diff --git a/clients/client-accessanalyzer/package.json b/clients/client-accessanalyzer/package.json index 16cec44fe628..8f5a72d708b9 100644 --- a/clients/client-accessanalyzer/package.json +++ b/clients/client-accessanalyzer/package.json @@ -34,29 +34,29 @@ "@aws-sdk/util-endpoints": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@smithy/config-resolver": "^2.0.16", - "@smithy/fetch-http-handler": "^2.2.4", - "@smithy/hash-node": "^2.0.12", - "@smithy/invalid-dependency": "^2.0.12", - "@smithy/middleware-content-length": "^2.0.14", - "@smithy/middleware-endpoint": "^2.1.3", - "@smithy/middleware-retry": "^2.0.18", - "@smithy/middleware-serde": "^2.0.12", - "@smithy/middleware-stack": "^2.0.6", - "@smithy/node-config-provider": "^2.1.3", - "@smithy/node-http-handler": "^2.1.8", - "@smithy/protocol-http": "^3.0.8", - "@smithy/smithy-client": "^2.1.12", - "@smithy/types": "^2.4.0", - "@smithy/url-parser": "^2.0.12", - "@smithy/util-base64": "^2.0.0", + "@smithy/config-resolver": "^2.0.18", + "@smithy/fetch-http-handler": "^2.2.6", + "@smithy/hash-node": "^2.0.15", + "@smithy/invalid-dependency": "^2.0.13", + "@smithy/middleware-content-length": "^2.0.15", + "@smithy/middleware-endpoint": "^2.2.0", + "@smithy/middleware-retry": "^2.0.20", + "@smithy/middleware-serde": "^2.0.13", + "@smithy/middleware-stack": "^2.0.7", + "@smithy/node-config-provider": "^2.1.5", + "@smithy/node-http-handler": "^2.1.9", + "@smithy/protocol-http": "^3.0.9", + "@smithy/smithy-client": "^2.1.15", + "@smithy/types": "^2.5.0", + "@smithy/url-parser": "^2.0.13", + "@smithy/util-base64": "^2.0.1", "@smithy/util-body-length-browser": "^2.0.0", "@smithy/util-body-length-node": "^2.1.0", - "@smithy/util-defaults-mode-browser": "^2.0.16", - "@smithy/util-defaults-mode-node": "^2.0.21", - "@smithy/util-endpoints": "^1.0.2", - "@smithy/util-retry": "^2.0.5", - "@smithy/util-utf8": "^2.0.0", + "@smithy/util-defaults-mode-browser": "^2.0.19", + "@smithy/util-defaults-mode-node": "^2.0.25", + "@smithy/util-endpoints": "^1.0.4", + "@smithy/util-retry": "^2.0.6", + "@smithy/util-utf8": "^2.0.2", "tslib": "^2.5.0", "uuid": "^8.3.2" }, diff --git a/clients/client-accessanalyzer/src/commands/ApplyArchiveRuleCommand.ts b/clients/client-accessanalyzer/src/commands/ApplyArchiveRuleCommand.ts index 79c990da5955..080bb7425726 100644 --- a/clients/client-accessanalyzer/src/commands/ApplyArchiveRuleCommand.ts +++ b/clients/client-accessanalyzer/src/commands/ApplyArchiveRuleCommand.ts @@ -86,9 +86,6 @@ export class ApplyArchiveRuleCommand extends $Command< ApplyArchiveRuleCommandOutput, AccessAnalyzerClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -102,9 +99,7 @@ export class ApplyArchiveRuleCommand extends $Command< * @public */ constructor(readonly input: ApplyArchiveRuleCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -157,7 +152,4 @@ export class ApplyArchiveRuleCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ApplyArchiveRuleCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-accessanalyzer/src/commands/CancelPolicyGenerationCommand.ts b/clients/client-accessanalyzer/src/commands/CancelPolicyGenerationCommand.ts index b3be5a1e703e..7503209366a7 100644 --- a/clients/client-accessanalyzer/src/commands/CancelPolicyGenerationCommand.ts +++ b/clients/client-accessanalyzer/src/commands/CancelPolicyGenerationCommand.ts @@ -80,9 +80,6 @@ export class CancelPolicyGenerationCommand extends $Command< CancelPolicyGenerationCommandOutput, AccessAnalyzerClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -96,9 +93,7 @@ export class CancelPolicyGenerationCommand extends $Command< * @public */ constructor(readonly input: CancelPolicyGenerationCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -151,7 +146,4 @@ export class CancelPolicyGenerationCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CancelPolicyGenerationCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-accessanalyzer/src/commands/CreateAccessPreviewCommand.ts b/clients/client-accessanalyzer/src/commands/CreateAccessPreviewCommand.ts index 05fd0135723d..d6a1f6f6efa4 100644 --- a/clients/client-accessanalyzer/src/commands/CreateAccessPreviewCommand.ts +++ b/clients/client-accessanalyzer/src/commands/CreateAccessPreviewCommand.ts @@ -199,9 +199,6 @@ export class CreateAccessPreviewCommand extends $Command< CreateAccessPreviewCommandOutput, AccessAnalyzerClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -215,9 +212,7 @@ export class CreateAccessPreviewCommand extends $Command< * @public */ constructor(readonly input: CreateAccessPreviewCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -270,7 +265,4 @@ export class CreateAccessPreviewCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateAccessPreviewCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-accessanalyzer/src/commands/CreateAnalyzerCommand.ts b/clients/client-accessanalyzer/src/commands/CreateAnalyzerCommand.ts index 047071a9aaf2..1f41c183c21e 100644 --- a/clients/client-accessanalyzer/src/commands/CreateAnalyzerCommand.ts +++ b/clients/client-accessanalyzer/src/commands/CreateAnalyzerCommand.ts @@ -112,9 +112,6 @@ export class CreateAnalyzerCommand extends $Command< CreateAnalyzerCommandOutput, AccessAnalyzerClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -128,9 +125,7 @@ export class CreateAnalyzerCommand extends $Command< * @public */ constructor(readonly input: CreateAnalyzerCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -183,7 +178,4 @@ export class CreateAnalyzerCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateAnalyzerCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-accessanalyzer/src/commands/CreateArchiveRuleCommand.ts b/clients/client-accessanalyzer/src/commands/CreateArchiveRuleCommand.ts index 9b2f1f28b384..6f901992b38a 100644 --- a/clients/client-accessanalyzer/src/commands/CreateArchiveRuleCommand.ts +++ b/clients/client-accessanalyzer/src/commands/CreateArchiveRuleCommand.ts @@ -107,9 +107,6 @@ export class CreateArchiveRuleCommand extends $Command< CreateArchiveRuleCommandOutput, AccessAnalyzerClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -123,9 +120,7 @@ export class CreateArchiveRuleCommand extends $Command< * @public */ constructor(readonly input: CreateArchiveRuleCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -178,7 +173,4 @@ export class CreateArchiveRuleCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateArchiveRuleCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-accessanalyzer/src/commands/DeleteAnalyzerCommand.ts b/clients/client-accessanalyzer/src/commands/DeleteAnalyzerCommand.ts index 28356e60816b..896d7cda9424 100644 --- a/clients/client-accessanalyzer/src/commands/DeleteAnalyzerCommand.ts +++ b/clients/client-accessanalyzer/src/commands/DeleteAnalyzerCommand.ts @@ -86,9 +86,6 @@ export class DeleteAnalyzerCommand extends $Command< DeleteAnalyzerCommandOutput, AccessAnalyzerClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -102,9 +99,7 @@ export class DeleteAnalyzerCommand extends $Command< * @public */ constructor(readonly input: DeleteAnalyzerCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -157,7 +152,4 @@ export class DeleteAnalyzerCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteAnalyzerCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-accessanalyzer/src/commands/DeleteArchiveRuleCommand.ts b/clients/client-accessanalyzer/src/commands/DeleteArchiveRuleCommand.ts index dc30b2db59b2..854b858e5804 100644 --- a/clients/client-accessanalyzer/src/commands/DeleteArchiveRuleCommand.ts +++ b/clients/client-accessanalyzer/src/commands/DeleteArchiveRuleCommand.ts @@ -85,9 +85,6 @@ export class DeleteArchiveRuleCommand extends $Command< DeleteArchiveRuleCommandOutput, AccessAnalyzerClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -101,9 +98,7 @@ export class DeleteArchiveRuleCommand extends $Command< * @public */ constructor(readonly input: DeleteArchiveRuleCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -156,7 +151,4 @@ export class DeleteArchiveRuleCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteArchiveRuleCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-accessanalyzer/src/commands/GetAccessPreviewCommand.ts b/clients/client-accessanalyzer/src/commands/GetAccessPreviewCommand.ts index 48a236b85be9..423bda570f3e 100644 --- a/clients/client-accessanalyzer/src/commands/GetAccessPreviewCommand.ts +++ b/clients/client-accessanalyzer/src/commands/GetAccessPreviewCommand.ts @@ -200,9 +200,6 @@ export class GetAccessPreviewCommand extends $Command< GetAccessPreviewCommandOutput, AccessAnalyzerClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -216,9 +213,7 @@ export class GetAccessPreviewCommand extends $Command< * @public */ constructor(readonly input: GetAccessPreviewCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -271,7 +266,4 @@ export class GetAccessPreviewCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetAccessPreviewCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-accessanalyzer/src/commands/GetAnalyzedResourceCommand.ts b/clients/client-accessanalyzer/src/commands/GetAnalyzedResourceCommand.ts index 897946d26d5f..efb1202e5ea3 100644 --- a/clients/client-accessanalyzer/src/commands/GetAnalyzedResourceCommand.ts +++ b/clients/client-accessanalyzer/src/commands/GetAnalyzedResourceCommand.ts @@ -102,9 +102,6 @@ export class GetAnalyzedResourceCommand extends $Command< GetAnalyzedResourceCommandOutput, AccessAnalyzerClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -118,9 +115,7 @@ export class GetAnalyzedResourceCommand extends $Command< * @public */ constructor(readonly input: GetAnalyzedResourceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -173,7 +168,4 @@ export class GetAnalyzedResourceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetAnalyzedResourceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-accessanalyzer/src/commands/GetAnalyzerCommand.ts b/clients/client-accessanalyzer/src/commands/GetAnalyzerCommand.ts index 15fc5f46a3ac..09750d59c710 100644 --- a/clients/client-accessanalyzer/src/commands/GetAnalyzerCommand.ts +++ b/clients/client-accessanalyzer/src/commands/GetAnalyzerCommand.ts @@ -99,9 +99,6 @@ export class GetAnalyzerCommand extends $Command< GetAnalyzerCommandOutput, AccessAnalyzerClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -115,9 +112,7 @@ export class GetAnalyzerCommand extends $Command< * @public */ constructor(readonly input: GetAnalyzerCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -168,7 +163,4 @@ export class GetAnalyzerCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetAnalyzerCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-accessanalyzer/src/commands/GetArchiveRuleCommand.ts b/clients/client-accessanalyzer/src/commands/GetArchiveRuleCommand.ts index 452066ff3ead..696f1d768103 100644 --- a/clients/client-accessanalyzer/src/commands/GetArchiveRuleCommand.ts +++ b/clients/client-accessanalyzer/src/commands/GetArchiveRuleCommand.ts @@ -105,9 +105,6 @@ export class GetArchiveRuleCommand extends $Command< GetArchiveRuleCommandOutput, AccessAnalyzerClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -121,9 +118,7 @@ export class GetArchiveRuleCommand extends $Command< * @public */ constructor(readonly input: GetArchiveRuleCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -176,7 +171,4 @@ export class GetArchiveRuleCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetArchiveRuleCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-accessanalyzer/src/commands/GetFindingCommand.ts b/clients/client-accessanalyzer/src/commands/GetFindingCommand.ts index 669c33a5db80..044d1ce5da9e 100644 --- a/clients/client-accessanalyzer/src/commands/GetFindingCommand.ts +++ b/clients/client-accessanalyzer/src/commands/GetFindingCommand.ts @@ -115,9 +115,6 @@ export class GetFindingCommand extends $Command< GetFindingCommandOutput, AccessAnalyzerClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -131,9 +128,7 @@ export class GetFindingCommand extends $Command< * @public */ constructor(readonly input: GetFindingCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -184,7 +179,4 @@ export class GetFindingCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetFindingCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-accessanalyzer/src/commands/GetGeneratedPolicyCommand.ts b/clients/client-accessanalyzer/src/commands/GetGeneratedPolicyCommand.ts index 5afb6b66535f..d56eb22b8cd1 100644 --- a/clients/client-accessanalyzer/src/commands/GetGeneratedPolicyCommand.ts +++ b/clients/client-accessanalyzer/src/commands/GetGeneratedPolicyCommand.ts @@ -118,9 +118,6 @@ export class GetGeneratedPolicyCommand extends $Command< GetGeneratedPolicyCommandOutput, AccessAnalyzerClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -134,9 +131,7 @@ export class GetGeneratedPolicyCommand extends $Command< * @public */ constructor(readonly input: GetGeneratedPolicyCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -189,7 +184,4 @@ export class GetGeneratedPolicyCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetGeneratedPolicyCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-accessanalyzer/src/commands/ListAccessPreviewFindingsCommand.ts b/clients/client-accessanalyzer/src/commands/ListAccessPreviewFindingsCommand.ts index a7ebee9eb16b..be8a92682434 100644 --- a/clients/client-accessanalyzer/src/commands/ListAccessPreviewFindingsCommand.ts +++ b/clients/client-accessanalyzer/src/commands/ListAccessPreviewFindingsCommand.ts @@ -139,9 +139,6 @@ export class ListAccessPreviewFindingsCommand extends $Command< ListAccessPreviewFindingsCommandOutput, AccessAnalyzerClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -155,9 +152,7 @@ export class ListAccessPreviewFindingsCommand extends $Command< * @public */ constructor(readonly input: ListAccessPreviewFindingsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -213,7 +208,4 @@ export class ListAccessPreviewFindingsCommand extends $Command< ): Promise { return de_ListAccessPreviewFindingsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-accessanalyzer/src/commands/ListAccessPreviewsCommand.ts b/clients/client-accessanalyzer/src/commands/ListAccessPreviewsCommand.ts index 795fccb19336..de998f33c445 100644 --- a/clients/client-accessanalyzer/src/commands/ListAccessPreviewsCommand.ts +++ b/clients/client-accessanalyzer/src/commands/ListAccessPreviewsCommand.ts @@ -98,9 +98,6 @@ export class ListAccessPreviewsCommand extends $Command< ListAccessPreviewsCommandOutput, AccessAnalyzerClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -114,9 +111,7 @@ export class ListAccessPreviewsCommand extends $Command< * @public */ constructor(readonly input: ListAccessPreviewsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -169,7 +164,4 @@ export class ListAccessPreviewsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListAccessPreviewsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-accessanalyzer/src/commands/ListAnalyzedResourcesCommand.ts b/clients/client-accessanalyzer/src/commands/ListAnalyzedResourcesCommand.ts index aad135c02a25..6528b26ef764 100644 --- a/clients/client-accessanalyzer/src/commands/ListAnalyzedResourcesCommand.ts +++ b/clients/client-accessanalyzer/src/commands/ListAnalyzedResourcesCommand.ts @@ -96,9 +96,6 @@ export class ListAnalyzedResourcesCommand extends $Command< ListAnalyzedResourcesCommandOutput, AccessAnalyzerClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -112,9 +109,7 @@ export class ListAnalyzedResourcesCommand extends $Command< * @public */ constructor(readonly input: ListAnalyzedResourcesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -167,7 +162,4 @@ export class ListAnalyzedResourcesCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListAnalyzedResourcesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-accessanalyzer/src/commands/ListAnalyzersCommand.ts b/clients/client-accessanalyzer/src/commands/ListAnalyzersCommand.ts index f1287181b7de..fd7188f7db00 100644 --- a/clients/client-accessanalyzer/src/commands/ListAnalyzersCommand.ts +++ b/clients/client-accessanalyzer/src/commands/ListAnalyzersCommand.ts @@ -101,9 +101,6 @@ export class ListAnalyzersCommand extends $Command< ListAnalyzersCommandOutput, AccessAnalyzerClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -117,9 +114,7 @@ export class ListAnalyzersCommand extends $Command< * @public */ constructor(readonly input: ListAnalyzersCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -170,7 +165,4 @@ export class ListAnalyzersCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListAnalyzersCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-accessanalyzer/src/commands/ListArchiveRulesCommand.ts b/clients/client-accessanalyzer/src/commands/ListArchiveRulesCommand.ts index d7ad9e0d8707..99e88186d840 100644 --- a/clients/client-accessanalyzer/src/commands/ListArchiveRulesCommand.ts +++ b/clients/client-accessanalyzer/src/commands/ListArchiveRulesCommand.ts @@ -105,9 +105,6 @@ export class ListArchiveRulesCommand extends $Command< ListArchiveRulesCommandOutput, AccessAnalyzerClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -121,9 +118,7 @@ export class ListArchiveRulesCommand extends $Command< * @public */ constructor(readonly input: ListArchiveRulesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -176,7 +171,4 @@ export class ListArchiveRulesCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListArchiveRulesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-accessanalyzer/src/commands/ListFindingsCommand.ts b/clients/client-accessanalyzer/src/commands/ListFindingsCommand.ts index 79f97159018f..77fb48f8fdf4 100644 --- a/clients/client-accessanalyzer/src/commands/ListFindingsCommand.ts +++ b/clients/client-accessanalyzer/src/commands/ListFindingsCommand.ts @@ -138,9 +138,6 @@ export class ListFindingsCommand extends $Command< ListFindingsCommandOutput, AccessAnalyzerClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -154,9 +151,7 @@ export class ListFindingsCommand extends $Command< * @public */ constructor(readonly input: ListFindingsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -207,7 +202,4 @@ export class ListFindingsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListFindingsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-accessanalyzer/src/commands/ListPolicyGenerationsCommand.ts b/clients/client-accessanalyzer/src/commands/ListPolicyGenerationsCommand.ts index 7aeb5eaefbcb..b62ff7e66121 100644 --- a/clients/client-accessanalyzer/src/commands/ListPolicyGenerationsCommand.ts +++ b/clients/client-accessanalyzer/src/commands/ListPolicyGenerationsCommand.ts @@ -93,9 +93,6 @@ export class ListPolicyGenerationsCommand extends $Command< ListPolicyGenerationsCommandOutput, AccessAnalyzerClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -109,9 +106,7 @@ export class ListPolicyGenerationsCommand extends $Command< * @public */ constructor(readonly input: ListPolicyGenerationsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -164,7 +159,4 @@ export class ListPolicyGenerationsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListPolicyGenerationsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-accessanalyzer/src/commands/ListTagsForResourceCommand.ts b/clients/client-accessanalyzer/src/commands/ListTagsForResourceCommand.ts index c9b3b3b14bf6..e802e79cb37f 100644 --- a/clients/client-accessanalyzer/src/commands/ListTagsForResourceCommand.ts +++ b/clients/client-accessanalyzer/src/commands/ListTagsForResourceCommand.ts @@ -87,9 +87,6 @@ export class ListTagsForResourceCommand extends $Command< ListTagsForResourceCommandOutput, AccessAnalyzerClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -103,9 +100,7 @@ export class ListTagsForResourceCommand extends $Command< * @public */ constructor(readonly input: ListTagsForResourceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -158,7 +153,4 @@ export class ListTagsForResourceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListTagsForResourceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-accessanalyzer/src/commands/StartPolicyGenerationCommand.ts b/clients/client-accessanalyzer/src/commands/StartPolicyGenerationCommand.ts index 3cad57f12963..b2bfe22e4c2a 100644 --- a/clients/client-accessanalyzer/src/commands/StartPolicyGenerationCommand.ts +++ b/clients/client-accessanalyzer/src/commands/StartPolicyGenerationCommand.ts @@ -105,9 +105,6 @@ export class StartPolicyGenerationCommand extends $Command< StartPolicyGenerationCommandOutput, AccessAnalyzerClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -121,9 +118,7 @@ export class StartPolicyGenerationCommand extends $Command< * @public */ constructor(readonly input: StartPolicyGenerationCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -176,7 +171,4 @@ export class StartPolicyGenerationCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_StartPolicyGenerationCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-accessanalyzer/src/commands/StartResourceScanCommand.ts b/clients/client-accessanalyzer/src/commands/StartResourceScanCommand.ts index 38e104102561..eaf037778ddb 100644 --- a/clients/client-accessanalyzer/src/commands/StartResourceScanCommand.ts +++ b/clients/client-accessanalyzer/src/commands/StartResourceScanCommand.ts @@ -85,9 +85,6 @@ export class StartResourceScanCommand extends $Command< StartResourceScanCommandOutput, AccessAnalyzerClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -101,9 +98,7 @@ export class StartResourceScanCommand extends $Command< * @public */ constructor(readonly input: StartResourceScanCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -156,7 +151,4 @@ export class StartResourceScanCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_StartResourceScanCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-accessanalyzer/src/commands/TagResourceCommand.ts b/clients/client-accessanalyzer/src/commands/TagResourceCommand.ts index 2ccf084b1e98..2b0f00a2666e 100644 --- a/clients/client-accessanalyzer/src/commands/TagResourceCommand.ts +++ b/clients/client-accessanalyzer/src/commands/TagResourceCommand.ts @@ -86,9 +86,6 @@ export class TagResourceCommand extends $Command< TagResourceCommandOutput, AccessAnalyzerClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -102,9 +99,7 @@ export class TagResourceCommand extends $Command< * @public */ constructor(readonly input: TagResourceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -155,7 +150,4 @@ export class TagResourceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_TagResourceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-accessanalyzer/src/commands/UntagResourceCommand.ts b/clients/client-accessanalyzer/src/commands/UntagResourceCommand.ts index cb0e411b4afc..3d9da9548462 100644 --- a/clients/client-accessanalyzer/src/commands/UntagResourceCommand.ts +++ b/clients/client-accessanalyzer/src/commands/UntagResourceCommand.ts @@ -86,9 +86,6 @@ export class UntagResourceCommand extends $Command< UntagResourceCommandOutput, AccessAnalyzerClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -102,9 +99,7 @@ export class UntagResourceCommand extends $Command< * @public */ constructor(readonly input: UntagResourceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -155,7 +150,4 @@ export class UntagResourceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UntagResourceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-accessanalyzer/src/commands/UpdateArchiveRuleCommand.ts b/clients/client-accessanalyzer/src/commands/UpdateArchiveRuleCommand.ts index 7682c4f7f674..264d686eb37e 100644 --- a/clients/client-accessanalyzer/src/commands/UpdateArchiveRuleCommand.ts +++ b/clients/client-accessanalyzer/src/commands/UpdateArchiveRuleCommand.ts @@ -99,9 +99,6 @@ export class UpdateArchiveRuleCommand extends $Command< UpdateArchiveRuleCommandOutput, AccessAnalyzerClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -115,9 +112,7 @@ export class UpdateArchiveRuleCommand extends $Command< * @public */ constructor(readonly input: UpdateArchiveRuleCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -170,7 +165,4 @@ export class UpdateArchiveRuleCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdateArchiveRuleCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-accessanalyzer/src/commands/UpdateFindingsCommand.ts b/clients/client-accessanalyzer/src/commands/UpdateFindingsCommand.ts index 87b734e2cc4c..ffb3a2cf91e7 100644 --- a/clients/client-accessanalyzer/src/commands/UpdateFindingsCommand.ts +++ b/clients/client-accessanalyzer/src/commands/UpdateFindingsCommand.ts @@ -89,9 +89,6 @@ export class UpdateFindingsCommand extends $Command< UpdateFindingsCommandOutput, AccessAnalyzerClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -105,9 +102,7 @@ export class UpdateFindingsCommand extends $Command< * @public */ constructor(readonly input: UpdateFindingsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -160,7 +155,4 @@ export class UpdateFindingsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdateFindingsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-accessanalyzer/src/commands/ValidatePolicyCommand.ts b/clients/client-accessanalyzer/src/commands/ValidatePolicyCommand.ts index 396ba5105ce6..32e4c34ff76f 100644 --- a/clients/client-accessanalyzer/src/commands/ValidatePolicyCommand.ts +++ b/clients/client-accessanalyzer/src/commands/ValidatePolicyCommand.ts @@ -124,9 +124,6 @@ export class ValidatePolicyCommand extends $Command< ValidatePolicyCommandOutput, AccessAnalyzerClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -140,9 +137,7 @@ export class ValidatePolicyCommand extends $Command< * @public */ constructor(readonly input: ValidatePolicyCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -195,7 +190,4 @@ export class ValidatePolicyCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ValidatePolicyCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-account/package.json b/clients/client-account/package.json index 0ba0646c9360..ed4419c7a61e 100644 --- a/clients/client-account/package.json +++ b/clients/client-account/package.json @@ -34,29 +34,29 @@ "@aws-sdk/util-endpoints": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@smithy/config-resolver": "^2.0.16", - "@smithy/fetch-http-handler": "^2.2.4", - "@smithy/hash-node": "^2.0.12", - "@smithy/invalid-dependency": "^2.0.12", - "@smithy/middleware-content-length": "^2.0.14", - "@smithy/middleware-endpoint": "^2.1.3", - "@smithy/middleware-retry": "^2.0.18", - "@smithy/middleware-serde": "^2.0.12", - "@smithy/middleware-stack": "^2.0.6", - "@smithy/node-config-provider": "^2.1.3", - "@smithy/node-http-handler": "^2.1.8", - "@smithy/protocol-http": "^3.0.8", - "@smithy/smithy-client": "^2.1.12", - "@smithy/types": "^2.4.0", - "@smithy/url-parser": "^2.0.12", - "@smithy/util-base64": "^2.0.0", + "@smithy/config-resolver": "^2.0.18", + "@smithy/fetch-http-handler": "^2.2.6", + "@smithy/hash-node": "^2.0.15", + "@smithy/invalid-dependency": "^2.0.13", + "@smithy/middleware-content-length": "^2.0.15", + "@smithy/middleware-endpoint": "^2.2.0", + "@smithy/middleware-retry": "^2.0.20", + "@smithy/middleware-serde": "^2.0.13", + "@smithy/middleware-stack": "^2.0.7", + "@smithy/node-config-provider": "^2.1.5", + "@smithy/node-http-handler": "^2.1.9", + "@smithy/protocol-http": "^3.0.9", + "@smithy/smithy-client": "^2.1.15", + "@smithy/types": "^2.5.0", + "@smithy/url-parser": "^2.0.13", + "@smithy/util-base64": "^2.0.1", "@smithy/util-body-length-browser": "^2.0.0", "@smithy/util-body-length-node": "^2.1.0", - "@smithy/util-defaults-mode-browser": "^2.0.16", - "@smithy/util-defaults-mode-node": "^2.0.21", - "@smithy/util-endpoints": "^1.0.2", - "@smithy/util-retry": "^2.0.5", - "@smithy/util-utf8": "^2.0.0", + "@smithy/util-defaults-mode-browser": "^2.0.19", + "@smithy/util-defaults-mode-node": "^2.0.25", + "@smithy/util-endpoints": "^1.0.4", + "@smithy/util-retry": "^2.0.6", + "@smithy/util-utf8": "^2.0.2", "tslib": "^2.5.0" }, "devDependencies": { diff --git a/clients/client-account/src/commands/DeleteAlternateContactCommand.ts b/clients/client-account/src/commands/DeleteAlternateContactCommand.ts index 8c9d90faee0f..aa6cd3c1be9b 100644 --- a/clients/client-account/src/commands/DeleteAlternateContactCommand.ts +++ b/clients/client-account/src/commands/DeleteAlternateContactCommand.ts @@ -95,9 +95,6 @@ export class DeleteAlternateContactCommand extends $Command< DeleteAlternateContactCommandOutput, AccountClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -111,9 +108,7 @@ export class DeleteAlternateContactCommand extends $Command< * @public */ constructor(readonly input: DeleteAlternateContactCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -166,7 +161,4 @@ export class DeleteAlternateContactCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteAlternateContactCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-account/src/commands/DisableRegionCommand.ts b/clients/client-account/src/commands/DisableRegionCommand.ts index 41b6c0c8df21..a6aa4782881d 100644 --- a/clients/client-account/src/commands/DisableRegionCommand.ts +++ b/clients/client-account/src/commands/DisableRegionCommand.ts @@ -89,9 +89,6 @@ export class DisableRegionCommand extends $Command< DisableRegionCommandOutput, AccountClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -105,9 +102,7 @@ export class DisableRegionCommand extends $Command< * @public */ constructor(readonly input: DisableRegionCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -158,7 +153,4 @@ export class DisableRegionCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DisableRegionCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-account/src/commands/EnableRegionCommand.ts b/clients/client-account/src/commands/EnableRegionCommand.ts index 2f2ee71729b3..9bb1280c8bbd 100644 --- a/clients/client-account/src/commands/EnableRegionCommand.ts +++ b/clients/client-account/src/commands/EnableRegionCommand.ts @@ -89,9 +89,6 @@ export class EnableRegionCommand extends $Command< EnableRegionCommandOutput, AccountClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -105,9 +102,7 @@ export class EnableRegionCommand extends $Command< * @public */ constructor(readonly input: EnableRegionCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -158,7 +153,4 @@ export class EnableRegionCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_EnableRegionCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-account/src/commands/GetAlternateContactCommand.ts b/clients/client-account/src/commands/GetAlternateContactCommand.ts index 67c03db986df..bac242cfd021 100644 --- a/clients/client-account/src/commands/GetAlternateContactCommand.ts +++ b/clients/client-account/src/commands/GetAlternateContactCommand.ts @@ -107,9 +107,6 @@ export class GetAlternateContactCommand extends $Command< GetAlternateContactCommandOutput, AccountClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -123,9 +120,7 @@ export class GetAlternateContactCommand extends $Command< * @public */ constructor(readonly input: GetAlternateContactCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -178,7 +173,4 @@ export class GetAlternateContactCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetAlternateContactCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-account/src/commands/GetContactInformationCommand.ts b/clients/client-account/src/commands/GetContactInformationCommand.ts index 0a7897c109ca..3646bd3466b4 100644 --- a/clients/client-account/src/commands/GetContactInformationCommand.ts +++ b/clients/client-account/src/commands/GetContactInformationCommand.ts @@ -107,9 +107,6 @@ export class GetContactInformationCommand extends $Command< GetContactInformationCommandOutput, AccountClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -123,9 +120,7 @@ export class GetContactInformationCommand extends $Command< * @public */ constructor(readonly input: GetContactInformationCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -178,7 +173,4 @@ export class GetContactInformationCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetContactInformationCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-account/src/commands/GetRegionOptStatusCommand.ts b/clients/client-account/src/commands/GetRegionOptStatusCommand.ts index 783e58c493c0..f723aeda9734 100644 --- a/clients/client-account/src/commands/GetRegionOptStatusCommand.ts +++ b/clients/client-account/src/commands/GetRegionOptStatusCommand.ts @@ -87,9 +87,6 @@ export class GetRegionOptStatusCommand extends $Command< GetRegionOptStatusCommandOutput, AccountClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -103,9 +100,7 @@ export class GetRegionOptStatusCommand extends $Command< * @public */ constructor(readonly input: GetRegionOptStatusCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -158,7 +153,4 @@ export class GetRegionOptStatusCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetRegionOptStatusCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-account/src/commands/ListRegionsCommand.ts b/clients/client-account/src/commands/ListRegionsCommand.ts index c87274807157..0d6bcd5b4c86 100644 --- a/clients/client-account/src/commands/ListRegionsCommand.ts +++ b/clients/client-account/src/commands/ListRegionsCommand.ts @@ -98,9 +98,6 @@ export class ListRegionsCommand extends $Command< ListRegionsCommandOutput, AccountClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -114,9 +111,7 @@ export class ListRegionsCommand extends $Command< * @public */ constructor(readonly input: ListRegionsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -167,7 +162,4 @@ export class ListRegionsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListRegionsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-account/src/commands/PutAlternateContactCommand.ts b/clients/client-account/src/commands/PutAlternateContactCommand.ts index 7c7012638e80..5a632932d5f7 100644 --- a/clients/client-account/src/commands/PutAlternateContactCommand.ts +++ b/clients/client-account/src/commands/PutAlternateContactCommand.ts @@ -96,9 +96,6 @@ export class PutAlternateContactCommand extends $Command< PutAlternateContactCommandOutput, AccountClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -112,9 +109,7 @@ export class PutAlternateContactCommand extends $Command< * @public */ constructor(readonly input: PutAlternateContactCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -167,7 +162,4 @@ export class PutAlternateContactCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_PutAlternateContactCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-account/src/commands/PutContactInformationCommand.ts b/clients/client-account/src/commands/PutContactInformationCommand.ts index dfd821586ca6..0523ccae69b8 100644 --- a/clients/client-account/src/commands/PutContactInformationCommand.ts +++ b/clients/client-account/src/commands/PutContactInformationCommand.ts @@ -99,9 +99,6 @@ export class PutContactInformationCommand extends $Command< PutContactInformationCommandOutput, AccountClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -115,9 +112,7 @@ export class PutContactInformationCommand extends $Command< * @public */ constructor(readonly input: PutContactInformationCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -170,7 +165,4 @@ export class PutContactInformationCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_PutContactInformationCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-acm-pca/package.json b/clients/client-acm-pca/package.json index 3c5e8b5678a7..e6d41bf2d187 100644 --- a/clients/client-acm-pca/package.json +++ b/clients/client-acm-pca/package.json @@ -34,30 +34,30 @@ "@aws-sdk/util-endpoints": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@smithy/config-resolver": "^2.0.16", - "@smithy/fetch-http-handler": "^2.2.4", - "@smithy/hash-node": "^2.0.12", - "@smithy/invalid-dependency": "^2.0.12", - "@smithy/middleware-content-length": "^2.0.14", - "@smithy/middleware-endpoint": "^2.1.3", - "@smithy/middleware-retry": "^2.0.18", - "@smithy/middleware-serde": "^2.0.12", - "@smithy/middleware-stack": "^2.0.6", - "@smithy/node-config-provider": "^2.1.3", - "@smithy/node-http-handler": "^2.1.8", - "@smithy/protocol-http": "^3.0.8", - "@smithy/smithy-client": "^2.1.12", - "@smithy/types": "^2.4.0", - "@smithy/url-parser": "^2.0.12", - "@smithy/util-base64": "^2.0.0", + "@smithy/config-resolver": "^2.0.18", + "@smithy/fetch-http-handler": "^2.2.6", + "@smithy/hash-node": "^2.0.15", + "@smithy/invalid-dependency": "^2.0.13", + "@smithy/middleware-content-length": "^2.0.15", + "@smithy/middleware-endpoint": "^2.2.0", + "@smithy/middleware-retry": "^2.0.20", + "@smithy/middleware-serde": "^2.0.13", + "@smithy/middleware-stack": "^2.0.7", + "@smithy/node-config-provider": "^2.1.5", + "@smithy/node-http-handler": "^2.1.9", + "@smithy/protocol-http": "^3.0.9", + "@smithy/smithy-client": "^2.1.15", + "@smithy/types": "^2.5.0", + "@smithy/url-parser": "^2.0.13", + "@smithy/util-base64": "^2.0.1", "@smithy/util-body-length-browser": "^2.0.0", "@smithy/util-body-length-node": "^2.1.0", - "@smithy/util-defaults-mode-browser": "^2.0.16", - "@smithy/util-defaults-mode-node": "^2.0.21", - "@smithy/util-endpoints": "^1.0.2", - "@smithy/util-retry": "^2.0.5", - "@smithy/util-utf8": "^2.0.0", - "@smithy/util-waiter": "^2.0.12", + "@smithy/util-defaults-mode-browser": "^2.0.19", + "@smithy/util-defaults-mode-node": "^2.0.25", + "@smithy/util-endpoints": "^1.0.4", + "@smithy/util-retry": "^2.0.6", + "@smithy/util-utf8": "^2.0.2", + "@smithy/util-waiter": "^2.0.13", "tslib": "^2.5.0" }, "devDependencies": { diff --git a/clients/client-acm-pca/src/commands/CreateCertificateAuthorityAuditReportCommand.ts b/clients/client-acm-pca/src/commands/CreateCertificateAuthorityAuditReportCommand.ts index 9dfeeb55f4a9..732430004190 100644 --- a/clients/client-acm-pca/src/commands/CreateCertificateAuthorityAuditReportCommand.ts +++ b/clients/client-acm-pca/src/commands/CreateCertificateAuthorityAuditReportCommand.ts @@ -117,9 +117,6 @@ export class CreateCertificateAuthorityAuditReportCommand extends $Command< CreateCertificateAuthorityAuditReportCommandOutput, ACMPCAClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -133,9 +130,7 @@ export class CreateCertificateAuthorityAuditReportCommand extends $Command< * @public */ constructor(readonly input: CreateCertificateAuthorityAuditReportCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -194,7 +189,4 @@ export class CreateCertificateAuthorityAuditReportCommand extends $Command< ): Promise { return de_CreateCertificateAuthorityAuditReportCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-acm-pca/src/commands/CreateCertificateAuthorityCommand.ts b/clients/client-acm-pca/src/commands/CreateCertificateAuthorityCommand.ts index fffe6aa36084..09bbb449d471 100644 --- a/clients/client-acm-pca/src/commands/CreateCertificateAuthorityCommand.ts +++ b/clients/client-acm-pca/src/commands/CreateCertificateAuthorityCommand.ts @@ -211,9 +211,6 @@ export class CreateCertificateAuthorityCommand extends $Command< CreateCertificateAuthorityCommandOutput, ACMPCAClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -227,9 +224,7 @@ export class CreateCertificateAuthorityCommand extends $Command< * @public */ constructor(readonly input: CreateCertificateAuthorityCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -285,7 +280,4 @@ export class CreateCertificateAuthorityCommand extends $Command< ): Promise { return de_CreateCertificateAuthorityCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-acm-pca/src/commands/CreatePermissionCommand.ts b/clients/client-acm-pca/src/commands/CreatePermissionCommand.ts index f60583ca1520..b27d13469a83 100644 --- a/clients/client-acm-pca/src/commands/CreatePermissionCommand.ts +++ b/clients/client-acm-pca/src/commands/CreatePermissionCommand.ts @@ -120,9 +120,6 @@ export class CreatePermissionCommand extends $Command< CreatePermissionCommandOutput, ACMPCAClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -136,9 +133,7 @@ export class CreatePermissionCommand extends $Command< * @public */ constructor(readonly input: CreatePermissionCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -191,7 +186,4 @@ export class CreatePermissionCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreatePermissionCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-acm-pca/src/commands/DeleteCertificateAuthorityCommand.ts b/clients/client-acm-pca/src/commands/DeleteCertificateAuthorityCommand.ts index fbb2022e6c89..1ccd77340e84 100644 --- a/clients/client-acm-pca/src/commands/DeleteCertificateAuthorityCommand.ts +++ b/clients/client-acm-pca/src/commands/DeleteCertificateAuthorityCommand.ts @@ -102,9 +102,6 @@ export class DeleteCertificateAuthorityCommand extends $Command< DeleteCertificateAuthorityCommandOutput, ACMPCAClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -118,9 +115,7 @@ export class DeleteCertificateAuthorityCommand extends $Command< * @public */ constructor(readonly input: DeleteCertificateAuthorityCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -176,7 +171,4 @@ export class DeleteCertificateAuthorityCommand extends $Command< ): Promise { return de_DeleteCertificateAuthorityCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-acm-pca/src/commands/DeletePermissionCommand.ts b/clients/client-acm-pca/src/commands/DeletePermissionCommand.ts index d08787d99a50..c81d344ad2a0 100644 --- a/clients/client-acm-pca/src/commands/DeletePermissionCommand.ts +++ b/clients/client-acm-pca/src/commands/DeletePermissionCommand.ts @@ -112,9 +112,6 @@ export class DeletePermissionCommand extends $Command< DeletePermissionCommandOutput, ACMPCAClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -128,9 +125,7 @@ export class DeletePermissionCommand extends $Command< * @public */ constructor(readonly input: DeletePermissionCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -183,7 +178,4 @@ export class DeletePermissionCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeletePermissionCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-acm-pca/src/commands/DeletePolicyCommand.ts b/clients/client-acm-pca/src/commands/DeletePolicyCommand.ts index 9c6c81e13e81..3b6e40e15cfa 100644 --- a/clients/client-acm-pca/src/commands/DeletePolicyCommand.ts +++ b/clients/client-acm-pca/src/commands/DeletePolicyCommand.ts @@ -124,9 +124,6 @@ export class DeletePolicyCommand extends $Command< DeletePolicyCommandOutput, ACMPCAClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -140,9 +137,7 @@ export class DeletePolicyCommand extends $Command< * @public */ constructor(readonly input: DeletePolicyCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -193,7 +188,4 @@ export class DeletePolicyCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeletePolicyCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-acm-pca/src/commands/DescribeCertificateAuthorityAuditReportCommand.ts b/clients/client-acm-pca/src/commands/DescribeCertificateAuthorityAuditReportCommand.ts index 77a76ebfc206..1fae0ffdc952 100644 --- a/clients/client-acm-pca/src/commands/DescribeCertificateAuthorityAuditReportCommand.ts +++ b/clients/client-acm-pca/src/commands/DescribeCertificateAuthorityAuditReportCommand.ts @@ -97,9 +97,6 @@ export class DescribeCertificateAuthorityAuditReportCommand extends $Command< DescribeCertificateAuthorityAuditReportCommandOutput, ACMPCAClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -113,9 +110,7 @@ export class DescribeCertificateAuthorityAuditReportCommand extends $Command< * @public */ constructor(readonly input: DescribeCertificateAuthorityAuditReportCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -180,7 +175,4 @@ export class DescribeCertificateAuthorityAuditReportCommand extends $Command< ): Promise { return de_DescribeCertificateAuthorityAuditReportCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-acm-pca/src/commands/DescribeCertificateAuthorityCommand.ts b/clients/client-acm-pca/src/commands/DescribeCertificateAuthorityCommand.ts index 35fab3d524d7..5d68b5c0ccef 100644 --- a/clients/client-acm-pca/src/commands/DescribeCertificateAuthorityCommand.ts +++ b/clients/client-acm-pca/src/commands/DescribeCertificateAuthorityCommand.ts @@ -234,9 +234,6 @@ export class DescribeCertificateAuthorityCommand extends $Command< DescribeCertificateAuthorityCommandOutput, ACMPCAClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -250,9 +247,7 @@ export class DescribeCertificateAuthorityCommand extends $Command< * @public */ constructor(readonly input: DescribeCertificateAuthorityCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -308,7 +303,4 @@ export class DescribeCertificateAuthorityCommand extends $Command< ): Promise { return de_DescribeCertificateAuthorityCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-acm-pca/src/commands/GetCertificateAuthorityCertificateCommand.ts b/clients/client-acm-pca/src/commands/GetCertificateAuthorityCertificateCommand.ts index fe4d764d0983..8e1281fc8c2b 100644 --- a/clients/client-acm-pca/src/commands/GetCertificateAuthorityCertificateCommand.ts +++ b/clients/client-acm-pca/src/commands/GetCertificateAuthorityCertificateCommand.ts @@ -93,9 +93,6 @@ export class GetCertificateAuthorityCertificateCommand extends $Command< GetCertificateAuthorityCertificateCommandOutput, ACMPCAClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -109,9 +106,7 @@ export class GetCertificateAuthorityCertificateCommand extends $Command< * @public */ constructor(readonly input: GetCertificateAuthorityCertificateCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -170,7 +165,4 @@ export class GetCertificateAuthorityCertificateCommand extends $Command< ): Promise { return de_GetCertificateAuthorityCertificateCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-acm-pca/src/commands/GetCertificateAuthorityCsrCommand.ts b/clients/client-acm-pca/src/commands/GetCertificateAuthorityCsrCommand.ts index a2f016309f62..beb7098b6a8f 100644 --- a/clients/client-acm-pca/src/commands/GetCertificateAuthorityCsrCommand.ts +++ b/clients/client-acm-pca/src/commands/GetCertificateAuthorityCsrCommand.ts @@ -91,9 +91,6 @@ export class GetCertificateAuthorityCsrCommand extends $Command< GetCertificateAuthorityCsrCommandOutput, ACMPCAClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -107,9 +104,7 @@ export class GetCertificateAuthorityCsrCommand extends $Command< * @public */ constructor(readonly input: GetCertificateAuthorityCsrCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -165,7 +160,4 @@ export class GetCertificateAuthorityCsrCommand extends $Command< ): Promise { return de_GetCertificateAuthorityCsrCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-acm-pca/src/commands/GetCertificateCommand.ts b/clients/client-acm-pca/src/commands/GetCertificateCommand.ts index 81669302f472..e64a17e0007a 100644 --- a/clients/client-acm-pca/src/commands/GetCertificateCommand.ts +++ b/clients/client-acm-pca/src/commands/GetCertificateCommand.ts @@ -96,9 +96,6 @@ export class GetCertificateCommand extends $Command< GetCertificateCommandOutput, ACMPCAClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -112,9 +109,7 @@ export class GetCertificateCommand extends $Command< * @public */ constructor(readonly input: GetCertificateCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -167,7 +162,4 @@ export class GetCertificateCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetCertificateCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-acm-pca/src/commands/GetPolicyCommand.ts b/clients/client-acm-pca/src/commands/GetPolicyCommand.ts index 1cc13b197193..822564ded61d 100644 --- a/clients/client-acm-pca/src/commands/GetPolicyCommand.ts +++ b/clients/client-acm-pca/src/commands/GetPolicyCommand.ts @@ -114,9 +114,6 @@ export class GetPolicyCommand extends $Command< GetPolicyCommandOutput, ACMPCAClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -130,9 +127,7 @@ export class GetPolicyCommand extends $Command< * @public */ constructor(readonly input: GetPolicyCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -183,7 +178,4 @@ export class GetPolicyCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetPolicyCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-acm-pca/src/commands/ImportCertificateAuthorityCertificateCommand.ts b/clients/client-acm-pca/src/commands/ImportCertificateAuthorityCertificateCommand.ts index 90178776b933..761d142c7d1d 100644 --- a/clients/client-acm-pca/src/commands/ImportCertificateAuthorityCertificateCommand.ts +++ b/clients/client-acm-pca/src/commands/ImportCertificateAuthorityCertificateCommand.ts @@ -231,9 +231,6 @@ export class ImportCertificateAuthorityCertificateCommand extends $Command< ImportCertificateAuthorityCertificateCommandOutput, ACMPCAClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -247,9 +244,7 @@ export class ImportCertificateAuthorityCertificateCommand extends $Command< * @public */ constructor(readonly input: ImportCertificateAuthorityCertificateCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -308,7 +303,4 @@ export class ImportCertificateAuthorityCertificateCommand extends $Command< ): Promise { return de_ImportCertificateAuthorityCertificateCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-acm-pca/src/commands/IssueCertificateCommand.ts b/clients/client-acm-pca/src/commands/IssueCertificateCommand.ts index b7aaa46a6681..2f69f7632d8c 100644 --- a/clients/client-acm-pca/src/commands/IssueCertificateCommand.ts +++ b/clients/client-acm-pca/src/commands/IssueCertificateCommand.ts @@ -212,9 +212,6 @@ export class IssueCertificateCommand extends $Command< IssueCertificateCommandOutput, ACMPCAClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -228,9 +225,7 @@ export class IssueCertificateCommand extends $Command< * @public */ constructor(readonly input: IssueCertificateCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -283,7 +278,4 @@ export class IssueCertificateCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_IssueCertificateCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-acm-pca/src/commands/ListCertificateAuthoritiesCommand.ts b/clients/client-acm-pca/src/commands/ListCertificateAuthoritiesCommand.ts index 2ac9723e4009..b872e84954b7 100644 --- a/clients/client-acm-pca/src/commands/ListCertificateAuthoritiesCommand.ts +++ b/clients/client-acm-pca/src/commands/ListCertificateAuthoritiesCommand.ts @@ -190,9 +190,6 @@ export class ListCertificateAuthoritiesCommand extends $Command< ListCertificateAuthoritiesCommandOutput, ACMPCAClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -206,9 +203,7 @@ export class ListCertificateAuthoritiesCommand extends $Command< * @public */ constructor(readonly input: ListCertificateAuthoritiesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -264,7 +259,4 @@ export class ListCertificateAuthoritiesCommand extends $Command< ): Promise { return de_ListCertificateAuthoritiesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-acm-pca/src/commands/ListPermissionsCommand.ts b/clients/client-acm-pca/src/commands/ListPermissionsCommand.ts index 85f31fc02070..26153cd10100 100644 --- a/clients/client-acm-pca/src/commands/ListPermissionsCommand.ts +++ b/clients/client-acm-pca/src/commands/ListPermissionsCommand.ts @@ -129,9 +129,6 @@ export class ListPermissionsCommand extends $Command< ListPermissionsCommandOutput, ACMPCAClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -145,9 +142,7 @@ export class ListPermissionsCommand extends $Command< * @public */ constructor(readonly input: ListPermissionsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -200,7 +195,4 @@ export class ListPermissionsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListPermissionsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-acm-pca/src/commands/ListTagsCommand.ts b/clients/client-acm-pca/src/commands/ListTagsCommand.ts index 37d095a56c61..d9c5bc16389c 100644 --- a/clients/client-acm-pca/src/commands/ListTagsCommand.ts +++ b/clients/client-acm-pca/src/commands/ListTagsCommand.ts @@ -88,9 +88,6 @@ export interface ListTagsCommandOutput extends ListTagsResponse, __MetadataBeare * */ export class ListTagsCommand extends $Command { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -104,9 +101,7 @@ export class ListTagsCommand extends $Command { return de_ListTagsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-acm-pca/src/commands/PutPolicyCommand.ts b/clients/client-acm-pca/src/commands/PutPolicyCommand.ts index ac1b175ba172..2197b46a91d4 100644 --- a/clients/client-acm-pca/src/commands/PutPolicyCommand.ts +++ b/clients/client-acm-pca/src/commands/PutPolicyCommand.ts @@ -126,9 +126,6 @@ export class PutPolicyCommand extends $Command< PutPolicyCommandOutput, ACMPCAClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -142,9 +139,7 @@ export class PutPolicyCommand extends $Command< * @public */ constructor(readonly input: PutPolicyCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -195,7 +190,4 @@ export class PutPolicyCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_PutPolicyCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-acm-pca/src/commands/RestoreCertificateAuthorityCommand.ts b/clients/client-acm-pca/src/commands/RestoreCertificateAuthorityCommand.ts index e6874c6d8a10..d8ca0656a189 100644 --- a/clients/client-acm-pca/src/commands/RestoreCertificateAuthorityCommand.ts +++ b/clients/client-acm-pca/src/commands/RestoreCertificateAuthorityCommand.ts @@ -89,9 +89,6 @@ export class RestoreCertificateAuthorityCommand extends $Command< RestoreCertificateAuthorityCommandOutput, ACMPCAClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -105,9 +102,7 @@ export class RestoreCertificateAuthorityCommand extends $Command< * @public */ constructor(readonly input: RestoreCertificateAuthorityCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -163,7 +158,4 @@ export class RestoreCertificateAuthorityCommand extends $Command< ): Promise { return de_RestoreCertificateAuthorityCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-acm-pca/src/commands/RevokeCertificateCommand.ts b/clients/client-acm-pca/src/commands/RevokeCertificateCommand.ts index 32e9c264d753..9bfff7fe691d 100644 --- a/clients/client-acm-pca/src/commands/RevokeCertificateCommand.ts +++ b/clients/client-acm-pca/src/commands/RevokeCertificateCommand.ts @@ -119,9 +119,6 @@ export class RevokeCertificateCommand extends $Command< RevokeCertificateCommandOutput, ACMPCAClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -135,9 +132,7 @@ export class RevokeCertificateCommand extends $Command< * @public */ constructor(readonly input: RevokeCertificateCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -190,7 +185,4 @@ export class RevokeCertificateCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_RevokeCertificateCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-acm-pca/src/commands/TagCertificateAuthorityCommand.ts b/clients/client-acm-pca/src/commands/TagCertificateAuthorityCommand.ts index bb67c79ab30d..eb6fc48357df 100644 --- a/clients/client-acm-pca/src/commands/TagCertificateAuthorityCommand.ts +++ b/clients/client-acm-pca/src/commands/TagCertificateAuthorityCommand.ts @@ -107,9 +107,6 @@ export class TagCertificateAuthorityCommand extends $Command< TagCertificateAuthorityCommandOutput, ACMPCAClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -123,9 +120,7 @@ export class TagCertificateAuthorityCommand extends $Command< * @public */ constructor(readonly input: TagCertificateAuthorityCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -178,7 +173,4 @@ export class TagCertificateAuthorityCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_TagCertificateAuthorityCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-acm-pca/src/commands/UntagCertificateAuthorityCommand.ts b/clients/client-acm-pca/src/commands/UntagCertificateAuthorityCommand.ts index 8c6d3b95a625..a3be8ce00245 100644 --- a/clients/client-acm-pca/src/commands/UntagCertificateAuthorityCommand.ts +++ b/clients/client-acm-pca/src/commands/UntagCertificateAuthorityCommand.ts @@ -93,9 +93,6 @@ export class UntagCertificateAuthorityCommand extends $Command< UntagCertificateAuthorityCommandOutput, ACMPCAClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -109,9 +106,7 @@ export class UntagCertificateAuthorityCommand extends $Command< * @public */ constructor(readonly input: UntagCertificateAuthorityCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -167,7 +162,4 @@ export class UntagCertificateAuthorityCommand extends $Command< ): Promise { return de_UntagCertificateAuthorityCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-acm-pca/src/commands/UpdateCertificateAuthorityCommand.ts b/clients/client-acm-pca/src/commands/UpdateCertificateAuthorityCommand.ts index 503e3fa7fbe8..e458d906c70b 100644 --- a/clients/client-acm-pca/src/commands/UpdateCertificateAuthorityCommand.ts +++ b/clients/client-acm-pca/src/commands/UpdateCertificateAuthorityCommand.ts @@ -113,9 +113,6 @@ export class UpdateCertificateAuthorityCommand extends $Command< UpdateCertificateAuthorityCommandOutput, ACMPCAClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -129,9 +126,7 @@ export class UpdateCertificateAuthorityCommand extends $Command< * @public */ constructor(readonly input: UpdateCertificateAuthorityCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -187,7 +182,4 @@ export class UpdateCertificateAuthorityCommand extends $Command< ): Promise { return de_UpdateCertificateAuthorityCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-acm/package.json b/clients/client-acm/package.json index c8b23567c8cb..f85225b92a15 100644 --- a/clients/client-acm/package.json +++ b/clients/client-acm/package.json @@ -34,30 +34,30 @@ "@aws-sdk/util-endpoints": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@smithy/config-resolver": "^2.0.16", - "@smithy/fetch-http-handler": "^2.2.4", - "@smithy/hash-node": "^2.0.12", - "@smithy/invalid-dependency": "^2.0.12", - "@smithy/middleware-content-length": "^2.0.14", - "@smithy/middleware-endpoint": "^2.1.3", - "@smithy/middleware-retry": "^2.0.18", - "@smithy/middleware-serde": "^2.0.12", - "@smithy/middleware-stack": "^2.0.6", - "@smithy/node-config-provider": "^2.1.3", - "@smithy/node-http-handler": "^2.1.8", - "@smithy/protocol-http": "^3.0.8", - "@smithy/smithy-client": "^2.1.12", - "@smithy/types": "^2.4.0", - "@smithy/url-parser": "^2.0.12", - "@smithy/util-base64": "^2.0.0", + "@smithy/config-resolver": "^2.0.18", + "@smithy/fetch-http-handler": "^2.2.6", + "@smithy/hash-node": "^2.0.15", + "@smithy/invalid-dependency": "^2.0.13", + "@smithy/middleware-content-length": "^2.0.15", + "@smithy/middleware-endpoint": "^2.2.0", + "@smithy/middleware-retry": "^2.0.20", + "@smithy/middleware-serde": "^2.0.13", + "@smithy/middleware-stack": "^2.0.7", + "@smithy/node-config-provider": "^2.1.5", + "@smithy/node-http-handler": "^2.1.9", + "@smithy/protocol-http": "^3.0.9", + "@smithy/smithy-client": "^2.1.15", + "@smithy/types": "^2.5.0", + "@smithy/url-parser": "^2.0.13", + "@smithy/util-base64": "^2.0.1", "@smithy/util-body-length-browser": "^2.0.0", "@smithy/util-body-length-node": "^2.1.0", - "@smithy/util-defaults-mode-browser": "^2.0.16", - "@smithy/util-defaults-mode-node": "^2.0.21", - "@smithy/util-endpoints": "^1.0.2", - "@smithy/util-retry": "^2.0.5", - "@smithy/util-utf8": "^2.0.0", - "@smithy/util-waiter": "^2.0.12", + "@smithy/util-defaults-mode-browser": "^2.0.19", + "@smithy/util-defaults-mode-node": "^2.0.25", + "@smithy/util-endpoints": "^1.0.4", + "@smithy/util-retry": "^2.0.6", + "@smithy/util-utf8": "^2.0.2", + "@smithy/util-waiter": "^2.0.13", "tslib": "^2.5.0" }, "devDependencies": { diff --git a/clients/client-acm/src/commands/AddTagsToCertificateCommand.ts b/clients/client-acm/src/commands/AddTagsToCertificateCommand.ts index 25d307c6c88b..58697a2ccb11 100644 --- a/clients/client-acm/src/commands/AddTagsToCertificateCommand.ts +++ b/clients/client-acm/src/commands/AddTagsToCertificateCommand.ts @@ -110,9 +110,6 @@ export class AddTagsToCertificateCommand extends $Command< AddTagsToCertificateCommandOutput, ACMClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -126,9 +123,7 @@ export class AddTagsToCertificateCommand extends $Command< * @public */ constructor(readonly input: AddTagsToCertificateCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -181,7 +176,4 @@ export class AddTagsToCertificateCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_AddTagsToCertificateCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-acm/src/commands/DeleteCertificateCommand.ts b/clients/client-acm/src/commands/DeleteCertificateCommand.ts index ee7d85dcc753..18fcdbab7db0 100644 --- a/clients/client-acm/src/commands/DeleteCertificateCommand.ts +++ b/clients/client-acm/src/commands/DeleteCertificateCommand.ts @@ -96,9 +96,6 @@ export class DeleteCertificateCommand extends $Command< DeleteCertificateCommandOutput, ACMClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -112,9 +109,7 @@ export class DeleteCertificateCommand extends $Command< * @public */ constructor(readonly input: DeleteCertificateCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -167,7 +162,4 @@ export class DeleteCertificateCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteCertificateCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-acm/src/commands/DescribeCertificateCommand.ts b/clients/client-acm/src/commands/DescribeCertificateCommand.ts index 3e36094ebd03..24b4ec82a8b3 100644 --- a/clients/client-acm/src/commands/DescribeCertificateCommand.ts +++ b/clients/client-acm/src/commands/DescribeCertificateCommand.ts @@ -156,9 +156,6 @@ export class DescribeCertificateCommand extends $Command< DescribeCertificateCommandOutput, ACMClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -172,9 +169,7 @@ export class DescribeCertificateCommand extends $Command< * @public */ constructor(readonly input: DescribeCertificateCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -227,7 +222,4 @@ export class DescribeCertificateCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DescribeCertificateCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-acm/src/commands/ExportCertificateCommand.ts b/clients/client-acm/src/commands/ExportCertificateCommand.ts index 376db09cbc80..01d7ae447c42 100644 --- a/clients/client-acm/src/commands/ExportCertificateCommand.ts +++ b/clients/client-acm/src/commands/ExportCertificateCommand.ts @@ -95,9 +95,6 @@ export class ExportCertificateCommand extends $Command< ExportCertificateCommandOutput, ACMClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -111,9 +108,7 @@ export class ExportCertificateCommand extends $Command< * @public */ constructor(readonly input: ExportCertificateCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -166,7 +161,4 @@ export class ExportCertificateCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ExportCertificateCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-acm/src/commands/GetAccountConfigurationCommand.ts b/clients/client-acm/src/commands/GetAccountConfigurationCommand.ts index f698c80fa3c4..cf8c22d60ae7 100644 --- a/clients/client-acm/src/commands/GetAccountConfigurationCommand.ts +++ b/clients/client-acm/src/commands/GetAccountConfigurationCommand.ts @@ -76,9 +76,6 @@ export class GetAccountConfigurationCommand extends $Command< GetAccountConfigurationCommandOutput, ACMClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -92,9 +89,7 @@ export class GetAccountConfigurationCommand extends $Command< * @public */ constructor(readonly input: GetAccountConfigurationCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -147,7 +142,4 @@ export class GetAccountConfigurationCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetAccountConfigurationCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-acm/src/commands/GetCertificateCommand.ts b/clients/client-acm/src/commands/GetCertificateCommand.ts index ffb0d1d70aae..88c7629e9a2e 100644 --- a/clients/client-acm/src/commands/GetCertificateCommand.ts +++ b/clients/client-acm/src/commands/GetCertificateCommand.ts @@ -85,9 +85,6 @@ export class GetCertificateCommand extends $Command< GetCertificateCommandOutput, ACMClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -101,9 +98,7 @@ export class GetCertificateCommand extends $Command< * @public */ constructor(readonly input: GetCertificateCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -156,7 +151,4 @@ export class GetCertificateCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetCertificateCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-acm/src/commands/ImportCertificateCommand.ts b/clients/client-acm/src/commands/ImportCertificateCommand.ts index 44d0a669f9a6..d1852a97d90b 100644 --- a/clients/client-acm/src/commands/ImportCertificateCommand.ts +++ b/clients/client-acm/src/commands/ImportCertificateCommand.ts @@ -173,9 +173,6 @@ export class ImportCertificateCommand extends $Command< ImportCertificateCommandOutput, ACMClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -189,9 +186,7 @@ export class ImportCertificateCommand extends $Command< * @public */ constructor(readonly input: ImportCertificateCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -244,7 +239,4 @@ export class ImportCertificateCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ImportCertificateCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-acm/src/commands/ListCertificatesCommand.ts b/clients/client-acm/src/commands/ListCertificatesCommand.ts index dbaeaf64c407..f30f4fae8bf6 100644 --- a/clients/client-acm/src/commands/ListCertificatesCommand.ts +++ b/clients/client-acm/src/commands/ListCertificatesCommand.ts @@ -124,9 +124,6 @@ export class ListCertificatesCommand extends $Command< ListCertificatesCommandOutput, ACMClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -140,9 +137,7 @@ export class ListCertificatesCommand extends $Command< * @public */ constructor(readonly input: ListCertificatesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -195,7 +190,4 @@ export class ListCertificatesCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListCertificatesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-acm/src/commands/ListTagsForCertificateCommand.ts b/clients/client-acm/src/commands/ListTagsForCertificateCommand.ts index 0a3f00cc6dec..3516d2fd3657 100644 --- a/clients/client-acm/src/commands/ListTagsForCertificateCommand.ts +++ b/clients/client-acm/src/commands/ListTagsForCertificateCommand.ts @@ -84,9 +84,6 @@ export class ListTagsForCertificateCommand extends $Command< ListTagsForCertificateCommandOutput, ACMClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -100,9 +97,7 @@ export class ListTagsForCertificateCommand extends $Command< * @public */ constructor(readonly input: ListTagsForCertificateCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -155,7 +150,4 @@ export class ListTagsForCertificateCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListTagsForCertificateCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-acm/src/commands/PutAccountConfigurationCommand.ts b/clients/client-acm/src/commands/PutAccountConfigurationCommand.ts index f1cc68272d67..34f32d6b1572 100644 --- a/clients/client-acm/src/commands/PutAccountConfigurationCommand.ts +++ b/clients/client-acm/src/commands/PutAccountConfigurationCommand.ts @@ -89,9 +89,6 @@ export class PutAccountConfigurationCommand extends $Command< PutAccountConfigurationCommandOutput, ACMClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -105,9 +102,7 @@ export class PutAccountConfigurationCommand extends $Command< * @public */ constructor(readonly input: PutAccountConfigurationCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -160,7 +155,4 @@ export class PutAccountConfigurationCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_PutAccountConfigurationCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-acm/src/commands/RemoveTagsFromCertificateCommand.ts b/clients/client-acm/src/commands/RemoveTagsFromCertificateCommand.ts index 947de9134ef2..376415bf5a76 100644 --- a/clients/client-acm/src/commands/RemoveTagsFromCertificateCommand.ts +++ b/clients/client-acm/src/commands/RemoveTagsFromCertificateCommand.ts @@ -99,9 +99,6 @@ export class RemoveTagsFromCertificateCommand extends $Command< RemoveTagsFromCertificateCommandOutput, ACMClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -115,9 +112,7 @@ export class RemoveTagsFromCertificateCommand extends $Command< * @public */ constructor(readonly input: RemoveTagsFromCertificateCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -173,7 +168,4 @@ export class RemoveTagsFromCertificateCommand extends $Command< ): Promise { return de_RemoveTagsFromCertificateCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-acm/src/commands/RenewCertificateCommand.ts b/clients/client-acm/src/commands/RenewCertificateCommand.ts index c4dd6dc6032a..83bf1f8049e4 100644 --- a/clients/client-acm/src/commands/RenewCertificateCommand.ts +++ b/clients/client-acm/src/commands/RenewCertificateCommand.ts @@ -79,9 +79,6 @@ export class RenewCertificateCommand extends $Command< RenewCertificateCommandOutput, ACMClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -95,9 +92,7 @@ export class RenewCertificateCommand extends $Command< * @public */ constructor(readonly input: RenewCertificateCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -150,7 +145,4 @@ export class RenewCertificateCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_RenewCertificateCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-acm/src/commands/RequestCertificateCommand.ts b/clients/client-acm/src/commands/RequestCertificateCommand.ts index 349f1ae0775a..e52133521fc8 100644 --- a/clients/client-acm/src/commands/RequestCertificateCommand.ts +++ b/clients/client-acm/src/commands/RequestCertificateCommand.ts @@ -130,9 +130,6 @@ export class RequestCertificateCommand extends $Command< RequestCertificateCommandOutput, ACMClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -146,9 +143,7 @@ export class RequestCertificateCommand extends $Command< * @public */ constructor(readonly input: RequestCertificateCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -201,7 +196,4 @@ export class RequestCertificateCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_RequestCertificateCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-acm/src/commands/ResendValidationEmailCommand.ts b/clients/client-acm/src/commands/ResendValidationEmailCommand.ts index dbdf09351906..de5def36808c 100644 --- a/clients/client-acm/src/commands/ResendValidationEmailCommand.ts +++ b/clients/client-acm/src/commands/ResendValidationEmailCommand.ts @@ -92,9 +92,6 @@ export class ResendValidationEmailCommand extends $Command< ResendValidationEmailCommandOutput, ACMClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -108,9 +105,7 @@ export class ResendValidationEmailCommand extends $Command< * @public */ constructor(readonly input: ResendValidationEmailCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -163,7 +158,4 @@ export class ResendValidationEmailCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ResendValidationEmailCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-acm/src/commands/UpdateCertificateOptionsCommand.ts b/clients/client-acm/src/commands/UpdateCertificateOptionsCommand.ts index db6c56aba0a7..5ef9a2f37086 100644 --- a/clients/client-acm/src/commands/UpdateCertificateOptionsCommand.ts +++ b/clients/client-acm/src/commands/UpdateCertificateOptionsCommand.ts @@ -87,9 +87,6 @@ export class UpdateCertificateOptionsCommand extends $Command< UpdateCertificateOptionsCommandOutput, ACMClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -103,9 +100,7 @@ export class UpdateCertificateOptionsCommand extends $Command< * @public */ constructor(readonly input: UpdateCertificateOptionsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -158,7 +153,4 @@ export class UpdateCertificateOptionsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdateCertificateOptionsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-alexa-for-business/package.json b/clients/client-alexa-for-business/package.json index bc64070a6579..d6130758ade4 100644 --- a/clients/client-alexa-for-business/package.json +++ b/clients/client-alexa-for-business/package.json @@ -34,29 +34,29 @@ "@aws-sdk/util-endpoints": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@smithy/config-resolver": "^2.0.16", - "@smithy/fetch-http-handler": "^2.2.4", - "@smithy/hash-node": "^2.0.12", - "@smithy/invalid-dependency": "^2.0.12", - "@smithy/middleware-content-length": "^2.0.14", - "@smithy/middleware-endpoint": "^2.1.3", - "@smithy/middleware-retry": "^2.0.18", - "@smithy/middleware-serde": "^2.0.12", - "@smithy/middleware-stack": "^2.0.6", - "@smithy/node-config-provider": "^2.1.3", - "@smithy/node-http-handler": "^2.1.8", - "@smithy/protocol-http": "^3.0.8", - "@smithy/smithy-client": "^2.1.12", - "@smithy/types": "^2.4.0", - "@smithy/url-parser": "^2.0.12", - "@smithy/util-base64": "^2.0.0", + "@smithy/config-resolver": "^2.0.18", + "@smithy/fetch-http-handler": "^2.2.6", + "@smithy/hash-node": "^2.0.15", + "@smithy/invalid-dependency": "^2.0.13", + "@smithy/middleware-content-length": "^2.0.15", + "@smithy/middleware-endpoint": "^2.2.0", + "@smithy/middleware-retry": "^2.0.20", + "@smithy/middleware-serde": "^2.0.13", + "@smithy/middleware-stack": "^2.0.7", + "@smithy/node-config-provider": "^2.1.5", + "@smithy/node-http-handler": "^2.1.9", + "@smithy/protocol-http": "^3.0.9", + "@smithy/smithy-client": "^2.1.15", + "@smithy/types": "^2.5.0", + "@smithy/url-parser": "^2.0.13", + "@smithy/util-base64": "^2.0.1", "@smithy/util-body-length-browser": "^2.0.0", "@smithy/util-body-length-node": "^2.1.0", - "@smithy/util-defaults-mode-browser": "^2.0.16", - "@smithy/util-defaults-mode-node": "^2.0.21", - "@smithy/util-endpoints": "^1.0.2", - "@smithy/util-retry": "^2.0.5", - "@smithy/util-utf8": "^2.0.0", + "@smithy/util-defaults-mode-browser": "^2.0.19", + "@smithy/util-defaults-mode-node": "^2.0.25", + "@smithy/util-endpoints": "^1.0.4", + "@smithy/util-retry": "^2.0.6", + "@smithy/util-utf8": "^2.0.2", "tslib": "^2.5.0", "uuid": "^8.3.2" }, diff --git a/clients/client-alexa-for-business/src/commands/ApproveSkillCommand.ts b/clients/client-alexa-for-business/src/commands/ApproveSkillCommand.ts index 36d31da5a3fe..e73f43265c9d 100644 --- a/clients/client-alexa-for-business/src/commands/ApproveSkillCommand.ts +++ b/clients/client-alexa-for-business/src/commands/ApproveSkillCommand.ts @@ -80,9 +80,6 @@ export class ApproveSkillCommand extends $Command< ApproveSkillCommandOutput, AlexaForBusinessClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -96,9 +93,7 @@ export class ApproveSkillCommand extends $Command< * @public */ constructor(readonly input: ApproveSkillCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -149,7 +144,4 @@ export class ApproveSkillCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ApproveSkillCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-alexa-for-business/src/commands/AssociateContactWithAddressBookCommand.ts b/clients/client-alexa-for-business/src/commands/AssociateContactWithAddressBookCommand.ts index f6cbaade3018..2a987fca32a1 100644 --- a/clients/client-alexa-for-business/src/commands/AssociateContactWithAddressBookCommand.ts +++ b/clients/client-alexa-for-business/src/commands/AssociateContactWithAddressBookCommand.ts @@ -79,9 +79,6 @@ export class AssociateContactWithAddressBookCommand extends $Command< AssociateContactWithAddressBookCommandOutput, AlexaForBusinessClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -95,9 +92,7 @@ export class AssociateContactWithAddressBookCommand extends $Command< * @public */ constructor(readonly input: AssociateContactWithAddressBookCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -156,7 +151,4 @@ export class AssociateContactWithAddressBookCommand extends $Command< ): Promise { return de_AssociateContactWithAddressBookCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-alexa-for-business/src/commands/AssociateDeviceWithNetworkProfileCommand.ts b/clients/client-alexa-for-business/src/commands/AssociateDeviceWithNetworkProfileCommand.ts index 8bd84154ea52..92d31707355f 100644 --- a/clients/client-alexa-for-business/src/commands/AssociateDeviceWithNetworkProfileCommand.ts +++ b/clients/client-alexa-for-business/src/commands/AssociateDeviceWithNetworkProfileCommand.ts @@ -88,9 +88,6 @@ export class AssociateDeviceWithNetworkProfileCommand extends $Command< AssociateDeviceWithNetworkProfileCommandOutput, AlexaForBusinessClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -104,9 +101,7 @@ export class AssociateDeviceWithNetworkProfileCommand extends $Command< * @public */ constructor(readonly input: AssociateDeviceWithNetworkProfileCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -165,7 +160,4 @@ export class AssociateDeviceWithNetworkProfileCommand extends $Command< ): Promise { return de_AssociateDeviceWithNetworkProfileCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-alexa-for-business/src/commands/AssociateDeviceWithRoomCommand.ts b/clients/client-alexa-for-business/src/commands/AssociateDeviceWithRoomCommand.ts index 5462b0f90ab7..f08167e475b7 100644 --- a/clients/client-alexa-for-business/src/commands/AssociateDeviceWithRoomCommand.ts +++ b/clients/client-alexa-for-business/src/commands/AssociateDeviceWithRoomCommand.ts @@ -82,9 +82,6 @@ export class AssociateDeviceWithRoomCommand extends $Command< AssociateDeviceWithRoomCommandOutput, AlexaForBusinessClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -98,9 +95,7 @@ export class AssociateDeviceWithRoomCommand extends $Command< * @public */ constructor(readonly input: AssociateDeviceWithRoomCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -153,7 +148,4 @@ export class AssociateDeviceWithRoomCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_AssociateDeviceWithRoomCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-alexa-for-business/src/commands/AssociateSkillGroupWithRoomCommand.ts b/clients/client-alexa-for-business/src/commands/AssociateSkillGroupWithRoomCommand.ts index da68c21f167e..84e1cd61f856 100644 --- a/clients/client-alexa-for-business/src/commands/AssociateSkillGroupWithRoomCommand.ts +++ b/clients/client-alexa-for-business/src/commands/AssociateSkillGroupWithRoomCommand.ts @@ -77,9 +77,6 @@ export class AssociateSkillGroupWithRoomCommand extends $Command< AssociateSkillGroupWithRoomCommandOutput, AlexaForBusinessClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -93,9 +90,7 @@ export class AssociateSkillGroupWithRoomCommand extends $Command< * @public */ constructor(readonly input: AssociateSkillGroupWithRoomCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -151,7 +146,4 @@ export class AssociateSkillGroupWithRoomCommand extends $Command< ): Promise { return de_AssociateSkillGroupWithRoomCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-alexa-for-business/src/commands/AssociateSkillWithSkillGroupCommand.ts b/clients/client-alexa-for-business/src/commands/AssociateSkillWithSkillGroupCommand.ts index 895292a3c31c..5c87e0599a09 100644 --- a/clients/client-alexa-for-business/src/commands/AssociateSkillWithSkillGroupCommand.ts +++ b/clients/client-alexa-for-business/src/commands/AssociateSkillWithSkillGroupCommand.ts @@ -85,9 +85,6 @@ export class AssociateSkillWithSkillGroupCommand extends $Command< AssociateSkillWithSkillGroupCommandOutput, AlexaForBusinessClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -101,9 +98,7 @@ export class AssociateSkillWithSkillGroupCommand extends $Command< * @public */ constructor(readonly input: AssociateSkillWithSkillGroupCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -159,7 +154,4 @@ export class AssociateSkillWithSkillGroupCommand extends $Command< ): Promise { return de_AssociateSkillWithSkillGroupCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-alexa-for-business/src/commands/AssociateSkillWithUsersCommand.ts b/clients/client-alexa-for-business/src/commands/AssociateSkillWithUsersCommand.ts index 5e1cc6a18b2f..8d2e915fd5f9 100644 --- a/clients/client-alexa-for-business/src/commands/AssociateSkillWithUsersCommand.ts +++ b/clients/client-alexa-for-business/src/commands/AssociateSkillWithUsersCommand.ts @@ -76,9 +76,6 @@ export class AssociateSkillWithUsersCommand extends $Command< AssociateSkillWithUsersCommandOutput, AlexaForBusinessClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -92,9 +89,7 @@ export class AssociateSkillWithUsersCommand extends $Command< * @public */ constructor(readonly input: AssociateSkillWithUsersCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -147,7 +142,4 @@ export class AssociateSkillWithUsersCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_AssociateSkillWithUsersCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-alexa-for-business/src/commands/CreateAddressBookCommand.ts b/clients/client-alexa-for-business/src/commands/CreateAddressBookCommand.ts index f8a15bcb363c..1fcfc7cee14a 100644 --- a/clients/client-alexa-for-business/src/commands/CreateAddressBookCommand.ts +++ b/clients/client-alexa-for-business/src/commands/CreateAddressBookCommand.ts @@ -86,9 +86,6 @@ export class CreateAddressBookCommand extends $Command< CreateAddressBookCommandOutput, AlexaForBusinessClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -102,9 +99,7 @@ export class CreateAddressBookCommand extends $Command< * @public */ constructor(readonly input: CreateAddressBookCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -157,7 +152,4 @@ export class CreateAddressBookCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateAddressBookCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-alexa-for-business/src/commands/CreateBusinessReportScheduleCommand.ts b/clients/client-alexa-for-business/src/commands/CreateBusinessReportScheduleCommand.ts index 01c77bd4f658..bdcbbacc82d9 100644 --- a/clients/client-alexa-for-business/src/commands/CreateBusinessReportScheduleCommand.ts +++ b/clients/client-alexa-for-business/src/commands/CreateBusinessReportScheduleCommand.ts @@ -97,9 +97,6 @@ export class CreateBusinessReportScheduleCommand extends $Command< CreateBusinessReportScheduleCommandOutput, AlexaForBusinessClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -113,9 +110,7 @@ export class CreateBusinessReportScheduleCommand extends $Command< * @public */ constructor(readonly input: CreateBusinessReportScheduleCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -171,7 +166,4 @@ export class CreateBusinessReportScheduleCommand extends $Command< ): Promise { return de_CreateBusinessReportScheduleCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-alexa-for-business/src/commands/CreateConferenceProviderCommand.ts b/clients/client-alexa-for-business/src/commands/CreateConferenceProviderCommand.ts index 1bb4db18dd63..19a518803955 100644 --- a/clients/client-alexa-for-business/src/commands/CreateConferenceProviderCommand.ts +++ b/clients/client-alexa-for-business/src/commands/CreateConferenceProviderCommand.ts @@ -96,9 +96,6 @@ export class CreateConferenceProviderCommand extends $Command< CreateConferenceProviderCommandOutput, AlexaForBusinessClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -112,9 +109,7 @@ export class CreateConferenceProviderCommand extends $Command< * @public */ constructor(readonly input: CreateConferenceProviderCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -167,7 +162,4 @@ export class CreateConferenceProviderCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateConferenceProviderCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-alexa-for-business/src/commands/CreateContactCommand.ts b/clients/client-alexa-for-business/src/commands/CreateContactCommand.ts index 747d004cd161..347716bbfaf9 100644 --- a/clients/client-alexa-for-business/src/commands/CreateContactCommand.ts +++ b/clients/client-alexa-for-business/src/commands/CreateContactCommand.ts @@ -104,9 +104,6 @@ export class CreateContactCommand extends $Command< CreateContactCommandOutput, AlexaForBusinessClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -120,9 +117,7 @@ export class CreateContactCommand extends $Command< * @public */ constructor(readonly input: CreateContactCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -173,7 +168,4 @@ export class CreateContactCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateContactCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-alexa-for-business/src/commands/CreateGatewayGroupCommand.ts b/clients/client-alexa-for-business/src/commands/CreateGatewayGroupCommand.ts index ebc2fc961fe4..d4a37f724ff8 100644 --- a/clients/client-alexa-for-business/src/commands/CreateGatewayGroupCommand.ts +++ b/clients/client-alexa-for-business/src/commands/CreateGatewayGroupCommand.ts @@ -86,9 +86,6 @@ export class CreateGatewayGroupCommand extends $Command< CreateGatewayGroupCommandOutput, AlexaForBusinessClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -102,9 +99,7 @@ export class CreateGatewayGroupCommand extends $Command< * @public */ constructor(readonly input: CreateGatewayGroupCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -157,7 +152,4 @@ export class CreateGatewayGroupCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateGatewayGroupCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-alexa-for-business/src/commands/CreateNetworkProfileCommand.ts b/clients/client-alexa-for-business/src/commands/CreateNetworkProfileCommand.ts index 7bb09f55c0f8..def76183274b 100644 --- a/clients/client-alexa-for-business/src/commands/CreateNetworkProfileCommand.ts +++ b/clients/client-alexa-for-business/src/commands/CreateNetworkProfileCommand.ts @@ -108,9 +108,6 @@ export class CreateNetworkProfileCommand extends $Command< CreateNetworkProfileCommandOutput, AlexaForBusinessClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -124,9 +121,7 @@ export class CreateNetworkProfileCommand extends $Command< * @public */ constructor(readonly input: CreateNetworkProfileCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -179,7 +174,4 @@ export class CreateNetworkProfileCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateNetworkProfileCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-alexa-for-business/src/commands/CreateProfileCommand.ts b/clients/client-alexa-for-business/src/commands/CreateProfileCommand.ts index 1b72d68da25f..efd9f24ab3fb 100644 --- a/clients/client-alexa-for-business/src/commands/CreateProfileCommand.ts +++ b/clients/client-alexa-for-business/src/commands/CreateProfileCommand.ts @@ -119,9 +119,6 @@ export class CreateProfileCommand extends $Command< CreateProfileCommandOutput, AlexaForBusinessClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -135,9 +132,7 @@ export class CreateProfileCommand extends $Command< * @public */ constructor(readonly input: CreateProfileCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -188,7 +183,4 @@ export class CreateProfileCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateProfileCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-alexa-for-business/src/commands/CreateRoomCommand.ts b/clients/client-alexa-for-business/src/commands/CreateRoomCommand.ts index 2e3a531dca20..e6e97e16dedc 100644 --- a/clients/client-alexa-for-business/src/commands/CreateRoomCommand.ts +++ b/clients/client-alexa-for-business/src/commands/CreateRoomCommand.ts @@ -88,9 +88,6 @@ export class CreateRoomCommand extends $Command< CreateRoomCommandOutput, AlexaForBusinessClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -104,9 +101,7 @@ export class CreateRoomCommand extends $Command< * @public */ constructor(readonly input: CreateRoomCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -157,7 +152,4 @@ export class CreateRoomCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateRoomCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-alexa-for-business/src/commands/CreateSkillGroupCommand.ts b/clients/client-alexa-for-business/src/commands/CreateSkillGroupCommand.ts index 4d40788ae980..087db822d564 100644 --- a/clients/client-alexa-for-business/src/commands/CreateSkillGroupCommand.ts +++ b/clients/client-alexa-for-business/src/commands/CreateSkillGroupCommand.ts @@ -89,9 +89,6 @@ export class CreateSkillGroupCommand extends $Command< CreateSkillGroupCommandOutput, AlexaForBusinessClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -105,9 +102,7 @@ export class CreateSkillGroupCommand extends $Command< * @public */ constructor(readonly input: CreateSkillGroupCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -160,7 +155,4 @@ export class CreateSkillGroupCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateSkillGroupCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-alexa-for-business/src/commands/CreateUserCommand.ts b/clients/client-alexa-for-business/src/commands/CreateUserCommand.ts index ccd4043b9abf..b86fded4458f 100644 --- a/clients/client-alexa-for-business/src/commands/CreateUserCommand.ts +++ b/clients/client-alexa-for-business/src/commands/CreateUserCommand.ts @@ -91,9 +91,6 @@ export class CreateUserCommand extends $Command< CreateUserCommandOutput, AlexaForBusinessClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -107,9 +104,7 @@ export class CreateUserCommand extends $Command< * @public */ constructor(readonly input: CreateUserCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -160,7 +155,4 @@ export class CreateUserCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateUserCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-alexa-for-business/src/commands/DeleteAddressBookCommand.ts b/clients/client-alexa-for-business/src/commands/DeleteAddressBookCommand.ts index f1ffe1b9eddb..a0d24f8602ad 100644 --- a/clients/client-alexa-for-business/src/commands/DeleteAddressBookCommand.ts +++ b/clients/client-alexa-for-business/src/commands/DeleteAddressBookCommand.ts @@ -76,9 +76,6 @@ export class DeleteAddressBookCommand extends $Command< DeleteAddressBookCommandOutput, AlexaForBusinessClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -92,9 +89,7 @@ export class DeleteAddressBookCommand extends $Command< * @public */ constructor(readonly input: DeleteAddressBookCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -147,7 +142,4 @@ export class DeleteAddressBookCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteAddressBookCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-alexa-for-business/src/commands/DeleteBusinessReportScheduleCommand.ts b/clients/client-alexa-for-business/src/commands/DeleteBusinessReportScheduleCommand.ts index b1a79c8fa36e..53ca0c513ce2 100644 --- a/clients/client-alexa-for-business/src/commands/DeleteBusinessReportScheduleCommand.ts +++ b/clients/client-alexa-for-business/src/commands/DeleteBusinessReportScheduleCommand.ts @@ -82,9 +82,6 @@ export class DeleteBusinessReportScheduleCommand extends $Command< DeleteBusinessReportScheduleCommandOutput, AlexaForBusinessClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -98,9 +95,7 @@ export class DeleteBusinessReportScheduleCommand extends $Command< * @public */ constructor(readonly input: DeleteBusinessReportScheduleCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -156,7 +151,4 @@ export class DeleteBusinessReportScheduleCommand extends $Command< ): Promise { return de_DeleteBusinessReportScheduleCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-alexa-for-business/src/commands/DeleteConferenceProviderCommand.ts b/clients/client-alexa-for-business/src/commands/DeleteConferenceProviderCommand.ts index 067e4216e177..d585070c343e 100644 --- a/clients/client-alexa-for-business/src/commands/DeleteConferenceProviderCommand.ts +++ b/clients/client-alexa-for-business/src/commands/DeleteConferenceProviderCommand.ts @@ -73,9 +73,6 @@ export class DeleteConferenceProviderCommand extends $Command< DeleteConferenceProviderCommandOutput, AlexaForBusinessClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -89,9 +86,7 @@ export class DeleteConferenceProviderCommand extends $Command< * @public */ constructor(readonly input: DeleteConferenceProviderCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -144,7 +139,4 @@ export class DeleteConferenceProviderCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteConferenceProviderCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-alexa-for-business/src/commands/DeleteContactCommand.ts b/clients/client-alexa-for-business/src/commands/DeleteContactCommand.ts index 6c41e91459f7..b827f707c245 100644 --- a/clients/client-alexa-for-business/src/commands/DeleteContactCommand.ts +++ b/clients/client-alexa-for-business/src/commands/DeleteContactCommand.ts @@ -76,9 +76,6 @@ export class DeleteContactCommand extends $Command< DeleteContactCommandOutput, AlexaForBusinessClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -92,9 +89,7 @@ export class DeleteContactCommand extends $Command< * @public */ constructor(readonly input: DeleteContactCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -145,7 +140,4 @@ export class DeleteContactCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteContactCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-alexa-for-business/src/commands/DeleteDeviceCommand.ts b/clients/client-alexa-for-business/src/commands/DeleteDeviceCommand.ts index 1fda436db313..7dcdbb741cdc 100644 --- a/clients/client-alexa-for-business/src/commands/DeleteDeviceCommand.ts +++ b/clients/client-alexa-for-business/src/commands/DeleteDeviceCommand.ts @@ -79,9 +79,6 @@ export class DeleteDeviceCommand extends $Command< DeleteDeviceCommandOutput, AlexaForBusinessClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -95,9 +92,7 @@ export class DeleteDeviceCommand extends $Command< * @public */ constructor(readonly input: DeleteDeviceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -148,7 +143,4 @@ export class DeleteDeviceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteDeviceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-alexa-for-business/src/commands/DeleteDeviceUsageDataCommand.ts b/clients/client-alexa-for-business/src/commands/DeleteDeviceUsageDataCommand.ts index 40a7dac86fe4..e195eb092644 100644 --- a/clients/client-alexa-for-business/src/commands/DeleteDeviceUsageDataCommand.ts +++ b/clients/client-alexa-for-business/src/commands/DeleteDeviceUsageDataCommand.ts @@ -82,9 +82,6 @@ export class DeleteDeviceUsageDataCommand extends $Command< DeleteDeviceUsageDataCommandOutput, AlexaForBusinessClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -98,9 +95,7 @@ export class DeleteDeviceUsageDataCommand extends $Command< * @public */ constructor(readonly input: DeleteDeviceUsageDataCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -153,7 +148,4 @@ export class DeleteDeviceUsageDataCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteDeviceUsageDataCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-alexa-for-business/src/commands/DeleteGatewayGroupCommand.ts b/clients/client-alexa-for-business/src/commands/DeleteGatewayGroupCommand.ts index 23179a89afbe..a1feaaf9e15b 100644 --- a/clients/client-alexa-for-business/src/commands/DeleteGatewayGroupCommand.ts +++ b/clients/client-alexa-for-business/src/commands/DeleteGatewayGroupCommand.ts @@ -73,9 +73,6 @@ export class DeleteGatewayGroupCommand extends $Command< DeleteGatewayGroupCommandOutput, AlexaForBusinessClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -89,9 +86,7 @@ export class DeleteGatewayGroupCommand extends $Command< * @public */ constructor(readonly input: DeleteGatewayGroupCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -144,7 +139,4 @@ export class DeleteGatewayGroupCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteGatewayGroupCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-alexa-for-business/src/commands/DeleteNetworkProfileCommand.ts b/clients/client-alexa-for-business/src/commands/DeleteNetworkProfileCommand.ts index 46068a09ea62..de4da588658d 100644 --- a/clients/client-alexa-for-business/src/commands/DeleteNetworkProfileCommand.ts +++ b/clients/client-alexa-for-business/src/commands/DeleteNetworkProfileCommand.ts @@ -79,9 +79,6 @@ export class DeleteNetworkProfileCommand extends $Command< DeleteNetworkProfileCommandOutput, AlexaForBusinessClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -95,9 +92,7 @@ export class DeleteNetworkProfileCommand extends $Command< * @public */ constructor(readonly input: DeleteNetworkProfileCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -150,7 +145,4 @@ export class DeleteNetworkProfileCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteNetworkProfileCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-alexa-for-business/src/commands/DeleteProfileCommand.ts b/clients/client-alexa-for-business/src/commands/DeleteProfileCommand.ts index 86cd0bbbee87..dc16c76626e1 100644 --- a/clients/client-alexa-for-business/src/commands/DeleteProfileCommand.ts +++ b/clients/client-alexa-for-business/src/commands/DeleteProfileCommand.ts @@ -76,9 +76,6 @@ export class DeleteProfileCommand extends $Command< DeleteProfileCommandOutput, AlexaForBusinessClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -92,9 +89,7 @@ export class DeleteProfileCommand extends $Command< * @public */ constructor(readonly input: DeleteProfileCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -145,7 +140,4 @@ export class DeleteProfileCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteProfileCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-alexa-for-business/src/commands/DeleteRoomCommand.ts b/clients/client-alexa-for-business/src/commands/DeleteRoomCommand.ts index e4d3e7e4fa65..d5e9c238ad06 100644 --- a/clients/client-alexa-for-business/src/commands/DeleteRoomCommand.ts +++ b/clients/client-alexa-for-business/src/commands/DeleteRoomCommand.ts @@ -76,9 +76,6 @@ export class DeleteRoomCommand extends $Command< DeleteRoomCommandOutput, AlexaForBusinessClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -92,9 +89,7 @@ export class DeleteRoomCommand extends $Command< * @public */ constructor(readonly input: DeleteRoomCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -145,7 +140,4 @@ export class DeleteRoomCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteRoomCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-alexa-for-business/src/commands/DeleteRoomSkillParameterCommand.ts b/clients/client-alexa-for-business/src/commands/DeleteRoomSkillParameterCommand.ts index 5d63be3f4014..448c404380c1 100644 --- a/clients/client-alexa-for-business/src/commands/DeleteRoomSkillParameterCommand.ts +++ b/clients/client-alexa-for-business/src/commands/DeleteRoomSkillParameterCommand.ts @@ -75,9 +75,6 @@ export class DeleteRoomSkillParameterCommand extends $Command< DeleteRoomSkillParameterCommandOutput, AlexaForBusinessClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -91,9 +88,7 @@ export class DeleteRoomSkillParameterCommand extends $Command< * @public */ constructor(readonly input: DeleteRoomSkillParameterCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -146,7 +141,4 @@ export class DeleteRoomSkillParameterCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteRoomSkillParameterCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-alexa-for-business/src/commands/DeleteSkillAuthorizationCommand.ts b/clients/client-alexa-for-business/src/commands/DeleteSkillAuthorizationCommand.ts index 58b12cd8c1ba..cf8ca442fccb 100644 --- a/clients/client-alexa-for-business/src/commands/DeleteSkillAuthorizationCommand.ts +++ b/clients/client-alexa-for-business/src/commands/DeleteSkillAuthorizationCommand.ts @@ -77,9 +77,6 @@ export class DeleteSkillAuthorizationCommand extends $Command< DeleteSkillAuthorizationCommandOutput, AlexaForBusinessClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -93,9 +90,7 @@ export class DeleteSkillAuthorizationCommand extends $Command< * @public */ constructor(readonly input: DeleteSkillAuthorizationCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -148,7 +143,4 @@ export class DeleteSkillAuthorizationCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteSkillAuthorizationCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-alexa-for-business/src/commands/DeleteSkillGroupCommand.ts b/clients/client-alexa-for-business/src/commands/DeleteSkillGroupCommand.ts index 4e8803b188dc..64857b54a01f 100644 --- a/clients/client-alexa-for-business/src/commands/DeleteSkillGroupCommand.ts +++ b/clients/client-alexa-for-business/src/commands/DeleteSkillGroupCommand.ts @@ -76,9 +76,6 @@ export class DeleteSkillGroupCommand extends $Command< DeleteSkillGroupCommandOutput, AlexaForBusinessClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -92,9 +89,7 @@ export class DeleteSkillGroupCommand extends $Command< * @public */ constructor(readonly input: DeleteSkillGroupCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -147,7 +142,4 @@ export class DeleteSkillGroupCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteSkillGroupCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-alexa-for-business/src/commands/DeleteUserCommand.ts b/clients/client-alexa-for-business/src/commands/DeleteUserCommand.ts index 47cd1f127e90..d5797b652b65 100644 --- a/clients/client-alexa-for-business/src/commands/DeleteUserCommand.ts +++ b/clients/client-alexa-for-business/src/commands/DeleteUserCommand.ts @@ -77,9 +77,6 @@ export class DeleteUserCommand extends $Command< DeleteUserCommandOutput, AlexaForBusinessClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -93,9 +90,7 @@ export class DeleteUserCommand extends $Command< * @public */ constructor(readonly input: DeleteUserCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -146,7 +141,4 @@ export class DeleteUserCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteUserCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-alexa-for-business/src/commands/DisassociateContactFromAddressBookCommand.ts b/clients/client-alexa-for-business/src/commands/DisassociateContactFromAddressBookCommand.ts index 4b3425e4ed43..895368419bc9 100644 --- a/clients/client-alexa-for-business/src/commands/DisassociateContactFromAddressBookCommand.ts +++ b/clients/client-alexa-for-business/src/commands/DisassociateContactFromAddressBookCommand.ts @@ -79,9 +79,6 @@ export class DisassociateContactFromAddressBookCommand extends $Command< DisassociateContactFromAddressBookCommandOutput, AlexaForBusinessClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -95,9 +92,7 @@ export class DisassociateContactFromAddressBookCommand extends $Command< * @public */ constructor(readonly input: DisassociateContactFromAddressBookCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -156,7 +151,4 @@ export class DisassociateContactFromAddressBookCommand extends $Command< ): Promise { return de_DisassociateContactFromAddressBookCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-alexa-for-business/src/commands/DisassociateDeviceFromRoomCommand.ts b/clients/client-alexa-for-business/src/commands/DisassociateDeviceFromRoomCommand.ts index 76a1ca586387..6a363148ecb1 100644 --- a/clients/client-alexa-for-business/src/commands/DisassociateDeviceFromRoomCommand.ts +++ b/clients/client-alexa-for-business/src/commands/DisassociateDeviceFromRoomCommand.ts @@ -78,9 +78,6 @@ export class DisassociateDeviceFromRoomCommand extends $Command< DisassociateDeviceFromRoomCommandOutput, AlexaForBusinessClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -94,9 +91,7 @@ export class DisassociateDeviceFromRoomCommand extends $Command< * @public */ constructor(readonly input: DisassociateDeviceFromRoomCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -152,7 +147,4 @@ export class DisassociateDeviceFromRoomCommand extends $Command< ): Promise { return de_DisassociateDeviceFromRoomCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-alexa-for-business/src/commands/DisassociateSkillFromSkillGroupCommand.ts b/clients/client-alexa-for-business/src/commands/DisassociateSkillFromSkillGroupCommand.ts index 413f5b889eb7..e0bd883f7cbe 100644 --- a/clients/client-alexa-for-business/src/commands/DisassociateSkillFromSkillGroupCommand.ts +++ b/clients/client-alexa-for-business/src/commands/DisassociateSkillFromSkillGroupCommand.ts @@ -82,9 +82,6 @@ export class DisassociateSkillFromSkillGroupCommand extends $Command< DisassociateSkillFromSkillGroupCommandOutput, AlexaForBusinessClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -98,9 +95,7 @@ export class DisassociateSkillFromSkillGroupCommand extends $Command< * @public */ constructor(readonly input: DisassociateSkillFromSkillGroupCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -159,7 +154,4 @@ export class DisassociateSkillFromSkillGroupCommand extends $Command< ): Promise { return de_DisassociateSkillFromSkillGroupCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-alexa-for-business/src/commands/DisassociateSkillFromUsersCommand.ts b/clients/client-alexa-for-business/src/commands/DisassociateSkillFromUsersCommand.ts index 9b9467120ca6..ba0e807c88f9 100644 --- a/clients/client-alexa-for-business/src/commands/DisassociateSkillFromUsersCommand.ts +++ b/clients/client-alexa-for-business/src/commands/DisassociateSkillFromUsersCommand.ts @@ -77,9 +77,6 @@ export class DisassociateSkillFromUsersCommand extends $Command< DisassociateSkillFromUsersCommandOutput, AlexaForBusinessClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -93,9 +90,7 @@ export class DisassociateSkillFromUsersCommand extends $Command< * @public */ constructor(readonly input: DisassociateSkillFromUsersCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -151,7 +146,4 @@ export class DisassociateSkillFromUsersCommand extends $Command< ): Promise { return de_DisassociateSkillFromUsersCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-alexa-for-business/src/commands/DisassociateSkillGroupFromRoomCommand.ts b/clients/client-alexa-for-business/src/commands/DisassociateSkillGroupFromRoomCommand.ts index 2c2c682299dc..0c05baebf98c 100644 --- a/clients/client-alexa-for-business/src/commands/DisassociateSkillGroupFromRoomCommand.ts +++ b/clients/client-alexa-for-business/src/commands/DisassociateSkillGroupFromRoomCommand.ts @@ -80,9 +80,6 @@ export class DisassociateSkillGroupFromRoomCommand extends $Command< DisassociateSkillGroupFromRoomCommandOutput, AlexaForBusinessClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -96,9 +93,7 @@ export class DisassociateSkillGroupFromRoomCommand extends $Command< * @public */ constructor(readonly input: DisassociateSkillGroupFromRoomCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -157,7 +152,4 @@ export class DisassociateSkillGroupFromRoomCommand extends $Command< ): Promise { return de_DisassociateSkillGroupFromRoomCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-alexa-for-business/src/commands/ForgetSmartHomeAppliancesCommand.ts b/clients/client-alexa-for-business/src/commands/ForgetSmartHomeAppliancesCommand.ts index ae999ce50e1a..3f54d5fe214b 100644 --- a/clients/client-alexa-for-business/src/commands/ForgetSmartHomeAppliancesCommand.ts +++ b/clients/client-alexa-for-business/src/commands/ForgetSmartHomeAppliancesCommand.ts @@ -73,9 +73,6 @@ export class ForgetSmartHomeAppliancesCommand extends $Command< ForgetSmartHomeAppliancesCommandOutput, AlexaForBusinessClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -89,9 +86,7 @@ export class ForgetSmartHomeAppliancesCommand extends $Command< * @public */ constructor(readonly input: ForgetSmartHomeAppliancesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -147,7 +142,4 @@ export class ForgetSmartHomeAppliancesCommand extends $Command< ): Promise { return de_ForgetSmartHomeAppliancesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-alexa-for-business/src/commands/GetAddressBookCommand.ts b/clients/client-alexa-for-business/src/commands/GetAddressBookCommand.ts index f8f9844fe85b..8ac59816d641 100644 --- a/clients/client-alexa-for-business/src/commands/GetAddressBookCommand.ts +++ b/clients/client-alexa-for-business/src/commands/GetAddressBookCommand.ts @@ -79,9 +79,6 @@ export class GetAddressBookCommand extends $Command< GetAddressBookCommandOutput, AlexaForBusinessClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -95,9 +92,7 @@ export class GetAddressBookCommand extends $Command< * @public */ constructor(readonly input: GetAddressBookCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -150,7 +145,4 @@ export class GetAddressBookCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetAddressBookCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-alexa-for-business/src/commands/GetConferencePreferenceCommand.ts b/clients/client-alexa-for-business/src/commands/GetConferencePreferenceCommand.ts index 683e6fdb7116..beb2cd88e8a5 100644 --- a/clients/client-alexa-for-business/src/commands/GetConferencePreferenceCommand.ts +++ b/clients/client-alexa-for-business/src/commands/GetConferencePreferenceCommand.ts @@ -75,9 +75,6 @@ export class GetConferencePreferenceCommand extends $Command< GetConferencePreferenceCommandOutput, AlexaForBusinessClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -91,9 +88,7 @@ export class GetConferencePreferenceCommand extends $Command< * @public */ constructor(readonly input: GetConferencePreferenceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -146,7 +141,4 @@ export class GetConferencePreferenceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetConferencePreferenceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-alexa-for-business/src/commands/GetConferenceProviderCommand.ts b/clients/client-alexa-for-business/src/commands/GetConferenceProviderCommand.ts index f52d405b0e98..e88dc49337b1 100644 --- a/clients/client-alexa-for-business/src/commands/GetConferenceProviderCommand.ts +++ b/clients/client-alexa-for-business/src/commands/GetConferenceProviderCommand.ts @@ -92,9 +92,6 @@ export class GetConferenceProviderCommand extends $Command< GetConferenceProviderCommandOutput, AlexaForBusinessClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -108,9 +105,7 @@ export class GetConferenceProviderCommand extends $Command< * @public */ constructor(readonly input: GetConferenceProviderCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -163,7 +158,4 @@ export class GetConferenceProviderCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetConferenceProviderCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-alexa-for-business/src/commands/GetContactCommand.ts b/clients/client-alexa-for-business/src/commands/GetContactCommand.ts index 344d5a5cbf63..b28a5bfa3af5 100644 --- a/clients/client-alexa-for-business/src/commands/GetContactCommand.ts +++ b/clients/client-alexa-for-business/src/commands/GetContactCommand.ts @@ -93,9 +93,6 @@ export class GetContactCommand extends $Command< GetContactCommandOutput, AlexaForBusinessClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -109,9 +106,7 @@ export class GetContactCommand extends $Command< * @public */ constructor(readonly input: GetContactCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -162,7 +157,4 @@ export class GetContactCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetContactCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-alexa-for-business/src/commands/GetDeviceCommand.ts b/clients/client-alexa-for-business/src/commands/GetDeviceCommand.ts index 73597cf98ee8..c6eacbdc4d3e 100644 --- a/clients/client-alexa-for-business/src/commands/GetDeviceCommand.ts +++ b/clients/client-alexa-for-business/src/commands/GetDeviceCommand.ts @@ -99,9 +99,6 @@ export class GetDeviceCommand extends $Command< GetDeviceCommandOutput, AlexaForBusinessClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -115,9 +112,7 @@ export class GetDeviceCommand extends $Command< * @public */ constructor(readonly input: GetDeviceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -168,7 +163,4 @@ export class GetDeviceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetDeviceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-alexa-for-business/src/commands/GetGatewayCommand.ts b/clients/client-alexa-for-business/src/commands/GetGatewayCommand.ts index ce91012c5bed..64d7c483d478 100644 --- a/clients/client-alexa-for-business/src/commands/GetGatewayCommand.ts +++ b/clients/client-alexa-for-business/src/commands/GetGatewayCommand.ts @@ -81,9 +81,6 @@ export class GetGatewayCommand extends $Command< GetGatewayCommandOutput, AlexaForBusinessClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -97,9 +94,7 @@ export class GetGatewayCommand extends $Command< * @public */ constructor(readonly input: GetGatewayCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -150,7 +145,4 @@ export class GetGatewayCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetGatewayCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-alexa-for-business/src/commands/GetGatewayGroupCommand.ts b/clients/client-alexa-for-business/src/commands/GetGatewayGroupCommand.ts index 9c3863d95e64..a820ac77078e 100644 --- a/clients/client-alexa-for-business/src/commands/GetGatewayGroupCommand.ts +++ b/clients/client-alexa-for-business/src/commands/GetGatewayGroupCommand.ts @@ -79,9 +79,6 @@ export class GetGatewayGroupCommand extends $Command< GetGatewayGroupCommandOutput, AlexaForBusinessClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -95,9 +92,7 @@ export class GetGatewayGroupCommand extends $Command< * @public */ constructor(readonly input: GetGatewayGroupCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -150,7 +145,4 @@ export class GetGatewayGroupCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetGatewayGroupCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-alexa-for-business/src/commands/GetInvitationConfigurationCommand.ts b/clients/client-alexa-for-business/src/commands/GetInvitationConfigurationCommand.ts index acddca7e0fa6..9c667a2c0dbd 100644 --- a/clients/client-alexa-for-business/src/commands/GetInvitationConfigurationCommand.ts +++ b/clients/client-alexa-for-business/src/commands/GetInvitationConfigurationCommand.ts @@ -78,9 +78,6 @@ export class GetInvitationConfigurationCommand extends $Command< GetInvitationConfigurationCommandOutput, AlexaForBusinessClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -94,9 +91,7 @@ export class GetInvitationConfigurationCommand extends $Command< * @public */ constructor(readonly input: GetInvitationConfigurationCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -152,7 +147,4 @@ export class GetInvitationConfigurationCommand extends $Command< ): Promise { return de_GetInvitationConfigurationCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-alexa-for-business/src/commands/GetNetworkProfileCommand.ts b/clients/client-alexa-for-business/src/commands/GetNetworkProfileCommand.ts index 52d0be35486f..611c45adabc2 100644 --- a/clients/client-alexa-for-business/src/commands/GetNetworkProfileCommand.ts +++ b/clients/client-alexa-for-business/src/commands/GetNetworkProfileCommand.ts @@ -95,9 +95,6 @@ export class GetNetworkProfileCommand extends $Command< GetNetworkProfileCommandOutput, AlexaForBusinessClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -111,9 +108,7 @@ export class GetNetworkProfileCommand extends $Command< * @public */ constructor(readonly input: GetNetworkProfileCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -166,7 +161,4 @@ export class GetNetworkProfileCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetNetworkProfileCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-alexa-for-business/src/commands/GetProfileCommand.ts b/clients/client-alexa-for-business/src/commands/GetProfileCommand.ts index 3a6af9f61212..f20aafe8fe85 100644 --- a/clients/client-alexa-for-business/src/commands/GetProfileCommand.ts +++ b/clients/client-alexa-for-business/src/commands/GetProfileCommand.ts @@ -111,9 +111,6 @@ export class GetProfileCommand extends $Command< GetProfileCommandOutput, AlexaForBusinessClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -127,9 +124,7 @@ export class GetProfileCommand extends $Command< * @public */ constructor(readonly input: GetProfileCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -180,7 +175,4 @@ export class GetProfileCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetProfileCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-alexa-for-business/src/commands/GetRoomCommand.ts b/clients/client-alexa-for-business/src/commands/GetRoomCommand.ts index 46c90ad4fedb..4e317f6a9429 100644 --- a/clients/client-alexa-for-business/src/commands/GetRoomCommand.ts +++ b/clients/client-alexa-for-business/src/commands/GetRoomCommand.ts @@ -81,9 +81,6 @@ export class GetRoomCommand extends $Command< GetRoomCommandOutput, AlexaForBusinessClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -97,9 +94,7 @@ export class GetRoomCommand extends $Command< * @public */ constructor(readonly input: GetRoomCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -150,7 +145,4 @@ export class GetRoomCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetRoomCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-alexa-for-business/src/commands/GetRoomSkillParameterCommand.ts b/clients/client-alexa-for-business/src/commands/GetRoomSkillParameterCommand.ts index 36ed8fc88d30..28402e4900e3 100644 --- a/clients/client-alexa-for-business/src/commands/GetRoomSkillParameterCommand.ts +++ b/clients/client-alexa-for-business/src/commands/GetRoomSkillParameterCommand.ts @@ -80,9 +80,6 @@ export class GetRoomSkillParameterCommand extends $Command< GetRoomSkillParameterCommandOutput, AlexaForBusinessClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -96,9 +93,7 @@ export class GetRoomSkillParameterCommand extends $Command< * @public */ constructor(readonly input: GetRoomSkillParameterCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -151,7 +146,4 @@ export class GetRoomSkillParameterCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetRoomSkillParameterCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-alexa-for-business/src/commands/GetSkillGroupCommand.ts b/clients/client-alexa-for-business/src/commands/GetSkillGroupCommand.ts index 96216aa18d8c..8be8bef7352f 100644 --- a/clients/client-alexa-for-business/src/commands/GetSkillGroupCommand.ts +++ b/clients/client-alexa-for-business/src/commands/GetSkillGroupCommand.ts @@ -79,9 +79,6 @@ export class GetSkillGroupCommand extends $Command< GetSkillGroupCommandOutput, AlexaForBusinessClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -95,9 +92,7 @@ export class GetSkillGroupCommand extends $Command< * @public */ constructor(readonly input: GetSkillGroupCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -148,7 +143,4 @@ export class GetSkillGroupCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetSkillGroupCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-alexa-for-business/src/commands/ListBusinessReportSchedulesCommand.ts b/clients/client-alexa-for-business/src/commands/ListBusinessReportSchedulesCommand.ts index b97d5d1ea032..9c9b23d12f2d 100644 --- a/clients/client-alexa-for-business/src/commands/ListBusinessReportSchedulesCommand.ts +++ b/clients/client-alexa-for-business/src/commands/ListBusinessReportSchedulesCommand.ts @@ -100,9 +100,6 @@ export class ListBusinessReportSchedulesCommand extends $Command< ListBusinessReportSchedulesCommandOutput, AlexaForBusinessClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -116,9 +113,7 @@ export class ListBusinessReportSchedulesCommand extends $Command< * @public */ constructor(readonly input: ListBusinessReportSchedulesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -174,7 +169,4 @@ export class ListBusinessReportSchedulesCommand extends $Command< ): Promise { return de_ListBusinessReportSchedulesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-alexa-for-business/src/commands/ListConferenceProvidersCommand.ts b/clients/client-alexa-for-business/src/commands/ListConferenceProvidersCommand.ts index 5ec2d008ad0a..61d26f6c9b01 100644 --- a/clients/client-alexa-for-business/src/commands/ListConferenceProvidersCommand.ts +++ b/clients/client-alexa-for-business/src/commands/ListConferenceProvidersCommand.ts @@ -93,9 +93,6 @@ export class ListConferenceProvidersCommand extends $Command< ListConferenceProvidersCommandOutput, AlexaForBusinessClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -109,9 +106,7 @@ export class ListConferenceProvidersCommand extends $Command< * @public */ constructor(readonly input: ListConferenceProvidersCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -164,7 +159,4 @@ export class ListConferenceProvidersCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListConferenceProvidersCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-alexa-for-business/src/commands/ListDeviceEventsCommand.ts b/clients/client-alexa-for-business/src/commands/ListDeviceEventsCommand.ts index 612dda2f5daf..b8f3e19216fb 100644 --- a/clients/client-alexa-for-business/src/commands/ListDeviceEventsCommand.ts +++ b/clients/client-alexa-for-business/src/commands/ListDeviceEventsCommand.ts @@ -86,9 +86,6 @@ export class ListDeviceEventsCommand extends $Command< ListDeviceEventsCommandOutput, AlexaForBusinessClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -102,9 +99,7 @@ export class ListDeviceEventsCommand extends $Command< * @public */ constructor(readonly input: ListDeviceEventsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -157,7 +152,4 @@ export class ListDeviceEventsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListDeviceEventsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-alexa-for-business/src/commands/ListGatewayGroupsCommand.ts b/clients/client-alexa-for-business/src/commands/ListGatewayGroupsCommand.ts index deaab8a4f62e..182d453a6733 100644 --- a/clients/client-alexa-for-business/src/commands/ListGatewayGroupsCommand.ts +++ b/clients/client-alexa-for-business/src/commands/ListGatewayGroupsCommand.ts @@ -81,9 +81,6 @@ export class ListGatewayGroupsCommand extends $Command< ListGatewayGroupsCommandOutput, AlexaForBusinessClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -97,9 +94,7 @@ export class ListGatewayGroupsCommand extends $Command< * @public */ constructor(readonly input: ListGatewayGroupsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -152,7 +147,4 @@ export class ListGatewayGroupsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListGatewayGroupsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-alexa-for-business/src/commands/ListGatewaysCommand.ts b/clients/client-alexa-for-business/src/commands/ListGatewaysCommand.ts index 38610378a235..a49ceeca64ab 100644 --- a/clients/client-alexa-for-business/src/commands/ListGatewaysCommand.ts +++ b/clients/client-alexa-for-business/src/commands/ListGatewaysCommand.ts @@ -85,9 +85,6 @@ export class ListGatewaysCommand extends $Command< ListGatewaysCommandOutput, AlexaForBusinessClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -101,9 +98,7 @@ export class ListGatewaysCommand extends $Command< * @public */ constructor(readonly input: ListGatewaysCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -154,7 +149,4 @@ export class ListGatewaysCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListGatewaysCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-alexa-for-business/src/commands/ListSkillsCommand.ts b/clients/client-alexa-for-business/src/commands/ListSkillsCommand.ts index d1ac7cd0eb71..1200e8151028 100644 --- a/clients/client-alexa-for-business/src/commands/ListSkillsCommand.ts +++ b/clients/client-alexa-for-business/src/commands/ListSkillsCommand.ts @@ -85,9 +85,6 @@ export class ListSkillsCommand extends $Command< ListSkillsCommandOutput, AlexaForBusinessClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -101,9 +98,7 @@ export class ListSkillsCommand extends $Command< * @public */ constructor(readonly input: ListSkillsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -154,7 +149,4 @@ export class ListSkillsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListSkillsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-alexa-for-business/src/commands/ListSkillsStoreCategoriesCommand.ts b/clients/client-alexa-for-business/src/commands/ListSkillsStoreCategoriesCommand.ts index 2e9ca183b1ac..cde54b0941e9 100644 --- a/clients/client-alexa-for-business/src/commands/ListSkillsStoreCategoriesCommand.ts +++ b/clients/client-alexa-for-business/src/commands/ListSkillsStoreCategoriesCommand.ts @@ -79,9 +79,6 @@ export class ListSkillsStoreCategoriesCommand extends $Command< ListSkillsStoreCategoriesCommandOutput, AlexaForBusinessClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -95,9 +92,7 @@ export class ListSkillsStoreCategoriesCommand extends $Command< * @public */ constructor(readonly input: ListSkillsStoreCategoriesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -153,7 +148,4 @@ export class ListSkillsStoreCategoriesCommand extends $Command< ): Promise { return de_ListSkillsStoreCategoriesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-alexa-for-business/src/commands/ListSkillsStoreSkillsByCategoryCommand.ts b/clients/client-alexa-for-business/src/commands/ListSkillsStoreSkillsByCategoryCommand.ts index 6853905159da..160d390e0c1e 100644 --- a/clients/client-alexa-for-business/src/commands/ListSkillsStoreSkillsByCategoryCommand.ts +++ b/clients/client-alexa-for-business/src/commands/ListSkillsStoreSkillsByCategoryCommand.ts @@ -118,9 +118,6 @@ export class ListSkillsStoreSkillsByCategoryCommand extends $Command< ListSkillsStoreSkillsByCategoryCommandOutput, AlexaForBusinessClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -134,9 +131,7 @@ export class ListSkillsStoreSkillsByCategoryCommand extends $Command< * @public */ constructor(readonly input: ListSkillsStoreSkillsByCategoryCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -195,7 +190,4 @@ export class ListSkillsStoreSkillsByCategoryCommand extends $Command< ): Promise { return de_ListSkillsStoreSkillsByCategoryCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-alexa-for-business/src/commands/ListSmartHomeAppliancesCommand.ts b/clients/client-alexa-for-business/src/commands/ListSmartHomeAppliancesCommand.ts index 0005dc0365a5..2b9d712cade7 100644 --- a/clients/client-alexa-for-business/src/commands/ListSmartHomeAppliancesCommand.ts +++ b/clients/client-alexa-for-business/src/commands/ListSmartHomeAppliancesCommand.ts @@ -84,9 +84,6 @@ export class ListSmartHomeAppliancesCommand extends $Command< ListSmartHomeAppliancesCommandOutput, AlexaForBusinessClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -100,9 +97,7 @@ export class ListSmartHomeAppliancesCommand extends $Command< * @public */ constructor(readonly input: ListSmartHomeAppliancesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -155,7 +150,4 @@ export class ListSmartHomeAppliancesCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListSmartHomeAppliancesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-alexa-for-business/src/commands/ListTagsCommand.ts b/clients/client-alexa-for-business/src/commands/ListTagsCommand.ts index e4390d15ae50..51779b48c2ff 100644 --- a/clients/client-alexa-for-business/src/commands/ListTagsCommand.ts +++ b/clients/client-alexa-for-business/src/commands/ListTagsCommand.ts @@ -83,9 +83,6 @@ export class ListTagsCommand extends $Command< ListTagsCommandOutput, AlexaForBusinessClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -99,9 +96,7 @@ export class ListTagsCommand extends $Command< * @public */ constructor(readonly input: ListTagsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -152,7 +147,4 @@ export class ListTagsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListTagsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-alexa-for-business/src/commands/PutConferencePreferenceCommand.ts b/clients/client-alexa-for-business/src/commands/PutConferencePreferenceCommand.ts index b99b09493d9a..6255596046d2 100644 --- a/clients/client-alexa-for-business/src/commands/PutConferencePreferenceCommand.ts +++ b/clients/client-alexa-for-business/src/commands/PutConferencePreferenceCommand.ts @@ -76,9 +76,6 @@ export class PutConferencePreferenceCommand extends $Command< PutConferencePreferenceCommandOutput, AlexaForBusinessClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -92,9 +89,7 @@ export class PutConferencePreferenceCommand extends $Command< * @public */ constructor(readonly input: PutConferencePreferenceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -147,7 +142,4 @@ export class PutConferencePreferenceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_PutConferencePreferenceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-alexa-for-business/src/commands/PutInvitationConfigurationCommand.ts b/clients/client-alexa-for-business/src/commands/PutInvitationConfigurationCommand.ts index e7642d69061c..6a38e0072206 100644 --- a/clients/client-alexa-for-business/src/commands/PutInvitationConfigurationCommand.ts +++ b/clients/client-alexa-for-business/src/commands/PutInvitationConfigurationCommand.ts @@ -81,9 +81,6 @@ export class PutInvitationConfigurationCommand extends $Command< PutInvitationConfigurationCommandOutput, AlexaForBusinessClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -97,9 +94,7 @@ export class PutInvitationConfigurationCommand extends $Command< * @public */ constructor(readonly input: PutInvitationConfigurationCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -155,7 +150,4 @@ export class PutInvitationConfigurationCommand extends $Command< ): Promise { return de_PutInvitationConfigurationCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-alexa-for-business/src/commands/PutRoomSkillParameterCommand.ts b/clients/client-alexa-for-business/src/commands/PutRoomSkillParameterCommand.ts index 439a94796658..7046537ec352 100644 --- a/clients/client-alexa-for-business/src/commands/PutRoomSkillParameterCommand.ts +++ b/clients/client-alexa-for-business/src/commands/PutRoomSkillParameterCommand.ts @@ -79,9 +79,6 @@ export class PutRoomSkillParameterCommand extends $Command< PutRoomSkillParameterCommandOutput, AlexaForBusinessClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -95,9 +92,7 @@ export class PutRoomSkillParameterCommand extends $Command< * @public */ constructor(readonly input: PutRoomSkillParameterCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -150,7 +145,4 @@ export class PutRoomSkillParameterCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_PutRoomSkillParameterCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-alexa-for-business/src/commands/PutSkillAuthorizationCommand.ts b/clients/client-alexa-for-business/src/commands/PutSkillAuthorizationCommand.ts index 23de68165471..6737fabdcb7e 100644 --- a/clients/client-alexa-for-business/src/commands/PutSkillAuthorizationCommand.ts +++ b/clients/client-alexa-for-business/src/commands/PutSkillAuthorizationCommand.ts @@ -86,9 +86,6 @@ export class PutSkillAuthorizationCommand extends $Command< PutSkillAuthorizationCommandOutput, AlexaForBusinessClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -102,9 +99,7 @@ export class PutSkillAuthorizationCommand extends $Command< * @public */ constructor(readonly input: PutSkillAuthorizationCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -157,7 +152,4 @@ export class PutSkillAuthorizationCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_PutSkillAuthorizationCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-alexa-for-business/src/commands/RegisterAVSDeviceCommand.ts b/clients/client-alexa-for-business/src/commands/RegisterAVSDeviceCommand.ts index 5c08c07369d6..408104fff4c1 100644 --- a/clients/client-alexa-for-business/src/commands/RegisterAVSDeviceCommand.ts +++ b/clients/client-alexa-for-business/src/commands/RegisterAVSDeviceCommand.ts @@ -96,9 +96,6 @@ export class RegisterAVSDeviceCommand extends $Command< RegisterAVSDeviceCommandOutput, AlexaForBusinessClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -112,9 +109,7 @@ export class RegisterAVSDeviceCommand extends $Command< * @public */ constructor(readonly input: RegisterAVSDeviceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -167,7 +162,4 @@ export class RegisterAVSDeviceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_RegisterAVSDeviceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-alexa-for-business/src/commands/RejectSkillCommand.ts b/clients/client-alexa-for-business/src/commands/RejectSkillCommand.ts index bda464c4e6c4..d9a930c57ac7 100644 --- a/clients/client-alexa-for-business/src/commands/RejectSkillCommand.ts +++ b/clients/client-alexa-for-business/src/commands/RejectSkillCommand.ts @@ -78,9 +78,6 @@ export class RejectSkillCommand extends $Command< RejectSkillCommandOutput, AlexaForBusinessClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -94,9 +91,7 @@ export class RejectSkillCommand extends $Command< * @public */ constructor(readonly input: RejectSkillCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -147,7 +142,4 @@ export class RejectSkillCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_RejectSkillCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-alexa-for-business/src/commands/ResolveRoomCommand.ts b/clients/client-alexa-for-business/src/commands/ResolveRoomCommand.ts index 4076ce29be34..ba245b323557 100644 --- a/clients/client-alexa-for-business/src/commands/ResolveRoomCommand.ts +++ b/clients/client-alexa-for-business/src/commands/ResolveRoomCommand.ts @@ -89,9 +89,6 @@ export class ResolveRoomCommand extends $Command< ResolveRoomCommandOutput, AlexaForBusinessClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -105,9 +102,7 @@ export class ResolveRoomCommand extends $Command< * @public */ constructor(readonly input: ResolveRoomCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -158,7 +153,4 @@ export class ResolveRoomCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ResolveRoomCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-alexa-for-business/src/commands/RevokeInvitationCommand.ts b/clients/client-alexa-for-business/src/commands/RevokeInvitationCommand.ts index d39821cdb807..089e20a14ac9 100644 --- a/clients/client-alexa-for-business/src/commands/RevokeInvitationCommand.ts +++ b/clients/client-alexa-for-business/src/commands/RevokeInvitationCommand.ts @@ -77,9 +77,6 @@ export class RevokeInvitationCommand extends $Command< RevokeInvitationCommandOutput, AlexaForBusinessClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -93,9 +90,7 @@ export class RevokeInvitationCommand extends $Command< * @public */ constructor(readonly input: RevokeInvitationCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -148,7 +143,4 @@ export class RevokeInvitationCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_RevokeInvitationCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-alexa-for-business/src/commands/SearchAddressBooksCommand.ts b/clients/client-alexa-for-business/src/commands/SearchAddressBooksCommand.ts index e13bbff37681..f5abeb4e59ff 100644 --- a/clients/client-alexa-for-business/src/commands/SearchAddressBooksCommand.ts +++ b/clients/client-alexa-for-business/src/commands/SearchAddressBooksCommand.ts @@ -96,9 +96,6 @@ export class SearchAddressBooksCommand extends $Command< SearchAddressBooksCommandOutput, AlexaForBusinessClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -112,9 +109,7 @@ export class SearchAddressBooksCommand extends $Command< * @public */ constructor(readonly input: SearchAddressBooksCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -167,7 +162,4 @@ export class SearchAddressBooksCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_SearchAddressBooksCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-alexa-for-business/src/commands/SearchContactsCommand.ts b/clients/client-alexa-for-business/src/commands/SearchContactsCommand.ts index 7d54f4f6dde8..990c835eed05 100644 --- a/clients/client-alexa-for-business/src/commands/SearchContactsCommand.ts +++ b/clients/client-alexa-for-business/src/commands/SearchContactsCommand.ts @@ -114,9 +114,6 @@ export class SearchContactsCommand extends $Command< SearchContactsCommandOutput, AlexaForBusinessClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -130,9 +127,7 @@ export class SearchContactsCommand extends $Command< * @public */ constructor(readonly input: SearchContactsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -185,7 +180,4 @@ export class SearchContactsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_SearchContactsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-alexa-for-business/src/commands/SearchDevicesCommand.ts b/clients/client-alexa-for-business/src/commands/SearchDevicesCommand.ts index 50c495a2577a..f68b060c856b 100644 --- a/clients/client-alexa-for-business/src/commands/SearchDevicesCommand.ts +++ b/clients/client-alexa-for-business/src/commands/SearchDevicesCommand.ts @@ -114,9 +114,6 @@ export class SearchDevicesCommand extends $Command< SearchDevicesCommandOutput, AlexaForBusinessClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -130,9 +127,7 @@ export class SearchDevicesCommand extends $Command< * @public */ constructor(readonly input: SearchDevicesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -183,7 +178,4 @@ export class SearchDevicesCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_SearchDevicesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-alexa-for-business/src/commands/SearchNetworkProfilesCommand.ts b/clients/client-alexa-for-business/src/commands/SearchNetworkProfilesCommand.ts index b360628513af..5dbec06ed9ff 100644 --- a/clients/client-alexa-for-business/src/commands/SearchNetworkProfilesCommand.ts +++ b/clients/client-alexa-for-business/src/commands/SearchNetworkProfilesCommand.ts @@ -100,9 +100,6 @@ export class SearchNetworkProfilesCommand extends $Command< SearchNetworkProfilesCommandOutput, AlexaForBusinessClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -116,9 +113,7 @@ export class SearchNetworkProfilesCommand extends $Command< * @public */ constructor(readonly input: SearchNetworkProfilesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -171,7 +166,4 @@ export class SearchNetworkProfilesCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_SearchNetworkProfilesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-alexa-for-business/src/commands/SearchProfilesCommand.ts b/clients/client-alexa-for-business/src/commands/SearchProfilesCommand.ts index 58b4af1b00b6..abc7fc995705 100644 --- a/clients/client-alexa-for-business/src/commands/SearchProfilesCommand.ts +++ b/clients/client-alexa-for-business/src/commands/SearchProfilesCommand.ts @@ -102,9 +102,6 @@ export class SearchProfilesCommand extends $Command< SearchProfilesCommandOutput, AlexaForBusinessClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -118,9 +115,7 @@ export class SearchProfilesCommand extends $Command< * @public */ constructor(readonly input: SearchProfilesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -173,7 +168,4 @@ export class SearchProfilesCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_SearchProfilesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-alexa-for-business/src/commands/SearchRoomsCommand.ts b/clients/client-alexa-for-business/src/commands/SearchRoomsCommand.ts index 88d5732c93c3..f2c738ae6528 100644 --- a/clients/client-alexa-for-business/src/commands/SearchRoomsCommand.ts +++ b/clients/client-alexa-for-business/src/commands/SearchRoomsCommand.ts @@ -99,9 +99,6 @@ export class SearchRoomsCommand extends $Command< SearchRoomsCommandOutput, AlexaForBusinessClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -115,9 +112,7 @@ export class SearchRoomsCommand extends $Command< * @public */ constructor(readonly input: SearchRoomsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -168,7 +163,4 @@ export class SearchRoomsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_SearchRoomsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-alexa-for-business/src/commands/SearchSkillGroupsCommand.ts b/clients/client-alexa-for-business/src/commands/SearchSkillGroupsCommand.ts index 285e6270b673..e810beb2b865 100644 --- a/clients/client-alexa-for-business/src/commands/SearchSkillGroupsCommand.ts +++ b/clients/client-alexa-for-business/src/commands/SearchSkillGroupsCommand.ts @@ -96,9 +96,6 @@ export class SearchSkillGroupsCommand extends $Command< SearchSkillGroupsCommandOutput, AlexaForBusinessClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -112,9 +109,7 @@ export class SearchSkillGroupsCommand extends $Command< * @public */ constructor(readonly input: SearchSkillGroupsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -167,7 +162,4 @@ export class SearchSkillGroupsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_SearchSkillGroupsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-alexa-for-business/src/commands/SearchUsersCommand.ts b/clients/client-alexa-for-business/src/commands/SearchUsersCommand.ts index 33d0cecae63a..efb4698f1fb9 100644 --- a/clients/client-alexa-for-business/src/commands/SearchUsersCommand.ts +++ b/clients/client-alexa-for-business/src/commands/SearchUsersCommand.ts @@ -99,9 +99,6 @@ export class SearchUsersCommand extends $Command< SearchUsersCommandOutput, AlexaForBusinessClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -115,9 +112,7 @@ export class SearchUsersCommand extends $Command< * @public */ constructor(readonly input: SearchUsersCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -168,7 +163,4 @@ export class SearchUsersCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_SearchUsersCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-alexa-for-business/src/commands/SendAnnouncementCommand.ts b/clients/client-alexa-for-business/src/commands/SendAnnouncementCommand.ts index be8f3ca339b4..2433843409c4 100644 --- a/clients/client-alexa-for-business/src/commands/SendAnnouncementCommand.ts +++ b/clients/client-alexa-for-business/src/commands/SendAnnouncementCommand.ts @@ -106,9 +106,6 @@ export class SendAnnouncementCommand extends $Command< SendAnnouncementCommandOutput, AlexaForBusinessClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -122,9 +119,7 @@ export class SendAnnouncementCommand extends $Command< * @public */ constructor(readonly input: SendAnnouncementCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -177,7 +172,4 @@ export class SendAnnouncementCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_SendAnnouncementCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-alexa-for-business/src/commands/SendInvitationCommand.ts b/clients/client-alexa-for-business/src/commands/SendInvitationCommand.ts index 9b6f342a9070..8d3e7202c9e1 100644 --- a/clients/client-alexa-for-business/src/commands/SendInvitationCommand.ts +++ b/clients/client-alexa-for-business/src/commands/SendInvitationCommand.ts @@ -80,9 +80,6 @@ export class SendInvitationCommand extends $Command< SendInvitationCommandOutput, AlexaForBusinessClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -96,9 +93,7 @@ export class SendInvitationCommand extends $Command< * @public */ constructor(readonly input: SendInvitationCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -151,7 +146,4 @@ export class SendInvitationCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_SendInvitationCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-alexa-for-business/src/commands/StartDeviceSyncCommand.ts b/clients/client-alexa-for-business/src/commands/StartDeviceSyncCommand.ts index b45b5272a1e7..3604f3e59476 100644 --- a/clients/client-alexa-for-business/src/commands/StartDeviceSyncCommand.ts +++ b/clients/client-alexa-for-business/src/commands/StartDeviceSyncCommand.ts @@ -98,9 +98,6 @@ export class StartDeviceSyncCommand extends $Command< StartDeviceSyncCommandOutput, AlexaForBusinessClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -114,9 +111,7 @@ export class StartDeviceSyncCommand extends $Command< * @public */ constructor(readonly input: StartDeviceSyncCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -169,7 +164,4 @@ export class StartDeviceSyncCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_StartDeviceSyncCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-alexa-for-business/src/commands/StartSmartHomeApplianceDiscoveryCommand.ts b/clients/client-alexa-for-business/src/commands/StartSmartHomeApplianceDiscoveryCommand.ts index f2ff21c0e0e6..3c50024efbb4 100644 --- a/clients/client-alexa-for-business/src/commands/StartSmartHomeApplianceDiscoveryCommand.ts +++ b/clients/client-alexa-for-business/src/commands/StartSmartHomeApplianceDiscoveryCommand.ts @@ -79,9 +79,6 @@ export class StartSmartHomeApplianceDiscoveryCommand extends $Command< StartSmartHomeApplianceDiscoveryCommandOutput, AlexaForBusinessClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -95,9 +92,7 @@ export class StartSmartHomeApplianceDiscoveryCommand extends $Command< * @public */ constructor(readonly input: StartSmartHomeApplianceDiscoveryCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -156,7 +151,4 @@ export class StartSmartHomeApplianceDiscoveryCommand extends $Command< ): Promise { return de_StartSmartHomeApplianceDiscoveryCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-alexa-for-business/src/commands/TagResourceCommand.ts b/clients/client-alexa-for-business/src/commands/TagResourceCommand.ts index ef2344d63b6b..504ac5709910 100644 --- a/clients/client-alexa-for-business/src/commands/TagResourceCommand.ts +++ b/clients/client-alexa-for-business/src/commands/TagResourceCommand.ts @@ -79,9 +79,6 @@ export class TagResourceCommand extends $Command< TagResourceCommandOutput, AlexaForBusinessClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -95,9 +92,7 @@ export class TagResourceCommand extends $Command< * @public */ constructor(readonly input: TagResourceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -148,7 +143,4 @@ export class TagResourceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_TagResourceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-alexa-for-business/src/commands/UntagResourceCommand.ts b/clients/client-alexa-for-business/src/commands/UntagResourceCommand.ts index a8b2959ddb14..6d18598eedaf 100644 --- a/clients/client-alexa-for-business/src/commands/UntagResourceCommand.ts +++ b/clients/client-alexa-for-business/src/commands/UntagResourceCommand.ts @@ -76,9 +76,6 @@ export class UntagResourceCommand extends $Command< UntagResourceCommandOutput, AlexaForBusinessClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -92,9 +89,7 @@ export class UntagResourceCommand extends $Command< * @public */ constructor(readonly input: UntagResourceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -145,7 +140,4 @@ export class UntagResourceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UntagResourceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-alexa-for-business/src/commands/UpdateAddressBookCommand.ts b/clients/client-alexa-for-business/src/commands/UpdateAddressBookCommand.ts index 26f8d87a9256..010d319986eb 100644 --- a/clients/client-alexa-for-business/src/commands/UpdateAddressBookCommand.ts +++ b/clients/client-alexa-for-business/src/commands/UpdateAddressBookCommand.ts @@ -81,9 +81,6 @@ export class UpdateAddressBookCommand extends $Command< UpdateAddressBookCommandOutput, AlexaForBusinessClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -97,9 +94,7 @@ export class UpdateAddressBookCommand extends $Command< * @public */ constructor(readonly input: UpdateAddressBookCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -152,7 +147,4 @@ export class UpdateAddressBookCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdateAddressBookCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-alexa-for-business/src/commands/UpdateBusinessReportScheduleCommand.ts b/clients/client-alexa-for-business/src/commands/UpdateBusinessReportScheduleCommand.ts index 0131c0f68441..7f60294fedfa 100644 --- a/clients/client-alexa-for-business/src/commands/UpdateBusinessReportScheduleCommand.ts +++ b/clients/client-alexa-for-business/src/commands/UpdateBusinessReportScheduleCommand.ts @@ -89,9 +89,6 @@ export class UpdateBusinessReportScheduleCommand extends $Command< UpdateBusinessReportScheduleCommandOutput, AlexaForBusinessClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -105,9 +102,7 @@ export class UpdateBusinessReportScheduleCommand extends $Command< * @public */ constructor(readonly input: UpdateBusinessReportScheduleCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -163,7 +158,4 @@ export class UpdateBusinessReportScheduleCommand extends $Command< ): Promise { return de_UpdateBusinessReportScheduleCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-alexa-for-business/src/commands/UpdateConferenceProviderCommand.ts b/clients/client-alexa-for-business/src/commands/UpdateConferenceProviderCommand.ts index d04dfef51b4c..7a6d47e65c42 100644 --- a/clients/client-alexa-for-business/src/commands/UpdateConferenceProviderCommand.ts +++ b/clients/client-alexa-for-business/src/commands/UpdateConferenceProviderCommand.ts @@ -87,9 +87,6 @@ export class UpdateConferenceProviderCommand extends $Command< UpdateConferenceProviderCommandOutput, AlexaForBusinessClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -103,9 +100,7 @@ export class UpdateConferenceProviderCommand extends $Command< * @public */ constructor(readonly input: UpdateConferenceProviderCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -158,7 +153,4 @@ export class UpdateConferenceProviderCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdateConferenceProviderCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-alexa-for-business/src/commands/UpdateContactCommand.ts b/clients/client-alexa-for-business/src/commands/UpdateContactCommand.ts index b12b6fbbf2a0..5fdc2cdbc445 100644 --- a/clients/client-alexa-for-business/src/commands/UpdateContactCommand.ts +++ b/clients/client-alexa-for-business/src/commands/UpdateContactCommand.ts @@ -96,9 +96,6 @@ export class UpdateContactCommand extends $Command< UpdateContactCommandOutput, AlexaForBusinessClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -112,9 +109,7 @@ export class UpdateContactCommand extends $Command< * @public */ constructor(readonly input: UpdateContactCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -165,7 +160,4 @@ export class UpdateContactCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdateContactCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-alexa-for-business/src/commands/UpdateDeviceCommand.ts b/clients/client-alexa-for-business/src/commands/UpdateDeviceCommand.ts index 32c36e1e80c4..1c57cc3b7284 100644 --- a/clients/client-alexa-for-business/src/commands/UpdateDeviceCommand.ts +++ b/clients/client-alexa-for-business/src/commands/UpdateDeviceCommand.ts @@ -80,9 +80,6 @@ export class UpdateDeviceCommand extends $Command< UpdateDeviceCommandOutput, AlexaForBusinessClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -96,9 +93,7 @@ export class UpdateDeviceCommand extends $Command< * @public */ constructor(readonly input: UpdateDeviceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -149,7 +144,4 @@ export class UpdateDeviceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdateDeviceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-alexa-for-business/src/commands/UpdateGatewayCommand.ts b/clients/client-alexa-for-business/src/commands/UpdateGatewayCommand.ts index 80108929fe4d..0a1247e53300 100644 --- a/clients/client-alexa-for-business/src/commands/UpdateGatewayCommand.ts +++ b/clients/client-alexa-for-business/src/commands/UpdateGatewayCommand.ts @@ -80,9 +80,6 @@ export class UpdateGatewayCommand extends $Command< UpdateGatewayCommandOutput, AlexaForBusinessClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -96,9 +93,7 @@ export class UpdateGatewayCommand extends $Command< * @public */ constructor(readonly input: UpdateGatewayCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -149,7 +144,4 @@ export class UpdateGatewayCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdateGatewayCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-alexa-for-business/src/commands/UpdateGatewayGroupCommand.ts b/clients/client-alexa-for-business/src/commands/UpdateGatewayGroupCommand.ts index 8134598c61a2..3b365be813d5 100644 --- a/clients/client-alexa-for-business/src/commands/UpdateGatewayGroupCommand.ts +++ b/clients/client-alexa-for-business/src/commands/UpdateGatewayGroupCommand.ts @@ -79,9 +79,6 @@ export class UpdateGatewayGroupCommand extends $Command< UpdateGatewayGroupCommandOutput, AlexaForBusinessClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -95,9 +92,7 @@ export class UpdateGatewayGroupCommand extends $Command< * @public */ constructor(readonly input: UpdateGatewayGroupCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -150,7 +145,4 @@ export class UpdateGatewayGroupCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdateGatewayGroupCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-alexa-for-business/src/commands/UpdateNetworkProfileCommand.ts b/clients/client-alexa-for-business/src/commands/UpdateNetworkProfileCommand.ts index 4595f5685ced..acc2793fe0af 100644 --- a/clients/client-alexa-for-business/src/commands/UpdateNetworkProfileCommand.ts +++ b/clients/client-alexa-for-business/src/commands/UpdateNetworkProfileCommand.ts @@ -97,9 +97,6 @@ export class UpdateNetworkProfileCommand extends $Command< UpdateNetworkProfileCommandOutput, AlexaForBusinessClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -113,9 +110,7 @@ export class UpdateNetworkProfileCommand extends $Command< * @public */ constructor(readonly input: UpdateNetworkProfileCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -168,7 +163,4 @@ export class UpdateNetworkProfileCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdateNetworkProfileCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-alexa-for-business/src/commands/UpdateProfileCommand.ts b/clients/client-alexa-for-business/src/commands/UpdateProfileCommand.ts index f306f5e8f310..1ecbd9bda761 100644 --- a/clients/client-alexa-for-business/src/commands/UpdateProfileCommand.ts +++ b/clients/client-alexa-for-business/src/commands/UpdateProfileCommand.ts @@ -112,9 +112,6 @@ export class UpdateProfileCommand extends $Command< UpdateProfileCommandOutput, AlexaForBusinessClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -128,9 +125,7 @@ export class UpdateProfileCommand extends $Command< * @public */ constructor(readonly input: UpdateProfileCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -181,7 +176,4 @@ export class UpdateProfileCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdateProfileCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-alexa-for-business/src/commands/UpdateRoomCommand.ts b/clients/client-alexa-for-business/src/commands/UpdateRoomCommand.ts index 7becf36ca3ca..0ac49e4396db 100644 --- a/clients/client-alexa-for-business/src/commands/UpdateRoomCommand.ts +++ b/clients/client-alexa-for-business/src/commands/UpdateRoomCommand.ts @@ -80,9 +80,6 @@ export class UpdateRoomCommand extends $Command< UpdateRoomCommandOutput, AlexaForBusinessClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -96,9 +93,7 @@ export class UpdateRoomCommand extends $Command< * @public */ constructor(readonly input: UpdateRoomCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -149,7 +144,4 @@ export class UpdateRoomCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdateRoomCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-alexa-for-business/src/commands/UpdateSkillGroupCommand.ts b/clients/client-alexa-for-business/src/commands/UpdateSkillGroupCommand.ts index 0d8e33e03eb9..798543dd9da3 100644 --- a/clients/client-alexa-for-business/src/commands/UpdateSkillGroupCommand.ts +++ b/clients/client-alexa-for-business/src/commands/UpdateSkillGroupCommand.ts @@ -81,9 +81,6 @@ export class UpdateSkillGroupCommand extends $Command< UpdateSkillGroupCommandOutput, AlexaForBusinessClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -97,9 +94,7 @@ export class UpdateSkillGroupCommand extends $Command< * @public */ constructor(readonly input: UpdateSkillGroupCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -152,7 +147,4 @@ export class UpdateSkillGroupCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdateSkillGroupCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-amp/package.json b/clients/client-amp/package.json index 9f15d15258bc..ef0e54fa07d4 100644 --- a/clients/client-amp/package.json +++ b/clients/client-amp/package.json @@ -34,30 +34,30 @@ "@aws-sdk/util-endpoints": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@smithy/config-resolver": "^2.0.16", - "@smithy/fetch-http-handler": "^2.2.4", - "@smithy/hash-node": "^2.0.12", - "@smithy/invalid-dependency": "^2.0.12", - "@smithy/middleware-content-length": "^2.0.14", - "@smithy/middleware-endpoint": "^2.1.3", - "@smithy/middleware-retry": "^2.0.18", - "@smithy/middleware-serde": "^2.0.12", - "@smithy/middleware-stack": "^2.0.6", - "@smithy/node-config-provider": "^2.1.3", - "@smithy/node-http-handler": "^2.1.8", - "@smithy/protocol-http": "^3.0.8", - "@smithy/smithy-client": "^2.1.12", - "@smithy/types": "^2.4.0", - "@smithy/url-parser": "^2.0.12", - "@smithy/util-base64": "^2.0.0", + "@smithy/config-resolver": "^2.0.18", + "@smithy/fetch-http-handler": "^2.2.6", + "@smithy/hash-node": "^2.0.15", + "@smithy/invalid-dependency": "^2.0.13", + "@smithy/middleware-content-length": "^2.0.15", + "@smithy/middleware-endpoint": "^2.2.0", + "@smithy/middleware-retry": "^2.0.20", + "@smithy/middleware-serde": "^2.0.13", + "@smithy/middleware-stack": "^2.0.7", + "@smithy/node-config-provider": "^2.1.5", + "@smithy/node-http-handler": "^2.1.9", + "@smithy/protocol-http": "^3.0.9", + "@smithy/smithy-client": "^2.1.15", + "@smithy/types": "^2.5.0", + "@smithy/url-parser": "^2.0.13", + "@smithy/util-base64": "^2.0.1", "@smithy/util-body-length-browser": "^2.0.0", "@smithy/util-body-length-node": "^2.1.0", - "@smithy/util-defaults-mode-browser": "^2.0.16", - "@smithy/util-defaults-mode-node": "^2.0.21", - "@smithy/util-endpoints": "^1.0.2", - "@smithy/util-retry": "^2.0.5", - "@smithy/util-utf8": "^2.0.0", - "@smithy/util-waiter": "^2.0.12", + "@smithy/util-defaults-mode-browser": "^2.0.19", + "@smithy/util-defaults-mode-node": "^2.0.25", + "@smithy/util-endpoints": "^1.0.4", + "@smithy/util-retry": "^2.0.6", + "@smithy/util-utf8": "^2.0.2", + "@smithy/util-waiter": "^2.0.13", "tslib": "^2.5.0", "uuid": "^8.3.2" }, diff --git a/clients/client-amp/src/commands/CreateAlertManagerDefinitionCommand.ts b/clients/client-amp/src/commands/CreateAlertManagerDefinitionCommand.ts index 27a016b9d164..285c61e5f052 100644 --- a/clients/client-amp/src/commands/CreateAlertManagerDefinitionCommand.ts +++ b/clients/client-amp/src/commands/CreateAlertManagerDefinitionCommand.ts @@ -101,9 +101,6 @@ export class CreateAlertManagerDefinitionCommand extends $Command< CreateAlertManagerDefinitionCommandOutput, AmpClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -117,9 +114,7 @@ export class CreateAlertManagerDefinitionCommand extends $Command< * @public */ constructor(readonly input: CreateAlertManagerDefinitionCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -175,7 +170,4 @@ export class CreateAlertManagerDefinitionCommand extends $Command< ): Promise { return de_CreateAlertManagerDefinitionCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-amp/src/commands/CreateLoggingConfigurationCommand.ts b/clients/client-amp/src/commands/CreateLoggingConfigurationCommand.ts index 8a8ba82a0c51..2aec8750ac9a 100644 --- a/clients/client-amp/src/commands/CreateLoggingConfigurationCommand.ts +++ b/clients/client-amp/src/commands/CreateLoggingConfigurationCommand.ts @@ -87,9 +87,6 @@ export class CreateLoggingConfigurationCommand extends $Command< CreateLoggingConfigurationCommandOutput, AmpClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -103,9 +100,7 @@ export class CreateLoggingConfigurationCommand extends $Command< * @public */ constructor(readonly input: CreateLoggingConfigurationCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -161,7 +156,4 @@ export class CreateLoggingConfigurationCommand extends $Command< ): Promise { return de_CreateLoggingConfigurationCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-amp/src/commands/CreateRuleGroupsNamespaceCommand.ts b/clients/client-amp/src/commands/CreateRuleGroupsNamespaceCommand.ts index ff33c20eb456..939d2641aa8f 100644 --- a/clients/client-amp/src/commands/CreateRuleGroupsNamespaceCommand.ts +++ b/clients/client-amp/src/commands/CreateRuleGroupsNamespaceCommand.ts @@ -105,9 +105,6 @@ export class CreateRuleGroupsNamespaceCommand extends $Command< CreateRuleGroupsNamespaceCommandOutput, AmpClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -121,9 +118,7 @@ export class CreateRuleGroupsNamespaceCommand extends $Command< * @public */ constructor(readonly input: CreateRuleGroupsNamespaceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -179,7 +174,4 @@ export class CreateRuleGroupsNamespaceCommand extends $Command< ): Promise { return de_CreateRuleGroupsNamespaceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-amp/src/commands/CreateWorkspaceCommand.ts b/clients/client-amp/src/commands/CreateWorkspaceCommand.ts index 414c5e546772..63a47dcf7d2a 100644 --- a/clients/client-amp/src/commands/CreateWorkspaceCommand.ts +++ b/clients/client-amp/src/commands/CreateWorkspaceCommand.ts @@ -99,9 +99,6 @@ export class CreateWorkspaceCommand extends $Command< CreateWorkspaceCommandOutput, AmpClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -115,9 +112,7 @@ export class CreateWorkspaceCommand extends $Command< * @public */ constructor(readonly input: CreateWorkspaceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -170,7 +165,4 @@ export class CreateWorkspaceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateWorkspaceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-amp/src/commands/DeleteAlertManagerDefinitionCommand.ts b/clients/client-amp/src/commands/DeleteAlertManagerDefinitionCommand.ts index 66e8c655040b..a0f44eda4d29 100644 --- a/clients/client-amp/src/commands/DeleteAlertManagerDefinitionCommand.ts +++ b/clients/client-amp/src/commands/DeleteAlertManagerDefinitionCommand.ts @@ -90,9 +90,6 @@ export class DeleteAlertManagerDefinitionCommand extends $Command< DeleteAlertManagerDefinitionCommandOutput, AmpClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -106,9 +103,7 @@ export class DeleteAlertManagerDefinitionCommand extends $Command< * @public */ constructor(readonly input: DeleteAlertManagerDefinitionCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -164,7 +159,4 @@ export class DeleteAlertManagerDefinitionCommand extends $Command< ): Promise { return de_DeleteAlertManagerDefinitionCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-amp/src/commands/DeleteLoggingConfigurationCommand.ts b/clients/client-amp/src/commands/DeleteLoggingConfigurationCommand.ts index 37aab834bb0c..ca6b760f79a7 100644 --- a/clients/client-amp/src/commands/DeleteLoggingConfigurationCommand.ts +++ b/clients/client-amp/src/commands/DeleteLoggingConfigurationCommand.ts @@ -84,9 +84,6 @@ export class DeleteLoggingConfigurationCommand extends $Command< DeleteLoggingConfigurationCommandOutput, AmpClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -100,9 +97,7 @@ export class DeleteLoggingConfigurationCommand extends $Command< * @public */ constructor(readonly input: DeleteLoggingConfigurationCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -158,7 +153,4 @@ export class DeleteLoggingConfigurationCommand extends $Command< ): Promise { return de_DeleteLoggingConfigurationCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-amp/src/commands/DeleteRuleGroupsNamespaceCommand.ts b/clients/client-amp/src/commands/DeleteRuleGroupsNamespaceCommand.ts index f3d927dd8642..4d2a1c8c1c31 100644 --- a/clients/client-amp/src/commands/DeleteRuleGroupsNamespaceCommand.ts +++ b/clients/client-amp/src/commands/DeleteRuleGroupsNamespaceCommand.ts @@ -88,9 +88,6 @@ export class DeleteRuleGroupsNamespaceCommand extends $Command< DeleteRuleGroupsNamespaceCommandOutput, AmpClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -104,9 +101,7 @@ export class DeleteRuleGroupsNamespaceCommand extends $Command< * @public */ constructor(readonly input: DeleteRuleGroupsNamespaceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -162,7 +157,4 @@ export class DeleteRuleGroupsNamespaceCommand extends $Command< ): Promise { return de_DeleteRuleGroupsNamespaceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-amp/src/commands/DeleteWorkspaceCommand.ts b/clients/client-amp/src/commands/DeleteWorkspaceCommand.ts index da3ab2808542..17290ce94fce 100644 --- a/clients/client-amp/src/commands/DeleteWorkspaceCommand.ts +++ b/clients/client-amp/src/commands/DeleteWorkspaceCommand.ts @@ -87,9 +87,6 @@ export class DeleteWorkspaceCommand extends $Command< DeleteWorkspaceCommandOutput, AmpClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -103,9 +100,7 @@ export class DeleteWorkspaceCommand extends $Command< * @public */ constructor(readonly input: DeleteWorkspaceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -158,7 +153,4 @@ export class DeleteWorkspaceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteWorkspaceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-amp/src/commands/DescribeAlertManagerDefinitionCommand.ts b/clients/client-amp/src/commands/DescribeAlertManagerDefinitionCommand.ts index 73a3ba567342..abc77b0ca665 100644 --- a/clients/client-amp/src/commands/DescribeAlertManagerDefinitionCommand.ts +++ b/clients/client-amp/src/commands/DescribeAlertManagerDefinitionCommand.ts @@ -98,9 +98,6 @@ export class DescribeAlertManagerDefinitionCommand extends $Command< DescribeAlertManagerDefinitionCommandOutput, AmpClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -114,9 +111,7 @@ export class DescribeAlertManagerDefinitionCommand extends $Command< * @public */ constructor(readonly input: DescribeAlertManagerDefinitionCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -175,7 +170,4 @@ export class DescribeAlertManagerDefinitionCommand extends $Command< ): Promise { return de_DescribeAlertManagerDefinitionCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-amp/src/commands/DescribeLoggingConfigurationCommand.ts b/clients/client-amp/src/commands/DescribeLoggingConfigurationCommand.ts index 75449e9ab25f..e3aca1b2d0bf 100644 --- a/clients/client-amp/src/commands/DescribeLoggingConfigurationCommand.ts +++ b/clients/client-amp/src/commands/DescribeLoggingConfigurationCommand.ts @@ -96,9 +96,6 @@ export class DescribeLoggingConfigurationCommand extends $Command< DescribeLoggingConfigurationCommandOutput, AmpClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -112,9 +109,7 @@ export class DescribeLoggingConfigurationCommand extends $Command< * @public */ constructor(readonly input: DescribeLoggingConfigurationCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -170,7 +165,4 @@ export class DescribeLoggingConfigurationCommand extends $Command< ): Promise { return de_DescribeLoggingConfigurationCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-amp/src/commands/DescribeRuleGroupsNamespaceCommand.ts b/clients/client-amp/src/commands/DescribeRuleGroupsNamespaceCommand.ts index 1af74aacf34c..7dbf86c3217a 100644 --- a/clients/client-amp/src/commands/DescribeRuleGroupsNamespaceCommand.ts +++ b/clients/client-amp/src/commands/DescribeRuleGroupsNamespaceCommand.ts @@ -104,9 +104,6 @@ export class DescribeRuleGroupsNamespaceCommand extends $Command< DescribeRuleGroupsNamespaceCommandOutput, AmpClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -120,9 +117,7 @@ export class DescribeRuleGroupsNamespaceCommand extends $Command< * @public */ constructor(readonly input: DescribeRuleGroupsNamespaceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -178,7 +173,4 @@ export class DescribeRuleGroupsNamespaceCommand extends $Command< ): Promise { return de_DescribeRuleGroupsNamespaceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-amp/src/commands/DescribeWorkspaceCommand.ts b/clients/client-amp/src/commands/DescribeWorkspaceCommand.ts index f5ec15df02ca..d21ceb84a52e 100644 --- a/clients/client-amp/src/commands/DescribeWorkspaceCommand.ts +++ b/clients/client-amp/src/commands/DescribeWorkspaceCommand.ts @@ -97,9 +97,6 @@ export class DescribeWorkspaceCommand extends $Command< DescribeWorkspaceCommandOutput, AmpClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -113,9 +110,7 @@ export class DescribeWorkspaceCommand extends $Command< * @public */ constructor(readonly input: DescribeWorkspaceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -168,7 +163,4 @@ export class DescribeWorkspaceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DescribeWorkspaceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-amp/src/commands/ListRuleGroupsNamespacesCommand.ts b/clients/client-amp/src/commands/ListRuleGroupsNamespacesCommand.ts index 1a083d434756..7cf41d3458f6 100644 --- a/clients/client-amp/src/commands/ListRuleGroupsNamespacesCommand.ts +++ b/clients/client-amp/src/commands/ListRuleGroupsNamespacesCommand.ts @@ -103,9 +103,6 @@ export class ListRuleGroupsNamespacesCommand extends $Command< ListRuleGroupsNamespacesCommandOutput, AmpClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -119,9 +116,7 @@ export class ListRuleGroupsNamespacesCommand extends $Command< * @public */ constructor(readonly input: ListRuleGroupsNamespacesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -174,7 +169,4 @@ export class ListRuleGroupsNamespacesCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListRuleGroupsNamespacesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-amp/src/commands/ListTagsForResourceCommand.ts b/clients/client-amp/src/commands/ListTagsForResourceCommand.ts index 676391e4d5cc..0ba93fde80bb 100644 --- a/clients/client-amp/src/commands/ListTagsForResourceCommand.ts +++ b/clients/client-amp/src/commands/ListTagsForResourceCommand.ts @@ -87,9 +87,6 @@ export class ListTagsForResourceCommand extends $Command< ListTagsForResourceCommandOutput, AmpClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -103,9 +100,7 @@ export class ListTagsForResourceCommand extends $Command< * @public */ constructor(readonly input: ListTagsForResourceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -158,7 +153,4 @@ export class ListTagsForResourceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListTagsForResourceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-amp/src/commands/ListWorkspacesCommand.ts b/clients/client-amp/src/commands/ListWorkspacesCommand.ts index 9ddd2a205464..5dff55e0277e 100644 --- a/clients/client-amp/src/commands/ListWorkspacesCommand.ts +++ b/clients/client-amp/src/commands/ListWorkspacesCommand.ts @@ -98,9 +98,6 @@ export class ListWorkspacesCommand extends $Command< ListWorkspacesCommandOutput, AmpClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -114,9 +111,7 @@ export class ListWorkspacesCommand extends $Command< * @public */ constructor(readonly input: ListWorkspacesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -169,7 +164,4 @@ export class ListWorkspacesCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListWorkspacesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-amp/src/commands/PutAlertManagerDefinitionCommand.ts b/clients/client-amp/src/commands/PutAlertManagerDefinitionCommand.ts index e66877ffb0b8..44532c546be9 100644 --- a/clients/client-amp/src/commands/PutAlertManagerDefinitionCommand.ts +++ b/clients/client-amp/src/commands/PutAlertManagerDefinitionCommand.ts @@ -96,9 +96,6 @@ export class PutAlertManagerDefinitionCommand extends $Command< PutAlertManagerDefinitionCommandOutput, AmpClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -112,9 +109,7 @@ export class PutAlertManagerDefinitionCommand extends $Command< * @public */ constructor(readonly input: PutAlertManagerDefinitionCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -170,7 +165,4 @@ export class PutAlertManagerDefinitionCommand extends $Command< ): Promise { return de_PutAlertManagerDefinitionCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-amp/src/commands/PutRuleGroupsNamespaceCommand.ts b/clients/client-amp/src/commands/PutRuleGroupsNamespaceCommand.ts index 0e5505e36dec..f04e02f2c09a 100644 --- a/clients/client-amp/src/commands/PutRuleGroupsNamespaceCommand.ts +++ b/clients/client-amp/src/commands/PutRuleGroupsNamespaceCommand.ts @@ -102,9 +102,6 @@ export class PutRuleGroupsNamespaceCommand extends $Command< PutRuleGroupsNamespaceCommandOutput, AmpClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -118,9 +115,7 @@ export class PutRuleGroupsNamespaceCommand extends $Command< * @public */ constructor(readonly input: PutRuleGroupsNamespaceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -173,7 +168,4 @@ export class PutRuleGroupsNamespaceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_PutRuleGroupsNamespaceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-amp/src/commands/TagResourceCommand.ts b/clients/client-amp/src/commands/TagResourceCommand.ts index ce7c9e5acaa6..6ab844c2c87c 100644 --- a/clients/client-amp/src/commands/TagResourceCommand.ts +++ b/clients/client-amp/src/commands/TagResourceCommand.ts @@ -86,9 +86,6 @@ export class TagResourceCommand extends $Command< TagResourceCommandOutput, AmpClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -102,9 +99,7 @@ export class TagResourceCommand extends $Command< * @public */ constructor(readonly input: TagResourceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -155,7 +150,4 @@ export class TagResourceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_TagResourceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-amp/src/commands/UntagResourceCommand.ts b/clients/client-amp/src/commands/UntagResourceCommand.ts index 9f61ec0a70fe..bcd09fefdc44 100644 --- a/clients/client-amp/src/commands/UntagResourceCommand.ts +++ b/clients/client-amp/src/commands/UntagResourceCommand.ts @@ -86,9 +86,6 @@ export class UntagResourceCommand extends $Command< UntagResourceCommandOutput, AmpClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -102,9 +99,7 @@ export class UntagResourceCommand extends $Command< * @public */ constructor(readonly input: UntagResourceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -155,7 +150,4 @@ export class UntagResourceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UntagResourceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-amp/src/commands/UpdateLoggingConfigurationCommand.ts b/clients/client-amp/src/commands/UpdateLoggingConfigurationCommand.ts index 44f5dc8fb4a6..ca42d3b0add8 100644 --- a/clients/client-amp/src/commands/UpdateLoggingConfigurationCommand.ts +++ b/clients/client-amp/src/commands/UpdateLoggingConfigurationCommand.ts @@ -90,9 +90,6 @@ export class UpdateLoggingConfigurationCommand extends $Command< UpdateLoggingConfigurationCommandOutput, AmpClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -106,9 +103,7 @@ export class UpdateLoggingConfigurationCommand extends $Command< * @public */ constructor(readonly input: UpdateLoggingConfigurationCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -164,7 +159,4 @@ export class UpdateLoggingConfigurationCommand extends $Command< ): Promise { return de_UpdateLoggingConfigurationCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-amp/src/commands/UpdateWorkspaceAliasCommand.ts b/clients/client-amp/src/commands/UpdateWorkspaceAliasCommand.ts index 615683ab6491..c2b35bd73a6c 100644 --- a/clients/client-amp/src/commands/UpdateWorkspaceAliasCommand.ts +++ b/clients/client-amp/src/commands/UpdateWorkspaceAliasCommand.ts @@ -91,9 +91,6 @@ export class UpdateWorkspaceAliasCommand extends $Command< UpdateWorkspaceAliasCommandOutput, AmpClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -107,9 +104,7 @@ export class UpdateWorkspaceAliasCommand extends $Command< * @public */ constructor(readonly input: UpdateWorkspaceAliasCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -162,7 +157,4 @@ export class UpdateWorkspaceAliasCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdateWorkspaceAliasCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-amplify/package.json b/clients/client-amplify/package.json index c3938a419c42..8a39534ce854 100644 --- a/clients/client-amplify/package.json +++ b/clients/client-amplify/package.json @@ -34,29 +34,29 @@ "@aws-sdk/util-endpoints": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@smithy/config-resolver": "^2.0.16", - "@smithy/fetch-http-handler": "^2.2.4", - "@smithy/hash-node": "^2.0.12", - "@smithy/invalid-dependency": "^2.0.12", - "@smithy/middleware-content-length": "^2.0.14", - "@smithy/middleware-endpoint": "^2.1.3", - "@smithy/middleware-retry": "^2.0.18", - "@smithy/middleware-serde": "^2.0.12", - "@smithy/middleware-stack": "^2.0.6", - "@smithy/node-config-provider": "^2.1.3", - "@smithy/node-http-handler": "^2.1.8", - "@smithy/protocol-http": "^3.0.8", - "@smithy/smithy-client": "^2.1.12", - "@smithy/types": "^2.4.0", - "@smithy/url-parser": "^2.0.12", - "@smithy/util-base64": "^2.0.0", + "@smithy/config-resolver": "^2.0.18", + "@smithy/fetch-http-handler": "^2.2.6", + "@smithy/hash-node": "^2.0.15", + "@smithy/invalid-dependency": "^2.0.13", + "@smithy/middleware-content-length": "^2.0.15", + "@smithy/middleware-endpoint": "^2.2.0", + "@smithy/middleware-retry": "^2.0.20", + "@smithy/middleware-serde": "^2.0.13", + "@smithy/middleware-stack": "^2.0.7", + "@smithy/node-config-provider": "^2.1.5", + "@smithy/node-http-handler": "^2.1.9", + "@smithy/protocol-http": "^3.0.9", + "@smithy/smithy-client": "^2.1.15", + "@smithy/types": "^2.5.0", + "@smithy/url-parser": "^2.0.13", + "@smithy/util-base64": "^2.0.1", "@smithy/util-body-length-browser": "^2.0.0", "@smithy/util-body-length-node": "^2.1.0", - "@smithy/util-defaults-mode-browser": "^2.0.16", - "@smithy/util-defaults-mode-node": "^2.0.21", - "@smithy/util-endpoints": "^1.0.2", - "@smithy/util-retry": "^2.0.5", - "@smithy/util-utf8": "^2.0.0", + "@smithy/util-defaults-mode-browser": "^2.0.19", + "@smithy/util-defaults-mode-node": "^2.0.25", + "@smithy/util-endpoints": "^1.0.4", + "@smithy/util-retry": "^2.0.6", + "@smithy/util-utf8": "^2.0.2", "tslib": "^2.5.0" }, "devDependencies": { diff --git a/clients/client-amplify/src/commands/CreateAppCommand.ts b/clients/client-amplify/src/commands/CreateAppCommand.ts index 32c07fa8deb0..e22475e55f50 100644 --- a/clients/client-amplify/src/commands/CreateAppCommand.ts +++ b/clients/client-amplify/src/commands/CreateAppCommand.ts @@ -190,9 +190,6 @@ export class CreateAppCommand extends $Command< CreateAppCommandOutput, AmplifyClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -206,9 +203,7 @@ export class CreateAppCommand extends $Command< * @public */ constructor(readonly input: CreateAppCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -259,7 +254,4 @@ export class CreateAppCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateAppCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-amplify/src/commands/CreateBackendEnvironmentCommand.ts b/clients/client-amplify/src/commands/CreateBackendEnvironmentCommand.ts index 4969f7c370ed..9f1c65f81fd4 100644 --- a/clients/client-amplify/src/commands/CreateBackendEnvironmentCommand.ts +++ b/clients/client-amplify/src/commands/CreateBackendEnvironmentCommand.ts @@ -95,9 +95,6 @@ export class CreateBackendEnvironmentCommand extends $Command< CreateBackendEnvironmentCommandOutput, AmplifyClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -111,9 +108,7 @@ export class CreateBackendEnvironmentCommand extends $Command< * @public */ constructor(readonly input: CreateBackendEnvironmentCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -166,7 +161,4 @@ export class CreateBackendEnvironmentCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateBackendEnvironmentCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-amplify/src/commands/CreateBranchCommand.ts b/clients/client-amplify/src/commands/CreateBranchCommand.ts index c11c43b34458..cd494441c2ce 100644 --- a/clients/client-amplify/src/commands/CreateBranchCommand.ts +++ b/clients/client-amplify/src/commands/CreateBranchCommand.ts @@ -156,9 +156,6 @@ export class CreateBranchCommand extends $Command< CreateBranchCommandOutput, AmplifyClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -172,9 +169,7 @@ export class CreateBranchCommand extends $Command< * @public */ constructor(readonly input: CreateBranchCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -225,7 +220,4 @@ export class CreateBranchCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateBranchCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-amplify/src/commands/CreateDeploymentCommand.ts b/clients/client-amplify/src/commands/CreateDeploymentCommand.ts index 464d461f190a..32a627fd9d1a 100644 --- a/clients/client-amplify/src/commands/CreateDeploymentCommand.ts +++ b/clients/client-amplify/src/commands/CreateDeploymentCommand.ts @@ -95,9 +95,6 @@ export class CreateDeploymentCommand extends $Command< CreateDeploymentCommandOutput, AmplifyClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -111,9 +108,7 @@ export class CreateDeploymentCommand extends $Command< * @public */ constructor(readonly input: CreateDeploymentCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -166,7 +161,4 @@ export class CreateDeploymentCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateDeploymentCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-amplify/src/commands/CreateDomainAssociationCommand.ts b/clients/client-amplify/src/commands/CreateDomainAssociationCommand.ts index b93d504ccbe2..35667eebd89c 100644 --- a/clients/client-amplify/src/commands/CreateDomainAssociationCommand.ts +++ b/clients/client-amplify/src/commands/CreateDomainAssociationCommand.ts @@ -122,9 +122,6 @@ export class CreateDomainAssociationCommand extends $Command< CreateDomainAssociationCommandOutput, AmplifyClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -138,9 +135,7 @@ export class CreateDomainAssociationCommand extends $Command< * @public */ constructor(readonly input: CreateDomainAssociationCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -193,7 +188,4 @@ export class CreateDomainAssociationCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateDomainAssociationCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-amplify/src/commands/CreateWebhookCommand.ts b/clients/client-amplify/src/commands/CreateWebhookCommand.ts index 4d68ab19348a..0fc6334919ca 100644 --- a/clients/client-amplify/src/commands/CreateWebhookCommand.ts +++ b/clients/client-amplify/src/commands/CreateWebhookCommand.ts @@ -98,9 +98,6 @@ export class CreateWebhookCommand extends $Command< CreateWebhookCommandOutput, AmplifyClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -114,9 +111,7 @@ export class CreateWebhookCommand extends $Command< * @public */ constructor(readonly input: CreateWebhookCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -167,7 +162,4 @@ export class CreateWebhookCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateWebhookCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-amplify/src/commands/DeleteAppCommand.ts b/clients/client-amplify/src/commands/DeleteAppCommand.ts index 677b82ea1878..73b68490ca98 100644 --- a/clients/client-amplify/src/commands/DeleteAppCommand.ts +++ b/clients/client-amplify/src/commands/DeleteAppCommand.ts @@ -141,9 +141,6 @@ export class DeleteAppCommand extends $Command< DeleteAppCommandOutput, AmplifyClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -157,9 +154,7 @@ export class DeleteAppCommand extends $Command< * @public */ constructor(readonly input: DeleteAppCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -210,7 +205,4 @@ export class DeleteAppCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteAppCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-amplify/src/commands/DeleteBackendEnvironmentCommand.ts b/clients/client-amplify/src/commands/DeleteBackendEnvironmentCommand.ts index f497dd621161..45098d8dd3a6 100644 --- a/clients/client-amplify/src/commands/DeleteBackendEnvironmentCommand.ts +++ b/clients/client-amplify/src/commands/DeleteBackendEnvironmentCommand.ts @@ -93,9 +93,6 @@ export class DeleteBackendEnvironmentCommand extends $Command< DeleteBackendEnvironmentCommandOutput, AmplifyClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -109,9 +106,7 @@ export class DeleteBackendEnvironmentCommand extends $Command< * @public */ constructor(readonly input: DeleteBackendEnvironmentCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -164,7 +159,4 @@ export class DeleteBackendEnvironmentCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteBackendEnvironmentCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-amplify/src/commands/DeleteBranchCommand.ts b/clients/client-amplify/src/commands/DeleteBranchCommand.ts index e43835ce8d8c..69e3d3b39743 100644 --- a/clients/client-amplify/src/commands/DeleteBranchCommand.ts +++ b/clients/client-amplify/src/commands/DeleteBranchCommand.ts @@ -125,9 +125,6 @@ export class DeleteBranchCommand extends $Command< DeleteBranchCommandOutput, AmplifyClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -141,9 +138,7 @@ export class DeleteBranchCommand extends $Command< * @public */ constructor(readonly input: DeleteBranchCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -194,7 +189,4 @@ export class DeleteBranchCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteBranchCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-amplify/src/commands/DeleteDomainAssociationCommand.ts b/clients/client-amplify/src/commands/DeleteDomainAssociationCommand.ts index 5bbf1c6766b5..586439b69761 100644 --- a/clients/client-amplify/src/commands/DeleteDomainAssociationCommand.ts +++ b/clients/client-amplify/src/commands/DeleteDomainAssociationCommand.ts @@ -107,9 +107,6 @@ export class DeleteDomainAssociationCommand extends $Command< DeleteDomainAssociationCommandOutput, AmplifyClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -123,9 +120,7 @@ export class DeleteDomainAssociationCommand extends $Command< * @public */ constructor(readonly input: DeleteDomainAssociationCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -178,7 +173,4 @@ export class DeleteDomainAssociationCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteDomainAssociationCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-amplify/src/commands/DeleteJobCommand.ts b/clients/client-amplify/src/commands/DeleteJobCommand.ts index 8ba777a7dc17..7ec70c677410 100644 --- a/clients/client-amplify/src/commands/DeleteJobCommand.ts +++ b/clients/client-amplify/src/commands/DeleteJobCommand.ts @@ -97,9 +97,6 @@ export class DeleteJobCommand extends $Command< DeleteJobCommandOutput, AmplifyClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -113,9 +110,7 @@ export class DeleteJobCommand extends $Command< * @public */ constructor(readonly input: DeleteJobCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -166,7 +161,4 @@ export class DeleteJobCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteJobCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-amplify/src/commands/DeleteWebhookCommand.ts b/clients/client-amplify/src/commands/DeleteWebhookCommand.ts index 041b64c3698b..c7428946bbf8 100644 --- a/clients/client-amplify/src/commands/DeleteWebhookCommand.ts +++ b/clients/client-amplify/src/commands/DeleteWebhookCommand.ts @@ -93,9 +93,6 @@ export class DeleteWebhookCommand extends $Command< DeleteWebhookCommandOutput, AmplifyClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -109,9 +106,7 @@ export class DeleteWebhookCommand extends $Command< * @public */ constructor(readonly input: DeleteWebhookCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -162,7 +157,4 @@ export class DeleteWebhookCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteWebhookCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-amplify/src/commands/GenerateAccessLogsCommand.ts b/clients/client-amplify/src/commands/GenerateAccessLogsCommand.ts index bdcd40866781..839806371474 100644 --- a/clients/client-amplify/src/commands/GenerateAccessLogsCommand.ts +++ b/clients/client-amplify/src/commands/GenerateAccessLogsCommand.ts @@ -86,9 +86,6 @@ export class GenerateAccessLogsCommand extends $Command< GenerateAccessLogsCommandOutput, AmplifyClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -102,9 +99,7 @@ export class GenerateAccessLogsCommand extends $Command< * @public */ constructor(readonly input: GenerateAccessLogsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -157,7 +152,4 @@ export class GenerateAccessLogsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GenerateAccessLogsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-amplify/src/commands/GetAppCommand.ts b/clients/client-amplify/src/commands/GetAppCommand.ts index f3b784acfba1..c572ffbd8dc4 100644 --- a/clients/client-amplify/src/commands/GetAppCommand.ts +++ b/clients/client-amplify/src/commands/GetAppCommand.ts @@ -134,9 +134,6 @@ export interface GetAppCommandOutput extends GetAppResult, __MetadataBearer {} * */ export class GetAppCommand extends $Command { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -150,9 +147,7 @@ export class GetAppCommand extends $Command { return de_GetAppCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-amplify/src/commands/GetArtifactUrlCommand.ts b/clients/client-amplify/src/commands/GetArtifactUrlCommand.ts index 156a0de01fdc..b4008957e1d1 100644 --- a/clients/client-amplify/src/commands/GetArtifactUrlCommand.ts +++ b/clients/client-amplify/src/commands/GetArtifactUrlCommand.ts @@ -86,9 +86,6 @@ export class GetArtifactUrlCommand extends $Command< GetArtifactUrlCommandOutput, AmplifyClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -102,9 +99,7 @@ export class GetArtifactUrlCommand extends $Command< * @public */ constructor(readonly input: GetArtifactUrlCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -157,7 +152,4 @@ export class GetArtifactUrlCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetArtifactUrlCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-amplify/src/commands/GetBackendEnvironmentCommand.ts b/clients/client-amplify/src/commands/GetBackendEnvironmentCommand.ts index 174b7110ba3a..fe009681ed33 100644 --- a/clients/client-amplify/src/commands/GetBackendEnvironmentCommand.ts +++ b/clients/client-amplify/src/commands/GetBackendEnvironmentCommand.ts @@ -90,9 +90,6 @@ export class GetBackendEnvironmentCommand extends $Command< GetBackendEnvironmentCommandOutput, AmplifyClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -106,9 +103,7 @@ export class GetBackendEnvironmentCommand extends $Command< * @public */ constructor(readonly input: GetBackendEnvironmentCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -161,7 +156,4 @@ export class GetBackendEnvironmentCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetBackendEnvironmentCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-amplify/src/commands/GetBranchCommand.ts b/clients/client-amplify/src/commands/GetBranchCommand.ts index 039390cf71e2..014a98660c9e 100644 --- a/clients/client-amplify/src/commands/GetBranchCommand.ts +++ b/clients/client-amplify/src/commands/GetBranchCommand.ts @@ -122,9 +122,6 @@ export class GetBranchCommand extends $Command< GetBranchCommandOutput, AmplifyClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -138,9 +135,7 @@ export class GetBranchCommand extends $Command< * @public */ constructor(readonly input: GetBranchCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -191,7 +186,4 @@ export class GetBranchCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetBranchCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-amplify/src/commands/GetDomainAssociationCommand.ts b/clients/client-amplify/src/commands/GetDomainAssociationCommand.ts index 595e6faadf53..c55bd3deda2e 100644 --- a/clients/client-amplify/src/commands/GetDomainAssociationCommand.ts +++ b/clients/client-amplify/src/commands/GetDomainAssociationCommand.ts @@ -104,9 +104,6 @@ export class GetDomainAssociationCommand extends $Command< GetDomainAssociationCommandOutput, AmplifyClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -120,9 +117,7 @@ export class GetDomainAssociationCommand extends $Command< * @public */ constructor(readonly input: GetDomainAssociationCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -175,7 +170,4 @@ export class GetDomainAssociationCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetDomainAssociationCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-amplify/src/commands/GetJobCommand.ts b/clients/client-amplify/src/commands/GetJobCommand.ts index a57c27231693..e71f8350f766 100644 --- a/clients/client-amplify/src/commands/GetJobCommand.ts +++ b/clients/client-amplify/src/commands/GetJobCommand.ts @@ -112,9 +112,6 @@ export interface GetJobCommandOutput extends GetJobResult, __MetadataBearer {} * */ export class GetJobCommand extends $Command { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -128,9 +125,7 @@ export class GetJobCommand extends $Command { return de_GetJobCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-amplify/src/commands/GetWebhookCommand.ts b/clients/client-amplify/src/commands/GetWebhookCommand.ts index 4aef3bce58ee..ee1bb671a23f 100644 --- a/clients/client-amplify/src/commands/GetWebhookCommand.ts +++ b/clients/client-amplify/src/commands/GetWebhookCommand.ts @@ -93,9 +93,6 @@ export class GetWebhookCommand extends $Command< GetWebhookCommandOutput, AmplifyClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -109,9 +106,7 @@ export class GetWebhookCommand extends $Command< * @public */ constructor(readonly input: GetWebhookCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -162,7 +157,4 @@ export class GetWebhookCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetWebhookCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-amplify/src/commands/ListAppsCommand.ts b/clients/client-amplify/src/commands/ListAppsCommand.ts index 30f93e3e3747..141f455e4d3d 100644 --- a/clients/client-amplify/src/commands/ListAppsCommand.ts +++ b/clients/client-amplify/src/commands/ListAppsCommand.ts @@ -139,9 +139,6 @@ export class ListAppsCommand extends $Command< ListAppsCommandOutput, AmplifyClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -155,9 +152,7 @@ export class ListAppsCommand extends $Command< * @public */ constructor(readonly input: ListAppsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -208,7 +203,4 @@ export class ListAppsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListAppsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-amplify/src/commands/ListArtifactsCommand.ts b/clients/client-amplify/src/commands/ListArtifactsCommand.ts index c4e42ca4b869..f02f7892da9a 100644 --- a/clients/client-amplify/src/commands/ListArtifactsCommand.ts +++ b/clients/client-amplify/src/commands/ListArtifactsCommand.ts @@ -92,9 +92,6 @@ export class ListArtifactsCommand extends $Command< ListArtifactsCommandOutput, AmplifyClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -108,9 +105,7 @@ export class ListArtifactsCommand extends $Command< * @public */ constructor(readonly input: ListArtifactsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -161,7 +156,4 @@ export class ListArtifactsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListArtifactsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-amplify/src/commands/ListBackendEnvironmentsCommand.ts b/clients/client-amplify/src/commands/ListBackendEnvironmentsCommand.ts index e88662e7f1d8..7354bc7ae8cd 100644 --- a/clients/client-amplify/src/commands/ListBackendEnvironmentsCommand.ts +++ b/clients/client-amplify/src/commands/ListBackendEnvironmentsCommand.ts @@ -92,9 +92,6 @@ export class ListBackendEnvironmentsCommand extends $Command< ListBackendEnvironmentsCommandOutput, AmplifyClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -108,9 +105,7 @@ export class ListBackendEnvironmentsCommand extends $Command< * @public */ constructor(readonly input: ListBackendEnvironmentsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -163,7 +158,4 @@ export class ListBackendEnvironmentsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListBackendEnvironmentsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-amplify/src/commands/ListBranchesCommand.ts b/clients/client-amplify/src/commands/ListBranchesCommand.ts index c8706fa19810..f9838d0c741d 100644 --- a/clients/client-amplify/src/commands/ListBranchesCommand.ts +++ b/clients/client-amplify/src/commands/ListBranchesCommand.ts @@ -123,9 +123,6 @@ export class ListBranchesCommand extends $Command< ListBranchesCommandOutput, AmplifyClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -139,9 +136,7 @@ export class ListBranchesCommand extends $Command< * @public */ constructor(readonly input: ListBranchesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -192,7 +187,4 @@ export class ListBranchesCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListBranchesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-amplify/src/commands/ListDomainAssociationsCommand.ts b/clients/client-amplify/src/commands/ListDomainAssociationsCommand.ts index 4b9a011e6a4b..6af66f6661b5 100644 --- a/clients/client-amplify/src/commands/ListDomainAssociationsCommand.ts +++ b/clients/client-amplify/src/commands/ListDomainAssociationsCommand.ts @@ -105,9 +105,6 @@ export class ListDomainAssociationsCommand extends $Command< ListDomainAssociationsCommandOutput, AmplifyClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -121,9 +118,7 @@ export class ListDomainAssociationsCommand extends $Command< * @public */ constructor(readonly input: ListDomainAssociationsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -176,7 +171,4 @@ export class ListDomainAssociationsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListDomainAssociationsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-amplify/src/commands/ListJobsCommand.ts b/clients/client-amplify/src/commands/ListJobsCommand.ts index e2e8909ecbac..9d265ca811bd 100644 --- a/clients/client-amplify/src/commands/ListJobsCommand.ts +++ b/clients/client-amplify/src/commands/ListJobsCommand.ts @@ -98,9 +98,6 @@ export class ListJobsCommand extends $Command< ListJobsCommandOutput, AmplifyClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -114,9 +111,7 @@ export class ListJobsCommand extends $Command< * @public */ constructor(readonly input: ListJobsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -167,7 +162,4 @@ export class ListJobsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListJobsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-amplify/src/commands/ListTagsForResourceCommand.ts b/clients/client-amplify/src/commands/ListTagsForResourceCommand.ts index 72186332164a..44edf93f4efe 100644 --- a/clients/client-amplify/src/commands/ListTagsForResourceCommand.ts +++ b/clients/client-amplify/src/commands/ListTagsForResourceCommand.ts @@ -81,9 +81,6 @@ export class ListTagsForResourceCommand extends $Command< ListTagsForResourceCommandOutput, AmplifyClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -97,9 +94,7 @@ export class ListTagsForResourceCommand extends $Command< * @public */ constructor(readonly input: ListTagsForResourceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -152,7 +147,4 @@ export class ListTagsForResourceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListTagsForResourceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-amplify/src/commands/ListWebhooksCommand.ts b/clients/client-amplify/src/commands/ListWebhooksCommand.ts index 1dacffd65675..c24fc9644af0 100644 --- a/clients/client-amplify/src/commands/ListWebhooksCommand.ts +++ b/clients/client-amplify/src/commands/ListWebhooksCommand.ts @@ -95,9 +95,6 @@ export class ListWebhooksCommand extends $Command< ListWebhooksCommandOutput, AmplifyClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -111,9 +108,7 @@ export class ListWebhooksCommand extends $Command< * @public */ constructor(readonly input: ListWebhooksCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -164,7 +159,4 @@ export class ListWebhooksCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListWebhooksCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-amplify/src/commands/StartDeploymentCommand.ts b/clients/client-amplify/src/commands/StartDeploymentCommand.ts index 818847679b4d..1dd696f4ded5 100644 --- a/clients/client-amplify/src/commands/StartDeploymentCommand.ts +++ b/clients/client-amplify/src/commands/StartDeploymentCommand.ts @@ -103,9 +103,6 @@ export class StartDeploymentCommand extends $Command< StartDeploymentCommandOutput, AmplifyClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -119,9 +116,7 @@ export class StartDeploymentCommand extends $Command< * @public */ constructor(readonly input: StartDeploymentCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -174,7 +169,4 @@ export class StartDeploymentCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_StartDeploymentCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-amplify/src/commands/StartJobCommand.ts b/clients/client-amplify/src/commands/StartJobCommand.ts index 5a6ff150440c..e39f7dd60898 100644 --- a/clients/client-amplify/src/commands/StartJobCommand.ts +++ b/clients/client-amplify/src/commands/StartJobCommand.ts @@ -102,9 +102,6 @@ export class StartJobCommand extends $Command< StartJobCommandOutput, AmplifyClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -118,9 +115,7 @@ export class StartJobCommand extends $Command< * @public */ constructor(readonly input: StartJobCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -171,7 +166,4 @@ export class StartJobCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_StartJobCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-amplify/src/commands/StopJobCommand.ts b/clients/client-amplify/src/commands/StopJobCommand.ts index eaf679931e29..6540fdd5f055 100644 --- a/clients/client-amplify/src/commands/StopJobCommand.ts +++ b/clients/client-amplify/src/commands/StopJobCommand.ts @@ -93,9 +93,6 @@ export interface StopJobCommandOutput extends StopJobResult, __MetadataBearer {} * */ export class StopJobCommand extends $Command { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -109,9 +106,7 @@ export class StopJobCommand extends $Command { return de_StopJobCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-amplify/src/commands/TagResourceCommand.ts b/clients/client-amplify/src/commands/TagResourceCommand.ts index 2101f8e3411e..876bac9d7a55 100644 --- a/clients/client-amplify/src/commands/TagResourceCommand.ts +++ b/clients/client-amplify/src/commands/TagResourceCommand.ts @@ -80,9 +80,6 @@ export class TagResourceCommand extends $Command< TagResourceCommandOutput, AmplifyClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -96,9 +93,7 @@ export class TagResourceCommand extends $Command< * @public */ constructor(readonly input: TagResourceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -149,7 +144,4 @@ export class TagResourceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_TagResourceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-amplify/src/commands/UntagResourceCommand.ts b/clients/client-amplify/src/commands/UntagResourceCommand.ts index b8a20358742d..4593ad2dc4a7 100644 --- a/clients/client-amplify/src/commands/UntagResourceCommand.ts +++ b/clients/client-amplify/src/commands/UntagResourceCommand.ts @@ -80,9 +80,6 @@ export class UntagResourceCommand extends $Command< UntagResourceCommandOutput, AmplifyClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -96,9 +93,7 @@ export class UntagResourceCommand extends $Command< * @public */ constructor(readonly input: UntagResourceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -149,7 +144,4 @@ export class UntagResourceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UntagResourceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-amplify/src/commands/UpdateAppCommand.ts b/clients/client-amplify/src/commands/UpdateAppCommand.ts index 87e9c364c1b3..9627df0c1fa5 100644 --- a/clients/client-amplify/src/commands/UpdateAppCommand.ts +++ b/clients/client-amplify/src/commands/UpdateAppCommand.ts @@ -185,9 +185,6 @@ export class UpdateAppCommand extends $Command< UpdateAppCommandOutput, AmplifyClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -201,9 +198,7 @@ export class UpdateAppCommand extends $Command< * @public */ constructor(readonly input: UpdateAppCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -254,7 +249,4 @@ export class UpdateAppCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdateAppCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-amplify/src/commands/UpdateBranchCommand.ts b/clients/client-amplify/src/commands/UpdateBranchCommand.ts index f83d600fe20a..e4f0d34f3ae4 100644 --- a/clients/client-amplify/src/commands/UpdateBranchCommand.ts +++ b/clients/client-amplify/src/commands/UpdateBranchCommand.ts @@ -150,9 +150,6 @@ export class UpdateBranchCommand extends $Command< UpdateBranchCommandOutput, AmplifyClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -166,9 +163,7 @@ export class UpdateBranchCommand extends $Command< * @public */ constructor(readonly input: UpdateBranchCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -219,7 +214,4 @@ export class UpdateBranchCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdateBranchCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-amplify/src/commands/UpdateDomainAssociationCommand.ts b/clients/client-amplify/src/commands/UpdateDomainAssociationCommand.ts index da30dfd4fae2..6a7a34b07f76 100644 --- a/clients/client-amplify/src/commands/UpdateDomainAssociationCommand.ts +++ b/clients/client-amplify/src/commands/UpdateDomainAssociationCommand.ts @@ -118,9 +118,6 @@ export class UpdateDomainAssociationCommand extends $Command< UpdateDomainAssociationCommandOutput, AmplifyClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -134,9 +131,7 @@ export class UpdateDomainAssociationCommand extends $Command< * @public */ constructor(readonly input: UpdateDomainAssociationCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -189,7 +184,4 @@ export class UpdateDomainAssociationCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdateDomainAssociationCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-amplify/src/commands/UpdateWebhookCommand.ts b/clients/client-amplify/src/commands/UpdateWebhookCommand.ts index 03a3ff523fcb..c35356b9b231 100644 --- a/clients/client-amplify/src/commands/UpdateWebhookCommand.ts +++ b/clients/client-amplify/src/commands/UpdateWebhookCommand.ts @@ -95,9 +95,6 @@ export class UpdateWebhookCommand extends $Command< UpdateWebhookCommandOutput, AmplifyClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -111,9 +108,7 @@ export class UpdateWebhookCommand extends $Command< * @public */ constructor(readonly input: UpdateWebhookCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -164,7 +159,4 @@ export class UpdateWebhookCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdateWebhookCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-amplifybackend/package.json b/clients/client-amplifybackend/package.json index 74f75d0728f7..c0e829ed9228 100644 --- a/clients/client-amplifybackend/package.json +++ b/clients/client-amplifybackend/package.json @@ -34,29 +34,29 @@ "@aws-sdk/util-endpoints": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@smithy/config-resolver": "^2.0.16", - "@smithy/fetch-http-handler": "^2.2.4", - "@smithy/hash-node": "^2.0.12", - "@smithy/invalid-dependency": "^2.0.12", - "@smithy/middleware-content-length": "^2.0.14", - "@smithy/middleware-endpoint": "^2.1.3", - "@smithy/middleware-retry": "^2.0.18", - "@smithy/middleware-serde": "^2.0.12", - "@smithy/middleware-stack": "^2.0.6", - "@smithy/node-config-provider": "^2.1.3", - "@smithy/node-http-handler": "^2.1.8", - "@smithy/protocol-http": "^3.0.8", - "@smithy/smithy-client": "^2.1.12", - "@smithy/types": "^2.4.0", - "@smithy/url-parser": "^2.0.12", - "@smithy/util-base64": "^2.0.0", + "@smithy/config-resolver": "^2.0.18", + "@smithy/fetch-http-handler": "^2.2.6", + "@smithy/hash-node": "^2.0.15", + "@smithy/invalid-dependency": "^2.0.13", + "@smithy/middleware-content-length": "^2.0.15", + "@smithy/middleware-endpoint": "^2.2.0", + "@smithy/middleware-retry": "^2.0.20", + "@smithy/middleware-serde": "^2.0.13", + "@smithy/middleware-stack": "^2.0.7", + "@smithy/node-config-provider": "^2.1.5", + "@smithy/node-http-handler": "^2.1.9", + "@smithy/protocol-http": "^3.0.9", + "@smithy/smithy-client": "^2.1.15", + "@smithy/types": "^2.5.0", + "@smithy/url-parser": "^2.0.13", + "@smithy/util-base64": "^2.0.1", "@smithy/util-body-length-browser": "^2.0.0", "@smithy/util-body-length-node": "^2.1.0", - "@smithy/util-defaults-mode-browser": "^2.0.16", - "@smithy/util-defaults-mode-node": "^2.0.21", - "@smithy/util-endpoints": "^1.0.2", - "@smithy/util-retry": "^2.0.5", - "@smithy/util-utf8": "^2.0.0", + "@smithy/util-defaults-mode-browser": "^2.0.19", + "@smithy/util-defaults-mode-node": "^2.0.25", + "@smithy/util-endpoints": "^1.0.4", + "@smithy/util-retry": "^2.0.6", + "@smithy/util-utf8": "^2.0.2", "tslib": "^2.5.0" }, "devDependencies": { diff --git a/clients/client-amplifybackend/src/commands/CloneBackendCommand.ts b/clients/client-amplifybackend/src/commands/CloneBackendCommand.ts index a12b190f4562..af484d4aec0f 100644 --- a/clients/client-amplifybackend/src/commands/CloneBackendCommand.ts +++ b/clients/client-amplifybackend/src/commands/CloneBackendCommand.ts @@ -89,9 +89,6 @@ export class CloneBackendCommand extends $Command< CloneBackendCommandOutput, AmplifyBackendClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -105,9 +102,7 @@ export class CloneBackendCommand extends $Command< * @public */ constructor(readonly input: CloneBackendCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -158,7 +153,4 @@ export class CloneBackendCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CloneBackendCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-amplifybackend/src/commands/CreateBackendAPICommand.ts b/clients/client-amplifybackend/src/commands/CreateBackendAPICommand.ts index 4ed8cbeb3465..ac83723a4307 100644 --- a/clients/client-amplifybackend/src/commands/CreateBackendAPICommand.ts +++ b/clients/client-amplifybackend/src/commands/CreateBackendAPICommand.ts @@ -125,9 +125,6 @@ export class CreateBackendAPICommand extends $Command< CreateBackendAPICommandOutput, AmplifyBackendClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -141,9 +138,7 @@ export class CreateBackendAPICommand extends $Command< * @public */ constructor(readonly input: CreateBackendAPICommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -196,7 +191,4 @@ export class CreateBackendAPICommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateBackendAPICommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-amplifybackend/src/commands/CreateBackendAuthCommand.ts b/clients/client-amplifybackend/src/commands/CreateBackendAuthCommand.ts index fc0535adf772..b826111eae0c 100644 --- a/clients/client-amplifybackend/src/commands/CreateBackendAuthCommand.ts +++ b/clients/client-amplifybackend/src/commands/CreateBackendAuthCommand.ts @@ -176,9 +176,6 @@ export class CreateBackendAuthCommand extends $Command< CreateBackendAuthCommandOutput, AmplifyBackendClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -192,9 +189,7 @@ export class CreateBackendAuthCommand extends $Command< * @public */ constructor(readonly input: CreateBackendAuthCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -247,7 +242,4 @@ export class CreateBackendAuthCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateBackendAuthCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-amplifybackend/src/commands/CreateBackendCommand.ts b/clients/client-amplifybackend/src/commands/CreateBackendCommand.ts index 998eb044e5c0..296850dc159b 100644 --- a/clients/client-amplifybackend/src/commands/CreateBackendCommand.ts +++ b/clients/client-amplifybackend/src/commands/CreateBackendCommand.ts @@ -91,9 +91,6 @@ export class CreateBackendCommand extends $Command< CreateBackendCommandOutput, AmplifyBackendClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -107,9 +104,7 @@ export class CreateBackendCommand extends $Command< * @public */ constructor(readonly input: CreateBackendCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -160,7 +155,4 @@ export class CreateBackendCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateBackendCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-amplifybackend/src/commands/CreateBackendConfigCommand.ts b/clients/client-amplifybackend/src/commands/CreateBackendConfigCommand.ts index 2f46baaf58e3..a6e9523feefb 100644 --- a/clients/client-amplifybackend/src/commands/CreateBackendConfigCommand.ts +++ b/clients/client-amplifybackend/src/commands/CreateBackendConfigCommand.ts @@ -86,9 +86,6 @@ export class CreateBackendConfigCommand extends $Command< CreateBackendConfigCommandOutput, AmplifyBackendClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -102,9 +99,7 @@ export class CreateBackendConfigCommand extends $Command< * @public */ constructor(readonly input: CreateBackendConfigCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -157,7 +152,4 @@ export class CreateBackendConfigCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateBackendConfigCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-amplifybackend/src/commands/CreateBackendStorageCommand.ts b/clients/client-amplifybackend/src/commands/CreateBackendStorageCommand.ts index 04d1bfeed060..5a964dfd8a4b 100644 --- a/clients/client-amplifybackend/src/commands/CreateBackendStorageCommand.ts +++ b/clients/client-amplifybackend/src/commands/CreateBackendStorageCommand.ts @@ -99,9 +99,6 @@ export class CreateBackendStorageCommand extends $Command< CreateBackendStorageCommandOutput, AmplifyBackendClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -115,9 +112,7 @@ export class CreateBackendStorageCommand extends $Command< * @public */ constructor(readonly input: CreateBackendStorageCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -170,7 +165,4 @@ export class CreateBackendStorageCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateBackendStorageCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-amplifybackend/src/commands/CreateTokenCommand.ts b/clients/client-amplifybackend/src/commands/CreateTokenCommand.ts index b60f91531bee..475c1fa5ef9d 100644 --- a/clients/client-amplifybackend/src/commands/CreateTokenCommand.ts +++ b/clients/client-amplifybackend/src/commands/CreateTokenCommand.ts @@ -85,9 +85,6 @@ export class CreateTokenCommand extends $Command< CreateTokenCommandOutput, AmplifyBackendClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -101,9 +98,7 @@ export class CreateTokenCommand extends $Command< * @public */ constructor(readonly input: CreateTokenCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -154,7 +149,4 @@ export class CreateTokenCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateTokenCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-amplifybackend/src/commands/DeleteBackendAPICommand.ts b/clients/client-amplifybackend/src/commands/DeleteBackendAPICommand.ts index 52bc203906d4..31e56f9f854b 100644 --- a/clients/client-amplifybackend/src/commands/DeleteBackendAPICommand.ts +++ b/clients/client-amplifybackend/src/commands/DeleteBackendAPICommand.ts @@ -125,9 +125,6 @@ export class DeleteBackendAPICommand extends $Command< DeleteBackendAPICommandOutput, AmplifyBackendClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -141,9 +138,7 @@ export class DeleteBackendAPICommand extends $Command< * @public */ constructor(readonly input: DeleteBackendAPICommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -196,7 +191,4 @@ export class DeleteBackendAPICommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteBackendAPICommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-amplifybackend/src/commands/DeleteBackendAuthCommand.ts b/clients/client-amplifybackend/src/commands/DeleteBackendAuthCommand.ts index 5def032c242b..6946d3d7353d 100644 --- a/clients/client-amplifybackend/src/commands/DeleteBackendAuthCommand.ts +++ b/clients/client-amplifybackend/src/commands/DeleteBackendAuthCommand.ts @@ -89,9 +89,6 @@ export class DeleteBackendAuthCommand extends $Command< DeleteBackendAuthCommandOutput, AmplifyBackendClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -105,9 +102,7 @@ export class DeleteBackendAuthCommand extends $Command< * @public */ constructor(readonly input: DeleteBackendAuthCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -160,7 +155,4 @@ export class DeleteBackendAuthCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteBackendAuthCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-amplifybackend/src/commands/DeleteBackendCommand.ts b/clients/client-amplifybackend/src/commands/DeleteBackendCommand.ts index 6a184705ad2a..7234e68b8e3a 100644 --- a/clients/client-amplifybackend/src/commands/DeleteBackendCommand.ts +++ b/clients/client-amplifybackend/src/commands/DeleteBackendCommand.ts @@ -88,9 +88,6 @@ export class DeleteBackendCommand extends $Command< DeleteBackendCommandOutput, AmplifyBackendClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -104,9 +101,7 @@ export class DeleteBackendCommand extends $Command< * @public */ constructor(readonly input: DeleteBackendCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -157,7 +152,4 @@ export class DeleteBackendCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteBackendCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-amplifybackend/src/commands/DeleteBackendStorageCommand.ts b/clients/client-amplifybackend/src/commands/DeleteBackendStorageCommand.ts index 630aba1635fc..dccff478a28e 100644 --- a/clients/client-amplifybackend/src/commands/DeleteBackendStorageCommand.ts +++ b/clients/client-amplifybackend/src/commands/DeleteBackendStorageCommand.ts @@ -88,9 +88,6 @@ export class DeleteBackendStorageCommand extends $Command< DeleteBackendStorageCommandOutput, AmplifyBackendClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -104,9 +101,7 @@ export class DeleteBackendStorageCommand extends $Command< * @public */ constructor(readonly input: DeleteBackendStorageCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -159,7 +154,4 @@ export class DeleteBackendStorageCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteBackendStorageCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-amplifybackend/src/commands/DeleteTokenCommand.ts b/clients/client-amplifybackend/src/commands/DeleteTokenCommand.ts index 97839578d9a4..cb08278b9451 100644 --- a/clients/client-amplifybackend/src/commands/DeleteTokenCommand.ts +++ b/clients/client-amplifybackend/src/commands/DeleteTokenCommand.ts @@ -83,9 +83,6 @@ export class DeleteTokenCommand extends $Command< DeleteTokenCommandOutput, AmplifyBackendClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -99,9 +96,7 @@ export class DeleteTokenCommand extends $Command< * @public */ constructor(readonly input: DeleteTokenCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -152,7 +147,4 @@ export class DeleteTokenCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteTokenCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-amplifybackend/src/commands/GenerateBackendAPIModelsCommand.ts b/clients/client-amplifybackend/src/commands/GenerateBackendAPIModelsCommand.ts index 96b712af10a5..371b3cad0a23 100644 --- a/clients/client-amplifybackend/src/commands/GenerateBackendAPIModelsCommand.ts +++ b/clients/client-amplifybackend/src/commands/GenerateBackendAPIModelsCommand.ts @@ -89,9 +89,6 @@ export class GenerateBackendAPIModelsCommand extends $Command< GenerateBackendAPIModelsCommandOutput, AmplifyBackendClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -105,9 +102,7 @@ export class GenerateBackendAPIModelsCommand extends $Command< * @public */ constructor(readonly input: GenerateBackendAPIModelsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -160,7 +155,4 @@ export class GenerateBackendAPIModelsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GenerateBackendAPIModelsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-amplifybackend/src/commands/GetBackendAPICommand.ts b/clients/client-amplifybackend/src/commands/GetBackendAPICommand.ts index 07615c69f47a..7b23a8e40ed5 100644 --- a/clients/client-amplifybackend/src/commands/GetBackendAPICommand.ts +++ b/clients/client-amplifybackend/src/commands/GetBackendAPICommand.ts @@ -159,9 +159,6 @@ export class GetBackendAPICommand extends $Command< GetBackendAPICommandOutput, AmplifyBackendClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -175,9 +172,7 @@ export class GetBackendAPICommand extends $Command< * @public */ constructor(readonly input: GetBackendAPICommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -228,7 +223,4 @@ export class GetBackendAPICommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetBackendAPICommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-amplifybackend/src/commands/GetBackendAPIModelsCommand.ts b/clients/client-amplifybackend/src/commands/GetBackendAPIModelsCommand.ts index 549ddca1036b..7c3b700cd3f4 100644 --- a/clients/client-amplifybackend/src/commands/GetBackendAPIModelsCommand.ts +++ b/clients/client-amplifybackend/src/commands/GetBackendAPIModelsCommand.ts @@ -86,9 +86,6 @@ export class GetBackendAPIModelsCommand extends $Command< GetBackendAPIModelsCommandOutput, AmplifyBackendClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -102,9 +99,7 @@ export class GetBackendAPIModelsCommand extends $Command< * @public */ constructor(readonly input: GetBackendAPIModelsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -157,7 +152,4 @@ export class GetBackendAPIModelsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetBackendAPIModelsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-amplifybackend/src/commands/GetBackendAuthCommand.ts b/clients/client-amplifybackend/src/commands/GetBackendAuthCommand.ts index 866f16574c21..0539e2a6361c 100644 --- a/clients/client-amplifybackend/src/commands/GetBackendAuthCommand.ts +++ b/clients/client-amplifybackend/src/commands/GetBackendAuthCommand.ts @@ -174,9 +174,6 @@ export class GetBackendAuthCommand extends $Command< GetBackendAuthCommandOutput, AmplifyBackendClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -190,9 +187,7 @@ export class GetBackendAuthCommand extends $Command< * @public */ constructor(readonly input: GetBackendAuthCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -245,7 +240,4 @@ export class GetBackendAuthCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetBackendAuthCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-amplifybackend/src/commands/GetBackendCommand.ts b/clients/client-amplifybackend/src/commands/GetBackendCommand.ts index dcf82c9e9b49..d56d11fb17d6 100644 --- a/clients/client-amplifybackend/src/commands/GetBackendCommand.ts +++ b/clients/client-amplifybackend/src/commands/GetBackendCommand.ts @@ -91,9 +91,6 @@ export class GetBackendCommand extends $Command< GetBackendCommandOutput, AmplifyBackendClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -107,9 +104,7 @@ export class GetBackendCommand extends $Command< * @public */ constructor(readonly input: GetBackendCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -160,7 +155,4 @@ export class GetBackendCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetBackendCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-amplifybackend/src/commands/GetBackendJobCommand.ts b/clients/client-amplifybackend/src/commands/GetBackendJobCommand.ts index 5d21bda48cb1..9583a1068e6f 100644 --- a/clients/client-amplifybackend/src/commands/GetBackendJobCommand.ts +++ b/clients/client-amplifybackend/src/commands/GetBackendJobCommand.ts @@ -91,9 +91,6 @@ export class GetBackendJobCommand extends $Command< GetBackendJobCommandOutput, AmplifyBackendClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -107,9 +104,7 @@ export class GetBackendJobCommand extends $Command< * @public */ constructor(readonly input: GetBackendJobCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -160,7 +155,4 @@ export class GetBackendJobCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetBackendJobCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-amplifybackend/src/commands/GetBackendStorageCommand.ts b/clients/client-amplifybackend/src/commands/GetBackendStorageCommand.ts index 995431abfd0f..759195dfad96 100644 --- a/clients/client-amplifybackend/src/commands/GetBackendStorageCommand.ts +++ b/clients/client-amplifybackend/src/commands/GetBackendStorageCommand.ts @@ -99,9 +99,6 @@ export class GetBackendStorageCommand extends $Command< GetBackendStorageCommandOutput, AmplifyBackendClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -115,9 +112,7 @@ export class GetBackendStorageCommand extends $Command< * @public */ constructor(readonly input: GetBackendStorageCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -170,7 +165,4 @@ export class GetBackendStorageCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetBackendStorageCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-amplifybackend/src/commands/GetTokenCommand.ts b/clients/client-amplifybackend/src/commands/GetTokenCommand.ts index d6126c589ea5..dcb4aba7d1e9 100644 --- a/clients/client-amplifybackend/src/commands/GetTokenCommand.ts +++ b/clients/client-amplifybackend/src/commands/GetTokenCommand.ts @@ -86,9 +86,6 @@ export class GetTokenCommand extends $Command< GetTokenCommandOutput, AmplifyBackendClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -102,9 +99,7 @@ export class GetTokenCommand extends $Command< * @public */ constructor(readonly input: GetTokenCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -155,7 +150,4 @@ export class GetTokenCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetTokenCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-amplifybackend/src/commands/ImportBackendAuthCommand.ts b/clients/client-amplifybackend/src/commands/ImportBackendAuthCommand.ts index 4bb39bf05645..2c0fc30caead 100644 --- a/clients/client-amplifybackend/src/commands/ImportBackendAuthCommand.ts +++ b/clients/client-amplifybackend/src/commands/ImportBackendAuthCommand.ts @@ -92,9 +92,6 @@ export class ImportBackendAuthCommand extends $Command< ImportBackendAuthCommandOutput, AmplifyBackendClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -108,9 +105,7 @@ export class ImportBackendAuthCommand extends $Command< * @public */ constructor(readonly input: ImportBackendAuthCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -163,7 +158,4 @@ export class ImportBackendAuthCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ImportBackendAuthCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-amplifybackend/src/commands/ImportBackendStorageCommand.ts b/clients/client-amplifybackend/src/commands/ImportBackendStorageCommand.ts index 0eb56cb59d08..9be9615ed2d9 100644 --- a/clients/client-amplifybackend/src/commands/ImportBackendStorageCommand.ts +++ b/clients/client-amplifybackend/src/commands/ImportBackendStorageCommand.ts @@ -88,9 +88,6 @@ export class ImportBackendStorageCommand extends $Command< ImportBackendStorageCommandOutput, AmplifyBackendClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -104,9 +101,7 @@ export class ImportBackendStorageCommand extends $Command< * @public */ constructor(readonly input: ImportBackendStorageCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -159,7 +154,4 @@ export class ImportBackendStorageCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ImportBackendStorageCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-amplifybackend/src/commands/ListBackendJobsCommand.ts b/clients/client-amplifybackend/src/commands/ListBackendJobsCommand.ts index c78b2c83b60f..fb77794544c8 100644 --- a/clients/client-amplifybackend/src/commands/ListBackendJobsCommand.ts +++ b/clients/client-amplifybackend/src/commands/ListBackendJobsCommand.ts @@ -100,9 +100,6 @@ export class ListBackendJobsCommand extends $Command< ListBackendJobsCommandOutput, AmplifyBackendClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -116,9 +113,7 @@ export class ListBackendJobsCommand extends $Command< * @public */ constructor(readonly input: ListBackendJobsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -171,7 +166,4 @@ export class ListBackendJobsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListBackendJobsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-amplifybackend/src/commands/ListS3BucketsCommand.ts b/clients/client-amplifybackend/src/commands/ListS3BucketsCommand.ts index bc900d2c1a4b..f2bd82eb7864 100644 --- a/clients/client-amplifybackend/src/commands/ListS3BucketsCommand.ts +++ b/clients/client-amplifybackend/src/commands/ListS3BucketsCommand.ts @@ -88,9 +88,6 @@ export class ListS3BucketsCommand extends $Command< ListS3BucketsCommandOutput, AmplifyBackendClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -104,9 +101,7 @@ export class ListS3BucketsCommand extends $Command< * @public */ constructor(readonly input: ListS3BucketsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -157,7 +152,4 @@ export class ListS3BucketsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListS3BucketsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-amplifybackend/src/commands/RemoveAllBackendsCommand.ts b/clients/client-amplifybackend/src/commands/RemoveAllBackendsCommand.ts index 906c4b018867..134ff74548d0 100644 --- a/clients/client-amplifybackend/src/commands/RemoveAllBackendsCommand.ts +++ b/clients/client-amplifybackend/src/commands/RemoveAllBackendsCommand.ts @@ -87,9 +87,6 @@ export class RemoveAllBackendsCommand extends $Command< RemoveAllBackendsCommandOutput, AmplifyBackendClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -103,9 +100,7 @@ export class RemoveAllBackendsCommand extends $Command< * @public */ constructor(readonly input: RemoveAllBackendsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -158,7 +153,4 @@ export class RemoveAllBackendsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_RemoveAllBackendsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-amplifybackend/src/commands/RemoveBackendConfigCommand.ts b/clients/client-amplifybackend/src/commands/RemoveBackendConfigCommand.ts index ad35a3bb33c3..0ab0e62c2870 100644 --- a/clients/client-amplifybackend/src/commands/RemoveBackendConfigCommand.ts +++ b/clients/client-amplifybackend/src/commands/RemoveBackendConfigCommand.ts @@ -82,9 +82,6 @@ export class RemoveBackendConfigCommand extends $Command< RemoveBackendConfigCommandOutput, AmplifyBackendClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -98,9 +95,7 @@ export class RemoveBackendConfigCommand extends $Command< * @public */ constructor(readonly input: RemoveBackendConfigCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -153,7 +148,4 @@ export class RemoveBackendConfigCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_RemoveBackendConfigCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-amplifybackend/src/commands/UpdateBackendAPICommand.ts b/clients/client-amplifybackend/src/commands/UpdateBackendAPICommand.ts index bb3f5ff29464..daa387960846 100644 --- a/clients/client-amplifybackend/src/commands/UpdateBackendAPICommand.ts +++ b/clients/client-amplifybackend/src/commands/UpdateBackendAPICommand.ts @@ -125,9 +125,6 @@ export class UpdateBackendAPICommand extends $Command< UpdateBackendAPICommandOutput, AmplifyBackendClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -141,9 +138,7 @@ export class UpdateBackendAPICommand extends $Command< * @public */ constructor(readonly input: UpdateBackendAPICommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -196,7 +191,4 @@ export class UpdateBackendAPICommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdateBackendAPICommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-amplifybackend/src/commands/UpdateBackendAuthCommand.ts b/clients/client-amplifybackend/src/commands/UpdateBackendAuthCommand.ts index 5d0dac23f987..04702505846c 100644 --- a/clients/client-amplifybackend/src/commands/UpdateBackendAuthCommand.ts +++ b/clients/client-amplifybackend/src/commands/UpdateBackendAuthCommand.ts @@ -170,9 +170,6 @@ export class UpdateBackendAuthCommand extends $Command< UpdateBackendAuthCommandOutput, AmplifyBackendClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -186,9 +183,7 @@ export class UpdateBackendAuthCommand extends $Command< * @public */ constructor(readonly input: UpdateBackendAuthCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -241,7 +236,4 @@ export class UpdateBackendAuthCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdateBackendAuthCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-amplifybackend/src/commands/UpdateBackendConfigCommand.ts b/clients/client-amplifybackend/src/commands/UpdateBackendConfigCommand.ts index ad7d522b7c0b..a55cb5da0421 100644 --- a/clients/client-amplifybackend/src/commands/UpdateBackendConfigCommand.ts +++ b/clients/client-amplifybackend/src/commands/UpdateBackendConfigCommand.ts @@ -96,9 +96,6 @@ export class UpdateBackendConfigCommand extends $Command< UpdateBackendConfigCommandOutput, AmplifyBackendClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -112,9 +109,7 @@ export class UpdateBackendConfigCommand extends $Command< * @public */ constructor(readonly input: UpdateBackendConfigCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -167,7 +162,4 @@ export class UpdateBackendConfigCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdateBackendConfigCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-amplifybackend/src/commands/UpdateBackendJobCommand.ts b/clients/client-amplifybackend/src/commands/UpdateBackendJobCommand.ts index 7d6decd44cf4..6f0308736bed 100644 --- a/clients/client-amplifybackend/src/commands/UpdateBackendJobCommand.ts +++ b/clients/client-amplifybackend/src/commands/UpdateBackendJobCommand.ts @@ -93,9 +93,6 @@ export class UpdateBackendJobCommand extends $Command< UpdateBackendJobCommandOutput, AmplifyBackendClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -109,9 +106,7 @@ export class UpdateBackendJobCommand extends $Command< * @public */ constructor(readonly input: UpdateBackendJobCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -164,7 +159,4 @@ export class UpdateBackendJobCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdateBackendJobCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-amplifybackend/src/commands/UpdateBackendStorageCommand.ts b/clients/client-amplifybackend/src/commands/UpdateBackendStorageCommand.ts index f7bf5d705ae8..674d2a5f4359 100644 --- a/clients/client-amplifybackend/src/commands/UpdateBackendStorageCommand.ts +++ b/clients/client-amplifybackend/src/commands/UpdateBackendStorageCommand.ts @@ -98,9 +98,6 @@ export class UpdateBackendStorageCommand extends $Command< UpdateBackendStorageCommandOutput, AmplifyBackendClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -114,9 +111,7 @@ export class UpdateBackendStorageCommand extends $Command< * @public */ constructor(readonly input: UpdateBackendStorageCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -169,7 +164,4 @@ export class UpdateBackendStorageCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdateBackendStorageCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-amplifyuibuilder/package.json b/clients/client-amplifyuibuilder/package.json index e9f5ddaa5f44..85906e595649 100644 --- a/clients/client-amplifyuibuilder/package.json +++ b/clients/client-amplifyuibuilder/package.json @@ -34,29 +34,29 @@ "@aws-sdk/util-endpoints": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@smithy/config-resolver": "^2.0.16", - "@smithy/fetch-http-handler": "^2.2.4", - "@smithy/hash-node": "^2.0.12", - "@smithy/invalid-dependency": "^2.0.12", - "@smithy/middleware-content-length": "^2.0.14", - "@smithy/middleware-endpoint": "^2.1.3", - "@smithy/middleware-retry": "^2.0.18", - "@smithy/middleware-serde": "^2.0.12", - "@smithy/middleware-stack": "^2.0.6", - "@smithy/node-config-provider": "^2.1.3", - "@smithy/node-http-handler": "^2.1.8", - "@smithy/protocol-http": "^3.0.8", - "@smithy/smithy-client": "^2.1.12", - "@smithy/types": "^2.4.0", - "@smithy/url-parser": "^2.0.12", - "@smithy/util-base64": "^2.0.0", + "@smithy/config-resolver": "^2.0.18", + "@smithy/fetch-http-handler": "^2.2.6", + "@smithy/hash-node": "^2.0.15", + "@smithy/invalid-dependency": "^2.0.13", + "@smithy/middleware-content-length": "^2.0.15", + "@smithy/middleware-endpoint": "^2.2.0", + "@smithy/middleware-retry": "^2.0.20", + "@smithy/middleware-serde": "^2.0.13", + "@smithy/middleware-stack": "^2.0.7", + "@smithy/node-config-provider": "^2.1.5", + "@smithy/node-http-handler": "^2.1.9", + "@smithy/protocol-http": "^3.0.9", + "@smithy/smithy-client": "^2.1.15", + "@smithy/types": "^2.5.0", + "@smithy/url-parser": "^2.0.13", + "@smithy/util-base64": "^2.0.1", "@smithy/util-body-length-browser": "^2.0.0", "@smithy/util-body-length-node": "^2.1.0", - "@smithy/util-defaults-mode-browser": "^2.0.16", - "@smithy/util-defaults-mode-node": "^2.0.21", - "@smithy/util-endpoints": "^1.0.2", - "@smithy/util-retry": "^2.0.5", - "@smithy/util-utf8": "^2.0.0", + "@smithy/util-defaults-mode-browser": "^2.0.19", + "@smithy/util-defaults-mode-node": "^2.0.25", + "@smithy/util-endpoints": "^1.0.4", + "@smithy/util-retry": "^2.0.6", + "@smithy/util-utf8": "^2.0.2", "tslib": "^2.5.0", "uuid": "^8.3.2" }, diff --git a/clients/client-amplifyuibuilder/src/commands/CreateComponentCommand.ts b/clients/client-amplifyuibuilder/src/commands/CreateComponentCommand.ts index 856b52d005f5..6bf547fb1b98 100644 --- a/clients/client-amplifyuibuilder/src/commands/CreateComponentCommand.ts +++ b/clients/client-amplifyuibuilder/src/commands/CreateComponentCommand.ts @@ -517,9 +517,6 @@ export class CreateComponentCommand extends $Command< CreateComponentCommandOutput, AmplifyUIBuilderClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -533,9 +530,7 @@ export class CreateComponentCommand extends $Command< * @public */ constructor(readonly input: CreateComponentCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -588,7 +583,4 @@ export class CreateComponentCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateComponentCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-amplifyuibuilder/src/commands/CreateFormCommand.ts b/clients/client-amplifyuibuilder/src/commands/CreateFormCommand.ts index 7200255f0b87..811e89925bce 100644 --- a/clients/client-amplifyuibuilder/src/commands/CreateFormCommand.ts +++ b/clients/client-amplifyuibuilder/src/commands/CreateFormCommand.ts @@ -395,9 +395,6 @@ export class CreateFormCommand extends $Command< CreateFormCommandOutput, AmplifyUIBuilderClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -411,9 +408,7 @@ export class CreateFormCommand extends $Command< * @public */ constructor(readonly input: CreateFormCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -464,7 +459,4 @@ export class CreateFormCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateFormCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-amplifyuibuilder/src/commands/CreateThemeCommand.ts b/clients/client-amplifyuibuilder/src/commands/CreateThemeCommand.ts index 6de3e27e64f8..9ecfb25a3d47 100644 --- a/clients/client-amplifyuibuilder/src/commands/CreateThemeCommand.ts +++ b/clients/client-amplifyuibuilder/src/commands/CreateThemeCommand.ts @@ -137,9 +137,6 @@ export class CreateThemeCommand extends $Command< CreateThemeCommandOutput, AmplifyUIBuilderClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -153,9 +150,7 @@ export class CreateThemeCommand extends $Command< * @public */ constructor(readonly input: CreateThemeCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -206,7 +201,4 @@ export class CreateThemeCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateThemeCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-amplifyuibuilder/src/commands/DeleteComponentCommand.ts b/clients/client-amplifyuibuilder/src/commands/DeleteComponentCommand.ts index 8489a2780176..5f9ebf56691f 100644 --- a/clients/client-amplifyuibuilder/src/commands/DeleteComponentCommand.ts +++ b/clients/client-amplifyuibuilder/src/commands/DeleteComponentCommand.ts @@ -79,9 +79,6 @@ export class DeleteComponentCommand extends $Command< DeleteComponentCommandOutput, AmplifyUIBuilderClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -95,9 +92,7 @@ export class DeleteComponentCommand extends $Command< * @public */ constructor(readonly input: DeleteComponentCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -150,7 +145,4 @@ export class DeleteComponentCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteComponentCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-amplifyuibuilder/src/commands/DeleteFormCommand.ts b/clients/client-amplifyuibuilder/src/commands/DeleteFormCommand.ts index a45e62b5736b..3a6a24250e65 100644 --- a/clients/client-amplifyuibuilder/src/commands/DeleteFormCommand.ts +++ b/clients/client-amplifyuibuilder/src/commands/DeleteFormCommand.ts @@ -79,9 +79,6 @@ export class DeleteFormCommand extends $Command< DeleteFormCommandOutput, AmplifyUIBuilderClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -95,9 +92,7 @@ export class DeleteFormCommand extends $Command< * @public */ constructor(readonly input: DeleteFormCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -148,7 +143,4 @@ export class DeleteFormCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteFormCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-amplifyuibuilder/src/commands/DeleteThemeCommand.ts b/clients/client-amplifyuibuilder/src/commands/DeleteThemeCommand.ts index f6cb3f800cd9..1a37619b2182 100644 --- a/clients/client-amplifyuibuilder/src/commands/DeleteThemeCommand.ts +++ b/clients/client-amplifyuibuilder/src/commands/DeleteThemeCommand.ts @@ -79,9 +79,6 @@ export class DeleteThemeCommand extends $Command< DeleteThemeCommandOutput, AmplifyUIBuilderClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -95,9 +92,7 @@ export class DeleteThemeCommand extends $Command< * @public */ constructor(readonly input: DeleteThemeCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -148,7 +143,4 @@ export class DeleteThemeCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteThemeCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-amplifyuibuilder/src/commands/ExchangeCodeForTokenCommand.ts b/clients/client-amplifyuibuilder/src/commands/ExchangeCodeForTokenCommand.ts index c7372b1da8b5..2421c81e7d05 100644 --- a/clients/client-amplifyuibuilder/src/commands/ExchangeCodeForTokenCommand.ts +++ b/clients/client-amplifyuibuilder/src/commands/ExchangeCodeForTokenCommand.ts @@ -88,9 +88,6 @@ export class ExchangeCodeForTokenCommand extends $Command< ExchangeCodeForTokenCommandOutput, AmplifyUIBuilderClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -104,9 +101,7 @@ export class ExchangeCodeForTokenCommand extends $Command< * @public */ constructor(readonly input: ExchangeCodeForTokenCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -159,7 +154,4 @@ export class ExchangeCodeForTokenCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ExchangeCodeForTokenCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-amplifyuibuilder/src/commands/ExportComponentsCommand.ts b/clients/client-amplifyuibuilder/src/commands/ExportComponentsCommand.ts index 10e6dff7536b..eb4b31146f8c 100644 --- a/clients/client-amplifyuibuilder/src/commands/ExportComponentsCommand.ts +++ b/clients/client-amplifyuibuilder/src/commands/ExportComponentsCommand.ts @@ -299,9 +299,6 @@ export class ExportComponentsCommand extends $Command< ExportComponentsCommandOutput, AmplifyUIBuilderClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -315,9 +312,7 @@ export class ExportComponentsCommand extends $Command< * @public */ constructor(readonly input: ExportComponentsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -370,7 +365,4 @@ export class ExportComponentsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ExportComponentsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-amplifyuibuilder/src/commands/ExportFormsCommand.ts b/clients/client-amplifyuibuilder/src/commands/ExportFormsCommand.ts index 00bf276c8576..5a0db2564ab5 100644 --- a/clients/client-amplifyuibuilder/src/commands/ExportFormsCommand.ts +++ b/clients/client-amplifyuibuilder/src/commands/ExportFormsCommand.ts @@ -237,9 +237,6 @@ export class ExportFormsCommand extends $Command< ExportFormsCommandOutput, AmplifyUIBuilderClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -253,9 +250,7 @@ export class ExportFormsCommand extends $Command< * @public */ constructor(readonly input: ExportFormsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -306,7 +301,4 @@ export class ExportFormsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ExportFormsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-amplifyuibuilder/src/commands/ExportThemesCommand.ts b/clients/client-amplifyuibuilder/src/commands/ExportThemesCommand.ts index f874115dfc88..d9d0e082007f 100644 --- a/clients/client-amplifyuibuilder/src/commands/ExportThemesCommand.ts +++ b/clients/client-amplifyuibuilder/src/commands/ExportThemesCommand.ts @@ -109,9 +109,6 @@ export class ExportThemesCommand extends $Command< ExportThemesCommandOutput, AmplifyUIBuilderClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -125,9 +122,7 @@ export class ExportThemesCommand extends $Command< * @public */ constructor(readonly input: ExportThemesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -178,7 +173,4 @@ export class ExportThemesCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ExportThemesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-amplifyuibuilder/src/commands/GetCodegenJobCommand.ts b/clients/client-amplifyuibuilder/src/commands/GetCodegenJobCommand.ts index 1fc603264a99..9ac547e552e8 100644 --- a/clients/client-amplifyuibuilder/src/commands/GetCodegenJobCommand.ts +++ b/clients/client-amplifyuibuilder/src/commands/GetCodegenJobCommand.ts @@ -204,9 +204,6 @@ export class GetCodegenJobCommand extends $Command< GetCodegenJobCommandOutput, AmplifyUIBuilderClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -220,9 +217,7 @@ export class GetCodegenJobCommand extends $Command< * @public */ constructor(readonly input: GetCodegenJobCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -273,7 +268,4 @@ export class GetCodegenJobCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetCodegenJobCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-amplifyuibuilder/src/commands/GetComponentCommand.ts b/clients/client-amplifyuibuilder/src/commands/GetComponentCommand.ts index 153955c7ba3c..bae9913ab1f9 100644 --- a/clients/client-amplifyuibuilder/src/commands/GetComponentCommand.ts +++ b/clients/client-amplifyuibuilder/src/commands/GetComponentCommand.ts @@ -299,9 +299,6 @@ export class GetComponentCommand extends $Command< GetComponentCommandOutput, AmplifyUIBuilderClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -315,9 +312,7 @@ export class GetComponentCommand extends $Command< * @public */ constructor(readonly input: GetComponentCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -368,7 +363,4 @@ export class GetComponentCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetComponentCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-amplifyuibuilder/src/commands/GetFormCommand.ts b/clients/client-amplifyuibuilder/src/commands/GetFormCommand.ts index d2f8a2b90011..9c7e12318f13 100644 --- a/clients/client-amplifyuibuilder/src/commands/GetFormCommand.ts +++ b/clients/client-amplifyuibuilder/src/commands/GetFormCommand.ts @@ -237,9 +237,6 @@ export class GetFormCommand extends $Command< GetFormCommandOutput, AmplifyUIBuilderClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -253,9 +250,7 @@ export class GetFormCommand extends $Command< * @public */ constructor(readonly input: GetFormCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -306,7 +301,4 @@ export class GetFormCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetFormCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-amplifyuibuilder/src/commands/GetMetadataCommand.ts b/clients/client-amplifyuibuilder/src/commands/GetMetadataCommand.ts index 0e3bccccec78..9eeb9cc1d07d 100644 --- a/clients/client-amplifyuibuilder/src/commands/GetMetadataCommand.ts +++ b/clients/client-amplifyuibuilder/src/commands/GetMetadataCommand.ts @@ -79,9 +79,6 @@ export class GetMetadataCommand extends $Command< GetMetadataCommandOutput, AmplifyUIBuilderClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -95,9 +92,7 @@ export class GetMetadataCommand extends $Command< * @public */ constructor(readonly input: GetMetadataCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -148,7 +143,4 @@ export class GetMetadataCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetMetadataCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-amplifyuibuilder/src/commands/GetThemeCommand.ts b/clients/client-amplifyuibuilder/src/commands/GetThemeCommand.ts index 0b8974334e59..8ab228b57611 100644 --- a/clients/client-amplifyuibuilder/src/commands/GetThemeCommand.ts +++ b/clients/client-amplifyuibuilder/src/commands/GetThemeCommand.ts @@ -109,9 +109,6 @@ export class GetThemeCommand extends $Command< GetThemeCommandOutput, AmplifyUIBuilderClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -125,9 +122,7 @@ export class GetThemeCommand extends $Command< * @public */ constructor(readonly input: GetThemeCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -178,7 +173,4 @@ export class GetThemeCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetThemeCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-amplifyuibuilder/src/commands/ListCodegenJobsCommand.ts b/clients/client-amplifyuibuilder/src/commands/ListCodegenJobsCommand.ts index 689252b300e0..15cdf9b1988f 100644 --- a/clients/client-amplifyuibuilder/src/commands/ListCodegenJobsCommand.ts +++ b/clients/client-amplifyuibuilder/src/commands/ListCodegenJobsCommand.ts @@ -91,9 +91,6 @@ export class ListCodegenJobsCommand extends $Command< ListCodegenJobsCommandOutput, AmplifyUIBuilderClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -107,9 +104,7 @@ export class ListCodegenJobsCommand extends $Command< * @public */ constructor(readonly input: ListCodegenJobsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -162,7 +157,4 @@ export class ListCodegenJobsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListCodegenJobsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-amplifyuibuilder/src/commands/ListComponentsCommand.ts b/clients/client-amplifyuibuilder/src/commands/ListComponentsCommand.ts index 973a66047165..bea981264c29 100644 --- a/clients/client-amplifyuibuilder/src/commands/ListComponentsCommand.ts +++ b/clients/client-amplifyuibuilder/src/commands/ListComponentsCommand.ts @@ -89,9 +89,6 @@ export class ListComponentsCommand extends $Command< ListComponentsCommandOutput, AmplifyUIBuilderClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -105,9 +102,7 @@ export class ListComponentsCommand extends $Command< * @public */ constructor(readonly input: ListComponentsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -160,7 +155,4 @@ export class ListComponentsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListComponentsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-amplifyuibuilder/src/commands/ListFormsCommand.ts b/clients/client-amplifyuibuilder/src/commands/ListFormsCommand.ts index 482082130a87..044972e97d1d 100644 --- a/clients/client-amplifyuibuilder/src/commands/ListFormsCommand.ts +++ b/clients/client-amplifyuibuilder/src/commands/ListFormsCommand.ts @@ -92,9 +92,6 @@ export class ListFormsCommand extends $Command< ListFormsCommandOutput, AmplifyUIBuilderClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -108,9 +105,7 @@ export class ListFormsCommand extends $Command< * @public */ constructor(readonly input: ListFormsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -161,7 +156,4 @@ export class ListFormsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListFormsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-amplifyuibuilder/src/commands/ListThemesCommand.ts b/clients/client-amplifyuibuilder/src/commands/ListThemesCommand.ts index 33e5635afca8..c42548cc8d2b 100644 --- a/clients/client-amplifyuibuilder/src/commands/ListThemesCommand.ts +++ b/clients/client-amplifyuibuilder/src/commands/ListThemesCommand.ts @@ -88,9 +88,6 @@ export class ListThemesCommand extends $Command< ListThemesCommandOutput, AmplifyUIBuilderClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -104,9 +101,7 @@ export class ListThemesCommand extends $Command< * @public */ constructor(readonly input: ListThemesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -157,7 +152,4 @@ export class ListThemesCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListThemesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-amplifyuibuilder/src/commands/PutMetadataFlagCommand.ts b/clients/client-amplifyuibuilder/src/commands/PutMetadataFlagCommand.ts index e26fd3ef50ac..58968332e7ce 100644 --- a/clients/client-amplifyuibuilder/src/commands/PutMetadataFlagCommand.ts +++ b/clients/client-amplifyuibuilder/src/commands/PutMetadataFlagCommand.ts @@ -79,9 +79,6 @@ export class PutMetadataFlagCommand extends $Command< PutMetadataFlagCommandOutput, AmplifyUIBuilderClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -95,9 +92,7 @@ export class PutMetadataFlagCommand extends $Command< * @public */ constructor(readonly input: PutMetadataFlagCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -150,7 +145,4 @@ export class PutMetadataFlagCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_PutMetadataFlagCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-amplifyuibuilder/src/commands/RefreshTokenCommand.ts b/clients/client-amplifyuibuilder/src/commands/RefreshTokenCommand.ts index 09f7a9534c26..f88cfbee2ec5 100644 --- a/clients/client-amplifyuibuilder/src/commands/RefreshTokenCommand.ts +++ b/clients/client-amplifyuibuilder/src/commands/RefreshTokenCommand.ts @@ -86,9 +86,6 @@ export class RefreshTokenCommand extends $Command< RefreshTokenCommandOutput, AmplifyUIBuilderClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -102,9 +99,7 @@ export class RefreshTokenCommand extends $Command< * @public */ constructor(readonly input: RefreshTokenCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -155,7 +150,4 @@ export class RefreshTokenCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_RefreshTokenCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-amplifyuibuilder/src/commands/StartCodegenJobCommand.ts b/clients/client-amplifyuibuilder/src/commands/StartCodegenJobCommand.ts index adf53e3f078e..df93a3fb3d11 100644 --- a/clients/client-amplifyuibuilder/src/commands/StartCodegenJobCommand.ts +++ b/clients/client-amplifyuibuilder/src/commands/StartCodegenJobCommand.ts @@ -304,9 +304,6 @@ export class StartCodegenJobCommand extends $Command< StartCodegenJobCommandOutput, AmplifyUIBuilderClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -320,9 +317,7 @@ export class StartCodegenJobCommand extends $Command< * @public */ constructor(readonly input: StartCodegenJobCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -375,7 +370,4 @@ export class StartCodegenJobCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_StartCodegenJobCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-amplifyuibuilder/src/commands/UpdateComponentCommand.ts b/clients/client-amplifyuibuilder/src/commands/UpdateComponentCommand.ts index e0330a806f24..f1ff200f7ca3 100644 --- a/clients/client-amplifyuibuilder/src/commands/UpdateComponentCommand.ts +++ b/clients/client-amplifyuibuilder/src/commands/UpdateComponentCommand.ts @@ -512,9 +512,6 @@ export class UpdateComponentCommand extends $Command< UpdateComponentCommandOutput, AmplifyUIBuilderClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -528,9 +525,7 @@ export class UpdateComponentCommand extends $Command< * @public */ constructor(readonly input: UpdateComponentCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -583,7 +578,4 @@ export class UpdateComponentCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdateComponentCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-amplifyuibuilder/src/commands/UpdateFormCommand.ts b/clients/client-amplifyuibuilder/src/commands/UpdateFormCommand.ts index 11ce5f817593..8385fc81e258 100644 --- a/clients/client-amplifyuibuilder/src/commands/UpdateFormCommand.ts +++ b/clients/client-amplifyuibuilder/src/commands/UpdateFormCommand.ts @@ -389,9 +389,6 @@ export class UpdateFormCommand extends $Command< UpdateFormCommandOutput, AmplifyUIBuilderClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -405,9 +402,7 @@ export class UpdateFormCommand extends $Command< * @public */ constructor(readonly input: UpdateFormCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -458,7 +453,4 @@ export class UpdateFormCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdateFormCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-amplifyuibuilder/src/commands/UpdateThemeCommand.ts b/clients/client-amplifyuibuilder/src/commands/UpdateThemeCommand.ts index ff627e8d70dc..529b4d3cc49b 100644 --- a/clients/client-amplifyuibuilder/src/commands/UpdateThemeCommand.ts +++ b/clients/client-amplifyuibuilder/src/commands/UpdateThemeCommand.ts @@ -132,9 +132,6 @@ export class UpdateThemeCommand extends $Command< UpdateThemeCommandOutput, AmplifyUIBuilderClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -148,9 +145,7 @@ export class UpdateThemeCommand extends $Command< * @public */ constructor(readonly input: UpdateThemeCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -201,7 +196,4 @@ export class UpdateThemeCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdateThemeCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-api-gateway/package.json b/clients/client-api-gateway/package.json index fe42f43f5fb4..0094e0e5b778 100644 --- a/clients/client-api-gateway/package.json +++ b/clients/client-api-gateway/package.json @@ -35,30 +35,30 @@ "@aws-sdk/util-endpoints": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@smithy/config-resolver": "^2.0.16", - "@smithy/fetch-http-handler": "^2.2.4", - "@smithy/hash-node": "^2.0.12", - "@smithy/invalid-dependency": "^2.0.12", - "@smithy/middleware-content-length": "^2.0.14", - "@smithy/middleware-endpoint": "^2.1.3", - "@smithy/middleware-retry": "^2.0.18", - "@smithy/middleware-serde": "^2.0.12", - "@smithy/middleware-stack": "^2.0.6", - "@smithy/node-config-provider": "^2.1.3", - "@smithy/node-http-handler": "^2.1.8", - "@smithy/protocol-http": "^3.0.8", - "@smithy/smithy-client": "^2.1.12", - "@smithy/types": "^2.4.0", - "@smithy/url-parser": "^2.0.12", - "@smithy/util-base64": "^2.0.0", + "@smithy/config-resolver": "^2.0.18", + "@smithy/fetch-http-handler": "^2.2.6", + "@smithy/hash-node": "^2.0.15", + "@smithy/invalid-dependency": "^2.0.13", + "@smithy/middleware-content-length": "^2.0.15", + "@smithy/middleware-endpoint": "^2.2.0", + "@smithy/middleware-retry": "^2.0.20", + "@smithy/middleware-serde": "^2.0.13", + "@smithy/middleware-stack": "^2.0.7", + "@smithy/node-config-provider": "^2.1.5", + "@smithy/node-http-handler": "^2.1.9", + "@smithy/protocol-http": "^3.0.9", + "@smithy/smithy-client": "^2.1.15", + "@smithy/types": "^2.5.0", + "@smithy/url-parser": "^2.0.13", + "@smithy/util-base64": "^2.0.1", "@smithy/util-body-length-browser": "^2.0.0", "@smithy/util-body-length-node": "^2.1.0", - "@smithy/util-defaults-mode-browser": "^2.0.16", - "@smithy/util-defaults-mode-node": "^2.0.21", - "@smithy/util-endpoints": "^1.0.2", - "@smithy/util-retry": "^2.0.5", - "@smithy/util-stream": "^2.0.17", - "@smithy/util-utf8": "^2.0.0", + "@smithy/util-defaults-mode-browser": "^2.0.19", + "@smithy/util-defaults-mode-node": "^2.0.25", + "@smithy/util-endpoints": "^1.0.4", + "@smithy/util-retry": "^2.0.6", + "@smithy/util-stream": "^2.0.20", + "@smithy/util-utf8": "^2.0.2", "tslib": "^2.5.0" }, "devDependencies": { diff --git a/clients/client-api-gateway/src/commands/CreateApiKeyCommand.ts b/clients/client-api-gateway/src/commands/CreateApiKeyCommand.ts index 07d0078849fe..76dfaa82ecf2 100644 --- a/clients/client-api-gateway/src/commands/CreateApiKeyCommand.ts +++ b/clients/client-api-gateway/src/commands/CreateApiKeyCommand.ts @@ -115,9 +115,6 @@ export class CreateApiKeyCommand extends $Command< CreateApiKeyCommandOutput, APIGatewayClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -131,9 +128,7 @@ export class CreateApiKeyCommand extends $Command< * @public */ constructor(readonly input: CreateApiKeyCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -184,7 +179,4 @@ export class CreateApiKeyCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateApiKeyCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-api-gateway/src/commands/CreateAuthorizerCommand.ts b/clients/client-api-gateway/src/commands/CreateAuthorizerCommand.ts index 08a2488a2400..fba89195960f 100644 --- a/clients/client-api-gateway/src/commands/CreateAuthorizerCommand.ts +++ b/clients/client-api-gateway/src/commands/CreateAuthorizerCommand.ts @@ -110,9 +110,6 @@ export class CreateAuthorizerCommand extends $Command< CreateAuthorizerCommandOutput, APIGatewayClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -126,9 +123,7 @@ export class CreateAuthorizerCommand extends $Command< * @public */ constructor(readonly input: CreateAuthorizerCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -181,7 +176,4 @@ export class CreateAuthorizerCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateAuthorizerCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-api-gateway/src/commands/CreateBasePathMappingCommand.ts b/clients/client-api-gateway/src/commands/CreateBasePathMappingCommand.ts index 3cda9503bd59..3d3c1eb95c92 100644 --- a/clients/client-api-gateway/src/commands/CreateBasePathMappingCommand.ts +++ b/clients/client-api-gateway/src/commands/CreateBasePathMappingCommand.ts @@ -93,9 +93,6 @@ export class CreateBasePathMappingCommand extends $Command< CreateBasePathMappingCommandOutput, APIGatewayClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -109,9 +106,7 @@ export class CreateBasePathMappingCommand extends $Command< * @public */ constructor(readonly input: CreateBasePathMappingCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -164,7 +159,4 @@ export class CreateBasePathMappingCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateBasePathMappingCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-api-gateway/src/commands/CreateDeploymentCommand.ts b/clients/client-api-gateway/src/commands/CreateDeploymentCommand.ts index 6f391c729b78..51437788e40d 100644 --- a/clients/client-api-gateway/src/commands/CreateDeploymentCommand.ts +++ b/clients/client-api-gateway/src/commands/CreateDeploymentCommand.ts @@ -117,9 +117,6 @@ export class CreateDeploymentCommand extends $Command< CreateDeploymentCommandOutput, APIGatewayClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -133,9 +130,7 @@ export class CreateDeploymentCommand extends $Command< * @public */ constructor(readonly input: CreateDeploymentCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -188,7 +183,4 @@ export class CreateDeploymentCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateDeploymentCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-api-gateway/src/commands/CreateDocumentationPartCommand.ts b/clients/client-api-gateway/src/commands/CreateDocumentationPartCommand.ts index 78b02ec56536..6f42f1ead352 100644 --- a/clients/client-api-gateway/src/commands/CreateDocumentationPartCommand.ts +++ b/clients/client-api-gateway/src/commands/CreateDocumentationPartCommand.ts @@ -104,9 +104,6 @@ export class CreateDocumentationPartCommand extends $Command< CreateDocumentationPartCommandOutput, APIGatewayClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -120,9 +117,7 @@ export class CreateDocumentationPartCommand extends $Command< * @public */ constructor(readonly input: CreateDocumentationPartCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -175,7 +170,4 @@ export class CreateDocumentationPartCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateDocumentationPartCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-api-gateway/src/commands/CreateDocumentationVersionCommand.ts b/clients/client-api-gateway/src/commands/CreateDocumentationVersionCommand.ts index 066deed0368b..9eeb815f9f91 100644 --- a/clients/client-api-gateway/src/commands/CreateDocumentationVersionCommand.ts +++ b/clients/client-api-gateway/src/commands/CreateDocumentationVersionCommand.ts @@ -93,9 +93,6 @@ export class CreateDocumentationVersionCommand extends $Command< CreateDocumentationVersionCommandOutput, APIGatewayClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -109,9 +106,7 @@ export class CreateDocumentationVersionCommand extends $Command< * @public */ constructor(readonly input: CreateDocumentationVersionCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -167,7 +162,4 @@ export class CreateDocumentationVersionCommand extends $Command< ): Promise { return de_CreateDocumentationVersionCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-api-gateway/src/commands/CreateDomainNameCommand.ts b/clients/client-api-gateway/src/commands/CreateDomainNameCommand.ts index f6e9a229de0e..4c98bdfea0fa 100644 --- a/clients/client-api-gateway/src/commands/CreateDomainNameCommand.ts +++ b/clients/client-api-gateway/src/commands/CreateDomainNameCommand.ts @@ -140,9 +140,6 @@ export class CreateDomainNameCommand extends $Command< CreateDomainNameCommandOutput, APIGatewayClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -156,9 +153,7 @@ export class CreateDomainNameCommand extends $Command< * @public */ constructor(readonly input: CreateDomainNameCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -211,7 +206,4 @@ export class CreateDomainNameCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateDomainNameCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-api-gateway/src/commands/CreateModelCommand.ts b/clients/client-api-gateway/src/commands/CreateModelCommand.ts index 76db39c65046..ad41cb42f31d 100644 --- a/clients/client-api-gateway/src/commands/CreateModelCommand.ts +++ b/clients/client-api-gateway/src/commands/CreateModelCommand.ts @@ -96,9 +96,6 @@ export class CreateModelCommand extends $Command< CreateModelCommandOutput, APIGatewayClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -112,9 +109,7 @@ export class CreateModelCommand extends $Command< * @public */ constructor(readonly input: CreateModelCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -165,7 +160,4 @@ export class CreateModelCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateModelCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-api-gateway/src/commands/CreateRequestValidatorCommand.ts b/clients/client-api-gateway/src/commands/CreateRequestValidatorCommand.ts index af42c84d6e01..b5b44e216ecf 100644 --- a/clients/client-api-gateway/src/commands/CreateRequestValidatorCommand.ts +++ b/clients/client-api-gateway/src/commands/CreateRequestValidatorCommand.ts @@ -94,9 +94,6 @@ export class CreateRequestValidatorCommand extends $Command< CreateRequestValidatorCommandOutput, APIGatewayClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -110,9 +107,7 @@ export class CreateRequestValidatorCommand extends $Command< * @public */ constructor(readonly input: CreateRequestValidatorCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -165,7 +160,4 @@ export class CreateRequestValidatorCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateRequestValidatorCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-api-gateway/src/commands/CreateResourceCommand.ts b/clients/client-api-gateway/src/commands/CreateResourceCommand.ts index b4382019492f..f2c3dc5235a5 100644 --- a/clients/client-api-gateway/src/commands/CreateResourceCommand.ts +++ b/clients/client-api-gateway/src/commands/CreateResourceCommand.ts @@ -152,9 +152,6 @@ export class CreateResourceCommand extends $Command< CreateResourceCommandOutput, APIGatewayClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -168,9 +165,7 @@ export class CreateResourceCommand extends $Command< * @public */ constructor(readonly input: CreateResourceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -223,7 +218,4 @@ export class CreateResourceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateResourceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-api-gateway/src/commands/CreateRestApiCommand.ts b/clients/client-api-gateway/src/commands/CreateRestApiCommand.ts index ba630045dc4b..eedbe6adf28f 100644 --- a/clients/client-api-gateway/src/commands/CreateRestApiCommand.ts +++ b/clients/client-api-gateway/src/commands/CreateRestApiCommand.ts @@ -132,9 +132,6 @@ export class CreateRestApiCommand extends $Command< CreateRestApiCommandOutput, APIGatewayClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -148,9 +145,7 @@ export class CreateRestApiCommand extends $Command< * @public */ constructor(readonly input: CreateRestApiCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -201,7 +196,4 @@ export class CreateRestApiCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateRestApiCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-api-gateway/src/commands/CreateStageCommand.ts b/clients/client-api-gateway/src/commands/CreateStageCommand.ts index bda6a3b89fe7..0d7f851b5e17 100644 --- a/clients/client-api-gateway/src/commands/CreateStageCommand.ts +++ b/clients/client-api-gateway/src/commands/CreateStageCommand.ts @@ -152,9 +152,6 @@ export class CreateStageCommand extends $Command< CreateStageCommandOutput, APIGatewayClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -168,9 +165,7 @@ export class CreateStageCommand extends $Command< * @public */ constructor(readonly input: CreateStageCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -221,7 +216,4 @@ export class CreateStageCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateStageCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-api-gateway/src/commands/CreateUsagePlanCommand.ts b/clients/client-api-gateway/src/commands/CreateUsagePlanCommand.ts index 720a9645cefa..f7b8200001f6 100644 --- a/clients/client-api-gateway/src/commands/CreateUsagePlanCommand.ts +++ b/clients/client-api-gateway/src/commands/CreateUsagePlanCommand.ts @@ -140,9 +140,6 @@ export class CreateUsagePlanCommand extends $Command< CreateUsagePlanCommandOutput, APIGatewayClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -156,9 +153,7 @@ export class CreateUsagePlanCommand extends $Command< * @public */ constructor(readonly input: CreateUsagePlanCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -211,7 +206,4 @@ export class CreateUsagePlanCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateUsagePlanCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-api-gateway/src/commands/CreateUsagePlanKeyCommand.ts b/clients/client-api-gateway/src/commands/CreateUsagePlanKeyCommand.ts index e963bbec7e0f..258960dd6c53 100644 --- a/clients/client-api-gateway/src/commands/CreateUsagePlanKeyCommand.ts +++ b/clients/client-api-gateway/src/commands/CreateUsagePlanKeyCommand.ts @@ -93,9 +93,6 @@ export class CreateUsagePlanKeyCommand extends $Command< CreateUsagePlanKeyCommandOutput, APIGatewayClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -109,9 +106,7 @@ export class CreateUsagePlanKeyCommand extends $Command< * @public */ constructor(readonly input: CreateUsagePlanKeyCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -164,7 +159,4 @@ export class CreateUsagePlanKeyCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateUsagePlanKeyCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-api-gateway/src/commands/CreateVpcLinkCommand.ts b/clients/client-api-gateway/src/commands/CreateVpcLinkCommand.ts index 3c7a6324927b..a01e47a48e22 100644 --- a/clients/client-api-gateway/src/commands/CreateVpcLinkCommand.ts +++ b/clients/client-api-gateway/src/commands/CreateVpcLinkCommand.ts @@ -102,9 +102,6 @@ export class CreateVpcLinkCommand extends $Command< CreateVpcLinkCommandOutput, APIGatewayClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -118,9 +115,7 @@ export class CreateVpcLinkCommand extends $Command< * @public */ constructor(readonly input: CreateVpcLinkCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -171,7 +166,4 @@ export class CreateVpcLinkCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateVpcLinkCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-api-gateway/src/commands/DeleteApiKeyCommand.ts b/clients/client-api-gateway/src/commands/DeleteApiKeyCommand.ts index cd20b7dcf590..b8ec15418f51 100644 --- a/clients/client-api-gateway/src/commands/DeleteApiKeyCommand.ts +++ b/clients/client-api-gateway/src/commands/DeleteApiKeyCommand.ts @@ -83,9 +83,6 @@ export class DeleteApiKeyCommand extends $Command< DeleteApiKeyCommandOutput, APIGatewayClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -99,9 +96,7 @@ export class DeleteApiKeyCommand extends $Command< * @public */ constructor(readonly input: DeleteApiKeyCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -152,7 +147,4 @@ export class DeleteApiKeyCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteApiKeyCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-api-gateway/src/commands/DeleteAuthorizerCommand.ts b/clients/client-api-gateway/src/commands/DeleteAuthorizerCommand.ts index ffc5d45f6a47..37af2e7098de 100644 --- a/clients/client-api-gateway/src/commands/DeleteAuthorizerCommand.ts +++ b/clients/client-api-gateway/src/commands/DeleteAuthorizerCommand.ts @@ -84,9 +84,6 @@ export class DeleteAuthorizerCommand extends $Command< DeleteAuthorizerCommandOutput, APIGatewayClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -100,9 +97,7 @@ export class DeleteAuthorizerCommand extends $Command< * @public */ constructor(readonly input: DeleteAuthorizerCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -155,7 +150,4 @@ export class DeleteAuthorizerCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteAuthorizerCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-api-gateway/src/commands/DeleteBasePathMappingCommand.ts b/clients/client-api-gateway/src/commands/DeleteBasePathMappingCommand.ts index 668f8c37bbd5..7e067949457e 100644 --- a/clients/client-api-gateway/src/commands/DeleteBasePathMappingCommand.ts +++ b/clients/client-api-gateway/src/commands/DeleteBasePathMappingCommand.ts @@ -84,9 +84,6 @@ export class DeleteBasePathMappingCommand extends $Command< DeleteBasePathMappingCommandOutput, APIGatewayClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -100,9 +97,7 @@ export class DeleteBasePathMappingCommand extends $Command< * @public */ constructor(readonly input: DeleteBasePathMappingCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -155,7 +150,4 @@ export class DeleteBasePathMappingCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteBasePathMappingCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-api-gateway/src/commands/DeleteClientCertificateCommand.ts b/clients/client-api-gateway/src/commands/DeleteClientCertificateCommand.ts index b88f9ed6c3d6..ce769077c833 100644 --- a/clients/client-api-gateway/src/commands/DeleteClientCertificateCommand.ts +++ b/clients/client-api-gateway/src/commands/DeleteClientCertificateCommand.ts @@ -83,9 +83,6 @@ export class DeleteClientCertificateCommand extends $Command< DeleteClientCertificateCommandOutput, APIGatewayClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -99,9 +96,7 @@ export class DeleteClientCertificateCommand extends $Command< * @public */ constructor(readonly input: DeleteClientCertificateCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -154,7 +149,4 @@ export class DeleteClientCertificateCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteClientCertificateCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-api-gateway/src/commands/DeleteDeploymentCommand.ts b/clients/client-api-gateway/src/commands/DeleteDeploymentCommand.ts index 7ff322953a6f..85975dce6900 100644 --- a/clients/client-api-gateway/src/commands/DeleteDeploymentCommand.ts +++ b/clients/client-api-gateway/src/commands/DeleteDeploymentCommand.ts @@ -87,9 +87,6 @@ export class DeleteDeploymentCommand extends $Command< DeleteDeploymentCommandOutput, APIGatewayClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -103,9 +100,7 @@ export class DeleteDeploymentCommand extends $Command< * @public */ constructor(readonly input: DeleteDeploymentCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -158,7 +153,4 @@ export class DeleteDeploymentCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteDeploymentCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-api-gateway/src/commands/DeleteDocumentationPartCommand.ts b/clients/client-api-gateway/src/commands/DeleteDocumentationPartCommand.ts index 32bf2cca9ec7..9a059944e671 100644 --- a/clients/client-api-gateway/src/commands/DeleteDocumentationPartCommand.ts +++ b/clients/client-api-gateway/src/commands/DeleteDocumentationPartCommand.ts @@ -84,9 +84,6 @@ export class DeleteDocumentationPartCommand extends $Command< DeleteDocumentationPartCommandOutput, APIGatewayClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -100,9 +97,7 @@ export class DeleteDocumentationPartCommand extends $Command< * @public */ constructor(readonly input: DeleteDocumentationPartCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -155,7 +150,4 @@ export class DeleteDocumentationPartCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteDocumentationPartCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-api-gateway/src/commands/DeleteDocumentationVersionCommand.ts b/clients/client-api-gateway/src/commands/DeleteDocumentationVersionCommand.ts index 9e141c5e2340..4587f6c1382a 100644 --- a/clients/client-api-gateway/src/commands/DeleteDocumentationVersionCommand.ts +++ b/clients/client-api-gateway/src/commands/DeleteDocumentationVersionCommand.ts @@ -84,9 +84,6 @@ export class DeleteDocumentationVersionCommand extends $Command< DeleteDocumentationVersionCommandOutput, APIGatewayClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -100,9 +97,7 @@ export class DeleteDocumentationVersionCommand extends $Command< * @public */ constructor(readonly input: DeleteDocumentationVersionCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -158,7 +153,4 @@ export class DeleteDocumentationVersionCommand extends $Command< ): Promise { return de_DeleteDocumentationVersionCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-api-gateway/src/commands/DeleteDomainNameCommand.ts b/clients/client-api-gateway/src/commands/DeleteDomainNameCommand.ts index 18bbf83c1e10..ac7cf5f79107 100644 --- a/clients/client-api-gateway/src/commands/DeleteDomainNameCommand.ts +++ b/clients/client-api-gateway/src/commands/DeleteDomainNameCommand.ts @@ -83,9 +83,6 @@ export class DeleteDomainNameCommand extends $Command< DeleteDomainNameCommandOutput, APIGatewayClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -99,9 +96,7 @@ export class DeleteDomainNameCommand extends $Command< * @public */ constructor(readonly input: DeleteDomainNameCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -154,7 +149,4 @@ export class DeleteDomainNameCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteDomainNameCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-api-gateway/src/commands/DeleteGatewayResponseCommand.ts b/clients/client-api-gateway/src/commands/DeleteGatewayResponseCommand.ts index 04f2f1c0e08f..a67c25386566 100644 --- a/clients/client-api-gateway/src/commands/DeleteGatewayResponseCommand.ts +++ b/clients/client-api-gateway/src/commands/DeleteGatewayResponseCommand.ts @@ -84,9 +84,6 @@ export class DeleteGatewayResponseCommand extends $Command< DeleteGatewayResponseCommandOutput, APIGatewayClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -100,9 +97,7 @@ export class DeleteGatewayResponseCommand extends $Command< * @public */ constructor(readonly input: DeleteGatewayResponseCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -155,7 +150,4 @@ export class DeleteGatewayResponseCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteGatewayResponseCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-api-gateway/src/commands/DeleteIntegrationCommand.ts b/clients/client-api-gateway/src/commands/DeleteIntegrationCommand.ts index f5c39fc6f735..7c55111067f3 100644 --- a/clients/client-api-gateway/src/commands/DeleteIntegrationCommand.ts +++ b/clients/client-api-gateway/src/commands/DeleteIntegrationCommand.ts @@ -85,9 +85,6 @@ export class DeleteIntegrationCommand extends $Command< DeleteIntegrationCommandOutput, APIGatewayClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -101,9 +98,7 @@ export class DeleteIntegrationCommand extends $Command< * @public */ constructor(readonly input: DeleteIntegrationCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -156,7 +151,4 @@ export class DeleteIntegrationCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteIntegrationCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-api-gateway/src/commands/DeleteIntegrationResponseCommand.ts b/clients/client-api-gateway/src/commands/DeleteIntegrationResponseCommand.ts index ca0525c2b95a..b4fee3c50ae6 100644 --- a/clients/client-api-gateway/src/commands/DeleteIntegrationResponseCommand.ts +++ b/clients/client-api-gateway/src/commands/DeleteIntegrationResponseCommand.ts @@ -86,9 +86,6 @@ export class DeleteIntegrationResponseCommand extends $Command< DeleteIntegrationResponseCommandOutput, APIGatewayClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -102,9 +99,7 @@ export class DeleteIntegrationResponseCommand extends $Command< * @public */ constructor(readonly input: DeleteIntegrationResponseCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -160,7 +155,4 @@ export class DeleteIntegrationResponseCommand extends $Command< ): Promise { return de_DeleteIntegrationResponseCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-api-gateway/src/commands/DeleteMethodCommand.ts b/clients/client-api-gateway/src/commands/DeleteMethodCommand.ts index 7e50ef766526..743e47e897c7 100644 --- a/clients/client-api-gateway/src/commands/DeleteMethodCommand.ts +++ b/clients/client-api-gateway/src/commands/DeleteMethodCommand.ts @@ -82,9 +82,6 @@ export class DeleteMethodCommand extends $Command< DeleteMethodCommandOutput, APIGatewayClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -98,9 +95,7 @@ export class DeleteMethodCommand extends $Command< * @public */ constructor(readonly input: DeleteMethodCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -151,7 +146,4 @@ export class DeleteMethodCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteMethodCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-api-gateway/src/commands/DeleteMethodResponseCommand.ts b/clients/client-api-gateway/src/commands/DeleteMethodResponseCommand.ts index 72513db2e6ff..95b409c13205 100644 --- a/clients/client-api-gateway/src/commands/DeleteMethodResponseCommand.ts +++ b/clients/client-api-gateway/src/commands/DeleteMethodResponseCommand.ts @@ -86,9 +86,6 @@ export class DeleteMethodResponseCommand extends $Command< DeleteMethodResponseCommandOutput, APIGatewayClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -102,9 +99,7 @@ export class DeleteMethodResponseCommand extends $Command< * @public */ constructor(readonly input: DeleteMethodResponseCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -157,7 +152,4 @@ export class DeleteMethodResponseCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteMethodResponseCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-api-gateway/src/commands/DeleteModelCommand.ts b/clients/client-api-gateway/src/commands/DeleteModelCommand.ts index 57807701b2e1..86f21c6dc9fa 100644 --- a/clients/client-api-gateway/src/commands/DeleteModelCommand.ts +++ b/clients/client-api-gateway/src/commands/DeleteModelCommand.ts @@ -84,9 +84,6 @@ export class DeleteModelCommand extends $Command< DeleteModelCommandOutput, APIGatewayClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -100,9 +97,7 @@ export class DeleteModelCommand extends $Command< * @public */ constructor(readonly input: DeleteModelCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -153,7 +148,4 @@ export class DeleteModelCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteModelCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-api-gateway/src/commands/DeleteRequestValidatorCommand.ts b/clients/client-api-gateway/src/commands/DeleteRequestValidatorCommand.ts index af4bb2ac8502..c994bf385e2e 100644 --- a/clients/client-api-gateway/src/commands/DeleteRequestValidatorCommand.ts +++ b/clients/client-api-gateway/src/commands/DeleteRequestValidatorCommand.ts @@ -84,9 +84,6 @@ export class DeleteRequestValidatorCommand extends $Command< DeleteRequestValidatorCommandOutput, APIGatewayClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -100,9 +97,7 @@ export class DeleteRequestValidatorCommand extends $Command< * @public */ constructor(readonly input: DeleteRequestValidatorCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -155,7 +150,4 @@ export class DeleteRequestValidatorCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteRequestValidatorCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-api-gateway/src/commands/DeleteResourceCommand.ts b/clients/client-api-gateway/src/commands/DeleteResourceCommand.ts index 942161c0fe32..481ea1bc4582 100644 --- a/clients/client-api-gateway/src/commands/DeleteResourceCommand.ts +++ b/clients/client-api-gateway/src/commands/DeleteResourceCommand.ts @@ -84,9 +84,6 @@ export class DeleteResourceCommand extends $Command< DeleteResourceCommandOutput, APIGatewayClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -100,9 +97,7 @@ export class DeleteResourceCommand extends $Command< * @public */ constructor(readonly input: DeleteResourceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -155,7 +150,4 @@ export class DeleteResourceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteResourceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-api-gateway/src/commands/DeleteRestApiCommand.ts b/clients/client-api-gateway/src/commands/DeleteRestApiCommand.ts index ca5ca5a3ebfd..56a5341213ac 100644 --- a/clients/client-api-gateway/src/commands/DeleteRestApiCommand.ts +++ b/clients/client-api-gateway/src/commands/DeleteRestApiCommand.ts @@ -83,9 +83,6 @@ export class DeleteRestApiCommand extends $Command< DeleteRestApiCommandOutput, APIGatewayClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -99,9 +96,7 @@ export class DeleteRestApiCommand extends $Command< * @public */ constructor(readonly input: DeleteRestApiCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -152,7 +147,4 @@ export class DeleteRestApiCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteRestApiCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-api-gateway/src/commands/DeleteStageCommand.ts b/clients/client-api-gateway/src/commands/DeleteStageCommand.ts index d4af302b558e..df98253e496e 100644 --- a/clients/client-api-gateway/src/commands/DeleteStageCommand.ts +++ b/clients/client-api-gateway/src/commands/DeleteStageCommand.ts @@ -87,9 +87,6 @@ export class DeleteStageCommand extends $Command< DeleteStageCommandOutput, APIGatewayClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -103,9 +100,7 @@ export class DeleteStageCommand extends $Command< * @public */ constructor(readonly input: DeleteStageCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -156,7 +151,4 @@ export class DeleteStageCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteStageCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-api-gateway/src/commands/DeleteUsagePlanCommand.ts b/clients/client-api-gateway/src/commands/DeleteUsagePlanCommand.ts index 2d8b1d82fc68..bba9b222d683 100644 --- a/clients/client-api-gateway/src/commands/DeleteUsagePlanCommand.ts +++ b/clients/client-api-gateway/src/commands/DeleteUsagePlanCommand.ts @@ -83,9 +83,6 @@ export class DeleteUsagePlanCommand extends $Command< DeleteUsagePlanCommandOutput, APIGatewayClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -99,9 +96,7 @@ export class DeleteUsagePlanCommand extends $Command< * @public */ constructor(readonly input: DeleteUsagePlanCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -154,7 +149,4 @@ export class DeleteUsagePlanCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteUsagePlanCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-api-gateway/src/commands/DeleteUsagePlanKeyCommand.ts b/clients/client-api-gateway/src/commands/DeleteUsagePlanKeyCommand.ts index aba086e25cc4..b346755b4813 100644 --- a/clients/client-api-gateway/src/commands/DeleteUsagePlanKeyCommand.ts +++ b/clients/client-api-gateway/src/commands/DeleteUsagePlanKeyCommand.ts @@ -84,9 +84,6 @@ export class DeleteUsagePlanKeyCommand extends $Command< DeleteUsagePlanKeyCommandOutput, APIGatewayClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -100,9 +97,7 @@ export class DeleteUsagePlanKeyCommand extends $Command< * @public */ constructor(readonly input: DeleteUsagePlanKeyCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -155,7 +150,4 @@ export class DeleteUsagePlanKeyCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteUsagePlanKeyCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-api-gateway/src/commands/DeleteVpcLinkCommand.ts b/clients/client-api-gateway/src/commands/DeleteVpcLinkCommand.ts index ee6b4c563a94..c64979364d65 100644 --- a/clients/client-api-gateway/src/commands/DeleteVpcLinkCommand.ts +++ b/clients/client-api-gateway/src/commands/DeleteVpcLinkCommand.ts @@ -83,9 +83,6 @@ export class DeleteVpcLinkCommand extends $Command< DeleteVpcLinkCommandOutput, APIGatewayClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -99,9 +96,7 @@ export class DeleteVpcLinkCommand extends $Command< * @public */ constructor(readonly input: DeleteVpcLinkCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -152,7 +147,4 @@ export class DeleteVpcLinkCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteVpcLinkCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-api-gateway/src/commands/FlushStageAuthorizersCacheCommand.ts b/clients/client-api-gateway/src/commands/FlushStageAuthorizersCacheCommand.ts index f231e62f616f..f7cb55304a7a 100644 --- a/clients/client-api-gateway/src/commands/FlushStageAuthorizersCacheCommand.ts +++ b/clients/client-api-gateway/src/commands/FlushStageAuthorizersCacheCommand.ts @@ -87,9 +87,6 @@ export class FlushStageAuthorizersCacheCommand extends $Command< FlushStageAuthorizersCacheCommandOutput, APIGatewayClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -103,9 +100,7 @@ export class FlushStageAuthorizersCacheCommand extends $Command< * @public */ constructor(readonly input: FlushStageAuthorizersCacheCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -161,7 +156,4 @@ export class FlushStageAuthorizersCacheCommand extends $Command< ): Promise { return de_FlushStageAuthorizersCacheCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-api-gateway/src/commands/FlushStageCacheCommand.ts b/clients/client-api-gateway/src/commands/FlushStageCacheCommand.ts index 882e814ffdec..8de12265fd71 100644 --- a/clients/client-api-gateway/src/commands/FlushStageCacheCommand.ts +++ b/clients/client-api-gateway/src/commands/FlushStageCacheCommand.ts @@ -87,9 +87,6 @@ export class FlushStageCacheCommand extends $Command< FlushStageCacheCommandOutput, APIGatewayClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -103,9 +100,7 @@ export class FlushStageCacheCommand extends $Command< * @public */ constructor(readonly input: FlushStageCacheCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -158,7 +153,4 @@ export class FlushStageCacheCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_FlushStageCacheCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-api-gateway/src/commands/GenerateClientCertificateCommand.ts b/clients/client-api-gateway/src/commands/GenerateClientCertificateCommand.ts index cc95b89cfd21..728122ddfd93 100644 --- a/clients/client-api-gateway/src/commands/GenerateClientCertificateCommand.ts +++ b/clients/client-api-gateway/src/commands/GenerateClientCertificateCommand.ts @@ -95,9 +95,6 @@ export class GenerateClientCertificateCommand extends $Command< GenerateClientCertificateCommandOutput, APIGatewayClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -111,9 +108,7 @@ export class GenerateClientCertificateCommand extends $Command< * @public */ constructor(readonly input: GenerateClientCertificateCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -169,7 +164,4 @@ export class GenerateClientCertificateCommand extends $Command< ): Promise { return de_GenerateClientCertificateCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-api-gateway/src/commands/GetAccountCommand.ts b/clients/client-api-gateway/src/commands/GetAccountCommand.ts index 28138d115324..50babf0ea1fb 100644 --- a/clients/client-api-gateway/src/commands/GetAccountCommand.ts +++ b/clients/client-api-gateway/src/commands/GetAccountCommand.ts @@ -88,9 +88,6 @@ export class GetAccountCommand extends $Command< GetAccountCommandOutput, APIGatewayClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -104,9 +101,7 @@ export class GetAccountCommand extends $Command< * @public */ constructor(readonly input: GetAccountCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -157,7 +152,4 @@ export class GetAccountCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetAccountCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-api-gateway/src/commands/GetApiKeyCommand.ts b/clients/client-api-gateway/src/commands/GetApiKeyCommand.ts index 4ac06c64d39b..580b01e1f747 100644 --- a/clients/client-api-gateway/src/commands/GetApiKeyCommand.ts +++ b/clients/client-api-gateway/src/commands/GetApiKeyCommand.ts @@ -96,9 +96,6 @@ export class GetApiKeyCommand extends $Command< GetApiKeyCommandOutput, APIGatewayClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -112,9 +109,7 @@ export class GetApiKeyCommand extends $Command< * @public */ constructor(readonly input: GetApiKeyCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -165,7 +160,4 @@ export class GetApiKeyCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetApiKeyCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-api-gateway/src/commands/GetApiKeysCommand.ts b/clients/client-api-gateway/src/commands/GetApiKeysCommand.ts index 427cee2edd49..a71d643c80d2 100644 --- a/clients/client-api-gateway/src/commands/GetApiKeysCommand.ts +++ b/clients/client-api-gateway/src/commands/GetApiKeysCommand.ts @@ -107,9 +107,6 @@ export class GetApiKeysCommand extends $Command< GetApiKeysCommandOutput, APIGatewayClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -123,9 +120,7 @@ export class GetApiKeysCommand extends $Command< * @public */ constructor(readonly input: GetApiKeysCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -176,7 +171,4 @@ export class GetApiKeysCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetApiKeysCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-api-gateway/src/commands/GetAuthorizerCommand.ts b/clients/client-api-gateway/src/commands/GetAuthorizerCommand.ts index 376d2f8df162..e681f7cee6fd 100644 --- a/clients/client-api-gateway/src/commands/GetAuthorizerCommand.ts +++ b/clients/client-api-gateway/src/commands/GetAuthorizerCommand.ts @@ -94,9 +94,6 @@ export class GetAuthorizerCommand extends $Command< GetAuthorizerCommandOutput, APIGatewayClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -110,9 +107,7 @@ export class GetAuthorizerCommand extends $Command< * @public */ constructor(readonly input: GetAuthorizerCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -163,7 +158,4 @@ export class GetAuthorizerCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetAuthorizerCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-api-gateway/src/commands/GetAuthorizersCommand.ts b/clients/client-api-gateway/src/commands/GetAuthorizersCommand.ts index df181f2e84b8..c275a637197c 100644 --- a/clients/client-api-gateway/src/commands/GetAuthorizersCommand.ts +++ b/clients/client-api-gateway/src/commands/GetAuthorizersCommand.ts @@ -100,9 +100,6 @@ export class GetAuthorizersCommand extends $Command< GetAuthorizersCommandOutput, APIGatewayClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -116,9 +113,7 @@ export class GetAuthorizersCommand extends $Command< * @public */ constructor(readonly input: GetAuthorizersCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -171,7 +166,4 @@ export class GetAuthorizersCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetAuthorizersCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-api-gateway/src/commands/GetBasePathMappingCommand.ts b/clients/client-api-gateway/src/commands/GetBasePathMappingCommand.ts index ef034f5a738f..e48e5f96078d 100644 --- a/clients/client-api-gateway/src/commands/GetBasePathMappingCommand.ts +++ b/clients/client-api-gateway/src/commands/GetBasePathMappingCommand.ts @@ -85,9 +85,6 @@ export class GetBasePathMappingCommand extends $Command< GetBasePathMappingCommandOutput, APIGatewayClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -101,9 +98,7 @@ export class GetBasePathMappingCommand extends $Command< * @public */ constructor(readonly input: GetBasePathMappingCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -156,7 +151,4 @@ export class GetBasePathMappingCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetBasePathMappingCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-api-gateway/src/commands/GetBasePathMappingsCommand.ts b/clients/client-api-gateway/src/commands/GetBasePathMappingsCommand.ts index 35fdd5a3319f..958ac8821854 100644 --- a/clients/client-api-gateway/src/commands/GetBasePathMappingsCommand.ts +++ b/clients/client-api-gateway/src/commands/GetBasePathMappingsCommand.ts @@ -91,9 +91,6 @@ export class GetBasePathMappingsCommand extends $Command< GetBasePathMappingsCommandOutput, APIGatewayClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -107,9 +104,7 @@ export class GetBasePathMappingsCommand extends $Command< * @public */ constructor(readonly input: GetBasePathMappingsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -162,7 +157,4 @@ export class GetBasePathMappingsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetBasePathMappingsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-api-gateway/src/commands/GetClientCertificateCommand.ts b/clients/client-api-gateway/src/commands/GetClientCertificateCommand.ts index 5face9ae53fc..2d2dc2159fba 100644 --- a/clients/client-api-gateway/src/commands/GetClientCertificateCommand.ts +++ b/clients/client-api-gateway/src/commands/GetClientCertificateCommand.ts @@ -89,9 +89,6 @@ export class GetClientCertificateCommand extends $Command< GetClientCertificateCommandOutput, APIGatewayClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -105,9 +102,7 @@ export class GetClientCertificateCommand extends $Command< * @public */ constructor(readonly input: GetClientCertificateCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -160,7 +155,4 @@ export class GetClientCertificateCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetClientCertificateCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-api-gateway/src/commands/GetClientCertificatesCommand.ts b/clients/client-api-gateway/src/commands/GetClientCertificatesCommand.ts index 3406b15fd2e2..36bb4db4401d 100644 --- a/clients/client-api-gateway/src/commands/GetClientCertificatesCommand.ts +++ b/clients/client-api-gateway/src/commands/GetClientCertificatesCommand.ts @@ -95,9 +95,6 @@ export class GetClientCertificatesCommand extends $Command< GetClientCertificatesCommandOutput, APIGatewayClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -111,9 +108,7 @@ export class GetClientCertificatesCommand extends $Command< * @public */ constructor(readonly input: GetClientCertificatesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -166,7 +161,4 @@ export class GetClientCertificatesCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetClientCertificatesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-api-gateway/src/commands/GetDeploymentCommand.ts b/clients/client-api-gateway/src/commands/GetDeploymentCommand.ts index 5afd52981c69..11ad740c2464 100644 --- a/clients/client-api-gateway/src/commands/GetDeploymentCommand.ts +++ b/clients/client-api-gateway/src/commands/GetDeploymentCommand.ts @@ -99,9 +99,6 @@ export class GetDeploymentCommand extends $Command< GetDeploymentCommandOutput, APIGatewayClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -115,9 +112,7 @@ export class GetDeploymentCommand extends $Command< * @public */ constructor(readonly input: GetDeploymentCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -168,7 +163,4 @@ export class GetDeploymentCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetDeploymentCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-api-gateway/src/commands/GetDeploymentsCommand.ts b/clients/client-api-gateway/src/commands/GetDeploymentsCommand.ts index 0a0b6436dfc4..f736030ca2fb 100644 --- a/clients/client-api-gateway/src/commands/GetDeploymentsCommand.ts +++ b/clients/client-api-gateway/src/commands/GetDeploymentsCommand.ts @@ -102,9 +102,6 @@ export class GetDeploymentsCommand extends $Command< GetDeploymentsCommandOutput, APIGatewayClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -118,9 +115,7 @@ export class GetDeploymentsCommand extends $Command< * @public */ constructor(readonly input: GetDeploymentsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -173,7 +168,4 @@ export class GetDeploymentsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetDeploymentsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-api-gateway/src/commands/GetDocumentationPartCommand.ts b/clients/client-api-gateway/src/commands/GetDocumentationPartCommand.ts index 064a9617504e..21b579e1b9b4 100644 --- a/clients/client-api-gateway/src/commands/GetDocumentationPartCommand.ts +++ b/clients/client-api-gateway/src/commands/GetDocumentationPartCommand.ts @@ -91,9 +91,6 @@ export class GetDocumentationPartCommand extends $Command< GetDocumentationPartCommandOutput, APIGatewayClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -107,9 +104,7 @@ export class GetDocumentationPartCommand extends $Command< * @public */ constructor(readonly input: GetDocumentationPartCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -162,7 +157,4 @@ export class GetDocumentationPartCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetDocumentationPartCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-api-gateway/src/commands/GetDocumentationPartsCommand.ts b/clients/client-api-gateway/src/commands/GetDocumentationPartsCommand.ts index d46f0a25e1a6..094b16b69d31 100644 --- a/clients/client-api-gateway/src/commands/GetDocumentationPartsCommand.ts +++ b/clients/client-api-gateway/src/commands/GetDocumentationPartsCommand.ts @@ -101,9 +101,6 @@ export class GetDocumentationPartsCommand extends $Command< GetDocumentationPartsCommandOutput, APIGatewayClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -117,9 +114,7 @@ export class GetDocumentationPartsCommand extends $Command< * @public */ constructor(readonly input: GetDocumentationPartsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -172,7 +167,4 @@ export class GetDocumentationPartsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetDocumentationPartsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-api-gateway/src/commands/GetDocumentationVersionCommand.ts b/clients/client-api-gateway/src/commands/GetDocumentationVersionCommand.ts index 5138d8c1214f..45e7f5187a9c 100644 --- a/clients/client-api-gateway/src/commands/GetDocumentationVersionCommand.ts +++ b/clients/client-api-gateway/src/commands/GetDocumentationVersionCommand.ts @@ -82,9 +82,6 @@ export class GetDocumentationVersionCommand extends $Command< GetDocumentationVersionCommandOutput, APIGatewayClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -98,9 +95,7 @@ export class GetDocumentationVersionCommand extends $Command< * @public */ constructor(readonly input: GetDocumentationVersionCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -153,7 +148,4 @@ export class GetDocumentationVersionCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetDocumentationVersionCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-api-gateway/src/commands/GetDocumentationVersionsCommand.ts b/clients/client-api-gateway/src/commands/GetDocumentationVersionsCommand.ts index 9f0213e2e1b3..283fa9865dbe 100644 --- a/clients/client-api-gateway/src/commands/GetDocumentationVersionsCommand.ts +++ b/clients/client-api-gateway/src/commands/GetDocumentationVersionsCommand.ts @@ -91,9 +91,6 @@ export class GetDocumentationVersionsCommand extends $Command< GetDocumentationVersionsCommandOutput, APIGatewayClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -107,9 +104,7 @@ export class GetDocumentationVersionsCommand extends $Command< * @public */ constructor(readonly input: GetDocumentationVersionsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -162,7 +157,4 @@ export class GetDocumentationVersionsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetDocumentationVersionsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-api-gateway/src/commands/GetDomainNameCommand.ts b/clients/client-api-gateway/src/commands/GetDomainNameCommand.ts index 045dde920ec3..347eca9e14dd 100644 --- a/clients/client-api-gateway/src/commands/GetDomainNameCommand.ts +++ b/clients/client-api-gateway/src/commands/GetDomainNameCommand.ts @@ -113,9 +113,6 @@ export class GetDomainNameCommand extends $Command< GetDomainNameCommandOutput, APIGatewayClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -129,9 +126,7 @@ export class GetDomainNameCommand extends $Command< * @public */ constructor(readonly input: GetDomainNameCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -182,7 +177,4 @@ export class GetDomainNameCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetDomainNameCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-api-gateway/src/commands/GetDomainNamesCommand.ts b/clients/client-api-gateway/src/commands/GetDomainNamesCommand.ts index 44822f6eff2e..8ce01698ae5c 100644 --- a/clients/client-api-gateway/src/commands/GetDomainNamesCommand.ts +++ b/clients/client-api-gateway/src/commands/GetDomainNamesCommand.ts @@ -119,9 +119,6 @@ export class GetDomainNamesCommand extends $Command< GetDomainNamesCommandOutput, APIGatewayClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -135,9 +132,7 @@ export class GetDomainNamesCommand extends $Command< * @public */ constructor(readonly input: GetDomainNamesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -190,7 +185,4 @@ export class GetDomainNamesCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetDomainNamesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-api-gateway/src/commands/GetExportCommand.ts b/clients/client-api-gateway/src/commands/GetExportCommand.ts index c582563fe3be..5e8ab793b128 100644 --- a/clients/client-api-gateway/src/commands/GetExportCommand.ts +++ b/clients/client-api-gateway/src/commands/GetExportCommand.ts @@ -104,9 +104,6 @@ export class GetExportCommand extends $Command< GetExportCommandOutput, APIGatewayClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -120,9 +117,7 @@ export class GetExportCommand extends $Command< * @public */ constructor(readonly input: GetExportCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -173,7 +168,4 @@ export class GetExportCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetExportCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-api-gateway/src/commands/GetGatewayResponseCommand.ts b/clients/client-api-gateway/src/commands/GetGatewayResponseCommand.ts index 08ed500b5a36..1c58e0d237b9 100644 --- a/clients/client-api-gateway/src/commands/GetGatewayResponseCommand.ts +++ b/clients/client-api-gateway/src/commands/GetGatewayResponseCommand.ts @@ -91,9 +91,6 @@ export class GetGatewayResponseCommand extends $Command< GetGatewayResponseCommandOutput, APIGatewayClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -107,9 +104,7 @@ export class GetGatewayResponseCommand extends $Command< * @public */ constructor(readonly input: GetGatewayResponseCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -162,7 +157,4 @@ export class GetGatewayResponseCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetGatewayResponseCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-api-gateway/src/commands/GetGatewayResponsesCommand.ts b/clients/client-api-gateway/src/commands/GetGatewayResponsesCommand.ts index d005fafacdfb..4fae99ec98ee 100644 --- a/clients/client-api-gateway/src/commands/GetGatewayResponsesCommand.ts +++ b/clients/client-api-gateway/src/commands/GetGatewayResponsesCommand.ts @@ -97,9 +97,6 @@ export class GetGatewayResponsesCommand extends $Command< GetGatewayResponsesCommandOutput, APIGatewayClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -113,9 +110,7 @@ export class GetGatewayResponsesCommand extends $Command< * @public */ constructor(readonly input: GetGatewayResponsesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -168,7 +163,4 @@ export class GetGatewayResponsesCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetGatewayResponsesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-api-gateway/src/commands/GetIntegrationCommand.ts b/clients/client-api-gateway/src/commands/GetIntegrationCommand.ts index 3c111136c5f1..329061fc0ecd 100644 --- a/clients/client-api-gateway/src/commands/GetIntegrationCommand.ts +++ b/clients/client-api-gateway/src/commands/GetIntegrationCommand.ts @@ -118,9 +118,6 @@ export class GetIntegrationCommand extends $Command< GetIntegrationCommandOutput, APIGatewayClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -134,9 +131,7 @@ export class GetIntegrationCommand extends $Command< * @public */ constructor(readonly input: GetIntegrationCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -189,7 +184,4 @@ export class GetIntegrationCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetIntegrationCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-api-gateway/src/commands/GetIntegrationResponseCommand.ts b/clients/client-api-gateway/src/commands/GetIntegrationResponseCommand.ts index 8e4f7f8205ab..a498dc109c87 100644 --- a/clients/client-api-gateway/src/commands/GetIntegrationResponseCommand.ts +++ b/clients/client-api-gateway/src/commands/GetIntegrationResponseCommand.ts @@ -93,9 +93,6 @@ export class GetIntegrationResponseCommand extends $Command< GetIntegrationResponseCommandOutput, APIGatewayClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -109,9 +106,7 @@ export class GetIntegrationResponseCommand extends $Command< * @public */ constructor(readonly input: GetIntegrationResponseCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -164,7 +159,4 @@ export class GetIntegrationResponseCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetIntegrationResponseCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-api-gateway/src/commands/GetMethodCommand.ts b/clients/client-api-gateway/src/commands/GetMethodCommand.ts index 6c69c715b927..5c11ef92d02c 100644 --- a/clients/client-api-gateway/src/commands/GetMethodCommand.ts +++ b/clients/client-api-gateway/src/commands/GetMethodCommand.ts @@ -135,9 +135,6 @@ export class GetMethodCommand extends $Command< GetMethodCommandOutput, APIGatewayClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -151,9 +148,7 @@ export class GetMethodCommand extends $Command< * @public */ constructor(readonly input: GetMethodCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -204,7 +199,4 @@ export class GetMethodCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetMethodCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-api-gateway/src/commands/GetMethodResponseCommand.ts b/clients/client-api-gateway/src/commands/GetMethodResponseCommand.ts index fecd03b049f9..78b163802d96 100644 --- a/clients/client-api-gateway/src/commands/GetMethodResponseCommand.ts +++ b/clients/client-api-gateway/src/commands/GetMethodResponseCommand.ts @@ -88,9 +88,6 @@ export class GetMethodResponseCommand extends $Command< GetMethodResponseCommandOutput, APIGatewayClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -104,9 +101,7 @@ export class GetMethodResponseCommand extends $Command< * @public */ constructor(readonly input: GetMethodResponseCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -159,7 +154,4 @@ export class GetMethodResponseCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetMethodResponseCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-api-gateway/src/commands/GetModelCommand.ts b/clients/client-api-gateway/src/commands/GetModelCommand.ts index 3b1839ed230d..d2f93cd40f78 100644 --- a/clients/client-api-gateway/src/commands/GetModelCommand.ts +++ b/clients/client-api-gateway/src/commands/GetModelCommand.ts @@ -88,9 +88,6 @@ export class GetModelCommand extends $Command< GetModelCommandOutput, APIGatewayClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -104,9 +101,7 @@ export class GetModelCommand extends $Command< * @public */ constructor(readonly input: GetModelCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -157,7 +152,4 @@ export class GetModelCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetModelCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-api-gateway/src/commands/GetModelTemplateCommand.ts b/clients/client-api-gateway/src/commands/GetModelTemplateCommand.ts index 5173360e9051..a89ad5d4a81c 100644 --- a/clients/client-api-gateway/src/commands/GetModelTemplateCommand.ts +++ b/clients/client-api-gateway/src/commands/GetModelTemplateCommand.ts @@ -83,9 +83,6 @@ export class GetModelTemplateCommand extends $Command< GetModelTemplateCommandOutput, APIGatewayClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -99,9 +96,7 @@ export class GetModelTemplateCommand extends $Command< * @public */ constructor(readonly input: GetModelTemplateCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -154,7 +149,4 @@ export class GetModelTemplateCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetModelTemplateCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-api-gateway/src/commands/GetModelsCommand.ts b/clients/client-api-gateway/src/commands/GetModelsCommand.ts index 28ed6009629a..73e135859850 100644 --- a/clients/client-api-gateway/src/commands/GetModelsCommand.ts +++ b/clients/client-api-gateway/src/commands/GetModelsCommand.ts @@ -93,9 +93,6 @@ export class GetModelsCommand extends $Command< GetModelsCommandOutput, APIGatewayClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -109,9 +106,7 @@ export class GetModelsCommand extends $Command< * @public */ constructor(readonly input: GetModelsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -162,7 +157,4 @@ export class GetModelsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetModelsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-api-gateway/src/commands/GetRequestValidatorCommand.ts b/clients/client-api-gateway/src/commands/GetRequestValidatorCommand.ts index ca27c467ed12..2aa9449abfa6 100644 --- a/clients/client-api-gateway/src/commands/GetRequestValidatorCommand.ts +++ b/clients/client-api-gateway/src/commands/GetRequestValidatorCommand.ts @@ -86,9 +86,6 @@ export class GetRequestValidatorCommand extends $Command< GetRequestValidatorCommandOutput, APIGatewayClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -102,9 +99,7 @@ export class GetRequestValidatorCommand extends $Command< * @public */ constructor(readonly input: GetRequestValidatorCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -157,7 +152,4 @@ export class GetRequestValidatorCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetRequestValidatorCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-api-gateway/src/commands/GetRequestValidatorsCommand.ts b/clients/client-api-gateway/src/commands/GetRequestValidatorsCommand.ts index 6d05381042c1..2b91b9db1e62 100644 --- a/clients/client-api-gateway/src/commands/GetRequestValidatorsCommand.ts +++ b/clients/client-api-gateway/src/commands/GetRequestValidatorsCommand.ts @@ -92,9 +92,6 @@ export class GetRequestValidatorsCommand extends $Command< GetRequestValidatorsCommandOutput, APIGatewayClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -108,9 +105,7 @@ export class GetRequestValidatorsCommand extends $Command< * @public */ constructor(readonly input: GetRequestValidatorsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -163,7 +158,4 @@ export class GetRequestValidatorsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetRequestValidatorsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-api-gateway/src/commands/GetResourceCommand.ts b/clients/client-api-gateway/src/commands/GetResourceCommand.ts index 42ea02c68df8..4070ce377456 100644 --- a/clients/client-api-gateway/src/commands/GetResourceCommand.ts +++ b/clients/client-api-gateway/src/commands/GetResourceCommand.ts @@ -145,9 +145,6 @@ export class GetResourceCommand extends $Command< GetResourceCommandOutput, APIGatewayClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -161,9 +158,7 @@ export class GetResourceCommand extends $Command< * @public */ constructor(readonly input: GetResourceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -214,7 +209,4 @@ export class GetResourceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetResourceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-api-gateway/src/commands/GetResourcesCommand.ts b/clients/client-api-gateway/src/commands/GetResourcesCommand.ts index fe488993b75d..a8494c21adf1 100644 --- a/clients/client-api-gateway/src/commands/GetResourcesCommand.ts +++ b/clients/client-api-gateway/src/commands/GetResourcesCommand.ts @@ -154,9 +154,6 @@ export class GetResourcesCommand extends $Command< GetResourcesCommandOutput, APIGatewayClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -170,9 +167,7 @@ export class GetResourcesCommand extends $Command< * @public */ constructor(readonly input: GetResourcesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -223,7 +218,4 @@ export class GetResourcesCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetResourcesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-api-gateway/src/commands/GetRestApiCommand.ts b/clients/client-api-gateway/src/commands/GetRestApiCommand.ts index 1fbae16e5fb8..6c8e9dab7285 100644 --- a/clients/client-api-gateway/src/commands/GetRestApiCommand.ts +++ b/clients/client-api-gateway/src/commands/GetRestApiCommand.ts @@ -108,9 +108,6 @@ export class GetRestApiCommand extends $Command< GetRestApiCommandOutput, APIGatewayClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -124,9 +121,7 @@ export class GetRestApiCommand extends $Command< * @public */ constructor(readonly input: GetRestApiCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -177,7 +172,4 @@ export class GetRestApiCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetRestApiCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-api-gateway/src/commands/GetRestApisCommand.ts b/clients/client-api-gateway/src/commands/GetRestApisCommand.ts index 2a84a1237426..4ce8491351d8 100644 --- a/clients/client-api-gateway/src/commands/GetRestApisCommand.ts +++ b/clients/client-api-gateway/src/commands/GetRestApisCommand.ts @@ -114,9 +114,6 @@ export class GetRestApisCommand extends $Command< GetRestApisCommandOutput, APIGatewayClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -130,9 +127,7 @@ export class GetRestApisCommand extends $Command< * @public */ constructor(readonly input: GetRestApisCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -183,7 +178,4 @@ export class GetRestApisCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetRestApisCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-api-gateway/src/commands/GetSdkCommand.ts b/clients/client-api-gateway/src/commands/GetSdkCommand.ts index a59113d352e5..d7a7b06db08b 100644 --- a/clients/client-api-gateway/src/commands/GetSdkCommand.ts +++ b/clients/client-api-gateway/src/commands/GetSdkCommand.ts @@ -99,9 +99,6 @@ export interface GetSdkCommandOutput extends GetSdkCommandOutputType, __Metadata * */ export class GetSdkCommand extends $Command { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -115,9 +112,7 @@ export class GetSdkCommand extends $Command { return de_GetSdkCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-api-gateway/src/commands/GetSdkTypeCommand.ts b/clients/client-api-gateway/src/commands/GetSdkTypeCommand.ts index 8863951014c4..753b671d545a 100644 --- a/clients/client-api-gateway/src/commands/GetSdkTypeCommand.ts +++ b/clients/client-api-gateway/src/commands/GetSdkTypeCommand.ts @@ -93,9 +93,6 @@ export class GetSdkTypeCommand extends $Command< GetSdkTypeCommandOutput, APIGatewayClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -109,9 +106,7 @@ export class GetSdkTypeCommand extends $Command< * @public */ constructor(readonly input: GetSdkTypeCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -162,7 +157,4 @@ export class GetSdkTypeCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetSdkTypeCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-api-gateway/src/commands/GetSdkTypesCommand.ts b/clients/client-api-gateway/src/commands/GetSdkTypesCommand.ts index d6143b920d3e..d190b9720a34 100644 --- a/clients/client-api-gateway/src/commands/GetSdkTypesCommand.ts +++ b/clients/client-api-gateway/src/commands/GetSdkTypesCommand.ts @@ -98,9 +98,6 @@ export class GetSdkTypesCommand extends $Command< GetSdkTypesCommandOutput, APIGatewayClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -114,9 +111,7 @@ export class GetSdkTypesCommand extends $Command< * @public */ constructor(readonly input: GetSdkTypesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -167,7 +162,4 @@ export class GetSdkTypesCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetSdkTypesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-api-gateway/src/commands/GetStageCommand.ts b/clients/client-api-gateway/src/commands/GetStageCommand.ts index 1644e350d052..a830f7654354 100644 --- a/clients/client-api-gateway/src/commands/GetStageCommand.ts +++ b/clients/client-api-gateway/src/commands/GetStageCommand.ts @@ -132,9 +132,6 @@ export class GetStageCommand extends $Command< GetStageCommandOutput, APIGatewayClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -148,9 +145,7 @@ export class GetStageCommand extends $Command< * @public */ constructor(readonly input: GetStageCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -201,7 +196,4 @@ export class GetStageCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetStageCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-api-gateway/src/commands/GetStagesCommand.ts b/clients/client-api-gateway/src/commands/GetStagesCommand.ts index ecfaff3dcd36..552c2071a530 100644 --- a/clients/client-api-gateway/src/commands/GetStagesCommand.ts +++ b/clients/client-api-gateway/src/commands/GetStagesCommand.ts @@ -136,9 +136,6 @@ export class GetStagesCommand extends $Command< GetStagesCommandOutput, APIGatewayClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -152,9 +149,7 @@ export class GetStagesCommand extends $Command< * @public */ constructor(readonly input: GetStagesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -205,7 +200,4 @@ export class GetStagesCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetStagesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-api-gateway/src/commands/GetTagsCommand.ts b/clients/client-api-gateway/src/commands/GetTagsCommand.ts index f4dbb7d7d588..61d8fc6772dd 100644 --- a/clients/client-api-gateway/src/commands/GetTagsCommand.ts +++ b/clients/client-api-gateway/src/commands/GetTagsCommand.ts @@ -86,9 +86,6 @@ export class GetTagsCommand extends $Command< GetTagsCommandOutput, APIGatewayClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -102,9 +99,7 @@ export class GetTagsCommand extends $Command< * @public */ constructor(readonly input: GetTagsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -155,7 +150,4 @@ export class GetTagsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetTagsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-api-gateway/src/commands/GetUsageCommand.ts b/clients/client-api-gateway/src/commands/GetUsageCommand.ts index d0a77e4df241..5c5358a6a9e7 100644 --- a/clients/client-api-gateway/src/commands/GetUsageCommand.ts +++ b/clients/client-api-gateway/src/commands/GetUsageCommand.ts @@ -97,9 +97,6 @@ export class GetUsageCommand extends $Command< GetUsageCommandOutput, APIGatewayClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -113,9 +110,7 @@ export class GetUsageCommand extends $Command< * @public */ constructor(readonly input: GetUsageCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -166,7 +161,4 @@ export class GetUsageCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetUsageCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-api-gateway/src/commands/GetUsagePlanCommand.ts b/clients/client-api-gateway/src/commands/GetUsagePlanCommand.ts index b6c9176f2dfa..07e7d1d2f658 100644 --- a/clients/client-api-gateway/src/commands/GetUsagePlanCommand.ts +++ b/clients/client-api-gateway/src/commands/GetUsagePlanCommand.ts @@ -109,9 +109,6 @@ export class GetUsagePlanCommand extends $Command< GetUsagePlanCommandOutput, APIGatewayClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -125,9 +122,7 @@ export class GetUsagePlanCommand extends $Command< * @public */ constructor(readonly input: GetUsagePlanCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -178,7 +173,4 @@ export class GetUsagePlanCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetUsagePlanCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-api-gateway/src/commands/GetUsagePlanKeyCommand.ts b/clients/client-api-gateway/src/commands/GetUsagePlanKeyCommand.ts index a90c20e23fa5..7436a030dcd5 100644 --- a/clients/client-api-gateway/src/commands/GetUsagePlanKeyCommand.ts +++ b/clients/client-api-gateway/src/commands/GetUsagePlanKeyCommand.ts @@ -86,9 +86,6 @@ export class GetUsagePlanKeyCommand extends $Command< GetUsagePlanKeyCommandOutput, APIGatewayClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -102,9 +99,7 @@ export class GetUsagePlanKeyCommand extends $Command< * @public */ constructor(readonly input: GetUsagePlanKeyCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -157,7 +152,4 @@ export class GetUsagePlanKeyCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetUsagePlanKeyCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-api-gateway/src/commands/GetUsagePlanKeysCommand.ts b/clients/client-api-gateway/src/commands/GetUsagePlanKeysCommand.ts index bc3eeca427dc..0991e7c6fa0d 100644 --- a/clients/client-api-gateway/src/commands/GetUsagePlanKeysCommand.ts +++ b/clients/client-api-gateway/src/commands/GetUsagePlanKeysCommand.ts @@ -93,9 +93,6 @@ export class GetUsagePlanKeysCommand extends $Command< GetUsagePlanKeysCommandOutput, APIGatewayClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -109,9 +106,7 @@ export class GetUsagePlanKeysCommand extends $Command< * @public */ constructor(readonly input: GetUsagePlanKeysCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -164,7 +159,4 @@ export class GetUsagePlanKeysCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetUsagePlanKeysCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-api-gateway/src/commands/GetUsagePlansCommand.ts b/clients/client-api-gateway/src/commands/GetUsagePlansCommand.ts index 7bb2cb2e9d9f..67ccd2169643 100644 --- a/clients/client-api-gateway/src/commands/GetUsagePlansCommand.ts +++ b/clients/client-api-gateway/src/commands/GetUsagePlansCommand.ts @@ -116,9 +116,6 @@ export class GetUsagePlansCommand extends $Command< GetUsagePlansCommandOutput, APIGatewayClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -132,9 +129,7 @@ export class GetUsagePlansCommand extends $Command< * @public */ constructor(readonly input: GetUsagePlansCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -185,7 +180,4 @@ export class GetUsagePlansCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetUsagePlansCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-api-gateway/src/commands/GetVpcLinkCommand.ts b/clients/client-api-gateway/src/commands/GetVpcLinkCommand.ts index d812b043297a..f038cb198bde 100644 --- a/clients/client-api-gateway/src/commands/GetVpcLinkCommand.ts +++ b/clients/client-api-gateway/src/commands/GetVpcLinkCommand.ts @@ -92,9 +92,6 @@ export class GetVpcLinkCommand extends $Command< GetVpcLinkCommandOutput, APIGatewayClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -108,9 +105,7 @@ export class GetVpcLinkCommand extends $Command< * @public */ constructor(readonly input: GetVpcLinkCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -161,7 +156,4 @@ export class GetVpcLinkCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetVpcLinkCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-api-gateway/src/commands/GetVpcLinksCommand.ts b/clients/client-api-gateway/src/commands/GetVpcLinksCommand.ts index a5c1c53d6962..6a6a2c88afcc 100644 --- a/clients/client-api-gateway/src/commands/GetVpcLinksCommand.ts +++ b/clients/client-api-gateway/src/commands/GetVpcLinksCommand.ts @@ -98,9 +98,6 @@ export class GetVpcLinksCommand extends $Command< GetVpcLinksCommandOutput, APIGatewayClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -114,9 +111,7 @@ export class GetVpcLinksCommand extends $Command< * @public */ constructor(readonly input: GetVpcLinksCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -167,7 +162,4 @@ export class GetVpcLinksCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetVpcLinksCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-api-gateway/src/commands/ImportApiKeysCommand.ts b/clients/client-api-gateway/src/commands/ImportApiKeysCommand.ts index b5125a055258..0a077e3803b2 100644 --- a/clients/client-api-gateway/src/commands/ImportApiKeysCommand.ts +++ b/clients/client-api-gateway/src/commands/ImportApiKeysCommand.ts @@ -103,9 +103,6 @@ export class ImportApiKeysCommand extends $Command< ImportApiKeysCommandOutput, APIGatewayClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -119,9 +116,7 @@ export class ImportApiKeysCommand extends $Command< * @public */ constructor(readonly input: ImportApiKeysCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -172,7 +167,4 @@ export class ImportApiKeysCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ImportApiKeysCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-api-gateway/src/commands/ImportDocumentationPartsCommand.ts b/clients/client-api-gateway/src/commands/ImportDocumentationPartsCommand.ts index 37b2459dd3f3..dc2ba6f34961 100644 --- a/clients/client-api-gateway/src/commands/ImportDocumentationPartsCommand.ts +++ b/clients/client-api-gateway/src/commands/ImportDocumentationPartsCommand.ts @@ -104,9 +104,6 @@ export class ImportDocumentationPartsCommand extends $Command< ImportDocumentationPartsCommandOutput, APIGatewayClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -120,9 +117,7 @@ export class ImportDocumentationPartsCommand extends $Command< * @public */ constructor(readonly input: ImportDocumentationPartsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -175,7 +170,4 @@ export class ImportDocumentationPartsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ImportDocumentationPartsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-api-gateway/src/commands/ImportRestApiCommand.ts b/clients/client-api-gateway/src/commands/ImportRestApiCommand.ts index 5426573321e7..de34b16fb984 100644 --- a/clients/client-api-gateway/src/commands/ImportRestApiCommand.ts +++ b/clients/client-api-gateway/src/commands/ImportRestApiCommand.ts @@ -126,9 +126,6 @@ export class ImportRestApiCommand extends $Command< ImportRestApiCommandOutput, APIGatewayClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -142,9 +139,7 @@ export class ImportRestApiCommand extends $Command< * @public */ constructor(readonly input: ImportRestApiCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -195,7 +190,4 @@ export class ImportRestApiCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ImportRestApiCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-api-gateway/src/commands/PutGatewayResponseCommand.ts b/clients/client-api-gateway/src/commands/PutGatewayResponseCommand.ts index a673feb10434..0dff4efa2b24 100644 --- a/clients/client-api-gateway/src/commands/PutGatewayResponseCommand.ts +++ b/clients/client-api-gateway/src/commands/PutGatewayResponseCommand.ts @@ -104,9 +104,6 @@ export class PutGatewayResponseCommand extends $Command< PutGatewayResponseCommandOutput, APIGatewayClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -120,9 +117,7 @@ export class PutGatewayResponseCommand extends $Command< * @public */ constructor(readonly input: PutGatewayResponseCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -175,7 +170,4 @@ export class PutGatewayResponseCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_PutGatewayResponseCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-api-gateway/src/commands/PutIntegrationCommand.ts b/clients/client-api-gateway/src/commands/PutIntegrationCommand.ts index 1c20fe5f72d2..2b7ce9d5de46 100644 --- a/clients/client-api-gateway/src/commands/PutIntegrationCommand.ts +++ b/clients/client-api-gateway/src/commands/PutIntegrationCommand.ts @@ -146,9 +146,6 @@ export class PutIntegrationCommand extends $Command< PutIntegrationCommandOutput, APIGatewayClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -162,9 +159,7 @@ export class PutIntegrationCommand extends $Command< * @public */ constructor(readonly input: PutIntegrationCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -217,7 +212,4 @@ export class PutIntegrationCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_PutIntegrationCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-api-gateway/src/commands/PutIntegrationResponseCommand.ts b/clients/client-api-gateway/src/commands/PutIntegrationResponseCommand.ts index 3ce65323c1ef..6b2d3e37b14c 100644 --- a/clients/client-api-gateway/src/commands/PutIntegrationResponseCommand.ts +++ b/clients/client-api-gateway/src/commands/PutIntegrationResponseCommand.ts @@ -107,9 +107,6 @@ export class PutIntegrationResponseCommand extends $Command< PutIntegrationResponseCommandOutput, APIGatewayClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -123,9 +120,7 @@ export class PutIntegrationResponseCommand extends $Command< * @public */ constructor(readonly input: PutIntegrationResponseCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -178,7 +173,4 @@ export class PutIntegrationResponseCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_PutIntegrationResponseCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-api-gateway/src/commands/PutMethodCommand.ts b/clients/client-api-gateway/src/commands/PutMethodCommand.ts index e77f30961d7e..7d9cae001bb5 100644 --- a/clients/client-api-gateway/src/commands/PutMethodCommand.ts +++ b/clients/client-api-gateway/src/commands/PutMethodCommand.ts @@ -158,9 +158,6 @@ export class PutMethodCommand extends $Command< PutMethodCommandOutput, APIGatewayClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -174,9 +171,7 @@ export class PutMethodCommand extends $Command< * @public */ constructor(readonly input: PutMethodCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -227,7 +222,4 @@ export class PutMethodCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_PutMethodCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-api-gateway/src/commands/PutMethodResponseCommand.ts b/clients/client-api-gateway/src/commands/PutMethodResponseCommand.ts index e6bc9187e9e0..3e4141f7131b 100644 --- a/clients/client-api-gateway/src/commands/PutMethodResponseCommand.ts +++ b/clients/client-api-gateway/src/commands/PutMethodResponseCommand.ts @@ -103,9 +103,6 @@ export class PutMethodResponseCommand extends $Command< PutMethodResponseCommandOutput, APIGatewayClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -119,9 +116,7 @@ export class PutMethodResponseCommand extends $Command< * @public */ constructor(readonly input: PutMethodResponseCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -174,7 +169,4 @@ export class PutMethodResponseCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_PutMethodResponseCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-api-gateway/src/commands/PutRestApiCommand.ts b/clients/client-api-gateway/src/commands/PutRestApiCommand.ts index 35012efd648c..ab0e1575fd44 100644 --- a/clients/client-api-gateway/src/commands/PutRestApiCommand.ts +++ b/clients/client-api-gateway/src/commands/PutRestApiCommand.ts @@ -129,9 +129,6 @@ export class PutRestApiCommand extends $Command< PutRestApiCommandOutput, APIGatewayClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -145,9 +142,7 @@ export class PutRestApiCommand extends $Command< * @public */ constructor(readonly input: PutRestApiCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -198,7 +193,4 @@ export class PutRestApiCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_PutRestApiCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-api-gateway/src/commands/TagResourceCommand.ts b/clients/client-api-gateway/src/commands/TagResourceCommand.ts index a58d50f2f303..0391ad6a9dcd 100644 --- a/clients/client-api-gateway/src/commands/TagResourceCommand.ts +++ b/clients/client-api-gateway/src/commands/TagResourceCommand.ts @@ -89,9 +89,6 @@ export class TagResourceCommand extends $Command< TagResourceCommandOutput, APIGatewayClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -105,9 +102,7 @@ export class TagResourceCommand extends $Command< * @public */ constructor(readonly input: TagResourceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -158,7 +153,4 @@ export class TagResourceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_TagResourceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-api-gateway/src/commands/TestInvokeAuthorizerCommand.ts b/clients/client-api-gateway/src/commands/TestInvokeAuthorizerCommand.ts index 1f61b4e5cf93..67b08d9df4b5 100644 --- a/clients/client-api-gateway/src/commands/TestInvokeAuthorizerCommand.ts +++ b/clients/client-api-gateway/src/commands/TestInvokeAuthorizerCommand.ts @@ -111,9 +111,6 @@ export class TestInvokeAuthorizerCommand extends $Command< TestInvokeAuthorizerCommandOutput, APIGatewayClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -127,9 +124,7 @@ export class TestInvokeAuthorizerCommand extends $Command< * @public */ constructor(readonly input: TestInvokeAuthorizerCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -182,7 +177,4 @@ export class TestInvokeAuthorizerCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_TestInvokeAuthorizerCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-api-gateway/src/commands/TestInvokeMethodCommand.ts b/clients/client-api-gateway/src/commands/TestInvokeMethodCommand.ts index 0d639a9ba97f..a593cfc7e206 100644 --- a/clients/client-api-gateway/src/commands/TestInvokeMethodCommand.ts +++ b/clients/client-api-gateway/src/commands/TestInvokeMethodCommand.ts @@ -109,9 +109,6 @@ export class TestInvokeMethodCommand extends $Command< TestInvokeMethodCommandOutput, APIGatewayClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -125,9 +122,7 @@ export class TestInvokeMethodCommand extends $Command< * @public */ constructor(readonly input: TestInvokeMethodCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -180,7 +175,4 @@ export class TestInvokeMethodCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_TestInvokeMethodCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-api-gateway/src/commands/UntagResourceCommand.ts b/clients/client-api-gateway/src/commands/UntagResourceCommand.ts index 3fed555a11d1..fc0cf772e7f4 100644 --- a/clients/client-api-gateway/src/commands/UntagResourceCommand.ts +++ b/clients/client-api-gateway/src/commands/UntagResourceCommand.ts @@ -89,9 +89,6 @@ export class UntagResourceCommand extends $Command< UntagResourceCommandOutput, APIGatewayClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -105,9 +102,7 @@ export class UntagResourceCommand extends $Command< * @public */ constructor(readonly input: UntagResourceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -158,7 +153,4 @@ export class UntagResourceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UntagResourceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-api-gateway/src/commands/UpdateAccountCommand.ts b/clients/client-api-gateway/src/commands/UpdateAccountCommand.ts index 7db77a825a91..7d4ce94c5d53 100644 --- a/clients/client-api-gateway/src/commands/UpdateAccountCommand.ts +++ b/clients/client-api-gateway/src/commands/UpdateAccountCommand.ts @@ -103,9 +103,6 @@ export class UpdateAccountCommand extends $Command< UpdateAccountCommandOutput, APIGatewayClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -119,9 +116,7 @@ export class UpdateAccountCommand extends $Command< * @public */ constructor(readonly input: UpdateAccountCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -172,7 +167,4 @@ export class UpdateAccountCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdateAccountCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-api-gateway/src/commands/UpdateApiKeyCommand.ts b/clients/client-api-gateway/src/commands/UpdateApiKeyCommand.ts index 164364eb4259..b5d6af2d70dc 100644 --- a/clients/client-api-gateway/src/commands/UpdateApiKeyCommand.ts +++ b/clients/client-api-gateway/src/commands/UpdateApiKeyCommand.ts @@ -109,9 +109,6 @@ export class UpdateApiKeyCommand extends $Command< UpdateApiKeyCommandOutput, APIGatewayClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -125,9 +122,7 @@ export class UpdateApiKeyCommand extends $Command< * @public */ constructor(readonly input: UpdateApiKeyCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -178,7 +173,4 @@ export class UpdateApiKeyCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdateApiKeyCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-api-gateway/src/commands/UpdateAuthorizerCommand.ts b/clients/client-api-gateway/src/commands/UpdateAuthorizerCommand.ts index f7ac5c65df3b..48f911fb9182 100644 --- a/clients/client-api-gateway/src/commands/UpdateAuthorizerCommand.ts +++ b/clients/client-api-gateway/src/commands/UpdateAuthorizerCommand.ts @@ -108,9 +108,6 @@ export class UpdateAuthorizerCommand extends $Command< UpdateAuthorizerCommandOutput, APIGatewayClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -124,9 +121,7 @@ export class UpdateAuthorizerCommand extends $Command< * @public */ constructor(readonly input: UpdateAuthorizerCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -179,7 +174,4 @@ export class UpdateAuthorizerCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdateAuthorizerCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-api-gateway/src/commands/UpdateBasePathMappingCommand.ts b/clients/client-api-gateway/src/commands/UpdateBasePathMappingCommand.ts index d568bd84aff1..8ce42893a631 100644 --- a/clients/client-api-gateway/src/commands/UpdateBasePathMappingCommand.ts +++ b/clients/client-api-gateway/src/commands/UpdateBasePathMappingCommand.ts @@ -99,9 +99,6 @@ export class UpdateBasePathMappingCommand extends $Command< UpdateBasePathMappingCommandOutput, APIGatewayClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -115,9 +112,7 @@ export class UpdateBasePathMappingCommand extends $Command< * @public */ constructor(readonly input: UpdateBasePathMappingCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -170,7 +165,4 @@ export class UpdateBasePathMappingCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdateBasePathMappingCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-api-gateway/src/commands/UpdateClientCertificateCommand.ts b/clients/client-api-gateway/src/commands/UpdateClientCertificateCommand.ts index 661681d85484..e94a984e9881 100644 --- a/clients/client-api-gateway/src/commands/UpdateClientCertificateCommand.ts +++ b/clients/client-api-gateway/src/commands/UpdateClientCertificateCommand.ts @@ -103,9 +103,6 @@ export class UpdateClientCertificateCommand extends $Command< UpdateClientCertificateCommandOutput, APIGatewayClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -119,9 +116,7 @@ export class UpdateClientCertificateCommand extends $Command< * @public */ constructor(readonly input: UpdateClientCertificateCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -174,7 +169,4 @@ export class UpdateClientCertificateCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdateClientCertificateCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-api-gateway/src/commands/UpdateDeploymentCommand.ts b/clients/client-api-gateway/src/commands/UpdateDeploymentCommand.ts index 2a592721ca3f..d304da7230a8 100644 --- a/clients/client-api-gateway/src/commands/UpdateDeploymentCommand.ts +++ b/clients/client-api-gateway/src/commands/UpdateDeploymentCommand.ts @@ -110,9 +110,6 @@ export class UpdateDeploymentCommand extends $Command< UpdateDeploymentCommandOutput, APIGatewayClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -126,9 +123,7 @@ export class UpdateDeploymentCommand extends $Command< * @public */ constructor(readonly input: UpdateDeploymentCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -181,7 +176,4 @@ export class UpdateDeploymentCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdateDeploymentCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-api-gateway/src/commands/UpdateDocumentationPartCommand.ts b/clients/client-api-gateway/src/commands/UpdateDocumentationPartCommand.ts index e0cc9bcb1a3f..ec4ed8485a40 100644 --- a/clients/client-api-gateway/src/commands/UpdateDocumentationPartCommand.ts +++ b/clients/client-api-gateway/src/commands/UpdateDocumentationPartCommand.ts @@ -105,9 +105,6 @@ export class UpdateDocumentationPartCommand extends $Command< UpdateDocumentationPartCommandOutput, APIGatewayClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -121,9 +118,7 @@ export class UpdateDocumentationPartCommand extends $Command< * @public */ constructor(readonly input: UpdateDocumentationPartCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -176,7 +171,4 @@ export class UpdateDocumentationPartCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdateDocumentationPartCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-api-gateway/src/commands/UpdateDocumentationVersionCommand.ts b/clients/client-api-gateway/src/commands/UpdateDocumentationVersionCommand.ts index d3236b3a50a9..21589b889181 100644 --- a/clients/client-api-gateway/src/commands/UpdateDocumentationVersionCommand.ts +++ b/clients/client-api-gateway/src/commands/UpdateDocumentationVersionCommand.ts @@ -99,9 +99,6 @@ export class UpdateDocumentationVersionCommand extends $Command< UpdateDocumentationVersionCommandOutput, APIGatewayClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -115,9 +112,7 @@ export class UpdateDocumentationVersionCommand extends $Command< * @public */ constructor(readonly input: UpdateDocumentationVersionCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -173,7 +168,4 @@ export class UpdateDocumentationVersionCommand extends $Command< ): Promise { return de_UpdateDocumentationVersionCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-api-gateway/src/commands/UpdateDomainNameCommand.ts b/clients/client-api-gateway/src/commands/UpdateDomainNameCommand.ts index 77296c2a39f9..4c07bf9eef9b 100644 --- a/clients/client-api-gateway/src/commands/UpdateDomainNameCommand.ts +++ b/clients/client-api-gateway/src/commands/UpdateDomainNameCommand.ts @@ -127,9 +127,6 @@ export class UpdateDomainNameCommand extends $Command< UpdateDomainNameCommandOutput, APIGatewayClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -143,9 +140,7 @@ export class UpdateDomainNameCommand extends $Command< * @public */ constructor(readonly input: UpdateDomainNameCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -198,7 +193,4 @@ export class UpdateDomainNameCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdateDomainNameCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-api-gateway/src/commands/UpdateGatewayResponseCommand.ts b/clients/client-api-gateway/src/commands/UpdateGatewayResponseCommand.ts index f7d80630a177..199f79716da9 100644 --- a/clients/client-api-gateway/src/commands/UpdateGatewayResponseCommand.ts +++ b/clients/client-api-gateway/src/commands/UpdateGatewayResponseCommand.ts @@ -105,9 +105,6 @@ export class UpdateGatewayResponseCommand extends $Command< UpdateGatewayResponseCommandOutput, APIGatewayClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -121,9 +118,7 @@ export class UpdateGatewayResponseCommand extends $Command< * @public */ constructor(readonly input: UpdateGatewayResponseCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -176,7 +171,4 @@ export class UpdateGatewayResponseCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdateGatewayResponseCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-api-gateway/src/commands/UpdateIntegrationCommand.ts b/clients/client-api-gateway/src/commands/UpdateIntegrationCommand.ts index bca13aa65085..9e431979b750 100644 --- a/clients/client-api-gateway/src/commands/UpdateIntegrationCommand.ts +++ b/clients/client-api-gateway/src/commands/UpdateIntegrationCommand.ts @@ -132,9 +132,6 @@ export class UpdateIntegrationCommand extends $Command< UpdateIntegrationCommandOutput, APIGatewayClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -148,9 +145,7 @@ export class UpdateIntegrationCommand extends $Command< * @public */ constructor(readonly input: UpdateIntegrationCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -203,7 +198,4 @@ export class UpdateIntegrationCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdateIntegrationCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-api-gateway/src/commands/UpdateIntegrationResponseCommand.ts b/clients/client-api-gateway/src/commands/UpdateIntegrationResponseCommand.ts index 28f4dd096fff..c514078274d4 100644 --- a/clients/client-api-gateway/src/commands/UpdateIntegrationResponseCommand.ts +++ b/clients/client-api-gateway/src/commands/UpdateIntegrationResponseCommand.ts @@ -107,9 +107,6 @@ export class UpdateIntegrationResponseCommand extends $Command< UpdateIntegrationResponseCommandOutput, APIGatewayClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -123,9 +120,7 @@ export class UpdateIntegrationResponseCommand extends $Command< * @public */ constructor(readonly input: UpdateIntegrationResponseCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -181,7 +176,4 @@ export class UpdateIntegrationResponseCommand extends $Command< ): Promise { return de_UpdateIntegrationResponseCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-api-gateway/src/commands/UpdateMethodCommand.ts b/clients/client-api-gateway/src/commands/UpdateMethodCommand.ts index 39e291521b17..c12f1a22f7f0 100644 --- a/clients/client-api-gateway/src/commands/UpdateMethodCommand.ts +++ b/clients/client-api-gateway/src/commands/UpdateMethodCommand.ts @@ -149,9 +149,6 @@ export class UpdateMethodCommand extends $Command< UpdateMethodCommandOutput, APIGatewayClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -165,9 +162,7 @@ export class UpdateMethodCommand extends $Command< * @public */ constructor(readonly input: UpdateMethodCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -218,7 +213,4 @@ export class UpdateMethodCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdateMethodCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-api-gateway/src/commands/UpdateMethodResponseCommand.ts b/clients/client-api-gateway/src/commands/UpdateMethodResponseCommand.ts index 1f0b3efcad77..2202d11abb30 100644 --- a/clients/client-api-gateway/src/commands/UpdateMethodResponseCommand.ts +++ b/clients/client-api-gateway/src/commands/UpdateMethodResponseCommand.ts @@ -105,9 +105,6 @@ export class UpdateMethodResponseCommand extends $Command< UpdateMethodResponseCommandOutput, APIGatewayClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -121,9 +118,7 @@ export class UpdateMethodResponseCommand extends $Command< * @public */ constructor(readonly input: UpdateMethodResponseCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -176,7 +171,4 @@ export class UpdateMethodResponseCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdateMethodResponseCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-api-gateway/src/commands/UpdateModelCommand.ts b/clients/client-api-gateway/src/commands/UpdateModelCommand.ts index 30409907b088..e7b1e5eeecc0 100644 --- a/clients/client-api-gateway/src/commands/UpdateModelCommand.ts +++ b/clients/client-api-gateway/src/commands/UpdateModelCommand.ts @@ -101,9 +101,6 @@ export class UpdateModelCommand extends $Command< UpdateModelCommandOutput, APIGatewayClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -117,9 +114,7 @@ export class UpdateModelCommand extends $Command< * @public */ constructor(readonly input: UpdateModelCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -170,7 +165,4 @@ export class UpdateModelCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdateModelCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-api-gateway/src/commands/UpdateRequestValidatorCommand.ts b/clients/client-api-gateway/src/commands/UpdateRequestValidatorCommand.ts index 8d7cd376f23f..3206f43c1493 100644 --- a/clients/client-api-gateway/src/commands/UpdateRequestValidatorCommand.ts +++ b/clients/client-api-gateway/src/commands/UpdateRequestValidatorCommand.ts @@ -100,9 +100,6 @@ export class UpdateRequestValidatorCommand extends $Command< UpdateRequestValidatorCommandOutput, APIGatewayClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -116,9 +113,7 @@ export class UpdateRequestValidatorCommand extends $Command< * @public */ constructor(readonly input: UpdateRequestValidatorCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -171,7 +166,4 @@ export class UpdateRequestValidatorCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdateRequestValidatorCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-api-gateway/src/commands/UpdateResourceCommand.ts b/clients/client-api-gateway/src/commands/UpdateResourceCommand.ts index ab7a7e53cc47..8b7397672edd 100644 --- a/clients/client-api-gateway/src/commands/UpdateResourceCommand.ts +++ b/clients/client-api-gateway/src/commands/UpdateResourceCommand.ts @@ -156,9 +156,6 @@ export class UpdateResourceCommand extends $Command< UpdateResourceCommandOutput, APIGatewayClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -172,9 +169,7 @@ export class UpdateResourceCommand extends $Command< * @public */ constructor(readonly input: UpdateResourceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -227,7 +222,4 @@ export class UpdateResourceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdateResourceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-api-gateway/src/commands/UpdateRestApiCommand.ts b/clients/client-api-gateway/src/commands/UpdateRestApiCommand.ts index 419b4dcb2388..e88b1b72195d 100644 --- a/clients/client-api-gateway/src/commands/UpdateRestApiCommand.ts +++ b/clients/client-api-gateway/src/commands/UpdateRestApiCommand.ts @@ -122,9 +122,6 @@ export class UpdateRestApiCommand extends $Command< UpdateRestApiCommandOutput, APIGatewayClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -138,9 +135,7 @@ export class UpdateRestApiCommand extends $Command< * @public */ constructor(readonly input: UpdateRestApiCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -191,7 +186,4 @@ export class UpdateRestApiCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdateRestApiCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-api-gateway/src/commands/UpdateStageCommand.ts b/clients/client-api-gateway/src/commands/UpdateStageCommand.ts index 5c57bec56035..20cc4bfe3daa 100644 --- a/clients/client-api-gateway/src/commands/UpdateStageCommand.ts +++ b/clients/client-api-gateway/src/commands/UpdateStageCommand.ts @@ -140,9 +140,6 @@ export class UpdateStageCommand extends $Command< UpdateStageCommandOutput, APIGatewayClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -156,9 +153,7 @@ export class UpdateStageCommand extends $Command< * @public */ constructor(readonly input: UpdateStageCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -209,7 +204,4 @@ export class UpdateStageCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdateStageCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-api-gateway/src/commands/UpdateUsageCommand.ts b/clients/client-api-gateway/src/commands/UpdateUsageCommand.ts index b6ce55421976..7fa9de69c3c7 100644 --- a/clients/client-api-gateway/src/commands/UpdateUsageCommand.ts +++ b/clients/client-api-gateway/src/commands/UpdateUsageCommand.ts @@ -107,9 +107,6 @@ export class UpdateUsageCommand extends $Command< UpdateUsageCommandOutput, APIGatewayClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -123,9 +120,7 @@ export class UpdateUsageCommand extends $Command< * @public */ constructor(readonly input: UpdateUsageCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -176,7 +171,4 @@ export class UpdateUsageCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdateUsageCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-api-gateway/src/commands/UpdateUsagePlanCommand.ts b/clients/client-api-gateway/src/commands/UpdateUsagePlanCommand.ts index 6ddfa23a1ed8..f033fe6598e4 100644 --- a/clients/client-api-gateway/src/commands/UpdateUsagePlanCommand.ts +++ b/clients/client-api-gateway/src/commands/UpdateUsagePlanCommand.ts @@ -123,9 +123,6 @@ export class UpdateUsagePlanCommand extends $Command< UpdateUsagePlanCommandOutput, APIGatewayClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -139,9 +136,7 @@ export class UpdateUsagePlanCommand extends $Command< * @public */ constructor(readonly input: UpdateUsagePlanCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -194,7 +189,4 @@ export class UpdateUsagePlanCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdateUsagePlanCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-api-gateway/src/commands/UpdateVpcLinkCommand.ts b/clients/client-api-gateway/src/commands/UpdateVpcLinkCommand.ts index 9a3d73abe0b1..9e7ee4584e68 100644 --- a/clients/client-api-gateway/src/commands/UpdateVpcLinkCommand.ts +++ b/clients/client-api-gateway/src/commands/UpdateVpcLinkCommand.ts @@ -106,9 +106,6 @@ export class UpdateVpcLinkCommand extends $Command< UpdateVpcLinkCommandOutput, APIGatewayClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -122,9 +119,7 @@ export class UpdateVpcLinkCommand extends $Command< * @public */ constructor(readonly input: UpdateVpcLinkCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -175,7 +170,4 @@ export class UpdateVpcLinkCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdateVpcLinkCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-apigatewaymanagementapi/package.json b/clients/client-apigatewaymanagementapi/package.json index e90b2716f38c..ed54a42c714b 100644 --- a/clients/client-apigatewaymanagementapi/package.json +++ b/clients/client-apigatewaymanagementapi/package.json @@ -34,29 +34,29 @@ "@aws-sdk/util-endpoints": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@smithy/config-resolver": "^2.0.16", - "@smithy/fetch-http-handler": "^2.2.4", - "@smithy/hash-node": "^2.0.12", - "@smithy/invalid-dependency": "^2.0.12", - "@smithy/middleware-content-length": "^2.0.14", - "@smithy/middleware-endpoint": "^2.1.3", - "@smithy/middleware-retry": "^2.0.18", - "@smithy/middleware-serde": "^2.0.12", - "@smithy/middleware-stack": "^2.0.6", - "@smithy/node-config-provider": "^2.1.3", - "@smithy/node-http-handler": "^2.1.8", - "@smithy/protocol-http": "^3.0.8", - "@smithy/smithy-client": "^2.1.12", - "@smithy/types": "^2.4.0", - "@smithy/url-parser": "^2.0.12", - "@smithy/util-base64": "^2.0.0", + "@smithy/config-resolver": "^2.0.18", + "@smithy/fetch-http-handler": "^2.2.6", + "@smithy/hash-node": "^2.0.15", + "@smithy/invalid-dependency": "^2.0.13", + "@smithy/middleware-content-length": "^2.0.15", + "@smithy/middleware-endpoint": "^2.2.0", + "@smithy/middleware-retry": "^2.0.20", + "@smithy/middleware-serde": "^2.0.13", + "@smithy/middleware-stack": "^2.0.7", + "@smithy/node-config-provider": "^2.1.5", + "@smithy/node-http-handler": "^2.1.9", + "@smithy/protocol-http": "^3.0.9", + "@smithy/smithy-client": "^2.1.15", + "@smithy/types": "^2.5.0", + "@smithy/url-parser": "^2.0.13", + "@smithy/util-base64": "^2.0.1", "@smithy/util-body-length-browser": "^2.0.0", "@smithy/util-body-length-node": "^2.1.0", - "@smithy/util-defaults-mode-browser": "^2.0.16", - "@smithy/util-defaults-mode-node": "^2.0.21", - "@smithy/util-endpoints": "^1.0.2", - "@smithy/util-retry": "^2.0.5", - "@smithy/util-utf8": "^2.0.0", + "@smithy/util-defaults-mode-browser": "^2.0.19", + "@smithy/util-defaults-mode-node": "^2.0.25", + "@smithy/util-endpoints": "^1.0.4", + "@smithy/util-retry": "^2.0.6", + "@smithy/util-utf8": "^2.0.2", "tslib": "^2.5.0" }, "devDependencies": { diff --git a/clients/client-apigatewaymanagementapi/src/commands/DeleteConnectionCommand.ts b/clients/client-apigatewaymanagementapi/src/commands/DeleteConnectionCommand.ts index 5ea119ac3a54..23147ce91e02 100644 --- a/clients/client-apigatewaymanagementapi/src/commands/DeleteConnectionCommand.ts +++ b/clients/client-apigatewaymanagementapi/src/commands/DeleteConnectionCommand.ts @@ -81,9 +81,6 @@ export class DeleteConnectionCommand extends $Command< DeleteConnectionCommandOutput, ApiGatewayManagementApiClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -97,9 +94,7 @@ export class DeleteConnectionCommand extends $Command< * @public */ constructor(readonly input: DeleteConnectionCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -152,7 +147,4 @@ export class DeleteConnectionCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteConnectionCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-apigatewaymanagementapi/src/commands/GetConnectionCommand.ts b/clients/client-apigatewaymanagementapi/src/commands/GetConnectionCommand.ts index 201f1867940c..cc085d3490e1 100644 --- a/clients/client-apigatewaymanagementapi/src/commands/GetConnectionCommand.ts +++ b/clients/client-apigatewaymanagementapi/src/commands/GetConnectionCommand.ts @@ -88,9 +88,6 @@ export class GetConnectionCommand extends $Command< GetConnectionCommandOutput, ApiGatewayManagementApiClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -104,9 +101,7 @@ export class GetConnectionCommand extends $Command< * @public */ constructor(readonly input: GetConnectionCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -157,7 +152,4 @@ export class GetConnectionCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetConnectionCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-apigatewaymanagementapi/src/commands/PostToConnectionCommand.ts b/clients/client-apigatewaymanagementapi/src/commands/PostToConnectionCommand.ts index cb20ef32c89b..689d8e7eb0c4 100644 --- a/clients/client-apigatewaymanagementapi/src/commands/PostToConnectionCommand.ts +++ b/clients/client-apigatewaymanagementapi/src/commands/PostToConnectionCommand.ts @@ -93,9 +93,6 @@ export class PostToConnectionCommand extends $Command< PostToConnectionCommandOutput, ApiGatewayManagementApiClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -109,9 +106,7 @@ export class PostToConnectionCommand extends $Command< * @public */ constructor(readonly input: PostToConnectionCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -164,7 +159,4 @@ export class PostToConnectionCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_PostToConnectionCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-apigatewayv2/package.json b/clients/client-apigatewayv2/package.json index 3454b4adbd61..420bc7257e9e 100644 --- a/clients/client-apigatewayv2/package.json +++ b/clients/client-apigatewayv2/package.json @@ -34,30 +34,30 @@ "@aws-sdk/util-endpoints": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@smithy/config-resolver": "^2.0.16", - "@smithy/fetch-http-handler": "^2.2.4", - "@smithy/hash-node": "^2.0.12", - "@smithy/invalid-dependency": "^2.0.12", - "@smithy/middleware-content-length": "^2.0.14", - "@smithy/middleware-endpoint": "^2.1.3", - "@smithy/middleware-retry": "^2.0.18", - "@smithy/middleware-serde": "^2.0.12", - "@smithy/middleware-stack": "^2.0.6", - "@smithy/node-config-provider": "^2.1.3", - "@smithy/node-http-handler": "^2.1.8", - "@smithy/protocol-http": "^3.0.8", - "@smithy/smithy-client": "^2.1.12", - "@smithy/types": "^2.4.0", - "@smithy/url-parser": "^2.0.12", - "@smithy/util-base64": "^2.0.0", + "@smithy/config-resolver": "^2.0.18", + "@smithy/fetch-http-handler": "^2.2.6", + "@smithy/hash-node": "^2.0.15", + "@smithy/invalid-dependency": "^2.0.13", + "@smithy/middleware-content-length": "^2.0.15", + "@smithy/middleware-endpoint": "^2.2.0", + "@smithy/middleware-retry": "^2.0.20", + "@smithy/middleware-serde": "^2.0.13", + "@smithy/middleware-stack": "^2.0.7", + "@smithy/node-config-provider": "^2.1.5", + "@smithy/node-http-handler": "^2.1.9", + "@smithy/protocol-http": "^3.0.9", + "@smithy/smithy-client": "^2.1.15", + "@smithy/types": "^2.5.0", + "@smithy/url-parser": "^2.0.13", + "@smithy/util-base64": "^2.0.1", "@smithy/util-body-length-browser": "^2.0.0", "@smithy/util-body-length-node": "^2.1.0", - "@smithy/util-defaults-mode-browser": "^2.0.16", - "@smithy/util-defaults-mode-node": "^2.0.21", - "@smithy/util-endpoints": "^1.0.2", - "@smithy/util-retry": "^2.0.5", - "@smithy/util-stream": "^2.0.17", - "@smithy/util-utf8": "^2.0.0", + "@smithy/util-defaults-mode-browser": "^2.0.19", + "@smithy/util-defaults-mode-node": "^2.0.25", + "@smithy/util-endpoints": "^1.0.4", + "@smithy/util-retry": "^2.0.6", + "@smithy/util-stream": "^2.0.20", + "@smithy/util-utf8": "^2.0.2", "tslib": "^2.5.0" }, "devDependencies": { diff --git a/clients/client-apigatewayv2/src/commands/CreateApiCommand.ts b/clients/client-apigatewayv2/src/commands/CreateApiCommand.ts index 89954b6f9336..c64cd3a0a7e5 100644 --- a/clients/client-apigatewayv2/src/commands/CreateApiCommand.ts +++ b/clients/client-apigatewayv2/src/commands/CreateApiCommand.ts @@ -147,9 +147,6 @@ export class CreateApiCommand extends $Command< CreateApiCommandOutput, ApiGatewayV2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -163,9 +160,7 @@ export class CreateApiCommand extends $Command< * @public */ constructor(readonly input: CreateApiCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -216,7 +211,4 @@ export class CreateApiCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateApiCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-apigatewayv2/src/commands/CreateApiMappingCommand.ts b/clients/client-apigatewayv2/src/commands/CreateApiMappingCommand.ts index 086e3de3733f..39f388b15f78 100644 --- a/clients/client-apigatewayv2/src/commands/CreateApiMappingCommand.ts +++ b/clients/client-apigatewayv2/src/commands/CreateApiMappingCommand.ts @@ -88,9 +88,6 @@ export class CreateApiMappingCommand extends $Command< CreateApiMappingCommandOutput, ApiGatewayV2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -104,9 +101,7 @@ export class CreateApiMappingCommand extends $Command< * @public */ constructor(readonly input: CreateApiMappingCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -159,7 +154,4 @@ export class CreateApiMappingCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateApiMappingCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-apigatewayv2/src/commands/CreateAuthorizerCommand.ts b/clients/client-apigatewayv2/src/commands/CreateAuthorizerCommand.ts index 4c8886033275..bed5cdff282d 100644 --- a/clients/client-apigatewayv2/src/commands/CreateAuthorizerCommand.ts +++ b/clients/client-apigatewayv2/src/commands/CreateAuthorizerCommand.ts @@ -116,9 +116,6 @@ export class CreateAuthorizerCommand extends $Command< CreateAuthorizerCommandOutput, ApiGatewayV2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -132,9 +129,7 @@ export class CreateAuthorizerCommand extends $Command< * @public */ constructor(readonly input: CreateAuthorizerCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -187,7 +182,4 @@ export class CreateAuthorizerCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateAuthorizerCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-apigatewayv2/src/commands/CreateDeploymentCommand.ts b/clients/client-apigatewayv2/src/commands/CreateDeploymentCommand.ts index d38e879866fe..1abc569ed5c9 100644 --- a/clients/client-apigatewayv2/src/commands/CreateDeploymentCommand.ts +++ b/clients/client-apigatewayv2/src/commands/CreateDeploymentCommand.ts @@ -89,9 +89,6 @@ export class CreateDeploymentCommand extends $Command< CreateDeploymentCommandOutput, ApiGatewayV2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -105,9 +102,7 @@ export class CreateDeploymentCommand extends $Command< * @public */ constructor(readonly input: CreateDeploymentCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -160,7 +155,4 @@ export class CreateDeploymentCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateDeploymentCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-apigatewayv2/src/commands/CreateDomainNameCommand.ts b/clients/client-apigatewayv2/src/commands/CreateDomainNameCommand.ts index 9166cc86434c..c128da78a759 100644 --- a/clients/client-apigatewayv2/src/commands/CreateDomainNameCommand.ts +++ b/clients/client-apigatewayv2/src/commands/CreateDomainNameCommand.ts @@ -130,9 +130,6 @@ export class CreateDomainNameCommand extends $Command< CreateDomainNameCommandOutput, ApiGatewayV2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -146,9 +143,7 @@ export class CreateDomainNameCommand extends $Command< * @public */ constructor(readonly input: CreateDomainNameCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -201,7 +196,4 @@ export class CreateDomainNameCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateDomainNameCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-apigatewayv2/src/commands/CreateIntegrationCommand.ts b/clients/client-apigatewayv2/src/commands/CreateIntegrationCommand.ts index 41709f5d4fc5..6b020fb077a8 100644 --- a/clients/client-apigatewayv2/src/commands/CreateIntegrationCommand.ts +++ b/clients/client-apigatewayv2/src/commands/CreateIntegrationCommand.ts @@ -138,9 +138,6 @@ export class CreateIntegrationCommand extends $Command< CreateIntegrationCommandOutput, ApiGatewayV2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -154,9 +151,7 @@ export class CreateIntegrationCommand extends $Command< * @public */ constructor(readonly input: CreateIntegrationCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -209,7 +204,4 @@ export class CreateIntegrationCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateIntegrationCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-apigatewayv2/src/commands/CreateIntegrationResponseCommand.ts b/clients/client-apigatewayv2/src/commands/CreateIntegrationResponseCommand.ts index 653a6702dcbd..f9b1b308e5b1 100644 --- a/clients/client-apigatewayv2/src/commands/CreateIntegrationResponseCommand.ts +++ b/clients/client-apigatewayv2/src/commands/CreateIntegrationResponseCommand.ts @@ -101,9 +101,6 @@ export class CreateIntegrationResponseCommand extends $Command< CreateIntegrationResponseCommandOutput, ApiGatewayV2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -117,9 +114,7 @@ export class CreateIntegrationResponseCommand extends $Command< * @public */ constructor(readonly input: CreateIntegrationResponseCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -175,7 +170,4 @@ export class CreateIntegrationResponseCommand extends $Command< ): Promise { return de_CreateIntegrationResponseCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-apigatewayv2/src/commands/CreateModelCommand.ts b/clients/client-apigatewayv2/src/commands/CreateModelCommand.ts index b79aa3640a79..76ec2ff7d291 100644 --- a/clients/client-apigatewayv2/src/commands/CreateModelCommand.ts +++ b/clients/client-apigatewayv2/src/commands/CreateModelCommand.ts @@ -90,9 +90,6 @@ export class CreateModelCommand extends $Command< CreateModelCommandOutput, ApiGatewayV2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -106,9 +103,7 @@ export class CreateModelCommand extends $Command< * @public */ constructor(readonly input: CreateModelCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -159,7 +154,4 @@ export class CreateModelCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateModelCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-apigatewayv2/src/commands/CreateRouteCommand.ts b/clients/client-apigatewayv2/src/commands/CreateRouteCommand.ts index 73c5e7665ef6..e637190b7826 100644 --- a/clients/client-apigatewayv2/src/commands/CreateRouteCommand.ts +++ b/clients/client-apigatewayv2/src/commands/CreateRouteCommand.ts @@ -121,9 +121,6 @@ export class CreateRouteCommand extends $Command< CreateRouteCommandOutput, ApiGatewayV2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -137,9 +134,7 @@ export class CreateRouteCommand extends $Command< * @public */ constructor(readonly input: CreateRouteCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -190,7 +185,4 @@ export class CreateRouteCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateRouteCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-apigatewayv2/src/commands/CreateRouteResponseCommand.ts b/clients/client-apigatewayv2/src/commands/CreateRouteResponseCommand.ts index f877c789864e..ac3c3ded479a 100644 --- a/clients/client-apigatewayv2/src/commands/CreateRouteResponseCommand.ts +++ b/clients/client-apigatewayv2/src/commands/CreateRouteResponseCommand.ts @@ -103,9 +103,6 @@ export class CreateRouteResponseCommand extends $Command< CreateRouteResponseCommandOutput, ApiGatewayV2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -119,9 +116,7 @@ export class CreateRouteResponseCommand extends $Command< * @public */ constructor(readonly input: CreateRouteResponseCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -174,7 +169,4 @@ export class CreateRouteResponseCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateRouteResponseCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-apigatewayv2/src/commands/CreateStageCommand.ts b/clients/client-apigatewayv2/src/commands/CreateStageCommand.ts index 022236227c1b..63915d205f1a 100644 --- a/clients/client-apigatewayv2/src/commands/CreateStageCommand.ts +++ b/clients/client-apigatewayv2/src/commands/CreateStageCommand.ts @@ -147,9 +147,6 @@ export class CreateStageCommand extends $Command< CreateStageCommandOutput, ApiGatewayV2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -163,9 +160,7 @@ export class CreateStageCommand extends $Command< * @public */ constructor(readonly input: CreateStageCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -216,7 +211,4 @@ export class CreateStageCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateStageCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-apigatewayv2/src/commands/CreateVpcLinkCommand.ts b/clients/client-apigatewayv2/src/commands/CreateVpcLinkCommand.ts index f34131e593b6..3bce5ac05389 100644 --- a/clients/client-apigatewayv2/src/commands/CreateVpcLinkCommand.ts +++ b/clients/client-apigatewayv2/src/commands/CreateVpcLinkCommand.ts @@ -99,9 +99,6 @@ export class CreateVpcLinkCommand extends $Command< CreateVpcLinkCommandOutput, ApiGatewayV2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -115,9 +112,7 @@ export class CreateVpcLinkCommand extends $Command< * @public */ constructor(readonly input: CreateVpcLinkCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -168,7 +163,4 @@ export class CreateVpcLinkCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateVpcLinkCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-apigatewayv2/src/commands/DeleteAccessLogSettingsCommand.ts b/clients/client-apigatewayv2/src/commands/DeleteAccessLogSettingsCommand.ts index 9c15f69ce657..b21e3e5af13e 100644 --- a/clients/client-apigatewayv2/src/commands/DeleteAccessLogSettingsCommand.ts +++ b/clients/client-apigatewayv2/src/commands/DeleteAccessLogSettingsCommand.ts @@ -75,9 +75,6 @@ export class DeleteAccessLogSettingsCommand extends $Command< DeleteAccessLogSettingsCommandOutput, ApiGatewayV2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -91,9 +88,7 @@ export class DeleteAccessLogSettingsCommand extends $Command< * @public */ constructor(readonly input: DeleteAccessLogSettingsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -146,7 +141,4 @@ export class DeleteAccessLogSettingsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteAccessLogSettingsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-apigatewayv2/src/commands/DeleteApiCommand.ts b/clients/client-apigatewayv2/src/commands/DeleteApiCommand.ts index 4d3495a38e23..626f52cfae10 100644 --- a/clients/client-apigatewayv2/src/commands/DeleteApiCommand.ts +++ b/clients/client-apigatewayv2/src/commands/DeleteApiCommand.ts @@ -74,9 +74,6 @@ export class DeleteApiCommand extends $Command< DeleteApiCommandOutput, ApiGatewayV2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -90,9 +87,7 @@ export class DeleteApiCommand extends $Command< * @public */ constructor(readonly input: DeleteApiCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -143,7 +138,4 @@ export class DeleteApiCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteApiCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-apigatewayv2/src/commands/DeleteApiMappingCommand.ts b/clients/client-apigatewayv2/src/commands/DeleteApiMappingCommand.ts index 278557138792..f1601b70fe0e 100644 --- a/clients/client-apigatewayv2/src/commands/DeleteApiMappingCommand.ts +++ b/clients/client-apigatewayv2/src/commands/DeleteApiMappingCommand.ts @@ -78,9 +78,6 @@ export class DeleteApiMappingCommand extends $Command< DeleteApiMappingCommandOutput, ApiGatewayV2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -94,9 +91,7 @@ export class DeleteApiMappingCommand extends $Command< * @public */ constructor(readonly input: DeleteApiMappingCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -149,7 +144,4 @@ export class DeleteApiMappingCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteApiMappingCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-apigatewayv2/src/commands/DeleteAuthorizerCommand.ts b/clients/client-apigatewayv2/src/commands/DeleteAuthorizerCommand.ts index 0665ae4bda0d..8eab9f3ec89b 100644 --- a/clients/client-apigatewayv2/src/commands/DeleteAuthorizerCommand.ts +++ b/clients/client-apigatewayv2/src/commands/DeleteAuthorizerCommand.ts @@ -75,9 +75,6 @@ export class DeleteAuthorizerCommand extends $Command< DeleteAuthorizerCommandOutput, ApiGatewayV2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -91,9 +88,7 @@ export class DeleteAuthorizerCommand extends $Command< * @public */ constructor(readonly input: DeleteAuthorizerCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -146,7 +141,4 @@ export class DeleteAuthorizerCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteAuthorizerCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-apigatewayv2/src/commands/DeleteCorsConfigurationCommand.ts b/clients/client-apigatewayv2/src/commands/DeleteCorsConfigurationCommand.ts index 334483270e79..e52a385ae853 100644 --- a/clients/client-apigatewayv2/src/commands/DeleteCorsConfigurationCommand.ts +++ b/clients/client-apigatewayv2/src/commands/DeleteCorsConfigurationCommand.ts @@ -74,9 +74,6 @@ export class DeleteCorsConfigurationCommand extends $Command< DeleteCorsConfigurationCommandOutput, ApiGatewayV2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -90,9 +87,7 @@ export class DeleteCorsConfigurationCommand extends $Command< * @public */ constructor(readonly input: DeleteCorsConfigurationCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -145,7 +140,4 @@ export class DeleteCorsConfigurationCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteCorsConfigurationCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-apigatewayv2/src/commands/DeleteDeploymentCommand.ts b/clients/client-apigatewayv2/src/commands/DeleteDeploymentCommand.ts index fff51fa93cf7..469075908824 100644 --- a/clients/client-apigatewayv2/src/commands/DeleteDeploymentCommand.ts +++ b/clients/client-apigatewayv2/src/commands/DeleteDeploymentCommand.ts @@ -75,9 +75,6 @@ export class DeleteDeploymentCommand extends $Command< DeleteDeploymentCommandOutput, ApiGatewayV2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -91,9 +88,7 @@ export class DeleteDeploymentCommand extends $Command< * @public */ constructor(readonly input: DeleteDeploymentCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -146,7 +141,4 @@ export class DeleteDeploymentCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteDeploymentCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-apigatewayv2/src/commands/DeleteDomainNameCommand.ts b/clients/client-apigatewayv2/src/commands/DeleteDomainNameCommand.ts index dad7d8d063dc..c0cc566a3460 100644 --- a/clients/client-apigatewayv2/src/commands/DeleteDomainNameCommand.ts +++ b/clients/client-apigatewayv2/src/commands/DeleteDomainNameCommand.ts @@ -74,9 +74,6 @@ export class DeleteDomainNameCommand extends $Command< DeleteDomainNameCommandOutput, ApiGatewayV2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -90,9 +87,7 @@ export class DeleteDomainNameCommand extends $Command< * @public */ constructor(readonly input: DeleteDomainNameCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -145,7 +140,4 @@ export class DeleteDomainNameCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteDomainNameCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-apigatewayv2/src/commands/DeleteIntegrationCommand.ts b/clients/client-apigatewayv2/src/commands/DeleteIntegrationCommand.ts index 892e6645fead..4fdd00234fd2 100644 --- a/clients/client-apigatewayv2/src/commands/DeleteIntegrationCommand.ts +++ b/clients/client-apigatewayv2/src/commands/DeleteIntegrationCommand.ts @@ -75,9 +75,6 @@ export class DeleteIntegrationCommand extends $Command< DeleteIntegrationCommandOutput, ApiGatewayV2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -91,9 +88,7 @@ export class DeleteIntegrationCommand extends $Command< * @public */ constructor(readonly input: DeleteIntegrationCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -146,7 +141,4 @@ export class DeleteIntegrationCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteIntegrationCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-apigatewayv2/src/commands/DeleteIntegrationResponseCommand.ts b/clients/client-apigatewayv2/src/commands/DeleteIntegrationResponseCommand.ts index 96650f450d0f..5a5a45db584c 100644 --- a/clients/client-apigatewayv2/src/commands/DeleteIntegrationResponseCommand.ts +++ b/clients/client-apigatewayv2/src/commands/DeleteIntegrationResponseCommand.ts @@ -76,9 +76,6 @@ export class DeleteIntegrationResponseCommand extends $Command< DeleteIntegrationResponseCommandOutput, ApiGatewayV2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -92,9 +89,7 @@ export class DeleteIntegrationResponseCommand extends $Command< * @public */ constructor(readonly input: DeleteIntegrationResponseCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -150,7 +145,4 @@ export class DeleteIntegrationResponseCommand extends $Command< ): Promise { return de_DeleteIntegrationResponseCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-apigatewayv2/src/commands/DeleteModelCommand.ts b/clients/client-apigatewayv2/src/commands/DeleteModelCommand.ts index 9d06d8f7b991..dbd5ea703fd5 100644 --- a/clients/client-apigatewayv2/src/commands/DeleteModelCommand.ts +++ b/clients/client-apigatewayv2/src/commands/DeleteModelCommand.ts @@ -75,9 +75,6 @@ export class DeleteModelCommand extends $Command< DeleteModelCommandOutput, ApiGatewayV2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -91,9 +88,7 @@ export class DeleteModelCommand extends $Command< * @public */ constructor(readonly input: DeleteModelCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -144,7 +139,4 @@ export class DeleteModelCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteModelCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-apigatewayv2/src/commands/DeleteRouteCommand.ts b/clients/client-apigatewayv2/src/commands/DeleteRouteCommand.ts index 65dd334dad48..4d4f04c9dfb7 100644 --- a/clients/client-apigatewayv2/src/commands/DeleteRouteCommand.ts +++ b/clients/client-apigatewayv2/src/commands/DeleteRouteCommand.ts @@ -75,9 +75,6 @@ export class DeleteRouteCommand extends $Command< DeleteRouteCommandOutput, ApiGatewayV2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -91,9 +88,7 @@ export class DeleteRouteCommand extends $Command< * @public */ constructor(readonly input: DeleteRouteCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -144,7 +139,4 @@ export class DeleteRouteCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteRouteCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-apigatewayv2/src/commands/DeleteRouteRequestParameterCommand.ts b/clients/client-apigatewayv2/src/commands/DeleteRouteRequestParameterCommand.ts index 9896ae37dd29..1f4a7cb9a356 100644 --- a/clients/client-apigatewayv2/src/commands/DeleteRouteRequestParameterCommand.ts +++ b/clients/client-apigatewayv2/src/commands/DeleteRouteRequestParameterCommand.ts @@ -79,9 +79,6 @@ export class DeleteRouteRequestParameterCommand extends $Command< DeleteRouteRequestParameterCommandOutput, ApiGatewayV2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -95,9 +92,7 @@ export class DeleteRouteRequestParameterCommand extends $Command< * @public */ constructor(readonly input: DeleteRouteRequestParameterCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -153,7 +148,4 @@ export class DeleteRouteRequestParameterCommand extends $Command< ): Promise { return de_DeleteRouteRequestParameterCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-apigatewayv2/src/commands/DeleteRouteResponseCommand.ts b/clients/client-apigatewayv2/src/commands/DeleteRouteResponseCommand.ts index 320b704285ae..498ae932bd25 100644 --- a/clients/client-apigatewayv2/src/commands/DeleteRouteResponseCommand.ts +++ b/clients/client-apigatewayv2/src/commands/DeleteRouteResponseCommand.ts @@ -76,9 +76,6 @@ export class DeleteRouteResponseCommand extends $Command< DeleteRouteResponseCommandOutput, ApiGatewayV2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -92,9 +89,7 @@ export class DeleteRouteResponseCommand extends $Command< * @public */ constructor(readonly input: DeleteRouteResponseCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -147,7 +142,4 @@ export class DeleteRouteResponseCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteRouteResponseCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-apigatewayv2/src/commands/DeleteRouteSettingsCommand.ts b/clients/client-apigatewayv2/src/commands/DeleteRouteSettingsCommand.ts index 5cea2476244e..0fed84c38ada 100644 --- a/clients/client-apigatewayv2/src/commands/DeleteRouteSettingsCommand.ts +++ b/clients/client-apigatewayv2/src/commands/DeleteRouteSettingsCommand.ts @@ -76,9 +76,6 @@ export class DeleteRouteSettingsCommand extends $Command< DeleteRouteSettingsCommandOutput, ApiGatewayV2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -92,9 +89,7 @@ export class DeleteRouteSettingsCommand extends $Command< * @public */ constructor(readonly input: DeleteRouteSettingsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -147,7 +142,4 @@ export class DeleteRouteSettingsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteRouteSettingsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-apigatewayv2/src/commands/DeleteStageCommand.ts b/clients/client-apigatewayv2/src/commands/DeleteStageCommand.ts index 54cb8998a3c6..a79ee04fc831 100644 --- a/clients/client-apigatewayv2/src/commands/DeleteStageCommand.ts +++ b/clients/client-apigatewayv2/src/commands/DeleteStageCommand.ts @@ -75,9 +75,6 @@ export class DeleteStageCommand extends $Command< DeleteStageCommandOutput, ApiGatewayV2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -91,9 +88,7 @@ export class DeleteStageCommand extends $Command< * @public */ constructor(readonly input: DeleteStageCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -144,7 +139,4 @@ export class DeleteStageCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteStageCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-apigatewayv2/src/commands/DeleteVpcLinkCommand.ts b/clients/client-apigatewayv2/src/commands/DeleteVpcLinkCommand.ts index 528c65584b86..0f1dadc801fd 100644 --- a/clients/client-apigatewayv2/src/commands/DeleteVpcLinkCommand.ts +++ b/clients/client-apigatewayv2/src/commands/DeleteVpcLinkCommand.ts @@ -74,9 +74,6 @@ export class DeleteVpcLinkCommand extends $Command< DeleteVpcLinkCommandOutput, ApiGatewayV2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -90,9 +87,7 @@ export class DeleteVpcLinkCommand extends $Command< * @public */ constructor(readonly input: DeleteVpcLinkCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -143,7 +138,4 @@ export class DeleteVpcLinkCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteVpcLinkCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-apigatewayv2/src/commands/ExportApiCommand.ts b/clients/client-apigatewayv2/src/commands/ExportApiCommand.ts index d380d82dce50..840c1a8b7614 100644 --- a/clients/client-apigatewayv2/src/commands/ExportApiCommand.ts +++ b/clients/client-apigatewayv2/src/commands/ExportApiCommand.ts @@ -92,9 +92,6 @@ export class ExportApiCommand extends $Command< ExportApiCommandOutput, ApiGatewayV2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -108,9 +105,7 @@ export class ExportApiCommand extends $Command< * @public */ constructor(readonly input: ExportApiCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -161,7 +156,4 @@ export class ExportApiCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ExportApiCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-apigatewayv2/src/commands/GetApiCommand.ts b/clients/client-apigatewayv2/src/commands/GetApiCommand.ts index 86d4aaf3086a..8050ced675bf 100644 --- a/clients/client-apigatewayv2/src/commands/GetApiCommand.ts +++ b/clients/client-apigatewayv2/src/commands/GetApiCommand.ts @@ -108,9 +108,6 @@ export interface GetApiCommandOutput extends GetApiResponse, __MetadataBearer {} * */ export class GetApiCommand extends $Command { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -124,9 +121,7 @@ export class GetApiCommand extends $Command { return de_GetApiCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-apigatewayv2/src/commands/GetApiMappingCommand.ts b/clients/client-apigatewayv2/src/commands/GetApiMappingCommand.ts index a84bc006eb4a..7374b4b8ebac 100644 --- a/clients/client-apigatewayv2/src/commands/GetApiMappingCommand.ts +++ b/clients/client-apigatewayv2/src/commands/GetApiMappingCommand.ts @@ -83,9 +83,6 @@ export class GetApiMappingCommand extends $Command< GetApiMappingCommandOutput, ApiGatewayV2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -99,9 +96,7 @@ export class GetApiMappingCommand extends $Command< * @public */ constructor(readonly input: GetApiMappingCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -152,7 +147,4 @@ export class GetApiMappingCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetApiMappingCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-apigatewayv2/src/commands/GetApiMappingsCommand.ts b/clients/client-apigatewayv2/src/commands/GetApiMappingsCommand.ts index 237f341c63fb..c3c0b256982b 100644 --- a/clients/client-apigatewayv2/src/commands/GetApiMappingsCommand.ts +++ b/clients/client-apigatewayv2/src/commands/GetApiMappingsCommand.ts @@ -89,9 +89,6 @@ export class GetApiMappingsCommand extends $Command< GetApiMappingsCommandOutput, ApiGatewayV2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -105,9 +102,7 @@ export class GetApiMappingsCommand extends $Command< * @public */ constructor(readonly input: GetApiMappingsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -160,7 +155,4 @@ export class GetApiMappingsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetApiMappingsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-apigatewayv2/src/commands/GetApisCommand.ts b/clients/client-apigatewayv2/src/commands/GetApisCommand.ts index 407993035908..a21a194deec5 100644 --- a/clients/client-apigatewayv2/src/commands/GetApisCommand.ts +++ b/clients/client-apigatewayv2/src/commands/GetApisCommand.ts @@ -121,9 +121,6 @@ export class GetApisCommand extends $Command< GetApisCommandOutput, ApiGatewayV2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -137,9 +134,7 @@ export class GetApisCommand extends $Command< * @public */ constructor(readonly input: GetApisCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -190,7 +185,4 @@ export class GetApisCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetApisCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-apigatewayv2/src/commands/GetAuthorizerCommand.ts b/clients/client-apigatewayv2/src/commands/GetAuthorizerCommand.ts index 700f31b972f8..ccd6e6ebb38c 100644 --- a/clients/client-apigatewayv2/src/commands/GetAuthorizerCommand.ts +++ b/clients/client-apigatewayv2/src/commands/GetAuthorizerCommand.ts @@ -94,9 +94,6 @@ export class GetAuthorizerCommand extends $Command< GetAuthorizerCommandOutput, ApiGatewayV2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -110,9 +107,7 @@ export class GetAuthorizerCommand extends $Command< * @public */ constructor(readonly input: GetAuthorizerCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -163,7 +158,4 @@ export class GetAuthorizerCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetAuthorizerCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-apigatewayv2/src/commands/GetAuthorizersCommand.ts b/clients/client-apigatewayv2/src/commands/GetAuthorizersCommand.ts index 6b43ac510e85..3aac76ad68cf 100644 --- a/clients/client-apigatewayv2/src/commands/GetAuthorizersCommand.ts +++ b/clients/client-apigatewayv2/src/commands/GetAuthorizersCommand.ts @@ -103,9 +103,6 @@ export class GetAuthorizersCommand extends $Command< GetAuthorizersCommandOutput, ApiGatewayV2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -119,9 +116,7 @@ export class GetAuthorizersCommand extends $Command< * @public */ constructor(readonly input: GetAuthorizersCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -174,7 +169,4 @@ export class GetAuthorizersCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetAuthorizersCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-apigatewayv2/src/commands/GetDeploymentCommand.ts b/clients/client-apigatewayv2/src/commands/GetDeploymentCommand.ts index bdf528078c85..ff02ba01bd28 100644 --- a/clients/client-apigatewayv2/src/commands/GetDeploymentCommand.ts +++ b/clients/client-apigatewayv2/src/commands/GetDeploymentCommand.ts @@ -82,9 +82,6 @@ export class GetDeploymentCommand extends $Command< GetDeploymentCommandOutput, ApiGatewayV2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -98,9 +95,7 @@ export class GetDeploymentCommand extends $Command< * @public */ constructor(readonly input: GetDeploymentCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -151,7 +146,4 @@ export class GetDeploymentCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetDeploymentCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-apigatewayv2/src/commands/GetDeploymentsCommand.ts b/clients/client-apigatewayv2/src/commands/GetDeploymentsCommand.ts index b54ddc7ed643..1defbd8cc6dd 100644 --- a/clients/client-apigatewayv2/src/commands/GetDeploymentsCommand.ts +++ b/clients/client-apigatewayv2/src/commands/GetDeploymentsCommand.ts @@ -91,9 +91,6 @@ export class GetDeploymentsCommand extends $Command< GetDeploymentsCommandOutput, ApiGatewayV2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -107,9 +104,7 @@ export class GetDeploymentsCommand extends $Command< * @public */ constructor(readonly input: GetDeploymentsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -162,7 +157,4 @@ export class GetDeploymentsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetDeploymentsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-apigatewayv2/src/commands/GetDomainNameCommand.ts b/clients/client-apigatewayv2/src/commands/GetDomainNameCommand.ts index 2128fe0962a4..5cf3e27154fb 100644 --- a/clients/client-apigatewayv2/src/commands/GetDomainNameCommand.ts +++ b/clients/client-apigatewayv2/src/commands/GetDomainNameCommand.ts @@ -101,9 +101,6 @@ export class GetDomainNameCommand extends $Command< GetDomainNameCommandOutput, ApiGatewayV2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -117,9 +114,7 @@ export class GetDomainNameCommand extends $Command< * @public */ constructor(readonly input: GetDomainNameCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -170,7 +165,4 @@ export class GetDomainNameCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetDomainNameCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-apigatewayv2/src/commands/GetDomainNamesCommand.ts b/clients/client-apigatewayv2/src/commands/GetDomainNamesCommand.ts index af31f32bfc30..bed25c7d7ed2 100644 --- a/clients/client-apigatewayv2/src/commands/GetDomainNamesCommand.ts +++ b/clients/client-apigatewayv2/src/commands/GetDomainNamesCommand.ts @@ -110,9 +110,6 @@ export class GetDomainNamesCommand extends $Command< GetDomainNamesCommandOutput, ApiGatewayV2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -126,9 +123,7 @@ export class GetDomainNamesCommand extends $Command< * @public */ constructor(readonly input: GetDomainNamesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -181,7 +176,4 @@ export class GetDomainNamesCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetDomainNamesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-apigatewayv2/src/commands/GetIntegrationCommand.ts b/clients/client-apigatewayv2/src/commands/GetIntegrationCommand.ts index 21aca77ff6d6..5eb7b5017bdb 100644 --- a/clients/client-apigatewayv2/src/commands/GetIntegrationCommand.ts +++ b/clients/client-apigatewayv2/src/commands/GetIntegrationCommand.ts @@ -106,9 +106,6 @@ export class GetIntegrationCommand extends $Command< GetIntegrationCommandOutput, ApiGatewayV2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -122,9 +119,7 @@ export class GetIntegrationCommand extends $Command< * @public */ constructor(readonly input: GetIntegrationCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -177,7 +172,4 @@ export class GetIntegrationCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetIntegrationCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-apigatewayv2/src/commands/GetIntegrationResponseCommand.ts b/clients/client-apigatewayv2/src/commands/GetIntegrationResponseCommand.ts index ffab818ca9be..21e503137e24 100644 --- a/clients/client-apigatewayv2/src/commands/GetIntegrationResponseCommand.ts +++ b/clients/client-apigatewayv2/src/commands/GetIntegrationResponseCommand.ts @@ -87,9 +87,6 @@ export class GetIntegrationResponseCommand extends $Command< GetIntegrationResponseCommandOutput, ApiGatewayV2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -103,9 +100,7 @@ export class GetIntegrationResponseCommand extends $Command< * @public */ constructor(readonly input: GetIntegrationResponseCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -158,7 +153,4 @@ export class GetIntegrationResponseCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetIntegrationResponseCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-apigatewayv2/src/commands/GetIntegrationResponsesCommand.ts b/clients/client-apigatewayv2/src/commands/GetIntegrationResponsesCommand.ts index f87d852bf416..3fcc1345817e 100644 --- a/clients/client-apigatewayv2/src/commands/GetIntegrationResponsesCommand.ts +++ b/clients/client-apigatewayv2/src/commands/GetIntegrationResponsesCommand.ts @@ -96,9 +96,6 @@ export class GetIntegrationResponsesCommand extends $Command< GetIntegrationResponsesCommandOutput, ApiGatewayV2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -112,9 +109,7 @@ export class GetIntegrationResponsesCommand extends $Command< * @public */ constructor(readonly input: GetIntegrationResponsesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -167,7 +162,4 @@ export class GetIntegrationResponsesCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetIntegrationResponsesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-apigatewayv2/src/commands/GetIntegrationsCommand.ts b/clients/client-apigatewayv2/src/commands/GetIntegrationsCommand.ts index 6bf5b331e571..0b349fac7008 100644 --- a/clients/client-apigatewayv2/src/commands/GetIntegrationsCommand.ts +++ b/clients/client-apigatewayv2/src/commands/GetIntegrationsCommand.ts @@ -115,9 +115,6 @@ export class GetIntegrationsCommand extends $Command< GetIntegrationsCommandOutput, ApiGatewayV2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -131,9 +128,7 @@ export class GetIntegrationsCommand extends $Command< * @public */ constructor(readonly input: GetIntegrationsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -186,7 +181,4 @@ export class GetIntegrationsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetIntegrationsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-apigatewayv2/src/commands/GetModelCommand.ts b/clients/client-apigatewayv2/src/commands/GetModelCommand.ts index b495754cad32..df97b259c2d4 100644 --- a/clients/client-apigatewayv2/src/commands/GetModelCommand.ts +++ b/clients/client-apigatewayv2/src/commands/GetModelCommand.ts @@ -81,9 +81,6 @@ export class GetModelCommand extends $Command< GetModelCommandOutput, ApiGatewayV2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -97,9 +94,7 @@ export class GetModelCommand extends $Command< * @public */ constructor(readonly input: GetModelCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -150,7 +145,4 @@ export class GetModelCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetModelCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-apigatewayv2/src/commands/GetModelTemplateCommand.ts b/clients/client-apigatewayv2/src/commands/GetModelTemplateCommand.ts index a1989471a170..39948524abc0 100644 --- a/clients/client-apigatewayv2/src/commands/GetModelTemplateCommand.ts +++ b/clients/client-apigatewayv2/src/commands/GetModelTemplateCommand.ts @@ -77,9 +77,6 @@ export class GetModelTemplateCommand extends $Command< GetModelTemplateCommandOutput, ApiGatewayV2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -93,9 +90,7 @@ export class GetModelTemplateCommand extends $Command< * @public */ constructor(readonly input: GetModelTemplateCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -148,7 +143,4 @@ export class GetModelTemplateCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetModelTemplateCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-apigatewayv2/src/commands/GetModelsCommand.ts b/clients/client-apigatewayv2/src/commands/GetModelsCommand.ts index 378af22422dd..6c2d61815d6f 100644 --- a/clients/client-apigatewayv2/src/commands/GetModelsCommand.ts +++ b/clients/client-apigatewayv2/src/commands/GetModelsCommand.ts @@ -90,9 +90,6 @@ export class GetModelsCommand extends $Command< GetModelsCommandOutput, ApiGatewayV2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -106,9 +103,7 @@ export class GetModelsCommand extends $Command< * @public */ constructor(readonly input: GetModelsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -159,7 +154,4 @@ export class GetModelsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetModelsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-apigatewayv2/src/commands/GetRouteCommand.ts b/clients/client-apigatewayv2/src/commands/GetRouteCommand.ts index 095957490ff1..6ff8f5ee1faf 100644 --- a/clients/client-apigatewayv2/src/commands/GetRouteCommand.ts +++ b/clients/client-apigatewayv2/src/commands/GetRouteCommand.ts @@ -97,9 +97,6 @@ export class GetRouteCommand extends $Command< GetRouteCommandOutput, ApiGatewayV2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -113,9 +110,7 @@ export class GetRouteCommand extends $Command< * @public */ constructor(readonly input: GetRouteCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -166,7 +161,4 @@ export class GetRouteCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetRouteCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-apigatewayv2/src/commands/GetRouteResponseCommand.ts b/clients/client-apigatewayv2/src/commands/GetRouteResponseCommand.ts index 4c0a3a01a190..8f25ddf26384 100644 --- a/clients/client-apigatewayv2/src/commands/GetRouteResponseCommand.ts +++ b/clients/client-apigatewayv2/src/commands/GetRouteResponseCommand.ts @@ -88,9 +88,6 @@ export class GetRouteResponseCommand extends $Command< GetRouteResponseCommandOutput, ApiGatewayV2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -104,9 +101,7 @@ export class GetRouteResponseCommand extends $Command< * @public */ constructor(readonly input: GetRouteResponseCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -159,7 +154,4 @@ export class GetRouteResponseCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetRouteResponseCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-apigatewayv2/src/commands/GetRouteResponsesCommand.ts b/clients/client-apigatewayv2/src/commands/GetRouteResponsesCommand.ts index fe4c22c601a5..8a9626764f19 100644 --- a/clients/client-apigatewayv2/src/commands/GetRouteResponsesCommand.ts +++ b/clients/client-apigatewayv2/src/commands/GetRouteResponsesCommand.ts @@ -97,9 +97,6 @@ export class GetRouteResponsesCommand extends $Command< GetRouteResponsesCommandOutput, ApiGatewayV2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -113,9 +110,7 @@ export class GetRouteResponsesCommand extends $Command< * @public */ constructor(readonly input: GetRouteResponsesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -168,7 +163,4 @@ export class GetRouteResponsesCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetRouteResponsesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-apigatewayv2/src/commands/GetRoutesCommand.ts b/clients/client-apigatewayv2/src/commands/GetRoutesCommand.ts index 253db2a22318..7eb78f6e3452 100644 --- a/clients/client-apigatewayv2/src/commands/GetRoutesCommand.ts +++ b/clients/client-apigatewayv2/src/commands/GetRoutesCommand.ts @@ -106,9 +106,6 @@ export class GetRoutesCommand extends $Command< GetRoutesCommandOutput, ApiGatewayV2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -122,9 +119,7 @@ export class GetRoutesCommand extends $Command< * @public */ constructor(readonly input: GetRoutesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -175,7 +170,4 @@ export class GetRoutesCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetRoutesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-apigatewayv2/src/commands/GetStageCommand.ts b/clients/client-apigatewayv2/src/commands/GetStageCommand.ts index 85036025d3f7..814578c1a709 100644 --- a/clients/client-apigatewayv2/src/commands/GetStageCommand.ts +++ b/clients/client-apigatewayv2/src/commands/GetStageCommand.ts @@ -111,9 +111,6 @@ export class GetStageCommand extends $Command< GetStageCommandOutput, ApiGatewayV2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -127,9 +124,7 @@ export class GetStageCommand extends $Command< * @public */ constructor(readonly input: GetStageCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -180,7 +175,4 @@ export class GetStageCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetStageCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-apigatewayv2/src/commands/GetStagesCommand.ts b/clients/client-apigatewayv2/src/commands/GetStagesCommand.ts index 121f2646e763..66124cfc810a 100644 --- a/clients/client-apigatewayv2/src/commands/GetStagesCommand.ts +++ b/clients/client-apigatewayv2/src/commands/GetStagesCommand.ts @@ -120,9 +120,6 @@ export class GetStagesCommand extends $Command< GetStagesCommandOutput, ApiGatewayV2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -136,9 +133,7 @@ export class GetStagesCommand extends $Command< * @public */ constructor(readonly input: GetStagesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -189,7 +184,4 @@ export class GetStagesCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetStagesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-apigatewayv2/src/commands/GetTagsCommand.ts b/clients/client-apigatewayv2/src/commands/GetTagsCommand.ts index bdba24200a62..7ef52aaeeb91 100644 --- a/clients/client-apigatewayv2/src/commands/GetTagsCommand.ts +++ b/clients/client-apigatewayv2/src/commands/GetTagsCommand.ts @@ -84,9 +84,6 @@ export class GetTagsCommand extends $Command< GetTagsCommandOutput, ApiGatewayV2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -100,9 +97,7 @@ export class GetTagsCommand extends $Command< * @public */ constructor(readonly input: GetTagsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -153,7 +148,4 @@ export class GetTagsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetTagsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-apigatewayv2/src/commands/GetVpcLinkCommand.ts b/clients/client-apigatewayv2/src/commands/GetVpcLinkCommand.ts index d9934062a5bc..1df909b44bbd 100644 --- a/clients/client-apigatewayv2/src/commands/GetVpcLinkCommand.ts +++ b/clients/client-apigatewayv2/src/commands/GetVpcLinkCommand.ts @@ -90,9 +90,6 @@ export class GetVpcLinkCommand extends $Command< GetVpcLinkCommandOutput, ApiGatewayV2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -106,9 +103,7 @@ export class GetVpcLinkCommand extends $Command< * @public */ constructor(readonly input: GetVpcLinkCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -159,7 +154,4 @@ export class GetVpcLinkCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetVpcLinkCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-apigatewayv2/src/commands/GetVpcLinksCommand.ts b/clients/client-apigatewayv2/src/commands/GetVpcLinksCommand.ts index 4e419772bfba..e6cf5110513c 100644 --- a/clients/client-apigatewayv2/src/commands/GetVpcLinksCommand.ts +++ b/clients/client-apigatewayv2/src/commands/GetVpcLinksCommand.ts @@ -96,9 +96,6 @@ export class GetVpcLinksCommand extends $Command< GetVpcLinksCommandOutput, ApiGatewayV2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -112,9 +109,7 @@ export class GetVpcLinksCommand extends $Command< * @public */ constructor(readonly input: GetVpcLinksCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -165,7 +160,4 @@ export class GetVpcLinksCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetVpcLinksCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-apigatewayv2/src/commands/ImportApiCommand.ts b/clients/client-apigatewayv2/src/commands/ImportApiCommand.ts index 068a83c7ec5e..0b55665c0ce2 100644 --- a/clients/client-apigatewayv2/src/commands/ImportApiCommand.ts +++ b/clients/client-apigatewayv2/src/commands/ImportApiCommand.ts @@ -120,9 +120,6 @@ export class ImportApiCommand extends $Command< ImportApiCommandOutput, ApiGatewayV2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -136,9 +133,7 @@ export class ImportApiCommand extends $Command< * @public */ constructor(readonly input: ImportApiCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -189,7 +184,4 @@ export class ImportApiCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ImportApiCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-apigatewayv2/src/commands/ReimportApiCommand.ts b/clients/client-apigatewayv2/src/commands/ReimportApiCommand.ts index eaafd10ef2f9..2545306e74b2 100644 --- a/clients/client-apigatewayv2/src/commands/ReimportApiCommand.ts +++ b/clients/client-apigatewayv2/src/commands/ReimportApiCommand.ts @@ -121,9 +121,6 @@ export class ReimportApiCommand extends $Command< ReimportApiCommandOutput, ApiGatewayV2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -137,9 +134,7 @@ export class ReimportApiCommand extends $Command< * @public */ constructor(readonly input: ReimportApiCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -190,7 +185,4 @@ export class ReimportApiCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ReimportApiCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-apigatewayv2/src/commands/ResetAuthorizersCacheCommand.ts b/clients/client-apigatewayv2/src/commands/ResetAuthorizersCacheCommand.ts index 2576b2e5f7c2..d863b7e3fb24 100644 --- a/clients/client-apigatewayv2/src/commands/ResetAuthorizersCacheCommand.ts +++ b/clients/client-apigatewayv2/src/commands/ResetAuthorizersCacheCommand.ts @@ -75,9 +75,6 @@ export class ResetAuthorizersCacheCommand extends $Command< ResetAuthorizersCacheCommandOutput, ApiGatewayV2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -91,9 +88,7 @@ export class ResetAuthorizersCacheCommand extends $Command< * @public */ constructor(readonly input: ResetAuthorizersCacheCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -146,7 +141,4 @@ export class ResetAuthorizersCacheCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ResetAuthorizersCacheCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-apigatewayv2/src/commands/TagResourceCommand.ts b/clients/client-apigatewayv2/src/commands/TagResourceCommand.ts index a133606a1202..28c85cba1874 100644 --- a/clients/client-apigatewayv2/src/commands/TagResourceCommand.ts +++ b/clients/client-apigatewayv2/src/commands/TagResourceCommand.ts @@ -83,9 +83,6 @@ export class TagResourceCommand extends $Command< TagResourceCommandOutput, ApiGatewayV2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -99,9 +96,7 @@ export class TagResourceCommand extends $Command< * @public */ constructor(readonly input: TagResourceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -152,7 +147,4 @@ export class TagResourceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_TagResourceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-apigatewayv2/src/commands/UntagResourceCommand.ts b/clients/client-apigatewayv2/src/commands/UntagResourceCommand.ts index bf3bca92dae4..eed7a0dc86a1 100644 --- a/clients/client-apigatewayv2/src/commands/UntagResourceCommand.ts +++ b/clients/client-apigatewayv2/src/commands/UntagResourceCommand.ts @@ -83,9 +83,6 @@ export class UntagResourceCommand extends $Command< UntagResourceCommandOutput, ApiGatewayV2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -99,9 +96,7 @@ export class UntagResourceCommand extends $Command< * @public */ constructor(readonly input: UntagResourceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -152,7 +147,4 @@ export class UntagResourceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UntagResourceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-apigatewayv2/src/commands/UpdateApiCommand.ts b/clients/client-apigatewayv2/src/commands/UpdateApiCommand.ts index 5a747f791b66..965aa17051fe 100644 --- a/clients/client-apigatewayv2/src/commands/UpdateApiCommand.ts +++ b/clients/client-apigatewayv2/src/commands/UpdateApiCommand.ts @@ -144,9 +144,6 @@ export class UpdateApiCommand extends $Command< UpdateApiCommandOutput, ApiGatewayV2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -160,9 +157,7 @@ export class UpdateApiCommand extends $Command< * @public */ constructor(readonly input: UpdateApiCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -213,7 +208,4 @@ export class UpdateApiCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdateApiCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-apigatewayv2/src/commands/UpdateApiMappingCommand.ts b/clients/client-apigatewayv2/src/commands/UpdateApiMappingCommand.ts index baa4386721fe..0f55ebbb6e8b 100644 --- a/clients/client-apigatewayv2/src/commands/UpdateApiMappingCommand.ts +++ b/clients/client-apigatewayv2/src/commands/UpdateApiMappingCommand.ts @@ -89,9 +89,6 @@ export class UpdateApiMappingCommand extends $Command< UpdateApiMappingCommandOutput, ApiGatewayV2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -105,9 +102,7 @@ export class UpdateApiMappingCommand extends $Command< * @public */ constructor(readonly input: UpdateApiMappingCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -160,7 +155,4 @@ export class UpdateApiMappingCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdateApiMappingCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-apigatewayv2/src/commands/UpdateAuthorizerCommand.ts b/clients/client-apigatewayv2/src/commands/UpdateAuthorizerCommand.ts index a32d5cfc3e13..e4a6e50cda58 100644 --- a/clients/client-apigatewayv2/src/commands/UpdateAuthorizerCommand.ts +++ b/clients/client-apigatewayv2/src/commands/UpdateAuthorizerCommand.ts @@ -117,9 +117,6 @@ export class UpdateAuthorizerCommand extends $Command< UpdateAuthorizerCommandOutput, ApiGatewayV2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -133,9 +130,7 @@ export class UpdateAuthorizerCommand extends $Command< * @public */ constructor(readonly input: UpdateAuthorizerCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -188,7 +183,4 @@ export class UpdateAuthorizerCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdateAuthorizerCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-apigatewayv2/src/commands/UpdateDeploymentCommand.ts b/clients/client-apigatewayv2/src/commands/UpdateDeploymentCommand.ts index 731b06567583..547d75f06d81 100644 --- a/clients/client-apigatewayv2/src/commands/UpdateDeploymentCommand.ts +++ b/clients/client-apigatewayv2/src/commands/UpdateDeploymentCommand.ts @@ -89,9 +89,6 @@ export class UpdateDeploymentCommand extends $Command< UpdateDeploymentCommandOutput, ApiGatewayV2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -105,9 +102,7 @@ export class UpdateDeploymentCommand extends $Command< * @public */ constructor(readonly input: UpdateDeploymentCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -160,7 +155,4 @@ export class UpdateDeploymentCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdateDeploymentCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-apigatewayv2/src/commands/UpdateDomainNameCommand.ts b/clients/client-apigatewayv2/src/commands/UpdateDomainNameCommand.ts index db6e476d69ba..68381646cfa0 100644 --- a/clients/client-apigatewayv2/src/commands/UpdateDomainNameCommand.ts +++ b/clients/client-apigatewayv2/src/commands/UpdateDomainNameCommand.ts @@ -125,9 +125,6 @@ export class UpdateDomainNameCommand extends $Command< UpdateDomainNameCommandOutput, ApiGatewayV2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -141,9 +138,7 @@ export class UpdateDomainNameCommand extends $Command< * @public */ constructor(readonly input: UpdateDomainNameCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -196,7 +191,4 @@ export class UpdateDomainNameCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdateDomainNameCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-apigatewayv2/src/commands/UpdateIntegrationCommand.ts b/clients/client-apigatewayv2/src/commands/UpdateIntegrationCommand.ts index c5af26dcc5d5..db7f8bce805d 100644 --- a/clients/client-apigatewayv2/src/commands/UpdateIntegrationCommand.ts +++ b/clients/client-apigatewayv2/src/commands/UpdateIntegrationCommand.ts @@ -139,9 +139,6 @@ export class UpdateIntegrationCommand extends $Command< UpdateIntegrationCommandOutput, ApiGatewayV2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -155,9 +152,7 @@ export class UpdateIntegrationCommand extends $Command< * @public */ constructor(readonly input: UpdateIntegrationCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -210,7 +205,4 @@ export class UpdateIntegrationCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdateIntegrationCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-apigatewayv2/src/commands/UpdateIntegrationResponseCommand.ts b/clients/client-apigatewayv2/src/commands/UpdateIntegrationResponseCommand.ts index e4a1c166557b..05784be823c0 100644 --- a/clients/client-apigatewayv2/src/commands/UpdateIntegrationResponseCommand.ts +++ b/clients/client-apigatewayv2/src/commands/UpdateIntegrationResponseCommand.ts @@ -102,9 +102,6 @@ export class UpdateIntegrationResponseCommand extends $Command< UpdateIntegrationResponseCommandOutput, ApiGatewayV2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -118,9 +115,7 @@ export class UpdateIntegrationResponseCommand extends $Command< * @public */ constructor(readonly input: UpdateIntegrationResponseCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -176,7 +171,4 @@ export class UpdateIntegrationResponseCommand extends $Command< ): Promise { return de_UpdateIntegrationResponseCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-apigatewayv2/src/commands/UpdateModelCommand.ts b/clients/client-apigatewayv2/src/commands/UpdateModelCommand.ts index ff8c09d3d1ae..6f9361d4d08e 100644 --- a/clients/client-apigatewayv2/src/commands/UpdateModelCommand.ts +++ b/clients/client-apigatewayv2/src/commands/UpdateModelCommand.ts @@ -91,9 +91,6 @@ export class UpdateModelCommand extends $Command< UpdateModelCommandOutput, ApiGatewayV2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -107,9 +104,7 @@ export class UpdateModelCommand extends $Command< * @public */ constructor(readonly input: UpdateModelCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -160,7 +155,4 @@ export class UpdateModelCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdateModelCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-apigatewayv2/src/commands/UpdateRouteCommand.ts b/clients/client-apigatewayv2/src/commands/UpdateRouteCommand.ts index 0dd358f18b4a..fb3092b1e294 100644 --- a/clients/client-apigatewayv2/src/commands/UpdateRouteCommand.ts +++ b/clients/client-apigatewayv2/src/commands/UpdateRouteCommand.ts @@ -122,9 +122,6 @@ export class UpdateRouteCommand extends $Command< UpdateRouteCommandOutput, ApiGatewayV2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -138,9 +135,7 @@ export class UpdateRouteCommand extends $Command< * @public */ constructor(readonly input: UpdateRouteCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -191,7 +186,4 @@ export class UpdateRouteCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdateRouteCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-apigatewayv2/src/commands/UpdateRouteResponseCommand.ts b/clients/client-apigatewayv2/src/commands/UpdateRouteResponseCommand.ts index 9207a3fa89ac..6238815c0096 100644 --- a/clients/client-apigatewayv2/src/commands/UpdateRouteResponseCommand.ts +++ b/clients/client-apigatewayv2/src/commands/UpdateRouteResponseCommand.ts @@ -104,9 +104,6 @@ export class UpdateRouteResponseCommand extends $Command< UpdateRouteResponseCommandOutput, ApiGatewayV2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -120,9 +117,7 @@ export class UpdateRouteResponseCommand extends $Command< * @public */ constructor(readonly input: UpdateRouteResponseCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -175,7 +170,4 @@ export class UpdateRouteResponseCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdateRouteResponseCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-apigatewayv2/src/commands/UpdateStageCommand.ts b/clients/client-apigatewayv2/src/commands/UpdateStageCommand.ts index 7cdc542f4b17..2e456667cda2 100644 --- a/clients/client-apigatewayv2/src/commands/UpdateStageCommand.ts +++ b/clients/client-apigatewayv2/src/commands/UpdateStageCommand.ts @@ -144,9 +144,6 @@ export class UpdateStageCommand extends $Command< UpdateStageCommandOutput, ApiGatewayV2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -160,9 +157,7 @@ export class UpdateStageCommand extends $Command< * @public */ constructor(readonly input: UpdateStageCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -213,7 +208,4 @@ export class UpdateStageCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdateStageCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-apigatewayv2/src/commands/UpdateVpcLinkCommand.ts b/clients/client-apigatewayv2/src/commands/UpdateVpcLinkCommand.ts index 955759da37f6..f8fb3e4855ca 100644 --- a/clients/client-apigatewayv2/src/commands/UpdateVpcLinkCommand.ts +++ b/clients/client-apigatewayv2/src/commands/UpdateVpcLinkCommand.ts @@ -94,9 +94,6 @@ export class UpdateVpcLinkCommand extends $Command< UpdateVpcLinkCommandOutput, ApiGatewayV2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -110,9 +107,7 @@ export class UpdateVpcLinkCommand extends $Command< * @public */ constructor(readonly input: UpdateVpcLinkCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -163,7 +158,4 @@ export class UpdateVpcLinkCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdateVpcLinkCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-app-mesh/package.json b/clients/client-app-mesh/package.json index 18d71a30f650..46924f84ffdf 100644 --- a/clients/client-app-mesh/package.json +++ b/clients/client-app-mesh/package.json @@ -34,29 +34,29 @@ "@aws-sdk/util-endpoints": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@smithy/config-resolver": "^2.0.16", - "@smithy/fetch-http-handler": "^2.2.4", - "@smithy/hash-node": "^2.0.12", - "@smithy/invalid-dependency": "^2.0.12", - "@smithy/middleware-content-length": "^2.0.14", - "@smithy/middleware-endpoint": "^2.1.3", - "@smithy/middleware-retry": "^2.0.18", - "@smithy/middleware-serde": "^2.0.12", - "@smithy/middleware-stack": "^2.0.6", - "@smithy/node-config-provider": "^2.1.3", - "@smithy/node-http-handler": "^2.1.8", - "@smithy/protocol-http": "^3.0.8", - "@smithy/smithy-client": "^2.1.12", - "@smithy/types": "^2.4.0", - "@smithy/url-parser": "^2.0.12", - "@smithy/util-base64": "^2.0.0", + "@smithy/config-resolver": "^2.0.18", + "@smithy/fetch-http-handler": "^2.2.6", + "@smithy/hash-node": "^2.0.15", + "@smithy/invalid-dependency": "^2.0.13", + "@smithy/middleware-content-length": "^2.0.15", + "@smithy/middleware-endpoint": "^2.2.0", + "@smithy/middleware-retry": "^2.0.20", + "@smithy/middleware-serde": "^2.0.13", + "@smithy/middleware-stack": "^2.0.7", + "@smithy/node-config-provider": "^2.1.5", + "@smithy/node-http-handler": "^2.1.9", + "@smithy/protocol-http": "^3.0.9", + "@smithy/smithy-client": "^2.1.15", + "@smithy/types": "^2.5.0", + "@smithy/url-parser": "^2.0.13", + "@smithy/util-base64": "^2.0.1", "@smithy/util-body-length-browser": "^2.0.0", "@smithy/util-body-length-node": "^2.1.0", - "@smithy/util-defaults-mode-browser": "^2.0.16", - "@smithy/util-defaults-mode-node": "^2.0.21", - "@smithy/util-endpoints": "^1.0.2", - "@smithy/util-retry": "^2.0.5", - "@smithy/util-utf8": "^2.0.0", + "@smithy/util-defaults-mode-browser": "^2.0.19", + "@smithy/util-defaults-mode-node": "^2.0.25", + "@smithy/util-endpoints": "^1.0.4", + "@smithy/util-retry": "^2.0.6", + "@smithy/util-utf8": "^2.0.2", "tslib": "^2.5.0", "uuid": "^8.3.2" }, diff --git a/clients/client-app-mesh/src/commands/CreateGatewayRouteCommand.ts b/clients/client-app-mesh/src/commands/CreateGatewayRouteCommand.ts index 791a8f50e93c..991dc1d48d5a 100644 --- a/clients/client-app-mesh/src/commands/CreateGatewayRouteCommand.ts +++ b/clients/client-app-mesh/src/commands/CreateGatewayRouteCommand.ts @@ -449,9 +449,6 @@ export class CreateGatewayRouteCommand extends $Command< CreateGatewayRouteCommandOutput, AppMeshClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -465,9 +462,7 @@ export class CreateGatewayRouteCommand extends $Command< * @public */ constructor(readonly input: CreateGatewayRouteCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -520,7 +515,4 @@ export class CreateGatewayRouteCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateGatewayRouteCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-app-mesh/src/commands/CreateMeshCommand.ts b/clients/client-app-mesh/src/commands/CreateMeshCommand.ts index 27a9375d054c..94572451e36c 100644 --- a/clients/client-app-mesh/src/commands/CreateMeshCommand.ts +++ b/clients/client-app-mesh/src/commands/CreateMeshCommand.ts @@ -141,9 +141,6 @@ export class CreateMeshCommand extends $Command< CreateMeshCommandOutput, AppMeshClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -157,9 +154,7 @@ export class CreateMeshCommand extends $Command< * @public */ constructor(readonly input: CreateMeshCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -210,7 +205,4 @@ export class CreateMeshCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateMeshCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-app-mesh/src/commands/CreateRouteCommand.ts b/clients/client-app-mesh/src/commands/CreateRouteCommand.ts index 9b6470338837..9d16687790a3 100644 --- a/clients/client-app-mesh/src/commands/CreateRouteCommand.ts +++ b/clients/client-app-mesh/src/commands/CreateRouteCommand.ts @@ -532,9 +532,6 @@ export class CreateRouteCommand extends $Command< CreateRouteCommandOutput, AppMeshClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -548,9 +545,7 @@ export class CreateRouteCommand extends $Command< * @public */ constructor(readonly input: CreateRouteCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -601,7 +596,4 @@ export class CreateRouteCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateRouteCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-app-mesh/src/commands/CreateVirtualGatewayCommand.ts b/clients/client-app-mesh/src/commands/CreateVirtualGatewayCommand.ts index fa0745793e5e..010a049d6a13 100644 --- a/clients/client-app-mesh/src/commands/CreateVirtualGatewayCommand.ts +++ b/clients/client-app-mesh/src/commands/CreateVirtualGatewayCommand.ts @@ -368,9 +368,6 @@ export class CreateVirtualGatewayCommand extends $Command< CreateVirtualGatewayCommandOutput, AppMeshClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -384,9 +381,7 @@ export class CreateVirtualGatewayCommand extends $Command< * @public */ constructor(readonly input: CreateVirtualGatewayCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -439,7 +434,4 @@ export class CreateVirtualGatewayCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateVirtualGatewayCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-app-mesh/src/commands/CreateVirtualNodeCommand.ts b/clients/client-app-mesh/src/commands/CreateVirtualNodeCommand.ts index edd89aa6bb2c..a19f5c64ef0d 100644 --- a/clients/client-app-mesh/src/commands/CreateVirtualNodeCommand.ts +++ b/clients/client-app-mesh/src/commands/CreateVirtualNodeCommand.ts @@ -596,9 +596,6 @@ export class CreateVirtualNodeCommand extends $Command< CreateVirtualNodeCommandOutput, AppMeshClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -612,9 +609,7 @@ export class CreateVirtualNodeCommand extends $Command< * @public */ constructor(readonly input: CreateVirtualNodeCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -667,7 +662,4 @@ export class CreateVirtualNodeCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateVirtualNodeCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-app-mesh/src/commands/CreateVirtualRouterCommand.ts b/clients/client-app-mesh/src/commands/CreateVirtualRouterCommand.ts index fc2b8b1866a8..340e9456e971 100644 --- a/clients/client-app-mesh/src/commands/CreateVirtualRouterCommand.ts +++ b/clients/client-app-mesh/src/commands/CreateVirtualRouterCommand.ts @@ -149,9 +149,6 @@ export class CreateVirtualRouterCommand extends $Command< CreateVirtualRouterCommandOutput, AppMeshClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -165,9 +162,7 @@ export class CreateVirtualRouterCommand extends $Command< * @public */ constructor(readonly input: CreateVirtualRouterCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -220,7 +215,4 @@ export class CreateVirtualRouterCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateVirtualRouterCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-app-mesh/src/commands/CreateVirtualServiceCommand.ts b/clients/client-app-mesh/src/commands/CreateVirtualServiceCommand.ts index d01526d0802c..a3f48dd4ea9d 100644 --- a/clients/client-app-mesh/src/commands/CreateVirtualServiceCommand.ts +++ b/clients/client-app-mesh/src/commands/CreateVirtualServiceCommand.ts @@ -149,9 +149,6 @@ export class CreateVirtualServiceCommand extends $Command< CreateVirtualServiceCommandOutput, AppMeshClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -165,9 +162,7 @@ export class CreateVirtualServiceCommand extends $Command< * @public */ constructor(readonly input: CreateVirtualServiceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -220,7 +215,4 @@ export class CreateVirtualServiceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateVirtualServiceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-app-mesh/src/commands/DeleteGatewayRouteCommand.ts b/clients/client-app-mesh/src/commands/DeleteGatewayRouteCommand.ts index a109627e12d8..986ee1ab9ba1 100644 --- a/clients/client-app-mesh/src/commands/DeleteGatewayRouteCommand.ts +++ b/clients/client-app-mesh/src/commands/DeleteGatewayRouteCommand.ts @@ -274,9 +274,6 @@ export class DeleteGatewayRouteCommand extends $Command< DeleteGatewayRouteCommandOutput, AppMeshClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -290,9 +287,7 @@ export class DeleteGatewayRouteCommand extends $Command< * @public */ constructor(readonly input: DeleteGatewayRouteCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -345,7 +340,4 @@ export class DeleteGatewayRouteCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteGatewayRouteCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-app-mesh/src/commands/DeleteMeshCommand.ts b/clients/client-app-mesh/src/commands/DeleteMeshCommand.ts index f1933bcdc9e6..50be7372644e 100644 --- a/clients/client-app-mesh/src/commands/DeleteMeshCommand.ts +++ b/clients/client-app-mesh/src/commands/DeleteMeshCommand.ts @@ -119,9 +119,6 @@ export class DeleteMeshCommand extends $Command< DeleteMeshCommandOutput, AppMeshClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -135,9 +132,7 @@ export class DeleteMeshCommand extends $Command< * @public */ constructor(readonly input: DeleteMeshCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -188,7 +183,4 @@ export class DeleteMeshCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteMeshCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-app-mesh/src/commands/DeleteRouteCommand.ts b/clients/client-app-mesh/src/commands/DeleteRouteCommand.ts index da7d5119ed98..18b617a0f427 100644 --- a/clients/client-app-mesh/src/commands/DeleteRouteCommand.ts +++ b/clients/client-app-mesh/src/commands/DeleteRouteCommand.ts @@ -316,9 +316,6 @@ export class DeleteRouteCommand extends $Command< DeleteRouteCommandOutput, AppMeshClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -332,9 +329,7 @@ export class DeleteRouteCommand extends $Command< * @public */ constructor(readonly input: DeleteRouteCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -385,7 +380,4 @@ export class DeleteRouteCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteRouteCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-app-mesh/src/commands/DeleteVirtualGatewayCommand.ts b/clients/client-app-mesh/src/commands/DeleteVirtualGatewayCommand.ts index ce39de271b8f..a94f89d32d0e 100644 --- a/clients/client-app-mesh/src/commands/DeleteVirtualGatewayCommand.ts +++ b/clients/client-app-mesh/src/commands/DeleteVirtualGatewayCommand.ts @@ -233,9 +233,6 @@ export class DeleteVirtualGatewayCommand extends $Command< DeleteVirtualGatewayCommandOutput, AppMeshClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -249,9 +246,7 @@ export class DeleteVirtualGatewayCommand extends $Command< * @public */ constructor(readonly input: DeleteVirtualGatewayCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -304,7 +299,4 @@ export class DeleteVirtualGatewayCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteVirtualGatewayCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-app-mesh/src/commands/DeleteVirtualNodeCommand.ts b/clients/client-app-mesh/src/commands/DeleteVirtualNodeCommand.ts index fcce14fc0429..5f68916c403b 100644 --- a/clients/client-app-mesh/src/commands/DeleteVirtualNodeCommand.ts +++ b/clients/client-app-mesh/src/commands/DeleteVirtualNodeCommand.ts @@ -339,9 +339,6 @@ export class DeleteVirtualNodeCommand extends $Command< DeleteVirtualNodeCommandOutput, AppMeshClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -355,9 +352,7 @@ export class DeleteVirtualNodeCommand extends $Command< * @public */ constructor(readonly input: DeleteVirtualNodeCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -410,7 +405,4 @@ export class DeleteVirtualNodeCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteVirtualNodeCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-app-mesh/src/commands/DeleteVirtualRouterCommand.ts b/clients/client-app-mesh/src/commands/DeleteVirtualRouterCommand.ts index 1c5212fbc2dc..062a638c91a8 100644 --- a/clients/client-app-mesh/src/commands/DeleteVirtualRouterCommand.ts +++ b/clients/client-app-mesh/src/commands/DeleteVirtualRouterCommand.ts @@ -124,9 +124,6 @@ export class DeleteVirtualRouterCommand extends $Command< DeleteVirtualRouterCommandOutput, AppMeshClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -140,9 +137,7 @@ export class DeleteVirtualRouterCommand extends $Command< * @public */ constructor(readonly input: DeleteVirtualRouterCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -195,7 +190,4 @@ export class DeleteVirtualRouterCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteVirtualRouterCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-app-mesh/src/commands/DeleteVirtualServiceCommand.ts b/clients/client-app-mesh/src/commands/DeleteVirtualServiceCommand.ts index 55e7f2416cd7..954c376ba863 100644 --- a/clients/client-app-mesh/src/commands/DeleteVirtualServiceCommand.ts +++ b/clients/client-app-mesh/src/commands/DeleteVirtualServiceCommand.ts @@ -122,9 +122,6 @@ export class DeleteVirtualServiceCommand extends $Command< DeleteVirtualServiceCommandOutput, AppMeshClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -138,9 +135,7 @@ export class DeleteVirtualServiceCommand extends $Command< * @public */ constructor(readonly input: DeleteVirtualServiceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -193,7 +188,4 @@ export class DeleteVirtualServiceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteVirtualServiceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-app-mesh/src/commands/DescribeGatewayRouteCommand.ts b/clients/client-app-mesh/src/commands/DescribeGatewayRouteCommand.ts index 5c8a8e8b2b6c..6469bbcbe32d 100644 --- a/clients/client-app-mesh/src/commands/DescribeGatewayRouteCommand.ts +++ b/clients/client-app-mesh/src/commands/DescribeGatewayRouteCommand.ts @@ -270,9 +270,6 @@ export class DescribeGatewayRouteCommand extends $Command< DescribeGatewayRouteCommandOutput, AppMeshClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -286,9 +283,7 @@ export class DescribeGatewayRouteCommand extends $Command< * @public */ constructor(readonly input: DescribeGatewayRouteCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -341,7 +336,4 @@ export class DescribeGatewayRouteCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DescribeGatewayRouteCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-app-mesh/src/commands/DescribeMeshCommand.ts b/clients/client-app-mesh/src/commands/DescribeMeshCommand.ts index c4bc76a5ede1..ca62f68cf15d 100644 --- a/clients/client-app-mesh/src/commands/DescribeMeshCommand.ts +++ b/clients/client-app-mesh/src/commands/DescribeMeshCommand.ts @@ -114,9 +114,6 @@ export class DescribeMeshCommand extends $Command< DescribeMeshCommandOutput, AppMeshClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -130,9 +127,7 @@ export class DescribeMeshCommand extends $Command< * @public */ constructor(readonly input: DescribeMeshCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -183,7 +178,4 @@ export class DescribeMeshCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DescribeMeshCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-app-mesh/src/commands/DescribeRouteCommand.ts b/clients/client-app-mesh/src/commands/DescribeRouteCommand.ts index 998145c93832..f49d3a669a90 100644 --- a/clients/client-app-mesh/src/commands/DescribeRouteCommand.ts +++ b/clients/client-app-mesh/src/commands/DescribeRouteCommand.ts @@ -312,9 +312,6 @@ export class DescribeRouteCommand extends $Command< DescribeRouteCommandOutput, AppMeshClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -328,9 +325,7 @@ export class DescribeRouteCommand extends $Command< * @public */ constructor(readonly input: DescribeRouteCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -381,7 +376,4 @@ export class DescribeRouteCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DescribeRouteCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-app-mesh/src/commands/DescribeVirtualGatewayCommand.ts b/clients/client-app-mesh/src/commands/DescribeVirtualGatewayCommand.ts index b637154f7e10..3944a2708bd1 100644 --- a/clients/client-app-mesh/src/commands/DescribeVirtualGatewayCommand.ts +++ b/clients/client-app-mesh/src/commands/DescribeVirtualGatewayCommand.ts @@ -228,9 +228,6 @@ export class DescribeVirtualGatewayCommand extends $Command< DescribeVirtualGatewayCommandOutput, AppMeshClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -244,9 +241,7 @@ export class DescribeVirtualGatewayCommand extends $Command< * @public */ constructor(readonly input: DescribeVirtualGatewayCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -299,7 +294,4 @@ export class DescribeVirtualGatewayCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DescribeVirtualGatewayCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-app-mesh/src/commands/DescribeVirtualNodeCommand.ts b/clients/client-app-mesh/src/commands/DescribeVirtualNodeCommand.ts index f7616c3921e6..bb780ff85546 100644 --- a/clients/client-app-mesh/src/commands/DescribeVirtualNodeCommand.ts +++ b/clients/client-app-mesh/src/commands/DescribeVirtualNodeCommand.ts @@ -333,9 +333,6 @@ export class DescribeVirtualNodeCommand extends $Command< DescribeVirtualNodeCommandOutput, AppMeshClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -349,9 +346,7 @@ export class DescribeVirtualNodeCommand extends $Command< * @public */ constructor(readonly input: DescribeVirtualNodeCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -404,7 +399,4 @@ export class DescribeVirtualNodeCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DescribeVirtualNodeCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-app-mesh/src/commands/DescribeVirtualRouterCommand.ts b/clients/client-app-mesh/src/commands/DescribeVirtualRouterCommand.ts index ec24a7de2111..349d309bf0fc 100644 --- a/clients/client-app-mesh/src/commands/DescribeVirtualRouterCommand.ts +++ b/clients/client-app-mesh/src/commands/DescribeVirtualRouterCommand.ts @@ -118,9 +118,6 @@ export class DescribeVirtualRouterCommand extends $Command< DescribeVirtualRouterCommandOutput, AppMeshClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -134,9 +131,7 @@ export class DescribeVirtualRouterCommand extends $Command< * @public */ constructor(readonly input: DescribeVirtualRouterCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -189,7 +184,4 @@ export class DescribeVirtualRouterCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DescribeVirtualRouterCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-app-mesh/src/commands/DescribeVirtualServiceCommand.ts b/clients/client-app-mesh/src/commands/DescribeVirtualServiceCommand.ts index 23fcf481f02d..f32f7dbfc5bf 100644 --- a/clients/client-app-mesh/src/commands/DescribeVirtualServiceCommand.ts +++ b/clients/client-app-mesh/src/commands/DescribeVirtualServiceCommand.ts @@ -118,9 +118,6 @@ export class DescribeVirtualServiceCommand extends $Command< DescribeVirtualServiceCommandOutput, AppMeshClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -134,9 +131,7 @@ export class DescribeVirtualServiceCommand extends $Command< * @public */ constructor(readonly input: DescribeVirtualServiceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -189,7 +184,4 @@ export class DescribeVirtualServiceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DescribeVirtualServiceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-app-mesh/src/commands/ListGatewayRoutesCommand.ts b/clients/client-app-mesh/src/commands/ListGatewayRoutesCommand.ts index b515b9850d0e..b123d6fa91b9 100644 --- a/clients/client-app-mesh/src/commands/ListGatewayRoutesCommand.ts +++ b/clients/client-app-mesh/src/commands/ListGatewayRoutesCommand.ts @@ -109,9 +109,6 @@ export class ListGatewayRoutesCommand extends $Command< ListGatewayRoutesCommandOutput, AppMeshClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -125,9 +122,7 @@ export class ListGatewayRoutesCommand extends $Command< * @public */ constructor(readonly input: ListGatewayRoutesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -180,7 +175,4 @@ export class ListGatewayRoutesCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListGatewayRoutesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-app-mesh/src/commands/ListMeshesCommand.ts b/clients/client-app-mesh/src/commands/ListMeshesCommand.ts index ea21e59abb00..f4b2386b6c5a 100644 --- a/clients/client-app-mesh/src/commands/ListMeshesCommand.ts +++ b/clients/client-app-mesh/src/commands/ListMeshesCommand.ts @@ -103,9 +103,6 @@ export class ListMeshesCommand extends $Command< ListMeshesCommandOutput, AppMeshClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -119,9 +116,7 @@ export class ListMeshesCommand extends $Command< * @public */ constructor(readonly input: ListMeshesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -172,7 +167,4 @@ export class ListMeshesCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListMeshesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-app-mesh/src/commands/ListRoutesCommand.ts b/clients/client-app-mesh/src/commands/ListRoutesCommand.ts index 9d14c0493e26..80cb7915529c 100644 --- a/clients/client-app-mesh/src/commands/ListRoutesCommand.ts +++ b/clients/client-app-mesh/src/commands/ListRoutesCommand.ts @@ -108,9 +108,6 @@ export class ListRoutesCommand extends $Command< ListRoutesCommandOutput, AppMeshClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -124,9 +121,7 @@ export class ListRoutesCommand extends $Command< * @public */ constructor(readonly input: ListRoutesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -177,7 +172,4 @@ export class ListRoutesCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListRoutesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-app-mesh/src/commands/ListTagsForResourceCommand.ts b/clients/client-app-mesh/src/commands/ListTagsForResourceCommand.ts index bfc1fb3af8d8..12108005c2d7 100644 --- a/clients/client-app-mesh/src/commands/ListTagsForResourceCommand.ts +++ b/clients/client-app-mesh/src/commands/ListTagsForResourceCommand.ts @@ -99,9 +99,6 @@ export class ListTagsForResourceCommand extends $Command< ListTagsForResourceCommandOutput, AppMeshClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -115,9 +112,7 @@ export class ListTagsForResourceCommand extends $Command< * @public */ constructor(readonly input: ListTagsForResourceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -170,7 +165,4 @@ export class ListTagsForResourceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListTagsForResourceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-app-mesh/src/commands/ListVirtualGatewaysCommand.ts b/clients/client-app-mesh/src/commands/ListVirtualGatewaysCommand.ts index a3064f0a71b3..e6f2951c7518 100644 --- a/clients/client-app-mesh/src/commands/ListVirtualGatewaysCommand.ts +++ b/clients/client-app-mesh/src/commands/ListVirtualGatewaysCommand.ts @@ -106,9 +106,6 @@ export class ListVirtualGatewaysCommand extends $Command< ListVirtualGatewaysCommandOutput, AppMeshClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -122,9 +119,7 @@ export class ListVirtualGatewaysCommand extends $Command< * @public */ constructor(readonly input: ListVirtualGatewaysCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -177,7 +172,4 @@ export class ListVirtualGatewaysCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListVirtualGatewaysCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-app-mesh/src/commands/ListVirtualNodesCommand.ts b/clients/client-app-mesh/src/commands/ListVirtualNodesCommand.ts index b0d27298e17b..5a3cf980fba0 100644 --- a/clients/client-app-mesh/src/commands/ListVirtualNodesCommand.ts +++ b/clients/client-app-mesh/src/commands/ListVirtualNodesCommand.ts @@ -106,9 +106,6 @@ export class ListVirtualNodesCommand extends $Command< ListVirtualNodesCommandOutput, AppMeshClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -122,9 +119,7 @@ export class ListVirtualNodesCommand extends $Command< * @public */ constructor(readonly input: ListVirtualNodesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -177,7 +172,4 @@ export class ListVirtualNodesCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListVirtualNodesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-app-mesh/src/commands/ListVirtualRoutersCommand.ts b/clients/client-app-mesh/src/commands/ListVirtualRoutersCommand.ts index d8d79e2c05fa..1b3a5b4706cf 100644 --- a/clients/client-app-mesh/src/commands/ListVirtualRoutersCommand.ts +++ b/clients/client-app-mesh/src/commands/ListVirtualRoutersCommand.ts @@ -106,9 +106,6 @@ export class ListVirtualRoutersCommand extends $Command< ListVirtualRoutersCommandOutput, AppMeshClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -122,9 +119,7 @@ export class ListVirtualRoutersCommand extends $Command< * @public */ constructor(readonly input: ListVirtualRoutersCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -177,7 +172,4 @@ export class ListVirtualRoutersCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListVirtualRoutersCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-app-mesh/src/commands/ListVirtualServicesCommand.ts b/clients/client-app-mesh/src/commands/ListVirtualServicesCommand.ts index 8c3729534bf7..5722ead7c9ea 100644 --- a/clients/client-app-mesh/src/commands/ListVirtualServicesCommand.ts +++ b/clients/client-app-mesh/src/commands/ListVirtualServicesCommand.ts @@ -106,9 +106,6 @@ export class ListVirtualServicesCommand extends $Command< ListVirtualServicesCommandOutput, AppMeshClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -122,9 +119,7 @@ export class ListVirtualServicesCommand extends $Command< * @public */ constructor(readonly input: ListVirtualServicesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -177,7 +172,4 @@ export class ListVirtualServicesCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListVirtualServicesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-app-mesh/src/commands/TagResourceCommand.ts b/clients/client-app-mesh/src/commands/TagResourceCommand.ts index 083ac0bfaf0c..d1f0d98af4b8 100644 --- a/clients/client-app-mesh/src/commands/TagResourceCommand.ts +++ b/clients/client-app-mesh/src/commands/TagResourceCommand.ts @@ -103,9 +103,6 @@ export class TagResourceCommand extends $Command< TagResourceCommandOutput, AppMeshClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -119,9 +116,7 @@ export class TagResourceCommand extends $Command< * @public */ constructor(readonly input: TagResourceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -172,7 +167,4 @@ export class TagResourceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_TagResourceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-app-mesh/src/commands/UntagResourceCommand.ts b/clients/client-app-mesh/src/commands/UntagResourceCommand.ts index f761ca055b33..906fa1fbcb1b 100644 --- a/clients/client-app-mesh/src/commands/UntagResourceCommand.ts +++ b/clients/client-app-mesh/src/commands/UntagResourceCommand.ts @@ -92,9 +92,6 @@ export class UntagResourceCommand extends $Command< UntagResourceCommandOutput, AppMeshClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -108,9 +105,7 @@ export class UntagResourceCommand extends $Command< * @public */ constructor(readonly input: UntagResourceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -161,7 +156,4 @@ export class UntagResourceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UntagResourceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-app-mesh/src/commands/UpdateGatewayRouteCommand.ts b/clients/client-app-mesh/src/commands/UpdateGatewayRouteCommand.ts index 5d9ecef026e2..09eff883c6f6 100644 --- a/clients/client-app-mesh/src/commands/UpdateGatewayRouteCommand.ts +++ b/clients/client-app-mesh/src/commands/UpdateGatewayRouteCommand.ts @@ -440,9 +440,6 @@ export class UpdateGatewayRouteCommand extends $Command< UpdateGatewayRouteCommandOutput, AppMeshClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -456,9 +453,7 @@ export class UpdateGatewayRouteCommand extends $Command< * @public */ constructor(readonly input: UpdateGatewayRouteCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -511,7 +506,4 @@ export class UpdateGatewayRouteCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdateGatewayRouteCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-app-mesh/src/commands/UpdateMeshCommand.ts b/clients/client-app-mesh/src/commands/UpdateMeshCommand.ts index 89f1d672702c..be82af6930b2 100644 --- a/clients/client-app-mesh/src/commands/UpdateMeshCommand.ts +++ b/clients/client-app-mesh/src/commands/UpdateMeshCommand.ts @@ -126,9 +126,6 @@ export class UpdateMeshCommand extends $Command< UpdateMeshCommandOutput, AppMeshClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -142,9 +139,7 @@ export class UpdateMeshCommand extends $Command< * @public */ constructor(readonly input: UpdateMeshCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -195,7 +190,4 @@ export class UpdateMeshCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdateMeshCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-app-mesh/src/commands/UpdateRouteCommand.ts b/clients/client-app-mesh/src/commands/UpdateRouteCommand.ts index f1ef82c5daef..ac209a354abe 100644 --- a/clients/client-app-mesh/src/commands/UpdateRouteCommand.ts +++ b/clients/client-app-mesh/src/commands/UpdateRouteCommand.ts @@ -523,9 +523,6 @@ export class UpdateRouteCommand extends $Command< UpdateRouteCommandOutput, AppMeshClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -539,9 +536,7 @@ export class UpdateRouteCommand extends $Command< * @public */ constructor(readonly input: UpdateRouteCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -592,7 +587,4 @@ export class UpdateRouteCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdateRouteCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-app-mesh/src/commands/UpdateVirtualGatewayCommand.ts b/clients/client-app-mesh/src/commands/UpdateVirtualGatewayCommand.ts index 779e0300a96a..2b317da887c5 100644 --- a/clients/client-app-mesh/src/commands/UpdateVirtualGatewayCommand.ts +++ b/clients/client-app-mesh/src/commands/UpdateVirtualGatewayCommand.ts @@ -357,9 +357,6 @@ export class UpdateVirtualGatewayCommand extends $Command< UpdateVirtualGatewayCommandOutput, AppMeshClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -373,9 +370,7 @@ export class UpdateVirtualGatewayCommand extends $Command< * @public */ constructor(readonly input: UpdateVirtualGatewayCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -428,7 +423,4 @@ export class UpdateVirtualGatewayCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdateVirtualGatewayCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-app-mesh/src/commands/UpdateVirtualNodeCommand.ts b/clients/client-app-mesh/src/commands/UpdateVirtualNodeCommand.ts index 83c2bfb5094c..cd0ddd1f8dcc 100644 --- a/clients/client-app-mesh/src/commands/UpdateVirtualNodeCommand.ts +++ b/clients/client-app-mesh/src/commands/UpdateVirtualNodeCommand.ts @@ -567,9 +567,6 @@ export class UpdateVirtualNodeCommand extends $Command< UpdateVirtualNodeCommandOutput, AppMeshClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -583,9 +580,7 @@ export class UpdateVirtualNodeCommand extends $Command< * @public */ constructor(readonly input: UpdateVirtualNodeCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -638,7 +633,4 @@ export class UpdateVirtualNodeCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdateVirtualNodeCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-app-mesh/src/commands/UpdateVirtualRouterCommand.ts b/clients/client-app-mesh/src/commands/UpdateVirtualRouterCommand.ts index c5e77d538483..15f137131d6b 100644 --- a/clients/client-app-mesh/src/commands/UpdateVirtualRouterCommand.ts +++ b/clients/client-app-mesh/src/commands/UpdateVirtualRouterCommand.ts @@ -137,9 +137,6 @@ export class UpdateVirtualRouterCommand extends $Command< UpdateVirtualRouterCommandOutput, AppMeshClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -153,9 +150,7 @@ export class UpdateVirtualRouterCommand extends $Command< * @public */ constructor(readonly input: UpdateVirtualRouterCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -208,7 +203,4 @@ export class UpdateVirtualRouterCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdateVirtualRouterCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-app-mesh/src/commands/UpdateVirtualServiceCommand.ts b/clients/client-app-mesh/src/commands/UpdateVirtualServiceCommand.ts index fe0f225e6658..f43537fc7604 100644 --- a/clients/client-app-mesh/src/commands/UpdateVirtualServiceCommand.ts +++ b/clients/client-app-mesh/src/commands/UpdateVirtualServiceCommand.ts @@ -137,9 +137,6 @@ export class UpdateVirtualServiceCommand extends $Command< UpdateVirtualServiceCommandOutput, AppMeshClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -153,9 +150,7 @@ export class UpdateVirtualServiceCommand extends $Command< * @public */ constructor(readonly input: UpdateVirtualServiceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -208,7 +203,4 @@ export class UpdateVirtualServiceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdateVirtualServiceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-appconfig/package.json b/clients/client-appconfig/package.json index 0a3d231a7e37..a3dbbbc1377e 100644 --- a/clients/client-appconfig/package.json +++ b/clients/client-appconfig/package.json @@ -34,30 +34,30 @@ "@aws-sdk/util-endpoints": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@smithy/config-resolver": "^2.0.16", - "@smithy/fetch-http-handler": "^2.2.4", - "@smithy/hash-node": "^2.0.12", - "@smithy/invalid-dependency": "^2.0.12", - "@smithy/middleware-content-length": "^2.0.14", - "@smithy/middleware-endpoint": "^2.1.3", - "@smithy/middleware-retry": "^2.0.18", - "@smithy/middleware-serde": "^2.0.12", - "@smithy/middleware-stack": "^2.0.6", - "@smithy/node-config-provider": "^2.1.3", - "@smithy/node-http-handler": "^2.1.8", - "@smithy/protocol-http": "^3.0.8", - "@smithy/smithy-client": "^2.1.12", - "@smithy/types": "^2.4.0", - "@smithy/url-parser": "^2.0.12", - "@smithy/util-base64": "^2.0.0", + "@smithy/config-resolver": "^2.0.18", + "@smithy/fetch-http-handler": "^2.2.6", + "@smithy/hash-node": "^2.0.15", + "@smithy/invalid-dependency": "^2.0.13", + "@smithy/middleware-content-length": "^2.0.15", + "@smithy/middleware-endpoint": "^2.2.0", + "@smithy/middleware-retry": "^2.0.20", + "@smithy/middleware-serde": "^2.0.13", + "@smithy/middleware-stack": "^2.0.7", + "@smithy/node-config-provider": "^2.1.5", + "@smithy/node-http-handler": "^2.1.9", + "@smithy/protocol-http": "^3.0.9", + "@smithy/smithy-client": "^2.1.15", + "@smithy/types": "^2.5.0", + "@smithy/url-parser": "^2.0.13", + "@smithy/util-base64": "^2.0.1", "@smithy/util-body-length-browser": "^2.0.0", "@smithy/util-body-length-node": "^2.1.0", - "@smithy/util-defaults-mode-browser": "^2.0.16", - "@smithy/util-defaults-mode-node": "^2.0.21", - "@smithy/util-endpoints": "^1.0.2", - "@smithy/util-retry": "^2.0.5", - "@smithy/util-stream": "^2.0.17", - "@smithy/util-utf8": "^2.0.0", + "@smithy/util-defaults-mode-browser": "^2.0.19", + "@smithy/util-defaults-mode-node": "^2.0.25", + "@smithy/util-endpoints": "^1.0.4", + "@smithy/util-retry": "^2.0.6", + "@smithy/util-stream": "^2.0.20", + "@smithy/util-utf8": "^2.0.2", "tslib": "^2.5.0" }, "devDependencies": { diff --git a/clients/client-appconfig/src/commands/CreateApplicationCommand.ts b/clients/client-appconfig/src/commands/CreateApplicationCommand.ts index 68768983d56e..af56a2a04ac0 100644 --- a/clients/client-appconfig/src/commands/CreateApplicationCommand.ts +++ b/clients/client-appconfig/src/commands/CreateApplicationCommand.ts @@ -116,9 +116,6 @@ export class CreateApplicationCommand extends $Command< CreateApplicationCommandOutput, AppConfigClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -132,9 +129,7 @@ export class CreateApplicationCommand extends $Command< * @public */ constructor(readonly input: CreateApplicationCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -187,7 +182,4 @@ export class CreateApplicationCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateApplicationCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-appconfig/src/commands/CreateConfigurationProfileCommand.ts b/clients/client-appconfig/src/commands/CreateConfigurationProfileCommand.ts index 0e1dc365ca80..1497c2710102 100644 --- a/clients/client-appconfig/src/commands/CreateConfigurationProfileCommand.ts +++ b/clients/client-appconfig/src/commands/CreateConfigurationProfileCommand.ts @@ -186,9 +186,6 @@ export class CreateConfigurationProfileCommand extends $Command< CreateConfigurationProfileCommandOutput, AppConfigClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -202,9 +199,7 @@ export class CreateConfigurationProfileCommand extends $Command< * @public */ constructor(readonly input: CreateConfigurationProfileCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -260,7 +255,4 @@ export class CreateConfigurationProfileCommand extends $Command< ): Promise { return de_CreateConfigurationProfileCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-appconfig/src/commands/CreateDeploymentStrategyCommand.ts b/clients/client-appconfig/src/commands/CreateDeploymentStrategyCommand.ts index 1613492ce9fa..3714c577911f 100644 --- a/clients/client-appconfig/src/commands/CreateDeploymentStrategyCommand.ts +++ b/clients/client-appconfig/src/commands/CreateDeploymentStrategyCommand.ts @@ -131,9 +131,6 @@ export class CreateDeploymentStrategyCommand extends $Command< CreateDeploymentStrategyCommandOutput, AppConfigClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -147,9 +144,7 @@ export class CreateDeploymentStrategyCommand extends $Command< * @public */ constructor(readonly input: CreateDeploymentStrategyCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -202,7 +197,4 @@ export class CreateDeploymentStrategyCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateDeploymentStrategyCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-appconfig/src/commands/CreateEnvironmentCommand.ts b/clients/client-appconfig/src/commands/CreateEnvironmentCommand.ts index b7d993b43135..23345b28b1ff 100644 --- a/clients/client-appconfig/src/commands/CreateEnvironmentCommand.ts +++ b/clients/client-appconfig/src/commands/CreateEnvironmentCommand.ts @@ -138,9 +138,6 @@ export class CreateEnvironmentCommand extends $Command< CreateEnvironmentCommandOutput, AppConfigClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -154,9 +151,7 @@ export class CreateEnvironmentCommand extends $Command< * @public */ constructor(readonly input: CreateEnvironmentCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -209,7 +204,4 @@ export class CreateEnvironmentCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateEnvironmentCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-appconfig/src/commands/CreateExtensionAssociationCommand.ts b/clients/client-appconfig/src/commands/CreateExtensionAssociationCommand.ts index c894c579967e..0743eea7c6fc 100644 --- a/clients/client-appconfig/src/commands/CreateExtensionAssociationCommand.ts +++ b/clients/client-appconfig/src/commands/CreateExtensionAssociationCommand.ts @@ -117,9 +117,6 @@ export class CreateExtensionAssociationCommand extends $Command< CreateExtensionAssociationCommandOutput, AppConfigClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -133,9 +130,7 @@ export class CreateExtensionAssociationCommand extends $Command< * @public */ constructor(readonly input: CreateExtensionAssociationCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -191,7 +186,4 @@ export class CreateExtensionAssociationCommand extends $Command< ): Promise { return de_CreateExtensionAssociationCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-appconfig/src/commands/CreateExtensionCommand.ts b/clients/client-appconfig/src/commands/CreateExtensionCommand.ts index 52036451900f..d8504cad5ab0 100644 --- a/clients/client-appconfig/src/commands/CreateExtensionCommand.ts +++ b/clients/client-appconfig/src/commands/CreateExtensionCommand.ts @@ -156,9 +156,6 @@ export class CreateExtensionCommand extends $Command< CreateExtensionCommandOutput, AppConfigClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -172,9 +169,7 @@ export class CreateExtensionCommand extends $Command< * @public */ constructor(readonly input: CreateExtensionCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -227,7 +222,4 @@ export class CreateExtensionCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateExtensionCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-appconfig/src/commands/CreateHostedConfigurationVersionCommand.ts b/clients/client-appconfig/src/commands/CreateHostedConfigurationVersionCommand.ts index 4f4bc386bc2f..47cfde619175 100644 --- a/clients/client-appconfig/src/commands/CreateHostedConfigurationVersionCommand.ts +++ b/clients/client-appconfig/src/commands/CreateHostedConfigurationVersionCommand.ts @@ -164,9 +164,6 @@ export class CreateHostedConfigurationVersionCommand extends $Command< CreateHostedConfigurationVersionCommandOutput, AppConfigClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -180,9 +177,7 @@ export class CreateHostedConfigurationVersionCommand extends $Command< * @public */ constructor(readonly input: CreateHostedConfigurationVersionCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -241,7 +236,4 @@ export class CreateHostedConfigurationVersionCommand extends $Command< ): Promise { return de_CreateHostedConfigurationVersionCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-appconfig/src/commands/DeleteApplicationCommand.ts b/clients/client-appconfig/src/commands/DeleteApplicationCommand.ts index d21cdbd5a679..62138bf45f38 100644 --- a/clients/client-appconfig/src/commands/DeleteApplicationCommand.ts +++ b/clients/client-appconfig/src/commands/DeleteApplicationCommand.ts @@ -90,9 +90,6 @@ export class DeleteApplicationCommand extends $Command< DeleteApplicationCommandOutput, AppConfigClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -106,9 +103,7 @@ export class DeleteApplicationCommand extends $Command< * @public */ constructor(readonly input: DeleteApplicationCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -161,7 +156,4 @@ export class DeleteApplicationCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteApplicationCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-appconfig/src/commands/DeleteConfigurationProfileCommand.ts b/clients/client-appconfig/src/commands/DeleteConfigurationProfileCommand.ts index 7e30b10e82da..bc50699e911d 100644 --- a/clients/client-appconfig/src/commands/DeleteConfigurationProfileCommand.ts +++ b/clients/client-appconfig/src/commands/DeleteConfigurationProfileCommand.ts @@ -95,9 +95,6 @@ export class DeleteConfigurationProfileCommand extends $Command< DeleteConfigurationProfileCommandOutput, AppConfigClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -111,9 +108,7 @@ export class DeleteConfigurationProfileCommand extends $Command< * @public */ constructor(readonly input: DeleteConfigurationProfileCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -169,7 +164,4 @@ export class DeleteConfigurationProfileCommand extends $Command< ): Promise { return de_DeleteConfigurationProfileCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-appconfig/src/commands/DeleteDeploymentStrategyCommand.ts b/clients/client-appconfig/src/commands/DeleteDeploymentStrategyCommand.ts index 5d6d45491479..7576d4a027c2 100644 --- a/clients/client-appconfig/src/commands/DeleteDeploymentStrategyCommand.ts +++ b/clients/client-appconfig/src/commands/DeleteDeploymentStrategyCommand.ts @@ -89,9 +89,6 @@ export class DeleteDeploymentStrategyCommand extends $Command< DeleteDeploymentStrategyCommandOutput, AppConfigClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -105,9 +102,7 @@ export class DeleteDeploymentStrategyCommand extends $Command< * @public */ constructor(readonly input: DeleteDeploymentStrategyCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -160,7 +155,4 @@ export class DeleteDeploymentStrategyCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteDeploymentStrategyCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-appconfig/src/commands/DeleteEnvironmentCommand.ts b/clients/client-appconfig/src/commands/DeleteEnvironmentCommand.ts index b46acd4d6adf..5dc3149c6104 100644 --- a/clients/client-appconfig/src/commands/DeleteEnvironmentCommand.ts +++ b/clients/client-appconfig/src/commands/DeleteEnvironmentCommand.ts @@ -95,9 +95,6 @@ export class DeleteEnvironmentCommand extends $Command< DeleteEnvironmentCommandOutput, AppConfigClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -111,9 +108,7 @@ export class DeleteEnvironmentCommand extends $Command< * @public */ constructor(readonly input: DeleteEnvironmentCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -166,7 +161,4 @@ export class DeleteEnvironmentCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteEnvironmentCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-appconfig/src/commands/DeleteExtensionAssociationCommand.ts b/clients/client-appconfig/src/commands/DeleteExtensionAssociationCommand.ts index f6794576d5e8..eb15c00bf983 100644 --- a/clients/client-appconfig/src/commands/DeleteExtensionAssociationCommand.ts +++ b/clients/client-appconfig/src/commands/DeleteExtensionAssociationCommand.ts @@ -78,9 +78,6 @@ export class DeleteExtensionAssociationCommand extends $Command< DeleteExtensionAssociationCommandOutput, AppConfigClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -94,9 +91,7 @@ export class DeleteExtensionAssociationCommand extends $Command< * @public */ constructor(readonly input: DeleteExtensionAssociationCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -152,7 +147,4 @@ export class DeleteExtensionAssociationCommand extends $Command< ): Promise { return de_DeleteExtensionAssociationCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-appconfig/src/commands/DeleteExtensionCommand.ts b/clients/client-appconfig/src/commands/DeleteExtensionCommand.ts index 70aaf13c3fc8..71b7760e3d2e 100644 --- a/clients/client-appconfig/src/commands/DeleteExtensionCommand.ts +++ b/clients/client-appconfig/src/commands/DeleteExtensionCommand.ts @@ -79,9 +79,6 @@ export class DeleteExtensionCommand extends $Command< DeleteExtensionCommandOutput, AppConfigClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -95,9 +92,7 @@ export class DeleteExtensionCommand extends $Command< * @public */ constructor(readonly input: DeleteExtensionCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -150,7 +145,4 @@ export class DeleteExtensionCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteExtensionCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-appconfig/src/commands/DeleteHostedConfigurationVersionCommand.ts b/clients/client-appconfig/src/commands/DeleteHostedConfigurationVersionCommand.ts index 8bdd43551465..1a5586548a7f 100644 --- a/clients/client-appconfig/src/commands/DeleteHostedConfigurationVersionCommand.ts +++ b/clients/client-appconfig/src/commands/DeleteHostedConfigurationVersionCommand.ts @@ -96,9 +96,6 @@ export class DeleteHostedConfigurationVersionCommand extends $Command< DeleteHostedConfigurationVersionCommandOutput, AppConfigClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -112,9 +109,7 @@ export class DeleteHostedConfigurationVersionCommand extends $Command< * @public */ constructor(readonly input: DeleteHostedConfigurationVersionCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -173,7 +168,4 @@ export class DeleteHostedConfigurationVersionCommand extends $Command< ): Promise { return de_DeleteHostedConfigurationVersionCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-appconfig/src/commands/GetApplicationCommand.ts b/clients/client-appconfig/src/commands/GetApplicationCommand.ts index 4f9a2d327e5f..92c98ce96578 100644 --- a/clients/client-appconfig/src/commands/GetApplicationCommand.ts +++ b/clients/client-appconfig/src/commands/GetApplicationCommand.ts @@ -98,9 +98,6 @@ export class GetApplicationCommand extends $Command< GetApplicationCommandOutput, AppConfigClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -114,9 +111,7 @@ export class GetApplicationCommand extends $Command< * @public */ constructor(readonly input: GetApplicationCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -169,7 +164,4 @@ export class GetApplicationCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetApplicationCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-appconfig/src/commands/GetConfigurationCommand.ts b/clients/client-appconfig/src/commands/GetConfigurationCommand.ts index 5531ee23d148..eecf8a16d213 100644 --- a/clients/client-appconfig/src/commands/GetConfigurationCommand.ts +++ b/clients/client-appconfig/src/commands/GetConfigurationCommand.ts @@ -129,9 +129,6 @@ export class GetConfigurationCommand extends $Command< GetConfigurationCommandOutput, AppConfigClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -145,9 +142,7 @@ export class GetConfigurationCommand extends $Command< * @public */ constructor(readonly input: GetConfigurationCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -200,7 +195,4 @@ export class GetConfigurationCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetConfigurationCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-appconfig/src/commands/GetConfigurationProfileCommand.ts b/clients/client-appconfig/src/commands/GetConfigurationProfileCommand.ts index 00a050219d7d..8db84442241c 100644 --- a/clients/client-appconfig/src/commands/GetConfigurationProfileCommand.ts +++ b/clients/client-appconfig/src/commands/GetConfigurationProfileCommand.ts @@ -119,9 +119,6 @@ export class GetConfigurationProfileCommand extends $Command< GetConfigurationProfileCommandOutput, AppConfigClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -135,9 +132,7 @@ export class GetConfigurationProfileCommand extends $Command< * @public */ constructor(readonly input: GetConfigurationProfileCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -190,7 +185,4 @@ export class GetConfigurationProfileCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetConfigurationProfileCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-appconfig/src/commands/GetDeploymentCommand.ts b/clients/client-appconfig/src/commands/GetDeploymentCommand.ts index 814b42625488..4024fefaf31d 100644 --- a/clients/client-appconfig/src/commands/GetDeploymentCommand.ts +++ b/clients/client-appconfig/src/commands/GetDeploymentCommand.ts @@ -206,9 +206,6 @@ export class GetDeploymentCommand extends $Command< GetDeploymentCommandOutput, AppConfigClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -222,9 +219,7 @@ export class GetDeploymentCommand extends $Command< * @public */ constructor(readonly input: GetDeploymentCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -275,7 +270,4 @@ export class GetDeploymentCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetDeploymentCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-appconfig/src/commands/GetDeploymentStrategyCommand.ts b/clients/client-appconfig/src/commands/GetDeploymentStrategyCommand.ts index 223c169a5ba9..62c42be2bb32 100644 --- a/clients/client-appconfig/src/commands/GetDeploymentStrategyCommand.ts +++ b/clients/client-appconfig/src/commands/GetDeploymentStrategyCommand.ts @@ -112,9 +112,6 @@ export class GetDeploymentStrategyCommand extends $Command< GetDeploymentStrategyCommandOutput, AppConfigClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -128,9 +125,7 @@ export class GetDeploymentStrategyCommand extends $Command< * @public */ constructor(readonly input: GetDeploymentStrategyCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -183,7 +178,4 @@ export class GetDeploymentStrategyCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetDeploymentStrategyCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-appconfig/src/commands/GetEnvironmentCommand.ts b/clients/client-appconfig/src/commands/GetEnvironmentCommand.ts index 7b9b8b2640ca..a1b99b5c8441 100644 --- a/clients/client-appconfig/src/commands/GetEnvironmentCommand.ts +++ b/clients/client-appconfig/src/commands/GetEnvironmentCommand.ts @@ -115,9 +115,6 @@ export class GetEnvironmentCommand extends $Command< GetEnvironmentCommandOutput, AppConfigClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -131,9 +128,7 @@ export class GetEnvironmentCommand extends $Command< * @public */ constructor(readonly input: GetEnvironmentCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -186,7 +181,4 @@ export class GetEnvironmentCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetEnvironmentCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-appconfig/src/commands/GetExtensionAssociationCommand.ts b/clients/client-appconfig/src/commands/GetExtensionAssociationCommand.ts index 361db123a034..b2979414930f 100644 --- a/clients/client-appconfig/src/commands/GetExtensionAssociationCommand.ts +++ b/clients/client-appconfig/src/commands/GetExtensionAssociationCommand.ts @@ -89,9 +89,6 @@ export class GetExtensionAssociationCommand extends $Command< GetExtensionAssociationCommandOutput, AppConfigClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -105,9 +102,7 @@ export class GetExtensionAssociationCommand extends $Command< * @public */ constructor(readonly input: GetExtensionAssociationCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -160,7 +155,4 @@ export class GetExtensionAssociationCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetExtensionAssociationCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-appconfig/src/commands/GetExtensionCommand.ts b/clients/client-appconfig/src/commands/GetExtensionCommand.ts index 620f6853b7e3..184407c60988 100644 --- a/clients/client-appconfig/src/commands/GetExtensionCommand.ts +++ b/clients/client-appconfig/src/commands/GetExtensionCommand.ts @@ -100,9 +100,6 @@ export class GetExtensionCommand extends $Command< GetExtensionCommandOutput, AppConfigClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -116,9 +113,7 @@ export class GetExtensionCommand extends $Command< * @public */ constructor(readonly input: GetExtensionCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -169,7 +164,4 @@ export class GetExtensionCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetExtensionCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-appconfig/src/commands/GetHostedConfigurationVersionCommand.ts b/clients/client-appconfig/src/commands/GetHostedConfigurationVersionCommand.ts index a495e835f2fa..12d3abff0d8b 100644 --- a/clients/client-appconfig/src/commands/GetHostedConfigurationVersionCommand.ts +++ b/clients/client-appconfig/src/commands/GetHostedConfigurationVersionCommand.ts @@ -126,9 +126,6 @@ export class GetHostedConfigurationVersionCommand extends $Command< GetHostedConfigurationVersionCommandOutput, AppConfigClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -142,9 +139,7 @@ export class GetHostedConfigurationVersionCommand extends $Command< * @public */ constructor(readonly input: GetHostedConfigurationVersionCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -200,7 +195,4 @@ export class GetHostedConfigurationVersionCommand extends $Command< ): Promise { return de_GetHostedConfigurationVersionCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-appconfig/src/commands/ListApplicationsCommand.ts b/clients/client-appconfig/src/commands/ListApplicationsCommand.ts index 52c39f84ac49..e8ec62fcc31e 100644 --- a/clients/client-appconfig/src/commands/ListApplicationsCommand.ts +++ b/clients/client-appconfig/src/commands/ListApplicationsCommand.ts @@ -108,9 +108,6 @@ export class ListApplicationsCommand extends $Command< ListApplicationsCommandOutput, AppConfigClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -124,9 +121,7 @@ export class ListApplicationsCommand extends $Command< * @public */ constructor(readonly input: ListApplicationsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -179,7 +174,4 @@ export class ListApplicationsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListApplicationsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-appconfig/src/commands/ListConfigurationProfilesCommand.ts b/clients/client-appconfig/src/commands/ListConfigurationProfilesCommand.ts index 1f5e43fcc971..9131d5de60e2 100644 --- a/clients/client-appconfig/src/commands/ListConfigurationProfilesCommand.ts +++ b/clients/client-appconfig/src/commands/ListConfigurationProfilesCommand.ts @@ -117,9 +117,6 @@ export class ListConfigurationProfilesCommand extends $Command< ListConfigurationProfilesCommandOutput, AppConfigClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -133,9 +130,7 @@ export class ListConfigurationProfilesCommand extends $Command< * @public */ constructor(readonly input: ListConfigurationProfilesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -191,7 +186,4 @@ export class ListConfigurationProfilesCommand extends $Command< ): Promise { return de_ListConfigurationProfilesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-appconfig/src/commands/ListDeploymentStrategiesCommand.ts b/clients/client-appconfig/src/commands/ListDeploymentStrategiesCommand.ts index ad5f31a60356..f5c543d3e4fd 100644 --- a/clients/client-appconfig/src/commands/ListDeploymentStrategiesCommand.ts +++ b/clients/client-appconfig/src/commands/ListDeploymentStrategiesCommand.ts @@ -113,9 +113,6 @@ export class ListDeploymentStrategiesCommand extends $Command< ListDeploymentStrategiesCommandOutput, AppConfigClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -129,9 +126,7 @@ export class ListDeploymentStrategiesCommand extends $Command< * @public */ constructor(readonly input: ListDeploymentStrategiesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -184,7 +179,4 @@ export class ListDeploymentStrategiesCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListDeploymentStrategiesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-appconfig/src/commands/ListDeploymentsCommand.ts b/clients/client-appconfig/src/commands/ListDeploymentsCommand.ts index 8398fae51e69..0e33f2a28c98 100644 --- a/clients/client-appconfig/src/commands/ListDeploymentsCommand.ts +++ b/clients/client-appconfig/src/commands/ListDeploymentsCommand.ts @@ -129,9 +129,6 @@ export class ListDeploymentsCommand extends $Command< ListDeploymentsCommandOutput, AppConfigClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -145,9 +142,7 @@ export class ListDeploymentsCommand extends $Command< * @public */ constructor(readonly input: ListDeploymentsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -200,7 +195,4 @@ export class ListDeploymentsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListDeploymentsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-appconfig/src/commands/ListEnvironmentsCommand.ts b/clients/client-appconfig/src/commands/ListEnvironmentsCommand.ts index 5a1bf317f932..5ff7b0b3ae02 100644 --- a/clients/client-appconfig/src/commands/ListEnvironmentsCommand.ts +++ b/clients/client-appconfig/src/commands/ListEnvironmentsCommand.ts @@ -119,9 +119,6 @@ export class ListEnvironmentsCommand extends $Command< ListEnvironmentsCommandOutput, AppConfigClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -135,9 +132,7 @@ export class ListEnvironmentsCommand extends $Command< * @public */ constructor(readonly input: ListEnvironmentsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -190,7 +185,4 @@ export class ListEnvironmentsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListEnvironmentsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-appconfig/src/commands/ListExtensionAssociationsCommand.ts b/clients/client-appconfig/src/commands/ListExtensionAssociationsCommand.ts index 3cf856f92f86..e200dbb72108 100644 --- a/clients/client-appconfig/src/commands/ListExtensionAssociationsCommand.ts +++ b/clients/client-appconfig/src/commands/ListExtensionAssociationsCommand.ts @@ -90,9 +90,6 @@ export class ListExtensionAssociationsCommand extends $Command< ListExtensionAssociationsCommandOutput, AppConfigClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -106,9 +103,7 @@ export class ListExtensionAssociationsCommand extends $Command< * @public */ constructor(readonly input: ListExtensionAssociationsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -164,7 +159,4 @@ export class ListExtensionAssociationsCommand extends $Command< ): Promise { return de_ListExtensionAssociationsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-appconfig/src/commands/ListExtensionsCommand.ts b/clients/client-appconfig/src/commands/ListExtensionsCommand.ts index 6593a4b5417b..90b937326442 100644 --- a/clients/client-appconfig/src/commands/ListExtensionsCommand.ts +++ b/clients/client-appconfig/src/commands/ListExtensionsCommand.ts @@ -90,9 +90,6 @@ export class ListExtensionsCommand extends $Command< ListExtensionsCommandOutput, AppConfigClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -106,9 +103,7 @@ export class ListExtensionsCommand extends $Command< * @public */ constructor(readonly input: ListExtensionsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -161,7 +156,4 @@ export class ListExtensionsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListExtensionsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-appconfig/src/commands/ListHostedConfigurationVersionsCommand.ts b/clients/client-appconfig/src/commands/ListHostedConfigurationVersionsCommand.ts index 05bc7f9880d8..96d3450c04ad 100644 --- a/clients/client-appconfig/src/commands/ListHostedConfigurationVersionsCommand.ts +++ b/clients/client-appconfig/src/commands/ListHostedConfigurationVersionsCommand.ts @@ -122,9 +122,6 @@ export class ListHostedConfigurationVersionsCommand extends $Command< ListHostedConfigurationVersionsCommandOutput, AppConfigClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -138,9 +135,7 @@ export class ListHostedConfigurationVersionsCommand extends $Command< * @public */ constructor(readonly input: ListHostedConfigurationVersionsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -199,7 +194,4 @@ export class ListHostedConfigurationVersionsCommand extends $Command< ): Promise { return de_ListHostedConfigurationVersionsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-appconfig/src/commands/ListTagsForResourceCommand.ts b/clients/client-appconfig/src/commands/ListTagsForResourceCommand.ts index 68c9a3a4a0de..37a9e64407be 100644 --- a/clients/client-appconfig/src/commands/ListTagsForResourceCommand.ts +++ b/clients/client-appconfig/src/commands/ListTagsForResourceCommand.ts @@ -99,9 +99,6 @@ export class ListTagsForResourceCommand extends $Command< ListTagsForResourceCommandOutput, AppConfigClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -115,9 +112,7 @@ export class ListTagsForResourceCommand extends $Command< * @public */ constructor(readonly input: ListTagsForResourceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -170,7 +165,4 @@ export class ListTagsForResourceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListTagsForResourceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-appconfig/src/commands/StartDeploymentCommand.ts b/clients/client-appconfig/src/commands/StartDeploymentCommand.ts index 1f0d9d7da60c..e2fee7805ac1 100644 --- a/clients/client-appconfig/src/commands/StartDeploymentCommand.ts +++ b/clients/client-appconfig/src/commands/StartDeploymentCommand.ts @@ -184,9 +184,6 @@ export class StartDeploymentCommand extends $Command< StartDeploymentCommandOutput, AppConfigClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -200,9 +197,7 @@ export class StartDeploymentCommand extends $Command< * @public */ constructor(readonly input: StartDeploymentCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -255,7 +250,4 @@ export class StartDeploymentCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_StartDeploymentCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-appconfig/src/commands/StopDeploymentCommand.ts b/clients/client-appconfig/src/commands/StopDeploymentCommand.ts index 09d6fbe6df8b..dbface5a1298 100644 --- a/clients/client-appconfig/src/commands/StopDeploymentCommand.ts +++ b/clients/client-appconfig/src/commands/StopDeploymentCommand.ts @@ -153,9 +153,6 @@ export class StopDeploymentCommand extends $Command< StopDeploymentCommandOutput, AppConfigClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -169,9 +166,7 @@ export class StopDeploymentCommand extends $Command< * @public */ constructor(readonly input: StopDeploymentCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -224,7 +219,4 @@ export class StopDeploymentCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_StopDeploymentCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-appconfig/src/commands/TagResourceCommand.ts b/clients/client-appconfig/src/commands/TagResourceCommand.ts index d58b0201c2f7..49073e8b5534 100644 --- a/clients/client-appconfig/src/commands/TagResourceCommand.ts +++ b/clients/client-appconfig/src/commands/TagResourceCommand.ts @@ -96,9 +96,6 @@ export class TagResourceCommand extends $Command< TagResourceCommandOutput, AppConfigClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -112,9 +109,7 @@ export class TagResourceCommand extends $Command< * @public */ constructor(readonly input: TagResourceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -165,7 +160,4 @@ export class TagResourceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_TagResourceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-appconfig/src/commands/UntagResourceCommand.ts b/clients/client-appconfig/src/commands/UntagResourceCommand.ts index 7b37ab72a5c0..4bd82ef09aab 100644 --- a/clients/client-appconfig/src/commands/UntagResourceCommand.ts +++ b/clients/client-appconfig/src/commands/UntagResourceCommand.ts @@ -94,9 +94,6 @@ export class UntagResourceCommand extends $Command< UntagResourceCommandOutput, AppConfigClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -110,9 +107,7 @@ export class UntagResourceCommand extends $Command< * @public */ constructor(readonly input: UntagResourceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -163,7 +158,4 @@ export class UntagResourceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UntagResourceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-appconfig/src/commands/UpdateApplicationCommand.ts b/clients/client-appconfig/src/commands/UpdateApplicationCommand.ts index 4f80a575bbc6..e72527af4e19 100644 --- a/clients/client-appconfig/src/commands/UpdateApplicationCommand.ts +++ b/clients/client-appconfig/src/commands/UpdateApplicationCommand.ts @@ -103,9 +103,6 @@ export class UpdateApplicationCommand extends $Command< UpdateApplicationCommandOutput, AppConfigClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -119,9 +116,7 @@ export class UpdateApplicationCommand extends $Command< * @public */ constructor(readonly input: UpdateApplicationCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -174,7 +169,4 @@ export class UpdateApplicationCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdateApplicationCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-appconfig/src/commands/UpdateConfigurationProfileCommand.ts b/clients/client-appconfig/src/commands/UpdateConfigurationProfileCommand.ts index 628c3c9c0652..b6df1bd0f867 100644 --- a/clients/client-appconfig/src/commands/UpdateConfigurationProfileCommand.ts +++ b/clients/client-appconfig/src/commands/UpdateConfigurationProfileCommand.ts @@ -132,9 +132,6 @@ export class UpdateConfigurationProfileCommand extends $Command< UpdateConfigurationProfileCommandOutput, AppConfigClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -148,9 +145,7 @@ export class UpdateConfigurationProfileCommand extends $Command< * @public */ constructor(readonly input: UpdateConfigurationProfileCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -206,7 +201,4 @@ export class UpdateConfigurationProfileCommand extends $Command< ): Promise { return de_UpdateConfigurationProfileCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-appconfig/src/commands/UpdateDeploymentStrategyCommand.ts b/clients/client-appconfig/src/commands/UpdateDeploymentStrategyCommand.ts index 60685cf4323c..7a5db170c482 100644 --- a/clients/client-appconfig/src/commands/UpdateDeploymentStrategyCommand.ts +++ b/clients/client-appconfig/src/commands/UpdateDeploymentStrategyCommand.ts @@ -115,9 +115,6 @@ export class UpdateDeploymentStrategyCommand extends $Command< UpdateDeploymentStrategyCommandOutput, AppConfigClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -131,9 +128,7 @@ export class UpdateDeploymentStrategyCommand extends $Command< * @public */ constructor(readonly input: UpdateDeploymentStrategyCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -186,7 +181,4 @@ export class UpdateDeploymentStrategyCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdateDeploymentStrategyCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-appconfig/src/commands/UpdateEnvironmentCommand.ts b/clients/client-appconfig/src/commands/UpdateEnvironmentCommand.ts index b929af9f28af..5f5fde94df6b 100644 --- a/clients/client-appconfig/src/commands/UpdateEnvironmentCommand.ts +++ b/clients/client-appconfig/src/commands/UpdateEnvironmentCommand.ts @@ -120,9 +120,6 @@ export class UpdateEnvironmentCommand extends $Command< UpdateEnvironmentCommandOutput, AppConfigClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -136,9 +133,7 @@ export class UpdateEnvironmentCommand extends $Command< * @public */ constructor(readonly input: UpdateEnvironmentCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -191,7 +186,4 @@ export class UpdateEnvironmentCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdateEnvironmentCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-appconfig/src/commands/UpdateExtensionAssociationCommand.ts b/clients/client-appconfig/src/commands/UpdateExtensionAssociationCommand.ts index a63b527d77cb..7acbdd9dd353 100644 --- a/clients/client-appconfig/src/commands/UpdateExtensionAssociationCommand.ts +++ b/clients/client-appconfig/src/commands/UpdateExtensionAssociationCommand.ts @@ -92,9 +92,6 @@ export class UpdateExtensionAssociationCommand extends $Command< UpdateExtensionAssociationCommandOutput, AppConfigClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -108,9 +105,7 @@ export class UpdateExtensionAssociationCommand extends $Command< * @public */ constructor(readonly input: UpdateExtensionAssociationCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -166,7 +161,4 @@ export class UpdateExtensionAssociationCommand extends $Command< ): Promise { return de_UpdateExtensionAssociationCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-appconfig/src/commands/UpdateExtensionCommand.ts b/clients/client-appconfig/src/commands/UpdateExtensionCommand.ts index d7d865c19ed0..37da4cab32f4 100644 --- a/clients/client-appconfig/src/commands/UpdateExtensionCommand.ts +++ b/clients/client-appconfig/src/commands/UpdateExtensionCommand.ts @@ -124,9 +124,6 @@ export class UpdateExtensionCommand extends $Command< UpdateExtensionCommandOutput, AppConfigClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -140,9 +137,7 @@ export class UpdateExtensionCommand extends $Command< * @public */ constructor(readonly input: UpdateExtensionCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -195,7 +190,4 @@ export class UpdateExtensionCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdateExtensionCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-appconfig/src/commands/ValidateConfigurationCommand.ts b/clients/client-appconfig/src/commands/ValidateConfigurationCommand.ts index 747f7b9b5881..1ec9b6f03f94 100644 --- a/clients/client-appconfig/src/commands/ValidateConfigurationCommand.ts +++ b/clients/client-appconfig/src/commands/ValidateConfigurationCommand.ts @@ -92,9 +92,6 @@ export class ValidateConfigurationCommand extends $Command< ValidateConfigurationCommandOutput, AppConfigClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -108,9 +105,7 @@ export class ValidateConfigurationCommand extends $Command< * @public */ constructor(readonly input: ValidateConfigurationCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -163,7 +158,4 @@ export class ValidateConfigurationCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ValidateConfigurationCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-appconfigdata/package.json b/clients/client-appconfigdata/package.json index d1b5b01da9c5..f490ba216afc 100644 --- a/clients/client-appconfigdata/package.json +++ b/clients/client-appconfigdata/package.json @@ -34,30 +34,30 @@ "@aws-sdk/util-endpoints": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@smithy/config-resolver": "^2.0.16", - "@smithy/fetch-http-handler": "^2.2.4", - "@smithy/hash-node": "^2.0.12", - "@smithy/invalid-dependency": "^2.0.12", - "@smithy/middleware-content-length": "^2.0.14", - "@smithy/middleware-endpoint": "^2.1.3", - "@smithy/middleware-retry": "^2.0.18", - "@smithy/middleware-serde": "^2.0.12", - "@smithy/middleware-stack": "^2.0.6", - "@smithy/node-config-provider": "^2.1.3", - "@smithy/node-http-handler": "^2.1.8", - "@smithy/protocol-http": "^3.0.8", - "@smithy/smithy-client": "^2.1.12", - "@smithy/types": "^2.4.0", - "@smithy/url-parser": "^2.0.12", - "@smithy/util-base64": "^2.0.0", + "@smithy/config-resolver": "^2.0.18", + "@smithy/fetch-http-handler": "^2.2.6", + "@smithy/hash-node": "^2.0.15", + "@smithy/invalid-dependency": "^2.0.13", + "@smithy/middleware-content-length": "^2.0.15", + "@smithy/middleware-endpoint": "^2.2.0", + "@smithy/middleware-retry": "^2.0.20", + "@smithy/middleware-serde": "^2.0.13", + "@smithy/middleware-stack": "^2.0.7", + "@smithy/node-config-provider": "^2.1.5", + "@smithy/node-http-handler": "^2.1.9", + "@smithy/protocol-http": "^3.0.9", + "@smithy/smithy-client": "^2.1.15", + "@smithy/types": "^2.5.0", + "@smithy/url-parser": "^2.0.13", + "@smithy/util-base64": "^2.0.1", "@smithy/util-body-length-browser": "^2.0.0", "@smithy/util-body-length-node": "^2.1.0", - "@smithy/util-defaults-mode-browser": "^2.0.16", - "@smithy/util-defaults-mode-node": "^2.0.21", - "@smithy/util-endpoints": "^1.0.2", - "@smithy/util-retry": "^2.0.5", - "@smithy/util-stream": "^2.0.17", - "@smithy/util-utf8": "^2.0.0", + "@smithy/util-defaults-mode-browser": "^2.0.19", + "@smithy/util-defaults-mode-node": "^2.0.25", + "@smithy/util-endpoints": "^1.0.4", + "@smithy/util-retry": "^2.0.6", + "@smithy/util-stream": "^2.0.20", + "@smithy/util-utf8": "^2.0.2", "tslib": "^2.5.0" }, "devDependencies": { diff --git a/clients/client-appconfigdata/src/commands/GetLatestConfigurationCommand.ts b/clients/client-appconfigdata/src/commands/GetLatestConfigurationCommand.ts index e1ffdb8cbab6..2aa2d0703a62 100644 --- a/clients/client-appconfigdata/src/commands/GetLatestConfigurationCommand.ts +++ b/clients/client-appconfigdata/src/commands/GetLatestConfigurationCommand.ts @@ -120,9 +120,6 @@ export class GetLatestConfigurationCommand extends $Command< GetLatestConfigurationCommandOutput, AppConfigDataClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -136,9 +133,7 @@ export class GetLatestConfigurationCommand extends $Command< * @public */ constructor(readonly input: GetLatestConfigurationCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -191,7 +186,4 @@ export class GetLatestConfigurationCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetLatestConfigurationCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-appconfigdata/src/commands/StartConfigurationSessionCommand.ts b/clients/client-appconfigdata/src/commands/StartConfigurationSessionCommand.ts index bf717f17e348..e575f9278c50 100644 --- a/clients/client-appconfigdata/src/commands/StartConfigurationSessionCommand.ts +++ b/clients/client-appconfigdata/src/commands/StartConfigurationSessionCommand.ts @@ -88,9 +88,6 @@ export class StartConfigurationSessionCommand extends $Command< StartConfigurationSessionCommandOutput, AppConfigDataClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -104,9 +101,7 @@ export class StartConfigurationSessionCommand extends $Command< * @public */ constructor(readonly input: StartConfigurationSessionCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -162,7 +157,4 @@ export class StartConfigurationSessionCommand extends $Command< ): Promise { return de_StartConfigurationSessionCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-appfabric/package.json b/clients/client-appfabric/package.json index 0152e5e2f02d..48094ddbb850 100644 --- a/clients/client-appfabric/package.json +++ b/clients/client-appfabric/package.json @@ -34,29 +34,29 @@ "@aws-sdk/util-endpoints": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@smithy/config-resolver": "^2.0.16", - "@smithy/fetch-http-handler": "^2.2.4", - "@smithy/hash-node": "^2.0.12", - "@smithy/invalid-dependency": "^2.0.12", - "@smithy/middleware-content-length": "^2.0.14", - "@smithy/middleware-endpoint": "^2.1.3", - "@smithy/middleware-retry": "^2.0.18", - "@smithy/middleware-serde": "^2.0.12", - "@smithy/middleware-stack": "^2.0.6", - "@smithy/node-config-provider": "^2.1.3", - "@smithy/node-http-handler": "^2.1.8", - "@smithy/protocol-http": "^3.0.8", - "@smithy/smithy-client": "^2.1.12", - "@smithy/types": "^2.4.0", - "@smithy/url-parser": "^2.0.12", - "@smithy/util-base64": "^2.0.0", + "@smithy/config-resolver": "^2.0.18", + "@smithy/fetch-http-handler": "^2.2.6", + "@smithy/hash-node": "^2.0.15", + "@smithy/invalid-dependency": "^2.0.13", + "@smithy/middleware-content-length": "^2.0.15", + "@smithy/middleware-endpoint": "^2.2.0", + "@smithy/middleware-retry": "^2.0.20", + "@smithy/middleware-serde": "^2.0.13", + "@smithy/middleware-stack": "^2.0.7", + "@smithy/node-config-provider": "^2.1.5", + "@smithy/node-http-handler": "^2.1.9", + "@smithy/protocol-http": "^3.0.9", + "@smithy/smithy-client": "^2.1.15", + "@smithy/types": "^2.5.0", + "@smithy/url-parser": "^2.0.13", + "@smithy/util-base64": "^2.0.1", "@smithy/util-body-length-browser": "^2.0.0", "@smithy/util-body-length-node": "^2.1.0", - "@smithy/util-defaults-mode-browser": "^2.0.16", - "@smithy/util-defaults-mode-node": "^2.0.21", - "@smithy/util-endpoints": "^1.0.2", - "@smithy/util-retry": "^2.0.5", - "@smithy/util-utf8": "^2.0.0", + "@smithy/util-defaults-mode-browser": "^2.0.19", + "@smithy/util-defaults-mode-node": "^2.0.25", + "@smithy/util-endpoints": "^1.0.4", + "@smithy/util-retry": "^2.0.6", + "@smithy/util-utf8": "^2.0.2", "tslib": "^2.5.0", "uuid": "^8.3.2" }, diff --git a/clients/client-appfabric/src/commands/BatchGetUserAccessTasksCommand.ts b/clients/client-appfabric/src/commands/BatchGetUserAccessTasksCommand.ts index d3153c8d30bf..028d9010986f 100644 --- a/clients/client-appfabric/src/commands/BatchGetUserAccessTasksCommand.ts +++ b/clients/client-appfabric/src/commands/BatchGetUserAccessTasksCommand.ts @@ -113,9 +113,6 @@ export class BatchGetUserAccessTasksCommand extends $Command< BatchGetUserAccessTasksCommandOutput, AppFabricClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -129,9 +126,7 @@ export class BatchGetUserAccessTasksCommand extends $Command< * @public */ constructor(readonly input: BatchGetUserAccessTasksCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -184,7 +179,4 @@ export class BatchGetUserAccessTasksCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_BatchGetUserAccessTasksCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-appfabric/src/commands/ConnectAppAuthorizationCommand.ts b/clients/client-appfabric/src/commands/ConnectAppAuthorizationCommand.ts index 29924b4b7210..035be6e9f1e4 100644 --- a/clients/client-appfabric/src/commands/ConnectAppAuthorizationCommand.ts +++ b/clients/client-appfabric/src/commands/ConnectAppAuthorizationCommand.ts @@ -106,9 +106,6 @@ export class ConnectAppAuthorizationCommand extends $Command< ConnectAppAuthorizationCommandOutput, AppFabricClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -122,9 +119,7 @@ export class ConnectAppAuthorizationCommand extends $Command< * @public */ constructor(readonly input: ConnectAppAuthorizationCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -177,7 +172,4 @@ export class ConnectAppAuthorizationCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ConnectAppAuthorizationCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-appfabric/src/commands/CreateAppAuthorizationCommand.ts b/clients/client-appfabric/src/commands/CreateAppAuthorizationCommand.ts index 61b7d07355e9..f5bbe88e27da 100644 --- a/clients/client-appfabric/src/commands/CreateAppAuthorizationCommand.ts +++ b/clients/client-appfabric/src/commands/CreateAppAuthorizationCommand.ts @@ -133,9 +133,6 @@ export class CreateAppAuthorizationCommand extends $Command< CreateAppAuthorizationCommandOutput, AppFabricClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -149,9 +146,7 @@ export class CreateAppAuthorizationCommand extends $Command< * @public */ constructor(readonly input: CreateAppAuthorizationCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -204,7 +199,4 @@ export class CreateAppAuthorizationCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateAppAuthorizationCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-appfabric/src/commands/CreateAppBundleCommand.ts b/clients/client-appfabric/src/commands/CreateAppBundleCommand.ts index 5a18e691a31f..3e22002f5337 100644 --- a/clients/client-appfabric/src/commands/CreateAppBundleCommand.ts +++ b/clients/client-appfabric/src/commands/CreateAppBundleCommand.ts @@ -99,9 +99,6 @@ export class CreateAppBundleCommand extends $Command< CreateAppBundleCommandOutput, AppFabricClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -115,9 +112,7 @@ export class CreateAppBundleCommand extends $Command< * @public */ constructor(readonly input: CreateAppBundleCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -170,7 +165,4 @@ export class CreateAppBundleCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateAppBundleCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-appfabric/src/commands/CreateIngestionCommand.ts b/clients/client-appfabric/src/commands/CreateIngestionCommand.ts index bfb23691cb1b..e7e17b005a6f 100644 --- a/clients/client-appfabric/src/commands/CreateIngestionCommand.ts +++ b/clients/client-appfabric/src/commands/CreateIngestionCommand.ts @@ -108,9 +108,6 @@ export class CreateIngestionCommand extends $Command< CreateIngestionCommandOutput, AppFabricClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -124,9 +121,7 @@ export class CreateIngestionCommand extends $Command< * @public */ constructor(readonly input: CreateIngestionCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -179,7 +174,4 @@ export class CreateIngestionCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateIngestionCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-appfabric/src/commands/CreateIngestionDestinationCommand.ts b/clients/client-appfabric/src/commands/CreateIngestionDestinationCommand.ts index 2ac2dbcfe4bd..4f2192d46881 100644 --- a/clients/client-appfabric/src/commands/CreateIngestionDestinationCommand.ts +++ b/clients/client-appfabric/src/commands/CreateIngestionDestinationCommand.ts @@ -143,9 +143,6 @@ export class CreateIngestionDestinationCommand extends $Command< CreateIngestionDestinationCommandOutput, AppFabricClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -159,9 +156,7 @@ export class CreateIngestionDestinationCommand extends $Command< * @public */ constructor(readonly input: CreateIngestionDestinationCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -217,7 +212,4 @@ export class CreateIngestionDestinationCommand extends $Command< ): Promise { return de_CreateIngestionDestinationCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-appfabric/src/commands/DeleteAppAuthorizationCommand.ts b/clients/client-appfabric/src/commands/DeleteAppAuthorizationCommand.ts index 689029299e48..c38224cbff36 100644 --- a/clients/client-appfabric/src/commands/DeleteAppAuthorizationCommand.ts +++ b/clients/client-appfabric/src/commands/DeleteAppAuthorizationCommand.ts @@ -86,9 +86,6 @@ export class DeleteAppAuthorizationCommand extends $Command< DeleteAppAuthorizationCommandOutput, AppFabricClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -102,9 +99,7 @@ export class DeleteAppAuthorizationCommand extends $Command< * @public */ constructor(readonly input: DeleteAppAuthorizationCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -157,7 +152,4 @@ export class DeleteAppAuthorizationCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteAppAuthorizationCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-appfabric/src/commands/DeleteAppBundleCommand.ts b/clients/client-appfabric/src/commands/DeleteAppBundleCommand.ts index 42681cf27330..969791dd0f28 100644 --- a/clients/client-appfabric/src/commands/DeleteAppBundleCommand.ts +++ b/clients/client-appfabric/src/commands/DeleteAppBundleCommand.ts @@ -85,9 +85,6 @@ export class DeleteAppBundleCommand extends $Command< DeleteAppBundleCommandOutput, AppFabricClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -101,9 +98,7 @@ export class DeleteAppBundleCommand extends $Command< * @public */ constructor(readonly input: DeleteAppBundleCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -156,7 +151,4 @@ export class DeleteAppBundleCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteAppBundleCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-appfabric/src/commands/DeleteIngestionCommand.ts b/clients/client-appfabric/src/commands/DeleteIngestionCommand.ts index 9358ae049cfc..6f8b260953db 100644 --- a/clients/client-appfabric/src/commands/DeleteIngestionCommand.ts +++ b/clients/client-appfabric/src/commands/DeleteIngestionCommand.ts @@ -86,9 +86,6 @@ export class DeleteIngestionCommand extends $Command< DeleteIngestionCommandOutput, AppFabricClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -102,9 +99,7 @@ export class DeleteIngestionCommand extends $Command< * @public */ constructor(readonly input: DeleteIngestionCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -157,7 +152,4 @@ export class DeleteIngestionCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteIngestionCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-appfabric/src/commands/DeleteIngestionDestinationCommand.ts b/clients/client-appfabric/src/commands/DeleteIngestionDestinationCommand.ts index 406a4df896be..161ccd485ff2 100644 --- a/clients/client-appfabric/src/commands/DeleteIngestionDestinationCommand.ts +++ b/clients/client-appfabric/src/commands/DeleteIngestionDestinationCommand.ts @@ -90,9 +90,6 @@ export class DeleteIngestionDestinationCommand extends $Command< DeleteIngestionDestinationCommandOutput, AppFabricClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -106,9 +103,7 @@ export class DeleteIngestionDestinationCommand extends $Command< * @public */ constructor(readonly input: DeleteIngestionDestinationCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -164,7 +159,4 @@ export class DeleteIngestionDestinationCommand extends $Command< ): Promise { return de_DeleteIngestionDestinationCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-appfabric/src/commands/GetAppAuthorizationCommand.ts b/clients/client-appfabric/src/commands/GetAppAuthorizationCommand.ts index 54847ac37e7a..fbbb2aeb14a2 100644 --- a/clients/client-appfabric/src/commands/GetAppAuthorizationCommand.ts +++ b/clients/client-appfabric/src/commands/GetAppAuthorizationCommand.ts @@ -101,9 +101,6 @@ export class GetAppAuthorizationCommand extends $Command< GetAppAuthorizationCommandOutput, AppFabricClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -117,9 +114,7 @@ export class GetAppAuthorizationCommand extends $Command< * @public */ constructor(readonly input: GetAppAuthorizationCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -172,7 +167,4 @@ export class GetAppAuthorizationCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetAppAuthorizationCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-appfabric/src/commands/GetAppBundleCommand.ts b/clients/client-appfabric/src/commands/GetAppBundleCommand.ts index 995fc5a69e5f..b50f2fbf31de 100644 --- a/clients/client-appfabric/src/commands/GetAppBundleCommand.ts +++ b/clients/client-appfabric/src/commands/GetAppBundleCommand.ts @@ -89,9 +89,6 @@ export class GetAppBundleCommand extends $Command< GetAppBundleCommandOutput, AppFabricClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -105,9 +102,7 @@ export class GetAppBundleCommand extends $Command< * @public */ constructor(readonly input: GetAppBundleCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -158,7 +153,4 @@ export class GetAppBundleCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetAppBundleCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-appfabric/src/commands/GetIngestionCommand.ts b/clients/client-appfabric/src/commands/GetIngestionCommand.ts index af1e73a7e5e4..509183c50b1b 100644 --- a/clients/client-appfabric/src/commands/GetIngestionCommand.ts +++ b/clients/client-appfabric/src/commands/GetIngestionCommand.ts @@ -96,9 +96,6 @@ export class GetIngestionCommand extends $Command< GetIngestionCommandOutput, AppFabricClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -112,9 +109,7 @@ export class GetIngestionCommand extends $Command< * @public */ constructor(readonly input: GetIngestionCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -165,7 +160,4 @@ export class GetIngestionCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetIngestionCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-appfabric/src/commands/GetIngestionDestinationCommand.ts b/clients/client-appfabric/src/commands/GetIngestionDestinationCommand.ts index 8c0fbe454395..c997bfeec0db 100644 --- a/clients/client-appfabric/src/commands/GetIngestionDestinationCommand.ts +++ b/clients/client-appfabric/src/commands/GetIngestionDestinationCommand.ts @@ -114,9 +114,6 @@ export class GetIngestionDestinationCommand extends $Command< GetIngestionDestinationCommandOutput, AppFabricClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -130,9 +127,7 @@ export class GetIngestionDestinationCommand extends $Command< * @public */ constructor(readonly input: GetIngestionDestinationCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -185,7 +180,4 @@ export class GetIngestionDestinationCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetIngestionDestinationCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-appfabric/src/commands/ListAppAuthorizationsCommand.ts b/clients/client-appfabric/src/commands/ListAppAuthorizationsCommand.ts index 55f4eeff3db3..e4d08314b863 100644 --- a/clients/client-appfabric/src/commands/ListAppAuthorizationsCommand.ts +++ b/clients/client-appfabric/src/commands/ListAppAuthorizationsCommand.ts @@ -101,9 +101,6 @@ export class ListAppAuthorizationsCommand extends $Command< ListAppAuthorizationsCommandOutput, AppFabricClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -117,9 +114,7 @@ export class ListAppAuthorizationsCommand extends $Command< * @public */ constructor(readonly input: ListAppAuthorizationsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -172,7 +167,4 @@ export class ListAppAuthorizationsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListAppAuthorizationsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-appfabric/src/commands/ListAppBundlesCommand.ts b/clients/client-appfabric/src/commands/ListAppBundlesCommand.ts index 9339509784dc..596bceb6063d 100644 --- a/clients/client-appfabric/src/commands/ListAppBundlesCommand.ts +++ b/clients/client-appfabric/src/commands/ListAppBundlesCommand.ts @@ -89,9 +89,6 @@ export class ListAppBundlesCommand extends $Command< ListAppBundlesCommandOutput, AppFabricClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -105,9 +102,7 @@ export class ListAppBundlesCommand extends $Command< * @public */ constructor(readonly input: ListAppBundlesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -160,7 +155,4 @@ export class ListAppBundlesCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListAppBundlesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-appfabric/src/commands/ListIngestionDestinationsCommand.ts b/clients/client-appfabric/src/commands/ListIngestionDestinationsCommand.ts index 37a9226d18dd..e12aa5755c66 100644 --- a/clients/client-appfabric/src/commands/ListIngestionDestinationsCommand.ts +++ b/clients/client-appfabric/src/commands/ListIngestionDestinationsCommand.ts @@ -94,9 +94,6 @@ export class ListIngestionDestinationsCommand extends $Command< ListIngestionDestinationsCommandOutput, AppFabricClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -110,9 +107,7 @@ export class ListIngestionDestinationsCommand extends $Command< * @public */ constructor(readonly input: ListIngestionDestinationsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -168,7 +163,4 @@ export class ListIngestionDestinationsCommand extends $Command< ): Promise { return de_ListIngestionDestinationsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-appfabric/src/commands/ListIngestionsCommand.ts b/clients/client-appfabric/src/commands/ListIngestionsCommand.ts index f7e19f2f3460..994b4d529d9d 100644 --- a/clients/client-appfabric/src/commands/ListIngestionsCommand.ts +++ b/clients/client-appfabric/src/commands/ListIngestionsCommand.ts @@ -96,9 +96,6 @@ export class ListIngestionsCommand extends $Command< ListIngestionsCommandOutput, AppFabricClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -112,9 +109,7 @@ export class ListIngestionsCommand extends $Command< * @public */ constructor(readonly input: ListIngestionsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -167,7 +162,4 @@ export class ListIngestionsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListIngestionsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-appfabric/src/commands/ListTagsForResourceCommand.ts b/clients/client-appfabric/src/commands/ListTagsForResourceCommand.ts index 1408764fa24a..1c4153f55b30 100644 --- a/clients/client-appfabric/src/commands/ListTagsForResourceCommand.ts +++ b/clients/client-appfabric/src/commands/ListTagsForResourceCommand.ts @@ -91,9 +91,6 @@ export class ListTagsForResourceCommand extends $Command< ListTagsForResourceCommandOutput, AppFabricClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -107,9 +104,7 @@ export class ListTagsForResourceCommand extends $Command< * @public */ constructor(readonly input: ListTagsForResourceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -162,7 +157,4 @@ export class ListTagsForResourceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListTagsForResourceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-appfabric/src/commands/StartIngestionCommand.ts b/clients/client-appfabric/src/commands/StartIngestionCommand.ts index 8e0f21fdf12e..9d7af828877f 100644 --- a/clients/client-appfabric/src/commands/StartIngestionCommand.ts +++ b/clients/client-appfabric/src/commands/StartIngestionCommand.ts @@ -88,9 +88,6 @@ export class StartIngestionCommand extends $Command< StartIngestionCommandOutput, AppFabricClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -104,9 +101,7 @@ export class StartIngestionCommand extends $Command< * @public */ constructor(readonly input: StartIngestionCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -159,7 +154,4 @@ export class StartIngestionCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_StartIngestionCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-appfabric/src/commands/StartUserAccessTasksCommand.ts b/clients/client-appfabric/src/commands/StartUserAccessTasksCommand.ts index 1d1052427695..bcbca2533b82 100644 --- a/clients/client-appfabric/src/commands/StartUserAccessTasksCommand.ts +++ b/clients/client-appfabric/src/commands/StartUserAccessTasksCommand.ts @@ -103,9 +103,6 @@ export class StartUserAccessTasksCommand extends $Command< StartUserAccessTasksCommandOutput, AppFabricClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -119,9 +116,7 @@ export class StartUserAccessTasksCommand extends $Command< * @public */ constructor(readonly input: StartUserAccessTasksCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -174,7 +169,4 @@ export class StartUserAccessTasksCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_StartUserAccessTasksCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-appfabric/src/commands/StopIngestionCommand.ts b/clients/client-appfabric/src/commands/StopIngestionCommand.ts index 0b0eef60afbd..873c322487e4 100644 --- a/clients/client-appfabric/src/commands/StopIngestionCommand.ts +++ b/clients/client-appfabric/src/commands/StopIngestionCommand.ts @@ -88,9 +88,6 @@ export class StopIngestionCommand extends $Command< StopIngestionCommandOutput, AppFabricClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -104,9 +101,7 @@ export class StopIngestionCommand extends $Command< * @public */ constructor(readonly input: StopIngestionCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -157,7 +152,4 @@ export class StopIngestionCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_StopIngestionCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-appfabric/src/commands/TagResourceCommand.ts b/clients/client-appfabric/src/commands/TagResourceCommand.ts index f606cdf3d06f..240e124d060b 100644 --- a/clients/client-appfabric/src/commands/TagResourceCommand.ts +++ b/clients/client-appfabric/src/commands/TagResourceCommand.ts @@ -90,9 +90,6 @@ export class TagResourceCommand extends $Command< TagResourceCommandOutput, AppFabricClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -106,9 +103,7 @@ export class TagResourceCommand extends $Command< * @public */ constructor(readonly input: TagResourceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -159,7 +154,4 @@ export class TagResourceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_TagResourceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-appfabric/src/commands/UntagResourceCommand.ts b/clients/client-appfabric/src/commands/UntagResourceCommand.ts index 5b3a304e40b4..d897e5a6bd5f 100644 --- a/clients/client-appfabric/src/commands/UntagResourceCommand.ts +++ b/clients/client-appfabric/src/commands/UntagResourceCommand.ts @@ -87,9 +87,6 @@ export class UntagResourceCommand extends $Command< UntagResourceCommandOutput, AppFabricClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -103,9 +100,7 @@ export class UntagResourceCommand extends $Command< * @public */ constructor(readonly input: UntagResourceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -156,7 +151,4 @@ export class UntagResourceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UntagResourceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-appfabric/src/commands/UpdateAppAuthorizationCommand.ts b/clients/client-appfabric/src/commands/UpdateAppAuthorizationCommand.ts index 2d593a2a4748..115a80a65458 100644 --- a/clients/client-appfabric/src/commands/UpdateAppAuthorizationCommand.ts +++ b/clients/client-appfabric/src/commands/UpdateAppAuthorizationCommand.ts @@ -121,9 +121,6 @@ export class UpdateAppAuthorizationCommand extends $Command< UpdateAppAuthorizationCommandOutput, AppFabricClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -137,9 +134,7 @@ export class UpdateAppAuthorizationCommand extends $Command< * @public */ constructor(readonly input: UpdateAppAuthorizationCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -192,7 +187,4 @@ export class UpdateAppAuthorizationCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdateAppAuthorizationCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-appfabric/src/commands/UpdateIngestionDestinationCommand.ts b/clients/client-appfabric/src/commands/UpdateIngestionDestinationCommand.ts index 3ca449bd2bb3..456deebda5d6 100644 --- a/clients/client-appfabric/src/commands/UpdateIngestionDestinationCommand.ts +++ b/clients/client-appfabric/src/commands/UpdateIngestionDestinationCommand.ts @@ -134,9 +134,6 @@ export class UpdateIngestionDestinationCommand extends $Command< UpdateIngestionDestinationCommandOutput, AppFabricClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -150,9 +147,7 @@ export class UpdateIngestionDestinationCommand extends $Command< * @public */ constructor(readonly input: UpdateIngestionDestinationCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -208,7 +203,4 @@ export class UpdateIngestionDestinationCommand extends $Command< ): Promise { return de_UpdateIngestionDestinationCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-appflow/package.json b/clients/client-appflow/package.json index 2efd105e4270..27ff6dc34a00 100644 --- a/clients/client-appflow/package.json +++ b/clients/client-appflow/package.json @@ -34,29 +34,29 @@ "@aws-sdk/util-endpoints": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@smithy/config-resolver": "^2.0.16", - "@smithy/fetch-http-handler": "^2.2.4", - "@smithy/hash-node": "^2.0.12", - "@smithy/invalid-dependency": "^2.0.12", - "@smithy/middleware-content-length": "^2.0.14", - "@smithy/middleware-endpoint": "^2.1.3", - "@smithy/middleware-retry": "^2.0.18", - "@smithy/middleware-serde": "^2.0.12", - "@smithy/middleware-stack": "^2.0.6", - "@smithy/node-config-provider": "^2.1.3", - "@smithy/node-http-handler": "^2.1.8", - "@smithy/protocol-http": "^3.0.8", - "@smithy/smithy-client": "^2.1.12", - "@smithy/types": "^2.4.0", - "@smithy/url-parser": "^2.0.12", - "@smithy/util-base64": "^2.0.0", + "@smithy/config-resolver": "^2.0.18", + "@smithy/fetch-http-handler": "^2.2.6", + "@smithy/hash-node": "^2.0.15", + "@smithy/invalid-dependency": "^2.0.13", + "@smithy/middleware-content-length": "^2.0.15", + "@smithy/middleware-endpoint": "^2.2.0", + "@smithy/middleware-retry": "^2.0.20", + "@smithy/middleware-serde": "^2.0.13", + "@smithy/middleware-stack": "^2.0.7", + "@smithy/node-config-provider": "^2.1.5", + "@smithy/node-http-handler": "^2.1.9", + "@smithy/protocol-http": "^3.0.9", + "@smithy/smithy-client": "^2.1.15", + "@smithy/types": "^2.5.0", + "@smithy/url-parser": "^2.0.13", + "@smithy/util-base64": "^2.0.1", "@smithy/util-body-length-browser": "^2.0.0", "@smithy/util-body-length-node": "^2.1.0", - "@smithy/util-defaults-mode-browser": "^2.0.16", - "@smithy/util-defaults-mode-node": "^2.0.21", - "@smithy/util-endpoints": "^1.0.2", - "@smithy/util-retry": "^2.0.5", - "@smithy/util-utf8": "^2.0.0", + "@smithy/util-defaults-mode-browser": "^2.0.19", + "@smithy/util-defaults-mode-node": "^2.0.25", + "@smithy/util-endpoints": "^1.0.4", + "@smithy/util-retry": "^2.0.6", + "@smithy/util-utf8": "^2.0.2", "tslib": "^2.5.0", "uuid": "^8.3.2" }, diff --git a/clients/client-appflow/src/commands/CancelFlowExecutionsCommand.ts b/clients/client-appflow/src/commands/CancelFlowExecutionsCommand.ts index dfd35f1728c4..fbc71289a53b 100644 --- a/clients/client-appflow/src/commands/CancelFlowExecutionsCommand.ts +++ b/clients/client-appflow/src/commands/CancelFlowExecutionsCommand.ts @@ -110,9 +110,6 @@ export class CancelFlowExecutionsCommand extends $Command< CancelFlowExecutionsCommandOutput, AppflowClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -126,9 +123,7 @@ export class CancelFlowExecutionsCommand extends $Command< * @public */ constructor(readonly input: CancelFlowExecutionsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -181,7 +176,4 @@ export class CancelFlowExecutionsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CancelFlowExecutionsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-appflow/src/commands/CreateConnectorProfileCommand.ts b/clients/client-appflow/src/commands/CreateConnectorProfileCommand.ts index 1202ef46427a..89a134cbb3a6 100644 --- a/clients/client-appflow/src/commands/CreateConnectorProfileCommand.ts +++ b/clients/client-appflow/src/commands/CreateConnectorProfileCommand.ts @@ -336,9 +336,6 @@ export class CreateConnectorProfileCommand extends $Command< CreateConnectorProfileCommandOutput, AppflowClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -352,9 +349,7 @@ export class CreateConnectorProfileCommand extends $Command< * @public */ constructor(readonly input: CreateConnectorProfileCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -407,7 +402,4 @@ export class CreateConnectorProfileCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateConnectorProfileCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-appflow/src/commands/CreateFlowCommand.ts b/clients/client-appflow/src/commands/CreateFlowCommand.ts index 69139c814cb6..fb91a9d3fdae 100644 --- a/clients/client-appflow/src/commands/CreateFlowCommand.ts +++ b/clients/client-appflow/src/commands/CreateFlowCommand.ts @@ -382,9 +382,6 @@ export class CreateFlowCommand extends $Command< CreateFlowCommandOutput, AppflowClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -398,9 +395,7 @@ export class CreateFlowCommand extends $Command< * @public */ constructor(readonly input: CreateFlowCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -451,7 +446,4 @@ export class CreateFlowCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateFlowCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-appflow/src/commands/DeleteConnectorProfileCommand.ts b/clients/client-appflow/src/commands/DeleteConnectorProfileCommand.ts index 067ac17db15f..19497df5f586 100644 --- a/clients/client-appflow/src/commands/DeleteConnectorProfileCommand.ts +++ b/clients/client-appflow/src/commands/DeleteConnectorProfileCommand.ts @@ -81,9 +81,6 @@ export class DeleteConnectorProfileCommand extends $Command< DeleteConnectorProfileCommandOutput, AppflowClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -97,9 +94,7 @@ export class DeleteConnectorProfileCommand extends $Command< * @public */ constructor(readonly input: DeleteConnectorProfileCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -152,7 +147,4 @@ export class DeleteConnectorProfileCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteConnectorProfileCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-appflow/src/commands/DeleteFlowCommand.ts b/clients/client-appflow/src/commands/DeleteFlowCommand.ts index f83daf5dcce4..c3a9e215e760 100644 --- a/clients/client-appflow/src/commands/DeleteFlowCommand.ts +++ b/clients/client-appflow/src/commands/DeleteFlowCommand.ts @@ -82,9 +82,6 @@ export class DeleteFlowCommand extends $Command< DeleteFlowCommandOutput, AppflowClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -98,9 +95,7 @@ export class DeleteFlowCommand extends $Command< * @public */ constructor(readonly input: DeleteFlowCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -151,7 +146,4 @@ export class DeleteFlowCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteFlowCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-appflow/src/commands/DescribeConnectorCommand.ts b/clients/client-appflow/src/commands/DescribeConnectorCommand.ts index aed344651ac7..9019ff2aa33f 100644 --- a/clients/client-appflow/src/commands/DescribeConnectorCommand.ts +++ b/clients/client-appflow/src/commands/DescribeConnectorCommand.ts @@ -250,9 +250,6 @@ export class DescribeConnectorCommand extends $Command< DescribeConnectorCommandOutput, AppflowClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -266,9 +263,7 @@ export class DescribeConnectorCommand extends $Command< * @public */ constructor(readonly input: DescribeConnectorCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -321,7 +316,4 @@ export class DescribeConnectorCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DescribeConnectorCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-appflow/src/commands/DescribeConnectorEntityCommand.ts b/clients/client-appflow/src/commands/DescribeConnectorEntityCommand.ts index 4b4c840ac9a5..d8a7f6da3746 100644 --- a/clients/client-appflow/src/commands/DescribeConnectorEntityCommand.ts +++ b/clients/client-appflow/src/commands/DescribeConnectorEntityCommand.ts @@ -140,9 +140,6 @@ export class DescribeConnectorEntityCommand extends $Command< DescribeConnectorEntityCommandOutput, AppflowClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -156,9 +153,7 @@ export class DescribeConnectorEntityCommand extends $Command< * @public */ constructor(readonly input: DescribeConnectorEntityCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -211,7 +206,4 @@ export class DescribeConnectorEntityCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DescribeConnectorEntityCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-appflow/src/commands/DescribeConnectorProfilesCommand.ts b/clients/client-appflow/src/commands/DescribeConnectorProfilesCommand.ts index b8b90be1466c..fe9ba36c64bc 100644 --- a/clients/client-appflow/src/commands/DescribeConnectorProfilesCommand.ts +++ b/clients/client-appflow/src/commands/DescribeConnectorProfilesCommand.ts @@ -193,9 +193,6 @@ export class DescribeConnectorProfilesCommand extends $Command< DescribeConnectorProfilesCommandOutput, AppflowClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -209,9 +206,7 @@ export class DescribeConnectorProfilesCommand extends $Command< * @public */ constructor(readonly input: DescribeConnectorProfilesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -267,7 +262,4 @@ export class DescribeConnectorProfilesCommand extends $Command< ): Promise { return de_DescribeConnectorProfilesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-appflow/src/commands/DescribeConnectorsCommand.ts b/clients/client-appflow/src/commands/DescribeConnectorsCommand.ts index 59ac3019f0de..e5e3b97b7312 100644 --- a/clients/client-appflow/src/commands/DescribeConnectorsCommand.ts +++ b/clients/client-appflow/src/commands/DescribeConnectorsCommand.ts @@ -273,9 +273,6 @@ export class DescribeConnectorsCommand extends $Command< DescribeConnectorsCommandOutput, AppflowClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -289,9 +286,7 @@ export class DescribeConnectorsCommand extends $Command< * @public */ constructor(readonly input: DescribeConnectorsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -344,7 +339,4 @@ export class DescribeConnectorsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DescribeConnectorsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-appflow/src/commands/DescribeFlowCommand.ts b/clients/client-appflow/src/commands/DescribeFlowCommand.ts index fe914c341ddc..d1fb28a27fc8 100644 --- a/clients/client-appflow/src/commands/DescribeFlowCommand.ts +++ b/clients/client-appflow/src/commands/DescribeFlowCommand.ts @@ -385,9 +385,6 @@ export class DescribeFlowCommand extends $Command< DescribeFlowCommandOutput, AppflowClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -401,9 +398,7 @@ export class DescribeFlowCommand extends $Command< * @public */ constructor(readonly input: DescribeFlowCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -454,7 +449,4 @@ export class DescribeFlowCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DescribeFlowCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-appflow/src/commands/DescribeFlowExecutionRecordsCommand.ts b/clients/client-appflow/src/commands/DescribeFlowExecutionRecordsCommand.ts index 3e37b9c12a1a..68650d2fa533 100644 --- a/clients/client-appflow/src/commands/DescribeFlowExecutionRecordsCommand.ts +++ b/clients/client-appflow/src/commands/DescribeFlowExecutionRecordsCommand.ts @@ -125,9 +125,6 @@ export class DescribeFlowExecutionRecordsCommand extends $Command< DescribeFlowExecutionRecordsCommandOutput, AppflowClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -141,9 +138,7 @@ export class DescribeFlowExecutionRecordsCommand extends $Command< * @public */ constructor(readonly input: DescribeFlowExecutionRecordsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -199,7 +194,4 @@ export class DescribeFlowExecutionRecordsCommand extends $Command< ): Promise { return de_DescribeFlowExecutionRecordsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-appflow/src/commands/ListConnectorEntitiesCommand.ts b/clients/client-appflow/src/commands/ListConnectorEntitiesCommand.ts index fdcaad1d12d2..7152b022879a 100644 --- a/clients/client-appflow/src/commands/ListConnectorEntitiesCommand.ts +++ b/clients/client-appflow/src/commands/ListConnectorEntitiesCommand.ts @@ -104,9 +104,6 @@ export class ListConnectorEntitiesCommand extends $Command< ListConnectorEntitiesCommandOutput, AppflowClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -120,9 +117,7 @@ export class ListConnectorEntitiesCommand extends $Command< * @public */ constructor(readonly input: ListConnectorEntitiesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -175,7 +170,4 @@ export class ListConnectorEntitiesCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListConnectorEntitiesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-appflow/src/commands/ListConnectorsCommand.ts b/clients/client-appflow/src/commands/ListConnectorsCommand.ts index 42cf90211d88..e4c5aa76df2f 100644 --- a/clients/client-appflow/src/commands/ListConnectorsCommand.ts +++ b/clients/client-appflow/src/commands/ListConnectorsCommand.ts @@ -100,9 +100,6 @@ export class ListConnectorsCommand extends $Command< ListConnectorsCommandOutput, AppflowClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -116,9 +113,7 @@ export class ListConnectorsCommand extends $Command< * @public */ constructor(readonly input: ListConnectorsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -171,7 +166,4 @@ export class ListConnectorsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListConnectorsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-appflow/src/commands/ListFlowsCommand.ts b/clients/client-appflow/src/commands/ListFlowsCommand.ts index 6e1a29aac8f0..4e8ab0ff4719 100644 --- a/clients/client-appflow/src/commands/ListFlowsCommand.ts +++ b/clients/client-appflow/src/commands/ListFlowsCommand.ts @@ -103,9 +103,6 @@ export class ListFlowsCommand extends $Command< ListFlowsCommandOutput, AppflowClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -119,9 +116,7 @@ export class ListFlowsCommand extends $Command< * @public */ constructor(readonly input: ListFlowsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -172,7 +167,4 @@ export class ListFlowsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListFlowsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-appflow/src/commands/ListTagsForResourceCommand.ts b/clients/client-appflow/src/commands/ListTagsForResourceCommand.ts index ee6fad0ab381..8c337a717ce4 100644 --- a/clients/client-appflow/src/commands/ListTagsForResourceCommand.ts +++ b/clients/client-appflow/src/commands/ListTagsForResourceCommand.ts @@ -83,9 +83,6 @@ export class ListTagsForResourceCommand extends $Command< ListTagsForResourceCommandOutput, AppflowClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -99,9 +96,7 @@ export class ListTagsForResourceCommand extends $Command< * @public */ constructor(readonly input: ListTagsForResourceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -154,7 +149,4 @@ export class ListTagsForResourceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListTagsForResourceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-appflow/src/commands/RegisterConnectorCommand.ts b/clients/client-appflow/src/commands/RegisterConnectorCommand.ts index 35b150684cf2..3f575037e65d 100644 --- a/clients/client-appflow/src/commands/RegisterConnectorCommand.ts +++ b/clients/client-appflow/src/commands/RegisterConnectorCommand.ts @@ -112,9 +112,6 @@ export class RegisterConnectorCommand extends $Command< RegisterConnectorCommandOutput, AppflowClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -128,9 +125,7 @@ export class RegisterConnectorCommand extends $Command< * @public */ constructor(readonly input: RegisterConnectorCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -183,7 +178,4 @@ export class RegisterConnectorCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_RegisterConnectorCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-appflow/src/commands/ResetConnectorMetadataCacheCommand.ts b/clients/client-appflow/src/commands/ResetConnectorMetadataCacheCommand.ts index cc8a81df99fc..230c8419be37 100644 --- a/clients/client-appflow/src/commands/ResetConnectorMetadataCacheCommand.ts +++ b/clients/client-appflow/src/commands/ResetConnectorMetadataCacheCommand.ts @@ -98,9 +98,6 @@ export class ResetConnectorMetadataCacheCommand extends $Command< ResetConnectorMetadataCacheCommandOutput, AppflowClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -114,9 +111,7 @@ export class ResetConnectorMetadataCacheCommand extends $Command< * @public */ constructor(readonly input: ResetConnectorMetadataCacheCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -172,7 +167,4 @@ export class ResetConnectorMetadataCacheCommand extends $Command< ): Promise { return de_ResetConnectorMetadataCacheCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-appflow/src/commands/StartFlowCommand.ts b/clients/client-appflow/src/commands/StartFlowCommand.ts index f0e83222269b..56372fc65711 100644 --- a/clients/client-appflow/src/commands/StartFlowCommand.ts +++ b/clients/client-appflow/src/commands/StartFlowCommand.ts @@ -90,9 +90,6 @@ export class StartFlowCommand extends $Command< StartFlowCommandOutput, AppflowClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -106,9 +103,7 @@ export class StartFlowCommand extends $Command< * @public */ constructor(readonly input: StartFlowCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -159,7 +154,4 @@ export class StartFlowCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_StartFlowCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-appflow/src/commands/StopFlowCommand.ts b/clients/client-appflow/src/commands/StopFlowCommand.ts index 96039594534e..5e92932fd638 100644 --- a/clients/client-appflow/src/commands/StopFlowCommand.ts +++ b/clients/client-appflow/src/commands/StopFlowCommand.ts @@ -88,9 +88,6 @@ export class StopFlowCommand extends $Command< StopFlowCommandOutput, AppflowClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -104,9 +101,7 @@ export class StopFlowCommand extends $Command< * @public */ constructor(readonly input: StopFlowCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -157,7 +152,4 @@ export class StopFlowCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_StopFlowCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-appflow/src/commands/TagResourceCommand.ts b/clients/client-appflow/src/commands/TagResourceCommand.ts index 7a71971551c4..92cf76071ab2 100644 --- a/clients/client-appflow/src/commands/TagResourceCommand.ts +++ b/clients/client-appflow/src/commands/TagResourceCommand.ts @@ -82,9 +82,6 @@ export class TagResourceCommand extends $Command< TagResourceCommandOutput, AppflowClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -98,9 +95,7 @@ export class TagResourceCommand extends $Command< * @public */ constructor(readonly input: TagResourceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -151,7 +146,4 @@ export class TagResourceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_TagResourceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-appflow/src/commands/UnregisterConnectorCommand.ts b/clients/client-appflow/src/commands/UnregisterConnectorCommand.ts index 18f1463d507a..5f141a917767 100644 --- a/clients/client-appflow/src/commands/UnregisterConnectorCommand.ts +++ b/clients/client-appflow/src/commands/UnregisterConnectorCommand.ts @@ -82,9 +82,6 @@ export class UnregisterConnectorCommand extends $Command< UnregisterConnectorCommandOutput, AppflowClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -98,9 +95,7 @@ export class UnregisterConnectorCommand extends $Command< * @public */ constructor(readonly input: UnregisterConnectorCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -153,7 +148,4 @@ export class UnregisterConnectorCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UnregisterConnectorCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-appflow/src/commands/UntagResourceCommand.ts b/clients/client-appflow/src/commands/UntagResourceCommand.ts index fcce0916e3b0..e9fbd6032b5d 100644 --- a/clients/client-appflow/src/commands/UntagResourceCommand.ts +++ b/clients/client-appflow/src/commands/UntagResourceCommand.ts @@ -82,9 +82,6 @@ export class UntagResourceCommand extends $Command< UntagResourceCommandOutput, AppflowClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -98,9 +95,7 @@ export class UntagResourceCommand extends $Command< * @public */ constructor(readonly input: UntagResourceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -151,7 +146,4 @@ export class UntagResourceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UntagResourceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-appflow/src/commands/UpdateConnectorProfileCommand.ts b/clients/client-appflow/src/commands/UpdateConnectorProfileCommand.ts index 683e945a7eee..b8fe397c1f32 100644 --- a/clients/client-appflow/src/commands/UpdateConnectorProfileCommand.ts +++ b/clients/client-appflow/src/commands/UpdateConnectorProfileCommand.ts @@ -329,9 +329,6 @@ export class UpdateConnectorProfileCommand extends $Command< UpdateConnectorProfileCommandOutput, AppflowClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -345,9 +342,7 @@ export class UpdateConnectorProfileCommand extends $Command< * @public */ constructor(readonly input: UpdateConnectorProfileCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -400,7 +395,4 @@ export class UpdateConnectorProfileCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdateConnectorProfileCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-appflow/src/commands/UpdateConnectorRegistrationCommand.ts b/clients/client-appflow/src/commands/UpdateConnectorRegistrationCommand.ts index b3a499f1b456..538178c91616 100644 --- a/clients/client-appflow/src/commands/UpdateConnectorRegistrationCommand.ts +++ b/clients/client-appflow/src/commands/UpdateConnectorRegistrationCommand.ts @@ -123,9 +123,6 @@ export class UpdateConnectorRegistrationCommand extends $Command< UpdateConnectorRegistrationCommandOutput, AppflowClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -139,9 +136,7 @@ export class UpdateConnectorRegistrationCommand extends $Command< * @public */ constructor(readonly input: UpdateConnectorRegistrationCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -197,7 +192,4 @@ export class UpdateConnectorRegistrationCommand extends $Command< ): Promise { return de_UpdateConnectorRegistrationCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-appflow/src/commands/UpdateFlowCommand.ts b/clients/client-appflow/src/commands/UpdateFlowCommand.ts index 6b1ff95bbffc..c999ec704fea 100644 --- a/clients/client-appflow/src/commands/UpdateFlowCommand.ts +++ b/clients/client-appflow/src/commands/UpdateFlowCommand.ts @@ -373,9 +373,6 @@ export class UpdateFlowCommand extends $Command< UpdateFlowCommandOutput, AppflowClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -389,9 +386,7 @@ export class UpdateFlowCommand extends $Command< * @public */ constructor(readonly input: UpdateFlowCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -442,7 +437,4 @@ export class UpdateFlowCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdateFlowCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-appintegrations/package.json b/clients/client-appintegrations/package.json index 718064d399cc..4a3bbd4a2590 100644 --- a/clients/client-appintegrations/package.json +++ b/clients/client-appintegrations/package.json @@ -34,29 +34,29 @@ "@aws-sdk/util-endpoints": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@smithy/config-resolver": "^2.0.16", - "@smithy/fetch-http-handler": "^2.2.4", - "@smithy/hash-node": "^2.0.12", - "@smithy/invalid-dependency": "^2.0.12", - "@smithy/middleware-content-length": "^2.0.14", - "@smithy/middleware-endpoint": "^2.1.3", - "@smithy/middleware-retry": "^2.0.18", - "@smithy/middleware-serde": "^2.0.12", - "@smithy/middleware-stack": "^2.0.6", - "@smithy/node-config-provider": "^2.1.3", - "@smithy/node-http-handler": "^2.1.8", - "@smithy/protocol-http": "^3.0.8", - "@smithy/smithy-client": "^2.1.12", - "@smithy/types": "^2.4.0", - "@smithy/url-parser": "^2.0.12", - "@smithy/util-base64": "^2.0.0", + "@smithy/config-resolver": "^2.0.18", + "@smithy/fetch-http-handler": "^2.2.6", + "@smithy/hash-node": "^2.0.15", + "@smithy/invalid-dependency": "^2.0.13", + "@smithy/middleware-content-length": "^2.0.15", + "@smithy/middleware-endpoint": "^2.2.0", + "@smithy/middleware-retry": "^2.0.20", + "@smithy/middleware-serde": "^2.0.13", + "@smithy/middleware-stack": "^2.0.7", + "@smithy/node-config-provider": "^2.1.5", + "@smithy/node-http-handler": "^2.1.9", + "@smithy/protocol-http": "^3.0.9", + "@smithy/smithy-client": "^2.1.15", + "@smithy/types": "^2.5.0", + "@smithy/url-parser": "^2.0.13", + "@smithy/util-base64": "^2.0.1", "@smithy/util-body-length-browser": "^2.0.0", "@smithy/util-body-length-node": "^2.1.0", - "@smithy/util-defaults-mode-browser": "^2.0.16", - "@smithy/util-defaults-mode-node": "^2.0.21", - "@smithy/util-endpoints": "^1.0.2", - "@smithy/util-retry": "^2.0.5", - "@smithy/util-utf8": "^2.0.0", + "@smithy/util-defaults-mode-browser": "^2.0.19", + "@smithy/util-defaults-mode-node": "^2.0.25", + "@smithy/util-endpoints": "^1.0.4", + "@smithy/util-retry": "^2.0.6", + "@smithy/util-utf8": "^2.0.2", "tslib": "^2.5.0", "uuid": "^8.3.2" }, diff --git a/clients/client-appintegrations/src/commands/CreateApplicationCommand.ts b/clients/client-appintegrations/src/commands/CreateApplicationCommand.ts index f55c5adc6f90..dade288422fd 100644 --- a/clients/client-appintegrations/src/commands/CreateApplicationCommand.ts +++ b/clients/client-appintegrations/src/commands/CreateApplicationCommand.ts @@ -141,9 +141,6 @@ export class CreateApplicationCommand extends $Command< CreateApplicationCommandOutput, AppIntegrationsClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -157,9 +154,7 @@ export class CreateApplicationCommand extends $Command< * @public */ constructor(readonly input: CreateApplicationCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -212,7 +207,4 @@ export class CreateApplicationCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateApplicationCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-appintegrations/src/commands/CreateDataIntegrationCommand.ts b/clients/client-appintegrations/src/commands/CreateDataIntegrationCommand.ts index 37b038ca49ac..76d53fca80ee 100644 --- a/clients/client-appintegrations/src/commands/CreateDataIntegrationCommand.ts +++ b/clients/client-appintegrations/src/commands/CreateDataIntegrationCommand.ts @@ -153,9 +153,6 @@ export class CreateDataIntegrationCommand extends $Command< CreateDataIntegrationCommandOutput, AppIntegrationsClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -169,9 +166,7 @@ export class CreateDataIntegrationCommand extends $Command< * @public */ constructor(readonly input: CreateDataIntegrationCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -224,7 +219,4 @@ export class CreateDataIntegrationCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateDataIntegrationCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-appintegrations/src/commands/CreateEventIntegrationCommand.ts b/clients/client-appintegrations/src/commands/CreateEventIntegrationCommand.ts index 11568942ffa8..fd505e34a863 100644 --- a/clients/client-appintegrations/src/commands/CreateEventIntegrationCommand.ts +++ b/clients/client-appintegrations/src/commands/CreateEventIntegrationCommand.ts @@ -100,9 +100,6 @@ export class CreateEventIntegrationCommand extends $Command< CreateEventIntegrationCommandOutput, AppIntegrationsClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -116,9 +113,7 @@ export class CreateEventIntegrationCommand extends $Command< * @public */ constructor(readonly input: CreateEventIntegrationCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -171,7 +166,4 @@ export class CreateEventIntegrationCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateEventIntegrationCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-appintegrations/src/commands/DeleteDataIntegrationCommand.ts b/clients/client-appintegrations/src/commands/DeleteDataIntegrationCommand.ts index 71aa2a30fa9e..bf18a7472397 100644 --- a/clients/client-appintegrations/src/commands/DeleteDataIntegrationCommand.ts +++ b/clients/client-appintegrations/src/commands/DeleteDataIntegrationCommand.ts @@ -90,9 +90,6 @@ export class DeleteDataIntegrationCommand extends $Command< DeleteDataIntegrationCommandOutput, AppIntegrationsClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -106,9 +103,7 @@ export class DeleteDataIntegrationCommand extends $Command< * @public */ constructor(readonly input: DeleteDataIntegrationCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -161,7 +156,4 @@ export class DeleteDataIntegrationCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteDataIntegrationCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-appintegrations/src/commands/DeleteEventIntegrationCommand.ts b/clients/client-appintegrations/src/commands/DeleteEventIntegrationCommand.ts index 18ebace231e9..92a748e5a0d0 100644 --- a/clients/client-appintegrations/src/commands/DeleteEventIntegrationCommand.ts +++ b/clients/client-appintegrations/src/commands/DeleteEventIntegrationCommand.ts @@ -84,9 +84,6 @@ export class DeleteEventIntegrationCommand extends $Command< DeleteEventIntegrationCommandOutput, AppIntegrationsClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -100,9 +97,7 @@ export class DeleteEventIntegrationCommand extends $Command< * @public */ constructor(readonly input: DeleteEventIntegrationCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -155,7 +150,4 @@ export class DeleteEventIntegrationCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteEventIntegrationCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-appintegrations/src/commands/GetApplicationCommand.ts b/clients/client-appintegrations/src/commands/GetApplicationCommand.ts index 6ba0478980ee..2f593c8ad312 100644 --- a/clients/client-appintegrations/src/commands/GetApplicationCommand.ts +++ b/clients/client-appintegrations/src/commands/GetApplicationCommand.ts @@ -139,9 +139,6 @@ export class GetApplicationCommand extends $Command< GetApplicationCommandOutput, AppIntegrationsClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -155,9 +152,7 @@ export class GetApplicationCommand extends $Command< * @public */ constructor(readonly input: GetApplicationCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -210,7 +205,4 @@ export class GetApplicationCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetApplicationCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-appintegrations/src/commands/GetDataIntegrationCommand.ts b/clients/client-appintegrations/src/commands/GetDataIntegrationCommand.ts index 47e646eeb1b4..3d1dc6a3f10f 100644 --- a/clients/client-appintegrations/src/commands/GetDataIntegrationCommand.ts +++ b/clients/client-appintegrations/src/commands/GetDataIntegrationCommand.ts @@ -120,9 +120,6 @@ export class GetDataIntegrationCommand extends $Command< GetDataIntegrationCommandOutput, AppIntegrationsClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -136,9 +133,7 @@ export class GetDataIntegrationCommand extends $Command< * @public */ constructor(readonly input: GetDataIntegrationCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -191,7 +186,4 @@ export class GetDataIntegrationCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetDataIntegrationCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-appintegrations/src/commands/GetEventIntegrationCommand.ts b/clients/client-appintegrations/src/commands/GetEventIntegrationCommand.ts index 1493b28c9a09..adcb6ea0f289 100644 --- a/clients/client-appintegrations/src/commands/GetEventIntegrationCommand.ts +++ b/clients/client-appintegrations/src/commands/GetEventIntegrationCommand.ts @@ -94,9 +94,6 @@ export class GetEventIntegrationCommand extends $Command< GetEventIntegrationCommandOutput, AppIntegrationsClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -110,9 +107,7 @@ export class GetEventIntegrationCommand extends $Command< * @public */ constructor(readonly input: GetEventIntegrationCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -165,7 +160,4 @@ export class GetEventIntegrationCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetEventIntegrationCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-appintegrations/src/commands/ListApplicationsCommand.ts b/clients/client-appintegrations/src/commands/ListApplicationsCommand.ts index 7b7527f136bf..ca5b73004ae8 100644 --- a/clients/client-appintegrations/src/commands/ListApplicationsCommand.ts +++ b/clients/client-appintegrations/src/commands/ListApplicationsCommand.ts @@ -118,9 +118,6 @@ export class ListApplicationsCommand extends $Command< ListApplicationsCommandOutput, AppIntegrationsClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -134,9 +131,7 @@ export class ListApplicationsCommand extends $Command< * @public */ constructor(readonly input: ListApplicationsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -189,7 +184,4 @@ export class ListApplicationsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListApplicationsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-appintegrations/src/commands/ListDataIntegrationAssociationsCommand.ts b/clients/client-appintegrations/src/commands/ListDataIntegrationAssociationsCommand.ts index 6af9c057d84c..1867116f3fe4 100644 --- a/clients/client-appintegrations/src/commands/ListDataIntegrationAssociationsCommand.ts +++ b/clients/client-appintegrations/src/commands/ListDataIntegrationAssociationsCommand.ts @@ -104,9 +104,6 @@ export class ListDataIntegrationAssociationsCommand extends $Command< ListDataIntegrationAssociationsCommandOutput, AppIntegrationsClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -120,9 +117,7 @@ export class ListDataIntegrationAssociationsCommand extends $Command< * @public */ constructor(readonly input: ListDataIntegrationAssociationsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -181,7 +176,4 @@ export class ListDataIntegrationAssociationsCommand extends $Command< ): Promise { return de_ListDataIntegrationAssociationsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-appintegrations/src/commands/ListDataIntegrationsCommand.ts b/clients/client-appintegrations/src/commands/ListDataIntegrationsCommand.ts index 8469573a4dd7..836ea063b37a 100644 --- a/clients/client-appintegrations/src/commands/ListDataIntegrationsCommand.ts +++ b/clients/client-appintegrations/src/commands/ListDataIntegrationsCommand.ts @@ -95,9 +95,6 @@ export class ListDataIntegrationsCommand extends $Command< ListDataIntegrationsCommandOutput, AppIntegrationsClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -111,9 +108,7 @@ export class ListDataIntegrationsCommand extends $Command< * @public */ constructor(readonly input: ListDataIntegrationsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -166,7 +161,4 @@ export class ListDataIntegrationsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListDataIntegrationsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-appintegrations/src/commands/ListEventIntegrationAssociationsCommand.ts b/clients/client-appintegrations/src/commands/ListEventIntegrationAssociationsCommand.ts index 218d19c4dc42..efc29da1eb79 100644 --- a/clients/client-appintegrations/src/commands/ListEventIntegrationAssociationsCommand.ts +++ b/clients/client-appintegrations/src/commands/ListEventIntegrationAssociationsCommand.ts @@ -104,9 +104,6 @@ export class ListEventIntegrationAssociationsCommand extends $Command< ListEventIntegrationAssociationsCommandOutput, AppIntegrationsClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -120,9 +117,7 @@ export class ListEventIntegrationAssociationsCommand extends $Command< * @public */ constructor(readonly input: ListEventIntegrationAssociationsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -181,7 +176,4 @@ export class ListEventIntegrationAssociationsCommand extends $Command< ): Promise { return de_ListEventIntegrationAssociationsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-appintegrations/src/commands/ListEventIntegrationsCommand.ts b/clients/client-appintegrations/src/commands/ListEventIntegrationsCommand.ts index 0d8077509fb1..a30a2997542f 100644 --- a/clients/client-appintegrations/src/commands/ListEventIntegrationsCommand.ts +++ b/clients/client-appintegrations/src/commands/ListEventIntegrationsCommand.ts @@ -97,9 +97,6 @@ export class ListEventIntegrationsCommand extends $Command< ListEventIntegrationsCommandOutput, AppIntegrationsClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -113,9 +110,7 @@ export class ListEventIntegrationsCommand extends $Command< * @public */ constructor(readonly input: ListEventIntegrationsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -168,7 +163,4 @@ export class ListEventIntegrationsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListEventIntegrationsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-appintegrations/src/commands/ListTagsForResourceCommand.ts b/clients/client-appintegrations/src/commands/ListTagsForResourceCommand.ts index 5a658a3d6402..4b9de112dcbf 100644 --- a/clients/client-appintegrations/src/commands/ListTagsForResourceCommand.ts +++ b/clients/client-appintegrations/src/commands/ListTagsForResourceCommand.ts @@ -84,9 +84,6 @@ export class ListTagsForResourceCommand extends $Command< ListTagsForResourceCommandOutput, AppIntegrationsClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -100,9 +97,7 @@ export class ListTagsForResourceCommand extends $Command< * @public */ constructor(readonly input: ListTagsForResourceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -155,7 +150,4 @@ export class ListTagsForResourceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListTagsForResourceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-appintegrations/src/commands/TagResourceCommand.ts b/clients/client-appintegrations/src/commands/TagResourceCommand.ts index 7e0d169c8c72..e38698c17879 100644 --- a/clients/client-appintegrations/src/commands/TagResourceCommand.ts +++ b/clients/client-appintegrations/src/commands/TagResourceCommand.ts @@ -83,9 +83,6 @@ export class TagResourceCommand extends $Command< TagResourceCommandOutput, AppIntegrationsClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -99,9 +96,7 @@ export class TagResourceCommand extends $Command< * @public */ constructor(readonly input: TagResourceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -152,7 +147,4 @@ export class TagResourceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_TagResourceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-appintegrations/src/commands/UntagResourceCommand.ts b/clients/client-appintegrations/src/commands/UntagResourceCommand.ts index 2b1c204c0f7a..81bfae54f4f2 100644 --- a/clients/client-appintegrations/src/commands/UntagResourceCommand.ts +++ b/clients/client-appintegrations/src/commands/UntagResourceCommand.ts @@ -83,9 +83,6 @@ export class UntagResourceCommand extends $Command< UntagResourceCommandOutput, AppIntegrationsClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -99,9 +96,7 @@ export class UntagResourceCommand extends $Command< * @public */ constructor(readonly input: UntagResourceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -152,7 +147,4 @@ export class UntagResourceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UntagResourceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-appintegrations/src/commands/UpdateApplicationCommand.ts b/clients/client-appintegrations/src/commands/UpdateApplicationCommand.ts index 851acff4adb0..f312625ea6f4 100644 --- a/clients/client-appintegrations/src/commands/UpdateApplicationCommand.ts +++ b/clients/client-appintegrations/src/commands/UpdateApplicationCommand.ts @@ -119,9 +119,6 @@ export class UpdateApplicationCommand extends $Command< UpdateApplicationCommandOutput, AppIntegrationsClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -135,9 +132,7 @@ export class UpdateApplicationCommand extends $Command< * @public */ constructor(readonly input: UpdateApplicationCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -190,7 +185,4 @@ export class UpdateApplicationCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdateApplicationCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-appintegrations/src/commands/UpdateDataIntegrationCommand.ts b/clients/client-appintegrations/src/commands/UpdateDataIntegrationCommand.ts index cffe062fb559..3490c35ce7d4 100644 --- a/clients/client-appintegrations/src/commands/UpdateDataIntegrationCommand.ts +++ b/clients/client-appintegrations/src/commands/UpdateDataIntegrationCommand.ts @@ -90,9 +90,6 @@ export class UpdateDataIntegrationCommand extends $Command< UpdateDataIntegrationCommandOutput, AppIntegrationsClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -106,9 +103,7 @@ export class UpdateDataIntegrationCommand extends $Command< * @public */ constructor(readonly input: UpdateDataIntegrationCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -161,7 +156,4 @@ export class UpdateDataIntegrationCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdateDataIntegrationCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-appintegrations/src/commands/UpdateEventIntegrationCommand.ts b/clients/client-appintegrations/src/commands/UpdateEventIntegrationCommand.ts index 7462e55c8743..e39a5d383540 100644 --- a/clients/client-appintegrations/src/commands/UpdateEventIntegrationCommand.ts +++ b/clients/client-appintegrations/src/commands/UpdateEventIntegrationCommand.ts @@ -84,9 +84,6 @@ export class UpdateEventIntegrationCommand extends $Command< UpdateEventIntegrationCommandOutput, AppIntegrationsClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -100,9 +97,7 @@ export class UpdateEventIntegrationCommand extends $Command< * @public */ constructor(readonly input: UpdateEventIntegrationCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -155,7 +150,4 @@ export class UpdateEventIntegrationCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdateEventIntegrationCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-application-auto-scaling/package.json b/clients/client-application-auto-scaling/package.json index 0d02715bd7e8..e72cc9bfc39f 100644 --- a/clients/client-application-auto-scaling/package.json +++ b/clients/client-application-auto-scaling/package.json @@ -34,29 +34,29 @@ "@aws-sdk/util-endpoints": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@smithy/config-resolver": "^2.0.16", - "@smithy/fetch-http-handler": "^2.2.4", - "@smithy/hash-node": "^2.0.12", - "@smithy/invalid-dependency": "^2.0.12", - "@smithy/middleware-content-length": "^2.0.14", - "@smithy/middleware-endpoint": "^2.1.3", - "@smithy/middleware-retry": "^2.0.18", - "@smithy/middleware-serde": "^2.0.12", - "@smithy/middleware-stack": "^2.0.6", - "@smithy/node-config-provider": "^2.1.3", - "@smithy/node-http-handler": "^2.1.8", - "@smithy/protocol-http": "^3.0.8", - "@smithy/smithy-client": "^2.1.12", - "@smithy/types": "^2.4.0", - "@smithy/url-parser": "^2.0.12", - "@smithy/util-base64": "^2.0.0", + "@smithy/config-resolver": "^2.0.18", + "@smithy/fetch-http-handler": "^2.2.6", + "@smithy/hash-node": "^2.0.15", + "@smithy/invalid-dependency": "^2.0.13", + "@smithy/middleware-content-length": "^2.0.15", + "@smithy/middleware-endpoint": "^2.2.0", + "@smithy/middleware-retry": "^2.0.20", + "@smithy/middleware-serde": "^2.0.13", + "@smithy/middleware-stack": "^2.0.7", + "@smithy/node-config-provider": "^2.1.5", + "@smithy/node-http-handler": "^2.1.9", + "@smithy/protocol-http": "^3.0.9", + "@smithy/smithy-client": "^2.1.15", + "@smithy/types": "^2.5.0", + "@smithy/url-parser": "^2.0.13", + "@smithy/util-base64": "^2.0.1", "@smithy/util-body-length-browser": "^2.0.0", "@smithy/util-body-length-node": "^2.1.0", - "@smithy/util-defaults-mode-browser": "^2.0.16", - "@smithy/util-defaults-mode-node": "^2.0.21", - "@smithy/util-endpoints": "^1.0.2", - "@smithy/util-retry": "^2.0.5", - "@smithy/util-utf8": "^2.0.0", + "@smithy/util-defaults-mode-browser": "^2.0.19", + "@smithy/util-defaults-mode-node": "^2.0.25", + "@smithy/util-endpoints": "^1.0.4", + "@smithy/util-retry": "^2.0.6", + "@smithy/util-utf8": "^2.0.2", "tslib": "^2.5.0" }, "devDependencies": { diff --git a/clients/client-application-auto-scaling/src/commands/DeleteScalingPolicyCommand.ts b/clients/client-application-auto-scaling/src/commands/DeleteScalingPolicyCommand.ts index 6bf16a900783..dd4947c5f758 100644 --- a/clients/client-application-auto-scaling/src/commands/DeleteScalingPolicyCommand.ts +++ b/clients/client-application-auto-scaling/src/commands/DeleteScalingPolicyCommand.ts @@ -112,9 +112,6 @@ export class DeleteScalingPolicyCommand extends $Command< DeleteScalingPolicyCommandOutput, ApplicationAutoScalingClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -128,9 +125,7 @@ export class DeleteScalingPolicyCommand extends $Command< * @public */ constructor(readonly input: DeleteScalingPolicyCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -183,7 +178,4 @@ export class DeleteScalingPolicyCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteScalingPolicyCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-application-auto-scaling/src/commands/DeleteScheduledActionCommand.ts b/clients/client-application-auto-scaling/src/commands/DeleteScheduledActionCommand.ts index ff1c4e009d18..dabbdc8c939f 100644 --- a/clients/client-application-auto-scaling/src/commands/DeleteScheduledActionCommand.ts +++ b/clients/client-application-auto-scaling/src/commands/DeleteScheduledActionCommand.ts @@ -108,9 +108,6 @@ export class DeleteScheduledActionCommand extends $Command< DeleteScheduledActionCommandOutput, ApplicationAutoScalingClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -124,9 +121,7 @@ export class DeleteScheduledActionCommand extends $Command< * @public */ constructor(readonly input: DeleteScheduledActionCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -179,7 +174,4 @@ export class DeleteScheduledActionCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteScheduledActionCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-application-auto-scaling/src/commands/DeregisterScalableTargetCommand.ts b/clients/client-application-auto-scaling/src/commands/DeregisterScalableTargetCommand.ts index 3e2207d90317..1ad3cc5f9f31 100644 --- a/clients/client-application-auto-scaling/src/commands/DeregisterScalableTargetCommand.ts +++ b/clients/client-application-auto-scaling/src/commands/DeregisterScalableTargetCommand.ts @@ -110,9 +110,6 @@ export class DeregisterScalableTargetCommand extends $Command< DeregisterScalableTargetCommandOutput, ApplicationAutoScalingClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -126,9 +123,7 @@ export class DeregisterScalableTargetCommand extends $Command< * @public */ constructor(readonly input: DeregisterScalableTargetCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -181,7 +176,4 @@ export class DeregisterScalableTargetCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeregisterScalableTargetCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-application-auto-scaling/src/commands/DescribeScalableTargetsCommand.ts b/clients/client-application-auto-scaling/src/commands/DescribeScalableTargetsCommand.ts index e97b84771bac..cbf69ddbabf9 100644 --- a/clients/client-application-auto-scaling/src/commands/DescribeScalableTargetsCommand.ts +++ b/clients/client-application-auto-scaling/src/commands/DescribeScalableTargetsCommand.ts @@ -144,9 +144,6 @@ export class DescribeScalableTargetsCommand extends $Command< DescribeScalableTargetsCommandOutput, ApplicationAutoScalingClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -160,9 +157,7 @@ export class DescribeScalableTargetsCommand extends $Command< * @public */ constructor(readonly input: DescribeScalableTargetsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -215,7 +210,4 @@ export class DescribeScalableTargetsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DescribeScalableTargetsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-application-auto-scaling/src/commands/DescribeScalingActivitiesCommand.ts b/clients/client-application-auto-scaling/src/commands/DescribeScalingActivitiesCommand.ts index 10897fed4468..2bafabc83d90 100644 --- a/clients/client-application-auto-scaling/src/commands/DescribeScalingActivitiesCommand.ts +++ b/clients/client-application-auto-scaling/src/commands/DescribeScalingActivitiesCommand.ts @@ -151,9 +151,6 @@ export class DescribeScalingActivitiesCommand extends $Command< DescribeScalingActivitiesCommandOutput, ApplicationAutoScalingClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -167,9 +164,7 @@ export class DescribeScalingActivitiesCommand extends $Command< * @public */ constructor(readonly input: DescribeScalingActivitiesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -225,7 +220,4 @@ export class DescribeScalingActivitiesCommand extends $Command< ): Promise { return de_DescribeScalingActivitiesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-application-auto-scaling/src/commands/DescribeScalingPoliciesCommand.ts b/clients/client-application-auto-scaling/src/commands/DescribeScalingPoliciesCommand.ts index b6d8f7315eff..a3c5755513bc 100644 --- a/clients/client-application-auto-scaling/src/commands/DescribeScalingPoliciesCommand.ts +++ b/clients/client-application-auto-scaling/src/commands/DescribeScalingPoliciesCommand.ts @@ -221,9 +221,6 @@ export class DescribeScalingPoliciesCommand extends $Command< DescribeScalingPoliciesCommandOutput, ApplicationAutoScalingClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -237,9 +234,7 @@ export class DescribeScalingPoliciesCommand extends $Command< * @public */ constructor(readonly input: DescribeScalingPoliciesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -292,7 +287,4 @@ export class DescribeScalingPoliciesCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DescribeScalingPoliciesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-application-auto-scaling/src/commands/DescribeScheduledActionsCommand.ts b/clients/client-application-auto-scaling/src/commands/DescribeScheduledActionsCommand.ts index e6464dff4d5a..75be1780c3b6 100644 --- a/clients/client-application-auto-scaling/src/commands/DescribeScheduledActionsCommand.ts +++ b/clients/client-application-auto-scaling/src/commands/DescribeScheduledActionsCommand.ts @@ -160,9 +160,6 @@ export class DescribeScheduledActionsCommand extends $Command< DescribeScheduledActionsCommandOutput, ApplicationAutoScalingClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -176,9 +173,7 @@ export class DescribeScheduledActionsCommand extends $Command< * @public */ constructor(readonly input: DescribeScheduledActionsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -231,7 +226,4 @@ export class DescribeScheduledActionsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DescribeScheduledActionsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-application-auto-scaling/src/commands/ListTagsForResourceCommand.ts b/clients/client-application-auto-scaling/src/commands/ListTagsForResourceCommand.ts index 274d6290688b..1d41a06e46e0 100644 --- a/clients/client-application-auto-scaling/src/commands/ListTagsForResourceCommand.ts +++ b/clients/client-application-auto-scaling/src/commands/ListTagsForResourceCommand.ts @@ -99,9 +99,6 @@ export class ListTagsForResourceCommand extends $Command< ListTagsForResourceCommandOutput, ApplicationAutoScalingClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -115,9 +112,7 @@ export class ListTagsForResourceCommand extends $Command< * @public */ constructor(readonly input: ListTagsForResourceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -170,7 +165,4 @@ export class ListTagsForResourceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListTagsForResourceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-application-auto-scaling/src/commands/PutScalingPolicyCommand.ts b/clients/client-application-auto-scaling/src/commands/PutScalingPolicyCommand.ts index ad625a2a423c..79be9b28fe10 100644 --- a/clients/client-application-auto-scaling/src/commands/PutScalingPolicyCommand.ts +++ b/clients/client-application-auto-scaling/src/commands/PutScalingPolicyCommand.ts @@ -230,9 +230,6 @@ export class PutScalingPolicyCommand extends $Command< PutScalingPolicyCommandOutput, ApplicationAutoScalingClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -246,9 +243,7 @@ export class PutScalingPolicyCommand extends $Command< * @public */ constructor(readonly input: PutScalingPolicyCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -301,7 +296,4 @@ export class PutScalingPolicyCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_PutScalingPolicyCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-application-auto-scaling/src/commands/PutScheduledActionCommand.ts b/clients/client-application-auto-scaling/src/commands/PutScheduledActionCommand.ts index 1c6db7a5c942..032d8a9dc97e 100644 --- a/clients/client-application-auto-scaling/src/commands/PutScheduledActionCommand.ts +++ b/clients/client-application-auto-scaling/src/commands/PutScheduledActionCommand.ts @@ -136,9 +136,6 @@ export class PutScheduledActionCommand extends $Command< PutScheduledActionCommandOutput, ApplicationAutoScalingClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -152,9 +149,7 @@ export class PutScheduledActionCommand extends $Command< * @public */ constructor(readonly input: PutScheduledActionCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -207,7 +202,4 @@ export class PutScheduledActionCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_PutScheduledActionCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-application-auto-scaling/src/commands/RegisterScalableTargetCommand.ts b/clients/client-application-auto-scaling/src/commands/RegisterScalableTargetCommand.ts index 61ab1519c8ff..5a192a92e46b 100644 --- a/clients/client-application-auto-scaling/src/commands/RegisterScalableTargetCommand.ts +++ b/clients/client-application-auto-scaling/src/commands/RegisterScalableTargetCommand.ts @@ -152,9 +152,6 @@ export class RegisterScalableTargetCommand extends $Command< RegisterScalableTargetCommandOutput, ApplicationAutoScalingClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -168,9 +165,7 @@ export class RegisterScalableTargetCommand extends $Command< * @public */ constructor(readonly input: RegisterScalableTargetCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -223,7 +218,4 @@ export class RegisterScalableTargetCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_RegisterScalableTargetCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-application-auto-scaling/src/commands/TagResourceCommand.ts b/clients/client-application-auto-scaling/src/commands/TagResourceCommand.ts index 294c8430dd09..010df2247979 100644 --- a/clients/client-application-auto-scaling/src/commands/TagResourceCommand.ts +++ b/clients/client-application-auto-scaling/src/commands/TagResourceCommand.ts @@ -110,9 +110,6 @@ export class TagResourceCommand extends $Command< TagResourceCommandOutput, ApplicationAutoScalingClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -126,9 +123,7 @@ export class TagResourceCommand extends $Command< * @public */ constructor(readonly input: TagResourceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -179,7 +174,4 @@ export class TagResourceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_TagResourceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-application-auto-scaling/src/commands/UntagResourceCommand.ts b/clients/client-application-auto-scaling/src/commands/UntagResourceCommand.ts index 2df456010b49..d6b8bd79729e 100644 --- a/clients/client-application-auto-scaling/src/commands/UntagResourceCommand.ts +++ b/clients/client-application-auto-scaling/src/commands/UntagResourceCommand.ts @@ -97,9 +97,6 @@ export class UntagResourceCommand extends $Command< UntagResourceCommandOutput, ApplicationAutoScalingClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -113,9 +110,7 @@ export class UntagResourceCommand extends $Command< * @public */ constructor(readonly input: UntagResourceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -166,7 +161,4 @@ export class UntagResourceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UntagResourceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-application-discovery-service/package.json b/clients/client-application-discovery-service/package.json index 05eaf8fee1c1..f600f771c0bb 100644 --- a/clients/client-application-discovery-service/package.json +++ b/clients/client-application-discovery-service/package.json @@ -34,29 +34,29 @@ "@aws-sdk/util-endpoints": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@smithy/config-resolver": "^2.0.16", - "@smithy/fetch-http-handler": "^2.2.4", - "@smithy/hash-node": "^2.0.12", - "@smithy/invalid-dependency": "^2.0.12", - "@smithy/middleware-content-length": "^2.0.14", - "@smithy/middleware-endpoint": "^2.1.3", - "@smithy/middleware-retry": "^2.0.18", - "@smithy/middleware-serde": "^2.0.12", - "@smithy/middleware-stack": "^2.0.6", - "@smithy/node-config-provider": "^2.1.3", - "@smithy/node-http-handler": "^2.1.8", - "@smithy/protocol-http": "^3.0.8", - "@smithy/smithy-client": "^2.1.12", - "@smithy/types": "^2.4.0", - "@smithy/url-parser": "^2.0.12", - "@smithy/util-base64": "^2.0.0", + "@smithy/config-resolver": "^2.0.18", + "@smithy/fetch-http-handler": "^2.2.6", + "@smithy/hash-node": "^2.0.15", + "@smithy/invalid-dependency": "^2.0.13", + "@smithy/middleware-content-length": "^2.0.15", + "@smithy/middleware-endpoint": "^2.2.0", + "@smithy/middleware-retry": "^2.0.20", + "@smithy/middleware-serde": "^2.0.13", + "@smithy/middleware-stack": "^2.0.7", + "@smithy/node-config-provider": "^2.1.5", + "@smithy/node-http-handler": "^2.1.9", + "@smithy/protocol-http": "^3.0.9", + "@smithy/smithy-client": "^2.1.15", + "@smithy/types": "^2.5.0", + "@smithy/url-parser": "^2.0.13", + "@smithy/util-base64": "^2.0.1", "@smithy/util-body-length-browser": "^2.0.0", "@smithy/util-body-length-node": "^2.1.0", - "@smithy/util-defaults-mode-browser": "^2.0.16", - "@smithy/util-defaults-mode-node": "^2.0.21", - "@smithy/util-endpoints": "^1.0.2", - "@smithy/util-retry": "^2.0.5", - "@smithy/util-utf8": "^2.0.0", + "@smithy/util-defaults-mode-browser": "^2.0.19", + "@smithy/util-defaults-mode-node": "^2.0.25", + "@smithy/util-endpoints": "^1.0.4", + "@smithy/util-retry": "^2.0.6", + "@smithy/util-utf8": "^2.0.2", "tslib": "^2.5.0", "uuid": "^8.3.2" }, diff --git a/clients/client-application-discovery-service/src/commands/AssociateConfigurationItemsToApplicationCommand.ts b/clients/client-application-discovery-service/src/commands/AssociateConfigurationItemsToApplicationCommand.ts index 09cb52dc31af..f85b14f09d62 100644 --- a/clients/client-application-discovery-service/src/commands/AssociateConfigurationItemsToApplicationCommand.ts +++ b/clients/client-application-discovery-service/src/commands/AssociateConfigurationItemsToApplicationCommand.ts @@ -101,9 +101,6 @@ export class AssociateConfigurationItemsToApplicationCommand extends $Command< AssociateConfigurationItemsToApplicationCommandOutput, ApplicationDiscoveryServiceClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -117,9 +114,7 @@ export class AssociateConfigurationItemsToApplicationCommand extends $Command< * @public */ constructor(readonly input: AssociateConfigurationItemsToApplicationCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -184,7 +179,4 @@ export class AssociateConfigurationItemsToApplicationCommand extends $Command< ): Promise { return de_AssociateConfigurationItemsToApplicationCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-application-discovery-service/src/commands/BatchDeleteAgentsCommand.ts b/clients/client-application-discovery-service/src/commands/BatchDeleteAgentsCommand.ts index 8ed32bc0bf52..505e84acd905 100644 --- a/clients/client-application-discovery-service/src/commands/BatchDeleteAgentsCommand.ts +++ b/clients/client-application-discovery-service/src/commands/BatchDeleteAgentsCommand.ts @@ -104,9 +104,6 @@ export class BatchDeleteAgentsCommand extends $Command< BatchDeleteAgentsCommandOutput, ApplicationDiscoveryServiceClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -120,9 +117,7 @@ export class BatchDeleteAgentsCommand extends $Command< * @public */ constructor(readonly input: BatchDeleteAgentsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -175,7 +170,4 @@ export class BatchDeleteAgentsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_BatchDeleteAgentsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-application-discovery-service/src/commands/BatchDeleteImportDataCommand.ts b/clients/client-application-discovery-service/src/commands/BatchDeleteImportDataCommand.ts index 6a57d71c0fc4..d23419ed2a87 100644 --- a/clients/client-application-discovery-service/src/commands/BatchDeleteImportDataCommand.ts +++ b/clients/client-application-discovery-service/src/commands/BatchDeleteImportDataCommand.ts @@ -106,9 +106,6 @@ export class BatchDeleteImportDataCommand extends $Command< BatchDeleteImportDataCommandOutput, ApplicationDiscoveryServiceClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -122,9 +119,7 @@ export class BatchDeleteImportDataCommand extends $Command< * @public */ constructor(readonly input: BatchDeleteImportDataCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -177,7 +172,4 @@ export class BatchDeleteImportDataCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_BatchDeleteImportDataCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-application-discovery-service/src/commands/CreateApplicationCommand.ts b/clients/client-application-discovery-service/src/commands/CreateApplicationCommand.ts index 29c73f535620..6238af78c974 100644 --- a/clients/client-application-discovery-service/src/commands/CreateApplicationCommand.ts +++ b/clients/client-application-discovery-service/src/commands/CreateApplicationCommand.ts @@ -92,9 +92,6 @@ export class CreateApplicationCommand extends $Command< CreateApplicationCommandOutput, ApplicationDiscoveryServiceClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -108,9 +105,7 @@ export class CreateApplicationCommand extends $Command< * @public */ constructor(readonly input: CreateApplicationCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -163,7 +158,4 @@ export class CreateApplicationCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateApplicationCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-application-discovery-service/src/commands/CreateTagsCommand.ts b/clients/client-application-discovery-service/src/commands/CreateTagsCommand.ts index 20f287489d34..8feb739a63e7 100644 --- a/clients/client-application-discovery-service/src/commands/CreateTagsCommand.ts +++ b/clients/client-application-discovery-service/src/commands/CreateTagsCommand.ts @@ -105,9 +105,6 @@ export class CreateTagsCommand extends $Command< CreateTagsCommandOutput, ApplicationDiscoveryServiceClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -121,9 +118,7 @@ export class CreateTagsCommand extends $Command< * @public */ constructor(readonly input: CreateTagsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -174,7 +169,4 @@ export class CreateTagsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateTagsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-application-discovery-service/src/commands/DeleteApplicationsCommand.ts b/clients/client-application-discovery-service/src/commands/DeleteApplicationsCommand.ts index f99f647ba6f4..8dc2fe2d45ba 100644 --- a/clients/client-application-discovery-service/src/commands/DeleteApplicationsCommand.ts +++ b/clients/client-application-discovery-service/src/commands/DeleteApplicationsCommand.ts @@ -92,9 +92,6 @@ export class DeleteApplicationsCommand extends $Command< DeleteApplicationsCommandOutput, ApplicationDiscoveryServiceClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -108,9 +105,7 @@ export class DeleteApplicationsCommand extends $Command< * @public */ constructor(readonly input: DeleteApplicationsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -163,7 +158,4 @@ export class DeleteApplicationsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteApplicationsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-application-discovery-service/src/commands/DeleteTagsCommand.ts b/clients/client-application-discovery-service/src/commands/DeleteTagsCommand.ts index 191cc0a88cac..abc83f1623fd 100644 --- a/clients/client-application-discovery-service/src/commands/DeleteTagsCommand.ts +++ b/clients/client-application-discovery-service/src/commands/DeleteTagsCommand.ts @@ -102,9 +102,6 @@ export class DeleteTagsCommand extends $Command< DeleteTagsCommandOutput, ApplicationDiscoveryServiceClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -118,9 +115,7 @@ export class DeleteTagsCommand extends $Command< * @public */ constructor(readonly input: DeleteTagsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -171,7 +166,4 @@ export class DeleteTagsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteTagsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-application-discovery-service/src/commands/DescribeAgentsCommand.ts b/clients/client-application-discovery-service/src/commands/DescribeAgentsCommand.ts index 4fec847a45f3..887dc3f9f394 100644 --- a/clients/client-application-discovery-service/src/commands/DescribeAgentsCommand.ts +++ b/clients/client-application-discovery-service/src/commands/DescribeAgentsCommand.ts @@ -129,9 +129,6 @@ export class DescribeAgentsCommand extends $Command< DescribeAgentsCommandOutput, ApplicationDiscoveryServiceClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -145,9 +142,7 @@ export class DescribeAgentsCommand extends $Command< * @public */ constructor(readonly input: DescribeAgentsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -200,7 +195,4 @@ export class DescribeAgentsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DescribeAgentsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-application-discovery-service/src/commands/DescribeBatchDeleteConfigurationTaskCommand.ts b/clients/client-application-discovery-service/src/commands/DescribeBatchDeleteConfigurationTaskCommand.ts index 803d06b3a6f0..119f60021cb6 100644 --- a/clients/client-application-discovery-service/src/commands/DescribeBatchDeleteConfigurationTaskCommand.ts +++ b/clients/client-application-discovery-service/src/commands/DescribeBatchDeleteConfigurationTaskCommand.ts @@ -123,9 +123,6 @@ export class DescribeBatchDeleteConfigurationTaskCommand extends $Command< DescribeBatchDeleteConfigurationTaskCommandOutput, ApplicationDiscoveryServiceClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -139,9 +136,7 @@ export class DescribeBatchDeleteConfigurationTaskCommand extends $Command< * @public */ constructor(readonly input: DescribeBatchDeleteConfigurationTaskCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -200,7 +195,4 @@ export class DescribeBatchDeleteConfigurationTaskCommand extends $Command< ): Promise { return de_DescribeBatchDeleteConfigurationTaskCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-application-discovery-service/src/commands/DescribeConfigurationsCommand.ts b/clients/client-application-discovery-service/src/commands/DescribeConfigurationsCommand.ts index 615634cd0b62..694c644b4a04 100644 --- a/clients/client-application-discovery-service/src/commands/DescribeConfigurationsCommand.ts +++ b/clients/client-application-discovery-service/src/commands/DescribeConfigurationsCommand.ts @@ -120,9 +120,6 @@ export class DescribeConfigurationsCommand extends $Command< DescribeConfigurationsCommandOutput, ApplicationDiscoveryServiceClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -136,9 +133,7 @@ export class DescribeConfigurationsCommand extends $Command< * @public */ constructor(readonly input: DescribeConfigurationsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -191,7 +186,4 @@ export class DescribeConfigurationsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DescribeConfigurationsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-application-discovery-service/src/commands/DescribeContinuousExportsCommand.ts b/clients/client-application-discovery-service/src/commands/DescribeContinuousExportsCommand.ts index 5d7f646b0734..64b25ed36105 100644 --- a/clients/client-application-discovery-service/src/commands/DescribeContinuousExportsCommand.ts +++ b/clients/client-application-discovery-service/src/commands/DescribeContinuousExportsCommand.ts @@ -118,9 +118,6 @@ export class DescribeContinuousExportsCommand extends $Command< DescribeContinuousExportsCommandOutput, ApplicationDiscoveryServiceClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -134,9 +131,7 @@ export class DescribeContinuousExportsCommand extends $Command< * @public */ constructor(readonly input: DescribeContinuousExportsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -192,7 +187,4 @@ export class DescribeContinuousExportsCommand extends $Command< ): Promise { return de_DescribeContinuousExportsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-application-discovery-service/src/commands/DescribeExportConfigurationsCommand.ts b/clients/client-application-discovery-service/src/commands/DescribeExportConfigurationsCommand.ts index 4cc1d9f78085..6bd3a51e8924 100644 --- a/clients/client-application-discovery-service/src/commands/DescribeExportConfigurationsCommand.ts +++ b/clients/client-application-discovery-service/src/commands/DescribeExportConfigurationsCommand.ts @@ -119,9 +119,6 @@ export class DescribeExportConfigurationsCommand extends $Command< DescribeExportConfigurationsCommandOutput, ApplicationDiscoveryServiceClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -135,9 +132,7 @@ export class DescribeExportConfigurationsCommand extends $Command< * @public */ constructor(readonly input: DescribeExportConfigurationsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -193,7 +188,4 @@ export class DescribeExportConfigurationsCommand extends $Command< ): Promise { return de_DescribeExportConfigurationsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-application-discovery-service/src/commands/DescribeExportTasksCommand.ts b/clients/client-application-discovery-service/src/commands/DescribeExportTasksCommand.ts index 8e28d1c435eb..25f0b0cafe5c 100644 --- a/clients/client-application-discovery-service/src/commands/DescribeExportTasksCommand.ts +++ b/clients/client-application-discovery-service/src/commands/DescribeExportTasksCommand.ts @@ -117,9 +117,6 @@ export class DescribeExportTasksCommand extends $Command< DescribeExportTasksCommandOutput, ApplicationDiscoveryServiceClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -133,9 +130,7 @@ export class DescribeExportTasksCommand extends $Command< * @public */ constructor(readonly input: DescribeExportTasksCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -188,7 +183,4 @@ export class DescribeExportTasksCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DescribeExportTasksCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-application-discovery-service/src/commands/DescribeImportTasksCommand.ts b/clients/client-application-discovery-service/src/commands/DescribeImportTasksCommand.ts index 124af2ac5fec..8281ffedc702 100644 --- a/clients/client-application-discovery-service/src/commands/DescribeImportTasksCommand.ts +++ b/clients/client-application-discovery-service/src/commands/DescribeImportTasksCommand.ts @@ -118,9 +118,6 @@ export class DescribeImportTasksCommand extends $Command< DescribeImportTasksCommandOutput, ApplicationDiscoveryServiceClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -134,9 +131,7 @@ export class DescribeImportTasksCommand extends $Command< * @public */ constructor(readonly input: DescribeImportTasksCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -189,7 +184,4 @@ export class DescribeImportTasksCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DescribeImportTasksCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-application-discovery-service/src/commands/DescribeTagsCommand.ts b/clients/client-application-discovery-service/src/commands/DescribeTagsCommand.ts index 52426bebae6d..4f60069702d7 100644 --- a/clients/client-application-discovery-service/src/commands/DescribeTagsCommand.ts +++ b/clients/client-application-discovery-service/src/commands/DescribeTagsCommand.ts @@ -128,9 +128,6 @@ export class DescribeTagsCommand extends $Command< DescribeTagsCommandOutput, ApplicationDiscoveryServiceClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -144,9 +141,7 @@ export class DescribeTagsCommand extends $Command< * @public */ constructor(readonly input: DescribeTagsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -197,7 +192,4 @@ export class DescribeTagsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DescribeTagsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-application-discovery-service/src/commands/DisassociateConfigurationItemsFromApplicationCommand.ts b/clients/client-application-discovery-service/src/commands/DisassociateConfigurationItemsFromApplicationCommand.ts index 3556d32d5550..1e06972324c1 100644 --- a/clients/client-application-discovery-service/src/commands/DisassociateConfigurationItemsFromApplicationCommand.ts +++ b/clients/client-application-discovery-service/src/commands/DisassociateConfigurationItemsFromApplicationCommand.ts @@ -101,9 +101,6 @@ export class DisassociateConfigurationItemsFromApplicationCommand extends $Comma DisassociateConfigurationItemsFromApplicationCommandOutput, ApplicationDiscoveryServiceClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -117,9 +114,7 @@ export class DisassociateConfigurationItemsFromApplicationCommand extends $Comma * @public */ constructor(readonly input: DisassociateConfigurationItemsFromApplicationCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -184,7 +179,4 @@ export class DisassociateConfigurationItemsFromApplicationCommand extends $Comma ): Promise { return de_DisassociateConfigurationItemsFromApplicationCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-application-discovery-service/src/commands/ExportConfigurationsCommand.ts b/clients/client-application-discovery-service/src/commands/ExportConfigurationsCommand.ts index 7eacece6ad86..dfca345439aa 100644 --- a/clients/client-application-discovery-service/src/commands/ExportConfigurationsCommand.ts +++ b/clients/client-application-discovery-service/src/commands/ExportConfigurationsCommand.ts @@ -99,9 +99,6 @@ export class ExportConfigurationsCommand extends $Command< ExportConfigurationsCommandOutput, ApplicationDiscoveryServiceClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -115,9 +112,7 @@ export class ExportConfigurationsCommand extends $Command< * @public */ constructor(readonly input: ExportConfigurationsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -170,7 +165,4 @@ export class ExportConfigurationsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ExportConfigurationsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-application-discovery-service/src/commands/GetDiscoverySummaryCommand.ts b/clients/client-application-discovery-service/src/commands/GetDiscoverySummaryCommand.ts index 1d2808629700..387f99505995 100644 --- a/clients/client-application-discovery-service/src/commands/GetDiscoverySummaryCommand.ts +++ b/clients/client-application-discovery-service/src/commands/GetDiscoverySummaryCommand.ts @@ -130,9 +130,6 @@ export class GetDiscoverySummaryCommand extends $Command< GetDiscoverySummaryCommandOutput, ApplicationDiscoveryServiceClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -146,9 +143,7 @@ export class GetDiscoverySummaryCommand extends $Command< * @public */ constructor(readonly input: GetDiscoverySummaryCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -201,7 +196,4 @@ export class GetDiscoverySummaryCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetDiscoverySummaryCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-application-discovery-service/src/commands/ListConfigurationsCommand.ts b/clients/client-application-discovery-service/src/commands/ListConfigurationsCommand.ts index fe081225e5da..c81daf26d749 100644 --- a/clients/client-application-discovery-service/src/commands/ListConfigurationsCommand.ts +++ b/clients/client-application-discovery-service/src/commands/ListConfigurationsCommand.ts @@ -119,9 +119,6 @@ export class ListConfigurationsCommand extends $Command< ListConfigurationsCommandOutput, ApplicationDiscoveryServiceClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -135,9 +132,7 @@ export class ListConfigurationsCommand extends $Command< * @public */ constructor(readonly input: ListConfigurationsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -190,7 +185,4 @@ export class ListConfigurationsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListConfigurationsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-application-discovery-service/src/commands/ListServerNeighborsCommand.ts b/clients/client-application-discovery-service/src/commands/ListServerNeighborsCommand.ts index 70dbc216dfc8..7f968b49e4d6 100644 --- a/clients/client-application-discovery-service/src/commands/ListServerNeighborsCommand.ts +++ b/clients/client-application-discovery-service/src/commands/ListServerNeighborsCommand.ts @@ -108,9 +108,6 @@ export class ListServerNeighborsCommand extends $Command< ListServerNeighborsCommandOutput, ApplicationDiscoveryServiceClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -124,9 +121,7 @@ export class ListServerNeighborsCommand extends $Command< * @public */ constructor(readonly input: ListServerNeighborsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -179,7 +174,4 @@ export class ListServerNeighborsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListServerNeighborsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-application-discovery-service/src/commands/StartBatchDeleteConfigurationTaskCommand.ts b/clients/client-application-discovery-service/src/commands/StartBatchDeleteConfigurationTaskCommand.ts index d23e2cde7e88..61fb10e87713 100644 --- a/clients/client-application-discovery-service/src/commands/StartBatchDeleteConfigurationTaskCommand.ts +++ b/clients/client-application-discovery-service/src/commands/StartBatchDeleteConfigurationTaskCommand.ts @@ -110,9 +110,6 @@ export class StartBatchDeleteConfigurationTaskCommand extends $Command< StartBatchDeleteConfigurationTaskCommandOutput, ApplicationDiscoveryServiceClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -126,9 +123,7 @@ export class StartBatchDeleteConfigurationTaskCommand extends $Command< * @public */ constructor(readonly input: StartBatchDeleteConfigurationTaskCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -187,7 +182,4 @@ export class StartBatchDeleteConfigurationTaskCommand extends $Command< ): Promise { return de_StartBatchDeleteConfigurationTaskCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-application-discovery-service/src/commands/StartContinuousExportCommand.ts b/clients/client-application-discovery-service/src/commands/StartContinuousExportCommand.ts index 9316d4adbe10..82a965eddf14 100644 --- a/clients/client-application-discovery-service/src/commands/StartContinuousExportCommand.ts +++ b/clients/client-application-discovery-service/src/commands/StartContinuousExportCommand.ts @@ -108,9 +108,6 @@ export class StartContinuousExportCommand extends $Command< StartContinuousExportCommandOutput, ApplicationDiscoveryServiceClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -124,9 +121,7 @@ export class StartContinuousExportCommand extends $Command< * @public */ constructor(readonly input: StartContinuousExportCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -179,7 +174,4 @@ export class StartContinuousExportCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_StartContinuousExportCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-application-discovery-service/src/commands/StartDataCollectionByAgentIdsCommand.ts b/clients/client-application-discovery-service/src/commands/StartDataCollectionByAgentIdsCommand.ts index abbbed7ac799..e36cf88b68cc 100644 --- a/clients/client-application-discovery-service/src/commands/StartDataCollectionByAgentIdsCommand.ts +++ b/clients/client-application-discovery-service/src/commands/StartDataCollectionByAgentIdsCommand.ts @@ -104,9 +104,6 @@ export class StartDataCollectionByAgentIdsCommand extends $Command< StartDataCollectionByAgentIdsCommandOutput, ApplicationDiscoveryServiceClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -120,9 +117,7 @@ export class StartDataCollectionByAgentIdsCommand extends $Command< * @public */ constructor(readonly input: StartDataCollectionByAgentIdsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -178,7 +173,4 @@ export class StartDataCollectionByAgentIdsCommand extends $Command< ): Promise { return de_StartDataCollectionByAgentIdsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-application-discovery-service/src/commands/StartExportTaskCommand.ts b/clients/client-application-discovery-service/src/commands/StartExportTaskCommand.ts index 473b095b32a0..1b4074db9cb5 100644 --- a/clients/client-application-discovery-service/src/commands/StartExportTaskCommand.ts +++ b/clients/client-application-discovery-service/src/commands/StartExportTaskCommand.ts @@ -151,9 +151,6 @@ export class StartExportTaskCommand extends $Command< StartExportTaskCommandOutput, ApplicationDiscoveryServiceClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -167,9 +164,7 @@ export class StartExportTaskCommand extends $Command< * @public */ constructor(readonly input: StartExportTaskCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -222,7 +217,4 @@ export class StartExportTaskCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_StartExportTaskCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-application-discovery-service/src/commands/StartImportTaskCommand.ts b/clients/client-application-discovery-service/src/commands/StartImportTaskCommand.ts index ffddbb6895d5..4d9f27ff6d0b 100644 --- a/clients/client-application-discovery-service/src/commands/StartImportTaskCommand.ts +++ b/clients/client-application-discovery-service/src/commands/StartImportTaskCommand.ts @@ -146,9 +146,6 @@ export class StartImportTaskCommand extends $Command< StartImportTaskCommandOutput, ApplicationDiscoveryServiceClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -162,9 +159,7 @@ export class StartImportTaskCommand extends $Command< * @public */ constructor(readonly input: StartImportTaskCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -217,7 +212,4 @@ export class StartImportTaskCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_StartImportTaskCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-application-discovery-service/src/commands/StopContinuousExportCommand.ts b/clients/client-application-discovery-service/src/commands/StopContinuousExportCommand.ts index 31ddcf46d0d3..c9d7b6fdda66 100644 --- a/clients/client-application-discovery-service/src/commands/StopContinuousExportCommand.ts +++ b/clients/client-application-discovery-service/src/commands/StopContinuousExportCommand.ts @@ -106,9 +106,6 @@ export class StopContinuousExportCommand extends $Command< StopContinuousExportCommandOutput, ApplicationDiscoveryServiceClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -122,9 +119,7 @@ export class StopContinuousExportCommand extends $Command< * @public */ constructor(readonly input: StopContinuousExportCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -177,7 +172,4 @@ export class StopContinuousExportCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_StopContinuousExportCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-application-discovery-service/src/commands/StopDataCollectionByAgentIdsCommand.ts b/clients/client-application-discovery-service/src/commands/StopDataCollectionByAgentIdsCommand.ts index eab2628279c3..45c020b1bb9d 100644 --- a/clients/client-application-discovery-service/src/commands/StopDataCollectionByAgentIdsCommand.ts +++ b/clients/client-application-discovery-service/src/commands/StopDataCollectionByAgentIdsCommand.ts @@ -104,9 +104,6 @@ export class StopDataCollectionByAgentIdsCommand extends $Command< StopDataCollectionByAgentIdsCommandOutput, ApplicationDiscoveryServiceClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -120,9 +117,7 @@ export class StopDataCollectionByAgentIdsCommand extends $Command< * @public */ constructor(readonly input: StopDataCollectionByAgentIdsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -178,7 +173,4 @@ export class StopDataCollectionByAgentIdsCommand extends $Command< ): Promise { return de_StopDataCollectionByAgentIdsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-application-discovery-service/src/commands/UpdateApplicationCommand.ts b/clients/client-application-discovery-service/src/commands/UpdateApplicationCommand.ts index 81fb7d8bd948..c4e47692b462 100644 --- a/clients/client-application-discovery-service/src/commands/UpdateApplicationCommand.ts +++ b/clients/client-application-discovery-service/src/commands/UpdateApplicationCommand.ts @@ -91,9 +91,6 @@ export class UpdateApplicationCommand extends $Command< UpdateApplicationCommandOutput, ApplicationDiscoveryServiceClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -107,9 +104,7 @@ export class UpdateApplicationCommand extends $Command< * @public */ constructor(readonly input: UpdateApplicationCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -162,7 +157,4 @@ export class UpdateApplicationCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdateApplicationCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-application-insights/package.json b/clients/client-application-insights/package.json index 798d15e5ff4c..221a70aa220d 100644 --- a/clients/client-application-insights/package.json +++ b/clients/client-application-insights/package.json @@ -34,29 +34,29 @@ "@aws-sdk/util-endpoints": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@smithy/config-resolver": "^2.0.16", - "@smithy/fetch-http-handler": "^2.2.4", - "@smithy/hash-node": "^2.0.12", - "@smithy/invalid-dependency": "^2.0.12", - "@smithy/middleware-content-length": "^2.0.14", - "@smithy/middleware-endpoint": "^2.1.3", - "@smithy/middleware-retry": "^2.0.18", - "@smithy/middleware-serde": "^2.0.12", - "@smithy/middleware-stack": "^2.0.6", - "@smithy/node-config-provider": "^2.1.3", - "@smithy/node-http-handler": "^2.1.8", - "@smithy/protocol-http": "^3.0.8", - "@smithy/smithy-client": "^2.1.12", - "@smithy/types": "^2.4.0", - "@smithy/url-parser": "^2.0.12", - "@smithy/util-base64": "^2.0.0", + "@smithy/config-resolver": "^2.0.18", + "@smithy/fetch-http-handler": "^2.2.6", + "@smithy/hash-node": "^2.0.15", + "@smithy/invalid-dependency": "^2.0.13", + "@smithy/middleware-content-length": "^2.0.15", + "@smithy/middleware-endpoint": "^2.2.0", + "@smithy/middleware-retry": "^2.0.20", + "@smithy/middleware-serde": "^2.0.13", + "@smithy/middleware-stack": "^2.0.7", + "@smithy/node-config-provider": "^2.1.5", + "@smithy/node-http-handler": "^2.1.9", + "@smithy/protocol-http": "^3.0.9", + "@smithy/smithy-client": "^2.1.15", + "@smithy/types": "^2.5.0", + "@smithy/url-parser": "^2.0.13", + "@smithy/util-base64": "^2.0.1", "@smithy/util-body-length-browser": "^2.0.0", "@smithy/util-body-length-node": "^2.1.0", - "@smithy/util-defaults-mode-browser": "^2.0.16", - "@smithy/util-defaults-mode-node": "^2.0.21", - "@smithy/util-endpoints": "^1.0.2", - "@smithy/util-retry": "^2.0.5", - "@smithy/util-utf8": "^2.0.0", + "@smithy/util-defaults-mode-browser": "^2.0.19", + "@smithy/util-defaults-mode-node": "^2.0.25", + "@smithy/util-endpoints": "^1.0.4", + "@smithy/util-retry": "^2.0.6", + "@smithy/util-utf8": "^2.0.2", "tslib": "^2.5.0" }, "devDependencies": { diff --git a/clients/client-application-insights/src/commands/AddWorkloadCommand.ts b/clients/client-application-insights/src/commands/AddWorkloadCommand.ts index 39de609d7349..c2bec1abc8e6 100644 --- a/clients/client-application-insights/src/commands/AddWorkloadCommand.ts +++ b/clients/client-application-insights/src/commands/AddWorkloadCommand.ts @@ -97,9 +97,6 @@ export class AddWorkloadCommand extends $Command< AddWorkloadCommandOutput, ApplicationInsightsClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -113,9 +110,7 @@ export class AddWorkloadCommand extends $Command< * @public */ constructor(readonly input: AddWorkloadCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -166,7 +161,4 @@ export class AddWorkloadCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_AddWorkloadCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-application-insights/src/commands/CreateApplicationCommand.ts b/clients/client-application-insights/src/commands/CreateApplicationCommand.ts index 2a9a7c7736b5..077cadd9308c 100644 --- a/clients/client-application-insights/src/commands/CreateApplicationCommand.ts +++ b/clients/client-application-insights/src/commands/CreateApplicationCommand.ts @@ -116,9 +116,6 @@ export class CreateApplicationCommand extends $Command< CreateApplicationCommandOutput, ApplicationInsightsClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -132,9 +129,7 @@ export class CreateApplicationCommand extends $Command< * @public */ constructor(readonly input: CreateApplicationCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -187,7 +182,4 @@ export class CreateApplicationCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateApplicationCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-application-insights/src/commands/CreateComponentCommand.ts b/clients/client-application-insights/src/commands/CreateComponentCommand.ts index 221c54b15401..76bc6e90e404 100644 --- a/clients/client-application-insights/src/commands/CreateComponentCommand.ts +++ b/clients/client-application-insights/src/commands/CreateComponentCommand.ts @@ -88,9 +88,6 @@ export class CreateComponentCommand extends $Command< CreateComponentCommandOutput, ApplicationInsightsClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -104,9 +101,7 @@ export class CreateComponentCommand extends $Command< * @public */ constructor(readonly input: CreateComponentCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -159,7 +154,4 @@ export class CreateComponentCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateComponentCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-application-insights/src/commands/CreateLogPatternCommand.ts b/clients/client-application-insights/src/commands/CreateLogPatternCommand.ts index b4b6395b82b7..3356b2c4be14 100644 --- a/clients/client-application-insights/src/commands/CreateLogPatternCommand.ts +++ b/clients/client-application-insights/src/commands/CreateLogPatternCommand.ts @@ -96,9 +96,6 @@ export class CreateLogPatternCommand extends $Command< CreateLogPatternCommandOutput, ApplicationInsightsClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -112,9 +109,7 @@ export class CreateLogPatternCommand extends $Command< * @public */ constructor(readonly input: CreateLogPatternCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -167,7 +162,4 @@ export class CreateLogPatternCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateLogPatternCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-application-insights/src/commands/DeleteApplicationCommand.ts b/clients/client-application-insights/src/commands/DeleteApplicationCommand.ts index 39dfa796edd0..5a097734cd38 100644 --- a/clients/client-application-insights/src/commands/DeleteApplicationCommand.ts +++ b/clients/client-application-insights/src/commands/DeleteApplicationCommand.ts @@ -85,9 +85,6 @@ export class DeleteApplicationCommand extends $Command< DeleteApplicationCommandOutput, ApplicationInsightsClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -101,9 +98,7 @@ export class DeleteApplicationCommand extends $Command< * @public */ constructor(readonly input: DeleteApplicationCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -156,7 +151,4 @@ export class DeleteApplicationCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteApplicationCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-application-insights/src/commands/DeleteComponentCommand.ts b/clients/client-application-insights/src/commands/DeleteComponentCommand.ts index f28b19a0c88d..e8ccfe74d62c 100644 --- a/clients/client-application-insights/src/commands/DeleteComponentCommand.ts +++ b/clients/client-application-insights/src/commands/DeleteComponentCommand.ts @@ -84,9 +84,6 @@ export class DeleteComponentCommand extends $Command< DeleteComponentCommandOutput, ApplicationInsightsClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -100,9 +97,7 @@ export class DeleteComponentCommand extends $Command< * @public */ constructor(readonly input: DeleteComponentCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -155,7 +150,4 @@ export class DeleteComponentCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteComponentCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-application-insights/src/commands/DeleteLogPatternCommand.ts b/clients/client-application-insights/src/commands/DeleteLogPatternCommand.ts index f409bd8ea822..d9fbe0b3bfa6 100644 --- a/clients/client-application-insights/src/commands/DeleteLogPatternCommand.ts +++ b/clients/client-application-insights/src/commands/DeleteLogPatternCommand.ts @@ -86,9 +86,6 @@ export class DeleteLogPatternCommand extends $Command< DeleteLogPatternCommandOutput, ApplicationInsightsClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -102,9 +99,7 @@ export class DeleteLogPatternCommand extends $Command< * @public */ constructor(readonly input: DeleteLogPatternCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -157,7 +152,4 @@ export class DeleteLogPatternCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteLogPatternCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-application-insights/src/commands/DescribeApplicationCommand.ts b/clients/client-application-insights/src/commands/DescribeApplicationCommand.ts index 1fb916c02e2d..e0301961583b 100644 --- a/clients/client-application-insights/src/commands/DescribeApplicationCommand.ts +++ b/clients/client-application-insights/src/commands/DescribeApplicationCommand.ts @@ -95,9 +95,6 @@ export class DescribeApplicationCommand extends $Command< DescribeApplicationCommandOutput, ApplicationInsightsClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -111,9 +108,7 @@ export class DescribeApplicationCommand extends $Command< * @public */ constructor(readonly input: DescribeApplicationCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -166,7 +161,4 @@ export class DescribeApplicationCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DescribeApplicationCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-application-insights/src/commands/DescribeComponentCommand.ts b/clients/client-application-insights/src/commands/DescribeComponentCommand.ts index 5e6a2fa509dc..790d6b5cba7e 100644 --- a/clients/client-application-insights/src/commands/DescribeComponentCommand.ts +++ b/clients/client-application-insights/src/commands/DescribeComponentCommand.ts @@ -101,9 +101,6 @@ export class DescribeComponentCommand extends $Command< DescribeComponentCommandOutput, ApplicationInsightsClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -117,9 +114,7 @@ export class DescribeComponentCommand extends $Command< * @public */ constructor(readonly input: DescribeComponentCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -172,7 +167,4 @@ export class DescribeComponentCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DescribeComponentCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-application-insights/src/commands/DescribeComponentConfigurationCommand.ts b/clients/client-application-insights/src/commands/DescribeComponentConfigurationCommand.ts index d15cfc426514..6f82c5488979 100644 --- a/clients/client-application-insights/src/commands/DescribeComponentConfigurationCommand.ts +++ b/clients/client-application-insights/src/commands/DescribeComponentConfigurationCommand.ts @@ -92,9 +92,6 @@ export class DescribeComponentConfigurationCommand extends $Command< DescribeComponentConfigurationCommandOutput, ApplicationInsightsClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -108,9 +105,7 @@ export class DescribeComponentConfigurationCommand extends $Command< * @public */ constructor(readonly input: DescribeComponentConfigurationCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -169,7 +164,4 @@ export class DescribeComponentConfigurationCommand extends $Command< ): Promise { return de_DescribeComponentConfigurationCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-application-insights/src/commands/DescribeComponentConfigurationRecommendationCommand.ts b/clients/client-application-insights/src/commands/DescribeComponentConfigurationRecommendationCommand.ts index 637c8718eed6..be6001dd58ee 100644 --- a/clients/client-application-insights/src/commands/DescribeComponentConfigurationRecommendationCommand.ts +++ b/clients/client-application-insights/src/commands/DescribeComponentConfigurationRecommendationCommand.ts @@ -96,9 +96,6 @@ export class DescribeComponentConfigurationRecommendationCommand extends $Comman DescribeComponentConfigurationRecommendationCommandOutput, ApplicationInsightsClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -112,9 +109,7 @@ export class DescribeComponentConfigurationRecommendationCommand extends $Comman * @public */ constructor(readonly input: DescribeComponentConfigurationRecommendationCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -179,7 +174,4 @@ export class DescribeComponentConfigurationRecommendationCommand extends $Comman ): Promise { return de_DescribeComponentConfigurationRecommendationCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-application-insights/src/commands/DescribeLogPatternCommand.ts b/clients/client-application-insights/src/commands/DescribeLogPatternCommand.ts index 44091f5f4ddb..e8dc23c0a801 100644 --- a/clients/client-application-insights/src/commands/DescribeLogPatternCommand.ts +++ b/clients/client-application-insights/src/commands/DescribeLogPatternCommand.ts @@ -93,9 +93,6 @@ export class DescribeLogPatternCommand extends $Command< DescribeLogPatternCommandOutput, ApplicationInsightsClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -109,9 +106,7 @@ export class DescribeLogPatternCommand extends $Command< * @public */ constructor(readonly input: DescribeLogPatternCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -164,7 +159,4 @@ export class DescribeLogPatternCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DescribeLogPatternCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-application-insights/src/commands/DescribeObservationCommand.ts b/clients/client-application-insights/src/commands/DescribeObservationCommand.ts index 5dad19f49321..30ef96d3c3e3 100644 --- a/clients/client-application-insights/src/commands/DescribeObservationCommand.ts +++ b/clients/client-application-insights/src/commands/DescribeObservationCommand.ts @@ -130,9 +130,6 @@ export class DescribeObservationCommand extends $Command< DescribeObservationCommandOutput, ApplicationInsightsClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -146,9 +143,7 @@ export class DescribeObservationCommand extends $Command< * @public */ constructor(readonly input: DescribeObservationCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -201,7 +196,4 @@ export class DescribeObservationCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DescribeObservationCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-application-insights/src/commands/DescribeProblemCommand.ts b/clients/client-application-insights/src/commands/DescribeProblemCommand.ts index 4ff62174b00d..615d6389a307 100644 --- a/clients/client-application-insights/src/commands/DescribeProblemCommand.ts +++ b/clients/client-application-insights/src/commands/DescribeProblemCommand.ts @@ -102,9 +102,6 @@ export class DescribeProblemCommand extends $Command< DescribeProblemCommandOutput, ApplicationInsightsClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -118,9 +115,7 @@ export class DescribeProblemCommand extends $Command< * @public */ constructor(readonly input: DescribeProblemCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -173,7 +168,4 @@ export class DescribeProblemCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DescribeProblemCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-application-insights/src/commands/DescribeProblemObservationsCommand.ts b/clients/client-application-insights/src/commands/DescribeProblemObservationsCommand.ts index 84ecc2648ed3..2a313d73cdc5 100644 --- a/clients/client-application-insights/src/commands/DescribeProblemObservationsCommand.ts +++ b/clients/client-application-insights/src/commands/DescribeProblemObservationsCommand.ts @@ -136,9 +136,6 @@ export class DescribeProblemObservationsCommand extends $Command< DescribeProblemObservationsCommandOutput, ApplicationInsightsClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -152,9 +149,7 @@ export class DescribeProblemObservationsCommand extends $Command< * @public */ constructor(readonly input: DescribeProblemObservationsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -210,7 +205,4 @@ export class DescribeProblemObservationsCommand extends $Command< ): Promise { return de_DescribeProblemObservationsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-application-insights/src/commands/DescribeWorkloadCommand.ts b/clients/client-application-insights/src/commands/DescribeWorkloadCommand.ts index 0faf777d987d..a8e4d5ad91c5 100644 --- a/clients/client-application-insights/src/commands/DescribeWorkloadCommand.ts +++ b/clients/client-application-insights/src/commands/DescribeWorkloadCommand.ts @@ -92,9 +92,6 @@ export class DescribeWorkloadCommand extends $Command< DescribeWorkloadCommandOutput, ApplicationInsightsClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -108,9 +105,7 @@ export class DescribeWorkloadCommand extends $Command< * @public */ constructor(readonly input: DescribeWorkloadCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -163,7 +158,4 @@ export class DescribeWorkloadCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DescribeWorkloadCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-application-insights/src/commands/ListApplicationsCommand.ts b/clients/client-application-insights/src/commands/ListApplicationsCommand.ts index f535248330f8..bcc36f7bd4c1 100644 --- a/clients/client-application-insights/src/commands/ListApplicationsCommand.ts +++ b/clients/client-application-insights/src/commands/ListApplicationsCommand.ts @@ -96,9 +96,6 @@ export class ListApplicationsCommand extends $Command< ListApplicationsCommandOutput, ApplicationInsightsClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -112,9 +109,7 @@ export class ListApplicationsCommand extends $Command< * @public */ constructor(readonly input: ListApplicationsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -167,7 +162,4 @@ export class ListApplicationsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListApplicationsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-application-insights/src/commands/ListComponentsCommand.ts b/clients/client-application-insights/src/commands/ListComponentsCommand.ts index fdc331aeeee6..297e59bb3af4 100644 --- a/clients/client-application-insights/src/commands/ListComponentsCommand.ts +++ b/clients/client-application-insights/src/commands/ListComponentsCommand.ts @@ -101,9 +101,6 @@ export class ListComponentsCommand extends $Command< ListComponentsCommandOutput, ApplicationInsightsClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -117,9 +114,7 @@ export class ListComponentsCommand extends $Command< * @public */ constructor(readonly input: ListComponentsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -172,7 +167,4 @@ export class ListComponentsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListComponentsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-application-insights/src/commands/ListConfigurationHistoryCommand.ts b/clients/client-application-insights/src/commands/ListConfigurationHistoryCommand.ts index 44f5c3e954ee..1072ff9cef34 100644 --- a/clients/client-application-insights/src/commands/ListConfigurationHistoryCommand.ts +++ b/clients/client-application-insights/src/commands/ListConfigurationHistoryCommand.ts @@ -114,9 +114,6 @@ export class ListConfigurationHistoryCommand extends $Command< ListConfigurationHistoryCommandOutput, ApplicationInsightsClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -130,9 +127,7 @@ export class ListConfigurationHistoryCommand extends $Command< * @public */ constructor(readonly input: ListConfigurationHistoryCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -185,7 +180,4 @@ export class ListConfigurationHistoryCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListConfigurationHistoryCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-application-insights/src/commands/ListLogPatternSetsCommand.ts b/clients/client-application-insights/src/commands/ListLogPatternSetsCommand.ts index c840851f5cb4..6822467a0e2c 100644 --- a/clients/client-application-insights/src/commands/ListLogPatternSetsCommand.ts +++ b/clients/client-application-insights/src/commands/ListLogPatternSetsCommand.ts @@ -91,9 +91,6 @@ export class ListLogPatternSetsCommand extends $Command< ListLogPatternSetsCommandOutput, ApplicationInsightsClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -107,9 +104,7 @@ export class ListLogPatternSetsCommand extends $Command< * @public */ constructor(readonly input: ListLogPatternSetsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -162,7 +157,4 @@ export class ListLogPatternSetsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListLogPatternSetsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-application-insights/src/commands/ListLogPatternsCommand.ts b/clients/client-application-insights/src/commands/ListLogPatternsCommand.ts index e4691c0fca34..d853e8b42c51 100644 --- a/clients/client-application-insights/src/commands/ListLogPatternsCommand.ts +++ b/clients/client-application-insights/src/commands/ListLogPatternsCommand.ts @@ -97,9 +97,6 @@ export class ListLogPatternsCommand extends $Command< ListLogPatternsCommandOutput, ApplicationInsightsClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -113,9 +110,7 @@ export class ListLogPatternsCommand extends $Command< * @public */ constructor(readonly input: ListLogPatternsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -168,7 +163,4 @@ export class ListLogPatternsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListLogPatternsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-application-insights/src/commands/ListProblemsCommand.ts b/clients/client-application-insights/src/commands/ListProblemsCommand.ts index 1f5ee03836bc..72fa575ce72c 100644 --- a/clients/client-application-insights/src/commands/ListProblemsCommand.ts +++ b/clients/client-application-insights/src/commands/ListProblemsCommand.ts @@ -113,9 +113,6 @@ export class ListProblemsCommand extends $Command< ListProblemsCommandOutput, ApplicationInsightsClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -129,9 +126,7 @@ export class ListProblemsCommand extends $Command< * @public */ constructor(readonly input: ListProblemsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -182,7 +177,4 @@ export class ListProblemsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListProblemsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-application-insights/src/commands/ListTagsForResourceCommand.ts b/clients/client-application-insights/src/commands/ListTagsForResourceCommand.ts index 13a04a35d27e..9dcf701d5a67 100644 --- a/clients/client-application-insights/src/commands/ListTagsForResourceCommand.ts +++ b/clients/client-application-insights/src/commands/ListTagsForResourceCommand.ts @@ -90,9 +90,6 @@ export class ListTagsForResourceCommand extends $Command< ListTagsForResourceCommandOutput, ApplicationInsightsClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -106,9 +103,7 @@ export class ListTagsForResourceCommand extends $Command< * @public */ constructor(readonly input: ListTagsForResourceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -161,7 +156,4 @@ export class ListTagsForResourceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListTagsForResourceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-application-insights/src/commands/ListWorkloadsCommand.ts b/clients/client-application-insights/src/commands/ListWorkloadsCommand.ts index 17c9b0af97fb..1b963b892f7f 100644 --- a/clients/client-application-insights/src/commands/ListWorkloadsCommand.ts +++ b/clients/client-application-insights/src/commands/ListWorkloadsCommand.ts @@ -96,9 +96,6 @@ export class ListWorkloadsCommand extends $Command< ListWorkloadsCommandOutput, ApplicationInsightsClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -112,9 +109,7 @@ export class ListWorkloadsCommand extends $Command< * @public */ constructor(readonly input: ListWorkloadsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -165,7 +160,4 @@ export class ListWorkloadsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListWorkloadsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-application-insights/src/commands/RemoveWorkloadCommand.ts b/clients/client-application-insights/src/commands/RemoveWorkloadCommand.ts index 8204c1cdbc5e..18ea86baaa5d 100644 --- a/clients/client-application-insights/src/commands/RemoveWorkloadCommand.ts +++ b/clients/client-application-insights/src/commands/RemoveWorkloadCommand.ts @@ -83,9 +83,6 @@ export class RemoveWorkloadCommand extends $Command< RemoveWorkloadCommandOutput, ApplicationInsightsClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -99,9 +96,7 @@ export class RemoveWorkloadCommand extends $Command< * @public */ constructor(readonly input: RemoveWorkloadCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -154,7 +149,4 @@ export class RemoveWorkloadCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_RemoveWorkloadCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-application-insights/src/commands/TagResourceCommand.ts b/clients/client-application-insights/src/commands/TagResourceCommand.ts index 19202524f2b3..ec5c1db0680f 100644 --- a/clients/client-application-insights/src/commands/TagResourceCommand.ts +++ b/clients/client-application-insights/src/commands/TagResourceCommand.ts @@ -95,9 +95,6 @@ export class TagResourceCommand extends $Command< TagResourceCommandOutput, ApplicationInsightsClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -111,9 +108,7 @@ export class TagResourceCommand extends $Command< * @public */ constructor(readonly input: TagResourceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -164,7 +159,4 @@ export class TagResourceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_TagResourceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-application-insights/src/commands/UntagResourceCommand.ts b/clients/client-application-insights/src/commands/UntagResourceCommand.ts index 27e559fcd1d1..108f2d36af6b 100644 --- a/clients/client-application-insights/src/commands/UntagResourceCommand.ts +++ b/clients/client-application-insights/src/commands/UntagResourceCommand.ts @@ -81,9 +81,6 @@ export class UntagResourceCommand extends $Command< UntagResourceCommandOutput, ApplicationInsightsClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -97,9 +94,7 @@ export class UntagResourceCommand extends $Command< * @public */ constructor(readonly input: UntagResourceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -150,7 +145,4 @@ export class UntagResourceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UntagResourceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-application-insights/src/commands/UpdateApplicationCommand.ts b/clients/client-application-insights/src/commands/UpdateApplicationCommand.ts index 648d0de58686..1871938904a4 100644 --- a/clients/client-application-insights/src/commands/UpdateApplicationCommand.ts +++ b/clients/client-application-insights/src/commands/UpdateApplicationCommand.ts @@ -100,9 +100,6 @@ export class UpdateApplicationCommand extends $Command< UpdateApplicationCommandOutput, ApplicationInsightsClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -116,9 +113,7 @@ export class UpdateApplicationCommand extends $Command< * @public */ constructor(readonly input: UpdateApplicationCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -171,7 +166,4 @@ export class UpdateApplicationCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdateApplicationCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-application-insights/src/commands/UpdateComponentCommand.ts b/clients/client-application-insights/src/commands/UpdateComponentCommand.ts index 9f408b34ff86..6e8f6ac2b0ff 100644 --- a/clients/client-application-insights/src/commands/UpdateComponentCommand.ts +++ b/clients/client-application-insights/src/commands/UpdateComponentCommand.ts @@ -90,9 +90,6 @@ export class UpdateComponentCommand extends $Command< UpdateComponentCommandOutput, ApplicationInsightsClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -106,9 +103,7 @@ export class UpdateComponentCommand extends $Command< * @public */ constructor(readonly input: UpdateComponentCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -161,7 +156,4 @@ export class UpdateComponentCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdateComponentCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-application-insights/src/commands/UpdateComponentConfigurationCommand.ts b/clients/client-application-insights/src/commands/UpdateComponentConfigurationCommand.ts index e8a14889110e..569b39e15153 100644 --- a/clients/client-application-insights/src/commands/UpdateComponentConfigurationCommand.ts +++ b/clients/client-application-insights/src/commands/UpdateComponentConfigurationCommand.ts @@ -96,9 +96,6 @@ export class UpdateComponentConfigurationCommand extends $Command< UpdateComponentConfigurationCommandOutput, ApplicationInsightsClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -112,9 +109,7 @@ export class UpdateComponentConfigurationCommand extends $Command< * @public */ constructor(readonly input: UpdateComponentConfigurationCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -170,7 +165,4 @@ export class UpdateComponentConfigurationCommand extends $Command< ): Promise { return de_UpdateComponentConfigurationCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-application-insights/src/commands/UpdateLogPatternCommand.ts b/clients/client-application-insights/src/commands/UpdateLogPatternCommand.ts index 938e1728c4dd..b157a1e4f092 100644 --- a/clients/client-application-insights/src/commands/UpdateLogPatternCommand.ts +++ b/clients/client-application-insights/src/commands/UpdateLogPatternCommand.ts @@ -96,9 +96,6 @@ export class UpdateLogPatternCommand extends $Command< UpdateLogPatternCommandOutput, ApplicationInsightsClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -112,9 +109,7 @@ export class UpdateLogPatternCommand extends $Command< * @public */ constructor(readonly input: UpdateLogPatternCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -167,7 +162,4 @@ export class UpdateLogPatternCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdateLogPatternCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-application-insights/src/commands/UpdateProblemCommand.ts b/clients/client-application-insights/src/commands/UpdateProblemCommand.ts index 114f169a6b02..df6f1fca8f93 100644 --- a/clients/client-application-insights/src/commands/UpdateProblemCommand.ts +++ b/clients/client-application-insights/src/commands/UpdateProblemCommand.ts @@ -84,9 +84,6 @@ export class UpdateProblemCommand extends $Command< UpdateProblemCommandOutput, ApplicationInsightsClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -100,9 +97,7 @@ export class UpdateProblemCommand extends $Command< * @public */ constructor(readonly input: UpdateProblemCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -153,7 +148,4 @@ export class UpdateProblemCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdateProblemCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-application-insights/src/commands/UpdateWorkloadCommand.ts b/clients/client-application-insights/src/commands/UpdateWorkloadCommand.ts index 2ad730bf85f5..67e88c08247a 100644 --- a/clients/client-application-insights/src/commands/UpdateWorkloadCommand.ts +++ b/clients/client-application-insights/src/commands/UpdateWorkloadCommand.ts @@ -95,9 +95,6 @@ export class UpdateWorkloadCommand extends $Command< UpdateWorkloadCommandOutput, ApplicationInsightsClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -111,9 +108,7 @@ export class UpdateWorkloadCommand extends $Command< * @public */ constructor(readonly input: UpdateWorkloadCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -166,7 +161,4 @@ export class UpdateWorkloadCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdateWorkloadCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-applicationcostprofiler/package.json b/clients/client-applicationcostprofiler/package.json index 6f4ef292456d..0dde5cfa3029 100644 --- a/clients/client-applicationcostprofiler/package.json +++ b/clients/client-applicationcostprofiler/package.json @@ -34,29 +34,29 @@ "@aws-sdk/util-endpoints": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@smithy/config-resolver": "^2.0.16", - "@smithy/fetch-http-handler": "^2.2.4", - "@smithy/hash-node": "^2.0.12", - "@smithy/invalid-dependency": "^2.0.12", - "@smithy/middleware-content-length": "^2.0.14", - "@smithy/middleware-endpoint": "^2.1.3", - "@smithy/middleware-retry": "^2.0.18", - "@smithy/middleware-serde": "^2.0.12", - "@smithy/middleware-stack": "^2.0.6", - "@smithy/node-config-provider": "^2.1.3", - "@smithy/node-http-handler": "^2.1.8", - "@smithy/protocol-http": "^3.0.8", - "@smithy/smithy-client": "^2.1.12", - "@smithy/types": "^2.4.0", - "@smithy/url-parser": "^2.0.12", - "@smithy/util-base64": "^2.0.0", + "@smithy/config-resolver": "^2.0.18", + "@smithy/fetch-http-handler": "^2.2.6", + "@smithy/hash-node": "^2.0.15", + "@smithy/invalid-dependency": "^2.0.13", + "@smithy/middleware-content-length": "^2.0.15", + "@smithy/middleware-endpoint": "^2.2.0", + "@smithy/middleware-retry": "^2.0.20", + "@smithy/middleware-serde": "^2.0.13", + "@smithy/middleware-stack": "^2.0.7", + "@smithy/node-config-provider": "^2.1.5", + "@smithy/node-http-handler": "^2.1.9", + "@smithy/protocol-http": "^3.0.9", + "@smithy/smithy-client": "^2.1.15", + "@smithy/types": "^2.5.0", + "@smithy/url-parser": "^2.0.13", + "@smithy/util-base64": "^2.0.1", "@smithy/util-body-length-browser": "^2.0.0", "@smithy/util-body-length-node": "^2.1.0", - "@smithy/util-defaults-mode-browser": "^2.0.16", - "@smithy/util-defaults-mode-node": "^2.0.21", - "@smithy/util-endpoints": "^1.0.2", - "@smithy/util-retry": "^2.0.5", - "@smithy/util-utf8": "^2.0.0", + "@smithy/util-defaults-mode-browser": "^2.0.19", + "@smithy/util-defaults-mode-node": "^2.0.25", + "@smithy/util-endpoints": "^1.0.4", + "@smithy/util-retry": "^2.0.6", + "@smithy/util-utf8": "^2.0.2", "tslib": "^2.5.0" }, "devDependencies": { diff --git a/clients/client-applicationcostprofiler/src/commands/DeleteReportDefinitionCommand.ts b/clients/client-applicationcostprofiler/src/commands/DeleteReportDefinitionCommand.ts index a39644cc63f7..88e8de56ad2d 100644 --- a/clients/client-applicationcostprofiler/src/commands/DeleteReportDefinitionCommand.ts +++ b/clients/client-applicationcostprofiler/src/commands/DeleteReportDefinitionCommand.ts @@ -87,9 +87,6 @@ export class DeleteReportDefinitionCommand extends $Command< DeleteReportDefinitionCommandOutput, ApplicationCostProfilerClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -103,9 +100,7 @@ export class DeleteReportDefinitionCommand extends $Command< * @public */ constructor(readonly input: DeleteReportDefinitionCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -158,7 +153,4 @@ export class DeleteReportDefinitionCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteReportDefinitionCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-applicationcostprofiler/src/commands/GetReportDefinitionCommand.ts b/clients/client-applicationcostprofiler/src/commands/GetReportDefinitionCommand.ts index 16c35c46ac28..b2cced8a873a 100644 --- a/clients/client-applicationcostprofiler/src/commands/GetReportDefinitionCommand.ts +++ b/clients/client-applicationcostprofiler/src/commands/GetReportDefinitionCommand.ts @@ -95,9 +95,6 @@ export class GetReportDefinitionCommand extends $Command< GetReportDefinitionCommandOutput, ApplicationCostProfilerClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -111,9 +108,7 @@ export class GetReportDefinitionCommand extends $Command< * @public */ constructor(readonly input: GetReportDefinitionCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -166,7 +161,4 @@ export class GetReportDefinitionCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetReportDefinitionCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-applicationcostprofiler/src/commands/ImportApplicationUsageCommand.ts b/clients/client-applicationcostprofiler/src/commands/ImportApplicationUsageCommand.ts index a93a3d6895f9..cb1cf80fe2eb 100644 --- a/clients/client-applicationcostprofiler/src/commands/ImportApplicationUsageCommand.ts +++ b/clients/client-applicationcostprofiler/src/commands/ImportApplicationUsageCommand.ts @@ -93,9 +93,6 @@ export class ImportApplicationUsageCommand extends $Command< ImportApplicationUsageCommandOutput, ApplicationCostProfilerClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -109,9 +106,7 @@ export class ImportApplicationUsageCommand extends $Command< * @public */ constructor(readonly input: ImportApplicationUsageCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -164,7 +159,4 @@ export class ImportApplicationUsageCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ImportApplicationUsageCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-applicationcostprofiler/src/commands/ListReportDefinitionsCommand.ts b/clients/client-applicationcostprofiler/src/commands/ListReportDefinitionsCommand.ts index c87b5e6f083d..e1b9d516e85f 100644 --- a/clients/client-applicationcostprofiler/src/commands/ListReportDefinitionsCommand.ts +++ b/clients/client-applicationcostprofiler/src/commands/ListReportDefinitionsCommand.ts @@ -102,9 +102,6 @@ export class ListReportDefinitionsCommand extends $Command< ListReportDefinitionsCommandOutput, ApplicationCostProfilerClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -118,9 +115,7 @@ export class ListReportDefinitionsCommand extends $Command< * @public */ constructor(readonly input: ListReportDefinitionsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -173,7 +168,4 @@ export class ListReportDefinitionsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListReportDefinitionsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-applicationcostprofiler/src/commands/PutReportDefinitionCommand.ts b/clients/client-applicationcostprofiler/src/commands/PutReportDefinitionCommand.ts index 6ffb67307501..c717ddc99daa 100644 --- a/clients/client-applicationcostprofiler/src/commands/PutReportDefinitionCommand.ts +++ b/clients/client-applicationcostprofiler/src/commands/PutReportDefinitionCommand.ts @@ -96,9 +96,6 @@ export class PutReportDefinitionCommand extends $Command< PutReportDefinitionCommandOutput, ApplicationCostProfilerClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -112,9 +109,7 @@ export class PutReportDefinitionCommand extends $Command< * @public */ constructor(readonly input: PutReportDefinitionCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -167,7 +162,4 @@ export class PutReportDefinitionCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_PutReportDefinitionCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-applicationcostprofiler/src/commands/UpdateReportDefinitionCommand.ts b/clients/client-applicationcostprofiler/src/commands/UpdateReportDefinitionCommand.ts index 2554415f4fa5..b3342a37bac1 100644 --- a/clients/client-applicationcostprofiler/src/commands/UpdateReportDefinitionCommand.ts +++ b/clients/client-applicationcostprofiler/src/commands/UpdateReportDefinitionCommand.ts @@ -93,9 +93,6 @@ export class UpdateReportDefinitionCommand extends $Command< UpdateReportDefinitionCommandOutput, ApplicationCostProfilerClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -109,9 +106,7 @@ export class UpdateReportDefinitionCommand extends $Command< * @public */ constructor(readonly input: UpdateReportDefinitionCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -164,7 +159,4 @@ export class UpdateReportDefinitionCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdateReportDefinitionCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-apprunner/package.json b/clients/client-apprunner/package.json index e99731a6c2d6..25e91d799eae 100644 --- a/clients/client-apprunner/package.json +++ b/clients/client-apprunner/package.json @@ -34,29 +34,29 @@ "@aws-sdk/util-endpoints": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@smithy/config-resolver": "^2.0.16", - "@smithy/fetch-http-handler": "^2.2.4", - "@smithy/hash-node": "^2.0.12", - "@smithy/invalid-dependency": "^2.0.12", - "@smithy/middleware-content-length": "^2.0.14", - "@smithy/middleware-endpoint": "^2.1.3", - "@smithy/middleware-retry": "^2.0.18", - "@smithy/middleware-serde": "^2.0.12", - "@smithy/middleware-stack": "^2.0.6", - "@smithy/node-config-provider": "^2.1.3", - "@smithy/node-http-handler": "^2.1.8", - "@smithy/protocol-http": "^3.0.8", - "@smithy/smithy-client": "^2.1.12", - "@smithy/types": "^2.4.0", - "@smithy/url-parser": "^2.0.12", - "@smithy/util-base64": "^2.0.0", + "@smithy/config-resolver": "^2.0.18", + "@smithy/fetch-http-handler": "^2.2.6", + "@smithy/hash-node": "^2.0.15", + "@smithy/invalid-dependency": "^2.0.13", + "@smithy/middleware-content-length": "^2.0.15", + "@smithy/middleware-endpoint": "^2.2.0", + "@smithy/middleware-retry": "^2.0.20", + "@smithy/middleware-serde": "^2.0.13", + "@smithy/middleware-stack": "^2.0.7", + "@smithy/node-config-provider": "^2.1.5", + "@smithy/node-http-handler": "^2.1.9", + "@smithy/protocol-http": "^3.0.9", + "@smithy/smithy-client": "^2.1.15", + "@smithy/types": "^2.5.0", + "@smithy/url-parser": "^2.0.13", + "@smithy/util-base64": "^2.0.1", "@smithy/util-body-length-browser": "^2.0.0", "@smithy/util-body-length-node": "^2.1.0", - "@smithy/util-defaults-mode-browser": "^2.0.16", - "@smithy/util-defaults-mode-node": "^2.0.21", - "@smithy/util-endpoints": "^1.0.2", - "@smithy/util-retry": "^2.0.5", - "@smithy/util-utf8": "^2.0.0", + "@smithy/util-defaults-mode-browser": "^2.0.19", + "@smithy/util-defaults-mode-node": "^2.0.25", + "@smithy/util-endpoints": "^1.0.4", + "@smithy/util-retry": "^2.0.6", + "@smithy/util-utf8": "^2.0.2", "tslib": "^2.5.0" }, "devDependencies": { diff --git a/clients/client-apprunner/src/commands/AssociateCustomDomainCommand.ts b/clients/client-apprunner/src/commands/AssociateCustomDomainCommand.ts index dd5ea6384e27..63c8aa6d8966 100644 --- a/clients/client-apprunner/src/commands/AssociateCustomDomainCommand.ts +++ b/clients/client-apprunner/src/commands/AssociateCustomDomainCommand.ts @@ -106,9 +106,6 @@ export class AssociateCustomDomainCommand extends $Command< AssociateCustomDomainCommandOutput, AppRunnerClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -122,9 +119,7 @@ export class AssociateCustomDomainCommand extends $Command< * @public */ constructor(readonly input: AssociateCustomDomainCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -177,7 +172,4 @@ export class AssociateCustomDomainCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_AssociateCustomDomainCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-apprunner/src/commands/CreateAutoScalingConfigurationCommand.ts b/clients/client-apprunner/src/commands/CreateAutoScalingConfigurationCommand.ts index e74f8322a287..08ca50e29fb8 100644 --- a/clients/client-apprunner/src/commands/CreateAutoScalingConfigurationCommand.ts +++ b/clients/client-apprunner/src/commands/CreateAutoScalingConfigurationCommand.ts @@ -116,9 +116,6 @@ export class CreateAutoScalingConfigurationCommand extends $Command< CreateAutoScalingConfigurationCommandOutput, AppRunnerClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -132,9 +129,7 @@ export class CreateAutoScalingConfigurationCommand extends $Command< * @public */ constructor(readonly input: CreateAutoScalingConfigurationCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -193,7 +188,4 @@ export class CreateAutoScalingConfigurationCommand extends $Command< ): Promise { return de_CreateAutoScalingConfigurationCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-apprunner/src/commands/CreateConnectionCommand.ts b/clients/client-apprunner/src/commands/CreateConnectionCommand.ts index e72383fa4d45..98c80a18f3bd 100644 --- a/clients/client-apprunner/src/commands/CreateConnectionCommand.ts +++ b/clients/client-apprunner/src/commands/CreateConnectionCommand.ts @@ -98,9 +98,6 @@ export class CreateConnectionCommand extends $Command< CreateConnectionCommandOutput, AppRunnerClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -114,9 +111,7 @@ export class CreateConnectionCommand extends $Command< * @public */ constructor(readonly input: CreateConnectionCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -169,7 +164,4 @@ export class CreateConnectionCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateConnectionCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-apprunner/src/commands/CreateObservabilityConfigurationCommand.ts b/clients/client-apprunner/src/commands/CreateObservabilityConfigurationCommand.ts index e0072b963e81..eb662ea060b2 100644 --- a/clients/client-apprunner/src/commands/CreateObservabilityConfigurationCommand.ts +++ b/clients/client-apprunner/src/commands/CreateObservabilityConfigurationCommand.ts @@ -114,9 +114,6 @@ export class CreateObservabilityConfigurationCommand extends $Command< CreateObservabilityConfigurationCommandOutput, AppRunnerClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -130,9 +127,7 @@ export class CreateObservabilityConfigurationCommand extends $Command< * @public */ constructor(readonly input: CreateObservabilityConfigurationCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -191,7 +186,4 @@ export class CreateObservabilityConfigurationCommand extends $Command< ): Promise { return de_CreateObservabilityConfigurationCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-apprunner/src/commands/CreateServiceCommand.ts b/clients/client-apprunner/src/commands/CreateServiceCommand.ts index b37ee5fddb72..de655e465129 100644 --- a/clients/client-apprunner/src/commands/CreateServiceCommand.ts +++ b/clients/client-apprunner/src/commands/CreateServiceCommand.ts @@ -261,9 +261,6 @@ export class CreateServiceCommand extends $Command< CreateServiceCommandOutput, AppRunnerClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -277,9 +274,7 @@ export class CreateServiceCommand extends $Command< * @public */ constructor(readonly input: CreateServiceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -330,7 +325,4 @@ export class CreateServiceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateServiceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-apprunner/src/commands/CreateVpcConnectorCommand.ts b/clients/client-apprunner/src/commands/CreateVpcConnectorCommand.ts index 63964a39cda8..4fa07f85a7fe 100644 --- a/clients/client-apprunner/src/commands/CreateVpcConnectorCommand.ts +++ b/clients/client-apprunner/src/commands/CreateVpcConnectorCommand.ts @@ -107,9 +107,6 @@ export class CreateVpcConnectorCommand extends $Command< CreateVpcConnectorCommandOutput, AppRunnerClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -123,9 +120,7 @@ export class CreateVpcConnectorCommand extends $Command< * @public */ constructor(readonly input: CreateVpcConnectorCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -178,7 +173,4 @@ export class CreateVpcConnectorCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateVpcConnectorCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-apprunner/src/commands/CreateVpcIngressConnectionCommand.ts b/clients/client-apprunner/src/commands/CreateVpcIngressConnectionCommand.ts index 94e337c098f4..d7586eccf2e9 100644 --- a/clients/client-apprunner/src/commands/CreateVpcIngressConnectionCommand.ts +++ b/clients/client-apprunner/src/commands/CreateVpcIngressConnectionCommand.ts @@ -108,9 +108,6 @@ export class CreateVpcIngressConnectionCommand extends $Command< CreateVpcIngressConnectionCommandOutput, AppRunnerClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -124,9 +121,7 @@ export class CreateVpcIngressConnectionCommand extends $Command< * @public */ constructor(readonly input: CreateVpcIngressConnectionCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -182,7 +177,4 @@ export class CreateVpcIngressConnectionCommand extends $Command< ): Promise { return de_CreateVpcIngressConnectionCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-apprunner/src/commands/DeleteAutoScalingConfigurationCommand.ts b/clients/client-apprunner/src/commands/DeleteAutoScalingConfigurationCommand.ts index 9dac9f056f8f..76b79499fd87 100644 --- a/clients/client-apprunner/src/commands/DeleteAutoScalingConfigurationCommand.ts +++ b/clients/client-apprunner/src/commands/DeleteAutoScalingConfigurationCommand.ts @@ -100,9 +100,6 @@ export class DeleteAutoScalingConfigurationCommand extends $Command< DeleteAutoScalingConfigurationCommandOutput, AppRunnerClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -116,9 +113,7 @@ export class DeleteAutoScalingConfigurationCommand extends $Command< * @public */ constructor(readonly input: DeleteAutoScalingConfigurationCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -177,7 +172,4 @@ export class DeleteAutoScalingConfigurationCommand extends $Command< ): Promise { return de_DeleteAutoScalingConfigurationCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-apprunner/src/commands/DeleteConnectionCommand.ts b/clients/client-apprunner/src/commands/DeleteConnectionCommand.ts index e4cd581a98c2..2068601e71ce 100644 --- a/clients/client-apprunner/src/commands/DeleteConnectionCommand.ts +++ b/clients/client-apprunner/src/commands/DeleteConnectionCommand.ts @@ -86,9 +86,6 @@ export class DeleteConnectionCommand extends $Command< DeleteConnectionCommandOutput, AppRunnerClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -102,9 +99,7 @@ export class DeleteConnectionCommand extends $Command< * @public */ constructor(readonly input: DeleteConnectionCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -157,7 +152,4 @@ export class DeleteConnectionCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteConnectionCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-apprunner/src/commands/DeleteObservabilityConfigurationCommand.ts b/clients/client-apprunner/src/commands/DeleteObservabilityConfigurationCommand.ts index eaa30de897eb..c1c586fc7f50 100644 --- a/clients/client-apprunner/src/commands/DeleteObservabilityConfigurationCommand.ts +++ b/clients/client-apprunner/src/commands/DeleteObservabilityConfigurationCommand.ts @@ -96,9 +96,6 @@ export class DeleteObservabilityConfigurationCommand extends $Command< DeleteObservabilityConfigurationCommandOutput, AppRunnerClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -112,9 +109,7 @@ export class DeleteObservabilityConfigurationCommand extends $Command< * @public */ constructor(readonly input: DeleteObservabilityConfigurationCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -173,7 +168,4 @@ export class DeleteObservabilityConfigurationCommand extends $Command< ): Promise { return de_DeleteObservabilityConfigurationCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-apprunner/src/commands/DeleteServiceCommand.ts b/clients/client-apprunner/src/commands/DeleteServiceCommand.ts index f2a58e1314ed..f8738c1ff346 100644 --- a/clients/client-apprunner/src/commands/DeleteServiceCommand.ts +++ b/clients/client-apprunner/src/commands/DeleteServiceCommand.ts @@ -185,9 +185,6 @@ export class DeleteServiceCommand extends $Command< DeleteServiceCommandOutput, AppRunnerClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -201,9 +198,7 @@ export class DeleteServiceCommand extends $Command< * @public */ constructor(readonly input: DeleteServiceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -254,7 +249,4 @@ export class DeleteServiceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteServiceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-apprunner/src/commands/DeleteVpcConnectorCommand.ts b/clients/client-apprunner/src/commands/DeleteVpcConnectorCommand.ts index aee302801457..3a45c451b4eb 100644 --- a/clients/client-apprunner/src/commands/DeleteVpcConnectorCommand.ts +++ b/clients/client-apprunner/src/commands/DeleteVpcConnectorCommand.ts @@ -93,9 +93,6 @@ export class DeleteVpcConnectorCommand extends $Command< DeleteVpcConnectorCommandOutput, AppRunnerClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -109,9 +106,7 @@ export class DeleteVpcConnectorCommand extends $Command< * @public */ constructor(readonly input: DeleteVpcConnectorCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -164,7 +159,4 @@ export class DeleteVpcConnectorCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteVpcConnectorCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-apprunner/src/commands/DeleteVpcIngressConnectionCommand.ts b/clients/client-apprunner/src/commands/DeleteVpcIngressConnectionCommand.ts index bdd0c865051d..d80bc71053a1 100644 --- a/clients/client-apprunner/src/commands/DeleteVpcIngressConnectionCommand.ts +++ b/clients/client-apprunner/src/commands/DeleteVpcIngressConnectionCommand.ts @@ -118,9 +118,6 @@ export class DeleteVpcIngressConnectionCommand extends $Command< DeleteVpcIngressConnectionCommandOutput, AppRunnerClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -134,9 +131,7 @@ export class DeleteVpcIngressConnectionCommand extends $Command< * @public */ constructor(readonly input: DeleteVpcIngressConnectionCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -192,7 +187,4 @@ export class DeleteVpcIngressConnectionCommand extends $Command< ): Promise { return de_DeleteVpcIngressConnectionCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-apprunner/src/commands/DescribeAutoScalingConfigurationCommand.ts b/clients/client-apprunner/src/commands/DescribeAutoScalingConfigurationCommand.ts index 2d6967314da0..4c8cb8d35d50 100644 --- a/clients/client-apprunner/src/commands/DescribeAutoScalingConfigurationCommand.ts +++ b/clients/client-apprunner/src/commands/DescribeAutoScalingConfigurationCommand.ts @@ -97,9 +97,6 @@ export class DescribeAutoScalingConfigurationCommand extends $Command< DescribeAutoScalingConfigurationCommandOutput, AppRunnerClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -113,9 +110,7 @@ export class DescribeAutoScalingConfigurationCommand extends $Command< * @public */ constructor(readonly input: DescribeAutoScalingConfigurationCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -174,7 +169,4 @@ export class DescribeAutoScalingConfigurationCommand extends $Command< ): Promise { return de_DescribeAutoScalingConfigurationCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-apprunner/src/commands/DescribeCustomDomainsCommand.ts b/clients/client-apprunner/src/commands/DescribeCustomDomainsCommand.ts index 096887501fa1..790acb83caf1 100644 --- a/clients/client-apprunner/src/commands/DescribeCustomDomainsCommand.ts +++ b/clients/client-apprunner/src/commands/DescribeCustomDomainsCommand.ts @@ -105,9 +105,6 @@ export class DescribeCustomDomainsCommand extends $Command< DescribeCustomDomainsCommandOutput, AppRunnerClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -121,9 +118,7 @@ export class DescribeCustomDomainsCommand extends $Command< * @public */ constructor(readonly input: DescribeCustomDomainsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -176,7 +171,4 @@ export class DescribeCustomDomainsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DescribeCustomDomainsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-apprunner/src/commands/DescribeObservabilityConfigurationCommand.ts b/clients/client-apprunner/src/commands/DescribeObservabilityConfigurationCommand.ts index 04060290865b..dc0cda6c2357 100644 --- a/clients/client-apprunner/src/commands/DescribeObservabilityConfigurationCommand.ts +++ b/clients/client-apprunner/src/commands/DescribeObservabilityConfigurationCommand.ts @@ -98,9 +98,6 @@ export class DescribeObservabilityConfigurationCommand extends $Command< DescribeObservabilityConfigurationCommandOutput, AppRunnerClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -114,9 +111,7 @@ export class DescribeObservabilityConfigurationCommand extends $Command< * @public */ constructor(readonly input: DescribeObservabilityConfigurationCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -175,7 +170,4 @@ export class DescribeObservabilityConfigurationCommand extends $Command< ): Promise { return de_DescribeObservabilityConfigurationCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-apprunner/src/commands/DescribeServiceCommand.ts b/clients/client-apprunner/src/commands/DescribeServiceCommand.ts index 8b89bcd944d9..324a91677a72 100644 --- a/clients/client-apprunner/src/commands/DescribeServiceCommand.ts +++ b/clients/client-apprunner/src/commands/DescribeServiceCommand.ts @@ -175,9 +175,6 @@ export class DescribeServiceCommand extends $Command< DescribeServiceCommandOutput, AppRunnerClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -191,9 +188,7 @@ export class DescribeServiceCommand extends $Command< * @public */ constructor(readonly input: DescribeServiceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -246,7 +241,4 @@ export class DescribeServiceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DescribeServiceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-apprunner/src/commands/DescribeVpcConnectorCommand.ts b/clients/client-apprunner/src/commands/DescribeVpcConnectorCommand.ts index 67fa63a1f51c..99db70d4f341 100644 --- a/clients/client-apprunner/src/commands/DescribeVpcConnectorCommand.ts +++ b/clients/client-apprunner/src/commands/DescribeVpcConnectorCommand.ts @@ -92,9 +92,6 @@ export class DescribeVpcConnectorCommand extends $Command< DescribeVpcConnectorCommandOutput, AppRunnerClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -108,9 +105,7 @@ export class DescribeVpcConnectorCommand extends $Command< * @public */ constructor(readonly input: DescribeVpcConnectorCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -163,7 +158,4 @@ export class DescribeVpcConnectorCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DescribeVpcConnectorCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-apprunner/src/commands/DescribeVpcIngressConnectionCommand.ts b/clients/client-apprunner/src/commands/DescribeVpcIngressConnectionCommand.ts index ca3c8ae3e7e0..b3163ec33a2e 100644 --- a/clients/client-apprunner/src/commands/DescribeVpcIngressConnectionCommand.ts +++ b/clients/client-apprunner/src/commands/DescribeVpcIngressConnectionCommand.ts @@ -97,9 +97,6 @@ export class DescribeVpcIngressConnectionCommand extends $Command< DescribeVpcIngressConnectionCommandOutput, AppRunnerClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -113,9 +110,7 @@ export class DescribeVpcIngressConnectionCommand extends $Command< * @public */ constructor(readonly input: DescribeVpcIngressConnectionCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -171,7 +166,4 @@ export class DescribeVpcIngressConnectionCommand extends $Command< ): Promise { return de_DescribeVpcIngressConnectionCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-apprunner/src/commands/DisassociateCustomDomainCommand.ts b/clients/client-apprunner/src/commands/DisassociateCustomDomainCommand.ts index 913f8a8f8ec6..a6182e3138b5 100644 --- a/clients/client-apprunner/src/commands/DisassociateCustomDomainCommand.ts +++ b/clients/client-apprunner/src/commands/DisassociateCustomDomainCommand.ts @@ -107,9 +107,6 @@ export class DisassociateCustomDomainCommand extends $Command< DisassociateCustomDomainCommandOutput, AppRunnerClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -123,9 +120,7 @@ export class DisassociateCustomDomainCommand extends $Command< * @public */ constructor(readonly input: DisassociateCustomDomainCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -178,7 +173,4 @@ export class DisassociateCustomDomainCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DisassociateCustomDomainCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-apprunner/src/commands/ListAutoScalingConfigurationsCommand.ts b/clients/client-apprunner/src/commands/ListAutoScalingConfigurationsCommand.ts index 693c35da6c8b..ad2d7d251a02 100644 --- a/clients/client-apprunner/src/commands/ListAutoScalingConfigurationsCommand.ts +++ b/clients/client-apprunner/src/commands/ListAutoScalingConfigurationsCommand.ts @@ -99,9 +99,6 @@ export class ListAutoScalingConfigurationsCommand extends $Command< ListAutoScalingConfigurationsCommandOutput, AppRunnerClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -115,9 +112,7 @@ export class ListAutoScalingConfigurationsCommand extends $Command< * @public */ constructor(readonly input: ListAutoScalingConfigurationsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -173,7 +168,4 @@ export class ListAutoScalingConfigurationsCommand extends $Command< ): Promise { return de_ListAutoScalingConfigurationsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-apprunner/src/commands/ListConnectionsCommand.ts b/clients/client-apprunner/src/commands/ListConnectionsCommand.ts index a9f4d798d167..7ca1b7723f3d 100644 --- a/clients/client-apprunner/src/commands/ListConnectionsCommand.ts +++ b/clients/client-apprunner/src/commands/ListConnectionsCommand.ts @@ -87,9 +87,6 @@ export class ListConnectionsCommand extends $Command< ListConnectionsCommandOutput, AppRunnerClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -103,9 +100,7 @@ export class ListConnectionsCommand extends $Command< * @public */ constructor(readonly input: ListConnectionsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -158,7 +153,4 @@ export class ListConnectionsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListConnectionsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-apprunner/src/commands/ListObservabilityConfigurationsCommand.ts b/clients/client-apprunner/src/commands/ListObservabilityConfigurationsCommand.ts index 8791384c5c09..cfd7779da8bc 100644 --- a/clients/client-apprunner/src/commands/ListObservabilityConfigurationsCommand.ts +++ b/clients/client-apprunner/src/commands/ListObservabilityConfigurationsCommand.ts @@ -95,9 +95,6 @@ export class ListObservabilityConfigurationsCommand extends $Command< ListObservabilityConfigurationsCommandOutput, AppRunnerClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -111,9 +108,7 @@ export class ListObservabilityConfigurationsCommand extends $Command< * @public */ constructor(readonly input: ListObservabilityConfigurationsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -172,7 +167,4 @@ export class ListObservabilityConfigurationsCommand extends $Command< ): Promise { return de_ListObservabilityConfigurationsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-apprunner/src/commands/ListOperationsCommand.ts b/clients/client-apprunner/src/commands/ListOperationsCommand.ts index 79bb5d936543..7f05ef471a0d 100644 --- a/clients/client-apprunner/src/commands/ListOperationsCommand.ts +++ b/clients/client-apprunner/src/commands/ListOperationsCommand.ts @@ -94,9 +94,6 @@ export class ListOperationsCommand extends $Command< ListOperationsCommandOutput, AppRunnerClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -110,9 +107,7 @@ export class ListOperationsCommand extends $Command< * @public */ constructor(readonly input: ListOperationsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -165,7 +160,4 @@ export class ListOperationsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListOperationsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-apprunner/src/commands/ListServicesCommand.ts b/clients/client-apprunner/src/commands/ListServicesCommand.ts index 4f755a3441ab..b944d1efc2f2 100644 --- a/clients/client-apprunner/src/commands/ListServicesCommand.ts +++ b/clients/client-apprunner/src/commands/ListServicesCommand.ts @@ -88,9 +88,6 @@ export class ListServicesCommand extends $Command< ListServicesCommandOutput, AppRunnerClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -104,9 +101,7 @@ export class ListServicesCommand extends $Command< * @public */ constructor(readonly input: ListServicesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -157,7 +152,4 @@ export class ListServicesCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListServicesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-apprunner/src/commands/ListServicesForAutoScalingConfigurationCommand.ts b/clients/client-apprunner/src/commands/ListServicesForAutoScalingConfigurationCommand.ts index f134b11c202b..5bc8abbb8f00 100644 --- a/clients/client-apprunner/src/commands/ListServicesForAutoScalingConfigurationCommand.ts +++ b/clients/client-apprunner/src/commands/ListServicesForAutoScalingConfigurationCommand.ts @@ -93,9 +93,6 @@ export class ListServicesForAutoScalingConfigurationCommand extends $Command< ListServicesForAutoScalingConfigurationCommandOutput, AppRunnerClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -109,9 +106,7 @@ export class ListServicesForAutoScalingConfigurationCommand extends $Command< * @public */ constructor(readonly input: ListServicesForAutoScalingConfigurationCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -176,7 +171,4 @@ export class ListServicesForAutoScalingConfigurationCommand extends $Command< ): Promise { return de_ListServicesForAutoScalingConfigurationCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-apprunner/src/commands/ListTagsForResourceCommand.ts b/clients/client-apprunner/src/commands/ListTagsForResourceCommand.ts index 6f5044ffc8dc..c24736d25cd5 100644 --- a/clients/client-apprunner/src/commands/ListTagsForResourceCommand.ts +++ b/clients/client-apprunner/src/commands/ListTagsForResourceCommand.ts @@ -87,9 +87,6 @@ export class ListTagsForResourceCommand extends $Command< ListTagsForResourceCommandOutput, AppRunnerClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -103,9 +100,7 @@ export class ListTagsForResourceCommand extends $Command< * @public */ constructor(readonly input: ListTagsForResourceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -158,7 +153,4 @@ export class ListTagsForResourceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListTagsForResourceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-apprunner/src/commands/ListVpcConnectorsCommand.ts b/clients/client-apprunner/src/commands/ListVpcConnectorsCommand.ts index b3713aacd556..233368ba75a6 100644 --- a/clients/client-apprunner/src/commands/ListVpcConnectorsCommand.ts +++ b/clients/client-apprunner/src/commands/ListVpcConnectorsCommand.ts @@ -93,9 +93,6 @@ export class ListVpcConnectorsCommand extends $Command< ListVpcConnectorsCommandOutput, AppRunnerClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -109,9 +106,7 @@ export class ListVpcConnectorsCommand extends $Command< * @public */ constructor(readonly input: ListVpcConnectorsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -164,7 +159,4 @@ export class ListVpcConnectorsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListVpcConnectorsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-apprunner/src/commands/ListVpcIngressConnectionsCommand.ts b/clients/client-apprunner/src/commands/ListVpcIngressConnectionsCommand.ts index e0f5386f2aa1..bad106f50b52 100644 --- a/clients/client-apprunner/src/commands/ListVpcIngressConnectionsCommand.ts +++ b/clients/client-apprunner/src/commands/ListVpcIngressConnectionsCommand.ts @@ -87,9 +87,6 @@ export class ListVpcIngressConnectionsCommand extends $Command< ListVpcIngressConnectionsCommandOutput, AppRunnerClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -103,9 +100,7 @@ export class ListVpcIngressConnectionsCommand extends $Command< * @public */ constructor(readonly input: ListVpcIngressConnectionsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -161,7 +156,4 @@ export class ListVpcIngressConnectionsCommand extends $Command< ): Promise { return de_ListVpcIngressConnectionsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-apprunner/src/commands/PauseServiceCommand.ts b/clients/client-apprunner/src/commands/PauseServiceCommand.ts index c73033eaf16d..0eafc8389318 100644 --- a/clients/client-apprunner/src/commands/PauseServiceCommand.ts +++ b/clients/client-apprunner/src/commands/PauseServiceCommand.ts @@ -178,9 +178,6 @@ export class PauseServiceCommand extends $Command< PauseServiceCommandOutput, AppRunnerClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -194,9 +191,7 @@ export class PauseServiceCommand extends $Command< * @public */ constructor(readonly input: PauseServiceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -247,7 +242,4 @@ export class PauseServiceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_PauseServiceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-apprunner/src/commands/ResumeServiceCommand.ts b/clients/client-apprunner/src/commands/ResumeServiceCommand.ts index 42fb383d553a..9165bf262b8b 100644 --- a/clients/client-apprunner/src/commands/ResumeServiceCommand.ts +++ b/clients/client-apprunner/src/commands/ResumeServiceCommand.ts @@ -181,9 +181,6 @@ export class ResumeServiceCommand extends $Command< ResumeServiceCommandOutput, AppRunnerClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -197,9 +194,7 @@ export class ResumeServiceCommand extends $Command< * @public */ constructor(readonly input: ResumeServiceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -250,7 +245,4 @@ export class ResumeServiceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ResumeServiceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-apprunner/src/commands/StartDeploymentCommand.ts b/clients/client-apprunner/src/commands/StartDeploymentCommand.ts index 8eb7b7f05b22..6297a8403131 100644 --- a/clients/client-apprunner/src/commands/StartDeploymentCommand.ts +++ b/clients/client-apprunner/src/commands/StartDeploymentCommand.ts @@ -84,9 +84,6 @@ export class StartDeploymentCommand extends $Command< StartDeploymentCommandOutput, AppRunnerClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -100,9 +97,7 @@ export class StartDeploymentCommand extends $Command< * @public */ constructor(readonly input: StartDeploymentCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -155,7 +150,4 @@ export class StartDeploymentCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_StartDeploymentCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-apprunner/src/commands/TagResourceCommand.ts b/clients/client-apprunner/src/commands/TagResourceCommand.ts index 166d63b3ee6d..5621732d63d7 100644 --- a/clients/client-apprunner/src/commands/TagResourceCommand.ts +++ b/clients/client-apprunner/src/commands/TagResourceCommand.ts @@ -86,9 +86,6 @@ export class TagResourceCommand extends $Command< TagResourceCommandOutput, AppRunnerClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -102,9 +99,7 @@ export class TagResourceCommand extends $Command< * @public */ constructor(readonly input: TagResourceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -155,7 +150,4 @@ export class TagResourceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_TagResourceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-apprunner/src/commands/UntagResourceCommand.ts b/clients/client-apprunner/src/commands/UntagResourceCommand.ts index bbd979ac43ac..162dacc6faa1 100644 --- a/clients/client-apprunner/src/commands/UntagResourceCommand.ts +++ b/clients/client-apprunner/src/commands/UntagResourceCommand.ts @@ -83,9 +83,6 @@ export class UntagResourceCommand extends $Command< UntagResourceCommandOutput, AppRunnerClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -99,9 +96,7 @@ export class UntagResourceCommand extends $Command< * @public */ constructor(readonly input: UntagResourceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -152,7 +147,4 @@ export class UntagResourceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UntagResourceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-apprunner/src/commands/UpdateDefaultAutoScalingConfigurationCommand.ts b/clients/client-apprunner/src/commands/UpdateDefaultAutoScalingConfigurationCommand.ts index 2fe4e42ec654..8afc9ee0d92d 100644 --- a/clients/client-apprunner/src/commands/UpdateDefaultAutoScalingConfigurationCommand.ts +++ b/clients/client-apprunner/src/commands/UpdateDefaultAutoScalingConfigurationCommand.ts @@ -102,9 +102,6 @@ export class UpdateDefaultAutoScalingConfigurationCommand extends $Command< UpdateDefaultAutoScalingConfigurationCommandOutput, AppRunnerClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -118,9 +115,7 @@ export class UpdateDefaultAutoScalingConfigurationCommand extends $Command< * @public */ constructor(readonly input: UpdateDefaultAutoScalingConfigurationCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -179,7 +174,4 @@ export class UpdateDefaultAutoScalingConfigurationCommand extends $Command< ): Promise { return de_UpdateDefaultAutoScalingConfigurationCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-apprunner/src/commands/UpdateServiceCommand.ts b/clients/client-apprunner/src/commands/UpdateServiceCommand.ts index 81513bbbd7d8..ea45d5be6c2e 100644 --- a/clients/client-apprunner/src/commands/UpdateServiceCommand.ts +++ b/clients/client-apprunner/src/commands/UpdateServiceCommand.ts @@ -257,9 +257,6 @@ export class UpdateServiceCommand extends $Command< UpdateServiceCommandOutput, AppRunnerClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -273,9 +270,7 @@ export class UpdateServiceCommand extends $Command< * @public */ constructor(readonly input: UpdateServiceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -326,7 +321,4 @@ export class UpdateServiceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdateServiceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-apprunner/src/commands/UpdateVpcIngressConnectionCommand.ts b/clients/client-apprunner/src/commands/UpdateVpcIngressConnectionCommand.ts index e2b926d7e02c..95b243e874cc 100644 --- a/clients/client-apprunner/src/commands/UpdateVpcIngressConnectionCommand.ts +++ b/clients/client-apprunner/src/commands/UpdateVpcIngressConnectionCommand.ts @@ -116,9 +116,6 @@ export class UpdateVpcIngressConnectionCommand extends $Command< UpdateVpcIngressConnectionCommandOutput, AppRunnerClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -132,9 +129,7 @@ export class UpdateVpcIngressConnectionCommand extends $Command< * @public */ constructor(readonly input: UpdateVpcIngressConnectionCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -190,7 +185,4 @@ export class UpdateVpcIngressConnectionCommand extends $Command< ): Promise { return de_UpdateVpcIngressConnectionCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-appstream/package.json b/clients/client-appstream/package.json index dec6419f1e7e..e377b311fadb 100644 --- a/clients/client-appstream/package.json +++ b/clients/client-appstream/package.json @@ -34,30 +34,30 @@ "@aws-sdk/util-endpoints": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@smithy/config-resolver": "^2.0.16", - "@smithy/fetch-http-handler": "^2.2.4", - "@smithy/hash-node": "^2.0.12", - "@smithy/invalid-dependency": "^2.0.12", - "@smithy/middleware-content-length": "^2.0.14", - "@smithy/middleware-endpoint": "^2.1.3", - "@smithy/middleware-retry": "^2.0.18", - "@smithy/middleware-serde": "^2.0.12", - "@smithy/middleware-stack": "^2.0.6", - "@smithy/node-config-provider": "^2.1.3", - "@smithy/node-http-handler": "^2.1.8", - "@smithy/protocol-http": "^3.0.8", - "@smithy/smithy-client": "^2.1.12", - "@smithy/types": "^2.4.0", - "@smithy/url-parser": "^2.0.12", - "@smithy/util-base64": "^2.0.0", + "@smithy/config-resolver": "^2.0.18", + "@smithy/fetch-http-handler": "^2.2.6", + "@smithy/hash-node": "^2.0.15", + "@smithy/invalid-dependency": "^2.0.13", + "@smithy/middleware-content-length": "^2.0.15", + "@smithy/middleware-endpoint": "^2.2.0", + "@smithy/middleware-retry": "^2.0.20", + "@smithy/middleware-serde": "^2.0.13", + "@smithy/middleware-stack": "^2.0.7", + "@smithy/node-config-provider": "^2.1.5", + "@smithy/node-http-handler": "^2.1.9", + "@smithy/protocol-http": "^3.0.9", + "@smithy/smithy-client": "^2.1.15", + "@smithy/types": "^2.5.0", + "@smithy/url-parser": "^2.0.13", + "@smithy/util-base64": "^2.0.1", "@smithy/util-body-length-browser": "^2.0.0", "@smithy/util-body-length-node": "^2.1.0", - "@smithy/util-defaults-mode-browser": "^2.0.16", - "@smithy/util-defaults-mode-node": "^2.0.21", - "@smithy/util-endpoints": "^1.0.2", - "@smithy/util-retry": "^2.0.5", - "@smithy/util-utf8": "^2.0.0", - "@smithy/util-waiter": "^2.0.12", + "@smithy/util-defaults-mode-browser": "^2.0.19", + "@smithy/util-defaults-mode-node": "^2.0.25", + "@smithy/util-endpoints": "^1.0.4", + "@smithy/util-retry": "^2.0.6", + "@smithy/util-utf8": "^2.0.2", + "@smithy/util-waiter": "^2.0.13", "tslib": "^2.5.0" }, "devDependencies": { diff --git a/clients/client-appstream/src/commands/AssociateAppBlockBuilderAppBlockCommand.ts b/clients/client-appstream/src/commands/AssociateAppBlockBuilderAppBlockCommand.ts index bb0ddb82c071..30e6242f8a20 100644 --- a/clients/client-appstream/src/commands/AssociateAppBlockBuilderAppBlockCommand.ts +++ b/clients/client-appstream/src/commands/AssociateAppBlockBuilderAppBlockCommand.ts @@ -94,9 +94,6 @@ export class AssociateAppBlockBuilderAppBlockCommand extends $Command< AssociateAppBlockBuilderAppBlockCommandOutput, AppStreamClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -110,9 +107,7 @@ export class AssociateAppBlockBuilderAppBlockCommand extends $Command< * @public */ constructor(readonly input: AssociateAppBlockBuilderAppBlockCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -171,7 +166,4 @@ export class AssociateAppBlockBuilderAppBlockCommand extends $Command< ): Promise { return de_AssociateAppBlockBuilderAppBlockCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-appstream/src/commands/AssociateApplicationFleetCommand.ts b/clients/client-appstream/src/commands/AssociateApplicationFleetCommand.ts index 36d508a8c884..4b68b375a31d 100644 --- a/clients/client-appstream/src/commands/AssociateApplicationFleetCommand.ts +++ b/clients/client-appstream/src/commands/AssociateApplicationFleetCommand.ts @@ -89,9 +89,6 @@ export class AssociateApplicationFleetCommand extends $Command< AssociateApplicationFleetCommandOutput, AppStreamClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -105,9 +102,7 @@ export class AssociateApplicationFleetCommand extends $Command< * @public */ constructor(readonly input: AssociateApplicationFleetCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -163,7 +158,4 @@ export class AssociateApplicationFleetCommand extends $Command< ): Promise { return de_AssociateApplicationFleetCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-appstream/src/commands/AssociateApplicationToEntitlementCommand.ts b/clients/client-appstream/src/commands/AssociateApplicationToEntitlementCommand.ts index b893e29c5911..24ba7a477889 100644 --- a/clients/client-appstream/src/commands/AssociateApplicationToEntitlementCommand.ts +++ b/clients/client-appstream/src/commands/AssociateApplicationToEntitlementCommand.ts @@ -87,9 +87,6 @@ export class AssociateApplicationToEntitlementCommand extends $Command< AssociateApplicationToEntitlementCommandOutput, AppStreamClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -103,9 +100,7 @@ export class AssociateApplicationToEntitlementCommand extends $Command< * @public */ constructor(readonly input: AssociateApplicationToEntitlementCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -164,7 +159,4 @@ export class AssociateApplicationToEntitlementCommand extends $Command< ): Promise { return de_AssociateApplicationToEntitlementCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-appstream/src/commands/AssociateFleetCommand.ts b/clients/client-appstream/src/commands/AssociateFleetCommand.ts index 67234101577c..881d2671fd76 100644 --- a/clients/client-appstream/src/commands/AssociateFleetCommand.ts +++ b/clients/client-appstream/src/commands/AssociateFleetCommand.ts @@ -87,9 +87,6 @@ export class AssociateFleetCommand extends $Command< AssociateFleetCommandOutput, AppStreamClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -103,9 +100,7 @@ export class AssociateFleetCommand extends $Command< * @public */ constructor(readonly input: AssociateFleetCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -158,7 +153,4 @@ export class AssociateFleetCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_AssociateFleetCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-appstream/src/commands/BatchAssociateUserStackCommand.ts b/clients/client-appstream/src/commands/BatchAssociateUserStackCommand.ts index a1eb9ccebf57..34fdf58acc4d 100644 --- a/clients/client-appstream/src/commands/BatchAssociateUserStackCommand.ts +++ b/clients/client-appstream/src/commands/BatchAssociateUserStackCommand.ts @@ -99,9 +99,6 @@ export class BatchAssociateUserStackCommand extends $Command< BatchAssociateUserStackCommandOutput, AppStreamClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -115,9 +112,7 @@ export class BatchAssociateUserStackCommand extends $Command< * @public */ constructor(readonly input: BatchAssociateUserStackCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -170,7 +165,4 @@ export class BatchAssociateUserStackCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_BatchAssociateUserStackCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-appstream/src/commands/BatchDisassociateUserStackCommand.ts b/clients/client-appstream/src/commands/BatchDisassociateUserStackCommand.ts index 31d8efed7bf9..e541deb7d158 100644 --- a/clients/client-appstream/src/commands/BatchDisassociateUserStackCommand.ts +++ b/clients/client-appstream/src/commands/BatchDisassociateUserStackCommand.ts @@ -99,9 +99,6 @@ export class BatchDisassociateUserStackCommand extends $Command< BatchDisassociateUserStackCommandOutput, AppStreamClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -115,9 +112,7 @@ export class BatchDisassociateUserStackCommand extends $Command< * @public */ constructor(readonly input: BatchDisassociateUserStackCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -173,7 +168,4 @@ export class BatchDisassociateUserStackCommand extends $Command< ): Promise { return de_BatchDisassociateUserStackCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-appstream/src/commands/CopyImageCommand.ts b/clients/client-appstream/src/commands/CopyImageCommand.ts index 24e6ca4cc6fc..cd231d997742 100644 --- a/clients/client-appstream/src/commands/CopyImageCommand.ts +++ b/clients/client-appstream/src/commands/CopyImageCommand.ts @@ -91,9 +91,6 @@ export class CopyImageCommand extends $Command< CopyImageCommandOutput, AppStreamClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -107,9 +104,7 @@ export class CopyImageCommand extends $Command< * @public */ constructor(readonly input: CopyImageCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -160,7 +155,4 @@ export class CopyImageCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CopyImageCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-appstream/src/commands/CreateAppBlockBuilderCommand.ts b/clients/client-appstream/src/commands/CreateAppBlockBuilderCommand.ts index c566ce5a562c..b8acd1a4fee9 100644 --- a/clients/client-appstream/src/commands/CreateAppBlockBuilderCommand.ts +++ b/clients/client-appstream/src/commands/CreateAppBlockBuilderCommand.ts @@ -159,9 +159,6 @@ export class CreateAppBlockBuilderCommand extends $Command< CreateAppBlockBuilderCommandOutput, AppStreamClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -175,9 +172,7 @@ export class CreateAppBlockBuilderCommand extends $Command< * @public */ constructor(readonly input: CreateAppBlockBuilderCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -230,7 +225,4 @@ export class CreateAppBlockBuilderCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateAppBlockBuilderCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-appstream/src/commands/CreateAppBlockBuilderStreamingURLCommand.ts b/clients/client-appstream/src/commands/CreateAppBlockBuilderStreamingURLCommand.ts index 11f2afb343a1..bce90b9b9991 100644 --- a/clients/client-appstream/src/commands/CreateAppBlockBuilderStreamingURLCommand.ts +++ b/clients/client-appstream/src/commands/CreateAppBlockBuilderStreamingURLCommand.ts @@ -83,9 +83,6 @@ export class CreateAppBlockBuilderStreamingURLCommand extends $Command< CreateAppBlockBuilderStreamingURLCommandOutput, AppStreamClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -99,9 +96,7 @@ export class CreateAppBlockBuilderStreamingURLCommand extends $Command< * @public */ constructor(readonly input: CreateAppBlockBuilderStreamingURLCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -160,7 +155,4 @@ export class CreateAppBlockBuilderStreamingURLCommand extends $Command< ): Promise { return de_CreateAppBlockBuilderStreamingURLCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-appstream/src/commands/CreateAppBlockCommand.ts b/clients/client-appstream/src/commands/CreateAppBlockCommand.ts index aa7280fc62a8..43456a6ee953 100644 --- a/clients/client-appstream/src/commands/CreateAppBlockCommand.ts +++ b/clients/client-appstream/src/commands/CreateAppBlockCommand.ts @@ -152,9 +152,6 @@ export class CreateAppBlockCommand extends $Command< CreateAppBlockCommandOutput, AppStreamClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -168,9 +165,7 @@ export class CreateAppBlockCommand extends $Command< * @public */ constructor(readonly input: CreateAppBlockCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -223,7 +218,4 @@ export class CreateAppBlockCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateAppBlockCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-appstream/src/commands/CreateApplicationCommand.ts b/clients/client-appstream/src/commands/CreateApplicationCommand.ts index 478373a5dd47..e7e9d83a74f6 100644 --- a/clients/client-appstream/src/commands/CreateApplicationCommand.ts +++ b/clients/client-appstream/src/commands/CreateApplicationCommand.ts @@ -135,9 +135,6 @@ export class CreateApplicationCommand extends $Command< CreateApplicationCommandOutput, AppStreamClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -151,9 +148,7 @@ export class CreateApplicationCommand extends $Command< * @public */ constructor(readonly input: CreateApplicationCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -206,7 +201,4 @@ export class CreateApplicationCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateApplicationCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-appstream/src/commands/CreateDirectoryConfigCommand.ts b/clients/client-appstream/src/commands/CreateDirectoryConfigCommand.ts index d14cd37b2314..e3cc672847b7 100644 --- a/clients/client-appstream/src/commands/CreateDirectoryConfigCommand.ts +++ b/clients/client-appstream/src/commands/CreateDirectoryConfigCommand.ts @@ -118,9 +118,6 @@ export class CreateDirectoryConfigCommand extends $Command< CreateDirectoryConfigCommandOutput, AppStreamClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -134,9 +131,7 @@ export class CreateDirectoryConfigCommand extends $Command< * @public */ constructor(readonly input: CreateDirectoryConfigCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -189,7 +184,4 @@ export class CreateDirectoryConfigCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateDirectoryConfigCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-appstream/src/commands/CreateEntitlementCommand.ts b/clients/client-appstream/src/commands/CreateEntitlementCommand.ts index 7b10e2d1a127..8ddd467fe551 100644 --- a/clients/client-appstream/src/commands/CreateEntitlementCommand.ts +++ b/clients/client-appstream/src/commands/CreateEntitlementCommand.ts @@ -109,9 +109,6 @@ export class CreateEntitlementCommand extends $Command< CreateEntitlementCommandOutput, AppStreamClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -125,9 +122,7 @@ export class CreateEntitlementCommand extends $Command< * @public */ constructor(readonly input: CreateEntitlementCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -180,7 +175,4 @@ export class CreateEntitlementCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateEntitlementCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-appstream/src/commands/CreateFleetCommand.ts b/clients/client-appstream/src/commands/CreateFleetCommand.ts index 2b69519923a3..44280af290a4 100644 --- a/clients/client-appstream/src/commands/CreateFleetCommand.ts +++ b/clients/client-appstream/src/commands/CreateFleetCommand.ts @@ -199,9 +199,6 @@ export class CreateFleetCommand extends $Command< CreateFleetCommandOutput, AppStreamClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -215,9 +212,7 @@ export class CreateFleetCommand extends $Command< * @public */ constructor(readonly input: CreateFleetCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -268,7 +263,4 @@ export class CreateFleetCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateFleetCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-appstream/src/commands/CreateImageBuilderCommand.ts b/clients/client-appstream/src/commands/CreateImageBuilderCommand.ts index 4ae071b117e1..f48ffe04d59b 100644 --- a/clients/client-appstream/src/commands/CreateImageBuilderCommand.ts +++ b/clients/client-appstream/src/commands/CreateImageBuilderCommand.ts @@ -179,9 +179,6 @@ export class CreateImageBuilderCommand extends $Command< CreateImageBuilderCommandOutput, AppStreamClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -195,9 +192,7 @@ export class CreateImageBuilderCommand extends $Command< * @public */ constructor(readonly input: CreateImageBuilderCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -250,7 +245,4 @@ export class CreateImageBuilderCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateImageBuilderCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-appstream/src/commands/CreateImageBuilderStreamingURLCommand.ts b/clients/client-appstream/src/commands/CreateImageBuilderStreamingURLCommand.ts index 4027732f6ae4..de5529d93e0e 100644 --- a/clients/client-appstream/src/commands/CreateImageBuilderStreamingURLCommand.ts +++ b/clients/client-appstream/src/commands/CreateImageBuilderStreamingURLCommand.ts @@ -83,9 +83,6 @@ export class CreateImageBuilderStreamingURLCommand extends $Command< CreateImageBuilderStreamingURLCommandOutput, AppStreamClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -99,9 +96,7 @@ export class CreateImageBuilderStreamingURLCommand extends $Command< * @public */ constructor(readonly input: CreateImageBuilderStreamingURLCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -160,7 +155,4 @@ export class CreateImageBuilderStreamingURLCommand extends $Command< ): Promise { return de_CreateImageBuilderStreamingURLCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-appstream/src/commands/CreateStackCommand.ts b/clients/client-appstream/src/commands/CreateStackCommand.ts index a3b03cd7d941..e6830e157b7c 100644 --- a/clients/client-appstream/src/commands/CreateStackCommand.ts +++ b/clients/client-appstream/src/commands/CreateStackCommand.ts @@ -175,9 +175,6 @@ export class CreateStackCommand extends $Command< CreateStackCommandOutput, AppStreamClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -191,9 +188,7 @@ export class CreateStackCommand extends $Command< * @public */ constructor(readonly input: CreateStackCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -244,7 +239,4 @@ export class CreateStackCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateStackCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-appstream/src/commands/CreateStreamingURLCommand.ts b/clients/client-appstream/src/commands/CreateStreamingURLCommand.ts index c97d578f9aee..40b5e0275446 100644 --- a/clients/client-appstream/src/commands/CreateStreamingURLCommand.ts +++ b/clients/client-appstream/src/commands/CreateStreamingURLCommand.ts @@ -88,9 +88,6 @@ export class CreateStreamingURLCommand extends $Command< CreateStreamingURLCommandOutput, AppStreamClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -104,9 +101,7 @@ export class CreateStreamingURLCommand extends $Command< * @public */ constructor(readonly input: CreateStreamingURLCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -159,7 +154,4 @@ export class CreateStreamingURLCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateStreamingURLCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-appstream/src/commands/CreateUpdatedImageCommand.ts b/clients/client-appstream/src/commands/CreateUpdatedImageCommand.ts index 8b323adbdcda..69d9f43a3016 100644 --- a/clients/client-appstream/src/commands/CreateUpdatedImageCommand.ts +++ b/clients/client-appstream/src/commands/CreateUpdatedImageCommand.ts @@ -158,9 +158,6 @@ export class CreateUpdatedImageCommand extends $Command< CreateUpdatedImageCommandOutput, AppStreamClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -174,9 +171,7 @@ export class CreateUpdatedImageCommand extends $Command< * @public */ constructor(readonly input: CreateUpdatedImageCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -229,7 +224,4 @@ export class CreateUpdatedImageCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateUpdatedImageCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-appstream/src/commands/CreateUsageReportSubscriptionCommand.ts b/clients/client-appstream/src/commands/CreateUsageReportSubscriptionCommand.ts index 34bff7bbbeb1..10041680b089 100644 --- a/clients/client-appstream/src/commands/CreateUsageReportSubscriptionCommand.ts +++ b/clients/client-appstream/src/commands/CreateUsageReportSubscriptionCommand.ts @@ -83,9 +83,6 @@ export class CreateUsageReportSubscriptionCommand extends $Command< CreateUsageReportSubscriptionCommandOutput, AppStreamClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -99,9 +96,7 @@ export class CreateUsageReportSubscriptionCommand extends $Command< * @public */ constructor(readonly input: CreateUsageReportSubscriptionCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -157,7 +152,4 @@ export class CreateUsageReportSubscriptionCommand extends $Command< ): Promise { return de_CreateUsageReportSubscriptionCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-appstream/src/commands/CreateUserCommand.ts b/clients/client-appstream/src/commands/CreateUserCommand.ts index 2645d43ed5d2..a8f4d44c900d 100644 --- a/clients/client-appstream/src/commands/CreateUserCommand.ts +++ b/clients/client-appstream/src/commands/CreateUserCommand.ts @@ -87,9 +87,6 @@ export class CreateUserCommand extends $Command< CreateUserCommandOutput, AppStreamClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -103,9 +100,7 @@ export class CreateUserCommand extends $Command< * @public */ constructor(readonly input: CreateUserCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -156,7 +151,4 @@ export class CreateUserCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateUserCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-appstream/src/commands/DeleteAppBlockBuilderCommand.ts b/clients/client-appstream/src/commands/DeleteAppBlockBuilderCommand.ts index 7e2ce02007d8..18bdafedcee7 100644 --- a/clients/client-appstream/src/commands/DeleteAppBlockBuilderCommand.ts +++ b/clients/client-appstream/src/commands/DeleteAppBlockBuilderCommand.ts @@ -82,9 +82,6 @@ export class DeleteAppBlockBuilderCommand extends $Command< DeleteAppBlockBuilderCommandOutput, AppStreamClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -98,9 +95,7 @@ export class DeleteAppBlockBuilderCommand extends $Command< * @public */ constructor(readonly input: DeleteAppBlockBuilderCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -153,7 +148,4 @@ export class DeleteAppBlockBuilderCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteAppBlockBuilderCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-appstream/src/commands/DeleteAppBlockCommand.ts b/clients/client-appstream/src/commands/DeleteAppBlockCommand.ts index 6b27abb61336..094a0c3c8fda 100644 --- a/clients/client-appstream/src/commands/DeleteAppBlockCommand.ts +++ b/clients/client-appstream/src/commands/DeleteAppBlockCommand.ts @@ -77,9 +77,6 @@ export class DeleteAppBlockCommand extends $Command< DeleteAppBlockCommandOutput, AppStreamClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -93,9 +90,7 @@ export class DeleteAppBlockCommand extends $Command< * @public */ constructor(readonly input: DeleteAppBlockCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -148,7 +143,4 @@ export class DeleteAppBlockCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteAppBlockCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-appstream/src/commands/DeleteApplicationCommand.ts b/clients/client-appstream/src/commands/DeleteApplicationCommand.ts index 80b9f5086014..c6cc66aa1a4f 100644 --- a/clients/client-appstream/src/commands/DeleteApplicationCommand.ts +++ b/clients/client-appstream/src/commands/DeleteApplicationCommand.ts @@ -80,9 +80,6 @@ export class DeleteApplicationCommand extends $Command< DeleteApplicationCommandOutput, AppStreamClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -96,9 +93,7 @@ export class DeleteApplicationCommand extends $Command< * @public */ constructor(readonly input: DeleteApplicationCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -151,7 +146,4 @@ export class DeleteApplicationCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteApplicationCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-appstream/src/commands/DeleteDirectoryConfigCommand.ts b/clients/client-appstream/src/commands/DeleteDirectoryConfigCommand.ts index e0dbe28d45c5..226a304a8e96 100644 --- a/clients/client-appstream/src/commands/DeleteDirectoryConfigCommand.ts +++ b/clients/client-appstream/src/commands/DeleteDirectoryConfigCommand.ts @@ -74,9 +74,6 @@ export class DeleteDirectoryConfigCommand extends $Command< DeleteDirectoryConfigCommandOutput, AppStreamClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -90,9 +87,7 @@ export class DeleteDirectoryConfigCommand extends $Command< * @public */ constructor(readonly input: DeleteDirectoryConfigCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -145,7 +140,4 @@ export class DeleteDirectoryConfigCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteDirectoryConfigCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-appstream/src/commands/DeleteEntitlementCommand.ts b/clients/client-appstream/src/commands/DeleteEntitlementCommand.ts index 4bcfc5399e9d..1de8ecb4abd0 100644 --- a/clients/client-appstream/src/commands/DeleteEntitlementCommand.ts +++ b/clients/client-appstream/src/commands/DeleteEntitlementCommand.ts @@ -81,9 +81,6 @@ export class DeleteEntitlementCommand extends $Command< DeleteEntitlementCommandOutput, AppStreamClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -97,9 +94,7 @@ export class DeleteEntitlementCommand extends $Command< * @public */ constructor(readonly input: DeleteEntitlementCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -152,7 +147,4 @@ export class DeleteEntitlementCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteEntitlementCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-appstream/src/commands/DeleteFleetCommand.ts b/clients/client-appstream/src/commands/DeleteFleetCommand.ts index ac77098bf563..722fc34dd327 100644 --- a/clients/client-appstream/src/commands/DeleteFleetCommand.ts +++ b/clients/client-appstream/src/commands/DeleteFleetCommand.ts @@ -77,9 +77,6 @@ export class DeleteFleetCommand extends $Command< DeleteFleetCommandOutput, AppStreamClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -93,9 +90,7 @@ export class DeleteFleetCommand extends $Command< * @public */ constructor(readonly input: DeleteFleetCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -146,7 +141,4 @@ export class DeleteFleetCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteFleetCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-appstream/src/commands/DeleteImageBuilderCommand.ts b/clients/client-appstream/src/commands/DeleteImageBuilderCommand.ts index 5f2c55804153..2da6df076ff7 100644 --- a/clients/client-appstream/src/commands/DeleteImageBuilderCommand.ts +++ b/clients/client-appstream/src/commands/DeleteImageBuilderCommand.ts @@ -125,9 +125,6 @@ export class DeleteImageBuilderCommand extends $Command< DeleteImageBuilderCommandOutput, AppStreamClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -141,9 +138,7 @@ export class DeleteImageBuilderCommand extends $Command< * @public */ constructor(readonly input: DeleteImageBuilderCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -196,7 +191,4 @@ export class DeleteImageBuilderCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteImageBuilderCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-appstream/src/commands/DeleteImageCommand.ts b/clients/client-appstream/src/commands/DeleteImageCommand.ts index f1fb46cad228..60442b4d53f6 100644 --- a/clients/client-appstream/src/commands/DeleteImageCommand.ts +++ b/clients/client-appstream/src/commands/DeleteImageCommand.ts @@ -140,9 +140,6 @@ export class DeleteImageCommand extends $Command< DeleteImageCommandOutput, AppStreamClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -156,9 +153,7 @@ export class DeleteImageCommand extends $Command< * @public */ constructor(readonly input: DeleteImageCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -209,7 +204,4 @@ export class DeleteImageCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteImageCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-appstream/src/commands/DeleteImagePermissionsCommand.ts b/clients/client-appstream/src/commands/DeleteImagePermissionsCommand.ts index 569a1fe535d8..cd4a524445e5 100644 --- a/clients/client-appstream/src/commands/DeleteImagePermissionsCommand.ts +++ b/clients/client-appstream/src/commands/DeleteImagePermissionsCommand.ts @@ -75,9 +75,6 @@ export class DeleteImagePermissionsCommand extends $Command< DeleteImagePermissionsCommandOutput, AppStreamClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -91,9 +88,7 @@ export class DeleteImagePermissionsCommand extends $Command< * @public */ constructor(readonly input: DeleteImagePermissionsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -146,7 +141,4 @@ export class DeleteImagePermissionsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteImagePermissionsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-appstream/src/commands/DeleteStackCommand.ts b/clients/client-appstream/src/commands/DeleteStackCommand.ts index 1037ba8135be..16b27336f9ac 100644 --- a/clients/client-appstream/src/commands/DeleteStackCommand.ts +++ b/clients/client-appstream/src/commands/DeleteStackCommand.ts @@ -80,9 +80,6 @@ export class DeleteStackCommand extends $Command< DeleteStackCommandOutput, AppStreamClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -96,9 +93,7 @@ export class DeleteStackCommand extends $Command< * @public */ constructor(readonly input: DeleteStackCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -149,7 +144,4 @@ export class DeleteStackCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteStackCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-appstream/src/commands/DeleteUsageReportSubscriptionCommand.ts b/clients/client-appstream/src/commands/DeleteUsageReportSubscriptionCommand.ts index a80bfd3a66b3..ed1f0d7a044e 100644 --- a/clients/client-appstream/src/commands/DeleteUsageReportSubscriptionCommand.ts +++ b/clients/client-appstream/src/commands/DeleteUsageReportSubscriptionCommand.ts @@ -77,9 +77,6 @@ export class DeleteUsageReportSubscriptionCommand extends $Command< DeleteUsageReportSubscriptionCommandOutput, AppStreamClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -93,9 +90,7 @@ export class DeleteUsageReportSubscriptionCommand extends $Command< * @public */ constructor(readonly input: DeleteUsageReportSubscriptionCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -151,7 +146,4 @@ export class DeleteUsageReportSubscriptionCommand extends $Command< ): Promise { return de_DeleteUsageReportSubscriptionCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-appstream/src/commands/DeleteUserCommand.ts b/clients/client-appstream/src/commands/DeleteUserCommand.ts index 4d58ecae60dd..bd3374255c18 100644 --- a/clients/client-appstream/src/commands/DeleteUserCommand.ts +++ b/clients/client-appstream/src/commands/DeleteUserCommand.ts @@ -72,9 +72,6 @@ export class DeleteUserCommand extends $Command< DeleteUserCommandOutput, AppStreamClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -88,9 +85,7 @@ export class DeleteUserCommand extends $Command< * @public */ constructor(readonly input: DeleteUserCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -141,7 +136,4 @@ export class DeleteUserCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteUserCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-appstream/src/commands/DescribeAppBlockBuilderAppBlockAssociationsCommand.ts b/clients/client-appstream/src/commands/DescribeAppBlockBuilderAppBlockAssociationsCommand.ts index b80a4992f38d..364ea9673749 100644 --- a/clients/client-appstream/src/commands/DescribeAppBlockBuilderAppBlockAssociationsCommand.ts +++ b/clients/client-appstream/src/commands/DescribeAppBlockBuilderAppBlockAssociationsCommand.ts @@ -94,9 +94,6 @@ export class DescribeAppBlockBuilderAppBlockAssociationsCommand extends $Command DescribeAppBlockBuilderAppBlockAssociationsCommandOutput, AppStreamClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -110,9 +107,7 @@ export class DescribeAppBlockBuilderAppBlockAssociationsCommand extends $Command * @public */ constructor(readonly input: DescribeAppBlockBuilderAppBlockAssociationsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -177,7 +172,4 @@ export class DescribeAppBlockBuilderAppBlockAssociationsCommand extends $Command ): Promise { return de_DescribeAppBlockBuilderAppBlockAssociationsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-appstream/src/commands/DescribeAppBlockBuildersCommand.ts b/clients/client-appstream/src/commands/DescribeAppBlockBuildersCommand.ts index a288628a5f5e..d0045c86c001 100644 --- a/clients/client-appstream/src/commands/DescribeAppBlockBuildersCommand.ts +++ b/clients/client-appstream/src/commands/DescribeAppBlockBuildersCommand.ts @@ -119,9 +119,6 @@ export class DescribeAppBlockBuildersCommand extends $Command< DescribeAppBlockBuildersCommandOutput, AppStreamClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -135,9 +132,7 @@ export class DescribeAppBlockBuildersCommand extends $Command< * @public */ constructor(readonly input: DescribeAppBlockBuildersCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -190,7 +185,4 @@ export class DescribeAppBlockBuildersCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DescribeAppBlockBuildersCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-appstream/src/commands/DescribeAppBlocksCommand.ts b/clients/client-appstream/src/commands/DescribeAppBlocksCommand.ts index f26814dd30f9..8a61ec4900e0 100644 --- a/clients/client-appstream/src/commands/DescribeAppBlocksCommand.ts +++ b/clients/client-appstream/src/commands/DescribeAppBlocksCommand.ts @@ -119,9 +119,6 @@ export class DescribeAppBlocksCommand extends $Command< DescribeAppBlocksCommandOutput, AppStreamClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -135,9 +132,7 @@ export class DescribeAppBlocksCommand extends $Command< * @public */ constructor(readonly input: DescribeAppBlocksCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -190,7 +185,4 @@ export class DescribeAppBlocksCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DescribeAppBlocksCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-appstream/src/commands/DescribeApplicationFleetAssociationsCommand.ts b/clients/client-appstream/src/commands/DescribeApplicationFleetAssociationsCommand.ts index eb84993e59f4..bce2a7815b03 100644 --- a/clients/client-appstream/src/commands/DescribeApplicationFleetAssociationsCommand.ts +++ b/clients/client-appstream/src/commands/DescribeApplicationFleetAssociationsCommand.ts @@ -93,9 +93,6 @@ export class DescribeApplicationFleetAssociationsCommand extends $Command< DescribeApplicationFleetAssociationsCommandOutput, AppStreamClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -109,9 +106,7 @@ export class DescribeApplicationFleetAssociationsCommand extends $Command< * @public */ constructor(readonly input: DescribeApplicationFleetAssociationsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -170,7 +165,4 @@ export class DescribeApplicationFleetAssociationsCommand extends $Command< ): Promise { return de_DescribeApplicationFleetAssociationsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-appstream/src/commands/DescribeApplicationsCommand.ts b/clients/client-appstream/src/commands/DescribeApplicationsCommand.ts index 25dc08d2dd6b..d999f736db1d 100644 --- a/clients/client-appstream/src/commands/DescribeApplicationsCommand.ts +++ b/clients/client-appstream/src/commands/DescribeApplicationsCommand.ts @@ -108,9 +108,6 @@ export class DescribeApplicationsCommand extends $Command< DescribeApplicationsCommandOutput, AppStreamClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -124,9 +121,7 @@ export class DescribeApplicationsCommand extends $Command< * @public */ constructor(readonly input: DescribeApplicationsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -179,7 +174,4 @@ export class DescribeApplicationsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DescribeApplicationsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-appstream/src/commands/DescribeDirectoryConfigsCommand.ts b/clients/client-appstream/src/commands/DescribeDirectoryConfigsCommand.ts index 1d1646123376..84ec37ff8a70 100644 --- a/clients/client-appstream/src/commands/DescribeDirectoryConfigsCommand.ts +++ b/clients/client-appstream/src/commands/DescribeDirectoryConfigsCommand.ts @@ -100,9 +100,6 @@ export class DescribeDirectoryConfigsCommand extends $Command< DescribeDirectoryConfigsCommandOutput, AppStreamClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -116,9 +113,7 @@ export class DescribeDirectoryConfigsCommand extends $Command< * @public */ constructor(readonly input: DescribeDirectoryConfigsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -171,7 +166,4 @@ export class DescribeDirectoryConfigsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DescribeDirectoryConfigsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-appstream/src/commands/DescribeEntitlementsCommand.ts b/clients/client-appstream/src/commands/DescribeEntitlementsCommand.ts index e6fde4da900d..b4fb7e10f37e 100644 --- a/clients/client-appstream/src/commands/DescribeEntitlementsCommand.ts +++ b/clients/client-appstream/src/commands/DescribeEntitlementsCommand.ts @@ -98,9 +98,6 @@ export class DescribeEntitlementsCommand extends $Command< DescribeEntitlementsCommandOutput, AppStreamClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -114,9 +111,7 @@ export class DescribeEntitlementsCommand extends $Command< * @public */ constructor(readonly input: DescribeEntitlementsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -169,7 +164,4 @@ export class DescribeEntitlementsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DescribeEntitlementsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-appstream/src/commands/DescribeFleetsCommand.ts b/clients/client-appstream/src/commands/DescribeFleetsCommand.ts index 37fb0bff8518..51fa0a29255a 100644 --- a/clients/client-appstream/src/commands/DescribeFleetsCommand.ts +++ b/clients/client-appstream/src/commands/DescribeFleetsCommand.ts @@ -134,9 +134,6 @@ export class DescribeFleetsCommand extends $Command< DescribeFleetsCommandOutput, AppStreamClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -150,9 +147,7 @@ export class DescribeFleetsCommand extends $Command< * @public */ constructor(readonly input: DescribeFleetsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -205,7 +200,4 @@ export class DescribeFleetsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DescribeFleetsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-appstream/src/commands/DescribeImageBuildersCommand.ts b/clients/client-appstream/src/commands/DescribeImageBuildersCommand.ts index 5d1565b16b83..0cdb3400a430 100644 --- a/clients/client-appstream/src/commands/DescribeImageBuildersCommand.ts +++ b/clients/client-appstream/src/commands/DescribeImageBuildersCommand.ts @@ -126,9 +126,6 @@ export class DescribeImageBuildersCommand extends $Command< DescribeImageBuildersCommandOutput, AppStreamClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -142,9 +139,7 @@ export class DescribeImageBuildersCommand extends $Command< * @public */ constructor(readonly input: DescribeImageBuildersCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -197,7 +192,4 @@ export class DescribeImageBuildersCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DescribeImageBuildersCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-appstream/src/commands/DescribeImagePermissionsCommand.ts b/clients/client-appstream/src/commands/DescribeImagePermissionsCommand.ts index e5c0ba5c7de3..d4570c92f0b4 100644 --- a/clients/client-appstream/src/commands/DescribeImagePermissionsCommand.ts +++ b/clients/client-appstream/src/commands/DescribeImagePermissionsCommand.ts @@ -88,9 +88,6 @@ export class DescribeImagePermissionsCommand extends $Command< DescribeImagePermissionsCommandOutput, AppStreamClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -104,9 +101,7 @@ export class DescribeImagePermissionsCommand extends $Command< * @public */ constructor(readonly input: DescribeImagePermissionsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -159,7 +154,4 @@ export class DescribeImagePermissionsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DescribeImagePermissionsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-appstream/src/commands/DescribeImagesCommand.ts b/clients/client-appstream/src/commands/DescribeImagesCommand.ts index 2c1153ffc331..e588091ff2f9 100644 --- a/clients/client-appstream/src/commands/DescribeImagesCommand.ts +++ b/clients/client-appstream/src/commands/DescribeImagesCommand.ts @@ -144,9 +144,6 @@ export class DescribeImagesCommand extends $Command< DescribeImagesCommandOutput, AppStreamClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -160,9 +157,7 @@ export class DescribeImagesCommand extends $Command< * @public */ constructor(readonly input: DescribeImagesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -215,7 +210,4 @@ export class DescribeImagesCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DescribeImagesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-appstream/src/commands/DescribeSessionsCommand.ts b/clients/client-appstream/src/commands/DescribeSessionsCommand.ts index 5e770093d8e7..c7cb0279760d 100644 --- a/clients/client-appstream/src/commands/DescribeSessionsCommand.ts +++ b/clients/client-appstream/src/commands/DescribeSessionsCommand.ts @@ -99,9 +99,6 @@ export class DescribeSessionsCommand extends $Command< DescribeSessionsCommandOutput, AppStreamClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -115,9 +112,7 @@ export class DescribeSessionsCommand extends $Command< * @public */ constructor(readonly input: DescribeSessionsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -170,7 +165,4 @@ export class DescribeSessionsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DescribeSessionsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-appstream/src/commands/DescribeStacksCommand.ts b/clients/client-appstream/src/commands/DescribeStacksCommand.ts index 4bfe9201bb58..038eb4285065 100644 --- a/clients/client-appstream/src/commands/DescribeStacksCommand.ts +++ b/clients/client-appstream/src/commands/DescribeStacksCommand.ts @@ -125,9 +125,6 @@ export class DescribeStacksCommand extends $Command< DescribeStacksCommandOutput, AppStreamClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -141,9 +138,7 @@ export class DescribeStacksCommand extends $Command< * @public */ constructor(readonly input: DescribeStacksCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -196,7 +191,4 @@ export class DescribeStacksCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DescribeStacksCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-appstream/src/commands/DescribeUsageReportSubscriptionsCommand.ts b/clients/client-appstream/src/commands/DescribeUsageReportSubscriptionsCommand.ts index 744f42998fe3..7fa2726610a4 100644 --- a/clients/client-appstream/src/commands/DescribeUsageReportSubscriptionsCommand.ts +++ b/clients/client-appstream/src/commands/DescribeUsageReportSubscriptionsCommand.ts @@ -95,9 +95,6 @@ export class DescribeUsageReportSubscriptionsCommand extends $Command< DescribeUsageReportSubscriptionsCommandOutput, AppStreamClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -111,9 +108,7 @@ export class DescribeUsageReportSubscriptionsCommand extends $Command< * @public */ constructor(readonly input: DescribeUsageReportSubscriptionsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -172,7 +167,4 @@ export class DescribeUsageReportSubscriptionsCommand extends $Command< ): Promise { return de_DescribeUsageReportSubscriptionsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-appstream/src/commands/DescribeUserStackAssociationsCommand.ts b/clients/client-appstream/src/commands/DescribeUserStackAssociationsCommand.ts index dcfc09885972..edf1b6003a4f 100644 --- a/clients/client-appstream/src/commands/DescribeUserStackAssociationsCommand.ts +++ b/clients/client-appstream/src/commands/DescribeUserStackAssociationsCommand.ts @@ -106,9 +106,6 @@ export class DescribeUserStackAssociationsCommand extends $Command< DescribeUserStackAssociationsCommandOutput, AppStreamClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -122,9 +119,7 @@ export class DescribeUserStackAssociationsCommand extends $Command< * @public */ constructor(readonly input: DescribeUserStackAssociationsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -180,7 +175,4 @@ export class DescribeUserStackAssociationsCommand extends $Command< ): Promise { return de_DescribeUserStackAssociationsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-appstream/src/commands/DescribeUsersCommand.ts b/clients/client-appstream/src/commands/DescribeUsersCommand.ts index bf817ac655db..9663a613c590 100644 --- a/clients/client-appstream/src/commands/DescribeUsersCommand.ts +++ b/clients/client-appstream/src/commands/DescribeUsersCommand.ts @@ -93,9 +93,6 @@ export class DescribeUsersCommand extends $Command< DescribeUsersCommandOutput, AppStreamClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -109,9 +106,7 @@ export class DescribeUsersCommand extends $Command< * @public */ constructor(readonly input: DescribeUsersCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -162,7 +157,4 @@ export class DescribeUsersCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DescribeUsersCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-appstream/src/commands/DisableUserCommand.ts b/clients/client-appstream/src/commands/DisableUserCommand.ts index 6b21a1c0d6f2..0af8e0d625c1 100644 --- a/clients/client-appstream/src/commands/DisableUserCommand.ts +++ b/clients/client-appstream/src/commands/DisableUserCommand.ts @@ -72,9 +72,6 @@ export class DisableUserCommand extends $Command< DisableUserCommandOutput, AppStreamClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -88,9 +85,7 @@ export class DisableUserCommand extends $Command< * @public */ constructor(readonly input: DisableUserCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -141,7 +136,4 @@ export class DisableUserCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DisableUserCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-appstream/src/commands/DisassociateAppBlockBuilderAppBlockCommand.ts b/clients/client-appstream/src/commands/DisassociateAppBlockBuilderAppBlockCommand.ts index 3b9639e39236..32bb0cc35610 100644 --- a/clients/client-appstream/src/commands/DisassociateAppBlockBuilderAppBlockCommand.ts +++ b/clients/client-appstream/src/commands/DisassociateAppBlockBuilderAppBlockCommand.ts @@ -89,9 +89,6 @@ export class DisassociateAppBlockBuilderAppBlockCommand extends $Command< DisassociateAppBlockBuilderAppBlockCommandOutput, AppStreamClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -105,9 +102,7 @@ export class DisassociateAppBlockBuilderAppBlockCommand extends $Command< * @public */ constructor(readonly input: DisassociateAppBlockBuilderAppBlockCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -166,7 +161,4 @@ export class DisassociateAppBlockBuilderAppBlockCommand extends $Command< ): Promise { return de_DisassociateAppBlockBuilderAppBlockCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-appstream/src/commands/DisassociateApplicationFleetCommand.ts b/clients/client-appstream/src/commands/DisassociateApplicationFleetCommand.ts index b306c5573e28..ae636bd83786 100644 --- a/clients/client-appstream/src/commands/DisassociateApplicationFleetCommand.ts +++ b/clients/client-appstream/src/commands/DisassociateApplicationFleetCommand.ts @@ -83,9 +83,6 @@ export class DisassociateApplicationFleetCommand extends $Command< DisassociateApplicationFleetCommandOutput, AppStreamClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -99,9 +96,7 @@ export class DisassociateApplicationFleetCommand extends $Command< * @public */ constructor(readonly input: DisassociateApplicationFleetCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -157,7 +152,4 @@ export class DisassociateApplicationFleetCommand extends $Command< ): Promise { return de_DisassociateApplicationFleetCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-appstream/src/commands/DisassociateApplicationFromEntitlementCommand.ts b/clients/client-appstream/src/commands/DisassociateApplicationFromEntitlementCommand.ts index a5e5fb870cf7..4015505ba363 100644 --- a/clients/client-appstream/src/commands/DisassociateApplicationFromEntitlementCommand.ts +++ b/clients/client-appstream/src/commands/DisassociateApplicationFromEntitlementCommand.ts @@ -88,9 +88,6 @@ export class DisassociateApplicationFromEntitlementCommand extends $Command< DisassociateApplicationFromEntitlementCommandOutput, AppStreamClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -104,9 +101,7 @@ export class DisassociateApplicationFromEntitlementCommand extends $Command< * @public */ constructor(readonly input: DisassociateApplicationFromEntitlementCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -165,7 +160,4 @@ export class DisassociateApplicationFromEntitlementCommand extends $Command< ): Promise { return de_DisassociateApplicationFromEntitlementCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-appstream/src/commands/DisassociateFleetCommand.ts b/clients/client-appstream/src/commands/DisassociateFleetCommand.ts index 4028ab1e2da0..7fc64d3024d3 100644 --- a/clients/client-appstream/src/commands/DisassociateFleetCommand.ts +++ b/clients/client-appstream/src/commands/DisassociateFleetCommand.ts @@ -81,9 +81,6 @@ export class DisassociateFleetCommand extends $Command< DisassociateFleetCommandOutput, AppStreamClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -97,9 +94,7 @@ export class DisassociateFleetCommand extends $Command< * @public */ constructor(readonly input: DisassociateFleetCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -152,7 +147,4 @@ export class DisassociateFleetCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DisassociateFleetCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-appstream/src/commands/EnableUserCommand.ts b/clients/client-appstream/src/commands/EnableUserCommand.ts index 2d5c8293dff7..8f380d95cc2b 100644 --- a/clients/client-appstream/src/commands/EnableUserCommand.ts +++ b/clients/client-appstream/src/commands/EnableUserCommand.ts @@ -75,9 +75,6 @@ export class EnableUserCommand extends $Command< EnableUserCommandOutput, AppStreamClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -91,9 +88,7 @@ export class EnableUserCommand extends $Command< * @public */ constructor(readonly input: EnableUserCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -144,7 +139,4 @@ export class EnableUserCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_EnableUserCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-appstream/src/commands/ExpireSessionCommand.ts b/clients/client-appstream/src/commands/ExpireSessionCommand.ts index 84a51be5e141..b5bdca1be707 100644 --- a/clients/client-appstream/src/commands/ExpireSessionCommand.ts +++ b/clients/client-appstream/src/commands/ExpireSessionCommand.ts @@ -68,9 +68,6 @@ export class ExpireSessionCommand extends $Command< ExpireSessionCommandOutput, AppStreamClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -84,9 +81,7 @@ export class ExpireSessionCommand extends $Command< * @public */ constructor(readonly input: ExpireSessionCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -137,7 +132,4 @@ export class ExpireSessionCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ExpireSessionCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-appstream/src/commands/ListAssociatedFleetsCommand.ts b/clients/client-appstream/src/commands/ListAssociatedFleetsCommand.ts index 6ad4f8ea0bb7..c3d0876f3ac1 100644 --- a/clients/client-appstream/src/commands/ListAssociatedFleetsCommand.ts +++ b/clients/client-appstream/src/commands/ListAssociatedFleetsCommand.ts @@ -74,9 +74,6 @@ export class ListAssociatedFleetsCommand extends $Command< ListAssociatedFleetsCommandOutput, AppStreamClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -90,9 +87,7 @@ export class ListAssociatedFleetsCommand extends $Command< * @public */ constructor(readonly input: ListAssociatedFleetsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -145,7 +140,4 @@ export class ListAssociatedFleetsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListAssociatedFleetsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-appstream/src/commands/ListAssociatedStacksCommand.ts b/clients/client-appstream/src/commands/ListAssociatedStacksCommand.ts index 5a60ca2040a6..a2660925687f 100644 --- a/clients/client-appstream/src/commands/ListAssociatedStacksCommand.ts +++ b/clients/client-appstream/src/commands/ListAssociatedStacksCommand.ts @@ -74,9 +74,6 @@ export class ListAssociatedStacksCommand extends $Command< ListAssociatedStacksCommandOutput, AppStreamClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -90,9 +87,7 @@ export class ListAssociatedStacksCommand extends $Command< * @public */ constructor(readonly input: ListAssociatedStacksCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -145,7 +140,4 @@ export class ListAssociatedStacksCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListAssociatedStacksCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-appstream/src/commands/ListEntitledApplicationsCommand.ts b/clients/client-appstream/src/commands/ListEntitledApplicationsCommand.ts index 73dead22f667..7ed1f1f60704 100644 --- a/clients/client-appstream/src/commands/ListEntitledApplicationsCommand.ts +++ b/clients/client-appstream/src/commands/ListEntitledApplicationsCommand.ts @@ -87,9 +87,6 @@ export class ListEntitledApplicationsCommand extends $Command< ListEntitledApplicationsCommandOutput, AppStreamClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -103,9 +100,7 @@ export class ListEntitledApplicationsCommand extends $Command< * @public */ constructor(readonly input: ListEntitledApplicationsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -158,7 +153,4 @@ export class ListEntitledApplicationsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListEntitledApplicationsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-appstream/src/commands/ListTagsForResourceCommand.ts b/clients/client-appstream/src/commands/ListTagsForResourceCommand.ts index 65ce66118119..69f3f88e5d14 100644 --- a/clients/client-appstream/src/commands/ListTagsForResourceCommand.ts +++ b/clients/client-appstream/src/commands/ListTagsForResourceCommand.ts @@ -76,9 +76,6 @@ export class ListTagsForResourceCommand extends $Command< ListTagsForResourceCommandOutput, AppStreamClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -92,9 +89,7 @@ export class ListTagsForResourceCommand extends $Command< * @public */ constructor(readonly input: ListTagsForResourceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -147,7 +142,4 @@ export class ListTagsForResourceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListTagsForResourceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-appstream/src/commands/StartAppBlockBuilderCommand.ts b/clients/client-appstream/src/commands/StartAppBlockBuilderCommand.ts index b4e0314ccc18..2c43b4839331 100644 --- a/clients/client-appstream/src/commands/StartAppBlockBuilderCommand.ts +++ b/clients/client-appstream/src/commands/StartAppBlockBuilderCommand.ts @@ -131,9 +131,6 @@ export class StartAppBlockBuilderCommand extends $Command< StartAppBlockBuilderCommandOutput, AppStreamClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -147,9 +144,7 @@ export class StartAppBlockBuilderCommand extends $Command< * @public */ constructor(readonly input: StartAppBlockBuilderCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -202,7 +197,4 @@ export class StartAppBlockBuilderCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_StartAppBlockBuilderCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-appstream/src/commands/StartFleetCommand.ts b/clients/client-appstream/src/commands/StartFleetCommand.ts index 8bf1d282f7d9..8ccc1b45c944 100644 --- a/clients/client-appstream/src/commands/StartFleetCommand.ts +++ b/clients/client-appstream/src/commands/StartFleetCommand.ts @@ -92,9 +92,6 @@ export class StartFleetCommand extends $Command< StartFleetCommandOutput, AppStreamClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -108,9 +105,7 @@ export class StartFleetCommand extends $Command< * @public */ constructor(readonly input: StartFleetCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -161,7 +156,4 @@ export class StartFleetCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_StartFleetCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-appstream/src/commands/StartImageBuilderCommand.ts b/clients/client-appstream/src/commands/StartImageBuilderCommand.ts index 911397c39f44..fc3d8cd14ab9 100644 --- a/clients/client-appstream/src/commands/StartImageBuilderCommand.ts +++ b/clients/client-appstream/src/commands/StartImageBuilderCommand.ts @@ -132,9 +132,6 @@ export class StartImageBuilderCommand extends $Command< StartImageBuilderCommandOutput, AppStreamClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -148,9 +145,7 @@ export class StartImageBuilderCommand extends $Command< * @public */ constructor(readonly input: StartImageBuilderCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -203,7 +198,4 @@ export class StartImageBuilderCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_StartImageBuilderCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-appstream/src/commands/StopAppBlockBuilderCommand.ts b/clients/client-appstream/src/commands/StopAppBlockBuilderCommand.ts index 15906e9d8943..c6398eed8546 100644 --- a/clients/client-appstream/src/commands/StopAppBlockBuilderCommand.ts +++ b/clients/client-appstream/src/commands/StopAppBlockBuilderCommand.ts @@ -117,9 +117,6 @@ export class StopAppBlockBuilderCommand extends $Command< StopAppBlockBuilderCommandOutput, AppStreamClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -133,9 +130,7 @@ export class StopAppBlockBuilderCommand extends $Command< * @public */ constructor(readonly input: StopAppBlockBuilderCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -188,7 +183,4 @@ export class StopAppBlockBuilderCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_StopAppBlockBuilderCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-appstream/src/commands/StopFleetCommand.ts b/clients/client-appstream/src/commands/StopFleetCommand.ts index 2d6ab33640b5..2b0d74f2490d 100644 --- a/clients/client-appstream/src/commands/StopFleetCommand.ts +++ b/clients/client-appstream/src/commands/StopFleetCommand.ts @@ -74,9 +74,6 @@ export class StopFleetCommand extends $Command< StopFleetCommandOutput, AppStreamClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -90,9 +87,7 @@ export class StopFleetCommand extends $Command< * @public */ constructor(readonly input: StopFleetCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -143,7 +138,4 @@ export class StopFleetCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_StopFleetCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-appstream/src/commands/StopImageBuilderCommand.ts b/clients/client-appstream/src/commands/StopImageBuilderCommand.ts index 0e21aff633f5..72cd4597f614 100644 --- a/clients/client-appstream/src/commands/StopImageBuilderCommand.ts +++ b/clients/client-appstream/src/commands/StopImageBuilderCommand.ts @@ -125,9 +125,6 @@ export class StopImageBuilderCommand extends $Command< StopImageBuilderCommandOutput, AppStreamClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -141,9 +138,7 @@ export class StopImageBuilderCommand extends $Command< * @public */ constructor(readonly input: StopImageBuilderCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -196,7 +191,4 @@ export class StopImageBuilderCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_StopImageBuilderCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-appstream/src/commands/TagResourceCommand.ts b/clients/client-appstream/src/commands/TagResourceCommand.ts index 6da9da98585a..037cf2ed2bf3 100644 --- a/clients/client-appstream/src/commands/TagResourceCommand.ts +++ b/clients/client-appstream/src/commands/TagResourceCommand.ts @@ -85,9 +85,6 @@ export class TagResourceCommand extends $Command< TagResourceCommandOutput, AppStreamClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -101,9 +98,7 @@ export class TagResourceCommand extends $Command< * @public */ constructor(readonly input: TagResourceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -154,7 +149,4 @@ export class TagResourceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_TagResourceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-appstream/src/commands/UntagResourceCommand.ts b/clients/client-appstream/src/commands/UntagResourceCommand.ts index 610112362423..0e180dc7019c 100644 --- a/clients/client-appstream/src/commands/UntagResourceCommand.ts +++ b/clients/client-appstream/src/commands/UntagResourceCommand.ts @@ -76,9 +76,6 @@ export class UntagResourceCommand extends $Command< UntagResourceCommandOutput, AppStreamClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -92,9 +89,7 @@ export class UntagResourceCommand extends $Command< * @public */ constructor(readonly input: UntagResourceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -145,7 +140,4 @@ export class UntagResourceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UntagResourceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-appstream/src/commands/UpdateAppBlockBuilderCommand.ts b/clients/client-appstream/src/commands/UpdateAppBlockBuilderCommand.ts index cfe173314994..0a0811bcf9e5 100644 --- a/clients/client-appstream/src/commands/UpdateAppBlockBuilderCommand.ts +++ b/clients/client-appstream/src/commands/UpdateAppBlockBuilderCommand.ts @@ -163,9 +163,6 @@ export class UpdateAppBlockBuilderCommand extends $Command< UpdateAppBlockBuilderCommandOutput, AppStreamClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -179,9 +176,7 @@ export class UpdateAppBlockBuilderCommand extends $Command< * @public */ constructor(readonly input: UpdateAppBlockBuilderCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -234,7 +229,4 @@ export class UpdateAppBlockBuilderCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdateAppBlockBuilderCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-appstream/src/commands/UpdateApplicationCommand.ts b/clients/client-appstream/src/commands/UpdateApplicationCommand.ts index 35e4c3ddb01c..e9bcc76b0723 100644 --- a/clients/client-appstream/src/commands/UpdateApplicationCommand.ts +++ b/clients/client-appstream/src/commands/UpdateApplicationCommand.ts @@ -117,9 +117,6 @@ export class UpdateApplicationCommand extends $Command< UpdateApplicationCommandOutput, AppStreamClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -133,9 +130,7 @@ export class UpdateApplicationCommand extends $Command< * @public */ constructor(readonly input: UpdateApplicationCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -188,7 +183,4 @@ export class UpdateApplicationCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdateApplicationCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-appstream/src/commands/UpdateDirectoryConfigCommand.ts b/clients/client-appstream/src/commands/UpdateDirectoryConfigCommand.ts index b1d0fd48d6ca..12683e224dc1 100644 --- a/clients/client-appstream/src/commands/UpdateDirectoryConfigCommand.ts +++ b/clients/client-appstream/src/commands/UpdateDirectoryConfigCommand.ts @@ -115,9 +115,6 @@ export class UpdateDirectoryConfigCommand extends $Command< UpdateDirectoryConfigCommandOutput, AppStreamClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -131,9 +128,7 @@ export class UpdateDirectoryConfigCommand extends $Command< * @public */ constructor(readonly input: UpdateDirectoryConfigCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -186,7 +181,4 @@ export class UpdateDirectoryConfigCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdateDirectoryConfigCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-appstream/src/commands/UpdateEntitlementCommand.ts b/clients/client-appstream/src/commands/UpdateEntitlementCommand.ts index 1aef2600e74d..d8033e79233e 100644 --- a/clients/client-appstream/src/commands/UpdateEntitlementCommand.ts +++ b/clients/client-appstream/src/commands/UpdateEntitlementCommand.ts @@ -104,9 +104,6 @@ export class UpdateEntitlementCommand extends $Command< UpdateEntitlementCommandOutput, AppStreamClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -120,9 +117,7 @@ export class UpdateEntitlementCommand extends $Command< * @public */ constructor(readonly input: UpdateEntitlementCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -175,7 +170,4 @@ export class UpdateEntitlementCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdateEntitlementCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-appstream/src/commands/UpdateFleetCommand.ts b/clients/client-appstream/src/commands/UpdateFleetCommand.ts index 5d995b769fd5..d451e0126763 100644 --- a/clients/client-appstream/src/commands/UpdateFleetCommand.ts +++ b/clients/client-appstream/src/commands/UpdateFleetCommand.ts @@ -220,9 +220,6 @@ export class UpdateFleetCommand extends $Command< UpdateFleetCommandOutput, AppStreamClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -236,9 +233,7 @@ export class UpdateFleetCommand extends $Command< * @public */ constructor(readonly input: UpdateFleetCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -289,7 +284,4 @@ export class UpdateFleetCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdateFleetCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-appstream/src/commands/UpdateImagePermissionsCommand.ts b/clients/client-appstream/src/commands/UpdateImagePermissionsCommand.ts index ba92e1dc6984..c25cbfecb4f9 100644 --- a/clients/client-appstream/src/commands/UpdateImagePermissionsCommand.ts +++ b/clients/client-appstream/src/commands/UpdateImagePermissionsCommand.ts @@ -82,9 +82,6 @@ export class UpdateImagePermissionsCommand extends $Command< UpdateImagePermissionsCommandOutput, AppStreamClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -98,9 +95,7 @@ export class UpdateImagePermissionsCommand extends $Command< * @public */ constructor(readonly input: UpdateImagePermissionsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -153,7 +148,4 @@ export class UpdateImagePermissionsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdateImagePermissionsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-appstream/src/commands/UpdateStackCommand.ts b/clients/client-appstream/src/commands/UpdateStackCommand.ts index 23c53c9e4e9f..05eb8145e806 100644 --- a/clients/client-appstream/src/commands/UpdateStackCommand.ts +++ b/clients/client-appstream/src/commands/UpdateStackCommand.ts @@ -182,9 +182,6 @@ export class UpdateStackCommand extends $Command< UpdateStackCommandOutput, AppStreamClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -198,9 +195,7 @@ export class UpdateStackCommand extends $Command< * @public */ constructor(readonly input: UpdateStackCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -251,7 +246,4 @@ export class UpdateStackCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdateStackCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-appsync/package.json b/clients/client-appsync/package.json index 1b4b98562c94..f3fbcf52ed36 100644 --- a/clients/client-appsync/package.json +++ b/clients/client-appsync/package.json @@ -34,30 +34,30 @@ "@aws-sdk/util-endpoints": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@smithy/config-resolver": "^2.0.16", - "@smithy/fetch-http-handler": "^2.2.4", - "@smithy/hash-node": "^2.0.12", - "@smithy/invalid-dependency": "^2.0.12", - "@smithy/middleware-content-length": "^2.0.14", - "@smithy/middleware-endpoint": "^2.1.3", - "@smithy/middleware-retry": "^2.0.18", - "@smithy/middleware-serde": "^2.0.12", - "@smithy/middleware-stack": "^2.0.6", - "@smithy/node-config-provider": "^2.1.3", - "@smithy/node-http-handler": "^2.1.8", - "@smithy/protocol-http": "^3.0.8", - "@smithy/smithy-client": "^2.1.12", - "@smithy/types": "^2.4.0", - "@smithy/url-parser": "^2.0.12", - "@smithy/util-base64": "^2.0.0", + "@smithy/config-resolver": "^2.0.18", + "@smithy/fetch-http-handler": "^2.2.6", + "@smithy/hash-node": "^2.0.15", + "@smithy/invalid-dependency": "^2.0.13", + "@smithy/middleware-content-length": "^2.0.15", + "@smithy/middleware-endpoint": "^2.2.0", + "@smithy/middleware-retry": "^2.0.20", + "@smithy/middleware-serde": "^2.0.13", + "@smithy/middleware-stack": "^2.0.7", + "@smithy/node-config-provider": "^2.1.5", + "@smithy/node-http-handler": "^2.1.9", + "@smithy/protocol-http": "^3.0.9", + "@smithy/smithy-client": "^2.1.15", + "@smithy/types": "^2.5.0", + "@smithy/url-parser": "^2.0.13", + "@smithy/util-base64": "^2.0.1", "@smithy/util-body-length-browser": "^2.0.0", "@smithy/util-body-length-node": "^2.1.0", - "@smithy/util-defaults-mode-browser": "^2.0.16", - "@smithy/util-defaults-mode-node": "^2.0.21", - "@smithy/util-endpoints": "^1.0.2", - "@smithy/util-retry": "^2.0.5", - "@smithy/util-stream": "^2.0.17", - "@smithy/util-utf8": "^2.0.0", + "@smithy/util-defaults-mode-browser": "^2.0.19", + "@smithy/util-defaults-mode-node": "^2.0.25", + "@smithy/util-endpoints": "^1.0.4", + "@smithy/util-retry": "^2.0.6", + "@smithy/util-stream": "^2.0.20", + "@smithy/util-utf8": "^2.0.2", "tslib": "^2.5.0" }, "devDependencies": { diff --git a/clients/client-appsync/src/commands/AssociateApiCommand.ts b/clients/client-appsync/src/commands/AssociateApiCommand.ts index 43d51ac9dc96..2a43cb4ccc66 100644 --- a/clients/client-appsync/src/commands/AssociateApiCommand.ts +++ b/clients/client-appsync/src/commands/AssociateApiCommand.ts @@ -90,9 +90,6 @@ export class AssociateApiCommand extends $Command< AssociateApiCommandOutput, AppSyncClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -106,9 +103,7 @@ export class AssociateApiCommand extends $Command< * @public */ constructor(readonly input: AssociateApiCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -159,7 +154,4 @@ export class AssociateApiCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_AssociateApiCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-appsync/src/commands/AssociateMergedGraphqlApiCommand.ts b/clients/client-appsync/src/commands/AssociateMergedGraphqlApiCommand.ts index aa74e3d1be77..7efc98f9b5b2 100644 --- a/clients/client-appsync/src/commands/AssociateMergedGraphqlApiCommand.ts +++ b/clients/client-appsync/src/commands/AssociateMergedGraphqlApiCommand.ts @@ -110,9 +110,6 @@ export class AssociateMergedGraphqlApiCommand extends $Command< AssociateMergedGraphqlApiCommandOutput, AppSyncClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -126,9 +123,7 @@ export class AssociateMergedGraphqlApiCommand extends $Command< * @public */ constructor(readonly input: AssociateMergedGraphqlApiCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -184,7 +179,4 @@ export class AssociateMergedGraphqlApiCommand extends $Command< ): Promise { return de_AssociateMergedGraphqlApiCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-appsync/src/commands/AssociateSourceGraphqlApiCommand.ts b/clients/client-appsync/src/commands/AssociateSourceGraphqlApiCommand.ts index 3b436982d824..01175f0c0fbc 100644 --- a/clients/client-appsync/src/commands/AssociateSourceGraphqlApiCommand.ts +++ b/clients/client-appsync/src/commands/AssociateSourceGraphqlApiCommand.ts @@ -110,9 +110,6 @@ export class AssociateSourceGraphqlApiCommand extends $Command< AssociateSourceGraphqlApiCommandOutput, AppSyncClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -126,9 +123,7 @@ export class AssociateSourceGraphqlApiCommand extends $Command< * @public */ constructor(readonly input: AssociateSourceGraphqlApiCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -184,7 +179,4 @@ export class AssociateSourceGraphqlApiCommand extends $Command< ): Promise { return de_AssociateSourceGraphqlApiCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-appsync/src/commands/CreateApiCacheCommand.ts b/clients/client-appsync/src/commands/CreateApiCacheCommand.ts index a75a5248020c..2fb882194163 100644 --- a/clients/client-appsync/src/commands/CreateApiCacheCommand.ts +++ b/clients/client-appsync/src/commands/CreateApiCacheCommand.ts @@ -100,9 +100,6 @@ export class CreateApiCacheCommand extends $Command< CreateApiCacheCommandOutput, AppSyncClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -116,9 +113,7 @@ export class CreateApiCacheCommand extends $Command< * @public */ constructor(readonly input: CreateApiCacheCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -171,7 +166,4 @@ export class CreateApiCacheCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateApiCacheCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-appsync/src/commands/CreateApiKeyCommand.ts b/clients/client-appsync/src/commands/CreateApiKeyCommand.ts index 052a6300191d..e0d094f5a26f 100644 --- a/clients/client-appsync/src/commands/CreateApiKeyCommand.ts +++ b/clients/client-appsync/src/commands/CreateApiKeyCommand.ts @@ -101,9 +101,6 @@ export class CreateApiKeyCommand extends $Command< CreateApiKeyCommandOutput, AppSyncClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -117,9 +114,7 @@ export class CreateApiKeyCommand extends $Command< * @public */ constructor(readonly input: CreateApiKeyCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -170,7 +165,4 @@ export class CreateApiKeyCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateApiKeyCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-appsync/src/commands/CreateDataSourceCommand.ts b/clients/client-appsync/src/commands/CreateDataSourceCommand.ts index 4fb1d12b5251..0e65ad63bee9 100644 --- a/clients/client-appsync/src/commands/CreateDataSourceCommand.ts +++ b/clients/client-appsync/src/commands/CreateDataSourceCommand.ts @@ -188,9 +188,6 @@ export class CreateDataSourceCommand extends $Command< CreateDataSourceCommandOutput, AppSyncClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -204,9 +201,7 @@ export class CreateDataSourceCommand extends $Command< * @public */ constructor(readonly input: CreateDataSourceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -259,7 +254,4 @@ export class CreateDataSourceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateDataSourceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-appsync/src/commands/CreateDomainNameCommand.ts b/clients/client-appsync/src/commands/CreateDomainNameCommand.ts index 9d68814a9c44..e4f45a267fb1 100644 --- a/clients/client-appsync/src/commands/CreateDomainNameCommand.ts +++ b/clients/client-appsync/src/commands/CreateDomainNameCommand.ts @@ -88,9 +88,6 @@ export class CreateDomainNameCommand extends $Command< CreateDomainNameCommandOutput, AppSyncClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -104,9 +101,7 @@ export class CreateDomainNameCommand extends $Command< * @public */ constructor(readonly input: CreateDomainNameCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -159,7 +154,4 @@ export class CreateDomainNameCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateDomainNameCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-appsync/src/commands/CreateFunctionCommand.ts b/clients/client-appsync/src/commands/CreateFunctionCommand.ts index b18c10ffa902..8401b0619a61 100644 --- a/clients/client-appsync/src/commands/CreateFunctionCommand.ts +++ b/clients/client-appsync/src/commands/CreateFunctionCommand.ts @@ -127,9 +127,6 @@ export class CreateFunctionCommand extends $Command< CreateFunctionCommandOutput, AppSyncClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -143,9 +140,7 @@ export class CreateFunctionCommand extends $Command< * @public */ constructor(readonly input: CreateFunctionCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -198,7 +193,4 @@ export class CreateFunctionCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateFunctionCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-appsync/src/commands/CreateGraphqlApiCommand.ts b/clients/client-appsync/src/commands/CreateGraphqlApiCommand.ts index 55c246196837..9d64663d2c4e 100644 --- a/clients/client-appsync/src/commands/CreateGraphqlApiCommand.ts +++ b/clients/client-appsync/src/commands/CreateGraphqlApiCommand.ts @@ -206,9 +206,6 @@ export class CreateGraphqlApiCommand extends $Command< CreateGraphqlApiCommandOutput, AppSyncClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -222,9 +219,7 @@ export class CreateGraphqlApiCommand extends $Command< * @public */ constructor(readonly input: CreateGraphqlApiCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -277,7 +272,4 @@ export class CreateGraphqlApiCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateGraphqlApiCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-appsync/src/commands/CreateResolverCommand.ts b/clients/client-appsync/src/commands/CreateResolverCommand.ts index d21560d7c12d..9bb8966a6595 100644 --- a/clients/client-appsync/src/commands/CreateResolverCommand.ts +++ b/clients/client-appsync/src/commands/CreateResolverCommand.ts @@ -152,9 +152,6 @@ export class CreateResolverCommand extends $Command< CreateResolverCommandOutput, AppSyncClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -168,9 +165,7 @@ export class CreateResolverCommand extends $Command< * @public */ constructor(readonly input: CreateResolverCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -223,7 +218,4 @@ export class CreateResolverCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateResolverCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-appsync/src/commands/CreateTypeCommand.ts b/clients/client-appsync/src/commands/CreateTypeCommand.ts index 4d702480683d..6be1ca4b0315 100644 --- a/clients/client-appsync/src/commands/CreateTypeCommand.ts +++ b/clients/client-appsync/src/commands/CreateTypeCommand.ts @@ -96,9 +96,6 @@ export class CreateTypeCommand extends $Command< CreateTypeCommandOutput, AppSyncClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -112,9 +109,7 @@ export class CreateTypeCommand extends $Command< * @public */ constructor(readonly input: CreateTypeCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -165,7 +160,4 @@ export class CreateTypeCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateTypeCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-appsync/src/commands/DeleteApiCacheCommand.ts b/clients/client-appsync/src/commands/DeleteApiCacheCommand.ts index 26b3189c6f61..a17ec0ded48e 100644 --- a/clients/client-appsync/src/commands/DeleteApiCacheCommand.ts +++ b/clients/client-appsync/src/commands/DeleteApiCacheCommand.ts @@ -86,9 +86,6 @@ export class DeleteApiCacheCommand extends $Command< DeleteApiCacheCommandOutput, AppSyncClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -102,9 +99,7 @@ export class DeleteApiCacheCommand extends $Command< * @public */ constructor(readonly input: DeleteApiCacheCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -157,7 +152,4 @@ export class DeleteApiCacheCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteApiCacheCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-appsync/src/commands/DeleteApiKeyCommand.ts b/clients/client-appsync/src/commands/DeleteApiKeyCommand.ts index 04122510aa9a..60e7cb0d8901 100644 --- a/clients/client-appsync/src/commands/DeleteApiKeyCommand.ts +++ b/clients/client-appsync/src/commands/DeleteApiKeyCommand.ts @@ -83,9 +83,6 @@ export class DeleteApiKeyCommand extends $Command< DeleteApiKeyCommandOutput, AppSyncClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -99,9 +96,7 @@ export class DeleteApiKeyCommand extends $Command< * @public */ constructor(readonly input: DeleteApiKeyCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -152,7 +147,4 @@ export class DeleteApiKeyCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteApiKeyCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-appsync/src/commands/DeleteDataSourceCommand.ts b/clients/client-appsync/src/commands/DeleteDataSourceCommand.ts index 9b813d9340cf..bdb9f4a350bb 100644 --- a/clients/client-appsync/src/commands/DeleteDataSourceCommand.ts +++ b/clients/client-appsync/src/commands/DeleteDataSourceCommand.ts @@ -87,9 +87,6 @@ export class DeleteDataSourceCommand extends $Command< DeleteDataSourceCommandOutput, AppSyncClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -103,9 +100,7 @@ export class DeleteDataSourceCommand extends $Command< * @public */ constructor(readonly input: DeleteDataSourceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -158,7 +153,4 @@ export class DeleteDataSourceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteDataSourceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-appsync/src/commands/DeleteDomainNameCommand.ts b/clients/client-appsync/src/commands/DeleteDomainNameCommand.ts index 1e09c65091e1..5722640c692e 100644 --- a/clients/client-appsync/src/commands/DeleteDomainNameCommand.ts +++ b/clients/client-appsync/src/commands/DeleteDomainNameCommand.ts @@ -86,9 +86,6 @@ export class DeleteDomainNameCommand extends $Command< DeleteDomainNameCommandOutput, AppSyncClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -102,9 +99,7 @@ export class DeleteDomainNameCommand extends $Command< * @public */ constructor(readonly input: DeleteDomainNameCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -157,7 +152,4 @@ export class DeleteDomainNameCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteDomainNameCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-appsync/src/commands/DeleteFunctionCommand.ts b/clients/client-appsync/src/commands/DeleteFunctionCommand.ts index 7f3023a2c338..68022cecbb61 100644 --- a/clients/client-appsync/src/commands/DeleteFunctionCommand.ts +++ b/clients/client-appsync/src/commands/DeleteFunctionCommand.ts @@ -83,9 +83,6 @@ export class DeleteFunctionCommand extends $Command< DeleteFunctionCommandOutput, AppSyncClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -99,9 +96,7 @@ export class DeleteFunctionCommand extends $Command< * @public */ constructor(readonly input: DeleteFunctionCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -154,7 +149,4 @@ export class DeleteFunctionCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteFunctionCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-appsync/src/commands/DeleteGraphqlApiCommand.ts b/clients/client-appsync/src/commands/DeleteGraphqlApiCommand.ts index cbf92c8b8560..781c9f5b39c5 100644 --- a/clients/client-appsync/src/commands/DeleteGraphqlApiCommand.ts +++ b/clients/client-appsync/src/commands/DeleteGraphqlApiCommand.ts @@ -89,9 +89,6 @@ export class DeleteGraphqlApiCommand extends $Command< DeleteGraphqlApiCommandOutput, AppSyncClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -105,9 +102,7 @@ export class DeleteGraphqlApiCommand extends $Command< * @public */ constructor(readonly input: DeleteGraphqlApiCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -160,7 +155,4 @@ export class DeleteGraphqlApiCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteGraphqlApiCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-appsync/src/commands/DeleteResolverCommand.ts b/clients/client-appsync/src/commands/DeleteResolverCommand.ts index 87d5c31b9d85..1f4216659c7b 100644 --- a/clients/client-appsync/src/commands/DeleteResolverCommand.ts +++ b/clients/client-appsync/src/commands/DeleteResolverCommand.ts @@ -88,9 +88,6 @@ export class DeleteResolverCommand extends $Command< DeleteResolverCommandOutput, AppSyncClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -104,9 +101,7 @@ export class DeleteResolverCommand extends $Command< * @public */ constructor(readonly input: DeleteResolverCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -159,7 +154,4 @@ export class DeleteResolverCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteResolverCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-appsync/src/commands/DeleteTypeCommand.ts b/clients/client-appsync/src/commands/DeleteTypeCommand.ts index dec346d526c6..317aed9d0c48 100644 --- a/clients/client-appsync/src/commands/DeleteTypeCommand.ts +++ b/clients/client-appsync/src/commands/DeleteTypeCommand.ts @@ -87,9 +87,6 @@ export class DeleteTypeCommand extends $Command< DeleteTypeCommandOutput, AppSyncClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -103,9 +100,7 @@ export class DeleteTypeCommand extends $Command< * @public */ constructor(readonly input: DeleteTypeCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -156,7 +151,4 @@ export class DeleteTypeCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteTypeCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-appsync/src/commands/DisassociateApiCommand.ts b/clients/client-appsync/src/commands/DisassociateApiCommand.ts index f2b486e844c0..29b9185dac14 100644 --- a/clients/client-appsync/src/commands/DisassociateApiCommand.ts +++ b/clients/client-appsync/src/commands/DisassociateApiCommand.ts @@ -86,9 +86,6 @@ export class DisassociateApiCommand extends $Command< DisassociateApiCommandOutput, AppSyncClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -102,9 +99,7 @@ export class DisassociateApiCommand extends $Command< * @public */ constructor(readonly input: DisassociateApiCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -157,7 +152,4 @@ export class DisassociateApiCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DisassociateApiCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-appsync/src/commands/DisassociateMergedGraphqlApiCommand.ts b/clients/client-appsync/src/commands/DisassociateMergedGraphqlApiCommand.ts index 753ec9465635..cc5413cb2c3b 100644 --- a/clients/client-appsync/src/commands/DisassociateMergedGraphqlApiCommand.ts +++ b/clients/client-appsync/src/commands/DisassociateMergedGraphqlApiCommand.ts @@ -95,9 +95,6 @@ export class DisassociateMergedGraphqlApiCommand extends $Command< DisassociateMergedGraphqlApiCommandOutput, AppSyncClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -111,9 +108,7 @@ export class DisassociateMergedGraphqlApiCommand extends $Command< * @public */ constructor(readonly input: DisassociateMergedGraphqlApiCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -169,7 +164,4 @@ export class DisassociateMergedGraphqlApiCommand extends $Command< ): Promise { return de_DisassociateMergedGraphqlApiCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-appsync/src/commands/DisassociateSourceGraphqlApiCommand.ts b/clients/client-appsync/src/commands/DisassociateSourceGraphqlApiCommand.ts index 3f27b57f5ded..690566b10b16 100644 --- a/clients/client-appsync/src/commands/DisassociateSourceGraphqlApiCommand.ts +++ b/clients/client-appsync/src/commands/DisassociateSourceGraphqlApiCommand.ts @@ -95,9 +95,6 @@ export class DisassociateSourceGraphqlApiCommand extends $Command< DisassociateSourceGraphqlApiCommandOutput, AppSyncClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -111,9 +108,7 @@ export class DisassociateSourceGraphqlApiCommand extends $Command< * @public */ constructor(readonly input: DisassociateSourceGraphqlApiCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -169,7 +164,4 @@ export class DisassociateSourceGraphqlApiCommand extends $Command< ): Promise { return de_DisassociateSourceGraphqlApiCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-appsync/src/commands/EvaluateCodeCommand.ts b/clients/client-appsync/src/commands/EvaluateCodeCommand.ts index d061cbcac82e..daf0668df362 100644 --- a/clients/client-appsync/src/commands/EvaluateCodeCommand.ts +++ b/clients/client-appsync/src/commands/EvaluateCodeCommand.ts @@ -108,9 +108,6 @@ export class EvaluateCodeCommand extends $Command< EvaluateCodeCommandOutput, AppSyncClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -124,9 +121,7 @@ export class EvaluateCodeCommand extends $Command< * @public */ constructor(readonly input: EvaluateCodeCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -177,7 +172,4 @@ export class EvaluateCodeCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_EvaluateCodeCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-appsync/src/commands/EvaluateMappingTemplateCommand.ts b/clients/client-appsync/src/commands/EvaluateMappingTemplateCommand.ts index 65af14dfbbf8..c7cb25362f71 100644 --- a/clients/client-appsync/src/commands/EvaluateMappingTemplateCommand.ts +++ b/clients/client-appsync/src/commands/EvaluateMappingTemplateCommand.ts @@ -93,9 +93,6 @@ export class EvaluateMappingTemplateCommand extends $Command< EvaluateMappingTemplateCommandOutput, AppSyncClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -109,9 +106,7 @@ export class EvaluateMappingTemplateCommand extends $Command< * @public */ constructor(readonly input: EvaluateMappingTemplateCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -164,7 +159,4 @@ export class EvaluateMappingTemplateCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_EvaluateMappingTemplateCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-appsync/src/commands/FlushApiCacheCommand.ts b/clients/client-appsync/src/commands/FlushApiCacheCommand.ts index 338cf4fba708..5c3a64bddae4 100644 --- a/clients/client-appsync/src/commands/FlushApiCacheCommand.ts +++ b/clients/client-appsync/src/commands/FlushApiCacheCommand.ts @@ -86,9 +86,6 @@ export class FlushApiCacheCommand extends $Command< FlushApiCacheCommandOutput, AppSyncClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -102,9 +99,7 @@ export class FlushApiCacheCommand extends $Command< * @public */ constructor(readonly input: FlushApiCacheCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -155,7 +150,4 @@ export class FlushApiCacheCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_FlushApiCacheCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-appsync/src/commands/GetApiAssociationCommand.ts b/clients/client-appsync/src/commands/GetApiAssociationCommand.ts index 9a014b90e2dc..60d8848ebebe 100644 --- a/clients/client-appsync/src/commands/GetApiAssociationCommand.ts +++ b/clients/client-appsync/src/commands/GetApiAssociationCommand.ts @@ -89,9 +89,6 @@ export class GetApiAssociationCommand extends $Command< GetApiAssociationCommandOutput, AppSyncClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -105,9 +102,7 @@ export class GetApiAssociationCommand extends $Command< * @public */ constructor(readonly input: GetApiAssociationCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -160,7 +155,4 @@ export class GetApiAssociationCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetApiAssociationCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-appsync/src/commands/GetApiCacheCommand.ts b/clients/client-appsync/src/commands/GetApiCacheCommand.ts index 1a75d55dca2d..4681dbe28735 100644 --- a/clients/client-appsync/src/commands/GetApiCacheCommand.ts +++ b/clients/client-appsync/src/commands/GetApiCacheCommand.ts @@ -95,9 +95,6 @@ export class GetApiCacheCommand extends $Command< GetApiCacheCommandOutput, AppSyncClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -111,9 +108,7 @@ export class GetApiCacheCommand extends $Command< * @public */ constructor(readonly input: GetApiCacheCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -164,7 +159,4 @@ export class GetApiCacheCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetApiCacheCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-appsync/src/commands/GetDataSourceCommand.ts b/clients/client-appsync/src/commands/GetDataSourceCommand.ts index 0d0f97cdd66f..e51441f36c39 100644 --- a/clients/client-appsync/src/commands/GetDataSourceCommand.ts +++ b/clients/client-appsync/src/commands/GetDataSourceCommand.ts @@ -140,9 +140,6 @@ export class GetDataSourceCommand extends $Command< GetDataSourceCommandOutput, AppSyncClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -156,9 +153,7 @@ export class GetDataSourceCommand extends $Command< * @public */ constructor(readonly input: GetDataSourceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -209,7 +204,4 @@ export class GetDataSourceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetDataSourceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-appsync/src/commands/GetDomainNameCommand.ts b/clients/client-appsync/src/commands/GetDomainNameCommand.ts index 9e26fa1373b6..88a4613d1249 100644 --- a/clients/client-appsync/src/commands/GetDomainNameCommand.ts +++ b/clients/client-appsync/src/commands/GetDomainNameCommand.ts @@ -90,9 +90,6 @@ export class GetDomainNameCommand extends $Command< GetDomainNameCommandOutput, AppSyncClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -106,9 +103,7 @@ export class GetDomainNameCommand extends $Command< * @public */ constructor(readonly input: GetDomainNameCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -159,7 +154,4 @@ export class GetDomainNameCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetDomainNameCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-appsync/src/commands/GetFunctionCommand.ts b/clients/client-appsync/src/commands/GetFunctionCommand.ts index a498942e5264..4a35e7f512f2 100644 --- a/clients/client-appsync/src/commands/GetFunctionCommand.ts +++ b/clients/client-appsync/src/commands/GetFunctionCommand.ts @@ -104,9 +104,6 @@ export class GetFunctionCommand extends $Command< GetFunctionCommandOutput, AppSyncClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -120,9 +117,7 @@ export class GetFunctionCommand extends $Command< * @public */ constructor(readonly input: GetFunctionCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -173,7 +168,4 @@ export class GetFunctionCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetFunctionCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-appsync/src/commands/GetGraphqlApiCommand.ts b/clients/client-appsync/src/commands/GetGraphqlApiCommand.ts index 33b151d5ba80..ded024f44683 100644 --- a/clients/client-appsync/src/commands/GetGraphqlApiCommand.ts +++ b/clients/client-appsync/src/commands/GetGraphqlApiCommand.ts @@ -151,9 +151,6 @@ export class GetGraphqlApiCommand extends $Command< GetGraphqlApiCommandOutput, AppSyncClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -167,9 +164,7 @@ export class GetGraphqlApiCommand extends $Command< * @public */ constructor(readonly input: GetGraphqlApiCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -220,7 +215,4 @@ export class GetGraphqlApiCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetGraphqlApiCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-appsync/src/commands/GetIntrospectionSchemaCommand.ts b/clients/client-appsync/src/commands/GetIntrospectionSchemaCommand.ts index f8888a583564..a417f09e8e85 100644 --- a/clients/client-appsync/src/commands/GetIntrospectionSchemaCommand.ts +++ b/clients/client-appsync/src/commands/GetIntrospectionSchemaCommand.ts @@ -95,9 +95,6 @@ export class GetIntrospectionSchemaCommand extends $Command< GetIntrospectionSchemaCommandOutput, AppSyncClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -111,9 +108,7 @@ export class GetIntrospectionSchemaCommand extends $Command< * @public */ constructor(readonly input: GetIntrospectionSchemaCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -166,7 +161,4 @@ export class GetIntrospectionSchemaCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetIntrospectionSchemaCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-appsync/src/commands/GetResolverCommand.ts b/clients/client-appsync/src/commands/GetResolverCommand.ts index ab1722fe9c35..e27f6e1d37af 100644 --- a/clients/client-appsync/src/commands/GetResolverCommand.ts +++ b/clients/client-appsync/src/commands/GetResolverCommand.ts @@ -115,9 +115,6 @@ export class GetResolverCommand extends $Command< GetResolverCommandOutput, AppSyncClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -131,9 +128,7 @@ export class GetResolverCommand extends $Command< * @public */ constructor(readonly input: GetResolverCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -184,7 +179,4 @@ export class GetResolverCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetResolverCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-appsync/src/commands/GetSchemaCreationStatusCommand.ts b/clients/client-appsync/src/commands/GetSchemaCreationStatusCommand.ts index 463cfe00bab2..a83d168b0554 100644 --- a/clients/client-appsync/src/commands/GetSchemaCreationStatusCommand.ts +++ b/clients/client-appsync/src/commands/GetSchemaCreationStatusCommand.ts @@ -85,9 +85,6 @@ export class GetSchemaCreationStatusCommand extends $Command< GetSchemaCreationStatusCommandOutput, AppSyncClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -101,9 +98,7 @@ export class GetSchemaCreationStatusCommand extends $Command< * @public */ constructor(readonly input: GetSchemaCreationStatusCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -156,7 +151,4 @@ export class GetSchemaCreationStatusCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetSchemaCreationStatusCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-appsync/src/commands/GetSourceApiAssociationCommand.ts b/clients/client-appsync/src/commands/GetSourceApiAssociationCommand.ts index 28dacedda791..7f7d2118a4d3 100644 --- a/clients/client-appsync/src/commands/GetSourceApiAssociationCommand.ts +++ b/clients/client-appsync/src/commands/GetSourceApiAssociationCommand.ts @@ -99,9 +99,6 @@ export class GetSourceApiAssociationCommand extends $Command< GetSourceApiAssociationCommandOutput, AppSyncClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -115,9 +112,7 @@ export class GetSourceApiAssociationCommand extends $Command< * @public */ constructor(readonly input: GetSourceApiAssociationCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -170,7 +165,4 @@ export class GetSourceApiAssociationCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetSourceApiAssociationCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-appsync/src/commands/GetTypeCommand.ts b/clients/client-appsync/src/commands/GetTypeCommand.ts index 4e967c9ae618..8bda05d7bf2b 100644 --- a/clients/client-appsync/src/commands/GetTypeCommand.ts +++ b/clients/client-appsync/src/commands/GetTypeCommand.ts @@ -92,9 +92,6 @@ export interface GetTypeCommandOutput extends GetTypeResponse, __MetadataBearer * */ export class GetTypeCommand extends $Command { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -108,9 +105,7 @@ export class GetTypeCommand extends $Command { return de_GetTypeCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-appsync/src/commands/ListApiKeysCommand.ts b/clients/client-appsync/src/commands/ListApiKeysCommand.ts index 519a65bb75bd..e15789b6fd30 100644 --- a/clients/client-appsync/src/commands/ListApiKeysCommand.ts +++ b/clients/client-appsync/src/commands/ListApiKeysCommand.ts @@ -100,9 +100,6 @@ export class ListApiKeysCommand extends $Command< ListApiKeysCommandOutput, AppSyncClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -116,9 +113,7 @@ export class ListApiKeysCommand extends $Command< * @public */ constructor(readonly input: ListApiKeysCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -169,7 +164,4 @@ export class ListApiKeysCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListApiKeysCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-appsync/src/commands/ListDataSourcesCommand.ts b/clients/client-appsync/src/commands/ListDataSourcesCommand.ts index 583bdcbb8f8b..664a2305fc76 100644 --- a/clients/client-appsync/src/commands/ListDataSourcesCommand.ts +++ b/clients/client-appsync/src/commands/ListDataSourcesCommand.ts @@ -140,9 +140,6 @@ export class ListDataSourcesCommand extends $Command< ListDataSourcesCommandOutput, AppSyncClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -156,9 +153,7 @@ export class ListDataSourcesCommand extends $Command< * @public */ constructor(readonly input: ListDataSourcesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -211,7 +206,4 @@ export class ListDataSourcesCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListDataSourcesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-appsync/src/commands/ListDomainNamesCommand.ts b/clients/client-appsync/src/commands/ListDomainNamesCommand.ts index 70dfed513385..b5cc6687763a 100644 --- a/clients/client-appsync/src/commands/ListDomainNamesCommand.ts +++ b/clients/client-appsync/src/commands/ListDomainNamesCommand.ts @@ -90,9 +90,6 @@ export class ListDomainNamesCommand extends $Command< ListDomainNamesCommandOutput, AppSyncClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -106,9 +103,7 @@ export class ListDomainNamesCommand extends $Command< * @public */ constructor(readonly input: ListDomainNamesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -161,7 +156,4 @@ export class ListDomainNamesCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListDomainNamesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-appsync/src/commands/ListFunctionsCommand.ts b/clients/client-appsync/src/commands/ListFunctionsCommand.ts index d922434e8402..56eb54f28832 100644 --- a/clients/client-appsync/src/commands/ListFunctionsCommand.ts +++ b/clients/client-appsync/src/commands/ListFunctionsCommand.ts @@ -111,9 +111,6 @@ export class ListFunctionsCommand extends $Command< ListFunctionsCommandOutput, AppSyncClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -127,9 +124,7 @@ export class ListFunctionsCommand extends $Command< * @public */ constructor(readonly input: ListFunctionsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -180,7 +175,4 @@ export class ListFunctionsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListFunctionsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-appsync/src/commands/ListGraphqlApisCommand.ts b/clients/client-appsync/src/commands/ListGraphqlApisCommand.ts index 91fb195886b9..9a7af32f4c2b 100644 --- a/clients/client-appsync/src/commands/ListGraphqlApisCommand.ts +++ b/clients/client-appsync/src/commands/ListGraphqlApisCommand.ts @@ -150,9 +150,6 @@ export class ListGraphqlApisCommand extends $Command< ListGraphqlApisCommandOutput, AppSyncClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -166,9 +163,7 @@ export class ListGraphqlApisCommand extends $Command< * @public */ constructor(readonly input: ListGraphqlApisCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -221,7 +216,4 @@ export class ListGraphqlApisCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListGraphqlApisCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-appsync/src/commands/ListResolversByFunctionCommand.ts b/clients/client-appsync/src/commands/ListResolversByFunctionCommand.ts index 12a426d59425..4a0c82d3231c 100644 --- a/clients/client-appsync/src/commands/ListResolversByFunctionCommand.ts +++ b/clients/client-appsync/src/commands/ListResolversByFunctionCommand.ts @@ -122,9 +122,6 @@ export class ListResolversByFunctionCommand extends $Command< ListResolversByFunctionCommandOutput, AppSyncClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -138,9 +135,7 @@ export class ListResolversByFunctionCommand extends $Command< * @public */ constructor(readonly input: ListResolversByFunctionCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -193,7 +188,4 @@ export class ListResolversByFunctionCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListResolversByFunctionCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-appsync/src/commands/ListResolversCommand.ts b/clients/client-appsync/src/commands/ListResolversCommand.ts index 2717da8fcabf..16bf80fa3322 100644 --- a/clients/client-appsync/src/commands/ListResolversCommand.ts +++ b/clients/client-appsync/src/commands/ListResolversCommand.ts @@ -122,9 +122,6 @@ export class ListResolversCommand extends $Command< ListResolversCommandOutput, AppSyncClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -138,9 +135,7 @@ export class ListResolversCommand extends $Command< * @public */ constructor(readonly input: ListResolversCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -191,7 +186,4 @@ export class ListResolversCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListResolversCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-appsync/src/commands/ListSourceApiAssociationsCommand.ts b/clients/client-appsync/src/commands/ListSourceApiAssociationsCommand.ts index 5102ee5263eb..c990d22dbc86 100644 --- a/clients/client-appsync/src/commands/ListSourceApiAssociationsCommand.ts +++ b/clients/client-appsync/src/commands/ListSourceApiAssociationsCommand.ts @@ -97,9 +97,6 @@ export class ListSourceApiAssociationsCommand extends $Command< ListSourceApiAssociationsCommandOutput, AppSyncClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -113,9 +110,7 @@ export class ListSourceApiAssociationsCommand extends $Command< * @public */ constructor(readonly input: ListSourceApiAssociationsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -171,7 +166,4 @@ export class ListSourceApiAssociationsCommand extends $Command< ): Promise { return de_ListSourceApiAssociationsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-appsync/src/commands/ListTagsForResourceCommand.ts b/clients/client-appsync/src/commands/ListTagsForResourceCommand.ts index 759ebf87fe26..2502385f037d 100644 --- a/clients/client-appsync/src/commands/ListTagsForResourceCommand.ts +++ b/clients/client-appsync/src/commands/ListTagsForResourceCommand.ts @@ -92,9 +92,6 @@ export class ListTagsForResourceCommand extends $Command< ListTagsForResourceCommandOutput, AppSyncClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -108,9 +105,7 @@ export class ListTagsForResourceCommand extends $Command< * @public */ constructor(readonly input: ListTagsForResourceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -163,7 +158,4 @@ export class ListTagsForResourceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListTagsForResourceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-appsync/src/commands/ListTypesByAssociationCommand.ts b/clients/client-appsync/src/commands/ListTypesByAssociationCommand.ts index 3abd05a63635..664e669290ed 100644 --- a/clients/client-appsync/src/commands/ListTypesByAssociationCommand.ts +++ b/clients/client-appsync/src/commands/ListTypesByAssociationCommand.ts @@ -101,9 +101,6 @@ export class ListTypesByAssociationCommand extends $Command< ListTypesByAssociationCommandOutput, AppSyncClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -117,9 +114,7 @@ export class ListTypesByAssociationCommand extends $Command< * @public */ constructor(readonly input: ListTypesByAssociationCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -172,7 +167,4 @@ export class ListTypesByAssociationCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListTypesByAssociationCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-appsync/src/commands/ListTypesCommand.ts b/clients/client-appsync/src/commands/ListTypesCommand.ts index bf44cd986e9a..bd5b6993cb2a 100644 --- a/clients/client-appsync/src/commands/ListTypesCommand.ts +++ b/clients/client-appsync/src/commands/ListTypesCommand.ts @@ -100,9 +100,6 @@ export class ListTypesCommand extends $Command< ListTypesCommandOutput, AppSyncClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -116,9 +113,7 @@ export class ListTypesCommand extends $Command< * @public */ constructor(readonly input: ListTypesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -169,7 +164,4 @@ export class ListTypesCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListTypesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-appsync/src/commands/StartSchemaCreationCommand.ts b/clients/client-appsync/src/commands/StartSchemaCreationCommand.ts index 9b548b84bad6..bab8f58b3ba3 100644 --- a/clients/client-appsync/src/commands/StartSchemaCreationCommand.ts +++ b/clients/client-appsync/src/commands/StartSchemaCreationCommand.ts @@ -91,9 +91,6 @@ export class StartSchemaCreationCommand extends $Command< StartSchemaCreationCommandOutput, AppSyncClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -107,9 +104,7 @@ export class StartSchemaCreationCommand extends $Command< * @public */ constructor(readonly input: StartSchemaCreationCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -162,7 +157,4 @@ export class StartSchemaCreationCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_StartSchemaCreationCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-appsync/src/commands/StartSchemaMergeCommand.ts b/clients/client-appsync/src/commands/StartSchemaMergeCommand.ts index 488923bda2db..4e924e95afbe 100644 --- a/clients/client-appsync/src/commands/StartSchemaMergeCommand.ts +++ b/clients/client-appsync/src/commands/StartSchemaMergeCommand.ts @@ -89,9 +89,6 @@ export class StartSchemaMergeCommand extends $Command< StartSchemaMergeCommandOutput, AppSyncClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -105,9 +102,7 @@ export class StartSchemaMergeCommand extends $Command< * @public */ constructor(readonly input: StartSchemaMergeCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -160,7 +155,4 @@ export class StartSchemaMergeCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_StartSchemaMergeCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-appsync/src/commands/TagResourceCommand.ts b/clients/client-appsync/src/commands/TagResourceCommand.ts index 090aa3977ded..6c0cfbee8519 100644 --- a/clients/client-appsync/src/commands/TagResourceCommand.ts +++ b/clients/client-appsync/src/commands/TagResourceCommand.ts @@ -91,9 +91,6 @@ export class TagResourceCommand extends $Command< TagResourceCommandOutput, AppSyncClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -107,9 +104,7 @@ export class TagResourceCommand extends $Command< * @public */ constructor(readonly input: TagResourceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -160,7 +155,4 @@ export class TagResourceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_TagResourceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-appsync/src/commands/UntagResourceCommand.ts b/clients/client-appsync/src/commands/UntagResourceCommand.ts index e97e03a288bd..5a888e7ca77e 100644 --- a/clients/client-appsync/src/commands/UntagResourceCommand.ts +++ b/clients/client-appsync/src/commands/UntagResourceCommand.ts @@ -91,9 +91,6 @@ export class UntagResourceCommand extends $Command< UntagResourceCommandOutput, AppSyncClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -107,9 +104,7 @@ export class UntagResourceCommand extends $Command< * @public */ constructor(readonly input: UntagResourceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -160,7 +155,4 @@ export class UntagResourceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UntagResourceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-appsync/src/commands/UpdateApiCacheCommand.ts b/clients/client-appsync/src/commands/UpdateApiCacheCommand.ts index e5e5beaca4b3..e84c4bb641b7 100644 --- a/clients/client-appsync/src/commands/UpdateApiCacheCommand.ts +++ b/clients/client-appsync/src/commands/UpdateApiCacheCommand.ts @@ -98,9 +98,6 @@ export class UpdateApiCacheCommand extends $Command< UpdateApiCacheCommandOutput, AppSyncClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -114,9 +111,7 @@ export class UpdateApiCacheCommand extends $Command< * @public */ constructor(readonly input: UpdateApiCacheCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -169,7 +164,4 @@ export class UpdateApiCacheCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdateApiCacheCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-appsync/src/commands/UpdateApiKeyCommand.ts b/clients/client-appsync/src/commands/UpdateApiKeyCommand.ts index a8fa5ea5eb48..ebaaabe9a2bd 100644 --- a/clients/client-appsync/src/commands/UpdateApiKeyCommand.ts +++ b/clients/client-appsync/src/commands/UpdateApiKeyCommand.ts @@ -99,9 +99,6 @@ export class UpdateApiKeyCommand extends $Command< UpdateApiKeyCommandOutput, AppSyncClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -115,9 +112,7 @@ export class UpdateApiKeyCommand extends $Command< * @public */ constructor(readonly input: UpdateApiKeyCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -168,7 +163,4 @@ export class UpdateApiKeyCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdateApiKeyCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-appsync/src/commands/UpdateDataSourceCommand.ts b/clients/client-appsync/src/commands/UpdateDataSourceCommand.ts index 48931d21e4f2..8d34451a9c07 100644 --- a/clients/client-appsync/src/commands/UpdateDataSourceCommand.ts +++ b/clients/client-appsync/src/commands/UpdateDataSourceCommand.ts @@ -188,9 +188,6 @@ export class UpdateDataSourceCommand extends $Command< UpdateDataSourceCommandOutput, AppSyncClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -204,9 +201,7 @@ export class UpdateDataSourceCommand extends $Command< * @public */ constructor(readonly input: UpdateDataSourceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -259,7 +254,4 @@ export class UpdateDataSourceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdateDataSourceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-appsync/src/commands/UpdateDomainNameCommand.ts b/clients/client-appsync/src/commands/UpdateDomainNameCommand.ts index bd71af287e52..0bd15c9c3bc2 100644 --- a/clients/client-appsync/src/commands/UpdateDomainNameCommand.ts +++ b/clients/client-appsync/src/commands/UpdateDomainNameCommand.ts @@ -95,9 +95,6 @@ export class UpdateDomainNameCommand extends $Command< UpdateDomainNameCommandOutput, AppSyncClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -111,9 +108,7 @@ export class UpdateDomainNameCommand extends $Command< * @public */ constructor(readonly input: UpdateDomainNameCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -166,7 +161,4 @@ export class UpdateDomainNameCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdateDomainNameCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-appsync/src/commands/UpdateFunctionCommand.ts b/clients/client-appsync/src/commands/UpdateFunctionCommand.ts index a503bc6c8902..4c52a05e9c86 100644 --- a/clients/client-appsync/src/commands/UpdateFunctionCommand.ts +++ b/clients/client-appsync/src/commands/UpdateFunctionCommand.ts @@ -126,9 +126,6 @@ export class UpdateFunctionCommand extends $Command< UpdateFunctionCommandOutput, AppSyncClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -142,9 +139,7 @@ export class UpdateFunctionCommand extends $Command< * @public */ constructor(readonly input: UpdateFunctionCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -197,7 +192,4 @@ export class UpdateFunctionCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdateFunctionCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-appsync/src/commands/UpdateGraphqlApiCommand.ts b/clients/client-appsync/src/commands/UpdateGraphqlApiCommand.ts index 7cc0402b3666..58a4bbf10c63 100644 --- a/clients/client-appsync/src/commands/UpdateGraphqlApiCommand.ts +++ b/clients/client-appsync/src/commands/UpdateGraphqlApiCommand.ts @@ -203,9 +203,6 @@ export class UpdateGraphqlApiCommand extends $Command< UpdateGraphqlApiCommandOutput, AppSyncClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -219,9 +216,7 @@ export class UpdateGraphqlApiCommand extends $Command< * @public */ constructor(readonly input: UpdateGraphqlApiCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -274,7 +269,4 @@ export class UpdateGraphqlApiCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdateGraphqlApiCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-appsync/src/commands/UpdateResolverCommand.ts b/clients/client-appsync/src/commands/UpdateResolverCommand.ts index b141fe473cf7..90a9cd523207 100644 --- a/clients/client-appsync/src/commands/UpdateResolverCommand.ts +++ b/clients/client-appsync/src/commands/UpdateResolverCommand.ts @@ -150,9 +150,6 @@ export class UpdateResolverCommand extends $Command< UpdateResolverCommandOutput, AppSyncClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -166,9 +163,7 @@ export class UpdateResolverCommand extends $Command< * @public */ constructor(readonly input: UpdateResolverCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -221,7 +216,4 @@ export class UpdateResolverCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdateResolverCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-appsync/src/commands/UpdateSourceApiAssociationCommand.ts b/clients/client-appsync/src/commands/UpdateSourceApiAssociationCommand.ts index a848e95fe3de..c5ec358df391 100644 --- a/clients/client-appsync/src/commands/UpdateSourceApiAssociationCommand.ts +++ b/clients/client-appsync/src/commands/UpdateSourceApiAssociationCommand.ts @@ -107,9 +107,6 @@ export class UpdateSourceApiAssociationCommand extends $Command< UpdateSourceApiAssociationCommandOutput, AppSyncClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -123,9 +120,7 @@ export class UpdateSourceApiAssociationCommand extends $Command< * @public */ constructor(readonly input: UpdateSourceApiAssociationCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -181,7 +176,4 @@ export class UpdateSourceApiAssociationCommand extends $Command< ): Promise { return de_UpdateSourceApiAssociationCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-appsync/src/commands/UpdateTypeCommand.ts b/clients/client-appsync/src/commands/UpdateTypeCommand.ts index 1529251f9bc3..098c8517f9bb 100644 --- a/clients/client-appsync/src/commands/UpdateTypeCommand.ts +++ b/clients/client-appsync/src/commands/UpdateTypeCommand.ts @@ -97,9 +97,6 @@ export class UpdateTypeCommand extends $Command< UpdateTypeCommandOutput, AppSyncClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -113,9 +110,7 @@ export class UpdateTypeCommand extends $Command< * @public */ constructor(readonly input: UpdateTypeCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -166,7 +161,4 @@ export class UpdateTypeCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdateTypeCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-arc-zonal-shift/package.json b/clients/client-arc-zonal-shift/package.json index 1adad7294b95..3a4b3670886b 100644 --- a/clients/client-arc-zonal-shift/package.json +++ b/clients/client-arc-zonal-shift/package.json @@ -34,29 +34,29 @@ "@aws-sdk/util-endpoints": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@smithy/config-resolver": "^2.0.16", - "@smithy/fetch-http-handler": "^2.2.4", - "@smithy/hash-node": "^2.0.12", - "@smithy/invalid-dependency": "^2.0.12", - "@smithy/middleware-content-length": "^2.0.14", - "@smithy/middleware-endpoint": "^2.1.3", - "@smithy/middleware-retry": "^2.0.18", - "@smithy/middleware-serde": "^2.0.12", - "@smithy/middleware-stack": "^2.0.6", - "@smithy/node-config-provider": "^2.1.3", - "@smithy/node-http-handler": "^2.1.8", - "@smithy/protocol-http": "^3.0.8", - "@smithy/smithy-client": "^2.1.12", - "@smithy/types": "^2.4.0", - "@smithy/url-parser": "^2.0.12", - "@smithy/util-base64": "^2.0.0", + "@smithy/config-resolver": "^2.0.18", + "@smithy/fetch-http-handler": "^2.2.6", + "@smithy/hash-node": "^2.0.15", + "@smithy/invalid-dependency": "^2.0.13", + "@smithy/middleware-content-length": "^2.0.15", + "@smithy/middleware-endpoint": "^2.2.0", + "@smithy/middleware-retry": "^2.0.20", + "@smithy/middleware-serde": "^2.0.13", + "@smithy/middleware-stack": "^2.0.7", + "@smithy/node-config-provider": "^2.1.5", + "@smithy/node-http-handler": "^2.1.9", + "@smithy/protocol-http": "^3.0.9", + "@smithy/smithy-client": "^2.1.15", + "@smithy/types": "^2.5.0", + "@smithy/url-parser": "^2.0.13", + "@smithy/util-base64": "^2.0.1", "@smithy/util-body-length-browser": "^2.0.0", "@smithy/util-body-length-node": "^2.1.0", - "@smithy/util-defaults-mode-browser": "^2.0.16", - "@smithy/util-defaults-mode-node": "^2.0.21", - "@smithy/util-endpoints": "^1.0.2", - "@smithy/util-retry": "^2.0.5", - "@smithy/util-utf8": "^2.0.0", + "@smithy/util-defaults-mode-browser": "^2.0.19", + "@smithy/util-defaults-mode-node": "^2.0.25", + "@smithy/util-endpoints": "^1.0.4", + "@smithy/util-retry": "^2.0.6", + "@smithy/util-utf8": "^2.0.2", "tslib": "^2.5.0" }, "devDependencies": { diff --git a/clients/client-arc-zonal-shift/src/commands/CancelZonalShiftCommand.ts b/clients/client-arc-zonal-shift/src/commands/CancelZonalShiftCommand.ts index 10f16d483ad1..756420e06818 100644 --- a/clients/client-arc-zonal-shift/src/commands/CancelZonalShiftCommand.ts +++ b/clients/client-arc-zonal-shift/src/commands/CancelZonalShiftCommand.ts @@ -94,9 +94,6 @@ export class CancelZonalShiftCommand extends $Command< CancelZonalShiftCommandOutput, ARCZonalShiftClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -110,9 +107,7 @@ export class CancelZonalShiftCommand extends $Command< * @public */ constructor(readonly input: CancelZonalShiftCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -165,7 +160,4 @@ export class CancelZonalShiftCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CancelZonalShiftCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-arc-zonal-shift/src/commands/GetManagedResourceCommand.ts b/clients/client-arc-zonal-shift/src/commands/GetManagedResourceCommand.ts index 75242326a555..f111e4198e15 100644 --- a/clients/client-arc-zonal-shift/src/commands/GetManagedResourceCommand.ts +++ b/clients/client-arc-zonal-shift/src/commands/GetManagedResourceCommand.ts @@ -102,9 +102,6 @@ export class GetManagedResourceCommand extends $Command< GetManagedResourceCommandOutput, ARCZonalShiftClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -118,9 +115,7 @@ export class GetManagedResourceCommand extends $Command< * @public */ constructor(readonly input: GetManagedResourceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -173,7 +168,4 @@ export class GetManagedResourceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetManagedResourceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-arc-zonal-shift/src/commands/ListManagedResourcesCommand.ts b/clients/client-arc-zonal-shift/src/commands/ListManagedResourcesCommand.ts index 36907a6c3f5d..26e24024d34e 100644 --- a/clients/client-arc-zonal-shift/src/commands/ListManagedResourcesCommand.ts +++ b/clients/client-arc-zonal-shift/src/commands/ListManagedResourcesCommand.ts @@ -94,9 +94,6 @@ export class ListManagedResourcesCommand extends $Command< ListManagedResourcesCommandOutput, ARCZonalShiftClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -110,9 +107,7 @@ export class ListManagedResourcesCommand extends $Command< * @public */ constructor(readonly input: ListManagedResourcesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -165,7 +160,4 @@ export class ListManagedResourcesCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListManagedResourcesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-arc-zonal-shift/src/commands/ListZonalShiftsCommand.ts b/clients/client-arc-zonal-shift/src/commands/ListZonalShiftsCommand.ts index 68227d274be4..05882db1f509 100644 --- a/clients/client-arc-zonal-shift/src/commands/ListZonalShiftsCommand.ts +++ b/clients/client-arc-zonal-shift/src/commands/ListZonalShiftsCommand.ts @@ -95,9 +95,6 @@ export class ListZonalShiftsCommand extends $Command< ListZonalShiftsCommandOutput, ARCZonalShiftClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -111,9 +108,7 @@ export class ListZonalShiftsCommand extends $Command< * @public */ constructor(readonly input: ListZonalShiftsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -166,7 +161,4 @@ export class ListZonalShiftsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListZonalShiftsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-arc-zonal-shift/src/commands/StartZonalShiftCommand.ts b/clients/client-arc-zonal-shift/src/commands/StartZonalShiftCommand.ts index 77e4ab7ba955..5aa685282a62 100644 --- a/clients/client-arc-zonal-shift/src/commands/StartZonalShiftCommand.ts +++ b/clients/client-arc-zonal-shift/src/commands/StartZonalShiftCommand.ts @@ -106,9 +106,6 @@ export class StartZonalShiftCommand extends $Command< StartZonalShiftCommandOutput, ARCZonalShiftClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -122,9 +119,7 @@ export class StartZonalShiftCommand extends $Command< * @public */ constructor(readonly input: StartZonalShiftCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -177,7 +172,4 @@ export class StartZonalShiftCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_StartZonalShiftCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-arc-zonal-shift/src/commands/UpdateZonalShiftCommand.ts b/clients/client-arc-zonal-shift/src/commands/UpdateZonalShiftCommand.ts index 31b2594f12e1..615337298b3d 100644 --- a/clients/client-arc-zonal-shift/src/commands/UpdateZonalShiftCommand.ts +++ b/clients/client-arc-zonal-shift/src/commands/UpdateZonalShiftCommand.ts @@ -97,9 +97,6 @@ export class UpdateZonalShiftCommand extends $Command< UpdateZonalShiftCommandOutput, ARCZonalShiftClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -113,9 +110,7 @@ export class UpdateZonalShiftCommand extends $Command< * @public */ constructor(readonly input: UpdateZonalShiftCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -168,7 +163,4 @@ export class UpdateZonalShiftCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdateZonalShiftCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-athena/package.json b/clients/client-athena/package.json index d078e78cbc7c..9cf9d20395cb 100644 --- a/clients/client-athena/package.json +++ b/clients/client-athena/package.json @@ -34,29 +34,29 @@ "@aws-sdk/util-endpoints": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@smithy/config-resolver": "^2.0.16", - "@smithy/fetch-http-handler": "^2.2.4", - "@smithy/hash-node": "^2.0.12", - "@smithy/invalid-dependency": "^2.0.12", - "@smithy/middleware-content-length": "^2.0.14", - "@smithy/middleware-endpoint": "^2.1.3", - "@smithy/middleware-retry": "^2.0.18", - "@smithy/middleware-serde": "^2.0.12", - "@smithy/middleware-stack": "^2.0.6", - "@smithy/node-config-provider": "^2.1.3", - "@smithy/node-http-handler": "^2.1.8", - "@smithy/protocol-http": "^3.0.8", - "@smithy/smithy-client": "^2.1.12", - "@smithy/types": "^2.4.0", - "@smithy/url-parser": "^2.0.12", - "@smithy/util-base64": "^2.0.0", + "@smithy/config-resolver": "^2.0.18", + "@smithy/fetch-http-handler": "^2.2.6", + "@smithy/hash-node": "^2.0.15", + "@smithy/invalid-dependency": "^2.0.13", + "@smithy/middleware-content-length": "^2.0.15", + "@smithy/middleware-endpoint": "^2.2.0", + "@smithy/middleware-retry": "^2.0.20", + "@smithy/middleware-serde": "^2.0.13", + "@smithy/middleware-stack": "^2.0.7", + "@smithy/node-config-provider": "^2.1.5", + "@smithy/node-http-handler": "^2.1.9", + "@smithy/protocol-http": "^3.0.9", + "@smithy/smithy-client": "^2.1.15", + "@smithy/types": "^2.5.0", + "@smithy/url-parser": "^2.0.13", + "@smithy/util-base64": "^2.0.1", "@smithy/util-body-length-browser": "^2.0.0", "@smithy/util-body-length-node": "^2.1.0", - "@smithy/util-defaults-mode-browser": "^2.0.16", - "@smithy/util-defaults-mode-node": "^2.0.21", - "@smithy/util-endpoints": "^1.0.2", - "@smithy/util-retry": "^2.0.5", - "@smithy/util-utf8": "^2.0.0", + "@smithy/util-defaults-mode-browser": "^2.0.19", + "@smithy/util-defaults-mode-node": "^2.0.25", + "@smithy/util-endpoints": "^1.0.4", + "@smithy/util-retry": "^2.0.6", + "@smithy/util-utf8": "^2.0.2", "tslib": "^2.5.0", "uuid": "^8.3.2" }, diff --git a/clients/client-athena/src/commands/BatchGetNamedQueryCommand.ts b/clients/client-athena/src/commands/BatchGetNamedQueryCommand.ts index 8eb4f15e6182..61a1482b4e77 100644 --- a/clients/client-athena/src/commands/BatchGetNamedQueryCommand.ts +++ b/clients/client-athena/src/commands/BatchGetNamedQueryCommand.ts @@ -104,9 +104,6 @@ export class BatchGetNamedQueryCommand extends $Command< BatchGetNamedQueryCommandOutput, AthenaClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -120,9 +117,7 @@ export class BatchGetNamedQueryCommand extends $Command< * @public */ constructor(readonly input: BatchGetNamedQueryCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -175,7 +170,4 @@ export class BatchGetNamedQueryCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_BatchGetNamedQueryCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-athena/src/commands/BatchGetPreparedStatementCommand.ts b/clients/client-athena/src/commands/BatchGetPreparedStatementCommand.ts index a072a831b450..5d83fbe69f64 100644 --- a/clients/client-athena/src/commands/BatchGetPreparedStatementCommand.ts +++ b/clients/client-athena/src/commands/BatchGetPreparedStatementCommand.ts @@ -100,9 +100,6 @@ export class BatchGetPreparedStatementCommand extends $Command< BatchGetPreparedStatementCommandOutput, AthenaClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -116,9 +113,7 @@ export class BatchGetPreparedStatementCommand extends $Command< * @public */ constructor(readonly input: BatchGetPreparedStatementCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -174,7 +169,4 @@ export class BatchGetPreparedStatementCommand extends $Command< ): Promise { return de_BatchGetPreparedStatementCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-athena/src/commands/BatchGetQueryExecutionCommand.ts b/clients/client-athena/src/commands/BatchGetQueryExecutionCommand.ts index 78170eb7c354..854aa3fe4d06 100644 --- a/clients/client-athena/src/commands/BatchGetQueryExecutionCommand.ts +++ b/clients/client-athena/src/commands/BatchGetQueryExecutionCommand.ts @@ -152,9 +152,6 @@ export class BatchGetQueryExecutionCommand extends $Command< BatchGetQueryExecutionCommandOutput, AthenaClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -168,9 +165,7 @@ export class BatchGetQueryExecutionCommand extends $Command< * @public */ constructor(readonly input: BatchGetQueryExecutionCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -223,7 +218,4 @@ export class BatchGetQueryExecutionCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_BatchGetQueryExecutionCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-athena/src/commands/CancelCapacityReservationCommand.ts b/clients/client-athena/src/commands/CancelCapacityReservationCommand.ts index b0fd9d381b9b..6b081ae592f2 100644 --- a/clients/client-athena/src/commands/CancelCapacityReservationCommand.ts +++ b/clients/client-athena/src/commands/CancelCapacityReservationCommand.ts @@ -76,9 +76,6 @@ export class CancelCapacityReservationCommand extends $Command< CancelCapacityReservationCommandOutput, AthenaClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -92,9 +89,7 @@ export class CancelCapacityReservationCommand extends $Command< * @public */ constructor(readonly input: CancelCapacityReservationCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -150,7 +145,4 @@ export class CancelCapacityReservationCommand extends $Command< ): Promise { return de_CancelCapacityReservationCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-athena/src/commands/CreateCapacityReservationCommand.ts b/clients/client-athena/src/commands/CreateCapacityReservationCommand.ts index 7d441ae30c59..b91bb97a95e0 100644 --- a/clients/client-athena/src/commands/CreateCapacityReservationCommand.ts +++ b/clients/client-athena/src/commands/CreateCapacityReservationCommand.ts @@ -83,9 +83,6 @@ export class CreateCapacityReservationCommand extends $Command< CreateCapacityReservationCommandOutput, AthenaClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -99,9 +96,7 @@ export class CreateCapacityReservationCommand extends $Command< * @public */ constructor(readonly input: CreateCapacityReservationCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -157,7 +152,4 @@ export class CreateCapacityReservationCommand extends $Command< ): Promise { return de_CreateCapacityReservationCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-athena/src/commands/CreateDataCatalogCommand.ts b/clients/client-athena/src/commands/CreateDataCatalogCommand.ts index 7cd79fc0fcd5..98a6af414770 100644 --- a/clients/client-athena/src/commands/CreateDataCatalogCommand.ts +++ b/clients/client-athena/src/commands/CreateDataCatalogCommand.ts @@ -88,9 +88,6 @@ export class CreateDataCatalogCommand extends $Command< CreateDataCatalogCommandOutput, AthenaClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -104,9 +101,7 @@ export class CreateDataCatalogCommand extends $Command< * @public */ constructor(readonly input: CreateDataCatalogCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -159,7 +154,4 @@ export class CreateDataCatalogCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateDataCatalogCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-athena/src/commands/CreateNamedQueryCommand.ts b/clients/client-athena/src/commands/CreateNamedQueryCommand.ts index 057a33e42e87..fe15c6b1a345 100644 --- a/clients/client-athena/src/commands/CreateNamedQueryCommand.ts +++ b/clients/client-athena/src/commands/CreateNamedQueryCommand.ts @@ -87,9 +87,6 @@ export class CreateNamedQueryCommand extends $Command< CreateNamedQueryCommandOutput, AthenaClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -103,9 +100,7 @@ export class CreateNamedQueryCommand extends $Command< * @public */ constructor(readonly input: CreateNamedQueryCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -158,7 +153,4 @@ export class CreateNamedQueryCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateNamedQueryCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-athena/src/commands/CreateNotebookCommand.ts b/clients/client-athena/src/commands/CreateNotebookCommand.ts index f4e2b6aa7cc0..218a9e1bfa50 100644 --- a/clients/client-athena/src/commands/CreateNotebookCommand.ts +++ b/clients/client-athena/src/commands/CreateNotebookCommand.ts @@ -85,9 +85,6 @@ export class CreateNotebookCommand extends $Command< CreateNotebookCommandOutput, AthenaClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -101,9 +98,7 @@ export class CreateNotebookCommand extends $Command< * @public */ constructor(readonly input: CreateNotebookCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -156,7 +151,4 @@ export class CreateNotebookCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateNotebookCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-athena/src/commands/CreatePreparedStatementCommand.ts b/clients/client-athena/src/commands/CreatePreparedStatementCommand.ts index ac5778e8a654..246197b2fc23 100644 --- a/clients/client-athena/src/commands/CreatePreparedStatementCommand.ts +++ b/clients/client-athena/src/commands/CreatePreparedStatementCommand.ts @@ -79,9 +79,6 @@ export class CreatePreparedStatementCommand extends $Command< CreatePreparedStatementCommandOutput, AthenaClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -95,9 +92,7 @@ export class CreatePreparedStatementCommand extends $Command< * @public */ constructor(readonly input: CreatePreparedStatementCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -150,7 +145,4 @@ export class CreatePreparedStatementCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreatePreparedStatementCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-athena/src/commands/CreatePresignedNotebookUrlCommand.ts b/clients/client-athena/src/commands/CreatePresignedNotebookUrlCommand.ts index 0b3d35d338ca..27b1a36511b2 100644 --- a/clients/client-athena/src/commands/CreatePresignedNotebookUrlCommand.ts +++ b/clients/client-athena/src/commands/CreatePresignedNotebookUrlCommand.ts @@ -87,9 +87,6 @@ export class CreatePresignedNotebookUrlCommand extends $Command< CreatePresignedNotebookUrlCommandOutput, AthenaClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -103,9 +100,7 @@ export class CreatePresignedNotebookUrlCommand extends $Command< * @public */ constructor(readonly input: CreatePresignedNotebookUrlCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -161,7 +156,4 @@ export class CreatePresignedNotebookUrlCommand extends $Command< ): Promise { return de_CreatePresignedNotebookUrlCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-athena/src/commands/CreateWorkGroupCommand.ts b/clients/client-athena/src/commands/CreateWorkGroupCommand.ts index f0ec512753d4..915853a21079 100644 --- a/clients/client-athena/src/commands/CreateWorkGroupCommand.ts +++ b/clients/client-athena/src/commands/CreateWorkGroupCommand.ts @@ -111,9 +111,6 @@ export class CreateWorkGroupCommand extends $Command< CreateWorkGroupCommandOutput, AthenaClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -127,9 +124,7 @@ export class CreateWorkGroupCommand extends $Command< * @public */ constructor(readonly input: CreateWorkGroupCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -182,7 +177,4 @@ export class CreateWorkGroupCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateWorkGroupCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-athena/src/commands/DeleteCapacityReservationCommand.ts b/clients/client-athena/src/commands/DeleteCapacityReservationCommand.ts index c88bdab5aedd..4b790636a3bd 100644 --- a/clients/client-athena/src/commands/DeleteCapacityReservationCommand.ts +++ b/clients/client-athena/src/commands/DeleteCapacityReservationCommand.ts @@ -76,9 +76,6 @@ export class DeleteCapacityReservationCommand extends $Command< DeleteCapacityReservationCommandOutput, AthenaClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -92,9 +89,7 @@ export class DeleteCapacityReservationCommand extends $Command< * @public */ constructor(readonly input: DeleteCapacityReservationCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -150,7 +145,4 @@ export class DeleteCapacityReservationCommand extends $Command< ): Promise { return de_DeleteCapacityReservationCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-athena/src/commands/DeleteDataCatalogCommand.ts b/clients/client-athena/src/commands/DeleteDataCatalogCommand.ts index c8a1db204ffc..d3292f3a0524 100644 --- a/clients/client-athena/src/commands/DeleteDataCatalogCommand.ts +++ b/clients/client-athena/src/commands/DeleteDataCatalogCommand.ts @@ -76,9 +76,6 @@ export class DeleteDataCatalogCommand extends $Command< DeleteDataCatalogCommandOutput, AthenaClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -92,9 +89,7 @@ export class DeleteDataCatalogCommand extends $Command< * @public */ constructor(readonly input: DeleteDataCatalogCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -147,7 +142,4 @@ export class DeleteDataCatalogCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteDataCatalogCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-athena/src/commands/DeleteNamedQueryCommand.ts b/clients/client-athena/src/commands/DeleteNamedQueryCommand.ts index f752080f7328..c10dee962b2f 100644 --- a/clients/client-athena/src/commands/DeleteNamedQueryCommand.ts +++ b/clients/client-athena/src/commands/DeleteNamedQueryCommand.ts @@ -80,9 +80,6 @@ export class DeleteNamedQueryCommand extends $Command< DeleteNamedQueryCommandOutput, AthenaClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -96,9 +93,7 @@ export class DeleteNamedQueryCommand extends $Command< * @public */ constructor(readonly input: DeleteNamedQueryCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -151,7 +146,4 @@ export class DeleteNamedQueryCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteNamedQueryCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-athena/src/commands/DeleteNotebookCommand.ts b/clients/client-athena/src/commands/DeleteNotebookCommand.ts index a4dba75fe481..f5282cdf0ff8 100644 --- a/clients/client-athena/src/commands/DeleteNotebookCommand.ts +++ b/clients/client-athena/src/commands/DeleteNotebookCommand.ts @@ -79,9 +79,6 @@ export class DeleteNotebookCommand extends $Command< DeleteNotebookCommandOutput, AthenaClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -95,9 +92,7 @@ export class DeleteNotebookCommand extends $Command< * @public */ constructor(readonly input: DeleteNotebookCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -150,7 +145,4 @@ export class DeleteNotebookCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteNotebookCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-athena/src/commands/DeletePreparedStatementCommand.ts b/clients/client-athena/src/commands/DeletePreparedStatementCommand.ts index aea7c3d7d293..a50f74901157 100644 --- a/clients/client-athena/src/commands/DeletePreparedStatementCommand.ts +++ b/clients/client-athena/src/commands/DeletePreparedStatementCommand.ts @@ -81,9 +81,6 @@ export class DeletePreparedStatementCommand extends $Command< DeletePreparedStatementCommandOutput, AthenaClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -97,9 +94,7 @@ export class DeletePreparedStatementCommand extends $Command< * @public */ constructor(readonly input: DeletePreparedStatementCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -152,7 +147,4 @@ export class DeletePreparedStatementCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeletePreparedStatementCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-athena/src/commands/DeleteWorkGroupCommand.ts b/clients/client-athena/src/commands/DeleteWorkGroupCommand.ts index ae1e04d3da14..008c5b816d9c 100644 --- a/clients/client-athena/src/commands/DeleteWorkGroupCommand.ts +++ b/clients/client-athena/src/commands/DeleteWorkGroupCommand.ts @@ -78,9 +78,6 @@ export class DeleteWorkGroupCommand extends $Command< DeleteWorkGroupCommandOutput, AthenaClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -94,9 +91,7 @@ export class DeleteWorkGroupCommand extends $Command< * @public */ constructor(readonly input: DeleteWorkGroupCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -149,7 +144,4 @@ export class DeleteWorkGroupCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteWorkGroupCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-athena/src/commands/ExportNotebookCommand.ts b/clients/client-athena/src/commands/ExportNotebookCommand.ts index 73f1cf55f839..a2e5327190c9 100644 --- a/clients/client-athena/src/commands/ExportNotebookCommand.ts +++ b/clients/client-athena/src/commands/ExportNotebookCommand.ts @@ -89,9 +89,6 @@ export class ExportNotebookCommand extends $Command< ExportNotebookCommandOutput, AthenaClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -105,9 +102,7 @@ export class ExportNotebookCommand extends $Command< * @public */ constructor(readonly input: ExportNotebookCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -160,7 +155,4 @@ export class ExportNotebookCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ExportNotebookCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-athena/src/commands/GetCalculationExecutionCodeCommand.ts b/clients/client-athena/src/commands/GetCalculationExecutionCodeCommand.ts index eb9fa8d03865..459428bb37d7 100644 --- a/clients/client-athena/src/commands/GetCalculationExecutionCodeCommand.ts +++ b/clients/client-athena/src/commands/GetCalculationExecutionCodeCommand.ts @@ -83,9 +83,6 @@ export class GetCalculationExecutionCodeCommand extends $Command< GetCalculationExecutionCodeCommandOutput, AthenaClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -99,9 +96,7 @@ export class GetCalculationExecutionCodeCommand extends $Command< * @public */ constructor(readonly input: GetCalculationExecutionCodeCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -157,7 +152,4 @@ export class GetCalculationExecutionCodeCommand extends $Command< ): Promise { return de_GetCalculationExecutionCodeCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-athena/src/commands/GetCalculationExecutionCommand.ts b/clients/client-athena/src/commands/GetCalculationExecutionCommand.ts index 9561b08311fc..92a746d9f9c1 100644 --- a/clients/client-athena/src/commands/GetCalculationExecutionCommand.ts +++ b/clients/client-athena/src/commands/GetCalculationExecutionCommand.ts @@ -100,9 +100,6 @@ export class GetCalculationExecutionCommand extends $Command< GetCalculationExecutionCommandOutput, AthenaClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -116,9 +113,7 @@ export class GetCalculationExecutionCommand extends $Command< * @public */ constructor(readonly input: GetCalculationExecutionCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -171,7 +166,4 @@ export class GetCalculationExecutionCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetCalculationExecutionCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-athena/src/commands/GetCalculationExecutionStatusCommand.ts b/clients/client-athena/src/commands/GetCalculationExecutionStatusCommand.ts index 210bd926b4d4..afc9a6b469d3 100644 --- a/clients/client-athena/src/commands/GetCalculationExecutionStatusCommand.ts +++ b/clients/client-athena/src/commands/GetCalculationExecutionStatusCommand.ts @@ -95,9 +95,6 @@ export class GetCalculationExecutionStatusCommand extends $Command< GetCalculationExecutionStatusCommandOutput, AthenaClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -111,9 +108,7 @@ export class GetCalculationExecutionStatusCommand extends $Command< * @public */ constructor(readonly input: GetCalculationExecutionStatusCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -169,7 +164,4 @@ export class GetCalculationExecutionStatusCommand extends $Command< ): Promise { return de_GetCalculationExecutionStatusCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-athena/src/commands/GetCapacityAssignmentConfigurationCommand.ts b/clients/client-athena/src/commands/GetCapacityAssignmentConfigurationCommand.ts index bbd7b40754a6..f4fb0f5643c6 100644 --- a/clients/client-athena/src/commands/GetCapacityAssignmentConfigurationCommand.ts +++ b/clients/client-athena/src/commands/GetCapacityAssignmentConfigurationCommand.ts @@ -92,9 +92,6 @@ export class GetCapacityAssignmentConfigurationCommand extends $Command< GetCapacityAssignmentConfigurationCommandOutput, AthenaClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -108,9 +105,7 @@ export class GetCapacityAssignmentConfigurationCommand extends $Command< * @public */ constructor(readonly input: GetCapacityAssignmentConfigurationCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -169,7 +164,4 @@ export class GetCapacityAssignmentConfigurationCommand extends $Command< ): Promise { return de_GetCapacityAssignmentConfigurationCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-athena/src/commands/GetCapacityReservationCommand.ts b/clients/client-athena/src/commands/GetCapacityReservationCommand.ts index 69767c0cf26e..bc9edaad988f 100644 --- a/clients/client-athena/src/commands/GetCapacityReservationCommand.ts +++ b/clients/client-athena/src/commands/GetCapacityReservationCommand.ts @@ -91,9 +91,6 @@ export class GetCapacityReservationCommand extends $Command< GetCapacityReservationCommandOutput, AthenaClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -107,9 +104,7 @@ export class GetCapacityReservationCommand extends $Command< * @public */ constructor(readonly input: GetCapacityReservationCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -162,7 +157,4 @@ export class GetCapacityReservationCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetCapacityReservationCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-athena/src/commands/GetDataCatalogCommand.ts b/clients/client-athena/src/commands/GetDataCatalogCommand.ts index a152d9a0f61c..beb23560798b 100644 --- a/clients/client-athena/src/commands/GetDataCatalogCommand.ts +++ b/clients/client-athena/src/commands/GetDataCatalogCommand.ts @@ -85,9 +85,6 @@ export class GetDataCatalogCommand extends $Command< GetDataCatalogCommandOutput, AthenaClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -101,9 +98,7 @@ export class GetDataCatalogCommand extends $Command< * @public */ constructor(readonly input: GetDataCatalogCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -156,7 +151,4 @@ export class GetDataCatalogCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetDataCatalogCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-athena/src/commands/GetDatabaseCommand.ts b/clients/client-athena/src/commands/GetDatabaseCommand.ts index d2645f41a81a..3508ff062073 100644 --- a/clients/client-athena/src/commands/GetDatabaseCommand.ts +++ b/clients/client-athena/src/commands/GetDatabaseCommand.ts @@ -93,9 +93,6 @@ export class GetDatabaseCommand extends $Command< GetDatabaseCommandOutput, AthenaClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -109,9 +106,7 @@ export class GetDatabaseCommand extends $Command< * @public */ constructor(readonly input: GetDatabaseCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -162,7 +157,4 @@ export class GetDatabaseCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetDatabaseCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-athena/src/commands/GetNamedQueryCommand.ts b/clients/client-athena/src/commands/GetNamedQueryCommand.ts index 1028efadcf9b..e4b5f24bfdd6 100644 --- a/clients/client-athena/src/commands/GetNamedQueryCommand.ts +++ b/clients/client-athena/src/commands/GetNamedQueryCommand.ts @@ -86,9 +86,6 @@ export class GetNamedQueryCommand extends $Command< GetNamedQueryCommandOutput, AthenaClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -102,9 +99,7 @@ export class GetNamedQueryCommand extends $Command< * @public */ constructor(readonly input: GetNamedQueryCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -155,7 +150,4 @@ export class GetNamedQueryCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetNamedQueryCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-athena/src/commands/GetNotebookMetadataCommand.ts b/clients/client-athena/src/commands/GetNotebookMetadataCommand.ts index ddcfc415d312..3d87a113a67d 100644 --- a/clients/client-athena/src/commands/GetNotebookMetadataCommand.ts +++ b/clients/client-athena/src/commands/GetNotebookMetadataCommand.ts @@ -88,9 +88,6 @@ export class GetNotebookMetadataCommand extends $Command< GetNotebookMetadataCommandOutput, AthenaClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -104,9 +101,7 @@ export class GetNotebookMetadataCommand extends $Command< * @public */ constructor(readonly input: GetNotebookMetadataCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -159,7 +154,4 @@ export class GetNotebookMetadataCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetNotebookMetadataCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-athena/src/commands/GetPreparedStatementCommand.ts b/clients/client-athena/src/commands/GetPreparedStatementCommand.ts index cd2c5675cba3..210d3eea7fa3 100644 --- a/clients/client-athena/src/commands/GetPreparedStatementCommand.ts +++ b/clients/client-athena/src/commands/GetPreparedStatementCommand.ts @@ -89,9 +89,6 @@ export class GetPreparedStatementCommand extends $Command< GetPreparedStatementCommandOutput, AthenaClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -105,9 +102,7 @@ export class GetPreparedStatementCommand extends $Command< * @public */ constructor(readonly input: GetPreparedStatementCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -160,7 +155,4 @@ export class GetPreparedStatementCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetPreparedStatementCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-athena/src/commands/GetQueryExecutionCommand.ts b/clients/client-athena/src/commands/GetQueryExecutionCommand.ts index ae0eb8b3448d..e24a0ffd661d 100644 --- a/clients/client-athena/src/commands/GetQueryExecutionCommand.ts +++ b/clients/client-athena/src/commands/GetQueryExecutionCommand.ts @@ -138,9 +138,6 @@ export class GetQueryExecutionCommand extends $Command< GetQueryExecutionCommandOutput, AthenaClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -154,9 +151,7 @@ export class GetQueryExecutionCommand extends $Command< * @public */ constructor(readonly input: GetQueryExecutionCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -209,7 +204,4 @@ export class GetQueryExecutionCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetQueryExecutionCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-athena/src/commands/GetQueryResultsCommand.ts b/clients/client-athena/src/commands/GetQueryResultsCommand.ts index 0fc5cc0d838a..028612611107 100644 --- a/clients/client-athena/src/commands/GetQueryResultsCommand.ts +++ b/clients/client-athena/src/commands/GetQueryResultsCommand.ts @@ -126,9 +126,6 @@ export class GetQueryResultsCommand extends $Command< GetQueryResultsCommandOutput, AthenaClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -142,9 +139,7 @@ export class GetQueryResultsCommand extends $Command< * @public */ constructor(readonly input: GetQueryResultsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -197,7 +192,4 @@ export class GetQueryResultsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetQueryResultsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-athena/src/commands/GetQueryRuntimeStatisticsCommand.ts b/clients/client-athena/src/commands/GetQueryRuntimeStatisticsCommand.ts index 71b862017311..b0ba171b34b9 100644 --- a/clients/client-athena/src/commands/GetQueryRuntimeStatisticsCommand.ts +++ b/clients/client-athena/src/commands/GetQueryRuntimeStatisticsCommand.ts @@ -140,9 +140,6 @@ export class GetQueryRuntimeStatisticsCommand extends $Command< GetQueryRuntimeStatisticsCommandOutput, AthenaClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -156,9 +153,7 @@ export class GetQueryRuntimeStatisticsCommand extends $Command< * @public */ constructor(readonly input: GetQueryRuntimeStatisticsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -214,7 +209,4 @@ export class GetQueryRuntimeStatisticsCommand extends $Command< ): Promise { return de_GetQueryRuntimeStatisticsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-athena/src/commands/GetSessionCommand.ts b/clients/client-athena/src/commands/GetSessionCommand.ts index 36e7cf0390be..ac7746d88b07 100644 --- a/clients/client-athena/src/commands/GetSessionCommand.ts +++ b/clients/client-athena/src/commands/GetSessionCommand.ts @@ -117,9 +117,6 @@ export class GetSessionCommand extends $Command< GetSessionCommandOutput, AthenaClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -133,9 +130,7 @@ export class GetSessionCommand extends $Command< * @public */ constructor(readonly input: GetSessionCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -186,7 +181,4 @@ export class GetSessionCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetSessionCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-athena/src/commands/GetSessionStatusCommand.ts b/clients/client-athena/src/commands/GetSessionStatusCommand.ts index 8554d0426d44..01ec610e40f5 100644 --- a/clients/client-athena/src/commands/GetSessionStatusCommand.ts +++ b/clients/client-athena/src/commands/GetSessionStatusCommand.ts @@ -89,9 +89,6 @@ export class GetSessionStatusCommand extends $Command< GetSessionStatusCommandOutput, AthenaClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -105,9 +102,7 @@ export class GetSessionStatusCommand extends $Command< * @public */ constructor(readonly input: GetSessionStatusCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -160,7 +155,4 @@ export class GetSessionStatusCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetSessionStatusCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-athena/src/commands/GetTableMetadataCommand.ts b/clients/client-athena/src/commands/GetTableMetadataCommand.ts index a2c9d438982a..099a7baaf536 100644 --- a/clients/client-athena/src/commands/GetTableMetadataCommand.ts +++ b/clients/client-athena/src/commands/GetTableMetadataCommand.ts @@ -110,9 +110,6 @@ export class GetTableMetadataCommand extends $Command< GetTableMetadataCommandOutput, AthenaClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -126,9 +123,7 @@ export class GetTableMetadataCommand extends $Command< * @public */ constructor(readonly input: GetTableMetadataCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -181,7 +176,4 @@ export class GetTableMetadataCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetTableMetadataCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-athena/src/commands/GetWorkGroupCommand.ts b/clients/client-athena/src/commands/GetWorkGroupCommand.ts index 8f644aa1196e..3baada29678c 100644 --- a/clients/client-athena/src/commands/GetWorkGroupCommand.ts +++ b/clients/client-athena/src/commands/GetWorkGroupCommand.ts @@ -110,9 +110,6 @@ export class GetWorkGroupCommand extends $Command< GetWorkGroupCommandOutput, AthenaClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -126,9 +123,7 @@ export class GetWorkGroupCommand extends $Command< * @public */ constructor(readonly input: GetWorkGroupCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -179,7 +174,4 @@ export class GetWorkGroupCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetWorkGroupCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-athena/src/commands/ImportNotebookCommand.ts b/clients/client-athena/src/commands/ImportNotebookCommand.ts index 5d2db7635f8f..07fa95fa067d 100644 --- a/clients/client-athena/src/commands/ImportNotebookCommand.ts +++ b/clients/client-athena/src/commands/ImportNotebookCommand.ts @@ -87,9 +87,6 @@ export class ImportNotebookCommand extends $Command< ImportNotebookCommandOutput, AthenaClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -103,9 +100,7 @@ export class ImportNotebookCommand extends $Command< * @public */ constructor(readonly input: ImportNotebookCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -158,7 +153,4 @@ export class ImportNotebookCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ImportNotebookCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-athena/src/commands/ListApplicationDPUSizesCommand.ts b/clients/client-athena/src/commands/ListApplicationDPUSizesCommand.ts index ab69b7c304eb..e109e9450a0e 100644 --- a/clients/client-athena/src/commands/ListApplicationDPUSizesCommand.ts +++ b/clients/client-athena/src/commands/ListApplicationDPUSizesCommand.ts @@ -91,9 +91,6 @@ export class ListApplicationDPUSizesCommand extends $Command< ListApplicationDPUSizesCommandOutput, AthenaClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -107,9 +104,7 @@ export class ListApplicationDPUSizesCommand extends $Command< * @public */ constructor(readonly input: ListApplicationDPUSizesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -162,7 +157,4 @@ export class ListApplicationDPUSizesCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListApplicationDPUSizesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-athena/src/commands/ListCalculationExecutionsCommand.ts b/clients/client-athena/src/commands/ListCalculationExecutionsCommand.ts index 591f2a46fdcb..2f7c4985f3ef 100644 --- a/clients/client-athena/src/commands/ListCalculationExecutionsCommand.ts +++ b/clients/client-athena/src/commands/ListCalculationExecutionsCommand.ts @@ -97,9 +97,6 @@ export class ListCalculationExecutionsCommand extends $Command< ListCalculationExecutionsCommandOutput, AthenaClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -113,9 +110,7 @@ export class ListCalculationExecutionsCommand extends $Command< * @public */ constructor(readonly input: ListCalculationExecutionsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -171,7 +166,4 @@ export class ListCalculationExecutionsCommand extends $Command< ): Promise { return de_ListCalculationExecutionsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-athena/src/commands/ListCapacityReservationsCommand.ts b/clients/client-athena/src/commands/ListCapacityReservationsCommand.ts index d777c5742927..87ae96794137 100644 --- a/clients/client-athena/src/commands/ListCapacityReservationsCommand.ts +++ b/clients/client-athena/src/commands/ListCapacityReservationsCommand.ts @@ -95,9 +95,6 @@ export class ListCapacityReservationsCommand extends $Command< ListCapacityReservationsCommandOutput, AthenaClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -111,9 +108,7 @@ export class ListCapacityReservationsCommand extends $Command< * @public */ constructor(readonly input: ListCapacityReservationsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -166,7 +161,4 @@ export class ListCapacityReservationsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListCapacityReservationsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-athena/src/commands/ListDataCatalogsCommand.ts b/clients/client-athena/src/commands/ListDataCatalogsCommand.ts index 38538086c464..63e40de02aa6 100644 --- a/clients/client-athena/src/commands/ListDataCatalogsCommand.ts +++ b/clients/client-athena/src/commands/ListDataCatalogsCommand.ts @@ -89,9 +89,6 @@ export class ListDataCatalogsCommand extends $Command< ListDataCatalogsCommandOutput, AthenaClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -105,9 +102,7 @@ export class ListDataCatalogsCommand extends $Command< * @public */ constructor(readonly input: ListDataCatalogsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -160,7 +155,4 @@ export class ListDataCatalogsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListDataCatalogsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-athena/src/commands/ListDatabasesCommand.ts b/clients/client-athena/src/commands/ListDatabasesCommand.ts index 116a3bfd7026..62f52d5e0a0b 100644 --- a/clients/client-athena/src/commands/ListDatabasesCommand.ts +++ b/clients/client-athena/src/commands/ListDatabasesCommand.ts @@ -97,9 +97,6 @@ export class ListDatabasesCommand extends $Command< ListDatabasesCommandOutput, AthenaClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -113,9 +110,7 @@ export class ListDatabasesCommand extends $Command< * @public */ constructor(readonly input: ListDatabasesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -166,7 +161,4 @@ export class ListDatabasesCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListDatabasesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-athena/src/commands/ListEngineVersionsCommand.ts b/clients/client-athena/src/commands/ListEngineVersionsCommand.ts index 445e5cb21642..5c4165d2479d 100644 --- a/clients/client-athena/src/commands/ListEngineVersionsCommand.ts +++ b/clients/client-athena/src/commands/ListEngineVersionsCommand.ts @@ -86,9 +86,6 @@ export class ListEngineVersionsCommand extends $Command< ListEngineVersionsCommandOutput, AthenaClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -102,9 +99,7 @@ export class ListEngineVersionsCommand extends $Command< * @public */ constructor(readonly input: ListEngineVersionsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -157,7 +152,4 @@ export class ListEngineVersionsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListEngineVersionsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-athena/src/commands/ListExecutorsCommand.ts b/clients/client-athena/src/commands/ListExecutorsCommand.ts index 61b0561ea280..9341daead460 100644 --- a/clients/client-athena/src/commands/ListExecutorsCommand.ts +++ b/clients/client-athena/src/commands/ListExecutorsCommand.ts @@ -97,9 +97,6 @@ export class ListExecutorsCommand extends $Command< ListExecutorsCommandOutput, AthenaClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -113,9 +110,7 @@ export class ListExecutorsCommand extends $Command< * @public */ constructor(readonly input: ListExecutorsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -166,7 +161,4 @@ export class ListExecutorsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListExecutorsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-athena/src/commands/ListNamedQueriesCommand.ts b/clients/client-athena/src/commands/ListNamedQueriesCommand.ts index 45053a644b1b..8c0f83bd7101 100644 --- a/clients/client-athena/src/commands/ListNamedQueriesCommand.ts +++ b/clients/client-athena/src/commands/ListNamedQueriesCommand.ts @@ -88,9 +88,6 @@ export class ListNamedQueriesCommand extends $Command< ListNamedQueriesCommandOutput, AthenaClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -104,9 +101,7 @@ export class ListNamedQueriesCommand extends $Command< * @public */ constructor(readonly input: ListNamedQueriesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -159,7 +154,4 @@ export class ListNamedQueriesCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListNamedQueriesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-athena/src/commands/ListNotebookMetadataCommand.ts b/clients/client-athena/src/commands/ListNotebookMetadataCommand.ts index 6447cfc7267b..21bc0b517add 100644 --- a/clients/client-athena/src/commands/ListNotebookMetadataCommand.ts +++ b/clients/client-athena/src/commands/ListNotebookMetadataCommand.ts @@ -96,9 +96,6 @@ export class ListNotebookMetadataCommand extends $Command< ListNotebookMetadataCommandOutput, AthenaClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -112,9 +109,7 @@ export class ListNotebookMetadataCommand extends $Command< * @public */ constructor(readonly input: ListNotebookMetadataCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -167,7 +162,4 @@ export class ListNotebookMetadataCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListNotebookMetadataCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-athena/src/commands/ListNotebookSessionsCommand.ts b/clients/client-athena/src/commands/ListNotebookSessionsCommand.ts index 90a3dbbb6c81..8dbf99dae2fc 100644 --- a/clients/client-athena/src/commands/ListNotebookSessionsCommand.ts +++ b/clients/client-athena/src/commands/ListNotebookSessionsCommand.ts @@ -92,9 +92,6 @@ export class ListNotebookSessionsCommand extends $Command< ListNotebookSessionsCommandOutput, AthenaClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -108,9 +105,7 @@ export class ListNotebookSessionsCommand extends $Command< * @public */ constructor(readonly input: ListNotebookSessionsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -163,7 +158,4 @@ export class ListNotebookSessionsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListNotebookSessionsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-athena/src/commands/ListPreparedStatementsCommand.ts b/clients/client-athena/src/commands/ListPreparedStatementsCommand.ts index 508eeb64dc23..aa11ae2f7183 100644 --- a/clients/client-athena/src/commands/ListPreparedStatementsCommand.ts +++ b/clients/client-athena/src/commands/ListPreparedStatementsCommand.ts @@ -86,9 +86,6 @@ export class ListPreparedStatementsCommand extends $Command< ListPreparedStatementsCommandOutput, AthenaClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -102,9 +99,7 @@ export class ListPreparedStatementsCommand extends $Command< * @public */ constructor(readonly input: ListPreparedStatementsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -157,7 +152,4 @@ export class ListPreparedStatementsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListPreparedStatementsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-athena/src/commands/ListQueryExecutionsCommand.ts b/clients/client-athena/src/commands/ListQueryExecutionsCommand.ts index dad66dbd42df..5585e05230b9 100644 --- a/clients/client-athena/src/commands/ListQueryExecutionsCommand.ts +++ b/clients/client-athena/src/commands/ListQueryExecutionsCommand.ts @@ -89,9 +89,6 @@ export class ListQueryExecutionsCommand extends $Command< ListQueryExecutionsCommandOutput, AthenaClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -105,9 +102,7 @@ export class ListQueryExecutionsCommand extends $Command< * @public */ constructor(readonly input: ListQueryExecutionsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -160,7 +155,4 @@ export class ListQueryExecutionsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListQueryExecutionsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-athena/src/commands/ListSessionsCommand.ts b/clients/client-athena/src/commands/ListSessionsCommand.ts index 086fe6699f62..0bb6b62782b5 100644 --- a/clients/client-athena/src/commands/ListSessionsCommand.ts +++ b/clients/client-athena/src/commands/ListSessionsCommand.ts @@ -106,9 +106,6 @@ export class ListSessionsCommand extends $Command< ListSessionsCommandOutput, AthenaClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -122,9 +119,7 @@ export class ListSessionsCommand extends $Command< * @public */ constructor(readonly input: ListSessionsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -175,7 +170,4 @@ export class ListSessionsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListSessionsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-athena/src/commands/ListTableMetadataCommand.ts b/clients/client-athena/src/commands/ListTableMetadataCommand.ts index dd112dbf1a70..6ffaa9b70b5a 100644 --- a/clients/client-athena/src/commands/ListTableMetadataCommand.ts +++ b/clients/client-athena/src/commands/ListTableMetadataCommand.ts @@ -115,9 +115,6 @@ export class ListTableMetadataCommand extends $Command< ListTableMetadataCommandOutput, AthenaClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -131,9 +128,7 @@ export class ListTableMetadataCommand extends $Command< * @public */ constructor(readonly input: ListTableMetadataCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -186,7 +181,4 @@ export class ListTableMetadataCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListTableMetadataCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-athena/src/commands/ListTagsForResourceCommand.ts b/clients/client-athena/src/commands/ListTagsForResourceCommand.ts index 6c98d2e18a82..8ce95c9b718e 100644 --- a/clients/client-athena/src/commands/ListTagsForResourceCommand.ts +++ b/clients/client-athena/src/commands/ListTagsForResourceCommand.ts @@ -89,9 +89,6 @@ export class ListTagsForResourceCommand extends $Command< ListTagsForResourceCommandOutput, AthenaClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -105,9 +102,7 @@ export class ListTagsForResourceCommand extends $Command< * @public */ constructor(readonly input: ListTagsForResourceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -160,7 +155,4 @@ export class ListTagsForResourceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListTagsForResourceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-athena/src/commands/ListWorkGroupsCommand.ts b/clients/client-athena/src/commands/ListWorkGroupsCommand.ts index 323669f5cb94..05033af9dafa 100644 --- a/clients/client-athena/src/commands/ListWorkGroupsCommand.ts +++ b/clients/client-athena/src/commands/ListWorkGroupsCommand.ts @@ -91,9 +91,6 @@ export class ListWorkGroupsCommand extends $Command< ListWorkGroupsCommandOutput, AthenaClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -107,9 +104,7 @@ export class ListWorkGroupsCommand extends $Command< * @public */ constructor(readonly input: ListWorkGroupsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -162,7 +157,4 @@ export class ListWorkGroupsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListWorkGroupsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-athena/src/commands/PutCapacityAssignmentConfigurationCommand.ts b/clients/client-athena/src/commands/PutCapacityAssignmentConfigurationCommand.ts index 86e566162e8e..52a4c74ec542 100644 --- a/clients/client-athena/src/commands/PutCapacityAssignmentConfigurationCommand.ts +++ b/clients/client-athena/src/commands/PutCapacityAssignmentConfigurationCommand.ts @@ -88,9 +88,6 @@ export class PutCapacityAssignmentConfigurationCommand extends $Command< PutCapacityAssignmentConfigurationCommandOutput, AthenaClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -104,9 +101,7 @@ export class PutCapacityAssignmentConfigurationCommand extends $Command< * @public */ constructor(readonly input: PutCapacityAssignmentConfigurationCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -165,7 +160,4 @@ export class PutCapacityAssignmentConfigurationCommand extends $Command< ): Promise { return de_PutCapacityAssignmentConfigurationCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-athena/src/commands/StartCalculationExecutionCommand.ts b/clients/client-athena/src/commands/StartCalculationExecutionCommand.ts index ee9dd3468aa9..c5b1acbc24f8 100644 --- a/clients/client-athena/src/commands/StartCalculationExecutionCommand.ts +++ b/clients/client-athena/src/commands/StartCalculationExecutionCommand.ts @@ -89,9 +89,6 @@ export class StartCalculationExecutionCommand extends $Command< StartCalculationExecutionCommandOutput, AthenaClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -105,9 +102,7 @@ export class StartCalculationExecutionCommand extends $Command< * @public */ constructor(readonly input: StartCalculationExecutionCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -163,7 +158,4 @@ export class StartCalculationExecutionCommand extends $Command< ): Promise { return de_StartCalculationExecutionCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-athena/src/commands/StartQueryExecutionCommand.ts b/clients/client-athena/src/commands/StartQueryExecutionCommand.ts index 8f797539f9db..6c21b80896cb 100644 --- a/clients/client-athena/src/commands/StartQueryExecutionCommand.ts +++ b/clients/client-athena/src/commands/StartQueryExecutionCommand.ts @@ -112,9 +112,6 @@ export class StartQueryExecutionCommand extends $Command< StartQueryExecutionCommandOutput, AthenaClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -128,9 +125,7 @@ export class StartQueryExecutionCommand extends $Command< * @public */ constructor(readonly input: StartQueryExecutionCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -183,7 +178,4 @@ export class StartQueryExecutionCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_StartQueryExecutionCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-athena/src/commands/StartSessionCommand.ts b/clients/client-athena/src/commands/StartSessionCommand.ts index d7e435fa98fd..156c1c5da285 100644 --- a/clients/client-athena/src/commands/StartSessionCommand.ts +++ b/clients/client-athena/src/commands/StartSessionCommand.ts @@ -104,9 +104,6 @@ export class StartSessionCommand extends $Command< StartSessionCommandOutput, AthenaClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -120,9 +117,7 @@ export class StartSessionCommand extends $Command< * @public */ constructor(readonly input: StartSessionCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -173,7 +168,4 @@ export class StartSessionCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_StartSessionCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-athena/src/commands/StopCalculationExecutionCommand.ts b/clients/client-athena/src/commands/StopCalculationExecutionCommand.ts index e357b2163e70..5b55ce60d9f5 100644 --- a/clients/client-athena/src/commands/StopCalculationExecutionCommand.ts +++ b/clients/client-athena/src/commands/StopCalculationExecutionCommand.ts @@ -90,9 +90,6 @@ export class StopCalculationExecutionCommand extends $Command< StopCalculationExecutionCommandOutput, AthenaClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -106,9 +103,7 @@ export class StopCalculationExecutionCommand extends $Command< * @public */ constructor(readonly input: StopCalculationExecutionCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -161,7 +156,4 @@ export class StopCalculationExecutionCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_StopCalculationExecutionCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-athena/src/commands/StopQueryExecutionCommand.ts b/clients/client-athena/src/commands/StopQueryExecutionCommand.ts index 2ad71dbb4a47..45c77dc2349e 100644 --- a/clients/client-athena/src/commands/StopQueryExecutionCommand.ts +++ b/clients/client-athena/src/commands/StopQueryExecutionCommand.ts @@ -80,9 +80,6 @@ export class StopQueryExecutionCommand extends $Command< StopQueryExecutionCommandOutput, AthenaClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -96,9 +93,7 @@ export class StopQueryExecutionCommand extends $Command< * @public */ constructor(readonly input: StopQueryExecutionCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -151,7 +146,4 @@ export class StopQueryExecutionCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_StopQueryExecutionCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-athena/src/commands/TagResourceCommand.ts b/clients/client-athena/src/commands/TagResourceCommand.ts index 355553f52e87..566df7918a7a 100644 --- a/clients/client-athena/src/commands/TagResourceCommand.ts +++ b/clients/client-athena/src/commands/TagResourceCommand.ts @@ -93,9 +93,6 @@ export class TagResourceCommand extends $Command< TagResourceCommandOutput, AthenaClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -109,9 +106,7 @@ export class TagResourceCommand extends $Command< * @public */ constructor(readonly input: TagResourceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -162,7 +157,4 @@ export class TagResourceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_TagResourceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-athena/src/commands/TerminateSessionCommand.ts b/clients/client-athena/src/commands/TerminateSessionCommand.ts index dcdc4ab18c09..f064751f627c 100644 --- a/clients/client-athena/src/commands/TerminateSessionCommand.ts +++ b/clients/client-athena/src/commands/TerminateSessionCommand.ts @@ -85,9 +85,6 @@ export class TerminateSessionCommand extends $Command< TerminateSessionCommandOutput, AthenaClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -101,9 +98,7 @@ export class TerminateSessionCommand extends $Command< * @public */ constructor(readonly input: TerminateSessionCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -156,7 +151,4 @@ export class TerminateSessionCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_TerminateSessionCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-athena/src/commands/UntagResourceCommand.ts b/clients/client-athena/src/commands/UntagResourceCommand.ts index 9440cc9a0196..356d34de0791 100644 --- a/clients/client-athena/src/commands/UntagResourceCommand.ts +++ b/clients/client-athena/src/commands/UntagResourceCommand.ts @@ -82,9 +82,6 @@ export class UntagResourceCommand extends $Command< UntagResourceCommandOutput, AthenaClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -98,9 +95,7 @@ export class UntagResourceCommand extends $Command< * @public */ constructor(readonly input: UntagResourceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -151,7 +146,4 @@ export class UntagResourceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UntagResourceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-athena/src/commands/UpdateCapacityReservationCommand.ts b/clients/client-athena/src/commands/UpdateCapacityReservationCommand.ts index 2b1acf604f62..38b56937e681 100644 --- a/clients/client-athena/src/commands/UpdateCapacityReservationCommand.ts +++ b/clients/client-athena/src/commands/UpdateCapacityReservationCommand.ts @@ -77,9 +77,6 @@ export class UpdateCapacityReservationCommand extends $Command< UpdateCapacityReservationCommandOutput, AthenaClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -93,9 +90,7 @@ export class UpdateCapacityReservationCommand extends $Command< * @public */ constructor(readonly input: UpdateCapacityReservationCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -151,7 +146,4 @@ export class UpdateCapacityReservationCommand extends $Command< ): Promise { return de_UpdateCapacityReservationCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-athena/src/commands/UpdateDataCatalogCommand.ts b/clients/client-athena/src/commands/UpdateDataCatalogCommand.ts index 972ab4f253b5..7b45e9acfffa 100644 --- a/clients/client-athena/src/commands/UpdateDataCatalogCommand.ts +++ b/clients/client-athena/src/commands/UpdateDataCatalogCommand.ts @@ -81,9 +81,6 @@ export class UpdateDataCatalogCommand extends $Command< UpdateDataCatalogCommandOutput, AthenaClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -97,9 +94,7 @@ export class UpdateDataCatalogCommand extends $Command< * @public */ constructor(readonly input: UpdateDataCatalogCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -152,7 +147,4 @@ export class UpdateDataCatalogCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdateDataCatalogCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-athena/src/commands/UpdateNamedQueryCommand.ts b/clients/client-athena/src/commands/UpdateNamedQueryCommand.ts index 7eec585733ab..803a8c27205d 100644 --- a/clients/client-athena/src/commands/UpdateNamedQueryCommand.ts +++ b/clients/client-athena/src/commands/UpdateNamedQueryCommand.ts @@ -80,9 +80,6 @@ export class UpdateNamedQueryCommand extends $Command< UpdateNamedQueryCommandOutput, AthenaClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -96,9 +93,7 @@ export class UpdateNamedQueryCommand extends $Command< * @public */ constructor(readonly input: UpdateNamedQueryCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -151,7 +146,4 @@ export class UpdateNamedQueryCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdateNamedQueryCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-athena/src/commands/UpdateNotebookCommand.ts b/clients/client-athena/src/commands/UpdateNotebookCommand.ts index 870b706a86de..7e939f40b467 100644 --- a/clients/client-athena/src/commands/UpdateNotebookCommand.ts +++ b/clients/client-athena/src/commands/UpdateNotebookCommand.ts @@ -83,9 +83,6 @@ export class UpdateNotebookCommand extends $Command< UpdateNotebookCommandOutput, AthenaClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -99,9 +96,7 @@ export class UpdateNotebookCommand extends $Command< * @public */ constructor(readonly input: UpdateNotebookCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -154,7 +149,4 @@ export class UpdateNotebookCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdateNotebookCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-athena/src/commands/UpdateNotebookMetadataCommand.ts b/clients/client-athena/src/commands/UpdateNotebookMetadataCommand.ts index 92f049d289c7..e1944687b30b 100644 --- a/clients/client-athena/src/commands/UpdateNotebookMetadataCommand.ts +++ b/clients/client-athena/src/commands/UpdateNotebookMetadataCommand.ts @@ -81,9 +81,6 @@ export class UpdateNotebookMetadataCommand extends $Command< UpdateNotebookMetadataCommandOutput, AthenaClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -97,9 +94,7 @@ export class UpdateNotebookMetadataCommand extends $Command< * @public */ constructor(readonly input: UpdateNotebookMetadataCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -152,7 +147,4 @@ export class UpdateNotebookMetadataCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdateNotebookMetadataCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-athena/src/commands/UpdatePreparedStatementCommand.ts b/clients/client-athena/src/commands/UpdatePreparedStatementCommand.ts index 135ee36828a2..64049747ac4b 100644 --- a/clients/client-athena/src/commands/UpdatePreparedStatementCommand.ts +++ b/clients/client-athena/src/commands/UpdatePreparedStatementCommand.ts @@ -82,9 +82,6 @@ export class UpdatePreparedStatementCommand extends $Command< UpdatePreparedStatementCommandOutput, AthenaClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -98,9 +95,7 @@ export class UpdatePreparedStatementCommand extends $Command< * @public */ constructor(readonly input: UpdatePreparedStatementCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -153,7 +148,4 @@ export class UpdatePreparedStatementCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdatePreparedStatementCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-athena/src/commands/UpdateWorkGroupCommand.ts b/clients/client-athena/src/commands/UpdateWorkGroupCommand.ts index d65f90d15b2c..2db1d07e939b 100644 --- a/clients/client-athena/src/commands/UpdateWorkGroupCommand.ts +++ b/clients/client-athena/src/commands/UpdateWorkGroupCommand.ts @@ -112,9 +112,6 @@ export class UpdateWorkGroupCommand extends $Command< UpdateWorkGroupCommandOutput, AthenaClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -128,9 +125,7 @@ export class UpdateWorkGroupCommand extends $Command< * @public */ constructor(readonly input: UpdateWorkGroupCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -183,7 +178,4 @@ export class UpdateWorkGroupCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdateWorkGroupCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-auditmanager/package.json b/clients/client-auditmanager/package.json index 0375e89096e1..e3032d30708c 100644 --- a/clients/client-auditmanager/package.json +++ b/clients/client-auditmanager/package.json @@ -34,29 +34,29 @@ "@aws-sdk/util-endpoints": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@smithy/config-resolver": "^2.0.16", - "@smithy/fetch-http-handler": "^2.2.4", - "@smithy/hash-node": "^2.0.12", - "@smithy/invalid-dependency": "^2.0.12", - "@smithy/middleware-content-length": "^2.0.14", - "@smithy/middleware-endpoint": "^2.1.3", - "@smithy/middleware-retry": "^2.0.18", - "@smithy/middleware-serde": "^2.0.12", - "@smithy/middleware-stack": "^2.0.6", - "@smithy/node-config-provider": "^2.1.3", - "@smithy/node-http-handler": "^2.1.8", - "@smithy/protocol-http": "^3.0.8", - "@smithy/smithy-client": "^2.1.12", - "@smithy/types": "^2.4.0", - "@smithy/url-parser": "^2.0.12", - "@smithy/util-base64": "^2.0.0", + "@smithy/config-resolver": "^2.0.18", + "@smithy/fetch-http-handler": "^2.2.6", + "@smithy/hash-node": "^2.0.15", + "@smithy/invalid-dependency": "^2.0.13", + "@smithy/middleware-content-length": "^2.0.15", + "@smithy/middleware-endpoint": "^2.2.0", + "@smithy/middleware-retry": "^2.0.20", + "@smithy/middleware-serde": "^2.0.13", + "@smithy/middleware-stack": "^2.0.7", + "@smithy/node-config-provider": "^2.1.5", + "@smithy/node-http-handler": "^2.1.9", + "@smithy/protocol-http": "^3.0.9", + "@smithy/smithy-client": "^2.1.15", + "@smithy/types": "^2.5.0", + "@smithy/url-parser": "^2.0.13", + "@smithy/util-base64": "^2.0.1", "@smithy/util-body-length-browser": "^2.0.0", "@smithy/util-body-length-node": "^2.1.0", - "@smithy/util-defaults-mode-browser": "^2.0.16", - "@smithy/util-defaults-mode-node": "^2.0.21", - "@smithy/util-endpoints": "^1.0.2", - "@smithy/util-retry": "^2.0.5", - "@smithy/util-utf8": "^2.0.0", + "@smithy/util-defaults-mode-browser": "^2.0.19", + "@smithy/util-defaults-mode-node": "^2.0.25", + "@smithy/util-endpoints": "^1.0.4", + "@smithy/util-retry": "^2.0.6", + "@smithy/util-utf8": "^2.0.2", "tslib": "^2.5.0" }, "devDependencies": { diff --git a/clients/client-auditmanager/src/commands/AssociateAssessmentReportEvidenceFolderCommand.ts b/clients/client-auditmanager/src/commands/AssociateAssessmentReportEvidenceFolderCommand.ts index 3b440684a5fc..0754ffbdb167 100644 --- a/clients/client-auditmanager/src/commands/AssociateAssessmentReportEvidenceFolderCommand.ts +++ b/clients/client-auditmanager/src/commands/AssociateAssessmentReportEvidenceFolderCommand.ts @@ -93,9 +93,6 @@ export class AssociateAssessmentReportEvidenceFolderCommand extends $Command< AssociateAssessmentReportEvidenceFolderCommandOutput, AuditManagerClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -109,9 +106,7 @@ export class AssociateAssessmentReportEvidenceFolderCommand extends $Command< * @public */ constructor(readonly input: AssociateAssessmentReportEvidenceFolderCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -176,7 +171,4 @@ export class AssociateAssessmentReportEvidenceFolderCommand extends $Command< ): Promise { return de_AssociateAssessmentReportEvidenceFolderCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-auditmanager/src/commands/BatchAssociateAssessmentReportEvidenceCommand.ts b/clients/client-auditmanager/src/commands/BatchAssociateAssessmentReportEvidenceCommand.ts index 999e5130ec3f..39d0228d9b66 100644 --- a/clients/client-auditmanager/src/commands/BatchAssociateAssessmentReportEvidenceCommand.ts +++ b/clients/client-auditmanager/src/commands/BatchAssociateAssessmentReportEvidenceCommand.ts @@ -107,9 +107,6 @@ export class BatchAssociateAssessmentReportEvidenceCommand extends $Command< BatchAssociateAssessmentReportEvidenceCommandOutput, AuditManagerClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -123,9 +120,7 @@ export class BatchAssociateAssessmentReportEvidenceCommand extends $Command< * @public */ constructor(readonly input: BatchAssociateAssessmentReportEvidenceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -184,7 +179,4 @@ export class BatchAssociateAssessmentReportEvidenceCommand extends $Command< ): Promise { return de_BatchAssociateAssessmentReportEvidenceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-auditmanager/src/commands/BatchCreateDelegationByAssessmentCommand.ts b/clients/client-auditmanager/src/commands/BatchCreateDelegationByAssessmentCommand.ts index a2cc9f40ff2e..8caa66e3b74b 100644 --- a/clients/client-auditmanager/src/commands/BatchCreateDelegationByAssessmentCommand.ts +++ b/clients/client-auditmanager/src/commands/BatchCreateDelegationByAssessmentCommand.ts @@ -128,9 +128,6 @@ export class BatchCreateDelegationByAssessmentCommand extends $Command< BatchCreateDelegationByAssessmentCommandOutput, AuditManagerClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -144,9 +141,7 @@ export class BatchCreateDelegationByAssessmentCommand extends $Command< * @public */ constructor(readonly input: BatchCreateDelegationByAssessmentCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -205,7 +200,4 @@ export class BatchCreateDelegationByAssessmentCommand extends $Command< ): Promise { return de_BatchCreateDelegationByAssessmentCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-auditmanager/src/commands/BatchDeleteDelegationByAssessmentCommand.ts b/clients/client-auditmanager/src/commands/BatchDeleteDelegationByAssessmentCommand.ts index ef1b9dd775eb..9b07f05cc53e 100644 --- a/clients/client-auditmanager/src/commands/BatchDeleteDelegationByAssessmentCommand.ts +++ b/clients/client-auditmanager/src/commands/BatchDeleteDelegationByAssessmentCommand.ts @@ -102,9 +102,6 @@ export class BatchDeleteDelegationByAssessmentCommand extends $Command< BatchDeleteDelegationByAssessmentCommandOutput, AuditManagerClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -118,9 +115,7 @@ export class BatchDeleteDelegationByAssessmentCommand extends $Command< * @public */ constructor(readonly input: BatchDeleteDelegationByAssessmentCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -179,7 +174,4 @@ export class BatchDeleteDelegationByAssessmentCommand extends $Command< ): Promise { return de_BatchDeleteDelegationByAssessmentCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-auditmanager/src/commands/BatchDisassociateAssessmentReportEvidenceCommand.ts b/clients/client-auditmanager/src/commands/BatchDisassociateAssessmentReportEvidenceCommand.ts index 3b31543ce651..d295f54e0fb4 100644 --- a/clients/client-auditmanager/src/commands/BatchDisassociateAssessmentReportEvidenceCommand.ts +++ b/clients/client-auditmanager/src/commands/BatchDisassociateAssessmentReportEvidenceCommand.ts @@ -107,9 +107,6 @@ export class BatchDisassociateAssessmentReportEvidenceCommand extends $Command< BatchDisassociateAssessmentReportEvidenceCommandOutput, AuditManagerClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -123,9 +120,7 @@ export class BatchDisassociateAssessmentReportEvidenceCommand extends $Command< * @public */ constructor(readonly input: BatchDisassociateAssessmentReportEvidenceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -190,7 +185,4 @@ export class BatchDisassociateAssessmentReportEvidenceCommand extends $Command< ): Promise { return de_BatchDisassociateAssessmentReportEvidenceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-auditmanager/src/commands/BatchImportEvidenceToAssessmentControlCommand.ts b/clients/client-auditmanager/src/commands/BatchImportEvidenceToAssessmentControlCommand.ts index c34909f5c4c7..5b7c9eb9d9aa 100644 --- a/clients/client-auditmanager/src/commands/BatchImportEvidenceToAssessmentControlCommand.ts +++ b/clients/client-auditmanager/src/commands/BatchImportEvidenceToAssessmentControlCommand.ts @@ -142,9 +142,6 @@ export class BatchImportEvidenceToAssessmentControlCommand extends $Command< BatchImportEvidenceToAssessmentControlCommandOutput, AuditManagerClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -158,9 +155,7 @@ export class BatchImportEvidenceToAssessmentControlCommand extends $Command< * @public */ constructor(readonly input: BatchImportEvidenceToAssessmentControlCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -219,7 +214,4 @@ export class BatchImportEvidenceToAssessmentControlCommand extends $Command< ): Promise { return de_BatchImportEvidenceToAssessmentControlCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-auditmanager/src/commands/CreateAssessmentCommand.ts b/clients/client-auditmanager/src/commands/CreateAssessmentCommand.ts index e5cdd573e4fe..ec02ea1e4478 100644 --- a/clients/client-auditmanager/src/commands/CreateAssessmentCommand.ts +++ b/clients/client-auditmanager/src/commands/CreateAssessmentCommand.ts @@ -243,9 +243,6 @@ export class CreateAssessmentCommand extends $Command< CreateAssessmentCommandOutput, AuditManagerClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -259,9 +256,7 @@ export class CreateAssessmentCommand extends $Command< * @public */ constructor(readonly input: CreateAssessmentCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -314,7 +309,4 @@ export class CreateAssessmentCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateAssessmentCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-auditmanager/src/commands/CreateAssessmentFrameworkCommand.ts b/clients/client-auditmanager/src/commands/CreateAssessmentFrameworkCommand.ts index fbcafe1725a0..15adbbdddb27 100644 --- a/clients/client-auditmanager/src/commands/CreateAssessmentFrameworkCommand.ts +++ b/clients/client-auditmanager/src/commands/CreateAssessmentFrameworkCommand.ts @@ -167,9 +167,6 @@ export class CreateAssessmentFrameworkCommand extends $Command< CreateAssessmentFrameworkCommandOutput, AuditManagerClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -183,9 +180,7 @@ export class CreateAssessmentFrameworkCommand extends $Command< * @public */ constructor(readonly input: CreateAssessmentFrameworkCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -241,7 +236,4 @@ export class CreateAssessmentFrameworkCommand extends $Command< ): Promise { return de_CreateAssessmentFrameworkCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-auditmanager/src/commands/CreateAssessmentReportCommand.ts b/clients/client-auditmanager/src/commands/CreateAssessmentReportCommand.ts index ec35dd047969..b529257e500e 100644 --- a/clients/client-auditmanager/src/commands/CreateAssessmentReportCommand.ts +++ b/clients/client-auditmanager/src/commands/CreateAssessmentReportCommand.ts @@ -102,9 +102,6 @@ export class CreateAssessmentReportCommand extends $Command< CreateAssessmentReportCommandOutput, AuditManagerClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -118,9 +115,7 @@ export class CreateAssessmentReportCommand extends $Command< * @public */ constructor(readonly input: CreateAssessmentReportCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -173,7 +168,4 @@ export class CreateAssessmentReportCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateAssessmentReportCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-auditmanager/src/commands/CreateControlCommand.ts b/clients/client-auditmanager/src/commands/CreateControlCommand.ts index f85f9b054adf..3e006a67942f 100644 --- a/clients/client-auditmanager/src/commands/CreateControlCommand.ts +++ b/clients/client-auditmanager/src/commands/CreateControlCommand.ts @@ -148,9 +148,6 @@ export class CreateControlCommand extends $Command< CreateControlCommandOutput, AuditManagerClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -164,9 +161,7 @@ export class CreateControlCommand extends $Command< * @public */ constructor(readonly input: CreateControlCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -217,7 +212,4 @@ export class CreateControlCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateControlCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-auditmanager/src/commands/DeleteAssessmentCommand.ts b/clients/client-auditmanager/src/commands/DeleteAssessmentCommand.ts index 7f044506ea04..85d1d465c3d1 100644 --- a/clients/client-auditmanager/src/commands/DeleteAssessmentCommand.ts +++ b/clients/client-auditmanager/src/commands/DeleteAssessmentCommand.ts @@ -82,9 +82,6 @@ export class DeleteAssessmentCommand extends $Command< DeleteAssessmentCommandOutput, AuditManagerClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -98,9 +95,7 @@ export class DeleteAssessmentCommand extends $Command< * @public */ constructor(readonly input: DeleteAssessmentCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -153,7 +148,4 @@ export class DeleteAssessmentCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteAssessmentCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-auditmanager/src/commands/DeleteAssessmentFrameworkCommand.ts b/clients/client-auditmanager/src/commands/DeleteAssessmentFrameworkCommand.ts index 69beae1c2ba7..74000bd3c456 100644 --- a/clients/client-auditmanager/src/commands/DeleteAssessmentFrameworkCommand.ts +++ b/clients/client-auditmanager/src/commands/DeleteAssessmentFrameworkCommand.ts @@ -82,9 +82,6 @@ export class DeleteAssessmentFrameworkCommand extends $Command< DeleteAssessmentFrameworkCommandOutput, AuditManagerClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -98,9 +95,7 @@ export class DeleteAssessmentFrameworkCommand extends $Command< * @public */ constructor(readonly input: DeleteAssessmentFrameworkCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -156,7 +151,4 @@ export class DeleteAssessmentFrameworkCommand extends $Command< ): Promise { return de_DeleteAssessmentFrameworkCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-auditmanager/src/commands/DeleteAssessmentFrameworkShareCommand.ts b/clients/client-auditmanager/src/commands/DeleteAssessmentFrameworkShareCommand.ts index 9bc741509faa..fbcf5ed8e717 100644 --- a/clients/client-auditmanager/src/commands/DeleteAssessmentFrameworkShareCommand.ts +++ b/clients/client-auditmanager/src/commands/DeleteAssessmentFrameworkShareCommand.ts @@ -88,9 +88,6 @@ export class DeleteAssessmentFrameworkShareCommand extends $Command< DeleteAssessmentFrameworkShareCommandOutput, AuditManagerClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -104,9 +101,7 @@ export class DeleteAssessmentFrameworkShareCommand extends $Command< * @public */ constructor(readonly input: DeleteAssessmentFrameworkShareCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -165,7 +160,4 @@ export class DeleteAssessmentFrameworkShareCommand extends $Command< ): Promise { return de_DeleteAssessmentFrameworkShareCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-auditmanager/src/commands/DeleteAssessmentReportCommand.ts b/clients/client-auditmanager/src/commands/DeleteAssessmentReportCommand.ts index 4f4e81f65bbe..baa2d808c7f3 100644 --- a/clients/client-auditmanager/src/commands/DeleteAssessmentReportCommand.ts +++ b/clients/client-auditmanager/src/commands/DeleteAssessmentReportCommand.ts @@ -104,9 +104,6 @@ export class DeleteAssessmentReportCommand extends $Command< DeleteAssessmentReportCommandOutput, AuditManagerClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -120,9 +117,7 @@ export class DeleteAssessmentReportCommand extends $Command< * @public */ constructor(readonly input: DeleteAssessmentReportCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -175,7 +170,4 @@ export class DeleteAssessmentReportCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteAssessmentReportCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-auditmanager/src/commands/DeleteControlCommand.ts b/clients/client-auditmanager/src/commands/DeleteControlCommand.ts index 38bf1d0628e8..d2a4dbdf7ed7 100644 --- a/clients/client-auditmanager/src/commands/DeleteControlCommand.ts +++ b/clients/client-auditmanager/src/commands/DeleteControlCommand.ts @@ -88,9 +88,6 @@ export class DeleteControlCommand extends $Command< DeleteControlCommandOutput, AuditManagerClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -104,9 +101,7 @@ export class DeleteControlCommand extends $Command< * @public */ constructor(readonly input: DeleteControlCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -157,7 +152,4 @@ export class DeleteControlCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteControlCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-auditmanager/src/commands/DeregisterAccountCommand.ts b/clients/client-auditmanager/src/commands/DeregisterAccountCommand.ts index 9c379ab0f0f3..3f952c89d26b 100644 --- a/clients/client-auditmanager/src/commands/DeregisterAccountCommand.ts +++ b/clients/client-auditmanager/src/commands/DeregisterAccountCommand.ts @@ -91,9 +91,6 @@ export class DeregisterAccountCommand extends $Command< DeregisterAccountCommandOutput, AuditManagerClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -107,9 +104,7 @@ export class DeregisterAccountCommand extends $Command< * @public */ constructor(readonly input: DeregisterAccountCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -162,7 +157,4 @@ export class DeregisterAccountCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeregisterAccountCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-auditmanager/src/commands/DeregisterOrganizationAdminAccountCommand.ts b/clients/client-auditmanager/src/commands/DeregisterOrganizationAdminAccountCommand.ts index 294aa0db10b6..5b629534be13 100644 --- a/clients/client-auditmanager/src/commands/DeregisterOrganizationAdminAccountCommand.ts +++ b/clients/client-auditmanager/src/commands/DeregisterOrganizationAdminAccountCommand.ts @@ -149,9 +149,6 @@ export class DeregisterOrganizationAdminAccountCommand extends $Command< DeregisterOrganizationAdminAccountCommandOutput, AuditManagerClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -165,9 +162,7 @@ export class DeregisterOrganizationAdminAccountCommand extends $Command< * @public */ constructor(readonly input: DeregisterOrganizationAdminAccountCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -226,7 +221,4 @@ export class DeregisterOrganizationAdminAccountCommand extends $Command< ): Promise { return de_DeregisterOrganizationAdminAccountCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-auditmanager/src/commands/DisassociateAssessmentReportEvidenceFolderCommand.ts b/clients/client-auditmanager/src/commands/DisassociateAssessmentReportEvidenceFolderCommand.ts index fda7111baafc..2e206d898321 100644 --- a/clients/client-auditmanager/src/commands/DisassociateAssessmentReportEvidenceFolderCommand.ts +++ b/clients/client-auditmanager/src/commands/DisassociateAssessmentReportEvidenceFolderCommand.ts @@ -92,9 +92,6 @@ export class DisassociateAssessmentReportEvidenceFolderCommand extends $Command< DisassociateAssessmentReportEvidenceFolderCommandOutput, AuditManagerClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -108,9 +105,7 @@ export class DisassociateAssessmentReportEvidenceFolderCommand extends $Command< * @public */ constructor(readonly input: DisassociateAssessmentReportEvidenceFolderCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -175,7 +170,4 @@ export class DisassociateAssessmentReportEvidenceFolderCommand extends $Command< ): Promise { return de_DisassociateAssessmentReportEvidenceFolderCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-auditmanager/src/commands/GetAccountStatusCommand.ts b/clients/client-auditmanager/src/commands/GetAccountStatusCommand.ts index a25854afc098..649a18db8c80 100644 --- a/clients/client-auditmanager/src/commands/GetAccountStatusCommand.ts +++ b/clients/client-auditmanager/src/commands/GetAccountStatusCommand.ts @@ -72,9 +72,6 @@ export class GetAccountStatusCommand extends $Command< GetAccountStatusCommandOutput, AuditManagerClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -88,9 +85,7 @@ export class GetAccountStatusCommand extends $Command< * @public */ constructor(readonly input: GetAccountStatusCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -143,7 +138,4 @@ export class GetAccountStatusCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetAccountStatusCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-auditmanager/src/commands/GetAssessmentCommand.ts b/clients/client-auditmanager/src/commands/GetAssessmentCommand.ts index 6f48f33ce2c6..a882ab98c092 100644 --- a/clients/client-auditmanager/src/commands/GetAssessmentCommand.ts +++ b/clients/client-auditmanager/src/commands/GetAssessmentCommand.ts @@ -208,9 +208,6 @@ export class GetAssessmentCommand extends $Command< GetAssessmentCommandOutput, AuditManagerClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -224,9 +221,7 @@ export class GetAssessmentCommand extends $Command< * @public */ constructor(readonly input: GetAssessmentCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -277,7 +272,4 @@ export class GetAssessmentCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetAssessmentCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-auditmanager/src/commands/GetAssessmentFrameworkCommand.ts b/clients/client-auditmanager/src/commands/GetAssessmentFrameworkCommand.ts index cbccca019a2f..5a1397ca2155 100644 --- a/clients/client-auditmanager/src/commands/GetAssessmentFrameworkCommand.ts +++ b/clients/client-auditmanager/src/commands/GetAssessmentFrameworkCommand.ts @@ -145,9 +145,6 @@ export class GetAssessmentFrameworkCommand extends $Command< GetAssessmentFrameworkCommandOutput, AuditManagerClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -161,9 +158,7 @@ export class GetAssessmentFrameworkCommand extends $Command< * @public */ constructor(readonly input: GetAssessmentFrameworkCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -216,7 +211,4 @@ export class GetAssessmentFrameworkCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetAssessmentFrameworkCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-auditmanager/src/commands/GetAssessmentReportUrlCommand.ts b/clients/client-auditmanager/src/commands/GetAssessmentReportUrlCommand.ts index 3ead677bda4a..f1812ab48a49 100644 --- a/clients/client-auditmanager/src/commands/GetAssessmentReportUrlCommand.ts +++ b/clients/client-auditmanager/src/commands/GetAssessmentReportUrlCommand.ts @@ -88,9 +88,6 @@ export class GetAssessmentReportUrlCommand extends $Command< GetAssessmentReportUrlCommandOutput, AuditManagerClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -104,9 +101,7 @@ export class GetAssessmentReportUrlCommand extends $Command< * @public */ constructor(readonly input: GetAssessmentReportUrlCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -159,7 +154,4 @@ export class GetAssessmentReportUrlCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetAssessmentReportUrlCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-auditmanager/src/commands/GetChangeLogsCommand.ts b/clients/client-auditmanager/src/commands/GetChangeLogsCommand.ts index 107c3114f54c..46e50938785f 100644 --- a/clients/client-auditmanager/src/commands/GetChangeLogsCommand.ts +++ b/clients/client-auditmanager/src/commands/GetChangeLogsCommand.ts @@ -97,9 +97,6 @@ export class GetChangeLogsCommand extends $Command< GetChangeLogsCommandOutput, AuditManagerClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -113,9 +110,7 @@ export class GetChangeLogsCommand extends $Command< * @public */ constructor(readonly input: GetChangeLogsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -166,7 +161,4 @@ export class GetChangeLogsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetChangeLogsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-auditmanager/src/commands/GetControlCommand.ts b/clients/client-auditmanager/src/commands/GetControlCommand.ts index 2e9273bf3470..2412eb26fae6 100644 --- a/clients/client-auditmanager/src/commands/GetControlCommand.ts +++ b/clients/client-auditmanager/src/commands/GetControlCommand.ts @@ -116,9 +116,6 @@ export class GetControlCommand extends $Command< GetControlCommandOutput, AuditManagerClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -132,9 +129,7 @@ export class GetControlCommand extends $Command< * @public */ constructor(readonly input: GetControlCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -185,7 +180,4 @@ export class GetControlCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetControlCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-auditmanager/src/commands/GetDelegationsCommand.ts b/clients/client-auditmanager/src/commands/GetDelegationsCommand.ts index 1c43a65eeab8..128492fb161e 100644 --- a/clients/client-auditmanager/src/commands/GetDelegationsCommand.ts +++ b/clients/client-auditmanager/src/commands/GetDelegationsCommand.ts @@ -97,9 +97,6 @@ export class GetDelegationsCommand extends $Command< GetDelegationsCommandOutput, AuditManagerClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -113,9 +110,7 @@ export class GetDelegationsCommand extends $Command< * @public */ constructor(readonly input: GetDelegationsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -168,7 +163,4 @@ export class GetDelegationsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetDelegationsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-auditmanager/src/commands/GetEvidenceByEvidenceFolderCommand.ts b/clients/client-auditmanager/src/commands/GetEvidenceByEvidenceFolderCommand.ts index 351c822456f5..14aea1208a2d 100644 --- a/clients/client-auditmanager/src/commands/GetEvidenceByEvidenceFolderCommand.ts +++ b/clients/client-auditmanager/src/commands/GetEvidenceByEvidenceFolderCommand.ts @@ -120,9 +120,6 @@ export class GetEvidenceByEvidenceFolderCommand extends $Command< GetEvidenceByEvidenceFolderCommandOutput, AuditManagerClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -136,9 +133,7 @@ export class GetEvidenceByEvidenceFolderCommand extends $Command< * @public */ constructor(readonly input: GetEvidenceByEvidenceFolderCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -194,7 +189,4 @@ export class GetEvidenceByEvidenceFolderCommand extends $Command< ): Promise { return de_GetEvidenceByEvidenceFolderCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-auditmanager/src/commands/GetEvidenceCommand.ts b/clients/client-auditmanager/src/commands/GetEvidenceCommand.ts index 9469d589c92d..6a003de5d56d 100644 --- a/clients/client-auditmanager/src/commands/GetEvidenceCommand.ts +++ b/clients/client-auditmanager/src/commands/GetEvidenceCommand.ts @@ -111,9 +111,6 @@ export class GetEvidenceCommand extends $Command< GetEvidenceCommandOutput, AuditManagerClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -127,9 +124,7 @@ export class GetEvidenceCommand extends $Command< * @public */ constructor(readonly input: GetEvidenceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -180,7 +175,4 @@ export class GetEvidenceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetEvidenceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-auditmanager/src/commands/GetEvidenceFileUploadUrlCommand.ts b/clients/client-auditmanager/src/commands/GetEvidenceFileUploadUrlCommand.ts index f37e467df0ff..228b3ce86884 100644 --- a/clients/client-auditmanager/src/commands/GetEvidenceFileUploadUrlCommand.ts +++ b/clients/client-auditmanager/src/commands/GetEvidenceFileUploadUrlCommand.ts @@ -107,9 +107,6 @@ export class GetEvidenceFileUploadUrlCommand extends $Command< GetEvidenceFileUploadUrlCommandOutput, AuditManagerClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -123,9 +120,7 @@ export class GetEvidenceFileUploadUrlCommand extends $Command< * @public */ constructor(readonly input: GetEvidenceFileUploadUrlCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -178,7 +173,4 @@ export class GetEvidenceFileUploadUrlCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetEvidenceFileUploadUrlCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-auditmanager/src/commands/GetEvidenceFolderCommand.ts b/clients/client-auditmanager/src/commands/GetEvidenceFolderCommand.ts index 06205c38a426..0bb82287fec1 100644 --- a/clients/client-auditmanager/src/commands/GetEvidenceFolderCommand.ts +++ b/clients/client-auditmanager/src/commands/GetEvidenceFolderCommand.ts @@ -105,9 +105,6 @@ export class GetEvidenceFolderCommand extends $Command< GetEvidenceFolderCommandOutput, AuditManagerClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -121,9 +118,7 @@ export class GetEvidenceFolderCommand extends $Command< * @public */ constructor(readonly input: GetEvidenceFolderCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -176,7 +171,4 @@ export class GetEvidenceFolderCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetEvidenceFolderCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-auditmanager/src/commands/GetEvidenceFoldersByAssessmentCommand.ts b/clients/client-auditmanager/src/commands/GetEvidenceFoldersByAssessmentCommand.ts index 903aa2cc6330..cb74804f8d27 100644 --- a/clients/client-auditmanager/src/commands/GetEvidenceFoldersByAssessmentCommand.ts +++ b/clients/client-auditmanager/src/commands/GetEvidenceFoldersByAssessmentCommand.ts @@ -113,9 +113,6 @@ export class GetEvidenceFoldersByAssessmentCommand extends $Command< GetEvidenceFoldersByAssessmentCommandOutput, AuditManagerClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -129,9 +126,7 @@ export class GetEvidenceFoldersByAssessmentCommand extends $Command< * @public */ constructor(readonly input: GetEvidenceFoldersByAssessmentCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -190,7 +185,4 @@ export class GetEvidenceFoldersByAssessmentCommand extends $Command< ): Promise { return de_GetEvidenceFoldersByAssessmentCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-auditmanager/src/commands/GetEvidenceFoldersByAssessmentControlCommand.ts b/clients/client-auditmanager/src/commands/GetEvidenceFoldersByAssessmentControlCommand.ts index 8d556a37ef78..9a11e086c9f7 100644 --- a/clients/client-auditmanager/src/commands/GetEvidenceFoldersByAssessmentControlCommand.ts +++ b/clients/client-auditmanager/src/commands/GetEvidenceFoldersByAssessmentControlCommand.ts @@ -120,9 +120,6 @@ export class GetEvidenceFoldersByAssessmentControlCommand extends $Command< GetEvidenceFoldersByAssessmentControlCommandOutput, AuditManagerClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -136,9 +133,7 @@ export class GetEvidenceFoldersByAssessmentControlCommand extends $Command< * @public */ constructor(readonly input: GetEvidenceFoldersByAssessmentControlCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -197,7 +192,4 @@ export class GetEvidenceFoldersByAssessmentControlCommand extends $Command< ): Promise { return de_GetEvidenceFoldersByAssessmentControlCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-auditmanager/src/commands/GetInsightsByAssessmentCommand.ts b/clients/client-auditmanager/src/commands/GetInsightsByAssessmentCommand.ts index 6d1554487c7b..aa4513d3bee7 100644 --- a/clients/client-auditmanager/src/commands/GetInsightsByAssessmentCommand.ts +++ b/clients/client-auditmanager/src/commands/GetInsightsByAssessmentCommand.ts @@ -91,9 +91,6 @@ export class GetInsightsByAssessmentCommand extends $Command< GetInsightsByAssessmentCommandOutput, AuditManagerClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -107,9 +104,7 @@ export class GetInsightsByAssessmentCommand extends $Command< * @public */ constructor(readonly input: GetInsightsByAssessmentCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -162,7 +157,4 @@ export class GetInsightsByAssessmentCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetInsightsByAssessmentCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-auditmanager/src/commands/GetInsightsCommand.ts b/clients/client-auditmanager/src/commands/GetInsightsCommand.ts index 86a4dc9c7335..b9ceed70fc2c 100644 --- a/clients/client-auditmanager/src/commands/GetInsightsCommand.ts +++ b/clients/client-auditmanager/src/commands/GetInsightsCommand.ts @@ -84,9 +84,6 @@ export class GetInsightsCommand extends $Command< GetInsightsCommandOutput, AuditManagerClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -100,9 +97,7 @@ export class GetInsightsCommand extends $Command< * @public */ constructor(readonly input: GetInsightsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -153,7 +148,4 @@ export class GetInsightsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetInsightsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-auditmanager/src/commands/GetOrganizationAdminAccountCommand.ts b/clients/client-auditmanager/src/commands/GetOrganizationAdminAccountCommand.ts index b04bbc3034a7..c0945df81030 100644 --- a/clients/client-auditmanager/src/commands/GetOrganizationAdminAccountCommand.ts +++ b/clients/client-auditmanager/src/commands/GetOrganizationAdminAccountCommand.ts @@ -89,9 +89,6 @@ export class GetOrganizationAdminAccountCommand extends $Command< GetOrganizationAdminAccountCommandOutput, AuditManagerClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -105,9 +102,7 @@ export class GetOrganizationAdminAccountCommand extends $Command< * @public */ constructor(readonly input: GetOrganizationAdminAccountCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -163,7 +158,4 @@ export class GetOrganizationAdminAccountCommand extends $Command< ): Promise { return de_GetOrganizationAdminAccountCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-auditmanager/src/commands/GetServicesInScopeCommand.ts b/clients/client-auditmanager/src/commands/GetServicesInScopeCommand.ts index e1a19d4cfbad..23bb0a2c7441 100644 --- a/clients/client-auditmanager/src/commands/GetServicesInScopeCommand.ts +++ b/clients/client-auditmanager/src/commands/GetServicesInScopeCommand.ts @@ -88,9 +88,6 @@ export class GetServicesInScopeCommand extends $Command< GetServicesInScopeCommandOutput, AuditManagerClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -104,9 +101,7 @@ export class GetServicesInScopeCommand extends $Command< * @public */ constructor(readonly input: GetServicesInScopeCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -159,7 +154,4 @@ export class GetServicesInScopeCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetServicesInScopeCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-auditmanager/src/commands/GetSettingsCommand.ts b/clients/client-auditmanager/src/commands/GetSettingsCommand.ts index 2bc7da63dc8b..54209107b4d6 100644 --- a/clients/client-auditmanager/src/commands/GetSettingsCommand.ts +++ b/clients/client-auditmanager/src/commands/GetSettingsCommand.ts @@ -105,9 +105,6 @@ export class GetSettingsCommand extends $Command< GetSettingsCommandOutput, AuditManagerClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -121,9 +118,7 @@ export class GetSettingsCommand extends $Command< * @public */ constructor(readonly input: GetSettingsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -174,7 +169,4 @@ export class GetSettingsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetSettingsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-auditmanager/src/commands/ListAssessmentControlInsightsByControlDomainCommand.ts b/clients/client-auditmanager/src/commands/ListAssessmentControlInsightsByControlDomainCommand.ts index 0f1a55016cf1..bea7efa7d120 100644 --- a/clients/client-auditmanager/src/commands/ListAssessmentControlInsightsByControlDomainCommand.ts +++ b/clients/client-auditmanager/src/commands/ListAssessmentControlInsightsByControlDomainCommand.ts @@ -116,9 +116,6 @@ export class ListAssessmentControlInsightsByControlDomainCommand extends $Comman ListAssessmentControlInsightsByControlDomainCommandOutput, AuditManagerClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -132,9 +129,7 @@ export class ListAssessmentControlInsightsByControlDomainCommand extends $Comman * @public */ constructor(readonly input: ListAssessmentControlInsightsByControlDomainCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -199,7 +194,4 @@ export class ListAssessmentControlInsightsByControlDomainCommand extends $Comman ): Promise { return de_ListAssessmentControlInsightsByControlDomainCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-auditmanager/src/commands/ListAssessmentFrameworkShareRequestsCommand.ts b/clients/client-auditmanager/src/commands/ListAssessmentFrameworkShareRequestsCommand.ts index 25697613f937..4cc3e5ef4ca9 100644 --- a/clients/client-auditmanager/src/commands/ListAssessmentFrameworkShareRequestsCommand.ts +++ b/clients/client-auditmanager/src/commands/ListAssessmentFrameworkShareRequestsCommand.ts @@ -111,9 +111,6 @@ export class ListAssessmentFrameworkShareRequestsCommand extends $Command< ListAssessmentFrameworkShareRequestsCommandOutput, AuditManagerClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -127,9 +124,7 @@ export class ListAssessmentFrameworkShareRequestsCommand extends $Command< * @public */ constructor(readonly input: ListAssessmentFrameworkShareRequestsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -188,7 +183,4 @@ export class ListAssessmentFrameworkShareRequestsCommand extends $Command< ): Promise { return de_ListAssessmentFrameworkShareRequestsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-auditmanager/src/commands/ListAssessmentFrameworksCommand.ts b/clients/client-auditmanager/src/commands/ListAssessmentFrameworksCommand.ts index 766237d2d598..2dfb29713730 100644 --- a/clients/client-auditmanager/src/commands/ListAssessmentFrameworksCommand.ts +++ b/clients/client-auditmanager/src/commands/ListAssessmentFrameworksCommand.ts @@ -103,9 +103,6 @@ export class ListAssessmentFrameworksCommand extends $Command< ListAssessmentFrameworksCommandOutput, AuditManagerClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -119,9 +116,7 @@ export class ListAssessmentFrameworksCommand extends $Command< * @public */ constructor(readonly input: ListAssessmentFrameworksCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -174,7 +169,4 @@ export class ListAssessmentFrameworksCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListAssessmentFrameworksCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-auditmanager/src/commands/ListAssessmentReportsCommand.ts b/clients/client-auditmanager/src/commands/ListAssessmentReportsCommand.ts index adaadf047b2a..43db9176fcbe 100644 --- a/clients/client-auditmanager/src/commands/ListAssessmentReportsCommand.ts +++ b/clients/client-auditmanager/src/commands/ListAssessmentReportsCommand.ts @@ -98,9 +98,6 @@ export class ListAssessmentReportsCommand extends $Command< ListAssessmentReportsCommandOutput, AuditManagerClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -114,9 +111,7 @@ export class ListAssessmentReportsCommand extends $Command< * @public */ constructor(readonly input: ListAssessmentReportsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -169,7 +164,4 @@ export class ListAssessmentReportsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListAssessmentReportsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-auditmanager/src/commands/ListAssessmentsCommand.ts b/clients/client-auditmanager/src/commands/ListAssessmentsCommand.ts index ba5bd9ea9fc2..0109bda81306 100644 --- a/clients/client-auditmanager/src/commands/ListAssessmentsCommand.ts +++ b/clients/client-auditmanager/src/commands/ListAssessmentsCommand.ts @@ -118,9 +118,6 @@ export class ListAssessmentsCommand extends $Command< ListAssessmentsCommandOutput, AuditManagerClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -134,9 +131,7 @@ export class ListAssessmentsCommand extends $Command< * @public */ constructor(readonly input: ListAssessmentsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -189,7 +184,4 @@ export class ListAssessmentsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListAssessmentsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-auditmanager/src/commands/ListControlDomainInsightsByAssessmentCommand.ts b/clients/client-auditmanager/src/commands/ListControlDomainInsightsByAssessmentCommand.ts index b887350aae49..0a3570f3c347 100644 --- a/clients/client-auditmanager/src/commands/ListControlDomainInsightsByAssessmentCommand.ts +++ b/clients/client-auditmanager/src/commands/ListControlDomainInsightsByAssessmentCommand.ts @@ -115,9 +115,6 @@ export class ListControlDomainInsightsByAssessmentCommand extends $Command< ListControlDomainInsightsByAssessmentCommandOutput, AuditManagerClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -131,9 +128,7 @@ export class ListControlDomainInsightsByAssessmentCommand extends $Command< * @public */ constructor(readonly input: ListControlDomainInsightsByAssessmentCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -192,7 +187,4 @@ export class ListControlDomainInsightsByAssessmentCommand extends $Command< ): Promise { return de_ListControlDomainInsightsByAssessmentCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-auditmanager/src/commands/ListControlDomainInsightsCommand.ts b/clients/client-auditmanager/src/commands/ListControlDomainInsightsCommand.ts index 1887c3f0c4c8..876579bc716c 100644 --- a/clients/client-auditmanager/src/commands/ListControlDomainInsightsCommand.ts +++ b/clients/client-auditmanager/src/commands/ListControlDomainInsightsCommand.ts @@ -106,9 +106,6 @@ export class ListControlDomainInsightsCommand extends $Command< ListControlDomainInsightsCommandOutput, AuditManagerClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -122,9 +119,7 @@ export class ListControlDomainInsightsCommand extends $Command< * @public */ constructor(readonly input: ListControlDomainInsightsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -180,7 +175,4 @@ export class ListControlDomainInsightsCommand extends $Command< ): Promise { return de_ListControlDomainInsightsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-auditmanager/src/commands/ListControlInsightsByControlDomainCommand.ts b/clients/client-auditmanager/src/commands/ListControlInsightsByControlDomainCommand.ts index 4d64ec4fb5df..05e4800b28cc 100644 --- a/clients/client-auditmanager/src/commands/ListControlInsightsByControlDomainCommand.ts +++ b/clients/client-auditmanager/src/commands/ListControlInsightsByControlDomainCommand.ts @@ -113,9 +113,6 @@ export class ListControlInsightsByControlDomainCommand extends $Command< ListControlInsightsByControlDomainCommandOutput, AuditManagerClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -129,9 +126,7 @@ export class ListControlInsightsByControlDomainCommand extends $Command< * @public */ constructor(readonly input: ListControlInsightsByControlDomainCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -190,7 +185,4 @@ export class ListControlInsightsByControlDomainCommand extends $Command< ): Promise { return de_ListControlInsightsByControlDomainCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-auditmanager/src/commands/ListControlsCommand.ts b/clients/client-auditmanager/src/commands/ListControlsCommand.ts index 5b82ec6c2ddc..a8cee16aa33e 100644 --- a/clients/client-auditmanager/src/commands/ListControlsCommand.ts +++ b/clients/client-auditmanager/src/commands/ListControlsCommand.ts @@ -93,9 +93,6 @@ export class ListControlsCommand extends $Command< ListControlsCommandOutput, AuditManagerClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -109,9 +106,7 @@ export class ListControlsCommand extends $Command< * @public */ constructor(readonly input: ListControlsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -162,7 +157,4 @@ export class ListControlsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListControlsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-auditmanager/src/commands/ListKeywordsForDataSourceCommand.ts b/clients/client-auditmanager/src/commands/ListKeywordsForDataSourceCommand.ts index 1ee4669c8749..65698bb6c3de 100644 --- a/clients/client-auditmanager/src/commands/ListKeywordsForDataSourceCommand.ts +++ b/clients/client-auditmanager/src/commands/ListKeywordsForDataSourceCommand.ts @@ -87,9 +87,6 @@ export class ListKeywordsForDataSourceCommand extends $Command< ListKeywordsForDataSourceCommandOutput, AuditManagerClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -103,9 +100,7 @@ export class ListKeywordsForDataSourceCommand extends $Command< * @public */ constructor(readonly input: ListKeywordsForDataSourceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -161,7 +156,4 @@ export class ListKeywordsForDataSourceCommand extends $Command< ): Promise { return de_ListKeywordsForDataSourceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-auditmanager/src/commands/ListNotificationsCommand.ts b/clients/client-auditmanager/src/commands/ListNotificationsCommand.ts index 2cf95f8bb565..f0c408b02b19 100644 --- a/clients/client-auditmanager/src/commands/ListNotificationsCommand.ts +++ b/clients/client-auditmanager/src/commands/ListNotificationsCommand.ts @@ -98,9 +98,6 @@ export class ListNotificationsCommand extends $Command< ListNotificationsCommandOutput, AuditManagerClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -114,9 +111,7 @@ export class ListNotificationsCommand extends $Command< * @public */ constructor(readonly input: ListNotificationsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -169,7 +164,4 @@ export class ListNotificationsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListNotificationsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-auditmanager/src/commands/ListTagsForResourceCommand.ts b/clients/client-auditmanager/src/commands/ListTagsForResourceCommand.ts index b4aa2444f5ac..e650e963ed30 100644 --- a/clients/client-auditmanager/src/commands/ListTagsForResourceCommand.ts +++ b/clients/client-auditmanager/src/commands/ListTagsForResourceCommand.ts @@ -82,9 +82,6 @@ export class ListTagsForResourceCommand extends $Command< ListTagsForResourceCommandOutput, AuditManagerClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -98,9 +95,7 @@ export class ListTagsForResourceCommand extends $Command< * @public */ constructor(readonly input: ListTagsForResourceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -153,7 +148,4 @@ export class ListTagsForResourceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListTagsForResourceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-auditmanager/src/commands/RegisterAccountCommand.ts b/clients/client-auditmanager/src/commands/RegisterAccountCommand.ts index d690227a8103..d6550c251041 100644 --- a/clients/client-auditmanager/src/commands/RegisterAccountCommand.ts +++ b/clients/client-auditmanager/src/commands/RegisterAccountCommand.ts @@ -88,9 +88,6 @@ export class RegisterAccountCommand extends $Command< RegisterAccountCommandOutput, AuditManagerClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -104,9 +101,7 @@ export class RegisterAccountCommand extends $Command< * @public */ constructor(readonly input: RegisterAccountCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -159,7 +154,4 @@ export class RegisterAccountCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_RegisterAccountCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-auditmanager/src/commands/RegisterOrganizationAdminAccountCommand.ts b/clients/client-auditmanager/src/commands/RegisterOrganizationAdminAccountCommand.ts index 67145932b751..d4bcfd047497 100644 --- a/clients/client-auditmanager/src/commands/RegisterOrganizationAdminAccountCommand.ts +++ b/clients/client-auditmanager/src/commands/RegisterOrganizationAdminAccountCommand.ts @@ -91,9 +91,6 @@ export class RegisterOrganizationAdminAccountCommand extends $Command< RegisterOrganizationAdminAccountCommandOutput, AuditManagerClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -107,9 +104,7 @@ export class RegisterOrganizationAdminAccountCommand extends $Command< * @public */ constructor(readonly input: RegisterOrganizationAdminAccountCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -168,7 +163,4 @@ export class RegisterOrganizationAdminAccountCommand extends $Command< ): Promise { return de_RegisterOrganizationAdminAccountCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-auditmanager/src/commands/StartAssessmentFrameworkShareCommand.ts b/clients/client-auditmanager/src/commands/StartAssessmentFrameworkShareCommand.ts index 5fc54417213d..4aa81155ee29 100644 --- a/clients/client-auditmanager/src/commands/StartAssessmentFrameworkShareCommand.ts +++ b/clients/client-auditmanager/src/commands/StartAssessmentFrameworkShareCommand.ts @@ -148,9 +148,6 @@ export class StartAssessmentFrameworkShareCommand extends $Command< StartAssessmentFrameworkShareCommandOutput, AuditManagerClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -164,9 +161,7 @@ export class StartAssessmentFrameworkShareCommand extends $Command< * @public */ constructor(readonly input: StartAssessmentFrameworkShareCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -222,7 +217,4 @@ export class StartAssessmentFrameworkShareCommand extends $Command< ): Promise { return de_StartAssessmentFrameworkShareCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-auditmanager/src/commands/TagResourceCommand.ts b/clients/client-auditmanager/src/commands/TagResourceCommand.ts index c1e27b941590..39ffaa374146 100644 --- a/clients/client-auditmanager/src/commands/TagResourceCommand.ts +++ b/clients/client-auditmanager/src/commands/TagResourceCommand.ts @@ -81,9 +81,6 @@ export class TagResourceCommand extends $Command< TagResourceCommandOutput, AuditManagerClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -97,9 +94,7 @@ export class TagResourceCommand extends $Command< * @public */ constructor(readonly input: TagResourceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -150,7 +145,4 @@ export class TagResourceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_TagResourceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-auditmanager/src/commands/UntagResourceCommand.ts b/clients/client-auditmanager/src/commands/UntagResourceCommand.ts index 9c9fe73e28f0..fee0c45e64ed 100644 --- a/clients/client-auditmanager/src/commands/UntagResourceCommand.ts +++ b/clients/client-auditmanager/src/commands/UntagResourceCommand.ts @@ -81,9 +81,6 @@ export class UntagResourceCommand extends $Command< UntagResourceCommandOutput, AuditManagerClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -97,9 +94,7 @@ export class UntagResourceCommand extends $Command< * @public */ constructor(readonly input: UntagResourceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -150,7 +145,4 @@ export class UntagResourceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UntagResourceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-auditmanager/src/commands/UpdateAssessmentCommand.ts b/clients/client-auditmanager/src/commands/UpdateAssessmentCommand.ts index 664dd1d20a3c..0e362abc3743 100644 --- a/clients/client-auditmanager/src/commands/UpdateAssessmentCommand.ts +++ b/clients/client-auditmanager/src/commands/UpdateAssessmentCommand.ts @@ -234,9 +234,6 @@ export class UpdateAssessmentCommand extends $Command< UpdateAssessmentCommandOutput, AuditManagerClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -250,9 +247,7 @@ export class UpdateAssessmentCommand extends $Command< * @public */ constructor(readonly input: UpdateAssessmentCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -305,7 +300,4 @@ export class UpdateAssessmentCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdateAssessmentCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-auditmanager/src/commands/UpdateAssessmentControlCommand.ts b/clients/client-auditmanager/src/commands/UpdateAssessmentControlCommand.ts index 77b638100baf..0ee3d6b58c84 100644 --- a/clients/client-auditmanager/src/commands/UpdateAssessmentControlCommand.ts +++ b/clients/client-auditmanager/src/commands/UpdateAssessmentControlCommand.ts @@ -111,9 +111,6 @@ export class UpdateAssessmentControlCommand extends $Command< UpdateAssessmentControlCommandOutput, AuditManagerClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -127,9 +124,7 @@ export class UpdateAssessmentControlCommand extends $Command< * @public */ constructor(readonly input: UpdateAssessmentControlCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -182,7 +177,4 @@ export class UpdateAssessmentControlCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdateAssessmentControlCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-auditmanager/src/commands/UpdateAssessmentControlSetStatusCommand.ts b/clients/client-auditmanager/src/commands/UpdateAssessmentControlSetStatusCommand.ts index 11d27f640e56..0e9e8eba304c 100644 --- a/clients/client-auditmanager/src/commands/UpdateAssessmentControlSetStatusCommand.ts +++ b/clients/client-auditmanager/src/commands/UpdateAssessmentControlSetStatusCommand.ts @@ -145,9 +145,6 @@ export class UpdateAssessmentControlSetStatusCommand extends $Command< UpdateAssessmentControlSetStatusCommandOutput, AuditManagerClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -161,9 +158,7 @@ export class UpdateAssessmentControlSetStatusCommand extends $Command< * @public */ constructor(readonly input: UpdateAssessmentControlSetStatusCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -222,7 +217,4 @@ export class UpdateAssessmentControlSetStatusCommand extends $Command< ): Promise { return de_UpdateAssessmentControlSetStatusCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-auditmanager/src/commands/UpdateAssessmentFrameworkCommand.ts b/clients/client-auditmanager/src/commands/UpdateAssessmentFrameworkCommand.ts index 477093845c33..9e6783e11222 100644 --- a/clients/client-auditmanager/src/commands/UpdateAssessmentFrameworkCommand.ts +++ b/clients/client-auditmanager/src/commands/UpdateAssessmentFrameworkCommand.ts @@ -160,9 +160,6 @@ export class UpdateAssessmentFrameworkCommand extends $Command< UpdateAssessmentFrameworkCommandOutput, AuditManagerClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -176,9 +173,7 @@ export class UpdateAssessmentFrameworkCommand extends $Command< * @public */ constructor(readonly input: UpdateAssessmentFrameworkCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -234,7 +229,4 @@ export class UpdateAssessmentFrameworkCommand extends $Command< ): Promise { return de_UpdateAssessmentFrameworkCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-auditmanager/src/commands/UpdateAssessmentFrameworkShareCommand.ts b/clients/client-auditmanager/src/commands/UpdateAssessmentFrameworkShareCommand.ts index 1101482433a4..4f60c2a37ac0 100644 --- a/clients/client-auditmanager/src/commands/UpdateAssessmentFrameworkShareCommand.ts +++ b/clients/client-auditmanager/src/commands/UpdateAssessmentFrameworkShareCommand.ts @@ -117,9 +117,6 @@ export class UpdateAssessmentFrameworkShareCommand extends $Command< UpdateAssessmentFrameworkShareCommandOutput, AuditManagerClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -133,9 +130,7 @@ export class UpdateAssessmentFrameworkShareCommand extends $Command< * @public */ constructor(readonly input: UpdateAssessmentFrameworkShareCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -194,7 +189,4 @@ export class UpdateAssessmentFrameworkShareCommand extends $Command< ): Promise { return de_UpdateAssessmentFrameworkShareCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-auditmanager/src/commands/UpdateAssessmentStatusCommand.ts b/clients/client-auditmanager/src/commands/UpdateAssessmentStatusCommand.ts index c222834d82e2..6521c0b88ba3 100644 --- a/clients/client-auditmanager/src/commands/UpdateAssessmentStatusCommand.ts +++ b/clients/client-auditmanager/src/commands/UpdateAssessmentStatusCommand.ts @@ -214,9 +214,6 @@ export class UpdateAssessmentStatusCommand extends $Command< UpdateAssessmentStatusCommandOutput, AuditManagerClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -230,9 +227,7 @@ export class UpdateAssessmentStatusCommand extends $Command< * @public */ constructor(readonly input: UpdateAssessmentStatusCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -285,7 +280,4 @@ export class UpdateAssessmentStatusCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdateAssessmentStatusCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-auditmanager/src/commands/UpdateControlCommand.ts b/clients/client-auditmanager/src/commands/UpdateControlCommand.ts index f35e1cb05b46..39c888457b9d 100644 --- a/clients/client-auditmanager/src/commands/UpdateControlCommand.ts +++ b/clients/client-auditmanager/src/commands/UpdateControlCommand.ts @@ -141,9 +141,6 @@ export class UpdateControlCommand extends $Command< UpdateControlCommandOutput, AuditManagerClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -157,9 +154,7 @@ export class UpdateControlCommand extends $Command< * @public */ constructor(readonly input: UpdateControlCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -210,7 +205,4 @@ export class UpdateControlCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdateControlCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-auditmanager/src/commands/UpdateSettingsCommand.ts b/clients/client-auditmanager/src/commands/UpdateSettingsCommand.ts index 9fdf081372ef..32220fa1188c 100644 --- a/clients/client-auditmanager/src/commands/UpdateSettingsCommand.ts +++ b/clients/client-auditmanager/src/commands/UpdateSettingsCommand.ts @@ -132,9 +132,6 @@ export class UpdateSettingsCommand extends $Command< UpdateSettingsCommandOutput, AuditManagerClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -148,9 +145,7 @@ export class UpdateSettingsCommand extends $Command< * @public */ constructor(readonly input: UpdateSettingsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -203,7 +198,4 @@ export class UpdateSettingsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdateSettingsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-auditmanager/src/commands/ValidateAssessmentReportIntegrityCommand.ts b/clients/client-auditmanager/src/commands/ValidateAssessmentReportIntegrityCommand.ts index 44687b5e52a7..b5bc001a5784 100644 --- a/clients/client-auditmanager/src/commands/ValidateAssessmentReportIntegrityCommand.ts +++ b/clients/client-auditmanager/src/commands/ValidateAssessmentReportIntegrityCommand.ts @@ -98,9 +98,6 @@ export class ValidateAssessmentReportIntegrityCommand extends $Command< ValidateAssessmentReportIntegrityCommandOutput, AuditManagerClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -114,9 +111,7 @@ export class ValidateAssessmentReportIntegrityCommand extends $Command< * @public */ constructor(readonly input: ValidateAssessmentReportIntegrityCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -175,7 +170,4 @@ export class ValidateAssessmentReportIntegrityCommand extends $Command< ): Promise { return de_ValidateAssessmentReportIntegrityCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-auto-scaling-plans/package.json b/clients/client-auto-scaling-plans/package.json index d3aa2a789b77..85f32ae8b061 100644 --- a/clients/client-auto-scaling-plans/package.json +++ b/clients/client-auto-scaling-plans/package.json @@ -34,29 +34,29 @@ "@aws-sdk/util-endpoints": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@smithy/config-resolver": "^2.0.16", - "@smithy/fetch-http-handler": "^2.2.4", - "@smithy/hash-node": "^2.0.12", - "@smithy/invalid-dependency": "^2.0.12", - "@smithy/middleware-content-length": "^2.0.14", - "@smithy/middleware-endpoint": "^2.1.3", - "@smithy/middleware-retry": "^2.0.18", - "@smithy/middleware-serde": "^2.0.12", - "@smithy/middleware-stack": "^2.0.6", - "@smithy/node-config-provider": "^2.1.3", - "@smithy/node-http-handler": "^2.1.8", - "@smithy/protocol-http": "^3.0.8", - "@smithy/smithy-client": "^2.1.12", - "@smithy/types": "^2.4.0", - "@smithy/url-parser": "^2.0.12", - "@smithy/util-base64": "^2.0.0", + "@smithy/config-resolver": "^2.0.18", + "@smithy/fetch-http-handler": "^2.2.6", + "@smithy/hash-node": "^2.0.15", + "@smithy/invalid-dependency": "^2.0.13", + "@smithy/middleware-content-length": "^2.0.15", + "@smithy/middleware-endpoint": "^2.2.0", + "@smithy/middleware-retry": "^2.0.20", + "@smithy/middleware-serde": "^2.0.13", + "@smithy/middleware-stack": "^2.0.7", + "@smithy/node-config-provider": "^2.1.5", + "@smithy/node-http-handler": "^2.1.9", + "@smithy/protocol-http": "^3.0.9", + "@smithy/smithy-client": "^2.1.15", + "@smithy/types": "^2.5.0", + "@smithy/url-parser": "^2.0.13", + "@smithy/util-base64": "^2.0.1", "@smithy/util-body-length-browser": "^2.0.0", "@smithy/util-body-length-node": "^2.1.0", - "@smithy/util-defaults-mode-browser": "^2.0.16", - "@smithy/util-defaults-mode-node": "^2.0.21", - "@smithy/util-endpoints": "^1.0.2", - "@smithy/util-retry": "^2.0.5", - "@smithy/util-utf8": "^2.0.0", + "@smithy/util-defaults-mode-browser": "^2.0.19", + "@smithy/util-defaults-mode-node": "^2.0.25", + "@smithy/util-endpoints": "^1.0.4", + "@smithy/util-retry": "^2.0.6", + "@smithy/util-utf8": "^2.0.2", "tslib": "^2.5.0" }, "devDependencies": { diff --git a/clients/client-auto-scaling-plans/src/commands/CreateScalingPlanCommand.ts b/clients/client-auto-scaling-plans/src/commands/CreateScalingPlanCommand.ts index 920193a3ccbc..886f5b187593 100644 --- a/clients/client-auto-scaling-plans/src/commands/CreateScalingPlanCommand.ts +++ b/clients/client-auto-scaling-plans/src/commands/CreateScalingPlanCommand.ts @@ -151,9 +151,6 @@ export class CreateScalingPlanCommand extends $Command< CreateScalingPlanCommandOutput, AutoScalingPlansClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -167,9 +164,7 @@ export class CreateScalingPlanCommand extends $Command< * @public */ constructor(readonly input: CreateScalingPlanCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -222,7 +217,4 @@ export class CreateScalingPlanCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateScalingPlanCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-auto-scaling-plans/src/commands/DeleteScalingPlanCommand.ts b/clients/client-auto-scaling-plans/src/commands/DeleteScalingPlanCommand.ts index 5e6511e12dc3..246a75c6a6a6 100644 --- a/clients/client-auto-scaling-plans/src/commands/DeleteScalingPlanCommand.ts +++ b/clients/client-auto-scaling-plans/src/commands/DeleteScalingPlanCommand.ts @@ -86,9 +86,6 @@ export class DeleteScalingPlanCommand extends $Command< DeleteScalingPlanCommandOutput, AutoScalingPlansClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -102,9 +99,7 @@ export class DeleteScalingPlanCommand extends $Command< * @public */ constructor(readonly input: DeleteScalingPlanCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -157,7 +152,4 @@ export class DeleteScalingPlanCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteScalingPlanCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-auto-scaling-plans/src/commands/DescribeScalingPlanResourcesCommand.ts b/clients/client-auto-scaling-plans/src/commands/DescribeScalingPlanResourcesCommand.ts index f35f25c1cca1..5b6eb3aaa72b 100644 --- a/clients/client-auto-scaling-plans/src/commands/DescribeScalingPlanResourcesCommand.ts +++ b/clients/client-auto-scaling-plans/src/commands/DescribeScalingPlanResourcesCommand.ts @@ -131,9 +131,6 @@ export class DescribeScalingPlanResourcesCommand extends $Command< DescribeScalingPlanResourcesCommandOutput, AutoScalingPlansClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -147,9 +144,7 @@ export class DescribeScalingPlanResourcesCommand extends $Command< * @public */ constructor(readonly input: DescribeScalingPlanResourcesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -205,7 +200,4 @@ export class DescribeScalingPlanResourcesCommand extends $Command< ): Promise { return de_DescribeScalingPlanResourcesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-auto-scaling-plans/src/commands/DescribeScalingPlansCommand.ts b/clients/client-auto-scaling-plans/src/commands/DescribeScalingPlansCommand.ts index 1c4d3d2c6e2e..91975db38ccf 100644 --- a/clients/client-auto-scaling-plans/src/commands/DescribeScalingPlansCommand.ts +++ b/clients/client-auto-scaling-plans/src/commands/DescribeScalingPlansCommand.ts @@ -178,9 +178,6 @@ export class DescribeScalingPlansCommand extends $Command< DescribeScalingPlansCommandOutput, AutoScalingPlansClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -194,9 +191,7 @@ export class DescribeScalingPlansCommand extends $Command< * @public */ constructor(readonly input: DescribeScalingPlansCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -249,7 +244,4 @@ export class DescribeScalingPlansCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DescribeScalingPlansCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-auto-scaling-plans/src/commands/GetScalingPlanResourceForecastDataCommand.ts b/clients/client-auto-scaling-plans/src/commands/GetScalingPlanResourceForecastDataCommand.ts index 388a637bedd8..0dd3450ff74e 100644 --- a/clients/client-auto-scaling-plans/src/commands/GetScalingPlanResourceForecastDataCommand.ts +++ b/clients/client-auto-scaling-plans/src/commands/GetScalingPlanResourceForecastDataCommand.ts @@ -99,9 +99,6 @@ export class GetScalingPlanResourceForecastDataCommand extends $Command< GetScalingPlanResourceForecastDataCommandOutput, AutoScalingPlansClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -115,9 +112,7 @@ export class GetScalingPlanResourceForecastDataCommand extends $Command< * @public */ constructor(readonly input: GetScalingPlanResourceForecastDataCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -176,7 +171,4 @@ export class GetScalingPlanResourceForecastDataCommand extends $Command< ): Promise { return de_GetScalingPlanResourceForecastDataCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-auto-scaling-plans/src/commands/UpdateScalingPlanCommand.ts b/clients/client-auto-scaling-plans/src/commands/UpdateScalingPlanCommand.ts index 1f5719ca9361..66943a317f1e 100644 --- a/clients/client-auto-scaling-plans/src/commands/UpdateScalingPlanCommand.ts +++ b/clients/client-auto-scaling-plans/src/commands/UpdateScalingPlanCommand.ts @@ -151,9 +151,6 @@ export class UpdateScalingPlanCommand extends $Command< UpdateScalingPlanCommandOutput, AutoScalingPlansClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -167,9 +164,7 @@ export class UpdateScalingPlanCommand extends $Command< * @public */ constructor(readonly input: UpdateScalingPlanCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -222,7 +217,4 @@ export class UpdateScalingPlanCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdateScalingPlanCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-auto-scaling/package.json b/clients/client-auto-scaling/package.json index da4168051d29..9a058ed49c04 100644 --- a/clients/client-auto-scaling/package.json +++ b/clients/client-auto-scaling/package.json @@ -34,30 +34,30 @@ "@aws-sdk/util-endpoints": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@smithy/config-resolver": "^2.0.16", - "@smithy/fetch-http-handler": "^2.2.4", - "@smithy/hash-node": "^2.0.12", - "@smithy/invalid-dependency": "^2.0.12", - "@smithy/middleware-content-length": "^2.0.14", - "@smithy/middleware-endpoint": "^2.1.3", - "@smithy/middleware-retry": "^2.0.18", - "@smithy/middleware-serde": "^2.0.12", - "@smithy/middleware-stack": "^2.0.6", - "@smithy/node-config-provider": "^2.1.3", - "@smithy/node-http-handler": "^2.1.8", - "@smithy/protocol-http": "^3.0.8", - "@smithy/smithy-client": "^2.1.12", - "@smithy/types": "^2.4.0", - "@smithy/url-parser": "^2.0.12", - "@smithy/util-base64": "^2.0.0", + "@smithy/config-resolver": "^2.0.18", + "@smithy/fetch-http-handler": "^2.2.6", + "@smithy/hash-node": "^2.0.15", + "@smithy/invalid-dependency": "^2.0.13", + "@smithy/middleware-content-length": "^2.0.15", + "@smithy/middleware-endpoint": "^2.2.0", + "@smithy/middleware-retry": "^2.0.20", + "@smithy/middleware-serde": "^2.0.13", + "@smithy/middleware-stack": "^2.0.7", + "@smithy/node-config-provider": "^2.1.5", + "@smithy/node-http-handler": "^2.1.9", + "@smithy/protocol-http": "^3.0.9", + "@smithy/smithy-client": "^2.1.15", + "@smithy/types": "^2.5.0", + "@smithy/url-parser": "^2.0.13", + "@smithy/util-base64": "^2.0.1", "@smithy/util-body-length-browser": "^2.0.0", "@smithy/util-body-length-node": "^2.1.0", - "@smithy/util-defaults-mode-browser": "^2.0.16", - "@smithy/util-defaults-mode-node": "^2.0.21", - "@smithy/util-endpoints": "^1.0.2", - "@smithy/util-retry": "^2.0.5", - "@smithy/util-utf8": "^2.0.0", - "@smithy/util-waiter": "^2.0.12", + "@smithy/util-defaults-mode-browser": "^2.0.19", + "@smithy/util-defaults-mode-node": "^2.0.25", + "@smithy/util-endpoints": "^1.0.4", + "@smithy/util-retry": "^2.0.6", + "@smithy/util-utf8": "^2.0.2", + "@smithy/util-waiter": "^2.0.13", "fast-xml-parser": "4.2.5", "tslib": "^2.5.0" }, diff --git a/clients/client-auto-scaling/src/commands/AttachInstancesCommand.ts b/clients/client-auto-scaling/src/commands/AttachInstancesCommand.ts index 45acef101759..95098cab8044 100644 --- a/clients/client-auto-scaling/src/commands/AttachInstancesCommand.ts +++ b/clients/client-auto-scaling/src/commands/AttachInstancesCommand.ts @@ -101,9 +101,6 @@ export class AttachInstancesCommand extends $Command< AttachInstancesCommandOutput, AutoScalingClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -117,9 +114,7 @@ export class AttachInstancesCommand extends $Command< * @public */ constructor(readonly input: AttachInstancesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -172,7 +167,4 @@ export class AttachInstancesCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_AttachInstancesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-auto-scaling/src/commands/AttachLoadBalancerTargetGroupsCommand.ts b/clients/client-auto-scaling/src/commands/AttachLoadBalancerTargetGroupsCommand.ts index 4b4f31932be5..8a35443f8b27 100644 --- a/clients/client-auto-scaling/src/commands/AttachLoadBalancerTargetGroupsCommand.ts +++ b/clients/client-auto-scaling/src/commands/AttachLoadBalancerTargetGroupsCommand.ts @@ -126,9 +126,6 @@ export class AttachLoadBalancerTargetGroupsCommand extends $Command< AttachLoadBalancerTargetGroupsCommandOutput, AutoScalingClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -142,9 +139,7 @@ export class AttachLoadBalancerTargetGroupsCommand extends $Command< * @public */ constructor(readonly input: AttachLoadBalancerTargetGroupsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -203,7 +198,4 @@ export class AttachLoadBalancerTargetGroupsCommand extends $Command< ): Promise { return de_AttachLoadBalancerTargetGroupsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-auto-scaling/src/commands/AttachLoadBalancersCommand.ts b/clients/client-auto-scaling/src/commands/AttachLoadBalancersCommand.ts index d681c5744402..7ac5bedaaa98 100644 --- a/clients/client-auto-scaling/src/commands/AttachLoadBalancersCommand.ts +++ b/clients/client-auto-scaling/src/commands/AttachLoadBalancersCommand.ts @@ -108,9 +108,6 @@ export class AttachLoadBalancersCommand extends $Command< AttachLoadBalancersCommandOutput, AutoScalingClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -124,9 +121,7 @@ export class AttachLoadBalancersCommand extends $Command< * @public */ constructor(readonly input: AttachLoadBalancersCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -179,7 +174,4 @@ export class AttachLoadBalancersCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_AttachLoadBalancersCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-auto-scaling/src/commands/AttachTrafficSourcesCommand.ts b/clients/client-auto-scaling/src/commands/AttachTrafficSourcesCommand.ts index 79e5c36e0663..28ee1084f353 100644 --- a/clients/client-auto-scaling/src/commands/AttachTrafficSourcesCommand.ts +++ b/clients/client-auto-scaling/src/commands/AttachTrafficSourcesCommand.ts @@ -120,9 +120,6 @@ export class AttachTrafficSourcesCommand extends $Command< AttachTrafficSourcesCommandOutput, AutoScalingClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -136,9 +133,7 @@ export class AttachTrafficSourcesCommand extends $Command< * @public */ constructor(readonly input: AttachTrafficSourcesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -191,7 +186,4 @@ export class AttachTrafficSourcesCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_AttachTrafficSourcesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-auto-scaling/src/commands/BatchDeleteScheduledActionCommand.ts b/clients/client-auto-scaling/src/commands/BatchDeleteScheduledActionCommand.ts index 79ada223889e..ccee5cf5333a 100644 --- a/clients/client-auto-scaling/src/commands/BatchDeleteScheduledActionCommand.ts +++ b/clients/client-auto-scaling/src/commands/BatchDeleteScheduledActionCommand.ts @@ -83,9 +83,6 @@ export class BatchDeleteScheduledActionCommand extends $Command< BatchDeleteScheduledActionCommandOutput, AutoScalingClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -99,9 +96,7 @@ export class BatchDeleteScheduledActionCommand extends $Command< * @public */ constructor(readonly input: BatchDeleteScheduledActionCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -157,7 +152,4 @@ export class BatchDeleteScheduledActionCommand extends $Command< ): Promise { return de_BatchDeleteScheduledActionCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-auto-scaling/src/commands/BatchPutScheduledUpdateGroupActionCommand.ts b/clients/client-auto-scaling/src/commands/BatchPutScheduledUpdateGroupActionCommand.ts index e83510ef7637..cc7b8c366e1b 100644 --- a/clients/client-auto-scaling/src/commands/BatchPutScheduledUpdateGroupActionCommand.ts +++ b/clients/client-auto-scaling/src/commands/BatchPutScheduledUpdateGroupActionCommand.ts @@ -106,9 +106,6 @@ export class BatchPutScheduledUpdateGroupActionCommand extends $Command< BatchPutScheduledUpdateGroupActionCommandOutput, AutoScalingClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -122,9 +119,7 @@ export class BatchPutScheduledUpdateGroupActionCommand extends $Command< * @public */ constructor(readonly input: BatchPutScheduledUpdateGroupActionCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -183,7 +178,4 @@ export class BatchPutScheduledUpdateGroupActionCommand extends $Command< ): Promise { return de_BatchPutScheduledUpdateGroupActionCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-auto-scaling/src/commands/CancelInstanceRefreshCommand.ts b/clients/client-auto-scaling/src/commands/CancelInstanceRefreshCommand.ts index c36b215ab94b..a3c801a541eb 100644 --- a/clients/client-auto-scaling/src/commands/CancelInstanceRefreshCommand.ts +++ b/clients/client-auto-scaling/src/commands/CancelInstanceRefreshCommand.ts @@ -107,9 +107,6 @@ export class CancelInstanceRefreshCommand extends $Command< CancelInstanceRefreshCommandOutput, AutoScalingClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -123,9 +120,7 @@ export class CancelInstanceRefreshCommand extends $Command< * @public */ constructor(readonly input: CancelInstanceRefreshCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -178,7 +173,4 @@ export class CancelInstanceRefreshCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CancelInstanceRefreshCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-auto-scaling/src/commands/CompleteLifecycleActionCommand.ts b/clients/client-auto-scaling/src/commands/CompleteLifecycleActionCommand.ts index ff8693237b17..f727602ed8b3 100644 --- a/clients/client-auto-scaling/src/commands/CompleteLifecycleActionCommand.ts +++ b/clients/client-auto-scaling/src/commands/CompleteLifecycleActionCommand.ts @@ -127,9 +127,6 @@ export class CompleteLifecycleActionCommand extends $Command< CompleteLifecycleActionCommandOutput, AutoScalingClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -143,9 +140,7 @@ export class CompleteLifecycleActionCommand extends $Command< * @public */ constructor(readonly input: CompleteLifecycleActionCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -198,7 +193,4 @@ export class CompleteLifecycleActionCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CompleteLifecycleActionCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-auto-scaling/src/commands/CreateAutoScalingGroupCommand.ts b/clients/client-auto-scaling/src/commands/CreateAutoScalingGroupCommand.ts index 2139a6f1278e..1aac98d01586 100644 --- a/clients/client-auto-scaling/src/commands/CreateAutoScalingGroupCommand.ts +++ b/clients/client-auto-scaling/src/commands/CreateAutoScalingGroupCommand.ts @@ -383,9 +383,6 @@ export class CreateAutoScalingGroupCommand extends $Command< CreateAutoScalingGroupCommandOutput, AutoScalingClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -399,9 +396,7 @@ export class CreateAutoScalingGroupCommand extends $Command< * @public */ constructor(readonly input: CreateAutoScalingGroupCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -454,7 +449,4 @@ export class CreateAutoScalingGroupCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateAutoScalingGroupCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-auto-scaling/src/commands/CreateLaunchConfigurationCommand.ts b/clients/client-auto-scaling/src/commands/CreateLaunchConfigurationCommand.ts index 16bf54676259..0505934b4232 100644 --- a/clients/client-auto-scaling/src/commands/CreateLaunchConfigurationCommand.ts +++ b/clients/client-auto-scaling/src/commands/CreateLaunchConfigurationCommand.ts @@ -153,9 +153,6 @@ export class CreateLaunchConfigurationCommand extends $Command< CreateLaunchConfigurationCommandOutput, AutoScalingClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -169,9 +166,7 @@ export class CreateLaunchConfigurationCommand extends $Command< * @public */ constructor(readonly input: CreateLaunchConfigurationCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -227,7 +222,4 @@ export class CreateLaunchConfigurationCommand extends $Command< ): Promise { return de_CreateLaunchConfigurationCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-auto-scaling/src/commands/CreateOrUpdateTagsCommand.ts b/clients/client-auto-scaling/src/commands/CreateOrUpdateTagsCommand.ts index 0726d80b0b81..de15edcd61e4 100644 --- a/clients/client-auto-scaling/src/commands/CreateOrUpdateTagsCommand.ts +++ b/clients/client-auto-scaling/src/commands/CreateOrUpdateTagsCommand.ts @@ -122,9 +122,6 @@ export class CreateOrUpdateTagsCommand extends $Command< CreateOrUpdateTagsCommandOutput, AutoScalingClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -138,9 +135,7 @@ export class CreateOrUpdateTagsCommand extends $Command< * @public */ constructor(readonly input: CreateOrUpdateTagsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -193,7 +188,4 @@ export class CreateOrUpdateTagsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateOrUpdateTagsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-auto-scaling/src/commands/DeleteAutoScalingGroupCommand.ts b/clients/client-auto-scaling/src/commands/DeleteAutoScalingGroupCommand.ts index 2e3e97c4e6ff..9dfb26dd00ba 100644 --- a/clients/client-auto-scaling/src/commands/DeleteAutoScalingGroupCommand.ts +++ b/clients/client-auto-scaling/src/commands/DeleteAutoScalingGroupCommand.ts @@ -117,9 +117,6 @@ export class DeleteAutoScalingGroupCommand extends $Command< DeleteAutoScalingGroupCommandOutput, AutoScalingClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -133,9 +130,7 @@ export class DeleteAutoScalingGroupCommand extends $Command< * @public */ constructor(readonly input: DeleteAutoScalingGroupCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -188,7 +183,4 @@ export class DeleteAutoScalingGroupCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteAutoScalingGroupCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-auto-scaling/src/commands/DeleteLaunchConfigurationCommand.ts b/clients/client-auto-scaling/src/commands/DeleteLaunchConfigurationCommand.ts index ea67a00bbb64..4766d104d4c6 100644 --- a/clients/client-auto-scaling/src/commands/DeleteLaunchConfigurationCommand.ts +++ b/clients/client-auto-scaling/src/commands/DeleteLaunchConfigurationCommand.ts @@ -88,9 +88,6 @@ export class DeleteLaunchConfigurationCommand extends $Command< DeleteLaunchConfigurationCommandOutput, AutoScalingClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -104,9 +101,7 @@ export class DeleteLaunchConfigurationCommand extends $Command< * @public */ constructor(readonly input: DeleteLaunchConfigurationCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -162,7 +157,4 @@ export class DeleteLaunchConfigurationCommand extends $Command< ): Promise { return de_DeleteLaunchConfigurationCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-auto-scaling/src/commands/DeleteLifecycleHookCommand.ts b/clients/client-auto-scaling/src/commands/DeleteLifecycleHookCommand.ts index 0d2dd968a1e5..78c0a15ad9c0 100644 --- a/clients/client-auto-scaling/src/commands/DeleteLifecycleHookCommand.ts +++ b/clients/client-auto-scaling/src/commands/DeleteLifecycleHookCommand.ts @@ -88,9 +88,6 @@ export class DeleteLifecycleHookCommand extends $Command< DeleteLifecycleHookCommandOutput, AutoScalingClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -104,9 +101,7 @@ export class DeleteLifecycleHookCommand extends $Command< * @public */ constructor(readonly input: DeleteLifecycleHookCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -159,7 +154,4 @@ export class DeleteLifecycleHookCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteLifecycleHookCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-auto-scaling/src/commands/DeleteNotificationConfigurationCommand.ts b/clients/client-auto-scaling/src/commands/DeleteNotificationConfigurationCommand.ts index d443f399b8d2..f2af0938c317 100644 --- a/clients/client-auto-scaling/src/commands/DeleteNotificationConfigurationCommand.ts +++ b/clients/client-auto-scaling/src/commands/DeleteNotificationConfigurationCommand.ts @@ -88,9 +88,6 @@ export class DeleteNotificationConfigurationCommand extends $Command< DeleteNotificationConfigurationCommandOutput, AutoScalingClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -104,9 +101,7 @@ export class DeleteNotificationConfigurationCommand extends $Command< * @public */ constructor(readonly input: DeleteNotificationConfigurationCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -165,7 +160,4 @@ export class DeleteNotificationConfigurationCommand extends $Command< ): Promise { return de_DeleteNotificationConfigurationCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-auto-scaling/src/commands/DeletePolicyCommand.ts b/clients/client-auto-scaling/src/commands/DeletePolicyCommand.ts index ddc81b29e721..422ef47f2587 100644 --- a/clients/client-auto-scaling/src/commands/DeletePolicyCommand.ts +++ b/clients/client-auto-scaling/src/commands/DeletePolicyCommand.ts @@ -93,9 +93,6 @@ export class DeletePolicyCommand extends $Command< DeletePolicyCommandOutput, AutoScalingClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -109,9 +106,7 @@ export class DeletePolicyCommand extends $Command< * @public */ constructor(readonly input: DeletePolicyCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -162,7 +157,4 @@ export class DeletePolicyCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeletePolicyCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-auto-scaling/src/commands/DeleteScheduledActionCommand.ts b/clients/client-auto-scaling/src/commands/DeleteScheduledActionCommand.ts index d87bae50fd02..18c8d48b09af 100644 --- a/clients/client-auto-scaling/src/commands/DeleteScheduledActionCommand.ts +++ b/clients/client-auto-scaling/src/commands/DeleteScheduledActionCommand.ts @@ -85,9 +85,6 @@ export class DeleteScheduledActionCommand extends $Command< DeleteScheduledActionCommandOutput, AutoScalingClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -101,9 +98,7 @@ export class DeleteScheduledActionCommand extends $Command< * @public */ constructor(readonly input: DeleteScheduledActionCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -156,7 +151,4 @@ export class DeleteScheduledActionCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteScheduledActionCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-auto-scaling/src/commands/DeleteTagsCommand.ts b/clients/client-auto-scaling/src/commands/DeleteTagsCommand.ts index 34e4edd99c3d..b418128faea5 100644 --- a/clients/client-auto-scaling/src/commands/DeleteTagsCommand.ts +++ b/clients/client-auto-scaling/src/commands/DeleteTagsCommand.ts @@ -101,9 +101,6 @@ export class DeleteTagsCommand extends $Command< DeleteTagsCommandOutput, AutoScalingClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -117,9 +114,7 @@ export class DeleteTagsCommand extends $Command< * @public */ constructor(readonly input: DeleteTagsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -170,7 +165,4 @@ export class DeleteTagsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteTagsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-auto-scaling/src/commands/DeleteWarmPoolCommand.ts b/clients/client-auto-scaling/src/commands/DeleteWarmPoolCommand.ts index ab0123417877..d1a563005843 100644 --- a/clients/client-auto-scaling/src/commands/DeleteWarmPoolCommand.ts +++ b/clients/client-auto-scaling/src/commands/DeleteWarmPoolCommand.ts @@ -88,9 +88,6 @@ export class DeleteWarmPoolCommand extends $Command< DeleteWarmPoolCommandOutput, AutoScalingClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -104,9 +101,7 @@ export class DeleteWarmPoolCommand extends $Command< * @public */ constructor(readonly input: DeleteWarmPoolCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -159,7 +154,4 @@ export class DeleteWarmPoolCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteWarmPoolCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-auto-scaling/src/commands/DescribeAccountLimitsCommand.ts b/clients/client-auto-scaling/src/commands/DescribeAccountLimitsCommand.ts index b897a16a926f..ce3c655cad5d 100644 --- a/clients/client-auto-scaling/src/commands/DescribeAccountLimitsCommand.ts +++ b/clients/client-auto-scaling/src/commands/DescribeAccountLimitsCommand.ts @@ -96,9 +96,6 @@ export class DescribeAccountLimitsCommand extends $Command< DescribeAccountLimitsCommandOutput, AutoScalingClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -112,9 +109,7 @@ export class DescribeAccountLimitsCommand extends $Command< * @public */ constructor(readonly input: DescribeAccountLimitsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -167,7 +162,4 @@ export class DescribeAccountLimitsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DescribeAccountLimitsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-auto-scaling/src/commands/DescribeAdjustmentTypesCommand.ts b/clients/client-auto-scaling/src/commands/DescribeAdjustmentTypesCommand.ts index 20e3aac66fc6..26e91ed4743a 100644 --- a/clients/client-auto-scaling/src/commands/DescribeAdjustmentTypesCommand.ts +++ b/clients/client-auto-scaling/src/commands/DescribeAdjustmentTypesCommand.ts @@ -119,9 +119,6 @@ export class DescribeAdjustmentTypesCommand extends $Command< DescribeAdjustmentTypesCommandOutput, AutoScalingClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -135,9 +132,7 @@ export class DescribeAdjustmentTypesCommand extends $Command< * @public */ constructor(readonly input: DescribeAdjustmentTypesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -190,7 +185,4 @@ export class DescribeAdjustmentTypesCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DescribeAdjustmentTypesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-auto-scaling/src/commands/DescribeAutoScalingGroupsCommand.ts b/clients/client-auto-scaling/src/commands/DescribeAutoScalingGroupsCommand.ts index 4daf99bd477c..fbbb9f933025 100644 --- a/clients/client-auto-scaling/src/commands/DescribeAutoScalingGroupsCommand.ts +++ b/clients/client-auto-scaling/src/commands/DescribeAutoScalingGroupsCommand.ts @@ -347,9 +347,6 @@ export class DescribeAutoScalingGroupsCommand extends $Command< DescribeAutoScalingGroupsCommandOutput, AutoScalingClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -363,9 +360,7 @@ export class DescribeAutoScalingGroupsCommand extends $Command< * @public */ constructor(readonly input: DescribeAutoScalingGroupsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -421,7 +416,4 @@ export class DescribeAutoScalingGroupsCommand extends $Command< ): Promise { return de_DescribeAutoScalingGroupsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-auto-scaling/src/commands/DescribeAutoScalingInstancesCommand.ts b/clients/client-auto-scaling/src/commands/DescribeAutoScalingInstancesCommand.ts index b126a10516c2..31786379e975 100644 --- a/clients/client-auto-scaling/src/commands/DescribeAutoScalingInstancesCommand.ts +++ b/clients/client-auto-scaling/src/commands/DescribeAutoScalingInstancesCommand.ts @@ -128,9 +128,6 @@ export class DescribeAutoScalingInstancesCommand extends $Command< DescribeAutoScalingInstancesCommandOutput, AutoScalingClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -144,9 +141,7 @@ export class DescribeAutoScalingInstancesCommand extends $Command< * @public */ constructor(readonly input: DescribeAutoScalingInstancesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -202,7 +197,4 @@ export class DescribeAutoScalingInstancesCommand extends $Command< ): Promise { return de_DescribeAutoScalingInstancesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-auto-scaling/src/commands/DescribeAutoScalingNotificationTypesCommand.ts b/clients/client-auto-scaling/src/commands/DescribeAutoScalingNotificationTypesCommand.ts index 7d3d27816fc4..d1967b5c2b7b 100644 --- a/clients/client-auto-scaling/src/commands/DescribeAutoScalingNotificationTypesCommand.ts +++ b/clients/client-auto-scaling/src/commands/DescribeAutoScalingNotificationTypesCommand.ts @@ -99,9 +99,6 @@ export class DescribeAutoScalingNotificationTypesCommand extends $Command< DescribeAutoScalingNotificationTypesCommandOutput, AutoScalingClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -115,9 +112,7 @@ export class DescribeAutoScalingNotificationTypesCommand extends $Command< * @public */ constructor(readonly input: DescribeAutoScalingNotificationTypesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -176,7 +171,4 @@ export class DescribeAutoScalingNotificationTypesCommand extends $Command< ): Promise { return de_DescribeAutoScalingNotificationTypesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-auto-scaling/src/commands/DescribeInstanceRefreshesCommand.ts b/clients/client-auto-scaling/src/commands/DescribeInstanceRefreshesCommand.ts index 91c4d9faa0d0..da1e54b9d639 100644 --- a/clients/client-auto-scaling/src/commands/DescribeInstanceRefreshesCommand.ts +++ b/clients/client-auto-scaling/src/commands/DescribeInstanceRefreshesCommand.ts @@ -306,9 +306,6 @@ export class DescribeInstanceRefreshesCommand extends $Command< DescribeInstanceRefreshesCommandOutput, AutoScalingClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -322,9 +319,7 @@ export class DescribeInstanceRefreshesCommand extends $Command< * @public */ constructor(readonly input: DescribeInstanceRefreshesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -380,7 +375,4 @@ export class DescribeInstanceRefreshesCommand extends $Command< ): Promise { return de_DescribeInstanceRefreshesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-auto-scaling/src/commands/DescribeLaunchConfigurationsCommand.ts b/clients/client-auto-scaling/src/commands/DescribeLaunchConfigurationsCommand.ts index 8a5d82b294ce..549a57fab2ef 100644 --- a/clients/client-auto-scaling/src/commands/DescribeLaunchConfigurationsCommand.ts +++ b/clients/client-auto-scaling/src/commands/DescribeLaunchConfigurationsCommand.ts @@ -165,9 +165,6 @@ export class DescribeLaunchConfigurationsCommand extends $Command< DescribeLaunchConfigurationsCommandOutput, AutoScalingClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -181,9 +178,7 @@ export class DescribeLaunchConfigurationsCommand extends $Command< * @public */ constructor(readonly input: DescribeLaunchConfigurationsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -239,7 +234,4 @@ export class DescribeLaunchConfigurationsCommand extends $Command< ): Promise { return de_DescribeLaunchConfigurationsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-auto-scaling/src/commands/DescribeLifecycleHookTypesCommand.ts b/clients/client-auto-scaling/src/commands/DescribeLifecycleHookTypesCommand.ts index 75330942ec11..fdea0ff880b6 100644 --- a/clients/client-auto-scaling/src/commands/DescribeLifecycleHookTypesCommand.ts +++ b/clients/client-auto-scaling/src/commands/DescribeLifecycleHookTypesCommand.ts @@ -104,9 +104,6 @@ export class DescribeLifecycleHookTypesCommand extends $Command< DescribeLifecycleHookTypesCommandOutput, AutoScalingClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -120,9 +117,7 @@ export class DescribeLifecycleHookTypesCommand extends $Command< * @public */ constructor(readonly input: DescribeLifecycleHookTypesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -178,7 +173,4 @@ export class DescribeLifecycleHookTypesCommand extends $Command< ): Promise { return de_DescribeLifecycleHookTypesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-auto-scaling/src/commands/DescribeLifecycleHooksCommand.ts b/clients/client-auto-scaling/src/commands/DescribeLifecycleHooksCommand.ts index 0601672d31cf..aee24dfe94cf 100644 --- a/clients/client-auto-scaling/src/commands/DescribeLifecycleHooksCommand.ts +++ b/clients/client-auto-scaling/src/commands/DescribeLifecycleHooksCommand.ts @@ -116,9 +116,6 @@ export class DescribeLifecycleHooksCommand extends $Command< DescribeLifecycleHooksCommandOutput, AutoScalingClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -132,9 +129,7 @@ export class DescribeLifecycleHooksCommand extends $Command< * @public */ constructor(readonly input: DescribeLifecycleHooksCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -187,7 +182,4 @@ export class DescribeLifecycleHooksCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DescribeLifecycleHooksCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-auto-scaling/src/commands/DescribeLoadBalancerTargetGroupsCommand.ts b/clients/client-auto-scaling/src/commands/DescribeLoadBalancerTargetGroupsCommand.ts index 817e5ae2b01c..c865616d2a97 100644 --- a/clients/client-auto-scaling/src/commands/DescribeLoadBalancerTargetGroupsCommand.ts +++ b/clients/client-auto-scaling/src/commands/DescribeLoadBalancerTargetGroupsCommand.ts @@ -143,9 +143,6 @@ export class DescribeLoadBalancerTargetGroupsCommand extends $Command< DescribeLoadBalancerTargetGroupsCommandOutput, AutoScalingClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -159,9 +156,7 @@ export class DescribeLoadBalancerTargetGroupsCommand extends $Command< * @public */ constructor(readonly input: DescribeLoadBalancerTargetGroupsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -220,7 +215,4 @@ export class DescribeLoadBalancerTargetGroupsCommand extends $Command< ): Promise { return de_DescribeLoadBalancerTargetGroupsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-auto-scaling/src/commands/DescribeLoadBalancersCommand.ts b/clients/client-auto-scaling/src/commands/DescribeLoadBalancersCommand.ts index d41ea02f5933..47d9b0211166 100644 --- a/clients/client-auto-scaling/src/commands/DescribeLoadBalancersCommand.ts +++ b/clients/client-auto-scaling/src/commands/DescribeLoadBalancersCommand.ts @@ -136,9 +136,6 @@ export class DescribeLoadBalancersCommand extends $Command< DescribeLoadBalancersCommandOutput, AutoScalingClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -152,9 +149,7 @@ export class DescribeLoadBalancersCommand extends $Command< * @public */ constructor(readonly input: DescribeLoadBalancersCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -207,7 +202,4 @@ export class DescribeLoadBalancersCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DescribeLoadBalancersCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-auto-scaling/src/commands/DescribeMetricCollectionTypesCommand.ts b/clients/client-auto-scaling/src/commands/DescribeMetricCollectionTypesCommand.ts index 3e9e9a973c4d..387de3e4bd07 100644 --- a/clients/client-auto-scaling/src/commands/DescribeMetricCollectionTypesCommand.ts +++ b/clients/client-auto-scaling/src/commands/DescribeMetricCollectionTypesCommand.ts @@ -130,9 +130,6 @@ export class DescribeMetricCollectionTypesCommand extends $Command< DescribeMetricCollectionTypesCommandOutput, AutoScalingClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -146,9 +143,7 @@ export class DescribeMetricCollectionTypesCommand extends $Command< * @public */ constructor(readonly input: DescribeMetricCollectionTypesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -204,7 +199,4 @@ export class DescribeMetricCollectionTypesCommand extends $Command< ): Promise { return de_DescribeMetricCollectionTypesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-auto-scaling/src/commands/DescribeNotificationConfigurationsCommand.ts b/clients/client-auto-scaling/src/commands/DescribeNotificationConfigurationsCommand.ts index 89b6f66b877d..f9bd0c2dbe2b 100644 --- a/clients/client-auto-scaling/src/commands/DescribeNotificationConfigurationsCommand.ts +++ b/clients/client-auto-scaling/src/commands/DescribeNotificationConfigurationsCommand.ts @@ -123,9 +123,6 @@ export class DescribeNotificationConfigurationsCommand extends $Command< DescribeNotificationConfigurationsCommandOutput, AutoScalingClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -139,9 +136,7 @@ export class DescribeNotificationConfigurationsCommand extends $Command< * @public */ constructor(readonly input: DescribeNotificationConfigurationsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -200,7 +195,4 @@ export class DescribeNotificationConfigurationsCommand extends $Command< ): Promise { return de_DescribeNotificationConfigurationsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-auto-scaling/src/commands/DescribePoliciesCommand.ts b/clients/client-auto-scaling/src/commands/DescribePoliciesCommand.ts index 4e5fb60b2fca..07a8df09eba1 100644 --- a/clients/client-auto-scaling/src/commands/DescribePoliciesCommand.ts +++ b/clients/client-auto-scaling/src/commands/DescribePoliciesCommand.ts @@ -274,9 +274,6 @@ export class DescribePoliciesCommand extends $Command< DescribePoliciesCommandOutput, AutoScalingClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -290,9 +287,7 @@ export class DescribePoliciesCommand extends $Command< * @public */ constructor(readonly input: DescribePoliciesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -345,7 +340,4 @@ export class DescribePoliciesCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DescribePoliciesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-auto-scaling/src/commands/DescribeScalingActivitiesCommand.ts b/clients/client-auto-scaling/src/commands/DescribeScalingActivitiesCommand.ts index 8d42aea72c46..6b936eb5c1cc 100644 --- a/clients/client-auto-scaling/src/commands/DescribeScalingActivitiesCommand.ts +++ b/clients/client-auto-scaling/src/commands/DescribeScalingActivitiesCommand.ts @@ -136,9 +136,6 @@ export class DescribeScalingActivitiesCommand extends $Command< DescribeScalingActivitiesCommandOutput, AutoScalingClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -152,9 +149,7 @@ export class DescribeScalingActivitiesCommand extends $Command< * @public */ constructor(readonly input: DescribeScalingActivitiesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -210,7 +205,4 @@ export class DescribeScalingActivitiesCommand extends $Command< ): Promise { return de_DescribeScalingActivitiesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-auto-scaling/src/commands/DescribeScalingProcessTypesCommand.ts b/clients/client-auto-scaling/src/commands/DescribeScalingProcessTypesCommand.ts index 62cc8dde5d72..7a4a73529b50 100644 --- a/clients/client-auto-scaling/src/commands/DescribeScalingProcessTypesCommand.ts +++ b/clients/client-auto-scaling/src/commands/DescribeScalingProcessTypesCommand.ts @@ -116,9 +116,6 @@ export class DescribeScalingProcessTypesCommand extends $Command< DescribeScalingProcessTypesCommandOutput, AutoScalingClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -132,9 +129,7 @@ export class DescribeScalingProcessTypesCommand extends $Command< * @public */ constructor(readonly input: DescribeScalingProcessTypesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -190,7 +185,4 @@ export class DescribeScalingProcessTypesCommand extends $Command< ): Promise { return de_DescribeScalingProcessTypesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-auto-scaling/src/commands/DescribeScheduledActionsCommand.ts b/clients/client-auto-scaling/src/commands/DescribeScheduledActionsCommand.ts index bf5a1ae74036..3948f8bb3547 100644 --- a/clients/client-auto-scaling/src/commands/DescribeScheduledActionsCommand.ts +++ b/clients/client-auto-scaling/src/commands/DescribeScheduledActionsCommand.ts @@ -130,9 +130,6 @@ export class DescribeScheduledActionsCommand extends $Command< DescribeScheduledActionsCommandOutput, AutoScalingClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -146,9 +143,7 @@ export class DescribeScheduledActionsCommand extends $Command< * @public */ constructor(readonly input: DescribeScheduledActionsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -201,7 +196,4 @@ export class DescribeScheduledActionsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DescribeScheduledActionsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-auto-scaling/src/commands/DescribeTagsCommand.ts b/clients/client-auto-scaling/src/commands/DescribeTagsCommand.ts index 2b073a751e02..1b61bd80ce04 100644 --- a/clients/client-auto-scaling/src/commands/DescribeTagsCommand.ts +++ b/clients/client-auto-scaling/src/commands/DescribeTagsCommand.ts @@ -141,9 +141,6 @@ export class DescribeTagsCommand extends $Command< DescribeTagsCommandOutput, AutoScalingClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -157,9 +154,7 @@ export class DescribeTagsCommand extends $Command< * @public */ constructor(readonly input: DescribeTagsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -210,7 +205,4 @@ export class DescribeTagsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DescribeTagsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-auto-scaling/src/commands/DescribeTerminationPolicyTypesCommand.ts b/clients/client-auto-scaling/src/commands/DescribeTerminationPolicyTypesCommand.ts index 60a3cbf71405..deb2203d76ec 100644 --- a/clients/client-auto-scaling/src/commands/DescribeTerminationPolicyTypesCommand.ts +++ b/clients/client-auto-scaling/src/commands/DescribeTerminationPolicyTypesCommand.ts @@ -102,9 +102,6 @@ export class DescribeTerminationPolicyTypesCommand extends $Command< DescribeTerminationPolicyTypesCommandOutput, AutoScalingClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -118,9 +115,7 @@ export class DescribeTerminationPolicyTypesCommand extends $Command< * @public */ constructor(readonly input: DescribeTerminationPolicyTypesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -179,7 +174,4 @@ export class DescribeTerminationPolicyTypesCommand extends $Command< ): Promise { return de_DescribeTerminationPolicyTypesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-auto-scaling/src/commands/DescribeTrafficSourcesCommand.ts b/clients/client-auto-scaling/src/commands/DescribeTrafficSourcesCommand.ts index 28d9ffbd7e1f..03b342abb3bd 100644 --- a/clients/client-auto-scaling/src/commands/DescribeTrafficSourcesCommand.ts +++ b/clients/client-auto-scaling/src/commands/DescribeTrafficSourcesCommand.ts @@ -115,9 +115,6 @@ export class DescribeTrafficSourcesCommand extends $Command< DescribeTrafficSourcesCommandOutput, AutoScalingClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -131,9 +128,7 @@ export class DescribeTrafficSourcesCommand extends $Command< * @public */ constructor(readonly input: DescribeTrafficSourcesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -186,7 +181,4 @@ export class DescribeTrafficSourcesCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DescribeTrafficSourcesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-auto-scaling/src/commands/DescribeWarmPoolCommand.ts b/clients/client-auto-scaling/src/commands/DescribeWarmPoolCommand.ts index ac3f9fd8d91a..3055f725d554 100644 --- a/clients/client-auto-scaling/src/commands/DescribeWarmPoolCommand.ts +++ b/clients/client-auto-scaling/src/commands/DescribeWarmPoolCommand.ts @@ -113,9 +113,6 @@ export class DescribeWarmPoolCommand extends $Command< DescribeWarmPoolCommandOutput, AutoScalingClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -129,9 +126,7 @@ export class DescribeWarmPoolCommand extends $Command< * @public */ constructor(readonly input: DescribeWarmPoolCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -184,7 +179,4 @@ export class DescribeWarmPoolCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DescribeWarmPoolCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-auto-scaling/src/commands/DetachInstancesCommand.ts b/clients/client-auto-scaling/src/commands/DetachInstancesCommand.ts index b1fb20c1bff9..7cd969a81740 100644 --- a/clients/client-auto-scaling/src/commands/DetachInstancesCommand.ts +++ b/clients/client-auto-scaling/src/commands/DetachInstancesCommand.ts @@ -133,9 +133,6 @@ export class DetachInstancesCommand extends $Command< DetachInstancesCommandOutput, AutoScalingClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -149,9 +146,7 @@ export class DetachInstancesCommand extends $Command< * @public */ constructor(readonly input: DetachInstancesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -204,7 +199,4 @@ export class DetachInstancesCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DetachInstancesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-auto-scaling/src/commands/DetachLoadBalancerTargetGroupsCommand.ts b/clients/client-auto-scaling/src/commands/DetachLoadBalancerTargetGroupsCommand.ts index c489178270d8..4efee9169663 100644 --- a/clients/client-auto-scaling/src/commands/DetachLoadBalancerTargetGroupsCommand.ts +++ b/clients/client-auto-scaling/src/commands/DetachLoadBalancerTargetGroupsCommand.ts @@ -111,9 +111,6 @@ export class DetachLoadBalancerTargetGroupsCommand extends $Command< DetachLoadBalancerTargetGroupsCommandOutput, AutoScalingClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -127,9 +124,7 @@ export class DetachLoadBalancerTargetGroupsCommand extends $Command< * @public */ constructor(readonly input: DetachLoadBalancerTargetGroupsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -188,7 +183,4 @@ export class DetachLoadBalancerTargetGroupsCommand extends $Command< ): Promise { return de_DetachLoadBalancerTargetGroupsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-auto-scaling/src/commands/DetachLoadBalancersCommand.ts b/clients/client-auto-scaling/src/commands/DetachLoadBalancersCommand.ts index 5415b1437c1b..08b719509155 100644 --- a/clients/client-auto-scaling/src/commands/DetachLoadBalancersCommand.ts +++ b/clients/client-auto-scaling/src/commands/DetachLoadBalancersCommand.ts @@ -102,9 +102,6 @@ export class DetachLoadBalancersCommand extends $Command< DetachLoadBalancersCommandOutput, AutoScalingClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -118,9 +115,7 @@ export class DetachLoadBalancersCommand extends $Command< * @public */ constructor(readonly input: DetachLoadBalancersCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -173,7 +168,4 @@ export class DetachLoadBalancersCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DetachLoadBalancersCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-auto-scaling/src/commands/DetachTrafficSourcesCommand.ts b/clients/client-auto-scaling/src/commands/DetachTrafficSourcesCommand.ts index ea9f1b0878bb..132028f6a46d 100644 --- a/clients/client-auto-scaling/src/commands/DetachTrafficSourcesCommand.ts +++ b/clients/client-auto-scaling/src/commands/DetachTrafficSourcesCommand.ts @@ -97,9 +97,6 @@ export class DetachTrafficSourcesCommand extends $Command< DetachTrafficSourcesCommandOutput, AutoScalingClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -113,9 +110,7 @@ export class DetachTrafficSourcesCommand extends $Command< * @public */ constructor(readonly input: DetachTrafficSourcesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -168,7 +163,4 @@ export class DetachTrafficSourcesCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DetachTrafficSourcesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-auto-scaling/src/commands/DisableMetricsCollectionCommand.ts b/clients/client-auto-scaling/src/commands/DisableMetricsCollectionCommand.ts index d5ee7d54bdd5..374f8d2b474a 100644 --- a/clients/client-auto-scaling/src/commands/DisableMetricsCollectionCommand.ts +++ b/clients/client-auto-scaling/src/commands/DisableMetricsCollectionCommand.ts @@ -89,9 +89,6 @@ export class DisableMetricsCollectionCommand extends $Command< DisableMetricsCollectionCommandOutput, AutoScalingClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -105,9 +102,7 @@ export class DisableMetricsCollectionCommand extends $Command< * @public */ constructor(readonly input: DisableMetricsCollectionCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -160,7 +155,4 @@ export class DisableMetricsCollectionCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DisableMetricsCollectionCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-auto-scaling/src/commands/EnableMetricsCollectionCommand.ts b/clients/client-auto-scaling/src/commands/EnableMetricsCollectionCommand.ts index e45d2061a2cc..984cc880e9a3 100644 --- a/clients/client-auto-scaling/src/commands/EnableMetricsCollectionCommand.ts +++ b/clients/client-auto-scaling/src/commands/EnableMetricsCollectionCommand.ts @@ -93,9 +93,6 @@ export class EnableMetricsCollectionCommand extends $Command< EnableMetricsCollectionCommandOutput, AutoScalingClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -109,9 +106,7 @@ export class EnableMetricsCollectionCommand extends $Command< * @public */ constructor(readonly input: EnableMetricsCollectionCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -164,7 +159,4 @@ export class EnableMetricsCollectionCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_EnableMetricsCollectionCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-auto-scaling/src/commands/EnterStandbyCommand.ts b/clients/client-auto-scaling/src/commands/EnterStandbyCommand.ts index 3c3199ee6763..aa18a2db9b73 100644 --- a/clients/client-auto-scaling/src/commands/EnterStandbyCommand.ts +++ b/clients/client-auto-scaling/src/commands/EnterStandbyCommand.ts @@ -133,9 +133,6 @@ export class EnterStandbyCommand extends $Command< EnterStandbyCommandOutput, AutoScalingClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -149,9 +146,7 @@ export class EnterStandbyCommand extends $Command< * @public */ constructor(readonly input: EnterStandbyCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -202,7 +197,4 @@ export class EnterStandbyCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_EnterStandbyCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-auto-scaling/src/commands/ExecutePolicyCommand.ts b/clients/client-auto-scaling/src/commands/ExecutePolicyCommand.ts index dbbadcd517c2..a9f75e6ebf6c 100644 --- a/clients/client-auto-scaling/src/commands/ExecutePolicyCommand.ts +++ b/clients/client-auto-scaling/src/commands/ExecutePolicyCommand.ts @@ -95,9 +95,6 @@ export class ExecutePolicyCommand extends $Command< ExecutePolicyCommandOutput, AutoScalingClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -111,9 +108,7 @@ export class ExecutePolicyCommand extends $Command< * @public */ constructor(readonly input: ExecutePolicyCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -164,7 +159,4 @@ export class ExecutePolicyCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ExecutePolicyCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-auto-scaling/src/commands/ExitStandbyCommand.ts b/clients/client-auto-scaling/src/commands/ExitStandbyCommand.ts index 3d6019ef08a2..16fb2fcd6b23 100644 --- a/clients/client-auto-scaling/src/commands/ExitStandbyCommand.ts +++ b/clients/client-auto-scaling/src/commands/ExitStandbyCommand.ts @@ -127,9 +127,6 @@ export class ExitStandbyCommand extends $Command< ExitStandbyCommandOutput, AutoScalingClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -143,9 +140,7 @@ export class ExitStandbyCommand extends $Command< * @public */ constructor(readonly input: ExitStandbyCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -196,7 +191,4 @@ export class ExitStandbyCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ExitStandbyCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-auto-scaling/src/commands/GetPredictiveScalingForecastCommand.ts b/clients/client-auto-scaling/src/commands/GetPredictiveScalingForecastCommand.ts index c932b0b87758..6a51e2f82043 100644 --- a/clients/client-auto-scaling/src/commands/GetPredictiveScalingForecastCommand.ts +++ b/clients/client-auto-scaling/src/commands/GetPredictiveScalingForecastCommand.ts @@ -192,9 +192,6 @@ export class GetPredictiveScalingForecastCommand extends $Command< GetPredictiveScalingForecastCommandOutput, AutoScalingClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -208,9 +205,7 @@ export class GetPredictiveScalingForecastCommand extends $Command< * @public */ constructor(readonly input: GetPredictiveScalingForecastCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -266,7 +261,4 @@ export class GetPredictiveScalingForecastCommand extends $Command< ): Promise { return de_GetPredictiveScalingForecastCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-auto-scaling/src/commands/PutLifecycleHookCommand.ts b/clients/client-auto-scaling/src/commands/PutLifecycleHookCommand.ts index 8a2865f7eb1f..f7b3113de4cd 100644 --- a/clients/client-auto-scaling/src/commands/PutLifecycleHookCommand.ts +++ b/clients/client-auto-scaling/src/commands/PutLifecycleHookCommand.ts @@ -142,9 +142,6 @@ export class PutLifecycleHookCommand extends $Command< PutLifecycleHookCommandOutput, AutoScalingClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -158,9 +155,7 @@ export class PutLifecycleHookCommand extends $Command< * @public */ constructor(readonly input: PutLifecycleHookCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -213,7 +208,4 @@ export class PutLifecycleHookCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_PutLifecycleHookCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-auto-scaling/src/commands/PutNotificationConfigurationCommand.ts b/clients/client-auto-scaling/src/commands/PutNotificationConfigurationCommand.ts index a3b700d0de8b..b72533dea4f4 100644 --- a/clients/client-auto-scaling/src/commands/PutNotificationConfigurationCommand.ts +++ b/clients/client-auto-scaling/src/commands/PutNotificationConfigurationCommand.ts @@ -108,9 +108,6 @@ export class PutNotificationConfigurationCommand extends $Command< PutNotificationConfigurationCommandOutput, AutoScalingClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -124,9 +121,7 @@ export class PutNotificationConfigurationCommand extends $Command< * @public */ constructor(readonly input: PutNotificationConfigurationCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -182,7 +177,4 @@ export class PutNotificationConfigurationCommand extends $Command< ): Promise { return de_PutNotificationConfigurationCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-auto-scaling/src/commands/PutScalingPolicyCommand.ts b/clients/client-auto-scaling/src/commands/PutScalingPolicyCommand.ts index 895b09cc1dd9..e040c8dee44d 100644 --- a/clients/client-auto-scaling/src/commands/PutScalingPolicyCommand.ts +++ b/clients/client-auto-scaling/src/commands/PutScalingPolicyCommand.ts @@ -272,9 +272,6 @@ export class PutScalingPolicyCommand extends $Command< PutScalingPolicyCommandOutput, AutoScalingClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -288,9 +285,7 @@ export class PutScalingPolicyCommand extends $Command< * @public */ constructor(readonly input: PutScalingPolicyCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -343,7 +338,4 @@ export class PutScalingPolicyCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_PutScalingPolicyCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-auto-scaling/src/commands/PutScheduledUpdateGroupActionCommand.ts b/clients/client-auto-scaling/src/commands/PutScheduledUpdateGroupActionCommand.ts index 64d8d93c3a83..ca8f9546319c 100644 --- a/clients/client-auto-scaling/src/commands/PutScheduledUpdateGroupActionCommand.ts +++ b/clients/client-auto-scaling/src/commands/PutScheduledUpdateGroupActionCommand.ts @@ -116,9 +116,6 @@ export class PutScheduledUpdateGroupActionCommand extends $Command< PutScheduledUpdateGroupActionCommandOutput, AutoScalingClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -132,9 +129,7 @@ export class PutScheduledUpdateGroupActionCommand extends $Command< * @public */ constructor(readonly input: PutScheduledUpdateGroupActionCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -190,7 +185,4 @@ export class PutScheduledUpdateGroupActionCommand extends $Command< ): Promise { return de_PutScheduledUpdateGroupActionCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-auto-scaling/src/commands/PutWarmPoolCommand.ts b/clients/client-auto-scaling/src/commands/PutWarmPoolCommand.ts index ca61281b7dfb..d453dc9602b0 100644 --- a/clients/client-auto-scaling/src/commands/PutWarmPoolCommand.ts +++ b/clients/client-auto-scaling/src/commands/PutWarmPoolCommand.ts @@ -109,9 +109,6 @@ export class PutWarmPoolCommand extends $Command< PutWarmPoolCommandOutput, AutoScalingClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -125,9 +122,7 @@ export class PutWarmPoolCommand extends $Command< * @public */ constructor(readonly input: PutWarmPoolCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -178,7 +173,4 @@ export class PutWarmPoolCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_PutWarmPoolCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-auto-scaling/src/commands/RecordLifecycleActionHeartbeatCommand.ts b/clients/client-auto-scaling/src/commands/RecordLifecycleActionHeartbeatCommand.ts index ffff7fa6bdc3..9fe8845f3574 100644 --- a/clients/client-auto-scaling/src/commands/RecordLifecycleActionHeartbeatCommand.ts +++ b/clients/client-auto-scaling/src/commands/RecordLifecycleActionHeartbeatCommand.ts @@ -129,9 +129,6 @@ export class RecordLifecycleActionHeartbeatCommand extends $Command< RecordLifecycleActionHeartbeatCommandOutput, AutoScalingClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -145,9 +142,7 @@ export class RecordLifecycleActionHeartbeatCommand extends $Command< * @public */ constructor(readonly input: RecordLifecycleActionHeartbeatCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -206,7 +201,4 @@ export class RecordLifecycleActionHeartbeatCommand extends $Command< ): Promise { return de_RecordLifecycleActionHeartbeatCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-auto-scaling/src/commands/ResumeProcessesCommand.ts b/clients/client-auto-scaling/src/commands/ResumeProcessesCommand.ts index e72a73cf82de..36ba3f33e0d1 100644 --- a/clients/client-auto-scaling/src/commands/ResumeProcessesCommand.ts +++ b/clients/client-auto-scaling/src/commands/ResumeProcessesCommand.ts @@ -95,9 +95,6 @@ export class ResumeProcessesCommand extends $Command< ResumeProcessesCommandOutput, AutoScalingClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -111,9 +108,7 @@ export class ResumeProcessesCommand extends $Command< * @public */ constructor(readonly input: ResumeProcessesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -166,7 +161,4 @@ export class ResumeProcessesCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ResumeProcessesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-auto-scaling/src/commands/RollbackInstanceRefreshCommand.ts b/clients/client-auto-scaling/src/commands/RollbackInstanceRefreshCommand.ts index 86555af930fd..fc8017b5beb0 100644 --- a/clients/client-auto-scaling/src/commands/RollbackInstanceRefreshCommand.ts +++ b/clients/client-auto-scaling/src/commands/RollbackInstanceRefreshCommand.ts @@ -112,9 +112,6 @@ export class RollbackInstanceRefreshCommand extends $Command< RollbackInstanceRefreshCommandOutput, AutoScalingClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -128,9 +125,7 @@ export class RollbackInstanceRefreshCommand extends $Command< * @public */ constructor(readonly input: RollbackInstanceRefreshCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -183,7 +178,4 @@ export class RollbackInstanceRefreshCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_RollbackInstanceRefreshCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-auto-scaling/src/commands/SetDesiredCapacityCommand.ts b/clients/client-auto-scaling/src/commands/SetDesiredCapacityCommand.ts index fa625785784d..1abc12335bd3 100644 --- a/clients/client-auto-scaling/src/commands/SetDesiredCapacityCommand.ts +++ b/clients/client-auto-scaling/src/commands/SetDesiredCapacityCommand.ts @@ -96,9 +96,6 @@ export class SetDesiredCapacityCommand extends $Command< SetDesiredCapacityCommandOutput, AutoScalingClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -112,9 +109,7 @@ export class SetDesiredCapacityCommand extends $Command< * @public */ constructor(readonly input: SetDesiredCapacityCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -167,7 +162,4 @@ export class SetDesiredCapacityCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_SetDesiredCapacityCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-auto-scaling/src/commands/SetInstanceHealthCommand.ts b/clients/client-auto-scaling/src/commands/SetInstanceHealthCommand.ts index 130d6a6ac6ae..77b52d2c1de7 100644 --- a/clients/client-auto-scaling/src/commands/SetInstanceHealthCommand.ts +++ b/clients/client-auto-scaling/src/commands/SetInstanceHealthCommand.ts @@ -88,9 +88,6 @@ export class SetInstanceHealthCommand extends $Command< SetInstanceHealthCommandOutput, AutoScalingClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -104,9 +101,7 @@ export class SetInstanceHealthCommand extends $Command< * @public */ constructor(readonly input: SetInstanceHealthCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -159,7 +154,4 @@ export class SetInstanceHealthCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_SetInstanceHealthCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-auto-scaling/src/commands/SetInstanceProtectionCommand.ts b/clients/client-auto-scaling/src/commands/SetInstanceProtectionCommand.ts index 48fc273fff86..a9d98d768fd5 100644 --- a/clients/client-auto-scaling/src/commands/SetInstanceProtectionCommand.ts +++ b/clients/client-auto-scaling/src/commands/SetInstanceProtectionCommand.ts @@ -119,9 +119,6 @@ export class SetInstanceProtectionCommand extends $Command< SetInstanceProtectionCommandOutput, AutoScalingClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -135,9 +132,7 @@ export class SetInstanceProtectionCommand extends $Command< * @public */ constructor(readonly input: SetInstanceProtectionCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -190,7 +185,4 @@ export class SetInstanceProtectionCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_SetInstanceProtectionCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-auto-scaling/src/commands/StartInstanceRefreshCommand.ts b/clients/client-auto-scaling/src/commands/StartInstanceRefreshCommand.ts index 58c815a51700..5efd6cfe8430 100644 --- a/clients/client-auto-scaling/src/commands/StartInstanceRefreshCommand.ts +++ b/clients/client-auto-scaling/src/commands/StartInstanceRefreshCommand.ts @@ -256,9 +256,6 @@ export class StartInstanceRefreshCommand extends $Command< StartInstanceRefreshCommandOutput, AutoScalingClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -272,9 +269,7 @@ export class StartInstanceRefreshCommand extends $Command< * @public */ constructor(readonly input: StartInstanceRefreshCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -327,7 +322,4 @@ export class StartInstanceRefreshCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_StartInstanceRefreshCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-auto-scaling/src/commands/SuspendProcessesCommand.ts b/clients/client-auto-scaling/src/commands/SuspendProcessesCommand.ts index 9731be6788a4..537ccdee4129 100644 --- a/clients/client-auto-scaling/src/commands/SuspendProcessesCommand.ts +++ b/clients/client-auto-scaling/src/commands/SuspendProcessesCommand.ts @@ -98,9 +98,6 @@ export class SuspendProcessesCommand extends $Command< SuspendProcessesCommandOutput, AutoScalingClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -114,9 +111,7 @@ export class SuspendProcessesCommand extends $Command< * @public */ constructor(readonly input: SuspendProcessesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -169,7 +164,4 @@ export class SuspendProcessesCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_SuspendProcessesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-auto-scaling/src/commands/TerminateInstanceInAutoScalingGroupCommand.ts b/clients/client-auto-scaling/src/commands/TerminateInstanceInAutoScalingGroupCommand.ts index 02c9ec356fc0..b3036003f83b 100644 --- a/clients/client-auto-scaling/src/commands/TerminateInstanceInAutoScalingGroupCommand.ts +++ b/clients/client-auto-scaling/src/commands/TerminateInstanceInAutoScalingGroupCommand.ts @@ -118,9 +118,6 @@ export class TerminateInstanceInAutoScalingGroupCommand extends $Command< TerminateInstanceInAutoScalingGroupCommandOutput, AutoScalingClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -134,9 +131,7 @@ export class TerminateInstanceInAutoScalingGroupCommand extends $Command< * @public */ constructor(readonly input: TerminateInstanceInAutoScalingGroupCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -195,7 +190,4 @@ export class TerminateInstanceInAutoScalingGroupCommand extends $Command< ): Promise { return de_TerminateInstanceInAutoScalingGroupCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-auto-scaling/src/commands/UpdateAutoScalingGroupCommand.ts b/clients/client-auto-scaling/src/commands/UpdateAutoScalingGroupCommand.ts index b86ca84c2b70..4910d6278b50 100644 --- a/clients/client-auto-scaling/src/commands/UpdateAutoScalingGroupCommand.ts +++ b/clients/client-auto-scaling/src/commands/UpdateAutoScalingGroupCommand.ts @@ -259,9 +259,6 @@ export class UpdateAutoScalingGroupCommand extends $Command< UpdateAutoScalingGroupCommandOutput, AutoScalingClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -275,9 +272,7 @@ export class UpdateAutoScalingGroupCommand extends $Command< * @public */ constructor(readonly input: UpdateAutoScalingGroupCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -330,7 +325,4 @@ export class UpdateAutoScalingGroupCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdateAutoScalingGroupCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-backup-gateway/package.json b/clients/client-backup-gateway/package.json index 658b1eacdc62..9172d0808f5c 100644 --- a/clients/client-backup-gateway/package.json +++ b/clients/client-backup-gateway/package.json @@ -34,29 +34,29 @@ "@aws-sdk/util-endpoints": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@smithy/config-resolver": "^2.0.16", - "@smithy/fetch-http-handler": "^2.2.4", - "@smithy/hash-node": "^2.0.12", - "@smithy/invalid-dependency": "^2.0.12", - "@smithy/middleware-content-length": "^2.0.14", - "@smithy/middleware-endpoint": "^2.1.3", - "@smithy/middleware-retry": "^2.0.18", - "@smithy/middleware-serde": "^2.0.12", - "@smithy/middleware-stack": "^2.0.6", - "@smithy/node-config-provider": "^2.1.3", - "@smithy/node-http-handler": "^2.1.8", - "@smithy/protocol-http": "^3.0.8", - "@smithy/smithy-client": "^2.1.12", - "@smithy/types": "^2.4.0", - "@smithy/url-parser": "^2.0.12", - "@smithy/util-base64": "^2.0.0", + "@smithy/config-resolver": "^2.0.18", + "@smithy/fetch-http-handler": "^2.2.6", + "@smithy/hash-node": "^2.0.15", + "@smithy/invalid-dependency": "^2.0.13", + "@smithy/middleware-content-length": "^2.0.15", + "@smithy/middleware-endpoint": "^2.2.0", + "@smithy/middleware-retry": "^2.0.20", + "@smithy/middleware-serde": "^2.0.13", + "@smithy/middleware-stack": "^2.0.7", + "@smithy/node-config-provider": "^2.1.5", + "@smithy/node-http-handler": "^2.1.9", + "@smithy/protocol-http": "^3.0.9", + "@smithy/smithy-client": "^2.1.15", + "@smithy/types": "^2.5.0", + "@smithy/url-parser": "^2.0.13", + "@smithy/util-base64": "^2.0.1", "@smithy/util-body-length-browser": "^2.0.0", "@smithy/util-body-length-node": "^2.1.0", - "@smithy/util-defaults-mode-browser": "^2.0.16", - "@smithy/util-defaults-mode-node": "^2.0.21", - "@smithy/util-endpoints": "^1.0.2", - "@smithy/util-retry": "^2.0.5", - "@smithy/util-utf8": "^2.0.0", + "@smithy/util-defaults-mode-browser": "^2.0.19", + "@smithy/util-defaults-mode-node": "^2.0.25", + "@smithy/util-endpoints": "^1.0.4", + "@smithy/util-retry": "^2.0.6", + "@smithy/util-utf8": "^2.0.2", "tslib": "^2.5.0" }, "devDependencies": { diff --git a/clients/client-backup-gateway/src/commands/AssociateGatewayToServerCommand.ts b/clients/client-backup-gateway/src/commands/AssociateGatewayToServerCommand.ts index 5bffbb0b182a..3045c00a8daf 100644 --- a/clients/client-backup-gateway/src/commands/AssociateGatewayToServerCommand.ts +++ b/clients/client-backup-gateway/src/commands/AssociateGatewayToServerCommand.ts @@ -85,9 +85,6 @@ export class AssociateGatewayToServerCommand extends $Command< AssociateGatewayToServerCommandOutput, BackupGatewayClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -101,9 +98,7 @@ export class AssociateGatewayToServerCommand extends $Command< * @public */ constructor(readonly input: AssociateGatewayToServerCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -156,7 +151,4 @@ export class AssociateGatewayToServerCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_AssociateGatewayToServerCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-backup-gateway/src/commands/CreateGatewayCommand.ts b/clients/client-backup-gateway/src/commands/CreateGatewayCommand.ts index a9ccd73c6380..521cda4fb1d8 100644 --- a/clients/client-backup-gateway/src/commands/CreateGatewayCommand.ts +++ b/clients/client-backup-gateway/src/commands/CreateGatewayCommand.ts @@ -89,9 +89,6 @@ export class CreateGatewayCommand extends $Command< CreateGatewayCommandOutput, BackupGatewayClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -105,9 +102,7 @@ export class CreateGatewayCommand extends $Command< * @public */ constructor(readonly input: CreateGatewayCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -158,7 +153,4 @@ export class CreateGatewayCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateGatewayCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-backup-gateway/src/commands/DeleteGatewayCommand.ts b/clients/client-backup-gateway/src/commands/DeleteGatewayCommand.ts index 8f9e1d06c5c5..ecb9a57c2397 100644 --- a/clients/client-backup-gateway/src/commands/DeleteGatewayCommand.ts +++ b/clients/client-backup-gateway/src/commands/DeleteGatewayCommand.ts @@ -83,9 +83,6 @@ export class DeleteGatewayCommand extends $Command< DeleteGatewayCommandOutput, BackupGatewayClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -99,9 +96,7 @@ export class DeleteGatewayCommand extends $Command< * @public */ constructor(readonly input: DeleteGatewayCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -152,7 +147,4 @@ export class DeleteGatewayCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteGatewayCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-backup-gateway/src/commands/DeleteHypervisorCommand.ts b/clients/client-backup-gateway/src/commands/DeleteHypervisorCommand.ts index f90ab48d477e..f54be38dcec4 100644 --- a/clients/client-backup-gateway/src/commands/DeleteHypervisorCommand.ts +++ b/clients/client-backup-gateway/src/commands/DeleteHypervisorCommand.ts @@ -89,9 +89,6 @@ export class DeleteHypervisorCommand extends $Command< DeleteHypervisorCommandOutput, BackupGatewayClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -105,9 +102,7 @@ export class DeleteHypervisorCommand extends $Command< * @public */ constructor(readonly input: DeleteHypervisorCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -160,7 +155,4 @@ export class DeleteHypervisorCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteHypervisorCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-backup-gateway/src/commands/DisassociateGatewayFromServerCommand.ts b/clients/client-backup-gateway/src/commands/DisassociateGatewayFromServerCommand.ts index fda0f6ccc689..900693f638d0 100644 --- a/clients/client-backup-gateway/src/commands/DisassociateGatewayFromServerCommand.ts +++ b/clients/client-backup-gateway/src/commands/DisassociateGatewayFromServerCommand.ts @@ -92,9 +92,6 @@ export class DisassociateGatewayFromServerCommand extends $Command< DisassociateGatewayFromServerCommandOutput, BackupGatewayClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -108,9 +105,7 @@ export class DisassociateGatewayFromServerCommand extends $Command< * @public */ constructor(readonly input: DisassociateGatewayFromServerCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -166,7 +161,4 @@ export class DisassociateGatewayFromServerCommand extends $Command< ): Promise { return de_DisassociateGatewayFromServerCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-backup-gateway/src/commands/GetBandwidthRateLimitScheduleCommand.ts b/clients/client-backup-gateway/src/commands/GetBandwidthRateLimitScheduleCommand.ts index 18aeede98826..122e429f14aa 100644 --- a/clients/client-backup-gateway/src/commands/GetBandwidthRateLimitScheduleCommand.ts +++ b/clients/client-backup-gateway/src/commands/GetBandwidthRateLimitScheduleCommand.ts @@ -103,9 +103,6 @@ export class GetBandwidthRateLimitScheduleCommand extends $Command< GetBandwidthRateLimitScheduleCommandOutput, BackupGatewayClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -119,9 +116,7 @@ export class GetBandwidthRateLimitScheduleCommand extends $Command< * @public */ constructor(readonly input: GetBandwidthRateLimitScheduleCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -177,7 +172,4 @@ export class GetBandwidthRateLimitScheduleCommand extends $Command< ): Promise { return de_GetBandwidthRateLimitScheduleCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-backup-gateway/src/commands/GetGatewayCommand.ts b/clients/client-backup-gateway/src/commands/GetGatewayCommand.ts index 9d61d6bc5639..c9a4a73118f8 100644 --- a/clients/client-backup-gateway/src/commands/GetGatewayCommand.ts +++ b/clients/client-backup-gateway/src/commands/GetGatewayCommand.ts @@ -98,9 +98,6 @@ export class GetGatewayCommand extends $Command< GetGatewayCommandOutput, BackupGatewayClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -114,9 +111,7 @@ export class GetGatewayCommand extends $Command< * @public */ constructor(readonly input: GetGatewayCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -167,7 +162,4 @@ export class GetGatewayCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetGatewayCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-backup-gateway/src/commands/GetHypervisorCommand.ts b/clients/client-backup-gateway/src/commands/GetHypervisorCommand.ts index 93c4b64e59cd..dd553cd52458 100644 --- a/clients/client-backup-gateway/src/commands/GetHypervisorCommand.ts +++ b/clients/client-backup-gateway/src/commands/GetHypervisorCommand.ts @@ -95,9 +95,6 @@ export class GetHypervisorCommand extends $Command< GetHypervisorCommandOutput, BackupGatewayClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -111,9 +108,7 @@ export class GetHypervisorCommand extends $Command< * @public */ constructor(readonly input: GetHypervisorCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -164,7 +159,4 @@ export class GetHypervisorCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetHypervisorCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-backup-gateway/src/commands/GetHypervisorPropertyMappingsCommand.ts b/clients/client-backup-gateway/src/commands/GetHypervisorPropertyMappingsCommand.ts index 2e2e71df5939..c6954d4e3b9a 100644 --- a/clients/client-backup-gateway/src/commands/GetHypervisorPropertyMappingsCommand.ts +++ b/clients/client-backup-gateway/src/commands/GetHypervisorPropertyMappingsCommand.ts @@ -99,9 +99,6 @@ export class GetHypervisorPropertyMappingsCommand extends $Command< GetHypervisorPropertyMappingsCommandOutput, BackupGatewayClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -115,9 +112,7 @@ export class GetHypervisorPropertyMappingsCommand extends $Command< * @public */ constructor(readonly input: GetHypervisorPropertyMappingsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -173,7 +168,4 @@ export class GetHypervisorPropertyMappingsCommand extends $Command< ): Promise { return de_GetHypervisorPropertyMappingsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-backup-gateway/src/commands/GetVirtualMachineCommand.ts b/clients/client-backup-gateway/src/commands/GetVirtualMachineCommand.ts index 38cbea531dca..a16ca3b2f2d6 100644 --- a/clients/client-backup-gateway/src/commands/GetVirtualMachineCommand.ts +++ b/clients/client-backup-gateway/src/commands/GetVirtualMachineCommand.ts @@ -97,9 +97,6 @@ export class GetVirtualMachineCommand extends $Command< GetVirtualMachineCommandOutput, BackupGatewayClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -113,9 +110,7 @@ export class GetVirtualMachineCommand extends $Command< * @public */ constructor(readonly input: GetVirtualMachineCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -168,7 +163,4 @@ export class GetVirtualMachineCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetVirtualMachineCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-backup-gateway/src/commands/ImportHypervisorConfigurationCommand.ts b/clients/client-backup-gateway/src/commands/ImportHypervisorConfigurationCommand.ts index 080df103b76d..7d0041b7f1bb 100644 --- a/clients/client-backup-gateway/src/commands/ImportHypervisorConfigurationCommand.ts +++ b/clients/client-backup-gateway/src/commands/ImportHypervisorConfigurationCommand.ts @@ -105,9 +105,6 @@ export class ImportHypervisorConfigurationCommand extends $Command< ImportHypervisorConfigurationCommandOutput, BackupGatewayClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -121,9 +118,7 @@ export class ImportHypervisorConfigurationCommand extends $Command< * @public */ constructor(readonly input: ImportHypervisorConfigurationCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -179,7 +174,4 @@ export class ImportHypervisorConfigurationCommand extends $Command< ): Promise { return de_ImportHypervisorConfigurationCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-backup-gateway/src/commands/ListGatewaysCommand.ts b/clients/client-backup-gateway/src/commands/ListGatewaysCommand.ts index 47e219fa7f45..8f6e2b9fb6e0 100644 --- a/clients/client-backup-gateway/src/commands/ListGatewaysCommand.ts +++ b/clients/client-backup-gateway/src/commands/ListGatewaysCommand.ts @@ -90,9 +90,6 @@ export class ListGatewaysCommand extends $Command< ListGatewaysCommandOutput, BackupGatewayClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -106,9 +103,7 @@ export class ListGatewaysCommand extends $Command< * @public */ constructor(readonly input: ListGatewaysCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -159,7 +154,4 @@ export class ListGatewaysCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListGatewaysCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-backup-gateway/src/commands/ListHypervisorsCommand.ts b/clients/client-backup-gateway/src/commands/ListHypervisorsCommand.ts index 1164503c8bc9..a8bfb5a6d367 100644 --- a/clients/client-backup-gateway/src/commands/ListHypervisorsCommand.ts +++ b/clients/client-backup-gateway/src/commands/ListHypervisorsCommand.ts @@ -90,9 +90,6 @@ export class ListHypervisorsCommand extends $Command< ListHypervisorsCommandOutput, BackupGatewayClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -106,9 +103,7 @@ export class ListHypervisorsCommand extends $Command< * @public */ constructor(readonly input: ListHypervisorsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -161,7 +156,4 @@ export class ListHypervisorsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListHypervisorsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-backup-gateway/src/commands/ListTagsForResourceCommand.ts b/clients/client-backup-gateway/src/commands/ListTagsForResourceCommand.ts index 5a666eea0256..d61202701ed1 100644 --- a/clients/client-backup-gateway/src/commands/ListTagsForResourceCommand.ts +++ b/clients/client-backup-gateway/src/commands/ListTagsForResourceCommand.ts @@ -90,9 +90,6 @@ export class ListTagsForResourceCommand extends $Command< ListTagsForResourceCommandOutput, BackupGatewayClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -106,9 +103,7 @@ export class ListTagsForResourceCommand extends $Command< * @public */ constructor(readonly input: ListTagsForResourceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -161,7 +156,4 @@ export class ListTagsForResourceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListTagsForResourceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-backup-gateway/src/commands/ListVirtualMachinesCommand.ts b/clients/client-backup-gateway/src/commands/ListVirtualMachinesCommand.ts index e2200241faa3..b52af378471a 100644 --- a/clients/client-backup-gateway/src/commands/ListVirtualMachinesCommand.ts +++ b/clients/client-backup-gateway/src/commands/ListVirtualMachinesCommand.ts @@ -92,9 +92,6 @@ export class ListVirtualMachinesCommand extends $Command< ListVirtualMachinesCommandOutput, BackupGatewayClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -108,9 +105,7 @@ export class ListVirtualMachinesCommand extends $Command< * @public */ constructor(readonly input: ListVirtualMachinesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -163,7 +158,4 @@ export class ListVirtualMachinesCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListVirtualMachinesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-backup-gateway/src/commands/PutBandwidthRateLimitScheduleCommand.ts b/clients/client-backup-gateway/src/commands/PutBandwidthRateLimitScheduleCommand.ts index 64a714325146..81a1850488f6 100644 --- a/clients/client-backup-gateway/src/commands/PutBandwidthRateLimitScheduleCommand.ts +++ b/clients/client-backup-gateway/src/commands/PutBandwidthRateLimitScheduleCommand.ts @@ -103,9 +103,6 @@ export class PutBandwidthRateLimitScheduleCommand extends $Command< PutBandwidthRateLimitScheduleCommandOutput, BackupGatewayClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -119,9 +116,7 @@ export class PutBandwidthRateLimitScheduleCommand extends $Command< * @public */ constructor(readonly input: PutBandwidthRateLimitScheduleCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -177,7 +172,4 @@ export class PutBandwidthRateLimitScheduleCommand extends $Command< ): Promise { return de_PutBandwidthRateLimitScheduleCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-backup-gateway/src/commands/PutHypervisorPropertyMappingsCommand.ts b/clients/client-backup-gateway/src/commands/PutHypervisorPropertyMappingsCommand.ts index 1351de5121ad..fe21aa82c890 100644 --- a/clients/client-backup-gateway/src/commands/PutHypervisorPropertyMappingsCommand.ts +++ b/clients/client-backup-gateway/src/commands/PutHypervisorPropertyMappingsCommand.ts @@ -105,9 +105,6 @@ export class PutHypervisorPropertyMappingsCommand extends $Command< PutHypervisorPropertyMappingsCommandOutput, BackupGatewayClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -121,9 +118,7 @@ export class PutHypervisorPropertyMappingsCommand extends $Command< * @public */ constructor(readonly input: PutHypervisorPropertyMappingsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -179,7 +174,4 @@ export class PutHypervisorPropertyMappingsCommand extends $Command< ): Promise { return de_PutHypervisorPropertyMappingsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-backup-gateway/src/commands/PutMaintenanceStartTimeCommand.ts b/clients/client-backup-gateway/src/commands/PutMaintenanceStartTimeCommand.ts index a72b8a8d2651..5885d6c65d3c 100644 --- a/clients/client-backup-gateway/src/commands/PutMaintenanceStartTimeCommand.ts +++ b/clients/client-backup-gateway/src/commands/PutMaintenanceStartTimeCommand.ts @@ -90,9 +90,6 @@ export class PutMaintenanceStartTimeCommand extends $Command< PutMaintenanceStartTimeCommandOutput, BackupGatewayClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -106,9 +103,7 @@ export class PutMaintenanceStartTimeCommand extends $Command< * @public */ constructor(readonly input: PutMaintenanceStartTimeCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -161,7 +156,4 @@ export class PutMaintenanceStartTimeCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_PutMaintenanceStartTimeCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-backup-gateway/src/commands/StartVirtualMachinesMetadataSyncCommand.ts b/clients/client-backup-gateway/src/commands/StartVirtualMachinesMetadataSyncCommand.ts index 20f5d343789f..c8d97ab4e26c 100644 --- a/clients/client-backup-gateway/src/commands/StartVirtualMachinesMetadataSyncCommand.ts +++ b/clients/client-backup-gateway/src/commands/StartVirtualMachinesMetadataSyncCommand.ts @@ -91,9 +91,6 @@ export class StartVirtualMachinesMetadataSyncCommand extends $Command< StartVirtualMachinesMetadataSyncCommandOutput, BackupGatewayClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -107,9 +104,7 @@ export class StartVirtualMachinesMetadataSyncCommand extends $Command< * @public */ constructor(readonly input: StartVirtualMachinesMetadataSyncCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -168,7 +163,4 @@ export class StartVirtualMachinesMetadataSyncCommand extends $Command< ): Promise { return de_StartVirtualMachinesMetadataSyncCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-backup-gateway/src/commands/TagResourceCommand.ts b/clients/client-backup-gateway/src/commands/TagResourceCommand.ts index e7ac9a3560a1..7a24f439da70 100644 --- a/clients/client-backup-gateway/src/commands/TagResourceCommand.ts +++ b/clients/client-backup-gateway/src/commands/TagResourceCommand.ts @@ -89,9 +89,6 @@ export class TagResourceCommand extends $Command< TagResourceCommandOutput, BackupGatewayClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -105,9 +102,7 @@ export class TagResourceCommand extends $Command< * @public */ constructor(readonly input: TagResourceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -158,7 +153,4 @@ export class TagResourceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_TagResourceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-backup-gateway/src/commands/TestHypervisorConfigurationCommand.ts b/clients/client-backup-gateway/src/commands/TestHypervisorConfigurationCommand.ts index 3ff4af4edcac..61c3aab2d2b7 100644 --- a/clients/client-backup-gateway/src/commands/TestHypervisorConfigurationCommand.ts +++ b/clients/client-backup-gateway/src/commands/TestHypervisorConfigurationCommand.ts @@ -92,9 +92,6 @@ export class TestHypervisorConfigurationCommand extends $Command< TestHypervisorConfigurationCommandOutput, BackupGatewayClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -108,9 +105,7 @@ export class TestHypervisorConfigurationCommand extends $Command< * @public */ constructor(readonly input: TestHypervisorConfigurationCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -166,7 +161,4 @@ export class TestHypervisorConfigurationCommand extends $Command< ): Promise { return de_TestHypervisorConfigurationCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-backup-gateway/src/commands/UntagResourceCommand.ts b/clients/client-backup-gateway/src/commands/UntagResourceCommand.ts index 47c142818d97..deeab66ca275 100644 --- a/clients/client-backup-gateway/src/commands/UntagResourceCommand.ts +++ b/clients/client-backup-gateway/src/commands/UntagResourceCommand.ts @@ -86,9 +86,6 @@ export class UntagResourceCommand extends $Command< UntagResourceCommandOutput, BackupGatewayClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -102,9 +99,7 @@ export class UntagResourceCommand extends $Command< * @public */ constructor(readonly input: UntagResourceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -155,7 +150,4 @@ export class UntagResourceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UntagResourceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-backup-gateway/src/commands/UpdateGatewayInformationCommand.ts b/clients/client-backup-gateway/src/commands/UpdateGatewayInformationCommand.ts index dbb65bade55a..933bf0f2e7e9 100644 --- a/clients/client-backup-gateway/src/commands/UpdateGatewayInformationCommand.ts +++ b/clients/client-backup-gateway/src/commands/UpdateGatewayInformationCommand.ts @@ -88,9 +88,6 @@ export class UpdateGatewayInformationCommand extends $Command< UpdateGatewayInformationCommandOutput, BackupGatewayClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -104,9 +101,7 @@ export class UpdateGatewayInformationCommand extends $Command< * @public */ constructor(readonly input: UpdateGatewayInformationCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -159,7 +154,4 @@ export class UpdateGatewayInformationCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdateGatewayInformationCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-backup-gateway/src/commands/UpdateGatewaySoftwareNowCommand.ts b/clients/client-backup-gateway/src/commands/UpdateGatewaySoftwareNowCommand.ts index c753d319dec9..892d33955bf4 100644 --- a/clients/client-backup-gateway/src/commands/UpdateGatewaySoftwareNowCommand.ts +++ b/clients/client-backup-gateway/src/commands/UpdateGatewaySoftwareNowCommand.ts @@ -89,9 +89,6 @@ export class UpdateGatewaySoftwareNowCommand extends $Command< UpdateGatewaySoftwareNowCommandOutput, BackupGatewayClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -105,9 +102,7 @@ export class UpdateGatewaySoftwareNowCommand extends $Command< * @public */ constructor(readonly input: UpdateGatewaySoftwareNowCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -160,7 +155,4 @@ export class UpdateGatewaySoftwareNowCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdateGatewaySoftwareNowCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-backup-gateway/src/commands/UpdateHypervisorCommand.ts b/clients/client-backup-gateway/src/commands/UpdateHypervisorCommand.ts index 6657207bd00d..6e62cbf50328 100644 --- a/clients/client-backup-gateway/src/commands/UpdateHypervisorCommand.ts +++ b/clients/client-backup-gateway/src/commands/UpdateHypervisorCommand.ts @@ -100,9 +100,6 @@ export class UpdateHypervisorCommand extends $Command< UpdateHypervisorCommandOutput, BackupGatewayClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -116,9 +113,7 @@ export class UpdateHypervisorCommand extends $Command< * @public */ constructor(readonly input: UpdateHypervisorCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -171,7 +166,4 @@ export class UpdateHypervisorCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdateHypervisorCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-backup/package.json b/clients/client-backup/package.json index 52bc37364412..c298fdf15bab 100644 --- a/clients/client-backup/package.json +++ b/clients/client-backup/package.json @@ -34,29 +34,29 @@ "@aws-sdk/util-endpoints": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@smithy/config-resolver": "^2.0.16", - "@smithy/fetch-http-handler": "^2.2.4", - "@smithy/hash-node": "^2.0.12", - "@smithy/invalid-dependency": "^2.0.12", - "@smithy/middleware-content-length": "^2.0.14", - "@smithy/middleware-endpoint": "^2.1.3", - "@smithy/middleware-retry": "^2.0.18", - "@smithy/middleware-serde": "^2.0.12", - "@smithy/middleware-stack": "^2.0.6", - "@smithy/node-config-provider": "^2.1.3", - "@smithy/node-http-handler": "^2.1.8", - "@smithy/protocol-http": "^3.0.8", - "@smithy/smithy-client": "^2.1.12", - "@smithy/types": "^2.4.0", - "@smithy/url-parser": "^2.0.12", - "@smithy/util-base64": "^2.0.0", + "@smithy/config-resolver": "^2.0.18", + "@smithy/fetch-http-handler": "^2.2.6", + "@smithy/hash-node": "^2.0.15", + "@smithy/invalid-dependency": "^2.0.13", + "@smithy/middleware-content-length": "^2.0.15", + "@smithy/middleware-endpoint": "^2.2.0", + "@smithy/middleware-retry": "^2.0.20", + "@smithy/middleware-serde": "^2.0.13", + "@smithy/middleware-stack": "^2.0.7", + "@smithy/node-config-provider": "^2.1.5", + "@smithy/node-http-handler": "^2.1.9", + "@smithy/protocol-http": "^3.0.9", + "@smithy/smithy-client": "^2.1.15", + "@smithy/types": "^2.5.0", + "@smithy/url-parser": "^2.0.13", + "@smithy/util-base64": "^2.0.1", "@smithy/util-body-length-browser": "^2.0.0", "@smithy/util-body-length-node": "^2.1.0", - "@smithy/util-defaults-mode-browser": "^2.0.16", - "@smithy/util-defaults-mode-node": "^2.0.21", - "@smithy/util-endpoints": "^1.0.2", - "@smithy/util-retry": "^2.0.5", - "@smithy/util-utf8": "^2.0.0", + "@smithy/util-defaults-mode-browser": "^2.0.19", + "@smithy/util-defaults-mode-node": "^2.0.25", + "@smithy/util-endpoints": "^1.0.4", + "@smithy/util-retry": "^2.0.6", + "@smithy/util-utf8": "^2.0.2", "tslib": "^2.5.0", "uuid": "^8.3.2" }, diff --git a/clients/client-backup/src/commands/CancelLegalHoldCommand.ts b/clients/client-backup/src/commands/CancelLegalHoldCommand.ts index 2f04263ae6ff..ae9037a4f7ed 100644 --- a/clients/client-backup/src/commands/CancelLegalHoldCommand.ts +++ b/clients/client-backup/src/commands/CancelLegalHoldCommand.ts @@ -88,9 +88,6 @@ export class CancelLegalHoldCommand extends $Command< CancelLegalHoldCommandOutput, BackupClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -104,9 +101,7 @@ export class CancelLegalHoldCommand extends $Command< * @public */ constructor(readonly input: CancelLegalHoldCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -159,7 +154,4 @@ export class CancelLegalHoldCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CancelLegalHoldCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-backup/src/commands/CreateBackupPlanCommand.ts b/clients/client-backup/src/commands/CreateBackupPlanCommand.ts index b0137040d8ab..9cb31055c69b 100644 --- a/clients/client-backup/src/commands/CreateBackupPlanCommand.ts +++ b/clients/client-backup/src/commands/CreateBackupPlanCommand.ts @@ -147,9 +147,6 @@ export class CreateBackupPlanCommand extends $Command< CreateBackupPlanCommandOutput, BackupClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -163,9 +160,7 @@ export class CreateBackupPlanCommand extends $Command< * @public */ constructor(readonly input: CreateBackupPlanCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -218,7 +213,4 @@ export class CreateBackupPlanCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateBackupPlanCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-backup/src/commands/CreateBackupSelectionCommand.ts b/clients/client-backup/src/commands/CreateBackupSelectionCommand.ts index 66fb2ef912c2..8517ee4c8fd1 100644 --- a/clients/client-backup/src/commands/CreateBackupSelectionCommand.ts +++ b/clients/client-backup/src/commands/CreateBackupSelectionCommand.ts @@ -134,9 +134,6 @@ export class CreateBackupSelectionCommand extends $Command< CreateBackupSelectionCommandOutput, BackupClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -150,9 +147,7 @@ export class CreateBackupSelectionCommand extends $Command< * @public */ constructor(readonly input: CreateBackupSelectionCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -205,7 +200,4 @@ export class CreateBackupSelectionCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateBackupSelectionCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-backup/src/commands/CreateBackupVaultCommand.ts b/clients/client-backup/src/commands/CreateBackupVaultCommand.ts index 9c4d87a49fd4..7b018b45a662 100644 --- a/clients/client-backup/src/commands/CreateBackupVaultCommand.ts +++ b/clients/client-backup/src/commands/CreateBackupVaultCommand.ts @@ -104,9 +104,6 @@ export class CreateBackupVaultCommand extends $Command< CreateBackupVaultCommandOutput, BackupClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -120,9 +117,7 @@ export class CreateBackupVaultCommand extends $Command< * @public */ constructor(readonly input: CreateBackupVaultCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -175,7 +170,4 @@ export class CreateBackupVaultCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateBackupVaultCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-backup/src/commands/CreateFrameworkCommand.ts b/clients/client-backup/src/commands/CreateFrameworkCommand.ts index 09085d9e29b8..387607386d13 100644 --- a/clients/client-backup/src/commands/CreateFrameworkCommand.ts +++ b/clients/client-backup/src/commands/CreateFrameworkCommand.ts @@ -118,9 +118,6 @@ export class CreateFrameworkCommand extends $Command< CreateFrameworkCommandOutput, BackupClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -134,9 +131,7 @@ export class CreateFrameworkCommand extends $Command< * @public */ constructor(readonly input: CreateFrameworkCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -189,7 +184,4 @@ export class CreateFrameworkCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateFrameworkCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-backup/src/commands/CreateLegalHoldCommand.ts b/clients/client-backup/src/commands/CreateLegalHoldCommand.ts index 20c7d2ddca7f..9cf4a778b64f 100644 --- a/clients/client-backup/src/commands/CreateLegalHoldCommand.ts +++ b/clients/client-backup/src/commands/CreateLegalHoldCommand.ts @@ -125,9 +125,6 @@ export class CreateLegalHoldCommand extends $Command< CreateLegalHoldCommandOutput, BackupClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -141,9 +138,7 @@ export class CreateLegalHoldCommand extends $Command< * @public */ constructor(readonly input: CreateLegalHoldCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -196,7 +191,4 @@ export class CreateLegalHoldCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateLegalHoldCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-backup/src/commands/CreateLogicallyAirGappedBackupVaultCommand.ts b/clients/client-backup/src/commands/CreateLogicallyAirGappedBackupVaultCommand.ts index 735962388020..93e6aa3fc4c3 100644 --- a/clients/client-backup/src/commands/CreateLogicallyAirGappedBackupVaultCommand.ts +++ b/clients/client-backup/src/commands/CreateLogicallyAirGappedBackupVaultCommand.ts @@ -116,9 +116,6 @@ export class CreateLogicallyAirGappedBackupVaultCommand extends $Command< CreateLogicallyAirGappedBackupVaultCommandOutput, BackupClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -132,9 +129,7 @@ export class CreateLogicallyAirGappedBackupVaultCommand extends $Command< * @public */ constructor(readonly input: CreateLogicallyAirGappedBackupVaultCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -193,7 +188,4 @@ export class CreateLogicallyAirGappedBackupVaultCommand extends $Command< ): Promise { return de_CreateLogicallyAirGappedBackupVaultCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-backup/src/commands/CreateReportPlanCommand.ts b/clients/client-backup/src/commands/CreateReportPlanCommand.ts index 54cc62eedbda..5c9bc149253e 100644 --- a/clients/client-backup/src/commands/CreateReportPlanCommand.ts +++ b/clients/client-backup/src/commands/CreateReportPlanCommand.ts @@ -120,9 +120,6 @@ export class CreateReportPlanCommand extends $Command< CreateReportPlanCommandOutput, BackupClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -136,9 +133,7 @@ export class CreateReportPlanCommand extends $Command< * @public */ constructor(readonly input: CreateReportPlanCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -191,7 +186,4 @@ export class CreateReportPlanCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateReportPlanCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-backup/src/commands/DeleteBackupPlanCommand.ts b/clients/client-backup/src/commands/DeleteBackupPlanCommand.ts index df936b52fea6..f947a9c52ca4 100644 --- a/clients/client-backup/src/commands/DeleteBackupPlanCommand.ts +++ b/clients/client-backup/src/commands/DeleteBackupPlanCommand.ts @@ -92,9 +92,6 @@ export class DeleteBackupPlanCommand extends $Command< DeleteBackupPlanCommandOutput, BackupClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -108,9 +105,7 @@ export class DeleteBackupPlanCommand extends $Command< * @public */ constructor(readonly input: DeleteBackupPlanCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -163,7 +158,4 @@ export class DeleteBackupPlanCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteBackupPlanCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-backup/src/commands/DeleteBackupSelectionCommand.ts b/clients/client-backup/src/commands/DeleteBackupSelectionCommand.ts index 7e58c2cfef8e..50f0842d8586 100644 --- a/clients/client-backup/src/commands/DeleteBackupSelectionCommand.ts +++ b/clients/client-backup/src/commands/DeleteBackupSelectionCommand.ts @@ -83,9 +83,6 @@ export class DeleteBackupSelectionCommand extends $Command< DeleteBackupSelectionCommandOutput, BackupClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -99,9 +96,7 @@ export class DeleteBackupSelectionCommand extends $Command< * @public */ constructor(readonly input: DeleteBackupSelectionCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -154,7 +149,4 @@ export class DeleteBackupSelectionCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteBackupSelectionCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-backup/src/commands/DeleteBackupVaultAccessPolicyCommand.ts b/clients/client-backup/src/commands/DeleteBackupVaultAccessPolicyCommand.ts index 2d60e76b0dbd..91dececa24f5 100644 --- a/clients/client-backup/src/commands/DeleteBackupVaultAccessPolicyCommand.ts +++ b/clients/client-backup/src/commands/DeleteBackupVaultAccessPolicyCommand.ts @@ -84,9 +84,6 @@ export class DeleteBackupVaultAccessPolicyCommand extends $Command< DeleteBackupVaultAccessPolicyCommandOutput, BackupClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -100,9 +97,7 @@ export class DeleteBackupVaultAccessPolicyCommand extends $Command< * @public */ constructor(readonly input: DeleteBackupVaultAccessPolicyCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -158,7 +153,4 @@ export class DeleteBackupVaultAccessPolicyCommand extends $Command< ): Promise { return de_DeleteBackupVaultAccessPolicyCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-backup/src/commands/DeleteBackupVaultCommand.ts b/clients/client-backup/src/commands/DeleteBackupVaultCommand.ts index 29e655d4d43c..964485381c15 100644 --- a/clients/client-backup/src/commands/DeleteBackupVaultCommand.ts +++ b/clients/client-backup/src/commands/DeleteBackupVaultCommand.ts @@ -86,9 +86,6 @@ export class DeleteBackupVaultCommand extends $Command< DeleteBackupVaultCommandOutput, BackupClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -102,9 +99,7 @@ export class DeleteBackupVaultCommand extends $Command< * @public */ constructor(readonly input: DeleteBackupVaultCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -157,7 +152,4 @@ export class DeleteBackupVaultCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteBackupVaultCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-backup/src/commands/DeleteBackupVaultLockConfigurationCommand.ts b/clients/client-backup/src/commands/DeleteBackupVaultLockConfigurationCommand.ts index 300b973ed2d0..3d3418732bc4 100644 --- a/clients/client-backup/src/commands/DeleteBackupVaultLockConfigurationCommand.ts +++ b/clients/client-backup/src/commands/DeleteBackupVaultLockConfigurationCommand.ts @@ -93,9 +93,6 @@ export class DeleteBackupVaultLockConfigurationCommand extends $Command< DeleteBackupVaultLockConfigurationCommandOutput, BackupClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -109,9 +106,7 @@ export class DeleteBackupVaultLockConfigurationCommand extends $Command< * @public */ constructor(readonly input: DeleteBackupVaultLockConfigurationCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -170,7 +165,4 @@ export class DeleteBackupVaultLockConfigurationCommand extends $Command< ): Promise { return de_DeleteBackupVaultLockConfigurationCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-backup/src/commands/DeleteBackupVaultNotificationsCommand.ts b/clients/client-backup/src/commands/DeleteBackupVaultNotificationsCommand.ts index 25f1ce50492d..1fecc3856334 100644 --- a/clients/client-backup/src/commands/DeleteBackupVaultNotificationsCommand.ts +++ b/clients/client-backup/src/commands/DeleteBackupVaultNotificationsCommand.ts @@ -84,9 +84,6 @@ export class DeleteBackupVaultNotificationsCommand extends $Command< DeleteBackupVaultNotificationsCommandOutput, BackupClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -100,9 +97,7 @@ export class DeleteBackupVaultNotificationsCommand extends $Command< * @public */ constructor(readonly input: DeleteBackupVaultNotificationsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -161,7 +156,4 @@ export class DeleteBackupVaultNotificationsCommand extends $Command< ): Promise { return de_DeleteBackupVaultNotificationsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-backup/src/commands/DeleteFrameworkCommand.ts b/clients/client-backup/src/commands/DeleteFrameworkCommand.ts index 8587ac65617e..b0ecbe3a9a7b 100644 --- a/clients/client-backup/src/commands/DeleteFrameworkCommand.ts +++ b/clients/client-backup/src/commands/DeleteFrameworkCommand.ts @@ -85,9 +85,6 @@ export class DeleteFrameworkCommand extends $Command< DeleteFrameworkCommandOutput, BackupClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -101,9 +98,7 @@ export class DeleteFrameworkCommand extends $Command< * @public */ constructor(readonly input: DeleteFrameworkCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -156,7 +151,4 @@ export class DeleteFrameworkCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteFrameworkCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-backup/src/commands/DeleteRecoveryPointCommand.ts b/clients/client-backup/src/commands/DeleteRecoveryPointCommand.ts index c6703b592037..54e5840e211d 100644 --- a/clients/client-backup/src/commands/DeleteRecoveryPointCommand.ts +++ b/clients/client-backup/src/commands/DeleteRecoveryPointCommand.ts @@ -102,9 +102,6 @@ export class DeleteRecoveryPointCommand extends $Command< DeleteRecoveryPointCommandOutput, BackupClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -118,9 +115,7 @@ export class DeleteRecoveryPointCommand extends $Command< * @public */ constructor(readonly input: DeleteRecoveryPointCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -173,7 +168,4 @@ export class DeleteRecoveryPointCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteRecoveryPointCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-backup/src/commands/DeleteReportPlanCommand.ts b/clients/client-backup/src/commands/DeleteReportPlanCommand.ts index e480d992d97e..a1cc1f45a232 100644 --- a/clients/client-backup/src/commands/DeleteReportPlanCommand.ts +++ b/clients/client-backup/src/commands/DeleteReportPlanCommand.ts @@ -85,9 +85,6 @@ export class DeleteReportPlanCommand extends $Command< DeleteReportPlanCommandOutput, BackupClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -101,9 +98,7 @@ export class DeleteReportPlanCommand extends $Command< * @public */ constructor(readonly input: DeleteReportPlanCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -156,7 +151,4 @@ export class DeleteReportPlanCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteReportPlanCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-backup/src/commands/DescribeBackupJobCommand.ts b/clients/client-backup/src/commands/DescribeBackupJobCommand.ts index ddae8e7a89a1..992d3b7b90a8 100644 --- a/clients/client-backup/src/commands/DescribeBackupJobCommand.ts +++ b/clients/client-backup/src/commands/DescribeBackupJobCommand.ts @@ -119,9 +119,6 @@ export class DescribeBackupJobCommand extends $Command< DescribeBackupJobCommandOutput, BackupClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -135,9 +132,7 @@ export class DescribeBackupJobCommand extends $Command< * @public */ constructor(readonly input: DescribeBackupJobCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -190,7 +185,4 @@ export class DescribeBackupJobCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DescribeBackupJobCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-backup/src/commands/DescribeBackupVaultCommand.ts b/clients/client-backup/src/commands/DescribeBackupVaultCommand.ts index ff67faf2d560..db686e9ebf11 100644 --- a/clients/client-backup/src/commands/DescribeBackupVaultCommand.ts +++ b/clients/client-backup/src/commands/DescribeBackupVaultCommand.ts @@ -94,9 +94,6 @@ export class DescribeBackupVaultCommand extends $Command< DescribeBackupVaultCommandOutput, BackupClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -110,9 +107,7 @@ export class DescribeBackupVaultCommand extends $Command< * @public */ constructor(readonly input: DescribeBackupVaultCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -165,7 +160,4 @@ export class DescribeBackupVaultCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DescribeBackupVaultCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-backup/src/commands/DescribeCopyJobCommand.ts b/clients/client-backup/src/commands/DescribeCopyJobCommand.ts index 322ee1f5c0f6..f5e3ee787a79 100644 --- a/clients/client-backup/src/commands/DescribeCopyJobCommand.ts +++ b/clients/client-backup/src/commands/DescribeCopyJobCommand.ts @@ -112,9 +112,6 @@ export class DescribeCopyJobCommand extends $Command< DescribeCopyJobCommandOutput, BackupClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -128,9 +125,7 @@ export class DescribeCopyJobCommand extends $Command< * @public */ constructor(readonly input: DescribeCopyJobCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -183,7 +178,4 @@ export class DescribeCopyJobCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DescribeCopyJobCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-backup/src/commands/DescribeFrameworkCommand.ts b/clients/client-backup/src/commands/DescribeFrameworkCommand.ts index 6aeecb74df39..d56c4432dc6e 100644 --- a/clients/client-backup/src/commands/DescribeFrameworkCommand.ts +++ b/clients/client-backup/src/commands/DescribeFrameworkCommand.ts @@ -111,9 +111,6 @@ export class DescribeFrameworkCommand extends $Command< DescribeFrameworkCommandOutput, BackupClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -127,9 +124,7 @@ export class DescribeFrameworkCommand extends $Command< * @public */ constructor(readonly input: DescribeFrameworkCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -182,7 +177,4 @@ export class DescribeFrameworkCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DescribeFrameworkCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-backup/src/commands/DescribeGlobalSettingsCommand.ts b/clients/client-backup/src/commands/DescribeGlobalSettingsCommand.ts index 3b29d6beaab0..be5d76503917 100644 --- a/clients/client-backup/src/commands/DescribeGlobalSettingsCommand.ts +++ b/clients/client-backup/src/commands/DescribeGlobalSettingsCommand.ts @@ -81,9 +81,6 @@ export class DescribeGlobalSettingsCommand extends $Command< DescribeGlobalSettingsCommandOutput, BackupClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -97,9 +94,7 @@ export class DescribeGlobalSettingsCommand extends $Command< * @public */ constructor(readonly input: DescribeGlobalSettingsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -152,7 +147,4 @@ export class DescribeGlobalSettingsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DescribeGlobalSettingsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-backup/src/commands/DescribeProtectedResourceCommand.ts b/clients/client-backup/src/commands/DescribeProtectedResourceCommand.ts index 09057c492e77..7cf78c73aa5b 100644 --- a/clients/client-backup/src/commands/DescribeProtectedResourceCommand.ts +++ b/clients/client-backup/src/commands/DescribeProtectedResourceCommand.ts @@ -88,9 +88,6 @@ export class DescribeProtectedResourceCommand extends $Command< DescribeProtectedResourceCommandOutput, BackupClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -104,9 +101,7 @@ export class DescribeProtectedResourceCommand extends $Command< * @public */ constructor(readonly input: DescribeProtectedResourceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -162,7 +157,4 @@ export class DescribeProtectedResourceCommand extends $Command< ): Promise { return de_DescribeProtectedResourceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-backup/src/commands/DescribeRecoveryPointCommand.ts b/clients/client-backup/src/commands/DescribeRecoveryPointCommand.ts index d62cd0479917..4440f1e62ef9 100644 --- a/clients/client-backup/src/commands/DescribeRecoveryPointCommand.ts +++ b/clients/client-backup/src/commands/DescribeRecoveryPointCommand.ts @@ -119,9 +119,6 @@ export class DescribeRecoveryPointCommand extends $Command< DescribeRecoveryPointCommandOutput, BackupClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -135,9 +132,7 @@ export class DescribeRecoveryPointCommand extends $Command< * @public */ constructor(readonly input: DescribeRecoveryPointCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -190,7 +185,4 @@ export class DescribeRecoveryPointCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DescribeRecoveryPointCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-backup/src/commands/DescribeRegionSettingsCommand.ts b/clients/client-backup/src/commands/DescribeRegionSettingsCommand.ts index e7b285490725..a2750a69d1ea 100644 --- a/clients/client-backup/src/commands/DescribeRegionSettingsCommand.ts +++ b/clients/client-backup/src/commands/DescribeRegionSettingsCommand.ts @@ -80,9 +80,6 @@ export class DescribeRegionSettingsCommand extends $Command< DescribeRegionSettingsCommandOutput, BackupClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -96,9 +93,7 @@ export class DescribeRegionSettingsCommand extends $Command< * @public */ constructor(readonly input: DescribeRegionSettingsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -151,7 +146,4 @@ export class DescribeRegionSettingsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DescribeRegionSettingsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-backup/src/commands/DescribeReportJobCommand.ts b/clients/client-backup/src/commands/DescribeReportJobCommand.ts index 462b19b7e2b8..bac335d7a668 100644 --- a/clients/client-backup/src/commands/DescribeReportJobCommand.ts +++ b/clients/client-backup/src/commands/DescribeReportJobCommand.ts @@ -94,9 +94,6 @@ export class DescribeReportJobCommand extends $Command< DescribeReportJobCommandOutput, BackupClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -110,9 +107,7 @@ export class DescribeReportJobCommand extends $Command< * @public */ constructor(readonly input: DescribeReportJobCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -165,7 +160,4 @@ export class DescribeReportJobCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DescribeReportJobCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-backup/src/commands/DescribeReportPlanCommand.ts b/clients/client-backup/src/commands/DescribeReportPlanCommand.ts index d15b8539157d..1118dce93711 100644 --- a/clients/client-backup/src/commands/DescribeReportPlanCommand.ts +++ b/clients/client-backup/src/commands/DescribeReportPlanCommand.ts @@ -114,9 +114,6 @@ export class DescribeReportPlanCommand extends $Command< DescribeReportPlanCommandOutput, BackupClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -130,9 +127,7 @@ export class DescribeReportPlanCommand extends $Command< * @public */ constructor(readonly input: DescribeReportPlanCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -185,7 +180,4 @@ export class DescribeReportPlanCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DescribeReportPlanCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-backup/src/commands/DescribeRestoreJobCommand.ts b/clients/client-backup/src/commands/DescribeRestoreJobCommand.ts index a390cb06ad0b..0c8f4c90c8cd 100644 --- a/clients/client-backup/src/commands/DescribeRestoreJobCommand.ts +++ b/clients/client-backup/src/commands/DescribeRestoreJobCommand.ts @@ -98,9 +98,6 @@ export class DescribeRestoreJobCommand extends $Command< DescribeRestoreJobCommandOutput, BackupClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -114,9 +111,7 @@ export class DescribeRestoreJobCommand extends $Command< * @public */ constructor(readonly input: DescribeRestoreJobCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -169,7 +164,4 @@ export class DescribeRestoreJobCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DescribeRestoreJobCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-backup/src/commands/DisassociateRecoveryPointCommand.ts b/clients/client-backup/src/commands/DisassociateRecoveryPointCommand.ts index dbc3b1439c81..135d7d2f9420 100644 --- a/clients/client-backup/src/commands/DisassociateRecoveryPointCommand.ts +++ b/clients/client-backup/src/commands/DisassociateRecoveryPointCommand.ts @@ -93,9 +93,6 @@ export class DisassociateRecoveryPointCommand extends $Command< DisassociateRecoveryPointCommandOutput, BackupClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -109,9 +106,7 @@ export class DisassociateRecoveryPointCommand extends $Command< * @public */ constructor(readonly input: DisassociateRecoveryPointCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -167,7 +162,4 @@ export class DisassociateRecoveryPointCommand extends $Command< ): Promise { return de_DisassociateRecoveryPointCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-backup/src/commands/DisassociateRecoveryPointFromParentCommand.ts b/clients/client-backup/src/commands/DisassociateRecoveryPointFromParentCommand.ts index 08fa6f40a9ce..7d1e02b3cd5f 100644 --- a/clients/client-backup/src/commands/DisassociateRecoveryPointFromParentCommand.ts +++ b/clients/client-backup/src/commands/DisassociateRecoveryPointFromParentCommand.ts @@ -90,9 +90,6 @@ export class DisassociateRecoveryPointFromParentCommand extends $Command< DisassociateRecoveryPointFromParentCommandOutput, BackupClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -106,9 +103,7 @@ export class DisassociateRecoveryPointFromParentCommand extends $Command< * @public */ constructor(readonly input: DisassociateRecoveryPointFromParentCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -167,7 +162,4 @@ export class DisassociateRecoveryPointFromParentCommand extends $Command< ): Promise { return de_DisassociateRecoveryPointFromParentCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-backup/src/commands/ExportBackupPlanTemplateCommand.ts b/clients/client-backup/src/commands/ExportBackupPlanTemplateCommand.ts index bc493150a4f2..22f6cf209d20 100644 --- a/clients/client-backup/src/commands/ExportBackupPlanTemplateCommand.ts +++ b/clients/client-backup/src/commands/ExportBackupPlanTemplateCommand.ts @@ -83,9 +83,6 @@ export class ExportBackupPlanTemplateCommand extends $Command< ExportBackupPlanTemplateCommandOutput, BackupClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -99,9 +96,7 @@ export class ExportBackupPlanTemplateCommand extends $Command< * @public */ constructor(readonly input: ExportBackupPlanTemplateCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -154,7 +149,4 @@ export class ExportBackupPlanTemplateCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ExportBackupPlanTemplateCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-backup/src/commands/GetBackupPlanCommand.ts b/clients/client-backup/src/commands/GetBackupPlanCommand.ts index 03c3651b298c..bf71ebd6771c 100644 --- a/clients/client-backup/src/commands/GetBackupPlanCommand.ts +++ b/clients/client-backup/src/commands/GetBackupPlanCommand.ts @@ -138,9 +138,6 @@ export class GetBackupPlanCommand extends $Command< GetBackupPlanCommandOutput, BackupClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -154,9 +151,7 @@ export class GetBackupPlanCommand extends $Command< * @public */ constructor(readonly input: GetBackupPlanCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -207,7 +202,4 @@ export class GetBackupPlanCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetBackupPlanCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-backup/src/commands/GetBackupPlanFromJSONCommand.ts b/clients/client-backup/src/commands/GetBackupPlanFromJSONCommand.ts index 8873bb275a8f..399bdf854059 100644 --- a/clients/client-backup/src/commands/GetBackupPlanFromJSONCommand.ts +++ b/clients/client-backup/src/commands/GetBackupPlanFromJSONCommand.ts @@ -130,9 +130,6 @@ export class GetBackupPlanFromJSONCommand extends $Command< GetBackupPlanFromJSONCommandOutput, BackupClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -146,9 +143,7 @@ export class GetBackupPlanFromJSONCommand extends $Command< * @public */ constructor(readonly input: GetBackupPlanFromJSONCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -201,7 +196,4 @@ export class GetBackupPlanFromJSONCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetBackupPlanFromJSONCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-backup/src/commands/GetBackupPlanFromTemplateCommand.ts b/clients/client-backup/src/commands/GetBackupPlanFromTemplateCommand.ts index bbb47aa1126d..a89083228497 100644 --- a/clients/client-backup/src/commands/GetBackupPlanFromTemplateCommand.ts +++ b/clients/client-backup/src/commands/GetBackupPlanFromTemplateCommand.ts @@ -125,9 +125,6 @@ export class GetBackupPlanFromTemplateCommand extends $Command< GetBackupPlanFromTemplateCommandOutput, BackupClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -141,9 +138,7 @@ export class GetBackupPlanFromTemplateCommand extends $Command< * @public */ constructor(readonly input: GetBackupPlanFromTemplateCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -199,7 +194,4 @@ export class GetBackupPlanFromTemplateCommand extends $Command< ): Promise { return de_GetBackupPlanFromTemplateCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-backup/src/commands/GetBackupSelectionCommand.ts b/clients/client-backup/src/commands/GetBackupSelectionCommand.ts index 89fe36895530..2e436167758f 100644 --- a/clients/client-backup/src/commands/GetBackupSelectionCommand.ts +++ b/clients/client-backup/src/commands/GetBackupSelectionCommand.ts @@ -131,9 +131,6 @@ export class GetBackupSelectionCommand extends $Command< GetBackupSelectionCommandOutput, BackupClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -147,9 +144,7 @@ export class GetBackupSelectionCommand extends $Command< * @public */ constructor(readonly input: GetBackupSelectionCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -202,7 +197,4 @@ export class GetBackupSelectionCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetBackupSelectionCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-backup/src/commands/GetBackupVaultAccessPolicyCommand.ts b/clients/client-backup/src/commands/GetBackupVaultAccessPolicyCommand.ts index 15afb008c28b..e3a82cda1932 100644 --- a/clients/client-backup/src/commands/GetBackupVaultAccessPolicyCommand.ts +++ b/clients/client-backup/src/commands/GetBackupVaultAccessPolicyCommand.ts @@ -86,9 +86,6 @@ export class GetBackupVaultAccessPolicyCommand extends $Command< GetBackupVaultAccessPolicyCommandOutput, BackupClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -102,9 +99,7 @@ export class GetBackupVaultAccessPolicyCommand extends $Command< * @public */ constructor(readonly input: GetBackupVaultAccessPolicyCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -160,7 +155,4 @@ export class GetBackupVaultAccessPolicyCommand extends $Command< ): Promise { return de_GetBackupVaultAccessPolicyCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-backup/src/commands/GetBackupVaultNotificationsCommand.ts b/clients/client-backup/src/commands/GetBackupVaultNotificationsCommand.ts index ae2eb2ac9bcf..8ed85d3ec8af 100644 --- a/clients/client-backup/src/commands/GetBackupVaultNotificationsCommand.ts +++ b/clients/client-backup/src/commands/GetBackupVaultNotificationsCommand.ts @@ -91,9 +91,6 @@ export class GetBackupVaultNotificationsCommand extends $Command< GetBackupVaultNotificationsCommandOutput, BackupClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -107,9 +104,7 @@ export class GetBackupVaultNotificationsCommand extends $Command< * @public */ constructor(readonly input: GetBackupVaultNotificationsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -165,7 +160,4 @@ export class GetBackupVaultNotificationsCommand extends $Command< ): Promise { return de_GetBackupVaultNotificationsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-backup/src/commands/GetLegalHoldCommand.ts b/clients/client-backup/src/commands/GetLegalHoldCommand.ts index 8098972163e8..ee6c6561b2ff 100644 --- a/clients/client-backup/src/commands/GetLegalHoldCommand.ts +++ b/clients/client-backup/src/commands/GetLegalHoldCommand.ts @@ -104,9 +104,6 @@ export class GetLegalHoldCommand extends $Command< GetLegalHoldCommandOutput, BackupClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -120,9 +117,7 @@ export class GetLegalHoldCommand extends $Command< * @public */ constructor(readonly input: GetLegalHoldCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -173,7 +168,4 @@ export class GetLegalHoldCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetLegalHoldCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-backup/src/commands/GetRecoveryPointRestoreMetadataCommand.ts b/clients/client-backup/src/commands/GetRecoveryPointRestoreMetadataCommand.ts index c80fe828f153..8d466e9728ce 100644 --- a/clients/client-backup/src/commands/GetRecoveryPointRestoreMetadataCommand.ts +++ b/clients/client-backup/src/commands/GetRecoveryPointRestoreMetadataCommand.ts @@ -98,9 +98,6 @@ export class GetRecoveryPointRestoreMetadataCommand extends $Command< GetRecoveryPointRestoreMetadataCommandOutput, BackupClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -114,9 +111,7 @@ export class GetRecoveryPointRestoreMetadataCommand extends $Command< * @public */ constructor(readonly input: GetRecoveryPointRestoreMetadataCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -175,7 +170,4 @@ export class GetRecoveryPointRestoreMetadataCommand extends $Command< ): Promise { return de_GetRecoveryPointRestoreMetadataCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-backup/src/commands/GetSupportedResourceTypesCommand.ts b/clients/client-backup/src/commands/GetSupportedResourceTypesCommand.ts index 337aa1e87ae8..83ec510976bf 100644 --- a/clients/client-backup/src/commands/GetSupportedResourceTypesCommand.ts +++ b/clients/client-backup/src/commands/GetSupportedResourceTypesCommand.ts @@ -73,9 +73,6 @@ export class GetSupportedResourceTypesCommand extends $Command< GetSupportedResourceTypesCommandOutput, BackupClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -89,9 +86,7 @@ export class GetSupportedResourceTypesCommand extends $Command< * @public */ constructor(readonly input: GetSupportedResourceTypesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -147,7 +142,4 @@ export class GetSupportedResourceTypesCommand extends $Command< ): Promise { return de_GetSupportedResourceTypesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-backup/src/commands/ListBackupJobsCommand.ts b/clients/client-backup/src/commands/ListBackupJobsCommand.ts index ddbc2890e61b..666b7b86b01f 100644 --- a/clients/client-backup/src/commands/ListBackupJobsCommand.ts +++ b/clients/client-backup/src/commands/ListBackupJobsCommand.ts @@ -123,9 +123,6 @@ export class ListBackupJobsCommand extends $Command< ListBackupJobsCommandOutput, BackupClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -139,9 +136,7 @@ export class ListBackupJobsCommand extends $Command< * @public */ constructor(readonly input: ListBackupJobsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -194,7 +189,4 @@ export class ListBackupJobsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListBackupJobsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-backup/src/commands/ListBackupPlanTemplatesCommand.ts b/clients/client-backup/src/commands/ListBackupPlanTemplatesCommand.ts index 38a6c811e69a..1a2e53651caa 100644 --- a/clients/client-backup/src/commands/ListBackupPlanTemplatesCommand.ts +++ b/clients/client-backup/src/commands/ListBackupPlanTemplatesCommand.ts @@ -91,9 +91,6 @@ export class ListBackupPlanTemplatesCommand extends $Command< ListBackupPlanTemplatesCommandOutput, BackupClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -107,9 +104,7 @@ export class ListBackupPlanTemplatesCommand extends $Command< * @public */ constructor(readonly input: ListBackupPlanTemplatesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -162,7 +157,4 @@ export class ListBackupPlanTemplatesCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListBackupPlanTemplatesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-backup/src/commands/ListBackupPlanVersionsCommand.ts b/clients/client-backup/src/commands/ListBackupPlanVersionsCommand.ts index 51bb4d516f14..d7cf668cd7c6 100644 --- a/clients/client-backup/src/commands/ListBackupPlanVersionsCommand.ts +++ b/clients/client-backup/src/commands/ListBackupPlanVersionsCommand.ts @@ -106,9 +106,6 @@ export class ListBackupPlanVersionsCommand extends $Command< ListBackupPlanVersionsCommandOutput, BackupClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -122,9 +119,7 @@ export class ListBackupPlanVersionsCommand extends $Command< * @public */ constructor(readonly input: ListBackupPlanVersionsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -177,7 +172,4 @@ export class ListBackupPlanVersionsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListBackupPlanVersionsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-backup/src/commands/ListBackupPlansCommand.ts b/clients/client-backup/src/commands/ListBackupPlansCommand.ts index c467918d154d..9550e354f264 100644 --- a/clients/client-backup/src/commands/ListBackupPlansCommand.ts +++ b/clients/client-backup/src/commands/ListBackupPlansCommand.ts @@ -107,9 +107,6 @@ export class ListBackupPlansCommand extends $Command< ListBackupPlansCommandOutput, BackupClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -123,9 +120,7 @@ export class ListBackupPlansCommand extends $Command< * @public */ constructor(readonly input: ListBackupPlansCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -178,7 +173,4 @@ export class ListBackupPlansCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListBackupPlansCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-backup/src/commands/ListBackupSelectionsCommand.ts b/clients/client-backup/src/commands/ListBackupSelectionsCommand.ts index d91d8493c5e7..16d5e7e6e579 100644 --- a/clients/client-backup/src/commands/ListBackupSelectionsCommand.ts +++ b/clients/client-backup/src/commands/ListBackupSelectionsCommand.ts @@ -96,9 +96,6 @@ export class ListBackupSelectionsCommand extends $Command< ListBackupSelectionsCommandOutput, BackupClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -112,9 +109,7 @@ export class ListBackupSelectionsCommand extends $Command< * @public */ constructor(readonly input: ListBackupSelectionsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -167,7 +162,4 @@ export class ListBackupSelectionsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListBackupSelectionsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-backup/src/commands/ListBackupVaultsCommand.ts b/clients/client-backup/src/commands/ListBackupVaultsCommand.ts index bb765c79f3e2..cf92a82021e9 100644 --- a/clients/client-backup/src/commands/ListBackupVaultsCommand.ts +++ b/clients/client-backup/src/commands/ListBackupVaultsCommand.ts @@ -101,9 +101,6 @@ export class ListBackupVaultsCommand extends $Command< ListBackupVaultsCommandOutput, BackupClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -117,9 +114,7 @@ export class ListBackupVaultsCommand extends $Command< * @public */ constructor(readonly input: ListBackupVaultsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -172,7 +167,4 @@ export class ListBackupVaultsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListBackupVaultsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-backup/src/commands/ListCopyJobsCommand.ts b/clients/client-backup/src/commands/ListCopyJobsCommand.ts index c003749abf0d..fff7e3749a8e 100644 --- a/clients/client-backup/src/commands/ListCopyJobsCommand.ts +++ b/clients/client-backup/src/commands/ListCopyJobsCommand.ts @@ -120,9 +120,6 @@ export class ListCopyJobsCommand extends $Command< ListCopyJobsCommandOutput, BackupClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -136,9 +133,7 @@ export class ListCopyJobsCommand extends $Command< * @public */ constructor(readonly input: ListCopyJobsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -189,7 +184,4 @@ export class ListCopyJobsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListCopyJobsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-backup/src/commands/ListFrameworksCommand.ts b/clients/client-backup/src/commands/ListFrameworksCommand.ts index d026f0d1981f..fb64d5b9834a 100644 --- a/clients/client-backup/src/commands/ListFrameworksCommand.ts +++ b/clients/client-backup/src/commands/ListFrameworksCommand.ts @@ -88,9 +88,6 @@ export class ListFrameworksCommand extends $Command< ListFrameworksCommandOutput, BackupClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -104,9 +101,7 @@ export class ListFrameworksCommand extends $Command< * @public */ constructor(readonly input: ListFrameworksCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -159,7 +154,4 @@ export class ListFrameworksCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListFrameworksCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-backup/src/commands/ListLegalHoldsCommand.ts b/clients/client-backup/src/commands/ListLegalHoldsCommand.ts index 531597d60508..5ff2cef6091b 100644 --- a/clients/client-backup/src/commands/ListLegalHoldsCommand.ts +++ b/clients/client-backup/src/commands/ListLegalHoldsCommand.ts @@ -89,9 +89,6 @@ export class ListLegalHoldsCommand extends $Command< ListLegalHoldsCommandOutput, BackupClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -105,9 +102,7 @@ export class ListLegalHoldsCommand extends $Command< * @public */ constructor(readonly input: ListLegalHoldsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -160,7 +155,4 @@ export class ListLegalHoldsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListLegalHoldsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-backup/src/commands/ListProtectedResourcesByBackupVaultCommand.ts b/clients/client-backup/src/commands/ListProtectedResourcesByBackupVaultCommand.ts index 4517314db187..a8c3a4d72559 100644 --- a/clients/client-backup/src/commands/ListProtectedResourcesByBackupVaultCommand.ts +++ b/clients/client-backup/src/commands/ListProtectedResourcesByBackupVaultCommand.ts @@ -99,9 +99,6 @@ export class ListProtectedResourcesByBackupVaultCommand extends $Command< ListProtectedResourcesByBackupVaultCommandOutput, BackupClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -115,9 +112,7 @@ export class ListProtectedResourcesByBackupVaultCommand extends $Command< * @public */ constructor(readonly input: ListProtectedResourcesByBackupVaultCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -176,7 +171,4 @@ export class ListProtectedResourcesByBackupVaultCommand extends $Command< ): Promise { return de_ListProtectedResourcesByBackupVaultCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-backup/src/commands/ListProtectedResourcesCommand.ts b/clients/client-backup/src/commands/ListProtectedResourcesCommand.ts index e62b3157f029..34a2478a3924 100644 --- a/clients/client-backup/src/commands/ListProtectedResourcesCommand.ts +++ b/clients/client-backup/src/commands/ListProtectedResourcesCommand.ts @@ -88,9 +88,6 @@ export class ListProtectedResourcesCommand extends $Command< ListProtectedResourcesCommandOutput, BackupClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -104,9 +101,7 @@ export class ListProtectedResourcesCommand extends $Command< * @public */ constructor(readonly input: ListProtectedResourcesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -159,7 +154,4 @@ export class ListProtectedResourcesCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListProtectedResourcesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-backup/src/commands/ListRecoveryPointsByBackupVaultCommand.ts b/clients/client-backup/src/commands/ListRecoveryPointsByBackupVaultCommand.ts index bf961397e8b8..5b09a47d3309 100644 --- a/clients/client-backup/src/commands/ListRecoveryPointsByBackupVaultCommand.ts +++ b/clients/client-backup/src/commands/ListRecoveryPointsByBackupVaultCommand.ts @@ -134,9 +134,6 @@ export class ListRecoveryPointsByBackupVaultCommand extends $Command< ListRecoveryPointsByBackupVaultCommandOutput, BackupClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -150,9 +147,7 @@ export class ListRecoveryPointsByBackupVaultCommand extends $Command< * @public */ constructor(readonly input: ListRecoveryPointsByBackupVaultCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -211,7 +206,4 @@ export class ListRecoveryPointsByBackupVaultCommand extends $Command< ): Promise { return de_ListRecoveryPointsByBackupVaultCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-backup/src/commands/ListRecoveryPointsByLegalHoldCommand.ts b/clients/client-backup/src/commands/ListRecoveryPointsByLegalHoldCommand.ts index 057e53d2e0f8..0bc77d8b1094 100644 --- a/clients/client-backup/src/commands/ListRecoveryPointsByLegalHoldCommand.ts +++ b/clients/client-backup/src/commands/ListRecoveryPointsByLegalHoldCommand.ts @@ -96,9 +96,6 @@ export class ListRecoveryPointsByLegalHoldCommand extends $Command< ListRecoveryPointsByLegalHoldCommandOutput, BackupClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -112,9 +109,7 @@ export class ListRecoveryPointsByLegalHoldCommand extends $Command< * @public */ constructor(readonly input: ListRecoveryPointsByLegalHoldCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -170,7 +165,4 @@ export class ListRecoveryPointsByLegalHoldCommand extends $Command< ): Promise { return de_ListRecoveryPointsByLegalHoldCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-backup/src/commands/ListRecoveryPointsByResourceCommand.ts b/clients/client-backup/src/commands/ListRecoveryPointsByResourceCommand.ts index 4dce62135b76..00431213863b 100644 --- a/clients/client-backup/src/commands/ListRecoveryPointsByResourceCommand.ts +++ b/clients/client-backup/src/commands/ListRecoveryPointsByResourceCommand.ts @@ -109,9 +109,6 @@ export class ListRecoveryPointsByResourceCommand extends $Command< ListRecoveryPointsByResourceCommandOutput, BackupClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -125,9 +122,7 @@ export class ListRecoveryPointsByResourceCommand extends $Command< * @public */ constructor(readonly input: ListRecoveryPointsByResourceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -183,7 +178,4 @@ export class ListRecoveryPointsByResourceCommand extends $Command< ): Promise { return de_ListRecoveryPointsByResourceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-backup/src/commands/ListReportJobsCommand.ts b/clients/client-backup/src/commands/ListReportJobsCommand.ts index eb0f0cb0a2c8..ec5486ab2952 100644 --- a/clients/client-backup/src/commands/ListReportJobsCommand.ts +++ b/clients/client-backup/src/commands/ListReportJobsCommand.ts @@ -102,9 +102,6 @@ export class ListReportJobsCommand extends $Command< ListReportJobsCommandOutput, BackupClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -118,9 +115,7 @@ export class ListReportJobsCommand extends $Command< * @public */ constructor(readonly input: ListReportJobsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -173,7 +168,4 @@ export class ListReportJobsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListReportJobsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-backup/src/commands/ListReportPlansCommand.ts b/clients/client-backup/src/commands/ListReportPlansCommand.ts index 57e619043b9f..e4f0b30d5d9e 100644 --- a/clients/client-backup/src/commands/ListReportPlansCommand.ts +++ b/clients/client-backup/src/commands/ListReportPlansCommand.ts @@ -113,9 +113,6 @@ export class ListReportPlansCommand extends $Command< ListReportPlansCommandOutput, BackupClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -129,9 +126,7 @@ export class ListReportPlansCommand extends $Command< * @public */ constructor(readonly input: ListReportPlansCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -184,7 +179,4 @@ export class ListReportPlansCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListReportPlansCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-backup/src/commands/ListRestoreJobsCommand.ts b/clients/client-backup/src/commands/ListRestoreJobsCommand.ts index 2173af8af5be..d5211980a50a 100644 --- a/clients/client-backup/src/commands/ListRestoreJobsCommand.ts +++ b/clients/client-backup/src/commands/ListRestoreJobsCommand.ts @@ -108,9 +108,6 @@ export class ListRestoreJobsCommand extends $Command< ListRestoreJobsCommandOutput, BackupClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -124,9 +121,7 @@ export class ListRestoreJobsCommand extends $Command< * @public */ constructor(readonly input: ListRestoreJobsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -179,7 +174,4 @@ export class ListRestoreJobsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListRestoreJobsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-backup/src/commands/ListTagsCommand.ts b/clients/client-backup/src/commands/ListTagsCommand.ts index c2659c1f9f2a..48841a33372a 100644 --- a/clients/client-backup/src/commands/ListTagsCommand.ts +++ b/clients/client-backup/src/commands/ListTagsCommand.ts @@ -89,9 +89,6 @@ export interface ListTagsCommandOutput extends ListTagsOutput, __MetadataBearer * */ export class ListTagsCommand extends $Command { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -105,9 +102,7 @@ export class ListTagsCommand extends $Command { return de_ListTagsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-backup/src/commands/PutBackupVaultAccessPolicyCommand.ts b/clients/client-backup/src/commands/PutBackupVaultAccessPolicyCommand.ts index 24ee925493f6..b237867a9a42 100644 --- a/clients/client-backup/src/commands/PutBackupVaultAccessPolicyCommand.ts +++ b/clients/client-backup/src/commands/PutBackupVaultAccessPolicyCommand.ts @@ -84,9 +84,6 @@ export class PutBackupVaultAccessPolicyCommand extends $Command< PutBackupVaultAccessPolicyCommandOutput, BackupClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -100,9 +97,7 @@ export class PutBackupVaultAccessPolicyCommand extends $Command< * @public */ constructor(readonly input: PutBackupVaultAccessPolicyCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -158,7 +153,4 @@ export class PutBackupVaultAccessPolicyCommand extends $Command< ): Promise { return de_PutBackupVaultAccessPolicyCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-backup/src/commands/PutBackupVaultLockConfigurationCommand.ts b/clients/client-backup/src/commands/PutBackupVaultLockConfigurationCommand.ts index 7b5a7706ad9a..521eba553d22 100644 --- a/clients/client-backup/src/commands/PutBackupVaultLockConfigurationCommand.ts +++ b/clients/client-backup/src/commands/PutBackupVaultLockConfigurationCommand.ts @@ -103,9 +103,6 @@ export class PutBackupVaultLockConfigurationCommand extends $Command< PutBackupVaultLockConfigurationCommandOutput, BackupClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -119,9 +116,7 @@ export class PutBackupVaultLockConfigurationCommand extends $Command< * @public */ constructor(readonly input: PutBackupVaultLockConfigurationCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -180,7 +175,4 @@ export class PutBackupVaultLockConfigurationCommand extends $Command< ): Promise { return de_PutBackupVaultLockConfigurationCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-backup/src/commands/PutBackupVaultNotificationsCommand.ts b/clients/client-backup/src/commands/PutBackupVaultNotificationsCommand.ts index d8c351ee1b7b..2efa71a4d395 100644 --- a/clients/client-backup/src/commands/PutBackupVaultNotificationsCommand.ts +++ b/clients/client-backup/src/commands/PutBackupVaultNotificationsCommand.ts @@ -88,9 +88,6 @@ export class PutBackupVaultNotificationsCommand extends $Command< PutBackupVaultNotificationsCommandOutput, BackupClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -104,9 +101,7 @@ export class PutBackupVaultNotificationsCommand extends $Command< * @public */ constructor(readonly input: PutBackupVaultNotificationsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -162,7 +157,4 @@ export class PutBackupVaultNotificationsCommand extends $Command< ): Promise { return de_PutBackupVaultNotificationsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-backup/src/commands/StartBackupJobCommand.ts b/clients/client-backup/src/commands/StartBackupJobCommand.ts index aef058f6c57c..0c14b4a29f12 100644 --- a/clients/client-backup/src/commands/StartBackupJobCommand.ts +++ b/clients/client-backup/src/commands/StartBackupJobCommand.ts @@ -109,9 +109,6 @@ export class StartBackupJobCommand extends $Command< StartBackupJobCommandOutput, BackupClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -125,9 +122,7 @@ export class StartBackupJobCommand extends $Command< * @public */ constructor(readonly input: StartBackupJobCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -180,7 +175,4 @@ export class StartBackupJobCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_StartBackupJobCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-backup/src/commands/StartCopyJobCommand.ts b/clients/client-backup/src/commands/StartCopyJobCommand.ts index 592b57a7d711..c069bf3cd025 100644 --- a/clients/client-backup/src/commands/StartCopyJobCommand.ts +++ b/clients/client-backup/src/commands/StartCopyJobCommand.ts @@ -102,9 +102,6 @@ export class StartCopyJobCommand extends $Command< StartCopyJobCommandOutput, BackupClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -118,9 +115,7 @@ export class StartCopyJobCommand extends $Command< * @public */ constructor(readonly input: StartCopyJobCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -171,7 +166,4 @@ export class StartCopyJobCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_StartCopyJobCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-backup/src/commands/StartReportJobCommand.ts b/clients/client-backup/src/commands/StartReportJobCommand.ts index 32518d366b02..8e5bb4cdc211 100644 --- a/clients/client-backup/src/commands/StartReportJobCommand.ts +++ b/clients/client-backup/src/commands/StartReportJobCommand.ts @@ -84,9 +84,6 @@ export class StartReportJobCommand extends $Command< StartReportJobCommandOutput, BackupClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -100,9 +97,7 @@ export class StartReportJobCommand extends $Command< * @public */ constructor(readonly input: StartReportJobCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -155,7 +150,4 @@ export class StartReportJobCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_StartReportJobCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-backup/src/commands/StartRestoreJobCommand.ts b/clients/client-backup/src/commands/StartRestoreJobCommand.ts index afd92880b86e..a6ae2897d94f 100644 --- a/clients/client-backup/src/commands/StartRestoreJobCommand.ts +++ b/clients/client-backup/src/commands/StartRestoreJobCommand.ts @@ -98,9 +98,6 @@ export class StartRestoreJobCommand extends $Command< StartRestoreJobCommandOutput, BackupClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -114,9 +111,7 @@ export class StartRestoreJobCommand extends $Command< * @public */ constructor(readonly input: StartRestoreJobCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -169,7 +164,4 @@ export class StartRestoreJobCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_StartRestoreJobCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-backup/src/commands/StopBackupJobCommand.ts b/clients/client-backup/src/commands/StopBackupJobCommand.ts index 4409efb6f526..c7f61753ab34 100644 --- a/clients/client-backup/src/commands/StopBackupJobCommand.ts +++ b/clients/client-backup/src/commands/StopBackupJobCommand.ts @@ -89,9 +89,6 @@ export class StopBackupJobCommand extends $Command< StopBackupJobCommandOutput, BackupClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -105,9 +102,7 @@ export class StopBackupJobCommand extends $Command< * @public */ constructor(readonly input: StopBackupJobCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -158,7 +153,4 @@ export class StopBackupJobCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_StopBackupJobCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-backup/src/commands/TagResourceCommand.ts b/clients/client-backup/src/commands/TagResourceCommand.ts index 6868819e0197..b5ab43557b66 100644 --- a/clients/client-backup/src/commands/TagResourceCommand.ts +++ b/clients/client-backup/src/commands/TagResourceCommand.ts @@ -89,9 +89,6 @@ export class TagResourceCommand extends $Command< TagResourceCommandOutput, BackupClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -105,9 +102,7 @@ export class TagResourceCommand extends $Command< * @public */ constructor(readonly input: TagResourceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -158,7 +153,4 @@ export class TagResourceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_TagResourceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-backup/src/commands/UntagResourceCommand.ts b/clients/client-backup/src/commands/UntagResourceCommand.ts index b6439053e540..f545f2733442 100644 --- a/clients/client-backup/src/commands/UntagResourceCommand.ts +++ b/clients/client-backup/src/commands/UntagResourceCommand.ts @@ -85,9 +85,6 @@ export class UntagResourceCommand extends $Command< UntagResourceCommandOutput, BackupClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -101,9 +98,7 @@ export class UntagResourceCommand extends $Command< * @public */ constructor(readonly input: UntagResourceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -154,7 +149,4 @@ export class UntagResourceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UntagResourceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-backup/src/commands/UpdateBackupPlanCommand.ts b/clients/client-backup/src/commands/UpdateBackupPlanCommand.ts index 62f38ea400f7..08987e9edaf0 100644 --- a/clients/client-backup/src/commands/UpdateBackupPlanCommand.ts +++ b/clients/client-backup/src/commands/UpdateBackupPlanCommand.ts @@ -138,9 +138,6 @@ export class UpdateBackupPlanCommand extends $Command< UpdateBackupPlanCommandOutput, BackupClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -154,9 +151,7 @@ export class UpdateBackupPlanCommand extends $Command< * @public */ constructor(readonly input: UpdateBackupPlanCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -209,7 +204,4 @@ export class UpdateBackupPlanCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdateBackupPlanCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-backup/src/commands/UpdateFrameworkCommand.ts b/clients/client-backup/src/commands/UpdateFrameworkCommand.ts index 1966637afa1a..c81f0e2553ea 100644 --- a/clients/client-backup/src/commands/UpdateFrameworkCommand.ts +++ b/clients/client-backup/src/commands/UpdateFrameworkCommand.ts @@ -121,9 +121,6 @@ export class UpdateFrameworkCommand extends $Command< UpdateFrameworkCommandOutput, BackupClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -137,9 +134,7 @@ export class UpdateFrameworkCommand extends $Command< * @public */ constructor(readonly input: UpdateFrameworkCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -192,7 +187,4 @@ export class UpdateFrameworkCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdateFrameworkCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-backup/src/commands/UpdateGlobalSettingsCommand.ts b/clients/client-backup/src/commands/UpdateGlobalSettingsCommand.ts index 7f5570b85d79..81b21a2f8b08 100644 --- a/clients/client-backup/src/commands/UpdateGlobalSettingsCommand.ts +++ b/clients/client-backup/src/commands/UpdateGlobalSettingsCommand.ts @@ -86,9 +86,6 @@ export class UpdateGlobalSettingsCommand extends $Command< UpdateGlobalSettingsCommandOutput, BackupClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -102,9 +99,7 @@ export class UpdateGlobalSettingsCommand extends $Command< * @public */ constructor(readonly input: UpdateGlobalSettingsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -157,7 +152,4 @@ export class UpdateGlobalSettingsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdateGlobalSettingsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-backup/src/commands/UpdateRecoveryPointLifecycleCommand.ts b/clients/client-backup/src/commands/UpdateRecoveryPointLifecycleCommand.ts index eae94ddd30dc..eac243516c4b 100644 --- a/clients/client-backup/src/commands/UpdateRecoveryPointLifecycleCommand.ts +++ b/clients/client-backup/src/commands/UpdateRecoveryPointLifecycleCommand.ts @@ -118,9 +118,6 @@ export class UpdateRecoveryPointLifecycleCommand extends $Command< UpdateRecoveryPointLifecycleCommandOutput, BackupClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -134,9 +131,7 @@ export class UpdateRecoveryPointLifecycleCommand extends $Command< * @public */ constructor(readonly input: UpdateRecoveryPointLifecycleCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -192,7 +187,4 @@ export class UpdateRecoveryPointLifecycleCommand extends $Command< ): Promise { return de_UpdateRecoveryPointLifecycleCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-backup/src/commands/UpdateRegionSettingsCommand.ts b/clients/client-backup/src/commands/UpdateRegionSettingsCommand.ts index 3f34c753272d..404de2203dd4 100644 --- a/clients/client-backup/src/commands/UpdateRegionSettingsCommand.ts +++ b/clients/client-backup/src/commands/UpdateRegionSettingsCommand.ts @@ -88,9 +88,6 @@ export class UpdateRegionSettingsCommand extends $Command< UpdateRegionSettingsCommandOutput, BackupClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -104,9 +101,7 @@ export class UpdateRegionSettingsCommand extends $Command< * @public */ constructor(readonly input: UpdateRegionSettingsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -159,7 +154,4 @@ export class UpdateRegionSettingsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdateRegionSettingsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-backup/src/commands/UpdateReportPlanCommand.ts b/clients/client-backup/src/commands/UpdateReportPlanCommand.ts index 2cdd794ef235..7292dbd5c5a6 100644 --- a/clients/client-backup/src/commands/UpdateReportPlanCommand.ts +++ b/clients/client-backup/src/commands/UpdateReportPlanCommand.ts @@ -115,9 +115,6 @@ export class UpdateReportPlanCommand extends $Command< UpdateReportPlanCommandOutput, BackupClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -131,9 +128,7 @@ export class UpdateReportPlanCommand extends $Command< * @public */ constructor(readonly input: UpdateReportPlanCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -186,7 +181,4 @@ export class UpdateReportPlanCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdateReportPlanCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-backupstorage/package.json b/clients/client-backupstorage/package.json index 81805d7fdebc..1cf8899720f8 100644 --- a/clients/client-backupstorage/package.json +++ b/clients/client-backupstorage/package.json @@ -34,30 +34,30 @@ "@aws-sdk/util-endpoints": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@smithy/config-resolver": "^2.0.16", - "@smithy/fetch-http-handler": "^2.2.4", - "@smithy/hash-node": "^2.0.12", - "@smithy/invalid-dependency": "^2.0.12", - "@smithy/middleware-content-length": "^2.0.14", - "@smithy/middleware-endpoint": "^2.1.3", - "@smithy/middleware-retry": "^2.0.18", - "@smithy/middleware-serde": "^2.0.12", - "@smithy/middleware-stack": "^2.0.6", - "@smithy/node-config-provider": "^2.1.3", - "@smithy/node-http-handler": "^2.1.8", - "@smithy/protocol-http": "^3.0.8", - "@smithy/smithy-client": "^2.1.12", - "@smithy/types": "^2.4.0", - "@smithy/url-parser": "^2.0.12", - "@smithy/util-base64": "^2.0.0", + "@smithy/config-resolver": "^2.0.18", + "@smithy/fetch-http-handler": "^2.2.6", + "@smithy/hash-node": "^2.0.15", + "@smithy/invalid-dependency": "^2.0.13", + "@smithy/middleware-content-length": "^2.0.15", + "@smithy/middleware-endpoint": "^2.2.0", + "@smithy/middleware-retry": "^2.0.20", + "@smithy/middleware-serde": "^2.0.13", + "@smithy/middleware-stack": "^2.0.7", + "@smithy/node-config-provider": "^2.1.5", + "@smithy/node-http-handler": "^2.1.9", + "@smithy/protocol-http": "^3.0.9", + "@smithy/smithy-client": "^2.1.15", + "@smithy/types": "^2.5.0", + "@smithy/url-parser": "^2.0.13", + "@smithy/util-base64": "^2.0.1", "@smithy/util-body-length-browser": "^2.0.0", "@smithy/util-body-length-node": "^2.1.0", - "@smithy/util-defaults-mode-browser": "^2.0.16", - "@smithy/util-defaults-mode-node": "^2.0.21", - "@smithy/util-endpoints": "^1.0.2", - "@smithy/util-retry": "^2.0.5", - "@smithy/util-stream": "^2.0.17", - "@smithy/util-utf8": "^2.0.0", + "@smithy/util-defaults-mode-browser": "^2.0.19", + "@smithy/util-defaults-mode-node": "^2.0.25", + "@smithy/util-endpoints": "^1.0.4", + "@smithy/util-retry": "^2.0.6", + "@smithy/util-stream": "^2.0.20", + "@smithy/util-utf8": "^2.0.2", "tslib": "^2.5.0" }, "devDependencies": { diff --git a/clients/client-backupstorage/src/commands/DeleteObjectCommand.ts b/clients/client-backupstorage/src/commands/DeleteObjectCommand.ts index 36d3d67b6a1b..fcdbbf85bc13 100644 --- a/clients/client-backupstorage/src/commands/DeleteObjectCommand.ts +++ b/clients/client-backupstorage/src/commands/DeleteObjectCommand.ts @@ -90,9 +90,6 @@ export class DeleteObjectCommand extends $Command< DeleteObjectCommandOutput, BackupStorageClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -106,9 +103,7 @@ export class DeleteObjectCommand extends $Command< * @public */ constructor(readonly input: DeleteObjectCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -159,7 +154,4 @@ export class DeleteObjectCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteObjectCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-backupstorage/src/commands/GetChunkCommand.ts b/clients/client-backupstorage/src/commands/GetChunkCommand.ts index 36aa02f08751..165739b97449 100644 --- a/clients/client-backupstorage/src/commands/GetChunkCommand.ts +++ b/clients/client-backupstorage/src/commands/GetChunkCommand.ts @@ -99,9 +99,6 @@ export class GetChunkCommand extends $Command< GetChunkCommandOutput, BackupStorageClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -115,9 +112,7 @@ export class GetChunkCommand extends $Command< * @public */ constructor(readonly input: GetChunkCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -171,7 +166,4 @@ export class GetChunkCommand extends $Command< ): Promise { return de_GetChunkCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-backupstorage/src/commands/GetObjectMetadataCommand.ts b/clients/client-backupstorage/src/commands/GetObjectMetadataCommand.ts index d89b68bd9078..0c1062e02f33 100644 --- a/clients/client-backupstorage/src/commands/GetObjectMetadataCommand.ts +++ b/clients/client-backupstorage/src/commands/GetObjectMetadataCommand.ts @@ -109,9 +109,6 @@ export class GetObjectMetadataCommand extends $Command< GetObjectMetadataCommandOutput, BackupStorageClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -125,9 +122,7 @@ export class GetObjectMetadataCommand extends $Command< * @public */ constructor(readonly input: GetObjectMetadataCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -183,7 +178,4 @@ export class GetObjectMetadataCommand extends $Command< ): Promise { return de_GetObjectMetadataCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-backupstorage/src/commands/ListChunksCommand.ts b/clients/client-backupstorage/src/commands/ListChunksCommand.ts index 81fc609eb4f8..b5228ffb1c39 100644 --- a/clients/client-backupstorage/src/commands/ListChunksCommand.ts +++ b/clients/client-backupstorage/src/commands/ListChunksCommand.ts @@ -100,9 +100,6 @@ export class ListChunksCommand extends $Command< ListChunksCommandOutput, BackupStorageClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -116,9 +113,7 @@ export class ListChunksCommand extends $Command< * @public */ constructor(readonly input: ListChunksCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -169,7 +164,4 @@ export class ListChunksCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListChunksCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-backupstorage/src/commands/ListObjectsCommand.ts b/clients/client-backupstorage/src/commands/ListObjectsCommand.ts index b4e0ec966d5d..01867da87d22 100644 --- a/clients/client-backupstorage/src/commands/ListObjectsCommand.ts +++ b/clients/client-backupstorage/src/commands/ListObjectsCommand.ts @@ -110,9 +110,6 @@ export class ListObjectsCommand extends $Command< ListObjectsCommandOutput, BackupStorageClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -126,9 +123,7 @@ export class ListObjectsCommand extends $Command< * @public */ constructor(readonly input: ListObjectsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -179,7 +174,4 @@ export class ListObjectsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListObjectsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-backupstorage/src/commands/NotifyObjectCompleteCommand.ts b/clients/client-backupstorage/src/commands/NotifyObjectCompleteCommand.ts index 39120b69b97f..3a2d28e694dd 100644 --- a/clients/client-backupstorage/src/commands/NotifyObjectCompleteCommand.ts +++ b/clients/client-backupstorage/src/commands/NotifyObjectCompleteCommand.ts @@ -111,9 +111,6 @@ export class NotifyObjectCompleteCommand extends $Command< NotifyObjectCompleteCommandOutput, BackupStorageClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -127,9 +124,7 @@ export class NotifyObjectCompleteCommand extends $Command< * @public */ constructor(readonly input: NotifyObjectCompleteCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -182,7 +177,4 @@ export class NotifyObjectCompleteCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_NotifyObjectCompleteCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-backupstorage/src/commands/PutChunkCommand.ts b/clients/client-backupstorage/src/commands/PutChunkCommand.ts index a8701eac1c7c..9394a009028a 100644 --- a/clients/client-backupstorage/src/commands/PutChunkCommand.ts +++ b/clients/client-backupstorage/src/commands/PutChunkCommand.ts @@ -105,9 +105,6 @@ export class PutChunkCommand extends $Command< PutChunkCommandOutput, BackupStorageClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -121,9 +118,7 @@ export class PutChunkCommand extends $Command< * @public */ constructor(readonly input: PutChunkCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -174,7 +169,4 @@ export class PutChunkCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_PutChunkCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-backupstorage/src/commands/PutObjectCommand.ts b/clients/client-backupstorage/src/commands/PutObjectCommand.ts index fa8005164d8c..fa695df391d1 100644 --- a/clients/client-backupstorage/src/commands/PutObjectCommand.ts +++ b/clients/client-backupstorage/src/commands/PutObjectCommand.ts @@ -110,9 +110,6 @@ export class PutObjectCommand extends $Command< PutObjectCommandOutput, BackupStorageClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -126,9 +123,7 @@ export class PutObjectCommand extends $Command< * @public */ constructor(readonly input: PutObjectCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -179,7 +174,4 @@ export class PutObjectCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_PutObjectCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-backupstorage/src/commands/StartObjectCommand.ts b/clients/client-backupstorage/src/commands/StartObjectCommand.ts index 4ce8470b7579..e5b01dc004ee 100644 --- a/clients/client-backupstorage/src/commands/StartObjectCommand.ts +++ b/clients/client-backupstorage/src/commands/StartObjectCommand.ts @@ -97,9 +97,6 @@ export class StartObjectCommand extends $Command< StartObjectCommandOutput, BackupStorageClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -113,9 +110,7 @@ export class StartObjectCommand extends $Command< * @public */ constructor(readonly input: StartObjectCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -166,7 +161,4 @@ export class StartObjectCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_StartObjectCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-batch/package.json b/clients/client-batch/package.json index 025bc4e906fa..87d6c2541148 100644 --- a/clients/client-batch/package.json +++ b/clients/client-batch/package.json @@ -34,29 +34,29 @@ "@aws-sdk/util-endpoints": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@smithy/config-resolver": "^2.0.16", - "@smithy/fetch-http-handler": "^2.2.4", - "@smithy/hash-node": "^2.0.12", - "@smithy/invalid-dependency": "^2.0.12", - "@smithy/middleware-content-length": "^2.0.14", - "@smithy/middleware-endpoint": "^2.1.3", - "@smithy/middleware-retry": "^2.0.18", - "@smithy/middleware-serde": "^2.0.12", - "@smithy/middleware-stack": "^2.0.6", - "@smithy/node-config-provider": "^2.1.3", - "@smithy/node-http-handler": "^2.1.8", - "@smithy/protocol-http": "^3.0.8", - "@smithy/smithy-client": "^2.1.12", - "@smithy/types": "^2.4.0", - "@smithy/url-parser": "^2.0.12", - "@smithy/util-base64": "^2.0.0", + "@smithy/config-resolver": "^2.0.18", + "@smithy/fetch-http-handler": "^2.2.6", + "@smithy/hash-node": "^2.0.15", + "@smithy/invalid-dependency": "^2.0.13", + "@smithy/middleware-content-length": "^2.0.15", + "@smithy/middleware-endpoint": "^2.2.0", + "@smithy/middleware-retry": "^2.0.20", + "@smithy/middleware-serde": "^2.0.13", + "@smithy/middleware-stack": "^2.0.7", + "@smithy/node-config-provider": "^2.1.5", + "@smithy/node-http-handler": "^2.1.9", + "@smithy/protocol-http": "^3.0.9", + "@smithy/smithy-client": "^2.1.15", + "@smithy/types": "^2.5.0", + "@smithy/url-parser": "^2.0.13", + "@smithy/util-base64": "^2.0.1", "@smithy/util-body-length-browser": "^2.0.0", "@smithy/util-body-length-node": "^2.1.0", - "@smithy/util-defaults-mode-browser": "^2.0.16", - "@smithy/util-defaults-mode-node": "^2.0.21", - "@smithy/util-endpoints": "^1.0.2", - "@smithy/util-retry": "^2.0.5", - "@smithy/util-utf8": "^2.0.0", + "@smithy/util-defaults-mode-browser": "^2.0.19", + "@smithy/util-defaults-mode-node": "^2.0.25", + "@smithy/util-endpoints": "^1.0.4", + "@smithy/util-retry": "^2.0.6", + "@smithy/util-utf8": "^2.0.2", "tslib": "^2.5.0" }, "devDependencies": { diff --git a/clients/client-batch/src/commands/CancelJobCommand.ts b/clients/client-batch/src/commands/CancelJobCommand.ts index 42ff86c405a2..d90c739538cd 100644 --- a/clients/client-batch/src/commands/CancelJobCommand.ts +++ b/clients/client-batch/src/commands/CancelJobCommand.ts @@ -109,9 +109,6 @@ export class CancelJobCommand extends $Command< CancelJobCommandOutput, BatchClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -125,9 +122,7 @@ export class CancelJobCommand extends $Command< * @public */ constructor(readonly input: CancelJobCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -178,7 +173,4 @@ export class CancelJobCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CancelJobCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-batch/src/commands/CreateComputeEnvironmentCommand.ts b/clients/client-batch/src/commands/CreateComputeEnvironmentCommand.ts index 5fd77333a4fe..6d1741b35473 100644 --- a/clients/client-batch/src/commands/CreateComputeEnvironmentCommand.ts +++ b/clients/client-batch/src/commands/CreateComputeEnvironmentCommand.ts @@ -299,9 +299,6 @@ export class CreateComputeEnvironmentCommand extends $Command< CreateComputeEnvironmentCommandOutput, BatchClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -315,9 +312,7 @@ export class CreateComputeEnvironmentCommand extends $Command< * @public */ constructor(readonly input: CreateComputeEnvironmentCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -370,7 +365,4 @@ export class CreateComputeEnvironmentCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateComputeEnvironmentCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-batch/src/commands/CreateJobQueueCommand.ts b/clients/client-batch/src/commands/CreateJobQueueCommand.ts index 106b5a0dfdc1..39aff6fe2a7e 100644 --- a/clients/client-batch/src/commands/CreateJobQueueCommand.ts +++ b/clients/client-batch/src/commands/CreateJobQueueCommand.ts @@ -150,9 +150,6 @@ export class CreateJobQueueCommand extends $Command< CreateJobQueueCommandOutput, BatchClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -166,9 +163,7 @@ export class CreateJobQueueCommand extends $Command< * @public */ constructor(readonly input: CreateJobQueueCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -221,7 +216,4 @@ export class CreateJobQueueCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateJobQueueCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-batch/src/commands/CreateSchedulingPolicyCommand.ts b/clients/client-batch/src/commands/CreateSchedulingPolicyCommand.ts index 71c32ee89106..5c8ab8e0235f 100644 --- a/clients/client-batch/src/commands/CreateSchedulingPolicyCommand.ts +++ b/clients/client-batch/src/commands/CreateSchedulingPolicyCommand.ts @@ -92,9 +92,6 @@ export class CreateSchedulingPolicyCommand extends $Command< CreateSchedulingPolicyCommandOutput, BatchClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -108,9 +105,7 @@ export class CreateSchedulingPolicyCommand extends $Command< * @public */ constructor(readonly input: CreateSchedulingPolicyCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -163,7 +158,4 @@ export class CreateSchedulingPolicyCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateSchedulingPolicyCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-batch/src/commands/DeleteComputeEnvironmentCommand.ts b/clients/client-batch/src/commands/DeleteComputeEnvironmentCommand.ts index 31d3df15b48a..54532033435e 100644 --- a/clients/client-batch/src/commands/DeleteComputeEnvironmentCommand.ts +++ b/clients/client-batch/src/commands/DeleteComputeEnvironmentCommand.ts @@ -90,9 +90,6 @@ export class DeleteComputeEnvironmentCommand extends $Command< DeleteComputeEnvironmentCommandOutput, BatchClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -106,9 +103,7 @@ export class DeleteComputeEnvironmentCommand extends $Command< * @public */ constructor(readonly input: DeleteComputeEnvironmentCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -161,7 +156,4 @@ export class DeleteComputeEnvironmentCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteComputeEnvironmentCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-batch/src/commands/DeleteJobQueueCommand.ts b/clients/client-batch/src/commands/DeleteJobQueueCommand.ts index bc9b928caf14..a1a63ec73a49 100644 --- a/clients/client-batch/src/commands/DeleteJobQueueCommand.ts +++ b/clients/client-batch/src/commands/DeleteJobQueueCommand.ts @@ -90,9 +90,6 @@ export class DeleteJobQueueCommand extends $Command< DeleteJobQueueCommandOutput, BatchClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -106,9 +103,7 @@ export class DeleteJobQueueCommand extends $Command< * @public */ constructor(readonly input: DeleteJobQueueCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -161,7 +156,4 @@ export class DeleteJobQueueCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteJobQueueCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-batch/src/commands/DeleteSchedulingPolicyCommand.ts b/clients/client-batch/src/commands/DeleteSchedulingPolicyCommand.ts index 6e387cce82cf..2962e72bcf58 100644 --- a/clients/client-batch/src/commands/DeleteSchedulingPolicyCommand.ts +++ b/clients/client-batch/src/commands/DeleteSchedulingPolicyCommand.ts @@ -77,9 +77,6 @@ export class DeleteSchedulingPolicyCommand extends $Command< DeleteSchedulingPolicyCommandOutput, BatchClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -93,9 +90,7 @@ export class DeleteSchedulingPolicyCommand extends $Command< * @public */ constructor(readonly input: DeleteSchedulingPolicyCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -148,7 +143,4 @@ export class DeleteSchedulingPolicyCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteSchedulingPolicyCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-batch/src/commands/DeregisterJobDefinitionCommand.ts b/clients/client-batch/src/commands/DeregisterJobDefinitionCommand.ts index f30f164039df..7e896d7b22e8 100644 --- a/clients/client-batch/src/commands/DeregisterJobDefinitionCommand.ts +++ b/clients/client-batch/src/commands/DeregisterJobDefinitionCommand.ts @@ -87,9 +87,6 @@ export class DeregisterJobDefinitionCommand extends $Command< DeregisterJobDefinitionCommandOutput, BatchClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -103,9 +100,7 @@ export class DeregisterJobDefinitionCommand extends $Command< * @public */ constructor(readonly input: DeregisterJobDefinitionCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -158,7 +153,4 @@ export class DeregisterJobDefinitionCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeregisterJobDefinitionCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-batch/src/commands/DescribeComputeEnvironmentsCommand.ts b/clients/client-batch/src/commands/DescribeComputeEnvironmentsCommand.ts index 7ce82c3d3b1c..1d7ae333fdaa 100644 --- a/clients/client-batch/src/commands/DescribeComputeEnvironmentsCommand.ts +++ b/clients/client-batch/src/commands/DescribeComputeEnvironmentsCommand.ts @@ -204,9 +204,6 @@ export class DescribeComputeEnvironmentsCommand extends $Command< DescribeComputeEnvironmentsCommandOutput, BatchClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -220,9 +217,7 @@ export class DescribeComputeEnvironmentsCommand extends $Command< * @public */ constructor(readonly input: DescribeComputeEnvironmentsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -278,7 +273,4 @@ export class DescribeComputeEnvironmentsCommand extends $Command< ): Promise { return de_DescribeComputeEnvironmentsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-batch/src/commands/DescribeJobDefinitionsCommand.ts b/clients/client-batch/src/commands/DescribeJobDefinitionsCommand.ts index 74502c98ef1f..39665b5bc07f 100644 --- a/clients/client-batch/src/commands/DescribeJobDefinitionsCommand.ts +++ b/clients/client-batch/src/commands/DescribeJobDefinitionsCommand.ts @@ -453,9 +453,6 @@ export class DescribeJobDefinitionsCommand extends $Command< DescribeJobDefinitionsCommandOutput, BatchClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -469,9 +466,7 @@ export class DescribeJobDefinitionsCommand extends $Command< * @public */ constructor(readonly input: DescribeJobDefinitionsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -524,7 +519,4 @@ export class DescribeJobDefinitionsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DescribeJobDefinitionsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-batch/src/commands/DescribeJobQueuesCommand.ts b/clients/client-batch/src/commands/DescribeJobQueuesCommand.ts index 18281d1b4c65..e73a632f8111 100644 --- a/clients/client-batch/src/commands/DescribeJobQueuesCommand.ts +++ b/clients/client-batch/src/commands/DescribeJobQueuesCommand.ts @@ -135,9 +135,6 @@ export class DescribeJobQueuesCommand extends $Command< DescribeJobQueuesCommandOutput, BatchClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -151,9 +148,7 @@ export class DescribeJobQueuesCommand extends $Command< * @public */ constructor(readonly input: DescribeJobQueuesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -206,7 +201,4 @@ export class DescribeJobQueuesCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DescribeJobQueuesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-batch/src/commands/DescribeJobsCommand.ts b/clients/client-batch/src/commands/DescribeJobsCommand.ts index a220d034046e..ff3a65ca62c0 100644 --- a/clients/client-batch/src/commands/DescribeJobsCommand.ts +++ b/clients/client-batch/src/commands/DescribeJobsCommand.ts @@ -524,9 +524,6 @@ export class DescribeJobsCommand extends $Command< DescribeJobsCommandOutput, BatchClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -540,9 +537,7 @@ export class DescribeJobsCommand extends $Command< * @public */ constructor(readonly input: DescribeJobsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -593,7 +588,4 @@ export class DescribeJobsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DescribeJobsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-batch/src/commands/DescribeSchedulingPoliciesCommand.ts b/clients/client-batch/src/commands/DescribeSchedulingPoliciesCommand.ts index 76e769931f3f..a2463e14c798 100644 --- a/clients/client-batch/src/commands/DescribeSchedulingPoliciesCommand.ts +++ b/clients/client-batch/src/commands/DescribeSchedulingPoliciesCommand.ts @@ -98,9 +98,6 @@ export class DescribeSchedulingPoliciesCommand extends $Command< DescribeSchedulingPoliciesCommandOutput, BatchClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -114,9 +111,7 @@ export class DescribeSchedulingPoliciesCommand extends $Command< * @public */ constructor(readonly input: DescribeSchedulingPoliciesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -172,7 +167,4 @@ export class DescribeSchedulingPoliciesCommand extends $Command< ): Promise { return de_DescribeSchedulingPoliciesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-batch/src/commands/ListJobsCommand.ts b/clients/client-batch/src/commands/ListJobsCommand.ts index cf56bdf450da..01498bce5876 100644 --- a/clients/client-batch/src/commands/ListJobsCommand.ts +++ b/clients/client-batch/src/commands/ListJobsCommand.ts @@ -170,9 +170,6 @@ export interface ListJobsCommandOutput extends ListJobsResponse, __MetadataBeare * */ export class ListJobsCommand extends $Command { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -186,9 +183,7 @@ export class ListJobsCommand extends $Command { return de_ListJobsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-batch/src/commands/ListSchedulingPoliciesCommand.ts b/clients/client-batch/src/commands/ListSchedulingPoliciesCommand.ts index cd9ebb11dee3..0fcc3f73b58f 100644 --- a/clients/client-batch/src/commands/ListSchedulingPoliciesCommand.ts +++ b/clients/client-batch/src/commands/ListSchedulingPoliciesCommand.ts @@ -84,9 +84,6 @@ export class ListSchedulingPoliciesCommand extends $Command< ListSchedulingPoliciesCommandOutput, BatchClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -100,9 +97,7 @@ export class ListSchedulingPoliciesCommand extends $Command< * @public */ constructor(readonly input: ListSchedulingPoliciesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -155,7 +150,4 @@ export class ListSchedulingPoliciesCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListSchedulingPoliciesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-batch/src/commands/ListTagsForResourceCommand.ts b/clients/client-batch/src/commands/ListTagsForResourceCommand.ts index 79771ea2e4e2..f7e6b7140b8d 100644 --- a/clients/client-batch/src/commands/ListTagsForResourceCommand.ts +++ b/clients/client-batch/src/commands/ListTagsForResourceCommand.ts @@ -101,9 +101,6 @@ export class ListTagsForResourceCommand extends $Command< ListTagsForResourceCommandOutput, BatchClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -117,9 +114,7 @@ export class ListTagsForResourceCommand extends $Command< * @public */ constructor(readonly input: ListTagsForResourceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -172,7 +167,4 @@ export class ListTagsForResourceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListTagsForResourceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-batch/src/commands/RegisterJobDefinitionCommand.ts b/clients/client-batch/src/commands/RegisterJobDefinitionCommand.ts index 38fd4c2eb693..fd64e445b2f6 100644 --- a/clients/client-batch/src/commands/RegisterJobDefinitionCommand.ts +++ b/clients/client-batch/src/commands/RegisterJobDefinitionCommand.ts @@ -470,9 +470,6 @@ export class RegisterJobDefinitionCommand extends $Command< RegisterJobDefinitionCommandOutput, BatchClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -486,9 +483,7 @@ export class RegisterJobDefinitionCommand extends $Command< * @public */ constructor(readonly input: RegisterJobDefinitionCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -541,7 +536,4 @@ export class RegisterJobDefinitionCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_RegisterJobDefinitionCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-batch/src/commands/SubmitJobCommand.ts b/clients/client-batch/src/commands/SubmitJobCommand.ts index fba2b6a76cba..5a56afee19cb 100644 --- a/clients/client-batch/src/commands/SubmitJobCommand.ts +++ b/clients/client-batch/src/commands/SubmitJobCommand.ts @@ -227,9 +227,6 @@ export class SubmitJobCommand extends $Command< SubmitJobCommandOutput, BatchClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -243,9 +240,7 @@ export class SubmitJobCommand extends $Command< * @public */ constructor(readonly input: SubmitJobCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -296,7 +291,4 @@ export class SubmitJobCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_SubmitJobCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-batch/src/commands/TagResourceCommand.ts b/clients/client-batch/src/commands/TagResourceCommand.ts index 50d07fe49986..96e92844ac02 100644 --- a/clients/client-batch/src/commands/TagResourceCommand.ts +++ b/clients/client-batch/src/commands/TagResourceCommand.ts @@ -96,9 +96,6 @@ export class TagResourceCommand extends $Command< TagResourceCommandOutput, BatchClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -112,9 +109,7 @@ export class TagResourceCommand extends $Command< * @public */ constructor(readonly input: TagResourceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -165,7 +160,4 @@ export class TagResourceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_TagResourceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-batch/src/commands/TerminateJobCommand.ts b/clients/client-batch/src/commands/TerminateJobCommand.ts index 8659df0642a9..c2b13c703d7f 100644 --- a/clients/client-batch/src/commands/TerminateJobCommand.ts +++ b/clients/client-batch/src/commands/TerminateJobCommand.ts @@ -91,9 +91,6 @@ export class TerminateJobCommand extends $Command< TerminateJobCommandOutput, BatchClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -107,9 +104,7 @@ export class TerminateJobCommand extends $Command< * @public */ constructor(readonly input: TerminateJobCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -160,7 +155,4 @@ export class TerminateJobCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_TerminateJobCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-batch/src/commands/UntagResourceCommand.ts b/clients/client-batch/src/commands/UntagResourceCommand.ts index d0eaafa6498a..91aa90493350 100644 --- a/clients/client-batch/src/commands/UntagResourceCommand.ts +++ b/clients/client-batch/src/commands/UntagResourceCommand.ts @@ -93,9 +93,6 @@ export class UntagResourceCommand extends $Command< UntagResourceCommandOutput, BatchClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -109,9 +106,7 @@ export class UntagResourceCommand extends $Command< * @public */ constructor(readonly input: UntagResourceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -162,7 +157,4 @@ export class UntagResourceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UntagResourceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-batch/src/commands/UpdateComputeEnvironmentCommand.ts b/clients/client-batch/src/commands/UpdateComputeEnvironmentCommand.ts index 4101f4e53622..5e72bcbaa8e1 100644 --- a/clients/client-batch/src/commands/UpdateComputeEnvironmentCommand.ts +++ b/clients/client-batch/src/commands/UpdateComputeEnvironmentCommand.ts @@ -141,9 +141,6 @@ export class UpdateComputeEnvironmentCommand extends $Command< UpdateComputeEnvironmentCommandOutput, BatchClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -157,9 +154,7 @@ export class UpdateComputeEnvironmentCommand extends $Command< * @public */ constructor(readonly input: UpdateComputeEnvironmentCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -212,7 +207,4 @@ export class UpdateComputeEnvironmentCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdateComputeEnvironmentCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-batch/src/commands/UpdateJobQueueCommand.ts b/clients/client-batch/src/commands/UpdateJobQueueCommand.ts index f651c149beee..c5b9b6bae6fe 100644 --- a/clients/client-batch/src/commands/UpdateJobQueueCommand.ts +++ b/clients/client-batch/src/commands/UpdateJobQueueCommand.ts @@ -106,9 +106,6 @@ export class UpdateJobQueueCommand extends $Command< UpdateJobQueueCommandOutput, BatchClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -122,9 +119,7 @@ export class UpdateJobQueueCommand extends $Command< * @public */ constructor(readonly input: UpdateJobQueueCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -177,7 +172,4 @@ export class UpdateJobQueueCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdateJobQueueCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-batch/src/commands/UpdateSchedulingPolicyCommand.ts b/clients/client-batch/src/commands/UpdateSchedulingPolicyCommand.ts index 036be748bf4a..627ceadf6860 100644 --- a/clients/client-batch/src/commands/UpdateSchedulingPolicyCommand.ts +++ b/clients/client-batch/src/commands/UpdateSchedulingPolicyCommand.ts @@ -86,9 +86,6 @@ export class UpdateSchedulingPolicyCommand extends $Command< UpdateSchedulingPolicyCommandOutput, BatchClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -102,9 +99,7 @@ export class UpdateSchedulingPolicyCommand extends $Command< * @public */ constructor(readonly input: UpdateSchedulingPolicyCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -157,7 +152,4 @@ export class UpdateSchedulingPolicyCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdateSchedulingPolicyCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-bedrock-runtime/package.json b/clients/client-bedrock-runtime/package.json index 31ab055d83aa..93ab1c20e84f 100644 --- a/clients/client-bedrock-runtime/package.json +++ b/clients/client-bedrock-runtime/package.json @@ -34,33 +34,33 @@ "@aws-sdk/util-endpoints": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@smithy/config-resolver": "^2.0.16", - "@smithy/eventstream-serde-browser": "^2.0.12", - "@smithy/eventstream-serde-config-resolver": "^2.0.12", - "@smithy/eventstream-serde-node": "^2.0.12", - "@smithy/fetch-http-handler": "^2.2.4", - "@smithy/hash-node": "^2.0.12", - "@smithy/invalid-dependency": "^2.0.12", - "@smithy/middleware-content-length": "^2.0.14", - "@smithy/middleware-endpoint": "^2.1.3", - "@smithy/middleware-retry": "^2.0.18", - "@smithy/middleware-serde": "^2.0.12", - "@smithy/middleware-stack": "^2.0.6", - "@smithy/node-config-provider": "^2.1.3", - "@smithy/node-http-handler": "^2.1.8", - "@smithy/protocol-http": "^3.0.8", - "@smithy/smithy-client": "^2.1.12", - "@smithy/types": "^2.4.0", - "@smithy/url-parser": "^2.0.12", - "@smithy/util-base64": "^2.0.0", + "@smithy/config-resolver": "^2.0.18", + "@smithy/eventstream-serde-browser": "^2.0.13", + "@smithy/eventstream-serde-config-resolver": "^2.0.13", + "@smithy/eventstream-serde-node": "^2.0.13", + "@smithy/fetch-http-handler": "^2.2.6", + "@smithy/hash-node": "^2.0.15", + "@smithy/invalid-dependency": "^2.0.13", + "@smithy/middleware-content-length": "^2.0.15", + "@smithy/middleware-endpoint": "^2.2.0", + "@smithy/middleware-retry": "^2.0.20", + "@smithy/middleware-serde": "^2.0.13", + "@smithy/middleware-stack": "^2.0.7", + "@smithy/node-config-provider": "^2.1.5", + "@smithy/node-http-handler": "^2.1.9", + "@smithy/protocol-http": "^3.0.9", + "@smithy/smithy-client": "^2.1.15", + "@smithy/types": "^2.5.0", + "@smithy/url-parser": "^2.0.13", + "@smithy/util-base64": "^2.0.1", "@smithy/util-body-length-browser": "^2.0.0", "@smithy/util-body-length-node": "^2.1.0", - "@smithy/util-defaults-mode-browser": "^2.0.16", - "@smithy/util-defaults-mode-node": "^2.0.21", - "@smithy/util-endpoints": "^1.0.2", - "@smithy/util-retry": "^2.0.5", - "@smithy/util-stream": "^2.0.17", - "@smithy/util-utf8": "^2.0.0", + "@smithy/util-defaults-mode-browser": "^2.0.19", + "@smithy/util-defaults-mode-node": "^2.0.25", + "@smithy/util-endpoints": "^1.0.4", + "@smithy/util-retry": "^2.0.6", + "@smithy/util-stream": "^2.0.20", + "@smithy/util-utf8": "^2.0.2", "tslib": "^2.5.0" }, "devDependencies": { diff --git a/clients/client-bedrock-runtime/src/commands/InvokeModelCommand.ts b/clients/client-bedrock-runtime/src/commands/InvokeModelCommand.ts index d55109a379ee..da81dac8819a 100644 --- a/clients/client-bedrock-runtime/src/commands/InvokeModelCommand.ts +++ b/clients/client-bedrock-runtime/src/commands/InvokeModelCommand.ts @@ -125,9 +125,6 @@ export class InvokeModelCommand extends $Command< InvokeModelCommandOutput, BedrockRuntimeClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -141,9 +138,7 @@ export class InvokeModelCommand extends $Command< * @public */ constructor(readonly input: InvokeModelCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -194,7 +189,4 @@ export class InvokeModelCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_InvokeModelCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-bedrock-runtime/src/commands/InvokeModelWithResponseStreamCommand.ts b/clients/client-bedrock-runtime/src/commands/InvokeModelWithResponseStreamCommand.ts index 51517f00f5c3..63a749312ef7 100644 --- a/clients/client-bedrock-runtime/src/commands/InvokeModelWithResponseStreamCommand.ts +++ b/clients/client-bedrock-runtime/src/commands/InvokeModelWithResponseStreamCommand.ts @@ -147,9 +147,6 @@ export class InvokeModelWithResponseStreamCommand extends $Command< InvokeModelWithResponseStreamCommandOutput, BedrockRuntimeClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -163,9 +160,7 @@ export class InvokeModelWithResponseStreamCommand extends $Command< * @public */ constructor(readonly input: InvokeModelWithResponseStreamCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -221,7 +216,4 @@ export class InvokeModelWithResponseStreamCommand extends $Command< ): Promise { return de_InvokeModelWithResponseStreamCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-bedrock/package.json b/clients/client-bedrock/package.json index 9a2a2b4167e7..a9ee0a06f3c2 100644 --- a/clients/client-bedrock/package.json +++ b/clients/client-bedrock/package.json @@ -34,29 +34,29 @@ "@aws-sdk/util-endpoints": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@smithy/config-resolver": "^2.0.16", - "@smithy/fetch-http-handler": "^2.2.4", - "@smithy/hash-node": "^2.0.12", - "@smithy/invalid-dependency": "^2.0.12", - "@smithy/middleware-content-length": "^2.0.14", - "@smithy/middleware-endpoint": "^2.1.3", - "@smithy/middleware-retry": "^2.0.18", - "@smithy/middleware-serde": "^2.0.12", - "@smithy/middleware-stack": "^2.0.6", - "@smithy/node-config-provider": "^2.1.3", - "@smithy/node-http-handler": "^2.1.8", - "@smithy/protocol-http": "^3.0.8", - "@smithy/smithy-client": "^2.1.12", - "@smithy/types": "^2.4.0", - "@smithy/url-parser": "^2.0.12", - "@smithy/util-base64": "^2.0.0", + "@smithy/config-resolver": "^2.0.18", + "@smithy/fetch-http-handler": "^2.2.6", + "@smithy/hash-node": "^2.0.15", + "@smithy/invalid-dependency": "^2.0.13", + "@smithy/middleware-content-length": "^2.0.15", + "@smithy/middleware-endpoint": "^2.2.0", + "@smithy/middleware-retry": "^2.0.20", + "@smithy/middleware-serde": "^2.0.13", + "@smithy/middleware-stack": "^2.0.7", + "@smithy/node-config-provider": "^2.1.5", + "@smithy/node-http-handler": "^2.1.9", + "@smithy/protocol-http": "^3.0.9", + "@smithy/smithy-client": "^2.1.15", + "@smithy/types": "^2.5.0", + "@smithy/url-parser": "^2.0.13", + "@smithy/util-base64": "^2.0.1", "@smithy/util-body-length-browser": "^2.0.0", "@smithy/util-body-length-node": "^2.1.0", - "@smithy/util-defaults-mode-browser": "^2.0.16", - "@smithy/util-defaults-mode-node": "^2.0.21", - "@smithy/util-endpoints": "^1.0.2", - "@smithy/util-retry": "^2.0.5", - "@smithy/util-utf8": "^2.0.0", + "@smithy/util-defaults-mode-browser": "^2.0.19", + "@smithy/util-defaults-mode-node": "^2.0.25", + "@smithy/util-endpoints": "^1.0.4", + "@smithy/util-retry": "^2.0.6", + "@smithy/util-utf8": "^2.0.2", "tslib": "^2.5.0", "uuid": "^8.3.2" }, diff --git a/clients/client-bedrock/src/commands/CreateModelCustomizationJobCommand.ts b/clients/client-bedrock/src/commands/CreateModelCustomizationJobCommand.ts index f15829fa423f..bbe636f6a353 100644 --- a/clients/client-bedrock/src/commands/CreateModelCustomizationJobCommand.ts +++ b/clients/client-bedrock/src/commands/CreateModelCustomizationJobCommand.ts @@ -151,9 +151,6 @@ export class CreateModelCustomizationJobCommand extends $Command< CreateModelCustomizationJobCommandOutput, BedrockClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -167,9 +164,7 @@ export class CreateModelCustomizationJobCommand extends $Command< * @public */ constructor(readonly input: CreateModelCustomizationJobCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -225,7 +220,4 @@ export class CreateModelCustomizationJobCommand extends $Command< ): Promise { return de_CreateModelCustomizationJobCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-bedrock/src/commands/CreateProvisionedModelThroughputCommand.ts b/clients/client-bedrock/src/commands/CreateProvisionedModelThroughputCommand.ts index 181ca01c3d05..3acae102ebbe 100644 --- a/clients/client-bedrock/src/commands/CreateProvisionedModelThroughputCommand.ts +++ b/clients/client-bedrock/src/commands/CreateProvisionedModelThroughputCommand.ts @@ -108,9 +108,6 @@ export class CreateProvisionedModelThroughputCommand extends $Command< CreateProvisionedModelThroughputCommandOutput, BedrockClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -124,9 +121,7 @@ export class CreateProvisionedModelThroughputCommand extends $Command< * @public */ constructor(readonly input: CreateProvisionedModelThroughputCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -185,7 +180,4 @@ export class CreateProvisionedModelThroughputCommand extends $Command< ): Promise { return de_CreateProvisionedModelThroughputCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-bedrock/src/commands/DeleteCustomModelCommand.ts b/clients/client-bedrock/src/commands/DeleteCustomModelCommand.ts index 6da96e645fad..1cbb0744ddc0 100644 --- a/clients/client-bedrock/src/commands/DeleteCustomModelCommand.ts +++ b/clients/client-bedrock/src/commands/DeleteCustomModelCommand.ts @@ -86,9 +86,6 @@ export class DeleteCustomModelCommand extends $Command< DeleteCustomModelCommandOutput, BedrockClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -102,9 +99,7 @@ export class DeleteCustomModelCommand extends $Command< * @public */ constructor(readonly input: DeleteCustomModelCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -157,7 +152,4 @@ export class DeleteCustomModelCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteCustomModelCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-bedrock/src/commands/DeleteModelInvocationLoggingConfigurationCommand.ts b/clients/client-bedrock/src/commands/DeleteModelInvocationLoggingConfigurationCommand.ts index 9dc5cfda40d1..f51223dfd368 100644 --- a/clients/client-bedrock/src/commands/DeleteModelInvocationLoggingConfigurationCommand.ts +++ b/clients/client-bedrock/src/commands/DeleteModelInvocationLoggingConfigurationCommand.ts @@ -84,9 +84,6 @@ export class DeleteModelInvocationLoggingConfigurationCommand extends $Command< DeleteModelInvocationLoggingConfigurationCommandOutput, BedrockClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -100,9 +97,7 @@ export class DeleteModelInvocationLoggingConfigurationCommand extends $Command< * @public */ constructor(readonly input: DeleteModelInvocationLoggingConfigurationCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -167,7 +162,4 @@ export class DeleteModelInvocationLoggingConfigurationCommand extends $Command< ): Promise { return de_DeleteModelInvocationLoggingConfigurationCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-bedrock/src/commands/DeleteProvisionedModelThroughputCommand.ts b/clients/client-bedrock/src/commands/DeleteProvisionedModelThroughputCommand.ts index 6f23963df717..52fac0ed6995 100644 --- a/clients/client-bedrock/src/commands/DeleteProvisionedModelThroughputCommand.ts +++ b/clients/client-bedrock/src/commands/DeleteProvisionedModelThroughputCommand.ts @@ -91,9 +91,6 @@ export class DeleteProvisionedModelThroughputCommand extends $Command< DeleteProvisionedModelThroughputCommandOutput, BedrockClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -107,9 +104,7 @@ export class DeleteProvisionedModelThroughputCommand extends $Command< * @public */ constructor(readonly input: DeleteProvisionedModelThroughputCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -168,7 +163,4 @@ export class DeleteProvisionedModelThroughputCommand extends $Command< ): Promise { return de_DeleteProvisionedModelThroughputCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-bedrock/src/commands/GetCustomModelCommand.ts b/clients/client-bedrock/src/commands/GetCustomModelCommand.ts index d2431fbe05b2..14688ad59160 100644 --- a/clients/client-bedrock/src/commands/GetCustomModelCommand.ts +++ b/clients/client-bedrock/src/commands/GetCustomModelCommand.ts @@ -115,9 +115,6 @@ export class GetCustomModelCommand extends $Command< GetCustomModelCommandOutput, BedrockClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -131,9 +128,7 @@ export class GetCustomModelCommand extends $Command< * @public */ constructor(readonly input: GetCustomModelCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -186,7 +181,4 @@ export class GetCustomModelCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetCustomModelCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-bedrock/src/commands/GetFoundationModelCommand.ts b/clients/client-bedrock/src/commands/GetFoundationModelCommand.ts index d4537f9e9c55..d7f9499bd7fb 100644 --- a/clients/client-bedrock/src/commands/GetFoundationModelCommand.ts +++ b/clients/client-bedrock/src/commands/GetFoundationModelCommand.ts @@ -103,9 +103,6 @@ export class GetFoundationModelCommand extends $Command< GetFoundationModelCommandOutput, BedrockClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -119,9 +116,7 @@ export class GetFoundationModelCommand extends $Command< * @public */ constructor(readonly input: GetFoundationModelCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -174,7 +169,4 @@ export class GetFoundationModelCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetFoundationModelCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-bedrock/src/commands/GetModelCustomizationJobCommand.ts b/clients/client-bedrock/src/commands/GetModelCustomizationJobCommand.ts index 29fa0607599a..a2debf398e16 100644 --- a/clients/client-bedrock/src/commands/GetModelCustomizationJobCommand.ts +++ b/clients/client-bedrock/src/commands/GetModelCustomizationJobCommand.ts @@ -130,9 +130,6 @@ export class GetModelCustomizationJobCommand extends $Command< GetModelCustomizationJobCommandOutput, BedrockClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -146,9 +143,7 @@ export class GetModelCustomizationJobCommand extends $Command< * @public */ constructor(readonly input: GetModelCustomizationJobCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -201,7 +196,4 @@ export class GetModelCustomizationJobCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetModelCustomizationJobCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-bedrock/src/commands/GetModelInvocationLoggingConfigurationCommand.ts b/clients/client-bedrock/src/commands/GetModelInvocationLoggingConfigurationCommand.ts index a3825239ac10..c23931c1deb9 100644 --- a/clients/client-bedrock/src/commands/GetModelInvocationLoggingConfigurationCommand.ts +++ b/clients/client-bedrock/src/commands/GetModelInvocationLoggingConfigurationCommand.ts @@ -102,9 +102,6 @@ export class GetModelInvocationLoggingConfigurationCommand extends $Command< GetModelInvocationLoggingConfigurationCommandOutput, BedrockClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -118,9 +115,7 @@ export class GetModelInvocationLoggingConfigurationCommand extends $Command< * @public */ constructor(readonly input: GetModelInvocationLoggingConfigurationCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -179,7 +174,4 @@ export class GetModelInvocationLoggingConfigurationCommand extends $Command< ): Promise { return de_GetModelInvocationLoggingConfigurationCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-bedrock/src/commands/GetProvisionedModelThroughputCommand.ts b/clients/client-bedrock/src/commands/GetProvisionedModelThroughputCommand.ts index c8e4a9c9d99c..142583f113c6 100644 --- a/clients/client-bedrock/src/commands/GetProvisionedModelThroughputCommand.ts +++ b/clients/client-bedrock/src/commands/GetProvisionedModelThroughputCommand.ts @@ -102,9 +102,6 @@ export class GetProvisionedModelThroughputCommand extends $Command< GetProvisionedModelThroughputCommandOutput, BedrockClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -118,9 +115,7 @@ export class GetProvisionedModelThroughputCommand extends $Command< * @public */ constructor(readonly input: GetProvisionedModelThroughputCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -176,7 +171,4 @@ export class GetProvisionedModelThroughputCommand extends $Command< ): Promise { return de_GetProvisionedModelThroughputCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-bedrock/src/commands/ListCustomModelsCommand.ts b/clients/client-bedrock/src/commands/ListCustomModelsCommand.ts index 1c7417719cd1..f674aaa6ede7 100644 --- a/clients/client-bedrock/src/commands/ListCustomModelsCommand.ts +++ b/clients/client-bedrock/src/commands/ListCustomModelsCommand.ts @@ -100,9 +100,6 @@ export class ListCustomModelsCommand extends $Command< ListCustomModelsCommandOutput, BedrockClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -116,9 +113,7 @@ export class ListCustomModelsCommand extends $Command< * @public */ constructor(readonly input: ListCustomModelsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -171,7 +166,4 @@ export class ListCustomModelsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListCustomModelsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-bedrock/src/commands/ListFoundationModelsCommand.ts b/clients/client-bedrock/src/commands/ListFoundationModelsCommand.ts index 573989b29dc9..95453d7e311c 100644 --- a/clients/client-bedrock/src/commands/ListFoundationModelsCommand.ts +++ b/clients/client-bedrock/src/commands/ListFoundationModelsCommand.ts @@ -105,9 +105,6 @@ export class ListFoundationModelsCommand extends $Command< ListFoundationModelsCommandOutput, BedrockClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -121,9 +118,7 @@ export class ListFoundationModelsCommand extends $Command< * @public */ constructor(readonly input: ListFoundationModelsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -176,7 +171,4 @@ export class ListFoundationModelsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListFoundationModelsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-bedrock/src/commands/ListModelCustomizationJobsCommand.ts b/clients/client-bedrock/src/commands/ListModelCustomizationJobsCommand.ts index 1efd17d981b1..ee3d06fafafb 100644 --- a/clients/client-bedrock/src/commands/ListModelCustomizationJobsCommand.ts +++ b/clients/client-bedrock/src/commands/ListModelCustomizationJobsCommand.ts @@ -104,9 +104,6 @@ export class ListModelCustomizationJobsCommand extends $Command< ListModelCustomizationJobsCommandOutput, BedrockClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -120,9 +117,7 @@ export class ListModelCustomizationJobsCommand extends $Command< * @public */ constructor(readonly input: ListModelCustomizationJobsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -178,7 +173,4 @@ export class ListModelCustomizationJobsCommand extends $Command< ): Promise { return de_ListModelCustomizationJobsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-bedrock/src/commands/ListProvisionedModelThroughputsCommand.ts b/clients/client-bedrock/src/commands/ListProvisionedModelThroughputsCommand.ts index 2262b3e3a5f9..da51c6753afe 100644 --- a/clients/client-bedrock/src/commands/ListProvisionedModelThroughputsCommand.ts +++ b/clients/client-bedrock/src/commands/ListProvisionedModelThroughputsCommand.ts @@ -111,9 +111,6 @@ export class ListProvisionedModelThroughputsCommand extends $Command< ListProvisionedModelThroughputsCommandOutput, BedrockClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -127,9 +124,7 @@ export class ListProvisionedModelThroughputsCommand extends $Command< * @public */ constructor(readonly input: ListProvisionedModelThroughputsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -188,7 +183,4 @@ export class ListProvisionedModelThroughputsCommand extends $Command< ): Promise { return de_ListProvisionedModelThroughputsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-bedrock/src/commands/ListTagsForResourceCommand.ts b/clients/client-bedrock/src/commands/ListTagsForResourceCommand.ts index 11679b9b833b..5628f228e262 100644 --- a/clients/client-bedrock/src/commands/ListTagsForResourceCommand.ts +++ b/clients/client-bedrock/src/commands/ListTagsForResourceCommand.ts @@ -91,9 +91,6 @@ export class ListTagsForResourceCommand extends $Command< ListTagsForResourceCommandOutput, BedrockClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -107,9 +104,7 @@ export class ListTagsForResourceCommand extends $Command< * @public */ constructor(readonly input: ListTagsForResourceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -162,7 +157,4 @@ export class ListTagsForResourceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListTagsForResourceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-bedrock/src/commands/PutModelInvocationLoggingConfigurationCommand.ts b/clients/client-bedrock/src/commands/PutModelInvocationLoggingConfigurationCommand.ts index 03649b227027..90fffd65b39e 100644 --- a/clients/client-bedrock/src/commands/PutModelInvocationLoggingConfigurationCommand.ts +++ b/clients/client-bedrock/src/commands/PutModelInvocationLoggingConfigurationCommand.ts @@ -105,9 +105,6 @@ export class PutModelInvocationLoggingConfigurationCommand extends $Command< PutModelInvocationLoggingConfigurationCommandOutput, BedrockClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -121,9 +118,7 @@ export class PutModelInvocationLoggingConfigurationCommand extends $Command< * @public */ constructor(readonly input: PutModelInvocationLoggingConfigurationCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -182,7 +177,4 @@ export class PutModelInvocationLoggingConfigurationCommand extends $Command< ): Promise { return de_PutModelInvocationLoggingConfigurationCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-bedrock/src/commands/StopModelCustomizationJobCommand.ts b/clients/client-bedrock/src/commands/StopModelCustomizationJobCommand.ts index 2fed13ff25f1..800bcc3140b7 100644 --- a/clients/client-bedrock/src/commands/StopModelCustomizationJobCommand.ts +++ b/clients/client-bedrock/src/commands/StopModelCustomizationJobCommand.ts @@ -86,9 +86,6 @@ export class StopModelCustomizationJobCommand extends $Command< StopModelCustomizationJobCommandOutput, BedrockClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -102,9 +99,7 @@ export class StopModelCustomizationJobCommand extends $Command< * @public */ constructor(readonly input: StopModelCustomizationJobCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -160,7 +155,4 @@ export class StopModelCustomizationJobCommand extends $Command< ): Promise { return de_StopModelCustomizationJobCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-bedrock/src/commands/TagResourceCommand.ts b/clients/client-bedrock/src/commands/TagResourceCommand.ts index fd151b3e2d3b..789b02bab0af 100644 --- a/clients/client-bedrock/src/commands/TagResourceCommand.ts +++ b/clients/client-bedrock/src/commands/TagResourceCommand.ts @@ -93,9 +93,6 @@ export class TagResourceCommand extends $Command< TagResourceCommandOutput, BedrockClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -109,9 +106,7 @@ export class TagResourceCommand extends $Command< * @public */ constructor(readonly input: TagResourceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -162,7 +157,4 @@ export class TagResourceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_TagResourceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-bedrock/src/commands/UntagResourceCommand.ts b/clients/client-bedrock/src/commands/UntagResourceCommand.ts index 0ac9c14b6864..b3dd3c7f3f65 100644 --- a/clients/client-bedrock/src/commands/UntagResourceCommand.ts +++ b/clients/client-bedrock/src/commands/UntagResourceCommand.ts @@ -86,9 +86,6 @@ export class UntagResourceCommand extends $Command< UntagResourceCommandOutput, BedrockClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -102,9 +99,7 @@ export class UntagResourceCommand extends $Command< * @public */ constructor(readonly input: UntagResourceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -155,7 +150,4 @@ export class UntagResourceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UntagResourceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-bedrock/src/commands/UpdateProvisionedModelThroughputCommand.ts b/clients/client-bedrock/src/commands/UpdateProvisionedModelThroughputCommand.ts index d1c769922d3e..1913bff47a11 100644 --- a/clients/client-bedrock/src/commands/UpdateProvisionedModelThroughputCommand.ts +++ b/clients/client-bedrock/src/commands/UpdateProvisionedModelThroughputCommand.ts @@ -90,9 +90,6 @@ export class UpdateProvisionedModelThroughputCommand extends $Command< UpdateProvisionedModelThroughputCommandOutput, BedrockClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -106,9 +103,7 @@ export class UpdateProvisionedModelThroughputCommand extends $Command< * @public */ constructor(readonly input: UpdateProvisionedModelThroughputCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -167,7 +162,4 @@ export class UpdateProvisionedModelThroughputCommand extends $Command< ): Promise { return de_UpdateProvisionedModelThroughputCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-billingconductor/package.json b/clients/client-billingconductor/package.json index 5e29873cba6a..7ab453f5d344 100644 --- a/clients/client-billingconductor/package.json +++ b/clients/client-billingconductor/package.json @@ -34,29 +34,29 @@ "@aws-sdk/util-endpoints": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@smithy/config-resolver": "^2.0.16", - "@smithy/fetch-http-handler": "^2.2.4", - "@smithy/hash-node": "^2.0.12", - "@smithy/invalid-dependency": "^2.0.12", - "@smithy/middleware-content-length": "^2.0.14", - "@smithy/middleware-endpoint": "^2.1.3", - "@smithy/middleware-retry": "^2.0.18", - "@smithy/middleware-serde": "^2.0.12", - "@smithy/middleware-stack": "^2.0.6", - "@smithy/node-config-provider": "^2.1.3", - "@smithy/node-http-handler": "^2.1.8", - "@smithy/protocol-http": "^3.0.8", - "@smithy/smithy-client": "^2.1.12", - "@smithy/types": "^2.4.0", - "@smithy/url-parser": "^2.0.12", - "@smithy/util-base64": "^2.0.0", + "@smithy/config-resolver": "^2.0.18", + "@smithy/fetch-http-handler": "^2.2.6", + "@smithy/hash-node": "^2.0.15", + "@smithy/invalid-dependency": "^2.0.13", + "@smithy/middleware-content-length": "^2.0.15", + "@smithy/middleware-endpoint": "^2.2.0", + "@smithy/middleware-retry": "^2.0.20", + "@smithy/middleware-serde": "^2.0.13", + "@smithy/middleware-stack": "^2.0.7", + "@smithy/node-config-provider": "^2.1.5", + "@smithy/node-http-handler": "^2.1.9", + "@smithy/protocol-http": "^3.0.9", + "@smithy/smithy-client": "^2.1.15", + "@smithy/types": "^2.5.0", + "@smithy/url-parser": "^2.0.13", + "@smithy/util-base64": "^2.0.1", "@smithy/util-body-length-browser": "^2.0.0", "@smithy/util-body-length-node": "^2.1.0", - "@smithy/util-defaults-mode-browser": "^2.0.16", - "@smithy/util-defaults-mode-node": "^2.0.21", - "@smithy/util-endpoints": "^1.0.2", - "@smithy/util-retry": "^2.0.5", - "@smithy/util-utf8": "^2.0.0", + "@smithy/util-defaults-mode-browser": "^2.0.19", + "@smithy/util-defaults-mode-node": "^2.0.25", + "@smithy/util-endpoints": "^1.0.4", + "@smithy/util-retry": "^2.0.6", + "@smithy/util-utf8": "^2.0.2", "tslib": "^2.5.0", "uuid": "^8.3.2" }, diff --git a/clients/client-billingconductor/src/commands/AssociateAccountsCommand.ts b/clients/client-billingconductor/src/commands/AssociateAccountsCommand.ts index 4d4baa501929..0c4bf5f92ca7 100644 --- a/clients/client-billingconductor/src/commands/AssociateAccountsCommand.ts +++ b/clients/client-billingconductor/src/commands/AssociateAccountsCommand.ts @@ -103,9 +103,6 @@ export class AssociateAccountsCommand extends $Command< AssociateAccountsCommandOutput, BillingconductorClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -119,9 +116,7 @@ export class AssociateAccountsCommand extends $Command< * @public */ constructor(readonly input: AssociateAccountsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -174,7 +169,4 @@ export class AssociateAccountsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_AssociateAccountsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-billingconductor/src/commands/AssociatePricingRulesCommand.ts b/clients/client-billingconductor/src/commands/AssociatePricingRulesCommand.ts index ebe698e307f3..bae4dcc14706 100644 --- a/clients/client-billingconductor/src/commands/AssociatePricingRulesCommand.ts +++ b/clients/client-billingconductor/src/commands/AssociatePricingRulesCommand.ts @@ -101,9 +101,6 @@ export class AssociatePricingRulesCommand extends $Command< AssociatePricingRulesCommandOutput, BillingconductorClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -117,9 +114,7 @@ export class AssociatePricingRulesCommand extends $Command< * @public */ constructor(readonly input: AssociatePricingRulesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -172,7 +167,4 @@ export class AssociatePricingRulesCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_AssociatePricingRulesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-billingconductor/src/commands/BatchAssociateResourcesToCustomLineItemCommand.ts b/clients/client-billingconductor/src/commands/BatchAssociateResourcesToCustomLineItemCommand.ts index ffe35644af57..215bbfecb1c6 100644 --- a/clients/client-billingconductor/src/commands/BatchAssociateResourcesToCustomLineItemCommand.ts +++ b/clients/client-billingconductor/src/commands/BatchAssociateResourcesToCustomLineItemCommand.ts @@ -132,9 +132,6 @@ export class BatchAssociateResourcesToCustomLineItemCommand extends $Command< BatchAssociateResourcesToCustomLineItemCommandOutput, BillingconductorClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -148,9 +145,7 @@ export class BatchAssociateResourcesToCustomLineItemCommand extends $Command< * @public */ constructor(readonly input: BatchAssociateResourcesToCustomLineItemCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -215,7 +210,4 @@ export class BatchAssociateResourcesToCustomLineItemCommand extends $Command< ): Promise { return de_BatchAssociateResourcesToCustomLineItemCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-billingconductor/src/commands/BatchDisassociateResourcesFromCustomLineItemCommand.ts b/clients/client-billingconductor/src/commands/BatchDisassociateResourcesFromCustomLineItemCommand.ts index a90ea19fcbc3..be1579245535 100644 --- a/clients/client-billingconductor/src/commands/BatchDisassociateResourcesFromCustomLineItemCommand.ts +++ b/clients/client-billingconductor/src/commands/BatchDisassociateResourcesFromCustomLineItemCommand.ts @@ -128,9 +128,6 @@ export class BatchDisassociateResourcesFromCustomLineItemCommand extends $Comman BatchDisassociateResourcesFromCustomLineItemCommandOutput, BillingconductorClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -144,9 +141,7 @@ export class BatchDisassociateResourcesFromCustomLineItemCommand extends $Comman * @public */ constructor(readonly input: BatchDisassociateResourcesFromCustomLineItemCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -211,7 +206,4 @@ export class BatchDisassociateResourcesFromCustomLineItemCommand extends $Comman ): Promise { return de_BatchDisassociateResourcesFromCustomLineItemCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-billingconductor/src/commands/CreateBillingGroupCommand.ts b/clients/client-billingconductor/src/commands/CreateBillingGroupCommand.ts index f61d9d2dcc1b..af9aca0b22db 100644 --- a/clients/client-billingconductor/src/commands/CreateBillingGroupCommand.ts +++ b/clients/client-billingconductor/src/commands/CreateBillingGroupCommand.ts @@ -114,9 +114,6 @@ export class CreateBillingGroupCommand extends $Command< CreateBillingGroupCommandOutput, BillingconductorClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -130,9 +127,7 @@ export class CreateBillingGroupCommand extends $Command< * @public */ constructor(readonly input: CreateBillingGroupCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -185,7 +180,4 @@ export class CreateBillingGroupCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateBillingGroupCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-billingconductor/src/commands/CreateCustomLineItemCommand.ts b/clients/client-billingconductor/src/commands/CreateCustomLineItemCommand.ts index b9a1f225798f..26be6fc9aa92 100644 --- a/clients/client-billingconductor/src/commands/CreateCustomLineItemCommand.ts +++ b/clients/client-billingconductor/src/commands/CreateCustomLineItemCommand.ts @@ -130,9 +130,6 @@ export class CreateCustomLineItemCommand extends $Command< CreateCustomLineItemCommandOutput, BillingconductorClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -146,9 +143,7 @@ export class CreateCustomLineItemCommand extends $Command< * @public */ constructor(readonly input: CreateCustomLineItemCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -201,7 +196,4 @@ export class CreateCustomLineItemCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateCustomLineItemCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-billingconductor/src/commands/CreatePricingPlanCommand.ts b/clients/client-billingconductor/src/commands/CreatePricingPlanCommand.ts index 91ff56cd3fcd..2d092f4753a2 100644 --- a/clients/client-billingconductor/src/commands/CreatePricingPlanCommand.ts +++ b/clients/client-billingconductor/src/commands/CreatePricingPlanCommand.ts @@ -110,9 +110,6 @@ export class CreatePricingPlanCommand extends $Command< CreatePricingPlanCommandOutput, BillingconductorClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -126,9 +123,7 @@ export class CreatePricingPlanCommand extends $Command< * @public */ constructor(readonly input: CreatePricingPlanCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -181,7 +176,4 @@ export class CreatePricingPlanCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreatePricingPlanCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-billingconductor/src/commands/CreatePricingRuleCommand.ts b/clients/client-billingconductor/src/commands/CreatePricingRuleCommand.ts index 849d549bb3a0..21622d4d2251 100644 --- a/clients/client-billingconductor/src/commands/CreatePricingRuleCommand.ts +++ b/clients/client-billingconductor/src/commands/CreatePricingRuleCommand.ts @@ -116,9 +116,6 @@ export class CreatePricingRuleCommand extends $Command< CreatePricingRuleCommandOutput, BillingconductorClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -132,9 +129,7 @@ export class CreatePricingRuleCommand extends $Command< * @public */ constructor(readonly input: CreatePricingRuleCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -187,7 +182,4 @@ export class CreatePricingRuleCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreatePricingRuleCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-billingconductor/src/commands/DeleteBillingGroupCommand.ts b/clients/client-billingconductor/src/commands/DeleteBillingGroupCommand.ts index 607eaa73f285..f2bd17597d36 100644 --- a/clients/client-billingconductor/src/commands/DeleteBillingGroupCommand.ts +++ b/clients/client-billingconductor/src/commands/DeleteBillingGroupCommand.ts @@ -87,9 +87,6 @@ export class DeleteBillingGroupCommand extends $Command< DeleteBillingGroupCommandOutput, BillingconductorClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -103,9 +100,7 @@ export class DeleteBillingGroupCommand extends $Command< * @public */ constructor(readonly input: DeleteBillingGroupCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -158,7 +153,4 @@ export class DeleteBillingGroupCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteBillingGroupCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-billingconductor/src/commands/DeleteCustomLineItemCommand.ts b/clients/client-billingconductor/src/commands/DeleteCustomLineItemCommand.ts index c47a977f8b23..711fa8c8a344 100644 --- a/clients/client-billingconductor/src/commands/DeleteCustomLineItemCommand.ts +++ b/clients/client-billingconductor/src/commands/DeleteCustomLineItemCommand.ts @@ -95,9 +95,6 @@ export class DeleteCustomLineItemCommand extends $Command< DeleteCustomLineItemCommandOutput, BillingconductorClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -111,9 +108,7 @@ export class DeleteCustomLineItemCommand extends $Command< * @public */ constructor(readonly input: DeleteCustomLineItemCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -166,7 +161,4 @@ export class DeleteCustomLineItemCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteCustomLineItemCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-billingconductor/src/commands/DeletePricingPlanCommand.ts b/clients/client-billingconductor/src/commands/DeletePricingPlanCommand.ts index 59b7aa1e8266..c888fce8a4eb 100644 --- a/clients/client-billingconductor/src/commands/DeletePricingPlanCommand.ts +++ b/clients/client-billingconductor/src/commands/DeletePricingPlanCommand.ts @@ -90,9 +90,6 @@ export class DeletePricingPlanCommand extends $Command< DeletePricingPlanCommandOutput, BillingconductorClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -106,9 +103,7 @@ export class DeletePricingPlanCommand extends $Command< * @public */ constructor(readonly input: DeletePricingPlanCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -161,7 +156,4 @@ export class DeletePricingPlanCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeletePricingPlanCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-billingconductor/src/commands/DeletePricingRuleCommand.ts b/clients/client-billingconductor/src/commands/DeletePricingRuleCommand.ts index d2191a73d5a9..51122b5be4ac 100644 --- a/clients/client-billingconductor/src/commands/DeletePricingRuleCommand.ts +++ b/clients/client-billingconductor/src/commands/DeletePricingRuleCommand.ts @@ -89,9 +89,6 @@ export class DeletePricingRuleCommand extends $Command< DeletePricingRuleCommandOutput, BillingconductorClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -105,9 +102,7 @@ export class DeletePricingRuleCommand extends $Command< * @public */ constructor(readonly input: DeletePricingRuleCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -160,7 +155,4 @@ export class DeletePricingRuleCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeletePricingRuleCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-billingconductor/src/commands/DisassociateAccountsCommand.ts b/clients/client-billingconductor/src/commands/DisassociateAccountsCommand.ts index 92dee4d35de4..df9d77267ba3 100644 --- a/clients/client-billingconductor/src/commands/DisassociateAccountsCommand.ts +++ b/clients/client-billingconductor/src/commands/DisassociateAccountsCommand.ts @@ -96,9 +96,6 @@ export class DisassociateAccountsCommand extends $Command< DisassociateAccountsCommandOutput, BillingconductorClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -112,9 +109,7 @@ export class DisassociateAccountsCommand extends $Command< * @public */ constructor(readonly input: DisassociateAccountsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -167,7 +162,4 @@ export class DisassociateAccountsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DisassociateAccountsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-billingconductor/src/commands/DisassociatePricingRulesCommand.ts b/clients/client-billingconductor/src/commands/DisassociatePricingRulesCommand.ts index e29c7f5e5ce6..ee96c9f37444 100644 --- a/clients/client-billingconductor/src/commands/DisassociatePricingRulesCommand.ts +++ b/clients/client-billingconductor/src/commands/DisassociatePricingRulesCommand.ts @@ -98,9 +98,6 @@ export class DisassociatePricingRulesCommand extends $Command< DisassociatePricingRulesCommandOutput, BillingconductorClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -114,9 +111,7 @@ export class DisassociatePricingRulesCommand extends $Command< * @public */ constructor(readonly input: DisassociatePricingRulesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -169,7 +164,4 @@ export class DisassociatePricingRulesCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DisassociatePricingRulesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-billingconductor/src/commands/ListAccountAssociationsCommand.ts b/clients/client-billingconductor/src/commands/ListAccountAssociationsCommand.ts index 010a67a9c4c9..b0f52bcf655f 100644 --- a/clients/client-billingconductor/src/commands/ListAccountAssociationsCommand.ts +++ b/clients/client-billingconductor/src/commands/ListAccountAssociationsCommand.ts @@ -112,9 +112,6 @@ export class ListAccountAssociationsCommand extends $Command< ListAccountAssociationsCommandOutput, BillingconductorClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -128,9 +125,7 @@ export class ListAccountAssociationsCommand extends $Command< * @public */ constructor(readonly input: ListAccountAssociationsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -183,7 +178,4 @@ export class ListAccountAssociationsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListAccountAssociationsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-billingconductor/src/commands/ListBillingGroupCostReportsCommand.ts b/clients/client-billingconductor/src/commands/ListBillingGroupCostReportsCommand.ts index b57b796db432..bcd49e7b4ccb 100644 --- a/clients/client-billingconductor/src/commands/ListBillingGroupCostReportsCommand.ts +++ b/clients/client-billingconductor/src/commands/ListBillingGroupCostReportsCommand.ts @@ -110,9 +110,6 @@ export class ListBillingGroupCostReportsCommand extends $Command< ListBillingGroupCostReportsCommandOutput, BillingconductorClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -126,9 +123,7 @@ export class ListBillingGroupCostReportsCommand extends $Command< * @public */ constructor(readonly input: ListBillingGroupCostReportsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -184,7 +179,4 @@ export class ListBillingGroupCostReportsCommand extends $Command< ): Promise { return de_ListBillingGroupCostReportsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-billingconductor/src/commands/ListBillingGroupsCommand.ts b/clients/client-billingconductor/src/commands/ListBillingGroupsCommand.ts index 54231536f1de..ff0d187e73c9 100644 --- a/clients/client-billingconductor/src/commands/ListBillingGroupsCommand.ts +++ b/clients/client-billingconductor/src/commands/ListBillingGroupsCommand.ts @@ -124,9 +124,6 @@ export class ListBillingGroupsCommand extends $Command< ListBillingGroupsCommandOutput, BillingconductorClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -140,9 +137,7 @@ export class ListBillingGroupsCommand extends $Command< * @public */ constructor(readonly input: ListBillingGroupsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -195,7 +190,4 @@ export class ListBillingGroupsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListBillingGroupsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-billingconductor/src/commands/ListCustomLineItemVersionsCommand.ts b/clients/client-billingconductor/src/commands/ListCustomLineItemVersionsCommand.ts index e5cd79a53305..d24a80f187a4 100644 --- a/clients/client-billingconductor/src/commands/ListCustomLineItemVersionsCommand.ts +++ b/clients/client-billingconductor/src/commands/ListCustomLineItemVersionsCommand.ts @@ -131,9 +131,6 @@ export class ListCustomLineItemVersionsCommand extends $Command< ListCustomLineItemVersionsCommandOutput, BillingconductorClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -147,9 +144,7 @@ export class ListCustomLineItemVersionsCommand extends $Command< * @public */ constructor(readonly input: ListCustomLineItemVersionsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -205,7 +200,4 @@ export class ListCustomLineItemVersionsCommand extends $Command< ): Promise { return de_ListCustomLineItemVersionsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-billingconductor/src/commands/ListCustomLineItemsCommand.ts b/clients/client-billingconductor/src/commands/ListCustomLineItemsCommand.ts index 129661d69811..8fdaebbca85a 100644 --- a/clients/client-billingconductor/src/commands/ListCustomLineItemsCommand.ts +++ b/clients/client-billingconductor/src/commands/ListCustomLineItemsCommand.ts @@ -140,9 +140,6 @@ export class ListCustomLineItemsCommand extends $Command< ListCustomLineItemsCommandOutput, BillingconductorClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -156,9 +153,7 @@ export class ListCustomLineItemsCommand extends $Command< * @public */ constructor(readonly input: ListCustomLineItemsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -211,7 +206,4 @@ export class ListCustomLineItemsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListCustomLineItemsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-billingconductor/src/commands/ListPricingPlansAssociatedWithPricingRuleCommand.ts b/clients/client-billingconductor/src/commands/ListPricingPlansAssociatedWithPricingRuleCommand.ts index ac56fc807eee..fa5930b8ba9f 100644 --- a/clients/client-billingconductor/src/commands/ListPricingPlansAssociatedWithPricingRuleCommand.ts +++ b/clients/client-billingconductor/src/commands/ListPricingPlansAssociatedWithPricingRuleCommand.ts @@ -108,9 +108,6 @@ export class ListPricingPlansAssociatedWithPricingRuleCommand extends $Command< ListPricingPlansAssociatedWithPricingRuleCommandOutput, BillingconductorClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -124,9 +121,7 @@ export class ListPricingPlansAssociatedWithPricingRuleCommand extends $Command< * @public */ constructor(readonly input: ListPricingPlansAssociatedWithPricingRuleCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -191,7 +186,4 @@ export class ListPricingPlansAssociatedWithPricingRuleCommand extends $Command< ): Promise { return de_ListPricingPlansAssociatedWithPricingRuleCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-billingconductor/src/commands/ListPricingPlansCommand.ts b/clients/client-billingconductor/src/commands/ListPricingPlansCommand.ts index 56bf282f0e63..3ab53909f4e0 100644 --- a/clients/client-billingconductor/src/commands/ListPricingPlansCommand.ts +++ b/clients/client-billingconductor/src/commands/ListPricingPlansCommand.ts @@ -108,9 +108,6 @@ export class ListPricingPlansCommand extends $Command< ListPricingPlansCommandOutput, BillingconductorClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -124,9 +121,7 @@ export class ListPricingPlansCommand extends $Command< * @public */ constructor(readonly input: ListPricingPlansCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -179,7 +174,4 @@ export class ListPricingPlansCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListPricingPlansCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-billingconductor/src/commands/ListPricingRulesAssociatedToPricingPlanCommand.ts b/clients/client-billingconductor/src/commands/ListPricingRulesAssociatedToPricingPlanCommand.ts index 055809e6aeda..4a0e6b480e38 100644 --- a/clients/client-billingconductor/src/commands/ListPricingRulesAssociatedToPricingPlanCommand.ts +++ b/clients/client-billingconductor/src/commands/ListPricingRulesAssociatedToPricingPlanCommand.ts @@ -108,9 +108,6 @@ export class ListPricingRulesAssociatedToPricingPlanCommand extends $Command< ListPricingRulesAssociatedToPricingPlanCommandOutput, BillingconductorClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -124,9 +121,7 @@ export class ListPricingRulesAssociatedToPricingPlanCommand extends $Command< * @public */ constructor(readonly input: ListPricingRulesAssociatedToPricingPlanCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -191,7 +186,4 @@ export class ListPricingRulesAssociatedToPricingPlanCommand extends $Command< ): Promise { return de_ListPricingRulesAssociatedToPricingPlanCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-billingconductor/src/commands/ListPricingRulesCommand.ts b/clients/client-billingconductor/src/commands/ListPricingRulesCommand.ts index 71aa85e81823..6e9d1c48bbda 100644 --- a/clients/client-billingconductor/src/commands/ListPricingRulesCommand.ts +++ b/clients/client-billingconductor/src/commands/ListPricingRulesCommand.ts @@ -121,9 +121,6 @@ export class ListPricingRulesCommand extends $Command< ListPricingRulesCommandOutput, BillingconductorClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -137,9 +134,7 @@ export class ListPricingRulesCommand extends $Command< * @public */ constructor(readonly input: ListPricingRulesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -192,7 +187,4 @@ export class ListPricingRulesCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListPricingRulesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-billingconductor/src/commands/ListResourcesAssociatedToCustomLineItemCommand.ts b/clients/client-billingconductor/src/commands/ListResourcesAssociatedToCustomLineItemCommand.ts index 09338777ab3d..e294d73e105f 100644 --- a/clients/client-billingconductor/src/commands/ListResourcesAssociatedToCustomLineItemCommand.ts +++ b/clients/client-billingconductor/src/commands/ListResourcesAssociatedToCustomLineItemCommand.ts @@ -114,9 +114,6 @@ export class ListResourcesAssociatedToCustomLineItemCommand extends $Command< ListResourcesAssociatedToCustomLineItemCommandOutput, BillingconductorClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -130,9 +127,7 @@ export class ListResourcesAssociatedToCustomLineItemCommand extends $Command< * @public */ constructor(readonly input: ListResourcesAssociatedToCustomLineItemCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -197,7 +192,4 @@ export class ListResourcesAssociatedToCustomLineItemCommand extends $Command< ): Promise { return de_ListResourcesAssociatedToCustomLineItemCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-billingconductor/src/commands/ListTagsForResourceCommand.ts b/clients/client-billingconductor/src/commands/ListTagsForResourceCommand.ts index c9586cd598cf..5f04c670f88b 100644 --- a/clients/client-billingconductor/src/commands/ListTagsForResourceCommand.ts +++ b/clients/client-billingconductor/src/commands/ListTagsForResourceCommand.ts @@ -93,9 +93,6 @@ export class ListTagsForResourceCommand extends $Command< ListTagsForResourceCommandOutput, BillingconductorClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -109,9 +106,7 @@ export class ListTagsForResourceCommand extends $Command< * @public */ constructor(readonly input: ListTagsForResourceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -164,7 +159,4 @@ export class ListTagsForResourceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListTagsForResourceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-billingconductor/src/commands/TagResourceCommand.ts b/clients/client-billingconductor/src/commands/TagResourceCommand.ts index 83bb61a2f42b..1dd34dd05e3c 100644 --- a/clients/client-billingconductor/src/commands/TagResourceCommand.ts +++ b/clients/client-billingconductor/src/commands/TagResourceCommand.ts @@ -92,9 +92,6 @@ export class TagResourceCommand extends $Command< TagResourceCommandOutput, BillingconductorClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -108,9 +105,7 @@ export class TagResourceCommand extends $Command< * @public */ constructor(readonly input: TagResourceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -161,7 +156,4 @@ export class TagResourceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_TagResourceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-billingconductor/src/commands/UntagResourceCommand.ts b/clients/client-billingconductor/src/commands/UntagResourceCommand.ts index 32462df06733..b19ca19eca2f 100644 --- a/clients/client-billingconductor/src/commands/UntagResourceCommand.ts +++ b/clients/client-billingconductor/src/commands/UntagResourceCommand.ts @@ -92,9 +92,6 @@ export class UntagResourceCommand extends $Command< UntagResourceCommandOutput, BillingconductorClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -108,9 +105,7 @@ export class UntagResourceCommand extends $Command< * @public */ constructor(readonly input: UntagResourceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -161,7 +156,4 @@ export class UntagResourceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UntagResourceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-billingconductor/src/commands/UpdateBillingGroupCommand.ts b/clients/client-billingconductor/src/commands/UpdateBillingGroupCommand.ts index 6d5ad5369925..ab13da661433 100644 --- a/clients/client-billingconductor/src/commands/UpdateBillingGroupCommand.ts +++ b/clients/client-billingconductor/src/commands/UpdateBillingGroupCommand.ts @@ -119,9 +119,6 @@ export class UpdateBillingGroupCommand extends $Command< UpdateBillingGroupCommandOutput, BillingconductorClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -135,9 +132,7 @@ export class UpdateBillingGroupCommand extends $Command< * @public */ constructor(readonly input: UpdateBillingGroupCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -190,7 +185,4 @@ export class UpdateBillingGroupCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdateBillingGroupCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-billingconductor/src/commands/UpdateCustomLineItemCommand.ts b/clients/client-billingconductor/src/commands/UpdateCustomLineItemCommand.ts index dfe8c4913801..2b36cac55e7e 100644 --- a/clients/client-billingconductor/src/commands/UpdateCustomLineItemCommand.ts +++ b/clients/client-billingconductor/src/commands/UpdateCustomLineItemCommand.ts @@ -142,9 +142,6 @@ export class UpdateCustomLineItemCommand extends $Command< UpdateCustomLineItemCommandOutput, BillingconductorClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -158,9 +155,7 @@ export class UpdateCustomLineItemCommand extends $Command< * @public */ constructor(readonly input: UpdateCustomLineItemCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -213,7 +208,4 @@ export class UpdateCustomLineItemCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdateCustomLineItemCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-billingconductor/src/commands/UpdatePricingPlanCommand.ts b/clients/client-billingconductor/src/commands/UpdatePricingPlanCommand.ts index 6bdc36f0b939..75c76dbc79d1 100644 --- a/clients/client-billingconductor/src/commands/UpdatePricingPlanCommand.ts +++ b/clients/client-billingconductor/src/commands/UpdatePricingPlanCommand.ts @@ -105,9 +105,6 @@ export class UpdatePricingPlanCommand extends $Command< UpdatePricingPlanCommandOutput, BillingconductorClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -121,9 +118,7 @@ export class UpdatePricingPlanCommand extends $Command< * @public */ constructor(readonly input: UpdatePricingPlanCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -176,7 +171,4 @@ export class UpdatePricingPlanCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdatePricingPlanCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-billingconductor/src/commands/UpdatePricingRuleCommand.ts b/clients/client-billingconductor/src/commands/UpdatePricingRuleCommand.ts index 7ff425cae47c..3d003b2c4b22 100644 --- a/clients/client-billingconductor/src/commands/UpdatePricingRuleCommand.ts +++ b/clients/client-billingconductor/src/commands/UpdatePricingRuleCommand.ts @@ -125,9 +125,6 @@ export class UpdatePricingRuleCommand extends $Command< UpdatePricingRuleCommandOutput, BillingconductorClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -141,9 +138,7 @@ export class UpdatePricingRuleCommand extends $Command< * @public */ constructor(readonly input: UpdatePricingRuleCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -196,7 +191,4 @@ export class UpdatePricingRuleCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdatePricingRuleCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-braket/package.json b/clients/client-braket/package.json index 197e9485afb9..b63c40fa1aa0 100644 --- a/clients/client-braket/package.json +++ b/clients/client-braket/package.json @@ -34,29 +34,29 @@ "@aws-sdk/util-endpoints": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@smithy/config-resolver": "^2.0.16", - "@smithy/fetch-http-handler": "^2.2.4", - "@smithy/hash-node": "^2.0.12", - "@smithy/invalid-dependency": "^2.0.12", - "@smithy/middleware-content-length": "^2.0.14", - "@smithy/middleware-endpoint": "^2.1.3", - "@smithy/middleware-retry": "^2.0.18", - "@smithy/middleware-serde": "^2.0.12", - "@smithy/middleware-stack": "^2.0.6", - "@smithy/node-config-provider": "^2.1.3", - "@smithy/node-http-handler": "^2.1.8", - "@smithy/protocol-http": "^3.0.8", - "@smithy/smithy-client": "^2.1.12", - "@smithy/types": "^2.4.0", - "@smithy/url-parser": "^2.0.12", - "@smithy/util-base64": "^2.0.0", + "@smithy/config-resolver": "^2.0.18", + "@smithy/fetch-http-handler": "^2.2.6", + "@smithy/hash-node": "^2.0.15", + "@smithy/invalid-dependency": "^2.0.13", + "@smithy/middleware-content-length": "^2.0.15", + "@smithy/middleware-endpoint": "^2.2.0", + "@smithy/middleware-retry": "^2.0.20", + "@smithy/middleware-serde": "^2.0.13", + "@smithy/middleware-stack": "^2.0.7", + "@smithy/node-config-provider": "^2.1.5", + "@smithy/node-http-handler": "^2.1.9", + "@smithy/protocol-http": "^3.0.9", + "@smithy/smithy-client": "^2.1.15", + "@smithy/types": "^2.5.0", + "@smithy/url-parser": "^2.0.13", + "@smithy/util-base64": "^2.0.1", "@smithy/util-body-length-browser": "^2.0.0", "@smithy/util-body-length-node": "^2.1.0", - "@smithy/util-defaults-mode-browser": "^2.0.16", - "@smithy/util-defaults-mode-node": "^2.0.21", - "@smithy/util-endpoints": "^1.0.2", - "@smithy/util-retry": "^2.0.5", - "@smithy/util-utf8": "^2.0.0", + "@smithy/util-defaults-mode-browser": "^2.0.19", + "@smithy/util-defaults-mode-node": "^2.0.25", + "@smithy/util-endpoints": "^1.0.4", + "@smithy/util-retry": "^2.0.6", + "@smithy/util-utf8": "^2.0.2", "tslib": "^2.5.0", "uuid": "^8.3.2" }, diff --git a/clients/client-braket/src/commands/CancelJobCommand.ts b/clients/client-braket/src/commands/CancelJobCommand.ts index ee8759818a29..7524db4fcb6f 100644 --- a/clients/client-braket/src/commands/CancelJobCommand.ts +++ b/clients/client-braket/src/commands/CancelJobCommand.ts @@ -90,9 +90,6 @@ export class CancelJobCommand extends $Command< CancelJobCommandOutput, BraketClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -106,9 +103,7 @@ export class CancelJobCommand extends $Command< * @public */ constructor(readonly input: CancelJobCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -159,7 +154,4 @@ export class CancelJobCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CancelJobCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-braket/src/commands/CancelQuantumTaskCommand.ts b/clients/client-braket/src/commands/CancelQuantumTaskCommand.ts index a46582e19709..bc1d21006dbd 100644 --- a/clients/client-braket/src/commands/CancelQuantumTaskCommand.ts +++ b/clients/client-braket/src/commands/CancelQuantumTaskCommand.ts @@ -91,9 +91,6 @@ export class CancelQuantumTaskCommand extends $Command< CancelQuantumTaskCommandOutput, BraketClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -107,9 +104,7 @@ export class CancelQuantumTaskCommand extends $Command< * @public */ constructor(readonly input: CancelQuantumTaskCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -162,7 +157,4 @@ export class CancelQuantumTaskCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CancelQuantumTaskCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-braket/src/commands/CreateJobCommand.ts b/clients/client-braket/src/commands/CreateJobCommand.ts index a523bfcfaae5..a085ed867475 100644 --- a/clients/client-braket/src/commands/CreateJobCommand.ts +++ b/clients/client-braket/src/commands/CreateJobCommand.ts @@ -140,9 +140,6 @@ export class CreateJobCommand extends $Command< CreateJobCommandOutput, BraketClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -156,9 +153,7 @@ export class CreateJobCommand extends $Command< * @public */ constructor(readonly input: CreateJobCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -209,7 +204,4 @@ export class CreateJobCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateJobCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-braket/src/commands/CreateQuantumTaskCommand.ts b/clients/client-braket/src/commands/CreateQuantumTaskCommand.ts index c188e2926d3d..1ff3b5475463 100644 --- a/clients/client-braket/src/commands/CreateQuantumTaskCommand.ts +++ b/clients/client-braket/src/commands/CreateQuantumTaskCommand.ts @@ -102,9 +102,6 @@ export class CreateQuantumTaskCommand extends $Command< CreateQuantumTaskCommandOutput, BraketClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -118,9 +115,7 @@ export class CreateQuantumTaskCommand extends $Command< * @public */ constructor(readonly input: CreateQuantumTaskCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -173,7 +168,4 @@ export class CreateQuantumTaskCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateQuantumTaskCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-braket/src/commands/GetDeviceCommand.ts b/clients/client-braket/src/commands/GetDeviceCommand.ts index 074c27c1425e..c4efa8c12c3a 100644 --- a/clients/client-braket/src/commands/GetDeviceCommand.ts +++ b/clients/client-braket/src/commands/GetDeviceCommand.ts @@ -107,9 +107,6 @@ export class GetDeviceCommand extends $Command< GetDeviceCommandOutput, BraketClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -123,9 +120,7 @@ export class GetDeviceCommand extends $Command< * @public */ constructor(readonly input: GetDeviceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -176,7 +171,4 @@ export class GetDeviceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetDeviceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-braket/src/commands/GetJobCommand.ts b/clients/client-braket/src/commands/GetJobCommand.ts index d60bc2294f34..136fe8b90dae 100644 --- a/clients/client-braket/src/commands/GetJobCommand.ts +++ b/clients/client-braket/src/commands/GetJobCommand.ts @@ -151,9 +151,6 @@ export interface GetJobCommandOutput extends GetJobResponse, __MetadataBearer {} * */ export class GetJobCommand extends $Command { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -167,9 +164,7 @@ export class GetJobCommand extends $Command { return de_GetJobCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-braket/src/commands/GetQuantumTaskCommand.ts b/clients/client-braket/src/commands/GetQuantumTaskCommand.ts index 060bec326812..079a13d65677 100644 --- a/clients/client-braket/src/commands/GetQuantumTaskCommand.ts +++ b/clients/client-braket/src/commands/GetQuantumTaskCommand.ts @@ -108,9 +108,6 @@ export class GetQuantumTaskCommand extends $Command< GetQuantumTaskCommandOutput, BraketClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -124,9 +121,7 @@ export class GetQuantumTaskCommand extends $Command< * @public */ constructor(readonly input: GetQuantumTaskCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -179,7 +174,4 @@ export class GetQuantumTaskCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetQuantumTaskCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-braket/src/commands/ListTagsForResourceCommand.ts b/clients/client-braket/src/commands/ListTagsForResourceCommand.ts index 9eab4a4be9f1..27c6dddec010 100644 --- a/clients/client-braket/src/commands/ListTagsForResourceCommand.ts +++ b/clients/client-braket/src/commands/ListTagsForResourceCommand.ts @@ -82,9 +82,6 @@ export class ListTagsForResourceCommand extends $Command< ListTagsForResourceCommandOutput, BraketClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -98,9 +95,7 @@ export class ListTagsForResourceCommand extends $Command< * @public */ constructor(readonly input: ListTagsForResourceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -153,7 +148,4 @@ export class ListTagsForResourceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListTagsForResourceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-braket/src/commands/SearchDevicesCommand.ts b/clients/client-braket/src/commands/SearchDevicesCommand.ts index 855d91f43686..2879c217f0fa 100644 --- a/clients/client-braket/src/commands/SearchDevicesCommand.ts +++ b/clients/client-braket/src/commands/SearchDevicesCommand.ts @@ -101,9 +101,6 @@ export class SearchDevicesCommand extends $Command< SearchDevicesCommandOutput, BraketClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -117,9 +114,7 @@ export class SearchDevicesCommand extends $Command< * @public */ constructor(readonly input: SearchDevicesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -170,7 +165,4 @@ export class SearchDevicesCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_SearchDevicesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-braket/src/commands/SearchJobsCommand.ts b/clients/client-braket/src/commands/SearchJobsCommand.ts index ba875c8422ed..83c8ae62b830 100644 --- a/clients/client-braket/src/commands/SearchJobsCommand.ts +++ b/clients/client-braket/src/commands/SearchJobsCommand.ts @@ -107,9 +107,6 @@ export class SearchJobsCommand extends $Command< SearchJobsCommandOutput, BraketClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -123,9 +120,7 @@ export class SearchJobsCommand extends $Command< * @public */ constructor(readonly input: SearchJobsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -176,7 +171,4 @@ export class SearchJobsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_SearchJobsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-braket/src/commands/SearchQuantumTasksCommand.ts b/clients/client-braket/src/commands/SearchQuantumTasksCommand.ts index d6bc426a0b4c..ea64cf4c5a57 100644 --- a/clients/client-braket/src/commands/SearchQuantumTasksCommand.ts +++ b/clients/client-braket/src/commands/SearchQuantumTasksCommand.ts @@ -108,9 +108,6 @@ export class SearchQuantumTasksCommand extends $Command< SearchQuantumTasksCommandOutput, BraketClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -124,9 +121,7 @@ export class SearchQuantumTasksCommand extends $Command< * @public */ constructor(readonly input: SearchQuantumTasksCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -179,7 +174,4 @@ export class SearchQuantumTasksCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_SearchQuantumTasksCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-braket/src/commands/TagResourceCommand.ts b/clients/client-braket/src/commands/TagResourceCommand.ts index cf9de73da60d..29f50df42608 100644 --- a/clients/client-braket/src/commands/TagResourceCommand.ts +++ b/clients/client-braket/src/commands/TagResourceCommand.ts @@ -81,9 +81,6 @@ export class TagResourceCommand extends $Command< TagResourceCommandOutput, BraketClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -97,9 +94,7 @@ export class TagResourceCommand extends $Command< * @public */ constructor(readonly input: TagResourceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -150,7 +145,4 @@ export class TagResourceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_TagResourceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-braket/src/commands/UntagResourceCommand.ts b/clients/client-braket/src/commands/UntagResourceCommand.ts index 2802044f3f26..e27484cef21b 100644 --- a/clients/client-braket/src/commands/UntagResourceCommand.ts +++ b/clients/client-braket/src/commands/UntagResourceCommand.ts @@ -81,9 +81,6 @@ export class UntagResourceCommand extends $Command< UntagResourceCommandOutput, BraketClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -97,9 +94,7 @@ export class UntagResourceCommand extends $Command< * @public */ constructor(readonly input: UntagResourceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -150,7 +145,4 @@ export class UntagResourceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UntagResourceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-budgets/package.json b/clients/client-budgets/package.json index 14fcd429dffd..d1c2fa3429d3 100644 --- a/clients/client-budgets/package.json +++ b/clients/client-budgets/package.json @@ -34,29 +34,29 @@ "@aws-sdk/util-endpoints": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@smithy/config-resolver": "^2.0.16", - "@smithy/fetch-http-handler": "^2.2.4", - "@smithy/hash-node": "^2.0.12", - "@smithy/invalid-dependency": "^2.0.12", - "@smithy/middleware-content-length": "^2.0.14", - "@smithy/middleware-endpoint": "^2.1.3", - "@smithy/middleware-retry": "^2.0.18", - "@smithy/middleware-serde": "^2.0.12", - "@smithy/middleware-stack": "^2.0.6", - "@smithy/node-config-provider": "^2.1.3", - "@smithy/node-http-handler": "^2.1.8", - "@smithy/protocol-http": "^3.0.8", - "@smithy/smithy-client": "^2.1.12", - "@smithy/types": "^2.4.0", - "@smithy/url-parser": "^2.0.12", - "@smithy/util-base64": "^2.0.0", + "@smithy/config-resolver": "^2.0.18", + "@smithy/fetch-http-handler": "^2.2.6", + "@smithy/hash-node": "^2.0.15", + "@smithy/invalid-dependency": "^2.0.13", + "@smithy/middleware-content-length": "^2.0.15", + "@smithy/middleware-endpoint": "^2.2.0", + "@smithy/middleware-retry": "^2.0.20", + "@smithy/middleware-serde": "^2.0.13", + "@smithy/middleware-stack": "^2.0.7", + "@smithy/node-config-provider": "^2.1.5", + "@smithy/node-http-handler": "^2.1.9", + "@smithy/protocol-http": "^3.0.9", + "@smithy/smithy-client": "^2.1.15", + "@smithy/types": "^2.5.0", + "@smithy/url-parser": "^2.0.13", + "@smithy/util-base64": "^2.0.1", "@smithy/util-body-length-browser": "^2.0.0", "@smithy/util-body-length-node": "^2.1.0", - "@smithy/util-defaults-mode-browser": "^2.0.16", - "@smithy/util-defaults-mode-node": "^2.0.21", - "@smithy/util-endpoints": "^1.0.2", - "@smithy/util-retry": "^2.0.5", - "@smithy/util-utf8": "^2.0.0", + "@smithy/util-defaults-mode-browser": "^2.0.19", + "@smithy/util-defaults-mode-node": "^2.0.25", + "@smithy/util-endpoints": "^1.0.4", + "@smithy/util-retry": "^2.0.6", + "@smithy/util-utf8": "^2.0.2", "tslib": "^2.5.0" }, "devDependencies": { diff --git a/clients/client-budgets/src/commands/CreateBudgetActionCommand.ts b/clients/client-budgets/src/commands/CreateBudgetActionCommand.ts index 1b0e1b184004..4ca5c150a9a1 100644 --- a/clients/client-budgets/src/commands/CreateBudgetActionCommand.ts +++ b/clients/client-budgets/src/commands/CreateBudgetActionCommand.ts @@ -142,9 +142,6 @@ export class CreateBudgetActionCommand extends $Command< CreateBudgetActionCommandOutput, BudgetsClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -158,9 +155,7 @@ export class CreateBudgetActionCommand extends $Command< * @public */ constructor(readonly input: CreateBudgetActionCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -213,7 +208,4 @@ export class CreateBudgetActionCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateBudgetActionCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-budgets/src/commands/CreateBudgetCommand.ts b/clients/client-budgets/src/commands/CreateBudgetCommand.ts index 0802db93c83a..43f9d76812a8 100644 --- a/clients/client-budgets/src/commands/CreateBudgetCommand.ts +++ b/clients/client-budgets/src/commands/CreateBudgetCommand.ts @@ -163,9 +163,6 @@ export class CreateBudgetCommand extends $Command< CreateBudgetCommandOutput, BudgetsClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -179,9 +176,7 @@ export class CreateBudgetCommand extends $Command< * @public */ constructor(readonly input: CreateBudgetCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -232,7 +227,4 @@ export class CreateBudgetCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateBudgetCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-budgets/src/commands/CreateNotificationCommand.ts b/clients/client-budgets/src/commands/CreateNotificationCommand.ts index be194430b4d5..cf5b45295485 100644 --- a/clients/client-budgets/src/commands/CreateNotificationCommand.ts +++ b/clients/client-budgets/src/commands/CreateNotificationCommand.ts @@ -108,9 +108,6 @@ export class CreateNotificationCommand extends $Command< CreateNotificationCommandOutput, BudgetsClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -124,9 +121,7 @@ export class CreateNotificationCommand extends $Command< * @public */ constructor(readonly input: CreateNotificationCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -179,7 +174,4 @@ export class CreateNotificationCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateNotificationCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-budgets/src/commands/CreateSubscriberCommand.ts b/clients/client-budgets/src/commands/CreateSubscriberCommand.ts index 4b1e8b644292..b05a90f6d9c9 100644 --- a/clients/client-budgets/src/commands/CreateSubscriberCommand.ts +++ b/clients/client-budgets/src/commands/CreateSubscriberCommand.ts @@ -106,9 +106,6 @@ export class CreateSubscriberCommand extends $Command< CreateSubscriberCommandOutput, BudgetsClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -122,9 +119,7 @@ export class CreateSubscriberCommand extends $Command< * @public */ constructor(readonly input: CreateSubscriberCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -177,7 +172,4 @@ export class CreateSubscriberCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateSubscriberCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-budgets/src/commands/DeleteBudgetActionCommand.ts b/clients/client-budgets/src/commands/DeleteBudgetActionCommand.ts index 1f66ebe65433..5774ea8fa64e 100644 --- a/clients/client-budgets/src/commands/DeleteBudgetActionCommand.ts +++ b/clients/client-budgets/src/commands/DeleteBudgetActionCommand.ts @@ -145,9 +145,6 @@ export class DeleteBudgetActionCommand extends $Command< DeleteBudgetActionCommandOutput, BudgetsClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -161,9 +158,7 @@ export class DeleteBudgetActionCommand extends $Command< * @public */ constructor(readonly input: DeleteBudgetActionCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -216,7 +211,4 @@ export class DeleteBudgetActionCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteBudgetActionCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-budgets/src/commands/DeleteBudgetCommand.ts b/clients/client-budgets/src/commands/DeleteBudgetCommand.ts index 91c678e3babc..4a419ad1cd60 100644 --- a/clients/client-budgets/src/commands/DeleteBudgetCommand.ts +++ b/clients/client-budgets/src/commands/DeleteBudgetCommand.ts @@ -88,9 +88,6 @@ export class DeleteBudgetCommand extends $Command< DeleteBudgetCommandOutput, BudgetsClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -104,9 +101,7 @@ export class DeleteBudgetCommand extends $Command< * @public */ constructor(readonly input: DeleteBudgetCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -157,7 +152,4 @@ export class DeleteBudgetCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteBudgetCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-budgets/src/commands/DeleteNotificationCommand.ts b/clients/client-budgets/src/commands/DeleteNotificationCommand.ts index c74f62b87f13..e1b4b09c2fa9 100644 --- a/clients/client-budgets/src/commands/DeleteNotificationCommand.ts +++ b/clients/client-budgets/src/commands/DeleteNotificationCommand.ts @@ -95,9 +95,6 @@ export class DeleteNotificationCommand extends $Command< DeleteNotificationCommandOutput, BudgetsClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -111,9 +108,7 @@ export class DeleteNotificationCommand extends $Command< * @public */ constructor(readonly input: DeleteNotificationCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -166,7 +161,4 @@ export class DeleteNotificationCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteNotificationCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-budgets/src/commands/DeleteSubscriberCommand.ts b/clients/client-budgets/src/commands/DeleteSubscriberCommand.ts index 39edcf2035ce..be86264158a4 100644 --- a/clients/client-budgets/src/commands/DeleteSubscriberCommand.ts +++ b/clients/client-budgets/src/commands/DeleteSubscriberCommand.ts @@ -103,9 +103,6 @@ export class DeleteSubscriberCommand extends $Command< DeleteSubscriberCommandOutput, BudgetsClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -119,9 +116,7 @@ export class DeleteSubscriberCommand extends $Command< * @public */ constructor(readonly input: DeleteSubscriberCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -174,7 +169,4 @@ export class DeleteSubscriberCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteSubscriberCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-budgets/src/commands/DescribeBudgetActionCommand.ts b/clients/client-budgets/src/commands/DescribeBudgetActionCommand.ts index 872811ae7f21..4f3bf93b9bf0 100644 --- a/clients/client-budgets/src/commands/DescribeBudgetActionCommand.ts +++ b/clients/client-budgets/src/commands/DescribeBudgetActionCommand.ts @@ -141,9 +141,6 @@ export class DescribeBudgetActionCommand extends $Command< DescribeBudgetActionCommandOutput, BudgetsClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -157,9 +154,7 @@ export class DescribeBudgetActionCommand extends $Command< * @public */ constructor(readonly input: DescribeBudgetActionCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -212,7 +207,4 @@ export class DescribeBudgetActionCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DescribeBudgetActionCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-budgets/src/commands/DescribeBudgetActionHistoriesCommand.ts b/clients/client-budgets/src/commands/DescribeBudgetActionHistoriesCommand.ts index 25d583603278..714beb106d91 100644 --- a/clients/client-budgets/src/commands/DescribeBudgetActionHistoriesCommand.ts +++ b/clients/client-budgets/src/commands/DescribeBudgetActionHistoriesCommand.ts @@ -164,9 +164,6 @@ export class DescribeBudgetActionHistoriesCommand extends $Command< DescribeBudgetActionHistoriesCommandOutput, BudgetsClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -180,9 +177,7 @@ export class DescribeBudgetActionHistoriesCommand extends $Command< * @public */ constructor(readonly input: DescribeBudgetActionHistoriesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -238,7 +233,4 @@ export class DescribeBudgetActionHistoriesCommand extends $Command< ): Promise { return de_DescribeBudgetActionHistoriesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-budgets/src/commands/DescribeBudgetActionsForAccountCommand.ts b/clients/client-budgets/src/commands/DescribeBudgetActionsForAccountCommand.ts index 0267e7c5d203..12de442438b3 100644 --- a/clients/client-budgets/src/commands/DescribeBudgetActionsForAccountCommand.ts +++ b/clients/client-budgets/src/commands/DescribeBudgetActionsForAccountCommand.ts @@ -147,9 +147,6 @@ export class DescribeBudgetActionsForAccountCommand extends $Command< DescribeBudgetActionsForAccountCommandOutput, BudgetsClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -163,9 +160,7 @@ export class DescribeBudgetActionsForAccountCommand extends $Command< * @public */ constructor(readonly input: DescribeBudgetActionsForAccountCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -224,7 +219,4 @@ export class DescribeBudgetActionsForAccountCommand extends $Command< ): Promise { return de_DescribeBudgetActionsForAccountCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-budgets/src/commands/DescribeBudgetActionsForBudgetCommand.ts b/clients/client-budgets/src/commands/DescribeBudgetActionsForBudgetCommand.ts index 86450ade88b4..48a5313a0495 100644 --- a/clients/client-budgets/src/commands/DescribeBudgetActionsForBudgetCommand.ts +++ b/clients/client-budgets/src/commands/DescribeBudgetActionsForBudgetCommand.ts @@ -151,9 +151,6 @@ export class DescribeBudgetActionsForBudgetCommand extends $Command< DescribeBudgetActionsForBudgetCommandOutput, BudgetsClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -167,9 +164,7 @@ export class DescribeBudgetActionsForBudgetCommand extends $Command< * @public */ constructor(readonly input: DescribeBudgetActionsForBudgetCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -228,7 +223,4 @@ export class DescribeBudgetActionsForBudgetCommand extends $Command< ): Promise { return de_DescribeBudgetActionsForBudgetCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-budgets/src/commands/DescribeBudgetCommand.ts b/clients/client-budgets/src/commands/DescribeBudgetCommand.ts index 019fc2aa95d0..9ab1b3ac9c39 100644 --- a/clients/client-budgets/src/commands/DescribeBudgetCommand.ts +++ b/clients/client-budgets/src/commands/DescribeBudgetCommand.ts @@ -145,9 +145,6 @@ export class DescribeBudgetCommand extends $Command< DescribeBudgetCommandOutput, BudgetsClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -161,9 +158,7 @@ export class DescribeBudgetCommand extends $Command< * @public */ constructor(readonly input: DescribeBudgetCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -216,7 +211,4 @@ export class DescribeBudgetCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DescribeBudgetCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-budgets/src/commands/DescribeBudgetNotificationsForAccountCommand.ts b/clients/client-budgets/src/commands/DescribeBudgetNotificationsForAccountCommand.ts index fcb6a9bcef4c..ec51b5b5e3ba 100644 --- a/clients/client-budgets/src/commands/DescribeBudgetNotificationsForAccountCommand.ts +++ b/clients/client-budgets/src/commands/DescribeBudgetNotificationsForAccountCommand.ts @@ -119,9 +119,6 @@ export class DescribeBudgetNotificationsForAccountCommand extends $Command< DescribeBudgetNotificationsForAccountCommandOutput, BudgetsClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -135,9 +132,7 @@ export class DescribeBudgetNotificationsForAccountCommand extends $Command< * @public */ constructor(readonly input: DescribeBudgetNotificationsForAccountCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -196,7 +191,4 @@ export class DescribeBudgetNotificationsForAccountCommand extends $Command< ): Promise { return de_DescribeBudgetNotificationsForAccountCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-budgets/src/commands/DescribeBudgetPerformanceHistoryCommand.ts b/clients/client-budgets/src/commands/DescribeBudgetPerformanceHistoryCommand.ts index 945e7d3a5736..40b9a58ff1c7 100644 --- a/clients/client-budgets/src/commands/DescribeBudgetPerformanceHistoryCommand.ts +++ b/clients/client-budgets/src/commands/DescribeBudgetPerformanceHistoryCommand.ts @@ -143,9 +143,6 @@ export class DescribeBudgetPerformanceHistoryCommand extends $Command< DescribeBudgetPerformanceHistoryCommandOutput, BudgetsClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -159,9 +156,7 @@ export class DescribeBudgetPerformanceHistoryCommand extends $Command< * @public */ constructor(readonly input: DescribeBudgetPerformanceHistoryCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -220,7 +215,4 @@ export class DescribeBudgetPerformanceHistoryCommand extends $Command< ): Promise { return de_DescribeBudgetPerformanceHistoryCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-budgets/src/commands/DescribeBudgetsCommand.ts b/clients/client-budgets/src/commands/DescribeBudgetsCommand.ts index 39cbda832b52..8c753b1d5d9b 100644 --- a/clients/client-budgets/src/commands/DescribeBudgetsCommand.ts +++ b/clients/client-budgets/src/commands/DescribeBudgetsCommand.ts @@ -155,9 +155,6 @@ export class DescribeBudgetsCommand extends $Command< DescribeBudgetsCommandOutput, BudgetsClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -171,9 +168,7 @@ export class DescribeBudgetsCommand extends $Command< * @public */ constructor(readonly input: DescribeBudgetsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -226,7 +221,4 @@ export class DescribeBudgetsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DescribeBudgetsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-budgets/src/commands/DescribeNotificationsForBudgetCommand.ts b/clients/client-budgets/src/commands/DescribeNotificationsForBudgetCommand.ts index 3433373315a1..8ef601dcf717 100644 --- a/clients/client-budgets/src/commands/DescribeNotificationsForBudgetCommand.ts +++ b/clients/client-budgets/src/commands/DescribeNotificationsForBudgetCommand.ts @@ -109,9 +109,6 @@ export class DescribeNotificationsForBudgetCommand extends $Command< DescribeNotificationsForBudgetCommandOutput, BudgetsClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -125,9 +122,7 @@ export class DescribeNotificationsForBudgetCommand extends $Command< * @public */ constructor(readonly input: DescribeNotificationsForBudgetCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -186,7 +181,4 @@ export class DescribeNotificationsForBudgetCommand extends $Command< ): Promise { return de_DescribeNotificationsForBudgetCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-budgets/src/commands/DescribeSubscribersForNotificationCommand.ts b/clients/client-budgets/src/commands/DescribeSubscribersForNotificationCommand.ts index 1bdd3406b1a5..74f57fddab9f 100644 --- a/clients/client-budgets/src/commands/DescribeSubscribersForNotificationCommand.ts +++ b/clients/client-budgets/src/commands/DescribeSubscribersForNotificationCommand.ts @@ -117,9 +117,6 @@ export class DescribeSubscribersForNotificationCommand extends $Command< DescribeSubscribersForNotificationCommandOutput, BudgetsClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -133,9 +130,7 @@ export class DescribeSubscribersForNotificationCommand extends $Command< * @public */ constructor(readonly input: DescribeSubscribersForNotificationCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -194,7 +189,4 @@ export class DescribeSubscribersForNotificationCommand extends $Command< ): Promise { return de_DescribeSubscribersForNotificationCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-budgets/src/commands/ExecuteBudgetActionCommand.ts b/clients/client-budgets/src/commands/ExecuteBudgetActionCommand.ts index d5e9f963d433..44392bc0db6b 100644 --- a/clients/client-budgets/src/commands/ExecuteBudgetActionCommand.ts +++ b/clients/client-budgets/src/commands/ExecuteBudgetActionCommand.ts @@ -98,9 +98,6 @@ export class ExecuteBudgetActionCommand extends $Command< ExecuteBudgetActionCommandOutput, BudgetsClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -114,9 +111,7 @@ export class ExecuteBudgetActionCommand extends $Command< * @public */ constructor(readonly input: ExecuteBudgetActionCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -169,7 +164,4 @@ export class ExecuteBudgetActionCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ExecuteBudgetActionCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-budgets/src/commands/UpdateBudgetActionCommand.ts b/clients/client-budgets/src/commands/UpdateBudgetActionCommand.ts index de66bd1a1aa1..b68cc9d5fac1 100644 --- a/clients/client-budgets/src/commands/UpdateBudgetActionCommand.ts +++ b/clients/client-budgets/src/commands/UpdateBudgetActionCommand.ts @@ -232,9 +232,6 @@ export class UpdateBudgetActionCommand extends $Command< UpdateBudgetActionCommandOutput, BudgetsClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -248,9 +245,7 @@ export class UpdateBudgetActionCommand extends $Command< * @public */ constructor(readonly input: UpdateBudgetActionCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -303,7 +298,4 @@ export class UpdateBudgetActionCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdateBudgetActionCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-budgets/src/commands/UpdateBudgetCommand.ts b/clients/client-budgets/src/commands/UpdateBudgetCommand.ts index b3b448d7c241..581d05df54ef 100644 --- a/clients/client-budgets/src/commands/UpdateBudgetCommand.ts +++ b/clients/client-budgets/src/commands/UpdateBudgetCommand.ts @@ -143,9 +143,6 @@ export class UpdateBudgetCommand extends $Command< UpdateBudgetCommandOutput, BudgetsClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -159,9 +156,7 @@ export class UpdateBudgetCommand extends $Command< * @public */ constructor(readonly input: UpdateBudgetCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -212,7 +207,4 @@ export class UpdateBudgetCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdateBudgetCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-budgets/src/commands/UpdateNotificationCommand.ts b/clients/client-budgets/src/commands/UpdateNotificationCommand.ts index 03943f5b0373..fc52ed2a5a0d 100644 --- a/clients/client-budgets/src/commands/UpdateNotificationCommand.ts +++ b/clients/client-budgets/src/commands/UpdateNotificationCommand.ts @@ -102,9 +102,6 @@ export class UpdateNotificationCommand extends $Command< UpdateNotificationCommandOutput, BudgetsClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -118,9 +115,7 @@ export class UpdateNotificationCommand extends $Command< * @public */ constructor(readonly input: UpdateNotificationCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -173,7 +168,4 @@ export class UpdateNotificationCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdateNotificationCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-budgets/src/commands/UpdateSubscriberCommand.ts b/clients/client-budgets/src/commands/UpdateSubscriberCommand.ts index a029b555ddc9..e8dd2f7f2ac2 100644 --- a/clients/client-budgets/src/commands/UpdateSubscriberCommand.ts +++ b/clients/client-budgets/src/commands/UpdateSubscriberCommand.ts @@ -107,9 +107,6 @@ export class UpdateSubscriberCommand extends $Command< UpdateSubscriberCommandOutput, BudgetsClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -123,9 +120,7 @@ export class UpdateSubscriberCommand extends $Command< * @public */ constructor(readonly input: UpdateSubscriberCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -178,7 +173,4 @@ export class UpdateSubscriberCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdateSubscriberCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-chime-sdk-identity/package.json b/clients/client-chime-sdk-identity/package.json index 32866118dd04..baea8d97b10a 100644 --- a/clients/client-chime-sdk-identity/package.json +++ b/clients/client-chime-sdk-identity/package.json @@ -34,29 +34,29 @@ "@aws-sdk/util-endpoints": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@smithy/config-resolver": "^2.0.16", - "@smithy/fetch-http-handler": "^2.2.4", - "@smithy/hash-node": "^2.0.12", - "@smithy/invalid-dependency": "^2.0.12", - "@smithy/middleware-content-length": "^2.0.14", - "@smithy/middleware-endpoint": "^2.1.3", - "@smithy/middleware-retry": "^2.0.18", - "@smithy/middleware-serde": "^2.0.12", - "@smithy/middleware-stack": "^2.0.6", - "@smithy/node-config-provider": "^2.1.3", - "@smithy/node-http-handler": "^2.1.8", - "@smithy/protocol-http": "^3.0.8", - "@smithy/smithy-client": "^2.1.12", - "@smithy/types": "^2.4.0", - "@smithy/url-parser": "^2.0.12", - "@smithy/util-base64": "^2.0.0", + "@smithy/config-resolver": "^2.0.18", + "@smithy/fetch-http-handler": "^2.2.6", + "@smithy/hash-node": "^2.0.15", + "@smithy/invalid-dependency": "^2.0.13", + "@smithy/middleware-content-length": "^2.0.15", + "@smithy/middleware-endpoint": "^2.2.0", + "@smithy/middleware-retry": "^2.0.20", + "@smithy/middleware-serde": "^2.0.13", + "@smithy/middleware-stack": "^2.0.7", + "@smithy/node-config-provider": "^2.1.5", + "@smithy/node-http-handler": "^2.1.9", + "@smithy/protocol-http": "^3.0.9", + "@smithy/smithy-client": "^2.1.15", + "@smithy/types": "^2.5.0", + "@smithy/url-parser": "^2.0.13", + "@smithy/util-base64": "^2.0.1", "@smithy/util-body-length-browser": "^2.0.0", "@smithy/util-body-length-node": "^2.1.0", - "@smithy/util-defaults-mode-browser": "^2.0.16", - "@smithy/util-defaults-mode-node": "^2.0.21", - "@smithy/util-endpoints": "^1.0.2", - "@smithy/util-retry": "^2.0.5", - "@smithy/util-utf8": "^2.0.0", + "@smithy/util-defaults-mode-browser": "^2.0.19", + "@smithy/util-defaults-mode-node": "^2.0.25", + "@smithy/util-endpoints": "^1.0.4", + "@smithy/util-retry": "^2.0.6", + "@smithy/util-utf8": "^2.0.2", "tslib": "^2.5.0", "uuid": "^8.3.2" }, diff --git a/clients/client-chime-sdk-identity/src/commands/CreateAppInstanceAdminCommand.ts b/clients/client-chime-sdk-identity/src/commands/CreateAppInstanceAdminCommand.ts index 6cf2b1de2c93..0c558edd8785 100644 --- a/clients/client-chime-sdk-identity/src/commands/CreateAppInstanceAdminCommand.ts +++ b/clients/client-chime-sdk-identity/src/commands/CreateAppInstanceAdminCommand.ts @@ -119,9 +119,6 @@ export class CreateAppInstanceAdminCommand extends $Command< CreateAppInstanceAdminCommandOutput, ChimeSDKIdentityClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -135,9 +132,7 @@ export class CreateAppInstanceAdminCommand extends $Command< * @public */ constructor(readonly input: CreateAppInstanceAdminCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -190,7 +185,4 @@ export class CreateAppInstanceAdminCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateAppInstanceAdminCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-chime-sdk-identity/src/commands/CreateAppInstanceBotCommand.ts b/clients/client-chime-sdk-identity/src/commands/CreateAppInstanceBotCommand.ts index 1fb983e9c65f..8d5ab39551ac 100644 --- a/clients/client-chime-sdk-identity/src/commands/CreateAppInstanceBotCommand.ts +++ b/clients/client-chime-sdk-identity/src/commands/CreateAppInstanceBotCommand.ts @@ -121,9 +121,6 @@ export class CreateAppInstanceBotCommand extends $Command< CreateAppInstanceBotCommandOutput, ChimeSDKIdentityClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -137,9 +134,7 @@ export class CreateAppInstanceBotCommand extends $Command< * @public */ constructor(readonly input: CreateAppInstanceBotCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -192,7 +187,4 @@ export class CreateAppInstanceBotCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateAppInstanceBotCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-chime-sdk-identity/src/commands/CreateAppInstanceCommand.ts b/clients/client-chime-sdk-identity/src/commands/CreateAppInstanceCommand.ts index 765da1d40f53..88ddbf3ec57c 100644 --- a/clients/client-chime-sdk-identity/src/commands/CreateAppInstanceCommand.ts +++ b/clients/client-chime-sdk-identity/src/commands/CreateAppInstanceCommand.ts @@ -110,9 +110,6 @@ export class CreateAppInstanceCommand extends $Command< CreateAppInstanceCommandOutput, ChimeSDKIdentityClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -126,9 +123,7 @@ export class CreateAppInstanceCommand extends $Command< * @public */ constructor(readonly input: CreateAppInstanceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -181,7 +176,4 @@ export class CreateAppInstanceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateAppInstanceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-chime-sdk-identity/src/commands/CreateAppInstanceUserCommand.ts b/clients/client-chime-sdk-identity/src/commands/CreateAppInstanceUserCommand.ts index ad49237f783e..03f245b4f99a 100644 --- a/clients/client-chime-sdk-identity/src/commands/CreateAppInstanceUserCommand.ts +++ b/clients/client-chime-sdk-identity/src/commands/CreateAppInstanceUserCommand.ts @@ -114,9 +114,6 @@ export class CreateAppInstanceUserCommand extends $Command< CreateAppInstanceUserCommandOutput, ChimeSDKIdentityClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -130,9 +127,7 @@ export class CreateAppInstanceUserCommand extends $Command< * @public */ constructor(readonly input: CreateAppInstanceUserCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -185,7 +180,4 @@ export class CreateAppInstanceUserCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateAppInstanceUserCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-chime-sdk-identity/src/commands/DeleteAppInstanceAdminCommand.ts b/clients/client-chime-sdk-identity/src/commands/DeleteAppInstanceAdminCommand.ts index d1677ea61fee..4834ddbd04a3 100644 --- a/clients/client-chime-sdk-identity/src/commands/DeleteAppInstanceAdminCommand.ts +++ b/clients/client-chime-sdk-identity/src/commands/DeleteAppInstanceAdminCommand.ts @@ -96,9 +96,6 @@ export class DeleteAppInstanceAdminCommand extends $Command< DeleteAppInstanceAdminCommandOutput, ChimeSDKIdentityClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -112,9 +109,7 @@ export class DeleteAppInstanceAdminCommand extends $Command< * @public */ constructor(readonly input: DeleteAppInstanceAdminCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -167,7 +162,4 @@ export class DeleteAppInstanceAdminCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteAppInstanceAdminCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-chime-sdk-identity/src/commands/DeleteAppInstanceBotCommand.ts b/clients/client-chime-sdk-identity/src/commands/DeleteAppInstanceBotCommand.ts index 24ab07fd3b82..0dbf044641d4 100644 --- a/clients/client-chime-sdk-identity/src/commands/DeleteAppInstanceBotCommand.ts +++ b/clients/client-chime-sdk-identity/src/commands/DeleteAppInstanceBotCommand.ts @@ -93,9 +93,6 @@ export class DeleteAppInstanceBotCommand extends $Command< DeleteAppInstanceBotCommandOutput, ChimeSDKIdentityClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -109,9 +106,7 @@ export class DeleteAppInstanceBotCommand extends $Command< * @public */ constructor(readonly input: DeleteAppInstanceBotCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -164,7 +159,4 @@ export class DeleteAppInstanceBotCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteAppInstanceBotCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-chime-sdk-identity/src/commands/DeleteAppInstanceCommand.ts b/clients/client-chime-sdk-identity/src/commands/DeleteAppInstanceCommand.ts index 852b3544d05b..296cc4466302 100644 --- a/clients/client-chime-sdk-identity/src/commands/DeleteAppInstanceCommand.ts +++ b/clients/client-chime-sdk-identity/src/commands/DeleteAppInstanceCommand.ts @@ -89,9 +89,6 @@ export class DeleteAppInstanceCommand extends $Command< DeleteAppInstanceCommandOutput, ChimeSDKIdentityClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -105,9 +102,7 @@ export class DeleteAppInstanceCommand extends $Command< * @public */ constructor(readonly input: DeleteAppInstanceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -160,7 +155,4 @@ export class DeleteAppInstanceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteAppInstanceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-chime-sdk-identity/src/commands/DeleteAppInstanceUserCommand.ts b/clients/client-chime-sdk-identity/src/commands/DeleteAppInstanceUserCommand.ts index f45a8490dfa7..d9c70969d40d 100644 --- a/clients/client-chime-sdk-identity/src/commands/DeleteAppInstanceUserCommand.ts +++ b/clients/client-chime-sdk-identity/src/commands/DeleteAppInstanceUserCommand.ts @@ -93,9 +93,6 @@ export class DeleteAppInstanceUserCommand extends $Command< DeleteAppInstanceUserCommandOutput, ChimeSDKIdentityClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -109,9 +106,7 @@ export class DeleteAppInstanceUserCommand extends $Command< * @public */ constructor(readonly input: DeleteAppInstanceUserCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -164,7 +159,4 @@ export class DeleteAppInstanceUserCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteAppInstanceUserCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-chime-sdk-identity/src/commands/DeregisterAppInstanceUserEndpointCommand.ts b/clients/client-chime-sdk-identity/src/commands/DeregisterAppInstanceUserEndpointCommand.ts index 2ef6684127b3..2afdab194113 100644 --- a/clients/client-chime-sdk-identity/src/commands/DeregisterAppInstanceUserEndpointCommand.ts +++ b/clients/client-chime-sdk-identity/src/commands/DeregisterAppInstanceUserEndpointCommand.ts @@ -90,9 +90,6 @@ export class DeregisterAppInstanceUserEndpointCommand extends $Command< DeregisterAppInstanceUserEndpointCommandOutput, ChimeSDKIdentityClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -106,9 +103,7 @@ export class DeregisterAppInstanceUserEndpointCommand extends $Command< * @public */ constructor(readonly input: DeregisterAppInstanceUserEndpointCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -167,7 +162,4 @@ export class DeregisterAppInstanceUserEndpointCommand extends $Command< ): Promise { return de_DeregisterAppInstanceUserEndpointCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-chime-sdk-identity/src/commands/DescribeAppInstanceAdminCommand.ts b/clients/client-chime-sdk-identity/src/commands/DescribeAppInstanceAdminCommand.ts index a6a45ca96ac6..45617af15aa5 100644 --- a/clients/client-chime-sdk-identity/src/commands/DescribeAppInstanceAdminCommand.ts +++ b/clients/client-chime-sdk-identity/src/commands/DescribeAppInstanceAdminCommand.ts @@ -100,9 +100,6 @@ export class DescribeAppInstanceAdminCommand extends $Command< DescribeAppInstanceAdminCommandOutput, ChimeSDKIdentityClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -116,9 +113,7 @@ export class DescribeAppInstanceAdminCommand extends $Command< * @public */ constructor(readonly input: DescribeAppInstanceAdminCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -171,7 +166,4 @@ export class DescribeAppInstanceAdminCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DescribeAppInstanceAdminCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-chime-sdk-identity/src/commands/DescribeAppInstanceBotCommand.ts b/clients/client-chime-sdk-identity/src/commands/DescribeAppInstanceBotCommand.ts index ec1cae6a920e..aab2c0679731 100644 --- a/clients/client-chime-sdk-identity/src/commands/DescribeAppInstanceBotCommand.ts +++ b/clients/client-chime-sdk-identity/src/commands/DescribeAppInstanceBotCommand.ts @@ -113,9 +113,6 @@ export class DescribeAppInstanceBotCommand extends $Command< DescribeAppInstanceBotCommandOutput, ChimeSDKIdentityClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -129,9 +126,7 @@ export class DescribeAppInstanceBotCommand extends $Command< * @public */ constructor(readonly input: DescribeAppInstanceBotCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -184,7 +179,4 @@ export class DescribeAppInstanceBotCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DescribeAppInstanceBotCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-chime-sdk-identity/src/commands/DescribeAppInstanceCommand.ts b/clients/client-chime-sdk-identity/src/commands/DescribeAppInstanceCommand.ts index d043513d6742..8d82d1c21004 100644 --- a/clients/client-chime-sdk-identity/src/commands/DescribeAppInstanceCommand.ts +++ b/clients/client-chime-sdk-identity/src/commands/DescribeAppInstanceCommand.ts @@ -98,9 +98,6 @@ export class DescribeAppInstanceCommand extends $Command< DescribeAppInstanceCommandOutput, ChimeSDKIdentityClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -114,9 +111,7 @@ export class DescribeAppInstanceCommand extends $Command< * @public */ constructor(readonly input: DescribeAppInstanceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -169,7 +164,4 @@ export class DescribeAppInstanceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DescribeAppInstanceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-chime-sdk-identity/src/commands/DescribeAppInstanceUserCommand.ts b/clients/client-chime-sdk-identity/src/commands/DescribeAppInstanceUserCommand.ts index 518cabd76f6b..aafa8b1c95d2 100644 --- a/clients/client-chime-sdk-identity/src/commands/DescribeAppInstanceUserCommand.ts +++ b/clients/client-chime-sdk-identity/src/commands/DescribeAppInstanceUserCommand.ts @@ -102,9 +102,6 @@ export class DescribeAppInstanceUserCommand extends $Command< DescribeAppInstanceUserCommandOutput, ChimeSDKIdentityClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -118,9 +115,7 @@ export class DescribeAppInstanceUserCommand extends $Command< * @public */ constructor(readonly input: DescribeAppInstanceUserCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -173,7 +168,4 @@ export class DescribeAppInstanceUserCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DescribeAppInstanceUserCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-chime-sdk-identity/src/commands/DescribeAppInstanceUserEndpointCommand.ts b/clients/client-chime-sdk-identity/src/commands/DescribeAppInstanceUserEndpointCommand.ts index c23654121aad..f0cc22857ff3 100644 --- a/clients/client-chime-sdk-identity/src/commands/DescribeAppInstanceUserEndpointCommand.ts +++ b/clients/client-chime-sdk-identity/src/commands/DescribeAppInstanceUserEndpointCommand.ts @@ -115,9 +115,6 @@ export class DescribeAppInstanceUserEndpointCommand extends $Command< DescribeAppInstanceUserEndpointCommandOutput, ChimeSDKIdentityClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -131,9 +128,7 @@ export class DescribeAppInstanceUserEndpointCommand extends $Command< * @public */ constructor(readonly input: DescribeAppInstanceUserEndpointCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -192,7 +187,4 @@ export class DescribeAppInstanceUserEndpointCommand extends $Command< ): Promise { return de_DescribeAppInstanceUserEndpointCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-chime-sdk-identity/src/commands/GetAppInstanceRetentionSettingsCommand.ts b/clients/client-chime-sdk-identity/src/commands/GetAppInstanceRetentionSettingsCommand.ts index 5b7b8df09cfd..bdd30bb6523d 100644 --- a/clients/client-chime-sdk-identity/src/commands/GetAppInstanceRetentionSettingsCommand.ts +++ b/clients/client-chime-sdk-identity/src/commands/GetAppInstanceRetentionSettingsCommand.ts @@ -98,9 +98,6 @@ export class GetAppInstanceRetentionSettingsCommand extends $Command< GetAppInstanceRetentionSettingsCommandOutput, ChimeSDKIdentityClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -114,9 +111,7 @@ export class GetAppInstanceRetentionSettingsCommand extends $Command< * @public */ constructor(readonly input: GetAppInstanceRetentionSettingsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -175,7 +170,4 @@ export class GetAppInstanceRetentionSettingsCommand extends $Command< ): Promise { return de_GetAppInstanceRetentionSettingsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-chime-sdk-identity/src/commands/ListAppInstanceAdminsCommand.ts b/clients/client-chime-sdk-identity/src/commands/ListAppInstanceAdminsCommand.ts index 8e6a64f63724..860277a976ca 100644 --- a/clients/client-chime-sdk-identity/src/commands/ListAppInstanceAdminsCommand.ts +++ b/clients/client-chime-sdk-identity/src/commands/ListAppInstanceAdminsCommand.ts @@ -107,9 +107,6 @@ export class ListAppInstanceAdminsCommand extends $Command< ListAppInstanceAdminsCommandOutput, ChimeSDKIdentityClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -123,9 +120,7 @@ export class ListAppInstanceAdminsCommand extends $Command< * @public */ constructor(readonly input: ListAppInstanceAdminsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -178,7 +173,4 @@ export class ListAppInstanceAdminsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListAppInstanceAdminsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-chime-sdk-identity/src/commands/ListAppInstanceBotsCommand.ts b/clients/client-chime-sdk-identity/src/commands/ListAppInstanceBotsCommand.ts index 0a14e5c8293e..dc9750516e95 100644 --- a/clients/client-chime-sdk-identity/src/commands/ListAppInstanceBotsCommand.ts +++ b/clients/client-chime-sdk-identity/src/commands/ListAppInstanceBotsCommand.ts @@ -106,9 +106,6 @@ export class ListAppInstanceBotsCommand extends $Command< ListAppInstanceBotsCommandOutput, ChimeSDKIdentityClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -122,9 +119,7 @@ export class ListAppInstanceBotsCommand extends $Command< * @public */ constructor(readonly input: ListAppInstanceBotsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -177,7 +172,4 @@ export class ListAppInstanceBotsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListAppInstanceBotsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-chime-sdk-identity/src/commands/ListAppInstanceUserEndpointsCommand.ts b/clients/client-chime-sdk-identity/src/commands/ListAppInstanceUserEndpointsCommand.ts index 3caa2fa07793..ce8ab53a94f5 100644 --- a/clients/client-chime-sdk-identity/src/commands/ListAppInstanceUserEndpointsCommand.ts +++ b/clients/client-chime-sdk-identity/src/commands/ListAppInstanceUserEndpointsCommand.ts @@ -113,9 +113,6 @@ export class ListAppInstanceUserEndpointsCommand extends $Command< ListAppInstanceUserEndpointsCommandOutput, ChimeSDKIdentityClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -129,9 +126,7 @@ export class ListAppInstanceUserEndpointsCommand extends $Command< * @public */ constructor(readonly input: ListAppInstanceUserEndpointsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -187,7 +182,4 @@ export class ListAppInstanceUserEndpointsCommand extends $Command< ): Promise { return de_ListAppInstanceUserEndpointsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-chime-sdk-identity/src/commands/ListAppInstanceUsersCommand.ts b/clients/client-chime-sdk-identity/src/commands/ListAppInstanceUsersCommand.ts index bd64fea25889..3c77c6ca1a49 100644 --- a/clients/client-chime-sdk-identity/src/commands/ListAppInstanceUsersCommand.ts +++ b/clients/client-chime-sdk-identity/src/commands/ListAppInstanceUsersCommand.ts @@ -104,9 +104,6 @@ export class ListAppInstanceUsersCommand extends $Command< ListAppInstanceUsersCommandOutput, ChimeSDKIdentityClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -120,9 +117,7 @@ export class ListAppInstanceUsersCommand extends $Command< * @public */ constructor(readonly input: ListAppInstanceUsersCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -175,7 +170,4 @@ export class ListAppInstanceUsersCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListAppInstanceUsersCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-chime-sdk-identity/src/commands/ListAppInstancesCommand.ts b/clients/client-chime-sdk-identity/src/commands/ListAppInstancesCommand.ts index e3321b30d997..0994539982cc 100644 --- a/clients/client-chime-sdk-identity/src/commands/ListAppInstancesCommand.ts +++ b/clients/client-chime-sdk-identity/src/commands/ListAppInstancesCommand.ts @@ -102,9 +102,6 @@ export class ListAppInstancesCommand extends $Command< ListAppInstancesCommandOutput, ChimeSDKIdentityClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -118,9 +115,7 @@ export class ListAppInstancesCommand extends $Command< * @public */ constructor(readonly input: ListAppInstancesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -173,7 +168,4 @@ export class ListAppInstancesCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListAppInstancesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-chime-sdk-identity/src/commands/ListTagsForResourceCommand.ts b/clients/client-chime-sdk-identity/src/commands/ListTagsForResourceCommand.ts index f05b32ee0ede..d4026bd2eee1 100644 --- a/clients/client-chime-sdk-identity/src/commands/ListTagsForResourceCommand.ts +++ b/clients/client-chime-sdk-identity/src/commands/ListTagsForResourceCommand.ts @@ -97,9 +97,6 @@ export class ListTagsForResourceCommand extends $Command< ListTagsForResourceCommandOutput, ChimeSDKIdentityClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -113,9 +110,7 @@ export class ListTagsForResourceCommand extends $Command< * @public */ constructor(readonly input: ListTagsForResourceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -168,7 +163,4 @@ export class ListTagsForResourceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListTagsForResourceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-chime-sdk-identity/src/commands/PutAppInstanceRetentionSettingsCommand.ts b/clients/client-chime-sdk-identity/src/commands/PutAppInstanceRetentionSettingsCommand.ts index 799a3ec7b17e..13012bc2fe26 100644 --- a/clients/client-chime-sdk-identity/src/commands/PutAppInstanceRetentionSettingsCommand.ts +++ b/clients/client-chime-sdk-identity/src/commands/PutAppInstanceRetentionSettingsCommand.ts @@ -104,9 +104,6 @@ export class PutAppInstanceRetentionSettingsCommand extends $Command< PutAppInstanceRetentionSettingsCommandOutput, ChimeSDKIdentityClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -120,9 +117,7 @@ export class PutAppInstanceRetentionSettingsCommand extends $Command< * @public */ constructor(readonly input: PutAppInstanceRetentionSettingsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -181,7 +176,4 @@ export class PutAppInstanceRetentionSettingsCommand extends $Command< ): Promise { return de_PutAppInstanceRetentionSettingsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-chime-sdk-identity/src/commands/PutAppInstanceUserExpirationSettingsCommand.ts b/clients/client-chime-sdk-identity/src/commands/PutAppInstanceUserExpirationSettingsCommand.ts index 01ef46618982..6c2b782cefb8 100644 --- a/clients/client-chime-sdk-identity/src/commands/PutAppInstanceUserExpirationSettingsCommand.ts +++ b/clients/client-chime-sdk-identity/src/commands/PutAppInstanceUserExpirationSettingsCommand.ts @@ -114,9 +114,6 @@ export class PutAppInstanceUserExpirationSettingsCommand extends $Command< PutAppInstanceUserExpirationSettingsCommandOutput, ChimeSDKIdentityClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -130,9 +127,7 @@ export class PutAppInstanceUserExpirationSettingsCommand extends $Command< * @public */ constructor(readonly input: PutAppInstanceUserExpirationSettingsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -191,7 +186,4 @@ export class PutAppInstanceUserExpirationSettingsCommand extends $Command< ): Promise { return de_PutAppInstanceUserExpirationSettingsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-chime-sdk-identity/src/commands/RegisterAppInstanceUserEndpointCommand.ts b/clients/client-chime-sdk-identity/src/commands/RegisterAppInstanceUserEndpointCommand.ts index 7d7935e5465a..6d50dbeab69b 100644 --- a/clients/client-chime-sdk-identity/src/commands/RegisterAppInstanceUserEndpointCommand.ts +++ b/clients/client-chime-sdk-identity/src/commands/RegisterAppInstanceUserEndpointCommand.ts @@ -114,9 +114,6 @@ export class RegisterAppInstanceUserEndpointCommand extends $Command< RegisterAppInstanceUserEndpointCommandOutput, ChimeSDKIdentityClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -130,9 +127,7 @@ export class RegisterAppInstanceUserEndpointCommand extends $Command< * @public */ constructor(readonly input: RegisterAppInstanceUserEndpointCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -191,7 +186,4 @@ export class RegisterAppInstanceUserEndpointCommand extends $Command< ): Promise { return de_RegisterAppInstanceUserEndpointCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-chime-sdk-identity/src/commands/TagResourceCommand.ts b/clients/client-chime-sdk-identity/src/commands/TagResourceCommand.ts index 5d56feaa27ca..6013f8ab666d 100644 --- a/clients/client-chime-sdk-identity/src/commands/TagResourceCommand.ts +++ b/clients/client-chime-sdk-identity/src/commands/TagResourceCommand.ts @@ -95,9 +95,6 @@ export class TagResourceCommand extends $Command< TagResourceCommandOutput, ChimeSDKIdentityClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -111,9 +108,7 @@ export class TagResourceCommand extends $Command< * @public */ constructor(readonly input: TagResourceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -164,7 +159,4 @@ export class TagResourceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_TagResourceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-chime-sdk-identity/src/commands/UntagResourceCommand.ts b/clients/client-chime-sdk-identity/src/commands/UntagResourceCommand.ts index d5311c817954..5bc53320846a 100644 --- a/clients/client-chime-sdk-identity/src/commands/UntagResourceCommand.ts +++ b/clients/client-chime-sdk-identity/src/commands/UntagResourceCommand.ts @@ -89,9 +89,6 @@ export class UntagResourceCommand extends $Command< UntagResourceCommandOutput, ChimeSDKIdentityClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -105,9 +102,7 @@ export class UntagResourceCommand extends $Command< * @public */ constructor(readonly input: UntagResourceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -158,7 +153,4 @@ export class UntagResourceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UntagResourceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-chime-sdk-identity/src/commands/UpdateAppInstanceBotCommand.ts b/clients/client-chime-sdk-identity/src/commands/UpdateAppInstanceBotCommand.ts index e2985e715c60..7fc6c387bb97 100644 --- a/clients/client-chime-sdk-identity/src/commands/UpdateAppInstanceBotCommand.ts +++ b/clients/client-chime-sdk-identity/src/commands/UpdateAppInstanceBotCommand.ts @@ -113,9 +113,6 @@ export class UpdateAppInstanceBotCommand extends $Command< UpdateAppInstanceBotCommandOutput, ChimeSDKIdentityClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -129,9 +126,7 @@ export class UpdateAppInstanceBotCommand extends $Command< * @public */ constructor(readonly input: UpdateAppInstanceBotCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -184,7 +179,4 @@ export class UpdateAppInstanceBotCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdateAppInstanceBotCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-chime-sdk-identity/src/commands/UpdateAppInstanceCommand.ts b/clients/client-chime-sdk-identity/src/commands/UpdateAppInstanceCommand.ts index fe536a15af8c..3f37546b0f3b 100644 --- a/clients/client-chime-sdk-identity/src/commands/UpdateAppInstanceCommand.ts +++ b/clients/client-chime-sdk-identity/src/commands/UpdateAppInstanceCommand.ts @@ -98,9 +98,6 @@ export class UpdateAppInstanceCommand extends $Command< UpdateAppInstanceCommandOutput, ChimeSDKIdentityClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -114,9 +111,7 @@ export class UpdateAppInstanceCommand extends $Command< * @public */ constructor(readonly input: UpdateAppInstanceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -169,7 +164,4 @@ export class UpdateAppInstanceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdateAppInstanceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-chime-sdk-identity/src/commands/UpdateAppInstanceUserCommand.ts b/clients/client-chime-sdk-identity/src/commands/UpdateAppInstanceUserCommand.ts index 0889da77c0e8..975a353117d8 100644 --- a/clients/client-chime-sdk-identity/src/commands/UpdateAppInstanceUserCommand.ts +++ b/clients/client-chime-sdk-identity/src/commands/UpdateAppInstanceUserCommand.ts @@ -102,9 +102,6 @@ export class UpdateAppInstanceUserCommand extends $Command< UpdateAppInstanceUserCommandOutput, ChimeSDKIdentityClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -118,9 +115,7 @@ export class UpdateAppInstanceUserCommand extends $Command< * @public */ constructor(readonly input: UpdateAppInstanceUserCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -173,7 +168,4 @@ export class UpdateAppInstanceUserCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdateAppInstanceUserCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-chime-sdk-identity/src/commands/UpdateAppInstanceUserEndpointCommand.ts b/clients/client-chime-sdk-identity/src/commands/UpdateAppInstanceUserEndpointCommand.ts index 69b0f08780a2..ea7b6fc8d2bc 100644 --- a/clients/client-chime-sdk-identity/src/commands/UpdateAppInstanceUserEndpointCommand.ts +++ b/clients/client-chime-sdk-identity/src/commands/UpdateAppInstanceUserEndpointCommand.ts @@ -105,9 +105,6 @@ export class UpdateAppInstanceUserEndpointCommand extends $Command< UpdateAppInstanceUserEndpointCommandOutput, ChimeSDKIdentityClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -121,9 +118,7 @@ export class UpdateAppInstanceUserEndpointCommand extends $Command< * @public */ constructor(readonly input: UpdateAppInstanceUserEndpointCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -179,7 +174,4 @@ export class UpdateAppInstanceUserEndpointCommand extends $Command< ): Promise { return de_UpdateAppInstanceUserEndpointCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-chime-sdk-media-pipelines/package.json b/clients/client-chime-sdk-media-pipelines/package.json index ccadc829e902..a8ac2b59b5b0 100644 --- a/clients/client-chime-sdk-media-pipelines/package.json +++ b/clients/client-chime-sdk-media-pipelines/package.json @@ -34,29 +34,29 @@ "@aws-sdk/util-endpoints": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@smithy/config-resolver": "^2.0.16", - "@smithy/fetch-http-handler": "^2.2.4", - "@smithy/hash-node": "^2.0.12", - "@smithy/invalid-dependency": "^2.0.12", - "@smithy/middleware-content-length": "^2.0.14", - "@smithy/middleware-endpoint": "^2.1.3", - "@smithy/middleware-retry": "^2.0.18", - "@smithy/middleware-serde": "^2.0.12", - "@smithy/middleware-stack": "^2.0.6", - "@smithy/node-config-provider": "^2.1.3", - "@smithy/node-http-handler": "^2.1.8", - "@smithy/protocol-http": "^3.0.8", - "@smithy/smithy-client": "^2.1.12", - "@smithy/types": "^2.4.0", - "@smithy/url-parser": "^2.0.12", - "@smithy/util-base64": "^2.0.0", + "@smithy/config-resolver": "^2.0.18", + "@smithy/fetch-http-handler": "^2.2.6", + "@smithy/hash-node": "^2.0.15", + "@smithy/invalid-dependency": "^2.0.13", + "@smithy/middleware-content-length": "^2.0.15", + "@smithy/middleware-endpoint": "^2.2.0", + "@smithy/middleware-retry": "^2.0.20", + "@smithy/middleware-serde": "^2.0.13", + "@smithy/middleware-stack": "^2.0.7", + "@smithy/node-config-provider": "^2.1.5", + "@smithy/node-http-handler": "^2.1.9", + "@smithy/protocol-http": "^3.0.9", + "@smithy/smithy-client": "^2.1.15", + "@smithy/types": "^2.5.0", + "@smithy/url-parser": "^2.0.13", + "@smithy/util-base64": "^2.0.1", "@smithy/util-body-length-browser": "^2.0.0", "@smithy/util-body-length-node": "^2.1.0", - "@smithy/util-defaults-mode-browser": "^2.0.16", - "@smithy/util-defaults-mode-node": "^2.0.21", - "@smithy/util-endpoints": "^1.0.2", - "@smithy/util-retry": "^2.0.5", - "@smithy/util-utf8": "^2.0.0", + "@smithy/util-defaults-mode-browser": "^2.0.19", + "@smithy/util-defaults-mode-node": "^2.0.25", + "@smithy/util-endpoints": "^1.0.4", + "@smithy/util-retry": "^2.0.6", + "@smithy/util-utf8": "^2.0.2", "tslib": "^2.5.0", "uuid": "^8.3.2" }, diff --git a/clients/client-chime-sdk-media-pipelines/src/commands/CreateMediaCapturePipelineCommand.ts b/clients/client-chime-sdk-media-pipelines/src/commands/CreateMediaCapturePipelineCommand.ts index c78a4b41ee09..b9be9fdda304 100644 --- a/clients/client-chime-sdk-media-pipelines/src/commands/CreateMediaCapturePipelineCommand.ts +++ b/clients/client-chime-sdk-media-pipelines/src/commands/CreateMediaCapturePipelineCommand.ts @@ -234,9 +234,6 @@ export class CreateMediaCapturePipelineCommand extends $Command< CreateMediaCapturePipelineCommandOutput, ChimeSDKMediaPipelinesClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -250,9 +247,7 @@ export class CreateMediaCapturePipelineCommand extends $Command< * @public */ constructor(readonly input: CreateMediaCapturePipelineCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -308,7 +303,4 @@ export class CreateMediaCapturePipelineCommand extends $Command< ): Promise { return de_CreateMediaCapturePipelineCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-chime-sdk-media-pipelines/src/commands/CreateMediaConcatenationPipelineCommand.ts b/clients/client-chime-sdk-media-pipelines/src/commands/CreateMediaConcatenationPipelineCommand.ts index 08d1532829ff..69b6be2e66b1 100644 --- a/clients/client-chime-sdk-media-pipelines/src/commands/CreateMediaConcatenationPipelineCommand.ts +++ b/clients/client-chime-sdk-media-pipelines/src/commands/CreateMediaConcatenationPipelineCommand.ts @@ -199,9 +199,6 @@ export class CreateMediaConcatenationPipelineCommand extends $Command< CreateMediaConcatenationPipelineCommandOutput, ChimeSDKMediaPipelinesClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -215,9 +212,7 @@ export class CreateMediaConcatenationPipelineCommand extends $Command< * @public */ constructor(readonly input: CreateMediaConcatenationPipelineCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -276,7 +271,4 @@ export class CreateMediaConcatenationPipelineCommand extends $Command< ): Promise { return de_CreateMediaConcatenationPipelineCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-chime-sdk-media-pipelines/src/commands/CreateMediaInsightsPipelineCommand.ts b/clients/client-chime-sdk-media-pipelines/src/commands/CreateMediaInsightsPipelineCommand.ts index 65bec933e57c..8b90113fef70 100644 --- a/clients/client-chime-sdk-media-pipelines/src/commands/CreateMediaInsightsPipelineCommand.ts +++ b/clients/client-chime-sdk-media-pipelines/src/commands/CreateMediaInsightsPipelineCommand.ts @@ -207,9 +207,6 @@ export class CreateMediaInsightsPipelineCommand extends $Command< CreateMediaInsightsPipelineCommandOutput, ChimeSDKMediaPipelinesClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -223,9 +220,7 @@ export class CreateMediaInsightsPipelineCommand extends $Command< * @public */ constructor(readonly input: CreateMediaInsightsPipelineCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -281,7 +276,4 @@ export class CreateMediaInsightsPipelineCommand extends $Command< ): Promise { return de_CreateMediaInsightsPipelineCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-chime-sdk-media-pipelines/src/commands/CreateMediaInsightsPipelineConfigurationCommand.ts b/clients/client-chime-sdk-media-pipelines/src/commands/CreateMediaInsightsPipelineConfigurationCommand.ts index 672d1be00ad1..88984a0988a8 100644 --- a/clients/client-chime-sdk-media-pipelines/src/commands/CreateMediaInsightsPipelineConfigurationCommand.ts +++ b/clients/client-chime-sdk-media-pipelines/src/commands/CreateMediaInsightsPipelineConfigurationCommand.ts @@ -309,9 +309,6 @@ export class CreateMediaInsightsPipelineConfigurationCommand extends $Command< CreateMediaInsightsPipelineConfigurationCommandOutput, ChimeSDKMediaPipelinesClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -325,9 +322,7 @@ export class CreateMediaInsightsPipelineConfigurationCommand extends $Command< * @public */ constructor(readonly input: CreateMediaInsightsPipelineConfigurationCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -392,7 +387,4 @@ export class CreateMediaInsightsPipelineConfigurationCommand extends $Command< ): Promise { return de_CreateMediaInsightsPipelineConfigurationCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-chime-sdk-media-pipelines/src/commands/CreateMediaLiveConnectorPipelineCommand.ts b/clients/client-chime-sdk-media-pipelines/src/commands/CreateMediaLiveConnectorPipelineCommand.ts index 8de375114211..a0fad00d4b01 100644 --- a/clients/client-chime-sdk-media-pipelines/src/commands/CreateMediaLiveConnectorPipelineCommand.ts +++ b/clients/client-chime-sdk-media-pipelines/src/commands/CreateMediaLiveConnectorPipelineCommand.ts @@ -239,9 +239,6 @@ export class CreateMediaLiveConnectorPipelineCommand extends $Command< CreateMediaLiveConnectorPipelineCommandOutput, ChimeSDKMediaPipelinesClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -255,9 +252,7 @@ export class CreateMediaLiveConnectorPipelineCommand extends $Command< * @public */ constructor(readonly input: CreateMediaLiveConnectorPipelineCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -316,7 +311,4 @@ export class CreateMediaLiveConnectorPipelineCommand extends $Command< ): Promise { return de_CreateMediaLiveConnectorPipelineCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-chime-sdk-media-pipelines/src/commands/CreateMediaPipelineKinesisVideoStreamPoolCommand.ts b/clients/client-chime-sdk-media-pipelines/src/commands/CreateMediaPipelineKinesisVideoStreamPoolCommand.ts index 954aaeae00e2..8667ff519464 100644 --- a/clients/client-chime-sdk-media-pipelines/src/commands/CreateMediaPipelineKinesisVideoStreamPoolCommand.ts +++ b/clients/client-chime-sdk-media-pipelines/src/commands/CreateMediaPipelineKinesisVideoStreamPoolCommand.ts @@ -133,9 +133,6 @@ export class CreateMediaPipelineKinesisVideoStreamPoolCommand extends $Command< CreateMediaPipelineKinesisVideoStreamPoolCommandOutput, ChimeSDKMediaPipelinesClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -149,9 +146,7 @@ export class CreateMediaPipelineKinesisVideoStreamPoolCommand extends $Command< * @public */ constructor(readonly input: CreateMediaPipelineKinesisVideoStreamPoolCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -216,7 +211,4 @@ export class CreateMediaPipelineKinesisVideoStreamPoolCommand extends $Command< ): Promise { return de_CreateMediaPipelineKinesisVideoStreamPoolCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-chime-sdk-media-pipelines/src/commands/CreateMediaStreamPipelineCommand.ts b/clients/client-chime-sdk-media-pipelines/src/commands/CreateMediaStreamPipelineCommand.ts index 7558c4f66db8..fc3d01d5b128 100644 --- a/clients/client-chime-sdk-media-pipelines/src/commands/CreateMediaStreamPipelineCommand.ts +++ b/clients/client-chime-sdk-media-pipelines/src/commands/CreateMediaStreamPipelineCommand.ts @@ -143,9 +143,6 @@ export class CreateMediaStreamPipelineCommand extends $Command< CreateMediaStreamPipelineCommandOutput, ChimeSDKMediaPipelinesClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -159,9 +156,7 @@ export class CreateMediaStreamPipelineCommand extends $Command< * @public */ constructor(readonly input: CreateMediaStreamPipelineCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -217,7 +212,4 @@ export class CreateMediaStreamPipelineCommand extends $Command< ): Promise { return de_CreateMediaStreamPipelineCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-chime-sdk-media-pipelines/src/commands/DeleteMediaCapturePipelineCommand.ts b/clients/client-chime-sdk-media-pipelines/src/commands/DeleteMediaCapturePipelineCommand.ts index a0ba28f2d488..1706453b7154 100644 --- a/clients/client-chime-sdk-media-pipelines/src/commands/DeleteMediaCapturePipelineCommand.ts +++ b/clients/client-chime-sdk-media-pipelines/src/commands/DeleteMediaCapturePipelineCommand.ts @@ -93,9 +93,6 @@ export class DeleteMediaCapturePipelineCommand extends $Command< DeleteMediaCapturePipelineCommandOutput, ChimeSDKMediaPipelinesClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -109,9 +106,7 @@ export class DeleteMediaCapturePipelineCommand extends $Command< * @public */ constructor(readonly input: DeleteMediaCapturePipelineCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -167,7 +162,4 @@ export class DeleteMediaCapturePipelineCommand extends $Command< ): Promise { return de_DeleteMediaCapturePipelineCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-chime-sdk-media-pipelines/src/commands/DeleteMediaInsightsPipelineConfigurationCommand.ts b/clients/client-chime-sdk-media-pipelines/src/commands/DeleteMediaInsightsPipelineConfigurationCommand.ts index 67f2e225332f..a3140f6a2403 100644 --- a/clients/client-chime-sdk-media-pipelines/src/commands/DeleteMediaInsightsPipelineConfigurationCommand.ts +++ b/clients/client-chime-sdk-media-pipelines/src/commands/DeleteMediaInsightsPipelineConfigurationCommand.ts @@ -101,9 +101,6 @@ export class DeleteMediaInsightsPipelineConfigurationCommand extends $Command< DeleteMediaInsightsPipelineConfigurationCommandOutput, ChimeSDKMediaPipelinesClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -117,9 +114,7 @@ export class DeleteMediaInsightsPipelineConfigurationCommand extends $Command< * @public */ constructor(readonly input: DeleteMediaInsightsPipelineConfigurationCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -184,7 +179,4 @@ export class DeleteMediaInsightsPipelineConfigurationCommand extends $Command< ): Promise { return de_DeleteMediaInsightsPipelineConfigurationCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-chime-sdk-media-pipelines/src/commands/DeleteMediaPipelineCommand.ts b/clients/client-chime-sdk-media-pipelines/src/commands/DeleteMediaPipelineCommand.ts index 599288804306..4b64afe2b752 100644 --- a/clients/client-chime-sdk-media-pipelines/src/commands/DeleteMediaPipelineCommand.ts +++ b/clients/client-chime-sdk-media-pipelines/src/commands/DeleteMediaPipelineCommand.ts @@ -97,9 +97,6 @@ export class DeleteMediaPipelineCommand extends $Command< DeleteMediaPipelineCommandOutput, ChimeSDKMediaPipelinesClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -113,9 +110,7 @@ export class DeleteMediaPipelineCommand extends $Command< * @public */ constructor(readonly input: DeleteMediaPipelineCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -168,7 +163,4 @@ export class DeleteMediaPipelineCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteMediaPipelineCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-chime-sdk-media-pipelines/src/commands/DeleteMediaPipelineKinesisVideoStreamPoolCommand.ts b/clients/client-chime-sdk-media-pipelines/src/commands/DeleteMediaPipelineKinesisVideoStreamPoolCommand.ts index c84d0ea7a8bc..6b7e1c705db9 100644 --- a/clients/client-chime-sdk-media-pipelines/src/commands/DeleteMediaPipelineKinesisVideoStreamPoolCommand.ts +++ b/clients/client-chime-sdk-media-pipelines/src/commands/DeleteMediaPipelineKinesisVideoStreamPoolCommand.ts @@ -101,9 +101,6 @@ export class DeleteMediaPipelineKinesisVideoStreamPoolCommand extends $Command< DeleteMediaPipelineKinesisVideoStreamPoolCommandOutput, ChimeSDKMediaPipelinesClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -117,9 +114,7 @@ export class DeleteMediaPipelineKinesisVideoStreamPoolCommand extends $Command< * @public */ constructor(readonly input: DeleteMediaPipelineKinesisVideoStreamPoolCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -184,7 +179,4 @@ export class DeleteMediaPipelineKinesisVideoStreamPoolCommand extends $Command< ): Promise { return de_DeleteMediaPipelineKinesisVideoStreamPoolCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-chime-sdk-media-pipelines/src/commands/GetMediaCapturePipelineCommand.ts b/clients/client-chime-sdk-media-pipelines/src/commands/GetMediaCapturePipelineCommand.ts index 558c8d8b63b7..b705ccf95542 100644 --- a/clients/client-chime-sdk-media-pipelines/src/commands/GetMediaCapturePipelineCommand.ts +++ b/clients/client-chime-sdk-media-pipelines/src/commands/GetMediaCapturePipelineCommand.ts @@ -166,9 +166,6 @@ export class GetMediaCapturePipelineCommand extends $Command< GetMediaCapturePipelineCommandOutput, ChimeSDKMediaPipelinesClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -182,9 +179,7 @@ export class GetMediaCapturePipelineCommand extends $Command< * @public */ constructor(readonly input: GetMediaCapturePipelineCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -237,7 +232,4 @@ export class GetMediaCapturePipelineCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetMediaCapturePipelineCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-chime-sdk-media-pipelines/src/commands/GetMediaInsightsPipelineConfigurationCommand.ts b/clients/client-chime-sdk-media-pipelines/src/commands/GetMediaInsightsPipelineConfigurationCommand.ts index 3428f10c2dbc..a505aeefebc8 100644 --- a/clients/client-chime-sdk-media-pipelines/src/commands/GetMediaInsightsPipelineConfigurationCommand.ts +++ b/clients/client-chime-sdk-media-pipelines/src/commands/GetMediaInsightsPipelineConfigurationCommand.ts @@ -204,9 +204,6 @@ export class GetMediaInsightsPipelineConfigurationCommand extends $Command< GetMediaInsightsPipelineConfigurationCommandOutput, ChimeSDKMediaPipelinesClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -220,9 +217,7 @@ export class GetMediaInsightsPipelineConfigurationCommand extends $Command< * @public */ constructor(readonly input: GetMediaInsightsPipelineConfigurationCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -281,7 +276,4 @@ export class GetMediaInsightsPipelineConfigurationCommand extends $Command< ): Promise { return de_GetMediaInsightsPipelineConfigurationCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-chime-sdk-media-pipelines/src/commands/GetMediaPipelineCommand.ts b/clients/client-chime-sdk-media-pipelines/src/commands/GetMediaPipelineCommand.ts index bd6aaae03e8d..6d5cff69f3ef 100644 --- a/clients/client-chime-sdk-media-pipelines/src/commands/GetMediaPipelineCommand.ts +++ b/clients/client-chime-sdk-media-pipelines/src/commands/GetMediaPipelineCommand.ts @@ -358,9 +358,6 @@ export class GetMediaPipelineCommand extends $Command< GetMediaPipelineCommandOutput, ChimeSDKMediaPipelinesClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -374,9 +371,7 @@ export class GetMediaPipelineCommand extends $Command< * @public */ constructor(readonly input: GetMediaPipelineCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -429,7 +424,4 @@ export class GetMediaPipelineCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetMediaPipelineCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-chime-sdk-media-pipelines/src/commands/GetMediaPipelineKinesisVideoStreamPoolCommand.ts b/clients/client-chime-sdk-media-pipelines/src/commands/GetMediaPipelineKinesisVideoStreamPoolCommand.ts index f144194bcdb7..4ef547eee2d9 100644 --- a/clients/client-chime-sdk-media-pipelines/src/commands/GetMediaPipelineKinesisVideoStreamPoolCommand.ts +++ b/clients/client-chime-sdk-media-pipelines/src/commands/GetMediaPipelineKinesisVideoStreamPoolCommand.ts @@ -117,9 +117,6 @@ export class GetMediaPipelineKinesisVideoStreamPoolCommand extends $Command< GetMediaPipelineKinesisVideoStreamPoolCommandOutput, ChimeSDKMediaPipelinesClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -133,9 +130,7 @@ export class GetMediaPipelineKinesisVideoStreamPoolCommand extends $Command< * @public */ constructor(readonly input: GetMediaPipelineKinesisVideoStreamPoolCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -194,7 +189,4 @@ export class GetMediaPipelineKinesisVideoStreamPoolCommand extends $Command< ): Promise { return de_GetMediaPipelineKinesisVideoStreamPoolCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-chime-sdk-media-pipelines/src/commands/GetSpeakerSearchTaskCommand.ts b/clients/client-chime-sdk-media-pipelines/src/commands/GetSpeakerSearchTaskCommand.ts index c8ad0e574225..472d6c8de2e9 100644 --- a/clients/client-chime-sdk-media-pipelines/src/commands/GetSpeakerSearchTaskCommand.ts +++ b/clients/client-chime-sdk-media-pipelines/src/commands/GetSpeakerSearchTaskCommand.ts @@ -101,9 +101,6 @@ export class GetSpeakerSearchTaskCommand extends $Command< GetSpeakerSearchTaskCommandOutput, ChimeSDKMediaPipelinesClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -117,9 +114,7 @@ export class GetSpeakerSearchTaskCommand extends $Command< * @public */ constructor(readonly input: GetSpeakerSearchTaskCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -172,7 +167,4 @@ export class GetSpeakerSearchTaskCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetSpeakerSearchTaskCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-chime-sdk-media-pipelines/src/commands/GetVoiceToneAnalysisTaskCommand.ts b/clients/client-chime-sdk-media-pipelines/src/commands/GetVoiceToneAnalysisTaskCommand.ts index 7eec62cb6fb7..75c94138761c 100644 --- a/clients/client-chime-sdk-media-pipelines/src/commands/GetVoiceToneAnalysisTaskCommand.ts +++ b/clients/client-chime-sdk-media-pipelines/src/commands/GetVoiceToneAnalysisTaskCommand.ts @@ -101,9 +101,6 @@ export class GetVoiceToneAnalysisTaskCommand extends $Command< GetVoiceToneAnalysisTaskCommandOutput, ChimeSDKMediaPipelinesClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -117,9 +114,7 @@ export class GetVoiceToneAnalysisTaskCommand extends $Command< * @public */ constructor(readonly input: GetVoiceToneAnalysisTaskCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -172,7 +167,4 @@ export class GetVoiceToneAnalysisTaskCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetVoiceToneAnalysisTaskCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-chime-sdk-media-pipelines/src/commands/ListMediaCapturePipelinesCommand.ts b/clients/client-chime-sdk-media-pipelines/src/commands/ListMediaCapturePipelinesCommand.ts index 551863294367..4a62bab3c715 100644 --- a/clients/client-chime-sdk-media-pipelines/src/commands/ListMediaCapturePipelinesCommand.ts +++ b/clients/client-chime-sdk-media-pipelines/src/commands/ListMediaCapturePipelinesCommand.ts @@ -102,9 +102,6 @@ export class ListMediaCapturePipelinesCommand extends $Command< ListMediaCapturePipelinesCommandOutput, ChimeSDKMediaPipelinesClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -118,9 +115,7 @@ export class ListMediaCapturePipelinesCommand extends $Command< * @public */ constructor(readonly input: ListMediaCapturePipelinesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -176,7 +171,4 @@ export class ListMediaCapturePipelinesCommand extends $Command< ): Promise { return de_ListMediaCapturePipelinesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-chime-sdk-media-pipelines/src/commands/ListMediaInsightsPipelineConfigurationsCommand.ts b/clients/client-chime-sdk-media-pipelines/src/commands/ListMediaInsightsPipelineConfigurationsCommand.ts index 34cfc123672a..bfc7482a66b5 100644 --- a/clients/client-chime-sdk-media-pipelines/src/commands/ListMediaInsightsPipelineConfigurationsCommand.ts +++ b/clients/client-chime-sdk-media-pipelines/src/commands/ListMediaInsightsPipelineConfigurationsCommand.ts @@ -113,9 +113,6 @@ export class ListMediaInsightsPipelineConfigurationsCommand extends $Command< ListMediaInsightsPipelineConfigurationsCommandOutput, ChimeSDKMediaPipelinesClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -129,9 +126,7 @@ export class ListMediaInsightsPipelineConfigurationsCommand extends $Command< * @public */ constructor(readonly input: ListMediaInsightsPipelineConfigurationsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -196,7 +191,4 @@ export class ListMediaInsightsPipelineConfigurationsCommand extends $Command< ): Promise { return de_ListMediaInsightsPipelineConfigurationsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-chime-sdk-media-pipelines/src/commands/ListMediaPipelineKinesisVideoStreamPoolsCommand.ts b/clients/client-chime-sdk-media-pipelines/src/commands/ListMediaPipelineKinesisVideoStreamPoolsCommand.ts index a50bf0ff6d73..87dcb53f81b4 100644 --- a/clients/client-chime-sdk-media-pipelines/src/commands/ListMediaPipelineKinesisVideoStreamPoolsCommand.ts +++ b/clients/client-chime-sdk-media-pipelines/src/commands/ListMediaPipelineKinesisVideoStreamPoolsCommand.ts @@ -113,9 +113,6 @@ export class ListMediaPipelineKinesisVideoStreamPoolsCommand extends $Command< ListMediaPipelineKinesisVideoStreamPoolsCommandOutput, ChimeSDKMediaPipelinesClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -129,9 +126,7 @@ export class ListMediaPipelineKinesisVideoStreamPoolsCommand extends $Command< * @public */ constructor(readonly input: ListMediaPipelineKinesisVideoStreamPoolsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -196,7 +191,4 @@ export class ListMediaPipelineKinesisVideoStreamPoolsCommand extends $Command< ): Promise { return de_ListMediaPipelineKinesisVideoStreamPoolsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-chime-sdk-media-pipelines/src/commands/ListMediaPipelinesCommand.ts b/clients/client-chime-sdk-media-pipelines/src/commands/ListMediaPipelinesCommand.ts index 1e688584d842..941d9b27b61a 100644 --- a/clients/client-chime-sdk-media-pipelines/src/commands/ListMediaPipelinesCommand.ts +++ b/clients/client-chime-sdk-media-pipelines/src/commands/ListMediaPipelinesCommand.ts @@ -102,9 +102,6 @@ export class ListMediaPipelinesCommand extends $Command< ListMediaPipelinesCommandOutput, ChimeSDKMediaPipelinesClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -118,9 +115,7 @@ export class ListMediaPipelinesCommand extends $Command< * @public */ constructor(readonly input: ListMediaPipelinesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -173,7 +168,4 @@ export class ListMediaPipelinesCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListMediaPipelinesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-chime-sdk-media-pipelines/src/commands/ListTagsForResourceCommand.ts b/clients/client-chime-sdk-media-pipelines/src/commands/ListTagsForResourceCommand.ts index 05c80c98235c..abca841d721b 100644 --- a/clients/client-chime-sdk-media-pipelines/src/commands/ListTagsForResourceCommand.ts +++ b/clients/client-chime-sdk-media-pipelines/src/commands/ListTagsForResourceCommand.ts @@ -100,9 +100,6 @@ export class ListTagsForResourceCommand extends $Command< ListTagsForResourceCommandOutput, ChimeSDKMediaPipelinesClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -116,9 +113,7 @@ export class ListTagsForResourceCommand extends $Command< * @public */ constructor(readonly input: ListTagsForResourceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -171,7 +166,4 @@ export class ListTagsForResourceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListTagsForResourceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-chime-sdk-media-pipelines/src/commands/StartSpeakerSearchTaskCommand.ts b/clients/client-chime-sdk-media-pipelines/src/commands/StartSpeakerSearchTaskCommand.ts index 925609fe294d..d50538128bd8 100644 --- a/clients/client-chime-sdk-media-pipelines/src/commands/StartSpeakerSearchTaskCommand.ts +++ b/clients/client-chime-sdk-media-pipelines/src/commands/StartSpeakerSearchTaskCommand.ts @@ -119,9 +119,6 @@ export class StartSpeakerSearchTaskCommand extends $Command< StartSpeakerSearchTaskCommandOutput, ChimeSDKMediaPipelinesClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -135,9 +132,7 @@ export class StartSpeakerSearchTaskCommand extends $Command< * @public */ constructor(readonly input: StartSpeakerSearchTaskCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -190,7 +185,4 @@ export class StartSpeakerSearchTaskCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_StartSpeakerSearchTaskCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-chime-sdk-media-pipelines/src/commands/StartVoiceToneAnalysisTaskCommand.ts b/clients/client-chime-sdk-media-pipelines/src/commands/StartVoiceToneAnalysisTaskCommand.ts index e2ec66a29001..fe213418dcea 100644 --- a/clients/client-chime-sdk-media-pipelines/src/commands/StartVoiceToneAnalysisTaskCommand.ts +++ b/clients/client-chime-sdk-media-pipelines/src/commands/StartVoiceToneAnalysisTaskCommand.ts @@ -121,9 +121,6 @@ export class StartVoiceToneAnalysisTaskCommand extends $Command< StartVoiceToneAnalysisTaskCommandOutput, ChimeSDKMediaPipelinesClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -137,9 +134,7 @@ export class StartVoiceToneAnalysisTaskCommand extends $Command< * @public */ constructor(readonly input: StartVoiceToneAnalysisTaskCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -195,7 +190,4 @@ export class StartVoiceToneAnalysisTaskCommand extends $Command< ): Promise { return de_StartVoiceToneAnalysisTaskCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-chime-sdk-media-pipelines/src/commands/StopSpeakerSearchTaskCommand.ts b/clients/client-chime-sdk-media-pipelines/src/commands/StopSpeakerSearchTaskCommand.ts index 04c9b122a719..482cbb47b052 100644 --- a/clients/client-chime-sdk-media-pipelines/src/commands/StopSpeakerSearchTaskCommand.ts +++ b/clients/client-chime-sdk-media-pipelines/src/commands/StopSpeakerSearchTaskCommand.ts @@ -98,9 +98,6 @@ export class StopSpeakerSearchTaskCommand extends $Command< StopSpeakerSearchTaskCommandOutput, ChimeSDKMediaPipelinesClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -114,9 +111,7 @@ export class StopSpeakerSearchTaskCommand extends $Command< * @public */ constructor(readonly input: StopSpeakerSearchTaskCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -169,7 +164,4 @@ export class StopSpeakerSearchTaskCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_StopSpeakerSearchTaskCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-chime-sdk-media-pipelines/src/commands/StopVoiceToneAnalysisTaskCommand.ts b/clients/client-chime-sdk-media-pipelines/src/commands/StopVoiceToneAnalysisTaskCommand.ts index 3f8e21a0ebcd..01c9b63005b4 100644 --- a/clients/client-chime-sdk-media-pipelines/src/commands/StopVoiceToneAnalysisTaskCommand.ts +++ b/clients/client-chime-sdk-media-pipelines/src/commands/StopVoiceToneAnalysisTaskCommand.ts @@ -98,9 +98,6 @@ export class StopVoiceToneAnalysisTaskCommand extends $Command< StopVoiceToneAnalysisTaskCommandOutput, ChimeSDKMediaPipelinesClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -114,9 +111,7 @@ export class StopVoiceToneAnalysisTaskCommand extends $Command< * @public */ constructor(readonly input: StopVoiceToneAnalysisTaskCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -172,7 +167,4 @@ export class StopVoiceToneAnalysisTaskCommand extends $Command< ): Promise { return de_StopVoiceToneAnalysisTaskCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-chime-sdk-media-pipelines/src/commands/TagResourceCommand.ts b/clients/client-chime-sdk-media-pipelines/src/commands/TagResourceCommand.ts index 7a015c249510..f260d89bca93 100644 --- a/clients/client-chime-sdk-media-pipelines/src/commands/TagResourceCommand.ts +++ b/clients/client-chime-sdk-media-pipelines/src/commands/TagResourceCommand.ts @@ -99,9 +99,6 @@ export class TagResourceCommand extends $Command< TagResourceCommandOutput, ChimeSDKMediaPipelinesClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -115,9 +112,7 @@ export class TagResourceCommand extends $Command< * @public */ constructor(readonly input: TagResourceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -168,7 +163,4 @@ export class TagResourceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_TagResourceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-chime-sdk-media-pipelines/src/commands/UntagResourceCommand.ts b/clients/client-chime-sdk-media-pipelines/src/commands/UntagResourceCommand.ts index 67dd1fa5452d..2a099b9c5461 100644 --- a/clients/client-chime-sdk-media-pipelines/src/commands/UntagResourceCommand.ts +++ b/clients/client-chime-sdk-media-pipelines/src/commands/UntagResourceCommand.ts @@ -96,9 +96,6 @@ export class UntagResourceCommand extends $Command< UntagResourceCommandOutput, ChimeSDKMediaPipelinesClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -112,9 +109,7 @@ export class UntagResourceCommand extends $Command< * @public */ constructor(readonly input: UntagResourceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -165,7 +160,4 @@ export class UntagResourceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UntagResourceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-chime-sdk-media-pipelines/src/commands/UpdateMediaInsightsPipelineConfigurationCommand.ts b/clients/client-chime-sdk-media-pipelines/src/commands/UpdateMediaInsightsPipelineConfigurationCommand.ts index 9d961a7076f1..a49555b3fa7b 100644 --- a/clients/client-chime-sdk-media-pipelines/src/commands/UpdateMediaInsightsPipelineConfigurationCommand.ts +++ b/clients/client-chime-sdk-media-pipelines/src/commands/UpdateMediaInsightsPipelineConfigurationCommand.ts @@ -302,9 +302,6 @@ export class UpdateMediaInsightsPipelineConfigurationCommand extends $Command< UpdateMediaInsightsPipelineConfigurationCommandOutput, ChimeSDKMediaPipelinesClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -318,9 +315,7 @@ export class UpdateMediaInsightsPipelineConfigurationCommand extends $Command< * @public */ constructor(readonly input: UpdateMediaInsightsPipelineConfigurationCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -385,7 +380,4 @@ export class UpdateMediaInsightsPipelineConfigurationCommand extends $Command< ): Promise { return de_UpdateMediaInsightsPipelineConfigurationCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-chime-sdk-media-pipelines/src/commands/UpdateMediaInsightsPipelineStatusCommand.ts b/clients/client-chime-sdk-media-pipelines/src/commands/UpdateMediaInsightsPipelineStatusCommand.ts index 3f129b630c1d..b1606b3a9420 100644 --- a/clients/client-chime-sdk-media-pipelines/src/commands/UpdateMediaInsightsPipelineStatusCommand.ts +++ b/clients/client-chime-sdk-media-pipelines/src/commands/UpdateMediaInsightsPipelineStatusCommand.ts @@ -101,9 +101,6 @@ export class UpdateMediaInsightsPipelineStatusCommand extends $Command< UpdateMediaInsightsPipelineStatusCommandOutput, ChimeSDKMediaPipelinesClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -117,9 +114,7 @@ export class UpdateMediaInsightsPipelineStatusCommand extends $Command< * @public */ constructor(readonly input: UpdateMediaInsightsPipelineStatusCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -178,7 +173,4 @@ export class UpdateMediaInsightsPipelineStatusCommand extends $Command< ): Promise { return de_UpdateMediaInsightsPipelineStatusCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-chime-sdk-media-pipelines/src/commands/UpdateMediaPipelineKinesisVideoStreamPoolCommand.ts b/clients/client-chime-sdk-media-pipelines/src/commands/UpdateMediaPipelineKinesisVideoStreamPoolCommand.ts index c53926cf4699..be6fa14f5dda 100644 --- a/clients/client-chime-sdk-media-pipelines/src/commands/UpdateMediaPipelineKinesisVideoStreamPoolCommand.ts +++ b/clients/client-chime-sdk-media-pipelines/src/commands/UpdateMediaPipelineKinesisVideoStreamPoolCommand.ts @@ -124,9 +124,6 @@ export class UpdateMediaPipelineKinesisVideoStreamPoolCommand extends $Command< UpdateMediaPipelineKinesisVideoStreamPoolCommandOutput, ChimeSDKMediaPipelinesClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -140,9 +137,7 @@ export class UpdateMediaPipelineKinesisVideoStreamPoolCommand extends $Command< * @public */ constructor(readonly input: UpdateMediaPipelineKinesisVideoStreamPoolCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -207,7 +202,4 @@ export class UpdateMediaPipelineKinesisVideoStreamPoolCommand extends $Command< ): Promise { return de_UpdateMediaPipelineKinesisVideoStreamPoolCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-chime-sdk-meetings/package.json b/clients/client-chime-sdk-meetings/package.json index a434200c4c24..adf2295ff78d 100644 --- a/clients/client-chime-sdk-meetings/package.json +++ b/clients/client-chime-sdk-meetings/package.json @@ -34,29 +34,29 @@ "@aws-sdk/util-endpoints": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@smithy/config-resolver": "^2.0.16", - "@smithy/fetch-http-handler": "^2.2.4", - "@smithy/hash-node": "^2.0.12", - "@smithy/invalid-dependency": "^2.0.12", - "@smithy/middleware-content-length": "^2.0.14", - "@smithy/middleware-endpoint": "^2.1.3", - "@smithy/middleware-retry": "^2.0.18", - "@smithy/middleware-serde": "^2.0.12", - "@smithy/middleware-stack": "^2.0.6", - "@smithy/node-config-provider": "^2.1.3", - "@smithy/node-http-handler": "^2.1.8", - "@smithy/protocol-http": "^3.0.8", - "@smithy/smithy-client": "^2.1.12", - "@smithy/types": "^2.4.0", - "@smithy/url-parser": "^2.0.12", - "@smithy/util-base64": "^2.0.0", + "@smithy/config-resolver": "^2.0.18", + "@smithy/fetch-http-handler": "^2.2.6", + "@smithy/hash-node": "^2.0.15", + "@smithy/invalid-dependency": "^2.0.13", + "@smithy/middleware-content-length": "^2.0.15", + "@smithy/middleware-endpoint": "^2.2.0", + "@smithy/middleware-retry": "^2.0.20", + "@smithy/middleware-serde": "^2.0.13", + "@smithy/middleware-stack": "^2.0.7", + "@smithy/node-config-provider": "^2.1.5", + "@smithy/node-http-handler": "^2.1.9", + "@smithy/protocol-http": "^3.0.9", + "@smithy/smithy-client": "^2.1.15", + "@smithy/types": "^2.5.0", + "@smithy/url-parser": "^2.0.13", + "@smithy/util-base64": "^2.0.1", "@smithy/util-body-length-browser": "^2.0.0", "@smithy/util-body-length-node": "^2.1.0", - "@smithy/util-defaults-mode-browser": "^2.0.16", - "@smithy/util-defaults-mode-node": "^2.0.21", - "@smithy/util-endpoints": "^1.0.2", - "@smithy/util-retry": "^2.0.5", - "@smithy/util-utf8": "^2.0.0", + "@smithy/util-defaults-mode-browser": "^2.0.19", + "@smithy/util-defaults-mode-node": "^2.0.25", + "@smithy/util-endpoints": "^1.0.4", + "@smithy/util-retry": "^2.0.6", + "@smithy/util-utf8": "^2.0.2", "tslib": "^2.5.0", "uuid": "^8.3.2" }, diff --git a/clients/client-chime-sdk-meetings/src/commands/BatchCreateAttendeeCommand.ts b/clients/client-chime-sdk-meetings/src/commands/BatchCreateAttendeeCommand.ts index 754f06ab9d08..74d271ef9b74 100644 --- a/clients/client-chime-sdk-meetings/src/commands/BatchCreateAttendeeCommand.ts +++ b/clients/client-chime-sdk-meetings/src/commands/BatchCreateAttendeeCommand.ts @@ -131,9 +131,6 @@ export class BatchCreateAttendeeCommand extends $Command< BatchCreateAttendeeCommandOutput, ChimeSDKMeetingsClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -147,9 +144,7 @@ export class BatchCreateAttendeeCommand extends $Command< * @public */ constructor(readonly input: BatchCreateAttendeeCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -202,7 +197,4 @@ export class BatchCreateAttendeeCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_BatchCreateAttendeeCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-chime-sdk-meetings/src/commands/BatchUpdateAttendeeCapabilitiesExceptCommand.ts b/clients/client-chime-sdk-meetings/src/commands/BatchUpdateAttendeeCapabilitiesExceptCommand.ts index 1cd218476661..f8ee8c8b7c0e 100644 --- a/clients/client-chime-sdk-meetings/src/commands/BatchUpdateAttendeeCapabilitiesExceptCommand.ts +++ b/clients/client-chime-sdk-meetings/src/commands/BatchUpdateAttendeeCapabilitiesExceptCommand.ts @@ -126,9 +126,6 @@ export class BatchUpdateAttendeeCapabilitiesExceptCommand extends $Command< BatchUpdateAttendeeCapabilitiesExceptCommandOutput, ChimeSDKMeetingsClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -142,9 +139,7 @@ export class BatchUpdateAttendeeCapabilitiesExceptCommand extends $Command< * @public */ constructor(readonly input: BatchUpdateAttendeeCapabilitiesExceptCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -203,7 +198,4 @@ export class BatchUpdateAttendeeCapabilitiesExceptCommand extends $Command< ): Promise { return de_BatchUpdateAttendeeCapabilitiesExceptCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-chime-sdk-meetings/src/commands/CreateAttendeeCommand.ts b/clients/client-chime-sdk-meetings/src/commands/CreateAttendeeCommand.ts index 60a3ffd86140..630035e41eaf 100644 --- a/clients/client-chime-sdk-meetings/src/commands/CreateAttendeeCommand.ts +++ b/clients/client-chime-sdk-meetings/src/commands/CreateAttendeeCommand.ts @@ -122,9 +122,6 @@ export class CreateAttendeeCommand extends $Command< CreateAttendeeCommandOutput, ChimeSDKMeetingsClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -138,9 +135,7 @@ export class CreateAttendeeCommand extends $Command< * @public */ constructor(readonly input: CreateAttendeeCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -193,7 +188,4 @@ export class CreateAttendeeCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateAttendeeCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-chime-sdk-meetings/src/commands/CreateMeetingCommand.ts b/clients/client-chime-sdk-meetings/src/commands/CreateMeetingCommand.ts index 9b21c1f6e221..78036e1d5a61 100644 --- a/clients/client-chime-sdk-meetings/src/commands/CreateMeetingCommand.ts +++ b/clients/client-chime-sdk-meetings/src/commands/CreateMeetingCommand.ts @@ -153,9 +153,6 @@ export class CreateMeetingCommand extends $Command< CreateMeetingCommandOutput, ChimeSDKMeetingsClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -169,9 +166,7 @@ export class CreateMeetingCommand extends $Command< * @public */ constructor(readonly input: CreateMeetingCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -222,7 +217,4 @@ export class CreateMeetingCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateMeetingCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-chime-sdk-meetings/src/commands/CreateMeetingWithAttendeesCommand.ts b/clients/client-chime-sdk-meetings/src/commands/CreateMeetingWithAttendeesCommand.ts index ef517c58b9db..bfb0818d15e5 100644 --- a/clients/client-chime-sdk-meetings/src/commands/CreateMeetingWithAttendeesCommand.ts +++ b/clients/client-chime-sdk-meetings/src/commands/CreateMeetingWithAttendeesCommand.ts @@ -182,9 +182,6 @@ export class CreateMeetingWithAttendeesCommand extends $Command< CreateMeetingWithAttendeesCommandOutput, ChimeSDKMeetingsClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -198,9 +195,7 @@ export class CreateMeetingWithAttendeesCommand extends $Command< * @public */ constructor(readonly input: CreateMeetingWithAttendeesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -256,7 +251,4 @@ export class CreateMeetingWithAttendeesCommand extends $Command< ): Promise { return de_CreateMeetingWithAttendeesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-chime-sdk-meetings/src/commands/DeleteAttendeeCommand.ts b/clients/client-chime-sdk-meetings/src/commands/DeleteAttendeeCommand.ts index 4e58febe7c67..f1ededb37240 100644 --- a/clients/client-chime-sdk-meetings/src/commands/DeleteAttendeeCommand.ts +++ b/clients/client-chime-sdk-meetings/src/commands/DeleteAttendeeCommand.ts @@ -93,9 +93,6 @@ export class DeleteAttendeeCommand extends $Command< DeleteAttendeeCommandOutput, ChimeSDKMeetingsClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -109,9 +106,7 @@ export class DeleteAttendeeCommand extends $Command< * @public */ constructor(readonly input: DeleteAttendeeCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -164,7 +159,4 @@ export class DeleteAttendeeCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteAttendeeCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-chime-sdk-meetings/src/commands/DeleteMeetingCommand.ts b/clients/client-chime-sdk-meetings/src/commands/DeleteMeetingCommand.ts index 74e6e5b4aedd..2923aa61aa1d 100644 --- a/clients/client-chime-sdk-meetings/src/commands/DeleteMeetingCommand.ts +++ b/clients/client-chime-sdk-meetings/src/commands/DeleteMeetingCommand.ts @@ -92,9 +92,6 @@ export class DeleteMeetingCommand extends $Command< DeleteMeetingCommandOutput, ChimeSDKMeetingsClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -108,9 +105,7 @@ export class DeleteMeetingCommand extends $Command< * @public */ constructor(readonly input: DeleteMeetingCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -161,7 +156,4 @@ export class DeleteMeetingCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteMeetingCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-chime-sdk-meetings/src/commands/GetAttendeeCommand.ts b/clients/client-chime-sdk-meetings/src/commands/GetAttendeeCommand.ts index bd15c8a9d621..7a256d01df9e 100644 --- a/clients/client-chime-sdk-meetings/src/commands/GetAttendeeCommand.ts +++ b/clients/client-chime-sdk-meetings/src/commands/GetAttendeeCommand.ts @@ -105,9 +105,6 @@ export class GetAttendeeCommand extends $Command< GetAttendeeCommandOutput, ChimeSDKMeetingsClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -121,9 +118,7 @@ export class GetAttendeeCommand extends $Command< * @public */ constructor(readonly input: GetAttendeeCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -174,7 +169,4 @@ export class GetAttendeeCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetAttendeeCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-chime-sdk-meetings/src/commands/GetMeetingCommand.ts b/clients/client-chime-sdk-meetings/src/commands/GetMeetingCommand.ts index f21188e36b80..58fb73a9316c 100644 --- a/clients/client-chime-sdk-meetings/src/commands/GetMeetingCommand.ts +++ b/clients/client-chime-sdk-meetings/src/commands/GetMeetingCommand.ts @@ -118,9 +118,6 @@ export class GetMeetingCommand extends $Command< GetMeetingCommandOutput, ChimeSDKMeetingsClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -134,9 +131,7 @@ export class GetMeetingCommand extends $Command< * @public */ constructor(readonly input: GetMeetingCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -187,7 +182,4 @@ export class GetMeetingCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetMeetingCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-chime-sdk-meetings/src/commands/ListAttendeesCommand.ts b/clients/client-chime-sdk-meetings/src/commands/ListAttendeesCommand.ts index a2c4630d45ac..83a5de659de0 100644 --- a/clients/client-chime-sdk-meetings/src/commands/ListAttendeesCommand.ts +++ b/clients/client-chime-sdk-meetings/src/commands/ListAttendeesCommand.ts @@ -113,9 +113,6 @@ export class ListAttendeesCommand extends $Command< ListAttendeesCommandOutput, ChimeSDKMeetingsClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -129,9 +126,7 @@ export class ListAttendeesCommand extends $Command< * @public */ constructor(readonly input: ListAttendeesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -182,7 +177,4 @@ export class ListAttendeesCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListAttendeesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-chime-sdk-meetings/src/commands/ListTagsForResourceCommand.ts b/clients/client-chime-sdk-meetings/src/commands/ListTagsForResourceCommand.ts index 9dfec5cfdee9..7355cce24294 100644 --- a/clients/client-chime-sdk-meetings/src/commands/ListTagsForResourceCommand.ts +++ b/clients/client-chime-sdk-meetings/src/commands/ListTagsForResourceCommand.ts @@ -99,9 +99,6 @@ export class ListTagsForResourceCommand extends $Command< ListTagsForResourceCommandOutput, ChimeSDKMeetingsClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -115,9 +112,7 @@ export class ListTagsForResourceCommand extends $Command< * @public */ constructor(readonly input: ListTagsForResourceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -170,7 +165,4 @@ export class ListTagsForResourceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListTagsForResourceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-chime-sdk-meetings/src/commands/StartMeetingTranscriptionCommand.ts b/clients/client-chime-sdk-meetings/src/commands/StartMeetingTranscriptionCommand.ts index 22cfd931bb04..97219abef587 100644 --- a/clients/client-chime-sdk-meetings/src/commands/StartMeetingTranscriptionCommand.ts +++ b/clients/client-chime-sdk-meetings/src/commands/StartMeetingTranscriptionCommand.ts @@ -133,9 +133,6 @@ export class StartMeetingTranscriptionCommand extends $Command< StartMeetingTranscriptionCommandOutput, ChimeSDKMeetingsClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -149,9 +146,7 @@ export class StartMeetingTranscriptionCommand extends $Command< * @public */ constructor(readonly input: StartMeetingTranscriptionCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -207,7 +202,4 @@ export class StartMeetingTranscriptionCommand extends $Command< ): Promise { return de_StartMeetingTranscriptionCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-chime-sdk-meetings/src/commands/StopMeetingTranscriptionCommand.ts b/clients/client-chime-sdk-meetings/src/commands/StopMeetingTranscriptionCommand.ts index 363bf5c4c68b..ca956c5de5d5 100644 --- a/clients/client-chime-sdk-meetings/src/commands/StopMeetingTranscriptionCommand.ts +++ b/clients/client-chime-sdk-meetings/src/commands/StopMeetingTranscriptionCommand.ts @@ -98,9 +98,6 @@ export class StopMeetingTranscriptionCommand extends $Command< StopMeetingTranscriptionCommandOutput, ChimeSDKMeetingsClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -114,9 +111,7 @@ export class StopMeetingTranscriptionCommand extends $Command< * @public */ constructor(readonly input: StopMeetingTranscriptionCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -169,7 +164,4 @@ export class StopMeetingTranscriptionCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_StopMeetingTranscriptionCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-chime-sdk-meetings/src/commands/TagResourceCommand.ts b/clients/client-chime-sdk-meetings/src/commands/TagResourceCommand.ts index 2d0f136226ab..fbb24c46eea3 100644 --- a/clients/client-chime-sdk-meetings/src/commands/TagResourceCommand.ts +++ b/clients/client-chime-sdk-meetings/src/commands/TagResourceCommand.ts @@ -101,9 +101,6 @@ export class TagResourceCommand extends $Command< TagResourceCommandOutput, ChimeSDKMeetingsClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -117,9 +114,7 @@ export class TagResourceCommand extends $Command< * @public */ constructor(readonly input: TagResourceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -170,7 +165,4 @@ export class TagResourceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_TagResourceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-chime-sdk-meetings/src/commands/UntagResourceCommand.ts b/clients/client-chime-sdk-meetings/src/commands/UntagResourceCommand.ts index 3bb4364d3f54..5902052abf89 100644 --- a/clients/client-chime-sdk-meetings/src/commands/UntagResourceCommand.ts +++ b/clients/client-chime-sdk-meetings/src/commands/UntagResourceCommand.ts @@ -116,9 +116,6 @@ export class UntagResourceCommand extends $Command< UntagResourceCommandOutput, ChimeSDKMeetingsClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -132,9 +129,7 @@ export class UntagResourceCommand extends $Command< * @public */ constructor(readonly input: UntagResourceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -185,7 +180,4 @@ export class UntagResourceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UntagResourceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-chime-sdk-meetings/src/commands/UpdateAttendeeCapabilitiesCommand.ts b/clients/client-chime-sdk-meetings/src/commands/UpdateAttendeeCapabilitiesCommand.ts index cdac7de9ec1e..bf2dadbf8f1b 100644 --- a/clients/client-chime-sdk-meetings/src/commands/UpdateAttendeeCapabilitiesCommand.ts +++ b/clients/client-chime-sdk-meetings/src/commands/UpdateAttendeeCapabilitiesCommand.ts @@ -133,9 +133,6 @@ export class UpdateAttendeeCapabilitiesCommand extends $Command< UpdateAttendeeCapabilitiesCommandOutput, ChimeSDKMeetingsClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -149,9 +146,7 @@ export class UpdateAttendeeCapabilitiesCommand extends $Command< * @public */ constructor(readonly input: UpdateAttendeeCapabilitiesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -207,7 +202,4 @@ export class UpdateAttendeeCapabilitiesCommand extends $Command< ): Promise { return de_UpdateAttendeeCapabilitiesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-chime-sdk-messaging/package.json b/clients/client-chime-sdk-messaging/package.json index 7eba628829a1..7fd095d21bf4 100644 --- a/clients/client-chime-sdk-messaging/package.json +++ b/clients/client-chime-sdk-messaging/package.json @@ -34,29 +34,29 @@ "@aws-sdk/util-endpoints": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@smithy/config-resolver": "^2.0.16", - "@smithy/fetch-http-handler": "^2.2.4", - "@smithy/hash-node": "^2.0.12", - "@smithy/invalid-dependency": "^2.0.12", - "@smithy/middleware-content-length": "^2.0.14", - "@smithy/middleware-endpoint": "^2.1.3", - "@smithy/middleware-retry": "^2.0.18", - "@smithy/middleware-serde": "^2.0.12", - "@smithy/middleware-stack": "^2.0.6", - "@smithy/node-config-provider": "^2.1.3", - "@smithy/node-http-handler": "^2.1.8", - "@smithy/protocol-http": "^3.0.8", - "@smithy/smithy-client": "^2.1.12", - "@smithy/types": "^2.4.0", - "@smithy/url-parser": "^2.0.12", - "@smithy/util-base64": "^2.0.0", + "@smithy/config-resolver": "^2.0.18", + "@smithy/fetch-http-handler": "^2.2.6", + "@smithy/hash-node": "^2.0.15", + "@smithy/invalid-dependency": "^2.0.13", + "@smithy/middleware-content-length": "^2.0.15", + "@smithy/middleware-endpoint": "^2.2.0", + "@smithy/middleware-retry": "^2.0.20", + "@smithy/middleware-serde": "^2.0.13", + "@smithy/middleware-stack": "^2.0.7", + "@smithy/node-config-provider": "^2.1.5", + "@smithy/node-http-handler": "^2.1.9", + "@smithy/protocol-http": "^3.0.9", + "@smithy/smithy-client": "^2.1.15", + "@smithy/types": "^2.5.0", + "@smithy/url-parser": "^2.0.13", + "@smithy/util-base64": "^2.0.1", "@smithy/util-body-length-browser": "^2.0.0", "@smithy/util-body-length-node": "^2.1.0", - "@smithy/util-defaults-mode-browser": "^2.0.16", - "@smithy/util-defaults-mode-node": "^2.0.21", - "@smithy/util-endpoints": "^1.0.2", - "@smithy/util-retry": "^2.0.5", - "@smithy/util-utf8": "^2.0.0", + "@smithy/util-defaults-mode-browser": "^2.0.19", + "@smithy/util-defaults-mode-node": "^2.0.25", + "@smithy/util-endpoints": "^1.0.4", + "@smithy/util-retry": "^2.0.6", + "@smithy/util-utf8": "^2.0.2", "tslib": "^2.5.0", "uuid": "^8.3.2" }, diff --git a/clients/client-chime-sdk-messaging/src/commands/AssociateChannelFlowCommand.ts b/clients/client-chime-sdk-messaging/src/commands/AssociateChannelFlowCommand.ts index df34ccda88c7..55201bcc7f3a 100644 --- a/clients/client-chime-sdk-messaging/src/commands/AssociateChannelFlowCommand.ts +++ b/clients/client-chime-sdk-messaging/src/commands/AssociateChannelFlowCommand.ts @@ -106,9 +106,6 @@ export class AssociateChannelFlowCommand extends $Command< AssociateChannelFlowCommandOutput, ChimeSDKMessagingClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -122,9 +119,7 @@ export class AssociateChannelFlowCommand extends $Command< * @public */ constructor(readonly input: AssociateChannelFlowCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -177,7 +172,4 @@ export class AssociateChannelFlowCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_AssociateChannelFlowCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-chime-sdk-messaging/src/commands/BatchCreateChannelMembershipCommand.ts b/clients/client-chime-sdk-messaging/src/commands/BatchCreateChannelMembershipCommand.ts index acc88d7d090d..2f5851b4d2e9 100644 --- a/clients/client-chime-sdk-messaging/src/commands/BatchCreateChannelMembershipCommand.ts +++ b/clients/client-chime-sdk-messaging/src/commands/BatchCreateChannelMembershipCommand.ts @@ -134,9 +134,6 @@ export class BatchCreateChannelMembershipCommand extends $Command< BatchCreateChannelMembershipCommandOutput, ChimeSDKMessagingClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -150,9 +147,7 @@ export class BatchCreateChannelMembershipCommand extends $Command< * @public */ constructor(readonly input: BatchCreateChannelMembershipCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -208,7 +203,4 @@ export class BatchCreateChannelMembershipCommand extends $Command< ): Promise { return de_BatchCreateChannelMembershipCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-chime-sdk-messaging/src/commands/ChannelFlowCallbackCommand.ts b/clients/client-chime-sdk-messaging/src/commands/ChannelFlowCallbackCommand.ts index d634cc889f8d..43686e812a3c 100644 --- a/clients/client-chime-sdk-messaging/src/commands/ChannelFlowCallbackCommand.ts +++ b/clients/client-chime-sdk-messaging/src/commands/ChannelFlowCallbackCommand.ts @@ -134,9 +134,6 @@ export class ChannelFlowCallbackCommand extends $Command< ChannelFlowCallbackCommandOutput, ChimeSDKMessagingClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -150,9 +147,7 @@ export class ChannelFlowCallbackCommand extends $Command< * @public */ constructor(readonly input: ChannelFlowCallbackCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -205,7 +200,4 @@ export class ChannelFlowCallbackCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ChannelFlowCallbackCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-chime-sdk-messaging/src/commands/CreateChannelBanCommand.ts b/clients/client-chime-sdk-messaging/src/commands/CreateChannelBanCommand.ts index 60b7a5a79ffd..9d497d6e60fd 100644 --- a/clients/client-chime-sdk-messaging/src/commands/CreateChannelBanCommand.ts +++ b/clients/client-chime-sdk-messaging/src/commands/CreateChannelBanCommand.ts @@ -119,9 +119,6 @@ export class CreateChannelBanCommand extends $Command< CreateChannelBanCommandOutput, ChimeSDKMessagingClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -135,9 +132,7 @@ export class CreateChannelBanCommand extends $Command< * @public */ constructor(readonly input: CreateChannelBanCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -190,7 +185,4 @@ export class CreateChannelBanCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateChannelBanCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-chime-sdk-messaging/src/commands/CreateChannelCommand.ts b/clients/client-chime-sdk-messaging/src/commands/CreateChannelCommand.ts index 2965da476a9c..eb12154c52ec 100644 --- a/clients/client-chime-sdk-messaging/src/commands/CreateChannelCommand.ts +++ b/clients/client-chime-sdk-messaging/src/commands/CreateChannelCommand.ts @@ -139,9 +139,6 @@ export class CreateChannelCommand extends $Command< CreateChannelCommandOutput, ChimeSDKMessagingClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -155,9 +152,7 @@ export class CreateChannelCommand extends $Command< * @public */ constructor(readonly input: CreateChannelCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -208,7 +203,4 @@ export class CreateChannelCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateChannelCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-chime-sdk-messaging/src/commands/CreateChannelFlowCommand.ts b/clients/client-chime-sdk-messaging/src/commands/CreateChannelFlowCommand.ts index 8fa39749661e..f2ab9536d2e9 100644 --- a/clients/client-chime-sdk-messaging/src/commands/CreateChannelFlowCommand.ts +++ b/clients/client-chime-sdk-messaging/src/commands/CreateChannelFlowCommand.ts @@ -143,9 +143,6 @@ export class CreateChannelFlowCommand extends $Command< CreateChannelFlowCommandOutput, ChimeSDKMessagingClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -159,9 +156,7 @@ export class CreateChannelFlowCommand extends $Command< * @public */ constructor(readonly input: CreateChannelFlowCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -214,7 +209,4 @@ export class CreateChannelFlowCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateChannelFlowCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-chime-sdk-messaging/src/commands/CreateChannelMembershipCommand.ts b/clients/client-chime-sdk-messaging/src/commands/CreateChannelMembershipCommand.ts index f492deaf801f..37b7668f60a3 100644 --- a/clients/client-chime-sdk-messaging/src/commands/CreateChannelMembershipCommand.ts +++ b/clients/client-chime-sdk-messaging/src/commands/CreateChannelMembershipCommand.ts @@ -148,9 +148,6 @@ export class CreateChannelMembershipCommand extends $Command< CreateChannelMembershipCommandOutput, ChimeSDKMessagingClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -164,9 +161,7 @@ export class CreateChannelMembershipCommand extends $Command< * @public */ constructor(readonly input: CreateChannelMembershipCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -219,7 +214,4 @@ export class CreateChannelMembershipCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateChannelMembershipCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-chime-sdk-messaging/src/commands/CreateChannelModeratorCommand.ts b/clients/client-chime-sdk-messaging/src/commands/CreateChannelModeratorCommand.ts index a90008577f63..d61599026f05 100644 --- a/clients/client-chime-sdk-messaging/src/commands/CreateChannelModeratorCommand.ts +++ b/clients/client-chime-sdk-messaging/src/commands/CreateChannelModeratorCommand.ts @@ -131,9 +131,6 @@ export class CreateChannelModeratorCommand extends $Command< CreateChannelModeratorCommandOutput, ChimeSDKMessagingClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -147,9 +144,7 @@ export class CreateChannelModeratorCommand extends $Command< * @public */ constructor(readonly input: CreateChannelModeratorCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -202,7 +197,4 @@ export class CreateChannelModeratorCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateChannelModeratorCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-chime-sdk-messaging/src/commands/DeleteChannelBanCommand.ts b/clients/client-chime-sdk-messaging/src/commands/DeleteChannelBanCommand.ts index b257404e571c..84980dc67266 100644 --- a/clients/client-chime-sdk-messaging/src/commands/DeleteChannelBanCommand.ts +++ b/clients/client-chime-sdk-messaging/src/commands/DeleteChannelBanCommand.ts @@ -97,9 +97,6 @@ export class DeleteChannelBanCommand extends $Command< DeleteChannelBanCommandOutput, ChimeSDKMessagingClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -113,9 +110,7 @@ export class DeleteChannelBanCommand extends $Command< * @public */ constructor(readonly input: DeleteChannelBanCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -168,7 +163,4 @@ export class DeleteChannelBanCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteChannelBanCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-chime-sdk-messaging/src/commands/DeleteChannelCommand.ts b/clients/client-chime-sdk-messaging/src/commands/DeleteChannelCommand.ts index 952f8b353c88..b09183004a6e 100644 --- a/clients/client-chime-sdk-messaging/src/commands/DeleteChannelCommand.ts +++ b/clients/client-chime-sdk-messaging/src/commands/DeleteChannelCommand.ts @@ -101,9 +101,6 @@ export class DeleteChannelCommand extends $Command< DeleteChannelCommandOutput, ChimeSDKMessagingClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -117,9 +114,7 @@ export class DeleteChannelCommand extends $Command< * @public */ constructor(readonly input: DeleteChannelCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -170,7 +165,4 @@ export class DeleteChannelCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteChannelCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-chime-sdk-messaging/src/commands/DeleteChannelFlowCommand.ts b/clients/client-chime-sdk-messaging/src/commands/DeleteChannelFlowCommand.ts index c737e5f338d7..df9a206974a9 100644 --- a/clients/client-chime-sdk-messaging/src/commands/DeleteChannelFlowCommand.ts +++ b/clients/client-chime-sdk-messaging/src/commands/DeleteChannelFlowCommand.ts @@ -98,9 +98,6 @@ export class DeleteChannelFlowCommand extends $Command< DeleteChannelFlowCommandOutput, ChimeSDKMessagingClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -114,9 +111,7 @@ export class DeleteChannelFlowCommand extends $Command< * @public */ constructor(readonly input: DeleteChannelFlowCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -169,7 +164,4 @@ export class DeleteChannelFlowCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteChannelFlowCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-chime-sdk-messaging/src/commands/DeleteChannelMembershipCommand.ts b/clients/client-chime-sdk-messaging/src/commands/DeleteChannelMembershipCommand.ts index eb31e7c9cbba..9a5793c05783 100644 --- a/clients/client-chime-sdk-messaging/src/commands/DeleteChannelMembershipCommand.ts +++ b/clients/client-chime-sdk-messaging/src/commands/DeleteChannelMembershipCommand.ts @@ -102,9 +102,6 @@ export class DeleteChannelMembershipCommand extends $Command< DeleteChannelMembershipCommandOutput, ChimeSDKMessagingClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -118,9 +115,7 @@ export class DeleteChannelMembershipCommand extends $Command< * @public */ constructor(readonly input: DeleteChannelMembershipCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -173,7 +168,4 @@ export class DeleteChannelMembershipCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteChannelMembershipCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-chime-sdk-messaging/src/commands/DeleteChannelMessageCommand.ts b/clients/client-chime-sdk-messaging/src/commands/DeleteChannelMessageCommand.ts index 042bbda104ee..6c57c0539c09 100644 --- a/clients/client-chime-sdk-messaging/src/commands/DeleteChannelMessageCommand.ts +++ b/clients/client-chime-sdk-messaging/src/commands/DeleteChannelMessageCommand.ts @@ -100,9 +100,6 @@ export class DeleteChannelMessageCommand extends $Command< DeleteChannelMessageCommandOutput, ChimeSDKMessagingClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -116,9 +113,7 @@ export class DeleteChannelMessageCommand extends $Command< * @public */ constructor(readonly input: DeleteChannelMessageCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -171,7 +166,4 @@ export class DeleteChannelMessageCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteChannelMessageCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-chime-sdk-messaging/src/commands/DeleteChannelModeratorCommand.ts b/clients/client-chime-sdk-messaging/src/commands/DeleteChannelModeratorCommand.ts index 086d40dcfe61..036cfc86d524 100644 --- a/clients/client-chime-sdk-messaging/src/commands/DeleteChannelModeratorCommand.ts +++ b/clients/client-chime-sdk-messaging/src/commands/DeleteChannelModeratorCommand.ts @@ -97,9 +97,6 @@ export class DeleteChannelModeratorCommand extends $Command< DeleteChannelModeratorCommandOutput, ChimeSDKMessagingClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -113,9 +110,7 @@ export class DeleteChannelModeratorCommand extends $Command< * @public */ constructor(readonly input: DeleteChannelModeratorCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -168,7 +163,4 @@ export class DeleteChannelModeratorCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteChannelModeratorCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-chime-sdk-messaging/src/commands/DeleteMessagingStreamingConfigurationsCommand.ts b/clients/client-chime-sdk-messaging/src/commands/DeleteMessagingStreamingConfigurationsCommand.ts index 6ce31f263ec4..f9bb46aaec90 100644 --- a/clients/client-chime-sdk-messaging/src/commands/DeleteMessagingStreamingConfigurationsCommand.ts +++ b/clients/client-chime-sdk-messaging/src/commands/DeleteMessagingStreamingConfigurationsCommand.ts @@ -95,9 +95,6 @@ export class DeleteMessagingStreamingConfigurationsCommand extends $Command< DeleteMessagingStreamingConfigurationsCommandOutput, ChimeSDKMessagingClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -111,9 +108,7 @@ export class DeleteMessagingStreamingConfigurationsCommand extends $Command< * @public */ constructor(readonly input: DeleteMessagingStreamingConfigurationsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -172,7 +167,4 @@ export class DeleteMessagingStreamingConfigurationsCommand extends $Command< ): Promise { return de_DeleteMessagingStreamingConfigurationsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-chime-sdk-messaging/src/commands/DescribeChannelBanCommand.ts b/clients/client-chime-sdk-messaging/src/commands/DescribeChannelBanCommand.ts index b7c4006b9e86..6bc22b2145ce 100644 --- a/clients/client-chime-sdk-messaging/src/commands/DescribeChannelBanCommand.ts +++ b/clients/client-chime-sdk-messaging/src/commands/DescribeChannelBanCommand.ts @@ -117,9 +117,6 @@ export class DescribeChannelBanCommand extends $Command< DescribeChannelBanCommandOutput, ChimeSDKMessagingClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -133,9 +130,7 @@ export class DescribeChannelBanCommand extends $Command< * @public */ constructor(readonly input: DescribeChannelBanCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -188,7 +183,4 @@ export class DescribeChannelBanCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DescribeChannelBanCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-chime-sdk-messaging/src/commands/DescribeChannelCommand.ts b/clients/client-chime-sdk-messaging/src/commands/DescribeChannelCommand.ts index 541a65a0c2dc..222254eb264d 100644 --- a/clients/client-chime-sdk-messaging/src/commands/DescribeChannelCommand.ts +++ b/clients/client-chime-sdk-messaging/src/commands/DescribeChannelCommand.ts @@ -126,9 +126,6 @@ export class DescribeChannelCommand extends $Command< DescribeChannelCommandOutput, ChimeSDKMessagingClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -142,9 +139,7 @@ export class DescribeChannelCommand extends $Command< * @public */ constructor(readonly input: DescribeChannelCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -197,7 +192,4 @@ export class DescribeChannelCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DescribeChannelCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-chime-sdk-messaging/src/commands/DescribeChannelFlowCommand.ts b/clients/client-chime-sdk-messaging/src/commands/DescribeChannelFlowCommand.ts index 08a8bb3346d5..de0e497d6274 100644 --- a/clients/client-chime-sdk-messaging/src/commands/DescribeChannelFlowCommand.ts +++ b/clients/client-chime-sdk-messaging/src/commands/DescribeChannelFlowCommand.ts @@ -114,9 +114,6 @@ export class DescribeChannelFlowCommand extends $Command< DescribeChannelFlowCommandOutput, ChimeSDKMessagingClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -130,9 +127,7 @@ export class DescribeChannelFlowCommand extends $Command< * @public */ constructor(readonly input: DescribeChannelFlowCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -185,7 +180,4 @@ export class DescribeChannelFlowCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DescribeChannelFlowCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-chime-sdk-messaging/src/commands/DescribeChannelMembershipCommand.ts b/clients/client-chime-sdk-messaging/src/commands/DescribeChannelMembershipCommand.ts index bdd6e7e26b4d..82e01386d9eb 100644 --- a/clients/client-chime-sdk-messaging/src/commands/DescribeChannelMembershipCommand.ts +++ b/clients/client-chime-sdk-messaging/src/commands/DescribeChannelMembershipCommand.ts @@ -121,9 +121,6 @@ export class DescribeChannelMembershipCommand extends $Command< DescribeChannelMembershipCommandOutput, ChimeSDKMessagingClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -137,9 +134,7 @@ export class DescribeChannelMembershipCommand extends $Command< * @public */ constructor(readonly input: DescribeChannelMembershipCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -195,7 +190,4 @@ export class DescribeChannelMembershipCommand extends $Command< ): Promise { return de_DescribeChannelMembershipCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-chime-sdk-messaging/src/commands/DescribeChannelMembershipForAppInstanceUserCommand.ts b/clients/client-chime-sdk-messaging/src/commands/DescribeChannelMembershipForAppInstanceUserCommand.ts index 95537b2018ea..c8c095816f98 100644 --- a/clients/client-chime-sdk-messaging/src/commands/DescribeChannelMembershipForAppInstanceUserCommand.ts +++ b/clients/client-chime-sdk-messaging/src/commands/DescribeChannelMembershipForAppInstanceUserCommand.ts @@ -124,9 +124,6 @@ export class DescribeChannelMembershipForAppInstanceUserCommand extends $Command DescribeChannelMembershipForAppInstanceUserCommandOutput, ChimeSDKMessagingClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -140,9 +137,7 @@ export class DescribeChannelMembershipForAppInstanceUserCommand extends $Command * @public */ constructor(readonly input: DescribeChannelMembershipForAppInstanceUserCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -207,7 +202,4 @@ export class DescribeChannelMembershipForAppInstanceUserCommand extends $Command ): Promise { return de_DescribeChannelMembershipForAppInstanceUserCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-chime-sdk-messaging/src/commands/DescribeChannelModeratedByAppInstanceUserCommand.ts b/clients/client-chime-sdk-messaging/src/commands/DescribeChannelModeratedByAppInstanceUserCommand.ts index e914d838d3c8..b412756884ed 100644 --- a/clients/client-chime-sdk-messaging/src/commands/DescribeChannelModeratedByAppInstanceUserCommand.ts +++ b/clients/client-chime-sdk-messaging/src/commands/DescribeChannelModeratedByAppInstanceUserCommand.ts @@ -119,9 +119,6 @@ export class DescribeChannelModeratedByAppInstanceUserCommand extends $Command< DescribeChannelModeratedByAppInstanceUserCommandOutput, ChimeSDKMessagingClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -135,9 +132,7 @@ export class DescribeChannelModeratedByAppInstanceUserCommand extends $Command< * @public */ constructor(readonly input: DescribeChannelModeratedByAppInstanceUserCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -202,7 +197,4 @@ export class DescribeChannelModeratedByAppInstanceUserCommand extends $Command< ): Promise { return de_DescribeChannelModeratedByAppInstanceUserCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-chime-sdk-messaging/src/commands/DescribeChannelModeratorCommand.ts b/clients/client-chime-sdk-messaging/src/commands/DescribeChannelModeratorCommand.ts index e53002a966d4..5982179ca073 100644 --- a/clients/client-chime-sdk-messaging/src/commands/DescribeChannelModeratorCommand.ts +++ b/clients/client-chime-sdk-messaging/src/commands/DescribeChannelModeratorCommand.ts @@ -117,9 +117,6 @@ export class DescribeChannelModeratorCommand extends $Command< DescribeChannelModeratorCommandOutput, ChimeSDKMessagingClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -133,9 +130,7 @@ export class DescribeChannelModeratorCommand extends $Command< * @public */ constructor(readonly input: DescribeChannelModeratorCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -188,7 +183,4 @@ export class DescribeChannelModeratorCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DescribeChannelModeratorCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-chime-sdk-messaging/src/commands/DisassociateChannelFlowCommand.ts b/clients/client-chime-sdk-messaging/src/commands/DisassociateChannelFlowCommand.ts index 4a4aeb904174..04929417e606 100644 --- a/clients/client-chime-sdk-messaging/src/commands/DisassociateChannelFlowCommand.ts +++ b/clients/client-chime-sdk-messaging/src/commands/DisassociateChannelFlowCommand.ts @@ -106,9 +106,6 @@ export class DisassociateChannelFlowCommand extends $Command< DisassociateChannelFlowCommandOutput, ChimeSDKMessagingClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -122,9 +119,7 @@ export class DisassociateChannelFlowCommand extends $Command< * @public */ constructor(readonly input: DisassociateChannelFlowCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -177,7 +172,4 @@ export class DisassociateChannelFlowCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DisassociateChannelFlowCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-chime-sdk-messaging/src/commands/GetChannelMembershipPreferencesCommand.ts b/clients/client-chime-sdk-messaging/src/commands/GetChannelMembershipPreferencesCommand.ts index bf9ef467f74a..9f104e7f7011 100644 --- a/clients/client-chime-sdk-messaging/src/commands/GetChannelMembershipPreferencesCommand.ts +++ b/clients/client-chime-sdk-messaging/src/commands/GetChannelMembershipPreferencesCommand.ts @@ -122,9 +122,6 @@ export class GetChannelMembershipPreferencesCommand extends $Command< GetChannelMembershipPreferencesCommandOutput, ChimeSDKMessagingClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -138,9 +135,7 @@ export class GetChannelMembershipPreferencesCommand extends $Command< * @public */ constructor(readonly input: GetChannelMembershipPreferencesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -199,7 +194,4 @@ export class GetChannelMembershipPreferencesCommand extends $Command< ): Promise { return de_GetChannelMembershipPreferencesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-chime-sdk-messaging/src/commands/GetChannelMessageCommand.ts b/clients/client-chime-sdk-messaging/src/commands/GetChannelMessageCommand.ts index 4ef4688eb819..4fd2749a904c 100644 --- a/clients/client-chime-sdk-messaging/src/commands/GetChannelMessageCommand.ts +++ b/clients/client-chime-sdk-messaging/src/commands/GetChannelMessageCommand.ts @@ -140,9 +140,6 @@ export class GetChannelMessageCommand extends $Command< GetChannelMessageCommandOutput, ChimeSDKMessagingClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -156,9 +153,7 @@ export class GetChannelMessageCommand extends $Command< * @public */ constructor(readonly input: GetChannelMessageCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -211,7 +206,4 @@ export class GetChannelMessageCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetChannelMessageCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-chime-sdk-messaging/src/commands/GetChannelMessageStatusCommand.ts b/clients/client-chime-sdk-messaging/src/commands/GetChannelMessageStatusCommand.ts index b574b78e8a19..0e4caa736ba4 100644 --- a/clients/client-chime-sdk-messaging/src/commands/GetChannelMessageStatusCommand.ts +++ b/clients/client-chime-sdk-messaging/src/commands/GetChannelMessageStatusCommand.ts @@ -133,9 +133,6 @@ export class GetChannelMessageStatusCommand extends $Command< GetChannelMessageStatusCommandOutput, ChimeSDKMessagingClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -149,9 +146,7 @@ export class GetChannelMessageStatusCommand extends $Command< * @public */ constructor(readonly input: GetChannelMessageStatusCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -204,7 +199,4 @@ export class GetChannelMessageStatusCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetChannelMessageStatusCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-chime-sdk-messaging/src/commands/GetMessagingSessionEndpointCommand.ts b/clients/client-chime-sdk-messaging/src/commands/GetMessagingSessionEndpointCommand.ts index 1e0069210046..19a5f1691462 100644 --- a/clients/client-chime-sdk-messaging/src/commands/GetMessagingSessionEndpointCommand.ts +++ b/clients/client-chime-sdk-messaging/src/commands/GetMessagingSessionEndpointCommand.ts @@ -94,9 +94,6 @@ export class GetMessagingSessionEndpointCommand extends $Command< GetMessagingSessionEndpointCommandOutput, ChimeSDKMessagingClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -110,9 +107,7 @@ export class GetMessagingSessionEndpointCommand extends $Command< * @public */ constructor(readonly input: GetMessagingSessionEndpointCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -168,7 +163,4 @@ export class GetMessagingSessionEndpointCommand extends $Command< ): Promise { return de_GetMessagingSessionEndpointCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-chime-sdk-messaging/src/commands/GetMessagingStreamingConfigurationsCommand.ts b/clients/client-chime-sdk-messaging/src/commands/GetMessagingStreamingConfigurationsCommand.ts index 450af8174f62..8bae1fab9a77 100644 --- a/clients/client-chime-sdk-messaging/src/commands/GetMessagingStreamingConfigurationsCommand.ts +++ b/clients/client-chime-sdk-messaging/src/commands/GetMessagingStreamingConfigurationsCommand.ts @@ -109,9 +109,6 @@ export class GetMessagingStreamingConfigurationsCommand extends $Command< GetMessagingStreamingConfigurationsCommandOutput, ChimeSDKMessagingClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -125,9 +122,7 @@ export class GetMessagingStreamingConfigurationsCommand extends $Command< * @public */ constructor(readonly input: GetMessagingStreamingConfigurationsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -186,7 +181,4 @@ export class GetMessagingStreamingConfigurationsCommand extends $Command< ): Promise { return de_GetMessagingStreamingConfigurationsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-chime-sdk-messaging/src/commands/ListChannelBansCommand.ts b/clients/client-chime-sdk-messaging/src/commands/ListChannelBansCommand.ts index 44aa01dce11f..767cf3f08c70 100644 --- a/clients/client-chime-sdk-messaging/src/commands/ListChannelBansCommand.ts +++ b/clients/client-chime-sdk-messaging/src/commands/ListChannelBansCommand.ts @@ -114,9 +114,6 @@ export class ListChannelBansCommand extends $Command< ListChannelBansCommandOutput, ChimeSDKMessagingClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -130,9 +127,7 @@ export class ListChannelBansCommand extends $Command< * @public */ constructor(readonly input: ListChannelBansCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -185,7 +180,4 @@ export class ListChannelBansCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListChannelBansCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-chime-sdk-messaging/src/commands/ListChannelFlowsCommand.ts b/clients/client-chime-sdk-messaging/src/commands/ListChannelFlowsCommand.ts index 3d280345c146..dc2d58c37d1a 100644 --- a/clients/client-chime-sdk-messaging/src/commands/ListChannelFlowsCommand.ts +++ b/clients/client-chime-sdk-messaging/src/commands/ListChannelFlowsCommand.ts @@ -118,9 +118,6 @@ export class ListChannelFlowsCommand extends $Command< ListChannelFlowsCommandOutput, ChimeSDKMessagingClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -134,9 +131,7 @@ export class ListChannelFlowsCommand extends $Command< * @public */ constructor(readonly input: ListChannelFlowsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -189,7 +184,4 @@ export class ListChannelFlowsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListChannelFlowsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-chime-sdk-messaging/src/commands/ListChannelMembershipsCommand.ts b/clients/client-chime-sdk-messaging/src/commands/ListChannelMembershipsCommand.ts index 8576b3157ea8..f7bce5c31900 100644 --- a/clients/client-chime-sdk-messaging/src/commands/ListChannelMembershipsCommand.ts +++ b/clients/client-chime-sdk-messaging/src/commands/ListChannelMembershipsCommand.ts @@ -118,9 +118,6 @@ export class ListChannelMembershipsCommand extends $Command< ListChannelMembershipsCommandOutput, ChimeSDKMessagingClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -134,9 +131,7 @@ export class ListChannelMembershipsCommand extends $Command< * @public */ constructor(readonly input: ListChannelMembershipsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -189,7 +184,4 @@ export class ListChannelMembershipsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListChannelMembershipsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-chime-sdk-messaging/src/commands/ListChannelMembershipsForAppInstanceUserCommand.ts b/clients/client-chime-sdk-messaging/src/commands/ListChannelMembershipsForAppInstanceUserCommand.ts index aca03962579a..940faefa1402 100644 --- a/clients/client-chime-sdk-messaging/src/commands/ListChannelMembershipsForAppInstanceUserCommand.ts +++ b/clients/client-chime-sdk-messaging/src/commands/ListChannelMembershipsForAppInstanceUserCommand.ts @@ -129,9 +129,6 @@ export class ListChannelMembershipsForAppInstanceUserCommand extends $Command< ListChannelMembershipsForAppInstanceUserCommandOutput, ChimeSDKMessagingClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -145,9 +142,7 @@ export class ListChannelMembershipsForAppInstanceUserCommand extends $Command< * @public */ constructor(readonly input: ListChannelMembershipsForAppInstanceUserCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -212,7 +207,4 @@ export class ListChannelMembershipsForAppInstanceUserCommand extends $Command< ): Promise { return de_ListChannelMembershipsForAppInstanceUserCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-chime-sdk-messaging/src/commands/ListChannelMessagesCommand.ts b/clients/client-chime-sdk-messaging/src/commands/ListChannelMessagesCommand.ts index 731a0d52f576..2d51f3d9dce6 100644 --- a/clients/client-chime-sdk-messaging/src/commands/ListChannelMessagesCommand.ts +++ b/clients/client-chime-sdk-messaging/src/commands/ListChannelMessagesCommand.ts @@ -149,9 +149,6 @@ export class ListChannelMessagesCommand extends $Command< ListChannelMessagesCommandOutput, ChimeSDKMessagingClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -165,9 +162,7 @@ export class ListChannelMessagesCommand extends $Command< * @public */ constructor(readonly input: ListChannelMessagesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -220,7 +215,4 @@ export class ListChannelMessagesCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListChannelMessagesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-chime-sdk-messaging/src/commands/ListChannelModeratorsCommand.ts b/clients/client-chime-sdk-messaging/src/commands/ListChannelModeratorsCommand.ts index d8ff8705dc01..724c63195115 100644 --- a/clients/client-chime-sdk-messaging/src/commands/ListChannelModeratorsCommand.ts +++ b/clients/client-chime-sdk-messaging/src/commands/ListChannelModeratorsCommand.ts @@ -114,9 +114,6 @@ export class ListChannelModeratorsCommand extends $Command< ListChannelModeratorsCommandOutput, ChimeSDKMessagingClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -130,9 +127,7 @@ export class ListChannelModeratorsCommand extends $Command< * @public */ constructor(readonly input: ListChannelModeratorsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -185,7 +180,4 @@ export class ListChannelModeratorsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListChannelModeratorsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-chime-sdk-messaging/src/commands/ListChannelsAssociatedWithChannelFlowCommand.ts b/clients/client-chime-sdk-messaging/src/commands/ListChannelsAssociatedWithChannelFlowCommand.ts index 4c182a5dc132..92704ef79188 100644 --- a/clients/client-chime-sdk-messaging/src/commands/ListChannelsAssociatedWithChannelFlowCommand.ts +++ b/clients/client-chime-sdk-messaging/src/commands/ListChannelsAssociatedWithChannelFlowCommand.ts @@ -114,9 +114,6 @@ export class ListChannelsAssociatedWithChannelFlowCommand extends $Command< ListChannelsAssociatedWithChannelFlowCommandOutput, ChimeSDKMessagingClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -130,9 +127,7 @@ export class ListChannelsAssociatedWithChannelFlowCommand extends $Command< * @public */ constructor(readonly input: ListChannelsAssociatedWithChannelFlowCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -191,7 +186,4 @@ export class ListChannelsAssociatedWithChannelFlowCommand extends $Command< ): Promise { return de_ListChannelsAssociatedWithChannelFlowCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-chime-sdk-messaging/src/commands/ListChannelsCommand.ts b/clients/client-chime-sdk-messaging/src/commands/ListChannelsCommand.ts index 1165b2b660c1..9eaa2ca3e127 100644 --- a/clients/client-chime-sdk-messaging/src/commands/ListChannelsCommand.ts +++ b/clients/client-chime-sdk-messaging/src/commands/ListChannelsCommand.ts @@ -130,9 +130,6 @@ export class ListChannelsCommand extends $Command< ListChannelsCommandOutput, ChimeSDKMessagingClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -146,9 +143,7 @@ export class ListChannelsCommand extends $Command< * @public */ constructor(readonly input: ListChannelsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -199,7 +194,4 @@ export class ListChannelsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListChannelsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-chime-sdk-messaging/src/commands/ListChannelsModeratedByAppInstanceUserCommand.ts b/clients/client-chime-sdk-messaging/src/commands/ListChannelsModeratedByAppInstanceUserCommand.ts index 2c7ab35f134c..5973c394bfda 100644 --- a/clients/client-chime-sdk-messaging/src/commands/ListChannelsModeratedByAppInstanceUserCommand.ts +++ b/clients/client-chime-sdk-messaging/src/commands/ListChannelsModeratedByAppInstanceUserCommand.ts @@ -123,9 +123,6 @@ export class ListChannelsModeratedByAppInstanceUserCommand extends $Command< ListChannelsModeratedByAppInstanceUserCommandOutput, ChimeSDKMessagingClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -139,9 +136,7 @@ export class ListChannelsModeratedByAppInstanceUserCommand extends $Command< * @public */ constructor(readonly input: ListChannelsModeratedByAppInstanceUserCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -200,7 +195,4 @@ export class ListChannelsModeratedByAppInstanceUserCommand extends $Command< ): Promise { return de_ListChannelsModeratedByAppInstanceUserCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-chime-sdk-messaging/src/commands/ListSubChannelsCommand.ts b/clients/client-chime-sdk-messaging/src/commands/ListSubChannelsCommand.ts index a9b6f3b869e9..d3498b1511f9 100644 --- a/clients/client-chime-sdk-messaging/src/commands/ListSubChannelsCommand.ts +++ b/clients/client-chime-sdk-messaging/src/commands/ListSubChannelsCommand.ts @@ -107,9 +107,6 @@ export class ListSubChannelsCommand extends $Command< ListSubChannelsCommandOutput, ChimeSDKMessagingClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -123,9 +120,7 @@ export class ListSubChannelsCommand extends $Command< * @public */ constructor(readonly input: ListSubChannelsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -178,7 +173,4 @@ export class ListSubChannelsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListSubChannelsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-chime-sdk-messaging/src/commands/ListTagsForResourceCommand.ts b/clients/client-chime-sdk-messaging/src/commands/ListTagsForResourceCommand.ts index de02478bc058..a92d5a415bfc 100644 --- a/clients/client-chime-sdk-messaging/src/commands/ListTagsForResourceCommand.ts +++ b/clients/client-chime-sdk-messaging/src/commands/ListTagsForResourceCommand.ts @@ -101,9 +101,6 @@ export class ListTagsForResourceCommand extends $Command< ListTagsForResourceCommandOutput, ChimeSDKMessagingClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -117,9 +114,7 @@ export class ListTagsForResourceCommand extends $Command< * @public */ constructor(readonly input: ListTagsForResourceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -172,7 +167,4 @@ export class ListTagsForResourceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListTagsForResourceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-chime-sdk-messaging/src/commands/PutChannelExpirationSettingsCommand.ts b/clients/client-chime-sdk-messaging/src/commands/PutChannelExpirationSettingsCommand.ts index 014acb47fdee..1e53ee468f62 100644 --- a/clients/client-chime-sdk-messaging/src/commands/PutChannelExpirationSettingsCommand.ts +++ b/clients/client-chime-sdk-messaging/src/commands/PutChannelExpirationSettingsCommand.ts @@ -127,9 +127,6 @@ export class PutChannelExpirationSettingsCommand extends $Command< PutChannelExpirationSettingsCommandOutput, ChimeSDKMessagingClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -143,9 +140,7 @@ export class PutChannelExpirationSettingsCommand extends $Command< * @public */ constructor(readonly input: PutChannelExpirationSettingsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -201,7 +196,4 @@ export class PutChannelExpirationSettingsCommand extends $Command< ): Promise { return de_PutChannelExpirationSettingsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-chime-sdk-messaging/src/commands/PutChannelMembershipPreferencesCommand.ts b/clients/client-chime-sdk-messaging/src/commands/PutChannelMembershipPreferencesCommand.ts index cc5410bcbba2..39d47e55b42a 100644 --- a/clients/client-chime-sdk-messaging/src/commands/PutChannelMembershipPreferencesCommand.ts +++ b/clients/client-chime-sdk-messaging/src/commands/PutChannelMembershipPreferencesCommand.ts @@ -133,9 +133,6 @@ export class PutChannelMembershipPreferencesCommand extends $Command< PutChannelMembershipPreferencesCommandOutput, ChimeSDKMessagingClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -149,9 +146,7 @@ export class PutChannelMembershipPreferencesCommand extends $Command< * @public */ constructor(readonly input: PutChannelMembershipPreferencesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -210,7 +205,4 @@ export class PutChannelMembershipPreferencesCommand extends $Command< ): Promise { return de_PutChannelMembershipPreferencesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-chime-sdk-messaging/src/commands/PutMessagingStreamingConfigurationsCommand.ts b/clients/client-chime-sdk-messaging/src/commands/PutMessagingStreamingConfigurationsCommand.ts index 45c0e1bcd2b7..4132efd80baa 100644 --- a/clients/client-chime-sdk-messaging/src/commands/PutMessagingStreamingConfigurationsCommand.ts +++ b/clients/client-chime-sdk-messaging/src/commands/PutMessagingStreamingConfigurationsCommand.ts @@ -119,9 +119,6 @@ export class PutMessagingStreamingConfigurationsCommand extends $Command< PutMessagingStreamingConfigurationsCommandOutput, ChimeSDKMessagingClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -135,9 +132,7 @@ export class PutMessagingStreamingConfigurationsCommand extends $Command< * @public */ constructor(readonly input: PutMessagingStreamingConfigurationsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -196,7 +191,4 @@ export class PutMessagingStreamingConfigurationsCommand extends $Command< ): Promise { return de_PutMessagingStreamingConfigurationsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-chime-sdk-messaging/src/commands/RedactChannelMessageCommand.ts b/clients/client-chime-sdk-messaging/src/commands/RedactChannelMessageCommand.ts index 61f9f894e619..8a43333edad7 100644 --- a/clients/client-chime-sdk-messaging/src/commands/RedactChannelMessageCommand.ts +++ b/clients/client-chime-sdk-messaging/src/commands/RedactChannelMessageCommand.ts @@ -107,9 +107,6 @@ export class RedactChannelMessageCommand extends $Command< RedactChannelMessageCommandOutput, ChimeSDKMessagingClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -123,9 +120,7 @@ export class RedactChannelMessageCommand extends $Command< * @public */ constructor(readonly input: RedactChannelMessageCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -178,7 +173,4 @@ export class RedactChannelMessageCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_RedactChannelMessageCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-chime-sdk-messaging/src/commands/SearchChannelsCommand.ts b/clients/client-chime-sdk-messaging/src/commands/SearchChannelsCommand.ts index 8f9379f426e7..db18416d2f4d 100644 --- a/clients/client-chime-sdk-messaging/src/commands/SearchChannelsCommand.ts +++ b/clients/client-chime-sdk-messaging/src/commands/SearchChannelsCommand.ts @@ -123,9 +123,6 @@ export class SearchChannelsCommand extends $Command< SearchChannelsCommandOutput, ChimeSDKMessagingClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -139,9 +136,7 @@ export class SearchChannelsCommand extends $Command< * @public */ constructor(readonly input: SearchChannelsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -194,7 +189,4 @@ export class SearchChannelsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_SearchChannelsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-chime-sdk-messaging/src/commands/SendChannelMessageCommand.ts b/clients/client-chime-sdk-messaging/src/commands/SendChannelMessageCommand.ts index 6529b070490f..79645033b8bd 100644 --- a/clients/client-chime-sdk-messaging/src/commands/SendChannelMessageCommand.ts +++ b/clients/client-chime-sdk-messaging/src/commands/SendChannelMessageCommand.ts @@ -140,9 +140,6 @@ export class SendChannelMessageCommand extends $Command< SendChannelMessageCommandOutput, ChimeSDKMessagingClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -156,9 +153,7 @@ export class SendChannelMessageCommand extends $Command< * @public */ constructor(readonly input: SendChannelMessageCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -211,7 +206,4 @@ export class SendChannelMessageCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_SendChannelMessageCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-chime-sdk-messaging/src/commands/TagResourceCommand.ts b/clients/client-chime-sdk-messaging/src/commands/TagResourceCommand.ts index fdca35a86832..70aeefa0169c 100644 --- a/clients/client-chime-sdk-messaging/src/commands/TagResourceCommand.ts +++ b/clients/client-chime-sdk-messaging/src/commands/TagResourceCommand.ts @@ -99,9 +99,6 @@ export class TagResourceCommand extends $Command< TagResourceCommandOutput, ChimeSDKMessagingClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -115,9 +112,7 @@ export class TagResourceCommand extends $Command< * @public */ constructor(readonly input: TagResourceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -168,7 +163,4 @@ export class TagResourceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_TagResourceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-chime-sdk-messaging/src/commands/UntagResourceCommand.ts b/clients/client-chime-sdk-messaging/src/commands/UntagResourceCommand.ts index 03a77b8a80ed..4c01492492cf 100644 --- a/clients/client-chime-sdk-messaging/src/commands/UntagResourceCommand.ts +++ b/clients/client-chime-sdk-messaging/src/commands/UntagResourceCommand.ts @@ -93,9 +93,6 @@ export class UntagResourceCommand extends $Command< UntagResourceCommandOutput, ChimeSDKMessagingClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -109,9 +106,7 @@ export class UntagResourceCommand extends $Command< * @public */ constructor(readonly input: UntagResourceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -162,7 +157,4 @@ export class UntagResourceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UntagResourceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-chime-sdk-messaging/src/commands/UpdateChannelCommand.ts b/clients/client-chime-sdk-messaging/src/commands/UpdateChannelCommand.ts index e6712052b6bd..fdc129725bfa 100644 --- a/clients/client-chime-sdk-messaging/src/commands/UpdateChannelCommand.ts +++ b/clients/client-chime-sdk-messaging/src/commands/UpdateChannelCommand.ts @@ -111,9 +111,6 @@ export class UpdateChannelCommand extends $Command< UpdateChannelCommandOutput, ChimeSDKMessagingClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -127,9 +124,7 @@ export class UpdateChannelCommand extends $Command< * @public */ constructor(readonly input: UpdateChannelCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -180,7 +175,4 @@ export class UpdateChannelCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdateChannelCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-chime-sdk-messaging/src/commands/UpdateChannelFlowCommand.ts b/clients/client-chime-sdk-messaging/src/commands/UpdateChannelFlowCommand.ts index c6ca02756ec4..bfc813b060da 100644 --- a/clients/client-chime-sdk-messaging/src/commands/UpdateChannelFlowCommand.ts +++ b/clients/client-chime-sdk-messaging/src/commands/UpdateChannelFlowCommand.ts @@ -114,9 +114,6 @@ export class UpdateChannelFlowCommand extends $Command< UpdateChannelFlowCommandOutput, ChimeSDKMessagingClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -130,9 +127,7 @@ export class UpdateChannelFlowCommand extends $Command< * @public */ constructor(readonly input: UpdateChannelFlowCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -185,7 +180,4 @@ export class UpdateChannelFlowCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdateChannelFlowCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-chime-sdk-messaging/src/commands/UpdateChannelMessageCommand.ts b/clients/client-chime-sdk-messaging/src/commands/UpdateChannelMessageCommand.ts index 0675747677fe..d2c30d4c09ef 100644 --- a/clients/client-chime-sdk-messaging/src/commands/UpdateChannelMessageCommand.ts +++ b/clients/client-chime-sdk-messaging/src/commands/UpdateChannelMessageCommand.ts @@ -117,9 +117,6 @@ export class UpdateChannelMessageCommand extends $Command< UpdateChannelMessageCommandOutput, ChimeSDKMessagingClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -133,9 +130,7 @@ export class UpdateChannelMessageCommand extends $Command< * @public */ constructor(readonly input: UpdateChannelMessageCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -188,7 +183,4 @@ export class UpdateChannelMessageCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdateChannelMessageCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-chime-sdk-messaging/src/commands/UpdateChannelReadMarkerCommand.ts b/clients/client-chime-sdk-messaging/src/commands/UpdateChannelReadMarkerCommand.ts index b91ae68e9317..cba543d51c69 100644 --- a/clients/client-chime-sdk-messaging/src/commands/UpdateChannelReadMarkerCommand.ts +++ b/clients/client-chime-sdk-messaging/src/commands/UpdateChannelReadMarkerCommand.ts @@ -102,9 +102,6 @@ export class UpdateChannelReadMarkerCommand extends $Command< UpdateChannelReadMarkerCommandOutput, ChimeSDKMessagingClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -118,9 +115,7 @@ export class UpdateChannelReadMarkerCommand extends $Command< * @public */ constructor(readonly input: UpdateChannelReadMarkerCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -173,7 +168,4 @@ export class UpdateChannelReadMarkerCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdateChannelReadMarkerCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-chime-sdk-voice/package.json b/clients/client-chime-sdk-voice/package.json index 812be8a68e41..e9794db777b7 100644 --- a/clients/client-chime-sdk-voice/package.json +++ b/clients/client-chime-sdk-voice/package.json @@ -34,29 +34,29 @@ "@aws-sdk/util-endpoints": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@smithy/config-resolver": "^2.0.16", - "@smithy/fetch-http-handler": "^2.2.4", - "@smithy/hash-node": "^2.0.12", - "@smithy/invalid-dependency": "^2.0.12", - "@smithy/middleware-content-length": "^2.0.14", - "@smithy/middleware-endpoint": "^2.1.3", - "@smithy/middleware-retry": "^2.0.18", - "@smithy/middleware-serde": "^2.0.12", - "@smithy/middleware-stack": "^2.0.6", - "@smithy/node-config-provider": "^2.1.3", - "@smithy/node-http-handler": "^2.1.8", - "@smithy/protocol-http": "^3.0.8", - "@smithy/smithy-client": "^2.1.12", - "@smithy/types": "^2.4.0", - "@smithy/url-parser": "^2.0.12", - "@smithy/util-base64": "^2.0.0", + "@smithy/config-resolver": "^2.0.18", + "@smithy/fetch-http-handler": "^2.2.6", + "@smithy/hash-node": "^2.0.15", + "@smithy/invalid-dependency": "^2.0.13", + "@smithy/middleware-content-length": "^2.0.15", + "@smithy/middleware-endpoint": "^2.2.0", + "@smithy/middleware-retry": "^2.0.20", + "@smithy/middleware-serde": "^2.0.13", + "@smithy/middleware-stack": "^2.0.7", + "@smithy/node-config-provider": "^2.1.5", + "@smithy/node-http-handler": "^2.1.9", + "@smithy/protocol-http": "^3.0.9", + "@smithy/smithy-client": "^2.1.15", + "@smithy/types": "^2.5.0", + "@smithy/url-parser": "^2.0.13", + "@smithy/util-base64": "^2.0.1", "@smithy/util-body-length-browser": "^2.0.0", "@smithy/util-body-length-node": "^2.1.0", - "@smithy/util-defaults-mode-browser": "^2.0.16", - "@smithy/util-defaults-mode-node": "^2.0.21", - "@smithy/util-endpoints": "^1.0.2", - "@smithy/util-retry": "^2.0.5", - "@smithy/util-utf8": "^2.0.0", + "@smithy/util-defaults-mode-browser": "^2.0.19", + "@smithy/util-defaults-mode-node": "^2.0.25", + "@smithy/util-endpoints": "^1.0.4", + "@smithy/util-retry": "^2.0.6", + "@smithy/util-utf8": "^2.0.2", "tslib": "^2.5.0" }, "devDependencies": { diff --git a/clients/client-chime-sdk-voice/src/commands/AssociatePhoneNumbersWithVoiceConnectorCommand.ts b/clients/client-chime-sdk-voice/src/commands/AssociatePhoneNumbersWithVoiceConnectorCommand.ts index c990f61f5a0b..c8033d4451ad 100644 --- a/clients/client-chime-sdk-voice/src/commands/AssociatePhoneNumbersWithVoiceConnectorCommand.ts +++ b/clients/client-chime-sdk-voice/src/commands/AssociatePhoneNumbersWithVoiceConnectorCommand.ts @@ -115,9 +115,6 @@ export class AssociatePhoneNumbersWithVoiceConnectorCommand extends $Command< AssociatePhoneNumbersWithVoiceConnectorCommandOutput, ChimeSDKVoiceClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -131,9 +128,7 @@ export class AssociatePhoneNumbersWithVoiceConnectorCommand extends $Command< * @public */ constructor(readonly input: AssociatePhoneNumbersWithVoiceConnectorCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -198,7 +193,4 @@ export class AssociatePhoneNumbersWithVoiceConnectorCommand extends $Command< ): Promise { return de_AssociatePhoneNumbersWithVoiceConnectorCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-chime-sdk-voice/src/commands/AssociatePhoneNumbersWithVoiceConnectorGroupCommand.ts b/clients/client-chime-sdk-voice/src/commands/AssociatePhoneNumbersWithVoiceConnectorGroupCommand.ts index 4fec57e58ba8..c598fae549ee 100644 --- a/clients/client-chime-sdk-voice/src/commands/AssociatePhoneNumbersWithVoiceConnectorGroupCommand.ts +++ b/clients/client-chime-sdk-voice/src/commands/AssociatePhoneNumbersWithVoiceConnectorGroupCommand.ts @@ -115,9 +115,6 @@ export class AssociatePhoneNumbersWithVoiceConnectorGroupCommand extends $Comman AssociatePhoneNumbersWithVoiceConnectorGroupCommandOutput, ChimeSDKVoiceClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -131,9 +128,7 @@ export class AssociatePhoneNumbersWithVoiceConnectorGroupCommand extends $Comman * @public */ constructor(readonly input: AssociatePhoneNumbersWithVoiceConnectorGroupCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -198,7 +193,4 @@ export class AssociatePhoneNumbersWithVoiceConnectorGroupCommand extends $Comman ): Promise { return de_AssociatePhoneNumbersWithVoiceConnectorGroupCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-chime-sdk-voice/src/commands/BatchDeletePhoneNumberCommand.ts b/clients/client-chime-sdk-voice/src/commands/BatchDeletePhoneNumberCommand.ts index a2db83778673..719cb1ae8f33 100644 --- a/clients/client-chime-sdk-voice/src/commands/BatchDeletePhoneNumberCommand.ts +++ b/clients/client-chime-sdk-voice/src/commands/BatchDeletePhoneNumberCommand.ts @@ -110,9 +110,6 @@ export class BatchDeletePhoneNumberCommand extends $Command< BatchDeletePhoneNumberCommandOutput, ChimeSDKVoiceClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -126,9 +123,7 @@ export class BatchDeletePhoneNumberCommand extends $Command< * @public */ constructor(readonly input: BatchDeletePhoneNumberCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -181,7 +176,4 @@ export class BatchDeletePhoneNumberCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_BatchDeletePhoneNumberCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-chime-sdk-voice/src/commands/BatchUpdatePhoneNumberCommand.ts b/clients/client-chime-sdk-voice/src/commands/BatchUpdatePhoneNumberCommand.ts index b36c02ab40f8..f42740420011 100644 --- a/clients/client-chime-sdk-voice/src/commands/BatchUpdatePhoneNumberCommand.ts +++ b/clients/client-chime-sdk-voice/src/commands/BatchUpdatePhoneNumberCommand.ts @@ -109,9 +109,6 @@ export class BatchUpdatePhoneNumberCommand extends $Command< BatchUpdatePhoneNumberCommandOutput, ChimeSDKVoiceClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -125,9 +122,7 @@ export class BatchUpdatePhoneNumberCommand extends $Command< * @public */ constructor(readonly input: BatchUpdatePhoneNumberCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -180,7 +175,4 @@ export class BatchUpdatePhoneNumberCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_BatchUpdatePhoneNumberCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-chime-sdk-voice/src/commands/CreatePhoneNumberOrderCommand.ts b/clients/client-chime-sdk-voice/src/commands/CreatePhoneNumberOrderCommand.ts index 7c75ced322ff..39d50f543712 100644 --- a/clients/client-chime-sdk-voice/src/commands/CreatePhoneNumberOrderCommand.ts +++ b/clients/client-chime-sdk-voice/src/commands/CreatePhoneNumberOrderCommand.ts @@ -116,9 +116,6 @@ export class CreatePhoneNumberOrderCommand extends $Command< CreatePhoneNumberOrderCommandOutput, ChimeSDKVoiceClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -132,9 +129,7 @@ export class CreatePhoneNumberOrderCommand extends $Command< * @public */ constructor(readonly input: CreatePhoneNumberOrderCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -187,7 +182,4 @@ export class CreatePhoneNumberOrderCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreatePhoneNumberOrderCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-chime-sdk-voice/src/commands/CreateProxySessionCommand.ts b/clients/client-chime-sdk-voice/src/commands/CreateProxySessionCommand.ts index d7b32d3b52ae..6f625ff421b3 100644 --- a/clients/client-chime-sdk-voice/src/commands/CreateProxySessionCommand.ts +++ b/clients/client-chime-sdk-voice/src/commands/CreateProxySessionCommand.ts @@ -135,9 +135,6 @@ export class CreateProxySessionCommand extends $Command< CreateProxySessionCommandOutput, ChimeSDKVoiceClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -151,9 +148,7 @@ export class CreateProxySessionCommand extends $Command< * @public */ constructor(readonly input: CreateProxySessionCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -206,7 +201,4 @@ export class CreateProxySessionCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateProxySessionCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-chime-sdk-voice/src/commands/CreateSipMediaApplicationCallCommand.ts b/clients/client-chime-sdk-voice/src/commands/CreateSipMediaApplicationCallCommand.ts index bfcfb9046e46..8e626ef8a718 100644 --- a/clients/client-chime-sdk-voice/src/commands/CreateSipMediaApplicationCallCommand.ts +++ b/clients/client-chime-sdk-voice/src/commands/CreateSipMediaApplicationCallCommand.ts @@ -115,9 +115,6 @@ export class CreateSipMediaApplicationCallCommand extends $Command< CreateSipMediaApplicationCallCommandOutput, ChimeSDKVoiceClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -131,9 +128,7 @@ export class CreateSipMediaApplicationCallCommand extends $Command< * @public */ constructor(readonly input: CreateSipMediaApplicationCallCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -189,7 +184,4 @@ export class CreateSipMediaApplicationCallCommand extends $Command< ): Promise { return de_CreateSipMediaApplicationCallCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-chime-sdk-voice/src/commands/CreateSipMediaApplicationCommand.ts b/clients/client-chime-sdk-voice/src/commands/CreateSipMediaApplicationCommand.ts index bd95fc782ef1..6ea3ed33f585 100644 --- a/clients/client-chime-sdk-voice/src/commands/CreateSipMediaApplicationCommand.ts +++ b/clients/client-chime-sdk-voice/src/commands/CreateSipMediaApplicationCommand.ts @@ -127,9 +127,6 @@ export class CreateSipMediaApplicationCommand extends $Command< CreateSipMediaApplicationCommandOutput, ChimeSDKVoiceClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -143,9 +140,7 @@ export class CreateSipMediaApplicationCommand extends $Command< * @public */ constructor(readonly input: CreateSipMediaApplicationCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -201,7 +196,4 @@ export class CreateSipMediaApplicationCommand extends $Command< ): Promise { return de_CreateSipMediaApplicationCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-chime-sdk-voice/src/commands/CreateSipRuleCommand.ts b/clients/client-chime-sdk-voice/src/commands/CreateSipRuleCommand.ts index aab630787e77..22aa4a90d05f 100644 --- a/clients/client-chime-sdk-voice/src/commands/CreateSipRuleCommand.ts +++ b/clients/client-chime-sdk-voice/src/commands/CreateSipRuleCommand.ts @@ -123,9 +123,6 @@ export class CreateSipRuleCommand extends $Command< CreateSipRuleCommandOutput, ChimeSDKVoiceClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -139,9 +136,7 @@ export class CreateSipRuleCommand extends $Command< * @public */ constructor(readonly input: CreateSipRuleCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -192,7 +187,4 @@ export class CreateSipRuleCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateSipRuleCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-chime-sdk-voice/src/commands/CreateVoiceConnectorCommand.ts b/clients/client-chime-sdk-voice/src/commands/CreateVoiceConnectorCommand.ts index fbf506dfab8f..57a93116b269 100644 --- a/clients/client-chime-sdk-voice/src/commands/CreateVoiceConnectorCommand.ts +++ b/clients/client-chime-sdk-voice/src/commands/CreateVoiceConnectorCommand.ts @@ -118,9 +118,6 @@ export class CreateVoiceConnectorCommand extends $Command< CreateVoiceConnectorCommandOutput, ChimeSDKVoiceClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -134,9 +131,7 @@ export class CreateVoiceConnectorCommand extends $Command< * @public */ constructor(readonly input: CreateVoiceConnectorCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -189,7 +184,4 @@ export class CreateVoiceConnectorCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateVoiceConnectorCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-chime-sdk-voice/src/commands/CreateVoiceConnectorGroupCommand.ts b/clients/client-chime-sdk-voice/src/commands/CreateVoiceConnectorGroupCommand.ts index 75560cadee7d..09e75ca63949 100644 --- a/clients/client-chime-sdk-voice/src/commands/CreateVoiceConnectorGroupCommand.ts +++ b/clients/client-chime-sdk-voice/src/commands/CreateVoiceConnectorGroupCommand.ts @@ -117,9 +117,6 @@ export class CreateVoiceConnectorGroupCommand extends $Command< CreateVoiceConnectorGroupCommandOutput, ChimeSDKVoiceClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -133,9 +130,7 @@ export class CreateVoiceConnectorGroupCommand extends $Command< * @public */ constructor(readonly input: CreateVoiceConnectorGroupCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -191,7 +186,4 @@ export class CreateVoiceConnectorGroupCommand extends $Command< ): Promise { return de_CreateVoiceConnectorGroupCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-chime-sdk-voice/src/commands/CreateVoiceProfileCommand.ts b/clients/client-chime-sdk-voice/src/commands/CreateVoiceProfileCommand.ts index ee886e52fb4e..0aa5a2013895 100644 --- a/clients/client-chime-sdk-voice/src/commands/CreateVoiceProfileCommand.ts +++ b/clients/client-chime-sdk-voice/src/commands/CreateVoiceProfileCommand.ts @@ -120,9 +120,6 @@ export class CreateVoiceProfileCommand extends $Command< CreateVoiceProfileCommandOutput, ChimeSDKVoiceClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -136,9 +133,7 @@ export class CreateVoiceProfileCommand extends $Command< * @public */ constructor(readonly input: CreateVoiceProfileCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -191,7 +186,4 @@ export class CreateVoiceProfileCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateVoiceProfileCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-chime-sdk-voice/src/commands/CreateVoiceProfileDomainCommand.ts b/clients/client-chime-sdk-voice/src/commands/CreateVoiceProfileDomainCommand.ts index 284c337f9659..ac7c22628b20 100644 --- a/clients/client-chime-sdk-voice/src/commands/CreateVoiceProfileDomainCommand.ts +++ b/clients/client-chime-sdk-voice/src/commands/CreateVoiceProfileDomainCommand.ts @@ -129,9 +129,6 @@ export class CreateVoiceProfileDomainCommand extends $Command< CreateVoiceProfileDomainCommandOutput, ChimeSDKVoiceClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -145,9 +142,7 @@ export class CreateVoiceProfileDomainCommand extends $Command< * @public */ constructor(readonly input: CreateVoiceProfileDomainCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -200,7 +195,4 @@ export class CreateVoiceProfileDomainCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateVoiceProfileDomainCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-chime-sdk-voice/src/commands/DeletePhoneNumberCommand.ts b/clients/client-chime-sdk-voice/src/commands/DeletePhoneNumberCommand.ts index 76a5486c5335..c19cdae32980 100644 --- a/clients/client-chime-sdk-voice/src/commands/DeletePhoneNumberCommand.ts +++ b/clients/client-chime-sdk-voice/src/commands/DeletePhoneNumberCommand.ts @@ -95,9 +95,6 @@ export class DeletePhoneNumberCommand extends $Command< DeletePhoneNumberCommandOutput, ChimeSDKVoiceClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -111,9 +108,7 @@ export class DeletePhoneNumberCommand extends $Command< * @public */ constructor(readonly input: DeletePhoneNumberCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -166,7 +161,4 @@ export class DeletePhoneNumberCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeletePhoneNumberCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-chime-sdk-voice/src/commands/DeleteProxySessionCommand.ts b/clients/client-chime-sdk-voice/src/commands/DeleteProxySessionCommand.ts index f6ac8abc8670..46bde12f1d27 100644 --- a/clients/client-chime-sdk-voice/src/commands/DeleteProxySessionCommand.ts +++ b/clients/client-chime-sdk-voice/src/commands/DeleteProxySessionCommand.ts @@ -91,9 +91,6 @@ export class DeleteProxySessionCommand extends $Command< DeleteProxySessionCommandOutput, ChimeSDKVoiceClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -107,9 +104,7 @@ export class DeleteProxySessionCommand extends $Command< * @public */ constructor(readonly input: DeleteProxySessionCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -162,7 +157,4 @@ export class DeleteProxySessionCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteProxySessionCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-chime-sdk-voice/src/commands/DeleteSipMediaApplicationCommand.ts b/clients/client-chime-sdk-voice/src/commands/DeleteSipMediaApplicationCommand.ts index d60a8670eec9..50c2f85ee7d1 100644 --- a/clients/client-chime-sdk-voice/src/commands/DeleteSipMediaApplicationCommand.ts +++ b/clients/client-chime-sdk-voice/src/commands/DeleteSipMediaApplicationCommand.ts @@ -92,9 +92,6 @@ export class DeleteSipMediaApplicationCommand extends $Command< DeleteSipMediaApplicationCommandOutput, ChimeSDKVoiceClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -108,9 +105,7 @@ export class DeleteSipMediaApplicationCommand extends $Command< * @public */ constructor(readonly input: DeleteSipMediaApplicationCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -166,7 +161,4 @@ export class DeleteSipMediaApplicationCommand extends $Command< ): Promise { return de_DeleteSipMediaApplicationCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-chime-sdk-voice/src/commands/DeleteSipRuleCommand.ts b/clients/client-chime-sdk-voice/src/commands/DeleteSipRuleCommand.ts index 232bd23b3c92..9eff3ae5a8b4 100644 --- a/clients/client-chime-sdk-voice/src/commands/DeleteSipRuleCommand.ts +++ b/clients/client-chime-sdk-voice/src/commands/DeleteSipRuleCommand.ts @@ -92,9 +92,6 @@ export class DeleteSipRuleCommand extends $Command< DeleteSipRuleCommandOutput, ChimeSDKVoiceClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -108,9 +105,7 @@ export class DeleteSipRuleCommand extends $Command< * @public */ constructor(readonly input: DeleteSipRuleCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -161,7 +156,4 @@ export class DeleteSipRuleCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteSipRuleCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-chime-sdk-voice/src/commands/DeleteVoiceConnectorCommand.ts b/clients/client-chime-sdk-voice/src/commands/DeleteVoiceConnectorCommand.ts index b280b018b5eb..0632a9ed7681 100644 --- a/clients/client-chime-sdk-voice/src/commands/DeleteVoiceConnectorCommand.ts +++ b/clients/client-chime-sdk-voice/src/commands/DeleteVoiceConnectorCommand.ts @@ -94,9 +94,6 @@ export class DeleteVoiceConnectorCommand extends $Command< DeleteVoiceConnectorCommandOutput, ChimeSDKVoiceClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -110,9 +107,7 @@ export class DeleteVoiceConnectorCommand extends $Command< * @public */ constructor(readonly input: DeleteVoiceConnectorCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -165,7 +160,4 @@ export class DeleteVoiceConnectorCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteVoiceConnectorCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-chime-sdk-voice/src/commands/DeleteVoiceConnectorEmergencyCallingConfigurationCommand.ts b/clients/client-chime-sdk-voice/src/commands/DeleteVoiceConnectorEmergencyCallingConfigurationCommand.ts index da642ca827cc..1eb9127fef27 100644 --- a/clients/client-chime-sdk-voice/src/commands/DeleteVoiceConnectorEmergencyCallingConfigurationCommand.ts +++ b/clients/client-chime-sdk-voice/src/commands/DeleteVoiceConnectorEmergencyCallingConfigurationCommand.ts @@ -94,9 +94,6 @@ export class DeleteVoiceConnectorEmergencyCallingConfigurationCommand extends $C DeleteVoiceConnectorEmergencyCallingConfigurationCommandOutput, ChimeSDKVoiceClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -110,9 +107,7 @@ export class DeleteVoiceConnectorEmergencyCallingConfigurationCommand extends $C * @public */ constructor(readonly input: DeleteVoiceConnectorEmergencyCallingConfigurationCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -177,7 +172,4 @@ export class DeleteVoiceConnectorEmergencyCallingConfigurationCommand extends $C ): Promise { return de_DeleteVoiceConnectorEmergencyCallingConfigurationCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-chime-sdk-voice/src/commands/DeleteVoiceConnectorGroupCommand.ts b/clients/client-chime-sdk-voice/src/commands/DeleteVoiceConnectorGroupCommand.ts index eee6245f1a84..5b973a331d4f 100644 --- a/clients/client-chime-sdk-voice/src/commands/DeleteVoiceConnectorGroupCommand.ts +++ b/clients/client-chime-sdk-voice/src/commands/DeleteVoiceConnectorGroupCommand.ts @@ -94,9 +94,6 @@ export class DeleteVoiceConnectorGroupCommand extends $Command< DeleteVoiceConnectorGroupCommandOutput, ChimeSDKVoiceClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -110,9 +107,7 @@ export class DeleteVoiceConnectorGroupCommand extends $Command< * @public */ constructor(readonly input: DeleteVoiceConnectorGroupCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -168,7 +163,4 @@ export class DeleteVoiceConnectorGroupCommand extends $Command< ): Promise { return de_DeleteVoiceConnectorGroupCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-chime-sdk-voice/src/commands/DeleteVoiceConnectorOriginationCommand.ts b/clients/client-chime-sdk-voice/src/commands/DeleteVoiceConnectorOriginationCommand.ts index 009e5eaa378d..1518c38103e6 100644 --- a/clients/client-chime-sdk-voice/src/commands/DeleteVoiceConnectorOriginationCommand.ts +++ b/clients/client-chime-sdk-voice/src/commands/DeleteVoiceConnectorOriginationCommand.ts @@ -96,9 +96,6 @@ export class DeleteVoiceConnectorOriginationCommand extends $Command< DeleteVoiceConnectorOriginationCommandOutput, ChimeSDKVoiceClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -112,9 +109,7 @@ export class DeleteVoiceConnectorOriginationCommand extends $Command< * @public */ constructor(readonly input: DeleteVoiceConnectorOriginationCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -173,7 +168,4 @@ export class DeleteVoiceConnectorOriginationCommand extends $Command< ): Promise { return de_DeleteVoiceConnectorOriginationCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-chime-sdk-voice/src/commands/DeleteVoiceConnectorProxyCommand.ts b/clients/client-chime-sdk-voice/src/commands/DeleteVoiceConnectorProxyCommand.ts index 8d80a64bd4b7..aeeaa99c55dd 100644 --- a/clients/client-chime-sdk-voice/src/commands/DeleteVoiceConnectorProxyCommand.ts +++ b/clients/client-chime-sdk-voice/src/commands/DeleteVoiceConnectorProxyCommand.ts @@ -89,9 +89,6 @@ export class DeleteVoiceConnectorProxyCommand extends $Command< DeleteVoiceConnectorProxyCommandOutput, ChimeSDKVoiceClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -105,9 +102,7 @@ export class DeleteVoiceConnectorProxyCommand extends $Command< * @public */ constructor(readonly input: DeleteVoiceConnectorProxyCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -163,7 +158,4 @@ export class DeleteVoiceConnectorProxyCommand extends $Command< ): Promise { return de_DeleteVoiceConnectorProxyCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-chime-sdk-voice/src/commands/DeleteVoiceConnectorStreamingConfigurationCommand.ts b/clients/client-chime-sdk-voice/src/commands/DeleteVoiceConnectorStreamingConfigurationCommand.ts index b2aa8a2490a2..0adb87d5c5e2 100644 --- a/clients/client-chime-sdk-voice/src/commands/DeleteVoiceConnectorStreamingConfigurationCommand.ts +++ b/clients/client-chime-sdk-voice/src/commands/DeleteVoiceConnectorStreamingConfigurationCommand.ts @@ -93,9 +93,6 @@ export class DeleteVoiceConnectorStreamingConfigurationCommand extends $Command< DeleteVoiceConnectorStreamingConfigurationCommandOutput, ChimeSDKVoiceClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -109,9 +106,7 @@ export class DeleteVoiceConnectorStreamingConfigurationCommand extends $Command< * @public */ constructor(readonly input: DeleteVoiceConnectorStreamingConfigurationCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -176,7 +171,4 @@ export class DeleteVoiceConnectorStreamingConfigurationCommand extends $Command< ): Promise { return de_DeleteVoiceConnectorStreamingConfigurationCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-chime-sdk-voice/src/commands/DeleteVoiceConnectorTerminationCommand.ts b/clients/client-chime-sdk-voice/src/commands/DeleteVoiceConnectorTerminationCommand.ts index 1b3e51e1b849..333f561f1a53 100644 --- a/clients/client-chime-sdk-voice/src/commands/DeleteVoiceConnectorTerminationCommand.ts +++ b/clients/client-chime-sdk-voice/src/commands/DeleteVoiceConnectorTerminationCommand.ts @@ -96,9 +96,6 @@ export class DeleteVoiceConnectorTerminationCommand extends $Command< DeleteVoiceConnectorTerminationCommandOutput, ChimeSDKVoiceClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -112,9 +109,7 @@ export class DeleteVoiceConnectorTerminationCommand extends $Command< * @public */ constructor(readonly input: DeleteVoiceConnectorTerminationCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -173,7 +168,4 @@ export class DeleteVoiceConnectorTerminationCommand extends $Command< ): Promise { return de_DeleteVoiceConnectorTerminationCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-chime-sdk-voice/src/commands/DeleteVoiceConnectorTerminationCredentialsCommand.ts b/clients/client-chime-sdk-voice/src/commands/DeleteVoiceConnectorTerminationCredentialsCommand.ts index 82bd3157bbbb..e82d8368fae7 100644 --- a/clients/client-chime-sdk-voice/src/commands/DeleteVoiceConnectorTerminationCredentialsCommand.ts +++ b/clients/client-chime-sdk-voice/src/commands/DeleteVoiceConnectorTerminationCredentialsCommand.ts @@ -100,9 +100,6 @@ export class DeleteVoiceConnectorTerminationCredentialsCommand extends $Command< DeleteVoiceConnectorTerminationCredentialsCommandOutput, ChimeSDKVoiceClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -116,9 +113,7 @@ export class DeleteVoiceConnectorTerminationCredentialsCommand extends $Command< * @public */ constructor(readonly input: DeleteVoiceConnectorTerminationCredentialsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -183,7 +178,4 @@ export class DeleteVoiceConnectorTerminationCredentialsCommand extends $Command< ): Promise { return de_DeleteVoiceConnectorTerminationCredentialsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-chime-sdk-voice/src/commands/DeleteVoiceProfileCommand.ts b/clients/client-chime-sdk-voice/src/commands/DeleteVoiceProfileCommand.ts index 36b023622cab..56401b16bf3e 100644 --- a/clients/client-chime-sdk-voice/src/commands/DeleteVoiceProfileCommand.ts +++ b/clients/client-chime-sdk-voice/src/commands/DeleteVoiceProfileCommand.ts @@ -95,9 +95,6 @@ export class DeleteVoiceProfileCommand extends $Command< DeleteVoiceProfileCommandOutput, ChimeSDKVoiceClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -111,9 +108,7 @@ export class DeleteVoiceProfileCommand extends $Command< * @public */ constructor(readonly input: DeleteVoiceProfileCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -166,7 +161,4 @@ export class DeleteVoiceProfileCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteVoiceProfileCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-chime-sdk-voice/src/commands/DeleteVoiceProfileDomainCommand.ts b/clients/client-chime-sdk-voice/src/commands/DeleteVoiceProfileDomainCommand.ts index 7b334f7e7666..8b5b02c5cfb7 100644 --- a/clients/client-chime-sdk-voice/src/commands/DeleteVoiceProfileDomainCommand.ts +++ b/clients/client-chime-sdk-voice/src/commands/DeleteVoiceProfileDomainCommand.ts @@ -95,9 +95,6 @@ export class DeleteVoiceProfileDomainCommand extends $Command< DeleteVoiceProfileDomainCommandOutput, ChimeSDKVoiceClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -111,9 +108,7 @@ export class DeleteVoiceProfileDomainCommand extends $Command< * @public */ constructor(readonly input: DeleteVoiceProfileDomainCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -166,7 +161,4 @@ export class DeleteVoiceProfileDomainCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteVoiceProfileDomainCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-chime-sdk-voice/src/commands/DisassociatePhoneNumbersFromVoiceConnectorCommand.ts b/clients/client-chime-sdk-voice/src/commands/DisassociatePhoneNumbersFromVoiceConnectorCommand.ts index 68ecae647475..3aa240d274f7 100644 --- a/clients/client-chime-sdk-voice/src/commands/DisassociatePhoneNumbersFromVoiceConnectorCommand.ts +++ b/clients/client-chime-sdk-voice/src/commands/DisassociatePhoneNumbersFromVoiceConnectorCommand.ts @@ -112,9 +112,6 @@ export class DisassociatePhoneNumbersFromVoiceConnectorCommand extends $Command< DisassociatePhoneNumbersFromVoiceConnectorCommandOutput, ChimeSDKVoiceClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -128,9 +125,7 @@ export class DisassociatePhoneNumbersFromVoiceConnectorCommand extends $Command< * @public */ constructor(readonly input: DisassociatePhoneNumbersFromVoiceConnectorCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -195,7 +190,4 @@ export class DisassociatePhoneNumbersFromVoiceConnectorCommand extends $Command< ): Promise { return de_DisassociatePhoneNumbersFromVoiceConnectorCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-chime-sdk-voice/src/commands/DisassociatePhoneNumbersFromVoiceConnectorGroupCommand.ts b/clients/client-chime-sdk-voice/src/commands/DisassociatePhoneNumbersFromVoiceConnectorGroupCommand.ts index 62893420c084..b467edafed39 100644 --- a/clients/client-chime-sdk-voice/src/commands/DisassociatePhoneNumbersFromVoiceConnectorGroupCommand.ts +++ b/clients/client-chime-sdk-voice/src/commands/DisassociatePhoneNumbersFromVoiceConnectorGroupCommand.ts @@ -112,9 +112,6 @@ export class DisassociatePhoneNumbersFromVoiceConnectorGroupCommand extends $Com DisassociatePhoneNumbersFromVoiceConnectorGroupCommandOutput, ChimeSDKVoiceClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -128,9 +125,7 @@ export class DisassociatePhoneNumbersFromVoiceConnectorGroupCommand extends $Com * @public */ constructor(readonly input: DisassociatePhoneNumbersFromVoiceConnectorGroupCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -195,7 +190,4 @@ export class DisassociatePhoneNumbersFromVoiceConnectorGroupCommand extends $Com ): Promise { return de_DisassociatePhoneNumbersFromVoiceConnectorGroupCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-chime-sdk-voice/src/commands/GetGlobalSettingsCommand.ts b/clients/client-chime-sdk-voice/src/commands/GetGlobalSettingsCommand.ts index 0a54d1fa2476..23f39b9a6191 100644 --- a/clients/client-chime-sdk-voice/src/commands/GetGlobalSettingsCommand.ts +++ b/clients/client-chime-sdk-voice/src/commands/GetGlobalSettingsCommand.ts @@ -88,9 +88,6 @@ export class GetGlobalSettingsCommand extends $Command< GetGlobalSettingsCommandOutput, ChimeSDKVoiceClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -104,9 +101,7 @@ export class GetGlobalSettingsCommand extends $Command< * @public */ constructor(readonly input: GetGlobalSettingsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -159,7 +154,4 @@ export class GetGlobalSettingsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetGlobalSettingsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-chime-sdk-voice/src/commands/GetPhoneNumberCommand.ts b/clients/client-chime-sdk-voice/src/commands/GetPhoneNumberCommand.ts index 198b79b44a80..2a2934a1b6cf 100644 --- a/clients/client-chime-sdk-voice/src/commands/GetPhoneNumberCommand.ts +++ b/clients/client-chime-sdk-voice/src/commands/GetPhoneNumberCommand.ts @@ -126,9 +126,6 @@ export class GetPhoneNumberCommand extends $Command< GetPhoneNumberCommandOutput, ChimeSDKVoiceClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -142,9 +139,7 @@ export class GetPhoneNumberCommand extends $Command< * @public */ constructor(readonly input: GetPhoneNumberCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -197,7 +192,4 @@ export class GetPhoneNumberCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetPhoneNumberCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-chime-sdk-voice/src/commands/GetPhoneNumberOrderCommand.ts b/clients/client-chime-sdk-voice/src/commands/GetPhoneNumberOrderCommand.ts index 8ee43e6b777f..118005f670c4 100644 --- a/clients/client-chime-sdk-voice/src/commands/GetPhoneNumberOrderCommand.ts +++ b/clients/client-chime-sdk-voice/src/commands/GetPhoneNumberOrderCommand.ts @@ -110,9 +110,6 @@ export class GetPhoneNumberOrderCommand extends $Command< GetPhoneNumberOrderCommandOutput, ChimeSDKVoiceClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -126,9 +123,7 @@ export class GetPhoneNumberOrderCommand extends $Command< * @public */ constructor(readonly input: GetPhoneNumberOrderCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -181,7 +176,4 @@ export class GetPhoneNumberOrderCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetPhoneNumberOrderCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-chime-sdk-voice/src/commands/GetPhoneNumberSettingsCommand.ts b/clients/client-chime-sdk-voice/src/commands/GetPhoneNumberSettingsCommand.ts index 93f3c99a2331..a7458044ffdd 100644 --- a/clients/client-chime-sdk-voice/src/commands/GetPhoneNumberSettingsCommand.ts +++ b/clients/client-chime-sdk-voice/src/commands/GetPhoneNumberSettingsCommand.ts @@ -88,9 +88,6 @@ export class GetPhoneNumberSettingsCommand extends $Command< GetPhoneNumberSettingsCommandOutput, ChimeSDKVoiceClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -104,9 +101,7 @@ export class GetPhoneNumberSettingsCommand extends $Command< * @public */ constructor(readonly input: GetPhoneNumberSettingsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -159,7 +154,4 @@ export class GetPhoneNumberSettingsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetPhoneNumberSettingsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-chime-sdk-voice/src/commands/GetProxySessionCommand.ts b/clients/client-chime-sdk-voice/src/commands/GetProxySessionCommand.ts index df5aa04c60b0..00347d3fe7e6 100644 --- a/clients/client-chime-sdk-voice/src/commands/GetProxySessionCommand.ts +++ b/clients/client-chime-sdk-voice/src/commands/GetProxySessionCommand.ts @@ -120,9 +120,6 @@ export class GetProxySessionCommand extends $Command< GetProxySessionCommandOutput, ChimeSDKVoiceClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -136,9 +133,7 @@ export class GetProxySessionCommand extends $Command< * @public */ constructor(readonly input: GetProxySessionCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -191,7 +186,4 @@ export class GetProxySessionCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetProxySessionCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-chime-sdk-voice/src/commands/GetSipMediaApplicationAlexaSkillConfigurationCommand.ts b/clients/client-chime-sdk-voice/src/commands/GetSipMediaApplicationAlexaSkillConfigurationCommand.ts index db632fd4ad40..227346b7613e 100644 --- a/clients/client-chime-sdk-voice/src/commands/GetSipMediaApplicationAlexaSkillConfigurationCommand.ts +++ b/clients/client-chime-sdk-voice/src/commands/GetSipMediaApplicationAlexaSkillConfigurationCommand.ts @@ -106,9 +106,6 @@ export class GetSipMediaApplicationAlexaSkillConfigurationCommand extends $Comma GetSipMediaApplicationAlexaSkillConfigurationCommandOutput, ChimeSDKVoiceClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -122,9 +119,7 @@ export class GetSipMediaApplicationAlexaSkillConfigurationCommand extends $Comma * @public */ constructor(readonly input: GetSipMediaApplicationAlexaSkillConfigurationCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -189,7 +184,4 @@ export class GetSipMediaApplicationAlexaSkillConfigurationCommand extends $Comma ): Promise { return de_GetSipMediaApplicationAlexaSkillConfigurationCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-chime-sdk-voice/src/commands/GetSipMediaApplicationCommand.ts b/clients/client-chime-sdk-voice/src/commands/GetSipMediaApplicationCommand.ts index 079665e35c0a..94d70b512fd8 100644 --- a/clients/client-chime-sdk-voice/src/commands/GetSipMediaApplicationCommand.ts +++ b/clients/client-chime-sdk-voice/src/commands/GetSipMediaApplicationCommand.ts @@ -108,9 +108,6 @@ export class GetSipMediaApplicationCommand extends $Command< GetSipMediaApplicationCommandOutput, ChimeSDKVoiceClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -124,9 +121,7 @@ export class GetSipMediaApplicationCommand extends $Command< * @public */ constructor(readonly input: GetSipMediaApplicationCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -179,7 +174,4 @@ export class GetSipMediaApplicationCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetSipMediaApplicationCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-chime-sdk-voice/src/commands/GetSipMediaApplicationLoggingConfigurationCommand.ts b/clients/client-chime-sdk-voice/src/commands/GetSipMediaApplicationLoggingConfigurationCommand.ts index f07d88398efb..aa89152989b9 100644 --- a/clients/client-chime-sdk-voice/src/commands/GetSipMediaApplicationLoggingConfigurationCommand.ts +++ b/clients/client-chime-sdk-voice/src/commands/GetSipMediaApplicationLoggingConfigurationCommand.ts @@ -102,9 +102,6 @@ export class GetSipMediaApplicationLoggingConfigurationCommand extends $Command< GetSipMediaApplicationLoggingConfigurationCommandOutput, ChimeSDKVoiceClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -118,9 +115,7 @@ export class GetSipMediaApplicationLoggingConfigurationCommand extends $Command< * @public */ constructor(readonly input: GetSipMediaApplicationLoggingConfigurationCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -185,7 +180,4 @@ export class GetSipMediaApplicationLoggingConfigurationCommand extends $Command< ): Promise { return de_GetSipMediaApplicationLoggingConfigurationCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-chime-sdk-voice/src/commands/GetSipRuleCommand.ts b/clients/client-chime-sdk-voice/src/commands/GetSipRuleCommand.ts index 2635dc3b5199..d1159ed1260d 100644 --- a/clients/client-chime-sdk-voice/src/commands/GetSipRuleCommand.ts +++ b/clients/client-chime-sdk-voice/src/commands/GetSipRuleCommand.ts @@ -107,9 +107,6 @@ export class GetSipRuleCommand extends $Command< GetSipRuleCommandOutput, ChimeSDKVoiceClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -123,9 +120,7 @@ export class GetSipRuleCommand extends $Command< * @public */ constructor(readonly input: GetSipRuleCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -176,7 +171,4 @@ export class GetSipRuleCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetSipRuleCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-chime-sdk-voice/src/commands/GetSpeakerSearchTaskCommand.ts b/clients/client-chime-sdk-voice/src/commands/GetSpeakerSearchTaskCommand.ts index f259feb91588..75d90e764efc 100644 --- a/clients/client-chime-sdk-voice/src/commands/GetSpeakerSearchTaskCommand.ts +++ b/clients/client-chime-sdk-voice/src/commands/GetSpeakerSearchTaskCommand.ts @@ -119,9 +119,6 @@ export class GetSpeakerSearchTaskCommand extends $Command< GetSpeakerSearchTaskCommandOutput, ChimeSDKVoiceClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -135,9 +132,7 @@ export class GetSpeakerSearchTaskCommand extends $Command< * @public */ constructor(readonly input: GetSpeakerSearchTaskCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -190,7 +185,4 @@ export class GetSpeakerSearchTaskCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetSpeakerSearchTaskCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-chime-sdk-voice/src/commands/GetVoiceConnectorCommand.ts b/clients/client-chime-sdk-voice/src/commands/GetVoiceConnectorCommand.ts index ecdf36b3185f..cb5829b365a6 100644 --- a/clients/client-chime-sdk-voice/src/commands/GetVoiceConnectorCommand.ts +++ b/clients/client-chime-sdk-voice/src/commands/GetVoiceConnectorCommand.ts @@ -101,9 +101,6 @@ export class GetVoiceConnectorCommand extends $Command< GetVoiceConnectorCommandOutput, ChimeSDKVoiceClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -117,9 +114,7 @@ export class GetVoiceConnectorCommand extends $Command< * @public */ constructor(readonly input: GetVoiceConnectorCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -172,7 +167,4 @@ export class GetVoiceConnectorCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetVoiceConnectorCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-chime-sdk-voice/src/commands/GetVoiceConnectorEmergencyCallingConfigurationCommand.ts b/clients/client-chime-sdk-voice/src/commands/GetVoiceConnectorEmergencyCallingConfigurationCommand.ts index c70dfd74e6b7..5cf093c00368 100644 --- a/clients/client-chime-sdk-voice/src/commands/GetVoiceConnectorEmergencyCallingConfigurationCommand.ts +++ b/clients/client-chime-sdk-voice/src/commands/GetVoiceConnectorEmergencyCallingConfigurationCommand.ts @@ -109,9 +109,6 @@ export class GetVoiceConnectorEmergencyCallingConfigurationCommand extends $Comm GetVoiceConnectorEmergencyCallingConfigurationCommandOutput, ChimeSDKVoiceClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -125,9 +122,7 @@ export class GetVoiceConnectorEmergencyCallingConfigurationCommand extends $Comm * @public */ constructor(readonly input: GetVoiceConnectorEmergencyCallingConfigurationCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -192,7 +187,4 @@ export class GetVoiceConnectorEmergencyCallingConfigurationCommand extends $Comm ): Promise { return de_GetVoiceConnectorEmergencyCallingConfigurationCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-chime-sdk-voice/src/commands/GetVoiceConnectorGroupCommand.ts b/clients/client-chime-sdk-voice/src/commands/GetVoiceConnectorGroupCommand.ts index 0ef91d0de12f..a8bea23cc075 100644 --- a/clients/client-chime-sdk-voice/src/commands/GetVoiceConnectorGroupCommand.ts +++ b/clients/client-chime-sdk-voice/src/commands/GetVoiceConnectorGroupCommand.ts @@ -104,9 +104,6 @@ export class GetVoiceConnectorGroupCommand extends $Command< GetVoiceConnectorGroupCommandOutput, ChimeSDKVoiceClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -120,9 +117,7 @@ export class GetVoiceConnectorGroupCommand extends $Command< * @public */ constructor(readonly input: GetVoiceConnectorGroupCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -175,7 +170,4 @@ export class GetVoiceConnectorGroupCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetVoiceConnectorGroupCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-chime-sdk-voice/src/commands/GetVoiceConnectorLoggingConfigurationCommand.ts b/clients/client-chime-sdk-voice/src/commands/GetVoiceConnectorLoggingConfigurationCommand.ts index ff94f6b50dcf..88bdc50e2df2 100644 --- a/clients/client-chime-sdk-voice/src/commands/GetVoiceConnectorLoggingConfigurationCommand.ts +++ b/clients/client-chime-sdk-voice/src/commands/GetVoiceConnectorLoggingConfigurationCommand.ts @@ -104,9 +104,6 @@ export class GetVoiceConnectorLoggingConfigurationCommand extends $Command< GetVoiceConnectorLoggingConfigurationCommandOutput, ChimeSDKVoiceClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -120,9 +117,7 @@ export class GetVoiceConnectorLoggingConfigurationCommand extends $Command< * @public */ constructor(readonly input: GetVoiceConnectorLoggingConfigurationCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -181,7 +176,4 @@ export class GetVoiceConnectorLoggingConfigurationCommand extends $Command< ): Promise { return de_GetVoiceConnectorLoggingConfigurationCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-chime-sdk-voice/src/commands/GetVoiceConnectorOriginationCommand.ts b/clients/client-chime-sdk-voice/src/commands/GetVoiceConnectorOriginationCommand.ts index c6571ac334c1..c234fb7b962e 100644 --- a/clients/client-chime-sdk-voice/src/commands/GetVoiceConnectorOriginationCommand.ts +++ b/clients/client-chime-sdk-voice/src/commands/GetVoiceConnectorOriginationCommand.ts @@ -107,9 +107,6 @@ export class GetVoiceConnectorOriginationCommand extends $Command< GetVoiceConnectorOriginationCommandOutput, ChimeSDKVoiceClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -123,9 +120,7 @@ export class GetVoiceConnectorOriginationCommand extends $Command< * @public */ constructor(readonly input: GetVoiceConnectorOriginationCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -181,7 +176,4 @@ export class GetVoiceConnectorOriginationCommand extends $Command< ): Promise { return de_GetVoiceConnectorOriginationCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-chime-sdk-voice/src/commands/GetVoiceConnectorProxyCommand.ts b/clients/client-chime-sdk-voice/src/commands/GetVoiceConnectorProxyCommand.ts index bcfeae72c71e..ae6101a587fe 100644 --- a/clients/client-chime-sdk-voice/src/commands/GetVoiceConnectorProxyCommand.ts +++ b/clients/client-chime-sdk-voice/src/commands/GetVoiceConnectorProxyCommand.ts @@ -103,9 +103,6 @@ export class GetVoiceConnectorProxyCommand extends $Command< GetVoiceConnectorProxyCommandOutput, ChimeSDKVoiceClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -119,9 +116,7 @@ export class GetVoiceConnectorProxyCommand extends $Command< * @public */ constructor(readonly input: GetVoiceConnectorProxyCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -174,7 +169,4 @@ export class GetVoiceConnectorProxyCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetVoiceConnectorProxyCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-chime-sdk-voice/src/commands/GetVoiceConnectorStreamingConfigurationCommand.ts b/clients/client-chime-sdk-voice/src/commands/GetVoiceConnectorStreamingConfigurationCommand.ts index 349be77063ff..145de3d491a7 100644 --- a/clients/client-chime-sdk-voice/src/commands/GetVoiceConnectorStreamingConfigurationCommand.ts +++ b/clients/client-chime-sdk-voice/src/commands/GetVoiceConnectorStreamingConfigurationCommand.ts @@ -115,9 +115,6 @@ export class GetVoiceConnectorStreamingConfigurationCommand extends $Command< GetVoiceConnectorStreamingConfigurationCommandOutput, ChimeSDKVoiceClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -131,9 +128,7 @@ export class GetVoiceConnectorStreamingConfigurationCommand extends $Command< * @public */ constructor(readonly input: GetVoiceConnectorStreamingConfigurationCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -198,7 +193,4 @@ export class GetVoiceConnectorStreamingConfigurationCommand extends $Command< ): Promise { return de_GetVoiceConnectorStreamingConfigurationCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-chime-sdk-voice/src/commands/GetVoiceConnectorTerminationCommand.ts b/clients/client-chime-sdk-voice/src/commands/GetVoiceConnectorTerminationCommand.ts index b1773d09b2ca..b3e7c6132166 100644 --- a/clients/client-chime-sdk-voice/src/commands/GetVoiceConnectorTerminationCommand.ts +++ b/clients/client-chime-sdk-voice/src/commands/GetVoiceConnectorTerminationCommand.ts @@ -110,9 +110,6 @@ export class GetVoiceConnectorTerminationCommand extends $Command< GetVoiceConnectorTerminationCommandOutput, ChimeSDKVoiceClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -126,9 +123,7 @@ export class GetVoiceConnectorTerminationCommand extends $Command< * @public */ constructor(readonly input: GetVoiceConnectorTerminationCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -184,7 +179,4 @@ export class GetVoiceConnectorTerminationCommand extends $Command< ): Promise { return de_GetVoiceConnectorTerminationCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-chime-sdk-voice/src/commands/GetVoiceConnectorTerminationHealthCommand.ts b/clients/client-chime-sdk-voice/src/commands/GetVoiceConnectorTerminationHealthCommand.ts index 9c30d9aff690..7f57c36decfc 100644 --- a/clients/client-chime-sdk-voice/src/commands/GetVoiceConnectorTerminationHealthCommand.ts +++ b/clients/client-chime-sdk-voice/src/commands/GetVoiceConnectorTerminationHealthCommand.ts @@ -104,9 +104,6 @@ export class GetVoiceConnectorTerminationHealthCommand extends $Command< GetVoiceConnectorTerminationHealthCommandOutput, ChimeSDKVoiceClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -120,9 +117,7 @@ export class GetVoiceConnectorTerminationHealthCommand extends $Command< * @public */ constructor(readonly input: GetVoiceConnectorTerminationHealthCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -181,7 +176,4 @@ export class GetVoiceConnectorTerminationHealthCommand extends $Command< ): Promise { return de_GetVoiceConnectorTerminationHealthCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-chime-sdk-voice/src/commands/GetVoiceProfileCommand.ts b/clients/client-chime-sdk-voice/src/commands/GetVoiceProfileCommand.ts index 5e3f96817b3a..d0ee7ea0407c 100644 --- a/clients/client-chime-sdk-voice/src/commands/GetVoiceProfileCommand.ts +++ b/clients/client-chime-sdk-voice/src/commands/GetVoiceProfileCommand.ts @@ -105,9 +105,6 @@ export class GetVoiceProfileCommand extends $Command< GetVoiceProfileCommandOutput, ChimeSDKVoiceClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -121,9 +118,7 @@ export class GetVoiceProfileCommand extends $Command< * @public */ constructor(readonly input: GetVoiceProfileCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -176,7 +171,4 @@ export class GetVoiceProfileCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetVoiceProfileCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-chime-sdk-voice/src/commands/GetVoiceProfileDomainCommand.ts b/clients/client-chime-sdk-voice/src/commands/GetVoiceProfileDomainCommand.ts index 595a81918ca2..4c5b0e4928f3 100644 --- a/clients/client-chime-sdk-voice/src/commands/GetVoiceProfileDomainCommand.ts +++ b/clients/client-chime-sdk-voice/src/commands/GetVoiceProfileDomainCommand.ts @@ -108,9 +108,6 @@ export class GetVoiceProfileDomainCommand extends $Command< GetVoiceProfileDomainCommandOutput, ChimeSDKVoiceClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -124,9 +121,7 @@ export class GetVoiceProfileDomainCommand extends $Command< * @public */ constructor(readonly input: GetVoiceProfileDomainCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -179,7 +174,4 @@ export class GetVoiceProfileDomainCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetVoiceProfileDomainCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-chime-sdk-voice/src/commands/GetVoiceToneAnalysisTaskCommand.ts b/clients/client-chime-sdk-voice/src/commands/GetVoiceToneAnalysisTaskCommand.ts index 6ea3cd9e4f94..1bf4dea7f3b3 100644 --- a/clients/client-chime-sdk-voice/src/commands/GetVoiceToneAnalysisTaskCommand.ts +++ b/clients/client-chime-sdk-voice/src/commands/GetVoiceToneAnalysisTaskCommand.ts @@ -111,9 +111,6 @@ export class GetVoiceToneAnalysisTaskCommand extends $Command< GetVoiceToneAnalysisTaskCommandOutput, ChimeSDKVoiceClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -127,9 +124,7 @@ export class GetVoiceToneAnalysisTaskCommand extends $Command< * @public */ constructor(readonly input: GetVoiceToneAnalysisTaskCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -182,7 +177,4 @@ export class GetVoiceToneAnalysisTaskCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetVoiceToneAnalysisTaskCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-chime-sdk-voice/src/commands/ListAvailableVoiceConnectorRegionsCommand.ts b/clients/client-chime-sdk-voice/src/commands/ListAvailableVoiceConnectorRegionsCommand.ts index 8967493674c6..f5f47e47f2f1 100644 --- a/clients/client-chime-sdk-voice/src/commands/ListAvailableVoiceConnectorRegionsCommand.ts +++ b/clients/client-chime-sdk-voice/src/commands/ListAvailableVoiceConnectorRegionsCommand.ts @@ -93,9 +93,6 @@ export class ListAvailableVoiceConnectorRegionsCommand extends $Command< ListAvailableVoiceConnectorRegionsCommandOutput, ChimeSDKVoiceClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -109,9 +106,7 @@ export class ListAvailableVoiceConnectorRegionsCommand extends $Command< * @public */ constructor(readonly input: ListAvailableVoiceConnectorRegionsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -170,7 +165,4 @@ export class ListAvailableVoiceConnectorRegionsCommand extends $Command< ): Promise { return de_ListAvailableVoiceConnectorRegionsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-chime-sdk-voice/src/commands/ListPhoneNumberOrdersCommand.ts b/clients/client-chime-sdk-voice/src/commands/ListPhoneNumberOrdersCommand.ts index e5f9d3ebe100..6069dbe725a7 100644 --- a/clients/client-chime-sdk-voice/src/commands/ListPhoneNumberOrdersCommand.ts +++ b/clients/client-chime-sdk-voice/src/commands/ListPhoneNumberOrdersCommand.ts @@ -109,9 +109,6 @@ export class ListPhoneNumberOrdersCommand extends $Command< ListPhoneNumberOrdersCommandOutput, ChimeSDKVoiceClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -125,9 +122,7 @@ export class ListPhoneNumberOrdersCommand extends $Command< * @public */ constructor(readonly input: ListPhoneNumberOrdersCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -180,7 +175,4 @@ export class ListPhoneNumberOrdersCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListPhoneNumberOrdersCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-chime-sdk-voice/src/commands/ListPhoneNumbersCommand.ts b/clients/client-chime-sdk-voice/src/commands/ListPhoneNumbersCommand.ts index 17bd280a502f..eed738de11d1 100644 --- a/clients/client-chime-sdk-voice/src/commands/ListPhoneNumbersCommand.ts +++ b/clients/client-chime-sdk-voice/src/commands/ListPhoneNumbersCommand.ts @@ -134,9 +134,6 @@ export class ListPhoneNumbersCommand extends $Command< ListPhoneNumbersCommandOutput, ChimeSDKVoiceClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -150,9 +147,7 @@ export class ListPhoneNumbersCommand extends $Command< * @public */ constructor(readonly input: ListPhoneNumbersCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -205,7 +200,4 @@ export class ListPhoneNumbersCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListPhoneNumbersCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-chime-sdk-voice/src/commands/ListProxySessionsCommand.ts b/clients/client-chime-sdk-voice/src/commands/ListProxySessionsCommand.ts index 4eed285ec9b6..9c92502e6eb8 100644 --- a/clients/client-chime-sdk-voice/src/commands/ListProxySessionsCommand.ts +++ b/clients/client-chime-sdk-voice/src/commands/ListProxySessionsCommand.ts @@ -125,9 +125,6 @@ export class ListProxySessionsCommand extends $Command< ListProxySessionsCommandOutput, ChimeSDKVoiceClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -141,9 +138,7 @@ export class ListProxySessionsCommand extends $Command< * @public */ constructor(readonly input: ListProxySessionsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -196,7 +191,4 @@ export class ListProxySessionsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListProxySessionsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-chime-sdk-voice/src/commands/ListSipMediaApplicationsCommand.ts b/clients/client-chime-sdk-voice/src/commands/ListSipMediaApplicationsCommand.ts index 57dc15923f6d..345d16d6bf77 100644 --- a/clients/client-chime-sdk-voice/src/commands/ListSipMediaApplicationsCommand.ts +++ b/clients/client-chime-sdk-voice/src/commands/ListSipMediaApplicationsCommand.ts @@ -108,9 +108,6 @@ export class ListSipMediaApplicationsCommand extends $Command< ListSipMediaApplicationsCommandOutput, ChimeSDKVoiceClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -124,9 +121,7 @@ export class ListSipMediaApplicationsCommand extends $Command< * @public */ constructor(readonly input: ListSipMediaApplicationsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -179,7 +174,4 @@ export class ListSipMediaApplicationsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListSipMediaApplicationsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-chime-sdk-voice/src/commands/ListSipRulesCommand.ts b/clients/client-chime-sdk-voice/src/commands/ListSipRulesCommand.ts index 764691b8e7d4..adc43663158a 100644 --- a/clients/client-chime-sdk-voice/src/commands/ListSipRulesCommand.ts +++ b/clients/client-chime-sdk-voice/src/commands/ListSipRulesCommand.ts @@ -108,9 +108,6 @@ export class ListSipRulesCommand extends $Command< ListSipRulesCommandOutput, ChimeSDKVoiceClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -124,9 +121,7 @@ export class ListSipRulesCommand extends $Command< * @public */ constructor(readonly input: ListSipRulesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -177,7 +172,4 @@ export class ListSipRulesCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListSipRulesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-chime-sdk-voice/src/commands/ListSupportedPhoneNumberCountriesCommand.ts b/clients/client-chime-sdk-voice/src/commands/ListSupportedPhoneNumberCountriesCommand.ts index 769fd4020824..10a352a7d67d 100644 --- a/clients/client-chime-sdk-voice/src/commands/ListSupportedPhoneNumberCountriesCommand.ts +++ b/clients/client-chime-sdk-voice/src/commands/ListSupportedPhoneNumberCountriesCommand.ts @@ -106,9 +106,6 @@ export class ListSupportedPhoneNumberCountriesCommand extends $Command< ListSupportedPhoneNumberCountriesCommandOutput, ChimeSDKVoiceClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -122,9 +119,7 @@ export class ListSupportedPhoneNumberCountriesCommand extends $Command< * @public */ constructor(readonly input: ListSupportedPhoneNumberCountriesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -183,7 +178,4 @@ export class ListSupportedPhoneNumberCountriesCommand extends $Command< ): Promise { return de_ListSupportedPhoneNumberCountriesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-chime-sdk-voice/src/commands/ListTagsForResourceCommand.ts b/clients/client-chime-sdk-voice/src/commands/ListTagsForResourceCommand.ts index d8850cf89c82..9d111f082f4b 100644 --- a/clients/client-chime-sdk-voice/src/commands/ListTagsForResourceCommand.ts +++ b/clients/client-chime-sdk-voice/src/commands/ListTagsForResourceCommand.ts @@ -98,9 +98,6 @@ export class ListTagsForResourceCommand extends $Command< ListTagsForResourceCommandOutput, ChimeSDKVoiceClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -114,9 +111,7 @@ export class ListTagsForResourceCommand extends $Command< * @public */ constructor(readonly input: ListTagsForResourceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -169,7 +164,4 @@ export class ListTagsForResourceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListTagsForResourceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-chime-sdk-voice/src/commands/ListVoiceConnectorGroupsCommand.ts b/clients/client-chime-sdk-voice/src/commands/ListVoiceConnectorGroupsCommand.ts index bce7a4a3ad29..5d4e6c93f391 100644 --- a/clients/client-chime-sdk-voice/src/commands/ListVoiceConnectorGroupsCommand.ts +++ b/clients/client-chime-sdk-voice/src/commands/ListVoiceConnectorGroupsCommand.ts @@ -105,9 +105,6 @@ export class ListVoiceConnectorGroupsCommand extends $Command< ListVoiceConnectorGroupsCommandOutput, ChimeSDKVoiceClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -121,9 +118,7 @@ export class ListVoiceConnectorGroupsCommand extends $Command< * @public */ constructor(readonly input: ListVoiceConnectorGroupsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -176,7 +171,4 @@ export class ListVoiceConnectorGroupsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListVoiceConnectorGroupsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-chime-sdk-voice/src/commands/ListVoiceConnectorTerminationCredentialsCommand.ts b/clients/client-chime-sdk-voice/src/commands/ListVoiceConnectorTerminationCredentialsCommand.ts index 54a5c55c2445..cf525c989789 100644 --- a/clients/client-chime-sdk-voice/src/commands/ListVoiceConnectorTerminationCredentialsCommand.ts +++ b/clients/client-chime-sdk-voice/src/commands/ListVoiceConnectorTerminationCredentialsCommand.ts @@ -103,9 +103,6 @@ export class ListVoiceConnectorTerminationCredentialsCommand extends $Command< ListVoiceConnectorTerminationCredentialsCommandOutput, ChimeSDKVoiceClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -119,9 +116,7 @@ export class ListVoiceConnectorTerminationCredentialsCommand extends $Command< * @public */ constructor(readonly input: ListVoiceConnectorTerminationCredentialsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -186,7 +181,4 @@ export class ListVoiceConnectorTerminationCredentialsCommand extends $Command< ): Promise { return de_ListVoiceConnectorTerminationCredentialsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-chime-sdk-voice/src/commands/ListVoiceConnectorsCommand.ts b/clients/client-chime-sdk-voice/src/commands/ListVoiceConnectorsCommand.ts index 0968fad14414..730fc654f801 100644 --- a/clients/client-chime-sdk-voice/src/commands/ListVoiceConnectorsCommand.ts +++ b/clients/client-chime-sdk-voice/src/commands/ListVoiceConnectorsCommand.ts @@ -102,9 +102,6 @@ export class ListVoiceConnectorsCommand extends $Command< ListVoiceConnectorsCommandOutput, ChimeSDKVoiceClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -118,9 +115,7 @@ export class ListVoiceConnectorsCommand extends $Command< * @public */ constructor(readonly input: ListVoiceConnectorsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -173,7 +168,4 @@ export class ListVoiceConnectorsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListVoiceConnectorsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-chime-sdk-voice/src/commands/ListVoiceProfileDomainsCommand.ts b/clients/client-chime-sdk-voice/src/commands/ListVoiceProfileDomainsCommand.ts index e00b611d5917..fb2e5c644196 100644 --- a/clients/client-chime-sdk-voice/src/commands/ListVoiceProfileDomainsCommand.ts +++ b/clients/client-chime-sdk-voice/src/commands/ListVoiceProfileDomainsCommand.ts @@ -107,9 +107,6 @@ export class ListVoiceProfileDomainsCommand extends $Command< ListVoiceProfileDomainsCommandOutput, ChimeSDKVoiceClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -123,9 +120,7 @@ export class ListVoiceProfileDomainsCommand extends $Command< * @public */ constructor(readonly input: ListVoiceProfileDomainsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -178,7 +173,4 @@ export class ListVoiceProfileDomainsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListVoiceProfileDomainsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-chime-sdk-voice/src/commands/ListVoiceProfilesCommand.ts b/clients/client-chime-sdk-voice/src/commands/ListVoiceProfilesCommand.ts index 225978dda7ab..c8e40c44e8dd 100644 --- a/clients/client-chime-sdk-voice/src/commands/ListVoiceProfilesCommand.ts +++ b/clients/client-chime-sdk-voice/src/commands/ListVoiceProfilesCommand.ts @@ -107,9 +107,6 @@ export class ListVoiceProfilesCommand extends $Command< ListVoiceProfilesCommandOutput, ChimeSDKVoiceClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -123,9 +120,7 @@ export class ListVoiceProfilesCommand extends $Command< * @public */ constructor(readonly input: ListVoiceProfilesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -178,7 +173,4 @@ export class ListVoiceProfilesCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListVoiceProfilesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-chime-sdk-voice/src/commands/PutSipMediaApplicationAlexaSkillConfigurationCommand.ts b/clients/client-chime-sdk-voice/src/commands/PutSipMediaApplicationAlexaSkillConfigurationCommand.ts index 29617f129e18..728990acd8e8 100644 --- a/clients/client-chime-sdk-voice/src/commands/PutSipMediaApplicationAlexaSkillConfigurationCommand.ts +++ b/clients/client-chime-sdk-voice/src/commands/PutSipMediaApplicationAlexaSkillConfigurationCommand.ts @@ -113,9 +113,6 @@ export class PutSipMediaApplicationAlexaSkillConfigurationCommand extends $Comma PutSipMediaApplicationAlexaSkillConfigurationCommandOutput, ChimeSDKVoiceClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -129,9 +126,7 @@ export class PutSipMediaApplicationAlexaSkillConfigurationCommand extends $Comma * @public */ constructor(readonly input: PutSipMediaApplicationAlexaSkillConfigurationCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -196,7 +191,4 @@ export class PutSipMediaApplicationAlexaSkillConfigurationCommand extends $Comma ): Promise { return de_PutSipMediaApplicationAlexaSkillConfigurationCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-chime-sdk-voice/src/commands/PutSipMediaApplicationLoggingConfigurationCommand.ts b/clients/client-chime-sdk-voice/src/commands/PutSipMediaApplicationLoggingConfigurationCommand.ts index 1123c0601f14..ae7285d3f6f2 100644 --- a/clients/client-chime-sdk-voice/src/commands/PutSipMediaApplicationLoggingConfigurationCommand.ts +++ b/clients/client-chime-sdk-voice/src/commands/PutSipMediaApplicationLoggingConfigurationCommand.ts @@ -105,9 +105,6 @@ export class PutSipMediaApplicationLoggingConfigurationCommand extends $Command< PutSipMediaApplicationLoggingConfigurationCommandOutput, ChimeSDKVoiceClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -121,9 +118,7 @@ export class PutSipMediaApplicationLoggingConfigurationCommand extends $Command< * @public */ constructor(readonly input: PutSipMediaApplicationLoggingConfigurationCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -188,7 +183,4 @@ export class PutSipMediaApplicationLoggingConfigurationCommand extends $Command< ): Promise { return de_PutSipMediaApplicationLoggingConfigurationCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-chime-sdk-voice/src/commands/PutVoiceConnectorEmergencyCallingConfigurationCommand.ts b/clients/client-chime-sdk-voice/src/commands/PutVoiceConnectorEmergencyCallingConfigurationCommand.ts index ffaad93668a0..dc35c859702d 100644 --- a/clients/client-chime-sdk-voice/src/commands/PutVoiceConnectorEmergencyCallingConfigurationCommand.ts +++ b/clients/client-chime-sdk-voice/src/commands/PutVoiceConnectorEmergencyCallingConfigurationCommand.ts @@ -119,9 +119,6 @@ export class PutVoiceConnectorEmergencyCallingConfigurationCommand extends $Comm PutVoiceConnectorEmergencyCallingConfigurationCommandOutput, ChimeSDKVoiceClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -135,9 +132,7 @@ export class PutVoiceConnectorEmergencyCallingConfigurationCommand extends $Comm * @public */ constructor(readonly input: PutVoiceConnectorEmergencyCallingConfigurationCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -202,7 +197,4 @@ export class PutVoiceConnectorEmergencyCallingConfigurationCommand extends $Comm ): Promise { return de_PutVoiceConnectorEmergencyCallingConfigurationCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-chime-sdk-voice/src/commands/PutVoiceConnectorLoggingConfigurationCommand.ts b/clients/client-chime-sdk-voice/src/commands/PutVoiceConnectorLoggingConfigurationCommand.ts index 383650d9ece4..9cafb7e2cff3 100644 --- a/clients/client-chime-sdk-voice/src/commands/PutVoiceConnectorLoggingConfigurationCommand.ts +++ b/clients/client-chime-sdk-voice/src/commands/PutVoiceConnectorLoggingConfigurationCommand.ts @@ -107,9 +107,6 @@ export class PutVoiceConnectorLoggingConfigurationCommand extends $Command< PutVoiceConnectorLoggingConfigurationCommandOutput, ChimeSDKVoiceClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -123,9 +120,7 @@ export class PutVoiceConnectorLoggingConfigurationCommand extends $Command< * @public */ constructor(readonly input: PutVoiceConnectorLoggingConfigurationCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -184,7 +179,4 @@ export class PutVoiceConnectorLoggingConfigurationCommand extends $Command< ): Promise { return de_PutVoiceConnectorLoggingConfigurationCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-chime-sdk-voice/src/commands/PutVoiceConnectorOriginationCommand.ts b/clients/client-chime-sdk-voice/src/commands/PutVoiceConnectorOriginationCommand.ts index e326ef44f0c9..0c3f825c0d6d 100644 --- a/clients/client-chime-sdk-voice/src/commands/PutVoiceConnectorOriginationCommand.ts +++ b/clients/client-chime-sdk-voice/src/commands/PutVoiceConnectorOriginationCommand.ts @@ -119,9 +119,6 @@ export class PutVoiceConnectorOriginationCommand extends $Command< PutVoiceConnectorOriginationCommandOutput, ChimeSDKVoiceClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -135,9 +132,7 @@ export class PutVoiceConnectorOriginationCommand extends $Command< * @public */ constructor(readonly input: PutVoiceConnectorOriginationCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -193,7 +188,4 @@ export class PutVoiceConnectorOriginationCommand extends $Command< ): Promise { return de_PutVoiceConnectorOriginationCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-chime-sdk-voice/src/commands/PutVoiceConnectorProxyCommand.ts b/clients/client-chime-sdk-voice/src/commands/PutVoiceConnectorProxyCommand.ts index 4df3d4cf8807..2382a5168c75 100644 --- a/clients/client-chime-sdk-voice/src/commands/PutVoiceConnectorProxyCommand.ts +++ b/clients/client-chime-sdk-voice/src/commands/PutVoiceConnectorProxyCommand.ts @@ -112,9 +112,6 @@ export class PutVoiceConnectorProxyCommand extends $Command< PutVoiceConnectorProxyCommandOutput, ChimeSDKVoiceClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -128,9 +125,7 @@ export class PutVoiceConnectorProxyCommand extends $Command< * @public */ constructor(readonly input: PutVoiceConnectorProxyCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -183,7 +178,4 @@ export class PutVoiceConnectorProxyCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_PutVoiceConnectorProxyCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-chime-sdk-voice/src/commands/PutVoiceConnectorStreamingConfigurationCommand.ts b/clients/client-chime-sdk-voice/src/commands/PutVoiceConnectorStreamingConfigurationCommand.ts index fe92d9b4e231..73c75a66af1e 100644 --- a/clients/client-chime-sdk-voice/src/commands/PutVoiceConnectorStreamingConfigurationCommand.ts +++ b/clients/client-chime-sdk-voice/src/commands/PutVoiceConnectorStreamingConfigurationCommand.ts @@ -127,9 +127,6 @@ export class PutVoiceConnectorStreamingConfigurationCommand extends $Command< PutVoiceConnectorStreamingConfigurationCommandOutput, ChimeSDKVoiceClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -143,9 +140,7 @@ export class PutVoiceConnectorStreamingConfigurationCommand extends $Command< * @public */ constructor(readonly input: PutVoiceConnectorStreamingConfigurationCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -210,7 +205,4 @@ export class PutVoiceConnectorStreamingConfigurationCommand extends $Command< ): Promise { return de_PutVoiceConnectorStreamingConfigurationCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-chime-sdk-voice/src/commands/PutVoiceConnectorTerminationCommand.ts b/clients/client-chime-sdk-voice/src/commands/PutVoiceConnectorTerminationCommand.ts index 1dd3d4eed269..160cfbf9a5b9 100644 --- a/clients/client-chime-sdk-voice/src/commands/PutVoiceConnectorTerminationCommand.ts +++ b/clients/client-chime-sdk-voice/src/commands/PutVoiceConnectorTerminationCommand.ts @@ -125,9 +125,6 @@ export class PutVoiceConnectorTerminationCommand extends $Command< PutVoiceConnectorTerminationCommandOutput, ChimeSDKVoiceClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -141,9 +138,7 @@ export class PutVoiceConnectorTerminationCommand extends $Command< * @public */ constructor(readonly input: PutVoiceConnectorTerminationCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -199,7 +194,4 @@ export class PutVoiceConnectorTerminationCommand extends $Command< ): Promise { return de_PutVoiceConnectorTerminationCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-chime-sdk-voice/src/commands/PutVoiceConnectorTerminationCredentialsCommand.ts b/clients/client-chime-sdk-voice/src/commands/PutVoiceConnectorTerminationCredentialsCommand.ts index 2cff12f00c21..c12401dcf4e5 100644 --- a/clients/client-chime-sdk-voice/src/commands/PutVoiceConnectorTerminationCredentialsCommand.ts +++ b/clients/client-chime-sdk-voice/src/commands/PutVoiceConnectorTerminationCredentialsCommand.ts @@ -102,9 +102,6 @@ export class PutVoiceConnectorTerminationCredentialsCommand extends $Command< PutVoiceConnectorTerminationCredentialsCommandOutput, ChimeSDKVoiceClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -118,9 +115,7 @@ export class PutVoiceConnectorTerminationCredentialsCommand extends $Command< * @public */ constructor(readonly input: PutVoiceConnectorTerminationCredentialsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -185,7 +180,4 @@ export class PutVoiceConnectorTerminationCredentialsCommand extends $Command< ): Promise { return de_PutVoiceConnectorTerminationCredentialsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-chime-sdk-voice/src/commands/RestorePhoneNumberCommand.ts b/clients/client-chime-sdk-voice/src/commands/RestorePhoneNumberCommand.ts index bca4958113f4..c961ed538420 100644 --- a/clients/client-chime-sdk-voice/src/commands/RestorePhoneNumberCommand.ts +++ b/clients/client-chime-sdk-voice/src/commands/RestorePhoneNumberCommand.ts @@ -128,9 +128,6 @@ export class RestorePhoneNumberCommand extends $Command< RestorePhoneNumberCommandOutput, ChimeSDKVoiceClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -144,9 +141,7 @@ export class RestorePhoneNumberCommand extends $Command< * @public */ constructor(readonly input: RestorePhoneNumberCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -199,7 +194,4 @@ export class RestorePhoneNumberCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_RestorePhoneNumberCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-chime-sdk-voice/src/commands/SearchAvailablePhoneNumbersCommand.ts b/clients/client-chime-sdk-voice/src/commands/SearchAvailablePhoneNumbersCommand.ts index 14db0b7be206..3efa4cb1461e 100644 --- a/clients/client-chime-sdk-voice/src/commands/SearchAvailablePhoneNumbersCommand.ts +++ b/clients/client-chime-sdk-voice/src/commands/SearchAvailablePhoneNumbersCommand.ts @@ -110,9 +110,6 @@ export class SearchAvailablePhoneNumbersCommand extends $Command< SearchAvailablePhoneNumbersCommandOutput, ChimeSDKVoiceClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -126,9 +123,7 @@ export class SearchAvailablePhoneNumbersCommand extends $Command< * @public */ constructor(readonly input: SearchAvailablePhoneNumbersCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -184,7 +179,4 @@ export class SearchAvailablePhoneNumbersCommand extends $Command< ): Promise { return de_SearchAvailablePhoneNumbersCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-chime-sdk-voice/src/commands/StartSpeakerSearchTaskCommand.ts b/clients/client-chime-sdk-voice/src/commands/StartSpeakerSearchTaskCommand.ts index b7a0637df70d..e24ea958a644 100644 --- a/clients/client-chime-sdk-voice/src/commands/StartSpeakerSearchTaskCommand.ts +++ b/clients/client-chime-sdk-voice/src/commands/StartSpeakerSearchTaskCommand.ts @@ -135,9 +135,6 @@ export class StartSpeakerSearchTaskCommand extends $Command< StartSpeakerSearchTaskCommandOutput, ChimeSDKVoiceClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -151,9 +148,7 @@ export class StartSpeakerSearchTaskCommand extends $Command< * @public */ constructor(readonly input: StartSpeakerSearchTaskCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -206,7 +201,4 @@ export class StartSpeakerSearchTaskCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_StartSpeakerSearchTaskCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-chime-sdk-voice/src/commands/StartVoiceToneAnalysisTaskCommand.ts b/clients/client-chime-sdk-voice/src/commands/StartVoiceToneAnalysisTaskCommand.ts index 183c4b5c15d6..85d88816d0f8 100644 --- a/clients/client-chime-sdk-voice/src/commands/StartVoiceToneAnalysisTaskCommand.ts +++ b/clients/client-chime-sdk-voice/src/commands/StartVoiceToneAnalysisTaskCommand.ts @@ -127,9 +127,6 @@ export class StartVoiceToneAnalysisTaskCommand extends $Command< StartVoiceToneAnalysisTaskCommandOutput, ChimeSDKVoiceClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -143,9 +140,7 @@ export class StartVoiceToneAnalysisTaskCommand extends $Command< * @public */ constructor(readonly input: StartVoiceToneAnalysisTaskCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -201,7 +196,4 @@ export class StartVoiceToneAnalysisTaskCommand extends $Command< ): Promise { return de_StartVoiceToneAnalysisTaskCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-chime-sdk-voice/src/commands/StopSpeakerSearchTaskCommand.ts b/clients/client-chime-sdk-voice/src/commands/StopSpeakerSearchTaskCommand.ts index 0b3fd1ed7c9d..1661d52ad185 100644 --- a/clients/client-chime-sdk-voice/src/commands/StopSpeakerSearchTaskCommand.ts +++ b/clients/client-chime-sdk-voice/src/commands/StopSpeakerSearchTaskCommand.ts @@ -99,9 +99,6 @@ export class StopSpeakerSearchTaskCommand extends $Command< StopSpeakerSearchTaskCommandOutput, ChimeSDKVoiceClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -115,9 +112,7 @@ export class StopSpeakerSearchTaskCommand extends $Command< * @public */ constructor(readonly input: StopSpeakerSearchTaskCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -170,7 +165,4 @@ export class StopSpeakerSearchTaskCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_StopSpeakerSearchTaskCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-chime-sdk-voice/src/commands/StopVoiceToneAnalysisTaskCommand.ts b/clients/client-chime-sdk-voice/src/commands/StopVoiceToneAnalysisTaskCommand.ts index 0d72cfcf0166..3af22b975d3a 100644 --- a/clients/client-chime-sdk-voice/src/commands/StopVoiceToneAnalysisTaskCommand.ts +++ b/clients/client-chime-sdk-voice/src/commands/StopVoiceToneAnalysisTaskCommand.ts @@ -99,9 +99,6 @@ export class StopVoiceToneAnalysisTaskCommand extends $Command< StopVoiceToneAnalysisTaskCommandOutput, ChimeSDKVoiceClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -115,9 +112,7 @@ export class StopVoiceToneAnalysisTaskCommand extends $Command< * @public */ constructor(readonly input: StopVoiceToneAnalysisTaskCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -173,7 +168,4 @@ export class StopVoiceToneAnalysisTaskCommand extends $Command< ): Promise { return de_StopVoiceToneAnalysisTaskCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-chime-sdk-voice/src/commands/TagResourceCommand.ts b/clients/client-chime-sdk-voice/src/commands/TagResourceCommand.ts index ce42eaef29f5..fff217baa2f4 100644 --- a/clients/client-chime-sdk-voice/src/commands/TagResourceCommand.ts +++ b/clients/client-chime-sdk-voice/src/commands/TagResourceCommand.ts @@ -95,9 +95,6 @@ export class TagResourceCommand extends $Command< TagResourceCommandOutput, ChimeSDKVoiceClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -111,9 +108,7 @@ export class TagResourceCommand extends $Command< * @public */ constructor(readonly input: TagResourceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -164,7 +159,4 @@ export class TagResourceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_TagResourceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-chime-sdk-voice/src/commands/UntagResourceCommand.ts b/clients/client-chime-sdk-voice/src/commands/UntagResourceCommand.ts index 13d2e8fc51c1..d28b1ddc7e52 100644 --- a/clients/client-chime-sdk-voice/src/commands/UntagResourceCommand.ts +++ b/clients/client-chime-sdk-voice/src/commands/UntagResourceCommand.ts @@ -89,9 +89,6 @@ export class UntagResourceCommand extends $Command< UntagResourceCommandOutput, ChimeSDKVoiceClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -105,9 +102,7 @@ export class UntagResourceCommand extends $Command< * @public */ constructor(readonly input: UntagResourceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -158,7 +153,4 @@ export class UntagResourceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UntagResourceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-chime-sdk-voice/src/commands/UpdateGlobalSettingsCommand.ts b/clients/client-chime-sdk-voice/src/commands/UpdateGlobalSettingsCommand.ts index 7f3aa9ad1efe..aeee214d9eea 100644 --- a/clients/client-chime-sdk-voice/src/commands/UpdateGlobalSettingsCommand.ts +++ b/clients/client-chime-sdk-voice/src/commands/UpdateGlobalSettingsCommand.ts @@ -88,9 +88,6 @@ export class UpdateGlobalSettingsCommand extends $Command< UpdateGlobalSettingsCommandOutput, ChimeSDKVoiceClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -104,9 +101,7 @@ export class UpdateGlobalSettingsCommand extends $Command< * @public */ constructor(readonly input: UpdateGlobalSettingsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -159,7 +154,4 @@ export class UpdateGlobalSettingsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdateGlobalSettingsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-chime-sdk-voice/src/commands/UpdatePhoneNumberCommand.ts b/clients/client-chime-sdk-voice/src/commands/UpdatePhoneNumberCommand.ts index b68a89214e78..521808e4fc07 100644 --- a/clients/client-chime-sdk-voice/src/commands/UpdatePhoneNumberCommand.ts +++ b/clients/client-chime-sdk-voice/src/commands/UpdatePhoneNumberCommand.ts @@ -138,9 +138,6 @@ export class UpdatePhoneNumberCommand extends $Command< UpdatePhoneNumberCommandOutput, ChimeSDKVoiceClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -154,9 +151,7 @@ export class UpdatePhoneNumberCommand extends $Command< * @public */ constructor(readonly input: UpdatePhoneNumberCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -209,7 +204,4 @@ export class UpdatePhoneNumberCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdatePhoneNumberCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-chime-sdk-voice/src/commands/UpdatePhoneNumberSettingsCommand.ts b/clients/client-chime-sdk-voice/src/commands/UpdatePhoneNumberSettingsCommand.ts index 08375cea3611..294c14abce9b 100644 --- a/clients/client-chime-sdk-voice/src/commands/UpdatePhoneNumberSettingsCommand.ts +++ b/clients/client-chime-sdk-voice/src/commands/UpdatePhoneNumberSettingsCommand.ts @@ -92,9 +92,6 @@ export class UpdatePhoneNumberSettingsCommand extends $Command< UpdatePhoneNumberSettingsCommandOutput, ChimeSDKVoiceClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -108,9 +105,7 @@ export class UpdatePhoneNumberSettingsCommand extends $Command< * @public */ constructor(readonly input: UpdatePhoneNumberSettingsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -166,7 +161,4 @@ export class UpdatePhoneNumberSettingsCommand extends $Command< ): Promise { return de_UpdatePhoneNumberSettingsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-chime-sdk-voice/src/commands/UpdateProxySessionCommand.ts b/clients/client-chime-sdk-voice/src/commands/UpdateProxySessionCommand.ts index 6c639ab7a2cb..ceb313bf34b2 100644 --- a/clients/client-chime-sdk-voice/src/commands/UpdateProxySessionCommand.ts +++ b/clients/client-chime-sdk-voice/src/commands/UpdateProxySessionCommand.ts @@ -124,9 +124,6 @@ export class UpdateProxySessionCommand extends $Command< UpdateProxySessionCommandOutput, ChimeSDKVoiceClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -140,9 +137,7 @@ export class UpdateProxySessionCommand extends $Command< * @public */ constructor(readonly input: UpdateProxySessionCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -195,7 +190,4 @@ export class UpdateProxySessionCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdateProxySessionCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-chime-sdk-voice/src/commands/UpdateSipMediaApplicationCallCommand.ts b/clients/client-chime-sdk-voice/src/commands/UpdateSipMediaApplicationCallCommand.ts index 33c2ec76289d..e23af81eeb54 100644 --- a/clients/client-chime-sdk-voice/src/commands/UpdateSipMediaApplicationCallCommand.ts +++ b/clients/client-chime-sdk-voice/src/commands/UpdateSipMediaApplicationCallCommand.ts @@ -111,9 +111,6 @@ export class UpdateSipMediaApplicationCallCommand extends $Command< UpdateSipMediaApplicationCallCommandOutput, ChimeSDKVoiceClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -127,9 +124,7 @@ export class UpdateSipMediaApplicationCallCommand extends $Command< * @public */ constructor(readonly input: UpdateSipMediaApplicationCallCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -185,7 +180,4 @@ export class UpdateSipMediaApplicationCallCommand extends $Command< ): Promise { return de_UpdateSipMediaApplicationCallCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-chime-sdk-voice/src/commands/UpdateSipMediaApplicationCommand.ts b/clients/client-chime-sdk-voice/src/commands/UpdateSipMediaApplicationCommand.ts index 84204176307a..30fb13b729ed 100644 --- a/clients/client-chime-sdk-voice/src/commands/UpdateSipMediaApplicationCommand.ts +++ b/clients/client-chime-sdk-voice/src/commands/UpdateSipMediaApplicationCommand.ts @@ -117,9 +117,6 @@ export class UpdateSipMediaApplicationCommand extends $Command< UpdateSipMediaApplicationCommandOutput, ChimeSDKVoiceClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -133,9 +130,7 @@ export class UpdateSipMediaApplicationCommand extends $Command< * @public */ constructor(readonly input: UpdateSipMediaApplicationCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -191,7 +186,4 @@ export class UpdateSipMediaApplicationCommand extends $Command< ): Promise { return de_UpdateSipMediaApplicationCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-chime-sdk-voice/src/commands/UpdateSipRuleCommand.ts b/clients/client-chime-sdk-voice/src/commands/UpdateSipRuleCommand.ts index 6518bcae882a..b67a8771f135 100644 --- a/clients/client-chime-sdk-voice/src/commands/UpdateSipRuleCommand.ts +++ b/clients/client-chime-sdk-voice/src/commands/UpdateSipRuleCommand.ts @@ -121,9 +121,6 @@ export class UpdateSipRuleCommand extends $Command< UpdateSipRuleCommandOutput, ChimeSDKVoiceClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -137,9 +134,7 @@ export class UpdateSipRuleCommand extends $Command< * @public */ constructor(readonly input: UpdateSipRuleCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -190,7 +185,4 @@ export class UpdateSipRuleCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdateSipRuleCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-chime-sdk-voice/src/commands/UpdateVoiceConnectorCommand.ts b/clients/client-chime-sdk-voice/src/commands/UpdateVoiceConnectorCommand.ts index 2953e8879d6f..ac6402acbffb 100644 --- a/clients/client-chime-sdk-voice/src/commands/UpdateVoiceConnectorCommand.ts +++ b/clients/client-chime-sdk-voice/src/commands/UpdateVoiceConnectorCommand.ts @@ -102,9 +102,6 @@ export class UpdateVoiceConnectorCommand extends $Command< UpdateVoiceConnectorCommandOutput, ChimeSDKVoiceClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -118,9 +115,7 @@ export class UpdateVoiceConnectorCommand extends $Command< * @public */ constructor(readonly input: UpdateVoiceConnectorCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -173,7 +168,4 @@ export class UpdateVoiceConnectorCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdateVoiceConnectorCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-chime-sdk-voice/src/commands/UpdateVoiceConnectorGroupCommand.ts b/clients/client-chime-sdk-voice/src/commands/UpdateVoiceConnectorGroupCommand.ts index 642ed5f96084..b211c86cdd20 100644 --- a/clients/client-chime-sdk-voice/src/commands/UpdateVoiceConnectorGroupCommand.ts +++ b/clients/client-chime-sdk-voice/src/commands/UpdateVoiceConnectorGroupCommand.ts @@ -113,9 +113,6 @@ export class UpdateVoiceConnectorGroupCommand extends $Command< UpdateVoiceConnectorGroupCommandOutput, ChimeSDKVoiceClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -129,9 +126,7 @@ export class UpdateVoiceConnectorGroupCommand extends $Command< * @public */ constructor(readonly input: UpdateVoiceConnectorGroupCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -187,7 +182,4 @@ export class UpdateVoiceConnectorGroupCommand extends $Command< ): Promise { return de_UpdateVoiceConnectorGroupCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-chime-sdk-voice/src/commands/UpdateVoiceProfileCommand.ts b/clients/client-chime-sdk-voice/src/commands/UpdateVoiceProfileCommand.ts index 0213504569dc..e21462893c0e 100644 --- a/clients/client-chime-sdk-voice/src/commands/UpdateVoiceProfileCommand.ts +++ b/clients/client-chime-sdk-voice/src/commands/UpdateVoiceProfileCommand.ts @@ -121,9 +121,6 @@ export class UpdateVoiceProfileCommand extends $Command< UpdateVoiceProfileCommandOutput, ChimeSDKVoiceClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -137,9 +134,7 @@ export class UpdateVoiceProfileCommand extends $Command< * @public */ constructor(readonly input: UpdateVoiceProfileCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -192,7 +187,4 @@ export class UpdateVoiceProfileCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdateVoiceProfileCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-chime-sdk-voice/src/commands/UpdateVoiceProfileDomainCommand.ts b/clients/client-chime-sdk-voice/src/commands/UpdateVoiceProfileDomainCommand.ts index 682d954f61bc..a7c79b4ea6c5 100644 --- a/clients/client-chime-sdk-voice/src/commands/UpdateVoiceProfileDomainCommand.ts +++ b/clients/client-chime-sdk-voice/src/commands/UpdateVoiceProfileDomainCommand.ts @@ -110,9 +110,6 @@ export class UpdateVoiceProfileDomainCommand extends $Command< UpdateVoiceProfileDomainCommandOutput, ChimeSDKVoiceClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -126,9 +123,7 @@ export class UpdateVoiceProfileDomainCommand extends $Command< * @public */ constructor(readonly input: UpdateVoiceProfileDomainCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -181,7 +176,4 @@ export class UpdateVoiceProfileDomainCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdateVoiceProfileDomainCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-chime-sdk-voice/src/commands/ValidateE911AddressCommand.ts b/clients/client-chime-sdk-voice/src/commands/ValidateE911AddressCommand.ts index 337e7f78b4a7..b73b1d17e060 100644 --- a/clients/client-chime-sdk-voice/src/commands/ValidateE911AddressCommand.ts +++ b/clients/client-chime-sdk-voice/src/commands/ValidateE911AddressCommand.ts @@ -129,9 +129,6 @@ export class ValidateE911AddressCommand extends $Command< ValidateE911AddressCommandOutput, ChimeSDKVoiceClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -145,9 +142,7 @@ export class ValidateE911AddressCommand extends $Command< * @public */ constructor(readonly input: ValidateE911AddressCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -200,7 +195,4 @@ export class ValidateE911AddressCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ValidateE911AddressCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-chime/package.json b/clients/client-chime/package.json index 73758b0d58fd..e8e6625ffa60 100644 --- a/clients/client-chime/package.json +++ b/clients/client-chime/package.json @@ -34,29 +34,29 @@ "@aws-sdk/util-endpoints": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@smithy/config-resolver": "^2.0.16", - "@smithy/fetch-http-handler": "^2.2.4", - "@smithy/hash-node": "^2.0.12", - "@smithy/invalid-dependency": "^2.0.12", - "@smithy/middleware-content-length": "^2.0.14", - "@smithy/middleware-endpoint": "^2.1.3", - "@smithy/middleware-retry": "^2.0.18", - "@smithy/middleware-serde": "^2.0.12", - "@smithy/middleware-stack": "^2.0.6", - "@smithy/node-config-provider": "^2.1.3", - "@smithy/node-http-handler": "^2.1.8", - "@smithy/protocol-http": "^3.0.8", - "@smithy/smithy-client": "^2.1.12", - "@smithy/types": "^2.4.0", - "@smithy/url-parser": "^2.0.12", - "@smithy/util-base64": "^2.0.0", + "@smithy/config-resolver": "^2.0.18", + "@smithy/fetch-http-handler": "^2.2.6", + "@smithy/hash-node": "^2.0.15", + "@smithy/invalid-dependency": "^2.0.13", + "@smithy/middleware-content-length": "^2.0.15", + "@smithy/middleware-endpoint": "^2.2.0", + "@smithy/middleware-retry": "^2.0.20", + "@smithy/middleware-serde": "^2.0.13", + "@smithy/middleware-stack": "^2.0.7", + "@smithy/node-config-provider": "^2.1.5", + "@smithy/node-http-handler": "^2.1.9", + "@smithy/protocol-http": "^3.0.9", + "@smithy/smithy-client": "^2.1.15", + "@smithy/types": "^2.5.0", + "@smithy/url-parser": "^2.0.13", + "@smithy/util-base64": "^2.0.1", "@smithy/util-body-length-browser": "^2.0.0", "@smithy/util-body-length-node": "^2.1.0", - "@smithy/util-defaults-mode-browser": "^2.0.16", - "@smithy/util-defaults-mode-node": "^2.0.21", - "@smithy/util-endpoints": "^1.0.2", - "@smithy/util-retry": "^2.0.5", - "@smithy/util-utf8": "^2.0.0", + "@smithy/util-defaults-mode-browser": "^2.0.19", + "@smithy/util-defaults-mode-node": "^2.0.25", + "@smithy/util-endpoints": "^1.0.4", + "@smithy/util-retry": "^2.0.6", + "@smithy/util-utf8": "^2.0.2", "tslib": "^2.5.0", "uuid": "^8.3.2" }, diff --git a/clients/client-chime/src/commands/AssociatePhoneNumberWithUserCommand.ts b/clients/client-chime/src/commands/AssociatePhoneNumberWithUserCommand.ts index e53bf0a6878a..09dd98377602 100644 --- a/clients/client-chime/src/commands/AssociatePhoneNumberWithUserCommand.ts +++ b/clients/client-chime/src/commands/AssociatePhoneNumberWithUserCommand.ts @@ -103,9 +103,6 @@ export class AssociatePhoneNumberWithUserCommand extends $Command< AssociatePhoneNumberWithUserCommandOutput, ChimeClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -119,9 +116,7 @@ export class AssociatePhoneNumberWithUserCommand extends $Command< * @public */ constructor(readonly input: AssociatePhoneNumberWithUserCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -177,7 +172,4 @@ export class AssociatePhoneNumberWithUserCommand extends $Command< ): Promise { return de_AssociatePhoneNumberWithUserCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-chime/src/commands/AssociatePhoneNumbersWithVoiceConnectorCommand.ts b/clients/client-chime/src/commands/AssociatePhoneNumbersWithVoiceConnectorCommand.ts index 9a488430ed90..23f0651e8a91 100644 --- a/clients/client-chime/src/commands/AssociatePhoneNumbersWithVoiceConnectorCommand.ts +++ b/clients/client-chime/src/commands/AssociatePhoneNumbersWithVoiceConnectorCommand.ts @@ -123,9 +123,6 @@ export class AssociatePhoneNumbersWithVoiceConnectorCommand extends $Command< AssociatePhoneNumbersWithVoiceConnectorCommandOutput, ChimeClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -139,9 +136,7 @@ export class AssociatePhoneNumbersWithVoiceConnectorCommand extends $Command< * @public */ constructor(readonly input: AssociatePhoneNumbersWithVoiceConnectorCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -206,7 +201,4 @@ export class AssociatePhoneNumbersWithVoiceConnectorCommand extends $Command< ): Promise { return de_AssociatePhoneNumbersWithVoiceConnectorCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-chime/src/commands/AssociatePhoneNumbersWithVoiceConnectorGroupCommand.ts b/clients/client-chime/src/commands/AssociatePhoneNumbersWithVoiceConnectorGroupCommand.ts index 98ee88df5f84..73ee58612d71 100644 --- a/clients/client-chime/src/commands/AssociatePhoneNumbersWithVoiceConnectorGroupCommand.ts +++ b/clients/client-chime/src/commands/AssociatePhoneNumbersWithVoiceConnectorGroupCommand.ts @@ -123,9 +123,6 @@ export class AssociatePhoneNumbersWithVoiceConnectorGroupCommand extends $Comman AssociatePhoneNumbersWithVoiceConnectorGroupCommandOutput, ChimeClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -139,9 +136,7 @@ export class AssociatePhoneNumbersWithVoiceConnectorGroupCommand extends $Comman * @public */ constructor(readonly input: AssociatePhoneNumbersWithVoiceConnectorGroupCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -206,7 +201,4 @@ export class AssociatePhoneNumbersWithVoiceConnectorGroupCommand extends $Comman ): Promise { return de_AssociatePhoneNumbersWithVoiceConnectorGroupCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-chime/src/commands/AssociateSigninDelegateGroupsWithAccountCommand.ts b/clients/client-chime/src/commands/AssociateSigninDelegateGroupsWithAccountCommand.ts index 40d7a0f3336b..80a2ffc0430e 100644 --- a/clients/client-chime/src/commands/AssociateSigninDelegateGroupsWithAccountCommand.ts +++ b/clients/client-chime/src/commands/AssociateSigninDelegateGroupsWithAccountCommand.ts @@ -103,9 +103,6 @@ export class AssociateSigninDelegateGroupsWithAccountCommand extends $Command< AssociateSigninDelegateGroupsWithAccountCommandOutput, ChimeClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -119,9 +116,7 @@ export class AssociateSigninDelegateGroupsWithAccountCommand extends $Command< * @public */ constructor(readonly input: AssociateSigninDelegateGroupsWithAccountCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -186,7 +181,4 @@ export class AssociateSigninDelegateGroupsWithAccountCommand extends $Command< ): Promise { return de_AssociateSigninDelegateGroupsWithAccountCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-chime/src/commands/BatchCreateAttendeeCommand.ts b/clients/client-chime/src/commands/BatchCreateAttendeeCommand.ts index fb133f96c480..bef9f868e112 100644 --- a/clients/client-chime/src/commands/BatchCreateAttendeeCommand.ts +++ b/clients/client-chime/src/commands/BatchCreateAttendeeCommand.ts @@ -137,9 +137,6 @@ export class BatchCreateAttendeeCommand extends $Command< BatchCreateAttendeeCommandOutput, ChimeClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -153,9 +150,7 @@ export class BatchCreateAttendeeCommand extends $Command< * @public */ constructor(readonly input: BatchCreateAttendeeCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -208,7 +203,4 @@ export class BatchCreateAttendeeCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_BatchCreateAttendeeCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-chime/src/commands/BatchCreateChannelMembershipCommand.ts b/clients/client-chime/src/commands/BatchCreateChannelMembershipCommand.ts index 691c1ac9b513..77ff209bc297 100644 --- a/clients/client-chime/src/commands/BatchCreateChannelMembershipCommand.ts +++ b/clients/client-chime/src/commands/BatchCreateChannelMembershipCommand.ts @@ -131,9 +131,6 @@ export class BatchCreateChannelMembershipCommand extends $Command< BatchCreateChannelMembershipCommandOutput, ChimeClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -147,9 +144,7 @@ export class BatchCreateChannelMembershipCommand extends $Command< * @public */ constructor(readonly input: BatchCreateChannelMembershipCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -205,7 +200,4 @@ export class BatchCreateChannelMembershipCommand extends $Command< ): Promise { return de_BatchCreateChannelMembershipCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-chime/src/commands/BatchCreateRoomMembershipCommand.ts b/clients/client-chime/src/commands/BatchCreateRoomMembershipCommand.ts index 456a99c2e913..e76b359ed073 100644 --- a/clients/client-chime/src/commands/BatchCreateRoomMembershipCommand.ts +++ b/clients/client-chime/src/commands/BatchCreateRoomMembershipCommand.ts @@ -105,9 +105,6 @@ export class BatchCreateRoomMembershipCommand extends $Command< BatchCreateRoomMembershipCommandOutput, ChimeClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -121,9 +118,7 @@ export class BatchCreateRoomMembershipCommand extends $Command< * @public */ constructor(readonly input: BatchCreateRoomMembershipCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -179,7 +174,4 @@ export class BatchCreateRoomMembershipCommand extends $Command< ): Promise { return de_BatchCreateRoomMembershipCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-chime/src/commands/BatchDeletePhoneNumberCommand.ts b/clients/client-chime/src/commands/BatchDeletePhoneNumberCommand.ts index 66268caf52ba..7f713ec0d1f1 100644 --- a/clients/client-chime/src/commands/BatchDeletePhoneNumberCommand.ts +++ b/clients/client-chime/src/commands/BatchDeletePhoneNumberCommand.ts @@ -106,9 +106,6 @@ export class BatchDeletePhoneNumberCommand extends $Command< BatchDeletePhoneNumberCommandOutput, ChimeClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -122,9 +119,7 @@ export class BatchDeletePhoneNumberCommand extends $Command< * @public */ constructor(readonly input: BatchDeletePhoneNumberCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -177,7 +172,4 @@ export class BatchDeletePhoneNumberCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_BatchDeletePhoneNumberCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-chime/src/commands/BatchSuspendUserCommand.ts b/clients/client-chime/src/commands/BatchSuspendUserCommand.ts index b2c85c1ba98d..c164bd4a0d36 100644 --- a/clients/client-chime/src/commands/BatchSuspendUserCommand.ts +++ b/clients/client-chime/src/commands/BatchSuspendUserCommand.ts @@ -112,9 +112,6 @@ export class BatchSuspendUserCommand extends $Command< BatchSuspendUserCommandOutput, ChimeClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -128,9 +125,7 @@ export class BatchSuspendUserCommand extends $Command< * @public */ constructor(readonly input: BatchSuspendUserCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -183,7 +178,4 @@ export class BatchSuspendUserCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_BatchSuspendUserCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-chime/src/commands/BatchUnsuspendUserCommand.ts b/clients/client-chime/src/commands/BatchUnsuspendUserCommand.ts index b5b55f54a22b..c771553bd06d 100644 --- a/clients/client-chime/src/commands/BatchUnsuspendUserCommand.ts +++ b/clients/client-chime/src/commands/BatchUnsuspendUserCommand.ts @@ -109,9 +109,6 @@ export class BatchUnsuspendUserCommand extends $Command< BatchUnsuspendUserCommandOutput, ChimeClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -125,9 +122,7 @@ export class BatchUnsuspendUserCommand extends $Command< * @public */ constructor(readonly input: BatchUnsuspendUserCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -180,7 +175,4 @@ export class BatchUnsuspendUserCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_BatchUnsuspendUserCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-chime/src/commands/BatchUpdatePhoneNumberCommand.ts b/clients/client-chime/src/commands/BatchUpdatePhoneNumberCommand.ts index 4cea895998a5..2bda11fbf8cd 100644 --- a/clients/client-chime/src/commands/BatchUpdatePhoneNumberCommand.ts +++ b/clients/client-chime/src/commands/BatchUpdatePhoneNumberCommand.ts @@ -109,9 +109,6 @@ export class BatchUpdatePhoneNumberCommand extends $Command< BatchUpdatePhoneNumberCommandOutput, ChimeClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -125,9 +122,7 @@ export class BatchUpdatePhoneNumberCommand extends $Command< * @public */ constructor(readonly input: BatchUpdatePhoneNumberCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -180,7 +175,4 @@ export class BatchUpdatePhoneNumberCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_BatchUpdatePhoneNumberCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-chime/src/commands/BatchUpdateUserCommand.ts b/clients/client-chime/src/commands/BatchUpdateUserCommand.ts index a95a62ad04c2..71983ec00ae6 100644 --- a/clients/client-chime/src/commands/BatchUpdateUserCommand.ts +++ b/clients/client-chime/src/commands/BatchUpdateUserCommand.ts @@ -112,9 +112,6 @@ export class BatchUpdateUserCommand extends $Command< BatchUpdateUserCommandOutput, ChimeClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -128,9 +125,7 @@ export class BatchUpdateUserCommand extends $Command< * @public */ constructor(readonly input: BatchUpdateUserCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -183,7 +178,4 @@ export class BatchUpdateUserCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_BatchUpdateUserCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-chime/src/commands/CreateAccountCommand.ts b/clients/client-chime/src/commands/CreateAccountCommand.ts index 975ff1e40003..232feb07d0e1 100644 --- a/clients/client-chime/src/commands/CreateAccountCommand.ts +++ b/clients/client-chime/src/commands/CreateAccountCommand.ts @@ -110,9 +110,6 @@ export class CreateAccountCommand extends $Command< CreateAccountCommandOutput, ChimeClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -126,9 +123,7 @@ export class CreateAccountCommand extends $Command< * @public */ constructor(readonly input: CreateAccountCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -179,7 +174,4 @@ export class CreateAccountCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateAccountCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-chime/src/commands/CreateAppInstanceAdminCommand.ts b/clients/client-chime/src/commands/CreateAppInstanceAdminCommand.ts index 1d86ac98f90a..928e89d82434 100644 --- a/clients/client-chime/src/commands/CreateAppInstanceAdminCommand.ts +++ b/clients/client-chime/src/commands/CreateAppInstanceAdminCommand.ts @@ -124,9 +124,6 @@ export class CreateAppInstanceAdminCommand extends $Command< CreateAppInstanceAdminCommandOutput, ChimeClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -140,9 +137,7 @@ export class CreateAppInstanceAdminCommand extends $Command< * @public */ constructor(readonly input: CreateAppInstanceAdminCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -195,7 +190,4 @@ export class CreateAppInstanceAdminCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateAppInstanceAdminCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-chime/src/commands/CreateAppInstanceCommand.ts b/clients/client-chime/src/commands/CreateAppInstanceCommand.ts index dc62030ca6c6..356c925cf19e 100644 --- a/clients/client-chime/src/commands/CreateAppInstanceCommand.ts +++ b/clients/client-chime/src/commands/CreateAppInstanceCommand.ts @@ -117,9 +117,6 @@ export class CreateAppInstanceCommand extends $Command< CreateAppInstanceCommandOutput, ChimeClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -133,9 +130,7 @@ export class CreateAppInstanceCommand extends $Command< * @public */ constructor(readonly input: CreateAppInstanceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -188,7 +183,4 @@ export class CreateAppInstanceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateAppInstanceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-chime/src/commands/CreateAppInstanceUserCommand.ts b/clients/client-chime/src/commands/CreateAppInstanceUserCommand.ts index 13810dfe1937..44da3f06f8c3 100644 --- a/clients/client-chime/src/commands/CreateAppInstanceUserCommand.ts +++ b/clients/client-chime/src/commands/CreateAppInstanceUserCommand.ts @@ -119,9 +119,6 @@ export class CreateAppInstanceUserCommand extends $Command< CreateAppInstanceUserCommandOutput, ChimeClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -135,9 +132,7 @@ export class CreateAppInstanceUserCommand extends $Command< * @public */ constructor(readonly input: CreateAppInstanceUserCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -190,7 +185,4 @@ export class CreateAppInstanceUserCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateAppInstanceUserCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-chime/src/commands/CreateAttendeeCommand.ts b/clients/client-chime/src/commands/CreateAttendeeCommand.ts index 36fb6ced16c1..dd75237189ad 100644 --- a/clients/client-chime/src/commands/CreateAttendeeCommand.ts +++ b/clients/client-chime/src/commands/CreateAttendeeCommand.ts @@ -124,9 +124,6 @@ export class CreateAttendeeCommand extends $Command< CreateAttendeeCommandOutput, ChimeClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -140,9 +137,7 @@ export class CreateAttendeeCommand extends $Command< * @public */ constructor(readonly input: CreateAttendeeCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -195,7 +190,4 @@ export class CreateAttendeeCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateAttendeeCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-chime/src/commands/CreateBotCommand.ts b/clients/client-chime/src/commands/CreateBotCommand.ts index 4430e0def947..42ad023581e6 100644 --- a/clients/client-chime/src/commands/CreateBotCommand.ts +++ b/clients/client-chime/src/commands/CreateBotCommand.ts @@ -111,9 +111,6 @@ export class CreateBotCommand extends $Command< CreateBotCommandOutput, ChimeClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -127,9 +124,7 @@ export class CreateBotCommand extends $Command< * @public */ constructor(readonly input: CreateBotCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -180,7 +175,4 @@ export class CreateBotCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateBotCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-chime/src/commands/CreateChannelBanCommand.ts b/clients/client-chime/src/commands/CreateChannelBanCommand.ts index 21fb1a21cea3..ed9ca5edc4fc 100644 --- a/clients/client-chime/src/commands/CreateChannelBanCommand.ts +++ b/clients/client-chime/src/commands/CreateChannelBanCommand.ts @@ -124,9 +124,6 @@ export class CreateChannelBanCommand extends $Command< CreateChannelBanCommandOutput, ChimeClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -140,9 +137,7 @@ export class CreateChannelBanCommand extends $Command< * @public */ constructor(readonly input: CreateChannelBanCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -195,7 +190,4 @@ export class CreateChannelBanCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateChannelBanCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-chime/src/commands/CreateChannelCommand.ts b/clients/client-chime/src/commands/CreateChannelCommand.ts index 0b919d1e2f08..0b6007aa605a 100644 --- a/clients/client-chime/src/commands/CreateChannelCommand.ts +++ b/clients/client-chime/src/commands/CreateChannelCommand.ts @@ -128,9 +128,6 @@ export class CreateChannelCommand extends $Command< CreateChannelCommandOutput, ChimeClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -144,9 +141,7 @@ export class CreateChannelCommand extends $Command< * @public */ constructor(readonly input: CreateChannelCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -197,7 +192,4 @@ export class CreateChannelCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateChannelCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-chime/src/commands/CreateChannelMembershipCommand.ts b/clients/client-chime/src/commands/CreateChannelMembershipCommand.ts index d25a31f8c86d..8ccf7871c560 100644 --- a/clients/client-chime/src/commands/CreateChannelMembershipCommand.ts +++ b/clients/client-chime/src/commands/CreateChannelMembershipCommand.ts @@ -148,9 +148,6 @@ export class CreateChannelMembershipCommand extends $Command< CreateChannelMembershipCommandOutput, ChimeClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -164,9 +161,7 @@ export class CreateChannelMembershipCommand extends $Command< * @public */ constructor(readonly input: CreateChannelMembershipCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -219,7 +214,4 @@ export class CreateChannelMembershipCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateChannelMembershipCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-chime/src/commands/CreateChannelModeratorCommand.ts b/clients/client-chime/src/commands/CreateChannelModeratorCommand.ts index 2a72fb2023f4..0f2ff6a65308 100644 --- a/clients/client-chime/src/commands/CreateChannelModeratorCommand.ts +++ b/clients/client-chime/src/commands/CreateChannelModeratorCommand.ts @@ -136,9 +136,6 @@ export class CreateChannelModeratorCommand extends $Command< CreateChannelModeratorCommandOutput, ChimeClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -152,9 +149,7 @@ export class CreateChannelModeratorCommand extends $Command< * @public */ constructor(readonly input: CreateChannelModeratorCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -207,7 +202,4 @@ export class CreateChannelModeratorCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateChannelModeratorCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-chime/src/commands/CreateMediaCapturePipelineCommand.ts b/clients/client-chime/src/commands/CreateMediaCapturePipelineCommand.ts index f1a05fda14ba..9c6a74983a56 100644 --- a/clients/client-chime/src/commands/CreateMediaCapturePipelineCommand.ts +++ b/clients/client-chime/src/commands/CreateMediaCapturePipelineCommand.ts @@ -168,9 +168,6 @@ export class CreateMediaCapturePipelineCommand extends $Command< CreateMediaCapturePipelineCommandOutput, ChimeClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -184,9 +181,7 @@ export class CreateMediaCapturePipelineCommand extends $Command< * @public */ constructor(readonly input: CreateMediaCapturePipelineCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -242,7 +237,4 @@ export class CreateMediaCapturePipelineCommand extends $Command< ): Promise { return de_CreateMediaCapturePipelineCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-chime/src/commands/CreateMeetingCommand.ts b/clients/client-chime/src/commands/CreateMeetingCommand.ts index c6cbfd635e60..de2126a3b976 100644 --- a/clients/client-chime/src/commands/CreateMeetingCommand.ts +++ b/clients/client-chime/src/commands/CreateMeetingCommand.ts @@ -137,9 +137,6 @@ export class CreateMeetingCommand extends $Command< CreateMeetingCommandOutput, ChimeClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -153,9 +150,7 @@ export class CreateMeetingCommand extends $Command< * @public */ constructor(readonly input: CreateMeetingCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -206,7 +201,4 @@ export class CreateMeetingCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateMeetingCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-chime/src/commands/CreateMeetingDialOutCommand.ts b/clients/client-chime/src/commands/CreateMeetingDialOutCommand.ts index 395a698b6179..264ed92844fa 100644 --- a/clients/client-chime/src/commands/CreateMeetingDialOutCommand.ts +++ b/clients/client-chime/src/commands/CreateMeetingDialOutCommand.ts @@ -109,9 +109,6 @@ export class CreateMeetingDialOutCommand extends $Command< CreateMeetingDialOutCommandOutput, ChimeClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -125,9 +122,7 @@ export class CreateMeetingDialOutCommand extends $Command< * @public */ constructor(readonly input: CreateMeetingDialOutCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -180,7 +175,4 @@ export class CreateMeetingDialOutCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateMeetingDialOutCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-chime/src/commands/CreateMeetingWithAttendeesCommand.ts b/clients/client-chime/src/commands/CreateMeetingWithAttendeesCommand.ts index 017c7e316397..c96cc5b20ab9 100644 --- a/clients/client-chime/src/commands/CreateMeetingWithAttendeesCommand.ts +++ b/clients/client-chime/src/commands/CreateMeetingWithAttendeesCommand.ts @@ -167,9 +167,6 @@ export class CreateMeetingWithAttendeesCommand extends $Command< CreateMeetingWithAttendeesCommandOutput, ChimeClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -183,9 +180,7 @@ export class CreateMeetingWithAttendeesCommand extends $Command< * @public */ constructor(readonly input: CreateMeetingWithAttendeesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -241,7 +236,4 @@ export class CreateMeetingWithAttendeesCommand extends $Command< ): Promise { return de_CreateMeetingWithAttendeesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-chime/src/commands/CreatePhoneNumberOrderCommand.ts b/clients/client-chime/src/commands/CreatePhoneNumberOrderCommand.ts index e7941fd42fbf..bd9603fadebf 100644 --- a/clients/client-chime/src/commands/CreatePhoneNumberOrderCommand.ts +++ b/clients/client-chime/src/commands/CreatePhoneNumberOrderCommand.ts @@ -115,9 +115,6 @@ export class CreatePhoneNumberOrderCommand extends $Command< CreatePhoneNumberOrderCommandOutput, ChimeClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -131,9 +128,7 @@ export class CreatePhoneNumberOrderCommand extends $Command< * @public */ constructor(readonly input: CreatePhoneNumberOrderCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -186,7 +181,4 @@ export class CreatePhoneNumberOrderCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreatePhoneNumberOrderCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-chime/src/commands/CreateProxySessionCommand.ts b/clients/client-chime/src/commands/CreateProxySessionCommand.ts index 88dc06de9d87..388a04edbbba 100644 --- a/clients/client-chime/src/commands/CreateProxySessionCommand.ts +++ b/clients/client-chime/src/commands/CreateProxySessionCommand.ts @@ -143,9 +143,6 @@ export class CreateProxySessionCommand extends $Command< CreateProxySessionCommandOutput, ChimeClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -159,9 +156,7 @@ export class CreateProxySessionCommand extends $Command< * @public */ constructor(readonly input: CreateProxySessionCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -214,7 +209,4 @@ export class CreateProxySessionCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateProxySessionCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-chime/src/commands/CreateRoomCommand.ts b/clients/client-chime/src/commands/CreateRoomCommand.ts index 4e13f6efc4ba..d5daf0a6f4f2 100644 --- a/clients/client-chime/src/commands/CreateRoomCommand.ts +++ b/clients/client-chime/src/commands/CreateRoomCommand.ts @@ -108,9 +108,6 @@ export class CreateRoomCommand extends $Command< CreateRoomCommandOutput, ChimeClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -124,9 +121,7 @@ export class CreateRoomCommand extends $Command< * @public */ constructor(readonly input: CreateRoomCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -177,7 +172,4 @@ export class CreateRoomCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateRoomCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-chime/src/commands/CreateRoomMembershipCommand.ts b/clients/client-chime/src/commands/CreateRoomMembershipCommand.ts index 38780f006bee..5271de7e3899 100644 --- a/clients/client-chime/src/commands/CreateRoomMembershipCommand.ts +++ b/clients/client-chime/src/commands/CreateRoomMembershipCommand.ts @@ -117,9 +117,6 @@ export class CreateRoomMembershipCommand extends $Command< CreateRoomMembershipCommandOutput, ChimeClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -133,9 +130,7 @@ export class CreateRoomMembershipCommand extends $Command< * @public */ constructor(readonly input: CreateRoomMembershipCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -188,7 +183,4 @@ export class CreateRoomMembershipCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateRoomMembershipCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-chime/src/commands/CreateSipMediaApplicationCallCommand.ts b/clients/client-chime/src/commands/CreateSipMediaApplicationCallCommand.ts index 446415bbbcdc..caf79ac7bde0 100644 --- a/clients/client-chime/src/commands/CreateSipMediaApplicationCallCommand.ts +++ b/clients/client-chime/src/commands/CreateSipMediaApplicationCallCommand.ts @@ -120,9 +120,6 @@ export class CreateSipMediaApplicationCallCommand extends $Command< CreateSipMediaApplicationCallCommandOutput, ChimeClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -136,9 +133,7 @@ export class CreateSipMediaApplicationCallCommand extends $Command< * @public */ constructor(readonly input: CreateSipMediaApplicationCallCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -194,7 +189,4 @@ export class CreateSipMediaApplicationCallCommand extends $Command< ): Promise { return de_CreateSipMediaApplicationCallCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-chime/src/commands/CreateSipMediaApplicationCommand.ts b/clients/client-chime/src/commands/CreateSipMediaApplicationCommand.ts index f75596acab18..e36ae14486c2 100644 --- a/clients/client-chime/src/commands/CreateSipMediaApplicationCommand.ts +++ b/clients/client-chime/src/commands/CreateSipMediaApplicationCommand.ts @@ -129,9 +129,6 @@ export class CreateSipMediaApplicationCommand extends $Command< CreateSipMediaApplicationCommandOutput, ChimeClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -145,9 +142,7 @@ export class CreateSipMediaApplicationCommand extends $Command< * @public */ constructor(readonly input: CreateSipMediaApplicationCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -203,7 +198,4 @@ export class CreateSipMediaApplicationCommand extends $Command< ): Promise { return de_CreateSipMediaApplicationCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-chime/src/commands/CreateSipRuleCommand.ts b/clients/client-chime/src/commands/CreateSipRuleCommand.ts index 70e525aa6ba4..ebf6979d3345 100644 --- a/clients/client-chime/src/commands/CreateSipRuleCommand.ts +++ b/clients/client-chime/src/commands/CreateSipRuleCommand.ts @@ -132,9 +132,6 @@ export class CreateSipRuleCommand extends $Command< CreateSipRuleCommandOutput, ChimeClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -148,9 +145,7 @@ export class CreateSipRuleCommand extends $Command< * @public */ constructor(readonly input: CreateSipRuleCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -201,7 +196,4 @@ export class CreateSipRuleCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateSipRuleCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-chime/src/commands/CreateUserCommand.ts b/clients/client-chime/src/commands/CreateUserCommand.ts index 56d8b77939da..9fde7c93c533 100644 --- a/clients/client-chime/src/commands/CreateUserCommand.ts +++ b/clients/client-chime/src/commands/CreateUserCommand.ts @@ -120,9 +120,6 @@ export class CreateUserCommand extends $Command< CreateUserCommandOutput, ChimeClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -136,9 +133,7 @@ export class CreateUserCommand extends $Command< * @public */ constructor(readonly input: CreateUserCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -189,7 +184,4 @@ export class CreateUserCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateUserCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-chime/src/commands/CreateVoiceConnectorCommand.ts b/clients/client-chime/src/commands/CreateVoiceConnectorCommand.ts index d69ef8c175fc..2365f3293873 100644 --- a/clients/client-chime/src/commands/CreateVoiceConnectorCommand.ts +++ b/clients/client-chime/src/commands/CreateVoiceConnectorCommand.ts @@ -117,9 +117,6 @@ export class CreateVoiceConnectorCommand extends $Command< CreateVoiceConnectorCommandOutput, ChimeClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -133,9 +130,7 @@ export class CreateVoiceConnectorCommand extends $Command< * @public */ constructor(readonly input: CreateVoiceConnectorCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -188,7 +183,4 @@ export class CreateVoiceConnectorCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateVoiceConnectorCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-chime/src/commands/CreateVoiceConnectorGroupCommand.ts b/clients/client-chime/src/commands/CreateVoiceConnectorGroupCommand.ts index a6fb84b9e4aa..717af0d71a65 100644 --- a/clients/client-chime/src/commands/CreateVoiceConnectorGroupCommand.ts +++ b/clients/client-chime/src/commands/CreateVoiceConnectorGroupCommand.ts @@ -125,9 +125,6 @@ export class CreateVoiceConnectorGroupCommand extends $Command< CreateVoiceConnectorGroupCommandOutput, ChimeClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -141,9 +138,7 @@ export class CreateVoiceConnectorGroupCommand extends $Command< * @public */ constructor(readonly input: CreateVoiceConnectorGroupCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -199,7 +194,4 @@ export class CreateVoiceConnectorGroupCommand extends $Command< ): Promise { return de_CreateVoiceConnectorGroupCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-chime/src/commands/DeleteAccountCommand.ts b/clients/client-chime/src/commands/DeleteAccountCommand.ts index 32cf441b47fc..acad3a680087 100644 --- a/clients/client-chime/src/commands/DeleteAccountCommand.ts +++ b/clients/client-chime/src/commands/DeleteAccountCommand.ts @@ -102,9 +102,6 @@ export class DeleteAccountCommand extends $Command< DeleteAccountCommandOutput, ChimeClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -118,9 +115,7 @@ export class DeleteAccountCommand extends $Command< * @public */ constructor(readonly input: DeleteAccountCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -171,7 +166,4 @@ export class DeleteAccountCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteAccountCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-chime/src/commands/DeleteAppInstanceAdminCommand.ts b/clients/client-chime/src/commands/DeleteAppInstanceAdminCommand.ts index 9376b15d6104..7605784b99bc 100644 --- a/clients/client-chime/src/commands/DeleteAppInstanceAdminCommand.ts +++ b/clients/client-chime/src/commands/DeleteAppInstanceAdminCommand.ts @@ -101,9 +101,6 @@ export class DeleteAppInstanceAdminCommand extends $Command< DeleteAppInstanceAdminCommandOutput, ChimeClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -117,9 +114,7 @@ export class DeleteAppInstanceAdminCommand extends $Command< * @public */ constructor(readonly input: DeleteAppInstanceAdminCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -172,7 +167,4 @@ export class DeleteAppInstanceAdminCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteAppInstanceAdminCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-chime/src/commands/DeleteAppInstanceCommand.ts b/clients/client-chime/src/commands/DeleteAppInstanceCommand.ts index da33668a81bb..8ab78336813e 100644 --- a/clients/client-chime/src/commands/DeleteAppInstanceCommand.ts +++ b/clients/client-chime/src/commands/DeleteAppInstanceCommand.ts @@ -96,9 +96,6 @@ export class DeleteAppInstanceCommand extends $Command< DeleteAppInstanceCommandOutput, ChimeClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -112,9 +109,7 @@ export class DeleteAppInstanceCommand extends $Command< * @public */ constructor(readonly input: DeleteAppInstanceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -167,7 +162,4 @@ export class DeleteAppInstanceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteAppInstanceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-chime/src/commands/DeleteAppInstanceStreamingConfigurationsCommand.ts b/clients/client-chime/src/commands/DeleteAppInstanceStreamingConfigurationsCommand.ts index 8e23003ad221..55b3ae5f6053 100644 --- a/clients/client-chime/src/commands/DeleteAppInstanceStreamingConfigurationsCommand.ts +++ b/clients/client-chime/src/commands/DeleteAppInstanceStreamingConfigurationsCommand.ts @@ -102,9 +102,6 @@ export class DeleteAppInstanceStreamingConfigurationsCommand extends $Command< DeleteAppInstanceStreamingConfigurationsCommandOutput, ChimeClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -118,9 +115,7 @@ export class DeleteAppInstanceStreamingConfigurationsCommand extends $Command< * @public */ constructor(readonly input: DeleteAppInstanceStreamingConfigurationsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -185,7 +180,4 @@ export class DeleteAppInstanceStreamingConfigurationsCommand extends $Command< ): Promise { return de_DeleteAppInstanceStreamingConfigurationsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-chime/src/commands/DeleteAppInstanceUserCommand.ts b/clients/client-chime/src/commands/DeleteAppInstanceUserCommand.ts index 1e1da16c24db..0404590f2b49 100644 --- a/clients/client-chime/src/commands/DeleteAppInstanceUserCommand.ts +++ b/clients/client-chime/src/commands/DeleteAppInstanceUserCommand.ts @@ -95,9 +95,6 @@ export class DeleteAppInstanceUserCommand extends $Command< DeleteAppInstanceUserCommandOutput, ChimeClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -111,9 +108,7 @@ export class DeleteAppInstanceUserCommand extends $Command< * @public */ constructor(readonly input: DeleteAppInstanceUserCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -166,7 +161,4 @@ export class DeleteAppInstanceUserCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteAppInstanceUserCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-chime/src/commands/DeleteAttendeeCommand.ts b/clients/client-chime/src/commands/DeleteAttendeeCommand.ts index 98366fda5d95..7de1460c0707 100644 --- a/clients/client-chime/src/commands/DeleteAttendeeCommand.ts +++ b/clients/client-chime/src/commands/DeleteAttendeeCommand.ts @@ -102,9 +102,6 @@ export class DeleteAttendeeCommand extends $Command< DeleteAttendeeCommandOutput, ChimeClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -118,9 +115,7 @@ export class DeleteAttendeeCommand extends $Command< * @public */ constructor(readonly input: DeleteAttendeeCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -173,7 +168,4 @@ export class DeleteAttendeeCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteAttendeeCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-chime/src/commands/DeleteChannelBanCommand.ts b/clients/client-chime/src/commands/DeleteChannelBanCommand.ts index a02afaff2fe8..0cf0d2aa0d48 100644 --- a/clients/client-chime/src/commands/DeleteChannelBanCommand.ts +++ b/clients/client-chime/src/commands/DeleteChannelBanCommand.ts @@ -102,9 +102,6 @@ export class DeleteChannelBanCommand extends $Command< DeleteChannelBanCommandOutput, ChimeClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -118,9 +115,7 @@ export class DeleteChannelBanCommand extends $Command< * @public */ constructor(readonly input: DeleteChannelBanCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -173,7 +168,4 @@ export class DeleteChannelBanCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteChannelBanCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-chime/src/commands/DeleteChannelCommand.ts b/clients/client-chime/src/commands/DeleteChannelCommand.ts index 1cc9021663cd..194416d04919 100644 --- a/clients/client-chime/src/commands/DeleteChannelCommand.ts +++ b/clients/client-chime/src/commands/DeleteChannelCommand.ts @@ -102,9 +102,6 @@ export class DeleteChannelCommand extends $Command< DeleteChannelCommandOutput, ChimeClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -118,9 +115,7 @@ export class DeleteChannelCommand extends $Command< * @public */ constructor(readonly input: DeleteChannelCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -171,7 +166,4 @@ export class DeleteChannelCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteChannelCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-chime/src/commands/DeleteChannelMembershipCommand.ts b/clients/client-chime/src/commands/DeleteChannelMembershipCommand.ts index 9900377c8d46..c7d1b89d896f 100644 --- a/clients/client-chime/src/commands/DeleteChannelMembershipCommand.ts +++ b/clients/client-chime/src/commands/DeleteChannelMembershipCommand.ts @@ -106,9 +106,6 @@ export class DeleteChannelMembershipCommand extends $Command< DeleteChannelMembershipCommandOutput, ChimeClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -122,9 +119,7 @@ export class DeleteChannelMembershipCommand extends $Command< * @public */ constructor(readonly input: DeleteChannelMembershipCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -177,7 +172,4 @@ export class DeleteChannelMembershipCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteChannelMembershipCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-chime/src/commands/DeleteChannelMessageCommand.ts b/clients/client-chime/src/commands/DeleteChannelMessageCommand.ts index 52c3f24974b9..a3fb63c66384 100644 --- a/clients/client-chime/src/commands/DeleteChannelMessageCommand.ts +++ b/clients/client-chime/src/commands/DeleteChannelMessageCommand.ts @@ -104,9 +104,6 @@ export class DeleteChannelMessageCommand extends $Command< DeleteChannelMessageCommandOutput, ChimeClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -120,9 +117,7 @@ export class DeleteChannelMessageCommand extends $Command< * @public */ constructor(readonly input: DeleteChannelMessageCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -175,7 +170,4 @@ export class DeleteChannelMessageCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteChannelMessageCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-chime/src/commands/DeleteChannelModeratorCommand.ts b/clients/client-chime/src/commands/DeleteChannelModeratorCommand.ts index 7039c57a0691..b0e44b6151fa 100644 --- a/clients/client-chime/src/commands/DeleteChannelModeratorCommand.ts +++ b/clients/client-chime/src/commands/DeleteChannelModeratorCommand.ts @@ -102,9 +102,6 @@ export class DeleteChannelModeratorCommand extends $Command< DeleteChannelModeratorCommandOutput, ChimeClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -118,9 +115,7 @@ export class DeleteChannelModeratorCommand extends $Command< * @public */ constructor(readonly input: DeleteChannelModeratorCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -173,7 +168,4 @@ export class DeleteChannelModeratorCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteChannelModeratorCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-chime/src/commands/DeleteEventsConfigurationCommand.ts b/clients/client-chime/src/commands/DeleteEventsConfigurationCommand.ts index b0a1b464a6ec..b34a4cb83927 100644 --- a/clients/client-chime/src/commands/DeleteEventsConfigurationCommand.ts +++ b/clients/client-chime/src/commands/DeleteEventsConfigurationCommand.ts @@ -87,9 +87,6 @@ export class DeleteEventsConfigurationCommand extends $Command< DeleteEventsConfigurationCommandOutput, ChimeClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -103,9 +100,7 @@ export class DeleteEventsConfigurationCommand extends $Command< * @public */ constructor(readonly input: DeleteEventsConfigurationCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -161,7 +156,4 @@ export class DeleteEventsConfigurationCommand extends $Command< ): Promise { return de_DeleteEventsConfigurationCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-chime/src/commands/DeleteMediaCapturePipelineCommand.ts b/clients/client-chime/src/commands/DeleteMediaCapturePipelineCommand.ts index 2bc3b2527d4a..0432b0fbcc67 100644 --- a/clients/client-chime/src/commands/DeleteMediaCapturePipelineCommand.ts +++ b/clients/client-chime/src/commands/DeleteMediaCapturePipelineCommand.ts @@ -99,9 +99,6 @@ export class DeleteMediaCapturePipelineCommand extends $Command< DeleteMediaCapturePipelineCommandOutput, ChimeClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -115,9 +112,7 @@ export class DeleteMediaCapturePipelineCommand extends $Command< * @public */ constructor(readonly input: DeleteMediaCapturePipelineCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -173,7 +168,4 @@ export class DeleteMediaCapturePipelineCommand extends $Command< ): Promise { return de_DeleteMediaCapturePipelineCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-chime/src/commands/DeleteMeetingCommand.ts b/clients/client-chime/src/commands/DeleteMeetingCommand.ts index 8959310c2250..75b54911a09f 100644 --- a/clients/client-chime/src/commands/DeleteMeetingCommand.ts +++ b/clients/client-chime/src/commands/DeleteMeetingCommand.ts @@ -101,9 +101,6 @@ export class DeleteMeetingCommand extends $Command< DeleteMeetingCommandOutput, ChimeClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -117,9 +114,7 @@ export class DeleteMeetingCommand extends $Command< * @public */ constructor(readonly input: DeleteMeetingCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -170,7 +165,4 @@ export class DeleteMeetingCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteMeetingCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-chime/src/commands/DeletePhoneNumberCommand.ts b/clients/client-chime/src/commands/DeletePhoneNumberCommand.ts index b52097935d8b..5bfd836edef3 100644 --- a/clients/client-chime/src/commands/DeletePhoneNumberCommand.ts +++ b/clients/client-chime/src/commands/DeletePhoneNumberCommand.ts @@ -94,9 +94,6 @@ export class DeletePhoneNumberCommand extends $Command< DeletePhoneNumberCommandOutput, ChimeClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -110,9 +107,7 @@ export class DeletePhoneNumberCommand extends $Command< * @public */ constructor(readonly input: DeletePhoneNumberCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -165,7 +160,4 @@ export class DeletePhoneNumberCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeletePhoneNumberCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-chime/src/commands/DeleteProxySessionCommand.ts b/clients/client-chime/src/commands/DeleteProxySessionCommand.ts index 2d74eadd94a2..4237b8f8ed1f 100644 --- a/clients/client-chime/src/commands/DeleteProxySessionCommand.ts +++ b/clients/client-chime/src/commands/DeleteProxySessionCommand.ts @@ -99,9 +99,6 @@ export class DeleteProxySessionCommand extends $Command< DeleteProxySessionCommandOutput, ChimeClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -115,9 +112,7 @@ export class DeleteProxySessionCommand extends $Command< * @public */ constructor(readonly input: DeleteProxySessionCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -170,7 +165,4 @@ export class DeleteProxySessionCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteProxySessionCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-chime/src/commands/DeleteRoomCommand.ts b/clients/client-chime/src/commands/DeleteRoomCommand.ts index b07f0f4d7c2f..87cffa50a319 100644 --- a/clients/client-chime/src/commands/DeleteRoomCommand.ts +++ b/clients/client-chime/src/commands/DeleteRoomCommand.ts @@ -90,9 +90,6 @@ export class DeleteRoomCommand extends $Command< DeleteRoomCommandOutput, ChimeClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -106,9 +103,7 @@ export class DeleteRoomCommand extends $Command< * @public */ constructor(readonly input: DeleteRoomCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -159,7 +154,4 @@ export class DeleteRoomCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteRoomCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-chime/src/commands/DeleteRoomMembershipCommand.ts b/clients/client-chime/src/commands/DeleteRoomMembershipCommand.ts index 5efb460788f0..1cb3d3cd37f5 100644 --- a/clients/client-chime/src/commands/DeleteRoomMembershipCommand.ts +++ b/clients/client-chime/src/commands/DeleteRoomMembershipCommand.ts @@ -91,9 +91,6 @@ export class DeleteRoomMembershipCommand extends $Command< DeleteRoomMembershipCommandOutput, ChimeClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -107,9 +104,7 @@ export class DeleteRoomMembershipCommand extends $Command< * @public */ constructor(readonly input: DeleteRoomMembershipCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -162,7 +157,4 @@ export class DeleteRoomMembershipCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteRoomMembershipCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-chime/src/commands/DeleteSipMediaApplicationCommand.ts b/clients/client-chime/src/commands/DeleteSipMediaApplicationCommand.ts index bc249f3099f0..be8f42df86f5 100644 --- a/clients/client-chime/src/commands/DeleteSipMediaApplicationCommand.ts +++ b/clients/client-chime/src/commands/DeleteSipMediaApplicationCommand.ts @@ -102,9 +102,6 @@ export class DeleteSipMediaApplicationCommand extends $Command< DeleteSipMediaApplicationCommandOutput, ChimeClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -118,9 +115,7 @@ export class DeleteSipMediaApplicationCommand extends $Command< * @public */ constructor(readonly input: DeleteSipMediaApplicationCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -176,7 +171,4 @@ export class DeleteSipMediaApplicationCommand extends $Command< ): Promise { return de_DeleteSipMediaApplicationCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-chime/src/commands/DeleteSipRuleCommand.ts b/clients/client-chime/src/commands/DeleteSipRuleCommand.ts index 6d4ca4e21956..71f043b32bbf 100644 --- a/clients/client-chime/src/commands/DeleteSipRuleCommand.ts +++ b/clients/client-chime/src/commands/DeleteSipRuleCommand.ts @@ -102,9 +102,6 @@ export class DeleteSipRuleCommand extends $Command< DeleteSipRuleCommandOutput, ChimeClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -118,9 +115,7 @@ export class DeleteSipRuleCommand extends $Command< * @public */ constructor(readonly input: DeleteSipRuleCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -171,7 +166,4 @@ export class DeleteSipRuleCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteSipRuleCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-chime/src/commands/DeleteVoiceConnectorCommand.ts b/clients/client-chime/src/commands/DeleteVoiceConnectorCommand.ts index 5fb9240c76f5..653552c3eac0 100644 --- a/clients/client-chime/src/commands/DeleteVoiceConnectorCommand.ts +++ b/clients/client-chime/src/commands/DeleteVoiceConnectorCommand.ts @@ -104,9 +104,6 @@ export class DeleteVoiceConnectorCommand extends $Command< DeleteVoiceConnectorCommandOutput, ChimeClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -120,9 +117,7 @@ export class DeleteVoiceConnectorCommand extends $Command< * @public */ constructor(readonly input: DeleteVoiceConnectorCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -175,7 +170,4 @@ export class DeleteVoiceConnectorCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteVoiceConnectorCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-chime/src/commands/DeleteVoiceConnectorEmergencyCallingConfigurationCommand.ts b/clients/client-chime/src/commands/DeleteVoiceConnectorEmergencyCallingConfigurationCommand.ts index 54f304d60bb7..b3ba50343996 100644 --- a/clients/client-chime/src/commands/DeleteVoiceConnectorEmergencyCallingConfigurationCommand.ts +++ b/clients/client-chime/src/commands/DeleteVoiceConnectorEmergencyCallingConfigurationCommand.ts @@ -102,9 +102,6 @@ export class DeleteVoiceConnectorEmergencyCallingConfigurationCommand extends $C DeleteVoiceConnectorEmergencyCallingConfigurationCommandOutput, ChimeClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -118,9 +115,7 @@ export class DeleteVoiceConnectorEmergencyCallingConfigurationCommand extends $C * @public */ constructor(readonly input: DeleteVoiceConnectorEmergencyCallingConfigurationCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -185,7 +180,4 @@ export class DeleteVoiceConnectorEmergencyCallingConfigurationCommand extends $C ): Promise { return de_DeleteVoiceConnectorEmergencyCallingConfigurationCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-chime/src/commands/DeleteVoiceConnectorGroupCommand.ts b/clients/client-chime/src/commands/DeleteVoiceConnectorGroupCommand.ts index 99be01000298..5b0301a2d467 100644 --- a/clients/client-chime/src/commands/DeleteVoiceConnectorGroupCommand.ts +++ b/clients/client-chime/src/commands/DeleteVoiceConnectorGroupCommand.ts @@ -104,9 +104,6 @@ export class DeleteVoiceConnectorGroupCommand extends $Command< DeleteVoiceConnectorGroupCommandOutput, ChimeClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -120,9 +117,7 @@ export class DeleteVoiceConnectorGroupCommand extends $Command< * @public */ constructor(readonly input: DeleteVoiceConnectorGroupCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -178,7 +173,4 @@ export class DeleteVoiceConnectorGroupCommand extends $Command< ): Promise { return de_DeleteVoiceConnectorGroupCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-chime/src/commands/DeleteVoiceConnectorOriginationCommand.ts b/clients/client-chime/src/commands/DeleteVoiceConnectorOriginationCommand.ts index ed6036b15217..b83578a8aeb2 100644 --- a/clients/client-chime/src/commands/DeleteVoiceConnectorOriginationCommand.ts +++ b/clients/client-chime/src/commands/DeleteVoiceConnectorOriginationCommand.ts @@ -104,9 +104,6 @@ export class DeleteVoiceConnectorOriginationCommand extends $Command< DeleteVoiceConnectorOriginationCommandOutput, ChimeClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -120,9 +117,7 @@ export class DeleteVoiceConnectorOriginationCommand extends $Command< * @public */ constructor(readonly input: DeleteVoiceConnectorOriginationCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -181,7 +176,4 @@ export class DeleteVoiceConnectorOriginationCommand extends $Command< ): Promise { return de_DeleteVoiceConnectorOriginationCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-chime/src/commands/DeleteVoiceConnectorProxyCommand.ts b/clients/client-chime/src/commands/DeleteVoiceConnectorProxyCommand.ts index 1ddca567fcb3..edfb0974f1e7 100644 --- a/clients/client-chime/src/commands/DeleteVoiceConnectorProxyCommand.ts +++ b/clients/client-chime/src/commands/DeleteVoiceConnectorProxyCommand.ts @@ -98,9 +98,6 @@ export class DeleteVoiceConnectorProxyCommand extends $Command< DeleteVoiceConnectorProxyCommandOutput, ChimeClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -114,9 +111,7 @@ export class DeleteVoiceConnectorProxyCommand extends $Command< * @public */ constructor(readonly input: DeleteVoiceConnectorProxyCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -172,7 +167,4 @@ export class DeleteVoiceConnectorProxyCommand extends $Command< ): Promise { return de_DeleteVoiceConnectorProxyCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-chime/src/commands/DeleteVoiceConnectorStreamingConfigurationCommand.ts b/clients/client-chime/src/commands/DeleteVoiceConnectorStreamingConfigurationCommand.ts index 7ada447ddb2f..5e9744148b31 100644 --- a/clients/client-chime/src/commands/DeleteVoiceConnectorStreamingConfigurationCommand.ts +++ b/clients/client-chime/src/commands/DeleteVoiceConnectorStreamingConfigurationCommand.ts @@ -102,9 +102,6 @@ export class DeleteVoiceConnectorStreamingConfigurationCommand extends $Command< DeleteVoiceConnectorStreamingConfigurationCommandOutput, ChimeClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -118,9 +115,7 @@ export class DeleteVoiceConnectorStreamingConfigurationCommand extends $Command< * @public */ constructor(readonly input: DeleteVoiceConnectorStreamingConfigurationCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -185,7 +180,4 @@ export class DeleteVoiceConnectorStreamingConfigurationCommand extends $Command< ): Promise { return de_DeleteVoiceConnectorStreamingConfigurationCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-chime/src/commands/DeleteVoiceConnectorTerminationCommand.ts b/clients/client-chime/src/commands/DeleteVoiceConnectorTerminationCommand.ts index a89b0f428037..d02b1988fa1b 100644 --- a/clients/client-chime/src/commands/DeleteVoiceConnectorTerminationCommand.ts +++ b/clients/client-chime/src/commands/DeleteVoiceConnectorTerminationCommand.ts @@ -104,9 +104,6 @@ export class DeleteVoiceConnectorTerminationCommand extends $Command< DeleteVoiceConnectorTerminationCommandOutput, ChimeClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -120,9 +117,7 @@ export class DeleteVoiceConnectorTerminationCommand extends $Command< * @public */ constructor(readonly input: DeleteVoiceConnectorTerminationCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -181,7 +176,4 @@ export class DeleteVoiceConnectorTerminationCommand extends $Command< ): Promise { return de_DeleteVoiceConnectorTerminationCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-chime/src/commands/DeleteVoiceConnectorTerminationCredentialsCommand.ts b/clients/client-chime/src/commands/DeleteVoiceConnectorTerminationCredentialsCommand.ts index 64c0cd91693b..06796d022c94 100644 --- a/clients/client-chime/src/commands/DeleteVoiceConnectorTerminationCredentialsCommand.ts +++ b/clients/client-chime/src/commands/DeleteVoiceConnectorTerminationCredentialsCommand.ts @@ -108,9 +108,6 @@ export class DeleteVoiceConnectorTerminationCredentialsCommand extends $Command< DeleteVoiceConnectorTerminationCredentialsCommandOutput, ChimeClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -124,9 +121,7 @@ export class DeleteVoiceConnectorTerminationCredentialsCommand extends $Command< * @public */ constructor(readonly input: DeleteVoiceConnectorTerminationCredentialsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -191,7 +186,4 @@ export class DeleteVoiceConnectorTerminationCredentialsCommand extends $Command< ): Promise { return de_DeleteVoiceConnectorTerminationCredentialsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-chime/src/commands/DescribeAppInstanceAdminCommand.ts b/clients/client-chime/src/commands/DescribeAppInstanceAdminCommand.ts index 8afeb0a8b126..6b9d3465419b 100644 --- a/clients/client-chime/src/commands/DescribeAppInstanceAdminCommand.ts +++ b/clients/client-chime/src/commands/DescribeAppInstanceAdminCommand.ts @@ -109,9 +109,6 @@ export class DescribeAppInstanceAdminCommand extends $Command< DescribeAppInstanceAdminCommandOutput, ChimeClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -125,9 +122,7 @@ export class DescribeAppInstanceAdminCommand extends $Command< * @public */ constructor(readonly input: DescribeAppInstanceAdminCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -180,7 +175,4 @@ export class DescribeAppInstanceAdminCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DescribeAppInstanceAdminCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-chime/src/commands/DescribeAppInstanceCommand.ts b/clients/client-chime/src/commands/DescribeAppInstanceCommand.ts index 36f326275974..26e6d78dbda9 100644 --- a/clients/client-chime/src/commands/DescribeAppInstanceCommand.ts +++ b/clients/client-chime/src/commands/DescribeAppInstanceCommand.ts @@ -107,9 +107,6 @@ export class DescribeAppInstanceCommand extends $Command< DescribeAppInstanceCommandOutput, ChimeClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -123,9 +120,7 @@ export class DescribeAppInstanceCommand extends $Command< * @public */ constructor(readonly input: DescribeAppInstanceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -178,7 +173,4 @@ export class DescribeAppInstanceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DescribeAppInstanceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-chime/src/commands/DescribeAppInstanceUserCommand.ts b/clients/client-chime/src/commands/DescribeAppInstanceUserCommand.ts index f63547dd0530..3d7d19f906fd 100644 --- a/clients/client-chime/src/commands/DescribeAppInstanceUserCommand.ts +++ b/clients/client-chime/src/commands/DescribeAppInstanceUserCommand.ts @@ -107,9 +107,6 @@ export class DescribeAppInstanceUserCommand extends $Command< DescribeAppInstanceUserCommandOutput, ChimeClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -123,9 +120,7 @@ export class DescribeAppInstanceUserCommand extends $Command< * @public */ constructor(readonly input: DescribeAppInstanceUserCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -178,7 +173,4 @@ export class DescribeAppInstanceUserCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DescribeAppInstanceUserCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-chime/src/commands/DescribeChannelBanCommand.ts b/clients/client-chime/src/commands/DescribeChannelBanCommand.ts index d9bfa3aa2ea0..fc409cc4ac8f 100644 --- a/clients/client-chime/src/commands/DescribeChannelBanCommand.ts +++ b/clients/client-chime/src/commands/DescribeChannelBanCommand.ts @@ -122,9 +122,6 @@ export class DescribeChannelBanCommand extends $Command< DescribeChannelBanCommandOutput, ChimeClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -138,9 +135,7 @@ export class DescribeChannelBanCommand extends $Command< * @public */ constructor(readonly input: DescribeChannelBanCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -193,7 +188,4 @@ export class DescribeChannelBanCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DescribeChannelBanCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-chime/src/commands/DescribeChannelCommand.ts b/clients/client-chime/src/commands/DescribeChannelCommand.ts index a20638334b0c..6cb09aef9e50 100644 --- a/clients/client-chime/src/commands/DescribeChannelCommand.ts +++ b/clients/client-chime/src/commands/DescribeChannelCommand.ts @@ -121,9 +121,6 @@ export class DescribeChannelCommand extends $Command< DescribeChannelCommandOutput, ChimeClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -137,9 +134,7 @@ export class DescribeChannelCommand extends $Command< * @public */ constructor(readonly input: DescribeChannelCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -192,7 +187,4 @@ export class DescribeChannelCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DescribeChannelCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-chime/src/commands/DescribeChannelMembershipCommand.ts b/clients/client-chime/src/commands/DescribeChannelMembershipCommand.ts index b7d73a24f8e2..166db77a9649 100644 --- a/clients/client-chime/src/commands/DescribeChannelMembershipCommand.ts +++ b/clients/client-chime/src/commands/DescribeChannelMembershipCommand.ts @@ -124,9 +124,6 @@ export class DescribeChannelMembershipCommand extends $Command< DescribeChannelMembershipCommandOutput, ChimeClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -140,9 +137,7 @@ export class DescribeChannelMembershipCommand extends $Command< * @public */ constructor(readonly input: DescribeChannelMembershipCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -198,7 +193,4 @@ export class DescribeChannelMembershipCommand extends $Command< ): Promise { return de_DescribeChannelMembershipCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-chime/src/commands/DescribeChannelMembershipForAppInstanceUserCommand.ts b/clients/client-chime/src/commands/DescribeChannelMembershipForAppInstanceUserCommand.ts index 715f64b7aed3..16a572090e3e 100644 --- a/clients/client-chime/src/commands/DescribeChannelMembershipForAppInstanceUserCommand.ts +++ b/clients/client-chime/src/commands/DescribeChannelMembershipForAppInstanceUserCommand.ts @@ -128,9 +128,6 @@ export class DescribeChannelMembershipForAppInstanceUserCommand extends $Command DescribeChannelMembershipForAppInstanceUserCommandOutput, ChimeClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -144,9 +141,7 @@ export class DescribeChannelMembershipForAppInstanceUserCommand extends $Command * @public */ constructor(readonly input: DescribeChannelMembershipForAppInstanceUserCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -211,7 +206,4 @@ export class DescribeChannelMembershipForAppInstanceUserCommand extends $Command ): Promise { return de_DescribeChannelMembershipForAppInstanceUserCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-chime/src/commands/DescribeChannelModeratedByAppInstanceUserCommand.ts b/clients/client-chime/src/commands/DescribeChannelModeratedByAppInstanceUserCommand.ts index 51541bcf0255..cd7f8695bfd1 100644 --- a/clients/client-chime/src/commands/DescribeChannelModeratedByAppInstanceUserCommand.ts +++ b/clients/client-chime/src/commands/DescribeChannelModeratedByAppInstanceUserCommand.ts @@ -124,9 +124,6 @@ export class DescribeChannelModeratedByAppInstanceUserCommand extends $Command< DescribeChannelModeratedByAppInstanceUserCommandOutput, ChimeClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -140,9 +137,7 @@ export class DescribeChannelModeratedByAppInstanceUserCommand extends $Command< * @public */ constructor(readonly input: DescribeChannelModeratedByAppInstanceUserCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -207,7 +202,4 @@ export class DescribeChannelModeratedByAppInstanceUserCommand extends $Command< ): Promise { return de_DescribeChannelModeratedByAppInstanceUserCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-chime/src/commands/DescribeChannelModeratorCommand.ts b/clients/client-chime/src/commands/DescribeChannelModeratorCommand.ts index ebd99fa24150..bbdcf58bf6e9 100644 --- a/clients/client-chime/src/commands/DescribeChannelModeratorCommand.ts +++ b/clients/client-chime/src/commands/DescribeChannelModeratorCommand.ts @@ -122,9 +122,6 @@ export class DescribeChannelModeratorCommand extends $Command< DescribeChannelModeratorCommandOutput, ChimeClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -138,9 +135,7 @@ export class DescribeChannelModeratorCommand extends $Command< * @public */ constructor(readonly input: DescribeChannelModeratorCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -193,7 +188,4 @@ export class DescribeChannelModeratorCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DescribeChannelModeratorCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-chime/src/commands/DisassociatePhoneNumberFromUserCommand.ts b/clients/client-chime/src/commands/DisassociatePhoneNumberFromUserCommand.ts index 9f3c15f7fbf5..26ab130e8f1e 100644 --- a/clients/client-chime/src/commands/DisassociatePhoneNumberFromUserCommand.ts +++ b/clients/client-chime/src/commands/DisassociatePhoneNumberFromUserCommand.ts @@ -95,9 +95,6 @@ export class DisassociatePhoneNumberFromUserCommand extends $Command< DisassociatePhoneNumberFromUserCommandOutput, ChimeClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -111,9 +108,7 @@ export class DisassociatePhoneNumberFromUserCommand extends $Command< * @public */ constructor(readonly input: DisassociatePhoneNumberFromUserCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -172,7 +167,4 @@ export class DisassociatePhoneNumberFromUserCommand extends $Command< ): Promise { return de_DisassociatePhoneNumberFromUserCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-chime/src/commands/DisassociatePhoneNumbersFromVoiceConnectorCommand.ts b/clients/client-chime/src/commands/DisassociatePhoneNumbersFromVoiceConnectorCommand.ts index b0915f51b6f3..3f1b232a8321 100644 --- a/clients/client-chime/src/commands/DisassociatePhoneNumbersFromVoiceConnectorCommand.ts +++ b/clients/client-chime/src/commands/DisassociatePhoneNumbersFromVoiceConnectorCommand.ts @@ -119,9 +119,6 @@ export class DisassociatePhoneNumbersFromVoiceConnectorCommand extends $Command< DisassociatePhoneNumbersFromVoiceConnectorCommandOutput, ChimeClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -135,9 +132,7 @@ export class DisassociatePhoneNumbersFromVoiceConnectorCommand extends $Command< * @public */ constructor(readonly input: DisassociatePhoneNumbersFromVoiceConnectorCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -202,7 +197,4 @@ export class DisassociatePhoneNumbersFromVoiceConnectorCommand extends $Command< ): Promise { return de_DisassociatePhoneNumbersFromVoiceConnectorCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-chime/src/commands/DisassociatePhoneNumbersFromVoiceConnectorGroupCommand.ts b/clients/client-chime/src/commands/DisassociatePhoneNumbersFromVoiceConnectorGroupCommand.ts index 4267821ef5d5..aebc262bbd8a 100644 --- a/clients/client-chime/src/commands/DisassociatePhoneNumbersFromVoiceConnectorGroupCommand.ts +++ b/clients/client-chime/src/commands/DisassociatePhoneNumbersFromVoiceConnectorGroupCommand.ts @@ -119,9 +119,6 @@ export class DisassociatePhoneNumbersFromVoiceConnectorGroupCommand extends $Com DisassociatePhoneNumbersFromVoiceConnectorGroupCommandOutput, ChimeClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -135,9 +132,7 @@ export class DisassociatePhoneNumbersFromVoiceConnectorGroupCommand extends $Com * @public */ constructor(readonly input: DisassociatePhoneNumbersFromVoiceConnectorGroupCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -202,7 +197,4 @@ export class DisassociatePhoneNumbersFromVoiceConnectorGroupCommand extends $Com ): Promise { return de_DisassociatePhoneNumbersFromVoiceConnectorGroupCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-chime/src/commands/DisassociateSigninDelegateGroupsFromAccountCommand.ts b/clients/client-chime/src/commands/DisassociateSigninDelegateGroupsFromAccountCommand.ts index 0e33b94e7828..bb2dfa26f186 100644 --- a/clients/client-chime/src/commands/DisassociateSigninDelegateGroupsFromAccountCommand.ts +++ b/clients/client-chime/src/commands/DisassociateSigninDelegateGroupsFromAccountCommand.ts @@ -101,9 +101,6 @@ export class DisassociateSigninDelegateGroupsFromAccountCommand extends $Command DisassociateSigninDelegateGroupsFromAccountCommandOutput, ChimeClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -117,9 +114,7 @@ export class DisassociateSigninDelegateGroupsFromAccountCommand extends $Command * @public */ constructor(readonly input: DisassociateSigninDelegateGroupsFromAccountCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -184,7 +179,4 @@ export class DisassociateSigninDelegateGroupsFromAccountCommand extends $Command ): Promise { return de_DisassociateSigninDelegateGroupsFromAccountCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-chime/src/commands/GetAccountCommand.ts b/clients/client-chime/src/commands/GetAccountCommand.ts index ba429dbce7dc..5d99e30d5479 100644 --- a/clients/client-chime/src/commands/GetAccountCommand.ts +++ b/clients/client-chime/src/commands/GetAccountCommand.ts @@ -108,9 +108,6 @@ export class GetAccountCommand extends $Command< GetAccountCommandOutput, ChimeClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -124,9 +121,7 @@ export class GetAccountCommand extends $Command< * @public */ constructor(readonly input: GetAccountCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -177,7 +172,4 @@ export class GetAccountCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetAccountCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-chime/src/commands/GetAccountSettingsCommand.ts b/clients/client-chime/src/commands/GetAccountSettingsCommand.ts index a9482d096a2b..8ce8fbb036f2 100644 --- a/clients/client-chime/src/commands/GetAccountSettingsCommand.ts +++ b/clients/client-chime/src/commands/GetAccountSettingsCommand.ts @@ -97,9 +97,6 @@ export class GetAccountSettingsCommand extends $Command< GetAccountSettingsCommandOutput, ChimeClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -113,9 +110,7 @@ export class GetAccountSettingsCommand extends $Command< * @public */ constructor(readonly input: GetAccountSettingsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -168,7 +163,4 @@ export class GetAccountSettingsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetAccountSettingsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-chime/src/commands/GetAppInstanceRetentionSettingsCommand.ts b/clients/client-chime/src/commands/GetAppInstanceRetentionSettingsCommand.ts index eb8c722a75b9..0449d0e76aef 100644 --- a/clients/client-chime/src/commands/GetAppInstanceRetentionSettingsCommand.ts +++ b/clients/client-chime/src/commands/GetAppInstanceRetentionSettingsCommand.ts @@ -110,9 +110,6 @@ export class GetAppInstanceRetentionSettingsCommand extends $Command< GetAppInstanceRetentionSettingsCommandOutput, ChimeClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -126,9 +123,7 @@ export class GetAppInstanceRetentionSettingsCommand extends $Command< * @public */ constructor(readonly input: GetAppInstanceRetentionSettingsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -187,7 +182,4 @@ export class GetAppInstanceRetentionSettingsCommand extends $Command< ): Promise { return de_GetAppInstanceRetentionSettingsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-chime/src/commands/GetAppInstanceStreamingConfigurationsCommand.ts b/clients/client-chime/src/commands/GetAppInstanceStreamingConfigurationsCommand.ts index 80bde975c694..77f5dcda2662 100644 --- a/clients/client-chime/src/commands/GetAppInstanceStreamingConfigurationsCommand.ts +++ b/clients/client-chime/src/commands/GetAppInstanceStreamingConfigurationsCommand.ts @@ -115,9 +115,6 @@ export class GetAppInstanceStreamingConfigurationsCommand extends $Command< GetAppInstanceStreamingConfigurationsCommandOutput, ChimeClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -131,9 +128,7 @@ export class GetAppInstanceStreamingConfigurationsCommand extends $Command< * @public */ constructor(readonly input: GetAppInstanceStreamingConfigurationsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -192,7 +187,4 @@ export class GetAppInstanceStreamingConfigurationsCommand extends $Command< ): Promise { return de_GetAppInstanceStreamingConfigurationsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-chime/src/commands/GetAttendeeCommand.ts b/clients/client-chime/src/commands/GetAttendeeCommand.ts index 30cb751f14fd..05f595295133 100644 --- a/clients/client-chime/src/commands/GetAttendeeCommand.ts +++ b/clients/client-chime/src/commands/GetAttendeeCommand.ts @@ -109,9 +109,6 @@ export class GetAttendeeCommand extends $Command< GetAttendeeCommandOutput, ChimeClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -125,9 +122,7 @@ export class GetAttendeeCommand extends $Command< * @public */ constructor(readonly input: GetAttendeeCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -178,7 +173,4 @@ export class GetAttendeeCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetAttendeeCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-chime/src/commands/GetBotCommand.ts b/clients/client-chime/src/commands/GetBotCommand.ts index 24899851d937..756792306fec 100644 --- a/clients/client-chime/src/commands/GetBotCommand.ts +++ b/clients/client-chime/src/commands/GetBotCommand.ts @@ -98,9 +98,6 @@ export interface GetBotCommandOutput extends GetBotResponse, __MetadataBearer {} * */ export class GetBotCommand extends $Command { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -114,9 +111,7 @@ export class GetBotCommand extends $Command { return de_GetBotCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-chime/src/commands/GetChannelMessageCommand.ts b/clients/client-chime/src/commands/GetChannelMessageCommand.ts index 058676f71ed4..687d0df43d22 100644 --- a/clients/client-chime/src/commands/GetChannelMessageCommand.ts +++ b/clients/client-chime/src/commands/GetChannelMessageCommand.ts @@ -126,9 +126,6 @@ export class GetChannelMessageCommand extends $Command< GetChannelMessageCommandOutput, ChimeClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -142,9 +139,7 @@ export class GetChannelMessageCommand extends $Command< * @public */ constructor(readonly input: GetChannelMessageCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -197,7 +192,4 @@ export class GetChannelMessageCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetChannelMessageCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-chime/src/commands/GetEventsConfigurationCommand.ts b/clients/client-chime/src/commands/GetEventsConfigurationCommand.ts index d03f06a9f75d..503972aaae32 100644 --- a/clients/client-chime/src/commands/GetEventsConfigurationCommand.ts +++ b/clients/client-chime/src/commands/GetEventsConfigurationCommand.ts @@ -100,9 +100,6 @@ export class GetEventsConfigurationCommand extends $Command< GetEventsConfigurationCommandOutput, ChimeClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -116,9 +113,7 @@ export class GetEventsConfigurationCommand extends $Command< * @public */ constructor(readonly input: GetEventsConfigurationCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -171,7 +166,4 @@ export class GetEventsConfigurationCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetEventsConfigurationCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-chime/src/commands/GetGlobalSettingsCommand.ts b/clients/client-chime/src/commands/GetGlobalSettingsCommand.ts index 7e8d76fa6776..cab041cb872b 100644 --- a/clients/client-chime/src/commands/GetGlobalSettingsCommand.ts +++ b/clients/client-chime/src/commands/GetGlobalSettingsCommand.ts @@ -92,9 +92,6 @@ export class GetGlobalSettingsCommand extends $Command< GetGlobalSettingsCommandOutput, ChimeClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -108,9 +105,7 @@ export class GetGlobalSettingsCommand extends $Command< * @public */ constructor(readonly input: GetGlobalSettingsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -163,7 +158,4 @@ export class GetGlobalSettingsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetGlobalSettingsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-chime/src/commands/GetMediaCapturePipelineCommand.ts b/clients/client-chime/src/commands/GetMediaCapturePipelineCommand.ts index fd7c934243a4..c3a6fce4bc13 100644 --- a/clients/client-chime/src/commands/GetMediaCapturePipelineCommand.ts +++ b/clients/client-chime/src/commands/GetMediaCapturePipelineCommand.ts @@ -139,9 +139,6 @@ export class GetMediaCapturePipelineCommand extends $Command< GetMediaCapturePipelineCommandOutput, ChimeClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -155,9 +152,7 @@ export class GetMediaCapturePipelineCommand extends $Command< * @public */ constructor(readonly input: GetMediaCapturePipelineCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -210,7 +205,4 @@ export class GetMediaCapturePipelineCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetMediaCapturePipelineCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-chime/src/commands/GetMeetingCommand.ts b/clients/client-chime/src/commands/GetMeetingCommand.ts index 8601a621c5ca..ceea8d2af2cc 100644 --- a/clients/client-chime/src/commands/GetMeetingCommand.ts +++ b/clients/client-chime/src/commands/GetMeetingCommand.ts @@ -120,9 +120,6 @@ export class GetMeetingCommand extends $Command< GetMeetingCommandOutput, ChimeClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -136,9 +133,7 @@ export class GetMeetingCommand extends $Command< * @public */ constructor(readonly input: GetMeetingCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -189,7 +184,4 @@ export class GetMeetingCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetMeetingCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-chime/src/commands/GetMessagingSessionEndpointCommand.ts b/clients/client-chime/src/commands/GetMessagingSessionEndpointCommand.ts index 945d8a971eae..2eb0bd5799d6 100644 --- a/clients/client-chime/src/commands/GetMessagingSessionEndpointCommand.ts +++ b/clients/client-chime/src/commands/GetMessagingSessionEndpointCommand.ts @@ -99,9 +99,6 @@ export class GetMessagingSessionEndpointCommand extends $Command< GetMessagingSessionEndpointCommandOutput, ChimeClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -115,9 +112,7 @@ export class GetMessagingSessionEndpointCommand extends $Command< * @public */ constructor(readonly input: GetMessagingSessionEndpointCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -173,7 +168,4 @@ export class GetMessagingSessionEndpointCommand extends $Command< ): Promise { return de_GetMessagingSessionEndpointCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-chime/src/commands/GetPhoneNumberCommand.ts b/clients/client-chime/src/commands/GetPhoneNumberCommand.ts index 801e45e180bb..1542aa360850 100644 --- a/clients/client-chime/src/commands/GetPhoneNumberCommand.ts +++ b/clients/client-chime/src/commands/GetPhoneNumberCommand.ts @@ -122,9 +122,6 @@ export class GetPhoneNumberCommand extends $Command< GetPhoneNumberCommandOutput, ChimeClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -138,9 +135,7 @@ export class GetPhoneNumberCommand extends $Command< * @public */ constructor(readonly input: GetPhoneNumberCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -193,7 +188,4 @@ export class GetPhoneNumberCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetPhoneNumberCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-chime/src/commands/GetPhoneNumberOrderCommand.ts b/clients/client-chime/src/commands/GetPhoneNumberOrderCommand.ts index 470884368136..a86fcdcb80fa 100644 --- a/clients/client-chime/src/commands/GetPhoneNumberOrderCommand.ts +++ b/clients/client-chime/src/commands/GetPhoneNumberOrderCommand.ts @@ -108,9 +108,6 @@ export class GetPhoneNumberOrderCommand extends $Command< GetPhoneNumberOrderCommandOutput, ChimeClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -124,9 +121,7 @@ export class GetPhoneNumberOrderCommand extends $Command< * @public */ constructor(readonly input: GetPhoneNumberOrderCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -179,7 +174,4 @@ export class GetPhoneNumberOrderCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetPhoneNumberOrderCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-chime/src/commands/GetPhoneNumberSettingsCommand.ts b/clients/client-chime/src/commands/GetPhoneNumberSettingsCommand.ts index be695c96a6fa..6ef62994c382 100644 --- a/clients/client-chime/src/commands/GetPhoneNumberSettingsCommand.ts +++ b/clients/client-chime/src/commands/GetPhoneNumberSettingsCommand.ts @@ -87,9 +87,6 @@ export class GetPhoneNumberSettingsCommand extends $Command< GetPhoneNumberSettingsCommandOutput, ChimeClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -103,9 +100,7 @@ export class GetPhoneNumberSettingsCommand extends $Command< * @public */ constructor(readonly input: GetPhoneNumberSettingsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -158,7 +153,4 @@ export class GetPhoneNumberSettingsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetPhoneNumberSettingsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-chime/src/commands/GetProxySessionCommand.ts b/clients/client-chime/src/commands/GetProxySessionCommand.ts index f2385abf180d..f835dcd4a336 100644 --- a/clients/client-chime/src/commands/GetProxySessionCommand.ts +++ b/clients/client-chime/src/commands/GetProxySessionCommand.ts @@ -129,9 +129,6 @@ export class GetProxySessionCommand extends $Command< GetProxySessionCommandOutput, ChimeClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -145,9 +142,7 @@ export class GetProxySessionCommand extends $Command< * @public */ constructor(readonly input: GetProxySessionCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -200,7 +195,4 @@ export class GetProxySessionCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetProxySessionCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-chime/src/commands/GetRetentionSettingsCommand.ts b/clients/client-chime/src/commands/GetRetentionSettingsCommand.ts index be02168d8e60..e97e67c4d86f 100644 --- a/clients/client-chime/src/commands/GetRetentionSettingsCommand.ts +++ b/clients/client-chime/src/commands/GetRetentionSettingsCommand.ts @@ -103,9 +103,6 @@ export class GetRetentionSettingsCommand extends $Command< GetRetentionSettingsCommandOutput, ChimeClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -119,9 +116,7 @@ export class GetRetentionSettingsCommand extends $Command< * @public */ constructor(readonly input: GetRetentionSettingsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -174,7 +169,4 @@ export class GetRetentionSettingsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetRetentionSettingsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-chime/src/commands/GetRoomCommand.ts b/clients/client-chime/src/commands/GetRoomCommand.ts index 054b858d33c4..925ba916f781 100644 --- a/clients/client-chime/src/commands/GetRoomCommand.ts +++ b/clients/client-chime/src/commands/GetRoomCommand.ts @@ -95,9 +95,6 @@ export interface GetRoomCommandOutput extends GetRoomResponse, __MetadataBearer * */ export class GetRoomCommand extends $Command { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -111,9 +108,7 @@ export class GetRoomCommand extends $Command { return de_GetRoomCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-chime/src/commands/GetSipMediaApplicationCommand.ts b/clients/client-chime/src/commands/GetSipMediaApplicationCommand.ts index f54cb807dbb1..80c1b851b2bb 100644 --- a/clients/client-chime/src/commands/GetSipMediaApplicationCommand.ts +++ b/clients/client-chime/src/commands/GetSipMediaApplicationCommand.ts @@ -115,9 +115,6 @@ export class GetSipMediaApplicationCommand extends $Command< GetSipMediaApplicationCommandOutput, ChimeClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -131,9 +128,7 @@ export class GetSipMediaApplicationCommand extends $Command< * @public */ constructor(readonly input: GetSipMediaApplicationCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -186,7 +181,4 @@ export class GetSipMediaApplicationCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetSipMediaApplicationCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-chime/src/commands/GetSipMediaApplicationLoggingConfigurationCommand.ts b/clients/client-chime/src/commands/GetSipMediaApplicationLoggingConfigurationCommand.ts index af7a2ef23bf9..fc7c3242f8bc 100644 --- a/clients/client-chime/src/commands/GetSipMediaApplicationLoggingConfigurationCommand.ts +++ b/clients/client-chime/src/commands/GetSipMediaApplicationLoggingConfigurationCommand.ts @@ -111,9 +111,6 @@ export class GetSipMediaApplicationLoggingConfigurationCommand extends $Command< GetSipMediaApplicationLoggingConfigurationCommandOutput, ChimeClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -127,9 +124,7 @@ export class GetSipMediaApplicationLoggingConfigurationCommand extends $Command< * @public */ constructor(readonly input: GetSipMediaApplicationLoggingConfigurationCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -194,7 +189,4 @@ export class GetSipMediaApplicationLoggingConfigurationCommand extends $Command< ): Promise { return de_GetSipMediaApplicationLoggingConfigurationCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-chime/src/commands/GetSipRuleCommand.ts b/clients/client-chime/src/commands/GetSipRuleCommand.ts index 308a27d15bd7..6a76b6e7cadb 100644 --- a/clients/client-chime/src/commands/GetSipRuleCommand.ts +++ b/clients/client-chime/src/commands/GetSipRuleCommand.ts @@ -115,9 +115,6 @@ export class GetSipRuleCommand extends $Command< GetSipRuleCommandOutput, ChimeClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -131,9 +128,7 @@ export class GetSipRuleCommand extends $Command< * @public */ constructor(readonly input: GetSipRuleCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -184,7 +179,4 @@ export class GetSipRuleCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetSipRuleCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-chime/src/commands/GetUserCommand.ts b/clients/client-chime/src/commands/GetUserCommand.ts index 2d8d4c548bde..1c906c4a0de4 100644 --- a/clients/client-chime/src/commands/GetUserCommand.ts +++ b/clients/client-chime/src/commands/GetUserCommand.ts @@ -109,9 +109,6 @@ export interface GetUserCommandOutput extends GetUserResponse, __MetadataBearer * */ export class GetUserCommand extends $Command { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -125,9 +122,7 @@ export class GetUserCommand extends $Command { return de_GetUserCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-chime/src/commands/GetUserSettingsCommand.ts b/clients/client-chime/src/commands/GetUserSettingsCommand.ts index 606e0d3f75d7..45f998db1d26 100644 --- a/clients/client-chime/src/commands/GetUserSettingsCommand.ts +++ b/clients/client-chime/src/commands/GetUserSettingsCommand.ts @@ -98,9 +98,6 @@ export class GetUserSettingsCommand extends $Command< GetUserSettingsCommandOutput, ChimeClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -114,9 +111,7 @@ export class GetUserSettingsCommand extends $Command< * @public */ constructor(readonly input: GetUserSettingsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -169,7 +164,4 @@ export class GetUserSettingsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetUserSettingsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-chime/src/commands/GetVoiceConnectorCommand.ts b/clients/client-chime/src/commands/GetVoiceConnectorCommand.ts index e55334281d69..1b27ce89dc11 100644 --- a/clients/client-chime/src/commands/GetVoiceConnectorCommand.ts +++ b/clients/client-chime/src/commands/GetVoiceConnectorCommand.ts @@ -109,9 +109,6 @@ export class GetVoiceConnectorCommand extends $Command< GetVoiceConnectorCommandOutput, ChimeClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -125,9 +122,7 @@ export class GetVoiceConnectorCommand extends $Command< * @public */ constructor(readonly input: GetVoiceConnectorCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -180,7 +175,4 @@ export class GetVoiceConnectorCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetVoiceConnectorCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-chime/src/commands/GetVoiceConnectorEmergencyCallingConfigurationCommand.ts b/clients/client-chime/src/commands/GetVoiceConnectorEmergencyCallingConfigurationCommand.ts index 99fcddd4d49b..e6cdd41e7f27 100644 --- a/clients/client-chime/src/commands/GetVoiceConnectorEmergencyCallingConfigurationCommand.ts +++ b/clients/client-chime/src/commands/GetVoiceConnectorEmergencyCallingConfigurationCommand.ts @@ -118,9 +118,6 @@ export class GetVoiceConnectorEmergencyCallingConfigurationCommand extends $Comm GetVoiceConnectorEmergencyCallingConfigurationCommandOutput, ChimeClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -134,9 +131,7 @@ export class GetVoiceConnectorEmergencyCallingConfigurationCommand extends $Comm * @public */ constructor(readonly input: GetVoiceConnectorEmergencyCallingConfigurationCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -201,7 +196,4 @@ export class GetVoiceConnectorEmergencyCallingConfigurationCommand extends $Comm ): Promise { return de_GetVoiceConnectorEmergencyCallingConfigurationCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-chime/src/commands/GetVoiceConnectorGroupCommand.ts b/clients/client-chime/src/commands/GetVoiceConnectorGroupCommand.ts index 16171c4091f0..c16a275c7b62 100644 --- a/clients/client-chime/src/commands/GetVoiceConnectorGroupCommand.ts +++ b/clients/client-chime/src/commands/GetVoiceConnectorGroupCommand.ts @@ -113,9 +113,6 @@ export class GetVoiceConnectorGroupCommand extends $Command< GetVoiceConnectorGroupCommandOutput, ChimeClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -129,9 +126,7 @@ export class GetVoiceConnectorGroupCommand extends $Command< * @public */ constructor(readonly input: GetVoiceConnectorGroupCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -184,7 +179,4 @@ export class GetVoiceConnectorGroupCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetVoiceConnectorGroupCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-chime/src/commands/GetVoiceConnectorLoggingConfigurationCommand.ts b/clients/client-chime/src/commands/GetVoiceConnectorLoggingConfigurationCommand.ts index 61bc9ad63bff..d64a21f961b4 100644 --- a/clients/client-chime/src/commands/GetVoiceConnectorLoggingConfigurationCommand.ts +++ b/clients/client-chime/src/commands/GetVoiceConnectorLoggingConfigurationCommand.ts @@ -113,9 +113,6 @@ export class GetVoiceConnectorLoggingConfigurationCommand extends $Command< GetVoiceConnectorLoggingConfigurationCommandOutput, ChimeClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -129,9 +126,7 @@ export class GetVoiceConnectorLoggingConfigurationCommand extends $Command< * @public */ constructor(readonly input: GetVoiceConnectorLoggingConfigurationCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -190,7 +185,4 @@ export class GetVoiceConnectorLoggingConfigurationCommand extends $Command< ): Promise { return de_GetVoiceConnectorLoggingConfigurationCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-chime/src/commands/GetVoiceConnectorOriginationCommand.ts b/clients/client-chime/src/commands/GetVoiceConnectorOriginationCommand.ts index bce39c619435..33b2e58581bb 100644 --- a/clients/client-chime/src/commands/GetVoiceConnectorOriginationCommand.ts +++ b/clients/client-chime/src/commands/GetVoiceConnectorOriginationCommand.ts @@ -116,9 +116,6 @@ export class GetVoiceConnectorOriginationCommand extends $Command< GetVoiceConnectorOriginationCommandOutput, ChimeClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -132,9 +129,7 @@ export class GetVoiceConnectorOriginationCommand extends $Command< * @public */ constructor(readonly input: GetVoiceConnectorOriginationCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -190,7 +185,4 @@ export class GetVoiceConnectorOriginationCommand extends $Command< ): Promise { return de_GetVoiceConnectorOriginationCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-chime/src/commands/GetVoiceConnectorProxyCommand.ts b/clients/client-chime/src/commands/GetVoiceConnectorProxyCommand.ts index a2f0fbfcf238..3c23667e162a 100644 --- a/clients/client-chime/src/commands/GetVoiceConnectorProxyCommand.ts +++ b/clients/client-chime/src/commands/GetVoiceConnectorProxyCommand.ts @@ -111,9 +111,6 @@ export class GetVoiceConnectorProxyCommand extends $Command< GetVoiceConnectorProxyCommandOutput, ChimeClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -127,9 +124,7 @@ export class GetVoiceConnectorProxyCommand extends $Command< * @public */ constructor(readonly input: GetVoiceConnectorProxyCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -182,7 +177,4 @@ export class GetVoiceConnectorProxyCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetVoiceConnectorProxyCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-chime/src/commands/GetVoiceConnectorStreamingConfigurationCommand.ts b/clients/client-chime/src/commands/GetVoiceConnectorStreamingConfigurationCommand.ts index cd0b419843ca..871285c7ac5a 100644 --- a/clients/client-chime/src/commands/GetVoiceConnectorStreamingConfigurationCommand.ts +++ b/clients/client-chime/src/commands/GetVoiceConnectorStreamingConfigurationCommand.ts @@ -119,9 +119,6 @@ export class GetVoiceConnectorStreamingConfigurationCommand extends $Command< GetVoiceConnectorStreamingConfigurationCommandOutput, ChimeClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -135,9 +132,7 @@ export class GetVoiceConnectorStreamingConfigurationCommand extends $Command< * @public */ constructor(readonly input: GetVoiceConnectorStreamingConfigurationCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -202,7 +197,4 @@ export class GetVoiceConnectorStreamingConfigurationCommand extends $Command< ): Promise { return de_GetVoiceConnectorStreamingConfigurationCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-chime/src/commands/GetVoiceConnectorTerminationCommand.ts b/clients/client-chime/src/commands/GetVoiceConnectorTerminationCommand.ts index a8f625c818ba..421164d3177e 100644 --- a/clients/client-chime/src/commands/GetVoiceConnectorTerminationCommand.ts +++ b/clients/client-chime/src/commands/GetVoiceConnectorTerminationCommand.ts @@ -119,9 +119,6 @@ export class GetVoiceConnectorTerminationCommand extends $Command< GetVoiceConnectorTerminationCommandOutput, ChimeClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -135,9 +132,7 @@ export class GetVoiceConnectorTerminationCommand extends $Command< * @public */ constructor(readonly input: GetVoiceConnectorTerminationCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -193,7 +188,4 @@ export class GetVoiceConnectorTerminationCommand extends $Command< ): Promise { return de_GetVoiceConnectorTerminationCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-chime/src/commands/GetVoiceConnectorTerminationHealthCommand.ts b/clients/client-chime/src/commands/GetVoiceConnectorTerminationHealthCommand.ts index d3ca5456f02d..478030c3884b 100644 --- a/clients/client-chime/src/commands/GetVoiceConnectorTerminationHealthCommand.ts +++ b/clients/client-chime/src/commands/GetVoiceConnectorTerminationHealthCommand.ts @@ -112,9 +112,6 @@ export class GetVoiceConnectorTerminationHealthCommand extends $Command< GetVoiceConnectorTerminationHealthCommandOutput, ChimeClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -128,9 +125,7 @@ export class GetVoiceConnectorTerminationHealthCommand extends $Command< * @public */ constructor(readonly input: GetVoiceConnectorTerminationHealthCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -189,7 +184,4 @@ export class GetVoiceConnectorTerminationHealthCommand extends $Command< ): Promise { return de_GetVoiceConnectorTerminationHealthCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-chime/src/commands/InviteUsersCommand.ts b/clients/client-chime/src/commands/InviteUsersCommand.ts index 458559426d6f..69c407a968fc 100644 --- a/clients/client-chime/src/commands/InviteUsersCommand.ts +++ b/clients/client-chime/src/commands/InviteUsersCommand.ts @@ -109,9 +109,6 @@ export class InviteUsersCommand extends $Command< InviteUsersCommandOutput, ChimeClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -125,9 +122,7 @@ export class InviteUsersCommand extends $Command< * @public */ constructor(readonly input: InviteUsersCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -178,7 +173,4 @@ export class InviteUsersCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_InviteUsersCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-chime/src/commands/ListAccountsCommand.ts b/clients/client-chime/src/commands/ListAccountsCommand.ts index 27e0000f6b66..4f68812756f0 100644 --- a/clients/client-chime/src/commands/ListAccountsCommand.ts +++ b/clients/client-chime/src/commands/ListAccountsCommand.ts @@ -115,9 +115,6 @@ export class ListAccountsCommand extends $Command< ListAccountsCommandOutput, ChimeClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -131,9 +128,7 @@ export class ListAccountsCommand extends $Command< * @public */ constructor(readonly input: ListAccountsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -184,7 +179,4 @@ export class ListAccountsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListAccountsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-chime/src/commands/ListAppInstanceAdminsCommand.ts b/clients/client-chime/src/commands/ListAppInstanceAdminsCommand.ts index 6a05422662c5..edf38d85dc43 100644 --- a/clients/client-chime/src/commands/ListAppInstanceAdminsCommand.ts +++ b/clients/client-chime/src/commands/ListAppInstanceAdminsCommand.ts @@ -113,9 +113,6 @@ export class ListAppInstanceAdminsCommand extends $Command< ListAppInstanceAdminsCommandOutput, ChimeClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -129,9 +126,7 @@ export class ListAppInstanceAdminsCommand extends $Command< * @public */ constructor(readonly input: ListAppInstanceAdminsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -184,7 +179,4 @@ export class ListAppInstanceAdminsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListAppInstanceAdminsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-chime/src/commands/ListAppInstanceUsersCommand.ts b/clients/client-chime/src/commands/ListAppInstanceUsersCommand.ts index ead45c7463af..24c72fd538de 100644 --- a/clients/client-chime/src/commands/ListAppInstanceUsersCommand.ts +++ b/clients/client-chime/src/commands/ListAppInstanceUsersCommand.ts @@ -114,9 +114,6 @@ export class ListAppInstanceUsersCommand extends $Command< ListAppInstanceUsersCommandOutput, ChimeClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -130,9 +127,7 @@ export class ListAppInstanceUsersCommand extends $Command< * @public */ constructor(readonly input: ListAppInstanceUsersCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -185,7 +180,4 @@ export class ListAppInstanceUsersCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListAppInstanceUsersCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-chime/src/commands/ListAppInstancesCommand.ts b/clients/client-chime/src/commands/ListAppInstancesCommand.ts index 5adfead37879..5cf4bf103ed1 100644 --- a/clients/client-chime/src/commands/ListAppInstancesCommand.ts +++ b/clients/client-chime/src/commands/ListAppInstancesCommand.ts @@ -110,9 +110,6 @@ export class ListAppInstancesCommand extends $Command< ListAppInstancesCommandOutput, ChimeClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -126,9 +123,7 @@ export class ListAppInstancesCommand extends $Command< * @public */ constructor(readonly input: ListAppInstancesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -181,7 +176,4 @@ export class ListAppInstancesCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListAppInstancesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-chime/src/commands/ListAttendeeTagsCommand.ts b/clients/client-chime/src/commands/ListAttendeeTagsCommand.ts index 8f2f93233149..2f72c386fe2a 100644 --- a/clients/client-chime/src/commands/ListAttendeeTagsCommand.ts +++ b/clients/client-chime/src/commands/ListAttendeeTagsCommand.ts @@ -106,9 +106,6 @@ export class ListAttendeeTagsCommand extends $Command< ListAttendeeTagsCommandOutput, ChimeClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -122,9 +119,7 @@ export class ListAttendeeTagsCommand extends $Command< * @public */ constructor(readonly input: ListAttendeeTagsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -177,7 +172,4 @@ export class ListAttendeeTagsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListAttendeeTagsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-chime/src/commands/ListAttendeesCommand.ts b/clients/client-chime/src/commands/ListAttendeesCommand.ts index 0b8e41562264..fb0e5d11e9e2 100644 --- a/clients/client-chime/src/commands/ListAttendeesCommand.ts +++ b/clients/client-chime/src/commands/ListAttendeesCommand.ts @@ -117,9 +117,6 @@ export class ListAttendeesCommand extends $Command< ListAttendeesCommandOutput, ChimeClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -133,9 +130,7 @@ export class ListAttendeesCommand extends $Command< * @public */ constructor(readonly input: ListAttendeesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -186,7 +181,4 @@ export class ListAttendeesCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListAttendeesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-chime/src/commands/ListBotsCommand.ts b/clients/client-chime/src/commands/ListBotsCommand.ts index c338433f3d7b..04a19648a98a 100644 --- a/clients/client-chime/src/commands/ListBotsCommand.ts +++ b/clients/client-chime/src/commands/ListBotsCommand.ts @@ -102,9 +102,6 @@ export interface ListBotsCommandOutput extends ListBotsResponse, __MetadataBeare * */ export class ListBotsCommand extends $Command { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -118,9 +115,7 @@ export class ListBotsCommand extends $Command { return de_ListBotsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-chime/src/commands/ListChannelBansCommand.ts b/clients/client-chime/src/commands/ListChannelBansCommand.ts index fcba8efdd99e..e168039ebda6 100644 --- a/clients/client-chime/src/commands/ListChannelBansCommand.ts +++ b/clients/client-chime/src/commands/ListChannelBansCommand.ts @@ -119,9 +119,6 @@ export class ListChannelBansCommand extends $Command< ListChannelBansCommandOutput, ChimeClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -135,9 +132,7 @@ export class ListChannelBansCommand extends $Command< * @public */ constructor(readonly input: ListChannelBansCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -190,7 +185,4 @@ export class ListChannelBansCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListChannelBansCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-chime/src/commands/ListChannelMembershipsCommand.ts b/clients/client-chime/src/commands/ListChannelMembershipsCommand.ts index 82380ba95d2a..75fcc77e9f5c 100644 --- a/clients/client-chime/src/commands/ListChannelMembershipsCommand.ts +++ b/clients/client-chime/src/commands/ListChannelMembershipsCommand.ts @@ -120,9 +120,6 @@ export class ListChannelMembershipsCommand extends $Command< ListChannelMembershipsCommandOutput, ChimeClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -136,9 +133,7 @@ export class ListChannelMembershipsCommand extends $Command< * @public */ constructor(readonly input: ListChannelMembershipsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -191,7 +186,4 @@ export class ListChannelMembershipsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListChannelMembershipsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-chime/src/commands/ListChannelMembershipsForAppInstanceUserCommand.ts b/clients/client-chime/src/commands/ListChannelMembershipsForAppInstanceUserCommand.ts index b6a5260625ac..75f36efedcc1 100644 --- a/clients/client-chime/src/commands/ListChannelMembershipsForAppInstanceUserCommand.ts +++ b/clients/client-chime/src/commands/ListChannelMembershipsForAppInstanceUserCommand.ts @@ -133,9 +133,6 @@ export class ListChannelMembershipsForAppInstanceUserCommand extends $Command< ListChannelMembershipsForAppInstanceUserCommandOutput, ChimeClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -149,9 +146,7 @@ export class ListChannelMembershipsForAppInstanceUserCommand extends $Command< * @public */ constructor(readonly input: ListChannelMembershipsForAppInstanceUserCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -216,7 +211,4 @@ export class ListChannelMembershipsForAppInstanceUserCommand extends $Command< ): Promise { return de_ListChannelMembershipsForAppInstanceUserCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-chime/src/commands/ListChannelMessagesCommand.ts b/clients/client-chime/src/commands/ListChannelMessagesCommand.ts index daeb31d9f1e4..efb38d7a5a73 100644 --- a/clients/client-chime/src/commands/ListChannelMessagesCommand.ts +++ b/clients/client-chime/src/commands/ListChannelMessagesCommand.ts @@ -135,9 +135,6 @@ export class ListChannelMessagesCommand extends $Command< ListChannelMessagesCommandOutput, ChimeClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -151,9 +148,7 @@ export class ListChannelMessagesCommand extends $Command< * @public */ constructor(readonly input: ListChannelMessagesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -206,7 +201,4 @@ export class ListChannelMessagesCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListChannelMessagesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-chime/src/commands/ListChannelModeratorsCommand.ts b/clients/client-chime/src/commands/ListChannelModeratorsCommand.ts index bcfd0905cf55..9f62bdd49ddf 100644 --- a/clients/client-chime/src/commands/ListChannelModeratorsCommand.ts +++ b/clients/client-chime/src/commands/ListChannelModeratorsCommand.ts @@ -119,9 +119,6 @@ export class ListChannelModeratorsCommand extends $Command< ListChannelModeratorsCommandOutput, ChimeClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -135,9 +132,7 @@ export class ListChannelModeratorsCommand extends $Command< * @public */ constructor(readonly input: ListChannelModeratorsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -190,7 +185,4 @@ export class ListChannelModeratorsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListChannelModeratorsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-chime/src/commands/ListChannelsCommand.ts b/clients/client-chime/src/commands/ListChannelsCommand.ts index 362302edb339..f0764074bbcb 100644 --- a/clients/client-chime/src/commands/ListChannelsCommand.ts +++ b/clients/client-chime/src/commands/ListChannelsCommand.ts @@ -135,9 +135,6 @@ export class ListChannelsCommand extends $Command< ListChannelsCommandOutput, ChimeClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -151,9 +148,7 @@ export class ListChannelsCommand extends $Command< * @public */ constructor(readonly input: ListChannelsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -204,7 +199,4 @@ export class ListChannelsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListChannelsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-chime/src/commands/ListChannelsModeratedByAppInstanceUserCommand.ts b/clients/client-chime/src/commands/ListChannelsModeratedByAppInstanceUserCommand.ts index 5487e87833e6..10ebfc35d355 100644 --- a/clients/client-chime/src/commands/ListChannelsModeratedByAppInstanceUserCommand.ts +++ b/clients/client-chime/src/commands/ListChannelsModeratedByAppInstanceUserCommand.ts @@ -128,9 +128,6 @@ export class ListChannelsModeratedByAppInstanceUserCommand extends $Command< ListChannelsModeratedByAppInstanceUserCommandOutput, ChimeClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -144,9 +141,7 @@ export class ListChannelsModeratedByAppInstanceUserCommand extends $Command< * @public */ constructor(readonly input: ListChannelsModeratedByAppInstanceUserCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -205,7 +200,4 @@ export class ListChannelsModeratedByAppInstanceUserCommand extends $Command< ): Promise { return de_ListChannelsModeratedByAppInstanceUserCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-chime/src/commands/ListMediaCapturePipelinesCommand.ts b/clients/client-chime/src/commands/ListMediaCapturePipelinesCommand.ts index 8aef4d35886c..d599ae618d9c 100644 --- a/clients/client-chime/src/commands/ListMediaCapturePipelinesCommand.ts +++ b/clients/client-chime/src/commands/ListMediaCapturePipelinesCommand.ts @@ -139,9 +139,6 @@ export class ListMediaCapturePipelinesCommand extends $Command< ListMediaCapturePipelinesCommandOutput, ChimeClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -155,9 +152,7 @@ export class ListMediaCapturePipelinesCommand extends $Command< * @public */ constructor(readonly input: ListMediaCapturePipelinesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -213,7 +208,4 @@ export class ListMediaCapturePipelinesCommand extends $Command< ): Promise { return de_ListMediaCapturePipelinesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-chime/src/commands/ListMeetingTagsCommand.ts b/clients/client-chime/src/commands/ListMeetingTagsCommand.ts index 7fc982460e8c..b31448c64834 100644 --- a/clients/client-chime/src/commands/ListMeetingTagsCommand.ts +++ b/clients/client-chime/src/commands/ListMeetingTagsCommand.ts @@ -109,9 +109,6 @@ export class ListMeetingTagsCommand extends $Command< ListMeetingTagsCommandOutput, ChimeClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -125,9 +122,7 @@ export class ListMeetingTagsCommand extends $Command< * @public */ constructor(readonly input: ListMeetingTagsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -180,7 +175,4 @@ export class ListMeetingTagsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListMeetingTagsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-chime/src/commands/ListMeetingsCommand.ts b/clients/client-chime/src/commands/ListMeetingsCommand.ts index d88f55ef1046..cac1c753875b 100644 --- a/clients/client-chime/src/commands/ListMeetingsCommand.ts +++ b/clients/client-chime/src/commands/ListMeetingsCommand.ts @@ -114,9 +114,6 @@ export class ListMeetingsCommand extends $Command< ListMeetingsCommandOutput, ChimeClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -130,9 +127,7 @@ export class ListMeetingsCommand extends $Command< * @public */ constructor(readonly input: ListMeetingsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -183,7 +178,4 @@ export class ListMeetingsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListMeetingsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-chime/src/commands/ListPhoneNumberOrdersCommand.ts b/clients/client-chime/src/commands/ListPhoneNumberOrdersCommand.ts index 67a17ff7be50..5a7484f93714 100644 --- a/clients/client-chime/src/commands/ListPhoneNumberOrdersCommand.ts +++ b/clients/client-chime/src/commands/ListPhoneNumberOrdersCommand.ts @@ -108,9 +108,6 @@ export class ListPhoneNumberOrdersCommand extends $Command< ListPhoneNumberOrdersCommandOutput, ChimeClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -124,9 +121,7 @@ export class ListPhoneNumberOrdersCommand extends $Command< * @public */ constructor(readonly input: ListPhoneNumberOrdersCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -179,7 +174,4 @@ export class ListPhoneNumberOrdersCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListPhoneNumberOrdersCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-chime/src/commands/ListPhoneNumbersCommand.ts b/clients/client-chime/src/commands/ListPhoneNumbersCommand.ts index d6aeb9574e89..6b643b30805b 100644 --- a/clients/client-chime/src/commands/ListPhoneNumbersCommand.ts +++ b/clients/client-chime/src/commands/ListPhoneNumbersCommand.ts @@ -130,9 +130,6 @@ export class ListPhoneNumbersCommand extends $Command< ListPhoneNumbersCommandOutput, ChimeClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -146,9 +143,7 @@ export class ListPhoneNumbersCommand extends $Command< * @public */ constructor(readonly input: ListPhoneNumbersCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -201,7 +196,4 @@ export class ListPhoneNumbersCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListPhoneNumbersCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-chime/src/commands/ListProxySessionsCommand.ts b/clients/client-chime/src/commands/ListProxySessionsCommand.ts index d3885e79569d..859831909f62 100644 --- a/clients/client-chime/src/commands/ListProxySessionsCommand.ts +++ b/clients/client-chime/src/commands/ListProxySessionsCommand.ts @@ -134,9 +134,6 @@ export class ListProxySessionsCommand extends $Command< ListProxySessionsCommandOutput, ChimeClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -150,9 +147,7 @@ export class ListProxySessionsCommand extends $Command< * @public */ constructor(readonly input: ListProxySessionsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -205,7 +200,4 @@ export class ListProxySessionsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListProxySessionsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-chime/src/commands/ListRoomMembershipsCommand.ts b/clients/client-chime/src/commands/ListRoomMembershipsCommand.ts index a8e1c964c3ff..8c9ee82b1314 100644 --- a/clients/client-chime/src/commands/ListRoomMembershipsCommand.ts +++ b/clients/client-chime/src/commands/ListRoomMembershipsCommand.ts @@ -114,9 +114,6 @@ export class ListRoomMembershipsCommand extends $Command< ListRoomMembershipsCommandOutput, ChimeClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -130,9 +127,7 @@ export class ListRoomMembershipsCommand extends $Command< * @public */ constructor(readonly input: ListRoomMembershipsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -185,7 +180,4 @@ export class ListRoomMembershipsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListRoomMembershipsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-chime/src/commands/ListRoomsCommand.ts b/clients/client-chime/src/commands/ListRoomsCommand.ts index 1708e1ef703b..43555bc73fc1 100644 --- a/clients/client-chime/src/commands/ListRoomsCommand.ts +++ b/clients/client-chime/src/commands/ListRoomsCommand.ts @@ -104,9 +104,6 @@ export class ListRoomsCommand extends $Command< ListRoomsCommandOutput, ChimeClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -120,9 +117,7 @@ export class ListRoomsCommand extends $Command< * @public */ constructor(readonly input: ListRoomsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -173,7 +168,4 @@ export class ListRoomsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListRoomsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-chime/src/commands/ListSipMediaApplicationsCommand.ts b/clients/client-chime/src/commands/ListSipMediaApplicationsCommand.ts index b63a00ba7d70..9171e48bca85 100644 --- a/clients/client-chime/src/commands/ListSipMediaApplicationsCommand.ts +++ b/clients/client-chime/src/commands/ListSipMediaApplicationsCommand.ts @@ -116,9 +116,6 @@ export class ListSipMediaApplicationsCommand extends $Command< ListSipMediaApplicationsCommandOutput, ChimeClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -132,9 +129,7 @@ export class ListSipMediaApplicationsCommand extends $Command< * @public */ constructor(readonly input: ListSipMediaApplicationsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -187,7 +182,4 @@ export class ListSipMediaApplicationsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListSipMediaApplicationsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-chime/src/commands/ListSipRulesCommand.ts b/clients/client-chime/src/commands/ListSipRulesCommand.ts index 664c9018414f..df33df22b07b 100644 --- a/clients/client-chime/src/commands/ListSipRulesCommand.ts +++ b/clients/client-chime/src/commands/ListSipRulesCommand.ts @@ -117,9 +117,6 @@ export class ListSipRulesCommand extends $Command< ListSipRulesCommandOutput, ChimeClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -133,9 +130,7 @@ export class ListSipRulesCommand extends $Command< * @public */ constructor(readonly input: ListSipRulesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -186,7 +181,4 @@ export class ListSipRulesCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListSipRulesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-chime/src/commands/ListSupportedPhoneNumberCountriesCommand.ts b/clients/client-chime/src/commands/ListSupportedPhoneNumberCountriesCommand.ts index 34a028494b13..e4fe85c18224 100644 --- a/clients/client-chime/src/commands/ListSupportedPhoneNumberCountriesCommand.ts +++ b/clients/client-chime/src/commands/ListSupportedPhoneNumberCountriesCommand.ts @@ -106,9 +106,6 @@ export class ListSupportedPhoneNumberCountriesCommand extends $Command< ListSupportedPhoneNumberCountriesCommandOutput, ChimeClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -122,9 +119,7 @@ export class ListSupportedPhoneNumberCountriesCommand extends $Command< * @public */ constructor(readonly input: ListSupportedPhoneNumberCountriesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -183,7 +178,4 @@ export class ListSupportedPhoneNumberCountriesCommand extends $Command< ): Promise { return de_ListSupportedPhoneNumberCountriesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-chime/src/commands/ListTagsForResourceCommand.ts b/clients/client-chime/src/commands/ListTagsForResourceCommand.ts index 27cb689204e4..957caefa6562 100644 --- a/clients/client-chime/src/commands/ListTagsForResourceCommand.ts +++ b/clients/client-chime/src/commands/ListTagsForResourceCommand.ts @@ -115,9 +115,6 @@ export class ListTagsForResourceCommand extends $Command< ListTagsForResourceCommandOutput, ChimeClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -131,9 +128,7 @@ export class ListTagsForResourceCommand extends $Command< * @public */ constructor(readonly input: ListTagsForResourceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -186,7 +181,4 @@ export class ListTagsForResourceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListTagsForResourceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-chime/src/commands/ListUsersCommand.ts b/clients/client-chime/src/commands/ListUsersCommand.ts index 407a149e1df8..2ac05f8f65dd 100644 --- a/clients/client-chime/src/commands/ListUsersCommand.ts +++ b/clients/client-chime/src/commands/ListUsersCommand.ts @@ -121,9 +121,6 @@ export class ListUsersCommand extends $Command< ListUsersCommandOutput, ChimeClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -137,9 +134,7 @@ export class ListUsersCommand extends $Command< * @public */ constructor(readonly input: ListUsersCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -190,7 +185,4 @@ export class ListUsersCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListUsersCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-chime/src/commands/ListVoiceConnectorGroupsCommand.ts b/clients/client-chime/src/commands/ListVoiceConnectorGroupsCommand.ts index 92c923622014..c8d9da6153bd 100644 --- a/clients/client-chime/src/commands/ListVoiceConnectorGroupsCommand.ts +++ b/clients/client-chime/src/commands/ListVoiceConnectorGroupsCommand.ts @@ -113,9 +113,6 @@ export class ListVoiceConnectorGroupsCommand extends $Command< ListVoiceConnectorGroupsCommandOutput, ChimeClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -129,9 +126,7 @@ export class ListVoiceConnectorGroupsCommand extends $Command< * @public */ constructor(readonly input: ListVoiceConnectorGroupsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -184,7 +179,4 @@ export class ListVoiceConnectorGroupsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListVoiceConnectorGroupsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-chime/src/commands/ListVoiceConnectorTerminationCredentialsCommand.ts b/clients/client-chime/src/commands/ListVoiceConnectorTerminationCredentialsCommand.ts index 8b117c0d00da..54239bea2fbf 100644 --- a/clients/client-chime/src/commands/ListVoiceConnectorTerminationCredentialsCommand.ts +++ b/clients/client-chime/src/commands/ListVoiceConnectorTerminationCredentialsCommand.ts @@ -112,9 +112,6 @@ export class ListVoiceConnectorTerminationCredentialsCommand extends $Command< ListVoiceConnectorTerminationCredentialsCommandOutput, ChimeClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -128,9 +125,7 @@ export class ListVoiceConnectorTerminationCredentialsCommand extends $Command< * @public */ constructor(readonly input: ListVoiceConnectorTerminationCredentialsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -195,7 +190,4 @@ export class ListVoiceConnectorTerminationCredentialsCommand extends $Command< ): Promise { return de_ListVoiceConnectorTerminationCredentialsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-chime/src/commands/ListVoiceConnectorsCommand.ts b/clients/client-chime/src/commands/ListVoiceConnectorsCommand.ts index f2840e2b0451..c5f9a0d6cb20 100644 --- a/clients/client-chime/src/commands/ListVoiceConnectorsCommand.ts +++ b/clients/client-chime/src/commands/ListVoiceConnectorsCommand.ts @@ -110,9 +110,6 @@ export class ListVoiceConnectorsCommand extends $Command< ListVoiceConnectorsCommandOutput, ChimeClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -126,9 +123,7 @@ export class ListVoiceConnectorsCommand extends $Command< * @public */ constructor(readonly input: ListVoiceConnectorsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -181,7 +176,4 @@ export class ListVoiceConnectorsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListVoiceConnectorsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-chime/src/commands/LogoutUserCommand.ts b/clients/client-chime/src/commands/LogoutUserCommand.ts index 66dcb1b4e680..dcf258a2d201 100644 --- a/clients/client-chime/src/commands/LogoutUserCommand.ts +++ b/clients/client-chime/src/commands/LogoutUserCommand.ts @@ -90,9 +90,6 @@ export class LogoutUserCommand extends $Command< LogoutUserCommandOutput, ChimeClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -106,9 +103,7 @@ export class LogoutUserCommand extends $Command< * @public */ constructor(readonly input: LogoutUserCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -159,7 +154,4 @@ export class LogoutUserCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_LogoutUserCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-chime/src/commands/PutAppInstanceRetentionSettingsCommand.ts b/clients/client-chime/src/commands/PutAppInstanceRetentionSettingsCommand.ts index 09d3a70e158e..6c48f7185e85 100644 --- a/clients/client-chime/src/commands/PutAppInstanceRetentionSettingsCommand.ts +++ b/clients/client-chime/src/commands/PutAppInstanceRetentionSettingsCommand.ts @@ -119,9 +119,6 @@ export class PutAppInstanceRetentionSettingsCommand extends $Command< PutAppInstanceRetentionSettingsCommandOutput, ChimeClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -135,9 +132,7 @@ export class PutAppInstanceRetentionSettingsCommand extends $Command< * @public */ constructor(readonly input: PutAppInstanceRetentionSettingsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -196,7 +191,4 @@ export class PutAppInstanceRetentionSettingsCommand extends $Command< ): Promise { return de_PutAppInstanceRetentionSettingsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-chime/src/commands/PutAppInstanceStreamingConfigurationsCommand.ts b/clients/client-chime/src/commands/PutAppInstanceStreamingConfigurationsCommand.ts index f125c5b1b7be..f64db99bb4ea 100644 --- a/clients/client-chime/src/commands/PutAppInstanceStreamingConfigurationsCommand.ts +++ b/clients/client-chime/src/commands/PutAppInstanceStreamingConfigurationsCommand.ts @@ -122,9 +122,6 @@ export class PutAppInstanceStreamingConfigurationsCommand extends $Command< PutAppInstanceStreamingConfigurationsCommandOutput, ChimeClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -138,9 +135,7 @@ export class PutAppInstanceStreamingConfigurationsCommand extends $Command< * @public */ constructor(readonly input: PutAppInstanceStreamingConfigurationsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -199,7 +194,4 @@ export class PutAppInstanceStreamingConfigurationsCommand extends $Command< ): Promise { return de_PutAppInstanceStreamingConfigurationsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-chime/src/commands/PutEventsConfigurationCommand.ts b/clients/client-chime/src/commands/PutEventsConfigurationCommand.ts index f85dd29cabe5..40634f8b4d88 100644 --- a/clients/client-chime/src/commands/PutEventsConfigurationCommand.ts +++ b/clients/client-chime/src/commands/PutEventsConfigurationCommand.ts @@ -105,9 +105,6 @@ export class PutEventsConfigurationCommand extends $Command< PutEventsConfigurationCommandOutput, ChimeClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -121,9 +118,7 @@ export class PutEventsConfigurationCommand extends $Command< * @public */ constructor(readonly input: PutEventsConfigurationCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -176,7 +171,4 @@ export class PutEventsConfigurationCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_PutEventsConfigurationCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-chime/src/commands/PutRetentionSettingsCommand.ts b/clients/client-chime/src/commands/PutRetentionSettingsCommand.ts index 7cec58608bf3..58630c8bcbe1 100644 --- a/clients/client-chime/src/commands/PutRetentionSettingsCommand.ts +++ b/clients/client-chime/src/commands/PutRetentionSettingsCommand.ts @@ -122,9 +122,6 @@ export class PutRetentionSettingsCommand extends $Command< PutRetentionSettingsCommandOutput, ChimeClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -138,9 +135,7 @@ export class PutRetentionSettingsCommand extends $Command< * @public */ constructor(readonly input: PutRetentionSettingsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -193,7 +188,4 @@ export class PutRetentionSettingsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_PutRetentionSettingsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-chime/src/commands/PutSipMediaApplicationLoggingConfigurationCommand.ts b/clients/client-chime/src/commands/PutSipMediaApplicationLoggingConfigurationCommand.ts index da964a9f046b..a5959fcee2f1 100644 --- a/clients/client-chime/src/commands/PutSipMediaApplicationLoggingConfigurationCommand.ts +++ b/clients/client-chime/src/commands/PutSipMediaApplicationLoggingConfigurationCommand.ts @@ -114,9 +114,6 @@ export class PutSipMediaApplicationLoggingConfigurationCommand extends $Command< PutSipMediaApplicationLoggingConfigurationCommandOutput, ChimeClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -130,9 +127,7 @@ export class PutSipMediaApplicationLoggingConfigurationCommand extends $Command< * @public */ constructor(readonly input: PutSipMediaApplicationLoggingConfigurationCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -197,7 +192,4 @@ export class PutSipMediaApplicationLoggingConfigurationCommand extends $Command< ): Promise { return de_PutSipMediaApplicationLoggingConfigurationCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-chime/src/commands/PutVoiceConnectorEmergencyCallingConfigurationCommand.ts b/clients/client-chime/src/commands/PutVoiceConnectorEmergencyCallingConfigurationCommand.ts index 5539aacde0bc..6f3508af97eb 100644 --- a/clients/client-chime/src/commands/PutVoiceConnectorEmergencyCallingConfigurationCommand.ts +++ b/clients/client-chime/src/commands/PutVoiceConnectorEmergencyCallingConfigurationCommand.ts @@ -129,9 +129,6 @@ export class PutVoiceConnectorEmergencyCallingConfigurationCommand extends $Comm PutVoiceConnectorEmergencyCallingConfigurationCommandOutput, ChimeClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -145,9 +142,7 @@ export class PutVoiceConnectorEmergencyCallingConfigurationCommand extends $Comm * @public */ constructor(readonly input: PutVoiceConnectorEmergencyCallingConfigurationCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -212,7 +207,4 @@ export class PutVoiceConnectorEmergencyCallingConfigurationCommand extends $Comm ): Promise { return de_PutVoiceConnectorEmergencyCallingConfigurationCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-chime/src/commands/PutVoiceConnectorLoggingConfigurationCommand.ts b/clients/client-chime/src/commands/PutVoiceConnectorLoggingConfigurationCommand.ts index 45027bc7e59f..6fc251e9bebc 100644 --- a/clients/client-chime/src/commands/PutVoiceConnectorLoggingConfigurationCommand.ts +++ b/clients/client-chime/src/commands/PutVoiceConnectorLoggingConfigurationCommand.ts @@ -117,9 +117,6 @@ export class PutVoiceConnectorLoggingConfigurationCommand extends $Command< PutVoiceConnectorLoggingConfigurationCommandOutput, ChimeClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -133,9 +130,7 @@ export class PutVoiceConnectorLoggingConfigurationCommand extends $Command< * @public */ constructor(readonly input: PutVoiceConnectorLoggingConfigurationCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -194,7 +189,4 @@ export class PutVoiceConnectorLoggingConfigurationCommand extends $Command< ): Promise { return de_PutVoiceConnectorLoggingConfigurationCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-chime/src/commands/PutVoiceConnectorOriginationCommand.ts b/clients/client-chime/src/commands/PutVoiceConnectorOriginationCommand.ts index 6b0f650eb922..312e879b06bb 100644 --- a/clients/client-chime/src/commands/PutVoiceConnectorOriginationCommand.ts +++ b/clients/client-chime/src/commands/PutVoiceConnectorOriginationCommand.ts @@ -131,9 +131,6 @@ export class PutVoiceConnectorOriginationCommand extends $Command< PutVoiceConnectorOriginationCommandOutput, ChimeClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -147,9 +144,7 @@ export class PutVoiceConnectorOriginationCommand extends $Command< * @public */ constructor(readonly input: PutVoiceConnectorOriginationCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -205,7 +200,4 @@ export class PutVoiceConnectorOriginationCommand extends $Command< ): Promise { return de_PutVoiceConnectorOriginationCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-chime/src/commands/PutVoiceConnectorProxyCommand.ts b/clients/client-chime/src/commands/PutVoiceConnectorProxyCommand.ts index 250257e026c0..d229c1422c9f 100644 --- a/clients/client-chime/src/commands/PutVoiceConnectorProxyCommand.ts +++ b/clients/client-chime/src/commands/PutVoiceConnectorProxyCommand.ts @@ -121,9 +121,6 @@ export class PutVoiceConnectorProxyCommand extends $Command< PutVoiceConnectorProxyCommandOutput, ChimeClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -137,9 +134,7 @@ export class PutVoiceConnectorProxyCommand extends $Command< * @public */ constructor(readonly input: PutVoiceConnectorProxyCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -192,7 +187,4 @@ export class PutVoiceConnectorProxyCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_PutVoiceConnectorProxyCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-chime/src/commands/PutVoiceConnectorStreamingConfigurationCommand.ts b/clients/client-chime/src/commands/PutVoiceConnectorStreamingConfigurationCommand.ts index 626bfac5d57b..584d9a3b8578 100644 --- a/clients/client-chime/src/commands/PutVoiceConnectorStreamingConfigurationCommand.ts +++ b/clients/client-chime/src/commands/PutVoiceConnectorStreamingConfigurationCommand.ts @@ -128,9 +128,6 @@ export class PutVoiceConnectorStreamingConfigurationCommand extends $Command< PutVoiceConnectorStreamingConfigurationCommandOutput, ChimeClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -144,9 +141,7 @@ export class PutVoiceConnectorStreamingConfigurationCommand extends $Command< * @public */ constructor(readonly input: PutVoiceConnectorStreamingConfigurationCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -211,7 +206,4 @@ export class PutVoiceConnectorStreamingConfigurationCommand extends $Command< ): Promise { return de_PutVoiceConnectorStreamingConfigurationCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-chime/src/commands/PutVoiceConnectorTerminationCommand.ts b/clients/client-chime/src/commands/PutVoiceConnectorTerminationCommand.ts index de1014b92f35..c362064e98e4 100644 --- a/clients/client-chime/src/commands/PutVoiceConnectorTerminationCommand.ts +++ b/clients/client-chime/src/commands/PutVoiceConnectorTerminationCommand.ts @@ -137,9 +137,6 @@ export class PutVoiceConnectorTerminationCommand extends $Command< PutVoiceConnectorTerminationCommandOutput, ChimeClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -153,9 +150,7 @@ export class PutVoiceConnectorTerminationCommand extends $Command< * @public */ constructor(readonly input: PutVoiceConnectorTerminationCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -211,7 +206,4 @@ export class PutVoiceConnectorTerminationCommand extends $Command< ): Promise { return de_PutVoiceConnectorTerminationCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-chime/src/commands/PutVoiceConnectorTerminationCredentialsCommand.ts b/clients/client-chime/src/commands/PutVoiceConnectorTerminationCredentialsCommand.ts index 3d42307882fb..9793cdd1fbf4 100644 --- a/clients/client-chime/src/commands/PutVoiceConnectorTerminationCredentialsCommand.ts +++ b/clients/client-chime/src/commands/PutVoiceConnectorTerminationCredentialsCommand.ts @@ -111,9 +111,6 @@ export class PutVoiceConnectorTerminationCredentialsCommand extends $Command< PutVoiceConnectorTerminationCredentialsCommandOutput, ChimeClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -127,9 +124,7 @@ export class PutVoiceConnectorTerminationCredentialsCommand extends $Command< * @public */ constructor(readonly input: PutVoiceConnectorTerminationCredentialsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -194,7 +189,4 @@ export class PutVoiceConnectorTerminationCredentialsCommand extends $Command< ): Promise { return de_PutVoiceConnectorTerminationCredentialsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-chime/src/commands/RedactChannelMessageCommand.ts b/clients/client-chime/src/commands/RedactChannelMessageCommand.ts index 6f2a1372b665..135205321d0f 100644 --- a/clients/client-chime/src/commands/RedactChannelMessageCommand.ts +++ b/clients/client-chime/src/commands/RedactChannelMessageCommand.ts @@ -106,9 +106,6 @@ export class RedactChannelMessageCommand extends $Command< RedactChannelMessageCommandOutput, ChimeClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -122,9 +119,7 @@ export class RedactChannelMessageCommand extends $Command< * @public */ constructor(readonly input: RedactChannelMessageCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -177,7 +172,4 @@ export class RedactChannelMessageCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_RedactChannelMessageCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-chime/src/commands/RedactConversationMessageCommand.ts b/clients/client-chime/src/commands/RedactConversationMessageCommand.ts index f06a191673d9..9b7cd79e4ba8 100644 --- a/clients/client-chime/src/commands/RedactConversationMessageCommand.ts +++ b/clients/client-chime/src/commands/RedactConversationMessageCommand.ts @@ -91,9 +91,6 @@ export class RedactConversationMessageCommand extends $Command< RedactConversationMessageCommandOutput, ChimeClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -107,9 +104,7 @@ export class RedactConversationMessageCommand extends $Command< * @public */ constructor(readonly input: RedactConversationMessageCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -165,7 +160,4 @@ export class RedactConversationMessageCommand extends $Command< ): Promise { return de_RedactConversationMessageCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-chime/src/commands/RedactRoomMessageCommand.ts b/clients/client-chime/src/commands/RedactRoomMessageCommand.ts index a13d7dfae759..c46319750cca 100644 --- a/clients/client-chime/src/commands/RedactRoomMessageCommand.ts +++ b/clients/client-chime/src/commands/RedactRoomMessageCommand.ts @@ -91,9 +91,6 @@ export class RedactRoomMessageCommand extends $Command< RedactRoomMessageCommandOutput, ChimeClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -107,9 +104,7 @@ export class RedactRoomMessageCommand extends $Command< * @public */ constructor(readonly input: RedactRoomMessageCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -162,7 +157,4 @@ export class RedactRoomMessageCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_RedactRoomMessageCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-chime/src/commands/RegenerateSecurityTokenCommand.ts b/clients/client-chime/src/commands/RegenerateSecurityTokenCommand.ts index 35981547e40a..9742d12f2703 100644 --- a/clients/client-chime/src/commands/RegenerateSecurityTokenCommand.ts +++ b/clients/client-chime/src/commands/RegenerateSecurityTokenCommand.ts @@ -106,9 +106,6 @@ export class RegenerateSecurityTokenCommand extends $Command< RegenerateSecurityTokenCommandOutput, ChimeClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -122,9 +119,7 @@ export class RegenerateSecurityTokenCommand extends $Command< * @public */ constructor(readonly input: RegenerateSecurityTokenCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -177,7 +172,4 @@ export class RegenerateSecurityTokenCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_RegenerateSecurityTokenCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-chime/src/commands/ResetPersonalPINCommand.ts b/clients/client-chime/src/commands/ResetPersonalPINCommand.ts index 6fe8c16f7993..7c1288311196 100644 --- a/clients/client-chime/src/commands/ResetPersonalPINCommand.ts +++ b/clients/client-chime/src/commands/ResetPersonalPINCommand.ts @@ -114,9 +114,6 @@ export class ResetPersonalPINCommand extends $Command< ResetPersonalPINCommandOutput, ChimeClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -130,9 +127,7 @@ export class ResetPersonalPINCommand extends $Command< * @public */ constructor(readonly input: ResetPersonalPINCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -185,7 +180,4 @@ export class ResetPersonalPINCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ResetPersonalPINCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-chime/src/commands/RestorePhoneNumberCommand.ts b/clients/client-chime/src/commands/RestorePhoneNumberCommand.ts index fb2ffe9e5058..c4534a7ecd11 100644 --- a/clients/client-chime/src/commands/RestorePhoneNumberCommand.ts +++ b/clients/client-chime/src/commands/RestorePhoneNumberCommand.ts @@ -126,9 +126,6 @@ export class RestorePhoneNumberCommand extends $Command< RestorePhoneNumberCommandOutput, ChimeClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -142,9 +139,7 @@ export class RestorePhoneNumberCommand extends $Command< * @public */ constructor(readonly input: RestorePhoneNumberCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -197,7 +192,4 @@ export class RestorePhoneNumberCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_RestorePhoneNumberCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-chime/src/commands/SearchAvailablePhoneNumbersCommand.ts b/clients/client-chime/src/commands/SearchAvailablePhoneNumbersCommand.ts index 321314c569cb..5315d3cb81f2 100644 --- a/clients/client-chime/src/commands/SearchAvailablePhoneNumbersCommand.ts +++ b/clients/client-chime/src/commands/SearchAvailablePhoneNumbersCommand.ts @@ -114,9 +114,6 @@ export class SearchAvailablePhoneNumbersCommand extends $Command< SearchAvailablePhoneNumbersCommandOutput, ChimeClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -130,9 +127,7 @@ export class SearchAvailablePhoneNumbersCommand extends $Command< * @public */ constructor(readonly input: SearchAvailablePhoneNumbersCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -188,7 +183,4 @@ export class SearchAvailablePhoneNumbersCommand extends $Command< ): Promise { return de_SearchAvailablePhoneNumbersCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-chime/src/commands/SendChannelMessageCommand.ts b/clients/client-chime/src/commands/SendChannelMessageCommand.ts index e8c73f326224..bb6e9c6b045a 100644 --- a/clients/client-chime/src/commands/SendChannelMessageCommand.ts +++ b/clients/client-chime/src/commands/SendChannelMessageCommand.ts @@ -119,9 +119,6 @@ export class SendChannelMessageCommand extends $Command< SendChannelMessageCommandOutput, ChimeClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -135,9 +132,7 @@ export class SendChannelMessageCommand extends $Command< * @public */ constructor(readonly input: SendChannelMessageCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -190,7 +185,4 @@ export class SendChannelMessageCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_SendChannelMessageCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-chime/src/commands/StartMeetingTranscriptionCommand.ts b/clients/client-chime/src/commands/StartMeetingTranscriptionCommand.ts index bf20c83fde0f..f7136b64446a 100644 --- a/clients/client-chime/src/commands/StartMeetingTranscriptionCommand.ts +++ b/clients/client-chime/src/commands/StartMeetingTranscriptionCommand.ts @@ -143,9 +143,6 @@ export class StartMeetingTranscriptionCommand extends $Command< StartMeetingTranscriptionCommandOutput, ChimeClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -159,9 +156,7 @@ export class StartMeetingTranscriptionCommand extends $Command< * @public */ constructor(readonly input: StartMeetingTranscriptionCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -217,7 +212,4 @@ export class StartMeetingTranscriptionCommand extends $Command< ): Promise { return de_StartMeetingTranscriptionCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-chime/src/commands/StopMeetingTranscriptionCommand.ts b/clients/client-chime/src/commands/StopMeetingTranscriptionCommand.ts index 111dc155e2b1..9f2b16c9dabe 100644 --- a/clients/client-chime/src/commands/StopMeetingTranscriptionCommand.ts +++ b/clients/client-chime/src/commands/StopMeetingTranscriptionCommand.ts @@ -101,9 +101,6 @@ export class StopMeetingTranscriptionCommand extends $Command< StopMeetingTranscriptionCommandOutput, ChimeClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -117,9 +114,7 @@ export class StopMeetingTranscriptionCommand extends $Command< * @public */ constructor(readonly input: StopMeetingTranscriptionCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -172,7 +167,4 @@ export class StopMeetingTranscriptionCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_StopMeetingTranscriptionCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-chime/src/commands/TagAttendeeCommand.ts b/clients/client-chime/src/commands/TagAttendeeCommand.ts index e3d5a6e90640..438ce45458fe 100644 --- a/clients/client-chime/src/commands/TagAttendeeCommand.ts +++ b/clients/client-chime/src/commands/TagAttendeeCommand.ts @@ -104,9 +104,6 @@ export class TagAttendeeCommand extends $Command< TagAttendeeCommandOutput, ChimeClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -120,9 +117,7 @@ export class TagAttendeeCommand extends $Command< * @public */ constructor(readonly input: TagAttendeeCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -173,7 +168,4 @@ export class TagAttendeeCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_TagAttendeeCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-chime/src/commands/TagMeetingCommand.ts b/clients/client-chime/src/commands/TagMeetingCommand.ts index cbcdfc96f6c4..b425154d1eb1 100644 --- a/clients/client-chime/src/commands/TagMeetingCommand.ts +++ b/clients/client-chime/src/commands/TagMeetingCommand.ts @@ -107,9 +107,6 @@ export class TagMeetingCommand extends $Command< TagMeetingCommandOutput, ChimeClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -123,9 +120,7 @@ export class TagMeetingCommand extends $Command< * @public */ constructor(readonly input: TagMeetingCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -176,7 +171,4 @@ export class TagMeetingCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_TagMeetingCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-chime/src/commands/TagResourceCommand.ts b/clients/client-chime/src/commands/TagResourceCommand.ts index 654d7f46ffa9..f93baa8ce005 100644 --- a/clients/client-chime/src/commands/TagResourceCommand.ts +++ b/clients/client-chime/src/commands/TagResourceCommand.ts @@ -101,9 +101,6 @@ export class TagResourceCommand extends $Command< TagResourceCommandOutput, ChimeClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -117,9 +114,7 @@ export class TagResourceCommand extends $Command< * @public */ constructor(readonly input: TagResourceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -170,7 +165,4 @@ export class TagResourceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_TagResourceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-chime/src/commands/UntagAttendeeCommand.ts b/clients/client-chime/src/commands/UntagAttendeeCommand.ts index 208d9d16f67d..0a2f0222071e 100644 --- a/clients/client-chime/src/commands/UntagAttendeeCommand.ts +++ b/clients/client-chime/src/commands/UntagAttendeeCommand.ts @@ -98,9 +98,6 @@ export class UntagAttendeeCommand extends $Command< UntagAttendeeCommandOutput, ChimeClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -114,9 +111,7 @@ export class UntagAttendeeCommand extends $Command< * @public */ constructor(readonly input: UntagAttendeeCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -167,7 +162,4 @@ export class UntagAttendeeCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UntagAttendeeCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-chime/src/commands/UntagMeetingCommand.ts b/clients/client-chime/src/commands/UntagMeetingCommand.ts index 871d84bd3b0e..f9f8232fcd0c 100644 --- a/clients/client-chime/src/commands/UntagMeetingCommand.ts +++ b/clients/client-chime/src/commands/UntagMeetingCommand.ts @@ -101,9 +101,6 @@ export class UntagMeetingCommand extends $Command< UntagMeetingCommandOutput, ChimeClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -117,9 +114,7 @@ export class UntagMeetingCommand extends $Command< * @public */ constructor(readonly input: UntagMeetingCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -170,7 +165,4 @@ export class UntagMeetingCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UntagMeetingCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-chime/src/commands/UntagResourceCommand.ts b/clients/client-chime/src/commands/UntagResourceCommand.ts index 5b9fbf9f86b7..941f6c79c0e1 100644 --- a/clients/client-chime/src/commands/UntagResourceCommand.ts +++ b/clients/client-chime/src/commands/UntagResourceCommand.ts @@ -99,9 +99,6 @@ export class UntagResourceCommand extends $Command< UntagResourceCommandOutput, ChimeClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -115,9 +112,7 @@ export class UntagResourceCommand extends $Command< * @public */ constructor(readonly input: UntagResourceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -168,7 +163,4 @@ export class UntagResourceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UntagResourceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-chime/src/commands/UpdateAccountCommand.ts b/clients/client-chime/src/commands/UpdateAccountCommand.ts index fa2cd8bc2f3c..cfe1bbc2afb3 100644 --- a/clients/client-chime/src/commands/UpdateAccountCommand.ts +++ b/clients/client-chime/src/commands/UpdateAccountCommand.ts @@ -109,9 +109,6 @@ export class UpdateAccountCommand extends $Command< UpdateAccountCommandOutput, ChimeClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -125,9 +122,7 @@ export class UpdateAccountCommand extends $Command< * @public */ constructor(readonly input: UpdateAccountCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -178,7 +173,4 @@ export class UpdateAccountCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdateAccountCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-chime/src/commands/UpdateAccountSettingsCommand.ts b/clients/client-chime/src/commands/UpdateAccountSettingsCommand.ts index 8a695a70d832..49467d41b1c0 100644 --- a/clients/client-chime/src/commands/UpdateAccountSettingsCommand.ts +++ b/clients/client-chime/src/commands/UpdateAccountSettingsCommand.ts @@ -101,9 +101,6 @@ export class UpdateAccountSettingsCommand extends $Command< UpdateAccountSettingsCommandOutput, ChimeClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -117,9 +114,7 @@ export class UpdateAccountSettingsCommand extends $Command< * @public */ constructor(readonly input: UpdateAccountSettingsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -172,7 +167,4 @@ export class UpdateAccountSettingsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdateAccountSettingsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-chime/src/commands/UpdateAppInstanceCommand.ts b/clients/client-chime/src/commands/UpdateAppInstanceCommand.ts index aafb02c0cef3..bdcc8a797ac7 100644 --- a/clients/client-chime/src/commands/UpdateAppInstanceCommand.ts +++ b/clients/client-chime/src/commands/UpdateAppInstanceCommand.ts @@ -107,9 +107,6 @@ export class UpdateAppInstanceCommand extends $Command< UpdateAppInstanceCommandOutput, ChimeClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -123,9 +120,7 @@ export class UpdateAppInstanceCommand extends $Command< * @public */ constructor(readonly input: UpdateAppInstanceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -178,7 +173,4 @@ export class UpdateAppInstanceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdateAppInstanceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-chime/src/commands/UpdateAppInstanceUserCommand.ts b/clients/client-chime/src/commands/UpdateAppInstanceUserCommand.ts index 394871874939..e0ae4063fb46 100644 --- a/clients/client-chime/src/commands/UpdateAppInstanceUserCommand.ts +++ b/clients/client-chime/src/commands/UpdateAppInstanceUserCommand.ts @@ -107,9 +107,6 @@ export class UpdateAppInstanceUserCommand extends $Command< UpdateAppInstanceUserCommandOutput, ChimeClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -123,9 +120,7 @@ export class UpdateAppInstanceUserCommand extends $Command< * @public */ constructor(readonly input: UpdateAppInstanceUserCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -178,7 +173,4 @@ export class UpdateAppInstanceUserCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdateAppInstanceUserCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-chime/src/commands/UpdateBotCommand.ts b/clients/client-chime/src/commands/UpdateBotCommand.ts index 46857ada07f0..0458ad56fb8b 100644 --- a/clients/client-chime/src/commands/UpdateBotCommand.ts +++ b/clients/client-chime/src/commands/UpdateBotCommand.ts @@ -103,9 +103,6 @@ export class UpdateBotCommand extends $Command< UpdateBotCommandOutput, ChimeClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -119,9 +116,7 @@ export class UpdateBotCommand extends $Command< * @public */ constructor(readonly input: UpdateBotCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -172,7 +167,4 @@ export class UpdateBotCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdateBotCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-chime/src/commands/UpdateChannelCommand.ts b/clients/client-chime/src/commands/UpdateChannelCommand.ts index b6f1c8d049a1..039064028a48 100644 --- a/clients/client-chime/src/commands/UpdateChannelCommand.ts +++ b/clients/client-chime/src/commands/UpdateChannelCommand.ts @@ -116,9 +116,6 @@ export class UpdateChannelCommand extends $Command< UpdateChannelCommandOutput, ChimeClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -132,9 +129,7 @@ export class UpdateChannelCommand extends $Command< * @public */ constructor(readonly input: UpdateChannelCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -185,7 +180,4 @@ export class UpdateChannelCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdateChannelCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-chime/src/commands/UpdateChannelMessageCommand.ts b/clients/client-chime/src/commands/UpdateChannelMessageCommand.ts index 46a9e0250e0d..7551d8ee0dd9 100644 --- a/clients/client-chime/src/commands/UpdateChannelMessageCommand.ts +++ b/clients/client-chime/src/commands/UpdateChannelMessageCommand.ts @@ -115,9 +115,6 @@ export class UpdateChannelMessageCommand extends $Command< UpdateChannelMessageCommandOutput, ChimeClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -131,9 +128,7 @@ export class UpdateChannelMessageCommand extends $Command< * @public */ constructor(readonly input: UpdateChannelMessageCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -186,7 +181,4 @@ export class UpdateChannelMessageCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdateChannelMessageCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-chime/src/commands/UpdateChannelReadMarkerCommand.ts b/clients/client-chime/src/commands/UpdateChannelReadMarkerCommand.ts index 92e256bf1ae8..00668640db76 100644 --- a/clients/client-chime/src/commands/UpdateChannelReadMarkerCommand.ts +++ b/clients/client-chime/src/commands/UpdateChannelReadMarkerCommand.ts @@ -107,9 +107,6 @@ export class UpdateChannelReadMarkerCommand extends $Command< UpdateChannelReadMarkerCommandOutput, ChimeClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -123,9 +120,7 @@ export class UpdateChannelReadMarkerCommand extends $Command< * @public */ constructor(readonly input: UpdateChannelReadMarkerCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -178,7 +173,4 @@ export class UpdateChannelReadMarkerCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdateChannelReadMarkerCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-chime/src/commands/UpdateGlobalSettingsCommand.ts b/clients/client-chime/src/commands/UpdateGlobalSettingsCommand.ts index 84eada697b74..ad9c7098f657 100644 --- a/clients/client-chime/src/commands/UpdateGlobalSettingsCommand.ts +++ b/clients/client-chime/src/commands/UpdateGlobalSettingsCommand.ts @@ -91,9 +91,6 @@ export class UpdateGlobalSettingsCommand extends $Command< UpdateGlobalSettingsCommandOutput, ChimeClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -107,9 +104,7 @@ export class UpdateGlobalSettingsCommand extends $Command< * @public */ constructor(readonly input: UpdateGlobalSettingsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -162,7 +157,4 @@ export class UpdateGlobalSettingsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdateGlobalSettingsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-chime/src/commands/UpdatePhoneNumberCommand.ts b/clients/client-chime/src/commands/UpdatePhoneNumberCommand.ts index 7057db120152..07b10f158fff 100644 --- a/clients/client-chime/src/commands/UpdatePhoneNumberCommand.ts +++ b/clients/client-chime/src/commands/UpdatePhoneNumberCommand.ts @@ -131,9 +131,6 @@ export class UpdatePhoneNumberCommand extends $Command< UpdatePhoneNumberCommandOutput, ChimeClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -147,9 +144,7 @@ export class UpdatePhoneNumberCommand extends $Command< * @public */ constructor(readonly input: UpdatePhoneNumberCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -202,7 +197,4 @@ export class UpdatePhoneNumberCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdatePhoneNumberCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-chime/src/commands/UpdatePhoneNumberSettingsCommand.ts b/clients/client-chime/src/commands/UpdatePhoneNumberSettingsCommand.ts index 6c48c6b9119f..581815932299 100644 --- a/clients/client-chime/src/commands/UpdatePhoneNumberSettingsCommand.ts +++ b/clients/client-chime/src/commands/UpdatePhoneNumberSettingsCommand.ts @@ -91,9 +91,6 @@ export class UpdatePhoneNumberSettingsCommand extends $Command< UpdatePhoneNumberSettingsCommandOutput, ChimeClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -107,9 +104,7 @@ export class UpdatePhoneNumberSettingsCommand extends $Command< * @public */ constructor(readonly input: UpdatePhoneNumberSettingsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -165,7 +160,4 @@ export class UpdatePhoneNumberSettingsCommand extends $Command< ): Promise { return de_UpdatePhoneNumberSettingsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-chime/src/commands/UpdateProxySessionCommand.ts b/clients/client-chime/src/commands/UpdateProxySessionCommand.ts index d178727bc96a..3539195c6bc2 100644 --- a/clients/client-chime/src/commands/UpdateProxySessionCommand.ts +++ b/clients/client-chime/src/commands/UpdateProxySessionCommand.ts @@ -133,9 +133,6 @@ export class UpdateProxySessionCommand extends $Command< UpdateProxySessionCommandOutput, ChimeClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -149,9 +146,7 @@ export class UpdateProxySessionCommand extends $Command< * @public */ constructor(readonly input: UpdateProxySessionCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -204,7 +199,4 @@ export class UpdateProxySessionCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdateProxySessionCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-chime/src/commands/UpdateRoomCommand.ts b/clients/client-chime/src/commands/UpdateRoomCommand.ts index f922d7a4d6f8..79dec375a21a 100644 --- a/clients/client-chime/src/commands/UpdateRoomCommand.ts +++ b/clients/client-chime/src/commands/UpdateRoomCommand.ts @@ -105,9 +105,6 @@ export class UpdateRoomCommand extends $Command< UpdateRoomCommandOutput, ChimeClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -121,9 +118,7 @@ export class UpdateRoomCommand extends $Command< * @public */ constructor(readonly input: UpdateRoomCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -174,7 +169,4 @@ export class UpdateRoomCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdateRoomCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-chime/src/commands/UpdateRoomMembershipCommand.ts b/clients/client-chime/src/commands/UpdateRoomMembershipCommand.ts index c0cd1eeef477..483f48db1499 100644 --- a/clients/client-chime/src/commands/UpdateRoomMembershipCommand.ts +++ b/clients/client-chime/src/commands/UpdateRoomMembershipCommand.ts @@ -113,9 +113,6 @@ export class UpdateRoomMembershipCommand extends $Command< UpdateRoomMembershipCommandOutput, ChimeClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -129,9 +126,7 @@ export class UpdateRoomMembershipCommand extends $Command< * @public */ constructor(readonly input: UpdateRoomMembershipCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -184,7 +179,4 @@ export class UpdateRoomMembershipCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdateRoomMembershipCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-chime/src/commands/UpdateSipMediaApplicationCallCommand.ts b/clients/client-chime/src/commands/UpdateSipMediaApplicationCallCommand.ts index 661a7f0105fb..227e26bf6920 100644 --- a/clients/client-chime/src/commands/UpdateSipMediaApplicationCallCommand.ts +++ b/clients/client-chime/src/commands/UpdateSipMediaApplicationCallCommand.ts @@ -119,9 +119,6 @@ export class UpdateSipMediaApplicationCallCommand extends $Command< UpdateSipMediaApplicationCallCommandOutput, ChimeClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -135,9 +132,7 @@ export class UpdateSipMediaApplicationCallCommand extends $Command< * @public */ constructor(readonly input: UpdateSipMediaApplicationCallCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -193,7 +188,4 @@ export class UpdateSipMediaApplicationCallCommand extends $Command< ): Promise { return de_UpdateSipMediaApplicationCallCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-chime/src/commands/UpdateSipMediaApplicationCommand.ts b/clients/client-chime/src/commands/UpdateSipMediaApplicationCommand.ts index d0e09dd311d4..ec5857395234 100644 --- a/clients/client-chime/src/commands/UpdateSipMediaApplicationCommand.ts +++ b/clients/client-chime/src/commands/UpdateSipMediaApplicationCommand.ts @@ -126,9 +126,6 @@ export class UpdateSipMediaApplicationCommand extends $Command< UpdateSipMediaApplicationCommandOutput, ChimeClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -142,9 +139,7 @@ export class UpdateSipMediaApplicationCommand extends $Command< * @public */ constructor(readonly input: UpdateSipMediaApplicationCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -200,7 +195,4 @@ export class UpdateSipMediaApplicationCommand extends $Command< ): Promise { return de_UpdateSipMediaApplicationCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-chime/src/commands/UpdateSipRuleCommand.ts b/clients/client-chime/src/commands/UpdateSipRuleCommand.ts index 1c34b1415aa6..e1c50f528e94 100644 --- a/clients/client-chime/src/commands/UpdateSipRuleCommand.ts +++ b/clients/client-chime/src/commands/UpdateSipRuleCommand.ts @@ -131,9 +131,6 @@ export class UpdateSipRuleCommand extends $Command< UpdateSipRuleCommandOutput, ChimeClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -147,9 +144,7 @@ export class UpdateSipRuleCommand extends $Command< * @public */ constructor(readonly input: UpdateSipRuleCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -200,7 +195,4 @@ export class UpdateSipRuleCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdateSipRuleCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-chime/src/commands/UpdateUserCommand.ts b/clients/client-chime/src/commands/UpdateUserCommand.ts index 73464bd6412f..fcfe71b34f8c 100644 --- a/clients/client-chime/src/commands/UpdateUserCommand.ts +++ b/clients/client-chime/src/commands/UpdateUserCommand.ts @@ -120,9 +120,6 @@ export class UpdateUserCommand extends $Command< UpdateUserCommandOutput, ChimeClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -136,9 +133,7 @@ export class UpdateUserCommand extends $Command< * @public */ constructor(readonly input: UpdateUserCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -189,7 +184,4 @@ export class UpdateUserCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdateUserCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-chime/src/commands/UpdateUserSettingsCommand.ts b/clients/client-chime/src/commands/UpdateUserSettingsCommand.ts index d373b223b856..b61fa40d7e1e 100644 --- a/clients/client-chime/src/commands/UpdateUserSettingsCommand.ts +++ b/clients/client-chime/src/commands/UpdateUserSettingsCommand.ts @@ -97,9 +97,6 @@ export class UpdateUserSettingsCommand extends $Command< UpdateUserSettingsCommandOutput, ChimeClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -113,9 +110,7 @@ export class UpdateUserSettingsCommand extends $Command< * @public */ constructor(readonly input: UpdateUserSettingsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -168,7 +163,4 @@ export class UpdateUserSettingsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdateUserSettingsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-chime/src/commands/UpdateVoiceConnectorCommand.ts b/clients/client-chime/src/commands/UpdateVoiceConnectorCommand.ts index fdac88731b74..218c33968fe0 100644 --- a/clients/client-chime/src/commands/UpdateVoiceConnectorCommand.ts +++ b/clients/client-chime/src/commands/UpdateVoiceConnectorCommand.ts @@ -111,9 +111,6 @@ export class UpdateVoiceConnectorCommand extends $Command< UpdateVoiceConnectorCommandOutput, ChimeClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -127,9 +124,7 @@ export class UpdateVoiceConnectorCommand extends $Command< * @public */ constructor(readonly input: UpdateVoiceConnectorCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -182,7 +177,4 @@ export class UpdateVoiceConnectorCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdateVoiceConnectorCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-chime/src/commands/UpdateVoiceConnectorGroupCommand.ts b/clients/client-chime/src/commands/UpdateVoiceConnectorGroupCommand.ts index 4c9026e8f7b3..bb7516b31889 100644 --- a/clients/client-chime/src/commands/UpdateVoiceConnectorGroupCommand.ts +++ b/clients/client-chime/src/commands/UpdateVoiceConnectorGroupCommand.ts @@ -124,9 +124,6 @@ export class UpdateVoiceConnectorGroupCommand extends $Command< UpdateVoiceConnectorGroupCommandOutput, ChimeClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -140,9 +137,7 @@ export class UpdateVoiceConnectorGroupCommand extends $Command< * @public */ constructor(readonly input: UpdateVoiceConnectorGroupCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -198,7 +193,4 @@ export class UpdateVoiceConnectorGroupCommand extends $Command< ): Promise { return de_UpdateVoiceConnectorGroupCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-chime/src/commands/ValidateE911AddressCommand.ts b/clients/client-chime/src/commands/ValidateE911AddressCommand.ts index 597ab075aac5..cc565c12f74b 100644 --- a/clients/client-chime/src/commands/ValidateE911AddressCommand.ts +++ b/clients/client-chime/src/commands/ValidateE911AddressCommand.ts @@ -138,9 +138,6 @@ export class ValidateE911AddressCommand extends $Command< ValidateE911AddressCommandOutput, ChimeClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -154,9 +151,7 @@ export class ValidateE911AddressCommand extends $Command< * @public */ constructor(readonly input: ValidateE911AddressCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -209,7 +204,4 @@ export class ValidateE911AddressCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ValidateE911AddressCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-cleanrooms/package.json b/clients/client-cleanrooms/package.json index 952e72e0a4f4..63e467ef4a23 100644 --- a/clients/client-cleanrooms/package.json +++ b/clients/client-cleanrooms/package.json @@ -34,29 +34,29 @@ "@aws-sdk/util-endpoints": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@smithy/config-resolver": "^2.0.16", - "@smithy/fetch-http-handler": "^2.2.4", - "@smithy/hash-node": "^2.0.12", - "@smithy/invalid-dependency": "^2.0.12", - "@smithy/middleware-content-length": "^2.0.14", - "@smithy/middleware-endpoint": "^2.1.3", - "@smithy/middleware-retry": "^2.0.18", - "@smithy/middleware-serde": "^2.0.12", - "@smithy/middleware-stack": "^2.0.6", - "@smithy/node-config-provider": "^2.1.3", - "@smithy/node-http-handler": "^2.1.8", - "@smithy/protocol-http": "^3.0.8", - "@smithy/smithy-client": "^2.1.12", - "@smithy/types": "^2.4.0", - "@smithy/url-parser": "^2.0.12", - "@smithy/util-base64": "^2.0.0", + "@smithy/config-resolver": "^2.0.18", + "@smithy/fetch-http-handler": "^2.2.6", + "@smithy/hash-node": "^2.0.15", + "@smithy/invalid-dependency": "^2.0.13", + "@smithy/middleware-content-length": "^2.0.15", + "@smithy/middleware-endpoint": "^2.2.0", + "@smithy/middleware-retry": "^2.0.20", + "@smithy/middleware-serde": "^2.0.13", + "@smithy/middleware-stack": "^2.0.7", + "@smithy/node-config-provider": "^2.1.5", + "@smithy/node-http-handler": "^2.1.9", + "@smithy/protocol-http": "^3.0.9", + "@smithy/smithy-client": "^2.1.15", + "@smithy/types": "^2.5.0", + "@smithy/url-parser": "^2.0.13", + "@smithy/util-base64": "^2.0.1", "@smithy/util-body-length-browser": "^2.0.0", "@smithy/util-body-length-node": "^2.1.0", - "@smithy/util-defaults-mode-browser": "^2.0.16", - "@smithy/util-defaults-mode-node": "^2.0.21", - "@smithy/util-endpoints": "^1.0.2", - "@smithy/util-retry": "^2.0.5", - "@smithy/util-utf8": "^2.0.0", + "@smithy/util-defaults-mode-browser": "^2.0.19", + "@smithy/util-defaults-mode-node": "^2.0.25", + "@smithy/util-endpoints": "^1.0.4", + "@smithy/util-retry": "^2.0.6", + "@smithy/util-utf8": "^2.0.2", "tslib": "^2.5.0" }, "devDependencies": { diff --git a/clients/client-cleanrooms/src/commands/BatchGetCollaborationAnalysisTemplateCommand.ts b/clients/client-cleanrooms/src/commands/BatchGetCollaborationAnalysisTemplateCommand.ts index 31050ee064b4..0ba16ac2d4d1 100644 --- a/clients/client-cleanrooms/src/commands/BatchGetCollaborationAnalysisTemplateCommand.ts +++ b/clients/client-cleanrooms/src/commands/BatchGetCollaborationAnalysisTemplateCommand.ts @@ -133,9 +133,6 @@ export class BatchGetCollaborationAnalysisTemplateCommand extends $Command< BatchGetCollaborationAnalysisTemplateCommandOutput, CleanRoomsClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -149,9 +146,7 @@ export class BatchGetCollaborationAnalysisTemplateCommand extends $Command< * @public */ constructor(readonly input: BatchGetCollaborationAnalysisTemplateCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -210,7 +205,4 @@ export class BatchGetCollaborationAnalysisTemplateCommand extends $Command< ): Promise { return de_BatchGetCollaborationAnalysisTemplateCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-cleanrooms/src/commands/BatchGetSchemaCommand.ts b/clients/client-cleanrooms/src/commands/BatchGetSchemaCommand.ts index a6f759223064..3265c83651e9 100644 --- a/clients/client-cleanrooms/src/commands/BatchGetSchemaCommand.ts +++ b/clients/client-cleanrooms/src/commands/BatchGetSchemaCommand.ts @@ -122,9 +122,6 @@ export class BatchGetSchemaCommand extends $Command< BatchGetSchemaCommandOutput, CleanRoomsClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -138,9 +135,7 @@ export class BatchGetSchemaCommand extends $Command< * @public */ constructor(readonly input: BatchGetSchemaCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -193,7 +188,4 @@ export class BatchGetSchemaCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_BatchGetSchemaCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-cleanrooms/src/commands/CreateAnalysisTemplateCommand.ts b/clients/client-cleanrooms/src/commands/CreateAnalysisTemplateCommand.ts index d8064cc806e4..5f4fad015340 100644 --- a/clients/client-cleanrooms/src/commands/CreateAnalysisTemplateCommand.ts +++ b/clients/client-cleanrooms/src/commands/CreateAnalysisTemplateCommand.ts @@ -139,9 +139,6 @@ export class CreateAnalysisTemplateCommand extends $Command< CreateAnalysisTemplateCommandOutput, CleanRoomsClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -155,9 +152,7 @@ export class CreateAnalysisTemplateCommand extends $Command< * @public */ constructor(readonly input: CreateAnalysisTemplateCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -210,7 +205,4 @@ export class CreateAnalysisTemplateCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateAnalysisTemplateCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-cleanrooms/src/commands/CreateCollaborationCommand.ts b/clients/client-cleanrooms/src/commands/CreateCollaborationCommand.ts index f012b145c2df..693213cb9bae 100644 --- a/clients/client-cleanrooms/src/commands/CreateCollaborationCommand.ts +++ b/clients/client-cleanrooms/src/commands/CreateCollaborationCommand.ts @@ -128,9 +128,6 @@ export class CreateCollaborationCommand extends $Command< CreateCollaborationCommandOutput, CleanRoomsClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -144,9 +141,7 @@ export class CreateCollaborationCommand extends $Command< * @public */ constructor(readonly input: CreateCollaborationCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -199,7 +194,4 @@ export class CreateCollaborationCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateCollaborationCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-cleanrooms/src/commands/CreateConfiguredTableAnalysisRuleCommand.ts b/clients/client-cleanrooms/src/commands/CreateConfiguredTableAnalysisRuleCommand.ts index 8bf6e9e7fb3f..6c1dcae8a4c2 100644 --- a/clients/client-cleanrooms/src/commands/CreateConfiguredTableAnalysisRuleCommand.ts +++ b/clients/client-cleanrooms/src/commands/CreateConfiguredTableAnalysisRuleCommand.ts @@ -207,9 +207,6 @@ export class CreateConfiguredTableAnalysisRuleCommand extends $Command< CreateConfiguredTableAnalysisRuleCommandOutput, CleanRoomsClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -223,9 +220,7 @@ export class CreateConfiguredTableAnalysisRuleCommand extends $Command< * @public */ constructor(readonly input: CreateConfiguredTableAnalysisRuleCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -284,7 +279,4 @@ export class CreateConfiguredTableAnalysisRuleCommand extends $Command< ): Promise { return de_CreateConfiguredTableAnalysisRuleCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-cleanrooms/src/commands/CreateConfiguredTableAssociationCommand.ts b/clients/client-cleanrooms/src/commands/CreateConfiguredTableAssociationCommand.ts index 2a4776481219..f106677e4ee9 100644 --- a/clients/client-cleanrooms/src/commands/CreateConfiguredTableAssociationCommand.ts +++ b/clients/client-cleanrooms/src/commands/CreateConfiguredTableAssociationCommand.ts @@ -116,9 +116,6 @@ export class CreateConfiguredTableAssociationCommand extends $Command< CreateConfiguredTableAssociationCommandOutput, CleanRoomsClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -132,9 +129,7 @@ export class CreateConfiguredTableAssociationCommand extends $Command< * @public */ constructor(readonly input: CreateConfiguredTableAssociationCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -193,7 +188,4 @@ export class CreateConfiguredTableAssociationCommand extends $Command< ): Promise { return de_CreateConfiguredTableAssociationCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-cleanrooms/src/commands/CreateConfiguredTableCommand.ts b/clients/client-cleanrooms/src/commands/CreateConfiguredTableCommand.ts index 1bf0582ba1dd..6d583bcc5702 100644 --- a/clients/client-cleanrooms/src/commands/CreateConfiguredTableCommand.ts +++ b/clients/client-cleanrooms/src/commands/CreateConfiguredTableCommand.ts @@ -125,9 +125,6 @@ export class CreateConfiguredTableCommand extends $Command< CreateConfiguredTableCommandOutput, CleanRoomsClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -141,9 +138,7 @@ export class CreateConfiguredTableCommand extends $Command< * @public */ constructor(readonly input: CreateConfiguredTableCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -196,7 +191,4 @@ export class CreateConfiguredTableCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateConfiguredTableCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-cleanrooms/src/commands/CreateMembershipCommand.ts b/clients/client-cleanrooms/src/commands/CreateMembershipCommand.ts index 299f80a4a475..ad57b29c224c 100644 --- a/clients/client-cleanrooms/src/commands/CreateMembershipCommand.ts +++ b/clients/client-cleanrooms/src/commands/CreateMembershipCommand.ts @@ -131,9 +131,6 @@ export class CreateMembershipCommand extends $Command< CreateMembershipCommandOutput, CleanRoomsClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -147,9 +144,7 @@ export class CreateMembershipCommand extends $Command< * @public */ constructor(readonly input: CreateMembershipCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -202,7 +197,4 @@ export class CreateMembershipCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateMembershipCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-cleanrooms/src/commands/DeleteAnalysisTemplateCommand.ts b/clients/client-cleanrooms/src/commands/DeleteAnalysisTemplateCommand.ts index 53e3b2399e6d..6846e2888259 100644 --- a/clients/client-cleanrooms/src/commands/DeleteAnalysisTemplateCommand.ts +++ b/clients/client-cleanrooms/src/commands/DeleteAnalysisTemplateCommand.ts @@ -84,9 +84,6 @@ export class DeleteAnalysisTemplateCommand extends $Command< DeleteAnalysisTemplateCommandOutput, CleanRoomsClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -100,9 +97,7 @@ export class DeleteAnalysisTemplateCommand extends $Command< * @public */ constructor(readonly input: DeleteAnalysisTemplateCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -155,7 +150,4 @@ export class DeleteAnalysisTemplateCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteAnalysisTemplateCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-cleanrooms/src/commands/DeleteCollaborationCommand.ts b/clients/client-cleanrooms/src/commands/DeleteCollaborationCommand.ts index 259ddc3b51b3..e819f18584ea 100644 --- a/clients/client-cleanrooms/src/commands/DeleteCollaborationCommand.ts +++ b/clients/client-cleanrooms/src/commands/DeleteCollaborationCommand.ts @@ -80,9 +80,6 @@ export class DeleteCollaborationCommand extends $Command< DeleteCollaborationCommandOutput, CleanRoomsClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -96,9 +93,7 @@ export class DeleteCollaborationCommand extends $Command< * @public */ constructor(readonly input: DeleteCollaborationCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -151,7 +146,4 @@ export class DeleteCollaborationCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteCollaborationCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-cleanrooms/src/commands/DeleteConfiguredTableAnalysisRuleCommand.ts b/clients/client-cleanrooms/src/commands/DeleteConfiguredTableAnalysisRuleCommand.ts index e00c6625ec51..fb38194cd247 100644 --- a/clients/client-cleanrooms/src/commands/DeleteConfiguredTableAnalysisRuleCommand.ts +++ b/clients/client-cleanrooms/src/commands/DeleteConfiguredTableAnalysisRuleCommand.ts @@ -92,9 +92,6 @@ export class DeleteConfiguredTableAnalysisRuleCommand extends $Command< DeleteConfiguredTableAnalysisRuleCommandOutput, CleanRoomsClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -108,9 +105,7 @@ export class DeleteConfiguredTableAnalysisRuleCommand extends $Command< * @public */ constructor(readonly input: DeleteConfiguredTableAnalysisRuleCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -169,7 +164,4 @@ export class DeleteConfiguredTableAnalysisRuleCommand extends $Command< ): Promise { return de_DeleteConfiguredTableAnalysisRuleCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-cleanrooms/src/commands/DeleteConfiguredTableAssociationCommand.ts b/clients/client-cleanrooms/src/commands/DeleteConfiguredTableAssociationCommand.ts index 2b6ca999e2b8..5a14321e7b06 100644 --- a/clients/client-cleanrooms/src/commands/DeleteConfiguredTableAssociationCommand.ts +++ b/clients/client-cleanrooms/src/commands/DeleteConfiguredTableAssociationCommand.ts @@ -92,9 +92,6 @@ export class DeleteConfiguredTableAssociationCommand extends $Command< DeleteConfiguredTableAssociationCommandOutput, CleanRoomsClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -108,9 +105,7 @@ export class DeleteConfiguredTableAssociationCommand extends $Command< * @public */ constructor(readonly input: DeleteConfiguredTableAssociationCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -169,7 +164,4 @@ export class DeleteConfiguredTableAssociationCommand extends $Command< ): Promise { return de_DeleteConfiguredTableAssociationCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-cleanrooms/src/commands/DeleteConfiguredTableCommand.ts b/clients/client-cleanrooms/src/commands/DeleteConfiguredTableCommand.ts index 94ed31ef3dc3..bc483ededffd 100644 --- a/clients/client-cleanrooms/src/commands/DeleteConfiguredTableCommand.ts +++ b/clients/client-cleanrooms/src/commands/DeleteConfiguredTableCommand.ts @@ -86,9 +86,6 @@ export class DeleteConfiguredTableCommand extends $Command< DeleteConfiguredTableCommandOutput, CleanRoomsClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -102,9 +99,7 @@ export class DeleteConfiguredTableCommand extends $Command< * @public */ constructor(readonly input: DeleteConfiguredTableCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -157,7 +152,4 @@ export class DeleteConfiguredTableCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteConfiguredTableCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-cleanrooms/src/commands/DeleteMemberCommand.ts b/clients/client-cleanrooms/src/commands/DeleteMemberCommand.ts index b7c60b24175c..14da89ca0f68 100644 --- a/clients/client-cleanrooms/src/commands/DeleteMemberCommand.ts +++ b/clients/client-cleanrooms/src/commands/DeleteMemberCommand.ts @@ -89,9 +89,6 @@ export class DeleteMemberCommand extends $Command< DeleteMemberCommandOutput, CleanRoomsClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -105,9 +102,7 @@ export class DeleteMemberCommand extends $Command< * @public */ constructor(readonly input: DeleteMemberCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -158,7 +153,4 @@ export class DeleteMemberCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteMemberCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-cleanrooms/src/commands/DeleteMembershipCommand.ts b/clients/client-cleanrooms/src/commands/DeleteMembershipCommand.ts index c6358ad5158f..558938751697 100644 --- a/clients/client-cleanrooms/src/commands/DeleteMembershipCommand.ts +++ b/clients/client-cleanrooms/src/commands/DeleteMembershipCommand.ts @@ -86,9 +86,6 @@ export class DeleteMembershipCommand extends $Command< DeleteMembershipCommandOutput, CleanRoomsClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -102,9 +99,7 @@ export class DeleteMembershipCommand extends $Command< * @public */ constructor(readonly input: DeleteMembershipCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -157,7 +152,4 @@ export class DeleteMembershipCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteMembershipCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-cleanrooms/src/commands/GetAnalysisTemplateCommand.ts b/clients/client-cleanrooms/src/commands/GetAnalysisTemplateCommand.ts index cc420dce789f..78895075fde3 100644 --- a/clients/client-cleanrooms/src/commands/GetAnalysisTemplateCommand.ts +++ b/clients/client-cleanrooms/src/commands/GetAnalysisTemplateCommand.ts @@ -117,9 +117,6 @@ export class GetAnalysisTemplateCommand extends $Command< GetAnalysisTemplateCommandOutput, CleanRoomsClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -133,9 +130,7 @@ export class GetAnalysisTemplateCommand extends $Command< * @public */ constructor(readonly input: GetAnalysisTemplateCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -188,7 +183,4 @@ export class GetAnalysisTemplateCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetAnalysisTemplateCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-cleanrooms/src/commands/GetCollaborationAnalysisTemplateCommand.ts b/clients/client-cleanrooms/src/commands/GetCollaborationAnalysisTemplateCommand.ts index 580cfc34c0b9..b3922d2e7e5a 100644 --- a/clients/client-cleanrooms/src/commands/GetCollaborationAnalysisTemplateCommand.ts +++ b/clients/client-cleanrooms/src/commands/GetCollaborationAnalysisTemplateCommand.ts @@ -121,9 +121,6 @@ export class GetCollaborationAnalysisTemplateCommand extends $Command< GetCollaborationAnalysisTemplateCommandOutput, CleanRoomsClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -137,9 +134,7 @@ export class GetCollaborationAnalysisTemplateCommand extends $Command< * @public */ constructor(readonly input: GetCollaborationAnalysisTemplateCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -198,7 +193,4 @@ export class GetCollaborationAnalysisTemplateCommand extends $Command< ): Promise { return de_GetCollaborationAnalysisTemplateCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-cleanrooms/src/commands/GetCollaborationCommand.ts b/clients/client-cleanrooms/src/commands/GetCollaborationCommand.ts index 91a1a2bee4e4..5439374e5727 100644 --- a/clients/client-cleanrooms/src/commands/GetCollaborationCommand.ts +++ b/clients/client-cleanrooms/src/commands/GetCollaborationCommand.ts @@ -101,9 +101,6 @@ export class GetCollaborationCommand extends $Command< GetCollaborationCommandOutput, CleanRoomsClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -117,9 +114,7 @@ export class GetCollaborationCommand extends $Command< * @public */ constructor(readonly input: GetCollaborationCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -172,7 +167,4 @@ export class GetCollaborationCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetCollaborationCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-cleanrooms/src/commands/GetConfiguredTableAnalysisRuleCommand.ts b/clients/client-cleanrooms/src/commands/GetConfiguredTableAnalysisRuleCommand.ts index d9ccde13fa24..8016cfb2ae38 100644 --- a/clients/client-cleanrooms/src/commands/GetConfiguredTableAnalysisRuleCommand.ts +++ b/clients/client-cleanrooms/src/commands/GetConfiguredTableAnalysisRuleCommand.ts @@ -150,9 +150,6 @@ export class GetConfiguredTableAnalysisRuleCommand extends $Command< GetConfiguredTableAnalysisRuleCommandOutput, CleanRoomsClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -166,9 +163,7 @@ export class GetConfiguredTableAnalysisRuleCommand extends $Command< * @public */ constructor(readonly input: GetConfiguredTableAnalysisRuleCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -227,7 +222,4 @@ export class GetConfiguredTableAnalysisRuleCommand extends $Command< ): Promise { return de_GetConfiguredTableAnalysisRuleCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-cleanrooms/src/commands/GetConfiguredTableAssociationCommand.ts b/clients/client-cleanrooms/src/commands/GetConfiguredTableAssociationCommand.ts index 46c801824ec9..33c815dd9f31 100644 --- a/clients/client-cleanrooms/src/commands/GetConfiguredTableAssociationCommand.ts +++ b/clients/client-cleanrooms/src/commands/GetConfiguredTableAssociationCommand.ts @@ -103,9 +103,6 @@ export class GetConfiguredTableAssociationCommand extends $Command< GetConfiguredTableAssociationCommandOutput, CleanRoomsClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -119,9 +116,7 @@ export class GetConfiguredTableAssociationCommand extends $Command< * @public */ constructor(readonly input: GetConfiguredTableAssociationCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -177,7 +172,4 @@ export class GetConfiguredTableAssociationCommand extends $Command< ): Promise { return de_GetConfiguredTableAssociationCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-cleanrooms/src/commands/GetConfiguredTableCommand.ts b/clients/client-cleanrooms/src/commands/GetConfiguredTableCommand.ts index 2be74c6b275a..b4095095d972 100644 --- a/clients/client-cleanrooms/src/commands/GetConfiguredTableCommand.ts +++ b/clients/client-cleanrooms/src/commands/GetConfiguredTableCommand.ts @@ -105,9 +105,6 @@ export class GetConfiguredTableCommand extends $Command< GetConfiguredTableCommandOutput, CleanRoomsClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -121,9 +118,7 @@ export class GetConfiguredTableCommand extends $Command< * @public */ constructor(readonly input: GetConfiguredTableCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -176,7 +171,4 @@ export class GetConfiguredTableCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetConfiguredTableCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-cleanrooms/src/commands/GetMembershipCommand.ts b/clients/client-cleanrooms/src/commands/GetMembershipCommand.ts index 970a4ca709cf..201f7935ae18 100644 --- a/clients/client-cleanrooms/src/commands/GetMembershipCommand.ts +++ b/clients/client-cleanrooms/src/commands/GetMembershipCommand.ts @@ -110,9 +110,6 @@ export class GetMembershipCommand extends $Command< GetMembershipCommandOutput, CleanRoomsClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -126,9 +123,7 @@ export class GetMembershipCommand extends $Command< * @public */ constructor(readonly input: GetMembershipCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -179,7 +174,4 @@ export class GetMembershipCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetMembershipCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-cleanrooms/src/commands/GetProtectedQueryCommand.ts b/clients/client-cleanrooms/src/commands/GetProtectedQueryCommand.ts index 40cb9c4b2095..0076b6510ef7 100644 --- a/clients/client-cleanrooms/src/commands/GetProtectedQueryCommand.ts +++ b/clients/client-cleanrooms/src/commands/GetProtectedQueryCommand.ts @@ -131,9 +131,6 @@ export class GetProtectedQueryCommand extends $Command< GetProtectedQueryCommandOutput, CleanRoomsClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -147,9 +144,7 @@ export class GetProtectedQueryCommand extends $Command< * @public */ constructor(readonly input: GetProtectedQueryCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -202,7 +197,4 @@ export class GetProtectedQueryCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetProtectedQueryCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-cleanrooms/src/commands/GetSchemaAnalysisRuleCommand.ts b/clients/client-cleanrooms/src/commands/GetSchemaAnalysisRuleCommand.ts index 52da76a88217..6e44e81548d4 100644 --- a/clients/client-cleanrooms/src/commands/GetSchemaAnalysisRuleCommand.ts +++ b/clients/client-cleanrooms/src/commands/GetSchemaAnalysisRuleCommand.ts @@ -146,9 +146,6 @@ export class GetSchemaAnalysisRuleCommand extends $Command< GetSchemaAnalysisRuleCommandOutput, CleanRoomsClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -162,9 +159,7 @@ export class GetSchemaAnalysisRuleCommand extends $Command< * @public */ constructor(readonly input: GetSchemaAnalysisRuleCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -217,7 +212,4 @@ export class GetSchemaAnalysisRuleCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetSchemaAnalysisRuleCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-cleanrooms/src/commands/GetSchemaCommand.ts b/clients/client-cleanrooms/src/commands/GetSchemaCommand.ts index a92bf38a44cb..74a7b484ef08 100644 --- a/clients/client-cleanrooms/src/commands/GetSchemaCommand.ts +++ b/clients/client-cleanrooms/src/commands/GetSchemaCommand.ts @@ -111,9 +111,6 @@ export class GetSchemaCommand extends $Command< GetSchemaCommandOutput, CleanRoomsClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -127,9 +124,7 @@ export class GetSchemaCommand extends $Command< * @public */ constructor(readonly input: GetSchemaCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -180,7 +175,4 @@ export class GetSchemaCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetSchemaCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-cleanrooms/src/commands/ListAnalysisTemplatesCommand.ts b/clients/client-cleanrooms/src/commands/ListAnalysisTemplatesCommand.ts index 95bdc83ca615..cc8e9d5f741c 100644 --- a/clients/client-cleanrooms/src/commands/ListAnalysisTemplatesCommand.ts +++ b/clients/client-cleanrooms/src/commands/ListAnalysisTemplatesCommand.ts @@ -101,9 +101,6 @@ export class ListAnalysisTemplatesCommand extends $Command< ListAnalysisTemplatesCommandOutput, CleanRoomsClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -117,9 +114,7 @@ export class ListAnalysisTemplatesCommand extends $Command< * @public */ constructor(readonly input: ListAnalysisTemplatesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -172,7 +167,4 @@ export class ListAnalysisTemplatesCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListAnalysisTemplatesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-cleanrooms/src/commands/ListCollaborationAnalysisTemplatesCommand.ts b/clients/client-cleanrooms/src/commands/ListCollaborationAnalysisTemplatesCommand.ts index d1bc3fc30506..28362b189e68 100644 --- a/clients/client-cleanrooms/src/commands/ListCollaborationAnalysisTemplatesCommand.ts +++ b/clients/client-cleanrooms/src/commands/ListCollaborationAnalysisTemplatesCommand.ts @@ -105,9 +105,6 @@ export class ListCollaborationAnalysisTemplatesCommand extends $Command< ListCollaborationAnalysisTemplatesCommandOutput, CleanRoomsClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -121,9 +118,7 @@ export class ListCollaborationAnalysisTemplatesCommand extends $Command< * @public */ constructor(readonly input: ListCollaborationAnalysisTemplatesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -182,7 +177,4 @@ export class ListCollaborationAnalysisTemplatesCommand extends $Command< ): Promise { return de_ListCollaborationAnalysisTemplatesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-cleanrooms/src/commands/ListCollaborationsCommand.ts b/clients/client-cleanrooms/src/commands/ListCollaborationsCommand.ts index 99336f099c9e..951cf66bd8ad 100644 --- a/clients/client-cleanrooms/src/commands/ListCollaborationsCommand.ts +++ b/clients/client-cleanrooms/src/commands/ListCollaborationsCommand.ts @@ -98,9 +98,6 @@ export class ListCollaborationsCommand extends $Command< ListCollaborationsCommandOutput, CleanRoomsClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -114,9 +111,7 @@ export class ListCollaborationsCommand extends $Command< * @public */ constructor(readonly input: ListCollaborationsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -169,7 +164,4 @@ export class ListCollaborationsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListCollaborationsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-cleanrooms/src/commands/ListConfiguredTableAssociationsCommand.ts b/clients/client-cleanrooms/src/commands/ListConfiguredTableAssociationsCommand.ts index d524cf9a15e6..666f18b2a760 100644 --- a/clients/client-cleanrooms/src/commands/ListConfiguredTableAssociationsCommand.ts +++ b/clients/client-cleanrooms/src/commands/ListConfiguredTableAssociationsCommand.ts @@ -104,9 +104,6 @@ export class ListConfiguredTableAssociationsCommand extends $Command< ListConfiguredTableAssociationsCommandOutput, CleanRoomsClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -120,9 +117,7 @@ export class ListConfiguredTableAssociationsCommand extends $Command< * @public */ constructor(readonly input: ListConfiguredTableAssociationsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -181,7 +176,4 @@ export class ListConfiguredTableAssociationsCommand extends $Command< ): Promise { return de_ListConfiguredTableAssociationsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-cleanrooms/src/commands/ListConfiguredTablesCommand.ts b/clients/client-cleanrooms/src/commands/ListConfiguredTablesCommand.ts index 951867c2fd6a..c13f6b99d1af 100644 --- a/clients/client-cleanrooms/src/commands/ListConfiguredTablesCommand.ts +++ b/clients/client-cleanrooms/src/commands/ListConfiguredTablesCommand.ts @@ -96,9 +96,6 @@ export class ListConfiguredTablesCommand extends $Command< ListConfiguredTablesCommandOutput, CleanRoomsClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -112,9 +109,7 @@ export class ListConfiguredTablesCommand extends $Command< * @public */ constructor(readonly input: ListConfiguredTablesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -167,7 +162,4 @@ export class ListConfiguredTablesCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListConfiguredTablesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-cleanrooms/src/commands/ListMembersCommand.ts b/clients/client-cleanrooms/src/commands/ListMembersCommand.ts index cb7634eecc65..00ba448c3188 100644 --- a/clients/client-cleanrooms/src/commands/ListMembersCommand.ts +++ b/clients/client-cleanrooms/src/commands/ListMembersCommand.ts @@ -101,9 +101,6 @@ export class ListMembersCommand extends $Command< ListMembersCommandOutput, CleanRoomsClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -117,9 +114,7 @@ export class ListMembersCommand extends $Command< * @public */ constructor(readonly input: ListMembersCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -170,7 +165,4 @@ export class ListMembersCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListMembersCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-cleanrooms/src/commands/ListMembershipsCommand.ts b/clients/client-cleanrooms/src/commands/ListMembershipsCommand.ts index 01dba24049c2..854669d6b136 100644 --- a/clients/client-cleanrooms/src/commands/ListMembershipsCommand.ts +++ b/clients/client-cleanrooms/src/commands/ListMembershipsCommand.ts @@ -101,9 +101,6 @@ export class ListMembershipsCommand extends $Command< ListMembershipsCommandOutput, CleanRoomsClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -117,9 +114,7 @@ export class ListMembershipsCommand extends $Command< * @public */ constructor(readonly input: ListMembershipsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -172,7 +167,4 @@ export class ListMembershipsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListMembershipsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-cleanrooms/src/commands/ListProtectedQueriesCommand.ts b/clients/client-cleanrooms/src/commands/ListProtectedQueriesCommand.ts index 81cdc09d0b44..46934d57e10d 100644 --- a/clients/client-cleanrooms/src/commands/ListProtectedQueriesCommand.ts +++ b/clients/client-cleanrooms/src/commands/ListProtectedQueriesCommand.ts @@ -97,9 +97,6 @@ export class ListProtectedQueriesCommand extends $Command< ListProtectedQueriesCommandOutput, CleanRoomsClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -113,9 +110,7 @@ export class ListProtectedQueriesCommand extends $Command< * @public */ constructor(readonly input: ListProtectedQueriesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -168,7 +163,4 @@ export class ListProtectedQueriesCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListProtectedQueriesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-cleanrooms/src/commands/ListSchemasCommand.ts b/clients/client-cleanrooms/src/commands/ListSchemasCommand.ts index 8f5216e98494..557567135e43 100644 --- a/clients/client-cleanrooms/src/commands/ListSchemasCommand.ts +++ b/clients/client-cleanrooms/src/commands/ListSchemasCommand.ts @@ -103,9 +103,6 @@ export class ListSchemasCommand extends $Command< ListSchemasCommandOutput, CleanRoomsClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -119,9 +116,7 @@ export class ListSchemasCommand extends $Command< * @public */ constructor(readonly input: ListSchemasCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -172,7 +167,4 @@ export class ListSchemasCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListSchemasCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-cleanrooms/src/commands/ListTagsForResourceCommand.ts b/clients/client-cleanrooms/src/commands/ListTagsForResourceCommand.ts index 28a4a20b8934..2d57c3f5aa08 100644 --- a/clients/client-cleanrooms/src/commands/ListTagsForResourceCommand.ts +++ b/clients/client-cleanrooms/src/commands/ListTagsForResourceCommand.ts @@ -78,9 +78,6 @@ export class ListTagsForResourceCommand extends $Command< ListTagsForResourceCommandOutput, CleanRoomsClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -94,9 +91,7 @@ export class ListTagsForResourceCommand extends $Command< * @public */ constructor(readonly input: ListTagsForResourceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -149,7 +144,4 @@ export class ListTagsForResourceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListTagsForResourceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-cleanrooms/src/commands/StartProtectedQueryCommand.ts b/clients/client-cleanrooms/src/commands/StartProtectedQueryCommand.ts index c08f79f4cde5..56fca67f99fe 100644 --- a/clients/client-cleanrooms/src/commands/StartProtectedQueryCommand.ts +++ b/clients/client-cleanrooms/src/commands/StartProtectedQueryCommand.ts @@ -151,9 +151,6 @@ export class StartProtectedQueryCommand extends $Command< StartProtectedQueryCommandOutput, CleanRoomsClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -167,9 +164,7 @@ export class StartProtectedQueryCommand extends $Command< * @public */ constructor(readonly input: StartProtectedQueryCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -222,7 +217,4 @@ export class StartProtectedQueryCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_StartProtectedQueryCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-cleanrooms/src/commands/TagResourceCommand.ts b/clients/client-cleanrooms/src/commands/TagResourceCommand.ts index 14901fa14a07..d43b7d6f38c8 100644 --- a/clients/client-cleanrooms/src/commands/TagResourceCommand.ts +++ b/clients/client-cleanrooms/src/commands/TagResourceCommand.ts @@ -77,9 +77,6 @@ export class TagResourceCommand extends $Command< TagResourceCommandOutput, CleanRoomsClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -93,9 +90,7 @@ export class TagResourceCommand extends $Command< * @public */ constructor(readonly input: TagResourceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -146,7 +141,4 @@ export class TagResourceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_TagResourceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-cleanrooms/src/commands/UntagResourceCommand.ts b/clients/client-cleanrooms/src/commands/UntagResourceCommand.ts index 30e223501ebe..5ca4ce244521 100644 --- a/clients/client-cleanrooms/src/commands/UntagResourceCommand.ts +++ b/clients/client-cleanrooms/src/commands/UntagResourceCommand.ts @@ -77,9 +77,6 @@ export class UntagResourceCommand extends $Command< UntagResourceCommandOutput, CleanRoomsClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -93,9 +90,7 @@ export class UntagResourceCommand extends $Command< * @public */ constructor(readonly input: UntagResourceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -146,7 +141,4 @@ export class UntagResourceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UntagResourceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-cleanrooms/src/commands/UpdateAnalysisTemplateCommand.ts b/clients/client-cleanrooms/src/commands/UpdateAnalysisTemplateCommand.ts index 82c989f070cd..a19b9c6c7ad3 100644 --- a/clients/client-cleanrooms/src/commands/UpdateAnalysisTemplateCommand.ts +++ b/clients/client-cleanrooms/src/commands/UpdateAnalysisTemplateCommand.ts @@ -118,9 +118,6 @@ export class UpdateAnalysisTemplateCommand extends $Command< UpdateAnalysisTemplateCommandOutput, CleanRoomsClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -134,9 +131,7 @@ export class UpdateAnalysisTemplateCommand extends $Command< * @public */ constructor(readonly input: UpdateAnalysisTemplateCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -189,7 +184,4 @@ export class UpdateAnalysisTemplateCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdateAnalysisTemplateCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-cleanrooms/src/commands/UpdateCollaborationCommand.ts b/clients/client-cleanrooms/src/commands/UpdateCollaborationCommand.ts index 5af039fc058f..4fa61155a400 100644 --- a/clients/client-cleanrooms/src/commands/UpdateCollaborationCommand.ts +++ b/clients/client-cleanrooms/src/commands/UpdateCollaborationCommand.ts @@ -103,9 +103,6 @@ export class UpdateCollaborationCommand extends $Command< UpdateCollaborationCommandOutput, CleanRoomsClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -119,9 +116,7 @@ export class UpdateCollaborationCommand extends $Command< * @public */ constructor(readonly input: UpdateCollaborationCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -174,7 +169,4 @@ export class UpdateCollaborationCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdateCollaborationCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-cleanrooms/src/commands/UpdateConfiguredTableAnalysisRuleCommand.ts b/clients/client-cleanrooms/src/commands/UpdateConfiguredTableAnalysisRuleCommand.ts index 40f826a48e95..084904e0a94d 100644 --- a/clients/client-cleanrooms/src/commands/UpdateConfiguredTableAnalysisRuleCommand.ts +++ b/clients/client-cleanrooms/src/commands/UpdateConfiguredTableAnalysisRuleCommand.ts @@ -206,9 +206,6 @@ export class UpdateConfiguredTableAnalysisRuleCommand extends $Command< UpdateConfiguredTableAnalysisRuleCommandOutput, CleanRoomsClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -222,9 +219,7 @@ export class UpdateConfiguredTableAnalysisRuleCommand extends $Command< * @public */ constructor(readonly input: UpdateConfiguredTableAnalysisRuleCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -283,7 +278,4 @@ export class UpdateConfiguredTableAnalysisRuleCommand extends $Command< ): Promise { return de_UpdateConfiguredTableAnalysisRuleCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-cleanrooms/src/commands/UpdateConfiguredTableAssociationCommand.ts b/clients/client-cleanrooms/src/commands/UpdateConfiguredTableAssociationCommand.ts index e23b73ffc5a1..bb22bdad2296 100644 --- a/clients/client-cleanrooms/src/commands/UpdateConfiguredTableAssociationCommand.ts +++ b/clients/client-cleanrooms/src/commands/UpdateConfiguredTableAssociationCommand.ts @@ -108,9 +108,6 @@ export class UpdateConfiguredTableAssociationCommand extends $Command< UpdateConfiguredTableAssociationCommandOutput, CleanRoomsClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -124,9 +121,7 @@ export class UpdateConfiguredTableAssociationCommand extends $Command< * @public */ constructor(readonly input: UpdateConfiguredTableAssociationCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -185,7 +180,4 @@ export class UpdateConfiguredTableAssociationCommand extends $Command< ): Promise { return de_UpdateConfiguredTableAssociationCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-cleanrooms/src/commands/UpdateConfiguredTableCommand.ts b/clients/client-cleanrooms/src/commands/UpdateConfiguredTableCommand.ts index 4f3d41a27e22..c94837443315 100644 --- a/clients/client-cleanrooms/src/commands/UpdateConfiguredTableCommand.ts +++ b/clients/client-cleanrooms/src/commands/UpdateConfiguredTableCommand.ts @@ -110,9 +110,6 @@ export class UpdateConfiguredTableCommand extends $Command< UpdateConfiguredTableCommandOutput, CleanRoomsClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -126,9 +123,7 @@ export class UpdateConfiguredTableCommand extends $Command< * @public */ constructor(readonly input: UpdateConfiguredTableCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -181,7 +176,4 @@ export class UpdateConfiguredTableCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdateConfiguredTableCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-cleanrooms/src/commands/UpdateMembershipCommand.ts b/clients/client-cleanrooms/src/commands/UpdateMembershipCommand.ts index 3e1d047e7fb9..49a4b553c2f0 100644 --- a/clients/client-cleanrooms/src/commands/UpdateMembershipCommand.ts +++ b/clients/client-cleanrooms/src/commands/UpdateMembershipCommand.ts @@ -124,9 +124,6 @@ export class UpdateMembershipCommand extends $Command< UpdateMembershipCommandOutput, CleanRoomsClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -140,9 +137,7 @@ export class UpdateMembershipCommand extends $Command< * @public */ constructor(readonly input: UpdateMembershipCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -195,7 +190,4 @@ export class UpdateMembershipCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdateMembershipCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-cleanrooms/src/commands/UpdateProtectedQueryCommand.ts b/clients/client-cleanrooms/src/commands/UpdateProtectedQueryCommand.ts index 419a955022b3..75006aca5017 100644 --- a/clients/client-cleanrooms/src/commands/UpdateProtectedQueryCommand.ts +++ b/clients/client-cleanrooms/src/commands/UpdateProtectedQueryCommand.ts @@ -135,9 +135,6 @@ export class UpdateProtectedQueryCommand extends $Command< UpdateProtectedQueryCommandOutput, CleanRoomsClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -151,9 +148,7 @@ export class UpdateProtectedQueryCommand extends $Command< * @public */ constructor(readonly input: UpdateProtectedQueryCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -206,7 +201,4 @@ export class UpdateProtectedQueryCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdateProtectedQueryCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-cloud9/package.json b/clients/client-cloud9/package.json index 3d89b4de8370..223bcf6c7825 100644 --- a/clients/client-cloud9/package.json +++ b/clients/client-cloud9/package.json @@ -34,29 +34,29 @@ "@aws-sdk/util-endpoints": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@smithy/config-resolver": "^2.0.16", - "@smithy/fetch-http-handler": "^2.2.4", - "@smithy/hash-node": "^2.0.12", - "@smithy/invalid-dependency": "^2.0.12", - "@smithy/middleware-content-length": "^2.0.14", - "@smithy/middleware-endpoint": "^2.1.3", - "@smithy/middleware-retry": "^2.0.18", - "@smithy/middleware-serde": "^2.0.12", - "@smithy/middleware-stack": "^2.0.6", - "@smithy/node-config-provider": "^2.1.3", - "@smithy/node-http-handler": "^2.1.8", - "@smithy/protocol-http": "^3.0.8", - "@smithy/smithy-client": "^2.1.12", - "@smithy/types": "^2.4.0", - "@smithy/url-parser": "^2.0.12", - "@smithy/util-base64": "^2.0.0", + "@smithy/config-resolver": "^2.0.18", + "@smithy/fetch-http-handler": "^2.2.6", + "@smithy/hash-node": "^2.0.15", + "@smithy/invalid-dependency": "^2.0.13", + "@smithy/middleware-content-length": "^2.0.15", + "@smithy/middleware-endpoint": "^2.2.0", + "@smithy/middleware-retry": "^2.0.20", + "@smithy/middleware-serde": "^2.0.13", + "@smithy/middleware-stack": "^2.0.7", + "@smithy/node-config-provider": "^2.1.5", + "@smithy/node-http-handler": "^2.1.9", + "@smithy/protocol-http": "^3.0.9", + "@smithy/smithy-client": "^2.1.15", + "@smithy/types": "^2.5.0", + "@smithy/url-parser": "^2.0.13", + "@smithy/util-base64": "^2.0.1", "@smithy/util-body-length-browser": "^2.0.0", "@smithy/util-body-length-node": "^2.1.0", - "@smithy/util-defaults-mode-browser": "^2.0.16", - "@smithy/util-defaults-mode-node": "^2.0.21", - "@smithy/util-endpoints": "^1.0.2", - "@smithy/util-retry": "^2.0.5", - "@smithy/util-utf8": "^2.0.0", + "@smithy/util-defaults-mode-browser": "^2.0.19", + "@smithy/util-defaults-mode-node": "^2.0.25", + "@smithy/util-endpoints": "^1.0.4", + "@smithy/util-retry": "^2.0.6", + "@smithy/util-utf8": "^2.0.2", "tslib": "^2.5.0" }, "devDependencies": { diff --git a/clients/client-cloud9/src/commands/CreateEnvironmentEC2Command.ts b/clients/client-cloud9/src/commands/CreateEnvironmentEC2Command.ts index 6166ae7489cc..d391a487d2d5 100644 --- a/clients/client-cloud9/src/commands/CreateEnvironmentEC2Command.ts +++ b/clients/client-cloud9/src/commands/CreateEnvironmentEC2Command.ts @@ -132,9 +132,6 @@ export class CreateEnvironmentEC2Command extends $Command< CreateEnvironmentEC2CommandOutput, Cloud9ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -148,9 +145,7 @@ export class CreateEnvironmentEC2Command extends $Command< * @public */ constructor(readonly input: CreateEnvironmentEC2CommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -203,7 +198,4 @@ export class CreateEnvironmentEC2Command extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateEnvironmentEC2Command(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-cloud9/src/commands/CreateEnvironmentMembershipCommand.ts b/clients/client-cloud9/src/commands/CreateEnvironmentMembershipCommand.ts index c3a67a77a869..b9c7d1eb966a 100644 --- a/clients/client-cloud9/src/commands/CreateEnvironmentMembershipCommand.ts +++ b/clients/client-cloud9/src/commands/CreateEnvironmentMembershipCommand.ts @@ -122,9 +122,6 @@ export class CreateEnvironmentMembershipCommand extends $Command< CreateEnvironmentMembershipCommandOutput, Cloud9ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -138,9 +135,7 @@ export class CreateEnvironmentMembershipCommand extends $Command< * @public */ constructor(readonly input: CreateEnvironmentMembershipCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -196,7 +191,4 @@ export class CreateEnvironmentMembershipCommand extends $Command< ): Promise { return de_CreateEnvironmentMembershipCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-cloud9/src/commands/DeleteEnvironmentCommand.ts b/clients/client-cloud9/src/commands/DeleteEnvironmentCommand.ts index 803031891f2d..a88d9e606725 100644 --- a/clients/client-cloud9/src/commands/DeleteEnvironmentCommand.ts +++ b/clients/client-cloud9/src/commands/DeleteEnvironmentCommand.ts @@ -101,9 +101,6 @@ export class DeleteEnvironmentCommand extends $Command< DeleteEnvironmentCommandOutput, Cloud9ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -117,9 +114,7 @@ export class DeleteEnvironmentCommand extends $Command< * @public */ constructor(readonly input: DeleteEnvironmentCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -172,7 +167,4 @@ export class DeleteEnvironmentCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteEnvironmentCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-cloud9/src/commands/DeleteEnvironmentMembershipCommand.ts b/clients/client-cloud9/src/commands/DeleteEnvironmentMembershipCommand.ts index 21fa62550a56..862aa4c39888 100644 --- a/clients/client-cloud9/src/commands/DeleteEnvironmentMembershipCommand.ts +++ b/clients/client-cloud9/src/commands/DeleteEnvironmentMembershipCommand.ts @@ -102,9 +102,6 @@ export class DeleteEnvironmentMembershipCommand extends $Command< DeleteEnvironmentMembershipCommandOutput, Cloud9ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -118,9 +115,7 @@ export class DeleteEnvironmentMembershipCommand extends $Command< * @public */ constructor(readonly input: DeleteEnvironmentMembershipCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -176,7 +171,4 @@ export class DeleteEnvironmentMembershipCommand extends $Command< ): Promise { return de_DeleteEnvironmentMembershipCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-cloud9/src/commands/DescribeEnvironmentMembershipsCommand.ts b/clients/client-cloud9/src/commands/DescribeEnvironmentMembershipsCommand.ts index 0e75470967d5..ff15bdbf68dc 100644 --- a/clients/client-cloud9/src/commands/DescribeEnvironmentMembershipsCommand.ts +++ b/clients/client-cloud9/src/commands/DescribeEnvironmentMembershipsCommand.ts @@ -197,9 +197,6 @@ export class DescribeEnvironmentMembershipsCommand extends $Command< DescribeEnvironmentMembershipsCommandOutput, Cloud9ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -213,9 +210,7 @@ export class DescribeEnvironmentMembershipsCommand extends $Command< * @public */ constructor(readonly input: DescribeEnvironmentMembershipsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -274,7 +269,4 @@ export class DescribeEnvironmentMembershipsCommand extends $Command< ): Promise { return de_DescribeEnvironmentMembershipsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-cloud9/src/commands/DescribeEnvironmentStatusCommand.ts b/clients/client-cloud9/src/commands/DescribeEnvironmentStatusCommand.ts index 5b5ea67d41b9..16ee41bd8588 100644 --- a/clients/client-cloud9/src/commands/DescribeEnvironmentStatusCommand.ts +++ b/clients/client-cloud9/src/commands/DescribeEnvironmentStatusCommand.ts @@ -109,9 +109,6 @@ export class DescribeEnvironmentStatusCommand extends $Command< DescribeEnvironmentStatusCommandOutput, Cloud9ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -125,9 +122,7 @@ export class DescribeEnvironmentStatusCommand extends $Command< * @public */ constructor(readonly input: DescribeEnvironmentStatusCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -183,7 +178,4 @@ export class DescribeEnvironmentStatusCommand extends $Command< ): Promise { return de_DescribeEnvironmentStatusCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-cloud9/src/commands/DescribeEnvironmentsCommand.ts b/clients/client-cloud9/src/commands/DescribeEnvironmentsCommand.ts index 0ed43dc4baa3..0621d2cc1578 100644 --- a/clients/client-cloud9/src/commands/DescribeEnvironmentsCommand.ts +++ b/clients/client-cloud9/src/commands/DescribeEnvironmentsCommand.ts @@ -155,9 +155,6 @@ export class DescribeEnvironmentsCommand extends $Command< DescribeEnvironmentsCommandOutput, Cloud9ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -171,9 +168,7 @@ export class DescribeEnvironmentsCommand extends $Command< * @public */ constructor(readonly input: DescribeEnvironmentsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -226,7 +221,4 @@ export class DescribeEnvironmentsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DescribeEnvironmentsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-cloud9/src/commands/ListEnvironmentsCommand.ts b/clients/client-cloud9/src/commands/ListEnvironmentsCommand.ts index 36f910be77f9..60bf518d6cd4 100644 --- a/clients/client-cloud9/src/commands/ListEnvironmentsCommand.ts +++ b/clients/client-cloud9/src/commands/ListEnvironmentsCommand.ts @@ -112,9 +112,6 @@ export class ListEnvironmentsCommand extends $Command< ListEnvironmentsCommandOutput, Cloud9ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -128,9 +125,7 @@ export class ListEnvironmentsCommand extends $Command< * @public */ constructor(readonly input: ListEnvironmentsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -183,7 +178,4 @@ export class ListEnvironmentsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListEnvironmentsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-cloud9/src/commands/ListTagsForResourceCommand.ts b/clients/client-cloud9/src/commands/ListTagsForResourceCommand.ts index f8d5b63c9663..6ec0398a19e0 100644 --- a/clients/client-cloud9/src/commands/ListTagsForResourceCommand.ts +++ b/clients/client-cloud9/src/commands/ListTagsForResourceCommand.ts @@ -88,9 +88,6 @@ export class ListTagsForResourceCommand extends $Command< ListTagsForResourceCommandOutput, Cloud9ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -104,9 +101,7 @@ export class ListTagsForResourceCommand extends $Command< * @public */ constructor(readonly input: ListTagsForResourceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -159,7 +154,4 @@ export class ListTagsForResourceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListTagsForResourceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-cloud9/src/commands/TagResourceCommand.ts b/clients/client-cloud9/src/commands/TagResourceCommand.ts index ff9e9172957c..1a5dd24d81e2 100644 --- a/clients/client-cloud9/src/commands/TagResourceCommand.ts +++ b/clients/client-cloud9/src/commands/TagResourceCommand.ts @@ -90,9 +90,6 @@ export class TagResourceCommand extends $Command< TagResourceCommandOutput, Cloud9ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -106,9 +103,7 @@ export class TagResourceCommand extends $Command< * @public */ constructor(readonly input: TagResourceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -159,7 +154,4 @@ export class TagResourceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_TagResourceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-cloud9/src/commands/UntagResourceCommand.ts b/clients/client-cloud9/src/commands/UntagResourceCommand.ts index 9bb3cc9a2762..63e4634f0027 100644 --- a/clients/client-cloud9/src/commands/UntagResourceCommand.ts +++ b/clients/client-cloud9/src/commands/UntagResourceCommand.ts @@ -87,9 +87,6 @@ export class UntagResourceCommand extends $Command< UntagResourceCommandOutput, Cloud9ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -103,9 +100,7 @@ export class UntagResourceCommand extends $Command< * @public */ constructor(readonly input: UntagResourceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -156,7 +151,4 @@ export class UntagResourceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UntagResourceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-cloud9/src/commands/UpdateEnvironmentCommand.ts b/clients/client-cloud9/src/commands/UpdateEnvironmentCommand.ts index 6105c9d9ffbb..b3252a68c340 100644 --- a/clients/client-cloud9/src/commands/UpdateEnvironmentCommand.ts +++ b/clients/client-cloud9/src/commands/UpdateEnvironmentCommand.ts @@ -109,9 +109,6 @@ export class UpdateEnvironmentCommand extends $Command< UpdateEnvironmentCommandOutput, Cloud9ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -125,9 +122,7 @@ export class UpdateEnvironmentCommand extends $Command< * @public */ constructor(readonly input: UpdateEnvironmentCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -180,7 +175,4 @@ export class UpdateEnvironmentCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdateEnvironmentCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-cloud9/src/commands/UpdateEnvironmentMembershipCommand.ts b/clients/client-cloud9/src/commands/UpdateEnvironmentMembershipCommand.ts index ce4af1c61502..7ccd3b5b4cf3 100644 --- a/clients/client-cloud9/src/commands/UpdateEnvironmentMembershipCommand.ts +++ b/clients/client-cloud9/src/commands/UpdateEnvironmentMembershipCommand.ts @@ -123,9 +123,6 @@ export class UpdateEnvironmentMembershipCommand extends $Command< UpdateEnvironmentMembershipCommandOutput, Cloud9ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -139,9 +136,7 @@ export class UpdateEnvironmentMembershipCommand extends $Command< * @public */ constructor(readonly input: UpdateEnvironmentMembershipCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -197,7 +192,4 @@ export class UpdateEnvironmentMembershipCommand extends $Command< ): Promise { return de_UpdateEnvironmentMembershipCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-cloudcontrol/package.json b/clients/client-cloudcontrol/package.json index ab9173b414e0..3a6afe76c9fb 100644 --- a/clients/client-cloudcontrol/package.json +++ b/clients/client-cloudcontrol/package.json @@ -34,30 +34,30 @@ "@aws-sdk/util-endpoints": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@smithy/config-resolver": "^2.0.16", - "@smithy/fetch-http-handler": "^2.2.4", - "@smithy/hash-node": "^2.0.12", - "@smithy/invalid-dependency": "^2.0.12", - "@smithy/middleware-content-length": "^2.0.14", - "@smithy/middleware-endpoint": "^2.1.3", - "@smithy/middleware-retry": "^2.0.18", - "@smithy/middleware-serde": "^2.0.12", - "@smithy/middleware-stack": "^2.0.6", - "@smithy/node-config-provider": "^2.1.3", - "@smithy/node-http-handler": "^2.1.8", - "@smithy/protocol-http": "^3.0.8", - "@smithy/smithy-client": "^2.1.12", - "@smithy/types": "^2.4.0", - "@smithy/url-parser": "^2.0.12", - "@smithy/util-base64": "^2.0.0", + "@smithy/config-resolver": "^2.0.18", + "@smithy/fetch-http-handler": "^2.2.6", + "@smithy/hash-node": "^2.0.15", + "@smithy/invalid-dependency": "^2.0.13", + "@smithy/middleware-content-length": "^2.0.15", + "@smithy/middleware-endpoint": "^2.2.0", + "@smithy/middleware-retry": "^2.0.20", + "@smithy/middleware-serde": "^2.0.13", + "@smithy/middleware-stack": "^2.0.7", + "@smithy/node-config-provider": "^2.1.5", + "@smithy/node-http-handler": "^2.1.9", + "@smithy/protocol-http": "^3.0.9", + "@smithy/smithy-client": "^2.1.15", + "@smithy/types": "^2.5.0", + "@smithy/url-parser": "^2.0.13", + "@smithy/util-base64": "^2.0.1", "@smithy/util-body-length-browser": "^2.0.0", "@smithy/util-body-length-node": "^2.1.0", - "@smithy/util-defaults-mode-browser": "^2.0.16", - "@smithy/util-defaults-mode-node": "^2.0.21", - "@smithy/util-endpoints": "^1.0.2", - "@smithy/util-retry": "^2.0.5", - "@smithy/util-utf8": "^2.0.0", - "@smithy/util-waiter": "^2.0.12", + "@smithy/util-defaults-mode-browser": "^2.0.19", + "@smithy/util-defaults-mode-node": "^2.0.25", + "@smithy/util-endpoints": "^1.0.4", + "@smithy/util-retry": "^2.0.6", + "@smithy/util-utf8": "^2.0.2", + "@smithy/util-waiter": "^2.0.13", "tslib": "^2.5.0", "uuid": "^8.3.2" }, diff --git a/clients/client-cloudcontrol/src/commands/CancelResourceRequestCommand.ts b/clients/client-cloudcontrol/src/commands/CancelResourceRequestCommand.ts index cf71ddf4a858..33f0f2dd9546 100644 --- a/clients/client-cloudcontrol/src/commands/CancelResourceRequestCommand.ts +++ b/clients/client-cloudcontrol/src/commands/CancelResourceRequestCommand.ts @@ -94,9 +94,6 @@ export class CancelResourceRequestCommand extends $Command< CancelResourceRequestCommandOutput, CloudControlClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -110,9 +107,7 @@ export class CancelResourceRequestCommand extends $Command< * @public */ constructor(readonly input: CancelResourceRequestCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -165,7 +160,4 @@ export class CancelResourceRequestCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CancelResourceRequestCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-cloudcontrol/src/commands/CreateResourceCommand.ts b/clients/client-cloudcontrol/src/commands/CreateResourceCommand.ts index 731914eeadce..6c7021eb5680 100644 --- a/clients/client-cloudcontrol/src/commands/CreateResourceCommand.ts +++ b/clients/client-cloudcontrol/src/commands/CreateResourceCommand.ts @@ -167,9 +167,6 @@ export class CreateResourceCommand extends $Command< CreateResourceCommandOutput, CloudControlClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -183,9 +180,7 @@ export class CreateResourceCommand extends $Command< * @public */ constructor(readonly input: CreateResourceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -238,7 +233,4 @@ export class CreateResourceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateResourceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-cloudcontrol/src/commands/DeleteResourceCommand.ts b/clients/client-cloudcontrol/src/commands/DeleteResourceCommand.ts index efe6f715ca0d..fee6125a434c 100644 --- a/clients/client-cloudcontrol/src/commands/DeleteResourceCommand.ts +++ b/clients/client-cloudcontrol/src/commands/DeleteResourceCommand.ts @@ -162,9 +162,6 @@ export class DeleteResourceCommand extends $Command< DeleteResourceCommandOutput, CloudControlClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -178,9 +175,7 @@ export class DeleteResourceCommand extends $Command< * @public */ constructor(readonly input: DeleteResourceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -233,7 +228,4 @@ export class DeleteResourceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteResourceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-cloudcontrol/src/commands/GetResourceCommand.ts b/clients/client-cloudcontrol/src/commands/GetResourceCommand.ts index 4d116ad7e6ec..d277be073315 100644 --- a/clients/client-cloudcontrol/src/commands/GetResourceCommand.ts +++ b/clients/client-cloudcontrol/src/commands/GetResourceCommand.ts @@ -145,9 +145,6 @@ export class GetResourceCommand extends $Command< GetResourceCommandOutput, CloudControlClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -161,9 +158,7 @@ export class GetResourceCommand extends $Command< * @public */ constructor(readonly input: GetResourceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -214,7 +209,4 @@ export class GetResourceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetResourceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-cloudcontrol/src/commands/GetResourceRequestStatusCommand.ts b/clients/client-cloudcontrol/src/commands/GetResourceRequestStatusCommand.ts index c138f0956687..c52b4e828169 100644 --- a/clients/client-cloudcontrol/src/commands/GetResourceRequestStatusCommand.ts +++ b/clients/client-cloudcontrol/src/commands/GetResourceRequestStatusCommand.ts @@ -90,9 +90,6 @@ export class GetResourceRequestStatusCommand extends $Command< GetResourceRequestStatusCommandOutput, CloudControlClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -106,9 +103,7 @@ export class GetResourceRequestStatusCommand extends $Command< * @public */ constructor(readonly input: GetResourceRequestStatusCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -161,7 +156,4 @@ export class GetResourceRequestStatusCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetResourceRequestStatusCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-cloudcontrol/src/commands/ListResourceRequestsCommand.ts b/clients/client-cloudcontrol/src/commands/ListResourceRequestsCommand.ts index d58029c15bf6..670edb2b11f9 100644 --- a/clients/client-cloudcontrol/src/commands/ListResourceRequestsCommand.ts +++ b/clients/client-cloudcontrol/src/commands/ListResourceRequestsCommand.ts @@ -102,9 +102,6 @@ export class ListResourceRequestsCommand extends $Command< ListResourceRequestsCommandOutput, CloudControlClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -118,9 +115,7 @@ export class ListResourceRequestsCommand extends $Command< * @public */ constructor(readonly input: ListResourceRequestsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -173,7 +168,4 @@ export class ListResourceRequestsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListResourceRequestsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-cloudcontrol/src/commands/ListResourcesCommand.ts b/clients/client-cloudcontrol/src/commands/ListResourcesCommand.ts index e444b339ea15..bdd173e10e29 100644 --- a/clients/client-cloudcontrol/src/commands/ListResourcesCommand.ts +++ b/clients/client-cloudcontrol/src/commands/ListResourcesCommand.ts @@ -154,9 +154,6 @@ export class ListResourcesCommand extends $Command< ListResourcesCommandOutput, CloudControlClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -170,9 +167,7 @@ export class ListResourcesCommand extends $Command< * @public */ constructor(readonly input: ListResourcesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -223,7 +218,4 @@ export class ListResourcesCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListResourcesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-cloudcontrol/src/commands/UpdateResourceCommand.ts b/clients/client-cloudcontrol/src/commands/UpdateResourceCommand.ts index b20da60218b9..20d095f1eb03 100644 --- a/clients/client-cloudcontrol/src/commands/UpdateResourceCommand.ts +++ b/clients/client-cloudcontrol/src/commands/UpdateResourceCommand.ts @@ -175,9 +175,6 @@ export class UpdateResourceCommand extends $Command< UpdateResourceCommandOutput, CloudControlClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -191,9 +188,7 @@ export class UpdateResourceCommand extends $Command< * @public */ constructor(readonly input: UpdateResourceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -246,7 +241,4 @@ export class UpdateResourceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdateResourceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-clouddirectory/package.json b/clients/client-clouddirectory/package.json index c67e627dff87..32c3815874fe 100644 --- a/clients/client-clouddirectory/package.json +++ b/clients/client-clouddirectory/package.json @@ -34,29 +34,29 @@ "@aws-sdk/util-endpoints": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@smithy/config-resolver": "^2.0.16", - "@smithy/fetch-http-handler": "^2.2.4", - "@smithy/hash-node": "^2.0.12", - "@smithy/invalid-dependency": "^2.0.12", - "@smithy/middleware-content-length": "^2.0.14", - "@smithy/middleware-endpoint": "^2.1.3", - "@smithy/middleware-retry": "^2.0.18", - "@smithy/middleware-serde": "^2.0.12", - "@smithy/middleware-stack": "^2.0.6", - "@smithy/node-config-provider": "^2.1.3", - "@smithy/node-http-handler": "^2.1.8", - "@smithy/protocol-http": "^3.0.8", - "@smithy/smithy-client": "^2.1.12", - "@smithy/types": "^2.4.0", - "@smithy/url-parser": "^2.0.12", - "@smithy/util-base64": "^2.0.0", + "@smithy/config-resolver": "^2.0.18", + "@smithy/fetch-http-handler": "^2.2.6", + "@smithy/hash-node": "^2.0.15", + "@smithy/invalid-dependency": "^2.0.13", + "@smithy/middleware-content-length": "^2.0.15", + "@smithy/middleware-endpoint": "^2.2.0", + "@smithy/middleware-retry": "^2.0.20", + "@smithy/middleware-serde": "^2.0.13", + "@smithy/middleware-stack": "^2.0.7", + "@smithy/node-config-provider": "^2.1.5", + "@smithy/node-http-handler": "^2.1.9", + "@smithy/protocol-http": "^3.0.9", + "@smithy/smithy-client": "^2.1.15", + "@smithy/types": "^2.5.0", + "@smithy/url-parser": "^2.0.13", + "@smithy/util-base64": "^2.0.1", "@smithy/util-body-length-browser": "^2.0.0", "@smithy/util-body-length-node": "^2.1.0", - "@smithy/util-defaults-mode-browser": "^2.0.16", - "@smithy/util-defaults-mode-node": "^2.0.21", - "@smithy/util-endpoints": "^1.0.2", - "@smithy/util-retry": "^2.0.5", - "@smithy/util-utf8": "^2.0.0", + "@smithy/util-defaults-mode-browser": "^2.0.19", + "@smithy/util-defaults-mode-node": "^2.0.25", + "@smithy/util-endpoints": "^1.0.4", + "@smithy/util-retry": "^2.0.6", + "@smithy/util-utf8": "^2.0.2", "tslib": "^2.5.0" }, "devDependencies": { diff --git a/clients/client-clouddirectory/src/commands/AddFacetToObjectCommand.ts b/clients/client-clouddirectory/src/commands/AddFacetToObjectCommand.ts index cc1795ffcd3f..77b1cc337ea5 100644 --- a/clients/client-clouddirectory/src/commands/AddFacetToObjectCommand.ts +++ b/clients/client-clouddirectory/src/commands/AddFacetToObjectCommand.ts @@ -120,9 +120,6 @@ export class AddFacetToObjectCommand extends $Command< AddFacetToObjectCommandOutput, CloudDirectoryClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -136,9 +133,7 @@ export class AddFacetToObjectCommand extends $Command< * @public */ constructor(readonly input: AddFacetToObjectCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -191,7 +186,4 @@ export class AddFacetToObjectCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_AddFacetToObjectCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-clouddirectory/src/commands/ApplySchemaCommand.ts b/clients/client-clouddirectory/src/commands/ApplySchemaCommand.ts index 7ec4b6b07515..8ccdb572c2e0 100644 --- a/clients/client-clouddirectory/src/commands/ApplySchemaCommand.ts +++ b/clients/client-clouddirectory/src/commands/ApplySchemaCommand.ts @@ -103,9 +103,6 @@ export class ApplySchemaCommand extends $Command< ApplySchemaCommandOutput, CloudDirectoryClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -119,9 +116,7 @@ export class ApplySchemaCommand extends $Command< * @public */ constructor(readonly input: ApplySchemaCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -172,7 +167,4 @@ export class ApplySchemaCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ApplySchemaCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-clouddirectory/src/commands/AttachObjectCommand.ts b/clients/client-clouddirectory/src/commands/AttachObjectCommand.ts index b4175cd4a615..c5e280fe71c6 100644 --- a/clients/client-clouddirectory/src/commands/AttachObjectCommand.ts +++ b/clients/client-clouddirectory/src/commands/AttachObjectCommand.ts @@ -124,9 +124,6 @@ export class AttachObjectCommand extends $Command< AttachObjectCommandOutput, CloudDirectoryClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -140,9 +137,7 @@ export class AttachObjectCommand extends $Command< * @public */ constructor(readonly input: AttachObjectCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -193,7 +188,4 @@ export class AttachObjectCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_AttachObjectCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-clouddirectory/src/commands/AttachPolicyCommand.ts b/clients/client-clouddirectory/src/commands/AttachPolicyCommand.ts index 52106123a3b0..7784481a5cc3 100644 --- a/clients/client-clouddirectory/src/commands/AttachPolicyCommand.ts +++ b/clients/client-clouddirectory/src/commands/AttachPolicyCommand.ts @@ -103,9 +103,6 @@ export class AttachPolicyCommand extends $Command< AttachPolicyCommandOutput, CloudDirectoryClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -119,9 +116,7 @@ export class AttachPolicyCommand extends $Command< * @public */ constructor(readonly input: AttachPolicyCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -172,7 +167,4 @@ export class AttachPolicyCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_AttachPolicyCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-clouddirectory/src/commands/AttachToIndexCommand.ts b/clients/client-clouddirectory/src/commands/AttachToIndexCommand.ts index f8e65ab42ad6..d815b1d0c0f1 100644 --- a/clients/client-clouddirectory/src/commands/AttachToIndexCommand.ts +++ b/clients/client-clouddirectory/src/commands/AttachToIndexCommand.ts @@ -115,9 +115,6 @@ export class AttachToIndexCommand extends $Command< AttachToIndexCommandOutput, CloudDirectoryClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -131,9 +128,7 @@ export class AttachToIndexCommand extends $Command< * @public */ constructor(readonly input: AttachToIndexCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -184,7 +179,4 @@ export class AttachToIndexCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_AttachToIndexCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-clouddirectory/src/commands/AttachTypedLinkCommand.ts b/clients/client-clouddirectory/src/commands/AttachTypedLinkCommand.ts index 41a4b3e18a70..b0be8c4e8d11 100644 --- a/clients/client-clouddirectory/src/commands/AttachTypedLinkCommand.ts +++ b/clients/client-clouddirectory/src/commands/AttachTypedLinkCommand.ts @@ -148,9 +148,6 @@ export class AttachTypedLinkCommand extends $Command< AttachTypedLinkCommandOutput, CloudDirectoryClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -164,9 +161,7 @@ export class AttachTypedLinkCommand extends $Command< * @public */ constructor(readonly input: AttachTypedLinkCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -219,7 +214,4 @@ export class AttachTypedLinkCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_AttachTypedLinkCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-clouddirectory/src/commands/BatchReadCommand.ts b/clients/client-clouddirectory/src/commands/BatchReadCommand.ts index 257fb84d8117..8c531410be69 100644 --- a/clients/client-clouddirectory/src/commands/BatchReadCommand.ts +++ b/clients/client-clouddirectory/src/commands/BatchReadCommand.ts @@ -493,9 +493,6 @@ export class BatchReadCommand extends $Command< BatchReadCommandOutput, CloudDirectoryClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -509,9 +506,7 @@ export class BatchReadCommand extends $Command< * @public */ constructor(readonly input: BatchReadCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -562,7 +557,4 @@ export class BatchReadCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_BatchReadCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-clouddirectory/src/commands/BatchWriteCommand.ts b/clients/client-clouddirectory/src/commands/BatchWriteCommand.ts index 2e226ad98721..c31bb4c59a0e 100644 --- a/clients/client-clouddirectory/src/commands/BatchWriteCommand.ts +++ b/clients/client-clouddirectory/src/commands/BatchWriteCommand.ts @@ -359,9 +359,6 @@ export class BatchWriteCommand extends $Command< BatchWriteCommandOutput, CloudDirectoryClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -375,9 +372,7 @@ export class BatchWriteCommand extends $Command< * @public */ constructor(readonly input: BatchWriteCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -428,7 +423,4 @@ export class BatchWriteCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_BatchWriteCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-clouddirectory/src/commands/CreateDirectoryCommand.ts b/clients/client-clouddirectory/src/commands/CreateDirectoryCommand.ts index 5753f19f7ce1..9fb17910ed0b 100644 --- a/clients/client-clouddirectory/src/commands/CreateDirectoryCommand.ts +++ b/clients/client-clouddirectory/src/commands/CreateDirectoryCommand.ts @@ -103,9 +103,6 @@ export class CreateDirectoryCommand extends $Command< CreateDirectoryCommandOutput, CloudDirectoryClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -119,9 +116,7 @@ export class CreateDirectoryCommand extends $Command< * @public */ constructor(readonly input: CreateDirectoryCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -174,7 +169,4 @@ export class CreateDirectoryCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateDirectoryCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-clouddirectory/src/commands/CreateFacetCommand.ts b/clients/client-clouddirectory/src/commands/CreateFacetCommand.ts index 664d24bcf1e3..d89d0e4450dc 100644 --- a/clients/client-clouddirectory/src/commands/CreateFacetCommand.ts +++ b/clients/client-clouddirectory/src/commands/CreateFacetCommand.ts @@ -133,9 +133,6 @@ export class CreateFacetCommand extends $Command< CreateFacetCommandOutput, CloudDirectoryClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -149,9 +146,7 @@ export class CreateFacetCommand extends $Command< * @public */ constructor(readonly input: CreateFacetCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -202,7 +197,4 @@ export class CreateFacetCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateFacetCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-clouddirectory/src/commands/CreateIndexCommand.ts b/clients/client-clouddirectory/src/commands/CreateIndexCommand.ts index dcceb88d5f47..64a8cb3258dd 100644 --- a/clients/client-clouddirectory/src/commands/CreateIndexCommand.ts +++ b/clients/client-clouddirectory/src/commands/CreateIndexCommand.ts @@ -118,9 +118,6 @@ export class CreateIndexCommand extends $Command< CreateIndexCommandOutput, CloudDirectoryClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -134,9 +131,7 @@ export class CreateIndexCommand extends $Command< * @public */ constructor(readonly input: CreateIndexCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -187,7 +182,4 @@ export class CreateIndexCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateIndexCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-clouddirectory/src/commands/CreateObjectCommand.ts b/clients/client-clouddirectory/src/commands/CreateObjectCommand.ts index 83fd8435bcd4..0fb8638e0743 100644 --- a/clients/client-clouddirectory/src/commands/CreateObjectCommand.ts +++ b/clients/client-clouddirectory/src/commands/CreateObjectCommand.ts @@ -135,9 +135,6 @@ export class CreateObjectCommand extends $Command< CreateObjectCommandOutput, CloudDirectoryClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -151,9 +148,7 @@ export class CreateObjectCommand extends $Command< * @public */ constructor(readonly input: CreateObjectCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -204,7 +199,4 @@ export class CreateObjectCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateObjectCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-clouddirectory/src/commands/CreateSchemaCommand.ts b/clients/client-clouddirectory/src/commands/CreateSchemaCommand.ts index 494aad5a5169..bf88503b8058 100644 --- a/clients/client-clouddirectory/src/commands/CreateSchemaCommand.ts +++ b/clients/client-clouddirectory/src/commands/CreateSchemaCommand.ts @@ -113,9 +113,6 @@ export class CreateSchemaCommand extends $Command< CreateSchemaCommandOutput, CloudDirectoryClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -129,9 +126,7 @@ export class CreateSchemaCommand extends $Command< * @public */ constructor(readonly input: CreateSchemaCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -182,7 +177,4 @@ export class CreateSchemaCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateSchemaCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-clouddirectory/src/commands/CreateTypedLinkFacetCommand.ts b/clients/client-clouddirectory/src/commands/CreateTypedLinkFacetCommand.ts index 6d68cc2a1c5d..44fbd7e256f8 100644 --- a/clients/client-clouddirectory/src/commands/CreateTypedLinkFacetCommand.ts +++ b/clients/client-clouddirectory/src/commands/CreateTypedLinkFacetCommand.ts @@ -129,9 +129,6 @@ export class CreateTypedLinkFacetCommand extends $Command< CreateTypedLinkFacetCommandOutput, CloudDirectoryClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -145,9 +142,7 @@ export class CreateTypedLinkFacetCommand extends $Command< * @public */ constructor(readonly input: CreateTypedLinkFacetCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -200,7 +195,4 @@ export class CreateTypedLinkFacetCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateTypedLinkFacetCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-clouddirectory/src/commands/DeleteDirectoryCommand.ts b/clients/client-clouddirectory/src/commands/DeleteDirectoryCommand.ts index 4842cac4edd9..a0d2cdcd69b1 100644 --- a/clients/client-clouddirectory/src/commands/DeleteDirectoryCommand.ts +++ b/clients/client-clouddirectory/src/commands/DeleteDirectoryCommand.ts @@ -101,9 +101,6 @@ export class DeleteDirectoryCommand extends $Command< DeleteDirectoryCommandOutput, CloudDirectoryClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -117,9 +114,7 @@ export class DeleteDirectoryCommand extends $Command< * @public */ constructor(readonly input: DeleteDirectoryCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -172,7 +167,4 @@ export class DeleteDirectoryCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteDirectoryCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-clouddirectory/src/commands/DeleteFacetCommand.ts b/clients/client-clouddirectory/src/commands/DeleteFacetCommand.ts index 773305c6c516..6e05b742a42c 100644 --- a/clients/client-clouddirectory/src/commands/DeleteFacetCommand.ts +++ b/clients/client-clouddirectory/src/commands/DeleteFacetCommand.ts @@ -100,9 +100,6 @@ export class DeleteFacetCommand extends $Command< DeleteFacetCommandOutput, CloudDirectoryClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -116,9 +113,7 @@ export class DeleteFacetCommand extends $Command< * @public */ constructor(readonly input: DeleteFacetCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -169,7 +164,4 @@ export class DeleteFacetCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteFacetCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-clouddirectory/src/commands/DeleteObjectCommand.ts b/clients/client-clouddirectory/src/commands/DeleteObjectCommand.ts index c18c0e415664..146f7cd7e0ea 100644 --- a/clients/client-clouddirectory/src/commands/DeleteObjectCommand.ts +++ b/clients/client-clouddirectory/src/commands/DeleteObjectCommand.ts @@ -101,9 +101,6 @@ export class DeleteObjectCommand extends $Command< DeleteObjectCommandOutput, CloudDirectoryClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -117,9 +114,7 @@ export class DeleteObjectCommand extends $Command< * @public */ constructor(readonly input: DeleteObjectCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -170,7 +165,4 @@ export class DeleteObjectCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteObjectCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-clouddirectory/src/commands/DeleteSchemaCommand.ts b/clients/client-clouddirectory/src/commands/DeleteSchemaCommand.ts index 4f980645e574..b0264b57f021 100644 --- a/clients/client-clouddirectory/src/commands/DeleteSchemaCommand.ts +++ b/clients/client-clouddirectory/src/commands/DeleteSchemaCommand.ts @@ -96,9 +96,6 @@ export class DeleteSchemaCommand extends $Command< DeleteSchemaCommandOutput, CloudDirectoryClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -112,9 +109,7 @@ export class DeleteSchemaCommand extends $Command< * @public */ constructor(readonly input: DeleteSchemaCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -165,7 +160,4 @@ export class DeleteSchemaCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteSchemaCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-clouddirectory/src/commands/DeleteTypedLinkFacetCommand.ts b/clients/client-clouddirectory/src/commands/DeleteTypedLinkFacetCommand.ts index 7b41bf5e6067..f51b5cf75425 100644 --- a/clients/client-clouddirectory/src/commands/DeleteTypedLinkFacetCommand.ts +++ b/clients/client-clouddirectory/src/commands/DeleteTypedLinkFacetCommand.ts @@ -94,9 +94,6 @@ export class DeleteTypedLinkFacetCommand extends $Command< DeleteTypedLinkFacetCommandOutput, CloudDirectoryClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -110,9 +107,7 @@ export class DeleteTypedLinkFacetCommand extends $Command< * @public */ constructor(readonly input: DeleteTypedLinkFacetCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -165,7 +160,4 @@ export class DeleteTypedLinkFacetCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteTypedLinkFacetCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-clouddirectory/src/commands/DetachFromIndexCommand.ts b/clients/client-clouddirectory/src/commands/DetachFromIndexCommand.ts index 7b9c8d8a9b8a..9a295467bb21 100644 --- a/clients/client-clouddirectory/src/commands/DetachFromIndexCommand.ts +++ b/clients/client-clouddirectory/src/commands/DetachFromIndexCommand.ts @@ -107,9 +107,6 @@ export class DetachFromIndexCommand extends $Command< DetachFromIndexCommandOutput, CloudDirectoryClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -123,9 +120,7 @@ export class DetachFromIndexCommand extends $Command< * @public */ constructor(readonly input: DetachFromIndexCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -178,7 +173,4 @@ export class DetachFromIndexCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DetachFromIndexCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-clouddirectory/src/commands/DetachObjectCommand.ts b/clients/client-clouddirectory/src/commands/DetachObjectCommand.ts index 30166f6742d6..1d5bc84f7246 100644 --- a/clients/client-clouddirectory/src/commands/DetachObjectCommand.ts +++ b/clients/client-clouddirectory/src/commands/DetachObjectCommand.ts @@ -104,9 +104,6 @@ export class DetachObjectCommand extends $Command< DetachObjectCommandOutput, CloudDirectoryClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -120,9 +117,7 @@ export class DetachObjectCommand extends $Command< * @public */ constructor(readonly input: DetachObjectCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -173,7 +168,4 @@ export class DetachObjectCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DetachObjectCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-clouddirectory/src/commands/DetachPolicyCommand.ts b/clients/client-clouddirectory/src/commands/DetachPolicyCommand.ts index 30b136bc9736..2f20b247a0e4 100644 --- a/clients/client-clouddirectory/src/commands/DetachPolicyCommand.ts +++ b/clients/client-clouddirectory/src/commands/DetachPolicyCommand.ts @@ -102,9 +102,6 @@ export class DetachPolicyCommand extends $Command< DetachPolicyCommandOutput, CloudDirectoryClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -118,9 +115,7 @@ export class DetachPolicyCommand extends $Command< * @public */ constructor(readonly input: DetachPolicyCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -171,7 +166,4 @@ export class DetachPolicyCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DetachPolicyCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-clouddirectory/src/commands/DetachTypedLinkCommand.ts b/clients/client-clouddirectory/src/commands/DetachTypedLinkCommand.ts index ce60cf7b9b45..01a1e9b2933e 100644 --- a/clients/client-clouddirectory/src/commands/DetachTypedLinkCommand.ts +++ b/clients/client-clouddirectory/src/commands/DetachTypedLinkCommand.ts @@ -121,9 +121,6 @@ export class DetachTypedLinkCommand extends $Command< DetachTypedLinkCommandOutput, CloudDirectoryClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -137,9 +134,7 @@ export class DetachTypedLinkCommand extends $Command< * @public */ constructor(readonly input: DetachTypedLinkCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -192,7 +187,4 @@ export class DetachTypedLinkCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DetachTypedLinkCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-clouddirectory/src/commands/DisableDirectoryCommand.ts b/clients/client-clouddirectory/src/commands/DisableDirectoryCommand.ts index dc6ef3be0f67..8f870f4b9f72 100644 --- a/clients/client-clouddirectory/src/commands/DisableDirectoryCommand.ts +++ b/clients/client-clouddirectory/src/commands/DisableDirectoryCommand.ts @@ -97,9 +97,6 @@ export class DisableDirectoryCommand extends $Command< DisableDirectoryCommandOutput, CloudDirectoryClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -113,9 +110,7 @@ export class DisableDirectoryCommand extends $Command< * @public */ constructor(readonly input: DisableDirectoryCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -168,7 +163,4 @@ export class DisableDirectoryCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DisableDirectoryCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-clouddirectory/src/commands/EnableDirectoryCommand.ts b/clients/client-clouddirectory/src/commands/EnableDirectoryCommand.ts index 14f8d138e65d..fe121684870c 100644 --- a/clients/client-clouddirectory/src/commands/EnableDirectoryCommand.ts +++ b/clients/client-clouddirectory/src/commands/EnableDirectoryCommand.ts @@ -97,9 +97,6 @@ export class EnableDirectoryCommand extends $Command< EnableDirectoryCommandOutput, CloudDirectoryClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -113,9 +110,7 @@ export class EnableDirectoryCommand extends $Command< * @public */ constructor(readonly input: EnableDirectoryCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -168,7 +163,4 @@ export class EnableDirectoryCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_EnableDirectoryCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-clouddirectory/src/commands/GetAppliedSchemaVersionCommand.ts b/clients/client-clouddirectory/src/commands/GetAppliedSchemaVersionCommand.ts index ea8bc15045f2..75e9e3d94e87 100644 --- a/clients/client-clouddirectory/src/commands/GetAppliedSchemaVersionCommand.ts +++ b/clients/client-clouddirectory/src/commands/GetAppliedSchemaVersionCommand.ts @@ -92,9 +92,6 @@ export class GetAppliedSchemaVersionCommand extends $Command< GetAppliedSchemaVersionCommandOutput, CloudDirectoryClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -108,9 +105,7 @@ export class GetAppliedSchemaVersionCommand extends $Command< * @public */ constructor(readonly input: GetAppliedSchemaVersionCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -163,7 +158,4 @@ export class GetAppliedSchemaVersionCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetAppliedSchemaVersionCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-clouddirectory/src/commands/GetDirectoryCommand.ts b/clients/client-clouddirectory/src/commands/GetDirectoryCommand.ts index 201eba51bed2..8a464eb822ef 100644 --- a/clients/client-clouddirectory/src/commands/GetDirectoryCommand.ts +++ b/clients/client-clouddirectory/src/commands/GetDirectoryCommand.ts @@ -94,9 +94,6 @@ export class GetDirectoryCommand extends $Command< GetDirectoryCommandOutput, CloudDirectoryClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -110,9 +107,7 @@ export class GetDirectoryCommand extends $Command< * @public */ constructor(readonly input: GetDirectoryCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -163,7 +158,4 @@ export class GetDirectoryCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetDirectoryCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-clouddirectory/src/commands/GetFacetCommand.ts b/clients/client-clouddirectory/src/commands/GetFacetCommand.ts index 1397a79d1b74..3609fa56262c 100644 --- a/clients/client-clouddirectory/src/commands/GetFacetCommand.ts +++ b/clients/client-clouddirectory/src/commands/GetFacetCommand.ts @@ -101,9 +101,6 @@ export class GetFacetCommand extends $Command< GetFacetCommandOutput, CloudDirectoryClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -117,9 +114,7 @@ export class GetFacetCommand extends $Command< * @public */ constructor(readonly input: GetFacetCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -170,7 +165,4 @@ export class GetFacetCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetFacetCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-clouddirectory/src/commands/GetLinkAttributesCommand.ts b/clients/client-clouddirectory/src/commands/GetLinkAttributesCommand.ts index a95eff89faba..d5784f160710 100644 --- a/clients/client-clouddirectory/src/commands/GetLinkAttributesCommand.ts +++ b/clients/client-clouddirectory/src/commands/GetLinkAttributesCommand.ts @@ -142,9 +142,6 @@ export class GetLinkAttributesCommand extends $Command< GetLinkAttributesCommandOutput, CloudDirectoryClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -158,9 +155,7 @@ export class GetLinkAttributesCommand extends $Command< * @public */ constructor(readonly input: GetLinkAttributesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -213,7 +208,4 @@ export class GetLinkAttributesCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetLinkAttributesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-clouddirectory/src/commands/GetObjectAttributesCommand.ts b/clients/client-clouddirectory/src/commands/GetObjectAttributesCommand.ts index dc6ca57c0b55..8e856a3485d4 100644 --- a/clients/client-clouddirectory/src/commands/GetObjectAttributesCommand.ts +++ b/clients/client-clouddirectory/src/commands/GetObjectAttributesCommand.ts @@ -125,9 +125,6 @@ export class GetObjectAttributesCommand extends $Command< GetObjectAttributesCommandOutput, CloudDirectoryClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -141,9 +138,7 @@ export class GetObjectAttributesCommand extends $Command< * @public */ constructor(readonly input: GetObjectAttributesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -196,7 +191,4 @@ export class GetObjectAttributesCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetObjectAttributesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-clouddirectory/src/commands/GetObjectInformationCommand.ts b/clients/client-clouddirectory/src/commands/GetObjectInformationCommand.ts index 4f1a8104b4e6..77b91142b736 100644 --- a/clients/client-clouddirectory/src/commands/GetObjectInformationCommand.ts +++ b/clients/client-clouddirectory/src/commands/GetObjectInformationCommand.ts @@ -105,9 +105,6 @@ export class GetObjectInformationCommand extends $Command< GetObjectInformationCommandOutput, CloudDirectoryClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -121,9 +118,7 @@ export class GetObjectInformationCommand extends $Command< * @public */ constructor(readonly input: GetObjectInformationCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -176,7 +171,4 @@ export class GetObjectInformationCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetObjectInformationCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-clouddirectory/src/commands/GetSchemaAsJsonCommand.ts b/clients/client-clouddirectory/src/commands/GetSchemaAsJsonCommand.ts index 2fc36c09e808..44868600965a 100644 --- a/clients/client-clouddirectory/src/commands/GetSchemaAsJsonCommand.ts +++ b/clients/client-clouddirectory/src/commands/GetSchemaAsJsonCommand.ts @@ -93,9 +93,6 @@ export class GetSchemaAsJsonCommand extends $Command< GetSchemaAsJsonCommandOutput, CloudDirectoryClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -109,9 +106,7 @@ export class GetSchemaAsJsonCommand extends $Command< * @public */ constructor(readonly input: GetSchemaAsJsonCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -164,7 +159,4 @@ export class GetSchemaAsJsonCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetSchemaAsJsonCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-clouddirectory/src/commands/GetTypedLinkFacetInformationCommand.ts b/clients/client-clouddirectory/src/commands/GetTypedLinkFacetInformationCommand.ts index c3ee79cc6c57..e58b6a76fb19 100644 --- a/clients/client-clouddirectory/src/commands/GetTypedLinkFacetInformationCommand.ts +++ b/clients/client-clouddirectory/src/commands/GetTypedLinkFacetInformationCommand.ts @@ -106,9 +106,6 @@ export class GetTypedLinkFacetInformationCommand extends $Command< GetTypedLinkFacetInformationCommandOutput, CloudDirectoryClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -122,9 +119,7 @@ export class GetTypedLinkFacetInformationCommand extends $Command< * @public */ constructor(readonly input: GetTypedLinkFacetInformationCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -180,7 +175,4 @@ export class GetTypedLinkFacetInformationCommand extends $Command< ): Promise { return de_GetTypedLinkFacetInformationCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-clouddirectory/src/commands/ListAppliedSchemaArnsCommand.ts b/clients/client-clouddirectory/src/commands/ListAppliedSchemaArnsCommand.ts index 3afd5187bc45..efc3ec72edac 100644 --- a/clients/client-clouddirectory/src/commands/ListAppliedSchemaArnsCommand.ts +++ b/clients/client-clouddirectory/src/commands/ListAppliedSchemaArnsCommand.ts @@ -101,9 +101,6 @@ export class ListAppliedSchemaArnsCommand extends $Command< ListAppliedSchemaArnsCommandOutput, CloudDirectoryClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -117,9 +114,7 @@ export class ListAppliedSchemaArnsCommand extends $Command< * @public */ constructor(readonly input: ListAppliedSchemaArnsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -172,7 +167,4 @@ export class ListAppliedSchemaArnsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListAppliedSchemaArnsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-clouddirectory/src/commands/ListAttachedIndicesCommand.ts b/clients/client-clouddirectory/src/commands/ListAttachedIndicesCommand.ts index 6ba73d4f6e2b..c7b890f54ddd 100644 --- a/clients/client-clouddirectory/src/commands/ListAttachedIndicesCommand.ts +++ b/clients/client-clouddirectory/src/commands/ListAttachedIndicesCommand.ts @@ -122,9 +122,6 @@ export class ListAttachedIndicesCommand extends $Command< ListAttachedIndicesCommandOutput, CloudDirectoryClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -138,9 +135,7 @@ export class ListAttachedIndicesCommand extends $Command< * @public */ constructor(readonly input: ListAttachedIndicesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -193,7 +188,4 @@ export class ListAttachedIndicesCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListAttachedIndicesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-clouddirectory/src/commands/ListDevelopmentSchemaArnsCommand.ts b/clients/client-clouddirectory/src/commands/ListDevelopmentSchemaArnsCommand.ts index 5dea704d2f72..3ab461a86c4e 100644 --- a/clients/client-clouddirectory/src/commands/ListDevelopmentSchemaArnsCommand.ts +++ b/clients/client-clouddirectory/src/commands/ListDevelopmentSchemaArnsCommand.ts @@ -100,9 +100,6 @@ export class ListDevelopmentSchemaArnsCommand extends $Command< ListDevelopmentSchemaArnsCommandOutput, CloudDirectoryClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -116,9 +113,7 @@ export class ListDevelopmentSchemaArnsCommand extends $Command< * @public */ constructor(readonly input: ListDevelopmentSchemaArnsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -174,7 +169,4 @@ export class ListDevelopmentSchemaArnsCommand extends $Command< ): Promise { return de_ListDevelopmentSchemaArnsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-clouddirectory/src/commands/ListDirectoriesCommand.ts b/clients/client-clouddirectory/src/commands/ListDirectoriesCommand.ts index 26dc633e9f49..b5823bc171b8 100644 --- a/clients/client-clouddirectory/src/commands/ListDirectoriesCommand.ts +++ b/clients/client-clouddirectory/src/commands/ListDirectoriesCommand.ts @@ -102,9 +102,6 @@ export class ListDirectoriesCommand extends $Command< ListDirectoriesCommandOutput, CloudDirectoryClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -118,9 +115,7 @@ export class ListDirectoriesCommand extends $Command< * @public */ constructor(readonly input: ListDirectoriesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -173,7 +168,4 @@ export class ListDirectoriesCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListDirectoriesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-clouddirectory/src/commands/ListFacetAttributesCommand.ts b/clients/client-clouddirectory/src/commands/ListFacetAttributesCommand.ts index b1ac0125c363..8021f8e8e81e 100644 --- a/clients/client-clouddirectory/src/commands/ListFacetAttributesCommand.ts +++ b/clients/client-clouddirectory/src/commands/ListFacetAttributesCommand.ts @@ -130,9 +130,6 @@ export class ListFacetAttributesCommand extends $Command< ListFacetAttributesCommandOutput, CloudDirectoryClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -146,9 +143,7 @@ export class ListFacetAttributesCommand extends $Command< * @public */ constructor(readonly input: ListFacetAttributesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -201,7 +196,4 @@ export class ListFacetAttributesCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListFacetAttributesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-clouddirectory/src/commands/ListFacetNamesCommand.ts b/clients/client-clouddirectory/src/commands/ListFacetNamesCommand.ts index 29a71f8f2b3a..6e2ad760bffc 100644 --- a/clients/client-clouddirectory/src/commands/ListFacetNamesCommand.ts +++ b/clients/client-clouddirectory/src/commands/ListFacetNamesCommand.ts @@ -100,9 +100,6 @@ export class ListFacetNamesCommand extends $Command< ListFacetNamesCommandOutput, CloudDirectoryClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -116,9 +113,7 @@ export class ListFacetNamesCommand extends $Command< * @public */ constructor(readonly input: ListFacetNamesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -171,7 +166,4 @@ export class ListFacetNamesCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListFacetNamesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-clouddirectory/src/commands/ListIncomingTypedLinksCommand.ts b/clients/client-clouddirectory/src/commands/ListIncomingTypedLinksCommand.ts index b505f2b0363e..316ccc19ebbb 100644 --- a/clients/client-clouddirectory/src/commands/ListIncomingTypedLinksCommand.ts +++ b/clients/client-clouddirectory/src/commands/ListIncomingTypedLinksCommand.ts @@ -163,9 +163,6 @@ export class ListIncomingTypedLinksCommand extends $Command< ListIncomingTypedLinksCommandOutput, CloudDirectoryClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -179,9 +176,7 @@ export class ListIncomingTypedLinksCommand extends $Command< * @public */ constructor(readonly input: ListIncomingTypedLinksCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -234,7 +229,4 @@ export class ListIncomingTypedLinksCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListIncomingTypedLinksCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-clouddirectory/src/commands/ListIndexCommand.ts b/clients/client-clouddirectory/src/commands/ListIndexCommand.ts index 74ac2cf44c60..a79ed25655e2 100644 --- a/clients/client-clouddirectory/src/commands/ListIndexCommand.ts +++ b/clients/client-clouddirectory/src/commands/ListIndexCommand.ts @@ -159,9 +159,6 @@ export class ListIndexCommand extends $Command< ListIndexCommandOutput, CloudDirectoryClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -175,9 +172,7 @@ export class ListIndexCommand extends $Command< * @public */ constructor(readonly input: ListIndexCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -228,7 +223,4 @@ export class ListIndexCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListIndexCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-clouddirectory/src/commands/ListManagedSchemaArnsCommand.ts b/clients/client-clouddirectory/src/commands/ListManagedSchemaArnsCommand.ts index 50f79f9d900b..2bb3230e7932 100644 --- a/clients/client-clouddirectory/src/commands/ListManagedSchemaArnsCommand.ts +++ b/clients/client-clouddirectory/src/commands/ListManagedSchemaArnsCommand.ts @@ -94,9 +94,6 @@ export class ListManagedSchemaArnsCommand extends $Command< ListManagedSchemaArnsCommandOutput, CloudDirectoryClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -110,9 +107,7 @@ export class ListManagedSchemaArnsCommand extends $Command< * @public */ constructor(readonly input: ListManagedSchemaArnsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -165,7 +160,4 @@ export class ListManagedSchemaArnsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListManagedSchemaArnsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-clouddirectory/src/commands/ListObjectAttributesCommand.ts b/clients/client-clouddirectory/src/commands/ListObjectAttributesCommand.ts index e92fd94b3158..4e42de72f16a 100644 --- a/clients/client-clouddirectory/src/commands/ListObjectAttributesCommand.ts +++ b/clients/client-clouddirectory/src/commands/ListObjectAttributesCommand.ts @@ -129,9 +129,6 @@ export class ListObjectAttributesCommand extends $Command< ListObjectAttributesCommandOutput, CloudDirectoryClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -145,9 +142,7 @@ export class ListObjectAttributesCommand extends $Command< * @public */ constructor(readonly input: ListObjectAttributesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -200,7 +195,4 @@ export class ListObjectAttributesCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListObjectAttributesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-clouddirectory/src/commands/ListObjectChildrenCommand.ts b/clients/client-clouddirectory/src/commands/ListObjectChildrenCommand.ts index 6bc0bab4497c..98e6e883beb7 100644 --- a/clients/client-clouddirectory/src/commands/ListObjectChildrenCommand.ts +++ b/clients/client-clouddirectory/src/commands/ListObjectChildrenCommand.ts @@ -112,9 +112,6 @@ export class ListObjectChildrenCommand extends $Command< ListObjectChildrenCommandOutput, CloudDirectoryClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -128,9 +125,7 @@ export class ListObjectChildrenCommand extends $Command< * @public */ constructor(readonly input: ListObjectChildrenCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -183,7 +178,4 @@ export class ListObjectChildrenCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListObjectChildrenCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-clouddirectory/src/commands/ListObjectParentPathsCommand.ts b/clients/client-clouddirectory/src/commands/ListObjectParentPathsCommand.ts index a00e66f99702..17c37a88d041 100644 --- a/clients/client-clouddirectory/src/commands/ListObjectParentPathsCommand.ts +++ b/clients/client-clouddirectory/src/commands/ListObjectParentPathsCommand.ts @@ -118,9 +118,6 @@ export class ListObjectParentPathsCommand extends $Command< ListObjectParentPathsCommandOutput, CloudDirectoryClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -134,9 +131,7 @@ export class ListObjectParentPathsCommand extends $Command< * @public */ constructor(readonly input: ListObjectParentPathsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -189,7 +184,4 @@ export class ListObjectParentPathsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListObjectParentPathsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-clouddirectory/src/commands/ListObjectParentsCommand.ts b/clients/client-clouddirectory/src/commands/ListObjectParentsCommand.ts index 150111cd7eee..3f986ae61475 100644 --- a/clients/client-clouddirectory/src/commands/ListObjectParentsCommand.ts +++ b/clients/client-clouddirectory/src/commands/ListObjectParentsCommand.ts @@ -118,9 +118,6 @@ export class ListObjectParentsCommand extends $Command< ListObjectParentsCommandOutput, CloudDirectoryClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -134,9 +131,7 @@ export class ListObjectParentsCommand extends $Command< * @public */ constructor(readonly input: ListObjectParentsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -189,7 +184,4 @@ export class ListObjectParentsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListObjectParentsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-clouddirectory/src/commands/ListObjectPoliciesCommand.ts b/clients/client-clouddirectory/src/commands/ListObjectPoliciesCommand.ts index 1a6b0daff1f6..ea42abb6474a 100644 --- a/clients/client-clouddirectory/src/commands/ListObjectPoliciesCommand.ts +++ b/clients/client-clouddirectory/src/commands/ListObjectPoliciesCommand.ts @@ -107,9 +107,6 @@ export class ListObjectPoliciesCommand extends $Command< ListObjectPoliciesCommandOutput, CloudDirectoryClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -123,9 +120,7 @@ export class ListObjectPoliciesCommand extends $Command< * @public */ constructor(readonly input: ListObjectPoliciesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -178,7 +173,4 @@ export class ListObjectPoliciesCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListObjectPoliciesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-clouddirectory/src/commands/ListOutgoingTypedLinksCommand.ts b/clients/client-clouddirectory/src/commands/ListOutgoingTypedLinksCommand.ts index e34956da8256..67bf8b49b9d0 100644 --- a/clients/client-clouddirectory/src/commands/ListOutgoingTypedLinksCommand.ts +++ b/clients/client-clouddirectory/src/commands/ListOutgoingTypedLinksCommand.ts @@ -163,9 +163,6 @@ export class ListOutgoingTypedLinksCommand extends $Command< ListOutgoingTypedLinksCommandOutput, CloudDirectoryClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -179,9 +176,7 @@ export class ListOutgoingTypedLinksCommand extends $Command< * @public */ constructor(readonly input: ListOutgoingTypedLinksCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -234,7 +229,4 @@ export class ListOutgoingTypedLinksCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListOutgoingTypedLinksCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-clouddirectory/src/commands/ListPolicyAttachmentsCommand.ts b/clients/client-clouddirectory/src/commands/ListPolicyAttachmentsCommand.ts index 1e788240700f..0ded6a2bb21f 100644 --- a/clients/client-clouddirectory/src/commands/ListPolicyAttachmentsCommand.ts +++ b/clients/client-clouddirectory/src/commands/ListPolicyAttachmentsCommand.ts @@ -110,9 +110,6 @@ export class ListPolicyAttachmentsCommand extends $Command< ListPolicyAttachmentsCommandOutput, CloudDirectoryClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -126,9 +123,7 @@ export class ListPolicyAttachmentsCommand extends $Command< * @public */ constructor(readonly input: ListPolicyAttachmentsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -181,7 +176,4 @@ export class ListPolicyAttachmentsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListPolicyAttachmentsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-clouddirectory/src/commands/ListPublishedSchemaArnsCommand.ts b/clients/client-clouddirectory/src/commands/ListPublishedSchemaArnsCommand.ts index 92b84e2eb4f3..576dfc335fa6 100644 --- a/clients/client-clouddirectory/src/commands/ListPublishedSchemaArnsCommand.ts +++ b/clients/client-clouddirectory/src/commands/ListPublishedSchemaArnsCommand.ts @@ -100,9 +100,6 @@ export class ListPublishedSchemaArnsCommand extends $Command< ListPublishedSchemaArnsCommandOutput, CloudDirectoryClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -116,9 +113,7 @@ export class ListPublishedSchemaArnsCommand extends $Command< * @public */ constructor(readonly input: ListPublishedSchemaArnsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -171,7 +166,4 @@ export class ListPublishedSchemaArnsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListPublishedSchemaArnsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-clouddirectory/src/commands/ListTagsForResourceCommand.ts b/clients/client-clouddirectory/src/commands/ListTagsForResourceCommand.ts index 339d7efd60d7..b38241ae2b0c 100644 --- a/clients/client-clouddirectory/src/commands/ListTagsForResourceCommand.ts +++ b/clients/client-clouddirectory/src/commands/ListTagsForResourceCommand.ts @@ -105,9 +105,6 @@ export class ListTagsForResourceCommand extends $Command< ListTagsForResourceCommandOutput, CloudDirectoryClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -121,9 +118,7 @@ export class ListTagsForResourceCommand extends $Command< * @public */ constructor(readonly input: ListTagsForResourceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -176,7 +171,4 @@ export class ListTagsForResourceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListTagsForResourceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-clouddirectory/src/commands/ListTypedLinkFacetAttributesCommand.ts b/clients/client-clouddirectory/src/commands/ListTypedLinkFacetAttributesCommand.ts index 42c79ce54e9c..c5c6036324fe 100644 --- a/clients/client-clouddirectory/src/commands/ListTypedLinkFacetAttributesCommand.ts +++ b/clients/client-clouddirectory/src/commands/ListTypedLinkFacetAttributesCommand.ts @@ -129,9 +129,6 @@ export class ListTypedLinkFacetAttributesCommand extends $Command< ListTypedLinkFacetAttributesCommandOutput, CloudDirectoryClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -145,9 +142,7 @@ export class ListTypedLinkFacetAttributesCommand extends $Command< * @public */ constructor(readonly input: ListTypedLinkFacetAttributesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -203,7 +198,4 @@ export class ListTypedLinkFacetAttributesCommand extends $Command< ): Promise { return de_ListTypedLinkFacetAttributesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-clouddirectory/src/commands/ListTypedLinkFacetNamesCommand.ts b/clients/client-clouddirectory/src/commands/ListTypedLinkFacetNamesCommand.ts index 1beb4504a86f..a6e81885d3e7 100644 --- a/clients/client-clouddirectory/src/commands/ListTypedLinkFacetNamesCommand.ts +++ b/clients/client-clouddirectory/src/commands/ListTypedLinkFacetNamesCommand.ts @@ -101,9 +101,6 @@ export class ListTypedLinkFacetNamesCommand extends $Command< ListTypedLinkFacetNamesCommandOutput, CloudDirectoryClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -117,9 +114,7 @@ export class ListTypedLinkFacetNamesCommand extends $Command< * @public */ constructor(readonly input: ListTypedLinkFacetNamesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -172,7 +167,4 @@ export class ListTypedLinkFacetNamesCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListTypedLinkFacetNamesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-clouddirectory/src/commands/LookupPolicyCommand.ts b/clients/client-clouddirectory/src/commands/LookupPolicyCommand.ts index 17fe0e55062a..1a2cf497fa28 100644 --- a/clients/client-clouddirectory/src/commands/LookupPolicyCommand.ts +++ b/clients/client-clouddirectory/src/commands/LookupPolicyCommand.ts @@ -120,9 +120,6 @@ export class LookupPolicyCommand extends $Command< LookupPolicyCommandOutput, CloudDirectoryClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -136,9 +133,7 @@ export class LookupPolicyCommand extends $Command< * @public */ constructor(readonly input: LookupPolicyCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -189,7 +184,4 @@ export class LookupPolicyCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_LookupPolicyCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-clouddirectory/src/commands/PublishSchemaCommand.ts b/clients/client-clouddirectory/src/commands/PublishSchemaCommand.ts index 98a8e8229d6b..02be6525a249 100644 --- a/clients/client-clouddirectory/src/commands/PublishSchemaCommand.ts +++ b/clients/client-clouddirectory/src/commands/PublishSchemaCommand.ts @@ -98,9 +98,6 @@ export class PublishSchemaCommand extends $Command< PublishSchemaCommandOutput, CloudDirectoryClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -114,9 +111,7 @@ export class PublishSchemaCommand extends $Command< * @public */ constructor(readonly input: PublishSchemaCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -167,7 +162,4 @@ export class PublishSchemaCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_PublishSchemaCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-clouddirectory/src/commands/PutSchemaFromJsonCommand.ts b/clients/client-clouddirectory/src/commands/PutSchemaFromJsonCommand.ts index cce3a8cf3533..4f2a2208be97 100644 --- a/clients/client-clouddirectory/src/commands/PutSchemaFromJsonCommand.ts +++ b/clients/client-clouddirectory/src/commands/PutSchemaFromJsonCommand.ts @@ -96,9 +96,6 @@ export class PutSchemaFromJsonCommand extends $Command< PutSchemaFromJsonCommandOutput, CloudDirectoryClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -112,9 +109,7 @@ export class PutSchemaFromJsonCommand extends $Command< * @public */ constructor(readonly input: PutSchemaFromJsonCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -167,7 +162,4 @@ export class PutSchemaFromJsonCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_PutSchemaFromJsonCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-clouddirectory/src/commands/RemoveFacetFromObjectCommand.ts b/clients/client-clouddirectory/src/commands/RemoveFacetFromObjectCommand.ts index defcc815c0f8..a5d490e2d13b 100644 --- a/clients/client-clouddirectory/src/commands/RemoveFacetFromObjectCommand.ts +++ b/clients/client-clouddirectory/src/commands/RemoveFacetFromObjectCommand.ts @@ -104,9 +104,6 @@ export class RemoveFacetFromObjectCommand extends $Command< RemoveFacetFromObjectCommandOutput, CloudDirectoryClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -120,9 +117,7 @@ export class RemoveFacetFromObjectCommand extends $Command< * @public */ constructor(readonly input: RemoveFacetFromObjectCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -175,7 +170,4 @@ export class RemoveFacetFromObjectCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_RemoveFacetFromObjectCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-clouddirectory/src/commands/TagResourceCommand.ts b/clients/client-clouddirectory/src/commands/TagResourceCommand.ts index 965c0c35fb3e..2b82b07cd09b 100644 --- a/clients/client-clouddirectory/src/commands/TagResourceCommand.ts +++ b/clients/client-clouddirectory/src/commands/TagResourceCommand.ts @@ -99,9 +99,6 @@ export class TagResourceCommand extends $Command< TagResourceCommandOutput, CloudDirectoryClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -115,9 +112,7 @@ export class TagResourceCommand extends $Command< * @public */ constructor(readonly input: TagResourceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -168,7 +163,4 @@ export class TagResourceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_TagResourceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-clouddirectory/src/commands/UntagResourceCommand.ts b/clients/client-clouddirectory/src/commands/UntagResourceCommand.ts index def0b83e88b6..4a6b1f4da440 100644 --- a/clients/client-clouddirectory/src/commands/UntagResourceCommand.ts +++ b/clients/client-clouddirectory/src/commands/UntagResourceCommand.ts @@ -96,9 +96,6 @@ export class UntagResourceCommand extends $Command< UntagResourceCommandOutput, CloudDirectoryClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -112,9 +109,7 @@ export class UntagResourceCommand extends $Command< * @public */ constructor(readonly input: UntagResourceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -165,7 +160,4 @@ export class UntagResourceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UntagResourceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-clouddirectory/src/commands/UpdateFacetCommand.ts b/clients/client-clouddirectory/src/commands/UpdateFacetCommand.ts index c0d8e7aaa238..5e415344c012 100644 --- a/clients/client-clouddirectory/src/commands/UpdateFacetCommand.ts +++ b/clients/client-clouddirectory/src/commands/UpdateFacetCommand.ts @@ -149,9 +149,6 @@ export class UpdateFacetCommand extends $Command< UpdateFacetCommandOutput, CloudDirectoryClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -165,9 +162,7 @@ export class UpdateFacetCommand extends $Command< * @public */ constructor(readonly input: UpdateFacetCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -218,7 +213,4 @@ export class UpdateFacetCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdateFacetCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-clouddirectory/src/commands/UpdateLinkAttributesCommand.ts b/clients/client-clouddirectory/src/commands/UpdateLinkAttributesCommand.ts index b416d40aa5de..e47ee7f8d06b 100644 --- a/clients/client-clouddirectory/src/commands/UpdateLinkAttributesCommand.ts +++ b/clients/client-clouddirectory/src/commands/UpdateLinkAttributesCommand.ts @@ -140,9 +140,6 @@ export class UpdateLinkAttributesCommand extends $Command< UpdateLinkAttributesCommandOutput, CloudDirectoryClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -156,9 +153,7 @@ export class UpdateLinkAttributesCommand extends $Command< * @public */ constructor(readonly input: UpdateLinkAttributesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -211,7 +206,4 @@ export class UpdateLinkAttributesCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdateLinkAttributesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-clouddirectory/src/commands/UpdateObjectAttributesCommand.ts b/clients/client-clouddirectory/src/commands/UpdateObjectAttributesCommand.ts index 4a02a676f564..1b99cc2cd016 100644 --- a/clients/client-clouddirectory/src/commands/UpdateObjectAttributesCommand.ts +++ b/clients/client-clouddirectory/src/commands/UpdateObjectAttributesCommand.ts @@ -125,9 +125,6 @@ export class UpdateObjectAttributesCommand extends $Command< UpdateObjectAttributesCommandOutput, CloudDirectoryClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -141,9 +138,7 @@ export class UpdateObjectAttributesCommand extends $Command< * @public */ constructor(readonly input: UpdateObjectAttributesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -196,7 +191,4 @@ export class UpdateObjectAttributesCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdateObjectAttributesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-clouddirectory/src/commands/UpdateSchemaCommand.ts b/clients/client-clouddirectory/src/commands/UpdateSchemaCommand.ts index 0b2f48b3bcde..f3e82f047649 100644 --- a/clients/client-clouddirectory/src/commands/UpdateSchemaCommand.ts +++ b/clients/client-clouddirectory/src/commands/UpdateSchemaCommand.ts @@ -94,9 +94,6 @@ export class UpdateSchemaCommand extends $Command< UpdateSchemaCommandOutput, CloudDirectoryClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -110,9 +107,7 @@ export class UpdateSchemaCommand extends $Command< * @public */ constructor(readonly input: UpdateSchemaCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -163,7 +158,4 @@ export class UpdateSchemaCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdateSchemaCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-clouddirectory/src/commands/UpdateTypedLinkFacetCommand.ts b/clients/client-clouddirectory/src/commands/UpdateTypedLinkFacetCommand.ts index f35e84360eb2..d4cfdbbf3fd5 100644 --- a/clients/client-clouddirectory/src/commands/UpdateTypedLinkFacetCommand.ts +++ b/clients/client-clouddirectory/src/commands/UpdateTypedLinkFacetCommand.ts @@ -134,9 +134,6 @@ export class UpdateTypedLinkFacetCommand extends $Command< UpdateTypedLinkFacetCommandOutput, CloudDirectoryClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -150,9 +147,7 @@ export class UpdateTypedLinkFacetCommand extends $Command< * @public */ constructor(readonly input: UpdateTypedLinkFacetCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -205,7 +200,4 @@ export class UpdateTypedLinkFacetCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdateTypedLinkFacetCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-clouddirectory/src/commands/UpgradeAppliedSchemaCommand.ts b/clients/client-clouddirectory/src/commands/UpgradeAppliedSchemaCommand.ts index 9c888b099345..7c25d73b1aa5 100644 --- a/clients/client-clouddirectory/src/commands/UpgradeAppliedSchemaCommand.ts +++ b/clients/client-clouddirectory/src/commands/UpgradeAppliedSchemaCommand.ts @@ -103,9 +103,6 @@ export class UpgradeAppliedSchemaCommand extends $Command< UpgradeAppliedSchemaCommandOutput, CloudDirectoryClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -119,9 +116,7 @@ export class UpgradeAppliedSchemaCommand extends $Command< * @public */ constructor(readonly input: UpgradeAppliedSchemaCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -174,7 +169,4 @@ export class UpgradeAppliedSchemaCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpgradeAppliedSchemaCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-clouddirectory/src/commands/UpgradePublishedSchemaCommand.ts b/clients/client-clouddirectory/src/commands/UpgradePublishedSchemaCommand.ts index d3cd2a05349f..517cc6aa3e1d 100644 --- a/clients/client-clouddirectory/src/commands/UpgradePublishedSchemaCommand.ts +++ b/clients/client-clouddirectory/src/commands/UpgradePublishedSchemaCommand.ts @@ -102,9 +102,6 @@ export class UpgradePublishedSchemaCommand extends $Command< UpgradePublishedSchemaCommandOutput, CloudDirectoryClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -118,9 +115,7 @@ export class UpgradePublishedSchemaCommand extends $Command< * @public */ constructor(readonly input: UpgradePublishedSchemaCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -173,7 +168,4 @@ export class UpgradePublishedSchemaCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpgradePublishedSchemaCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-cloudformation/package.json b/clients/client-cloudformation/package.json index 9532e451f4d5..8d25775a7153 100644 --- a/clients/client-cloudformation/package.json +++ b/clients/client-cloudformation/package.json @@ -34,30 +34,30 @@ "@aws-sdk/util-endpoints": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@smithy/config-resolver": "^2.0.16", - "@smithy/fetch-http-handler": "^2.2.4", - "@smithy/hash-node": "^2.0.12", - "@smithy/invalid-dependency": "^2.0.12", - "@smithy/middleware-content-length": "^2.0.14", - "@smithy/middleware-endpoint": "^2.1.3", - "@smithy/middleware-retry": "^2.0.18", - "@smithy/middleware-serde": "^2.0.12", - "@smithy/middleware-stack": "^2.0.6", - "@smithy/node-config-provider": "^2.1.3", - "@smithy/node-http-handler": "^2.1.8", - "@smithy/protocol-http": "^3.0.8", - "@smithy/smithy-client": "^2.1.12", - "@smithy/types": "^2.4.0", - "@smithy/url-parser": "^2.0.12", - "@smithy/util-base64": "^2.0.0", + "@smithy/config-resolver": "^2.0.18", + "@smithy/fetch-http-handler": "^2.2.6", + "@smithy/hash-node": "^2.0.15", + "@smithy/invalid-dependency": "^2.0.13", + "@smithy/middleware-content-length": "^2.0.15", + "@smithy/middleware-endpoint": "^2.2.0", + "@smithy/middleware-retry": "^2.0.20", + "@smithy/middleware-serde": "^2.0.13", + "@smithy/middleware-stack": "^2.0.7", + "@smithy/node-config-provider": "^2.1.5", + "@smithy/node-http-handler": "^2.1.9", + "@smithy/protocol-http": "^3.0.9", + "@smithy/smithy-client": "^2.1.15", + "@smithy/types": "^2.5.0", + "@smithy/url-parser": "^2.0.13", + "@smithy/util-base64": "^2.0.1", "@smithy/util-body-length-browser": "^2.0.0", "@smithy/util-body-length-node": "^2.1.0", - "@smithy/util-defaults-mode-browser": "^2.0.16", - "@smithy/util-defaults-mode-node": "^2.0.21", - "@smithy/util-endpoints": "^1.0.2", - "@smithy/util-retry": "^2.0.5", - "@smithy/util-utf8": "^2.0.0", - "@smithy/util-waiter": "^2.0.12", + "@smithy/util-defaults-mode-browser": "^2.0.19", + "@smithy/util-defaults-mode-node": "^2.0.25", + "@smithy/util-endpoints": "^1.0.4", + "@smithy/util-retry": "^2.0.6", + "@smithy/util-utf8": "^2.0.2", + "@smithy/util-waiter": "^2.0.13", "fast-xml-parser": "4.2.5", "tslib": "^2.5.0", "uuid": "^8.3.2" diff --git a/clients/client-cloudformation/src/commands/ActivateOrganizationsAccessCommand.ts b/clients/client-cloudformation/src/commands/ActivateOrganizationsAccessCommand.ts index 233aaf57902e..acfe925b3df5 100644 --- a/clients/client-cloudformation/src/commands/ActivateOrganizationsAccessCommand.ts +++ b/clients/client-cloudformation/src/commands/ActivateOrganizationsAccessCommand.ts @@ -74,9 +74,6 @@ export class ActivateOrganizationsAccessCommand extends $Command< ActivateOrganizationsAccessCommandOutput, CloudFormationClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -90,9 +87,7 @@ export class ActivateOrganizationsAccessCommand extends $Command< * @public */ constructor(readonly input: ActivateOrganizationsAccessCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -148,7 +143,4 @@ export class ActivateOrganizationsAccessCommand extends $Command< ): Promise { return de_ActivateOrganizationsAccessCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-cloudformation/src/commands/ActivateTypeCommand.ts b/clients/client-cloudformation/src/commands/ActivateTypeCommand.ts index 34425856bbe9..91ea71aea43c 100644 --- a/clients/client-cloudformation/src/commands/ActivateTypeCommand.ts +++ b/clients/client-cloudformation/src/commands/ActivateTypeCommand.ts @@ -93,9 +93,6 @@ export class ActivateTypeCommand extends $Command< ActivateTypeCommandOutput, CloudFormationClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -109,9 +106,7 @@ export class ActivateTypeCommand extends $Command< * @public */ constructor(readonly input: ActivateTypeCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -162,7 +157,4 @@ export class ActivateTypeCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ActivateTypeCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-cloudformation/src/commands/BatchDescribeTypeConfigurationsCommand.ts b/clients/client-cloudformation/src/commands/BatchDescribeTypeConfigurationsCommand.ts index 62c51a7926b5..7f62bc955b5b 100644 --- a/clients/client-cloudformation/src/commands/BatchDescribeTypeConfigurationsCommand.ts +++ b/clients/client-cloudformation/src/commands/BatchDescribeTypeConfigurationsCommand.ts @@ -123,9 +123,6 @@ export class BatchDescribeTypeConfigurationsCommand extends $Command< BatchDescribeTypeConfigurationsCommandOutput, CloudFormationClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -139,9 +136,7 @@ export class BatchDescribeTypeConfigurationsCommand extends $Command< * @public */ constructor(readonly input: BatchDescribeTypeConfigurationsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -200,7 +195,4 @@ export class BatchDescribeTypeConfigurationsCommand extends $Command< ): Promise { return de_BatchDescribeTypeConfigurationsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-cloudformation/src/commands/CancelUpdateStackCommand.ts b/clients/client-cloudformation/src/commands/CancelUpdateStackCommand.ts index 75e15fb70fbb..1e0219a6efbb 100644 --- a/clients/client-cloudformation/src/commands/CancelUpdateStackCommand.ts +++ b/clients/client-cloudformation/src/commands/CancelUpdateStackCommand.ts @@ -76,9 +76,6 @@ export class CancelUpdateStackCommand extends $Command< CancelUpdateStackCommandOutput, CloudFormationClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -92,9 +89,7 @@ export class CancelUpdateStackCommand extends $Command< * @public */ constructor(readonly input: CancelUpdateStackCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -147,7 +142,4 @@ export class CancelUpdateStackCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CancelUpdateStackCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-cloudformation/src/commands/ContinueUpdateRollbackCommand.ts b/clients/client-cloudformation/src/commands/ContinueUpdateRollbackCommand.ts index f2a3211ec73d..bc35753e2ff5 100644 --- a/clients/client-cloudformation/src/commands/ContinueUpdateRollbackCommand.ts +++ b/clients/client-cloudformation/src/commands/ContinueUpdateRollbackCommand.ts @@ -84,9 +84,6 @@ export class ContinueUpdateRollbackCommand extends $Command< ContinueUpdateRollbackCommandOutput, CloudFormationClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -100,9 +97,7 @@ export class ContinueUpdateRollbackCommand extends $Command< * @public */ constructor(readonly input: ContinueUpdateRollbackCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -155,7 +150,4 @@ export class ContinueUpdateRollbackCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ContinueUpdateRollbackCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-cloudformation/src/commands/CreateChangeSetCommand.ts b/clients/client-cloudformation/src/commands/CreateChangeSetCommand.ts index ab3f2b9208c3..3e7d1a29d191 100644 --- a/clients/client-cloudformation/src/commands/CreateChangeSetCommand.ts +++ b/clients/client-cloudformation/src/commands/CreateChangeSetCommand.ts @@ -148,9 +148,6 @@ export class CreateChangeSetCommand extends $Command< CreateChangeSetCommandOutput, CloudFormationClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -164,9 +161,7 @@ export class CreateChangeSetCommand extends $Command< * @public */ constructor(readonly input: CreateChangeSetCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -219,7 +214,4 @@ export class CreateChangeSetCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateChangeSetCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-cloudformation/src/commands/CreateStackCommand.ts b/clients/client-cloudformation/src/commands/CreateStackCommand.ts index 78ec549c8333..1e794bf2ebd9 100644 --- a/clients/client-cloudformation/src/commands/CreateStackCommand.ts +++ b/clients/client-cloudformation/src/commands/CreateStackCommand.ts @@ -128,9 +128,6 @@ export class CreateStackCommand extends $Command< CreateStackCommandOutput, CloudFormationClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -144,9 +141,7 @@ export class CreateStackCommand extends $Command< * @public */ constructor(readonly input: CreateStackCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -197,7 +192,4 @@ export class CreateStackCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateStackCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-cloudformation/src/commands/CreateStackInstancesCommand.ts b/clients/client-cloudformation/src/commands/CreateStackInstancesCommand.ts index 29f9049df010..ec2087dbd60a 100644 --- a/clients/client-cloudformation/src/commands/CreateStackInstancesCommand.ts +++ b/clients/client-cloudformation/src/commands/CreateStackInstancesCommand.ts @@ -131,9 +131,6 @@ export class CreateStackInstancesCommand extends $Command< CreateStackInstancesCommandOutput, CloudFormationClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -147,9 +144,7 @@ export class CreateStackInstancesCommand extends $Command< * @public */ constructor(readonly input: CreateStackInstancesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -202,7 +197,4 @@ export class CreateStackInstancesCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateStackInstancesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-cloudformation/src/commands/CreateStackSetCommand.ts b/clients/client-cloudformation/src/commands/CreateStackSetCommand.ts index 40ef9da91375..eb3483d3cc52 100644 --- a/clients/client-cloudformation/src/commands/CreateStackSetCommand.ts +++ b/clients/client-cloudformation/src/commands/CreateStackSetCommand.ts @@ -114,9 +114,6 @@ export class CreateStackSetCommand extends $Command< CreateStackSetCommandOutput, CloudFormationClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -130,9 +127,7 @@ export class CreateStackSetCommand extends $Command< * @public */ constructor(readonly input: CreateStackSetCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -185,7 +180,4 @@ export class CreateStackSetCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateStackSetCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-cloudformation/src/commands/DeactivateOrganizationsAccessCommand.ts b/clients/client-cloudformation/src/commands/DeactivateOrganizationsAccessCommand.ts index de122db171e9..283bf330046f 100644 --- a/clients/client-cloudformation/src/commands/DeactivateOrganizationsAccessCommand.ts +++ b/clients/client-cloudformation/src/commands/DeactivateOrganizationsAccessCommand.ts @@ -79,9 +79,6 @@ export class DeactivateOrganizationsAccessCommand extends $Command< DeactivateOrganizationsAccessCommandOutput, CloudFormationClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -95,9 +92,7 @@ export class DeactivateOrganizationsAccessCommand extends $Command< * @public */ constructor(readonly input: DeactivateOrganizationsAccessCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -153,7 +148,4 @@ export class DeactivateOrganizationsAccessCommand extends $Command< ): Promise { return de_DeactivateOrganizationsAccessCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-cloudformation/src/commands/DeactivateTypeCommand.ts b/clients/client-cloudformation/src/commands/DeactivateTypeCommand.ts index c65e2cef0c8e..386bfac54090 100644 --- a/clients/client-cloudformation/src/commands/DeactivateTypeCommand.ts +++ b/clients/client-cloudformation/src/commands/DeactivateTypeCommand.ts @@ -80,9 +80,6 @@ export class DeactivateTypeCommand extends $Command< DeactivateTypeCommandOutput, CloudFormationClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -96,9 +93,7 @@ export class DeactivateTypeCommand extends $Command< * @public */ constructor(readonly input: DeactivateTypeCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -151,7 +146,4 @@ export class DeactivateTypeCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeactivateTypeCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-cloudformation/src/commands/DeleteChangeSetCommand.ts b/clients/client-cloudformation/src/commands/DeleteChangeSetCommand.ts index b3aabd523b11..fd329befcd04 100644 --- a/clients/client-cloudformation/src/commands/DeleteChangeSetCommand.ts +++ b/clients/client-cloudformation/src/commands/DeleteChangeSetCommand.ts @@ -77,9 +77,6 @@ export class DeleteChangeSetCommand extends $Command< DeleteChangeSetCommandOutput, CloudFormationClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -93,9 +90,7 @@ export class DeleteChangeSetCommand extends $Command< * @public */ constructor(readonly input: DeleteChangeSetCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -148,7 +143,4 @@ export class DeleteChangeSetCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteChangeSetCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-cloudformation/src/commands/DeleteStackCommand.ts b/clients/client-cloudformation/src/commands/DeleteStackCommand.ts index 7e7f734bda8e..f693d5b72749 100644 --- a/clients/client-cloudformation/src/commands/DeleteStackCommand.ts +++ b/clients/client-cloudformation/src/commands/DeleteStackCommand.ts @@ -77,9 +77,6 @@ export class DeleteStackCommand extends $Command< DeleteStackCommandOutput, CloudFormationClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -93,9 +90,7 @@ export class DeleteStackCommand extends $Command< * @public */ constructor(readonly input: DeleteStackCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -146,7 +141,4 @@ export class DeleteStackCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteStackCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-cloudformation/src/commands/DeleteStackInstancesCommand.ts b/clients/client-cloudformation/src/commands/DeleteStackInstancesCommand.ts index 6da24b8f3742..67e37e58b252 100644 --- a/clients/client-cloudformation/src/commands/DeleteStackInstancesCommand.ts +++ b/clients/client-cloudformation/src/commands/DeleteStackInstancesCommand.ts @@ -116,9 +116,6 @@ export class DeleteStackInstancesCommand extends $Command< DeleteStackInstancesCommandOutput, CloudFormationClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -132,9 +129,7 @@ export class DeleteStackInstancesCommand extends $Command< * @public */ constructor(readonly input: DeleteStackInstancesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -187,7 +182,4 @@ export class DeleteStackInstancesCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteStackInstancesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-cloudformation/src/commands/DeleteStackSetCommand.ts b/clients/client-cloudformation/src/commands/DeleteStackSetCommand.ts index 628717a04f84..616d5d3cdb44 100644 --- a/clients/client-cloudformation/src/commands/DeleteStackSetCommand.ts +++ b/clients/client-cloudformation/src/commands/DeleteStackSetCommand.ts @@ -78,9 +78,6 @@ export class DeleteStackSetCommand extends $Command< DeleteStackSetCommandOutput, CloudFormationClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -94,9 +91,7 @@ export class DeleteStackSetCommand extends $Command< * @public */ constructor(readonly input: DeleteStackSetCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -149,7 +144,4 @@ export class DeleteStackSetCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteStackSetCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-cloudformation/src/commands/DeregisterTypeCommand.ts b/clients/client-cloudformation/src/commands/DeregisterTypeCommand.ts index 2452f2bd88e6..4b0ffcaea487 100644 --- a/clients/client-cloudformation/src/commands/DeregisterTypeCommand.ts +++ b/clients/client-cloudformation/src/commands/DeregisterTypeCommand.ts @@ -86,9 +86,6 @@ export class DeregisterTypeCommand extends $Command< DeregisterTypeCommandOutput, CloudFormationClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -102,9 +99,7 @@ export class DeregisterTypeCommand extends $Command< * @public */ constructor(readonly input: DeregisterTypeCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -157,7 +152,4 @@ export class DeregisterTypeCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeregisterTypeCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-cloudformation/src/commands/DescribeAccountLimitsCommand.ts b/clients/client-cloudformation/src/commands/DescribeAccountLimitsCommand.ts index 1442baabc6ee..c952de590f90 100644 --- a/clients/client-cloudformation/src/commands/DescribeAccountLimitsCommand.ts +++ b/clients/client-cloudformation/src/commands/DescribeAccountLimitsCommand.ts @@ -78,9 +78,6 @@ export class DescribeAccountLimitsCommand extends $Command< DescribeAccountLimitsCommandOutput, CloudFormationClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -94,9 +91,7 @@ export class DescribeAccountLimitsCommand extends $Command< * @public */ constructor(readonly input: DescribeAccountLimitsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -149,7 +144,4 @@ export class DescribeAccountLimitsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DescribeAccountLimitsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-cloudformation/src/commands/DescribeChangeSetCommand.ts b/clients/client-cloudformation/src/commands/DescribeChangeSetCommand.ts index 34eb929e085b..f7bc92b7afd9 100644 --- a/clients/client-cloudformation/src/commands/DescribeChangeSetCommand.ts +++ b/clients/client-cloudformation/src/commands/DescribeChangeSetCommand.ts @@ -153,9 +153,6 @@ export class DescribeChangeSetCommand extends $Command< DescribeChangeSetCommandOutput, CloudFormationClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -169,9 +166,7 @@ export class DescribeChangeSetCommand extends $Command< * @public */ constructor(readonly input: DescribeChangeSetCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -224,7 +219,4 @@ export class DescribeChangeSetCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DescribeChangeSetCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-cloudformation/src/commands/DescribeChangeSetHooksCommand.ts b/clients/client-cloudformation/src/commands/DescribeChangeSetHooksCommand.ts index 10d3594f1911..b9650fdc4fc8 100644 --- a/clients/client-cloudformation/src/commands/DescribeChangeSetHooksCommand.ts +++ b/clients/client-cloudformation/src/commands/DescribeChangeSetHooksCommand.ts @@ -100,9 +100,6 @@ export class DescribeChangeSetHooksCommand extends $Command< DescribeChangeSetHooksCommandOutput, CloudFormationClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -116,9 +113,7 @@ export class DescribeChangeSetHooksCommand extends $Command< * @public */ constructor(readonly input: DescribeChangeSetHooksCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -171,7 +166,4 @@ export class DescribeChangeSetHooksCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DescribeChangeSetHooksCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-cloudformation/src/commands/DescribeOrganizationsAccessCommand.ts b/clients/client-cloudformation/src/commands/DescribeOrganizationsAccessCommand.ts index cb533b0f3dae..02b7f24aa9fc 100644 --- a/clients/client-cloudformation/src/commands/DescribeOrganizationsAccessCommand.ts +++ b/clients/client-cloudformation/src/commands/DescribeOrganizationsAccessCommand.ts @@ -79,9 +79,6 @@ export class DescribeOrganizationsAccessCommand extends $Command< DescribeOrganizationsAccessCommandOutput, CloudFormationClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -95,9 +92,7 @@ export class DescribeOrganizationsAccessCommand extends $Command< * @public */ constructor(readonly input: DescribeOrganizationsAccessCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -153,7 +148,4 @@ export class DescribeOrganizationsAccessCommand extends $Command< ): Promise { return de_DescribeOrganizationsAccessCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-cloudformation/src/commands/DescribePublisherCommand.ts b/clients/client-cloudformation/src/commands/DescribePublisherCommand.ts index 4f85792c4615..53b78c6f8ae9 100644 --- a/clients/client-cloudformation/src/commands/DescribePublisherCommand.ts +++ b/clients/client-cloudformation/src/commands/DescribePublisherCommand.ts @@ -93,9 +93,6 @@ export class DescribePublisherCommand extends $Command< DescribePublisherCommandOutput, CloudFormationClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -109,9 +106,7 @@ export class DescribePublisherCommand extends $Command< * @public */ constructor(readonly input: DescribePublisherCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -164,7 +159,4 @@ export class DescribePublisherCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DescribePublisherCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-cloudformation/src/commands/DescribeStackDriftDetectionStatusCommand.ts b/clients/client-cloudformation/src/commands/DescribeStackDriftDetectionStatusCommand.ts index f31f76bf94e9..b096e2bec27f 100644 --- a/clients/client-cloudformation/src/commands/DescribeStackDriftDetectionStatusCommand.ts +++ b/clients/client-cloudformation/src/commands/DescribeStackDriftDetectionStatusCommand.ts @@ -90,9 +90,6 @@ export class DescribeStackDriftDetectionStatusCommand extends $Command< DescribeStackDriftDetectionStatusCommandOutput, CloudFormationClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -106,9 +103,7 @@ export class DescribeStackDriftDetectionStatusCommand extends $Command< * @public */ constructor(readonly input: DescribeStackDriftDetectionStatusCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -167,7 +162,4 @@ export class DescribeStackDriftDetectionStatusCommand extends $Command< ): Promise { return de_DescribeStackDriftDetectionStatusCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-cloudformation/src/commands/DescribeStackEventsCommand.ts b/clients/client-cloudformation/src/commands/DescribeStackEventsCommand.ts index a016baef5fd0..15cbb0b52bf3 100644 --- a/clients/client-cloudformation/src/commands/DescribeStackEventsCommand.ts +++ b/clients/client-cloudformation/src/commands/DescribeStackEventsCommand.ts @@ -96,9 +96,6 @@ export class DescribeStackEventsCommand extends $Command< DescribeStackEventsCommandOutput, CloudFormationClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -112,9 +109,7 @@ export class DescribeStackEventsCommand extends $Command< * @public */ constructor(readonly input: DescribeStackEventsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -167,7 +162,4 @@ export class DescribeStackEventsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DescribeStackEventsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-cloudformation/src/commands/DescribeStackInstanceCommand.ts b/clients/client-cloudformation/src/commands/DescribeStackInstanceCommand.ts index f9c805551304..77a39b89bc7c 100644 --- a/clients/client-cloudformation/src/commands/DescribeStackInstanceCommand.ts +++ b/clients/client-cloudformation/src/commands/DescribeStackInstanceCommand.ts @@ -103,9 +103,6 @@ export class DescribeStackInstanceCommand extends $Command< DescribeStackInstanceCommandOutput, CloudFormationClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -119,9 +116,7 @@ export class DescribeStackInstanceCommand extends $Command< * @public */ constructor(readonly input: DescribeStackInstanceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -174,7 +169,4 @@ export class DescribeStackInstanceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DescribeStackInstanceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-cloudformation/src/commands/DescribeStackResourceCommand.ts b/clients/client-cloudformation/src/commands/DescribeStackResourceCommand.ts index 247894ae3fe8..4848fd14f82c 100644 --- a/clients/client-cloudformation/src/commands/DescribeStackResourceCommand.ts +++ b/clients/client-cloudformation/src/commands/DescribeStackResourceCommand.ts @@ -92,9 +92,6 @@ export class DescribeStackResourceCommand extends $Command< DescribeStackResourceCommandOutput, CloudFormationClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -108,9 +105,7 @@ export class DescribeStackResourceCommand extends $Command< * @public */ constructor(readonly input: DescribeStackResourceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -163,7 +158,4 @@ export class DescribeStackResourceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DescribeStackResourceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-cloudformation/src/commands/DescribeStackResourceDriftsCommand.ts b/clients/client-cloudformation/src/commands/DescribeStackResourceDriftsCommand.ts index e75faf9007e4..af31c36d6e1a 100644 --- a/clients/client-cloudformation/src/commands/DescribeStackResourceDriftsCommand.ts +++ b/clients/client-cloudformation/src/commands/DescribeStackResourceDriftsCommand.ts @@ -111,9 +111,6 @@ export class DescribeStackResourceDriftsCommand extends $Command< DescribeStackResourceDriftsCommandOutput, CloudFormationClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -127,9 +124,7 @@ export class DescribeStackResourceDriftsCommand extends $Command< * @public */ constructor(readonly input: DescribeStackResourceDriftsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -185,7 +180,4 @@ export class DescribeStackResourceDriftsCommand extends $Command< ): Promise { return de_DescribeStackResourceDriftsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-cloudformation/src/commands/DescribeStackResourcesCommand.ts b/clients/client-cloudformation/src/commands/DescribeStackResourcesCommand.ts index 1890a9a457fc..46db4b0dffb5 100644 --- a/clients/client-cloudformation/src/commands/DescribeStackResourcesCommand.ts +++ b/clients/client-cloudformation/src/commands/DescribeStackResourcesCommand.ts @@ -107,9 +107,6 @@ export class DescribeStackResourcesCommand extends $Command< DescribeStackResourcesCommandOutput, CloudFormationClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -123,9 +120,7 @@ export class DescribeStackResourcesCommand extends $Command< * @public */ constructor(readonly input: DescribeStackResourcesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -178,7 +173,4 @@ export class DescribeStackResourcesCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DescribeStackResourcesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-cloudformation/src/commands/DescribeStackSetCommand.ts b/clients/client-cloudformation/src/commands/DescribeStackSetCommand.ts index f93fe0c29011..1f7ae0dab521 100644 --- a/clients/client-cloudformation/src/commands/DescribeStackSetCommand.ts +++ b/clients/client-cloudformation/src/commands/DescribeStackSetCommand.ts @@ -124,9 +124,6 @@ export class DescribeStackSetCommand extends $Command< DescribeStackSetCommandOutput, CloudFormationClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -140,9 +137,7 @@ export class DescribeStackSetCommand extends $Command< * @public */ constructor(readonly input: DescribeStackSetCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -195,7 +190,4 @@ export class DescribeStackSetCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DescribeStackSetCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-cloudformation/src/commands/DescribeStackSetOperationCommand.ts b/clients/client-cloudformation/src/commands/DescribeStackSetOperationCommand.ts index b4b8f32afc02..ba3a5902adde 100644 --- a/clients/client-cloudformation/src/commands/DescribeStackSetOperationCommand.ts +++ b/clients/client-cloudformation/src/commands/DescribeStackSetOperationCommand.ts @@ -123,9 +123,6 @@ export class DescribeStackSetOperationCommand extends $Command< DescribeStackSetOperationCommandOutput, CloudFormationClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -139,9 +136,7 @@ export class DescribeStackSetOperationCommand extends $Command< * @public */ constructor(readonly input: DescribeStackSetOperationCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -197,7 +192,4 @@ export class DescribeStackSetOperationCommand extends $Command< ): Promise { return de_DescribeStackSetOperationCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-cloudformation/src/commands/DescribeStacksCommand.ts b/clients/client-cloudformation/src/commands/DescribeStacksCommand.ts index 2882cca2dda9..aaffaecd546e 100644 --- a/clients/client-cloudformation/src/commands/DescribeStacksCommand.ts +++ b/clients/client-cloudformation/src/commands/DescribeStacksCommand.ts @@ -136,9 +136,6 @@ export class DescribeStacksCommand extends $Command< DescribeStacksCommandOutput, CloudFormationClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -152,9 +149,7 @@ export class DescribeStacksCommand extends $Command< * @public */ constructor(readonly input: DescribeStacksCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -207,7 +202,4 @@ export class DescribeStacksCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DescribeStacksCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-cloudformation/src/commands/DescribeTypeCommand.ts b/clients/client-cloudformation/src/commands/DescribeTypeCommand.ts index 7e4b73e75264..ad327f725c8a 100644 --- a/clients/client-cloudformation/src/commands/DescribeTypeCommand.ts +++ b/clients/client-cloudformation/src/commands/DescribeTypeCommand.ts @@ -121,9 +121,6 @@ export class DescribeTypeCommand extends $Command< DescribeTypeCommandOutput, CloudFormationClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -137,9 +134,7 @@ export class DescribeTypeCommand extends $Command< * @public */ constructor(readonly input: DescribeTypeCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -190,7 +185,4 @@ export class DescribeTypeCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DescribeTypeCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-cloudformation/src/commands/DescribeTypeRegistrationCommand.ts b/clients/client-cloudformation/src/commands/DescribeTypeRegistrationCommand.ts index 2852267dc812..aecb71291eb2 100644 --- a/clients/client-cloudformation/src/commands/DescribeTypeRegistrationCommand.ts +++ b/clients/client-cloudformation/src/commands/DescribeTypeRegistrationCommand.ts @@ -80,9 +80,6 @@ export class DescribeTypeRegistrationCommand extends $Command< DescribeTypeRegistrationCommandOutput, CloudFormationClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -96,9 +93,7 @@ export class DescribeTypeRegistrationCommand extends $Command< * @public */ constructor(readonly input: DescribeTypeRegistrationCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -151,7 +146,4 @@ export class DescribeTypeRegistrationCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DescribeTypeRegistrationCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-cloudformation/src/commands/DetectStackDriftCommand.ts b/clients/client-cloudformation/src/commands/DetectStackDriftCommand.ts index de3ceb990e64..9705a4a6e537 100644 --- a/clients/client-cloudformation/src/commands/DetectStackDriftCommand.ts +++ b/clients/client-cloudformation/src/commands/DetectStackDriftCommand.ts @@ -89,9 +89,6 @@ export class DetectStackDriftCommand extends $Command< DetectStackDriftCommandOutput, CloudFormationClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -105,9 +102,7 @@ export class DetectStackDriftCommand extends $Command< * @public */ constructor(readonly input: DetectStackDriftCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -160,7 +155,4 @@ export class DetectStackDriftCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DetectStackDriftCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-cloudformation/src/commands/DetectStackResourceDriftCommand.ts b/clients/client-cloudformation/src/commands/DetectStackResourceDriftCommand.ts index 5fa1ba0a8ade..e606e92ab8f2 100644 --- a/clients/client-cloudformation/src/commands/DetectStackResourceDriftCommand.ts +++ b/clients/client-cloudformation/src/commands/DetectStackResourceDriftCommand.ts @@ -107,9 +107,6 @@ export class DetectStackResourceDriftCommand extends $Command< DetectStackResourceDriftCommandOutput, CloudFormationClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -123,9 +120,7 @@ export class DetectStackResourceDriftCommand extends $Command< * @public */ constructor(readonly input: DetectStackResourceDriftCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -178,7 +173,4 @@ export class DetectStackResourceDriftCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DetectStackResourceDriftCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-cloudformation/src/commands/DetectStackSetDriftCommand.ts b/clients/client-cloudformation/src/commands/DetectStackSetDriftCommand.ts index fc7ab5c26c23..438b0a250111 100644 --- a/clients/client-cloudformation/src/commands/DetectStackSetDriftCommand.ts +++ b/clients/client-cloudformation/src/commands/DetectStackSetDriftCommand.ts @@ -120,9 +120,6 @@ export class DetectStackSetDriftCommand extends $Command< DetectStackSetDriftCommandOutput, CloudFormationClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -136,9 +133,7 @@ export class DetectStackSetDriftCommand extends $Command< * @public */ constructor(readonly input: DetectStackSetDriftCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -191,7 +186,4 @@ export class DetectStackSetDriftCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DetectStackSetDriftCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-cloudformation/src/commands/EstimateTemplateCostCommand.ts b/clients/client-cloudformation/src/commands/EstimateTemplateCostCommand.ts index d00d8fe45d04..505ff4905b02 100644 --- a/clients/client-cloudformation/src/commands/EstimateTemplateCostCommand.ts +++ b/clients/client-cloudformation/src/commands/EstimateTemplateCostCommand.ts @@ -80,9 +80,6 @@ export class EstimateTemplateCostCommand extends $Command< EstimateTemplateCostCommandOutput, CloudFormationClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -96,9 +93,7 @@ export class EstimateTemplateCostCommand extends $Command< * @public */ constructor(readonly input: EstimateTemplateCostCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -151,7 +146,4 @@ export class EstimateTemplateCostCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_EstimateTemplateCostCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-cloudformation/src/commands/ExecuteChangeSetCommand.ts b/clients/client-cloudformation/src/commands/ExecuteChangeSetCommand.ts index 0746823faae9..781ac83a3ae8 100644 --- a/clients/client-cloudformation/src/commands/ExecuteChangeSetCommand.ts +++ b/clients/client-cloudformation/src/commands/ExecuteChangeSetCommand.ts @@ -93,9 +93,6 @@ export class ExecuteChangeSetCommand extends $Command< ExecuteChangeSetCommandOutput, CloudFormationClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -109,9 +106,7 @@ export class ExecuteChangeSetCommand extends $Command< * @public */ constructor(readonly input: ExecuteChangeSetCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -164,7 +159,4 @@ export class ExecuteChangeSetCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ExecuteChangeSetCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-cloudformation/src/commands/GetStackPolicyCommand.ts b/clients/client-cloudformation/src/commands/GetStackPolicyCommand.ts index f3bb8558dfc0..dac369ba84ff 100644 --- a/clients/client-cloudformation/src/commands/GetStackPolicyCommand.ts +++ b/clients/client-cloudformation/src/commands/GetStackPolicyCommand.ts @@ -71,9 +71,6 @@ export class GetStackPolicyCommand extends $Command< GetStackPolicyCommandOutput, CloudFormationClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -87,9 +84,7 @@ export class GetStackPolicyCommand extends $Command< * @public */ constructor(readonly input: GetStackPolicyCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -142,7 +137,4 @@ export class GetStackPolicyCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetStackPolicyCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-cloudformation/src/commands/GetTemplateCommand.ts b/clients/client-cloudformation/src/commands/GetTemplateCommand.ts index 1e6a0ee5d4cd..ff9d84c4c1d6 100644 --- a/clients/client-cloudformation/src/commands/GetTemplateCommand.ts +++ b/clients/client-cloudformation/src/commands/GetTemplateCommand.ts @@ -84,9 +84,6 @@ export class GetTemplateCommand extends $Command< GetTemplateCommandOutput, CloudFormationClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -100,9 +97,7 @@ export class GetTemplateCommand extends $Command< * @public */ constructor(readonly input: GetTemplateCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -153,7 +148,4 @@ export class GetTemplateCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetTemplateCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-cloudformation/src/commands/GetTemplateSummaryCommand.ts b/clients/client-cloudformation/src/commands/GetTemplateSummaryCommand.ts index a349afd9b1b9..19c7c44c33cb 100644 --- a/clients/client-cloudformation/src/commands/GetTemplateSummaryCommand.ts +++ b/clients/client-cloudformation/src/commands/GetTemplateSummaryCommand.ts @@ -128,9 +128,6 @@ export class GetTemplateSummaryCommand extends $Command< GetTemplateSummaryCommandOutput, CloudFormationClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -144,9 +141,7 @@ export class GetTemplateSummaryCommand extends $Command< * @public */ constructor(readonly input: GetTemplateSummaryCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -199,7 +194,4 @@ export class GetTemplateSummaryCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetTemplateSummaryCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-cloudformation/src/commands/ImportStacksToStackSetCommand.ts b/clients/client-cloudformation/src/commands/ImportStacksToStackSetCommand.ts index f9f8a38cc03e..dba84063d3fa 100644 --- a/clients/client-cloudformation/src/commands/ImportStacksToStackSetCommand.ts +++ b/clients/client-cloudformation/src/commands/ImportStacksToStackSetCommand.ts @@ -116,9 +116,6 @@ export class ImportStacksToStackSetCommand extends $Command< ImportStacksToStackSetCommandOutput, CloudFormationClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -132,9 +129,7 @@ export class ImportStacksToStackSetCommand extends $Command< * @public */ constructor(readonly input: ImportStacksToStackSetCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -187,7 +182,4 @@ export class ImportStacksToStackSetCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ImportStacksToStackSetCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-cloudformation/src/commands/ListChangeSetsCommand.ts b/clients/client-cloudformation/src/commands/ListChangeSetsCommand.ts index 4d39d353d85f..eef3328a845b 100644 --- a/clients/client-cloudformation/src/commands/ListChangeSetsCommand.ts +++ b/clients/client-cloudformation/src/commands/ListChangeSetsCommand.ts @@ -88,9 +88,6 @@ export class ListChangeSetsCommand extends $Command< ListChangeSetsCommandOutput, CloudFormationClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -104,9 +101,7 @@ export class ListChangeSetsCommand extends $Command< * @public */ constructor(readonly input: ListChangeSetsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -159,7 +154,4 @@ export class ListChangeSetsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListChangeSetsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-cloudformation/src/commands/ListExportsCommand.ts b/clients/client-cloudformation/src/commands/ListExportsCommand.ts index 02b3cbc934f5..6261bd401d6b 100644 --- a/clients/client-cloudformation/src/commands/ListExportsCommand.ts +++ b/clients/client-cloudformation/src/commands/ListExportsCommand.ts @@ -81,9 +81,6 @@ export class ListExportsCommand extends $Command< ListExportsCommandOutput, CloudFormationClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -97,9 +94,7 @@ export class ListExportsCommand extends $Command< * @public */ constructor(readonly input: ListExportsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -150,7 +145,4 @@ export class ListExportsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListExportsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-cloudformation/src/commands/ListImportsCommand.ts b/clients/client-cloudformation/src/commands/ListImportsCommand.ts index 8c746c057bfd..273d9c79e6a3 100644 --- a/clients/client-cloudformation/src/commands/ListImportsCommand.ts +++ b/clients/client-cloudformation/src/commands/ListImportsCommand.ts @@ -77,9 +77,6 @@ export class ListImportsCommand extends $Command< ListImportsCommandOutput, CloudFormationClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -93,9 +90,7 @@ export class ListImportsCommand extends $Command< * @public */ constructor(readonly input: ListImportsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -146,7 +141,4 @@ export class ListImportsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListImportsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-cloudformation/src/commands/ListStackInstanceResourceDriftsCommand.ts b/clients/client-cloudformation/src/commands/ListStackInstanceResourceDriftsCommand.ts index c14249eecce1..f6cff916e70f 100644 --- a/clients/client-cloudformation/src/commands/ListStackInstanceResourceDriftsCommand.ts +++ b/clients/client-cloudformation/src/commands/ListStackInstanceResourceDriftsCommand.ts @@ -123,9 +123,6 @@ export class ListStackInstanceResourceDriftsCommand extends $Command< ListStackInstanceResourceDriftsCommandOutput, CloudFormationClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -139,9 +136,7 @@ export class ListStackInstanceResourceDriftsCommand extends $Command< * @public */ constructor(readonly input: ListStackInstanceResourceDriftsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -200,7 +195,4 @@ export class ListStackInstanceResourceDriftsCommand extends $Command< ): Promise { return de_ListStackInstanceResourceDriftsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-cloudformation/src/commands/ListStackInstancesCommand.ts b/clients/client-cloudformation/src/commands/ListStackInstancesCommand.ts index 317aef87b0c7..32ff2a52a8ed 100644 --- a/clients/client-cloudformation/src/commands/ListStackInstancesCommand.ts +++ b/clients/client-cloudformation/src/commands/ListStackInstancesCommand.ts @@ -103,9 +103,6 @@ export class ListStackInstancesCommand extends $Command< ListStackInstancesCommandOutput, CloudFormationClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -119,9 +116,7 @@ export class ListStackInstancesCommand extends $Command< * @public */ constructor(readonly input: ListStackInstancesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -174,7 +169,4 @@ export class ListStackInstancesCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListStackInstancesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-cloudformation/src/commands/ListStackResourcesCommand.ts b/clients/client-cloudformation/src/commands/ListStackResourcesCommand.ts index 49250d42868f..339eb795d790 100644 --- a/clients/client-cloudformation/src/commands/ListStackResourcesCommand.ts +++ b/clients/client-cloudformation/src/commands/ListStackResourcesCommand.ts @@ -91,9 +91,6 @@ export class ListStackResourcesCommand extends $Command< ListStackResourcesCommandOutput, CloudFormationClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -107,9 +104,7 @@ export class ListStackResourcesCommand extends $Command< * @public */ constructor(readonly input: ListStackResourcesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -162,7 +157,4 @@ export class ListStackResourcesCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListStackResourcesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-cloudformation/src/commands/ListStackSetOperationResultsCommand.ts b/clients/client-cloudformation/src/commands/ListStackSetOperationResultsCommand.ts index 0a1d448d57de..51dd7c0508b4 100644 --- a/clients/client-cloudformation/src/commands/ListStackSetOperationResultsCommand.ts +++ b/clients/client-cloudformation/src/commands/ListStackSetOperationResultsCommand.ts @@ -101,9 +101,6 @@ export class ListStackSetOperationResultsCommand extends $Command< ListStackSetOperationResultsCommandOutput, CloudFormationClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -117,9 +114,7 @@ export class ListStackSetOperationResultsCommand extends $Command< * @public */ constructor(readonly input: ListStackSetOperationResultsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -175,7 +170,4 @@ export class ListStackSetOperationResultsCommand extends $Command< ): Promise { return de_ListStackSetOperationResultsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-cloudformation/src/commands/ListStackSetOperationsCommand.ts b/clients/client-cloudformation/src/commands/ListStackSetOperationsCommand.ts index aa2865804731..4e22dfa177c2 100644 --- a/clients/client-cloudformation/src/commands/ListStackSetOperationsCommand.ts +++ b/clients/client-cloudformation/src/commands/ListStackSetOperationsCommand.ts @@ -100,9 +100,6 @@ export class ListStackSetOperationsCommand extends $Command< ListStackSetOperationsCommandOutput, CloudFormationClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -116,9 +113,7 @@ export class ListStackSetOperationsCommand extends $Command< * @public */ constructor(readonly input: ListStackSetOperationsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -171,7 +166,4 @@ export class ListStackSetOperationsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListStackSetOperationsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-cloudformation/src/commands/ListStackSetsCommand.ts b/clients/client-cloudformation/src/commands/ListStackSetsCommand.ts index 7001cf12ad13..79a916a94258 100644 --- a/clients/client-cloudformation/src/commands/ListStackSetsCommand.ts +++ b/clients/client-cloudformation/src/commands/ListStackSetsCommand.ts @@ -107,9 +107,6 @@ export class ListStackSetsCommand extends $Command< ListStackSetsCommandOutput, CloudFormationClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -123,9 +120,7 @@ export class ListStackSetsCommand extends $Command< * @public */ constructor(readonly input: ListStackSetsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -176,7 +171,4 @@ export class ListStackSetsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListStackSetsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-cloudformation/src/commands/ListStacksCommand.ts b/clients/client-cloudformation/src/commands/ListStacksCommand.ts index 6f08c693fa48..df3c30cd9a33 100644 --- a/clients/client-cloudformation/src/commands/ListStacksCommand.ts +++ b/clients/client-cloudformation/src/commands/ListStacksCommand.ts @@ -94,9 +94,6 @@ export class ListStacksCommand extends $Command< ListStacksCommandOutput, CloudFormationClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -110,9 +107,7 @@ export class ListStacksCommand extends $Command< * @public */ constructor(readonly input: ListStacksCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -163,7 +158,4 @@ export class ListStacksCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListStacksCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-cloudformation/src/commands/ListTypeRegistrationsCommand.ts b/clients/client-cloudformation/src/commands/ListTypeRegistrationsCommand.ts index 11b958edc5f8..90f845334ec7 100644 --- a/clients/client-cloudformation/src/commands/ListTypeRegistrationsCommand.ts +++ b/clients/client-cloudformation/src/commands/ListTypeRegistrationsCommand.ts @@ -81,9 +81,6 @@ export class ListTypeRegistrationsCommand extends $Command< ListTypeRegistrationsCommandOutput, CloudFormationClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -97,9 +94,7 @@ export class ListTypeRegistrationsCommand extends $Command< * @public */ constructor(readonly input: ListTypeRegistrationsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -152,7 +147,4 @@ export class ListTypeRegistrationsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListTypeRegistrationsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-cloudformation/src/commands/ListTypeVersionsCommand.ts b/clients/client-cloudformation/src/commands/ListTypeVersionsCommand.ts index c1c9e21e8e6e..292d7e33aac3 100644 --- a/clients/client-cloudformation/src/commands/ListTypeVersionsCommand.ts +++ b/clients/client-cloudformation/src/commands/ListTypeVersionsCommand.ts @@ -91,9 +91,6 @@ export class ListTypeVersionsCommand extends $Command< ListTypeVersionsCommandOutput, CloudFormationClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -107,9 +104,7 @@ export class ListTypeVersionsCommand extends $Command< * @public */ constructor(readonly input: ListTypeVersionsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -162,7 +157,4 @@ export class ListTypeVersionsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListTypeVersionsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-cloudformation/src/commands/ListTypesCommand.ts b/clients/client-cloudformation/src/commands/ListTypesCommand.ts index 5f928152c112..25d048d1ea96 100644 --- a/clients/client-cloudformation/src/commands/ListTypesCommand.ts +++ b/clients/client-cloudformation/src/commands/ListTypesCommand.ts @@ -100,9 +100,6 @@ export class ListTypesCommand extends $Command< ListTypesCommandOutput, CloudFormationClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -116,9 +113,7 @@ export class ListTypesCommand extends $Command< * @public */ constructor(readonly input: ListTypesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -169,7 +164,4 @@ export class ListTypesCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListTypesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-cloudformation/src/commands/PublishTypeCommand.ts b/clients/client-cloudformation/src/commands/PublishTypeCommand.ts index b67b81ecb11b..0020cd4c269a 100644 --- a/clients/client-cloudformation/src/commands/PublishTypeCommand.ts +++ b/clients/client-cloudformation/src/commands/PublishTypeCommand.ts @@ -84,9 +84,6 @@ export class PublishTypeCommand extends $Command< PublishTypeCommandOutput, CloudFormationClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -100,9 +97,7 @@ export class PublishTypeCommand extends $Command< * @public */ constructor(readonly input: PublishTypeCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -153,7 +148,4 @@ export class PublishTypeCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_PublishTypeCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-cloudformation/src/commands/RecordHandlerProgressCommand.ts b/clients/client-cloudformation/src/commands/RecordHandlerProgressCommand.ts index 5cf2cd0e9d78..9eba5d100753 100644 --- a/clients/client-cloudformation/src/commands/RecordHandlerProgressCommand.ts +++ b/clients/client-cloudformation/src/commands/RecordHandlerProgressCommand.ts @@ -84,9 +84,6 @@ export class RecordHandlerProgressCommand extends $Command< RecordHandlerProgressCommandOutput, CloudFormationClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -100,9 +97,7 @@ export class RecordHandlerProgressCommand extends $Command< * @public */ constructor(readonly input: RecordHandlerProgressCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -155,7 +150,4 @@ export class RecordHandlerProgressCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_RecordHandlerProgressCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-cloudformation/src/commands/RegisterPublisherCommand.ts b/clients/client-cloudformation/src/commands/RegisterPublisherCommand.ts index efe010df9112..e3aa8c465408 100644 --- a/clients/client-cloudformation/src/commands/RegisterPublisherCommand.ts +++ b/clients/client-cloudformation/src/commands/RegisterPublisherCommand.ts @@ -78,9 +78,6 @@ export class RegisterPublisherCommand extends $Command< RegisterPublisherCommandOutput, CloudFormationClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -94,9 +91,7 @@ export class RegisterPublisherCommand extends $Command< * @public */ constructor(readonly input: RegisterPublisherCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -149,7 +144,4 @@ export class RegisterPublisherCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_RegisterPublisherCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-cloudformation/src/commands/RegisterTypeCommand.ts b/clients/client-cloudformation/src/commands/RegisterTypeCommand.ts index f5126b141f50..ed9dae485db5 100644 --- a/clients/client-cloudformation/src/commands/RegisterTypeCommand.ts +++ b/clients/client-cloudformation/src/commands/RegisterTypeCommand.ts @@ -101,9 +101,6 @@ export class RegisterTypeCommand extends $Command< RegisterTypeCommandOutput, CloudFormationClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -117,9 +114,7 @@ export class RegisterTypeCommand extends $Command< * @public */ constructor(readonly input: RegisterTypeCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -170,7 +165,4 @@ export class RegisterTypeCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_RegisterTypeCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-cloudformation/src/commands/RollbackStackCommand.ts b/clients/client-cloudformation/src/commands/RollbackStackCommand.ts index eca58cbbad2a..13d2fe6b0496 100644 --- a/clients/client-cloudformation/src/commands/RollbackStackCommand.ts +++ b/clients/client-cloudformation/src/commands/RollbackStackCommand.ts @@ -108,9 +108,6 @@ export class RollbackStackCommand extends $Command< RollbackStackCommandOutput, CloudFormationClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -124,9 +121,7 @@ export class RollbackStackCommand extends $Command< * @public */ constructor(readonly input: RollbackStackCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -177,7 +172,4 @@ export class RollbackStackCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_RollbackStackCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-cloudformation/src/commands/SetStackPolicyCommand.ts b/clients/client-cloudformation/src/commands/SetStackPolicyCommand.ts index 047f60e5bf22..c79b1835bd91 100644 --- a/clients/client-cloudformation/src/commands/SetStackPolicyCommand.ts +++ b/clients/client-cloudformation/src/commands/SetStackPolicyCommand.ts @@ -70,9 +70,6 @@ export class SetStackPolicyCommand extends $Command< SetStackPolicyCommandOutput, CloudFormationClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -86,9 +83,7 @@ export class SetStackPolicyCommand extends $Command< * @public */ constructor(readonly input: SetStackPolicyCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -141,7 +136,4 @@ export class SetStackPolicyCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_SetStackPolicyCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-cloudformation/src/commands/SetTypeConfigurationCommand.ts b/clients/client-cloudformation/src/commands/SetTypeConfigurationCommand.ts index 21a65c8ea3e0..5254812126c4 100644 --- a/clients/client-cloudformation/src/commands/SetTypeConfigurationCommand.ts +++ b/clients/client-cloudformation/src/commands/SetTypeConfigurationCommand.ts @@ -90,9 +90,6 @@ export class SetTypeConfigurationCommand extends $Command< SetTypeConfigurationCommandOutput, CloudFormationClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -106,9 +103,7 @@ export class SetTypeConfigurationCommand extends $Command< * @public */ constructor(readonly input: SetTypeConfigurationCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -161,7 +156,4 @@ export class SetTypeConfigurationCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_SetTypeConfigurationCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-cloudformation/src/commands/SetTypeDefaultVersionCommand.ts b/clients/client-cloudformation/src/commands/SetTypeDefaultVersionCommand.ts index d361a3d0e054..e3e82368135d 100644 --- a/clients/client-cloudformation/src/commands/SetTypeDefaultVersionCommand.ts +++ b/clients/client-cloudformation/src/commands/SetTypeDefaultVersionCommand.ts @@ -77,9 +77,6 @@ export class SetTypeDefaultVersionCommand extends $Command< SetTypeDefaultVersionCommandOutput, CloudFormationClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -93,9 +90,7 @@ export class SetTypeDefaultVersionCommand extends $Command< * @public */ constructor(readonly input: SetTypeDefaultVersionCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -148,7 +143,4 @@ export class SetTypeDefaultVersionCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_SetTypeDefaultVersionCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-cloudformation/src/commands/SignalResourceCommand.ts b/clients/client-cloudformation/src/commands/SignalResourceCommand.ts index ed633743fffd..f54b9a8548f3 100644 --- a/clients/client-cloudformation/src/commands/SignalResourceCommand.ts +++ b/clients/client-cloudformation/src/commands/SignalResourceCommand.ts @@ -75,9 +75,6 @@ export class SignalResourceCommand extends $Command< SignalResourceCommandOutput, CloudFormationClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -91,9 +88,7 @@ export class SignalResourceCommand extends $Command< * @public */ constructor(readonly input: SignalResourceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -146,7 +141,4 @@ export class SignalResourceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_SignalResourceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-cloudformation/src/commands/StopStackSetOperationCommand.ts b/clients/client-cloudformation/src/commands/StopStackSetOperationCommand.ts index 9f8c7c42f3d0..7cbd356f701a 100644 --- a/clients/client-cloudformation/src/commands/StopStackSetOperationCommand.ts +++ b/clients/client-cloudformation/src/commands/StopStackSetOperationCommand.ts @@ -81,9 +81,6 @@ export class StopStackSetOperationCommand extends $Command< StopStackSetOperationCommandOutput, CloudFormationClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -97,9 +94,7 @@ export class StopStackSetOperationCommand extends $Command< * @public */ constructor(readonly input: StopStackSetOperationCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -152,7 +147,4 @@ export class StopStackSetOperationCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_StopStackSetOperationCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-cloudformation/src/commands/TestTypeCommand.ts b/clients/client-cloudformation/src/commands/TestTypeCommand.ts index 8526ef4b7b79..b0676b0edd43 100644 --- a/clients/client-cloudformation/src/commands/TestTypeCommand.ts +++ b/clients/client-cloudformation/src/commands/TestTypeCommand.ts @@ -101,9 +101,6 @@ export class TestTypeCommand extends $Command< TestTypeCommandOutput, CloudFormationClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -117,9 +114,7 @@ export class TestTypeCommand extends $Command< * @public */ constructor(readonly input: TestTypeCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -170,7 +165,4 @@ export class TestTypeCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_TestTypeCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-cloudformation/src/commands/UpdateStackCommand.ts b/clients/client-cloudformation/src/commands/UpdateStackCommand.ts index 07fcc6d079d3..2bdfa16ab754 100644 --- a/clients/client-cloudformation/src/commands/UpdateStackCommand.ts +++ b/clients/client-cloudformation/src/commands/UpdateStackCommand.ts @@ -124,9 +124,6 @@ export class UpdateStackCommand extends $Command< UpdateStackCommandOutput, CloudFormationClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -140,9 +137,7 @@ export class UpdateStackCommand extends $Command< * @public */ constructor(readonly input: UpdateStackCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -193,7 +188,4 @@ export class UpdateStackCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdateStackCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-cloudformation/src/commands/UpdateStackInstancesCommand.ts b/clients/client-cloudformation/src/commands/UpdateStackInstancesCommand.ts index dc3b53f57d6d..580218f460fc 100644 --- a/clients/client-cloudformation/src/commands/UpdateStackInstancesCommand.ts +++ b/clients/client-cloudformation/src/commands/UpdateStackInstancesCommand.ts @@ -137,9 +137,6 @@ export class UpdateStackInstancesCommand extends $Command< UpdateStackInstancesCommandOutput, CloudFormationClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -153,9 +150,7 @@ export class UpdateStackInstancesCommand extends $Command< * @public */ constructor(readonly input: UpdateStackInstancesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -208,7 +203,4 @@ export class UpdateStackInstancesCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdateStackInstancesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-cloudformation/src/commands/UpdateStackSetCommand.ts b/clients/client-cloudformation/src/commands/UpdateStackSetCommand.ts index 5bf7fea33cf2..8dbef08f5398 100644 --- a/clients/client-cloudformation/src/commands/UpdateStackSetCommand.ts +++ b/clients/client-cloudformation/src/commands/UpdateStackSetCommand.ts @@ -151,9 +151,6 @@ export class UpdateStackSetCommand extends $Command< UpdateStackSetCommandOutput, CloudFormationClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -167,9 +164,7 @@ export class UpdateStackSetCommand extends $Command< * @public */ constructor(readonly input: UpdateStackSetCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -222,7 +217,4 @@ export class UpdateStackSetCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdateStackSetCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-cloudformation/src/commands/UpdateTerminationProtectionCommand.ts b/clients/client-cloudformation/src/commands/UpdateTerminationProtectionCommand.ts index d0d5b515f8c5..1bb6c409bf87 100644 --- a/clients/client-cloudformation/src/commands/UpdateTerminationProtectionCommand.ts +++ b/clients/client-cloudformation/src/commands/UpdateTerminationProtectionCommand.ts @@ -76,9 +76,6 @@ export class UpdateTerminationProtectionCommand extends $Command< UpdateTerminationProtectionCommandOutput, CloudFormationClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -92,9 +89,7 @@ export class UpdateTerminationProtectionCommand extends $Command< * @public */ constructor(readonly input: UpdateTerminationProtectionCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -150,7 +145,4 @@ export class UpdateTerminationProtectionCommand extends $Command< ): Promise { return de_UpdateTerminationProtectionCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-cloudformation/src/commands/ValidateTemplateCommand.ts b/clients/client-cloudformation/src/commands/ValidateTemplateCommand.ts index 5e100815e02f..2f5ffea6b00f 100644 --- a/clients/client-cloudformation/src/commands/ValidateTemplateCommand.ts +++ b/clients/client-cloudformation/src/commands/ValidateTemplateCommand.ts @@ -88,9 +88,6 @@ export class ValidateTemplateCommand extends $Command< ValidateTemplateCommandOutput, CloudFormationClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -104,9 +101,7 @@ export class ValidateTemplateCommand extends $Command< * @public */ constructor(readonly input: ValidateTemplateCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -159,7 +154,4 @@ export class ValidateTemplateCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ValidateTemplateCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-cloudfront/package.json b/clients/client-cloudfront/package.json index b3a06283c281..c1a99cd565b5 100644 --- a/clients/client-cloudfront/package.json +++ b/clients/client-cloudfront/package.json @@ -35,31 +35,31 @@ "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", "@aws-sdk/xml-builder": "*", - "@smithy/config-resolver": "^2.0.16", - "@smithy/fetch-http-handler": "^2.2.4", - "@smithy/hash-node": "^2.0.12", - "@smithy/invalid-dependency": "^2.0.12", - "@smithy/middleware-content-length": "^2.0.14", - "@smithy/middleware-endpoint": "^2.1.3", - "@smithy/middleware-retry": "^2.0.18", - "@smithy/middleware-serde": "^2.0.12", - "@smithy/middleware-stack": "^2.0.6", - "@smithy/node-config-provider": "^2.1.3", - "@smithy/node-http-handler": "^2.1.8", - "@smithy/protocol-http": "^3.0.8", - "@smithy/smithy-client": "^2.1.12", - "@smithy/types": "^2.4.0", - "@smithy/url-parser": "^2.0.12", - "@smithy/util-base64": "^2.0.0", + "@smithy/config-resolver": "^2.0.18", + "@smithy/fetch-http-handler": "^2.2.6", + "@smithy/hash-node": "^2.0.15", + "@smithy/invalid-dependency": "^2.0.13", + "@smithy/middleware-content-length": "^2.0.15", + "@smithy/middleware-endpoint": "^2.2.0", + "@smithy/middleware-retry": "^2.0.20", + "@smithy/middleware-serde": "^2.0.13", + "@smithy/middleware-stack": "^2.0.7", + "@smithy/node-config-provider": "^2.1.5", + "@smithy/node-http-handler": "^2.1.9", + "@smithy/protocol-http": "^3.0.9", + "@smithy/smithy-client": "^2.1.15", + "@smithy/types": "^2.5.0", + "@smithy/url-parser": "^2.0.13", + "@smithy/util-base64": "^2.0.1", "@smithy/util-body-length-browser": "^2.0.0", "@smithy/util-body-length-node": "^2.1.0", - "@smithy/util-defaults-mode-browser": "^2.0.16", - "@smithy/util-defaults-mode-node": "^2.0.21", - "@smithy/util-endpoints": "^1.0.2", - "@smithy/util-retry": "^2.0.5", - "@smithy/util-stream": "^2.0.17", - "@smithy/util-utf8": "^2.0.0", - "@smithy/util-waiter": "^2.0.12", + "@smithy/util-defaults-mode-browser": "^2.0.19", + "@smithy/util-defaults-mode-node": "^2.0.25", + "@smithy/util-endpoints": "^1.0.4", + "@smithy/util-retry": "^2.0.6", + "@smithy/util-stream": "^2.0.20", + "@smithy/util-utf8": "^2.0.2", + "@smithy/util-waiter": "^2.0.13", "fast-xml-parser": "4.2.5", "tslib": "^2.5.0" }, diff --git a/clients/client-cloudfront/src/commands/AssociateAliasCommand.ts b/clients/client-cloudfront/src/commands/AssociateAliasCommand.ts index 25e5dc369ab5..4b0855c1e3ed 100644 --- a/clients/client-cloudfront/src/commands/AssociateAliasCommand.ts +++ b/clients/client-cloudfront/src/commands/AssociateAliasCommand.ts @@ -94,9 +94,6 @@ export class AssociateAliasCommand extends $Command< AssociateAliasCommandOutput, CloudFrontClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -110,9 +107,7 @@ export class AssociateAliasCommand extends $Command< * @public */ constructor(readonly input: AssociateAliasCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -165,7 +160,4 @@ export class AssociateAliasCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_AssociateAliasCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-cloudfront/src/commands/CopyDistributionCommand.ts b/clients/client-cloudfront/src/commands/CopyDistributionCommand.ts index bf36428ee56f..0d243533a131 100644 --- a/clients/client-cloudfront/src/commands/CopyDistributionCommand.ts +++ b/clients/client-cloudfront/src/commands/CopyDistributionCommand.ts @@ -666,9 +666,6 @@ export class CopyDistributionCommand extends $Command< CopyDistributionCommandOutput, CloudFrontClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -682,9 +679,7 @@ export class CopyDistributionCommand extends $Command< * @public */ constructor(readonly input: CopyDistributionCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -737,7 +732,4 @@ export class CopyDistributionCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CopyDistributionCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-cloudfront/src/commands/CreateCachePolicyCommand.ts b/clients/client-cloudfront/src/commands/CreateCachePolicyCommand.ts index 7936b4be2dcd..7ffdf73a230a 100644 --- a/clients/client-cloudfront/src/commands/CreateCachePolicyCommand.ts +++ b/clients/client-cloudfront/src/commands/CreateCachePolicyCommand.ts @@ -206,9 +206,6 @@ export class CreateCachePolicyCommand extends $Command< CreateCachePolicyCommandOutput, CloudFrontClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -222,9 +219,7 @@ export class CreateCachePolicyCommand extends $Command< * @public */ constructor(readonly input: CreateCachePolicyCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -277,7 +272,4 @@ export class CreateCachePolicyCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateCachePolicyCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-cloudfront/src/commands/CreateCloudFrontOriginAccessIdentityCommand.ts b/clients/client-cloudfront/src/commands/CreateCloudFrontOriginAccessIdentityCommand.ts index ecc9ae0831d2..2fb722df71c6 100644 --- a/clients/client-cloudfront/src/commands/CreateCloudFrontOriginAccessIdentityCommand.ts +++ b/clients/client-cloudfront/src/commands/CreateCloudFrontOriginAccessIdentityCommand.ts @@ -116,9 +116,6 @@ export class CreateCloudFrontOriginAccessIdentityCommand extends $Command< CreateCloudFrontOriginAccessIdentityCommandOutput, CloudFrontClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -132,9 +129,7 @@ export class CreateCloudFrontOriginAccessIdentityCommand extends $Command< * @public */ constructor(readonly input: CreateCloudFrontOriginAccessIdentityCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -193,7 +188,4 @@ export class CreateCloudFrontOriginAccessIdentityCommand extends $Command< ): Promise { return de_CreateCloudFrontOriginAccessIdentityCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-cloudfront/src/commands/CreateContinuousDeploymentPolicyCommand.ts b/clients/client-cloudfront/src/commands/CreateContinuousDeploymentPolicyCommand.ts index 7dbd50aeeb7b..6985a77f24a0 100644 --- a/clients/client-cloudfront/src/commands/CreateContinuousDeploymentPolicyCommand.ts +++ b/clients/client-cloudfront/src/commands/CreateContinuousDeploymentPolicyCommand.ts @@ -153,9 +153,6 @@ export class CreateContinuousDeploymentPolicyCommand extends $Command< CreateContinuousDeploymentPolicyCommandOutput, CloudFrontClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -169,9 +166,7 @@ export class CreateContinuousDeploymentPolicyCommand extends $Command< * @public */ constructor(readonly input: CreateContinuousDeploymentPolicyCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -230,7 +225,4 @@ export class CreateContinuousDeploymentPolicyCommand extends $Command< ): Promise { return de_CreateContinuousDeploymentPolicyCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-cloudfront/src/commands/CreateDistributionCommand.ts b/clients/client-cloudfront/src/commands/CreateDistributionCommand.ts index 0100f25ee722..231b2ca408ff 100644 --- a/clients/client-cloudfront/src/commands/CreateDistributionCommand.ts +++ b/clients/client-cloudfront/src/commands/CreateDistributionCommand.ts @@ -930,9 +930,6 @@ export class CreateDistributionCommand extends $Command< CreateDistributionCommandOutput, CloudFrontClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -946,9 +943,7 @@ export class CreateDistributionCommand extends $Command< * @public */ constructor(readonly input: CreateDistributionCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -1001,7 +996,4 @@ export class CreateDistributionCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateDistributionCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-cloudfront/src/commands/CreateDistributionWithTagsCommand.ts b/clients/client-cloudfront/src/commands/CreateDistributionWithTagsCommand.ts index d276eb836f50..18c557c84aff 100644 --- a/clients/client-cloudfront/src/commands/CreateDistributionWithTagsCommand.ts +++ b/clients/client-cloudfront/src/commands/CreateDistributionWithTagsCommand.ts @@ -956,9 +956,6 @@ export class CreateDistributionWithTagsCommand extends $Command< CreateDistributionWithTagsCommandOutput, CloudFrontClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -972,9 +969,7 @@ export class CreateDistributionWithTagsCommand extends $Command< * @public */ constructor(readonly input: CreateDistributionWithTagsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -1030,7 +1025,4 @@ export class CreateDistributionWithTagsCommand extends $Command< ): Promise { return de_CreateDistributionWithTagsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-cloudfront/src/commands/CreateFieldLevelEncryptionConfigCommand.ts b/clients/client-cloudfront/src/commands/CreateFieldLevelEncryptionConfigCommand.ts index beb353a49a4e..29c2db5ca602 100644 --- a/clients/client-cloudfront/src/commands/CreateFieldLevelEncryptionConfigCommand.ts +++ b/clients/client-cloudfront/src/commands/CreateFieldLevelEncryptionConfigCommand.ts @@ -165,9 +165,6 @@ export class CreateFieldLevelEncryptionConfigCommand extends $Command< CreateFieldLevelEncryptionConfigCommandOutput, CloudFrontClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -181,9 +178,7 @@ export class CreateFieldLevelEncryptionConfigCommand extends $Command< * @public */ constructor(readonly input: CreateFieldLevelEncryptionConfigCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -242,7 +237,4 @@ export class CreateFieldLevelEncryptionConfigCommand extends $Command< ): Promise { return de_CreateFieldLevelEncryptionConfigCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-cloudfront/src/commands/CreateFieldLevelEncryptionProfileCommand.ts b/clients/client-cloudfront/src/commands/CreateFieldLevelEncryptionProfileCommand.ts index 80f386b810c6..89df6f184d1b 100644 --- a/clients/client-cloudfront/src/commands/CreateFieldLevelEncryptionProfileCommand.ts +++ b/clients/client-cloudfront/src/commands/CreateFieldLevelEncryptionProfileCommand.ts @@ -146,9 +146,6 @@ export class CreateFieldLevelEncryptionProfileCommand extends $Command< CreateFieldLevelEncryptionProfileCommandOutput, CloudFrontClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -162,9 +159,7 @@ export class CreateFieldLevelEncryptionProfileCommand extends $Command< * @public */ constructor(readonly input: CreateFieldLevelEncryptionProfileCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -223,7 +218,4 @@ export class CreateFieldLevelEncryptionProfileCommand extends $Command< ): Promise { return de_CreateFieldLevelEncryptionProfileCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-cloudfront/src/commands/CreateFunctionCommand.ts b/clients/client-cloudfront/src/commands/CreateFunctionCommand.ts index 8d97ee4a8559..95f47e5ddf23 100644 --- a/clients/client-cloudfront/src/commands/CreateFunctionCommand.ts +++ b/clients/client-cloudfront/src/commands/CreateFunctionCommand.ts @@ -124,9 +124,6 @@ export class CreateFunctionCommand extends $Command< CreateFunctionCommandOutput, CloudFrontClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -140,9 +137,7 @@ export class CreateFunctionCommand extends $Command< * @public */ constructor(readonly input: CreateFunctionCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -195,7 +190,4 @@ export class CreateFunctionCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateFunctionCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-cloudfront/src/commands/CreateInvalidationCommand.ts b/clients/client-cloudfront/src/commands/CreateInvalidationCommand.ts index 46f033180920..424466b7697b 100644 --- a/clients/client-cloudfront/src/commands/CreateInvalidationCommand.ts +++ b/clients/client-cloudfront/src/commands/CreateInvalidationCommand.ts @@ -117,9 +117,6 @@ export class CreateInvalidationCommand extends $Command< CreateInvalidationCommandOutput, CloudFrontClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -133,9 +130,7 @@ export class CreateInvalidationCommand extends $Command< * @public */ constructor(readonly input: CreateInvalidationCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -188,7 +183,4 @@ export class CreateInvalidationCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateInvalidationCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-cloudfront/src/commands/CreateKeyGroupCommand.ts b/clients/client-cloudfront/src/commands/CreateKeyGroupCommand.ts index 79050591a1b2..f0614bfa670d 100644 --- a/clients/client-cloudfront/src/commands/CreateKeyGroupCommand.ts +++ b/clients/client-cloudfront/src/commands/CreateKeyGroupCommand.ts @@ -113,9 +113,6 @@ export class CreateKeyGroupCommand extends $Command< CreateKeyGroupCommandOutput, CloudFrontClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -129,9 +126,7 @@ export class CreateKeyGroupCommand extends $Command< * @public */ constructor(readonly input: CreateKeyGroupCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -184,7 +179,4 @@ export class CreateKeyGroupCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateKeyGroupCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-cloudfront/src/commands/CreateMonitoringSubscriptionCommand.ts b/clients/client-cloudfront/src/commands/CreateMonitoringSubscriptionCommand.ts index 61be25761a80..c440bb198a02 100644 --- a/clients/client-cloudfront/src/commands/CreateMonitoringSubscriptionCommand.ts +++ b/clients/client-cloudfront/src/commands/CreateMonitoringSubscriptionCommand.ts @@ -99,9 +99,6 @@ export class CreateMonitoringSubscriptionCommand extends $Command< CreateMonitoringSubscriptionCommandOutput, CloudFrontClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -115,9 +112,7 @@ export class CreateMonitoringSubscriptionCommand extends $Command< * @public */ constructor(readonly input: CreateMonitoringSubscriptionCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -173,7 +168,4 @@ export class CreateMonitoringSubscriptionCommand extends $Command< ): Promise { return de_CreateMonitoringSubscriptionCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-cloudfront/src/commands/CreateOriginAccessControlCommand.ts b/clients/client-cloudfront/src/commands/CreateOriginAccessControlCommand.ts index 356dc5239fba..07f79241df25 100644 --- a/clients/client-cloudfront/src/commands/CreateOriginAccessControlCommand.ts +++ b/clients/client-cloudfront/src/commands/CreateOriginAccessControlCommand.ts @@ -105,9 +105,6 @@ export class CreateOriginAccessControlCommand extends $Command< CreateOriginAccessControlCommandOutput, CloudFrontClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -121,9 +118,7 @@ export class CreateOriginAccessControlCommand extends $Command< * @public */ constructor(readonly input: CreateOriginAccessControlCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -179,7 +174,4 @@ export class CreateOriginAccessControlCommand extends $Command< ): Promise { return de_CreateOriginAccessControlCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-cloudfront/src/commands/CreateOriginRequestPolicyCommand.ts b/clients/client-cloudfront/src/commands/CreateOriginRequestPolicyCommand.ts index a6716392c673..d8a9edca939d 100644 --- a/clients/client-cloudfront/src/commands/CreateOriginRequestPolicyCommand.ts +++ b/clients/client-cloudfront/src/commands/CreateOriginRequestPolicyCommand.ts @@ -197,9 +197,6 @@ export class CreateOriginRequestPolicyCommand extends $Command< CreateOriginRequestPolicyCommandOutput, CloudFrontClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -213,9 +210,7 @@ export class CreateOriginRequestPolicyCommand extends $Command< * @public */ constructor(readonly input: CreateOriginRequestPolicyCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -271,7 +266,4 @@ export class CreateOriginRequestPolicyCommand extends $Command< ): Promise { return de_CreateOriginRequestPolicyCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-cloudfront/src/commands/CreatePublicKeyCommand.ts b/clients/client-cloudfront/src/commands/CreatePublicKeyCommand.ts index 537669921d39..669b906d780b 100644 --- a/clients/client-cloudfront/src/commands/CreatePublicKeyCommand.ts +++ b/clients/client-cloudfront/src/commands/CreatePublicKeyCommand.ts @@ -96,9 +96,6 @@ export class CreatePublicKeyCommand extends $Command< CreatePublicKeyCommandOutput, CloudFrontClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -112,9 +109,7 @@ export class CreatePublicKeyCommand extends $Command< * @public */ constructor(readonly input: CreatePublicKeyCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -167,7 +162,4 @@ export class CreatePublicKeyCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreatePublicKeyCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-cloudfront/src/commands/CreateRealtimeLogConfigCommand.ts b/clients/client-cloudfront/src/commands/CreateRealtimeLogConfigCommand.ts index 573c47ce1521..7bce52fdaf1b 100644 --- a/clients/client-cloudfront/src/commands/CreateRealtimeLogConfigCommand.ts +++ b/clients/client-cloudfront/src/commands/CreateRealtimeLogConfigCommand.ts @@ -119,9 +119,6 @@ export class CreateRealtimeLogConfigCommand extends $Command< CreateRealtimeLogConfigCommandOutput, CloudFrontClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -135,9 +132,7 @@ export class CreateRealtimeLogConfigCommand extends $Command< * @public */ constructor(readonly input: CreateRealtimeLogConfigCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -190,7 +185,4 @@ export class CreateRealtimeLogConfigCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateRealtimeLogConfigCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-cloudfront/src/commands/CreateResponseHeadersPolicyCommand.ts b/clients/client-cloudfront/src/commands/CreateResponseHeadersPolicyCommand.ts index 428c5957ab9d..04af2ab33f23 100644 --- a/clients/client-cloudfront/src/commands/CreateResponseHeadersPolicyCommand.ts +++ b/clients/client-cloudfront/src/commands/CreateResponseHeadersPolicyCommand.ts @@ -292,9 +292,6 @@ export class CreateResponseHeadersPolicyCommand extends $Command< CreateResponseHeadersPolicyCommandOutput, CloudFrontClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -308,9 +305,7 @@ export class CreateResponseHeadersPolicyCommand extends $Command< * @public */ constructor(readonly input: CreateResponseHeadersPolicyCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -366,7 +361,4 @@ export class CreateResponseHeadersPolicyCommand extends $Command< ): Promise { return de_CreateResponseHeadersPolicyCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-cloudfront/src/commands/CreateStreamingDistributionCommand.ts b/clients/client-cloudfront/src/commands/CreateStreamingDistributionCommand.ts index 860c320a02da..3886216bec20 100644 --- a/clients/client-cloudfront/src/commands/CreateStreamingDistributionCommand.ts +++ b/clients/client-cloudfront/src/commands/CreateStreamingDistributionCommand.ts @@ -193,9 +193,6 @@ export class CreateStreamingDistributionCommand extends $Command< CreateStreamingDistributionCommandOutput, CloudFrontClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -209,9 +206,7 @@ export class CreateStreamingDistributionCommand extends $Command< * @public */ constructor(readonly input: CreateStreamingDistributionCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -267,7 +262,4 @@ export class CreateStreamingDistributionCommand extends $Command< ): Promise { return de_CreateStreamingDistributionCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-cloudfront/src/commands/CreateStreamingDistributionWithTagsCommand.ts b/clients/client-cloudfront/src/commands/CreateStreamingDistributionWithTagsCommand.ts index 776fa35b1566..0a76c91bdfdd 100644 --- a/clients/client-cloudfront/src/commands/CreateStreamingDistributionWithTagsCommand.ts +++ b/clients/client-cloudfront/src/commands/CreateStreamingDistributionWithTagsCommand.ts @@ -214,9 +214,6 @@ export class CreateStreamingDistributionWithTagsCommand extends $Command< CreateStreamingDistributionWithTagsCommandOutput, CloudFrontClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -230,9 +227,7 @@ export class CreateStreamingDistributionWithTagsCommand extends $Command< * @public */ constructor(readonly input: CreateStreamingDistributionWithTagsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -291,7 +286,4 @@ export class CreateStreamingDistributionWithTagsCommand extends $Command< ): Promise { return de_CreateStreamingDistributionWithTagsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-cloudfront/src/commands/DeleteCachePolicyCommand.ts b/clients/client-cloudfront/src/commands/DeleteCachePolicyCommand.ts index c7629f5a6f10..2046bf306ff1 100644 --- a/clients/client-cloudfront/src/commands/DeleteCachePolicyCommand.ts +++ b/clients/client-cloudfront/src/commands/DeleteCachePolicyCommand.ts @@ -95,9 +95,6 @@ export class DeleteCachePolicyCommand extends $Command< DeleteCachePolicyCommandOutput, CloudFrontClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -111,9 +108,7 @@ export class DeleteCachePolicyCommand extends $Command< * @public */ constructor(readonly input: DeleteCachePolicyCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -166,7 +161,4 @@ export class DeleteCachePolicyCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteCachePolicyCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-cloudfront/src/commands/DeleteCloudFrontOriginAccessIdentityCommand.ts b/clients/client-cloudfront/src/commands/DeleteCloudFrontOriginAccessIdentityCommand.ts index a612b60c5dad..ddea793653dd 100644 --- a/clients/client-cloudfront/src/commands/DeleteCloudFrontOriginAccessIdentityCommand.ts +++ b/clients/client-cloudfront/src/commands/DeleteCloudFrontOriginAccessIdentityCommand.ts @@ -88,9 +88,6 @@ export class DeleteCloudFrontOriginAccessIdentityCommand extends $Command< DeleteCloudFrontOriginAccessIdentityCommandOutput, CloudFrontClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -104,9 +101,7 @@ export class DeleteCloudFrontOriginAccessIdentityCommand extends $Command< * @public */ constructor(readonly input: DeleteCloudFrontOriginAccessIdentityCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -165,7 +160,4 @@ export class DeleteCloudFrontOriginAccessIdentityCommand extends $Command< ): Promise { return de_DeleteCloudFrontOriginAccessIdentityCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-cloudfront/src/commands/DeleteContinuousDeploymentPolicyCommand.ts b/clients/client-cloudfront/src/commands/DeleteContinuousDeploymentPolicyCommand.ts index 17a4fb4f4862..b47d80ae598b 100644 --- a/clients/client-cloudfront/src/commands/DeleteContinuousDeploymentPolicyCommand.ts +++ b/clients/client-cloudfront/src/commands/DeleteContinuousDeploymentPolicyCommand.ts @@ -95,9 +95,6 @@ export class DeleteContinuousDeploymentPolicyCommand extends $Command< DeleteContinuousDeploymentPolicyCommandOutput, CloudFrontClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -111,9 +108,7 @@ export class DeleteContinuousDeploymentPolicyCommand extends $Command< * @public */ constructor(readonly input: DeleteContinuousDeploymentPolicyCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -172,7 +167,4 @@ export class DeleteContinuousDeploymentPolicyCommand extends $Command< ): Promise { return de_DeleteContinuousDeploymentPolicyCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-cloudfront/src/commands/DeleteDistributionCommand.ts b/clients/client-cloudfront/src/commands/DeleteDistributionCommand.ts index 6ab0b38c8cae..984c4aaaca1f 100644 --- a/clients/client-cloudfront/src/commands/DeleteDistributionCommand.ts +++ b/clients/client-cloudfront/src/commands/DeleteDistributionCommand.ts @@ -86,9 +86,6 @@ export class DeleteDistributionCommand extends $Command< DeleteDistributionCommandOutput, CloudFrontClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -102,9 +99,7 @@ export class DeleteDistributionCommand extends $Command< * @public */ constructor(readonly input: DeleteDistributionCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -157,7 +152,4 @@ export class DeleteDistributionCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteDistributionCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-cloudfront/src/commands/DeleteFieldLevelEncryptionConfigCommand.ts b/clients/client-cloudfront/src/commands/DeleteFieldLevelEncryptionConfigCommand.ts index 5489fb7039af..ac1a9e7a42f8 100644 --- a/clients/client-cloudfront/src/commands/DeleteFieldLevelEncryptionConfigCommand.ts +++ b/clients/client-cloudfront/src/commands/DeleteFieldLevelEncryptionConfigCommand.ts @@ -88,9 +88,6 @@ export class DeleteFieldLevelEncryptionConfigCommand extends $Command< DeleteFieldLevelEncryptionConfigCommandOutput, CloudFrontClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -104,9 +101,7 @@ export class DeleteFieldLevelEncryptionConfigCommand extends $Command< * @public */ constructor(readonly input: DeleteFieldLevelEncryptionConfigCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -165,7 +160,4 @@ export class DeleteFieldLevelEncryptionConfigCommand extends $Command< ): Promise { return de_DeleteFieldLevelEncryptionConfigCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-cloudfront/src/commands/DeleteFieldLevelEncryptionProfileCommand.ts b/clients/client-cloudfront/src/commands/DeleteFieldLevelEncryptionProfileCommand.ts index d8ae8ac17a1b..308d9d9ca519 100644 --- a/clients/client-cloudfront/src/commands/DeleteFieldLevelEncryptionProfileCommand.ts +++ b/clients/client-cloudfront/src/commands/DeleteFieldLevelEncryptionProfileCommand.ts @@ -88,9 +88,6 @@ export class DeleteFieldLevelEncryptionProfileCommand extends $Command< DeleteFieldLevelEncryptionProfileCommandOutput, CloudFrontClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -104,9 +101,7 @@ export class DeleteFieldLevelEncryptionProfileCommand extends $Command< * @public */ constructor(readonly input: DeleteFieldLevelEncryptionProfileCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -165,7 +160,4 @@ export class DeleteFieldLevelEncryptionProfileCommand extends $Command< ): Promise { return de_DeleteFieldLevelEncryptionProfileCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-cloudfront/src/commands/DeleteFunctionCommand.ts b/clients/client-cloudfront/src/commands/DeleteFunctionCommand.ts index 2a3b021e759a..22aa56769479 100644 --- a/clients/client-cloudfront/src/commands/DeleteFunctionCommand.ts +++ b/clients/client-cloudfront/src/commands/DeleteFunctionCommand.ts @@ -92,9 +92,6 @@ export class DeleteFunctionCommand extends $Command< DeleteFunctionCommandOutput, CloudFrontClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -108,9 +105,7 @@ export class DeleteFunctionCommand extends $Command< * @public */ constructor(readonly input: DeleteFunctionCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -163,7 +158,4 @@ export class DeleteFunctionCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteFunctionCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-cloudfront/src/commands/DeleteKeyGroupCommand.ts b/clients/client-cloudfront/src/commands/DeleteKeyGroupCommand.ts index 7373cf68a669..617abce4215d 100644 --- a/clients/client-cloudfront/src/commands/DeleteKeyGroupCommand.ts +++ b/clients/client-cloudfront/src/commands/DeleteKeyGroupCommand.ts @@ -88,9 +88,6 @@ export class DeleteKeyGroupCommand extends $Command< DeleteKeyGroupCommandOutput, CloudFrontClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -104,9 +101,7 @@ export class DeleteKeyGroupCommand extends $Command< * @public */ constructor(readonly input: DeleteKeyGroupCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -159,7 +154,4 @@ export class DeleteKeyGroupCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteKeyGroupCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-cloudfront/src/commands/DeleteMonitoringSubscriptionCommand.ts b/clients/client-cloudfront/src/commands/DeleteMonitoringSubscriptionCommand.ts index 4b8558f5f075..1682078e6ddc 100644 --- a/clients/client-cloudfront/src/commands/DeleteMonitoringSubscriptionCommand.ts +++ b/clients/client-cloudfront/src/commands/DeleteMonitoringSubscriptionCommand.ts @@ -86,9 +86,6 @@ export class DeleteMonitoringSubscriptionCommand extends $Command< DeleteMonitoringSubscriptionCommandOutput, CloudFrontClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -102,9 +99,7 @@ export class DeleteMonitoringSubscriptionCommand extends $Command< * @public */ constructor(readonly input: DeleteMonitoringSubscriptionCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -160,7 +155,4 @@ export class DeleteMonitoringSubscriptionCommand extends $Command< ): Promise { return de_DeleteMonitoringSubscriptionCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-cloudfront/src/commands/DeleteOriginAccessControlCommand.ts b/clients/client-cloudfront/src/commands/DeleteOriginAccessControlCommand.ts index 248b34881c25..1a805b47870a 100644 --- a/clients/client-cloudfront/src/commands/DeleteOriginAccessControlCommand.ts +++ b/clients/client-cloudfront/src/commands/DeleteOriginAccessControlCommand.ts @@ -89,9 +89,6 @@ export class DeleteOriginAccessControlCommand extends $Command< DeleteOriginAccessControlCommandOutput, CloudFrontClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -105,9 +102,7 @@ export class DeleteOriginAccessControlCommand extends $Command< * @public */ constructor(readonly input: DeleteOriginAccessControlCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -163,7 +158,4 @@ export class DeleteOriginAccessControlCommand extends $Command< ): Promise { return de_DeleteOriginAccessControlCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-cloudfront/src/commands/DeleteOriginRequestPolicyCommand.ts b/clients/client-cloudfront/src/commands/DeleteOriginRequestPolicyCommand.ts index 4ee30ce6ed78..4e77657e9193 100644 --- a/clients/client-cloudfront/src/commands/DeleteOriginRequestPolicyCommand.ts +++ b/clients/client-cloudfront/src/commands/DeleteOriginRequestPolicyCommand.ts @@ -95,9 +95,6 @@ export class DeleteOriginRequestPolicyCommand extends $Command< DeleteOriginRequestPolicyCommandOutput, CloudFrontClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -111,9 +108,7 @@ export class DeleteOriginRequestPolicyCommand extends $Command< * @public */ constructor(readonly input: DeleteOriginRequestPolicyCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -169,7 +164,4 @@ export class DeleteOriginRequestPolicyCommand extends $Command< ): Promise { return de_DeleteOriginRequestPolicyCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-cloudfront/src/commands/DeletePublicKeyCommand.ts b/clients/client-cloudfront/src/commands/DeletePublicKeyCommand.ts index 394844ddc0c2..b337aa77dd1b 100644 --- a/clients/client-cloudfront/src/commands/DeletePublicKeyCommand.ts +++ b/clients/client-cloudfront/src/commands/DeletePublicKeyCommand.ts @@ -85,9 +85,6 @@ export class DeletePublicKeyCommand extends $Command< DeletePublicKeyCommandOutput, CloudFrontClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -101,9 +98,7 @@ export class DeletePublicKeyCommand extends $Command< * @public */ constructor(readonly input: DeletePublicKeyCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -156,7 +151,4 @@ export class DeletePublicKeyCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeletePublicKeyCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-cloudfront/src/commands/DeleteRealtimeLogConfigCommand.ts b/clients/client-cloudfront/src/commands/DeleteRealtimeLogConfigCommand.ts index efeff5072f63..17c5666022fd 100644 --- a/clients/client-cloudfront/src/commands/DeleteRealtimeLogConfigCommand.ts +++ b/clients/client-cloudfront/src/commands/DeleteRealtimeLogConfigCommand.ts @@ -88,9 +88,6 @@ export class DeleteRealtimeLogConfigCommand extends $Command< DeleteRealtimeLogConfigCommandOutput, CloudFrontClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -104,9 +101,7 @@ export class DeleteRealtimeLogConfigCommand extends $Command< * @public */ constructor(readonly input: DeleteRealtimeLogConfigCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -159,7 +154,4 @@ export class DeleteRealtimeLogConfigCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteRealtimeLogConfigCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-cloudfront/src/commands/DeleteResponseHeadersPolicyCommand.ts b/clients/client-cloudfront/src/commands/DeleteResponseHeadersPolicyCommand.ts index cf916ec43d10..8218ab399762 100644 --- a/clients/client-cloudfront/src/commands/DeleteResponseHeadersPolicyCommand.ts +++ b/clients/client-cloudfront/src/commands/DeleteResponseHeadersPolicyCommand.ts @@ -95,9 +95,6 @@ export class DeleteResponseHeadersPolicyCommand extends $Command< DeleteResponseHeadersPolicyCommandOutput, CloudFrontClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -111,9 +108,7 @@ export class DeleteResponseHeadersPolicyCommand extends $Command< * @public */ constructor(readonly input: DeleteResponseHeadersPolicyCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -169,7 +164,4 @@ export class DeleteResponseHeadersPolicyCommand extends $Command< ): Promise { return de_DeleteResponseHeadersPolicyCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-cloudfront/src/commands/DeleteStreamingDistributionCommand.ts b/clients/client-cloudfront/src/commands/DeleteStreamingDistributionCommand.ts index ac26a21b639b..e170149859b1 100644 --- a/clients/client-cloudfront/src/commands/DeleteStreamingDistributionCommand.ts +++ b/clients/client-cloudfront/src/commands/DeleteStreamingDistributionCommand.ts @@ -134,9 +134,6 @@ export class DeleteStreamingDistributionCommand extends $Command< DeleteStreamingDistributionCommandOutput, CloudFrontClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -150,9 +147,7 @@ export class DeleteStreamingDistributionCommand extends $Command< * @public */ constructor(readonly input: DeleteStreamingDistributionCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -208,7 +203,4 @@ export class DeleteStreamingDistributionCommand extends $Command< ): Promise { return de_DeleteStreamingDistributionCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-cloudfront/src/commands/DescribeFunctionCommand.ts b/clients/client-cloudfront/src/commands/DescribeFunctionCommand.ts index 810f6454452c..eb70e39acd46 100644 --- a/clients/client-cloudfront/src/commands/DescribeFunctionCommand.ts +++ b/clients/client-cloudfront/src/commands/DescribeFunctionCommand.ts @@ -95,9 +95,6 @@ export class DescribeFunctionCommand extends $Command< DescribeFunctionCommandOutput, CloudFrontClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -111,9 +108,7 @@ export class DescribeFunctionCommand extends $Command< * @public */ constructor(readonly input: DescribeFunctionCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -166,7 +161,4 @@ export class DescribeFunctionCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DescribeFunctionCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-cloudfront/src/commands/GetCachePolicyCommand.ts b/clients/client-cloudfront/src/commands/GetCachePolicyCommand.ts index 29989d95dd9e..7947187feeba 100644 --- a/clients/client-cloudfront/src/commands/GetCachePolicyCommand.ts +++ b/clients/client-cloudfront/src/commands/GetCachePolicyCommand.ts @@ -131,9 +131,6 @@ export class GetCachePolicyCommand extends $Command< GetCachePolicyCommandOutput, CloudFrontClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -147,9 +144,7 @@ export class GetCachePolicyCommand extends $Command< * @public */ constructor(readonly input: GetCachePolicyCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -202,7 +197,4 @@ export class GetCachePolicyCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetCachePolicyCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-cloudfront/src/commands/GetCachePolicyConfigCommand.ts b/clients/client-cloudfront/src/commands/GetCachePolicyConfigCommand.ts index f23c5a0b2009..054109ee10a6 100644 --- a/clients/client-cloudfront/src/commands/GetCachePolicyConfigCommand.ts +++ b/clients/client-cloudfront/src/commands/GetCachePolicyConfigCommand.ts @@ -119,9 +119,6 @@ export class GetCachePolicyConfigCommand extends $Command< GetCachePolicyConfigCommandOutput, CloudFrontClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -135,9 +132,7 @@ export class GetCachePolicyConfigCommand extends $Command< * @public */ constructor(readonly input: GetCachePolicyConfigCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -190,7 +185,4 @@ export class GetCachePolicyConfigCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetCachePolicyConfigCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-cloudfront/src/commands/GetCloudFrontOriginAccessIdentityCommand.ts b/clients/client-cloudfront/src/commands/GetCloudFrontOriginAccessIdentityCommand.ts index 03ffce52b123..d6f6e1225a94 100644 --- a/clients/client-cloudfront/src/commands/GetCloudFrontOriginAccessIdentityCommand.ts +++ b/clients/client-cloudfront/src/commands/GetCloudFrontOriginAccessIdentityCommand.ts @@ -89,9 +89,6 @@ export class GetCloudFrontOriginAccessIdentityCommand extends $Command< GetCloudFrontOriginAccessIdentityCommandOutput, CloudFrontClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -105,9 +102,7 @@ export class GetCloudFrontOriginAccessIdentityCommand extends $Command< * @public */ constructor(readonly input: GetCloudFrontOriginAccessIdentityCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -166,7 +161,4 @@ export class GetCloudFrontOriginAccessIdentityCommand extends $Command< ): Promise { return de_GetCloudFrontOriginAccessIdentityCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-cloudfront/src/commands/GetCloudFrontOriginAccessIdentityConfigCommand.ts b/clients/client-cloudfront/src/commands/GetCloudFrontOriginAccessIdentityConfigCommand.ts index b42cc6236930..3bb77d99a341 100644 --- a/clients/client-cloudfront/src/commands/GetCloudFrontOriginAccessIdentityConfigCommand.ts +++ b/clients/client-cloudfront/src/commands/GetCloudFrontOriginAccessIdentityConfigCommand.ts @@ -89,9 +89,6 @@ export class GetCloudFrontOriginAccessIdentityConfigCommand extends $Command< GetCloudFrontOriginAccessIdentityConfigCommandOutput, CloudFrontClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -105,9 +102,7 @@ export class GetCloudFrontOriginAccessIdentityConfigCommand extends $Command< * @public */ constructor(readonly input: GetCloudFrontOriginAccessIdentityConfigCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -172,7 +167,4 @@ export class GetCloudFrontOriginAccessIdentityConfigCommand extends $Command< ): Promise { return de_GetCloudFrontOriginAccessIdentityConfigCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-cloudfront/src/commands/GetContinuousDeploymentPolicyCommand.ts b/clients/client-cloudfront/src/commands/GetContinuousDeploymentPolicyCommand.ts index 48f3cf18e9f9..5d62602185c1 100644 --- a/clients/client-cloudfront/src/commands/GetContinuousDeploymentPolicyCommand.ts +++ b/clients/client-cloudfront/src/commands/GetContinuousDeploymentPolicyCommand.ts @@ -109,9 +109,6 @@ export class GetContinuousDeploymentPolicyCommand extends $Command< GetContinuousDeploymentPolicyCommandOutput, CloudFrontClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -125,9 +122,7 @@ export class GetContinuousDeploymentPolicyCommand extends $Command< * @public */ constructor(readonly input: GetContinuousDeploymentPolicyCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -183,7 +178,4 @@ export class GetContinuousDeploymentPolicyCommand extends $Command< ): Promise { return de_GetContinuousDeploymentPolicyCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-cloudfront/src/commands/GetContinuousDeploymentPolicyConfigCommand.ts b/clients/client-cloudfront/src/commands/GetContinuousDeploymentPolicyConfigCommand.ts index 280242c27926..5883dfa88ab9 100644 --- a/clients/client-cloudfront/src/commands/GetContinuousDeploymentPolicyConfigCommand.ts +++ b/clients/client-cloudfront/src/commands/GetContinuousDeploymentPolicyConfigCommand.ts @@ -107,9 +107,6 @@ export class GetContinuousDeploymentPolicyConfigCommand extends $Command< GetContinuousDeploymentPolicyConfigCommandOutput, CloudFrontClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -123,9 +120,7 @@ export class GetContinuousDeploymentPolicyConfigCommand extends $Command< * @public */ constructor(readonly input: GetContinuousDeploymentPolicyConfigCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -184,7 +179,4 @@ export class GetContinuousDeploymentPolicyConfigCommand extends $Command< ): Promise { return de_GetContinuousDeploymentPolicyConfigCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-cloudfront/src/commands/GetDistributionCommand.ts b/clients/client-cloudfront/src/commands/GetDistributionCommand.ts index 53a0b285b966..171d96eba3bf 100644 --- a/clients/client-cloudfront/src/commands/GetDistributionCommand.ts +++ b/clients/client-cloudfront/src/commands/GetDistributionCommand.ts @@ -411,9 +411,6 @@ export class GetDistributionCommand extends $Command< GetDistributionCommandOutput, CloudFrontClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -427,9 +424,7 @@ export class GetDistributionCommand extends $Command< * @public */ constructor(readonly input: GetDistributionCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -482,7 +477,4 @@ export class GetDistributionCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetDistributionCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-cloudfront/src/commands/GetDistributionConfigCommand.ts b/clients/client-cloudfront/src/commands/GetDistributionConfigCommand.ts index 791768105a51..05ea3f74f02c 100644 --- a/clients/client-cloudfront/src/commands/GetDistributionConfigCommand.ts +++ b/clients/client-cloudfront/src/commands/GetDistributionConfigCommand.ts @@ -367,9 +367,6 @@ export class GetDistributionConfigCommand extends $Command< GetDistributionConfigCommandOutput, CloudFrontClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -383,9 +380,7 @@ export class GetDistributionConfigCommand extends $Command< * @public */ constructor(readonly input: GetDistributionConfigCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -438,7 +433,4 @@ export class GetDistributionConfigCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetDistributionConfigCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-cloudfront/src/commands/GetFieldLevelEncryptionCommand.ts b/clients/client-cloudfront/src/commands/GetFieldLevelEncryptionCommand.ts index 293152c34504..91883b5275fc 100644 --- a/clients/client-cloudfront/src/commands/GetFieldLevelEncryptionCommand.ts +++ b/clients/client-cloudfront/src/commands/GetFieldLevelEncryptionCommand.ts @@ -109,9 +109,6 @@ export class GetFieldLevelEncryptionCommand extends $Command< GetFieldLevelEncryptionCommandOutput, CloudFrontClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -125,9 +122,7 @@ export class GetFieldLevelEncryptionCommand extends $Command< * @public */ constructor(readonly input: GetFieldLevelEncryptionCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -180,7 +175,4 @@ export class GetFieldLevelEncryptionCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetFieldLevelEncryptionCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-cloudfront/src/commands/GetFieldLevelEncryptionConfigCommand.ts b/clients/client-cloudfront/src/commands/GetFieldLevelEncryptionConfigCommand.ts index 25a40e34550b..0a8537720642 100644 --- a/clients/client-cloudfront/src/commands/GetFieldLevelEncryptionConfigCommand.ts +++ b/clients/client-cloudfront/src/commands/GetFieldLevelEncryptionConfigCommand.ts @@ -110,9 +110,6 @@ export class GetFieldLevelEncryptionConfigCommand extends $Command< GetFieldLevelEncryptionConfigCommandOutput, CloudFrontClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -126,9 +123,7 @@ export class GetFieldLevelEncryptionConfigCommand extends $Command< * @public */ constructor(readonly input: GetFieldLevelEncryptionConfigCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -184,7 +179,4 @@ export class GetFieldLevelEncryptionConfigCommand extends $Command< ): Promise { return de_GetFieldLevelEncryptionConfigCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-cloudfront/src/commands/GetFieldLevelEncryptionProfileCommand.ts b/clients/client-cloudfront/src/commands/GetFieldLevelEncryptionProfileCommand.ts index 84dbf05518cb..d82351687af9 100644 --- a/clients/client-cloudfront/src/commands/GetFieldLevelEncryptionProfileCommand.ts +++ b/clients/client-cloudfront/src/commands/GetFieldLevelEncryptionProfileCommand.ts @@ -105,9 +105,6 @@ export class GetFieldLevelEncryptionProfileCommand extends $Command< GetFieldLevelEncryptionProfileCommandOutput, CloudFrontClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -121,9 +118,7 @@ export class GetFieldLevelEncryptionProfileCommand extends $Command< * @public */ constructor(readonly input: GetFieldLevelEncryptionProfileCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -182,7 +177,4 @@ export class GetFieldLevelEncryptionProfileCommand extends $Command< ): Promise { return de_GetFieldLevelEncryptionProfileCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-cloudfront/src/commands/GetFieldLevelEncryptionProfileConfigCommand.ts b/clients/client-cloudfront/src/commands/GetFieldLevelEncryptionProfileConfigCommand.ts index a2c0f5eb3bcd..779f560bdc06 100644 --- a/clients/client-cloudfront/src/commands/GetFieldLevelEncryptionProfileConfigCommand.ts +++ b/clients/client-cloudfront/src/commands/GetFieldLevelEncryptionProfileConfigCommand.ts @@ -104,9 +104,6 @@ export class GetFieldLevelEncryptionProfileConfigCommand extends $Command< GetFieldLevelEncryptionProfileConfigCommandOutput, CloudFrontClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -120,9 +117,7 @@ export class GetFieldLevelEncryptionProfileConfigCommand extends $Command< * @public */ constructor(readonly input: GetFieldLevelEncryptionProfileConfigCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -181,7 +176,4 @@ export class GetFieldLevelEncryptionProfileConfigCommand extends $Command< ): Promise { return de_GetFieldLevelEncryptionProfileConfigCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-cloudfront/src/commands/GetFunctionCommand.ts b/clients/client-cloudfront/src/commands/GetFunctionCommand.ts index 5ff258f78eea..c5fae7d325c0 100644 --- a/clients/client-cloudfront/src/commands/GetFunctionCommand.ts +++ b/clients/client-cloudfront/src/commands/GetFunctionCommand.ts @@ -90,9 +90,6 @@ export class GetFunctionCommand extends $Command< GetFunctionCommandOutput, CloudFrontClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -106,9 +103,7 @@ export class GetFunctionCommand extends $Command< * @public */ constructor(readonly input: GetFunctionCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -159,7 +154,4 @@ export class GetFunctionCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetFunctionCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-cloudfront/src/commands/GetInvalidationCommand.ts b/clients/client-cloudfront/src/commands/GetInvalidationCommand.ts index d4c57c2aee3a..0ba7275af8f1 100644 --- a/clients/client-cloudfront/src/commands/GetInvalidationCommand.ts +++ b/clients/client-cloudfront/src/commands/GetInvalidationCommand.ts @@ -93,9 +93,6 @@ export class GetInvalidationCommand extends $Command< GetInvalidationCommandOutput, CloudFrontClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -109,9 +106,7 @@ export class GetInvalidationCommand extends $Command< * @public */ constructor(readonly input: GetInvalidationCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -164,7 +159,4 @@ export class GetInvalidationCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetInvalidationCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-cloudfront/src/commands/GetKeyGroupCommand.ts b/clients/client-cloudfront/src/commands/GetKeyGroupCommand.ts index 55c0f3d4c4c9..29a196a8d0e4 100644 --- a/clients/client-cloudfront/src/commands/GetKeyGroupCommand.ts +++ b/clients/client-cloudfront/src/commands/GetKeyGroupCommand.ts @@ -90,9 +90,6 @@ export class GetKeyGroupCommand extends $Command< GetKeyGroupCommandOutput, CloudFrontClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -106,9 +103,7 @@ export class GetKeyGroupCommand extends $Command< * @public */ constructor(readonly input: GetKeyGroupCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -159,7 +154,4 @@ export class GetKeyGroupCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetKeyGroupCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-cloudfront/src/commands/GetKeyGroupConfigCommand.ts b/clients/client-cloudfront/src/commands/GetKeyGroupConfigCommand.ts index 6114781d5975..cd1cd63582e5 100644 --- a/clients/client-cloudfront/src/commands/GetKeyGroupConfigCommand.ts +++ b/clients/client-cloudfront/src/commands/GetKeyGroupConfigCommand.ts @@ -85,9 +85,6 @@ export class GetKeyGroupConfigCommand extends $Command< GetKeyGroupConfigCommandOutput, CloudFrontClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -101,9 +98,7 @@ export class GetKeyGroupConfigCommand extends $Command< * @public */ constructor(readonly input: GetKeyGroupConfigCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -156,7 +151,4 @@ export class GetKeyGroupConfigCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetKeyGroupConfigCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-cloudfront/src/commands/GetMonitoringSubscriptionCommand.ts b/clients/client-cloudfront/src/commands/GetMonitoringSubscriptionCommand.ts index df4115aba65e..effc8e4c9af7 100644 --- a/clients/client-cloudfront/src/commands/GetMonitoringSubscriptionCommand.ts +++ b/clients/client-cloudfront/src/commands/GetMonitoringSubscriptionCommand.ts @@ -87,9 +87,6 @@ export class GetMonitoringSubscriptionCommand extends $Command< GetMonitoringSubscriptionCommandOutput, CloudFrontClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -103,9 +100,7 @@ export class GetMonitoringSubscriptionCommand extends $Command< * @public */ constructor(readonly input: GetMonitoringSubscriptionCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -161,7 +156,4 @@ export class GetMonitoringSubscriptionCommand extends $Command< ): Promise { return de_GetMonitoringSubscriptionCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-cloudfront/src/commands/GetOriginAccessControlCommand.ts b/clients/client-cloudfront/src/commands/GetOriginAccessControlCommand.ts index 6593fdce61f9..7b7d985fca8b 100644 --- a/clients/client-cloudfront/src/commands/GetOriginAccessControlCommand.ts +++ b/clients/client-cloudfront/src/commands/GetOriginAccessControlCommand.ts @@ -86,9 +86,6 @@ export class GetOriginAccessControlCommand extends $Command< GetOriginAccessControlCommandOutput, CloudFrontClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -102,9 +99,7 @@ export class GetOriginAccessControlCommand extends $Command< * @public */ constructor(readonly input: GetOriginAccessControlCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -157,7 +152,4 @@ export class GetOriginAccessControlCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetOriginAccessControlCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-cloudfront/src/commands/GetOriginAccessControlConfigCommand.ts b/clients/client-cloudfront/src/commands/GetOriginAccessControlConfigCommand.ts index 8d559850603b..39b6e4c9060f 100644 --- a/clients/client-cloudfront/src/commands/GetOriginAccessControlConfigCommand.ts +++ b/clients/client-cloudfront/src/commands/GetOriginAccessControlConfigCommand.ts @@ -88,9 +88,6 @@ export class GetOriginAccessControlConfigCommand extends $Command< GetOriginAccessControlConfigCommandOutput, CloudFrontClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -104,9 +101,7 @@ export class GetOriginAccessControlConfigCommand extends $Command< * @public */ constructor(readonly input: GetOriginAccessControlConfigCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -162,7 +157,4 @@ export class GetOriginAccessControlConfigCommand extends $Command< ): Promise { return de_GetOriginAccessControlConfigCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-cloudfront/src/commands/GetOriginRequestPolicyCommand.ts b/clients/client-cloudfront/src/commands/GetOriginRequestPolicyCommand.ts index 3e25e5f218d2..e99e1eb7592c 100644 --- a/clients/client-cloudfront/src/commands/GetOriginRequestPolicyCommand.ts +++ b/clients/client-cloudfront/src/commands/GetOriginRequestPolicyCommand.ts @@ -125,9 +125,6 @@ export class GetOriginRequestPolicyCommand extends $Command< GetOriginRequestPolicyCommandOutput, CloudFrontClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -141,9 +138,7 @@ export class GetOriginRequestPolicyCommand extends $Command< * @public */ constructor(readonly input: GetOriginRequestPolicyCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -196,7 +191,4 @@ export class GetOriginRequestPolicyCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetOriginRequestPolicyCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-cloudfront/src/commands/GetOriginRequestPolicyConfigCommand.ts b/clients/client-cloudfront/src/commands/GetOriginRequestPolicyConfigCommand.ts index 68d70a5d5d79..302ee85c6088 100644 --- a/clients/client-cloudfront/src/commands/GetOriginRequestPolicyConfigCommand.ts +++ b/clients/client-cloudfront/src/commands/GetOriginRequestPolicyConfigCommand.ts @@ -118,9 +118,6 @@ export class GetOriginRequestPolicyConfigCommand extends $Command< GetOriginRequestPolicyConfigCommandOutput, CloudFrontClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -134,9 +131,7 @@ export class GetOriginRequestPolicyConfigCommand extends $Command< * @public */ constructor(readonly input: GetOriginRequestPolicyConfigCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -192,7 +187,4 @@ export class GetOriginRequestPolicyConfigCommand extends $Command< ): Promise { return de_GetOriginRequestPolicyConfigCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-cloudfront/src/commands/GetPublicKeyCommand.ts b/clients/client-cloudfront/src/commands/GetPublicKeyCommand.ts index 3e7a143caffb..0627a4055d7d 100644 --- a/clients/client-cloudfront/src/commands/GetPublicKeyCommand.ts +++ b/clients/client-cloudfront/src/commands/GetPublicKeyCommand.ts @@ -86,9 +86,6 @@ export class GetPublicKeyCommand extends $Command< GetPublicKeyCommandOutput, CloudFrontClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -102,9 +99,7 @@ export class GetPublicKeyCommand extends $Command< * @public */ constructor(readonly input: GetPublicKeyCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -155,7 +150,4 @@ export class GetPublicKeyCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetPublicKeyCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-cloudfront/src/commands/GetPublicKeyConfigCommand.ts b/clients/client-cloudfront/src/commands/GetPublicKeyConfigCommand.ts index 0e0cf9991caf..615ba7b8b8f8 100644 --- a/clients/client-cloudfront/src/commands/GetPublicKeyConfigCommand.ts +++ b/clients/client-cloudfront/src/commands/GetPublicKeyConfigCommand.ts @@ -82,9 +82,6 @@ export class GetPublicKeyConfigCommand extends $Command< GetPublicKeyConfigCommandOutput, CloudFrontClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -98,9 +95,7 @@ export class GetPublicKeyConfigCommand extends $Command< * @public */ constructor(readonly input: GetPublicKeyConfigCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -153,7 +148,4 @@ export class GetPublicKeyConfigCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetPublicKeyConfigCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-cloudfront/src/commands/GetRealtimeLogConfigCommand.ts b/clients/client-cloudfront/src/commands/GetRealtimeLogConfigCommand.ts index 3ab0d6150d39..9b8be6f880cd 100644 --- a/clients/client-cloudfront/src/commands/GetRealtimeLogConfigCommand.ts +++ b/clients/client-cloudfront/src/commands/GetRealtimeLogConfigCommand.ts @@ -99,9 +99,6 @@ export class GetRealtimeLogConfigCommand extends $Command< GetRealtimeLogConfigCommandOutput, CloudFrontClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -115,9 +112,7 @@ export class GetRealtimeLogConfigCommand extends $Command< * @public */ constructor(readonly input: GetRealtimeLogConfigCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -170,7 +165,4 @@ export class GetRealtimeLogConfigCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetRealtimeLogConfigCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-cloudfront/src/commands/GetResponseHeadersPolicyCommand.ts b/clients/client-cloudfront/src/commands/GetResponseHeadersPolicyCommand.ts index e055aa377f90..a3bc35c9540c 100644 --- a/clients/client-cloudfront/src/commands/GetResponseHeadersPolicyCommand.ts +++ b/clients/client-cloudfront/src/commands/GetResponseHeadersPolicyCommand.ts @@ -171,9 +171,6 @@ export class GetResponseHeadersPolicyCommand extends $Command< GetResponseHeadersPolicyCommandOutput, CloudFrontClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -187,9 +184,7 @@ export class GetResponseHeadersPolicyCommand extends $Command< * @public */ constructor(readonly input: GetResponseHeadersPolicyCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -242,7 +237,4 @@ export class GetResponseHeadersPolicyCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetResponseHeadersPolicyCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-cloudfront/src/commands/GetResponseHeadersPolicyConfigCommand.ts b/clients/client-cloudfront/src/commands/GetResponseHeadersPolicyConfigCommand.ts index 05a524571ba5..895e95df3a65 100644 --- a/clients/client-cloudfront/src/commands/GetResponseHeadersPolicyConfigCommand.ts +++ b/clients/client-cloudfront/src/commands/GetResponseHeadersPolicyConfigCommand.ts @@ -171,9 +171,6 @@ export class GetResponseHeadersPolicyConfigCommand extends $Command< GetResponseHeadersPolicyConfigCommandOutput, CloudFrontClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -187,9 +184,7 @@ export class GetResponseHeadersPolicyConfigCommand extends $Command< * @public */ constructor(readonly input: GetResponseHeadersPolicyConfigCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -248,7 +243,4 @@ export class GetResponseHeadersPolicyConfigCommand extends $Command< ): Promise { return de_GetResponseHeadersPolicyConfigCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-cloudfront/src/commands/GetStreamingDistributionCommand.ts b/clients/client-cloudfront/src/commands/GetStreamingDistributionCommand.ts index 4046a10c907e..85c8d6eedb88 100644 --- a/clients/client-cloudfront/src/commands/GetStreamingDistributionCommand.ts +++ b/clients/client-cloudfront/src/commands/GetStreamingDistributionCommand.ts @@ -127,9 +127,6 @@ export class GetStreamingDistributionCommand extends $Command< GetStreamingDistributionCommandOutput, CloudFrontClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -143,9 +140,7 @@ export class GetStreamingDistributionCommand extends $Command< * @public */ constructor(readonly input: GetStreamingDistributionCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -198,7 +193,4 @@ export class GetStreamingDistributionCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetStreamingDistributionCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-cloudfront/src/commands/GetStreamingDistributionConfigCommand.ts b/clients/client-cloudfront/src/commands/GetStreamingDistributionConfigCommand.ts index 0a4bd69e6f90..d03ad2269349 100644 --- a/clients/client-cloudfront/src/commands/GetStreamingDistributionConfigCommand.ts +++ b/clients/client-cloudfront/src/commands/GetStreamingDistributionConfigCommand.ts @@ -109,9 +109,6 @@ export class GetStreamingDistributionConfigCommand extends $Command< GetStreamingDistributionConfigCommandOutput, CloudFrontClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -125,9 +122,7 @@ export class GetStreamingDistributionConfigCommand extends $Command< * @public */ constructor(readonly input: GetStreamingDistributionConfigCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -186,7 +181,4 @@ export class GetStreamingDistributionConfigCommand extends $Command< ): Promise { return de_GetStreamingDistributionConfigCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-cloudfront/src/commands/ListCachePoliciesCommand.ts b/clients/client-cloudfront/src/commands/ListCachePoliciesCommand.ts index 275777bfaedb..dea1a6bf55b9 100644 --- a/clients/client-cloudfront/src/commands/ListCachePoliciesCommand.ts +++ b/clients/client-cloudfront/src/commands/ListCachePoliciesCommand.ts @@ -139,9 +139,6 @@ export class ListCachePoliciesCommand extends $Command< ListCachePoliciesCommandOutput, CloudFrontClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -155,9 +152,7 @@ export class ListCachePoliciesCommand extends $Command< * @public */ constructor(readonly input: ListCachePoliciesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -210,7 +205,4 @@ export class ListCachePoliciesCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListCachePoliciesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-cloudfront/src/commands/ListCloudFrontOriginAccessIdentitiesCommand.ts b/clients/client-cloudfront/src/commands/ListCloudFrontOriginAccessIdentitiesCommand.ts index 989d36900d82..f1e26dfb24ee 100644 --- a/clients/client-cloudfront/src/commands/ListCloudFrontOriginAccessIdentitiesCommand.ts +++ b/clients/client-cloudfront/src/commands/ListCloudFrontOriginAccessIdentitiesCommand.ts @@ -95,9 +95,6 @@ export class ListCloudFrontOriginAccessIdentitiesCommand extends $Command< ListCloudFrontOriginAccessIdentitiesCommandOutput, CloudFrontClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -111,9 +108,7 @@ export class ListCloudFrontOriginAccessIdentitiesCommand extends $Command< * @public */ constructor(readonly input: ListCloudFrontOriginAccessIdentitiesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -172,7 +167,4 @@ export class ListCloudFrontOriginAccessIdentitiesCommand extends $Command< ): Promise { return de_ListCloudFrontOriginAccessIdentitiesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-cloudfront/src/commands/ListConflictingAliasesCommand.ts b/clients/client-cloudfront/src/commands/ListConflictingAliasesCommand.ts index aee0e3662cb4..f477ee97b4c6 100644 --- a/clients/client-cloudfront/src/commands/ListConflictingAliasesCommand.ts +++ b/clients/client-cloudfront/src/commands/ListConflictingAliasesCommand.ts @@ -112,9 +112,6 @@ export class ListConflictingAliasesCommand extends $Command< ListConflictingAliasesCommandOutput, CloudFrontClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -128,9 +125,7 @@ export class ListConflictingAliasesCommand extends $Command< * @public */ constructor(readonly input: ListConflictingAliasesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -183,7 +178,4 @@ export class ListConflictingAliasesCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListConflictingAliasesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-cloudfront/src/commands/ListContinuousDeploymentPoliciesCommand.ts b/clients/client-cloudfront/src/commands/ListContinuousDeploymentPoliciesCommand.ts index 3d22ad3c4f55..8090824ddd39 100644 --- a/clients/client-cloudfront/src/commands/ListContinuousDeploymentPoliciesCommand.ts +++ b/clients/client-cloudfront/src/commands/ListContinuousDeploymentPoliciesCommand.ts @@ -125,9 +125,6 @@ export class ListContinuousDeploymentPoliciesCommand extends $Command< ListContinuousDeploymentPoliciesCommandOutput, CloudFrontClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -141,9 +138,7 @@ export class ListContinuousDeploymentPoliciesCommand extends $Command< * @public */ constructor(readonly input: ListContinuousDeploymentPoliciesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -202,7 +197,4 @@ export class ListContinuousDeploymentPoliciesCommand extends $Command< ): Promise { return de_ListContinuousDeploymentPoliciesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-cloudfront/src/commands/ListDistributionsByCachePolicyIdCommand.ts b/clients/client-cloudfront/src/commands/ListDistributionsByCachePolicyIdCommand.ts index 6227af57060d..ce3f316a2c0e 100644 --- a/clients/client-cloudfront/src/commands/ListDistributionsByCachePolicyIdCommand.ts +++ b/clients/client-cloudfront/src/commands/ListDistributionsByCachePolicyIdCommand.ts @@ -101,9 +101,6 @@ export class ListDistributionsByCachePolicyIdCommand extends $Command< ListDistributionsByCachePolicyIdCommandOutput, CloudFrontClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -117,9 +114,7 @@ export class ListDistributionsByCachePolicyIdCommand extends $Command< * @public */ constructor(readonly input: ListDistributionsByCachePolicyIdCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -178,7 +173,4 @@ export class ListDistributionsByCachePolicyIdCommand extends $Command< ): Promise { return de_ListDistributionsByCachePolicyIdCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-cloudfront/src/commands/ListDistributionsByKeyGroupCommand.ts b/clients/client-cloudfront/src/commands/ListDistributionsByKeyGroupCommand.ts index 0d4767e4bd5c..24c32c548a8d 100644 --- a/clients/client-cloudfront/src/commands/ListDistributionsByKeyGroupCommand.ts +++ b/clients/client-cloudfront/src/commands/ListDistributionsByKeyGroupCommand.ts @@ -93,9 +93,6 @@ export class ListDistributionsByKeyGroupCommand extends $Command< ListDistributionsByKeyGroupCommandOutput, CloudFrontClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -109,9 +106,7 @@ export class ListDistributionsByKeyGroupCommand extends $Command< * @public */ constructor(readonly input: ListDistributionsByKeyGroupCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -167,7 +162,4 @@ export class ListDistributionsByKeyGroupCommand extends $Command< ): Promise { return de_ListDistributionsByKeyGroupCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-cloudfront/src/commands/ListDistributionsByOriginRequestPolicyIdCommand.ts b/clients/client-cloudfront/src/commands/ListDistributionsByOriginRequestPolicyIdCommand.ts index 6ce6af9eac00..1e9072e3d571 100644 --- a/clients/client-cloudfront/src/commands/ListDistributionsByOriginRequestPolicyIdCommand.ts +++ b/clients/client-cloudfront/src/commands/ListDistributionsByOriginRequestPolicyIdCommand.ts @@ -105,9 +105,6 @@ export class ListDistributionsByOriginRequestPolicyIdCommand extends $Command< ListDistributionsByOriginRequestPolicyIdCommandOutput, CloudFrontClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -121,9 +118,7 @@ export class ListDistributionsByOriginRequestPolicyIdCommand extends $Command< * @public */ constructor(readonly input: ListDistributionsByOriginRequestPolicyIdCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -188,7 +183,4 @@ export class ListDistributionsByOriginRequestPolicyIdCommand extends $Command< ): Promise { return de_ListDistributionsByOriginRequestPolicyIdCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-cloudfront/src/commands/ListDistributionsByRealtimeLogConfigCommand.ts b/clients/client-cloudfront/src/commands/ListDistributionsByRealtimeLogConfigCommand.ts index 6c0c640af212..e83b195a3aeb 100644 --- a/clients/client-cloudfront/src/commands/ListDistributionsByRealtimeLogConfigCommand.ts +++ b/clients/client-cloudfront/src/commands/ListDistributionsByRealtimeLogConfigCommand.ts @@ -391,9 +391,6 @@ export class ListDistributionsByRealtimeLogConfigCommand extends $Command< ListDistributionsByRealtimeLogConfigCommandOutput, CloudFrontClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -407,9 +404,7 @@ export class ListDistributionsByRealtimeLogConfigCommand extends $Command< * @public */ constructor(readonly input: ListDistributionsByRealtimeLogConfigCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -468,7 +463,4 @@ export class ListDistributionsByRealtimeLogConfigCommand extends $Command< ): Promise { return de_ListDistributionsByRealtimeLogConfigCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-cloudfront/src/commands/ListDistributionsByResponseHeadersPolicyIdCommand.ts b/clients/client-cloudfront/src/commands/ListDistributionsByResponseHeadersPolicyIdCommand.ts index 81c345415c85..4b33e1df12d7 100644 --- a/clients/client-cloudfront/src/commands/ListDistributionsByResponseHeadersPolicyIdCommand.ts +++ b/clients/client-cloudfront/src/commands/ListDistributionsByResponseHeadersPolicyIdCommand.ts @@ -105,9 +105,6 @@ export class ListDistributionsByResponseHeadersPolicyIdCommand extends $Command< ListDistributionsByResponseHeadersPolicyIdCommandOutput, CloudFrontClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -121,9 +118,7 @@ export class ListDistributionsByResponseHeadersPolicyIdCommand extends $Command< * @public */ constructor(readonly input: ListDistributionsByResponseHeadersPolicyIdCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -188,7 +183,4 @@ export class ListDistributionsByResponseHeadersPolicyIdCommand extends $Command< ): Promise { return de_ListDistributionsByResponseHeadersPolicyIdCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-cloudfront/src/commands/ListDistributionsByWebACLIdCommand.ts b/clients/client-cloudfront/src/commands/ListDistributionsByWebACLIdCommand.ts index fe6eaf0bcdda..dde1e8ebb969 100644 --- a/clients/client-cloudfront/src/commands/ListDistributionsByWebACLIdCommand.ts +++ b/clients/client-cloudfront/src/commands/ListDistributionsByWebACLIdCommand.ts @@ -383,9 +383,6 @@ export class ListDistributionsByWebACLIdCommand extends $Command< ListDistributionsByWebACLIdCommandOutput, CloudFrontClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -399,9 +396,7 @@ export class ListDistributionsByWebACLIdCommand extends $Command< * @public */ constructor(readonly input: ListDistributionsByWebACLIdCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -457,7 +452,4 @@ export class ListDistributionsByWebACLIdCommand extends $Command< ): Promise { return de_ListDistributionsByWebACLIdCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-cloudfront/src/commands/ListDistributionsCommand.ts b/clients/client-cloudfront/src/commands/ListDistributionsCommand.ts index 3047b550e7a1..b421f1d6dfd7 100644 --- a/clients/client-cloudfront/src/commands/ListDistributionsCommand.ts +++ b/clients/client-cloudfront/src/commands/ListDistributionsCommand.ts @@ -375,9 +375,6 @@ export class ListDistributionsCommand extends $Command< ListDistributionsCommandOutput, CloudFrontClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -391,9 +388,7 @@ export class ListDistributionsCommand extends $Command< * @public */ constructor(readonly input: ListDistributionsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -446,7 +441,4 @@ export class ListDistributionsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListDistributionsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-cloudfront/src/commands/ListFieldLevelEncryptionConfigsCommand.ts b/clients/client-cloudfront/src/commands/ListFieldLevelEncryptionConfigsCommand.ts index 2df802cb4c0f..78a3b8a94682 100644 --- a/clients/client-cloudfront/src/commands/ListFieldLevelEncryptionConfigsCommand.ts +++ b/clients/client-cloudfront/src/commands/ListFieldLevelEncryptionConfigsCommand.ts @@ -116,9 +116,6 @@ export class ListFieldLevelEncryptionConfigsCommand extends $Command< ListFieldLevelEncryptionConfigsCommandOutput, CloudFrontClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -132,9 +129,7 @@ export class ListFieldLevelEncryptionConfigsCommand extends $Command< * @public */ constructor(readonly input: ListFieldLevelEncryptionConfigsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -193,7 +188,4 @@ export class ListFieldLevelEncryptionConfigsCommand extends $Command< ): Promise { return de_ListFieldLevelEncryptionConfigsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-cloudfront/src/commands/ListFieldLevelEncryptionProfilesCommand.ts b/clients/client-cloudfront/src/commands/ListFieldLevelEncryptionProfilesCommand.ts index 40b9d5f7688f..867dd1b0a630 100644 --- a/clients/client-cloudfront/src/commands/ListFieldLevelEncryptionProfilesCommand.ts +++ b/clients/client-cloudfront/src/commands/ListFieldLevelEncryptionProfilesCommand.ts @@ -107,9 +107,6 @@ export class ListFieldLevelEncryptionProfilesCommand extends $Command< ListFieldLevelEncryptionProfilesCommandOutput, CloudFrontClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -123,9 +120,7 @@ export class ListFieldLevelEncryptionProfilesCommand extends $Command< * @public */ constructor(readonly input: ListFieldLevelEncryptionProfilesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -184,7 +179,4 @@ export class ListFieldLevelEncryptionProfilesCommand extends $Command< ): Promise { return de_ListFieldLevelEncryptionProfilesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-cloudfront/src/commands/ListFunctionsCommand.ts b/clients/client-cloudfront/src/commands/ListFunctionsCommand.ts index 33c661dadf92..73770d97d928 100644 --- a/clients/client-cloudfront/src/commands/ListFunctionsCommand.ts +++ b/clients/client-cloudfront/src/commands/ListFunctionsCommand.ts @@ -105,9 +105,6 @@ export class ListFunctionsCommand extends $Command< ListFunctionsCommandOutput, CloudFrontClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -121,9 +118,7 @@ export class ListFunctionsCommand extends $Command< * @public */ constructor(readonly input: ListFunctionsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -174,7 +169,4 @@ export class ListFunctionsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListFunctionsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-cloudfront/src/commands/ListInvalidationsCommand.ts b/clients/client-cloudfront/src/commands/ListInvalidationsCommand.ts index 59259bb2c01f..be87167d27a2 100644 --- a/clients/client-cloudfront/src/commands/ListInvalidationsCommand.ts +++ b/clients/client-cloudfront/src/commands/ListInvalidationsCommand.ts @@ -94,9 +94,6 @@ export class ListInvalidationsCommand extends $Command< ListInvalidationsCommandOutput, CloudFrontClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -110,9 +107,7 @@ export class ListInvalidationsCommand extends $Command< * @public */ constructor(readonly input: ListInvalidationsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -165,7 +160,4 @@ export class ListInvalidationsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListInvalidationsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-cloudfront/src/commands/ListKeyGroupsCommand.ts b/clients/client-cloudfront/src/commands/ListKeyGroupsCommand.ts index 51492f0b059f..915af79b21cf 100644 --- a/clients/client-cloudfront/src/commands/ListKeyGroupsCommand.ts +++ b/clients/client-cloudfront/src/commands/ListKeyGroupsCommand.ts @@ -98,9 +98,6 @@ export class ListKeyGroupsCommand extends $Command< ListKeyGroupsCommandOutput, CloudFrontClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -114,9 +111,7 @@ export class ListKeyGroupsCommand extends $Command< * @public */ constructor(readonly input: ListKeyGroupsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -167,7 +162,4 @@ export class ListKeyGroupsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListKeyGroupsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-cloudfront/src/commands/ListOriginAccessControlsCommand.ts b/clients/client-cloudfront/src/commands/ListOriginAccessControlsCommand.ts index bda4222fe4e4..4ed736f3a819 100644 --- a/clients/client-cloudfront/src/commands/ListOriginAccessControlsCommand.ts +++ b/clients/client-cloudfront/src/commands/ListOriginAccessControlsCommand.ts @@ -95,9 +95,6 @@ export class ListOriginAccessControlsCommand extends $Command< ListOriginAccessControlsCommandOutput, CloudFrontClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -111,9 +108,7 @@ export class ListOriginAccessControlsCommand extends $Command< * @public */ constructor(readonly input: ListOriginAccessControlsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -166,7 +161,4 @@ export class ListOriginAccessControlsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListOriginAccessControlsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-cloudfront/src/commands/ListOriginRequestPoliciesCommand.ts b/clients/client-cloudfront/src/commands/ListOriginRequestPoliciesCommand.ts index 618a46b8b51b..db15870f5b81 100644 --- a/clients/client-cloudfront/src/commands/ListOriginRequestPoliciesCommand.ts +++ b/clients/client-cloudfront/src/commands/ListOriginRequestPoliciesCommand.ts @@ -132,9 +132,6 @@ export class ListOriginRequestPoliciesCommand extends $Command< ListOriginRequestPoliciesCommandOutput, CloudFrontClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -148,9 +145,7 @@ export class ListOriginRequestPoliciesCommand extends $Command< * @public */ constructor(readonly input: ListOriginRequestPoliciesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -206,7 +201,4 @@ export class ListOriginRequestPoliciesCommand extends $Command< ): Promise { return de_ListOriginRequestPoliciesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-cloudfront/src/commands/ListPublicKeysCommand.ts b/clients/client-cloudfront/src/commands/ListPublicKeysCommand.ts index 87b292fbc08f..bddb67ba8ffd 100644 --- a/clients/client-cloudfront/src/commands/ListPublicKeysCommand.ts +++ b/clients/client-cloudfront/src/commands/ListPublicKeysCommand.ts @@ -87,9 +87,6 @@ export class ListPublicKeysCommand extends $Command< ListPublicKeysCommandOutput, CloudFrontClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -103,9 +100,7 @@ export class ListPublicKeysCommand extends $Command< * @public */ constructor(readonly input: ListPublicKeysCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -158,7 +153,4 @@ export class ListPublicKeysCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListPublicKeysCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-cloudfront/src/commands/ListRealtimeLogConfigsCommand.ts b/clients/client-cloudfront/src/commands/ListRealtimeLogConfigsCommand.ts index fc8461788113..092df5a69a73 100644 --- a/clients/client-cloudfront/src/commands/ListRealtimeLogConfigsCommand.ts +++ b/clients/client-cloudfront/src/commands/ListRealtimeLogConfigsCommand.ts @@ -109,9 +109,6 @@ export class ListRealtimeLogConfigsCommand extends $Command< ListRealtimeLogConfigsCommandOutput, CloudFrontClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -125,9 +122,7 @@ export class ListRealtimeLogConfigsCommand extends $Command< * @public */ constructor(readonly input: ListRealtimeLogConfigsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -180,7 +175,4 @@ export class ListRealtimeLogConfigsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListRealtimeLogConfigsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-cloudfront/src/commands/ListResponseHeadersPoliciesCommand.ts b/clients/client-cloudfront/src/commands/ListResponseHeadersPoliciesCommand.ts index 602712607d82..0cfaf35dd8b6 100644 --- a/clients/client-cloudfront/src/commands/ListResponseHeadersPoliciesCommand.ts +++ b/clients/client-cloudfront/src/commands/ListResponseHeadersPoliciesCommand.ts @@ -185,9 +185,6 @@ export class ListResponseHeadersPoliciesCommand extends $Command< ListResponseHeadersPoliciesCommandOutput, CloudFrontClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -201,9 +198,7 @@ export class ListResponseHeadersPoliciesCommand extends $Command< * @public */ constructor(readonly input: ListResponseHeadersPoliciesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -259,7 +254,4 @@ export class ListResponseHeadersPoliciesCommand extends $Command< ): Promise { return de_ListResponseHeadersPoliciesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-cloudfront/src/commands/ListStreamingDistributionsCommand.ts b/clients/client-cloudfront/src/commands/ListStreamingDistributionsCommand.ts index 886be79d067f..dd0d3781e937 100644 --- a/clients/client-cloudfront/src/commands/ListStreamingDistributionsCommand.ts +++ b/clients/client-cloudfront/src/commands/ListStreamingDistributionsCommand.ts @@ -109,9 +109,6 @@ export class ListStreamingDistributionsCommand extends $Command< ListStreamingDistributionsCommandOutput, CloudFrontClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -125,9 +122,7 @@ export class ListStreamingDistributionsCommand extends $Command< * @public */ constructor(readonly input: ListStreamingDistributionsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -183,7 +178,4 @@ export class ListStreamingDistributionsCommand extends $Command< ): Promise { return de_ListStreamingDistributionsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-cloudfront/src/commands/ListTagsForResourceCommand.ts b/clients/client-cloudfront/src/commands/ListTagsForResourceCommand.ts index e82149ac7374..36496dfdef08 100644 --- a/clients/client-cloudfront/src/commands/ListTagsForResourceCommand.ts +++ b/clients/client-cloudfront/src/commands/ListTagsForResourceCommand.ts @@ -89,9 +89,6 @@ export class ListTagsForResourceCommand extends $Command< ListTagsForResourceCommandOutput, CloudFrontClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -105,9 +102,7 @@ export class ListTagsForResourceCommand extends $Command< * @public */ constructor(readonly input: ListTagsForResourceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -160,7 +155,4 @@ export class ListTagsForResourceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListTagsForResourceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-cloudfront/src/commands/PublishFunctionCommand.ts b/clients/client-cloudfront/src/commands/PublishFunctionCommand.ts index bf9130655978..3a66c611de14 100644 --- a/clients/client-cloudfront/src/commands/PublishFunctionCommand.ts +++ b/clients/client-cloudfront/src/commands/PublishFunctionCommand.ts @@ -109,9 +109,6 @@ export class PublishFunctionCommand extends $Command< PublishFunctionCommandOutput, CloudFrontClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -125,9 +122,7 @@ export class PublishFunctionCommand extends $Command< * @public */ constructor(readonly input: PublishFunctionCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -180,7 +175,4 @@ export class PublishFunctionCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_PublishFunctionCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-cloudfront/src/commands/TagResourceCommand.ts b/clients/client-cloudfront/src/commands/TagResourceCommand.ts index 1278d349afbf..5e85eca88f61 100644 --- a/clients/client-cloudfront/src/commands/TagResourceCommand.ts +++ b/clients/client-cloudfront/src/commands/TagResourceCommand.ts @@ -88,9 +88,6 @@ export class TagResourceCommand extends $Command< TagResourceCommandOutput, CloudFrontClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -104,9 +101,7 @@ export class TagResourceCommand extends $Command< * @public */ constructor(readonly input: TagResourceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -157,7 +152,4 @@ export class TagResourceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_TagResourceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-cloudfront/src/commands/TestFunctionCommand.ts b/clients/client-cloudfront/src/commands/TestFunctionCommand.ts index cf277e19ad52..a572f7333cb8 100644 --- a/clients/client-cloudfront/src/commands/TestFunctionCommand.ts +++ b/clients/client-cloudfront/src/commands/TestFunctionCommand.ts @@ -123,9 +123,6 @@ export class TestFunctionCommand extends $Command< TestFunctionCommandOutput, CloudFrontClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -139,9 +136,7 @@ export class TestFunctionCommand extends $Command< * @public */ constructor(readonly input: TestFunctionCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -192,7 +187,4 @@ export class TestFunctionCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_TestFunctionCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-cloudfront/src/commands/UntagResourceCommand.ts b/clients/client-cloudfront/src/commands/UntagResourceCommand.ts index 064d7d81ae94..9d9b5a7a6788 100644 --- a/clients/client-cloudfront/src/commands/UntagResourceCommand.ts +++ b/clients/client-cloudfront/src/commands/UntagResourceCommand.ts @@ -85,9 +85,6 @@ export class UntagResourceCommand extends $Command< UntagResourceCommandOutput, CloudFrontClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -101,9 +98,7 @@ export class UntagResourceCommand extends $Command< * @public */ constructor(readonly input: UntagResourceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -154,7 +149,4 @@ export class UntagResourceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UntagResourceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-cloudfront/src/commands/UpdateCachePolicyCommand.ts b/clients/client-cloudfront/src/commands/UpdateCachePolicyCommand.ts index c61afd072638..b4840f924f7c 100644 --- a/clients/client-cloudfront/src/commands/UpdateCachePolicyCommand.ts +++ b/clients/client-cloudfront/src/commands/UpdateCachePolicyCommand.ts @@ -210,9 +210,6 @@ export class UpdateCachePolicyCommand extends $Command< UpdateCachePolicyCommandOutput, CloudFrontClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -226,9 +223,7 @@ export class UpdateCachePolicyCommand extends $Command< * @public */ constructor(readonly input: UpdateCachePolicyCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -281,7 +276,4 @@ export class UpdateCachePolicyCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdateCachePolicyCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-cloudfront/src/commands/UpdateCloudFrontOriginAccessIdentityCommand.ts b/clients/client-cloudfront/src/commands/UpdateCloudFrontOriginAccessIdentityCommand.ts index f9d192e9b35a..3859c1937a88 100644 --- a/clients/client-cloudfront/src/commands/UpdateCloudFrontOriginAccessIdentityCommand.ts +++ b/clients/client-cloudfront/src/commands/UpdateCloudFrontOriginAccessIdentityCommand.ts @@ -118,9 +118,6 @@ export class UpdateCloudFrontOriginAccessIdentityCommand extends $Command< UpdateCloudFrontOriginAccessIdentityCommandOutput, CloudFrontClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -134,9 +131,7 @@ export class UpdateCloudFrontOriginAccessIdentityCommand extends $Command< * @public */ constructor(readonly input: UpdateCloudFrontOriginAccessIdentityCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -195,7 +190,4 @@ export class UpdateCloudFrontOriginAccessIdentityCommand extends $Command< ): Promise { return de_UpdateCloudFrontOriginAccessIdentityCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-cloudfront/src/commands/UpdateContinuousDeploymentPolicyCommand.ts b/clients/client-cloudfront/src/commands/UpdateContinuousDeploymentPolicyCommand.ts index f01213fc33e3..d0df1e300c2a 100644 --- a/clients/client-cloudfront/src/commands/UpdateContinuousDeploymentPolicyCommand.ts +++ b/clients/client-cloudfront/src/commands/UpdateContinuousDeploymentPolicyCommand.ts @@ -170,9 +170,6 @@ export class UpdateContinuousDeploymentPolicyCommand extends $Command< UpdateContinuousDeploymentPolicyCommandOutput, CloudFrontClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -186,9 +183,7 @@ export class UpdateContinuousDeploymentPolicyCommand extends $Command< * @public */ constructor(readonly input: UpdateContinuousDeploymentPolicyCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -247,7 +242,4 @@ export class UpdateContinuousDeploymentPolicyCommand extends $Command< ): Promise { return de_UpdateContinuousDeploymentPolicyCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-cloudfront/src/commands/UpdateDistributionCommand.ts b/clients/client-cloudfront/src/commands/UpdateDistributionCommand.ts index 7c5d61ac3c4b..407317f965cd 100644 --- a/clients/client-cloudfront/src/commands/UpdateDistributionCommand.ts +++ b/clients/client-cloudfront/src/commands/UpdateDistributionCommand.ts @@ -967,9 +967,6 @@ export class UpdateDistributionCommand extends $Command< UpdateDistributionCommandOutput, CloudFrontClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -983,9 +980,7 @@ export class UpdateDistributionCommand extends $Command< * @public */ constructor(readonly input: UpdateDistributionCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -1038,7 +1033,4 @@ export class UpdateDistributionCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdateDistributionCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-cloudfront/src/commands/UpdateDistributionWithStagingConfigCommand.ts b/clients/client-cloudfront/src/commands/UpdateDistributionWithStagingConfigCommand.ts index bb4a7295f2e9..fca66ed9907f 100644 --- a/clients/client-cloudfront/src/commands/UpdateDistributionWithStagingConfigCommand.ts +++ b/clients/client-cloudfront/src/commands/UpdateDistributionWithStagingConfigCommand.ts @@ -654,9 +654,6 @@ export class UpdateDistributionWithStagingConfigCommand extends $Command< UpdateDistributionWithStagingConfigCommandOutput, CloudFrontClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -670,9 +667,7 @@ export class UpdateDistributionWithStagingConfigCommand extends $Command< * @public */ constructor(readonly input: UpdateDistributionWithStagingConfigCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -731,7 +726,4 @@ export class UpdateDistributionWithStagingConfigCommand extends $Command< ): Promise { return de_UpdateDistributionWithStagingConfigCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-cloudfront/src/commands/UpdateFieldLevelEncryptionConfigCommand.ts b/clients/client-cloudfront/src/commands/UpdateFieldLevelEncryptionConfigCommand.ts index fe8a8623eafd..b14710e12c88 100644 --- a/clients/client-cloudfront/src/commands/UpdateFieldLevelEncryptionConfigCommand.ts +++ b/clients/client-cloudfront/src/commands/UpdateFieldLevelEncryptionConfigCommand.ts @@ -175,9 +175,6 @@ export class UpdateFieldLevelEncryptionConfigCommand extends $Command< UpdateFieldLevelEncryptionConfigCommandOutput, CloudFrontClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -191,9 +188,7 @@ export class UpdateFieldLevelEncryptionConfigCommand extends $Command< * @public */ constructor(readonly input: UpdateFieldLevelEncryptionConfigCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -252,7 +247,4 @@ export class UpdateFieldLevelEncryptionConfigCommand extends $Command< ): Promise { return de_UpdateFieldLevelEncryptionConfigCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-cloudfront/src/commands/UpdateFieldLevelEncryptionProfileCommand.ts b/clients/client-cloudfront/src/commands/UpdateFieldLevelEncryptionProfileCommand.ts index b4ee1beb140c..009b1085885b 100644 --- a/clients/client-cloudfront/src/commands/UpdateFieldLevelEncryptionProfileCommand.ts +++ b/clients/client-cloudfront/src/commands/UpdateFieldLevelEncryptionProfileCommand.ts @@ -160,9 +160,6 @@ export class UpdateFieldLevelEncryptionProfileCommand extends $Command< UpdateFieldLevelEncryptionProfileCommandOutput, CloudFrontClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -176,9 +173,7 @@ export class UpdateFieldLevelEncryptionProfileCommand extends $Command< * @public */ constructor(readonly input: UpdateFieldLevelEncryptionProfileCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -237,7 +232,4 @@ export class UpdateFieldLevelEncryptionProfileCommand extends $Command< ): Promise { return de_UpdateFieldLevelEncryptionProfileCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-cloudfront/src/commands/UpdateFunctionCommand.ts b/clients/client-cloudfront/src/commands/UpdateFunctionCommand.ts index 25222ccff8ac..022144d657e7 100644 --- a/clients/client-cloudfront/src/commands/UpdateFunctionCommand.ts +++ b/clients/client-cloudfront/src/commands/UpdateFunctionCommand.ts @@ -119,9 +119,6 @@ export class UpdateFunctionCommand extends $Command< UpdateFunctionCommandOutput, CloudFrontClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -135,9 +132,7 @@ export class UpdateFunctionCommand extends $Command< * @public */ constructor(readonly input: UpdateFunctionCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -190,7 +185,4 @@ export class UpdateFunctionCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdateFunctionCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-cloudfront/src/commands/UpdateKeyGroupCommand.ts b/clients/client-cloudfront/src/commands/UpdateKeyGroupCommand.ts index 148dcee42165..bbe3d8aa42f2 100644 --- a/clients/client-cloudfront/src/commands/UpdateKeyGroupCommand.ts +++ b/clients/client-cloudfront/src/commands/UpdateKeyGroupCommand.ts @@ -128,9 +128,6 @@ export class UpdateKeyGroupCommand extends $Command< UpdateKeyGroupCommandOutput, CloudFrontClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -144,9 +141,7 @@ export class UpdateKeyGroupCommand extends $Command< * @public */ constructor(readonly input: UpdateKeyGroupCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -199,7 +194,4 @@ export class UpdateKeyGroupCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdateKeyGroupCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-cloudfront/src/commands/UpdateOriginAccessControlCommand.ts b/clients/client-cloudfront/src/commands/UpdateOriginAccessControlCommand.ts index 3572fcc28852..c0b5f9719295 100644 --- a/clients/client-cloudfront/src/commands/UpdateOriginAccessControlCommand.ts +++ b/clients/client-cloudfront/src/commands/UpdateOriginAccessControlCommand.ts @@ -110,9 +110,6 @@ export class UpdateOriginAccessControlCommand extends $Command< UpdateOriginAccessControlCommandOutput, CloudFrontClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -126,9 +123,7 @@ export class UpdateOriginAccessControlCommand extends $Command< * @public */ constructor(readonly input: UpdateOriginAccessControlCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -184,7 +179,4 @@ export class UpdateOriginAccessControlCommand extends $Command< ): Promise { return de_UpdateOriginAccessControlCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-cloudfront/src/commands/UpdateOriginRequestPolicyCommand.ts b/clients/client-cloudfront/src/commands/UpdateOriginRequestPolicyCommand.ts index 994ab00e62aa..0deebcca240c 100644 --- a/clients/client-cloudfront/src/commands/UpdateOriginRequestPolicyCommand.ts +++ b/clients/client-cloudfront/src/commands/UpdateOriginRequestPolicyCommand.ts @@ -198,9 +198,6 @@ export class UpdateOriginRequestPolicyCommand extends $Command< UpdateOriginRequestPolicyCommandOutput, CloudFrontClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -214,9 +211,7 @@ export class UpdateOriginRequestPolicyCommand extends $Command< * @public */ constructor(readonly input: UpdateOriginRequestPolicyCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -272,7 +267,4 @@ export class UpdateOriginRequestPolicyCommand extends $Command< ): Promise { return de_UpdateOriginRequestPolicyCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-cloudfront/src/commands/UpdatePublicKeyCommand.ts b/clients/client-cloudfront/src/commands/UpdatePublicKeyCommand.ts index e4e9e5bc301c..a0b2df58dd1d 100644 --- a/clients/client-cloudfront/src/commands/UpdatePublicKeyCommand.ts +++ b/clients/client-cloudfront/src/commands/UpdatePublicKeyCommand.ts @@ -110,9 +110,6 @@ export class UpdatePublicKeyCommand extends $Command< UpdatePublicKeyCommandOutput, CloudFrontClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -126,9 +123,7 @@ export class UpdatePublicKeyCommand extends $Command< * @public */ constructor(readonly input: UpdatePublicKeyCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -181,7 +176,4 @@ export class UpdatePublicKeyCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdatePublicKeyCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-cloudfront/src/commands/UpdateRealtimeLogConfigCommand.ts b/clients/client-cloudfront/src/commands/UpdateRealtimeLogConfigCommand.ts index 22c08c063426..02d8f7143b51 100644 --- a/clients/client-cloudfront/src/commands/UpdateRealtimeLogConfigCommand.ts +++ b/clients/client-cloudfront/src/commands/UpdateRealtimeLogConfigCommand.ts @@ -129,9 +129,6 @@ export class UpdateRealtimeLogConfigCommand extends $Command< UpdateRealtimeLogConfigCommandOutput, CloudFrontClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -145,9 +142,7 @@ export class UpdateRealtimeLogConfigCommand extends $Command< * @public */ constructor(readonly input: UpdateRealtimeLogConfigCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -200,7 +195,4 @@ export class UpdateRealtimeLogConfigCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdateRealtimeLogConfigCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-cloudfront/src/commands/UpdateResponseHeadersPolicyCommand.ts b/clients/client-cloudfront/src/commands/UpdateResponseHeadersPolicyCommand.ts index 366bdab45f88..6278000a1d29 100644 --- a/clients/client-cloudfront/src/commands/UpdateResponseHeadersPolicyCommand.ts +++ b/clients/client-cloudfront/src/commands/UpdateResponseHeadersPolicyCommand.ts @@ -307,9 +307,6 @@ export class UpdateResponseHeadersPolicyCommand extends $Command< UpdateResponseHeadersPolicyCommandOutput, CloudFrontClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -323,9 +320,7 @@ export class UpdateResponseHeadersPolicyCommand extends $Command< * @public */ constructor(readonly input: UpdateResponseHeadersPolicyCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -381,7 +376,4 @@ export class UpdateResponseHeadersPolicyCommand extends $Command< ): Promise { return de_UpdateResponseHeadersPolicyCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-cloudfront/src/commands/UpdateStreamingDistributionCommand.ts b/clients/client-cloudfront/src/commands/UpdateStreamingDistributionCommand.ts index d5e32070d520..7bd984c8d46a 100644 --- a/clients/client-cloudfront/src/commands/UpdateStreamingDistributionCommand.ts +++ b/clients/client-cloudfront/src/commands/UpdateStreamingDistributionCommand.ts @@ -194,9 +194,6 @@ export class UpdateStreamingDistributionCommand extends $Command< UpdateStreamingDistributionCommandOutput, CloudFrontClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -210,9 +207,7 @@ export class UpdateStreamingDistributionCommand extends $Command< * @public */ constructor(readonly input: UpdateStreamingDistributionCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -268,7 +263,4 @@ export class UpdateStreamingDistributionCommand extends $Command< ): Promise { return de_UpdateStreamingDistributionCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-cloudhsm-v2/package.json b/clients/client-cloudhsm-v2/package.json index e43dac0b226a..a5b9cc6675e2 100644 --- a/clients/client-cloudhsm-v2/package.json +++ b/clients/client-cloudhsm-v2/package.json @@ -34,29 +34,29 @@ "@aws-sdk/util-endpoints": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@smithy/config-resolver": "^2.0.16", - "@smithy/fetch-http-handler": "^2.2.4", - "@smithy/hash-node": "^2.0.12", - "@smithy/invalid-dependency": "^2.0.12", - "@smithy/middleware-content-length": "^2.0.14", - "@smithy/middleware-endpoint": "^2.1.3", - "@smithy/middleware-retry": "^2.0.18", - "@smithy/middleware-serde": "^2.0.12", - "@smithy/middleware-stack": "^2.0.6", - "@smithy/node-config-provider": "^2.1.3", - "@smithy/node-http-handler": "^2.1.8", - "@smithy/protocol-http": "^3.0.8", - "@smithy/smithy-client": "^2.1.12", - "@smithy/types": "^2.4.0", - "@smithy/url-parser": "^2.0.12", - "@smithy/util-base64": "^2.0.0", + "@smithy/config-resolver": "^2.0.18", + "@smithy/fetch-http-handler": "^2.2.6", + "@smithy/hash-node": "^2.0.15", + "@smithy/invalid-dependency": "^2.0.13", + "@smithy/middleware-content-length": "^2.0.15", + "@smithy/middleware-endpoint": "^2.2.0", + "@smithy/middleware-retry": "^2.0.20", + "@smithy/middleware-serde": "^2.0.13", + "@smithy/middleware-stack": "^2.0.7", + "@smithy/node-config-provider": "^2.1.5", + "@smithy/node-http-handler": "^2.1.9", + "@smithy/protocol-http": "^3.0.9", + "@smithy/smithy-client": "^2.1.15", + "@smithy/types": "^2.5.0", + "@smithy/url-parser": "^2.0.13", + "@smithy/util-base64": "^2.0.1", "@smithy/util-body-length-browser": "^2.0.0", "@smithy/util-body-length-node": "^2.1.0", - "@smithy/util-defaults-mode-browser": "^2.0.16", - "@smithy/util-defaults-mode-node": "^2.0.21", - "@smithy/util-endpoints": "^1.0.2", - "@smithy/util-retry": "^2.0.5", - "@smithy/util-utf8": "^2.0.0", + "@smithy/util-defaults-mode-browser": "^2.0.19", + "@smithy/util-defaults-mode-node": "^2.0.25", + "@smithy/util-endpoints": "^1.0.4", + "@smithy/util-retry": "^2.0.6", + "@smithy/util-utf8": "^2.0.2", "tslib": "^2.5.0" }, "devDependencies": { diff --git a/clients/client-cloudhsm-v2/src/commands/CopyBackupToRegionCommand.ts b/clients/client-cloudhsm-v2/src/commands/CopyBackupToRegionCommand.ts index ef4bd3150f78..7a0bf083ed26 100644 --- a/clients/client-cloudhsm-v2/src/commands/CopyBackupToRegionCommand.ts +++ b/clients/client-cloudhsm-v2/src/commands/CopyBackupToRegionCommand.ts @@ -103,9 +103,6 @@ export class CopyBackupToRegionCommand extends $Command< CopyBackupToRegionCommandOutput, CloudHSMV2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -119,9 +116,7 @@ export class CopyBackupToRegionCommand extends $Command< * @public */ constructor(readonly input: CopyBackupToRegionCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -174,7 +169,4 @@ export class CopyBackupToRegionCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CopyBackupToRegionCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-cloudhsm-v2/src/commands/CreateClusterCommand.ts b/clients/client-cloudhsm-v2/src/commands/CreateClusterCommand.ts index c0ddfaf99059..f4f04a434525 100644 --- a/clients/client-cloudhsm-v2/src/commands/CreateClusterCommand.ts +++ b/clients/client-cloudhsm-v2/src/commands/CreateClusterCommand.ts @@ -148,9 +148,6 @@ export class CreateClusterCommand extends $Command< CreateClusterCommandOutput, CloudHSMV2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -164,9 +161,7 @@ export class CreateClusterCommand extends $Command< * @public */ constructor(readonly input: CreateClusterCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -217,7 +212,4 @@ export class CreateClusterCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateClusterCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-cloudhsm-v2/src/commands/CreateHsmCommand.ts b/clients/client-cloudhsm-v2/src/commands/CreateHsmCommand.ts index f2b7f188133d..8da5f31b9238 100644 --- a/clients/client-cloudhsm-v2/src/commands/CreateHsmCommand.ts +++ b/clients/client-cloudhsm-v2/src/commands/CreateHsmCommand.ts @@ -100,9 +100,6 @@ export class CreateHsmCommand extends $Command< CreateHsmCommandOutput, CloudHSMV2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -116,9 +113,7 @@ export class CreateHsmCommand extends $Command< * @public */ constructor(readonly input: CreateHsmCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -169,7 +164,4 @@ export class CreateHsmCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateHsmCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-cloudhsm-v2/src/commands/DeleteBackupCommand.ts b/clients/client-cloudhsm-v2/src/commands/DeleteBackupCommand.ts index baed7f64d306..22b0a6f2e1aa 100644 --- a/clients/client-cloudhsm-v2/src/commands/DeleteBackupCommand.ts +++ b/clients/client-cloudhsm-v2/src/commands/DeleteBackupCommand.ts @@ -107,9 +107,6 @@ export class DeleteBackupCommand extends $Command< DeleteBackupCommandOutput, CloudHSMV2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -123,9 +120,7 @@ export class DeleteBackupCommand extends $Command< * @public */ constructor(readonly input: DeleteBackupCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -176,7 +171,4 @@ export class DeleteBackupCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteBackupCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-cloudhsm-v2/src/commands/DeleteClusterCommand.ts b/clients/client-cloudhsm-v2/src/commands/DeleteClusterCommand.ts index 79ac23b97ca1..5e5ea4b1e4f0 100644 --- a/clients/client-cloudhsm-v2/src/commands/DeleteClusterCommand.ts +++ b/clients/client-cloudhsm-v2/src/commands/DeleteClusterCommand.ts @@ -135,9 +135,6 @@ export class DeleteClusterCommand extends $Command< DeleteClusterCommandOutput, CloudHSMV2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -151,9 +148,7 @@ export class DeleteClusterCommand extends $Command< * @public */ constructor(readonly input: DeleteClusterCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -204,7 +199,4 @@ export class DeleteClusterCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteClusterCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-cloudhsm-v2/src/commands/DeleteHsmCommand.ts b/clients/client-cloudhsm-v2/src/commands/DeleteHsmCommand.ts index 6df65e00b950..116c6bd02d68 100644 --- a/clients/client-cloudhsm-v2/src/commands/DeleteHsmCommand.ts +++ b/clients/client-cloudhsm-v2/src/commands/DeleteHsmCommand.ts @@ -93,9 +93,6 @@ export class DeleteHsmCommand extends $Command< DeleteHsmCommandOutput, CloudHSMV2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -109,9 +106,7 @@ export class DeleteHsmCommand extends $Command< * @public */ constructor(readonly input: DeleteHsmCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -162,7 +157,4 @@ export class DeleteHsmCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteHsmCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-cloudhsm-v2/src/commands/DescribeBackupsCommand.ts b/clients/client-cloudhsm-v2/src/commands/DescribeBackupsCommand.ts index 45f1543996f9..46533b8bf029 100644 --- a/clients/client-cloudhsm-v2/src/commands/DescribeBackupsCommand.ts +++ b/clients/client-cloudhsm-v2/src/commands/DescribeBackupsCommand.ts @@ -123,9 +123,6 @@ export class DescribeBackupsCommand extends $Command< DescribeBackupsCommandOutput, CloudHSMV2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -139,9 +136,7 @@ export class DescribeBackupsCommand extends $Command< * @public */ constructor(readonly input: DescribeBackupsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -194,7 +189,4 @@ export class DescribeBackupsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DescribeBackupsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-cloudhsm-v2/src/commands/DescribeClustersCommand.ts b/clients/client-cloudhsm-v2/src/commands/DescribeClustersCommand.ts index fe3177d6e5b3..b32eeafefaed 100644 --- a/clients/client-cloudhsm-v2/src/commands/DescribeClustersCommand.ts +++ b/clients/client-cloudhsm-v2/src/commands/DescribeClustersCommand.ts @@ -144,9 +144,6 @@ export class DescribeClustersCommand extends $Command< DescribeClustersCommandOutput, CloudHSMV2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -160,9 +157,7 @@ export class DescribeClustersCommand extends $Command< * @public */ constructor(readonly input: DescribeClustersCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -215,7 +210,4 @@ export class DescribeClustersCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DescribeClustersCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-cloudhsm-v2/src/commands/InitializeClusterCommand.ts b/clients/client-cloudhsm-v2/src/commands/InitializeClusterCommand.ts index b2dc24ac7b3d..44c3f2f69f9d 100644 --- a/clients/client-cloudhsm-v2/src/commands/InitializeClusterCommand.ts +++ b/clients/client-cloudhsm-v2/src/commands/InitializeClusterCommand.ts @@ -94,9 +94,6 @@ export class InitializeClusterCommand extends $Command< InitializeClusterCommandOutput, CloudHSMV2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -110,9 +107,7 @@ export class InitializeClusterCommand extends $Command< * @public */ constructor(readonly input: InitializeClusterCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -165,7 +160,4 @@ export class InitializeClusterCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_InitializeClusterCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-cloudhsm-v2/src/commands/ListTagsCommand.ts b/clients/client-cloudhsm-v2/src/commands/ListTagsCommand.ts index 4d0c65779d1e..c5de8743160a 100644 --- a/clients/client-cloudhsm-v2/src/commands/ListTagsCommand.ts +++ b/clients/client-cloudhsm-v2/src/commands/ListTagsCommand.ts @@ -104,9 +104,6 @@ export class ListTagsCommand extends $Command< ListTagsCommandOutput, CloudHSMV2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -120,9 +117,7 @@ export class ListTagsCommand extends $Command< * @public */ constructor(readonly input: ListTagsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -173,7 +168,4 @@ export class ListTagsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListTagsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-cloudhsm-v2/src/commands/ModifyBackupAttributesCommand.ts b/clients/client-cloudhsm-v2/src/commands/ModifyBackupAttributesCommand.ts index 20bdb5c4afe7..fee16dfe2a11 100644 --- a/clients/client-cloudhsm-v2/src/commands/ModifyBackupAttributesCommand.ts +++ b/clients/client-cloudhsm-v2/src/commands/ModifyBackupAttributesCommand.ts @@ -106,9 +106,6 @@ export class ModifyBackupAttributesCommand extends $Command< ModifyBackupAttributesCommandOutput, CloudHSMV2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -122,9 +119,7 @@ export class ModifyBackupAttributesCommand extends $Command< * @public */ constructor(readonly input: ModifyBackupAttributesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -177,7 +172,4 @@ export class ModifyBackupAttributesCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ModifyBackupAttributesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-cloudhsm-v2/src/commands/ModifyClusterCommand.ts b/clients/client-cloudhsm-v2/src/commands/ModifyClusterCommand.ts index 4e7762d55150..e7f9f8f01d09 100644 --- a/clients/client-cloudhsm-v2/src/commands/ModifyClusterCommand.ts +++ b/clients/client-cloudhsm-v2/src/commands/ModifyClusterCommand.ts @@ -135,9 +135,6 @@ export class ModifyClusterCommand extends $Command< ModifyClusterCommandOutput, CloudHSMV2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -151,9 +148,7 @@ export class ModifyClusterCommand extends $Command< * @public */ constructor(readonly input: ModifyClusterCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -204,7 +199,4 @@ export class ModifyClusterCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ModifyClusterCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-cloudhsm-v2/src/commands/RestoreBackupCommand.ts b/clients/client-cloudhsm-v2/src/commands/RestoreBackupCommand.ts index 0cb3e77eafc8..096addbba736 100644 --- a/clients/client-cloudhsm-v2/src/commands/RestoreBackupCommand.ts +++ b/clients/client-cloudhsm-v2/src/commands/RestoreBackupCommand.ts @@ -107,9 +107,6 @@ export class RestoreBackupCommand extends $Command< RestoreBackupCommandOutput, CloudHSMV2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -123,9 +120,7 @@ export class RestoreBackupCommand extends $Command< * @public */ constructor(readonly input: RestoreBackupCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -176,7 +171,4 @@ export class RestoreBackupCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_RestoreBackupCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-cloudhsm-v2/src/commands/TagResourceCommand.ts b/clients/client-cloudhsm-v2/src/commands/TagResourceCommand.ts index c20dcb9d0b2a..5ea71c014fd5 100644 --- a/clients/client-cloudhsm-v2/src/commands/TagResourceCommand.ts +++ b/clients/client-cloudhsm-v2/src/commands/TagResourceCommand.ts @@ -95,9 +95,6 @@ export class TagResourceCommand extends $Command< TagResourceCommandOutput, CloudHSMV2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -111,9 +108,7 @@ export class TagResourceCommand extends $Command< * @public */ constructor(readonly input: TagResourceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -164,7 +159,4 @@ export class TagResourceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_TagResourceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-cloudhsm-v2/src/commands/UntagResourceCommand.ts b/clients/client-cloudhsm-v2/src/commands/UntagResourceCommand.ts index 6bbf9071a202..42c05962c153 100644 --- a/clients/client-cloudhsm-v2/src/commands/UntagResourceCommand.ts +++ b/clients/client-cloudhsm-v2/src/commands/UntagResourceCommand.ts @@ -92,9 +92,6 @@ export class UntagResourceCommand extends $Command< UntagResourceCommandOutput, CloudHSMV2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -108,9 +105,7 @@ export class UntagResourceCommand extends $Command< * @public */ constructor(readonly input: UntagResourceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -161,7 +156,4 @@ export class UntagResourceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UntagResourceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-cloudhsm/package.json b/clients/client-cloudhsm/package.json index c5d5a079f821..260b4c8bbd9e 100644 --- a/clients/client-cloudhsm/package.json +++ b/clients/client-cloudhsm/package.json @@ -34,29 +34,29 @@ "@aws-sdk/util-endpoints": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@smithy/config-resolver": "^2.0.16", - "@smithy/fetch-http-handler": "^2.2.4", - "@smithy/hash-node": "^2.0.12", - "@smithy/invalid-dependency": "^2.0.12", - "@smithy/middleware-content-length": "^2.0.14", - "@smithy/middleware-endpoint": "^2.1.3", - "@smithy/middleware-retry": "^2.0.18", - "@smithy/middleware-serde": "^2.0.12", - "@smithy/middleware-stack": "^2.0.6", - "@smithy/node-config-provider": "^2.1.3", - "@smithy/node-http-handler": "^2.1.8", - "@smithy/protocol-http": "^3.0.8", - "@smithy/smithy-client": "^2.1.12", - "@smithy/types": "^2.4.0", - "@smithy/url-parser": "^2.0.12", - "@smithy/util-base64": "^2.0.0", + "@smithy/config-resolver": "^2.0.18", + "@smithy/fetch-http-handler": "^2.2.6", + "@smithy/hash-node": "^2.0.15", + "@smithy/invalid-dependency": "^2.0.13", + "@smithy/middleware-content-length": "^2.0.15", + "@smithy/middleware-endpoint": "^2.2.0", + "@smithy/middleware-retry": "^2.0.20", + "@smithy/middleware-serde": "^2.0.13", + "@smithy/middleware-stack": "^2.0.7", + "@smithy/node-config-provider": "^2.1.5", + "@smithy/node-http-handler": "^2.1.9", + "@smithy/protocol-http": "^3.0.9", + "@smithy/smithy-client": "^2.1.15", + "@smithy/types": "^2.5.0", + "@smithy/url-parser": "^2.0.13", + "@smithy/util-base64": "^2.0.1", "@smithy/util-body-length-browser": "^2.0.0", "@smithy/util-body-length-node": "^2.1.0", - "@smithy/util-defaults-mode-browser": "^2.0.16", - "@smithy/util-defaults-mode-node": "^2.0.21", - "@smithy/util-endpoints": "^1.0.2", - "@smithy/util-retry": "^2.0.5", - "@smithy/util-utf8": "^2.0.0", + "@smithy/util-defaults-mode-browser": "^2.0.19", + "@smithy/util-defaults-mode-node": "^2.0.25", + "@smithy/util-endpoints": "^1.0.4", + "@smithy/util-retry": "^2.0.6", + "@smithy/util-utf8": "^2.0.2", "tslib": "^2.5.0" }, "devDependencies": { diff --git a/clients/client-cloudhsm/src/commands/AddTagsToResourceCommand.ts b/clients/client-cloudhsm/src/commands/AddTagsToResourceCommand.ts index dc4d436a3255..95f7eaca7c9c 100644 --- a/clients/client-cloudhsm/src/commands/AddTagsToResourceCommand.ts +++ b/clients/client-cloudhsm/src/commands/AddTagsToResourceCommand.ts @@ -99,9 +99,6 @@ export class AddTagsToResourceCommand extends $Command< AddTagsToResourceCommandOutput, CloudHSMClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -115,9 +112,7 @@ export class AddTagsToResourceCommand extends $Command< * @public */ constructor(readonly input: AddTagsToResourceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -170,7 +165,4 @@ export class AddTagsToResourceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_AddTagsToResourceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-cloudhsm/src/commands/CreateHapgCommand.ts b/clients/client-cloudhsm/src/commands/CreateHapgCommand.ts index 607146a54215..8e5a2fe37d2c 100644 --- a/clients/client-cloudhsm/src/commands/CreateHapgCommand.ts +++ b/clients/client-cloudhsm/src/commands/CreateHapgCommand.ts @@ -92,9 +92,6 @@ export class CreateHapgCommand extends $Command< CreateHapgCommandOutput, CloudHSMClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -108,9 +105,7 @@ export class CreateHapgCommand extends $Command< * @public */ constructor(readonly input: CreateHapgCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -161,7 +156,4 @@ export class CreateHapgCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateHapgCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-cloudhsm/src/commands/CreateHsmCommand.ts b/clients/client-cloudhsm/src/commands/CreateHsmCommand.ts index 3d58381139df..f1c49addb7f7 100644 --- a/clients/client-cloudhsm/src/commands/CreateHsmCommand.ts +++ b/clients/client-cloudhsm/src/commands/CreateHsmCommand.ts @@ -107,9 +107,6 @@ export class CreateHsmCommand extends $Command< CreateHsmCommandOutput, CloudHSMClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -123,9 +120,7 @@ export class CreateHsmCommand extends $Command< * @public */ constructor(readonly input: CreateHsmCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -176,7 +171,4 @@ export class CreateHsmCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateHsmCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-cloudhsm/src/commands/CreateLunaClientCommand.ts b/clients/client-cloudhsm/src/commands/CreateLunaClientCommand.ts index 0964f0700db7..16a670bcd00f 100644 --- a/clients/client-cloudhsm/src/commands/CreateLunaClientCommand.ts +++ b/clients/client-cloudhsm/src/commands/CreateLunaClientCommand.ts @@ -92,9 +92,6 @@ export class CreateLunaClientCommand extends $Command< CreateLunaClientCommandOutput, CloudHSMClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -108,9 +105,7 @@ export class CreateLunaClientCommand extends $Command< * @public */ constructor(readonly input: CreateLunaClientCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -163,7 +158,4 @@ export class CreateLunaClientCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateLunaClientCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-cloudhsm/src/commands/DeleteHapgCommand.ts b/clients/client-cloudhsm/src/commands/DeleteHapgCommand.ts index cfd5d3f8f139..7e7d19f57af9 100644 --- a/clients/client-cloudhsm/src/commands/DeleteHapgCommand.ts +++ b/clients/client-cloudhsm/src/commands/DeleteHapgCommand.ts @@ -91,9 +91,6 @@ export class DeleteHapgCommand extends $Command< DeleteHapgCommandOutput, CloudHSMClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -107,9 +104,7 @@ export class DeleteHapgCommand extends $Command< * @public */ constructor(readonly input: DeleteHapgCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -160,7 +155,4 @@ export class DeleteHapgCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteHapgCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-cloudhsm/src/commands/DeleteHsmCommand.ts b/clients/client-cloudhsm/src/commands/DeleteHsmCommand.ts index 558a472cef21..0aa62c4cf9df 100644 --- a/clients/client-cloudhsm/src/commands/DeleteHsmCommand.ts +++ b/clients/client-cloudhsm/src/commands/DeleteHsmCommand.ts @@ -92,9 +92,6 @@ export class DeleteHsmCommand extends $Command< DeleteHsmCommandOutput, CloudHSMClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -108,9 +105,7 @@ export class DeleteHsmCommand extends $Command< * @public */ constructor(readonly input: DeleteHsmCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -161,7 +156,4 @@ export class DeleteHsmCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteHsmCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-cloudhsm/src/commands/DeleteLunaClientCommand.ts b/clients/client-cloudhsm/src/commands/DeleteLunaClientCommand.ts index 835117596288..29b8e7c26777 100644 --- a/clients/client-cloudhsm/src/commands/DeleteLunaClientCommand.ts +++ b/clients/client-cloudhsm/src/commands/DeleteLunaClientCommand.ts @@ -91,9 +91,6 @@ export class DeleteLunaClientCommand extends $Command< DeleteLunaClientCommandOutput, CloudHSMClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -107,9 +104,7 @@ export class DeleteLunaClientCommand extends $Command< * @public */ constructor(readonly input: DeleteLunaClientCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -162,7 +157,4 @@ export class DeleteLunaClientCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteLunaClientCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-cloudhsm/src/commands/DescribeHapgCommand.ts b/clients/client-cloudhsm/src/commands/DescribeHapgCommand.ts index 42987517c4c7..d9fab9fe9a94 100644 --- a/clients/client-cloudhsm/src/commands/DescribeHapgCommand.ts +++ b/clients/client-cloudhsm/src/commands/DescribeHapgCommand.ts @@ -107,9 +107,6 @@ export class DescribeHapgCommand extends $Command< DescribeHapgCommandOutput, CloudHSMClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -123,9 +120,7 @@ export class DescribeHapgCommand extends $Command< * @public */ constructor(readonly input: DescribeHapgCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -176,7 +171,4 @@ export class DescribeHapgCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DescribeHapgCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-cloudhsm/src/commands/DescribeHsmCommand.ts b/clients/client-cloudhsm/src/commands/DescribeHsmCommand.ts index 6cae68ec7de2..1ef78995bc0a 100644 --- a/clients/client-cloudhsm/src/commands/DescribeHsmCommand.ts +++ b/clients/client-cloudhsm/src/commands/DescribeHsmCommand.ts @@ -115,9 +115,6 @@ export class DescribeHsmCommand extends $Command< DescribeHsmCommandOutput, CloudHSMClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -131,9 +128,7 @@ export class DescribeHsmCommand extends $Command< * @public */ constructor(readonly input: DescribeHsmCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -184,7 +179,4 @@ export class DescribeHsmCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DescribeHsmCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-cloudhsm/src/commands/DescribeLunaClientCommand.ts b/clients/client-cloudhsm/src/commands/DescribeLunaClientCommand.ts index de645d730896..b9be64be99f9 100644 --- a/clients/client-cloudhsm/src/commands/DescribeLunaClientCommand.ts +++ b/clients/client-cloudhsm/src/commands/DescribeLunaClientCommand.ts @@ -96,9 +96,6 @@ export class DescribeLunaClientCommand extends $Command< DescribeLunaClientCommandOutput, CloudHSMClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -112,9 +109,7 @@ export class DescribeLunaClientCommand extends $Command< * @public */ constructor(readonly input: DescribeLunaClientCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -167,7 +162,4 @@ export class DescribeLunaClientCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DescribeLunaClientCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-cloudhsm/src/commands/GetConfigCommand.ts b/clients/client-cloudhsm/src/commands/GetConfigCommand.ts index a79d164aa344..18ce54e764f4 100644 --- a/clients/client-cloudhsm/src/commands/GetConfigCommand.ts +++ b/clients/client-cloudhsm/src/commands/GetConfigCommand.ts @@ -98,9 +98,6 @@ export class GetConfigCommand extends $Command< GetConfigCommandOutput, CloudHSMClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -114,9 +111,7 @@ export class GetConfigCommand extends $Command< * @public */ constructor(readonly input: GetConfigCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -167,7 +162,4 @@ export class GetConfigCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetConfigCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-cloudhsm/src/commands/ListAvailableZonesCommand.ts b/clients/client-cloudhsm/src/commands/ListAvailableZonesCommand.ts index 3e18263e4aea..6fd5f6f00e84 100644 --- a/clients/client-cloudhsm/src/commands/ListAvailableZonesCommand.ts +++ b/clients/client-cloudhsm/src/commands/ListAvailableZonesCommand.ts @@ -91,9 +91,6 @@ export class ListAvailableZonesCommand extends $Command< ListAvailableZonesCommandOutput, CloudHSMClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -107,9 +104,7 @@ export class ListAvailableZonesCommand extends $Command< * @public */ constructor(readonly input: ListAvailableZonesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -162,7 +157,4 @@ export class ListAvailableZonesCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListAvailableZonesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-cloudhsm/src/commands/ListHapgsCommand.ts b/clients/client-cloudhsm/src/commands/ListHapgsCommand.ts index c111945ce93a..8764dc806b01 100644 --- a/clients/client-cloudhsm/src/commands/ListHapgsCommand.ts +++ b/clients/client-cloudhsm/src/commands/ListHapgsCommand.ts @@ -98,9 +98,6 @@ export class ListHapgsCommand extends $Command< ListHapgsCommandOutput, CloudHSMClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -114,9 +111,7 @@ export class ListHapgsCommand extends $Command< * @public */ constructor(readonly input: ListHapgsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -167,7 +162,4 @@ export class ListHapgsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListHapgsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-cloudhsm/src/commands/ListHsmsCommand.ts b/clients/client-cloudhsm/src/commands/ListHsmsCommand.ts index 24997f8a4a2d..f1fa1de1be5f 100644 --- a/clients/client-cloudhsm/src/commands/ListHsmsCommand.ts +++ b/clients/client-cloudhsm/src/commands/ListHsmsCommand.ts @@ -99,9 +99,6 @@ export class ListHsmsCommand extends $Command< ListHsmsCommandOutput, CloudHSMClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -115,9 +112,7 @@ export class ListHsmsCommand extends $Command< * @public */ constructor(readonly input: ListHsmsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -168,7 +163,4 @@ export class ListHsmsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListHsmsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-cloudhsm/src/commands/ListLunaClientsCommand.ts b/clients/client-cloudhsm/src/commands/ListLunaClientsCommand.ts index eb77e3fd644b..f4b175c022f5 100644 --- a/clients/client-cloudhsm/src/commands/ListLunaClientsCommand.ts +++ b/clients/client-cloudhsm/src/commands/ListLunaClientsCommand.ts @@ -98,9 +98,6 @@ export class ListLunaClientsCommand extends $Command< ListLunaClientsCommandOutput, CloudHSMClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -114,9 +111,7 @@ export class ListLunaClientsCommand extends $Command< * @public */ constructor(readonly input: ListLunaClientsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -169,7 +164,4 @@ export class ListLunaClientsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListLunaClientsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-cloudhsm/src/commands/ListTagsForResourceCommand.ts b/clients/client-cloudhsm/src/commands/ListTagsForResourceCommand.ts index 12f64fc6490d..9c2c5f5044fb 100644 --- a/clients/client-cloudhsm/src/commands/ListTagsForResourceCommand.ts +++ b/clients/client-cloudhsm/src/commands/ListTagsForResourceCommand.ts @@ -96,9 +96,6 @@ export class ListTagsForResourceCommand extends $Command< ListTagsForResourceCommandOutput, CloudHSMClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -112,9 +109,7 @@ export class ListTagsForResourceCommand extends $Command< * @public */ constructor(readonly input: ListTagsForResourceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -167,7 +162,4 @@ export class ListTagsForResourceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListTagsForResourceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-cloudhsm/src/commands/ModifyHapgCommand.ts b/clients/client-cloudhsm/src/commands/ModifyHapgCommand.ts index 7a0d198ec195..51b419c7bf00 100644 --- a/clients/client-cloudhsm/src/commands/ModifyHapgCommand.ts +++ b/clients/client-cloudhsm/src/commands/ModifyHapgCommand.ts @@ -95,9 +95,6 @@ export class ModifyHapgCommand extends $Command< ModifyHapgCommandOutput, CloudHSMClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -111,9 +108,7 @@ export class ModifyHapgCommand extends $Command< * @public */ constructor(readonly input: ModifyHapgCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -164,7 +159,4 @@ export class ModifyHapgCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ModifyHapgCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-cloudhsm/src/commands/ModifyHsmCommand.ts b/clients/client-cloudhsm/src/commands/ModifyHsmCommand.ts index 0511a8d41058..8abfcf07a67f 100644 --- a/clients/client-cloudhsm/src/commands/ModifyHsmCommand.ts +++ b/clients/client-cloudhsm/src/commands/ModifyHsmCommand.ts @@ -102,9 +102,6 @@ export class ModifyHsmCommand extends $Command< ModifyHsmCommandOutput, CloudHSMClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -118,9 +115,7 @@ export class ModifyHsmCommand extends $Command< * @public */ constructor(readonly input: ModifyHsmCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -171,7 +166,4 @@ export class ModifyHsmCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ModifyHsmCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-cloudhsm/src/commands/ModifyLunaClientCommand.ts b/clients/client-cloudhsm/src/commands/ModifyLunaClientCommand.ts index fbc5207de6cc..4a1abf68495c 100644 --- a/clients/client-cloudhsm/src/commands/ModifyLunaClientCommand.ts +++ b/clients/client-cloudhsm/src/commands/ModifyLunaClientCommand.ts @@ -88,9 +88,6 @@ export class ModifyLunaClientCommand extends $Command< ModifyLunaClientCommandOutput, CloudHSMClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -104,9 +101,7 @@ export class ModifyLunaClientCommand extends $Command< * @public */ constructor(readonly input: ModifyLunaClientCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -159,7 +154,4 @@ export class ModifyLunaClientCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ModifyLunaClientCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-cloudhsm/src/commands/RemoveTagsFromResourceCommand.ts b/clients/client-cloudhsm/src/commands/RemoveTagsFromResourceCommand.ts index 3538569426a3..adeb8e1b5679 100644 --- a/clients/client-cloudhsm/src/commands/RemoveTagsFromResourceCommand.ts +++ b/clients/client-cloudhsm/src/commands/RemoveTagsFromResourceCommand.ts @@ -96,9 +96,6 @@ export class RemoveTagsFromResourceCommand extends $Command< RemoveTagsFromResourceCommandOutput, CloudHSMClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -112,9 +109,7 @@ export class RemoveTagsFromResourceCommand extends $Command< * @public */ constructor(readonly input: RemoveTagsFromResourceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -167,7 +162,4 @@ export class RemoveTagsFromResourceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_RemoveTagsFromResourceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-cloudsearch-domain/package.json b/clients/client-cloudsearch-domain/package.json index 283f125de5f2..a052c8652620 100644 --- a/clients/client-cloudsearch-domain/package.json +++ b/clients/client-cloudsearch-domain/package.json @@ -34,29 +34,29 @@ "@aws-sdk/util-endpoints": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@smithy/config-resolver": "^2.0.16", - "@smithy/fetch-http-handler": "^2.2.4", - "@smithy/hash-node": "^2.0.12", - "@smithy/invalid-dependency": "^2.0.12", - "@smithy/middleware-content-length": "^2.0.14", - "@smithy/middleware-endpoint": "^2.1.3", - "@smithy/middleware-retry": "^2.0.18", - "@smithy/middleware-serde": "^2.0.12", - "@smithy/middleware-stack": "^2.0.6", - "@smithy/node-config-provider": "^2.1.3", - "@smithy/node-http-handler": "^2.1.8", - "@smithy/protocol-http": "^3.0.8", - "@smithy/smithy-client": "^2.1.12", - "@smithy/types": "^2.4.0", - "@smithy/url-parser": "^2.0.12", - "@smithy/util-base64": "^2.0.0", + "@smithy/config-resolver": "^2.0.18", + "@smithy/fetch-http-handler": "^2.2.6", + "@smithy/hash-node": "^2.0.15", + "@smithy/invalid-dependency": "^2.0.13", + "@smithy/middleware-content-length": "^2.0.15", + "@smithy/middleware-endpoint": "^2.2.0", + "@smithy/middleware-retry": "^2.0.20", + "@smithy/middleware-serde": "^2.0.13", + "@smithy/middleware-stack": "^2.0.7", + "@smithy/node-config-provider": "^2.1.5", + "@smithy/node-http-handler": "^2.1.9", + "@smithy/protocol-http": "^3.0.9", + "@smithy/smithy-client": "^2.1.15", + "@smithy/types": "^2.5.0", + "@smithy/url-parser": "^2.0.13", + "@smithy/util-base64": "^2.0.1", "@smithy/util-body-length-browser": "^2.0.0", "@smithy/util-body-length-node": "^2.1.0", - "@smithy/util-defaults-mode-browser": "^2.0.16", - "@smithy/util-defaults-mode-node": "^2.0.21", - "@smithy/util-endpoints": "^1.0.2", - "@smithy/util-retry": "^2.0.5", - "@smithy/util-utf8": "^2.0.0", + "@smithy/util-defaults-mode-browser": "^2.0.19", + "@smithy/util-defaults-mode-node": "^2.0.25", + "@smithy/util-endpoints": "^1.0.4", + "@smithy/util-retry": "^2.0.6", + "@smithy/util-utf8": "^2.0.2", "tslib": "^2.5.0" }, "devDependencies": { diff --git a/clients/client-cloudsearch-domain/src/commands/SearchCommand.ts b/clients/client-cloudsearch-domain/src/commands/SearchCommand.ts index 87c6a2269804..4d47f04befa8 100644 --- a/clients/client-cloudsearch-domain/src/commands/SearchCommand.ts +++ b/clients/client-cloudsearch-domain/src/commands/SearchCommand.ts @@ -144,9 +144,6 @@ export class SearchCommand extends $Command< SearchCommandOutput, CloudSearchDomainClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -160,9 +157,7 @@ export class SearchCommand extends $Command< * @public */ constructor(readonly input: SearchCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -213,7 +208,4 @@ export class SearchCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_SearchCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-cloudsearch-domain/src/commands/SuggestCommand.ts b/clients/client-cloudsearch-domain/src/commands/SuggestCommand.ts index 7f97c9d08e93..406059872049 100644 --- a/clients/client-cloudsearch-domain/src/commands/SuggestCommand.ts +++ b/clients/client-cloudsearch-domain/src/commands/SuggestCommand.ts @@ -96,9 +96,6 @@ export class SuggestCommand extends $Command< SuggestCommandOutput, CloudSearchDomainClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -112,9 +109,7 @@ export class SuggestCommand extends $Command< * @public */ constructor(readonly input: SuggestCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -165,7 +160,4 @@ export class SuggestCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_SuggestCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-cloudsearch-domain/src/commands/UploadDocumentsCommand.ts b/clients/client-cloudsearch-domain/src/commands/UploadDocumentsCommand.ts index 3d87c0463806..df2d15ed3046 100644 --- a/clients/client-cloudsearch-domain/src/commands/UploadDocumentsCommand.ts +++ b/clients/client-cloudsearch-domain/src/commands/UploadDocumentsCommand.ts @@ -96,9 +96,6 @@ export class UploadDocumentsCommand extends $Command< UploadDocumentsCommandOutput, CloudSearchDomainClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -112,9 +109,7 @@ export class UploadDocumentsCommand extends $Command< * @public */ constructor(readonly input: UploadDocumentsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -167,7 +162,4 @@ export class UploadDocumentsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UploadDocumentsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-cloudsearch/package.json b/clients/client-cloudsearch/package.json index 5abc50a44ccc..af51736adc44 100644 --- a/clients/client-cloudsearch/package.json +++ b/clients/client-cloudsearch/package.json @@ -34,29 +34,29 @@ "@aws-sdk/util-endpoints": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@smithy/config-resolver": "^2.0.16", - "@smithy/fetch-http-handler": "^2.2.4", - "@smithy/hash-node": "^2.0.12", - "@smithy/invalid-dependency": "^2.0.12", - "@smithy/middleware-content-length": "^2.0.14", - "@smithy/middleware-endpoint": "^2.1.3", - "@smithy/middleware-retry": "^2.0.18", - "@smithy/middleware-serde": "^2.0.12", - "@smithy/middleware-stack": "^2.0.6", - "@smithy/node-config-provider": "^2.1.3", - "@smithy/node-http-handler": "^2.1.8", - "@smithy/protocol-http": "^3.0.8", - "@smithy/smithy-client": "^2.1.12", - "@smithy/types": "^2.4.0", - "@smithy/url-parser": "^2.0.12", - "@smithy/util-base64": "^2.0.0", + "@smithy/config-resolver": "^2.0.18", + "@smithy/fetch-http-handler": "^2.2.6", + "@smithy/hash-node": "^2.0.15", + "@smithy/invalid-dependency": "^2.0.13", + "@smithy/middleware-content-length": "^2.0.15", + "@smithy/middleware-endpoint": "^2.2.0", + "@smithy/middleware-retry": "^2.0.20", + "@smithy/middleware-serde": "^2.0.13", + "@smithy/middleware-stack": "^2.0.7", + "@smithy/node-config-provider": "^2.1.5", + "@smithy/node-http-handler": "^2.1.9", + "@smithy/protocol-http": "^3.0.9", + "@smithy/smithy-client": "^2.1.15", + "@smithy/types": "^2.5.0", + "@smithy/url-parser": "^2.0.13", + "@smithy/util-base64": "^2.0.1", "@smithy/util-body-length-browser": "^2.0.0", "@smithy/util-body-length-node": "^2.1.0", - "@smithy/util-defaults-mode-browser": "^2.0.16", - "@smithy/util-defaults-mode-node": "^2.0.21", - "@smithy/util-endpoints": "^1.0.2", - "@smithy/util-retry": "^2.0.5", - "@smithy/util-utf8": "^2.0.0", + "@smithy/util-defaults-mode-browser": "^2.0.19", + "@smithy/util-defaults-mode-node": "^2.0.25", + "@smithy/util-endpoints": "^1.0.4", + "@smithy/util-retry": "^2.0.6", + "@smithy/util-utf8": "^2.0.2", "fast-xml-parser": "4.2.5", "tslib": "^2.5.0" }, diff --git a/clients/client-cloudsearch/src/commands/BuildSuggestersCommand.ts b/clients/client-cloudsearch/src/commands/BuildSuggestersCommand.ts index 8a6f982aafa9..3cca01befc0c 100644 --- a/clients/client-cloudsearch/src/commands/BuildSuggestersCommand.ts +++ b/clients/client-cloudsearch/src/commands/BuildSuggestersCommand.ts @@ -85,9 +85,6 @@ export class BuildSuggestersCommand extends $Command< BuildSuggestersCommandOutput, CloudSearchClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -101,9 +98,7 @@ export class BuildSuggestersCommand extends $Command< * @public */ constructor(readonly input: BuildSuggestersCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -156,7 +151,4 @@ export class BuildSuggestersCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_BuildSuggestersCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-cloudsearch/src/commands/CreateDomainCommand.ts b/clients/client-cloudsearch/src/commands/CreateDomainCommand.ts index 2bc4ee81954c..a31891e15d43 100644 --- a/clients/client-cloudsearch/src/commands/CreateDomainCommand.ts +++ b/clients/client-cloudsearch/src/commands/CreateDomainCommand.ts @@ -108,9 +108,6 @@ export class CreateDomainCommand extends $Command< CreateDomainCommandOutput, CloudSearchClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -124,9 +121,7 @@ export class CreateDomainCommand extends $Command< * @public */ constructor(readonly input: CreateDomainCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -177,7 +172,4 @@ export class CreateDomainCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateDomainCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-cloudsearch/src/commands/DefineAnalysisSchemeCommand.ts b/clients/client-cloudsearch/src/commands/DefineAnalysisSchemeCommand.ts index 0354b1dc644c..e90409295144 100644 --- a/clients/client-cloudsearch/src/commands/DefineAnalysisSchemeCommand.ts +++ b/clients/client-cloudsearch/src/commands/DefineAnalysisSchemeCommand.ts @@ -119,9 +119,6 @@ export class DefineAnalysisSchemeCommand extends $Command< DefineAnalysisSchemeCommandOutput, CloudSearchClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -135,9 +132,7 @@ export class DefineAnalysisSchemeCommand extends $Command< * @public */ constructor(readonly input: DefineAnalysisSchemeCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -190,7 +185,4 @@ export class DefineAnalysisSchemeCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DefineAnalysisSchemeCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-cloudsearch/src/commands/DefineExpressionCommand.ts b/clients/client-cloudsearch/src/commands/DefineExpressionCommand.ts index b5f7b6160706..a421c3b3cbed 100644 --- a/clients/client-cloudsearch/src/commands/DefineExpressionCommand.ts +++ b/clients/client-cloudsearch/src/commands/DefineExpressionCommand.ts @@ -105,9 +105,6 @@ export class DefineExpressionCommand extends $Command< DefineExpressionCommandOutput, CloudSearchClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -121,9 +118,7 @@ export class DefineExpressionCommand extends $Command< * @public */ constructor(readonly input: DefineExpressionCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -176,7 +171,4 @@ export class DefineExpressionCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DefineExpressionCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-cloudsearch/src/commands/DefineIndexFieldCommand.ts b/clients/client-cloudsearch/src/commands/DefineIndexFieldCommand.ts index 18f0e8317817..8c7bf0f661c5 100644 --- a/clients/client-cloudsearch/src/commands/DefineIndexFieldCommand.ts +++ b/clients/client-cloudsearch/src/commands/DefineIndexFieldCommand.ts @@ -271,9 +271,6 @@ export class DefineIndexFieldCommand extends $Command< DefineIndexFieldCommandOutput, CloudSearchClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -287,9 +284,7 @@ export class DefineIndexFieldCommand extends $Command< * @public */ constructor(readonly input: DefineIndexFieldCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -342,7 +337,4 @@ export class DefineIndexFieldCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DefineIndexFieldCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-cloudsearch/src/commands/DefineSuggesterCommand.ts b/clients/client-cloudsearch/src/commands/DefineSuggesterCommand.ts index 10831d32a25b..60c38a899c14 100644 --- a/clients/client-cloudsearch/src/commands/DefineSuggesterCommand.ts +++ b/clients/client-cloudsearch/src/commands/DefineSuggesterCommand.ts @@ -113,9 +113,6 @@ export class DefineSuggesterCommand extends $Command< DefineSuggesterCommandOutput, CloudSearchClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -129,9 +126,7 @@ export class DefineSuggesterCommand extends $Command< * @public */ constructor(readonly input: DefineSuggesterCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -184,7 +179,4 @@ export class DefineSuggesterCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DefineSuggesterCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-cloudsearch/src/commands/DeleteAnalysisSchemeCommand.ts b/clients/client-cloudsearch/src/commands/DeleteAnalysisSchemeCommand.ts index 97e8e4e09b68..882c82efe1db 100644 --- a/clients/client-cloudsearch/src/commands/DeleteAnalysisSchemeCommand.ts +++ b/clients/client-cloudsearch/src/commands/DeleteAnalysisSchemeCommand.ts @@ -106,9 +106,6 @@ export class DeleteAnalysisSchemeCommand extends $Command< DeleteAnalysisSchemeCommandOutput, CloudSearchClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -122,9 +119,7 @@ export class DeleteAnalysisSchemeCommand extends $Command< * @public */ constructor(readonly input: DeleteAnalysisSchemeCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -177,7 +172,4 @@ export class DeleteAnalysisSchemeCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteAnalysisSchemeCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-cloudsearch/src/commands/DeleteDomainCommand.ts b/clients/client-cloudsearch/src/commands/DeleteDomainCommand.ts index d999198b3977..e97d70a1bb92 100644 --- a/clients/client-cloudsearch/src/commands/DeleteDomainCommand.ts +++ b/clients/client-cloudsearch/src/commands/DeleteDomainCommand.ts @@ -99,9 +99,6 @@ export class DeleteDomainCommand extends $Command< DeleteDomainCommandOutput, CloudSearchClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -115,9 +112,7 @@ export class DeleteDomainCommand extends $Command< * @public */ constructor(readonly input: DeleteDomainCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -168,7 +163,4 @@ export class DeleteDomainCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteDomainCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-cloudsearch/src/commands/DeleteExpressionCommand.ts b/clients/client-cloudsearch/src/commands/DeleteExpressionCommand.ts index 40d57bcfd478..c68416beabf5 100644 --- a/clients/client-cloudsearch/src/commands/DeleteExpressionCommand.ts +++ b/clients/client-cloudsearch/src/commands/DeleteExpressionCommand.ts @@ -99,9 +99,6 @@ export class DeleteExpressionCommand extends $Command< DeleteExpressionCommandOutput, CloudSearchClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -115,9 +112,7 @@ export class DeleteExpressionCommand extends $Command< * @public */ constructor(readonly input: DeleteExpressionCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -170,7 +165,4 @@ export class DeleteExpressionCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteExpressionCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-cloudsearch/src/commands/DeleteIndexFieldCommand.ts b/clients/client-cloudsearch/src/commands/DeleteIndexFieldCommand.ts index 8e3dff49f881..82d76eddb259 100644 --- a/clients/client-cloudsearch/src/commands/DeleteIndexFieldCommand.ts +++ b/clients/client-cloudsearch/src/commands/DeleteIndexFieldCommand.ts @@ -182,9 +182,6 @@ export class DeleteIndexFieldCommand extends $Command< DeleteIndexFieldCommandOutput, CloudSearchClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -198,9 +195,7 @@ export class DeleteIndexFieldCommand extends $Command< * @public */ constructor(readonly input: DeleteIndexFieldCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -253,7 +248,4 @@ export class DeleteIndexFieldCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteIndexFieldCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-cloudsearch/src/commands/DeleteSuggesterCommand.ts b/clients/client-cloudsearch/src/commands/DeleteSuggesterCommand.ts index 4011687fb5ff..4e6f8dcc99a9 100644 --- a/clients/client-cloudsearch/src/commands/DeleteSuggesterCommand.ts +++ b/clients/client-cloudsearch/src/commands/DeleteSuggesterCommand.ts @@ -103,9 +103,6 @@ export class DeleteSuggesterCommand extends $Command< DeleteSuggesterCommandOutput, CloudSearchClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -119,9 +116,7 @@ export class DeleteSuggesterCommand extends $Command< * @public */ constructor(readonly input: DeleteSuggesterCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -174,7 +169,4 @@ export class DeleteSuggesterCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteSuggesterCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-cloudsearch/src/commands/DescribeAnalysisSchemesCommand.ts b/clients/client-cloudsearch/src/commands/DescribeAnalysisSchemesCommand.ts index 6b0f27c0ffa5..3c0e86288631 100644 --- a/clients/client-cloudsearch/src/commands/DescribeAnalysisSchemesCommand.ts +++ b/clients/client-cloudsearch/src/commands/DescribeAnalysisSchemesCommand.ts @@ -105,9 +105,6 @@ export class DescribeAnalysisSchemesCommand extends $Command< DescribeAnalysisSchemesCommandOutput, CloudSearchClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -121,9 +118,7 @@ export class DescribeAnalysisSchemesCommand extends $Command< * @public */ constructor(readonly input: DescribeAnalysisSchemesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -176,7 +171,4 @@ export class DescribeAnalysisSchemesCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DescribeAnalysisSchemesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-cloudsearch/src/commands/DescribeAvailabilityOptionsCommand.ts b/clients/client-cloudsearch/src/commands/DescribeAvailabilityOptionsCommand.ts index e7e0e1d4c0af..1e8704b57d99 100644 --- a/clients/client-cloudsearch/src/commands/DescribeAvailabilityOptionsCommand.ts +++ b/clients/client-cloudsearch/src/commands/DescribeAvailabilityOptionsCommand.ts @@ -101,9 +101,6 @@ export class DescribeAvailabilityOptionsCommand extends $Command< DescribeAvailabilityOptionsCommandOutput, CloudSearchClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -117,9 +114,7 @@ export class DescribeAvailabilityOptionsCommand extends $Command< * @public */ constructor(readonly input: DescribeAvailabilityOptionsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -175,7 +170,4 @@ export class DescribeAvailabilityOptionsCommand extends $Command< ): Promise { return de_DescribeAvailabilityOptionsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-cloudsearch/src/commands/DescribeDomainEndpointOptionsCommand.ts b/clients/client-cloudsearch/src/commands/DescribeDomainEndpointOptionsCommand.ts index e55abada0a9a..5fc41b3ac2b6 100644 --- a/clients/client-cloudsearch/src/commands/DescribeDomainEndpointOptionsCommand.ts +++ b/clients/client-cloudsearch/src/commands/DescribeDomainEndpointOptionsCommand.ts @@ -104,9 +104,6 @@ export class DescribeDomainEndpointOptionsCommand extends $Command< DescribeDomainEndpointOptionsCommandOutput, CloudSearchClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -120,9 +117,7 @@ export class DescribeDomainEndpointOptionsCommand extends $Command< * @public */ constructor(readonly input: DescribeDomainEndpointOptionsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -178,7 +173,4 @@ export class DescribeDomainEndpointOptionsCommand extends $Command< ): Promise { return de_DescribeDomainEndpointOptionsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-cloudsearch/src/commands/DescribeDomainsCommand.ts b/clients/client-cloudsearch/src/commands/DescribeDomainsCommand.ts index a3d58cec3c81..3c685f02d67f 100644 --- a/clients/client-cloudsearch/src/commands/DescribeDomainsCommand.ts +++ b/clients/client-cloudsearch/src/commands/DescribeDomainsCommand.ts @@ -104,9 +104,6 @@ export class DescribeDomainsCommand extends $Command< DescribeDomainsCommandOutput, CloudSearchClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -120,9 +117,7 @@ export class DescribeDomainsCommand extends $Command< * @public */ constructor(readonly input: DescribeDomainsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -175,7 +170,4 @@ export class DescribeDomainsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DescribeDomainsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-cloudsearch/src/commands/DescribeExpressionsCommand.ts b/clients/client-cloudsearch/src/commands/DescribeExpressionsCommand.ts index 23c072a95269..3314b9c2b05c 100644 --- a/clients/client-cloudsearch/src/commands/DescribeExpressionsCommand.ts +++ b/clients/client-cloudsearch/src/commands/DescribeExpressionsCommand.ts @@ -98,9 +98,6 @@ export class DescribeExpressionsCommand extends $Command< DescribeExpressionsCommandOutput, CloudSearchClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -114,9 +111,7 @@ export class DescribeExpressionsCommand extends $Command< * @public */ constructor(readonly input: DescribeExpressionsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -169,7 +164,4 @@ export class DescribeExpressionsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DescribeExpressionsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-cloudsearch/src/commands/DescribeIndexFieldsCommand.ts b/clients/client-cloudsearch/src/commands/DescribeIndexFieldsCommand.ts index 201630c19d88..48e85f6af992 100644 --- a/clients/client-cloudsearch/src/commands/DescribeIndexFieldsCommand.ts +++ b/clients/client-cloudsearch/src/commands/DescribeIndexFieldsCommand.ts @@ -183,9 +183,6 @@ export class DescribeIndexFieldsCommand extends $Command< DescribeIndexFieldsCommandOutput, CloudSearchClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -199,9 +196,7 @@ export class DescribeIndexFieldsCommand extends $Command< * @public */ constructor(readonly input: DescribeIndexFieldsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -254,7 +249,4 @@ export class DescribeIndexFieldsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DescribeIndexFieldsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-cloudsearch/src/commands/DescribeScalingParametersCommand.ts b/clients/client-cloudsearch/src/commands/DescribeScalingParametersCommand.ts index ed99e535088d..222c8335461f 100644 --- a/clients/client-cloudsearch/src/commands/DescribeScalingParametersCommand.ts +++ b/clients/client-cloudsearch/src/commands/DescribeScalingParametersCommand.ts @@ -93,9 +93,6 @@ export class DescribeScalingParametersCommand extends $Command< DescribeScalingParametersCommandOutput, CloudSearchClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -109,9 +106,7 @@ export class DescribeScalingParametersCommand extends $Command< * @public */ constructor(readonly input: DescribeScalingParametersCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -167,7 +162,4 @@ export class DescribeScalingParametersCommand extends $Command< ): Promise { return de_DescribeScalingParametersCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-cloudsearch/src/commands/DescribeServiceAccessPoliciesCommand.ts b/clients/client-cloudsearch/src/commands/DescribeServiceAccessPoliciesCommand.ts index 623201f2a1b0..a7a014fa3d17 100644 --- a/clients/client-cloudsearch/src/commands/DescribeServiceAccessPoliciesCommand.ts +++ b/clients/client-cloudsearch/src/commands/DescribeServiceAccessPoliciesCommand.ts @@ -96,9 +96,6 @@ export class DescribeServiceAccessPoliciesCommand extends $Command< DescribeServiceAccessPoliciesCommandOutput, CloudSearchClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -112,9 +109,7 @@ export class DescribeServiceAccessPoliciesCommand extends $Command< * @public */ constructor(readonly input: DescribeServiceAccessPoliciesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -170,7 +165,4 @@ export class DescribeServiceAccessPoliciesCommand extends $Command< ): Promise { return de_DescribeServiceAccessPoliciesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-cloudsearch/src/commands/DescribeSuggestersCommand.ts b/clients/client-cloudsearch/src/commands/DescribeSuggestersCommand.ts index 3804ef2c19d7..a37a93f67fe7 100644 --- a/clients/client-cloudsearch/src/commands/DescribeSuggestersCommand.ts +++ b/clients/client-cloudsearch/src/commands/DescribeSuggestersCommand.ts @@ -102,9 +102,6 @@ export class DescribeSuggestersCommand extends $Command< DescribeSuggestersCommandOutput, CloudSearchClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -118,9 +115,7 @@ export class DescribeSuggestersCommand extends $Command< * @public */ constructor(readonly input: DescribeSuggestersCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -173,7 +168,4 @@ export class DescribeSuggestersCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DescribeSuggestersCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-cloudsearch/src/commands/IndexDocumentsCommand.ts b/clients/client-cloudsearch/src/commands/IndexDocumentsCommand.ts index e88591f80201..43f763a96ec5 100644 --- a/clients/client-cloudsearch/src/commands/IndexDocumentsCommand.ts +++ b/clients/client-cloudsearch/src/commands/IndexDocumentsCommand.ts @@ -85,9 +85,6 @@ export class IndexDocumentsCommand extends $Command< IndexDocumentsCommandOutput, CloudSearchClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -101,9 +98,7 @@ export class IndexDocumentsCommand extends $Command< * @public */ constructor(readonly input: IndexDocumentsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -156,7 +151,4 @@ export class IndexDocumentsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_IndexDocumentsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-cloudsearch/src/commands/ListDomainNamesCommand.ts b/clients/client-cloudsearch/src/commands/ListDomainNamesCommand.ts index 607917bbcdac..e2d05a49363c 100644 --- a/clients/client-cloudsearch/src/commands/ListDomainNamesCommand.ts +++ b/clients/client-cloudsearch/src/commands/ListDomainNamesCommand.ts @@ -73,9 +73,6 @@ export class ListDomainNamesCommand extends $Command< ListDomainNamesCommandOutput, CloudSearchClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -89,9 +86,7 @@ export class ListDomainNamesCommand extends $Command< * @public */ constructor(readonly input: ListDomainNamesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -144,7 +139,4 @@ export class ListDomainNamesCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListDomainNamesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-cloudsearch/src/commands/UpdateAvailabilityOptionsCommand.ts b/clients/client-cloudsearch/src/commands/UpdateAvailabilityOptionsCommand.ts index 58bfb92ffd30..3c300e747ad9 100644 --- a/clients/client-cloudsearch/src/commands/UpdateAvailabilityOptionsCommand.ts +++ b/clients/client-cloudsearch/src/commands/UpdateAvailabilityOptionsCommand.ts @@ -102,9 +102,6 @@ export class UpdateAvailabilityOptionsCommand extends $Command< UpdateAvailabilityOptionsCommandOutput, CloudSearchClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -118,9 +115,7 @@ export class UpdateAvailabilityOptionsCommand extends $Command< * @public */ constructor(readonly input: UpdateAvailabilityOptionsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -176,7 +171,4 @@ export class UpdateAvailabilityOptionsCommand extends $Command< ): Promise { return de_UpdateAvailabilityOptionsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-cloudsearch/src/commands/UpdateDomainEndpointOptionsCommand.ts b/clients/client-cloudsearch/src/commands/UpdateDomainEndpointOptionsCommand.ts index b3afa4346256..20ff2554761d 100644 --- a/clients/client-cloudsearch/src/commands/UpdateDomainEndpointOptionsCommand.ts +++ b/clients/client-cloudsearch/src/commands/UpdateDomainEndpointOptionsCommand.ts @@ -110,9 +110,6 @@ export class UpdateDomainEndpointOptionsCommand extends $Command< UpdateDomainEndpointOptionsCommandOutput, CloudSearchClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -126,9 +123,7 @@ export class UpdateDomainEndpointOptionsCommand extends $Command< * @public */ constructor(readonly input: UpdateDomainEndpointOptionsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -184,7 +179,4 @@ export class UpdateDomainEndpointOptionsCommand extends $Command< ): Promise { return de_UpdateDomainEndpointOptionsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-cloudsearch/src/commands/UpdateScalingParametersCommand.ts b/clients/client-cloudsearch/src/commands/UpdateScalingParametersCommand.ts index 925ac58d0ed1..08a0dffb35c8 100644 --- a/clients/client-cloudsearch/src/commands/UpdateScalingParametersCommand.ts +++ b/clients/client-cloudsearch/src/commands/UpdateScalingParametersCommand.ts @@ -107,9 +107,6 @@ export class UpdateScalingParametersCommand extends $Command< UpdateScalingParametersCommandOutput, CloudSearchClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -123,9 +120,7 @@ export class UpdateScalingParametersCommand extends $Command< * @public */ constructor(readonly input: UpdateScalingParametersCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -178,7 +173,4 @@ export class UpdateScalingParametersCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdateScalingParametersCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-cloudsearch/src/commands/UpdateServiceAccessPoliciesCommand.ts b/clients/client-cloudsearch/src/commands/UpdateServiceAccessPoliciesCommand.ts index 1234eb508e0a..32889c35c4d3 100644 --- a/clients/client-cloudsearch/src/commands/UpdateServiceAccessPoliciesCommand.ts +++ b/clients/client-cloudsearch/src/commands/UpdateServiceAccessPoliciesCommand.ts @@ -103,9 +103,6 @@ export class UpdateServiceAccessPoliciesCommand extends $Command< UpdateServiceAccessPoliciesCommandOutput, CloudSearchClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -119,9 +116,7 @@ export class UpdateServiceAccessPoliciesCommand extends $Command< * @public */ constructor(readonly input: UpdateServiceAccessPoliciesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -177,7 +172,4 @@ export class UpdateServiceAccessPoliciesCommand extends $Command< ): Promise { return de_UpdateServiceAccessPoliciesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-cloudtrail-data/package.json b/clients/client-cloudtrail-data/package.json index df048207bf42..2bd2e238ebae 100644 --- a/clients/client-cloudtrail-data/package.json +++ b/clients/client-cloudtrail-data/package.json @@ -34,29 +34,29 @@ "@aws-sdk/util-endpoints": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@smithy/config-resolver": "^2.0.16", - "@smithy/fetch-http-handler": "^2.2.4", - "@smithy/hash-node": "^2.0.12", - "@smithy/invalid-dependency": "^2.0.12", - "@smithy/middleware-content-length": "^2.0.14", - "@smithy/middleware-endpoint": "^2.1.3", - "@smithy/middleware-retry": "^2.0.18", - "@smithy/middleware-serde": "^2.0.12", - "@smithy/middleware-stack": "^2.0.6", - "@smithy/node-config-provider": "^2.1.3", - "@smithy/node-http-handler": "^2.1.8", - "@smithy/protocol-http": "^3.0.8", - "@smithy/smithy-client": "^2.1.12", - "@smithy/types": "^2.4.0", - "@smithy/url-parser": "^2.0.12", - "@smithy/util-base64": "^2.0.0", + "@smithy/config-resolver": "^2.0.18", + "@smithy/fetch-http-handler": "^2.2.6", + "@smithy/hash-node": "^2.0.15", + "@smithy/invalid-dependency": "^2.0.13", + "@smithy/middleware-content-length": "^2.0.15", + "@smithy/middleware-endpoint": "^2.2.0", + "@smithy/middleware-retry": "^2.0.20", + "@smithy/middleware-serde": "^2.0.13", + "@smithy/middleware-stack": "^2.0.7", + "@smithy/node-config-provider": "^2.1.5", + "@smithy/node-http-handler": "^2.1.9", + "@smithy/protocol-http": "^3.0.9", + "@smithy/smithy-client": "^2.1.15", + "@smithy/types": "^2.5.0", + "@smithy/url-parser": "^2.0.13", + "@smithy/util-base64": "^2.0.1", "@smithy/util-body-length-browser": "^2.0.0", "@smithy/util-body-length-node": "^2.1.0", - "@smithy/util-defaults-mode-browser": "^2.0.16", - "@smithy/util-defaults-mode-node": "^2.0.21", - "@smithy/util-endpoints": "^1.0.2", - "@smithy/util-retry": "^2.0.5", - "@smithy/util-utf8": "^2.0.0", + "@smithy/util-defaults-mode-browser": "^2.0.19", + "@smithy/util-defaults-mode-node": "^2.0.25", + "@smithy/util-endpoints": "^1.0.4", + "@smithy/util-retry": "^2.0.6", + "@smithy/util-utf8": "^2.0.2", "tslib": "^2.5.0" }, "devDependencies": { diff --git a/clients/client-cloudtrail-data/src/commands/PutAuditEventsCommand.ts b/clients/client-cloudtrail-data/src/commands/PutAuditEventsCommand.ts index f80a51151816..eeb2521db9cc 100644 --- a/clients/client-cloudtrail-data/src/commands/PutAuditEventsCommand.ts +++ b/clients/client-cloudtrail-data/src/commands/PutAuditEventsCommand.ts @@ -113,9 +113,6 @@ export class PutAuditEventsCommand extends $Command< PutAuditEventsCommandOutput, CloudTrailDataClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -129,9 +126,7 @@ export class PutAuditEventsCommand extends $Command< * @public */ constructor(readonly input: PutAuditEventsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -184,7 +179,4 @@ export class PutAuditEventsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_PutAuditEventsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-cloudtrail/package.json b/clients/client-cloudtrail/package.json index 6d79f077c7c6..7a66eb48068a 100644 --- a/clients/client-cloudtrail/package.json +++ b/clients/client-cloudtrail/package.json @@ -34,29 +34,29 @@ "@aws-sdk/util-endpoints": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@smithy/config-resolver": "^2.0.16", - "@smithy/fetch-http-handler": "^2.2.4", - "@smithy/hash-node": "^2.0.12", - "@smithy/invalid-dependency": "^2.0.12", - "@smithy/middleware-content-length": "^2.0.14", - "@smithy/middleware-endpoint": "^2.1.3", - "@smithy/middleware-retry": "^2.0.18", - "@smithy/middleware-serde": "^2.0.12", - "@smithy/middleware-stack": "^2.0.6", - "@smithy/node-config-provider": "^2.1.3", - "@smithy/node-http-handler": "^2.1.8", - "@smithy/protocol-http": "^3.0.8", - "@smithy/smithy-client": "^2.1.12", - "@smithy/types": "^2.4.0", - "@smithy/url-parser": "^2.0.12", - "@smithy/util-base64": "^2.0.0", + "@smithy/config-resolver": "^2.0.18", + "@smithy/fetch-http-handler": "^2.2.6", + "@smithy/hash-node": "^2.0.15", + "@smithy/invalid-dependency": "^2.0.13", + "@smithy/middleware-content-length": "^2.0.15", + "@smithy/middleware-endpoint": "^2.2.0", + "@smithy/middleware-retry": "^2.0.20", + "@smithy/middleware-serde": "^2.0.13", + "@smithy/middleware-stack": "^2.0.7", + "@smithy/node-config-provider": "^2.1.5", + "@smithy/node-http-handler": "^2.1.9", + "@smithy/protocol-http": "^3.0.9", + "@smithy/smithy-client": "^2.1.15", + "@smithy/types": "^2.5.0", + "@smithy/url-parser": "^2.0.13", + "@smithy/util-base64": "^2.0.1", "@smithy/util-body-length-browser": "^2.0.0", "@smithy/util-body-length-node": "^2.1.0", - "@smithy/util-defaults-mode-browser": "^2.0.16", - "@smithy/util-defaults-mode-node": "^2.0.21", - "@smithy/util-endpoints": "^1.0.2", - "@smithy/util-retry": "^2.0.5", - "@smithy/util-utf8": "^2.0.0", + "@smithy/util-defaults-mode-browser": "^2.0.19", + "@smithy/util-defaults-mode-node": "^2.0.25", + "@smithy/util-endpoints": "^1.0.4", + "@smithy/util-retry": "^2.0.6", + "@smithy/util-utf8": "^2.0.2", "tslib": "^2.5.0" }, "devDependencies": { diff --git a/clients/client-cloudtrail/src/commands/AddTagsCommand.ts b/clients/client-cloudtrail/src/commands/AddTagsCommand.ts index 49c8a1c9010e..2358e8ffe631 100644 --- a/clients/client-cloudtrail/src/commands/AddTagsCommand.ts +++ b/clients/client-cloudtrail/src/commands/AddTagsCommand.ts @@ -166,9 +166,6 @@ export class AddTagsCommand extends $Command< AddTagsCommandOutput, CloudTrailClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -182,9 +179,7 @@ export class AddTagsCommand extends $Command< * @public */ constructor(readonly input: AddTagsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -235,7 +230,4 @@ export class AddTagsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_AddTagsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-cloudtrail/src/commands/CancelQueryCommand.ts b/clients/client-cloudtrail/src/commands/CancelQueryCommand.ts index 4cb399e2a94d..0b51c9baf8ac 100644 --- a/clients/client-cloudtrail/src/commands/CancelQueryCommand.ts +++ b/clients/client-cloudtrail/src/commands/CancelQueryCommand.ts @@ -113,9 +113,6 @@ export class CancelQueryCommand extends $Command< CancelQueryCommandOutput, CloudTrailClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -129,9 +126,7 @@ export class CancelQueryCommand extends $Command< * @public */ constructor(readonly input: CancelQueryCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -182,7 +177,4 @@ export class CancelQueryCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CancelQueryCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-cloudtrail/src/commands/CreateChannelCommand.ts b/clients/client-cloudtrail/src/commands/CreateChannelCommand.ts index db1045d94338..db7b2dbcc2c4 100644 --- a/clients/client-cloudtrail/src/commands/CreateChannelCommand.ts +++ b/clients/client-cloudtrail/src/commands/CreateChannelCommand.ts @@ -143,9 +143,6 @@ export class CreateChannelCommand extends $Command< CreateChannelCommandOutput, CloudTrailClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -159,9 +156,7 @@ export class CreateChannelCommand extends $Command< * @public */ constructor(readonly input: CreateChannelCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -212,7 +207,4 @@ export class CreateChannelCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateChannelCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-cloudtrail/src/commands/CreateEventDataStoreCommand.ts b/clients/client-cloudtrail/src/commands/CreateEventDataStoreCommand.ts index f910b5dce366..384853254dfb 100644 --- a/clients/client-cloudtrail/src/commands/CreateEventDataStoreCommand.ts +++ b/clients/client-cloudtrail/src/commands/CreateEventDataStoreCommand.ts @@ -247,9 +247,6 @@ export class CreateEventDataStoreCommand extends $Command< CreateEventDataStoreCommandOutput, CloudTrailClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -263,9 +260,7 @@ export class CreateEventDataStoreCommand extends $Command< * @public */ constructor(readonly input: CreateEventDataStoreCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -318,7 +313,4 @@ export class CreateEventDataStoreCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateEventDataStoreCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-cloudtrail/src/commands/CreateTrailCommand.ts b/clients/client-cloudtrail/src/commands/CreateTrailCommand.ts index bbe36eb6f6a3..c43d01ae8d20 100644 --- a/clients/client-cloudtrail/src/commands/CreateTrailCommand.ts +++ b/clients/client-cloudtrail/src/commands/CreateTrailCommand.ts @@ -240,9 +240,6 @@ export class CreateTrailCommand extends $Command< CreateTrailCommandOutput, CloudTrailClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -256,9 +253,7 @@ export class CreateTrailCommand extends $Command< * @public */ constructor(readonly input: CreateTrailCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -309,7 +304,4 @@ export class CreateTrailCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateTrailCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-cloudtrail/src/commands/DeleteChannelCommand.ts b/clients/client-cloudtrail/src/commands/DeleteChannelCommand.ts index 4354457ab133..ac209ae753c2 100644 --- a/clients/client-cloudtrail/src/commands/DeleteChannelCommand.ts +++ b/clients/client-cloudtrail/src/commands/DeleteChannelCommand.ts @@ -81,9 +81,6 @@ export class DeleteChannelCommand extends $Command< DeleteChannelCommandOutput, CloudTrailClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -97,9 +94,7 @@ export class DeleteChannelCommand extends $Command< * @public */ constructor(readonly input: DeleteChannelCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -150,7 +145,4 @@ export class DeleteChannelCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteChannelCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-cloudtrail/src/commands/DeleteEventDataStoreCommand.ts b/clients/client-cloudtrail/src/commands/DeleteEventDataStoreCommand.ts index 4c58c1a004d9..f7f56761cc3f 100644 --- a/clients/client-cloudtrail/src/commands/DeleteEventDataStoreCommand.ts +++ b/clients/client-cloudtrail/src/commands/DeleteEventDataStoreCommand.ts @@ -122,9 +122,6 @@ export class DeleteEventDataStoreCommand extends $Command< DeleteEventDataStoreCommandOutput, CloudTrailClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -138,9 +135,7 @@ export class DeleteEventDataStoreCommand extends $Command< * @public */ constructor(readonly input: DeleteEventDataStoreCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -193,7 +188,4 @@ export class DeleteEventDataStoreCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteEventDataStoreCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-cloudtrail/src/commands/DeleteResourcePolicyCommand.ts b/clients/client-cloudtrail/src/commands/DeleteResourcePolicyCommand.ts index 4fdf8eac13ef..811b915e27b5 100644 --- a/clients/client-cloudtrail/src/commands/DeleteResourcePolicyCommand.ts +++ b/clients/client-cloudtrail/src/commands/DeleteResourcePolicyCommand.ts @@ -93,9 +93,6 @@ export class DeleteResourcePolicyCommand extends $Command< DeleteResourcePolicyCommandOutput, CloudTrailClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -109,9 +106,7 @@ export class DeleteResourcePolicyCommand extends $Command< * @public */ constructor(readonly input: DeleteResourcePolicyCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -164,7 +159,4 @@ export class DeleteResourcePolicyCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteResourcePolicyCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-cloudtrail/src/commands/DeleteTrailCommand.ts b/clients/client-cloudtrail/src/commands/DeleteTrailCommand.ts index c04fe9583bb6..ca7793b09623 100644 --- a/clients/client-cloudtrail/src/commands/DeleteTrailCommand.ts +++ b/clients/client-cloudtrail/src/commands/DeleteTrailCommand.ts @@ -142,9 +142,6 @@ export class DeleteTrailCommand extends $Command< DeleteTrailCommandOutput, CloudTrailClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -158,9 +155,7 @@ export class DeleteTrailCommand extends $Command< * @public */ constructor(readonly input: DeleteTrailCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -211,7 +206,4 @@ export class DeleteTrailCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteTrailCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-cloudtrail/src/commands/DeregisterOrganizationDelegatedAdminCommand.ts b/clients/client-cloudtrail/src/commands/DeregisterOrganizationDelegatedAdminCommand.ts index 9e10105aa38f..c84cfd617733 100644 --- a/clients/client-cloudtrail/src/commands/DeregisterOrganizationDelegatedAdminCommand.ts +++ b/clients/client-cloudtrail/src/commands/DeregisterOrganizationDelegatedAdminCommand.ts @@ -121,9 +121,6 @@ export class DeregisterOrganizationDelegatedAdminCommand extends $Command< DeregisterOrganizationDelegatedAdminCommandOutput, CloudTrailClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -137,9 +134,7 @@ export class DeregisterOrganizationDelegatedAdminCommand extends $Command< * @public */ constructor(readonly input: DeregisterOrganizationDelegatedAdminCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -198,7 +193,4 @@ export class DeregisterOrganizationDelegatedAdminCommand extends $Command< ): Promise { return de_DeregisterOrganizationDelegatedAdminCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-cloudtrail/src/commands/DescribeQueryCommand.ts b/clients/client-cloudtrail/src/commands/DescribeQueryCommand.ts index eab325ce93c7..64a621a3608b 100644 --- a/clients/client-cloudtrail/src/commands/DescribeQueryCommand.ts +++ b/clients/client-cloudtrail/src/commands/DescribeQueryCommand.ts @@ -115,9 +115,6 @@ export class DescribeQueryCommand extends $Command< DescribeQueryCommandOutput, CloudTrailClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -131,9 +128,7 @@ export class DescribeQueryCommand extends $Command< * @public */ constructor(readonly input: DescribeQueryCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -184,7 +179,4 @@ export class DescribeQueryCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DescribeQueryCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-cloudtrail/src/commands/DescribeTrailsCommand.ts b/clients/client-cloudtrail/src/commands/DescribeTrailsCommand.ts index b3123af07bf9..ddf210313558 100644 --- a/clients/client-cloudtrail/src/commands/DescribeTrailsCommand.ts +++ b/clients/client-cloudtrail/src/commands/DescribeTrailsCommand.ts @@ -126,9 +126,6 @@ export class DescribeTrailsCommand extends $Command< DescribeTrailsCommandOutput, CloudTrailClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -142,9 +139,7 @@ export class DescribeTrailsCommand extends $Command< * @public */ constructor(readonly input: DescribeTrailsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -197,7 +192,4 @@ export class DescribeTrailsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DescribeTrailsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-cloudtrail/src/commands/GetChannelCommand.ts b/clients/client-cloudtrail/src/commands/GetChannelCommand.ts index cb626807736f..70d411e2cb40 100644 --- a/clients/client-cloudtrail/src/commands/GetChannelCommand.ts +++ b/clients/client-cloudtrail/src/commands/GetChannelCommand.ts @@ -128,9 +128,6 @@ export class GetChannelCommand extends $Command< GetChannelCommandOutput, CloudTrailClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -144,9 +141,7 @@ export class GetChannelCommand extends $Command< * @public */ constructor(readonly input: GetChannelCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -197,7 +192,4 @@ export class GetChannelCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetChannelCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-cloudtrail/src/commands/GetEventDataStoreCommand.ts b/clients/client-cloudtrail/src/commands/GetEventDataStoreCommand.ts index 180552e534e0..e39987c69a20 100644 --- a/clients/client-cloudtrail/src/commands/GetEventDataStoreCommand.ts +++ b/clients/client-cloudtrail/src/commands/GetEventDataStoreCommand.ts @@ -126,9 +126,6 @@ export class GetEventDataStoreCommand extends $Command< GetEventDataStoreCommandOutput, CloudTrailClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -142,9 +139,7 @@ export class GetEventDataStoreCommand extends $Command< * @public */ constructor(readonly input: GetEventDataStoreCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -197,7 +192,4 @@ export class GetEventDataStoreCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetEventDataStoreCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-cloudtrail/src/commands/GetEventSelectorsCommand.ts b/clients/client-cloudtrail/src/commands/GetEventSelectorsCommand.ts index 6f267707ba8e..a92ff2b8c108 100644 --- a/clients/client-cloudtrail/src/commands/GetEventSelectorsCommand.ts +++ b/clients/client-cloudtrail/src/commands/GetEventSelectorsCommand.ts @@ -188,9 +188,6 @@ export class GetEventSelectorsCommand extends $Command< GetEventSelectorsCommandOutput, CloudTrailClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -204,9 +201,7 @@ export class GetEventSelectorsCommand extends $Command< * @public */ constructor(readonly input: GetEventSelectorsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -259,7 +254,4 @@ export class GetEventSelectorsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetEventSelectorsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-cloudtrail/src/commands/GetImportCommand.ts b/clients/client-cloudtrail/src/commands/GetImportCommand.ts index fd66ad66ba27..9ac354dc863b 100644 --- a/clients/client-cloudtrail/src/commands/GetImportCommand.ts +++ b/clients/client-cloudtrail/src/commands/GetImportCommand.ts @@ -104,9 +104,6 @@ export class GetImportCommand extends $Command< GetImportCommandOutput, CloudTrailClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -120,9 +117,7 @@ export class GetImportCommand extends $Command< * @public */ constructor(readonly input: GetImportCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -173,7 +168,4 @@ export class GetImportCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetImportCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-cloudtrail/src/commands/GetInsightSelectorsCommand.ts b/clients/client-cloudtrail/src/commands/GetInsightSelectorsCommand.ts index 7ab21d29b2e4..f36bd8011b1b 100644 --- a/clients/client-cloudtrail/src/commands/GetInsightSelectorsCommand.ts +++ b/clients/client-cloudtrail/src/commands/GetInsightSelectorsCommand.ts @@ -150,9 +150,6 @@ export class GetInsightSelectorsCommand extends $Command< GetInsightSelectorsCommandOutput, CloudTrailClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -166,9 +163,7 @@ export class GetInsightSelectorsCommand extends $Command< * @public */ constructor(readonly input: GetInsightSelectorsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -221,7 +216,4 @@ export class GetInsightSelectorsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetInsightSelectorsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-cloudtrail/src/commands/GetQueryResultsCommand.ts b/clients/client-cloudtrail/src/commands/GetQueryResultsCommand.ts index 736f37367c2f..17fb9b32923a 100644 --- a/clients/client-cloudtrail/src/commands/GetQueryResultsCommand.ts +++ b/clients/client-cloudtrail/src/commands/GetQueryResultsCommand.ts @@ -125,9 +125,6 @@ export class GetQueryResultsCommand extends $Command< GetQueryResultsCommandOutput, CloudTrailClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -141,9 +138,7 @@ export class GetQueryResultsCommand extends $Command< * @public */ constructor(readonly input: GetQueryResultsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -196,7 +191,4 @@ export class GetQueryResultsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetQueryResultsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-cloudtrail/src/commands/GetResourcePolicyCommand.ts b/clients/client-cloudtrail/src/commands/GetResourcePolicyCommand.ts index bbb191c0b027..689352e668f2 100644 --- a/clients/client-cloudtrail/src/commands/GetResourcePolicyCommand.ts +++ b/clients/client-cloudtrail/src/commands/GetResourcePolicyCommand.ts @@ -96,9 +96,6 @@ export class GetResourcePolicyCommand extends $Command< GetResourcePolicyCommandOutput, CloudTrailClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -112,9 +109,7 @@ export class GetResourcePolicyCommand extends $Command< * @public */ constructor(readonly input: GetResourcePolicyCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -167,7 +162,4 @@ export class GetResourcePolicyCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetResourcePolicyCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-cloudtrail/src/commands/GetTrailCommand.ts b/clients/client-cloudtrail/src/commands/GetTrailCommand.ts index addfd2404247..ccec6c43f74b 100644 --- a/clients/client-cloudtrail/src/commands/GetTrailCommand.ts +++ b/clients/client-cloudtrail/src/commands/GetTrailCommand.ts @@ -130,9 +130,6 @@ export class GetTrailCommand extends $Command< GetTrailCommandOutput, CloudTrailClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -146,9 +143,7 @@ export class GetTrailCommand extends $Command< * @public */ constructor(readonly input: GetTrailCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -199,7 +194,4 @@ export class GetTrailCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetTrailCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-cloudtrail/src/commands/GetTrailStatusCommand.ts b/clients/client-cloudtrail/src/commands/GetTrailStatusCommand.ts index 7c0e51f48523..4c6e92eafa55 100644 --- a/clients/client-cloudtrail/src/commands/GetTrailStatusCommand.ts +++ b/clients/client-cloudtrail/src/commands/GetTrailStatusCommand.ts @@ -133,9 +133,6 @@ export class GetTrailStatusCommand extends $Command< GetTrailStatusCommandOutput, CloudTrailClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -149,9 +146,7 @@ export class GetTrailStatusCommand extends $Command< * @public */ constructor(readonly input: GetTrailStatusCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -204,7 +199,4 @@ export class GetTrailStatusCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetTrailStatusCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-cloudtrail/src/commands/ListChannelsCommand.ts b/clients/client-cloudtrail/src/commands/ListChannelsCommand.ts index e04d8793848a..9cf7ad28ed2c 100644 --- a/clients/client-cloudtrail/src/commands/ListChannelsCommand.ts +++ b/clients/client-cloudtrail/src/commands/ListChannelsCommand.ts @@ -88,9 +88,6 @@ export class ListChannelsCommand extends $Command< ListChannelsCommandOutput, CloudTrailClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -104,9 +101,7 @@ export class ListChannelsCommand extends $Command< * @public */ constructor(readonly input: ListChannelsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -157,7 +152,4 @@ export class ListChannelsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListChannelsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-cloudtrail/src/commands/ListEventDataStoresCommand.ts b/clients/client-cloudtrail/src/commands/ListEventDataStoresCommand.ts index 0b7b4c3e414b..09d03a359f67 100644 --- a/clients/client-cloudtrail/src/commands/ListEventDataStoresCommand.ts +++ b/clients/client-cloudtrail/src/commands/ListEventDataStoresCommand.ts @@ -128,9 +128,6 @@ export class ListEventDataStoresCommand extends $Command< ListEventDataStoresCommandOutput, CloudTrailClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -144,9 +141,7 @@ export class ListEventDataStoresCommand extends $Command< * @public */ constructor(readonly input: ListEventDataStoresCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -199,7 +194,4 @@ export class ListEventDataStoresCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListEventDataStoresCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-cloudtrail/src/commands/ListImportFailuresCommand.ts b/clients/client-cloudtrail/src/commands/ListImportFailuresCommand.ts index 2cd0804acbaa..1af76074f9dd 100644 --- a/clients/client-cloudtrail/src/commands/ListImportFailuresCommand.ts +++ b/clients/client-cloudtrail/src/commands/ListImportFailuresCommand.ts @@ -91,9 +91,6 @@ export class ListImportFailuresCommand extends $Command< ListImportFailuresCommandOutput, CloudTrailClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -107,9 +104,7 @@ export class ListImportFailuresCommand extends $Command< * @public */ constructor(readonly input: ListImportFailuresCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -162,7 +157,4 @@ export class ListImportFailuresCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListImportFailuresCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-cloudtrail/src/commands/ListImportsCommand.ts b/clients/client-cloudtrail/src/commands/ListImportsCommand.ts index a563caf1c62f..5a751e619e0f 100644 --- a/clients/client-cloudtrail/src/commands/ListImportsCommand.ts +++ b/clients/client-cloudtrail/src/commands/ListImportsCommand.ts @@ -102,9 +102,6 @@ export class ListImportsCommand extends $Command< ListImportsCommandOutput, CloudTrailClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -118,9 +115,7 @@ export class ListImportsCommand extends $Command< * @public */ constructor(readonly input: ListImportsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -171,7 +166,4 @@ export class ListImportsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListImportsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-cloudtrail/src/commands/ListPublicKeysCommand.ts b/clients/client-cloudtrail/src/commands/ListPublicKeysCommand.ts index d82a5459743b..5091e00618fe 100644 --- a/clients/client-cloudtrail/src/commands/ListPublicKeysCommand.ts +++ b/clients/client-cloudtrail/src/commands/ListPublicKeysCommand.ts @@ -101,9 +101,6 @@ export class ListPublicKeysCommand extends $Command< ListPublicKeysCommandOutput, CloudTrailClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -117,9 +114,7 @@ export class ListPublicKeysCommand extends $Command< * @public */ constructor(readonly input: ListPublicKeysCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -172,7 +167,4 @@ export class ListPublicKeysCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListPublicKeysCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-cloudtrail/src/commands/ListQueriesCommand.ts b/clients/client-cloudtrail/src/commands/ListQueriesCommand.ts index 138e5af92811..1c2e47650d42 100644 --- a/clients/client-cloudtrail/src/commands/ListQueriesCommand.ts +++ b/clients/client-cloudtrail/src/commands/ListQueriesCommand.ts @@ -126,9 +126,6 @@ export class ListQueriesCommand extends $Command< ListQueriesCommandOutput, CloudTrailClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -142,9 +139,7 @@ export class ListQueriesCommand extends $Command< * @public */ constructor(readonly input: ListQueriesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -195,7 +190,4 @@ export class ListQueriesCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListQueriesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-cloudtrail/src/commands/ListTagsCommand.ts b/clients/client-cloudtrail/src/commands/ListTagsCommand.ts index b7549d1a9cfb..89df843fb0d6 100644 --- a/clients/client-cloudtrail/src/commands/ListTagsCommand.ts +++ b/clients/client-cloudtrail/src/commands/ListTagsCommand.ts @@ -151,9 +151,6 @@ export class ListTagsCommand extends $Command< ListTagsCommandOutput, CloudTrailClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -167,9 +164,7 @@ export class ListTagsCommand extends $Command< * @public */ constructor(readonly input: ListTagsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -220,7 +215,4 @@ export class ListTagsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListTagsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-cloudtrail/src/commands/ListTrailsCommand.ts b/clients/client-cloudtrail/src/commands/ListTrailsCommand.ts index e90ebdc285eb..2b028727645c 100644 --- a/clients/client-cloudtrail/src/commands/ListTrailsCommand.ts +++ b/clients/client-cloudtrail/src/commands/ListTrailsCommand.ts @@ -83,9 +83,6 @@ export class ListTrailsCommand extends $Command< ListTrailsCommandOutput, CloudTrailClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -99,9 +96,7 @@ export class ListTrailsCommand extends $Command< * @public */ constructor(readonly input: ListTrailsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -152,7 +147,4 @@ export class ListTrailsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListTrailsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-cloudtrail/src/commands/LookupEventsCommand.ts b/clients/client-cloudtrail/src/commands/LookupEventsCommand.ts index d18b22c6946a..50a6258e625a 100644 --- a/clients/client-cloudtrail/src/commands/LookupEventsCommand.ts +++ b/clients/client-cloudtrail/src/commands/LookupEventsCommand.ts @@ -174,9 +174,6 @@ export class LookupEventsCommand extends $Command< LookupEventsCommandOutput, CloudTrailClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -190,9 +187,7 @@ export class LookupEventsCommand extends $Command< * @public */ constructor(readonly input: LookupEventsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -243,7 +238,4 @@ export class LookupEventsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_LookupEventsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-cloudtrail/src/commands/PutEventSelectorsCommand.ts b/clients/client-cloudtrail/src/commands/PutEventSelectorsCommand.ts index b1bc361fc5e0..d8dae9db0916 100644 --- a/clients/client-cloudtrail/src/commands/PutEventSelectorsCommand.ts +++ b/clients/client-cloudtrail/src/commands/PutEventSelectorsCommand.ts @@ -302,9 +302,6 @@ export class PutEventSelectorsCommand extends $Command< PutEventSelectorsCommandOutput, CloudTrailClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -318,9 +315,7 @@ export class PutEventSelectorsCommand extends $Command< * @public */ constructor(readonly input: PutEventSelectorsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -373,7 +368,4 @@ export class PutEventSelectorsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_PutEventSelectorsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-cloudtrail/src/commands/PutInsightSelectorsCommand.ts b/clients/client-cloudtrail/src/commands/PutInsightSelectorsCommand.ts index b7356fca508f..8b25db736ede 100644 --- a/clients/client-cloudtrail/src/commands/PutInsightSelectorsCommand.ts +++ b/clients/client-cloudtrail/src/commands/PutInsightSelectorsCommand.ts @@ -192,9 +192,6 @@ export class PutInsightSelectorsCommand extends $Command< PutInsightSelectorsCommandOutput, CloudTrailClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -208,9 +205,7 @@ export class PutInsightSelectorsCommand extends $Command< * @public */ constructor(readonly input: PutInsightSelectorsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -263,7 +258,4 @@ export class PutInsightSelectorsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_PutInsightSelectorsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-cloudtrail/src/commands/PutResourcePolicyCommand.ts b/clients/client-cloudtrail/src/commands/PutResourcePolicyCommand.ts index 436919ecfdc7..63b1b7b99ac8 100644 --- a/clients/client-cloudtrail/src/commands/PutResourcePolicyCommand.ts +++ b/clients/client-cloudtrail/src/commands/PutResourcePolicyCommand.ts @@ -117,9 +117,6 @@ export class PutResourcePolicyCommand extends $Command< PutResourcePolicyCommandOutput, CloudTrailClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -133,9 +130,7 @@ export class PutResourcePolicyCommand extends $Command< * @public */ constructor(readonly input: PutResourcePolicyCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -188,7 +183,4 @@ export class PutResourcePolicyCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_PutResourcePolicyCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-cloudtrail/src/commands/RegisterOrganizationDelegatedAdminCommand.ts b/clients/client-cloudtrail/src/commands/RegisterOrganizationDelegatedAdminCommand.ts index f9671b05d75c..cbc90a1d811d 100644 --- a/clients/client-cloudtrail/src/commands/RegisterOrganizationDelegatedAdminCommand.ts +++ b/clients/client-cloudtrail/src/commands/RegisterOrganizationDelegatedAdminCommand.ts @@ -129,9 +129,6 @@ export class RegisterOrganizationDelegatedAdminCommand extends $Command< RegisterOrganizationDelegatedAdminCommandOutput, CloudTrailClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -145,9 +142,7 @@ export class RegisterOrganizationDelegatedAdminCommand extends $Command< * @public */ constructor(readonly input: RegisterOrganizationDelegatedAdminCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -206,7 +201,4 @@ export class RegisterOrganizationDelegatedAdminCommand extends $Command< ): Promise { return de_RegisterOrganizationDelegatedAdminCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-cloudtrail/src/commands/RemoveTagsCommand.ts b/clients/client-cloudtrail/src/commands/RemoveTagsCommand.ts index 3c7b1de51729..42f3d755381b 100644 --- a/clients/client-cloudtrail/src/commands/RemoveTagsCommand.ts +++ b/clients/client-cloudtrail/src/commands/RemoveTagsCommand.ts @@ -150,9 +150,6 @@ export class RemoveTagsCommand extends $Command< RemoveTagsCommandOutput, CloudTrailClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -166,9 +163,7 @@ export class RemoveTagsCommand extends $Command< * @public */ constructor(readonly input: RemoveTagsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -219,7 +214,4 @@ export class RemoveTagsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_RemoveTagsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-cloudtrail/src/commands/RestoreEventDataStoreCommand.ts b/clients/client-cloudtrail/src/commands/RestoreEventDataStoreCommand.ts index 08b2d41e5c1d..b674284dd54f 100644 --- a/clients/client-cloudtrail/src/commands/RestoreEventDataStoreCommand.ts +++ b/clients/client-cloudtrail/src/commands/RestoreEventDataStoreCommand.ts @@ -157,9 +157,6 @@ export class RestoreEventDataStoreCommand extends $Command< RestoreEventDataStoreCommandOutput, CloudTrailClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -173,9 +170,7 @@ export class RestoreEventDataStoreCommand extends $Command< * @public */ constructor(readonly input: RestoreEventDataStoreCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -228,7 +223,4 @@ export class RestoreEventDataStoreCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_RestoreEventDataStoreCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-cloudtrail/src/commands/StartEventDataStoreIngestionCommand.ts b/clients/client-cloudtrail/src/commands/StartEventDataStoreIngestionCommand.ts index b3d9c1bee8f8..e9924bd2454c 100644 --- a/clients/client-cloudtrail/src/commands/StartEventDataStoreIngestionCommand.ts +++ b/clients/client-cloudtrail/src/commands/StartEventDataStoreIngestionCommand.ts @@ -111,9 +111,6 @@ export class StartEventDataStoreIngestionCommand extends $Command< StartEventDataStoreIngestionCommandOutput, CloudTrailClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -127,9 +124,7 @@ export class StartEventDataStoreIngestionCommand extends $Command< * @public */ constructor(readonly input: StartEventDataStoreIngestionCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -185,7 +180,4 @@ export class StartEventDataStoreIngestionCommand extends $Command< ): Promise { return de_StartEventDataStoreIngestionCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-cloudtrail/src/commands/StartImportCommand.ts b/clients/client-cloudtrail/src/commands/StartImportCommand.ts index aa32e29f849d..fcb23afd127f 100644 --- a/clients/client-cloudtrail/src/commands/StartImportCommand.ts +++ b/clients/client-cloudtrail/src/commands/StartImportCommand.ts @@ -154,9 +154,6 @@ export class StartImportCommand extends $Command< StartImportCommandOutput, CloudTrailClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -170,9 +167,7 @@ export class StartImportCommand extends $Command< * @public */ constructor(readonly input: StartImportCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -223,7 +218,4 @@ export class StartImportCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_StartImportCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-cloudtrail/src/commands/StartLoggingCommand.ts b/clients/client-cloudtrail/src/commands/StartLoggingCommand.ts index 11a367b2ecca..d12b7eefbff0 100644 --- a/clients/client-cloudtrail/src/commands/StartLoggingCommand.ts +++ b/clients/client-cloudtrail/src/commands/StartLoggingCommand.ts @@ -143,9 +143,6 @@ export class StartLoggingCommand extends $Command< StartLoggingCommandOutput, CloudTrailClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -159,9 +156,7 @@ export class StartLoggingCommand extends $Command< * @public */ constructor(readonly input: StartLoggingCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -212,7 +207,4 @@ export class StartLoggingCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_StartLoggingCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-cloudtrail/src/commands/StartQueryCommand.ts b/clients/client-cloudtrail/src/commands/StartQueryCommand.ts index b98b3526caaf..e6f9354a3be3 100644 --- a/clients/client-cloudtrail/src/commands/StartQueryCommand.ts +++ b/clients/client-cloudtrail/src/commands/StartQueryCommand.ts @@ -129,9 +129,6 @@ export class StartQueryCommand extends $Command< StartQueryCommandOutput, CloudTrailClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -145,9 +142,7 @@ export class StartQueryCommand extends $Command< * @public */ constructor(readonly input: StartQueryCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -198,7 +193,4 @@ export class StartQueryCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_StartQueryCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-cloudtrail/src/commands/StopEventDataStoreIngestionCommand.ts b/clients/client-cloudtrail/src/commands/StopEventDataStoreIngestionCommand.ts index eae7723674cb..d6e5edcc2865 100644 --- a/clients/client-cloudtrail/src/commands/StopEventDataStoreIngestionCommand.ts +++ b/clients/client-cloudtrail/src/commands/StopEventDataStoreIngestionCommand.ts @@ -108,9 +108,6 @@ export class StopEventDataStoreIngestionCommand extends $Command< StopEventDataStoreIngestionCommandOutput, CloudTrailClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -124,9 +121,7 @@ export class StopEventDataStoreIngestionCommand extends $Command< * @public */ constructor(readonly input: StopEventDataStoreIngestionCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -182,7 +177,4 @@ export class StopEventDataStoreIngestionCommand extends $Command< ): Promise { return de_StopEventDataStoreIngestionCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-cloudtrail/src/commands/StopImportCommand.ts b/clients/client-cloudtrail/src/commands/StopImportCommand.ts index 6ad66bf0d83f..0a5868fb4413 100644 --- a/clients/client-cloudtrail/src/commands/StopImportCommand.ts +++ b/clients/client-cloudtrail/src/commands/StopImportCommand.ts @@ -104,9 +104,6 @@ export class StopImportCommand extends $Command< StopImportCommandOutput, CloudTrailClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -120,9 +117,7 @@ export class StopImportCommand extends $Command< * @public */ constructor(readonly input: StopImportCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -173,7 +168,4 @@ export class StopImportCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_StopImportCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-cloudtrail/src/commands/StopLoggingCommand.ts b/clients/client-cloudtrail/src/commands/StopLoggingCommand.ts index 60c0fc858ae0..7fceec9685c7 100644 --- a/clients/client-cloudtrail/src/commands/StopLoggingCommand.ts +++ b/clients/client-cloudtrail/src/commands/StopLoggingCommand.ts @@ -146,9 +146,6 @@ export class StopLoggingCommand extends $Command< StopLoggingCommandOutput, CloudTrailClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -162,9 +159,7 @@ export class StopLoggingCommand extends $Command< * @public */ constructor(readonly input: StopLoggingCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -215,7 +210,4 @@ export class StopLoggingCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_StopLoggingCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-cloudtrail/src/commands/UpdateChannelCommand.ts b/clients/client-cloudtrail/src/commands/UpdateChannelCommand.ts index 402ce2dd545c..233f6dc4c69f 100644 --- a/clients/client-cloudtrail/src/commands/UpdateChannelCommand.ts +++ b/clients/client-cloudtrail/src/commands/UpdateChannelCommand.ts @@ -120,9 +120,6 @@ export class UpdateChannelCommand extends $Command< UpdateChannelCommandOutput, CloudTrailClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -136,9 +133,7 @@ export class UpdateChannelCommand extends $Command< * @public */ constructor(readonly input: UpdateChannelCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -189,7 +184,4 @@ export class UpdateChannelCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdateChannelCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-cloudtrail/src/commands/UpdateEventDataStoreCommand.ts b/clients/client-cloudtrail/src/commands/UpdateEventDataStoreCommand.ts index 4fa2c44d3d6e..659d8419afff 100644 --- a/clients/client-cloudtrail/src/commands/UpdateEventDataStoreCommand.ts +++ b/clients/client-cloudtrail/src/commands/UpdateEventDataStoreCommand.ts @@ -256,9 +256,6 @@ export class UpdateEventDataStoreCommand extends $Command< UpdateEventDataStoreCommandOutput, CloudTrailClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -272,9 +269,7 @@ export class UpdateEventDataStoreCommand extends $Command< * @public */ constructor(readonly input: UpdateEventDataStoreCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -327,7 +322,4 @@ export class UpdateEventDataStoreCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdateEventDataStoreCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-cloudtrail/src/commands/UpdateTrailCommand.ts b/clients/client-cloudtrail/src/commands/UpdateTrailCommand.ts index 0f47fa778799..6ade16be4f37 100644 --- a/clients/client-cloudtrail/src/commands/UpdateTrailCommand.ts +++ b/clients/client-cloudtrail/src/commands/UpdateTrailCommand.ts @@ -275,9 +275,6 @@ export class UpdateTrailCommand extends $Command< UpdateTrailCommandOutput, CloudTrailClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -291,9 +288,7 @@ export class UpdateTrailCommand extends $Command< * @public */ constructor(readonly input: UpdateTrailCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -344,7 +339,4 @@ export class UpdateTrailCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdateTrailCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-cloudwatch-events/package.json b/clients/client-cloudwatch-events/package.json index 26d3bfbc47f3..58cf223dfe74 100644 --- a/clients/client-cloudwatch-events/package.json +++ b/clients/client-cloudwatch-events/package.json @@ -34,29 +34,29 @@ "@aws-sdk/util-endpoints": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@smithy/config-resolver": "^2.0.16", - "@smithy/fetch-http-handler": "^2.2.4", - "@smithy/hash-node": "^2.0.12", - "@smithy/invalid-dependency": "^2.0.12", - "@smithy/middleware-content-length": "^2.0.14", - "@smithy/middleware-endpoint": "^2.1.3", - "@smithy/middleware-retry": "^2.0.18", - "@smithy/middleware-serde": "^2.0.12", - "@smithy/middleware-stack": "^2.0.6", - "@smithy/node-config-provider": "^2.1.3", - "@smithy/node-http-handler": "^2.1.8", - "@smithy/protocol-http": "^3.0.8", - "@smithy/smithy-client": "^2.1.12", - "@smithy/types": "^2.4.0", - "@smithy/url-parser": "^2.0.12", - "@smithy/util-base64": "^2.0.0", + "@smithy/config-resolver": "^2.0.18", + "@smithy/fetch-http-handler": "^2.2.6", + "@smithy/hash-node": "^2.0.15", + "@smithy/invalid-dependency": "^2.0.13", + "@smithy/middleware-content-length": "^2.0.15", + "@smithy/middleware-endpoint": "^2.2.0", + "@smithy/middleware-retry": "^2.0.20", + "@smithy/middleware-serde": "^2.0.13", + "@smithy/middleware-stack": "^2.0.7", + "@smithy/node-config-provider": "^2.1.5", + "@smithy/node-http-handler": "^2.1.9", + "@smithy/protocol-http": "^3.0.9", + "@smithy/smithy-client": "^2.1.15", + "@smithy/types": "^2.5.0", + "@smithy/url-parser": "^2.0.13", + "@smithy/util-base64": "^2.0.1", "@smithy/util-body-length-browser": "^2.0.0", "@smithy/util-body-length-node": "^2.1.0", - "@smithy/util-defaults-mode-browser": "^2.0.16", - "@smithy/util-defaults-mode-node": "^2.0.21", - "@smithy/util-endpoints": "^1.0.2", - "@smithy/util-retry": "^2.0.5", - "@smithy/util-utf8": "^2.0.0", + "@smithy/util-defaults-mode-browser": "^2.0.19", + "@smithy/util-defaults-mode-node": "^2.0.25", + "@smithy/util-endpoints": "^1.0.4", + "@smithy/util-retry": "^2.0.6", + "@smithy/util-utf8": "^2.0.2", "tslib": "^2.5.0" }, "devDependencies": { diff --git a/clients/client-cloudwatch-events/src/commands/ActivateEventSourceCommand.ts b/clients/client-cloudwatch-events/src/commands/ActivateEventSourceCommand.ts index d691925c6d16..219095bcba21 100644 --- a/clients/client-cloudwatch-events/src/commands/ActivateEventSourceCommand.ts +++ b/clients/client-cloudwatch-events/src/commands/ActivateEventSourceCommand.ts @@ -84,9 +84,6 @@ export class ActivateEventSourceCommand extends $Command< ActivateEventSourceCommandOutput, CloudWatchEventsClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -100,9 +97,7 @@ export class ActivateEventSourceCommand extends $Command< * @public */ constructor(readonly input: ActivateEventSourceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -155,7 +150,4 @@ export class ActivateEventSourceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ActivateEventSourceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-cloudwatch-events/src/commands/CancelReplayCommand.ts b/clients/client-cloudwatch-events/src/commands/CancelReplayCommand.ts index cd9e3eabf8fa..b770322b85a3 100644 --- a/clients/client-cloudwatch-events/src/commands/CancelReplayCommand.ts +++ b/clients/client-cloudwatch-events/src/commands/CancelReplayCommand.ts @@ -85,9 +85,6 @@ export class CancelReplayCommand extends $Command< CancelReplayCommandOutput, CloudWatchEventsClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -101,9 +98,7 @@ export class CancelReplayCommand extends $Command< * @public */ constructor(readonly input: CancelReplayCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -154,7 +149,4 @@ export class CancelReplayCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CancelReplayCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-cloudwatch-events/src/commands/CreateApiDestinationCommand.ts b/clients/client-cloudwatch-events/src/commands/CreateApiDestinationCommand.ts index 4b8fddb06712..ede7a2ea7ca1 100644 --- a/clients/client-cloudwatch-events/src/commands/CreateApiDestinationCommand.ts +++ b/clients/client-cloudwatch-events/src/commands/CreateApiDestinationCommand.ts @@ -92,9 +92,6 @@ export class CreateApiDestinationCommand extends $Command< CreateApiDestinationCommandOutput, CloudWatchEventsClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -108,9 +105,7 @@ export class CreateApiDestinationCommand extends $Command< * @public */ constructor(readonly input: CreateApiDestinationCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -163,7 +158,4 @@ export class CreateApiDestinationCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateApiDestinationCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-cloudwatch-events/src/commands/CreateArchiveCommand.ts b/clients/client-cloudwatch-events/src/commands/CreateArchiveCommand.ts index 36a4f7df6fa7..0488b3ed7f29 100644 --- a/clients/client-cloudwatch-events/src/commands/CreateArchiveCommand.ts +++ b/clients/client-cloudwatch-events/src/commands/CreateArchiveCommand.ts @@ -100,9 +100,6 @@ export class CreateArchiveCommand extends $Command< CreateArchiveCommandOutput, CloudWatchEventsClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -116,9 +113,7 @@ export class CreateArchiveCommand extends $Command< * @public */ constructor(readonly input: CreateArchiveCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -169,7 +164,4 @@ export class CreateArchiveCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateArchiveCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-cloudwatch-events/src/commands/CreateConnectionCommand.ts b/clients/client-cloudwatch-events/src/commands/CreateConnectionCommand.ts index d2d6d0e7a758..76f24591fb40 100644 --- a/clients/client-cloudwatch-events/src/commands/CreateConnectionCommand.ts +++ b/clients/client-cloudwatch-events/src/commands/CreateConnectionCommand.ts @@ -154,9 +154,6 @@ export class CreateConnectionCommand extends $Command< CreateConnectionCommandOutput, CloudWatchEventsClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -170,9 +167,7 @@ export class CreateConnectionCommand extends $Command< * @public */ constructor(readonly input: CreateConnectionCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -225,7 +220,4 @@ export class CreateConnectionCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateConnectionCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-cloudwatch-events/src/commands/CreateEventBusCommand.ts b/clients/client-cloudwatch-events/src/commands/CreateEventBusCommand.ts index acacd474bd42..ff54749ca0ac 100644 --- a/clients/client-cloudwatch-events/src/commands/CreateEventBusCommand.ts +++ b/clients/client-cloudwatch-events/src/commands/CreateEventBusCommand.ts @@ -101,9 +101,6 @@ export class CreateEventBusCommand extends $Command< CreateEventBusCommandOutput, CloudWatchEventsClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -117,9 +114,7 @@ export class CreateEventBusCommand extends $Command< * @public */ constructor(readonly input: CreateEventBusCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -172,7 +167,4 @@ export class CreateEventBusCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateEventBusCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-cloudwatch-events/src/commands/CreatePartnerEventSourceCommand.ts b/clients/client-cloudwatch-events/src/commands/CreatePartnerEventSourceCommand.ts index cbb57781bcb8..31ad6fde4d0a 100644 --- a/clients/client-cloudwatch-events/src/commands/CreatePartnerEventSourceCommand.ts +++ b/clients/client-cloudwatch-events/src/commands/CreatePartnerEventSourceCommand.ts @@ -110,9 +110,6 @@ export class CreatePartnerEventSourceCommand extends $Command< CreatePartnerEventSourceCommandOutput, CloudWatchEventsClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -126,9 +123,7 @@ export class CreatePartnerEventSourceCommand extends $Command< * @public */ constructor(readonly input: CreatePartnerEventSourceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -181,7 +176,4 @@ export class CreatePartnerEventSourceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreatePartnerEventSourceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-cloudwatch-events/src/commands/DeactivateEventSourceCommand.ts b/clients/client-cloudwatch-events/src/commands/DeactivateEventSourceCommand.ts index 28d47bff3a3e..25918b13d184 100644 --- a/clients/client-cloudwatch-events/src/commands/DeactivateEventSourceCommand.ts +++ b/clients/client-cloudwatch-events/src/commands/DeactivateEventSourceCommand.ts @@ -87,9 +87,6 @@ export class DeactivateEventSourceCommand extends $Command< DeactivateEventSourceCommandOutput, CloudWatchEventsClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -103,9 +100,7 @@ export class DeactivateEventSourceCommand extends $Command< * @public */ constructor(readonly input: DeactivateEventSourceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -158,7 +153,4 @@ export class DeactivateEventSourceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeactivateEventSourceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-cloudwatch-events/src/commands/DeauthorizeConnectionCommand.ts b/clients/client-cloudwatch-events/src/commands/DeauthorizeConnectionCommand.ts index 527b852853d4..b459542b3fd1 100644 --- a/clients/client-cloudwatch-events/src/commands/DeauthorizeConnectionCommand.ts +++ b/clients/client-cloudwatch-events/src/commands/DeauthorizeConnectionCommand.ts @@ -84,9 +84,6 @@ export class DeauthorizeConnectionCommand extends $Command< DeauthorizeConnectionCommandOutput, CloudWatchEventsClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -100,9 +97,7 @@ export class DeauthorizeConnectionCommand extends $Command< * @public */ constructor(readonly input: DeauthorizeConnectionCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -155,7 +150,4 @@ export class DeauthorizeConnectionCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeauthorizeConnectionCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-cloudwatch-events/src/commands/DeleteApiDestinationCommand.ts b/clients/client-cloudwatch-events/src/commands/DeleteApiDestinationCommand.ts index d61712c42f75..d82ba0de00c6 100644 --- a/clients/client-cloudwatch-events/src/commands/DeleteApiDestinationCommand.ts +++ b/clients/client-cloudwatch-events/src/commands/DeleteApiDestinationCommand.ts @@ -77,9 +77,6 @@ export class DeleteApiDestinationCommand extends $Command< DeleteApiDestinationCommandOutput, CloudWatchEventsClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -93,9 +90,7 @@ export class DeleteApiDestinationCommand extends $Command< * @public */ constructor(readonly input: DeleteApiDestinationCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -148,7 +143,4 @@ export class DeleteApiDestinationCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteApiDestinationCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-cloudwatch-events/src/commands/DeleteArchiveCommand.ts b/clients/client-cloudwatch-events/src/commands/DeleteArchiveCommand.ts index 5eda5d5d45f2..ca24fe23950b 100644 --- a/clients/client-cloudwatch-events/src/commands/DeleteArchiveCommand.ts +++ b/clients/client-cloudwatch-events/src/commands/DeleteArchiveCommand.ts @@ -77,9 +77,6 @@ export class DeleteArchiveCommand extends $Command< DeleteArchiveCommandOutput, CloudWatchEventsClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -93,9 +90,7 @@ export class DeleteArchiveCommand extends $Command< * @public */ constructor(readonly input: DeleteArchiveCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -146,7 +141,4 @@ export class DeleteArchiveCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteArchiveCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-cloudwatch-events/src/commands/DeleteConnectionCommand.ts b/clients/client-cloudwatch-events/src/commands/DeleteConnectionCommand.ts index 6d4222cc699c..674fe255d817 100644 --- a/clients/client-cloudwatch-events/src/commands/DeleteConnectionCommand.ts +++ b/clients/client-cloudwatch-events/src/commands/DeleteConnectionCommand.ts @@ -83,9 +83,6 @@ export class DeleteConnectionCommand extends $Command< DeleteConnectionCommandOutput, CloudWatchEventsClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -99,9 +96,7 @@ export class DeleteConnectionCommand extends $Command< * @public */ constructor(readonly input: DeleteConnectionCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -154,7 +149,4 @@ export class DeleteConnectionCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteConnectionCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-cloudwatch-events/src/commands/DeleteEventBusCommand.ts b/clients/client-cloudwatch-events/src/commands/DeleteEventBusCommand.ts index 0eb569a6f7f4..29fcdfd1dff7 100644 --- a/clients/client-cloudwatch-events/src/commands/DeleteEventBusCommand.ts +++ b/clients/client-cloudwatch-events/src/commands/DeleteEventBusCommand.ts @@ -75,9 +75,6 @@ export class DeleteEventBusCommand extends $Command< DeleteEventBusCommandOutput, CloudWatchEventsClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -91,9 +88,7 @@ export class DeleteEventBusCommand extends $Command< * @public */ constructor(readonly input: DeleteEventBusCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -146,7 +141,4 @@ export class DeleteEventBusCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteEventBusCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-cloudwatch-events/src/commands/DeletePartnerEventSourceCommand.ts b/clients/client-cloudwatch-events/src/commands/DeletePartnerEventSourceCommand.ts index 06755bb6af3e..70aec20782d5 100644 --- a/clients/client-cloudwatch-events/src/commands/DeletePartnerEventSourceCommand.ts +++ b/clients/client-cloudwatch-events/src/commands/DeletePartnerEventSourceCommand.ts @@ -82,9 +82,6 @@ export class DeletePartnerEventSourceCommand extends $Command< DeletePartnerEventSourceCommandOutput, CloudWatchEventsClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -98,9 +95,7 @@ export class DeletePartnerEventSourceCommand extends $Command< * @public */ constructor(readonly input: DeletePartnerEventSourceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -153,7 +148,4 @@ export class DeletePartnerEventSourceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeletePartnerEventSourceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-cloudwatch-events/src/commands/DeleteRuleCommand.ts b/clients/client-cloudwatch-events/src/commands/DeleteRuleCommand.ts index 06621968c29a..751c0f8f088d 100644 --- a/clients/client-cloudwatch-events/src/commands/DeleteRuleCommand.ts +++ b/clients/client-cloudwatch-events/src/commands/DeleteRuleCommand.ts @@ -97,9 +97,6 @@ export class DeleteRuleCommand extends $Command< DeleteRuleCommandOutput, CloudWatchEventsClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -113,9 +110,7 @@ export class DeleteRuleCommand extends $Command< * @public */ constructor(readonly input: DeleteRuleCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -166,7 +161,4 @@ export class DeleteRuleCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteRuleCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-cloudwatch-events/src/commands/DescribeApiDestinationCommand.ts b/clients/client-cloudwatch-events/src/commands/DescribeApiDestinationCommand.ts index 512e0d6301d1..16ff47bcaa10 100644 --- a/clients/client-cloudwatch-events/src/commands/DescribeApiDestinationCommand.ts +++ b/clients/client-cloudwatch-events/src/commands/DescribeApiDestinationCommand.ts @@ -85,9 +85,6 @@ export class DescribeApiDestinationCommand extends $Command< DescribeApiDestinationCommandOutput, CloudWatchEventsClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -101,9 +98,7 @@ export class DescribeApiDestinationCommand extends $Command< * @public */ constructor(readonly input: DescribeApiDestinationCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -156,7 +151,4 @@ export class DescribeApiDestinationCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DescribeApiDestinationCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-cloudwatch-events/src/commands/DescribeArchiveCommand.ts b/clients/client-cloudwatch-events/src/commands/DescribeArchiveCommand.ts index eb57f0a2aead..a18bdd849cc2 100644 --- a/clients/client-cloudwatch-events/src/commands/DescribeArchiveCommand.ts +++ b/clients/client-cloudwatch-events/src/commands/DescribeArchiveCommand.ts @@ -89,9 +89,6 @@ export class DescribeArchiveCommand extends $Command< DescribeArchiveCommandOutput, CloudWatchEventsClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -105,9 +102,7 @@ export class DescribeArchiveCommand extends $Command< * @public */ constructor(readonly input: DescribeArchiveCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -160,7 +155,4 @@ export class DescribeArchiveCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DescribeArchiveCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-cloudwatch-events/src/commands/DescribeConnectionCommand.ts b/clients/client-cloudwatch-events/src/commands/DescribeConnectionCommand.ts index 7de64f972e5c..a79f2c790f7f 100644 --- a/clients/client-cloudwatch-events/src/commands/DescribeConnectionCommand.ts +++ b/clients/client-cloudwatch-events/src/commands/DescribeConnectionCommand.ts @@ -150,9 +150,6 @@ export class DescribeConnectionCommand extends $Command< DescribeConnectionCommandOutput, CloudWatchEventsClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -166,9 +163,7 @@ export class DescribeConnectionCommand extends $Command< * @public */ constructor(readonly input: DescribeConnectionCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -221,7 +216,4 @@ export class DescribeConnectionCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DescribeConnectionCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-cloudwatch-events/src/commands/DescribeEventBusCommand.ts b/clients/client-cloudwatch-events/src/commands/DescribeEventBusCommand.ts index 96215d7ac64f..935c8397f3ed 100644 --- a/clients/client-cloudwatch-events/src/commands/DescribeEventBusCommand.ts +++ b/clients/client-cloudwatch-events/src/commands/DescribeEventBusCommand.ts @@ -84,9 +84,6 @@ export class DescribeEventBusCommand extends $Command< DescribeEventBusCommandOutput, CloudWatchEventsClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -100,9 +97,7 @@ export class DescribeEventBusCommand extends $Command< * @public */ constructor(readonly input: DescribeEventBusCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -155,7 +150,4 @@ export class DescribeEventBusCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DescribeEventBusCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-cloudwatch-events/src/commands/DescribeEventSourceCommand.ts b/clients/client-cloudwatch-events/src/commands/DescribeEventSourceCommand.ts index 4505f679df1c..42271277de38 100644 --- a/clients/client-cloudwatch-events/src/commands/DescribeEventSourceCommand.ts +++ b/clients/client-cloudwatch-events/src/commands/DescribeEventSourceCommand.ts @@ -85,9 +85,6 @@ export class DescribeEventSourceCommand extends $Command< DescribeEventSourceCommandOutput, CloudWatchEventsClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -101,9 +98,7 @@ export class DescribeEventSourceCommand extends $Command< * @public */ constructor(readonly input: DescribeEventSourceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -156,7 +151,4 @@ export class DescribeEventSourceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DescribeEventSourceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-cloudwatch-events/src/commands/DescribePartnerEventSourceCommand.ts b/clients/client-cloudwatch-events/src/commands/DescribePartnerEventSourceCommand.ts index 7b1e86eebbd0..c94dd138dc3b 100644 --- a/clients/client-cloudwatch-events/src/commands/DescribePartnerEventSourceCommand.ts +++ b/clients/client-cloudwatch-events/src/commands/DescribePartnerEventSourceCommand.ts @@ -83,9 +83,6 @@ export class DescribePartnerEventSourceCommand extends $Command< DescribePartnerEventSourceCommandOutput, CloudWatchEventsClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -99,9 +96,7 @@ export class DescribePartnerEventSourceCommand extends $Command< * @public */ constructor(readonly input: DescribePartnerEventSourceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -157,7 +152,4 @@ export class DescribePartnerEventSourceCommand extends $Command< ): Promise { return de_DescribePartnerEventSourceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-cloudwatch-events/src/commands/DescribeReplayCommand.ts b/clients/client-cloudwatch-events/src/commands/DescribeReplayCommand.ts index dd274dd7f030..d1ba8471e8f0 100644 --- a/clients/client-cloudwatch-events/src/commands/DescribeReplayCommand.ts +++ b/clients/client-cloudwatch-events/src/commands/DescribeReplayCommand.ts @@ -100,9 +100,6 @@ export class DescribeReplayCommand extends $Command< DescribeReplayCommandOutput, CloudWatchEventsClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -116,9 +113,7 @@ export class DescribeReplayCommand extends $Command< * @public */ constructor(readonly input: DescribeReplayCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -171,7 +166,4 @@ export class DescribeReplayCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DescribeReplayCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-cloudwatch-events/src/commands/DescribeRuleCommand.ts b/clients/client-cloudwatch-events/src/commands/DescribeRuleCommand.ts index 16fab1376fe2..3d0fa131f32c 100644 --- a/clients/client-cloudwatch-events/src/commands/DescribeRuleCommand.ts +++ b/clients/client-cloudwatch-events/src/commands/DescribeRuleCommand.ts @@ -88,9 +88,6 @@ export class DescribeRuleCommand extends $Command< DescribeRuleCommandOutput, CloudWatchEventsClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -104,9 +101,7 @@ export class DescribeRuleCommand extends $Command< * @public */ constructor(readonly input: DescribeRuleCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -157,7 +152,4 @@ export class DescribeRuleCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DescribeRuleCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-cloudwatch-events/src/commands/DisableRuleCommand.ts b/clients/client-cloudwatch-events/src/commands/DisableRuleCommand.ts index 399a7efaae74..fb2f74a40267 100644 --- a/clients/client-cloudwatch-events/src/commands/DisableRuleCommand.ts +++ b/clients/client-cloudwatch-events/src/commands/DisableRuleCommand.ts @@ -89,9 +89,6 @@ export class DisableRuleCommand extends $Command< DisableRuleCommandOutput, CloudWatchEventsClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -105,9 +102,7 @@ export class DisableRuleCommand extends $Command< * @public */ constructor(readonly input: DisableRuleCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -158,7 +153,4 @@ export class DisableRuleCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DisableRuleCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-cloudwatch-events/src/commands/EnableRuleCommand.ts b/clients/client-cloudwatch-events/src/commands/EnableRuleCommand.ts index 0d901fb54ea1..0d9f80d63a8a 100644 --- a/clients/client-cloudwatch-events/src/commands/EnableRuleCommand.ts +++ b/clients/client-cloudwatch-events/src/commands/EnableRuleCommand.ts @@ -88,9 +88,6 @@ export class EnableRuleCommand extends $Command< EnableRuleCommandOutput, CloudWatchEventsClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -104,9 +101,7 @@ export class EnableRuleCommand extends $Command< * @public */ constructor(readonly input: EnableRuleCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -157,7 +152,4 @@ export class EnableRuleCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_EnableRuleCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-cloudwatch-events/src/commands/ListApiDestinationsCommand.ts b/clients/client-cloudwatch-events/src/commands/ListApiDestinationsCommand.ts index 5279e5953b85..1e9a15b69aa8 100644 --- a/clients/client-cloudwatch-events/src/commands/ListApiDestinationsCommand.ts +++ b/clients/client-cloudwatch-events/src/commands/ListApiDestinationsCommand.ts @@ -89,9 +89,6 @@ export class ListApiDestinationsCommand extends $Command< ListApiDestinationsCommandOutput, CloudWatchEventsClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -105,9 +102,7 @@ export class ListApiDestinationsCommand extends $Command< * @public */ constructor(readonly input: ListApiDestinationsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -160,7 +155,4 @@ export class ListApiDestinationsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListApiDestinationsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-cloudwatch-events/src/commands/ListArchivesCommand.ts b/clients/client-cloudwatch-events/src/commands/ListArchivesCommand.ts index 8774d9b43609..a2f015c914b1 100644 --- a/clients/client-cloudwatch-events/src/commands/ListArchivesCommand.ts +++ b/clients/client-cloudwatch-events/src/commands/ListArchivesCommand.ts @@ -93,9 +93,6 @@ export class ListArchivesCommand extends $Command< ListArchivesCommandOutput, CloudWatchEventsClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -109,9 +106,7 @@ export class ListArchivesCommand extends $Command< * @public */ constructor(readonly input: ListArchivesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -162,7 +157,4 @@ export class ListArchivesCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListArchivesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-cloudwatch-events/src/commands/ListConnectionsCommand.ts b/clients/client-cloudwatch-events/src/commands/ListConnectionsCommand.ts index 529d7d8b488c..2ace07fe6f1d 100644 --- a/clients/client-cloudwatch-events/src/commands/ListConnectionsCommand.ts +++ b/clients/client-cloudwatch-events/src/commands/ListConnectionsCommand.ts @@ -88,9 +88,6 @@ export class ListConnectionsCommand extends $Command< ListConnectionsCommandOutput, CloudWatchEventsClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -104,9 +101,7 @@ export class ListConnectionsCommand extends $Command< * @public */ constructor(readonly input: ListConnectionsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -159,7 +154,4 @@ export class ListConnectionsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListConnectionsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-cloudwatch-events/src/commands/ListEventBusesCommand.ts b/clients/client-cloudwatch-events/src/commands/ListEventBusesCommand.ts index 432bdf48eace..1a508d7f611f 100644 --- a/clients/client-cloudwatch-events/src/commands/ListEventBusesCommand.ts +++ b/clients/client-cloudwatch-events/src/commands/ListEventBusesCommand.ts @@ -83,9 +83,6 @@ export class ListEventBusesCommand extends $Command< ListEventBusesCommandOutput, CloudWatchEventsClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -99,9 +96,7 @@ export class ListEventBusesCommand extends $Command< * @public */ constructor(readonly input: ListEventBusesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -154,7 +149,4 @@ export class ListEventBusesCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListEventBusesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-cloudwatch-events/src/commands/ListEventSourcesCommand.ts b/clients/client-cloudwatch-events/src/commands/ListEventSourcesCommand.ts index 646820a368a4..8eee72b1663d 100644 --- a/clients/client-cloudwatch-events/src/commands/ListEventSourcesCommand.ts +++ b/clients/client-cloudwatch-events/src/commands/ListEventSourcesCommand.ts @@ -89,9 +89,6 @@ export class ListEventSourcesCommand extends $Command< ListEventSourcesCommandOutput, CloudWatchEventsClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -105,9 +102,7 @@ export class ListEventSourcesCommand extends $Command< * @public */ constructor(readonly input: ListEventSourcesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -160,7 +155,4 @@ export class ListEventSourcesCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListEventSourcesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-cloudwatch-events/src/commands/ListPartnerEventSourceAccountsCommand.ts b/clients/client-cloudwatch-events/src/commands/ListPartnerEventSourceAccountsCommand.ts index 4182f6d3fde8..2578839d509a 100644 --- a/clients/client-cloudwatch-events/src/commands/ListPartnerEventSourceAccountsCommand.ts +++ b/clients/client-cloudwatch-events/src/commands/ListPartnerEventSourceAccountsCommand.ts @@ -96,9 +96,6 @@ export class ListPartnerEventSourceAccountsCommand extends $Command< ListPartnerEventSourceAccountsCommandOutput, CloudWatchEventsClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -112,9 +109,7 @@ export class ListPartnerEventSourceAccountsCommand extends $Command< * @public */ constructor(readonly input: ListPartnerEventSourceAccountsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -173,7 +168,4 @@ export class ListPartnerEventSourceAccountsCommand extends $Command< ): Promise { return de_ListPartnerEventSourceAccountsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-cloudwatch-events/src/commands/ListPartnerEventSourcesCommand.ts b/clients/client-cloudwatch-events/src/commands/ListPartnerEventSourcesCommand.ts index 988ca00e5117..263ebe232e2f 100644 --- a/clients/client-cloudwatch-events/src/commands/ListPartnerEventSourcesCommand.ts +++ b/clients/client-cloudwatch-events/src/commands/ListPartnerEventSourcesCommand.ts @@ -85,9 +85,6 @@ export class ListPartnerEventSourcesCommand extends $Command< ListPartnerEventSourcesCommandOutput, CloudWatchEventsClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -101,9 +98,7 @@ export class ListPartnerEventSourcesCommand extends $Command< * @public */ constructor(readonly input: ListPartnerEventSourcesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -156,7 +151,4 @@ export class ListPartnerEventSourcesCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListPartnerEventSourcesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-cloudwatch-events/src/commands/ListReplaysCommand.ts b/clients/client-cloudwatch-events/src/commands/ListReplaysCommand.ts index f67ae705d26b..4419096813a9 100644 --- a/clients/client-cloudwatch-events/src/commands/ListReplaysCommand.ts +++ b/clients/client-cloudwatch-events/src/commands/ListReplaysCommand.ts @@ -91,9 +91,6 @@ export class ListReplaysCommand extends $Command< ListReplaysCommandOutput, CloudWatchEventsClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -107,9 +104,7 @@ export class ListReplaysCommand extends $Command< * @public */ constructor(readonly input: ListReplaysCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -160,7 +155,4 @@ export class ListReplaysCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListReplaysCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-cloudwatch-events/src/commands/ListRuleNamesByTargetCommand.ts b/clients/client-cloudwatch-events/src/commands/ListRuleNamesByTargetCommand.ts index 681769b32704..23620c4bfbdf 100644 --- a/clients/client-cloudwatch-events/src/commands/ListRuleNamesByTargetCommand.ts +++ b/clients/client-cloudwatch-events/src/commands/ListRuleNamesByTargetCommand.ts @@ -83,9 +83,6 @@ export class ListRuleNamesByTargetCommand extends $Command< ListRuleNamesByTargetCommandOutput, CloudWatchEventsClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -99,9 +96,7 @@ export class ListRuleNamesByTargetCommand extends $Command< * @public */ constructor(readonly input: ListRuleNamesByTargetCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -154,7 +149,4 @@ export class ListRuleNamesByTargetCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListRuleNamesByTargetCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-cloudwatch-events/src/commands/ListRulesCommand.ts b/clients/client-cloudwatch-events/src/commands/ListRulesCommand.ts index f05fa87a3425..a7592043cfe8 100644 --- a/clients/client-cloudwatch-events/src/commands/ListRulesCommand.ts +++ b/clients/client-cloudwatch-events/src/commands/ListRulesCommand.ts @@ -95,9 +95,6 @@ export class ListRulesCommand extends $Command< ListRulesCommandOutput, CloudWatchEventsClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -111,9 +108,7 @@ export class ListRulesCommand extends $Command< * @public */ constructor(readonly input: ListRulesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -164,7 +159,4 @@ export class ListRulesCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListRulesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-cloudwatch-events/src/commands/ListTagsForResourceCommand.ts b/clients/client-cloudwatch-events/src/commands/ListTagsForResourceCommand.ts index 11c451a14780..4ea64da4d8d4 100644 --- a/clients/client-cloudwatch-events/src/commands/ListTagsForResourceCommand.ts +++ b/clients/client-cloudwatch-events/src/commands/ListTagsForResourceCommand.ts @@ -82,9 +82,6 @@ export class ListTagsForResourceCommand extends $Command< ListTagsForResourceCommandOutput, CloudWatchEventsClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -98,9 +95,7 @@ export class ListTagsForResourceCommand extends $Command< * @public */ constructor(readonly input: ListTagsForResourceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -153,7 +148,4 @@ export class ListTagsForResourceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListTagsForResourceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-cloudwatch-events/src/commands/ListTargetsByRuleCommand.ts b/clients/client-cloudwatch-events/src/commands/ListTargetsByRuleCommand.ts index a8e80ffdef6f..4e8b9c1241d3 100644 --- a/clients/client-cloudwatch-events/src/commands/ListTargetsByRuleCommand.ts +++ b/clients/client-cloudwatch-events/src/commands/ListTargetsByRuleCommand.ts @@ -201,9 +201,6 @@ export class ListTargetsByRuleCommand extends $Command< ListTargetsByRuleCommandOutput, CloudWatchEventsClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -217,9 +214,7 @@ export class ListTargetsByRuleCommand extends $Command< * @public */ constructor(readonly input: ListTargetsByRuleCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -272,7 +267,4 @@ export class ListTargetsByRuleCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListTargetsByRuleCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-cloudwatch-events/src/commands/PutEventsCommand.ts b/clients/client-cloudwatch-events/src/commands/PutEventsCommand.ts index aedfedfc939a..3bff7c3cbff9 100644 --- a/clients/client-cloudwatch-events/src/commands/PutEventsCommand.ts +++ b/clients/client-cloudwatch-events/src/commands/PutEventsCommand.ts @@ -92,9 +92,6 @@ export class PutEventsCommand extends $Command< PutEventsCommandOutput, CloudWatchEventsClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -108,9 +105,7 @@ export class PutEventsCommand extends $Command< * @public */ constructor(readonly input: PutEventsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -161,7 +156,4 @@ export class PutEventsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_PutEventsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-cloudwatch-events/src/commands/PutPartnerEventsCommand.ts b/clients/client-cloudwatch-events/src/commands/PutPartnerEventsCommand.ts index 872ad4d08f52..5c29ce86f5c9 100644 --- a/clients/client-cloudwatch-events/src/commands/PutPartnerEventsCommand.ts +++ b/clients/client-cloudwatch-events/src/commands/PutPartnerEventsCommand.ts @@ -94,9 +94,6 @@ export class PutPartnerEventsCommand extends $Command< PutPartnerEventsCommandOutput, CloudWatchEventsClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -110,9 +107,7 @@ export class PutPartnerEventsCommand extends $Command< * @public */ constructor(readonly input: PutPartnerEventsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -165,7 +160,4 @@ export class PutPartnerEventsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_PutPartnerEventsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-cloudwatch-events/src/commands/PutPermissionCommand.ts b/clients/client-cloudwatch-events/src/commands/PutPermissionCommand.ts index a173b52106eb..379822e6da2d 100644 --- a/clients/client-cloudwatch-events/src/commands/PutPermissionCommand.ts +++ b/clients/client-cloudwatch-events/src/commands/PutPermissionCommand.ts @@ -108,9 +108,6 @@ export class PutPermissionCommand extends $Command< PutPermissionCommandOutput, CloudWatchEventsClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -124,9 +121,7 @@ export class PutPermissionCommand extends $Command< * @public */ constructor(readonly input: PutPermissionCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -177,7 +172,4 @@ export class PutPermissionCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_PutPermissionCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-cloudwatch-events/src/commands/PutRuleCommand.ts b/clients/client-cloudwatch-events/src/commands/PutRuleCommand.ts index 6c5e7c88cbfc..e2a994b42047 100644 --- a/clients/client-cloudwatch-events/src/commands/PutRuleCommand.ts +++ b/clients/client-cloudwatch-events/src/commands/PutRuleCommand.ts @@ -145,9 +145,6 @@ export class PutRuleCommand extends $Command< PutRuleCommandOutput, CloudWatchEventsClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -161,9 +158,7 @@ export class PutRuleCommand extends $Command< * @public */ constructor(readonly input: PutRuleCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -214,7 +209,4 @@ export class PutRuleCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_PutRuleCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-cloudwatch-events/src/commands/PutTargetsCommand.ts b/clients/client-cloudwatch-events/src/commands/PutTargetsCommand.ts index 4e096268a9a0..4548dbaf2768 100644 --- a/clients/client-cloudwatch-events/src/commands/PutTargetsCommand.ts +++ b/clients/client-cloudwatch-events/src/commands/PutTargetsCommand.ts @@ -373,9 +373,6 @@ export class PutTargetsCommand extends $Command< PutTargetsCommandOutput, CloudWatchEventsClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -389,9 +386,7 @@ export class PutTargetsCommand extends $Command< * @public */ constructor(readonly input: PutTargetsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -442,7 +437,4 @@ export class PutTargetsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_PutTargetsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-cloudwatch-events/src/commands/RemovePermissionCommand.ts b/clients/client-cloudwatch-events/src/commands/RemovePermissionCommand.ts index 2891e2786814..6a38ff7d3a69 100644 --- a/clients/client-cloudwatch-events/src/commands/RemovePermissionCommand.ts +++ b/clients/client-cloudwatch-events/src/commands/RemovePermissionCommand.ts @@ -85,9 +85,6 @@ export class RemovePermissionCommand extends $Command< RemovePermissionCommandOutput, CloudWatchEventsClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -101,9 +98,7 @@ export class RemovePermissionCommand extends $Command< * @public */ constructor(readonly input: RemovePermissionCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -156,7 +151,4 @@ export class RemovePermissionCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_RemovePermissionCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-cloudwatch-events/src/commands/RemoveTargetsCommand.ts b/clients/client-cloudwatch-events/src/commands/RemoveTargetsCommand.ts index 840e5ced2900..ac0e16d91d2e 100644 --- a/clients/client-cloudwatch-events/src/commands/RemoveTargetsCommand.ts +++ b/clients/client-cloudwatch-events/src/commands/RemoveTargetsCommand.ts @@ -105,9 +105,6 @@ export class RemoveTargetsCommand extends $Command< RemoveTargetsCommandOutput, CloudWatchEventsClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -121,9 +118,7 @@ export class RemoveTargetsCommand extends $Command< * @public */ constructor(readonly input: RemoveTargetsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -174,7 +169,4 @@ export class RemoveTargetsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_RemoveTargetsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-cloudwatch-events/src/commands/StartReplayCommand.ts b/clients/client-cloudwatch-events/src/commands/StartReplayCommand.ts index 99e8e102500d..fdbf73fe2c79 100644 --- a/clients/client-cloudwatch-events/src/commands/StartReplayCommand.ts +++ b/clients/client-cloudwatch-events/src/commands/StartReplayCommand.ts @@ -107,9 +107,6 @@ export class StartReplayCommand extends $Command< StartReplayCommandOutput, CloudWatchEventsClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -123,9 +120,7 @@ export class StartReplayCommand extends $Command< * @public */ constructor(readonly input: StartReplayCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -176,7 +171,4 @@ export class StartReplayCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_StartReplayCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-cloudwatch-events/src/commands/TagResourceCommand.ts b/clients/client-cloudwatch-events/src/commands/TagResourceCommand.ts index 4501f470c313..0fe12998815b 100644 --- a/clients/client-cloudwatch-events/src/commands/TagResourceCommand.ts +++ b/clients/client-cloudwatch-events/src/commands/TagResourceCommand.ts @@ -101,9 +101,6 @@ export class TagResourceCommand extends $Command< TagResourceCommandOutput, CloudWatchEventsClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -117,9 +114,7 @@ export class TagResourceCommand extends $Command< * @public */ constructor(readonly input: TagResourceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -170,7 +165,4 @@ export class TagResourceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_TagResourceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-cloudwatch-events/src/commands/TestEventPatternCommand.ts b/clients/client-cloudwatch-events/src/commands/TestEventPatternCommand.ts index 2263737a9949..10247b13ccff 100644 --- a/clients/client-cloudwatch-events/src/commands/TestEventPatternCommand.ts +++ b/clients/client-cloudwatch-events/src/commands/TestEventPatternCommand.ts @@ -81,9 +81,6 @@ export class TestEventPatternCommand extends $Command< TestEventPatternCommandOutput, CloudWatchEventsClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -97,9 +94,7 @@ export class TestEventPatternCommand extends $Command< * @public */ constructor(readonly input: TestEventPatternCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -152,7 +147,4 @@ export class TestEventPatternCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_TestEventPatternCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-cloudwatch-events/src/commands/UntagResourceCommand.ts b/clients/client-cloudwatch-events/src/commands/UntagResourceCommand.ts index ff0e40aabd92..05367dc576ae 100644 --- a/clients/client-cloudwatch-events/src/commands/UntagResourceCommand.ts +++ b/clients/client-cloudwatch-events/src/commands/UntagResourceCommand.ts @@ -89,9 +89,6 @@ export class UntagResourceCommand extends $Command< UntagResourceCommandOutput, CloudWatchEventsClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -105,9 +102,7 @@ export class UntagResourceCommand extends $Command< * @public */ constructor(readonly input: UntagResourceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -158,7 +153,4 @@ export class UntagResourceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UntagResourceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-cloudwatch-events/src/commands/UpdateApiDestinationCommand.ts b/clients/client-cloudwatch-events/src/commands/UpdateApiDestinationCommand.ts index ce492a8b4531..f2d0c23b6994 100644 --- a/clients/client-cloudwatch-events/src/commands/UpdateApiDestinationCommand.ts +++ b/clients/client-cloudwatch-events/src/commands/UpdateApiDestinationCommand.ts @@ -91,9 +91,6 @@ export class UpdateApiDestinationCommand extends $Command< UpdateApiDestinationCommandOutput, CloudWatchEventsClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -107,9 +104,7 @@ export class UpdateApiDestinationCommand extends $Command< * @public */ constructor(readonly input: UpdateApiDestinationCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -162,7 +157,4 @@ export class UpdateApiDestinationCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdateApiDestinationCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-cloudwatch-events/src/commands/UpdateArchiveCommand.ts b/clients/client-cloudwatch-events/src/commands/UpdateArchiveCommand.ts index 8104445727f4..e2066a6f33ba 100644 --- a/clients/client-cloudwatch-events/src/commands/UpdateArchiveCommand.ts +++ b/clients/client-cloudwatch-events/src/commands/UpdateArchiveCommand.ts @@ -92,9 +92,6 @@ export class UpdateArchiveCommand extends $Command< UpdateArchiveCommandOutput, CloudWatchEventsClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -108,9 +105,7 @@ export class UpdateArchiveCommand extends $Command< * @public */ constructor(readonly input: UpdateArchiveCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -161,7 +156,4 @@ export class UpdateArchiveCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdateArchiveCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-cloudwatch-events/src/commands/UpdateConnectionCommand.ts b/clients/client-cloudwatch-events/src/commands/UpdateConnectionCommand.ts index e0219fc89c2f..29f196867a6a 100644 --- a/clients/client-cloudwatch-events/src/commands/UpdateConnectionCommand.ts +++ b/clients/client-cloudwatch-events/src/commands/UpdateConnectionCommand.ts @@ -157,9 +157,6 @@ export class UpdateConnectionCommand extends $Command< UpdateConnectionCommandOutput, CloudWatchEventsClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -173,9 +170,7 @@ export class UpdateConnectionCommand extends $Command< * @public */ constructor(readonly input: UpdateConnectionCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -228,7 +223,4 @@ export class UpdateConnectionCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdateConnectionCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-cloudwatch-logs/package.json b/clients/client-cloudwatch-logs/package.json index fa0b2469df1e..e2bcfb7af48f 100644 --- a/clients/client-cloudwatch-logs/package.json +++ b/clients/client-cloudwatch-logs/package.json @@ -34,29 +34,29 @@ "@aws-sdk/util-endpoints": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@smithy/config-resolver": "^2.0.16", - "@smithy/fetch-http-handler": "^2.2.4", - "@smithy/hash-node": "^2.0.12", - "@smithy/invalid-dependency": "^2.0.12", - "@smithy/middleware-content-length": "^2.0.14", - "@smithy/middleware-endpoint": "^2.1.3", - "@smithy/middleware-retry": "^2.0.18", - "@smithy/middleware-serde": "^2.0.12", - "@smithy/middleware-stack": "^2.0.6", - "@smithy/node-config-provider": "^2.1.3", - "@smithy/node-http-handler": "^2.1.8", - "@smithy/protocol-http": "^3.0.8", - "@smithy/smithy-client": "^2.1.12", - "@smithy/types": "^2.4.0", - "@smithy/url-parser": "^2.0.12", - "@smithy/util-base64": "^2.0.0", + "@smithy/config-resolver": "^2.0.18", + "@smithy/fetch-http-handler": "^2.2.6", + "@smithy/hash-node": "^2.0.15", + "@smithy/invalid-dependency": "^2.0.13", + "@smithy/middleware-content-length": "^2.0.15", + "@smithy/middleware-endpoint": "^2.2.0", + "@smithy/middleware-retry": "^2.0.20", + "@smithy/middleware-serde": "^2.0.13", + "@smithy/middleware-stack": "^2.0.7", + "@smithy/node-config-provider": "^2.1.5", + "@smithy/node-http-handler": "^2.1.9", + "@smithy/protocol-http": "^3.0.9", + "@smithy/smithy-client": "^2.1.15", + "@smithy/types": "^2.5.0", + "@smithy/url-parser": "^2.0.13", + "@smithy/util-base64": "^2.0.1", "@smithy/util-body-length-browser": "^2.0.0", "@smithy/util-body-length-node": "^2.1.0", - "@smithy/util-defaults-mode-browser": "^2.0.16", - "@smithy/util-defaults-mode-node": "^2.0.21", - "@smithy/util-endpoints": "^1.0.2", - "@smithy/util-retry": "^2.0.5", - "@smithy/util-utf8": "^2.0.0", + "@smithy/util-defaults-mode-browser": "^2.0.19", + "@smithy/util-defaults-mode-node": "^2.0.25", + "@smithy/util-endpoints": "^1.0.4", + "@smithy/util-retry": "^2.0.6", + "@smithy/util-utf8": "^2.0.2", "tslib": "^2.5.0", "uuid": "^8.3.2" }, diff --git a/clients/client-cloudwatch-logs/src/commands/AssociateKmsKeyCommand.ts b/clients/client-cloudwatch-logs/src/commands/AssociateKmsKeyCommand.ts index ff2a802a5e05..9e246837063c 100644 --- a/clients/client-cloudwatch-logs/src/commands/AssociateKmsKeyCommand.ts +++ b/clients/client-cloudwatch-logs/src/commands/AssociateKmsKeyCommand.ts @@ -125,9 +125,6 @@ export class AssociateKmsKeyCommand extends $Command< AssociateKmsKeyCommandOutput, CloudWatchLogsClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -141,9 +138,7 @@ export class AssociateKmsKeyCommand extends $Command< * @public */ constructor(readonly input: AssociateKmsKeyCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -196,7 +191,4 @@ export class AssociateKmsKeyCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_AssociateKmsKeyCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-cloudwatch-logs/src/commands/CancelExportTaskCommand.ts b/clients/client-cloudwatch-logs/src/commands/CancelExportTaskCommand.ts index 263b245889f7..37a02d388885 100644 --- a/clients/client-cloudwatch-logs/src/commands/CancelExportTaskCommand.ts +++ b/clients/client-cloudwatch-logs/src/commands/CancelExportTaskCommand.ts @@ -81,9 +81,6 @@ export class CancelExportTaskCommand extends $Command< CancelExportTaskCommandOutput, CloudWatchLogsClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -97,9 +94,7 @@ export class CancelExportTaskCommand extends $Command< * @public */ constructor(readonly input: CancelExportTaskCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -152,7 +147,4 @@ export class CancelExportTaskCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CancelExportTaskCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-cloudwatch-logs/src/commands/CreateDeliveryCommand.ts b/clients/client-cloudwatch-logs/src/commands/CreateDeliveryCommand.ts index a0339fcc1ae4..4e06547bd695 100644 --- a/clients/client-cloudwatch-logs/src/commands/CreateDeliveryCommand.ts +++ b/clients/client-cloudwatch-logs/src/commands/CreateDeliveryCommand.ts @@ -139,9 +139,6 @@ export class CreateDeliveryCommand extends $Command< CreateDeliveryCommandOutput, CloudWatchLogsClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -155,9 +152,7 @@ export class CreateDeliveryCommand extends $Command< * @public */ constructor(readonly input: CreateDeliveryCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -210,7 +205,4 @@ export class CreateDeliveryCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateDeliveryCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-cloudwatch-logs/src/commands/CreateExportTaskCommand.ts b/clients/client-cloudwatch-logs/src/commands/CreateExportTaskCommand.ts index 5917ea59c0c7..9f7a4c3e1697 100644 --- a/clients/client-cloudwatch-logs/src/commands/CreateExportTaskCommand.ts +++ b/clients/client-cloudwatch-logs/src/commands/CreateExportTaskCommand.ts @@ -113,9 +113,6 @@ export class CreateExportTaskCommand extends $Command< CreateExportTaskCommandOutput, CloudWatchLogsClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -129,9 +126,7 @@ export class CreateExportTaskCommand extends $Command< * @public */ constructor(readonly input: CreateExportTaskCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -184,7 +179,4 @@ export class CreateExportTaskCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateExportTaskCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-cloudwatch-logs/src/commands/CreateLogGroupCommand.ts b/clients/client-cloudwatch-logs/src/commands/CreateLogGroupCommand.ts index 56421ef555c6..d02990e4bc5c 100644 --- a/clients/client-cloudwatch-logs/src/commands/CreateLogGroupCommand.ts +++ b/clients/client-cloudwatch-logs/src/commands/CreateLogGroupCommand.ts @@ -115,9 +115,6 @@ export class CreateLogGroupCommand extends $Command< CreateLogGroupCommandOutput, CloudWatchLogsClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -131,9 +128,7 @@ export class CreateLogGroupCommand extends $Command< * @public */ constructor(readonly input: CreateLogGroupCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -186,7 +181,4 @@ export class CreateLogGroupCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateLogGroupCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-cloudwatch-logs/src/commands/CreateLogStreamCommand.ts b/clients/client-cloudwatch-logs/src/commands/CreateLogStreamCommand.ts index 34d4c0424901..1c68ba837662 100644 --- a/clients/client-cloudwatch-logs/src/commands/CreateLogStreamCommand.ts +++ b/clients/client-cloudwatch-logs/src/commands/CreateLogStreamCommand.ts @@ -97,9 +97,6 @@ export class CreateLogStreamCommand extends $Command< CreateLogStreamCommandOutput, CloudWatchLogsClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -113,9 +110,7 @@ export class CreateLogStreamCommand extends $Command< * @public */ constructor(readonly input: CreateLogStreamCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -168,7 +163,4 @@ export class CreateLogStreamCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateLogStreamCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-cloudwatch-logs/src/commands/DeleteAccountPolicyCommand.ts b/clients/client-cloudwatch-logs/src/commands/DeleteAccountPolicyCommand.ts index 113b9ccd1485..8fe9100d880b 100644 --- a/clients/client-cloudwatch-logs/src/commands/DeleteAccountPolicyCommand.ts +++ b/clients/client-cloudwatch-logs/src/commands/DeleteAccountPolicyCommand.ts @@ -83,9 +83,6 @@ export class DeleteAccountPolicyCommand extends $Command< DeleteAccountPolicyCommandOutput, CloudWatchLogsClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -99,9 +96,7 @@ export class DeleteAccountPolicyCommand extends $Command< * @public */ constructor(readonly input: DeleteAccountPolicyCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -154,7 +149,4 @@ export class DeleteAccountPolicyCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteAccountPolicyCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-cloudwatch-logs/src/commands/DeleteDataProtectionPolicyCommand.ts b/clients/client-cloudwatch-logs/src/commands/DeleteDataProtectionPolicyCommand.ts index 62cbf4ae4cf8..7cee26985f66 100644 --- a/clients/client-cloudwatch-logs/src/commands/DeleteDataProtectionPolicyCommand.ts +++ b/clients/client-cloudwatch-logs/src/commands/DeleteDataProtectionPolicyCommand.ts @@ -81,9 +81,6 @@ export class DeleteDataProtectionPolicyCommand extends $Command< DeleteDataProtectionPolicyCommandOutput, CloudWatchLogsClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -97,9 +94,7 @@ export class DeleteDataProtectionPolicyCommand extends $Command< * @public */ constructor(readonly input: DeleteDataProtectionPolicyCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -155,7 +150,4 @@ export class DeleteDataProtectionPolicyCommand extends $Command< ): Promise { return de_DeleteDataProtectionPolicyCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-cloudwatch-logs/src/commands/DeleteDeliveryCommand.ts b/clients/client-cloudwatch-logs/src/commands/DeleteDeliveryCommand.ts index eeeb7138ccab..8847aded255b 100644 --- a/clients/client-cloudwatch-logs/src/commands/DeleteDeliveryCommand.ts +++ b/clients/client-cloudwatch-logs/src/commands/DeleteDeliveryCommand.ts @@ -88,9 +88,6 @@ export class DeleteDeliveryCommand extends $Command< DeleteDeliveryCommandOutput, CloudWatchLogsClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -104,9 +101,7 @@ export class DeleteDeliveryCommand extends $Command< * @public */ constructor(readonly input: DeleteDeliveryCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -159,7 +154,4 @@ export class DeleteDeliveryCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteDeliveryCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-cloudwatch-logs/src/commands/DeleteDeliveryDestinationCommand.ts b/clients/client-cloudwatch-logs/src/commands/DeleteDeliveryDestinationCommand.ts index 968fc4bf55f5..342c3536ecec 100644 --- a/clients/client-cloudwatch-logs/src/commands/DeleteDeliveryDestinationCommand.ts +++ b/clients/client-cloudwatch-logs/src/commands/DeleteDeliveryDestinationCommand.ts @@ -89,9 +89,6 @@ export class DeleteDeliveryDestinationCommand extends $Command< DeleteDeliveryDestinationCommandOutput, CloudWatchLogsClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -105,9 +102,7 @@ export class DeleteDeliveryDestinationCommand extends $Command< * @public */ constructor(readonly input: DeleteDeliveryDestinationCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -163,7 +158,4 @@ export class DeleteDeliveryDestinationCommand extends $Command< ): Promise { return de_DeleteDeliveryDestinationCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-cloudwatch-logs/src/commands/DeleteDeliveryDestinationPolicyCommand.ts b/clients/client-cloudwatch-logs/src/commands/DeleteDeliveryDestinationPolicyCommand.ts index b180c550c56e..ce63d3d16a3b 100644 --- a/clients/client-cloudwatch-logs/src/commands/DeleteDeliveryDestinationPolicyCommand.ts +++ b/clients/client-cloudwatch-logs/src/commands/DeleteDeliveryDestinationPolicyCommand.ts @@ -84,9 +84,6 @@ export class DeleteDeliveryDestinationPolicyCommand extends $Command< DeleteDeliveryDestinationPolicyCommandOutput, CloudWatchLogsClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -100,9 +97,7 @@ export class DeleteDeliveryDestinationPolicyCommand extends $Command< * @public */ constructor(readonly input: DeleteDeliveryDestinationPolicyCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -161,7 +156,4 @@ export class DeleteDeliveryDestinationPolicyCommand extends $Command< ): Promise { return de_DeleteDeliveryDestinationPolicyCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-cloudwatch-logs/src/commands/DeleteDeliverySourceCommand.ts b/clients/client-cloudwatch-logs/src/commands/DeleteDeliverySourceCommand.ts index f58d34801bd4..65d52d53a183 100644 --- a/clients/client-cloudwatch-logs/src/commands/DeleteDeliverySourceCommand.ts +++ b/clients/client-cloudwatch-logs/src/commands/DeleteDeliverySourceCommand.ts @@ -89,9 +89,6 @@ export class DeleteDeliverySourceCommand extends $Command< DeleteDeliverySourceCommandOutput, CloudWatchLogsClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -105,9 +102,7 @@ export class DeleteDeliverySourceCommand extends $Command< * @public */ constructor(readonly input: DeleteDeliverySourceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -160,7 +155,4 @@ export class DeleteDeliverySourceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteDeliverySourceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-cloudwatch-logs/src/commands/DeleteDestinationCommand.ts b/clients/client-cloudwatch-logs/src/commands/DeleteDestinationCommand.ts index 06d9d3025354..bf728625d051 100644 --- a/clients/client-cloudwatch-logs/src/commands/DeleteDestinationCommand.ts +++ b/clients/client-cloudwatch-logs/src/commands/DeleteDestinationCommand.ts @@ -82,9 +82,6 @@ export class DeleteDestinationCommand extends $Command< DeleteDestinationCommandOutput, CloudWatchLogsClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -98,9 +95,7 @@ export class DeleteDestinationCommand extends $Command< * @public */ constructor(readonly input: DeleteDestinationCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -153,7 +148,4 @@ export class DeleteDestinationCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteDestinationCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-cloudwatch-logs/src/commands/DeleteLogGroupCommand.ts b/clients/client-cloudwatch-logs/src/commands/DeleteLogGroupCommand.ts index d2487c7238e7..4fd49c94a307 100644 --- a/clients/client-cloudwatch-logs/src/commands/DeleteLogGroupCommand.ts +++ b/clients/client-cloudwatch-logs/src/commands/DeleteLogGroupCommand.ts @@ -81,9 +81,6 @@ export class DeleteLogGroupCommand extends $Command< DeleteLogGroupCommandOutput, CloudWatchLogsClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -97,9 +94,7 @@ export class DeleteLogGroupCommand extends $Command< * @public */ constructor(readonly input: DeleteLogGroupCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -152,7 +147,4 @@ export class DeleteLogGroupCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteLogGroupCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-cloudwatch-logs/src/commands/DeleteLogStreamCommand.ts b/clients/client-cloudwatch-logs/src/commands/DeleteLogStreamCommand.ts index f767cd11f4d5..16f9ab0943d9 100644 --- a/clients/client-cloudwatch-logs/src/commands/DeleteLogStreamCommand.ts +++ b/clients/client-cloudwatch-logs/src/commands/DeleteLogStreamCommand.ts @@ -82,9 +82,6 @@ export class DeleteLogStreamCommand extends $Command< DeleteLogStreamCommandOutput, CloudWatchLogsClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -98,9 +95,7 @@ export class DeleteLogStreamCommand extends $Command< * @public */ constructor(readonly input: DeleteLogStreamCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -153,7 +148,4 @@ export class DeleteLogStreamCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteLogStreamCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-cloudwatch-logs/src/commands/DeleteMetricFilterCommand.ts b/clients/client-cloudwatch-logs/src/commands/DeleteMetricFilterCommand.ts index 66438ef18e26..1f822e941cad 100644 --- a/clients/client-cloudwatch-logs/src/commands/DeleteMetricFilterCommand.ts +++ b/clients/client-cloudwatch-logs/src/commands/DeleteMetricFilterCommand.ts @@ -81,9 +81,6 @@ export class DeleteMetricFilterCommand extends $Command< DeleteMetricFilterCommandOutput, CloudWatchLogsClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -97,9 +94,7 @@ export class DeleteMetricFilterCommand extends $Command< * @public */ constructor(readonly input: DeleteMetricFilterCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -152,7 +147,4 @@ export class DeleteMetricFilterCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteMetricFilterCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-cloudwatch-logs/src/commands/DeleteQueryDefinitionCommand.ts b/clients/client-cloudwatch-logs/src/commands/DeleteQueryDefinitionCommand.ts index 10d21fc6a129..45b0b13314c3 100644 --- a/clients/client-cloudwatch-logs/src/commands/DeleteQueryDefinitionCommand.ts +++ b/clients/client-cloudwatch-logs/src/commands/DeleteQueryDefinitionCommand.ts @@ -83,9 +83,6 @@ export class DeleteQueryDefinitionCommand extends $Command< DeleteQueryDefinitionCommandOutput, CloudWatchLogsClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -99,9 +96,7 @@ export class DeleteQueryDefinitionCommand extends $Command< * @public */ constructor(readonly input: DeleteQueryDefinitionCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -154,7 +149,4 @@ export class DeleteQueryDefinitionCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteQueryDefinitionCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-cloudwatch-logs/src/commands/DeleteResourcePolicyCommand.ts b/clients/client-cloudwatch-logs/src/commands/DeleteResourcePolicyCommand.ts index 68a9672e3b8c..c0448be7dd57 100644 --- a/clients/client-cloudwatch-logs/src/commands/DeleteResourcePolicyCommand.ts +++ b/clients/client-cloudwatch-logs/src/commands/DeleteResourcePolicyCommand.ts @@ -78,9 +78,6 @@ export class DeleteResourcePolicyCommand extends $Command< DeleteResourcePolicyCommandOutput, CloudWatchLogsClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -94,9 +91,7 @@ export class DeleteResourcePolicyCommand extends $Command< * @public */ constructor(readonly input: DeleteResourcePolicyCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -149,7 +144,4 @@ export class DeleteResourcePolicyCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteResourcePolicyCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-cloudwatch-logs/src/commands/DeleteRetentionPolicyCommand.ts b/clients/client-cloudwatch-logs/src/commands/DeleteRetentionPolicyCommand.ts index 44ded2cb01e2..b01ce51e1bbd 100644 --- a/clients/client-cloudwatch-logs/src/commands/DeleteRetentionPolicyCommand.ts +++ b/clients/client-cloudwatch-logs/src/commands/DeleteRetentionPolicyCommand.ts @@ -81,9 +81,6 @@ export class DeleteRetentionPolicyCommand extends $Command< DeleteRetentionPolicyCommandOutput, CloudWatchLogsClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -97,9 +94,7 @@ export class DeleteRetentionPolicyCommand extends $Command< * @public */ constructor(readonly input: DeleteRetentionPolicyCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -152,7 +147,4 @@ export class DeleteRetentionPolicyCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteRetentionPolicyCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-cloudwatch-logs/src/commands/DeleteSubscriptionFilterCommand.ts b/clients/client-cloudwatch-logs/src/commands/DeleteSubscriptionFilterCommand.ts index 38133beaeea1..027630da1e78 100644 --- a/clients/client-cloudwatch-logs/src/commands/DeleteSubscriptionFilterCommand.ts +++ b/clients/client-cloudwatch-logs/src/commands/DeleteSubscriptionFilterCommand.ts @@ -81,9 +81,6 @@ export class DeleteSubscriptionFilterCommand extends $Command< DeleteSubscriptionFilterCommandOutput, CloudWatchLogsClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -97,9 +94,7 @@ export class DeleteSubscriptionFilterCommand extends $Command< * @public */ constructor(readonly input: DeleteSubscriptionFilterCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -152,7 +147,4 @@ export class DeleteSubscriptionFilterCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteSubscriptionFilterCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-cloudwatch-logs/src/commands/DescribeAccountPoliciesCommand.ts b/clients/client-cloudwatch-logs/src/commands/DescribeAccountPoliciesCommand.ts index 74e899fec62d..eae2f54731b2 100644 --- a/clients/client-cloudwatch-logs/src/commands/DescribeAccountPoliciesCommand.ts +++ b/clients/client-cloudwatch-logs/src/commands/DescribeAccountPoliciesCommand.ts @@ -95,9 +95,6 @@ export class DescribeAccountPoliciesCommand extends $Command< DescribeAccountPoliciesCommandOutput, CloudWatchLogsClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -111,9 +108,7 @@ export class DescribeAccountPoliciesCommand extends $Command< * @public */ constructor(readonly input: DescribeAccountPoliciesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -166,7 +161,4 @@ export class DescribeAccountPoliciesCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DescribeAccountPoliciesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-cloudwatch-logs/src/commands/DescribeDeliveriesCommand.ts b/clients/client-cloudwatch-logs/src/commands/DescribeDeliveriesCommand.ts index 5a445bcfd1dc..5c1e726cbe62 100644 --- a/clients/client-cloudwatch-logs/src/commands/DescribeDeliveriesCommand.ts +++ b/clients/client-cloudwatch-logs/src/commands/DescribeDeliveriesCommand.ts @@ -95,9 +95,6 @@ export class DescribeDeliveriesCommand extends $Command< DescribeDeliveriesCommandOutput, CloudWatchLogsClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -111,9 +108,7 @@ export class DescribeDeliveriesCommand extends $Command< * @public */ constructor(readonly input: DescribeDeliveriesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -166,7 +161,4 @@ export class DescribeDeliveriesCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DescribeDeliveriesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-cloudwatch-logs/src/commands/DescribeDeliveryDestinationsCommand.ts b/clients/client-cloudwatch-logs/src/commands/DescribeDeliveryDestinationsCommand.ts index 38234c20acf8..cb40d6b1c9bf 100644 --- a/clients/client-cloudwatch-logs/src/commands/DescribeDeliveryDestinationsCommand.ts +++ b/clients/client-cloudwatch-logs/src/commands/DescribeDeliveryDestinationsCommand.ts @@ -102,9 +102,6 @@ export class DescribeDeliveryDestinationsCommand extends $Command< DescribeDeliveryDestinationsCommandOutput, CloudWatchLogsClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -118,9 +115,7 @@ export class DescribeDeliveryDestinationsCommand extends $Command< * @public */ constructor(readonly input: DescribeDeliveryDestinationsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -176,7 +171,4 @@ export class DescribeDeliveryDestinationsCommand extends $Command< ): Promise { return de_DescribeDeliveryDestinationsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-cloudwatch-logs/src/commands/DescribeDeliverySourcesCommand.ts b/clients/client-cloudwatch-logs/src/commands/DescribeDeliverySourcesCommand.ts index 782fcef37c22..47e4f19ef3c7 100644 --- a/clients/client-cloudwatch-logs/src/commands/DescribeDeliverySourcesCommand.ts +++ b/clients/client-cloudwatch-logs/src/commands/DescribeDeliverySourcesCommand.ts @@ -97,9 +97,6 @@ export class DescribeDeliverySourcesCommand extends $Command< DescribeDeliverySourcesCommandOutput, CloudWatchLogsClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -113,9 +110,7 @@ export class DescribeDeliverySourcesCommand extends $Command< * @public */ constructor(readonly input: DescribeDeliverySourcesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -168,7 +163,4 @@ export class DescribeDeliverySourcesCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DescribeDeliverySourcesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-cloudwatch-logs/src/commands/DescribeDestinationsCommand.ts b/clients/client-cloudwatch-logs/src/commands/DescribeDestinationsCommand.ts index 06cc20db7aa4..3137d5fcd42e 100644 --- a/clients/client-cloudwatch-logs/src/commands/DescribeDestinationsCommand.ts +++ b/clients/client-cloudwatch-logs/src/commands/DescribeDestinationsCommand.ts @@ -88,9 +88,6 @@ export class DescribeDestinationsCommand extends $Command< DescribeDestinationsCommandOutput, CloudWatchLogsClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -104,9 +101,7 @@ export class DescribeDestinationsCommand extends $Command< * @public */ constructor(readonly input: DescribeDestinationsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -159,7 +154,4 @@ export class DescribeDestinationsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DescribeDestinationsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-cloudwatch-logs/src/commands/DescribeExportTasksCommand.ts b/clients/client-cloudwatch-logs/src/commands/DescribeExportTasksCommand.ts index aa36251a01aa..3383a15fb6d7 100644 --- a/clients/client-cloudwatch-logs/src/commands/DescribeExportTasksCommand.ts +++ b/clients/client-cloudwatch-logs/src/commands/DescribeExportTasksCommand.ts @@ -99,9 +99,6 @@ export class DescribeExportTasksCommand extends $Command< DescribeExportTasksCommandOutput, CloudWatchLogsClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -115,9 +112,7 @@ export class DescribeExportTasksCommand extends $Command< * @public */ constructor(readonly input: DescribeExportTasksCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -170,7 +165,4 @@ export class DescribeExportTasksCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DescribeExportTasksCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-cloudwatch-logs/src/commands/DescribeLogGroupsCommand.ts b/clients/client-cloudwatch-logs/src/commands/DescribeLogGroupsCommand.ts index 42b675dfb7b7..a84398441510 100644 --- a/clients/client-cloudwatch-logs/src/commands/DescribeLogGroupsCommand.ts +++ b/clients/client-cloudwatch-logs/src/commands/DescribeLogGroupsCommand.ts @@ -109,9 +109,6 @@ export class DescribeLogGroupsCommand extends $Command< DescribeLogGroupsCommandOutput, CloudWatchLogsClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -125,9 +122,7 @@ export class DescribeLogGroupsCommand extends $Command< * @public */ constructor(readonly input: DescribeLogGroupsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -180,7 +175,4 @@ export class DescribeLogGroupsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DescribeLogGroupsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-cloudwatch-logs/src/commands/DescribeLogStreamsCommand.ts b/clients/client-cloudwatch-logs/src/commands/DescribeLogStreamsCommand.ts index 9d5c3d469e1a..f6b4e1f76dc5 100644 --- a/clients/client-cloudwatch-logs/src/commands/DescribeLogStreamsCommand.ts +++ b/clients/client-cloudwatch-logs/src/commands/DescribeLogStreamsCommand.ts @@ -106,9 +106,6 @@ export class DescribeLogStreamsCommand extends $Command< DescribeLogStreamsCommandOutput, CloudWatchLogsClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -122,9 +119,7 @@ export class DescribeLogStreamsCommand extends $Command< * @public */ constructor(readonly input: DescribeLogStreamsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -177,7 +172,4 @@ export class DescribeLogStreamsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DescribeLogStreamsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-cloudwatch-logs/src/commands/DescribeMetricFiltersCommand.ts b/clients/client-cloudwatch-logs/src/commands/DescribeMetricFiltersCommand.ts index 01d95e474aa7..a2e6cd10df9c 100644 --- a/clients/client-cloudwatch-logs/src/commands/DescribeMetricFiltersCommand.ts +++ b/clients/client-cloudwatch-logs/src/commands/DescribeMetricFiltersCommand.ts @@ -106,9 +106,6 @@ export class DescribeMetricFiltersCommand extends $Command< DescribeMetricFiltersCommandOutput, CloudWatchLogsClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -122,9 +119,7 @@ export class DescribeMetricFiltersCommand extends $Command< * @public */ constructor(readonly input: DescribeMetricFiltersCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -177,7 +172,4 @@ export class DescribeMetricFiltersCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DescribeMetricFiltersCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-cloudwatch-logs/src/commands/DescribeQueriesCommand.ts b/clients/client-cloudwatch-logs/src/commands/DescribeQueriesCommand.ts index c171dc70a79e..db4fc2495953 100644 --- a/clients/client-cloudwatch-logs/src/commands/DescribeQueriesCommand.ts +++ b/clients/client-cloudwatch-logs/src/commands/DescribeQueriesCommand.ts @@ -93,9 +93,6 @@ export class DescribeQueriesCommand extends $Command< DescribeQueriesCommandOutput, CloudWatchLogsClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -109,9 +106,7 @@ export class DescribeQueriesCommand extends $Command< * @public */ constructor(readonly input: DescribeQueriesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -164,7 +159,4 @@ export class DescribeQueriesCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DescribeQueriesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-cloudwatch-logs/src/commands/DescribeQueryDefinitionsCommand.ts b/clients/client-cloudwatch-logs/src/commands/DescribeQueryDefinitionsCommand.ts index 7cb8e3091b29..1a6e4ca0c06c 100644 --- a/clients/client-cloudwatch-logs/src/commands/DescribeQueryDefinitionsCommand.ts +++ b/clients/client-cloudwatch-logs/src/commands/DescribeQueryDefinitionsCommand.ts @@ -91,9 +91,6 @@ export class DescribeQueryDefinitionsCommand extends $Command< DescribeQueryDefinitionsCommandOutput, CloudWatchLogsClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -107,9 +104,7 @@ export class DescribeQueryDefinitionsCommand extends $Command< * @public */ constructor(readonly input: DescribeQueryDefinitionsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -162,7 +157,4 @@ export class DescribeQueryDefinitionsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DescribeQueryDefinitionsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-cloudwatch-logs/src/commands/DescribeResourcePoliciesCommand.ts b/clients/client-cloudwatch-logs/src/commands/DescribeResourcePoliciesCommand.ts index 60ae9d32cff8..a6d6f6417b7f 100644 --- a/clients/client-cloudwatch-logs/src/commands/DescribeResourcePoliciesCommand.ts +++ b/clients/client-cloudwatch-logs/src/commands/DescribeResourcePoliciesCommand.ts @@ -84,9 +84,6 @@ export class DescribeResourcePoliciesCommand extends $Command< DescribeResourcePoliciesCommandOutput, CloudWatchLogsClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -100,9 +97,7 @@ export class DescribeResourcePoliciesCommand extends $Command< * @public */ constructor(readonly input: DescribeResourcePoliciesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -155,7 +150,4 @@ export class DescribeResourcePoliciesCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DescribeResourcePoliciesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-cloudwatch-logs/src/commands/DescribeSubscriptionFiltersCommand.ts b/clients/client-cloudwatch-logs/src/commands/DescribeSubscriptionFiltersCommand.ts index 098139e1dbf2..bd97074e8d79 100644 --- a/clients/client-cloudwatch-logs/src/commands/DescribeSubscriptionFiltersCommand.ts +++ b/clients/client-cloudwatch-logs/src/commands/DescribeSubscriptionFiltersCommand.ts @@ -96,9 +96,6 @@ export class DescribeSubscriptionFiltersCommand extends $Command< DescribeSubscriptionFiltersCommandOutput, CloudWatchLogsClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -112,9 +109,7 @@ export class DescribeSubscriptionFiltersCommand extends $Command< * @public */ constructor(readonly input: DescribeSubscriptionFiltersCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -170,7 +165,4 @@ export class DescribeSubscriptionFiltersCommand extends $Command< ): Promise { return de_DescribeSubscriptionFiltersCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-cloudwatch-logs/src/commands/DisassociateKmsKeyCommand.ts b/clients/client-cloudwatch-logs/src/commands/DisassociateKmsKeyCommand.ts index 9d622110ad89..c3162627dd70 100644 --- a/clients/client-cloudwatch-logs/src/commands/DisassociateKmsKeyCommand.ts +++ b/clients/client-cloudwatch-logs/src/commands/DisassociateKmsKeyCommand.ts @@ -103,9 +103,6 @@ export class DisassociateKmsKeyCommand extends $Command< DisassociateKmsKeyCommandOutput, CloudWatchLogsClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -119,9 +116,7 @@ export class DisassociateKmsKeyCommand extends $Command< * @public */ constructor(readonly input: DisassociateKmsKeyCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -174,7 +169,4 @@ export class DisassociateKmsKeyCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DisassociateKmsKeyCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-cloudwatch-logs/src/commands/FilterLogEventsCommand.ts b/clients/client-cloudwatch-logs/src/commands/FilterLogEventsCommand.ts index 9133f8ce5e28..e7af4187ea13 100644 --- a/clients/client-cloudwatch-logs/src/commands/FilterLogEventsCommand.ts +++ b/clients/client-cloudwatch-logs/src/commands/FilterLogEventsCommand.ts @@ -121,9 +121,6 @@ export class FilterLogEventsCommand extends $Command< FilterLogEventsCommandOutput, CloudWatchLogsClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -137,9 +134,7 @@ export class FilterLogEventsCommand extends $Command< * @public */ constructor(readonly input: FilterLogEventsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -192,7 +187,4 @@ export class FilterLogEventsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_FilterLogEventsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-cloudwatch-logs/src/commands/GetDataProtectionPolicyCommand.ts b/clients/client-cloudwatch-logs/src/commands/GetDataProtectionPolicyCommand.ts index ec75e2b5c7cf..eaebefa014c6 100644 --- a/clients/client-cloudwatch-logs/src/commands/GetDataProtectionPolicyCommand.ts +++ b/clients/client-cloudwatch-logs/src/commands/GetDataProtectionPolicyCommand.ts @@ -84,9 +84,6 @@ export class GetDataProtectionPolicyCommand extends $Command< GetDataProtectionPolicyCommandOutput, CloudWatchLogsClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -100,9 +97,7 @@ export class GetDataProtectionPolicyCommand extends $Command< * @public */ constructor(readonly input: GetDataProtectionPolicyCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -155,7 +150,4 @@ export class GetDataProtectionPolicyCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetDataProtectionPolicyCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-cloudwatch-logs/src/commands/GetDeliveryCommand.ts b/clients/client-cloudwatch-logs/src/commands/GetDeliveryCommand.ts index dcb7aa72518f..44fbf7c39666 100644 --- a/clients/client-cloudwatch-logs/src/commands/GetDeliveryCommand.ts +++ b/clients/client-cloudwatch-logs/src/commands/GetDeliveryCommand.ts @@ -98,9 +98,6 @@ export class GetDeliveryCommand extends $Command< GetDeliveryCommandOutput, CloudWatchLogsClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -114,9 +111,7 @@ export class GetDeliveryCommand extends $Command< * @public */ constructor(readonly input: GetDeliveryCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -167,7 +162,4 @@ export class GetDeliveryCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetDeliveryCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-cloudwatch-logs/src/commands/GetDeliveryDestinationCommand.ts b/clients/client-cloudwatch-logs/src/commands/GetDeliveryDestinationCommand.ts index 488e29dbe8d3..afe999ae0bb9 100644 --- a/clients/client-cloudwatch-logs/src/commands/GetDeliveryDestinationCommand.ts +++ b/clients/client-cloudwatch-logs/src/commands/GetDeliveryDestinationCommand.ts @@ -96,9 +96,6 @@ export class GetDeliveryDestinationCommand extends $Command< GetDeliveryDestinationCommandOutput, CloudWatchLogsClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -112,9 +109,7 @@ export class GetDeliveryDestinationCommand extends $Command< * @public */ constructor(readonly input: GetDeliveryDestinationCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -167,7 +162,4 @@ export class GetDeliveryDestinationCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetDeliveryDestinationCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-cloudwatch-logs/src/commands/GetDeliveryDestinationPolicyCommand.ts b/clients/client-cloudwatch-logs/src/commands/GetDeliveryDestinationPolicyCommand.ts index 2a4a256a5444..d763bf76b286 100644 --- a/clients/client-cloudwatch-logs/src/commands/GetDeliveryDestinationPolicyCommand.ts +++ b/clients/client-cloudwatch-logs/src/commands/GetDeliveryDestinationPolicyCommand.ts @@ -88,9 +88,6 @@ export class GetDeliveryDestinationPolicyCommand extends $Command< GetDeliveryDestinationPolicyCommandOutput, CloudWatchLogsClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -104,9 +101,7 @@ export class GetDeliveryDestinationPolicyCommand extends $Command< * @public */ constructor(readonly input: GetDeliveryDestinationPolicyCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -162,7 +157,4 @@ export class GetDeliveryDestinationPolicyCommand extends $Command< ): Promise { return de_GetDeliveryDestinationPolicyCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-cloudwatch-logs/src/commands/GetDeliverySourceCommand.ts b/clients/client-cloudwatch-logs/src/commands/GetDeliverySourceCommand.ts index 6e09eec3d981..18c24d4c9d32 100644 --- a/clients/client-cloudwatch-logs/src/commands/GetDeliverySourceCommand.ts +++ b/clients/client-cloudwatch-logs/src/commands/GetDeliverySourceCommand.ts @@ -96,9 +96,6 @@ export class GetDeliverySourceCommand extends $Command< GetDeliverySourceCommandOutput, CloudWatchLogsClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -112,9 +109,7 @@ export class GetDeliverySourceCommand extends $Command< * @public */ constructor(readonly input: GetDeliverySourceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -167,7 +162,4 @@ export class GetDeliverySourceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetDeliverySourceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-cloudwatch-logs/src/commands/GetLogEventsCommand.ts b/clients/client-cloudwatch-logs/src/commands/GetLogEventsCommand.ts index 266d2fffe13a..f1bc15b89fd6 100644 --- a/clients/client-cloudwatch-logs/src/commands/GetLogEventsCommand.ts +++ b/clients/client-cloudwatch-logs/src/commands/GetLogEventsCommand.ts @@ -105,9 +105,6 @@ export class GetLogEventsCommand extends $Command< GetLogEventsCommandOutput, CloudWatchLogsClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -121,9 +118,7 @@ export class GetLogEventsCommand extends $Command< * @public */ constructor(readonly input: GetLogEventsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -174,7 +169,4 @@ export class GetLogEventsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetLogEventsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-cloudwatch-logs/src/commands/GetLogGroupFieldsCommand.ts b/clients/client-cloudwatch-logs/src/commands/GetLogGroupFieldsCommand.ts index 65de03beef9b..5a2a38a642c1 100644 --- a/clients/client-cloudwatch-logs/src/commands/GetLogGroupFieldsCommand.ts +++ b/clients/client-cloudwatch-logs/src/commands/GetLogGroupFieldsCommand.ts @@ -103,9 +103,6 @@ export class GetLogGroupFieldsCommand extends $Command< GetLogGroupFieldsCommandOutput, CloudWatchLogsClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -119,9 +116,7 @@ export class GetLogGroupFieldsCommand extends $Command< * @public */ constructor(readonly input: GetLogGroupFieldsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -174,7 +169,4 @@ export class GetLogGroupFieldsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetLogGroupFieldsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-cloudwatch-logs/src/commands/GetLogRecordCommand.ts b/clients/client-cloudwatch-logs/src/commands/GetLogRecordCommand.ts index 575e1259376f..63e19a8a414c 100644 --- a/clients/client-cloudwatch-logs/src/commands/GetLogRecordCommand.ts +++ b/clients/client-cloudwatch-logs/src/commands/GetLogRecordCommand.ts @@ -88,9 +88,6 @@ export class GetLogRecordCommand extends $Command< GetLogRecordCommandOutput, CloudWatchLogsClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -104,9 +101,7 @@ export class GetLogRecordCommand extends $Command< * @public */ constructor(readonly input: GetLogRecordCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -157,7 +152,4 @@ export class GetLogRecordCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetLogRecordCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-cloudwatch-logs/src/commands/GetQueryResultsCommand.ts b/clients/client-cloudwatch-logs/src/commands/GetQueryResultsCommand.ts index ce0a699da49b..f0fa5d039787 100644 --- a/clients/client-cloudwatch-logs/src/commands/GetQueryResultsCommand.ts +++ b/clients/client-cloudwatch-logs/src/commands/GetQueryResultsCommand.ts @@ -106,9 +106,6 @@ export class GetQueryResultsCommand extends $Command< GetQueryResultsCommandOutput, CloudWatchLogsClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -122,9 +119,7 @@ export class GetQueryResultsCommand extends $Command< * @public */ constructor(readonly input: GetQueryResultsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -177,7 +172,4 @@ export class GetQueryResultsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetQueryResultsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-cloudwatch-logs/src/commands/ListTagsForResourceCommand.ts b/clients/client-cloudwatch-logs/src/commands/ListTagsForResourceCommand.ts index ae8a6a4541ff..365e77ffc3d8 100644 --- a/clients/client-cloudwatch-logs/src/commands/ListTagsForResourceCommand.ts +++ b/clients/client-cloudwatch-logs/src/commands/ListTagsForResourceCommand.ts @@ -82,9 +82,6 @@ export class ListTagsForResourceCommand extends $Command< ListTagsForResourceCommandOutput, CloudWatchLogsClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -98,9 +95,7 @@ export class ListTagsForResourceCommand extends $Command< * @public */ constructor(readonly input: ListTagsForResourceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -153,7 +148,4 @@ export class ListTagsForResourceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListTagsForResourceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-cloudwatch-logs/src/commands/ListTagsLogGroupCommand.ts b/clients/client-cloudwatch-logs/src/commands/ListTagsLogGroupCommand.ts index 7727e3f62c16..f8ffa6bee957 100644 --- a/clients/client-cloudwatch-logs/src/commands/ListTagsLogGroupCommand.ts +++ b/clients/client-cloudwatch-logs/src/commands/ListTagsLogGroupCommand.ts @@ -84,9 +84,6 @@ export class ListTagsLogGroupCommand extends $Command< ListTagsLogGroupCommandOutput, CloudWatchLogsClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -100,9 +97,7 @@ export class ListTagsLogGroupCommand extends $Command< * @public */ constructor(readonly input: ListTagsLogGroupCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -155,7 +150,4 @@ export class ListTagsLogGroupCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListTagsLogGroupCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-cloudwatch-logs/src/commands/PutAccountPolicyCommand.ts b/clients/client-cloudwatch-logs/src/commands/PutAccountPolicyCommand.ts index 9b92689b2bd1..6f9129729881 100644 --- a/clients/client-cloudwatch-logs/src/commands/PutAccountPolicyCommand.ts +++ b/clients/client-cloudwatch-logs/src/commands/PutAccountPolicyCommand.ts @@ -118,9 +118,6 @@ export class PutAccountPolicyCommand extends $Command< PutAccountPolicyCommandOutput, CloudWatchLogsClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -134,9 +131,7 @@ export class PutAccountPolicyCommand extends $Command< * @public */ constructor(readonly input: PutAccountPolicyCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -189,7 +184,4 @@ export class PutAccountPolicyCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_PutAccountPolicyCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-cloudwatch-logs/src/commands/PutDataProtectionPolicyCommand.ts b/clients/client-cloudwatch-logs/src/commands/PutDataProtectionPolicyCommand.ts index 192056053ff0..f170073e5f3b 100644 --- a/clients/client-cloudwatch-logs/src/commands/PutDataProtectionPolicyCommand.ts +++ b/clients/client-cloudwatch-logs/src/commands/PutDataProtectionPolicyCommand.ts @@ -108,9 +108,6 @@ export class PutDataProtectionPolicyCommand extends $Command< PutDataProtectionPolicyCommandOutput, CloudWatchLogsClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -124,9 +121,7 @@ export class PutDataProtectionPolicyCommand extends $Command< * @public */ constructor(readonly input: PutDataProtectionPolicyCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -179,7 +174,4 @@ export class PutDataProtectionPolicyCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_PutDataProtectionPolicyCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-cloudwatch-logs/src/commands/PutDeliveryDestinationCommand.ts b/clients/client-cloudwatch-logs/src/commands/PutDeliveryDestinationCommand.ts index 9662388d1f75..792fd9c82e55 100644 --- a/clients/client-cloudwatch-logs/src/commands/PutDeliveryDestinationCommand.ts +++ b/clients/client-cloudwatch-logs/src/commands/PutDeliveryDestinationCommand.ts @@ -142,9 +142,6 @@ export class PutDeliveryDestinationCommand extends $Command< PutDeliveryDestinationCommandOutput, CloudWatchLogsClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -158,9 +155,7 @@ export class PutDeliveryDestinationCommand extends $Command< * @public */ constructor(readonly input: PutDeliveryDestinationCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -213,7 +208,4 @@ export class PutDeliveryDestinationCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_PutDeliveryDestinationCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-cloudwatch-logs/src/commands/PutDeliveryDestinationPolicyCommand.ts b/clients/client-cloudwatch-logs/src/commands/PutDeliveryDestinationPolicyCommand.ts index 7a2c9b070fee..c3bb7c574476 100644 --- a/clients/client-cloudwatch-logs/src/commands/PutDeliveryDestinationPolicyCommand.ts +++ b/clients/client-cloudwatch-logs/src/commands/PutDeliveryDestinationPolicyCommand.ts @@ -120,9 +120,6 @@ export class PutDeliveryDestinationPolicyCommand extends $Command< PutDeliveryDestinationPolicyCommandOutput, CloudWatchLogsClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -136,9 +133,7 @@ export class PutDeliveryDestinationPolicyCommand extends $Command< * @public */ constructor(readonly input: PutDeliveryDestinationPolicyCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -194,7 +189,4 @@ export class PutDeliveryDestinationPolicyCommand extends $Command< ): Promise { return de_PutDeliveryDestinationPolicyCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-cloudwatch-logs/src/commands/PutDeliverySourceCommand.ts b/clients/client-cloudwatch-logs/src/commands/PutDeliverySourceCommand.ts index 34f700d72ed8..cb9c422eadca 100644 --- a/clients/client-cloudwatch-logs/src/commands/PutDeliverySourceCommand.ts +++ b/clients/client-cloudwatch-logs/src/commands/PutDeliverySourceCommand.ts @@ -139,9 +139,6 @@ export class PutDeliverySourceCommand extends $Command< PutDeliverySourceCommandOutput, CloudWatchLogsClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -155,9 +152,7 @@ export class PutDeliverySourceCommand extends $Command< * @public */ constructor(readonly input: PutDeliverySourceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -210,7 +205,4 @@ export class PutDeliverySourceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_PutDeliverySourceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-cloudwatch-logs/src/commands/PutDestinationCommand.ts b/clients/client-cloudwatch-logs/src/commands/PutDestinationCommand.ts index 2967f34c6fa1..fd8f1fc5ea13 100644 --- a/clients/client-cloudwatch-logs/src/commands/PutDestinationCommand.ts +++ b/clients/client-cloudwatch-logs/src/commands/PutDestinationCommand.ts @@ -100,9 +100,6 @@ export class PutDestinationCommand extends $Command< PutDestinationCommandOutput, CloudWatchLogsClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -116,9 +113,7 @@ export class PutDestinationCommand extends $Command< * @public */ constructor(readonly input: PutDestinationCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -171,7 +166,4 @@ export class PutDestinationCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_PutDestinationCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-cloudwatch-logs/src/commands/PutDestinationPolicyCommand.ts b/clients/client-cloudwatch-logs/src/commands/PutDestinationPolicyCommand.ts index 0d8c02556d8b..f83a0b459951 100644 --- a/clients/client-cloudwatch-logs/src/commands/PutDestinationPolicyCommand.ts +++ b/clients/client-cloudwatch-logs/src/commands/PutDestinationPolicyCommand.ts @@ -81,9 +81,6 @@ export class PutDestinationPolicyCommand extends $Command< PutDestinationPolicyCommandOutput, CloudWatchLogsClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -97,9 +94,7 @@ export class PutDestinationPolicyCommand extends $Command< * @public */ constructor(readonly input: PutDestinationPolicyCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -152,7 +147,4 @@ export class PutDestinationPolicyCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_PutDestinationPolicyCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-cloudwatch-logs/src/commands/PutLogEventsCommand.ts b/clients/client-cloudwatch-logs/src/commands/PutLogEventsCommand.ts index 87b1d59d2a71..7a7fa757bc5a 100644 --- a/clients/client-cloudwatch-logs/src/commands/PutLogEventsCommand.ts +++ b/clients/client-cloudwatch-logs/src/commands/PutLogEventsCommand.ts @@ -165,9 +165,6 @@ export class PutLogEventsCommand extends $Command< PutLogEventsCommandOutput, CloudWatchLogsClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -181,9 +178,7 @@ export class PutLogEventsCommand extends $Command< * @public */ constructor(readonly input: PutLogEventsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -234,7 +229,4 @@ export class PutLogEventsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_PutLogEventsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-cloudwatch-logs/src/commands/PutMetricFilterCommand.ts b/clients/client-cloudwatch-logs/src/commands/PutMetricFilterCommand.ts index 6e988641cab9..5ba4eb6910f2 100644 --- a/clients/client-cloudwatch-logs/src/commands/PutMetricFilterCommand.ts +++ b/clients/client-cloudwatch-logs/src/commands/PutMetricFilterCommand.ts @@ -118,9 +118,6 @@ export class PutMetricFilterCommand extends $Command< PutMetricFilterCommandOutput, CloudWatchLogsClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -134,9 +131,7 @@ export class PutMetricFilterCommand extends $Command< * @public */ constructor(readonly input: PutMetricFilterCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -189,7 +184,4 @@ export class PutMetricFilterCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_PutMetricFilterCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-cloudwatch-logs/src/commands/PutQueryDefinitionCommand.ts b/clients/client-cloudwatch-logs/src/commands/PutQueryDefinitionCommand.ts index 6811e966f0a8..8028d6f1305d 100644 --- a/clients/client-cloudwatch-logs/src/commands/PutQueryDefinitionCommand.ts +++ b/clients/client-cloudwatch-logs/src/commands/PutQueryDefinitionCommand.ts @@ -98,9 +98,6 @@ export class PutQueryDefinitionCommand extends $Command< PutQueryDefinitionCommandOutput, CloudWatchLogsClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -114,9 +111,7 @@ export class PutQueryDefinitionCommand extends $Command< * @public */ constructor(readonly input: PutQueryDefinitionCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -169,7 +164,4 @@ export class PutQueryDefinitionCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_PutQueryDefinitionCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-cloudwatch-logs/src/commands/PutResourcePolicyCommand.ts b/clients/client-cloudwatch-logs/src/commands/PutResourcePolicyCommand.ts index d1c805e2c795..c04628ad8698 100644 --- a/clients/client-cloudwatch-logs/src/commands/PutResourcePolicyCommand.ts +++ b/clients/client-cloudwatch-logs/src/commands/PutResourcePolicyCommand.ts @@ -86,9 +86,6 @@ export class PutResourcePolicyCommand extends $Command< PutResourcePolicyCommandOutput, CloudWatchLogsClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -102,9 +99,7 @@ export class PutResourcePolicyCommand extends $Command< * @public */ constructor(readonly input: PutResourcePolicyCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -157,7 +152,4 @@ export class PutResourcePolicyCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_PutResourcePolicyCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-cloudwatch-logs/src/commands/PutRetentionPolicyCommand.ts b/clients/client-cloudwatch-logs/src/commands/PutRetentionPolicyCommand.ts index 279f80915fb4..ae028eb62369 100644 --- a/clients/client-cloudwatch-logs/src/commands/PutRetentionPolicyCommand.ts +++ b/clients/client-cloudwatch-logs/src/commands/PutRetentionPolicyCommand.ts @@ -99,9 +99,6 @@ export class PutRetentionPolicyCommand extends $Command< PutRetentionPolicyCommandOutput, CloudWatchLogsClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -115,9 +112,7 @@ export class PutRetentionPolicyCommand extends $Command< * @public */ constructor(readonly input: PutRetentionPolicyCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -170,7 +165,4 @@ export class PutRetentionPolicyCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_PutRetentionPolicyCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-cloudwatch-logs/src/commands/PutSubscriptionFilterCommand.ts b/clients/client-cloudwatch-logs/src/commands/PutSubscriptionFilterCommand.ts index 749d8227d20e..5487af231c0c 100644 --- a/clients/client-cloudwatch-logs/src/commands/PutSubscriptionFilterCommand.ts +++ b/clients/client-cloudwatch-logs/src/commands/PutSubscriptionFilterCommand.ts @@ -117,9 +117,6 @@ export class PutSubscriptionFilterCommand extends $Command< PutSubscriptionFilterCommandOutput, CloudWatchLogsClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -133,9 +130,7 @@ export class PutSubscriptionFilterCommand extends $Command< * @public */ constructor(readonly input: PutSubscriptionFilterCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -188,7 +183,4 @@ export class PutSubscriptionFilterCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_PutSubscriptionFilterCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-cloudwatch-logs/src/commands/StartQueryCommand.ts b/clients/client-cloudwatch-logs/src/commands/StartQueryCommand.ts index 792f8d879f75..04e1a1a44f9f 100644 --- a/clients/client-cloudwatch-logs/src/commands/StartQueryCommand.ts +++ b/clients/client-cloudwatch-logs/src/commands/StartQueryCommand.ts @@ -119,9 +119,6 @@ export class StartQueryCommand extends $Command< StartQueryCommandOutput, CloudWatchLogsClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -135,9 +132,7 @@ export class StartQueryCommand extends $Command< * @public */ constructor(readonly input: StartQueryCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -188,7 +183,4 @@ export class StartQueryCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_StartQueryCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-cloudwatch-logs/src/commands/StopQueryCommand.ts b/clients/client-cloudwatch-logs/src/commands/StopQueryCommand.ts index b87c9ac75ea1..6ee59a4429a6 100644 --- a/clients/client-cloudwatch-logs/src/commands/StopQueryCommand.ts +++ b/clients/client-cloudwatch-logs/src/commands/StopQueryCommand.ts @@ -80,9 +80,6 @@ export class StopQueryCommand extends $Command< StopQueryCommandOutput, CloudWatchLogsClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -96,9 +93,7 @@ export class StopQueryCommand extends $Command< * @public */ constructor(readonly input: StopQueryCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -149,7 +144,4 @@ export class StopQueryCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_StopQueryCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-cloudwatch-logs/src/commands/TagLogGroupCommand.ts b/clients/client-cloudwatch-logs/src/commands/TagLogGroupCommand.ts index 9af725ac97c0..54de78b29929 100644 --- a/clients/client-cloudwatch-logs/src/commands/TagLogGroupCommand.ts +++ b/clients/client-cloudwatch-logs/src/commands/TagLogGroupCommand.ts @@ -92,9 +92,6 @@ export class TagLogGroupCommand extends $Command< TagLogGroupCommandOutput, CloudWatchLogsClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -108,9 +105,7 @@ export class TagLogGroupCommand extends $Command< * @public */ constructor(readonly input: TagLogGroupCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -161,7 +156,4 @@ export class TagLogGroupCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_TagLogGroupCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-cloudwatch-logs/src/commands/TagResourceCommand.ts b/clients/client-cloudwatch-logs/src/commands/TagResourceCommand.ts index 1884045824ca..dc5bc736970a 100644 --- a/clients/client-cloudwatch-logs/src/commands/TagResourceCommand.ts +++ b/clients/client-cloudwatch-logs/src/commands/TagResourceCommand.ts @@ -94,9 +94,6 @@ export class TagResourceCommand extends $Command< TagResourceCommandOutput, CloudWatchLogsClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -110,9 +107,7 @@ export class TagResourceCommand extends $Command< * @public */ constructor(readonly input: TagResourceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -163,7 +158,4 @@ export class TagResourceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_TagResourceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-cloudwatch-logs/src/commands/TestMetricFilterCommand.ts b/clients/client-cloudwatch-logs/src/commands/TestMetricFilterCommand.ts index 674045116447..7f48e0cfd11a 100644 --- a/clients/client-cloudwatch-logs/src/commands/TestMetricFilterCommand.ts +++ b/clients/client-cloudwatch-logs/src/commands/TestMetricFilterCommand.ts @@ -88,9 +88,6 @@ export class TestMetricFilterCommand extends $Command< TestMetricFilterCommandOutput, CloudWatchLogsClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -104,9 +101,7 @@ export class TestMetricFilterCommand extends $Command< * @public */ constructor(readonly input: TestMetricFilterCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -159,7 +154,4 @@ export class TestMetricFilterCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_TestMetricFilterCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-cloudwatch-logs/src/commands/UntagLogGroupCommand.ts b/clients/client-cloudwatch-logs/src/commands/UntagLogGroupCommand.ts index 253fe0274109..64f01c434c28 100644 --- a/clients/client-cloudwatch-logs/src/commands/UntagLogGroupCommand.ts +++ b/clients/client-cloudwatch-logs/src/commands/UntagLogGroupCommand.ts @@ -86,9 +86,6 @@ export class UntagLogGroupCommand extends $Command< UntagLogGroupCommandOutput, CloudWatchLogsClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -102,9 +99,7 @@ export class UntagLogGroupCommand extends $Command< * @public */ constructor(readonly input: UntagLogGroupCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -155,7 +150,4 @@ export class UntagLogGroupCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UntagLogGroupCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-cloudwatch-logs/src/commands/UntagResourceCommand.ts b/clients/client-cloudwatch-logs/src/commands/UntagResourceCommand.ts index fe2ef66d5cda..7b67a1160486 100644 --- a/clients/client-cloudwatch-logs/src/commands/UntagResourceCommand.ts +++ b/clients/client-cloudwatch-logs/src/commands/UntagResourceCommand.ts @@ -80,9 +80,6 @@ export class UntagResourceCommand extends $Command< UntagResourceCommandOutput, CloudWatchLogsClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -96,9 +93,7 @@ export class UntagResourceCommand extends $Command< * @public */ constructor(readonly input: UntagResourceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -149,7 +144,4 @@ export class UntagResourceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UntagResourceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-cloudwatch/package.json b/clients/client-cloudwatch/package.json index b0ccdbdaba07..3c2087055e31 100644 --- a/clients/client-cloudwatch/package.json +++ b/clients/client-cloudwatch/package.json @@ -34,30 +34,30 @@ "@aws-sdk/util-endpoints": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@smithy/config-resolver": "^2.0.16", - "@smithy/fetch-http-handler": "^2.2.4", - "@smithy/hash-node": "^2.0.12", - "@smithy/invalid-dependency": "^2.0.12", - "@smithy/middleware-content-length": "^2.0.14", - "@smithy/middleware-endpoint": "^2.1.3", - "@smithy/middleware-retry": "^2.0.18", - "@smithy/middleware-serde": "^2.0.12", - "@smithy/middleware-stack": "^2.0.6", - "@smithy/node-config-provider": "^2.1.3", - "@smithy/node-http-handler": "^2.1.8", - "@smithy/protocol-http": "^3.0.8", - "@smithy/smithy-client": "^2.1.12", - "@smithy/types": "^2.4.0", - "@smithy/url-parser": "^2.0.12", - "@smithy/util-base64": "^2.0.0", + "@smithy/config-resolver": "^2.0.18", + "@smithy/fetch-http-handler": "^2.2.6", + "@smithy/hash-node": "^2.0.15", + "@smithy/invalid-dependency": "^2.0.13", + "@smithy/middleware-content-length": "^2.0.15", + "@smithy/middleware-endpoint": "^2.2.0", + "@smithy/middleware-retry": "^2.0.20", + "@smithy/middleware-serde": "^2.0.13", + "@smithy/middleware-stack": "^2.0.7", + "@smithy/node-config-provider": "^2.1.5", + "@smithy/node-http-handler": "^2.1.9", + "@smithy/protocol-http": "^3.0.9", + "@smithy/smithy-client": "^2.1.15", + "@smithy/types": "^2.5.0", + "@smithy/url-parser": "^2.0.13", + "@smithy/util-base64": "^2.0.1", "@smithy/util-body-length-browser": "^2.0.0", "@smithy/util-body-length-node": "^2.1.0", - "@smithy/util-defaults-mode-browser": "^2.0.16", - "@smithy/util-defaults-mode-node": "^2.0.21", - "@smithy/util-endpoints": "^1.0.2", - "@smithy/util-retry": "^2.0.5", - "@smithy/util-utf8": "^2.0.0", - "@smithy/util-waiter": "^2.0.12", + "@smithy/util-defaults-mode-browser": "^2.0.19", + "@smithy/util-defaults-mode-node": "^2.0.25", + "@smithy/util-endpoints": "^1.0.4", + "@smithy/util-retry": "^2.0.6", + "@smithy/util-utf8": "^2.0.2", + "@smithy/util-waiter": "^2.0.13", "fast-xml-parser": "4.2.5", "tslib": "^2.5.0" }, diff --git a/clients/client-cloudwatch/src/commands/DeleteAlarmsCommand.ts b/clients/client-cloudwatch/src/commands/DeleteAlarmsCommand.ts index 0951d90dd99f..51b269ef1797 100644 --- a/clients/client-cloudwatch/src/commands/DeleteAlarmsCommand.ts +++ b/clients/client-cloudwatch/src/commands/DeleteAlarmsCommand.ts @@ -90,9 +90,6 @@ export class DeleteAlarmsCommand extends $Command< DeleteAlarmsCommandOutput, CloudWatchClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -106,9 +103,7 @@ export class DeleteAlarmsCommand extends $Command< * @public */ constructor(readonly input: DeleteAlarmsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -159,7 +154,4 @@ export class DeleteAlarmsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteAlarmsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-cloudwatch/src/commands/DeleteAnomalyDetectorCommand.ts b/clients/client-cloudwatch/src/commands/DeleteAnomalyDetectorCommand.ts index 33e6b5bea77c..31bc90a0d02c 100644 --- a/clients/client-cloudwatch/src/commands/DeleteAnomalyDetectorCommand.ts +++ b/clients/client-cloudwatch/src/commands/DeleteAnomalyDetectorCommand.ts @@ -132,9 +132,6 @@ export class DeleteAnomalyDetectorCommand extends $Command< DeleteAnomalyDetectorCommandOutput, CloudWatchClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -148,9 +145,7 @@ export class DeleteAnomalyDetectorCommand extends $Command< * @public */ constructor(readonly input: DeleteAnomalyDetectorCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -203,7 +198,4 @@ export class DeleteAnomalyDetectorCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteAnomalyDetectorCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-cloudwatch/src/commands/DeleteDashboardsCommand.ts b/clients/client-cloudwatch/src/commands/DeleteDashboardsCommand.ts index 3c72c6a25c37..08ce83b7b7fc 100644 --- a/clients/client-cloudwatch/src/commands/DeleteDashboardsCommand.ts +++ b/clients/client-cloudwatch/src/commands/DeleteDashboardsCommand.ts @@ -81,9 +81,6 @@ export class DeleteDashboardsCommand extends $Command< DeleteDashboardsCommandOutput, CloudWatchClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -97,9 +94,7 @@ export class DeleteDashboardsCommand extends $Command< * @public */ constructor(readonly input: DeleteDashboardsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -152,7 +147,4 @@ export class DeleteDashboardsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteDashboardsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-cloudwatch/src/commands/DeleteInsightRulesCommand.ts b/clients/client-cloudwatch/src/commands/DeleteInsightRulesCommand.ts index a5c4023c9d27..b30b9895cec7 100644 --- a/clients/client-cloudwatch/src/commands/DeleteInsightRulesCommand.ts +++ b/clients/client-cloudwatch/src/commands/DeleteInsightRulesCommand.ts @@ -88,9 +88,6 @@ export class DeleteInsightRulesCommand extends $Command< DeleteInsightRulesCommandOutput, CloudWatchClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -104,9 +101,7 @@ export class DeleteInsightRulesCommand extends $Command< * @public */ constructor(readonly input: DeleteInsightRulesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -159,7 +154,4 @@ export class DeleteInsightRulesCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteInsightRulesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-cloudwatch/src/commands/DeleteMetricStreamCommand.ts b/clients/client-cloudwatch/src/commands/DeleteMetricStreamCommand.ts index 3bc6db3e1c0d..2551845b9f0b 100644 --- a/clients/client-cloudwatch/src/commands/DeleteMetricStreamCommand.ts +++ b/clients/client-cloudwatch/src/commands/DeleteMetricStreamCommand.ts @@ -77,9 +77,6 @@ export class DeleteMetricStreamCommand extends $Command< DeleteMetricStreamCommandOutput, CloudWatchClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -93,9 +90,7 @@ export class DeleteMetricStreamCommand extends $Command< * @public */ constructor(readonly input: DeleteMetricStreamCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -148,7 +143,4 @@ export class DeleteMetricStreamCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteMetricStreamCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-cloudwatch/src/commands/DescribeAlarmHistoryCommand.ts b/clients/client-cloudwatch/src/commands/DescribeAlarmHistoryCommand.ts index 1b440276c567..609c840d86b2 100644 --- a/clients/client-cloudwatch/src/commands/DescribeAlarmHistoryCommand.ts +++ b/clients/client-cloudwatch/src/commands/DescribeAlarmHistoryCommand.ts @@ -97,9 +97,6 @@ export class DescribeAlarmHistoryCommand extends $Command< DescribeAlarmHistoryCommandOutput, CloudWatchClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -113,9 +110,7 @@ export class DescribeAlarmHistoryCommand extends $Command< * @public */ constructor(readonly input: DescribeAlarmHistoryCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -168,7 +163,4 @@ export class DescribeAlarmHistoryCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DescribeAlarmHistoryCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-cloudwatch/src/commands/DescribeAlarmsCommand.ts b/clients/client-cloudwatch/src/commands/DescribeAlarmsCommand.ts index 437945c05e0a..7aab1b48f890 100644 --- a/clients/client-cloudwatch/src/commands/DescribeAlarmsCommand.ts +++ b/clients/client-cloudwatch/src/commands/DescribeAlarmsCommand.ts @@ -184,9 +184,6 @@ export class DescribeAlarmsCommand extends $Command< DescribeAlarmsCommandOutput, CloudWatchClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -200,9 +197,7 @@ export class DescribeAlarmsCommand extends $Command< * @public */ constructor(readonly input: DescribeAlarmsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -255,7 +250,4 @@ export class DescribeAlarmsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DescribeAlarmsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-cloudwatch/src/commands/DescribeAlarmsForMetricCommand.ts b/clients/client-cloudwatch/src/commands/DescribeAlarmsForMetricCommand.ts index 26d6bdc254e1..fc9e5e43cccc 100644 --- a/clients/client-cloudwatch/src/commands/DescribeAlarmsForMetricCommand.ts +++ b/clients/client-cloudwatch/src/commands/DescribeAlarmsForMetricCommand.ts @@ -152,9 +152,6 @@ export class DescribeAlarmsForMetricCommand extends $Command< DescribeAlarmsForMetricCommandOutput, CloudWatchClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -168,9 +165,7 @@ export class DescribeAlarmsForMetricCommand extends $Command< * @public */ constructor(readonly input: DescribeAlarmsForMetricCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -223,7 +218,4 @@ export class DescribeAlarmsForMetricCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DescribeAlarmsForMetricCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-cloudwatch/src/commands/DescribeAnomalyDetectorsCommand.ts b/clients/client-cloudwatch/src/commands/DescribeAnomalyDetectorsCommand.ts index 82a78b10b3df..0edd97a72fd1 100644 --- a/clients/client-cloudwatch/src/commands/DescribeAnomalyDetectorsCommand.ts +++ b/clients/client-cloudwatch/src/commands/DescribeAnomalyDetectorsCommand.ts @@ -156,9 +156,6 @@ export class DescribeAnomalyDetectorsCommand extends $Command< DescribeAnomalyDetectorsCommandOutput, CloudWatchClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -172,9 +169,7 @@ export class DescribeAnomalyDetectorsCommand extends $Command< * @public */ constructor(readonly input: DescribeAnomalyDetectorsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -227,7 +222,4 @@ export class DescribeAnomalyDetectorsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DescribeAnomalyDetectorsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-cloudwatch/src/commands/DescribeInsightRulesCommand.ts b/clients/client-cloudwatch/src/commands/DescribeInsightRulesCommand.ts index 528514012601..2e7e1e1d388a 100644 --- a/clients/client-cloudwatch/src/commands/DescribeInsightRulesCommand.ts +++ b/clients/client-cloudwatch/src/commands/DescribeInsightRulesCommand.ts @@ -85,9 +85,6 @@ export class DescribeInsightRulesCommand extends $Command< DescribeInsightRulesCommandOutput, CloudWatchClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -101,9 +98,7 @@ export class DescribeInsightRulesCommand extends $Command< * @public */ constructor(readonly input: DescribeInsightRulesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -156,7 +151,4 @@ export class DescribeInsightRulesCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DescribeInsightRulesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-cloudwatch/src/commands/DisableAlarmActionsCommand.ts b/clients/client-cloudwatch/src/commands/DisableAlarmActionsCommand.ts index a06628f935db..129f1058d7c4 100644 --- a/clients/client-cloudwatch/src/commands/DisableAlarmActionsCommand.ts +++ b/clients/client-cloudwatch/src/commands/DisableAlarmActionsCommand.ts @@ -71,9 +71,6 @@ export class DisableAlarmActionsCommand extends $Command< DisableAlarmActionsCommandOutput, CloudWatchClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -87,9 +84,7 @@ export class DisableAlarmActionsCommand extends $Command< * @public */ constructor(readonly input: DisableAlarmActionsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -142,7 +137,4 @@ export class DisableAlarmActionsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DisableAlarmActionsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-cloudwatch/src/commands/DisableInsightRulesCommand.ts b/clients/client-cloudwatch/src/commands/DisableInsightRulesCommand.ts index af84f5bf289f..36a0ec341f27 100644 --- a/clients/client-cloudwatch/src/commands/DisableInsightRulesCommand.ts +++ b/clients/client-cloudwatch/src/commands/DisableInsightRulesCommand.ts @@ -86,9 +86,6 @@ export class DisableInsightRulesCommand extends $Command< DisableInsightRulesCommandOutput, CloudWatchClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -102,9 +99,7 @@ export class DisableInsightRulesCommand extends $Command< * @public */ constructor(readonly input: DisableInsightRulesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -157,7 +152,4 @@ export class DisableInsightRulesCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DisableInsightRulesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-cloudwatch/src/commands/EnableAlarmActionsCommand.ts b/clients/client-cloudwatch/src/commands/EnableAlarmActionsCommand.ts index 80e4abecd637..5f0fca47560e 100644 --- a/clients/client-cloudwatch/src/commands/EnableAlarmActionsCommand.ts +++ b/clients/client-cloudwatch/src/commands/EnableAlarmActionsCommand.ts @@ -70,9 +70,6 @@ export class EnableAlarmActionsCommand extends $Command< EnableAlarmActionsCommandOutput, CloudWatchClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -86,9 +83,7 @@ export class EnableAlarmActionsCommand extends $Command< * @public */ constructor(readonly input: EnableAlarmActionsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -141,7 +136,4 @@ export class EnableAlarmActionsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_EnableAlarmActionsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-cloudwatch/src/commands/EnableInsightRulesCommand.ts b/clients/client-cloudwatch/src/commands/EnableInsightRulesCommand.ts index 5729a5c9a919..c2e3debc1fab 100644 --- a/clients/client-cloudwatch/src/commands/EnableInsightRulesCommand.ts +++ b/clients/client-cloudwatch/src/commands/EnableInsightRulesCommand.ts @@ -88,9 +88,6 @@ export class EnableInsightRulesCommand extends $Command< EnableInsightRulesCommandOutput, CloudWatchClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -104,9 +101,7 @@ export class EnableInsightRulesCommand extends $Command< * @public */ constructor(readonly input: EnableInsightRulesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -159,7 +154,4 @@ export class EnableInsightRulesCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_EnableInsightRulesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-cloudwatch/src/commands/GetDashboardCommand.ts b/clients/client-cloudwatch/src/commands/GetDashboardCommand.ts index ab54495045f9..42d5b40eea7e 100644 --- a/clients/client-cloudwatch/src/commands/GetDashboardCommand.ts +++ b/clients/client-cloudwatch/src/commands/GetDashboardCommand.ts @@ -84,9 +84,6 @@ export class GetDashboardCommand extends $Command< GetDashboardCommandOutput, CloudWatchClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -100,9 +97,7 @@ export class GetDashboardCommand extends $Command< * @public */ constructor(readonly input: GetDashboardCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -153,7 +148,4 @@ export class GetDashboardCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetDashboardCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-cloudwatch/src/commands/GetInsightRuleReportCommand.ts b/clients/client-cloudwatch/src/commands/GetInsightRuleReportCommand.ts index 8994a84208f9..37617701522e 100644 --- a/clients/client-cloudwatch/src/commands/GetInsightRuleReportCommand.ts +++ b/clients/client-cloudwatch/src/commands/GetInsightRuleReportCommand.ts @@ -154,9 +154,6 @@ export class GetInsightRuleReportCommand extends $Command< GetInsightRuleReportCommandOutput, CloudWatchClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -170,9 +167,7 @@ export class GetInsightRuleReportCommand extends $Command< * @public */ constructor(readonly input: GetInsightRuleReportCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -225,7 +220,4 @@ export class GetInsightRuleReportCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetInsightRuleReportCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-cloudwatch/src/commands/GetMetricDataCommand.ts b/clients/client-cloudwatch/src/commands/GetMetricDataCommand.ts index e511edb86272..9b9d42e326f7 100644 --- a/clients/client-cloudwatch/src/commands/GetMetricDataCommand.ts +++ b/clients/client-cloudwatch/src/commands/GetMetricDataCommand.ts @@ -177,9 +177,6 @@ export class GetMetricDataCommand extends $Command< GetMetricDataCommandOutput, CloudWatchClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -193,9 +190,7 @@ export class GetMetricDataCommand extends $Command< * @public */ constructor(readonly input: GetMetricDataCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -246,7 +241,4 @@ export class GetMetricDataCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetMetricDataCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-cloudwatch/src/commands/GetMetricStatisticsCommand.ts b/clients/client-cloudwatch/src/commands/GetMetricStatisticsCommand.ts index 793c49469027..c9ef50580423 100644 --- a/clients/client-cloudwatch/src/commands/GetMetricStatisticsCommand.ts +++ b/clients/client-cloudwatch/src/commands/GetMetricStatisticsCommand.ts @@ -159,9 +159,6 @@ export class GetMetricStatisticsCommand extends $Command< GetMetricStatisticsCommandOutput, CloudWatchClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -175,9 +172,7 @@ export class GetMetricStatisticsCommand extends $Command< * @public */ constructor(readonly input: GetMetricStatisticsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -230,7 +225,4 @@ export class GetMetricStatisticsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetMetricStatisticsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-cloudwatch/src/commands/GetMetricStreamCommand.ts b/clients/client-cloudwatch/src/commands/GetMetricStreamCommand.ts index 98741829281b..45c6e31bdc11 100644 --- a/clients/client-cloudwatch/src/commands/GetMetricStreamCommand.ts +++ b/clients/client-cloudwatch/src/commands/GetMetricStreamCommand.ts @@ -122,9 +122,6 @@ export class GetMetricStreamCommand extends $Command< GetMetricStreamCommandOutput, CloudWatchClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -138,9 +135,7 @@ export class GetMetricStreamCommand extends $Command< * @public */ constructor(readonly input: GetMetricStreamCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -193,7 +188,4 @@ export class GetMetricStreamCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetMetricStreamCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-cloudwatch/src/commands/GetMetricWidgetImageCommand.ts b/clients/client-cloudwatch/src/commands/GetMetricWidgetImageCommand.ts index 579ef87204b3..28bd5929c3f4 100644 --- a/clients/client-cloudwatch/src/commands/GetMetricWidgetImageCommand.ts +++ b/clients/client-cloudwatch/src/commands/GetMetricWidgetImageCommand.ts @@ -86,9 +86,6 @@ export class GetMetricWidgetImageCommand extends $Command< GetMetricWidgetImageCommandOutput, CloudWatchClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -102,9 +99,7 @@ export class GetMetricWidgetImageCommand extends $Command< * @public */ constructor(readonly input: GetMetricWidgetImageCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -157,7 +152,4 @@ export class GetMetricWidgetImageCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetMetricWidgetImageCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-cloudwatch/src/commands/ListDashboardsCommand.ts b/clients/client-cloudwatch/src/commands/ListDashboardsCommand.ts index 9daed971f76c..c7f1b646b5c0 100644 --- a/clients/client-cloudwatch/src/commands/ListDashboardsCommand.ts +++ b/clients/client-cloudwatch/src/commands/ListDashboardsCommand.ts @@ -93,9 +93,6 @@ export class ListDashboardsCommand extends $Command< ListDashboardsCommandOutput, CloudWatchClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -109,9 +106,7 @@ export class ListDashboardsCommand extends $Command< * @public */ constructor(readonly input: ListDashboardsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -164,7 +159,4 @@ export class ListDashboardsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListDashboardsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-cloudwatch/src/commands/ListManagedInsightRulesCommand.ts b/clients/client-cloudwatch/src/commands/ListManagedInsightRulesCommand.ts index d51740678e73..bdd00bdb61ff 100644 --- a/clients/client-cloudwatch/src/commands/ListManagedInsightRulesCommand.ts +++ b/clients/client-cloudwatch/src/commands/ListManagedInsightRulesCommand.ts @@ -97,9 +97,6 @@ export class ListManagedInsightRulesCommand extends $Command< ListManagedInsightRulesCommandOutput, CloudWatchClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -113,9 +110,7 @@ export class ListManagedInsightRulesCommand extends $Command< * @public */ constructor(readonly input: ListManagedInsightRulesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -168,7 +163,4 @@ export class ListManagedInsightRulesCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListManagedInsightRulesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-cloudwatch/src/commands/ListMetricStreamsCommand.ts b/clients/client-cloudwatch/src/commands/ListMetricStreamsCommand.ts index 7d0a33eb2275..944b30e23966 100644 --- a/clients/client-cloudwatch/src/commands/ListMetricStreamsCommand.ts +++ b/clients/client-cloudwatch/src/commands/ListMetricStreamsCommand.ts @@ -94,9 +94,6 @@ export class ListMetricStreamsCommand extends $Command< ListMetricStreamsCommandOutput, CloudWatchClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -110,9 +107,7 @@ export class ListMetricStreamsCommand extends $Command< * @public */ constructor(readonly input: ListMetricStreamsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -165,7 +160,4 @@ export class ListMetricStreamsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListMetricStreamsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-cloudwatch/src/commands/ListMetricsCommand.ts b/clients/client-cloudwatch/src/commands/ListMetricsCommand.ts index ab95295f30e2..1f6a12ca5e1a 100644 --- a/clients/client-cloudwatch/src/commands/ListMetricsCommand.ts +++ b/clients/client-cloudwatch/src/commands/ListMetricsCommand.ts @@ -114,9 +114,6 @@ export class ListMetricsCommand extends $Command< ListMetricsCommandOutput, CloudWatchClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -130,9 +127,7 @@ export class ListMetricsCommand extends $Command< * @public */ constructor(readonly input: ListMetricsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -183,7 +178,4 @@ export class ListMetricsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListMetricsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-cloudwatch/src/commands/ListTagsForResourceCommand.ts b/clients/client-cloudwatch/src/commands/ListTagsForResourceCommand.ts index 1a04dc8d75ea..fdefbb755f02 100644 --- a/clients/client-cloudwatch/src/commands/ListTagsForResourceCommand.ts +++ b/clients/client-cloudwatch/src/commands/ListTagsForResourceCommand.ts @@ -85,9 +85,6 @@ export class ListTagsForResourceCommand extends $Command< ListTagsForResourceCommandOutput, CloudWatchClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -101,9 +98,7 @@ export class ListTagsForResourceCommand extends $Command< * @public */ constructor(readonly input: ListTagsForResourceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -156,7 +151,4 @@ export class ListTagsForResourceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListTagsForResourceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-cloudwatch/src/commands/PutAnomalyDetectorCommand.ts b/clients/client-cloudwatch/src/commands/PutAnomalyDetectorCommand.ts index fdaca46b3af9..3a874c1ff26f 100644 --- a/clients/client-cloudwatch/src/commands/PutAnomalyDetectorCommand.ts +++ b/clients/client-cloudwatch/src/commands/PutAnomalyDetectorCommand.ts @@ -135,9 +135,6 @@ export class PutAnomalyDetectorCommand extends $Command< PutAnomalyDetectorCommandOutput, CloudWatchClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -151,9 +148,7 @@ export class PutAnomalyDetectorCommand extends $Command< * @public */ constructor(readonly input: PutAnomalyDetectorCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -206,7 +201,4 @@ export class PutAnomalyDetectorCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_PutAnomalyDetectorCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-cloudwatch/src/commands/PutCompositeAlarmCommand.ts b/clients/client-cloudwatch/src/commands/PutCompositeAlarmCommand.ts index cd9ce5d36bbf..71737735fa1b 100644 --- a/clients/client-cloudwatch/src/commands/PutCompositeAlarmCommand.ts +++ b/clients/client-cloudwatch/src/commands/PutCompositeAlarmCommand.ts @@ -130,9 +130,6 @@ export class PutCompositeAlarmCommand extends $Command< PutCompositeAlarmCommandOutput, CloudWatchClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -146,9 +143,7 @@ export class PutCompositeAlarmCommand extends $Command< * @public */ constructor(readonly input: PutCompositeAlarmCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -201,7 +196,4 @@ export class PutCompositeAlarmCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_PutCompositeAlarmCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-cloudwatch/src/commands/PutDashboardCommand.ts b/clients/client-cloudwatch/src/commands/PutDashboardCommand.ts index a03759f4f09a..69ecbb7cdef6 100644 --- a/clients/client-cloudwatch/src/commands/PutDashboardCommand.ts +++ b/clients/client-cloudwatch/src/commands/PutDashboardCommand.ts @@ -95,9 +95,6 @@ export class PutDashboardCommand extends $Command< PutDashboardCommandOutput, CloudWatchClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -111,9 +108,7 @@ export class PutDashboardCommand extends $Command< * @public */ constructor(readonly input: PutDashboardCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -164,7 +159,4 @@ export class PutDashboardCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_PutDashboardCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-cloudwatch/src/commands/PutInsightRuleCommand.ts b/clients/client-cloudwatch/src/commands/PutInsightRuleCommand.ts index 0fa6993d8a58..a01a2b8874b9 100644 --- a/clients/client-cloudwatch/src/commands/PutInsightRuleCommand.ts +++ b/clients/client-cloudwatch/src/commands/PutInsightRuleCommand.ts @@ -89,9 +89,6 @@ export class PutInsightRuleCommand extends $Command< PutInsightRuleCommandOutput, CloudWatchClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -105,9 +102,7 @@ export class PutInsightRuleCommand extends $Command< * @public */ constructor(readonly input: PutInsightRuleCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -160,7 +155,4 @@ export class PutInsightRuleCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_PutInsightRuleCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-cloudwatch/src/commands/PutManagedInsightRulesCommand.ts b/clients/client-cloudwatch/src/commands/PutManagedInsightRulesCommand.ts index 82fafb078f9f..3b3406ba06cf 100644 --- a/clients/client-cloudwatch/src/commands/PutManagedInsightRulesCommand.ts +++ b/clients/client-cloudwatch/src/commands/PutManagedInsightRulesCommand.ts @@ -110,9 +110,6 @@ export class PutManagedInsightRulesCommand extends $Command< PutManagedInsightRulesCommandOutput, CloudWatchClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -126,9 +123,7 @@ export class PutManagedInsightRulesCommand extends $Command< * @public */ constructor(readonly input: PutManagedInsightRulesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -181,7 +176,4 @@ export class PutManagedInsightRulesCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_PutManagedInsightRulesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-cloudwatch/src/commands/PutMetricAlarmCommand.ts b/clients/client-cloudwatch/src/commands/PutMetricAlarmCommand.ts index ff8ebf77c647..278f7f50e0e4 100644 --- a/clients/client-cloudwatch/src/commands/PutMetricAlarmCommand.ts +++ b/clients/client-cloudwatch/src/commands/PutMetricAlarmCommand.ts @@ -184,9 +184,6 @@ export class PutMetricAlarmCommand extends $Command< PutMetricAlarmCommandOutput, CloudWatchClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -200,9 +197,7 @@ export class PutMetricAlarmCommand extends $Command< * @public */ constructor(readonly input: PutMetricAlarmCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -255,7 +250,4 @@ export class PutMetricAlarmCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_PutMetricAlarmCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-cloudwatch/src/commands/PutMetricDataCommand.ts b/clients/client-cloudwatch/src/commands/PutMetricDataCommand.ts index 6e66b63c6034..91389fb3c0e3 100644 --- a/clients/client-cloudwatch/src/commands/PutMetricDataCommand.ts +++ b/clients/client-cloudwatch/src/commands/PutMetricDataCommand.ts @@ -149,9 +149,6 @@ export class PutMetricDataCommand extends $Command< PutMetricDataCommandOutput, CloudWatchClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -165,9 +162,7 @@ export class PutMetricDataCommand extends $Command< * @public */ constructor(readonly input: PutMetricDataCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -218,7 +213,4 @@ export class PutMetricDataCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_PutMetricDataCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-cloudwatch/src/commands/PutMetricStreamCommand.ts b/clients/client-cloudwatch/src/commands/PutMetricStreamCommand.ts index 04d1c63aa1ed..6a9529836110 100644 --- a/clients/client-cloudwatch/src/commands/PutMetricStreamCommand.ts +++ b/clients/client-cloudwatch/src/commands/PutMetricStreamCommand.ts @@ -157,9 +157,6 @@ export class PutMetricStreamCommand extends $Command< PutMetricStreamCommandOutput, CloudWatchClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -173,9 +170,7 @@ export class PutMetricStreamCommand extends $Command< * @public */ constructor(readonly input: PutMetricStreamCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -228,7 +223,4 @@ export class PutMetricStreamCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_PutMetricStreamCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-cloudwatch/src/commands/SetAlarmStateCommand.ts b/clients/client-cloudwatch/src/commands/SetAlarmStateCommand.ts index 675830cedc2d..acdf0446c47a 100644 --- a/clients/client-cloudwatch/src/commands/SetAlarmStateCommand.ts +++ b/clients/client-cloudwatch/src/commands/SetAlarmStateCommand.ts @@ -92,9 +92,6 @@ export class SetAlarmStateCommand extends $Command< SetAlarmStateCommandOutput, CloudWatchClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -108,9 +105,7 @@ export class SetAlarmStateCommand extends $Command< * @public */ constructor(readonly input: SetAlarmStateCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -161,7 +156,4 @@ export class SetAlarmStateCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_SetAlarmStateCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-cloudwatch/src/commands/StartMetricStreamsCommand.ts b/clients/client-cloudwatch/src/commands/StartMetricStreamsCommand.ts index cac9c13506b0..3de4cd8c32b2 100644 --- a/clients/client-cloudwatch/src/commands/StartMetricStreamsCommand.ts +++ b/clients/client-cloudwatch/src/commands/StartMetricStreamsCommand.ts @@ -79,9 +79,6 @@ export class StartMetricStreamsCommand extends $Command< StartMetricStreamsCommandOutput, CloudWatchClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -95,9 +92,7 @@ export class StartMetricStreamsCommand extends $Command< * @public */ constructor(readonly input: StartMetricStreamsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -150,7 +145,4 @@ export class StartMetricStreamsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_StartMetricStreamsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-cloudwatch/src/commands/StopMetricStreamsCommand.ts b/clients/client-cloudwatch/src/commands/StopMetricStreamsCommand.ts index 71eb65cb9fa5..c40e96db7148 100644 --- a/clients/client-cloudwatch/src/commands/StopMetricStreamsCommand.ts +++ b/clients/client-cloudwatch/src/commands/StopMetricStreamsCommand.ts @@ -79,9 +79,6 @@ export class StopMetricStreamsCommand extends $Command< StopMetricStreamsCommandOutput, CloudWatchClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -95,9 +92,7 @@ export class StopMetricStreamsCommand extends $Command< * @public */ constructor(readonly input: StopMetricStreamsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -150,7 +145,4 @@ export class StopMetricStreamsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_StopMetricStreamsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-cloudwatch/src/commands/TagResourceCommand.ts b/clients/client-cloudwatch/src/commands/TagResourceCommand.ts index 9043e8ff855c..5c3e08c2befd 100644 --- a/clients/client-cloudwatch/src/commands/TagResourceCommand.ts +++ b/clients/client-cloudwatch/src/commands/TagResourceCommand.ts @@ -96,9 +96,6 @@ export class TagResourceCommand extends $Command< TagResourceCommandOutput, CloudWatchClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -112,9 +109,7 @@ export class TagResourceCommand extends $Command< * @public */ constructor(readonly input: TagResourceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -165,7 +160,4 @@ export class TagResourceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_TagResourceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-cloudwatch/src/commands/UntagResourceCommand.ts b/clients/client-cloudwatch/src/commands/UntagResourceCommand.ts index 915c8f456571..c63d04ffedbe 100644 --- a/clients/client-cloudwatch/src/commands/UntagResourceCommand.ts +++ b/clients/client-cloudwatch/src/commands/UntagResourceCommand.ts @@ -83,9 +83,6 @@ export class UntagResourceCommand extends $Command< UntagResourceCommandOutput, CloudWatchClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -99,9 +96,7 @@ export class UntagResourceCommand extends $Command< * @public */ constructor(readonly input: UntagResourceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -152,7 +147,4 @@ export class UntagResourceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UntagResourceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-codeartifact/package.json b/clients/client-codeartifact/package.json index 659ab18cba84..18af17c87ee0 100644 --- a/clients/client-codeartifact/package.json +++ b/clients/client-codeartifact/package.json @@ -34,30 +34,30 @@ "@aws-sdk/util-endpoints": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@smithy/config-resolver": "^2.0.16", - "@smithy/fetch-http-handler": "^2.2.4", - "@smithy/hash-node": "^2.0.12", - "@smithy/invalid-dependency": "^2.0.12", - "@smithy/middleware-content-length": "^2.0.14", - "@smithy/middleware-endpoint": "^2.1.3", - "@smithy/middleware-retry": "^2.0.18", - "@smithy/middleware-serde": "^2.0.12", - "@smithy/middleware-stack": "^2.0.6", - "@smithy/node-config-provider": "^2.1.3", - "@smithy/node-http-handler": "^2.1.8", - "@smithy/protocol-http": "^3.0.8", - "@smithy/smithy-client": "^2.1.12", - "@smithy/types": "^2.4.0", - "@smithy/url-parser": "^2.0.12", - "@smithy/util-base64": "^2.0.0", + "@smithy/config-resolver": "^2.0.18", + "@smithy/fetch-http-handler": "^2.2.6", + "@smithy/hash-node": "^2.0.15", + "@smithy/invalid-dependency": "^2.0.13", + "@smithy/middleware-content-length": "^2.0.15", + "@smithy/middleware-endpoint": "^2.2.0", + "@smithy/middleware-retry": "^2.0.20", + "@smithy/middleware-serde": "^2.0.13", + "@smithy/middleware-stack": "^2.0.7", + "@smithy/node-config-provider": "^2.1.5", + "@smithy/node-http-handler": "^2.1.9", + "@smithy/protocol-http": "^3.0.9", + "@smithy/smithy-client": "^2.1.15", + "@smithy/types": "^2.5.0", + "@smithy/url-parser": "^2.0.13", + "@smithy/util-base64": "^2.0.1", "@smithy/util-body-length-browser": "^2.0.0", "@smithy/util-body-length-node": "^2.1.0", - "@smithy/util-defaults-mode-browser": "^2.0.16", - "@smithy/util-defaults-mode-node": "^2.0.21", - "@smithy/util-endpoints": "^1.0.2", - "@smithy/util-retry": "^2.0.5", - "@smithy/util-stream": "^2.0.17", - "@smithy/util-utf8": "^2.0.0", + "@smithy/util-defaults-mode-browser": "^2.0.19", + "@smithy/util-defaults-mode-node": "^2.0.25", + "@smithy/util-endpoints": "^1.0.4", + "@smithy/util-retry": "^2.0.6", + "@smithy/util-stream": "^2.0.20", + "@smithy/util-utf8": "^2.0.2", "tslib": "^2.5.0" }, "devDependencies": { diff --git a/clients/client-codeartifact/src/commands/AssociateExternalConnectionCommand.ts b/clients/client-codeartifact/src/commands/AssociateExternalConnectionCommand.ts index 5e508d3912e5..178b1d30a138 100644 --- a/clients/client-codeartifact/src/commands/AssociateExternalConnectionCommand.ts +++ b/clients/client-codeartifact/src/commands/AssociateExternalConnectionCommand.ts @@ -133,9 +133,6 @@ export class AssociateExternalConnectionCommand extends $Command< AssociateExternalConnectionCommandOutput, CodeartifactClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -149,9 +146,7 @@ export class AssociateExternalConnectionCommand extends $Command< * @public */ constructor(readonly input: AssociateExternalConnectionCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -207,7 +202,4 @@ export class AssociateExternalConnectionCommand extends $Command< ): Promise { return de_AssociateExternalConnectionCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-codeartifact/src/commands/CopyPackageVersionsCommand.ts b/clients/client-codeartifact/src/commands/CopyPackageVersionsCommand.ts index 2ba4a3c5799c..4d92c1b90ab8 100644 --- a/clients/client-codeartifact/src/commands/CopyPackageVersionsCommand.ts +++ b/clients/client-codeartifact/src/commands/CopyPackageVersionsCommand.ts @@ -135,9 +135,6 @@ export class CopyPackageVersionsCommand extends $Command< CopyPackageVersionsCommandOutput, CodeartifactClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -151,9 +148,7 @@ export class CopyPackageVersionsCommand extends $Command< * @public */ constructor(readonly input: CopyPackageVersionsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -206,7 +201,4 @@ export class CopyPackageVersionsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CopyPackageVersionsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-codeartifact/src/commands/CreateDomainCommand.ts b/clients/client-codeartifact/src/commands/CreateDomainCommand.ts index 84b28130f473..4b5f34507d36 100644 --- a/clients/client-codeartifact/src/commands/CreateDomainCommand.ts +++ b/clients/client-codeartifact/src/commands/CreateDomainCommand.ts @@ -129,9 +129,6 @@ export class CreateDomainCommand extends $Command< CreateDomainCommandOutput, CodeartifactClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -145,9 +142,7 @@ export class CreateDomainCommand extends $Command< * @public */ constructor(readonly input: CreateDomainCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -198,7 +193,4 @@ export class CreateDomainCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateDomainCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-codeartifact/src/commands/CreateRepositoryCommand.ts b/clients/client-codeartifact/src/commands/CreateRepositoryCommand.ts index c9f0e7b8fa25..810dee82ce4e 100644 --- a/clients/client-codeartifact/src/commands/CreateRepositoryCommand.ts +++ b/clients/client-codeartifact/src/commands/CreateRepositoryCommand.ts @@ -139,9 +139,6 @@ export class CreateRepositoryCommand extends $Command< CreateRepositoryCommandOutput, CodeartifactClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -155,9 +152,7 @@ export class CreateRepositoryCommand extends $Command< * @public */ constructor(readonly input: CreateRepositoryCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -210,7 +205,4 @@ export class CreateRepositoryCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateRepositoryCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-codeartifact/src/commands/DeleteDomainCommand.ts b/clients/client-codeartifact/src/commands/DeleteDomainCommand.ts index 7fddbeb52573..c07b7125c66b 100644 --- a/clients/client-codeartifact/src/commands/DeleteDomainCommand.ts +++ b/clients/client-codeartifact/src/commands/DeleteDomainCommand.ts @@ -107,9 +107,6 @@ export class DeleteDomainCommand extends $Command< DeleteDomainCommandOutput, CodeartifactClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -123,9 +120,7 @@ export class DeleteDomainCommand extends $Command< * @public */ constructor(readonly input: DeleteDomainCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -176,7 +171,4 @@ export class DeleteDomainCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteDomainCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-codeartifact/src/commands/DeleteDomainPermissionsPolicyCommand.ts b/clients/client-codeartifact/src/commands/DeleteDomainPermissionsPolicyCommand.ts index 90346de9d023..cb3fc9a3b9bb 100644 --- a/clients/client-codeartifact/src/commands/DeleteDomainPermissionsPolicyCommand.ts +++ b/clients/client-codeartifact/src/commands/DeleteDomainPermissionsPolicyCommand.ts @@ -111,9 +111,6 @@ export class DeleteDomainPermissionsPolicyCommand extends $Command< DeleteDomainPermissionsPolicyCommandOutput, CodeartifactClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -127,9 +124,7 @@ export class DeleteDomainPermissionsPolicyCommand extends $Command< * @public */ constructor(readonly input: DeleteDomainPermissionsPolicyCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -185,7 +180,4 @@ export class DeleteDomainPermissionsPolicyCommand extends $Command< ): Promise { return de_DeleteDomainPermissionsPolicyCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-codeartifact/src/commands/DeletePackageCommand.ts b/clients/client-codeartifact/src/commands/DeletePackageCommand.ts index cc0fb5f2cc6b..8cdec30dbda0 100644 --- a/clients/client-codeartifact/src/commands/DeletePackageCommand.ts +++ b/clients/client-codeartifact/src/commands/DeletePackageCommand.ts @@ -114,9 +114,6 @@ export class DeletePackageCommand extends $Command< DeletePackageCommandOutput, CodeartifactClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -130,9 +127,7 @@ export class DeletePackageCommand extends $Command< * @public */ constructor(readonly input: DeletePackageCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -183,7 +178,4 @@ export class DeletePackageCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeletePackageCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-codeartifact/src/commands/DeletePackageVersionsCommand.ts b/clients/client-codeartifact/src/commands/DeletePackageVersionsCommand.ts index c2d683f8281e..b742d59efa0e 100644 --- a/clients/client-codeartifact/src/commands/DeletePackageVersionsCommand.ts +++ b/clients/client-codeartifact/src/commands/DeletePackageVersionsCommand.ts @@ -122,9 +122,6 @@ export class DeletePackageVersionsCommand extends $Command< DeletePackageVersionsCommandOutput, CodeartifactClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -138,9 +135,7 @@ export class DeletePackageVersionsCommand extends $Command< * @public */ constructor(readonly input: DeletePackageVersionsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -193,7 +188,4 @@ export class DeletePackageVersionsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeletePackageVersionsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-codeartifact/src/commands/DeleteRepositoryCommand.ts b/clients/client-codeartifact/src/commands/DeleteRepositoryCommand.ts index 2b45b3101da8..1ea5017b9e0d 100644 --- a/clients/client-codeartifact/src/commands/DeleteRepositoryCommand.ts +++ b/clients/client-codeartifact/src/commands/DeleteRepositoryCommand.ts @@ -122,9 +122,6 @@ export class DeleteRepositoryCommand extends $Command< DeleteRepositoryCommandOutput, CodeartifactClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -138,9 +135,7 @@ export class DeleteRepositoryCommand extends $Command< * @public */ constructor(readonly input: DeleteRepositoryCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -193,7 +188,4 @@ export class DeleteRepositoryCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteRepositoryCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-codeartifact/src/commands/DeleteRepositoryPermissionsPolicyCommand.ts b/clients/client-codeartifact/src/commands/DeleteRepositoryPermissionsPolicyCommand.ts index 2a060cf9bdfa..a0ecee1302b6 100644 --- a/clients/client-codeartifact/src/commands/DeleteRepositoryPermissionsPolicyCommand.ts +++ b/clients/client-codeartifact/src/commands/DeleteRepositoryPermissionsPolicyCommand.ts @@ -119,9 +119,6 @@ export class DeleteRepositoryPermissionsPolicyCommand extends $Command< DeleteRepositoryPermissionsPolicyCommandOutput, CodeartifactClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -135,9 +132,7 @@ export class DeleteRepositoryPermissionsPolicyCommand extends $Command< * @public */ constructor(readonly input: DeleteRepositoryPermissionsPolicyCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -196,7 +191,4 @@ export class DeleteRepositoryPermissionsPolicyCommand extends $Command< ): Promise { return de_DeleteRepositoryPermissionsPolicyCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-codeartifact/src/commands/DescribeDomainCommand.ts b/clients/client-codeartifact/src/commands/DescribeDomainCommand.ts index 4f40de7175af..f33c3174df88 100644 --- a/clients/client-codeartifact/src/commands/DescribeDomainCommand.ts +++ b/clients/client-codeartifact/src/commands/DescribeDomainCommand.ts @@ -108,9 +108,6 @@ export class DescribeDomainCommand extends $Command< DescribeDomainCommandOutput, CodeartifactClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -124,9 +121,7 @@ export class DescribeDomainCommand extends $Command< * @public */ constructor(readonly input: DescribeDomainCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -179,7 +174,4 @@ export class DescribeDomainCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DescribeDomainCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-codeartifact/src/commands/DescribePackageCommand.ts b/clients/client-codeartifact/src/commands/DescribePackageCommand.ts index 3ed219fc4d70..459fcbc217cc 100644 --- a/clients/client-codeartifact/src/commands/DescribePackageCommand.ts +++ b/clients/client-codeartifact/src/commands/DescribePackageCommand.ts @@ -110,9 +110,6 @@ export class DescribePackageCommand extends $Command< DescribePackageCommandOutput, CodeartifactClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -126,9 +123,7 @@ export class DescribePackageCommand extends $Command< * @public */ constructor(readonly input: DescribePackageCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -181,7 +176,4 @@ export class DescribePackageCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DescribePackageCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-codeartifact/src/commands/DescribePackageVersionCommand.ts b/clients/client-codeartifact/src/commands/DescribePackageVersionCommand.ts index a5f9784b18f0..746c3bc0be17 100644 --- a/clients/client-codeartifact/src/commands/DescribePackageVersionCommand.ts +++ b/clients/client-codeartifact/src/commands/DescribePackageVersionCommand.ts @@ -133,9 +133,6 @@ export class DescribePackageVersionCommand extends $Command< DescribePackageVersionCommandOutput, CodeartifactClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -149,9 +146,7 @@ export class DescribePackageVersionCommand extends $Command< * @public */ constructor(readonly input: DescribePackageVersionCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -204,7 +199,4 @@ export class DescribePackageVersionCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DescribePackageVersionCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-codeartifact/src/commands/DescribeRepositoryCommand.ts b/clients/client-codeartifact/src/commands/DescribeRepositoryCommand.ts index c3672762bd02..2d3e272239a6 100644 --- a/clients/client-codeartifact/src/commands/DescribeRepositoryCommand.ts +++ b/clients/client-codeartifact/src/commands/DescribeRepositoryCommand.ts @@ -118,9 +118,6 @@ export class DescribeRepositoryCommand extends $Command< DescribeRepositoryCommandOutput, CodeartifactClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -134,9 +131,7 @@ export class DescribeRepositoryCommand extends $Command< * @public */ constructor(readonly input: DescribeRepositoryCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -189,7 +184,4 @@ export class DescribeRepositoryCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DescribeRepositoryCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-codeartifact/src/commands/DisassociateExternalConnectionCommand.ts b/clients/client-codeartifact/src/commands/DisassociateExternalConnectionCommand.ts index ad4cd710d297..8ee4f15edce6 100644 --- a/clients/client-codeartifact/src/commands/DisassociateExternalConnectionCommand.ts +++ b/clients/client-codeartifact/src/commands/DisassociateExternalConnectionCommand.ts @@ -133,9 +133,6 @@ export class DisassociateExternalConnectionCommand extends $Command< DisassociateExternalConnectionCommandOutput, CodeartifactClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -149,9 +146,7 @@ export class DisassociateExternalConnectionCommand extends $Command< * @public */ constructor(readonly input: DisassociateExternalConnectionCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -210,7 +205,4 @@ export class DisassociateExternalConnectionCommand extends $Command< ): Promise { return de_DisassociateExternalConnectionCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-codeartifact/src/commands/DisposePackageVersionsCommand.ts b/clients/client-codeartifact/src/commands/DisposePackageVersionsCommand.ts index e145b9eaef69..6ac38ec3cb08 100644 --- a/clients/client-codeartifact/src/commands/DisposePackageVersionsCommand.ts +++ b/clients/client-codeartifact/src/commands/DisposePackageVersionsCommand.ts @@ -132,9 +132,6 @@ export class DisposePackageVersionsCommand extends $Command< DisposePackageVersionsCommandOutput, CodeartifactClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -148,9 +145,7 @@ export class DisposePackageVersionsCommand extends $Command< * @public */ constructor(readonly input: DisposePackageVersionsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -203,7 +198,4 @@ export class DisposePackageVersionsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DisposePackageVersionsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-codeartifact/src/commands/GetAuthorizationTokenCommand.ts b/clients/client-codeartifact/src/commands/GetAuthorizationTokenCommand.ts index c920caf965da..f373920bf7b9 100644 --- a/clients/client-codeartifact/src/commands/GetAuthorizationTokenCommand.ts +++ b/clients/client-codeartifact/src/commands/GetAuthorizationTokenCommand.ts @@ -116,9 +116,6 @@ export class GetAuthorizationTokenCommand extends $Command< GetAuthorizationTokenCommandOutput, CodeartifactClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -132,9 +129,7 @@ export class GetAuthorizationTokenCommand extends $Command< * @public */ constructor(readonly input: GetAuthorizationTokenCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -187,7 +182,4 @@ export class GetAuthorizationTokenCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetAuthorizationTokenCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-codeartifact/src/commands/GetDomainPermissionsPolicyCommand.ts b/clients/client-codeartifact/src/commands/GetDomainPermissionsPolicyCommand.ts index cd7e9236bd4c..7d61c2517489 100644 --- a/clients/client-codeartifact/src/commands/GetDomainPermissionsPolicyCommand.ts +++ b/clients/client-codeartifact/src/commands/GetDomainPermissionsPolicyCommand.ts @@ -107,9 +107,6 @@ export class GetDomainPermissionsPolicyCommand extends $Command< GetDomainPermissionsPolicyCommandOutput, CodeartifactClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -123,9 +120,7 @@ export class GetDomainPermissionsPolicyCommand extends $Command< * @public */ constructor(readonly input: GetDomainPermissionsPolicyCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -181,7 +176,4 @@ export class GetDomainPermissionsPolicyCommand extends $Command< ): Promise { return de_GetDomainPermissionsPolicyCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-codeartifact/src/commands/GetPackageVersionAssetCommand.ts b/clients/client-codeartifact/src/commands/GetPackageVersionAssetCommand.ts index d58ae26747d1..665700dd7b34 100644 --- a/clients/client-codeartifact/src/commands/GetPackageVersionAssetCommand.ts +++ b/clients/client-codeartifact/src/commands/GetPackageVersionAssetCommand.ts @@ -123,9 +123,6 @@ export class GetPackageVersionAssetCommand extends $Command< GetPackageVersionAssetCommandOutput, CodeartifactClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -139,9 +136,7 @@ export class GetPackageVersionAssetCommand extends $Command< * @public */ constructor(readonly input: GetPackageVersionAssetCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -197,7 +192,4 @@ export class GetPackageVersionAssetCommand extends $Command< ): Promise { return de_GetPackageVersionAssetCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-codeartifact/src/commands/GetPackageVersionReadmeCommand.ts b/clients/client-codeartifact/src/commands/GetPackageVersionReadmeCommand.ts index ae6528f26a6b..84c87467246b 100644 --- a/clients/client-codeartifact/src/commands/GetPackageVersionReadmeCommand.ts +++ b/clients/client-codeartifact/src/commands/GetPackageVersionReadmeCommand.ts @@ -109,9 +109,6 @@ export class GetPackageVersionReadmeCommand extends $Command< GetPackageVersionReadmeCommandOutput, CodeartifactClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -125,9 +122,7 @@ export class GetPackageVersionReadmeCommand extends $Command< * @public */ constructor(readonly input: GetPackageVersionReadmeCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -180,7 +175,4 @@ export class GetPackageVersionReadmeCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetPackageVersionReadmeCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-codeartifact/src/commands/GetRepositoryEndpointCommand.ts b/clients/client-codeartifact/src/commands/GetRepositoryEndpointCommand.ts index 3b42bf2d356e..034ff14c6a86 100644 --- a/clients/client-codeartifact/src/commands/GetRepositoryEndpointCommand.ts +++ b/clients/client-codeartifact/src/commands/GetRepositoryEndpointCommand.ts @@ -121,9 +121,6 @@ export class GetRepositoryEndpointCommand extends $Command< GetRepositoryEndpointCommandOutput, CodeartifactClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -137,9 +134,7 @@ export class GetRepositoryEndpointCommand extends $Command< * @public */ constructor(readonly input: GetRepositoryEndpointCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -192,7 +187,4 @@ export class GetRepositoryEndpointCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetRepositoryEndpointCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-codeartifact/src/commands/GetRepositoryPermissionsPolicyCommand.ts b/clients/client-codeartifact/src/commands/GetRepositoryPermissionsPolicyCommand.ts index ddb06052ac56..a7c0bd1bf120 100644 --- a/clients/client-codeartifact/src/commands/GetRepositoryPermissionsPolicyCommand.ts +++ b/clients/client-codeartifact/src/commands/GetRepositoryPermissionsPolicyCommand.ts @@ -106,9 +106,6 @@ export class GetRepositoryPermissionsPolicyCommand extends $Command< GetRepositoryPermissionsPolicyCommandOutput, CodeartifactClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -122,9 +119,7 @@ export class GetRepositoryPermissionsPolicyCommand extends $Command< * @public */ constructor(readonly input: GetRepositoryPermissionsPolicyCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -183,7 +178,4 @@ export class GetRepositoryPermissionsPolicyCommand extends $Command< ): Promise { return de_GetRepositoryPermissionsPolicyCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-codeartifact/src/commands/ListDomainsCommand.ts b/clients/client-codeartifact/src/commands/ListDomainsCommand.ts index fa0a71818c94..ee5b43fadbee 100644 --- a/clients/client-codeartifact/src/commands/ListDomainsCommand.ts +++ b/clients/client-codeartifact/src/commands/ListDomainsCommand.ts @@ -101,9 +101,6 @@ export class ListDomainsCommand extends $Command< ListDomainsCommandOutput, CodeartifactClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -117,9 +114,7 @@ export class ListDomainsCommand extends $Command< * @public */ constructor(readonly input: ListDomainsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -170,7 +165,4 @@ export class ListDomainsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListDomainsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-codeartifact/src/commands/ListPackageVersionAssetsCommand.ts b/clients/client-codeartifact/src/commands/ListPackageVersionAssetsCommand.ts index bfb4e380605f..9d609f9488c7 100644 --- a/clients/client-codeartifact/src/commands/ListPackageVersionAssetsCommand.ts +++ b/clients/client-codeartifact/src/commands/ListPackageVersionAssetsCommand.ts @@ -119,9 +119,6 @@ export class ListPackageVersionAssetsCommand extends $Command< ListPackageVersionAssetsCommandOutput, CodeartifactClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -135,9 +132,7 @@ export class ListPackageVersionAssetsCommand extends $Command< * @public */ constructor(readonly input: ListPackageVersionAssetsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -190,7 +185,4 @@ export class ListPackageVersionAssetsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListPackageVersionAssetsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-codeartifact/src/commands/ListPackageVersionDependenciesCommand.ts b/clients/client-codeartifact/src/commands/ListPackageVersionDependenciesCommand.ts index ed831d496df4..ebb03638d472 100644 --- a/clients/client-codeartifact/src/commands/ListPackageVersionDependenciesCommand.ts +++ b/clients/client-codeartifact/src/commands/ListPackageVersionDependenciesCommand.ts @@ -124,9 +124,6 @@ export class ListPackageVersionDependenciesCommand extends $Command< ListPackageVersionDependenciesCommandOutput, CodeartifactClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -140,9 +137,7 @@ export class ListPackageVersionDependenciesCommand extends $Command< * @public */ constructor(readonly input: ListPackageVersionDependenciesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -201,7 +196,4 @@ export class ListPackageVersionDependenciesCommand extends $Command< ): Promise { return de_ListPackageVersionDependenciesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-codeartifact/src/commands/ListPackageVersionsCommand.ts b/clients/client-codeartifact/src/commands/ListPackageVersionsCommand.ts index 4e3f3703990e..4db04aaf1e2f 100644 --- a/clients/client-codeartifact/src/commands/ListPackageVersionsCommand.ts +++ b/clients/client-codeartifact/src/commands/ListPackageVersionsCommand.ts @@ -125,9 +125,6 @@ export class ListPackageVersionsCommand extends $Command< ListPackageVersionsCommandOutput, CodeartifactClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -141,9 +138,7 @@ export class ListPackageVersionsCommand extends $Command< * @public */ constructor(readonly input: ListPackageVersionsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -196,7 +191,4 @@ export class ListPackageVersionsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListPackageVersionsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-codeartifact/src/commands/ListPackagesCommand.ts b/clients/client-codeartifact/src/commands/ListPackagesCommand.ts index e1ca42f8f0d6..45853a8551a8 100644 --- a/clients/client-codeartifact/src/commands/ListPackagesCommand.ts +++ b/clients/client-codeartifact/src/commands/ListPackagesCommand.ts @@ -119,9 +119,6 @@ export class ListPackagesCommand extends $Command< ListPackagesCommandOutput, CodeartifactClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -135,9 +132,7 @@ export class ListPackagesCommand extends $Command< * @public */ constructor(readonly input: ListPackagesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -188,7 +183,4 @@ export class ListPackagesCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListPackagesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-codeartifact/src/commands/ListRepositoriesCommand.ts b/clients/client-codeartifact/src/commands/ListRepositoriesCommand.ts index 58a903b16ee8..bcbd94ff1fd0 100644 --- a/clients/client-codeartifact/src/commands/ListRepositoriesCommand.ts +++ b/clients/client-codeartifact/src/commands/ListRepositoriesCommand.ts @@ -106,9 +106,6 @@ export class ListRepositoriesCommand extends $Command< ListRepositoriesCommandOutput, CodeartifactClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -122,9 +119,7 @@ export class ListRepositoriesCommand extends $Command< * @public */ constructor(readonly input: ListRepositoriesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -177,7 +172,4 @@ export class ListRepositoriesCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListRepositoriesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-codeartifact/src/commands/ListRepositoriesInDomainCommand.ts b/clients/client-codeartifact/src/commands/ListRepositoriesInDomainCommand.ts index 3d62008bd8bb..a4a1e9804cc9 100644 --- a/clients/client-codeartifact/src/commands/ListRepositoriesInDomainCommand.ts +++ b/clients/client-codeartifact/src/commands/ListRepositoriesInDomainCommand.ts @@ -114,9 +114,6 @@ export class ListRepositoriesInDomainCommand extends $Command< ListRepositoriesInDomainCommandOutput, CodeartifactClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -130,9 +127,7 @@ export class ListRepositoriesInDomainCommand extends $Command< * @public */ constructor(readonly input: ListRepositoriesInDomainCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -185,7 +180,4 @@ export class ListRepositoriesInDomainCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListRepositoriesInDomainCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-codeartifact/src/commands/ListTagsForResourceCommand.ts b/clients/client-codeartifact/src/commands/ListTagsForResourceCommand.ts index abf08fe8df75..eccf8935e173 100644 --- a/clients/client-codeartifact/src/commands/ListTagsForResourceCommand.ts +++ b/clients/client-codeartifact/src/commands/ListTagsForResourceCommand.ts @@ -95,9 +95,6 @@ export class ListTagsForResourceCommand extends $Command< ListTagsForResourceCommandOutput, CodeartifactClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -111,9 +108,7 @@ export class ListTagsForResourceCommand extends $Command< * @public */ constructor(readonly input: ListTagsForResourceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -166,7 +161,4 @@ export class ListTagsForResourceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListTagsForResourceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-codeartifact/src/commands/PublishPackageVersionCommand.ts b/clients/client-codeartifact/src/commands/PublishPackageVersionCommand.ts index 5cf3a9a3f64a..266bd10a0d94 100644 --- a/clients/client-codeartifact/src/commands/PublishPackageVersionCommand.ts +++ b/clients/client-codeartifact/src/commands/PublishPackageVersionCommand.ts @@ -142,9 +142,6 @@ export class PublishPackageVersionCommand extends $Command< PublishPackageVersionCommandOutput, CodeartifactClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -158,9 +155,7 @@ export class PublishPackageVersionCommand extends $Command< * @public */ constructor(readonly input: PublishPackageVersionCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -213,7 +208,4 @@ export class PublishPackageVersionCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_PublishPackageVersionCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-codeartifact/src/commands/PutDomainPermissionsPolicyCommand.ts b/clients/client-codeartifact/src/commands/PutDomainPermissionsPolicyCommand.ts index 12a18658fbbd..c3150b53b13f 100644 --- a/clients/client-codeartifact/src/commands/PutDomainPermissionsPolicyCommand.ts +++ b/clients/client-codeartifact/src/commands/PutDomainPermissionsPolicyCommand.ts @@ -117,9 +117,6 @@ export class PutDomainPermissionsPolicyCommand extends $Command< PutDomainPermissionsPolicyCommandOutput, CodeartifactClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -133,9 +130,7 @@ export class PutDomainPermissionsPolicyCommand extends $Command< * @public */ constructor(readonly input: PutDomainPermissionsPolicyCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -191,7 +186,4 @@ export class PutDomainPermissionsPolicyCommand extends $Command< ): Promise { return de_PutDomainPermissionsPolicyCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-codeartifact/src/commands/PutPackageOriginConfigurationCommand.ts b/clients/client-codeartifact/src/commands/PutPackageOriginConfigurationCommand.ts index 4c276f241604..509e16f11796 100644 --- a/clients/client-codeartifact/src/commands/PutPackageOriginConfigurationCommand.ts +++ b/clients/client-codeartifact/src/commands/PutPackageOriginConfigurationCommand.ts @@ -120,9 +120,6 @@ export class PutPackageOriginConfigurationCommand extends $Command< PutPackageOriginConfigurationCommandOutput, CodeartifactClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -136,9 +133,7 @@ export class PutPackageOriginConfigurationCommand extends $Command< * @public */ constructor(readonly input: PutPackageOriginConfigurationCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -194,7 +189,4 @@ export class PutPackageOriginConfigurationCommand extends $Command< ): Promise { return de_PutPackageOriginConfigurationCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-codeartifact/src/commands/PutRepositoryPermissionsPolicyCommand.ts b/clients/client-codeartifact/src/commands/PutRepositoryPermissionsPolicyCommand.ts index a12b2ddb1890..f446521dbee9 100644 --- a/clients/client-codeartifact/src/commands/PutRepositoryPermissionsPolicyCommand.ts +++ b/clients/client-codeartifact/src/commands/PutRepositoryPermissionsPolicyCommand.ts @@ -123,9 +123,6 @@ export class PutRepositoryPermissionsPolicyCommand extends $Command< PutRepositoryPermissionsPolicyCommandOutput, CodeartifactClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -139,9 +136,7 @@ export class PutRepositoryPermissionsPolicyCommand extends $Command< * @public */ constructor(readonly input: PutRepositoryPermissionsPolicyCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -200,7 +195,4 @@ export class PutRepositoryPermissionsPolicyCommand extends $Command< ): Promise { return de_PutRepositoryPermissionsPolicyCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-codeartifact/src/commands/TagResourceCommand.ts b/clients/client-codeartifact/src/commands/TagResourceCommand.ts index 4f8d93a4235c..e814c99e43d5 100644 --- a/clients/client-codeartifact/src/commands/TagResourceCommand.ts +++ b/clients/client-codeartifact/src/commands/TagResourceCommand.ts @@ -99,9 +99,6 @@ export class TagResourceCommand extends $Command< TagResourceCommandOutput, CodeartifactClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -115,9 +112,7 @@ export class TagResourceCommand extends $Command< * @public */ constructor(readonly input: TagResourceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -168,7 +163,4 @@ export class TagResourceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_TagResourceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-codeartifact/src/commands/UntagResourceCommand.ts b/clients/client-codeartifact/src/commands/UntagResourceCommand.ts index b4bed581281a..05edfbd557c2 100644 --- a/clients/client-codeartifact/src/commands/UntagResourceCommand.ts +++ b/clients/client-codeartifact/src/commands/UntagResourceCommand.ts @@ -91,9 +91,6 @@ export class UntagResourceCommand extends $Command< UntagResourceCommandOutput, CodeartifactClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -107,9 +104,7 @@ export class UntagResourceCommand extends $Command< * @public */ constructor(readonly input: UntagResourceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -160,7 +155,4 @@ export class UntagResourceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UntagResourceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-codeartifact/src/commands/UpdatePackageVersionsStatusCommand.ts b/clients/client-codeartifact/src/commands/UpdatePackageVersionsStatusCommand.ts index e1c4a909a61d..e25db1417677 100644 --- a/clients/client-codeartifact/src/commands/UpdatePackageVersionsStatusCommand.ts +++ b/clients/client-codeartifact/src/commands/UpdatePackageVersionsStatusCommand.ts @@ -130,9 +130,6 @@ export class UpdatePackageVersionsStatusCommand extends $Command< UpdatePackageVersionsStatusCommandOutput, CodeartifactClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -146,9 +143,7 @@ export class UpdatePackageVersionsStatusCommand extends $Command< * @public */ constructor(readonly input: UpdatePackageVersionsStatusCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -204,7 +199,4 @@ export class UpdatePackageVersionsStatusCommand extends $Command< ): Promise { return de_UpdatePackageVersionsStatusCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-codeartifact/src/commands/UpdateRepositoryCommand.ts b/clients/client-codeartifact/src/commands/UpdateRepositoryCommand.ts index 80ca063d8dc7..42659191c55a 100644 --- a/clients/client-codeartifact/src/commands/UpdateRepositoryCommand.ts +++ b/clients/client-codeartifact/src/commands/UpdateRepositoryCommand.ts @@ -133,9 +133,6 @@ export class UpdateRepositoryCommand extends $Command< UpdateRepositoryCommandOutput, CodeartifactClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -149,9 +146,7 @@ export class UpdateRepositoryCommand extends $Command< * @public */ constructor(readonly input: UpdateRepositoryCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -204,7 +199,4 @@ export class UpdateRepositoryCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdateRepositoryCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-codebuild/package.json b/clients/client-codebuild/package.json index 5b5b3b0ef16d..21f55966eae7 100644 --- a/clients/client-codebuild/package.json +++ b/clients/client-codebuild/package.json @@ -34,29 +34,29 @@ "@aws-sdk/util-endpoints": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@smithy/config-resolver": "^2.0.16", - "@smithy/fetch-http-handler": "^2.2.4", - "@smithy/hash-node": "^2.0.12", - "@smithy/invalid-dependency": "^2.0.12", - "@smithy/middleware-content-length": "^2.0.14", - "@smithy/middleware-endpoint": "^2.1.3", - "@smithy/middleware-retry": "^2.0.18", - "@smithy/middleware-serde": "^2.0.12", - "@smithy/middleware-stack": "^2.0.6", - "@smithy/node-config-provider": "^2.1.3", - "@smithy/node-http-handler": "^2.1.8", - "@smithy/protocol-http": "^3.0.8", - "@smithy/smithy-client": "^2.1.12", - "@smithy/types": "^2.4.0", - "@smithy/url-parser": "^2.0.12", - "@smithy/util-base64": "^2.0.0", + "@smithy/config-resolver": "^2.0.18", + "@smithy/fetch-http-handler": "^2.2.6", + "@smithy/hash-node": "^2.0.15", + "@smithy/invalid-dependency": "^2.0.13", + "@smithy/middleware-content-length": "^2.0.15", + "@smithy/middleware-endpoint": "^2.2.0", + "@smithy/middleware-retry": "^2.0.20", + "@smithy/middleware-serde": "^2.0.13", + "@smithy/middleware-stack": "^2.0.7", + "@smithy/node-config-provider": "^2.1.5", + "@smithy/node-http-handler": "^2.1.9", + "@smithy/protocol-http": "^3.0.9", + "@smithy/smithy-client": "^2.1.15", + "@smithy/types": "^2.5.0", + "@smithy/url-parser": "^2.0.13", + "@smithy/util-base64": "^2.0.1", "@smithy/util-body-length-browser": "^2.0.0", "@smithy/util-body-length-node": "^2.1.0", - "@smithy/util-defaults-mode-browser": "^2.0.16", - "@smithy/util-defaults-mode-node": "^2.0.21", - "@smithy/util-endpoints": "^1.0.2", - "@smithy/util-retry": "^2.0.5", - "@smithy/util-utf8": "^2.0.0", + "@smithy/util-defaults-mode-browser": "^2.0.19", + "@smithy/util-defaults-mode-node": "^2.0.25", + "@smithy/util-endpoints": "^1.0.4", + "@smithy/util-retry": "^2.0.6", + "@smithy/util-utf8": "^2.0.2", "tslib": "^2.5.0" }, "devDependencies": { diff --git a/clients/client-codebuild/src/commands/BatchDeleteBuildsCommand.ts b/clients/client-codebuild/src/commands/BatchDeleteBuildsCommand.ts index 987e59811bd9..2abf4bbd38d5 100644 --- a/clients/client-codebuild/src/commands/BatchDeleteBuildsCommand.ts +++ b/clients/client-codebuild/src/commands/BatchDeleteBuildsCommand.ts @@ -83,9 +83,6 @@ export class BatchDeleteBuildsCommand extends $Command< BatchDeleteBuildsCommandOutput, CodeBuildClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -99,9 +96,7 @@ export class BatchDeleteBuildsCommand extends $Command< * @public */ constructor(readonly input: BatchDeleteBuildsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -154,7 +149,4 @@ export class BatchDeleteBuildsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_BatchDeleteBuildsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-codebuild/src/commands/BatchGetBuildBatchesCommand.ts b/clients/client-codebuild/src/commands/BatchGetBuildBatchesCommand.ts index 0724fe194050..0a97e3e1ce50 100644 --- a/clients/client-codebuild/src/commands/BatchGetBuildBatchesCommand.ts +++ b/clients/client-codebuild/src/commands/BatchGetBuildBatchesCommand.ts @@ -291,9 +291,6 @@ export class BatchGetBuildBatchesCommand extends $Command< BatchGetBuildBatchesCommandOutput, CodeBuildClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -307,9 +304,7 @@ export class BatchGetBuildBatchesCommand extends $Command< * @public */ constructor(readonly input: BatchGetBuildBatchesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -362,7 +357,4 @@ export class BatchGetBuildBatchesCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_BatchGetBuildBatchesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-codebuild/src/commands/BatchGetBuildsCommand.ts b/clients/client-codebuild/src/commands/BatchGetBuildsCommand.ts index 3314a3a5e8a8..f7c032c454ba 100644 --- a/clients/client-codebuild/src/commands/BatchGetBuildsCommand.ts +++ b/clients/client-codebuild/src/commands/BatchGetBuildsCommand.ts @@ -261,9 +261,6 @@ export class BatchGetBuildsCommand extends $Command< BatchGetBuildsCommandOutput, CodeBuildClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -277,9 +274,7 @@ export class BatchGetBuildsCommand extends $Command< * @public */ constructor(readonly input: BatchGetBuildsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -332,7 +327,4 @@ export class BatchGetBuildsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_BatchGetBuildsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-codebuild/src/commands/BatchGetProjectsCommand.ts b/clients/client-codebuild/src/commands/BatchGetProjectsCommand.ts index ea8586a8dcb7..5a8b8f774180 100644 --- a/clients/client-codebuild/src/commands/BatchGetProjectsCommand.ts +++ b/clients/client-codebuild/src/commands/BatchGetProjectsCommand.ts @@ -265,9 +265,6 @@ export class BatchGetProjectsCommand extends $Command< BatchGetProjectsCommandOutput, CodeBuildClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -281,9 +278,7 @@ export class BatchGetProjectsCommand extends $Command< * @public */ constructor(readonly input: BatchGetProjectsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -336,7 +331,4 @@ export class BatchGetProjectsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_BatchGetProjectsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-codebuild/src/commands/BatchGetReportGroupsCommand.ts b/clients/client-codebuild/src/commands/BatchGetReportGroupsCommand.ts index 54e0f1cd9939..d96a3bc94256 100644 --- a/clients/client-codebuild/src/commands/BatchGetReportGroupsCommand.ts +++ b/clients/client-codebuild/src/commands/BatchGetReportGroupsCommand.ts @@ -106,9 +106,6 @@ export class BatchGetReportGroupsCommand extends $Command< BatchGetReportGroupsCommandOutput, CodeBuildClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -122,9 +119,7 @@ export class BatchGetReportGroupsCommand extends $Command< * @public */ constructor(readonly input: BatchGetReportGroupsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -177,7 +172,4 @@ export class BatchGetReportGroupsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_BatchGetReportGroupsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-codebuild/src/commands/BatchGetReportsCommand.ts b/clients/client-codebuild/src/commands/BatchGetReportsCommand.ts index e561ce3c2454..8a6bf5330f99 100644 --- a/clients/client-codebuild/src/commands/BatchGetReportsCommand.ts +++ b/clients/client-codebuild/src/commands/BatchGetReportsCommand.ts @@ -118,9 +118,6 @@ export class BatchGetReportsCommand extends $Command< BatchGetReportsCommandOutput, CodeBuildClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -134,9 +131,7 @@ export class BatchGetReportsCommand extends $Command< * @public */ constructor(readonly input: BatchGetReportsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -189,7 +184,4 @@ export class BatchGetReportsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_BatchGetReportsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-codebuild/src/commands/CreateProjectCommand.ts b/clients/client-codebuild/src/commands/CreateProjectCommand.ts index 862b0d5b1165..1a6999f325fa 100644 --- a/clients/client-codebuild/src/commands/CreateProjectCommand.ts +++ b/clients/client-codebuild/src/commands/CreateProjectCommand.ts @@ -422,9 +422,6 @@ export class CreateProjectCommand extends $Command< CreateProjectCommandOutput, CodeBuildClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -438,9 +435,7 @@ export class CreateProjectCommand extends $Command< * @public */ constructor(readonly input: CreateProjectCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -491,7 +486,4 @@ export class CreateProjectCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateProjectCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-codebuild/src/commands/CreateReportGroupCommand.ts b/clients/client-codebuild/src/commands/CreateReportGroupCommand.ts index 92012d834838..1fe2b33d41df 100644 --- a/clients/client-codebuild/src/commands/CreateReportGroupCommand.ts +++ b/clients/client-codebuild/src/commands/CreateReportGroupCommand.ts @@ -124,9 +124,6 @@ export class CreateReportGroupCommand extends $Command< CreateReportGroupCommandOutput, CodeBuildClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -140,9 +137,7 @@ export class CreateReportGroupCommand extends $Command< * @public */ constructor(readonly input: CreateReportGroupCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -195,7 +190,4 @@ export class CreateReportGroupCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateReportGroupCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-codebuild/src/commands/CreateWebhookCommand.ts b/clients/client-codebuild/src/commands/CreateWebhookCommand.ts index 270abf47af78..3f97a8033ed1 100644 --- a/clients/client-codebuild/src/commands/CreateWebhookCommand.ts +++ b/clients/client-codebuild/src/commands/CreateWebhookCommand.ts @@ -120,9 +120,6 @@ export class CreateWebhookCommand extends $Command< CreateWebhookCommandOutput, CodeBuildClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -136,9 +133,7 @@ export class CreateWebhookCommand extends $Command< * @public */ constructor(readonly input: CreateWebhookCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -189,7 +184,4 @@ export class CreateWebhookCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateWebhookCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-codebuild/src/commands/DeleteBuildBatchCommand.ts b/clients/client-codebuild/src/commands/DeleteBuildBatchCommand.ts index eafa6ce6278e..4afbf3cee8b5 100644 --- a/clients/client-codebuild/src/commands/DeleteBuildBatchCommand.ts +++ b/clients/client-codebuild/src/commands/DeleteBuildBatchCommand.ts @@ -82,9 +82,6 @@ export class DeleteBuildBatchCommand extends $Command< DeleteBuildBatchCommandOutput, CodeBuildClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -98,9 +95,7 @@ export class DeleteBuildBatchCommand extends $Command< * @public */ constructor(readonly input: DeleteBuildBatchCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -153,7 +148,4 @@ export class DeleteBuildBatchCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteBuildBatchCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-codebuild/src/commands/DeleteProjectCommand.ts b/clients/client-codebuild/src/commands/DeleteProjectCommand.ts index 2cfb846bcf37..a479eae06145 100644 --- a/clients/client-codebuild/src/commands/DeleteProjectCommand.ts +++ b/clients/client-codebuild/src/commands/DeleteProjectCommand.ts @@ -72,9 +72,6 @@ export class DeleteProjectCommand extends $Command< DeleteProjectCommandOutput, CodeBuildClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -88,9 +85,7 @@ export class DeleteProjectCommand extends $Command< * @public */ constructor(readonly input: DeleteProjectCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -141,7 +136,4 @@ export class DeleteProjectCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteProjectCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-codebuild/src/commands/DeleteReportCommand.ts b/clients/client-codebuild/src/commands/DeleteReportCommand.ts index be9b1d886d5f..385d4f4e893e 100644 --- a/clients/client-codebuild/src/commands/DeleteReportCommand.ts +++ b/clients/client-codebuild/src/commands/DeleteReportCommand.ts @@ -73,9 +73,6 @@ export class DeleteReportCommand extends $Command< DeleteReportCommandOutput, CodeBuildClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -89,9 +86,7 @@ export class DeleteReportCommand extends $Command< * @public */ constructor(readonly input: DeleteReportCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -142,7 +137,4 @@ export class DeleteReportCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteReportCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-codebuild/src/commands/DeleteReportGroupCommand.ts b/clients/client-codebuild/src/commands/DeleteReportGroupCommand.ts index 177f6af68463..025347c362e7 100644 --- a/clients/client-codebuild/src/commands/DeleteReportGroupCommand.ts +++ b/clients/client-codebuild/src/commands/DeleteReportGroupCommand.ts @@ -72,9 +72,6 @@ export class DeleteReportGroupCommand extends $Command< DeleteReportGroupCommandOutput, CodeBuildClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -88,9 +85,7 @@ export class DeleteReportGroupCommand extends $Command< * @public */ constructor(readonly input: DeleteReportGroupCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -143,7 +138,4 @@ export class DeleteReportGroupCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteReportGroupCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-codebuild/src/commands/DeleteResourcePolicyCommand.ts b/clients/client-codebuild/src/commands/DeleteResourcePolicyCommand.ts index d167a79baa11..20d7e512fea4 100644 --- a/clients/client-codebuild/src/commands/DeleteResourcePolicyCommand.ts +++ b/clients/client-codebuild/src/commands/DeleteResourcePolicyCommand.ts @@ -71,9 +71,6 @@ export class DeleteResourcePolicyCommand extends $Command< DeleteResourcePolicyCommandOutput, CodeBuildClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -87,9 +84,7 @@ export class DeleteResourcePolicyCommand extends $Command< * @public */ constructor(readonly input: DeleteResourcePolicyCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -142,7 +137,4 @@ export class DeleteResourcePolicyCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteResourcePolicyCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-codebuild/src/commands/DeleteSourceCredentialsCommand.ts b/clients/client-codebuild/src/commands/DeleteSourceCredentialsCommand.ts index b3e5095934b7..ae84d1416f8a 100644 --- a/clients/client-codebuild/src/commands/DeleteSourceCredentialsCommand.ts +++ b/clients/client-codebuild/src/commands/DeleteSourceCredentialsCommand.ts @@ -76,9 +76,6 @@ export class DeleteSourceCredentialsCommand extends $Command< DeleteSourceCredentialsCommandOutput, CodeBuildClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -92,9 +89,7 @@ export class DeleteSourceCredentialsCommand extends $Command< * @public */ constructor(readonly input: DeleteSourceCredentialsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -147,7 +142,4 @@ export class DeleteSourceCredentialsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteSourceCredentialsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-codebuild/src/commands/DeleteWebhookCommand.ts b/clients/client-codebuild/src/commands/DeleteWebhookCommand.ts index a0e249ef33c6..705c69b5311e 100644 --- a/clients/client-codebuild/src/commands/DeleteWebhookCommand.ts +++ b/clients/client-codebuild/src/commands/DeleteWebhookCommand.ts @@ -79,9 +79,6 @@ export class DeleteWebhookCommand extends $Command< DeleteWebhookCommandOutput, CodeBuildClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -95,9 +92,7 @@ export class DeleteWebhookCommand extends $Command< * @public */ constructor(readonly input: DeleteWebhookCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -148,7 +143,4 @@ export class DeleteWebhookCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteWebhookCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-codebuild/src/commands/DescribeCodeCoveragesCommand.ts b/clients/client-codebuild/src/commands/DescribeCodeCoveragesCommand.ts index 03e63da9feaa..3529b9203038 100644 --- a/clients/client-codebuild/src/commands/DescribeCodeCoveragesCommand.ts +++ b/clients/client-codebuild/src/commands/DescribeCodeCoveragesCommand.ts @@ -93,9 +93,6 @@ export class DescribeCodeCoveragesCommand extends $Command< DescribeCodeCoveragesCommandOutput, CodeBuildClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -109,9 +106,7 @@ export class DescribeCodeCoveragesCommand extends $Command< * @public */ constructor(readonly input: DescribeCodeCoveragesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -164,7 +159,4 @@ export class DescribeCodeCoveragesCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DescribeCodeCoveragesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-codebuild/src/commands/DescribeTestCasesCommand.ts b/clients/client-codebuild/src/commands/DescribeTestCasesCommand.ts index c0c5b6f3ac4f..7279644c8333 100644 --- a/clients/client-codebuild/src/commands/DescribeTestCasesCommand.ts +++ b/clients/client-codebuild/src/commands/DescribeTestCasesCommand.ts @@ -96,9 +96,6 @@ export class DescribeTestCasesCommand extends $Command< DescribeTestCasesCommandOutput, CodeBuildClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -112,9 +109,7 @@ export class DescribeTestCasesCommand extends $Command< * @public */ constructor(readonly input: DescribeTestCasesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -167,7 +162,4 @@ export class DescribeTestCasesCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DescribeTestCasesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-codebuild/src/commands/GetReportGroupTrendCommand.ts b/clients/client-codebuild/src/commands/GetReportGroupTrendCommand.ts index 910416ed5e94..0e19174ffc4b 100644 --- a/clients/client-codebuild/src/commands/GetReportGroupTrendCommand.ts +++ b/clients/client-codebuild/src/commands/GetReportGroupTrendCommand.ts @@ -88,9 +88,6 @@ export class GetReportGroupTrendCommand extends $Command< GetReportGroupTrendCommandOutput, CodeBuildClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -104,9 +101,7 @@ export class GetReportGroupTrendCommand extends $Command< * @public */ constructor(readonly input: GetReportGroupTrendCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -159,7 +154,4 @@ export class GetReportGroupTrendCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetReportGroupTrendCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-codebuild/src/commands/GetResourcePolicyCommand.ts b/clients/client-codebuild/src/commands/GetResourcePolicyCommand.ts index e72aa2718f2d..b9a14e33b13b 100644 --- a/clients/client-codebuild/src/commands/GetResourcePolicyCommand.ts +++ b/clients/client-codebuild/src/commands/GetResourcePolicyCommand.ts @@ -76,9 +76,6 @@ export class GetResourcePolicyCommand extends $Command< GetResourcePolicyCommandOutput, CodeBuildClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -92,9 +89,7 @@ export class GetResourcePolicyCommand extends $Command< * @public */ constructor(readonly input: GetResourcePolicyCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -147,7 +142,4 @@ export class GetResourcePolicyCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetResourcePolicyCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-codebuild/src/commands/ImportSourceCredentialsCommand.ts b/clients/client-codebuild/src/commands/ImportSourceCredentialsCommand.ts index 2de8988e0039..212a52b13fbb 100644 --- a/clients/client-codebuild/src/commands/ImportSourceCredentialsCommand.ts +++ b/clients/client-codebuild/src/commands/ImportSourceCredentialsCommand.ts @@ -89,9 +89,6 @@ export class ImportSourceCredentialsCommand extends $Command< ImportSourceCredentialsCommandOutput, CodeBuildClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -105,9 +102,7 @@ export class ImportSourceCredentialsCommand extends $Command< * @public */ constructor(readonly input: ImportSourceCredentialsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -160,7 +155,4 @@ export class ImportSourceCredentialsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ImportSourceCredentialsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-codebuild/src/commands/InvalidateProjectCacheCommand.ts b/clients/client-codebuild/src/commands/InvalidateProjectCacheCommand.ts index 5361b3a5eb01..e02229e73bf7 100644 --- a/clients/client-codebuild/src/commands/InvalidateProjectCacheCommand.ts +++ b/clients/client-codebuild/src/commands/InvalidateProjectCacheCommand.ts @@ -74,9 +74,6 @@ export class InvalidateProjectCacheCommand extends $Command< InvalidateProjectCacheCommandOutput, CodeBuildClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -90,9 +87,7 @@ export class InvalidateProjectCacheCommand extends $Command< * @public */ constructor(readonly input: InvalidateProjectCacheCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -145,7 +140,4 @@ export class InvalidateProjectCacheCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_InvalidateProjectCacheCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-codebuild/src/commands/ListBuildBatchesCommand.ts b/clients/client-codebuild/src/commands/ListBuildBatchesCommand.ts index c9a2b29a61da..bb5f0d7da27b 100644 --- a/clients/client-codebuild/src/commands/ListBuildBatchesCommand.ts +++ b/clients/client-codebuild/src/commands/ListBuildBatchesCommand.ts @@ -81,9 +81,6 @@ export class ListBuildBatchesCommand extends $Command< ListBuildBatchesCommandOutput, CodeBuildClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -97,9 +94,7 @@ export class ListBuildBatchesCommand extends $Command< * @public */ constructor(readonly input: ListBuildBatchesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -152,7 +147,4 @@ export class ListBuildBatchesCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListBuildBatchesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-codebuild/src/commands/ListBuildBatchesForProjectCommand.ts b/clients/client-codebuild/src/commands/ListBuildBatchesForProjectCommand.ts index f92f342f725a..2c6c95f336e5 100644 --- a/clients/client-codebuild/src/commands/ListBuildBatchesForProjectCommand.ts +++ b/clients/client-codebuild/src/commands/ListBuildBatchesForProjectCommand.ts @@ -85,9 +85,6 @@ export class ListBuildBatchesForProjectCommand extends $Command< ListBuildBatchesForProjectCommandOutput, CodeBuildClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -101,9 +98,7 @@ export class ListBuildBatchesForProjectCommand extends $Command< * @public */ constructor(readonly input: ListBuildBatchesForProjectCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -159,7 +154,4 @@ export class ListBuildBatchesForProjectCommand extends $Command< ): Promise { return de_ListBuildBatchesForProjectCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-codebuild/src/commands/ListBuildsCommand.ts b/clients/client-codebuild/src/commands/ListBuildsCommand.ts index bcc6462aab00..474adcd57cb2 100644 --- a/clients/client-codebuild/src/commands/ListBuildsCommand.ts +++ b/clients/client-codebuild/src/commands/ListBuildsCommand.ts @@ -77,9 +77,6 @@ export class ListBuildsCommand extends $Command< ListBuildsCommandOutput, CodeBuildClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -93,9 +90,7 @@ export class ListBuildsCommand extends $Command< * @public */ constructor(readonly input: ListBuildsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -146,7 +141,4 @@ export class ListBuildsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListBuildsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-codebuild/src/commands/ListBuildsForProjectCommand.ts b/clients/client-codebuild/src/commands/ListBuildsForProjectCommand.ts index 72c2d985c969..64c250011b59 100644 --- a/clients/client-codebuild/src/commands/ListBuildsForProjectCommand.ts +++ b/clients/client-codebuild/src/commands/ListBuildsForProjectCommand.ts @@ -82,9 +82,6 @@ export class ListBuildsForProjectCommand extends $Command< ListBuildsForProjectCommandOutput, CodeBuildClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -98,9 +95,7 @@ export class ListBuildsForProjectCommand extends $Command< * @public */ constructor(readonly input: ListBuildsForProjectCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -153,7 +148,4 @@ export class ListBuildsForProjectCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListBuildsForProjectCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-codebuild/src/commands/ListCuratedEnvironmentImagesCommand.ts b/clients/client-codebuild/src/commands/ListCuratedEnvironmentImagesCommand.ts index d0d8e3887f31..fe483b27efe1 100644 --- a/clients/client-codebuild/src/commands/ListCuratedEnvironmentImagesCommand.ts +++ b/clients/client-codebuild/src/commands/ListCuratedEnvironmentImagesCommand.ts @@ -91,9 +91,6 @@ export class ListCuratedEnvironmentImagesCommand extends $Command< ListCuratedEnvironmentImagesCommandOutput, CodeBuildClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -107,9 +104,7 @@ export class ListCuratedEnvironmentImagesCommand extends $Command< * @public */ constructor(readonly input: ListCuratedEnvironmentImagesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -165,7 +160,4 @@ export class ListCuratedEnvironmentImagesCommand extends $Command< ): Promise { return de_ListCuratedEnvironmentImagesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-codebuild/src/commands/ListProjectsCommand.ts b/clients/client-codebuild/src/commands/ListProjectsCommand.ts index 56e7c4d1f1af..7ad14ca05333 100644 --- a/clients/client-codebuild/src/commands/ListProjectsCommand.ts +++ b/clients/client-codebuild/src/commands/ListProjectsCommand.ts @@ -79,9 +79,6 @@ export class ListProjectsCommand extends $Command< ListProjectsCommandOutput, CodeBuildClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -95,9 +92,7 @@ export class ListProjectsCommand extends $Command< * @public */ constructor(readonly input: ListProjectsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -148,7 +143,4 @@ export class ListProjectsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListProjectsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-codebuild/src/commands/ListReportGroupsCommand.ts b/clients/client-codebuild/src/commands/ListReportGroupsCommand.ts index 59d2900880b7..182040a6dd4a 100644 --- a/clients/client-codebuild/src/commands/ListReportGroupsCommand.ts +++ b/clients/client-codebuild/src/commands/ListReportGroupsCommand.ts @@ -81,9 +81,6 @@ export class ListReportGroupsCommand extends $Command< ListReportGroupsCommandOutput, CodeBuildClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -97,9 +94,7 @@ export class ListReportGroupsCommand extends $Command< * @public */ constructor(readonly input: ListReportGroupsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -152,7 +147,4 @@ export class ListReportGroupsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListReportGroupsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-codebuild/src/commands/ListReportsCommand.ts b/clients/client-codebuild/src/commands/ListReportsCommand.ts index ad80fa63f859..279a6cb9af9f 100644 --- a/clients/client-codebuild/src/commands/ListReportsCommand.ts +++ b/clients/client-codebuild/src/commands/ListReportsCommand.ts @@ -83,9 +83,6 @@ export class ListReportsCommand extends $Command< ListReportsCommandOutput, CodeBuildClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -99,9 +96,7 @@ export class ListReportsCommand extends $Command< * @public */ constructor(readonly input: ListReportsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -152,7 +147,4 @@ export class ListReportsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListReportsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-codebuild/src/commands/ListReportsForReportGroupCommand.ts b/clients/client-codebuild/src/commands/ListReportsForReportGroupCommand.ts index 9ec54ffb4cc1..d6427575e385 100644 --- a/clients/client-codebuild/src/commands/ListReportsForReportGroupCommand.ts +++ b/clients/client-codebuild/src/commands/ListReportsForReportGroupCommand.ts @@ -87,9 +87,6 @@ export class ListReportsForReportGroupCommand extends $Command< ListReportsForReportGroupCommandOutput, CodeBuildClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -103,9 +100,7 @@ export class ListReportsForReportGroupCommand extends $Command< * @public */ constructor(readonly input: ListReportsForReportGroupCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -161,7 +156,4 @@ export class ListReportsForReportGroupCommand extends $Command< ): Promise { return de_ListReportsForReportGroupCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-codebuild/src/commands/ListSharedProjectsCommand.ts b/clients/client-codebuild/src/commands/ListSharedProjectsCommand.ts index f20533379c45..0a8e9ed4d4a8 100644 --- a/clients/client-codebuild/src/commands/ListSharedProjectsCommand.ts +++ b/clients/client-codebuild/src/commands/ListSharedProjectsCommand.ts @@ -79,9 +79,6 @@ export class ListSharedProjectsCommand extends $Command< ListSharedProjectsCommandOutput, CodeBuildClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -95,9 +92,7 @@ export class ListSharedProjectsCommand extends $Command< * @public */ constructor(readonly input: ListSharedProjectsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -150,7 +145,4 @@ export class ListSharedProjectsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListSharedProjectsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-codebuild/src/commands/ListSharedReportGroupsCommand.ts b/clients/client-codebuild/src/commands/ListSharedReportGroupsCommand.ts index 10a2936ee738..817a95ef981f 100644 --- a/clients/client-codebuild/src/commands/ListSharedReportGroupsCommand.ts +++ b/clients/client-codebuild/src/commands/ListSharedReportGroupsCommand.ts @@ -80,9 +80,6 @@ export class ListSharedReportGroupsCommand extends $Command< ListSharedReportGroupsCommandOutput, CodeBuildClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -96,9 +93,7 @@ export class ListSharedReportGroupsCommand extends $Command< * @public */ constructor(readonly input: ListSharedReportGroupsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -151,7 +146,4 @@ export class ListSharedReportGroupsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListSharedReportGroupsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-codebuild/src/commands/ListSourceCredentialsCommand.ts b/clients/client-codebuild/src/commands/ListSourceCredentialsCommand.ts index c2ca95d26160..be7b59fa9f72 100644 --- a/clients/client-codebuild/src/commands/ListSourceCredentialsCommand.ts +++ b/clients/client-codebuild/src/commands/ListSourceCredentialsCommand.ts @@ -77,9 +77,6 @@ export class ListSourceCredentialsCommand extends $Command< ListSourceCredentialsCommandOutput, CodeBuildClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -93,9 +90,7 @@ export class ListSourceCredentialsCommand extends $Command< * @public */ constructor(readonly input: ListSourceCredentialsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -148,7 +143,4 @@ export class ListSourceCredentialsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListSourceCredentialsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-codebuild/src/commands/PutResourcePolicyCommand.ts b/clients/client-codebuild/src/commands/PutResourcePolicyCommand.ts index d9207a910a79..3c1fd2f5ae8d 100644 --- a/clients/client-codebuild/src/commands/PutResourcePolicyCommand.ts +++ b/clients/client-codebuild/src/commands/PutResourcePolicyCommand.ts @@ -78,9 +78,6 @@ export class PutResourcePolicyCommand extends $Command< PutResourcePolicyCommandOutput, CodeBuildClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -94,9 +91,7 @@ export class PutResourcePolicyCommand extends $Command< * @public */ constructor(readonly input: PutResourcePolicyCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -149,7 +144,4 @@ export class PutResourcePolicyCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_PutResourcePolicyCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-codebuild/src/commands/RetryBuildBatchCommand.ts b/clients/client-codebuild/src/commands/RetryBuildBatchCommand.ts index f10b756299fa..ccb9fcdc86c8 100644 --- a/clients/client-codebuild/src/commands/RetryBuildBatchCommand.ts +++ b/clients/client-codebuild/src/commands/RetryBuildBatchCommand.ts @@ -289,9 +289,6 @@ export class RetryBuildBatchCommand extends $Command< RetryBuildBatchCommandOutput, CodeBuildClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -305,9 +302,7 @@ export class RetryBuildBatchCommand extends $Command< * @public */ constructor(readonly input: RetryBuildBatchCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -360,7 +355,4 @@ export class RetryBuildBatchCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_RetryBuildBatchCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-codebuild/src/commands/RetryBuildCommand.ts b/clients/client-codebuild/src/commands/RetryBuildCommand.ts index 58f5db6c55cd..99c3b89cfd19 100644 --- a/clients/client-codebuild/src/commands/RetryBuildCommand.ts +++ b/clients/client-codebuild/src/commands/RetryBuildCommand.ts @@ -261,9 +261,6 @@ export class RetryBuildCommand extends $Command< RetryBuildCommandOutput, CodeBuildClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -277,9 +274,7 @@ export class RetryBuildCommand extends $Command< * @public */ constructor(readonly input: RetryBuildCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -330,7 +325,4 @@ export class RetryBuildCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_RetryBuildCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-codebuild/src/commands/StartBuildBatchCommand.ts b/clients/client-codebuild/src/commands/StartBuildBatchCommand.ts index a1f84cdf82da..9c86cd77696e 100644 --- a/clients/client-codebuild/src/commands/StartBuildBatchCommand.ts +++ b/clients/client-codebuild/src/commands/StartBuildBatchCommand.ts @@ -410,9 +410,6 @@ export class StartBuildBatchCommand extends $Command< StartBuildBatchCommandOutput, CodeBuildClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -426,9 +423,7 @@ export class StartBuildBatchCommand extends $Command< * @public */ constructor(readonly input: StartBuildBatchCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -481,7 +476,4 @@ export class StartBuildBatchCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_StartBuildBatchCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-codebuild/src/commands/StartBuildCommand.ts b/clients/client-codebuild/src/commands/StartBuildCommand.ts index 5625221158bc..6b4c4982d3a2 100644 --- a/clients/client-codebuild/src/commands/StartBuildCommand.ts +++ b/clients/client-codebuild/src/commands/StartBuildCommand.ts @@ -375,9 +375,6 @@ export class StartBuildCommand extends $Command< StartBuildCommandOutput, CodeBuildClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -391,9 +388,7 @@ export class StartBuildCommand extends $Command< * @public */ constructor(readonly input: StartBuildCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -444,7 +439,4 @@ export class StartBuildCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_StartBuildCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-codebuild/src/commands/StopBuildBatchCommand.ts b/clients/client-codebuild/src/commands/StopBuildBatchCommand.ts index bf79022c51a9..24b501118b7f 100644 --- a/clients/client-codebuild/src/commands/StopBuildBatchCommand.ts +++ b/clients/client-codebuild/src/commands/StopBuildBatchCommand.ts @@ -287,9 +287,6 @@ export class StopBuildBatchCommand extends $Command< StopBuildBatchCommandOutput, CodeBuildClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -303,9 +300,7 @@ export class StopBuildBatchCommand extends $Command< * @public */ constructor(readonly input: StopBuildBatchCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -358,7 +353,4 @@ export class StopBuildBatchCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_StopBuildBatchCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-codebuild/src/commands/StopBuildCommand.ts b/clients/client-codebuild/src/commands/StopBuildCommand.ts index 7b5160571950..80f69276ad2a 100644 --- a/clients/client-codebuild/src/commands/StopBuildCommand.ts +++ b/clients/client-codebuild/src/commands/StopBuildCommand.ts @@ -257,9 +257,6 @@ export class StopBuildCommand extends $Command< StopBuildCommandOutput, CodeBuildClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -273,9 +270,7 @@ export class StopBuildCommand extends $Command< * @public */ constructor(readonly input: StopBuildCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -326,7 +321,4 @@ export class StopBuildCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_StopBuildCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-codebuild/src/commands/UpdateProjectCommand.ts b/clients/client-codebuild/src/commands/UpdateProjectCommand.ts index fff6715f088a..6ce2f33f1626 100644 --- a/clients/client-codebuild/src/commands/UpdateProjectCommand.ts +++ b/clients/client-codebuild/src/commands/UpdateProjectCommand.ts @@ -418,9 +418,6 @@ export class UpdateProjectCommand extends $Command< UpdateProjectCommandOutput, CodeBuildClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -434,9 +431,7 @@ export class UpdateProjectCommand extends $Command< * @public */ constructor(readonly input: UpdateProjectCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -487,7 +482,4 @@ export class UpdateProjectCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdateProjectCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-codebuild/src/commands/UpdateProjectVisibilityCommand.ts b/clients/client-codebuild/src/commands/UpdateProjectVisibilityCommand.ts index 772303c06b20..ee8dabc6540e 100644 --- a/clients/client-codebuild/src/commands/UpdateProjectVisibilityCommand.ts +++ b/clients/client-codebuild/src/commands/UpdateProjectVisibilityCommand.ts @@ -116,9 +116,6 @@ export class UpdateProjectVisibilityCommand extends $Command< UpdateProjectVisibilityCommandOutput, CodeBuildClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -132,9 +129,7 @@ export class UpdateProjectVisibilityCommand extends $Command< * @public */ constructor(readonly input: UpdateProjectVisibilityCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -187,7 +182,4 @@ export class UpdateProjectVisibilityCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdateProjectVisibilityCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-codebuild/src/commands/UpdateReportGroupCommand.ts b/clients/client-codebuild/src/commands/UpdateReportGroupCommand.ts index 24c3bbac4c2b..c26d5c696e47 100644 --- a/clients/client-codebuild/src/commands/UpdateReportGroupCommand.ts +++ b/clients/client-codebuild/src/commands/UpdateReportGroupCommand.ts @@ -119,9 +119,6 @@ export class UpdateReportGroupCommand extends $Command< UpdateReportGroupCommandOutput, CodeBuildClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -135,9 +132,7 @@ export class UpdateReportGroupCommand extends $Command< * @public */ constructor(readonly input: UpdateReportGroupCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -190,7 +185,4 @@ export class UpdateReportGroupCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdateReportGroupCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-codebuild/src/commands/UpdateWebhookCommand.ts b/clients/client-codebuild/src/commands/UpdateWebhookCommand.ts index 1d38e80b900f..70672cab0909 100644 --- a/clients/client-codebuild/src/commands/UpdateWebhookCommand.ts +++ b/clients/client-codebuild/src/commands/UpdateWebhookCommand.ts @@ -111,9 +111,6 @@ export class UpdateWebhookCommand extends $Command< UpdateWebhookCommandOutput, CodeBuildClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -127,9 +124,7 @@ export class UpdateWebhookCommand extends $Command< * @public */ constructor(readonly input: UpdateWebhookCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -180,7 +175,4 @@ export class UpdateWebhookCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdateWebhookCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-codecatalyst/package.json b/clients/client-codecatalyst/package.json index 2548b2b10cb7..cfacf989f777 100644 --- a/clients/client-codecatalyst/package.json +++ b/clients/client-codecatalyst/package.json @@ -32,29 +32,29 @@ "@aws-sdk/util-endpoints": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@smithy/config-resolver": "^2.0.16", - "@smithy/fetch-http-handler": "^2.2.4", - "@smithy/hash-node": "^2.0.12", - "@smithy/invalid-dependency": "^2.0.12", - "@smithy/middleware-content-length": "^2.0.14", - "@smithy/middleware-endpoint": "^2.1.3", - "@smithy/middleware-retry": "^2.0.18", - "@smithy/middleware-serde": "^2.0.12", - "@smithy/middleware-stack": "^2.0.6", - "@smithy/node-config-provider": "^2.1.3", - "@smithy/node-http-handler": "^2.1.8", - "@smithy/protocol-http": "^3.0.8", - "@smithy/smithy-client": "^2.1.12", - "@smithy/types": "^2.4.0", - "@smithy/url-parser": "^2.0.12", - "@smithy/util-base64": "^2.0.0", + "@smithy/config-resolver": "^2.0.18", + "@smithy/fetch-http-handler": "^2.2.6", + "@smithy/hash-node": "^2.0.15", + "@smithy/invalid-dependency": "^2.0.13", + "@smithy/middleware-content-length": "^2.0.15", + "@smithy/middleware-endpoint": "^2.2.0", + "@smithy/middleware-retry": "^2.0.20", + "@smithy/middleware-serde": "^2.0.13", + "@smithy/middleware-stack": "^2.0.7", + "@smithy/node-config-provider": "^2.1.5", + "@smithy/node-http-handler": "^2.1.9", + "@smithy/protocol-http": "^3.0.9", + "@smithy/smithy-client": "^2.1.15", + "@smithy/types": "^2.5.0", + "@smithy/url-parser": "^2.0.13", + "@smithy/util-base64": "^2.0.1", "@smithy/util-body-length-browser": "^2.0.0", "@smithy/util-body-length-node": "^2.1.0", - "@smithy/util-defaults-mode-browser": "^2.0.16", - "@smithy/util-defaults-mode-node": "^2.0.21", - "@smithy/util-endpoints": "^1.0.2", - "@smithy/util-retry": "^2.0.5", - "@smithy/util-utf8": "^2.0.0", + "@smithy/util-defaults-mode-browser": "^2.0.19", + "@smithy/util-defaults-mode-node": "^2.0.25", + "@smithy/util-endpoints": "^1.0.4", + "@smithy/util-retry": "^2.0.6", + "@smithy/util-utf8": "^2.0.2", "tslib": "^2.5.0" }, "devDependencies": { diff --git a/clients/client-codecatalyst/src/commands/CreateAccessTokenCommand.ts b/clients/client-codecatalyst/src/commands/CreateAccessTokenCommand.ts index 9cf88932eae5..46efb86eba48 100644 --- a/clients/client-codecatalyst/src/commands/CreateAccessTokenCommand.ts +++ b/clients/client-codecatalyst/src/commands/CreateAccessTokenCommand.ts @@ -102,9 +102,6 @@ export class CreateAccessTokenCommand extends $Command< CreateAccessTokenCommandOutput, CodeCatalystClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -117,9 +114,7 @@ export class CreateAccessTokenCommand extends $Command< * @public */ constructor(readonly input: CreateAccessTokenCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -172,7 +167,4 @@ export class CreateAccessTokenCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateAccessTokenCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-codecatalyst/src/commands/CreateDevEnvironmentCommand.ts b/clients/client-codecatalyst/src/commands/CreateDevEnvironmentCommand.ts index c7777fa3af5c..dcdbfd0bfccf 100644 --- a/clients/client-codecatalyst/src/commands/CreateDevEnvironmentCommand.ts +++ b/clients/client-codecatalyst/src/commands/CreateDevEnvironmentCommand.ts @@ -117,9 +117,6 @@ export class CreateDevEnvironmentCommand extends $Command< CreateDevEnvironmentCommandOutput, CodeCatalystClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -132,9 +129,7 @@ export class CreateDevEnvironmentCommand extends $Command< * @public */ constructor(readonly input: CreateDevEnvironmentCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -187,7 +182,4 @@ export class CreateDevEnvironmentCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateDevEnvironmentCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-codecatalyst/src/commands/CreateProjectCommand.ts b/clients/client-codecatalyst/src/commands/CreateProjectCommand.ts index a776daf75c77..d30f0c1efae9 100644 --- a/clients/client-codecatalyst/src/commands/CreateProjectCommand.ts +++ b/clients/client-codecatalyst/src/commands/CreateProjectCommand.ts @@ -95,9 +95,6 @@ export class CreateProjectCommand extends $Command< CreateProjectCommandOutput, CodeCatalystClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -110,9 +107,7 @@ export class CreateProjectCommand extends $Command< * @public */ constructor(readonly input: CreateProjectCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -163,7 +158,4 @@ export class CreateProjectCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateProjectCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-codecatalyst/src/commands/CreateSourceRepositoryBranchCommand.ts b/clients/client-codecatalyst/src/commands/CreateSourceRepositoryBranchCommand.ts index 9b42f7785d88..b015a404f14e 100644 --- a/clients/client-codecatalyst/src/commands/CreateSourceRepositoryBranchCommand.ts +++ b/clients/client-codecatalyst/src/commands/CreateSourceRepositoryBranchCommand.ts @@ -105,9 +105,6 @@ export class CreateSourceRepositoryBranchCommand extends $Command< CreateSourceRepositoryBranchCommandOutput, CodeCatalystClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -120,9 +117,7 @@ export class CreateSourceRepositoryBranchCommand extends $Command< * @public */ constructor(readonly input: CreateSourceRepositoryBranchCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -178,7 +173,4 @@ export class CreateSourceRepositoryBranchCommand extends $Command< ): Promise { return de_CreateSourceRepositoryBranchCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-codecatalyst/src/commands/CreateSourceRepositoryCommand.ts b/clients/client-codecatalyst/src/commands/CreateSourceRepositoryCommand.ts index c019c07d2b90..bb68795e3ffe 100644 --- a/clients/client-codecatalyst/src/commands/CreateSourceRepositoryCommand.ts +++ b/clients/client-codecatalyst/src/commands/CreateSourceRepositoryCommand.ts @@ -97,9 +97,6 @@ export class CreateSourceRepositoryCommand extends $Command< CreateSourceRepositoryCommandOutput, CodeCatalystClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -112,9 +109,7 @@ export class CreateSourceRepositoryCommand extends $Command< * @public */ constructor(readonly input: CreateSourceRepositoryCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -167,7 +162,4 @@ export class CreateSourceRepositoryCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateSourceRepositoryCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-codecatalyst/src/commands/DeleteAccessTokenCommand.ts b/clients/client-codecatalyst/src/commands/DeleteAccessTokenCommand.ts index 3ffec06c0ee8..197d28423144 100644 --- a/clients/client-codecatalyst/src/commands/DeleteAccessTokenCommand.ts +++ b/clients/client-codecatalyst/src/commands/DeleteAccessTokenCommand.ts @@ -88,9 +88,6 @@ export class DeleteAccessTokenCommand extends $Command< DeleteAccessTokenCommandOutput, CodeCatalystClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -103,9 +100,7 @@ export class DeleteAccessTokenCommand extends $Command< * @public */ constructor(readonly input: DeleteAccessTokenCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -158,7 +153,4 @@ export class DeleteAccessTokenCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteAccessTokenCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-codecatalyst/src/commands/DeleteDevEnvironmentCommand.ts b/clients/client-codecatalyst/src/commands/DeleteDevEnvironmentCommand.ts index ad5d4c2d41cc..b098ad3f1878 100644 --- a/clients/client-codecatalyst/src/commands/DeleteDevEnvironmentCommand.ts +++ b/clients/client-codecatalyst/src/commands/DeleteDevEnvironmentCommand.ts @@ -94,9 +94,6 @@ export class DeleteDevEnvironmentCommand extends $Command< DeleteDevEnvironmentCommandOutput, CodeCatalystClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -109,9 +106,7 @@ export class DeleteDevEnvironmentCommand extends $Command< * @public */ constructor(readonly input: DeleteDevEnvironmentCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -164,7 +159,4 @@ export class DeleteDevEnvironmentCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteDevEnvironmentCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-codecatalyst/src/commands/DeleteProjectCommand.ts b/clients/client-codecatalyst/src/commands/DeleteProjectCommand.ts index f45feb9b8bce..c92a42159f70 100644 --- a/clients/client-codecatalyst/src/commands/DeleteProjectCommand.ts +++ b/clients/client-codecatalyst/src/commands/DeleteProjectCommand.ts @@ -93,9 +93,6 @@ export class DeleteProjectCommand extends $Command< DeleteProjectCommandOutput, CodeCatalystClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -108,9 +105,7 @@ export class DeleteProjectCommand extends $Command< * @public */ constructor(readonly input: DeleteProjectCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -161,7 +156,4 @@ export class DeleteProjectCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteProjectCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-codecatalyst/src/commands/DeleteSourceRepositoryCommand.ts b/clients/client-codecatalyst/src/commands/DeleteSourceRepositoryCommand.ts index 4f4300153311..e25b2aa01205 100644 --- a/clients/client-codecatalyst/src/commands/DeleteSourceRepositoryCommand.ts +++ b/clients/client-codecatalyst/src/commands/DeleteSourceRepositoryCommand.ts @@ -94,9 +94,6 @@ export class DeleteSourceRepositoryCommand extends $Command< DeleteSourceRepositoryCommandOutput, CodeCatalystClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -109,9 +106,7 @@ export class DeleteSourceRepositoryCommand extends $Command< * @public */ constructor(readonly input: DeleteSourceRepositoryCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -164,7 +159,4 @@ export class DeleteSourceRepositoryCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteSourceRepositoryCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-codecatalyst/src/commands/DeleteSpaceCommand.ts b/clients/client-codecatalyst/src/commands/DeleteSpaceCommand.ts index 66f4b4265ae5..c6f43ee8ed4e 100644 --- a/clients/client-codecatalyst/src/commands/DeleteSpaceCommand.ts +++ b/clients/client-codecatalyst/src/commands/DeleteSpaceCommand.ts @@ -94,9 +94,6 @@ export class DeleteSpaceCommand extends $Command< DeleteSpaceCommandOutput, CodeCatalystClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -109,9 +106,7 @@ export class DeleteSpaceCommand extends $Command< * @public */ constructor(readonly input: DeleteSpaceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -162,7 +157,4 @@ export class DeleteSpaceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteSpaceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-codecatalyst/src/commands/GetDevEnvironmentCommand.ts b/clients/client-codecatalyst/src/commands/GetDevEnvironmentCommand.ts index cf49dfe954ba..4e82f5a2a850 100644 --- a/clients/client-codecatalyst/src/commands/GetDevEnvironmentCommand.ts +++ b/clients/client-codecatalyst/src/commands/GetDevEnvironmentCommand.ts @@ -116,9 +116,6 @@ export class GetDevEnvironmentCommand extends $Command< GetDevEnvironmentCommandOutput, CodeCatalystClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -131,9 +128,7 @@ export class GetDevEnvironmentCommand extends $Command< * @public */ constructor(readonly input: GetDevEnvironmentCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -186,7 +181,4 @@ export class GetDevEnvironmentCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetDevEnvironmentCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-codecatalyst/src/commands/GetProjectCommand.ts b/clients/client-codecatalyst/src/commands/GetProjectCommand.ts index 0b7407115b69..12b7c7726586 100644 --- a/clients/client-codecatalyst/src/commands/GetProjectCommand.ts +++ b/clients/client-codecatalyst/src/commands/GetProjectCommand.ts @@ -94,9 +94,6 @@ export class GetProjectCommand extends $Command< GetProjectCommandOutput, CodeCatalystClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -109,9 +106,7 @@ export class GetProjectCommand extends $Command< * @public */ constructor(readonly input: GetProjectCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -162,7 +157,4 @@ export class GetProjectCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetProjectCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-codecatalyst/src/commands/GetSourceRepositoryCloneUrlsCommand.ts b/clients/client-codecatalyst/src/commands/GetSourceRepositoryCloneUrlsCommand.ts index bb743820e2e1..fd41ab0a7a6c 100644 --- a/clients/client-codecatalyst/src/commands/GetSourceRepositoryCloneUrlsCommand.ts +++ b/clients/client-codecatalyst/src/commands/GetSourceRepositoryCloneUrlsCommand.ts @@ -98,9 +98,6 @@ export class GetSourceRepositoryCloneUrlsCommand extends $Command< GetSourceRepositoryCloneUrlsCommandOutput, CodeCatalystClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -113,9 +110,7 @@ export class GetSourceRepositoryCloneUrlsCommand extends $Command< * @public */ constructor(readonly input: GetSourceRepositoryCloneUrlsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -171,7 +166,4 @@ export class GetSourceRepositoryCloneUrlsCommand extends $Command< ): Promise { return de_GetSourceRepositoryCloneUrlsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-codecatalyst/src/commands/GetSourceRepositoryCommand.ts b/clients/client-codecatalyst/src/commands/GetSourceRepositoryCommand.ts index 24585700c286..36f3baf1b051 100644 --- a/clients/client-codecatalyst/src/commands/GetSourceRepositoryCommand.ts +++ b/clients/client-codecatalyst/src/commands/GetSourceRepositoryCommand.ts @@ -97,9 +97,6 @@ export class GetSourceRepositoryCommand extends $Command< GetSourceRepositoryCommandOutput, CodeCatalystClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -112,9 +109,7 @@ export class GetSourceRepositoryCommand extends $Command< * @public */ constructor(readonly input: GetSourceRepositoryCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -167,7 +162,4 @@ export class GetSourceRepositoryCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetSourceRepositoryCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-codecatalyst/src/commands/GetSpaceCommand.ts b/clients/client-codecatalyst/src/commands/GetSpaceCommand.ts index 2cc3bf8811df..1258a6e20008 100644 --- a/clients/client-codecatalyst/src/commands/GetSpaceCommand.ts +++ b/clients/client-codecatalyst/src/commands/GetSpaceCommand.ts @@ -93,9 +93,6 @@ export class GetSpaceCommand extends $Command< GetSpaceCommandOutput, CodeCatalystClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -108,9 +105,7 @@ export class GetSpaceCommand extends $Command< * @public */ constructor(readonly input: GetSpaceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -161,7 +156,4 @@ export class GetSpaceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetSpaceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-codecatalyst/src/commands/GetSubscriptionCommand.ts b/clients/client-codecatalyst/src/commands/GetSubscriptionCommand.ts index 70f3a5f97586..0ed41a75011a 100644 --- a/clients/client-codecatalyst/src/commands/GetSubscriptionCommand.ts +++ b/clients/client-codecatalyst/src/commands/GetSubscriptionCommand.ts @@ -92,9 +92,6 @@ export class GetSubscriptionCommand extends $Command< GetSubscriptionCommandOutput, CodeCatalystClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -107,9 +104,7 @@ export class GetSubscriptionCommand extends $Command< * @public */ constructor(readonly input: GetSubscriptionCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -162,7 +157,4 @@ export class GetSubscriptionCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetSubscriptionCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-codecatalyst/src/commands/GetUserDetailsCommand.ts b/clients/client-codecatalyst/src/commands/GetUserDetailsCommand.ts index 20f03f2e256f..5c23842a0cc9 100644 --- a/clients/client-codecatalyst/src/commands/GetUserDetailsCommand.ts +++ b/clients/client-codecatalyst/src/commands/GetUserDetailsCommand.ts @@ -98,9 +98,6 @@ export class GetUserDetailsCommand extends $Command< GetUserDetailsCommandOutput, CodeCatalystClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -113,9 +110,7 @@ export class GetUserDetailsCommand extends $Command< * @public */ constructor(readonly input: GetUserDetailsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -168,7 +163,4 @@ export class GetUserDetailsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetUserDetailsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-codecatalyst/src/commands/ListAccessTokensCommand.ts b/clients/client-codecatalyst/src/commands/ListAccessTokensCommand.ts index e2dab95b2947..164f862e35db 100644 --- a/clients/client-codecatalyst/src/commands/ListAccessTokensCommand.ts +++ b/clients/client-codecatalyst/src/commands/ListAccessTokensCommand.ts @@ -98,9 +98,6 @@ export class ListAccessTokensCommand extends $Command< ListAccessTokensCommandOutput, CodeCatalystClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -113,9 +110,7 @@ export class ListAccessTokensCommand extends $Command< * @public */ constructor(readonly input: ListAccessTokensCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -168,7 +163,4 @@ export class ListAccessTokensCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListAccessTokensCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-codecatalyst/src/commands/ListDevEnvironmentSessionsCommand.ts b/clients/client-codecatalyst/src/commands/ListDevEnvironmentSessionsCommand.ts index 7367124038a4..82e8716f5e4b 100644 --- a/clients/client-codecatalyst/src/commands/ListDevEnvironmentSessionsCommand.ts +++ b/clients/client-codecatalyst/src/commands/ListDevEnvironmentSessionsCommand.ts @@ -103,9 +103,6 @@ export class ListDevEnvironmentSessionsCommand extends $Command< ListDevEnvironmentSessionsCommandOutput, CodeCatalystClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -118,9 +115,7 @@ export class ListDevEnvironmentSessionsCommand extends $Command< * @public */ constructor(readonly input: ListDevEnvironmentSessionsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -176,7 +171,4 @@ export class ListDevEnvironmentSessionsCommand extends $Command< ): Promise { return de_ListDevEnvironmentSessionsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-codecatalyst/src/commands/ListDevEnvironmentsCommand.ts b/clients/client-codecatalyst/src/commands/ListDevEnvironmentsCommand.ts index 0cd18295de7f..dc38ddecc811 100644 --- a/clients/client-codecatalyst/src/commands/ListDevEnvironmentsCommand.ts +++ b/clients/client-codecatalyst/src/commands/ListDevEnvironmentsCommand.ts @@ -131,9 +131,6 @@ export class ListDevEnvironmentsCommand extends $Command< ListDevEnvironmentsCommandOutput, CodeCatalystClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -146,9 +143,7 @@ export class ListDevEnvironmentsCommand extends $Command< * @public */ constructor(readonly input: ListDevEnvironmentsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -201,7 +196,4 @@ export class ListDevEnvironmentsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListDevEnvironmentsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-codecatalyst/src/commands/ListEventLogsCommand.ts b/clients/client-codecatalyst/src/commands/ListEventLogsCommand.ts index 486afab5dbfa..12827c875a50 100644 --- a/clients/client-codecatalyst/src/commands/ListEventLogsCommand.ts +++ b/clients/client-codecatalyst/src/commands/ListEventLogsCommand.ts @@ -128,9 +128,6 @@ export class ListEventLogsCommand extends $Command< ListEventLogsCommandOutput, CodeCatalystClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -143,9 +140,7 @@ export class ListEventLogsCommand extends $Command< * @public */ constructor(readonly input: ListEventLogsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -196,7 +191,4 @@ export class ListEventLogsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListEventLogsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-codecatalyst/src/commands/ListProjectsCommand.ts b/clients/client-codecatalyst/src/commands/ListProjectsCommand.ts index 88064158b730..e4c9deb88a19 100644 --- a/clients/client-codecatalyst/src/commands/ListProjectsCommand.ts +++ b/clients/client-codecatalyst/src/commands/ListProjectsCommand.ts @@ -108,9 +108,6 @@ export class ListProjectsCommand extends $Command< ListProjectsCommandOutput, CodeCatalystClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -123,9 +120,7 @@ export class ListProjectsCommand extends $Command< * @public */ constructor(readonly input: ListProjectsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -176,7 +171,4 @@ export class ListProjectsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListProjectsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-codecatalyst/src/commands/ListSourceRepositoriesCommand.ts b/clients/client-codecatalyst/src/commands/ListSourceRepositoriesCommand.ts index ea4f8fd19cd3..0e633646511b 100644 --- a/clients/client-codecatalyst/src/commands/ListSourceRepositoriesCommand.ts +++ b/clients/client-codecatalyst/src/commands/ListSourceRepositoriesCommand.ts @@ -102,9 +102,6 @@ export class ListSourceRepositoriesCommand extends $Command< ListSourceRepositoriesCommandOutput, CodeCatalystClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -117,9 +114,7 @@ export class ListSourceRepositoriesCommand extends $Command< * @public */ constructor(readonly input: ListSourceRepositoriesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -172,7 +167,4 @@ export class ListSourceRepositoriesCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListSourceRepositoriesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-codecatalyst/src/commands/ListSourceRepositoryBranchesCommand.ts b/clients/client-codecatalyst/src/commands/ListSourceRepositoryBranchesCommand.ts index 43e7a5f317de..6c20d7949217 100644 --- a/clients/client-codecatalyst/src/commands/ListSourceRepositoryBranchesCommand.ts +++ b/clients/client-codecatalyst/src/commands/ListSourceRepositoryBranchesCommand.ts @@ -107,9 +107,6 @@ export class ListSourceRepositoryBranchesCommand extends $Command< ListSourceRepositoryBranchesCommandOutput, CodeCatalystClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -122,9 +119,7 @@ export class ListSourceRepositoryBranchesCommand extends $Command< * @public */ constructor(readonly input: ListSourceRepositoryBranchesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -180,7 +175,4 @@ export class ListSourceRepositoryBranchesCommand extends $Command< ): Promise { return de_ListSourceRepositoryBranchesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-codecatalyst/src/commands/ListSpacesCommand.ts b/clients/client-codecatalyst/src/commands/ListSpacesCommand.ts index d71ab7ed2887..49ec57d33b4b 100644 --- a/clients/client-codecatalyst/src/commands/ListSpacesCommand.ts +++ b/clients/client-codecatalyst/src/commands/ListSpacesCommand.ts @@ -98,9 +98,6 @@ export class ListSpacesCommand extends $Command< ListSpacesCommandOutput, CodeCatalystClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -113,9 +110,7 @@ export class ListSpacesCommand extends $Command< * @public */ constructor(readonly input: ListSpacesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -166,7 +161,4 @@ export class ListSpacesCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListSpacesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-codecatalyst/src/commands/StartDevEnvironmentCommand.ts b/clients/client-codecatalyst/src/commands/StartDevEnvironmentCommand.ts index 2105a868db57..d7f387515044 100644 --- a/clients/client-codecatalyst/src/commands/StartDevEnvironmentCommand.ts +++ b/clients/client-codecatalyst/src/commands/StartDevEnvironmentCommand.ts @@ -103,9 +103,6 @@ export class StartDevEnvironmentCommand extends $Command< StartDevEnvironmentCommandOutput, CodeCatalystClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -118,9 +115,7 @@ export class StartDevEnvironmentCommand extends $Command< * @public */ constructor(readonly input: StartDevEnvironmentCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -173,7 +168,4 @@ export class StartDevEnvironmentCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_StartDevEnvironmentCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-codecatalyst/src/commands/StartDevEnvironmentSessionCommand.ts b/clients/client-codecatalyst/src/commands/StartDevEnvironmentSessionCommand.ts index 1ec2e3cd35b4..7aab9e19d7d1 100644 --- a/clients/client-codecatalyst/src/commands/StartDevEnvironmentSessionCommand.ts +++ b/clients/client-codecatalyst/src/commands/StartDevEnvironmentSessionCommand.ts @@ -112,9 +112,6 @@ export class StartDevEnvironmentSessionCommand extends $Command< StartDevEnvironmentSessionCommandOutput, CodeCatalystClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -127,9 +124,7 @@ export class StartDevEnvironmentSessionCommand extends $Command< * @public */ constructor(readonly input: StartDevEnvironmentSessionCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -185,7 +180,4 @@ export class StartDevEnvironmentSessionCommand extends $Command< ): Promise { return de_StartDevEnvironmentSessionCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-codecatalyst/src/commands/StopDevEnvironmentCommand.ts b/clients/client-codecatalyst/src/commands/StopDevEnvironmentCommand.ts index 4bf56addb66f..dadfb31a5e6f 100644 --- a/clients/client-codecatalyst/src/commands/StopDevEnvironmentCommand.ts +++ b/clients/client-codecatalyst/src/commands/StopDevEnvironmentCommand.ts @@ -95,9 +95,6 @@ export class StopDevEnvironmentCommand extends $Command< StopDevEnvironmentCommandOutput, CodeCatalystClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -110,9 +107,7 @@ export class StopDevEnvironmentCommand extends $Command< * @public */ constructor(readonly input: StopDevEnvironmentCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -165,7 +160,4 @@ export class StopDevEnvironmentCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_StopDevEnvironmentCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-codecatalyst/src/commands/StopDevEnvironmentSessionCommand.ts b/clients/client-codecatalyst/src/commands/StopDevEnvironmentSessionCommand.ts index 51ac46b3e0c0..2436eae60503 100644 --- a/clients/client-codecatalyst/src/commands/StopDevEnvironmentSessionCommand.ts +++ b/clients/client-codecatalyst/src/commands/StopDevEnvironmentSessionCommand.ts @@ -96,9 +96,6 @@ export class StopDevEnvironmentSessionCommand extends $Command< StopDevEnvironmentSessionCommandOutput, CodeCatalystClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -111,9 +108,7 @@ export class StopDevEnvironmentSessionCommand extends $Command< * @public */ constructor(readonly input: StopDevEnvironmentSessionCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -169,7 +164,4 @@ export class StopDevEnvironmentSessionCommand extends $Command< ): Promise { return de_StopDevEnvironmentSessionCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-codecatalyst/src/commands/UpdateDevEnvironmentCommand.ts b/clients/client-codecatalyst/src/commands/UpdateDevEnvironmentCommand.ts index 94e3a23c05b8..d57348d456d5 100644 --- a/clients/client-codecatalyst/src/commands/UpdateDevEnvironmentCommand.ts +++ b/clients/client-codecatalyst/src/commands/UpdateDevEnvironmentCommand.ts @@ -114,9 +114,6 @@ export class UpdateDevEnvironmentCommand extends $Command< UpdateDevEnvironmentCommandOutput, CodeCatalystClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -129,9 +126,7 @@ export class UpdateDevEnvironmentCommand extends $Command< * @public */ constructor(readonly input: UpdateDevEnvironmentCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -184,7 +179,4 @@ export class UpdateDevEnvironmentCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdateDevEnvironmentCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-codecatalyst/src/commands/UpdateProjectCommand.ts b/clients/client-codecatalyst/src/commands/UpdateProjectCommand.ts index 920cd37b9ddd..9c47b2c6cc1c 100644 --- a/clients/client-codecatalyst/src/commands/UpdateProjectCommand.ts +++ b/clients/client-codecatalyst/src/commands/UpdateProjectCommand.ts @@ -95,9 +95,6 @@ export class UpdateProjectCommand extends $Command< UpdateProjectCommandOutput, CodeCatalystClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -110,9 +107,7 @@ export class UpdateProjectCommand extends $Command< * @public */ constructor(readonly input: UpdateProjectCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -163,7 +158,4 @@ export class UpdateProjectCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdateProjectCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-codecatalyst/src/commands/UpdateSpaceCommand.ts b/clients/client-codecatalyst/src/commands/UpdateSpaceCommand.ts index 3b718582afab..065320f1ac00 100644 --- a/clients/client-codecatalyst/src/commands/UpdateSpaceCommand.ts +++ b/clients/client-codecatalyst/src/commands/UpdateSpaceCommand.ts @@ -93,9 +93,6 @@ export class UpdateSpaceCommand extends $Command< UpdateSpaceCommandOutput, CodeCatalystClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -108,9 +105,7 @@ export class UpdateSpaceCommand extends $Command< * @public */ constructor(readonly input: UpdateSpaceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -161,7 +156,4 @@ export class UpdateSpaceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdateSpaceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-codecatalyst/src/commands/VerifySessionCommand.ts b/clients/client-codecatalyst/src/commands/VerifySessionCommand.ts index 617df9db4100..bd640dc45559 100644 --- a/clients/client-codecatalyst/src/commands/VerifySessionCommand.ts +++ b/clients/client-codecatalyst/src/commands/VerifySessionCommand.ts @@ -88,9 +88,6 @@ export class VerifySessionCommand extends $Command< VerifySessionCommandOutput, CodeCatalystClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -103,9 +100,7 @@ export class VerifySessionCommand extends $Command< * @public */ constructor(readonly input: VerifySessionCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -156,7 +151,4 @@ export class VerifySessionCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_VerifySessionCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-codecommit/package.json b/clients/client-codecommit/package.json index c6898f840293..566d3af82778 100644 --- a/clients/client-codecommit/package.json +++ b/clients/client-codecommit/package.json @@ -34,29 +34,29 @@ "@aws-sdk/util-endpoints": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@smithy/config-resolver": "^2.0.16", - "@smithy/fetch-http-handler": "^2.2.4", - "@smithy/hash-node": "^2.0.12", - "@smithy/invalid-dependency": "^2.0.12", - "@smithy/middleware-content-length": "^2.0.14", - "@smithy/middleware-endpoint": "^2.1.3", - "@smithy/middleware-retry": "^2.0.18", - "@smithy/middleware-serde": "^2.0.12", - "@smithy/middleware-stack": "^2.0.6", - "@smithy/node-config-provider": "^2.1.3", - "@smithy/node-http-handler": "^2.1.8", - "@smithy/protocol-http": "^3.0.8", - "@smithy/smithy-client": "^2.1.12", - "@smithy/types": "^2.4.0", - "@smithy/url-parser": "^2.0.12", - "@smithy/util-base64": "^2.0.0", + "@smithy/config-resolver": "^2.0.18", + "@smithy/fetch-http-handler": "^2.2.6", + "@smithy/hash-node": "^2.0.15", + "@smithy/invalid-dependency": "^2.0.13", + "@smithy/middleware-content-length": "^2.0.15", + "@smithy/middleware-endpoint": "^2.2.0", + "@smithy/middleware-retry": "^2.0.20", + "@smithy/middleware-serde": "^2.0.13", + "@smithy/middleware-stack": "^2.0.7", + "@smithy/node-config-provider": "^2.1.5", + "@smithy/node-http-handler": "^2.1.9", + "@smithy/protocol-http": "^3.0.9", + "@smithy/smithy-client": "^2.1.15", + "@smithy/types": "^2.5.0", + "@smithy/url-parser": "^2.0.13", + "@smithy/util-base64": "^2.0.1", "@smithy/util-body-length-browser": "^2.0.0", "@smithy/util-body-length-node": "^2.1.0", - "@smithy/util-defaults-mode-browser": "^2.0.16", - "@smithy/util-defaults-mode-node": "^2.0.21", - "@smithy/util-endpoints": "^1.0.2", - "@smithy/util-retry": "^2.0.5", - "@smithy/util-utf8": "^2.0.0", + "@smithy/util-defaults-mode-browser": "^2.0.19", + "@smithy/util-defaults-mode-node": "^2.0.25", + "@smithy/util-endpoints": "^1.0.4", + "@smithy/util-retry": "^2.0.6", + "@smithy/util-utf8": "^2.0.2", "tslib": "^2.5.0", "uuid": "^8.3.2" }, diff --git a/clients/client-codecommit/src/commands/AssociateApprovalRuleTemplateWithRepositoryCommand.ts b/clients/client-codecommit/src/commands/AssociateApprovalRuleTemplateWithRepositoryCommand.ts index a8dbe69672a5..fe175fd0adb8 100644 --- a/clients/client-codecommit/src/commands/AssociateApprovalRuleTemplateWithRepositoryCommand.ts +++ b/clients/client-codecommit/src/commands/AssociateApprovalRuleTemplateWithRepositoryCommand.ts @@ -124,9 +124,6 @@ export class AssociateApprovalRuleTemplateWithRepositoryCommand extends $Command AssociateApprovalRuleTemplateWithRepositoryCommandOutput, CodeCommitClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -140,9 +137,7 @@ export class AssociateApprovalRuleTemplateWithRepositoryCommand extends $Command * @public */ constructor(readonly input: AssociateApprovalRuleTemplateWithRepositoryCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -207,7 +202,4 @@ export class AssociateApprovalRuleTemplateWithRepositoryCommand extends $Command ): Promise { return de_AssociateApprovalRuleTemplateWithRepositoryCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-codecommit/src/commands/BatchAssociateApprovalRuleTemplateWithRepositoriesCommand.ts b/clients/client-codecommit/src/commands/BatchAssociateApprovalRuleTemplateWithRepositoriesCommand.ts index 629f58770754..7e88180b9eb8 100644 --- a/clients/client-codecommit/src/commands/BatchAssociateApprovalRuleTemplateWithRepositoriesCommand.ts +++ b/clients/client-codecommit/src/commands/BatchAssociateApprovalRuleTemplateWithRepositoriesCommand.ts @@ -124,9 +124,6 @@ export class BatchAssociateApprovalRuleTemplateWithRepositoriesCommand extends $ BatchAssociateApprovalRuleTemplateWithRepositoriesCommandOutput, CodeCommitClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -140,9 +137,7 @@ export class BatchAssociateApprovalRuleTemplateWithRepositoriesCommand extends $ * @public */ constructor(readonly input: BatchAssociateApprovalRuleTemplateWithRepositoriesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -207,7 +202,4 @@ export class BatchAssociateApprovalRuleTemplateWithRepositoriesCommand extends $ ): Promise { return de_BatchAssociateApprovalRuleTemplateWithRepositoriesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-codecommit/src/commands/BatchDescribeMergeConflictsCommand.ts b/clients/client-codecommit/src/commands/BatchDescribeMergeConflictsCommand.ts index ab2d01783749..9c29569689f1 100644 --- a/clients/client-codecommit/src/commands/BatchDescribeMergeConflictsCommand.ts +++ b/clients/client-codecommit/src/commands/BatchDescribeMergeConflictsCommand.ts @@ -215,9 +215,6 @@ export class BatchDescribeMergeConflictsCommand extends $Command< BatchDescribeMergeConflictsCommandOutput, CodeCommitClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -231,9 +228,7 @@ export class BatchDescribeMergeConflictsCommand extends $Command< * @public */ constructor(readonly input: BatchDescribeMergeConflictsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -289,7 +284,4 @@ export class BatchDescribeMergeConflictsCommand extends $Command< ): Promise { return de_BatchDescribeMergeConflictsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-codecommit/src/commands/BatchDisassociateApprovalRuleTemplateFromRepositoriesCommand.ts b/clients/client-codecommit/src/commands/BatchDisassociateApprovalRuleTemplateFromRepositoriesCommand.ts index c68f9fd589d7..50e4512d05e0 100644 --- a/clients/client-codecommit/src/commands/BatchDisassociateApprovalRuleTemplateFromRepositoriesCommand.ts +++ b/clients/client-codecommit/src/commands/BatchDisassociateApprovalRuleTemplateFromRepositoriesCommand.ts @@ -124,9 +124,6 @@ export class BatchDisassociateApprovalRuleTemplateFromRepositoriesCommand extend BatchDisassociateApprovalRuleTemplateFromRepositoriesCommandOutput, CodeCommitClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -140,9 +137,7 @@ export class BatchDisassociateApprovalRuleTemplateFromRepositoriesCommand extend * @public */ constructor(readonly input: BatchDisassociateApprovalRuleTemplateFromRepositoriesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -207,7 +202,4 @@ export class BatchDisassociateApprovalRuleTemplateFromRepositoriesCommand extend ): Promise { return de_BatchDisassociateApprovalRuleTemplateFromRepositoriesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-codecommit/src/commands/BatchGetCommitsCommand.ts b/clients/client-codecommit/src/commands/BatchGetCommitsCommand.ts index 32593009e94a..ae30d13e294d 100644 --- a/clients/client-codecommit/src/commands/BatchGetCommitsCommand.ts +++ b/clients/client-codecommit/src/commands/BatchGetCommitsCommand.ts @@ -135,9 +135,6 @@ export class BatchGetCommitsCommand extends $Command< BatchGetCommitsCommandOutput, CodeCommitClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -151,9 +148,7 @@ export class BatchGetCommitsCommand extends $Command< * @public */ constructor(readonly input: BatchGetCommitsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -206,7 +201,4 @@ export class BatchGetCommitsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_BatchGetCommitsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-codecommit/src/commands/BatchGetRepositoriesCommand.ts b/clients/client-codecommit/src/commands/BatchGetRepositoriesCommand.ts index 9858973aefb9..02e8131ffb88 100644 --- a/clients/client-codecommit/src/commands/BatchGetRepositoriesCommand.ts +++ b/clients/client-codecommit/src/commands/BatchGetRepositoriesCommand.ts @@ -124,9 +124,6 @@ export class BatchGetRepositoriesCommand extends $Command< BatchGetRepositoriesCommandOutput, CodeCommitClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -140,9 +137,7 @@ export class BatchGetRepositoriesCommand extends $Command< * @public */ constructor(readonly input: BatchGetRepositoriesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -195,7 +190,4 @@ export class BatchGetRepositoriesCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_BatchGetRepositoriesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-codecommit/src/commands/CreateApprovalRuleTemplateCommand.ts b/clients/client-codecommit/src/commands/CreateApprovalRuleTemplateCommand.ts index b3fb34a2a6a2..b42e63dd4e29 100644 --- a/clients/client-codecommit/src/commands/CreateApprovalRuleTemplateCommand.ts +++ b/clients/client-codecommit/src/commands/CreateApprovalRuleTemplateCommand.ts @@ -112,9 +112,6 @@ export class CreateApprovalRuleTemplateCommand extends $Command< CreateApprovalRuleTemplateCommandOutput, CodeCommitClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -128,9 +125,7 @@ export class CreateApprovalRuleTemplateCommand extends $Command< * @public */ constructor(readonly input: CreateApprovalRuleTemplateCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -186,7 +181,4 @@ export class CreateApprovalRuleTemplateCommand extends $Command< ): Promise { return de_CreateApprovalRuleTemplateCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-codecommit/src/commands/CreateBranchCommand.ts b/clients/client-codecommit/src/commands/CreateBranchCommand.ts index de83bbb351f1..244e06ac4d2e 100644 --- a/clients/client-codecommit/src/commands/CreateBranchCommand.ts +++ b/clients/client-codecommit/src/commands/CreateBranchCommand.ts @@ -122,9 +122,6 @@ export class CreateBranchCommand extends $Command< CreateBranchCommandOutput, CodeCommitClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -138,9 +135,7 @@ export class CreateBranchCommand extends $Command< * @public */ constructor(readonly input: CreateBranchCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -191,7 +186,4 @@ export class CreateBranchCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateBranchCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-codecommit/src/commands/CreateCommitCommand.ts b/clients/client-codecommit/src/commands/CreateCommitCommand.ts index 51157cc17fb9..b4928171bfc3 100644 --- a/clients/client-codecommit/src/commands/CreateCommitCommand.ts +++ b/clients/client-codecommit/src/commands/CreateCommitCommand.ts @@ -258,9 +258,6 @@ export class CreateCommitCommand extends $Command< CreateCommitCommandOutput, CodeCommitClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -274,9 +271,7 @@ export class CreateCommitCommand extends $Command< * @public */ constructor(readonly input: CreateCommitCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -327,7 +322,4 @@ export class CreateCommitCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateCommitCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-codecommit/src/commands/CreatePullRequestApprovalRuleCommand.ts b/clients/client-codecommit/src/commands/CreatePullRequestApprovalRuleCommand.ts index 75b85587daa5..13ec88c641e2 100644 --- a/clients/client-codecommit/src/commands/CreatePullRequestApprovalRuleCommand.ts +++ b/clients/client-codecommit/src/commands/CreatePullRequestApprovalRuleCommand.ts @@ -135,9 +135,6 @@ export class CreatePullRequestApprovalRuleCommand extends $Command< CreatePullRequestApprovalRuleCommandOutput, CodeCommitClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -151,9 +148,7 @@ export class CreatePullRequestApprovalRuleCommand extends $Command< * @public */ constructor(readonly input: CreatePullRequestApprovalRuleCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -209,7 +204,4 @@ export class CreatePullRequestApprovalRuleCommand extends $Command< ): Promise { return de_CreatePullRequestApprovalRuleCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-codecommit/src/commands/CreatePullRequestCommand.ts b/clients/client-codecommit/src/commands/CreatePullRequestCommand.ts index 681b7f283b82..1022b515c311 100644 --- a/clients/client-codecommit/src/commands/CreatePullRequestCommand.ts +++ b/clients/client-codecommit/src/commands/CreatePullRequestCommand.ts @@ -211,9 +211,6 @@ export class CreatePullRequestCommand extends $Command< CreatePullRequestCommandOutput, CodeCommitClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -227,9 +224,7 @@ export class CreatePullRequestCommand extends $Command< * @public */ constructor(readonly input: CreatePullRequestCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -282,7 +277,4 @@ export class CreatePullRequestCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreatePullRequestCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-codecommit/src/commands/CreateRepositoryCommand.ts b/clients/client-codecommit/src/commands/CreateRepositoryCommand.ts index 88432ce2ddc8..3394f24282b6 100644 --- a/clients/client-codecommit/src/commands/CreateRepositoryCommand.ts +++ b/clients/client-codecommit/src/commands/CreateRepositoryCommand.ts @@ -132,9 +132,6 @@ export class CreateRepositoryCommand extends $Command< CreateRepositoryCommandOutput, CodeCommitClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -148,9 +145,7 @@ export class CreateRepositoryCommand extends $Command< * @public */ constructor(readonly input: CreateRepositoryCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -203,7 +198,4 @@ export class CreateRepositoryCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateRepositoryCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-codecommit/src/commands/CreateUnreferencedMergeCommitCommand.ts b/clients/client-codecommit/src/commands/CreateUnreferencedMergeCommitCommand.ts index 10fbaf7133bd..774c7ccff645 100644 --- a/clients/client-codecommit/src/commands/CreateUnreferencedMergeCommitCommand.ts +++ b/clients/client-codecommit/src/commands/CreateUnreferencedMergeCommitCommand.ts @@ -233,9 +233,6 @@ export class CreateUnreferencedMergeCommitCommand extends $Command< CreateUnreferencedMergeCommitCommandOutput, CodeCommitClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -249,9 +246,7 @@ export class CreateUnreferencedMergeCommitCommand extends $Command< * @public */ constructor(readonly input: CreateUnreferencedMergeCommitCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -307,7 +302,4 @@ export class CreateUnreferencedMergeCommitCommand extends $Command< ): Promise { return de_CreateUnreferencedMergeCommitCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-codecommit/src/commands/DeleteApprovalRuleTemplateCommand.ts b/clients/client-codecommit/src/commands/DeleteApprovalRuleTemplateCommand.ts index c2cb988cbd4d..3873230eecd3 100644 --- a/clients/client-codecommit/src/commands/DeleteApprovalRuleTemplateCommand.ts +++ b/clients/client-codecommit/src/commands/DeleteApprovalRuleTemplateCommand.ts @@ -82,9 +82,6 @@ export class DeleteApprovalRuleTemplateCommand extends $Command< DeleteApprovalRuleTemplateCommandOutput, CodeCommitClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -98,9 +95,7 @@ export class DeleteApprovalRuleTemplateCommand extends $Command< * @public */ constructor(readonly input: DeleteApprovalRuleTemplateCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -156,7 +151,4 @@ export class DeleteApprovalRuleTemplateCommand extends $Command< ): Promise { return de_DeleteApprovalRuleTemplateCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-codecommit/src/commands/DeleteBranchCommand.ts b/clients/client-codecommit/src/commands/DeleteBranchCommand.ts index 30b8fed4c2d8..4ea79fdaf506 100644 --- a/clients/client-codecommit/src/commands/DeleteBranchCommand.ts +++ b/clients/client-codecommit/src/commands/DeleteBranchCommand.ts @@ -112,9 +112,6 @@ export class DeleteBranchCommand extends $Command< DeleteBranchCommandOutput, CodeCommitClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -128,9 +125,7 @@ export class DeleteBranchCommand extends $Command< * @public */ constructor(readonly input: DeleteBranchCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -181,7 +176,4 @@ export class DeleteBranchCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteBranchCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-codecommit/src/commands/DeleteCommentContentCommand.ts b/clients/client-codecommit/src/commands/DeleteCommentContentCommand.ts index 8af007d9c748..b7e38b4e001e 100644 --- a/clients/client-codecommit/src/commands/DeleteCommentContentCommand.ts +++ b/clients/client-codecommit/src/commands/DeleteCommentContentCommand.ts @@ -98,9 +98,6 @@ export class DeleteCommentContentCommand extends $Command< DeleteCommentContentCommandOutput, CodeCommitClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -114,9 +111,7 @@ export class DeleteCommentContentCommand extends $Command< * @public */ constructor(readonly input: DeleteCommentContentCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -169,7 +164,4 @@ export class DeleteCommentContentCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteCommentContentCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-codecommit/src/commands/DeleteFileCommand.ts b/clients/client-codecommit/src/commands/DeleteFileCommand.ts index 4aa215f10c4d..7b1bdac2a1da 100644 --- a/clients/client-codecommit/src/commands/DeleteFileCommand.ts +++ b/clients/client-codecommit/src/commands/DeleteFileCommand.ts @@ -159,9 +159,6 @@ export class DeleteFileCommand extends $Command< DeleteFileCommandOutput, CodeCommitClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -175,9 +172,7 @@ export class DeleteFileCommand extends $Command< * @public */ constructor(readonly input: DeleteFileCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -228,7 +223,4 @@ export class DeleteFileCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteFileCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-codecommit/src/commands/DeletePullRequestApprovalRuleCommand.ts b/clients/client-codecommit/src/commands/DeletePullRequestApprovalRuleCommand.ts index bcdfa2823fba..b4d47aff43a1 100644 --- a/clients/client-codecommit/src/commands/DeletePullRequestApprovalRuleCommand.ts +++ b/clients/client-codecommit/src/commands/DeletePullRequestApprovalRuleCommand.ts @@ -115,9 +115,6 @@ export class DeletePullRequestApprovalRuleCommand extends $Command< DeletePullRequestApprovalRuleCommandOutput, CodeCommitClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -131,9 +128,7 @@ export class DeletePullRequestApprovalRuleCommand extends $Command< * @public */ constructor(readonly input: DeletePullRequestApprovalRuleCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -189,7 +184,4 @@ export class DeletePullRequestApprovalRuleCommand extends $Command< ): Promise { return de_DeletePullRequestApprovalRuleCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-codecommit/src/commands/DeleteRepositoryCommand.ts b/clients/client-codecommit/src/commands/DeleteRepositoryCommand.ts index f23c0aec3475..c4c0fa189880 100644 --- a/clients/client-codecommit/src/commands/DeleteRepositoryCommand.ts +++ b/clients/client-codecommit/src/commands/DeleteRepositoryCommand.ts @@ -101,9 +101,6 @@ export class DeleteRepositoryCommand extends $Command< DeleteRepositoryCommandOutput, CodeCommitClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -117,9 +114,7 @@ export class DeleteRepositoryCommand extends $Command< * @public */ constructor(readonly input: DeleteRepositoryCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -172,7 +167,4 @@ export class DeleteRepositoryCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteRepositoryCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-codecommit/src/commands/DescribeMergeConflictsCommand.ts b/clients/client-codecommit/src/commands/DescribeMergeConflictsCommand.ts index 708cc85c6b27..70b16e46ed32 100644 --- a/clients/client-codecommit/src/commands/DescribeMergeConflictsCommand.ts +++ b/clients/client-codecommit/src/commands/DescribeMergeConflictsCommand.ts @@ -210,9 +210,6 @@ export class DescribeMergeConflictsCommand extends $Command< DescribeMergeConflictsCommandOutput, CodeCommitClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -226,9 +223,7 @@ export class DescribeMergeConflictsCommand extends $Command< * @public */ constructor(readonly input: DescribeMergeConflictsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -281,7 +276,4 @@ export class DescribeMergeConflictsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DescribeMergeConflictsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-codecommit/src/commands/DescribePullRequestEventsCommand.ts b/clients/client-codecommit/src/commands/DescribePullRequestEventsCommand.ts index bc9090a4f90a..a0845b4830a1 100644 --- a/clients/client-codecommit/src/commands/DescribePullRequestEventsCommand.ts +++ b/clients/client-codecommit/src/commands/DescribePullRequestEventsCommand.ts @@ -160,9 +160,6 @@ export class DescribePullRequestEventsCommand extends $Command< DescribePullRequestEventsCommandOutput, CodeCommitClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -176,9 +173,7 @@ export class DescribePullRequestEventsCommand extends $Command< * @public */ constructor(readonly input: DescribePullRequestEventsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -234,7 +229,4 @@ export class DescribePullRequestEventsCommand extends $Command< ): Promise { return de_DescribePullRequestEventsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-codecommit/src/commands/DisassociateApprovalRuleTemplateFromRepositoryCommand.ts b/clients/client-codecommit/src/commands/DisassociateApprovalRuleTemplateFromRepositoryCommand.ts index 71fc4fe65485..1cc3f920608c 100644 --- a/clients/client-codecommit/src/commands/DisassociateApprovalRuleTemplateFromRepositoryCommand.ts +++ b/clients/client-codecommit/src/commands/DisassociateApprovalRuleTemplateFromRepositoryCommand.ts @@ -117,9 +117,6 @@ export class DisassociateApprovalRuleTemplateFromRepositoryCommand extends $Comm DisassociateApprovalRuleTemplateFromRepositoryCommandOutput, CodeCommitClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -133,9 +130,7 @@ export class DisassociateApprovalRuleTemplateFromRepositoryCommand extends $Comm * @public */ constructor(readonly input: DisassociateApprovalRuleTemplateFromRepositoryCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -200,7 +195,4 @@ export class DisassociateApprovalRuleTemplateFromRepositoryCommand extends $Comm ): Promise { return de_DisassociateApprovalRuleTemplateFromRepositoryCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-codecommit/src/commands/EvaluatePullRequestApprovalRulesCommand.ts b/clients/client-codecommit/src/commands/EvaluatePullRequestApprovalRulesCommand.ts index b8c55b25cc06..63504917cc0c 100644 --- a/clients/client-codecommit/src/commands/EvaluatePullRequestApprovalRulesCommand.ts +++ b/clients/client-codecommit/src/commands/EvaluatePullRequestApprovalRulesCommand.ts @@ -118,9 +118,6 @@ export class EvaluatePullRequestApprovalRulesCommand extends $Command< EvaluatePullRequestApprovalRulesCommandOutput, CodeCommitClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -134,9 +131,7 @@ export class EvaluatePullRequestApprovalRulesCommand extends $Command< * @public */ constructor(readonly input: EvaluatePullRequestApprovalRulesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -195,7 +190,4 @@ export class EvaluatePullRequestApprovalRulesCommand extends $Command< ): Promise { return de_EvaluatePullRequestApprovalRulesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-codecommit/src/commands/GetApprovalRuleTemplateCommand.ts b/clients/client-codecommit/src/commands/GetApprovalRuleTemplateCommand.ts index ce1fb7c67272..dd78ad5e8414 100644 --- a/clients/client-codecommit/src/commands/GetApprovalRuleTemplateCommand.ts +++ b/clients/client-codecommit/src/commands/GetApprovalRuleTemplateCommand.ts @@ -91,9 +91,6 @@ export class GetApprovalRuleTemplateCommand extends $Command< GetApprovalRuleTemplateCommandOutput, CodeCommitClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -107,9 +104,7 @@ export class GetApprovalRuleTemplateCommand extends $Command< * @public */ constructor(readonly input: GetApprovalRuleTemplateCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -162,7 +157,4 @@ export class GetApprovalRuleTemplateCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetApprovalRuleTemplateCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-codecommit/src/commands/GetBlobCommand.ts b/clients/client-codecommit/src/commands/GetBlobCommand.ts index 6c9aa2ae3140..7272b3ae2859 100644 --- a/clients/client-codecommit/src/commands/GetBlobCommand.ts +++ b/clients/client-codecommit/src/commands/GetBlobCommand.ts @@ -113,9 +113,6 @@ export class GetBlobCommand extends $Command< GetBlobCommandOutput, CodeCommitClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -129,9 +126,7 @@ export class GetBlobCommand extends $Command< * @public */ constructor(readonly input: GetBlobCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -182,7 +177,4 @@ export class GetBlobCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetBlobCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-codecommit/src/commands/GetBranchCommand.ts b/clients/client-codecommit/src/commands/GetBranchCommand.ts index 65e9726510b4..7c979878b18a 100644 --- a/clients/client-codecommit/src/commands/GetBranchCommand.ts +++ b/clients/client-codecommit/src/commands/GetBranchCommand.ts @@ -112,9 +112,6 @@ export class GetBranchCommand extends $Command< GetBranchCommandOutput, CodeCommitClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -128,9 +125,7 @@ export class GetBranchCommand extends $Command< * @public */ constructor(readonly input: GetBranchCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -181,7 +176,4 @@ export class GetBranchCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetBranchCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-codecommit/src/commands/GetCommentCommand.ts b/clients/client-codecommit/src/commands/GetCommentCommand.ts index a3e28fb2325e..58c9fc666257 100644 --- a/clients/client-codecommit/src/commands/GetCommentCommand.ts +++ b/clients/client-codecommit/src/commands/GetCommentCommand.ts @@ -117,9 +117,6 @@ export class GetCommentCommand extends $Command< GetCommentCommandOutput, CodeCommitClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -133,9 +130,7 @@ export class GetCommentCommand extends $Command< * @public */ constructor(readonly input: GetCommentCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -186,7 +181,4 @@ export class GetCommentCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetCommentCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-codecommit/src/commands/GetCommentReactionsCommand.ts b/clients/client-codecommit/src/commands/GetCommentReactionsCommand.ts index e5346c1ae08f..38a8988d7caf 100644 --- a/clients/client-codecommit/src/commands/GetCommentReactionsCommand.ts +++ b/clients/client-codecommit/src/commands/GetCommentReactionsCommand.ts @@ -108,9 +108,6 @@ export class GetCommentReactionsCommand extends $Command< GetCommentReactionsCommandOutput, CodeCommitClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -124,9 +121,7 @@ export class GetCommentReactionsCommand extends $Command< * @public */ constructor(readonly input: GetCommentReactionsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -179,7 +174,4 @@ export class GetCommentReactionsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetCommentReactionsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-codecommit/src/commands/GetCommentsForComparedCommitCommand.ts b/clients/client-codecommit/src/commands/GetCommentsForComparedCommitCommand.ts index 75c000ada2d6..eae73ad518df 100644 --- a/clients/client-codecommit/src/commands/GetCommentsForComparedCommitCommand.ts +++ b/clients/client-codecommit/src/commands/GetCommentsForComparedCommitCommand.ts @@ -159,9 +159,6 @@ export class GetCommentsForComparedCommitCommand extends $Command< GetCommentsForComparedCommitCommandOutput, CodeCommitClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -175,9 +172,7 @@ export class GetCommentsForComparedCommitCommand extends $Command< * @public */ constructor(readonly input: GetCommentsForComparedCommitCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -233,7 +228,4 @@ export class GetCommentsForComparedCommitCommand extends $Command< ): Promise { return de_GetCommentsForComparedCommitCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-codecommit/src/commands/GetCommentsForPullRequestCommand.ts b/clients/client-codecommit/src/commands/GetCommentsForPullRequestCommand.ts index ee187eedcba5..9f7cf81a2157 100644 --- a/clients/client-codecommit/src/commands/GetCommentsForPullRequestCommand.ts +++ b/clients/client-codecommit/src/commands/GetCommentsForPullRequestCommand.ts @@ -168,9 +168,6 @@ export class GetCommentsForPullRequestCommand extends $Command< GetCommentsForPullRequestCommandOutput, CodeCommitClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -184,9 +181,7 @@ export class GetCommentsForPullRequestCommand extends $Command< * @public */ constructor(readonly input: GetCommentsForPullRequestCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -242,7 +237,4 @@ export class GetCommentsForPullRequestCommand extends $Command< ): Promise { return de_GetCommentsForPullRequestCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-codecommit/src/commands/GetCommitCommand.ts b/clients/client-codecommit/src/commands/GetCommitCommand.ts index 0cb2d60972ad..2775ae6a08bb 100644 --- a/clients/client-codecommit/src/commands/GetCommitCommand.ts +++ b/clients/client-codecommit/src/commands/GetCommitCommand.ts @@ -127,9 +127,6 @@ export class GetCommitCommand extends $Command< GetCommitCommandOutput, CodeCommitClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -143,9 +140,7 @@ export class GetCommitCommand extends $Command< * @public */ constructor(readonly input: GetCommitCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -196,7 +191,4 @@ export class GetCommitCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetCommitCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-codecommit/src/commands/GetDifferencesCommand.ts b/clients/client-codecommit/src/commands/GetDifferencesCommand.ts index 3a16ce32afbe..e6a656c094a0 100644 --- a/clients/client-codecommit/src/commands/GetDifferencesCommand.ts +++ b/clients/client-codecommit/src/commands/GetDifferencesCommand.ts @@ -146,9 +146,6 @@ export class GetDifferencesCommand extends $Command< GetDifferencesCommandOutput, CodeCommitClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -162,9 +159,7 @@ export class GetDifferencesCommand extends $Command< * @public */ constructor(readonly input: GetDifferencesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -217,7 +212,4 @@ export class GetDifferencesCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetDifferencesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-codecommit/src/commands/GetFileCommand.ts b/clients/client-codecommit/src/commands/GetFileCommand.ts index e23e31678d64..15a60bbc7c8c 100644 --- a/clients/client-codecommit/src/commands/GetFileCommand.ts +++ b/clients/client-codecommit/src/commands/GetFileCommand.ts @@ -126,9 +126,6 @@ export class GetFileCommand extends $Command< GetFileCommandOutput, CodeCommitClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -142,9 +139,7 @@ export class GetFileCommand extends $Command< * @public */ constructor(readonly input: GetFileCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -195,7 +190,4 @@ export class GetFileCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetFileCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-codecommit/src/commands/GetFolderCommand.ts b/clients/client-codecommit/src/commands/GetFolderCommand.ts index 6e4e5952d987..b0f7d33334eb 100644 --- a/clients/client-codecommit/src/commands/GetFolderCommand.ts +++ b/clients/client-codecommit/src/commands/GetFolderCommand.ts @@ -149,9 +149,6 @@ export class GetFolderCommand extends $Command< GetFolderCommandOutput, CodeCommitClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -165,9 +162,7 @@ export class GetFolderCommand extends $Command< * @public */ constructor(readonly input: GetFolderCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -218,7 +213,4 @@ export class GetFolderCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetFolderCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-codecommit/src/commands/GetMergeCommitCommand.ts b/clients/client-codecommit/src/commands/GetMergeCommitCommand.ts index 92158cdeed0c..e2c3fc234920 100644 --- a/clients/client-codecommit/src/commands/GetMergeCommitCommand.ts +++ b/clients/client-codecommit/src/commands/GetMergeCommitCommand.ts @@ -121,9 +121,6 @@ export class GetMergeCommitCommand extends $Command< GetMergeCommitCommandOutput, CodeCommitClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -137,9 +134,7 @@ export class GetMergeCommitCommand extends $Command< * @public */ constructor(readonly input: GetMergeCommitCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -192,7 +187,4 @@ export class GetMergeCommitCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetMergeCommitCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-codecommit/src/commands/GetMergeConflictsCommand.ts b/clients/client-codecommit/src/commands/GetMergeConflictsCommand.ts index de564625c98f..171fa7a6c3c3 100644 --- a/clients/client-codecommit/src/commands/GetMergeConflictsCommand.ts +++ b/clients/client-codecommit/src/commands/GetMergeConflictsCommand.ts @@ -186,9 +186,6 @@ export class GetMergeConflictsCommand extends $Command< GetMergeConflictsCommandOutput, CodeCommitClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -202,9 +199,7 @@ export class GetMergeConflictsCommand extends $Command< * @public */ constructor(readonly input: GetMergeConflictsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -257,7 +252,4 @@ export class GetMergeConflictsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetMergeConflictsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-codecommit/src/commands/GetMergeOptionsCommand.ts b/clients/client-codecommit/src/commands/GetMergeOptionsCommand.ts index 00dd473a7c05..33e109f7e7ca 100644 --- a/clients/client-codecommit/src/commands/GetMergeOptionsCommand.ts +++ b/clients/client-codecommit/src/commands/GetMergeOptionsCommand.ts @@ -135,9 +135,6 @@ export class GetMergeOptionsCommand extends $Command< GetMergeOptionsCommandOutput, CodeCommitClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -151,9 +148,7 @@ export class GetMergeOptionsCommand extends $Command< * @public */ constructor(readonly input: GetMergeOptionsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -206,7 +201,4 @@ export class GetMergeOptionsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetMergeOptionsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-codecommit/src/commands/GetPullRequestApprovalStatesCommand.ts b/clients/client-codecommit/src/commands/GetPullRequestApprovalStatesCommand.ts index ed7f2aeb6ebf..ea53f06b4e4b 100644 --- a/clients/client-codecommit/src/commands/GetPullRequestApprovalStatesCommand.ts +++ b/clients/client-codecommit/src/commands/GetPullRequestApprovalStatesCommand.ts @@ -112,9 +112,6 @@ export class GetPullRequestApprovalStatesCommand extends $Command< GetPullRequestApprovalStatesCommandOutput, CodeCommitClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -128,9 +125,7 @@ export class GetPullRequestApprovalStatesCommand extends $Command< * @public */ constructor(readonly input: GetPullRequestApprovalStatesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -186,7 +181,4 @@ export class GetPullRequestApprovalStatesCommand extends $Command< ): Promise { return de_GetPullRequestApprovalStatesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-codecommit/src/commands/GetPullRequestCommand.ts b/clients/client-codecommit/src/commands/GetPullRequestCommand.ts index f1f542c83d12..f12882877af1 100644 --- a/clients/client-codecommit/src/commands/GetPullRequestCommand.ts +++ b/clients/client-codecommit/src/commands/GetPullRequestCommand.ts @@ -135,9 +135,6 @@ export class GetPullRequestCommand extends $Command< GetPullRequestCommandOutput, CodeCommitClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -151,9 +148,7 @@ export class GetPullRequestCommand extends $Command< * @public */ constructor(readonly input: GetPullRequestCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -206,7 +201,4 @@ export class GetPullRequestCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetPullRequestCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-codecommit/src/commands/GetPullRequestOverrideStateCommand.ts b/clients/client-codecommit/src/commands/GetPullRequestOverrideStateCommand.ts index d633b358d8e3..19a66cf58446 100644 --- a/clients/client-codecommit/src/commands/GetPullRequestOverrideStateCommand.ts +++ b/clients/client-codecommit/src/commands/GetPullRequestOverrideStateCommand.ts @@ -103,9 +103,6 @@ export class GetPullRequestOverrideStateCommand extends $Command< GetPullRequestOverrideStateCommandOutput, CodeCommitClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -119,9 +116,7 @@ export class GetPullRequestOverrideStateCommand extends $Command< * @public */ constructor(readonly input: GetPullRequestOverrideStateCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -177,7 +172,4 @@ export class GetPullRequestOverrideStateCommand extends $Command< ): Promise { return de_GetPullRequestOverrideStateCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-codecommit/src/commands/GetRepositoryCommand.ts b/clients/client-codecommit/src/commands/GetRepositoryCommand.ts index a0ec0b995c6a..d9bb00b9fac8 100644 --- a/clients/client-codecommit/src/commands/GetRepositoryCommand.ts +++ b/clients/client-codecommit/src/commands/GetRepositoryCommand.ts @@ -117,9 +117,6 @@ export class GetRepositoryCommand extends $Command< GetRepositoryCommandOutput, CodeCommitClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -133,9 +130,7 @@ export class GetRepositoryCommand extends $Command< * @public */ constructor(readonly input: GetRepositoryCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -186,7 +181,4 @@ export class GetRepositoryCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetRepositoryCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-codecommit/src/commands/GetRepositoryTriggersCommand.ts b/clients/client-codecommit/src/commands/GetRepositoryTriggersCommand.ts index 9103e2971c3d..04bd327526db 100644 --- a/clients/client-codecommit/src/commands/GetRepositoryTriggersCommand.ts +++ b/clients/client-codecommit/src/commands/GetRepositoryTriggersCommand.ts @@ -112,9 +112,6 @@ export class GetRepositoryTriggersCommand extends $Command< GetRepositoryTriggersCommandOutput, CodeCommitClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -128,9 +125,7 @@ export class GetRepositoryTriggersCommand extends $Command< * @public */ constructor(readonly input: GetRepositoryTriggersCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -183,7 +178,4 @@ export class GetRepositoryTriggersCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetRepositoryTriggersCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-codecommit/src/commands/ListApprovalRuleTemplatesCommand.ts b/clients/client-codecommit/src/commands/ListApprovalRuleTemplatesCommand.ts index 33ac0cb426f4..957c8fe994d5 100644 --- a/clients/client-codecommit/src/commands/ListApprovalRuleTemplatesCommand.ts +++ b/clients/client-codecommit/src/commands/ListApprovalRuleTemplatesCommand.ts @@ -81,9 +81,6 @@ export class ListApprovalRuleTemplatesCommand extends $Command< ListApprovalRuleTemplatesCommandOutput, CodeCommitClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -97,9 +94,7 @@ export class ListApprovalRuleTemplatesCommand extends $Command< * @public */ constructor(readonly input: ListApprovalRuleTemplatesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -155,7 +150,4 @@ export class ListApprovalRuleTemplatesCommand extends $Command< ): Promise { return de_ListApprovalRuleTemplatesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-codecommit/src/commands/ListAssociatedApprovalRuleTemplatesForRepositoryCommand.ts b/clients/client-codecommit/src/commands/ListAssociatedApprovalRuleTemplatesForRepositoryCommand.ts index 3e34ed3b49f3..d834c3d0d32a 100644 --- a/clients/client-codecommit/src/commands/ListAssociatedApprovalRuleTemplatesForRepositoryCommand.ts +++ b/clients/client-codecommit/src/commands/ListAssociatedApprovalRuleTemplatesForRepositoryCommand.ts @@ -119,9 +119,6 @@ export class ListAssociatedApprovalRuleTemplatesForRepositoryCommand extends $Co ListAssociatedApprovalRuleTemplatesForRepositoryCommandOutput, CodeCommitClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -135,9 +132,7 @@ export class ListAssociatedApprovalRuleTemplatesForRepositoryCommand extends $Co * @public */ constructor(readonly input: ListAssociatedApprovalRuleTemplatesForRepositoryCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -202,7 +197,4 @@ export class ListAssociatedApprovalRuleTemplatesForRepositoryCommand extends $Co ): Promise { return de_ListAssociatedApprovalRuleTemplatesForRepositoryCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-codecommit/src/commands/ListBranchesCommand.ts b/clients/client-codecommit/src/commands/ListBranchesCommand.ts index cf154c20da69..2c23fa264b4e 100644 --- a/clients/client-codecommit/src/commands/ListBranchesCommand.ts +++ b/clients/client-codecommit/src/commands/ListBranchesCommand.ts @@ -106,9 +106,6 @@ export class ListBranchesCommand extends $Command< ListBranchesCommandOutput, CodeCommitClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -122,9 +119,7 @@ export class ListBranchesCommand extends $Command< * @public */ constructor(readonly input: ListBranchesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -175,7 +170,4 @@ export class ListBranchesCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListBranchesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-codecommit/src/commands/ListFileCommitHistoryCommand.ts b/clients/client-codecommit/src/commands/ListFileCommitHistoryCommand.ts index 3b2836448080..dbd6f3aa4d4f 100644 --- a/clients/client-codecommit/src/commands/ListFileCommitHistoryCommand.ts +++ b/clients/client-codecommit/src/commands/ListFileCommitHistoryCommand.ts @@ -150,9 +150,6 @@ export class ListFileCommitHistoryCommand extends $Command< ListFileCommitHistoryCommandOutput, CodeCommitClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -166,9 +163,7 @@ export class ListFileCommitHistoryCommand extends $Command< * @public */ constructor(readonly input: ListFileCommitHistoryCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -221,7 +216,4 @@ export class ListFileCommitHistoryCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListFileCommitHistoryCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-codecommit/src/commands/ListPullRequestsCommand.ts b/clients/client-codecommit/src/commands/ListPullRequestsCommand.ts index 1bec6fcfe7d7..69458c4454b6 100644 --- a/clients/client-codecommit/src/commands/ListPullRequestsCommand.ts +++ b/clients/client-codecommit/src/commands/ListPullRequestsCommand.ts @@ -123,9 +123,6 @@ export class ListPullRequestsCommand extends $Command< ListPullRequestsCommandOutput, CodeCommitClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -139,9 +136,7 @@ export class ListPullRequestsCommand extends $Command< * @public */ constructor(readonly input: ListPullRequestsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -194,7 +189,4 @@ export class ListPullRequestsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListPullRequestsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-codecommit/src/commands/ListRepositoriesCommand.ts b/clients/client-codecommit/src/commands/ListRepositoriesCommand.ts index 5c85f72b6106..b7fa36ea6479 100644 --- a/clients/client-codecommit/src/commands/ListRepositoriesCommand.ts +++ b/clients/client-codecommit/src/commands/ListRepositoriesCommand.ts @@ -87,9 +87,6 @@ export class ListRepositoriesCommand extends $Command< ListRepositoriesCommandOutput, CodeCommitClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -103,9 +100,7 @@ export class ListRepositoriesCommand extends $Command< * @public */ constructor(readonly input: ListRepositoriesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -158,7 +153,4 @@ export class ListRepositoriesCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListRepositoriesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-codecommit/src/commands/ListRepositoriesForApprovalRuleTemplateCommand.ts b/clients/client-codecommit/src/commands/ListRepositoriesForApprovalRuleTemplateCommand.ts index e123d8973c40..faf6f3394d3e 100644 --- a/clients/client-codecommit/src/commands/ListRepositoriesForApprovalRuleTemplateCommand.ts +++ b/clients/client-codecommit/src/commands/ListRepositoriesForApprovalRuleTemplateCommand.ts @@ -117,9 +117,6 @@ export class ListRepositoriesForApprovalRuleTemplateCommand extends $Command< ListRepositoriesForApprovalRuleTemplateCommandOutput, CodeCommitClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -133,9 +130,7 @@ export class ListRepositoriesForApprovalRuleTemplateCommand extends $Command< * @public */ constructor(readonly input: ListRepositoriesForApprovalRuleTemplateCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -200,7 +195,4 @@ export class ListRepositoriesForApprovalRuleTemplateCommand extends $Command< ): Promise { return de_ListRepositoriesForApprovalRuleTemplateCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-codecommit/src/commands/ListTagsForResourceCommand.ts b/clients/client-codecommit/src/commands/ListTagsForResourceCommand.ts index 9b50a9ecda6e..871e58a48d55 100644 --- a/clients/client-codecommit/src/commands/ListTagsForResourceCommand.ts +++ b/clients/client-codecommit/src/commands/ListTagsForResourceCommand.ts @@ -96,9 +96,6 @@ export class ListTagsForResourceCommand extends $Command< ListTagsForResourceCommandOutput, CodeCommitClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -112,9 +109,7 @@ export class ListTagsForResourceCommand extends $Command< * @public */ constructor(readonly input: ListTagsForResourceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -167,7 +162,4 @@ export class ListTagsForResourceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListTagsForResourceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-codecommit/src/commands/MergeBranchesByFastForwardCommand.ts b/clients/client-codecommit/src/commands/MergeBranchesByFastForwardCommand.ts index d6f99824572b..a1312c125f6c 100644 --- a/clients/client-codecommit/src/commands/MergeBranchesByFastForwardCommand.ts +++ b/clients/client-codecommit/src/commands/MergeBranchesByFastForwardCommand.ts @@ -138,9 +138,6 @@ export class MergeBranchesByFastForwardCommand extends $Command< MergeBranchesByFastForwardCommandOutput, CodeCommitClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -154,9 +151,7 @@ export class MergeBranchesByFastForwardCommand extends $Command< * @public */ constructor(readonly input: MergeBranchesByFastForwardCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -212,7 +207,4 @@ export class MergeBranchesByFastForwardCommand extends $Command< ): Promise { return de_MergeBranchesByFastForwardCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-codecommit/src/commands/MergeBranchesBySquashCommand.ts b/clients/client-codecommit/src/commands/MergeBranchesBySquashCommand.ts index 86367cbf1fd2..7567bf6f155e 100644 --- a/clients/client-codecommit/src/commands/MergeBranchesBySquashCommand.ts +++ b/clients/client-codecommit/src/commands/MergeBranchesBySquashCommand.ts @@ -231,9 +231,6 @@ export class MergeBranchesBySquashCommand extends $Command< MergeBranchesBySquashCommandOutput, CodeCommitClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -247,9 +244,7 @@ export class MergeBranchesBySquashCommand extends $Command< * @public */ constructor(readonly input: MergeBranchesBySquashCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -302,7 +297,4 @@ export class MergeBranchesBySquashCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_MergeBranchesBySquashCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-codecommit/src/commands/MergeBranchesByThreeWayCommand.ts b/clients/client-codecommit/src/commands/MergeBranchesByThreeWayCommand.ts index 4810e85a3932..91f1868682db 100644 --- a/clients/client-codecommit/src/commands/MergeBranchesByThreeWayCommand.ts +++ b/clients/client-codecommit/src/commands/MergeBranchesByThreeWayCommand.ts @@ -231,9 +231,6 @@ export class MergeBranchesByThreeWayCommand extends $Command< MergeBranchesByThreeWayCommandOutput, CodeCommitClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -247,9 +244,7 @@ export class MergeBranchesByThreeWayCommand extends $Command< * @public */ constructor(readonly input: MergeBranchesByThreeWayCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -302,7 +297,4 @@ export class MergeBranchesByThreeWayCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_MergeBranchesByThreeWayCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-codecommit/src/commands/MergePullRequestByFastForwardCommand.ts b/clients/client-codecommit/src/commands/MergePullRequestByFastForwardCommand.ts index 5416993a4ad5..9198561470f6 100644 --- a/clients/client-codecommit/src/commands/MergePullRequestByFastForwardCommand.ts +++ b/clients/client-codecommit/src/commands/MergePullRequestByFastForwardCommand.ts @@ -182,9 +182,6 @@ export class MergePullRequestByFastForwardCommand extends $Command< MergePullRequestByFastForwardCommandOutput, CodeCommitClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -198,9 +195,7 @@ export class MergePullRequestByFastForwardCommand extends $Command< * @public */ constructor(readonly input: MergePullRequestByFastForwardCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -256,7 +251,4 @@ export class MergePullRequestByFastForwardCommand extends $Command< ): Promise { return de_MergePullRequestByFastForwardCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-codecommit/src/commands/MergePullRequestBySquashCommand.ts b/clients/client-codecommit/src/commands/MergePullRequestBySquashCommand.ts index 2ec997c20570..6916a7a333df 100644 --- a/clients/client-codecommit/src/commands/MergePullRequestBySquashCommand.ts +++ b/clients/client-codecommit/src/commands/MergePullRequestBySquashCommand.ts @@ -267,9 +267,6 @@ export class MergePullRequestBySquashCommand extends $Command< MergePullRequestBySquashCommandOutput, CodeCommitClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -283,9 +280,7 @@ export class MergePullRequestBySquashCommand extends $Command< * @public */ constructor(readonly input: MergePullRequestBySquashCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -338,7 +333,4 @@ export class MergePullRequestBySquashCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_MergePullRequestBySquashCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-codecommit/src/commands/MergePullRequestByThreeWayCommand.ts b/clients/client-codecommit/src/commands/MergePullRequestByThreeWayCommand.ts index ea3bddd4608e..8b1c821f1224 100644 --- a/clients/client-codecommit/src/commands/MergePullRequestByThreeWayCommand.ts +++ b/clients/client-codecommit/src/commands/MergePullRequestByThreeWayCommand.ts @@ -267,9 +267,6 @@ export class MergePullRequestByThreeWayCommand extends $Command< MergePullRequestByThreeWayCommandOutput, CodeCommitClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -283,9 +280,7 @@ export class MergePullRequestByThreeWayCommand extends $Command< * @public */ constructor(readonly input: MergePullRequestByThreeWayCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -341,7 +336,4 @@ export class MergePullRequestByThreeWayCommand extends $Command< ): Promise { return de_MergePullRequestByThreeWayCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-codecommit/src/commands/OverridePullRequestApprovalRulesCommand.ts b/clients/client-codecommit/src/commands/OverridePullRequestApprovalRulesCommand.ts index 5ad77299f931..ddf93062b3ec 100644 --- a/clients/client-codecommit/src/commands/OverridePullRequestApprovalRulesCommand.ts +++ b/clients/client-codecommit/src/commands/OverridePullRequestApprovalRulesCommand.ts @@ -118,9 +118,6 @@ export class OverridePullRequestApprovalRulesCommand extends $Command< OverridePullRequestApprovalRulesCommandOutput, CodeCommitClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -134,9 +131,7 @@ export class OverridePullRequestApprovalRulesCommand extends $Command< * @public */ constructor(readonly input: OverridePullRequestApprovalRulesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -195,7 +190,4 @@ export class OverridePullRequestApprovalRulesCommand extends $Command< ): Promise { return de_OverridePullRequestApprovalRulesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-codecommit/src/commands/PostCommentForComparedCommitCommand.ts b/clients/client-codecommit/src/commands/PostCommentForComparedCommitCommand.ts index 8d1bea31e42e..000f6eb5651d 100644 --- a/clients/client-codecommit/src/commands/PostCommentForComparedCommitCommand.ts +++ b/clients/client-codecommit/src/commands/PostCommentForComparedCommitCommand.ts @@ -189,9 +189,6 @@ export class PostCommentForComparedCommitCommand extends $Command< PostCommentForComparedCommitCommandOutput, CodeCommitClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -205,9 +202,7 @@ export class PostCommentForComparedCommitCommand extends $Command< * @public */ constructor(readonly input: PostCommentForComparedCommitCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -263,7 +258,4 @@ export class PostCommentForComparedCommitCommand extends $Command< ): Promise { return de_PostCommentForComparedCommitCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-codecommit/src/commands/PostCommentForPullRequestCommand.ts b/clients/client-codecommit/src/commands/PostCommentForPullRequestCommand.ts index 5e04b3a84d27..5fc14b89f0ff 100644 --- a/clients/client-codecommit/src/commands/PostCommentForPullRequestCommand.ts +++ b/clients/client-codecommit/src/commands/PostCommentForPullRequestCommand.ts @@ -198,9 +198,6 @@ export class PostCommentForPullRequestCommand extends $Command< PostCommentForPullRequestCommandOutput, CodeCommitClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -214,9 +211,7 @@ export class PostCommentForPullRequestCommand extends $Command< * @public */ constructor(readonly input: PostCommentForPullRequestCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -272,7 +267,4 @@ export class PostCommentForPullRequestCommand extends $Command< ): Promise { return de_PostCommentForPullRequestCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-codecommit/src/commands/PostCommentReplyCommand.ts b/clients/client-codecommit/src/commands/PostCommentReplyCommand.ts index 34862c4fc772..0a8ee16fce47 100644 --- a/clients/client-codecommit/src/commands/PostCommentReplyCommand.ts +++ b/clients/client-codecommit/src/commands/PostCommentReplyCommand.ts @@ -117,9 +117,6 @@ export class PostCommentReplyCommand extends $Command< PostCommentReplyCommandOutput, CodeCommitClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -133,9 +130,7 @@ export class PostCommentReplyCommand extends $Command< * @public */ constructor(readonly input: PostCommentReplyCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -188,7 +183,4 @@ export class PostCommentReplyCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_PostCommentReplyCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-codecommit/src/commands/PutCommentReactionCommand.ts b/clients/client-codecommit/src/commands/PutCommentReactionCommand.ts index 2a3678ad301f..0ba8c6abfd77 100644 --- a/clients/client-codecommit/src/commands/PutCommentReactionCommand.ts +++ b/clients/client-codecommit/src/commands/PutCommentReactionCommand.ts @@ -92,9 +92,6 @@ export class PutCommentReactionCommand extends $Command< PutCommentReactionCommandOutput, CodeCommitClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -108,9 +105,7 @@ export class PutCommentReactionCommand extends $Command< * @public */ constructor(readonly input: PutCommentReactionCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -163,7 +158,4 @@ export class PutCommentReactionCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_PutCommentReactionCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-codecommit/src/commands/PutFileCommand.ts b/clients/client-codecommit/src/commands/PutFileCommand.ts index d9566e3bb465..650d830f0c7b 100644 --- a/clients/client-codecommit/src/commands/PutFileCommand.ts +++ b/clients/client-codecommit/src/commands/PutFileCommand.ts @@ -188,9 +188,6 @@ export class PutFileCommand extends $Command< PutFileCommandOutput, CodeCommitClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -204,9 +201,7 @@ export class PutFileCommand extends $Command< * @public */ constructor(readonly input: PutFileCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -257,7 +252,4 @@ export class PutFileCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_PutFileCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-codecommit/src/commands/PutRepositoryTriggersCommand.ts b/clients/client-codecommit/src/commands/PutRepositoryTriggersCommand.ts index 6cb21883897c..30dad073436b 100644 --- a/clients/client-codecommit/src/commands/PutRepositoryTriggersCommand.ts +++ b/clients/client-codecommit/src/commands/PutRepositoryTriggersCommand.ts @@ -155,9 +155,6 @@ export class PutRepositoryTriggersCommand extends $Command< PutRepositoryTriggersCommandOutput, CodeCommitClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -171,9 +168,7 @@ export class PutRepositoryTriggersCommand extends $Command< * @public */ constructor(readonly input: PutRepositoryTriggersCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -226,7 +221,4 @@ export class PutRepositoryTriggersCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_PutRepositoryTriggersCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-codecommit/src/commands/TagResourceCommand.ts b/clients/client-codecommit/src/commands/TagResourceCommand.ts index 1625f5e5b95c..a9345071f17f 100644 --- a/clients/client-codecommit/src/commands/TagResourceCommand.ts +++ b/clients/client-codecommit/src/commands/TagResourceCommand.ts @@ -109,9 +109,6 @@ export class TagResourceCommand extends $Command< TagResourceCommandOutput, CodeCommitClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -125,9 +122,7 @@ export class TagResourceCommand extends $Command< * @public */ constructor(readonly input: TagResourceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -178,7 +173,4 @@ export class TagResourceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_TagResourceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-codecommit/src/commands/TestRepositoryTriggersCommand.ts b/clients/client-codecommit/src/commands/TestRepositoryTriggersCommand.ts index e22447fda5f6..855fdf46e303 100644 --- a/clients/client-codecommit/src/commands/TestRepositoryTriggersCommand.ts +++ b/clients/client-codecommit/src/commands/TestRepositoryTriggersCommand.ts @@ -165,9 +165,6 @@ export class TestRepositoryTriggersCommand extends $Command< TestRepositoryTriggersCommandOutput, CodeCommitClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -181,9 +178,7 @@ export class TestRepositoryTriggersCommand extends $Command< * @public */ constructor(readonly input: TestRepositoryTriggersCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -236,7 +231,4 @@ export class TestRepositoryTriggersCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_TestRepositoryTriggersCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-codecommit/src/commands/UntagResourceCommand.ts b/clients/client-codecommit/src/commands/UntagResourceCommand.ts index 78181248af6f..14e8d855014a 100644 --- a/clients/client-codecommit/src/commands/UntagResourceCommand.ts +++ b/clients/client-codecommit/src/commands/UntagResourceCommand.ts @@ -108,9 +108,6 @@ export class UntagResourceCommand extends $Command< UntagResourceCommandOutput, CodeCommitClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -124,9 +121,7 @@ export class UntagResourceCommand extends $Command< * @public */ constructor(readonly input: UntagResourceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -177,7 +172,4 @@ export class UntagResourceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UntagResourceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-codecommit/src/commands/UpdateApprovalRuleTemplateContentCommand.ts b/clients/client-codecommit/src/commands/UpdateApprovalRuleTemplateContentCommand.ts index 9f38ddcdb565..9d8df5dba360 100644 --- a/clients/client-codecommit/src/commands/UpdateApprovalRuleTemplateContentCommand.ts +++ b/clients/client-codecommit/src/commands/UpdateApprovalRuleTemplateContentCommand.ts @@ -109,9 +109,6 @@ export class UpdateApprovalRuleTemplateContentCommand extends $Command< UpdateApprovalRuleTemplateContentCommandOutput, CodeCommitClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -125,9 +122,7 @@ export class UpdateApprovalRuleTemplateContentCommand extends $Command< * @public */ constructor(readonly input: UpdateApprovalRuleTemplateContentCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -186,7 +181,4 @@ export class UpdateApprovalRuleTemplateContentCommand extends $Command< ): Promise { return de_UpdateApprovalRuleTemplateContentCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-codecommit/src/commands/UpdateApprovalRuleTemplateDescriptionCommand.ts b/clients/client-codecommit/src/commands/UpdateApprovalRuleTemplateDescriptionCommand.ts index f8944ad7dfd5..883ec71fc84e 100644 --- a/clients/client-codecommit/src/commands/UpdateApprovalRuleTemplateDescriptionCommand.ts +++ b/clients/client-codecommit/src/commands/UpdateApprovalRuleTemplateDescriptionCommand.ts @@ -105,9 +105,6 @@ export class UpdateApprovalRuleTemplateDescriptionCommand extends $Command< UpdateApprovalRuleTemplateDescriptionCommandOutput, CodeCommitClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -121,9 +118,7 @@ export class UpdateApprovalRuleTemplateDescriptionCommand extends $Command< * @public */ constructor(readonly input: UpdateApprovalRuleTemplateDescriptionCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -182,7 +177,4 @@ export class UpdateApprovalRuleTemplateDescriptionCommand extends $Command< ): Promise { return de_UpdateApprovalRuleTemplateDescriptionCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-codecommit/src/commands/UpdateApprovalRuleTemplateNameCommand.ts b/clients/client-codecommit/src/commands/UpdateApprovalRuleTemplateNameCommand.ts index f903b81e00e9..7d988f2f8d5f 100644 --- a/clients/client-codecommit/src/commands/UpdateApprovalRuleTemplateNameCommand.ts +++ b/clients/client-codecommit/src/commands/UpdateApprovalRuleTemplateNameCommand.ts @@ -102,9 +102,6 @@ export class UpdateApprovalRuleTemplateNameCommand extends $Command< UpdateApprovalRuleTemplateNameCommandOutput, CodeCommitClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -118,9 +115,7 @@ export class UpdateApprovalRuleTemplateNameCommand extends $Command< * @public */ constructor(readonly input: UpdateApprovalRuleTemplateNameCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -179,7 +174,4 @@ export class UpdateApprovalRuleTemplateNameCommand extends $Command< ): Promise { return de_UpdateApprovalRuleTemplateNameCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-codecommit/src/commands/UpdateCommentCommand.ts b/clients/client-codecommit/src/commands/UpdateCommentCommand.ts index c7c6586d8210..42213399faf3 100644 --- a/clients/client-codecommit/src/commands/UpdateCommentCommand.ts +++ b/clients/client-codecommit/src/commands/UpdateCommentCommand.ts @@ -108,9 +108,6 @@ export class UpdateCommentCommand extends $Command< UpdateCommentCommandOutput, CodeCommitClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -124,9 +121,7 @@ export class UpdateCommentCommand extends $Command< * @public */ constructor(readonly input: UpdateCommentCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -177,7 +172,4 @@ export class UpdateCommentCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdateCommentCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-codecommit/src/commands/UpdateDefaultBranchCommand.ts b/clients/client-codecommit/src/commands/UpdateDefaultBranchCommand.ts index a0e5cfad8b5a..02b6666a5f98 100644 --- a/clients/client-codecommit/src/commands/UpdateDefaultBranchCommand.ts +++ b/clients/client-codecommit/src/commands/UpdateDefaultBranchCommand.ts @@ -110,9 +110,6 @@ export class UpdateDefaultBranchCommand extends $Command< UpdateDefaultBranchCommandOutput, CodeCommitClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -126,9 +123,7 @@ export class UpdateDefaultBranchCommand extends $Command< * @public */ constructor(readonly input: UpdateDefaultBranchCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -181,7 +176,4 @@ export class UpdateDefaultBranchCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdateDefaultBranchCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-codecommit/src/commands/UpdatePullRequestApprovalRuleContentCommand.ts b/clients/client-codecommit/src/commands/UpdatePullRequestApprovalRuleContentCommand.ts index 3caf0e1a12dd..a9b3f72608a2 100644 --- a/clients/client-codecommit/src/commands/UpdatePullRequestApprovalRuleContentCommand.ts +++ b/clients/client-codecommit/src/commands/UpdatePullRequestApprovalRuleContentCommand.ts @@ -143,9 +143,6 @@ export class UpdatePullRequestApprovalRuleContentCommand extends $Command< UpdatePullRequestApprovalRuleContentCommandOutput, CodeCommitClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -159,9 +156,7 @@ export class UpdatePullRequestApprovalRuleContentCommand extends $Command< * @public */ constructor(readonly input: UpdatePullRequestApprovalRuleContentCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -220,7 +215,4 @@ export class UpdatePullRequestApprovalRuleContentCommand extends $Command< ): Promise { return de_UpdatePullRequestApprovalRuleContentCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-codecommit/src/commands/UpdatePullRequestApprovalStateCommand.ts b/clients/client-codecommit/src/commands/UpdatePullRequestApprovalStateCommand.ts index 7b41675f7dc2..5522cd8472fd 100644 --- a/clients/client-codecommit/src/commands/UpdatePullRequestApprovalStateCommand.ts +++ b/clients/client-codecommit/src/commands/UpdatePullRequestApprovalStateCommand.ts @@ -122,9 +122,6 @@ export class UpdatePullRequestApprovalStateCommand extends $Command< UpdatePullRequestApprovalStateCommandOutput, CodeCommitClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -138,9 +135,7 @@ export class UpdatePullRequestApprovalStateCommand extends $Command< * @public */ constructor(readonly input: UpdatePullRequestApprovalStateCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -199,7 +194,4 @@ export class UpdatePullRequestApprovalStateCommand extends $Command< ): Promise { return de_UpdatePullRequestApprovalStateCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-codecommit/src/commands/UpdatePullRequestDescriptionCommand.ts b/clients/client-codecommit/src/commands/UpdatePullRequestDescriptionCommand.ts index 2222efe51cf1..f9a32c7c68ce 100644 --- a/clients/client-codecommit/src/commands/UpdatePullRequestDescriptionCommand.ts +++ b/clients/client-codecommit/src/commands/UpdatePullRequestDescriptionCommand.ts @@ -133,9 +133,6 @@ export class UpdatePullRequestDescriptionCommand extends $Command< UpdatePullRequestDescriptionCommandOutput, CodeCommitClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -149,9 +146,7 @@ export class UpdatePullRequestDescriptionCommand extends $Command< * @public */ constructor(readonly input: UpdatePullRequestDescriptionCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -207,7 +202,4 @@ export class UpdatePullRequestDescriptionCommand extends $Command< ): Promise { return de_UpdatePullRequestDescriptionCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-codecommit/src/commands/UpdatePullRequestStatusCommand.ts b/clients/client-codecommit/src/commands/UpdatePullRequestStatusCommand.ts index 715ffdb2b529..2f74bdaeefe3 100644 --- a/clients/client-codecommit/src/commands/UpdatePullRequestStatusCommand.ts +++ b/clients/client-codecommit/src/commands/UpdatePullRequestStatusCommand.ts @@ -145,9 +145,6 @@ export class UpdatePullRequestStatusCommand extends $Command< UpdatePullRequestStatusCommandOutput, CodeCommitClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -161,9 +158,7 @@ export class UpdatePullRequestStatusCommand extends $Command< * @public */ constructor(readonly input: UpdatePullRequestStatusCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -216,7 +211,4 @@ export class UpdatePullRequestStatusCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdatePullRequestStatusCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-codecommit/src/commands/UpdatePullRequestTitleCommand.ts b/clients/client-codecommit/src/commands/UpdatePullRequestTitleCommand.ts index 5d63141cbb23..f10a66553fbe 100644 --- a/clients/client-codecommit/src/commands/UpdatePullRequestTitleCommand.ts +++ b/clients/client-codecommit/src/commands/UpdatePullRequestTitleCommand.ts @@ -130,9 +130,6 @@ export class UpdatePullRequestTitleCommand extends $Command< UpdatePullRequestTitleCommandOutput, CodeCommitClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -146,9 +143,7 @@ export class UpdatePullRequestTitleCommand extends $Command< * @public */ constructor(readonly input: UpdatePullRequestTitleCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -201,7 +196,4 @@ export class UpdatePullRequestTitleCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdatePullRequestTitleCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-codecommit/src/commands/UpdateRepositoryDescriptionCommand.ts b/clients/client-codecommit/src/commands/UpdateRepositoryDescriptionCommand.ts index 1637369f15be..9b706fa1fec9 100644 --- a/clients/client-codecommit/src/commands/UpdateRepositoryDescriptionCommand.ts +++ b/clients/client-codecommit/src/commands/UpdateRepositoryDescriptionCommand.ts @@ -108,9 +108,6 @@ export class UpdateRepositoryDescriptionCommand extends $Command< UpdateRepositoryDescriptionCommandOutput, CodeCommitClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -124,9 +121,7 @@ export class UpdateRepositoryDescriptionCommand extends $Command< * @public */ constructor(readonly input: UpdateRepositoryDescriptionCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -182,7 +177,4 @@ export class UpdateRepositoryDescriptionCommand extends $Command< ): Promise { return de_UpdateRepositoryDescriptionCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-codecommit/src/commands/UpdateRepositoryNameCommand.ts b/clients/client-codecommit/src/commands/UpdateRepositoryNameCommand.ts index e0b976c76e5c..c2fca35b2178 100644 --- a/clients/client-codecommit/src/commands/UpdateRepositoryNameCommand.ts +++ b/clients/client-codecommit/src/commands/UpdateRepositoryNameCommand.ts @@ -90,9 +90,6 @@ export class UpdateRepositoryNameCommand extends $Command< UpdateRepositoryNameCommandOutput, CodeCommitClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -106,9 +103,7 @@ export class UpdateRepositoryNameCommand extends $Command< * @public */ constructor(readonly input: UpdateRepositoryNameCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -161,7 +156,4 @@ export class UpdateRepositoryNameCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdateRepositoryNameCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-codedeploy/package.json b/clients/client-codedeploy/package.json index c0fc23844965..36d3c835fdd0 100644 --- a/clients/client-codedeploy/package.json +++ b/clients/client-codedeploy/package.json @@ -34,30 +34,30 @@ "@aws-sdk/util-endpoints": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@smithy/config-resolver": "^2.0.16", - "@smithy/fetch-http-handler": "^2.2.4", - "@smithy/hash-node": "^2.0.12", - "@smithy/invalid-dependency": "^2.0.12", - "@smithy/middleware-content-length": "^2.0.14", - "@smithy/middleware-endpoint": "^2.1.3", - "@smithy/middleware-retry": "^2.0.18", - "@smithy/middleware-serde": "^2.0.12", - "@smithy/middleware-stack": "^2.0.6", - "@smithy/node-config-provider": "^2.1.3", - "@smithy/node-http-handler": "^2.1.8", - "@smithy/protocol-http": "^3.0.8", - "@smithy/smithy-client": "^2.1.12", - "@smithy/types": "^2.4.0", - "@smithy/url-parser": "^2.0.12", - "@smithy/util-base64": "^2.0.0", + "@smithy/config-resolver": "^2.0.18", + "@smithy/fetch-http-handler": "^2.2.6", + "@smithy/hash-node": "^2.0.15", + "@smithy/invalid-dependency": "^2.0.13", + "@smithy/middleware-content-length": "^2.0.15", + "@smithy/middleware-endpoint": "^2.2.0", + "@smithy/middleware-retry": "^2.0.20", + "@smithy/middleware-serde": "^2.0.13", + "@smithy/middleware-stack": "^2.0.7", + "@smithy/node-config-provider": "^2.1.5", + "@smithy/node-http-handler": "^2.1.9", + "@smithy/protocol-http": "^3.0.9", + "@smithy/smithy-client": "^2.1.15", + "@smithy/types": "^2.5.0", + "@smithy/url-parser": "^2.0.13", + "@smithy/util-base64": "^2.0.1", "@smithy/util-body-length-browser": "^2.0.0", "@smithy/util-body-length-node": "^2.1.0", - "@smithy/util-defaults-mode-browser": "^2.0.16", - "@smithy/util-defaults-mode-node": "^2.0.21", - "@smithy/util-endpoints": "^1.0.2", - "@smithy/util-retry": "^2.0.5", - "@smithy/util-utf8": "^2.0.0", - "@smithy/util-waiter": "^2.0.12", + "@smithy/util-defaults-mode-browser": "^2.0.19", + "@smithy/util-defaults-mode-node": "^2.0.25", + "@smithy/util-endpoints": "^1.0.4", + "@smithy/util-retry": "^2.0.6", + "@smithy/util-utf8": "^2.0.2", + "@smithy/util-waiter": "^2.0.13", "tslib": "^2.5.0" }, "devDependencies": { diff --git a/clients/client-codedeploy/src/commands/AddTagsToOnPremisesInstancesCommand.ts b/clients/client-codedeploy/src/commands/AddTagsToOnPremisesInstancesCommand.ts index ec35cd40e512..ab6b34cbb323 100644 --- a/clients/client-codedeploy/src/commands/AddTagsToOnPremisesInstancesCommand.ts +++ b/clients/client-codedeploy/src/commands/AddTagsToOnPremisesInstancesCommand.ts @@ -101,9 +101,6 @@ export class AddTagsToOnPremisesInstancesCommand extends $Command< AddTagsToOnPremisesInstancesCommandOutput, CodeDeployClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -117,9 +114,7 @@ export class AddTagsToOnPremisesInstancesCommand extends $Command< * @public */ constructor(readonly input: AddTagsToOnPremisesInstancesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -175,7 +170,4 @@ export class AddTagsToOnPremisesInstancesCommand extends $Command< ): Promise { return de_AddTagsToOnPremisesInstancesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-codedeploy/src/commands/BatchGetApplicationRevisionsCommand.ts b/clients/client-codedeploy/src/commands/BatchGetApplicationRevisionsCommand.ts index 8712cb4006c6..afc0370de997 100644 --- a/clients/client-codedeploy/src/commands/BatchGetApplicationRevisionsCommand.ts +++ b/clients/client-codedeploy/src/commands/BatchGetApplicationRevisionsCommand.ts @@ -154,9 +154,6 @@ export class BatchGetApplicationRevisionsCommand extends $Command< BatchGetApplicationRevisionsCommandOutput, CodeDeployClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -170,9 +167,7 @@ export class BatchGetApplicationRevisionsCommand extends $Command< * @public */ constructor(readonly input: BatchGetApplicationRevisionsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -228,7 +223,4 @@ export class BatchGetApplicationRevisionsCommand extends $Command< ): Promise { return de_BatchGetApplicationRevisionsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-codedeploy/src/commands/BatchGetApplicationsCommand.ts b/clients/client-codedeploy/src/commands/BatchGetApplicationsCommand.ts index 54d998b47a4f..a36130758fc6 100644 --- a/clients/client-codedeploy/src/commands/BatchGetApplicationsCommand.ts +++ b/clients/client-codedeploy/src/commands/BatchGetApplicationsCommand.ts @@ -94,9 +94,6 @@ export class BatchGetApplicationsCommand extends $Command< BatchGetApplicationsCommandOutput, CodeDeployClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -110,9 +107,7 @@ export class BatchGetApplicationsCommand extends $Command< * @public */ constructor(readonly input: BatchGetApplicationsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -165,7 +160,4 @@ export class BatchGetApplicationsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_BatchGetApplicationsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-codedeploy/src/commands/BatchGetDeploymentGroupsCommand.ts b/clients/client-codedeploy/src/commands/BatchGetDeploymentGroupsCommand.ts index e6428803f733..a636dfcdf975 100644 --- a/clients/client-codedeploy/src/commands/BatchGetDeploymentGroupsCommand.ts +++ b/clients/client-codedeploy/src/commands/BatchGetDeploymentGroupsCommand.ts @@ -259,9 +259,6 @@ export class BatchGetDeploymentGroupsCommand extends $Command< BatchGetDeploymentGroupsCommandOutput, CodeDeployClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -275,9 +272,7 @@ export class BatchGetDeploymentGroupsCommand extends $Command< * @public */ constructor(readonly input: BatchGetDeploymentGroupsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -330,7 +325,4 @@ export class BatchGetDeploymentGroupsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_BatchGetDeploymentGroupsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-codedeploy/src/commands/BatchGetDeploymentInstancesCommand.ts b/clients/client-codedeploy/src/commands/BatchGetDeploymentInstancesCommand.ts index 2ef40e076b8d..56c3c2b1025c 100644 --- a/clients/client-codedeploy/src/commands/BatchGetDeploymentInstancesCommand.ts +++ b/clients/client-codedeploy/src/commands/BatchGetDeploymentInstancesCommand.ts @@ -126,9 +126,6 @@ export class BatchGetDeploymentInstancesCommand extends $Command< BatchGetDeploymentInstancesCommandOutput, CodeDeployClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -142,9 +139,7 @@ export class BatchGetDeploymentInstancesCommand extends $Command< * @public */ constructor(readonly input: BatchGetDeploymentInstancesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -200,7 +195,4 @@ export class BatchGetDeploymentInstancesCommand extends $Command< ): Promise { return de_BatchGetDeploymentInstancesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-codedeploy/src/commands/BatchGetDeploymentTargetsCommand.ts b/clients/client-codedeploy/src/commands/BatchGetDeploymentTargetsCommand.ts index b27b96e21fbf..3b6d7d3a6b55 100644 --- a/clients/client-codedeploy/src/commands/BatchGetDeploymentTargetsCommand.ts +++ b/clients/client-codedeploy/src/commands/BatchGetDeploymentTargetsCommand.ts @@ -240,9 +240,6 @@ export class BatchGetDeploymentTargetsCommand extends $Command< BatchGetDeploymentTargetsCommandOutput, CodeDeployClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -256,9 +253,7 @@ export class BatchGetDeploymentTargetsCommand extends $Command< * @public */ constructor(readonly input: BatchGetDeploymentTargetsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -314,7 +309,4 @@ export class BatchGetDeploymentTargetsCommand extends $Command< ): Promise { return de_BatchGetDeploymentTargetsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-codedeploy/src/commands/BatchGetDeploymentsCommand.ts b/clients/client-codedeploy/src/commands/BatchGetDeploymentsCommand.ts index d20f4cdbd804..e2a48b9a40b9 100644 --- a/clients/client-codedeploy/src/commands/BatchGetDeploymentsCommand.ts +++ b/clients/client-codedeploy/src/commands/BatchGetDeploymentsCommand.ts @@ -258,9 +258,6 @@ export class BatchGetDeploymentsCommand extends $Command< BatchGetDeploymentsCommandOutput, CodeDeployClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -274,9 +271,7 @@ export class BatchGetDeploymentsCommand extends $Command< * @public */ constructor(readonly input: BatchGetDeploymentsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -329,7 +324,4 @@ export class BatchGetDeploymentsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_BatchGetDeploymentsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-codedeploy/src/commands/BatchGetOnPremisesInstancesCommand.ts b/clients/client-codedeploy/src/commands/BatchGetOnPremisesInstancesCommand.ts index 5959e44596e8..6b905c31db62 100644 --- a/clients/client-codedeploy/src/commands/BatchGetOnPremisesInstancesCommand.ts +++ b/clients/client-codedeploy/src/commands/BatchGetOnPremisesInstancesCommand.ts @@ -97,9 +97,6 @@ export class BatchGetOnPremisesInstancesCommand extends $Command< BatchGetOnPremisesInstancesCommandOutput, CodeDeployClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -113,9 +110,7 @@ export class BatchGetOnPremisesInstancesCommand extends $Command< * @public */ constructor(readonly input: BatchGetOnPremisesInstancesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -171,7 +166,4 @@ export class BatchGetOnPremisesInstancesCommand extends $Command< ): Promise { return de_BatchGetOnPremisesInstancesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-codedeploy/src/commands/ContinueDeploymentCommand.ts b/clients/client-codedeploy/src/commands/ContinueDeploymentCommand.ts index 12f2256d0962..e95bea131707 100644 --- a/clients/client-codedeploy/src/commands/ContinueDeploymentCommand.ts +++ b/clients/client-codedeploy/src/commands/ContinueDeploymentCommand.ts @@ -97,9 +97,6 @@ export class ContinueDeploymentCommand extends $Command< ContinueDeploymentCommandOutput, CodeDeployClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -113,9 +110,7 @@ export class ContinueDeploymentCommand extends $Command< * @public */ constructor(readonly input: ContinueDeploymentCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -168,7 +163,4 @@ export class ContinueDeploymentCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ContinueDeploymentCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-codedeploy/src/commands/CreateApplicationCommand.ts b/clients/client-codedeploy/src/commands/CreateApplicationCommand.ts index fadaec033753..3b7c9123adea 100644 --- a/clients/client-codedeploy/src/commands/CreateApplicationCommand.ts +++ b/clients/client-codedeploy/src/commands/CreateApplicationCommand.ts @@ -96,9 +96,6 @@ export class CreateApplicationCommand extends $Command< CreateApplicationCommandOutput, CodeDeployClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -112,9 +109,7 @@ export class CreateApplicationCommand extends $Command< * @public */ constructor(readonly input: CreateApplicationCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -167,7 +162,4 @@ export class CreateApplicationCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateApplicationCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-codedeploy/src/commands/CreateDeploymentCommand.ts b/clients/client-codedeploy/src/commands/CreateDeploymentCommand.ts index f5d6702b521e..fffc68d3d046 100644 --- a/clients/client-codedeploy/src/commands/CreateDeploymentCommand.ts +++ b/clients/client-codedeploy/src/commands/CreateDeploymentCommand.ts @@ -259,9 +259,6 @@ export class CreateDeploymentCommand extends $Command< CreateDeploymentCommandOutput, CodeDeployClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -275,9 +272,7 @@ export class CreateDeploymentCommand extends $Command< * @public */ constructor(readonly input: CreateDeploymentCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -330,7 +325,4 @@ export class CreateDeploymentCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateDeploymentCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-codedeploy/src/commands/CreateDeploymentConfigCommand.ts b/clients/client-codedeploy/src/commands/CreateDeploymentConfigCommand.ts index 800b78412c11..bb18221e49c2 100644 --- a/clients/client-codedeploy/src/commands/CreateDeploymentConfigCommand.ts +++ b/clients/client-codedeploy/src/commands/CreateDeploymentConfigCommand.ts @@ -108,9 +108,6 @@ export class CreateDeploymentConfigCommand extends $Command< CreateDeploymentConfigCommandOutput, CodeDeployClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -124,9 +121,7 @@ export class CreateDeploymentConfigCommand extends $Command< * @public */ constructor(readonly input: CreateDeploymentConfigCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -179,7 +174,4 @@ export class CreateDeploymentConfigCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateDeploymentConfigCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-codedeploy/src/commands/CreateDeploymentGroupCommand.ts b/clients/client-codedeploy/src/commands/CreateDeploymentGroupCommand.ts index 7b21e0cf3459..4be14d4c80da 100644 --- a/clients/client-codedeploy/src/commands/CreateDeploymentGroupCommand.ts +++ b/clients/client-codedeploy/src/commands/CreateDeploymentGroupCommand.ts @@ -327,9 +327,6 @@ export class CreateDeploymentGroupCommand extends $Command< CreateDeploymentGroupCommandOutput, CodeDeployClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -343,9 +340,7 @@ export class CreateDeploymentGroupCommand extends $Command< * @public */ constructor(readonly input: CreateDeploymentGroupCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -398,7 +393,4 @@ export class CreateDeploymentGroupCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateDeploymentGroupCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-codedeploy/src/commands/DeleteApplicationCommand.ts b/clients/client-codedeploy/src/commands/DeleteApplicationCommand.ts index 931e1e9104f7..17d48b5054b0 100644 --- a/clients/client-codedeploy/src/commands/DeleteApplicationCommand.ts +++ b/clients/client-codedeploy/src/commands/DeleteApplicationCommand.ts @@ -79,9 +79,6 @@ export class DeleteApplicationCommand extends $Command< DeleteApplicationCommandOutput, CodeDeployClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -95,9 +92,7 @@ export class DeleteApplicationCommand extends $Command< * @public */ constructor(readonly input: DeleteApplicationCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -150,7 +145,4 @@ export class DeleteApplicationCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteApplicationCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-codedeploy/src/commands/DeleteDeploymentConfigCommand.ts b/clients/client-codedeploy/src/commands/DeleteDeploymentConfigCommand.ts index 9f976529f445..f82c519273d2 100644 --- a/clients/client-codedeploy/src/commands/DeleteDeploymentConfigCommand.ts +++ b/clients/client-codedeploy/src/commands/DeleteDeploymentConfigCommand.ts @@ -84,9 +84,6 @@ export class DeleteDeploymentConfigCommand extends $Command< DeleteDeploymentConfigCommandOutput, CodeDeployClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -100,9 +97,7 @@ export class DeleteDeploymentConfigCommand extends $Command< * @public */ constructor(readonly input: DeleteDeploymentConfigCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -155,7 +150,4 @@ export class DeleteDeploymentConfigCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteDeploymentConfigCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-codedeploy/src/commands/DeleteDeploymentGroupCommand.ts b/clients/client-codedeploy/src/commands/DeleteDeploymentGroupCommand.ts index 02f6fb1fa7ec..2e8f95b124f6 100644 --- a/clients/client-codedeploy/src/commands/DeleteDeploymentGroupCommand.ts +++ b/clients/client-codedeploy/src/commands/DeleteDeploymentGroupCommand.ts @@ -93,9 +93,6 @@ export class DeleteDeploymentGroupCommand extends $Command< DeleteDeploymentGroupCommandOutput, CodeDeployClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -109,9 +106,7 @@ export class DeleteDeploymentGroupCommand extends $Command< * @public */ constructor(readonly input: DeleteDeploymentGroupCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -164,7 +159,4 @@ export class DeleteDeploymentGroupCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteDeploymentGroupCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-codedeploy/src/commands/DeleteGitHubAccountTokenCommand.ts b/clients/client-codedeploy/src/commands/DeleteGitHubAccountTokenCommand.ts index 95a39db74573..56d372ee78a8 100644 --- a/clients/client-codedeploy/src/commands/DeleteGitHubAccountTokenCommand.ts +++ b/clients/client-codedeploy/src/commands/DeleteGitHubAccountTokenCommand.ts @@ -85,9 +85,6 @@ export class DeleteGitHubAccountTokenCommand extends $Command< DeleteGitHubAccountTokenCommandOutput, CodeDeployClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -101,9 +98,7 @@ export class DeleteGitHubAccountTokenCommand extends $Command< * @public */ constructor(readonly input: DeleteGitHubAccountTokenCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -156,7 +151,4 @@ export class DeleteGitHubAccountTokenCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteGitHubAccountTokenCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-codedeploy/src/commands/DeleteResourcesByExternalIdCommand.ts b/clients/client-codedeploy/src/commands/DeleteResourcesByExternalIdCommand.ts index 10d3b84e960e..f7ab44308091 100644 --- a/clients/client-codedeploy/src/commands/DeleteResourcesByExternalIdCommand.ts +++ b/clients/client-codedeploy/src/commands/DeleteResourcesByExternalIdCommand.ts @@ -75,9 +75,6 @@ export class DeleteResourcesByExternalIdCommand extends $Command< DeleteResourcesByExternalIdCommandOutput, CodeDeployClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -91,9 +88,7 @@ export class DeleteResourcesByExternalIdCommand extends $Command< * @public */ constructor(readonly input: DeleteResourcesByExternalIdCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -149,7 +144,4 @@ export class DeleteResourcesByExternalIdCommand extends $Command< ): Promise { return de_DeleteResourcesByExternalIdCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-codedeploy/src/commands/DeregisterOnPremisesInstanceCommand.ts b/clients/client-codedeploy/src/commands/DeregisterOnPremisesInstanceCommand.ts index 9ac2aa5f839f..4a89894d35d3 100644 --- a/clients/client-codedeploy/src/commands/DeregisterOnPremisesInstanceCommand.ts +++ b/clients/client-codedeploy/src/commands/DeregisterOnPremisesInstanceCommand.ts @@ -77,9 +77,6 @@ export class DeregisterOnPremisesInstanceCommand extends $Command< DeregisterOnPremisesInstanceCommandOutput, CodeDeployClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -93,9 +90,7 @@ export class DeregisterOnPremisesInstanceCommand extends $Command< * @public */ constructor(readonly input: DeregisterOnPremisesInstanceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -151,7 +146,4 @@ export class DeregisterOnPremisesInstanceCommand extends $Command< ): Promise { return de_DeregisterOnPremisesInstanceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-codedeploy/src/commands/GetApplicationCommand.ts b/clients/client-codedeploy/src/commands/GetApplicationCommand.ts index 8917df772733..92ed87620b18 100644 --- a/clients/client-codedeploy/src/commands/GetApplicationCommand.ts +++ b/clients/client-codedeploy/src/commands/GetApplicationCommand.ts @@ -86,9 +86,6 @@ export class GetApplicationCommand extends $Command< GetApplicationCommandOutput, CodeDeployClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -102,9 +99,7 @@ export class GetApplicationCommand extends $Command< * @public */ constructor(readonly input: GetApplicationCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -157,7 +152,4 @@ export class GetApplicationCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetApplicationCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-codedeploy/src/commands/GetApplicationRevisionCommand.ts b/clients/client-codedeploy/src/commands/GetApplicationRevisionCommand.ts index b31acad209a3..b1f9c4e2a7e7 100644 --- a/clients/client-codedeploy/src/commands/GetApplicationRevisionCommand.ts +++ b/clients/client-codedeploy/src/commands/GetApplicationRevisionCommand.ts @@ -141,9 +141,6 @@ export class GetApplicationRevisionCommand extends $Command< GetApplicationRevisionCommandOutput, CodeDeployClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -157,9 +154,7 @@ export class GetApplicationRevisionCommand extends $Command< * @public */ constructor(readonly input: GetApplicationRevisionCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -212,7 +207,4 @@ export class GetApplicationRevisionCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetApplicationRevisionCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-codedeploy/src/commands/GetDeploymentCommand.ts b/clients/client-codedeploy/src/commands/GetDeploymentCommand.ts index cb13b4b27a53..0f6ad7c0feb2 100644 --- a/clients/client-codedeploy/src/commands/GetDeploymentCommand.ts +++ b/clients/client-codedeploy/src/commands/GetDeploymentCommand.ts @@ -259,9 +259,6 @@ export class GetDeploymentCommand extends $Command< GetDeploymentCommandOutput, CodeDeployClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -275,9 +272,7 @@ export class GetDeploymentCommand extends $Command< * @public */ constructor(readonly input: GetDeploymentCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -328,7 +323,4 @@ export class GetDeploymentCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetDeploymentCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-codedeploy/src/commands/GetDeploymentConfigCommand.ts b/clients/client-codedeploy/src/commands/GetDeploymentConfigCommand.ts index aaef847b56bc..decdc5d4c0a3 100644 --- a/clients/client-codedeploy/src/commands/GetDeploymentConfigCommand.ts +++ b/clients/client-codedeploy/src/commands/GetDeploymentConfigCommand.ts @@ -102,9 +102,6 @@ export class GetDeploymentConfigCommand extends $Command< GetDeploymentConfigCommandOutput, CodeDeployClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -118,9 +115,7 @@ export class GetDeploymentConfigCommand extends $Command< * @public */ constructor(readonly input: GetDeploymentConfigCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -173,7 +168,4 @@ export class GetDeploymentConfigCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetDeploymentConfigCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-codedeploy/src/commands/GetDeploymentGroupCommand.ts b/clients/client-codedeploy/src/commands/GetDeploymentGroupCommand.ts index d5af41040057..bff4429ba871 100644 --- a/clients/client-codedeploy/src/commands/GetDeploymentGroupCommand.ts +++ b/clients/client-codedeploy/src/commands/GetDeploymentGroupCommand.ts @@ -255,9 +255,6 @@ export class GetDeploymentGroupCommand extends $Command< GetDeploymentGroupCommandOutput, CodeDeployClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -271,9 +268,7 @@ export class GetDeploymentGroupCommand extends $Command< * @public */ constructor(readonly input: GetDeploymentGroupCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -326,7 +321,4 @@ export class GetDeploymentGroupCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetDeploymentGroupCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-codedeploy/src/commands/GetDeploymentInstanceCommand.ts b/clients/client-codedeploy/src/commands/GetDeploymentInstanceCommand.ts index 99a4945d94f5..803fa39294b9 100644 --- a/clients/client-codedeploy/src/commands/GetDeploymentInstanceCommand.ts +++ b/clients/client-codedeploy/src/commands/GetDeploymentInstanceCommand.ts @@ -114,9 +114,6 @@ export class GetDeploymentInstanceCommand extends $Command< GetDeploymentInstanceCommandOutput, CodeDeployClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -130,9 +127,7 @@ export class GetDeploymentInstanceCommand extends $Command< * @public */ constructor(readonly input: GetDeploymentInstanceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -185,7 +180,4 @@ export class GetDeploymentInstanceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetDeploymentInstanceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-codedeploy/src/commands/GetDeploymentTargetCommand.ts b/clients/client-codedeploy/src/commands/GetDeploymentTargetCommand.ts index 96b90e84ae85..ce3bdf8e37d0 100644 --- a/clients/client-codedeploy/src/commands/GetDeploymentTargetCommand.ts +++ b/clients/client-codedeploy/src/commands/GetDeploymentTargetCommand.ts @@ -204,9 +204,6 @@ export class GetDeploymentTargetCommand extends $Command< GetDeploymentTargetCommandOutput, CodeDeployClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -220,9 +217,7 @@ export class GetDeploymentTargetCommand extends $Command< * @public */ constructor(readonly input: GetDeploymentTargetCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -275,7 +270,4 @@ export class GetDeploymentTargetCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetDeploymentTargetCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-codedeploy/src/commands/GetOnPremisesInstanceCommand.ts b/clients/client-codedeploy/src/commands/GetOnPremisesInstanceCommand.ts index ffde2e09eb3a..0fd92e5759ec 100644 --- a/clients/client-codedeploy/src/commands/GetOnPremisesInstanceCommand.ts +++ b/clients/client-codedeploy/src/commands/GetOnPremisesInstanceCommand.ts @@ -92,9 +92,6 @@ export class GetOnPremisesInstanceCommand extends $Command< GetOnPremisesInstanceCommandOutput, CodeDeployClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -108,9 +105,7 @@ export class GetOnPremisesInstanceCommand extends $Command< * @public */ constructor(readonly input: GetOnPremisesInstanceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -163,7 +158,4 @@ export class GetOnPremisesInstanceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetOnPremisesInstanceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-codedeploy/src/commands/ListApplicationRevisionsCommand.ts b/clients/client-codedeploy/src/commands/ListApplicationRevisionsCommand.ts index 4dadfecc12ec..198b8101045f 100644 --- a/clients/client-codedeploy/src/commands/ListApplicationRevisionsCommand.ts +++ b/clients/client-codedeploy/src/commands/ListApplicationRevisionsCommand.ts @@ -131,9 +131,6 @@ export class ListApplicationRevisionsCommand extends $Command< ListApplicationRevisionsCommandOutput, CodeDeployClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -147,9 +144,7 @@ export class ListApplicationRevisionsCommand extends $Command< * @public */ constructor(readonly input: ListApplicationRevisionsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -202,7 +197,4 @@ export class ListApplicationRevisionsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListApplicationRevisionsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-codedeploy/src/commands/ListApplicationsCommand.ts b/clients/client-codedeploy/src/commands/ListApplicationsCommand.ts index e3c0905f7dde..0497e799bad0 100644 --- a/clients/client-codedeploy/src/commands/ListApplicationsCommand.ts +++ b/clients/client-codedeploy/src/commands/ListApplicationsCommand.ts @@ -76,9 +76,6 @@ export class ListApplicationsCommand extends $Command< ListApplicationsCommandOutput, CodeDeployClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -92,9 +89,7 @@ export class ListApplicationsCommand extends $Command< * @public */ constructor(readonly input: ListApplicationsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -147,7 +142,4 @@ export class ListApplicationsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListApplicationsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-codedeploy/src/commands/ListDeploymentConfigsCommand.ts b/clients/client-codedeploy/src/commands/ListDeploymentConfigsCommand.ts index 6da1d0452e54..a95dd957189c 100644 --- a/clients/client-codedeploy/src/commands/ListDeploymentConfigsCommand.ts +++ b/clients/client-codedeploy/src/commands/ListDeploymentConfigsCommand.ts @@ -76,9 +76,6 @@ export class ListDeploymentConfigsCommand extends $Command< ListDeploymentConfigsCommandOutput, CodeDeployClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -92,9 +89,7 @@ export class ListDeploymentConfigsCommand extends $Command< * @public */ constructor(readonly input: ListDeploymentConfigsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -147,7 +142,4 @@ export class ListDeploymentConfigsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListDeploymentConfigsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-codedeploy/src/commands/ListDeploymentGroupsCommand.ts b/clients/client-codedeploy/src/commands/ListDeploymentGroupsCommand.ts index ffd44a4fdc79..76ba4fdb034b 100644 --- a/clients/client-codedeploy/src/commands/ListDeploymentGroupsCommand.ts +++ b/clients/client-codedeploy/src/commands/ListDeploymentGroupsCommand.ts @@ -88,9 +88,6 @@ export class ListDeploymentGroupsCommand extends $Command< ListDeploymentGroupsCommandOutput, CodeDeployClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -104,9 +101,7 @@ export class ListDeploymentGroupsCommand extends $Command< * @public */ constructor(readonly input: ListDeploymentGroupsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -159,7 +154,4 @@ export class ListDeploymentGroupsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListDeploymentGroupsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-codedeploy/src/commands/ListDeploymentInstancesCommand.ts b/clients/client-codedeploy/src/commands/ListDeploymentInstancesCommand.ts index 50f7b8471c31..a9a56f588153 100644 --- a/clients/client-codedeploy/src/commands/ListDeploymentInstancesCommand.ts +++ b/clients/client-codedeploy/src/commands/ListDeploymentInstancesCommand.ts @@ -121,9 +121,6 @@ export class ListDeploymentInstancesCommand extends $Command< ListDeploymentInstancesCommandOutput, CodeDeployClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -137,9 +134,7 @@ export class ListDeploymentInstancesCommand extends $Command< * @public */ constructor(readonly input: ListDeploymentInstancesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -192,7 +187,4 @@ export class ListDeploymentInstancesCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListDeploymentInstancesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-codedeploy/src/commands/ListDeploymentTargetsCommand.ts b/clients/client-codedeploy/src/commands/ListDeploymentTargetsCommand.ts index 15d297f5dd45..263d766af0bb 100644 --- a/clients/client-codedeploy/src/commands/ListDeploymentTargetsCommand.ts +++ b/clients/client-codedeploy/src/commands/ListDeploymentTargetsCommand.ts @@ -106,9 +106,6 @@ export class ListDeploymentTargetsCommand extends $Command< ListDeploymentTargetsCommandOutput, CodeDeployClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -122,9 +119,7 @@ export class ListDeploymentTargetsCommand extends $Command< * @public */ constructor(readonly input: ListDeploymentTargetsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -177,7 +172,4 @@ export class ListDeploymentTargetsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListDeploymentTargetsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-codedeploy/src/commands/ListDeploymentsCommand.ts b/clients/client-codedeploy/src/commands/ListDeploymentsCommand.ts index 9a0b0917eea6..116f3d372acf 100644 --- a/clients/client-codedeploy/src/commands/ListDeploymentsCommand.ts +++ b/clients/client-codedeploy/src/commands/ListDeploymentsCommand.ts @@ -118,9 +118,6 @@ export class ListDeploymentsCommand extends $Command< ListDeploymentsCommandOutput, CodeDeployClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -134,9 +131,7 @@ export class ListDeploymentsCommand extends $Command< * @public */ constructor(readonly input: ListDeploymentsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -189,7 +184,4 @@ export class ListDeploymentsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListDeploymentsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-codedeploy/src/commands/ListGitHubAccountTokenNamesCommand.ts b/clients/client-codedeploy/src/commands/ListGitHubAccountTokenNamesCommand.ts index 1a77e23023c8..02006b8e24b7 100644 --- a/clients/client-codedeploy/src/commands/ListGitHubAccountTokenNamesCommand.ts +++ b/clients/client-codedeploy/src/commands/ListGitHubAccountTokenNamesCommand.ts @@ -82,9 +82,6 @@ export class ListGitHubAccountTokenNamesCommand extends $Command< ListGitHubAccountTokenNamesCommandOutput, CodeDeployClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -98,9 +95,7 @@ export class ListGitHubAccountTokenNamesCommand extends $Command< * @public */ constructor(readonly input: ListGitHubAccountTokenNamesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -156,7 +151,4 @@ export class ListGitHubAccountTokenNamesCommand extends $Command< ): Promise { return de_ListGitHubAccountTokenNamesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-codedeploy/src/commands/ListOnPremisesInstancesCommand.ts b/clients/client-codedeploy/src/commands/ListOnPremisesInstancesCommand.ts index ee01b05b3a09..597e13d64148 100644 --- a/clients/client-codedeploy/src/commands/ListOnPremisesInstancesCommand.ts +++ b/clients/client-codedeploy/src/commands/ListOnPremisesInstancesCommand.ts @@ -93,9 +93,6 @@ export class ListOnPremisesInstancesCommand extends $Command< ListOnPremisesInstancesCommandOutput, CodeDeployClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -109,9 +106,7 @@ export class ListOnPremisesInstancesCommand extends $Command< * @public */ constructor(readonly input: ListOnPremisesInstancesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -164,7 +159,4 @@ export class ListOnPremisesInstancesCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListOnPremisesInstancesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-codedeploy/src/commands/ListTagsForResourceCommand.ts b/clients/client-codedeploy/src/commands/ListTagsForResourceCommand.ts index 4998e1a9d24d..01bd806cce9f 100644 --- a/clients/client-codedeploy/src/commands/ListTagsForResourceCommand.ts +++ b/clients/client-codedeploy/src/commands/ListTagsForResourceCommand.ts @@ -88,9 +88,6 @@ export class ListTagsForResourceCommand extends $Command< ListTagsForResourceCommandOutput, CodeDeployClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -104,9 +101,7 @@ export class ListTagsForResourceCommand extends $Command< * @public */ constructor(readonly input: ListTagsForResourceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -159,7 +154,4 @@ export class ListTagsForResourceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListTagsForResourceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-codedeploy/src/commands/PutLifecycleEventHookExecutionStatusCommand.ts b/clients/client-codedeploy/src/commands/PutLifecycleEventHookExecutionStatusCommand.ts index ff8fe3a7729c..495ffb1e26ad 100644 --- a/clients/client-codedeploy/src/commands/PutLifecycleEventHookExecutionStatusCommand.ts +++ b/clients/client-codedeploy/src/commands/PutLifecycleEventHookExecutionStatusCommand.ts @@ -113,9 +113,6 @@ export class PutLifecycleEventHookExecutionStatusCommand extends $Command< PutLifecycleEventHookExecutionStatusCommandOutput, CodeDeployClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -129,9 +126,7 @@ export class PutLifecycleEventHookExecutionStatusCommand extends $Command< * @public */ constructor(readonly input: PutLifecycleEventHookExecutionStatusCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -190,7 +185,4 @@ export class PutLifecycleEventHookExecutionStatusCommand extends $Command< ): Promise { return de_PutLifecycleEventHookExecutionStatusCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-codedeploy/src/commands/RegisterApplicationRevisionCommand.ts b/clients/client-codedeploy/src/commands/RegisterApplicationRevisionCommand.ts index 67e7ce9fe01d..0f8ff417751b 100644 --- a/clients/client-codedeploy/src/commands/RegisterApplicationRevisionCommand.ts +++ b/clients/client-codedeploy/src/commands/RegisterApplicationRevisionCommand.ts @@ -109,9 +109,6 @@ export class RegisterApplicationRevisionCommand extends $Command< RegisterApplicationRevisionCommandOutput, CodeDeployClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -125,9 +122,7 @@ export class RegisterApplicationRevisionCommand extends $Command< * @public */ constructor(readonly input: RegisterApplicationRevisionCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -183,7 +178,4 @@ export class RegisterApplicationRevisionCommand extends $Command< ): Promise { return de_RegisterApplicationRevisionCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-codedeploy/src/commands/RegisterOnPremisesInstanceCommand.ts b/clients/client-codedeploy/src/commands/RegisterOnPremisesInstanceCommand.ts index 3dc8a4bfb018..50148076942d 100644 --- a/clients/client-codedeploy/src/commands/RegisterOnPremisesInstanceCommand.ts +++ b/clients/client-codedeploy/src/commands/RegisterOnPremisesInstanceCommand.ts @@ -105,9 +105,6 @@ export class RegisterOnPremisesInstanceCommand extends $Command< RegisterOnPremisesInstanceCommandOutput, CodeDeployClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -121,9 +118,7 @@ export class RegisterOnPremisesInstanceCommand extends $Command< * @public */ constructor(readonly input: RegisterOnPremisesInstanceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -179,7 +174,4 @@ export class RegisterOnPremisesInstanceCommand extends $Command< ): Promise { return de_RegisterOnPremisesInstanceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-codedeploy/src/commands/RemoveTagsFromOnPremisesInstancesCommand.ts b/clients/client-codedeploy/src/commands/RemoveTagsFromOnPremisesInstancesCommand.ts index c27977995951..056fec779f9f 100644 --- a/clients/client-codedeploy/src/commands/RemoveTagsFromOnPremisesInstancesCommand.ts +++ b/clients/client-codedeploy/src/commands/RemoveTagsFromOnPremisesInstancesCommand.ts @@ -101,9 +101,6 @@ export class RemoveTagsFromOnPremisesInstancesCommand extends $Command< RemoveTagsFromOnPremisesInstancesCommandOutput, CodeDeployClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -117,9 +114,7 @@ export class RemoveTagsFromOnPremisesInstancesCommand extends $Command< * @public */ constructor(readonly input: RemoveTagsFromOnPremisesInstancesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -178,7 +173,4 @@ export class RemoveTagsFromOnPremisesInstancesCommand extends $Command< ): Promise { return de_RemoveTagsFromOnPremisesInstancesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-codedeploy/src/commands/SkipWaitTimeForInstanceTerminationCommand.ts b/clients/client-codedeploy/src/commands/SkipWaitTimeForInstanceTerminationCommand.ts index bcb05fff1283..419022f29cbc 100644 --- a/clients/client-codedeploy/src/commands/SkipWaitTimeForInstanceTerminationCommand.ts +++ b/clients/client-codedeploy/src/commands/SkipWaitTimeForInstanceTerminationCommand.ts @@ -92,9 +92,6 @@ export class SkipWaitTimeForInstanceTerminationCommand extends $Command< SkipWaitTimeForInstanceTerminationCommandOutput, CodeDeployClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -108,9 +105,7 @@ export class SkipWaitTimeForInstanceTerminationCommand extends $Command< * @public */ constructor(readonly input: SkipWaitTimeForInstanceTerminationCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -169,7 +164,4 @@ export class SkipWaitTimeForInstanceTerminationCommand extends $Command< ): Promise { return de_SkipWaitTimeForInstanceTerminationCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-codedeploy/src/commands/StopDeploymentCommand.ts b/clients/client-codedeploy/src/commands/StopDeploymentCommand.ts index b439779e28c6..8e4981ec6242 100644 --- a/clients/client-codedeploy/src/commands/StopDeploymentCommand.ts +++ b/clients/client-codedeploy/src/commands/StopDeploymentCommand.ts @@ -91,9 +91,6 @@ export class StopDeploymentCommand extends $Command< StopDeploymentCommandOutput, CodeDeployClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -107,9 +104,7 @@ export class StopDeploymentCommand extends $Command< * @public */ constructor(readonly input: StopDeploymentCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -162,7 +157,4 @@ export class StopDeploymentCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_StopDeploymentCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-codedeploy/src/commands/TagResourceCommand.ts b/clients/client-codedeploy/src/commands/TagResourceCommand.ts index e0ee5a968919..4e0fc75fd0fb 100644 --- a/clients/client-codedeploy/src/commands/TagResourceCommand.ts +++ b/clients/client-codedeploy/src/commands/TagResourceCommand.ts @@ -101,9 +101,6 @@ export class TagResourceCommand extends $Command< TagResourceCommandOutput, CodeDeployClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -117,9 +114,7 @@ export class TagResourceCommand extends $Command< * @public */ constructor(readonly input: TagResourceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -170,7 +165,4 @@ export class TagResourceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_TagResourceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-codedeploy/src/commands/UntagResourceCommand.ts b/clients/client-codedeploy/src/commands/UntagResourceCommand.ts index 7a79597be871..437b7fe57c99 100644 --- a/clients/client-codedeploy/src/commands/UntagResourceCommand.ts +++ b/clients/client-codedeploy/src/commands/UntagResourceCommand.ts @@ -99,9 +99,6 @@ export class UntagResourceCommand extends $Command< UntagResourceCommandOutput, CodeDeployClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -115,9 +112,7 @@ export class UntagResourceCommand extends $Command< * @public */ constructor(readonly input: UntagResourceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -168,7 +163,4 @@ export class UntagResourceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UntagResourceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-codedeploy/src/commands/UpdateApplicationCommand.ts b/clients/client-codedeploy/src/commands/UpdateApplicationCommand.ts index 6cbf00800a04..a3679e43a535 100644 --- a/clients/client-codedeploy/src/commands/UpdateApplicationCommand.ts +++ b/clients/client-codedeploy/src/commands/UpdateApplicationCommand.ts @@ -82,9 +82,6 @@ export class UpdateApplicationCommand extends $Command< UpdateApplicationCommandOutput, CodeDeployClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -98,9 +95,7 @@ export class UpdateApplicationCommand extends $Command< * @public */ constructor(readonly input: UpdateApplicationCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -153,7 +148,4 @@ export class UpdateApplicationCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdateApplicationCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-codedeploy/src/commands/UpdateDeploymentGroupCommand.ts b/clients/client-codedeploy/src/commands/UpdateDeploymentGroupCommand.ts index f05b2063dcc3..8626c2635d73 100644 --- a/clients/client-codedeploy/src/commands/UpdateDeploymentGroupCommand.ts +++ b/clients/client-codedeploy/src/commands/UpdateDeploymentGroupCommand.ts @@ -322,9 +322,6 @@ export class UpdateDeploymentGroupCommand extends $Command< UpdateDeploymentGroupCommandOutput, CodeDeployClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -338,9 +335,7 @@ export class UpdateDeploymentGroupCommand extends $Command< * @public */ constructor(readonly input: UpdateDeploymentGroupCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -393,7 +388,4 @@ export class UpdateDeploymentGroupCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdateDeploymentGroupCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-codeguru-reviewer/package.json b/clients/client-codeguru-reviewer/package.json index e6a2e447ed5c..9f821238f135 100644 --- a/clients/client-codeguru-reviewer/package.json +++ b/clients/client-codeguru-reviewer/package.json @@ -34,30 +34,30 @@ "@aws-sdk/util-endpoints": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@smithy/config-resolver": "^2.0.16", - "@smithy/fetch-http-handler": "^2.2.4", - "@smithy/hash-node": "^2.0.12", - "@smithy/invalid-dependency": "^2.0.12", - "@smithy/middleware-content-length": "^2.0.14", - "@smithy/middleware-endpoint": "^2.1.3", - "@smithy/middleware-retry": "^2.0.18", - "@smithy/middleware-serde": "^2.0.12", - "@smithy/middleware-stack": "^2.0.6", - "@smithy/node-config-provider": "^2.1.3", - "@smithy/node-http-handler": "^2.1.8", - "@smithy/protocol-http": "^3.0.8", - "@smithy/smithy-client": "^2.1.12", - "@smithy/types": "^2.4.0", - "@smithy/url-parser": "^2.0.12", - "@smithy/util-base64": "^2.0.0", + "@smithy/config-resolver": "^2.0.18", + "@smithy/fetch-http-handler": "^2.2.6", + "@smithy/hash-node": "^2.0.15", + "@smithy/invalid-dependency": "^2.0.13", + "@smithy/middleware-content-length": "^2.0.15", + "@smithy/middleware-endpoint": "^2.2.0", + "@smithy/middleware-retry": "^2.0.20", + "@smithy/middleware-serde": "^2.0.13", + "@smithy/middleware-stack": "^2.0.7", + "@smithy/node-config-provider": "^2.1.5", + "@smithy/node-http-handler": "^2.1.9", + "@smithy/protocol-http": "^3.0.9", + "@smithy/smithy-client": "^2.1.15", + "@smithy/types": "^2.5.0", + "@smithy/url-parser": "^2.0.13", + "@smithy/util-base64": "^2.0.1", "@smithy/util-body-length-browser": "^2.0.0", "@smithy/util-body-length-node": "^2.1.0", - "@smithy/util-defaults-mode-browser": "^2.0.16", - "@smithy/util-defaults-mode-node": "^2.0.21", - "@smithy/util-endpoints": "^1.0.2", - "@smithy/util-retry": "^2.0.5", - "@smithy/util-utf8": "^2.0.0", - "@smithy/util-waiter": "^2.0.12", + "@smithy/util-defaults-mode-browser": "^2.0.19", + "@smithy/util-defaults-mode-node": "^2.0.25", + "@smithy/util-endpoints": "^1.0.4", + "@smithy/util-retry": "^2.0.6", + "@smithy/util-utf8": "^2.0.2", + "@smithy/util-waiter": "^2.0.13", "tslib": "^2.5.0", "uuid": "^8.3.2" }, diff --git a/clients/client-codeguru-reviewer/src/commands/AssociateRepositoryCommand.ts b/clients/client-codeguru-reviewer/src/commands/AssociateRepositoryCommand.ts index dae377f5be42..e2af7bb514d6 100644 --- a/clients/client-codeguru-reviewer/src/commands/AssociateRepositoryCommand.ts +++ b/clients/client-codeguru-reviewer/src/commands/AssociateRepositoryCommand.ts @@ -157,9 +157,6 @@ export class AssociateRepositoryCommand extends $Command< AssociateRepositoryCommandOutput, CodeGuruReviewerClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -173,9 +170,7 @@ export class AssociateRepositoryCommand extends $Command< * @public */ constructor(readonly input: AssociateRepositoryCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -228,7 +223,4 @@ export class AssociateRepositoryCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_AssociateRepositoryCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-codeguru-reviewer/src/commands/CreateCodeReviewCommand.ts b/clients/client-codeguru-reviewer/src/commands/CreateCodeReviewCommand.ts index 67e64dacf4e1..6fb85550b6bd 100644 --- a/clients/client-codeguru-reviewer/src/commands/CreateCodeReviewCommand.ts +++ b/clients/client-codeguru-reviewer/src/commands/CreateCodeReviewCommand.ts @@ -193,9 +193,6 @@ export class CreateCodeReviewCommand extends $Command< CreateCodeReviewCommandOutput, CodeGuruReviewerClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -209,9 +206,7 @@ export class CreateCodeReviewCommand extends $Command< * @public */ constructor(readonly input: CreateCodeReviewCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -264,7 +259,4 @@ export class CreateCodeReviewCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateCodeReviewCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-codeguru-reviewer/src/commands/DescribeCodeReviewCommand.ts b/clients/client-codeguru-reviewer/src/commands/DescribeCodeReviewCommand.ts index 6fc0f4e164ec..3d4d754c044a 100644 --- a/clients/client-codeguru-reviewer/src/commands/DescribeCodeReviewCommand.ts +++ b/clients/client-codeguru-reviewer/src/commands/DescribeCodeReviewCommand.ts @@ -140,9 +140,6 @@ export class DescribeCodeReviewCommand extends $Command< DescribeCodeReviewCommandOutput, CodeGuruReviewerClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -156,9 +153,7 @@ export class DescribeCodeReviewCommand extends $Command< * @public */ constructor(readonly input: DescribeCodeReviewCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -211,7 +206,4 @@ export class DescribeCodeReviewCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DescribeCodeReviewCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-codeguru-reviewer/src/commands/DescribeRecommendationFeedbackCommand.ts b/clients/client-codeguru-reviewer/src/commands/DescribeRecommendationFeedbackCommand.ts index e82279cb7d06..b1bb0797288a 100644 --- a/clients/client-codeguru-reviewer/src/commands/DescribeRecommendationFeedbackCommand.ts +++ b/clients/client-codeguru-reviewer/src/commands/DescribeRecommendationFeedbackCommand.ts @@ -101,9 +101,6 @@ export class DescribeRecommendationFeedbackCommand extends $Command< DescribeRecommendationFeedbackCommandOutput, CodeGuruReviewerClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -117,9 +114,7 @@ export class DescribeRecommendationFeedbackCommand extends $Command< * @public */ constructor(readonly input: DescribeRecommendationFeedbackCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -178,7 +173,4 @@ export class DescribeRecommendationFeedbackCommand extends $Command< ): Promise { return de_DescribeRecommendationFeedbackCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-codeguru-reviewer/src/commands/DescribeRepositoryAssociationCommand.ts b/clients/client-codeguru-reviewer/src/commands/DescribeRepositoryAssociationCommand.ts index 10ed56037007..651ff35a17fb 100644 --- a/clients/client-codeguru-reviewer/src/commands/DescribeRepositoryAssociationCommand.ts +++ b/clients/client-codeguru-reviewer/src/commands/DescribeRepositoryAssociationCommand.ts @@ -116,9 +116,6 @@ export class DescribeRepositoryAssociationCommand extends $Command< DescribeRepositoryAssociationCommandOutput, CodeGuruReviewerClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -132,9 +129,7 @@ export class DescribeRepositoryAssociationCommand extends $Command< * @public */ constructor(readonly input: DescribeRepositoryAssociationCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -190,7 +185,4 @@ export class DescribeRepositoryAssociationCommand extends $Command< ): Promise { return de_DescribeRepositoryAssociationCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-codeguru-reviewer/src/commands/DisassociateRepositoryCommand.ts b/clients/client-codeguru-reviewer/src/commands/DisassociateRepositoryCommand.ts index 9ed013f9b1c2..4110921ee023 100644 --- a/clients/client-codeguru-reviewer/src/commands/DisassociateRepositoryCommand.ts +++ b/clients/client-codeguru-reviewer/src/commands/DisassociateRepositoryCommand.ts @@ -115,9 +115,6 @@ export class DisassociateRepositoryCommand extends $Command< DisassociateRepositoryCommandOutput, CodeGuruReviewerClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -131,9 +128,7 @@ export class DisassociateRepositoryCommand extends $Command< * @public */ constructor(readonly input: DisassociateRepositoryCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -186,7 +181,4 @@ export class DisassociateRepositoryCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DisassociateRepositoryCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-codeguru-reviewer/src/commands/ListCodeReviewsCommand.ts b/clients/client-codeguru-reviewer/src/commands/ListCodeReviewsCommand.ts index ab60fde88626..9c890fec5c14 100644 --- a/clients/client-codeguru-reviewer/src/commands/ListCodeReviewsCommand.ts +++ b/clients/client-codeguru-reviewer/src/commands/ListCodeReviewsCommand.ts @@ -145,9 +145,6 @@ export class ListCodeReviewsCommand extends $Command< ListCodeReviewsCommandOutput, CodeGuruReviewerClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -161,9 +158,7 @@ export class ListCodeReviewsCommand extends $Command< * @public */ constructor(readonly input: ListCodeReviewsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -216,7 +211,4 @@ export class ListCodeReviewsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListCodeReviewsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-codeguru-reviewer/src/commands/ListRecommendationFeedbackCommand.ts b/clients/client-codeguru-reviewer/src/commands/ListRecommendationFeedbackCommand.ts index ceee661c5cdd..ec02b12edd5c 100644 --- a/clients/client-codeguru-reviewer/src/commands/ListRecommendationFeedbackCommand.ts +++ b/clients/client-codeguru-reviewer/src/commands/ListRecommendationFeedbackCommand.ts @@ -103,9 +103,6 @@ export class ListRecommendationFeedbackCommand extends $Command< ListRecommendationFeedbackCommandOutput, CodeGuruReviewerClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -119,9 +116,7 @@ export class ListRecommendationFeedbackCommand extends $Command< * @public */ constructor(readonly input: ListRecommendationFeedbackCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -177,7 +172,4 @@ export class ListRecommendationFeedbackCommand extends $Command< ): Promise { return de_ListRecommendationFeedbackCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-codeguru-reviewer/src/commands/ListRecommendationsCommand.ts b/clients/client-codeguru-reviewer/src/commands/ListRecommendationsCommand.ts index 224b4dfc2acd..43b48fda8436 100644 --- a/clients/client-codeguru-reviewer/src/commands/ListRecommendationsCommand.ts +++ b/clients/client-codeguru-reviewer/src/commands/ListRecommendationsCommand.ts @@ -107,9 +107,6 @@ export class ListRecommendationsCommand extends $Command< ListRecommendationsCommandOutput, CodeGuruReviewerClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -123,9 +120,7 @@ export class ListRecommendationsCommand extends $Command< * @public */ constructor(readonly input: ListRecommendationsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -178,7 +173,4 @@ export class ListRecommendationsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListRecommendationsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-codeguru-reviewer/src/commands/ListRepositoryAssociationsCommand.ts b/clients/client-codeguru-reviewer/src/commands/ListRepositoryAssociationsCommand.ts index f3fa3928bb1d..0896a186cb12 100644 --- a/clients/client-codeguru-reviewer/src/commands/ListRepositoryAssociationsCommand.ts +++ b/clients/client-codeguru-reviewer/src/commands/ListRepositoryAssociationsCommand.ts @@ -105,9 +105,6 @@ export class ListRepositoryAssociationsCommand extends $Command< ListRepositoryAssociationsCommandOutput, CodeGuruReviewerClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -121,9 +118,7 @@ export class ListRepositoryAssociationsCommand extends $Command< * @public */ constructor(readonly input: ListRepositoryAssociationsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -179,7 +174,4 @@ export class ListRepositoryAssociationsCommand extends $Command< ): Promise { return de_ListRepositoryAssociationsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-codeguru-reviewer/src/commands/ListTagsForResourceCommand.ts b/clients/client-codeguru-reviewer/src/commands/ListTagsForResourceCommand.ts index 82dbf15884b9..70c95f87d4b7 100644 --- a/clients/client-codeguru-reviewer/src/commands/ListTagsForResourceCommand.ts +++ b/clients/client-codeguru-reviewer/src/commands/ListTagsForResourceCommand.ts @@ -81,9 +81,6 @@ export class ListTagsForResourceCommand extends $Command< ListTagsForResourceCommandOutput, CodeGuruReviewerClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -97,9 +94,7 @@ export class ListTagsForResourceCommand extends $Command< * @public */ constructor(readonly input: ListTagsForResourceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -152,7 +147,4 @@ export class ListTagsForResourceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListTagsForResourceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-codeguru-reviewer/src/commands/PutRecommendationFeedbackCommand.ts b/clients/client-codeguru-reviewer/src/commands/PutRecommendationFeedbackCommand.ts index 7565efdf341e..87877d12d953 100644 --- a/clients/client-codeguru-reviewer/src/commands/PutRecommendationFeedbackCommand.ts +++ b/clients/client-codeguru-reviewer/src/commands/PutRecommendationFeedbackCommand.ts @@ -88,9 +88,6 @@ export class PutRecommendationFeedbackCommand extends $Command< PutRecommendationFeedbackCommandOutput, CodeGuruReviewerClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -104,9 +101,7 @@ export class PutRecommendationFeedbackCommand extends $Command< * @public */ constructor(readonly input: PutRecommendationFeedbackCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -162,7 +157,4 @@ export class PutRecommendationFeedbackCommand extends $Command< ): Promise { return de_PutRecommendationFeedbackCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-codeguru-reviewer/src/commands/TagResourceCommand.ts b/clients/client-codeguru-reviewer/src/commands/TagResourceCommand.ts index 4a627bc099a0..5e4740ac6b9d 100644 --- a/clients/client-codeguru-reviewer/src/commands/TagResourceCommand.ts +++ b/clients/client-codeguru-reviewer/src/commands/TagResourceCommand.ts @@ -80,9 +80,6 @@ export class TagResourceCommand extends $Command< TagResourceCommandOutput, CodeGuruReviewerClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -96,9 +93,7 @@ export class TagResourceCommand extends $Command< * @public */ constructor(readonly input: TagResourceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -149,7 +144,4 @@ export class TagResourceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_TagResourceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-codeguru-reviewer/src/commands/UntagResourceCommand.ts b/clients/client-codeguru-reviewer/src/commands/UntagResourceCommand.ts index 26a55fe6df4d..edda12b308d8 100644 --- a/clients/client-codeguru-reviewer/src/commands/UntagResourceCommand.ts +++ b/clients/client-codeguru-reviewer/src/commands/UntagResourceCommand.ts @@ -80,9 +80,6 @@ export class UntagResourceCommand extends $Command< UntagResourceCommandOutput, CodeGuruReviewerClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -96,9 +93,7 @@ export class UntagResourceCommand extends $Command< * @public */ constructor(readonly input: UntagResourceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -149,7 +144,4 @@ export class UntagResourceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UntagResourceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-codeguru-security/package.json b/clients/client-codeguru-security/package.json index 51d38826aa19..b2bc2eed1dcf 100644 --- a/clients/client-codeguru-security/package.json +++ b/clients/client-codeguru-security/package.json @@ -34,29 +34,29 @@ "@aws-sdk/util-endpoints": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@smithy/config-resolver": "^2.0.16", - "@smithy/fetch-http-handler": "^2.2.4", - "@smithy/hash-node": "^2.0.12", - "@smithy/invalid-dependency": "^2.0.12", - "@smithy/middleware-content-length": "^2.0.14", - "@smithy/middleware-endpoint": "^2.1.3", - "@smithy/middleware-retry": "^2.0.18", - "@smithy/middleware-serde": "^2.0.12", - "@smithy/middleware-stack": "^2.0.6", - "@smithy/node-config-provider": "^2.1.3", - "@smithy/node-http-handler": "^2.1.8", - "@smithy/protocol-http": "^3.0.8", - "@smithy/smithy-client": "^2.1.12", - "@smithy/types": "^2.4.0", - "@smithy/url-parser": "^2.0.12", - "@smithy/util-base64": "^2.0.0", + "@smithy/config-resolver": "^2.0.18", + "@smithy/fetch-http-handler": "^2.2.6", + "@smithy/hash-node": "^2.0.15", + "@smithy/invalid-dependency": "^2.0.13", + "@smithy/middleware-content-length": "^2.0.15", + "@smithy/middleware-endpoint": "^2.2.0", + "@smithy/middleware-retry": "^2.0.20", + "@smithy/middleware-serde": "^2.0.13", + "@smithy/middleware-stack": "^2.0.7", + "@smithy/node-config-provider": "^2.1.5", + "@smithy/node-http-handler": "^2.1.9", + "@smithy/protocol-http": "^3.0.9", + "@smithy/smithy-client": "^2.1.15", + "@smithy/types": "^2.5.0", + "@smithy/url-parser": "^2.0.13", + "@smithy/util-base64": "^2.0.1", "@smithy/util-body-length-browser": "^2.0.0", "@smithy/util-body-length-node": "^2.1.0", - "@smithy/util-defaults-mode-browser": "^2.0.16", - "@smithy/util-defaults-mode-node": "^2.0.21", - "@smithy/util-endpoints": "^1.0.2", - "@smithy/util-retry": "^2.0.5", - "@smithy/util-utf8": "^2.0.0", + "@smithy/util-defaults-mode-browser": "^2.0.19", + "@smithy/util-defaults-mode-node": "^2.0.25", + "@smithy/util-endpoints": "^1.0.4", + "@smithy/util-retry": "^2.0.6", + "@smithy/util-utf8": "^2.0.2", "tslib": "^2.5.0", "uuid": "^8.3.2" }, diff --git a/clients/client-codeguru-security/src/commands/BatchGetFindingsCommand.ts b/clients/client-codeguru-security/src/commands/BatchGetFindingsCommand.ts index b3432026e324..a50ab2bb410d 100644 --- a/clients/client-codeguru-security/src/commands/BatchGetFindingsCommand.ts +++ b/clients/client-codeguru-security/src/commands/BatchGetFindingsCommand.ts @@ -151,9 +151,6 @@ export class BatchGetFindingsCommand extends $Command< BatchGetFindingsCommandOutput, CodeGuruSecurityClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -167,9 +164,7 @@ export class BatchGetFindingsCommand extends $Command< * @public */ constructor(readonly input: BatchGetFindingsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -222,7 +217,4 @@ export class BatchGetFindingsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_BatchGetFindingsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-codeguru-security/src/commands/CreateScanCommand.ts b/clients/client-codeguru-security/src/commands/CreateScanCommand.ts index 563056ac4cf7..3c832930a394 100644 --- a/clients/client-codeguru-security/src/commands/CreateScanCommand.ts +++ b/clients/client-codeguru-security/src/commands/CreateScanCommand.ts @@ -105,9 +105,6 @@ export class CreateScanCommand extends $Command< CreateScanCommandOutput, CodeGuruSecurityClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -121,9 +118,7 @@ export class CreateScanCommand extends $Command< * @public */ constructor(readonly input: CreateScanCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -174,7 +169,4 @@ export class CreateScanCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateScanCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-codeguru-security/src/commands/CreateUploadUrlCommand.ts b/clients/client-codeguru-security/src/commands/CreateUploadUrlCommand.ts index 5531c19ae0f8..b71fe2a16054 100644 --- a/clients/client-codeguru-security/src/commands/CreateUploadUrlCommand.ts +++ b/clients/client-codeguru-security/src/commands/CreateUploadUrlCommand.ts @@ -92,9 +92,6 @@ export class CreateUploadUrlCommand extends $Command< CreateUploadUrlCommandOutput, CodeGuruSecurityClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -108,9 +105,7 @@ export class CreateUploadUrlCommand extends $Command< * @public */ constructor(readonly input: CreateUploadUrlCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -163,7 +158,4 @@ export class CreateUploadUrlCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateUploadUrlCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-codeguru-security/src/commands/GetAccountConfigurationCommand.ts b/clients/client-codeguru-security/src/commands/GetAccountConfigurationCommand.ts index a9da3b11ffa1..af79f1f51a41 100644 --- a/clients/client-codeguru-security/src/commands/GetAccountConfigurationCommand.ts +++ b/clients/client-codeguru-security/src/commands/GetAccountConfigurationCommand.ts @@ -82,9 +82,6 @@ export class GetAccountConfigurationCommand extends $Command< GetAccountConfigurationCommandOutput, CodeGuruSecurityClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -98,9 +95,7 @@ export class GetAccountConfigurationCommand extends $Command< * @public */ constructor(readonly input: GetAccountConfigurationCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -153,7 +148,4 @@ export class GetAccountConfigurationCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetAccountConfigurationCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-codeguru-security/src/commands/GetFindingsCommand.ts b/clients/client-codeguru-security/src/commands/GetFindingsCommand.ts index a6a443747ec0..44215361ebe9 100644 --- a/clients/client-codeguru-security/src/commands/GetFindingsCommand.ts +++ b/clients/client-codeguru-security/src/commands/GetFindingsCommand.ts @@ -150,9 +150,6 @@ export class GetFindingsCommand extends $Command< GetFindingsCommandOutput, CodeGuruSecurityClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -166,9 +163,7 @@ export class GetFindingsCommand extends $Command< * @public */ constructor(readonly input: GetFindingsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -219,7 +214,4 @@ export class GetFindingsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetFindingsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-codeguru-security/src/commands/GetMetricsSummaryCommand.ts b/clients/client-codeguru-security/src/commands/GetMetricsSummaryCommand.ts index 04d8109e0c11..707f88987808 100644 --- a/clients/client-codeguru-security/src/commands/GetMetricsSummaryCommand.ts +++ b/clients/client-codeguru-security/src/commands/GetMetricsSummaryCommand.ts @@ -111,9 +111,6 @@ export class GetMetricsSummaryCommand extends $Command< GetMetricsSummaryCommandOutput, CodeGuruSecurityClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -127,9 +124,7 @@ export class GetMetricsSummaryCommand extends $Command< * @public */ constructor(readonly input: GetMetricsSummaryCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -182,7 +177,4 @@ export class GetMetricsSummaryCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetMetricsSummaryCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-codeguru-security/src/commands/GetScanCommand.ts b/clients/client-codeguru-security/src/commands/GetScanCommand.ts index 72342619aa9a..a956ffb37479 100644 --- a/clients/client-codeguru-security/src/commands/GetScanCommand.ts +++ b/clients/client-codeguru-security/src/commands/GetScanCommand.ts @@ -90,9 +90,6 @@ export class GetScanCommand extends $Command< GetScanCommandOutput, CodeGuruSecurityClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -106,9 +103,7 @@ export class GetScanCommand extends $Command< * @public */ constructor(readonly input: GetScanCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -159,7 +154,4 @@ export class GetScanCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetScanCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-codeguru-security/src/commands/ListFindingsMetricsCommand.ts b/clients/client-codeguru-security/src/commands/ListFindingsMetricsCommand.ts index 6913159e1767..8aa9ade8104e 100644 --- a/clients/client-codeguru-security/src/commands/ListFindingsMetricsCommand.ts +++ b/clients/client-codeguru-security/src/commands/ListFindingsMetricsCommand.ts @@ -118,9 +118,6 @@ export class ListFindingsMetricsCommand extends $Command< ListFindingsMetricsCommandOutput, CodeGuruSecurityClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -134,9 +131,7 @@ export class ListFindingsMetricsCommand extends $Command< * @public */ constructor(readonly input: ListFindingsMetricsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -189,7 +184,4 @@ export class ListFindingsMetricsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListFindingsMetricsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-codeguru-security/src/commands/ListScansCommand.ts b/clients/client-codeguru-security/src/commands/ListScansCommand.ts index e965ed1d724b..2d3c22279aeb 100644 --- a/clients/client-codeguru-security/src/commands/ListScansCommand.ts +++ b/clients/client-codeguru-security/src/commands/ListScansCommand.ts @@ -94,9 +94,6 @@ export class ListScansCommand extends $Command< ListScansCommandOutput, CodeGuruSecurityClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -110,9 +107,7 @@ export class ListScansCommand extends $Command< * @public */ constructor(readonly input: ListScansCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -163,7 +158,4 @@ export class ListScansCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListScansCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-codeguru-security/src/commands/ListTagsForResourceCommand.ts b/clients/client-codeguru-security/src/commands/ListTagsForResourceCommand.ts index 00d8bdeb4517..151ee8ce509a 100644 --- a/clients/client-codeguru-security/src/commands/ListTagsForResourceCommand.ts +++ b/clients/client-codeguru-security/src/commands/ListTagsForResourceCommand.ts @@ -92,9 +92,6 @@ export class ListTagsForResourceCommand extends $Command< ListTagsForResourceCommandOutput, CodeGuruSecurityClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -108,9 +105,7 @@ export class ListTagsForResourceCommand extends $Command< * @public */ constructor(readonly input: ListTagsForResourceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -163,7 +158,4 @@ export class ListTagsForResourceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListTagsForResourceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-codeguru-security/src/commands/TagResourceCommand.ts b/clients/client-codeguru-security/src/commands/TagResourceCommand.ts index 51d3100438b5..6bfe3a2119bc 100644 --- a/clients/client-codeguru-security/src/commands/TagResourceCommand.ts +++ b/clients/client-codeguru-security/src/commands/TagResourceCommand.ts @@ -91,9 +91,6 @@ export class TagResourceCommand extends $Command< TagResourceCommandOutput, CodeGuruSecurityClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -107,9 +104,7 @@ export class TagResourceCommand extends $Command< * @public */ constructor(readonly input: TagResourceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -160,7 +155,4 @@ export class TagResourceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_TagResourceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-codeguru-security/src/commands/UntagResourceCommand.ts b/clients/client-codeguru-security/src/commands/UntagResourceCommand.ts index 9549b99868cb..91d714988dfe 100644 --- a/clients/client-codeguru-security/src/commands/UntagResourceCommand.ts +++ b/clients/client-codeguru-security/src/commands/UntagResourceCommand.ts @@ -91,9 +91,6 @@ export class UntagResourceCommand extends $Command< UntagResourceCommandOutput, CodeGuruSecurityClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -107,9 +104,7 @@ export class UntagResourceCommand extends $Command< * @public */ constructor(readonly input: UntagResourceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -160,7 +155,4 @@ export class UntagResourceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UntagResourceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-codeguru-security/src/commands/UpdateAccountConfigurationCommand.ts b/clients/client-codeguru-security/src/commands/UpdateAccountConfigurationCommand.ts index 834af4a4ec95..bf03e0a68032 100644 --- a/clients/client-codeguru-security/src/commands/UpdateAccountConfigurationCommand.ts +++ b/clients/client-codeguru-security/src/commands/UpdateAccountConfigurationCommand.ts @@ -89,9 +89,6 @@ export class UpdateAccountConfigurationCommand extends $Command< UpdateAccountConfigurationCommandOutput, CodeGuruSecurityClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -105,9 +102,7 @@ export class UpdateAccountConfigurationCommand extends $Command< * @public */ constructor(readonly input: UpdateAccountConfigurationCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -163,7 +158,4 @@ export class UpdateAccountConfigurationCommand extends $Command< ): Promise { return de_UpdateAccountConfigurationCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-codeguruprofiler/package.json b/clients/client-codeguruprofiler/package.json index d404cd0604ca..5c3542633e59 100644 --- a/clients/client-codeguruprofiler/package.json +++ b/clients/client-codeguruprofiler/package.json @@ -34,30 +34,30 @@ "@aws-sdk/util-endpoints": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@smithy/config-resolver": "^2.0.16", - "@smithy/fetch-http-handler": "^2.2.4", - "@smithy/hash-node": "^2.0.12", - "@smithy/invalid-dependency": "^2.0.12", - "@smithy/middleware-content-length": "^2.0.14", - "@smithy/middleware-endpoint": "^2.1.3", - "@smithy/middleware-retry": "^2.0.18", - "@smithy/middleware-serde": "^2.0.12", - "@smithy/middleware-stack": "^2.0.6", - "@smithy/node-config-provider": "^2.1.3", - "@smithy/node-http-handler": "^2.1.8", - "@smithy/protocol-http": "^3.0.8", - "@smithy/smithy-client": "^2.1.12", - "@smithy/types": "^2.4.0", - "@smithy/url-parser": "^2.0.12", - "@smithy/util-base64": "^2.0.0", + "@smithy/config-resolver": "^2.0.18", + "@smithy/fetch-http-handler": "^2.2.6", + "@smithy/hash-node": "^2.0.15", + "@smithy/invalid-dependency": "^2.0.13", + "@smithy/middleware-content-length": "^2.0.15", + "@smithy/middleware-endpoint": "^2.2.0", + "@smithy/middleware-retry": "^2.0.20", + "@smithy/middleware-serde": "^2.0.13", + "@smithy/middleware-stack": "^2.0.7", + "@smithy/node-config-provider": "^2.1.5", + "@smithy/node-http-handler": "^2.1.9", + "@smithy/protocol-http": "^3.0.9", + "@smithy/smithy-client": "^2.1.15", + "@smithy/types": "^2.5.0", + "@smithy/url-parser": "^2.0.13", + "@smithy/util-base64": "^2.0.1", "@smithy/util-body-length-browser": "^2.0.0", "@smithy/util-body-length-node": "^2.1.0", - "@smithy/util-defaults-mode-browser": "^2.0.16", - "@smithy/util-defaults-mode-node": "^2.0.21", - "@smithy/util-endpoints": "^1.0.2", - "@smithy/util-retry": "^2.0.5", - "@smithy/util-stream": "^2.0.17", - "@smithy/util-utf8": "^2.0.0", + "@smithy/util-defaults-mode-browser": "^2.0.19", + "@smithy/util-defaults-mode-node": "^2.0.25", + "@smithy/util-endpoints": "^1.0.4", + "@smithy/util-retry": "^2.0.6", + "@smithy/util-stream": "^2.0.20", + "@smithy/util-utf8": "^2.0.2", "tslib": "^2.5.0", "uuid": "^8.3.2" }, diff --git a/clients/client-codeguruprofiler/src/commands/AddNotificationChannelsCommand.ts b/clients/client-codeguruprofiler/src/commands/AddNotificationChannelsCommand.ts index 391ef9af2f55..253ba0ef1309 100644 --- a/clients/client-codeguruprofiler/src/commands/AddNotificationChannelsCommand.ts +++ b/clients/client-codeguruprofiler/src/commands/AddNotificationChannelsCommand.ts @@ -113,9 +113,6 @@ export class AddNotificationChannelsCommand extends $Command< AddNotificationChannelsCommandOutput, CodeGuruProfilerClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -129,9 +126,7 @@ export class AddNotificationChannelsCommand extends $Command< * @public */ constructor(readonly input: AddNotificationChannelsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -184,7 +179,4 @@ export class AddNotificationChannelsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_AddNotificationChannelsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-codeguruprofiler/src/commands/BatchGetFrameMetricDataCommand.ts b/clients/client-codeguruprofiler/src/commands/BatchGetFrameMetricDataCommand.ts index 3b649f123567..93600055baef 100644 --- a/clients/client-codeguruprofiler/src/commands/BatchGetFrameMetricDataCommand.ts +++ b/clients/client-codeguruprofiler/src/commands/BatchGetFrameMetricDataCommand.ts @@ -125,9 +125,6 @@ export class BatchGetFrameMetricDataCommand extends $Command< BatchGetFrameMetricDataCommandOutput, CodeGuruProfilerClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -141,9 +138,7 @@ export class BatchGetFrameMetricDataCommand extends $Command< * @public */ constructor(readonly input: BatchGetFrameMetricDataCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -196,7 +191,4 @@ export class BatchGetFrameMetricDataCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_BatchGetFrameMetricDataCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-codeguruprofiler/src/commands/ConfigureAgentCommand.ts b/clients/client-codeguruprofiler/src/commands/ConfigureAgentCommand.ts index c6867c349f2a..46e7fd05052a 100644 --- a/clients/client-codeguruprofiler/src/commands/ConfigureAgentCommand.ts +++ b/clients/client-codeguruprofiler/src/commands/ConfigureAgentCommand.ts @@ -96,9 +96,6 @@ export class ConfigureAgentCommand extends $Command< ConfigureAgentCommandOutput, CodeGuruProfilerClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -112,9 +109,7 @@ export class ConfigureAgentCommand extends $Command< * @public */ constructor(readonly input: ConfigureAgentCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -167,7 +162,4 @@ export class ConfigureAgentCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ConfigureAgentCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-codeguruprofiler/src/commands/CreateProfilingGroupCommand.ts b/clients/client-codeguruprofiler/src/commands/CreateProfilingGroupCommand.ts index 231fea39d373..5fbe0e30b91e 100644 --- a/clients/client-codeguruprofiler/src/commands/CreateProfilingGroupCommand.ts +++ b/clients/client-codeguruprofiler/src/commands/CreateProfilingGroupCommand.ts @@ -119,9 +119,6 @@ export class CreateProfilingGroupCommand extends $Command< CreateProfilingGroupCommandOutput, CodeGuruProfilerClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -135,9 +132,7 @@ export class CreateProfilingGroupCommand extends $Command< * @public */ constructor(readonly input: CreateProfilingGroupCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -190,7 +185,4 @@ export class CreateProfilingGroupCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateProfilingGroupCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-codeguruprofiler/src/commands/DeleteProfilingGroupCommand.ts b/clients/client-codeguruprofiler/src/commands/DeleteProfilingGroupCommand.ts index d13571790d68..f9d9b5d1a81d 100644 --- a/clients/client-codeguruprofiler/src/commands/DeleteProfilingGroupCommand.ts +++ b/clients/client-codeguruprofiler/src/commands/DeleteProfilingGroupCommand.ts @@ -86,9 +86,6 @@ export class DeleteProfilingGroupCommand extends $Command< DeleteProfilingGroupCommandOutput, CodeGuruProfilerClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -102,9 +99,7 @@ export class DeleteProfilingGroupCommand extends $Command< * @public */ constructor(readonly input: DeleteProfilingGroupCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -157,7 +152,4 @@ export class DeleteProfilingGroupCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteProfilingGroupCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-codeguruprofiler/src/commands/DescribeProfilingGroupCommand.ts b/clients/client-codeguruprofiler/src/commands/DescribeProfilingGroupCommand.ts index 45765c7eea30..4175e0e56664 100644 --- a/clients/client-codeguruprofiler/src/commands/DescribeProfilingGroupCommand.ts +++ b/clients/client-codeguruprofiler/src/commands/DescribeProfilingGroupCommand.ts @@ -107,9 +107,6 @@ export class DescribeProfilingGroupCommand extends $Command< DescribeProfilingGroupCommandOutput, CodeGuruProfilerClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -123,9 +120,7 @@ export class DescribeProfilingGroupCommand extends $Command< * @public */ constructor(readonly input: DescribeProfilingGroupCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -178,7 +173,4 @@ export class DescribeProfilingGroupCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DescribeProfilingGroupCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-codeguruprofiler/src/commands/GetFindingsReportAccountSummaryCommand.ts b/clients/client-codeguruprofiler/src/commands/GetFindingsReportAccountSummaryCommand.ts index 2c6455b4fcc1..9090bc483d80 100644 --- a/clients/client-codeguruprofiler/src/commands/GetFindingsReportAccountSummaryCommand.ts +++ b/clients/client-codeguruprofiler/src/commands/GetFindingsReportAccountSummaryCommand.ts @@ -101,9 +101,6 @@ export class GetFindingsReportAccountSummaryCommand extends $Command< GetFindingsReportAccountSummaryCommandOutput, CodeGuruProfilerClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -117,9 +114,7 @@ export class GetFindingsReportAccountSummaryCommand extends $Command< * @public */ constructor(readonly input: GetFindingsReportAccountSummaryCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -178,7 +173,4 @@ export class GetFindingsReportAccountSummaryCommand extends $Command< ): Promise { return de_GetFindingsReportAccountSummaryCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-codeguruprofiler/src/commands/GetNotificationConfigurationCommand.ts b/clients/client-codeguruprofiler/src/commands/GetNotificationConfigurationCommand.ts index 89cb91dbe422..527c2439e5a5 100644 --- a/clients/client-codeguruprofiler/src/commands/GetNotificationConfigurationCommand.ts +++ b/clients/client-codeguruprofiler/src/commands/GetNotificationConfigurationCommand.ts @@ -97,9 +97,6 @@ export class GetNotificationConfigurationCommand extends $Command< GetNotificationConfigurationCommandOutput, CodeGuruProfilerClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -113,9 +110,7 @@ export class GetNotificationConfigurationCommand extends $Command< * @public */ constructor(readonly input: GetNotificationConfigurationCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -171,7 +166,4 @@ export class GetNotificationConfigurationCommand extends $Command< ): Promise { return de_GetNotificationConfigurationCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-codeguruprofiler/src/commands/GetPolicyCommand.ts b/clients/client-codeguruprofiler/src/commands/GetPolicyCommand.ts index e4df5dd8c7d1..48b34a2a2d4a 100644 --- a/clients/client-codeguruprofiler/src/commands/GetPolicyCommand.ts +++ b/clients/client-codeguruprofiler/src/commands/GetPolicyCommand.ts @@ -82,9 +82,6 @@ export class GetPolicyCommand extends $Command< GetPolicyCommandOutput, CodeGuruProfilerClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -98,9 +95,7 @@ export class GetPolicyCommand extends $Command< * @public */ constructor(readonly input: GetPolicyCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -151,7 +146,4 @@ export class GetPolicyCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetPolicyCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-codeguruprofiler/src/commands/GetProfileCommand.ts b/clients/client-codeguruprofiler/src/commands/GetProfileCommand.ts index 3ed43543b6c9..afe1e4e09b6e 100644 --- a/clients/client-codeguruprofiler/src/commands/GetProfileCommand.ts +++ b/clients/client-codeguruprofiler/src/commands/GetProfileCommand.ts @@ -168,9 +168,6 @@ export class GetProfileCommand extends $Command< GetProfileCommandOutput, CodeGuruProfilerClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -184,9 +181,7 @@ export class GetProfileCommand extends $Command< * @public */ constructor(readonly input: GetProfileCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -237,7 +232,4 @@ export class GetProfileCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetProfileCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-codeguruprofiler/src/commands/GetRecommendationsCommand.ts b/clients/client-codeguruprofiler/src/commands/GetRecommendationsCommand.ts index fdfa228b2d4a..5d2dad874ff9 100644 --- a/clients/client-codeguruprofiler/src/commands/GetRecommendationsCommand.ts +++ b/clients/client-codeguruprofiler/src/commands/GetRecommendationsCommand.ts @@ -150,9 +150,6 @@ export class GetRecommendationsCommand extends $Command< GetRecommendationsCommandOutput, CodeGuruProfilerClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -166,9 +163,7 @@ export class GetRecommendationsCommand extends $Command< * @public */ constructor(readonly input: GetRecommendationsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -221,7 +216,4 @@ export class GetRecommendationsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetRecommendationsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-codeguruprofiler/src/commands/ListFindingsReportsCommand.ts b/clients/client-codeguruprofiler/src/commands/ListFindingsReportsCommand.ts index b3f9755ee724..c828945dcd21 100644 --- a/clients/client-codeguruprofiler/src/commands/ListFindingsReportsCommand.ts +++ b/clients/client-codeguruprofiler/src/commands/ListFindingsReportsCommand.ts @@ -96,9 +96,6 @@ export class ListFindingsReportsCommand extends $Command< ListFindingsReportsCommandOutput, CodeGuruProfilerClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -112,9 +109,7 @@ export class ListFindingsReportsCommand extends $Command< * @public */ constructor(readonly input: ListFindingsReportsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -167,7 +162,4 @@ export class ListFindingsReportsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListFindingsReportsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-codeguruprofiler/src/commands/ListProfileTimesCommand.ts b/clients/client-codeguruprofiler/src/commands/ListProfileTimesCommand.ts index 6c0973626640..732bce55bc15 100644 --- a/clients/client-codeguruprofiler/src/commands/ListProfileTimesCommand.ts +++ b/clients/client-codeguruprofiler/src/commands/ListProfileTimesCommand.ts @@ -94,9 +94,6 @@ export class ListProfileTimesCommand extends $Command< ListProfileTimesCommandOutput, CodeGuruProfilerClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -110,9 +107,7 @@ export class ListProfileTimesCommand extends $Command< * @public */ constructor(readonly input: ListProfileTimesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -165,7 +160,4 @@ export class ListProfileTimesCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListProfileTimesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-codeguruprofiler/src/commands/ListProfilingGroupsCommand.ts b/clients/client-codeguruprofiler/src/commands/ListProfilingGroupsCommand.ts index c4b259f9ceb9..7260db9f8686 100644 --- a/clients/client-codeguruprofiler/src/commands/ListProfilingGroupsCommand.ts +++ b/clients/client-codeguruprofiler/src/commands/ListProfilingGroupsCommand.ts @@ -110,9 +110,6 @@ export class ListProfilingGroupsCommand extends $Command< ListProfilingGroupsCommandOutput, CodeGuruProfilerClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -126,9 +123,7 @@ export class ListProfilingGroupsCommand extends $Command< * @public */ constructor(readonly input: ListProfilingGroupsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -181,7 +176,4 @@ export class ListProfilingGroupsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListProfilingGroupsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-codeguruprofiler/src/commands/ListTagsForResourceCommand.ts b/clients/client-codeguruprofiler/src/commands/ListTagsForResourceCommand.ts index f228daeccc4b..9ef42e6b10f1 100644 --- a/clients/client-codeguruprofiler/src/commands/ListTagsForResourceCommand.ts +++ b/clients/client-codeguruprofiler/src/commands/ListTagsForResourceCommand.ts @@ -83,9 +83,6 @@ export class ListTagsForResourceCommand extends $Command< ListTagsForResourceCommandOutput, CodeGuruProfilerClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -99,9 +96,7 @@ export class ListTagsForResourceCommand extends $Command< * @public */ constructor(readonly input: ListTagsForResourceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -154,7 +149,4 @@ export class ListTagsForResourceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListTagsForResourceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-codeguruprofiler/src/commands/PostAgentProfileCommand.ts b/clients/client-codeguruprofiler/src/commands/PostAgentProfileCommand.ts index c13b6b061c0a..c5c43d8f6f5b 100644 --- a/clients/client-codeguruprofiler/src/commands/PostAgentProfileCommand.ts +++ b/clients/client-codeguruprofiler/src/commands/PostAgentProfileCommand.ts @@ -97,9 +97,6 @@ export class PostAgentProfileCommand extends $Command< PostAgentProfileCommandOutput, CodeGuruProfilerClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -113,9 +110,7 @@ export class PostAgentProfileCommand extends $Command< * @public */ constructor(readonly input: PostAgentProfileCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -168,7 +163,4 @@ export class PostAgentProfileCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_PostAgentProfileCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-codeguruprofiler/src/commands/PutPermissionCommand.ts b/clients/client-codeguruprofiler/src/commands/PutPermissionCommand.ts index 93b985798980..138c469b993e 100644 --- a/clients/client-codeguruprofiler/src/commands/PutPermissionCommand.ts +++ b/clients/client-codeguruprofiler/src/commands/PutPermissionCommand.ts @@ -119,9 +119,6 @@ export class PutPermissionCommand extends $Command< PutPermissionCommandOutput, CodeGuruProfilerClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -135,9 +132,7 @@ export class PutPermissionCommand extends $Command< * @public */ constructor(readonly input: PutPermissionCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -188,7 +183,4 @@ export class PutPermissionCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_PutPermissionCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-codeguruprofiler/src/commands/RemoveNotificationChannelCommand.ts b/clients/client-codeguruprofiler/src/commands/RemoveNotificationChannelCommand.ts index 2657c7b81e14..db5731714232 100644 --- a/clients/client-codeguruprofiler/src/commands/RemoveNotificationChannelCommand.ts +++ b/clients/client-codeguruprofiler/src/commands/RemoveNotificationChannelCommand.ts @@ -93,9 +93,6 @@ export class RemoveNotificationChannelCommand extends $Command< RemoveNotificationChannelCommandOutput, CodeGuruProfilerClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -109,9 +106,7 @@ export class RemoveNotificationChannelCommand extends $Command< * @public */ constructor(readonly input: RemoveNotificationChannelCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -167,7 +162,4 @@ export class RemoveNotificationChannelCommand extends $Command< ): Promise { return de_RemoveNotificationChannelCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-codeguruprofiler/src/commands/RemovePermissionCommand.ts b/clients/client-codeguruprofiler/src/commands/RemovePermissionCommand.ts index 14ddef1d8d68..4188f36a4ff5 100644 --- a/clients/client-codeguruprofiler/src/commands/RemovePermissionCommand.ts +++ b/clients/client-codeguruprofiler/src/commands/RemovePermissionCommand.ts @@ -99,9 +99,6 @@ export class RemovePermissionCommand extends $Command< RemovePermissionCommandOutput, CodeGuruProfilerClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -115,9 +112,7 @@ export class RemovePermissionCommand extends $Command< * @public */ constructor(readonly input: RemovePermissionCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -170,7 +165,4 @@ export class RemovePermissionCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_RemovePermissionCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-codeguruprofiler/src/commands/SubmitFeedbackCommand.ts b/clients/client-codeguruprofiler/src/commands/SubmitFeedbackCommand.ts index e17736fc0f35..6ef2c4f2347f 100644 --- a/clients/client-codeguruprofiler/src/commands/SubmitFeedbackCommand.ts +++ b/clients/client-codeguruprofiler/src/commands/SubmitFeedbackCommand.ts @@ -84,9 +84,6 @@ export class SubmitFeedbackCommand extends $Command< SubmitFeedbackCommandOutput, CodeGuruProfilerClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -100,9 +97,7 @@ export class SubmitFeedbackCommand extends $Command< * @public */ constructor(readonly input: SubmitFeedbackCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -155,7 +150,4 @@ export class SubmitFeedbackCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_SubmitFeedbackCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-codeguruprofiler/src/commands/TagResourceCommand.ts b/clients/client-codeguruprofiler/src/commands/TagResourceCommand.ts index 8522db8e2695..42276d9b641d 100644 --- a/clients/client-codeguruprofiler/src/commands/TagResourceCommand.ts +++ b/clients/client-codeguruprofiler/src/commands/TagResourceCommand.ts @@ -82,9 +82,6 @@ export class TagResourceCommand extends $Command< TagResourceCommandOutput, CodeGuruProfilerClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -98,9 +95,7 @@ export class TagResourceCommand extends $Command< * @public */ constructor(readonly input: TagResourceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -151,7 +146,4 @@ export class TagResourceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_TagResourceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-codeguruprofiler/src/commands/UntagResourceCommand.ts b/clients/client-codeguruprofiler/src/commands/UntagResourceCommand.ts index bcee366f6b62..8d253ebca660 100644 --- a/clients/client-codeguruprofiler/src/commands/UntagResourceCommand.ts +++ b/clients/client-codeguruprofiler/src/commands/UntagResourceCommand.ts @@ -82,9 +82,6 @@ export class UntagResourceCommand extends $Command< UntagResourceCommandOutput, CodeGuruProfilerClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -98,9 +95,7 @@ export class UntagResourceCommand extends $Command< * @public */ constructor(readonly input: UntagResourceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -151,7 +146,4 @@ export class UntagResourceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UntagResourceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-codeguruprofiler/src/commands/UpdateProfilingGroupCommand.ts b/clients/client-codeguruprofiler/src/commands/UpdateProfilingGroupCommand.ts index 4e12e6c0d4b9..be696a9a96e1 100644 --- a/clients/client-codeguruprofiler/src/commands/UpdateProfilingGroupCommand.ts +++ b/clients/client-codeguruprofiler/src/commands/UpdateProfilingGroupCommand.ts @@ -111,9 +111,6 @@ export class UpdateProfilingGroupCommand extends $Command< UpdateProfilingGroupCommandOutput, CodeGuruProfilerClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -127,9 +124,7 @@ export class UpdateProfilingGroupCommand extends $Command< * @public */ constructor(readonly input: UpdateProfilingGroupCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -182,7 +177,4 @@ export class UpdateProfilingGroupCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdateProfilingGroupCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-codepipeline/package.json b/clients/client-codepipeline/package.json index aa359e0ec78c..06d8203c5921 100644 --- a/clients/client-codepipeline/package.json +++ b/clients/client-codepipeline/package.json @@ -34,29 +34,29 @@ "@aws-sdk/util-endpoints": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@smithy/config-resolver": "^2.0.16", - "@smithy/fetch-http-handler": "^2.2.4", - "@smithy/hash-node": "^2.0.12", - "@smithy/invalid-dependency": "^2.0.12", - "@smithy/middleware-content-length": "^2.0.14", - "@smithy/middleware-endpoint": "^2.1.3", - "@smithy/middleware-retry": "^2.0.18", - "@smithy/middleware-serde": "^2.0.12", - "@smithy/middleware-stack": "^2.0.6", - "@smithy/node-config-provider": "^2.1.3", - "@smithy/node-http-handler": "^2.1.8", - "@smithy/protocol-http": "^3.0.8", - "@smithy/smithy-client": "^2.1.12", - "@smithy/types": "^2.4.0", - "@smithy/url-parser": "^2.0.12", - "@smithy/util-base64": "^2.0.0", + "@smithy/config-resolver": "^2.0.18", + "@smithy/fetch-http-handler": "^2.2.6", + "@smithy/hash-node": "^2.0.15", + "@smithy/invalid-dependency": "^2.0.13", + "@smithy/middleware-content-length": "^2.0.15", + "@smithy/middleware-endpoint": "^2.2.0", + "@smithy/middleware-retry": "^2.0.20", + "@smithy/middleware-serde": "^2.0.13", + "@smithy/middleware-stack": "^2.0.7", + "@smithy/node-config-provider": "^2.1.5", + "@smithy/node-http-handler": "^2.1.9", + "@smithy/protocol-http": "^3.0.9", + "@smithy/smithy-client": "^2.1.15", + "@smithy/types": "^2.5.0", + "@smithy/url-parser": "^2.0.13", + "@smithy/util-base64": "^2.0.1", "@smithy/util-body-length-browser": "^2.0.0", "@smithy/util-body-length-node": "^2.1.0", - "@smithy/util-defaults-mode-browser": "^2.0.16", - "@smithy/util-defaults-mode-node": "^2.0.21", - "@smithy/util-endpoints": "^1.0.2", - "@smithy/util-retry": "^2.0.5", - "@smithy/util-utf8": "^2.0.0", + "@smithy/util-defaults-mode-browser": "^2.0.19", + "@smithy/util-defaults-mode-node": "^2.0.25", + "@smithy/util-endpoints": "^1.0.4", + "@smithy/util-retry": "^2.0.6", + "@smithy/util-utf8": "^2.0.2", "tslib": "^2.5.0", "uuid": "^8.3.2" }, diff --git a/clients/client-codepipeline/src/commands/AcknowledgeJobCommand.ts b/clients/client-codepipeline/src/commands/AcknowledgeJobCommand.ts index d94a284d1dbe..5bb0a34a6cc2 100644 --- a/clients/client-codepipeline/src/commands/AcknowledgeJobCommand.ts +++ b/clients/client-codepipeline/src/commands/AcknowledgeJobCommand.ts @@ -81,9 +81,6 @@ export class AcknowledgeJobCommand extends $Command< AcknowledgeJobCommandOutput, CodePipelineClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -97,9 +94,7 @@ export class AcknowledgeJobCommand extends $Command< * @public */ constructor(readonly input: AcknowledgeJobCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -152,7 +147,4 @@ export class AcknowledgeJobCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_AcknowledgeJobCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-codepipeline/src/commands/AcknowledgeThirdPartyJobCommand.ts b/clients/client-codepipeline/src/commands/AcknowledgeThirdPartyJobCommand.ts index bc0b57af85f8..77f426e91acf 100644 --- a/clients/client-codepipeline/src/commands/AcknowledgeThirdPartyJobCommand.ts +++ b/clients/client-codepipeline/src/commands/AcknowledgeThirdPartyJobCommand.ts @@ -85,9 +85,6 @@ export class AcknowledgeThirdPartyJobCommand extends $Command< AcknowledgeThirdPartyJobCommandOutput, CodePipelineClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -101,9 +98,7 @@ export class AcknowledgeThirdPartyJobCommand extends $Command< * @public */ constructor(readonly input: AcknowledgeThirdPartyJobCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -156,7 +151,4 @@ export class AcknowledgeThirdPartyJobCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_AcknowledgeThirdPartyJobCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-codepipeline/src/commands/CreateCustomActionTypeCommand.ts b/clients/client-codepipeline/src/commands/CreateCustomActionTypeCommand.ts index f093635b2916..164c9ed96a29 100644 --- a/clients/client-codepipeline/src/commands/CreateCustomActionTypeCommand.ts +++ b/clients/client-codepipeline/src/commands/CreateCustomActionTypeCommand.ts @@ -158,9 +158,6 @@ export class CreateCustomActionTypeCommand extends $Command< CreateCustomActionTypeCommandOutput, CodePipelineClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -174,9 +171,7 @@ export class CreateCustomActionTypeCommand extends $Command< * @public */ constructor(readonly input: CreateCustomActionTypeCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -229,7 +224,4 @@ export class CreateCustomActionTypeCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateCustomActionTypeCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-codepipeline/src/commands/CreatePipelineCommand.ts b/clients/client-codepipeline/src/commands/CreatePipelineCommand.ts index dbbb8f4eff89..d6f444b7d6cc 100644 --- a/clients/client-codepipeline/src/commands/CreatePipelineCommand.ts +++ b/clients/client-codepipeline/src/commands/CreatePipelineCommand.ts @@ -297,9 +297,6 @@ export class CreatePipelineCommand extends $Command< CreatePipelineCommandOutput, CodePipelineClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -313,9 +310,7 @@ export class CreatePipelineCommand extends $Command< * @public */ constructor(readonly input: CreatePipelineCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -368,7 +363,4 @@ export class CreatePipelineCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreatePipelineCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-codepipeline/src/commands/DeleteCustomActionTypeCommand.ts b/clients/client-codepipeline/src/commands/DeleteCustomActionTypeCommand.ts index 67d0e147a9a7..2541b48c275b 100644 --- a/clients/client-codepipeline/src/commands/DeleteCustomActionTypeCommand.ts +++ b/clients/client-codepipeline/src/commands/DeleteCustomActionTypeCommand.ts @@ -84,9 +84,6 @@ export class DeleteCustomActionTypeCommand extends $Command< DeleteCustomActionTypeCommandOutput, CodePipelineClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -100,9 +97,7 @@ export class DeleteCustomActionTypeCommand extends $Command< * @public */ constructor(readonly input: DeleteCustomActionTypeCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -155,7 +150,4 @@ export class DeleteCustomActionTypeCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteCustomActionTypeCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-codepipeline/src/commands/DeletePipelineCommand.ts b/clients/client-codepipeline/src/commands/DeletePipelineCommand.ts index 810eac80247d..56cebdc993e4 100644 --- a/clients/client-codepipeline/src/commands/DeletePipelineCommand.ts +++ b/clients/client-codepipeline/src/commands/DeletePipelineCommand.ts @@ -74,9 +74,6 @@ export class DeletePipelineCommand extends $Command< DeletePipelineCommandOutput, CodePipelineClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -90,9 +87,7 @@ export class DeletePipelineCommand extends $Command< * @public */ constructor(readonly input: DeletePipelineCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -145,7 +140,4 @@ export class DeletePipelineCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeletePipelineCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-codepipeline/src/commands/DeleteWebhookCommand.ts b/clients/client-codepipeline/src/commands/DeleteWebhookCommand.ts index cc40a719db8c..4732f77de015 100644 --- a/clients/client-codepipeline/src/commands/DeleteWebhookCommand.ts +++ b/clients/client-codepipeline/src/commands/DeleteWebhookCommand.ts @@ -77,9 +77,6 @@ export class DeleteWebhookCommand extends $Command< DeleteWebhookCommandOutput, CodePipelineClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -93,9 +90,7 @@ export class DeleteWebhookCommand extends $Command< * @public */ constructor(readonly input: DeleteWebhookCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -146,7 +141,4 @@ export class DeleteWebhookCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteWebhookCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-codepipeline/src/commands/DeregisterWebhookWithThirdPartyCommand.ts b/clients/client-codepipeline/src/commands/DeregisterWebhookWithThirdPartyCommand.ts index 0e76edd47317..58a9311af34f 100644 --- a/clients/client-codepipeline/src/commands/DeregisterWebhookWithThirdPartyCommand.ts +++ b/clients/client-codepipeline/src/commands/DeregisterWebhookWithThirdPartyCommand.ts @@ -82,9 +82,6 @@ export class DeregisterWebhookWithThirdPartyCommand extends $Command< DeregisterWebhookWithThirdPartyCommandOutput, CodePipelineClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -98,9 +95,7 @@ export class DeregisterWebhookWithThirdPartyCommand extends $Command< * @public */ constructor(readonly input: DeregisterWebhookWithThirdPartyCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -159,7 +154,4 @@ export class DeregisterWebhookWithThirdPartyCommand extends $Command< ): Promise { return de_DeregisterWebhookWithThirdPartyCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-codepipeline/src/commands/DisableStageTransitionCommand.ts b/clients/client-codepipeline/src/commands/DisableStageTransitionCommand.ts index 5c42f2bf37be..cce5b20db352 100644 --- a/clients/client-codepipeline/src/commands/DisableStageTransitionCommand.ts +++ b/clients/client-codepipeline/src/commands/DisableStageTransitionCommand.ts @@ -81,9 +81,6 @@ export class DisableStageTransitionCommand extends $Command< DisableStageTransitionCommandOutput, CodePipelineClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -97,9 +94,7 @@ export class DisableStageTransitionCommand extends $Command< * @public */ constructor(readonly input: DisableStageTransitionCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -152,7 +147,4 @@ export class DisableStageTransitionCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DisableStageTransitionCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-codepipeline/src/commands/EnableStageTransitionCommand.ts b/clients/client-codepipeline/src/commands/EnableStageTransitionCommand.ts index b292804ad9f1..9e0e91c9116a 100644 --- a/clients/client-codepipeline/src/commands/EnableStageTransitionCommand.ts +++ b/clients/client-codepipeline/src/commands/EnableStageTransitionCommand.ts @@ -79,9 +79,6 @@ export class EnableStageTransitionCommand extends $Command< EnableStageTransitionCommandOutput, CodePipelineClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -95,9 +92,7 @@ export class EnableStageTransitionCommand extends $Command< * @public */ constructor(readonly input: EnableStageTransitionCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -150,7 +145,4 @@ export class EnableStageTransitionCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_EnableStageTransitionCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-codepipeline/src/commands/GetActionTypeCommand.ts b/clients/client-codepipeline/src/commands/GetActionTypeCommand.ts index 0450ba824eb6..003999f7a93d 100644 --- a/clients/client-codepipeline/src/commands/GetActionTypeCommand.ts +++ b/clients/client-codepipeline/src/commands/GetActionTypeCommand.ts @@ -136,9 +136,6 @@ export class GetActionTypeCommand extends $Command< GetActionTypeCommandOutput, CodePipelineClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -152,9 +149,7 @@ export class GetActionTypeCommand extends $Command< * @public */ constructor(readonly input: GetActionTypeCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -205,7 +200,4 @@ export class GetActionTypeCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetActionTypeCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-codepipeline/src/commands/GetJobDetailsCommand.ts b/clients/client-codepipeline/src/commands/GetJobDetailsCommand.ts index 927c2371afad..6bc89ed8549c 100644 --- a/clients/client-codepipeline/src/commands/GetJobDetailsCommand.ts +++ b/clients/client-codepipeline/src/commands/GetJobDetailsCommand.ts @@ -146,9 +146,6 @@ export class GetJobDetailsCommand extends $Command< GetJobDetailsCommandOutput, CodePipelineClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -162,9 +159,7 @@ export class GetJobDetailsCommand extends $Command< * @public */ constructor(readonly input: GetJobDetailsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -215,7 +210,4 @@ export class GetJobDetailsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetJobDetailsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-codepipeline/src/commands/GetPipelineCommand.ts b/clients/client-codepipeline/src/commands/GetPipelineCommand.ts index c79aeb8eaa89..96be34e669e7 100644 --- a/clients/client-codepipeline/src/commands/GetPipelineCommand.ts +++ b/clients/client-codepipeline/src/commands/GetPipelineCommand.ts @@ -178,9 +178,6 @@ export class GetPipelineCommand extends $Command< GetPipelineCommandOutput, CodePipelineClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -194,9 +191,7 @@ export class GetPipelineCommand extends $Command< * @public */ constructor(readonly input: GetPipelineCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -247,7 +242,4 @@ export class GetPipelineCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetPipelineCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-codepipeline/src/commands/GetPipelineExecutionCommand.ts b/clients/client-codepipeline/src/commands/GetPipelineExecutionCommand.ts index 7317369e906c..cd22f468378b 100644 --- a/clients/client-codepipeline/src/commands/GetPipelineExecutionCommand.ts +++ b/clients/client-codepipeline/src/commands/GetPipelineExecutionCommand.ts @@ -109,9 +109,6 @@ export class GetPipelineExecutionCommand extends $Command< GetPipelineExecutionCommandOutput, CodePipelineClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -125,9 +122,7 @@ export class GetPipelineExecutionCommand extends $Command< * @public */ constructor(readonly input: GetPipelineExecutionCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -180,7 +175,4 @@ export class GetPipelineExecutionCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetPipelineExecutionCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-codepipeline/src/commands/GetPipelineStateCommand.ts b/clients/client-codepipeline/src/commands/GetPipelineStateCommand.ts index 6abd3ecd1813..2d64e65ef781 100644 --- a/clients/client-codepipeline/src/commands/GetPipelineStateCommand.ts +++ b/clients/client-codepipeline/src/commands/GetPipelineStateCommand.ts @@ -131,9 +131,6 @@ export class GetPipelineStateCommand extends $Command< GetPipelineStateCommandOutput, CodePipelineClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -147,9 +144,7 @@ export class GetPipelineStateCommand extends $Command< * @public */ constructor(readonly input: GetPipelineStateCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -202,7 +197,4 @@ export class GetPipelineStateCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetPipelineStateCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-codepipeline/src/commands/GetThirdPartyJobDetailsCommand.ts b/clients/client-codepipeline/src/commands/GetThirdPartyJobDetailsCommand.ts index a689e0983869..d52a4881368d 100644 --- a/clients/client-codepipeline/src/commands/GetThirdPartyJobDetailsCommand.ts +++ b/clients/client-codepipeline/src/commands/GetThirdPartyJobDetailsCommand.ts @@ -158,9 +158,6 @@ export class GetThirdPartyJobDetailsCommand extends $Command< GetThirdPartyJobDetailsCommandOutput, CodePipelineClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -174,9 +171,7 @@ export class GetThirdPartyJobDetailsCommand extends $Command< * @public */ constructor(readonly input: GetThirdPartyJobDetailsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -229,7 +224,4 @@ export class GetThirdPartyJobDetailsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetThirdPartyJobDetailsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-codepipeline/src/commands/ListActionExecutionsCommand.ts b/clients/client-codepipeline/src/commands/ListActionExecutionsCommand.ts index b9c9e76dd31d..5432cf631c12 100644 --- a/clients/client-codepipeline/src/commands/ListActionExecutionsCommand.ts +++ b/clients/client-codepipeline/src/commands/ListActionExecutionsCommand.ts @@ -146,9 +146,6 @@ export class ListActionExecutionsCommand extends $Command< ListActionExecutionsCommandOutput, CodePipelineClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -162,9 +159,7 @@ export class ListActionExecutionsCommand extends $Command< * @public */ constructor(readonly input: ListActionExecutionsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -217,7 +212,4 @@ export class ListActionExecutionsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListActionExecutionsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-codepipeline/src/commands/ListActionTypesCommand.ts b/clients/client-codepipeline/src/commands/ListActionTypesCommand.ts index a2feb02a0c63..7d969f35d688 100644 --- a/clients/client-codepipeline/src/commands/ListActionTypesCommand.ts +++ b/clients/client-codepipeline/src/commands/ListActionTypesCommand.ts @@ -115,9 +115,6 @@ export class ListActionTypesCommand extends $Command< ListActionTypesCommandOutput, CodePipelineClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -131,9 +128,7 @@ export class ListActionTypesCommand extends $Command< * @public */ constructor(readonly input: ListActionTypesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -186,7 +181,4 @@ export class ListActionTypesCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListActionTypesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-codepipeline/src/commands/ListPipelineExecutionsCommand.ts b/clients/client-codepipeline/src/commands/ListPipelineExecutionsCommand.ts index 4766d1a30f95..b9153cc42f2b 100644 --- a/clients/client-codepipeline/src/commands/ListPipelineExecutionsCommand.ts +++ b/clients/client-codepipeline/src/commands/ListPipelineExecutionsCommand.ts @@ -105,9 +105,6 @@ export class ListPipelineExecutionsCommand extends $Command< ListPipelineExecutionsCommandOutput, CodePipelineClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -121,9 +118,7 @@ export class ListPipelineExecutionsCommand extends $Command< * @public */ constructor(readonly input: ListPipelineExecutionsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -176,7 +171,4 @@ export class ListPipelineExecutionsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListPipelineExecutionsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-codepipeline/src/commands/ListPipelinesCommand.ts b/clients/client-codepipeline/src/commands/ListPipelinesCommand.ts index 8f379068d720..7a142e561e7d 100644 --- a/clients/client-codepipeline/src/commands/ListPipelinesCommand.ts +++ b/clients/client-codepipeline/src/commands/ListPipelinesCommand.ts @@ -87,9 +87,6 @@ export class ListPipelinesCommand extends $Command< ListPipelinesCommandOutput, CodePipelineClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -103,9 +100,7 @@ export class ListPipelinesCommand extends $Command< * @public */ constructor(readonly input: ListPipelinesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -156,7 +151,4 @@ export class ListPipelinesCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListPipelinesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-codepipeline/src/commands/ListTagsForResourceCommand.ts b/clients/client-codepipeline/src/commands/ListTagsForResourceCommand.ts index e4b181154271..755d44fb7ab2 100644 --- a/clients/client-codepipeline/src/commands/ListTagsForResourceCommand.ts +++ b/clients/client-codepipeline/src/commands/ListTagsForResourceCommand.ts @@ -92,9 +92,6 @@ export class ListTagsForResourceCommand extends $Command< ListTagsForResourceCommandOutput, CodePipelineClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -108,9 +105,7 @@ export class ListTagsForResourceCommand extends $Command< * @public */ constructor(readonly input: ListTagsForResourceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -163,7 +158,4 @@ export class ListTagsForResourceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListTagsForResourceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-codepipeline/src/commands/ListWebhooksCommand.ts b/clients/client-codepipeline/src/commands/ListWebhooksCommand.ts index 7a447513ae6e..949f531fbd28 100644 --- a/clients/client-codepipeline/src/commands/ListWebhooksCommand.ts +++ b/clients/client-codepipeline/src/commands/ListWebhooksCommand.ts @@ -111,9 +111,6 @@ export class ListWebhooksCommand extends $Command< ListWebhooksCommandOutput, CodePipelineClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -127,9 +124,7 @@ export class ListWebhooksCommand extends $Command< * @public */ constructor(readonly input: ListWebhooksCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -180,7 +175,4 @@ export class ListWebhooksCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListWebhooksCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-codepipeline/src/commands/PollForJobsCommand.ts b/clients/client-codepipeline/src/commands/PollForJobsCommand.ts index 48ddc088c419..df009f4c7569 100644 --- a/clients/client-codepipeline/src/commands/PollForJobsCommand.ts +++ b/clients/client-codepipeline/src/commands/PollForJobsCommand.ts @@ -161,9 +161,6 @@ export class PollForJobsCommand extends $Command< PollForJobsCommandOutput, CodePipelineClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -177,9 +174,7 @@ export class PollForJobsCommand extends $Command< * @public */ constructor(readonly input: PollForJobsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -230,7 +225,4 @@ export class PollForJobsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_PollForJobsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-codepipeline/src/commands/PollForThirdPartyJobsCommand.ts b/clients/client-codepipeline/src/commands/PollForThirdPartyJobsCommand.ts index 255eacefdd70..533661fd774c 100644 --- a/clients/client-codepipeline/src/commands/PollForThirdPartyJobsCommand.ts +++ b/clients/client-codepipeline/src/commands/PollForThirdPartyJobsCommand.ts @@ -93,9 +93,6 @@ export class PollForThirdPartyJobsCommand extends $Command< PollForThirdPartyJobsCommandOutput, CodePipelineClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -109,9 +106,7 @@ export class PollForThirdPartyJobsCommand extends $Command< * @public */ constructor(readonly input: PollForThirdPartyJobsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -164,7 +159,4 @@ export class PollForThirdPartyJobsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_PollForThirdPartyJobsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-codepipeline/src/commands/PutActionRevisionCommand.ts b/clients/client-codepipeline/src/commands/PutActionRevisionCommand.ts index 3eb09295ffd4..394b8425845a 100644 --- a/clients/client-codepipeline/src/commands/PutActionRevisionCommand.ts +++ b/clients/client-codepipeline/src/commands/PutActionRevisionCommand.ts @@ -91,9 +91,6 @@ export class PutActionRevisionCommand extends $Command< PutActionRevisionCommandOutput, CodePipelineClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -107,9 +104,7 @@ export class PutActionRevisionCommand extends $Command< * @public */ constructor(readonly input: PutActionRevisionCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -162,7 +157,4 @@ export class PutActionRevisionCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_PutActionRevisionCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-codepipeline/src/commands/PutApprovalResultCommand.ts b/clients/client-codepipeline/src/commands/PutApprovalResultCommand.ts index 15388d642858..5c6e36ae8986 100644 --- a/clients/client-codepipeline/src/commands/PutApprovalResultCommand.ts +++ b/clients/client-codepipeline/src/commands/PutApprovalResultCommand.ts @@ -96,9 +96,6 @@ export class PutApprovalResultCommand extends $Command< PutApprovalResultCommandOutput, CodePipelineClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -112,9 +109,7 @@ export class PutApprovalResultCommand extends $Command< * @public */ constructor(readonly input: PutApprovalResultCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -167,7 +162,4 @@ export class PutApprovalResultCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_PutApprovalResultCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-codepipeline/src/commands/PutJobFailureResultCommand.ts b/clients/client-codepipeline/src/commands/PutJobFailureResultCommand.ts index 43e7f50226ed..2944e19b1371 100644 --- a/clients/client-codepipeline/src/commands/PutJobFailureResultCommand.ts +++ b/clients/client-codepipeline/src/commands/PutJobFailureResultCommand.ts @@ -83,9 +83,6 @@ export class PutJobFailureResultCommand extends $Command< PutJobFailureResultCommandOutput, CodePipelineClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -99,9 +96,7 @@ export class PutJobFailureResultCommand extends $Command< * @public */ constructor(readonly input: PutJobFailureResultCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -154,7 +149,4 @@ export class PutJobFailureResultCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_PutJobFailureResultCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-codepipeline/src/commands/PutJobSuccessResultCommand.ts b/clients/client-codepipeline/src/commands/PutJobSuccessResultCommand.ts index 7c0d61ee5d0a..fb7554e09e84 100644 --- a/clients/client-codepipeline/src/commands/PutJobSuccessResultCommand.ts +++ b/clients/client-codepipeline/src/commands/PutJobSuccessResultCommand.ts @@ -96,9 +96,6 @@ export class PutJobSuccessResultCommand extends $Command< PutJobSuccessResultCommandOutput, CodePipelineClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -112,9 +109,7 @@ export class PutJobSuccessResultCommand extends $Command< * @public */ constructor(readonly input: PutJobSuccessResultCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -167,7 +162,4 @@ export class PutJobSuccessResultCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_PutJobSuccessResultCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-codepipeline/src/commands/PutThirdPartyJobFailureResultCommand.ts b/clients/client-codepipeline/src/commands/PutThirdPartyJobFailureResultCommand.ts index e4b6652fe6af..ba837635228a 100644 --- a/clients/client-codepipeline/src/commands/PutThirdPartyJobFailureResultCommand.ts +++ b/clients/client-codepipeline/src/commands/PutThirdPartyJobFailureResultCommand.ts @@ -90,9 +90,6 @@ export class PutThirdPartyJobFailureResultCommand extends $Command< PutThirdPartyJobFailureResultCommandOutput, CodePipelineClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -106,9 +103,7 @@ export class PutThirdPartyJobFailureResultCommand extends $Command< * @public */ constructor(readonly input: PutThirdPartyJobFailureResultCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -164,7 +159,4 @@ export class PutThirdPartyJobFailureResultCommand extends $Command< ): Promise { return de_PutThirdPartyJobFailureResultCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-codepipeline/src/commands/PutThirdPartyJobSuccessResultCommand.ts b/clients/client-codepipeline/src/commands/PutThirdPartyJobSuccessResultCommand.ts index 0e1b44284595..a3357dd51d9d 100644 --- a/clients/client-codepipeline/src/commands/PutThirdPartyJobSuccessResultCommand.ts +++ b/clients/client-codepipeline/src/commands/PutThirdPartyJobSuccessResultCommand.ts @@ -97,9 +97,6 @@ export class PutThirdPartyJobSuccessResultCommand extends $Command< PutThirdPartyJobSuccessResultCommandOutput, CodePipelineClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -113,9 +110,7 @@ export class PutThirdPartyJobSuccessResultCommand extends $Command< * @public */ constructor(readonly input: PutThirdPartyJobSuccessResultCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -171,7 +166,4 @@ export class PutThirdPartyJobSuccessResultCommand extends $Command< ): Promise { return de_PutThirdPartyJobSuccessResultCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-codepipeline/src/commands/PutWebhookCommand.ts b/clients/client-codepipeline/src/commands/PutWebhookCommand.ts index 8bffcb144137..315b519e63cb 100644 --- a/clients/client-codepipeline/src/commands/PutWebhookCommand.ts +++ b/clients/client-codepipeline/src/commands/PutWebhookCommand.ts @@ -151,9 +151,6 @@ export class PutWebhookCommand extends $Command< PutWebhookCommandOutput, CodePipelineClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -167,9 +164,7 @@ export class PutWebhookCommand extends $Command< * @public */ constructor(readonly input: PutWebhookCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -220,7 +215,4 @@ export class PutWebhookCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_PutWebhookCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-codepipeline/src/commands/RegisterWebhookWithThirdPartyCommand.ts b/clients/client-codepipeline/src/commands/RegisterWebhookWithThirdPartyCommand.ts index c53ef24302a2..4d79e9de6b0a 100644 --- a/clients/client-codepipeline/src/commands/RegisterWebhookWithThirdPartyCommand.ts +++ b/clients/client-codepipeline/src/commands/RegisterWebhookWithThirdPartyCommand.ts @@ -81,9 +81,6 @@ export class RegisterWebhookWithThirdPartyCommand extends $Command< RegisterWebhookWithThirdPartyCommandOutput, CodePipelineClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -97,9 +94,7 @@ export class RegisterWebhookWithThirdPartyCommand extends $Command< * @public */ constructor(readonly input: RegisterWebhookWithThirdPartyCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -155,7 +150,4 @@ export class RegisterWebhookWithThirdPartyCommand extends $Command< ): Promise { return de_RegisterWebhookWithThirdPartyCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-codepipeline/src/commands/RetryStageExecutionCommand.ts b/clients/client-codepipeline/src/commands/RetryStageExecutionCommand.ts index 3e2ecb3936d9..43f8df3df7f6 100644 --- a/clients/client-codepipeline/src/commands/RetryStageExecutionCommand.ts +++ b/clients/client-codepipeline/src/commands/RetryStageExecutionCommand.ts @@ -99,9 +99,6 @@ export class RetryStageExecutionCommand extends $Command< RetryStageExecutionCommandOutput, CodePipelineClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -115,9 +112,7 @@ export class RetryStageExecutionCommand extends $Command< * @public */ constructor(readonly input: RetryStageExecutionCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -170,7 +165,4 @@ export class RetryStageExecutionCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_RetryStageExecutionCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-codepipeline/src/commands/StartPipelineExecutionCommand.ts b/clients/client-codepipeline/src/commands/StartPipelineExecutionCommand.ts index f7ebc74e0492..3c1fdbb8af9b 100644 --- a/clients/client-codepipeline/src/commands/StartPipelineExecutionCommand.ts +++ b/clients/client-codepipeline/src/commands/StartPipelineExecutionCommand.ts @@ -88,9 +88,6 @@ export class StartPipelineExecutionCommand extends $Command< StartPipelineExecutionCommandOutput, CodePipelineClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -104,9 +101,7 @@ export class StartPipelineExecutionCommand extends $Command< * @public */ constructor(readonly input: StartPipelineExecutionCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -159,7 +154,4 @@ export class StartPipelineExecutionCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_StartPipelineExecutionCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-codepipeline/src/commands/StopPipelineExecutionCommand.ts b/clients/client-codepipeline/src/commands/StopPipelineExecutionCommand.ts index 0779ee6aa362..6edcc9c57717 100644 --- a/clients/client-codepipeline/src/commands/StopPipelineExecutionCommand.ts +++ b/clients/client-codepipeline/src/commands/StopPipelineExecutionCommand.ts @@ -99,9 +99,6 @@ export class StopPipelineExecutionCommand extends $Command< StopPipelineExecutionCommandOutput, CodePipelineClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -115,9 +112,7 @@ export class StopPipelineExecutionCommand extends $Command< * @public */ constructor(readonly input: StopPipelineExecutionCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -170,7 +165,4 @@ export class StopPipelineExecutionCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_StopPipelineExecutionCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-codepipeline/src/commands/TagResourceCommand.ts b/clients/client-codepipeline/src/commands/TagResourceCommand.ts index 2941dc80cd65..5173d84fe6f1 100644 --- a/clients/client-codepipeline/src/commands/TagResourceCommand.ts +++ b/clients/client-codepipeline/src/commands/TagResourceCommand.ts @@ -93,9 +93,6 @@ export class TagResourceCommand extends $Command< TagResourceCommandOutput, CodePipelineClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -109,9 +106,7 @@ export class TagResourceCommand extends $Command< * @public */ constructor(readonly input: TagResourceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -162,7 +157,4 @@ export class TagResourceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_TagResourceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-codepipeline/src/commands/UntagResourceCommand.ts b/clients/client-codepipeline/src/commands/UntagResourceCommand.ts index 113a9929a294..487d9ae83643 100644 --- a/clients/client-codepipeline/src/commands/UntagResourceCommand.ts +++ b/clients/client-codepipeline/src/commands/UntagResourceCommand.ts @@ -86,9 +86,6 @@ export class UntagResourceCommand extends $Command< UntagResourceCommandOutput, CodePipelineClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -102,9 +99,7 @@ export class UntagResourceCommand extends $Command< * @public */ constructor(readonly input: UntagResourceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -155,7 +150,4 @@ export class UntagResourceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UntagResourceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-codepipeline/src/commands/UpdateActionTypeCommand.ts b/clients/client-codepipeline/src/commands/UpdateActionTypeCommand.ts index abe5cf1fbc4f..aa1eac83ce61 100644 --- a/clients/client-codepipeline/src/commands/UpdateActionTypeCommand.ts +++ b/clients/client-codepipeline/src/commands/UpdateActionTypeCommand.ts @@ -135,9 +135,6 @@ export class UpdateActionTypeCommand extends $Command< UpdateActionTypeCommandOutput, CodePipelineClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -151,9 +148,7 @@ export class UpdateActionTypeCommand extends $Command< * @public */ constructor(readonly input: UpdateActionTypeCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -206,7 +201,4 @@ export class UpdateActionTypeCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdateActionTypeCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-codepipeline/src/commands/UpdatePipelineCommand.ts b/clients/client-codepipeline/src/commands/UpdatePipelineCommand.ts index c02e70157fbf..2486a028935d 100644 --- a/clients/client-codepipeline/src/commands/UpdatePipelineCommand.ts +++ b/clients/client-codepipeline/src/commands/UpdatePipelineCommand.ts @@ -270,9 +270,6 @@ export class UpdatePipelineCommand extends $Command< UpdatePipelineCommandOutput, CodePipelineClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -286,9 +283,7 @@ export class UpdatePipelineCommand extends $Command< * @public */ constructor(readonly input: UpdatePipelineCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -341,7 +336,4 @@ export class UpdatePipelineCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdatePipelineCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-codestar-connections/package.json b/clients/client-codestar-connections/package.json index d99f19e13a81..ead0645e422a 100644 --- a/clients/client-codestar-connections/package.json +++ b/clients/client-codestar-connections/package.json @@ -34,29 +34,29 @@ "@aws-sdk/util-endpoints": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@smithy/config-resolver": "^2.0.16", - "@smithy/fetch-http-handler": "^2.2.4", - "@smithy/hash-node": "^2.0.12", - "@smithy/invalid-dependency": "^2.0.12", - "@smithy/middleware-content-length": "^2.0.14", - "@smithy/middleware-endpoint": "^2.1.3", - "@smithy/middleware-retry": "^2.0.18", - "@smithy/middleware-serde": "^2.0.12", - "@smithy/middleware-stack": "^2.0.6", - "@smithy/node-config-provider": "^2.1.3", - "@smithy/node-http-handler": "^2.1.8", - "@smithy/protocol-http": "^3.0.8", - "@smithy/smithy-client": "^2.1.12", - "@smithy/types": "^2.4.0", - "@smithy/url-parser": "^2.0.12", - "@smithy/util-base64": "^2.0.0", + "@smithy/config-resolver": "^2.0.18", + "@smithy/fetch-http-handler": "^2.2.6", + "@smithy/hash-node": "^2.0.15", + "@smithy/invalid-dependency": "^2.0.13", + "@smithy/middleware-content-length": "^2.0.15", + "@smithy/middleware-endpoint": "^2.2.0", + "@smithy/middleware-retry": "^2.0.20", + "@smithy/middleware-serde": "^2.0.13", + "@smithy/middleware-stack": "^2.0.7", + "@smithy/node-config-provider": "^2.1.5", + "@smithy/node-http-handler": "^2.1.9", + "@smithy/protocol-http": "^3.0.9", + "@smithy/smithy-client": "^2.1.15", + "@smithy/types": "^2.5.0", + "@smithy/url-parser": "^2.0.13", + "@smithy/util-base64": "^2.0.1", "@smithy/util-body-length-browser": "^2.0.0", "@smithy/util-body-length-node": "^2.1.0", - "@smithy/util-defaults-mode-browser": "^2.0.16", - "@smithy/util-defaults-mode-node": "^2.0.21", - "@smithy/util-endpoints": "^1.0.2", - "@smithy/util-retry": "^2.0.5", - "@smithy/util-utf8": "^2.0.0", + "@smithy/util-defaults-mode-browser": "^2.0.19", + "@smithy/util-defaults-mode-node": "^2.0.25", + "@smithy/util-endpoints": "^1.0.4", + "@smithy/util-retry": "^2.0.6", + "@smithy/util-utf8": "^2.0.2", "tslib": "^2.5.0" }, "devDependencies": { diff --git a/clients/client-codestar-connections/src/commands/CreateConnectionCommand.ts b/clients/client-codestar-connections/src/commands/CreateConnectionCommand.ts index 816827cc4e9e..7ae1fefe4efb 100644 --- a/clients/client-codestar-connections/src/commands/CreateConnectionCommand.ts +++ b/clients/client-codestar-connections/src/commands/CreateConnectionCommand.ts @@ -99,9 +99,6 @@ export class CreateConnectionCommand extends $Command< CreateConnectionCommandOutput, CodeStarConnectionsClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -115,9 +112,7 @@ export class CreateConnectionCommand extends $Command< * @public */ constructor(readonly input: CreateConnectionCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -170,7 +165,4 @@ export class CreateConnectionCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateConnectionCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-codestar-connections/src/commands/CreateHostCommand.ts b/clients/client-codestar-connections/src/commands/CreateHostCommand.ts index c95147156bed..e23ba8307a48 100644 --- a/clients/client-codestar-connections/src/commands/CreateHostCommand.ts +++ b/clients/client-codestar-connections/src/commands/CreateHostCommand.ts @@ -108,9 +108,6 @@ export class CreateHostCommand extends $Command< CreateHostCommandOutput, CodeStarConnectionsClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -124,9 +121,7 @@ export class CreateHostCommand extends $Command< * @public */ constructor(readonly input: CreateHostCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -177,7 +172,4 @@ export class CreateHostCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateHostCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-codestar-connections/src/commands/DeleteConnectionCommand.ts b/clients/client-codestar-connections/src/commands/DeleteConnectionCommand.ts index 760ebfc34ec0..cfaa28c36f75 100644 --- a/clients/client-codestar-connections/src/commands/DeleteConnectionCommand.ts +++ b/clients/client-codestar-connections/src/commands/DeleteConnectionCommand.ts @@ -75,9 +75,6 @@ export class DeleteConnectionCommand extends $Command< DeleteConnectionCommandOutput, CodeStarConnectionsClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -91,9 +88,7 @@ export class DeleteConnectionCommand extends $Command< * @public */ constructor(readonly input: DeleteConnectionCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -146,7 +141,4 @@ export class DeleteConnectionCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteConnectionCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-codestar-connections/src/commands/DeleteHostCommand.ts b/clients/client-codestar-connections/src/commands/DeleteHostCommand.ts index 928b449d51e6..7b6c6ce800dc 100644 --- a/clients/client-codestar-connections/src/commands/DeleteHostCommand.ts +++ b/clients/client-codestar-connections/src/commands/DeleteHostCommand.ts @@ -81,9 +81,6 @@ export class DeleteHostCommand extends $Command< DeleteHostCommandOutput, CodeStarConnectionsClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -97,9 +94,7 @@ export class DeleteHostCommand extends $Command< * @public */ constructor(readonly input: DeleteHostCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -150,7 +145,4 @@ export class DeleteHostCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteHostCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-codestar-connections/src/commands/GetConnectionCommand.ts b/clients/client-codestar-connections/src/commands/GetConnectionCommand.ts index 6a9551eee957..2e31a8b4b16d 100644 --- a/clients/client-codestar-connections/src/commands/GetConnectionCommand.ts +++ b/clients/client-codestar-connections/src/commands/GetConnectionCommand.ts @@ -87,9 +87,6 @@ export class GetConnectionCommand extends $Command< GetConnectionCommandOutput, CodeStarConnectionsClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -103,9 +100,7 @@ export class GetConnectionCommand extends $Command< * @public */ constructor(readonly input: GetConnectionCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -156,7 +151,4 @@ export class GetConnectionCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetConnectionCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-codestar-connections/src/commands/GetHostCommand.ts b/clients/client-codestar-connections/src/commands/GetHostCommand.ts index 7cab7e383656..a03aa7d0001a 100644 --- a/clients/client-codestar-connections/src/commands/GetHostCommand.ts +++ b/clients/client-codestar-connections/src/commands/GetHostCommand.ts @@ -94,9 +94,6 @@ export class GetHostCommand extends $Command< GetHostCommandOutput, CodeStarConnectionsClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -110,9 +107,7 @@ export class GetHostCommand extends $Command< * @public */ constructor(readonly input: GetHostCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -163,7 +158,4 @@ export class GetHostCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetHostCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-codestar-connections/src/commands/ListConnectionsCommand.ts b/clients/client-codestar-connections/src/commands/ListConnectionsCommand.ts index 4ae05f9b12bd..db81efa84684 100644 --- a/clients/client-codestar-connections/src/commands/ListConnectionsCommand.ts +++ b/clients/client-codestar-connections/src/commands/ListConnectionsCommand.ts @@ -90,9 +90,6 @@ export class ListConnectionsCommand extends $Command< ListConnectionsCommandOutput, CodeStarConnectionsClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -106,9 +103,7 @@ export class ListConnectionsCommand extends $Command< * @public */ constructor(readonly input: ListConnectionsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -161,7 +156,4 @@ export class ListConnectionsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListConnectionsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-codestar-connections/src/commands/ListHostsCommand.ts b/clients/client-codestar-connections/src/commands/ListHostsCommand.ts index a6ca97730d03..b6752c367cc8 100644 --- a/clients/client-codestar-connections/src/commands/ListHostsCommand.ts +++ b/clients/client-codestar-connections/src/commands/ListHostsCommand.ts @@ -95,9 +95,6 @@ export class ListHostsCommand extends $Command< ListHostsCommandOutput, CodeStarConnectionsClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -111,9 +108,7 @@ export class ListHostsCommand extends $Command< * @public */ constructor(readonly input: ListHostsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -164,7 +159,4 @@ export class ListHostsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListHostsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-codestar-connections/src/commands/ListTagsForResourceCommand.ts b/clients/client-codestar-connections/src/commands/ListTagsForResourceCommand.ts index 8b199fc6581f..02d4b55adb11 100644 --- a/clients/client-codestar-connections/src/commands/ListTagsForResourceCommand.ts +++ b/clients/client-codestar-connections/src/commands/ListTagsForResourceCommand.ts @@ -82,9 +82,6 @@ export class ListTagsForResourceCommand extends $Command< ListTagsForResourceCommandOutput, CodeStarConnectionsClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -98,9 +95,7 @@ export class ListTagsForResourceCommand extends $Command< * @public */ constructor(readonly input: ListTagsForResourceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -153,7 +148,4 @@ export class ListTagsForResourceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListTagsForResourceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-codestar-connections/src/commands/TagResourceCommand.ts b/clients/client-codestar-connections/src/commands/TagResourceCommand.ts index 96923bee0ebc..11daf0657eac 100644 --- a/clients/client-codestar-connections/src/commands/TagResourceCommand.ts +++ b/clients/client-codestar-connections/src/commands/TagResourceCommand.ts @@ -85,9 +85,6 @@ export class TagResourceCommand extends $Command< TagResourceCommandOutput, CodeStarConnectionsClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -101,9 +98,7 @@ export class TagResourceCommand extends $Command< * @public */ constructor(readonly input: TagResourceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -154,7 +149,4 @@ export class TagResourceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_TagResourceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-codestar-connections/src/commands/UntagResourceCommand.ts b/clients/client-codestar-connections/src/commands/UntagResourceCommand.ts index dbb525485d29..71f04a4613c7 100644 --- a/clients/client-codestar-connections/src/commands/UntagResourceCommand.ts +++ b/clients/client-codestar-connections/src/commands/UntagResourceCommand.ts @@ -78,9 +78,6 @@ export class UntagResourceCommand extends $Command< UntagResourceCommandOutput, CodeStarConnectionsClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -94,9 +91,7 @@ export class UntagResourceCommand extends $Command< * @public */ constructor(readonly input: UntagResourceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -147,7 +142,4 @@ export class UntagResourceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UntagResourceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-codestar-connections/src/commands/UpdateHostCommand.ts b/clients/client-codestar-connections/src/commands/UpdateHostCommand.ts index b2355f165687..2301f37a16c0 100644 --- a/clients/client-codestar-connections/src/commands/UpdateHostCommand.ts +++ b/clients/client-codestar-connections/src/commands/UpdateHostCommand.ts @@ -95,9 +95,6 @@ export class UpdateHostCommand extends $Command< UpdateHostCommandOutput, CodeStarConnectionsClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -111,9 +108,7 @@ export class UpdateHostCommand extends $Command< * @public */ constructor(readonly input: UpdateHostCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -164,7 +159,4 @@ export class UpdateHostCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdateHostCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-codestar-notifications/package.json b/clients/client-codestar-notifications/package.json index a111eecd68f8..20654d9664ea 100644 --- a/clients/client-codestar-notifications/package.json +++ b/clients/client-codestar-notifications/package.json @@ -34,29 +34,29 @@ "@aws-sdk/util-endpoints": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@smithy/config-resolver": "^2.0.16", - "@smithy/fetch-http-handler": "^2.2.4", - "@smithy/hash-node": "^2.0.12", - "@smithy/invalid-dependency": "^2.0.12", - "@smithy/middleware-content-length": "^2.0.14", - "@smithy/middleware-endpoint": "^2.1.3", - "@smithy/middleware-retry": "^2.0.18", - "@smithy/middleware-serde": "^2.0.12", - "@smithy/middleware-stack": "^2.0.6", - "@smithy/node-config-provider": "^2.1.3", - "@smithy/node-http-handler": "^2.1.8", - "@smithy/protocol-http": "^3.0.8", - "@smithy/smithy-client": "^2.1.12", - "@smithy/types": "^2.4.0", - "@smithy/url-parser": "^2.0.12", - "@smithy/util-base64": "^2.0.0", + "@smithy/config-resolver": "^2.0.18", + "@smithy/fetch-http-handler": "^2.2.6", + "@smithy/hash-node": "^2.0.15", + "@smithy/invalid-dependency": "^2.0.13", + "@smithy/middleware-content-length": "^2.0.15", + "@smithy/middleware-endpoint": "^2.2.0", + "@smithy/middleware-retry": "^2.0.20", + "@smithy/middleware-serde": "^2.0.13", + "@smithy/middleware-stack": "^2.0.7", + "@smithy/node-config-provider": "^2.1.5", + "@smithy/node-http-handler": "^2.1.9", + "@smithy/protocol-http": "^3.0.9", + "@smithy/smithy-client": "^2.1.15", + "@smithy/types": "^2.5.0", + "@smithy/url-parser": "^2.0.13", + "@smithy/util-base64": "^2.0.1", "@smithy/util-body-length-browser": "^2.0.0", "@smithy/util-body-length-node": "^2.1.0", - "@smithy/util-defaults-mode-browser": "^2.0.16", - "@smithy/util-defaults-mode-node": "^2.0.21", - "@smithy/util-endpoints": "^1.0.2", - "@smithy/util-retry": "^2.0.5", - "@smithy/util-utf8": "^2.0.0", + "@smithy/util-defaults-mode-browser": "^2.0.19", + "@smithy/util-defaults-mode-node": "^2.0.25", + "@smithy/util-endpoints": "^1.0.4", + "@smithy/util-retry": "^2.0.6", + "@smithy/util-utf8": "^2.0.2", "tslib": "^2.5.0", "uuid": "^8.3.2" }, diff --git a/clients/client-codestar-notifications/src/commands/CreateNotificationRuleCommand.ts b/clients/client-codestar-notifications/src/commands/CreateNotificationRuleCommand.ts index d8724e19852c..69650089574d 100644 --- a/clients/client-codestar-notifications/src/commands/CreateNotificationRuleCommand.ts +++ b/clients/client-codestar-notifications/src/commands/CreateNotificationRuleCommand.ts @@ -119,9 +119,6 @@ export class CreateNotificationRuleCommand extends $Command< CreateNotificationRuleCommandOutput, CodestarNotificationsClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -135,9 +132,7 @@ export class CreateNotificationRuleCommand extends $Command< * @public */ constructor(readonly input: CreateNotificationRuleCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -190,7 +185,4 @@ export class CreateNotificationRuleCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateNotificationRuleCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-codestar-notifications/src/commands/DeleteNotificationRuleCommand.ts b/clients/client-codestar-notifications/src/commands/DeleteNotificationRuleCommand.ts index 7c2479f6c831..412869ddf653 100644 --- a/clients/client-codestar-notifications/src/commands/DeleteNotificationRuleCommand.ts +++ b/clients/client-codestar-notifications/src/commands/DeleteNotificationRuleCommand.ts @@ -86,9 +86,6 @@ export class DeleteNotificationRuleCommand extends $Command< DeleteNotificationRuleCommandOutput, CodestarNotificationsClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -102,9 +99,7 @@ export class DeleteNotificationRuleCommand extends $Command< * @public */ constructor(readonly input: DeleteNotificationRuleCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -157,7 +152,4 @@ export class DeleteNotificationRuleCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteNotificationRuleCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-codestar-notifications/src/commands/DeleteTargetCommand.ts b/clients/client-codestar-notifications/src/commands/DeleteTargetCommand.ts index 0d57cbf3f7ed..f1b6e43c5dd3 100644 --- a/clients/client-codestar-notifications/src/commands/DeleteTargetCommand.ts +++ b/clients/client-codestar-notifications/src/commands/DeleteTargetCommand.ts @@ -76,9 +76,6 @@ export class DeleteTargetCommand extends $Command< DeleteTargetCommandOutput, CodestarNotificationsClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -92,9 +89,7 @@ export class DeleteTargetCommand extends $Command< * @public */ constructor(readonly input: DeleteTargetCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -145,7 +140,4 @@ export class DeleteTargetCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteTargetCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-codestar-notifications/src/commands/DescribeNotificationRuleCommand.ts b/clients/client-codestar-notifications/src/commands/DescribeNotificationRuleCommand.ts index 8813f848d98e..37fbd041cc43 100644 --- a/clients/client-codestar-notifications/src/commands/DescribeNotificationRuleCommand.ts +++ b/clients/client-codestar-notifications/src/commands/DescribeNotificationRuleCommand.ts @@ -109,9 +109,6 @@ export class DescribeNotificationRuleCommand extends $Command< DescribeNotificationRuleCommandOutput, CodestarNotificationsClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -125,9 +122,7 @@ export class DescribeNotificationRuleCommand extends $Command< * @public */ constructor(readonly input: DescribeNotificationRuleCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -180,7 +175,4 @@ export class DescribeNotificationRuleCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DescribeNotificationRuleCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-codestar-notifications/src/commands/ListEventTypesCommand.ts b/clients/client-codestar-notifications/src/commands/ListEventTypesCommand.ts index 2560f58f7b56..4afe1cd5168e 100644 --- a/clients/client-codestar-notifications/src/commands/ListEventTypesCommand.ts +++ b/clients/client-codestar-notifications/src/commands/ListEventTypesCommand.ts @@ -95,9 +95,6 @@ export class ListEventTypesCommand extends $Command< ListEventTypesCommandOutput, CodestarNotificationsClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -111,9 +108,7 @@ export class ListEventTypesCommand extends $Command< * @public */ constructor(readonly input: ListEventTypesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -166,7 +161,4 @@ export class ListEventTypesCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListEventTypesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-codestar-notifications/src/commands/ListNotificationRulesCommand.ts b/clients/client-codestar-notifications/src/commands/ListNotificationRulesCommand.ts index 1030b5dba7fa..59a8d629d8ec 100644 --- a/clients/client-codestar-notifications/src/commands/ListNotificationRulesCommand.ts +++ b/clients/client-codestar-notifications/src/commands/ListNotificationRulesCommand.ts @@ -93,9 +93,6 @@ export class ListNotificationRulesCommand extends $Command< ListNotificationRulesCommandOutput, CodestarNotificationsClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -109,9 +106,7 @@ export class ListNotificationRulesCommand extends $Command< * @public */ constructor(readonly input: ListNotificationRulesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -164,7 +159,4 @@ export class ListNotificationRulesCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListNotificationRulesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-codestar-notifications/src/commands/ListTagsForResourceCommand.ts b/clients/client-codestar-notifications/src/commands/ListTagsForResourceCommand.ts index 3ba62cf34be6..726fc5c2fa36 100644 --- a/clients/client-codestar-notifications/src/commands/ListTagsForResourceCommand.ts +++ b/clients/client-codestar-notifications/src/commands/ListTagsForResourceCommand.ts @@ -82,9 +82,6 @@ export class ListTagsForResourceCommand extends $Command< ListTagsForResourceCommandOutput, CodestarNotificationsClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -98,9 +95,7 @@ export class ListTagsForResourceCommand extends $Command< * @public */ constructor(readonly input: ListTagsForResourceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -153,7 +148,4 @@ export class ListTagsForResourceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListTagsForResourceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-codestar-notifications/src/commands/ListTargetsCommand.ts b/clients/client-codestar-notifications/src/commands/ListTargetsCommand.ts index 7c06fa4b26df..d824d850b94f 100644 --- a/clients/client-codestar-notifications/src/commands/ListTargetsCommand.ts +++ b/clients/client-codestar-notifications/src/commands/ListTargetsCommand.ts @@ -94,9 +94,6 @@ export class ListTargetsCommand extends $Command< ListTargetsCommandOutput, CodestarNotificationsClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -110,9 +107,7 @@ export class ListTargetsCommand extends $Command< * @public */ constructor(readonly input: ListTargetsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -163,7 +158,4 @@ export class ListTargetsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListTargetsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-codestar-notifications/src/commands/SubscribeCommand.ts b/clients/client-codestar-notifications/src/commands/SubscribeCommand.ts index f93a136f6f61..7b458219fabd 100644 --- a/clients/client-codestar-notifications/src/commands/SubscribeCommand.ts +++ b/clients/client-codestar-notifications/src/commands/SubscribeCommand.ts @@ -90,9 +90,6 @@ export class SubscribeCommand extends $Command< SubscribeCommandOutput, CodestarNotificationsClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -106,9 +103,7 @@ export class SubscribeCommand extends $Command< * @public */ constructor(readonly input: SubscribeCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -159,7 +154,4 @@ export class SubscribeCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_SubscribeCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-codestar-notifications/src/commands/TagResourceCommand.ts b/clients/client-codestar-notifications/src/commands/TagResourceCommand.ts index a8a01c5cd635..8249408683ec 100644 --- a/clients/client-codestar-notifications/src/commands/TagResourceCommand.ts +++ b/clients/client-codestar-notifications/src/commands/TagResourceCommand.ts @@ -94,9 +94,6 @@ export class TagResourceCommand extends $Command< TagResourceCommandOutput, CodestarNotificationsClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -110,9 +107,7 @@ export class TagResourceCommand extends $Command< * @public */ constructor(readonly input: TagResourceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -163,7 +158,4 @@ export class TagResourceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_TagResourceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-codestar-notifications/src/commands/UnsubscribeCommand.ts b/clients/client-codestar-notifications/src/commands/UnsubscribeCommand.ts index 2f5bd8e8674a..dad61d37d1f3 100644 --- a/clients/client-codestar-notifications/src/commands/UnsubscribeCommand.ts +++ b/clients/client-codestar-notifications/src/commands/UnsubscribeCommand.ts @@ -80,9 +80,6 @@ export class UnsubscribeCommand extends $Command< UnsubscribeCommandOutput, CodestarNotificationsClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -96,9 +93,7 @@ export class UnsubscribeCommand extends $Command< * @public */ constructor(readonly input: UnsubscribeCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -149,7 +144,4 @@ export class UnsubscribeCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UnsubscribeCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-codestar-notifications/src/commands/UntagResourceCommand.ts b/clients/client-codestar-notifications/src/commands/UntagResourceCommand.ts index fed04d5db8c9..cf25ffec5da5 100644 --- a/clients/client-codestar-notifications/src/commands/UntagResourceCommand.ts +++ b/clients/client-codestar-notifications/src/commands/UntagResourceCommand.ts @@ -91,9 +91,6 @@ export class UntagResourceCommand extends $Command< UntagResourceCommandOutput, CodestarNotificationsClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -107,9 +104,7 @@ export class UntagResourceCommand extends $Command< * @public */ constructor(readonly input: UntagResourceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -160,7 +155,4 @@ export class UntagResourceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UntagResourceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-codestar-notifications/src/commands/UpdateNotificationRuleCommand.ts b/clients/client-codestar-notifications/src/commands/UpdateNotificationRuleCommand.ts index 16b5c4e8cf23..b70834b3225f 100644 --- a/clients/client-codestar-notifications/src/commands/UpdateNotificationRuleCommand.ts +++ b/clients/client-codestar-notifications/src/commands/UpdateNotificationRuleCommand.ts @@ -102,9 +102,6 @@ export class UpdateNotificationRuleCommand extends $Command< UpdateNotificationRuleCommandOutput, CodestarNotificationsClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -118,9 +115,7 @@ export class UpdateNotificationRuleCommand extends $Command< * @public */ constructor(readonly input: UpdateNotificationRuleCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -173,7 +168,4 @@ export class UpdateNotificationRuleCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdateNotificationRuleCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-codestar/package.json b/clients/client-codestar/package.json index cb66fc4929f5..7891650a9aa0 100644 --- a/clients/client-codestar/package.json +++ b/clients/client-codestar/package.json @@ -34,29 +34,29 @@ "@aws-sdk/util-endpoints": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@smithy/config-resolver": "^2.0.16", - "@smithy/fetch-http-handler": "^2.2.4", - "@smithy/hash-node": "^2.0.12", - "@smithy/invalid-dependency": "^2.0.12", - "@smithy/middleware-content-length": "^2.0.14", - "@smithy/middleware-endpoint": "^2.1.3", - "@smithy/middleware-retry": "^2.0.18", - "@smithy/middleware-serde": "^2.0.12", - "@smithy/middleware-stack": "^2.0.6", - "@smithy/node-config-provider": "^2.1.3", - "@smithy/node-http-handler": "^2.1.8", - "@smithy/protocol-http": "^3.0.8", - "@smithy/smithy-client": "^2.1.12", - "@smithy/types": "^2.4.0", - "@smithy/url-parser": "^2.0.12", - "@smithy/util-base64": "^2.0.0", + "@smithy/config-resolver": "^2.0.18", + "@smithy/fetch-http-handler": "^2.2.6", + "@smithy/hash-node": "^2.0.15", + "@smithy/invalid-dependency": "^2.0.13", + "@smithy/middleware-content-length": "^2.0.15", + "@smithy/middleware-endpoint": "^2.2.0", + "@smithy/middleware-retry": "^2.0.20", + "@smithy/middleware-serde": "^2.0.13", + "@smithy/middleware-stack": "^2.0.7", + "@smithy/node-config-provider": "^2.1.5", + "@smithy/node-http-handler": "^2.1.9", + "@smithy/protocol-http": "^3.0.9", + "@smithy/smithy-client": "^2.1.15", + "@smithy/types": "^2.5.0", + "@smithy/url-parser": "^2.0.13", + "@smithy/util-base64": "^2.0.1", "@smithy/util-body-length-browser": "^2.0.0", "@smithy/util-body-length-node": "^2.1.0", - "@smithy/util-defaults-mode-browser": "^2.0.16", - "@smithy/util-defaults-mode-node": "^2.0.21", - "@smithy/util-endpoints": "^1.0.2", - "@smithy/util-retry": "^2.0.5", - "@smithy/util-utf8": "^2.0.0", + "@smithy/util-defaults-mode-browser": "^2.0.19", + "@smithy/util-defaults-mode-node": "^2.0.25", + "@smithy/util-endpoints": "^1.0.4", + "@smithy/util-retry": "^2.0.6", + "@smithy/util-utf8": "^2.0.2", "tslib": "^2.5.0" }, "devDependencies": { diff --git a/clients/client-codestar/src/commands/AssociateTeamMemberCommand.ts b/clients/client-codestar/src/commands/AssociateTeamMemberCommand.ts index 4a63b3cd6541..67e13b8f5c00 100644 --- a/clients/client-codestar/src/commands/AssociateTeamMemberCommand.ts +++ b/clients/client-codestar/src/commands/AssociateTeamMemberCommand.ts @@ -96,9 +96,6 @@ export class AssociateTeamMemberCommand extends $Command< AssociateTeamMemberCommandOutput, CodeStarClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -112,9 +109,7 @@ export class AssociateTeamMemberCommand extends $Command< * @public */ constructor(readonly input: AssociateTeamMemberCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -167,7 +162,4 @@ export class AssociateTeamMemberCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_AssociateTeamMemberCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-codestar/src/commands/CreateProjectCommand.ts b/clients/client-codestar/src/commands/CreateProjectCommand.ts index 1c5294b57288..b752b24cf478 100644 --- a/clients/client-codestar/src/commands/CreateProjectCommand.ts +++ b/clients/client-codestar/src/commands/CreateProjectCommand.ts @@ -141,9 +141,6 @@ export class CreateProjectCommand extends $Command< CreateProjectCommandOutput, CodeStarClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -157,9 +154,7 @@ export class CreateProjectCommand extends $Command< * @public */ constructor(readonly input: CreateProjectCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -210,7 +205,4 @@ export class CreateProjectCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateProjectCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-codestar/src/commands/CreateUserProfileCommand.ts b/clients/client-codestar/src/commands/CreateUserProfileCommand.ts index a96370b005af..f0c36a444c43 100644 --- a/clients/client-codestar/src/commands/CreateUserProfileCommand.ts +++ b/clients/client-codestar/src/commands/CreateUserProfileCommand.ts @@ -93,9 +93,6 @@ export class CreateUserProfileCommand extends $Command< CreateUserProfileCommandOutput, CodeStarClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -109,9 +106,7 @@ export class CreateUserProfileCommand extends $Command< * @public */ constructor(readonly input: CreateUserProfileCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -164,7 +159,4 @@ export class CreateUserProfileCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateUserProfileCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-codestar/src/commands/DeleteProjectCommand.ts b/clients/client-codestar/src/commands/DeleteProjectCommand.ts index 0c56fe009735..28e1efdcc268 100644 --- a/clients/client-codestar/src/commands/DeleteProjectCommand.ts +++ b/clients/client-codestar/src/commands/DeleteProjectCommand.ts @@ -84,9 +84,6 @@ export class DeleteProjectCommand extends $Command< DeleteProjectCommandOutput, CodeStarClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -100,9 +97,7 @@ export class DeleteProjectCommand extends $Command< * @public */ constructor(readonly input: DeleteProjectCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -153,7 +148,4 @@ export class DeleteProjectCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteProjectCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-codestar/src/commands/DeleteUserProfileCommand.ts b/clients/client-codestar/src/commands/DeleteUserProfileCommand.ts index e2f6ae7d39c3..f4fc3c6067d3 100644 --- a/clients/client-codestar/src/commands/DeleteUserProfileCommand.ts +++ b/clients/client-codestar/src/commands/DeleteUserProfileCommand.ts @@ -75,9 +75,6 @@ export class DeleteUserProfileCommand extends $Command< DeleteUserProfileCommandOutput, CodeStarClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -91,9 +88,7 @@ export class DeleteUserProfileCommand extends $Command< * @public */ constructor(readonly input: DeleteUserProfileCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -146,7 +141,4 @@ export class DeleteUserProfileCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteUserProfileCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-codestar/src/commands/DescribeProjectCommand.ts b/clients/client-codestar/src/commands/DescribeProjectCommand.ts index ff2c1097a27e..9ac56fd2d7bf 100644 --- a/clients/client-codestar/src/commands/DescribeProjectCommand.ts +++ b/clients/client-codestar/src/commands/DescribeProjectCommand.ts @@ -101,9 +101,6 @@ export class DescribeProjectCommand extends $Command< DescribeProjectCommandOutput, CodeStarClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -117,9 +114,7 @@ export class DescribeProjectCommand extends $Command< * @public */ constructor(readonly input: DescribeProjectCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -172,7 +167,4 @@ export class DescribeProjectCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DescribeProjectCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-codestar/src/commands/DescribeUserProfileCommand.ts b/clients/client-codestar/src/commands/DescribeUserProfileCommand.ts index d413b5c4f1b0..6d0a6991b092 100644 --- a/clients/client-codestar/src/commands/DescribeUserProfileCommand.ts +++ b/clients/client-codestar/src/commands/DescribeUserProfileCommand.ts @@ -85,9 +85,6 @@ export class DescribeUserProfileCommand extends $Command< DescribeUserProfileCommandOutput, CodeStarClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -101,9 +98,7 @@ export class DescribeUserProfileCommand extends $Command< * @public */ constructor(readonly input: DescribeUserProfileCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -156,7 +151,4 @@ export class DescribeUserProfileCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DescribeUserProfileCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-codestar/src/commands/DisassociateTeamMemberCommand.ts b/clients/client-codestar/src/commands/DisassociateTeamMemberCommand.ts index fc8c47ffe9c7..eb95563fc2aa 100644 --- a/clients/client-codestar/src/commands/DisassociateTeamMemberCommand.ts +++ b/clients/client-codestar/src/commands/DisassociateTeamMemberCommand.ts @@ -85,9 +85,6 @@ export class DisassociateTeamMemberCommand extends $Command< DisassociateTeamMemberCommandOutput, CodeStarClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -101,9 +98,7 @@ export class DisassociateTeamMemberCommand extends $Command< * @public */ constructor(readonly input: DisassociateTeamMemberCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -156,7 +151,4 @@ export class DisassociateTeamMemberCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DisassociateTeamMemberCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-codestar/src/commands/ListProjectsCommand.ts b/clients/client-codestar/src/commands/ListProjectsCommand.ts index f3b17bc7dc4c..5c0ceb12f47f 100644 --- a/clients/client-codestar/src/commands/ListProjectsCommand.ts +++ b/clients/client-codestar/src/commands/ListProjectsCommand.ts @@ -83,9 +83,6 @@ export class ListProjectsCommand extends $Command< ListProjectsCommandOutput, CodeStarClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -99,9 +96,7 @@ export class ListProjectsCommand extends $Command< * @public */ constructor(readonly input: ListProjectsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -152,7 +147,4 @@ export class ListProjectsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListProjectsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-codestar/src/commands/ListResourcesCommand.ts b/clients/client-codestar/src/commands/ListResourcesCommand.ts index bed6c43e7b1f..65b3b140d0d9 100644 --- a/clients/client-codestar/src/commands/ListResourcesCommand.ts +++ b/clients/client-codestar/src/commands/ListResourcesCommand.ts @@ -86,9 +86,6 @@ export class ListResourcesCommand extends $Command< ListResourcesCommandOutput, CodeStarClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -102,9 +99,7 @@ export class ListResourcesCommand extends $Command< * @public */ constructor(readonly input: ListResourcesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -155,7 +150,4 @@ export class ListResourcesCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListResourcesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-codestar/src/commands/ListTagsForProjectCommand.ts b/clients/client-codestar/src/commands/ListTagsForProjectCommand.ts index 9bdd9fcfc89c..803c2d84babc 100644 --- a/clients/client-codestar/src/commands/ListTagsForProjectCommand.ts +++ b/clients/client-codestar/src/commands/ListTagsForProjectCommand.ts @@ -84,9 +84,6 @@ export class ListTagsForProjectCommand extends $Command< ListTagsForProjectCommandOutput, CodeStarClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -100,9 +97,7 @@ export class ListTagsForProjectCommand extends $Command< * @public */ constructor(readonly input: ListTagsForProjectCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -155,7 +150,4 @@ export class ListTagsForProjectCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListTagsForProjectCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-codestar/src/commands/ListTeamMembersCommand.ts b/clients/client-codestar/src/commands/ListTeamMembersCommand.ts index 212083f9e560..399e94c645fa 100644 --- a/clients/client-codestar/src/commands/ListTeamMembersCommand.ts +++ b/clients/client-codestar/src/commands/ListTeamMembersCommand.ts @@ -88,9 +88,6 @@ export class ListTeamMembersCommand extends $Command< ListTeamMembersCommandOutput, CodeStarClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -104,9 +101,7 @@ export class ListTeamMembersCommand extends $Command< * @public */ constructor(readonly input: ListTeamMembersCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -159,7 +154,4 @@ export class ListTeamMembersCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListTeamMembersCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-codestar/src/commands/ListUserProfilesCommand.ts b/clients/client-codestar/src/commands/ListUserProfilesCommand.ts index 78a9f5879c58..595908881c8c 100644 --- a/clients/client-codestar/src/commands/ListUserProfilesCommand.ts +++ b/clients/client-codestar/src/commands/ListUserProfilesCommand.ts @@ -89,9 +89,6 @@ export class ListUserProfilesCommand extends $Command< ListUserProfilesCommandOutput, CodeStarClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -105,9 +102,7 @@ export class ListUserProfilesCommand extends $Command< * @public */ constructor(readonly input: ListUserProfilesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -160,7 +155,4 @@ export class ListUserProfilesCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListUserProfilesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-codestar/src/commands/TagProjectCommand.ts b/clients/client-codestar/src/commands/TagProjectCommand.ts index b876cee0a959..67cc756febd0 100644 --- a/clients/client-codestar/src/commands/TagProjectCommand.ts +++ b/clients/client-codestar/src/commands/TagProjectCommand.ts @@ -88,9 +88,6 @@ export class TagProjectCommand extends $Command< TagProjectCommandOutput, CodeStarClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -104,9 +101,7 @@ export class TagProjectCommand extends $Command< * @public */ constructor(readonly input: TagProjectCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -157,7 +152,4 @@ export class TagProjectCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_TagProjectCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-codestar/src/commands/UntagProjectCommand.ts b/clients/client-codestar/src/commands/UntagProjectCommand.ts index 2f955bfde63c..a8af5fd213af 100644 --- a/clients/client-codestar/src/commands/UntagProjectCommand.ts +++ b/clients/client-codestar/src/commands/UntagProjectCommand.ts @@ -84,9 +84,6 @@ export class UntagProjectCommand extends $Command< UntagProjectCommandOutput, CodeStarClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -100,9 +97,7 @@ export class UntagProjectCommand extends $Command< * @public */ constructor(readonly input: UntagProjectCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -153,7 +148,4 @@ export class UntagProjectCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UntagProjectCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-codestar/src/commands/UpdateProjectCommand.ts b/clients/client-codestar/src/commands/UpdateProjectCommand.ts index fb2d2126f5d8..8849669f40ca 100644 --- a/clients/client-codestar/src/commands/UpdateProjectCommand.ts +++ b/clients/client-codestar/src/commands/UpdateProjectCommand.ts @@ -76,9 +76,6 @@ export class UpdateProjectCommand extends $Command< UpdateProjectCommandOutput, CodeStarClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -92,9 +89,7 @@ export class UpdateProjectCommand extends $Command< * @public */ constructor(readonly input: UpdateProjectCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -145,7 +140,4 @@ export class UpdateProjectCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdateProjectCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-codestar/src/commands/UpdateTeamMemberCommand.ts b/clients/client-codestar/src/commands/UpdateTeamMemberCommand.ts index 082e671a0a65..4578c86a462c 100644 --- a/clients/client-codestar/src/commands/UpdateTeamMemberCommand.ts +++ b/clients/client-codestar/src/commands/UpdateTeamMemberCommand.ts @@ -99,9 +99,6 @@ export class UpdateTeamMemberCommand extends $Command< UpdateTeamMemberCommandOutput, CodeStarClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -115,9 +112,7 @@ export class UpdateTeamMemberCommand extends $Command< * @public */ constructor(readonly input: UpdateTeamMemberCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -170,7 +165,4 @@ export class UpdateTeamMemberCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdateTeamMemberCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-codestar/src/commands/UpdateUserProfileCommand.ts b/clients/client-codestar/src/commands/UpdateUserProfileCommand.ts index 848b934a2fb9..4e190e8898f0 100644 --- a/clients/client-codestar/src/commands/UpdateUserProfileCommand.ts +++ b/clients/client-codestar/src/commands/UpdateUserProfileCommand.ts @@ -91,9 +91,6 @@ export class UpdateUserProfileCommand extends $Command< UpdateUserProfileCommandOutput, CodeStarClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -107,9 +104,7 @@ export class UpdateUserProfileCommand extends $Command< * @public */ constructor(readonly input: UpdateUserProfileCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -162,7 +157,4 @@ export class UpdateUserProfileCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdateUserProfileCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-cognito-identity-provider/package.json b/clients/client-cognito-identity-provider/package.json index 5ff15e891637..1bb1c77757e9 100644 --- a/clients/client-cognito-identity-provider/package.json +++ b/clients/client-cognito-identity-provider/package.json @@ -34,29 +34,29 @@ "@aws-sdk/util-endpoints": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@smithy/config-resolver": "^2.0.16", - "@smithy/fetch-http-handler": "^2.2.4", - "@smithy/hash-node": "^2.0.12", - "@smithy/invalid-dependency": "^2.0.12", - "@smithy/middleware-content-length": "^2.0.14", - "@smithy/middleware-endpoint": "^2.1.3", - "@smithy/middleware-retry": "^2.0.18", - "@smithy/middleware-serde": "^2.0.12", - "@smithy/middleware-stack": "^2.0.6", - "@smithy/node-config-provider": "^2.1.3", - "@smithy/node-http-handler": "^2.1.8", - "@smithy/protocol-http": "^3.0.8", - "@smithy/smithy-client": "^2.1.12", - "@smithy/types": "^2.4.0", - "@smithy/url-parser": "^2.0.12", - "@smithy/util-base64": "^2.0.0", + "@smithy/config-resolver": "^2.0.18", + "@smithy/fetch-http-handler": "^2.2.6", + "@smithy/hash-node": "^2.0.15", + "@smithy/invalid-dependency": "^2.0.13", + "@smithy/middleware-content-length": "^2.0.15", + "@smithy/middleware-endpoint": "^2.2.0", + "@smithy/middleware-retry": "^2.0.20", + "@smithy/middleware-serde": "^2.0.13", + "@smithy/middleware-stack": "^2.0.7", + "@smithy/node-config-provider": "^2.1.5", + "@smithy/node-http-handler": "^2.1.9", + "@smithy/protocol-http": "^3.0.9", + "@smithy/smithy-client": "^2.1.15", + "@smithy/types": "^2.5.0", + "@smithy/url-parser": "^2.0.13", + "@smithy/util-base64": "^2.0.1", "@smithy/util-body-length-browser": "^2.0.0", "@smithy/util-body-length-node": "^2.1.0", - "@smithy/util-defaults-mode-browser": "^2.0.16", - "@smithy/util-defaults-mode-node": "^2.0.21", - "@smithy/util-endpoints": "^1.0.2", - "@smithy/util-retry": "^2.0.5", - "@smithy/util-utf8": "^2.0.0", + "@smithy/util-defaults-mode-browser": "^2.0.19", + "@smithy/util-defaults-mode-node": "^2.0.25", + "@smithy/util-endpoints": "^1.0.4", + "@smithy/util-retry": "^2.0.6", + "@smithy/util-utf8": "^2.0.2", "tslib": "^2.5.0" }, "devDependencies": { diff --git a/clients/client-cognito-identity-provider/src/commands/AddCustomAttributesCommand.ts b/clients/client-cognito-identity-provider/src/commands/AddCustomAttributesCommand.ts index 03b63ca102c6..e30d4435cc0e 100644 --- a/clients/client-cognito-identity-provider/src/commands/AddCustomAttributesCommand.ts +++ b/clients/client-cognito-identity-provider/src/commands/AddCustomAttributesCommand.ts @@ -132,9 +132,6 @@ export class AddCustomAttributesCommand extends $Command< AddCustomAttributesCommandOutput, CognitoIdentityProviderClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -148,9 +145,7 @@ export class AddCustomAttributesCommand extends $Command< * @public */ constructor(readonly input: AddCustomAttributesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -204,7 +199,4 @@ export class AddCustomAttributesCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_AddCustomAttributesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-cognito-identity-provider/src/commands/AdminAddUserToGroupCommand.ts b/clients/client-cognito-identity-provider/src/commands/AdminAddUserToGroupCommand.ts index 01fb2254f7fb..dc641c89aacb 100644 --- a/clients/client-cognito-identity-provider/src/commands/AdminAddUserToGroupCommand.ts +++ b/clients/client-cognito-identity-provider/src/commands/AdminAddUserToGroupCommand.ts @@ -116,9 +116,6 @@ export class AdminAddUserToGroupCommand extends $Command< AdminAddUserToGroupCommandOutput, CognitoIdentityProviderClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -132,9 +129,7 @@ export class AdminAddUserToGroupCommand extends $Command< * @public */ constructor(readonly input: AdminAddUserToGroupCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -188,7 +183,4 @@ export class AdminAddUserToGroupCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_AdminAddUserToGroupCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-cognito-identity-provider/src/commands/AdminConfirmSignUpCommand.ts b/clients/client-cognito-identity-provider/src/commands/AdminConfirmSignUpCommand.ts index ace2d5fb3963..583f6f4ab21d 100644 --- a/clients/client-cognito-identity-provider/src/commands/AdminConfirmSignUpCommand.ts +++ b/clients/client-cognito-identity-provider/src/commands/AdminConfirmSignUpCommand.ts @@ -142,9 +142,6 @@ export class AdminConfirmSignUpCommand extends $Command< AdminConfirmSignUpCommandOutput, CognitoIdentityProviderClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -158,9 +155,7 @@ export class AdminConfirmSignUpCommand extends $Command< * @public */ constructor(readonly input: AdminConfirmSignUpCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -214,7 +209,4 @@ export class AdminConfirmSignUpCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_AdminConfirmSignUpCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-cognito-identity-provider/src/commands/AdminCreateUserCommand.ts b/clients/client-cognito-identity-provider/src/commands/AdminCreateUserCommand.ts index 3c387a6b040f..253f3313e52c 100644 --- a/clients/client-cognito-identity-provider/src/commands/AdminCreateUserCommand.ts +++ b/clients/client-cognito-identity-provider/src/commands/AdminCreateUserCommand.ts @@ -285,9 +285,6 @@ export class AdminCreateUserCommand extends $Command< AdminCreateUserCommandOutput, CognitoIdentityProviderClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -301,9 +298,7 @@ export class AdminCreateUserCommand extends $Command< * @public */ constructor(readonly input: AdminCreateUserCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -357,7 +352,4 @@ export class AdminCreateUserCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_AdminCreateUserCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-cognito-identity-provider/src/commands/AdminDeleteUserAttributesCommand.ts b/clients/client-cognito-identity-provider/src/commands/AdminDeleteUserAttributesCommand.ts index e3981c1c2086..3d5e338af9a7 100644 --- a/clients/client-cognito-identity-provider/src/commands/AdminDeleteUserAttributesCommand.ts +++ b/clients/client-cognito-identity-provider/src/commands/AdminDeleteUserAttributesCommand.ts @@ -123,9 +123,6 @@ export class AdminDeleteUserAttributesCommand extends $Command< AdminDeleteUserAttributesCommandOutput, CognitoIdentityProviderClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -139,9 +136,7 @@ export class AdminDeleteUserAttributesCommand extends $Command< * @public */ constructor(readonly input: AdminDeleteUserAttributesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -198,7 +193,4 @@ export class AdminDeleteUserAttributesCommand extends $Command< ): Promise { return de_AdminDeleteUserAttributesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-cognito-identity-provider/src/commands/AdminDeleteUserCommand.ts b/clients/client-cognito-identity-provider/src/commands/AdminDeleteUserCommand.ts index d567841d813e..f66ffd7213c3 100644 --- a/clients/client-cognito-identity-provider/src/commands/AdminDeleteUserCommand.ts +++ b/clients/client-cognito-identity-provider/src/commands/AdminDeleteUserCommand.ts @@ -115,9 +115,6 @@ export class AdminDeleteUserCommand extends $Command< AdminDeleteUserCommandOutput, CognitoIdentityProviderClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -131,9 +128,7 @@ export class AdminDeleteUserCommand extends $Command< * @public */ constructor(readonly input: AdminDeleteUserCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -187,7 +182,4 @@ export class AdminDeleteUserCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_AdminDeleteUserCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-cognito-identity-provider/src/commands/AdminDisableProviderForUserCommand.ts b/clients/client-cognito-identity-provider/src/commands/AdminDisableProviderForUserCommand.ts index eb03b5e180ca..56bf202924d5 100644 --- a/clients/client-cognito-identity-provider/src/commands/AdminDisableProviderForUserCommand.ts +++ b/clients/client-cognito-identity-provider/src/commands/AdminDisableProviderForUserCommand.ts @@ -153,9 +153,6 @@ export class AdminDisableProviderForUserCommand extends $Command< AdminDisableProviderForUserCommandOutput, CognitoIdentityProviderClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -169,9 +166,7 @@ export class AdminDisableProviderForUserCommand extends $Command< * @public */ constructor(readonly input: AdminDisableProviderForUserCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -228,7 +223,4 @@ export class AdminDisableProviderForUserCommand extends $Command< ): Promise { return de_AdminDisableProviderForUserCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-cognito-identity-provider/src/commands/AdminDisableUserCommand.ts b/clients/client-cognito-identity-provider/src/commands/AdminDisableUserCommand.ts index 1de953404bb2..9e61393b44ae 100644 --- a/clients/client-cognito-identity-provider/src/commands/AdminDisableUserCommand.ts +++ b/clients/client-cognito-identity-provider/src/commands/AdminDisableUserCommand.ts @@ -121,9 +121,6 @@ export class AdminDisableUserCommand extends $Command< AdminDisableUserCommandOutput, CognitoIdentityProviderClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -137,9 +134,7 @@ export class AdminDisableUserCommand extends $Command< * @public */ constructor(readonly input: AdminDisableUserCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -193,7 +188,4 @@ export class AdminDisableUserCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_AdminDisableUserCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-cognito-identity-provider/src/commands/AdminEnableUserCommand.ts b/clients/client-cognito-identity-provider/src/commands/AdminEnableUserCommand.ts index 7f7caf9e7efb..6be82169c889 100644 --- a/clients/client-cognito-identity-provider/src/commands/AdminEnableUserCommand.ts +++ b/clients/client-cognito-identity-provider/src/commands/AdminEnableUserCommand.ts @@ -119,9 +119,6 @@ export class AdminEnableUserCommand extends $Command< AdminEnableUserCommandOutput, CognitoIdentityProviderClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -135,9 +132,7 @@ export class AdminEnableUserCommand extends $Command< * @public */ constructor(readonly input: AdminEnableUserCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -191,7 +186,4 @@ export class AdminEnableUserCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_AdminEnableUserCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-cognito-identity-provider/src/commands/AdminForgetDeviceCommand.ts b/clients/client-cognito-identity-provider/src/commands/AdminForgetDeviceCommand.ts index dad0af8832da..8a9ad7a79ed9 100644 --- a/clients/client-cognito-identity-provider/src/commands/AdminForgetDeviceCommand.ts +++ b/clients/client-cognito-identity-provider/src/commands/AdminForgetDeviceCommand.ts @@ -119,9 +119,6 @@ export class AdminForgetDeviceCommand extends $Command< AdminForgetDeviceCommandOutput, CognitoIdentityProviderClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -135,9 +132,7 @@ export class AdminForgetDeviceCommand extends $Command< * @public */ constructor(readonly input: AdminForgetDeviceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -191,7 +186,4 @@ export class AdminForgetDeviceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_AdminForgetDeviceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-cognito-identity-provider/src/commands/AdminGetDeviceCommand.ts b/clients/client-cognito-identity-provider/src/commands/AdminGetDeviceCommand.ts index 929872f87b00..4b7eee707daf 100644 --- a/clients/client-cognito-identity-provider/src/commands/AdminGetDeviceCommand.ts +++ b/clients/client-cognito-identity-provider/src/commands/AdminGetDeviceCommand.ts @@ -134,9 +134,6 @@ export class AdminGetDeviceCommand extends $Command< AdminGetDeviceCommandOutput, CognitoIdentityProviderClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -150,9 +147,7 @@ export class AdminGetDeviceCommand extends $Command< * @public */ constructor(readonly input: AdminGetDeviceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -206,7 +201,4 @@ export class AdminGetDeviceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_AdminGetDeviceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-cognito-identity-provider/src/commands/AdminGetUserCommand.ts b/clients/client-cognito-identity-provider/src/commands/AdminGetUserCommand.ts index 37e83e635fcf..609d9b7b7204 100644 --- a/clients/client-cognito-identity-provider/src/commands/AdminGetUserCommand.ts +++ b/clients/client-cognito-identity-provider/src/commands/AdminGetUserCommand.ts @@ -143,9 +143,6 @@ export class AdminGetUserCommand extends $Command< AdminGetUserCommandOutput, CognitoIdentityProviderClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -159,9 +156,7 @@ export class AdminGetUserCommand extends $Command< * @public */ constructor(readonly input: AdminGetUserCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -213,7 +208,4 @@ export class AdminGetUserCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_AdminGetUserCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-cognito-identity-provider/src/commands/AdminInitiateAuthCommand.ts b/clients/client-cognito-identity-provider/src/commands/AdminInitiateAuthCommand.ts index 076172573a98..389a5c743168 100644 --- a/clients/client-cognito-identity-provider/src/commands/AdminInitiateAuthCommand.ts +++ b/clients/client-cognito-identity-provider/src/commands/AdminInitiateAuthCommand.ts @@ -210,9 +210,6 @@ export class AdminInitiateAuthCommand extends $Command< AdminInitiateAuthCommandOutput, CognitoIdentityProviderClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -226,9 +223,7 @@ export class AdminInitiateAuthCommand extends $Command< * @public */ constructor(readonly input: AdminInitiateAuthCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -282,7 +277,4 @@ export class AdminInitiateAuthCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_AdminInitiateAuthCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-cognito-identity-provider/src/commands/AdminLinkProviderForUserCommand.ts b/clients/client-cognito-identity-provider/src/commands/AdminLinkProviderForUserCommand.ts index 9eb08eac2306..2e6a3211f4c1 100644 --- a/clients/client-cognito-identity-provider/src/commands/AdminLinkProviderForUserCommand.ts +++ b/clients/client-cognito-identity-provider/src/commands/AdminLinkProviderForUserCommand.ts @@ -151,9 +151,6 @@ export class AdminLinkProviderForUserCommand extends $Command< AdminLinkProviderForUserCommandOutput, CognitoIdentityProviderClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -167,9 +164,7 @@ export class AdminLinkProviderForUserCommand extends $Command< * @public */ constructor(readonly input: AdminLinkProviderForUserCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -223,7 +218,4 @@ export class AdminLinkProviderForUserCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_AdminLinkProviderForUserCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-cognito-identity-provider/src/commands/AdminListDevicesCommand.ts b/clients/client-cognito-identity-provider/src/commands/AdminListDevicesCommand.ts index 661441015cfc..52a6ae248443 100644 --- a/clients/client-cognito-identity-provider/src/commands/AdminListDevicesCommand.ts +++ b/clients/client-cognito-identity-provider/src/commands/AdminListDevicesCommand.ts @@ -138,9 +138,6 @@ export class AdminListDevicesCommand extends $Command< AdminListDevicesCommandOutput, CognitoIdentityProviderClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -154,9 +151,7 @@ export class AdminListDevicesCommand extends $Command< * @public */ constructor(readonly input: AdminListDevicesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -210,7 +205,4 @@ export class AdminListDevicesCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_AdminListDevicesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-cognito-identity-provider/src/commands/AdminListGroupsForUserCommand.ts b/clients/client-cognito-identity-provider/src/commands/AdminListGroupsForUserCommand.ts index ddf769518631..4a3a0d64b007 100644 --- a/clients/client-cognito-identity-provider/src/commands/AdminListGroupsForUserCommand.ts +++ b/clients/client-cognito-identity-provider/src/commands/AdminListGroupsForUserCommand.ts @@ -134,9 +134,6 @@ export class AdminListGroupsForUserCommand extends $Command< AdminListGroupsForUserCommandOutput, CognitoIdentityProviderClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -150,9 +147,7 @@ export class AdminListGroupsForUserCommand extends $Command< * @public */ constructor(readonly input: AdminListGroupsForUserCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -206,7 +201,4 @@ export class AdminListGroupsForUserCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_AdminListGroupsForUserCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-cognito-identity-provider/src/commands/AdminListUserAuthEventsCommand.ts b/clients/client-cognito-identity-provider/src/commands/AdminListUserAuthEventsCommand.ts index c1144318f939..c9d7a2d7061d 100644 --- a/clients/client-cognito-identity-provider/src/commands/AdminListUserAuthEventsCommand.ts +++ b/clients/client-cognito-identity-provider/src/commands/AdminListUserAuthEventsCommand.ts @@ -158,9 +158,6 @@ export class AdminListUserAuthEventsCommand extends $Command< AdminListUserAuthEventsCommandOutput, CognitoIdentityProviderClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -174,9 +171,7 @@ export class AdminListUserAuthEventsCommand extends $Command< * @public */ constructor(readonly input: AdminListUserAuthEventsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -230,7 +225,4 @@ export class AdminListUserAuthEventsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_AdminListUserAuthEventsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-cognito-identity-provider/src/commands/AdminRemoveUserFromGroupCommand.ts b/clients/client-cognito-identity-provider/src/commands/AdminRemoveUserFromGroupCommand.ts index 7eb72d6be15d..53ae47e83870 100644 --- a/clients/client-cognito-identity-provider/src/commands/AdminRemoveUserFromGroupCommand.ts +++ b/clients/client-cognito-identity-provider/src/commands/AdminRemoveUserFromGroupCommand.ts @@ -116,9 +116,6 @@ export class AdminRemoveUserFromGroupCommand extends $Command< AdminRemoveUserFromGroupCommandOutput, CognitoIdentityProviderClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -132,9 +129,7 @@ export class AdminRemoveUserFromGroupCommand extends $Command< * @public */ constructor(readonly input: AdminRemoveUserFromGroupCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -188,7 +183,4 @@ export class AdminRemoveUserFromGroupCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_AdminRemoveUserFromGroupCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-cognito-identity-provider/src/commands/AdminResetUserPasswordCommand.ts b/clients/client-cognito-identity-provider/src/commands/AdminResetUserPasswordCommand.ts index 341a5c94acbc..8e958f40c659 100644 --- a/clients/client-cognito-identity-provider/src/commands/AdminResetUserPasswordCommand.ts +++ b/clients/client-cognito-identity-provider/src/commands/AdminResetUserPasswordCommand.ts @@ -177,9 +177,6 @@ export class AdminResetUserPasswordCommand extends $Command< AdminResetUserPasswordCommandOutput, CognitoIdentityProviderClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -193,9 +190,7 @@ export class AdminResetUserPasswordCommand extends $Command< * @public */ constructor(readonly input: AdminResetUserPasswordCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -249,7 +244,4 @@ export class AdminResetUserPasswordCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_AdminResetUserPasswordCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-cognito-identity-provider/src/commands/AdminRespondToAuthChallengeCommand.ts b/clients/client-cognito-identity-provider/src/commands/AdminRespondToAuthChallengeCommand.ts index 7c71fe82f34d..d2e2974e1bad 100644 --- a/clients/client-cognito-identity-provider/src/commands/AdminRespondToAuthChallengeCommand.ts +++ b/clients/client-cognito-identity-provider/src/commands/AdminRespondToAuthChallengeCommand.ts @@ -234,9 +234,6 @@ export class AdminRespondToAuthChallengeCommand extends $Command< AdminRespondToAuthChallengeCommandOutput, CognitoIdentityProviderClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -250,9 +247,7 @@ export class AdminRespondToAuthChallengeCommand extends $Command< * @public */ constructor(readonly input: AdminRespondToAuthChallengeCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -309,7 +304,4 @@ export class AdminRespondToAuthChallengeCommand extends $Command< ): Promise { return de_AdminRespondToAuthChallengeCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-cognito-identity-provider/src/commands/AdminSetUserMFAPreferenceCommand.ts b/clients/client-cognito-identity-provider/src/commands/AdminSetUserMFAPreferenceCommand.ts index c79099245e27..4c8d40ec5046 100644 --- a/clients/client-cognito-identity-provider/src/commands/AdminSetUserMFAPreferenceCommand.ts +++ b/clients/client-cognito-identity-provider/src/commands/AdminSetUserMFAPreferenceCommand.ts @@ -133,9 +133,6 @@ export class AdminSetUserMFAPreferenceCommand extends $Command< AdminSetUserMFAPreferenceCommandOutput, CognitoIdentityProviderClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -149,9 +146,7 @@ export class AdminSetUserMFAPreferenceCommand extends $Command< * @public */ constructor(readonly input: AdminSetUserMFAPreferenceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -208,7 +203,4 @@ export class AdminSetUserMFAPreferenceCommand extends $Command< ): Promise { return de_AdminSetUserMFAPreferenceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-cognito-identity-provider/src/commands/AdminSetUserPasswordCommand.ts b/clients/client-cognito-identity-provider/src/commands/AdminSetUserPasswordCommand.ts index 5a46917730bc..3f59ae4405d7 100644 --- a/clients/client-cognito-identity-provider/src/commands/AdminSetUserPasswordCommand.ts +++ b/clients/client-cognito-identity-provider/src/commands/AdminSetUserPasswordCommand.ts @@ -144,9 +144,6 @@ export class AdminSetUserPasswordCommand extends $Command< AdminSetUserPasswordCommandOutput, CognitoIdentityProviderClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -160,9 +157,7 @@ export class AdminSetUserPasswordCommand extends $Command< * @public */ constructor(readonly input: AdminSetUserPasswordCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -216,7 +211,4 @@ export class AdminSetUserPasswordCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_AdminSetUserPasswordCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-cognito-identity-provider/src/commands/AdminSetUserSettingsCommand.ts b/clients/client-cognito-identity-provider/src/commands/AdminSetUserSettingsCommand.ts index a34b301c086a..d9769c3e79a3 100644 --- a/clients/client-cognito-identity-provider/src/commands/AdminSetUserSettingsCommand.ts +++ b/clients/client-cognito-identity-provider/src/commands/AdminSetUserSettingsCommand.ts @@ -124,9 +124,6 @@ export class AdminSetUserSettingsCommand extends $Command< AdminSetUserSettingsCommandOutput, CognitoIdentityProviderClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -140,9 +137,7 @@ export class AdminSetUserSettingsCommand extends $Command< * @public */ constructor(readonly input: AdminSetUserSettingsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -196,7 +191,4 @@ export class AdminSetUserSettingsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_AdminSetUserSettingsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-cognito-identity-provider/src/commands/AdminUpdateAuthEventFeedbackCommand.ts b/clients/client-cognito-identity-provider/src/commands/AdminUpdateAuthEventFeedbackCommand.ts index 0ae322f03ef1..ea1a13992579 100644 --- a/clients/client-cognito-identity-provider/src/commands/AdminUpdateAuthEventFeedbackCommand.ts +++ b/clients/client-cognito-identity-provider/src/commands/AdminUpdateAuthEventFeedbackCommand.ts @@ -131,9 +131,6 @@ export class AdminUpdateAuthEventFeedbackCommand extends $Command< AdminUpdateAuthEventFeedbackCommandOutput, CognitoIdentityProviderClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -147,9 +144,7 @@ export class AdminUpdateAuthEventFeedbackCommand extends $Command< * @public */ constructor(readonly input: AdminUpdateAuthEventFeedbackCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -206,7 +201,4 @@ export class AdminUpdateAuthEventFeedbackCommand extends $Command< ): Promise { return de_AdminUpdateAuthEventFeedbackCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-cognito-identity-provider/src/commands/AdminUpdateDeviceStatusCommand.ts b/clients/client-cognito-identity-provider/src/commands/AdminUpdateDeviceStatusCommand.ts index 4a6643d7829b..4290090aedba 100644 --- a/clients/client-cognito-identity-provider/src/commands/AdminUpdateDeviceStatusCommand.ts +++ b/clients/client-cognito-identity-provider/src/commands/AdminUpdateDeviceStatusCommand.ts @@ -124,9 +124,6 @@ export class AdminUpdateDeviceStatusCommand extends $Command< AdminUpdateDeviceStatusCommandOutput, CognitoIdentityProviderClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -140,9 +137,7 @@ export class AdminUpdateDeviceStatusCommand extends $Command< * @public */ constructor(readonly input: AdminUpdateDeviceStatusCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -196,7 +191,4 @@ export class AdminUpdateDeviceStatusCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_AdminUpdateDeviceStatusCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-cognito-identity-provider/src/commands/AdminUpdateUserAttributesCommand.ts b/clients/client-cognito-identity-provider/src/commands/AdminUpdateUserAttributesCommand.ts index 04d14788eb34..10a84a7895db 100644 --- a/clients/client-cognito-identity-provider/src/commands/AdminUpdateUserAttributesCommand.ts +++ b/clients/client-cognito-identity-provider/src/commands/AdminUpdateUserAttributesCommand.ts @@ -183,9 +183,6 @@ export class AdminUpdateUserAttributesCommand extends $Command< AdminUpdateUserAttributesCommandOutput, CognitoIdentityProviderClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -199,9 +196,7 @@ export class AdminUpdateUserAttributesCommand extends $Command< * @public */ constructor(readonly input: AdminUpdateUserAttributesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -258,7 +253,4 @@ export class AdminUpdateUserAttributesCommand extends $Command< ): Promise { return de_AdminUpdateUserAttributesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-cognito-identity-provider/src/commands/AdminUserGlobalSignOutCommand.ts b/clients/client-cognito-identity-provider/src/commands/AdminUserGlobalSignOutCommand.ts index a7479c90ed9d..c7390fff47f5 100644 --- a/clients/client-cognito-identity-provider/src/commands/AdminUserGlobalSignOutCommand.ts +++ b/clients/client-cognito-identity-provider/src/commands/AdminUserGlobalSignOutCommand.ts @@ -126,9 +126,6 @@ export class AdminUserGlobalSignOutCommand extends $Command< AdminUserGlobalSignOutCommandOutput, CognitoIdentityProviderClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -142,9 +139,7 @@ export class AdminUserGlobalSignOutCommand extends $Command< * @public */ constructor(readonly input: AdminUserGlobalSignOutCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -198,7 +193,4 @@ export class AdminUserGlobalSignOutCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_AdminUserGlobalSignOutCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-cognito-identity-provider/src/commands/AssociateSoftwareTokenCommand.ts b/clients/client-cognito-identity-provider/src/commands/AssociateSoftwareTokenCommand.ts index 9ca6a194cf35..44669bcd0523 100644 --- a/clients/client-cognito-identity-provider/src/commands/AssociateSoftwareTokenCommand.ts +++ b/clients/client-cognito-identity-provider/src/commands/AssociateSoftwareTokenCommand.ts @@ -129,9 +129,6 @@ export class AssociateSoftwareTokenCommand extends $Command< AssociateSoftwareTokenCommandOutput, CognitoIdentityProviderClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -145,9 +142,7 @@ export class AssociateSoftwareTokenCommand extends $Command< * @public */ constructor(readonly input: AssociateSoftwareTokenCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -200,7 +195,4 @@ export class AssociateSoftwareTokenCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_AssociateSoftwareTokenCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-cognito-identity-provider/src/commands/ChangePasswordCommand.ts b/clients/client-cognito-identity-provider/src/commands/ChangePasswordCommand.ts index b8b160d05a45..8134226102d5 100644 --- a/clients/client-cognito-identity-provider/src/commands/ChangePasswordCommand.ts +++ b/clients/client-cognito-identity-provider/src/commands/ChangePasswordCommand.ts @@ -122,9 +122,6 @@ export class ChangePasswordCommand extends $Command< ChangePasswordCommandOutput, CognitoIdentityProviderClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -138,9 +135,7 @@ export class ChangePasswordCommand extends $Command< * @public */ constructor(readonly input: ChangePasswordCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -193,7 +188,4 @@ export class ChangePasswordCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ChangePasswordCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-cognito-identity-provider/src/commands/ConfirmDeviceCommand.ts b/clients/client-cognito-identity-provider/src/commands/ConfirmDeviceCommand.ts index 8aff19b1357e..5cfda4886eaa 100644 --- a/clients/client-cognito-identity-provider/src/commands/ConfirmDeviceCommand.ts +++ b/clients/client-cognito-identity-provider/src/commands/ConfirmDeviceCommand.ts @@ -135,9 +135,6 @@ export class ConfirmDeviceCommand extends $Command< ConfirmDeviceCommandOutput, CognitoIdentityProviderClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -151,9 +148,7 @@ export class ConfirmDeviceCommand extends $Command< * @public */ constructor(readonly input: ConfirmDeviceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -204,7 +199,4 @@ export class ConfirmDeviceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ConfirmDeviceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-cognito-identity-provider/src/commands/ConfirmForgotPasswordCommand.ts b/clients/client-cognito-identity-provider/src/commands/ConfirmForgotPasswordCommand.ts index f887068fdc57..0f9d001a3d16 100644 --- a/clients/client-cognito-identity-provider/src/commands/ConfirmForgotPasswordCommand.ts +++ b/clients/client-cognito-identity-provider/src/commands/ConfirmForgotPasswordCommand.ts @@ -153,9 +153,6 @@ export class ConfirmForgotPasswordCommand extends $Command< ConfirmForgotPasswordCommandOutput, CognitoIdentityProviderClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -169,9 +166,7 @@ export class ConfirmForgotPasswordCommand extends $Command< * @public */ constructor(readonly input: ConfirmForgotPasswordCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -224,7 +219,4 @@ export class ConfirmForgotPasswordCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ConfirmForgotPasswordCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-cognito-identity-provider/src/commands/ConfirmSignUpCommand.ts b/clients/client-cognito-identity-provider/src/commands/ConfirmSignUpCommand.ts index c62469291c48..5e7c846a45b7 100644 --- a/clients/client-cognito-identity-provider/src/commands/ConfirmSignUpCommand.ts +++ b/clients/client-cognito-identity-provider/src/commands/ConfirmSignUpCommand.ts @@ -154,9 +154,6 @@ export class ConfirmSignUpCommand extends $Command< ConfirmSignUpCommandOutput, CognitoIdentityProviderClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -170,9 +167,7 @@ export class ConfirmSignUpCommand extends $Command< * @public */ constructor(readonly input: ConfirmSignUpCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -223,7 +218,4 @@ export class ConfirmSignUpCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ConfirmSignUpCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-cognito-identity-provider/src/commands/CreateGroupCommand.ts b/clients/client-cognito-identity-provider/src/commands/CreateGroupCommand.ts index a70bd0133480..5aa483df87c2 100644 --- a/clients/client-cognito-identity-provider/src/commands/CreateGroupCommand.ts +++ b/clients/client-cognito-identity-provider/src/commands/CreateGroupCommand.ts @@ -133,9 +133,6 @@ export class CreateGroupCommand extends $Command< CreateGroupCommandOutput, CognitoIdentityProviderClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -149,9 +146,7 @@ export class CreateGroupCommand extends $Command< * @public */ constructor(readonly input: CreateGroupCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -203,7 +198,4 @@ export class CreateGroupCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateGroupCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-cognito-identity-provider/src/commands/CreateIdentityProviderCommand.ts b/clients/client-cognito-identity-provider/src/commands/CreateIdentityProviderCommand.ts index 50633c29d3f8..5cfbc21efb38 100644 --- a/clients/client-cognito-identity-provider/src/commands/CreateIdentityProviderCommand.ts +++ b/clients/client-cognito-identity-provider/src/commands/CreateIdentityProviderCommand.ts @@ -147,9 +147,6 @@ export class CreateIdentityProviderCommand extends $Command< CreateIdentityProviderCommandOutput, CognitoIdentityProviderClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -163,9 +160,7 @@ export class CreateIdentityProviderCommand extends $Command< * @public */ constructor(readonly input: CreateIdentityProviderCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -219,7 +214,4 @@ export class CreateIdentityProviderCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateIdentityProviderCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-cognito-identity-provider/src/commands/CreateResourceServerCommand.ts b/clients/client-cognito-identity-provider/src/commands/CreateResourceServerCommand.ts index d62c3efc3250..3fa8039a289a 100644 --- a/clients/client-cognito-identity-provider/src/commands/CreateResourceServerCommand.ts +++ b/clients/client-cognito-identity-provider/src/commands/CreateResourceServerCommand.ts @@ -135,9 +135,6 @@ export class CreateResourceServerCommand extends $Command< CreateResourceServerCommandOutput, CognitoIdentityProviderClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -151,9 +148,7 @@ export class CreateResourceServerCommand extends $Command< * @public */ constructor(readonly input: CreateResourceServerCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -207,7 +202,4 @@ export class CreateResourceServerCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateResourceServerCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-cognito-identity-provider/src/commands/CreateUserImportJobCommand.ts b/clients/client-cognito-identity-provider/src/commands/CreateUserImportJobCommand.ts index 4950416edd0f..4bf39111a2ec 100644 --- a/clients/client-cognito-identity-provider/src/commands/CreateUserImportJobCommand.ts +++ b/clients/client-cognito-identity-provider/src/commands/CreateUserImportJobCommand.ts @@ -136,9 +136,6 @@ export class CreateUserImportJobCommand extends $Command< CreateUserImportJobCommandOutput, CognitoIdentityProviderClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -152,9 +149,7 @@ export class CreateUserImportJobCommand extends $Command< * @public */ constructor(readonly input: CreateUserImportJobCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -208,7 +203,4 @@ export class CreateUserImportJobCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateUserImportJobCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-cognito-identity-provider/src/commands/CreateUserPoolClientCommand.ts b/clients/client-cognito-identity-provider/src/commands/CreateUserPoolClientCommand.ts index d3fe4ac713ae..effbfc4823ba 100644 --- a/clients/client-cognito-identity-provider/src/commands/CreateUserPoolClientCommand.ts +++ b/clients/client-cognito-identity-provider/src/commands/CreateUserPoolClientCommand.ts @@ -359,9 +359,6 @@ export class CreateUserPoolClientCommand extends $Command< CreateUserPoolClientCommandOutput, CognitoIdentityProviderClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -375,9 +372,7 @@ export class CreateUserPoolClientCommand extends $Command< * @public */ constructor(readonly input: CreateUserPoolClientCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -431,7 +426,4 @@ export class CreateUserPoolClientCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateUserPoolClientCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-cognito-identity-provider/src/commands/CreateUserPoolCommand.ts b/clients/client-cognito-identity-provider/src/commands/CreateUserPoolCommand.ts index 0f0635b06d04..44b94e8fd1a1 100644 --- a/clients/client-cognito-identity-provider/src/commands/CreateUserPoolCommand.ts +++ b/clients/client-cognito-identity-provider/src/commands/CreateUserPoolCommand.ts @@ -855,9 +855,6 @@ export class CreateUserPoolCommand extends $Command< CreateUserPoolCommandOutput, CognitoIdentityProviderClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -871,9 +868,7 @@ export class CreateUserPoolCommand extends $Command< * @public */ constructor(readonly input: CreateUserPoolCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -927,7 +922,4 @@ export class CreateUserPoolCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateUserPoolCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-cognito-identity-provider/src/commands/CreateUserPoolDomainCommand.ts b/clients/client-cognito-identity-provider/src/commands/CreateUserPoolDomainCommand.ts index 88e09945a599..07f90a307d7d 100644 --- a/clients/client-cognito-identity-provider/src/commands/CreateUserPoolDomainCommand.ts +++ b/clients/client-cognito-identity-provider/src/commands/CreateUserPoolDomainCommand.ts @@ -117,9 +117,6 @@ export class CreateUserPoolDomainCommand extends $Command< CreateUserPoolDomainCommandOutput, CognitoIdentityProviderClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -133,9 +130,7 @@ export class CreateUserPoolDomainCommand extends $Command< * @public */ constructor(readonly input: CreateUserPoolDomainCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -189,7 +184,4 @@ export class CreateUserPoolDomainCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateUserPoolDomainCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-cognito-identity-provider/src/commands/DeleteGroupCommand.ts b/clients/client-cognito-identity-provider/src/commands/DeleteGroupCommand.ts index 1a1d5c0db012..00b3d90a3d4b 100644 --- a/clients/client-cognito-identity-provider/src/commands/DeleteGroupCommand.ts +++ b/clients/client-cognito-identity-provider/src/commands/DeleteGroupCommand.ts @@ -93,9 +93,6 @@ export class DeleteGroupCommand extends $Command< DeleteGroupCommandOutput, CognitoIdentityProviderClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -109,9 +106,7 @@ export class DeleteGroupCommand extends $Command< * @public */ constructor(readonly input: DeleteGroupCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -163,7 +158,4 @@ export class DeleteGroupCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteGroupCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-cognito-identity-provider/src/commands/DeleteIdentityProviderCommand.ts b/clients/client-cognito-identity-provider/src/commands/DeleteIdentityProviderCommand.ts index 59a3c83debd7..b2df7c0ad21c 100644 --- a/clients/client-cognito-identity-provider/src/commands/DeleteIdentityProviderCommand.ts +++ b/clients/client-cognito-identity-provider/src/commands/DeleteIdentityProviderCommand.ts @@ -99,9 +99,6 @@ export class DeleteIdentityProviderCommand extends $Command< DeleteIdentityProviderCommandOutput, CognitoIdentityProviderClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -115,9 +112,7 @@ export class DeleteIdentityProviderCommand extends $Command< * @public */ constructor(readonly input: DeleteIdentityProviderCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -171,7 +166,4 @@ export class DeleteIdentityProviderCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteIdentityProviderCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-cognito-identity-provider/src/commands/DeleteResourceServerCommand.ts b/clients/client-cognito-identity-provider/src/commands/DeleteResourceServerCommand.ts index 92783d0ae846..889440b64837 100644 --- a/clients/client-cognito-identity-provider/src/commands/DeleteResourceServerCommand.ts +++ b/clients/client-cognito-identity-provider/src/commands/DeleteResourceServerCommand.ts @@ -92,9 +92,6 @@ export class DeleteResourceServerCommand extends $Command< DeleteResourceServerCommandOutput, CognitoIdentityProviderClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -108,9 +105,7 @@ export class DeleteResourceServerCommand extends $Command< * @public */ constructor(readonly input: DeleteResourceServerCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -164,7 +159,4 @@ export class DeleteResourceServerCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteResourceServerCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-cognito-identity-provider/src/commands/DeleteUserAttributesCommand.ts b/clients/client-cognito-identity-provider/src/commands/DeleteUserAttributesCommand.ts index 53b76d72f1f4..87d1f8158da9 100644 --- a/clients/client-cognito-identity-provider/src/commands/DeleteUserAttributesCommand.ts +++ b/clients/client-cognito-identity-provider/src/commands/DeleteUserAttributesCommand.ts @@ -116,9 +116,6 @@ export class DeleteUserAttributesCommand extends $Command< DeleteUserAttributesCommandOutput, CognitoIdentityProviderClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -132,9 +129,7 @@ export class DeleteUserAttributesCommand extends $Command< * @public */ constructor(readonly input: DeleteUserAttributesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -187,7 +182,4 @@ export class DeleteUserAttributesCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteUserAttributesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-cognito-identity-provider/src/commands/DeleteUserCommand.ts b/clients/client-cognito-identity-provider/src/commands/DeleteUserCommand.ts index 97be0c9a3b0e..ec845352502d 100644 --- a/clients/client-cognito-identity-provider/src/commands/DeleteUserCommand.ts +++ b/clients/client-cognito-identity-provider/src/commands/DeleteUserCommand.ts @@ -109,9 +109,6 @@ export class DeleteUserCommand extends $Command< DeleteUserCommandOutput, CognitoIdentityProviderClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -125,9 +122,7 @@ export class DeleteUserCommand extends $Command< * @public */ constructor(readonly input: DeleteUserCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -178,7 +173,4 @@ export class DeleteUserCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteUserCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-cognito-identity-provider/src/commands/DeleteUserPoolClientCommand.ts b/clients/client-cognito-identity-provider/src/commands/DeleteUserPoolClientCommand.ts index 9fa1829eab13..ea1f2719f816 100644 --- a/clients/client-cognito-identity-provider/src/commands/DeleteUserPoolClientCommand.ts +++ b/clients/client-cognito-identity-provider/src/commands/DeleteUserPoolClientCommand.ts @@ -96,9 +96,6 @@ export class DeleteUserPoolClientCommand extends $Command< DeleteUserPoolClientCommandOutput, CognitoIdentityProviderClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -112,9 +109,7 @@ export class DeleteUserPoolClientCommand extends $Command< * @public */ constructor(readonly input: DeleteUserPoolClientCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -168,7 +163,4 @@ export class DeleteUserPoolClientCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteUserPoolClientCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-cognito-identity-provider/src/commands/DeleteUserPoolCommand.ts b/clients/client-cognito-identity-provider/src/commands/DeleteUserPoolCommand.ts index 9312b8f6a5c8..c72bee54b014 100644 --- a/clients/client-cognito-identity-provider/src/commands/DeleteUserPoolCommand.ts +++ b/clients/client-cognito-identity-provider/src/commands/DeleteUserPoolCommand.ts @@ -95,9 +95,6 @@ export class DeleteUserPoolCommand extends $Command< DeleteUserPoolCommandOutput, CognitoIdentityProviderClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -111,9 +108,7 @@ export class DeleteUserPoolCommand extends $Command< * @public */ constructor(readonly input: DeleteUserPoolCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -167,7 +162,4 @@ export class DeleteUserPoolCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteUserPoolCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-cognito-identity-provider/src/commands/DeleteUserPoolDomainCommand.ts b/clients/client-cognito-identity-provider/src/commands/DeleteUserPoolDomainCommand.ts index 1a8b95e6815a..cef7f344d1f0 100644 --- a/clients/client-cognito-identity-provider/src/commands/DeleteUserPoolDomainCommand.ts +++ b/clients/client-cognito-identity-provider/src/commands/DeleteUserPoolDomainCommand.ts @@ -88,9 +88,6 @@ export class DeleteUserPoolDomainCommand extends $Command< DeleteUserPoolDomainCommandOutput, CognitoIdentityProviderClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -104,9 +101,7 @@ export class DeleteUserPoolDomainCommand extends $Command< * @public */ constructor(readonly input: DeleteUserPoolDomainCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -160,7 +155,4 @@ export class DeleteUserPoolDomainCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteUserPoolDomainCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-cognito-identity-provider/src/commands/DescribeIdentityProviderCommand.ts b/clients/client-cognito-identity-provider/src/commands/DescribeIdentityProviderCommand.ts index acb4a2caa8e9..02e46e972c4f 100644 --- a/clients/client-cognito-identity-provider/src/commands/DescribeIdentityProviderCommand.ts +++ b/clients/client-cognito-identity-provider/src/commands/DescribeIdentityProviderCommand.ts @@ -109,9 +109,6 @@ export class DescribeIdentityProviderCommand extends $Command< DescribeIdentityProviderCommandOutput, CognitoIdentityProviderClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -125,9 +122,7 @@ export class DescribeIdentityProviderCommand extends $Command< * @public */ constructor(readonly input: DescribeIdentityProviderCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -181,7 +176,4 @@ export class DescribeIdentityProviderCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DescribeIdentityProviderCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-cognito-identity-provider/src/commands/DescribeResourceServerCommand.ts b/clients/client-cognito-identity-provider/src/commands/DescribeResourceServerCommand.ts index e6e9ba23248c..312ee5889fbe 100644 --- a/clients/client-cognito-identity-provider/src/commands/DescribeResourceServerCommand.ts +++ b/clients/client-cognito-identity-provider/src/commands/DescribeResourceServerCommand.ts @@ -104,9 +104,6 @@ export class DescribeResourceServerCommand extends $Command< DescribeResourceServerCommandOutput, CognitoIdentityProviderClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -120,9 +117,7 @@ export class DescribeResourceServerCommand extends $Command< * @public */ constructor(readonly input: DescribeResourceServerCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -176,7 +171,4 @@ export class DescribeResourceServerCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DescribeResourceServerCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-cognito-identity-provider/src/commands/DescribeRiskConfigurationCommand.ts b/clients/client-cognito-identity-provider/src/commands/DescribeRiskConfigurationCommand.ts index 21fe1cab8abb..42dd2367b7ca 100644 --- a/clients/client-cognito-identity-provider/src/commands/DescribeRiskConfigurationCommand.ts +++ b/clients/client-cognito-identity-provider/src/commands/DescribeRiskConfigurationCommand.ts @@ -158,9 +158,6 @@ export class DescribeRiskConfigurationCommand extends $Command< DescribeRiskConfigurationCommandOutput, CognitoIdentityProviderClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -174,9 +171,7 @@ export class DescribeRiskConfigurationCommand extends $Command< * @public */ constructor(readonly input: DescribeRiskConfigurationCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -233,7 +228,4 @@ export class DescribeRiskConfigurationCommand extends $Command< ): Promise { return de_DescribeRiskConfigurationCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-cognito-identity-provider/src/commands/DescribeUserImportJobCommand.ts b/clients/client-cognito-identity-provider/src/commands/DescribeUserImportJobCommand.ts index 24b97a865a24..8a0b63a1cfcb 100644 --- a/clients/client-cognito-identity-provider/src/commands/DescribeUserImportJobCommand.ts +++ b/clients/client-cognito-identity-provider/src/commands/DescribeUserImportJobCommand.ts @@ -108,9 +108,6 @@ export class DescribeUserImportJobCommand extends $Command< DescribeUserImportJobCommandOutput, CognitoIdentityProviderClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -124,9 +121,7 @@ export class DescribeUserImportJobCommand extends $Command< * @public */ constructor(readonly input: DescribeUserImportJobCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -180,7 +175,4 @@ export class DescribeUserImportJobCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DescribeUserImportJobCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-cognito-identity-provider/src/commands/DescribeUserPoolClientCommand.ts b/clients/client-cognito-identity-provider/src/commands/DescribeUserPoolClientCommand.ts index 8490951d078b..84e6764fa868 100644 --- a/clients/client-cognito-identity-provider/src/commands/DescribeUserPoolClientCommand.ts +++ b/clients/client-cognito-identity-provider/src/commands/DescribeUserPoolClientCommand.ts @@ -172,9 +172,6 @@ export class DescribeUserPoolClientCommand extends $Command< DescribeUserPoolClientCommandOutput, CognitoIdentityProviderClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -188,9 +185,7 @@ export class DescribeUserPoolClientCommand extends $Command< * @public */ constructor(readonly input: DescribeUserPoolClientCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -244,7 +239,4 @@ export class DescribeUserPoolClientCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DescribeUserPoolClientCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-cognito-identity-provider/src/commands/DescribeUserPoolCommand.ts b/clients/client-cognito-identity-provider/src/commands/DescribeUserPoolCommand.ts index a85c1fbc1fc6..fb78313ae96a 100644 --- a/clients/client-cognito-identity-provider/src/commands/DescribeUserPoolCommand.ts +++ b/clients/client-cognito-identity-provider/src/commands/DescribeUserPoolCommand.ts @@ -246,9 +246,6 @@ export class DescribeUserPoolCommand extends $Command< DescribeUserPoolCommandOutput, CognitoIdentityProviderClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -262,9 +259,7 @@ export class DescribeUserPoolCommand extends $Command< * @public */ constructor(readonly input: DescribeUserPoolCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -318,7 +313,4 @@ export class DescribeUserPoolCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DescribeUserPoolCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-cognito-identity-provider/src/commands/DescribeUserPoolDomainCommand.ts b/clients/client-cognito-identity-provider/src/commands/DescribeUserPoolDomainCommand.ts index 035cd4ad845d..67e202f75cee 100644 --- a/clients/client-cognito-identity-provider/src/commands/DescribeUserPoolDomainCommand.ts +++ b/clients/client-cognito-identity-provider/src/commands/DescribeUserPoolDomainCommand.ts @@ -100,9 +100,6 @@ export class DescribeUserPoolDomainCommand extends $Command< DescribeUserPoolDomainCommandOutput, CognitoIdentityProviderClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -116,9 +113,7 @@ export class DescribeUserPoolDomainCommand extends $Command< * @public */ constructor(readonly input: DescribeUserPoolDomainCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -172,7 +167,4 @@ export class DescribeUserPoolDomainCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DescribeUserPoolDomainCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-cognito-identity-provider/src/commands/ForgetDeviceCommand.ts b/clients/client-cognito-identity-provider/src/commands/ForgetDeviceCommand.ts index d5facb942a40..d0972e402420 100644 --- a/clients/client-cognito-identity-provider/src/commands/ForgetDeviceCommand.ts +++ b/clients/client-cognito-identity-provider/src/commands/ForgetDeviceCommand.ts @@ -113,9 +113,6 @@ export class ForgetDeviceCommand extends $Command< ForgetDeviceCommandOutput, CognitoIdentityProviderClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -129,9 +126,7 @@ export class ForgetDeviceCommand extends $Command< * @public */ constructor(readonly input: ForgetDeviceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -182,7 +177,4 @@ export class ForgetDeviceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ForgetDeviceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-cognito-identity-provider/src/commands/ForgotPasswordCommand.ts b/clients/client-cognito-identity-provider/src/commands/ForgotPasswordCommand.ts index cc78e6c35867..db72d29e2aa1 100644 --- a/clients/client-cognito-identity-provider/src/commands/ForgotPasswordCommand.ts +++ b/clients/client-cognito-identity-provider/src/commands/ForgotPasswordCommand.ts @@ -184,9 +184,6 @@ export class ForgotPasswordCommand extends $Command< ForgotPasswordCommandOutput, CognitoIdentityProviderClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -200,9 +197,7 @@ export class ForgotPasswordCommand extends $Command< * @public */ constructor(readonly input: ForgotPasswordCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -255,7 +250,4 @@ export class ForgotPasswordCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ForgotPasswordCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-cognito-identity-provider/src/commands/GetCSVHeaderCommand.ts b/clients/client-cognito-identity-provider/src/commands/GetCSVHeaderCommand.ts index 08f16a73618a..b7562a068d37 100644 --- a/clients/client-cognito-identity-provider/src/commands/GetCSVHeaderCommand.ts +++ b/clients/client-cognito-identity-provider/src/commands/GetCSVHeaderCommand.ts @@ -97,9 +97,6 @@ export class GetCSVHeaderCommand extends $Command< GetCSVHeaderCommandOutput, CognitoIdentityProviderClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -113,9 +110,7 @@ export class GetCSVHeaderCommand extends $Command< * @public */ constructor(readonly input: GetCSVHeaderCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -167,7 +162,4 @@ export class GetCSVHeaderCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetCSVHeaderCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-cognito-identity-provider/src/commands/GetDeviceCommand.ts b/clients/client-cognito-identity-provider/src/commands/GetDeviceCommand.ts index 31680164b90e..ec1b23c8ba11 100644 --- a/clients/client-cognito-identity-provider/src/commands/GetDeviceCommand.ts +++ b/clients/client-cognito-identity-provider/src/commands/GetDeviceCommand.ts @@ -131,9 +131,6 @@ export class GetDeviceCommand extends $Command< GetDeviceCommandOutput, CognitoIdentityProviderClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -147,9 +144,7 @@ export class GetDeviceCommand extends $Command< * @public */ constructor(readonly input: GetDeviceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -200,7 +195,4 @@ export class GetDeviceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetDeviceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-cognito-identity-provider/src/commands/GetGroupCommand.ts b/clients/client-cognito-identity-provider/src/commands/GetGroupCommand.ts index 11e6f8c8601b..6be4468a378d 100644 --- a/clients/client-cognito-identity-provider/src/commands/GetGroupCommand.ts +++ b/clients/client-cognito-identity-provider/src/commands/GetGroupCommand.ts @@ -103,9 +103,6 @@ export class GetGroupCommand extends $Command< GetGroupCommandOutput, CognitoIdentityProviderClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -119,9 +116,7 @@ export class GetGroupCommand extends $Command< * @public */ constructor(readonly input: GetGroupCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -173,7 +168,4 @@ export class GetGroupCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetGroupCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-cognito-identity-provider/src/commands/GetIdentityProviderByIdentifierCommand.ts b/clients/client-cognito-identity-provider/src/commands/GetIdentityProviderByIdentifierCommand.ts index 41a42d62d547..65c0a9d7d7e2 100644 --- a/clients/client-cognito-identity-provider/src/commands/GetIdentityProviderByIdentifierCommand.ts +++ b/clients/client-cognito-identity-provider/src/commands/GetIdentityProviderByIdentifierCommand.ts @@ -114,9 +114,6 @@ export class GetIdentityProviderByIdentifierCommand extends $Command< GetIdentityProviderByIdentifierCommandOutput, CognitoIdentityProviderClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -130,9 +127,7 @@ export class GetIdentityProviderByIdentifierCommand extends $Command< * @public */ constructor(readonly input: GetIdentityProviderByIdentifierCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -192,7 +187,4 @@ export class GetIdentityProviderByIdentifierCommand extends $Command< ): Promise { return de_GetIdentityProviderByIdentifierCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-cognito-identity-provider/src/commands/GetLogDeliveryConfigurationCommand.ts b/clients/client-cognito-identity-provider/src/commands/GetLogDeliveryConfigurationCommand.ts index e771b6c50c60..3784b73a13b9 100644 --- a/clients/client-cognito-identity-provider/src/commands/GetLogDeliveryConfigurationCommand.ts +++ b/clients/client-cognito-identity-provider/src/commands/GetLogDeliveryConfigurationCommand.ts @@ -106,9 +106,6 @@ export class GetLogDeliveryConfigurationCommand extends $Command< GetLogDeliveryConfigurationCommandOutput, CognitoIdentityProviderClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -122,9 +119,7 @@ export class GetLogDeliveryConfigurationCommand extends $Command< * @public */ constructor(readonly input: GetLogDeliveryConfigurationCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -181,7 +176,4 @@ export class GetLogDeliveryConfigurationCommand extends $Command< ): Promise { return de_GetLogDeliveryConfigurationCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-cognito-identity-provider/src/commands/GetSigningCertificateCommand.ts b/clients/client-cognito-identity-provider/src/commands/GetSigningCertificateCommand.ts index e1a4cb719a6a..c32435ead9f8 100644 --- a/clients/client-cognito-identity-provider/src/commands/GetSigningCertificateCommand.ts +++ b/clients/client-cognito-identity-provider/src/commands/GetSigningCertificateCommand.ts @@ -90,9 +90,6 @@ export class GetSigningCertificateCommand extends $Command< GetSigningCertificateCommandOutput, CognitoIdentityProviderClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -106,9 +103,7 @@ export class GetSigningCertificateCommand extends $Command< * @public */ constructor(readonly input: GetSigningCertificateCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -162,7 +157,4 @@ export class GetSigningCertificateCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetSigningCertificateCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-cognito-identity-provider/src/commands/GetUICustomizationCommand.ts b/clients/client-cognito-identity-provider/src/commands/GetUICustomizationCommand.ts index 474cd673e94f..5c58667d169a 100644 --- a/clients/client-cognito-identity-provider/src/commands/GetUICustomizationCommand.ts +++ b/clients/client-cognito-identity-provider/src/commands/GetUICustomizationCommand.ts @@ -111,9 +111,6 @@ export class GetUICustomizationCommand extends $Command< GetUICustomizationCommandOutput, CognitoIdentityProviderClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -127,9 +124,7 @@ export class GetUICustomizationCommand extends $Command< * @public */ constructor(readonly input: GetUICustomizationCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -183,7 +178,4 @@ export class GetUICustomizationCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetUICustomizationCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-cognito-identity-provider/src/commands/GetUserAttributeVerificationCodeCommand.ts b/clients/client-cognito-identity-provider/src/commands/GetUserAttributeVerificationCodeCommand.ts index b2820b98a6ae..7b8873909189 100644 --- a/clients/client-cognito-identity-provider/src/commands/GetUserAttributeVerificationCodeCommand.ts +++ b/clients/client-cognito-identity-provider/src/commands/GetUserAttributeVerificationCodeCommand.ts @@ -180,9 +180,6 @@ export class GetUserAttributeVerificationCodeCommand extends $Command< GetUserAttributeVerificationCodeCommandOutput, CognitoIdentityProviderClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -196,9 +193,7 @@ export class GetUserAttributeVerificationCodeCommand extends $Command< * @public */ constructor(readonly input: GetUserAttributeVerificationCodeCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -257,7 +252,4 @@ export class GetUserAttributeVerificationCodeCommand extends $Command< ): Promise { return de_GetUserAttributeVerificationCodeCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-cognito-identity-provider/src/commands/GetUserCommand.ts b/clients/client-cognito-identity-provider/src/commands/GetUserCommand.ts index 1a6487ba5300..be8feb649e8c 100644 --- a/clients/client-cognito-identity-provider/src/commands/GetUserCommand.ts +++ b/clients/client-cognito-identity-provider/src/commands/GetUserCommand.ts @@ -132,9 +132,6 @@ export class GetUserCommand extends $Command< GetUserCommandOutput, CognitoIdentityProviderClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -148,9 +145,7 @@ export class GetUserCommand extends $Command< * @public */ constructor(readonly input: GetUserCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -201,7 +196,4 @@ export class GetUserCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetUserCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-cognito-identity-provider/src/commands/GetUserPoolMfaConfigCommand.ts b/clients/client-cognito-identity-provider/src/commands/GetUserPoolMfaConfigCommand.ts index 92041610dff6..20a966eca1ab 100644 --- a/clients/client-cognito-identity-provider/src/commands/GetUserPoolMfaConfigCommand.ts +++ b/clients/client-cognito-identity-provider/src/commands/GetUserPoolMfaConfigCommand.ts @@ -104,9 +104,6 @@ export class GetUserPoolMfaConfigCommand extends $Command< GetUserPoolMfaConfigCommandOutput, CognitoIdentityProviderClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -120,9 +117,7 @@ export class GetUserPoolMfaConfigCommand extends $Command< * @public */ constructor(readonly input: GetUserPoolMfaConfigCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -176,7 +171,4 @@ export class GetUserPoolMfaConfigCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetUserPoolMfaConfigCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-cognito-identity-provider/src/commands/GlobalSignOutCommand.ts b/clients/client-cognito-identity-provider/src/commands/GlobalSignOutCommand.ts index c90ea301ec9d..74e279922bd4 100644 --- a/clients/client-cognito-identity-provider/src/commands/GlobalSignOutCommand.ts +++ b/clients/client-cognito-identity-provider/src/commands/GlobalSignOutCommand.ts @@ -117,9 +117,6 @@ export class GlobalSignOutCommand extends $Command< GlobalSignOutCommandOutput, CognitoIdentityProviderClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -133,9 +130,7 @@ export class GlobalSignOutCommand extends $Command< * @public */ constructor(readonly input: GlobalSignOutCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -186,7 +181,4 @@ export class GlobalSignOutCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GlobalSignOutCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-cognito-identity-provider/src/commands/InitiateAuthCommand.ts b/clients/client-cognito-identity-provider/src/commands/InitiateAuthCommand.ts index 5244bdc17bb8..e3c61b16d31c 100644 --- a/clients/client-cognito-identity-provider/src/commands/InitiateAuthCommand.ts +++ b/clients/client-cognito-identity-provider/src/commands/InitiateAuthCommand.ts @@ -224,9 +224,6 @@ export class InitiateAuthCommand extends $Command< InitiateAuthCommandOutput, CognitoIdentityProviderClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -240,9 +237,7 @@ export class InitiateAuthCommand extends $Command< * @public */ constructor(readonly input: InitiateAuthCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -293,7 +288,4 @@ export class InitiateAuthCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_InitiateAuthCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-cognito-identity-provider/src/commands/ListDevicesCommand.ts b/clients/client-cognito-identity-provider/src/commands/ListDevicesCommand.ts index 77f0d962c770..8a08907a7c72 100644 --- a/clients/client-cognito-identity-provider/src/commands/ListDevicesCommand.ts +++ b/clients/client-cognito-identity-provider/src/commands/ListDevicesCommand.ts @@ -135,9 +135,6 @@ export class ListDevicesCommand extends $Command< ListDevicesCommandOutput, CognitoIdentityProviderClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -151,9 +148,7 @@ export class ListDevicesCommand extends $Command< * @public */ constructor(readonly input: ListDevicesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -204,7 +199,4 @@ export class ListDevicesCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListDevicesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-cognito-identity-provider/src/commands/ListGroupsCommand.ts b/clients/client-cognito-identity-provider/src/commands/ListGroupsCommand.ts index b22d6aeb413e..0ee21976f6ee 100644 --- a/clients/client-cognito-identity-provider/src/commands/ListGroupsCommand.ts +++ b/clients/client-cognito-identity-provider/src/commands/ListGroupsCommand.ts @@ -126,9 +126,6 @@ export class ListGroupsCommand extends $Command< ListGroupsCommandOutput, CognitoIdentityProviderClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -142,9 +139,7 @@ export class ListGroupsCommand extends $Command< * @public */ constructor(readonly input: ListGroupsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -196,7 +191,4 @@ export class ListGroupsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListGroupsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-cognito-identity-provider/src/commands/ListIdentityProvidersCommand.ts b/clients/client-cognito-identity-provider/src/commands/ListIdentityProvidersCommand.ts index a071937dc4de..c5473fc75305 100644 --- a/clients/client-cognito-identity-provider/src/commands/ListIdentityProvidersCommand.ts +++ b/clients/client-cognito-identity-provider/src/commands/ListIdentityProvidersCommand.ts @@ -123,9 +123,6 @@ export class ListIdentityProvidersCommand extends $Command< ListIdentityProvidersCommandOutput, CognitoIdentityProviderClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -139,9 +136,7 @@ export class ListIdentityProvidersCommand extends $Command< * @public */ constructor(readonly input: ListIdentityProvidersCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -195,7 +190,4 @@ export class ListIdentityProvidersCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListIdentityProvidersCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-cognito-identity-provider/src/commands/ListResourceServersCommand.ts b/clients/client-cognito-identity-provider/src/commands/ListResourceServersCommand.ts index 7ee8d3721a59..0cc55f88c063 100644 --- a/clients/client-cognito-identity-provider/src/commands/ListResourceServersCommand.ts +++ b/clients/client-cognito-identity-provider/src/commands/ListResourceServersCommand.ts @@ -128,9 +128,6 @@ export class ListResourceServersCommand extends $Command< ListResourceServersCommandOutput, CognitoIdentityProviderClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -144,9 +141,7 @@ export class ListResourceServersCommand extends $Command< * @public */ constructor(readonly input: ListResourceServersCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -200,7 +195,4 @@ export class ListResourceServersCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListResourceServersCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-cognito-identity-provider/src/commands/ListTagsForResourceCommand.ts b/clients/client-cognito-identity-provider/src/commands/ListTagsForResourceCommand.ts index 6ea8a61aa2fa..ede0c8eb1888 100644 --- a/clients/client-cognito-identity-provider/src/commands/ListTagsForResourceCommand.ts +++ b/clients/client-cognito-identity-provider/src/commands/ListTagsForResourceCommand.ts @@ -98,9 +98,6 @@ export class ListTagsForResourceCommand extends $Command< ListTagsForResourceCommandOutput, CognitoIdentityProviderClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -114,9 +111,7 @@ export class ListTagsForResourceCommand extends $Command< * @public */ constructor(readonly input: ListTagsForResourceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -170,7 +165,4 @@ export class ListTagsForResourceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListTagsForResourceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-cognito-identity-provider/src/commands/ListUserImportJobsCommand.ts b/clients/client-cognito-identity-provider/src/commands/ListUserImportJobsCommand.ts index f051e620b535..17975fb05312 100644 --- a/clients/client-cognito-identity-provider/src/commands/ListUserImportJobsCommand.ts +++ b/clients/client-cognito-identity-provider/src/commands/ListUserImportJobsCommand.ts @@ -132,9 +132,6 @@ export class ListUserImportJobsCommand extends $Command< ListUserImportJobsCommandOutput, CognitoIdentityProviderClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -148,9 +145,7 @@ export class ListUserImportJobsCommand extends $Command< * @public */ constructor(readonly input: ListUserImportJobsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -204,7 +199,4 @@ export class ListUserImportJobsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListUserImportJobsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-cognito-identity-provider/src/commands/ListUserPoolClientsCommand.ts b/clients/client-cognito-identity-provider/src/commands/ListUserPoolClientsCommand.ts index 414d494f1ec6..cfb618413314 100644 --- a/clients/client-cognito-identity-provider/src/commands/ListUserPoolClientsCommand.ts +++ b/clients/client-cognito-identity-provider/src/commands/ListUserPoolClientsCommand.ts @@ -126,9 +126,6 @@ export class ListUserPoolClientsCommand extends $Command< ListUserPoolClientsCommandOutput, CognitoIdentityProviderClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -142,9 +139,7 @@ export class ListUserPoolClientsCommand extends $Command< * @public */ constructor(readonly input: ListUserPoolClientsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -198,7 +193,4 @@ export class ListUserPoolClientsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListUserPoolClientsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-cognito-identity-provider/src/commands/ListUserPoolsCommand.ts b/clients/client-cognito-identity-provider/src/commands/ListUserPoolsCommand.ts index 3ed8ea2db555..1c397edbb3b1 100644 --- a/clients/client-cognito-identity-provider/src/commands/ListUserPoolsCommand.ts +++ b/clients/client-cognito-identity-provider/src/commands/ListUserPoolsCommand.ts @@ -140,9 +140,6 @@ export class ListUserPoolsCommand extends $Command< ListUserPoolsCommandOutput, CognitoIdentityProviderClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -156,9 +153,7 @@ export class ListUserPoolsCommand extends $Command< * @public */ constructor(readonly input: ListUserPoolsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -210,7 +205,4 @@ export class ListUserPoolsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListUserPoolsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-cognito-identity-provider/src/commands/ListUsersCommand.ts b/clients/client-cognito-identity-provider/src/commands/ListUsersCommand.ts index 0be17d880e2a..d6ba2fe86bde 100644 --- a/clients/client-cognito-identity-provider/src/commands/ListUsersCommand.ts +++ b/clients/client-cognito-identity-provider/src/commands/ListUsersCommand.ts @@ -216,9 +216,6 @@ export class ListUsersCommand extends $Command< ListUsersCommandOutput, CognitoIdentityProviderClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -232,9 +229,7 @@ export class ListUsersCommand extends $Command< * @public */ constructor(readonly input: ListUsersCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -286,7 +281,4 @@ export class ListUsersCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListUsersCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-cognito-identity-provider/src/commands/ListUsersInGroupCommand.ts b/clients/client-cognito-identity-provider/src/commands/ListUsersInGroupCommand.ts index 64c869ee6bb2..ef74fd599efe 100644 --- a/clients/client-cognito-identity-provider/src/commands/ListUsersInGroupCommand.ts +++ b/clients/client-cognito-identity-provider/src/commands/ListUsersInGroupCommand.ts @@ -141,9 +141,6 @@ export class ListUsersInGroupCommand extends $Command< ListUsersInGroupCommandOutput, CognitoIdentityProviderClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -157,9 +154,7 @@ export class ListUsersInGroupCommand extends $Command< * @public */ constructor(readonly input: ListUsersInGroupCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -213,7 +208,4 @@ export class ListUsersInGroupCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListUsersInGroupCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-cognito-identity-provider/src/commands/ResendConfirmationCodeCommand.ts b/clients/client-cognito-identity-provider/src/commands/ResendConfirmationCodeCommand.ts index 02416804ce07..95fb279e0788 100644 --- a/clients/client-cognito-identity-provider/src/commands/ResendConfirmationCodeCommand.ts +++ b/clients/client-cognito-identity-provider/src/commands/ResendConfirmationCodeCommand.ts @@ -176,9 +176,6 @@ export class ResendConfirmationCodeCommand extends $Command< ResendConfirmationCodeCommandOutput, CognitoIdentityProviderClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -192,9 +189,7 @@ export class ResendConfirmationCodeCommand extends $Command< * @public */ constructor(readonly input: ResendConfirmationCodeCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -247,7 +242,4 @@ export class ResendConfirmationCodeCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ResendConfirmationCodeCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-cognito-identity-provider/src/commands/RespondToAuthChallengeCommand.ts b/clients/client-cognito-identity-provider/src/commands/RespondToAuthChallengeCommand.ts index 81a8f44601d0..b91ddace42bb 100644 --- a/clients/client-cognito-identity-provider/src/commands/RespondToAuthChallengeCommand.ts +++ b/clients/client-cognito-identity-provider/src/commands/RespondToAuthChallengeCommand.ts @@ -212,9 +212,6 @@ export class RespondToAuthChallengeCommand extends $Command< RespondToAuthChallengeCommandOutput, CognitoIdentityProviderClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -228,9 +225,7 @@ export class RespondToAuthChallengeCommand extends $Command< * @public */ constructor(readonly input: RespondToAuthChallengeCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -283,7 +278,4 @@ export class RespondToAuthChallengeCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_RespondToAuthChallengeCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-cognito-identity-provider/src/commands/RevokeTokenCommand.ts b/clients/client-cognito-identity-provider/src/commands/RevokeTokenCommand.ts index ae7c88f17dfd..08f4e6b749d7 100644 --- a/clients/client-cognito-identity-provider/src/commands/RevokeTokenCommand.ts +++ b/clients/client-cognito-identity-provider/src/commands/RevokeTokenCommand.ts @@ -108,9 +108,6 @@ export class RevokeTokenCommand extends $Command< RevokeTokenCommandOutput, CognitoIdentityProviderClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -124,9 +121,7 @@ export class RevokeTokenCommand extends $Command< * @public */ constructor(readonly input: RevokeTokenCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -177,7 +172,4 @@ export class RevokeTokenCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_RevokeTokenCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-cognito-identity-provider/src/commands/SetLogDeliveryConfigurationCommand.ts b/clients/client-cognito-identity-provider/src/commands/SetLogDeliveryConfigurationCommand.ts index e3ecf45d9da2..7dcd070ea70e 100644 --- a/clients/client-cognito-identity-provider/src/commands/SetLogDeliveryConfigurationCommand.ts +++ b/clients/client-cognito-identity-provider/src/commands/SetLogDeliveryConfigurationCommand.ts @@ -115,9 +115,6 @@ export class SetLogDeliveryConfigurationCommand extends $Command< SetLogDeliveryConfigurationCommandOutput, CognitoIdentityProviderClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -131,9 +128,7 @@ export class SetLogDeliveryConfigurationCommand extends $Command< * @public */ constructor(readonly input: SetLogDeliveryConfigurationCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -190,7 +185,4 @@ export class SetLogDeliveryConfigurationCommand extends $Command< ): Promise { return de_SetLogDeliveryConfigurationCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-cognito-identity-provider/src/commands/SetRiskConfigurationCommand.ts b/clients/client-cognito-identity-provider/src/commands/SetRiskConfigurationCommand.ts index f7aafc9f9fe3..201fe9814d0a 100644 --- a/clients/client-cognito-identity-provider/src/commands/SetRiskConfigurationCommand.ts +++ b/clients/client-cognito-identity-provider/src/commands/SetRiskConfigurationCommand.ts @@ -218,9 +218,6 @@ export class SetRiskConfigurationCommand extends $Command< SetRiskConfigurationCommandOutput, CognitoIdentityProviderClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -234,9 +231,7 @@ export class SetRiskConfigurationCommand extends $Command< * @public */ constructor(readonly input: SetRiskConfigurationCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -290,7 +285,4 @@ export class SetRiskConfigurationCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_SetRiskConfigurationCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-cognito-identity-provider/src/commands/SetUICustomizationCommand.ts b/clients/client-cognito-identity-provider/src/commands/SetUICustomizationCommand.ts index c82b8d1b554f..85d64497c997 100644 --- a/clients/client-cognito-identity-provider/src/commands/SetUICustomizationCommand.ts +++ b/clients/client-cognito-identity-provider/src/commands/SetUICustomizationCommand.ts @@ -121,9 +121,6 @@ export class SetUICustomizationCommand extends $Command< SetUICustomizationCommandOutput, CognitoIdentityProviderClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -137,9 +134,7 @@ export class SetUICustomizationCommand extends $Command< * @public */ constructor(readonly input: SetUICustomizationCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -193,7 +188,4 @@ export class SetUICustomizationCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_SetUICustomizationCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-cognito-identity-provider/src/commands/SetUserMFAPreferenceCommand.ts b/clients/client-cognito-identity-provider/src/commands/SetUserMFAPreferenceCommand.ts index b409af1b7bd6..38ac44606a6a 100644 --- a/clients/client-cognito-identity-provider/src/commands/SetUserMFAPreferenceCommand.ts +++ b/clients/client-cognito-identity-provider/src/commands/SetUserMFAPreferenceCommand.ts @@ -125,9 +125,6 @@ export class SetUserMFAPreferenceCommand extends $Command< SetUserMFAPreferenceCommandOutput, CognitoIdentityProviderClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -141,9 +138,7 @@ export class SetUserMFAPreferenceCommand extends $Command< * @public */ constructor(readonly input: SetUserMFAPreferenceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -196,7 +191,4 @@ export class SetUserMFAPreferenceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_SetUserMFAPreferenceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-cognito-identity-provider/src/commands/SetUserPoolMfaConfigCommand.ts b/clients/client-cognito-identity-provider/src/commands/SetUserPoolMfaConfigCommand.ts index e82f528ef631..07cc2c040d37 100644 --- a/clients/client-cognito-identity-provider/src/commands/SetUserPoolMfaConfigCommand.ts +++ b/clients/client-cognito-identity-provider/src/commands/SetUserPoolMfaConfigCommand.ts @@ -143,9 +143,6 @@ export class SetUserPoolMfaConfigCommand extends $Command< SetUserPoolMfaConfigCommandOutput, CognitoIdentityProviderClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -159,9 +156,7 @@ export class SetUserPoolMfaConfigCommand extends $Command< * @public */ constructor(readonly input: SetUserPoolMfaConfigCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -215,7 +210,4 @@ export class SetUserPoolMfaConfigCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_SetUserPoolMfaConfigCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-cognito-identity-provider/src/commands/SetUserSettingsCommand.ts b/clients/client-cognito-identity-provider/src/commands/SetUserSettingsCommand.ts index 55f63eebd0a7..f041396beb52 100644 --- a/clients/client-cognito-identity-provider/src/commands/SetUserSettingsCommand.ts +++ b/clients/client-cognito-identity-provider/src/commands/SetUserSettingsCommand.ts @@ -118,9 +118,6 @@ export class SetUserSettingsCommand extends $Command< SetUserSettingsCommandOutput, CognitoIdentityProviderClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -134,9 +131,7 @@ export class SetUserSettingsCommand extends $Command< * @public */ constructor(readonly input: SetUserSettingsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -189,7 +184,4 @@ export class SetUserSettingsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_SetUserSettingsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-cognito-identity-provider/src/commands/SignUpCommand.ts b/clients/client-cognito-identity-provider/src/commands/SignUpCommand.ts index bddbb7fdaf54..8c0daf7fc1cd 100644 --- a/clients/client-cognito-identity-provider/src/commands/SignUpCommand.ts +++ b/clients/client-cognito-identity-provider/src/commands/SignUpCommand.ts @@ -187,9 +187,6 @@ export class SignUpCommand extends $Command< SignUpCommandOutput, CognitoIdentityProviderClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -203,9 +200,7 @@ export class SignUpCommand extends $Command< * @public */ constructor(readonly input: SignUpCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -256,7 +251,4 @@ export class SignUpCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_SignUpCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-cognito-identity-provider/src/commands/StartUserImportJobCommand.ts b/clients/client-cognito-identity-provider/src/commands/StartUserImportJobCommand.ts index f24eb240b34d..ae11b04228b0 100644 --- a/clients/client-cognito-identity-provider/src/commands/StartUserImportJobCommand.ts +++ b/clients/client-cognito-identity-provider/src/commands/StartUserImportJobCommand.ts @@ -111,9 +111,6 @@ export class StartUserImportJobCommand extends $Command< StartUserImportJobCommandOutput, CognitoIdentityProviderClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -127,9 +124,7 @@ export class StartUserImportJobCommand extends $Command< * @public */ constructor(readonly input: StartUserImportJobCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -183,7 +178,4 @@ export class StartUserImportJobCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_StartUserImportJobCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-cognito-identity-provider/src/commands/StopUserImportJobCommand.ts b/clients/client-cognito-identity-provider/src/commands/StopUserImportJobCommand.ts index 0a38ba66e633..504d0561c6b7 100644 --- a/clients/client-cognito-identity-provider/src/commands/StopUserImportJobCommand.ts +++ b/clients/client-cognito-identity-provider/src/commands/StopUserImportJobCommand.ts @@ -111,9 +111,6 @@ export class StopUserImportJobCommand extends $Command< StopUserImportJobCommandOutput, CognitoIdentityProviderClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -127,9 +124,7 @@ export class StopUserImportJobCommand extends $Command< * @public */ constructor(readonly input: StopUserImportJobCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -183,7 +178,4 @@ export class StopUserImportJobCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_StopUserImportJobCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-cognito-identity-provider/src/commands/TagResourceCommand.ts b/clients/client-cognito-identity-provider/src/commands/TagResourceCommand.ts index 73c45bafa426..ce5a2a62263f 100644 --- a/clients/client-cognito-identity-provider/src/commands/TagResourceCommand.ts +++ b/clients/client-cognito-identity-provider/src/commands/TagResourceCommand.ts @@ -107,9 +107,6 @@ export class TagResourceCommand extends $Command< TagResourceCommandOutput, CognitoIdentityProviderClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -123,9 +120,7 @@ export class TagResourceCommand extends $Command< * @public */ constructor(readonly input: TagResourceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -177,7 +172,4 @@ export class TagResourceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_TagResourceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-cognito-identity-provider/src/commands/UntagResourceCommand.ts b/clients/client-cognito-identity-provider/src/commands/UntagResourceCommand.ts index 5102588f8f98..0d8859770bd0 100644 --- a/clients/client-cognito-identity-provider/src/commands/UntagResourceCommand.ts +++ b/clients/client-cognito-identity-provider/src/commands/UntagResourceCommand.ts @@ -95,9 +95,6 @@ export class UntagResourceCommand extends $Command< UntagResourceCommandOutput, CognitoIdentityProviderClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -111,9 +108,7 @@ export class UntagResourceCommand extends $Command< * @public */ constructor(readonly input: UntagResourceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -165,7 +160,4 @@ export class UntagResourceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UntagResourceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-cognito-identity-provider/src/commands/UpdateAuthEventFeedbackCommand.ts b/clients/client-cognito-identity-provider/src/commands/UpdateAuthEventFeedbackCommand.ts index 896c66367b2a..e82c23511a71 100644 --- a/clients/client-cognito-identity-provider/src/commands/UpdateAuthEventFeedbackCommand.ts +++ b/clients/client-cognito-identity-provider/src/commands/UpdateAuthEventFeedbackCommand.ts @@ -112,9 +112,6 @@ export class UpdateAuthEventFeedbackCommand extends $Command< UpdateAuthEventFeedbackCommandOutput, CognitoIdentityProviderClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -128,9 +125,7 @@ export class UpdateAuthEventFeedbackCommand extends $Command< * @public */ constructor(readonly input: UpdateAuthEventFeedbackCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -183,7 +178,4 @@ export class UpdateAuthEventFeedbackCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdateAuthEventFeedbackCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-cognito-identity-provider/src/commands/UpdateDeviceStatusCommand.ts b/clients/client-cognito-identity-provider/src/commands/UpdateDeviceStatusCommand.ts index 1311451c99b0..21c490b05cc4 100644 --- a/clients/client-cognito-identity-provider/src/commands/UpdateDeviceStatusCommand.ts +++ b/clients/client-cognito-identity-provider/src/commands/UpdateDeviceStatusCommand.ts @@ -118,9 +118,6 @@ export class UpdateDeviceStatusCommand extends $Command< UpdateDeviceStatusCommandOutput, CognitoIdentityProviderClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -134,9 +131,7 @@ export class UpdateDeviceStatusCommand extends $Command< * @public */ constructor(readonly input: UpdateDeviceStatusCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -189,7 +184,4 @@ export class UpdateDeviceStatusCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdateDeviceStatusCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-cognito-identity-provider/src/commands/UpdateGroupCommand.ts b/clients/client-cognito-identity-provider/src/commands/UpdateGroupCommand.ts index adaac05ef045..80e2d8a1da89 100644 --- a/clients/client-cognito-identity-provider/src/commands/UpdateGroupCommand.ts +++ b/clients/client-cognito-identity-provider/src/commands/UpdateGroupCommand.ts @@ -125,9 +125,6 @@ export class UpdateGroupCommand extends $Command< UpdateGroupCommandOutput, CognitoIdentityProviderClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -141,9 +138,7 @@ export class UpdateGroupCommand extends $Command< * @public */ constructor(readonly input: UpdateGroupCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -195,7 +190,4 @@ export class UpdateGroupCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdateGroupCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-cognito-identity-provider/src/commands/UpdateIdentityProviderCommand.ts b/clients/client-cognito-identity-provider/src/commands/UpdateIdentityProviderCommand.ts index b55abbc0b5a8..b95f3314aea1 100644 --- a/clients/client-cognito-identity-provider/src/commands/UpdateIdentityProviderCommand.ts +++ b/clients/client-cognito-identity-provider/src/commands/UpdateIdentityProviderCommand.ts @@ -145,9 +145,6 @@ export class UpdateIdentityProviderCommand extends $Command< UpdateIdentityProviderCommandOutput, CognitoIdentityProviderClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -161,9 +158,7 @@ export class UpdateIdentityProviderCommand extends $Command< * @public */ constructor(readonly input: UpdateIdentityProviderCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -217,7 +212,4 @@ export class UpdateIdentityProviderCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdateIdentityProviderCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-cognito-identity-provider/src/commands/UpdateResourceServerCommand.ts b/clients/client-cognito-identity-provider/src/commands/UpdateResourceServerCommand.ts index b73a92a9a3af..a158248260c3 100644 --- a/clients/client-cognito-identity-provider/src/commands/UpdateResourceServerCommand.ts +++ b/clients/client-cognito-identity-provider/src/commands/UpdateResourceServerCommand.ts @@ -135,9 +135,6 @@ export class UpdateResourceServerCommand extends $Command< UpdateResourceServerCommandOutput, CognitoIdentityProviderClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -151,9 +148,7 @@ export class UpdateResourceServerCommand extends $Command< * @public */ constructor(readonly input: UpdateResourceServerCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -207,7 +202,4 @@ export class UpdateResourceServerCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdateResourceServerCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-cognito-identity-provider/src/commands/UpdateUserAttributesCommand.ts b/clients/client-cognito-identity-provider/src/commands/UpdateUserAttributesCommand.ts index 7b77dbf17ab3..d78e6a419533 100644 --- a/clients/client-cognito-identity-provider/src/commands/UpdateUserAttributesCommand.ts +++ b/clients/client-cognito-identity-provider/src/commands/UpdateUserAttributesCommand.ts @@ -190,9 +190,6 @@ export class UpdateUserAttributesCommand extends $Command< UpdateUserAttributesCommandOutput, CognitoIdentityProviderClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -206,9 +203,7 @@ export class UpdateUserAttributesCommand extends $Command< * @public */ constructor(readonly input: UpdateUserAttributesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -261,7 +256,4 @@ export class UpdateUserAttributesCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdateUserAttributesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-cognito-identity-provider/src/commands/UpdateUserPoolClientCommand.ts b/clients/client-cognito-identity-provider/src/commands/UpdateUserPoolClientCommand.ts index 559fd36b2fe8..e0faf9832e8a 100644 --- a/clients/client-cognito-identity-provider/src/commands/UpdateUserPoolClientCommand.ts +++ b/clients/client-cognito-identity-provider/src/commands/UpdateUserPoolClientCommand.ts @@ -233,9 +233,6 @@ export class UpdateUserPoolClientCommand extends $Command< UpdateUserPoolClientCommandOutput, CognitoIdentityProviderClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -249,9 +246,7 @@ export class UpdateUserPoolClientCommand extends $Command< * @public */ constructor(readonly input: UpdateUserPoolClientCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -305,7 +300,4 @@ export class UpdateUserPoolClientCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdateUserPoolClientCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-cognito-identity-provider/src/commands/UpdateUserPoolCommand.ts b/clients/client-cognito-identity-provider/src/commands/UpdateUserPoolCommand.ts index ffb985b0e0bd..be1ea88f877e 100644 --- a/clients/client-cognito-identity-provider/src/commands/UpdateUserPoolCommand.ts +++ b/clients/client-cognito-identity-provider/src/commands/UpdateUserPoolCommand.ts @@ -249,9 +249,6 @@ export class UpdateUserPoolCommand extends $Command< UpdateUserPoolCommandOutput, CognitoIdentityProviderClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -265,9 +262,7 @@ export class UpdateUserPoolCommand extends $Command< * @public */ constructor(readonly input: UpdateUserPoolCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -321,7 +316,4 @@ export class UpdateUserPoolCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdateUserPoolCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-cognito-identity-provider/src/commands/UpdateUserPoolDomainCommand.ts b/clients/client-cognito-identity-provider/src/commands/UpdateUserPoolDomainCommand.ts index 0473a0c6fb47..4d34bd5aceb6 100644 --- a/clients/client-cognito-identity-provider/src/commands/UpdateUserPoolDomainCommand.ts +++ b/clients/client-cognito-identity-provider/src/commands/UpdateUserPoolDomainCommand.ts @@ -135,9 +135,6 @@ export class UpdateUserPoolDomainCommand extends $Command< UpdateUserPoolDomainCommandOutput, CognitoIdentityProviderClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -151,9 +148,7 @@ export class UpdateUserPoolDomainCommand extends $Command< * @public */ constructor(readonly input: UpdateUserPoolDomainCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -207,7 +202,4 @@ export class UpdateUserPoolDomainCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdateUserPoolDomainCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-cognito-identity-provider/src/commands/VerifySoftwareTokenCommand.ts b/clients/client-cognito-identity-provider/src/commands/VerifySoftwareTokenCommand.ts index 103ce7ba13d6..39e55d3ab799 100644 --- a/clients/client-cognito-identity-provider/src/commands/VerifySoftwareTokenCommand.ts +++ b/clients/client-cognito-identity-provider/src/commands/VerifySoftwareTokenCommand.ts @@ -137,9 +137,6 @@ export class VerifySoftwareTokenCommand extends $Command< VerifySoftwareTokenCommandOutput, CognitoIdentityProviderClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -153,9 +150,7 @@ export class VerifySoftwareTokenCommand extends $Command< * @public */ constructor(readonly input: VerifySoftwareTokenCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -208,7 +203,4 @@ export class VerifySoftwareTokenCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_VerifySoftwareTokenCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-cognito-identity-provider/src/commands/VerifyUserAttributeCommand.ts b/clients/client-cognito-identity-provider/src/commands/VerifyUserAttributeCommand.ts index 79f1faf6ecbc..93cb36b6fc2f 100644 --- a/clients/client-cognito-identity-provider/src/commands/VerifyUserAttributeCommand.ts +++ b/clients/client-cognito-identity-provider/src/commands/VerifyUserAttributeCommand.ts @@ -136,9 +136,6 @@ export class VerifyUserAttributeCommand extends $Command< VerifyUserAttributeCommandOutput, CognitoIdentityProviderClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -152,9 +149,7 @@ export class VerifyUserAttributeCommand extends $Command< * @public */ constructor(readonly input: VerifyUserAttributeCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -207,7 +202,4 @@ export class VerifyUserAttributeCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_VerifyUserAttributeCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-cognito-identity/package.json b/clients/client-cognito-identity/package.json index f1a6ca444118..bde088350c23 100644 --- a/clients/client-cognito-identity/package.json +++ b/clients/client-cognito-identity/package.json @@ -35,29 +35,29 @@ "@aws-sdk/util-endpoints": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@smithy/config-resolver": "^2.0.16", - "@smithy/fetch-http-handler": "^2.2.4", - "@smithy/hash-node": "^2.0.12", - "@smithy/invalid-dependency": "^2.0.12", - "@smithy/middleware-content-length": "^2.0.14", - "@smithy/middleware-endpoint": "^2.1.3", - "@smithy/middleware-retry": "^2.0.18", - "@smithy/middleware-serde": "^2.0.12", - "@smithy/middleware-stack": "^2.0.6", - "@smithy/node-config-provider": "^2.1.3", - "@smithy/node-http-handler": "^2.1.8", - "@smithy/protocol-http": "^3.0.8", - "@smithy/smithy-client": "^2.1.12", - "@smithy/types": "^2.4.0", - "@smithy/url-parser": "^2.0.12", - "@smithy/util-base64": "^2.0.0", + "@smithy/config-resolver": "^2.0.18", + "@smithy/fetch-http-handler": "^2.2.6", + "@smithy/hash-node": "^2.0.15", + "@smithy/invalid-dependency": "^2.0.13", + "@smithy/middleware-content-length": "^2.0.15", + "@smithy/middleware-endpoint": "^2.2.0", + "@smithy/middleware-retry": "^2.0.20", + "@smithy/middleware-serde": "^2.0.13", + "@smithy/middleware-stack": "^2.0.7", + "@smithy/node-config-provider": "^2.1.5", + "@smithy/node-http-handler": "^2.1.9", + "@smithy/protocol-http": "^3.0.9", + "@smithy/smithy-client": "^2.1.15", + "@smithy/types": "^2.5.0", + "@smithy/url-parser": "^2.0.13", + "@smithy/util-base64": "^2.0.1", "@smithy/util-body-length-browser": "^2.0.0", "@smithy/util-body-length-node": "^2.1.0", - "@smithy/util-defaults-mode-browser": "^2.0.16", - "@smithy/util-defaults-mode-node": "^2.0.21", - "@smithy/util-endpoints": "^1.0.2", - "@smithy/util-retry": "^2.0.5", - "@smithy/util-utf8": "^2.0.0", + "@smithy/util-defaults-mode-browser": "^2.0.19", + "@smithy/util-defaults-mode-node": "^2.0.25", + "@smithy/util-endpoints": "^1.0.4", + "@smithy/util-retry": "^2.0.6", + "@smithy/util-utf8": "^2.0.2", "tslib": "^2.5.0" }, "devDependencies": { diff --git a/clients/client-cognito-identity/src/commands/CreateIdentityPoolCommand.ts b/clients/client-cognito-identity/src/commands/CreateIdentityPoolCommand.ts index 987aebda87f8..c871a07e7acf 100644 --- a/clients/client-cognito-identity/src/commands/CreateIdentityPoolCommand.ts +++ b/clients/client-cognito-identity/src/commands/CreateIdentityPoolCommand.ts @@ -161,9 +161,6 @@ export class CreateIdentityPoolCommand extends $Command< CreateIdentityPoolCommandOutput, CognitoIdentityClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -177,9 +174,7 @@ export class CreateIdentityPoolCommand extends $Command< * @public */ constructor(readonly input: CreateIdentityPoolCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -233,7 +228,4 @@ export class CreateIdentityPoolCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateIdentityPoolCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-cognito-identity/src/commands/DeleteIdentitiesCommand.ts b/clients/client-cognito-identity/src/commands/DeleteIdentitiesCommand.ts index 69141fc2f7b0..093644bf61a0 100644 --- a/clients/client-cognito-identity/src/commands/DeleteIdentitiesCommand.ts +++ b/clients/client-cognito-identity/src/commands/DeleteIdentitiesCommand.ts @@ -89,9 +89,6 @@ export class DeleteIdentitiesCommand extends $Command< DeleteIdentitiesCommandOutput, CognitoIdentityClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -105,9 +102,7 @@ export class DeleteIdentitiesCommand extends $Command< * @public */ constructor(readonly input: DeleteIdentitiesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -161,7 +156,4 @@ export class DeleteIdentitiesCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteIdentitiesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-cognito-identity/src/commands/DeleteIdentityPoolCommand.ts b/clients/client-cognito-identity/src/commands/DeleteIdentityPoolCommand.ts index 580a8da03fee..db9ed9840f64 100644 --- a/clients/client-cognito-identity/src/commands/DeleteIdentityPoolCommand.ts +++ b/clients/client-cognito-identity/src/commands/DeleteIdentityPoolCommand.ts @@ -87,9 +87,6 @@ export class DeleteIdentityPoolCommand extends $Command< DeleteIdentityPoolCommandOutput, CognitoIdentityClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -103,9 +100,7 @@ export class DeleteIdentityPoolCommand extends $Command< * @public */ constructor(readonly input: DeleteIdentityPoolCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -159,7 +154,4 @@ export class DeleteIdentityPoolCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteIdentityPoolCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-cognito-identity/src/commands/DescribeIdentityCommand.ts b/clients/client-cognito-identity/src/commands/DescribeIdentityCommand.ts index 9f59494430e7..ac1ec292b0c5 100644 --- a/clients/client-cognito-identity/src/commands/DescribeIdentityCommand.ts +++ b/clients/client-cognito-identity/src/commands/DescribeIdentityCommand.ts @@ -94,9 +94,6 @@ export class DescribeIdentityCommand extends $Command< DescribeIdentityCommandOutput, CognitoIdentityClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -110,9 +107,7 @@ export class DescribeIdentityCommand extends $Command< * @public */ constructor(readonly input: DescribeIdentityCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -166,7 +161,4 @@ export class DescribeIdentityCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DescribeIdentityCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-cognito-identity/src/commands/DescribeIdentityPoolCommand.ts b/clients/client-cognito-identity/src/commands/DescribeIdentityPoolCommand.ts index 7821ebbdf8a0..8417b95a9a41 100644 --- a/clients/client-cognito-identity/src/commands/DescribeIdentityPoolCommand.ts +++ b/clients/client-cognito-identity/src/commands/DescribeIdentityPoolCommand.ts @@ -112,9 +112,6 @@ export class DescribeIdentityPoolCommand extends $Command< DescribeIdentityPoolCommandOutput, CognitoIdentityClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -128,9 +125,7 @@ export class DescribeIdentityPoolCommand extends $Command< * @public */ constructor(readonly input: DescribeIdentityPoolCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -184,7 +179,4 @@ export class DescribeIdentityPoolCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DescribeIdentityPoolCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-cognito-identity/src/commands/GetCredentialsForIdentityCommand.ts b/clients/client-cognito-identity/src/commands/GetCredentialsForIdentityCommand.ts index 1929e7808d69..1cc091ac39ea 100644 --- a/clients/client-cognito-identity/src/commands/GetCredentialsForIdentityCommand.ts +++ b/clients/client-cognito-identity/src/commands/GetCredentialsForIdentityCommand.ts @@ -112,9 +112,6 @@ export class GetCredentialsForIdentityCommand extends $Command< GetCredentialsForIdentityCommandOutput, CognitoIdentityClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -128,9 +125,7 @@ export class GetCredentialsForIdentityCommand extends $Command< * @public */ constructor(readonly input: GetCredentialsForIdentityCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -186,7 +181,4 @@ export class GetCredentialsForIdentityCommand extends $Command< ): Promise { return de_GetCredentialsForIdentityCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-cognito-identity/src/commands/GetIdCommand.ts b/clients/client-cognito-identity/src/commands/GetIdCommand.ts index 17f2af44f94f..fa1e4c9a0e28 100644 --- a/clients/client-cognito-identity/src/commands/GetIdCommand.ts +++ b/clients/client-cognito-identity/src/commands/GetIdCommand.ts @@ -99,9 +99,6 @@ export interface GetIdCommandOutput extends GetIdResponse, __MetadataBearer {} * */ export class GetIdCommand extends $Command { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -115,9 +112,7 @@ export class GetIdCommand extends $Command { return de_GetIdCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-cognito-identity/src/commands/GetIdentityPoolRolesCommand.ts b/clients/client-cognito-identity/src/commands/GetIdentityPoolRolesCommand.ts index 7aae5d52db2b..931dbeaf343d 100644 --- a/clients/client-cognito-identity/src/commands/GetIdentityPoolRolesCommand.ts +++ b/clients/client-cognito-identity/src/commands/GetIdentityPoolRolesCommand.ts @@ -111,9 +111,6 @@ export class GetIdentityPoolRolesCommand extends $Command< GetIdentityPoolRolesCommandOutput, CognitoIdentityClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -127,9 +124,7 @@ export class GetIdentityPoolRolesCommand extends $Command< * @public */ constructor(readonly input: GetIdentityPoolRolesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -183,7 +178,4 @@ export class GetIdentityPoolRolesCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetIdentityPoolRolesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-cognito-identity/src/commands/GetOpenIdTokenCommand.ts b/clients/client-cognito-identity/src/commands/GetOpenIdTokenCommand.ts index 79854a413b6e..cf70cd1c9a7c 100644 --- a/clients/client-cognito-identity/src/commands/GetOpenIdTokenCommand.ts +++ b/clients/client-cognito-identity/src/commands/GetOpenIdTokenCommand.ts @@ -102,9 +102,6 @@ export class GetOpenIdTokenCommand extends $Command< GetOpenIdTokenCommandOutput, CognitoIdentityClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -118,9 +115,7 @@ export class GetOpenIdTokenCommand extends $Command< * @public */ constructor(readonly input: GetOpenIdTokenCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -173,7 +168,4 @@ export class GetOpenIdTokenCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetOpenIdTokenCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-cognito-identity/src/commands/GetOpenIdTokenForDeveloperIdentityCommand.ts b/clients/client-cognito-identity/src/commands/GetOpenIdTokenForDeveloperIdentityCommand.ts index 2929652fcf47..30cf64abce74 100644 --- a/clients/client-cognito-identity/src/commands/GetOpenIdTokenForDeveloperIdentityCommand.ts +++ b/clients/client-cognito-identity/src/commands/GetOpenIdTokenForDeveloperIdentityCommand.ts @@ -124,9 +124,6 @@ export class GetOpenIdTokenForDeveloperIdentityCommand extends $Command< GetOpenIdTokenForDeveloperIdentityCommandOutput, CognitoIdentityClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -140,9 +137,7 @@ export class GetOpenIdTokenForDeveloperIdentityCommand extends $Command< * @public */ constructor(readonly input: GetOpenIdTokenForDeveloperIdentityCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -202,7 +197,4 @@ export class GetOpenIdTokenForDeveloperIdentityCommand extends $Command< ): Promise { return de_GetOpenIdTokenForDeveloperIdentityCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-cognito-identity/src/commands/GetPrincipalTagAttributeMapCommand.ts b/clients/client-cognito-identity/src/commands/GetPrincipalTagAttributeMapCommand.ts index ed79e13a96d3..84475746ef6a 100644 --- a/clients/client-cognito-identity/src/commands/GetPrincipalTagAttributeMapCommand.ts +++ b/clients/client-cognito-identity/src/commands/GetPrincipalTagAttributeMapCommand.ts @@ -95,9 +95,6 @@ export class GetPrincipalTagAttributeMapCommand extends $Command< GetPrincipalTagAttributeMapCommandOutput, CognitoIdentityClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -111,9 +108,7 @@ export class GetPrincipalTagAttributeMapCommand extends $Command< * @public */ constructor(readonly input: GetPrincipalTagAttributeMapCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -170,7 +165,4 @@ export class GetPrincipalTagAttributeMapCommand extends $Command< ): Promise { return de_GetPrincipalTagAttributeMapCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-cognito-identity/src/commands/ListIdentitiesCommand.ts b/clients/client-cognito-identity/src/commands/ListIdentitiesCommand.ts index 4180f6e03e3a..f7439b6f0a8c 100644 --- a/clients/client-cognito-identity/src/commands/ListIdentitiesCommand.ts +++ b/clients/client-cognito-identity/src/commands/ListIdentitiesCommand.ts @@ -102,9 +102,6 @@ export class ListIdentitiesCommand extends $Command< ListIdentitiesCommandOutput, CognitoIdentityClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -118,9 +115,7 @@ export class ListIdentitiesCommand extends $Command< * @public */ constructor(readonly input: ListIdentitiesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -174,7 +169,4 @@ export class ListIdentitiesCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListIdentitiesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-cognito-identity/src/commands/ListIdentityPoolsCommand.ts b/clients/client-cognito-identity/src/commands/ListIdentityPoolsCommand.ts index 604a2671d7ee..ed0e34be541d 100644 --- a/clients/client-cognito-identity/src/commands/ListIdentityPoolsCommand.ts +++ b/clients/client-cognito-identity/src/commands/ListIdentityPoolsCommand.ts @@ -95,9 +95,6 @@ export class ListIdentityPoolsCommand extends $Command< ListIdentityPoolsCommandOutput, CognitoIdentityClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -111,9 +108,7 @@ export class ListIdentityPoolsCommand extends $Command< * @public */ constructor(readonly input: ListIdentityPoolsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -167,7 +162,4 @@ export class ListIdentityPoolsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListIdentityPoolsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-cognito-identity/src/commands/ListTagsForResourceCommand.ts b/clients/client-cognito-identity/src/commands/ListTagsForResourceCommand.ts index 27b35bb982d0..86713608aef7 100644 --- a/clients/client-cognito-identity/src/commands/ListTagsForResourceCommand.ts +++ b/clients/client-cognito-identity/src/commands/ListTagsForResourceCommand.ts @@ -92,9 +92,6 @@ export class ListTagsForResourceCommand extends $Command< ListTagsForResourceCommandOutput, CognitoIdentityClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -108,9 +105,7 @@ export class ListTagsForResourceCommand extends $Command< * @public */ constructor(readonly input: ListTagsForResourceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -164,7 +159,4 @@ export class ListTagsForResourceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListTagsForResourceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-cognito-identity/src/commands/LookupDeveloperIdentityCommand.ts b/clients/client-cognito-identity/src/commands/LookupDeveloperIdentityCommand.ts index a776330ae96d..3f1bce74d8ab 100644 --- a/clients/client-cognito-identity/src/commands/LookupDeveloperIdentityCommand.ts +++ b/clients/client-cognito-identity/src/commands/LookupDeveloperIdentityCommand.ts @@ -115,9 +115,6 @@ export class LookupDeveloperIdentityCommand extends $Command< LookupDeveloperIdentityCommandOutput, CognitoIdentityClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -131,9 +128,7 @@ export class LookupDeveloperIdentityCommand extends $Command< * @public */ constructor(readonly input: LookupDeveloperIdentityCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -187,7 +182,4 @@ export class LookupDeveloperIdentityCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_LookupDeveloperIdentityCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-cognito-identity/src/commands/MergeDeveloperIdentitiesCommand.ts b/clients/client-cognito-identity/src/commands/MergeDeveloperIdentitiesCommand.ts index c5343d2bd7e7..9b50186037b0 100644 --- a/clients/client-cognito-identity/src/commands/MergeDeveloperIdentitiesCommand.ts +++ b/clients/client-cognito-identity/src/commands/MergeDeveloperIdentitiesCommand.ts @@ -106,9 +106,6 @@ export class MergeDeveloperIdentitiesCommand extends $Command< MergeDeveloperIdentitiesCommandOutput, CognitoIdentityClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -122,9 +119,7 @@ export class MergeDeveloperIdentitiesCommand extends $Command< * @public */ constructor(readonly input: MergeDeveloperIdentitiesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -178,7 +173,4 @@ export class MergeDeveloperIdentitiesCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_MergeDeveloperIdentitiesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-cognito-identity/src/commands/SetIdentityPoolRolesCommand.ts b/clients/client-cognito-identity/src/commands/SetIdentityPoolRolesCommand.ts index a51610475d62..471b5c86068b 100644 --- a/clients/client-cognito-identity/src/commands/SetIdentityPoolRolesCommand.ts +++ b/clients/client-cognito-identity/src/commands/SetIdentityPoolRolesCommand.ts @@ -112,9 +112,6 @@ export class SetIdentityPoolRolesCommand extends $Command< SetIdentityPoolRolesCommandOutput, CognitoIdentityClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -128,9 +125,7 @@ export class SetIdentityPoolRolesCommand extends $Command< * @public */ constructor(readonly input: SetIdentityPoolRolesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -184,7 +179,4 @@ export class SetIdentityPoolRolesCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_SetIdentityPoolRolesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-cognito-identity/src/commands/SetPrincipalTagAttributeMapCommand.ts b/clients/client-cognito-identity/src/commands/SetPrincipalTagAttributeMapCommand.ts index a423b607a63f..24dd0617bbcf 100644 --- a/clients/client-cognito-identity/src/commands/SetPrincipalTagAttributeMapCommand.ts +++ b/clients/client-cognito-identity/src/commands/SetPrincipalTagAttributeMapCommand.ts @@ -99,9 +99,6 @@ export class SetPrincipalTagAttributeMapCommand extends $Command< SetPrincipalTagAttributeMapCommandOutput, CognitoIdentityClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -115,9 +112,7 @@ export class SetPrincipalTagAttributeMapCommand extends $Command< * @public */ constructor(readonly input: SetPrincipalTagAttributeMapCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -174,7 +169,4 @@ export class SetPrincipalTagAttributeMapCommand extends $Command< ): Promise { return de_SetPrincipalTagAttributeMapCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-cognito-identity/src/commands/TagResourceCommand.ts b/clients/client-cognito-identity/src/commands/TagResourceCommand.ts index 6ce8bdbca9bd..1afcb9739182 100644 --- a/clients/client-cognito-identity/src/commands/TagResourceCommand.ts +++ b/clients/client-cognito-identity/src/commands/TagResourceCommand.ts @@ -102,9 +102,6 @@ export class TagResourceCommand extends $Command< TagResourceCommandOutput, CognitoIdentityClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -118,9 +115,7 @@ export class TagResourceCommand extends $Command< * @public */ constructor(readonly input: TagResourceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -172,7 +167,4 @@ export class TagResourceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_TagResourceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-cognito-identity/src/commands/UnlinkDeveloperIdentityCommand.ts b/clients/client-cognito-identity/src/commands/UnlinkDeveloperIdentityCommand.ts index 4f0870eed30b..5bc590db814b 100644 --- a/clients/client-cognito-identity/src/commands/UnlinkDeveloperIdentityCommand.ts +++ b/clients/client-cognito-identity/src/commands/UnlinkDeveloperIdentityCommand.ts @@ -96,9 +96,6 @@ export class UnlinkDeveloperIdentityCommand extends $Command< UnlinkDeveloperIdentityCommandOutput, CognitoIdentityClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -112,9 +109,7 @@ export class UnlinkDeveloperIdentityCommand extends $Command< * @public */ constructor(readonly input: UnlinkDeveloperIdentityCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -168,7 +163,4 @@ export class UnlinkDeveloperIdentityCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UnlinkDeveloperIdentityCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-cognito-identity/src/commands/UnlinkIdentityCommand.ts b/clients/client-cognito-identity/src/commands/UnlinkIdentityCommand.ts index fd997d7a1fac..1ecb5a13bf52 100644 --- a/clients/client-cognito-identity/src/commands/UnlinkIdentityCommand.ts +++ b/clients/client-cognito-identity/src/commands/UnlinkIdentityCommand.ts @@ -101,9 +101,6 @@ export class UnlinkIdentityCommand extends $Command< UnlinkIdentityCommandOutput, CognitoIdentityClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -117,9 +114,7 @@ export class UnlinkIdentityCommand extends $Command< * @public */ constructor(readonly input: UnlinkIdentityCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -172,7 +167,4 @@ export class UnlinkIdentityCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UnlinkIdentityCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-cognito-identity/src/commands/UntagResourceCommand.ts b/clients/client-cognito-identity/src/commands/UntagResourceCommand.ts index bbd531be0915..13b92eb7a3a9 100644 --- a/clients/client-cognito-identity/src/commands/UntagResourceCommand.ts +++ b/clients/client-cognito-identity/src/commands/UntagResourceCommand.ts @@ -89,9 +89,6 @@ export class UntagResourceCommand extends $Command< UntagResourceCommandOutput, CognitoIdentityClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -105,9 +102,7 @@ export class UntagResourceCommand extends $Command< * @public */ constructor(readonly input: UntagResourceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -159,7 +154,4 @@ export class UntagResourceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UntagResourceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-cognito-identity/src/commands/UpdateIdentityPoolCommand.ts b/clients/client-cognito-identity/src/commands/UpdateIdentityPoolCommand.ts index cb1cfc762b77..f98c7084e02f 100644 --- a/clients/client-cognito-identity/src/commands/UpdateIdentityPoolCommand.ts +++ b/clients/client-cognito-identity/src/commands/UpdateIdentityPoolCommand.ts @@ -144,9 +144,6 @@ export class UpdateIdentityPoolCommand extends $Command< UpdateIdentityPoolCommandOutput, CognitoIdentityClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -160,9 +157,7 @@ export class UpdateIdentityPoolCommand extends $Command< * @public */ constructor(readonly input: UpdateIdentityPoolCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -216,7 +211,4 @@ export class UpdateIdentityPoolCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdateIdentityPoolCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-cognito-sync/package.json b/clients/client-cognito-sync/package.json index 1f735d6a4cad..78557f0eac37 100644 --- a/clients/client-cognito-sync/package.json +++ b/clients/client-cognito-sync/package.json @@ -34,29 +34,29 @@ "@aws-sdk/util-endpoints": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@smithy/config-resolver": "^2.0.16", - "@smithy/fetch-http-handler": "^2.2.4", - "@smithy/hash-node": "^2.0.12", - "@smithy/invalid-dependency": "^2.0.12", - "@smithy/middleware-content-length": "^2.0.14", - "@smithy/middleware-endpoint": "^2.1.3", - "@smithy/middleware-retry": "^2.0.18", - "@smithy/middleware-serde": "^2.0.12", - "@smithy/middleware-stack": "^2.0.6", - "@smithy/node-config-provider": "^2.1.3", - "@smithy/node-http-handler": "^2.1.8", - "@smithy/protocol-http": "^3.0.8", - "@smithy/smithy-client": "^2.1.12", - "@smithy/types": "^2.4.0", - "@smithy/url-parser": "^2.0.12", - "@smithy/util-base64": "^2.0.0", + "@smithy/config-resolver": "^2.0.18", + "@smithy/fetch-http-handler": "^2.2.6", + "@smithy/hash-node": "^2.0.15", + "@smithy/invalid-dependency": "^2.0.13", + "@smithy/middleware-content-length": "^2.0.15", + "@smithy/middleware-endpoint": "^2.2.0", + "@smithy/middleware-retry": "^2.0.20", + "@smithy/middleware-serde": "^2.0.13", + "@smithy/middleware-stack": "^2.0.7", + "@smithy/node-config-provider": "^2.1.5", + "@smithy/node-http-handler": "^2.1.9", + "@smithy/protocol-http": "^3.0.9", + "@smithy/smithy-client": "^2.1.15", + "@smithy/types": "^2.5.0", + "@smithy/url-parser": "^2.0.13", + "@smithy/util-base64": "^2.0.1", "@smithy/util-body-length-browser": "^2.0.0", "@smithy/util-body-length-node": "^2.1.0", - "@smithy/util-defaults-mode-browser": "^2.0.16", - "@smithy/util-defaults-mode-node": "^2.0.21", - "@smithy/util-endpoints": "^1.0.2", - "@smithy/util-retry": "^2.0.5", - "@smithy/util-utf8": "^2.0.0", + "@smithy/util-defaults-mode-browser": "^2.0.19", + "@smithy/util-defaults-mode-node": "^2.0.25", + "@smithy/util-endpoints": "^1.0.4", + "@smithy/util-retry": "^2.0.6", + "@smithy/util-utf8": "^2.0.2", "tslib": "^2.5.0" }, "devDependencies": { diff --git a/clients/client-cognito-sync/src/commands/BulkPublishCommand.ts b/clients/client-cognito-sync/src/commands/BulkPublishCommand.ts index 148f615d57b1..10103ace1f0f 100644 --- a/clients/client-cognito-sync/src/commands/BulkPublishCommand.ts +++ b/clients/client-cognito-sync/src/commands/BulkPublishCommand.ts @@ -92,9 +92,6 @@ export class BulkPublishCommand extends $Command< BulkPublishCommandOutput, CognitoSyncClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -108,9 +105,7 @@ export class BulkPublishCommand extends $Command< * @public */ constructor(readonly input: BulkPublishCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -161,7 +156,4 @@ export class BulkPublishCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_BulkPublishCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-cognito-sync/src/commands/DeleteDatasetCommand.ts b/clients/client-cognito-sync/src/commands/DeleteDatasetCommand.ts index 1b8bca0c76fd..1543e56f08aa 100644 --- a/clients/client-cognito-sync/src/commands/DeleteDatasetCommand.ts +++ b/clients/client-cognito-sync/src/commands/DeleteDatasetCommand.ts @@ -108,9 +108,6 @@ export class DeleteDatasetCommand extends $Command< DeleteDatasetCommandOutput, CognitoSyncClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -124,9 +121,7 @@ export class DeleteDatasetCommand extends $Command< * @public */ constructor(readonly input: DeleteDatasetCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -177,7 +172,4 @@ export class DeleteDatasetCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteDatasetCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-cognito-sync/src/commands/DescribeDatasetCommand.ts b/clients/client-cognito-sync/src/commands/DescribeDatasetCommand.ts index 1f07abb6148b..fac3fa3ba5a8 100644 --- a/clients/client-cognito-sync/src/commands/DescribeDatasetCommand.ts +++ b/clients/client-cognito-sync/src/commands/DescribeDatasetCommand.ts @@ -103,9 +103,6 @@ export class DescribeDatasetCommand extends $Command< DescribeDatasetCommandOutput, CognitoSyncClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -119,9 +116,7 @@ export class DescribeDatasetCommand extends $Command< * @public */ constructor(readonly input: DescribeDatasetCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -174,7 +169,4 @@ export class DescribeDatasetCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DescribeDatasetCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-cognito-sync/src/commands/DescribeIdentityPoolUsageCommand.ts b/clients/client-cognito-sync/src/commands/DescribeIdentityPoolUsageCommand.ts index 0343fd1b1ad6..199b2c4ee99c 100644 --- a/clients/client-cognito-sync/src/commands/DescribeIdentityPoolUsageCommand.ts +++ b/clients/client-cognito-sync/src/commands/DescribeIdentityPoolUsageCommand.ts @@ -143,9 +143,6 @@ export class DescribeIdentityPoolUsageCommand extends $Command< DescribeIdentityPoolUsageCommandOutput, CognitoSyncClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -159,9 +156,7 @@ export class DescribeIdentityPoolUsageCommand extends $Command< * @public */ constructor(readonly input: DescribeIdentityPoolUsageCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -217,7 +212,4 @@ export class DescribeIdentityPoolUsageCommand extends $Command< ): Promise { return de_DescribeIdentityPoolUsageCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-cognito-sync/src/commands/DescribeIdentityUsageCommand.ts b/clients/client-cognito-sync/src/commands/DescribeIdentityUsageCommand.ts index 02847a91a43d..5b473494af06 100644 --- a/clients/client-cognito-sync/src/commands/DescribeIdentityUsageCommand.ts +++ b/clients/client-cognito-sync/src/commands/DescribeIdentityUsageCommand.ts @@ -146,9 +146,6 @@ export class DescribeIdentityUsageCommand extends $Command< DescribeIdentityUsageCommandOutput, CognitoSyncClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -162,9 +159,7 @@ export class DescribeIdentityUsageCommand extends $Command< * @public */ constructor(readonly input: DescribeIdentityUsageCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -217,7 +212,4 @@ export class DescribeIdentityUsageCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DescribeIdentityUsageCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-cognito-sync/src/commands/GetBulkPublishDetailsCommand.ts b/clients/client-cognito-sync/src/commands/GetBulkPublishDetailsCommand.ts index 6d0e530192dd..fe37ec56c211 100644 --- a/clients/client-cognito-sync/src/commands/GetBulkPublishDetailsCommand.ts +++ b/clients/client-cognito-sync/src/commands/GetBulkPublishDetailsCommand.ts @@ -90,9 +90,6 @@ export class GetBulkPublishDetailsCommand extends $Command< GetBulkPublishDetailsCommandOutput, CognitoSyncClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -106,9 +103,7 @@ export class GetBulkPublishDetailsCommand extends $Command< * @public */ constructor(readonly input: GetBulkPublishDetailsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -161,7 +156,4 @@ export class GetBulkPublishDetailsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetBulkPublishDetailsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-cognito-sync/src/commands/GetCognitoEventsCommand.ts b/clients/client-cognito-sync/src/commands/GetCognitoEventsCommand.ts index 1bbd2014acae..15f21eff216a 100644 --- a/clients/client-cognito-sync/src/commands/GetCognitoEventsCommand.ts +++ b/clients/client-cognito-sync/src/commands/GetCognitoEventsCommand.ts @@ -92,9 +92,6 @@ export class GetCognitoEventsCommand extends $Command< GetCognitoEventsCommandOutput, CognitoSyncClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -108,9 +105,7 @@ export class GetCognitoEventsCommand extends $Command< * @public */ constructor(readonly input: GetCognitoEventsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -163,7 +158,4 @@ export class GetCognitoEventsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetCognitoEventsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-cognito-sync/src/commands/GetIdentityPoolConfigurationCommand.ts b/clients/client-cognito-sync/src/commands/GetIdentityPoolConfigurationCommand.ts index 2730ec34168d..71f1ed8c07c0 100644 --- a/clients/client-cognito-sync/src/commands/GetIdentityPoolConfigurationCommand.ts +++ b/clients/client-cognito-sync/src/commands/GetIdentityPoolConfigurationCommand.ts @@ -152,9 +152,6 @@ export class GetIdentityPoolConfigurationCommand extends $Command< GetIdentityPoolConfigurationCommandOutput, CognitoSyncClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -168,9 +165,7 @@ export class GetIdentityPoolConfigurationCommand extends $Command< * @public */ constructor(readonly input: GetIdentityPoolConfigurationCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -226,7 +221,4 @@ export class GetIdentityPoolConfigurationCommand extends $Command< ): Promise { return de_GetIdentityPoolConfigurationCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-cognito-sync/src/commands/ListDatasetsCommand.ts b/clients/client-cognito-sync/src/commands/ListDatasetsCommand.ts index 45ca21eeab41..b21db42abb30 100644 --- a/clients/client-cognito-sync/src/commands/ListDatasetsCommand.ts +++ b/clients/client-cognito-sync/src/commands/ListDatasetsCommand.ts @@ -159,9 +159,6 @@ export class ListDatasetsCommand extends $Command< ListDatasetsCommandOutput, CognitoSyncClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -175,9 +172,7 @@ export class ListDatasetsCommand extends $Command< * @public */ constructor(readonly input: ListDatasetsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -228,7 +223,4 @@ export class ListDatasetsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListDatasetsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-cognito-sync/src/commands/ListIdentityPoolUsageCommand.ts b/clients/client-cognito-sync/src/commands/ListIdentityPoolUsageCommand.ts index 12e06800f7da..1f8f2f352cbc 100644 --- a/clients/client-cognito-sync/src/commands/ListIdentityPoolUsageCommand.ts +++ b/clients/client-cognito-sync/src/commands/ListIdentityPoolUsageCommand.ts @@ -155,9 +155,6 @@ export class ListIdentityPoolUsageCommand extends $Command< ListIdentityPoolUsageCommandOutput, CognitoSyncClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -171,9 +168,7 @@ export class ListIdentityPoolUsageCommand extends $Command< * @public */ constructor(readonly input: ListIdentityPoolUsageCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -226,7 +221,4 @@ export class ListIdentityPoolUsageCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListIdentityPoolUsageCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-cognito-sync/src/commands/ListRecordsCommand.ts b/clients/client-cognito-sync/src/commands/ListRecordsCommand.ts index f5962a571ffd..b1377edcd009 100644 --- a/clients/client-cognito-sync/src/commands/ListRecordsCommand.ts +++ b/clients/client-cognito-sync/src/commands/ListRecordsCommand.ts @@ -166,9 +166,6 @@ export class ListRecordsCommand extends $Command< ListRecordsCommandOutput, CognitoSyncClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -182,9 +179,7 @@ export class ListRecordsCommand extends $Command< * @public */ constructor(readonly input: ListRecordsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -235,7 +230,4 @@ export class ListRecordsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListRecordsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-cognito-sync/src/commands/RegisterDeviceCommand.ts b/clients/client-cognito-sync/src/commands/RegisterDeviceCommand.ts index 9f6a7d53f00f..4efb25bc05df 100644 --- a/clients/client-cognito-sync/src/commands/RegisterDeviceCommand.ts +++ b/clients/client-cognito-sync/src/commands/RegisterDeviceCommand.ts @@ -139,9 +139,6 @@ export class RegisterDeviceCommand extends $Command< RegisterDeviceCommandOutput, CognitoSyncClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -155,9 +152,7 @@ export class RegisterDeviceCommand extends $Command< * @public */ constructor(readonly input: RegisterDeviceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -210,7 +205,4 @@ export class RegisterDeviceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_RegisterDeviceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-cognito-sync/src/commands/SetCognitoEventsCommand.ts b/clients/client-cognito-sync/src/commands/SetCognitoEventsCommand.ts index dd7148ce2f27..ab8e8ed8c742 100644 --- a/clients/client-cognito-sync/src/commands/SetCognitoEventsCommand.ts +++ b/clients/client-cognito-sync/src/commands/SetCognitoEventsCommand.ts @@ -91,9 +91,6 @@ export class SetCognitoEventsCommand extends $Command< SetCognitoEventsCommandOutput, CognitoSyncClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -107,9 +104,7 @@ export class SetCognitoEventsCommand extends $Command< * @public */ constructor(readonly input: SetCognitoEventsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -162,7 +157,4 @@ export class SetCognitoEventsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_SetCognitoEventsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-cognito-sync/src/commands/SetIdentityPoolConfigurationCommand.ts b/clients/client-cognito-sync/src/commands/SetIdentityPoolConfigurationCommand.ts index 4d966bd7413c..3d71363e6196 100644 --- a/clients/client-cognito-sync/src/commands/SetIdentityPoolConfigurationCommand.ts +++ b/clients/client-cognito-sync/src/commands/SetIdentityPoolConfigurationCommand.ts @@ -170,9 +170,6 @@ export class SetIdentityPoolConfigurationCommand extends $Command< SetIdentityPoolConfigurationCommandOutput, CognitoSyncClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -186,9 +183,7 @@ export class SetIdentityPoolConfigurationCommand extends $Command< * @public */ constructor(readonly input: SetIdentityPoolConfigurationCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -244,7 +239,4 @@ export class SetIdentityPoolConfigurationCommand extends $Command< ): Promise { return de_SetIdentityPoolConfigurationCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-cognito-sync/src/commands/SubscribeToDatasetCommand.ts b/clients/client-cognito-sync/src/commands/SubscribeToDatasetCommand.ts index 5e83f9b8663f..d67c31172408 100644 --- a/clients/client-cognito-sync/src/commands/SubscribeToDatasetCommand.ts +++ b/clients/client-cognito-sync/src/commands/SubscribeToDatasetCommand.ts @@ -136,9 +136,6 @@ export class SubscribeToDatasetCommand extends $Command< SubscribeToDatasetCommandOutput, CognitoSyncClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -152,9 +149,7 @@ export class SubscribeToDatasetCommand extends $Command< * @public */ constructor(readonly input: SubscribeToDatasetCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -207,7 +202,4 @@ export class SubscribeToDatasetCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_SubscribeToDatasetCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-cognito-sync/src/commands/UnsubscribeFromDatasetCommand.ts b/clients/client-cognito-sync/src/commands/UnsubscribeFromDatasetCommand.ts index 7d026afbfa7e..bdd4e91333e7 100644 --- a/clients/client-cognito-sync/src/commands/UnsubscribeFromDatasetCommand.ts +++ b/clients/client-cognito-sync/src/commands/UnsubscribeFromDatasetCommand.ts @@ -137,9 +137,6 @@ export class UnsubscribeFromDatasetCommand extends $Command< UnsubscribeFromDatasetCommandOutput, CognitoSyncClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -153,9 +150,7 @@ export class UnsubscribeFromDatasetCommand extends $Command< * @public */ constructor(readonly input: UnsubscribeFromDatasetCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -208,7 +203,4 @@ export class UnsubscribeFromDatasetCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UnsubscribeFromDatasetCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-cognito-sync/src/commands/UpdateRecordsCommand.ts b/clients/client-cognito-sync/src/commands/UpdateRecordsCommand.ts index b5c72580bd0e..7b1a96cbfb6a 100644 --- a/clients/client-cognito-sync/src/commands/UpdateRecordsCommand.ts +++ b/clients/client-cognito-sync/src/commands/UpdateRecordsCommand.ts @@ -129,9 +129,6 @@ export class UpdateRecordsCommand extends $Command< UpdateRecordsCommandOutput, CognitoSyncClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -145,9 +142,7 @@ export class UpdateRecordsCommand extends $Command< * @public */ constructor(readonly input: UpdateRecordsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -198,7 +193,4 @@ export class UpdateRecordsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdateRecordsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-comprehend/package.json b/clients/client-comprehend/package.json index 0737ac6defdb..e9501849495e 100644 --- a/clients/client-comprehend/package.json +++ b/clients/client-comprehend/package.json @@ -34,29 +34,29 @@ "@aws-sdk/util-endpoints": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@smithy/config-resolver": "^2.0.16", - "@smithy/fetch-http-handler": "^2.2.4", - "@smithy/hash-node": "^2.0.12", - "@smithy/invalid-dependency": "^2.0.12", - "@smithy/middleware-content-length": "^2.0.14", - "@smithy/middleware-endpoint": "^2.1.3", - "@smithy/middleware-retry": "^2.0.18", - "@smithy/middleware-serde": "^2.0.12", - "@smithy/middleware-stack": "^2.0.6", - "@smithy/node-config-provider": "^2.1.3", - "@smithy/node-http-handler": "^2.1.8", - "@smithy/protocol-http": "^3.0.8", - "@smithy/smithy-client": "^2.1.12", - "@smithy/types": "^2.4.0", - "@smithy/url-parser": "^2.0.12", - "@smithy/util-base64": "^2.0.0", + "@smithy/config-resolver": "^2.0.18", + "@smithy/fetch-http-handler": "^2.2.6", + "@smithy/hash-node": "^2.0.15", + "@smithy/invalid-dependency": "^2.0.13", + "@smithy/middleware-content-length": "^2.0.15", + "@smithy/middleware-endpoint": "^2.2.0", + "@smithy/middleware-retry": "^2.0.20", + "@smithy/middleware-serde": "^2.0.13", + "@smithy/middleware-stack": "^2.0.7", + "@smithy/node-config-provider": "^2.1.5", + "@smithy/node-http-handler": "^2.1.9", + "@smithy/protocol-http": "^3.0.9", + "@smithy/smithy-client": "^2.1.15", + "@smithy/types": "^2.5.0", + "@smithy/url-parser": "^2.0.13", + "@smithy/util-base64": "^2.0.1", "@smithy/util-body-length-browser": "^2.0.0", "@smithy/util-body-length-node": "^2.1.0", - "@smithy/util-defaults-mode-browser": "^2.0.16", - "@smithy/util-defaults-mode-node": "^2.0.21", - "@smithy/util-endpoints": "^1.0.2", - "@smithy/util-retry": "^2.0.5", - "@smithy/util-utf8": "^2.0.0", + "@smithy/util-defaults-mode-browser": "^2.0.19", + "@smithy/util-defaults-mode-node": "^2.0.25", + "@smithy/util-endpoints": "^1.0.4", + "@smithy/util-retry": "^2.0.6", + "@smithy/util-utf8": "^2.0.2", "tslib": "^2.5.0", "uuid": "^8.3.2" }, diff --git a/clients/client-comprehend/src/commands/BatchDetectDominantLanguageCommand.ts b/clients/client-comprehend/src/commands/BatchDetectDominantLanguageCommand.ts index 7f0602e3c245..1dfc69356502 100644 --- a/clients/client-comprehend/src/commands/BatchDetectDominantLanguageCommand.ts +++ b/clients/client-comprehend/src/commands/BatchDetectDominantLanguageCommand.ts @@ -111,9 +111,6 @@ export class BatchDetectDominantLanguageCommand extends $Command< BatchDetectDominantLanguageCommandOutput, ComprehendClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -127,9 +124,7 @@ export class BatchDetectDominantLanguageCommand extends $Command< * @public */ constructor(readonly input: BatchDetectDominantLanguageCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -185,7 +180,4 @@ export class BatchDetectDominantLanguageCommand extends $Command< ): Promise { return de_BatchDetectDominantLanguageCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-comprehend/src/commands/BatchDetectEntitiesCommand.ts b/clients/client-comprehend/src/commands/BatchDetectEntitiesCommand.ts index ced882836220..315138928709 100644 --- a/clients/client-comprehend/src/commands/BatchDetectEntitiesCommand.ts +++ b/clients/client-comprehend/src/commands/BatchDetectEntitiesCommand.ts @@ -135,9 +135,6 @@ export class BatchDetectEntitiesCommand extends $Command< BatchDetectEntitiesCommandOutput, ComprehendClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -151,9 +148,7 @@ export class BatchDetectEntitiesCommand extends $Command< * @public */ constructor(readonly input: BatchDetectEntitiesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -206,7 +201,4 @@ export class BatchDetectEntitiesCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_BatchDetectEntitiesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-comprehend/src/commands/BatchDetectKeyPhrasesCommand.ts b/clients/client-comprehend/src/commands/BatchDetectKeyPhrasesCommand.ts index 63b176d95b71..070ddde83294 100644 --- a/clients/client-comprehend/src/commands/BatchDetectKeyPhrasesCommand.ts +++ b/clients/client-comprehend/src/commands/BatchDetectKeyPhrasesCommand.ts @@ -117,9 +117,6 @@ export class BatchDetectKeyPhrasesCommand extends $Command< BatchDetectKeyPhrasesCommandOutput, ComprehendClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -133,9 +130,7 @@ export class BatchDetectKeyPhrasesCommand extends $Command< * @public */ constructor(readonly input: BatchDetectKeyPhrasesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -188,7 +183,4 @@ export class BatchDetectKeyPhrasesCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_BatchDetectKeyPhrasesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-comprehend/src/commands/BatchDetectSentimentCommand.ts b/clients/client-comprehend/src/commands/BatchDetectSentimentCommand.ts index fa04e2db54ac..9b02d0942834 100644 --- a/clients/client-comprehend/src/commands/BatchDetectSentimentCommand.ts +++ b/clients/client-comprehend/src/commands/BatchDetectSentimentCommand.ts @@ -118,9 +118,6 @@ export class BatchDetectSentimentCommand extends $Command< BatchDetectSentimentCommandOutput, ComprehendClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -134,9 +131,7 @@ export class BatchDetectSentimentCommand extends $Command< * @public */ constructor(readonly input: BatchDetectSentimentCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -189,7 +184,4 @@ export class BatchDetectSentimentCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_BatchDetectSentimentCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-comprehend/src/commands/BatchDetectSyntaxCommand.ts b/clients/client-comprehend/src/commands/BatchDetectSyntaxCommand.ts index c0991eeccdd3..d010fe8687a0 100644 --- a/clients/client-comprehend/src/commands/BatchDetectSyntaxCommand.ts +++ b/clients/client-comprehend/src/commands/BatchDetectSyntaxCommand.ts @@ -124,9 +124,6 @@ export class BatchDetectSyntaxCommand extends $Command< BatchDetectSyntaxCommandOutput, ComprehendClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -140,9 +137,7 @@ export class BatchDetectSyntaxCommand extends $Command< * @public */ constructor(readonly input: BatchDetectSyntaxCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -195,7 +190,4 @@ export class BatchDetectSyntaxCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_BatchDetectSyntaxCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-comprehend/src/commands/BatchDetectTargetedSentimentCommand.ts b/clients/client-comprehend/src/commands/BatchDetectTargetedSentimentCommand.ts index 820d0130d54d..09cc2323b67d 100644 --- a/clients/client-comprehend/src/commands/BatchDetectTargetedSentimentCommand.ts +++ b/clients/client-comprehend/src/commands/BatchDetectTargetedSentimentCommand.ts @@ -142,9 +142,6 @@ export class BatchDetectTargetedSentimentCommand extends $Command< BatchDetectTargetedSentimentCommandOutput, ComprehendClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -158,9 +155,7 @@ export class BatchDetectTargetedSentimentCommand extends $Command< * @public */ constructor(readonly input: BatchDetectTargetedSentimentCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -216,7 +211,4 @@ export class BatchDetectTargetedSentimentCommand extends $Command< ): Promise { return de_BatchDetectTargetedSentimentCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-comprehend/src/commands/ClassifyDocumentCommand.ts b/clients/client-comprehend/src/commands/ClassifyDocumentCommand.ts index 4244498edc44..0f0464dbe5a3 100644 --- a/clients/client-comprehend/src/commands/ClassifyDocumentCommand.ts +++ b/clients/client-comprehend/src/commands/ClassifyDocumentCommand.ts @@ -161,9 +161,6 @@ export class ClassifyDocumentCommand extends $Command< ClassifyDocumentCommandOutput, ComprehendClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -177,9 +174,7 @@ export class ClassifyDocumentCommand extends $Command< * @public */ constructor(readonly input: ClassifyDocumentCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -232,7 +227,4 @@ export class ClassifyDocumentCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ClassifyDocumentCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-comprehend/src/commands/ContainsPiiEntitiesCommand.ts b/clients/client-comprehend/src/commands/ContainsPiiEntitiesCommand.ts index c3fb720d99ca..b51bb5801e2d 100644 --- a/clients/client-comprehend/src/commands/ContainsPiiEntitiesCommand.ts +++ b/clients/client-comprehend/src/commands/ContainsPiiEntitiesCommand.ts @@ -94,9 +94,6 @@ export class ContainsPiiEntitiesCommand extends $Command< ContainsPiiEntitiesCommandOutput, ComprehendClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -110,9 +107,7 @@ export class ContainsPiiEntitiesCommand extends $Command< * @public */ constructor(readonly input: ContainsPiiEntitiesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -165,7 +160,4 @@ export class ContainsPiiEntitiesCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ContainsPiiEntitiesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-comprehend/src/commands/CreateDatasetCommand.ts b/clients/client-comprehend/src/commands/CreateDatasetCommand.ts index 3ee9c5b5661c..a9f89c3a34fd 100644 --- a/clients/client-comprehend/src/commands/CreateDatasetCommand.ts +++ b/clients/client-comprehend/src/commands/CreateDatasetCommand.ts @@ -137,9 +137,6 @@ export class CreateDatasetCommand extends $Command< CreateDatasetCommandOutput, ComprehendClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -153,9 +150,7 @@ export class CreateDatasetCommand extends $Command< * @public */ constructor(readonly input: CreateDatasetCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -206,7 +201,4 @@ export class CreateDatasetCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateDatasetCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-comprehend/src/commands/CreateDocumentClassifierCommand.ts b/clients/client-comprehend/src/commands/CreateDocumentClassifierCommand.ts index 3faf730ca42a..c1b258fa3af8 100644 --- a/clients/client-comprehend/src/commands/CreateDocumentClassifierCommand.ts +++ b/clients/client-comprehend/src/commands/CreateDocumentClassifierCommand.ts @@ -165,9 +165,6 @@ export class CreateDocumentClassifierCommand extends $Command< CreateDocumentClassifierCommandOutput, ComprehendClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -181,9 +178,7 @@ export class CreateDocumentClassifierCommand extends $Command< * @public */ constructor(readonly input: CreateDocumentClassifierCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -236,7 +231,4 @@ export class CreateDocumentClassifierCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateDocumentClassifierCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-comprehend/src/commands/CreateEndpointCommand.ts b/clients/client-comprehend/src/commands/CreateEndpointCommand.ts index 98c607a58e1a..b9df51a08567 100644 --- a/clients/client-comprehend/src/commands/CreateEndpointCommand.ts +++ b/clients/client-comprehend/src/commands/CreateEndpointCommand.ts @@ -113,9 +113,6 @@ export class CreateEndpointCommand extends $Command< CreateEndpointCommandOutput, ComprehendClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -129,9 +126,7 @@ export class CreateEndpointCommand extends $Command< * @public */ constructor(readonly input: CreateEndpointCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -184,7 +179,4 @@ export class CreateEndpointCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateEndpointCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-comprehend/src/commands/CreateEntityRecognizerCommand.ts b/clients/client-comprehend/src/commands/CreateEntityRecognizerCommand.ts index ca56e14e1310..513feb2988b7 100644 --- a/clients/client-comprehend/src/commands/CreateEntityRecognizerCommand.ts +++ b/clients/client-comprehend/src/commands/CreateEntityRecognizerCommand.ts @@ -158,9 +158,6 @@ export class CreateEntityRecognizerCommand extends $Command< CreateEntityRecognizerCommandOutput, ComprehendClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -174,9 +171,7 @@ export class CreateEntityRecognizerCommand extends $Command< * @public */ constructor(readonly input: CreateEntityRecognizerCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -229,7 +224,4 @@ export class CreateEntityRecognizerCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateEntityRecognizerCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-comprehend/src/commands/CreateFlywheelCommand.ts b/clients/client-comprehend/src/commands/CreateFlywheelCommand.ts index 3d7cf7a27c22..98cfd58e5606 100644 --- a/clients/client-comprehend/src/commands/CreateFlywheelCommand.ts +++ b/clients/client-comprehend/src/commands/CreateFlywheelCommand.ts @@ -161,9 +161,6 @@ export class CreateFlywheelCommand extends $Command< CreateFlywheelCommandOutput, ComprehendClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -177,9 +174,7 @@ export class CreateFlywheelCommand extends $Command< * @public */ constructor(readonly input: CreateFlywheelCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -232,7 +227,4 @@ export class CreateFlywheelCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateFlywheelCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-comprehend/src/commands/DeleteDocumentClassifierCommand.ts b/clients/client-comprehend/src/commands/DeleteDocumentClassifierCommand.ts index d4867222927b..db9fcf2be15d 100644 --- a/clients/client-comprehend/src/commands/DeleteDocumentClassifierCommand.ts +++ b/clients/client-comprehend/src/commands/DeleteDocumentClassifierCommand.ts @@ -94,9 +94,6 @@ export class DeleteDocumentClassifierCommand extends $Command< DeleteDocumentClassifierCommandOutput, ComprehendClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -110,9 +107,7 @@ export class DeleteDocumentClassifierCommand extends $Command< * @public */ constructor(readonly input: DeleteDocumentClassifierCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -165,7 +160,4 @@ export class DeleteDocumentClassifierCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteDocumentClassifierCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-comprehend/src/commands/DeleteEndpointCommand.ts b/clients/client-comprehend/src/commands/DeleteEndpointCommand.ts index cb36609ef303..c1edec9bceda 100644 --- a/clients/client-comprehend/src/commands/DeleteEndpointCommand.ts +++ b/clients/client-comprehend/src/commands/DeleteEndpointCommand.ts @@ -86,9 +86,6 @@ export class DeleteEndpointCommand extends $Command< DeleteEndpointCommandOutput, ComprehendClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -102,9 +99,7 @@ export class DeleteEndpointCommand extends $Command< * @public */ constructor(readonly input: DeleteEndpointCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -157,7 +152,4 @@ export class DeleteEndpointCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteEndpointCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-comprehend/src/commands/DeleteEntityRecognizerCommand.ts b/clients/client-comprehend/src/commands/DeleteEntityRecognizerCommand.ts index e779db584323..224914ace3b9 100644 --- a/clients/client-comprehend/src/commands/DeleteEntityRecognizerCommand.ts +++ b/clients/client-comprehend/src/commands/DeleteEntityRecognizerCommand.ts @@ -94,9 +94,6 @@ export class DeleteEntityRecognizerCommand extends $Command< DeleteEntityRecognizerCommandOutput, ComprehendClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -110,9 +107,7 @@ export class DeleteEntityRecognizerCommand extends $Command< * @public */ constructor(readonly input: DeleteEntityRecognizerCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -165,7 +160,4 @@ export class DeleteEntityRecognizerCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteEntityRecognizerCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-comprehend/src/commands/DeleteFlywheelCommand.ts b/clients/client-comprehend/src/commands/DeleteFlywheelCommand.ts index 72be057280a5..ce9939544dee 100644 --- a/clients/client-comprehend/src/commands/DeleteFlywheelCommand.ts +++ b/clients/client-comprehend/src/commands/DeleteFlywheelCommand.ts @@ -91,9 +91,6 @@ export class DeleteFlywheelCommand extends $Command< DeleteFlywheelCommandOutput, ComprehendClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -107,9 +104,7 @@ export class DeleteFlywheelCommand extends $Command< * @public */ constructor(readonly input: DeleteFlywheelCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -162,7 +157,4 @@ export class DeleteFlywheelCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteFlywheelCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-comprehend/src/commands/DeleteResourcePolicyCommand.ts b/clients/client-comprehend/src/commands/DeleteResourcePolicyCommand.ts index 05387dcfcf20..2ea3f45454c0 100644 --- a/clients/client-comprehend/src/commands/DeleteResourcePolicyCommand.ts +++ b/clients/client-comprehend/src/commands/DeleteResourcePolicyCommand.ts @@ -78,9 +78,6 @@ export class DeleteResourcePolicyCommand extends $Command< DeleteResourcePolicyCommandOutput, ComprehendClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -94,9 +91,7 @@ export class DeleteResourcePolicyCommand extends $Command< * @public */ constructor(readonly input: DeleteResourcePolicyCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -149,7 +144,4 @@ export class DeleteResourcePolicyCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteResourcePolicyCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-comprehend/src/commands/DescribeDatasetCommand.ts b/clients/client-comprehend/src/commands/DescribeDatasetCommand.ts index ddfaa2f4f67a..7514e9455e97 100644 --- a/clients/client-comprehend/src/commands/DescribeDatasetCommand.ts +++ b/clients/client-comprehend/src/commands/DescribeDatasetCommand.ts @@ -95,9 +95,6 @@ export class DescribeDatasetCommand extends $Command< DescribeDatasetCommandOutput, ComprehendClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -111,9 +108,7 @@ export class DescribeDatasetCommand extends $Command< * @public */ constructor(readonly input: DescribeDatasetCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -166,7 +161,4 @@ export class DescribeDatasetCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DescribeDatasetCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-comprehend/src/commands/DescribeDocumentClassificationJobCommand.ts b/clients/client-comprehend/src/commands/DescribeDocumentClassificationJobCommand.ts index 539fea58e8f4..e35335bdcbec 100644 --- a/clients/client-comprehend/src/commands/DescribeDocumentClassificationJobCommand.ts +++ b/clients/client-comprehend/src/commands/DescribeDocumentClassificationJobCommand.ts @@ -126,9 +126,6 @@ export class DescribeDocumentClassificationJobCommand extends $Command< DescribeDocumentClassificationJobCommandOutput, ComprehendClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -142,9 +139,7 @@ export class DescribeDocumentClassificationJobCommand extends $Command< * @public */ constructor(readonly input: DescribeDocumentClassificationJobCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -203,7 +198,4 @@ export class DescribeDocumentClassificationJobCommand extends $Command< ): Promise { return de_DescribeDocumentClassificationJobCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-comprehend/src/commands/DescribeDocumentClassifierCommand.ts b/clients/client-comprehend/src/commands/DescribeDocumentClassifierCommand.ts index 8cb000a831eb..4162e3e1a03c 100644 --- a/clients/client-comprehend/src/commands/DescribeDocumentClassifierCommand.ts +++ b/clients/client-comprehend/src/commands/DescribeDocumentClassifierCommand.ts @@ -160,9 +160,6 @@ export class DescribeDocumentClassifierCommand extends $Command< DescribeDocumentClassifierCommandOutput, ComprehendClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -176,9 +173,7 @@ export class DescribeDocumentClassifierCommand extends $Command< * @public */ constructor(readonly input: DescribeDocumentClassifierCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -234,7 +229,4 @@ export class DescribeDocumentClassifierCommand extends $Command< ): Promise { return de_DescribeDocumentClassifierCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-comprehend/src/commands/DescribeDominantLanguageDetectionJobCommand.ts b/clients/client-comprehend/src/commands/DescribeDominantLanguageDetectionJobCommand.ts index 4a30bfb7f93a..bb1316f7295a 100644 --- a/clients/client-comprehend/src/commands/DescribeDominantLanguageDetectionJobCommand.ts +++ b/clients/client-comprehend/src/commands/DescribeDominantLanguageDetectionJobCommand.ts @@ -124,9 +124,6 @@ export class DescribeDominantLanguageDetectionJobCommand extends $Command< DescribeDominantLanguageDetectionJobCommandOutput, ComprehendClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -140,9 +137,7 @@ export class DescribeDominantLanguageDetectionJobCommand extends $Command< * @public */ constructor(readonly input: DescribeDominantLanguageDetectionJobCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -201,7 +196,4 @@ export class DescribeDominantLanguageDetectionJobCommand extends $Command< ): Promise { return de_DescribeDominantLanguageDetectionJobCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-comprehend/src/commands/DescribeEndpointCommand.ts b/clients/client-comprehend/src/commands/DescribeEndpointCommand.ts index 9a00c9e661ba..a4bdd8aa9134 100644 --- a/clients/client-comprehend/src/commands/DescribeEndpointCommand.ts +++ b/clients/client-comprehend/src/commands/DescribeEndpointCommand.ts @@ -97,9 +97,6 @@ export class DescribeEndpointCommand extends $Command< DescribeEndpointCommandOutput, ComprehendClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -113,9 +110,7 @@ export class DescribeEndpointCommand extends $Command< * @public */ constructor(readonly input: DescribeEndpointCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -168,7 +163,4 @@ export class DescribeEndpointCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DescribeEndpointCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-comprehend/src/commands/DescribeEntitiesDetectionJobCommand.ts b/clients/client-comprehend/src/commands/DescribeEntitiesDetectionJobCommand.ts index 1bf5243e3ee1..92aff8025dab 100644 --- a/clients/client-comprehend/src/commands/DescribeEntitiesDetectionJobCommand.ts +++ b/clients/client-comprehend/src/commands/DescribeEntitiesDetectionJobCommand.ts @@ -124,9 +124,6 @@ export class DescribeEntitiesDetectionJobCommand extends $Command< DescribeEntitiesDetectionJobCommandOutput, ComprehendClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -140,9 +137,7 @@ export class DescribeEntitiesDetectionJobCommand extends $Command< * @public */ constructor(readonly input: DescribeEntitiesDetectionJobCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -198,7 +193,4 @@ export class DescribeEntitiesDetectionJobCommand extends $Command< ): Promise { return de_DescribeEntitiesDetectionJobCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-comprehend/src/commands/DescribeEntityRecognizerCommand.ts b/clients/client-comprehend/src/commands/DescribeEntityRecognizerCommand.ts index 6a1d42cad2e3..1beac6b1456a 100644 --- a/clients/client-comprehend/src/commands/DescribeEntityRecognizerCommand.ts +++ b/clients/client-comprehend/src/commands/DescribeEntityRecognizerCommand.ts @@ -165,9 +165,6 @@ export class DescribeEntityRecognizerCommand extends $Command< DescribeEntityRecognizerCommandOutput, ComprehendClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -181,9 +178,7 @@ export class DescribeEntityRecognizerCommand extends $Command< * @public */ constructor(readonly input: DescribeEntityRecognizerCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -236,7 +231,4 @@ export class DescribeEntityRecognizerCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DescribeEntityRecognizerCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-comprehend/src/commands/DescribeEventsDetectionJobCommand.ts b/clients/client-comprehend/src/commands/DescribeEventsDetectionJobCommand.ts index 88d674134ade..e9a10ac25595 100644 --- a/clients/client-comprehend/src/commands/DescribeEventsDetectionJobCommand.ts +++ b/clients/client-comprehend/src/commands/DescribeEventsDetectionJobCommand.ts @@ -110,9 +110,6 @@ export class DescribeEventsDetectionJobCommand extends $Command< DescribeEventsDetectionJobCommandOutput, ComprehendClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -126,9 +123,7 @@ export class DescribeEventsDetectionJobCommand extends $Command< * @public */ constructor(readonly input: DescribeEventsDetectionJobCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -184,7 +179,4 @@ export class DescribeEventsDetectionJobCommand extends $Command< ): Promise { return de_DescribeEventsDetectionJobCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-comprehend/src/commands/DescribeFlywheelCommand.ts b/clients/client-comprehend/src/commands/DescribeFlywheelCommand.ts index 805879a03a5a..88a4c264824a 100644 --- a/clients/client-comprehend/src/commands/DescribeFlywheelCommand.ts +++ b/clients/client-comprehend/src/commands/DescribeFlywheelCommand.ts @@ -123,9 +123,6 @@ export class DescribeFlywheelCommand extends $Command< DescribeFlywheelCommandOutput, ComprehendClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -139,9 +136,7 @@ export class DescribeFlywheelCommand extends $Command< * @public */ constructor(readonly input: DescribeFlywheelCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -194,7 +189,4 @@ export class DescribeFlywheelCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DescribeFlywheelCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-comprehend/src/commands/DescribeFlywheelIterationCommand.ts b/clients/client-comprehend/src/commands/DescribeFlywheelIterationCommand.ts index f7516cc928b4..70583b5778c3 100644 --- a/clients/client-comprehend/src/commands/DescribeFlywheelIterationCommand.ts +++ b/clients/client-comprehend/src/commands/DescribeFlywheelIterationCommand.ts @@ -107,9 +107,6 @@ export class DescribeFlywheelIterationCommand extends $Command< DescribeFlywheelIterationCommandOutput, ComprehendClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -123,9 +120,7 @@ export class DescribeFlywheelIterationCommand extends $Command< * @public */ constructor(readonly input: DescribeFlywheelIterationCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -181,7 +176,4 @@ export class DescribeFlywheelIterationCommand extends $Command< ): Promise { return de_DescribeFlywheelIterationCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-comprehend/src/commands/DescribeKeyPhrasesDetectionJobCommand.ts b/clients/client-comprehend/src/commands/DescribeKeyPhrasesDetectionJobCommand.ts index 2523b23d5953..517e995407e8 100644 --- a/clients/client-comprehend/src/commands/DescribeKeyPhrasesDetectionJobCommand.ts +++ b/clients/client-comprehend/src/commands/DescribeKeyPhrasesDetectionJobCommand.ts @@ -122,9 +122,6 @@ export class DescribeKeyPhrasesDetectionJobCommand extends $Command< DescribeKeyPhrasesDetectionJobCommandOutput, ComprehendClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -138,9 +135,7 @@ export class DescribeKeyPhrasesDetectionJobCommand extends $Command< * @public */ constructor(readonly input: DescribeKeyPhrasesDetectionJobCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -199,7 +194,4 @@ export class DescribeKeyPhrasesDetectionJobCommand extends $Command< ): Promise { return de_DescribeKeyPhrasesDetectionJobCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-comprehend/src/commands/DescribePiiEntitiesDetectionJobCommand.ts b/clients/client-comprehend/src/commands/DescribePiiEntitiesDetectionJobCommand.ts index 33b94ba60a21..8ba4fd2ba935 100644 --- a/clients/client-comprehend/src/commands/DescribePiiEntitiesDetectionJobCommand.ts +++ b/clients/client-comprehend/src/commands/DescribePiiEntitiesDetectionJobCommand.ts @@ -121,9 +121,6 @@ export class DescribePiiEntitiesDetectionJobCommand extends $Command< DescribePiiEntitiesDetectionJobCommandOutput, ComprehendClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -137,9 +134,7 @@ export class DescribePiiEntitiesDetectionJobCommand extends $Command< * @public */ constructor(readonly input: DescribePiiEntitiesDetectionJobCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -198,7 +193,4 @@ export class DescribePiiEntitiesDetectionJobCommand extends $Command< ): Promise { return de_DescribePiiEntitiesDetectionJobCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-comprehend/src/commands/DescribeResourcePolicyCommand.ts b/clients/client-comprehend/src/commands/DescribeResourcePolicyCommand.ts index b1ef53f3cb9b..d73d7ab32406 100644 --- a/clients/client-comprehend/src/commands/DescribeResourcePolicyCommand.ts +++ b/clients/client-comprehend/src/commands/DescribeResourcePolicyCommand.ts @@ -83,9 +83,6 @@ export class DescribeResourcePolicyCommand extends $Command< DescribeResourcePolicyCommandOutput, ComprehendClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -99,9 +96,7 @@ export class DescribeResourcePolicyCommand extends $Command< * @public */ constructor(readonly input: DescribeResourcePolicyCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -154,7 +149,4 @@ export class DescribeResourcePolicyCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DescribeResourcePolicyCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-comprehend/src/commands/DescribeSentimentDetectionJobCommand.ts b/clients/client-comprehend/src/commands/DescribeSentimentDetectionJobCommand.ts index fd7658df78be..45dd34985c7c 100644 --- a/clients/client-comprehend/src/commands/DescribeSentimentDetectionJobCommand.ts +++ b/clients/client-comprehend/src/commands/DescribeSentimentDetectionJobCommand.ts @@ -122,9 +122,6 @@ export class DescribeSentimentDetectionJobCommand extends $Command< DescribeSentimentDetectionJobCommandOutput, ComprehendClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -138,9 +135,7 @@ export class DescribeSentimentDetectionJobCommand extends $Command< * @public */ constructor(readonly input: DescribeSentimentDetectionJobCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -196,7 +191,4 @@ export class DescribeSentimentDetectionJobCommand extends $Command< ): Promise { return de_DescribeSentimentDetectionJobCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-comprehend/src/commands/DescribeTargetedSentimentDetectionJobCommand.ts b/clients/client-comprehend/src/commands/DescribeTargetedSentimentDetectionJobCommand.ts index d69e3ed8fd52..ec99e788ad1d 100644 --- a/clients/client-comprehend/src/commands/DescribeTargetedSentimentDetectionJobCommand.ts +++ b/clients/client-comprehend/src/commands/DescribeTargetedSentimentDetectionJobCommand.ts @@ -126,9 +126,6 @@ export class DescribeTargetedSentimentDetectionJobCommand extends $Command< DescribeTargetedSentimentDetectionJobCommandOutput, ComprehendClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -142,9 +139,7 @@ export class DescribeTargetedSentimentDetectionJobCommand extends $Command< * @public */ constructor(readonly input: DescribeTargetedSentimentDetectionJobCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -203,7 +198,4 @@ export class DescribeTargetedSentimentDetectionJobCommand extends $Command< ): Promise { return de_DescribeTargetedSentimentDetectionJobCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-comprehend/src/commands/DescribeTopicsDetectionJobCommand.ts b/clients/client-comprehend/src/commands/DescribeTopicsDetectionJobCommand.ts index 257b80a32d72..2543bc508d60 100644 --- a/clients/client-comprehend/src/commands/DescribeTopicsDetectionJobCommand.ts +++ b/clients/client-comprehend/src/commands/DescribeTopicsDetectionJobCommand.ts @@ -117,9 +117,6 @@ export class DescribeTopicsDetectionJobCommand extends $Command< DescribeTopicsDetectionJobCommandOutput, ComprehendClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -133,9 +130,7 @@ export class DescribeTopicsDetectionJobCommand extends $Command< * @public */ constructor(readonly input: DescribeTopicsDetectionJobCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -191,7 +186,4 @@ export class DescribeTopicsDetectionJobCommand extends $Command< ): Promise { return de_DescribeTopicsDetectionJobCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-comprehend/src/commands/DetectDominantLanguageCommand.ts b/clients/client-comprehend/src/commands/DetectDominantLanguageCommand.ts index 95de740c362f..0a062ef18f92 100644 --- a/clients/client-comprehend/src/commands/DetectDominantLanguageCommand.ts +++ b/clients/client-comprehend/src/commands/DetectDominantLanguageCommand.ts @@ -90,9 +90,6 @@ export class DetectDominantLanguageCommand extends $Command< DetectDominantLanguageCommandOutput, ComprehendClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -106,9 +103,7 @@ export class DetectDominantLanguageCommand extends $Command< * @public */ constructor(readonly input: DetectDominantLanguageCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -161,7 +156,4 @@ export class DetectDominantLanguageCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DetectDominantLanguageCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-comprehend/src/commands/DetectEntitiesCommand.ts b/clients/client-comprehend/src/commands/DetectEntitiesCommand.ts index 8c0ae2d80e23..f27f20b596c4 100644 --- a/clients/client-comprehend/src/commands/DetectEntitiesCommand.ts +++ b/clients/client-comprehend/src/commands/DetectEntitiesCommand.ts @@ -194,9 +194,6 @@ export class DetectEntitiesCommand extends $Command< DetectEntitiesCommandOutput, ComprehendClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -210,9 +207,7 @@ export class DetectEntitiesCommand extends $Command< * @public */ constructor(readonly input: DetectEntitiesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -265,7 +260,4 @@ export class DetectEntitiesCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DetectEntitiesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-comprehend/src/commands/DetectKeyPhrasesCommand.ts b/clients/client-comprehend/src/commands/DetectKeyPhrasesCommand.ts index 9c6dbbe1c9d4..5c8b731e56f8 100644 --- a/clients/client-comprehend/src/commands/DetectKeyPhrasesCommand.ts +++ b/clients/client-comprehend/src/commands/DetectKeyPhrasesCommand.ts @@ -99,9 +99,6 @@ export class DetectKeyPhrasesCommand extends $Command< DetectKeyPhrasesCommandOutput, ComprehendClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -115,9 +112,7 @@ export class DetectKeyPhrasesCommand extends $Command< * @public */ constructor(readonly input: DetectKeyPhrasesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -170,7 +165,4 @@ export class DetectKeyPhrasesCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DetectKeyPhrasesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-comprehend/src/commands/DetectPiiEntitiesCommand.ts b/clients/client-comprehend/src/commands/DetectPiiEntitiesCommand.ts index 05c43bfa71cd..83418c3bdc0b 100644 --- a/clients/client-comprehend/src/commands/DetectPiiEntitiesCommand.ts +++ b/clients/client-comprehend/src/commands/DetectPiiEntitiesCommand.ts @@ -95,9 +95,6 @@ export class DetectPiiEntitiesCommand extends $Command< DetectPiiEntitiesCommandOutput, ComprehendClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -111,9 +108,7 @@ export class DetectPiiEntitiesCommand extends $Command< * @public */ constructor(readonly input: DetectPiiEntitiesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -166,7 +161,4 @@ export class DetectPiiEntitiesCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DetectPiiEntitiesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-comprehend/src/commands/DetectSentimentCommand.ts b/clients/client-comprehend/src/commands/DetectSentimentCommand.ts index 2357c002936b..4206159fabba 100644 --- a/clients/client-comprehend/src/commands/DetectSentimentCommand.ts +++ b/clients/client-comprehend/src/commands/DetectSentimentCommand.ts @@ -99,9 +99,6 @@ export class DetectSentimentCommand extends $Command< DetectSentimentCommandOutput, ComprehendClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -115,9 +112,7 @@ export class DetectSentimentCommand extends $Command< * @public */ constructor(readonly input: DetectSentimentCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -170,7 +165,4 @@ export class DetectSentimentCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DetectSentimentCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-comprehend/src/commands/DetectSyntaxCommand.ts b/clients/client-comprehend/src/commands/DetectSyntaxCommand.ts index fbfa589e82c8..44111856b360 100644 --- a/clients/client-comprehend/src/commands/DetectSyntaxCommand.ts +++ b/clients/client-comprehend/src/commands/DetectSyntaxCommand.ts @@ -106,9 +106,6 @@ export class DetectSyntaxCommand extends $Command< DetectSyntaxCommandOutput, ComprehendClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -122,9 +119,7 @@ export class DetectSyntaxCommand extends $Command< * @public */ constructor(readonly input: DetectSyntaxCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -175,7 +170,4 @@ export class DetectSyntaxCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DetectSyntaxCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-comprehend/src/commands/DetectTargetedSentimentCommand.ts b/clients/client-comprehend/src/commands/DetectTargetedSentimentCommand.ts index ac235beb6559..154aab0a7fed 100644 --- a/clients/client-comprehend/src/commands/DetectTargetedSentimentCommand.ts +++ b/clients/client-comprehend/src/commands/DetectTargetedSentimentCommand.ts @@ -118,9 +118,6 @@ export class DetectTargetedSentimentCommand extends $Command< DetectTargetedSentimentCommandOutput, ComprehendClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -134,9 +131,7 @@ export class DetectTargetedSentimentCommand extends $Command< * @public */ constructor(readonly input: DetectTargetedSentimentCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -189,7 +184,4 @@ export class DetectTargetedSentimentCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DetectTargetedSentimentCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-comprehend/src/commands/DetectToxicContentCommand.ts b/clients/client-comprehend/src/commands/DetectToxicContentCommand.ts index 5868994f898a..54eb8d0c0486 100644 --- a/clients/client-comprehend/src/commands/DetectToxicContentCommand.ts +++ b/clients/client-comprehend/src/commands/DetectToxicContentCommand.ts @@ -109,9 +109,6 @@ export class DetectToxicContentCommand extends $Command< DetectToxicContentCommandOutput, ComprehendClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -125,9 +122,7 @@ export class DetectToxicContentCommand extends $Command< * @public */ constructor(readonly input: DetectToxicContentCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -180,7 +175,4 @@ export class DetectToxicContentCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DetectToxicContentCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-comprehend/src/commands/ImportModelCommand.ts b/clients/client-comprehend/src/commands/ImportModelCommand.ts index 7ec9808a4f01..c74fb111e1c7 100644 --- a/clients/client-comprehend/src/commands/ImportModelCommand.ts +++ b/clients/client-comprehend/src/commands/ImportModelCommand.ts @@ -118,9 +118,6 @@ export class ImportModelCommand extends $Command< ImportModelCommandOutput, ComprehendClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -134,9 +131,7 @@ export class ImportModelCommand extends $Command< * @public */ constructor(readonly input: ImportModelCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -187,7 +182,4 @@ export class ImportModelCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ImportModelCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-comprehend/src/commands/ListDatasetsCommand.ts b/clients/client-comprehend/src/commands/ListDatasetsCommand.ts index c814c46c5f40..237f53f42556 100644 --- a/clients/client-comprehend/src/commands/ListDatasetsCommand.ts +++ b/clients/client-comprehend/src/commands/ListDatasetsCommand.ts @@ -109,9 +109,6 @@ export class ListDatasetsCommand extends $Command< ListDatasetsCommandOutput, ComprehendClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -125,9 +122,7 @@ export class ListDatasetsCommand extends $Command< * @public */ constructor(readonly input: ListDatasetsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -178,7 +173,4 @@ export class ListDatasetsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListDatasetsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-comprehend/src/commands/ListDocumentClassificationJobsCommand.ts b/clients/client-comprehend/src/commands/ListDocumentClassificationJobsCommand.ts index 2a48ddb055af..d38650aecc11 100644 --- a/clients/client-comprehend/src/commands/ListDocumentClassificationJobsCommand.ts +++ b/clients/client-comprehend/src/commands/ListDocumentClassificationJobsCommand.ts @@ -133,9 +133,6 @@ export class ListDocumentClassificationJobsCommand extends $Command< ListDocumentClassificationJobsCommandOutput, ComprehendClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -149,9 +146,7 @@ export class ListDocumentClassificationJobsCommand extends $Command< * @public */ constructor(readonly input: ListDocumentClassificationJobsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -210,7 +205,4 @@ export class ListDocumentClassificationJobsCommand extends $Command< ): Promise { return de_ListDocumentClassificationJobsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-comprehend/src/commands/ListDocumentClassifierSummariesCommand.ts b/clients/client-comprehend/src/commands/ListDocumentClassifierSummariesCommand.ts index 6c54a337f720..fb492931a292 100644 --- a/clients/client-comprehend/src/commands/ListDocumentClassifierSummariesCommand.ts +++ b/clients/client-comprehend/src/commands/ListDocumentClassifierSummariesCommand.ts @@ -94,9 +94,6 @@ export class ListDocumentClassifierSummariesCommand extends $Command< ListDocumentClassifierSummariesCommandOutput, ComprehendClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -110,9 +107,7 @@ export class ListDocumentClassifierSummariesCommand extends $Command< * @public */ constructor(readonly input: ListDocumentClassifierSummariesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -171,7 +166,4 @@ export class ListDocumentClassifierSummariesCommand extends $Command< ): Promise { return de_ListDocumentClassifierSummariesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-comprehend/src/commands/ListDocumentClassifiersCommand.ts b/clients/client-comprehend/src/commands/ListDocumentClassifiersCommand.ts index 32ce891bbef1..73b56fdfae48 100644 --- a/clients/client-comprehend/src/commands/ListDocumentClassifiersCommand.ts +++ b/clients/client-comprehend/src/commands/ListDocumentClassifiersCommand.ts @@ -171,9 +171,6 @@ export class ListDocumentClassifiersCommand extends $Command< ListDocumentClassifiersCommandOutput, ComprehendClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -187,9 +184,7 @@ export class ListDocumentClassifiersCommand extends $Command< * @public */ constructor(readonly input: ListDocumentClassifiersCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -242,7 +237,4 @@ export class ListDocumentClassifiersCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListDocumentClassifiersCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-comprehend/src/commands/ListDominantLanguageDetectionJobsCommand.ts b/clients/client-comprehend/src/commands/ListDominantLanguageDetectionJobsCommand.ts index fd2fb03f8bc6..a16d36875091 100644 --- a/clients/client-comprehend/src/commands/ListDominantLanguageDetectionJobsCommand.ts +++ b/clients/client-comprehend/src/commands/ListDominantLanguageDetectionJobsCommand.ts @@ -134,9 +134,6 @@ export class ListDominantLanguageDetectionJobsCommand extends $Command< ListDominantLanguageDetectionJobsCommandOutput, ComprehendClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -150,9 +147,7 @@ export class ListDominantLanguageDetectionJobsCommand extends $Command< * @public */ constructor(readonly input: ListDominantLanguageDetectionJobsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -211,7 +206,4 @@ export class ListDominantLanguageDetectionJobsCommand extends $Command< ): Promise { return de_ListDominantLanguageDetectionJobsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-comprehend/src/commands/ListEndpointsCommand.ts b/clients/client-comprehend/src/commands/ListEndpointsCommand.ts index 49eae6010fdd..2705acc02705 100644 --- a/clients/client-comprehend/src/commands/ListEndpointsCommand.ts +++ b/clients/client-comprehend/src/commands/ListEndpointsCommand.ts @@ -103,9 +103,6 @@ export class ListEndpointsCommand extends $Command< ListEndpointsCommandOutput, ComprehendClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -119,9 +116,7 @@ export class ListEndpointsCommand extends $Command< * @public */ constructor(readonly input: ListEndpointsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -172,7 +167,4 @@ export class ListEndpointsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListEndpointsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-comprehend/src/commands/ListEntitiesDetectionJobsCommand.ts b/clients/client-comprehend/src/commands/ListEntitiesDetectionJobsCommand.ts index c518de918fa1..ee1b97a6fb17 100644 --- a/clients/client-comprehend/src/commands/ListEntitiesDetectionJobsCommand.ts +++ b/clients/client-comprehend/src/commands/ListEntitiesDetectionJobsCommand.ts @@ -129,9 +129,6 @@ export class ListEntitiesDetectionJobsCommand extends $Command< ListEntitiesDetectionJobsCommandOutput, ComprehendClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -145,9 +142,7 @@ export class ListEntitiesDetectionJobsCommand extends $Command< * @public */ constructor(readonly input: ListEntitiesDetectionJobsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -203,7 +198,4 @@ export class ListEntitiesDetectionJobsCommand extends $Command< ): Promise { return de_ListEntitiesDetectionJobsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-comprehend/src/commands/ListEntityRecognizerSummariesCommand.ts b/clients/client-comprehend/src/commands/ListEntityRecognizerSummariesCommand.ts index e2e50cb5a648..ed8c40b5af2a 100644 --- a/clients/client-comprehend/src/commands/ListEntityRecognizerSummariesCommand.ts +++ b/clients/client-comprehend/src/commands/ListEntityRecognizerSummariesCommand.ts @@ -94,9 +94,6 @@ export class ListEntityRecognizerSummariesCommand extends $Command< ListEntityRecognizerSummariesCommandOutput, ComprehendClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -110,9 +107,7 @@ export class ListEntityRecognizerSummariesCommand extends $Command< * @public */ constructor(readonly input: ListEntityRecognizerSummariesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -168,7 +163,4 @@ export class ListEntityRecognizerSummariesCommand extends $Command< ): Promise { return de_ListEntityRecognizerSummariesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-comprehend/src/commands/ListEntityRecognizersCommand.ts b/clients/client-comprehend/src/commands/ListEntityRecognizersCommand.ts index eadc7e72ec78..bbbcb9c5830d 100644 --- a/clients/client-comprehend/src/commands/ListEntityRecognizersCommand.ts +++ b/clients/client-comprehend/src/commands/ListEntityRecognizersCommand.ts @@ -180,9 +180,6 @@ export class ListEntityRecognizersCommand extends $Command< ListEntityRecognizersCommandOutput, ComprehendClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -196,9 +193,7 @@ export class ListEntityRecognizersCommand extends $Command< * @public */ constructor(readonly input: ListEntityRecognizersCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -251,7 +246,4 @@ export class ListEntityRecognizersCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListEntityRecognizersCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-comprehend/src/commands/ListEventsDetectionJobsCommand.ts b/clients/client-comprehend/src/commands/ListEventsDetectionJobsCommand.ts index b4b6e84c81d6..6b61e1f0742b 100644 --- a/clients/client-comprehend/src/commands/ListEventsDetectionJobsCommand.ts +++ b/clients/client-comprehend/src/commands/ListEventsDetectionJobsCommand.ts @@ -121,9 +121,6 @@ export class ListEventsDetectionJobsCommand extends $Command< ListEventsDetectionJobsCommandOutput, ComprehendClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -137,9 +134,7 @@ export class ListEventsDetectionJobsCommand extends $Command< * @public */ constructor(readonly input: ListEventsDetectionJobsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -192,7 +187,4 @@ export class ListEventsDetectionJobsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListEventsDetectionJobsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-comprehend/src/commands/ListFlywheelIterationHistoryCommand.ts b/clients/client-comprehend/src/commands/ListFlywheelIterationHistoryCommand.ts index 32d36a0dbc30..cb888fd96e0c 100644 --- a/clients/client-comprehend/src/commands/ListFlywheelIterationHistoryCommand.ts +++ b/clients/client-comprehend/src/commands/ListFlywheelIterationHistoryCommand.ts @@ -124,9 +124,6 @@ export class ListFlywheelIterationHistoryCommand extends $Command< ListFlywheelIterationHistoryCommandOutput, ComprehendClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -140,9 +137,7 @@ export class ListFlywheelIterationHistoryCommand extends $Command< * @public */ constructor(readonly input: ListFlywheelIterationHistoryCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -198,7 +193,4 @@ export class ListFlywheelIterationHistoryCommand extends $Command< ): Promise { return de_ListFlywheelIterationHistoryCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-comprehend/src/commands/ListFlywheelsCommand.ts b/clients/client-comprehend/src/commands/ListFlywheelsCommand.ts index f31984bba1d7..caceefe47765 100644 --- a/clients/client-comprehend/src/commands/ListFlywheelsCommand.ts +++ b/clients/client-comprehend/src/commands/ListFlywheelsCommand.ts @@ -102,9 +102,6 @@ export class ListFlywheelsCommand extends $Command< ListFlywheelsCommandOutput, ComprehendClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -118,9 +115,7 @@ export class ListFlywheelsCommand extends $Command< * @public */ constructor(readonly input: ListFlywheelsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -171,7 +166,4 @@ export class ListFlywheelsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListFlywheelsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-comprehend/src/commands/ListKeyPhrasesDetectionJobsCommand.ts b/clients/client-comprehend/src/commands/ListKeyPhrasesDetectionJobsCommand.ts index 042504bb2b5c..24d1be19c5a9 100644 --- a/clients/client-comprehend/src/commands/ListKeyPhrasesDetectionJobsCommand.ts +++ b/clients/client-comprehend/src/commands/ListKeyPhrasesDetectionJobsCommand.ts @@ -129,9 +129,6 @@ export class ListKeyPhrasesDetectionJobsCommand extends $Command< ListKeyPhrasesDetectionJobsCommandOutput, ComprehendClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -145,9 +142,7 @@ export class ListKeyPhrasesDetectionJobsCommand extends $Command< * @public */ constructor(readonly input: ListKeyPhrasesDetectionJobsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -203,7 +198,4 @@ export class ListKeyPhrasesDetectionJobsCommand extends $Command< ): Promise { return de_ListKeyPhrasesDetectionJobsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-comprehend/src/commands/ListPiiEntitiesDetectionJobsCommand.ts b/clients/client-comprehend/src/commands/ListPiiEntitiesDetectionJobsCommand.ts index fba28c39323d..961023aef94f 100644 --- a/clients/client-comprehend/src/commands/ListPiiEntitiesDetectionJobsCommand.ts +++ b/clients/client-comprehend/src/commands/ListPiiEntitiesDetectionJobsCommand.ts @@ -131,9 +131,6 @@ export class ListPiiEntitiesDetectionJobsCommand extends $Command< ListPiiEntitiesDetectionJobsCommandOutput, ComprehendClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -147,9 +144,7 @@ export class ListPiiEntitiesDetectionJobsCommand extends $Command< * @public */ constructor(readonly input: ListPiiEntitiesDetectionJobsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -205,7 +200,4 @@ export class ListPiiEntitiesDetectionJobsCommand extends $Command< ): Promise { return de_ListPiiEntitiesDetectionJobsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-comprehend/src/commands/ListSentimentDetectionJobsCommand.ts b/clients/client-comprehend/src/commands/ListSentimentDetectionJobsCommand.ts index 72150e5c17bd..07e16d1197bc 100644 --- a/clients/client-comprehend/src/commands/ListSentimentDetectionJobsCommand.ts +++ b/clients/client-comprehend/src/commands/ListSentimentDetectionJobsCommand.ts @@ -127,9 +127,6 @@ export class ListSentimentDetectionJobsCommand extends $Command< ListSentimentDetectionJobsCommandOutput, ComprehendClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -143,9 +140,7 @@ export class ListSentimentDetectionJobsCommand extends $Command< * @public */ constructor(readonly input: ListSentimentDetectionJobsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -201,7 +196,4 @@ export class ListSentimentDetectionJobsCommand extends $Command< ): Promise { return de_ListSentimentDetectionJobsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-comprehend/src/commands/ListTagsForResourceCommand.ts b/clients/client-comprehend/src/commands/ListTagsForResourceCommand.ts index 74397c4b731b..073cfad9e0b3 100644 --- a/clients/client-comprehend/src/commands/ListTagsForResourceCommand.ts +++ b/clients/client-comprehend/src/commands/ListTagsForResourceCommand.ts @@ -85,9 +85,6 @@ export class ListTagsForResourceCommand extends $Command< ListTagsForResourceCommandOutput, ComprehendClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -101,9 +98,7 @@ export class ListTagsForResourceCommand extends $Command< * @public */ constructor(readonly input: ListTagsForResourceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -156,7 +151,4 @@ export class ListTagsForResourceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListTagsForResourceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-comprehend/src/commands/ListTargetedSentimentDetectionJobsCommand.ts b/clients/client-comprehend/src/commands/ListTargetedSentimentDetectionJobsCommand.ts index 3aa6c0eb1d7b..e829d1ac5136 100644 --- a/clients/client-comprehend/src/commands/ListTargetedSentimentDetectionJobsCommand.ts +++ b/clients/client-comprehend/src/commands/ListTargetedSentimentDetectionJobsCommand.ts @@ -135,9 +135,6 @@ export class ListTargetedSentimentDetectionJobsCommand extends $Command< ListTargetedSentimentDetectionJobsCommandOutput, ComprehendClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -151,9 +148,7 @@ export class ListTargetedSentimentDetectionJobsCommand extends $Command< * @public */ constructor(readonly input: ListTargetedSentimentDetectionJobsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -212,7 +207,4 @@ export class ListTargetedSentimentDetectionJobsCommand extends $Command< ): Promise { return de_ListTargetedSentimentDetectionJobsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-comprehend/src/commands/ListTopicsDetectionJobsCommand.ts b/clients/client-comprehend/src/commands/ListTopicsDetectionJobsCommand.ts index a6741a800a86..2d74c9936159 100644 --- a/clients/client-comprehend/src/commands/ListTopicsDetectionJobsCommand.ts +++ b/clients/client-comprehend/src/commands/ListTopicsDetectionJobsCommand.ts @@ -127,9 +127,6 @@ export class ListTopicsDetectionJobsCommand extends $Command< ListTopicsDetectionJobsCommandOutput, ComprehendClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -143,9 +140,7 @@ export class ListTopicsDetectionJobsCommand extends $Command< * @public */ constructor(readonly input: ListTopicsDetectionJobsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -198,7 +193,4 @@ export class ListTopicsDetectionJobsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListTopicsDetectionJobsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-comprehend/src/commands/PutResourcePolicyCommand.ts b/clients/client-comprehend/src/commands/PutResourcePolicyCommand.ts index eb69337b5ced..670272bcc274 100644 --- a/clients/client-comprehend/src/commands/PutResourcePolicyCommand.ts +++ b/clients/client-comprehend/src/commands/PutResourcePolicyCommand.ts @@ -83,9 +83,6 @@ export class PutResourcePolicyCommand extends $Command< PutResourcePolicyCommandOutput, ComprehendClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -99,9 +96,7 @@ export class PutResourcePolicyCommand extends $Command< * @public */ constructor(readonly input: PutResourcePolicyCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -154,7 +149,4 @@ export class PutResourcePolicyCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_PutResourcePolicyCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-comprehend/src/commands/StartDocumentClassificationJobCommand.ts b/clients/client-comprehend/src/commands/StartDocumentClassificationJobCommand.ts index 629e321d39ec..9d08d104c6d1 100644 --- a/clients/client-comprehend/src/commands/StartDocumentClassificationJobCommand.ts +++ b/clients/client-comprehend/src/commands/StartDocumentClassificationJobCommand.ts @@ -143,9 +143,6 @@ export class StartDocumentClassificationJobCommand extends $Command< StartDocumentClassificationJobCommandOutput, ComprehendClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -159,9 +156,7 @@ export class StartDocumentClassificationJobCommand extends $Command< * @public */ constructor(readonly input: StartDocumentClassificationJobCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -220,7 +215,4 @@ export class StartDocumentClassificationJobCommand extends $Command< ): Promise { return de_StartDocumentClassificationJobCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-comprehend/src/commands/StartDominantLanguageDetectionJobCommand.ts b/clients/client-comprehend/src/commands/StartDominantLanguageDetectionJobCommand.ts index e61d6b7a52e0..946430dab632 100644 --- a/clients/client-comprehend/src/commands/StartDominantLanguageDetectionJobCommand.ts +++ b/clients/client-comprehend/src/commands/StartDominantLanguageDetectionJobCommand.ts @@ -136,9 +136,6 @@ export class StartDominantLanguageDetectionJobCommand extends $Command< StartDominantLanguageDetectionJobCommandOutput, ComprehendClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -152,9 +149,7 @@ export class StartDominantLanguageDetectionJobCommand extends $Command< * @public */ constructor(readonly input: StartDominantLanguageDetectionJobCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -213,7 +208,4 @@ export class StartDominantLanguageDetectionJobCommand extends $Command< ): Promise { return de_StartDominantLanguageDetectionJobCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-comprehend/src/commands/StartEntitiesDetectionJobCommand.ts b/clients/client-comprehend/src/commands/StartEntitiesDetectionJobCommand.ts index 2a2a2d1a7496..e541cddf4fa1 100644 --- a/clients/client-comprehend/src/commands/StartEntitiesDetectionJobCommand.ts +++ b/clients/client-comprehend/src/commands/StartEntitiesDetectionJobCommand.ts @@ -141,9 +141,6 @@ export class StartEntitiesDetectionJobCommand extends $Command< StartEntitiesDetectionJobCommandOutput, ComprehendClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -157,9 +154,7 @@ export class StartEntitiesDetectionJobCommand extends $Command< * @public */ constructor(readonly input: StartEntitiesDetectionJobCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -215,7 +210,4 @@ export class StartEntitiesDetectionJobCommand extends $Command< ): Promise { return de_StartEntitiesDetectionJobCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-comprehend/src/commands/StartEventsDetectionJobCommand.ts b/clients/client-comprehend/src/commands/StartEventsDetectionJobCommand.ts index 28bd41a0edc5..f72a71e2363d 100644 --- a/clients/client-comprehend/src/commands/StartEventsDetectionJobCommand.ts +++ b/clients/client-comprehend/src/commands/StartEventsDetectionJobCommand.ts @@ -121,9 +121,6 @@ export class StartEventsDetectionJobCommand extends $Command< StartEventsDetectionJobCommandOutput, ComprehendClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -137,9 +134,7 @@ export class StartEventsDetectionJobCommand extends $Command< * @public */ constructor(readonly input: StartEventsDetectionJobCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -192,7 +187,4 @@ export class StartEventsDetectionJobCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_StartEventsDetectionJobCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-comprehend/src/commands/StartFlywheelIterationCommand.ts b/clients/client-comprehend/src/commands/StartFlywheelIterationCommand.ts index a5fd101e2c49..059455f0f42c 100644 --- a/clients/client-comprehend/src/commands/StartFlywheelIterationCommand.ts +++ b/clients/client-comprehend/src/commands/StartFlywheelIterationCommand.ts @@ -90,9 +90,6 @@ export class StartFlywheelIterationCommand extends $Command< StartFlywheelIterationCommandOutput, ComprehendClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -106,9 +103,7 @@ export class StartFlywheelIterationCommand extends $Command< * @public */ constructor(readonly input: StartFlywheelIterationCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -161,7 +156,4 @@ export class StartFlywheelIterationCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_StartFlywheelIterationCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-comprehend/src/commands/StartKeyPhrasesDetectionJobCommand.ts b/clients/client-comprehend/src/commands/StartKeyPhrasesDetectionJobCommand.ts index f5b91d7c1f63..8f92825c0228 100644 --- a/clients/client-comprehend/src/commands/StartKeyPhrasesDetectionJobCommand.ts +++ b/clients/client-comprehend/src/commands/StartKeyPhrasesDetectionJobCommand.ts @@ -131,9 +131,6 @@ export class StartKeyPhrasesDetectionJobCommand extends $Command< StartKeyPhrasesDetectionJobCommandOutput, ComprehendClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -147,9 +144,7 @@ export class StartKeyPhrasesDetectionJobCommand extends $Command< * @public */ constructor(readonly input: StartKeyPhrasesDetectionJobCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -205,7 +200,4 @@ export class StartKeyPhrasesDetectionJobCommand extends $Command< ): Promise { return de_StartKeyPhrasesDetectionJobCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-comprehend/src/commands/StartPiiEntitiesDetectionJobCommand.ts b/clients/client-comprehend/src/commands/StartPiiEntitiesDetectionJobCommand.ts index 5fac5feb7393..d01b9d8487b2 100644 --- a/clients/client-comprehend/src/commands/StartPiiEntitiesDetectionJobCommand.ts +++ b/clients/client-comprehend/src/commands/StartPiiEntitiesDetectionJobCommand.ts @@ -131,9 +131,6 @@ export class StartPiiEntitiesDetectionJobCommand extends $Command< StartPiiEntitiesDetectionJobCommandOutput, ComprehendClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -147,9 +144,7 @@ export class StartPiiEntitiesDetectionJobCommand extends $Command< * @public */ constructor(readonly input: StartPiiEntitiesDetectionJobCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -205,7 +200,4 @@ export class StartPiiEntitiesDetectionJobCommand extends $Command< ): Promise { return de_StartPiiEntitiesDetectionJobCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-comprehend/src/commands/StartSentimentDetectionJobCommand.ts b/clients/client-comprehend/src/commands/StartSentimentDetectionJobCommand.ts index 54d3cee6ea3d..6fd574fe9661 100644 --- a/clients/client-comprehend/src/commands/StartSentimentDetectionJobCommand.ts +++ b/clients/client-comprehend/src/commands/StartSentimentDetectionJobCommand.ts @@ -129,9 +129,6 @@ export class StartSentimentDetectionJobCommand extends $Command< StartSentimentDetectionJobCommandOutput, ComprehendClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -145,9 +142,7 @@ export class StartSentimentDetectionJobCommand extends $Command< * @public */ constructor(readonly input: StartSentimentDetectionJobCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -203,7 +198,4 @@ export class StartSentimentDetectionJobCommand extends $Command< ): Promise { return de_StartSentimentDetectionJobCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-comprehend/src/commands/StartTargetedSentimentDetectionJobCommand.ts b/clients/client-comprehend/src/commands/StartTargetedSentimentDetectionJobCommand.ts index 17442468cd5a..a09a5a3907ca 100644 --- a/clients/client-comprehend/src/commands/StartTargetedSentimentDetectionJobCommand.ts +++ b/clients/client-comprehend/src/commands/StartTargetedSentimentDetectionJobCommand.ts @@ -137,9 +137,6 @@ export class StartTargetedSentimentDetectionJobCommand extends $Command< StartTargetedSentimentDetectionJobCommandOutput, ComprehendClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -153,9 +150,7 @@ export class StartTargetedSentimentDetectionJobCommand extends $Command< * @public */ constructor(readonly input: StartTargetedSentimentDetectionJobCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -214,7 +209,4 @@ export class StartTargetedSentimentDetectionJobCommand extends $Command< ): Promise { return de_StartTargetedSentimentDetectionJobCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-comprehend/src/commands/StartTopicsDetectionJobCommand.ts b/clients/client-comprehend/src/commands/StartTopicsDetectionJobCommand.ts index deccb041a1ca..14917dd0da9e 100644 --- a/clients/client-comprehend/src/commands/StartTopicsDetectionJobCommand.ts +++ b/clients/client-comprehend/src/commands/StartTopicsDetectionJobCommand.ts @@ -128,9 +128,6 @@ export class StartTopicsDetectionJobCommand extends $Command< StartTopicsDetectionJobCommandOutput, ComprehendClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -144,9 +141,7 @@ export class StartTopicsDetectionJobCommand extends $Command< * @public */ constructor(readonly input: StartTopicsDetectionJobCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -199,7 +194,4 @@ export class StartTopicsDetectionJobCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_StartTopicsDetectionJobCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-comprehend/src/commands/StopDominantLanguageDetectionJobCommand.ts b/clients/client-comprehend/src/commands/StopDominantLanguageDetectionJobCommand.ts index a05a45785f22..53c80300518f 100644 --- a/clients/client-comprehend/src/commands/StopDominantLanguageDetectionJobCommand.ts +++ b/clients/client-comprehend/src/commands/StopDominantLanguageDetectionJobCommand.ts @@ -94,9 +94,6 @@ export class StopDominantLanguageDetectionJobCommand extends $Command< StopDominantLanguageDetectionJobCommandOutput, ComprehendClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -110,9 +107,7 @@ export class StopDominantLanguageDetectionJobCommand extends $Command< * @public */ constructor(readonly input: StopDominantLanguageDetectionJobCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -171,7 +166,4 @@ export class StopDominantLanguageDetectionJobCommand extends $Command< ): Promise { return de_StopDominantLanguageDetectionJobCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-comprehend/src/commands/StopEntitiesDetectionJobCommand.ts b/clients/client-comprehend/src/commands/StopEntitiesDetectionJobCommand.ts index 68f5520a5b2e..d101d54915e0 100644 --- a/clients/client-comprehend/src/commands/StopEntitiesDetectionJobCommand.ts +++ b/clients/client-comprehend/src/commands/StopEntitiesDetectionJobCommand.ts @@ -89,9 +89,6 @@ export class StopEntitiesDetectionJobCommand extends $Command< StopEntitiesDetectionJobCommandOutput, ComprehendClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -105,9 +102,7 @@ export class StopEntitiesDetectionJobCommand extends $Command< * @public */ constructor(readonly input: StopEntitiesDetectionJobCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -160,7 +155,4 @@ export class StopEntitiesDetectionJobCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_StopEntitiesDetectionJobCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-comprehend/src/commands/StopEventsDetectionJobCommand.ts b/clients/client-comprehend/src/commands/StopEventsDetectionJobCommand.ts index c1b4f0bf91f4..b83f00d8372c 100644 --- a/clients/client-comprehend/src/commands/StopEventsDetectionJobCommand.ts +++ b/clients/client-comprehend/src/commands/StopEventsDetectionJobCommand.ts @@ -80,9 +80,6 @@ export class StopEventsDetectionJobCommand extends $Command< StopEventsDetectionJobCommandOutput, ComprehendClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -96,9 +93,7 @@ export class StopEventsDetectionJobCommand extends $Command< * @public */ constructor(readonly input: StopEventsDetectionJobCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -151,7 +146,4 @@ export class StopEventsDetectionJobCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_StopEventsDetectionJobCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-comprehend/src/commands/StopKeyPhrasesDetectionJobCommand.ts b/clients/client-comprehend/src/commands/StopKeyPhrasesDetectionJobCommand.ts index 1f257a59a238..eec0e354a30d 100644 --- a/clients/client-comprehend/src/commands/StopKeyPhrasesDetectionJobCommand.ts +++ b/clients/client-comprehend/src/commands/StopKeyPhrasesDetectionJobCommand.ts @@ -89,9 +89,6 @@ export class StopKeyPhrasesDetectionJobCommand extends $Command< StopKeyPhrasesDetectionJobCommandOutput, ComprehendClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -105,9 +102,7 @@ export class StopKeyPhrasesDetectionJobCommand extends $Command< * @public */ constructor(readonly input: StopKeyPhrasesDetectionJobCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -163,7 +158,4 @@ export class StopKeyPhrasesDetectionJobCommand extends $Command< ): Promise { return de_StopKeyPhrasesDetectionJobCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-comprehend/src/commands/StopPiiEntitiesDetectionJobCommand.ts b/clients/client-comprehend/src/commands/StopPiiEntitiesDetectionJobCommand.ts index 7d3f386d2b99..b27fc86cda90 100644 --- a/clients/client-comprehend/src/commands/StopPiiEntitiesDetectionJobCommand.ts +++ b/clients/client-comprehend/src/commands/StopPiiEntitiesDetectionJobCommand.ts @@ -82,9 +82,6 @@ export class StopPiiEntitiesDetectionJobCommand extends $Command< StopPiiEntitiesDetectionJobCommandOutput, ComprehendClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -98,9 +95,7 @@ export class StopPiiEntitiesDetectionJobCommand extends $Command< * @public */ constructor(readonly input: StopPiiEntitiesDetectionJobCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -156,7 +151,4 @@ export class StopPiiEntitiesDetectionJobCommand extends $Command< ): Promise { return de_StopPiiEntitiesDetectionJobCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-comprehend/src/commands/StopSentimentDetectionJobCommand.ts b/clients/client-comprehend/src/commands/StopSentimentDetectionJobCommand.ts index a2f9e4f7c720..6cc00573d578 100644 --- a/clients/client-comprehend/src/commands/StopSentimentDetectionJobCommand.ts +++ b/clients/client-comprehend/src/commands/StopSentimentDetectionJobCommand.ts @@ -89,9 +89,6 @@ export class StopSentimentDetectionJobCommand extends $Command< StopSentimentDetectionJobCommandOutput, ComprehendClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -105,9 +102,7 @@ export class StopSentimentDetectionJobCommand extends $Command< * @public */ constructor(readonly input: StopSentimentDetectionJobCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -163,7 +158,4 @@ export class StopSentimentDetectionJobCommand extends $Command< ): Promise { return de_StopSentimentDetectionJobCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-comprehend/src/commands/StopTargetedSentimentDetectionJobCommand.ts b/clients/client-comprehend/src/commands/StopTargetedSentimentDetectionJobCommand.ts index 385c3b2bce40..5d1a4d9c1d25 100644 --- a/clients/client-comprehend/src/commands/StopTargetedSentimentDetectionJobCommand.ts +++ b/clients/client-comprehend/src/commands/StopTargetedSentimentDetectionJobCommand.ts @@ -97,9 +97,6 @@ export class StopTargetedSentimentDetectionJobCommand extends $Command< StopTargetedSentimentDetectionJobCommandOutput, ComprehendClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -113,9 +110,7 @@ export class StopTargetedSentimentDetectionJobCommand extends $Command< * @public */ constructor(readonly input: StopTargetedSentimentDetectionJobCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -174,7 +169,4 @@ export class StopTargetedSentimentDetectionJobCommand extends $Command< ): Promise { return de_StopTargetedSentimentDetectionJobCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-comprehend/src/commands/StopTrainingDocumentClassifierCommand.ts b/clients/client-comprehend/src/commands/StopTrainingDocumentClassifierCommand.ts index da29c6fce7e5..ab981674042c 100644 --- a/clients/client-comprehend/src/commands/StopTrainingDocumentClassifierCommand.ts +++ b/clients/client-comprehend/src/commands/StopTrainingDocumentClassifierCommand.ts @@ -90,9 +90,6 @@ export class StopTrainingDocumentClassifierCommand extends $Command< StopTrainingDocumentClassifierCommandOutput, ComprehendClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -106,9 +103,7 @@ export class StopTrainingDocumentClassifierCommand extends $Command< * @public */ constructor(readonly input: StopTrainingDocumentClassifierCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -167,7 +162,4 @@ export class StopTrainingDocumentClassifierCommand extends $Command< ): Promise { return de_StopTrainingDocumentClassifierCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-comprehend/src/commands/StopTrainingEntityRecognizerCommand.ts b/clients/client-comprehend/src/commands/StopTrainingEntityRecognizerCommand.ts index 2c130980d423..ef7123527c01 100644 --- a/clients/client-comprehend/src/commands/StopTrainingEntityRecognizerCommand.ts +++ b/clients/client-comprehend/src/commands/StopTrainingEntityRecognizerCommand.ts @@ -90,9 +90,6 @@ export class StopTrainingEntityRecognizerCommand extends $Command< StopTrainingEntityRecognizerCommandOutput, ComprehendClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -106,9 +103,7 @@ export class StopTrainingEntityRecognizerCommand extends $Command< * @public */ constructor(readonly input: StopTrainingEntityRecognizerCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -164,7 +159,4 @@ export class StopTrainingEntityRecognizerCommand extends $Command< ): Promise { return de_StopTrainingEntityRecognizerCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-comprehend/src/commands/TagResourceCommand.ts b/clients/client-comprehend/src/commands/TagResourceCommand.ts index f6789200bb43..540a01f8b9c7 100644 --- a/clients/client-comprehend/src/commands/TagResourceCommand.ts +++ b/clients/client-comprehend/src/commands/TagResourceCommand.ts @@ -95,9 +95,6 @@ export class TagResourceCommand extends $Command< TagResourceCommandOutput, ComprehendClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -111,9 +108,7 @@ export class TagResourceCommand extends $Command< * @public */ constructor(readonly input: TagResourceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -164,7 +159,4 @@ export class TagResourceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_TagResourceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-comprehend/src/commands/UntagResourceCommand.ts b/clients/client-comprehend/src/commands/UntagResourceCommand.ts index 7ea60d24c621..e25491557848 100644 --- a/clients/client-comprehend/src/commands/UntagResourceCommand.ts +++ b/clients/client-comprehend/src/commands/UntagResourceCommand.ts @@ -88,9 +88,6 @@ export class UntagResourceCommand extends $Command< UntagResourceCommandOutput, ComprehendClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -104,9 +101,7 @@ export class UntagResourceCommand extends $Command< * @public */ constructor(readonly input: UntagResourceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -157,7 +152,4 @@ export class UntagResourceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UntagResourceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-comprehend/src/commands/UpdateEndpointCommand.ts b/clients/client-comprehend/src/commands/UpdateEndpointCommand.ts index 20d5b3416f72..265bc6720bd3 100644 --- a/clients/client-comprehend/src/commands/UpdateEndpointCommand.ts +++ b/clients/client-comprehend/src/commands/UpdateEndpointCommand.ts @@ -99,9 +99,6 @@ export class UpdateEndpointCommand extends $Command< UpdateEndpointCommandOutput, ComprehendClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -115,9 +112,7 @@ export class UpdateEndpointCommand extends $Command< * @public */ constructor(readonly input: UpdateEndpointCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -170,7 +165,4 @@ export class UpdateEndpointCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdateEndpointCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-comprehend/src/commands/UpdateFlywheelCommand.ts b/clients/client-comprehend/src/commands/UpdateFlywheelCommand.ts index 7226dc705d5c..c33a83ce8121 100644 --- a/clients/client-comprehend/src/commands/UpdateFlywheelCommand.ts +++ b/clients/client-comprehend/src/commands/UpdateFlywheelCommand.ts @@ -140,9 +140,6 @@ export class UpdateFlywheelCommand extends $Command< UpdateFlywheelCommandOutput, ComprehendClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -156,9 +153,7 @@ export class UpdateFlywheelCommand extends $Command< * @public */ constructor(readonly input: UpdateFlywheelCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -211,7 +206,4 @@ export class UpdateFlywheelCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdateFlywheelCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-comprehendmedical/package.json b/clients/client-comprehendmedical/package.json index e1cdc08f0e56..99c00e038c85 100644 --- a/clients/client-comprehendmedical/package.json +++ b/clients/client-comprehendmedical/package.json @@ -34,29 +34,29 @@ "@aws-sdk/util-endpoints": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@smithy/config-resolver": "^2.0.16", - "@smithy/fetch-http-handler": "^2.2.4", - "@smithy/hash-node": "^2.0.12", - "@smithy/invalid-dependency": "^2.0.12", - "@smithy/middleware-content-length": "^2.0.14", - "@smithy/middleware-endpoint": "^2.1.3", - "@smithy/middleware-retry": "^2.0.18", - "@smithy/middleware-serde": "^2.0.12", - "@smithy/middleware-stack": "^2.0.6", - "@smithy/node-config-provider": "^2.1.3", - "@smithy/node-http-handler": "^2.1.8", - "@smithy/protocol-http": "^3.0.8", - "@smithy/smithy-client": "^2.1.12", - "@smithy/types": "^2.4.0", - "@smithy/url-parser": "^2.0.12", - "@smithy/util-base64": "^2.0.0", + "@smithy/config-resolver": "^2.0.18", + "@smithy/fetch-http-handler": "^2.2.6", + "@smithy/hash-node": "^2.0.15", + "@smithy/invalid-dependency": "^2.0.13", + "@smithy/middleware-content-length": "^2.0.15", + "@smithy/middleware-endpoint": "^2.2.0", + "@smithy/middleware-retry": "^2.0.20", + "@smithy/middleware-serde": "^2.0.13", + "@smithy/middleware-stack": "^2.0.7", + "@smithy/node-config-provider": "^2.1.5", + "@smithy/node-http-handler": "^2.1.9", + "@smithy/protocol-http": "^3.0.9", + "@smithy/smithy-client": "^2.1.15", + "@smithy/types": "^2.5.0", + "@smithy/url-parser": "^2.0.13", + "@smithy/util-base64": "^2.0.1", "@smithy/util-body-length-browser": "^2.0.0", "@smithy/util-body-length-node": "^2.1.0", - "@smithy/util-defaults-mode-browser": "^2.0.16", - "@smithy/util-defaults-mode-node": "^2.0.21", - "@smithy/util-endpoints": "^1.0.2", - "@smithy/util-retry": "^2.0.5", - "@smithy/util-utf8": "^2.0.0", + "@smithy/util-defaults-mode-browser": "^2.0.19", + "@smithy/util-defaults-mode-node": "^2.0.25", + "@smithy/util-endpoints": "^1.0.4", + "@smithy/util-retry": "^2.0.6", + "@smithy/util-utf8": "^2.0.2", "tslib": "^2.5.0", "uuid": "^8.3.2" }, diff --git a/clients/client-comprehendmedical/src/commands/DescribeEntitiesDetectionV2JobCommand.ts b/clients/client-comprehendmedical/src/commands/DescribeEntitiesDetectionV2JobCommand.ts index 37c2dda98e09..e5025700a9f6 100644 --- a/clients/client-comprehendmedical/src/commands/DescribeEntitiesDetectionV2JobCommand.ts +++ b/clients/client-comprehendmedical/src/commands/DescribeEntitiesDetectionV2JobCommand.ts @@ -117,9 +117,6 @@ export class DescribeEntitiesDetectionV2JobCommand extends $Command< DescribeEntitiesDetectionV2JobCommandOutput, ComprehendMedicalClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -133,9 +130,7 @@ export class DescribeEntitiesDetectionV2JobCommand extends $Command< * @public */ constructor(readonly input: DescribeEntitiesDetectionV2JobCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -194,7 +189,4 @@ export class DescribeEntitiesDetectionV2JobCommand extends $Command< ): Promise { return de_DescribeEntitiesDetectionV2JobCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-comprehendmedical/src/commands/DescribeICD10CMInferenceJobCommand.ts b/clients/client-comprehendmedical/src/commands/DescribeICD10CMInferenceJobCommand.ts index d22b8ef206cd..149838a881ef 100644 --- a/clients/client-comprehendmedical/src/commands/DescribeICD10CMInferenceJobCommand.ts +++ b/clients/client-comprehendmedical/src/commands/DescribeICD10CMInferenceJobCommand.ts @@ -114,9 +114,6 @@ export class DescribeICD10CMInferenceJobCommand extends $Command< DescribeICD10CMInferenceJobCommandOutput, ComprehendMedicalClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -130,9 +127,7 @@ export class DescribeICD10CMInferenceJobCommand extends $Command< * @public */ constructor(readonly input: DescribeICD10CMInferenceJobCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -188,7 +183,4 @@ export class DescribeICD10CMInferenceJobCommand extends $Command< ): Promise { return de_DescribeICD10CMInferenceJobCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-comprehendmedical/src/commands/DescribePHIDetectionJobCommand.ts b/clients/client-comprehendmedical/src/commands/DescribePHIDetectionJobCommand.ts index 11849ab5e5d5..b33d658c46b5 100644 --- a/clients/client-comprehendmedical/src/commands/DescribePHIDetectionJobCommand.ts +++ b/clients/client-comprehendmedical/src/commands/DescribePHIDetectionJobCommand.ts @@ -112,9 +112,6 @@ export class DescribePHIDetectionJobCommand extends $Command< DescribePHIDetectionJobCommandOutput, ComprehendMedicalClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -128,9 +125,7 @@ export class DescribePHIDetectionJobCommand extends $Command< * @public */ constructor(readonly input: DescribePHIDetectionJobCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -183,7 +178,4 @@ export class DescribePHIDetectionJobCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DescribePHIDetectionJobCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-comprehendmedical/src/commands/DescribeRxNormInferenceJobCommand.ts b/clients/client-comprehendmedical/src/commands/DescribeRxNormInferenceJobCommand.ts index 1648a7835edb..84548a0f8154 100644 --- a/clients/client-comprehendmedical/src/commands/DescribeRxNormInferenceJobCommand.ts +++ b/clients/client-comprehendmedical/src/commands/DescribeRxNormInferenceJobCommand.ts @@ -112,9 +112,6 @@ export class DescribeRxNormInferenceJobCommand extends $Command< DescribeRxNormInferenceJobCommandOutput, ComprehendMedicalClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -128,9 +125,7 @@ export class DescribeRxNormInferenceJobCommand extends $Command< * @public */ constructor(readonly input: DescribeRxNormInferenceJobCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -186,7 +181,4 @@ export class DescribeRxNormInferenceJobCommand extends $Command< ): Promise { return de_DescribeRxNormInferenceJobCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-comprehendmedical/src/commands/DescribeSNOMEDCTInferenceJobCommand.ts b/clients/client-comprehendmedical/src/commands/DescribeSNOMEDCTInferenceJobCommand.ts index fbea428be37e..bca22fec5efb 100644 --- a/clients/client-comprehendmedical/src/commands/DescribeSNOMEDCTInferenceJobCommand.ts +++ b/clients/client-comprehendmedical/src/commands/DescribeSNOMEDCTInferenceJobCommand.ts @@ -118,9 +118,6 @@ export class DescribeSNOMEDCTInferenceJobCommand extends $Command< DescribeSNOMEDCTInferenceJobCommandOutput, ComprehendMedicalClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -134,9 +131,7 @@ export class DescribeSNOMEDCTInferenceJobCommand extends $Command< * @public */ constructor(readonly input: DescribeSNOMEDCTInferenceJobCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -192,7 +187,4 @@ export class DescribeSNOMEDCTInferenceJobCommand extends $Command< ): Promise { return de_DescribeSNOMEDCTInferenceJobCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-comprehendmedical/src/commands/DetectEntitiesCommand.ts b/clients/client-comprehendmedical/src/commands/DetectEntitiesCommand.ts index 7c8fb5c5d1c0..5032d33a42f3 100644 --- a/clients/client-comprehendmedical/src/commands/DetectEntitiesCommand.ts +++ b/clients/client-comprehendmedical/src/commands/DetectEntitiesCommand.ts @@ -157,9 +157,6 @@ export class DetectEntitiesCommand extends $Command< DetectEntitiesCommandOutput, ComprehendMedicalClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -173,9 +170,7 @@ export class DetectEntitiesCommand extends $Command< * @public */ constructor(readonly input: DetectEntitiesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -228,7 +223,4 @@ export class DetectEntitiesCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DetectEntitiesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-comprehendmedical/src/commands/DetectEntitiesV2Command.ts b/clients/client-comprehendmedical/src/commands/DetectEntitiesV2Command.ts index 433cc94bea7f..5b075497ee49 100644 --- a/clients/client-comprehendmedical/src/commands/DetectEntitiesV2Command.ts +++ b/clients/client-comprehendmedical/src/commands/DetectEntitiesV2Command.ts @@ -162,9 +162,6 @@ export class DetectEntitiesV2Command extends $Command< DetectEntitiesV2CommandOutput, ComprehendMedicalClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -178,9 +175,7 @@ export class DetectEntitiesV2Command extends $Command< * @public */ constructor(readonly input: DetectEntitiesV2CommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -233,7 +228,4 @@ export class DetectEntitiesV2Command extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DetectEntitiesV2Command(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-comprehendmedical/src/commands/DetectPHICommand.ts b/clients/client-comprehendmedical/src/commands/DetectPHICommand.ts index d6cc6dd89b5d..41cbdc271645 100644 --- a/clients/client-comprehendmedical/src/commands/DetectPHICommand.ts +++ b/clients/client-comprehendmedical/src/commands/DetectPHICommand.ts @@ -137,9 +137,6 @@ export class DetectPHICommand extends $Command< DetectPHICommandOutput, ComprehendMedicalClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -153,9 +150,7 @@ export class DetectPHICommand extends $Command< * @public */ constructor(readonly input: DetectPHICommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -206,7 +201,4 @@ export class DetectPHICommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DetectPHICommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-comprehendmedical/src/commands/InferICD10CMCommand.ts b/clients/client-comprehendmedical/src/commands/InferICD10CMCommand.ts index 85a7ba0fbde5..051e4c9bf41e 100644 --- a/clients/client-comprehendmedical/src/commands/InferICD10CMCommand.ts +++ b/clients/client-comprehendmedical/src/commands/InferICD10CMCommand.ts @@ -145,9 +145,6 @@ export class InferICD10CMCommand extends $Command< InferICD10CMCommandOutput, ComprehendMedicalClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -161,9 +158,7 @@ export class InferICD10CMCommand extends $Command< * @public */ constructor(readonly input: InferICD10CMCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -214,7 +209,4 @@ export class InferICD10CMCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_InferICD10CMCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-comprehendmedical/src/commands/InferRxNormCommand.ts b/clients/client-comprehendmedical/src/commands/InferRxNormCommand.ts index 762928e175e5..80572f8bcef1 100644 --- a/clients/client-comprehendmedical/src/commands/InferRxNormCommand.ts +++ b/clients/client-comprehendmedical/src/commands/InferRxNormCommand.ts @@ -142,9 +142,6 @@ export class InferRxNormCommand extends $Command< InferRxNormCommandOutput, ComprehendMedicalClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -158,9 +155,7 @@ export class InferRxNormCommand extends $Command< * @public */ constructor(readonly input: InferRxNormCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -211,7 +206,4 @@ export class InferRxNormCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_InferRxNormCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-comprehendmedical/src/commands/InferSNOMEDCTCommand.ts b/clients/client-comprehendmedical/src/commands/InferSNOMEDCTCommand.ts index c0b2356c4642..bec2f5f50fe2 100644 --- a/clients/client-comprehendmedical/src/commands/InferSNOMEDCTCommand.ts +++ b/clients/client-comprehendmedical/src/commands/InferSNOMEDCTCommand.ts @@ -158,9 +158,6 @@ export class InferSNOMEDCTCommand extends $Command< InferSNOMEDCTCommandOutput, ComprehendMedicalClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -174,9 +171,7 @@ export class InferSNOMEDCTCommand extends $Command< * @public */ constructor(readonly input: InferSNOMEDCTCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -227,7 +222,4 @@ export class InferSNOMEDCTCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_InferSNOMEDCTCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-comprehendmedical/src/commands/ListEntitiesDetectionV2JobsCommand.ts b/clients/client-comprehendmedical/src/commands/ListEntitiesDetectionV2JobsCommand.ts index 322210157cea..41842eec2e06 100644 --- a/clients/client-comprehendmedical/src/commands/ListEntitiesDetectionV2JobsCommand.ts +++ b/clients/client-comprehendmedical/src/commands/ListEntitiesDetectionV2JobsCommand.ts @@ -123,9 +123,6 @@ export class ListEntitiesDetectionV2JobsCommand extends $Command< ListEntitiesDetectionV2JobsCommandOutput, ComprehendMedicalClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -139,9 +136,7 @@ export class ListEntitiesDetectionV2JobsCommand extends $Command< * @public */ constructor(readonly input: ListEntitiesDetectionV2JobsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -197,7 +192,4 @@ export class ListEntitiesDetectionV2JobsCommand extends $Command< ): Promise { return de_ListEntitiesDetectionV2JobsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-comprehendmedical/src/commands/ListICD10CMInferenceJobsCommand.ts b/clients/client-comprehendmedical/src/commands/ListICD10CMInferenceJobsCommand.ts index edd4f9b5f38f..c5526fe74991 100644 --- a/clients/client-comprehendmedical/src/commands/ListICD10CMInferenceJobsCommand.ts +++ b/clients/client-comprehendmedical/src/commands/ListICD10CMInferenceJobsCommand.ts @@ -121,9 +121,6 @@ export class ListICD10CMInferenceJobsCommand extends $Command< ListICD10CMInferenceJobsCommandOutput, ComprehendMedicalClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -137,9 +134,7 @@ export class ListICD10CMInferenceJobsCommand extends $Command< * @public */ constructor(readonly input: ListICD10CMInferenceJobsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -192,7 +187,4 @@ export class ListICD10CMInferenceJobsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListICD10CMInferenceJobsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-comprehendmedical/src/commands/ListPHIDetectionJobsCommand.ts b/clients/client-comprehendmedical/src/commands/ListPHIDetectionJobsCommand.ts index e3417457a5a4..5e8262d3f93f 100644 --- a/clients/client-comprehendmedical/src/commands/ListPHIDetectionJobsCommand.ts +++ b/clients/client-comprehendmedical/src/commands/ListPHIDetectionJobsCommand.ts @@ -122,9 +122,6 @@ export class ListPHIDetectionJobsCommand extends $Command< ListPHIDetectionJobsCommandOutput, ComprehendMedicalClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -138,9 +135,7 @@ export class ListPHIDetectionJobsCommand extends $Command< * @public */ constructor(readonly input: ListPHIDetectionJobsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -193,7 +188,4 @@ export class ListPHIDetectionJobsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListPHIDetectionJobsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-comprehendmedical/src/commands/ListRxNormInferenceJobsCommand.ts b/clients/client-comprehendmedical/src/commands/ListRxNormInferenceJobsCommand.ts index cc32ed519799..d09c5babb04e 100644 --- a/clients/client-comprehendmedical/src/commands/ListRxNormInferenceJobsCommand.ts +++ b/clients/client-comprehendmedical/src/commands/ListRxNormInferenceJobsCommand.ts @@ -121,9 +121,6 @@ export class ListRxNormInferenceJobsCommand extends $Command< ListRxNormInferenceJobsCommandOutput, ComprehendMedicalClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -137,9 +134,7 @@ export class ListRxNormInferenceJobsCommand extends $Command< * @public */ constructor(readonly input: ListRxNormInferenceJobsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -192,7 +187,4 @@ export class ListRxNormInferenceJobsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListRxNormInferenceJobsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-comprehendmedical/src/commands/ListSNOMEDCTInferenceJobsCommand.ts b/clients/client-comprehendmedical/src/commands/ListSNOMEDCTInferenceJobsCommand.ts index f46bc34272d4..2a65c980294c 100644 --- a/clients/client-comprehendmedical/src/commands/ListSNOMEDCTInferenceJobsCommand.ts +++ b/clients/client-comprehendmedical/src/commands/ListSNOMEDCTInferenceJobsCommand.ts @@ -123,9 +123,6 @@ export class ListSNOMEDCTInferenceJobsCommand extends $Command< ListSNOMEDCTInferenceJobsCommandOutput, ComprehendMedicalClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -139,9 +136,7 @@ export class ListSNOMEDCTInferenceJobsCommand extends $Command< * @public */ constructor(readonly input: ListSNOMEDCTInferenceJobsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -197,7 +192,4 @@ export class ListSNOMEDCTInferenceJobsCommand extends $Command< ): Promise { return de_ListSNOMEDCTInferenceJobsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-comprehendmedical/src/commands/StartEntitiesDetectionV2JobCommand.ts b/clients/client-comprehendmedical/src/commands/StartEntitiesDetectionV2JobCommand.ts index 89a4447b58cb..909e29feb372 100644 --- a/clients/client-comprehendmedical/src/commands/StartEntitiesDetectionV2JobCommand.ts +++ b/clients/client-comprehendmedical/src/commands/StartEntitiesDetectionV2JobCommand.ts @@ -105,9 +105,6 @@ export class StartEntitiesDetectionV2JobCommand extends $Command< StartEntitiesDetectionV2JobCommandOutput, ComprehendMedicalClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -121,9 +118,7 @@ export class StartEntitiesDetectionV2JobCommand extends $Command< * @public */ constructor(readonly input: StartEntitiesDetectionV2JobCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -179,7 +174,4 @@ export class StartEntitiesDetectionV2JobCommand extends $Command< ): Promise { return de_StartEntitiesDetectionV2JobCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-comprehendmedical/src/commands/StartICD10CMInferenceJobCommand.ts b/clients/client-comprehendmedical/src/commands/StartICD10CMInferenceJobCommand.ts index 39797c016a1f..4c3fa58e7940 100644 --- a/clients/client-comprehendmedical/src/commands/StartICD10CMInferenceJobCommand.ts +++ b/clients/client-comprehendmedical/src/commands/StartICD10CMInferenceJobCommand.ts @@ -104,9 +104,6 @@ export class StartICD10CMInferenceJobCommand extends $Command< StartICD10CMInferenceJobCommandOutput, ComprehendMedicalClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -120,9 +117,7 @@ export class StartICD10CMInferenceJobCommand extends $Command< * @public */ constructor(readonly input: StartICD10CMInferenceJobCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -175,7 +170,4 @@ export class StartICD10CMInferenceJobCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_StartICD10CMInferenceJobCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-comprehendmedical/src/commands/StartPHIDetectionJobCommand.ts b/clients/client-comprehendmedical/src/commands/StartPHIDetectionJobCommand.ts index 5f5cc8325f2c..babc3e9bd670 100644 --- a/clients/client-comprehendmedical/src/commands/StartPHIDetectionJobCommand.ts +++ b/clients/client-comprehendmedical/src/commands/StartPHIDetectionJobCommand.ts @@ -103,9 +103,6 @@ export class StartPHIDetectionJobCommand extends $Command< StartPHIDetectionJobCommandOutput, ComprehendMedicalClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -119,9 +116,7 @@ export class StartPHIDetectionJobCommand extends $Command< * @public */ constructor(readonly input: StartPHIDetectionJobCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -174,7 +169,4 @@ export class StartPHIDetectionJobCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_StartPHIDetectionJobCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-comprehendmedical/src/commands/StartRxNormInferenceJobCommand.ts b/clients/client-comprehendmedical/src/commands/StartRxNormInferenceJobCommand.ts index e99bb1b6edc8..54bb38eb9311 100644 --- a/clients/client-comprehendmedical/src/commands/StartRxNormInferenceJobCommand.ts +++ b/clients/client-comprehendmedical/src/commands/StartRxNormInferenceJobCommand.ts @@ -104,9 +104,6 @@ export class StartRxNormInferenceJobCommand extends $Command< StartRxNormInferenceJobCommandOutput, ComprehendMedicalClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -120,9 +117,7 @@ export class StartRxNormInferenceJobCommand extends $Command< * @public */ constructor(readonly input: StartRxNormInferenceJobCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -175,7 +170,4 @@ export class StartRxNormInferenceJobCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_StartRxNormInferenceJobCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-comprehendmedical/src/commands/StartSNOMEDCTInferenceJobCommand.ts b/clients/client-comprehendmedical/src/commands/StartSNOMEDCTInferenceJobCommand.ts index 8ef3a6d07eac..41245cf64927 100644 --- a/clients/client-comprehendmedical/src/commands/StartSNOMEDCTInferenceJobCommand.ts +++ b/clients/client-comprehendmedical/src/commands/StartSNOMEDCTInferenceJobCommand.ts @@ -104,9 +104,6 @@ export class StartSNOMEDCTInferenceJobCommand extends $Command< StartSNOMEDCTInferenceJobCommandOutput, ComprehendMedicalClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -120,9 +117,7 @@ export class StartSNOMEDCTInferenceJobCommand extends $Command< * @public */ constructor(readonly input: StartSNOMEDCTInferenceJobCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -178,7 +173,4 @@ export class StartSNOMEDCTInferenceJobCommand extends $Command< ): Promise { return de_StartSNOMEDCTInferenceJobCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-comprehendmedical/src/commands/StopEntitiesDetectionV2JobCommand.ts b/clients/client-comprehendmedical/src/commands/StopEntitiesDetectionV2JobCommand.ts index 41f73bcaac68..1fb7223b7290 100644 --- a/clients/client-comprehendmedical/src/commands/StopEntitiesDetectionV2JobCommand.ts +++ b/clients/client-comprehendmedical/src/commands/StopEntitiesDetectionV2JobCommand.ts @@ -85,9 +85,6 @@ export class StopEntitiesDetectionV2JobCommand extends $Command< StopEntitiesDetectionV2JobCommandOutput, ComprehendMedicalClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -101,9 +98,7 @@ export class StopEntitiesDetectionV2JobCommand extends $Command< * @public */ constructor(readonly input: StopEntitiesDetectionV2JobCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -159,7 +154,4 @@ export class StopEntitiesDetectionV2JobCommand extends $Command< ): Promise { return de_StopEntitiesDetectionV2JobCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-comprehendmedical/src/commands/StopICD10CMInferenceJobCommand.ts b/clients/client-comprehendmedical/src/commands/StopICD10CMInferenceJobCommand.ts index 38e9ea141f5c..4acb86642868 100644 --- a/clients/client-comprehendmedical/src/commands/StopICD10CMInferenceJobCommand.ts +++ b/clients/client-comprehendmedical/src/commands/StopICD10CMInferenceJobCommand.ts @@ -85,9 +85,6 @@ export class StopICD10CMInferenceJobCommand extends $Command< StopICD10CMInferenceJobCommandOutput, ComprehendMedicalClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -101,9 +98,7 @@ export class StopICD10CMInferenceJobCommand extends $Command< * @public */ constructor(readonly input: StopICD10CMInferenceJobCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -156,7 +151,4 @@ export class StopICD10CMInferenceJobCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_StopICD10CMInferenceJobCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-comprehendmedical/src/commands/StopPHIDetectionJobCommand.ts b/clients/client-comprehendmedical/src/commands/StopPHIDetectionJobCommand.ts index 13e48f769e39..dd8b007899e3 100644 --- a/clients/client-comprehendmedical/src/commands/StopPHIDetectionJobCommand.ts +++ b/clients/client-comprehendmedical/src/commands/StopPHIDetectionJobCommand.ts @@ -85,9 +85,6 @@ export class StopPHIDetectionJobCommand extends $Command< StopPHIDetectionJobCommandOutput, ComprehendMedicalClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -101,9 +98,7 @@ export class StopPHIDetectionJobCommand extends $Command< * @public */ constructor(readonly input: StopPHIDetectionJobCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -156,7 +151,4 @@ export class StopPHIDetectionJobCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_StopPHIDetectionJobCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-comprehendmedical/src/commands/StopRxNormInferenceJobCommand.ts b/clients/client-comprehendmedical/src/commands/StopRxNormInferenceJobCommand.ts index e27ecb3bd094..9639b9c36d28 100644 --- a/clients/client-comprehendmedical/src/commands/StopRxNormInferenceJobCommand.ts +++ b/clients/client-comprehendmedical/src/commands/StopRxNormInferenceJobCommand.ts @@ -85,9 +85,6 @@ export class StopRxNormInferenceJobCommand extends $Command< StopRxNormInferenceJobCommandOutput, ComprehendMedicalClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -101,9 +98,7 @@ export class StopRxNormInferenceJobCommand extends $Command< * @public */ constructor(readonly input: StopRxNormInferenceJobCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -156,7 +151,4 @@ export class StopRxNormInferenceJobCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_StopRxNormInferenceJobCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-comprehendmedical/src/commands/StopSNOMEDCTInferenceJobCommand.ts b/clients/client-comprehendmedical/src/commands/StopSNOMEDCTInferenceJobCommand.ts index dfc65c2116f4..80f7e1b62071 100644 --- a/clients/client-comprehendmedical/src/commands/StopSNOMEDCTInferenceJobCommand.ts +++ b/clients/client-comprehendmedical/src/commands/StopSNOMEDCTInferenceJobCommand.ts @@ -92,9 +92,6 @@ export class StopSNOMEDCTInferenceJobCommand extends $Command< StopSNOMEDCTInferenceJobCommandOutput, ComprehendMedicalClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -108,9 +105,7 @@ export class StopSNOMEDCTInferenceJobCommand extends $Command< * @public */ constructor(readonly input: StopSNOMEDCTInferenceJobCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -163,7 +158,4 @@ export class StopSNOMEDCTInferenceJobCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_StopSNOMEDCTInferenceJobCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-compute-optimizer/package.json b/clients/client-compute-optimizer/package.json index ca6d6296af8c..0144275133d7 100644 --- a/clients/client-compute-optimizer/package.json +++ b/clients/client-compute-optimizer/package.json @@ -34,29 +34,29 @@ "@aws-sdk/util-endpoints": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@smithy/config-resolver": "^2.0.16", - "@smithy/fetch-http-handler": "^2.2.4", - "@smithy/hash-node": "^2.0.12", - "@smithy/invalid-dependency": "^2.0.12", - "@smithy/middleware-content-length": "^2.0.14", - "@smithy/middleware-endpoint": "^2.1.3", - "@smithy/middleware-retry": "^2.0.18", - "@smithy/middleware-serde": "^2.0.12", - "@smithy/middleware-stack": "^2.0.6", - "@smithy/node-config-provider": "^2.1.3", - "@smithy/node-http-handler": "^2.1.8", - "@smithy/protocol-http": "^3.0.8", - "@smithy/smithy-client": "^2.1.12", - "@smithy/types": "^2.4.0", - "@smithy/url-parser": "^2.0.12", - "@smithy/util-base64": "^2.0.0", + "@smithy/config-resolver": "^2.0.18", + "@smithy/fetch-http-handler": "^2.2.6", + "@smithy/hash-node": "^2.0.15", + "@smithy/invalid-dependency": "^2.0.13", + "@smithy/middleware-content-length": "^2.0.15", + "@smithy/middleware-endpoint": "^2.2.0", + "@smithy/middleware-retry": "^2.0.20", + "@smithy/middleware-serde": "^2.0.13", + "@smithy/middleware-stack": "^2.0.7", + "@smithy/node-config-provider": "^2.1.5", + "@smithy/node-http-handler": "^2.1.9", + "@smithy/protocol-http": "^3.0.9", + "@smithy/smithy-client": "^2.1.15", + "@smithy/types": "^2.5.0", + "@smithy/url-parser": "^2.0.13", + "@smithy/util-base64": "^2.0.1", "@smithy/util-body-length-browser": "^2.0.0", "@smithy/util-body-length-node": "^2.1.0", - "@smithy/util-defaults-mode-browser": "^2.0.16", - "@smithy/util-defaults-mode-node": "^2.0.21", - "@smithy/util-endpoints": "^1.0.2", - "@smithy/util-retry": "^2.0.5", - "@smithy/util-utf8": "^2.0.0", + "@smithy/util-defaults-mode-browser": "^2.0.19", + "@smithy/util-defaults-mode-node": "^2.0.25", + "@smithy/util-endpoints": "^1.0.4", + "@smithy/util-retry": "^2.0.6", + "@smithy/util-utf8": "^2.0.2", "tslib": "^2.5.0" }, "devDependencies": { diff --git a/clients/client-compute-optimizer/src/commands/DeleteRecommendationPreferencesCommand.ts b/clients/client-compute-optimizer/src/commands/DeleteRecommendationPreferencesCommand.ts index f1e56d511c75..b1ee5821c23c 100644 --- a/clients/client-compute-optimizer/src/commands/DeleteRecommendationPreferencesCommand.ts +++ b/clients/client-compute-optimizer/src/commands/DeleteRecommendationPreferencesCommand.ts @@ -108,9 +108,6 @@ export class DeleteRecommendationPreferencesCommand extends $Command< DeleteRecommendationPreferencesCommandOutput, ComputeOptimizerClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -124,9 +121,7 @@ export class DeleteRecommendationPreferencesCommand extends $Command< * @public */ constructor(readonly input: DeleteRecommendationPreferencesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -185,7 +180,4 @@ export class DeleteRecommendationPreferencesCommand extends $Command< ): Promise { return de_DeleteRecommendationPreferencesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-compute-optimizer/src/commands/DescribeRecommendationExportJobsCommand.ts b/clients/client-compute-optimizer/src/commands/DescribeRecommendationExportJobsCommand.ts index 14668c318ed1..8032786db9a0 100644 --- a/clients/client-compute-optimizer/src/commands/DescribeRecommendationExportJobsCommand.ts +++ b/clients/client-compute-optimizer/src/commands/DescribeRecommendationExportJobsCommand.ts @@ -132,9 +132,6 @@ export class DescribeRecommendationExportJobsCommand extends $Command< DescribeRecommendationExportJobsCommandOutput, ComputeOptimizerClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -148,9 +145,7 @@ export class DescribeRecommendationExportJobsCommand extends $Command< * @public */ constructor(readonly input: DescribeRecommendationExportJobsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -209,7 +204,4 @@ export class DescribeRecommendationExportJobsCommand extends $Command< ): Promise { return de_DescribeRecommendationExportJobsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-compute-optimizer/src/commands/ExportAutoScalingGroupRecommendationsCommand.ts b/clients/client-compute-optimizer/src/commands/ExportAutoScalingGroupRecommendationsCommand.ts index 7d9cb9c4ea70..5a7335405db8 100644 --- a/clients/client-compute-optimizer/src/commands/ExportAutoScalingGroupRecommendationsCommand.ts +++ b/clients/client-compute-optimizer/src/commands/ExportAutoScalingGroupRecommendationsCommand.ts @@ -138,9 +138,6 @@ export class ExportAutoScalingGroupRecommendationsCommand extends $Command< ExportAutoScalingGroupRecommendationsCommandOutput, ComputeOptimizerClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -154,9 +151,7 @@ export class ExportAutoScalingGroupRecommendationsCommand extends $Command< * @public */ constructor(readonly input: ExportAutoScalingGroupRecommendationsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -215,7 +210,4 @@ export class ExportAutoScalingGroupRecommendationsCommand extends $Command< ): Promise { return de_ExportAutoScalingGroupRecommendationsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-compute-optimizer/src/commands/ExportEBSVolumeRecommendationsCommand.ts b/clients/client-compute-optimizer/src/commands/ExportEBSVolumeRecommendationsCommand.ts index 7d993c386932..58309bfb6905 100644 --- a/clients/client-compute-optimizer/src/commands/ExportEBSVolumeRecommendationsCommand.ts +++ b/clients/client-compute-optimizer/src/commands/ExportEBSVolumeRecommendationsCommand.ts @@ -129,9 +129,6 @@ export class ExportEBSVolumeRecommendationsCommand extends $Command< ExportEBSVolumeRecommendationsCommandOutput, ComputeOptimizerClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -145,9 +142,7 @@ export class ExportEBSVolumeRecommendationsCommand extends $Command< * @public */ constructor(readonly input: ExportEBSVolumeRecommendationsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -206,7 +201,4 @@ export class ExportEBSVolumeRecommendationsCommand extends $Command< ): Promise { return de_ExportEBSVolumeRecommendationsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-compute-optimizer/src/commands/ExportEC2InstanceRecommendationsCommand.ts b/clients/client-compute-optimizer/src/commands/ExportEC2InstanceRecommendationsCommand.ts index f79669c03b16..28e97c240602 100644 --- a/clients/client-compute-optimizer/src/commands/ExportEC2InstanceRecommendationsCommand.ts +++ b/clients/client-compute-optimizer/src/commands/ExportEC2InstanceRecommendationsCommand.ts @@ -134,9 +134,6 @@ export class ExportEC2InstanceRecommendationsCommand extends $Command< ExportEC2InstanceRecommendationsCommandOutput, ComputeOptimizerClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -150,9 +147,7 @@ export class ExportEC2InstanceRecommendationsCommand extends $Command< * @public */ constructor(readonly input: ExportEC2InstanceRecommendationsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -211,7 +206,4 @@ export class ExportEC2InstanceRecommendationsCommand extends $Command< ): Promise { return de_ExportEC2InstanceRecommendationsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-compute-optimizer/src/commands/ExportECSServiceRecommendationsCommand.ts b/clients/client-compute-optimizer/src/commands/ExportECSServiceRecommendationsCommand.ts index 715c7d47fa27..1a36711487da 100644 --- a/clients/client-compute-optimizer/src/commands/ExportECSServiceRecommendationsCommand.ts +++ b/clients/client-compute-optimizer/src/commands/ExportECSServiceRecommendationsCommand.ts @@ -131,9 +131,6 @@ export class ExportECSServiceRecommendationsCommand extends $Command< ExportECSServiceRecommendationsCommandOutput, ComputeOptimizerClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -147,9 +144,7 @@ export class ExportECSServiceRecommendationsCommand extends $Command< * @public */ constructor(readonly input: ExportECSServiceRecommendationsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -208,7 +203,4 @@ export class ExportECSServiceRecommendationsCommand extends $Command< ): Promise { return de_ExportECSServiceRecommendationsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-compute-optimizer/src/commands/ExportLambdaFunctionRecommendationsCommand.ts b/clients/client-compute-optimizer/src/commands/ExportLambdaFunctionRecommendationsCommand.ts index 29ed556e54bd..dbe14e976d90 100644 --- a/clients/client-compute-optimizer/src/commands/ExportLambdaFunctionRecommendationsCommand.ts +++ b/clients/client-compute-optimizer/src/commands/ExportLambdaFunctionRecommendationsCommand.ts @@ -132,9 +132,6 @@ export class ExportLambdaFunctionRecommendationsCommand extends $Command< ExportLambdaFunctionRecommendationsCommandOutput, ComputeOptimizerClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -148,9 +145,7 @@ export class ExportLambdaFunctionRecommendationsCommand extends $Command< * @public */ constructor(readonly input: ExportLambdaFunctionRecommendationsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -209,7 +204,4 @@ export class ExportLambdaFunctionRecommendationsCommand extends $Command< ): Promise { return de_ExportLambdaFunctionRecommendationsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-compute-optimizer/src/commands/ExportLicenseRecommendationsCommand.ts b/clients/client-compute-optimizer/src/commands/ExportLicenseRecommendationsCommand.ts index b90a1d5f2653..57fe94d21c65 100644 --- a/clients/client-compute-optimizer/src/commands/ExportLicenseRecommendationsCommand.ts +++ b/clients/client-compute-optimizer/src/commands/ExportLicenseRecommendationsCommand.ts @@ -131,9 +131,6 @@ export class ExportLicenseRecommendationsCommand extends $Command< ExportLicenseRecommendationsCommandOutput, ComputeOptimizerClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -147,9 +144,7 @@ export class ExportLicenseRecommendationsCommand extends $Command< * @public */ constructor(readonly input: ExportLicenseRecommendationsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -205,7 +200,4 @@ export class ExportLicenseRecommendationsCommand extends $Command< ): Promise { return de_ExportLicenseRecommendationsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-compute-optimizer/src/commands/GetAutoScalingGroupRecommendationsCommand.ts b/clients/client-compute-optimizer/src/commands/GetAutoScalingGroupRecommendationsCommand.ts index ffa3d64c5da2..92e3056c9481 100644 --- a/clients/client-compute-optimizer/src/commands/GetAutoScalingGroupRecommendationsCommand.ts +++ b/clients/client-compute-optimizer/src/commands/GetAutoScalingGroupRecommendationsCommand.ts @@ -214,9 +214,6 @@ export class GetAutoScalingGroupRecommendationsCommand extends $Command< GetAutoScalingGroupRecommendationsCommandOutput, ComputeOptimizerClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -230,9 +227,7 @@ export class GetAutoScalingGroupRecommendationsCommand extends $Command< * @public */ constructor(readonly input: GetAutoScalingGroupRecommendationsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -291,7 +286,4 @@ export class GetAutoScalingGroupRecommendationsCommand extends $Command< ): Promise { return de_GetAutoScalingGroupRecommendationsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-compute-optimizer/src/commands/GetEBSVolumeRecommendationsCommand.ts b/clients/client-compute-optimizer/src/commands/GetEBSVolumeRecommendationsCommand.ts index 5e28dec96915..5dc88750be6c 100644 --- a/clients/client-compute-optimizer/src/commands/GetEBSVolumeRecommendationsCommand.ts +++ b/clients/client-compute-optimizer/src/commands/GetEBSVolumeRecommendationsCommand.ts @@ -177,9 +177,6 @@ export class GetEBSVolumeRecommendationsCommand extends $Command< GetEBSVolumeRecommendationsCommandOutput, ComputeOptimizerClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -193,9 +190,7 @@ export class GetEBSVolumeRecommendationsCommand extends $Command< * @public */ constructor(readonly input: GetEBSVolumeRecommendationsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -251,7 +246,4 @@ export class GetEBSVolumeRecommendationsCommand extends $Command< ): Promise { return de_GetEBSVolumeRecommendationsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-compute-optimizer/src/commands/GetEC2InstanceRecommendationsCommand.ts b/clients/client-compute-optimizer/src/commands/GetEC2InstanceRecommendationsCommand.ts index 6e4026667835..2aab29c276db 100644 --- a/clients/client-compute-optimizer/src/commands/GetEC2InstanceRecommendationsCommand.ts +++ b/clients/client-compute-optimizer/src/commands/GetEC2InstanceRecommendationsCommand.ts @@ -225,9 +225,6 @@ export class GetEC2InstanceRecommendationsCommand extends $Command< GetEC2InstanceRecommendationsCommandOutput, ComputeOptimizerClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -241,9 +238,7 @@ export class GetEC2InstanceRecommendationsCommand extends $Command< * @public */ constructor(readonly input: GetEC2InstanceRecommendationsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -299,7 +294,4 @@ export class GetEC2InstanceRecommendationsCommand extends $Command< ): Promise { return de_GetEC2InstanceRecommendationsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-compute-optimizer/src/commands/GetEC2RecommendationProjectedMetricsCommand.ts b/clients/client-compute-optimizer/src/commands/GetEC2RecommendationProjectedMetricsCommand.ts index 9fddcc3185cb..ae48d755b017 100644 --- a/clients/client-compute-optimizer/src/commands/GetEC2RecommendationProjectedMetricsCommand.ts +++ b/clients/client-compute-optimizer/src/commands/GetEC2RecommendationProjectedMetricsCommand.ts @@ -135,9 +135,6 @@ export class GetEC2RecommendationProjectedMetricsCommand extends $Command< GetEC2RecommendationProjectedMetricsCommandOutput, ComputeOptimizerClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -151,9 +148,7 @@ export class GetEC2RecommendationProjectedMetricsCommand extends $Command< * @public */ constructor(readonly input: GetEC2RecommendationProjectedMetricsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -212,7 +207,4 @@ export class GetEC2RecommendationProjectedMetricsCommand extends $Command< ): Promise { return de_GetEC2RecommendationProjectedMetricsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-compute-optimizer/src/commands/GetECSServiceRecommendationProjectedMetricsCommand.ts b/clients/client-compute-optimizer/src/commands/GetECSServiceRecommendationProjectedMetricsCommand.ts index 078b01e78c60..9b535cdbd474 100644 --- a/clients/client-compute-optimizer/src/commands/GetECSServiceRecommendationProjectedMetricsCommand.ts +++ b/clients/client-compute-optimizer/src/commands/GetECSServiceRecommendationProjectedMetricsCommand.ts @@ -129,9 +129,6 @@ export class GetECSServiceRecommendationProjectedMetricsCommand extends $Command GetECSServiceRecommendationProjectedMetricsCommandOutput, ComputeOptimizerClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -145,9 +142,7 @@ export class GetECSServiceRecommendationProjectedMetricsCommand extends $Command * @public */ constructor(readonly input: GetECSServiceRecommendationProjectedMetricsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -212,7 +207,4 @@ export class GetECSServiceRecommendationProjectedMetricsCommand extends $Command ): Promise { return de_GetECSServiceRecommendationProjectedMetricsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-compute-optimizer/src/commands/GetECSServiceRecommendationsCommand.ts b/clients/client-compute-optimizer/src/commands/GetECSServiceRecommendationsCommand.ts index 8ab725f19c9f..c8d0ecfbec4a 100644 --- a/clients/client-compute-optimizer/src/commands/GetECSServiceRecommendationsCommand.ts +++ b/clients/client-compute-optimizer/src/commands/GetECSServiceRecommendationsCommand.ts @@ -205,9 +205,6 @@ export class GetECSServiceRecommendationsCommand extends $Command< GetECSServiceRecommendationsCommandOutput, ComputeOptimizerClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -221,9 +218,7 @@ export class GetECSServiceRecommendationsCommand extends $Command< * @public */ constructor(readonly input: GetECSServiceRecommendationsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -279,7 +274,4 @@ export class GetECSServiceRecommendationsCommand extends $Command< ): Promise { return de_GetECSServiceRecommendationsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-compute-optimizer/src/commands/GetEffectiveRecommendationPreferencesCommand.ts b/clients/client-compute-optimizer/src/commands/GetEffectiveRecommendationPreferencesCommand.ts index 3fa3fe7ebac5..56318e4f144f 100644 --- a/clients/client-compute-optimizer/src/commands/GetEffectiveRecommendationPreferencesCommand.ts +++ b/clients/client-compute-optimizer/src/commands/GetEffectiveRecommendationPreferencesCommand.ts @@ -112,9 +112,6 @@ export class GetEffectiveRecommendationPreferencesCommand extends $Command< GetEffectiveRecommendationPreferencesCommandOutput, ComputeOptimizerClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -128,9 +125,7 @@ export class GetEffectiveRecommendationPreferencesCommand extends $Command< * @public */ constructor(readonly input: GetEffectiveRecommendationPreferencesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -189,7 +184,4 @@ export class GetEffectiveRecommendationPreferencesCommand extends $Command< ): Promise { return de_GetEffectiveRecommendationPreferencesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-compute-optimizer/src/commands/GetEnrollmentStatusCommand.ts b/clients/client-compute-optimizer/src/commands/GetEnrollmentStatusCommand.ts index a0581e475a01..c8d5fcec6815 100644 --- a/clients/client-compute-optimizer/src/commands/GetEnrollmentStatusCommand.ts +++ b/clients/client-compute-optimizer/src/commands/GetEnrollmentStatusCommand.ts @@ -95,9 +95,6 @@ export class GetEnrollmentStatusCommand extends $Command< GetEnrollmentStatusCommandOutput, ComputeOptimizerClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -111,9 +108,7 @@ export class GetEnrollmentStatusCommand extends $Command< * @public */ constructor(readonly input: GetEnrollmentStatusCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -166,7 +161,4 @@ export class GetEnrollmentStatusCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetEnrollmentStatusCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-compute-optimizer/src/commands/GetEnrollmentStatusesForOrganizationCommand.ts b/clients/client-compute-optimizer/src/commands/GetEnrollmentStatusesForOrganizationCommand.ts index ea107f0cca8a..5a12ee526dc8 100644 --- a/clients/client-compute-optimizer/src/commands/GetEnrollmentStatusesForOrganizationCommand.ts +++ b/clients/client-compute-optimizer/src/commands/GetEnrollmentStatusesForOrganizationCommand.ts @@ -116,9 +116,6 @@ export class GetEnrollmentStatusesForOrganizationCommand extends $Command< GetEnrollmentStatusesForOrganizationCommandOutput, ComputeOptimizerClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -132,9 +129,7 @@ export class GetEnrollmentStatusesForOrganizationCommand extends $Command< * @public */ constructor(readonly input: GetEnrollmentStatusesForOrganizationCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -193,7 +188,4 @@ export class GetEnrollmentStatusesForOrganizationCommand extends $Command< ): Promise { return de_GetEnrollmentStatusesForOrganizationCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-compute-optimizer/src/commands/GetLambdaFunctionRecommendationsCommand.ts b/clients/client-compute-optimizer/src/commands/GetLambdaFunctionRecommendationsCommand.ts index 08afde44a89e..5b9d5f42a7f2 100644 --- a/clients/client-compute-optimizer/src/commands/GetLambdaFunctionRecommendationsCommand.ts +++ b/clients/client-compute-optimizer/src/commands/GetLambdaFunctionRecommendationsCommand.ts @@ -168,9 +168,6 @@ export class GetLambdaFunctionRecommendationsCommand extends $Command< GetLambdaFunctionRecommendationsCommandOutput, ComputeOptimizerClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -184,9 +181,7 @@ export class GetLambdaFunctionRecommendationsCommand extends $Command< * @public */ constructor(readonly input: GetLambdaFunctionRecommendationsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -245,7 +240,4 @@ export class GetLambdaFunctionRecommendationsCommand extends $Command< ): Promise { return de_GetLambdaFunctionRecommendationsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-compute-optimizer/src/commands/GetLicenseRecommendationsCommand.ts b/clients/client-compute-optimizer/src/commands/GetLicenseRecommendationsCommand.ts index 0c42e2a8e7f9..a1a954a15d4d 100644 --- a/clients/client-compute-optimizer/src/commands/GetLicenseRecommendationsCommand.ts +++ b/clients/client-compute-optimizer/src/commands/GetLicenseRecommendationsCommand.ts @@ -169,9 +169,6 @@ export class GetLicenseRecommendationsCommand extends $Command< GetLicenseRecommendationsCommandOutput, ComputeOptimizerClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -185,9 +182,7 @@ export class GetLicenseRecommendationsCommand extends $Command< * @public */ constructor(readonly input: GetLicenseRecommendationsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -243,7 +238,4 @@ export class GetLicenseRecommendationsCommand extends $Command< ): Promise { return de_GetLicenseRecommendationsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-compute-optimizer/src/commands/GetRecommendationPreferencesCommand.ts b/clients/client-compute-optimizer/src/commands/GetRecommendationPreferencesCommand.ts index 70bb434447b5..b91dafb3b39d 100644 --- a/clients/client-compute-optimizer/src/commands/GetRecommendationPreferencesCommand.ts +++ b/clients/client-compute-optimizer/src/commands/GetRecommendationPreferencesCommand.ts @@ -127,9 +127,6 @@ export class GetRecommendationPreferencesCommand extends $Command< GetRecommendationPreferencesCommandOutput, ComputeOptimizerClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -143,9 +140,7 @@ export class GetRecommendationPreferencesCommand extends $Command< * @public */ constructor(readonly input: GetRecommendationPreferencesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -201,7 +196,4 @@ export class GetRecommendationPreferencesCommand extends $Command< ): Promise { return de_GetRecommendationPreferencesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-compute-optimizer/src/commands/GetRecommendationSummariesCommand.ts b/clients/client-compute-optimizer/src/commands/GetRecommendationSummariesCommand.ts index 1c024fda1fc8..c458b1e0a07a 100644 --- a/clients/client-compute-optimizer/src/commands/GetRecommendationSummariesCommand.ts +++ b/clients/client-compute-optimizer/src/commands/GetRecommendationSummariesCommand.ts @@ -162,9 +162,6 @@ export class GetRecommendationSummariesCommand extends $Command< GetRecommendationSummariesCommandOutput, ComputeOptimizerClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -178,9 +175,7 @@ export class GetRecommendationSummariesCommand extends $Command< * @public */ constructor(readonly input: GetRecommendationSummariesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -236,7 +231,4 @@ export class GetRecommendationSummariesCommand extends $Command< ): Promise { return de_GetRecommendationSummariesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-compute-optimizer/src/commands/PutRecommendationPreferencesCommand.ts b/clients/client-compute-optimizer/src/commands/PutRecommendationPreferencesCommand.ts index 49615744c97b..69b41beaf02c 100644 --- a/clients/client-compute-optimizer/src/commands/PutRecommendationPreferencesCommand.ts +++ b/clients/client-compute-optimizer/src/commands/PutRecommendationPreferencesCommand.ts @@ -111,9 +111,6 @@ export class PutRecommendationPreferencesCommand extends $Command< PutRecommendationPreferencesCommandOutput, ComputeOptimizerClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -127,9 +124,7 @@ export class PutRecommendationPreferencesCommand extends $Command< * @public */ constructor(readonly input: PutRecommendationPreferencesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -185,7 +180,4 @@ export class PutRecommendationPreferencesCommand extends $Command< ): Promise { return de_PutRecommendationPreferencesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-compute-optimizer/src/commands/UpdateEnrollmentStatusCommand.ts b/clients/client-compute-optimizer/src/commands/UpdateEnrollmentStatusCommand.ts index d4c68ff868b3..452be483b164 100644 --- a/clients/client-compute-optimizer/src/commands/UpdateEnrollmentStatusCommand.ts +++ b/clients/client-compute-optimizer/src/commands/UpdateEnrollmentStatusCommand.ts @@ -98,9 +98,6 @@ export class UpdateEnrollmentStatusCommand extends $Command< UpdateEnrollmentStatusCommandOutput, ComputeOptimizerClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -114,9 +111,7 @@ export class UpdateEnrollmentStatusCommand extends $Command< * @public */ constructor(readonly input: UpdateEnrollmentStatusCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -169,7 +164,4 @@ export class UpdateEnrollmentStatusCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdateEnrollmentStatusCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-config-service/package.json b/clients/client-config-service/package.json index f779103c1dd6..28ca9c065033 100644 --- a/clients/client-config-service/package.json +++ b/clients/client-config-service/package.json @@ -34,29 +34,29 @@ "@aws-sdk/util-endpoints": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@smithy/config-resolver": "^2.0.16", - "@smithy/fetch-http-handler": "^2.2.4", - "@smithy/hash-node": "^2.0.12", - "@smithy/invalid-dependency": "^2.0.12", - "@smithy/middleware-content-length": "^2.0.14", - "@smithy/middleware-endpoint": "^2.1.3", - "@smithy/middleware-retry": "^2.0.18", - "@smithy/middleware-serde": "^2.0.12", - "@smithy/middleware-stack": "^2.0.6", - "@smithy/node-config-provider": "^2.1.3", - "@smithy/node-http-handler": "^2.1.8", - "@smithy/protocol-http": "^3.0.8", - "@smithy/smithy-client": "^2.1.12", - "@smithy/types": "^2.4.0", - "@smithy/url-parser": "^2.0.12", - "@smithy/util-base64": "^2.0.0", + "@smithy/config-resolver": "^2.0.18", + "@smithy/fetch-http-handler": "^2.2.6", + "@smithy/hash-node": "^2.0.15", + "@smithy/invalid-dependency": "^2.0.13", + "@smithy/middleware-content-length": "^2.0.15", + "@smithy/middleware-endpoint": "^2.2.0", + "@smithy/middleware-retry": "^2.0.20", + "@smithy/middleware-serde": "^2.0.13", + "@smithy/middleware-stack": "^2.0.7", + "@smithy/node-config-provider": "^2.1.5", + "@smithy/node-http-handler": "^2.1.9", + "@smithy/protocol-http": "^3.0.9", + "@smithy/smithy-client": "^2.1.15", + "@smithy/types": "^2.5.0", + "@smithy/url-parser": "^2.0.13", + "@smithy/util-base64": "^2.0.1", "@smithy/util-body-length-browser": "^2.0.0", "@smithy/util-body-length-node": "^2.1.0", - "@smithy/util-defaults-mode-browser": "^2.0.16", - "@smithy/util-defaults-mode-node": "^2.0.21", - "@smithy/util-endpoints": "^1.0.2", - "@smithy/util-retry": "^2.0.5", - "@smithy/util-utf8": "^2.0.0", + "@smithy/util-defaults-mode-browser": "^2.0.19", + "@smithy/util-defaults-mode-node": "^2.0.25", + "@smithy/util-endpoints": "^1.0.4", + "@smithy/util-retry": "^2.0.6", + "@smithy/util-utf8": "^2.0.2", "tslib": "^2.5.0" }, "devDependencies": { diff --git a/clients/client-config-service/src/commands/BatchGetAggregateResourceConfigCommand.ts b/clients/client-config-service/src/commands/BatchGetAggregateResourceConfigCommand.ts index 5023f281fd22..8884a5d9083d 100644 --- a/clients/client-config-service/src/commands/BatchGetAggregateResourceConfigCommand.ts +++ b/clients/client-config-service/src/commands/BatchGetAggregateResourceConfigCommand.ts @@ -131,9 +131,6 @@ export class BatchGetAggregateResourceConfigCommand extends $Command< BatchGetAggregateResourceConfigCommandOutput, ConfigServiceClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -147,9 +144,7 @@ export class BatchGetAggregateResourceConfigCommand extends $Command< * @public */ constructor(readonly input: BatchGetAggregateResourceConfigCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -208,7 +203,4 @@ export class BatchGetAggregateResourceConfigCommand extends $Command< ): Promise { return de_BatchGetAggregateResourceConfigCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-config-service/src/commands/BatchGetResourceConfigCommand.ts b/clients/client-config-service/src/commands/BatchGetResourceConfigCommand.ts index 11a35c99ea3e..ef98d78f3311 100644 --- a/clients/client-config-service/src/commands/BatchGetResourceConfigCommand.ts +++ b/clients/client-config-service/src/commands/BatchGetResourceConfigCommand.ts @@ -128,9 +128,6 @@ export class BatchGetResourceConfigCommand extends $Command< BatchGetResourceConfigCommandOutput, ConfigServiceClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -144,9 +141,7 @@ export class BatchGetResourceConfigCommand extends $Command< * @public */ constructor(readonly input: BatchGetResourceConfigCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -199,7 +194,4 @@ export class BatchGetResourceConfigCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_BatchGetResourceConfigCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-config-service/src/commands/DeleteAggregationAuthorizationCommand.ts b/clients/client-config-service/src/commands/DeleteAggregationAuthorizationCommand.ts index 88079cb68c4e..b6ab7fa911c3 100644 --- a/clients/client-config-service/src/commands/DeleteAggregationAuthorizationCommand.ts +++ b/clients/client-config-service/src/commands/DeleteAggregationAuthorizationCommand.ts @@ -77,9 +77,6 @@ export class DeleteAggregationAuthorizationCommand extends $Command< DeleteAggregationAuthorizationCommandOutput, ConfigServiceClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -93,9 +90,7 @@ export class DeleteAggregationAuthorizationCommand extends $Command< * @public */ constructor(readonly input: DeleteAggregationAuthorizationCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -154,7 +149,4 @@ export class DeleteAggregationAuthorizationCommand extends $Command< ): Promise { return de_DeleteAggregationAuthorizationCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-config-service/src/commands/DeleteConfigRuleCommand.ts b/clients/client-config-service/src/commands/DeleteConfigRuleCommand.ts index e37c8818b1f3..88020d99557f 100644 --- a/clients/client-config-service/src/commands/DeleteConfigRuleCommand.ts +++ b/clients/client-config-service/src/commands/DeleteConfigRuleCommand.ts @@ -105,9 +105,6 @@ export class DeleteConfigRuleCommand extends $Command< DeleteConfigRuleCommandOutput, ConfigServiceClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -121,9 +118,7 @@ export class DeleteConfigRuleCommand extends $Command< * @public */ constructor(readonly input: DeleteConfigRuleCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -176,7 +171,4 @@ export class DeleteConfigRuleCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteConfigRuleCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-config-service/src/commands/DeleteConfigurationAggregatorCommand.ts b/clients/client-config-service/src/commands/DeleteConfigurationAggregatorCommand.ts index 5ff8be4b6e31..4e9e4333b0ce 100644 --- a/clients/client-config-service/src/commands/DeleteConfigurationAggregatorCommand.ts +++ b/clients/client-config-service/src/commands/DeleteConfigurationAggregatorCommand.ts @@ -75,9 +75,6 @@ export class DeleteConfigurationAggregatorCommand extends $Command< DeleteConfigurationAggregatorCommandOutput, ConfigServiceClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -91,9 +88,7 @@ export class DeleteConfigurationAggregatorCommand extends $Command< * @public */ constructor(readonly input: DeleteConfigurationAggregatorCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -149,7 +144,4 @@ export class DeleteConfigurationAggregatorCommand extends $Command< ): Promise { return de_DeleteConfigurationAggregatorCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-config-service/src/commands/DeleteConfigurationRecorderCommand.ts b/clients/client-config-service/src/commands/DeleteConfigurationRecorderCommand.ts index 4938adf47f58..456cd9ef72e4 100644 --- a/clients/client-config-service/src/commands/DeleteConfigurationRecorderCommand.ts +++ b/clients/client-config-service/src/commands/DeleteConfigurationRecorderCommand.ts @@ -81,9 +81,6 @@ export class DeleteConfigurationRecorderCommand extends $Command< DeleteConfigurationRecorderCommandOutput, ConfigServiceClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -97,9 +94,7 @@ export class DeleteConfigurationRecorderCommand extends $Command< * @public */ constructor(readonly input: DeleteConfigurationRecorderCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -155,7 +150,4 @@ export class DeleteConfigurationRecorderCommand extends $Command< ): Promise { return de_DeleteConfigurationRecorderCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-config-service/src/commands/DeleteConformancePackCommand.ts b/clients/client-config-service/src/commands/DeleteConformancePackCommand.ts index 1a60e1f136cf..7b404a85bafd 100644 --- a/clients/client-config-service/src/commands/DeleteConformancePackCommand.ts +++ b/clients/client-config-service/src/commands/DeleteConformancePackCommand.ts @@ -100,9 +100,6 @@ export class DeleteConformancePackCommand extends $Command< DeleteConformancePackCommandOutput, ConfigServiceClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -116,9 +113,7 @@ export class DeleteConformancePackCommand extends $Command< * @public */ constructor(readonly input: DeleteConformancePackCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -171,7 +166,4 @@ export class DeleteConformancePackCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteConformancePackCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-config-service/src/commands/DeleteDeliveryChannelCommand.ts b/clients/client-config-service/src/commands/DeleteDeliveryChannelCommand.ts index a6dc48f62c31..ef3d2103cd2e 100644 --- a/clients/client-config-service/src/commands/DeleteDeliveryChannelCommand.ts +++ b/clients/client-config-service/src/commands/DeleteDeliveryChannelCommand.ts @@ -78,9 +78,6 @@ export class DeleteDeliveryChannelCommand extends $Command< DeleteDeliveryChannelCommandOutput, ConfigServiceClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -94,9 +91,7 @@ export class DeleteDeliveryChannelCommand extends $Command< * @public */ constructor(readonly input: DeleteDeliveryChannelCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -149,7 +144,4 @@ export class DeleteDeliveryChannelCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteDeliveryChannelCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-config-service/src/commands/DeleteEvaluationResultsCommand.ts b/clients/client-config-service/src/commands/DeleteEvaluationResultsCommand.ts index 487e06c42164..210a38b56a3e 100644 --- a/clients/client-config-service/src/commands/DeleteEvaluationResultsCommand.ts +++ b/clients/client-config-service/src/commands/DeleteEvaluationResultsCommand.ts @@ -100,9 +100,6 @@ export class DeleteEvaluationResultsCommand extends $Command< DeleteEvaluationResultsCommandOutput, ConfigServiceClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -116,9 +113,7 @@ export class DeleteEvaluationResultsCommand extends $Command< * @public */ constructor(readonly input: DeleteEvaluationResultsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -171,7 +166,4 @@ export class DeleteEvaluationResultsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteEvaluationResultsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-config-service/src/commands/DeleteOrganizationConfigRuleCommand.ts b/clients/client-config-service/src/commands/DeleteOrganizationConfigRuleCommand.ts index b8b8d8ba8f6a..a8d6c4ccc966 100644 --- a/clients/client-config-service/src/commands/DeleteOrganizationConfigRuleCommand.ts +++ b/clients/client-config-service/src/commands/DeleteOrganizationConfigRuleCommand.ts @@ -126,9 +126,6 @@ export class DeleteOrganizationConfigRuleCommand extends $Command< DeleteOrganizationConfigRuleCommandOutput, ConfigServiceClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -142,9 +139,7 @@ export class DeleteOrganizationConfigRuleCommand extends $Command< * @public */ constructor(readonly input: DeleteOrganizationConfigRuleCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -200,7 +195,4 @@ export class DeleteOrganizationConfigRuleCommand extends $Command< ): Promise { return de_DeleteOrganizationConfigRuleCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-config-service/src/commands/DeleteOrganizationConformancePackCommand.ts b/clients/client-config-service/src/commands/DeleteOrganizationConformancePackCommand.ts index 83fcca68c1b5..4b4e3af10658 100644 --- a/clients/client-config-service/src/commands/DeleteOrganizationConformancePackCommand.ts +++ b/clients/client-config-service/src/commands/DeleteOrganizationConformancePackCommand.ts @@ -128,9 +128,6 @@ export class DeleteOrganizationConformancePackCommand extends $Command< DeleteOrganizationConformancePackCommandOutput, ConfigServiceClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -144,9 +141,7 @@ export class DeleteOrganizationConformancePackCommand extends $Command< * @public */ constructor(readonly input: DeleteOrganizationConformancePackCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -205,7 +200,4 @@ export class DeleteOrganizationConformancePackCommand extends $Command< ): Promise { return de_DeleteOrganizationConformancePackCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-config-service/src/commands/DeletePendingAggregationRequestCommand.ts b/clients/client-config-service/src/commands/DeletePendingAggregationRequestCommand.ts index 6cdfe8511cb6..6deb3b396769 100644 --- a/clients/client-config-service/src/commands/DeletePendingAggregationRequestCommand.ts +++ b/clients/client-config-service/src/commands/DeletePendingAggregationRequestCommand.ts @@ -77,9 +77,6 @@ export class DeletePendingAggregationRequestCommand extends $Command< DeletePendingAggregationRequestCommandOutput, ConfigServiceClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -93,9 +90,7 @@ export class DeletePendingAggregationRequestCommand extends $Command< * @public */ constructor(readonly input: DeletePendingAggregationRequestCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -154,7 +149,4 @@ export class DeletePendingAggregationRequestCommand extends $Command< ): Promise { return de_DeletePendingAggregationRequestCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-config-service/src/commands/DeleteRemediationConfigurationCommand.ts b/clients/client-config-service/src/commands/DeleteRemediationConfigurationCommand.ts index 7b7c96568241..ae0a819d6713 100644 --- a/clients/client-config-service/src/commands/DeleteRemediationConfigurationCommand.ts +++ b/clients/client-config-service/src/commands/DeleteRemediationConfigurationCommand.ts @@ -109,9 +109,6 @@ export class DeleteRemediationConfigurationCommand extends $Command< DeleteRemediationConfigurationCommandOutput, ConfigServiceClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -125,9 +122,7 @@ export class DeleteRemediationConfigurationCommand extends $Command< * @public */ constructor(readonly input: DeleteRemediationConfigurationCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -186,7 +181,4 @@ export class DeleteRemediationConfigurationCommand extends $Command< ): Promise { return de_DeleteRemediationConfigurationCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-config-service/src/commands/DeleteRemediationExceptionsCommand.ts b/clients/client-config-service/src/commands/DeleteRemediationExceptionsCommand.ts index 1cab25079c13..fe28104cfadb 100644 --- a/clients/client-config-service/src/commands/DeleteRemediationExceptionsCommand.ts +++ b/clients/client-config-service/src/commands/DeleteRemediationExceptionsCommand.ts @@ -95,9 +95,6 @@ export class DeleteRemediationExceptionsCommand extends $Command< DeleteRemediationExceptionsCommandOutput, ConfigServiceClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -111,9 +108,7 @@ export class DeleteRemediationExceptionsCommand extends $Command< * @public */ constructor(readonly input: DeleteRemediationExceptionsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -169,7 +164,4 @@ export class DeleteRemediationExceptionsCommand extends $Command< ): Promise { return de_DeleteRemediationExceptionsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-config-service/src/commands/DeleteResourceConfigCommand.ts b/clients/client-config-service/src/commands/DeleteResourceConfigCommand.ts index cbaf75578d8b..4192eb844522 100644 --- a/clients/client-config-service/src/commands/DeleteResourceConfigCommand.ts +++ b/clients/client-config-service/src/commands/DeleteResourceConfigCommand.ts @@ -78,9 +78,6 @@ export class DeleteResourceConfigCommand extends $Command< DeleteResourceConfigCommandOutput, ConfigServiceClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -94,9 +91,7 @@ export class DeleteResourceConfigCommand extends $Command< * @public */ constructor(readonly input: DeleteResourceConfigCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -149,7 +144,4 @@ export class DeleteResourceConfigCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteResourceConfigCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-config-service/src/commands/DeleteRetentionConfigurationCommand.ts b/clients/client-config-service/src/commands/DeleteRetentionConfigurationCommand.ts index 0dc6b48dc8e8..2093d54e8e59 100644 --- a/clients/client-config-service/src/commands/DeleteRetentionConfigurationCommand.ts +++ b/clients/client-config-service/src/commands/DeleteRetentionConfigurationCommand.ts @@ -78,9 +78,6 @@ export class DeleteRetentionConfigurationCommand extends $Command< DeleteRetentionConfigurationCommandOutput, ConfigServiceClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -94,9 +91,7 @@ export class DeleteRetentionConfigurationCommand extends $Command< * @public */ constructor(readonly input: DeleteRetentionConfigurationCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -152,7 +147,4 @@ export class DeleteRetentionConfigurationCommand extends $Command< ): Promise { return de_DeleteRetentionConfigurationCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-config-service/src/commands/DeleteStoredQueryCommand.ts b/clients/client-config-service/src/commands/DeleteStoredQueryCommand.ts index 322cad0006e5..fdc70f5b52bd 100644 --- a/clients/client-config-service/src/commands/DeleteStoredQueryCommand.ts +++ b/clients/client-config-service/src/commands/DeleteStoredQueryCommand.ts @@ -76,9 +76,6 @@ export class DeleteStoredQueryCommand extends $Command< DeleteStoredQueryCommandOutput, ConfigServiceClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -92,9 +89,7 @@ export class DeleteStoredQueryCommand extends $Command< * @public */ constructor(readonly input: DeleteStoredQueryCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -147,7 +142,4 @@ export class DeleteStoredQueryCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteStoredQueryCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-config-service/src/commands/DeliverConfigSnapshotCommand.ts b/clients/client-config-service/src/commands/DeliverConfigSnapshotCommand.ts index 2ffbf8ca6492..cacb02edfbb6 100644 --- a/clients/client-config-service/src/commands/DeliverConfigSnapshotCommand.ts +++ b/clients/client-config-service/src/commands/DeliverConfigSnapshotCommand.ts @@ -98,9 +98,6 @@ export class DeliverConfigSnapshotCommand extends $Command< DeliverConfigSnapshotCommandOutput, ConfigServiceClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -114,9 +111,7 @@ export class DeliverConfigSnapshotCommand extends $Command< * @public */ constructor(readonly input: DeliverConfigSnapshotCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -169,7 +164,4 @@ export class DeliverConfigSnapshotCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeliverConfigSnapshotCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-config-service/src/commands/DescribeAggregateComplianceByConfigRulesCommand.ts b/clients/client-config-service/src/commands/DescribeAggregateComplianceByConfigRulesCommand.ts index 023496b603fc..475e6b122eac 100644 --- a/clients/client-config-service/src/commands/DescribeAggregateComplianceByConfigRulesCommand.ts +++ b/clients/client-config-service/src/commands/DescribeAggregateComplianceByConfigRulesCommand.ts @@ -124,9 +124,6 @@ export class DescribeAggregateComplianceByConfigRulesCommand extends $Command< DescribeAggregateComplianceByConfigRulesCommandOutput, ConfigServiceClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -140,9 +137,7 @@ export class DescribeAggregateComplianceByConfigRulesCommand extends $Command< * @public */ constructor(readonly input: DescribeAggregateComplianceByConfigRulesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -207,7 +202,4 @@ export class DescribeAggregateComplianceByConfigRulesCommand extends $Command< ): Promise { return de_DescribeAggregateComplianceByConfigRulesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-config-service/src/commands/DescribeAggregateComplianceByConformancePacksCommand.ts b/clients/client-config-service/src/commands/DescribeAggregateComplianceByConformancePacksCommand.ts index b8d59ceb1f01..2dd76606e110 100644 --- a/clients/client-config-service/src/commands/DescribeAggregateComplianceByConformancePacksCommand.ts +++ b/clients/client-config-service/src/commands/DescribeAggregateComplianceByConformancePacksCommand.ts @@ -120,9 +120,6 @@ export class DescribeAggregateComplianceByConformancePacksCommand extends $Comma DescribeAggregateComplianceByConformancePacksCommandOutput, ConfigServiceClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -136,9 +133,7 @@ export class DescribeAggregateComplianceByConformancePacksCommand extends $Comma * @public */ constructor(readonly input: DescribeAggregateComplianceByConformancePacksCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -203,7 +198,4 @@ export class DescribeAggregateComplianceByConformancePacksCommand extends $Comma ): Promise { return de_DescribeAggregateComplianceByConformancePacksCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-config-service/src/commands/DescribeAggregationAuthorizationsCommand.ts b/clients/client-config-service/src/commands/DescribeAggregationAuthorizationsCommand.ts index 3c1a459e451c..160dba316a4e 100644 --- a/clients/client-config-service/src/commands/DescribeAggregationAuthorizationsCommand.ts +++ b/clients/client-config-service/src/commands/DescribeAggregationAuthorizationsCommand.ts @@ -100,9 +100,6 @@ export class DescribeAggregationAuthorizationsCommand extends $Command< DescribeAggregationAuthorizationsCommandOutput, ConfigServiceClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -116,9 +113,7 @@ export class DescribeAggregationAuthorizationsCommand extends $Command< * @public */ constructor(readonly input: DescribeAggregationAuthorizationsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -177,7 +172,4 @@ export class DescribeAggregationAuthorizationsCommand extends $Command< ): Promise { return de_DescribeAggregationAuthorizationsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-config-service/src/commands/DescribeComplianceByConfigRuleCommand.ts b/clients/client-config-service/src/commands/DescribeComplianceByConfigRuleCommand.ts index f960a01a4bdc..3cfd64022304 100644 --- a/clients/client-config-service/src/commands/DescribeComplianceByConfigRuleCommand.ts +++ b/clients/client-config-service/src/commands/DescribeComplianceByConfigRuleCommand.ts @@ -137,9 +137,6 @@ export class DescribeComplianceByConfigRuleCommand extends $Command< DescribeComplianceByConfigRuleCommandOutput, ConfigServiceClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -153,9 +150,7 @@ export class DescribeComplianceByConfigRuleCommand extends $Command< * @public */ constructor(readonly input: DescribeComplianceByConfigRuleCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -214,7 +209,4 @@ export class DescribeComplianceByConfigRuleCommand extends $Command< ): Promise { return de_DescribeComplianceByConfigRuleCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-config-service/src/commands/DescribeComplianceByResourceCommand.ts b/clients/client-config-service/src/commands/DescribeComplianceByResourceCommand.ts index ef35ab23f743..ea372dea3107 100644 --- a/clients/client-config-service/src/commands/DescribeComplianceByResourceCommand.ts +++ b/clients/client-config-service/src/commands/DescribeComplianceByResourceCommand.ts @@ -135,9 +135,6 @@ export class DescribeComplianceByResourceCommand extends $Command< DescribeComplianceByResourceCommandOutput, ConfigServiceClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -151,9 +148,7 @@ export class DescribeComplianceByResourceCommand extends $Command< * @public */ constructor(readonly input: DescribeComplianceByResourceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -209,7 +204,4 @@ export class DescribeComplianceByResourceCommand extends $Command< ): Promise { return de_DescribeComplianceByResourceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-config-service/src/commands/DescribeConfigRuleEvaluationStatusCommand.ts b/clients/client-config-service/src/commands/DescribeConfigRuleEvaluationStatusCommand.ts index 06620406b391..a35aec63e507 100644 --- a/clients/client-config-service/src/commands/DescribeConfigRuleEvaluationStatusCommand.ts +++ b/clients/client-config-service/src/commands/DescribeConfigRuleEvaluationStatusCommand.ts @@ -114,9 +114,6 @@ export class DescribeConfigRuleEvaluationStatusCommand extends $Command< DescribeConfigRuleEvaluationStatusCommandOutput, ConfigServiceClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -130,9 +127,7 @@ export class DescribeConfigRuleEvaluationStatusCommand extends $Command< * @public */ constructor(readonly input: DescribeConfigRuleEvaluationStatusCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -191,7 +186,4 @@ export class DescribeConfigRuleEvaluationStatusCommand extends $Command< ): Promise { return de_DescribeConfigRuleEvaluationStatusCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-config-service/src/commands/DescribeConfigRulesCommand.ts b/clients/client-config-service/src/commands/DescribeConfigRulesCommand.ts index 0d7b4d23df01..9745851c5b93 100644 --- a/clients/client-config-service/src/commands/DescribeConfigRulesCommand.ts +++ b/clients/client-config-service/src/commands/DescribeConfigRulesCommand.ts @@ -129,9 +129,6 @@ export class DescribeConfigRulesCommand extends $Command< DescribeConfigRulesCommandOutput, ConfigServiceClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -145,9 +142,7 @@ export class DescribeConfigRulesCommand extends $Command< * @public */ constructor(readonly input: DescribeConfigRulesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -200,7 +195,4 @@ export class DescribeConfigRulesCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DescribeConfigRulesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-config-service/src/commands/DescribeConfigurationAggregatorSourcesStatusCommand.ts b/clients/client-config-service/src/commands/DescribeConfigurationAggregatorSourcesStatusCommand.ts index 72aeb43ce7d8..6ffbd942a7d0 100644 --- a/clients/client-config-service/src/commands/DescribeConfigurationAggregatorSourcesStatusCommand.ts +++ b/clients/client-config-service/src/commands/DescribeConfigurationAggregatorSourcesStatusCommand.ts @@ -111,9 +111,6 @@ export class DescribeConfigurationAggregatorSourcesStatusCommand extends $Comman DescribeConfigurationAggregatorSourcesStatusCommandOutput, ConfigServiceClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -127,9 +124,7 @@ export class DescribeConfigurationAggregatorSourcesStatusCommand extends $Comman * @public */ constructor(readonly input: DescribeConfigurationAggregatorSourcesStatusCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -194,7 +189,4 @@ export class DescribeConfigurationAggregatorSourcesStatusCommand extends $Comman ): Promise { return de_DescribeConfigurationAggregatorSourcesStatusCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-config-service/src/commands/DescribeConfigurationAggregatorsCommand.ts b/clients/client-config-service/src/commands/DescribeConfigurationAggregatorsCommand.ts index 578744c30053..fdfc999333f0 100644 --- a/clients/client-config-service/src/commands/DescribeConfigurationAggregatorsCommand.ts +++ b/clients/client-config-service/src/commands/DescribeConfigurationAggregatorsCommand.ts @@ -124,9 +124,6 @@ export class DescribeConfigurationAggregatorsCommand extends $Command< DescribeConfigurationAggregatorsCommandOutput, ConfigServiceClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -140,9 +137,7 @@ export class DescribeConfigurationAggregatorsCommand extends $Command< * @public */ constructor(readonly input: DescribeConfigurationAggregatorsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -201,7 +196,4 @@ export class DescribeConfigurationAggregatorsCommand extends $Command< ): Promise { return de_DescribeConfigurationAggregatorsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-config-service/src/commands/DescribeConfigurationRecorderStatusCommand.ts b/clients/client-config-service/src/commands/DescribeConfigurationRecorderStatusCommand.ts index 835158d0e955..2b906316e6cc 100644 --- a/clients/client-config-service/src/commands/DescribeConfigurationRecorderStatusCommand.ts +++ b/clients/client-config-service/src/commands/DescribeConfigurationRecorderStatusCommand.ts @@ -102,9 +102,6 @@ export class DescribeConfigurationRecorderStatusCommand extends $Command< DescribeConfigurationRecorderStatusCommandOutput, ConfigServiceClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -118,9 +115,7 @@ export class DescribeConfigurationRecorderStatusCommand extends $Command< * @public */ constructor(readonly input: DescribeConfigurationRecorderStatusCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -179,7 +174,4 @@ export class DescribeConfigurationRecorderStatusCommand extends $Command< ): Promise { return de_DescribeConfigurationRecorderStatusCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-config-service/src/commands/DescribeConfigurationRecordersCommand.ts b/clients/client-config-service/src/commands/DescribeConfigurationRecordersCommand.ts index b53a6d6659fa..582b2a23b5b5 100644 --- a/clients/client-config-service/src/commands/DescribeConfigurationRecordersCommand.ts +++ b/clients/client-config-service/src/commands/DescribeConfigurationRecordersCommand.ts @@ -107,9 +107,6 @@ export class DescribeConfigurationRecordersCommand extends $Command< DescribeConfigurationRecordersCommandOutput, ConfigServiceClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -123,9 +120,7 @@ export class DescribeConfigurationRecordersCommand extends $Command< * @public */ constructor(readonly input: DescribeConfigurationRecordersCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -184,7 +179,4 @@ export class DescribeConfigurationRecordersCommand extends $Command< ): Promise { return de_DescribeConfigurationRecordersCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-config-service/src/commands/DescribeConformancePackComplianceCommand.ts b/clients/client-config-service/src/commands/DescribeConformancePackComplianceCommand.ts index 84afc8aaccc0..97e11dc78524 100644 --- a/clients/client-config-service/src/commands/DescribeConformancePackComplianceCommand.ts +++ b/clients/client-config-service/src/commands/DescribeConformancePackComplianceCommand.ts @@ -117,9 +117,6 @@ export class DescribeConformancePackComplianceCommand extends $Command< DescribeConformancePackComplianceCommandOutput, ConfigServiceClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -133,9 +130,7 @@ export class DescribeConformancePackComplianceCommand extends $Command< * @public */ constructor(readonly input: DescribeConformancePackComplianceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -194,7 +189,4 @@ export class DescribeConformancePackComplianceCommand extends $Command< ): Promise { return de_DescribeConformancePackComplianceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-config-service/src/commands/DescribeConformancePackStatusCommand.ts b/clients/client-config-service/src/commands/DescribeConformancePackStatusCommand.ts index f18631a86f54..ecd9a68faea6 100644 --- a/clients/client-config-service/src/commands/DescribeConformancePackStatusCommand.ts +++ b/clients/client-config-service/src/commands/DescribeConformancePackStatusCommand.ts @@ -106,9 +106,6 @@ export class DescribeConformancePackStatusCommand extends $Command< DescribeConformancePackStatusCommandOutput, ConfigServiceClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -122,9 +119,7 @@ export class DescribeConformancePackStatusCommand extends $Command< * @public */ constructor(readonly input: DescribeConformancePackStatusCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -180,7 +175,4 @@ export class DescribeConformancePackStatusCommand extends $Command< ): Promise { return de_DescribeConformancePackStatusCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-config-service/src/commands/DescribeConformancePacksCommand.ts b/clients/client-config-service/src/commands/DescribeConformancePacksCommand.ts index 9a4576f4cd02..04c211d45aa0 100644 --- a/clients/client-config-service/src/commands/DescribeConformancePacksCommand.ts +++ b/clients/client-config-service/src/commands/DescribeConformancePacksCommand.ts @@ -110,9 +110,6 @@ export class DescribeConformancePacksCommand extends $Command< DescribeConformancePacksCommandOutput, ConfigServiceClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -126,9 +123,7 @@ export class DescribeConformancePacksCommand extends $Command< * @public */ constructor(readonly input: DescribeConformancePacksCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -181,7 +176,4 @@ export class DescribeConformancePacksCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DescribeConformancePacksCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-config-service/src/commands/DescribeDeliveryChannelStatusCommand.ts b/clients/client-config-service/src/commands/DescribeDeliveryChannelStatusCommand.ts index 985a6f223ea3..e4b8616a7ba9 100644 --- a/clients/client-config-service/src/commands/DescribeDeliveryChannelStatusCommand.ts +++ b/clients/client-config-service/src/commands/DescribeDeliveryChannelStatusCommand.ts @@ -114,9 +114,6 @@ export class DescribeDeliveryChannelStatusCommand extends $Command< DescribeDeliveryChannelStatusCommandOutput, ConfigServiceClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -130,9 +127,7 @@ export class DescribeDeliveryChannelStatusCommand extends $Command< * @public */ constructor(readonly input: DescribeDeliveryChannelStatusCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -188,7 +183,4 @@ export class DescribeDeliveryChannelStatusCommand extends $Command< ): Promise { return de_DescribeDeliveryChannelStatusCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-config-service/src/commands/DescribeDeliveryChannelsCommand.ts b/clients/client-config-service/src/commands/DescribeDeliveryChannelsCommand.ts index 3fb37fd4a8cc..1a2719032a4f 100644 --- a/clients/client-config-service/src/commands/DescribeDeliveryChannelsCommand.ts +++ b/clients/client-config-service/src/commands/DescribeDeliveryChannelsCommand.ts @@ -93,9 +93,6 @@ export class DescribeDeliveryChannelsCommand extends $Command< DescribeDeliveryChannelsCommandOutput, ConfigServiceClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -109,9 +106,7 @@ export class DescribeDeliveryChannelsCommand extends $Command< * @public */ constructor(readonly input: DescribeDeliveryChannelsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -164,7 +159,4 @@ export class DescribeDeliveryChannelsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DescribeDeliveryChannelsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-config-service/src/commands/DescribeOrganizationConfigRuleStatusesCommand.ts b/clients/client-config-service/src/commands/DescribeOrganizationConfigRuleStatusesCommand.ts index 8ba1f2e6c324..064c5b92ba60 100644 --- a/clients/client-config-service/src/commands/DescribeOrganizationConfigRuleStatusesCommand.ts +++ b/clients/client-config-service/src/commands/DescribeOrganizationConfigRuleStatusesCommand.ts @@ -131,9 +131,6 @@ export class DescribeOrganizationConfigRuleStatusesCommand extends $Command< DescribeOrganizationConfigRuleStatusesCommandOutput, ConfigServiceClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -147,9 +144,7 @@ export class DescribeOrganizationConfigRuleStatusesCommand extends $Command< * @public */ constructor(readonly input: DescribeOrganizationConfigRuleStatusesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -208,7 +203,4 @@ export class DescribeOrganizationConfigRuleStatusesCommand extends $Command< ): Promise { return de_DescribeOrganizationConfigRuleStatusesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-config-service/src/commands/DescribeOrganizationConfigRulesCommand.ts b/clients/client-config-service/src/commands/DescribeOrganizationConfigRulesCommand.ts index a866cc9f0255..a3cff949f52b 100644 --- a/clients/client-config-service/src/commands/DescribeOrganizationConfigRulesCommand.ts +++ b/clients/client-config-service/src/commands/DescribeOrganizationConfigRulesCommand.ts @@ -184,9 +184,6 @@ export class DescribeOrganizationConfigRulesCommand extends $Command< DescribeOrganizationConfigRulesCommandOutput, ConfigServiceClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -200,9 +197,7 @@ export class DescribeOrganizationConfigRulesCommand extends $Command< * @public */ constructor(readonly input: DescribeOrganizationConfigRulesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -261,7 +256,4 @@ export class DescribeOrganizationConfigRulesCommand extends $Command< ): Promise { return de_DescribeOrganizationConfigRulesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-config-service/src/commands/DescribeOrganizationConformancePackStatusesCommand.ts b/clients/client-config-service/src/commands/DescribeOrganizationConformancePackStatusesCommand.ts index 5de6ce4cc9e6..fa2842ef462c 100644 --- a/clients/client-config-service/src/commands/DescribeOrganizationConformancePackStatusesCommand.ts +++ b/clients/client-config-service/src/commands/DescribeOrganizationConformancePackStatusesCommand.ts @@ -132,9 +132,6 @@ export class DescribeOrganizationConformancePackStatusesCommand extends $Command DescribeOrganizationConformancePackStatusesCommandOutput, ConfigServiceClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -148,9 +145,7 @@ export class DescribeOrganizationConformancePackStatusesCommand extends $Command * @public */ constructor(readonly input: DescribeOrganizationConformancePackStatusesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -215,7 +210,4 @@ export class DescribeOrganizationConformancePackStatusesCommand extends $Command ): Promise { return de_DescribeOrganizationConformancePackStatusesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-config-service/src/commands/DescribeOrganizationConformancePacksCommand.ts b/clients/client-config-service/src/commands/DescribeOrganizationConformancePacksCommand.ts index 1cce828f0368..a8b679e72bea 100644 --- a/clients/client-config-service/src/commands/DescribeOrganizationConformancePacksCommand.ts +++ b/clients/client-config-service/src/commands/DescribeOrganizationConformancePacksCommand.ts @@ -151,9 +151,6 @@ export class DescribeOrganizationConformancePacksCommand extends $Command< DescribeOrganizationConformancePacksCommandOutput, ConfigServiceClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -167,9 +164,7 @@ export class DescribeOrganizationConformancePacksCommand extends $Command< * @public */ constructor(readonly input: DescribeOrganizationConformancePacksCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -228,7 +223,4 @@ export class DescribeOrganizationConformancePacksCommand extends $Command< ): Promise { return de_DescribeOrganizationConformancePacksCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-config-service/src/commands/DescribePendingAggregationRequestsCommand.ts b/clients/client-config-service/src/commands/DescribePendingAggregationRequestsCommand.ts index 568d6db248e3..958f97369fa6 100644 --- a/clients/client-config-service/src/commands/DescribePendingAggregationRequestsCommand.ts +++ b/clients/client-config-service/src/commands/DescribePendingAggregationRequestsCommand.ts @@ -97,9 +97,6 @@ export class DescribePendingAggregationRequestsCommand extends $Command< DescribePendingAggregationRequestsCommandOutput, ConfigServiceClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -113,9 +110,7 @@ export class DescribePendingAggregationRequestsCommand extends $Command< * @public */ constructor(readonly input: DescribePendingAggregationRequestsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -174,7 +169,4 @@ export class DescribePendingAggregationRequestsCommand extends $Command< ): Promise { return de_DescribePendingAggregationRequestsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-config-service/src/commands/DescribeRemediationConfigurationsCommand.ts b/clients/client-config-service/src/commands/DescribeRemediationConfigurationsCommand.ts index f5ec221274a0..e0c788102ec8 100644 --- a/clients/client-config-service/src/commands/DescribeRemediationConfigurationsCommand.ts +++ b/clients/client-config-service/src/commands/DescribeRemediationConfigurationsCommand.ts @@ -111,9 +111,6 @@ export class DescribeRemediationConfigurationsCommand extends $Command< DescribeRemediationConfigurationsCommandOutput, ConfigServiceClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -127,9 +124,7 @@ export class DescribeRemediationConfigurationsCommand extends $Command< * @public */ constructor(readonly input: DescribeRemediationConfigurationsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -188,7 +183,4 @@ export class DescribeRemediationConfigurationsCommand extends $Command< ): Promise { return de_DescribeRemediationConfigurationsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-config-service/src/commands/DescribeRemediationExceptionsCommand.ts b/clients/client-config-service/src/commands/DescribeRemediationExceptionsCommand.ts index 22a735f7585d..b00d3fa0810e 100644 --- a/clients/client-config-service/src/commands/DescribeRemediationExceptionsCommand.ts +++ b/clients/client-config-service/src/commands/DescribeRemediationExceptionsCommand.ts @@ -108,9 +108,6 @@ export class DescribeRemediationExceptionsCommand extends $Command< DescribeRemediationExceptionsCommandOutput, ConfigServiceClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -124,9 +121,7 @@ export class DescribeRemediationExceptionsCommand extends $Command< * @public */ constructor(readonly input: DescribeRemediationExceptionsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -182,7 +177,4 @@ export class DescribeRemediationExceptionsCommand extends $Command< ): Promise { return de_DescribeRemediationExceptionsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-config-service/src/commands/DescribeRemediationExecutionStatusCommand.ts b/clients/client-config-service/src/commands/DescribeRemediationExecutionStatusCommand.ts index 74c398ffbf05..ab660e259bc3 100644 --- a/clients/client-config-service/src/commands/DescribeRemediationExecutionStatusCommand.ts +++ b/clients/client-config-service/src/commands/DescribeRemediationExecutionStatusCommand.ts @@ -119,9 +119,6 @@ export class DescribeRemediationExecutionStatusCommand extends $Command< DescribeRemediationExecutionStatusCommandOutput, ConfigServiceClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -135,9 +132,7 @@ export class DescribeRemediationExecutionStatusCommand extends $Command< * @public */ constructor(readonly input: DescribeRemediationExecutionStatusCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -196,7 +191,4 @@ export class DescribeRemediationExecutionStatusCommand extends $Command< ): Promise { return de_DescribeRemediationExecutionStatusCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-config-service/src/commands/DescribeRetentionConfigurationsCommand.ts b/clients/client-config-service/src/commands/DescribeRetentionConfigurationsCommand.ts index 40d230484a7e..7d3510effe78 100644 --- a/clients/client-config-service/src/commands/DescribeRetentionConfigurationsCommand.ts +++ b/clients/client-config-service/src/commands/DescribeRetentionConfigurationsCommand.ts @@ -103,9 +103,6 @@ export class DescribeRetentionConfigurationsCommand extends $Command< DescribeRetentionConfigurationsCommandOutput, ConfigServiceClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -119,9 +116,7 @@ export class DescribeRetentionConfigurationsCommand extends $Command< * @public */ constructor(readonly input: DescribeRetentionConfigurationsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -180,7 +175,4 @@ export class DescribeRetentionConfigurationsCommand extends $Command< ): Promise { return de_DescribeRetentionConfigurationsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-config-service/src/commands/GetAggregateComplianceDetailsByConfigRuleCommand.ts b/clients/client-config-service/src/commands/GetAggregateComplianceDetailsByConfigRuleCommand.ts index 5b8358a6b270..d87ca4e13c4e 100644 --- a/clients/client-config-service/src/commands/GetAggregateComplianceDetailsByConfigRuleCommand.ts +++ b/clients/client-config-service/src/commands/GetAggregateComplianceDetailsByConfigRuleCommand.ts @@ -129,9 +129,6 @@ export class GetAggregateComplianceDetailsByConfigRuleCommand extends $Command< GetAggregateComplianceDetailsByConfigRuleCommandOutput, ConfigServiceClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -145,9 +142,7 @@ export class GetAggregateComplianceDetailsByConfigRuleCommand extends $Command< * @public */ constructor(readonly input: GetAggregateComplianceDetailsByConfigRuleCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -212,7 +207,4 @@ export class GetAggregateComplianceDetailsByConfigRuleCommand extends $Command< ): Promise { return de_GetAggregateComplianceDetailsByConfigRuleCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-config-service/src/commands/GetAggregateConfigRuleComplianceSummaryCommand.ts b/clients/client-config-service/src/commands/GetAggregateConfigRuleComplianceSummaryCommand.ts index 8c7fad887efd..c5babf3c4b26 100644 --- a/clients/client-config-service/src/commands/GetAggregateConfigRuleComplianceSummaryCommand.ts +++ b/clients/client-config-service/src/commands/GetAggregateConfigRuleComplianceSummaryCommand.ts @@ -125,9 +125,6 @@ export class GetAggregateConfigRuleComplianceSummaryCommand extends $Command< GetAggregateConfigRuleComplianceSummaryCommandOutput, ConfigServiceClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -141,9 +138,7 @@ export class GetAggregateConfigRuleComplianceSummaryCommand extends $Command< * @public */ constructor(readonly input: GetAggregateConfigRuleComplianceSummaryCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -208,7 +203,4 @@ export class GetAggregateConfigRuleComplianceSummaryCommand extends $Command< ): Promise { return de_GetAggregateConfigRuleComplianceSummaryCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-config-service/src/commands/GetAggregateConformancePackComplianceSummaryCommand.ts b/clients/client-config-service/src/commands/GetAggregateConformancePackComplianceSummaryCommand.ts index 2938db5f956a..1067bbe3b9e8 100644 --- a/clients/client-config-service/src/commands/GetAggregateConformancePackComplianceSummaryCommand.ts +++ b/clients/client-config-service/src/commands/GetAggregateConformancePackComplianceSummaryCommand.ts @@ -115,9 +115,6 @@ export class GetAggregateConformancePackComplianceSummaryCommand extends $Comman GetAggregateConformancePackComplianceSummaryCommandOutput, ConfigServiceClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -131,9 +128,7 @@ export class GetAggregateConformancePackComplianceSummaryCommand extends $Comman * @public */ constructor(readonly input: GetAggregateConformancePackComplianceSummaryCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -198,7 +193,4 @@ export class GetAggregateConformancePackComplianceSummaryCommand extends $Comman ): Promise { return de_GetAggregateConformancePackComplianceSummaryCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-config-service/src/commands/GetAggregateDiscoveredResourceCountsCommand.ts b/clients/client-config-service/src/commands/GetAggregateDiscoveredResourceCountsCommand.ts index 37956bc89879..8aa97676caf4 100644 --- a/clients/client-config-service/src/commands/GetAggregateDiscoveredResourceCountsCommand.ts +++ b/clients/client-config-service/src/commands/GetAggregateDiscoveredResourceCountsCommand.ts @@ -112,9 +112,6 @@ export class GetAggregateDiscoveredResourceCountsCommand extends $Command< GetAggregateDiscoveredResourceCountsCommandOutput, ConfigServiceClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -128,9 +125,7 @@ export class GetAggregateDiscoveredResourceCountsCommand extends $Command< * @public */ constructor(readonly input: GetAggregateDiscoveredResourceCountsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -189,7 +184,4 @@ export class GetAggregateDiscoveredResourceCountsCommand extends $Command< ): Promise { return de_GetAggregateDiscoveredResourceCountsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-config-service/src/commands/GetAggregateResourceConfigCommand.ts b/clients/client-config-service/src/commands/GetAggregateResourceConfigCommand.ts index cc5e55e3e6d2..86d9e952ccc8 100644 --- a/clients/client-config-service/src/commands/GetAggregateResourceConfigCommand.ts +++ b/clients/client-config-service/src/commands/GetAggregateResourceConfigCommand.ts @@ -124,9 +124,6 @@ export class GetAggregateResourceConfigCommand extends $Command< GetAggregateResourceConfigCommandOutput, ConfigServiceClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -140,9 +137,7 @@ export class GetAggregateResourceConfigCommand extends $Command< * @public */ constructor(readonly input: GetAggregateResourceConfigCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -198,7 +193,4 @@ export class GetAggregateResourceConfigCommand extends $Command< ): Promise { return de_GetAggregateResourceConfigCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-config-service/src/commands/GetComplianceDetailsByConfigRuleCommand.ts b/clients/client-config-service/src/commands/GetComplianceDetailsByConfigRuleCommand.ts index 7fe93d8bd357..35c33e9de388 100644 --- a/clients/client-config-service/src/commands/GetComplianceDetailsByConfigRuleCommand.ts +++ b/clients/client-config-service/src/commands/GetComplianceDetailsByConfigRuleCommand.ts @@ -114,9 +114,6 @@ export class GetComplianceDetailsByConfigRuleCommand extends $Command< GetComplianceDetailsByConfigRuleCommandOutput, ConfigServiceClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -130,9 +127,7 @@ export class GetComplianceDetailsByConfigRuleCommand extends $Command< * @public */ constructor(readonly input: GetComplianceDetailsByConfigRuleCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -191,7 +186,4 @@ export class GetComplianceDetailsByConfigRuleCommand extends $Command< ): Promise { return de_GetComplianceDetailsByConfigRuleCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-config-service/src/commands/GetComplianceDetailsByResourceCommand.ts b/clients/client-config-service/src/commands/GetComplianceDetailsByResourceCommand.ts index 791af344d32d..5e80a444b472 100644 --- a/clients/client-config-service/src/commands/GetComplianceDetailsByResourceCommand.ts +++ b/clients/client-config-service/src/commands/GetComplianceDetailsByResourceCommand.ts @@ -107,9 +107,6 @@ export class GetComplianceDetailsByResourceCommand extends $Command< GetComplianceDetailsByResourceCommandOutput, ConfigServiceClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -123,9 +120,7 @@ export class GetComplianceDetailsByResourceCommand extends $Command< * @public */ constructor(readonly input: GetComplianceDetailsByResourceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -184,7 +179,4 @@ export class GetComplianceDetailsByResourceCommand extends $Command< ): Promise { return de_GetComplianceDetailsByResourceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-config-service/src/commands/GetComplianceSummaryByConfigRuleCommand.ts b/clients/client-config-service/src/commands/GetComplianceSummaryByConfigRuleCommand.ts index 92fa2fc5c42b..95b245731498 100644 --- a/clients/client-config-service/src/commands/GetComplianceSummaryByConfigRuleCommand.ts +++ b/clients/client-config-service/src/commands/GetComplianceSummaryByConfigRuleCommand.ts @@ -84,9 +84,6 @@ export class GetComplianceSummaryByConfigRuleCommand extends $Command< GetComplianceSummaryByConfigRuleCommandOutput, ConfigServiceClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -100,9 +97,7 @@ export class GetComplianceSummaryByConfigRuleCommand extends $Command< * @public */ constructor(readonly input: GetComplianceSummaryByConfigRuleCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -161,7 +156,4 @@ export class GetComplianceSummaryByConfigRuleCommand extends $Command< ): Promise { return de_GetComplianceSummaryByConfigRuleCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-config-service/src/commands/GetComplianceSummaryByResourceTypeCommand.ts b/clients/client-config-service/src/commands/GetComplianceSummaryByResourceTypeCommand.ts index e1a52eb2eb73..f5bee3b7a961 100644 --- a/clients/client-config-service/src/commands/GetComplianceSummaryByResourceTypeCommand.ts +++ b/clients/client-config-service/src/commands/GetComplianceSummaryByResourceTypeCommand.ts @@ -102,9 +102,6 @@ export class GetComplianceSummaryByResourceTypeCommand extends $Command< GetComplianceSummaryByResourceTypeCommandOutput, ConfigServiceClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -118,9 +115,7 @@ export class GetComplianceSummaryByResourceTypeCommand extends $Command< * @public */ constructor(readonly input: GetComplianceSummaryByResourceTypeCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -179,7 +174,4 @@ export class GetComplianceSummaryByResourceTypeCommand extends $Command< ): Promise { return de_GetComplianceSummaryByResourceTypeCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-config-service/src/commands/GetConformancePackComplianceDetailsCommand.ts b/clients/client-config-service/src/commands/GetConformancePackComplianceDetailsCommand.ts index 9d1fff0d679d..9ab9ed6b823e 100644 --- a/clients/client-config-service/src/commands/GetConformancePackComplianceDetailsCommand.ts +++ b/clients/client-config-service/src/commands/GetConformancePackComplianceDetailsCommand.ts @@ -127,9 +127,6 @@ export class GetConformancePackComplianceDetailsCommand extends $Command< GetConformancePackComplianceDetailsCommandOutput, ConfigServiceClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -143,9 +140,7 @@ export class GetConformancePackComplianceDetailsCommand extends $Command< * @public */ constructor(readonly input: GetConformancePackComplianceDetailsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -204,7 +199,4 @@ export class GetConformancePackComplianceDetailsCommand extends $Command< ): Promise { return de_GetConformancePackComplianceDetailsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-config-service/src/commands/GetConformancePackComplianceSummaryCommand.ts b/clients/client-config-service/src/commands/GetConformancePackComplianceSummaryCommand.ts index b05f65b5d8fb..1cfe9bb41d1d 100644 --- a/clients/client-config-service/src/commands/GetConformancePackComplianceSummaryCommand.ts +++ b/clients/client-config-service/src/commands/GetConformancePackComplianceSummaryCommand.ts @@ -99,9 +99,6 @@ export class GetConformancePackComplianceSummaryCommand extends $Command< GetConformancePackComplianceSummaryCommandOutput, ConfigServiceClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -115,9 +112,7 @@ export class GetConformancePackComplianceSummaryCommand extends $Command< * @public */ constructor(readonly input: GetConformancePackComplianceSummaryCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -176,7 +171,4 @@ export class GetConformancePackComplianceSummaryCommand extends $Command< ): Promise { return de_GetConformancePackComplianceSummaryCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-config-service/src/commands/GetCustomRulePolicyCommand.ts b/clients/client-config-service/src/commands/GetCustomRulePolicyCommand.ts index 0b515de91711..8c42128f6fa1 100644 --- a/clients/client-config-service/src/commands/GetCustomRulePolicyCommand.ts +++ b/clients/client-config-service/src/commands/GetCustomRulePolicyCommand.ts @@ -73,9 +73,6 @@ export class GetCustomRulePolicyCommand extends $Command< GetCustomRulePolicyCommandOutput, ConfigServiceClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -89,9 +86,7 @@ export class GetCustomRulePolicyCommand extends $Command< * @public */ constructor(readonly input: GetCustomRulePolicyCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -144,7 +139,4 @@ export class GetCustomRulePolicyCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetCustomRulePolicyCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-config-service/src/commands/GetDiscoveredResourceCountsCommand.ts b/clients/client-config-service/src/commands/GetDiscoveredResourceCountsCommand.ts index da3b94b662be..8e972c3210e7 100644 --- a/clients/client-config-service/src/commands/GetDiscoveredResourceCountsCommand.ts +++ b/clients/client-config-service/src/commands/GetDiscoveredResourceCountsCommand.ts @@ -153,9 +153,6 @@ export class GetDiscoveredResourceCountsCommand extends $Command< GetDiscoveredResourceCountsCommandOutput, ConfigServiceClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -169,9 +166,7 @@ export class GetDiscoveredResourceCountsCommand extends $Command< * @public */ constructor(readonly input: GetDiscoveredResourceCountsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -227,7 +222,4 @@ export class GetDiscoveredResourceCountsCommand extends $Command< ): Promise { return de_GetDiscoveredResourceCountsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-config-service/src/commands/GetOrganizationConfigRuleDetailedStatusCommand.ts b/clients/client-config-service/src/commands/GetOrganizationConfigRuleDetailedStatusCommand.ts index e0b3ee99c685..ab41d5787aa0 100644 --- a/clients/client-config-service/src/commands/GetOrganizationConfigRuleDetailedStatusCommand.ts +++ b/clients/client-config-service/src/commands/GetOrganizationConfigRuleDetailedStatusCommand.ts @@ -127,9 +127,6 @@ export class GetOrganizationConfigRuleDetailedStatusCommand extends $Command< GetOrganizationConfigRuleDetailedStatusCommandOutput, ConfigServiceClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -143,9 +140,7 @@ export class GetOrganizationConfigRuleDetailedStatusCommand extends $Command< * @public */ constructor(readonly input: GetOrganizationConfigRuleDetailedStatusCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -210,7 +205,4 @@ export class GetOrganizationConfigRuleDetailedStatusCommand extends $Command< ): Promise { return de_GetOrganizationConfigRuleDetailedStatusCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-config-service/src/commands/GetOrganizationConformancePackDetailedStatusCommand.ts b/clients/client-config-service/src/commands/GetOrganizationConformancePackDetailedStatusCommand.ts index 7b0323477a67..64028602fbc7 100644 --- a/clients/client-config-service/src/commands/GetOrganizationConformancePackDetailedStatusCommand.ts +++ b/clients/client-config-service/src/commands/GetOrganizationConformancePackDetailedStatusCommand.ts @@ -128,9 +128,6 @@ export class GetOrganizationConformancePackDetailedStatusCommand extends $Comman GetOrganizationConformancePackDetailedStatusCommandOutput, ConfigServiceClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -144,9 +141,7 @@ export class GetOrganizationConformancePackDetailedStatusCommand extends $Comman * @public */ constructor(readonly input: GetOrganizationConformancePackDetailedStatusCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -211,7 +206,4 @@ export class GetOrganizationConformancePackDetailedStatusCommand extends $Comman ): Promise { return de_GetOrganizationConformancePackDetailedStatusCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-config-service/src/commands/GetOrganizationCustomRulePolicyCommand.ts b/clients/client-config-service/src/commands/GetOrganizationCustomRulePolicyCommand.ts index ed32a7af1aab..40e12a000ce5 100644 --- a/clients/client-config-service/src/commands/GetOrganizationCustomRulePolicyCommand.ts +++ b/clients/client-config-service/src/commands/GetOrganizationCustomRulePolicyCommand.ts @@ -99,9 +99,6 @@ export class GetOrganizationCustomRulePolicyCommand extends $Command< GetOrganizationCustomRulePolicyCommandOutput, ConfigServiceClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -115,9 +112,7 @@ export class GetOrganizationCustomRulePolicyCommand extends $Command< * @public */ constructor(readonly input: GetOrganizationCustomRulePolicyCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -176,7 +171,4 @@ export class GetOrganizationCustomRulePolicyCommand extends $Command< ): Promise { return de_GetOrganizationCustomRulePolicyCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-config-service/src/commands/GetResourceConfigHistoryCommand.ts b/clients/client-config-service/src/commands/GetResourceConfigHistoryCommand.ts index 477c95271022..00c6641d975b 100644 --- a/clients/client-config-service/src/commands/GetResourceConfigHistoryCommand.ts +++ b/clients/client-config-service/src/commands/GetResourceConfigHistoryCommand.ts @@ -160,9 +160,6 @@ export class GetResourceConfigHistoryCommand extends $Command< GetResourceConfigHistoryCommandOutput, ConfigServiceClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -176,9 +173,7 @@ export class GetResourceConfigHistoryCommand extends $Command< * @public */ constructor(readonly input: GetResourceConfigHistoryCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -231,7 +226,4 @@ export class GetResourceConfigHistoryCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetResourceConfigHistoryCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-config-service/src/commands/GetResourceEvaluationSummaryCommand.ts b/clients/client-config-service/src/commands/GetResourceEvaluationSummaryCommand.ts index 29ec384e2f8b..cfe0a9e1ae46 100644 --- a/clients/client-config-service/src/commands/GetResourceEvaluationSummaryCommand.ts +++ b/clients/client-config-service/src/commands/GetResourceEvaluationSummaryCommand.ts @@ -100,9 +100,6 @@ export class GetResourceEvaluationSummaryCommand extends $Command< GetResourceEvaluationSummaryCommandOutput, ConfigServiceClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -116,9 +113,7 @@ export class GetResourceEvaluationSummaryCommand extends $Command< * @public */ constructor(readonly input: GetResourceEvaluationSummaryCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -174,7 +169,4 @@ export class GetResourceEvaluationSummaryCommand extends $Command< ): Promise { return de_GetResourceEvaluationSummaryCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-config-service/src/commands/GetStoredQueryCommand.ts b/clients/client-config-service/src/commands/GetStoredQueryCommand.ts index dfbb437ea8cc..23f8bdc41010 100644 --- a/clients/client-config-service/src/commands/GetStoredQueryCommand.ts +++ b/clients/client-config-service/src/commands/GetStoredQueryCommand.ts @@ -84,9 +84,6 @@ export class GetStoredQueryCommand extends $Command< GetStoredQueryCommandOutput, ConfigServiceClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -100,9 +97,7 @@ export class GetStoredQueryCommand extends $Command< * @public */ constructor(readonly input: GetStoredQueryCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -155,7 +150,4 @@ export class GetStoredQueryCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetStoredQueryCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-config-service/src/commands/ListAggregateDiscoveredResourcesCommand.ts b/clients/client-config-service/src/commands/ListAggregateDiscoveredResourcesCommand.ts index 3d6562dc11c8..c64fb6ef5ee3 100644 --- a/clients/client-config-service/src/commands/ListAggregateDiscoveredResourcesCommand.ts +++ b/clients/client-config-service/src/commands/ListAggregateDiscoveredResourcesCommand.ts @@ -112,9 +112,6 @@ export class ListAggregateDiscoveredResourcesCommand extends $Command< ListAggregateDiscoveredResourcesCommandOutput, ConfigServiceClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -128,9 +125,7 @@ export class ListAggregateDiscoveredResourcesCommand extends $Command< * @public */ constructor(readonly input: ListAggregateDiscoveredResourcesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -189,7 +184,4 @@ export class ListAggregateDiscoveredResourcesCommand extends $Command< ): Promise { return de_ListAggregateDiscoveredResourcesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-config-service/src/commands/ListConformancePackComplianceScoresCommand.ts b/clients/client-config-service/src/commands/ListConformancePackComplianceScoresCommand.ts index 87c57a9fc94f..21575ce064ba 100644 --- a/clients/client-config-service/src/commands/ListConformancePackComplianceScoresCommand.ts +++ b/clients/client-config-service/src/commands/ListConformancePackComplianceScoresCommand.ts @@ -111,9 +111,6 @@ export class ListConformancePackComplianceScoresCommand extends $Command< ListConformancePackComplianceScoresCommandOutput, ConfigServiceClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -127,9 +124,7 @@ export class ListConformancePackComplianceScoresCommand extends $Command< * @public */ constructor(readonly input: ListConformancePackComplianceScoresCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -188,7 +183,4 @@ export class ListConformancePackComplianceScoresCommand extends $Command< ): Promise { return de_ListConformancePackComplianceScoresCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-config-service/src/commands/ListDiscoveredResourcesCommand.ts b/clients/client-config-service/src/commands/ListDiscoveredResourcesCommand.ts index 28663d6e0a65..6d8f83887c05 100644 --- a/clients/client-config-service/src/commands/ListDiscoveredResourcesCommand.ts +++ b/clients/client-config-service/src/commands/ListDiscoveredResourcesCommand.ts @@ -119,9 +119,6 @@ export class ListDiscoveredResourcesCommand extends $Command< ListDiscoveredResourcesCommandOutput, ConfigServiceClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -135,9 +132,7 @@ export class ListDiscoveredResourcesCommand extends $Command< * @public */ constructor(readonly input: ListDiscoveredResourcesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -190,7 +185,4 @@ export class ListDiscoveredResourcesCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListDiscoveredResourcesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-config-service/src/commands/ListResourceEvaluationsCommand.ts b/clients/client-config-service/src/commands/ListResourceEvaluationsCommand.ts index 66f586b55f54..fa21cd75f685 100644 --- a/clients/client-config-service/src/commands/ListResourceEvaluationsCommand.ts +++ b/clients/client-config-service/src/commands/ListResourceEvaluationsCommand.ts @@ -99,9 +99,6 @@ export class ListResourceEvaluationsCommand extends $Command< ListResourceEvaluationsCommandOutput, ConfigServiceClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -115,9 +112,7 @@ export class ListResourceEvaluationsCommand extends $Command< * @public */ constructor(readonly input: ListResourceEvaluationsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -170,7 +165,4 @@ export class ListResourceEvaluationsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListResourceEvaluationsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-config-service/src/commands/ListStoredQueriesCommand.ts b/clients/client-config-service/src/commands/ListStoredQueriesCommand.ts index e246f3147daf..1ec2dead530f 100644 --- a/clients/client-config-service/src/commands/ListStoredQueriesCommand.ts +++ b/clients/client-config-service/src/commands/ListStoredQueriesCommand.ts @@ -89,9 +89,6 @@ export class ListStoredQueriesCommand extends $Command< ListStoredQueriesCommandOutput, ConfigServiceClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -105,9 +102,7 @@ export class ListStoredQueriesCommand extends $Command< * @public */ constructor(readonly input: ListStoredQueriesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -160,7 +155,4 @@ export class ListStoredQueriesCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListStoredQueriesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-config-service/src/commands/ListTagsForResourceCommand.ts b/clients/client-config-service/src/commands/ListTagsForResourceCommand.ts index 9852dfa3fa54..cdd9fc31d52a 100644 --- a/clients/client-config-service/src/commands/ListTagsForResourceCommand.ts +++ b/clients/client-config-service/src/commands/ListTagsForResourceCommand.ts @@ -94,9 +94,6 @@ export class ListTagsForResourceCommand extends $Command< ListTagsForResourceCommandOutput, ConfigServiceClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -110,9 +107,7 @@ export class ListTagsForResourceCommand extends $Command< * @public */ constructor(readonly input: ListTagsForResourceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -165,7 +160,4 @@ export class ListTagsForResourceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListTagsForResourceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-config-service/src/commands/PutAggregationAuthorizationCommand.ts b/clients/client-config-service/src/commands/PutAggregationAuthorizationCommand.ts index b70d2e4b8760..2dbd4c7f8658 100644 --- a/clients/client-config-service/src/commands/PutAggregationAuthorizationCommand.ts +++ b/clients/client-config-service/src/commands/PutAggregationAuthorizationCommand.ts @@ -94,9 +94,6 @@ export class PutAggregationAuthorizationCommand extends $Command< PutAggregationAuthorizationCommandOutput, ConfigServiceClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -110,9 +107,7 @@ export class PutAggregationAuthorizationCommand extends $Command< * @public */ constructor(readonly input: PutAggregationAuthorizationCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -168,7 +163,4 @@ export class PutAggregationAuthorizationCommand extends $Command< ): Promise { return de_PutAggregationAuthorizationCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-config-service/src/commands/PutConfigRuleCommand.ts b/clients/client-config-service/src/commands/PutConfigRuleCommand.ts index 276554ecd3cc..c8e3af3d2aca 100644 --- a/clients/client-config-service/src/commands/PutConfigRuleCommand.ts +++ b/clients/client-config-service/src/commands/PutConfigRuleCommand.ts @@ -219,9 +219,6 @@ export class PutConfigRuleCommand extends $Command< PutConfigRuleCommandOutput, ConfigServiceClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -235,9 +232,7 @@ export class PutConfigRuleCommand extends $Command< * @public */ constructor(readonly input: PutConfigRuleCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -288,7 +283,4 @@ export class PutConfigRuleCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_PutConfigRuleCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-config-service/src/commands/PutConfigurationAggregatorCommand.ts b/clients/client-config-service/src/commands/PutConfigurationAggregatorCommand.ts index 867707a0e27c..1e3002b6a6f1 100644 --- a/clients/client-config-service/src/commands/PutConfigurationAggregatorCommand.ts +++ b/clients/client-config-service/src/commands/PutConfigurationAggregatorCommand.ts @@ -178,9 +178,6 @@ export class PutConfigurationAggregatorCommand extends $Command< PutConfigurationAggregatorCommandOutput, ConfigServiceClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -194,9 +191,7 @@ export class PutConfigurationAggregatorCommand extends $Command< * @public */ constructor(readonly input: PutConfigurationAggregatorCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -252,7 +247,4 @@ export class PutConfigurationAggregatorCommand extends $Command< ): Promise { return de_PutConfigurationAggregatorCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-config-service/src/commands/PutConfigurationRecorderCommand.ts b/clients/client-config-service/src/commands/PutConfigurationRecorderCommand.ts index 60ed6625d324..3dad24fbd236 100644 --- a/clients/client-config-service/src/commands/PutConfigurationRecorderCommand.ts +++ b/clients/client-config-service/src/commands/PutConfigurationRecorderCommand.ts @@ -135,9 +135,6 @@ export class PutConfigurationRecorderCommand extends $Command< PutConfigurationRecorderCommandOutput, ConfigServiceClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -151,9 +148,7 @@ export class PutConfigurationRecorderCommand extends $Command< * @public */ constructor(readonly input: PutConfigurationRecorderCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -206,7 +201,4 @@ export class PutConfigurationRecorderCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_PutConfigurationRecorderCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-config-service/src/commands/PutConformancePackCommand.ts b/clients/client-config-service/src/commands/PutConformancePackCommand.ts index c109b88109ab..1865153c13b5 100644 --- a/clients/client-config-service/src/commands/PutConformancePackCommand.ts +++ b/clients/client-config-service/src/commands/PutConformancePackCommand.ts @@ -156,9 +156,6 @@ export class PutConformancePackCommand extends $Command< PutConformancePackCommandOutput, ConfigServiceClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -172,9 +169,7 @@ export class PutConformancePackCommand extends $Command< * @public */ constructor(readonly input: PutConformancePackCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -227,7 +222,4 @@ export class PutConformancePackCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_PutConformancePackCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-config-service/src/commands/PutDeliveryChannelCommand.ts b/clients/client-config-service/src/commands/PutDeliveryChannelCommand.ts index 68f8d3a3a23e..c29b8c141b3d 100644 --- a/clients/client-config-service/src/commands/PutDeliveryChannelCommand.ts +++ b/clients/client-config-service/src/commands/PutDeliveryChannelCommand.ts @@ -121,9 +121,6 @@ export class PutDeliveryChannelCommand extends $Command< PutDeliveryChannelCommandOutput, ConfigServiceClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -137,9 +134,7 @@ export class PutDeliveryChannelCommand extends $Command< * @public */ constructor(readonly input: PutDeliveryChannelCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -192,7 +187,4 @@ export class PutDeliveryChannelCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_PutDeliveryChannelCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-config-service/src/commands/PutEvaluationsCommand.ts b/clients/client-config-service/src/commands/PutEvaluationsCommand.ts index 6f2931513d7b..9f1df11548fa 100644 --- a/clients/client-config-service/src/commands/PutEvaluationsCommand.ts +++ b/clients/client-config-service/src/commands/PutEvaluationsCommand.ts @@ -100,9 +100,6 @@ export class PutEvaluationsCommand extends $Command< PutEvaluationsCommandOutput, ConfigServiceClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -116,9 +113,7 @@ export class PutEvaluationsCommand extends $Command< * @public */ constructor(readonly input: PutEvaluationsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -171,7 +166,4 @@ export class PutEvaluationsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_PutEvaluationsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-config-service/src/commands/PutExternalEvaluationCommand.ts b/clients/client-config-service/src/commands/PutExternalEvaluationCommand.ts index c4a66c5aa9c2..f8b69013deb7 100644 --- a/clients/client-config-service/src/commands/PutExternalEvaluationCommand.ts +++ b/clients/client-config-service/src/commands/PutExternalEvaluationCommand.ts @@ -83,9 +83,6 @@ export class PutExternalEvaluationCommand extends $Command< PutExternalEvaluationCommandOutput, ConfigServiceClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -99,9 +96,7 @@ export class PutExternalEvaluationCommand extends $Command< * @public */ constructor(readonly input: PutExternalEvaluationCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -154,7 +149,4 @@ export class PutExternalEvaluationCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_PutExternalEvaluationCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-config-service/src/commands/PutOrganizationConfigRuleCommand.ts b/clients/client-config-service/src/commands/PutOrganizationConfigRuleCommand.ts index 5908580e5f69..c22aa5fe39c8 100644 --- a/clients/client-config-service/src/commands/PutOrganizationConfigRuleCommand.ts +++ b/clients/client-config-service/src/commands/PutOrganizationConfigRuleCommand.ts @@ -245,9 +245,6 @@ export class PutOrganizationConfigRuleCommand extends $Command< PutOrganizationConfigRuleCommandOutput, ConfigServiceClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -261,9 +258,7 @@ export class PutOrganizationConfigRuleCommand extends $Command< * @public */ constructor(readonly input: PutOrganizationConfigRuleCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -319,7 +314,4 @@ export class PutOrganizationConfigRuleCommand extends $Command< ): Promise { return de_PutOrganizationConfigRuleCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-config-service/src/commands/PutOrganizationConformancePackCommand.ts b/clients/client-config-service/src/commands/PutOrganizationConformancePackCommand.ts index a1998394fbfa..abf857ee995b 100644 --- a/clients/client-config-service/src/commands/PutOrganizationConformancePackCommand.ts +++ b/clients/client-config-service/src/commands/PutOrganizationConformancePackCommand.ts @@ -198,9 +198,6 @@ export class PutOrganizationConformancePackCommand extends $Command< PutOrganizationConformancePackCommandOutput, ConfigServiceClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -214,9 +211,7 @@ export class PutOrganizationConformancePackCommand extends $Command< * @public */ constructor(readonly input: PutOrganizationConformancePackCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -275,7 +270,4 @@ export class PutOrganizationConformancePackCommand extends $Command< ): Promise { return de_PutOrganizationConformancePackCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-config-service/src/commands/PutRemediationConfigurationsCommand.ts b/clients/client-config-service/src/commands/PutRemediationConfigurationsCommand.ts index d645e1bb6d8d..3d69fa32daca 100644 --- a/clients/client-config-service/src/commands/PutRemediationConfigurationsCommand.ts +++ b/clients/client-config-service/src/commands/PutRemediationConfigurationsCommand.ts @@ -185,9 +185,6 @@ export class PutRemediationConfigurationsCommand extends $Command< PutRemediationConfigurationsCommandOutput, ConfigServiceClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -201,9 +198,7 @@ export class PutRemediationConfigurationsCommand extends $Command< * @public */ constructor(readonly input: PutRemediationConfigurationsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -259,7 +254,4 @@ export class PutRemediationConfigurationsCommand extends $Command< ): Promise { return de_PutRemediationConfigurationsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-config-service/src/commands/PutRemediationExceptionsCommand.ts b/clients/client-config-service/src/commands/PutRemediationExceptionsCommand.ts index 501ea7e27c84..fdf09b0c7c1c 100644 --- a/clients/client-config-service/src/commands/PutRemediationExceptionsCommand.ts +++ b/clients/client-config-service/src/commands/PutRemediationExceptionsCommand.ts @@ -137,9 +137,6 @@ export class PutRemediationExceptionsCommand extends $Command< PutRemediationExceptionsCommandOutput, ConfigServiceClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -153,9 +150,7 @@ export class PutRemediationExceptionsCommand extends $Command< * @public */ constructor(readonly input: PutRemediationExceptionsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -208,7 +203,4 @@ export class PutRemediationExceptionsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_PutRemediationExceptionsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-config-service/src/commands/PutResourceConfigCommand.ts b/clients/client-config-service/src/commands/PutResourceConfigCommand.ts index fb91b3703011..614cf02f3ac2 100644 --- a/clients/client-config-service/src/commands/PutResourceConfigCommand.ts +++ b/clients/client-config-service/src/commands/PutResourceConfigCommand.ts @@ -122,9 +122,6 @@ export class PutResourceConfigCommand extends $Command< PutResourceConfigCommandOutput, ConfigServiceClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -138,9 +135,7 @@ export class PutResourceConfigCommand extends $Command< * @public */ constructor(readonly input: PutResourceConfigCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -193,7 +188,4 @@ export class PutResourceConfigCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_PutResourceConfigCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-config-service/src/commands/PutRetentionConfigurationCommand.ts b/clients/client-config-service/src/commands/PutRetentionConfigurationCommand.ts index 9945e7105593..fcb00a5da0bd 100644 --- a/clients/client-config-service/src/commands/PutRetentionConfigurationCommand.ts +++ b/clients/client-config-service/src/commands/PutRetentionConfigurationCommand.ts @@ -90,9 +90,6 @@ export class PutRetentionConfigurationCommand extends $Command< PutRetentionConfigurationCommandOutput, ConfigServiceClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -106,9 +103,7 @@ export class PutRetentionConfigurationCommand extends $Command< * @public */ constructor(readonly input: PutRetentionConfigurationCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -164,7 +159,4 @@ export class PutRetentionConfigurationCommand extends $Command< ): Promise { return de_PutRetentionConfigurationCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-config-service/src/commands/PutStoredQueryCommand.ts b/clients/client-config-service/src/commands/PutStoredQueryCommand.ts index 4445e1f5d64b..1375df118a26 100644 --- a/clients/client-config-service/src/commands/PutStoredQueryCommand.ts +++ b/clients/client-config-service/src/commands/PutStoredQueryCommand.ts @@ -102,9 +102,6 @@ export class PutStoredQueryCommand extends $Command< PutStoredQueryCommandOutput, ConfigServiceClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -118,9 +115,7 @@ export class PutStoredQueryCommand extends $Command< * @public */ constructor(readonly input: PutStoredQueryCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -173,7 +168,4 @@ export class PutStoredQueryCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_PutStoredQueryCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-config-service/src/commands/SelectAggregateResourceConfigCommand.ts b/clients/client-config-service/src/commands/SelectAggregateResourceConfigCommand.ts index 4cdf54952ff1..8ca33aa20ae8 100644 --- a/clients/client-config-service/src/commands/SelectAggregateResourceConfigCommand.ts +++ b/clients/client-config-service/src/commands/SelectAggregateResourceConfigCommand.ts @@ -114,9 +114,6 @@ export class SelectAggregateResourceConfigCommand extends $Command< SelectAggregateResourceConfigCommandOutput, ConfigServiceClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -130,9 +127,7 @@ export class SelectAggregateResourceConfigCommand extends $Command< * @public */ constructor(readonly input: SelectAggregateResourceConfigCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -188,7 +183,4 @@ export class SelectAggregateResourceConfigCommand extends $Command< ): Promise { return de_SelectAggregateResourceConfigCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-config-service/src/commands/SelectResourceConfigCommand.ts b/clients/client-config-service/src/commands/SelectResourceConfigCommand.ts index 65a50b368fed..972e965a4284 100644 --- a/clients/client-config-service/src/commands/SelectResourceConfigCommand.ts +++ b/clients/client-config-service/src/commands/SelectResourceConfigCommand.ts @@ -97,9 +97,6 @@ export class SelectResourceConfigCommand extends $Command< SelectResourceConfigCommandOutput, ConfigServiceClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -113,9 +110,7 @@ export class SelectResourceConfigCommand extends $Command< * @public */ constructor(readonly input: SelectResourceConfigCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -168,7 +163,4 @@ export class SelectResourceConfigCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_SelectResourceConfigCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-config-service/src/commands/StartConfigRulesEvaluationCommand.ts b/clients/client-config-service/src/commands/StartConfigRulesEvaluationCommand.ts index 5597b34fbf7f..2566bd52c949 100644 --- a/clients/client-config-service/src/commands/StartConfigRulesEvaluationCommand.ts +++ b/clients/client-config-service/src/commands/StartConfigRulesEvaluationCommand.ts @@ -156,9 +156,6 @@ export class StartConfigRulesEvaluationCommand extends $Command< StartConfigRulesEvaluationCommandOutput, ConfigServiceClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -172,9 +169,7 @@ export class StartConfigRulesEvaluationCommand extends $Command< * @public */ constructor(readonly input: StartConfigRulesEvaluationCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -230,7 +225,4 @@ export class StartConfigRulesEvaluationCommand extends $Command< ): Promise { return de_StartConfigRulesEvaluationCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-config-service/src/commands/StartConfigurationRecorderCommand.ts b/clients/client-config-service/src/commands/StartConfigurationRecorderCommand.ts index 77442418a51d..68b776258f54 100644 --- a/clients/client-config-service/src/commands/StartConfigurationRecorderCommand.ts +++ b/clients/client-config-service/src/commands/StartConfigurationRecorderCommand.ts @@ -79,9 +79,6 @@ export class StartConfigurationRecorderCommand extends $Command< StartConfigurationRecorderCommandOutput, ConfigServiceClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -95,9 +92,7 @@ export class StartConfigurationRecorderCommand extends $Command< * @public */ constructor(readonly input: StartConfigurationRecorderCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -153,7 +148,4 @@ export class StartConfigurationRecorderCommand extends $Command< ): Promise { return de_StartConfigurationRecorderCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-config-service/src/commands/StartRemediationExecutionCommand.ts b/clients/client-config-service/src/commands/StartRemediationExecutionCommand.ts index be669f966190..72522d33e616 100644 --- a/clients/client-config-service/src/commands/StartRemediationExecutionCommand.ts +++ b/clients/client-config-service/src/commands/StartRemediationExecutionCommand.ts @@ -115,9 +115,6 @@ export class StartRemediationExecutionCommand extends $Command< StartRemediationExecutionCommandOutput, ConfigServiceClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -131,9 +128,7 @@ export class StartRemediationExecutionCommand extends $Command< * @public */ constructor(readonly input: StartRemediationExecutionCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -189,7 +184,4 @@ export class StartRemediationExecutionCommand extends $Command< ): Promise { return de_StartRemediationExecutionCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-config-service/src/commands/StartResourceEvaluationCommand.ts b/clients/client-config-service/src/commands/StartResourceEvaluationCommand.ts index 1b1b324965c5..4cc3915f3cff 100644 --- a/clients/client-config-service/src/commands/StartResourceEvaluationCommand.ts +++ b/clients/client-config-service/src/commands/StartResourceEvaluationCommand.ts @@ -98,9 +98,6 @@ export class StartResourceEvaluationCommand extends $Command< StartResourceEvaluationCommandOutput, ConfigServiceClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -114,9 +111,7 @@ export class StartResourceEvaluationCommand extends $Command< * @public */ constructor(readonly input: StartResourceEvaluationCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -169,7 +164,4 @@ export class StartResourceEvaluationCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_StartResourceEvaluationCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-config-service/src/commands/StopConfigurationRecorderCommand.ts b/clients/client-config-service/src/commands/StopConfigurationRecorderCommand.ts index 7917843e0ab4..dc9f0a24b37b 100644 --- a/clients/client-config-service/src/commands/StopConfigurationRecorderCommand.ts +++ b/clients/client-config-service/src/commands/StopConfigurationRecorderCommand.ts @@ -72,9 +72,6 @@ export class StopConfigurationRecorderCommand extends $Command< StopConfigurationRecorderCommandOutput, ConfigServiceClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -88,9 +85,7 @@ export class StopConfigurationRecorderCommand extends $Command< * @public */ constructor(readonly input: StopConfigurationRecorderCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -146,7 +141,4 @@ export class StopConfigurationRecorderCommand extends $Command< ): Promise { return de_StopConfigurationRecorderCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-config-service/src/commands/TagResourceCommand.ts b/clients/client-config-service/src/commands/TagResourceCommand.ts index 9ee063d15d9b..2c2da1c31724 100644 --- a/clients/client-config-service/src/commands/TagResourceCommand.ts +++ b/clients/client-config-service/src/commands/TagResourceCommand.ts @@ -89,9 +89,6 @@ export class TagResourceCommand extends $Command< TagResourceCommandOutput, ConfigServiceClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -105,9 +102,7 @@ export class TagResourceCommand extends $Command< * @public */ constructor(readonly input: TagResourceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -158,7 +153,4 @@ export class TagResourceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_TagResourceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-config-service/src/commands/UntagResourceCommand.ts b/clients/client-config-service/src/commands/UntagResourceCommand.ts index b58b585dc65d..90bfa369a6a4 100644 --- a/clients/client-config-service/src/commands/UntagResourceCommand.ts +++ b/clients/client-config-service/src/commands/UntagResourceCommand.ts @@ -79,9 +79,6 @@ export class UntagResourceCommand extends $Command< UntagResourceCommandOutput, ConfigServiceClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -95,9 +92,7 @@ export class UntagResourceCommand extends $Command< * @public */ constructor(readonly input: UntagResourceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -148,7 +143,4 @@ export class UntagResourceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UntagResourceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-connect-contact-lens/package.json b/clients/client-connect-contact-lens/package.json index bd4a4a1494f5..784430fb9008 100644 --- a/clients/client-connect-contact-lens/package.json +++ b/clients/client-connect-contact-lens/package.json @@ -34,29 +34,29 @@ "@aws-sdk/util-endpoints": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@smithy/config-resolver": "^2.0.16", - "@smithy/fetch-http-handler": "^2.2.4", - "@smithy/hash-node": "^2.0.12", - "@smithy/invalid-dependency": "^2.0.12", - "@smithy/middleware-content-length": "^2.0.14", - "@smithy/middleware-endpoint": "^2.1.3", - "@smithy/middleware-retry": "^2.0.18", - "@smithy/middleware-serde": "^2.0.12", - "@smithy/middleware-stack": "^2.0.6", - "@smithy/node-config-provider": "^2.1.3", - "@smithy/node-http-handler": "^2.1.8", - "@smithy/protocol-http": "^3.0.8", - "@smithy/smithy-client": "^2.1.12", - "@smithy/types": "^2.4.0", - "@smithy/url-parser": "^2.0.12", - "@smithy/util-base64": "^2.0.0", + "@smithy/config-resolver": "^2.0.18", + "@smithy/fetch-http-handler": "^2.2.6", + "@smithy/hash-node": "^2.0.15", + "@smithy/invalid-dependency": "^2.0.13", + "@smithy/middleware-content-length": "^2.0.15", + "@smithy/middleware-endpoint": "^2.2.0", + "@smithy/middleware-retry": "^2.0.20", + "@smithy/middleware-serde": "^2.0.13", + "@smithy/middleware-stack": "^2.0.7", + "@smithy/node-config-provider": "^2.1.5", + "@smithy/node-http-handler": "^2.1.9", + "@smithy/protocol-http": "^3.0.9", + "@smithy/smithy-client": "^2.1.15", + "@smithy/types": "^2.5.0", + "@smithy/url-parser": "^2.0.13", + "@smithy/util-base64": "^2.0.1", "@smithy/util-body-length-browser": "^2.0.0", "@smithy/util-body-length-node": "^2.1.0", - "@smithy/util-defaults-mode-browser": "^2.0.16", - "@smithy/util-defaults-mode-node": "^2.0.21", - "@smithy/util-endpoints": "^1.0.2", - "@smithy/util-retry": "^2.0.5", - "@smithy/util-utf8": "^2.0.0", + "@smithy/util-defaults-mode-browser": "^2.0.19", + "@smithy/util-defaults-mode-node": "^2.0.25", + "@smithy/util-endpoints": "^1.0.4", + "@smithy/util-retry": "^2.0.6", + "@smithy/util-utf8": "^2.0.2", "tslib": "^2.5.0" }, "devDependencies": { diff --git a/clients/client-connect-contact-lens/src/commands/ListRealtimeContactAnalysisSegmentsCommand.ts b/clients/client-connect-contact-lens/src/commands/ListRealtimeContactAnalysisSegmentsCommand.ts index 7b8fa7e084a6..001e513e5a6c 100644 --- a/clients/client-connect-contact-lens/src/commands/ListRealtimeContactAnalysisSegmentsCommand.ts +++ b/clients/client-connect-contact-lens/src/commands/ListRealtimeContactAnalysisSegmentsCommand.ts @@ -136,9 +136,6 @@ export class ListRealtimeContactAnalysisSegmentsCommand extends $Command< ListRealtimeContactAnalysisSegmentsCommandOutput, ConnectContactLensClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -152,9 +149,7 @@ export class ListRealtimeContactAnalysisSegmentsCommand extends $Command< * @public */ constructor(readonly input: ListRealtimeContactAnalysisSegmentsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -213,7 +208,4 @@ export class ListRealtimeContactAnalysisSegmentsCommand extends $Command< ): Promise { return de_ListRealtimeContactAnalysisSegmentsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-connect/package.json b/clients/client-connect/package.json index 98fdb4834508..ea2a3118f987 100644 --- a/clients/client-connect/package.json +++ b/clients/client-connect/package.json @@ -34,29 +34,29 @@ "@aws-sdk/util-endpoints": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@smithy/config-resolver": "^2.0.16", - "@smithy/fetch-http-handler": "^2.2.4", - "@smithy/hash-node": "^2.0.12", - "@smithy/invalid-dependency": "^2.0.12", - "@smithy/middleware-content-length": "^2.0.14", - "@smithy/middleware-endpoint": "^2.1.3", - "@smithy/middleware-retry": "^2.0.18", - "@smithy/middleware-serde": "^2.0.12", - "@smithy/middleware-stack": "^2.0.6", - "@smithy/node-config-provider": "^2.1.3", - "@smithy/node-http-handler": "^2.1.8", - "@smithy/protocol-http": "^3.0.8", - "@smithy/smithy-client": "^2.1.12", - "@smithy/types": "^2.4.0", - "@smithy/url-parser": "^2.0.12", - "@smithy/util-base64": "^2.0.0", + "@smithy/config-resolver": "^2.0.18", + "@smithy/fetch-http-handler": "^2.2.6", + "@smithy/hash-node": "^2.0.15", + "@smithy/invalid-dependency": "^2.0.13", + "@smithy/middleware-content-length": "^2.0.15", + "@smithy/middleware-endpoint": "^2.2.0", + "@smithy/middleware-retry": "^2.0.20", + "@smithy/middleware-serde": "^2.0.13", + "@smithy/middleware-stack": "^2.0.7", + "@smithy/node-config-provider": "^2.1.5", + "@smithy/node-http-handler": "^2.1.9", + "@smithy/protocol-http": "^3.0.9", + "@smithy/smithy-client": "^2.1.15", + "@smithy/types": "^2.5.0", + "@smithy/url-parser": "^2.0.13", + "@smithy/util-base64": "^2.0.1", "@smithy/util-body-length-browser": "^2.0.0", "@smithy/util-body-length-node": "^2.1.0", - "@smithy/util-defaults-mode-browser": "^2.0.16", - "@smithy/util-defaults-mode-node": "^2.0.21", - "@smithy/util-endpoints": "^1.0.2", - "@smithy/util-retry": "^2.0.5", - "@smithy/util-utf8": "^2.0.0", + "@smithy/util-defaults-mode-browser": "^2.0.19", + "@smithy/util-defaults-mode-node": "^2.0.25", + "@smithy/util-endpoints": "^1.0.4", + "@smithy/util-retry": "^2.0.6", + "@smithy/util-utf8": "^2.0.2", "tslib": "^2.5.0", "uuid": "^8.3.2" }, diff --git a/clients/client-connect/src/commands/ActivateEvaluationFormCommand.ts b/clients/client-connect/src/commands/ActivateEvaluationFormCommand.ts index 4cf39184fa6e..a3c5dcff8c0b 100644 --- a/clients/client-connect/src/commands/ActivateEvaluationFormCommand.ts +++ b/clients/client-connect/src/commands/ActivateEvaluationFormCommand.ts @@ -90,9 +90,6 @@ export class ActivateEvaluationFormCommand extends $Command< ActivateEvaluationFormCommandOutput, ConnectClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -106,9 +103,7 @@ export class ActivateEvaluationFormCommand extends $Command< * @public */ constructor(readonly input: ActivateEvaluationFormCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -161,7 +156,4 @@ export class ActivateEvaluationFormCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ActivateEvaluationFormCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-connect/src/commands/AssociateApprovedOriginCommand.ts b/clients/client-connect/src/commands/AssociateApprovedOriginCommand.ts index fc29f886ec09..d061755521ba 100644 --- a/clients/client-connect/src/commands/AssociateApprovedOriginCommand.ts +++ b/clients/client-connect/src/commands/AssociateApprovedOriginCommand.ts @@ -91,9 +91,6 @@ export class AssociateApprovedOriginCommand extends $Command< AssociateApprovedOriginCommandOutput, ConnectClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -107,9 +104,7 @@ export class AssociateApprovedOriginCommand extends $Command< * @public */ constructor(readonly input: AssociateApprovedOriginCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -162,7 +157,4 @@ export class AssociateApprovedOriginCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_AssociateApprovedOriginCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-connect/src/commands/AssociateBotCommand.ts b/clients/client-connect/src/commands/AssociateBotCommand.ts index bf051f0c3d19..558b58d1e5b3 100644 --- a/clients/client-connect/src/commands/AssociateBotCommand.ts +++ b/clients/client-connect/src/commands/AssociateBotCommand.ts @@ -98,9 +98,6 @@ export class AssociateBotCommand extends $Command< AssociateBotCommandOutput, ConnectClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -114,9 +111,7 @@ export class AssociateBotCommand extends $Command< * @public */ constructor(readonly input: AssociateBotCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -167,7 +162,4 @@ export class AssociateBotCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_AssociateBotCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-connect/src/commands/AssociateDefaultVocabularyCommand.ts b/clients/client-connect/src/commands/AssociateDefaultVocabularyCommand.ts index 2fb77b1009f8..96690e80c6bc 100644 --- a/clients/client-connect/src/commands/AssociateDefaultVocabularyCommand.ts +++ b/clients/client-connect/src/commands/AssociateDefaultVocabularyCommand.ts @@ -86,9 +86,6 @@ export class AssociateDefaultVocabularyCommand extends $Command< AssociateDefaultVocabularyCommandOutput, ConnectClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -102,9 +99,7 @@ export class AssociateDefaultVocabularyCommand extends $Command< * @public */ constructor(readonly input: AssociateDefaultVocabularyCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -160,7 +155,4 @@ export class AssociateDefaultVocabularyCommand extends $Command< ): Promise { return de_AssociateDefaultVocabularyCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-connect/src/commands/AssociateInstanceStorageConfigCommand.ts b/clients/client-connect/src/commands/AssociateInstanceStorageConfigCommand.ts index 4434a8a0a6d5..4e14c610cab4 100644 --- a/clients/client-connect/src/commands/AssociateInstanceStorageConfigCommand.ts +++ b/clients/client-connect/src/commands/AssociateInstanceStorageConfigCommand.ts @@ -126,9 +126,6 @@ export class AssociateInstanceStorageConfigCommand extends $Command< AssociateInstanceStorageConfigCommandOutput, ConnectClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -142,9 +139,7 @@ export class AssociateInstanceStorageConfigCommand extends $Command< * @public */ constructor(readonly input: AssociateInstanceStorageConfigCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -203,7 +198,4 @@ export class AssociateInstanceStorageConfigCommand extends $Command< ): Promise { return de_AssociateInstanceStorageConfigCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-connect/src/commands/AssociateLambdaFunctionCommand.ts b/clients/client-connect/src/commands/AssociateLambdaFunctionCommand.ts index b63325e4c73f..a65ae2fef876 100644 --- a/clients/client-connect/src/commands/AssociateLambdaFunctionCommand.ts +++ b/clients/client-connect/src/commands/AssociateLambdaFunctionCommand.ts @@ -92,9 +92,6 @@ export class AssociateLambdaFunctionCommand extends $Command< AssociateLambdaFunctionCommandOutput, ConnectClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -108,9 +105,7 @@ export class AssociateLambdaFunctionCommand extends $Command< * @public */ constructor(readonly input: AssociateLambdaFunctionCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -163,7 +158,4 @@ export class AssociateLambdaFunctionCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_AssociateLambdaFunctionCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-connect/src/commands/AssociateLexBotCommand.ts b/clients/client-connect/src/commands/AssociateLexBotCommand.ts index f90995268e16..a39e99a2302b 100644 --- a/clients/client-connect/src/commands/AssociateLexBotCommand.ts +++ b/clients/client-connect/src/commands/AssociateLexBotCommand.ts @@ -95,9 +95,6 @@ export class AssociateLexBotCommand extends $Command< AssociateLexBotCommandOutput, ConnectClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -111,9 +108,7 @@ export class AssociateLexBotCommand extends $Command< * @public */ constructor(readonly input: AssociateLexBotCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -166,7 +161,4 @@ export class AssociateLexBotCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_AssociateLexBotCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-connect/src/commands/AssociatePhoneNumberContactFlowCommand.ts b/clients/client-connect/src/commands/AssociatePhoneNumberContactFlowCommand.ts index afb86a8c576e..437d6ee82e12 100644 --- a/clients/client-connect/src/commands/AssociatePhoneNumberContactFlowCommand.ts +++ b/clients/client-connect/src/commands/AssociatePhoneNumberContactFlowCommand.ts @@ -99,9 +99,6 @@ export class AssociatePhoneNumberContactFlowCommand extends $Command< AssociatePhoneNumberContactFlowCommandOutput, ConnectClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -115,9 +112,7 @@ export class AssociatePhoneNumberContactFlowCommand extends $Command< * @public */ constructor(readonly input: AssociatePhoneNumberContactFlowCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -176,7 +171,4 @@ export class AssociatePhoneNumberContactFlowCommand extends $Command< ): Promise { return de_AssociatePhoneNumberContactFlowCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-connect/src/commands/AssociateQueueQuickConnectsCommand.ts b/clients/client-connect/src/commands/AssociateQueueQuickConnectsCommand.ts index 90437c99a7a7..92a36fd1778d 100644 --- a/clients/client-connect/src/commands/AssociateQueueQuickConnectsCommand.ts +++ b/clients/client-connect/src/commands/AssociateQueueQuickConnectsCommand.ts @@ -94,9 +94,6 @@ export class AssociateQueueQuickConnectsCommand extends $Command< AssociateQueueQuickConnectsCommandOutput, ConnectClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -110,9 +107,7 @@ export class AssociateQueueQuickConnectsCommand extends $Command< * @public */ constructor(readonly input: AssociateQueueQuickConnectsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -168,7 +163,4 @@ export class AssociateQueueQuickConnectsCommand extends $Command< ): Promise { return de_AssociateQueueQuickConnectsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-connect/src/commands/AssociateRoutingProfileQueuesCommand.ts b/clients/client-connect/src/commands/AssociateRoutingProfileQueuesCommand.ts index 1afa0da300b8..f07dbdfcb9ec 100644 --- a/clients/client-connect/src/commands/AssociateRoutingProfileQueuesCommand.ts +++ b/clients/client-connect/src/commands/AssociateRoutingProfileQueuesCommand.ts @@ -97,9 +97,6 @@ export class AssociateRoutingProfileQueuesCommand extends $Command< AssociateRoutingProfileQueuesCommandOutput, ConnectClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -113,9 +110,7 @@ export class AssociateRoutingProfileQueuesCommand extends $Command< * @public */ constructor(readonly input: AssociateRoutingProfileQueuesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -171,7 +166,4 @@ export class AssociateRoutingProfileQueuesCommand extends $Command< ): Promise { return de_AssociateRoutingProfileQueuesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-connect/src/commands/AssociateSecurityKeyCommand.ts b/clients/client-connect/src/commands/AssociateSecurityKeyCommand.ts index 9234315f5920..3bc9f5270e6d 100644 --- a/clients/client-connect/src/commands/AssociateSecurityKeyCommand.ts +++ b/clients/client-connect/src/commands/AssociateSecurityKeyCommand.ts @@ -93,9 +93,6 @@ export class AssociateSecurityKeyCommand extends $Command< AssociateSecurityKeyCommandOutput, ConnectClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -109,9 +106,7 @@ export class AssociateSecurityKeyCommand extends $Command< * @public */ constructor(readonly input: AssociateSecurityKeyCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -164,7 +159,4 @@ export class AssociateSecurityKeyCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_AssociateSecurityKeyCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-connect/src/commands/AssociateTrafficDistributionGroupUserCommand.ts b/clients/client-connect/src/commands/AssociateTrafficDistributionGroupUserCommand.ts index 2c3a1b0efb0f..de6c8b762b16 100644 --- a/clients/client-connect/src/commands/AssociateTrafficDistributionGroupUserCommand.ts +++ b/clients/client-connect/src/commands/AssociateTrafficDistributionGroupUserCommand.ts @@ -97,9 +97,6 @@ export class AssociateTrafficDistributionGroupUserCommand extends $Command< AssociateTrafficDistributionGroupUserCommandOutput, ConnectClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -113,9 +110,7 @@ export class AssociateTrafficDistributionGroupUserCommand extends $Command< * @public */ constructor(readonly input: AssociateTrafficDistributionGroupUserCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -174,7 +169,4 @@ export class AssociateTrafficDistributionGroupUserCommand extends $Command< ): Promise { return de_AssociateTrafficDistributionGroupUserCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-connect/src/commands/BatchGetFlowAssociationCommand.ts b/clients/client-connect/src/commands/BatchGetFlowAssociationCommand.ts index 9ed486b511f8..7d9bcb411bcd 100644 --- a/clients/client-connect/src/commands/BatchGetFlowAssociationCommand.ts +++ b/clients/client-connect/src/commands/BatchGetFlowAssociationCommand.ts @@ -98,9 +98,6 @@ export class BatchGetFlowAssociationCommand extends $Command< BatchGetFlowAssociationCommandOutput, ConnectClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -114,9 +111,7 @@ export class BatchGetFlowAssociationCommand extends $Command< * @public */ constructor(readonly input: BatchGetFlowAssociationCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -169,7 +164,4 @@ export class BatchGetFlowAssociationCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_BatchGetFlowAssociationCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-connect/src/commands/BatchPutContactCommand.ts b/clients/client-connect/src/commands/BatchPutContactCommand.ts index bda9ddef4785..aadb03c664b6 100644 --- a/clients/client-connect/src/commands/BatchPutContactCommand.ts +++ b/clients/client-connect/src/commands/BatchPutContactCommand.ts @@ -130,9 +130,6 @@ export class BatchPutContactCommand extends $Command< BatchPutContactCommandOutput, ConnectClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -146,9 +143,7 @@ export class BatchPutContactCommand extends $Command< * @public */ constructor(readonly input: BatchPutContactCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -201,7 +196,4 @@ export class BatchPutContactCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_BatchPutContactCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-connect/src/commands/ClaimPhoneNumberCommand.ts b/clients/client-connect/src/commands/ClaimPhoneNumberCommand.ts index a9a3f5ea6627..082e02676dc1 100644 --- a/clients/client-connect/src/commands/ClaimPhoneNumberCommand.ts +++ b/clients/client-connect/src/commands/ClaimPhoneNumberCommand.ts @@ -119,9 +119,6 @@ export class ClaimPhoneNumberCommand extends $Command< ClaimPhoneNumberCommandOutput, ConnectClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -135,9 +132,7 @@ export class ClaimPhoneNumberCommand extends $Command< * @public */ constructor(readonly input: ClaimPhoneNumberCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -190,7 +185,4 @@ export class ClaimPhoneNumberCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ClaimPhoneNumberCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-connect/src/commands/CreateAgentStatusCommand.ts b/clients/client-connect/src/commands/CreateAgentStatusCommand.ts index 69a41e6c6cd5..be35f4de4110 100644 --- a/clients/client-connect/src/commands/CreateAgentStatusCommand.ts +++ b/clients/client-connect/src/commands/CreateAgentStatusCommand.ts @@ -100,9 +100,6 @@ export class CreateAgentStatusCommand extends $Command< CreateAgentStatusCommandOutput, ConnectClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -116,9 +113,7 @@ export class CreateAgentStatusCommand extends $Command< * @public */ constructor(readonly input: CreateAgentStatusCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -171,7 +166,4 @@ export class CreateAgentStatusCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateAgentStatusCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-connect/src/commands/CreateContactFlowCommand.ts b/clients/client-connect/src/commands/CreateContactFlowCommand.ts index 3e9f547b14e3..83aa03bafe2f 100644 --- a/clients/client-connect/src/commands/CreateContactFlowCommand.ts +++ b/clients/client-connect/src/commands/CreateContactFlowCommand.ts @@ -104,9 +104,6 @@ export class CreateContactFlowCommand extends $Command< CreateContactFlowCommandOutput, ConnectClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -120,9 +117,7 @@ export class CreateContactFlowCommand extends $Command< * @public */ constructor(readonly input: CreateContactFlowCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -175,7 +170,4 @@ export class CreateContactFlowCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateContactFlowCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-connect/src/commands/CreateContactFlowModuleCommand.ts b/clients/client-connect/src/commands/CreateContactFlowModuleCommand.ts index d0fc25ff75a5..ae6bc159a115 100644 --- a/clients/client-connect/src/commands/CreateContactFlowModuleCommand.ts +++ b/clients/client-connect/src/commands/CreateContactFlowModuleCommand.ts @@ -108,9 +108,6 @@ export class CreateContactFlowModuleCommand extends $Command< CreateContactFlowModuleCommandOutput, ConnectClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -124,9 +121,7 @@ export class CreateContactFlowModuleCommand extends $Command< * @public */ constructor(readonly input: CreateContactFlowModuleCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -179,7 +174,4 @@ export class CreateContactFlowModuleCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateContactFlowModuleCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-connect/src/commands/CreateEvaluationFormCommand.ts b/clients/client-connect/src/commands/CreateEvaluationFormCommand.ts index d9f2592cfa94..312b9f0f8046 100644 --- a/clients/client-connect/src/commands/CreateEvaluationFormCommand.ts +++ b/clients/client-connect/src/commands/CreateEvaluationFormCommand.ts @@ -221,9 +221,6 @@ export class CreateEvaluationFormCommand extends $Command< CreateEvaluationFormCommandOutput, ConnectClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -237,9 +234,7 @@ export class CreateEvaluationFormCommand extends $Command< * @public */ constructor(readonly input: CreateEvaluationFormCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -292,7 +287,4 @@ export class CreateEvaluationFormCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateEvaluationFormCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-connect/src/commands/CreateHoursOfOperationCommand.ts b/clients/client-connect/src/commands/CreateHoursOfOperationCommand.ts index bb7a3f644bb2..fef09ed35574 100644 --- a/clients/client-connect/src/commands/CreateHoursOfOperationCommand.ts +++ b/clients/client-connect/src/commands/CreateHoursOfOperationCommand.ts @@ -112,9 +112,6 @@ export class CreateHoursOfOperationCommand extends $Command< CreateHoursOfOperationCommandOutput, ConnectClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -128,9 +125,7 @@ export class CreateHoursOfOperationCommand extends $Command< * @public */ constructor(readonly input: CreateHoursOfOperationCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -183,7 +178,4 @@ export class CreateHoursOfOperationCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateHoursOfOperationCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-connect/src/commands/CreateInstanceCommand.ts b/clients/client-connect/src/commands/CreateInstanceCommand.ts index 365ba143b1fb..20b471861478 100644 --- a/clients/client-connect/src/commands/CreateInstanceCommand.ts +++ b/clients/client-connect/src/commands/CreateInstanceCommand.ts @@ -101,9 +101,6 @@ export class CreateInstanceCommand extends $Command< CreateInstanceCommandOutput, ConnectClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -117,9 +114,7 @@ export class CreateInstanceCommand extends $Command< * @public */ constructor(readonly input: CreateInstanceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -172,7 +167,4 @@ export class CreateInstanceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateInstanceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-connect/src/commands/CreateIntegrationAssociationCommand.ts b/clients/client-connect/src/commands/CreateIntegrationAssociationCommand.ts index ba39d89ecfc5..2572810cdccf 100644 --- a/clients/client-connect/src/commands/CreateIntegrationAssociationCommand.ts +++ b/clients/client-connect/src/commands/CreateIntegrationAssociationCommand.ts @@ -100,9 +100,6 @@ export class CreateIntegrationAssociationCommand extends $Command< CreateIntegrationAssociationCommandOutput, ConnectClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -116,9 +113,7 @@ export class CreateIntegrationAssociationCommand extends $Command< * @public */ constructor(readonly input: CreateIntegrationAssociationCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -174,7 +169,4 @@ export class CreateIntegrationAssociationCommand extends $Command< ): Promise { return de_CreateIntegrationAssociationCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-connect/src/commands/CreateParticipantCommand.ts b/clients/client-connect/src/commands/CreateParticipantCommand.ts index ad1d1aab5b25..02ad0549bcf2 100644 --- a/clients/client-connect/src/commands/CreateParticipantCommand.ts +++ b/clients/client-connect/src/commands/CreateParticipantCommand.ts @@ -96,9 +96,6 @@ export class CreateParticipantCommand extends $Command< CreateParticipantCommandOutput, ConnectClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -112,9 +109,7 @@ export class CreateParticipantCommand extends $Command< * @public */ constructor(readonly input: CreateParticipantCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -167,7 +162,4 @@ export class CreateParticipantCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateParticipantCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-connect/src/commands/CreatePersistentContactAssociationCommand.ts b/clients/client-connect/src/commands/CreatePersistentContactAssociationCommand.ts index fe814404d6b1..e2286f63225d 100644 --- a/clients/client-connect/src/commands/CreatePersistentContactAssociationCommand.ts +++ b/clients/client-connect/src/commands/CreatePersistentContactAssociationCommand.ts @@ -103,9 +103,6 @@ export class CreatePersistentContactAssociationCommand extends $Command< CreatePersistentContactAssociationCommandOutput, ConnectClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -119,9 +116,7 @@ export class CreatePersistentContactAssociationCommand extends $Command< * @public */ constructor(readonly input: CreatePersistentContactAssociationCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -180,7 +175,4 @@ export class CreatePersistentContactAssociationCommand extends $Command< ): Promise { return de_CreatePersistentContactAssociationCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-connect/src/commands/CreatePromptCommand.ts b/clients/client-connect/src/commands/CreatePromptCommand.ts index 1f64413cd90b..c530745a028c 100644 --- a/clients/client-connect/src/commands/CreatePromptCommand.ts +++ b/clients/client-connect/src/commands/CreatePromptCommand.ts @@ -97,9 +97,6 @@ export class CreatePromptCommand extends $Command< CreatePromptCommandOutput, ConnectClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -113,9 +110,7 @@ export class CreatePromptCommand extends $Command< * @public */ constructor(readonly input: CreatePromptCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -166,7 +161,4 @@ export class CreatePromptCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreatePromptCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-connect/src/commands/CreateQueueCommand.ts b/clients/client-connect/src/commands/CreateQueueCommand.ts index 08d21a381874..bfb52fc94b2c 100644 --- a/clients/client-connect/src/commands/CreateQueueCommand.ts +++ b/clients/client-connect/src/commands/CreateQueueCommand.ts @@ -130,9 +130,6 @@ export class CreateQueueCommand extends $Command< CreateQueueCommandOutput, ConnectClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -146,9 +143,7 @@ export class CreateQueueCommand extends $Command< * @public */ constructor(readonly input: CreateQueueCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -199,7 +194,4 @@ export class CreateQueueCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateQueueCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-connect/src/commands/CreateQuickConnectCommand.ts b/clients/client-connect/src/commands/CreateQuickConnectCommand.ts index c5fc4ac4b85f..3b86db25b843 100644 --- a/clients/client-connect/src/commands/CreateQuickConnectCommand.ts +++ b/clients/client-connect/src/commands/CreateQuickConnectCommand.ts @@ -111,9 +111,6 @@ export class CreateQuickConnectCommand extends $Command< CreateQuickConnectCommandOutput, ConnectClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -127,9 +124,7 @@ export class CreateQuickConnectCommand extends $Command< * @public */ constructor(readonly input: CreateQuickConnectCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -182,7 +177,4 @@ export class CreateQuickConnectCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateQuickConnectCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-connect/src/commands/CreateRoutingProfileCommand.ts b/clients/client-connect/src/commands/CreateRoutingProfileCommand.ts index f7495d5fa59b..858b2a5dc55c 100644 --- a/clients/client-connect/src/commands/CreateRoutingProfileCommand.ts +++ b/clients/client-connect/src/commands/CreateRoutingProfileCommand.ts @@ -118,9 +118,6 @@ export class CreateRoutingProfileCommand extends $Command< CreateRoutingProfileCommandOutput, ConnectClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -134,9 +131,7 @@ export class CreateRoutingProfileCommand extends $Command< * @public */ constructor(readonly input: CreateRoutingProfileCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -189,7 +184,4 @@ export class CreateRoutingProfileCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateRoutingProfileCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-connect/src/commands/CreateRuleCommand.ts b/clients/client-connect/src/commands/CreateRuleCommand.ts index 5ee714b79afc..b5afb0b42f00 100644 --- a/clients/client-connect/src/commands/CreateRuleCommand.ts +++ b/clients/client-connect/src/commands/CreateRuleCommand.ts @@ -136,9 +136,6 @@ export class CreateRuleCommand extends $Command< CreateRuleCommandOutput, ConnectClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -152,9 +149,7 @@ export class CreateRuleCommand extends $Command< * @public */ constructor(readonly input: CreateRuleCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -205,7 +200,4 @@ export class CreateRuleCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateRuleCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-connect/src/commands/CreateSecurityProfileCommand.ts b/clients/client-connect/src/commands/CreateSecurityProfileCommand.ts index 019476faddbc..07cc3da45466 100644 --- a/clients/client-connect/src/commands/CreateSecurityProfileCommand.ts +++ b/clients/client-connect/src/commands/CreateSecurityProfileCommand.ts @@ -114,9 +114,6 @@ export class CreateSecurityProfileCommand extends $Command< CreateSecurityProfileCommandOutput, ConnectClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -130,9 +127,7 @@ export class CreateSecurityProfileCommand extends $Command< * @public */ constructor(readonly input: CreateSecurityProfileCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -185,7 +180,4 @@ export class CreateSecurityProfileCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateSecurityProfileCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-connect/src/commands/CreateTaskTemplateCommand.ts b/clients/client-connect/src/commands/CreateTaskTemplateCommand.ts index 1538ba7a3263..51d2533f3d9c 100644 --- a/clients/client-connect/src/commands/CreateTaskTemplateCommand.ts +++ b/clients/client-connect/src/commands/CreateTaskTemplateCommand.ts @@ -139,9 +139,6 @@ export class CreateTaskTemplateCommand extends $Command< CreateTaskTemplateCommandOutput, ConnectClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -155,9 +152,7 @@ export class CreateTaskTemplateCommand extends $Command< * @public */ constructor(readonly input: CreateTaskTemplateCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -210,7 +205,4 @@ export class CreateTaskTemplateCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateTaskTemplateCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-connect/src/commands/CreateTrafficDistributionGroupCommand.ts b/clients/client-connect/src/commands/CreateTrafficDistributionGroupCommand.ts index 8966e38f049f..8d8142f724f2 100644 --- a/clients/client-connect/src/commands/CreateTrafficDistributionGroupCommand.ts +++ b/clients/client-connect/src/commands/CreateTrafficDistributionGroupCommand.ts @@ -116,9 +116,6 @@ export class CreateTrafficDistributionGroupCommand extends $Command< CreateTrafficDistributionGroupCommandOutput, ConnectClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -132,9 +129,7 @@ export class CreateTrafficDistributionGroupCommand extends $Command< * @public */ constructor(readonly input: CreateTrafficDistributionGroupCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -193,7 +188,4 @@ export class CreateTrafficDistributionGroupCommand extends $Command< ): Promise { return de_CreateTrafficDistributionGroupCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-connect/src/commands/CreateUseCaseCommand.ts b/clients/client-connect/src/commands/CreateUseCaseCommand.ts index 74f595ab0d28..b80d86599b7c 100644 --- a/clients/client-connect/src/commands/CreateUseCaseCommand.ts +++ b/clients/client-connect/src/commands/CreateUseCaseCommand.ts @@ -91,9 +91,6 @@ export class CreateUseCaseCommand extends $Command< CreateUseCaseCommandOutput, ConnectClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -107,9 +104,7 @@ export class CreateUseCaseCommand extends $Command< * @public */ constructor(readonly input: CreateUseCaseCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -160,7 +155,4 @@ export class CreateUseCaseCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateUseCaseCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-connect/src/commands/CreateUserCommand.ts b/clients/client-connect/src/commands/CreateUserCommand.ts index d796b8175554..c220c46c1154 100644 --- a/clients/client-connect/src/commands/CreateUserCommand.ts +++ b/clients/client-connect/src/commands/CreateUserCommand.ts @@ -125,9 +125,6 @@ export class CreateUserCommand extends $Command< CreateUserCommandOutput, ConnectClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -141,9 +138,7 @@ export class CreateUserCommand extends $Command< * @public */ constructor(readonly input: CreateUserCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -194,7 +189,4 @@ export class CreateUserCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateUserCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-connect/src/commands/CreateUserHierarchyGroupCommand.ts b/clients/client-connect/src/commands/CreateUserHierarchyGroupCommand.ts index 7f61e11d20f7..717cda431044 100644 --- a/clients/client-connect/src/commands/CreateUserHierarchyGroupCommand.ts +++ b/clients/client-connect/src/commands/CreateUserHierarchyGroupCommand.ts @@ -97,9 +97,6 @@ export class CreateUserHierarchyGroupCommand extends $Command< CreateUserHierarchyGroupCommandOutput, ConnectClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -113,9 +110,7 @@ export class CreateUserHierarchyGroupCommand extends $Command< * @public */ constructor(readonly input: CreateUserHierarchyGroupCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -168,7 +163,4 @@ export class CreateUserHierarchyGroupCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateUserHierarchyGroupCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-connect/src/commands/CreateViewCommand.ts b/clients/client-connect/src/commands/CreateViewCommand.ts index c73e0a495840..32a0bf6092b7 100644 --- a/clients/client-connect/src/commands/CreateViewCommand.ts +++ b/clients/client-connect/src/commands/CreateViewCommand.ts @@ -144,9 +144,6 @@ export class CreateViewCommand extends $Command< CreateViewCommandOutput, ConnectClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -160,9 +157,7 @@ export class CreateViewCommand extends $Command< * @public */ constructor(readonly input: CreateViewCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -213,7 +208,4 @@ export class CreateViewCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateViewCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-connect/src/commands/CreateViewVersionCommand.ts b/clients/client-connect/src/commands/CreateViewVersionCommand.ts index 1b3077bc03b2..2ffa3c000895 100644 --- a/clients/client-connect/src/commands/CreateViewVersionCommand.ts +++ b/clients/client-connect/src/commands/CreateViewVersionCommand.ts @@ -127,9 +127,6 @@ export class CreateViewVersionCommand extends $Command< CreateViewVersionCommandOutput, ConnectClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -143,9 +140,7 @@ export class CreateViewVersionCommand extends $Command< * @public */ constructor(readonly input: CreateViewVersionCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -198,7 +193,4 @@ export class CreateViewVersionCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateViewVersionCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-connect/src/commands/CreateVocabularyCommand.ts b/clients/client-connect/src/commands/CreateVocabularyCommand.ts index dfb1d9830346..4be70b863204 100644 --- a/clients/client-connect/src/commands/CreateVocabularyCommand.ts +++ b/clients/client-connect/src/commands/CreateVocabularyCommand.ts @@ -102,9 +102,6 @@ export class CreateVocabularyCommand extends $Command< CreateVocabularyCommandOutput, ConnectClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -118,9 +115,7 @@ export class CreateVocabularyCommand extends $Command< * @public */ constructor(readonly input: CreateVocabularyCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -173,7 +168,4 @@ export class CreateVocabularyCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateVocabularyCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-connect/src/commands/DeactivateEvaluationFormCommand.ts b/clients/client-connect/src/commands/DeactivateEvaluationFormCommand.ts index 0c14f6062eb0..5f5fa9d5dea4 100644 --- a/clients/client-connect/src/commands/DeactivateEvaluationFormCommand.ts +++ b/clients/client-connect/src/commands/DeactivateEvaluationFormCommand.ts @@ -90,9 +90,6 @@ export class DeactivateEvaluationFormCommand extends $Command< DeactivateEvaluationFormCommandOutput, ConnectClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -106,9 +103,7 @@ export class DeactivateEvaluationFormCommand extends $Command< * @public */ constructor(readonly input: DeactivateEvaluationFormCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -161,7 +156,4 @@ export class DeactivateEvaluationFormCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeactivateEvaluationFormCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-connect/src/commands/DeleteContactEvaluationCommand.ts b/clients/client-connect/src/commands/DeleteContactEvaluationCommand.ts index 3c898e89d500..4dbaa641cef4 100644 --- a/clients/client-connect/src/commands/DeleteContactEvaluationCommand.ts +++ b/clients/client-connect/src/commands/DeleteContactEvaluationCommand.ts @@ -84,9 +84,6 @@ export class DeleteContactEvaluationCommand extends $Command< DeleteContactEvaluationCommandOutput, ConnectClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -100,9 +97,7 @@ export class DeleteContactEvaluationCommand extends $Command< * @public */ constructor(readonly input: DeleteContactEvaluationCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -155,7 +150,4 @@ export class DeleteContactEvaluationCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteContactEvaluationCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-connect/src/commands/DeleteContactFlowCommand.ts b/clients/client-connect/src/commands/DeleteContactFlowCommand.ts index 5129cf5730a6..d830308cf5bc 100644 --- a/clients/client-connect/src/commands/DeleteContactFlowCommand.ts +++ b/clients/client-connect/src/commands/DeleteContactFlowCommand.ts @@ -87,9 +87,6 @@ export class DeleteContactFlowCommand extends $Command< DeleteContactFlowCommandOutput, ConnectClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -103,9 +100,7 @@ export class DeleteContactFlowCommand extends $Command< * @public */ constructor(readonly input: DeleteContactFlowCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -158,7 +153,4 @@ export class DeleteContactFlowCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteContactFlowCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-connect/src/commands/DeleteContactFlowModuleCommand.ts b/clients/client-connect/src/commands/DeleteContactFlowModuleCommand.ts index 3f8d00bd1f2f..fbbccbc1dd3a 100644 --- a/clients/client-connect/src/commands/DeleteContactFlowModuleCommand.ts +++ b/clients/client-connect/src/commands/DeleteContactFlowModuleCommand.ts @@ -87,9 +87,6 @@ export class DeleteContactFlowModuleCommand extends $Command< DeleteContactFlowModuleCommandOutput, ConnectClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -103,9 +100,7 @@ export class DeleteContactFlowModuleCommand extends $Command< * @public */ constructor(readonly input: DeleteContactFlowModuleCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -158,7 +153,4 @@ export class DeleteContactFlowModuleCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteContactFlowModuleCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-connect/src/commands/DeleteEvaluationFormCommand.ts b/clients/client-connect/src/commands/DeleteEvaluationFormCommand.ts index fc3d5d750ccd..9f2bb1c7f818 100644 --- a/clients/client-connect/src/commands/DeleteEvaluationFormCommand.ts +++ b/clients/client-connect/src/commands/DeleteEvaluationFormCommand.ts @@ -94,9 +94,6 @@ export class DeleteEvaluationFormCommand extends $Command< DeleteEvaluationFormCommandOutput, ConnectClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -110,9 +107,7 @@ export class DeleteEvaluationFormCommand extends $Command< * @public */ constructor(readonly input: DeleteEvaluationFormCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -165,7 +160,4 @@ export class DeleteEvaluationFormCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteEvaluationFormCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-connect/src/commands/DeleteHoursOfOperationCommand.ts b/clients/client-connect/src/commands/DeleteHoursOfOperationCommand.ts index 2444a67ad476..2053d3db638b 100644 --- a/clients/client-connect/src/commands/DeleteHoursOfOperationCommand.ts +++ b/clients/client-connect/src/commands/DeleteHoursOfOperationCommand.ts @@ -85,9 +85,6 @@ export class DeleteHoursOfOperationCommand extends $Command< DeleteHoursOfOperationCommandOutput, ConnectClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -101,9 +98,7 @@ export class DeleteHoursOfOperationCommand extends $Command< * @public */ constructor(readonly input: DeleteHoursOfOperationCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -156,7 +151,4 @@ export class DeleteHoursOfOperationCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteHoursOfOperationCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-connect/src/commands/DeleteInstanceCommand.ts b/clients/client-connect/src/commands/DeleteInstanceCommand.ts index 4a545e0cd7c1..87d79dd4c2fd 100644 --- a/clients/client-connect/src/commands/DeleteInstanceCommand.ts +++ b/clients/client-connect/src/commands/DeleteInstanceCommand.ts @@ -81,9 +81,6 @@ export class DeleteInstanceCommand extends $Command< DeleteInstanceCommandOutput, ConnectClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -97,9 +94,7 @@ export class DeleteInstanceCommand extends $Command< * @public */ constructor(readonly input: DeleteInstanceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -152,7 +147,4 @@ export class DeleteInstanceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteInstanceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-connect/src/commands/DeleteIntegrationAssociationCommand.ts b/clients/client-connect/src/commands/DeleteIntegrationAssociationCommand.ts index 0f349a53d419..68c0a3180846 100644 --- a/clients/client-connect/src/commands/DeleteIntegrationAssociationCommand.ts +++ b/clients/client-connect/src/commands/DeleteIntegrationAssociationCommand.ts @@ -85,9 +85,6 @@ export class DeleteIntegrationAssociationCommand extends $Command< DeleteIntegrationAssociationCommandOutput, ConnectClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -101,9 +98,7 @@ export class DeleteIntegrationAssociationCommand extends $Command< * @public */ constructor(readonly input: DeleteIntegrationAssociationCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -159,7 +154,4 @@ export class DeleteIntegrationAssociationCommand extends $Command< ): Promise { return de_DeleteIntegrationAssociationCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-connect/src/commands/DeletePromptCommand.ts b/clients/client-connect/src/commands/DeletePromptCommand.ts index 0994d084ed9c..090737b42f60 100644 --- a/clients/client-connect/src/commands/DeletePromptCommand.ts +++ b/clients/client-connect/src/commands/DeletePromptCommand.ts @@ -84,9 +84,6 @@ export class DeletePromptCommand extends $Command< DeletePromptCommandOutput, ConnectClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -100,9 +97,7 @@ export class DeletePromptCommand extends $Command< * @public */ constructor(readonly input: DeletePromptCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -153,7 +148,4 @@ export class DeletePromptCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeletePromptCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-connect/src/commands/DeleteQueueCommand.ts b/clients/client-connect/src/commands/DeleteQueueCommand.ts index 7f8f55876326..f6069cd9434f 100644 --- a/clients/client-connect/src/commands/DeleteQueueCommand.ts +++ b/clients/client-connect/src/commands/DeleteQueueCommand.ts @@ -87,9 +87,6 @@ export class DeleteQueueCommand extends $Command< DeleteQueueCommandOutput, ConnectClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -103,9 +100,7 @@ export class DeleteQueueCommand extends $Command< * @public */ constructor(readonly input: DeleteQueueCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -156,7 +151,4 @@ export class DeleteQueueCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteQueueCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-connect/src/commands/DeleteQuickConnectCommand.ts b/clients/client-connect/src/commands/DeleteQuickConnectCommand.ts index 5a779cb27883..d1e2f0691195 100644 --- a/clients/client-connect/src/commands/DeleteQuickConnectCommand.ts +++ b/clients/client-connect/src/commands/DeleteQuickConnectCommand.ts @@ -84,9 +84,6 @@ export class DeleteQuickConnectCommand extends $Command< DeleteQuickConnectCommandOutput, ConnectClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -100,9 +97,7 @@ export class DeleteQuickConnectCommand extends $Command< * @public */ constructor(readonly input: DeleteQuickConnectCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -155,7 +150,4 @@ export class DeleteQuickConnectCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteQuickConnectCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-connect/src/commands/DeleteRoutingProfileCommand.ts b/clients/client-connect/src/commands/DeleteRoutingProfileCommand.ts index e7d2bab61ac4..d29c20d89ab8 100644 --- a/clients/client-connect/src/commands/DeleteRoutingProfileCommand.ts +++ b/clients/client-connect/src/commands/DeleteRoutingProfileCommand.ts @@ -87,9 +87,6 @@ export class DeleteRoutingProfileCommand extends $Command< DeleteRoutingProfileCommandOutput, ConnectClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -103,9 +100,7 @@ export class DeleteRoutingProfileCommand extends $Command< * @public */ constructor(readonly input: DeleteRoutingProfileCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -158,7 +153,4 @@ export class DeleteRoutingProfileCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteRoutingProfileCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-connect/src/commands/DeleteRuleCommand.ts b/clients/client-connect/src/commands/DeleteRuleCommand.ts index 8517b0fe6138..51607c7e0abf 100644 --- a/clients/client-connect/src/commands/DeleteRuleCommand.ts +++ b/clients/client-connect/src/commands/DeleteRuleCommand.ts @@ -84,9 +84,6 @@ export class DeleteRuleCommand extends $Command< DeleteRuleCommandOutput, ConnectClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -100,9 +97,7 @@ export class DeleteRuleCommand extends $Command< * @public */ constructor(readonly input: DeleteRuleCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -153,7 +148,4 @@ export class DeleteRuleCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteRuleCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-connect/src/commands/DeleteSecurityProfileCommand.ts b/clients/client-connect/src/commands/DeleteSecurityProfileCommand.ts index 15f656be5732..5f4508cac560 100644 --- a/clients/client-connect/src/commands/DeleteSecurityProfileCommand.ts +++ b/clients/client-connect/src/commands/DeleteSecurityProfileCommand.ts @@ -90,9 +90,6 @@ export class DeleteSecurityProfileCommand extends $Command< DeleteSecurityProfileCommandOutput, ConnectClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -106,9 +103,7 @@ export class DeleteSecurityProfileCommand extends $Command< * @public */ constructor(readonly input: DeleteSecurityProfileCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -161,7 +156,4 @@ export class DeleteSecurityProfileCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteSecurityProfileCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-connect/src/commands/DeleteTaskTemplateCommand.ts b/clients/client-connect/src/commands/DeleteTaskTemplateCommand.ts index 7b563a450ecf..f51aefbff648 100644 --- a/clients/client-connect/src/commands/DeleteTaskTemplateCommand.ts +++ b/clients/client-connect/src/commands/DeleteTaskTemplateCommand.ts @@ -84,9 +84,6 @@ export class DeleteTaskTemplateCommand extends $Command< DeleteTaskTemplateCommandOutput, ConnectClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -100,9 +97,7 @@ export class DeleteTaskTemplateCommand extends $Command< * @public */ constructor(readonly input: DeleteTaskTemplateCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -155,7 +150,4 @@ export class DeleteTaskTemplateCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteTaskTemplateCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-connect/src/commands/DeleteTrafficDistributionGroupCommand.ts b/clients/client-connect/src/commands/DeleteTrafficDistributionGroupCommand.ts index 49642218fbbb..5d369af556c5 100644 --- a/clients/client-connect/src/commands/DeleteTrafficDistributionGroupCommand.ts +++ b/clients/client-connect/src/commands/DeleteTrafficDistributionGroupCommand.ts @@ -91,9 +91,6 @@ export class DeleteTrafficDistributionGroupCommand extends $Command< DeleteTrafficDistributionGroupCommandOutput, ConnectClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -107,9 +104,7 @@ export class DeleteTrafficDistributionGroupCommand extends $Command< * @public */ constructor(readonly input: DeleteTrafficDistributionGroupCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -168,7 +163,4 @@ export class DeleteTrafficDistributionGroupCommand extends $Command< ): Promise { return de_DeleteTrafficDistributionGroupCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-connect/src/commands/DeleteUseCaseCommand.ts b/clients/client-connect/src/commands/DeleteUseCaseCommand.ts index 686d5dc189b6..e21cb28bf75f 100644 --- a/clients/client-connect/src/commands/DeleteUseCaseCommand.ts +++ b/clients/client-connect/src/commands/DeleteUseCaseCommand.ts @@ -82,9 +82,6 @@ export class DeleteUseCaseCommand extends $Command< DeleteUseCaseCommandOutput, ConnectClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -98,9 +95,7 @@ export class DeleteUseCaseCommand extends $Command< * @public */ constructor(readonly input: DeleteUseCaseCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -151,7 +146,4 @@ export class DeleteUseCaseCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteUseCaseCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-connect/src/commands/DeleteUserCommand.ts b/clients/client-connect/src/commands/DeleteUserCommand.ts index 5c7bdefb7c59..dc4d4303a74d 100644 --- a/clients/client-connect/src/commands/DeleteUserCommand.ts +++ b/clients/client-connect/src/commands/DeleteUserCommand.ts @@ -88,9 +88,6 @@ export class DeleteUserCommand extends $Command< DeleteUserCommandOutput, ConnectClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -104,9 +101,7 @@ export class DeleteUserCommand extends $Command< * @public */ constructor(readonly input: DeleteUserCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -157,7 +152,4 @@ export class DeleteUserCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteUserCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-connect/src/commands/DeleteUserHierarchyGroupCommand.ts b/clients/client-connect/src/commands/DeleteUserHierarchyGroupCommand.ts index 4e329febc1ce..78a0546120d4 100644 --- a/clients/client-connect/src/commands/DeleteUserHierarchyGroupCommand.ts +++ b/clients/client-connect/src/commands/DeleteUserHierarchyGroupCommand.ts @@ -88,9 +88,6 @@ export class DeleteUserHierarchyGroupCommand extends $Command< DeleteUserHierarchyGroupCommandOutput, ConnectClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -104,9 +101,7 @@ export class DeleteUserHierarchyGroupCommand extends $Command< * @public */ constructor(readonly input: DeleteUserHierarchyGroupCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -159,7 +154,4 @@ export class DeleteUserHierarchyGroupCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteUserHierarchyGroupCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-connect/src/commands/DeleteViewCommand.ts b/clients/client-connect/src/commands/DeleteViewCommand.ts index 7ae4340f3427..7652f4aa9808 100644 --- a/clients/client-connect/src/commands/DeleteViewCommand.ts +++ b/clients/client-connect/src/commands/DeleteViewCommand.ts @@ -91,9 +91,6 @@ export class DeleteViewCommand extends $Command< DeleteViewCommandOutput, ConnectClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -107,9 +104,7 @@ export class DeleteViewCommand extends $Command< * @public */ constructor(readonly input: DeleteViewCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -160,7 +155,4 @@ export class DeleteViewCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteViewCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-connect/src/commands/DeleteViewVersionCommand.ts b/clients/client-connect/src/commands/DeleteViewVersionCommand.ts index 85602e7c7615..e243effd33a6 100644 --- a/clients/client-connect/src/commands/DeleteViewVersionCommand.ts +++ b/clients/client-connect/src/commands/DeleteViewVersionCommand.ts @@ -91,9 +91,6 @@ export class DeleteViewVersionCommand extends $Command< DeleteViewVersionCommandOutput, ConnectClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -107,9 +104,7 @@ export class DeleteViewVersionCommand extends $Command< * @public */ constructor(readonly input: DeleteViewVersionCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -162,7 +157,4 @@ export class DeleteViewVersionCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteViewVersionCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-connect/src/commands/DeleteVocabularyCommand.ts b/clients/client-connect/src/commands/DeleteVocabularyCommand.ts index d951da0771ef..6fc4af21b386 100644 --- a/clients/client-connect/src/commands/DeleteVocabularyCommand.ts +++ b/clients/client-connect/src/commands/DeleteVocabularyCommand.ts @@ -91,9 +91,6 @@ export class DeleteVocabularyCommand extends $Command< DeleteVocabularyCommandOutput, ConnectClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -107,9 +104,7 @@ export class DeleteVocabularyCommand extends $Command< * @public */ constructor(readonly input: DeleteVocabularyCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -162,7 +157,4 @@ export class DeleteVocabularyCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteVocabularyCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-connect/src/commands/DescribeAgentStatusCommand.ts b/clients/client-connect/src/commands/DescribeAgentStatusCommand.ts index eff9b07e64de..893d89c5355b 100644 --- a/clients/client-connect/src/commands/DescribeAgentStatusCommand.ts +++ b/clients/client-connect/src/commands/DescribeAgentStatusCommand.ts @@ -100,9 +100,6 @@ export class DescribeAgentStatusCommand extends $Command< DescribeAgentStatusCommandOutput, ConnectClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -116,9 +113,7 @@ export class DescribeAgentStatusCommand extends $Command< * @public */ constructor(readonly input: DescribeAgentStatusCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -171,7 +166,4 @@ export class DescribeAgentStatusCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DescribeAgentStatusCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-connect/src/commands/DescribeContactCommand.ts b/clients/client-connect/src/commands/DescribeContactCommand.ts index 9cd8e10e3308..e9ab39249fb6 100644 --- a/clients/client-connect/src/commands/DescribeContactCommand.ts +++ b/clients/client-connect/src/commands/DescribeContactCommand.ts @@ -118,9 +118,6 @@ export class DescribeContactCommand extends $Command< DescribeContactCommandOutput, ConnectClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -134,9 +131,7 @@ export class DescribeContactCommand extends $Command< * @public */ constructor(readonly input: DescribeContactCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -189,7 +184,4 @@ export class DescribeContactCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DescribeContactCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-connect/src/commands/DescribeContactEvaluationCommand.ts b/clients/client-connect/src/commands/DescribeContactEvaluationCommand.ts index 0d16120ad8fb..5ce7f80de910 100644 --- a/clients/client-connect/src/commands/DescribeContactEvaluationCommand.ts +++ b/clients/client-connect/src/commands/DescribeContactEvaluationCommand.ts @@ -261,9 +261,6 @@ export class DescribeContactEvaluationCommand extends $Command< DescribeContactEvaluationCommandOutput, ConnectClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -277,9 +274,7 @@ export class DescribeContactEvaluationCommand extends $Command< * @public */ constructor(readonly input: DescribeContactEvaluationCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -335,7 +330,4 @@ export class DescribeContactEvaluationCommand extends $Command< ): Promise { return de_DescribeContactEvaluationCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-connect/src/commands/DescribeContactFlowCommand.ts b/clients/client-connect/src/commands/DescribeContactFlowCommand.ts index 9d7d52bb5b08..9399bf4f55ef 100644 --- a/clients/client-connect/src/commands/DescribeContactFlowCommand.ts +++ b/clients/client-connect/src/commands/DescribeContactFlowCommand.ts @@ -102,9 +102,6 @@ export class DescribeContactFlowCommand extends $Command< DescribeContactFlowCommandOutput, ConnectClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -118,9 +115,7 @@ export class DescribeContactFlowCommand extends $Command< * @public */ constructor(readonly input: DescribeContactFlowCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -173,7 +168,4 @@ export class DescribeContactFlowCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DescribeContactFlowCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-connect/src/commands/DescribeContactFlowModuleCommand.ts b/clients/client-connect/src/commands/DescribeContactFlowModuleCommand.ts index 54e652e83fbe..111824759eca 100644 --- a/clients/client-connect/src/commands/DescribeContactFlowModuleCommand.ts +++ b/clients/client-connect/src/commands/DescribeContactFlowModuleCommand.ts @@ -100,9 +100,6 @@ export class DescribeContactFlowModuleCommand extends $Command< DescribeContactFlowModuleCommandOutput, ConnectClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -116,9 +113,7 @@ export class DescribeContactFlowModuleCommand extends $Command< * @public */ constructor(readonly input: DescribeContactFlowModuleCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -174,7 +169,4 @@ export class DescribeContactFlowModuleCommand extends $Command< ): Promise { return de_DescribeContactFlowModuleCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-connect/src/commands/DescribeEvaluationFormCommand.ts b/clients/client-connect/src/commands/DescribeEvaluationFormCommand.ts index b30bff07f09b..3874a33213fe 100644 --- a/clients/client-connect/src/commands/DescribeEvaluationFormCommand.ts +++ b/clients/client-connect/src/commands/DescribeEvaluationFormCommand.ts @@ -226,9 +226,6 @@ export class DescribeEvaluationFormCommand extends $Command< DescribeEvaluationFormCommandOutput, ConnectClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -242,9 +239,7 @@ export class DescribeEvaluationFormCommand extends $Command< * @public */ constructor(readonly input: DescribeEvaluationFormCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -297,7 +292,4 @@ export class DescribeEvaluationFormCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DescribeEvaluationFormCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-connect/src/commands/DescribeHoursOfOperationCommand.ts b/clients/client-connect/src/commands/DescribeHoursOfOperationCommand.ts index 3cd9eae2b586..902eba7c9acb 100644 --- a/clients/client-connect/src/commands/DescribeHoursOfOperationCommand.ts +++ b/clients/client-connect/src/commands/DescribeHoursOfOperationCommand.ts @@ -111,9 +111,6 @@ export class DescribeHoursOfOperationCommand extends $Command< DescribeHoursOfOperationCommandOutput, ConnectClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -127,9 +124,7 @@ export class DescribeHoursOfOperationCommand extends $Command< * @public */ constructor(readonly input: DescribeHoursOfOperationCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -182,7 +177,4 @@ export class DescribeHoursOfOperationCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DescribeHoursOfOperationCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-connect/src/commands/DescribeInstanceAttributeCommand.ts b/clients/client-connect/src/commands/DescribeInstanceAttributeCommand.ts index b084ed75eab9..60f2e7f64f5d 100644 --- a/clients/client-connect/src/commands/DescribeInstanceAttributeCommand.ts +++ b/clients/client-connect/src/commands/DescribeInstanceAttributeCommand.ts @@ -90,9 +90,6 @@ export class DescribeInstanceAttributeCommand extends $Command< DescribeInstanceAttributeCommandOutput, ConnectClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -106,9 +103,7 @@ export class DescribeInstanceAttributeCommand extends $Command< * @public */ constructor(readonly input: DescribeInstanceAttributeCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -164,7 +159,4 @@ export class DescribeInstanceAttributeCommand extends $Command< ): Promise { return de_DescribeInstanceAttributeCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-connect/src/commands/DescribeInstanceCommand.ts b/clients/client-connect/src/commands/DescribeInstanceCommand.ts index 4c81f3e9630a..3a913417131d 100644 --- a/clients/client-connect/src/commands/DescribeInstanceCommand.ts +++ b/clients/client-connect/src/commands/DescribeInstanceCommand.ts @@ -102,9 +102,6 @@ export class DescribeInstanceCommand extends $Command< DescribeInstanceCommandOutput, ConnectClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -118,9 +115,7 @@ export class DescribeInstanceCommand extends $Command< * @public */ constructor(readonly input: DescribeInstanceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -173,7 +168,4 @@ export class DescribeInstanceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DescribeInstanceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-connect/src/commands/DescribeInstanceStorageConfigCommand.ts b/clients/client-connect/src/commands/DescribeInstanceStorageConfigCommand.ts index eaab5201bb29..404ba10f535b 100644 --- a/clients/client-connect/src/commands/DescribeInstanceStorageConfigCommand.ts +++ b/clients/client-connect/src/commands/DescribeInstanceStorageConfigCommand.ts @@ -119,9 +119,6 @@ export class DescribeInstanceStorageConfigCommand extends $Command< DescribeInstanceStorageConfigCommandOutput, ConnectClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -135,9 +132,7 @@ export class DescribeInstanceStorageConfigCommand extends $Command< * @public */ constructor(readonly input: DescribeInstanceStorageConfigCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -193,7 +188,4 @@ export class DescribeInstanceStorageConfigCommand extends $Command< ): Promise { return de_DescribeInstanceStorageConfigCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-connect/src/commands/DescribePhoneNumberCommand.ts b/clients/client-connect/src/commands/DescribePhoneNumberCommand.ts index 2eb725f64e5b..e975d910f1c9 100644 --- a/clients/client-connect/src/commands/DescribePhoneNumberCommand.ts +++ b/clients/client-connect/src/commands/DescribePhoneNumberCommand.ts @@ -112,9 +112,6 @@ export class DescribePhoneNumberCommand extends $Command< DescribePhoneNumberCommandOutput, ConnectClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -128,9 +125,7 @@ export class DescribePhoneNumberCommand extends $Command< * @public */ constructor(readonly input: DescribePhoneNumberCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -183,7 +178,4 @@ export class DescribePhoneNumberCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DescribePhoneNumberCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-connect/src/commands/DescribePromptCommand.ts b/clients/client-connect/src/commands/DescribePromptCommand.ts index 881844fb7eb0..8c34d8c336ea 100644 --- a/clients/client-connect/src/commands/DescribePromptCommand.ts +++ b/clients/client-connect/src/commands/DescribePromptCommand.ts @@ -96,9 +96,6 @@ export class DescribePromptCommand extends $Command< DescribePromptCommandOutput, ConnectClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -112,9 +109,7 @@ export class DescribePromptCommand extends $Command< * @public */ constructor(readonly input: DescribePromptCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -167,7 +162,4 @@ export class DescribePromptCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DescribePromptCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-connect/src/commands/DescribeQueueCommand.ts b/clients/client-connect/src/commands/DescribeQueueCommand.ts index 981df7b0b568..dd8b1ba0b283 100644 --- a/clients/client-connect/src/commands/DescribeQueueCommand.ts +++ b/clients/client-connect/src/commands/DescribeQueueCommand.ts @@ -105,9 +105,6 @@ export class DescribeQueueCommand extends $Command< DescribeQueueCommandOutput, ConnectClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -121,9 +118,7 @@ export class DescribeQueueCommand extends $Command< * @public */ constructor(readonly input: DescribeQueueCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -174,7 +169,4 @@ export class DescribeQueueCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DescribeQueueCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-connect/src/commands/DescribeQuickConnectCommand.ts b/clients/client-connect/src/commands/DescribeQuickConnectCommand.ts index a36a0447df90..bf072fce6a7c 100644 --- a/clients/client-connect/src/commands/DescribeQuickConnectCommand.ts +++ b/clients/client-connect/src/commands/DescribeQuickConnectCommand.ts @@ -110,9 +110,6 @@ export class DescribeQuickConnectCommand extends $Command< DescribeQuickConnectCommandOutput, ConnectClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -126,9 +123,7 @@ export class DescribeQuickConnectCommand extends $Command< * @public */ constructor(readonly input: DescribeQuickConnectCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -181,7 +176,4 @@ export class DescribeQuickConnectCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DescribeQuickConnectCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-connect/src/commands/DescribeRoutingProfileCommand.ts b/clients/client-connect/src/commands/DescribeRoutingProfileCommand.ts index 6556a2a05970..b1ab7c8a2156 100644 --- a/clients/client-connect/src/commands/DescribeRoutingProfileCommand.ts +++ b/clients/client-connect/src/commands/DescribeRoutingProfileCommand.ts @@ -111,9 +111,6 @@ export class DescribeRoutingProfileCommand extends $Command< DescribeRoutingProfileCommandOutput, ConnectClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -127,9 +124,7 @@ export class DescribeRoutingProfileCommand extends $Command< * @public */ constructor(readonly input: DescribeRoutingProfileCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -182,7 +177,4 @@ export class DescribeRoutingProfileCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DescribeRoutingProfileCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-connect/src/commands/DescribeRuleCommand.ts b/clients/client-connect/src/commands/DescribeRuleCommand.ts index 7a20ba19892a..b7fd2bca5b02 100644 --- a/clients/client-connect/src/commands/DescribeRuleCommand.ts +++ b/clients/client-connect/src/commands/DescribeRuleCommand.ts @@ -136,9 +136,6 @@ export class DescribeRuleCommand extends $Command< DescribeRuleCommandOutput, ConnectClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -152,9 +149,7 @@ export class DescribeRuleCommand extends $Command< * @public */ constructor(readonly input: DescribeRuleCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -205,7 +200,4 @@ export class DescribeRuleCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DescribeRuleCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-connect/src/commands/DescribeSecurityProfileCommand.ts b/clients/client-connect/src/commands/DescribeSecurityProfileCommand.ts index 56bc619bb0c0..8db2eeb0124f 100644 --- a/clients/client-connect/src/commands/DescribeSecurityProfileCommand.ts +++ b/clients/client-connect/src/commands/DescribeSecurityProfileCommand.ts @@ -103,9 +103,6 @@ export class DescribeSecurityProfileCommand extends $Command< DescribeSecurityProfileCommandOutput, ConnectClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -119,9 +116,7 @@ export class DescribeSecurityProfileCommand extends $Command< * @public */ constructor(readonly input: DescribeSecurityProfileCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -174,7 +169,4 @@ export class DescribeSecurityProfileCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DescribeSecurityProfileCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-connect/src/commands/DescribeTrafficDistributionGroupCommand.ts b/clients/client-connect/src/commands/DescribeTrafficDistributionGroupCommand.ts index e882b169e5b9..e9657e09c53f 100644 --- a/clients/client-connect/src/commands/DescribeTrafficDistributionGroupCommand.ts +++ b/clients/client-connect/src/commands/DescribeTrafficDistributionGroupCommand.ts @@ -102,9 +102,6 @@ export class DescribeTrafficDistributionGroupCommand extends $Command< DescribeTrafficDistributionGroupCommandOutput, ConnectClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -118,9 +115,7 @@ export class DescribeTrafficDistributionGroupCommand extends $Command< * @public */ constructor(readonly input: DescribeTrafficDistributionGroupCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -179,7 +174,4 @@ export class DescribeTrafficDistributionGroupCommand extends $Command< ): Promise { return de_DescribeTrafficDistributionGroupCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-connect/src/commands/DescribeUserCommand.ts b/clients/client-connect/src/commands/DescribeUserCommand.ts index 3d73aeb4b872..a665147de1a7 100644 --- a/clients/client-connect/src/commands/DescribeUserCommand.ts +++ b/clients/client-connect/src/commands/DescribeUserCommand.ts @@ -115,9 +115,6 @@ export class DescribeUserCommand extends $Command< DescribeUserCommandOutput, ConnectClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -131,9 +128,7 @@ export class DescribeUserCommand extends $Command< * @public */ constructor(readonly input: DescribeUserCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -184,7 +179,4 @@ export class DescribeUserCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DescribeUserCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-connect/src/commands/DescribeUserHierarchyGroupCommand.ts b/clients/client-connect/src/commands/DescribeUserHierarchyGroupCommand.ts index 9cf364c11b82..f691e35199f6 100644 --- a/clients/client-connect/src/commands/DescribeUserHierarchyGroupCommand.ts +++ b/clients/client-connect/src/commands/DescribeUserHierarchyGroupCommand.ts @@ -133,9 +133,6 @@ export class DescribeUserHierarchyGroupCommand extends $Command< DescribeUserHierarchyGroupCommandOutput, ConnectClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -149,9 +146,7 @@ export class DescribeUserHierarchyGroupCommand extends $Command< * @public */ constructor(readonly input: DescribeUserHierarchyGroupCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -207,7 +202,4 @@ export class DescribeUserHierarchyGroupCommand extends $Command< ): Promise { return de_DescribeUserHierarchyGroupCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-connect/src/commands/DescribeUserHierarchyStructureCommand.ts b/clients/client-connect/src/commands/DescribeUserHierarchyStructureCommand.ts index 78eec160aa4f..32bee591c32f 100644 --- a/clients/client-connect/src/commands/DescribeUserHierarchyStructureCommand.ts +++ b/clients/client-connect/src/commands/DescribeUserHierarchyStructureCommand.ts @@ -126,9 +126,6 @@ export class DescribeUserHierarchyStructureCommand extends $Command< DescribeUserHierarchyStructureCommandOutput, ConnectClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -142,9 +139,7 @@ export class DescribeUserHierarchyStructureCommand extends $Command< * @public */ constructor(readonly input: DescribeUserHierarchyStructureCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -203,7 +198,4 @@ export class DescribeUserHierarchyStructureCommand extends $Command< ): Promise { return de_DescribeUserHierarchyStructureCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-connect/src/commands/DescribeViewCommand.ts b/clients/client-connect/src/commands/DescribeViewCommand.ts index 299b7bc5ebe0..99c873c8fc16 100644 --- a/clients/client-connect/src/commands/DescribeViewCommand.ts +++ b/clients/client-connect/src/commands/DescribeViewCommand.ts @@ -118,9 +118,6 @@ export class DescribeViewCommand extends $Command< DescribeViewCommandOutput, ConnectClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -134,9 +131,7 @@ export class DescribeViewCommand extends $Command< * @public */ constructor(readonly input: DescribeViewCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -187,7 +182,4 @@ export class DescribeViewCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DescribeViewCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-connect/src/commands/DescribeVocabularyCommand.ts b/clients/client-connect/src/commands/DescribeVocabularyCommand.ts index 4f3eac6dee9e..1e6d2313ed33 100644 --- a/clients/client-connect/src/commands/DescribeVocabularyCommand.ts +++ b/clients/client-connect/src/commands/DescribeVocabularyCommand.ts @@ -98,9 +98,6 @@ export class DescribeVocabularyCommand extends $Command< DescribeVocabularyCommandOutput, ConnectClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -114,9 +111,7 @@ export class DescribeVocabularyCommand extends $Command< * @public */ constructor(readonly input: DescribeVocabularyCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -169,7 +164,4 @@ export class DescribeVocabularyCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DescribeVocabularyCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-connect/src/commands/DisassociateApprovedOriginCommand.ts b/clients/client-connect/src/commands/DisassociateApprovedOriginCommand.ts index 3046c8bdb355..e0763c7accd6 100644 --- a/clients/client-connect/src/commands/DisassociateApprovedOriginCommand.ts +++ b/clients/client-connect/src/commands/DisassociateApprovedOriginCommand.ts @@ -85,9 +85,6 @@ export class DisassociateApprovedOriginCommand extends $Command< DisassociateApprovedOriginCommandOutput, ConnectClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -101,9 +98,7 @@ export class DisassociateApprovedOriginCommand extends $Command< * @public */ constructor(readonly input: DisassociateApprovedOriginCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -159,7 +154,4 @@ export class DisassociateApprovedOriginCommand extends $Command< ): Promise { return de_DisassociateApprovedOriginCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-connect/src/commands/DisassociateBotCommand.ts b/clients/client-connect/src/commands/DisassociateBotCommand.ts index 0da75c05fd7b..ac24fdd5c018 100644 --- a/clients/client-connect/src/commands/DisassociateBotCommand.ts +++ b/clients/client-connect/src/commands/DisassociateBotCommand.ts @@ -89,9 +89,6 @@ export class DisassociateBotCommand extends $Command< DisassociateBotCommandOutput, ConnectClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -105,9 +102,7 @@ export class DisassociateBotCommand extends $Command< * @public */ constructor(readonly input: DisassociateBotCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -160,7 +155,4 @@ export class DisassociateBotCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DisassociateBotCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-connect/src/commands/DisassociateInstanceStorageConfigCommand.ts b/clients/client-connect/src/commands/DisassociateInstanceStorageConfigCommand.ts index 34870b3303c2..37fedb4ddb7e 100644 --- a/clients/client-connect/src/commands/DisassociateInstanceStorageConfigCommand.ts +++ b/clients/client-connect/src/commands/DisassociateInstanceStorageConfigCommand.ts @@ -90,9 +90,6 @@ export class DisassociateInstanceStorageConfigCommand extends $Command< DisassociateInstanceStorageConfigCommandOutput, ConnectClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -106,9 +103,7 @@ export class DisassociateInstanceStorageConfigCommand extends $Command< * @public */ constructor(readonly input: DisassociateInstanceStorageConfigCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -167,7 +162,4 @@ export class DisassociateInstanceStorageConfigCommand extends $Command< ): Promise { return de_DisassociateInstanceStorageConfigCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-connect/src/commands/DisassociateLambdaFunctionCommand.ts b/clients/client-connect/src/commands/DisassociateLambdaFunctionCommand.ts index 3eb7383ffa86..47d10ee103f4 100644 --- a/clients/client-connect/src/commands/DisassociateLambdaFunctionCommand.ts +++ b/clients/client-connect/src/commands/DisassociateLambdaFunctionCommand.ts @@ -86,9 +86,6 @@ export class DisassociateLambdaFunctionCommand extends $Command< DisassociateLambdaFunctionCommandOutput, ConnectClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -102,9 +99,7 @@ export class DisassociateLambdaFunctionCommand extends $Command< * @public */ constructor(readonly input: DisassociateLambdaFunctionCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -160,7 +155,4 @@ export class DisassociateLambdaFunctionCommand extends $Command< ): Promise { return de_DisassociateLambdaFunctionCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-connect/src/commands/DisassociateLexBotCommand.ts b/clients/client-connect/src/commands/DisassociateLexBotCommand.ts index ec52b105acaa..d807a1c8e116 100644 --- a/clients/client-connect/src/commands/DisassociateLexBotCommand.ts +++ b/clients/client-connect/src/commands/DisassociateLexBotCommand.ts @@ -87,9 +87,6 @@ export class DisassociateLexBotCommand extends $Command< DisassociateLexBotCommandOutput, ConnectClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -103,9 +100,7 @@ export class DisassociateLexBotCommand extends $Command< * @public */ constructor(readonly input: DisassociateLexBotCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -158,7 +153,4 @@ export class DisassociateLexBotCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DisassociateLexBotCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-connect/src/commands/DisassociatePhoneNumberContactFlowCommand.ts b/clients/client-connect/src/commands/DisassociatePhoneNumberContactFlowCommand.ts index 95cba00fa3f3..e9bcef1005e9 100644 --- a/clients/client-connect/src/commands/DisassociatePhoneNumberContactFlowCommand.ts +++ b/clients/client-connect/src/commands/DisassociatePhoneNumberContactFlowCommand.ts @@ -97,9 +97,6 @@ export class DisassociatePhoneNumberContactFlowCommand extends $Command< DisassociatePhoneNumberContactFlowCommandOutput, ConnectClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -113,9 +110,7 @@ export class DisassociatePhoneNumberContactFlowCommand extends $Command< * @public */ constructor(readonly input: DisassociatePhoneNumberContactFlowCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -174,7 +169,4 @@ export class DisassociatePhoneNumberContactFlowCommand extends $Command< ): Promise { return de_DisassociatePhoneNumberContactFlowCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-connect/src/commands/DisassociateQueueQuickConnectsCommand.ts b/clients/client-connect/src/commands/DisassociateQueueQuickConnectsCommand.ts index f9ae487b617c..5a238cd96353 100644 --- a/clients/client-connect/src/commands/DisassociateQueueQuickConnectsCommand.ts +++ b/clients/client-connect/src/commands/DisassociateQueueQuickConnectsCommand.ts @@ -91,9 +91,6 @@ export class DisassociateQueueQuickConnectsCommand extends $Command< DisassociateQueueQuickConnectsCommandOutput, ConnectClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -107,9 +104,7 @@ export class DisassociateQueueQuickConnectsCommand extends $Command< * @public */ constructor(readonly input: DisassociateQueueQuickConnectsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -168,7 +163,4 @@ export class DisassociateQueueQuickConnectsCommand extends $Command< ): Promise { return de_DisassociateQueueQuickConnectsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-connect/src/commands/DisassociateRoutingProfileQueuesCommand.ts b/clients/client-connect/src/commands/DisassociateRoutingProfileQueuesCommand.ts index a045193c57ed..4c2b229bb165 100644 --- a/clients/client-connect/src/commands/DisassociateRoutingProfileQueuesCommand.ts +++ b/clients/client-connect/src/commands/DisassociateRoutingProfileQueuesCommand.ts @@ -93,9 +93,6 @@ export class DisassociateRoutingProfileQueuesCommand extends $Command< DisassociateRoutingProfileQueuesCommandOutput, ConnectClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -109,9 +106,7 @@ export class DisassociateRoutingProfileQueuesCommand extends $Command< * @public */ constructor(readonly input: DisassociateRoutingProfileQueuesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -170,7 +165,4 @@ export class DisassociateRoutingProfileQueuesCommand extends $Command< ): Promise { return de_DisassociateRoutingProfileQueuesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-connect/src/commands/DisassociateSecurityKeyCommand.ts b/clients/client-connect/src/commands/DisassociateSecurityKeyCommand.ts index 6775fd4d8d2d..4fa95b53c370 100644 --- a/clients/client-connect/src/commands/DisassociateSecurityKeyCommand.ts +++ b/clients/client-connect/src/commands/DisassociateSecurityKeyCommand.ts @@ -85,9 +85,6 @@ export class DisassociateSecurityKeyCommand extends $Command< DisassociateSecurityKeyCommandOutput, ConnectClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -101,9 +98,7 @@ export class DisassociateSecurityKeyCommand extends $Command< * @public */ constructor(readonly input: DisassociateSecurityKeyCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -156,7 +151,4 @@ export class DisassociateSecurityKeyCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DisassociateSecurityKeyCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-connect/src/commands/DisassociateTrafficDistributionGroupUserCommand.ts b/clients/client-connect/src/commands/DisassociateTrafficDistributionGroupUserCommand.ts index bbd6ab72bf50..c49741134a14 100644 --- a/clients/client-connect/src/commands/DisassociateTrafficDistributionGroupUserCommand.ts +++ b/clients/client-connect/src/commands/DisassociateTrafficDistributionGroupUserCommand.ts @@ -97,9 +97,6 @@ export class DisassociateTrafficDistributionGroupUserCommand extends $Command< DisassociateTrafficDistributionGroupUserCommandOutput, ConnectClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -113,9 +110,7 @@ export class DisassociateTrafficDistributionGroupUserCommand extends $Command< * @public */ constructor(readonly input: DisassociateTrafficDistributionGroupUserCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -180,7 +175,4 @@ export class DisassociateTrafficDistributionGroupUserCommand extends $Command< ): Promise { return de_DisassociateTrafficDistributionGroupUserCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-connect/src/commands/DismissUserContactCommand.ts b/clients/client-connect/src/commands/DismissUserContactCommand.ts index d5975eb4a489..ecf43eeb59f7 100644 --- a/clients/client-connect/src/commands/DismissUserContactCommand.ts +++ b/clients/client-connect/src/commands/DismissUserContactCommand.ts @@ -92,9 +92,6 @@ export class DismissUserContactCommand extends $Command< DismissUserContactCommandOutput, ConnectClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -108,9 +105,7 @@ export class DismissUserContactCommand extends $Command< * @public */ constructor(readonly input: DismissUserContactCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -163,7 +158,4 @@ export class DismissUserContactCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DismissUserContactCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-connect/src/commands/GetContactAttributesCommand.ts b/clients/client-connect/src/commands/GetContactAttributesCommand.ts index f573a8ab0819..9b4a88f232a9 100644 --- a/clients/client-connect/src/commands/GetContactAttributesCommand.ts +++ b/clients/client-connect/src/commands/GetContactAttributesCommand.ts @@ -82,9 +82,6 @@ export class GetContactAttributesCommand extends $Command< GetContactAttributesCommandOutput, ConnectClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -98,9 +95,7 @@ export class GetContactAttributesCommand extends $Command< * @public */ constructor(readonly input: GetContactAttributesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -153,7 +148,4 @@ export class GetContactAttributesCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetContactAttributesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-connect/src/commands/GetCurrentMetricDataCommand.ts b/clients/client-connect/src/commands/GetCurrentMetricDataCommand.ts index 370abaa116ac..61089d286d89 100644 --- a/clients/client-connect/src/commands/GetCurrentMetricDataCommand.ts +++ b/clients/client-connect/src/commands/GetCurrentMetricDataCommand.ts @@ -141,9 +141,6 @@ export class GetCurrentMetricDataCommand extends $Command< GetCurrentMetricDataCommandOutput, ConnectClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -157,9 +154,7 @@ export class GetCurrentMetricDataCommand extends $Command< * @public */ constructor(readonly input: GetCurrentMetricDataCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -212,7 +207,4 @@ export class GetCurrentMetricDataCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetCurrentMetricDataCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-connect/src/commands/GetCurrentUserDataCommand.ts b/clients/client-connect/src/commands/GetCurrentUserDataCommand.ts index 332a5fc72759..6a488d017e3b 100644 --- a/clients/client-connect/src/commands/GetCurrentUserDataCommand.ts +++ b/clients/client-connect/src/commands/GetCurrentUserDataCommand.ts @@ -170,9 +170,6 @@ export class GetCurrentUserDataCommand extends $Command< GetCurrentUserDataCommandOutput, ConnectClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -186,9 +183,7 @@ export class GetCurrentUserDataCommand extends $Command< * @public */ constructor(readonly input: GetCurrentUserDataCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -241,7 +236,4 @@ export class GetCurrentUserDataCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetCurrentUserDataCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-connect/src/commands/GetFederationTokenCommand.ts b/clients/client-connect/src/commands/GetFederationTokenCommand.ts index 973f70092fc3..01367814b3d2 100644 --- a/clients/client-connect/src/commands/GetFederationTokenCommand.ts +++ b/clients/client-connect/src/commands/GetFederationTokenCommand.ts @@ -114,9 +114,6 @@ export class GetFederationTokenCommand extends $Command< GetFederationTokenCommandOutput, ConnectClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -130,9 +127,7 @@ export class GetFederationTokenCommand extends $Command< * @public */ constructor(readonly input: GetFederationTokenCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -185,7 +180,4 @@ export class GetFederationTokenCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetFederationTokenCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-connect/src/commands/GetMetricDataCommand.ts b/clients/client-connect/src/commands/GetMetricDataCommand.ts index 0af5de6c6218..0136abe4144f 100644 --- a/clients/client-connect/src/commands/GetMetricDataCommand.ts +++ b/clients/client-connect/src/commands/GetMetricDataCommand.ts @@ -154,9 +154,6 @@ export class GetMetricDataCommand extends $Command< GetMetricDataCommandOutput, ConnectClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -170,9 +167,7 @@ export class GetMetricDataCommand extends $Command< * @public */ constructor(readonly input: GetMetricDataCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -223,7 +218,4 @@ export class GetMetricDataCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetMetricDataCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-connect/src/commands/GetMetricDataV2Command.ts b/clients/client-connect/src/commands/GetMetricDataV2Command.ts index 7f20de33aaea..0f39b370aca1 100644 --- a/clients/client-connect/src/commands/GetMetricDataV2Command.ts +++ b/clients/client-connect/src/commands/GetMetricDataV2Command.ts @@ -167,9 +167,6 @@ export class GetMetricDataV2Command extends $Command< GetMetricDataV2CommandOutput, ConnectClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -183,9 +180,7 @@ export class GetMetricDataV2Command extends $Command< * @public */ constructor(readonly input: GetMetricDataV2CommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -238,7 +233,4 @@ export class GetMetricDataV2Command extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetMetricDataV2Command(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-connect/src/commands/GetPromptFileCommand.ts b/clients/client-connect/src/commands/GetPromptFileCommand.ts index a4104aef461d..d6190ef8941c 100644 --- a/clients/client-connect/src/commands/GetPromptFileCommand.ts +++ b/clients/client-connect/src/commands/GetPromptFileCommand.ts @@ -88,9 +88,6 @@ export class GetPromptFileCommand extends $Command< GetPromptFileCommandOutput, ConnectClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -104,9 +101,7 @@ export class GetPromptFileCommand extends $Command< * @public */ constructor(readonly input: GetPromptFileCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -157,7 +152,4 @@ export class GetPromptFileCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetPromptFileCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-connect/src/commands/GetTaskTemplateCommand.ts b/clients/client-connect/src/commands/GetTaskTemplateCommand.ts index 53e2e756192d..d6314f6e0677 100644 --- a/clients/client-connect/src/commands/GetTaskTemplateCommand.ts +++ b/clients/client-connect/src/commands/GetTaskTemplateCommand.ts @@ -144,9 +144,6 @@ export class GetTaskTemplateCommand extends $Command< GetTaskTemplateCommandOutput, ConnectClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -160,9 +157,7 @@ export class GetTaskTemplateCommand extends $Command< * @public */ constructor(readonly input: GetTaskTemplateCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -215,7 +210,4 @@ export class GetTaskTemplateCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetTaskTemplateCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-connect/src/commands/GetTrafficDistributionCommand.ts b/clients/client-connect/src/commands/GetTrafficDistributionCommand.ts index 4ead459dce8c..1c9928982a6a 100644 --- a/clients/client-connect/src/commands/GetTrafficDistributionCommand.ts +++ b/clients/client-connect/src/commands/GetTrafficDistributionCommand.ts @@ -110,9 +110,6 @@ export class GetTrafficDistributionCommand extends $Command< GetTrafficDistributionCommandOutput, ConnectClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -126,9 +123,7 @@ export class GetTrafficDistributionCommand extends $Command< * @public */ constructor(readonly input: GetTrafficDistributionCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -181,7 +176,4 @@ export class GetTrafficDistributionCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetTrafficDistributionCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-connect/src/commands/ListAgentStatusesCommand.ts b/clients/client-connect/src/commands/ListAgentStatusesCommand.ts index 5f804465feca..6d455d70eb7b 100644 --- a/clients/client-connect/src/commands/ListAgentStatusesCommand.ts +++ b/clients/client-connect/src/commands/ListAgentStatusesCommand.ts @@ -101,9 +101,6 @@ export class ListAgentStatusesCommand extends $Command< ListAgentStatusesCommandOutput, ConnectClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -117,9 +114,7 @@ export class ListAgentStatusesCommand extends $Command< * @public */ constructor(readonly input: ListAgentStatusesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -172,7 +167,4 @@ export class ListAgentStatusesCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListAgentStatusesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-connect/src/commands/ListApprovedOriginsCommand.ts b/clients/client-connect/src/commands/ListApprovedOriginsCommand.ts index 08b2772adb53..0b0295be8b5f 100644 --- a/clients/client-connect/src/commands/ListApprovedOriginsCommand.ts +++ b/clients/client-connect/src/commands/ListApprovedOriginsCommand.ts @@ -91,9 +91,6 @@ export class ListApprovedOriginsCommand extends $Command< ListApprovedOriginsCommandOutput, ConnectClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -107,9 +104,7 @@ export class ListApprovedOriginsCommand extends $Command< * @public */ constructor(readonly input: ListApprovedOriginsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -162,7 +157,4 @@ export class ListApprovedOriginsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListApprovedOriginsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-connect/src/commands/ListBotsCommand.ts b/clients/client-connect/src/commands/ListBotsCommand.ts index 3f9c06fd6659..c8c1ce891738 100644 --- a/clients/client-connect/src/commands/ListBotsCommand.ts +++ b/clients/client-connect/src/commands/ListBotsCommand.ts @@ -97,9 +97,6 @@ export class ListBotsCommand extends $Command< ListBotsCommandOutput, ConnectClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -113,9 +110,7 @@ export class ListBotsCommand extends $Command< * @public */ constructor(readonly input: ListBotsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -166,7 +161,4 @@ export class ListBotsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListBotsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-connect/src/commands/ListContactEvaluationsCommand.ts b/clients/client-connect/src/commands/ListContactEvaluationsCommand.ts index 5ebb6e337164..9203b12a3654 100644 --- a/clients/client-connect/src/commands/ListContactEvaluationsCommand.ts +++ b/clients/client-connect/src/commands/ListContactEvaluationsCommand.ts @@ -101,9 +101,6 @@ export class ListContactEvaluationsCommand extends $Command< ListContactEvaluationsCommandOutput, ConnectClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -117,9 +114,7 @@ export class ListContactEvaluationsCommand extends $Command< * @public */ constructor(readonly input: ListContactEvaluationsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -172,7 +167,4 @@ export class ListContactEvaluationsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListContactEvaluationsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-connect/src/commands/ListContactFlowModulesCommand.ts b/clients/client-connect/src/commands/ListContactFlowModulesCommand.ts index a0b23d2936bf..710d529b37da 100644 --- a/clients/client-connect/src/commands/ListContactFlowModulesCommand.ts +++ b/clients/client-connect/src/commands/ListContactFlowModulesCommand.ts @@ -100,9 +100,6 @@ export class ListContactFlowModulesCommand extends $Command< ListContactFlowModulesCommandOutput, ConnectClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -116,9 +113,7 @@ export class ListContactFlowModulesCommand extends $Command< * @public */ constructor(readonly input: ListContactFlowModulesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -171,7 +166,4 @@ export class ListContactFlowModulesCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListContactFlowModulesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-connect/src/commands/ListContactFlowsCommand.ts b/clients/client-connect/src/commands/ListContactFlowsCommand.ts index 8c657a65bf45..68ea84111ef3 100644 --- a/clients/client-connect/src/commands/ListContactFlowsCommand.ts +++ b/clients/client-connect/src/commands/ListContactFlowsCommand.ts @@ -103,9 +103,6 @@ export class ListContactFlowsCommand extends $Command< ListContactFlowsCommandOutput, ConnectClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -119,9 +116,7 @@ export class ListContactFlowsCommand extends $Command< * @public */ constructor(readonly input: ListContactFlowsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -174,7 +169,4 @@ export class ListContactFlowsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListContactFlowsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-connect/src/commands/ListContactReferencesCommand.ts b/clients/client-connect/src/commands/ListContactReferencesCommand.ts index 7a920e87e6ec..34a2b172a002 100644 --- a/clients/client-connect/src/commands/ListContactReferencesCommand.ts +++ b/clients/client-connect/src/commands/ListContactReferencesCommand.ts @@ -121,9 +121,6 @@ export class ListContactReferencesCommand extends $Command< ListContactReferencesCommandOutput, ConnectClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -137,9 +134,7 @@ export class ListContactReferencesCommand extends $Command< * @public */ constructor(readonly input: ListContactReferencesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -192,7 +187,4 @@ export class ListContactReferencesCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListContactReferencesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-connect/src/commands/ListDefaultVocabulariesCommand.ts b/clients/client-connect/src/commands/ListDefaultVocabulariesCommand.ts index 021b42231a93..e8ec1826b051 100644 --- a/clients/client-connect/src/commands/ListDefaultVocabulariesCommand.ts +++ b/clients/client-connect/src/commands/ListDefaultVocabulariesCommand.ts @@ -93,9 +93,6 @@ export class ListDefaultVocabulariesCommand extends $Command< ListDefaultVocabulariesCommandOutput, ConnectClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -109,9 +106,7 @@ export class ListDefaultVocabulariesCommand extends $Command< * @public */ constructor(readonly input: ListDefaultVocabulariesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -164,7 +159,4 @@ export class ListDefaultVocabulariesCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListDefaultVocabulariesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-connect/src/commands/ListEvaluationFormVersionsCommand.ts b/clients/client-connect/src/commands/ListEvaluationFormVersionsCommand.ts index b7455c61b1d1..b7cc2052bdf4 100644 --- a/clients/client-connect/src/commands/ListEvaluationFormVersionsCommand.ts +++ b/clients/client-connect/src/commands/ListEvaluationFormVersionsCommand.ts @@ -98,9 +98,6 @@ export class ListEvaluationFormVersionsCommand extends $Command< ListEvaluationFormVersionsCommandOutput, ConnectClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -114,9 +111,7 @@ export class ListEvaluationFormVersionsCommand extends $Command< * @public */ constructor(readonly input: ListEvaluationFormVersionsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -172,7 +167,4 @@ export class ListEvaluationFormVersionsCommand extends $Command< ): Promise { return de_ListEvaluationFormVersionsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-connect/src/commands/ListEvaluationFormsCommand.ts b/clients/client-connect/src/commands/ListEvaluationFormsCommand.ts index 6536e20afdca..f84ef0fabf6e 100644 --- a/clients/client-connect/src/commands/ListEvaluationFormsCommand.ts +++ b/clients/client-connect/src/commands/ListEvaluationFormsCommand.ts @@ -99,9 +99,6 @@ export class ListEvaluationFormsCommand extends $Command< ListEvaluationFormsCommandOutput, ConnectClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -115,9 +112,7 @@ export class ListEvaluationFormsCommand extends $Command< * @public */ constructor(readonly input: ListEvaluationFormsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -170,7 +165,4 @@ export class ListEvaluationFormsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListEvaluationFormsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-connect/src/commands/ListHoursOfOperationsCommand.ts b/clients/client-connect/src/commands/ListHoursOfOperationsCommand.ts index d46a35cbbf2f..17213fc83a92 100644 --- a/clients/client-connect/src/commands/ListHoursOfOperationsCommand.ts +++ b/clients/client-connect/src/commands/ListHoursOfOperationsCommand.ts @@ -99,9 +99,6 @@ export class ListHoursOfOperationsCommand extends $Command< ListHoursOfOperationsCommandOutput, ConnectClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -115,9 +112,7 @@ export class ListHoursOfOperationsCommand extends $Command< * @public */ constructor(readonly input: ListHoursOfOperationsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -170,7 +165,4 @@ export class ListHoursOfOperationsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListHoursOfOperationsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-connect/src/commands/ListInstanceAttributesCommand.ts b/clients/client-connect/src/commands/ListInstanceAttributesCommand.ts index 86ad24d0443f..f327d63b38e8 100644 --- a/clients/client-connect/src/commands/ListInstanceAttributesCommand.ts +++ b/clients/client-connect/src/commands/ListInstanceAttributesCommand.ts @@ -94,9 +94,6 @@ export class ListInstanceAttributesCommand extends $Command< ListInstanceAttributesCommandOutput, ConnectClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -110,9 +107,7 @@ export class ListInstanceAttributesCommand extends $Command< * @public */ constructor(readonly input: ListInstanceAttributesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -165,7 +160,4 @@ export class ListInstanceAttributesCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListInstanceAttributesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-connect/src/commands/ListInstanceStorageConfigsCommand.ts b/clients/client-connect/src/commands/ListInstanceStorageConfigsCommand.ts index d32ab48debb4..691684c77fd1 100644 --- a/clients/client-connect/src/commands/ListInstanceStorageConfigsCommand.ts +++ b/clients/client-connect/src/commands/ListInstanceStorageConfigsCommand.ts @@ -118,9 +118,6 @@ export class ListInstanceStorageConfigsCommand extends $Command< ListInstanceStorageConfigsCommandOutput, ConnectClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -134,9 +131,7 @@ export class ListInstanceStorageConfigsCommand extends $Command< * @public */ constructor(readonly input: ListInstanceStorageConfigsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -192,7 +187,4 @@ export class ListInstanceStorageConfigsCommand extends $Command< ): Promise { return de_ListInstanceStorageConfigsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-connect/src/commands/ListInstancesCommand.ts b/clients/client-connect/src/commands/ListInstancesCommand.ts index 18000301a697..d147b21f10e0 100644 --- a/clients/client-connect/src/commands/ListInstancesCommand.ts +++ b/clients/client-connect/src/commands/ListInstancesCommand.ts @@ -98,9 +98,6 @@ export class ListInstancesCommand extends $Command< ListInstancesCommandOutput, ConnectClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -114,9 +111,7 @@ export class ListInstancesCommand extends $Command< * @public */ constructor(readonly input: ListInstancesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -167,7 +162,4 @@ export class ListInstancesCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListInstancesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-connect/src/commands/ListIntegrationAssociationsCommand.ts b/clients/client-connect/src/commands/ListIntegrationAssociationsCommand.ts index a766a14848ee..d2e8d1311c9f 100644 --- a/clients/client-connect/src/commands/ListIntegrationAssociationsCommand.ts +++ b/clients/client-connect/src/commands/ListIntegrationAssociationsCommand.ts @@ -104,9 +104,6 @@ export class ListIntegrationAssociationsCommand extends $Command< ListIntegrationAssociationsCommandOutput, ConnectClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -120,9 +117,7 @@ export class ListIntegrationAssociationsCommand extends $Command< * @public */ constructor(readonly input: ListIntegrationAssociationsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -178,7 +173,4 @@ export class ListIntegrationAssociationsCommand extends $Command< ): Promise { return de_ListIntegrationAssociationsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-connect/src/commands/ListLambdaFunctionsCommand.ts b/clients/client-connect/src/commands/ListLambdaFunctionsCommand.ts index 02bbfcb153e1..a2c97acad755 100644 --- a/clients/client-connect/src/commands/ListLambdaFunctionsCommand.ts +++ b/clients/client-connect/src/commands/ListLambdaFunctionsCommand.ts @@ -92,9 +92,6 @@ export class ListLambdaFunctionsCommand extends $Command< ListLambdaFunctionsCommandOutput, ConnectClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -108,9 +105,7 @@ export class ListLambdaFunctionsCommand extends $Command< * @public */ constructor(readonly input: ListLambdaFunctionsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -163,7 +158,4 @@ export class ListLambdaFunctionsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListLambdaFunctionsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-connect/src/commands/ListLexBotsCommand.ts b/clients/client-connect/src/commands/ListLexBotsCommand.ts index ae29dce2076b..82100490c80a 100644 --- a/clients/client-connect/src/commands/ListLexBotsCommand.ts +++ b/clients/client-connect/src/commands/ListLexBotsCommand.ts @@ -96,9 +96,6 @@ export class ListLexBotsCommand extends $Command< ListLexBotsCommandOutput, ConnectClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -112,9 +109,7 @@ export class ListLexBotsCommand extends $Command< * @public */ constructor(readonly input: ListLexBotsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -165,7 +160,4 @@ export class ListLexBotsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListLexBotsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-connect/src/commands/ListPhoneNumbersCommand.ts b/clients/client-connect/src/commands/ListPhoneNumbersCommand.ts index 42569ece0959..9bc0b379f4d2 100644 --- a/clients/client-connect/src/commands/ListPhoneNumbersCommand.ts +++ b/clients/client-connect/src/commands/ListPhoneNumbersCommand.ts @@ -122,9 +122,6 @@ export class ListPhoneNumbersCommand extends $Command< ListPhoneNumbersCommandOutput, ConnectClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -138,9 +135,7 @@ export class ListPhoneNumbersCommand extends $Command< * @public */ constructor(readonly input: ListPhoneNumbersCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -193,7 +188,4 @@ export class ListPhoneNumbersCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListPhoneNumbersCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-connect/src/commands/ListPhoneNumbersV2Command.ts b/clients/client-connect/src/commands/ListPhoneNumbersV2Command.ts index 515c445c8eab..85a639220e07 100644 --- a/clients/client-connect/src/commands/ListPhoneNumbersV2Command.ts +++ b/clients/client-connect/src/commands/ListPhoneNumbersV2Command.ts @@ -123,9 +123,6 @@ export class ListPhoneNumbersV2Command extends $Command< ListPhoneNumbersV2CommandOutput, ConnectClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -139,9 +136,7 @@ export class ListPhoneNumbersV2Command extends $Command< * @public */ constructor(readonly input: ListPhoneNumbersV2CommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -194,7 +189,4 @@ export class ListPhoneNumbersV2Command extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListPhoneNumbersV2Command(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-connect/src/commands/ListPromptsCommand.ts b/clients/client-connect/src/commands/ListPromptsCommand.ts index 3da8ff3a4da1..e6a18e909082 100644 --- a/clients/client-connect/src/commands/ListPromptsCommand.ts +++ b/clients/client-connect/src/commands/ListPromptsCommand.ts @@ -96,9 +96,6 @@ export class ListPromptsCommand extends $Command< ListPromptsCommandOutput, ConnectClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -112,9 +109,7 @@ export class ListPromptsCommand extends $Command< * @public */ constructor(readonly input: ListPromptsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -165,7 +160,4 @@ export class ListPromptsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListPromptsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-connect/src/commands/ListQueueQuickConnectsCommand.ts b/clients/client-connect/src/commands/ListQueueQuickConnectsCommand.ts index c58d346db115..8d7a3a46a1e1 100644 --- a/clients/client-connect/src/commands/ListQueueQuickConnectsCommand.ts +++ b/clients/client-connect/src/commands/ListQueueQuickConnectsCommand.ts @@ -101,9 +101,6 @@ export class ListQueueQuickConnectsCommand extends $Command< ListQueueQuickConnectsCommandOutput, ConnectClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -117,9 +114,7 @@ export class ListQueueQuickConnectsCommand extends $Command< * @public */ constructor(readonly input: ListQueueQuickConnectsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -172,7 +167,4 @@ export class ListQueueQuickConnectsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListQueueQuickConnectsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-connect/src/commands/ListQueuesCommand.ts b/clients/client-connect/src/commands/ListQueuesCommand.ts index ced730f2f51a..0c829e3dc4b8 100644 --- a/clients/client-connect/src/commands/ListQueuesCommand.ts +++ b/clients/client-connect/src/commands/ListQueuesCommand.ts @@ -106,9 +106,6 @@ export class ListQueuesCommand extends $Command< ListQueuesCommandOutput, ConnectClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -122,9 +119,7 @@ export class ListQueuesCommand extends $Command< * @public */ constructor(readonly input: ListQueuesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -175,7 +170,4 @@ export class ListQueuesCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListQueuesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-connect/src/commands/ListQuickConnectsCommand.ts b/clients/client-connect/src/commands/ListQuickConnectsCommand.ts index 9353d0eaff40..d30809b8c76c 100644 --- a/clients/client-connect/src/commands/ListQuickConnectsCommand.ts +++ b/clients/client-connect/src/commands/ListQuickConnectsCommand.ts @@ -101,9 +101,6 @@ export class ListQuickConnectsCommand extends $Command< ListQuickConnectsCommandOutput, ConnectClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -117,9 +114,7 @@ export class ListQuickConnectsCommand extends $Command< * @public */ constructor(readonly input: ListQuickConnectsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -172,7 +167,4 @@ export class ListQuickConnectsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListQuickConnectsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-connect/src/commands/ListRoutingProfileQueuesCommand.ts b/clients/client-connect/src/commands/ListRoutingProfileQueuesCommand.ts index 1c6c3284c27b..722e85ce9313 100644 --- a/clients/client-connect/src/commands/ListRoutingProfileQueuesCommand.ts +++ b/clients/client-connect/src/commands/ListRoutingProfileQueuesCommand.ts @@ -100,9 +100,6 @@ export class ListRoutingProfileQueuesCommand extends $Command< ListRoutingProfileQueuesCommandOutput, ConnectClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -116,9 +113,7 @@ export class ListRoutingProfileQueuesCommand extends $Command< * @public */ constructor(readonly input: ListRoutingProfileQueuesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -171,7 +166,4 @@ export class ListRoutingProfileQueuesCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListRoutingProfileQueuesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-connect/src/commands/ListRoutingProfilesCommand.ts b/clients/client-connect/src/commands/ListRoutingProfilesCommand.ts index eb4edf1542c2..2eb16a42ad96 100644 --- a/clients/client-connect/src/commands/ListRoutingProfilesCommand.ts +++ b/clients/client-connect/src/commands/ListRoutingProfilesCommand.ts @@ -99,9 +99,6 @@ export class ListRoutingProfilesCommand extends $Command< ListRoutingProfilesCommandOutput, ConnectClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -115,9 +112,7 @@ export class ListRoutingProfilesCommand extends $Command< * @public */ constructor(readonly input: ListRoutingProfilesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -170,7 +165,4 @@ export class ListRoutingProfilesCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListRoutingProfilesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-connect/src/commands/ListRulesCommand.ts b/clients/client-connect/src/commands/ListRulesCommand.ts index 57a5e73cf31f..b4a51952ca28 100644 --- a/clients/client-connect/src/commands/ListRulesCommand.ts +++ b/clients/client-connect/src/commands/ListRulesCommand.ts @@ -105,9 +105,6 @@ export class ListRulesCommand extends $Command< ListRulesCommandOutput, ConnectClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -121,9 +118,7 @@ export class ListRulesCommand extends $Command< * @public */ constructor(readonly input: ListRulesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -174,7 +169,4 @@ export class ListRulesCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListRulesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-connect/src/commands/ListSecurityKeysCommand.ts b/clients/client-connect/src/commands/ListSecurityKeysCommand.ts index bc4fb51c3b4a..e67ece2a5f39 100644 --- a/clients/client-connect/src/commands/ListSecurityKeysCommand.ts +++ b/clients/client-connect/src/commands/ListSecurityKeysCommand.ts @@ -95,9 +95,6 @@ export class ListSecurityKeysCommand extends $Command< ListSecurityKeysCommandOutput, ConnectClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -111,9 +108,7 @@ export class ListSecurityKeysCommand extends $Command< * @public */ constructor(readonly input: ListSecurityKeysCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -166,7 +161,4 @@ export class ListSecurityKeysCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListSecurityKeysCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-connect/src/commands/ListSecurityProfileApplicationsCommand.ts b/clients/client-connect/src/commands/ListSecurityProfileApplicationsCommand.ts index e8aa916c4560..b584d2920db5 100644 --- a/clients/client-connect/src/commands/ListSecurityProfileApplicationsCommand.ts +++ b/clients/client-connect/src/commands/ListSecurityProfileApplicationsCommand.ts @@ -103,9 +103,6 @@ export class ListSecurityProfileApplicationsCommand extends $Command< ListSecurityProfileApplicationsCommandOutput, ConnectClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -119,9 +116,7 @@ export class ListSecurityProfileApplicationsCommand extends $Command< * @public */ constructor(readonly input: ListSecurityProfileApplicationsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -180,7 +175,4 @@ export class ListSecurityProfileApplicationsCommand extends $Command< ): Promise { return de_ListSecurityProfileApplicationsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-connect/src/commands/ListSecurityProfilePermissionsCommand.ts b/clients/client-connect/src/commands/ListSecurityProfilePermissionsCommand.ts index dcefa4c2d750..7c66bc10c77e 100644 --- a/clients/client-connect/src/commands/ListSecurityProfilePermissionsCommand.ts +++ b/clients/client-connect/src/commands/ListSecurityProfilePermissionsCommand.ts @@ -98,9 +98,6 @@ export class ListSecurityProfilePermissionsCommand extends $Command< ListSecurityProfilePermissionsCommandOutput, ConnectClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -114,9 +111,7 @@ export class ListSecurityProfilePermissionsCommand extends $Command< * @public */ constructor(readonly input: ListSecurityProfilePermissionsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -175,7 +170,4 @@ export class ListSecurityProfilePermissionsCommand extends $Command< ): Promise { return de_ListSecurityProfilePermissionsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-connect/src/commands/ListSecurityProfilesCommand.ts b/clients/client-connect/src/commands/ListSecurityProfilesCommand.ts index db18a353a64c..de8bd617dc70 100644 --- a/clients/client-connect/src/commands/ListSecurityProfilesCommand.ts +++ b/clients/client-connect/src/commands/ListSecurityProfilesCommand.ts @@ -98,9 +98,6 @@ export class ListSecurityProfilesCommand extends $Command< ListSecurityProfilesCommandOutput, ConnectClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -114,9 +111,7 @@ export class ListSecurityProfilesCommand extends $Command< * @public */ constructor(readonly input: ListSecurityProfilesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -169,7 +164,4 @@ export class ListSecurityProfilesCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListSecurityProfilesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-connect/src/commands/ListTagsForResourceCommand.ts b/clients/client-connect/src/commands/ListTagsForResourceCommand.ts index c1e322d93aca..c4d1fe817345 100644 --- a/clients/client-connect/src/commands/ListTagsForResourceCommand.ts +++ b/clients/client-connect/src/commands/ListTagsForResourceCommand.ts @@ -90,9 +90,6 @@ export class ListTagsForResourceCommand extends $Command< ListTagsForResourceCommandOutput, ConnectClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -106,9 +103,7 @@ export class ListTagsForResourceCommand extends $Command< * @public */ constructor(readonly input: ListTagsForResourceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -161,7 +156,4 @@ export class ListTagsForResourceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListTagsForResourceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-connect/src/commands/ListTaskTemplatesCommand.ts b/clients/client-connect/src/commands/ListTaskTemplatesCommand.ts index bb55fae5aeea..ed3c4ddee129 100644 --- a/clients/client-connect/src/commands/ListTaskTemplatesCommand.ts +++ b/clients/client-connect/src/commands/ListTaskTemplatesCommand.ts @@ -100,9 +100,6 @@ export class ListTaskTemplatesCommand extends $Command< ListTaskTemplatesCommandOutput, ConnectClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -116,9 +113,7 @@ export class ListTaskTemplatesCommand extends $Command< * @public */ constructor(readonly input: ListTaskTemplatesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -171,7 +166,4 @@ export class ListTaskTemplatesCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListTaskTemplatesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-connect/src/commands/ListTrafficDistributionGroupUsersCommand.ts b/clients/client-connect/src/commands/ListTrafficDistributionGroupUsersCommand.ts index 2cc1bf1d2548..267a708c0b2d 100644 --- a/clients/client-connect/src/commands/ListTrafficDistributionGroupUsersCommand.ts +++ b/clients/client-connect/src/commands/ListTrafficDistributionGroupUsersCommand.ts @@ -100,9 +100,6 @@ export class ListTrafficDistributionGroupUsersCommand extends $Command< ListTrafficDistributionGroupUsersCommandOutput, ConnectClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -116,9 +113,7 @@ export class ListTrafficDistributionGroupUsersCommand extends $Command< * @public */ constructor(readonly input: ListTrafficDistributionGroupUsersCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -177,7 +172,4 @@ export class ListTrafficDistributionGroupUsersCommand extends $Command< ): Promise { return de_ListTrafficDistributionGroupUsersCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-connect/src/commands/ListTrafficDistributionGroupsCommand.ts b/clients/client-connect/src/commands/ListTrafficDistributionGroupsCommand.ts index 085096403274..6a9fc2f7cb50 100644 --- a/clients/client-connect/src/commands/ListTrafficDistributionGroupsCommand.ts +++ b/clients/client-connect/src/commands/ListTrafficDistributionGroupsCommand.ts @@ -99,9 +99,6 @@ export class ListTrafficDistributionGroupsCommand extends $Command< ListTrafficDistributionGroupsCommandOutput, ConnectClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -115,9 +112,7 @@ export class ListTrafficDistributionGroupsCommand extends $Command< * @public */ constructor(readonly input: ListTrafficDistributionGroupsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -173,7 +168,4 @@ export class ListTrafficDistributionGroupsCommand extends $Command< ): Promise { return de_ListTrafficDistributionGroupsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-connect/src/commands/ListUseCasesCommand.ts b/clients/client-connect/src/commands/ListUseCasesCommand.ts index b472f5ad81cb..5445cc076bde 100644 --- a/clients/client-connect/src/commands/ListUseCasesCommand.ts +++ b/clients/client-connect/src/commands/ListUseCasesCommand.ts @@ -92,9 +92,6 @@ export class ListUseCasesCommand extends $Command< ListUseCasesCommandOutput, ConnectClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -108,9 +105,7 @@ export class ListUseCasesCommand extends $Command< * @public */ constructor(readonly input: ListUseCasesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -161,7 +156,4 @@ export class ListUseCasesCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListUseCasesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-connect/src/commands/ListUserHierarchyGroupsCommand.ts b/clients/client-connect/src/commands/ListUserHierarchyGroupsCommand.ts index 0c64a11749bd..a9f6c3660c7a 100644 --- a/clients/client-connect/src/commands/ListUserHierarchyGroupsCommand.ts +++ b/clients/client-connect/src/commands/ListUserHierarchyGroupsCommand.ts @@ -99,9 +99,6 @@ export class ListUserHierarchyGroupsCommand extends $Command< ListUserHierarchyGroupsCommandOutput, ConnectClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -115,9 +112,7 @@ export class ListUserHierarchyGroupsCommand extends $Command< * @public */ constructor(readonly input: ListUserHierarchyGroupsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -170,7 +165,4 @@ export class ListUserHierarchyGroupsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListUserHierarchyGroupsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-connect/src/commands/ListUsersCommand.ts b/clients/client-connect/src/commands/ListUsersCommand.ts index 763c411865b5..e72f47671d74 100644 --- a/clients/client-connect/src/commands/ListUsersCommand.ts +++ b/clients/client-connect/src/commands/ListUsersCommand.ts @@ -97,9 +97,6 @@ export class ListUsersCommand extends $Command< ListUsersCommandOutput, ConnectClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -113,9 +110,7 @@ export class ListUsersCommand extends $Command< * @public */ constructor(readonly input: ListUsersCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -166,7 +161,4 @@ export class ListUsersCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListUsersCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-connect/src/commands/ListViewVersionsCommand.ts b/clients/client-connect/src/commands/ListViewVersionsCommand.ts index ac5dbffb1c86..6276a40bb39b 100644 --- a/clients/client-connect/src/commands/ListViewVersionsCommand.ts +++ b/clients/client-connect/src/commands/ListViewVersionsCommand.ts @@ -108,9 +108,6 @@ export class ListViewVersionsCommand extends $Command< ListViewVersionsCommandOutput, ConnectClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -124,9 +121,7 @@ export class ListViewVersionsCommand extends $Command< * @public */ constructor(readonly input: ListViewVersionsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -179,7 +174,4 @@ export class ListViewVersionsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListViewVersionsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-connect/src/commands/ListViewsCommand.ts b/clients/client-connect/src/commands/ListViewsCommand.ts index e686f370f2ab..0b936b58ad4e 100644 --- a/clients/client-connect/src/commands/ListViewsCommand.ts +++ b/clients/client-connect/src/commands/ListViewsCommand.ts @@ -102,9 +102,6 @@ export class ListViewsCommand extends $Command< ListViewsCommandOutput, ConnectClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -118,9 +115,7 @@ export class ListViewsCommand extends $Command< * @public */ constructor(readonly input: ListViewsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -171,7 +166,4 @@ export class ListViewsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListViewsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-connect/src/commands/MonitorContactCommand.ts b/clients/client-connect/src/commands/MonitorContactCommand.ts index b406e62c9868..9b5366ed955c 100644 --- a/clients/client-connect/src/commands/MonitorContactCommand.ts +++ b/clients/client-connect/src/commands/MonitorContactCommand.ts @@ -100,9 +100,6 @@ export class MonitorContactCommand extends $Command< MonitorContactCommandOutput, ConnectClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -116,9 +113,7 @@ export class MonitorContactCommand extends $Command< * @public */ constructor(readonly input: MonitorContactCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -171,7 +166,4 @@ export class MonitorContactCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_MonitorContactCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-connect/src/commands/PutUserStatusCommand.ts b/clients/client-connect/src/commands/PutUserStatusCommand.ts index e059a2a0b6a8..dc60a881e373 100644 --- a/clients/client-connect/src/commands/PutUserStatusCommand.ts +++ b/clients/client-connect/src/commands/PutUserStatusCommand.ts @@ -91,9 +91,6 @@ export class PutUserStatusCommand extends $Command< PutUserStatusCommandOutput, ConnectClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -107,9 +104,7 @@ export class PutUserStatusCommand extends $Command< * @public */ constructor(readonly input: PutUserStatusCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -160,7 +155,4 @@ export class PutUserStatusCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_PutUserStatusCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-connect/src/commands/ReleasePhoneNumberCommand.ts b/clients/client-connect/src/commands/ReleasePhoneNumberCommand.ts index fb114443ef4c..3910f76b01db 100644 --- a/clients/client-connect/src/commands/ReleasePhoneNumberCommand.ts +++ b/clients/client-connect/src/commands/ReleasePhoneNumberCommand.ts @@ -111,9 +111,6 @@ export class ReleasePhoneNumberCommand extends $Command< ReleasePhoneNumberCommandOutput, ConnectClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -127,9 +124,7 @@ export class ReleasePhoneNumberCommand extends $Command< * @public */ constructor(readonly input: ReleasePhoneNumberCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -182,7 +177,4 @@ export class ReleasePhoneNumberCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ReleasePhoneNumberCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-connect/src/commands/ReplicateInstanceCommand.ts b/clients/client-connect/src/commands/ReplicateInstanceCommand.ts index 6165f5fb460f..47ecae78cac8 100644 --- a/clients/client-connect/src/commands/ReplicateInstanceCommand.ts +++ b/clients/client-connect/src/commands/ReplicateInstanceCommand.ts @@ -106,9 +106,6 @@ export class ReplicateInstanceCommand extends $Command< ReplicateInstanceCommandOutput, ConnectClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -122,9 +119,7 @@ export class ReplicateInstanceCommand extends $Command< * @public */ constructor(readonly input: ReplicateInstanceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -177,7 +172,4 @@ export class ReplicateInstanceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ReplicateInstanceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-connect/src/commands/ResumeContactRecordingCommand.ts b/clients/client-connect/src/commands/ResumeContactRecordingCommand.ts index e2d4987050cb..2025ffe39b75 100644 --- a/clients/client-connect/src/commands/ResumeContactRecordingCommand.ts +++ b/clients/client-connect/src/commands/ResumeContactRecordingCommand.ts @@ -83,9 +83,6 @@ export class ResumeContactRecordingCommand extends $Command< ResumeContactRecordingCommandOutput, ConnectClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -99,9 +96,7 @@ export class ResumeContactRecordingCommand extends $Command< * @public */ constructor(readonly input: ResumeContactRecordingCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -154,7 +149,4 @@ export class ResumeContactRecordingCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ResumeContactRecordingCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-connect/src/commands/SearchAvailablePhoneNumbersCommand.ts b/clients/client-connect/src/commands/SearchAvailablePhoneNumbersCommand.ts index 0b558ac2353b..3780fc46d144 100644 --- a/clients/client-connect/src/commands/SearchAvailablePhoneNumbersCommand.ts +++ b/clients/client-connect/src/commands/SearchAvailablePhoneNumbersCommand.ts @@ -102,9 +102,6 @@ export class SearchAvailablePhoneNumbersCommand extends $Command< SearchAvailablePhoneNumbersCommandOutput, ConnectClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -118,9 +115,7 @@ export class SearchAvailablePhoneNumbersCommand extends $Command< * @public */ constructor(readonly input: SearchAvailablePhoneNumbersCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -176,7 +171,4 @@ export class SearchAvailablePhoneNumbersCommand extends $Command< ): Promise { return de_SearchAvailablePhoneNumbersCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-connect/src/commands/SearchHoursOfOperationsCommand.ts b/clients/client-connect/src/commands/SearchHoursOfOperationsCommand.ts index 777ef91d9d4b..c38d7f90d320 100644 --- a/clients/client-connect/src/commands/SearchHoursOfOperationsCommand.ts +++ b/clients/client-connect/src/commands/SearchHoursOfOperationsCommand.ts @@ -161,9 +161,6 @@ export class SearchHoursOfOperationsCommand extends $Command< SearchHoursOfOperationsCommandOutput, ConnectClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -177,9 +174,7 @@ export class SearchHoursOfOperationsCommand extends $Command< * @public */ constructor(readonly input: SearchHoursOfOperationsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -232,7 +227,4 @@ export class SearchHoursOfOperationsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_SearchHoursOfOperationsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-connect/src/commands/SearchPromptsCommand.ts b/clients/client-connect/src/commands/SearchPromptsCommand.ts index 620b2bc15a11..fadc9a283da1 100644 --- a/clients/client-connect/src/commands/SearchPromptsCommand.ts +++ b/clients/client-connect/src/commands/SearchPromptsCommand.ts @@ -146,9 +146,6 @@ export class SearchPromptsCommand extends $Command< SearchPromptsCommandOutput, ConnectClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -162,9 +159,7 @@ export class SearchPromptsCommand extends $Command< * @public */ constructor(readonly input: SearchPromptsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -215,7 +210,4 @@ export class SearchPromptsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_SearchPromptsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-connect/src/commands/SearchQueuesCommand.ts b/clients/client-connect/src/commands/SearchQueuesCommand.ts index c2bec679585f..fff2068c0fcf 100644 --- a/clients/client-connect/src/commands/SearchQueuesCommand.ts +++ b/clients/client-connect/src/commands/SearchQueuesCommand.ts @@ -156,9 +156,6 @@ export class SearchQueuesCommand extends $Command< SearchQueuesCommandOutput, ConnectClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -172,9 +169,7 @@ export class SearchQueuesCommand extends $Command< * @public */ constructor(readonly input: SearchQueuesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -225,7 +220,4 @@ export class SearchQueuesCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_SearchQueuesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-connect/src/commands/SearchQuickConnectsCommand.ts b/clients/client-connect/src/commands/SearchQuickConnectsCommand.ts index 1bd09bf0fdfb..fdaab0181fa2 100644 --- a/clients/client-connect/src/commands/SearchQuickConnectsCommand.ts +++ b/clients/client-connect/src/commands/SearchQuickConnectsCommand.ts @@ -160,9 +160,6 @@ export class SearchQuickConnectsCommand extends $Command< SearchQuickConnectsCommandOutput, ConnectClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -176,9 +173,7 @@ export class SearchQuickConnectsCommand extends $Command< * @public */ constructor(readonly input: SearchQuickConnectsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -231,7 +226,4 @@ export class SearchQuickConnectsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_SearchQuickConnectsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-connect/src/commands/SearchResourceTagsCommand.ts b/clients/client-connect/src/commands/SearchResourceTagsCommand.ts index 917013552b1c..c00560cc70c1 100644 --- a/clients/client-connect/src/commands/SearchResourceTagsCommand.ts +++ b/clients/client-connect/src/commands/SearchResourceTagsCommand.ts @@ -108,9 +108,6 @@ export class SearchResourceTagsCommand extends $Command< SearchResourceTagsCommandOutput, ConnectClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -124,9 +121,7 @@ export class SearchResourceTagsCommand extends $Command< * @public */ constructor(readonly input: SearchResourceTagsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -179,7 +174,4 @@ export class SearchResourceTagsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_SearchResourceTagsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-connect/src/commands/SearchRoutingProfilesCommand.ts b/clients/client-connect/src/commands/SearchRoutingProfilesCommand.ts index 956d5056df79..f009d2cbc668 100644 --- a/clients/client-connect/src/commands/SearchRoutingProfilesCommand.ts +++ b/clients/client-connect/src/commands/SearchRoutingProfilesCommand.ts @@ -161,9 +161,6 @@ export class SearchRoutingProfilesCommand extends $Command< SearchRoutingProfilesCommandOutput, ConnectClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -177,9 +174,7 @@ export class SearchRoutingProfilesCommand extends $Command< * @public */ constructor(readonly input: SearchRoutingProfilesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -232,7 +227,4 @@ export class SearchRoutingProfilesCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_SearchRoutingProfilesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-connect/src/commands/SearchSecurityProfilesCommand.ts b/clients/client-connect/src/commands/SearchSecurityProfilesCommand.ts index e26e2e91e69a..6553ae88a9fe 100644 --- a/clients/client-connect/src/commands/SearchSecurityProfilesCommand.ts +++ b/clients/client-connect/src/commands/SearchSecurityProfilesCommand.ts @@ -146,9 +146,6 @@ export class SearchSecurityProfilesCommand extends $Command< SearchSecurityProfilesCommandOutput, ConnectClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -162,9 +159,7 @@ export class SearchSecurityProfilesCommand extends $Command< * @public */ constructor(readonly input: SearchSecurityProfilesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -217,7 +212,4 @@ export class SearchSecurityProfilesCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_SearchSecurityProfilesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-connect/src/commands/SearchUsersCommand.ts b/clients/client-connect/src/commands/SearchUsersCommand.ts index 0dff05d4492b..7b33a7a6988c 100644 --- a/clients/client-connect/src/commands/SearchUsersCommand.ts +++ b/clients/client-connect/src/commands/SearchUsersCommand.ts @@ -171,9 +171,6 @@ export class SearchUsersCommand extends $Command< SearchUsersCommandOutput, ConnectClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -187,9 +184,7 @@ export class SearchUsersCommand extends $Command< * @public */ constructor(readonly input: SearchUsersCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -240,7 +235,4 @@ export class SearchUsersCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_SearchUsersCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-connect/src/commands/SearchVocabulariesCommand.ts b/clients/client-connect/src/commands/SearchVocabulariesCommand.ts index 2534599abb32..858a36b2b6bc 100644 --- a/clients/client-connect/src/commands/SearchVocabulariesCommand.ts +++ b/clients/client-connect/src/commands/SearchVocabulariesCommand.ts @@ -99,9 +99,6 @@ export class SearchVocabulariesCommand extends $Command< SearchVocabulariesCommandOutput, ConnectClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -115,9 +112,7 @@ export class SearchVocabulariesCommand extends $Command< * @public */ constructor(readonly input: SearchVocabulariesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -170,7 +165,4 @@ export class SearchVocabulariesCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_SearchVocabulariesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-connect/src/commands/StartChatContactCommand.ts b/clients/client-connect/src/commands/StartChatContactCommand.ts index 7a0fed55a44b..0508cac2ec0f 100644 --- a/clients/client-connect/src/commands/StartChatContactCommand.ts +++ b/clients/client-connect/src/commands/StartChatContactCommand.ts @@ -129,9 +129,6 @@ export class StartChatContactCommand extends $Command< StartChatContactCommandOutput, ConnectClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -145,9 +142,7 @@ export class StartChatContactCommand extends $Command< * @public */ constructor(readonly input: StartChatContactCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -200,7 +195,4 @@ export class StartChatContactCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_StartChatContactCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-connect/src/commands/StartContactEvaluationCommand.ts b/clients/client-connect/src/commands/StartContactEvaluationCommand.ts index a43d6378b11b..81fa30a251ef 100644 --- a/clients/client-connect/src/commands/StartContactEvaluationCommand.ts +++ b/clients/client-connect/src/commands/StartContactEvaluationCommand.ts @@ -99,9 +99,6 @@ export class StartContactEvaluationCommand extends $Command< StartContactEvaluationCommandOutput, ConnectClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -115,9 +112,7 @@ export class StartContactEvaluationCommand extends $Command< * @public */ constructor(readonly input: StartContactEvaluationCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -170,7 +165,4 @@ export class StartContactEvaluationCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_StartContactEvaluationCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-connect/src/commands/StartContactRecordingCommand.ts b/clients/client-connect/src/commands/StartContactRecordingCommand.ts index b4232a02d3a7..072cd350f86f 100644 --- a/clients/client-connect/src/commands/StartContactRecordingCommand.ts +++ b/clients/client-connect/src/commands/StartContactRecordingCommand.ts @@ -103,9 +103,6 @@ export class StartContactRecordingCommand extends $Command< StartContactRecordingCommandOutput, ConnectClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -119,9 +116,7 @@ export class StartContactRecordingCommand extends $Command< * @public */ constructor(readonly input: StartContactRecordingCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -174,7 +169,4 @@ export class StartContactRecordingCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_StartContactRecordingCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-connect/src/commands/StartContactStreamingCommand.ts b/clients/client-connect/src/commands/StartContactStreamingCommand.ts index 4bace5f81140..4059f328df49 100644 --- a/clients/client-connect/src/commands/StartContactStreamingCommand.ts +++ b/clients/client-connect/src/commands/StartContactStreamingCommand.ts @@ -92,9 +92,6 @@ export class StartContactStreamingCommand extends $Command< StartContactStreamingCommandOutput, ConnectClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -108,9 +105,7 @@ export class StartContactStreamingCommand extends $Command< * @public */ constructor(readonly input: StartContactStreamingCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -163,7 +158,4 @@ export class StartContactStreamingCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_StartContactStreamingCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-connect/src/commands/StartOutboundVoiceContactCommand.ts b/clients/client-connect/src/commands/StartOutboundVoiceContactCommand.ts index 6777cceecfaa..88536f697f64 100644 --- a/clients/client-connect/src/commands/StartOutboundVoiceContactCommand.ts +++ b/clients/client-connect/src/commands/StartOutboundVoiceContactCommand.ts @@ -122,9 +122,6 @@ export class StartOutboundVoiceContactCommand extends $Command< StartOutboundVoiceContactCommandOutput, ConnectClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -138,9 +135,7 @@ export class StartOutboundVoiceContactCommand extends $Command< * @public */ constructor(readonly input: StartOutboundVoiceContactCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -196,7 +191,4 @@ export class StartOutboundVoiceContactCommand extends $Command< ): Promise { return de_StartOutboundVoiceContactCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-connect/src/commands/StartTaskContactCommand.ts b/clients/client-connect/src/commands/StartTaskContactCommand.ts index 6925e3203aa7..9cd41ff5e38b 100644 --- a/clients/client-connect/src/commands/StartTaskContactCommand.ts +++ b/clients/client-connect/src/commands/StartTaskContactCommand.ts @@ -156,9 +156,6 @@ export class StartTaskContactCommand extends $Command< StartTaskContactCommandOutput, ConnectClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -172,9 +169,7 @@ export class StartTaskContactCommand extends $Command< * @public */ constructor(readonly input: StartTaskContactCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -227,7 +222,4 @@ export class StartTaskContactCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_StartTaskContactCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-connect/src/commands/StopContactCommand.ts b/clients/client-connect/src/commands/StopContactCommand.ts index 6b6fd34b3c5b..02b6b179d2aa 100644 --- a/clients/client-connect/src/commands/StopContactCommand.ts +++ b/clients/client-connect/src/commands/StopContactCommand.ts @@ -102,9 +102,6 @@ export class StopContactCommand extends $Command< StopContactCommandOutput, ConnectClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -118,9 +115,7 @@ export class StopContactCommand extends $Command< * @public */ constructor(readonly input: StopContactCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -171,7 +166,4 @@ export class StopContactCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_StopContactCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-connect/src/commands/StopContactRecordingCommand.ts b/clients/client-connect/src/commands/StopContactRecordingCommand.ts index 079e53a8f874..96f45c26d0e5 100644 --- a/clients/client-connect/src/commands/StopContactRecordingCommand.ts +++ b/clients/client-connect/src/commands/StopContactRecordingCommand.ts @@ -84,9 +84,6 @@ export class StopContactRecordingCommand extends $Command< StopContactRecordingCommandOutput, ConnectClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -100,9 +97,7 @@ export class StopContactRecordingCommand extends $Command< * @public */ constructor(readonly input: StopContactRecordingCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -155,7 +150,4 @@ export class StopContactRecordingCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_StopContactRecordingCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-connect/src/commands/StopContactStreamingCommand.ts b/clients/client-connect/src/commands/StopContactStreamingCommand.ts index f67bf2ad72af..35e1286420a1 100644 --- a/clients/client-connect/src/commands/StopContactStreamingCommand.ts +++ b/clients/client-connect/src/commands/StopContactStreamingCommand.ts @@ -84,9 +84,6 @@ export class StopContactStreamingCommand extends $Command< StopContactStreamingCommandOutput, ConnectClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -100,9 +97,7 @@ export class StopContactStreamingCommand extends $Command< * @public */ constructor(readonly input: StopContactStreamingCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -155,7 +150,4 @@ export class StopContactStreamingCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_StopContactStreamingCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-connect/src/commands/SubmitContactEvaluationCommand.ts b/clients/client-connect/src/commands/SubmitContactEvaluationCommand.ts index 7008542cea79..80e7a532d61d 100644 --- a/clients/client-connect/src/commands/SubmitContactEvaluationCommand.ts +++ b/clients/client-connect/src/commands/SubmitContactEvaluationCommand.ts @@ -106,9 +106,6 @@ export class SubmitContactEvaluationCommand extends $Command< SubmitContactEvaluationCommandOutput, ConnectClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -122,9 +119,7 @@ export class SubmitContactEvaluationCommand extends $Command< * @public */ constructor(readonly input: SubmitContactEvaluationCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -177,7 +172,4 @@ export class SubmitContactEvaluationCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_SubmitContactEvaluationCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-connect/src/commands/SuspendContactRecordingCommand.ts b/clients/client-connect/src/commands/SuspendContactRecordingCommand.ts index a3a71ffb92df..c29eaaf678bc 100644 --- a/clients/client-connect/src/commands/SuspendContactRecordingCommand.ts +++ b/clients/client-connect/src/commands/SuspendContactRecordingCommand.ts @@ -86,9 +86,6 @@ export class SuspendContactRecordingCommand extends $Command< SuspendContactRecordingCommandOutput, ConnectClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -102,9 +99,7 @@ export class SuspendContactRecordingCommand extends $Command< * @public */ constructor(readonly input: SuspendContactRecordingCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -157,7 +152,4 @@ export class SuspendContactRecordingCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_SuspendContactRecordingCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-connect/src/commands/TagResourceCommand.ts b/clients/client-connect/src/commands/TagResourceCommand.ts index 5c4eb42e463f..d888e2562212 100644 --- a/clients/client-connect/src/commands/TagResourceCommand.ts +++ b/clients/client-connect/src/commands/TagResourceCommand.ts @@ -92,9 +92,6 @@ export class TagResourceCommand extends $Command< TagResourceCommandOutput, ConnectClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -108,9 +105,7 @@ export class TagResourceCommand extends $Command< * @public */ constructor(readonly input: TagResourceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -161,7 +156,4 @@ export class TagResourceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_TagResourceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-connect/src/commands/TransferContactCommand.ts b/clients/client-connect/src/commands/TransferContactCommand.ts index 2a8a6dab69ae..25257ffce96c 100644 --- a/clients/client-connect/src/commands/TransferContactCommand.ts +++ b/clients/client-connect/src/commands/TransferContactCommand.ts @@ -120,9 +120,6 @@ export class TransferContactCommand extends $Command< TransferContactCommandOutput, ConnectClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -136,9 +133,7 @@ export class TransferContactCommand extends $Command< * @public */ constructor(readonly input: TransferContactCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -191,7 +186,4 @@ export class TransferContactCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_TransferContactCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-connect/src/commands/UntagResourceCommand.ts b/clients/client-connect/src/commands/UntagResourceCommand.ts index d69dd6774fc6..0a1282cee124 100644 --- a/clients/client-connect/src/commands/UntagResourceCommand.ts +++ b/clients/client-connect/src/commands/UntagResourceCommand.ts @@ -86,9 +86,6 @@ export class UntagResourceCommand extends $Command< UntagResourceCommandOutput, ConnectClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -102,9 +99,7 @@ export class UntagResourceCommand extends $Command< * @public */ constructor(readonly input: UntagResourceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -155,7 +150,4 @@ export class UntagResourceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UntagResourceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-connect/src/commands/UpdateAgentStatusCommand.ts b/clients/client-connect/src/commands/UpdateAgentStatusCommand.ts index 1edfb20c4054..0d78df3f6e06 100644 --- a/clients/client-connect/src/commands/UpdateAgentStatusCommand.ts +++ b/clients/client-connect/src/commands/UpdateAgentStatusCommand.ts @@ -96,9 +96,6 @@ export class UpdateAgentStatusCommand extends $Command< UpdateAgentStatusCommandOutput, ConnectClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -112,9 +109,7 @@ export class UpdateAgentStatusCommand extends $Command< * @public */ constructor(readonly input: UpdateAgentStatusCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -167,7 +162,4 @@ export class UpdateAgentStatusCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdateAgentStatusCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-connect/src/commands/UpdateContactAttributesCommand.ts b/clients/client-connect/src/commands/UpdateContactAttributesCommand.ts index 597d1e4e2730..8ab88ac0bac4 100644 --- a/clients/client-connect/src/commands/UpdateContactAttributesCommand.ts +++ b/clients/client-connect/src/commands/UpdateContactAttributesCommand.ts @@ -97,9 +97,6 @@ export class UpdateContactAttributesCommand extends $Command< UpdateContactAttributesCommandOutput, ConnectClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -113,9 +110,7 @@ export class UpdateContactAttributesCommand extends $Command< * @public */ constructor(readonly input: UpdateContactAttributesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -168,7 +163,4 @@ export class UpdateContactAttributesCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdateContactAttributesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-connect/src/commands/UpdateContactCommand.ts b/clients/client-connect/src/commands/UpdateContactCommand.ts index 84fb54d65d8d..9e399bfff256 100644 --- a/clients/client-connect/src/commands/UpdateContactCommand.ts +++ b/clients/client-connect/src/commands/UpdateContactCommand.ts @@ -98,9 +98,6 @@ export class UpdateContactCommand extends $Command< UpdateContactCommandOutput, ConnectClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -114,9 +111,7 @@ export class UpdateContactCommand extends $Command< * @public */ constructor(readonly input: UpdateContactCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -167,7 +162,4 @@ export class UpdateContactCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdateContactCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-connect/src/commands/UpdateContactEvaluationCommand.ts b/clients/client-connect/src/commands/UpdateContactEvaluationCommand.ts index 8c0a2d7d0acf..7dd978b4d47d 100644 --- a/clients/client-connect/src/commands/UpdateContactEvaluationCommand.ts +++ b/clients/client-connect/src/commands/UpdateContactEvaluationCommand.ts @@ -104,9 +104,6 @@ export class UpdateContactEvaluationCommand extends $Command< UpdateContactEvaluationCommandOutput, ConnectClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -120,9 +117,7 @@ export class UpdateContactEvaluationCommand extends $Command< * @public */ constructor(readonly input: UpdateContactEvaluationCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -175,7 +170,4 @@ export class UpdateContactEvaluationCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdateContactEvaluationCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-connect/src/commands/UpdateContactFlowContentCommand.ts b/clients/client-connect/src/commands/UpdateContactFlowContentCommand.ts index a898d2b7c9ee..4c8fddba44da 100644 --- a/clients/client-connect/src/commands/UpdateContactFlowContentCommand.ts +++ b/clients/client-connect/src/commands/UpdateContactFlowContentCommand.ts @@ -90,9 +90,6 @@ export class UpdateContactFlowContentCommand extends $Command< UpdateContactFlowContentCommandOutput, ConnectClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -106,9 +103,7 @@ export class UpdateContactFlowContentCommand extends $Command< * @public */ constructor(readonly input: UpdateContactFlowContentCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -161,7 +156,4 @@ export class UpdateContactFlowContentCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdateContactFlowContentCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-connect/src/commands/UpdateContactFlowMetadataCommand.ts b/clients/client-connect/src/commands/UpdateContactFlowMetadataCommand.ts index fb11e26a0bab..0e39a5ae5214 100644 --- a/clients/client-connect/src/commands/UpdateContactFlowMetadataCommand.ts +++ b/clients/client-connect/src/commands/UpdateContactFlowMetadataCommand.ts @@ -90,9 +90,6 @@ export class UpdateContactFlowMetadataCommand extends $Command< UpdateContactFlowMetadataCommandOutput, ConnectClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -106,9 +103,7 @@ export class UpdateContactFlowMetadataCommand extends $Command< * @public */ constructor(readonly input: UpdateContactFlowMetadataCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -164,7 +159,4 @@ export class UpdateContactFlowMetadataCommand extends $Command< ): Promise { return de_UpdateContactFlowMetadataCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-connect/src/commands/UpdateContactFlowModuleContentCommand.ts b/clients/client-connect/src/commands/UpdateContactFlowModuleContentCommand.ts index 9575c1d28bf5..f0afaefce3cc 100644 --- a/clients/client-connect/src/commands/UpdateContactFlowModuleContentCommand.ts +++ b/clients/client-connect/src/commands/UpdateContactFlowModuleContentCommand.ts @@ -93,9 +93,6 @@ export class UpdateContactFlowModuleContentCommand extends $Command< UpdateContactFlowModuleContentCommandOutput, ConnectClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -109,9 +106,7 @@ export class UpdateContactFlowModuleContentCommand extends $Command< * @public */ constructor(readonly input: UpdateContactFlowModuleContentCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -170,7 +165,4 @@ export class UpdateContactFlowModuleContentCommand extends $Command< ): Promise { return de_UpdateContactFlowModuleContentCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-connect/src/commands/UpdateContactFlowModuleMetadataCommand.ts b/clients/client-connect/src/commands/UpdateContactFlowModuleMetadataCommand.ts index b9fc88dbd47f..b2b1c969dbaf 100644 --- a/clients/client-connect/src/commands/UpdateContactFlowModuleMetadataCommand.ts +++ b/clients/client-connect/src/commands/UpdateContactFlowModuleMetadataCommand.ts @@ -98,9 +98,6 @@ export class UpdateContactFlowModuleMetadataCommand extends $Command< UpdateContactFlowModuleMetadataCommandOutput, ConnectClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -114,9 +111,7 @@ export class UpdateContactFlowModuleMetadataCommand extends $Command< * @public */ constructor(readonly input: UpdateContactFlowModuleMetadataCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -175,7 +170,4 @@ export class UpdateContactFlowModuleMetadataCommand extends $Command< ): Promise { return de_UpdateContactFlowModuleMetadataCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-connect/src/commands/UpdateContactFlowNameCommand.ts b/clients/client-connect/src/commands/UpdateContactFlowNameCommand.ts index ed3a9876e8ad..effd91b7bcce 100644 --- a/clients/client-connect/src/commands/UpdateContactFlowNameCommand.ts +++ b/clients/client-connect/src/commands/UpdateContactFlowNameCommand.ts @@ -91,9 +91,6 @@ export class UpdateContactFlowNameCommand extends $Command< UpdateContactFlowNameCommandOutput, ConnectClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -107,9 +104,7 @@ export class UpdateContactFlowNameCommand extends $Command< * @public */ constructor(readonly input: UpdateContactFlowNameCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -162,7 +157,4 @@ export class UpdateContactFlowNameCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdateContactFlowNameCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-connect/src/commands/UpdateContactScheduleCommand.ts b/clients/client-connect/src/commands/UpdateContactScheduleCommand.ts index c163ffb510e0..07f0c862f1f7 100644 --- a/clients/client-connect/src/commands/UpdateContactScheduleCommand.ts +++ b/clients/client-connect/src/commands/UpdateContactScheduleCommand.ts @@ -88,9 +88,6 @@ export class UpdateContactScheduleCommand extends $Command< UpdateContactScheduleCommandOutput, ConnectClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -104,9 +101,7 @@ export class UpdateContactScheduleCommand extends $Command< * @public */ constructor(readonly input: UpdateContactScheduleCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -159,7 +154,4 @@ export class UpdateContactScheduleCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdateContactScheduleCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-connect/src/commands/UpdateEvaluationFormCommand.ts b/clients/client-connect/src/commands/UpdateEvaluationFormCommand.ts index d338af122389..e0fc70e2b666 100644 --- a/clients/client-connect/src/commands/UpdateEvaluationFormCommand.ts +++ b/clients/client-connect/src/commands/UpdateEvaluationFormCommand.ts @@ -225,9 +225,6 @@ export class UpdateEvaluationFormCommand extends $Command< UpdateEvaluationFormCommandOutput, ConnectClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -241,9 +238,7 @@ export class UpdateEvaluationFormCommand extends $Command< * @public */ constructor(readonly input: UpdateEvaluationFormCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -296,7 +291,4 @@ export class UpdateEvaluationFormCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdateEvaluationFormCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-connect/src/commands/UpdateHoursOfOperationCommand.ts b/clients/client-connect/src/commands/UpdateHoursOfOperationCommand.ts index 038e8fbc76ae..b58c91467477 100644 --- a/clients/client-connect/src/commands/UpdateHoursOfOperationCommand.ts +++ b/clients/client-connect/src/commands/UpdateHoursOfOperationCommand.ts @@ -104,9 +104,6 @@ export class UpdateHoursOfOperationCommand extends $Command< UpdateHoursOfOperationCommandOutput, ConnectClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -120,9 +117,7 @@ export class UpdateHoursOfOperationCommand extends $Command< * @public */ constructor(readonly input: UpdateHoursOfOperationCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -175,7 +170,4 @@ export class UpdateHoursOfOperationCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdateHoursOfOperationCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-connect/src/commands/UpdateInstanceAttributeCommand.ts b/clients/client-connect/src/commands/UpdateInstanceAttributeCommand.ts index cc98e7c2ffae..08034bac7b8d 100644 --- a/clients/client-connect/src/commands/UpdateInstanceAttributeCommand.ts +++ b/clients/client-connect/src/commands/UpdateInstanceAttributeCommand.ts @@ -86,9 +86,6 @@ export class UpdateInstanceAttributeCommand extends $Command< UpdateInstanceAttributeCommandOutput, ConnectClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -102,9 +99,7 @@ export class UpdateInstanceAttributeCommand extends $Command< * @public */ constructor(readonly input: UpdateInstanceAttributeCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -157,7 +152,4 @@ export class UpdateInstanceAttributeCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdateInstanceAttributeCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-connect/src/commands/UpdateInstanceStorageConfigCommand.ts b/clients/client-connect/src/commands/UpdateInstanceStorageConfigCommand.ts index 7fa6f6f23a5b..dffc0ea390a6 100644 --- a/clients/client-connect/src/commands/UpdateInstanceStorageConfigCommand.ts +++ b/clients/client-connect/src/commands/UpdateInstanceStorageConfigCommand.ts @@ -115,9 +115,6 @@ export class UpdateInstanceStorageConfigCommand extends $Command< UpdateInstanceStorageConfigCommandOutput, ConnectClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -131,9 +128,7 @@ export class UpdateInstanceStorageConfigCommand extends $Command< * @public */ constructor(readonly input: UpdateInstanceStorageConfigCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -189,7 +184,4 @@ export class UpdateInstanceStorageConfigCommand extends $Command< ): Promise { return de_UpdateInstanceStorageConfigCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-connect/src/commands/UpdateParticipantRoleConfigCommand.ts b/clients/client-connect/src/commands/UpdateParticipantRoleConfigCommand.ts index d15b3be1b0f3..674cad3009c5 100644 --- a/clients/client-connect/src/commands/UpdateParticipantRoleConfigCommand.ts +++ b/clients/client-connect/src/commands/UpdateParticipantRoleConfigCommand.ts @@ -123,9 +123,6 @@ export class UpdateParticipantRoleConfigCommand extends $Command< UpdateParticipantRoleConfigCommandOutput, ConnectClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -139,9 +136,7 @@ export class UpdateParticipantRoleConfigCommand extends $Command< * @public */ constructor(readonly input: UpdateParticipantRoleConfigCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -197,7 +192,4 @@ export class UpdateParticipantRoleConfigCommand extends $Command< ): Promise { return de_UpdateParticipantRoleConfigCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-connect/src/commands/UpdatePhoneNumberCommand.ts b/clients/client-connect/src/commands/UpdatePhoneNumberCommand.ts index bd0287d07179..21d0d840b48d 100644 --- a/clients/client-connect/src/commands/UpdatePhoneNumberCommand.ts +++ b/clients/client-connect/src/commands/UpdatePhoneNumberCommand.ts @@ -105,9 +105,6 @@ export class UpdatePhoneNumberCommand extends $Command< UpdatePhoneNumberCommandOutput, ConnectClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -121,9 +118,7 @@ export class UpdatePhoneNumberCommand extends $Command< * @public */ constructor(readonly input: UpdatePhoneNumberCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -176,7 +171,4 @@ export class UpdatePhoneNumberCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdatePhoneNumberCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-connect/src/commands/UpdatePhoneNumberMetadataCommand.ts b/clients/client-connect/src/commands/UpdatePhoneNumberMetadataCommand.ts index 99fd21c0f72d..84428bda39ac 100644 --- a/clients/client-connect/src/commands/UpdatePhoneNumberMetadataCommand.ts +++ b/clients/client-connect/src/commands/UpdatePhoneNumberMetadataCommand.ts @@ -97,9 +97,6 @@ export class UpdatePhoneNumberMetadataCommand extends $Command< UpdatePhoneNumberMetadataCommandOutput, ConnectClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -113,9 +110,7 @@ export class UpdatePhoneNumberMetadataCommand extends $Command< * @public */ constructor(readonly input: UpdatePhoneNumberMetadataCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -171,7 +166,4 @@ export class UpdatePhoneNumberMetadataCommand extends $Command< ): Promise { return de_UpdatePhoneNumberMetadataCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-connect/src/commands/UpdatePromptCommand.ts b/clients/client-connect/src/commands/UpdatePromptCommand.ts index 71640aa55858..9c2bb560cfb7 100644 --- a/clients/client-connect/src/commands/UpdatePromptCommand.ts +++ b/clients/client-connect/src/commands/UpdatePromptCommand.ts @@ -90,9 +90,6 @@ export class UpdatePromptCommand extends $Command< UpdatePromptCommandOutput, ConnectClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -106,9 +103,7 @@ export class UpdatePromptCommand extends $Command< * @public */ constructor(readonly input: UpdatePromptCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -159,7 +154,4 @@ export class UpdatePromptCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdatePromptCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-connect/src/commands/UpdateQueueHoursOfOperationCommand.ts b/clients/client-connect/src/commands/UpdateQueueHoursOfOperationCommand.ts index 807386f87630..314b55492cc8 100644 --- a/clients/client-connect/src/commands/UpdateQueueHoursOfOperationCommand.ts +++ b/clients/client-connect/src/commands/UpdateQueueHoursOfOperationCommand.ts @@ -89,9 +89,6 @@ export class UpdateQueueHoursOfOperationCommand extends $Command< UpdateQueueHoursOfOperationCommandOutput, ConnectClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -105,9 +102,7 @@ export class UpdateQueueHoursOfOperationCommand extends $Command< * @public */ constructor(readonly input: UpdateQueueHoursOfOperationCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -163,7 +158,4 @@ export class UpdateQueueHoursOfOperationCommand extends $Command< ): Promise { return de_UpdateQueueHoursOfOperationCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-connect/src/commands/UpdateQueueMaxContactsCommand.ts b/clients/client-connect/src/commands/UpdateQueueMaxContactsCommand.ts index 24a53aa44f36..c9e31b892e98 100644 --- a/clients/client-connect/src/commands/UpdateQueueMaxContactsCommand.ts +++ b/clients/client-connect/src/commands/UpdateQueueMaxContactsCommand.ts @@ -87,9 +87,6 @@ export class UpdateQueueMaxContactsCommand extends $Command< UpdateQueueMaxContactsCommandOutput, ConnectClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -103,9 +100,7 @@ export class UpdateQueueMaxContactsCommand extends $Command< * @public */ constructor(readonly input: UpdateQueueMaxContactsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -158,7 +153,4 @@ export class UpdateQueueMaxContactsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdateQueueMaxContactsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-connect/src/commands/UpdateQueueNameCommand.ts b/clients/client-connect/src/commands/UpdateQueueNameCommand.ts index e776a8d9aeb0..94ac3773ec2d 100644 --- a/clients/client-connect/src/commands/UpdateQueueNameCommand.ts +++ b/clients/client-connect/src/commands/UpdateQueueNameCommand.ts @@ -90,9 +90,6 @@ export class UpdateQueueNameCommand extends $Command< UpdateQueueNameCommandOutput, ConnectClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -106,9 +103,7 @@ export class UpdateQueueNameCommand extends $Command< * @public */ constructor(readonly input: UpdateQueueNameCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -161,7 +156,4 @@ export class UpdateQueueNameCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdateQueueNameCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-connect/src/commands/UpdateQueueOutboundCallerConfigCommand.ts b/clients/client-connect/src/commands/UpdateQueueOutboundCallerConfigCommand.ts index e168c33268b9..0368198597a6 100644 --- a/clients/client-connect/src/commands/UpdateQueueOutboundCallerConfigCommand.ts +++ b/clients/client-connect/src/commands/UpdateQueueOutboundCallerConfigCommand.ts @@ -116,9 +116,6 @@ export class UpdateQueueOutboundCallerConfigCommand extends $Command< UpdateQueueOutboundCallerConfigCommandOutput, ConnectClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -132,9 +129,7 @@ export class UpdateQueueOutboundCallerConfigCommand extends $Command< * @public */ constructor(readonly input: UpdateQueueOutboundCallerConfigCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -193,7 +188,4 @@ export class UpdateQueueOutboundCallerConfigCommand extends $Command< ): Promise { return de_UpdateQueueOutboundCallerConfigCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-connect/src/commands/UpdateQueueStatusCommand.ts b/clients/client-connect/src/commands/UpdateQueueStatusCommand.ts index cf2fba842339..ce7158fde0d5 100644 --- a/clients/client-connect/src/commands/UpdateQueueStatusCommand.ts +++ b/clients/client-connect/src/commands/UpdateQueueStatusCommand.ts @@ -86,9 +86,6 @@ export class UpdateQueueStatusCommand extends $Command< UpdateQueueStatusCommandOutput, ConnectClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -102,9 +99,7 @@ export class UpdateQueueStatusCommand extends $Command< * @public */ constructor(readonly input: UpdateQueueStatusCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -157,7 +152,4 @@ export class UpdateQueueStatusCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdateQueueStatusCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-connect/src/commands/UpdateQuickConnectConfigCommand.ts b/clients/client-connect/src/commands/UpdateQuickConnectConfigCommand.ts index a1da884d32fb..1d842eacceb1 100644 --- a/clients/client-connect/src/commands/UpdateQuickConnectConfigCommand.ts +++ b/clients/client-connect/src/commands/UpdateQuickConnectConfigCommand.ts @@ -98,9 +98,6 @@ export class UpdateQuickConnectConfigCommand extends $Command< UpdateQuickConnectConfigCommandOutput, ConnectClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -114,9 +111,7 @@ export class UpdateQuickConnectConfigCommand extends $Command< * @public */ constructor(readonly input: UpdateQuickConnectConfigCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -169,7 +164,4 @@ export class UpdateQuickConnectConfigCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdateQuickConnectConfigCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-connect/src/commands/UpdateQuickConnectNameCommand.ts b/clients/client-connect/src/commands/UpdateQuickConnectNameCommand.ts index 3fe163149a96..88cdeee88b10 100644 --- a/clients/client-connect/src/commands/UpdateQuickConnectNameCommand.ts +++ b/clients/client-connect/src/commands/UpdateQuickConnectNameCommand.ts @@ -86,9 +86,6 @@ export class UpdateQuickConnectNameCommand extends $Command< UpdateQuickConnectNameCommandOutput, ConnectClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -102,9 +99,7 @@ export class UpdateQuickConnectNameCommand extends $Command< * @public */ constructor(readonly input: UpdateQuickConnectNameCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -157,7 +152,4 @@ export class UpdateQuickConnectNameCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdateQuickConnectNameCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-connect/src/commands/UpdateRoutingProfileAgentAvailabilityTimerCommand.ts b/clients/client-connect/src/commands/UpdateRoutingProfileAgentAvailabilityTimerCommand.ts index bdf2990558c0..1d0d1e8bd836 100644 --- a/clients/client-connect/src/commands/UpdateRoutingProfileAgentAvailabilityTimerCommand.ts +++ b/clients/client-connect/src/commands/UpdateRoutingProfileAgentAvailabilityTimerCommand.ts @@ -91,9 +91,6 @@ export class UpdateRoutingProfileAgentAvailabilityTimerCommand extends $Command< UpdateRoutingProfileAgentAvailabilityTimerCommandOutput, ConnectClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -107,9 +104,7 @@ export class UpdateRoutingProfileAgentAvailabilityTimerCommand extends $Command< * @public */ constructor(readonly input: UpdateRoutingProfileAgentAvailabilityTimerCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -174,7 +169,4 @@ export class UpdateRoutingProfileAgentAvailabilityTimerCommand extends $Command< ): Promise { return de_UpdateRoutingProfileAgentAvailabilityTimerCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-connect/src/commands/UpdateRoutingProfileConcurrencyCommand.ts b/clients/client-connect/src/commands/UpdateRoutingProfileConcurrencyCommand.ts index f96db0ad8d64..7d51579a7fa9 100644 --- a/clients/client-connect/src/commands/UpdateRoutingProfileConcurrencyCommand.ts +++ b/clients/client-connect/src/commands/UpdateRoutingProfileConcurrencyCommand.ts @@ -97,9 +97,6 @@ export class UpdateRoutingProfileConcurrencyCommand extends $Command< UpdateRoutingProfileConcurrencyCommandOutput, ConnectClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -113,9 +110,7 @@ export class UpdateRoutingProfileConcurrencyCommand extends $Command< * @public */ constructor(readonly input: UpdateRoutingProfileConcurrencyCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -174,7 +169,4 @@ export class UpdateRoutingProfileConcurrencyCommand extends $Command< ): Promise { return de_UpdateRoutingProfileConcurrencyCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-connect/src/commands/UpdateRoutingProfileDefaultOutboundQueueCommand.ts b/clients/client-connect/src/commands/UpdateRoutingProfileDefaultOutboundQueueCommand.ts index a8ebb17b5fa1..b6b7f540be96 100644 --- a/clients/client-connect/src/commands/UpdateRoutingProfileDefaultOutboundQueueCommand.ts +++ b/clients/client-connect/src/commands/UpdateRoutingProfileDefaultOutboundQueueCommand.ts @@ -89,9 +89,6 @@ export class UpdateRoutingProfileDefaultOutboundQueueCommand extends $Command< UpdateRoutingProfileDefaultOutboundQueueCommandOutput, ConnectClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -105,9 +102,7 @@ export class UpdateRoutingProfileDefaultOutboundQueueCommand extends $Command< * @public */ constructor(readonly input: UpdateRoutingProfileDefaultOutboundQueueCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -172,7 +167,4 @@ export class UpdateRoutingProfileDefaultOutboundQueueCommand extends $Command< ): Promise { return de_UpdateRoutingProfileDefaultOutboundQueueCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-connect/src/commands/UpdateRoutingProfileNameCommand.ts b/clients/client-connect/src/commands/UpdateRoutingProfileNameCommand.ts index a06357fdcd6c..ef598b1e7604 100644 --- a/clients/client-connect/src/commands/UpdateRoutingProfileNameCommand.ts +++ b/clients/client-connect/src/commands/UpdateRoutingProfileNameCommand.ts @@ -90,9 +90,6 @@ export class UpdateRoutingProfileNameCommand extends $Command< UpdateRoutingProfileNameCommandOutput, ConnectClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -106,9 +103,7 @@ export class UpdateRoutingProfileNameCommand extends $Command< * @public */ constructor(readonly input: UpdateRoutingProfileNameCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -161,7 +156,4 @@ export class UpdateRoutingProfileNameCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdateRoutingProfileNameCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-connect/src/commands/UpdateRoutingProfileQueuesCommand.ts b/clients/client-connect/src/commands/UpdateRoutingProfileQueuesCommand.ts index eeebc4b0f91f..195b60826ae9 100644 --- a/clients/client-connect/src/commands/UpdateRoutingProfileQueuesCommand.ts +++ b/clients/client-connect/src/commands/UpdateRoutingProfileQueuesCommand.ts @@ -94,9 +94,6 @@ export class UpdateRoutingProfileQueuesCommand extends $Command< UpdateRoutingProfileQueuesCommandOutput, ConnectClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -110,9 +107,7 @@ export class UpdateRoutingProfileQueuesCommand extends $Command< * @public */ constructor(readonly input: UpdateRoutingProfileQueuesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -168,7 +163,4 @@ export class UpdateRoutingProfileQueuesCommand extends $Command< ): Promise { return de_UpdateRoutingProfileQueuesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-connect/src/commands/UpdateRuleCommand.ts b/clients/client-connect/src/commands/UpdateRuleCommand.ts index 235ae2230e73..37d108c3ad2b 100644 --- a/clients/client-connect/src/commands/UpdateRuleCommand.ts +++ b/clients/client-connect/src/commands/UpdateRuleCommand.ts @@ -126,9 +126,6 @@ export class UpdateRuleCommand extends $Command< UpdateRuleCommandOutput, ConnectClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -142,9 +139,7 @@ export class UpdateRuleCommand extends $Command< * @public */ constructor(readonly input: UpdateRuleCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -195,7 +190,4 @@ export class UpdateRuleCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdateRuleCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-connect/src/commands/UpdateSecurityProfileCommand.ts b/clients/client-connect/src/commands/UpdateSecurityProfileCommand.ts index aea7a3b3f1f4..52c8c20b67d7 100644 --- a/clients/client-connect/src/commands/UpdateSecurityProfileCommand.ts +++ b/clients/client-connect/src/commands/UpdateSecurityProfileCommand.ts @@ -102,9 +102,6 @@ export class UpdateSecurityProfileCommand extends $Command< UpdateSecurityProfileCommandOutput, ConnectClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -118,9 +115,7 @@ export class UpdateSecurityProfileCommand extends $Command< * @public */ constructor(readonly input: UpdateSecurityProfileCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -173,7 +168,4 @@ export class UpdateSecurityProfileCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdateSecurityProfileCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-connect/src/commands/UpdateTaskTemplateCommand.ts b/clients/client-connect/src/commands/UpdateTaskTemplateCommand.ts index 98c9bbba43a2..b61d647abe6b 100644 --- a/clients/client-connect/src/commands/UpdateTaskTemplateCommand.ts +++ b/clients/client-connect/src/commands/UpdateTaskTemplateCommand.ts @@ -193,9 +193,6 @@ export class UpdateTaskTemplateCommand extends $Command< UpdateTaskTemplateCommandOutput, ConnectClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -209,9 +206,7 @@ export class UpdateTaskTemplateCommand extends $Command< * @public */ constructor(readonly input: UpdateTaskTemplateCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -264,7 +259,4 @@ export class UpdateTaskTemplateCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdateTaskTemplateCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-connect/src/commands/UpdateTrafficDistributionCommand.ts b/clients/client-connect/src/commands/UpdateTrafficDistributionCommand.ts index 3b43c4ecfc65..215b652b9972 100644 --- a/clients/client-connect/src/commands/UpdateTrafficDistributionCommand.ts +++ b/clients/client-connect/src/commands/UpdateTrafficDistributionCommand.ts @@ -121,9 +121,6 @@ export class UpdateTrafficDistributionCommand extends $Command< UpdateTrafficDistributionCommandOutput, ConnectClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -137,9 +134,7 @@ export class UpdateTrafficDistributionCommand extends $Command< * @public */ constructor(readonly input: UpdateTrafficDistributionCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -195,7 +190,4 @@ export class UpdateTrafficDistributionCommand extends $Command< ): Promise { return de_UpdateTrafficDistributionCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-connect/src/commands/UpdateUserHierarchyCommand.ts b/clients/client-connect/src/commands/UpdateUserHierarchyCommand.ts index 148e216a078d..a95e5ddb1575 100644 --- a/clients/client-connect/src/commands/UpdateUserHierarchyCommand.ts +++ b/clients/client-connect/src/commands/UpdateUserHierarchyCommand.ts @@ -85,9 +85,6 @@ export class UpdateUserHierarchyCommand extends $Command< UpdateUserHierarchyCommandOutput, ConnectClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -101,9 +98,7 @@ export class UpdateUserHierarchyCommand extends $Command< * @public */ constructor(readonly input: UpdateUserHierarchyCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -156,7 +151,4 @@ export class UpdateUserHierarchyCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdateUserHierarchyCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-connect/src/commands/UpdateUserHierarchyGroupNameCommand.ts b/clients/client-connect/src/commands/UpdateUserHierarchyGroupNameCommand.ts index fd2f25c7da5c..4af1217367c3 100644 --- a/clients/client-connect/src/commands/UpdateUserHierarchyGroupNameCommand.ts +++ b/clients/client-connect/src/commands/UpdateUserHierarchyGroupNameCommand.ts @@ -91,9 +91,6 @@ export class UpdateUserHierarchyGroupNameCommand extends $Command< UpdateUserHierarchyGroupNameCommandOutput, ConnectClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -107,9 +104,7 @@ export class UpdateUserHierarchyGroupNameCommand extends $Command< * @public */ constructor(readonly input: UpdateUserHierarchyGroupNameCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -165,7 +160,4 @@ export class UpdateUserHierarchyGroupNameCommand extends $Command< ): Promise { return de_UpdateUserHierarchyGroupNameCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-connect/src/commands/UpdateUserHierarchyStructureCommand.ts b/clients/client-connect/src/commands/UpdateUserHierarchyStructureCommand.ts index a52c3a35bd20..bf5ebae299e7 100644 --- a/clients/client-connect/src/commands/UpdateUserHierarchyStructureCommand.ts +++ b/clients/client-connect/src/commands/UpdateUserHierarchyStructureCommand.ts @@ -106,9 +106,6 @@ export class UpdateUserHierarchyStructureCommand extends $Command< UpdateUserHierarchyStructureCommandOutput, ConnectClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -122,9 +119,7 @@ export class UpdateUserHierarchyStructureCommand extends $Command< * @public */ constructor(readonly input: UpdateUserHierarchyStructureCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -180,7 +175,4 @@ export class UpdateUserHierarchyStructureCommand extends $Command< ): Promise { return de_UpdateUserHierarchyStructureCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-connect/src/commands/UpdateUserIdentityInfoCommand.ts b/clients/client-connect/src/commands/UpdateUserIdentityInfoCommand.ts index fbcfd919d0b9..de06343a1c2f 100644 --- a/clients/client-connect/src/commands/UpdateUserIdentityInfoCommand.ts +++ b/clients/client-connect/src/commands/UpdateUserIdentityInfoCommand.ts @@ -100,9 +100,6 @@ export class UpdateUserIdentityInfoCommand extends $Command< UpdateUserIdentityInfoCommandOutput, ConnectClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -116,9 +113,7 @@ export class UpdateUserIdentityInfoCommand extends $Command< * @public */ constructor(readonly input: UpdateUserIdentityInfoCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -171,7 +166,4 @@ export class UpdateUserIdentityInfoCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdateUserIdentityInfoCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-connect/src/commands/UpdateUserPhoneConfigCommand.ts b/clients/client-connect/src/commands/UpdateUserPhoneConfigCommand.ts index fab70b8fd41f..8054a82cfdfa 100644 --- a/clients/client-connect/src/commands/UpdateUserPhoneConfigCommand.ts +++ b/clients/client-connect/src/commands/UpdateUserPhoneConfigCommand.ts @@ -90,9 +90,6 @@ export class UpdateUserPhoneConfigCommand extends $Command< UpdateUserPhoneConfigCommandOutput, ConnectClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -106,9 +103,7 @@ export class UpdateUserPhoneConfigCommand extends $Command< * @public */ constructor(readonly input: UpdateUserPhoneConfigCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -161,7 +156,4 @@ export class UpdateUserPhoneConfigCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdateUserPhoneConfigCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-connect/src/commands/UpdateUserRoutingProfileCommand.ts b/clients/client-connect/src/commands/UpdateUserRoutingProfileCommand.ts index ea5ae4eefa9b..99a5b56973c9 100644 --- a/clients/client-connect/src/commands/UpdateUserRoutingProfileCommand.ts +++ b/clients/client-connect/src/commands/UpdateUserRoutingProfileCommand.ts @@ -85,9 +85,6 @@ export class UpdateUserRoutingProfileCommand extends $Command< UpdateUserRoutingProfileCommandOutput, ConnectClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -101,9 +98,7 @@ export class UpdateUserRoutingProfileCommand extends $Command< * @public */ constructor(readonly input: UpdateUserRoutingProfileCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -156,7 +151,4 @@ export class UpdateUserRoutingProfileCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdateUserRoutingProfileCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-connect/src/commands/UpdateUserSecurityProfilesCommand.ts b/clients/client-connect/src/commands/UpdateUserSecurityProfilesCommand.ts index 38a5d378b69c..5e9b028e7e1c 100644 --- a/clients/client-connect/src/commands/UpdateUserSecurityProfilesCommand.ts +++ b/clients/client-connect/src/commands/UpdateUserSecurityProfilesCommand.ts @@ -87,9 +87,6 @@ export class UpdateUserSecurityProfilesCommand extends $Command< UpdateUserSecurityProfilesCommandOutput, ConnectClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -103,9 +100,7 @@ export class UpdateUserSecurityProfilesCommand extends $Command< * @public */ constructor(readonly input: UpdateUserSecurityProfilesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -161,7 +156,4 @@ export class UpdateUserSecurityProfilesCommand extends $Command< ): Promise { return de_UpdateUserSecurityProfilesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-connect/src/commands/UpdateViewContentCommand.ts b/clients/client-connect/src/commands/UpdateViewContentCommand.ts index ffc85a18ce08..e73e9ec007bd 100644 --- a/clients/client-connect/src/commands/UpdateViewContentCommand.ts +++ b/clients/client-connect/src/commands/UpdateViewContentCommand.ts @@ -131,9 +131,6 @@ export class UpdateViewContentCommand extends $Command< UpdateViewContentCommandOutput, ConnectClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -147,9 +144,7 @@ export class UpdateViewContentCommand extends $Command< * @public */ constructor(readonly input: UpdateViewContentCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -202,7 +197,4 @@ export class UpdateViewContentCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdateViewContentCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-connect/src/commands/UpdateViewMetadataCommand.ts b/clients/client-connect/src/commands/UpdateViewMetadataCommand.ts index 3745518b42aa..60918d126235 100644 --- a/clients/client-connect/src/commands/UpdateViewMetadataCommand.ts +++ b/clients/client-connect/src/commands/UpdateViewMetadataCommand.ts @@ -100,9 +100,6 @@ export class UpdateViewMetadataCommand extends $Command< UpdateViewMetadataCommandOutput, ConnectClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -116,9 +113,7 @@ export class UpdateViewMetadataCommand extends $Command< * @public */ constructor(readonly input: UpdateViewMetadataCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -171,7 +166,4 @@ export class UpdateViewMetadataCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdateViewMetadataCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-connectcampaigns/package.json b/clients/client-connectcampaigns/package.json index 18b66afa0558..d04265feb23e 100644 --- a/clients/client-connectcampaigns/package.json +++ b/clients/client-connectcampaigns/package.json @@ -34,29 +34,29 @@ "@aws-sdk/util-endpoints": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@smithy/config-resolver": "^2.0.16", - "@smithy/fetch-http-handler": "^2.2.4", - "@smithy/hash-node": "^2.0.12", - "@smithy/invalid-dependency": "^2.0.12", - "@smithy/middleware-content-length": "^2.0.14", - "@smithy/middleware-endpoint": "^2.1.3", - "@smithy/middleware-retry": "^2.0.18", - "@smithy/middleware-serde": "^2.0.12", - "@smithy/middleware-stack": "^2.0.6", - "@smithy/node-config-provider": "^2.1.3", - "@smithy/node-http-handler": "^2.1.8", - "@smithy/protocol-http": "^3.0.8", - "@smithy/smithy-client": "^2.1.12", - "@smithy/types": "^2.4.0", - "@smithy/url-parser": "^2.0.12", - "@smithy/util-base64": "^2.0.0", + "@smithy/config-resolver": "^2.0.18", + "@smithy/fetch-http-handler": "^2.2.6", + "@smithy/hash-node": "^2.0.15", + "@smithy/invalid-dependency": "^2.0.13", + "@smithy/middleware-content-length": "^2.0.15", + "@smithy/middleware-endpoint": "^2.2.0", + "@smithy/middleware-retry": "^2.0.20", + "@smithy/middleware-serde": "^2.0.13", + "@smithy/middleware-stack": "^2.0.7", + "@smithy/node-config-provider": "^2.1.5", + "@smithy/node-http-handler": "^2.1.9", + "@smithy/protocol-http": "^3.0.9", + "@smithy/smithy-client": "^2.1.15", + "@smithy/types": "^2.5.0", + "@smithy/url-parser": "^2.0.13", + "@smithy/util-base64": "^2.0.1", "@smithy/util-body-length-browser": "^2.0.0", "@smithy/util-body-length-node": "^2.1.0", - "@smithy/util-defaults-mode-browser": "^2.0.16", - "@smithy/util-defaults-mode-node": "^2.0.21", - "@smithy/util-endpoints": "^1.0.2", - "@smithy/util-retry": "^2.0.5", - "@smithy/util-utf8": "^2.0.0", + "@smithy/util-defaults-mode-browser": "^2.0.19", + "@smithy/util-defaults-mode-node": "^2.0.25", + "@smithy/util-endpoints": "^1.0.4", + "@smithy/util-retry": "^2.0.6", + "@smithy/util-utf8": "^2.0.2", "tslib": "^2.5.0" }, "devDependencies": { diff --git a/clients/client-connectcampaigns/src/commands/CreateCampaignCommand.ts b/clients/client-connectcampaigns/src/commands/CreateCampaignCommand.ts index 78aa49c0a9bc..b1e6b407f8cd 100644 --- a/clients/client-connectcampaigns/src/commands/CreateCampaignCommand.ts +++ b/clients/client-connectcampaigns/src/commands/CreateCampaignCommand.ts @@ -120,9 +120,6 @@ export class CreateCampaignCommand extends $Command< CreateCampaignCommandOutput, ConnectCampaignsClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -136,9 +133,7 @@ export class CreateCampaignCommand extends $Command< * @public */ constructor(readonly input: CreateCampaignCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -191,7 +186,4 @@ export class CreateCampaignCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateCampaignCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-connectcampaigns/src/commands/DeleteCampaignCommand.ts b/clients/client-connectcampaigns/src/commands/DeleteCampaignCommand.ts index bad10798a649..cfe712246a0c 100644 --- a/clients/client-connectcampaigns/src/commands/DeleteCampaignCommand.ts +++ b/clients/client-connectcampaigns/src/commands/DeleteCampaignCommand.ts @@ -80,9 +80,6 @@ export class DeleteCampaignCommand extends $Command< DeleteCampaignCommandOutput, ConnectCampaignsClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -96,9 +93,7 @@ export class DeleteCampaignCommand extends $Command< * @public */ constructor(readonly input: DeleteCampaignCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -151,7 +146,4 @@ export class DeleteCampaignCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteCampaignCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-connectcampaigns/src/commands/DeleteConnectInstanceConfigCommand.ts b/clients/client-connectcampaigns/src/commands/DeleteConnectInstanceConfigCommand.ts index 9bc01826dd49..60c5bb92adbb 100644 --- a/clients/client-connectcampaigns/src/commands/DeleteConnectInstanceConfigCommand.ts +++ b/clients/client-connectcampaigns/src/commands/DeleteConnectInstanceConfigCommand.ts @@ -89,9 +89,6 @@ export class DeleteConnectInstanceConfigCommand extends $Command< DeleteConnectInstanceConfigCommandOutput, ConnectCampaignsClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -105,9 +102,7 @@ export class DeleteConnectInstanceConfigCommand extends $Command< * @public */ constructor(readonly input: DeleteConnectInstanceConfigCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -163,7 +158,4 @@ export class DeleteConnectInstanceConfigCommand extends $Command< ): Promise { return de_DeleteConnectInstanceConfigCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-connectcampaigns/src/commands/DeleteInstanceOnboardingJobCommand.ts b/clients/client-connectcampaigns/src/commands/DeleteInstanceOnboardingJobCommand.ts index dcce798cc6cd..7df041a3ab33 100644 --- a/clients/client-connectcampaigns/src/commands/DeleteInstanceOnboardingJobCommand.ts +++ b/clients/client-connectcampaigns/src/commands/DeleteInstanceOnboardingJobCommand.ts @@ -86,9 +86,6 @@ export class DeleteInstanceOnboardingJobCommand extends $Command< DeleteInstanceOnboardingJobCommandOutput, ConnectCampaignsClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -102,9 +99,7 @@ export class DeleteInstanceOnboardingJobCommand extends $Command< * @public */ constructor(readonly input: DeleteInstanceOnboardingJobCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -160,7 +155,4 @@ export class DeleteInstanceOnboardingJobCommand extends $Command< ): Promise { return de_DeleteInstanceOnboardingJobCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-connectcampaigns/src/commands/DescribeCampaignCommand.ts b/clients/client-connectcampaigns/src/commands/DescribeCampaignCommand.ts index cbcce1316e39..a8358bb93c53 100644 --- a/clients/client-connectcampaigns/src/commands/DescribeCampaignCommand.ts +++ b/clients/client-connectcampaigns/src/commands/DescribeCampaignCommand.ts @@ -111,9 +111,6 @@ export class DescribeCampaignCommand extends $Command< DescribeCampaignCommandOutput, ConnectCampaignsClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -127,9 +124,7 @@ export class DescribeCampaignCommand extends $Command< * @public */ constructor(readonly input: DescribeCampaignCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -182,7 +177,4 @@ export class DescribeCampaignCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DescribeCampaignCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-connectcampaigns/src/commands/GetCampaignStateBatchCommand.ts b/clients/client-connectcampaigns/src/commands/GetCampaignStateBatchCommand.ts index 9a307efaffc7..46dc4b874d45 100644 --- a/clients/client-connectcampaigns/src/commands/GetCampaignStateBatchCommand.ts +++ b/clients/client-connectcampaigns/src/commands/GetCampaignStateBatchCommand.ts @@ -95,9 +95,6 @@ export class GetCampaignStateBatchCommand extends $Command< GetCampaignStateBatchCommandOutput, ConnectCampaignsClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -111,9 +108,7 @@ export class GetCampaignStateBatchCommand extends $Command< * @public */ constructor(readonly input: GetCampaignStateBatchCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -166,7 +161,4 @@ export class GetCampaignStateBatchCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetCampaignStateBatchCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-connectcampaigns/src/commands/GetCampaignStateCommand.ts b/clients/client-connectcampaigns/src/commands/GetCampaignStateCommand.ts index 4f1a67e3678b..aa1823b031c9 100644 --- a/clients/client-connectcampaigns/src/commands/GetCampaignStateCommand.ts +++ b/clients/client-connectcampaigns/src/commands/GetCampaignStateCommand.ts @@ -85,9 +85,6 @@ export class GetCampaignStateCommand extends $Command< GetCampaignStateCommandOutput, ConnectCampaignsClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -101,9 +98,7 @@ export class GetCampaignStateCommand extends $Command< * @public */ constructor(readonly input: GetCampaignStateCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -156,7 +151,4 @@ export class GetCampaignStateCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetCampaignStateCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-connectcampaigns/src/commands/GetConnectInstanceConfigCommand.ts b/clients/client-connectcampaigns/src/commands/GetConnectInstanceConfigCommand.ts index 12940f5c5815..ef5ecc0009e0 100644 --- a/clients/client-connectcampaigns/src/commands/GetConnectInstanceConfigCommand.ts +++ b/clients/client-connectcampaigns/src/commands/GetConnectInstanceConfigCommand.ts @@ -90,9 +90,6 @@ export class GetConnectInstanceConfigCommand extends $Command< GetConnectInstanceConfigCommandOutput, ConnectCampaignsClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -106,9 +103,7 @@ export class GetConnectInstanceConfigCommand extends $Command< * @public */ constructor(readonly input: GetConnectInstanceConfigCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -161,7 +156,4 @@ export class GetConnectInstanceConfigCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetConnectInstanceConfigCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-connectcampaigns/src/commands/GetInstanceOnboardingJobStatusCommand.ts b/clients/client-connectcampaigns/src/commands/GetInstanceOnboardingJobStatusCommand.ts index 27647425792b..95431a38cdae 100644 --- a/clients/client-connectcampaigns/src/commands/GetInstanceOnboardingJobStatusCommand.ts +++ b/clients/client-connectcampaigns/src/commands/GetInstanceOnboardingJobStatusCommand.ts @@ -91,9 +91,6 @@ export class GetInstanceOnboardingJobStatusCommand extends $Command< GetInstanceOnboardingJobStatusCommandOutput, ConnectCampaignsClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -107,9 +104,7 @@ export class GetInstanceOnboardingJobStatusCommand extends $Command< * @public */ constructor(readonly input: GetInstanceOnboardingJobStatusCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -168,7 +163,4 @@ export class GetInstanceOnboardingJobStatusCommand extends $Command< ): Promise { return de_GetInstanceOnboardingJobStatusCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-connectcampaigns/src/commands/ListCampaignsCommand.ts b/clients/client-connectcampaigns/src/commands/ListCampaignsCommand.ts index 808122f73f8b..e2e0063105d3 100644 --- a/clients/client-connectcampaigns/src/commands/ListCampaignsCommand.ts +++ b/clients/client-connectcampaigns/src/commands/ListCampaignsCommand.ts @@ -94,9 +94,6 @@ export class ListCampaignsCommand extends $Command< ListCampaignsCommandOutput, ConnectCampaignsClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -110,9 +107,7 @@ export class ListCampaignsCommand extends $Command< * @public */ constructor(readonly input: ListCampaignsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -163,7 +158,4 @@ export class ListCampaignsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListCampaignsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-connectcampaigns/src/commands/ListTagsForResourceCommand.ts b/clients/client-connectcampaigns/src/commands/ListTagsForResourceCommand.ts index 75dc24a8070f..b2b8f5d83fa0 100644 --- a/clients/client-connectcampaigns/src/commands/ListTagsForResourceCommand.ts +++ b/clients/client-connectcampaigns/src/commands/ListTagsForResourceCommand.ts @@ -87,9 +87,6 @@ export class ListTagsForResourceCommand extends $Command< ListTagsForResourceCommandOutput, ConnectCampaignsClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -103,9 +100,7 @@ export class ListTagsForResourceCommand extends $Command< * @public */ constructor(readonly input: ListTagsForResourceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -158,7 +153,4 @@ export class ListTagsForResourceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListTagsForResourceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-connectcampaigns/src/commands/PauseCampaignCommand.ts b/clients/client-connectcampaigns/src/commands/PauseCampaignCommand.ts index c6db039bbb6e..349906e25a72 100644 --- a/clients/client-connectcampaigns/src/commands/PauseCampaignCommand.ts +++ b/clients/client-connectcampaigns/src/commands/PauseCampaignCommand.ts @@ -89,9 +89,6 @@ export class PauseCampaignCommand extends $Command< PauseCampaignCommandOutput, ConnectCampaignsClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -105,9 +102,7 @@ export class PauseCampaignCommand extends $Command< * @public */ constructor(readonly input: PauseCampaignCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -158,7 +153,4 @@ export class PauseCampaignCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_PauseCampaignCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-connectcampaigns/src/commands/PutDialRequestBatchCommand.ts b/clients/client-connectcampaigns/src/commands/PutDialRequestBatchCommand.ts index 0b20a556b0c3..60d741518461 100644 --- a/clients/client-connectcampaigns/src/commands/PutDialRequestBatchCommand.ts +++ b/clients/client-connectcampaigns/src/commands/PutDialRequestBatchCommand.ts @@ -117,9 +117,6 @@ export class PutDialRequestBatchCommand extends $Command< PutDialRequestBatchCommandOutput, ConnectCampaignsClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -133,9 +130,7 @@ export class PutDialRequestBatchCommand extends $Command< * @public */ constructor(readonly input: PutDialRequestBatchCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -188,7 +183,4 @@ export class PutDialRequestBatchCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_PutDialRequestBatchCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-connectcampaigns/src/commands/ResumeCampaignCommand.ts b/clients/client-connectcampaigns/src/commands/ResumeCampaignCommand.ts index e53466d12f57..6c11ce1326b4 100644 --- a/clients/client-connectcampaigns/src/commands/ResumeCampaignCommand.ts +++ b/clients/client-connectcampaigns/src/commands/ResumeCampaignCommand.ts @@ -89,9 +89,6 @@ export class ResumeCampaignCommand extends $Command< ResumeCampaignCommandOutput, ConnectCampaignsClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -105,9 +102,7 @@ export class ResumeCampaignCommand extends $Command< * @public */ constructor(readonly input: ResumeCampaignCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -160,7 +155,4 @@ export class ResumeCampaignCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ResumeCampaignCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-connectcampaigns/src/commands/StartCampaignCommand.ts b/clients/client-connectcampaigns/src/commands/StartCampaignCommand.ts index 66c32dea1cbd..78b9824cb4cf 100644 --- a/clients/client-connectcampaigns/src/commands/StartCampaignCommand.ts +++ b/clients/client-connectcampaigns/src/commands/StartCampaignCommand.ts @@ -89,9 +89,6 @@ export class StartCampaignCommand extends $Command< StartCampaignCommandOutput, ConnectCampaignsClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -105,9 +102,7 @@ export class StartCampaignCommand extends $Command< * @public */ constructor(readonly input: StartCampaignCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -158,7 +153,4 @@ export class StartCampaignCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_StartCampaignCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-connectcampaigns/src/commands/StartInstanceOnboardingJobCommand.ts b/clients/client-connectcampaigns/src/commands/StartInstanceOnboardingJobCommand.ts index bd4cdb0c05ba..3bbb0069323b 100644 --- a/clients/client-connectcampaigns/src/commands/StartInstanceOnboardingJobCommand.ts +++ b/clients/client-connectcampaigns/src/commands/StartInstanceOnboardingJobCommand.ts @@ -97,9 +97,6 @@ export class StartInstanceOnboardingJobCommand extends $Command< StartInstanceOnboardingJobCommandOutput, ConnectCampaignsClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -113,9 +110,7 @@ export class StartInstanceOnboardingJobCommand extends $Command< * @public */ constructor(readonly input: StartInstanceOnboardingJobCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -171,7 +166,4 @@ export class StartInstanceOnboardingJobCommand extends $Command< ): Promise { return de_StartInstanceOnboardingJobCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-connectcampaigns/src/commands/StopCampaignCommand.ts b/clients/client-connectcampaigns/src/commands/StopCampaignCommand.ts index 2f665b19b183..cf550c6b78ca 100644 --- a/clients/client-connectcampaigns/src/commands/StopCampaignCommand.ts +++ b/clients/client-connectcampaigns/src/commands/StopCampaignCommand.ts @@ -89,9 +89,6 @@ export class StopCampaignCommand extends $Command< StopCampaignCommandOutput, ConnectCampaignsClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -105,9 +102,7 @@ export class StopCampaignCommand extends $Command< * @public */ constructor(readonly input: StopCampaignCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -158,7 +153,4 @@ export class StopCampaignCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_StopCampaignCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-connectcampaigns/src/commands/TagResourceCommand.ts b/clients/client-connectcampaigns/src/commands/TagResourceCommand.ts index d57524cd3379..5cc5e54d5145 100644 --- a/clients/client-connectcampaigns/src/commands/TagResourceCommand.ts +++ b/clients/client-connectcampaigns/src/commands/TagResourceCommand.ts @@ -86,9 +86,6 @@ export class TagResourceCommand extends $Command< TagResourceCommandOutput, ConnectCampaignsClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -102,9 +99,7 @@ export class TagResourceCommand extends $Command< * @public */ constructor(readonly input: TagResourceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -155,7 +150,4 @@ export class TagResourceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_TagResourceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-connectcampaigns/src/commands/UntagResourceCommand.ts b/clients/client-connectcampaigns/src/commands/UntagResourceCommand.ts index 64b7cfef1d4a..0fb8ef19abef 100644 --- a/clients/client-connectcampaigns/src/commands/UntagResourceCommand.ts +++ b/clients/client-connectcampaigns/src/commands/UntagResourceCommand.ts @@ -86,9 +86,6 @@ export class UntagResourceCommand extends $Command< UntagResourceCommandOutput, ConnectCampaignsClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -102,9 +99,7 @@ export class UntagResourceCommand extends $Command< * @public */ constructor(readonly input: UntagResourceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -155,7 +150,4 @@ export class UntagResourceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UntagResourceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-connectcampaigns/src/commands/UpdateCampaignDialerConfigCommand.ts b/clients/client-connectcampaigns/src/commands/UpdateCampaignDialerConfigCommand.ts index dc17ac263daa..d0796b7fe9bd 100644 --- a/clients/client-connectcampaigns/src/commands/UpdateCampaignDialerConfigCommand.ts +++ b/clients/client-connectcampaigns/src/commands/UpdateCampaignDialerConfigCommand.ts @@ -96,9 +96,6 @@ export class UpdateCampaignDialerConfigCommand extends $Command< UpdateCampaignDialerConfigCommandOutput, ConnectCampaignsClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -112,9 +109,7 @@ export class UpdateCampaignDialerConfigCommand extends $Command< * @public */ constructor(readonly input: UpdateCampaignDialerConfigCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -170,7 +165,4 @@ export class UpdateCampaignDialerConfigCommand extends $Command< ): Promise { return de_UpdateCampaignDialerConfigCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-connectcampaigns/src/commands/UpdateCampaignNameCommand.ts b/clients/client-connectcampaigns/src/commands/UpdateCampaignNameCommand.ts index 134d23280239..dd9883f9eb10 100644 --- a/clients/client-connectcampaigns/src/commands/UpdateCampaignNameCommand.ts +++ b/clients/client-connectcampaigns/src/commands/UpdateCampaignNameCommand.ts @@ -84,9 +84,6 @@ export class UpdateCampaignNameCommand extends $Command< UpdateCampaignNameCommandOutput, ConnectCampaignsClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -100,9 +97,7 @@ export class UpdateCampaignNameCommand extends $Command< * @public */ constructor(readonly input: UpdateCampaignNameCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -155,7 +150,4 @@ export class UpdateCampaignNameCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdateCampaignNameCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-connectcampaigns/src/commands/UpdateCampaignOutboundCallConfigCommand.ts b/clients/client-connectcampaigns/src/commands/UpdateCampaignOutboundCallConfigCommand.ts index 5cf6a2e6c263..90d97baf4710 100644 --- a/clients/client-connectcampaigns/src/commands/UpdateCampaignOutboundCallConfigCommand.ts +++ b/clients/client-connectcampaigns/src/commands/UpdateCampaignOutboundCallConfigCommand.ts @@ -94,9 +94,6 @@ export class UpdateCampaignOutboundCallConfigCommand extends $Command< UpdateCampaignOutboundCallConfigCommandOutput, ConnectCampaignsClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -110,9 +107,7 @@ export class UpdateCampaignOutboundCallConfigCommand extends $Command< * @public */ constructor(readonly input: UpdateCampaignOutboundCallConfigCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -171,7 +166,4 @@ export class UpdateCampaignOutboundCallConfigCommand extends $Command< ): Promise { return de_UpdateCampaignOutboundCallConfigCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-connectcases/package.json b/clients/client-connectcases/package.json index 31be08429a20..3e5bf9819487 100644 --- a/clients/client-connectcases/package.json +++ b/clients/client-connectcases/package.json @@ -34,29 +34,29 @@ "@aws-sdk/util-endpoints": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@smithy/config-resolver": "^2.0.16", - "@smithy/fetch-http-handler": "^2.2.4", - "@smithy/hash-node": "^2.0.12", - "@smithy/invalid-dependency": "^2.0.12", - "@smithy/middleware-content-length": "^2.0.14", - "@smithy/middleware-endpoint": "^2.1.3", - "@smithy/middleware-retry": "^2.0.18", - "@smithy/middleware-serde": "^2.0.12", - "@smithy/middleware-stack": "^2.0.6", - "@smithy/node-config-provider": "^2.1.3", - "@smithy/node-http-handler": "^2.1.8", - "@smithy/protocol-http": "^3.0.8", - "@smithy/smithy-client": "^2.1.12", - "@smithy/types": "^2.4.0", - "@smithy/url-parser": "^2.0.12", - "@smithy/util-base64": "^2.0.0", + "@smithy/config-resolver": "^2.0.18", + "@smithy/fetch-http-handler": "^2.2.6", + "@smithy/hash-node": "^2.0.15", + "@smithy/invalid-dependency": "^2.0.13", + "@smithy/middleware-content-length": "^2.0.15", + "@smithy/middleware-endpoint": "^2.2.0", + "@smithy/middleware-retry": "^2.0.20", + "@smithy/middleware-serde": "^2.0.13", + "@smithy/middleware-stack": "^2.0.7", + "@smithy/node-config-provider": "^2.1.5", + "@smithy/node-http-handler": "^2.1.9", + "@smithy/protocol-http": "^3.0.9", + "@smithy/smithy-client": "^2.1.15", + "@smithy/types": "^2.5.0", + "@smithy/url-parser": "^2.0.13", + "@smithy/util-base64": "^2.0.1", "@smithy/util-body-length-browser": "^2.0.0", "@smithy/util-body-length-node": "^2.1.0", - "@smithy/util-defaults-mode-browser": "^2.0.16", - "@smithy/util-defaults-mode-node": "^2.0.21", - "@smithy/util-endpoints": "^1.0.2", - "@smithy/util-retry": "^2.0.5", - "@smithy/util-utf8": "^2.0.0", + "@smithy/util-defaults-mode-browser": "^2.0.19", + "@smithy/util-defaults-mode-node": "^2.0.25", + "@smithy/util-endpoints": "^1.0.4", + "@smithy/util-retry": "^2.0.6", + "@smithy/util-utf8": "^2.0.2", "tslib": "^2.5.0", "uuid": "^8.3.2" }, diff --git a/clients/client-connectcases/src/commands/BatchGetFieldCommand.ts b/clients/client-connectcases/src/commands/BatchGetFieldCommand.ts index 7bfe210a9f5c..388d26d56620 100644 --- a/clients/client-connectcases/src/commands/BatchGetFieldCommand.ts +++ b/clients/client-connectcases/src/commands/BatchGetFieldCommand.ts @@ -111,9 +111,6 @@ export class BatchGetFieldCommand extends $Command< BatchGetFieldCommandOutput, ConnectCasesClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -127,9 +124,7 @@ export class BatchGetFieldCommand extends $Command< * @public */ constructor(readonly input: BatchGetFieldCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -180,7 +175,4 @@ export class BatchGetFieldCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_BatchGetFieldCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-connectcases/src/commands/BatchPutFieldOptionsCommand.ts b/clients/client-connectcases/src/commands/BatchPutFieldOptionsCommand.ts index f9975f0651ca..518daa7dbeff 100644 --- a/clients/client-connectcases/src/commands/BatchPutFieldOptionsCommand.ts +++ b/clients/client-connectcases/src/commands/BatchPutFieldOptionsCommand.ts @@ -106,9 +106,6 @@ export class BatchPutFieldOptionsCommand extends $Command< BatchPutFieldOptionsCommandOutput, ConnectCasesClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -122,9 +119,7 @@ export class BatchPutFieldOptionsCommand extends $Command< * @public */ constructor(readonly input: BatchPutFieldOptionsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -177,7 +172,4 @@ export class BatchPutFieldOptionsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_BatchPutFieldOptionsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-connectcases/src/commands/CreateCaseCommand.ts b/clients/client-connectcases/src/commands/CreateCaseCommand.ts index e253c4c5c3ac..d7d21b8a9b47 100644 --- a/clients/client-connectcases/src/commands/CreateCaseCommand.ts +++ b/clients/client-connectcases/src/commands/CreateCaseCommand.ts @@ -122,9 +122,6 @@ export class CreateCaseCommand extends $Command< CreateCaseCommandOutput, ConnectCasesClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -138,9 +135,7 @@ export class CreateCaseCommand extends $Command< * @public */ constructor(readonly input: CreateCaseCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -191,7 +186,4 @@ export class CreateCaseCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateCaseCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-connectcases/src/commands/CreateDomainCommand.ts b/clients/client-connectcases/src/commands/CreateDomainCommand.ts index 4574fcc1460f..9c76b79c7228 100644 --- a/clients/client-connectcases/src/commands/CreateDomainCommand.ts +++ b/clients/client-connectcases/src/commands/CreateDomainCommand.ts @@ -104,9 +104,6 @@ export class CreateDomainCommand extends $Command< CreateDomainCommandOutput, ConnectCasesClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -120,9 +117,7 @@ export class CreateDomainCommand extends $Command< * @public */ constructor(readonly input: CreateDomainCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -173,7 +168,4 @@ export class CreateDomainCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateDomainCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-connectcases/src/commands/CreateFieldCommand.ts b/clients/client-connectcases/src/commands/CreateFieldCommand.ts index e61835066310..b903921575fc 100644 --- a/clients/client-connectcases/src/commands/CreateFieldCommand.ts +++ b/clients/client-connectcases/src/commands/CreateFieldCommand.ts @@ -101,9 +101,6 @@ export class CreateFieldCommand extends $Command< CreateFieldCommandOutput, ConnectCasesClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -117,9 +114,7 @@ export class CreateFieldCommand extends $Command< * @public */ constructor(readonly input: CreateFieldCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -170,7 +165,4 @@ export class CreateFieldCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateFieldCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-connectcases/src/commands/CreateLayoutCommand.ts b/clients/client-connectcases/src/commands/CreateLayoutCommand.ts index 4c8fd2246628..973119dd58c2 100644 --- a/clients/client-connectcases/src/commands/CreateLayoutCommand.ts +++ b/clients/client-connectcases/src/commands/CreateLayoutCommand.ts @@ -143,9 +143,6 @@ export class CreateLayoutCommand extends $Command< CreateLayoutCommandOutput, ConnectCasesClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -159,9 +156,7 @@ export class CreateLayoutCommand extends $Command< * @public */ constructor(readonly input: CreateLayoutCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -212,7 +207,4 @@ export class CreateLayoutCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateLayoutCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-connectcases/src/commands/CreateRelatedItemCommand.ts b/clients/client-connectcases/src/commands/CreateRelatedItemCommand.ts index 5373967825ad..c51904bb8903 100644 --- a/clients/client-connectcases/src/commands/CreateRelatedItemCommand.ts +++ b/clients/client-connectcases/src/commands/CreateRelatedItemCommand.ts @@ -124,9 +124,6 @@ export class CreateRelatedItemCommand extends $Command< CreateRelatedItemCommandOutput, ConnectCasesClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -140,9 +137,7 @@ export class CreateRelatedItemCommand extends $Command< * @public */ constructor(readonly input: CreateRelatedItemCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -195,7 +190,4 @@ export class CreateRelatedItemCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateRelatedItemCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-connectcases/src/commands/CreateTemplateCommand.ts b/clients/client-connectcases/src/commands/CreateTemplateCommand.ts index 8f030aba151a..e3f1f8f1574a 100644 --- a/clients/client-connectcases/src/commands/CreateTemplateCommand.ts +++ b/clients/client-connectcases/src/commands/CreateTemplateCommand.ts @@ -113,9 +113,6 @@ export class CreateTemplateCommand extends $Command< CreateTemplateCommandOutput, ConnectCasesClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -129,9 +126,7 @@ export class CreateTemplateCommand extends $Command< * @public */ constructor(readonly input: CreateTemplateCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -184,7 +179,4 @@ export class CreateTemplateCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateTemplateCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-connectcases/src/commands/DeleteDomainCommand.ts b/clients/client-connectcases/src/commands/DeleteDomainCommand.ts index d2e44da75348..a62ac2560746 100644 --- a/clients/client-connectcases/src/commands/DeleteDomainCommand.ts +++ b/clients/client-connectcases/src/commands/DeleteDomainCommand.ts @@ -96,9 +96,6 @@ export class DeleteDomainCommand extends $Command< DeleteDomainCommandOutput, ConnectCasesClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -112,9 +109,7 @@ export class DeleteDomainCommand extends $Command< * @public */ constructor(readonly input: DeleteDomainCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -165,7 +160,4 @@ export class DeleteDomainCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteDomainCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-connectcases/src/commands/GetCaseCommand.ts b/clients/client-connectcases/src/commands/GetCaseCommand.ts index 0461337af42f..6b56af6519dc 100644 --- a/clients/client-connectcases/src/commands/GetCaseCommand.ts +++ b/clients/client-connectcases/src/commands/GetCaseCommand.ts @@ -109,9 +109,6 @@ export class GetCaseCommand extends $Command< GetCaseCommandOutput, ConnectCasesClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -125,9 +122,7 @@ export class GetCaseCommand extends $Command< * @public */ constructor(readonly input: GetCaseCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -178,7 +173,4 @@ export class GetCaseCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetCaseCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-connectcases/src/commands/GetCaseEventConfigurationCommand.ts b/clients/client-connectcases/src/commands/GetCaseEventConfigurationCommand.ts index 28d483176d8c..4f63c5ed9314 100644 --- a/clients/client-connectcases/src/commands/GetCaseEventConfigurationCommand.ts +++ b/clients/client-connectcases/src/commands/GetCaseEventConfigurationCommand.ts @@ -101,9 +101,6 @@ export class GetCaseEventConfigurationCommand extends $Command< GetCaseEventConfigurationCommandOutput, ConnectCasesClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -117,9 +114,7 @@ export class GetCaseEventConfigurationCommand extends $Command< * @public */ constructor(readonly input: GetCaseEventConfigurationCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -175,7 +170,4 @@ export class GetCaseEventConfigurationCommand extends $Command< ): Promise { return de_GetCaseEventConfigurationCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-connectcases/src/commands/GetDomainCommand.ts b/clients/client-connectcases/src/commands/GetDomainCommand.ts index c662cbe6a290..021681064fe4 100644 --- a/clients/client-connectcases/src/commands/GetDomainCommand.ts +++ b/clients/client-connectcases/src/commands/GetDomainCommand.ts @@ -94,9 +94,6 @@ export class GetDomainCommand extends $Command< GetDomainCommandOutput, ConnectCasesClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -110,9 +107,7 @@ export class GetDomainCommand extends $Command< * @public */ constructor(readonly input: GetDomainCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -163,7 +158,4 @@ export class GetDomainCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetDomainCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-connectcases/src/commands/GetLayoutCommand.ts b/clients/client-connectcases/src/commands/GetLayoutCommand.ts index 375e0b39fbdb..05af22e0e082 100644 --- a/clients/client-connectcases/src/commands/GetLayoutCommand.ts +++ b/clients/client-connectcases/src/commands/GetLayoutCommand.ts @@ -125,9 +125,6 @@ export class GetLayoutCommand extends $Command< GetLayoutCommandOutput, ConnectCasesClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -141,9 +138,7 @@ export class GetLayoutCommand extends $Command< * @public */ constructor(readonly input: GetLayoutCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -194,7 +189,4 @@ export class GetLayoutCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetLayoutCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-connectcases/src/commands/GetTemplateCommand.ts b/clients/client-connectcases/src/commands/GetTemplateCommand.ts index e1910f3164eb..1a65b553fab7 100644 --- a/clients/client-connectcases/src/commands/GetTemplateCommand.ts +++ b/clients/client-connectcases/src/commands/GetTemplateCommand.ts @@ -103,9 +103,6 @@ export class GetTemplateCommand extends $Command< GetTemplateCommandOutput, ConnectCasesClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -119,9 +116,7 @@ export class GetTemplateCommand extends $Command< * @public */ constructor(readonly input: GetTemplateCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -172,7 +167,4 @@ export class GetTemplateCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetTemplateCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-connectcases/src/commands/ListCasesForContactCommand.ts b/clients/client-connectcases/src/commands/ListCasesForContactCommand.ts index 88a2a5743cd4..f769f494eb3e 100644 --- a/clients/client-connectcases/src/commands/ListCasesForContactCommand.ts +++ b/clients/client-connectcases/src/commands/ListCasesForContactCommand.ts @@ -96,9 +96,6 @@ export class ListCasesForContactCommand extends $Command< ListCasesForContactCommandOutput, ConnectCasesClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -112,9 +109,7 @@ export class ListCasesForContactCommand extends $Command< * @public */ constructor(readonly input: ListCasesForContactCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -167,7 +162,4 @@ export class ListCasesForContactCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListCasesForContactCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-connectcases/src/commands/ListDomainsCommand.ts b/clients/client-connectcases/src/commands/ListDomainsCommand.ts index 30bdb24bb803..0a40c2bc8850 100644 --- a/clients/client-connectcases/src/commands/ListDomainsCommand.ts +++ b/clients/client-connectcases/src/commands/ListDomainsCommand.ts @@ -92,9 +92,6 @@ export class ListDomainsCommand extends $Command< ListDomainsCommandOutput, ConnectCasesClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -108,9 +105,7 @@ export class ListDomainsCommand extends $Command< * @public */ constructor(readonly input: ListDomainsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -161,7 +156,4 @@ export class ListDomainsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListDomainsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-connectcases/src/commands/ListFieldOptionsCommand.ts b/clients/client-connectcases/src/commands/ListFieldOptionsCommand.ts index 86f1fbf7a4f0..9f3c78d52b25 100644 --- a/clients/client-connectcases/src/commands/ListFieldOptionsCommand.ts +++ b/clients/client-connectcases/src/commands/ListFieldOptionsCommand.ts @@ -100,9 +100,6 @@ export class ListFieldOptionsCommand extends $Command< ListFieldOptionsCommandOutput, ConnectCasesClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -116,9 +113,7 @@ export class ListFieldOptionsCommand extends $Command< * @public */ constructor(readonly input: ListFieldOptionsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -171,7 +166,4 @@ export class ListFieldOptionsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListFieldOptionsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-connectcases/src/commands/ListFieldsCommand.ts b/clients/client-connectcases/src/commands/ListFieldsCommand.ts index 07e66e1a4ce4..9e5fafc7d3ce 100644 --- a/clients/client-connectcases/src/commands/ListFieldsCommand.ts +++ b/clients/client-connectcases/src/commands/ListFieldsCommand.ts @@ -98,9 +98,6 @@ export class ListFieldsCommand extends $Command< ListFieldsCommandOutput, ConnectCasesClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -114,9 +111,7 @@ export class ListFieldsCommand extends $Command< * @public */ constructor(readonly input: ListFieldsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -167,7 +162,4 @@ export class ListFieldsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListFieldsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-connectcases/src/commands/ListLayoutsCommand.ts b/clients/client-connectcases/src/commands/ListLayoutsCommand.ts index 779cef255e63..19baa7f0e6db 100644 --- a/clients/client-connectcases/src/commands/ListLayoutsCommand.ts +++ b/clients/client-connectcases/src/commands/ListLayoutsCommand.ts @@ -97,9 +97,6 @@ export class ListLayoutsCommand extends $Command< ListLayoutsCommandOutput, ConnectCasesClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -113,9 +110,7 @@ export class ListLayoutsCommand extends $Command< * @public */ constructor(readonly input: ListLayoutsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -166,7 +161,4 @@ export class ListLayoutsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListLayoutsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-connectcases/src/commands/ListTagsForResourceCommand.ts b/clients/client-connectcases/src/commands/ListTagsForResourceCommand.ts index e5a44088d72a..0767b63d7ea3 100644 --- a/clients/client-connectcases/src/commands/ListTagsForResourceCommand.ts +++ b/clients/client-connectcases/src/commands/ListTagsForResourceCommand.ts @@ -89,9 +89,6 @@ export class ListTagsForResourceCommand extends $Command< ListTagsForResourceCommandOutput, ConnectCasesClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -105,9 +102,7 @@ export class ListTagsForResourceCommand extends $Command< * @public */ constructor(readonly input: ListTagsForResourceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -160,7 +155,4 @@ export class ListTagsForResourceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListTagsForResourceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-connectcases/src/commands/ListTemplatesCommand.ts b/clients/client-connectcases/src/commands/ListTemplatesCommand.ts index 95a6ed0bc410..1edb5a908ce4 100644 --- a/clients/client-connectcases/src/commands/ListTemplatesCommand.ts +++ b/clients/client-connectcases/src/commands/ListTemplatesCommand.ts @@ -101,9 +101,6 @@ export class ListTemplatesCommand extends $Command< ListTemplatesCommandOutput, ConnectCasesClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -117,9 +114,7 @@ export class ListTemplatesCommand extends $Command< * @public */ constructor(readonly input: ListTemplatesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -170,7 +165,4 @@ export class ListTemplatesCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListTemplatesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-connectcases/src/commands/PutCaseEventConfigurationCommand.ts b/clients/client-connectcases/src/commands/PutCaseEventConfigurationCommand.ts index c1c0879a57e3..3ad5e8859f70 100644 --- a/clients/client-connectcases/src/commands/PutCaseEventConfigurationCommand.ts +++ b/clients/client-connectcases/src/commands/PutCaseEventConfigurationCommand.ts @@ -103,9 +103,6 @@ export class PutCaseEventConfigurationCommand extends $Command< PutCaseEventConfigurationCommandOutput, ConnectCasesClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -119,9 +116,7 @@ export class PutCaseEventConfigurationCommand extends $Command< * @public */ constructor(readonly input: PutCaseEventConfigurationCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -177,7 +172,4 @@ export class PutCaseEventConfigurationCommand extends $Command< ): Promise { return de_PutCaseEventConfigurationCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-connectcases/src/commands/SearchCasesCommand.ts b/clients/client-connectcases/src/commands/SearchCasesCommand.ts index e4b390c2bbd5..8a5382266e6e 100644 --- a/clients/client-connectcases/src/commands/SearchCasesCommand.ts +++ b/clients/client-connectcases/src/commands/SearchCasesCommand.ts @@ -200,9 +200,6 @@ export class SearchCasesCommand extends $Command< SearchCasesCommandOutput, ConnectCasesClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -216,9 +213,7 @@ export class SearchCasesCommand extends $Command< * @public */ constructor(readonly input: SearchCasesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -269,7 +264,4 @@ export class SearchCasesCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_SearchCasesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-connectcases/src/commands/SearchRelatedItemsCommand.ts b/clients/client-connectcases/src/commands/SearchRelatedItemsCommand.ts index 8d3549d7d25f..9230742f549c 100644 --- a/clients/client-connectcases/src/commands/SearchRelatedItemsCommand.ts +++ b/clients/client-connectcases/src/commands/SearchRelatedItemsCommand.ts @@ -129,9 +129,6 @@ export class SearchRelatedItemsCommand extends $Command< SearchRelatedItemsCommandOutput, ConnectCasesClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -145,9 +142,7 @@ export class SearchRelatedItemsCommand extends $Command< * @public */ constructor(readonly input: SearchRelatedItemsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -200,7 +195,4 @@ export class SearchRelatedItemsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_SearchRelatedItemsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-connectcases/src/commands/TagResourceCommand.ts b/clients/client-connectcases/src/commands/TagResourceCommand.ts index 8351a61c7273..ac2d56683666 100644 --- a/clients/client-connectcases/src/commands/TagResourceCommand.ts +++ b/clients/client-connectcases/src/commands/TagResourceCommand.ts @@ -88,9 +88,6 @@ export class TagResourceCommand extends $Command< TagResourceCommandOutput, ConnectCasesClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -104,9 +101,7 @@ export class TagResourceCommand extends $Command< * @public */ constructor(readonly input: TagResourceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -157,7 +152,4 @@ export class TagResourceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_TagResourceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-connectcases/src/commands/UntagResourceCommand.ts b/clients/client-connectcases/src/commands/UntagResourceCommand.ts index f75192f2d7db..421b1d32372e 100644 --- a/clients/client-connectcases/src/commands/UntagResourceCommand.ts +++ b/clients/client-connectcases/src/commands/UntagResourceCommand.ts @@ -88,9 +88,6 @@ export class UntagResourceCommand extends $Command< UntagResourceCommandOutput, ConnectCasesClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -104,9 +101,7 @@ export class UntagResourceCommand extends $Command< * @public */ constructor(readonly input: UntagResourceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -157,7 +152,4 @@ export class UntagResourceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UntagResourceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-connectcases/src/commands/UpdateCaseCommand.ts b/clients/client-connectcases/src/commands/UpdateCaseCommand.ts index bbde903b63de..0c37c033029b 100644 --- a/clients/client-connectcases/src/commands/UpdateCaseCommand.ts +++ b/clients/client-connectcases/src/commands/UpdateCaseCommand.ts @@ -100,9 +100,6 @@ export class UpdateCaseCommand extends $Command< UpdateCaseCommandOutput, ConnectCasesClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -116,9 +113,7 @@ export class UpdateCaseCommand extends $Command< * @public */ constructor(readonly input: UpdateCaseCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -169,7 +164,4 @@ export class UpdateCaseCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdateCaseCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-connectcases/src/commands/UpdateFieldCommand.ts b/clients/client-connectcases/src/commands/UpdateFieldCommand.ts index e8090561c3a4..62c01a3d714e 100644 --- a/clients/client-connectcases/src/commands/UpdateFieldCommand.ts +++ b/clients/client-connectcases/src/commands/UpdateFieldCommand.ts @@ -93,9 +93,6 @@ export class UpdateFieldCommand extends $Command< UpdateFieldCommandOutput, ConnectCasesClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -109,9 +106,7 @@ export class UpdateFieldCommand extends $Command< * @public */ constructor(readonly input: UpdateFieldCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -162,7 +157,4 @@ export class UpdateFieldCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdateFieldCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-connectcases/src/commands/UpdateLayoutCommand.ts b/clients/client-connectcases/src/commands/UpdateLayoutCommand.ts index d784130bf72b..7bc9c1e4df5e 100644 --- a/clients/client-connectcases/src/commands/UpdateLayoutCommand.ts +++ b/clients/client-connectcases/src/commands/UpdateLayoutCommand.ts @@ -136,9 +136,6 @@ export class UpdateLayoutCommand extends $Command< UpdateLayoutCommandOutput, ConnectCasesClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -152,9 +149,7 @@ export class UpdateLayoutCommand extends $Command< * @public */ constructor(readonly input: UpdateLayoutCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -205,7 +200,4 @@ export class UpdateLayoutCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdateLayoutCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-connectcases/src/commands/UpdateTemplateCommand.ts b/clients/client-connectcases/src/commands/UpdateTemplateCommand.ts index d949a02cceee..1b2f9b6eb929 100644 --- a/clients/client-connectcases/src/commands/UpdateTemplateCommand.ts +++ b/clients/client-connectcases/src/commands/UpdateTemplateCommand.ts @@ -106,9 +106,6 @@ export class UpdateTemplateCommand extends $Command< UpdateTemplateCommandOutput, ConnectCasesClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -122,9 +119,7 @@ export class UpdateTemplateCommand extends $Command< * @public */ constructor(readonly input: UpdateTemplateCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -177,7 +172,4 @@ export class UpdateTemplateCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdateTemplateCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-connectparticipant/package.json b/clients/client-connectparticipant/package.json index 74df9990739f..323c9f495ef6 100644 --- a/clients/client-connectparticipant/package.json +++ b/clients/client-connectparticipant/package.json @@ -34,29 +34,29 @@ "@aws-sdk/util-endpoints": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@smithy/config-resolver": "^2.0.16", - "@smithy/fetch-http-handler": "^2.2.4", - "@smithy/hash-node": "^2.0.12", - "@smithy/invalid-dependency": "^2.0.12", - "@smithy/middleware-content-length": "^2.0.14", - "@smithy/middleware-endpoint": "^2.1.3", - "@smithy/middleware-retry": "^2.0.18", - "@smithy/middleware-serde": "^2.0.12", - "@smithy/middleware-stack": "^2.0.6", - "@smithy/node-config-provider": "^2.1.3", - "@smithy/node-http-handler": "^2.1.8", - "@smithy/protocol-http": "^3.0.8", - "@smithy/smithy-client": "^2.1.12", - "@smithy/types": "^2.4.0", - "@smithy/url-parser": "^2.0.12", - "@smithy/util-base64": "^2.0.0", + "@smithy/config-resolver": "^2.0.18", + "@smithy/fetch-http-handler": "^2.2.6", + "@smithy/hash-node": "^2.0.15", + "@smithy/invalid-dependency": "^2.0.13", + "@smithy/middleware-content-length": "^2.0.15", + "@smithy/middleware-endpoint": "^2.2.0", + "@smithy/middleware-retry": "^2.0.20", + "@smithy/middleware-serde": "^2.0.13", + "@smithy/middleware-stack": "^2.0.7", + "@smithy/node-config-provider": "^2.1.5", + "@smithy/node-http-handler": "^2.1.9", + "@smithy/protocol-http": "^3.0.9", + "@smithy/smithy-client": "^2.1.15", + "@smithy/types": "^2.5.0", + "@smithy/url-parser": "^2.0.13", + "@smithy/util-base64": "^2.0.1", "@smithy/util-body-length-browser": "^2.0.0", "@smithy/util-body-length-node": "^2.1.0", - "@smithy/util-defaults-mode-browser": "^2.0.16", - "@smithy/util-defaults-mode-node": "^2.0.21", - "@smithy/util-endpoints": "^1.0.2", - "@smithy/util-retry": "^2.0.5", - "@smithy/util-utf8": "^2.0.0", + "@smithy/util-defaults-mode-browser": "^2.0.19", + "@smithy/util-defaults-mode-node": "^2.0.25", + "@smithy/util-endpoints": "^1.0.4", + "@smithy/util-retry": "^2.0.6", + "@smithy/util-utf8": "^2.0.2", "tslib": "^2.5.0", "uuid": "^8.3.2" }, diff --git a/clients/client-connectparticipant/src/commands/CompleteAttachmentUploadCommand.ts b/clients/client-connectparticipant/src/commands/CompleteAttachmentUploadCommand.ts index 098409005778..3e5b6382b66b 100644 --- a/clients/client-connectparticipant/src/commands/CompleteAttachmentUploadCommand.ts +++ b/clients/client-connectparticipant/src/commands/CompleteAttachmentUploadCommand.ts @@ -102,9 +102,6 @@ export class CompleteAttachmentUploadCommand extends $Command< CompleteAttachmentUploadCommandOutput, ConnectParticipantClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -118,9 +115,7 @@ export class CompleteAttachmentUploadCommand extends $Command< * @public */ constructor(readonly input: CompleteAttachmentUploadCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -173,7 +168,4 @@ export class CompleteAttachmentUploadCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CompleteAttachmentUploadCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-connectparticipant/src/commands/CreateParticipantConnectionCommand.ts b/clients/client-connectparticipant/src/commands/CreateParticipantConnectionCommand.ts index 6ecb615689fd..ece780bed5d1 100644 --- a/clients/client-connectparticipant/src/commands/CreateParticipantConnectionCommand.ts +++ b/clients/client-connectparticipant/src/commands/CreateParticipantConnectionCommand.ts @@ -136,9 +136,6 @@ export class CreateParticipantConnectionCommand extends $Command< CreateParticipantConnectionCommandOutput, ConnectParticipantClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -152,9 +149,7 @@ export class CreateParticipantConnectionCommand extends $Command< * @public */ constructor(readonly input: CreateParticipantConnectionCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -210,7 +205,4 @@ export class CreateParticipantConnectionCommand extends $Command< ): Promise { return de_CreateParticipantConnectionCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-connectparticipant/src/commands/DescribeViewCommand.ts b/clients/client-connectparticipant/src/commands/DescribeViewCommand.ts index 28ce69dfcc2c..5c79b66e77c9 100644 --- a/clients/client-connectparticipant/src/commands/DescribeViewCommand.ts +++ b/clients/client-connectparticipant/src/commands/DescribeViewCommand.ts @@ -102,9 +102,6 @@ export class DescribeViewCommand extends $Command< DescribeViewCommandOutput, ConnectParticipantClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -118,9 +115,7 @@ export class DescribeViewCommand extends $Command< * @public */ constructor(readonly input: DescribeViewCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -171,7 +166,4 @@ export class DescribeViewCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DescribeViewCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-connectparticipant/src/commands/DisconnectParticipantCommand.ts b/clients/client-connectparticipant/src/commands/DisconnectParticipantCommand.ts index 05a6185c52f2..a15c63bfdd66 100644 --- a/clients/client-connectparticipant/src/commands/DisconnectParticipantCommand.ts +++ b/clients/client-connectparticipant/src/commands/DisconnectParticipantCommand.ts @@ -92,9 +92,6 @@ export class DisconnectParticipantCommand extends $Command< DisconnectParticipantCommandOutput, ConnectParticipantClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -108,9 +105,7 @@ export class DisconnectParticipantCommand extends $Command< * @public */ constructor(readonly input: DisconnectParticipantCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -163,7 +158,4 @@ export class DisconnectParticipantCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DisconnectParticipantCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-connectparticipant/src/commands/GetAttachmentCommand.ts b/clients/client-connectparticipant/src/commands/GetAttachmentCommand.ts index aa902411a2bc..0abb97df8677 100644 --- a/clients/client-connectparticipant/src/commands/GetAttachmentCommand.ts +++ b/clients/client-connectparticipant/src/commands/GetAttachmentCommand.ts @@ -96,9 +96,6 @@ export class GetAttachmentCommand extends $Command< GetAttachmentCommandOutput, ConnectParticipantClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -112,9 +109,7 @@ export class GetAttachmentCommand extends $Command< * @public */ constructor(readonly input: GetAttachmentCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -165,7 +160,4 @@ export class GetAttachmentCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetAttachmentCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-connectparticipant/src/commands/GetTranscriptCommand.ts b/clients/client-connectparticipant/src/commands/GetTranscriptCommand.ts index 13bbc56b8ffd..a59c1a3317ce 100644 --- a/clients/client-connectparticipant/src/commands/GetTranscriptCommand.ts +++ b/clients/client-connectparticipant/src/commands/GetTranscriptCommand.ts @@ -138,9 +138,6 @@ export class GetTranscriptCommand extends $Command< GetTranscriptCommandOutput, ConnectParticipantClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -154,9 +151,7 @@ export class GetTranscriptCommand extends $Command< * @public */ constructor(readonly input: GetTranscriptCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -207,7 +202,4 @@ export class GetTranscriptCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetTranscriptCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-connectparticipant/src/commands/SendEventCommand.ts b/clients/client-connectparticipant/src/commands/SendEventCommand.ts index fa8e89be19f5..22f0cab9c5e8 100644 --- a/clients/client-connectparticipant/src/commands/SendEventCommand.ts +++ b/clients/client-connectparticipant/src/commands/SendEventCommand.ts @@ -97,9 +97,6 @@ export class SendEventCommand extends $Command< SendEventCommandOutput, ConnectParticipantClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -113,9 +110,7 @@ export class SendEventCommand extends $Command< * @public */ constructor(readonly input: SendEventCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -166,7 +161,4 @@ export class SendEventCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_SendEventCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-connectparticipant/src/commands/SendMessageCommand.ts b/clients/client-connectparticipant/src/commands/SendMessageCommand.ts index b557092570d7..3e6813929c63 100644 --- a/clients/client-connectparticipant/src/commands/SendMessageCommand.ts +++ b/clients/client-connectparticipant/src/commands/SendMessageCommand.ts @@ -97,9 +97,6 @@ export class SendMessageCommand extends $Command< SendMessageCommandOutput, ConnectParticipantClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -113,9 +110,7 @@ export class SendMessageCommand extends $Command< * @public */ constructor(readonly input: SendMessageCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -166,7 +161,4 @@ export class SendMessageCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_SendMessageCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-connectparticipant/src/commands/StartAttachmentUploadCommand.ts b/clients/client-connectparticipant/src/commands/StartAttachmentUploadCommand.ts index 519bc496e1d1..bb0990feb5a0 100644 --- a/clients/client-connectparticipant/src/commands/StartAttachmentUploadCommand.ts +++ b/clients/client-connectparticipant/src/commands/StartAttachmentUploadCommand.ts @@ -108,9 +108,6 @@ export class StartAttachmentUploadCommand extends $Command< StartAttachmentUploadCommandOutput, ConnectParticipantClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -124,9 +121,7 @@ export class StartAttachmentUploadCommand extends $Command< * @public */ constructor(readonly input: StartAttachmentUploadCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -179,7 +174,4 @@ export class StartAttachmentUploadCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_StartAttachmentUploadCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-controltower/package.json b/clients/client-controltower/package.json index 532266d4f842..0b567449e53b 100644 --- a/clients/client-controltower/package.json +++ b/clients/client-controltower/package.json @@ -34,29 +34,29 @@ "@aws-sdk/util-endpoints": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@smithy/config-resolver": "^2.0.16", - "@smithy/fetch-http-handler": "^2.2.4", - "@smithy/hash-node": "^2.0.12", - "@smithy/invalid-dependency": "^2.0.12", - "@smithy/middleware-content-length": "^2.0.14", - "@smithy/middleware-endpoint": "^2.1.3", - "@smithy/middleware-retry": "^2.0.18", - "@smithy/middleware-serde": "^2.0.12", - "@smithy/middleware-stack": "^2.0.6", - "@smithy/node-config-provider": "^2.1.3", - "@smithy/node-http-handler": "^2.1.8", - "@smithy/protocol-http": "^3.0.8", - "@smithy/smithy-client": "^2.1.12", - "@smithy/types": "^2.4.0", - "@smithy/url-parser": "^2.0.12", - "@smithy/util-base64": "^2.0.0", + "@smithy/config-resolver": "^2.0.18", + "@smithy/fetch-http-handler": "^2.2.6", + "@smithy/hash-node": "^2.0.15", + "@smithy/invalid-dependency": "^2.0.13", + "@smithy/middleware-content-length": "^2.0.15", + "@smithy/middleware-endpoint": "^2.2.0", + "@smithy/middleware-retry": "^2.0.20", + "@smithy/middleware-serde": "^2.0.13", + "@smithy/middleware-stack": "^2.0.7", + "@smithy/node-config-provider": "^2.1.5", + "@smithy/node-http-handler": "^2.1.9", + "@smithy/protocol-http": "^3.0.9", + "@smithy/smithy-client": "^2.1.15", + "@smithy/types": "^2.5.0", + "@smithy/url-parser": "^2.0.13", + "@smithy/util-base64": "^2.0.1", "@smithy/util-body-length-browser": "^2.0.0", "@smithy/util-body-length-node": "^2.1.0", - "@smithy/util-defaults-mode-browser": "^2.0.16", - "@smithy/util-defaults-mode-node": "^2.0.21", - "@smithy/util-endpoints": "^1.0.2", - "@smithy/util-retry": "^2.0.5", - "@smithy/util-utf8": "^2.0.0", + "@smithy/util-defaults-mode-browser": "^2.0.19", + "@smithy/util-defaults-mode-node": "^2.0.25", + "@smithy/util-endpoints": "^1.0.4", + "@smithy/util-retry": "^2.0.6", + "@smithy/util-utf8": "^2.0.2", "tslib": "^2.5.0" }, "devDependencies": { diff --git a/clients/client-controltower/src/commands/DisableControlCommand.ts b/clients/client-controltower/src/commands/DisableControlCommand.ts index 2ab45586b902..df2e25d5b088 100644 --- a/clients/client-controltower/src/commands/DisableControlCommand.ts +++ b/clients/client-controltower/src/commands/DisableControlCommand.ts @@ -96,9 +96,6 @@ export class DisableControlCommand extends $Command< DisableControlCommandOutput, ControlTowerClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -112,9 +109,7 @@ export class DisableControlCommand extends $Command< * @public */ constructor(readonly input: DisableControlCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -167,7 +162,4 @@ export class DisableControlCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DisableControlCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-controltower/src/commands/EnableControlCommand.ts b/clients/client-controltower/src/commands/EnableControlCommand.ts index 757a5b07e01f..49a1457f8eef 100644 --- a/clients/client-controltower/src/commands/EnableControlCommand.ts +++ b/clients/client-controltower/src/commands/EnableControlCommand.ts @@ -100,9 +100,6 @@ export class EnableControlCommand extends $Command< EnableControlCommandOutput, ControlTowerClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -116,9 +113,7 @@ export class EnableControlCommand extends $Command< * @public */ constructor(readonly input: EnableControlCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -169,7 +164,4 @@ export class EnableControlCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_EnableControlCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-controltower/src/commands/GetControlOperationCommand.ts b/clients/client-controltower/src/commands/GetControlOperationCommand.ts index 88a4e2b10143..6058e56b3b66 100644 --- a/clients/client-controltower/src/commands/GetControlOperationCommand.ts +++ b/clients/client-controltower/src/commands/GetControlOperationCommand.ts @@ -95,9 +95,6 @@ export class GetControlOperationCommand extends $Command< GetControlOperationCommandOutput, ControlTowerClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -111,9 +108,7 @@ export class GetControlOperationCommand extends $Command< * @public */ constructor(readonly input: GetControlOperationCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -166,7 +161,4 @@ export class GetControlOperationCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetControlOperationCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-controltower/src/commands/GetEnabledControlCommand.ts b/clients/client-controltower/src/commands/GetEnabledControlCommand.ts index a992ab4a2205..dabbd5344401 100644 --- a/clients/client-controltower/src/commands/GetEnabledControlCommand.ts +++ b/clients/client-controltower/src/commands/GetEnabledControlCommand.ts @@ -103,9 +103,6 @@ export class GetEnabledControlCommand extends $Command< GetEnabledControlCommandOutput, ControlTowerClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -119,9 +116,7 @@ export class GetEnabledControlCommand extends $Command< * @public */ constructor(readonly input: GetEnabledControlCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -174,7 +169,4 @@ export class GetEnabledControlCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetEnabledControlCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-controltower/src/commands/ListEnabledControlsCommand.ts b/clients/client-controltower/src/commands/ListEnabledControlsCommand.ts index d0a60399cc95..afc12cdc3ffc 100644 --- a/clients/client-controltower/src/commands/ListEnabledControlsCommand.ts +++ b/clients/client-controltower/src/commands/ListEnabledControlsCommand.ts @@ -104,9 +104,6 @@ export class ListEnabledControlsCommand extends $Command< ListEnabledControlsCommandOutput, ControlTowerClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -120,9 +117,7 @@ export class ListEnabledControlsCommand extends $Command< * @public */ constructor(readonly input: ListEnabledControlsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -175,7 +170,4 @@ export class ListEnabledControlsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListEnabledControlsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-controltower/src/commands/ListTagsForResourceCommand.ts b/clients/client-controltower/src/commands/ListTagsForResourceCommand.ts index de79844c4a53..00d8df109e9e 100644 --- a/clients/client-controltower/src/commands/ListTagsForResourceCommand.ts +++ b/clients/client-controltower/src/commands/ListTagsForResourceCommand.ts @@ -83,9 +83,6 @@ export class ListTagsForResourceCommand extends $Command< ListTagsForResourceCommandOutput, ControlTowerClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -99,9 +96,7 @@ export class ListTagsForResourceCommand extends $Command< * @public */ constructor(readonly input: ListTagsForResourceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -154,7 +149,4 @@ export class ListTagsForResourceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListTagsForResourceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-controltower/src/commands/TagResourceCommand.ts b/clients/client-controltower/src/commands/TagResourceCommand.ts index 763a885715c9..6fe56b39e447 100644 --- a/clients/client-controltower/src/commands/TagResourceCommand.ts +++ b/clients/client-controltower/src/commands/TagResourceCommand.ts @@ -82,9 +82,6 @@ export class TagResourceCommand extends $Command< TagResourceCommandOutput, ControlTowerClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -98,9 +95,7 @@ export class TagResourceCommand extends $Command< * @public */ constructor(readonly input: TagResourceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -151,7 +146,4 @@ export class TagResourceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_TagResourceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-controltower/src/commands/UntagResourceCommand.ts b/clients/client-controltower/src/commands/UntagResourceCommand.ts index d664d4611e10..f172cc014054 100644 --- a/clients/client-controltower/src/commands/UntagResourceCommand.ts +++ b/clients/client-controltower/src/commands/UntagResourceCommand.ts @@ -82,9 +82,6 @@ export class UntagResourceCommand extends $Command< UntagResourceCommandOutput, ControlTowerClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -98,9 +95,7 @@ export class UntagResourceCommand extends $Command< * @public */ constructor(readonly input: UntagResourceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -151,7 +146,4 @@ export class UntagResourceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UntagResourceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-cost-and-usage-report-service/package.json b/clients/client-cost-and-usage-report-service/package.json index 8f9779cbd966..375f177905c2 100644 --- a/clients/client-cost-and-usage-report-service/package.json +++ b/clients/client-cost-and-usage-report-service/package.json @@ -34,29 +34,29 @@ "@aws-sdk/util-endpoints": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@smithy/config-resolver": "^2.0.16", - "@smithy/fetch-http-handler": "^2.2.4", - "@smithy/hash-node": "^2.0.12", - "@smithy/invalid-dependency": "^2.0.12", - "@smithy/middleware-content-length": "^2.0.14", - "@smithy/middleware-endpoint": "^2.1.3", - "@smithy/middleware-retry": "^2.0.18", - "@smithy/middleware-serde": "^2.0.12", - "@smithy/middleware-stack": "^2.0.6", - "@smithy/node-config-provider": "^2.1.3", - "@smithy/node-http-handler": "^2.1.8", - "@smithy/protocol-http": "^3.0.8", - "@smithy/smithy-client": "^2.1.12", - "@smithy/types": "^2.4.0", - "@smithy/url-parser": "^2.0.12", - "@smithy/util-base64": "^2.0.0", + "@smithy/config-resolver": "^2.0.18", + "@smithy/fetch-http-handler": "^2.2.6", + "@smithy/hash-node": "^2.0.15", + "@smithy/invalid-dependency": "^2.0.13", + "@smithy/middleware-content-length": "^2.0.15", + "@smithy/middleware-endpoint": "^2.2.0", + "@smithy/middleware-retry": "^2.0.20", + "@smithy/middleware-serde": "^2.0.13", + "@smithy/middleware-stack": "^2.0.7", + "@smithy/node-config-provider": "^2.1.5", + "@smithy/node-http-handler": "^2.1.9", + "@smithy/protocol-http": "^3.0.9", + "@smithy/smithy-client": "^2.1.15", + "@smithy/types": "^2.5.0", + "@smithy/url-parser": "^2.0.13", + "@smithy/util-base64": "^2.0.1", "@smithy/util-body-length-browser": "^2.0.0", "@smithy/util-body-length-node": "^2.1.0", - "@smithy/util-defaults-mode-browser": "^2.0.16", - "@smithy/util-defaults-mode-node": "^2.0.21", - "@smithy/util-endpoints": "^1.0.2", - "@smithy/util-retry": "^2.0.5", - "@smithy/util-utf8": "^2.0.0", + "@smithy/util-defaults-mode-browser": "^2.0.19", + "@smithy/util-defaults-mode-node": "^2.0.25", + "@smithy/util-endpoints": "^1.0.4", + "@smithy/util-retry": "^2.0.6", + "@smithy/util-utf8": "^2.0.2", "tslib": "^2.5.0" }, "devDependencies": { diff --git a/clients/client-cost-and-usage-report-service/src/commands/DeleteReportDefinitionCommand.ts b/clients/client-cost-and-usage-report-service/src/commands/DeleteReportDefinitionCommand.ts index 069988a51e28..e3f330b4516a 100644 --- a/clients/client-cost-and-usage-report-service/src/commands/DeleteReportDefinitionCommand.ts +++ b/clients/client-cost-and-usage-report-service/src/commands/DeleteReportDefinitionCommand.ts @@ -92,9 +92,6 @@ export class DeleteReportDefinitionCommand extends $Command< DeleteReportDefinitionCommandOutput, CostAndUsageReportServiceClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -108,9 +105,7 @@ export class DeleteReportDefinitionCommand extends $Command< * @public */ constructor(readonly input: DeleteReportDefinitionCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -163,7 +158,4 @@ export class DeleteReportDefinitionCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteReportDefinitionCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-cost-and-usage-report-service/src/commands/DescribeReportDefinitionsCommand.ts b/clients/client-cost-and-usage-report-service/src/commands/DescribeReportDefinitionsCommand.ts index fe2bd9d10e1f..21e46578d871 100644 --- a/clients/client-cost-and-usage-report-service/src/commands/DescribeReportDefinitionsCommand.ts +++ b/clients/client-cost-and-usage-report-service/src/commands/DescribeReportDefinitionsCommand.ts @@ -149,9 +149,6 @@ export class DescribeReportDefinitionsCommand extends $Command< DescribeReportDefinitionsCommandOutput, CostAndUsageReportServiceClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -165,9 +162,7 @@ export class DescribeReportDefinitionsCommand extends $Command< * @public */ constructor(readonly input: DescribeReportDefinitionsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -223,7 +218,4 @@ export class DescribeReportDefinitionsCommand extends $Command< ): Promise { return de_DescribeReportDefinitionsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-cost-and-usage-report-service/src/commands/ListTagsForResourceCommand.ts b/clients/client-cost-and-usage-report-service/src/commands/ListTagsForResourceCommand.ts index 3f14628c6a82..ef6480413702 100644 --- a/clients/client-cost-and-usage-report-service/src/commands/ListTagsForResourceCommand.ts +++ b/clients/client-cost-and-usage-report-service/src/commands/ListTagsForResourceCommand.ts @@ -88,9 +88,6 @@ export class ListTagsForResourceCommand extends $Command< ListTagsForResourceCommandOutput, CostAndUsageReportServiceClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -104,9 +101,7 @@ export class ListTagsForResourceCommand extends $Command< * @public */ constructor(readonly input: ListTagsForResourceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -159,7 +154,4 @@ export class ListTagsForResourceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListTagsForResourceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-cost-and-usage-report-service/src/commands/ModifyReportDefinitionCommand.ts b/clients/client-cost-and-usage-report-service/src/commands/ModifyReportDefinitionCommand.ts index 5f936d8f92fb..64762d4645c1 100644 --- a/clients/client-cost-and-usage-report-service/src/commands/ModifyReportDefinitionCommand.ts +++ b/clients/client-cost-and-usage-report-service/src/commands/ModifyReportDefinitionCommand.ts @@ -100,9 +100,6 @@ export class ModifyReportDefinitionCommand extends $Command< ModifyReportDefinitionCommandOutput, CostAndUsageReportServiceClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -116,9 +113,7 @@ export class ModifyReportDefinitionCommand extends $Command< * @public */ constructor(readonly input: ModifyReportDefinitionCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -171,7 +166,4 @@ export class ModifyReportDefinitionCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ModifyReportDefinitionCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-cost-and-usage-report-service/src/commands/PutReportDefinitionCommand.ts b/clients/client-cost-and-usage-report-service/src/commands/PutReportDefinitionCommand.ts index 27d84b54823a..3a6c6052f399 100644 --- a/clients/client-cost-and-usage-report-service/src/commands/PutReportDefinitionCommand.ts +++ b/clients/client-cost-and-usage-report-service/src/commands/PutReportDefinitionCommand.ts @@ -140,9 +140,6 @@ export class PutReportDefinitionCommand extends $Command< PutReportDefinitionCommandOutput, CostAndUsageReportServiceClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -156,9 +153,7 @@ export class PutReportDefinitionCommand extends $Command< * @public */ constructor(readonly input: PutReportDefinitionCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -211,7 +206,4 @@ export class PutReportDefinitionCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_PutReportDefinitionCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-cost-and-usage-report-service/src/commands/TagResourceCommand.ts b/clients/client-cost-and-usage-report-service/src/commands/TagResourceCommand.ts index 08c9c72bebf8..46464324bb30 100644 --- a/clients/client-cost-and-usage-report-service/src/commands/TagResourceCommand.ts +++ b/clients/client-cost-and-usage-report-service/src/commands/TagResourceCommand.ts @@ -87,9 +87,6 @@ export class TagResourceCommand extends $Command< TagResourceCommandOutput, CostAndUsageReportServiceClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -103,9 +100,7 @@ export class TagResourceCommand extends $Command< * @public */ constructor(readonly input: TagResourceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -156,7 +151,4 @@ export class TagResourceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_TagResourceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-cost-and-usage-report-service/src/commands/UntagResourceCommand.ts b/clients/client-cost-and-usage-report-service/src/commands/UntagResourceCommand.ts index 24f36394424f..308e4e6f9bc3 100644 --- a/clients/client-cost-and-usage-report-service/src/commands/UntagResourceCommand.ts +++ b/clients/client-cost-and-usage-report-service/src/commands/UntagResourceCommand.ts @@ -84,9 +84,6 @@ export class UntagResourceCommand extends $Command< UntagResourceCommandOutput, CostAndUsageReportServiceClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -100,9 +97,7 @@ export class UntagResourceCommand extends $Command< * @public */ constructor(readonly input: UntagResourceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -153,7 +148,4 @@ export class UntagResourceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UntagResourceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-cost-explorer/package.json b/clients/client-cost-explorer/package.json index 2d44729c1a8b..2b41cf562a0e 100644 --- a/clients/client-cost-explorer/package.json +++ b/clients/client-cost-explorer/package.json @@ -34,29 +34,29 @@ "@aws-sdk/util-endpoints": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@smithy/config-resolver": "^2.0.16", - "@smithy/fetch-http-handler": "^2.2.4", - "@smithy/hash-node": "^2.0.12", - "@smithy/invalid-dependency": "^2.0.12", - "@smithy/middleware-content-length": "^2.0.14", - "@smithy/middleware-endpoint": "^2.1.3", - "@smithy/middleware-retry": "^2.0.18", - "@smithy/middleware-serde": "^2.0.12", - "@smithy/middleware-stack": "^2.0.6", - "@smithy/node-config-provider": "^2.1.3", - "@smithy/node-http-handler": "^2.1.8", - "@smithy/protocol-http": "^3.0.8", - "@smithy/smithy-client": "^2.1.12", - "@smithy/types": "^2.4.0", - "@smithy/url-parser": "^2.0.12", - "@smithy/util-base64": "^2.0.0", + "@smithy/config-resolver": "^2.0.18", + "@smithy/fetch-http-handler": "^2.2.6", + "@smithy/hash-node": "^2.0.15", + "@smithy/invalid-dependency": "^2.0.13", + "@smithy/middleware-content-length": "^2.0.15", + "@smithy/middleware-endpoint": "^2.2.0", + "@smithy/middleware-retry": "^2.0.20", + "@smithy/middleware-serde": "^2.0.13", + "@smithy/middleware-stack": "^2.0.7", + "@smithy/node-config-provider": "^2.1.5", + "@smithy/node-http-handler": "^2.1.9", + "@smithy/protocol-http": "^3.0.9", + "@smithy/smithy-client": "^2.1.15", + "@smithy/types": "^2.5.0", + "@smithy/url-parser": "^2.0.13", + "@smithy/util-base64": "^2.0.1", "@smithy/util-body-length-browser": "^2.0.0", "@smithy/util-body-length-node": "^2.1.0", - "@smithy/util-defaults-mode-browser": "^2.0.16", - "@smithy/util-defaults-mode-node": "^2.0.21", - "@smithy/util-endpoints": "^1.0.2", - "@smithy/util-retry": "^2.0.5", - "@smithy/util-utf8": "^2.0.0", + "@smithy/util-defaults-mode-browser": "^2.0.19", + "@smithy/util-defaults-mode-node": "^2.0.25", + "@smithy/util-endpoints": "^1.0.4", + "@smithy/util-retry": "^2.0.6", + "@smithy/util-utf8": "^2.0.2", "tslib": "^2.5.0" }, "devDependencies": { diff --git a/clients/client-cost-explorer/src/commands/CreateAnomalyMonitorCommand.ts b/clients/client-cost-explorer/src/commands/CreateAnomalyMonitorCommand.ts index d6c094af3a2b..1858f49d4d2d 100644 --- a/clients/client-cost-explorer/src/commands/CreateAnomalyMonitorCommand.ts +++ b/clients/client-cost-explorer/src/commands/CreateAnomalyMonitorCommand.ts @@ -156,9 +156,6 @@ export class CreateAnomalyMonitorCommand extends $Command< CreateAnomalyMonitorCommandOutput, CostExplorerClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -172,9 +169,7 @@ export class CreateAnomalyMonitorCommand extends $Command< * @public */ constructor(readonly input: CreateAnomalyMonitorCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -227,7 +222,4 @@ export class CreateAnomalyMonitorCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateAnomalyMonitorCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-cost-explorer/src/commands/CreateAnomalySubscriptionCommand.ts b/clients/client-cost-explorer/src/commands/CreateAnomalySubscriptionCommand.ts index 2a3e7b2e3cbe..5dbe8bfe147c 100644 --- a/clients/client-cost-explorer/src/commands/CreateAnomalySubscriptionCommand.ts +++ b/clients/client-cost-explorer/src/commands/CreateAnomalySubscriptionCommand.ts @@ -167,9 +167,6 @@ export class CreateAnomalySubscriptionCommand extends $Command< CreateAnomalySubscriptionCommandOutput, CostExplorerClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -183,9 +180,7 @@ export class CreateAnomalySubscriptionCommand extends $Command< * @public */ constructor(readonly input: CreateAnomalySubscriptionCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -241,7 +236,4 @@ export class CreateAnomalySubscriptionCommand extends $Command< ): Promise { return de_CreateAnomalySubscriptionCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-cost-explorer/src/commands/CreateCostCategoryDefinitionCommand.ts b/clients/client-cost-explorer/src/commands/CreateCostCategoryDefinitionCommand.ts index 4c3f16ac6c6a..b9c3998260a5 100644 --- a/clients/client-cost-explorer/src/commands/CreateCostCategoryDefinitionCommand.ts +++ b/clients/client-cost-explorer/src/commands/CreateCostCategoryDefinitionCommand.ts @@ -186,9 +186,6 @@ export class CreateCostCategoryDefinitionCommand extends $Command< CreateCostCategoryDefinitionCommandOutput, CostExplorerClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -202,9 +199,7 @@ export class CreateCostCategoryDefinitionCommand extends $Command< * @public */ constructor(readonly input: CreateCostCategoryDefinitionCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -260,7 +255,4 @@ export class CreateCostCategoryDefinitionCommand extends $Command< ): Promise { return de_CreateCostCategoryDefinitionCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-cost-explorer/src/commands/DeleteAnomalyMonitorCommand.ts b/clients/client-cost-explorer/src/commands/DeleteAnomalyMonitorCommand.ts index 9345f6d9aab4..ffc1c0ee5285 100644 --- a/clients/client-cost-explorer/src/commands/DeleteAnomalyMonitorCommand.ts +++ b/clients/client-cost-explorer/src/commands/DeleteAnomalyMonitorCommand.ts @@ -74,9 +74,6 @@ export class DeleteAnomalyMonitorCommand extends $Command< DeleteAnomalyMonitorCommandOutput, CostExplorerClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -90,9 +87,7 @@ export class DeleteAnomalyMonitorCommand extends $Command< * @public */ constructor(readonly input: DeleteAnomalyMonitorCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -145,7 +140,4 @@ export class DeleteAnomalyMonitorCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteAnomalyMonitorCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-cost-explorer/src/commands/DeleteAnomalySubscriptionCommand.ts b/clients/client-cost-explorer/src/commands/DeleteAnomalySubscriptionCommand.ts index 072d3008f78b..4a0158dae7ee 100644 --- a/clients/client-cost-explorer/src/commands/DeleteAnomalySubscriptionCommand.ts +++ b/clients/client-cost-explorer/src/commands/DeleteAnomalySubscriptionCommand.ts @@ -74,9 +74,6 @@ export class DeleteAnomalySubscriptionCommand extends $Command< DeleteAnomalySubscriptionCommandOutput, CostExplorerClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -90,9 +87,7 @@ export class DeleteAnomalySubscriptionCommand extends $Command< * @public */ constructor(readonly input: DeleteAnomalySubscriptionCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -148,7 +143,4 @@ export class DeleteAnomalySubscriptionCommand extends $Command< ): Promise { return de_DeleteAnomalySubscriptionCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-cost-explorer/src/commands/DeleteCostCategoryDefinitionCommand.ts b/clients/client-cost-explorer/src/commands/DeleteCostCategoryDefinitionCommand.ts index ff9f0187c68d..32aa12966213 100644 --- a/clients/client-cost-explorer/src/commands/DeleteCostCategoryDefinitionCommand.ts +++ b/clients/client-cost-explorer/src/commands/DeleteCostCategoryDefinitionCommand.ts @@ -83,9 +83,6 @@ export class DeleteCostCategoryDefinitionCommand extends $Command< DeleteCostCategoryDefinitionCommandOutput, CostExplorerClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -99,9 +96,7 @@ export class DeleteCostCategoryDefinitionCommand extends $Command< * @public */ constructor(readonly input: DeleteCostCategoryDefinitionCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -157,7 +152,4 @@ export class DeleteCostCategoryDefinitionCommand extends $Command< ): Promise { return de_DeleteCostCategoryDefinitionCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-cost-explorer/src/commands/DescribeCostCategoryDefinitionCommand.ts b/clients/client-cost-explorer/src/commands/DescribeCostCategoryDefinitionCommand.ts index b41f38cf5e03..33c738f47c7e 100644 --- a/clients/client-cost-explorer/src/commands/DescribeCostCategoryDefinitionCommand.ts +++ b/clients/client-cost-explorer/src/commands/DescribeCostCategoryDefinitionCommand.ts @@ -194,9 +194,6 @@ export class DescribeCostCategoryDefinitionCommand extends $Command< DescribeCostCategoryDefinitionCommandOutput, CostExplorerClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -210,9 +207,7 @@ export class DescribeCostCategoryDefinitionCommand extends $Command< * @public */ constructor(readonly input: DescribeCostCategoryDefinitionCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -271,7 +266,4 @@ export class DescribeCostCategoryDefinitionCommand extends $Command< ): Promise { return de_DescribeCostCategoryDefinitionCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-cost-explorer/src/commands/GetAnomaliesCommand.ts b/clients/client-cost-explorer/src/commands/GetAnomaliesCommand.ts index 2b7f3af2567f..b722ff401a20 100644 --- a/clients/client-cost-explorer/src/commands/GetAnomaliesCommand.ts +++ b/clients/client-cost-explorer/src/commands/GetAnomaliesCommand.ts @@ -120,9 +120,6 @@ export class GetAnomaliesCommand extends $Command< GetAnomaliesCommandOutput, CostExplorerClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -136,9 +133,7 @@ export class GetAnomaliesCommand extends $Command< * @public */ constructor(readonly input: GetAnomaliesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -189,7 +184,4 @@ export class GetAnomaliesCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetAnomaliesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-cost-explorer/src/commands/GetAnomalyMonitorsCommand.ts b/clients/client-cost-explorer/src/commands/GetAnomalyMonitorsCommand.ts index 0cb8467207fc..d8118b91d072 100644 --- a/clients/client-cost-explorer/src/commands/GetAnomalyMonitorsCommand.ts +++ b/clients/client-cost-explorer/src/commands/GetAnomalyMonitorsCommand.ts @@ -163,9 +163,6 @@ export class GetAnomalyMonitorsCommand extends $Command< GetAnomalyMonitorsCommandOutput, CostExplorerClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -179,9 +176,7 @@ export class GetAnomalyMonitorsCommand extends $Command< * @public */ constructor(readonly input: GetAnomalyMonitorsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -234,7 +229,4 @@ export class GetAnomalyMonitorsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetAnomalyMonitorsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-cost-explorer/src/commands/GetAnomalySubscriptionsCommand.ts b/clients/client-cost-explorer/src/commands/GetAnomalySubscriptionsCommand.ts index 33ed176d428d..d4c5d2c22aed 100644 --- a/clients/client-cost-explorer/src/commands/GetAnomalySubscriptionsCommand.ts +++ b/clients/client-cost-explorer/src/commands/GetAnomalySubscriptionsCommand.ts @@ -171,9 +171,6 @@ export class GetAnomalySubscriptionsCommand extends $Command< GetAnomalySubscriptionsCommandOutput, CostExplorerClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -187,9 +184,7 @@ export class GetAnomalySubscriptionsCommand extends $Command< * @public */ constructor(readonly input: GetAnomalySubscriptionsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -242,7 +237,4 @@ export class GetAnomalySubscriptionsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetAnomalySubscriptionsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-cost-explorer/src/commands/GetCostAndUsageCommand.ts b/clients/client-cost-explorer/src/commands/GetCostAndUsageCommand.ts index 1bf0b9fafa67..f58fc3992d05 100644 --- a/clients/client-cost-explorer/src/commands/GetCostAndUsageCommand.ts +++ b/clients/client-cost-explorer/src/commands/GetCostAndUsageCommand.ts @@ -215,9 +215,6 @@ export class GetCostAndUsageCommand extends $Command< GetCostAndUsageCommandOutput, CostExplorerClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -231,9 +228,7 @@ export class GetCostAndUsageCommand extends $Command< * @public */ constructor(readonly input: GetCostAndUsageCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -286,7 +281,4 @@ export class GetCostAndUsageCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetCostAndUsageCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-cost-explorer/src/commands/GetCostAndUsageWithResourcesCommand.ts b/clients/client-cost-explorer/src/commands/GetCostAndUsageWithResourcesCommand.ts index d946032f511c..abf5da5d14ab 100644 --- a/clients/client-cost-explorer/src/commands/GetCostAndUsageWithResourcesCommand.ts +++ b/clients/client-cost-explorer/src/commands/GetCostAndUsageWithResourcesCommand.ts @@ -225,9 +225,6 @@ export class GetCostAndUsageWithResourcesCommand extends $Command< GetCostAndUsageWithResourcesCommandOutput, CostExplorerClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -241,9 +238,7 @@ export class GetCostAndUsageWithResourcesCommand extends $Command< * @public */ constructor(readonly input: GetCostAndUsageWithResourcesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -299,7 +294,4 @@ export class GetCostAndUsageWithResourcesCommand extends $Command< ): Promise { return de_GetCostAndUsageWithResourcesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-cost-explorer/src/commands/GetCostCategoriesCommand.ts b/clients/client-cost-explorer/src/commands/GetCostCategoriesCommand.ts index 9f551cf01edb..43ad79d7f5e3 100644 --- a/clients/client-cost-explorer/src/commands/GetCostCategoriesCommand.ts +++ b/clients/client-cost-explorer/src/commands/GetCostCategoriesCommand.ts @@ -178,9 +178,6 @@ export class GetCostCategoriesCommand extends $Command< GetCostCategoriesCommandOutput, CostExplorerClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -194,9 +191,7 @@ export class GetCostCategoriesCommand extends $Command< * @public */ constructor(readonly input: GetCostCategoriesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -249,7 +244,4 @@ export class GetCostCategoriesCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetCostCategoriesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-cost-explorer/src/commands/GetCostForecastCommand.ts b/clients/client-cost-explorer/src/commands/GetCostForecastCommand.ts index 5f0085ceffdf..f504592c9a70 100644 --- a/clients/client-cost-explorer/src/commands/GetCostForecastCommand.ts +++ b/clients/client-cost-explorer/src/commands/GetCostForecastCommand.ts @@ -164,9 +164,6 @@ export class GetCostForecastCommand extends $Command< GetCostForecastCommandOutput, CostExplorerClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -180,9 +177,7 @@ export class GetCostForecastCommand extends $Command< * @public */ constructor(readonly input: GetCostForecastCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -235,7 +230,4 @@ export class GetCostForecastCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetCostForecastCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-cost-explorer/src/commands/GetDimensionValuesCommand.ts b/clients/client-cost-explorer/src/commands/GetDimensionValuesCommand.ts index 9ffc6d742ff4..d9d6fe4f0fc2 100644 --- a/clients/client-cost-explorer/src/commands/GetDimensionValuesCommand.ts +++ b/clients/client-cost-explorer/src/commands/GetDimensionValuesCommand.ts @@ -178,9 +178,6 @@ export class GetDimensionValuesCommand extends $Command< GetDimensionValuesCommandOutput, CostExplorerClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -194,9 +191,7 @@ export class GetDimensionValuesCommand extends $Command< * @public */ constructor(readonly input: GetDimensionValuesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -249,7 +244,4 @@ export class GetDimensionValuesCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetDimensionValuesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-cost-explorer/src/commands/GetReservationCoverageCommand.ts b/clients/client-cost-explorer/src/commands/GetReservationCoverageCommand.ts index 5009e2a6791a..c5bef2ecd8b6 100644 --- a/clients/client-cost-explorer/src/commands/GetReservationCoverageCommand.ts +++ b/clients/client-cost-explorer/src/commands/GetReservationCoverageCommand.ts @@ -260,9 +260,6 @@ export class GetReservationCoverageCommand extends $Command< GetReservationCoverageCommandOutput, CostExplorerClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -276,9 +273,7 @@ export class GetReservationCoverageCommand extends $Command< * @public */ constructor(readonly input: GetReservationCoverageCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -331,7 +326,4 @@ export class GetReservationCoverageCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetReservationCoverageCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-cost-explorer/src/commands/GetReservationPurchaseRecommendationCommand.ts b/clients/client-cost-explorer/src/commands/GetReservationPurchaseRecommendationCommand.ts index 0b40eff85339..af046551ae92 100644 --- a/clients/client-cost-explorer/src/commands/GetReservationPurchaseRecommendationCommand.ts +++ b/clients/client-cost-explorer/src/commands/GetReservationPurchaseRecommendationCommand.ts @@ -277,9 +277,6 @@ export class GetReservationPurchaseRecommendationCommand extends $Command< GetReservationPurchaseRecommendationCommandOutput, CostExplorerClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -293,9 +290,7 @@ export class GetReservationPurchaseRecommendationCommand extends $Command< * @public */ constructor(readonly input: GetReservationPurchaseRecommendationCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -354,7 +349,4 @@ export class GetReservationPurchaseRecommendationCommand extends $Command< ): Promise { return de_GetReservationPurchaseRecommendationCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-cost-explorer/src/commands/GetReservationUtilizationCommand.ts b/clients/client-cost-explorer/src/commands/GetReservationUtilizationCommand.ts index 1c70f4edddfc..fa8764836f4b 100644 --- a/clients/client-cost-explorer/src/commands/GetReservationUtilizationCommand.ts +++ b/clients/client-cost-explorer/src/commands/GetReservationUtilizationCommand.ts @@ -221,9 +221,6 @@ export class GetReservationUtilizationCommand extends $Command< GetReservationUtilizationCommandOutput, CostExplorerClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -237,9 +234,7 @@ export class GetReservationUtilizationCommand extends $Command< * @public */ constructor(readonly input: GetReservationUtilizationCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -295,7 +290,4 @@ export class GetReservationUtilizationCommand extends $Command< ): Promise { return de_GetReservationUtilizationCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-cost-explorer/src/commands/GetRightsizingRecommendationCommand.ts b/clients/client-cost-explorer/src/commands/GetRightsizingRecommendationCommand.ts index c64d4534f1b4..d1fe734d41dc 100644 --- a/clients/client-cost-explorer/src/commands/GetRightsizingRecommendationCommand.ts +++ b/clients/client-cost-explorer/src/commands/GetRightsizingRecommendationCommand.ts @@ -297,9 +297,6 @@ export class GetRightsizingRecommendationCommand extends $Command< GetRightsizingRecommendationCommandOutput, CostExplorerClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -313,9 +310,7 @@ export class GetRightsizingRecommendationCommand extends $Command< * @public */ constructor(readonly input: GetRightsizingRecommendationCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -371,7 +366,4 @@ export class GetRightsizingRecommendationCommand extends $Command< ): Promise { return de_GetRightsizingRecommendationCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-cost-explorer/src/commands/GetSavingsPlanPurchaseRecommendationDetailsCommand.ts b/clients/client-cost-explorer/src/commands/GetSavingsPlanPurchaseRecommendationDetailsCommand.ts index 24cb666824be..05eef1ffb35a 100644 --- a/clients/client-cost-explorer/src/commands/GetSavingsPlanPurchaseRecommendationDetailsCommand.ts +++ b/clients/client-cost-explorer/src/commands/GetSavingsPlanPurchaseRecommendationDetailsCommand.ts @@ -125,9 +125,6 @@ export class GetSavingsPlanPurchaseRecommendationDetailsCommand extends $Command GetSavingsPlanPurchaseRecommendationDetailsCommandOutput, CostExplorerClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -141,9 +138,7 @@ export class GetSavingsPlanPurchaseRecommendationDetailsCommand extends $Command * @public */ constructor(readonly input: GetSavingsPlanPurchaseRecommendationDetailsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -208,7 +203,4 @@ export class GetSavingsPlanPurchaseRecommendationDetailsCommand extends $Command ): Promise { return de_GetSavingsPlanPurchaseRecommendationDetailsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-cost-explorer/src/commands/GetSavingsPlansCoverageCommand.ts b/clients/client-cost-explorer/src/commands/GetSavingsPlansCoverageCommand.ts index 5f0e1f82db39..09e67f1f57d2 100644 --- a/clients/client-cost-explorer/src/commands/GetSavingsPlansCoverageCommand.ts +++ b/clients/client-cost-explorer/src/commands/GetSavingsPlansCoverageCommand.ts @@ -210,9 +210,6 @@ export class GetSavingsPlansCoverageCommand extends $Command< GetSavingsPlansCoverageCommandOutput, CostExplorerClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -226,9 +223,7 @@ export class GetSavingsPlansCoverageCommand extends $Command< * @public */ constructor(readonly input: GetSavingsPlansCoverageCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -281,7 +276,4 @@ export class GetSavingsPlansCoverageCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetSavingsPlansCoverageCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-cost-explorer/src/commands/GetSavingsPlansPurchaseRecommendationCommand.ts b/clients/client-cost-explorer/src/commands/GetSavingsPlansPurchaseRecommendationCommand.ts index 879f4dd976ba..04a8c06a7d57 100644 --- a/clients/client-cost-explorer/src/commands/GetSavingsPlansPurchaseRecommendationCommand.ts +++ b/clients/client-cost-explorer/src/commands/GetSavingsPlansPurchaseRecommendationCommand.ts @@ -211,9 +211,6 @@ export class GetSavingsPlansPurchaseRecommendationCommand extends $Command< GetSavingsPlansPurchaseRecommendationCommandOutput, CostExplorerClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -227,9 +224,7 @@ export class GetSavingsPlansPurchaseRecommendationCommand extends $Command< * @public */ constructor(readonly input: GetSavingsPlansPurchaseRecommendationCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -288,7 +283,4 @@ export class GetSavingsPlansPurchaseRecommendationCommand extends $Command< ): Promise { return de_GetSavingsPlansPurchaseRecommendationCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-cost-explorer/src/commands/GetSavingsPlansUtilizationCommand.ts b/clients/client-cost-explorer/src/commands/GetSavingsPlansUtilizationCommand.ts index 0816ff7c8631..8dcf4268591b 100644 --- a/clients/client-cost-explorer/src/commands/GetSavingsPlansUtilizationCommand.ts +++ b/clients/client-cost-explorer/src/commands/GetSavingsPlansUtilizationCommand.ts @@ -197,9 +197,6 @@ export class GetSavingsPlansUtilizationCommand extends $Command< GetSavingsPlansUtilizationCommandOutput, CostExplorerClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -213,9 +210,7 @@ export class GetSavingsPlansUtilizationCommand extends $Command< * @public */ constructor(readonly input: GetSavingsPlansUtilizationCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -271,7 +266,4 @@ export class GetSavingsPlansUtilizationCommand extends $Command< ): Promise { return de_GetSavingsPlansUtilizationCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-cost-explorer/src/commands/GetSavingsPlansUtilizationDetailsCommand.ts b/clients/client-cost-explorer/src/commands/GetSavingsPlansUtilizationDetailsCommand.ts index 4ad3edf53913..4770e0fe6502 100644 --- a/clients/client-cost-explorer/src/commands/GetSavingsPlansUtilizationDetailsCommand.ts +++ b/clients/client-cost-explorer/src/commands/GetSavingsPlansUtilizationDetailsCommand.ts @@ -221,9 +221,6 @@ export class GetSavingsPlansUtilizationDetailsCommand extends $Command< GetSavingsPlansUtilizationDetailsCommandOutput, CostExplorerClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -237,9 +234,7 @@ export class GetSavingsPlansUtilizationDetailsCommand extends $Command< * @public */ constructor(readonly input: GetSavingsPlansUtilizationDetailsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -298,7 +293,4 @@ export class GetSavingsPlansUtilizationDetailsCommand extends $Command< ): Promise { return de_GetSavingsPlansUtilizationDetailsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-cost-explorer/src/commands/GetTagsCommand.ts b/clients/client-cost-explorer/src/commands/GetTagsCommand.ts index 30b6f1a4b64b..f4484f1b83d0 100644 --- a/clients/client-cost-explorer/src/commands/GetTagsCommand.ts +++ b/clients/client-cost-explorer/src/commands/GetTagsCommand.ts @@ -172,9 +172,6 @@ export class GetTagsCommand extends $Command< GetTagsCommandOutput, CostExplorerClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -188,9 +185,7 @@ export class GetTagsCommand extends $Command< * @public */ constructor(readonly input: GetTagsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -241,7 +236,4 @@ export class GetTagsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetTagsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-cost-explorer/src/commands/GetUsageForecastCommand.ts b/clients/client-cost-explorer/src/commands/GetUsageForecastCommand.ts index cf696dbdcab3..7f46acb8b29d 100644 --- a/clients/client-cost-explorer/src/commands/GetUsageForecastCommand.ts +++ b/clients/client-cost-explorer/src/commands/GetUsageForecastCommand.ts @@ -169,9 +169,6 @@ export class GetUsageForecastCommand extends $Command< GetUsageForecastCommandOutput, CostExplorerClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -185,9 +182,7 @@ export class GetUsageForecastCommand extends $Command< * @public */ constructor(readonly input: GetUsageForecastCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -240,7 +235,4 @@ export class GetUsageForecastCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetUsageForecastCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-cost-explorer/src/commands/ListCostAllocationTagsCommand.ts b/clients/client-cost-explorer/src/commands/ListCostAllocationTagsCommand.ts index d0cda25ac75a..8bceb2fb26cc 100644 --- a/clients/client-cost-explorer/src/commands/ListCostAllocationTagsCommand.ts +++ b/clients/client-cost-explorer/src/commands/ListCostAllocationTagsCommand.ts @@ -92,9 +92,6 @@ export class ListCostAllocationTagsCommand extends $Command< ListCostAllocationTagsCommandOutput, CostExplorerClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -108,9 +105,7 @@ export class ListCostAllocationTagsCommand extends $Command< * @public */ constructor(readonly input: ListCostAllocationTagsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -163,7 +158,4 @@ export class ListCostAllocationTagsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListCostAllocationTagsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-cost-explorer/src/commands/ListCostCategoryDefinitionsCommand.ts b/clients/client-cost-explorer/src/commands/ListCostCategoryDefinitionsCommand.ts index 82cd22fbab3a..5c1905956e19 100644 --- a/clients/client-cost-explorer/src/commands/ListCostCategoryDefinitionsCommand.ts +++ b/clients/client-cost-explorer/src/commands/ListCostCategoryDefinitionsCommand.ts @@ -102,9 +102,6 @@ export class ListCostCategoryDefinitionsCommand extends $Command< ListCostCategoryDefinitionsCommandOutput, CostExplorerClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -118,9 +115,7 @@ export class ListCostCategoryDefinitionsCommand extends $Command< * @public */ constructor(readonly input: ListCostCategoryDefinitionsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -176,7 +171,4 @@ export class ListCostCategoryDefinitionsCommand extends $Command< ): Promise { return de_ListCostCategoryDefinitionsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-cost-explorer/src/commands/ListSavingsPlansPurchaseRecommendationGenerationCommand.ts b/clients/client-cost-explorer/src/commands/ListSavingsPlansPurchaseRecommendationGenerationCommand.ts index fcf0f6194c54..4d6c1cde30f0 100644 --- a/clients/client-cost-explorer/src/commands/ListSavingsPlansPurchaseRecommendationGenerationCommand.ts +++ b/clients/client-cost-explorer/src/commands/ListSavingsPlansPurchaseRecommendationGenerationCommand.ts @@ -103,9 +103,6 @@ export class ListSavingsPlansPurchaseRecommendationGenerationCommand extends $Co ListSavingsPlansPurchaseRecommendationGenerationCommandOutput, CostExplorerClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -119,9 +116,7 @@ export class ListSavingsPlansPurchaseRecommendationGenerationCommand extends $Co * @public */ constructor(readonly input: ListSavingsPlansPurchaseRecommendationGenerationCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -186,7 +181,4 @@ export class ListSavingsPlansPurchaseRecommendationGenerationCommand extends $Co ): Promise { return de_ListSavingsPlansPurchaseRecommendationGenerationCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-cost-explorer/src/commands/ListTagsForResourceCommand.ts b/clients/client-cost-explorer/src/commands/ListTagsForResourceCommand.ts index ce8b8eb29657..524370ddd864 100644 --- a/clients/client-cost-explorer/src/commands/ListTagsForResourceCommand.ts +++ b/clients/client-cost-explorer/src/commands/ListTagsForResourceCommand.ts @@ -82,9 +82,6 @@ export class ListTagsForResourceCommand extends $Command< ListTagsForResourceCommandOutput, CostExplorerClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -98,9 +95,7 @@ export class ListTagsForResourceCommand extends $Command< * @public */ constructor(readonly input: ListTagsForResourceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -153,7 +148,4 @@ export class ListTagsForResourceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListTagsForResourceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-cost-explorer/src/commands/ProvideAnomalyFeedbackCommand.ts b/clients/client-cost-explorer/src/commands/ProvideAnomalyFeedbackCommand.ts index a7eb0ce80f22..7e1963912654 100644 --- a/clients/client-cost-explorer/src/commands/ProvideAnomalyFeedbackCommand.ts +++ b/clients/client-cost-explorer/src/commands/ProvideAnomalyFeedbackCommand.ts @@ -74,9 +74,6 @@ export class ProvideAnomalyFeedbackCommand extends $Command< ProvideAnomalyFeedbackCommandOutput, CostExplorerClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -90,9 +87,7 @@ export class ProvideAnomalyFeedbackCommand extends $Command< * @public */ constructor(readonly input: ProvideAnomalyFeedbackCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -145,7 +140,4 @@ export class ProvideAnomalyFeedbackCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ProvideAnomalyFeedbackCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-cost-explorer/src/commands/StartSavingsPlansPurchaseRecommendationGenerationCommand.ts b/clients/client-cost-explorer/src/commands/StartSavingsPlansPurchaseRecommendationGenerationCommand.ts index cfbc108ee998..a05fd8196168 100644 --- a/clients/client-cost-explorer/src/commands/StartSavingsPlansPurchaseRecommendationGenerationCommand.ts +++ b/clients/client-cost-explorer/src/commands/StartSavingsPlansPurchaseRecommendationGenerationCommand.ts @@ -100,9 +100,6 @@ export class StartSavingsPlansPurchaseRecommendationGenerationCommand extends $C StartSavingsPlansPurchaseRecommendationGenerationCommandOutput, CostExplorerClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -116,9 +113,7 @@ export class StartSavingsPlansPurchaseRecommendationGenerationCommand extends $C * @public */ constructor(readonly input: StartSavingsPlansPurchaseRecommendationGenerationCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -183,7 +178,4 @@ export class StartSavingsPlansPurchaseRecommendationGenerationCommand extends $C ): Promise { return de_StartSavingsPlansPurchaseRecommendationGenerationCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-cost-explorer/src/commands/TagResourceCommand.ts b/clients/client-cost-explorer/src/commands/TagResourceCommand.ts index 21be44fccf8a..298f4f505858 100644 --- a/clients/client-cost-explorer/src/commands/TagResourceCommand.ts +++ b/clients/client-cost-explorer/src/commands/TagResourceCommand.ts @@ -90,9 +90,6 @@ export class TagResourceCommand extends $Command< TagResourceCommandOutput, CostExplorerClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -106,9 +103,7 @@ export class TagResourceCommand extends $Command< * @public */ constructor(readonly input: TagResourceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -159,7 +154,4 @@ export class TagResourceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_TagResourceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-cost-explorer/src/commands/UntagResourceCommand.ts b/clients/client-cost-explorer/src/commands/UntagResourceCommand.ts index c708b5d9fa27..c3d9e99799be 100644 --- a/clients/client-cost-explorer/src/commands/UntagResourceCommand.ts +++ b/clients/client-cost-explorer/src/commands/UntagResourceCommand.ts @@ -78,9 +78,6 @@ export class UntagResourceCommand extends $Command< UntagResourceCommandOutput, CostExplorerClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -94,9 +91,7 @@ export class UntagResourceCommand extends $Command< * @public */ constructor(readonly input: UntagResourceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -147,7 +142,4 @@ export class UntagResourceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UntagResourceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-cost-explorer/src/commands/UpdateAnomalyMonitorCommand.ts b/clients/client-cost-explorer/src/commands/UpdateAnomalyMonitorCommand.ts index 8de83cd1fd83..780645dd8229 100644 --- a/clients/client-cost-explorer/src/commands/UpdateAnomalyMonitorCommand.ts +++ b/clients/client-cost-explorer/src/commands/UpdateAnomalyMonitorCommand.ts @@ -78,9 +78,6 @@ export class UpdateAnomalyMonitorCommand extends $Command< UpdateAnomalyMonitorCommandOutput, CostExplorerClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -94,9 +91,7 @@ export class UpdateAnomalyMonitorCommand extends $Command< * @public */ constructor(readonly input: UpdateAnomalyMonitorCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -149,7 +144,4 @@ export class UpdateAnomalyMonitorCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdateAnomalyMonitorCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-cost-explorer/src/commands/UpdateAnomalySubscriptionCommand.ts b/clients/client-cost-explorer/src/commands/UpdateAnomalySubscriptionCommand.ts index 8b956e3b4b90..32f0caa4a6a4 100644 --- a/clients/client-cost-explorer/src/commands/UpdateAnomalySubscriptionCommand.ts +++ b/clients/client-cost-explorer/src/commands/UpdateAnomalySubscriptionCommand.ts @@ -164,9 +164,6 @@ export class UpdateAnomalySubscriptionCommand extends $Command< UpdateAnomalySubscriptionCommandOutput, CostExplorerClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -180,9 +177,7 @@ export class UpdateAnomalySubscriptionCommand extends $Command< * @public */ constructor(readonly input: UpdateAnomalySubscriptionCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -238,7 +233,4 @@ export class UpdateAnomalySubscriptionCommand extends $Command< ): Promise { return de_UpdateAnomalySubscriptionCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-cost-explorer/src/commands/UpdateCostAllocationTagsStatusCommand.ts b/clients/client-cost-explorer/src/commands/UpdateCostAllocationTagsStatusCommand.ts index fff7f96003db..cf8abccdab24 100644 --- a/clients/client-cost-explorer/src/commands/UpdateCostAllocationTagsStatusCommand.ts +++ b/clients/client-cost-explorer/src/commands/UpdateCostAllocationTagsStatusCommand.ts @@ -92,9 +92,6 @@ export class UpdateCostAllocationTagsStatusCommand extends $Command< UpdateCostAllocationTagsStatusCommandOutput, CostExplorerClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -108,9 +105,7 @@ export class UpdateCostAllocationTagsStatusCommand extends $Command< * @public */ constructor(readonly input: UpdateCostAllocationTagsStatusCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -169,7 +164,4 @@ export class UpdateCostAllocationTagsStatusCommand extends $Command< ): Promise { return de_UpdateCostAllocationTagsStatusCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-cost-explorer/src/commands/UpdateCostCategoryDefinitionCommand.ts b/clients/client-cost-explorer/src/commands/UpdateCostCategoryDefinitionCommand.ts index dc868a17280f..86cf9492e165 100644 --- a/clients/client-cost-explorer/src/commands/UpdateCostCategoryDefinitionCommand.ts +++ b/clients/client-cost-explorer/src/commands/UpdateCostCategoryDefinitionCommand.ts @@ -185,9 +185,6 @@ export class UpdateCostCategoryDefinitionCommand extends $Command< UpdateCostCategoryDefinitionCommandOutput, CostExplorerClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -201,9 +198,7 @@ export class UpdateCostCategoryDefinitionCommand extends $Command< * @public */ constructor(readonly input: UpdateCostCategoryDefinitionCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -259,7 +254,4 @@ export class UpdateCostCategoryDefinitionCommand extends $Command< ): Promise { return de_UpdateCostCategoryDefinitionCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-customer-profiles/package.json b/clients/client-customer-profiles/package.json index 712aa239e51a..8d6d9a814320 100644 --- a/clients/client-customer-profiles/package.json +++ b/clients/client-customer-profiles/package.json @@ -34,29 +34,29 @@ "@aws-sdk/util-endpoints": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@smithy/config-resolver": "^2.0.16", - "@smithy/fetch-http-handler": "^2.2.4", - "@smithy/hash-node": "^2.0.12", - "@smithy/invalid-dependency": "^2.0.12", - "@smithy/middleware-content-length": "^2.0.14", - "@smithy/middleware-endpoint": "^2.1.3", - "@smithy/middleware-retry": "^2.0.18", - "@smithy/middleware-serde": "^2.0.12", - "@smithy/middleware-stack": "^2.0.6", - "@smithy/node-config-provider": "^2.1.3", - "@smithy/node-http-handler": "^2.1.8", - "@smithy/protocol-http": "^3.0.8", - "@smithy/smithy-client": "^2.1.12", - "@smithy/types": "^2.4.0", - "@smithy/url-parser": "^2.0.12", - "@smithy/util-base64": "^2.0.0", + "@smithy/config-resolver": "^2.0.18", + "@smithy/fetch-http-handler": "^2.2.6", + "@smithy/hash-node": "^2.0.15", + "@smithy/invalid-dependency": "^2.0.13", + "@smithy/middleware-content-length": "^2.0.15", + "@smithy/middleware-endpoint": "^2.2.0", + "@smithy/middleware-retry": "^2.0.20", + "@smithy/middleware-serde": "^2.0.13", + "@smithy/middleware-stack": "^2.0.7", + "@smithy/node-config-provider": "^2.1.5", + "@smithy/node-http-handler": "^2.1.9", + "@smithy/protocol-http": "^3.0.9", + "@smithy/smithy-client": "^2.1.15", + "@smithy/types": "^2.5.0", + "@smithy/url-parser": "^2.0.13", + "@smithy/util-base64": "^2.0.1", "@smithy/util-body-length-browser": "^2.0.0", "@smithy/util-body-length-node": "^2.1.0", - "@smithy/util-defaults-mode-browser": "^2.0.16", - "@smithy/util-defaults-mode-node": "^2.0.21", - "@smithy/util-endpoints": "^1.0.2", - "@smithy/util-retry": "^2.0.5", - "@smithy/util-utf8": "^2.0.0", + "@smithy/util-defaults-mode-browser": "^2.0.19", + "@smithy/util-defaults-mode-node": "^2.0.25", + "@smithy/util-endpoints": "^1.0.4", + "@smithy/util-retry": "^2.0.6", + "@smithy/util-utf8": "^2.0.2", "tslib": "^2.5.0" }, "devDependencies": { diff --git a/clients/client-customer-profiles/src/commands/AddProfileKeyCommand.ts b/clients/client-customer-profiles/src/commands/AddProfileKeyCommand.ts index 0674d674743a..812045a69f6b 100644 --- a/clients/client-customer-profiles/src/commands/AddProfileKeyCommand.ts +++ b/clients/client-customer-profiles/src/commands/AddProfileKeyCommand.ts @@ -96,9 +96,6 @@ export class AddProfileKeyCommand extends $Command< AddProfileKeyCommandOutput, CustomerProfilesClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -112,9 +109,7 @@ export class AddProfileKeyCommand extends $Command< * @public */ constructor(readonly input: AddProfileKeyCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -165,7 +160,4 @@ export class AddProfileKeyCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_AddProfileKeyCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-customer-profiles/src/commands/CreateCalculatedAttributeDefinitionCommand.ts b/clients/client-customer-profiles/src/commands/CreateCalculatedAttributeDefinitionCommand.ts index cd3e006434e2..2845fbbb4e23 100644 --- a/clients/client-customer-profiles/src/commands/CreateCalculatedAttributeDefinitionCommand.ts +++ b/clients/client-customer-profiles/src/commands/CreateCalculatedAttributeDefinitionCommand.ts @@ -153,9 +153,6 @@ export class CreateCalculatedAttributeDefinitionCommand extends $Command< CreateCalculatedAttributeDefinitionCommandOutput, CustomerProfilesClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -169,9 +166,7 @@ export class CreateCalculatedAttributeDefinitionCommand extends $Command< * @public */ constructor(readonly input: CreateCalculatedAttributeDefinitionCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -230,7 +225,4 @@ export class CreateCalculatedAttributeDefinitionCommand extends $Command< ): Promise { return de_CreateCalculatedAttributeDefinitionCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-customer-profiles/src/commands/CreateDomainCommand.ts b/clients/client-customer-profiles/src/commands/CreateDomainCommand.ts index 86ad113c4ce0..a23a543eedf9 100644 --- a/clients/client-customer-profiles/src/commands/CreateDomainCommand.ts +++ b/clients/client-customer-profiles/src/commands/CreateDomainCommand.ts @@ -233,9 +233,6 @@ export class CreateDomainCommand extends $Command< CreateDomainCommandOutput, CustomerProfilesClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -249,9 +246,7 @@ export class CreateDomainCommand extends $Command< * @public */ constructor(readonly input: CreateDomainCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -302,7 +297,4 @@ export class CreateDomainCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateDomainCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-customer-profiles/src/commands/CreateEventStreamCommand.ts b/clients/client-customer-profiles/src/commands/CreateEventStreamCommand.ts index 93025ba3837d..dc49ec85767c 100644 --- a/clients/client-customer-profiles/src/commands/CreateEventStreamCommand.ts +++ b/clients/client-customer-profiles/src/commands/CreateEventStreamCommand.ts @@ -96,9 +96,6 @@ export class CreateEventStreamCommand extends $Command< CreateEventStreamCommandOutput, CustomerProfilesClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -112,9 +109,7 @@ export class CreateEventStreamCommand extends $Command< * @public */ constructor(readonly input: CreateEventStreamCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -167,7 +162,4 @@ export class CreateEventStreamCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateEventStreamCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-customer-profiles/src/commands/CreateIntegrationWorkflowCommand.ts b/clients/client-customer-profiles/src/commands/CreateIntegrationWorkflowCommand.ts index ed458dd51af7..6ed4e463fa09 100644 --- a/clients/client-customer-profiles/src/commands/CreateIntegrationWorkflowCommand.ts +++ b/clients/client-customer-profiles/src/commands/CreateIntegrationWorkflowCommand.ts @@ -173,9 +173,6 @@ export class CreateIntegrationWorkflowCommand extends $Command< CreateIntegrationWorkflowCommandOutput, CustomerProfilesClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -189,9 +186,7 @@ export class CreateIntegrationWorkflowCommand extends $Command< * @public */ constructor(readonly input: CreateIntegrationWorkflowCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -247,7 +242,4 @@ export class CreateIntegrationWorkflowCommand extends $Command< ): Promise { return de_CreateIntegrationWorkflowCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-customer-profiles/src/commands/CreateProfileCommand.ts b/clients/client-customer-profiles/src/commands/CreateProfileCommand.ts index 8e56d5945ca9..208e35610d00 100644 --- a/clients/client-customer-profiles/src/commands/CreateProfileCommand.ts +++ b/clients/client-customer-profiles/src/commands/CreateProfileCommand.ts @@ -160,9 +160,6 @@ export class CreateProfileCommand extends $Command< CreateProfileCommandOutput, CustomerProfilesClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -176,9 +173,7 @@ export class CreateProfileCommand extends $Command< * @public */ constructor(readonly input: CreateProfileCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -229,7 +224,4 @@ export class CreateProfileCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateProfileCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-customer-profiles/src/commands/DeleteCalculatedAttributeDefinitionCommand.ts b/clients/client-customer-profiles/src/commands/DeleteCalculatedAttributeDefinitionCommand.ts index 9d5bb520767c..6cc0f1fda2b5 100644 --- a/clients/client-customer-profiles/src/commands/DeleteCalculatedAttributeDefinitionCommand.ts +++ b/clients/client-customer-profiles/src/commands/DeleteCalculatedAttributeDefinitionCommand.ts @@ -94,9 +94,6 @@ export class DeleteCalculatedAttributeDefinitionCommand extends $Command< DeleteCalculatedAttributeDefinitionCommandOutput, CustomerProfilesClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -110,9 +107,7 @@ export class DeleteCalculatedAttributeDefinitionCommand extends $Command< * @public */ constructor(readonly input: DeleteCalculatedAttributeDefinitionCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -171,7 +166,4 @@ export class DeleteCalculatedAttributeDefinitionCommand extends $Command< ): Promise { return de_DeleteCalculatedAttributeDefinitionCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-customer-profiles/src/commands/DeleteDomainCommand.ts b/clients/client-customer-profiles/src/commands/DeleteDomainCommand.ts index 797298c8907f..85c42df12c92 100644 --- a/clients/client-customer-profiles/src/commands/DeleteDomainCommand.ts +++ b/clients/client-customer-profiles/src/commands/DeleteDomainCommand.ts @@ -86,9 +86,6 @@ export class DeleteDomainCommand extends $Command< DeleteDomainCommandOutput, CustomerProfilesClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -102,9 +99,7 @@ export class DeleteDomainCommand extends $Command< * @public */ constructor(readonly input: DeleteDomainCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -155,7 +150,4 @@ export class DeleteDomainCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteDomainCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-customer-profiles/src/commands/DeleteEventStreamCommand.ts b/clients/client-customer-profiles/src/commands/DeleteEventStreamCommand.ts index 7ef58b572995..49941c750f1f 100644 --- a/clients/client-customer-profiles/src/commands/DeleteEventStreamCommand.ts +++ b/clients/client-customer-profiles/src/commands/DeleteEventStreamCommand.ts @@ -84,9 +84,6 @@ export class DeleteEventStreamCommand extends $Command< DeleteEventStreamCommandOutput, CustomerProfilesClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -100,9 +97,7 @@ export class DeleteEventStreamCommand extends $Command< * @public */ constructor(readonly input: DeleteEventStreamCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -155,7 +150,4 @@ export class DeleteEventStreamCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteEventStreamCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-customer-profiles/src/commands/DeleteIntegrationCommand.ts b/clients/client-customer-profiles/src/commands/DeleteIntegrationCommand.ts index dcb86f9f82b7..e6c0e388fe38 100644 --- a/clients/client-customer-profiles/src/commands/DeleteIntegrationCommand.ts +++ b/clients/client-customer-profiles/src/commands/DeleteIntegrationCommand.ts @@ -86,9 +86,6 @@ export class DeleteIntegrationCommand extends $Command< DeleteIntegrationCommandOutput, CustomerProfilesClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -102,9 +99,7 @@ export class DeleteIntegrationCommand extends $Command< * @public */ constructor(readonly input: DeleteIntegrationCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -157,7 +152,4 @@ export class DeleteIntegrationCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteIntegrationCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-customer-profiles/src/commands/DeleteProfileCommand.ts b/clients/client-customer-profiles/src/commands/DeleteProfileCommand.ts index 1bf2c7b099b1..ddcafb052103 100644 --- a/clients/client-customer-profiles/src/commands/DeleteProfileCommand.ts +++ b/clients/client-customer-profiles/src/commands/DeleteProfileCommand.ts @@ -86,9 +86,6 @@ export class DeleteProfileCommand extends $Command< DeleteProfileCommandOutput, CustomerProfilesClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -102,9 +99,7 @@ export class DeleteProfileCommand extends $Command< * @public */ constructor(readonly input: DeleteProfileCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -155,7 +150,4 @@ export class DeleteProfileCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteProfileCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-customer-profiles/src/commands/DeleteProfileKeyCommand.ts b/clients/client-customer-profiles/src/commands/DeleteProfileKeyCommand.ts index a1d46f2bb1cf..e982de86abfe 100644 --- a/clients/client-customer-profiles/src/commands/DeleteProfileKeyCommand.ts +++ b/clients/client-customer-profiles/src/commands/DeleteProfileKeyCommand.ts @@ -90,9 +90,6 @@ export class DeleteProfileKeyCommand extends $Command< DeleteProfileKeyCommandOutput, CustomerProfilesClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -106,9 +103,7 @@ export class DeleteProfileKeyCommand extends $Command< * @public */ constructor(readonly input: DeleteProfileKeyCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -161,7 +156,4 @@ export class DeleteProfileKeyCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteProfileKeyCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-customer-profiles/src/commands/DeleteProfileObjectCommand.ts b/clients/client-customer-profiles/src/commands/DeleteProfileObjectCommand.ts index 9c4d26208045..f88ef498bde5 100644 --- a/clients/client-customer-profiles/src/commands/DeleteProfileObjectCommand.ts +++ b/clients/client-customer-profiles/src/commands/DeleteProfileObjectCommand.ts @@ -88,9 +88,6 @@ export class DeleteProfileObjectCommand extends $Command< DeleteProfileObjectCommandOutput, CustomerProfilesClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -104,9 +101,7 @@ export class DeleteProfileObjectCommand extends $Command< * @public */ constructor(readonly input: DeleteProfileObjectCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -159,7 +154,4 @@ export class DeleteProfileObjectCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteProfileObjectCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-customer-profiles/src/commands/DeleteProfileObjectTypeCommand.ts b/clients/client-customer-profiles/src/commands/DeleteProfileObjectTypeCommand.ts index e2a07f6ca19f..7b0f27079cef 100644 --- a/clients/client-customer-profiles/src/commands/DeleteProfileObjectTypeCommand.ts +++ b/clients/client-customer-profiles/src/commands/DeleteProfileObjectTypeCommand.ts @@ -89,9 +89,6 @@ export class DeleteProfileObjectTypeCommand extends $Command< DeleteProfileObjectTypeCommandOutput, CustomerProfilesClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -105,9 +102,7 @@ export class DeleteProfileObjectTypeCommand extends $Command< * @public */ constructor(readonly input: DeleteProfileObjectTypeCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -160,7 +155,4 @@ export class DeleteProfileObjectTypeCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteProfileObjectTypeCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-customer-profiles/src/commands/DeleteWorkflowCommand.ts b/clients/client-customer-profiles/src/commands/DeleteWorkflowCommand.ts index 96e2369c9d15..5d8ddad6cba4 100644 --- a/clients/client-customer-profiles/src/commands/DeleteWorkflowCommand.ts +++ b/clients/client-customer-profiles/src/commands/DeleteWorkflowCommand.ts @@ -84,9 +84,6 @@ export class DeleteWorkflowCommand extends $Command< DeleteWorkflowCommandOutput, CustomerProfilesClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -100,9 +97,7 @@ export class DeleteWorkflowCommand extends $Command< * @public */ constructor(readonly input: DeleteWorkflowCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -155,7 +150,4 @@ export class DeleteWorkflowCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteWorkflowCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-customer-profiles/src/commands/GetAutoMergingPreviewCommand.ts b/clients/client-customer-profiles/src/commands/GetAutoMergingPreviewCommand.ts index 468d51e9327b..383ce974ae39 100644 --- a/clients/client-customer-profiles/src/commands/GetAutoMergingPreviewCommand.ts +++ b/clients/client-customer-profiles/src/commands/GetAutoMergingPreviewCommand.ts @@ -112,9 +112,6 @@ export class GetAutoMergingPreviewCommand extends $Command< GetAutoMergingPreviewCommandOutput, CustomerProfilesClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -128,9 +125,7 @@ export class GetAutoMergingPreviewCommand extends $Command< * @public */ constructor(readonly input: GetAutoMergingPreviewCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -183,7 +178,4 @@ export class GetAutoMergingPreviewCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetAutoMergingPreviewCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-customer-profiles/src/commands/GetCalculatedAttributeDefinitionCommand.ts b/clients/client-customer-profiles/src/commands/GetCalculatedAttributeDefinitionCommand.ts index 47dca9a191c9..0a4ae670e839 100644 --- a/clients/client-customer-profiles/src/commands/GetCalculatedAttributeDefinitionCommand.ts +++ b/clients/client-customer-profiles/src/commands/GetCalculatedAttributeDefinitionCommand.ts @@ -122,9 +122,6 @@ export class GetCalculatedAttributeDefinitionCommand extends $Command< GetCalculatedAttributeDefinitionCommandOutput, CustomerProfilesClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -138,9 +135,7 @@ export class GetCalculatedAttributeDefinitionCommand extends $Command< * @public */ constructor(readonly input: GetCalculatedAttributeDefinitionCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -199,7 +194,4 @@ export class GetCalculatedAttributeDefinitionCommand extends $Command< ): Promise { return de_GetCalculatedAttributeDefinitionCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-customer-profiles/src/commands/GetCalculatedAttributeForProfileCommand.ts b/clients/client-customer-profiles/src/commands/GetCalculatedAttributeForProfileCommand.ts index 3ae3b4e96ed9..a526397bdb39 100644 --- a/clients/client-customer-profiles/src/commands/GetCalculatedAttributeForProfileCommand.ts +++ b/clients/client-customer-profiles/src/commands/GetCalculatedAttributeForProfileCommand.ts @@ -95,9 +95,6 @@ export class GetCalculatedAttributeForProfileCommand extends $Command< GetCalculatedAttributeForProfileCommandOutput, CustomerProfilesClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -111,9 +108,7 @@ export class GetCalculatedAttributeForProfileCommand extends $Command< * @public */ constructor(readonly input: GetCalculatedAttributeForProfileCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -172,7 +167,4 @@ export class GetCalculatedAttributeForProfileCommand extends $Command< ): Promise { return de_GetCalculatedAttributeForProfileCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-customer-profiles/src/commands/GetDomainCommand.ts b/clients/client-customer-profiles/src/commands/GetDomainCommand.ts index 4187ac052dc4..68eb6a9723cb 100644 --- a/clients/client-customer-profiles/src/commands/GetDomainCommand.ts +++ b/clients/client-customer-profiles/src/commands/GetDomainCommand.ts @@ -162,9 +162,6 @@ export class GetDomainCommand extends $Command< GetDomainCommandOutput, CustomerProfilesClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -178,9 +175,7 @@ export class GetDomainCommand extends $Command< * @public */ constructor(readonly input: GetDomainCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -231,7 +226,4 @@ export class GetDomainCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetDomainCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-customer-profiles/src/commands/GetEventStreamCommand.ts b/clients/client-customer-profiles/src/commands/GetEventStreamCommand.ts index 9cd71a18f919..b6533ed1fc7c 100644 --- a/clients/client-customer-profiles/src/commands/GetEventStreamCommand.ts +++ b/clients/client-customer-profiles/src/commands/GetEventStreamCommand.ts @@ -99,9 +99,6 @@ export class GetEventStreamCommand extends $Command< GetEventStreamCommandOutput, CustomerProfilesClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -115,9 +112,7 @@ export class GetEventStreamCommand extends $Command< * @public */ constructor(readonly input: GetEventStreamCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -170,7 +165,4 @@ export class GetEventStreamCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetEventStreamCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-customer-profiles/src/commands/GetIdentityResolutionJobCommand.ts b/clients/client-customer-profiles/src/commands/GetIdentityResolutionJobCommand.ts index 603d07cf7f07..67abbfc3df4e 100644 --- a/clients/client-customer-profiles/src/commands/GetIdentityResolutionJobCommand.ts +++ b/clients/client-customer-profiles/src/commands/GetIdentityResolutionJobCommand.ts @@ -121,9 +121,6 @@ export class GetIdentityResolutionJobCommand extends $Command< GetIdentityResolutionJobCommandOutput, CustomerProfilesClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -137,9 +134,7 @@ export class GetIdentityResolutionJobCommand extends $Command< * @public */ constructor(readonly input: GetIdentityResolutionJobCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -192,7 +187,4 @@ export class GetIdentityResolutionJobCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetIdentityResolutionJobCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-customer-profiles/src/commands/GetIntegrationCommand.ts b/clients/client-customer-profiles/src/commands/GetIntegrationCommand.ts index 0eb93ca38853..e28cf81ae597 100644 --- a/clients/client-customer-profiles/src/commands/GetIntegrationCommand.ts +++ b/clients/client-customer-profiles/src/commands/GetIntegrationCommand.ts @@ -98,9 +98,6 @@ export class GetIntegrationCommand extends $Command< GetIntegrationCommandOutput, CustomerProfilesClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -114,9 +111,7 @@ export class GetIntegrationCommand extends $Command< * @public */ constructor(readonly input: GetIntegrationCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -169,7 +164,4 @@ export class GetIntegrationCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetIntegrationCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-customer-profiles/src/commands/GetMatchesCommand.ts b/clients/client-customer-profiles/src/commands/GetMatchesCommand.ts index c6eee32f05cf..befea4aafc00 100644 --- a/clients/client-customer-profiles/src/commands/GetMatchesCommand.ts +++ b/clients/client-customer-profiles/src/commands/GetMatchesCommand.ts @@ -142,9 +142,6 @@ export class GetMatchesCommand extends $Command< GetMatchesCommandOutput, CustomerProfilesClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -158,9 +155,7 @@ export class GetMatchesCommand extends $Command< * @public */ constructor(readonly input: GetMatchesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -211,7 +206,4 @@ export class GetMatchesCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetMatchesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-customer-profiles/src/commands/GetProfileObjectTypeCommand.ts b/clients/client-customer-profiles/src/commands/GetProfileObjectTypeCommand.ts index 15d00766c84d..ce8d17e783bc 100644 --- a/clients/client-customer-profiles/src/commands/GetProfileObjectTypeCommand.ts +++ b/clients/client-customer-profiles/src/commands/GetProfileObjectTypeCommand.ts @@ -120,9 +120,6 @@ export class GetProfileObjectTypeCommand extends $Command< GetProfileObjectTypeCommandOutput, CustomerProfilesClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -136,9 +133,7 @@ export class GetProfileObjectTypeCommand extends $Command< * @public */ constructor(readonly input: GetProfileObjectTypeCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -191,7 +186,4 @@ export class GetProfileObjectTypeCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetProfileObjectTypeCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-customer-profiles/src/commands/GetProfileObjectTypeTemplateCommand.ts b/clients/client-customer-profiles/src/commands/GetProfileObjectTypeTemplateCommand.ts index 4c1326d6f7ea..5e6a5c504ea3 100644 --- a/clients/client-customer-profiles/src/commands/GetProfileObjectTypeTemplateCommand.ts +++ b/clients/client-customer-profiles/src/commands/GetProfileObjectTypeTemplateCommand.ts @@ -121,9 +121,6 @@ export class GetProfileObjectTypeTemplateCommand extends $Command< GetProfileObjectTypeTemplateCommandOutput, CustomerProfilesClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -137,9 +134,7 @@ export class GetProfileObjectTypeTemplateCommand extends $Command< * @public */ constructor(readonly input: GetProfileObjectTypeTemplateCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -195,7 +190,4 @@ export class GetProfileObjectTypeTemplateCommand extends $Command< ): Promise { return de_GetProfileObjectTypeTemplateCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-customer-profiles/src/commands/GetSimilarProfilesCommand.ts b/clients/client-customer-profiles/src/commands/GetSimilarProfilesCommand.ts index 076763f96255..a1f27ce18f2a 100644 --- a/clients/client-customer-profiles/src/commands/GetSimilarProfilesCommand.ts +++ b/clients/client-customer-profiles/src/commands/GetSimilarProfilesCommand.ts @@ -99,9 +99,6 @@ export class GetSimilarProfilesCommand extends $Command< GetSimilarProfilesCommandOutput, CustomerProfilesClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -115,9 +112,7 @@ export class GetSimilarProfilesCommand extends $Command< * @public */ constructor(readonly input: GetSimilarProfilesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -170,7 +165,4 @@ export class GetSimilarProfilesCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetSimilarProfilesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-customer-profiles/src/commands/GetWorkflowCommand.ts b/clients/client-customer-profiles/src/commands/GetWorkflowCommand.ts index 26eb8c6035be..a9d024f73ad4 100644 --- a/clients/client-customer-profiles/src/commands/GetWorkflowCommand.ts +++ b/clients/client-customer-profiles/src/commands/GetWorkflowCommand.ts @@ -105,9 +105,6 @@ export class GetWorkflowCommand extends $Command< GetWorkflowCommandOutput, CustomerProfilesClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -121,9 +118,7 @@ export class GetWorkflowCommand extends $Command< * @public */ constructor(readonly input: GetWorkflowCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -174,7 +169,4 @@ export class GetWorkflowCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetWorkflowCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-customer-profiles/src/commands/GetWorkflowStepsCommand.ts b/clients/client-customer-profiles/src/commands/GetWorkflowStepsCommand.ts index 054ba8d42f2e..9f434d6573d3 100644 --- a/clients/client-customer-profiles/src/commands/GetWorkflowStepsCommand.ts +++ b/clients/client-customer-profiles/src/commands/GetWorkflowStepsCommand.ts @@ -104,9 +104,6 @@ export class GetWorkflowStepsCommand extends $Command< GetWorkflowStepsCommandOutput, CustomerProfilesClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -120,9 +117,7 @@ export class GetWorkflowStepsCommand extends $Command< * @public */ constructor(readonly input: GetWorkflowStepsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -175,7 +170,4 @@ export class GetWorkflowStepsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetWorkflowStepsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-customer-profiles/src/commands/ListAccountIntegrationsCommand.ts b/clients/client-customer-profiles/src/commands/ListAccountIntegrationsCommand.ts index 28c5db154fb7..88b370e14152 100644 --- a/clients/client-customer-profiles/src/commands/ListAccountIntegrationsCommand.ts +++ b/clients/client-customer-profiles/src/commands/ListAccountIntegrationsCommand.ts @@ -105,9 +105,6 @@ export class ListAccountIntegrationsCommand extends $Command< ListAccountIntegrationsCommandOutput, CustomerProfilesClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -121,9 +118,7 @@ export class ListAccountIntegrationsCommand extends $Command< * @public */ constructor(readonly input: ListAccountIntegrationsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -176,7 +171,4 @@ export class ListAccountIntegrationsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListAccountIntegrationsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-customer-profiles/src/commands/ListCalculatedAttributeDefinitionsCommand.ts b/clients/client-customer-profiles/src/commands/ListCalculatedAttributeDefinitionsCommand.ts index 4d40a9dc8166..30f09c256ab5 100644 --- a/clients/client-customer-profiles/src/commands/ListCalculatedAttributeDefinitionsCommand.ts +++ b/clients/client-customer-profiles/src/commands/ListCalculatedAttributeDefinitionsCommand.ts @@ -108,9 +108,6 @@ export class ListCalculatedAttributeDefinitionsCommand extends $Command< ListCalculatedAttributeDefinitionsCommandOutput, CustomerProfilesClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -124,9 +121,7 @@ export class ListCalculatedAttributeDefinitionsCommand extends $Command< * @public */ constructor(readonly input: ListCalculatedAttributeDefinitionsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -185,7 +180,4 @@ export class ListCalculatedAttributeDefinitionsCommand extends $Command< ): Promise { return de_ListCalculatedAttributeDefinitionsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-customer-profiles/src/commands/ListCalculatedAttributesForProfileCommand.ts b/clients/client-customer-profiles/src/commands/ListCalculatedAttributesForProfileCommand.ts index 0aeff9453316..4522b358bd00 100644 --- a/clients/client-customer-profiles/src/commands/ListCalculatedAttributesForProfileCommand.ts +++ b/clients/client-customer-profiles/src/commands/ListCalculatedAttributesForProfileCommand.ts @@ -104,9 +104,6 @@ export class ListCalculatedAttributesForProfileCommand extends $Command< ListCalculatedAttributesForProfileCommandOutput, CustomerProfilesClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -120,9 +117,7 @@ export class ListCalculatedAttributesForProfileCommand extends $Command< * @public */ constructor(readonly input: ListCalculatedAttributesForProfileCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -181,7 +176,4 @@ export class ListCalculatedAttributesForProfileCommand extends $Command< ): Promise { return de_ListCalculatedAttributesForProfileCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-customer-profiles/src/commands/ListDomainsCommand.ts b/clients/client-customer-profiles/src/commands/ListDomainsCommand.ts index dcbcf3100398..f1ecf0a7812d 100644 --- a/clients/client-customer-profiles/src/commands/ListDomainsCommand.ts +++ b/clients/client-customer-profiles/src/commands/ListDomainsCommand.ts @@ -96,9 +96,6 @@ export class ListDomainsCommand extends $Command< ListDomainsCommandOutput, CustomerProfilesClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -112,9 +109,7 @@ export class ListDomainsCommand extends $Command< * @public */ constructor(readonly input: ListDomainsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -165,7 +160,4 @@ export class ListDomainsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListDomainsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-customer-profiles/src/commands/ListEventStreamsCommand.ts b/clients/client-customer-profiles/src/commands/ListEventStreamsCommand.ts index 49650895329f..40826c9ae3a2 100644 --- a/clients/client-customer-profiles/src/commands/ListEventStreamsCommand.ts +++ b/clients/client-customer-profiles/src/commands/ListEventStreamsCommand.ts @@ -104,9 +104,6 @@ export class ListEventStreamsCommand extends $Command< ListEventStreamsCommandOutput, CustomerProfilesClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -120,9 +117,7 @@ export class ListEventStreamsCommand extends $Command< * @public */ constructor(readonly input: ListEventStreamsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -175,7 +170,4 @@ export class ListEventStreamsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListEventStreamsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-customer-profiles/src/commands/ListIdentityResolutionJobsCommand.ts b/clients/client-customer-profiles/src/commands/ListIdentityResolutionJobsCommand.ts index 99c1179f2d79..06a4cf29cb6b 100644 --- a/clients/client-customer-profiles/src/commands/ListIdentityResolutionJobsCommand.ts +++ b/clients/client-customer-profiles/src/commands/ListIdentityResolutionJobsCommand.ts @@ -109,9 +109,6 @@ export class ListIdentityResolutionJobsCommand extends $Command< ListIdentityResolutionJobsCommandOutput, CustomerProfilesClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -125,9 +122,7 @@ export class ListIdentityResolutionJobsCommand extends $Command< * @public */ constructor(readonly input: ListIdentityResolutionJobsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -183,7 +178,4 @@ export class ListIdentityResolutionJobsCommand extends $Command< ): Promise { return de_ListIdentityResolutionJobsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-customer-profiles/src/commands/ListIntegrationsCommand.ts b/clients/client-customer-profiles/src/commands/ListIntegrationsCommand.ts index 38ff4f967d20..eb4eb3803eac 100644 --- a/clients/client-customer-profiles/src/commands/ListIntegrationsCommand.ts +++ b/clients/client-customer-profiles/src/commands/ListIntegrationsCommand.ts @@ -105,9 +105,6 @@ export class ListIntegrationsCommand extends $Command< ListIntegrationsCommandOutput, CustomerProfilesClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -121,9 +118,7 @@ export class ListIntegrationsCommand extends $Command< * @public */ constructor(readonly input: ListIntegrationsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -176,7 +171,4 @@ export class ListIntegrationsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListIntegrationsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-customer-profiles/src/commands/ListProfileObjectTypeTemplatesCommand.ts b/clients/client-customer-profiles/src/commands/ListProfileObjectTypeTemplatesCommand.ts index 9bde6cfba58a..e30640e0811b 100644 --- a/clients/client-customer-profiles/src/commands/ListProfileObjectTypeTemplatesCommand.ts +++ b/clients/client-customer-profiles/src/commands/ListProfileObjectTypeTemplatesCommand.ts @@ -98,9 +98,6 @@ export class ListProfileObjectTypeTemplatesCommand extends $Command< ListProfileObjectTypeTemplatesCommandOutput, CustomerProfilesClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -114,9 +111,7 @@ export class ListProfileObjectTypeTemplatesCommand extends $Command< * @public */ constructor(readonly input: ListProfileObjectTypeTemplatesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -175,7 +170,4 @@ export class ListProfileObjectTypeTemplatesCommand extends $Command< ): Promise { return de_ListProfileObjectTypeTemplatesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-customer-profiles/src/commands/ListProfileObjectTypesCommand.ts b/clients/client-customer-profiles/src/commands/ListProfileObjectTypesCommand.ts index 289ef5df804f..e560f351c82d 100644 --- a/clients/client-customer-profiles/src/commands/ListProfileObjectTypesCommand.ts +++ b/clients/client-customer-profiles/src/commands/ListProfileObjectTypesCommand.ts @@ -102,9 +102,6 @@ export class ListProfileObjectTypesCommand extends $Command< ListProfileObjectTypesCommandOutput, CustomerProfilesClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -118,9 +115,7 @@ export class ListProfileObjectTypesCommand extends $Command< * @public */ constructor(readonly input: ListProfileObjectTypesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -173,7 +168,4 @@ export class ListProfileObjectTypesCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListProfileObjectTypesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-customer-profiles/src/commands/ListProfileObjectsCommand.ts b/clients/client-customer-profiles/src/commands/ListProfileObjectsCommand.ts index d9111d02a1d5..06626e108c8d 100644 --- a/clients/client-customer-profiles/src/commands/ListProfileObjectsCommand.ts +++ b/clients/client-customer-profiles/src/commands/ListProfileObjectsCommand.ts @@ -106,9 +106,6 @@ export class ListProfileObjectsCommand extends $Command< ListProfileObjectsCommandOutput, CustomerProfilesClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -122,9 +119,7 @@ export class ListProfileObjectsCommand extends $Command< * @public */ constructor(readonly input: ListProfileObjectsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -177,7 +172,4 @@ export class ListProfileObjectsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListProfileObjectsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-customer-profiles/src/commands/ListRuleBasedMatchesCommand.ts b/clients/client-customer-profiles/src/commands/ListRuleBasedMatchesCommand.ts index 9cbe9d051917..d957e72ea323 100644 --- a/clients/client-customer-profiles/src/commands/ListRuleBasedMatchesCommand.ts +++ b/clients/client-customer-profiles/src/commands/ListRuleBasedMatchesCommand.ts @@ -90,9 +90,6 @@ export class ListRuleBasedMatchesCommand extends $Command< ListRuleBasedMatchesCommandOutput, CustomerProfilesClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -106,9 +103,7 @@ export class ListRuleBasedMatchesCommand extends $Command< * @public */ constructor(readonly input: ListRuleBasedMatchesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -161,7 +156,4 @@ export class ListRuleBasedMatchesCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListRuleBasedMatchesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-customer-profiles/src/commands/ListTagsForResourceCommand.ts b/clients/client-customer-profiles/src/commands/ListTagsForResourceCommand.ts index a2b4e600d661..651945b026b0 100644 --- a/clients/client-customer-profiles/src/commands/ListTagsForResourceCommand.ts +++ b/clients/client-customer-profiles/src/commands/ListTagsForResourceCommand.ts @@ -82,9 +82,6 @@ export class ListTagsForResourceCommand extends $Command< ListTagsForResourceCommandOutput, CustomerProfilesClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -98,9 +95,7 @@ export class ListTagsForResourceCommand extends $Command< * @public */ constructor(readonly input: ListTagsForResourceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -153,7 +148,4 @@ export class ListTagsForResourceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListTagsForResourceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-customer-profiles/src/commands/ListWorkflowsCommand.ts b/clients/client-customer-profiles/src/commands/ListWorkflowsCommand.ts index b8ba297d752c..806832dbe79d 100644 --- a/clients/client-customer-profiles/src/commands/ListWorkflowsCommand.ts +++ b/clients/client-customer-profiles/src/commands/ListWorkflowsCommand.ts @@ -101,9 +101,6 @@ export class ListWorkflowsCommand extends $Command< ListWorkflowsCommandOutput, CustomerProfilesClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -117,9 +114,7 @@ export class ListWorkflowsCommand extends $Command< * @public */ constructor(readonly input: ListWorkflowsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -170,7 +165,4 @@ export class ListWorkflowsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListWorkflowsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-customer-profiles/src/commands/MergeProfilesCommand.ts b/clients/client-customer-profiles/src/commands/MergeProfilesCommand.ts index 896dba56e3cd..c801b1d0eabc 100644 --- a/clients/client-customer-profiles/src/commands/MergeProfilesCommand.ts +++ b/clients/client-customer-profiles/src/commands/MergeProfilesCommand.ts @@ -153,9 +153,6 @@ export class MergeProfilesCommand extends $Command< MergeProfilesCommandOutput, CustomerProfilesClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -169,9 +166,7 @@ export class MergeProfilesCommand extends $Command< * @public */ constructor(readonly input: MergeProfilesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -222,7 +217,4 @@ export class MergeProfilesCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_MergeProfilesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-customer-profiles/src/commands/PutIntegrationCommand.ts b/clients/client-customer-profiles/src/commands/PutIntegrationCommand.ts index 0c8411d4d39c..5f3d99494f79 100644 --- a/clients/client-customer-profiles/src/commands/PutIntegrationCommand.ts +++ b/clients/client-customer-profiles/src/commands/PutIntegrationCommand.ts @@ -179,9 +179,6 @@ export class PutIntegrationCommand extends $Command< PutIntegrationCommandOutput, CustomerProfilesClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -195,9 +192,7 @@ export class PutIntegrationCommand extends $Command< * @public */ constructor(readonly input: PutIntegrationCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -250,7 +245,4 @@ export class PutIntegrationCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_PutIntegrationCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-customer-profiles/src/commands/PutProfileObjectCommand.ts b/clients/client-customer-profiles/src/commands/PutProfileObjectCommand.ts index 8b57f7cdee44..0ea4b2cffa77 100644 --- a/clients/client-customer-profiles/src/commands/PutProfileObjectCommand.ts +++ b/clients/client-customer-profiles/src/commands/PutProfileObjectCommand.ts @@ -100,9 +100,6 @@ export class PutProfileObjectCommand extends $Command< PutProfileObjectCommandOutput, CustomerProfilesClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -116,9 +113,7 @@ export class PutProfileObjectCommand extends $Command< * @public */ constructor(readonly input: PutProfileObjectCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -171,7 +166,4 @@ export class PutProfileObjectCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_PutProfileObjectCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-customer-profiles/src/commands/PutProfileObjectTypeCommand.ts b/clients/client-customer-profiles/src/commands/PutProfileObjectTypeCommand.ts index 7de1d2c6b53a..c7cf8a67cf24 100644 --- a/clients/client-customer-profiles/src/commands/PutProfileObjectTypeCommand.ts +++ b/clients/client-customer-profiles/src/commands/PutProfileObjectTypeCommand.ts @@ -151,9 +151,6 @@ export class PutProfileObjectTypeCommand extends $Command< PutProfileObjectTypeCommandOutput, CustomerProfilesClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -167,9 +164,7 @@ export class PutProfileObjectTypeCommand extends $Command< * @public */ constructor(readonly input: PutProfileObjectTypeCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -222,7 +217,4 @@ export class PutProfileObjectTypeCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_PutProfileObjectTypeCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-customer-profiles/src/commands/SearchProfilesCommand.ts b/clients/client-customer-profiles/src/commands/SearchProfilesCommand.ts index 0637c390eaed..898228f7b2c6 100644 --- a/clients/client-customer-profiles/src/commands/SearchProfilesCommand.ts +++ b/clients/client-customer-profiles/src/commands/SearchProfilesCommand.ts @@ -190,9 +190,6 @@ export class SearchProfilesCommand extends $Command< SearchProfilesCommandOutput, CustomerProfilesClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -206,9 +203,7 @@ export class SearchProfilesCommand extends $Command< * @public */ constructor(readonly input: SearchProfilesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -261,7 +256,4 @@ export class SearchProfilesCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_SearchProfilesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-customer-profiles/src/commands/TagResourceCommand.ts b/clients/client-customer-profiles/src/commands/TagResourceCommand.ts index de6e3f5ad36e..5f9300b4bb23 100644 --- a/clients/client-customer-profiles/src/commands/TagResourceCommand.ts +++ b/clients/client-customer-profiles/src/commands/TagResourceCommand.ts @@ -91,9 +91,6 @@ export class TagResourceCommand extends $Command< TagResourceCommandOutput, CustomerProfilesClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -107,9 +104,7 @@ export class TagResourceCommand extends $Command< * @public */ constructor(readonly input: TagResourceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -160,7 +155,4 @@ export class TagResourceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_TagResourceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-customer-profiles/src/commands/UntagResourceCommand.ts b/clients/client-customer-profiles/src/commands/UntagResourceCommand.ts index 6b21d6500aa4..c86e3324cddb 100644 --- a/clients/client-customer-profiles/src/commands/UntagResourceCommand.ts +++ b/clients/client-customer-profiles/src/commands/UntagResourceCommand.ts @@ -81,9 +81,6 @@ export class UntagResourceCommand extends $Command< UntagResourceCommandOutput, CustomerProfilesClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -97,9 +94,7 @@ export class UntagResourceCommand extends $Command< * @public */ constructor(readonly input: UntagResourceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -150,7 +145,4 @@ export class UntagResourceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UntagResourceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-customer-profiles/src/commands/UpdateCalculatedAttributeDefinitionCommand.ts b/clients/client-customer-profiles/src/commands/UpdateCalculatedAttributeDefinitionCommand.ts index 1505ddb48537..dc6fe778b055 100644 --- a/clients/client-customer-profiles/src/commands/UpdateCalculatedAttributeDefinitionCommand.ts +++ b/clients/client-customer-profiles/src/commands/UpdateCalculatedAttributeDefinitionCommand.ts @@ -138,9 +138,6 @@ export class UpdateCalculatedAttributeDefinitionCommand extends $Command< UpdateCalculatedAttributeDefinitionCommandOutput, CustomerProfilesClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -154,9 +151,7 @@ export class UpdateCalculatedAttributeDefinitionCommand extends $Command< * @public */ constructor(readonly input: UpdateCalculatedAttributeDefinitionCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -215,7 +210,4 @@ export class UpdateCalculatedAttributeDefinitionCommand extends $Command< ): Promise { return de_UpdateCalculatedAttributeDefinitionCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-customer-profiles/src/commands/UpdateDomainCommand.ts b/clients/client-customer-profiles/src/commands/UpdateDomainCommand.ts index a9da10f041ab..5200050f9a3e 100644 --- a/clients/client-customer-profiles/src/commands/UpdateDomainCommand.ts +++ b/clients/client-customer-profiles/src/commands/UpdateDomainCommand.ts @@ -232,9 +232,6 @@ export class UpdateDomainCommand extends $Command< UpdateDomainCommandOutput, CustomerProfilesClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -248,9 +245,7 @@ export class UpdateDomainCommand extends $Command< * @public */ constructor(readonly input: UpdateDomainCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -301,7 +296,4 @@ export class UpdateDomainCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdateDomainCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-customer-profiles/src/commands/UpdateProfileCommand.ts b/clients/client-customer-profiles/src/commands/UpdateProfileCommand.ts index 31907f12b24a..f4adf5d29e49 100644 --- a/clients/client-customer-profiles/src/commands/UpdateProfileCommand.ts +++ b/clients/client-customer-profiles/src/commands/UpdateProfileCommand.ts @@ -163,9 +163,6 @@ export class UpdateProfileCommand extends $Command< UpdateProfileCommandOutput, CustomerProfilesClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -179,9 +176,7 @@ export class UpdateProfileCommand extends $Command< * @public */ constructor(readonly input: UpdateProfileCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -232,7 +227,4 @@ export class UpdateProfileCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdateProfileCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-data-pipeline/package.json b/clients/client-data-pipeline/package.json index 86fa05d5221a..a1f2b073bc09 100644 --- a/clients/client-data-pipeline/package.json +++ b/clients/client-data-pipeline/package.json @@ -34,29 +34,29 @@ "@aws-sdk/util-endpoints": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@smithy/config-resolver": "^2.0.16", - "@smithy/fetch-http-handler": "^2.2.4", - "@smithy/hash-node": "^2.0.12", - "@smithy/invalid-dependency": "^2.0.12", - "@smithy/middleware-content-length": "^2.0.14", - "@smithy/middleware-endpoint": "^2.1.3", - "@smithy/middleware-retry": "^2.0.18", - "@smithy/middleware-serde": "^2.0.12", - "@smithy/middleware-stack": "^2.0.6", - "@smithy/node-config-provider": "^2.1.3", - "@smithy/node-http-handler": "^2.1.8", - "@smithy/protocol-http": "^3.0.8", - "@smithy/smithy-client": "^2.1.12", - "@smithy/types": "^2.4.0", - "@smithy/url-parser": "^2.0.12", - "@smithy/util-base64": "^2.0.0", + "@smithy/config-resolver": "^2.0.18", + "@smithy/fetch-http-handler": "^2.2.6", + "@smithy/hash-node": "^2.0.15", + "@smithy/invalid-dependency": "^2.0.13", + "@smithy/middleware-content-length": "^2.0.15", + "@smithy/middleware-endpoint": "^2.2.0", + "@smithy/middleware-retry": "^2.0.20", + "@smithy/middleware-serde": "^2.0.13", + "@smithy/middleware-stack": "^2.0.7", + "@smithy/node-config-provider": "^2.1.5", + "@smithy/node-http-handler": "^2.1.9", + "@smithy/protocol-http": "^3.0.9", + "@smithy/smithy-client": "^2.1.15", + "@smithy/types": "^2.5.0", + "@smithy/url-parser": "^2.0.13", + "@smithy/util-base64": "^2.0.1", "@smithy/util-body-length-browser": "^2.0.0", "@smithy/util-body-length-node": "^2.1.0", - "@smithy/util-defaults-mode-browser": "^2.0.16", - "@smithy/util-defaults-mode-node": "^2.0.21", - "@smithy/util-endpoints": "^1.0.2", - "@smithy/util-retry": "^2.0.5", - "@smithy/util-utf8": "^2.0.0", + "@smithy/util-defaults-mode-browser": "^2.0.19", + "@smithy/util-defaults-mode-node": "^2.0.25", + "@smithy/util-endpoints": "^1.0.4", + "@smithy/util-retry": "^2.0.6", + "@smithy/util-utf8": "^2.0.2", "tslib": "^2.5.0" }, "devDependencies": { diff --git a/clients/client-data-pipeline/src/commands/ActivatePipelineCommand.ts b/clients/client-data-pipeline/src/commands/ActivatePipelineCommand.ts index 9d443aaa2146..1eb1e28eb6c6 100644 --- a/clients/client-data-pipeline/src/commands/ActivatePipelineCommand.ts +++ b/clients/client-data-pipeline/src/commands/ActivatePipelineCommand.ts @@ -117,9 +117,6 @@ export class ActivatePipelineCommand extends $Command< ActivatePipelineCommandOutput, DataPipelineClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -133,9 +130,7 @@ export class ActivatePipelineCommand extends $Command< * @public */ constructor(readonly input: ActivatePipelineCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -188,7 +183,4 @@ export class ActivatePipelineCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ActivatePipelineCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-data-pipeline/src/commands/AddTagsCommand.ts b/clients/client-data-pipeline/src/commands/AddTagsCommand.ts index ad48de49e667..4555ac3b627c 100644 --- a/clients/client-data-pipeline/src/commands/AddTagsCommand.ts +++ b/clients/client-data-pipeline/src/commands/AddTagsCommand.ts @@ -86,9 +86,6 @@ export class AddTagsCommand extends $Command< AddTagsCommandOutput, DataPipelineClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -102,9 +99,7 @@ export class AddTagsCommand extends $Command< * @public */ constructor(readonly input: AddTagsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -155,7 +150,4 @@ export class AddTagsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_AddTagsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-data-pipeline/src/commands/CreatePipelineCommand.ts b/clients/client-data-pipeline/src/commands/CreatePipelineCommand.ts index e18ea2b0139c..c32b68a9b29e 100644 --- a/clients/client-data-pipeline/src/commands/CreatePipelineCommand.ts +++ b/clients/client-data-pipeline/src/commands/CreatePipelineCommand.ts @@ -114,9 +114,6 @@ export class CreatePipelineCommand extends $Command< CreatePipelineCommandOutput, DataPipelineClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -130,9 +127,7 @@ export class CreatePipelineCommand extends $Command< * @public */ constructor(readonly input: CreatePipelineCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -185,7 +180,4 @@ export class CreatePipelineCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreatePipelineCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-data-pipeline/src/commands/DeactivatePipelineCommand.ts b/clients/client-data-pipeline/src/commands/DeactivatePipelineCommand.ts index 8e2ce37479d3..6412b92d1a90 100644 --- a/clients/client-data-pipeline/src/commands/DeactivatePipelineCommand.ts +++ b/clients/client-data-pipeline/src/commands/DeactivatePipelineCommand.ts @@ -84,9 +84,6 @@ export class DeactivatePipelineCommand extends $Command< DeactivatePipelineCommandOutput, DataPipelineClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -100,9 +97,7 @@ export class DeactivatePipelineCommand extends $Command< * @public */ constructor(readonly input: DeactivatePipelineCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -155,7 +150,4 @@ export class DeactivatePipelineCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeactivatePipelineCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-data-pipeline/src/commands/DeletePipelineCommand.ts b/clients/client-data-pipeline/src/commands/DeletePipelineCommand.ts index 9f6674efbda4..d092e1ab02f2 100644 --- a/clients/client-data-pipeline/src/commands/DeletePipelineCommand.ts +++ b/clients/client-data-pipeline/src/commands/DeletePipelineCommand.ts @@ -108,9 +108,6 @@ export class DeletePipelineCommand extends $Command< DeletePipelineCommandOutput, DataPipelineClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -124,9 +121,7 @@ export class DeletePipelineCommand extends $Command< * @public */ constructor(readonly input: DeletePipelineCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -179,7 +174,4 @@ export class DeletePipelineCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeletePipelineCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-data-pipeline/src/commands/DescribeObjectsCommand.ts b/clients/client-data-pipeline/src/commands/DescribeObjectsCommand.ts index 6e7bc089f3be..7a2a743acca6 100644 --- a/clients/client-data-pipeline/src/commands/DescribeObjectsCommand.ts +++ b/clients/client-data-pipeline/src/commands/DescribeObjectsCommand.ts @@ -159,9 +159,6 @@ export class DescribeObjectsCommand extends $Command< DescribeObjectsCommandOutput, DataPipelineClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -175,9 +172,7 @@ export class DescribeObjectsCommand extends $Command< * @public */ constructor(readonly input: DescribeObjectsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -230,7 +225,4 @@ export class DescribeObjectsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DescribeObjectsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-data-pipeline/src/commands/DescribePipelinesCommand.ts b/clients/client-data-pipeline/src/commands/DescribePipelinesCommand.ts index 747d9334739e..e53710e59c25 100644 --- a/clients/client-data-pipeline/src/commands/DescribePipelinesCommand.ts +++ b/clients/client-data-pipeline/src/commands/DescribePipelinesCommand.ts @@ -164,9 +164,6 @@ export class DescribePipelinesCommand extends $Command< DescribePipelinesCommandOutput, DataPipelineClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -180,9 +177,7 @@ export class DescribePipelinesCommand extends $Command< * @public */ constructor(readonly input: DescribePipelinesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -235,7 +230,4 @@ export class DescribePipelinesCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DescribePipelinesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-data-pipeline/src/commands/EvaluateExpressionCommand.ts b/clients/client-data-pipeline/src/commands/EvaluateExpressionCommand.ts index 0981586c447d..52505b23a28e 100644 --- a/clients/client-data-pipeline/src/commands/EvaluateExpressionCommand.ts +++ b/clients/client-data-pipeline/src/commands/EvaluateExpressionCommand.ts @@ -117,9 +117,6 @@ export class EvaluateExpressionCommand extends $Command< EvaluateExpressionCommandOutput, DataPipelineClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -133,9 +130,7 @@ export class EvaluateExpressionCommand extends $Command< * @public */ constructor(readonly input: EvaluateExpressionCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -188,7 +183,4 @@ export class EvaluateExpressionCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_EvaluateExpressionCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-data-pipeline/src/commands/GetPipelineDefinitionCommand.ts b/clients/client-data-pipeline/src/commands/GetPipelineDefinitionCommand.ts index a363d1168d56..45c1a6b04ac9 100644 --- a/clients/client-data-pipeline/src/commands/GetPipelineDefinitionCommand.ts +++ b/clients/client-data-pipeline/src/commands/GetPipelineDefinitionCommand.ts @@ -176,9 +176,6 @@ export class GetPipelineDefinitionCommand extends $Command< GetPipelineDefinitionCommandOutput, DataPipelineClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -192,9 +189,7 @@ export class GetPipelineDefinitionCommand extends $Command< * @public */ constructor(readonly input: GetPipelineDefinitionCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -247,7 +242,4 @@ export class GetPipelineDefinitionCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetPipelineDefinitionCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-data-pipeline/src/commands/ListPipelinesCommand.ts b/clients/client-data-pipeline/src/commands/ListPipelinesCommand.ts index ea359afdcad9..484eef1eee53 100644 --- a/clients/client-data-pipeline/src/commands/ListPipelinesCommand.ts +++ b/clients/client-data-pipeline/src/commands/ListPipelinesCommand.ts @@ -114,9 +114,6 @@ export class ListPipelinesCommand extends $Command< ListPipelinesCommandOutput, DataPipelineClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -130,9 +127,7 @@ export class ListPipelinesCommand extends $Command< * @public */ constructor(readonly input: ListPipelinesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -183,7 +178,4 @@ export class ListPipelinesCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListPipelinesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-data-pipeline/src/commands/PollForTaskCommand.ts b/clients/client-data-pipeline/src/commands/PollForTaskCommand.ts index dc729d3008a3..2a20a06c2dd3 100644 --- a/clients/client-data-pipeline/src/commands/PollForTaskCommand.ts +++ b/clients/client-data-pipeline/src/commands/PollForTaskCommand.ts @@ -179,9 +179,6 @@ export class PollForTaskCommand extends $Command< PollForTaskCommandOutput, DataPipelineClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -195,9 +192,7 @@ export class PollForTaskCommand extends $Command< * @public */ constructor(readonly input: PollForTaskCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -248,7 +243,4 @@ export class PollForTaskCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_PollForTaskCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-data-pipeline/src/commands/PutPipelineDefinitionCommand.ts b/clients/client-data-pipeline/src/commands/PutPipelineDefinitionCommand.ts index d217d0801880..ffae5e5bc505 100644 --- a/clients/client-data-pipeline/src/commands/PutPipelineDefinitionCommand.ts +++ b/clients/client-data-pipeline/src/commands/PutPipelineDefinitionCommand.ts @@ -287,9 +287,6 @@ export class PutPipelineDefinitionCommand extends $Command< PutPipelineDefinitionCommandOutput, DataPipelineClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -303,9 +300,7 @@ export class PutPipelineDefinitionCommand extends $Command< * @public */ constructor(readonly input: PutPipelineDefinitionCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -358,7 +353,4 @@ export class PutPipelineDefinitionCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_PutPipelineDefinitionCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-data-pipeline/src/commands/QueryObjectsCommand.ts b/clients/client-data-pipeline/src/commands/QueryObjectsCommand.ts index 00ba611fbffa..1d3600bde005 100644 --- a/clients/client-data-pipeline/src/commands/QueryObjectsCommand.ts +++ b/clients/client-data-pipeline/src/commands/QueryObjectsCommand.ts @@ -140,9 +140,6 @@ export class QueryObjectsCommand extends $Command< QueryObjectsCommandOutput, DataPipelineClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -156,9 +153,7 @@ export class QueryObjectsCommand extends $Command< * @public */ constructor(readonly input: QueryObjectsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -209,7 +204,4 @@ export class QueryObjectsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_QueryObjectsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-data-pipeline/src/commands/RemoveTagsCommand.ts b/clients/client-data-pipeline/src/commands/RemoveTagsCommand.ts index 62ddbc8275c8..6c5a4d31b74b 100644 --- a/clients/client-data-pipeline/src/commands/RemoveTagsCommand.ts +++ b/clients/client-data-pipeline/src/commands/RemoveTagsCommand.ts @@ -83,9 +83,6 @@ export class RemoveTagsCommand extends $Command< RemoveTagsCommandOutput, DataPipelineClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -99,9 +96,7 @@ export class RemoveTagsCommand extends $Command< * @public */ constructor(readonly input: RemoveTagsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -152,7 +147,4 @@ export class RemoveTagsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_RemoveTagsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-data-pipeline/src/commands/ReportTaskProgressCommand.ts b/clients/client-data-pipeline/src/commands/ReportTaskProgressCommand.ts index 51ea4e1be099..65f9105538a2 100644 --- a/clients/client-data-pipeline/src/commands/ReportTaskProgressCommand.ts +++ b/clients/client-data-pipeline/src/commands/ReportTaskProgressCommand.ts @@ -129,9 +129,6 @@ export class ReportTaskProgressCommand extends $Command< ReportTaskProgressCommandOutput, DataPipelineClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -145,9 +142,7 @@ export class ReportTaskProgressCommand extends $Command< * @public */ constructor(readonly input: ReportTaskProgressCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -200,7 +195,4 @@ export class ReportTaskProgressCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ReportTaskProgressCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-data-pipeline/src/commands/ReportTaskRunnerHeartbeatCommand.ts b/clients/client-data-pipeline/src/commands/ReportTaskRunnerHeartbeatCommand.ts index 3f3d386065d1..51b1602076fe 100644 --- a/clients/client-data-pipeline/src/commands/ReportTaskRunnerHeartbeatCommand.ts +++ b/clients/client-data-pipeline/src/commands/ReportTaskRunnerHeartbeatCommand.ts @@ -110,9 +110,6 @@ export class ReportTaskRunnerHeartbeatCommand extends $Command< ReportTaskRunnerHeartbeatCommandOutput, DataPipelineClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -126,9 +123,7 @@ export class ReportTaskRunnerHeartbeatCommand extends $Command< * @public */ constructor(readonly input: ReportTaskRunnerHeartbeatCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -184,7 +179,4 @@ export class ReportTaskRunnerHeartbeatCommand extends $Command< ): Promise { return de_ReportTaskRunnerHeartbeatCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-data-pipeline/src/commands/SetStatusCommand.ts b/clients/client-data-pipeline/src/commands/SetStatusCommand.ts index 2473cb3296ca..9a39edde92db 100644 --- a/clients/client-data-pipeline/src/commands/SetStatusCommand.ts +++ b/clients/client-data-pipeline/src/commands/SetStatusCommand.ts @@ -116,9 +116,6 @@ export class SetStatusCommand extends $Command< SetStatusCommandOutput, DataPipelineClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -132,9 +129,7 @@ export class SetStatusCommand extends $Command< * @public */ constructor(readonly input: SetStatusCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -185,7 +180,4 @@ export class SetStatusCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_SetStatusCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-data-pipeline/src/commands/SetTaskStatusCommand.ts b/clients/client-data-pipeline/src/commands/SetTaskStatusCommand.ts index dfcdc5d37999..94795b459934 100644 --- a/clients/client-data-pipeline/src/commands/SetTaskStatusCommand.ts +++ b/clients/client-data-pipeline/src/commands/SetTaskStatusCommand.ts @@ -117,9 +117,6 @@ export class SetTaskStatusCommand extends $Command< SetTaskStatusCommandOutput, DataPipelineClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -133,9 +130,7 @@ export class SetTaskStatusCommand extends $Command< * @public */ constructor(readonly input: SetTaskStatusCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -186,7 +181,4 @@ export class SetTaskStatusCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_SetTaskStatusCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-data-pipeline/src/commands/ValidatePipelineDefinitionCommand.ts b/clients/client-data-pipeline/src/commands/ValidatePipelineDefinitionCommand.ts index afc2867e8742..07913823f843 100644 --- a/clients/client-data-pipeline/src/commands/ValidatePipelineDefinitionCommand.ts +++ b/clients/client-data-pipeline/src/commands/ValidatePipelineDefinitionCommand.ts @@ -279,9 +279,6 @@ export class ValidatePipelineDefinitionCommand extends $Command< ValidatePipelineDefinitionCommandOutput, DataPipelineClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -295,9 +292,7 @@ export class ValidatePipelineDefinitionCommand extends $Command< * @public */ constructor(readonly input: ValidatePipelineDefinitionCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -353,7 +348,4 @@ export class ValidatePipelineDefinitionCommand extends $Command< ): Promise { return de_ValidatePipelineDefinitionCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-database-migration-service/package.json b/clients/client-database-migration-service/package.json index 78bc79f6c8aa..fe9fc5be9df5 100644 --- a/clients/client-database-migration-service/package.json +++ b/clients/client-database-migration-service/package.json @@ -34,30 +34,30 @@ "@aws-sdk/util-endpoints": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@smithy/config-resolver": "^2.0.16", - "@smithy/fetch-http-handler": "^2.2.4", - "@smithy/hash-node": "^2.0.12", - "@smithy/invalid-dependency": "^2.0.12", - "@smithy/middleware-content-length": "^2.0.14", - "@smithy/middleware-endpoint": "^2.1.3", - "@smithy/middleware-retry": "^2.0.18", - "@smithy/middleware-serde": "^2.0.12", - "@smithy/middleware-stack": "^2.0.6", - "@smithy/node-config-provider": "^2.1.3", - "@smithy/node-http-handler": "^2.1.8", - "@smithy/protocol-http": "^3.0.8", - "@smithy/smithy-client": "^2.1.12", - "@smithy/types": "^2.4.0", - "@smithy/url-parser": "^2.0.12", - "@smithy/util-base64": "^2.0.0", + "@smithy/config-resolver": "^2.0.18", + "@smithy/fetch-http-handler": "^2.2.6", + "@smithy/hash-node": "^2.0.15", + "@smithy/invalid-dependency": "^2.0.13", + "@smithy/middleware-content-length": "^2.0.15", + "@smithy/middleware-endpoint": "^2.2.0", + "@smithy/middleware-retry": "^2.0.20", + "@smithy/middleware-serde": "^2.0.13", + "@smithy/middleware-stack": "^2.0.7", + "@smithy/node-config-provider": "^2.1.5", + "@smithy/node-http-handler": "^2.1.9", + "@smithy/protocol-http": "^3.0.9", + "@smithy/smithy-client": "^2.1.15", + "@smithy/types": "^2.5.0", + "@smithy/url-parser": "^2.0.13", + "@smithy/util-base64": "^2.0.1", "@smithy/util-body-length-browser": "^2.0.0", "@smithy/util-body-length-node": "^2.1.0", - "@smithy/util-defaults-mode-browser": "^2.0.16", - "@smithy/util-defaults-mode-node": "^2.0.21", - "@smithy/util-endpoints": "^1.0.2", - "@smithy/util-retry": "^2.0.5", - "@smithy/util-utf8": "^2.0.0", - "@smithy/util-waiter": "^2.0.12", + "@smithy/util-defaults-mode-browser": "^2.0.19", + "@smithy/util-defaults-mode-node": "^2.0.25", + "@smithy/util-endpoints": "^1.0.4", + "@smithy/util-retry": "^2.0.6", + "@smithy/util-utf8": "^2.0.2", + "@smithy/util-waiter": "^2.0.13", "tslib": "^2.5.0" }, "devDependencies": { diff --git a/clients/client-database-migration-service/src/commands/AddTagsToResourceCommand.ts b/clients/client-database-migration-service/src/commands/AddTagsToResourceCommand.ts index 3e752536eed9..b4dc5e8151e4 100644 --- a/clients/client-database-migration-service/src/commands/AddTagsToResourceCommand.ts +++ b/clients/client-database-migration-service/src/commands/AddTagsToResourceCommand.ts @@ -104,9 +104,6 @@ export class AddTagsToResourceCommand extends $Command< AddTagsToResourceCommandOutput, DatabaseMigrationServiceClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -120,9 +117,7 @@ export class AddTagsToResourceCommand extends $Command< * @public */ constructor(readonly input: AddTagsToResourceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -175,7 +170,4 @@ export class AddTagsToResourceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_AddTagsToResourceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-database-migration-service/src/commands/ApplyPendingMaintenanceActionCommand.ts b/clients/client-database-migration-service/src/commands/ApplyPendingMaintenanceActionCommand.ts index bba6d7c17a64..07fa4997969f 100644 --- a/clients/client-database-migration-service/src/commands/ApplyPendingMaintenanceActionCommand.ts +++ b/clients/client-database-migration-service/src/commands/ApplyPendingMaintenanceActionCommand.ts @@ -96,9 +96,6 @@ export class ApplyPendingMaintenanceActionCommand extends $Command< ApplyPendingMaintenanceActionCommandOutput, DatabaseMigrationServiceClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -112,9 +109,7 @@ export class ApplyPendingMaintenanceActionCommand extends $Command< * @public */ constructor(readonly input: ApplyPendingMaintenanceActionCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -170,7 +165,4 @@ export class ApplyPendingMaintenanceActionCommand extends $Command< ): Promise { return de_ApplyPendingMaintenanceActionCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-database-migration-service/src/commands/BatchStartRecommendationsCommand.ts b/clients/client-database-migration-service/src/commands/BatchStartRecommendationsCommand.ts index e350f168df1d..2bacf1e156ea 100644 --- a/clients/client-database-migration-service/src/commands/BatchStartRecommendationsCommand.ts +++ b/clients/client-database-migration-service/src/commands/BatchStartRecommendationsCommand.ts @@ -103,9 +103,6 @@ export class BatchStartRecommendationsCommand extends $Command< BatchStartRecommendationsCommandOutput, DatabaseMigrationServiceClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -119,9 +116,7 @@ export class BatchStartRecommendationsCommand extends $Command< * @public */ constructor(readonly input: BatchStartRecommendationsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -177,7 +172,4 @@ export class BatchStartRecommendationsCommand extends $Command< ): Promise { return de_BatchStartRecommendationsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-database-migration-service/src/commands/CancelReplicationTaskAssessmentRunCommand.ts b/clients/client-database-migration-service/src/commands/CancelReplicationTaskAssessmentRunCommand.ts index 9a827690ce32..506df3090f6d 100644 --- a/clients/client-database-migration-service/src/commands/CancelReplicationTaskAssessmentRunCommand.ts +++ b/clients/client-database-migration-service/src/commands/CancelReplicationTaskAssessmentRunCommand.ts @@ -111,9 +111,6 @@ export class CancelReplicationTaskAssessmentRunCommand extends $Command< CancelReplicationTaskAssessmentRunCommandOutput, DatabaseMigrationServiceClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -127,9 +124,7 @@ export class CancelReplicationTaskAssessmentRunCommand extends $Command< * @public */ constructor(readonly input: CancelReplicationTaskAssessmentRunCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -188,7 +183,4 @@ export class CancelReplicationTaskAssessmentRunCommand extends $Command< ): Promise { return de_CancelReplicationTaskAssessmentRunCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-database-migration-service/src/commands/CreateDataProviderCommand.ts b/clients/client-database-migration-service/src/commands/CreateDataProviderCommand.ts index c74f74d8dd4b..ec2709811c71 100644 --- a/clients/client-database-migration-service/src/commands/CreateDataProviderCommand.ts +++ b/clients/client-database-migration-service/src/commands/CreateDataProviderCommand.ts @@ -269,9 +269,6 @@ export class CreateDataProviderCommand extends $Command< CreateDataProviderCommandOutput, DatabaseMigrationServiceClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -285,9 +282,7 @@ export class CreateDataProviderCommand extends $Command< * @public */ constructor(readonly input: CreateDataProviderCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -340,7 +335,4 @@ export class CreateDataProviderCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateDataProviderCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-database-migration-service/src/commands/CreateEndpointCommand.ts b/clients/client-database-migration-service/src/commands/CreateEndpointCommand.ts index 4c2985cde54e..ae82013359ec 100644 --- a/clients/client-database-migration-service/src/commands/CreateEndpointCommand.ts +++ b/clients/client-database-migration-service/src/commands/CreateEndpointCommand.ts @@ -854,9 +854,6 @@ export class CreateEndpointCommand extends $Command< CreateEndpointCommandOutput, DatabaseMigrationServiceClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -870,9 +867,7 @@ export class CreateEndpointCommand extends $Command< * @public */ constructor(readonly input: CreateEndpointCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -925,7 +920,4 @@ export class CreateEndpointCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateEndpointCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-database-migration-service/src/commands/CreateEventSubscriptionCommand.ts b/clients/client-database-migration-service/src/commands/CreateEventSubscriptionCommand.ts index 5beb65b476c8..f06c0f262a72 100644 --- a/clients/client-database-migration-service/src/commands/CreateEventSubscriptionCommand.ts +++ b/clients/client-database-migration-service/src/commands/CreateEventSubscriptionCommand.ts @@ -149,9 +149,6 @@ export class CreateEventSubscriptionCommand extends $Command< CreateEventSubscriptionCommandOutput, DatabaseMigrationServiceClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -165,9 +162,7 @@ export class CreateEventSubscriptionCommand extends $Command< * @public */ constructor(readonly input: CreateEventSubscriptionCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -220,7 +215,4 @@ export class CreateEventSubscriptionCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateEventSubscriptionCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-database-migration-service/src/commands/CreateFleetAdvisorCollectorCommand.ts b/clients/client-database-migration-service/src/commands/CreateFleetAdvisorCollectorCommand.ts index d9485bbd1b69..f8aac0efa1f0 100644 --- a/clients/client-database-migration-service/src/commands/CreateFleetAdvisorCollectorCommand.ts +++ b/clients/client-database-migration-service/src/commands/CreateFleetAdvisorCollectorCommand.ts @@ -100,9 +100,6 @@ export class CreateFleetAdvisorCollectorCommand extends $Command< CreateFleetAdvisorCollectorCommandOutput, DatabaseMigrationServiceClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -116,9 +113,7 @@ export class CreateFleetAdvisorCollectorCommand extends $Command< * @public */ constructor(readonly input: CreateFleetAdvisorCollectorCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -174,7 +169,4 @@ export class CreateFleetAdvisorCollectorCommand extends $Command< ): Promise { return de_CreateFleetAdvisorCollectorCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-database-migration-service/src/commands/CreateInstanceProfileCommand.ts b/clients/client-database-migration-service/src/commands/CreateInstanceProfileCommand.ts index 297e20a6eac6..68cc74651b26 100644 --- a/clients/client-database-migration-service/src/commands/CreateInstanceProfileCommand.ts +++ b/clients/client-database-migration-service/src/commands/CreateInstanceProfileCommand.ts @@ -167,9 +167,6 @@ export class CreateInstanceProfileCommand extends $Command< CreateInstanceProfileCommandOutput, DatabaseMigrationServiceClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -183,9 +180,7 @@ export class CreateInstanceProfileCommand extends $Command< * @public */ constructor(readonly input: CreateInstanceProfileCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -238,7 +233,4 @@ export class CreateInstanceProfileCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateInstanceProfileCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-database-migration-service/src/commands/CreateMigrationProjectCommand.ts b/clients/client-database-migration-service/src/commands/CreateMigrationProjectCommand.ts index 7334000dbae3..8c9e35d37783 100644 --- a/clients/client-database-migration-service/src/commands/CreateMigrationProjectCommand.ts +++ b/clients/client-database-migration-service/src/commands/CreateMigrationProjectCommand.ts @@ -221,9 +221,6 @@ export class CreateMigrationProjectCommand extends $Command< CreateMigrationProjectCommandOutput, DatabaseMigrationServiceClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -237,9 +234,7 @@ export class CreateMigrationProjectCommand extends $Command< * @public */ constructor(readonly input: CreateMigrationProjectCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -292,7 +287,4 @@ export class CreateMigrationProjectCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateMigrationProjectCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-database-migration-service/src/commands/CreateReplicationConfigCommand.ts b/clients/client-database-migration-service/src/commands/CreateReplicationConfigCommand.ts index d21fd8ab3b78..e33f7d38bbc2 100644 --- a/clients/client-database-migration-service/src/commands/CreateReplicationConfigCommand.ts +++ b/clients/client-database-migration-service/src/commands/CreateReplicationConfigCommand.ts @@ -152,9 +152,6 @@ export class CreateReplicationConfigCommand extends $Command< CreateReplicationConfigCommandOutput, DatabaseMigrationServiceClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -168,9 +165,7 @@ export class CreateReplicationConfigCommand extends $Command< * @public */ constructor(readonly input: CreateReplicationConfigCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -223,7 +218,4 @@ export class CreateReplicationConfigCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateReplicationConfigCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-database-migration-service/src/commands/CreateReplicationInstanceCommand.ts b/clients/client-database-migration-service/src/commands/CreateReplicationInstanceCommand.ts index 8b6429e713f0..f025de588cdc 100644 --- a/clients/client-database-migration-service/src/commands/CreateReplicationInstanceCommand.ts +++ b/clients/client-database-migration-service/src/commands/CreateReplicationInstanceCommand.ts @@ -279,9 +279,6 @@ export class CreateReplicationInstanceCommand extends $Command< CreateReplicationInstanceCommandOutput, DatabaseMigrationServiceClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -295,9 +292,7 @@ export class CreateReplicationInstanceCommand extends $Command< * @public */ constructor(readonly input: CreateReplicationInstanceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -353,7 +348,4 @@ export class CreateReplicationInstanceCommand extends $Command< ): Promise { return de_CreateReplicationInstanceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-database-migration-service/src/commands/CreateReplicationSubnetGroupCommand.ts b/clients/client-database-migration-service/src/commands/CreateReplicationSubnetGroupCommand.ts index 503f87cc6f2c..916d3bbf90b9 100644 --- a/clients/client-database-migration-service/src/commands/CreateReplicationSubnetGroupCommand.ts +++ b/clients/client-database-migration-service/src/commands/CreateReplicationSubnetGroupCommand.ts @@ -159,9 +159,6 @@ export class CreateReplicationSubnetGroupCommand extends $Command< CreateReplicationSubnetGroupCommandOutput, DatabaseMigrationServiceClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -175,9 +172,7 @@ export class CreateReplicationSubnetGroupCommand extends $Command< * @public */ constructor(readonly input: CreateReplicationSubnetGroupCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -233,7 +228,4 @@ export class CreateReplicationSubnetGroupCommand extends $Command< ): Promise { return de_CreateReplicationSubnetGroupCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-database-migration-service/src/commands/CreateReplicationTaskCommand.ts b/clients/client-database-migration-service/src/commands/CreateReplicationTaskCommand.ts index ee885d952244..57c310979edf 100644 --- a/clients/client-database-migration-service/src/commands/CreateReplicationTaskCommand.ts +++ b/clients/client-database-migration-service/src/commands/CreateReplicationTaskCommand.ts @@ -183,9 +183,6 @@ export class CreateReplicationTaskCommand extends $Command< CreateReplicationTaskCommandOutput, DatabaseMigrationServiceClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -199,9 +196,7 @@ export class CreateReplicationTaskCommand extends $Command< * @public */ constructor(readonly input: CreateReplicationTaskCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -254,7 +249,4 @@ export class CreateReplicationTaskCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateReplicationTaskCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-database-migration-service/src/commands/DeleteCertificateCommand.ts b/clients/client-database-migration-service/src/commands/DeleteCertificateCommand.ts index 7fe8d152038b..823092a53519 100644 --- a/clients/client-database-migration-service/src/commands/DeleteCertificateCommand.ts +++ b/clients/client-database-migration-service/src/commands/DeleteCertificateCommand.ts @@ -107,9 +107,6 @@ export class DeleteCertificateCommand extends $Command< DeleteCertificateCommandOutput, DatabaseMigrationServiceClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -123,9 +120,7 @@ export class DeleteCertificateCommand extends $Command< * @public */ constructor(readonly input: DeleteCertificateCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -178,7 +173,4 @@ export class DeleteCertificateCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteCertificateCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-database-migration-service/src/commands/DeleteConnectionCommand.ts b/clients/client-database-migration-service/src/commands/DeleteConnectionCommand.ts index 294db87e943c..749746032491 100644 --- a/clients/client-database-migration-service/src/commands/DeleteConnectionCommand.ts +++ b/clients/client-database-migration-service/src/commands/DeleteConnectionCommand.ts @@ -109,9 +109,6 @@ export class DeleteConnectionCommand extends $Command< DeleteConnectionCommandOutput, DatabaseMigrationServiceClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -125,9 +122,7 @@ export class DeleteConnectionCommand extends $Command< * @public */ constructor(readonly input: DeleteConnectionCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -180,7 +175,4 @@ export class DeleteConnectionCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteConnectionCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-database-migration-service/src/commands/DeleteDataProviderCommand.ts b/clients/client-database-migration-service/src/commands/DeleteDataProviderCommand.ts index 427a67c32378..7dc6f6c93ba4 100644 --- a/clients/client-database-migration-service/src/commands/DeleteDataProviderCommand.ts +++ b/clients/client-database-migration-service/src/commands/DeleteDataProviderCommand.ts @@ -185,9 +185,6 @@ export class DeleteDataProviderCommand extends $Command< DeleteDataProviderCommandOutput, DatabaseMigrationServiceClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -201,9 +198,7 @@ export class DeleteDataProviderCommand extends $Command< * @public */ constructor(readonly input: DeleteDataProviderCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -256,7 +251,4 @@ export class DeleteDataProviderCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteDataProviderCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-database-migration-service/src/commands/DeleteEndpointCommand.ts b/clients/client-database-migration-service/src/commands/DeleteEndpointCommand.ts index d14784e2e7fc..9a07c28a20a5 100644 --- a/clients/client-database-migration-service/src/commands/DeleteEndpointCommand.ts +++ b/clients/client-database-migration-service/src/commands/DeleteEndpointCommand.ts @@ -466,9 +466,6 @@ export class DeleteEndpointCommand extends $Command< DeleteEndpointCommandOutput, DatabaseMigrationServiceClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -482,9 +479,7 @@ export class DeleteEndpointCommand extends $Command< * @public */ constructor(readonly input: DeleteEndpointCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -537,7 +532,4 @@ export class DeleteEndpointCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteEndpointCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-database-migration-service/src/commands/DeleteEventSubscriptionCommand.ts b/clients/client-database-migration-service/src/commands/DeleteEventSubscriptionCommand.ts index c1379d06f387..797b0c54208b 100644 --- a/clients/client-database-migration-service/src/commands/DeleteEventSubscriptionCommand.ts +++ b/clients/client-database-migration-service/src/commands/DeleteEventSubscriptionCommand.ts @@ -94,9 +94,6 @@ export class DeleteEventSubscriptionCommand extends $Command< DeleteEventSubscriptionCommandOutput, DatabaseMigrationServiceClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -110,9 +107,7 @@ export class DeleteEventSubscriptionCommand extends $Command< * @public */ constructor(readonly input: DeleteEventSubscriptionCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -165,7 +160,4 @@ export class DeleteEventSubscriptionCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteEventSubscriptionCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-database-migration-service/src/commands/DeleteFleetAdvisorCollectorCommand.ts b/clients/client-database-migration-service/src/commands/DeleteFleetAdvisorCollectorCommand.ts index 037411d2f7ce..387dab6e8d22 100644 --- a/clients/client-database-migration-service/src/commands/DeleteFleetAdvisorCollectorCommand.ts +++ b/clients/client-database-migration-service/src/commands/DeleteFleetAdvisorCollectorCommand.ts @@ -78,9 +78,6 @@ export class DeleteFleetAdvisorCollectorCommand extends $Command< DeleteFleetAdvisorCollectorCommandOutput, DatabaseMigrationServiceClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -94,9 +91,7 @@ export class DeleteFleetAdvisorCollectorCommand extends $Command< * @public */ constructor(readonly input: DeleteFleetAdvisorCollectorCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -152,7 +147,4 @@ export class DeleteFleetAdvisorCollectorCommand extends $Command< ): Promise { return de_DeleteFleetAdvisorCollectorCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-database-migration-service/src/commands/DeleteFleetAdvisorDatabasesCommand.ts b/clients/client-database-migration-service/src/commands/DeleteFleetAdvisorDatabasesCommand.ts index c3e5d6693d2f..5afd6da60e1e 100644 --- a/clients/client-database-migration-service/src/commands/DeleteFleetAdvisorDatabasesCommand.ts +++ b/clients/client-database-migration-service/src/commands/DeleteFleetAdvisorDatabasesCommand.ts @@ -86,9 +86,6 @@ export class DeleteFleetAdvisorDatabasesCommand extends $Command< DeleteFleetAdvisorDatabasesCommandOutput, DatabaseMigrationServiceClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -102,9 +99,7 @@ export class DeleteFleetAdvisorDatabasesCommand extends $Command< * @public */ constructor(readonly input: DeleteFleetAdvisorDatabasesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -160,7 +155,4 @@ export class DeleteFleetAdvisorDatabasesCommand extends $Command< ): Promise { return de_DeleteFleetAdvisorDatabasesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-database-migration-service/src/commands/DeleteInstanceProfileCommand.ts b/clients/client-database-migration-service/src/commands/DeleteInstanceProfileCommand.ts index 8f26725518ff..ac205ee9ea10 100644 --- a/clients/client-database-migration-service/src/commands/DeleteInstanceProfileCommand.ts +++ b/clients/client-database-migration-service/src/commands/DeleteInstanceProfileCommand.ts @@ -128,9 +128,6 @@ export class DeleteInstanceProfileCommand extends $Command< DeleteInstanceProfileCommandOutput, DatabaseMigrationServiceClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -144,9 +141,7 @@ export class DeleteInstanceProfileCommand extends $Command< * @public */ constructor(readonly input: DeleteInstanceProfileCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -199,7 +194,4 @@ export class DeleteInstanceProfileCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteInstanceProfileCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-database-migration-service/src/commands/DeleteMigrationProjectCommand.ts b/clients/client-database-migration-service/src/commands/DeleteMigrationProjectCommand.ts index 2e1a8c83233b..c8ab4ded4741 100644 --- a/clients/client-database-migration-service/src/commands/DeleteMigrationProjectCommand.ts +++ b/clients/client-database-migration-service/src/commands/DeleteMigrationProjectCommand.ts @@ -157,9 +157,6 @@ export class DeleteMigrationProjectCommand extends $Command< DeleteMigrationProjectCommandOutput, DatabaseMigrationServiceClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -173,9 +170,7 @@ export class DeleteMigrationProjectCommand extends $Command< * @public */ constructor(readonly input: DeleteMigrationProjectCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -228,7 +223,4 @@ export class DeleteMigrationProjectCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteMigrationProjectCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-database-migration-service/src/commands/DeleteReplicationConfigCommand.ts b/clients/client-database-migration-service/src/commands/DeleteReplicationConfigCommand.ts index 1b1c51387200..dd6b7d9bbfed 100644 --- a/clients/client-database-migration-service/src/commands/DeleteReplicationConfigCommand.ts +++ b/clients/client-database-migration-service/src/commands/DeleteReplicationConfigCommand.ts @@ -110,9 +110,6 @@ export class DeleteReplicationConfigCommand extends $Command< DeleteReplicationConfigCommandOutput, DatabaseMigrationServiceClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -126,9 +123,7 @@ export class DeleteReplicationConfigCommand extends $Command< * @public */ constructor(readonly input: DeleteReplicationConfigCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -181,7 +176,4 @@ export class DeleteReplicationConfigCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteReplicationConfigCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-database-migration-service/src/commands/DeleteReplicationInstanceCommand.ts b/clients/client-database-migration-service/src/commands/DeleteReplicationInstanceCommand.ts index e1bef2531535..886fe14e3d24 100644 --- a/clients/client-database-migration-service/src/commands/DeleteReplicationInstanceCommand.ts +++ b/clients/client-database-migration-service/src/commands/DeleteReplicationInstanceCommand.ts @@ -211,9 +211,6 @@ export class DeleteReplicationInstanceCommand extends $Command< DeleteReplicationInstanceCommandOutput, DatabaseMigrationServiceClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -227,9 +224,7 @@ export class DeleteReplicationInstanceCommand extends $Command< * @public */ constructor(readonly input: DeleteReplicationInstanceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -285,7 +280,4 @@ export class DeleteReplicationInstanceCommand extends $Command< ): Promise { return de_DeleteReplicationInstanceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-database-migration-service/src/commands/DeleteReplicationSubnetGroupCommand.ts b/clients/client-database-migration-service/src/commands/DeleteReplicationSubnetGroupCommand.ts index 41dab4607abb..10a50cef6378 100644 --- a/clients/client-database-migration-service/src/commands/DeleteReplicationSubnetGroupCommand.ts +++ b/clients/client-database-migration-service/src/commands/DeleteReplicationSubnetGroupCommand.ts @@ -94,9 +94,6 @@ export class DeleteReplicationSubnetGroupCommand extends $Command< DeleteReplicationSubnetGroupCommandOutput, DatabaseMigrationServiceClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -110,9 +107,7 @@ export class DeleteReplicationSubnetGroupCommand extends $Command< * @public */ constructor(readonly input: DeleteReplicationSubnetGroupCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -168,7 +163,4 @@ export class DeleteReplicationSubnetGroupCommand extends $Command< ): Promise { return de_DeleteReplicationSubnetGroupCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-database-migration-service/src/commands/DeleteReplicationTaskAssessmentRunCommand.ts b/clients/client-database-migration-service/src/commands/DeleteReplicationTaskAssessmentRunCommand.ts index e9fb68a9dfa8..93a8a12c1f93 100644 --- a/clients/client-database-migration-service/src/commands/DeleteReplicationTaskAssessmentRunCommand.ts +++ b/clients/client-database-migration-service/src/commands/DeleteReplicationTaskAssessmentRunCommand.ts @@ -111,9 +111,6 @@ export class DeleteReplicationTaskAssessmentRunCommand extends $Command< DeleteReplicationTaskAssessmentRunCommandOutput, DatabaseMigrationServiceClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -127,9 +124,7 @@ export class DeleteReplicationTaskAssessmentRunCommand extends $Command< * @public */ constructor(readonly input: DeleteReplicationTaskAssessmentRunCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -188,7 +183,4 @@ export class DeleteReplicationTaskAssessmentRunCommand extends $Command< ): Promise { return de_DeleteReplicationTaskAssessmentRunCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-database-migration-service/src/commands/DeleteReplicationTaskCommand.ts b/clients/client-database-migration-service/src/commands/DeleteReplicationTaskCommand.ts index 153e207ddc20..be0199f5007f 100644 --- a/clients/client-database-migration-service/src/commands/DeleteReplicationTaskCommand.ts +++ b/clients/client-database-migration-service/src/commands/DeleteReplicationTaskCommand.ts @@ -139,9 +139,6 @@ export class DeleteReplicationTaskCommand extends $Command< DeleteReplicationTaskCommandOutput, DatabaseMigrationServiceClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -155,9 +152,7 @@ export class DeleteReplicationTaskCommand extends $Command< * @public */ constructor(readonly input: DeleteReplicationTaskCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -210,7 +205,4 @@ export class DeleteReplicationTaskCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteReplicationTaskCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-database-migration-service/src/commands/DescribeAccountAttributesCommand.ts b/clients/client-database-migration-service/src/commands/DescribeAccountAttributesCommand.ts index def18bba7b05..d0f269ddaa44 100644 --- a/clients/client-database-migration-service/src/commands/DescribeAccountAttributesCommand.ts +++ b/clients/client-database-migration-service/src/commands/DescribeAccountAttributesCommand.ts @@ -115,9 +115,6 @@ export class DescribeAccountAttributesCommand extends $Command< DescribeAccountAttributesCommandOutput, DatabaseMigrationServiceClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -131,9 +128,7 @@ export class DescribeAccountAttributesCommand extends $Command< * @public */ constructor(readonly input: DescribeAccountAttributesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -189,7 +184,4 @@ export class DescribeAccountAttributesCommand extends $Command< ): Promise { return de_DescribeAccountAttributesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-database-migration-service/src/commands/DescribeApplicableIndividualAssessmentsCommand.ts b/clients/client-database-migration-service/src/commands/DescribeApplicableIndividualAssessmentsCommand.ts index 1e6412b87375..28a40464b331 100644 --- a/clients/client-database-migration-service/src/commands/DescribeApplicableIndividualAssessmentsCommand.ts +++ b/clients/client-database-migration-service/src/commands/DescribeApplicableIndividualAssessmentsCommand.ts @@ -116,9 +116,6 @@ export class DescribeApplicableIndividualAssessmentsCommand extends $Command< DescribeApplicableIndividualAssessmentsCommandOutput, DatabaseMigrationServiceClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -132,9 +129,7 @@ export class DescribeApplicableIndividualAssessmentsCommand extends $Command< * @public */ constructor(readonly input: DescribeApplicableIndividualAssessmentsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -199,7 +194,4 @@ export class DescribeApplicableIndividualAssessmentsCommand extends $Command< ): Promise { return de_DescribeApplicableIndividualAssessmentsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-database-migration-service/src/commands/DescribeCertificatesCommand.ts b/clients/client-database-migration-service/src/commands/DescribeCertificatesCommand.ts index e3d2d61bd0be..9a70ed07f5f7 100644 --- a/clients/client-database-migration-service/src/commands/DescribeCertificatesCommand.ts +++ b/clients/client-database-migration-service/src/commands/DescribeCertificatesCommand.ts @@ -127,9 +127,6 @@ export class DescribeCertificatesCommand extends $Command< DescribeCertificatesCommandOutput, DatabaseMigrationServiceClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -143,9 +140,7 @@ export class DescribeCertificatesCommand extends $Command< * @public */ constructor(readonly input: DescribeCertificatesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -198,7 +193,4 @@ export class DescribeCertificatesCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DescribeCertificatesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-database-migration-service/src/commands/DescribeConnectionsCommand.ts b/clients/client-database-migration-service/src/commands/DescribeConnectionsCommand.ts index 034af3e3a118..e19393912cd4 100644 --- a/clients/client-database-migration-service/src/commands/DescribeConnectionsCommand.ts +++ b/clients/client-database-migration-service/src/commands/DescribeConnectionsCommand.ts @@ -132,9 +132,6 @@ export class DescribeConnectionsCommand extends $Command< DescribeConnectionsCommandOutput, DatabaseMigrationServiceClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -148,9 +145,7 @@ export class DescribeConnectionsCommand extends $Command< * @public */ constructor(readonly input: DescribeConnectionsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -203,7 +198,4 @@ export class DescribeConnectionsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DescribeConnectionsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-database-migration-service/src/commands/DescribeConversionConfigurationCommand.ts b/clients/client-database-migration-service/src/commands/DescribeConversionConfigurationCommand.ts index 7cb32892f74c..52795035f830 100644 --- a/clients/client-database-migration-service/src/commands/DescribeConversionConfigurationCommand.ts +++ b/clients/client-database-migration-service/src/commands/DescribeConversionConfigurationCommand.ts @@ -100,9 +100,6 @@ export class DescribeConversionConfigurationCommand extends $Command< DescribeConversionConfigurationCommandOutput, DatabaseMigrationServiceClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -116,9 +113,7 @@ export class DescribeConversionConfigurationCommand extends $Command< * @public */ constructor(readonly input: DescribeConversionConfigurationCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -177,7 +172,4 @@ export class DescribeConversionConfigurationCommand extends $Command< ): Promise { return de_DescribeConversionConfigurationCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-database-migration-service/src/commands/DescribeDataProvidersCommand.ts b/clients/client-database-migration-service/src/commands/DescribeDataProvidersCommand.ts index ae287969601c..ffb515472868 100644 --- a/clients/client-database-migration-service/src/commands/DescribeDataProvidersCommand.ts +++ b/clients/client-database-migration-service/src/commands/DescribeDataProvidersCommand.ts @@ -202,9 +202,6 @@ export class DescribeDataProvidersCommand extends $Command< DescribeDataProvidersCommandOutput, DatabaseMigrationServiceClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -218,9 +215,7 @@ export class DescribeDataProvidersCommand extends $Command< * @public */ constructor(readonly input: DescribeDataProvidersCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -273,7 +268,4 @@ export class DescribeDataProvidersCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DescribeDataProvidersCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-database-migration-service/src/commands/DescribeEndpointSettingsCommand.ts b/clients/client-database-migration-service/src/commands/DescribeEndpointSettingsCommand.ts index 7a99ecfaed6a..ccaea50a854f 100644 --- a/clients/client-database-migration-service/src/commands/DescribeEndpointSettingsCommand.ts +++ b/clients/client-database-migration-service/src/commands/DescribeEndpointSettingsCommand.ts @@ -92,9 +92,6 @@ export class DescribeEndpointSettingsCommand extends $Command< DescribeEndpointSettingsCommandOutput, DatabaseMigrationServiceClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -108,9 +105,7 @@ export class DescribeEndpointSettingsCommand extends $Command< * @public */ constructor(readonly input: DescribeEndpointSettingsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -163,7 +158,4 @@ export class DescribeEndpointSettingsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DescribeEndpointSettingsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-database-migration-service/src/commands/DescribeEndpointTypesCommand.ts b/clients/client-database-migration-service/src/commands/DescribeEndpointTypesCommand.ts index c0a48a59cb7d..1055649aca57 100644 --- a/clients/client-database-migration-service/src/commands/DescribeEndpointTypesCommand.ts +++ b/clients/client-database-migration-service/src/commands/DescribeEndpointTypesCommand.ts @@ -119,9 +119,6 @@ export class DescribeEndpointTypesCommand extends $Command< DescribeEndpointTypesCommandOutput, DatabaseMigrationServiceClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -135,9 +132,7 @@ export class DescribeEndpointTypesCommand extends $Command< * @public */ constructor(readonly input: DescribeEndpointTypesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -190,7 +185,4 @@ export class DescribeEndpointTypesCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DescribeEndpointTypesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-database-migration-service/src/commands/DescribeEndpointsCommand.ts b/clients/client-database-migration-service/src/commands/DescribeEndpointsCommand.ts index a6d6426f814d..9b7fcc7881f0 100644 --- a/clients/client-database-migration-service/src/commands/DescribeEndpointsCommand.ts +++ b/clients/client-database-migration-service/src/commands/DescribeEndpointsCommand.ts @@ -470,9 +470,6 @@ export class DescribeEndpointsCommand extends $Command< DescribeEndpointsCommandOutput, DatabaseMigrationServiceClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -486,9 +483,7 @@ export class DescribeEndpointsCommand extends $Command< * @public */ constructor(readonly input: DescribeEndpointsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -541,7 +536,4 @@ export class DescribeEndpointsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DescribeEndpointsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-database-migration-service/src/commands/DescribeEngineVersionsCommand.ts b/clients/client-database-migration-service/src/commands/DescribeEngineVersionsCommand.ts index 292d8940013a..9ca2e0d77285 100644 --- a/clients/client-database-migration-service/src/commands/DescribeEngineVersionsCommand.ts +++ b/clients/client-database-migration-service/src/commands/DescribeEngineVersionsCommand.ts @@ -89,9 +89,6 @@ export class DescribeEngineVersionsCommand extends $Command< DescribeEngineVersionsCommandOutput, DatabaseMigrationServiceClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -105,9 +102,7 @@ export class DescribeEngineVersionsCommand extends $Command< * @public */ constructor(readonly input: DescribeEngineVersionsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -160,7 +155,4 @@ export class DescribeEngineVersionsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DescribeEngineVersionsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-database-migration-service/src/commands/DescribeEventCategoriesCommand.ts b/clients/client-database-migration-service/src/commands/DescribeEventCategoriesCommand.ts index 28a681f18ead..1af50a7aca10 100644 --- a/clients/client-database-migration-service/src/commands/DescribeEventCategoriesCommand.ts +++ b/clients/client-database-migration-service/src/commands/DescribeEventCategoriesCommand.ts @@ -93,9 +93,6 @@ export class DescribeEventCategoriesCommand extends $Command< DescribeEventCategoriesCommandOutput, DatabaseMigrationServiceClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -109,9 +106,7 @@ export class DescribeEventCategoriesCommand extends $Command< * @public */ constructor(readonly input: DescribeEventCategoriesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -164,7 +159,4 @@ export class DescribeEventCategoriesCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DescribeEventCategoriesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-database-migration-service/src/commands/DescribeEventSubscriptionsCommand.ts b/clients/client-database-migration-service/src/commands/DescribeEventSubscriptionsCommand.ts index f246839619a6..86fc7551c733 100644 --- a/clients/client-database-migration-service/src/commands/DescribeEventSubscriptionsCommand.ts +++ b/clients/client-database-migration-service/src/commands/DescribeEventSubscriptionsCommand.ts @@ -109,9 +109,6 @@ export class DescribeEventSubscriptionsCommand extends $Command< DescribeEventSubscriptionsCommandOutput, DatabaseMigrationServiceClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -125,9 +122,7 @@ export class DescribeEventSubscriptionsCommand extends $Command< * @public */ constructor(readonly input: DescribeEventSubscriptionsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -183,7 +178,4 @@ export class DescribeEventSubscriptionsCommand extends $Command< ): Promise { return de_DescribeEventSubscriptionsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-database-migration-service/src/commands/DescribeEventsCommand.ts b/clients/client-database-migration-service/src/commands/DescribeEventsCommand.ts index 1c8de1da7e5b..eb3fdc01e356 100644 --- a/clients/client-database-migration-service/src/commands/DescribeEventsCommand.ts +++ b/clients/client-database-migration-service/src/commands/DescribeEventsCommand.ts @@ -106,9 +106,6 @@ export class DescribeEventsCommand extends $Command< DescribeEventsCommandOutput, DatabaseMigrationServiceClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -122,9 +119,7 @@ export class DescribeEventsCommand extends $Command< * @public */ constructor(readonly input: DescribeEventsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -177,7 +172,4 @@ export class DescribeEventsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DescribeEventsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-database-migration-service/src/commands/DescribeExtensionPackAssociationsCommand.ts b/clients/client-database-migration-service/src/commands/DescribeExtensionPackAssociationsCommand.ts index 5e69ea57534b..6b19feedb16b 100644 --- a/clients/client-database-migration-service/src/commands/DescribeExtensionPackAssociationsCommand.ts +++ b/clients/client-database-migration-service/src/commands/DescribeExtensionPackAssociationsCommand.ts @@ -144,9 +144,6 @@ export class DescribeExtensionPackAssociationsCommand extends $Command< DescribeExtensionPackAssociationsCommandOutput, DatabaseMigrationServiceClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -160,9 +157,7 @@ export class DescribeExtensionPackAssociationsCommand extends $Command< * @public */ constructor(readonly input: DescribeExtensionPackAssociationsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -221,7 +216,4 @@ export class DescribeExtensionPackAssociationsCommand extends $Command< ): Promise { return de_DescribeExtensionPackAssociationsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-database-migration-service/src/commands/DescribeFleetAdvisorCollectorsCommand.ts b/clients/client-database-migration-service/src/commands/DescribeFleetAdvisorCollectorsCommand.ts index cbf276a0805c..3d4b3039fa71 100644 --- a/clients/client-database-migration-service/src/commands/DescribeFleetAdvisorCollectorsCommand.ts +++ b/clients/client-database-migration-service/src/commands/DescribeFleetAdvisorCollectorsCommand.ts @@ -116,9 +116,6 @@ export class DescribeFleetAdvisorCollectorsCommand extends $Command< DescribeFleetAdvisorCollectorsCommandOutput, DatabaseMigrationServiceClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -132,9 +129,7 @@ export class DescribeFleetAdvisorCollectorsCommand extends $Command< * @public */ constructor(readonly input: DescribeFleetAdvisorCollectorsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -193,7 +188,4 @@ export class DescribeFleetAdvisorCollectorsCommand extends $Command< ): Promise { return de_DescribeFleetAdvisorCollectorsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-database-migration-service/src/commands/DescribeFleetAdvisorDatabasesCommand.ts b/clients/client-database-migration-service/src/commands/DescribeFleetAdvisorDatabasesCommand.ts index d57258e8f4fe..561ffca11066 100644 --- a/clients/client-database-migration-service/src/commands/DescribeFleetAdvisorDatabasesCommand.ts +++ b/clients/client-database-migration-service/src/commands/DescribeFleetAdvisorDatabasesCommand.ts @@ -119,9 +119,6 @@ export class DescribeFleetAdvisorDatabasesCommand extends $Command< DescribeFleetAdvisorDatabasesCommandOutput, DatabaseMigrationServiceClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -135,9 +132,7 @@ export class DescribeFleetAdvisorDatabasesCommand extends $Command< * @public */ constructor(readonly input: DescribeFleetAdvisorDatabasesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -193,7 +188,4 @@ export class DescribeFleetAdvisorDatabasesCommand extends $Command< ): Promise { return de_DescribeFleetAdvisorDatabasesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-database-migration-service/src/commands/DescribeFleetAdvisorLsaAnalysisCommand.ts b/clients/client-database-migration-service/src/commands/DescribeFleetAdvisorLsaAnalysisCommand.ts index a2ffcc4fc303..09e3cdcc0d86 100644 --- a/clients/client-database-migration-service/src/commands/DescribeFleetAdvisorLsaAnalysisCommand.ts +++ b/clients/client-database-migration-service/src/commands/DescribeFleetAdvisorLsaAnalysisCommand.ts @@ -90,9 +90,6 @@ export class DescribeFleetAdvisorLsaAnalysisCommand extends $Command< DescribeFleetAdvisorLsaAnalysisCommandOutput, DatabaseMigrationServiceClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -106,9 +103,7 @@ export class DescribeFleetAdvisorLsaAnalysisCommand extends $Command< * @public */ constructor(readonly input: DescribeFleetAdvisorLsaAnalysisCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -167,7 +162,4 @@ export class DescribeFleetAdvisorLsaAnalysisCommand extends $Command< ): Promise { return de_DescribeFleetAdvisorLsaAnalysisCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-database-migration-service/src/commands/DescribeFleetAdvisorSchemaObjectSummaryCommand.ts b/clients/client-database-migration-service/src/commands/DescribeFleetAdvisorSchemaObjectSummaryCommand.ts index 09fc1cd8ed36..efd3e023aec4 100644 --- a/clients/client-database-migration-service/src/commands/DescribeFleetAdvisorSchemaObjectSummaryCommand.ts +++ b/clients/client-database-migration-service/src/commands/DescribeFleetAdvisorSchemaObjectSummaryCommand.ts @@ -105,9 +105,6 @@ export class DescribeFleetAdvisorSchemaObjectSummaryCommand extends $Command< DescribeFleetAdvisorSchemaObjectSummaryCommandOutput, DatabaseMigrationServiceClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -121,9 +118,7 @@ export class DescribeFleetAdvisorSchemaObjectSummaryCommand extends $Command< * @public */ constructor(readonly input: DescribeFleetAdvisorSchemaObjectSummaryCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -188,7 +183,4 @@ export class DescribeFleetAdvisorSchemaObjectSummaryCommand extends $Command< ): Promise { return de_DescribeFleetAdvisorSchemaObjectSummaryCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-database-migration-service/src/commands/DescribeFleetAdvisorSchemasCommand.ts b/clients/client-database-migration-service/src/commands/DescribeFleetAdvisorSchemasCommand.ts index d315e3564660..19da63a3d69f 100644 --- a/clients/client-database-migration-service/src/commands/DescribeFleetAdvisorSchemasCommand.ts +++ b/clients/client-database-migration-service/src/commands/DescribeFleetAdvisorSchemasCommand.ts @@ -116,9 +116,6 @@ export class DescribeFleetAdvisorSchemasCommand extends $Command< DescribeFleetAdvisorSchemasCommandOutput, DatabaseMigrationServiceClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -132,9 +129,7 @@ export class DescribeFleetAdvisorSchemasCommand extends $Command< * @public */ constructor(readonly input: DescribeFleetAdvisorSchemasCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -190,7 +185,4 @@ export class DescribeFleetAdvisorSchemasCommand extends $Command< ): Promise { return de_DescribeFleetAdvisorSchemasCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-database-migration-service/src/commands/DescribeInstanceProfilesCommand.ts b/clients/client-database-migration-service/src/commands/DescribeInstanceProfilesCommand.ts index e061f44b7c14..b7cdae55db59 100644 --- a/clients/client-database-migration-service/src/commands/DescribeInstanceProfilesCommand.ts +++ b/clients/client-database-migration-service/src/commands/DescribeInstanceProfilesCommand.ts @@ -142,9 +142,6 @@ export class DescribeInstanceProfilesCommand extends $Command< DescribeInstanceProfilesCommandOutput, DatabaseMigrationServiceClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -158,9 +155,7 @@ export class DescribeInstanceProfilesCommand extends $Command< * @public */ constructor(readonly input: DescribeInstanceProfilesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -213,7 +208,4 @@ export class DescribeInstanceProfilesCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DescribeInstanceProfilesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-database-migration-service/src/commands/DescribeMetadataModelAssessmentsCommand.ts b/clients/client-database-migration-service/src/commands/DescribeMetadataModelAssessmentsCommand.ts index ae296996569c..8dc3227cd8d6 100644 --- a/clients/client-database-migration-service/src/commands/DescribeMetadataModelAssessmentsCommand.ts +++ b/clients/client-database-migration-service/src/commands/DescribeMetadataModelAssessmentsCommand.ts @@ -141,9 +141,6 @@ export class DescribeMetadataModelAssessmentsCommand extends $Command< DescribeMetadataModelAssessmentsCommandOutput, DatabaseMigrationServiceClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -157,9 +154,7 @@ export class DescribeMetadataModelAssessmentsCommand extends $Command< * @public */ constructor(readonly input: DescribeMetadataModelAssessmentsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -218,7 +213,4 @@ export class DescribeMetadataModelAssessmentsCommand extends $Command< ): Promise { return de_DescribeMetadataModelAssessmentsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-database-migration-service/src/commands/DescribeMetadataModelConversionsCommand.ts b/clients/client-database-migration-service/src/commands/DescribeMetadataModelConversionsCommand.ts index 4053b340195d..be67f4fb220f 100644 --- a/clients/client-database-migration-service/src/commands/DescribeMetadataModelConversionsCommand.ts +++ b/clients/client-database-migration-service/src/commands/DescribeMetadataModelConversionsCommand.ts @@ -141,9 +141,6 @@ export class DescribeMetadataModelConversionsCommand extends $Command< DescribeMetadataModelConversionsCommandOutput, DatabaseMigrationServiceClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -157,9 +154,7 @@ export class DescribeMetadataModelConversionsCommand extends $Command< * @public */ constructor(readonly input: DescribeMetadataModelConversionsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -218,7 +213,4 @@ export class DescribeMetadataModelConversionsCommand extends $Command< ): Promise { return de_DescribeMetadataModelConversionsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-database-migration-service/src/commands/DescribeMetadataModelExportsAsScriptCommand.ts b/clients/client-database-migration-service/src/commands/DescribeMetadataModelExportsAsScriptCommand.ts index 1288a5f03f6b..f146d1fa378a 100644 --- a/clients/client-database-migration-service/src/commands/DescribeMetadataModelExportsAsScriptCommand.ts +++ b/clients/client-database-migration-service/src/commands/DescribeMetadataModelExportsAsScriptCommand.ts @@ -144,9 +144,6 @@ export class DescribeMetadataModelExportsAsScriptCommand extends $Command< DescribeMetadataModelExportsAsScriptCommandOutput, DatabaseMigrationServiceClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -160,9 +157,7 @@ export class DescribeMetadataModelExportsAsScriptCommand extends $Command< * @public */ constructor(readonly input: DescribeMetadataModelExportsAsScriptCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -221,7 +216,4 @@ export class DescribeMetadataModelExportsAsScriptCommand extends $Command< ): Promise { return de_DescribeMetadataModelExportsAsScriptCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-database-migration-service/src/commands/DescribeMetadataModelExportsToTargetCommand.ts b/clients/client-database-migration-service/src/commands/DescribeMetadataModelExportsToTargetCommand.ts index 2abc209b7c43..39fbcdb0615c 100644 --- a/clients/client-database-migration-service/src/commands/DescribeMetadataModelExportsToTargetCommand.ts +++ b/clients/client-database-migration-service/src/commands/DescribeMetadataModelExportsToTargetCommand.ts @@ -144,9 +144,6 @@ export class DescribeMetadataModelExportsToTargetCommand extends $Command< DescribeMetadataModelExportsToTargetCommandOutput, DatabaseMigrationServiceClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -160,9 +157,7 @@ export class DescribeMetadataModelExportsToTargetCommand extends $Command< * @public */ constructor(readonly input: DescribeMetadataModelExportsToTargetCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -221,7 +216,4 @@ export class DescribeMetadataModelExportsToTargetCommand extends $Command< ): Promise { return de_DescribeMetadataModelExportsToTargetCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-database-migration-service/src/commands/DescribeMetadataModelImportsCommand.ts b/clients/client-database-migration-service/src/commands/DescribeMetadataModelImportsCommand.ts index b4fff6b301e0..084aca0f1423 100644 --- a/clients/client-database-migration-service/src/commands/DescribeMetadataModelImportsCommand.ts +++ b/clients/client-database-migration-service/src/commands/DescribeMetadataModelImportsCommand.ts @@ -141,9 +141,6 @@ export class DescribeMetadataModelImportsCommand extends $Command< DescribeMetadataModelImportsCommandOutput, DatabaseMigrationServiceClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -157,9 +154,7 @@ export class DescribeMetadataModelImportsCommand extends $Command< * @public */ constructor(readonly input: DescribeMetadataModelImportsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -215,7 +210,4 @@ export class DescribeMetadataModelImportsCommand extends $Command< ): Promise { return de_DescribeMetadataModelImportsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-database-migration-service/src/commands/DescribeMigrationProjectsCommand.ts b/clients/client-database-migration-service/src/commands/DescribeMigrationProjectsCommand.ts index 25f1b24f57e0..77cf24e6a92a 100644 --- a/clients/client-database-migration-service/src/commands/DescribeMigrationProjectsCommand.ts +++ b/clients/client-database-migration-service/src/commands/DescribeMigrationProjectsCommand.ts @@ -175,9 +175,6 @@ export class DescribeMigrationProjectsCommand extends $Command< DescribeMigrationProjectsCommandOutput, DatabaseMigrationServiceClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -191,9 +188,7 @@ export class DescribeMigrationProjectsCommand extends $Command< * @public */ constructor(readonly input: DescribeMigrationProjectsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -249,7 +244,4 @@ export class DescribeMigrationProjectsCommand extends $Command< ): Promise { return de_DescribeMigrationProjectsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-database-migration-service/src/commands/DescribeOrderableReplicationInstancesCommand.ts b/clients/client-database-migration-service/src/commands/DescribeOrderableReplicationInstancesCommand.ts index 0b12cddb7bfc..715cfae176ce 100644 --- a/clients/client-database-migration-service/src/commands/DescribeOrderableReplicationInstancesCommand.ts +++ b/clients/client-database-migration-service/src/commands/DescribeOrderableReplicationInstancesCommand.ts @@ -118,9 +118,6 @@ export class DescribeOrderableReplicationInstancesCommand extends $Command< DescribeOrderableReplicationInstancesCommandOutput, DatabaseMigrationServiceClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -134,9 +131,7 @@ export class DescribeOrderableReplicationInstancesCommand extends $Command< * @public */ constructor(readonly input: DescribeOrderableReplicationInstancesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -195,7 +190,4 @@ export class DescribeOrderableReplicationInstancesCommand extends $Command< ): Promise { return de_DescribeOrderableReplicationInstancesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-database-migration-service/src/commands/DescribePendingMaintenanceActionsCommand.ts b/clients/client-database-migration-service/src/commands/DescribePendingMaintenanceActionsCommand.ts index 9a9fef7a7169..a922fad5cf94 100644 --- a/clients/client-database-migration-service/src/commands/DescribePendingMaintenanceActionsCommand.ts +++ b/clients/client-database-migration-service/src/commands/DescribePendingMaintenanceActionsCommand.ts @@ -110,9 +110,6 @@ export class DescribePendingMaintenanceActionsCommand extends $Command< DescribePendingMaintenanceActionsCommandOutput, DatabaseMigrationServiceClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -126,9 +123,7 @@ export class DescribePendingMaintenanceActionsCommand extends $Command< * @public */ constructor(readonly input: DescribePendingMaintenanceActionsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -187,7 +182,4 @@ export class DescribePendingMaintenanceActionsCommand extends $Command< ): Promise { return de_DescribePendingMaintenanceActionsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-database-migration-service/src/commands/DescribeRecommendationLimitationsCommand.ts b/clients/client-database-migration-service/src/commands/DescribeRecommendationLimitationsCommand.ts index 8bd40b3b582d..945d19a0450c 100644 --- a/clients/client-database-migration-service/src/commands/DescribeRecommendationLimitationsCommand.ts +++ b/clients/client-database-migration-service/src/commands/DescribeRecommendationLimitationsCommand.ts @@ -109,9 +109,6 @@ export class DescribeRecommendationLimitationsCommand extends $Command< DescribeRecommendationLimitationsCommandOutput, DatabaseMigrationServiceClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -125,9 +122,7 @@ export class DescribeRecommendationLimitationsCommand extends $Command< * @public */ constructor(readonly input: DescribeRecommendationLimitationsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -186,7 +181,4 @@ export class DescribeRecommendationLimitationsCommand extends $Command< ): Promise { return de_DescribeRecommendationLimitationsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-database-migration-service/src/commands/DescribeRecommendationsCommand.ts b/clients/client-database-migration-service/src/commands/DescribeRecommendationsCommand.ts index 5f8c9c7a696d..f76032560df4 100644 --- a/clients/client-database-migration-service/src/commands/DescribeRecommendationsCommand.ts +++ b/clients/client-database-migration-service/src/commands/DescribeRecommendationsCommand.ts @@ -128,9 +128,6 @@ export class DescribeRecommendationsCommand extends $Command< DescribeRecommendationsCommandOutput, DatabaseMigrationServiceClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -144,9 +141,7 @@ export class DescribeRecommendationsCommand extends $Command< * @public */ constructor(readonly input: DescribeRecommendationsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -199,7 +194,4 @@ export class DescribeRecommendationsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DescribeRecommendationsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-database-migration-service/src/commands/DescribeRefreshSchemasStatusCommand.ts b/clients/client-database-migration-service/src/commands/DescribeRefreshSchemasStatusCommand.ts index b125eb55bb69..8777375f248e 100644 --- a/clients/client-database-migration-service/src/commands/DescribeRefreshSchemasStatusCommand.ts +++ b/clients/client-database-migration-service/src/commands/DescribeRefreshSchemasStatusCommand.ts @@ -107,9 +107,6 @@ export class DescribeRefreshSchemasStatusCommand extends $Command< DescribeRefreshSchemasStatusCommandOutput, DatabaseMigrationServiceClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -123,9 +120,7 @@ export class DescribeRefreshSchemasStatusCommand extends $Command< * @public */ constructor(readonly input: DescribeRefreshSchemasStatusCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -181,7 +176,4 @@ export class DescribeRefreshSchemasStatusCommand extends $Command< ): Promise { return de_DescribeRefreshSchemasStatusCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-database-migration-service/src/commands/DescribeReplicationConfigsCommand.ts b/clients/client-database-migration-service/src/commands/DescribeReplicationConfigsCommand.ts index 39f4113fcfd2..16a041765d21 100644 --- a/clients/client-database-migration-service/src/commands/DescribeReplicationConfigsCommand.ts +++ b/clients/client-database-migration-service/src/commands/DescribeReplicationConfigsCommand.ts @@ -113,9 +113,6 @@ export class DescribeReplicationConfigsCommand extends $Command< DescribeReplicationConfigsCommandOutput, DatabaseMigrationServiceClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -129,9 +126,7 @@ export class DescribeReplicationConfigsCommand extends $Command< * @public */ constructor(readonly input: DescribeReplicationConfigsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -187,7 +182,4 @@ export class DescribeReplicationConfigsCommand extends $Command< ): Promise { return de_DescribeReplicationConfigsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-database-migration-service/src/commands/DescribeReplicationInstanceTaskLogsCommand.ts b/clients/client-database-migration-service/src/commands/DescribeReplicationInstanceTaskLogsCommand.ts index 2ee2a3104d90..73daf420ec4e 100644 --- a/clients/client-database-migration-service/src/commands/DescribeReplicationInstanceTaskLogsCommand.ts +++ b/clients/client-database-migration-service/src/commands/DescribeReplicationInstanceTaskLogsCommand.ts @@ -98,9 +98,6 @@ export class DescribeReplicationInstanceTaskLogsCommand extends $Command< DescribeReplicationInstanceTaskLogsCommandOutput, DatabaseMigrationServiceClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -114,9 +111,7 @@ export class DescribeReplicationInstanceTaskLogsCommand extends $Command< * @public */ constructor(readonly input: DescribeReplicationInstanceTaskLogsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -175,7 +170,4 @@ export class DescribeReplicationInstanceTaskLogsCommand extends $Command< ): Promise { return de_DescribeReplicationInstanceTaskLogsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-database-migration-service/src/commands/DescribeReplicationInstancesCommand.ts b/clients/client-database-migration-service/src/commands/DescribeReplicationInstancesCommand.ts index a27621649ee3..0e9d0bbef64e 100644 --- a/clients/client-database-migration-service/src/commands/DescribeReplicationInstancesCommand.ts +++ b/clients/client-database-migration-service/src/commands/DescribeReplicationInstancesCommand.ts @@ -182,9 +182,6 @@ export class DescribeReplicationInstancesCommand extends $Command< DescribeReplicationInstancesCommandOutput, DatabaseMigrationServiceClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -198,9 +195,7 @@ export class DescribeReplicationInstancesCommand extends $Command< * @public */ constructor(readonly input: DescribeReplicationInstancesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -256,7 +251,4 @@ export class DescribeReplicationInstancesCommand extends $Command< ): Promise { return de_DescribeReplicationInstancesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-database-migration-service/src/commands/DescribeReplicationSubnetGroupsCommand.ts b/clients/client-database-migration-service/src/commands/DescribeReplicationSubnetGroupsCommand.ts index a22d054cab8e..224cef10586c 100644 --- a/clients/client-database-migration-service/src/commands/DescribeReplicationSubnetGroupsCommand.ts +++ b/clients/client-database-migration-service/src/commands/DescribeReplicationSubnetGroupsCommand.ts @@ -138,9 +138,6 @@ export class DescribeReplicationSubnetGroupsCommand extends $Command< DescribeReplicationSubnetGroupsCommandOutput, DatabaseMigrationServiceClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -154,9 +151,7 @@ export class DescribeReplicationSubnetGroupsCommand extends $Command< * @public */ constructor(readonly input: DescribeReplicationSubnetGroupsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -215,7 +210,4 @@ export class DescribeReplicationSubnetGroupsCommand extends $Command< ): Promise { return de_DescribeReplicationSubnetGroupsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-database-migration-service/src/commands/DescribeReplicationTableStatisticsCommand.ts b/clients/client-database-migration-service/src/commands/DescribeReplicationTableStatisticsCommand.ts index 373af3847452..8a5685c52680 100644 --- a/clients/client-database-migration-service/src/commands/DescribeReplicationTableStatisticsCommand.ts +++ b/clients/client-database-migration-service/src/commands/DescribeReplicationTableStatisticsCommand.ts @@ -127,9 +127,6 @@ export class DescribeReplicationTableStatisticsCommand extends $Command< DescribeReplicationTableStatisticsCommandOutput, DatabaseMigrationServiceClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -143,9 +140,7 @@ export class DescribeReplicationTableStatisticsCommand extends $Command< * @public */ constructor(readonly input: DescribeReplicationTableStatisticsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -204,7 +199,4 @@ export class DescribeReplicationTableStatisticsCommand extends $Command< ): Promise { return de_DescribeReplicationTableStatisticsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-database-migration-service/src/commands/DescribeReplicationTaskAssessmentResultsCommand.ts b/clients/client-database-migration-service/src/commands/DescribeReplicationTaskAssessmentResultsCommand.ts index 8ad8da55546c..85114f8b1323 100644 --- a/clients/client-database-migration-service/src/commands/DescribeReplicationTaskAssessmentResultsCommand.ts +++ b/clients/client-database-migration-service/src/commands/DescribeReplicationTaskAssessmentResultsCommand.ts @@ -105,9 +105,6 @@ export class DescribeReplicationTaskAssessmentResultsCommand extends $Command< DescribeReplicationTaskAssessmentResultsCommandOutput, DatabaseMigrationServiceClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -121,9 +118,7 @@ export class DescribeReplicationTaskAssessmentResultsCommand extends $Command< * @public */ constructor(readonly input: DescribeReplicationTaskAssessmentResultsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -188,7 +183,4 @@ export class DescribeReplicationTaskAssessmentResultsCommand extends $Command< ): Promise { return de_DescribeReplicationTaskAssessmentResultsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-database-migration-service/src/commands/DescribeReplicationTaskAssessmentRunsCommand.ts b/clients/client-database-migration-service/src/commands/DescribeReplicationTaskAssessmentRunsCommand.ts index 6fcba23908f6..53cad21a5084 100644 --- a/clients/client-database-migration-service/src/commands/DescribeReplicationTaskAssessmentRunsCommand.ts +++ b/clients/client-database-migration-service/src/commands/DescribeReplicationTaskAssessmentRunsCommand.ts @@ -122,9 +122,6 @@ export class DescribeReplicationTaskAssessmentRunsCommand extends $Command< DescribeReplicationTaskAssessmentRunsCommandOutput, DatabaseMigrationServiceClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -138,9 +135,7 @@ export class DescribeReplicationTaskAssessmentRunsCommand extends $Command< * @public */ constructor(readonly input: DescribeReplicationTaskAssessmentRunsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -199,7 +194,4 @@ export class DescribeReplicationTaskAssessmentRunsCommand extends $Command< ): Promise { return de_DescribeReplicationTaskAssessmentRunsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-database-migration-service/src/commands/DescribeReplicationTaskIndividualAssessmentsCommand.ts b/clients/client-database-migration-service/src/commands/DescribeReplicationTaskIndividualAssessmentsCommand.ts index 59c46d7d7966..285e56eb082f 100644 --- a/clients/client-database-migration-service/src/commands/DescribeReplicationTaskIndividualAssessmentsCommand.ts +++ b/clients/client-database-migration-service/src/commands/DescribeReplicationTaskIndividualAssessmentsCommand.ts @@ -106,9 +106,6 @@ export class DescribeReplicationTaskIndividualAssessmentsCommand extends $Comman DescribeReplicationTaskIndividualAssessmentsCommandOutput, DatabaseMigrationServiceClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -122,9 +119,7 @@ export class DescribeReplicationTaskIndividualAssessmentsCommand extends $Comman * @public */ constructor(readonly input: DescribeReplicationTaskIndividualAssessmentsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -189,7 +184,4 @@ export class DescribeReplicationTaskIndividualAssessmentsCommand extends $Comman ): Promise { return de_DescribeReplicationTaskIndividualAssessmentsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-database-migration-service/src/commands/DescribeReplicationTasksCommand.ts b/clients/client-database-migration-service/src/commands/DescribeReplicationTasksCommand.ts index 1f0b59d4a8f0..1d8b5ea2745d 100644 --- a/clients/client-database-migration-service/src/commands/DescribeReplicationTasksCommand.ts +++ b/clients/client-database-migration-service/src/commands/DescribeReplicationTasksCommand.ts @@ -150,9 +150,6 @@ export class DescribeReplicationTasksCommand extends $Command< DescribeReplicationTasksCommandOutput, DatabaseMigrationServiceClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -166,9 +163,7 @@ export class DescribeReplicationTasksCommand extends $Command< * @public */ constructor(readonly input: DescribeReplicationTasksCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -221,7 +216,4 @@ export class DescribeReplicationTasksCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DescribeReplicationTasksCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-database-migration-service/src/commands/DescribeReplicationsCommand.ts b/clients/client-database-migration-service/src/commands/DescribeReplicationsCommand.ts index 0254676d58dc..0c79764985cf 100644 --- a/clients/client-database-migration-service/src/commands/DescribeReplicationsCommand.ts +++ b/clients/client-database-migration-service/src/commands/DescribeReplicationsCommand.ts @@ -131,9 +131,6 @@ export class DescribeReplicationsCommand extends $Command< DescribeReplicationsCommandOutput, DatabaseMigrationServiceClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -147,9 +144,7 @@ export class DescribeReplicationsCommand extends $Command< * @public */ constructor(readonly input: DescribeReplicationsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -202,7 +197,4 @@ export class DescribeReplicationsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DescribeReplicationsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-database-migration-service/src/commands/DescribeSchemasCommand.ts b/clients/client-database-migration-service/src/commands/DescribeSchemasCommand.ts index d1d302e0e1a1..06353b16867f 100644 --- a/clients/client-database-migration-service/src/commands/DescribeSchemasCommand.ts +++ b/clients/client-database-migration-service/src/commands/DescribeSchemasCommand.ts @@ -105,9 +105,6 @@ export class DescribeSchemasCommand extends $Command< DescribeSchemasCommandOutput, DatabaseMigrationServiceClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -121,9 +118,7 @@ export class DescribeSchemasCommand extends $Command< * @public */ constructor(readonly input: DescribeSchemasCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -176,7 +171,4 @@ export class DescribeSchemasCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DescribeSchemasCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-database-migration-service/src/commands/DescribeTableStatisticsCommand.ts b/clients/client-database-migration-service/src/commands/DescribeTableStatisticsCommand.ts index a48b2f2c0e24..698bc5d13297 100644 --- a/clients/client-database-migration-service/src/commands/DescribeTableStatisticsCommand.ts +++ b/clients/client-database-migration-service/src/commands/DescribeTableStatisticsCommand.ts @@ -142,9 +142,6 @@ export class DescribeTableStatisticsCommand extends $Command< DescribeTableStatisticsCommandOutput, DatabaseMigrationServiceClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -158,9 +155,7 @@ export class DescribeTableStatisticsCommand extends $Command< * @public */ constructor(readonly input: DescribeTableStatisticsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -213,7 +208,4 @@ export class DescribeTableStatisticsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DescribeTableStatisticsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-database-migration-service/src/commands/ExportMetadataModelAssessmentCommand.ts b/clients/client-database-migration-service/src/commands/ExportMetadataModelAssessmentCommand.ts index 6e4cd15682db..f5183ae95226 100644 --- a/clients/client-database-migration-service/src/commands/ExportMetadataModelAssessmentCommand.ts +++ b/clients/client-database-migration-service/src/commands/ExportMetadataModelAssessmentCommand.ts @@ -123,9 +123,6 @@ export class ExportMetadataModelAssessmentCommand extends $Command< ExportMetadataModelAssessmentCommandOutput, DatabaseMigrationServiceClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -139,9 +136,7 @@ export class ExportMetadataModelAssessmentCommand extends $Command< * @public */ constructor(readonly input: ExportMetadataModelAssessmentCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -197,7 +192,4 @@ export class ExportMetadataModelAssessmentCommand extends $Command< ): Promise { return de_ExportMetadataModelAssessmentCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-database-migration-service/src/commands/ImportCertificateCommand.ts b/clients/client-database-migration-service/src/commands/ImportCertificateCommand.ts index 11e7fcaeb1ea..c71e1e462a37 100644 --- a/clients/client-database-migration-service/src/commands/ImportCertificateCommand.ts +++ b/clients/client-database-migration-service/src/commands/ImportCertificateCommand.ts @@ -124,9 +124,6 @@ export class ImportCertificateCommand extends $Command< ImportCertificateCommandOutput, DatabaseMigrationServiceClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -140,9 +137,7 @@ export class ImportCertificateCommand extends $Command< * @public */ constructor(readonly input: ImportCertificateCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -195,7 +190,4 @@ export class ImportCertificateCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ImportCertificateCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-database-migration-service/src/commands/ListTagsForResourceCommand.ts b/clients/client-database-migration-service/src/commands/ListTagsForResourceCommand.ts index c3696ae1cb84..0ea538fcc5cc 100644 --- a/clients/client-database-migration-service/src/commands/ListTagsForResourceCommand.ts +++ b/clients/client-database-migration-service/src/commands/ListTagsForResourceCommand.ts @@ -106,9 +106,6 @@ export class ListTagsForResourceCommand extends $Command< ListTagsForResourceCommandOutput, DatabaseMigrationServiceClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -122,9 +119,7 @@ export class ListTagsForResourceCommand extends $Command< * @public */ constructor(readonly input: ListTagsForResourceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -177,7 +172,4 @@ export class ListTagsForResourceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListTagsForResourceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-database-migration-service/src/commands/ModifyConversionConfigurationCommand.ts b/clients/client-database-migration-service/src/commands/ModifyConversionConfigurationCommand.ts index 40a8f67599d1..602ac9106fc3 100644 --- a/clients/client-database-migration-service/src/commands/ModifyConversionConfigurationCommand.ts +++ b/clients/client-database-migration-service/src/commands/ModifyConversionConfigurationCommand.ts @@ -103,9 +103,6 @@ export class ModifyConversionConfigurationCommand extends $Command< ModifyConversionConfigurationCommandOutput, DatabaseMigrationServiceClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -119,9 +116,7 @@ export class ModifyConversionConfigurationCommand extends $Command< * @public */ constructor(readonly input: ModifyConversionConfigurationCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -177,7 +172,4 @@ export class ModifyConversionConfigurationCommand extends $Command< ): Promise { return de_ModifyConversionConfigurationCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-database-migration-service/src/commands/ModifyDataProviderCommand.ts b/clients/client-database-migration-service/src/commands/ModifyDataProviderCommand.ts index f057c97b38c6..558373bf5130 100644 --- a/clients/client-database-migration-service/src/commands/ModifyDataProviderCommand.ts +++ b/clients/client-database-migration-service/src/commands/ModifyDataProviderCommand.ts @@ -261,9 +261,6 @@ export class ModifyDataProviderCommand extends $Command< ModifyDataProviderCommandOutput, DatabaseMigrationServiceClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -277,9 +274,7 @@ export class ModifyDataProviderCommand extends $Command< * @public */ constructor(readonly input: ModifyDataProviderCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -332,7 +327,4 @@ export class ModifyDataProviderCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ModifyDataProviderCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-database-migration-service/src/commands/ModifyEndpointCommand.ts b/clients/client-database-migration-service/src/commands/ModifyEndpointCommand.ts index 60ccee962a0b..ff4cc0aa0076 100644 --- a/clients/client-database-migration-service/src/commands/ModifyEndpointCommand.ts +++ b/clients/client-database-migration-service/src/commands/ModifyEndpointCommand.ts @@ -825,9 +825,6 @@ export class ModifyEndpointCommand extends $Command< ModifyEndpointCommandOutput, DatabaseMigrationServiceClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -841,9 +838,7 @@ export class ModifyEndpointCommand extends $Command< * @public */ constructor(readonly input: ModifyEndpointCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -896,7 +891,4 @@ export class ModifyEndpointCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ModifyEndpointCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-database-migration-service/src/commands/ModifyEventSubscriptionCommand.ts b/clients/client-database-migration-service/src/commands/ModifyEventSubscriptionCommand.ts index 96ee1b4616a7..8c529c0bfe5e 100644 --- a/clients/client-database-migration-service/src/commands/ModifyEventSubscriptionCommand.ts +++ b/clients/client-database-migration-service/src/commands/ModifyEventSubscriptionCommand.ts @@ -121,9 +121,6 @@ export class ModifyEventSubscriptionCommand extends $Command< ModifyEventSubscriptionCommandOutput, DatabaseMigrationServiceClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -137,9 +134,7 @@ export class ModifyEventSubscriptionCommand extends $Command< * @public */ constructor(readonly input: ModifyEventSubscriptionCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -192,7 +187,4 @@ export class ModifyEventSubscriptionCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ModifyEventSubscriptionCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-database-migration-service/src/commands/ModifyInstanceProfileCommand.ts b/clients/client-database-migration-service/src/commands/ModifyInstanceProfileCommand.ts index 3eb6dd05dde1..0f93ee5de912 100644 --- a/clients/client-database-migration-service/src/commands/ModifyInstanceProfileCommand.ts +++ b/clients/client-database-migration-service/src/commands/ModifyInstanceProfileCommand.ts @@ -156,9 +156,6 @@ export class ModifyInstanceProfileCommand extends $Command< ModifyInstanceProfileCommandOutput, DatabaseMigrationServiceClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -172,9 +169,7 @@ export class ModifyInstanceProfileCommand extends $Command< * @public */ constructor(readonly input: ModifyInstanceProfileCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -227,7 +222,4 @@ export class ModifyInstanceProfileCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ModifyInstanceProfileCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-database-migration-service/src/commands/ModifyMigrationProjectCommand.ts b/clients/client-database-migration-service/src/commands/ModifyMigrationProjectCommand.ts index 07e976459ca5..8491891e0395 100644 --- a/clients/client-database-migration-service/src/commands/ModifyMigrationProjectCommand.ts +++ b/clients/client-database-migration-service/src/commands/ModifyMigrationProjectCommand.ts @@ -207,9 +207,6 @@ export class ModifyMigrationProjectCommand extends $Command< ModifyMigrationProjectCommandOutput, DatabaseMigrationServiceClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -223,9 +220,7 @@ export class ModifyMigrationProjectCommand extends $Command< * @public */ constructor(readonly input: ModifyMigrationProjectCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -278,7 +273,4 @@ export class ModifyMigrationProjectCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ModifyMigrationProjectCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-database-migration-service/src/commands/ModifyReplicationConfigCommand.ts b/clients/client-database-migration-service/src/commands/ModifyReplicationConfigCommand.ts index 31590f145edc..fadf46c8f5ad 100644 --- a/clients/client-database-migration-service/src/commands/ModifyReplicationConfigCommand.ts +++ b/clients/client-database-migration-service/src/commands/ModifyReplicationConfigCommand.ts @@ -144,9 +144,6 @@ export class ModifyReplicationConfigCommand extends $Command< ModifyReplicationConfigCommandOutput, DatabaseMigrationServiceClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -160,9 +157,7 @@ export class ModifyReplicationConfigCommand extends $Command< * @public */ constructor(readonly input: ModifyReplicationConfigCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -215,7 +210,4 @@ export class ModifyReplicationConfigCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ModifyReplicationConfigCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-database-migration-service/src/commands/ModifyReplicationInstanceCommand.ts b/clients/client-database-migration-service/src/commands/ModifyReplicationInstanceCommand.ts index 85389363ffca..96402597e7e4 100644 --- a/clients/client-database-migration-service/src/commands/ModifyReplicationInstanceCommand.ts +++ b/clients/client-database-migration-service/src/commands/ModifyReplicationInstanceCommand.ts @@ -246,9 +246,6 @@ export class ModifyReplicationInstanceCommand extends $Command< ModifyReplicationInstanceCommandOutput, DatabaseMigrationServiceClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -262,9 +259,7 @@ export class ModifyReplicationInstanceCommand extends $Command< * @public */ constructor(readonly input: ModifyReplicationInstanceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -320,7 +315,4 @@ export class ModifyReplicationInstanceCommand extends $Command< ): Promise { return de_ModifyReplicationInstanceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-database-migration-service/src/commands/ModifyReplicationSubnetGroupCommand.ts b/clients/client-database-migration-service/src/commands/ModifyReplicationSubnetGroupCommand.ts index 6eccdc87765a..d48f895f5c9e 100644 --- a/clients/client-database-migration-service/src/commands/ModifyReplicationSubnetGroupCommand.ts +++ b/clients/client-database-migration-service/src/commands/ModifyReplicationSubnetGroupCommand.ts @@ -137,9 +137,6 @@ export class ModifyReplicationSubnetGroupCommand extends $Command< ModifyReplicationSubnetGroupCommandOutput, DatabaseMigrationServiceClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -153,9 +150,7 @@ export class ModifyReplicationSubnetGroupCommand extends $Command< * @public */ constructor(readonly input: ModifyReplicationSubnetGroupCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -211,7 +206,4 @@ export class ModifyReplicationSubnetGroupCommand extends $Command< ): Promise { return de_ModifyReplicationSubnetGroupCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-database-migration-service/src/commands/ModifyReplicationTaskCommand.ts b/clients/client-database-migration-service/src/commands/ModifyReplicationTaskCommand.ts index 1b8d493b868b..2ac8258be51f 100644 --- a/clients/client-database-migration-service/src/commands/ModifyReplicationTaskCommand.ts +++ b/clients/client-database-migration-service/src/commands/ModifyReplicationTaskCommand.ts @@ -129,9 +129,6 @@ export class ModifyReplicationTaskCommand extends $Command< ModifyReplicationTaskCommandOutput, DatabaseMigrationServiceClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -145,9 +142,7 @@ export class ModifyReplicationTaskCommand extends $Command< * @public */ constructor(readonly input: ModifyReplicationTaskCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -200,7 +195,4 @@ export class ModifyReplicationTaskCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ModifyReplicationTaskCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-database-migration-service/src/commands/MoveReplicationTaskCommand.ts b/clients/client-database-migration-service/src/commands/MoveReplicationTaskCommand.ts index b1dc57747e08..4d9575387e63 100644 --- a/clients/client-database-migration-service/src/commands/MoveReplicationTaskCommand.ts +++ b/clients/client-database-migration-service/src/commands/MoveReplicationTaskCommand.ts @@ -126,9 +126,6 @@ export class MoveReplicationTaskCommand extends $Command< MoveReplicationTaskCommandOutput, DatabaseMigrationServiceClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -142,9 +139,7 @@ export class MoveReplicationTaskCommand extends $Command< * @public */ constructor(readonly input: MoveReplicationTaskCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -197,7 +192,4 @@ export class MoveReplicationTaskCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_MoveReplicationTaskCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-database-migration-service/src/commands/RebootReplicationInstanceCommand.ts b/clients/client-database-migration-service/src/commands/RebootReplicationInstanceCommand.ts index 89a1c42c01af..926503fdc563 100644 --- a/clients/client-database-migration-service/src/commands/RebootReplicationInstanceCommand.ts +++ b/clients/client-database-migration-service/src/commands/RebootReplicationInstanceCommand.ts @@ -143,9 +143,6 @@ export class RebootReplicationInstanceCommand extends $Command< RebootReplicationInstanceCommandOutput, DatabaseMigrationServiceClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -159,9 +156,7 @@ export class RebootReplicationInstanceCommand extends $Command< * @public */ constructor(readonly input: RebootReplicationInstanceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -217,7 +212,4 @@ export class RebootReplicationInstanceCommand extends $Command< ): Promise { return de_RebootReplicationInstanceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-database-migration-service/src/commands/RefreshSchemasCommand.ts b/clients/client-database-migration-service/src/commands/RefreshSchemasCommand.ts index 14542348c7b9..02222a6c8e3e 100644 --- a/clients/client-database-migration-service/src/commands/RefreshSchemasCommand.ts +++ b/clients/client-database-migration-service/src/commands/RefreshSchemasCommand.ts @@ -112,9 +112,6 @@ export class RefreshSchemasCommand extends $Command< RefreshSchemasCommandOutput, DatabaseMigrationServiceClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -128,9 +125,7 @@ export class RefreshSchemasCommand extends $Command< * @public */ constructor(readonly input: RefreshSchemasCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -183,7 +178,4 @@ export class RefreshSchemasCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_RefreshSchemasCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-database-migration-service/src/commands/ReloadReplicationTablesCommand.ts b/clients/client-database-migration-service/src/commands/ReloadReplicationTablesCommand.ts index ddb0e203a5cd..cc34c5c42318 100644 --- a/clients/client-database-migration-service/src/commands/ReloadReplicationTablesCommand.ts +++ b/clients/client-database-migration-service/src/commands/ReloadReplicationTablesCommand.ts @@ -90,9 +90,6 @@ export class ReloadReplicationTablesCommand extends $Command< ReloadReplicationTablesCommandOutput, DatabaseMigrationServiceClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -106,9 +103,7 @@ export class ReloadReplicationTablesCommand extends $Command< * @public */ constructor(readonly input: ReloadReplicationTablesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -161,7 +156,4 @@ export class ReloadReplicationTablesCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ReloadReplicationTablesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-database-migration-service/src/commands/ReloadTablesCommand.ts b/clients/client-database-migration-service/src/commands/ReloadTablesCommand.ts index a8694034e83a..aaafe80e81c6 100644 --- a/clients/client-database-migration-service/src/commands/ReloadTablesCommand.ts +++ b/clients/client-database-migration-service/src/commands/ReloadTablesCommand.ts @@ -89,9 +89,6 @@ export class ReloadTablesCommand extends $Command< ReloadTablesCommandOutput, DatabaseMigrationServiceClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -105,9 +102,7 @@ export class ReloadTablesCommand extends $Command< * @public */ constructor(readonly input: ReloadTablesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -158,7 +153,4 @@ export class ReloadTablesCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ReloadTablesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-database-migration-service/src/commands/RemoveTagsFromResourceCommand.ts b/clients/client-database-migration-service/src/commands/RemoveTagsFromResourceCommand.ts index 96968a8b3895..538f5d8903c8 100644 --- a/clients/client-database-migration-service/src/commands/RemoveTagsFromResourceCommand.ts +++ b/clients/client-database-migration-service/src/commands/RemoveTagsFromResourceCommand.ts @@ -95,9 +95,6 @@ export class RemoveTagsFromResourceCommand extends $Command< RemoveTagsFromResourceCommandOutput, DatabaseMigrationServiceClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -111,9 +108,7 @@ export class RemoveTagsFromResourceCommand extends $Command< * @public */ constructor(readonly input: RemoveTagsFromResourceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -166,7 +161,4 @@ export class RemoveTagsFromResourceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_RemoveTagsFromResourceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-database-migration-service/src/commands/RunFleetAdvisorLsaAnalysisCommand.ts b/clients/client-database-migration-service/src/commands/RunFleetAdvisorLsaAnalysisCommand.ts index 1b4bffe2e943..f362447de87a 100644 --- a/clients/client-database-migration-service/src/commands/RunFleetAdvisorLsaAnalysisCommand.ts +++ b/clients/client-database-migration-service/src/commands/RunFleetAdvisorLsaAnalysisCommand.ts @@ -79,9 +79,6 @@ export class RunFleetAdvisorLsaAnalysisCommand extends $Command< RunFleetAdvisorLsaAnalysisCommandOutput, DatabaseMigrationServiceClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -95,9 +92,7 @@ export class RunFleetAdvisorLsaAnalysisCommand extends $Command< * @public */ constructor(readonly input: RunFleetAdvisorLsaAnalysisCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -153,7 +148,4 @@ export class RunFleetAdvisorLsaAnalysisCommand extends $Command< ): Promise { return de_RunFleetAdvisorLsaAnalysisCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-database-migration-service/src/commands/StartExtensionPackAssociationCommand.ts b/clients/client-database-migration-service/src/commands/StartExtensionPackAssociationCommand.ts index 2875c7b4ff0c..ba98a02c62df 100644 --- a/clients/client-database-migration-service/src/commands/StartExtensionPackAssociationCommand.ts +++ b/clients/client-database-migration-service/src/commands/StartExtensionPackAssociationCommand.ts @@ -124,9 +124,6 @@ export class StartExtensionPackAssociationCommand extends $Command< StartExtensionPackAssociationCommandOutput, DatabaseMigrationServiceClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -140,9 +137,7 @@ export class StartExtensionPackAssociationCommand extends $Command< * @public */ constructor(readonly input: StartExtensionPackAssociationCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -198,7 +193,4 @@ export class StartExtensionPackAssociationCommand extends $Command< ): Promise { return de_StartExtensionPackAssociationCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-database-migration-service/src/commands/StartMetadataModelAssessmentCommand.ts b/clients/client-database-migration-service/src/commands/StartMetadataModelAssessmentCommand.ts index 7a50f36f0011..47c64f7467a3 100644 --- a/clients/client-database-migration-service/src/commands/StartMetadataModelAssessmentCommand.ts +++ b/clients/client-database-migration-service/src/commands/StartMetadataModelAssessmentCommand.ts @@ -127,9 +127,6 @@ export class StartMetadataModelAssessmentCommand extends $Command< StartMetadataModelAssessmentCommandOutput, DatabaseMigrationServiceClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -143,9 +140,7 @@ export class StartMetadataModelAssessmentCommand extends $Command< * @public */ constructor(readonly input: StartMetadataModelAssessmentCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -201,7 +196,4 @@ export class StartMetadataModelAssessmentCommand extends $Command< ): Promise { return de_StartMetadataModelAssessmentCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-database-migration-service/src/commands/StartMetadataModelConversionCommand.ts b/clients/client-database-migration-service/src/commands/StartMetadataModelConversionCommand.ts index 52e504328337..50b2fa2a946b 100644 --- a/clients/client-database-migration-service/src/commands/StartMetadataModelConversionCommand.ts +++ b/clients/client-database-migration-service/src/commands/StartMetadataModelConversionCommand.ts @@ -123,9 +123,6 @@ export class StartMetadataModelConversionCommand extends $Command< StartMetadataModelConversionCommandOutput, DatabaseMigrationServiceClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -139,9 +136,7 @@ export class StartMetadataModelConversionCommand extends $Command< * @public */ constructor(readonly input: StartMetadataModelConversionCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -197,7 +192,4 @@ export class StartMetadataModelConversionCommand extends $Command< ): Promise { return de_StartMetadataModelConversionCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-database-migration-service/src/commands/StartMetadataModelExportAsScriptCommand.ts b/clients/client-database-migration-service/src/commands/StartMetadataModelExportAsScriptCommand.ts index 418c3d15bb4f..401696d457ec 100644 --- a/clients/client-database-migration-service/src/commands/StartMetadataModelExportAsScriptCommand.ts +++ b/clients/client-database-migration-service/src/commands/StartMetadataModelExportAsScriptCommand.ts @@ -127,9 +127,6 @@ export class StartMetadataModelExportAsScriptCommand extends $Command< StartMetadataModelExportAsScriptCommandOutput, DatabaseMigrationServiceClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -143,9 +140,7 @@ export class StartMetadataModelExportAsScriptCommand extends $Command< * @public */ constructor(readonly input: StartMetadataModelExportAsScriptCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -204,7 +199,4 @@ export class StartMetadataModelExportAsScriptCommand extends $Command< ): Promise { return de_StartMetadataModelExportAsScriptCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-database-migration-service/src/commands/StartMetadataModelExportToTargetCommand.ts b/clients/client-database-migration-service/src/commands/StartMetadataModelExportToTargetCommand.ts index a9075b36e9c8..be84569c7ed2 100644 --- a/clients/client-database-migration-service/src/commands/StartMetadataModelExportToTargetCommand.ts +++ b/clients/client-database-migration-service/src/commands/StartMetadataModelExportToTargetCommand.ts @@ -125,9 +125,6 @@ export class StartMetadataModelExportToTargetCommand extends $Command< StartMetadataModelExportToTargetCommandOutput, DatabaseMigrationServiceClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -141,9 +138,7 @@ export class StartMetadataModelExportToTargetCommand extends $Command< * @public */ constructor(readonly input: StartMetadataModelExportToTargetCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -202,7 +197,4 @@ export class StartMetadataModelExportToTargetCommand extends $Command< ): Promise { return de_StartMetadataModelExportToTargetCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-database-migration-service/src/commands/StartMetadataModelImportCommand.ts b/clients/client-database-migration-service/src/commands/StartMetadataModelImportCommand.ts index 0d8b62e48c5d..f3f375464782 100644 --- a/clients/client-database-migration-service/src/commands/StartMetadataModelImportCommand.ts +++ b/clients/client-database-migration-service/src/commands/StartMetadataModelImportCommand.ts @@ -123,9 +123,6 @@ export class StartMetadataModelImportCommand extends $Command< StartMetadataModelImportCommandOutput, DatabaseMigrationServiceClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -139,9 +136,7 @@ export class StartMetadataModelImportCommand extends $Command< * @public */ constructor(readonly input: StartMetadataModelImportCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -194,7 +189,4 @@ export class StartMetadataModelImportCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_StartMetadataModelImportCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-database-migration-service/src/commands/StartRecommendationsCommand.ts b/clients/client-database-migration-service/src/commands/StartRecommendationsCommand.ts index 66618161fa5d..99a393b762dc 100644 --- a/clients/client-database-migration-service/src/commands/StartRecommendationsCommand.ts +++ b/clients/client-database-migration-service/src/commands/StartRecommendationsCommand.ts @@ -88,9 +88,6 @@ export class StartRecommendationsCommand extends $Command< StartRecommendationsCommandOutput, DatabaseMigrationServiceClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -104,9 +101,7 @@ export class StartRecommendationsCommand extends $Command< * @public */ constructor(readonly input: StartRecommendationsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -159,7 +154,4 @@ export class StartRecommendationsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_StartRecommendationsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-database-migration-service/src/commands/StartReplicationCommand.ts b/clients/client-database-migration-service/src/commands/StartReplicationCommand.ts index 962a1d9a10af..8902b5cf1139 100644 --- a/clients/client-database-migration-service/src/commands/StartReplicationCommand.ts +++ b/clients/client-database-migration-service/src/commands/StartReplicationCommand.ts @@ -132,9 +132,6 @@ export class StartReplicationCommand extends $Command< StartReplicationCommandOutput, DatabaseMigrationServiceClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -148,9 +145,7 @@ export class StartReplicationCommand extends $Command< * @public */ constructor(readonly input: StartReplicationCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -203,7 +198,4 @@ export class StartReplicationCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_StartReplicationCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-database-migration-service/src/commands/StartReplicationTaskAssessmentCommand.ts b/clients/client-database-migration-service/src/commands/StartReplicationTaskAssessmentCommand.ts index f2c9bea08ea5..488651a3cfac 100644 --- a/clients/client-database-migration-service/src/commands/StartReplicationTaskAssessmentCommand.ts +++ b/clients/client-database-migration-service/src/commands/StartReplicationTaskAssessmentCommand.ts @@ -131,9 +131,6 @@ export class StartReplicationTaskAssessmentCommand extends $Command< StartReplicationTaskAssessmentCommandOutput, DatabaseMigrationServiceClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -147,9 +144,7 @@ export class StartReplicationTaskAssessmentCommand extends $Command< * @public */ constructor(readonly input: StartReplicationTaskAssessmentCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -208,7 +203,4 @@ export class StartReplicationTaskAssessmentCommand extends $Command< ): Promise { return de_StartReplicationTaskAssessmentCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-database-migration-service/src/commands/StartReplicationTaskAssessmentRunCommand.ts b/clients/client-database-migration-service/src/commands/StartReplicationTaskAssessmentRunCommand.ts index 38803e88db42..f6c686aba487 100644 --- a/clients/client-database-migration-service/src/commands/StartReplicationTaskAssessmentRunCommand.ts +++ b/clients/client-database-migration-service/src/commands/StartReplicationTaskAssessmentRunCommand.ts @@ -154,9 +154,6 @@ export class StartReplicationTaskAssessmentRunCommand extends $Command< StartReplicationTaskAssessmentRunCommandOutput, DatabaseMigrationServiceClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -170,9 +167,7 @@ export class StartReplicationTaskAssessmentRunCommand extends $Command< * @public */ constructor(readonly input: StartReplicationTaskAssessmentRunCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -231,7 +226,4 @@ export class StartReplicationTaskAssessmentRunCommand extends $Command< ): Promise { return de_StartReplicationTaskAssessmentRunCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-database-migration-service/src/commands/StartReplicationTaskCommand.ts b/clients/client-database-migration-service/src/commands/StartReplicationTaskCommand.ts index b972f50b1b21..7beb601ba43b 100644 --- a/clients/client-database-migration-service/src/commands/StartReplicationTaskCommand.ts +++ b/clients/client-database-migration-service/src/commands/StartReplicationTaskCommand.ts @@ -152,9 +152,6 @@ export class StartReplicationTaskCommand extends $Command< StartReplicationTaskCommandOutput, DatabaseMigrationServiceClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -168,9 +165,7 @@ export class StartReplicationTaskCommand extends $Command< * @public */ constructor(readonly input: StartReplicationTaskCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -223,7 +218,4 @@ export class StartReplicationTaskCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_StartReplicationTaskCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-database-migration-service/src/commands/StopReplicationCommand.ts b/clients/client-database-migration-service/src/commands/StopReplicationCommand.ts index 76926e0e5ef5..06a2651fe8d1 100644 --- a/clients/client-database-migration-service/src/commands/StopReplicationCommand.ts +++ b/clients/client-database-migration-service/src/commands/StopReplicationCommand.ts @@ -126,9 +126,6 @@ export class StopReplicationCommand extends $Command< StopReplicationCommandOutput, DatabaseMigrationServiceClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -142,9 +139,7 @@ export class StopReplicationCommand extends $Command< * @public */ constructor(readonly input: StopReplicationCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -197,7 +192,4 @@ export class StopReplicationCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_StopReplicationCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-database-migration-service/src/commands/StopReplicationTaskCommand.ts b/clients/client-database-migration-service/src/commands/StopReplicationTaskCommand.ts index 5773e7eb39de..cb3803e474f1 100644 --- a/clients/client-database-migration-service/src/commands/StopReplicationTaskCommand.ts +++ b/clients/client-database-migration-service/src/commands/StopReplicationTaskCommand.ts @@ -139,9 +139,6 @@ export class StopReplicationTaskCommand extends $Command< StopReplicationTaskCommandOutput, DatabaseMigrationServiceClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -155,9 +152,7 @@ export class StopReplicationTaskCommand extends $Command< * @public */ constructor(readonly input: StopReplicationTaskCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -210,7 +205,4 @@ export class StopReplicationTaskCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_StopReplicationTaskCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-database-migration-service/src/commands/TestConnectionCommand.ts b/clients/client-database-migration-service/src/commands/TestConnectionCommand.ts index 4b8787f036cf..1074897b489a 100644 --- a/clients/client-database-migration-service/src/commands/TestConnectionCommand.ts +++ b/clients/client-database-migration-service/src/commands/TestConnectionCommand.ts @@ -115,9 +115,6 @@ export class TestConnectionCommand extends $Command< TestConnectionCommandOutput, DatabaseMigrationServiceClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -131,9 +128,7 @@ export class TestConnectionCommand extends $Command< * @public */ constructor(readonly input: TestConnectionCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -186,7 +181,4 @@ export class TestConnectionCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_TestConnectionCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-database-migration-service/src/commands/UpdateSubscriptionsToEventBridgeCommand.ts b/clients/client-database-migration-service/src/commands/UpdateSubscriptionsToEventBridgeCommand.ts index b3b2697d8324..bf0d90c426ac 100644 --- a/clients/client-database-migration-service/src/commands/UpdateSubscriptionsToEventBridgeCommand.ts +++ b/clients/client-database-migration-service/src/commands/UpdateSubscriptionsToEventBridgeCommand.ts @@ -94,9 +94,6 @@ export class UpdateSubscriptionsToEventBridgeCommand extends $Command< UpdateSubscriptionsToEventBridgeCommandOutput, DatabaseMigrationServiceClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -110,9 +107,7 @@ export class UpdateSubscriptionsToEventBridgeCommand extends $Command< * @public */ constructor(readonly input: UpdateSubscriptionsToEventBridgeCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -171,7 +166,4 @@ export class UpdateSubscriptionsToEventBridgeCommand extends $Command< ): Promise { return de_UpdateSubscriptionsToEventBridgeCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-databrew/package.json b/clients/client-databrew/package.json index 3e5dea050242..5dbc607bda4e 100644 --- a/clients/client-databrew/package.json +++ b/clients/client-databrew/package.json @@ -34,29 +34,29 @@ "@aws-sdk/util-endpoints": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@smithy/config-resolver": "^2.0.16", - "@smithy/fetch-http-handler": "^2.2.4", - "@smithy/hash-node": "^2.0.12", - "@smithy/invalid-dependency": "^2.0.12", - "@smithy/middleware-content-length": "^2.0.14", - "@smithy/middleware-endpoint": "^2.1.3", - "@smithy/middleware-retry": "^2.0.18", - "@smithy/middleware-serde": "^2.0.12", - "@smithy/middleware-stack": "^2.0.6", - "@smithy/node-config-provider": "^2.1.3", - "@smithy/node-http-handler": "^2.1.8", - "@smithy/protocol-http": "^3.0.8", - "@smithy/smithy-client": "^2.1.12", - "@smithy/types": "^2.4.0", - "@smithy/url-parser": "^2.0.12", - "@smithy/util-base64": "^2.0.0", + "@smithy/config-resolver": "^2.0.18", + "@smithy/fetch-http-handler": "^2.2.6", + "@smithy/hash-node": "^2.0.15", + "@smithy/invalid-dependency": "^2.0.13", + "@smithy/middleware-content-length": "^2.0.15", + "@smithy/middleware-endpoint": "^2.2.0", + "@smithy/middleware-retry": "^2.0.20", + "@smithy/middleware-serde": "^2.0.13", + "@smithy/middleware-stack": "^2.0.7", + "@smithy/node-config-provider": "^2.1.5", + "@smithy/node-http-handler": "^2.1.9", + "@smithy/protocol-http": "^3.0.9", + "@smithy/smithy-client": "^2.1.15", + "@smithy/types": "^2.5.0", + "@smithy/url-parser": "^2.0.13", + "@smithy/util-base64": "^2.0.1", "@smithy/util-body-length-browser": "^2.0.0", "@smithy/util-body-length-node": "^2.1.0", - "@smithy/util-defaults-mode-browser": "^2.0.16", - "@smithy/util-defaults-mode-node": "^2.0.21", - "@smithy/util-endpoints": "^1.0.2", - "@smithy/util-retry": "^2.0.5", - "@smithy/util-utf8": "^2.0.0", + "@smithy/util-defaults-mode-browser": "^2.0.19", + "@smithy/util-defaults-mode-node": "^2.0.25", + "@smithy/util-endpoints": "^1.0.4", + "@smithy/util-retry": "^2.0.6", + "@smithy/util-utf8": "^2.0.2", "tslib": "^2.5.0" }, "devDependencies": { diff --git a/clients/client-databrew/src/commands/BatchDeleteRecipeVersionCommand.ts b/clients/client-databrew/src/commands/BatchDeleteRecipeVersionCommand.ts index 797b55188477..286ff03adbc1 100644 --- a/clients/client-databrew/src/commands/BatchDeleteRecipeVersionCommand.ts +++ b/clients/client-databrew/src/commands/BatchDeleteRecipeVersionCommand.ts @@ -127,9 +127,6 @@ export class BatchDeleteRecipeVersionCommand extends $Command< BatchDeleteRecipeVersionCommandOutput, DataBrewClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -143,9 +140,7 @@ export class BatchDeleteRecipeVersionCommand extends $Command< * @public */ constructor(readonly input: BatchDeleteRecipeVersionCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -198,7 +193,4 @@ export class BatchDeleteRecipeVersionCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_BatchDeleteRecipeVersionCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-databrew/src/commands/CreateDatasetCommand.ts b/clients/client-databrew/src/commands/CreateDatasetCommand.ts index 446d9375c577..348a4fdec732 100644 --- a/clients/client-databrew/src/commands/CreateDatasetCommand.ts +++ b/clients/client-databrew/src/commands/CreateDatasetCommand.ts @@ -165,9 +165,6 @@ export class CreateDatasetCommand extends $Command< CreateDatasetCommandOutput, DataBrewClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -181,9 +178,7 @@ export class CreateDatasetCommand extends $Command< * @public */ constructor(readonly input: CreateDatasetCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -234,7 +229,4 @@ export class CreateDatasetCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateDatasetCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-databrew/src/commands/CreateProfileJobCommand.ts b/clients/client-databrew/src/commands/CreateProfileJobCommand.ts index aa1f037a7cbc..df46b5425d2b 100644 --- a/clients/client-databrew/src/commands/CreateProfileJobCommand.ts +++ b/clients/client-databrew/src/commands/CreateProfileJobCommand.ts @@ -167,9 +167,6 @@ export class CreateProfileJobCommand extends $Command< CreateProfileJobCommandOutput, DataBrewClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -183,9 +180,7 @@ export class CreateProfileJobCommand extends $Command< * @public */ constructor(readonly input: CreateProfileJobCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -238,7 +233,4 @@ export class CreateProfileJobCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateProfileJobCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-databrew/src/commands/CreateProjectCommand.ts b/clients/client-databrew/src/commands/CreateProjectCommand.ts index 14fb78feaf91..667478e457f7 100644 --- a/clients/client-databrew/src/commands/CreateProjectCommand.ts +++ b/clients/client-databrew/src/commands/CreateProjectCommand.ts @@ -92,9 +92,6 @@ export class CreateProjectCommand extends $Command< CreateProjectCommandOutput, DataBrewClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -108,9 +105,7 @@ export class CreateProjectCommand extends $Command< * @public */ constructor(readonly input: CreateProjectCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -161,7 +156,4 @@ export class CreateProjectCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateProjectCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-databrew/src/commands/CreateRecipeCommand.ts b/clients/client-databrew/src/commands/CreateRecipeCommand.ts index 84b6e010c195..a8a8e15ffcdf 100644 --- a/clients/client-databrew/src/commands/CreateRecipeCommand.ts +++ b/clients/client-databrew/src/commands/CreateRecipeCommand.ts @@ -100,9 +100,6 @@ export class CreateRecipeCommand extends $Command< CreateRecipeCommandOutput, DataBrewClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -116,9 +113,7 @@ export class CreateRecipeCommand extends $Command< * @public */ constructor(readonly input: CreateRecipeCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -169,7 +164,4 @@ export class CreateRecipeCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateRecipeCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-databrew/src/commands/CreateRecipeJobCommand.ts b/clients/client-databrew/src/commands/CreateRecipeJobCommand.ts index c369cc1be022..00b5b0ae64df 100644 --- a/clients/client-databrew/src/commands/CreateRecipeJobCommand.ts +++ b/clients/client-databrew/src/commands/CreateRecipeJobCommand.ts @@ -159,9 +159,6 @@ export class CreateRecipeJobCommand extends $Command< CreateRecipeJobCommandOutput, DataBrewClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -175,9 +172,7 @@ export class CreateRecipeJobCommand extends $Command< * @public */ constructor(readonly input: CreateRecipeJobCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -230,7 +225,4 @@ export class CreateRecipeJobCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateRecipeJobCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-databrew/src/commands/CreateRulesetCommand.ts b/clients/client-databrew/src/commands/CreateRulesetCommand.ts index 1a46a343e071..cdfbbac2de75 100644 --- a/clients/client-databrew/src/commands/CreateRulesetCommand.ts +++ b/clients/client-databrew/src/commands/CreateRulesetCommand.ts @@ -106,9 +106,6 @@ export class CreateRulesetCommand extends $Command< CreateRulesetCommandOutput, DataBrewClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -122,9 +119,7 @@ export class CreateRulesetCommand extends $Command< * @public */ constructor(readonly input: CreateRulesetCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -175,7 +170,4 @@ export class CreateRulesetCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateRulesetCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-databrew/src/commands/CreateScheduleCommand.ts b/clients/client-databrew/src/commands/CreateScheduleCommand.ts index b4a147b11459..ee8b206c98d9 100644 --- a/clients/client-databrew/src/commands/CreateScheduleCommand.ts +++ b/clients/client-databrew/src/commands/CreateScheduleCommand.ts @@ -87,9 +87,6 @@ export class CreateScheduleCommand extends $Command< CreateScheduleCommandOutput, DataBrewClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -103,9 +100,7 @@ export class CreateScheduleCommand extends $Command< * @public */ constructor(readonly input: CreateScheduleCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -158,7 +153,4 @@ export class CreateScheduleCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateScheduleCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-databrew/src/commands/DeleteDatasetCommand.ts b/clients/client-databrew/src/commands/DeleteDatasetCommand.ts index 58d061072b9d..c3f53348240b 100644 --- a/clients/client-databrew/src/commands/DeleteDatasetCommand.ts +++ b/clients/client-databrew/src/commands/DeleteDatasetCommand.ts @@ -79,9 +79,6 @@ export class DeleteDatasetCommand extends $Command< DeleteDatasetCommandOutput, DataBrewClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -95,9 +92,7 @@ export class DeleteDatasetCommand extends $Command< * @public */ constructor(readonly input: DeleteDatasetCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -148,7 +143,4 @@ export class DeleteDatasetCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteDatasetCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-databrew/src/commands/DeleteJobCommand.ts b/clients/client-databrew/src/commands/DeleteJobCommand.ts index 97587263f355..37ec35508420 100644 --- a/clients/client-databrew/src/commands/DeleteJobCommand.ts +++ b/clients/client-databrew/src/commands/DeleteJobCommand.ts @@ -79,9 +79,6 @@ export class DeleteJobCommand extends $Command< DeleteJobCommandOutput, DataBrewClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -95,9 +92,7 @@ export class DeleteJobCommand extends $Command< * @public */ constructor(readonly input: DeleteJobCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -148,7 +143,4 @@ export class DeleteJobCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteJobCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-databrew/src/commands/DeleteProjectCommand.ts b/clients/client-databrew/src/commands/DeleteProjectCommand.ts index c92dbea3ff68..26f004b538be 100644 --- a/clients/client-databrew/src/commands/DeleteProjectCommand.ts +++ b/clients/client-databrew/src/commands/DeleteProjectCommand.ts @@ -79,9 +79,6 @@ export class DeleteProjectCommand extends $Command< DeleteProjectCommandOutput, DataBrewClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -95,9 +92,7 @@ export class DeleteProjectCommand extends $Command< * @public */ constructor(readonly input: DeleteProjectCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -148,7 +143,4 @@ export class DeleteProjectCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteProjectCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-databrew/src/commands/DeleteRecipeVersionCommand.ts b/clients/client-databrew/src/commands/DeleteRecipeVersionCommand.ts index b3f7a5bb464c..5dd8120e5804 100644 --- a/clients/client-databrew/src/commands/DeleteRecipeVersionCommand.ts +++ b/clients/client-databrew/src/commands/DeleteRecipeVersionCommand.ts @@ -81,9 +81,6 @@ export class DeleteRecipeVersionCommand extends $Command< DeleteRecipeVersionCommandOutput, DataBrewClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -97,9 +94,7 @@ export class DeleteRecipeVersionCommand extends $Command< * @public */ constructor(readonly input: DeleteRecipeVersionCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -152,7 +147,4 @@ export class DeleteRecipeVersionCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteRecipeVersionCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-databrew/src/commands/DeleteRulesetCommand.ts b/clients/client-databrew/src/commands/DeleteRulesetCommand.ts index b6016656b94f..036b14b6972c 100644 --- a/clients/client-databrew/src/commands/DeleteRulesetCommand.ts +++ b/clients/client-databrew/src/commands/DeleteRulesetCommand.ts @@ -79,9 +79,6 @@ export class DeleteRulesetCommand extends $Command< DeleteRulesetCommandOutput, DataBrewClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -95,9 +92,7 @@ export class DeleteRulesetCommand extends $Command< * @public */ constructor(readonly input: DeleteRulesetCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -148,7 +143,4 @@ export class DeleteRulesetCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteRulesetCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-databrew/src/commands/DeleteScheduleCommand.ts b/clients/client-databrew/src/commands/DeleteScheduleCommand.ts index 3460c8e9b5cd..0a7a752cdeed 100644 --- a/clients/client-databrew/src/commands/DeleteScheduleCommand.ts +++ b/clients/client-databrew/src/commands/DeleteScheduleCommand.ts @@ -76,9 +76,6 @@ export class DeleteScheduleCommand extends $Command< DeleteScheduleCommandOutput, DataBrewClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -92,9 +89,7 @@ export class DeleteScheduleCommand extends $Command< * @public */ constructor(readonly input: DeleteScheduleCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -147,7 +142,4 @@ export class DeleteScheduleCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteScheduleCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-databrew/src/commands/DescribeDatasetCommand.ts b/clients/client-databrew/src/commands/DescribeDatasetCommand.ts index 640c0f526c16..8bd48fe35492 100644 --- a/clients/client-databrew/src/commands/DescribeDatasetCommand.ts +++ b/clients/client-databrew/src/commands/DescribeDatasetCommand.ts @@ -165,9 +165,6 @@ export class DescribeDatasetCommand extends $Command< DescribeDatasetCommandOutput, DataBrewClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -181,9 +178,7 @@ export class DescribeDatasetCommand extends $Command< * @public */ constructor(readonly input: DescribeDatasetCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -236,7 +231,4 @@ export class DescribeDatasetCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DescribeDatasetCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-databrew/src/commands/DescribeJobCommand.ts b/clients/client-databrew/src/commands/DescribeJobCommand.ts index de9020c27e99..d61317bb4a08 100644 --- a/clients/client-databrew/src/commands/DescribeJobCommand.ts +++ b/clients/client-databrew/src/commands/DescribeJobCommand.ts @@ -222,9 +222,6 @@ export class DescribeJobCommand extends $Command< DescribeJobCommandOutput, DataBrewClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -238,9 +235,7 @@ export class DescribeJobCommand extends $Command< * @public */ constructor(readonly input: DescribeJobCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -291,7 +286,4 @@ export class DescribeJobCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DescribeJobCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-databrew/src/commands/DescribeJobRunCommand.ts b/clients/client-databrew/src/commands/DescribeJobRunCommand.ts index da082b1bc88e..1bd36d43d3cd 100644 --- a/clients/client-databrew/src/commands/DescribeJobRunCommand.ts +++ b/clients/client-databrew/src/commands/DescribeJobRunCommand.ts @@ -216,9 +216,6 @@ export class DescribeJobRunCommand extends $Command< DescribeJobRunCommandOutput, DataBrewClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -232,9 +229,7 @@ export class DescribeJobRunCommand extends $Command< * @public */ constructor(readonly input: DescribeJobRunCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -287,7 +282,4 @@ export class DescribeJobRunCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DescribeJobRunCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-databrew/src/commands/DescribeProjectCommand.ts b/clients/client-databrew/src/commands/DescribeProjectCommand.ts index 35482c567ae1..f24466e91c3c 100644 --- a/clients/client-databrew/src/commands/DescribeProjectCommand.ts +++ b/clients/client-databrew/src/commands/DescribeProjectCommand.ts @@ -94,9 +94,6 @@ export class DescribeProjectCommand extends $Command< DescribeProjectCommandOutput, DataBrewClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -110,9 +107,7 @@ export class DescribeProjectCommand extends $Command< * @public */ constructor(readonly input: DescribeProjectCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -165,7 +160,4 @@ export class DescribeProjectCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DescribeProjectCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-databrew/src/commands/DescribeRecipeCommand.ts b/clients/client-databrew/src/commands/DescribeRecipeCommand.ts index 84004469b270..01f34b8fc91b 100644 --- a/clients/client-databrew/src/commands/DescribeRecipeCommand.ts +++ b/clients/client-databrew/src/commands/DescribeRecipeCommand.ts @@ -108,9 +108,6 @@ export class DescribeRecipeCommand extends $Command< DescribeRecipeCommandOutput, DataBrewClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -124,9 +121,7 @@ export class DescribeRecipeCommand extends $Command< * @public */ constructor(readonly input: DescribeRecipeCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -179,7 +174,4 @@ export class DescribeRecipeCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DescribeRecipeCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-databrew/src/commands/DescribeRulesetCommand.ts b/clients/client-databrew/src/commands/DescribeRulesetCommand.ts index d5fea3b964a4..9102d12a0909 100644 --- a/clients/client-databrew/src/commands/DescribeRulesetCommand.ts +++ b/clients/client-databrew/src/commands/DescribeRulesetCommand.ts @@ -107,9 +107,6 @@ export class DescribeRulesetCommand extends $Command< DescribeRulesetCommandOutput, DataBrewClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -123,9 +120,7 @@ export class DescribeRulesetCommand extends $Command< * @public */ constructor(readonly input: DescribeRulesetCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -178,7 +173,4 @@ export class DescribeRulesetCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DescribeRulesetCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-databrew/src/commands/DescribeScheduleCommand.ts b/clients/client-databrew/src/commands/DescribeScheduleCommand.ts index 61b553317aaa..5aa7c7cb391f 100644 --- a/clients/client-databrew/src/commands/DescribeScheduleCommand.ts +++ b/clients/client-databrew/src/commands/DescribeScheduleCommand.ts @@ -88,9 +88,6 @@ export class DescribeScheduleCommand extends $Command< DescribeScheduleCommandOutput, DataBrewClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -104,9 +101,7 @@ export class DescribeScheduleCommand extends $Command< * @public */ constructor(readonly input: DescribeScheduleCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -159,7 +154,4 @@ export class DescribeScheduleCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DescribeScheduleCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-databrew/src/commands/ListDatasetsCommand.ts b/clients/client-databrew/src/commands/ListDatasetsCommand.ts index 2e0fcae31687..0def572f2821 100644 --- a/clients/client-databrew/src/commands/ListDatasetsCommand.ts +++ b/clients/client-databrew/src/commands/ListDatasetsCommand.ts @@ -169,9 +169,6 @@ export class ListDatasetsCommand extends $Command< ListDatasetsCommandOutput, DataBrewClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -185,9 +182,7 @@ export class ListDatasetsCommand extends $Command< * @public */ constructor(readonly input: ListDatasetsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -238,7 +233,4 @@ export class ListDatasetsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListDatasetsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-databrew/src/commands/ListJobRunsCommand.ts b/clients/client-databrew/src/commands/ListJobRunsCommand.ts index 3faed420ecfe..7ac33e50e9e3 100644 --- a/clients/client-databrew/src/commands/ListJobRunsCommand.ts +++ b/clients/client-databrew/src/commands/ListJobRunsCommand.ts @@ -166,9 +166,6 @@ export class ListJobRunsCommand extends $Command< ListJobRunsCommandOutput, DataBrewClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -182,9 +179,7 @@ export class ListJobRunsCommand extends $Command< * @public */ constructor(readonly input: ListJobRunsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -235,7 +230,4 @@ export class ListJobRunsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListJobRunsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-databrew/src/commands/ListJobsCommand.ts b/clients/client-databrew/src/commands/ListJobsCommand.ts index 885af8da5edd..fee1f234d71f 100644 --- a/clients/client-databrew/src/commands/ListJobsCommand.ts +++ b/clients/client-databrew/src/commands/ListJobsCommand.ts @@ -172,9 +172,6 @@ export class ListJobsCommand extends $Command< ListJobsCommandOutput, DataBrewClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -188,9 +185,7 @@ export class ListJobsCommand extends $Command< * @public */ constructor(readonly input: ListJobsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -241,7 +236,4 @@ export class ListJobsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListJobsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-databrew/src/commands/ListProjectsCommand.ts b/clients/client-databrew/src/commands/ListProjectsCommand.ts index 062ff6dc05a2..e96ef591968c 100644 --- a/clients/client-databrew/src/commands/ListProjectsCommand.ts +++ b/clients/client-databrew/src/commands/ListProjectsCommand.ts @@ -97,9 +97,6 @@ export class ListProjectsCommand extends $Command< ListProjectsCommandOutput, DataBrewClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -113,9 +110,7 @@ export class ListProjectsCommand extends $Command< * @public */ constructor(readonly input: ListProjectsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -166,7 +161,4 @@ export class ListProjectsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListProjectsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-databrew/src/commands/ListRecipeVersionsCommand.ts b/clients/client-databrew/src/commands/ListRecipeVersionsCommand.ts index 7d76e0a7c480..d7640c16abce 100644 --- a/clients/client-databrew/src/commands/ListRecipeVersionsCommand.ts +++ b/clients/client-databrew/src/commands/ListRecipeVersionsCommand.ts @@ -111,9 +111,6 @@ export class ListRecipeVersionsCommand extends $Command< ListRecipeVersionsCommandOutput, DataBrewClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -127,9 +124,7 @@ export class ListRecipeVersionsCommand extends $Command< * @public */ constructor(readonly input: ListRecipeVersionsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -182,7 +177,4 @@ export class ListRecipeVersionsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListRecipeVersionsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-databrew/src/commands/ListRecipesCommand.ts b/clients/client-databrew/src/commands/ListRecipesCommand.ts index 60c002be8e39..280cea74c51d 100644 --- a/clients/client-databrew/src/commands/ListRecipesCommand.ts +++ b/clients/client-databrew/src/commands/ListRecipesCommand.ts @@ -110,9 +110,6 @@ export class ListRecipesCommand extends $Command< ListRecipesCommandOutput, DataBrewClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -126,9 +123,7 @@ export class ListRecipesCommand extends $Command< * @public */ constructor(readonly input: ListRecipesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -179,7 +174,4 @@ export class ListRecipesCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListRecipesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-databrew/src/commands/ListRulesetsCommand.ts b/clients/client-databrew/src/commands/ListRulesetsCommand.ts index 8d2029475a5b..9ab4697ed7cd 100644 --- a/clients/client-databrew/src/commands/ListRulesetsCommand.ts +++ b/clients/client-databrew/src/commands/ListRulesetsCommand.ts @@ -96,9 +96,6 @@ export class ListRulesetsCommand extends $Command< ListRulesetsCommandOutput, DataBrewClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -112,9 +109,7 @@ export class ListRulesetsCommand extends $Command< * @public */ constructor(readonly input: ListRulesetsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -165,7 +160,4 @@ export class ListRulesetsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListRulesetsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-databrew/src/commands/ListSchedulesCommand.ts b/clients/client-databrew/src/commands/ListSchedulesCommand.ts index 61c30e9b30be..591bbe1bfe55 100644 --- a/clients/client-databrew/src/commands/ListSchedulesCommand.ts +++ b/clients/client-databrew/src/commands/ListSchedulesCommand.ts @@ -93,9 +93,6 @@ export class ListSchedulesCommand extends $Command< ListSchedulesCommandOutput, DataBrewClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -109,9 +106,7 @@ export class ListSchedulesCommand extends $Command< * @public */ constructor(readonly input: ListSchedulesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -162,7 +157,4 @@ export class ListSchedulesCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListSchedulesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-databrew/src/commands/ListTagsForResourceCommand.ts b/clients/client-databrew/src/commands/ListTagsForResourceCommand.ts index 93564de4ba64..592cf6b4d5cc 100644 --- a/clients/client-databrew/src/commands/ListTagsForResourceCommand.ts +++ b/clients/client-databrew/src/commands/ListTagsForResourceCommand.ts @@ -81,9 +81,6 @@ export class ListTagsForResourceCommand extends $Command< ListTagsForResourceCommandOutput, DataBrewClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -97,9 +94,7 @@ export class ListTagsForResourceCommand extends $Command< * @public */ constructor(readonly input: ListTagsForResourceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -152,7 +147,4 @@ export class ListTagsForResourceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListTagsForResourceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-databrew/src/commands/PublishRecipeCommand.ts b/clients/client-databrew/src/commands/PublishRecipeCommand.ts index af5e28dc211d..1d2f815d9179 100644 --- a/clients/client-databrew/src/commands/PublishRecipeCommand.ts +++ b/clients/client-databrew/src/commands/PublishRecipeCommand.ts @@ -80,9 +80,6 @@ export class PublishRecipeCommand extends $Command< PublishRecipeCommandOutput, DataBrewClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -96,9 +93,7 @@ export class PublishRecipeCommand extends $Command< * @public */ constructor(readonly input: PublishRecipeCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -149,7 +144,4 @@ export class PublishRecipeCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_PublishRecipeCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-databrew/src/commands/SendProjectSessionActionCommand.ts b/clients/client-databrew/src/commands/SendProjectSessionActionCommand.ts index 4c3b20ce5157..bd3574f9a16f 100644 --- a/clients/client-databrew/src/commands/SendProjectSessionActionCommand.ts +++ b/clients/client-databrew/src/commands/SendProjectSessionActionCommand.ts @@ -114,9 +114,6 @@ export class SendProjectSessionActionCommand extends $Command< SendProjectSessionActionCommandOutput, DataBrewClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -130,9 +127,7 @@ export class SendProjectSessionActionCommand extends $Command< * @public */ constructor(readonly input: SendProjectSessionActionCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -185,7 +180,4 @@ export class SendProjectSessionActionCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_SendProjectSessionActionCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-databrew/src/commands/StartJobRunCommand.ts b/clients/client-databrew/src/commands/StartJobRunCommand.ts index a3cc0926bc29..b9342f2459b6 100644 --- a/clients/client-databrew/src/commands/StartJobRunCommand.ts +++ b/clients/client-databrew/src/commands/StartJobRunCommand.ts @@ -82,9 +82,6 @@ export class StartJobRunCommand extends $Command< StartJobRunCommandOutput, DataBrewClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -98,9 +95,7 @@ export class StartJobRunCommand extends $Command< * @public */ constructor(readonly input: StartJobRunCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -151,7 +146,4 @@ export class StartJobRunCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_StartJobRunCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-databrew/src/commands/StartProjectSessionCommand.ts b/clients/client-databrew/src/commands/StartProjectSessionCommand.ts index 9bdd99bc3183..fd64be1b3012 100644 --- a/clients/client-databrew/src/commands/StartProjectSessionCommand.ts +++ b/clients/client-databrew/src/commands/StartProjectSessionCommand.ts @@ -89,9 +89,6 @@ export class StartProjectSessionCommand extends $Command< StartProjectSessionCommandOutput, DataBrewClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -105,9 +102,7 @@ export class StartProjectSessionCommand extends $Command< * @public */ constructor(readonly input: StartProjectSessionCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -160,7 +155,4 @@ export class StartProjectSessionCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_StartProjectSessionCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-databrew/src/commands/StopJobRunCommand.ts b/clients/client-databrew/src/commands/StopJobRunCommand.ts index 6fce8699cef8..9d5bbf300f24 100644 --- a/clients/client-databrew/src/commands/StopJobRunCommand.ts +++ b/clients/client-databrew/src/commands/StopJobRunCommand.ts @@ -77,9 +77,6 @@ export class StopJobRunCommand extends $Command< StopJobRunCommandOutput, DataBrewClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -93,9 +90,7 @@ export class StopJobRunCommand extends $Command< * @public */ constructor(readonly input: StopJobRunCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -146,7 +141,4 @@ export class StopJobRunCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_StopJobRunCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-databrew/src/commands/TagResourceCommand.ts b/clients/client-databrew/src/commands/TagResourceCommand.ts index 9a6116204d71..45c0af50ac79 100644 --- a/clients/client-databrew/src/commands/TagResourceCommand.ts +++ b/clients/client-databrew/src/commands/TagResourceCommand.ts @@ -81,9 +81,6 @@ export class TagResourceCommand extends $Command< TagResourceCommandOutput, DataBrewClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -97,9 +94,7 @@ export class TagResourceCommand extends $Command< * @public */ constructor(readonly input: TagResourceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -150,7 +145,4 @@ export class TagResourceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_TagResourceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-databrew/src/commands/UntagResourceCommand.ts b/clients/client-databrew/src/commands/UntagResourceCommand.ts index 9fa6042d97b6..3a7eb6de3111 100644 --- a/clients/client-databrew/src/commands/UntagResourceCommand.ts +++ b/clients/client-databrew/src/commands/UntagResourceCommand.ts @@ -80,9 +80,6 @@ export class UntagResourceCommand extends $Command< UntagResourceCommandOutput, DataBrewClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -96,9 +93,7 @@ export class UntagResourceCommand extends $Command< * @public */ constructor(readonly input: UntagResourceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -149,7 +144,4 @@ export class UntagResourceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UntagResourceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-databrew/src/commands/UpdateDatasetCommand.ts b/clients/client-databrew/src/commands/UpdateDatasetCommand.ts index 6999b1483a2d..77f796c97e8c 100644 --- a/clients/client-databrew/src/commands/UpdateDatasetCommand.ts +++ b/clients/client-databrew/src/commands/UpdateDatasetCommand.ts @@ -159,9 +159,6 @@ export class UpdateDatasetCommand extends $Command< UpdateDatasetCommandOutput, DataBrewClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -175,9 +172,7 @@ export class UpdateDatasetCommand extends $Command< * @public */ constructor(readonly input: UpdateDatasetCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -228,7 +223,4 @@ export class UpdateDatasetCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdateDatasetCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-databrew/src/commands/UpdateProfileJobCommand.ts b/clients/client-databrew/src/commands/UpdateProfileJobCommand.ts index bdb848d381e8..84690f3d3e1d 100644 --- a/clients/client-databrew/src/commands/UpdateProfileJobCommand.ts +++ b/clients/client-databrew/src/commands/UpdateProfileJobCommand.ts @@ -157,9 +157,6 @@ export class UpdateProfileJobCommand extends $Command< UpdateProfileJobCommandOutput, DataBrewClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -173,9 +170,7 @@ export class UpdateProfileJobCommand extends $Command< * @public */ constructor(readonly input: UpdateProfileJobCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -228,7 +223,4 @@ export class UpdateProfileJobCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdateProfileJobCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-databrew/src/commands/UpdateProjectCommand.ts b/clients/client-databrew/src/commands/UpdateProjectCommand.ts index 15035ce63c64..0537fa83c31d 100644 --- a/clients/client-databrew/src/commands/UpdateProjectCommand.ts +++ b/clients/client-databrew/src/commands/UpdateProjectCommand.ts @@ -82,9 +82,6 @@ export class UpdateProjectCommand extends $Command< UpdateProjectCommandOutput, DataBrewClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -98,9 +95,7 @@ export class UpdateProjectCommand extends $Command< * @public */ constructor(readonly input: UpdateProjectCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -151,7 +146,4 @@ export class UpdateProjectCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdateProjectCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-databrew/src/commands/UpdateRecipeCommand.ts b/clients/client-databrew/src/commands/UpdateRecipeCommand.ts index f0ed7d5645ad..3e4d09e429d1 100644 --- a/clients/client-databrew/src/commands/UpdateRecipeCommand.ts +++ b/clients/client-databrew/src/commands/UpdateRecipeCommand.ts @@ -95,9 +95,6 @@ export class UpdateRecipeCommand extends $Command< UpdateRecipeCommandOutput, DataBrewClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -111,9 +108,7 @@ export class UpdateRecipeCommand extends $Command< * @public */ constructor(readonly input: UpdateRecipeCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -164,7 +159,4 @@ export class UpdateRecipeCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdateRecipeCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-databrew/src/commands/UpdateRecipeJobCommand.ts b/clients/client-databrew/src/commands/UpdateRecipeJobCommand.ts index b12abdfdafbe..90507c9a59f6 100644 --- a/clients/client-databrew/src/commands/UpdateRecipeJobCommand.ts +++ b/clients/client-databrew/src/commands/UpdateRecipeJobCommand.ts @@ -144,9 +144,6 @@ export class UpdateRecipeJobCommand extends $Command< UpdateRecipeJobCommandOutput, DataBrewClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -160,9 +157,7 @@ export class UpdateRecipeJobCommand extends $Command< * @public */ constructor(readonly input: UpdateRecipeJobCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -215,7 +210,4 @@ export class UpdateRecipeJobCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdateRecipeJobCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-databrew/src/commands/UpdateRulesetCommand.ts b/clients/client-databrew/src/commands/UpdateRulesetCommand.ts index 8118e8902767..996c309c5444 100644 --- a/clients/client-databrew/src/commands/UpdateRulesetCommand.ts +++ b/clients/client-databrew/src/commands/UpdateRulesetCommand.ts @@ -98,9 +98,6 @@ export class UpdateRulesetCommand extends $Command< UpdateRulesetCommandOutput, DataBrewClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -114,9 +111,7 @@ export class UpdateRulesetCommand extends $Command< * @public */ constructor(readonly input: UpdateRulesetCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -167,7 +162,4 @@ export class UpdateRulesetCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdateRulesetCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-databrew/src/commands/UpdateScheduleCommand.ts b/clients/client-databrew/src/commands/UpdateScheduleCommand.ts index 52b4bc2844b1..9dbf37c3b08e 100644 --- a/clients/client-databrew/src/commands/UpdateScheduleCommand.ts +++ b/clients/client-databrew/src/commands/UpdateScheduleCommand.ts @@ -83,9 +83,6 @@ export class UpdateScheduleCommand extends $Command< UpdateScheduleCommandOutput, DataBrewClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -99,9 +96,7 @@ export class UpdateScheduleCommand extends $Command< * @public */ constructor(readonly input: UpdateScheduleCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -154,7 +149,4 @@ export class UpdateScheduleCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdateScheduleCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-dataexchange/package.json b/clients/client-dataexchange/package.json index 3e62794bef2a..51d22a9e29d9 100644 --- a/clients/client-dataexchange/package.json +++ b/clients/client-dataexchange/package.json @@ -34,29 +34,29 @@ "@aws-sdk/util-endpoints": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@smithy/config-resolver": "^2.0.16", - "@smithy/fetch-http-handler": "^2.2.4", - "@smithy/hash-node": "^2.0.12", - "@smithy/invalid-dependency": "^2.0.12", - "@smithy/middleware-content-length": "^2.0.14", - "@smithy/middleware-endpoint": "^2.1.3", - "@smithy/middleware-retry": "^2.0.18", - "@smithy/middleware-serde": "^2.0.12", - "@smithy/middleware-stack": "^2.0.6", - "@smithy/node-config-provider": "^2.1.3", - "@smithy/node-http-handler": "^2.1.8", - "@smithy/protocol-http": "^3.0.8", - "@smithy/smithy-client": "^2.1.12", - "@smithy/types": "^2.4.0", - "@smithy/url-parser": "^2.0.12", - "@smithy/util-base64": "^2.0.0", + "@smithy/config-resolver": "^2.0.18", + "@smithy/fetch-http-handler": "^2.2.6", + "@smithy/hash-node": "^2.0.15", + "@smithy/invalid-dependency": "^2.0.13", + "@smithy/middleware-content-length": "^2.0.15", + "@smithy/middleware-endpoint": "^2.2.0", + "@smithy/middleware-retry": "^2.0.20", + "@smithy/middleware-serde": "^2.0.13", + "@smithy/middleware-stack": "^2.0.7", + "@smithy/node-config-provider": "^2.1.5", + "@smithy/node-http-handler": "^2.1.9", + "@smithy/protocol-http": "^3.0.9", + "@smithy/smithy-client": "^2.1.15", + "@smithy/types": "^2.5.0", + "@smithy/url-parser": "^2.0.13", + "@smithy/util-base64": "^2.0.1", "@smithy/util-body-length-browser": "^2.0.0", "@smithy/util-body-length-node": "^2.1.0", - "@smithy/util-defaults-mode-browser": "^2.0.16", - "@smithy/util-defaults-mode-node": "^2.0.21", - "@smithy/util-endpoints": "^1.0.2", - "@smithy/util-retry": "^2.0.5", - "@smithy/util-utf8": "^2.0.0", + "@smithy/util-defaults-mode-browser": "^2.0.19", + "@smithy/util-defaults-mode-node": "^2.0.25", + "@smithy/util-endpoints": "^1.0.4", + "@smithy/util-retry": "^2.0.6", + "@smithy/util-utf8": "^2.0.2", "tslib": "^2.5.0", "uuid": "^8.3.2" }, diff --git a/clients/client-dataexchange/src/commands/CancelJobCommand.ts b/clients/client-dataexchange/src/commands/CancelJobCommand.ts index 893e0522b394..bea37af1b3b2 100644 --- a/clients/client-dataexchange/src/commands/CancelJobCommand.ts +++ b/clients/client-dataexchange/src/commands/CancelJobCommand.ts @@ -83,9 +83,6 @@ export class CancelJobCommand extends $Command< CancelJobCommandOutput, DataExchangeClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -99,9 +96,7 @@ export class CancelJobCommand extends $Command< * @public */ constructor(readonly input: CancelJobCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -152,7 +147,4 @@ export class CancelJobCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CancelJobCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-dataexchange/src/commands/CreateDataSetCommand.ts b/clients/client-dataexchange/src/commands/CreateDataSetCommand.ts index 36f40343d3e3..35ac1276a887 100644 --- a/clients/client-dataexchange/src/commands/CreateDataSetCommand.ts +++ b/clients/client-dataexchange/src/commands/CreateDataSetCommand.ts @@ -104,9 +104,6 @@ export class CreateDataSetCommand extends $Command< CreateDataSetCommandOutput, DataExchangeClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -120,9 +117,7 @@ export class CreateDataSetCommand extends $Command< * @public */ constructor(readonly input: CreateDataSetCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -173,7 +168,4 @@ export class CreateDataSetCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateDataSetCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-dataexchange/src/commands/CreateEventActionCommand.ts b/clients/client-dataexchange/src/commands/CreateEventActionCommand.ts index 1b3ee19c080f..91f0603ad912 100644 --- a/clients/client-dataexchange/src/commands/CreateEventActionCommand.ts +++ b/clients/client-dataexchange/src/commands/CreateEventActionCommand.ts @@ -121,9 +121,6 @@ export class CreateEventActionCommand extends $Command< CreateEventActionCommandOutput, DataExchangeClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -137,9 +134,7 @@ export class CreateEventActionCommand extends $Command< * @public */ constructor(readonly input: CreateEventActionCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -192,7 +187,4 @@ export class CreateEventActionCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateEventActionCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-dataexchange/src/commands/CreateJobCommand.ts b/clients/client-dataexchange/src/commands/CreateJobCommand.ts index 8307623dff58..d42f954cca72 100644 --- a/clients/client-dataexchange/src/commands/CreateJobCommand.ts +++ b/clients/client-dataexchange/src/commands/CreateJobCommand.ts @@ -365,9 +365,6 @@ export class CreateJobCommand extends $Command< CreateJobCommandOutput, DataExchangeClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -381,9 +378,7 @@ export class CreateJobCommand extends $Command< * @public */ constructor(readonly input: CreateJobCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -434,7 +429,4 @@ export class CreateJobCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateJobCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-dataexchange/src/commands/CreateRevisionCommand.ts b/clients/client-dataexchange/src/commands/CreateRevisionCommand.ts index 2f3a5b153e33..4a5343062b15 100644 --- a/clients/client-dataexchange/src/commands/CreateRevisionCommand.ts +++ b/clients/client-dataexchange/src/commands/CreateRevisionCommand.ts @@ -102,9 +102,6 @@ export class CreateRevisionCommand extends $Command< CreateRevisionCommandOutput, DataExchangeClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -118,9 +115,7 @@ export class CreateRevisionCommand extends $Command< * @public */ constructor(readonly input: CreateRevisionCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -173,7 +168,4 @@ export class CreateRevisionCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateRevisionCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-dataexchange/src/commands/DeleteAssetCommand.ts b/clients/client-dataexchange/src/commands/DeleteAssetCommand.ts index f0cfe19c0d45..3883cb5aac54 100644 --- a/clients/client-dataexchange/src/commands/DeleteAssetCommand.ts +++ b/clients/client-dataexchange/src/commands/DeleteAssetCommand.ts @@ -88,9 +88,6 @@ export class DeleteAssetCommand extends $Command< DeleteAssetCommandOutput, DataExchangeClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -104,9 +101,7 @@ export class DeleteAssetCommand extends $Command< * @public */ constructor(readonly input: DeleteAssetCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -157,7 +152,4 @@ export class DeleteAssetCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteAssetCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-dataexchange/src/commands/DeleteDataSetCommand.ts b/clients/client-dataexchange/src/commands/DeleteDataSetCommand.ts index 4d194cbe7dad..531123c315c3 100644 --- a/clients/client-dataexchange/src/commands/DeleteDataSetCommand.ts +++ b/clients/client-dataexchange/src/commands/DeleteDataSetCommand.ts @@ -86,9 +86,6 @@ export class DeleteDataSetCommand extends $Command< DeleteDataSetCommandOutput, DataExchangeClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -102,9 +99,7 @@ export class DeleteDataSetCommand extends $Command< * @public */ constructor(readonly input: DeleteDataSetCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -155,7 +150,4 @@ export class DeleteDataSetCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteDataSetCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-dataexchange/src/commands/DeleteEventActionCommand.ts b/clients/client-dataexchange/src/commands/DeleteEventActionCommand.ts index 924c75e774da..be4e71bcf81c 100644 --- a/clients/client-dataexchange/src/commands/DeleteEventActionCommand.ts +++ b/clients/client-dataexchange/src/commands/DeleteEventActionCommand.ts @@ -80,9 +80,6 @@ export class DeleteEventActionCommand extends $Command< DeleteEventActionCommandOutput, DataExchangeClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -96,9 +93,7 @@ export class DeleteEventActionCommand extends $Command< * @public */ constructor(readonly input: DeleteEventActionCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -151,7 +146,4 @@ export class DeleteEventActionCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteEventActionCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-dataexchange/src/commands/DeleteRevisionCommand.ts b/clients/client-dataexchange/src/commands/DeleteRevisionCommand.ts index 611a053eb40e..a9bd17ff7cec 100644 --- a/clients/client-dataexchange/src/commands/DeleteRevisionCommand.ts +++ b/clients/client-dataexchange/src/commands/DeleteRevisionCommand.ts @@ -87,9 +87,6 @@ export class DeleteRevisionCommand extends $Command< DeleteRevisionCommandOutput, DataExchangeClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -103,9 +100,7 @@ export class DeleteRevisionCommand extends $Command< * @public */ constructor(readonly input: DeleteRevisionCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -158,7 +153,4 @@ export class DeleteRevisionCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteRevisionCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-dataexchange/src/commands/GetAssetCommand.ts b/clients/client-dataexchange/src/commands/GetAssetCommand.ts index 43289107e596..09a3eada808b 100644 --- a/clients/client-dataexchange/src/commands/GetAssetCommand.ts +++ b/clients/client-dataexchange/src/commands/GetAssetCommand.ts @@ -162,9 +162,6 @@ export class GetAssetCommand extends $Command< GetAssetCommandOutput, DataExchangeClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -178,9 +175,7 @@ export class GetAssetCommand extends $Command< * @public */ constructor(readonly input: GetAssetCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -231,7 +226,4 @@ export class GetAssetCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetAssetCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-dataexchange/src/commands/GetDataSetCommand.ts b/clients/client-dataexchange/src/commands/GetDataSetCommand.ts index 16f565a651dc..43f2aba3b55b 100644 --- a/clients/client-dataexchange/src/commands/GetDataSetCommand.ts +++ b/clients/client-dataexchange/src/commands/GetDataSetCommand.ts @@ -96,9 +96,6 @@ export class GetDataSetCommand extends $Command< GetDataSetCommandOutput, DataExchangeClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -112,9 +109,7 @@ export class GetDataSetCommand extends $Command< * @public */ constructor(readonly input: GetDataSetCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -165,7 +160,4 @@ export class GetDataSetCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetDataSetCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-dataexchange/src/commands/GetEventActionCommand.ts b/clients/client-dataexchange/src/commands/GetEventActionCommand.ts index 49a01f1e3192..8fa923fa1099 100644 --- a/clients/client-dataexchange/src/commands/GetEventActionCommand.ts +++ b/clients/client-dataexchange/src/commands/GetEventActionCommand.ts @@ -102,9 +102,6 @@ export class GetEventActionCommand extends $Command< GetEventActionCommandOutput, DataExchangeClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -118,9 +115,7 @@ export class GetEventActionCommand extends $Command< * @public */ constructor(readonly input: GetEventActionCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -173,7 +168,4 @@ export class GetEventActionCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetEventActionCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-dataexchange/src/commands/GetJobCommand.ts b/clients/client-dataexchange/src/commands/GetJobCommand.ts index 06955fcc58bd..53dae80bf5b2 100644 --- a/clients/client-dataexchange/src/commands/GetJobCommand.ts +++ b/clients/client-dataexchange/src/commands/GetJobCommand.ts @@ -233,9 +233,6 @@ export interface GetJobCommandOutput extends GetJobResponse, __MetadataBearer {} * */ export class GetJobCommand extends $Command { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -249,9 +246,7 @@ export class GetJobCommand extends $Command { return de_GetJobCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-dataexchange/src/commands/GetRevisionCommand.ts b/clients/client-dataexchange/src/commands/GetRevisionCommand.ts index ebecff53525c..ec4424ef2e25 100644 --- a/clients/client-dataexchange/src/commands/GetRevisionCommand.ts +++ b/clients/client-dataexchange/src/commands/GetRevisionCommand.ts @@ -96,9 +96,6 @@ export class GetRevisionCommand extends $Command< GetRevisionCommandOutput, DataExchangeClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -112,9 +109,7 @@ export class GetRevisionCommand extends $Command< * @public */ constructor(readonly input: GetRevisionCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -165,7 +160,4 @@ export class GetRevisionCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetRevisionCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-dataexchange/src/commands/ListDataSetRevisionsCommand.ts b/clients/client-dataexchange/src/commands/ListDataSetRevisionsCommand.ts index 6ab162f47419..b258e21c5902 100644 --- a/clients/client-dataexchange/src/commands/ListDataSetRevisionsCommand.ts +++ b/clients/client-dataexchange/src/commands/ListDataSetRevisionsCommand.ts @@ -99,9 +99,6 @@ export class ListDataSetRevisionsCommand extends $Command< ListDataSetRevisionsCommandOutput, DataExchangeClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -115,9 +112,7 @@ export class ListDataSetRevisionsCommand extends $Command< * @public */ constructor(readonly input: ListDataSetRevisionsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -170,7 +165,4 @@ export class ListDataSetRevisionsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListDataSetRevisionsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-dataexchange/src/commands/ListDataSetsCommand.ts b/clients/client-dataexchange/src/commands/ListDataSetsCommand.ts index 4877c135c0da..61dd07310a44 100644 --- a/clients/client-dataexchange/src/commands/ListDataSetsCommand.ts +++ b/clients/client-dataexchange/src/commands/ListDataSetsCommand.ts @@ -100,9 +100,6 @@ export class ListDataSetsCommand extends $Command< ListDataSetsCommandOutput, DataExchangeClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -116,9 +113,7 @@ export class ListDataSetsCommand extends $Command< * @public */ constructor(readonly input: ListDataSetsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -169,7 +164,4 @@ export class ListDataSetsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListDataSetsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-dataexchange/src/commands/ListEventActionsCommand.ts b/clients/client-dataexchange/src/commands/ListEventActionsCommand.ts index a89444f5faa7..e6b264c9904d 100644 --- a/clients/client-dataexchange/src/commands/ListEventActionsCommand.ts +++ b/clients/client-dataexchange/src/commands/ListEventActionsCommand.ts @@ -109,9 +109,6 @@ export class ListEventActionsCommand extends $Command< ListEventActionsCommandOutput, DataExchangeClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -125,9 +122,7 @@ export class ListEventActionsCommand extends $Command< * @public */ constructor(readonly input: ListEventActionsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -180,7 +175,4 @@ export class ListEventActionsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListEventActionsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-dataexchange/src/commands/ListJobsCommand.ts b/clients/client-dataexchange/src/commands/ListJobsCommand.ts index dad16dbee066..338ea25ba693 100644 --- a/clients/client-dataexchange/src/commands/ListJobsCommand.ts +++ b/clients/client-dataexchange/src/commands/ListJobsCommand.ts @@ -245,9 +245,6 @@ export class ListJobsCommand extends $Command< ListJobsCommandOutput, DataExchangeClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -261,9 +258,7 @@ export class ListJobsCommand extends $Command< * @public */ constructor(readonly input: ListJobsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -314,7 +309,4 @@ export class ListJobsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListJobsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-dataexchange/src/commands/ListRevisionAssetsCommand.ts b/clients/client-dataexchange/src/commands/ListRevisionAssetsCommand.ts index d9acd23334d8..9ec523214053 100644 --- a/clients/client-dataexchange/src/commands/ListRevisionAssetsCommand.ts +++ b/clients/client-dataexchange/src/commands/ListRevisionAssetsCommand.ts @@ -168,9 +168,6 @@ export class ListRevisionAssetsCommand extends $Command< ListRevisionAssetsCommandOutput, DataExchangeClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -184,9 +181,7 @@ export class ListRevisionAssetsCommand extends $Command< * @public */ constructor(readonly input: ListRevisionAssetsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -239,7 +234,4 @@ export class ListRevisionAssetsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListRevisionAssetsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-dataexchange/src/commands/ListTagsForResourceCommand.ts b/clients/client-dataexchange/src/commands/ListTagsForResourceCommand.ts index e2ff42ef5d5a..3ac6901719f7 100644 --- a/clients/client-dataexchange/src/commands/ListTagsForResourceCommand.ts +++ b/clients/client-dataexchange/src/commands/ListTagsForResourceCommand.ts @@ -72,9 +72,6 @@ export class ListTagsForResourceCommand extends $Command< ListTagsForResourceCommandOutput, DataExchangeClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -88,9 +85,7 @@ export class ListTagsForResourceCommand extends $Command< * @public */ constructor(readonly input: ListTagsForResourceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -143,7 +138,4 @@ export class ListTagsForResourceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListTagsForResourceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-dataexchange/src/commands/RevokeRevisionCommand.ts b/clients/client-dataexchange/src/commands/RevokeRevisionCommand.ts index d30593d4bcb0..c4dabb3d0916 100644 --- a/clients/client-dataexchange/src/commands/RevokeRevisionCommand.ts +++ b/clients/client-dataexchange/src/commands/RevokeRevisionCommand.ts @@ -100,9 +100,6 @@ export class RevokeRevisionCommand extends $Command< RevokeRevisionCommandOutput, DataExchangeClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -116,9 +113,7 @@ export class RevokeRevisionCommand extends $Command< * @public */ constructor(readonly input: RevokeRevisionCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -171,7 +166,4 @@ export class RevokeRevisionCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_RevokeRevisionCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-dataexchange/src/commands/SendApiAssetCommand.ts b/clients/client-dataexchange/src/commands/SendApiAssetCommand.ts index a1e4cb0340cf..7875686d953b 100644 --- a/clients/client-dataexchange/src/commands/SendApiAssetCommand.ts +++ b/clients/client-dataexchange/src/commands/SendApiAssetCommand.ts @@ -99,9 +99,6 @@ export class SendApiAssetCommand extends $Command< SendApiAssetCommandOutput, DataExchangeClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -115,9 +112,7 @@ export class SendApiAssetCommand extends $Command< * @public */ constructor(readonly input: SendApiAssetCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -168,7 +163,4 @@ export class SendApiAssetCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_SendApiAssetCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-dataexchange/src/commands/SendDataSetNotificationCommand.ts b/clients/client-dataexchange/src/commands/SendDataSetNotificationCommand.ts index bfc78eac84d4..c1ac81a176f9 100644 --- a/clients/client-dataexchange/src/commands/SendDataSetNotificationCommand.ts +++ b/clients/client-dataexchange/src/commands/SendDataSetNotificationCommand.ts @@ -135,9 +135,6 @@ export class SendDataSetNotificationCommand extends $Command< SendDataSetNotificationCommandOutput, DataExchangeClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -151,9 +148,7 @@ export class SendDataSetNotificationCommand extends $Command< * @public */ constructor(readonly input: SendDataSetNotificationCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -206,7 +201,4 @@ export class SendDataSetNotificationCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_SendDataSetNotificationCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-dataexchange/src/commands/StartJobCommand.ts b/clients/client-dataexchange/src/commands/StartJobCommand.ts index 544af58fcfc6..d39eeb673065 100644 --- a/clients/client-dataexchange/src/commands/StartJobCommand.ts +++ b/clients/client-dataexchange/src/commands/StartJobCommand.ts @@ -86,9 +86,6 @@ export class StartJobCommand extends $Command< StartJobCommandOutput, DataExchangeClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -102,9 +99,7 @@ export class StartJobCommand extends $Command< * @public */ constructor(readonly input: StartJobCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -155,7 +150,4 @@ export class StartJobCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_StartJobCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-dataexchange/src/commands/TagResourceCommand.ts b/clients/client-dataexchange/src/commands/TagResourceCommand.ts index 6f1d4b2eb9dd..8bbd18993f42 100644 --- a/clients/client-dataexchange/src/commands/TagResourceCommand.ts +++ b/clients/client-dataexchange/src/commands/TagResourceCommand.ts @@ -71,9 +71,6 @@ export class TagResourceCommand extends $Command< TagResourceCommandOutput, DataExchangeClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -87,9 +84,7 @@ export class TagResourceCommand extends $Command< * @public */ constructor(readonly input: TagResourceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -140,7 +135,4 @@ export class TagResourceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_TagResourceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-dataexchange/src/commands/UntagResourceCommand.ts b/clients/client-dataexchange/src/commands/UntagResourceCommand.ts index eb6ddaec161f..fa70901ffa76 100644 --- a/clients/client-dataexchange/src/commands/UntagResourceCommand.ts +++ b/clients/client-dataexchange/src/commands/UntagResourceCommand.ts @@ -71,9 +71,6 @@ export class UntagResourceCommand extends $Command< UntagResourceCommandOutput, DataExchangeClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -87,9 +84,7 @@ export class UntagResourceCommand extends $Command< * @public */ constructor(readonly input: UntagResourceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -140,7 +135,4 @@ export class UntagResourceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UntagResourceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-dataexchange/src/commands/UpdateAssetCommand.ts b/clients/client-dataexchange/src/commands/UpdateAssetCommand.ts index 21cae8beafe6..222f7258431e 100644 --- a/clients/client-dataexchange/src/commands/UpdateAssetCommand.ts +++ b/clients/client-dataexchange/src/commands/UpdateAssetCommand.ts @@ -169,9 +169,6 @@ export class UpdateAssetCommand extends $Command< UpdateAssetCommandOutput, DataExchangeClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -185,9 +182,7 @@ export class UpdateAssetCommand extends $Command< * @public */ constructor(readonly input: UpdateAssetCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -238,7 +233,4 @@ export class UpdateAssetCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdateAssetCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-dataexchange/src/commands/UpdateDataSetCommand.ts b/clients/client-dataexchange/src/commands/UpdateDataSetCommand.ts index 7fa6d9450a07..a075a56b7a35 100644 --- a/clients/client-dataexchange/src/commands/UpdateDataSetCommand.ts +++ b/clients/client-dataexchange/src/commands/UpdateDataSetCommand.ts @@ -98,9 +98,6 @@ export class UpdateDataSetCommand extends $Command< UpdateDataSetCommandOutput, DataExchangeClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -114,9 +111,7 @@ export class UpdateDataSetCommand extends $Command< * @public */ constructor(readonly input: UpdateDataSetCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -167,7 +162,4 @@ export class UpdateDataSetCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdateDataSetCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-dataexchange/src/commands/UpdateEventActionCommand.ts b/clients/client-dataexchange/src/commands/UpdateEventActionCommand.ts index 78d1dc3fcbde..e2b9503d6304 100644 --- a/clients/client-dataexchange/src/commands/UpdateEventActionCommand.ts +++ b/clients/client-dataexchange/src/commands/UpdateEventActionCommand.ts @@ -117,9 +117,6 @@ export class UpdateEventActionCommand extends $Command< UpdateEventActionCommandOutput, DataExchangeClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -133,9 +130,7 @@ export class UpdateEventActionCommand extends $Command< * @public */ constructor(readonly input: UpdateEventActionCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -188,7 +183,4 @@ export class UpdateEventActionCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdateEventActionCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-dataexchange/src/commands/UpdateRevisionCommand.ts b/clients/client-dataexchange/src/commands/UpdateRevisionCommand.ts index de76f2167c9d..5c898c607df9 100644 --- a/clients/client-dataexchange/src/commands/UpdateRevisionCommand.ts +++ b/clients/client-dataexchange/src/commands/UpdateRevisionCommand.ts @@ -101,9 +101,6 @@ export class UpdateRevisionCommand extends $Command< UpdateRevisionCommandOutput, DataExchangeClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -117,9 +114,7 @@ export class UpdateRevisionCommand extends $Command< * @public */ constructor(readonly input: UpdateRevisionCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -172,7 +167,4 @@ export class UpdateRevisionCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdateRevisionCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-datasync/package.json b/clients/client-datasync/package.json index 46f6fa870806..57e2ff841373 100644 --- a/clients/client-datasync/package.json +++ b/clients/client-datasync/package.json @@ -34,29 +34,29 @@ "@aws-sdk/util-endpoints": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@smithy/config-resolver": "^2.0.16", - "@smithy/fetch-http-handler": "^2.2.4", - "@smithy/hash-node": "^2.0.12", - "@smithy/invalid-dependency": "^2.0.12", - "@smithy/middleware-content-length": "^2.0.14", - "@smithy/middleware-endpoint": "^2.1.3", - "@smithy/middleware-retry": "^2.0.18", - "@smithy/middleware-serde": "^2.0.12", - "@smithy/middleware-stack": "^2.0.6", - "@smithy/node-config-provider": "^2.1.3", - "@smithy/node-http-handler": "^2.1.8", - "@smithy/protocol-http": "^3.0.8", - "@smithy/smithy-client": "^2.1.12", - "@smithy/types": "^2.4.0", - "@smithy/url-parser": "^2.0.12", - "@smithy/util-base64": "^2.0.0", + "@smithy/config-resolver": "^2.0.18", + "@smithy/fetch-http-handler": "^2.2.6", + "@smithy/hash-node": "^2.0.15", + "@smithy/invalid-dependency": "^2.0.13", + "@smithy/middleware-content-length": "^2.0.15", + "@smithy/middleware-endpoint": "^2.2.0", + "@smithy/middleware-retry": "^2.0.20", + "@smithy/middleware-serde": "^2.0.13", + "@smithy/middleware-stack": "^2.0.7", + "@smithy/node-config-provider": "^2.1.5", + "@smithy/node-http-handler": "^2.1.9", + "@smithy/protocol-http": "^3.0.9", + "@smithy/smithy-client": "^2.1.15", + "@smithy/types": "^2.5.0", + "@smithy/url-parser": "^2.0.13", + "@smithy/util-base64": "^2.0.1", "@smithy/util-body-length-browser": "^2.0.0", "@smithy/util-body-length-node": "^2.1.0", - "@smithy/util-defaults-mode-browser": "^2.0.16", - "@smithy/util-defaults-mode-node": "^2.0.21", - "@smithy/util-endpoints": "^1.0.2", - "@smithy/util-retry": "^2.0.5", - "@smithy/util-utf8": "^2.0.0", + "@smithy/util-defaults-mode-browser": "^2.0.19", + "@smithy/util-defaults-mode-node": "^2.0.25", + "@smithy/util-endpoints": "^1.0.4", + "@smithy/util-retry": "^2.0.6", + "@smithy/util-utf8": "^2.0.2", "tslib": "^2.5.0", "uuid": "^8.3.2" }, diff --git a/clients/client-datasync/src/commands/AddStorageSystemCommand.ts b/clients/client-datasync/src/commands/AddStorageSystemCommand.ts index 0a94e7eaa3a9..132d5458fcc7 100644 --- a/clients/client-datasync/src/commands/AddStorageSystemCommand.ts +++ b/clients/client-datasync/src/commands/AddStorageSystemCommand.ts @@ -102,9 +102,6 @@ export class AddStorageSystemCommand extends $Command< AddStorageSystemCommandOutput, DataSyncClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -118,9 +115,7 @@ export class AddStorageSystemCommand extends $Command< * @public */ constructor(readonly input: AddStorageSystemCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -173,7 +168,4 @@ export class AddStorageSystemCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_AddStorageSystemCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-datasync/src/commands/CancelTaskExecutionCommand.ts b/clients/client-datasync/src/commands/CancelTaskExecutionCommand.ts index 8fd0b7bb8ce0..80233023e095 100644 --- a/clients/client-datasync/src/commands/CancelTaskExecutionCommand.ts +++ b/clients/client-datasync/src/commands/CancelTaskExecutionCommand.ts @@ -81,9 +81,6 @@ export class CancelTaskExecutionCommand extends $Command< CancelTaskExecutionCommandOutput, DataSyncClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -97,9 +94,7 @@ export class CancelTaskExecutionCommand extends $Command< * @public */ constructor(readonly input: CancelTaskExecutionCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -152,7 +147,4 @@ export class CancelTaskExecutionCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CancelTaskExecutionCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-datasync/src/commands/CreateAgentCommand.ts b/clients/client-datasync/src/commands/CreateAgentCommand.ts index aa07db7b1ae6..307d6a0315ed 100644 --- a/clients/client-datasync/src/commands/CreateAgentCommand.ts +++ b/clients/client-datasync/src/commands/CreateAgentCommand.ts @@ -109,9 +109,6 @@ export class CreateAgentCommand extends $Command< CreateAgentCommandOutput, DataSyncClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -125,9 +122,7 @@ export class CreateAgentCommand extends $Command< * @public */ constructor(readonly input: CreateAgentCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -178,7 +173,4 @@ export class CreateAgentCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateAgentCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-datasync/src/commands/CreateLocationAzureBlobCommand.ts b/clients/client-datasync/src/commands/CreateLocationAzureBlobCommand.ts index e581fee4f62d..b7967a1117e8 100644 --- a/clients/client-datasync/src/commands/CreateLocationAzureBlobCommand.ts +++ b/clients/client-datasync/src/commands/CreateLocationAzureBlobCommand.ts @@ -99,9 +99,6 @@ export class CreateLocationAzureBlobCommand extends $Command< CreateLocationAzureBlobCommandOutput, DataSyncClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -115,9 +112,7 @@ export class CreateLocationAzureBlobCommand extends $Command< * @public */ constructor(readonly input: CreateLocationAzureBlobCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -170,7 +165,4 @@ export class CreateLocationAzureBlobCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateLocationAzureBlobCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-datasync/src/commands/CreateLocationEfsCommand.ts b/clients/client-datasync/src/commands/CreateLocationEfsCommand.ts index 7ceeefbe296d..563c1bd00e11 100644 --- a/clients/client-datasync/src/commands/CreateLocationEfsCommand.ts +++ b/clients/client-datasync/src/commands/CreateLocationEfsCommand.ts @@ -94,9 +94,6 @@ export class CreateLocationEfsCommand extends $Command< CreateLocationEfsCommandOutput, DataSyncClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -110,9 +107,7 @@ export class CreateLocationEfsCommand extends $Command< * @public */ constructor(readonly input: CreateLocationEfsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -165,7 +160,4 @@ export class CreateLocationEfsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateLocationEfsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-datasync/src/commands/CreateLocationFsxLustreCommand.ts b/clients/client-datasync/src/commands/CreateLocationFsxLustreCommand.ts index 2e2346dfb48a..87949290cdc5 100644 --- a/clients/client-datasync/src/commands/CreateLocationFsxLustreCommand.ts +++ b/clients/client-datasync/src/commands/CreateLocationFsxLustreCommand.ts @@ -87,9 +87,6 @@ export class CreateLocationFsxLustreCommand extends $Command< CreateLocationFsxLustreCommandOutput, DataSyncClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -103,9 +100,7 @@ export class CreateLocationFsxLustreCommand extends $Command< * @public */ constructor(readonly input: CreateLocationFsxLustreCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -158,7 +153,4 @@ export class CreateLocationFsxLustreCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateLocationFsxLustreCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-datasync/src/commands/CreateLocationFsxOntapCommand.ts b/clients/client-datasync/src/commands/CreateLocationFsxOntapCommand.ts index 81fc7ae3fdbf..aa4c6629f9bc 100644 --- a/clients/client-datasync/src/commands/CreateLocationFsxOntapCommand.ts +++ b/clients/client-datasync/src/commands/CreateLocationFsxOntapCommand.ts @@ -108,9 +108,6 @@ export class CreateLocationFsxOntapCommand extends $Command< CreateLocationFsxOntapCommandOutput, DataSyncClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -124,9 +121,7 @@ export class CreateLocationFsxOntapCommand extends $Command< * @public */ constructor(readonly input: CreateLocationFsxOntapCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -179,7 +174,4 @@ export class CreateLocationFsxOntapCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateLocationFsxOntapCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-datasync/src/commands/CreateLocationFsxOpenZfsCommand.ts b/clients/client-datasync/src/commands/CreateLocationFsxOpenZfsCommand.ts index d22845fbd96a..5150906218db 100644 --- a/clients/client-datasync/src/commands/CreateLocationFsxOpenZfsCommand.ts +++ b/clients/client-datasync/src/commands/CreateLocationFsxOpenZfsCommand.ts @@ -110,9 +110,6 @@ export class CreateLocationFsxOpenZfsCommand extends $Command< CreateLocationFsxOpenZfsCommandOutput, DataSyncClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -126,9 +123,7 @@ export class CreateLocationFsxOpenZfsCommand extends $Command< * @public */ constructor(readonly input: CreateLocationFsxOpenZfsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -181,7 +176,4 @@ export class CreateLocationFsxOpenZfsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateLocationFsxOpenZfsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-datasync/src/commands/CreateLocationFsxWindowsCommand.ts b/clients/client-datasync/src/commands/CreateLocationFsxWindowsCommand.ts index 5e945ca3695e..c940a1bcdf0a 100644 --- a/clients/client-datasync/src/commands/CreateLocationFsxWindowsCommand.ts +++ b/clients/client-datasync/src/commands/CreateLocationFsxWindowsCommand.ts @@ -95,9 +95,6 @@ export class CreateLocationFsxWindowsCommand extends $Command< CreateLocationFsxWindowsCommandOutput, DataSyncClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -111,9 +108,7 @@ export class CreateLocationFsxWindowsCommand extends $Command< * @public */ constructor(readonly input: CreateLocationFsxWindowsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -166,7 +161,4 @@ export class CreateLocationFsxWindowsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateLocationFsxWindowsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-datasync/src/commands/CreateLocationHdfsCommand.ts b/clients/client-datasync/src/commands/CreateLocationHdfsCommand.ts index bcfbcbd683f3..0293f762a22c 100644 --- a/clients/client-datasync/src/commands/CreateLocationHdfsCommand.ts +++ b/clients/client-datasync/src/commands/CreateLocationHdfsCommand.ts @@ -104,9 +104,6 @@ export class CreateLocationHdfsCommand extends $Command< CreateLocationHdfsCommandOutput, DataSyncClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -120,9 +117,7 @@ export class CreateLocationHdfsCommand extends $Command< * @public */ constructor(readonly input: CreateLocationHdfsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -175,7 +170,4 @@ export class CreateLocationHdfsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateLocationHdfsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-datasync/src/commands/CreateLocationNfsCommand.ts b/clients/client-datasync/src/commands/CreateLocationNfsCommand.ts index 7070bf257283..53801f611a5e 100644 --- a/clients/client-datasync/src/commands/CreateLocationNfsCommand.ts +++ b/clients/client-datasync/src/commands/CreateLocationNfsCommand.ts @@ -99,9 +99,6 @@ export class CreateLocationNfsCommand extends $Command< CreateLocationNfsCommandOutput, DataSyncClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -115,9 +112,7 @@ export class CreateLocationNfsCommand extends $Command< * @public */ constructor(readonly input: CreateLocationNfsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -170,7 +165,4 @@ export class CreateLocationNfsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateLocationNfsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-datasync/src/commands/CreateLocationObjectStorageCommand.ts b/clients/client-datasync/src/commands/CreateLocationObjectStorageCommand.ts index 139ef030a87b..ae53f0c95561 100644 --- a/clients/client-datasync/src/commands/CreateLocationObjectStorageCommand.ts +++ b/clients/client-datasync/src/commands/CreateLocationObjectStorageCommand.ts @@ -101,9 +101,6 @@ export class CreateLocationObjectStorageCommand extends $Command< CreateLocationObjectStorageCommandOutput, DataSyncClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -117,9 +114,7 @@ export class CreateLocationObjectStorageCommand extends $Command< * @public */ constructor(readonly input: CreateLocationObjectStorageCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -175,7 +170,4 @@ export class CreateLocationObjectStorageCommand extends $Command< ): Promise { return de_CreateLocationObjectStorageCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-datasync/src/commands/CreateLocationS3Command.ts b/clients/client-datasync/src/commands/CreateLocationS3Command.ts index 1bdbfbce721d..3da6f81c56bb 100644 --- a/clients/client-datasync/src/commands/CreateLocationS3Command.ts +++ b/clients/client-datasync/src/commands/CreateLocationS3Command.ts @@ -108,9 +108,6 @@ export class CreateLocationS3Command extends $Command< CreateLocationS3CommandOutput, DataSyncClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -124,9 +121,7 @@ export class CreateLocationS3Command extends $Command< * @public */ constructor(readonly input: CreateLocationS3CommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -179,7 +174,4 @@ export class CreateLocationS3Command extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateLocationS3Command(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-datasync/src/commands/CreateLocationSmbCommand.ts b/clients/client-datasync/src/commands/CreateLocationSmbCommand.ts index 8989a27ae989..cd030465266e 100644 --- a/clients/client-datasync/src/commands/CreateLocationSmbCommand.ts +++ b/clients/client-datasync/src/commands/CreateLocationSmbCommand.ts @@ -99,9 +99,6 @@ export class CreateLocationSmbCommand extends $Command< CreateLocationSmbCommandOutput, DataSyncClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -115,9 +112,7 @@ export class CreateLocationSmbCommand extends $Command< * @public */ constructor(readonly input: CreateLocationSmbCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -170,7 +165,4 @@ export class CreateLocationSmbCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateLocationSmbCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-datasync/src/commands/CreateTaskCommand.ts b/clients/client-datasync/src/commands/CreateTaskCommand.ts index 5bc114c03d4b..c109c857141d 100644 --- a/clients/client-datasync/src/commands/CreateTaskCommand.ts +++ b/clients/client-datasync/src/commands/CreateTaskCommand.ts @@ -154,9 +154,6 @@ export class CreateTaskCommand extends $Command< CreateTaskCommandOutput, DataSyncClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -170,9 +167,7 @@ export class CreateTaskCommand extends $Command< * @public */ constructor(readonly input: CreateTaskCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -223,7 +218,4 @@ export class CreateTaskCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateTaskCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-datasync/src/commands/DeleteAgentCommand.ts b/clients/client-datasync/src/commands/DeleteAgentCommand.ts index 3c9028073fae..f86e1d2064fa 100644 --- a/clients/client-datasync/src/commands/DeleteAgentCommand.ts +++ b/clients/client-datasync/src/commands/DeleteAgentCommand.ts @@ -79,9 +79,6 @@ export class DeleteAgentCommand extends $Command< DeleteAgentCommandOutput, DataSyncClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -95,9 +92,7 @@ export class DeleteAgentCommand extends $Command< * @public */ constructor(readonly input: DeleteAgentCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -148,7 +143,4 @@ export class DeleteAgentCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteAgentCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-datasync/src/commands/DeleteLocationCommand.ts b/clients/client-datasync/src/commands/DeleteLocationCommand.ts index c9e8810c90a2..7219f1ab1724 100644 --- a/clients/client-datasync/src/commands/DeleteLocationCommand.ts +++ b/clients/client-datasync/src/commands/DeleteLocationCommand.ts @@ -75,9 +75,6 @@ export class DeleteLocationCommand extends $Command< DeleteLocationCommandOutput, DataSyncClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -91,9 +88,7 @@ export class DeleteLocationCommand extends $Command< * @public */ constructor(readonly input: DeleteLocationCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -146,7 +141,4 @@ export class DeleteLocationCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteLocationCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-datasync/src/commands/DeleteTaskCommand.ts b/clients/client-datasync/src/commands/DeleteTaskCommand.ts index 7724302fb4ca..9c20e5b73bbf 100644 --- a/clients/client-datasync/src/commands/DeleteTaskCommand.ts +++ b/clients/client-datasync/src/commands/DeleteTaskCommand.ts @@ -75,9 +75,6 @@ export class DeleteTaskCommand extends $Command< DeleteTaskCommandOutput, DataSyncClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -91,9 +88,7 @@ export class DeleteTaskCommand extends $Command< * @public */ constructor(readonly input: DeleteTaskCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -144,7 +139,4 @@ export class DeleteTaskCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteTaskCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-datasync/src/commands/DescribeAgentCommand.ts b/clients/client-datasync/src/commands/DescribeAgentCommand.ts index d2678e347076..d8bfd79ccce9 100644 --- a/clients/client-datasync/src/commands/DescribeAgentCommand.ts +++ b/clients/client-datasync/src/commands/DescribeAgentCommand.ts @@ -96,9 +96,6 @@ export class DescribeAgentCommand extends $Command< DescribeAgentCommandOutput, DataSyncClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -112,9 +109,7 @@ export class DescribeAgentCommand extends $Command< * @public */ constructor(readonly input: DescribeAgentCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -165,7 +160,4 @@ export class DescribeAgentCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DescribeAgentCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-datasync/src/commands/DescribeDiscoveryJobCommand.ts b/clients/client-datasync/src/commands/DescribeDiscoveryJobCommand.ts index 28fc661863f0..83a1ec40555d 100644 --- a/clients/client-datasync/src/commands/DescribeDiscoveryJobCommand.ts +++ b/clients/client-datasync/src/commands/DescribeDiscoveryJobCommand.ts @@ -82,9 +82,6 @@ export class DescribeDiscoveryJobCommand extends $Command< DescribeDiscoveryJobCommandOutput, DataSyncClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -98,9 +95,7 @@ export class DescribeDiscoveryJobCommand extends $Command< * @public */ constructor(readonly input: DescribeDiscoveryJobCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -153,7 +148,4 @@ export class DescribeDiscoveryJobCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DescribeDiscoveryJobCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-datasync/src/commands/DescribeLocationAzureBlobCommand.ts b/clients/client-datasync/src/commands/DescribeLocationAzureBlobCommand.ts index bfca88981359..4942345436a2 100644 --- a/clients/client-datasync/src/commands/DescribeLocationAzureBlobCommand.ts +++ b/clients/client-datasync/src/commands/DescribeLocationAzureBlobCommand.ts @@ -85,9 +85,6 @@ export class DescribeLocationAzureBlobCommand extends $Command< DescribeLocationAzureBlobCommandOutput, DataSyncClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -101,9 +98,7 @@ export class DescribeLocationAzureBlobCommand extends $Command< * @public */ constructor(readonly input: DescribeLocationAzureBlobCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -159,7 +154,4 @@ export class DescribeLocationAzureBlobCommand extends $Command< ): Promise { return de_DescribeLocationAzureBlobCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-datasync/src/commands/DescribeLocationEfsCommand.ts b/clients/client-datasync/src/commands/DescribeLocationEfsCommand.ts index 95ae223c25fb..ffe7652b020a 100644 --- a/clients/client-datasync/src/commands/DescribeLocationEfsCommand.ts +++ b/clients/client-datasync/src/commands/DescribeLocationEfsCommand.ts @@ -89,9 +89,6 @@ export class DescribeLocationEfsCommand extends $Command< DescribeLocationEfsCommandOutput, DataSyncClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -105,9 +102,7 @@ export class DescribeLocationEfsCommand extends $Command< * @public */ constructor(readonly input: DescribeLocationEfsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -160,7 +155,4 @@ export class DescribeLocationEfsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DescribeLocationEfsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-datasync/src/commands/DescribeLocationFsxLustreCommand.ts b/clients/client-datasync/src/commands/DescribeLocationFsxLustreCommand.ts index 7dceface86cd..5de8880fd5c6 100644 --- a/clients/client-datasync/src/commands/DescribeLocationFsxLustreCommand.ts +++ b/clients/client-datasync/src/commands/DescribeLocationFsxLustreCommand.ts @@ -82,9 +82,6 @@ export class DescribeLocationFsxLustreCommand extends $Command< DescribeLocationFsxLustreCommandOutput, DataSyncClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -98,9 +95,7 @@ export class DescribeLocationFsxLustreCommand extends $Command< * @public */ constructor(readonly input: DescribeLocationFsxLustreCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -156,7 +151,4 @@ export class DescribeLocationFsxLustreCommand extends $Command< ): Promise { return de_DescribeLocationFsxLustreCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-datasync/src/commands/DescribeLocationFsxOntapCommand.ts b/clients/client-datasync/src/commands/DescribeLocationFsxOntapCommand.ts index 5c44832f874e..549db5e13f23 100644 --- a/clients/client-datasync/src/commands/DescribeLocationFsxOntapCommand.ts +++ b/clients/client-datasync/src/commands/DescribeLocationFsxOntapCommand.ts @@ -107,9 +107,6 @@ export class DescribeLocationFsxOntapCommand extends $Command< DescribeLocationFsxOntapCommandOutput, DataSyncClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -123,9 +120,7 @@ export class DescribeLocationFsxOntapCommand extends $Command< * @public */ constructor(readonly input: DescribeLocationFsxOntapCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -178,7 +173,4 @@ export class DescribeLocationFsxOntapCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DescribeLocationFsxOntapCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-datasync/src/commands/DescribeLocationFsxOpenZfsCommand.ts b/clients/client-datasync/src/commands/DescribeLocationFsxOpenZfsCommand.ts index dd92d5b52536..2e70fd8631de 100644 --- a/clients/client-datasync/src/commands/DescribeLocationFsxOpenZfsCommand.ts +++ b/clients/client-datasync/src/commands/DescribeLocationFsxOpenZfsCommand.ts @@ -105,9 +105,6 @@ export class DescribeLocationFsxOpenZfsCommand extends $Command< DescribeLocationFsxOpenZfsCommandOutput, DataSyncClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -121,9 +118,7 @@ export class DescribeLocationFsxOpenZfsCommand extends $Command< * @public */ constructor(readonly input: DescribeLocationFsxOpenZfsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -179,7 +174,4 @@ export class DescribeLocationFsxOpenZfsCommand extends $Command< ): Promise { return de_DescribeLocationFsxOpenZfsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-datasync/src/commands/DescribeLocationFsxWindowsCommand.ts b/clients/client-datasync/src/commands/DescribeLocationFsxWindowsCommand.ts index 4bf36acdcb04..aa0f618d30f0 100644 --- a/clients/client-datasync/src/commands/DescribeLocationFsxWindowsCommand.ts +++ b/clients/client-datasync/src/commands/DescribeLocationFsxWindowsCommand.ts @@ -85,9 +85,6 @@ export class DescribeLocationFsxWindowsCommand extends $Command< DescribeLocationFsxWindowsCommandOutput, DataSyncClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -101,9 +98,7 @@ export class DescribeLocationFsxWindowsCommand extends $Command< * @public */ constructor(readonly input: DescribeLocationFsxWindowsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -159,7 +154,4 @@ export class DescribeLocationFsxWindowsCommand extends $Command< ): Promise { return de_DescribeLocationFsxWindowsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-datasync/src/commands/DescribeLocationHdfsCommand.ts b/clients/client-datasync/src/commands/DescribeLocationHdfsCommand.ts index dd2e07db63d4..4fbed98fd364 100644 --- a/clients/client-datasync/src/commands/DescribeLocationHdfsCommand.ts +++ b/clients/client-datasync/src/commands/DescribeLocationHdfsCommand.ts @@ -99,9 +99,6 @@ export class DescribeLocationHdfsCommand extends $Command< DescribeLocationHdfsCommandOutput, DataSyncClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -115,9 +112,7 @@ export class DescribeLocationHdfsCommand extends $Command< * @public */ constructor(readonly input: DescribeLocationHdfsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -170,7 +165,4 @@ export class DescribeLocationHdfsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DescribeLocationHdfsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-datasync/src/commands/DescribeLocationNfsCommand.ts b/clients/client-datasync/src/commands/DescribeLocationNfsCommand.ts index 2cb3e3bd40f3..62c571d376a1 100644 --- a/clients/client-datasync/src/commands/DescribeLocationNfsCommand.ts +++ b/clients/client-datasync/src/commands/DescribeLocationNfsCommand.ts @@ -88,9 +88,6 @@ export class DescribeLocationNfsCommand extends $Command< DescribeLocationNfsCommandOutput, DataSyncClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -104,9 +101,7 @@ export class DescribeLocationNfsCommand extends $Command< * @public */ constructor(readonly input: DescribeLocationNfsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -159,7 +154,4 @@ export class DescribeLocationNfsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DescribeLocationNfsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-datasync/src/commands/DescribeLocationObjectStorageCommand.ts b/clients/client-datasync/src/commands/DescribeLocationObjectStorageCommand.ts index 438a5dad4e6a..0c49f142ba63 100644 --- a/clients/client-datasync/src/commands/DescribeLocationObjectStorageCommand.ts +++ b/clients/client-datasync/src/commands/DescribeLocationObjectStorageCommand.ts @@ -92,9 +92,6 @@ export class DescribeLocationObjectStorageCommand extends $Command< DescribeLocationObjectStorageCommandOutput, DataSyncClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -108,9 +105,7 @@ export class DescribeLocationObjectStorageCommand extends $Command< * @public */ constructor(readonly input: DescribeLocationObjectStorageCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -166,7 +161,4 @@ export class DescribeLocationObjectStorageCommand extends $Command< ): Promise { return de_DescribeLocationObjectStorageCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-datasync/src/commands/DescribeLocationS3Command.ts b/clients/client-datasync/src/commands/DescribeLocationS3Command.ts index 49adde32d830..a638548ddde2 100644 --- a/clients/client-datasync/src/commands/DescribeLocationS3Command.ts +++ b/clients/client-datasync/src/commands/DescribeLocationS3Command.ts @@ -86,9 +86,6 @@ export class DescribeLocationS3Command extends $Command< DescribeLocationS3CommandOutput, DataSyncClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -102,9 +99,7 @@ export class DescribeLocationS3Command extends $Command< * @public */ constructor(readonly input: DescribeLocationS3CommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -157,7 +152,4 @@ export class DescribeLocationS3Command extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DescribeLocationS3Command(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-datasync/src/commands/DescribeLocationSmbCommand.ts b/clients/client-datasync/src/commands/DescribeLocationSmbCommand.ts index c16f214478e3..03bd1e496fea 100644 --- a/clients/client-datasync/src/commands/DescribeLocationSmbCommand.ts +++ b/clients/client-datasync/src/commands/DescribeLocationSmbCommand.ts @@ -87,9 +87,6 @@ export class DescribeLocationSmbCommand extends $Command< DescribeLocationSmbCommandOutput, DataSyncClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -103,9 +100,7 @@ export class DescribeLocationSmbCommand extends $Command< * @public */ constructor(readonly input: DescribeLocationSmbCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -158,7 +153,4 @@ export class DescribeLocationSmbCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DescribeLocationSmbCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-datasync/src/commands/DescribeStorageSystemCommand.ts b/clients/client-datasync/src/commands/DescribeStorageSystemCommand.ts index 3809b5277d85..f279e041233c 100644 --- a/clients/client-datasync/src/commands/DescribeStorageSystemCommand.ts +++ b/clients/client-datasync/src/commands/DescribeStorageSystemCommand.ts @@ -92,9 +92,6 @@ export class DescribeStorageSystemCommand extends $Command< DescribeStorageSystemCommandOutput, DataSyncClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -108,9 +105,7 @@ export class DescribeStorageSystemCommand extends $Command< * @public */ constructor(readonly input: DescribeStorageSystemCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -163,7 +158,4 @@ export class DescribeStorageSystemCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DescribeStorageSystemCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-datasync/src/commands/DescribeStorageSystemResourceMetricsCommand.ts b/clients/client-datasync/src/commands/DescribeStorageSystemResourceMetricsCommand.ts index 5b84fc08b3d3..64b232ff980f 100644 --- a/clients/client-datasync/src/commands/DescribeStorageSystemResourceMetricsCommand.ts +++ b/clients/client-datasync/src/commands/DescribeStorageSystemResourceMetricsCommand.ts @@ -124,9 +124,6 @@ export class DescribeStorageSystemResourceMetricsCommand extends $Command< DescribeStorageSystemResourceMetricsCommandOutput, DataSyncClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -140,9 +137,7 @@ export class DescribeStorageSystemResourceMetricsCommand extends $Command< * @public */ constructor(readonly input: DescribeStorageSystemResourceMetricsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -201,7 +196,4 @@ export class DescribeStorageSystemResourceMetricsCommand extends $Command< ): Promise { return de_DescribeStorageSystemResourceMetricsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-datasync/src/commands/DescribeStorageSystemResourcesCommand.ts b/clients/client-datasync/src/commands/DescribeStorageSystemResourcesCommand.ts index 8fd092fd3d03..97ec2c30e589 100644 --- a/clients/client-datasync/src/commands/DescribeStorageSystemResourcesCommand.ts +++ b/clients/client-datasync/src/commands/DescribeStorageSystemResourcesCommand.ts @@ -211,9 +211,6 @@ export class DescribeStorageSystemResourcesCommand extends $Command< DescribeStorageSystemResourcesCommandOutput, DataSyncClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -227,9 +224,7 @@ export class DescribeStorageSystemResourcesCommand extends $Command< * @public */ constructor(readonly input: DescribeStorageSystemResourcesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -288,7 +283,4 @@ export class DescribeStorageSystemResourcesCommand extends $Command< ): Promise { return de_DescribeStorageSystemResourcesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-datasync/src/commands/DescribeTaskCommand.ts b/clients/client-datasync/src/commands/DescribeTaskCommand.ts index 887f1a69888b..3f4eab2fa537 100644 --- a/clients/client-datasync/src/commands/DescribeTaskCommand.ts +++ b/clients/client-datasync/src/commands/DescribeTaskCommand.ts @@ -150,9 +150,6 @@ export class DescribeTaskCommand extends $Command< DescribeTaskCommandOutput, DataSyncClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -166,9 +163,7 @@ export class DescribeTaskCommand extends $Command< * @public */ constructor(readonly input: DescribeTaskCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -219,7 +214,4 @@ export class DescribeTaskCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DescribeTaskCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-datasync/src/commands/DescribeTaskExecutionCommand.ts b/clients/client-datasync/src/commands/DescribeTaskExecutionCommand.ts index 2fc8704889fa..46ec3bd916c9 100644 --- a/clients/client-datasync/src/commands/DescribeTaskExecutionCommand.ts +++ b/clients/client-datasync/src/commands/DescribeTaskExecutionCommand.ts @@ -162,9 +162,6 @@ export class DescribeTaskExecutionCommand extends $Command< DescribeTaskExecutionCommandOutput, DataSyncClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -178,9 +175,7 @@ export class DescribeTaskExecutionCommand extends $Command< * @public */ constructor(readonly input: DescribeTaskExecutionCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -233,7 +228,4 @@ export class DescribeTaskExecutionCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DescribeTaskExecutionCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-datasync/src/commands/GenerateRecommendationsCommand.ts b/clients/client-datasync/src/commands/GenerateRecommendationsCommand.ts index 0ed880aa1e1f..15e75d252c2f 100644 --- a/clients/client-datasync/src/commands/GenerateRecommendationsCommand.ts +++ b/clients/client-datasync/src/commands/GenerateRecommendationsCommand.ts @@ -83,9 +83,6 @@ export class GenerateRecommendationsCommand extends $Command< GenerateRecommendationsCommandOutput, DataSyncClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -99,9 +96,7 @@ export class GenerateRecommendationsCommand extends $Command< * @public */ constructor(readonly input: GenerateRecommendationsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -154,7 +149,4 @@ export class GenerateRecommendationsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GenerateRecommendationsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-datasync/src/commands/ListAgentsCommand.ts b/clients/client-datasync/src/commands/ListAgentsCommand.ts index d6881f095f27..20df66d26bfa 100644 --- a/clients/client-datasync/src/commands/ListAgentsCommand.ts +++ b/clients/client-datasync/src/commands/ListAgentsCommand.ts @@ -98,9 +98,6 @@ export class ListAgentsCommand extends $Command< ListAgentsCommandOutput, DataSyncClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -114,9 +111,7 @@ export class ListAgentsCommand extends $Command< * @public */ constructor(readonly input: ListAgentsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -167,7 +162,4 @@ export class ListAgentsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListAgentsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-datasync/src/commands/ListDiscoveryJobsCommand.ts b/clients/client-datasync/src/commands/ListDiscoveryJobsCommand.ts index 2ebcc595e4d5..336c18e616ac 100644 --- a/clients/client-datasync/src/commands/ListDiscoveryJobsCommand.ts +++ b/clients/client-datasync/src/commands/ListDiscoveryJobsCommand.ts @@ -86,9 +86,6 @@ export class ListDiscoveryJobsCommand extends $Command< ListDiscoveryJobsCommandOutput, DataSyncClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -102,9 +99,7 @@ export class ListDiscoveryJobsCommand extends $Command< * @public */ constructor(readonly input: ListDiscoveryJobsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -157,7 +152,4 @@ export class ListDiscoveryJobsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListDiscoveryJobsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-datasync/src/commands/ListLocationsCommand.ts b/clients/client-datasync/src/commands/ListLocationsCommand.ts index 3dfee88a76f0..bc1983e76559 100644 --- a/clients/client-datasync/src/commands/ListLocationsCommand.ts +++ b/clients/client-datasync/src/commands/ListLocationsCommand.ts @@ -96,9 +96,6 @@ export class ListLocationsCommand extends $Command< ListLocationsCommandOutput, DataSyncClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -112,9 +109,7 @@ export class ListLocationsCommand extends $Command< * @public */ constructor(readonly input: ListLocationsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -165,7 +160,4 @@ export class ListLocationsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListLocationsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-datasync/src/commands/ListStorageSystemsCommand.ts b/clients/client-datasync/src/commands/ListStorageSystemsCommand.ts index ed810ad81a9c..ac1539ce2a9a 100644 --- a/clients/client-datasync/src/commands/ListStorageSystemsCommand.ts +++ b/clients/client-datasync/src/commands/ListStorageSystemsCommand.ts @@ -84,9 +84,6 @@ export class ListStorageSystemsCommand extends $Command< ListStorageSystemsCommandOutput, DataSyncClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -100,9 +97,7 @@ export class ListStorageSystemsCommand extends $Command< * @public */ constructor(readonly input: ListStorageSystemsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -155,7 +150,4 @@ export class ListStorageSystemsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListStorageSystemsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-datasync/src/commands/ListTagsForResourceCommand.ts b/clients/client-datasync/src/commands/ListTagsForResourceCommand.ts index 0ee8fdeb67cf..0bcc2b959d2e 100644 --- a/clients/client-datasync/src/commands/ListTagsForResourceCommand.ts +++ b/clients/client-datasync/src/commands/ListTagsForResourceCommand.ts @@ -85,9 +85,6 @@ export class ListTagsForResourceCommand extends $Command< ListTagsForResourceCommandOutput, DataSyncClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -101,9 +98,7 @@ export class ListTagsForResourceCommand extends $Command< * @public */ constructor(readonly input: ListTagsForResourceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -156,7 +151,4 @@ export class ListTagsForResourceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListTagsForResourceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-datasync/src/commands/ListTaskExecutionsCommand.ts b/clients/client-datasync/src/commands/ListTaskExecutionsCommand.ts index dd8aa92c7add..1ee1de471647 100644 --- a/clients/client-datasync/src/commands/ListTaskExecutionsCommand.ts +++ b/clients/client-datasync/src/commands/ListTaskExecutionsCommand.ts @@ -85,9 +85,6 @@ export class ListTaskExecutionsCommand extends $Command< ListTaskExecutionsCommandOutput, DataSyncClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -101,9 +98,7 @@ export class ListTaskExecutionsCommand extends $Command< * @public */ constructor(readonly input: ListTaskExecutionsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -156,7 +151,4 @@ export class ListTaskExecutionsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListTaskExecutionsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-datasync/src/commands/ListTasksCommand.ts b/clients/client-datasync/src/commands/ListTasksCommand.ts index e63202d1e3fa..a7832d3d417c 100644 --- a/clients/client-datasync/src/commands/ListTasksCommand.ts +++ b/clients/client-datasync/src/commands/ListTasksCommand.ts @@ -94,9 +94,6 @@ export class ListTasksCommand extends $Command< ListTasksCommandOutput, DataSyncClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -110,9 +107,7 @@ export class ListTasksCommand extends $Command< * @public */ constructor(readonly input: ListTasksCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -163,7 +158,4 @@ export class ListTasksCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListTasksCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-datasync/src/commands/RemoveStorageSystemCommand.ts b/clients/client-datasync/src/commands/RemoveStorageSystemCommand.ts index 22ac5e96b205..513b0d46629f 100644 --- a/clients/client-datasync/src/commands/RemoveStorageSystemCommand.ts +++ b/clients/client-datasync/src/commands/RemoveStorageSystemCommand.ts @@ -76,9 +76,6 @@ export class RemoveStorageSystemCommand extends $Command< RemoveStorageSystemCommandOutput, DataSyncClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -92,9 +89,7 @@ export class RemoveStorageSystemCommand extends $Command< * @public */ constructor(readonly input: RemoveStorageSystemCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -147,7 +142,4 @@ export class RemoveStorageSystemCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_RemoveStorageSystemCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-datasync/src/commands/StartDiscoveryJobCommand.ts b/clients/client-datasync/src/commands/StartDiscoveryJobCommand.ts index ae038060039a..a870b409059b 100644 --- a/clients/client-datasync/src/commands/StartDiscoveryJobCommand.ts +++ b/clients/client-datasync/src/commands/StartDiscoveryJobCommand.ts @@ -87,9 +87,6 @@ export class StartDiscoveryJobCommand extends $Command< StartDiscoveryJobCommandOutput, DataSyncClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -103,9 +100,7 @@ export class StartDiscoveryJobCommand extends $Command< * @public */ constructor(readonly input: StartDiscoveryJobCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -158,7 +153,4 @@ export class StartDiscoveryJobCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_StartDiscoveryJobCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-datasync/src/commands/StartTaskExecutionCommand.ts b/clients/client-datasync/src/commands/StartTaskExecutionCommand.ts index 26688a859574..0e44bad334a5 100644 --- a/clients/client-datasync/src/commands/StartTaskExecutionCommand.ts +++ b/clients/client-datasync/src/commands/StartTaskExecutionCommand.ts @@ -146,9 +146,6 @@ export class StartTaskExecutionCommand extends $Command< StartTaskExecutionCommandOutput, DataSyncClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -162,9 +159,7 @@ export class StartTaskExecutionCommand extends $Command< * @public */ constructor(readonly input: StartTaskExecutionCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -217,7 +212,4 @@ export class StartTaskExecutionCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_StartTaskExecutionCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-datasync/src/commands/StopDiscoveryJobCommand.ts b/clients/client-datasync/src/commands/StopDiscoveryJobCommand.ts index e96b7f2cdcd6..7f538bf7d55d 100644 --- a/clients/client-datasync/src/commands/StopDiscoveryJobCommand.ts +++ b/clients/client-datasync/src/commands/StopDiscoveryJobCommand.ts @@ -78,9 +78,6 @@ export class StopDiscoveryJobCommand extends $Command< StopDiscoveryJobCommandOutput, DataSyncClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -94,9 +91,7 @@ export class StopDiscoveryJobCommand extends $Command< * @public */ constructor(readonly input: StopDiscoveryJobCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -149,7 +144,4 @@ export class StopDiscoveryJobCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_StopDiscoveryJobCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-datasync/src/commands/TagResourceCommand.ts b/clients/client-datasync/src/commands/TagResourceCommand.ts index 074366ca9b75..567f37763460 100644 --- a/clients/client-datasync/src/commands/TagResourceCommand.ts +++ b/clients/client-datasync/src/commands/TagResourceCommand.ts @@ -84,9 +84,6 @@ export class TagResourceCommand extends $Command< TagResourceCommandOutput, DataSyncClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -100,9 +97,7 @@ export class TagResourceCommand extends $Command< * @public */ constructor(readonly input: TagResourceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -153,7 +148,4 @@ export class TagResourceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_TagResourceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-datasync/src/commands/UntagResourceCommand.ts b/clients/client-datasync/src/commands/UntagResourceCommand.ts index 12c9ca55f798..9b38751a8a2c 100644 --- a/clients/client-datasync/src/commands/UntagResourceCommand.ts +++ b/clients/client-datasync/src/commands/UntagResourceCommand.ts @@ -78,9 +78,6 @@ export class UntagResourceCommand extends $Command< UntagResourceCommandOutput, DataSyncClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -94,9 +91,7 @@ export class UntagResourceCommand extends $Command< * @public */ constructor(readonly input: UntagResourceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -147,7 +142,4 @@ export class UntagResourceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UntagResourceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-datasync/src/commands/UpdateAgentCommand.ts b/clients/client-datasync/src/commands/UpdateAgentCommand.ts index f72b3b88e8a7..f08f1f731a00 100644 --- a/clients/client-datasync/src/commands/UpdateAgentCommand.ts +++ b/clients/client-datasync/src/commands/UpdateAgentCommand.ts @@ -76,9 +76,6 @@ export class UpdateAgentCommand extends $Command< UpdateAgentCommandOutput, DataSyncClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -92,9 +89,7 @@ export class UpdateAgentCommand extends $Command< * @public */ constructor(readonly input: UpdateAgentCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -145,7 +140,4 @@ export class UpdateAgentCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdateAgentCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-datasync/src/commands/UpdateDiscoveryJobCommand.ts b/clients/client-datasync/src/commands/UpdateDiscoveryJobCommand.ts index 0499a75c893a..5c8c8afbfa3e 100644 --- a/clients/client-datasync/src/commands/UpdateDiscoveryJobCommand.ts +++ b/clients/client-datasync/src/commands/UpdateDiscoveryJobCommand.ts @@ -76,9 +76,6 @@ export class UpdateDiscoveryJobCommand extends $Command< UpdateDiscoveryJobCommandOutput, DataSyncClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -92,9 +89,7 @@ export class UpdateDiscoveryJobCommand extends $Command< * @public */ constructor(readonly input: UpdateDiscoveryJobCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -147,7 +142,4 @@ export class UpdateDiscoveryJobCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdateDiscoveryJobCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-datasync/src/commands/UpdateLocationAzureBlobCommand.ts b/clients/client-datasync/src/commands/UpdateLocationAzureBlobCommand.ts index ea5262fee37a..6a54331ad3ae 100644 --- a/clients/client-datasync/src/commands/UpdateLocationAzureBlobCommand.ts +++ b/clients/client-datasync/src/commands/UpdateLocationAzureBlobCommand.ts @@ -89,9 +89,6 @@ export class UpdateLocationAzureBlobCommand extends $Command< UpdateLocationAzureBlobCommandOutput, DataSyncClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -105,9 +102,7 @@ export class UpdateLocationAzureBlobCommand extends $Command< * @public */ constructor(readonly input: UpdateLocationAzureBlobCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -160,7 +155,4 @@ export class UpdateLocationAzureBlobCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdateLocationAzureBlobCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-datasync/src/commands/UpdateLocationHdfsCommand.ts b/clients/client-datasync/src/commands/UpdateLocationHdfsCommand.ts index 00cc2e1c56dd..c016069f2fb4 100644 --- a/clients/client-datasync/src/commands/UpdateLocationHdfsCommand.ts +++ b/clients/client-datasync/src/commands/UpdateLocationHdfsCommand.ts @@ -98,9 +98,6 @@ export class UpdateLocationHdfsCommand extends $Command< UpdateLocationHdfsCommandOutput, DataSyncClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -114,9 +111,7 @@ export class UpdateLocationHdfsCommand extends $Command< * @public */ constructor(readonly input: UpdateLocationHdfsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -169,7 +164,4 @@ export class UpdateLocationHdfsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdateLocationHdfsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-datasync/src/commands/UpdateLocationNfsCommand.ts b/clients/client-datasync/src/commands/UpdateLocationNfsCommand.ts index 44e94f826701..ba3635e32f08 100644 --- a/clients/client-datasync/src/commands/UpdateLocationNfsCommand.ts +++ b/clients/client-datasync/src/commands/UpdateLocationNfsCommand.ts @@ -87,9 +87,6 @@ export class UpdateLocationNfsCommand extends $Command< UpdateLocationNfsCommandOutput, DataSyncClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -103,9 +100,7 @@ export class UpdateLocationNfsCommand extends $Command< * @public */ constructor(readonly input: UpdateLocationNfsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -158,7 +153,4 @@ export class UpdateLocationNfsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdateLocationNfsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-datasync/src/commands/UpdateLocationObjectStorageCommand.ts b/clients/client-datasync/src/commands/UpdateLocationObjectStorageCommand.ts index d2435e85576e..b249ae8642cb 100644 --- a/clients/client-datasync/src/commands/UpdateLocationObjectStorageCommand.ts +++ b/clients/client-datasync/src/commands/UpdateLocationObjectStorageCommand.ts @@ -93,9 +93,6 @@ export class UpdateLocationObjectStorageCommand extends $Command< UpdateLocationObjectStorageCommandOutput, DataSyncClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -109,9 +106,7 @@ export class UpdateLocationObjectStorageCommand extends $Command< * @public */ constructor(readonly input: UpdateLocationObjectStorageCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -167,7 +162,4 @@ export class UpdateLocationObjectStorageCommand extends $Command< ): Promise { return de_UpdateLocationObjectStorageCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-datasync/src/commands/UpdateLocationSmbCommand.ts b/clients/client-datasync/src/commands/UpdateLocationSmbCommand.ts index 6c679796f4ef..40b085077d86 100644 --- a/clients/client-datasync/src/commands/UpdateLocationSmbCommand.ts +++ b/clients/client-datasync/src/commands/UpdateLocationSmbCommand.ts @@ -90,9 +90,6 @@ export class UpdateLocationSmbCommand extends $Command< UpdateLocationSmbCommandOutput, DataSyncClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -106,9 +103,7 @@ export class UpdateLocationSmbCommand extends $Command< * @public */ constructor(readonly input: UpdateLocationSmbCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -161,7 +156,4 @@ export class UpdateLocationSmbCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdateLocationSmbCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-datasync/src/commands/UpdateStorageSystemCommand.ts b/clients/client-datasync/src/commands/UpdateStorageSystemCommand.ts index 44452ad6a45e..3b715c3d7105 100644 --- a/clients/client-datasync/src/commands/UpdateStorageSystemCommand.ts +++ b/clients/client-datasync/src/commands/UpdateStorageSystemCommand.ts @@ -93,9 +93,6 @@ export class UpdateStorageSystemCommand extends $Command< UpdateStorageSystemCommandOutput, DataSyncClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -109,9 +106,7 @@ export class UpdateStorageSystemCommand extends $Command< * @public */ constructor(readonly input: UpdateStorageSystemCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -164,7 +159,4 @@ export class UpdateStorageSystemCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdateStorageSystemCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-datasync/src/commands/UpdateTaskCommand.ts b/clients/client-datasync/src/commands/UpdateTaskCommand.ts index ca9784621fc4..21befe9ebf6a 100644 --- a/clients/client-datasync/src/commands/UpdateTaskCommand.ts +++ b/clients/client-datasync/src/commands/UpdateTaskCommand.ts @@ -135,9 +135,6 @@ export class UpdateTaskCommand extends $Command< UpdateTaskCommandOutput, DataSyncClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -151,9 +148,7 @@ export class UpdateTaskCommand extends $Command< * @public */ constructor(readonly input: UpdateTaskCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -204,7 +199,4 @@ export class UpdateTaskCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdateTaskCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-datasync/src/commands/UpdateTaskExecutionCommand.ts b/clients/client-datasync/src/commands/UpdateTaskExecutionCommand.ts index 26768a252915..29ffc5dec141 100644 --- a/clients/client-datasync/src/commands/UpdateTaskExecutionCommand.ts +++ b/clients/client-datasync/src/commands/UpdateTaskExecutionCommand.ts @@ -99,9 +99,6 @@ export class UpdateTaskExecutionCommand extends $Command< UpdateTaskExecutionCommandOutput, DataSyncClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -115,9 +112,7 @@ export class UpdateTaskExecutionCommand extends $Command< * @public */ constructor(readonly input: UpdateTaskExecutionCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -170,7 +165,4 @@ export class UpdateTaskExecutionCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdateTaskExecutionCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-datazone/package.json b/clients/client-datazone/package.json index 2cf429b9275d..040a3cc1ccd9 100644 --- a/clients/client-datazone/package.json +++ b/clients/client-datazone/package.json @@ -34,29 +34,29 @@ "@aws-sdk/util-endpoints": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@smithy/config-resolver": "^2.0.16", - "@smithy/fetch-http-handler": "^2.2.4", - "@smithy/hash-node": "^2.0.12", - "@smithy/invalid-dependency": "^2.0.12", - "@smithy/middleware-content-length": "^2.0.14", - "@smithy/middleware-endpoint": "^2.1.3", - "@smithy/middleware-retry": "^2.0.18", - "@smithy/middleware-serde": "^2.0.12", - "@smithy/middleware-stack": "^2.0.6", - "@smithy/node-config-provider": "^2.1.3", - "@smithy/node-http-handler": "^2.1.8", - "@smithy/protocol-http": "^3.0.8", - "@smithy/smithy-client": "^2.1.12", - "@smithy/types": "^2.4.0", - "@smithy/url-parser": "^2.0.12", - "@smithy/util-base64": "^2.0.0", + "@smithy/config-resolver": "^2.0.18", + "@smithy/fetch-http-handler": "^2.2.6", + "@smithy/hash-node": "^2.0.15", + "@smithy/invalid-dependency": "^2.0.13", + "@smithy/middleware-content-length": "^2.0.15", + "@smithy/middleware-endpoint": "^2.2.0", + "@smithy/middleware-retry": "^2.0.20", + "@smithy/middleware-serde": "^2.0.13", + "@smithy/middleware-stack": "^2.0.7", + "@smithy/node-config-provider": "^2.1.5", + "@smithy/node-http-handler": "^2.1.9", + "@smithy/protocol-http": "^3.0.9", + "@smithy/smithy-client": "^2.1.15", + "@smithy/types": "^2.5.0", + "@smithy/url-parser": "^2.0.13", + "@smithy/util-base64": "^2.0.1", "@smithy/util-body-length-browser": "^2.0.0", "@smithy/util-body-length-node": "^2.1.0", - "@smithy/util-defaults-mode-browser": "^2.0.16", - "@smithy/util-defaults-mode-node": "^2.0.21", - "@smithy/util-endpoints": "^1.0.2", - "@smithy/util-retry": "^2.0.5", - "@smithy/util-utf8": "^2.0.0", + "@smithy/util-defaults-mode-browser": "^2.0.19", + "@smithy/util-defaults-mode-node": "^2.0.25", + "@smithy/util-endpoints": "^1.0.4", + "@smithy/util-retry": "^2.0.6", + "@smithy/util-utf8": "^2.0.2", "tslib": "^2.5.0", "uuid": "^8.3.2" }, diff --git a/clients/client-datazone/src/commands/AcceptPredictionsCommand.ts b/clients/client-datazone/src/commands/AcceptPredictionsCommand.ts index a295301eddca..fd732749ca39 100644 --- a/clients/client-datazone/src/commands/AcceptPredictionsCommand.ts +++ b/clients/client-datazone/src/commands/AcceptPredictionsCommand.ts @@ -107,9 +107,6 @@ export class AcceptPredictionsCommand extends $Command< AcceptPredictionsCommandOutput, DataZoneClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -122,9 +119,7 @@ export class AcceptPredictionsCommand extends $Command< * @public */ constructor(readonly input: AcceptPredictionsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -177,7 +172,4 @@ export class AcceptPredictionsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_AcceptPredictionsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-datazone/src/commands/AcceptSubscriptionRequestCommand.ts b/clients/client-datazone/src/commands/AcceptSubscriptionRequestCommand.ts index 51408355e587..3fac86591806 100644 --- a/clients/client-datazone/src/commands/AcceptSubscriptionRequestCommand.ts +++ b/clients/client-datazone/src/commands/AcceptSubscriptionRequestCommand.ts @@ -139,9 +139,6 @@ export class AcceptSubscriptionRequestCommand extends $Command< AcceptSubscriptionRequestCommandOutput, DataZoneClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -154,9 +151,7 @@ export class AcceptSubscriptionRequestCommand extends $Command< * @public */ constructor(readonly input: AcceptSubscriptionRequestCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -212,7 +207,4 @@ export class AcceptSubscriptionRequestCommand extends $Command< ): Promise { return de_AcceptSubscriptionRequestCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-datazone/src/commands/CancelSubscriptionCommand.ts b/clients/client-datazone/src/commands/CancelSubscriptionCommand.ts index 27980e75293c..863a01fb6fda 100644 --- a/clients/client-datazone/src/commands/CancelSubscriptionCommand.ts +++ b/clients/client-datazone/src/commands/CancelSubscriptionCommand.ts @@ -132,9 +132,6 @@ export class CancelSubscriptionCommand extends $Command< CancelSubscriptionCommandOutput, DataZoneClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -147,9 +144,7 @@ export class CancelSubscriptionCommand extends $Command< * @public */ constructor(readonly input: CancelSubscriptionCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -202,7 +197,4 @@ export class CancelSubscriptionCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CancelSubscriptionCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-datazone/src/commands/CreateAssetCommand.ts b/clients/client-datazone/src/commands/CreateAssetCommand.ts index 82f45f41b8aa..cd49cab4a12f 100644 --- a/clients/client-datazone/src/commands/CreateAssetCommand.ts +++ b/clients/client-datazone/src/commands/CreateAssetCommand.ts @@ -162,9 +162,6 @@ export class CreateAssetCommand extends $Command< CreateAssetCommandOutput, DataZoneClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -177,9 +174,7 @@ export class CreateAssetCommand extends $Command< * @public */ constructor(readonly input: CreateAssetCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -230,7 +225,4 @@ export class CreateAssetCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateAssetCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-datazone/src/commands/CreateAssetRevisionCommand.ts b/clients/client-datazone/src/commands/CreateAssetRevisionCommand.ts index e7d941ed01af..61a8a9f3a10d 100644 --- a/clients/client-datazone/src/commands/CreateAssetRevisionCommand.ts +++ b/clients/client-datazone/src/commands/CreateAssetRevisionCommand.ts @@ -157,9 +157,6 @@ export class CreateAssetRevisionCommand extends $Command< CreateAssetRevisionCommandOutput, DataZoneClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -172,9 +169,7 @@ export class CreateAssetRevisionCommand extends $Command< * @public */ constructor(readonly input: CreateAssetRevisionCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -227,7 +222,4 @@ export class CreateAssetRevisionCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateAssetRevisionCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-datazone/src/commands/CreateAssetTypeCommand.ts b/clients/client-datazone/src/commands/CreateAssetTypeCommand.ts index c95af606c069..5cdd463053bc 100644 --- a/clients/client-datazone/src/commands/CreateAssetTypeCommand.ts +++ b/clients/client-datazone/src/commands/CreateAssetTypeCommand.ts @@ -123,9 +123,6 @@ export class CreateAssetTypeCommand extends $Command< CreateAssetTypeCommandOutput, DataZoneClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -138,9 +135,7 @@ export class CreateAssetTypeCommand extends $Command< * @public */ constructor(readonly input: CreateAssetTypeCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -193,7 +188,4 @@ export class CreateAssetTypeCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateAssetTypeCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-datazone/src/commands/CreateDataSourceCommand.ts b/clients/client-datazone/src/commands/CreateDataSourceCommand.ts index e3fadfa4c703..724c0f3db501 100644 --- a/clients/client-datazone/src/commands/CreateDataSourceCommand.ts +++ b/clients/client-datazone/src/commands/CreateDataSourceCommand.ts @@ -248,9 +248,6 @@ export class CreateDataSourceCommand extends $Command< CreateDataSourceCommandOutput, DataZoneClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -263,9 +260,7 @@ export class CreateDataSourceCommand extends $Command< * @public */ constructor(readonly input: CreateDataSourceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -318,7 +313,4 @@ export class CreateDataSourceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateDataSourceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-datazone/src/commands/CreateDomainCommand.ts b/clients/client-datazone/src/commands/CreateDomainCommand.ts index 5fcd8eed24a5..129ec5ea9d64 100644 --- a/clients/client-datazone/src/commands/CreateDomainCommand.ts +++ b/clients/client-datazone/src/commands/CreateDomainCommand.ts @@ -119,9 +119,6 @@ export class CreateDomainCommand extends $Command< CreateDomainCommandOutput, DataZoneClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -134,9 +131,7 @@ export class CreateDomainCommand extends $Command< * @public */ constructor(readonly input: CreateDomainCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -187,7 +182,4 @@ export class CreateDomainCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateDomainCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-datazone/src/commands/CreateEnvironmentCommand.ts b/clients/client-datazone/src/commands/CreateEnvironmentCommand.ts index 6023269e2308..61c8de212cba 100644 --- a/clients/client-datazone/src/commands/CreateEnvironmentCommand.ts +++ b/clients/client-datazone/src/commands/CreateEnvironmentCommand.ts @@ -176,9 +176,6 @@ export class CreateEnvironmentCommand extends $Command< CreateEnvironmentCommandOutput, DataZoneClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -191,9 +188,7 @@ export class CreateEnvironmentCommand extends $Command< * @public */ constructor(readonly input: CreateEnvironmentCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -246,7 +241,4 @@ export class CreateEnvironmentCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateEnvironmentCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-datazone/src/commands/CreateEnvironmentProfileCommand.ts b/clients/client-datazone/src/commands/CreateEnvironmentProfileCommand.ts index 08b65ac38ed8..9d2e84b49ec5 100644 --- a/clients/client-datazone/src/commands/CreateEnvironmentProfileCommand.ts +++ b/clients/client-datazone/src/commands/CreateEnvironmentProfileCommand.ts @@ -131,9 +131,6 @@ export class CreateEnvironmentProfileCommand extends $Command< CreateEnvironmentProfileCommandOutput, DataZoneClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -146,9 +143,7 @@ export class CreateEnvironmentProfileCommand extends $Command< * @public */ constructor(readonly input: CreateEnvironmentProfileCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -201,7 +196,4 @@ export class CreateEnvironmentProfileCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateEnvironmentProfileCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-datazone/src/commands/CreateFormTypeCommand.ts b/clients/client-datazone/src/commands/CreateFormTypeCommand.ts index 014fe6feef24..e40d5daa12df 100644 --- a/clients/client-datazone/src/commands/CreateFormTypeCommand.ts +++ b/clients/client-datazone/src/commands/CreateFormTypeCommand.ts @@ -109,9 +109,6 @@ export class CreateFormTypeCommand extends $Command< CreateFormTypeCommandOutput, DataZoneClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -124,9 +121,7 @@ export class CreateFormTypeCommand extends $Command< * @public */ constructor(readonly input: CreateFormTypeCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -179,7 +174,4 @@ export class CreateFormTypeCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateFormTypeCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-datazone/src/commands/CreateGlossaryCommand.ts b/clients/client-datazone/src/commands/CreateGlossaryCommand.ts index 721816af0f5f..c0ac0300e2fc 100644 --- a/clients/client-datazone/src/commands/CreateGlossaryCommand.ts +++ b/clients/client-datazone/src/commands/CreateGlossaryCommand.ts @@ -106,9 +106,6 @@ export class CreateGlossaryCommand extends $Command< CreateGlossaryCommandOutput, DataZoneClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -121,9 +118,7 @@ export class CreateGlossaryCommand extends $Command< * @public */ constructor(readonly input: CreateGlossaryCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -176,7 +171,4 @@ export class CreateGlossaryCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateGlossaryCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-datazone/src/commands/CreateGlossaryTermCommand.ts b/clients/client-datazone/src/commands/CreateGlossaryTermCommand.ts index 6808dc81f1de..259d3a012c2e 100644 --- a/clients/client-datazone/src/commands/CreateGlossaryTermCommand.ts +++ b/clients/client-datazone/src/commands/CreateGlossaryTermCommand.ts @@ -127,9 +127,6 @@ export class CreateGlossaryTermCommand extends $Command< CreateGlossaryTermCommandOutput, DataZoneClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -142,9 +139,7 @@ export class CreateGlossaryTermCommand extends $Command< * @public */ constructor(readonly input: CreateGlossaryTermCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -197,7 +192,4 @@ export class CreateGlossaryTermCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateGlossaryTermCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-datazone/src/commands/CreateGroupProfileCommand.ts b/clients/client-datazone/src/commands/CreateGroupProfileCommand.ts index 72ca1e83e796..e06fb4d9ad7e 100644 --- a/clients/client-datazone/src/commands/CreateGroupProfileCommand.ts +++ b/clients/client-datazone/src/commands/CreateGroupProfileCommand.ts @@ -97,9 +97,6 @@ export class CreateGroupProfileCommand extends $Command< CreateGroupProfileCommandOutput, DataZoneClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -112,9 +109,7 @@ export class CreateGroupProfileCommand extends $Command< * @public */ constructor(readonly input: CreateGroupProfileCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -167,7 +162,4 @@ export class CreateGroupProfileCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateGroupProfileCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-datazone/src/commands/CreateListingChangeSetCommand.ts b/clients/client-datazone/src/commands/CreateListingChangeSetCommand.ts index ea81502a2c06..ec9613da9812 100644 --- a/clients/client-datazone/src/commands/CreateListingChangeSetCommand.ts +++ b/clients/client-datazone/src/commands/CreateListingChangeSetCommand.ts @@ -101,9 +101,6 @@ export class CreateListingChangeSetCommand extends $Command< CreateListingChangeSetCommandOutput, DataZoneClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -116,9 +113,7 @@ export class CreateListingChangeSetCommand extends $Command< * @public */ constructor(readonly input: CreateListingChangeSetCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -171,7 +166,4 @@ export class CreateListingChangeSetCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateListingChangeSetCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-datazone/src/commands/CreateProjectCommand.ts b/clients/client-datazone/src/commands/CreateProjectCommand.ts index 384ac0de543a..907352173a0d 100644 --- a/clients/client-datazone/src/commands/CreateProjectCommand.ts +++ b/clients/client-datazone/src/commands/CreateProjectCommand.ts @@ -113,9 +113,6 @@ export class CreateProjectCommand extends $Command< CreateProjectCommandOutput, DataZoneClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -128,9 +125,7 @@ export class CreateProjectCommand extends $Command< * @public */ constructor(readonly input: CreateProjectCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -181,7 +176,4 @@ export class CreateProjectCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateProjectCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-datazone/src/commands/CreateProjectMembershipCommand.ts b/clients/client-datazone/src/commands/CreateProjectMembershipCommand.ts index dee013f45cf2..1473003737e7 100644 --- a/clients/client-datazone/src/commands/CreateProjectMembershipCommand.ts +++ b/clients/client-datazone/src/commands/CreateProjectMembershipCommand.ts @@ -92,9 +92,6 @@ export class CreateProjectMembershipCommand extends $Command< CreateProjectMembershipCommandOutput, DataZoneClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -107,9 +104,7 @@ export class CreateProjectMembershipCommand extends $Command< * @public */ constructor(readonly input: CreateProjectMembershipCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -162,7 +157,4 @@ export class CreateProjectMembershipCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateProjectMembershipCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-datazone/src/commands/CreateSubscriptionGrantCommand.ts b/clients/client-datazone/src/commands/CreateSubscriptionGrantCommand.ts index 470f4f4e3f1c..561b1495739f 100644 --- a/clients/client-datazone/src/commands/CreateSubscriptionGrantCommand.ts +++ b/clients/client-datazone/src/commands/CreateSubscriptionGrantCommand.ts @@ -133,9 +133,6 @@ export class CreateSubscriptionGrantCommand extends $Command< CreateSubscriptionGrantCommandOutput, DataZoneClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -148,9 +145,7 @@ export class CreateSubscriptionGrantCommand extends $Command< * @public */ constructor(readonly input: CreateSubscriptionGrantCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -203,7 +198,4 @@ export class CreateSubscriptionGrantCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateSubscriptionGrantCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-datazone/src/commands/CreateSubscriptionRequestCommand.ts b/clients/client-datazone/src/commands/CreateSubscriptionRequestCommand.ts index ffce3d372051..94fa4861c057 100644 --- a/clients/client-datazone/src/commands/CreateSubscriptionRequestCommand.ts +++ b/clients/client-datazone/src/commands/CreateSubscriptionRequestCommand.ts @@ -151,9 +151,6 @@ export class CreateSubscriptionRequestCommand extends $Command< CreateSubscriptionRequestCommandOutput, DataZoneClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -166,9 +163,7 @@ export class CreateSubscriptionRequestCommand extends $Command< * @public */ constructor(readonly input: CreateSubscriptionRequestCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -224,7 +219,4 @@ export class CreateSubscriptionRequestCommand extends $Command< ): Promise { return de_CreateSubscriptionRequestCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-datazone/src/commands/CreateSubscriptionTargetCommand.ts b/clients/client-datazone/src/commands/CreateSubscriptionTargetCommand.ts index 331ad09d3569..8616f6eb7e93 100644 --- a/clients/client-datazone/src/commands/CreateSubscriptionTargetCommand.ts +++ b/clients/client-datazone/src/commands/CreateSubscriptionTargetCommand.ts @@ -137,9 +137,6 @@ export class CreateSubscriptionTargetCommand extends $Command< CreateSubscriptionTargetCommandOutput, DataZoneClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -152,9 +149,7 @@ export class CreateSubscriptionTargetCommand extends $Command< * @public */ constructor(readonly input: CreateSubscriptionTargetCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -207,7 +202,4 @@ export class CreateSubscriptionTargetCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateSubscriptionTargetCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-datazone/src/commands/CreateUserProfileCommand.ts b/clients/client-datazone/src/commands/CreateUserProfileCommand.ts index 01afd1683327..c204bfa8b18b 100644 --- a/clients/client-datazone/src/commands/CreateUserProfileCommand.ts +++ b/clients/client-datazone/src/commands/CreateUserProfileCommand.ts @@ -108,9 +108,6 @@ export class CreateUserProfileCommand extends $Command< CreateUserProfileCommandOutput, DataZoneClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -123,9 +120,7 @@ export class CreateUserProfileCommand extends $Command< * @public */ constructor(readonly input: CreateUserProfileCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -178,7 +173,4 @@ export class CreateUserProfileCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateUserProfileCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-datazone/src/commands/DeleteAssetCommand.ts b/clients/client-datazone/src/commands/DeleteAssetCommand.ts index c5755b1d1ad4..89b6f8eea3a7 100644 --- a/clients/client-datazone/src/commands/DeleteAssetCommand.ts +++ b/clients/client-datazone/src/commands/DeleteAssetCommand.ts @@ -87,9 +87,6 @@ export class DeleteAssetCommand extends $Command< DeleteAssetCommandOutput, DataZoneClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -102,9 +99,7 @@ export class DeleteAssetCommand extends $Command< * @public */ constructor(readonly input: DeleteAssetCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -155,7 +150,4 @@ export class DeleteAssetCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteAssetCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-datazone/src/commands/DeleteAssetTypeCommand.ts b/clients/client-datazone/src/commands/DeleteAssetTypeCommand.ts index e361aaff6af4..55a738ed062e 100644 --- a/clients/client-datazone/src/commands/DeleteAssetTypeCommand.ts +++ b/clients/client-datazone/src/commands/DeleteAssetTypeCommand.ts @@ -90,9 +90,6 @@ export class DeleteAssetTypeCommand extends $Command< DeleteAssetTypeCommandOutput, DataZoneClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -105,9 +102,7 @@ export class DeleteAssetTypeCommand extends $Command< * @public */ constructor(readonly input: DeleteAssetTypeCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -160,7 +155,4 @@ export class DeleteAssetTypeCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteAssetTypeCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-datazone/src/commands/DeleteDataSourceCommand.ts b/clients/client-datazone/src/commands/DeleteDataSourceCommand.ts index 5603cbfef29c..ed94ef048b8c 100644 --- a/clients/client-datazone/src/commands/DeleteDataSourceCommand.ts +++ b/clients/client-datazone/src/commands/DeleteDataSourceCommand.ts @@ -180,9 +180,6 @@ export class DeleteDataSourceCommand extends $Command< DeleteDataSourceCommandOutput, DataZoneClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -195,9 +192,7 @@ export class DeleteDataSourceCommand extends $Command< * @public */ constructor(readonly input: DeleteDataSourceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -250,7 +245,4 @@ export class DeleteDataSourceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteDataSourceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-datazone/src/commands/DeleteDomainCommand.ts b/clients/client-datazone/src/commands/DeleteDomainCommand.ts index 785769326bbf..77a6cd2ec619 100644 --- a/clients/client-datazone/src/commands/DeleteDomainCommand.ts +++ b/clients/client-datazone/src/commands/DeleteDomainCommand.ts @@ -92,9 +92,6 @@ export class DeleteDomainCommand extends $Command< DeleteDomainCommandOutput, DataZoneClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -107,9 +104,7 @@ export class DeleteDomainCommand extends $Command< * @public */ constructor(readonly input: DeleteDomainCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -160,7 +155,4 @@ export class DeleteDomainCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteDomainCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-datazone/src/commands/DeleteEnvironmentBlueprintConfigurationCommand.ts b/clients/client-datazone/src/commands/DeleteEnvironmentBlueprintConfigurationCommand.ts index 52df736976d2..3e5b949e0e85 100644 --- a/clients/client-datazone/src/commands/DeleteEnvironmentBlueprintConfigurationCommand.ts +++ b/clients/client-datazone/src/commands/DeleteEnvironmentBlueprintConfigurationCommand.ts @@ -93,9 +93,6 @@ export class DeleteEnvironmentBlueprintConfigurationCommand extends $Command< DeleteEnvironmentBlueprintConfigurationCommandOutput, DataZoneClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -108,9 +105,7 @@ export class DeleteEnvironmentBlueprintConfigurationCommand extends $Command< * @public */ constructor(readonly input: DeleteEnvironmentBlueprintConfigurationCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -175,7 +170,4 @@ export class DeleteEnvironmentBlueprintConfigurationCommand extends $Command< ): Promise { return de_DeleteEnvironmentBlueprintConfigurationCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-datazone/src/commands/DeleteEnvironmentCommand.ts b/clients/client-datazone/src/commands/DeleteEnvironmentCommand.ts index d779896ef6b0..5bd0d3f7bef4 100644 --- a/clients/client-datazone/src/commands/DeleteEnvironmentCommand.ts +++ b/clients/client-datazone/src/commands/DeleteEnvironmentCommand.ts @@ -87,9 +87,6 @@ export class DeleteEnvironmentCommand extends $Command< DeleteEnvironmentCommandOutput, DataZoneClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -102,9 +99,7 @@ export class DeleteEnvironmentCommand extends $Command< * @public */ constructor(readonly input: DeleteEnvironmentCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -157,7 +152,4 @@ export class DeleteEnvironmentCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteEnvironmentCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-datazone/src/commands/DeleteEnvironmentProfileCommand.ts b/clients/client-datazone/src/commands/DeleteEnvironmentProfileCommand.ts index f3565cf7aebb..3cc5ae125282 100644 --- a/clients/client-datazone/src/commands/DeleteEnvironmentProfileCommand.ts +++ b/clients/client-datazone/src/commands/DeleteEnvironmentProfileCommand.ts @@ -87,9 +87,6 @@ export class DeleteEnvironmentProfileCommand extends $Command< DeleteEnvironmentProfileCommandOutput, DataZoneClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -102,9 +99,7 @@ export class DeleteEnvironmentProfileCommand extends $Command< * @public */ constructor(readonly input: DeleteEnvironmentProfileCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -157,7 +152,4 @@ export class DeleteEnvironmentProfileCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteEnvironmentProfileCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-datazone/src/commands/DeleteFormTypeCommand.ts b/clients/client-datazone/src/commands/DeleteFormTypeCommand.ts index a27235a77265..19cc6f96c07c 100644 --- a/clients/client-datazone/src/commands/DeleteFormTypeCommand.ts +++ b/clients/client-datazone/src/commands/DeleteFormTypeCommand.ts @@ -90,9 +90,6 @@ export class DeleteFormTypeCommand extends $Command< DeleteFormTypeCommandOutput, DataZoneClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -105,9 +102,7 @@ export class DeleteFormTypeCommand extends $Command< * @public */ constructor(readonly input: DeleteFormTypeCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -160,7 +155,4 @@ export class DeleteFormTypeCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteFormTypeCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-datazone/src/commands/DeleteGlossaryCommand.ts b/clients/client-datazone/src/commands/DeleteGlossaryCommand.ts index 5d8c05cbe9e0..39be64696ede 100644 --- a/clients/client-datazone/src/commands/DeleteGlossaryCommand.ts +++ b/clients/client-datazone/src/commands/DeleteGlossaryCommand.ts @@ -90,9 +90,6 @@ export class DeleteGlossaryCommand extends $Command< DeleteGlossaryCommandOutput, DataZoneClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -105,9 +102,7 @@ export class DeleteGlossaryCommand extends $Command< * @public */ constructor(readonly input: DeleteGlossaryCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -160,7 +155,4 @@ export class DeleteGlossaryCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteGlossaryCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-datazone/src/commands/DeleteGlossaryTermCommand.ts b/clients/client-datazone/src/commands/DeleteGlossaryTermCommand.ts index a05d3aba0f1e..80bd13bbef2a 100644 --- a/clients/client-datazone/src/commands/DeleteGlossaryTermCommand.ts +++ b/clients/client-datazone/src/commands/DeleteGlossaryTermCommand.ts @@ -90,9 +90,6 @@ export class DeleteGlossaryTermCommand extends $Command< DeleteGlossaryTermCommandOutput, DataZoneClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -105,9 +102,7 @@ export class DeleteGlossaryTermCommand extends $Command< * @public */ constructor(readonly input: DeleteGlossaryTermCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -160,7 +155,4 @@ export class DeleteGlossaryTermCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteGlossaryTermCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-datazone/src/commands/DeleteListingCommand.ts b/clients/client-datazone/src/commands/DeleteListingCommand.ts index 9cc2052bd4c0..6a2e3d217e7b 100644 --- a/clients/client-datazone/src/commands/DeleteListingCommand.ts +++ b/clients/client-datazone/src/commands/DeleteListingCommand.ts @@ -90,9 +90,6 @@ export class DeleteListingCommand extends $Command< DeleteListingCommandOutput, DataZoneClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -105,9 +102,7 @@ export class DeleteListingCommand extends $Command< * @public */ constructor(readonly input: DeleteListingCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -158,7 +153,4 @@ export class DeleteListingCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteListingCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-datazone/src/commands/DeleteProjectCommand.ts b/clients/client-datazone/src/commands/DeleteProjectCommand.ts index 0e51ee233b65..51e28d419fae 100644 --- a/clients/client-datazone/src/commands/DeleteProjectCommand.ts +++ b/clients/client-datazone/src/commands/DeleteProjectCommand.ts @@ -87,9 +87,6 @@ export class DeleteProjectCommand extends $Command< DeleteProjectCommandOutput, DataZoneClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -102,9 +99,7 @@ export class DeleteProjectCommand extends $Command< * @public */ constructor(readonly input: DeleteProjectCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -155,7 +150,4 @@ export class DeleteProjectCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteProjectCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-datazone/src/commands/DeleteProjectMembershipCommand.ts b/clients/client-datazone/src/commands/DeleteProjectMembershipCommand.ts index 7c41427c1c8b..9ea177ac1ad0 100644 --- a/clients/client-datazone/src/commands/DeleteProjectMembershipCommand.ts +++ b/clients/client-datazone/src/commands/DeleteProjectMembershipCommand.ts @@ -94,9 +94,6 @@ export class DeleteProjectMembershipCommand extends $Command< DeleteProjectMembershipCommandOutput, DataZoneClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -109,9 +106,7 @@ export class DeleteProjectMembershipCommand extends $Command< * @public */ constructor(readonly input: DeleteProjectMembershipCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -164,7 +159,4 @@ export class DeleteProjectMembershipCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteProjectMembershipCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-datazone/src/commands/DeleteSubscriptionGrantCommand.ts b/clients/client-datazone/src/commands/DeleteSubscriptionGrantCommand.ts index 69e155d1ff10..aa0c694a57d7 100644 --- a/clients/client-datazone/src/commands/DeleteSubscriptionGrantCommand.ts +++ b/clients/client-datazone/src/commands/DeleteSubscriptionGrantCommand.ts @@ -119,9 +119,6 @@ export class DeleteSubscriptionGrantCommand extends $Command< DeleteSubscriptionGrantCommandOutput, DataZoneClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -134,9 +131,7 @@ export class DeleteSubscriptionGrantCommand extends $Command< * @public */ constructor(readonly input: DeleteSubscriptionGrantCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -189,7 +184,4 @@ export class DeleteSubscriptionGrantCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteSubscriptionGrantCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-datazone/src/commands/DeleteSubscriptionRequestCommand.ts b/clients/client-datazone/src/commands/DeleteSubscriptionRequestCommand.ts index e881ed70c555..2b0e454bf1e4 100644 --- a/clients/client-datazone/src/commands/DeleteSubscriptionRequestCommand.ts +++ b/clients/client-datazone/src/commands/DeleteSubscriptionRequestCommand.ts @@ -90,9 +90,6 @@ export class DeleteSubscriptionRequestCommand extends $Command< DeleteSubscriptionRequestCommandOutput, DataZoneClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -105,9 +102,7 @@ export class DeleteSubscriptionRequestCommand extends $Command< * @public */ constructor(readonly input: DeleteSubscriptionRequestCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -163,7 +158,4 @@ export class DeleteSubscriptionRequestCommand extends $Command< ): Promise { return de_DeleteSubscriptionRequestCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-datazone/src/commands/DeleteSubscriptionTargetCommand.ts b/clients/client-datazone/src/commands/DeleteSubscriptionTargetCommand.ts index 20005c7b156d..687de6d76bd9 100644 --- a/clients/client-datazone/src/commands/DeleteSubscriptionTargetCommand.ts +++ b/clients/client-datazone/src/commands/DeleteSubscriptionTargetCommand.ts @@ -91,9 +91,6 @@ export class DeleteSubscriptionTargetCommand extends $Command< DeleteSubscriptionTargetCommandOutput, DataZoneClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -106,9 +103,7 @@ export class DeleteSubscriptionTargetCommand extends $Command< * @public */ constructor(readonly input: DeleteSubscriptionTargetCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -161,7 +156,4 @@ export class DeleteSubscriptionTargetCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteSubscriptionTargetCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-datazone/src/commands/GetAssetCommand.ts b/clients/client-datazone/src/commands/GetAssetCommand.ts index c9b31714e336..dd991eaa1e43 100644 --- a/clients/client-datazone/src/commands/GetAssetCommand.ts +++ b/clients/client-datazone/src/commands/GetAssetCommand.ts @@ -125,9 +125,6 @@ export class GetAssetCommand extends $Command< GetAssetCommandOutput, DataZoneClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -140,9 +137,7 @@ export class GetAssetCommand extends $Command< * @public */ constructor(readonly input: GetAssetCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -193,7 +188,4 @@ export class GetAssetCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetAssetCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-datazone/src/commands/GetAssetTypeCommand.ts b/clients/client-datazone/src/commands/GetAssetTypeCommand.ts index 5c96edadc823..0a783b6fcf48 100644 --- a/clients/client-datazone/src/commands/GetAssetTypeCommand.ts +++ b/clients/client-datazone/src/commands/GetAssetTypeCommand.ts @@ -107,9 +107,6 @@ export class GetAssetTypeCommand extends $Command< GetAssetTypeCommandOutput, DataZoneClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -122,9 +119,7 @@ export class GetAssetTypeCommand extends $Command< * @public */ constructor(readonly input: GetAssetTypeCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -175,7 +170,4 @@ export class GetAssetTypeCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetAssetTypeCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-datazone/src/commands/GetDataSourceCommand.ts b/clients/client-datazone/src/commands/GetDataSourceCommand.ts index 8302967b73ec..27535a931922 100644 --- a/clients/client-datazone/src/commands/GetDataSourceCommand.ts +++ b/clients/client-datazone/src/commands/GetDataSourceCommand.ts @@ -179,9 +179,6 @@ export class GetDataSourceCommand extends $Command< GetDataSourceCommandOutput, DataZoneClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -194,9 +191,7 @@ export class GetDataSourceCommand extends $Command< * @public */ constructor(readonly input: GetDataSourceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -247,7 +242,4 @@ export class GetDataSourceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetDataSourceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-datazone/src/commands/GetDataSourceRunCommand.ts b/clients/client-datazone/src/commands/GetDataSourceRunCommand.ts index 2147d71c04d6..275b4da85c97 100644 --- a/clients/client-datazone/src/commands/GetDataSourceRunCommand.ts +++ b/clients/client-datazone/src/commands/GetDataSourceRunCommand.ts @@ -116,9 +116,6 @@ export class GetDataSourceRunCommand extends $Command< GetDataSourceRunCommandOutput, DataZoneClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -131,9 +128,7 @@ export class GetDataSourceRunCommand extends $Command< * @public */ constructor(readonly input: GetDataSourceRunCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -186,7 +181,4 @@ export class GetDataSourceRunCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetDataSourceRunCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-datazone/src/commands/GetDomainCommand.ts b/clients/client-datazone/src/commands/GetDomainCommand.ts index 61db2457d165..c9618aeb6fd0 100644 --- a/clients/client-datazone/src/commands/GetDomainCommand.ts +++ b/clients/client-datazone/src/commands/GetDomainCommand.ts @@ -107,9 +107,6 @@ export class GetDomainCommand extends $Command< GetDomainCommandOutput, DataZoneClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -122,9 +119,7 @@ export class GetDomainCommand extends $Command< * @public */ constructor(readonly input: GetDomainCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -175,7 +170,4 @@ export class GetDomainCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetDomainCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-datazone/src/commands/GetEnvironmentBlueprintCommand.ts b/clients/client-datazone/src/commands/GetEnvironmentBlueprintCommand.ts index b847b4224a03..ebd9fb82c09a 100644 --- a/clients/client-datazone/src/commands/GetEnvironmentBlueprintCommand.ts +++ b/clients/client-datazone/src/commands/GetEnvironmentBlueprintCommand.ts @@ -120,9 +120,6 @@ export class GetEnvironmentBlueprintCommand extends $Command< GetEnvironmentBlueprintCommandOutput, DataZoneClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -135,9 +132,7 @@ export class GetEnvironmentBlueprintCommand extends $Command< * @public */ constructor(readonly input: GetEnvironmentBlueprintCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -190,7 +185,4 @@ export class GetEnvironmentBlueprintCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetEnvironmentBlueprintCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-datazone/src/commands/GetEnvironmentBlueprintConfigurationCommand.ts b/clients/client-datazone/src/commands/GetEnvironmentBlueprintConfigurationCommand.ts index 16aececbe99b..af76a66c62e6 100644 --- a/clients/client-datazone/src/commands/GetEnvironmentBlueprintConfigurationCommand.ts +++ b/clients/client-datazone/src/commands/GetEnvironmentBlueprintConfigurationCommand.ts @@ -110,9 +110,6 @@ export class GetEnvironmentBlueprintConfigurationCommand extends $Command< GetEnvironmentBlueprintConfigurationCommandOutput, DataZoneClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -125,9 +122,7 @@ export class GetEnvironmentBlueprintConfigurationCommand extends $Command< * @public */ constructor(readonly input: GetEnvironmentBlueprintConfigurationCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -186,7 +181,4 @@ export class GetEnvironmentBlueprintConfigurationCommand extends $Command< ): Promise { return de_GetEnvironmentBlueprintConfigurationCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-datazone/src/commands/GetEnvironmentCommand.ts b/clients/client-datazone/src/commands/GetEnvironmentCommand.ts index b10dafe680c2..d262e7da6e45 100644 --- a/clients/client-datazone/src/commands/GetEnvironmentCommand.ts +++ b/clients/client-datazone/src/commands/GetEnvironmentCommand.ts @@ -157,9 +157,6 @@ export class GetEnvironmentCommand extends $Command< GetEnvironmentCommandOutput, DataZoneClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -172,9 +169,7 @@ export class GetEnvironmentCommand extends $Command< * @public */ constructor(readonly input: GetEnvironmentCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -227,7 +222,4 @@ export class GetEnvironmentCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetEnvironmentCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-datazone/src/commands/GetEnvironmentProfileCommand.ts b/clients/client-datazone/src/commands/GetEnvironmentProfileCommand.ts index 58b71124f015..d385f8b7f9b5 100644 --- a/clients/client-datazone/src/commands/GetEnvironmentProfileCommand.ts +++ b/clients/client-datazone/src/commands/GetEnvironmentProfileCommand.ts @@ -113,9 +113,6 @@ export class GetEnvironmentProfileCommand extends $Command< GetEnvironmentProfileCommandOutput, DataZoneClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -128,9 +125,7 @@ export class GetEnvironmentProfileCommand extends $Command< * @public */ constructor(readonly input: GetEnvironmentProfileCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -183,7 +178,4 @@ export class GetEnvironmentProfileCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetEnvironmentProfileCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-datazone/src/commands/GetFormTypeCommand.ts b/clients/client-datazone/src/commands/GetFormTypeCommand.ts index 19e0ee788422..cd402095f0ce 100644 --- a/clients/client-datazone/src/commands/GetFormTypeCommand.ts +++ b/clients/client-datazone/src/commands/GetFormTypeCommand.ts @@ -108,9 +108,6 @@ export class GetFormTypeCommand extends $Command< GetFormTypeCommandOutput, DataZoneClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -123,9 +120,7 @@ export class GetFormTypeCommand extends $Command< * @public */ constructor(readonly input: GetFormTypeCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -176,7 +171,4 @@ export class GetFormTypeCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetFormTypeCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-datazone/src/commands/GetGlossaryCommand.ts b/clients/client-datazone/src/commands/GetGlossaryCommand.ts index cd63172ee851..e1bcfb8ada24 100644 --- a/clients/client-datazone/src/commands/GetGlossaryCommand.ts +++ b/clients/client-datazone/src/commands/GetGlossaryCommand.ts @@ -98,9 +98,6 @@ export class GetGlossaryCommand extends $Command< GetGlossaryCommandOutput, DataZoneClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -113,9 +110,7 @@ export class GetGlossaryCommand extends $Command< * @public */ constructor(readonly input: GetGlossaryCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -166,7 +161,4 @@ export class GetGlossaryCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetGlossaryCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-datazone/src/commands/GetGlossaryTermCommand.ts b/clients/client-datazone/src/commands/GetGlossaryTermCommand.ts index f2b5a4f5a881..a8c8a5856ef8 100644 --- a/clients/client-datazone/src/commands/GetGlossaryTermCommand.ts +++ b/clients/client-datazone/src/commands/GetGlossaryTermCommand.ts @@ -111,9 +111,6 @@ export class GetGlossaryTermCommand extends $Command< GetGlossaryTermCommandOutput, DataZoneClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -126,9 +123,7 @@ export class GetGlossaryTermCommand extends $Command< * @public */ constructor(readonly input: GetGlossaryTermCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -181,7 +176,4 @@ export class GetGlossaryTermCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetGlossaryTermCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-datazone/src/commands/GetGroupProfileCommand.ts b/clients/client-datazone/src/commands/GetGroupProfileCommand.ts index a2ed3752e201..652517ee0f7d 100644 --- a/clients/client-datazone/src/commands/GetGroupProfileCommand.ts +++ b/clients/client-datazone/src/commands/GetGroupProfileCommand.ts @@ -96,9 +96,6 @@ export class GetGroupProfileCommand extends $Command< GetGroupProfileCommandOutput, DataZoneClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -111,9 +108,7 @@ export class GetGroupProfileCommand extends $Command< * @public */ constructor(readonly input: GetGroupProfileCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -166,7 +161,4 @@ export class GetGroupProfileCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetGroupProfileCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-datazone/src/commands/GetIamPortalLoginUrlCommand.ts b/clients/client-datazone/src/commands/GetIamPortalLoginUrlCommand.ts index ce985932ddcc..e186cc4d1a4c 100644 --- a/clients/client-datazone/src/commands/GetIamPortalLoginUrlCommand.ts +++ b/clients/client-datazone/src/commands/GetIamPortalLoginUrlCommand.ts @@ -92,9 +92,6 @@ export class GetIamPortalLoginUrlCommand extends $Command< GetIamPortalLoginUrlCommandOutput, DataZoneClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -107,9 +104,7 @@ export class GetIamPortalLoginUrlCommand extends $Command< * @public */ constructor(readonly input: GetIamPortalLoginUrlCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -162,7 +157,4 @@ export class GetIamPortalLoginUrlCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetIamPortalLoginUrlCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-datazone/src/commands/GetListingCommand.ts b/clients/client-datazone/src/commands/GetListingCommand.ts index d35d561e98c3..807abced8c0c 100644 --- a/clients/client-datazone/src/commands/GetListingCommand.ts +++ b/clients/client-datazone/src/commands/GetListingCommand.ts @@ -115,9 +115,6 @@ export class GetListingCommand extends $Command< GetListingCommandOutput, DataZoneClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -130,9 +127,7 @@ export class GetListingCommand extends $Command< * @public */ constructor(readonly input: GetListingCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -183,7 +178,4 @@ export class GetListingCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetListingCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-datazone/src/commands/GetProjectCommand.ts b/clients/client-datazone/src/commands/GetProjectCommand.ts index 838b0e3307e1..6ae3e5d80a5f 100644 --- a/clients/client-datazone/src/commands/GetProjectCommand.ts +++ b/clients/client-datazone/src/commands/GetProjectCommand.ts @@ -98,9 +98,6 @@ export class GetProjectCommand extends $Command< GetProjectCommandOutput, DataZoneClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -113,9 +110,7 @@ export class GetProjectCommand extends $Command< * @public */ constructor(readonly input: GetProjectCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -166,7 +161,4 @@ export class GetProjectCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetProjectCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-datazone/src/commands/GetSubscriptionCommand.ts b/clients/client-datazone/src/commands/GetSubscriptionCommand.ts index 60f796c9c5d8..e8df124d5048 100644 --- a/clients/client-datazone/src/commands/GetSubscriptionCommand.ts +++ b/clients/client-datazone/src/commands/GetSubscriptionCommand.ts @@ -129,9 +129,6 @@ export class GetSubscriptionCommand extends $Command< GetSubscriptionCommandOutput, DataZoneClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -144,9 +141,7 @@ export class GetSubscriptionCommand extends $Command< * @public */ constructor(readonly input: GetSubscriptionCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -199,7 +194,4 @@ export class GetSubscriptionCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetSubscriptionCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-datazone/src/commands/GetSubscriptionGrantCommand.ts b/clients/client-datazone/src/commands/GetSubscriptionGrantCommand.ts index 125373649ca4..fe179fb9e379 100644 --- a/clients/client-datazone/src/commands/GetSubscriptionGrantCommand.ts +++ b/clients/client-datazone/src/commands/GetSubscriptionGrantCommand.ts @@ -116,9 +116,6 @@ export class GetSubscriptionGrantCommand extends $Command< GetSubscriptionGrantCommandOutput, DataZoneClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -131,9 +128,7 @@ export class GetSubscriptionGrantCommand extends $Command< * @public */ constructor(readonly input: GetSubscriptionGrantCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -186,7 +181,4 @@ export class GetSubscriptionGrantCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetSubscriptionGrantCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-datazone/src/commands/GetSubscriptionRequestDetailsCommand.ts b/clients/client-datazone/src/commands/GetSubscriptionRequestDetailsCommand.ts index 8b9cd19779e1..9dd5ccba0d78 100644 --- a/clients/client-datazone/src/commands/GetSubscriptionRequestDetailsCommand.ts +++ b/clients/client-datazone/src/commands/GetSubscriptionRequestDetailsCommand.ts @@ -139,9 +139,6 @@ export class GetSubscriptionRequestDetailsCommand extends $Command< GetSubscriptionRequestDetailsCommandOutput, DataZoneClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -154,9 +151,7 @@ export class GetSubscriptionRequestDetailsCommand extends $Command< * @public */ constructor(readonly input: GetSubscriptionRequestDetailsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -212,7 +207,4 @@ export class GetSubscriptionRequestDetailsCommand extends $Command< ): Promise { return de_GetSubscriptionRequestDetailsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-datazone/src/commands/GetSubscriptionTargetCommand.ts b/clients/client-datazone/src/commands/GetSubscriptionTargetCommand.ts index 8d9301f16a73..4cd1b1bae1e2 100644 --- a/clients/client-datazone/src/commands/GetSubscriptionTargetCommand.ts +++ b/clients/client-datazone/src/commands/GetSubscriptionTargetCommand.ts @@ -117,9 +117,6 @@ export class GetSubscriptionTargetCommand extends $Command< GetSubscriptionTargetCommandOutput, DataZoneClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -132,9 +129,7 @@ export class GetSubscriptionTargetCommand extends $Command< * @public */ constructor(readonly input: GetSubscriptionTargetCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -187,7 +182,4 @@ export class GetSubscriptionTargetCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetSubscriptionTargetCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-datazone/src/commands/GetUserProfileCommand.ts b/clients/client-datazone/src/commands/GetUserProfileCommand.ts index f0c86cabb2b1..2f47e5dde772 100644 --- a/clients/client-datazone/src/commands/GetUserProfileCommand.ts +++ b/clients/client-datazone/src/commands/GetUserProfileCommand.ts @@ -103,9 +103,6 @@ export class GetUserProfileCommand extends $Command< GetUserProfileCommandOutput, DataZoneClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -118,9 +115,7 @@ export class GetUserProfileCommand extends $Command< * @public */ constructor(readonly input: GetUserProfileCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -173,7 +168,4 @@ export class GetUserProfileCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetUserProfileCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-datazone/src/commands/ListAssetRevisionsCommand.ts b/clients/client-datazone/src/commands/ListAssetRevisionsCommand.ts index f496d7b7a15f..a8c4ad71aaf5 100644 --- a/clients/client-datazone/src/commands/ListAssetRevisionsCommand.ts +++ b/clients/client-datazone/src/commands/ListAssetRevisionsCommand.ts @@ -100,9 +100,6 @@ export class ListAssetRevisionsCommand extends $Command< ListAssetRevisionsCommandOutput, DataZoneClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -115,9 +112,7 @@ export class ListAssetRevisionsCommand extends $Command< * @public */ constructor(readonly input: ListAssetRevisionsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -170,7 +165,4 @@ export class ListAssetRevisionsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListAssetRevisionsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-datazone/src/commands/ListDataSourceRunActivitiesCommand.ts b/clients/client-datazone/src/commands/ListDataSourceRunActivitiesCommand.ts index 0a7768aaf09c..1653a0db353d 100644 --- a/clients/client-datazone/src/commands/ListDataSourceRunActivitiesCommand.ts +++ b/clients/client-datazone/src/commands/ListDataSourceRunActivitiesCommand.ts @@ -122,9 +122,6 @@ export class ListDataSourceRunActivitiesCommand extends $Command< ListDataSourceRunActivitiesCommandOutput, DataZoneClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -137,9 +134,7 @@ export class ListDataSourceRunActivitiesCommand extends $Command< * @public */ constructor(readonly input: ListDataSourceRunActivitiesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -195,7 +190,4 @@ export class ListDataSourceRunActivitiesCommand extends $Command< ): Promise { return de_ListDataSourceRunActivitiesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-datazone/src/commands/ListDataSourceRunsCommand.ts b/clients/client-datazone/src/commands/ListDataSourceRunsCommand.ts index 900d7fb97524..fe4028679a69 100644 --- a/clients/client-datazone/src/commands/ListDataSourceRunsCommand.ts +++ b/clients/client-datazone/src/commands/ListDataSourceRunsCommand.ts @@ -122,9 +122,6 @@ export class ListDataSourceRunsCommand extends $Command< ListDataSourceRunsCommandOutput, DataZoneClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -137,9 +134,7 @@ export class ListDataSourceRunsCommand extends $Command< * @public */ constructor(readonly input: ListDataSourceRunsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -192,7 +187,4 @@ export class ListDataSourceRunsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListDataSourceRunsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-datazone/src/commands/ListDataSourcesCommand.ts b/clients/client-datazone/src/commands/ListDataSourcesCommand.ts index e0ac471ce4b4..73afe740cb65 100644 --- a/clients/client-datazone/src/commands/ListDataSourcesCommand.ts +++ b/clients/client-datazone/src/commands/ListDataSourcesCommand.ts @@ -130,9 +130,6 @@ export class ListDataSourcesCommand extends $Command< ListDataSourcesCommandOutput, DataZoneClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -145,9 +142,7 @@ export class ListDataSourcesCommand extends $Command< * @public */ constructor(readonly input: ListDataSourcesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -200,7 +195,4 @@ export class ListDataSourcesCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListDataSourcesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-datazone/src/commands/ListDomainsCommand.ts b/clients/client-datazone/src/commands/ListDomainsCommand.ts index eb4d2a97fa1b..674d640490e9 100644 --- a/clients/client-datazone/src/commands/ListDomainsCommand.ts +++ b/clients/client-datazone/src/commands/ListDomainsCommand.ts @@ -109,9 +109,6 @@ export class ListDomainsCommand extends $Command< ListDomainsCommandOutput, DataZoneClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -124,9 +121,7 @@ export class ListDomainsCommand extends $Command< * @public */ constructor(readonly input: ListDomainsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -177,7 +172,4 @@ export class ListDomainsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListDomainsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-datazone/src/commands/ListEnvironmentBlueprintConfigurationsCommand.ts b/clients/client-datazone/src/commands/ListEnvironmentBlueprintConfigurationsCommand.ts index 2a70cf9c3cbb..addc02eb042d 100644 --- a/clients/client-datazone/src/commands/ListEnvironmentBlueprintConfigurationsCommand.ts +++ b/clients/client-datazone/src/commands/ListEnvironmentBlueprintConfigurationsCommand.ts @@ -117,9 +117,6 @@ export class ListEnvironmentBlueprintConfigurationsCommand extends $Command< ListEnvironmentBlueprintConfigurationsCommandOutput, DataZoneClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -132,9 +129,7 @@ export class ListEnvironmentBlueprintConfigurationsCommand extends $Command< * @public */ constructor(readonly input: ListEnvironmentBlueprintConfigurationsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -193,7 +188,4 @@ export class ListEnvironmentBlueprintConfigurationsCommand extends $Command< ): Promise { return de_ListEnvironmentBlueprintConfigurationsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-datazone/src/commands/ListEnvironmentBlueprintsCommand.ts b/clients/client-datazone/src/commands/ListEnvironmentBlueprintsCommand.ts index eb85cc339410..bdc72f62aad2 100644 --- a/clients/client-datazone/src/commands/ListEnvironmentBlueprintsCommand.ts +++ b/clients/client-datazone/src/commands/ListEnvironmentBlueprintsCommand.ts @@ -111,9 +111,6 @@ export class ListEnvironmentBlueprintsCommand extends $Command< ListEnvironmentBlueprintsCommandOutput, DataZoneClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -126,9 +123,7 @@ export class ListEnvironmentBlueprintsCommand extends $Command< * @public */ constructor(readonly input: ListEnvironmentBlueprintsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -184,7 +179,4 @@ export class ListEnvironmentBlueprintsCommand extends $Command< ): Promise { return de_ListEnvironmentBlueprintsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-datazone/src/commands/ListEnvironmentProfilesCommand.ts b/clients/client-datazone/src/commands/ListEnvironmentProfilesCommand.ts index 823b9749f7ae..aba6b08c3ac0 100644 --- a/clients/client-datazone/src/commands/ListEnvironmentProfilesCommand.ts +++ b/clients/client-datazone/src/commands/ListEnvironmentProfilesCommand.ts @@ -112,9 +112,6 @@ export class ListEnvironmentProfilesCommand extends $Command< ListEnvironmentProfilesCommandOutput, DataZoneClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -127,9 +124,7 @@ export class ListEnvironmentProfilesCommand extends $Command< * @public */ constructor(readonly input: ListEnvironmentProfilesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -182,7 +177,4 @@ export class ListEnvironmentProfilesCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListEnvironmentProfilesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-datazone/src/commands/ListEnvironmentsCommand.ts b/clients/client-datazone/src/commands/ListEnvironmentsCommand.ts index 16bab0d8eecc..6df9256f99ca 100644 --- a/clients/client-datazone/src/commands/ListEnvironmentsCommand.ts +++ b/clients/client-datazone/src/commands/ListEnvironmentsCommand.ts @@ -116,9 +116,6 @@ export class ListEnvironmentsCommand extends $Command< ListEnvironmentsCommandOutput, DataZoneClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -131,9 +128,7 @@ export class ListEnvironmentsCommand extends $Command< * @public */ constructor(readonly input: ListEnvironmentsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -186,7 +181,4 @@ export class ListEnvironmentsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListEnvironmentsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-datazone/src/commands/ListNotificationsCommand.ts b/clients/client-datazone/src/commands/ListNotificationsCommand.ts index b662a91ff4e3..def3ef022271 100644 --- a/clients/client-datazone/src/commands/ListNotificationsCommand.ts +++ b/clients/client-datazone/src/commands/ListNotificationsCommand.ts @@ -126,9 +126,6 @@ export class ListNotificationsCommand extends $Command< ListNotificationsCommandOutput, DataZoneClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -141,9 +138,7 @@ export class ListNotificationsCommand extends $Command< * @public */ constructor(readonly input: ListNotificationsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -196,7 +191,4 @@ export class ListNotificationsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListNotificationsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-datazone/src/commands/ListProjectMembershipsCommand.ts b/clients/client-datazone/src/commands/ListProjectMembershipsCommand.ts index c94cd0601bfa..ac57ac5d4e2f 100644 --- a/clients/client-datazone/src/commands/ListProjectMembershipsCommand.ts +++ b/clients/client-datazone/src/commands/ListProjectMembershipsCommand.ts @@ -106,9 +106,6 @@ export class ListProjectMembershipsCommand extends $Command< ListProjectMembershipsCommandOutput, DataZoneClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -121,9 +118,7 @@ export class ListProjectMembershipsCommand extends $Command< * @public */ constructor(readonly input: ListProjectMembershipsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -176,7 +171,4 @@ export class ListProjectMembershipsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListProjectMembershipsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-datazone/src/commands/ListProjectsCommand.ts b/clients/client-datazone/src/commands/ListProjectsCommand.ts index 7e4bc6dcb4a4..b30bd92eb8b5 100644 --- a/clients/client-datazone/src/commands/ListProjectsCommand.ts +++ b/clients/client-datazone/src/commands/ListProjectsCommand.ts @@ -106,9 +106,6 @@ export class ListProjectsCommand extends $Command< ListProjectsCommandOutput, DataZoneClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -121,9 +118,7 @@ export class ListProjectsCommand extends $Command< * @public */ constructor(readonly input: ListProjectsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -174,7 +169,4 @@ export class ListProjectsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListProjectsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-datazone/src/commands/ListSubscriptionGrantsCommand.ts b/clients/client-datazone/src/commands/ListSubscriptionGrantsCommand.ts index 4e011adb844c..02ccaac4f910 100644 --- a/clients/client-datazone/src/commands/ListSubscriptionGrantsCommand.ts +++ b/clients/client-datazone/src/commands/ListSubscriptionGrantsCommand.ts @@ -128,9 +128,6 @@ export class ListSubscriptionGrantsCommand extends $Command< ListSubscriptionGrantsCommandOutput, DataZoneClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -143,9 +140,7 @@ export class ListSubscriptionGrantsCommand extends $Command< * @public */ constructor(readonly input: ListSubscriptionGrantsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -198,7 +193,4 @@ export class ListSubscriptionGrantsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListSubscriptionGrantsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-datazone/src/commands/ListSubscriptionRequestsCommand.ts b/clients/client-datazone/src/commands/ListSubscriptionRequestsCommand.ts index 4adbedefa3e2..5a5247b11e91 100644 --- a/clients/client-datazone/src/commands/ListSubscriptionRequestsCommand.ts +++ b/clients/client-datazone/src/commands/ListSubscriptionRequestsCommand.ts @@ -146,9 +146,6 @@ export class ListSubscriptionRequestsCommand extends $Command< ListSubscriptionRequestsCommandOutput, DataZoneClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -161,9 +158,7 @@ export class ListSubscriptionRequestsCommand extends $Command< * @public */ constructor(readonly input: ListSubscriptionRequestsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -216,7 +211,4 @@ export class ListSubscriptionRequestsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListSubscriptionRequestsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-datazone/src/commands/ListSubscriptionTargetsCommand.ts b/clients/client-datazone/src/commands/ListSubscriptionTargetsCommand.ts index 58fe3b9f9129..df3ea8461e58 100644 --- a/clients/client-datazone/src/commands/ListSubscriptionTargetsCommand.ts +++ b/clients/client-datazone/src/commands/ListSubscriptionTargetsCommand.ts @@ -122,9 +122,6 @@ export class ListSubscriptionTargetsCommand extends $Command< ListSubscriptionTargetsCommandOutput, DataZoneClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -137,9 +134,7 @@ export class ListSubscriptionTargetsCommand extends $Command< * @public */ constructor(readonly input: ListSubscriptionTargetsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -192,7 +187,4 @@ export class ListSubscriptionTargetsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListSubscriptionTargetsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-datazone/src/commands/ListSubscriptionsCommand.ts b/clients/client-datazone/src/commands/ListSubscriptionsCommand.ts index 559f79235b1f..96ad38997bd7 100644 --- a/clients/client-datazone/src/commands/ListSubscriptionsCommand.ts +++ b/clients/client-datazone/src/commands/ListSubscriptionsCommand.ts @@ -142,9 +142,6 @@ export class ListSubscriptionsCommand extends $Command< ListSubscriptionsCommandOutput, DataZoneClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -157,9 +154,7 @@ export class ListSubscriptionsCommand extends $Command< * @public */ constructor(readonly input: ListSubscriptionsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -212,7 +207,4 @@ export class ListSubscriptionsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListSubscriptionsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-datazone/src/commands/ListTagsForResourceCommand.ts b/clients/client-datazone/src/commands/ListTagsForResourceCommand.ts index d0bc1f405933..a0a49a488c07 100644 --- a/clients/client-datazone/src/commands/ListTagsForResourceCommand.ts +++ b/clients/client-datazone/src/commands/ListTagsForResourceCommand.ts @@ -90,9 +90,6 @@ export class ListTagsForResourceCommand extends $Command< ListTagsForResourceCommandOutput, DataZoneClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -105,9 +102,7 @@ export class ListTagsForResourceCommand extends $Command< * @public */ constructor(readonly input: ListTagsForResourceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -160,7 +155,4 @@ export class ListTagsForResourceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListTagsForResourceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-datazone/src/commands/PutEnvironmentBlueprintConfigurationCommand.ts b/clients/client-datazone/src/commands/PutEnvironmentBlueprintConfigurationCommand.ts index 065854c65056..6305ce3a709f 100644 --- a/clients/client-datazone/src/commands/PutEnvironmentBlueprintConfigurationCommand.ts +++ b/clients/client-datazone/src/commands/PutEnvironmentBlueprintConfigurationCommand.ts @@ -123,9 +123,6 @@ export class PutEnvironmentBlueprintConfigurationCommand extends $Command< PutEnvironmentBlueprintConfigurationCommandOutput, DataZoneClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -138,9 +135,7 @@ export class PutEnvironmentBlueprintConfigurationCommand extends $Command< * @public */ constructor(readonly input: PutEnvironmentBlueprintConfigurationCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -199,7 +194,4 @@ export class PutEnvironmentBlueprintConfigurationCommand extends $Command< ): Promise { return de_PutEnvironmentBlueprintConfigurationCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-datazone/src/commands/RejectPredictionsCommand.ts b/clients/client-datazone/src/commands/RejectPredictionsCommand.ts index ddd5e2eaf61e..4eabc2dd32f2 100644 --- a/clients/client-datazone/src/commands/RejectPredictionsCommand.ts +++ b/clients/client-datazone/src/commands/RejectPredictionsCommand.ts @@ -106,9 +106,6 @@ export class RejectPredictionsCommand extends $Command< RejectPredictionsCommandOutput, DataZoneClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -121,9 +118,7 @@ export class RejectPredictionsCommand extends $Command< * @public */ constructor(readonly input: RejectPredictionsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -176,7 +171,4 @@ export class RejectPredictionsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_RejectPredictionsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-datazone/src/commands/RejectSubscriptionRequestCommand.ts b/clients/client-datazone/src/commands/RejectSubscriptionRequestCommand.ts index 8a36798ba1da..0b88aa1ace91 100644 --- a/clients/client-datazone/src/commands/RejectSubscriptionRequestCommand.ts +++ b/clients/client-datazone/src/commands/RejectSubscriptionRequestCommand.ts @@ -139,9 +139,6 @@ export class RejectSubscriptionRequestCommand extends $Command< RejectSubscriptionRequestCommandOutput, DataZoneClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -154,9 +151,7 @@ export class RejectSubscriptionRequestCommand extends $Command< * @public */ constructor(readonly input: RejectSubscriptionRequestCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -212,7 +207,4 @@ export class RejectSubscriptionRequestCommand extends $Command< ): Promise { return de_RejectSubscriptionRequestCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-datazone/src/commands/RevokeSubscriptionCommand.ts b/clients/client-datazone/src/commands/RevokeSubscriptionCommand.ts index c9329fc16cfd..1bd212ddcc5f 100644 --- a/clients/client-datazone/src/commands/RevokeSubscriptionCommand.ts +++ b/clients/client-datazone/src/commands/RevokeSubscriptionCommand.ts @@ -133,9 +133,6 @@ export class RevokeSubscriptionCommand extends $Command< RevokeSubscriptionCommandOutput, DataZoneClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -148,9 +145,7 @@ export class RevokeSubscriptionCommand extends $Command< * @public */ constructor(readonly input: RevokeSubscriptionCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -203,7 +198,4 @@ export class RevokeSubscriptionCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_RevokeSubscriptionCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-datazone/src/commands/SearchCommand.ts b/clients/client-datazone/src/commands/SearchCommand.ts index 952479a8f661..9fbd5d908851 100644 --- a/clients/client-datazone/src/commands/SearchCommand.ts +++ b/clients/client-datazone/src/commands/SearchCommand.ts @@ -214,9 +214,6 @@ export interface SearchCommandOutput extends SearchOutput, __MetadataBearer {} * */ export class SearchCommand extends $Command { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -229,9 +226,7 @@ export class SearchCommand extends $Command { return de_SearchCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-datazone/src/commands/SearchGroupProfilesCommand.ts b/clients/client-datazone/src/commands/SearchGroupProfilesCommand.ts index 55207cf43c94..d127399380cb 100644 --- a/clients/client-datazone/src/commands/SearchGroupProfilesCommand.ts +++ b/clients/client-datazone/src/commands/SearchGroupProfilesCommand.ts @@ -105,9 +105,6 @@ export class SearchGroupProfilesCommand extends $Command< SearchGroupProfilesCommandOutput, DataZoneClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -120,9 +117,7 @@ export class SearchGroupProfilesCommand extends $Command< * @public */ constructor(readonly input: SearchGroupProfilesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -175,7 +170,4 @@ export class SearchGroupProfilesCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_SearchGroupProfilesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-datazone/src/commands/SearchListingsCommand.ts b/clients/client-datazone/src/commands/SearchListingsCommand.ts index 2e43c472f174..de320ab37c94 100644 --- a/clients/client-datazone/src/commands/SearchListingsCommand.ts +++ b/clients/client-datazone/src/commands/SearchListingsCommand.ts @@ -150,9 +150,6 @@ export class SearchListingsCommand extends $Command< SearchListingsCommandOutput, DataZoneClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -165,9 +162,7 @@ export class SearchListingsCommand extends $Command< * @public */ constructor(readonly input: SearchListingsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -220,7 +215,4 @@ export class SearchListingsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_SearchListingsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-datazone/src/commands/SearchTypesCommand.ts b/clients/client-datazone/src/commands/SearchTypesCommand.ts index 40bf04f748b3..39f7570eaa35 100644 --- a/clients/client-datazone/src/commands/SearchTypesCommand.ts +++ b/clients/client-datazone/src/commands/SearchTypesCommand.ts @@ -168,9 +168,6 @@ export class SearchTypesCommand extends $Command< SearchTypesCommandOutput, DataZoneClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -183,9 +180,7 @@ export class SearchTypesCommand extends $Command< * @public */ constructor(readonly input: SearchTypesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -236,7 +231,4 @@ export class SearchTypesCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_SearchTypesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-datazone/src/commands/SearchUserProfilesCommand.ts b/clients/client-datazone/src/commands/SearchUserProfilesCommand.ts index b0be9e11957e..7ec95f7d76f7 100644 --- a/clients/client-datazone/src/commands/SearchUserProfilesCommand.ts +++ b/clients/client-datazone/src/commands/SearchUserProfilesCommand.ts @@ -115,9 +115,6 @@ export class SearchUserProfilesCommand extends $Command< SearchUserProfilesCommandOutput, DataZoneClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -130,9 +127,7 @@ export class SearchUserProfilesCommand extends $Command< * @public */ constructor(readonly input: SearchUserProfilesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -185,7 +180,4 @@ export class SearchUserProfilesCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_SearchUserProfilesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-datazone/src/commands/StartDataSourceRunCommand.ts b/clients/client-datazone/src/commands/StartDataSourceRunCommand.ts index 9fa652b1b246..85d57c3f84fc 100644 --- a/clients/client-datazone/src/commands/StartDataSourceRunCommand.ts +++ b/clients/client-datazone/src/commands/StartDataSourceRunCommand.ts @@ -117,9 +117,6 @@ export class StartDataSourceRunCommand extends $Command< StartDataSourceRunCommandOutput, DataZoneClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -132,9 +129,7 @@ export class StartDataSourceRunCommand extends $Command< * @public */ constructor(readonly input: StartDataSourceRunCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -187,7 +182,4 @@ export class StartDataSourceRunCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_StartDataSourceRunCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-datazone/src/commands/TagResourceCommand.ts b/clients/client-datazone/src/commands/TagResourceCommand.ts index 492cc26ca776..1cce400c4119 100644 --- a/clients/client-datazone/src/commands/TagResourceCommand.ts +++ b/clients/client-datazone/src/commands/TagResourceCommand.ts @@ -89,9 +89,6 @@ export class TagResourceCommand extends $Command< TagResourceCommandOutput, DataZoneClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -104,9 +101,7 @@ export class TagResourceCommand extends $Command< * @public */ constructor(readonly input: TagResourceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -157,7 +152,4 @@ export class TagResourceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_TagResourceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-datazone/src/commands/UntagResourceCommand.ts b/clients/client-datazone/src/commands/UntagResourceCommand.ts index 1ec22a12e836..29585ca850b9 100644 --- a/clients/client-datazone/src/commands/UntagResourceCommand.ts +++ b/clients/client-datazone/src/commands/UntagResourceCommand.ts @@ -86,9 +86,6 @@ export class UntagResourceCommand extends $Command< UntagResourceCommandOutput, DataZoneClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -101,9 +98,7 @@ export class UntagResourceCommand extends $Command< * @public */ constructor(readonly input: UntagResourceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -154,7 +149,4 @@ export class UntagResourceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UntagResourceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-datazone/src/commands/UpdateDataSourceCommand.ts b/clients/client-datazone/src/commands/UpdateDataSourceCommand.ts index 8f387903f0f9..31bc2ee0706e 100644 --- a/clients/client-datazone/src/commands/UpdateDataSourceCommand.ts +++ b/clients/client-datazone/src/commands/UpdateDataSourceCommand.ts @@ -245,9 +245,6 @@ export class UpdateDataSourceCommand extends $Command< UpdateDataSourceCommandOutput, DataZoneClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -260,9 +257,7 @@ export class UpdateDataSourceCommand extends $Command< * @public */ constructor(readonly input: UpdateDataSourceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -315,7 +310,4 @@ export class UpdateDataSourceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdateDataSourceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-datazone/src/commands/UpdateDomainCommand.ts b/clients/client-datazone/src/commands/UpdateDomainCommand.ts index b84afaf714ab..cc320a9143e8 100644 --- a/clients/client-datazone/src/commands/UpdateDomainCommand.ts +++ b/clients/client-datazone/src/commands/UpdateDomainCommand.ts @@ -110,9 +110,6 @@ export class UpdateDomainCommand extends $Command< UpdateDomainCommandOutput, DataZoneClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -125,9 +122,7 @@ export class UpdateDomainCommand extends $Command< * @public */ constructor(readonly input: UpdateDomainCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -178,7 +173,4 @@ export class UpdateDomainCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdateDomainCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-datazone/src/commands/UpdateEnvironmentCommand.ts b/clients/client-datazone/src/commands/UpdateEnvironmentCommand.ts index 1bf7ef0a1c08..bd2b6e746e10 100644 --- a/clients/client-datazone/src/commands/UpdateEnvironmentCommand.ts +++ b/clients/client-datazone/src/commands/UpdateEnvironmentCommand.ts @@ -169,9 +169,6 @@ export class UpdateEnvironmentCommand extends $Command< UpdateEnvironmentCommandOutput, DataZoneClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -184,9 +181,7 @@ export class UpdateEnvironmentCommand extends $Command< * @public */ constructor(readonly input: UpdateEnvironmentCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -239,7 +234,4 @@ export class UpdateEnvironmentCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdateEnvironmentCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-datazone/src/commands/UpdateEnvironmentProfileCommand.ts b/clients/client-datazone/src/commands/UpdateEnvironmentProfileCommand.ts index aad1add22ad8..cd9444765177 100644 --- a/clients/client-datazone/src/commands/UpdateEnvironmentProfileCommand.ts +++ b/clients/client-datazone/src/commands/UpdateEnvironmentProfileCommand.ts @@ -130,9 +130,6 @@ export class UpdateEnvironmentProfileCommand extends $Command< UpdateEnvironmentProfileCommandOutput, DataZoneClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -145,9 +142,7 @@ export class UpdateEnvironmentProfileCommand extends $Command< * @public */ constructor(readonly input: UpdateEnvironmentProfileCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -200,7 +195,4 @@ export class UpdateEnvironmentProfileCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdateEnvironmentProfileCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-datazone/src/commands/UpdateGlossaryCommand.ts b/clients/client-datazone/src/commands/UpdateGlossaryCommand.ts index 57e712de8445..860f28ad61cb 100644 --- a/clients/client-datazone/src/commands/UpdateGlossaryCommand.ts +++ b/clients/client-datazone/src/commands/UpdateGlossaryCommand.ts @@ -106,9 +106,6 @@ export class UpdateGlossaryCommand extends $Command< UpdateGlossaryCommandOutput, DataZoneClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -121,9 +118,7 @@ export class UpdateGlossaryCommand extends $Command< * @public */ constructor(readonly input: UpdateGlossaryCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -176,7 +171,4 @@ export class UpdateGlossaryCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdateGlossaryCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-datazone/src/commands/UpdateGlossaryTermCommand.ts b/clients/client-datazone/src/commands/UpdateGlossaryTermCommand.ts index f20a261c2258..1ba60dcd7fbc 100644 --- a/clients/client-datazone/src/commands/UpdateGlossaryTermCommand.ts +++ b/clients/client-datazone/src/commands/UpdateGlossaryTermCommand.ts @@ -124,9 +124,6 @@ export class UpdateGlossaryTermCommand extends $Command< UpdateGlossaryTermCommandOutput, DataZoneClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -139,9 +136,7 @@ export class UpdateGlossaryTermCommand extends $Command< * @public */ constructor(readonly input: UpdateGlossaryTermCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -194,7 +189,4 @@ export class UpdateGlossaryTermCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdateGlossaryTermCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-datazone/src/commands/UpdateGroupProfileCommand.ts b/clients/client-datazone/src/commands/UpdateGroupProfileCommand.ts index 4fd75b4582f5..54a484297136 100644 --- a/clients/client-datazone/src/commands/UpdateGroupProfileCommand.ts +++ b/clients/client-datazone/src/commands/UpdateGroupProfileCommand.ts @@ -97,9 +97,6 @@ export class UpdateGroupProfileCommand extends $Command< UpdateGroupProfileCommandOutput, DataZoneClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -112,9 +109,7 @@ export class UpdateGroupProfileCommand extends $Command< * @public */ constructor(readonly input: UpdateGroupProfileCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -167,7 +162,4 @@ export class UpdateGroupProfileCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdateGroupProfileCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-datazone/src/commands/UpdateProjectCommand.ts b/clients/client-datazone/src/commands/UpdateProjectCommand.ts index a4b379bdb373..d478e81b899c 100644 --- a/clients/client-datazone/src/commands/UpdateProjectCommand.ts +++ b/clients/client-datazone/src/commands/UpdateProjectCommand.ts @@ -114,9 +114,6 @@ export class UpdateProjectCommand extends $Command< UpdateProjectCommandOutput, DataZoneClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -129,9 +126,7 @@ export class UpdateProjectCommand extends $Command< * @public */ constructor(readonly input: UpdateProjectCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -182,7 +177,4 @@ export class UpdateProjectCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdateProjectCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-datazone/src/commands/UpdateSubscriptionGrantStatusCommand.ts b/clients/client-datazone/src/commands/UpdateSubscriptionGrantStatusCommand.ts index bb8a3d3c318e..0298bb22395d 100644 --- a/clients/client-datazone/src/commands/UpdateSubscriptionGrantStatusCommand.ts +++ b/clients/client-datazone/src/commands/UpdateSubscriptionGrantStatusCommand.ts @@ -130,9 +130,6 @@ export class UpdateSubscriptionGrantStatusCommand extends $Command< UpdateSubscriptionGrantStatusCommandOutput, DataZoneClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -145,9 +142,7 @@ export class UpdateSubscriptionGrantStatusCommand extends $Command< * @public */ constructor(readonly input: UpdateSubscriptionGrantStatusCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -203,7 +198,4 @@ export class UpdateSubscriptionGrantStatusCommand extends $Command< ): Promise { return de_UpdateSubscriptionGrantStatusCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-datazone/src/commands/UpdateSubscriptionRequestCommand.ts b/clients/client-datazone/src/commands/UpdateSubscriptionRequestCommand.ts index cc272aeb497c..abf43e3095d4 100644 --- a/clients/client-datazone/src/commands/UpdateSubscriptionRequestCommand.ts +++ b/clients/client-datazone/src/commands/UpdateSubscriptionRequestCommand.ts @@ -139,9 +139,6 @@ export class UpdateSubscriptionRequestCommand extends $Command< UpdateSubscriptionRequestCommandOutput, DataZoneClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -154,9 +151,7 @@ export class UpdateSubscriptionRequestCommand extends $Command< * @public */ constructor(readonly input: UpdateSubscriptionRequestCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -212,7 +207,4 @@ export class UpdateSubscriptionRequestCommand extends $Command< ): Promise { return de_UpdateSubscriptionRequestCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-datazone/src/commands/UpdateSubscriptionTargetCommand.ts b/clients/client-datazone/src/commands/UpdateSubscriptionTargetCommand.ts index c2eec87d3c2b..62a9e900bf35 100644 --- a/clients/client-datazone/src/commands/UpdateSubscriptionTargetCommand.ts +++ b/clients/client-datazone/src/commands/UpdateSubscriptionTargetCommand.ts @@ -136,9 +136,6 @@ export class UpdateSubscriptionTargetCommand extends $Command< UpdateSubscriptionTargetCommandOutput, DataZoneClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -151,9 +148,7 @@ export class UpdateSubscriptionTargetCommand extends $Command< * @public */ constructor(readonly input: UpdateSubscriptionTargetCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -206,7 +201,4 @@ export class UpdateSubscriptionTargetCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdateSubscriptionTargetCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-datazone/src/commands/UpdateUserProfileCommand.ts b/clients/client-datazone/src/commands/UpdateUserProfileCommand.ts index cbf786b11534..66b0e819944e 100644 --- a/clients/client-datazone/src/commands/UpdateUserProfileCommand.ts +++ b/clients/client-datazone/src/commands/UpdateUserProfileCommand.ts @@ -108,9 +108,6 @@ export class UpdateUserProfileCommand extends $Command< UpdateUserProfileCommandOutput, DataZoneClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -123,9 +120,7 @@ export class UpdateUserProfileCommand extends $Command< * @public */ constructor(readonly input: UpdateUserProfileCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -178,7 +173,4 @@ export class UpdateUserProfileCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdateUserProfileCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-dax/package.json b/clients/client-dax/package.json index ace3b5841081..9f627bc2a093 100644 --- a/clients/client-dax/package.json +++ b/clients/client-dax/package.json @@ -34,29 +34,29 @@ "@aws-sdk/util-endpoints": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@smithy/config-resolver": "^2.0.16", - "@smithy/fetch-http-handler": "^2.2.4", - "@smithy/hash-node": "^2.0.12", - "@smithy/invalid-dependency": "^2.0.12", - "@smithy/middleware-content-length": "^2.0.14", - "@smithy/middleware-endpoint": "^2.1.3", - "@smithy/middleware-retry": "^2.0.18", - "@smithy/middleware-serde": "^2.0.12", - "@smithy/middleware-stack": "^2.0.6", - "@smithy/node-config-provider": "^2.1.3", - "@smithy/node-http-handler": "^2.1.8", - "@smithy/protocol-http": "^3.0.8", - "@smithy/smithy-client": "^2.1.12", - "@smithy/types": "^2.4.0", - "@smithy/url-parser": "^2.0.12", - "@smithy/util-base64": "^2.0.0", + "@smithy/config-resolver": "^2.0.18", + "@smithy/fetch-http-handler": "^2.2.6", + "@smithy/hash-node": "^2.0.15", + "@smithy/invalid-dependency": "^2.0.13", + "@smithy/middleware-content-length": "^2.0.15", + "@smithy/middleware-endpoint": "^2.2.0", + "@smithy/middleware-retry": "^2.0.20", + "@smithy/middleware-serde": "^2.0.13", + "@smithy/middleware-stack": "^2.0.7", + "@smithy/node-config-provider": "^2.1.5", + "@smithy/node-http-handler": "^2.1.9", + "@smithy/protocol-http": "^3.0.9", + "@smithy/smithy-client": "^2.1.15", + "@smithy/types": "^2.5.0", + "@smithy/url-parser": "^2.0.13", + "@smithy/util-base64": "^2.0.1", "@smithy/util-body-length-browser": "^2.0.0", "@smithy/util-body-length-node": "^2.1.0", - "@smithy/util-defaults-mode-browser": "^2.0.16", - "@smithy/util-defaults-mode-node": "^2.0.21", - "@smithy/util-endpoints": "^1.0.2", - "@smithy/util-retry": "^2.0.5", - "@smithy/util-utf8": "^2.0.0", + "@smithy/util-defaults-mode-browser": "^2.0.19", + "@smithy/util-defaults-mode-node": "^2.0.25", + "@smithy/util-endpoints": "^1.0.4", + "@smithy/util-retry": "^2.0.6", + "@smithy/util-utf8": "^2.0.2", "tslib": "^2.5.0" }, "devDependencies": { diff --git a/clients/client-dax/src/commands/CreateClusterCommand.ts b/clients/client-dax/src/commands/CreateClusterCommand.ts index 392bf5800ae3..4bbba19547b8 100644 --- a/clients/client-dax/src/commands/CreateClusterCommand.ts +++ b/clients/client-dax/src/commands/CreateClusterCommand.ts @@ -201,9 +201,6 @@ export class CreateClusterCommand extends $Command< CreateClusterCommandOutput, DAXClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -217,9 +214,7 @@ export class CreateClusterCommand extends $Command< * @public */ constructor(readonly input: CreateClusterCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -270,7 +265,4 @@ export class CreateClusterCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateClusterCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-dax/src/commands/CreateParameterGroupCommand.ts b/clients/client-dax/src/commands/CreateParameterGroupCommand.ts index b33c6cf50997..a6ec47636ef5 100644 --- a/clients/client-dax/src/commands/CreateParameterGroupCommand.ts +++ b/clients/client-dax/src/commands/CreateParameterGroupCommand.ts @@ -93,9 +93,6 @@ export class CreateParameterGroupCommand extends $Command< CreateParameterGroupCommandOutput, DAXClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -109,9 +106,7 @@ export class CreateParameterGroupCommand extends $Command< * @public */ constructor(readonly input: CreateParameterGroupCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -164,7 +159,4 @@ export class CreateParameterGroupCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateParameterGroupCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-dax/src/commands/CreateSubnetGroupCommand.ts b/clients/client-dax/src/commands/CreateSubnetGroupCommand.ts index a46d484a7026..aaf8863b2314 100644 --- a/clients/client-dax/src/commands/CreateSubnetGroupCommand.ts +++ b/clients/client-dax/src/commands/CreateSubnetGroupCommand.ts @@ -101,9 +101,6 @@ export class CreateSubnetGroupCommand extends $Command< CreateSubnetGroupCommandOutput, DAXClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -117,9 +114,7 @@ export class CreateSubnetGroupCommand extends $Command< * @public */ constructor(readonly input: CreateSubnetGroupCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -172,7 +167,4 @@ export class CreateSubnetGroupCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateSubnetGroupCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-dax/src/commands/DecreaseReplicationFactorCommand.ts b/clients/client-dax/src/commands/DecreaseReplicationFactorCommand.ts index b72e87cdc518..d6c369844494 100644 --- a/clients/client-dax/src/commands/DecreaseReplicationFactorCommand.ts +++ b/clients/client-dax/src/commands/DecreaseReplicationFactorCommand.ts @@ -153,9 +153,6 @@ export class DecreaseReplicationFactorCommand extends $Command< DecreaseReplicationFactorCommandOutput, DAXClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -169,9 +166,7 @@ export class DecreaseReplicationFactorCommand extends $Command< * @public */ constructor(readonly input: DecreaseReplicationFactorCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -227,7 +222,4 @@ export class DecreaseReplicationFactorCommand extends $Command< ): Promise { return de_DecreaseReplicationFactorCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-dax/src/commands/DeleteClusterCommand.ts b/clients/client-dax/src/commands/DeleteClusterCommand.ts index 825767eadc50..a9d02f8ebb09 100644 --- a/clients/client-dax/src/commands/DeleteClusterCommand.ts +++ b/clients/client-dax/src/commands/DeleteClusterCommand.ts @@ -144,9 +144,6 @@ export class DeleteClusterCommand extends $Command< DeleteClusterCommandOutput, DAXClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -160,9 +157,7 @@ export class DeleteClusterCommand extends $Command< * @public */ constructor(readonly input: DeleteClusterCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -213,7 +208,4 @@ export class DeleteClusterCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteClusterCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-dax/src/commands/DeleteParameterGroupCommand.ts b/clients/client-dax/src/commands/DeleteParameterGroupCommand.ts index d886cee0c76f..08bad2a25c03 100644 --- a/clients/client-dax/src/commands/DeleteParameterGroupCommand.ts +++ b/clients/client-dax/src/commands/DeleteParameterGroupCommand.ts @@ -86,9 +86,6 @@ export class DeleteParameterGroupCommand extends $Command< DeleteParameterGroupCommandOutput, DAXClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -102,9 +99,7 @@ export class DeleteParameterGroupCommand extends $Command< * @public */ constructor(readonly input: DeleteParameterGroupCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -157,7 +152,4 @@ export class DeleteParameterGroupCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteParameterGroupCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-dax/src/commands/DeleteSubnetGroupCommand.ts b/clients/client-dax/src/commands/DeleteSubnetGroupCommand.ts index 05374fdd17ab..ab9dabb10e54 100644 --- a/clients/client-dax/src/commands/DeleteSubnetGroupCommand.ts +++ b/clients/client-dax/src/commands/DeleteSubnetGroupCommand.ts @@ -84,9 +84,6 @@ export class DeleteSubnetGroupCommand extends $Command< DeleteSubnetGroupCommandOutput, DAXClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -100,9 +97,7 @@ export class DeleteSubnetGroupCommand extends $Command< * @public */ constructor(readonly input: DeleteSubnetGroupCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -155,7 +150,4 @@ export class DeleteSubnetGroupCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteSubnetGroupCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-dax/src/commands/DescribeClustersCommand.ts b/clients/client-dax/src/commands/DescribeClustersCommand.ts index ba072919f908..d3ca013b8c65 100644 --- a/clients/client-dax/src/commands/DescribeClustersCommand.ts +++ b/clients/client-dax/src/commands/DescribeClustersCommand.ts @@ -155,9 +155,6 @@ export class DescribeClustersCommand extends $Command< DescribeClustersCommandOutput, DAXClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -171,9 +168,7 @@ export class DescribeClustersCommand extends $Command< * @public */ constructor(readonly input: DescribeClustersCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -226,7 +221,4 @@ export class DescribeClustersCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DescribeClustersCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-dax/src/commands/DescribeDefaultParametersCommand.ts b/clients/client-dax/src/commands/DescribeDefaultParametersCommand.ts index 31a183c3d5d4..2884702cc0b2 100644 --- a/clients/client-dax/src/commands/DescribeDefaultParametersCommand.ts +++ b/clients/client-dax/src/commands/DescribeDefaultParametersCommand.ts @@ -100,9 +100,6 @@ export class DescribeDefaultParametersCommand extends $Command< DescribeDefaultParametersCommandOutput, DAXClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -116,9 +113,7 @@ export class DescribeDefaultParametersCommand extends $Command< * @public */ constructor(readonly input: DescribeDefaultParametersCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -174,7 +169,4 @@ export class DescribeDefaultParametersCommand extends $Command< ): Promise { return de_DescribeDefaultParametersCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-dax/src/commands/DescribeEventsCommand.ts b/clients/client-dax/src/commands/DescribeEventsCommand.ts index 4598ee5b358c..ca53b3748ca7 100644 --- a/clients/client-dax/src/commands/DescribeEventsCommand.ts +++ b/clients/client-dax/src/commands/DescribeEventsCommand.ts @@ -97,9 +97,6 @@ export class DescribeEventsCommand extends $Command< DescribeEventsCommandOutput, DAXClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -113,9 +110,7 @@ export class DescribeEventsCommand extends $Command< * @public */ constructor(readonly input: DescribeEventsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -168,7 +163,4 @@ export class DescribeEventsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DescribeEventsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-dax/src/commands/DescribeParameterGroupsCommand.ts b/clients/client-dax/src/commands/DescribeParameterGroupsCommand.ts index 40d5a74f653c..5c0a8507f95b 100644 --- a/clients/client-dax/src/commands/DescribeParameterGroupsCommand.ts +++ b/clients/client-dax/src/commands/DescribeParameterGroupsCommand.ts @@ -93,9 +93,6 @@ export class DescribeParameterGroupsCommand extends $Command< DescribeParameterGroupsCommandOutput, DAXClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -109,9 +106,7 @@ export class DescribeParameterGroupsCommand extends $Command< * @public */ constructor(readonly input: DescribeParameterGroupsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -164,7 +159,4 @@ export class DescribeParameterGroupsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DescribeParameterGroupsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-dax/src/commands/DescribeParametersCommand.ts b/clients/client-dax/src/commands/DescribeParametersCommand.ts index db56130acf3f..65cb435c05a4 100644 --- a/clients/client-dax/src/commands/DescribeParametersCommand.ts +++ b/clients/client-dax/src/commands/DescribeParametersCommand.ts @@ -104,9 +104,6 @@ export class DescribeParametersCommand extends $Command< DescribeParametersCommandOutput, DAXClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -120,9 +117,7 @@ export class DescribeParametersCommand extends $Command< * @public */ constructor(readonly input: DescribeParametersCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -175,7 +170,4 @@ export class DescribeParametersCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DescribeParametersCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-dax/src/commands/DescribeSubnetGroupsCommand.ts b/clients/client-dax/src/commands/DescribeSubnetGroupsCommand.ts index e315ac8a5245..43891e884a05 100644 --- a/clients/client-dax/src/commands/DescribeSubnetGroupsCommand.ts +++ b/clients/client-dax/src/commands/DescribeSubnetGroupsCommand.ts @@ -95,9 +95,6 @@ export class DescribeSubnetGroupsCommand extends $Command< DescribeSubnetGroupsCommandOutput, DAXClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -111,9 +108,7 @@ export class DescribeSubnetGroupsCommand extends $Command< * @public */ constructor(readonly input: DescribeSubnetGroupsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -166,7 +161,4 @@ export class DescribeSubnetGroupsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DescribeSubnetGroupsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-dax/src/commands/IncreaseReplicationFactorCommand.ts b/clients/client-dax/src/commands/IncreaseReplicationFactorCommand.ts index 5a91ffaf2526..df3c944d254d 100644 --- a/clients/client-dax/src/commands/IncreaseReplicationFactorCommand.ts +++ b/clients/client-dax/src/commands/IncreaseReplicationFactorCommand.ts @@ -159,9 +159,6 @@ export class IncreaseReplicationFactorCommand extends $Command< IncreaseReplicationFactorCommandOutput, DAXClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -175,9 +172,7 @@ export class IncreaseReplicationFactorCommand extends $Command< * @public */ constructor(readonly input: IncreaseReplicationFactorCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -233,7 +228,4 @@ export class IncreaseReplicationFactorCommand extends $Command< ): Promise { return de_IncreaseReplicationFactorCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-dax/src/commands/ListTagsCommand.ts b/clients/client-dax/src/commands/ListTagsCommand.ts index 3a5f24bb0980..9ac6ee98779a 100644 --- a/clients/client-dax/src/commands/ListTagsCommand.ts +++ b/clients/client-dax/src/commands/ListTagsCommand.ts @@ -93,9 +93,6 @@ export interface ListTagsCommandOutput extends ListTagsResponse, __MetadataBeare * */ export class ListTagsCommand extends $Command { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -109,9 +106,7 @@ export class ListTagsCommand extends $Command { return de_ListTagsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-dax/src/commands/RebootNodeCommand.ts b/clients/client-dax/src/commands/RebootNodeCommand.ts index c011ad4bc29e..e231340d63a7 100644 --- a/clients/client-dax/src/commands/RebootNodeCommand.ts +++ b/clients/client-dax/src/commands/RebootNodeCommand.ts @@ -150,9 +150,6 @@ export class RebootNodeCommand extends $Command< RebootNodeCommandOutput, DAXClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -166,9 +163,7 @@ export class RebootNodeCommand extends $Command< * @public */ constructor(readonly input: RebootNodeCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -219,7 +214,4 @@ export class RebootNodeCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_RebootNodeCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-dax/src/commands/TagResourceCommand.ts b/clients/client-dax/src/commands/TagResourceCommand.ts index 9e59776222cb..9f75f2ea9941 100644 --- a/clients/client-dax/src/commands/TagResourceCommand.ts +++ b/clients/client-dax/src/commands/TagResourceCommand.ts @@ -104,9 +104,6 @@ export class TagResourceCommand extends $Command< TagResourceCommandOutput, DAXClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -120,9 +117,7 @@ export class TagResourceCommand extends $Command< * @public */ constructor(readonly input: TagResourceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -173,7 +168,4 @@ export class TagResourceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_TagResourceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-dax/src/commands/UntagResourceCommand.ts b/clients/client-dax/src/commands/UntagResourceCommand.ts index 03d789a2bde1..690ed5e9ee21 100644 --- a/clients/client-dax/src/commands/UntagResourceCommand.ts +++ b/clients/client-dax/src/commands/UntagResourceCommand.ts @@ -101,9 +101,6 @@ export class UntagResourceCommand extends $Command< UntagResourceCommandOutput, DAXClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -117,9 +114,7 @@ export class UntagResourceCommand extends $Command< * @public */ constructor(readonly input: UntagResourceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -170,7 +165,4 @@ export class UntagResourceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UntagResourceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-dax/src/commands/UpdateClusterCommand.ts b/clients/client-dax/src/commands/UpdateClusterCommand.ts index 6045b667e37e..6bf31210948e 100644 --- a/clients/client-dax/src/commands/UpdateClusterCommand.ts +++ b/clients/client-dax/src/commands/UpdateClusterCommand.ts @@ -156,9 +156,6 @@ export class UpdateClusterCommand extends $Command< UpdateClusterCommandOutput, DAXClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -172,9 +169,7 @@ export class UpdateClusterCommand extends $Command< * @public */ constructor(readonly input: UpdateClusterCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -225,7 +220,4 @@ export class UpdateClusterCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdateClusterCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-dax/src/commands/UpdateParameterGroupCommand.ts b/clients/client-dax/src/commands/UpdateParameterGroupCommand.ts index 43d918ef15d5..6c78aeddc153 100644 --- a/clients/client-dax/src/commands/UpdateParameterGroupCommand.ts +++ b/clients/client-dax/src/commands/UpdateParameterGroupCommand.ts @@ -96,9 +96,6 @@ export class UpdateParameterGroupCommand extends $Command< UpdateParameterGroupCommandOutput, DAXClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -112,9 +109,7 @@ export class UpdateParameterGroupCommand extends $Command< * @public */ constructor(readonly input: UpdateParameterGroupCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -167,7 +162,4 @@ export class UpdateParameterGroupCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdateParameterGroupCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-dax/src/commands/UpdateSubnetGroupCommand.ts b/clients/client-dax/src/commands/UpdateSubnetGroupCommand.ts index e8b5c2e11b82..54dcbae656c1 100644 --- a/clients/client-dax/src/commands/UpdateSubnetGroupCommand.ts +++ b/clients/client-dax/src/commands/UpdateSubnetGroupCommand.ts @@ -101,9 +101,6 @@ export class UpdateSubnetGroupCommand extends $Command< UpdateSubnetGroupCommandOutput, DAXClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -117,9 +114,7 @@ export class UpdateSubnetGroupCommand extends $Command< * @public */ constructor(readonly input: UpdateSubnetGroupCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -172,7 +167,4 @@ export class UpdateSubnetGroupCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdateSubnetGroupCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-detective/package.json b/clients/client-detective/package.json index a6d38b32df10..120f830df3f8 100644 --- a/clients/client-detective/package.json +++ b/clients/client-detective/package.json @@ -34,29 +34,29 @@ "@aws-sdk/util-endpoints": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@smithy/config-resolver": "^2.0.16", - "@smithy/fetch-http-handler": "^2.2.4", - "@smithy/hash-node": "^2.0.12", - "@smithy/invalid-dependency": "^2.0.12", - "@smithy/middleware-content-length": "^2.0.14", - "@smithy/middleware-endpoint": "^2.1.3", - "@smithy/middleware-retry": "^2.0.18", - "@smithy/middleware-serde": "^2.0.12", - "@smithy/middleware-stack": "^2.0.6", - "@smithy/node-config-provider": "^2.1.3", - "@smithy/node-http-handler": "^2.1.8", - "@smithy/protocol-http": "^3.0.8", - "@smithy/smithy-client": "^2.1.12", - "@smithy/types": "^2.4.0", - "@smithy/url-parser": "^2.0.12", - "@smithy/util-base64": "^2.0.0", + "@smithy/config-resolver": "^2.0.18", + "@smithy/fetch-http-handler": "^2.2.6", + "@smithy/hash-node": "^2.0.15", + "@smithy/invalid-dependency": "^2.0.13", + "@smithy/middleware-content-length": "^2.0.15", + "@smithy/middleware-endpoint": "^2.2.0", + "@smithy/middleware-retry": "^2.0.20", + "@smithy/middleware-serde": "^2.0.13", + "@smithy/middleware-stack": "^2.0.7", + "@smithy/node-config-provider": "^2.1.5", + "@smithy/node-http-handler": "^2.1.9", + "@smithy/protocol-http": "^3.0.9", + "@smithy/smithy-client": "^2.1.15", + "@smithy/types": "^2.5.0", + "@smithy/url-parser": "^2.0.13", + "@smithy/util-base64": "^2.0.1", "@smithy/util-body-length-browser": "^2.0.0", "@smithy/util-body-length-node": "^2.1.0", - "@smithy/util-defaults-mode-browser": "^2.0.16", - "@smithy/util-defaults-mode-node": "^2.0.21", - "@smithy/util-endpoints": "^1.0.2", - "@smithy/util-retry": "^2.0.5", - "@smithy/util-utf8": "^2.0.0", + "@smithy/util-defaults-mode-browser": "^2.0.19", + "@smithy/util-defaults-mode-node": "^2.0.25", + "@smithy/util-endpoints": "^1.0.4", + "@smithy/util-retry": "^2.0.6", + "@smithy/util-utf8": "^2.0.2", "tslib": "^2.5.0" }, "devDependencies": { diff --git a/clients/client-detective/src/commands/AcceptInvitationCommand.ts b/clients/client-detective/src/commands/AcceptInvitationCommand.ts index e6a0b1bcc501..bbe938a10b73 100644 --- a/clients/client-detective/src/commands/AcceptInvitationCommand.ts +++ b/clients/client-detective/src/commands/AcceptInvitationCommand.ts @@ -87,9 +87,6 @@ export class AcceptInvitationCommand extends $Command< AcceptInvitationCommandOutput, DetectiveClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -103,9 +100,7 @@ export class AcceptInvitationCommand extends $Command< * @public */ constructor(readonly input: AcceptInvitationCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -158,7 +153,4 @@ export class AcceptInvitationCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_AcceptInvitationCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-detective/src/commands/BatchGetGraphMemberDatasourcesCommand.ts b/clients/client-detective/src/commands/BatchGetGraphMemberDatasourcesCommand.ts index 6363594549e2..07968205b42f 100644 --- a/clients/client-detective/src/commands/BatchGetGraphMemberDatasourcesCommand.ts +++ b/clients/client-detective/src/commands/BatchGetGraphMemberDatasourcesCommand.ts @@ -109,9 +109,6 @@ export class BatchGetGraphMemberDatasourcesCommand extends $Command< BatchGetGraphMemberDatasourcesCommandOutput, DetectiveClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -125,9 +122,7 @@ export class BatchGetGraphMemberDatasourcesCommand extends $Command< * @public */ constructor(readonly input: BatchGetGraphMemberDatasourcesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -186,7 +181,4 @@ export class BatchGetGraphMemberDatasourcesCommand extends $Command< ): Promise { return de_BatchGetGraphMemberDatasourcesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-detective/src/commands/BatchGetMembershipDatasourcesCommand.ts b/clients/client-detective/src/commands/BatchGetMembershipDatasourcesCommand.ts index 2b5ddd7357ab..d3b2e110cc9a 100644 --- a/clients/client-detective/src/commands/BatchGetMembershipDatasourcesCommand.ts +++ b/clients/client-detective/src/commands/BatchGetMembershipDatasourcesCommand.ts @@ -108,9 +108,6 @@ export class BatchGetMembershipDatasourcesCommand extends $Command< BatchGetMembershipDatasourcesCommandOutput, DetectiveClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -124,9 +121,7 @@ export class BatchGetMembershipDatasourcesCommand extends $Command< * @public */ constructor(readonly input: BatchGetMembershipDatasourcesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -182,7 +177,4 @@ export class BatchGetMembershipDatasourcesCommand extends $Command< ): Promise { return de_BatchGetMembershipDatasourcesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-detective/src/commands/CreateGraphCommand.ts b/clients/client-detective/src/commands/CreateGraphCommand.ts index e71c30b53f5c..b77964b933b9 100644 --- a/clients/client-detective/src/commands/CreateGraphCommand.ts +++ b/clients/client-detective/src/commands/CreateGraphCommand.ts @@ -115,9 +115,6 @@ export class CreateGraphCommand extends $Command< CreateGraphCommandOutput, DetectiveClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -131,9 +128,7 @@ export class CreateGraphCommand extends $Command< * @public */ constructor(readonly input: CreateGraphCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -184,7 +179,4 @@ export class CreateGraphCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateGraphCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-detective/src/commands/CreateMembersCommand.ts b/clients/client-detective/src/commands/CreateMembersCommand.ts index 5f040b5ef998..0f4a6f888b53 100644 --- a/clients/client-detective/src/commands/CreateMembersCommand.ts +++ b/clients/client-detective/src/commands/CreateMembersCommand.ts @@ -177,9 +177,6 @@ export class CreateMembersCommand extends $Command< CreateMembersCommandOutput, DetectiveClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -193,9 +190,7 @@ export class CreateMembersCommand extends $Command< * @public */ constructor(readonly input: CreateMembersCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -246,7 +241,4 @@ export class CreateMembersCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateMembersCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-detective/src/commands/DeleteGraphCommand.ts b/clients/client-detective/src/commands/DeleteGraphCommand.ts index ebd6373905c5..656feda9d5aa 100644 --- a/clients/client-detective/src/commands/DeleteGraphCommand.ts +++ b/clients/client-detective/src/commands/DeleteGraphCommand.ts @@ -85,9 +85,6 @@ export class DeleteGraphCommand extends $Command< DeleteGraphCommandOutput, DetectiveClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -101,9 +98,7 @@ export class DeleteGraphCommand extends $Command< * @public */ constructor(readonly input: DeleteGraphCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -154,7 +149,4 @@ export class DeleteGraphCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteGraphCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-detective/src/commands/DeleteMembersCommand.ts b/clients/client-detective/src/commands/DeleteMembersCommand.ts index b1bde5ae22ee..b726a030e3fc 100644 --- a/clients/client-detective/src/commands/DeleteMembersCommand.ts +++ b/clients/client-detective/src/commands/DeleteMembersCommand.ts @@ -109,9 +109,6 @@ export class DeleteMembersCommand extends $Command< DeleteMembersCommandOutput, DetectiveClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -125,9 +122,7 @@ export class DeleteMembersCommand extends $Command< * @public */ constructor(readonly input: DeleteMembersCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -178,7 +173,4 @@ export class DeleteMembersCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteMembersCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-detective/src/commands/DescribeOrganizationConfigurationCommand.ts b/clients/client-detective/src/commands/DescribeOrganizationConfigurationCommand.ts index 76e5562deb15..2adc6af191fe 100644 --- a/clients/client-detective/src/commands/DescribeOrganizationConfigurationCommand.ts +++ b/clients/client-detective/src/commands/DescribeOrganizationConfigurationCommand.ts @@ -95,9 +95,6 @@ export class DescribeOrganizationConfigurationCommand extends $Command< DescribeOrganizationConfigurationCommandOutput, DetectiveClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -111,9 +108,7 @@ export class DescribeOrganizationConfigurationCommand extends $Command< * @public */ constructor(readonly input: DescribeOrganizationConfigurationCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -172,7 +167,4 @@ export class DescribeOrganizationConfigurationCommand extends $Command< ): Promise { return de_DescribeOrganizationConfigurationCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-detective/src/commands/DisableOrganizationAdminAccountCommand.ts b/clients/client-detective/src/commands/DisableOrganizationAdminAccountCommand.ts index 3df3fcae0ee6..8f22f3fc13a3 100644 --- a/clients/client-detective/src/commands/DisableOrganizationAdminAccountCommand.ts +++ b/clients/client-detective/src/commands/DisableOrganizationAdminAccountCommand.ts @@ -87,9 +87,6 @@ export class DisableOrganizationAdminAccountCommand extends $Command< DisableOrganizationAdminAccountCommandOutput, DetectiveClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -103,9 +100,7 @@ export class DisableOrganizationAdminAccountCommand extends $Command< * @public */ constructor(readonly input: DisableOrganizationAdminAccountCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -164,7 +159,4 @@ export class DisableOrganizationAdminAccountCommand extends $Command< ): Promise { return de_DisableOrganizationAdminAccountCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-detective/src/commands/DisassociateMembershipCommand.ts b/clients/client-detective/src/commands/DisassociateMembershipCommand.ts index e6e33c7842b0..61542e994ab8 100644 --- a/clients/client-detective/src/commands/DisassociateMembershipCommand.ts +++ b/clients/client-detective/src/commands/DisassociateMembershipCommand.ts @@ -90,9 +90,6 @@ export class DisassociateMembershipCommand extends $Command< DisassociateMembershipCommandOutput, DetectiveClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -106,9 +103,7 @@ export class DisassociateMembershipCommand extends $Command< * @public */ constructor(readonly input: DisassociateMembershipCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -161,7 +156,4 @@ export class DisassociateMembershipCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DisassociateMembershipCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-detective/src/commands/EnableOrganizationAdminAccountCommand.ts b/clients/client-detective/src/commands/EnableOrganizationAdminAccountCommand.ts index 906f70585f5e..b1769877b917 100644 --- a/clients/client-detective/src/commands/EnableOrganizationAdminAccountCommand.ts +++ b/clients/client-detective/src/commands/EnableOrganizationAdminAccountCommand.ts @@ -96,9 +96,6 @@ export class EnableOrganizationAdminAccountCommand extends $Command< EnableOrganizationAdminAccountCommandOutput, DetectiveClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -112,9 +109,7 @@ export class EnableOrganizationAdminAccountCommand extends $Command< * @public */ constructor(readonly input: EnableOrganizationAdminAccountCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -173,7 +168,4 @@ export class EnableOrganizationAdminAccountCommand extends $Command< ): Promise { return de_EnableOrganizationAdminAccountCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-detective/src/commands/GetMembersCommand.ts b/clients/client-detective/src/commands/GetMembersCommand.ts index a0a710141a63..08cce5e167f6 100644 --- a/clients/client-detective/src/commands/GetMembersCommand.ts +++ b/clients/client-detective/src/commands/GetMembersCommand.ts @@ -119,9 +119,6 @@ export class GetMembersCommand extends $Command< GetMembersCommandOutput, DetectiveClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -135,9 +132,7 @@ export class GetMembersCommand extends $Command< * @public */ constructor(readonly input: GetMembersCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -188,7 +183,4 @@ export class GetMembersCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetMembersCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-detective/src/commands/ListDatasourcePackagesCommand.ts b/clients/client-detective/src/commands/ListDatasourcePackagesCommand.ts index 145665d74ed0..9089cba8da11 100644 --- a/clients/client-detective/src/commands/ListDatasourcePackagesCommand.ts +++ b/clients/client-detective/src/commands/ListDatasourcePackagesCommand.ts @@ -95,9 +95,6 @@ export class ListDatasourcePackagesCommand extends $Command< ListDatasourcePackagesCommandOutput, DetectiveClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -111,9 +108,7 @@ export class ListDatasourcePackagesCommand extends $Command< * @public */ constructor(readonly input: ListDatasourcePackagesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -166,7 +161,4 @@ export class ListDatasourcePackagesCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListDatasourcePackagesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-detective/src/commands/ListGraphsCommand.ts b/clients/client-detective/src/commands/ListGraphsCommand.ts index b0f8bcdbc72d..c0ec5755f842 100644 --- a/clients/client-detective/src/commands/ListGraphsCommand.ts +++ b/clients/client-detective/src/commands/ListGraphsCommand.ts @@ -90,9 +90,6 @@ export class ListGraphsCommand extends $Command< ListGraphsCommandOutput, DetectiveClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -106,9 +103,7 @@ export class ListGraphsCommand extends $Command< * @public */ constructor(readonly input: ListGraphsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -159,7 +154,4 @@ export class ListGraphsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListGraphsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-detective/src/commands/ListInvitationsCommand.ts b/clients/client-detective/src/commands/ListInvitationsCommand.ts index 324ae79ec75b..056aea4cb633 100644 --- a/clients/client-detective/src/commands/ListInvitationsCommand.ts +++ b/clients/client-detective/src/commands/ListInvitationsCommand.ts @@ -117,9 +117,6 @@ export class ListInvitationsCommand extends $Command< ListInvitationsCommandOutput, DetectiveClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -133,9 +130,7 @@ export class ListInvitationsCommand extends $Command< * @public */ constructor(readonly input: ListInvitationsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -188,7 +183,4 @@ export class ListInvitationsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListInvitationsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-detective/src/commands/ListMembersCommand.ts b/clients/client-detective/src/commands/ListMembersCommand.ts index 1ae4fce60662..e19d503489f4 100644 --- a/clients/client-detective/src/commands/ListMembersCommand.ts +++ b/clients/client-detective/src/commands/ListMembersCommand.ts @@ -117,9 +117,6 @@ export class ListMembersCommand extends $Command< ListMembersCommandOutput, DetectiveClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -133,9 +130,7 @@ export class ListMembersCommand extends $Command< * @public */ constructor(readonly input: ListMembersCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -186,7 +181,4 @@ export class ListMembersCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListMembersCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-detective/src/commands/ListOrganizationAdminAccountsCommand.ts b/clients/client-detective/src/commands/ListOrganizationAdminAccountsCommand.ts index 55733fe42422..00f2dbc5f131 100644 --- a/clients/client-detective/src/commands/ListOrganizationAdminAccountsCommand.ts +++ b/clients/client-detective/src/commands/ListOrganizationAdminAccountsCommand.ts @@ -98,9 +98,6 @@ export class ListOrganizationAdminAccountsCommand extends $Command< ListOrganizationAdminAccountsCommandOutput, DetectiveClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -114,9 +111,7 @@ export class ListOrganizationAdminAccountsCommand extends $Command< * @public */ constructor(readonly input: ListOrganizationAdminAccountsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -172,7 +167,4 @@ export class ListOrganizationAdminAccountsCommand extends $Command< ): Promise { return de_ListOrganizationAdminAccountsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-detective/src/commands/ListTagsForResourceCommand.ts b/clients/client-detective/src/commands/ListTagsForResourceCommand.ts index 5cfe7f4190c4..09d4d8b1ed06 100644 --- a/clients/client-detective/src/commands/ListTagsForResourceCommand.ts +++ b/clients/client-detective/src/commands/ListTagsForResourceCommand.ts @@ -85,9 +85,6 @@ export class ListTagsForResourceCommand extends $Command< ListTagsForResourceCommandOutput, DetectiveClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -101,9 +98,7 @@ export class ListTagsForResourceCommand extends $Command< * @public */ constructor(readonly input: ListTagsForResourceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -156,7 +151,4 @@ export class ListTagsForResourceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListTagsForResourceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-detective/src/commands/RejectInvitationCommand.ts b/clients/client-detective/src/commands/RejectInvitationCommand.ts index 1a5bffb3df20..7e07e15758f8 100644 --- a/clients/client-detective/src/commands/RejectInvitationCommand.ts +++ b/clients/client-detective/src/commands/RejectInvitationCommand.ts @@ -90,9 +90,6 @@ export class RejectInvitationCommand extends $Command< RejectInvitationCommandOutput, DetectiveClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -106,9 +103,7 @@ export class RejectInvitationCommand extends $Command< * @public */ constructor(readonly input: RejectInvitationCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -161,7 +156,4 @@ export class RejectInvitationCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_RejectInvitationCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-detective/src/commands/StartMonitoringMemberCommand.ts b/clients/client-detective/src/commands/StartMonitoringMemberCommand.ts index 5ad2e4c5db3a..26b5985f7a75 100644 --- a/clients/client-detective/src/commands/StartMonitoringMemberCommand.ts +++ b/clients/client-detective/src/commands/StartMonitoringMemberCommand.ts @@ -115,9 +115,6 @@ export class StartMonitoringMemberCommand extends $Command< StartMonitoringMemberCommandOutput, DetectiveClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -131,9 +128,7 @@ export class StartMonitoringMemberCommand extends $Command< * @public */ constructor(readonly input: StartMonitoringMemberCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -186,7 +181,4 @@ export class StartMonitoringMemberCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_StartMonitoringMemberCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-detective/src/commands/TagResourceCommand.ts b/clients/client-detective/src/commands/TagResourceCommand.ts index 3380a0d1b894..14f4a5324f4a 100644 --- a/clients/client-detective/src/commands/TagResourceCommand.ts +++ b/clients/client-detective/src/commands/TagResourceCommand.ts @@ -84,9 +84,6 @@ export class TagResourceCommand extends $Command< TagResourceCommandOutput, DetectiveClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -100,9 +97,7 @@ export class TagResourceCommand extends $Command< * @public */ constructor(readonly input: TagResourceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -153,7 +148,4 @@ export class TagResourceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_TagResourceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-detective/src/commands/UntagResourceCommand.ts b/clients/client-detective/src/commands/UntagResourceCommand.ts index c3c98d35a801..55056fb7cdda 100644 --- a/clients/client-detective/src/commands/UntagResourceCommand.ts +++ b/clients/client-detective/src/commands/UntagResourceCommand.ts @@ -84,9 +84,6 @@ export class UntagResourceCommand extends $Command< UntagResourceCommandOutput, DetectiveClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -100,9 +97,7 @@ export class UntagResourceCommand extends $Command< * @public */ constructor(readonly input: UntagResourceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -153,7 +148,4 @@ export class UntagResourceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UntagResourceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-detective/src/commands/UpdateDatasourcePackagesCommand.ts b/clients/client-detective/src/commands/UpdateDatasourcePackagesCommand.ts index 8f55f079cc25..848650194042 100644 --- a/clients/client-detective/src/commands/UpdateDatasourcePackagesCommand.ts +++ b/clients/client-detective/src/commands/UpdateDatasourcePackagesCommand.ts @@ -102,9 +102,6 @@ export class UpdateDatasourcePackagesCommand extends $Command< UpdateDatasourcePackagesCommandOutput, DetectiveClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -118,9 +115,7 @@ export class UpdateDatasourcePackagesCommand extends $Command< * @public */ constructor(readonly input: UpdateDatasourcePackagesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -173,7 +168,4 @@ export class UpdateDatasourcePackagesCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdateDatasourcePackagesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-detective/src/commands/UpdateOrganizationConfigurationCommand.ts b/clients/client-detective/src/commands/UpdateOrganizationConfigurationCommand.ts index 3c298ca26720..c965493ed889 100644 --- a/clients/client-detective/src/commands/UpdateOrganizationConfigurationCommand.ts +++ b/clients/client-detective/src/commands/UpdateOrganizationConfigurationCommand.ts @@ -88,9 +88,6 @@ export class UpdateOrganizationConfigurationCommand extends $Command< UpdateOrganizationConfigurationCommandOutput, DetectiveClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -104,9 +101,7 @@ export class UpdateOrganizationConfigurationCommand extends $Command< * @public */ constructor(readonly input: UpdateOrganizationConfigurationCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -165,7 +160,4 @@ export class UpdateOrganizationConfigurationCommand extends $Command< ): Promise { return de_UpdateOrganizationConfigurationCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-device-farm/package.json b/clients/client-device-farm/package.json index 8394b21fba37..9ea43a3dea2d 100644 --- a/clients/client-device-farm/package.json +++ b/clients/client-device-farm/package.json @@ -34,29 +34,29 @@ "@aws-sdk/util-endpoints": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@smithy/config-resolver": "^2.0.16", - "@smithy/fetch-http-handler": "^2.2.4", - "@smithy/hash-node": "^2.0.12", - "@smithy/invalid-dependency": "^2.0.12", - "@smithy/middleware-content-length": "^2.0.14", - "@smithy/middleware-endpoint": "^2.1.3", - "@smithy/middleware-retry": "^2.0.18", - "@smithy/middleware-serde": "^2.0.12", - "@smithy/middleware-stack": "^2.0.6", - "@smithy/node-config-provider": "^2.1.3", - "@smithy/node-http-handler": "^2.1.8", - "@smithy/protocol-http": "^3.0.8", - "@smithy/smithy-client": "^2.1.12", - "@smithy/types": "^2.4.0", - "@smithy/url-parser": "^2.0.12", - "@smithy/util-base64": "^2.0.0", + "@smithy/config-resolver": "^2.0.18", + "@smithy/fetch-http-handler": "^2.2.6", + "@smithy/hash-node": "^2.0.15", + "@smithy/invalid-dependency": "^2.0.13", + "@smithy/middleware-content-length": "^2.0.15", + "@smithy/middleware-endpoint": "^2.2.0", + "@smithy/middleware-retry": "^2.0.20", + "@smithy/middleware-serde": "^2.0.13", + "@smithy/middleware-stack": "^2.0.7", + "@smithy/node-config-provider": "^2.1.5", + "@smithy/node-http-handler": "^2.1.9", + "@smithy/protocol-http": "^3.0.9", + "@smithy/smithy-client": "^2.1.15", + "@smithy/types": "^2.5.0", + "@smithy/url-parser": "^2.0.13", + "@smithy/util-base64": "^2.0.1", "@smithy/util-body-length-browser": "^2.0.0", "@smithy/util-body-length-node": "^2.1.0", - "@smithy/util-defaults-mode-browser": "^2.0.16", - "@smithy/util-defaults-mode-node": "^2.0.21", - "@smithy/util-endpoints": "^1.0.2", - "@smithy/util-retry": "^2.0.5", - "@smithy/util-utf8": "^2.0.0", + "@smithy/util-defaults-mode-browser": "^2.0.19", + "@smithy/util-defaults-mode-node": "^2.0.25", + "@smithy/util-endpoints": "^1.0.4", + "@smithy/util-retry": "^2.0.6", + "@smithy/util-utf8": "^2.0.2", "tslib": "^2.5.0" }, "devDependencies": { diff --git a/clients/client-device-farm/src/commands/CreateDevicePoolCommand.ts b/clients/client-device-farm/src/commands/CreateDevicePoolCommand.ts index dc8b10c86695..1006b8bac0da 100644 --- a/clients/client-device-farm/src/commands/CreateDevicePoolCommand.ts +++ b/clients/client-device-farm/src/commands/CreateDevicePoolCommand.ts @@ -124,9 +124,6 @@ export class CreateDevicePoolCommand extends $Command< CreateDevicePoolCommandOutput, DeviceFarmClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -140,9 +137,7 @@ export class CreateDevicePoolCommand extends $Command< * @public */ constructor(readonly input: CreateDevicePoolCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -195,7 +190,4 @@ export class CreateDevicePoolCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateDevicePoolCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-device-farm/src/commands/CreateInstanceProfileCommand.ts b/clients/client-device-farm/src/commands/CreateInstanceProfileCommand.ts index e1c67466138d..0061c505c121 100644 --- a/clients/client-device-farm/src/commands/CreateInstanceProfileCommand.ts +++ b/clients/client-device-farm/src/commands/CreateInstanceProfileCommand.ts @@ -98,9 +98,6 @@ export class CreateInstanceProfileCommand extends $Command< CreateInstanceProfileCommandOutput, DeviceFarmClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -114,9 +111,7 @@ export class CreateInstanceProfileCommand extends $Command< * @public */ constructor(readonly input: CreateInstanceProfileCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -169,7 +164,4 @@ export class CreateInstanceProfileCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateInstanceProfileCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-device-farm/src/commands/CreateNetworkProfileCommand.ts b/clients/client-device-farm/src/commands/CreateNetworkProfileCommand.ts index 16a52388900a..a8fa9b530473 100644 --- a/clients/client-device-farm/src/commands/CreateNetworkProfileCommand.ts +++ b/clients/client-device-farm/src/commands/CreateNetworkProfileCommand.ts @@ -106,9 +106,6 @@ export class CreateNetworkProfileCommand extends $Command< CreateNetworkProfileCommandOutput, DeviceFarmClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -122,9 +119,7 @@ export class CreateNetworkProfileCommand extends $Command< * @public */ constructor(readonly input: CreateNetworkProfileCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -177,7 +172,4 @@ export class CreateNetworkProfileCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateNetworkProfileCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-device-farm/src/commands/CreateProjectCommand.ts b/clients/client-device-farm/src/commands/CreateProjectCommand.ts index e39e833999e1..914d02cdefe2 100644 --- a/clients/client-device-farm/src/commands/CreateProjectCommand.ts +++ b/clients/client-device-farm/src/commands/CreateProjectCommand.ts @@ -129,9 +129,6 @@ export class CreateProjectCommand extends $Command< CreateProjectCommandOutput, DeviceFarmClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -145,9 +142,7 @@ export class CreateProjectCommand extends $Command< * @public */ constructor(readonly input: CreateProjectCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -198,7 +193,4 @@ export class CreateProjectCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateProjectCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-device-farm/src/commands/CreateRemoteAccessSessionCommand.ts b/clients/client-device-farm/src/commands/CreateRemoteAccessSessionCommand.ts index 7049b37e87e9..0052ed030f78 100644 --- a/clients/client-device-farm/src/commands/CreateRemoteAccessSessionCommand.ts +++ b/clients/client-device-farm/src/commands/CreateRemoteAccessSessionCommand.ts @@ -203,9 +203,6 @@ export class CreateRemoteAccessSessionCommand extends $Command< CreateRemoteAccessSessionCommandOutput, DeviceFarmClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -219,9 +216,7 @@ export class CreateRemoteAccessSessionCommand extends $Command< * @public */ constructor(readonly input: CreateRemoteAccessSessionCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -277,7 +272,4 @@ export class CreateRemoteAccessSessionCommand extends $Command< ): Promise { return de_CreateRemoteAccessSessionCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-device-farm/src/commands/CreateTestGridProjectCommand.ts b/clients/client-device-farm/src/commands/CreateTestGridProjectCommand.ts index 127fd41b3418..2711c9fbe7cd 100644 --- a/clients/client-device-farm/src/commands/CreateTestGridProjectCommand.ts +++ b/clients/client-device-farm/src/commands/CreateTestGridProjectCommand.ts @@ -105,9 +105,6 @@ export class CreateTestGridProjectCommand extends $Command< CreateTestGridProjectCommandOutput, DeviceFarmClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -121,9 +118,7 @@ export class CreateTestGridProjectCommand extends $Command< * @public */ constructor(readonly input: CreateTestGridProjectCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -176,7 +171,4 @@ export class CreateTestGridProjectCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateTestGridProjectCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-device-farm/src/commands/CreateTestGridUrlCommand.ts b/clients/client-device-farm/src/commands/CreateTestGridUrlCommand.ts index ddfa147274e4..42fab84fa4d1 100644 --- a/clients/client-device-farm/src/commands/CreateTestGridUrlCommand.ts +++ b/clients/client-device-farm/src/commands/CreateTestGridUrlCommand.ts @@ -87,9 +87,6 @@ export class CreateTestGridUrlCommand extends $Command< CreateTestGridUrlCommandOutput, DeviceFarmClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -103,9 +100,7 @@ export class CreateTestGridUrlCommand extends $Command< * @public */ constructor(readonly input: CreateTestGridUrlCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -158,7 +153,4 @@ export class CreateTestGridUrlCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateTestGridUrlCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-device-farm/src/commands/CreateUploadCommand.ts b/clients/client-device-farm/src/commands/CreateUploadCommand.ts index 8cdd1accbb83..44765ea48822 100644 --- a/clients/client-device-farm/src/commands/CreateUploadCommand.ts +++ b/clients/client-device-farm/src/commands/CreateUploadCommand.ts @@ -121,9 +121,6 @@ export class CreateUploadCommand extends $Command< CreateUploadCommandOutput, DeviceFarmClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -137,9 +134,7 @@ export class CreateUploadCommand extends $Command< * @public */ constructor(readonly input: CreateUploadCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -190,7 +185,4 @@ export class CreateUploadCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateUploadCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-device-farm/src/commands/CreateVPCEConfigurationCommand.ts b/clients/client-device-farm/src/commands/CreateVPCEConfigurationCommand.ts index acdaf3b194d7..944ea32a69ba 100644 --- a/clients/client-device-farm/src/commands/CreateVPCEConfigurationCommand.ts +++ b/clients/client-device-farm/src/commands/CreateVPCEConfigurationCommand.ts @@ -89,9 +89,6 @@ export class CreateVPCEConfigurationCommand extends $Command< CreateVPCEConfigurationCommandOutput, DeviceFarmClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -105,9 +102,7 @@ export class CreateVPCEConfigurationCommand extends $Command< * @public */ constructor(readonly input: CreateVPCEConfigurationCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -160,7 +155,4 @@ export class CreateVPCEConfigurationCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateVPCEConfigurationCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-device-farm/src/commands/DeleteDevicePoolCommand.ts b/clients/client-device-farm/src/commands/DeleteDevicePoolCommand.ts index 2dd77ce37dd4..0523a4251e28 100644 --- a/clients/client-device-farm/src/commands/DeleteDevicePoolCommand.ts +++ b/clients/client-device-farm/src/commands/DeleteDevicePoolCommand.ts @@ -92,9 +92,6 @@ export class DeleteDevicePoolCommand extends $Command< DeleteDevicePoolCommandOutput, DeviceFarmClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -108,9 +105,7 @@ export class DeleteDevicePoolCommand extends $Command< * @public */ constructor(readonly input: DeleteDevicePoolCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -163,7 +158,4 @@ export class DeleteDevicePoolCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteDevicePoolCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-device-farm/src/commands/DeleteInstanceProfileCommand.ts b/clients/client-device-farm/src/commands/DeleteInstanceProfileCommand.ts index 22dacef3ceeb..cf76b3a3a292 100644 --- a/clients/client-device-farm/src/commands/DeleteInstanceProfileCommand.ts +++ b/clients/client-device-farm/src/commands/DeleteInstanceProfileCommand.ts @@ -80,9 +80,6 @@ export class DeleteInstanceProfileCommand extends $Command< DeleteInstanceProfileCommandOutput, DeviceFarmClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -96,9 +93,7 @@ export class DeleteInstanceProfileCommand extends $Command< * @public */ constructor(readonly input: DeleteInstanceProfileCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -151,7 +146,4 @@ export class DeleteInstanceProfileCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteInstanceProfileCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-device-farm/src/commands/DeleteNetworkProfileCommand.ts b/clients/client-device-farm/src/commands/DeleteNetworkProfileCommand.ts index 0c3d316e718b..2c13050daa85 100644 --- a/clients/client-device-farm/src/commands/DeleteNetworkProfileCommand.ts +++ b/clients/client-device-farm/src/commands/DeleteNetworkProfileCommand.ts @@ -80,9 +80,6 @@ export class DeleteNetworkProfileCommand extends $Command< DeleteNetworkProfileCommandOutput, DeviceFarmClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -96,9 +93,7 @@ export class DeleteNetworkProfileCommand extends $Command< * @public */ constructor(readonly input: DeleteNetworkProfileCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -151,7 +146,4 @@ export class DeleteNetworkProfileCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteNetworkProfileCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-device-farm/src/commands/DeleteProjectCommand.ts b/clients/client-device-farm/src/commands/DeleteProjectCommand.ts index 24a71ad18b1c..734606291672 100644 --- a/clients/client-device-farm/src/commands/DeleteProjectCommand.ts +++ b/clients/client-device-farm/src/commands/DeleteProjectCommand.ts @@ -92,9 +92,6 @@ export class DeleteProjectCommand extends $Command< DeleteProjectCommandOutput, DeviceFarmClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -108,9 +105,7 @@ export class DeleteProjectCommand extends $Command< * @public */ constructor(readonly input: DeleteProjectCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -161,7 +156,4 @@ export class DeleteProjectCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteProjectCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-device-farm/src/commands/DeleteRemoteAccessSessionCommand.ts b/clients/client-device-farm/src/commands/DeleteRemoteAccessSessionCommand.ts index 869d8744b629..9e390d1158af 100644 --- a/clients/client-device-farm/src/commands/DeleteRemoteAccessSessionCommand.ts +++ b/clients/client-device-farm/src/commands/DeleteRemoteAccessSessionCommand.ts @@ -91,9 +91,6 @@ export class DeleteRemoteAccessSessionCommand extends $Command< DeleteRemoteAccessSessionCommandOutput, DeviceFarmClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -107,9 +104,7 @@ export class DeleteRemoteAccessSessionCommand extends $Command< * @public */ constructor(readonly input: DeleteRemoteAccessSessionCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -165,7 +160,4 @@ export class DeleteRemoteAccessSessionCommand extends $Command< ): Promise { return de_DeleteRemoteAccessSessionCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-device-farm/src/commands/DeleteRunCommand.ts b/clients/client-device-farm/src/commands/DeleteRunCommand.ts index 4fd0d0b3c0a0..f38cceb06ab6 100644 --- a/clients/client-device-farm/src/commands/DeleteRunCommand.ts +++ b/clients/client-device-farm/src/commands/DeleteRunCommand.ts @@ -92,9 +92,6 @@ export class DeleteRunCommand extends $Command< DeleteRunCommandOutput, DeviceFarmClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -108,9 +105,7 @@ export class DeleteRunCommand extends $Command< * @public */ constructor(readonly input: DeleteRunCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -161,7 +156,4 @@ export class DeleteRunCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteRunCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-device-farm/src/commands/DeleteTestGridProjectCommand.ts b/clients/client-device-farm/src/commands/DeleteTestGridProjectCommand.ts index 9c7fd74e4334..b190e3dc0089 100644 --- a/clients/client-device-farm/src/commands/DeleteTestGridProjectCommand.ts +++ b/clients/client-device-farm/src/commands/DeleteTestGridProjectCommand.ts @@ -87,9 +87,6 @@ export class DeleteTestGridProjectCommand extends $Command< DeleteTestGridProjectCommandOutput, DeviceFarmClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -103,9 +100,7 @@ export class DeleteTestGridProjectCommand extends $Command< * @public */ constructor(readonly input: DeleteTestGridProjectCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -158,7 +153,4 @@ export class DeleteTestGridProjectCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteTestGridProjectCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-device-farm/src/commands/DeleteUploadCommand.ts b/clients/client-device-farm/src/commands/DeleteUploadCommand.ts index 067645c1dd72..5e003d49e2c0 100644 --- a/clients/client-device-farm/src/commands/DeleteUploadCommand.ts +++ b/clients/client-device-farm/src/commands/DeleteUploadCommand.ts @@ -91,9 +91,6 @@ export class DeleteUploadCommand extends $Command< DeleteUploadCommandOutput, DeviceFarmClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -107,9 +104,7 @@ export class DeleteUploadCommand extends $Command< * @public */ constructor(readonly input: DeleteUploadCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -160,7 +155,4 @@ export class DeleteUploadCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteUploadCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-device-farm/src/commands/DeleteVPCEConfigurationCommand.ts b/clients/client-device-farm/src/commands/DeleteVPCEConfigurationCommand.ts index 49ad58302af9..bd17be17493b 100644 --- a/clients/client-device-farm/src/commands/DeleteVPCEConfigurationCommand.ts +++ b/clients/client-device-farm/src/commands/DeleteVPCEConfigurationCommand.ts @@ -81,9 +81,6 @@ export class DeleteVPCEConfigurationCommand extends $Command< DeleteVPCEConfigurationCommandOutput, DeviceFarmClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -97,9 +94,7 @@ export class DeleteVPCEConfigurationCommand extends $Command< * @public */ constructor(readonly input: DeleteVPCEConfigurationCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -152,7 +147,4 @@ export class DeleteVPCEConfigurationCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteVPCEConfigurationCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-device-farm/src/commands/GetAccountSettingsCommand.ts b/clients/client-device-farm/src/commands/GetAccountSettingsCommand.ts index 007281531712..a28b9a6b957c 100644 --- a/clients/client-device-farm/src/commands/GetAccountSettingsCommand.ts +++ b/clients/client-device-farm/src/commands/GetAccountSettingsCommand.ts @@ -119,9 +119,6 @@ export class GetAccountSettingsCommand extends $Command< GetAccountSettingsCommandOutput, DeviceFarmClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -135,9 +132,7 @@ export class GetAccountSettingsCommand extends $Command< * @public */ constructor(readonly input: GetAccountSettingsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -190,7 +185,4 @@ export class GetAccountSettingsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetAccountSettingsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-device-farm/src/commands/GetDeviceCommand.ts b/clients/client-device-farm/src/commands/GetDeviceCommand.ts index 5a3991fb2ef9..97e72137dde2 100644 --- a/clients/client-device-farm/src/commands/GetDeviceCommand.ts +++ b/clients/client-device-farm/src/commands/GetDeviceCommand.ts @@ -167,9 +167,6 @@ export class GetDeviceCommand extends $Command< GetDeviceCommandOutput, DeviceFarmClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -183,9 +180,7 @@ export class GetDeviceCommand extends $Command< * @public */ constructor(readonly input: GetDeviceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -236,7 +231,4 @@ export class GetDeviceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetDeviceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-device-farm/src/commands/GetDeviceInstanceCommand.ts b/clients/client-device-farm/src/commands/GetDeviceInstanceCommand.ts index 065e12832fef..4aef8f90a9c0 100644 --- a/clients/client-device-farm/src/commands/GetDeviceInstanceCommand.ts +++ b/clients/client-device-farm/src/commands/GetDeviceInstanceCommand.ts @@ -100,9 +100,6 @@ export class GetDeviceInstanceCommand extends $Command< GetDeviceInstanceCommandOutput, DeviceFarmClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -116,9 +113,7 @@ export class GetDeviceInstanceCommand extends $Command< * @public */ constructor(readonly input: GetDeviceInstanceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -171,7 +166,4 @@ export class GetDeviceInstanceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetDeviceInstanceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-device-farm/src/commands/GetDevicePoolCommand.ts b/clients/client-device-farm/src/commands/GetDevicePoolCommand.ts index 668c5477522b..cbcf86472b92 100644 --- a/clients/client-device-farm/src/commands/GetDevicePoolCommand.ts +++ b/clients/client-device-farm/src/commands/GetDevicePoolCommand.ts @@ -111,9 +111,6 @@ export class GetDevicePoolCommand extends $Command< GetDevicePoolCommandOutput, DeviceFarmClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -127,9 +124,7 @@ export class GetDevicePoolCommand extends $Command< * @public */ constructor(readonly input: GetDevicePoolCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -180,7 +175,4 @@ export class GetDevicePoolCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetDevicePoolCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-device-farm/src/commands/GetDevicePoolCompatibilityCommand.ts b/clients/client-device-farm/src/commands/GetDevicePoolCompatibilityCommand.ts index 09a1166cd83b..dc13f3100853 100644 --- a/clients/client-device-farm/src/commands/GetDevicePoolCompatibilityCommand.ts +++ b/clients/client-device-farm/src/commands/GetDevicePoolCompatibilityCommand.ts @@ -266,9 +266,6 @@ export class GetDevicePoolCompatibilityCommand extends $Command< GetDevicePoolCompatibilityCommandOutput, DeviceFarmClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -282,9 +279,7 @@ export class GetDevicePoolCompatibilityCommand extends $Command< * @public */ constructor(readonly input: GetDevicePoolCompatibilityCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -340,7 +335,4 @@ export class GetDevicePoolCompatibilityCommand extends $Command< ): Promise { return de_GetDevicePoolCompatibilityCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-device-farm/src/commands/GetInstanceProfileCommand.ts b/clients/client-device-farm/src/commands/GetInstanceProfileCommand.ts index 7273c589d890..b7236b21b8b7 100644 --- a/clients/client-device-farm/src/commands/GetInstanceProfileCommand.ts +++ b/clients/client-device-farm/src/commands/GetInstanceProfileCommand.ts @@ -91,9 +91,6 @@ export class GetInstanceProfileCommand extends $Command< GetInstanceProfileCommandOutput, DeviceFarmClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -107,9 +104,7 @@ export class GetInstanceProfileCommand extends $Command< * @public */ constructor(readonly input: GetInstanceProfileCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -162,7 +157,4 @@ export class GetInstanceProfileCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetInstanceProfileCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-device-farm/src/commands/GetJobCommand.ts b/clients/client-device-farm/src/commands/GetJobCommand.ts index a93ada32f1c1..022de7c3d3d1 100644 --- a/clients/client-device-farm/src/commands/GetJobCommand.ts +++ b/clients/client-device-farm/src/commands/GetJobCommand.ts @@ -171,9 +171,6 @@ export interface GetJobCommandOutput extends GetJobResult, __MetadataBearer {} * */ export class GetJobCommand extends $Command { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -187,9 +184,7 @@ export class GetJobCommand extends $Command { return de_GetJobCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-device-farm/src/commands/GetNetworkProfileCommand.ts b/clients/client-device-farm/src/commands/GetNetworkProfileCommand.ts index 28c0252a207a..d628a597a122 100644 --- a/clients/client-device-farm/src/commands/GetNetworkProfileCommand.ts +++ b/clients/client-device-farm/src/commands/GetNetworkProfileCommand.ts @@ -95,9 +95,6 @@ export class GetNetworkProfileCommand extends $Command< GetNetworkProfileCommandOutput, DeviceFarmClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -111,9 +108,7 @@ export class GetNetworkProfileCommand extends $Command< * @public */ constructor(readonly input: GetNetworkProfileCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -166,7 +161,4 @@ export class GetNetworkProfileCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetNetworkProfileCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-device-farm/src/commands/GetOfferingStatusCommand.ts b/clients/client-device-farm/src/commands/GetOfferingStatusCommand.ts index 57c4d23ee5d0..ce8dfc3dd062 100644 --- a/clients/client-device-farm/src/commands/GetOfferingStatusCommand.ts +++ b/clients/client-device-farm/src/commands/GetOfferingStatusCommand.ts @@ -171,9 +171,6 @@ export class GetOfferingStatusCommand extends $Command< GetOfferingStatusCommandOutput, DeviceFarmClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -187,9 +184,7 @@ export class GetOfferingStatusCommand extends $Command< * @public */ constructor(readonly input: GetOfferingStatusCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -242,7 +237,4 @@ export class GetOfferingStatusCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetOfferingStatusCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-device-farm/src/commands/GetProjectCommand.ts b/clients/client-device-farm/src/commands/GetProjectCommand.ts index 2ea7290a0817..a7be8d5e6969 100644 --- a/clients/client-device-farm/src/commands/GetProjectCommand.ts +++ b/clients/client-device-farm/src/commands/GetProjectCommand.ts @@ -116,9 +116,6 @@ export class GetProjectCommand extends $Command< GetProjectCommandOutput, DeviceFarmClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -132,9 +129,7 @@ export class GetProjectCommand extends $Command< * @public */ constructor(readonly input: GetProjectCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -185,7 +180,4 @@ export class GetProjectCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetProjectCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-device-farm/src/commands/GetRemoteAccessSessionCommand.ts b/clients/client-device-farm/src/commands/GetRemoteAccessSessionCommand.ts index 3eb2b9bb230c..698a6b858fdd 100644 --- a/clients/client-device-farm/src/commands/GetRemoteAccessSessionCommand.ts +++ b/clients/client-device-farm/src/commands/GetRemoteAccessSessionCommand.ts @@ -182,9 +182,6 @@ export class GetRemoteAccessSessionCommand extends $Command< GetRemoteAccessSessionCommandOutput, DeviceFarmClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -198,9 +195,7 @@ export class GetRemoteAccessSessionCommand extends $Command< * @public */ constructor(readonly input: GetRemoteAccessSessionCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -253,7 +248,4 @@ export class GetRemoteAccessSessionCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetRemoteAccessSessionCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-device-farm/src/commands/GetRunCommand.ts b/clients/client-device-farm/src/commands/GetRunCommand.ts index f4ec538544e5..7e65b1c21e18 100644 --- a/clients/client-device-farm/src/commands/GetRunCommand.ts +++ b/clients/client-device-farm/src/commands/GetRunCommand.ts @@ -215,9 +215,6 @@ export interface GetRunCommandOutput extends GetRunResult, __MetadataBearer {} * */ export class GetRunCommand extends $Command { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -231,9 +228,7 @@ export class GetRunCommand extends $Command { return de_GetRunCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-device-farm/src/commands/GetSuiteCommand.ts b/clients/client-device-farm/src/commands/GetSuiteCommand.ts index dd89d1f091b5..9f1aa4e35418 100644 --- a/clients/client-device-farm/src/commands/GetSuiteCommand.ts +++ b/clients/client-device-farm/src/commands/GetSuiteCommand.ts @@ -122,9 +122,6 @@ export class GetSuiteCommand extends $Command< GetSuiteCommandOutput, DeviceFarmClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -138,9 +135,7 @@ export class GetSuiteCommand extends $Command< * @public */ constructor(readonly input: GetSuiteCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -191,7 +186,4 @@ export class GetSuiteCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetSuiteCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-device-farm/src/commands/GetTestCommand.ts b/clients/client-device-farm/src/commands/GetTestCommand.ts index b031e6290cda..c07d54ba8c25 100644 --- a/clients/client-device-farm/src/commands/GetTestCommand.ts +++ b/clients/client-device-farm/src/commands/GetTestCommand.ts @@ -122,9 +122,6 @@ export class GetTestCommand extends $Command< GetTestCommandOutput, DeviceFarmClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -138,9 +135,7 @@ export class GetTestCommand extends $Command< * @public */ constructor(readonly input: GetTestCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -191,7 +186,4 @@ export class GetTestCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetTestCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-device-farm/src/commands/GetTestGridProjectCommand.ts b/clients/client-device-farm/src/commands/GetTestGridProjectCommand.ts index 09ca5680e7cd..a9d50a0ec367 100644 --- a/clients/client-device-farm/src/commands/GetTestGridProjectCommand.ts +++ b/clients/client-device-farm/src/commands/GetTestGridProjectCommand.ts @@ -94,9 +94,6 @@ export class GetTestGridProjectCommand extends $Command< GetTestGridProjectCommandOutput, DeviceFarmClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -110,9 +107,7 @@ export class GetTestGridProjectCommand extends $Command< * @public */ constructor(readonly input: GetTestGridProjectCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -165,7 +160,4 @@ export class GetTestGridProjectCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetTestGridProjectCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-device-farm/src/commands/GetTestGridSessionCommand.ts b/clients/client-device-farm/src/commands/GetTestGridSessionCommand.ts index c4d7d031ee66..92e281a95673 100644 --- a/clients/client-device-farm/src/commands/GetTestGridSessionCommand.ts +++ b/clients/client-device-farm/src/commands/GetTestGridSessionCommand.ts @@ -98,9 +98,6 @@ export class GetTestGridSessionCommand extends $Command< GetTestGridSessionCommandOutput, DeviceFarmClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -114,9 +111,7 @@ export class GetTestGridSessionCommand extends $Command< * @public */ constructor(readonly input: GetTestGridSessionCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -169,7 +164,4 @@ export class GetTestGridSessionCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetTestGridSessionCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-device-farm/src/commands/GetUploadCommand.ts b/clients/client-device-farm/src/commands/GetUploadCommand.ts index 9a2b4938c798..c2f46b4c3e3b 100644 --- a/clients/client-device-farm/src/commands/GetUploadCommand.ts +++ b/clients/client-device-farm/src/commands/GetUploadCommand.ts @@ -109,9 +109,6 @@ export class GetUploadCommand extends $Command< GetUploadCommandOutput, DeviceFarmClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -125,9 +122,7 @@ export class GetUploadCommand extends $Command< * @public */ constructor(readonly input: GetUploadCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -178,7 +173,4 @@ export class GetUploadCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetUploadCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-device-farm/src/commands/GetVPCEConfigurationCommand.ts b/clients/client-device-farm/src/commands/GetVPCEConfigurationCommand.ts index 4c6d3f2cd808..b554be58f39e 100644 --- a/clients/client-device-farm/src/commands/GetVPCEConfigurationCommand.ts +++ b/clients/client-device-farm/src/commands/GetVPCEConfigurationCommand.ts @@ -86,9 +86,6 @@ export class GetVPCEConfigurationCommand extends $Command< GetVPCEConfigurationCommandOutput, DeviceFarmClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -102,9 +99,7 @@ export class GetVPCEConfigurationCommand extends $Command< * @public */ constructor(readonly input: GetVPCEConfigurationCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -157,7 +152,4 @@ export class GetVPCEConfigurationCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetVPCEConfigurationCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-device-farm/src/commands/InstallToRemoteAccessSessionCommand.ts b/clients/client-device-farm/src/commands/InstallToRemoteAccessSessionCommand.ts index 1f6111cf9588..d1bf2e668932 100644 --- a/clients/client-device-farm/src/commands/InstallToRemoteAccessSessionCommand.ts +++ b/clients/client-device-farm/src/commands/InstallToRemoteAccessSessionCommand.ts @@ -122,9 +122,6 @@ export class InstallToRemoteAccessSessionCommand extends $Command< InstallToRemoteAccessSessionCommandOutput, DeviceFarmClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -138,9 +135,7 @@ export class InstallToRemoteAccessSessionCommand extends $Command< * @public */ constructor(readonly input: InstallToRemoteAccessSessionCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -196,7 +191,4 @@ export class InstallToRemoteAccessSessionCommand extends $Command< ): Promise { return de_InstallToRemoteAccessSessionCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-device-farm/src/commands/ListArtifactsCommand.ts b/clients/client-device-farm/src/commands/ListArtifactsCommand.ts index e62047acfc7b..b4aed9a24b22 100644 --- a/clients/client-device-farm/src/commands/ListArtifactsCommand.ts +++ b/clients/client-device-farm/src/commands/ListArtifactsCommand.ts @@ -105,9 +105,6 @@ export class ListArtifactsCommand extends $Command< ListArtifactsCommandOutput, DeviceFarmClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -121,9 +118,7 @@ export class ListArtifactsCommand extends $Command< * @public */ constructor(readonly input: ListArtifactsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -174,7 +169,4 @@ export class ListArtifactsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListArtifactsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-device-farm/src/commands/ListDeviceInstancesCommand.ts b/clients/client-device-farm/src/commands/ListDeviceInstancesCommand.ts index f0e938595308..bf0d3b28280e 100644 --- a/clients/client-device-farm/src/commands/ListDeviceInstancesCommand.ts +++ b/clients/client-device-farm/src/commands/ListDeviceInstancesCommand.ts @@ -105,9 +105,6 @@ export class ListDeviceInstancesCommand extends $Command< ListDeviceInstancesCommandOutput, DeviceFarmClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -121,9 +118,7 @@ export class ListDeviceInstancesCommand extends $Command< * @public */ constructor(readonly input: ListDeviceInstancesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -176,7 +171,4 @@ export class ListDeviceInstancesCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListDeviceInstancesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-device-farm/src/commands/ListDevicePoolsCommand.ts b/clients/client-device-farm/src/commands/ListDevicePoolsCommand.ts index b15d5e86c26a..2a0117225c97 100644 --- a/clients/client-device-farm/src/commands/ListDevicePoolsCommand.ts +++ b/clients/client-device-farm/src/commands/ListDevicePoolsCommand.ts @@ -142,9 +142,6 @@ export class ListDevicePoolsCommand extends $Command< ListDevicePoolsCommandOutput, DeviceFarmClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -158,9 +155,7 @@ export class ListDevicePoolsCommand extends $Command< * @public */ constructor(readonly input: ListDevicePoolsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -213,7 +208,4 @@ export class ListDevicePoolsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListDevicePoolsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-device-farm/src/commands/ListDevicesCommand.ts b/clients/client-device-farm/src/commands/ListDevicesCommand.ts index e585d97e74e8..2b6a2f6aa02a 100644 --- a/clients/client-device-farm/src/commands/ListDevicesCommand.ts +++ b/clients/client-device-farm/src/commands/ListDevicesCommand.ts @@ -155,9 +155,6 @@ export class ListDevicesCommand extends $Command< ListDevicesCommandOutput, DeviceFarmClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -171,9 +168,7 @@ export class ListDevicesCommand extends $Command< * @public */ constructor(readonly input: ListDevicesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -224,7 +219,4 @@ export class ListDevicesCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListDevicesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-device-farm/src/commands/ListInstanceProfilesCommand.ts b/clients/client-device-farm/src/commands/ListInstanceProfilesCommand.ts index b8c28cce3ddf..fa225b0df7f0 100644 --- a/clients/client-device-farm/src/commands/ListInstanceProfilesCommand.ts +++ b/clients/client-device-farm/src/commands/ListInstanceProfilesCommand.ts @@ -95,9 +95,6 @@ export class ListInstanceProfilesCommand extends $Command< ListInstanceProfilesCommandOutput, DeviceFarmClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -111,9 +108,7 @@ export class ListInstanceProfilesCommand extends $Command< * @public */ constructor(readonly input: ListInstanceProfilesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -166,7 +161,4 @@ export class ListInstanceProfilesCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListInstanceProfilesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-device-farm/src/commands/ListJobsCommand.ts b/clients/client-device-farm/src/commands/ListJobsCommand.ts index bc678e22b79e..9fd6aa72cec6 100644 --- a/clients/client-device-farm/src/commands/ListJobsCommand.ts +++ b/clients/client-device-farm/src/commands/ListJobsCommand.ts @@ -174,9 +174,6 @@ export class ListJobsCommand extends $Command< ListJobsCommandOutput, DeviceFarmClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -190,9 +187,7 @@ export class ListJobsCommand extends $Command< * @public */ constructor(readonly input: ListJobsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -243,7 +238,4 @@ export class ListJobsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListJobsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-device-farm/src/commands/ListNetworkProfilesCommand.ts b/clients/client-device-farm/src/commands/ListNetworkProfilesCommand.ts index cbaa41b4e3c6..81c7540324c7 100644 --- a/clients/client-device-farm/src/commands/ListNetworkProfilesCommand.ts +++ b/clients/client-device-farm/src/commands/ListNetworkProfilesCommand.ts @@ -100,9 +100,6 @@ export class ListNetworkProfilesCommand extends $Command< ListNetworkProfilesCommandOutput, DeviceFarmClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -116,9 +113,7 @@ export class ListNetworkProfilesCommand extends $Command< * @public */ constructor(readonly input: ListNetworkProfilesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -171,7 +166,4 @@ export class ListNetworkProfilesCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListNetworkProfilesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-device-farm/src/commands/ListOfferingPromotionsCommand.ts b/clients/client-device-farm/src/commands/ListOfferingPromotionsCommand.ts index 5c3f85399dde..279ec8ef3deb 100644 --- a/clients/client-device-farm/src/commands/ListOfferingPromotionsCommand.ts +++ b/clients/client-device-farm/src/commands/ListOfferingPromotionsCommand.ts @@ -94,9 +94,6 @@ export class ListOfferingPromotionsCommand extends $Command< ListOfferingPromotionsCommandOutput, DeviceFarmClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -110,9 +107,7 @@ export class ListOfferingPromotionsCommand extends $Command< * @public */ constructor(readonly input: ListOfferingPromotionsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -165,7 +160,4 @@ export class ListOfferingPromotionsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListOfferingPromotionsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-device-farm/src/commands/ListOfferingTransactionsCommand.ts b/clients/client-device-farm/src/commands/ListOfferingTransactionsCommand.ts index 4aa7856a02f3..f2c9148dd4ec 100644 --- a/clients/client-device-farm/src/commands/ListOfferingTransactionsCommand.ts +++ b/clients/client-device-farm/src/commands/ListOfferingTransactionsCommand.ts @@ -213,9 +213,6 @@ export class ListOfferingTransactionsCommand extends $Command< ListOfferingTransactionsCommandOutput, DeviceFarmClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -229,9 +226,7 @@ export class ListOfferingTransactionsCommand extends $Command< * @public */ constructor(readonly input: ListOfferingTransactionsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -284,7 +279,4 @@ export class ListOfferingTransactionsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListOfferingTransactionsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-device-farm/src/commands/ListOfferingsCommand.ts b/clients/client-device-farm/src/commands/ListOfferingsCommand.ts index a56ae7f49b46..334977807d55 100644 --- a/clients/client-device-farm/src/commands/ListOfferingsCommand.ts +++ b/clients/client-device-farm/src/commands/ListOfferingsCommand.ts @@ -183,9 +183,6 @@ export class ListOfferingsCommand extends $Command< ListOfferingsCommandOutput, DeviceFarmClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -199,9 +196,7 @@ export class ListOfferingsCommand extends $Command< * @public */ constructor(readonly input: ListOfferingsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -252,7 +247,4 @@ export class ListOfferingsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListOfferingsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-device-farm/src/commands/ListProjectsCommand.ts b/clients/client-device-farm/src/commands/ListProjectsCommand.ts index c40746cc522d..3a152156d550 100644 --- a/clients/client-device-farm/src/commands/ListProjectsCommand.ts +++ b/clients/client-device-farm/src/commands/ListProjectsCommand.ts @@ -128,9 +128,6 @@ export class ListProjectsCommand extends $Command< ListProjectsCommandOutput, DeviceFarmClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -144,9 +141,7 @@ export class ListProjectsCommand extends $Command< * @public */ constructor(readonly input: ListProjectsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -197,7 +192,4 @@ export class ListProjectsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListProjectsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-device-farm/src/commands/ListRemoteAccessSessionsCommand.ts b/clients/client-device-farm/src/commands/ListRemoteAccessSessionsCommand.ts index 8e0182f3b677..e0d6452138ac 100644 --- a/clients/client-device-farm/src/commands/ListRemoteAccessSessionsCommand.ts +++ b/clients/client-device-farm/src/commands/ListRemoteAccessSessionsCommand.ts @@ -187,9 +187,6 @@ export class ListRemoteAccessSessionsCommand extends $Command< ListRemoteAccessSessionsCommandOutput, DeviceFarmClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -203,9 +200,7 @@ export class ListRemoteAccessSessionsCommand extends $Command< * @public */ constructor(readonly input: ListRemoteAccessSessionsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -258,7 +253,4 @@ export class ListRemoteAccessSessionsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListRemoteAccessSessionsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-device-farm/src/commands/ListRunsCommand.ts b/clients/client-device-farm/src/commands/ListRunsCommand.ts index b38e729e6f16..85e45cf94791 100644 --- a/clients/client-device-farm/src/commands/ListRunsCommand.ts +++ b/clients/client-device-farm/src/commands/ListRunsCommand.ts @@ -226,9 +226,6 @@ export class ListRunsCommand extends $Command< ListRunsCommandOutput, DeviceFarmClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -242,9 +239,7 @@ export class ListRunsCommand extends $Command< * @public */ constructor(readonly input: ListRunsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -295,7 +290,4 @@ export class ListRunsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListRunsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-device-farm/src/commands/ListSamplesCommand.ts b/clients/client-device-farm/src/commands/ListSamplesCommand.ts index eb310357477c..0134681907d6 100644 --- a/clients/client-device-farm/src/commands/ListSamplesCommand.ts +++ b/clients/client-device-farm/src/commands/ListSamplesCommand.ts @@ -107,9 +107,6 @@ export class ListSamplesCommand extends $Command< ListSamplesCommandOutput, DeviceFarmClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -123,9 +120,7 @@ export class ListSamplesCommand extends $Command< * @public */ constructor(readonly input: ListSamplesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -176,7 +171,4 @@ export class ListSamplesCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListSamplesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-device-farm/src/commands/ListSuitesCommand.ts b/clients/client-device-farm/src/commands/ListSuitesCommand.ts index 598549a5a6bd..be89754529b9 100644 --- a/clients/client-device-farm/src/commands/ListSuitesCommand.ts +++ b/clients/client-device-farm/src/commands/ListSuitesCommand.ts @@ -127,9 +127,6 @@ export class ListSuitesCommand extends $Command< ListSuitesCommandOutput, DeviceFarmClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -143,9 +140,7 @@ export class ListSuitesCommand extends $Command< * @public */ constructor(readonly input: ListSuitesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -196,7 +191,4 @@ export class ListSuitesCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListSuitesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-device-farm/src/commands/ListTagsForResourceCommand.ts b/clients/client-device-farm/src/commands/ListTagsForResourceCommand.ts index 7365820c3410..cd48faed0924 100644 --- a/clients/client-device-farm/src/commands/ListTagsForResourceCommand.ts +++ b/clients/client-device-farm/src/commands/ListTagsForResourceCommand.ts @@ -84,9 +84,6 @@ export class ListTagsForResourceCommand extends $Command< ListTagsForResourceCommandOutput, DeviceFarmClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -100,9 +97,7 @@ export class ListTagsForResourceCommand extends $Command< * @public */ constructor(readonly input: ListTagsForResourceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -155,7 +150,4 @@ export class ListTagsForResourceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListTagsForResourceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-device-farm/src/commands/ListTestGridProjectsCommand.ts b/clients/client-device-farm/src/commands/ListTestGridProjectsCommand.ts index 8a6034dcdcc5..a9fc06c847b3 100644 --- a/clients/client-device-farm/src/commands/ListTestGridProjectsCommand.ts +++ b/clients/client-device-farm/src/commands/ListTestGridProjectsCommand.ts @@ -95,9 +95,6 @@ export class ListTestGridProjectsCommand extends $Command< ListTestGridProjectsCommandOutput, DeviceFarmClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -111,9 +108,7 @@ export class ListTestGridProjectsCommand extends $Command< * @public */ constructor(readonly input: ListTestGridProjectsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -166,7 +161,4 @@ export class ListTestGridProjectsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListTestGridProjectsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-device-farm/src/commands/ListTestGridSessionActionsCommand.ts b/clients/client-device-farm/src/commands/ListTestGridSessionActionsCommand.ts index 484f2b97156c..edcced953148 100644 --- a/clients/client-device-farm/src/commands/ListTestGridSessionActionsCommand.ts +++ b/clients/client-device-farm/src/commands/ListTestGridSessionActionsCommand.ts @@ -91,9 +91,6 @@ export class ListTestGridSessionActionsCommand extends $Command< ListTestGridSessionActionsCommandOutput, DeviceFarmClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -107,9 +104,7 @@ export class ListTestGridSessionActionsCommand extends $Command< * @public */ constructor(readonly input: ListTestGridSessionActionsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -165,7 +160,4 @@ export class ListTestGridSessionActionsCommand extends $Command< ): Promise { return de_ListTestGridSessionActionsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-device-farm/src/commands/ListTestGridSessionArtifactsCommand.ts b/clients/client-device-farm/src/commands/ListTestGridSessionArtifactsCommand.ts index d12a0903f61e..c530bb2a668f 100644 --- a/clients/client-device-farm/src/commands/ListTestGridSessionArtifactsCommand.ts +++ b/clients/client-device-farm/src/commands/ListTestGridSessionArtifactsCommand.ts @@ -99,9 +99,6 @@ export class ListTestGridSessionArtifactsCommand extends $Command< ListTestGridSessionArtifactsCommandOutput, DeviceFarmClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -115,9 +112,7 @@ export class ListTestGridSessionArtifactsCommand extends $Command< * @public */ constructor(readonly input: ListTestGridSessionArtifactsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -173,7 +168,4 @@ export class ListTestGridSessionArtifactsCommand extends $Command< ): Promise { return de_ListTestGridSessionArtifactsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-device-farm/src/commands/ListTestGridSessionsCommand.ts b/clients/client-device-farm/src/commands/ListTestGridSessionsCommand.ts index 9b0ff9585b9f..9ad2612692ce 100644 --- a/clients/client-device-farm/src/commands/ListTestGridSessionsCommand.ts +++ b/clients/client-device-farm/src/commands/ListTestGridSessionsCommand.ts @@ -97,9 +97,6 @@ export class ListTestGridSessionsCommand extends $Command< ListTestGridSessionsCommandOutput, DeviceFarmClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -113,9 +110,7 @@ export class ListTestGridSessionsCommand extends $Command< * @public */ constructor(readonly input: ListTestGridSessionsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -168,7 +163,4 @@ export class ListTestGridSessionsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListTestGridSessionsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-device-farm/src/commands/ListTestsCommand.ts b/clients/client-device-farm/src/commands/ListTestsCommand.ts index 5a9ea2447d91..1e978dd968ea 100644 --- a/clients/client-device-farm/src/commands/ListTestsCommand.ts +++ b/clients/client-device-farm/src/commands/ListTestsCommand.ts @@ -127,9 +127,6 @@ export class ListTestsCommand extends $Command< ListTestsCommandOutput, DeviceFarmClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -143,9 +140,7 @@ export class ListTestsCommand extends $Command< * @public */ constructor(readonly input: ListTestsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -196,7 +191,4 @@ export class ListTestsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListTestsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-device-farm/src/commands/ListUniqueProblemsCommand.ts b/clients/client-device-farm/src/commands/ListUniqueProblemsCommand.ts index de075d522853..1b14d0941f60 100644 --- a/clients/client-device-farm/src/commands/ListUniqueProblemsCommand.ts +++ b/clients/client-device-farm/src/commands/ListUniqueProblemsCommand.ts @@ -183,9 +183,6 @@ export class ListUniqueProblemsCommand extends $Command< ListUniqueProblemsCommandOutput, DeviceFarmClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -199,9 +196,7 @@ export class ListUniqueProblemsCommand extends $Command< * @public */ constructor(readonly input: ListUniqueProblemsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -254,7 +249,4 @@ export class ListUniqueProblemsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListUniqueProblemsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-device-farm/src/commands/ListUploadsCommand.ts b/clients/client-device-farm/src/commands/ListUploadsCommand.ts index f543eed3ca0b..500ca13bf5f9 100644 --- a/clients/client-device-farm/src/commands/ListUploadsCommand.ts +++ b/clients/client-device-farm/src/commands/ListUploadsCommand.ts @@ -115,9 +115,6 @@ export class ListUploadsCommand extends $Command< ListUploadsCommandOutput, DeviceFarmClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -131,9 +128,7 @@ export class ListUploadsCommand extends $Command< * @public */ constructor(readonly input: ListUploadsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -184,7 +179,4 @@ export class ListUploadsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListUploadsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-device-farm/src/commands/ListVPCEConfigurationsCommand.ts b/clients/client-device-farm/src/commands/ListVPCEConfigurationsCommand.ts index 1b391c5fc0d5..8402dd6e803f 100644 --- a/clients/client-device-farm/src/commands/ListVPCEConfigurationsCommand.ts +++ b/clients/client-device-farm/src/commands/ListVPCEConfigurationsCommand.ts @@ -87,9 +87,6 @@ export class ListVPCEConfigurationsCommand extends $Command< ListVPCEConfigurationsCommandOutput, DeviceFarmClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -103,9 +100,7 @@ export class ListVPCEConfigurationsCommand extends $Command< * @public */ constructor(readonly input: ListVPCEConfigurationsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -158,7 +153,4 @@ export class ListVPCEConfigurationsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListVPCEConfigurationsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-device-farm/src/commands/PurchaseOfferingCommand.ts b/clients/client-device-farm/src/commands/PurchaseOfferingCommand.ts index 91766be7acd0..af80b60bdeb1 100644 --- a/clients/client-device-farm/src/commands/PurchaseOfferingCommand.ts +++ b/clients/client-device-farm/src/commands/PurchaseOfferingCommand.ts @@ -154,9 +154,6 @@ export class PurchaseOfferingCommand extends $Command< PurchaseOfferingCommandOutput, DeviceFarmClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -170,9 +167,7 @@ export class PurchaseOfferingCommand extends $Command< * @public */ constructor(readonly input: PurchaseOfferingCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -225,7 +220,4 @@ export class PurchaseOfferingCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_PurchaseOfferingCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-device-farm/src/commands/RenewOfferingCommand.ts b/clients/client-device-farm/src/commands/RenewOfferingCommand.ts index d3c32e1fe1b9..fd32e10afaa3 100644 --- a/clients/client-device-farm/src/commands/RenewOfferingCommand.ts +++ b/clients/client-device-farm/src/commands/RenewOfferingCommand.ts @@ -152,9 +152,6 @@ export class RenewOfferingCommand extends $Command< RenewOfferingCommandOutput, DeviceFarmClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -168,9 +165,7 @@ export class RenewOfferingCommand extends $Command< * @public */ constructor(readonly input: RenewOfferingCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -221,7 +216,4 @@ export class RenewOfferingCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_RenewOfferingCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-device-farm/src/commands/ScheduleRunCommand.ts b/clients/client-device-farm/src/commands/ScheduleRunCommand.ts index 36ffae6f7068..69f8602c972a 100644 --- a/clients/client-device-farm/src/commands/ScheduleRunCommand.ts +++ b/clients/client-device-farm/src/commands/ScheduleRunCommand.ts @@ -267,9 +267,6 @@ export class ScheduleRunCommand extends $Command< ScheduleRunCommandOutput, DeviceFarmClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -283,9 +280,7 @@ export class ScheduleRunCommand extends $Command< * @public */ constructor(readonly input: ScheduleRunCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -336,7 +331,4 @@ export class ScheduleRunCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ScheduleRunCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-device-farm/src/commands/StopJobCommand.ts b/clients/client-device-farm/src/commands/StopJobCommand.ts index 9291d92964c8..87d6db8d585d 100644 --- a/clients/client-device-farm/src/commands/StopJobCommand.ts +++ b/clients/client-device-farm/src/commands/StopJobCommand.ts @@ -162,9 +162,6 @@ export class StopJobCommand extends $Command< StopJobCommandOutput, DeviceFarmClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -178,9 +175,7 @@ export class StopJobCommand extends $Command< * @public */ constructor(readonly input: StopJobCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -231,7 +226,4 @@ export class StopJobCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_StopJobCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-device-farm/src/commands/StopRemoteAccessSessionCommand.ts b/clients/client-device-farm/src/commands/StopRemoteAccessSessionCommand.ts index 545b409b082a..f7e845e218c9 100644 --- a/clients/client-device-farm/src/commands/StopRemoteAccessSessionCommand.ts +++ b/clients/client-device-farm/src/commands/StopRemoteAccessSessionCommand.ts @@ -166,9 +166,6 @@ export class StopRemoteAccessSessionCommand extends $Command< StopRemoteAccessSessionCommandOutput, DeviceFarmClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -182,9 +179,7 @@ export class StopRemoteAccessSessionCommand extends $Command< * @public */ constructor(readonly input: StopRemoteAccessSessionCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -237,7 +232,4 @@ export class StopRemoteAccessSessionCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_StopRemoteAccessSessionCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-device-farm/src/commands/StopRunCommand.ts b/clients/client-device-farm/src/commands/StopRunCommand.ts index 76013550911b..820dc481da45 100644 --- a/clients/client-device-farm/src/commands/StopRunCommand.ts +++ b/clients/client-device-farm/src/commands/StopRunCommand.ts @@ -197,9 +197,6 @@ export class StopRunCommand extends $Command< StopRunCommandOutput, DeviceFarmClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -213,9 +210,7 @@ export class StopRunCommand extends $Command< * @public */ constructor(readonly input: StopRunCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -266,7 +261,4 @@ export class StopRunCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_StopRunCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-device-farm/src/commands/TagResourceCommand.ts b/clients/client-device-farm/src/commands/TagResourceCommand.ts index ba1a52ba8628..9812cb5fe5ee 100644 --- a/clients/client-device-farm/src/commands/TagResourceCommand.ts +++ b/clients/client-device-farm/src/commands/TagResourceCommand.ts @@ -93,9 +93,6 @@ export class TagResourceCommand extends $Command< TagResourceCommandOutput, DeviceFarmClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -109,9 +106,7 @@ export class TagResourceCommand extends $Command< * @public */ constructor(readonly input: TagResourceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -162,7 +157,4 @@ export class TagResourceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_TagResourceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-device-farm/src/commands/UntagResourceCommand.ts b/clients/client-device-farm/src/commands/UntagResourceCommand.ts index 9961baffd62e..b053f34f1117 100644 --- a/clients/client-device-farm/src/commands/UntagResourceCommand.ts +++ b/clients/client-device-farm/src/commands/UntagResourceCommand.ts @@ -80,9 +80,6 @@ export class UntagResourceCommand extends $Command< UntagResourceCommandOutput, DeviceFarmClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -96,9 +93,7 @@ export class UntagResourceCommand extends $Command< * @public */ constructor(readonly input: UntagResourceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -149,7 +144,4 @@ export class UntagResourceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UntagResourceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-device-farm/src/commands/UpdateDeviceInstanceCommand.ts b/clients/client-device-farm/src/commands/UpdateDeviceInstanceCommand.ts index 4c22802494e3..3d82c649b74a 100644 --- a/clients/client-device-farm/src/commands/UpdateDeviceInstanceCommand.ts +++ b/clients/client-device-farm/src/commands/UpdateDeviceInstanceCommand.ts @@ -104,9 +104,6 @@ export class UpdateDeviceInstanceCommand extends $Command< UpdateDeviceInstanceCommandOutput, DeviceFarmClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -120,9 +117,7 @@ export class UpdateDeviceInstanceCommand extends $Command< * @public */ constructor(readonly input: UpdateDeviceInstanceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -175,7 +170,4 @@ export class UpdateDeviceInstanceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdateDeviceInstanceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-device-farm/src/commands/UpdateDevicePoolCommand.ts b/clients/client-device-farm/src/commands/UpdateDevicePoolCommand.ts index 602db49d6b8a..9f44b3c865e1 100644 --- a/clients/client-device-farm/src/commands/UpdateDevicePoolCommand.ts +++ b/clients/client-device-farm/src/commands/UpdateDevicePoolCommand.ts @@ -133,9 +133,6 @@ export class UpdateDevicePoolCommand extends $Command< UpdateDevicePoolCommandOutput, DeviceFarmClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -149,9 +146,7 @@ export class UpdateDevicePoolCommand extends $Command< * @public */ constructor(readonly input: UpdateDevicePoolCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -204,7 +199,4 @@ export class UpdateDevicePoolCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdateDevicePoolCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-device-farm/src/commands/UpdateInstanceProfileCommand.ts b/clients/client-device-farm/src/commands/UpdateInstanceProfileCommand.ts index baf695c97e52..4a7bdc1e4d82 100644 --- a/clients/client-device-farm/src/commands/UpdateInstanceProfileCommand.ts +++ b/clients/client-device-farm/src/commands/UpdateInstanceProfileCommand.ts @@ -98,9 +98,6 @@ export class UpdateInstanceProfileCommand extends $Command< UpdateInstanceProfileCommandOutput, DeviceFarmClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -114,9 +111,7 @@ export class UpdateInstanceProfileCommand extends $Command< * @public */ constructor(readonly input: UpdateInstanceProfileCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -169,7 +164,4 @@ export class UpdateInstanceProfileCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdateInstanceProfileCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-device-farm/src/commands/UpdateNetworkProfileCommand.ts b/clients/client-device-farm/src/commands/UpdateNetworkProfileCommand.ts index 9678f510cd42..c2354813972c 100644 --- a/clients/client-device-farm/src/commands/UpdateNetworkProfileCommand.ts +++ b/clients/client-device-farm/src/commands/UpdateNetworkProfileCommand.ts @@ -106,9 +106,6 @@ export class UpdateNetworkProfileCommand extends $Command< UpdateNetworkProfileCommandOutput, DeviceFarmClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -122,9 +119,7 @@ export class UpdateNetworkProfileCommand extends $Command< * @public */ constructor(readonly input: UpdateNetworkProfileCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -177,7 +172,4 @@ export class UpdateNetworkProfileCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdateNetworkProfileCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-device-farm/src/commands/UpdateProjectCommand.ts b/clients/client-device-farm/src/commands/UpdateProjectCommand.ts index 1b6b8e56dd13..70a0e15f2033 100644 --- a/clients/client-device-farm/src/commands/UpdateProjectCommand.ts +++ b/clients/client-device-farm/src/commands/UpdateProjectCommand.ts @@ -129,9 +129,6 @@ export class UpdateProjectCommand extends $Command< UpdateProjectCommandOutput, DeviceFarmClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -145,9 +142,7 @@ export class UpdateProjectCommand extends $Command< * @public */ constructor(readonly input: UpdateProjectCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -198,7 +193,4 @@ export class UpdateProjectCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdateProjectCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-device-farm/src/commands/UpdateTestGridProjectCommand.ts b/clients/client-device-farm/src/commands/UpdateTestGridProjectCommand.ts index 603a9793f3f3..6488e36d82ad 100644 --- a/clients/client-device-farm/src/commands/UpdateTestGridProjectCommand.ts +++ b/clients/client-device-farm/src/commands/UpdateTestGridProjectCommand.ts @@ -108,9 +108,6 @@ export class UpdateTestGridProjectCommand extends $Command< UpdateTestGridProjectCommandOutput, DeviceFarmClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -124,9 +121,7 @@ export class UpdateTestGridProjectCommand extends $Command< * @public */ constructor(readonly input: UpdateTestGridProjectCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -179,7 +174,4 @@ export class UpdateTestGridProjectCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdateTestGridProjectCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-device-farm/src/commands/UpdateUploadCommand.ts b/clients/client-device-farm/src/commands/UpdateUploadCommand.ts index 1f2f727e5344..d5e9a25dc10c 100644 --- a/clients/client-device-farm/src/commands/UpdateUploadCommand.ts +++ b/clients/client-device-farm/src/commands/UpdateUploadCommand.ts @@ -96,9 +96,6 @@ export class UpdateUploadCommand extends $Command< UpdateUploadCommandOutput, DeviceFarmClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -112,9 +109,7 @@ export class UpdateUploadCommand extends $Command< * @public */ constructor(readonly input: UpdateUploadCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -165,7 +160,4 @@ export class UpdateUploadCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdateUploadCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-device-farm/src/commands/UpdateVPCEConfigurationCommand.ts b/clients/client-device-farm/src/commands/UpdateVPCEConfigurationCommand.ts index 90c7c09ceca3..facbb121fb99 100644 --- a/clients/client-device-farm/src/commands/UpdateVPCEConfigurationCommand.ts +++ b/clients/client-device-farm/src/commands/UpdateVPCEConfigurationCommand.ts @@ -93,9 +93,6 @@ export class UpdateVPCEConfigurationCommand extends $Command< UpdateVPCEConfigurationCommandOutput, DeviceFarmClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -109,9 +106,7 @@ export class UpdateVPCEConfigurationCommand extends $Command< * @public */ constructor(readonly input: UpdateVPCEConfigurationCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -164,7 +159,4 @@ export class UpdateVPCEConfigurationCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdateVPCEConfigurationCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-devops-guru/package.json b/clients/client-devops-guru/package.json index aa3bded85874..81ac798b475c 100644 --- a/clients/client-devops-guru/package.json +++ b/clients/client-devops-guru/package.json @@ -34,29 +34,29 @@ "@aws-sdk/util-endpoints": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@smithy/config-resolver": "^2.0.16", - "@smithy/fetch-http-handler": "^2.2.4", - "@smithy/hash-node": "^2.0.12", - "@smithy/invalid-dependency": "^2.0.12", - "@smithy/middleware-content-length": "^2.0.14", - "@smithy/middleware-endpoint": "^2.1.3", - "@smithy/middleware-retry": "^2.0.18", - "@smithy/middleware-serde": "^2.0.12", - "@smithy/middleware-stack": "^2.0.6", - "@smithy/node-config-provider": "^2.1.3", - "@smithy/node-http-handler": "^2.1.8", - "@smithy/protocol-http": "^3.0.8", - "@smithy/smithy-client": "^2.1.12", - "@smithy/types": "^2.4.0", - "@smithy/url-parser": "^2.0.12", - "@smithy/util-base64": "^2.0.0", + "@smithy/config-resolver": "^2.0.18", + "@smithy/fetch-http-handler": "^2.2.6", + "@smithy/hash-node": "^2.0.15", + "@smithy/invalid-dependency": "^2.0.13", + "@smithy/middleware-content-length": "^2.0.15", + "@smithy/middleware-endpoint": "^2.2.0", + "@smithy/middleware-retry": "^2.0.20", + "@smithy/middleware-serde": "^2.0.13", + "@smithy/middleware-stack": "^2.0.7", + "@smithy/node-config-provider": "^2.1.5", + "@smithy/node-http-handler": "^2.1.9", + "@smithy/protocol-http": "^3.0.9", + "@smithy/smithy-client": "^2.1.15", + "@smithy/types": "^2.5.0", + "@smithy/url-parser": "^2.0.13", + "@smithy/util-base64": "^2.0.1", "@smithy/util-body-length-browser": "^2.0.0", "@smithy/util-body-length-node": "^2.1.0", - "@smithy/util-defaults-mode-browser": "^2.0.16", - "@smithy/util-defaults-mode-node": "^2.0.21", - "@smithy/util-endpoints": "^1.0.2", - "@smithy/util-retry": "^2.0.5", - "@smithy/util-utf8": "^2.0.0", + "@smithy/util-defaults-mode-browser": "^2.0.19", + "@smithy/util-defaults-mode-node": "^2.0.25", + "@smithy/util-endpoints": "^1.0.4", + "@smithy/util-retry": "^2.0.6", + "@smithy/util-utf8": "^2.0.2", "tslib": "^2.5.0", "uuid": "^8.3.2" }, diff --git a/clients/client-devops-guru/src/commands/AddNotificationChannelCommand.ts b/clients/client-devops-guru/src/commands/AddNotificationChannelCommand.ts index 09ec939dc762..41ee18b23a66 100644 --- a/clients/client-devops-guru/src/commands/AddNotificationChannelCommand.ts +++ b/clients/client-devops-guru/src/commands/AddNotificationChannelCommand.ts @@ -115,9 +115,6 @@ export class AddNotificationChannelCommand extends $Command< AddNotificationChannelCommandOutput, DevOpsGuruClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -131,9 +128,7 @@ export class AddNotificationChannelCommand extends $Command< * @public */ constructor(readonly input: AddNotificationChannelCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -186,7 +181,4 @@ export class AddNotificationChannelCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_AddNotificationChannelCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-devops-guru/src/commands/DeleteInsightCommand.ts b/clients/client-devops-guru/src/commands/DeleteInsightCommand.ts index 80e970505bd9..8e6052706026 100644 --- a/clients/client-devops-guru/src/commands/DeleteInsightCommand.ts +++ b/clients/client-devops-guru/src/commands/DeleteInsightCommand.ts @@ -90,9 +90,6 @@ export class DeleteInsightCommand extends $Command< DeleteInsightCommandOutput, DevOpsGuruClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -106,9 +103,7 @@ export class DeleteInsightCommand extends $Command< * @public */ constructor(readonly input: DeleteInsightCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -159,7 +154,4 @@ export class DeleteInsightCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteInsightCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-devops-guru/src/commands/DescribeAccountHealthCommand.ts b/clients/client-devops-guru/src/commands/DescribeAccountHealthCommand.ts index f29dd117a345..94ca60520e2b 100644 --- a/clients/client-devops-guru/src/commands/DescribeAccountHealthCommand.ts +++ b/clients/client-devops-guru/src/commands/DescribeAccountHealthCommand.ts @@ -90,9 +90,6 @@ export class DescribeAccountHealthCommand extends $Command< DescribeAccountHealthCommandOutput, DevOpsGuruClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -106,9 +103,7 @@ export class DescribeAccountHealthCommand extends $Command< * @public */ constructor(readonly input: DescribeAccountHealthCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -161,7 +156,4 @@ export class DescribeAccountHealthCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DescribeAccountHealthCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-devops-guru/src/commands/DescribeAccountOverviewCommand.ts b/clients/client-devops-guru/src/commands/DescribeAccountOverviewCommand.ts index 10867adffa32..d4a1b1ce4ef5 100644 --- a/clients/client-devops-guru/src/commands/DescribeAccountOverviewCommand.ts +++ b/clients/client-devops-guru/src/commands/DescribeAccountOverviewCommand.ts @@ -91,9 +91,6 @@ export class DescribeAccountOverviewCommand extends $Command< DescribeAccountOverviewCommandOutput, DevOpsGuruClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -107,9 +104,7 @@ export class DescribeAccountOverviewCommand extends $Command< * @public */ constructor(readonly input: DescribeAccountOverviewCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -162,7 +157,4 @@ export class DescribeAccountOverviewCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DescribeAccountOverviewCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-devops-guru/src/commands/DescribeAnomalyCommand.ts b/clients/client-devops-guru/src/commands/DescribeAnomalyCommand.ts index cd4d8e886259..cb00daef4e1e 100644 --- a/clients/client-devops-guru/src/commands/DescribeAnomalyCommand.ts +++ b/clients/client-devops-guru/src/commands/DescribeAnomalyCommand.ts @@ -339,9 +339,6 @@ export class DescribeAnomalyCommand extends $Command< DescribeAnomalyCommandOutput, DevOpsGuruClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -355,9 +352,7 @@ export class DescribeAnomalyCommand extends $Command< * @public */ constructor(readonly input: DescribeAnomalyCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -410,7 +405,4 @@ export class DescribeAnomalyCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DescribeAnomalyCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-devops-guru/src/commands/DescribeEventSourcesConfigCommand.ts b/clients/client-devops-guru/src/commands/DescribeEventSourcesConfigCommand.ts index 054f0440c9a1..d4b59a42436c 100644 --- a/clients/client-devops-guru/src/commands/DescribeEventSourcesConfigCommand.ts +++ b/clients/client-devops-guru/src/commands/DescribeEventSourcesConfigCommand.ts @@ -91,9 +91,6 @@ export class DescribeEventSourcesConfigCommand extends $Command< DescribeEventSourcesConfigCommandOutput, DevOpsGuruClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -107,9 +104,7 @@ export class DescribeEventSourcesConfigCommand extends $Command< * @public */ constructor(readonly input: DescribeEventSourcesConfigCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -165,7 +160,4 @@ export class DescribeEventSourcesConfigCommand extends $Command< ): Promise { return de_DescribeEventSourcesConfigCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-devops-guru/src/commands/DescribeFeedbackCommand.ts b/clients/client-devops-guru/src/commands/DescribeFeedbackCommand.ts index 8a37a7530c82..f857010b5926 100644 --- a/clients/client-devops-guru/src/commands/DescribeFeedbackCommand.ts +++ b/clients/client-devops-guru/src/commands/DescribeFeedbackCommand.ts @@ -93,9 +93,6 @@ export class DescribeFeedbackCommand extends $Command< DescribeFeedbackCommandOutput, DevOpsGuruClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -109,9 +106,7 @@ export class DescribeFeedbackCommand extends $Command< * @public */ constructor(readonly input: DescribeFeedbackCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -164,7 +159,4 @@ export class DescribeFeedbackCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DescribeFeedbackCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-devops-guru/src/commands/DescribeInsightCommand.ts b/clients/client-devops-guru/src/commands/DescribeInsightCommand.ts index 27c4eedc4d62..d24902e64cdb 100644 --- a/clients/client-devops-guru/src/commands/DescribeInsightCommand.ts +++ b/clients/client-devops-guru/src/commands/DescribeInsightCommand.ts @@ -147,9 +147,6 @@ export class DescribeInsightCommand extends $Command< DescribeInsightCommandOutput, DevOpsGuruClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -163,9 +160,7 @@ export class DescribeInsightCommand extends $Command< * @public */ constructor(readonly input: DescribeInsightCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -218,7 +213,4 @@ export class DescribeInsightCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DescribeInsightCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-devops-guru/src/commands/DescribeOrganizationHealthCommand.ts b/clients/client-devops-guru/src/commands/DescribeOrganizationHealthCommand.ts index 390ca09c830d..95eb8c1acd1f 100644 --- a/clients/client-devops-guru/src/commands/DescribeOrganizationHealthCommand.ts +++ b/clients/client-devops-guru/src/commands/DescribeOrganizationHealthCommand.ts @@ -95,9 +95,6 @@ export class DescribeOrganizationHealthCommand extends $Command< DescribeOrganizationHealthCommandOutput, DevOpsGuruClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -111,9 +108,7 @@ export class DescribeOrganizationHealthCommand extends $Command< * @public */ constructor(readonly input: DescribeOrganizationHealthCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -169,7 +164,4 @@ export class DescribeOrganizationHealthCommand extends $Command< ): Promise { return de_DescribeOrganizationHealthCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-devops-guru/src/commands/DescribeOrganizationOverviewCommand.ts b/clients/client-devops-guru/src/commands/DescribeOrganizationOverviewCommand.ts index ed848ef7cd08..7d582a371667 100644 --- a/clients/client-devops-guru/src/commands/DescribeOrganizationOverviewCommand.ts +++ b/clients/client-devops-guru/src/commands/DescribeOrganizationOverviewCommand.ts @@ -100,9 +100,6 @@ export class DescribeOrganizationOverviewCommand extends $Command< DescribeOrganizationOverviewCommandOutput, DevOpsGuruClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -116,9 +113,7 @@ export class DescribeOrganizationOverviewCommand extends $Command< * @public */ constructor(readonly input: DescribeOrganizationOverviewCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -174,7 +169,4 @@ export class DescribeOrganizationOverviewCommand extends $Command< ): Promise { return de_DescribeOrganizationOverviewCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-devops-guru/src/commands/DescribeOrganizationResourceCollectionHealthCommand.ts b/clients/client-devops-guru/src/commands/DescribeOrganizationResourceCollectionHealthCommand.ts index 6b2a5e12c67e..19efe8134f9a 100644 --- a/clients/client-devops-guru/src/commands/DescribeOrganizationResourceCollectionHealthCommand.ts +++ b/clients/client-devops-guru/src/commands/DescribeOrganizationResourceCollectionHealthCommand.ts @@ -147,9 +147,6 @@ export class DescribeOrganizationResourceCollectionHealthCommand extends $Comman DescribeOrganizationResourceCollectionHealthCommandOutput, DevOpsGuruClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -163,9 +160,7 @@ export class DescribeOrganizationResourceCollectionHealthCommand extends $Comman * @public */ constructor(readonly input: DescribeOrganizationResourceCollectionHealthCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -230,7 +225,4 @@ export class DescribeOrganizationResourceCollectionHealthCommand extends $Comman ): Promise { return de_DescribeOrganizationResourceCollectionHealthCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-devops-guru/src/commands/DescribeResourceCollectionHealthCommand.ts b/clients/client-devops-guru/src/commands/DescribeResourceCollectionHealthCommand.ts index 1b4910cd4c3d..cfc118de9630 100644 --- a/clients/client-devops-guru/src/commands/DescribeResourceCollectionHealthCommand.ts +++ b/clients/client-devops-guru/src/commands/DescribeResourceCollectionHealthCommand.ts @@ -129,9 +129,6 @@ export class DescribeResourceCollectionHealthCommand extends $Command< DescribeResourceCollectionHealthCommandOutput, DevOpsGuruClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -145,9 +142,7 @@ export class DescribeResourceCollectionHealthCommand extends $Command< * @public */ constructor(readonly input: DescribeResourceCollectionHealthCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -206,7 +201,4 @@ export class DescribeResourceCollectionHealthCommand extends $Command< ): Promise { return de_DescribeResourceCollectionHealthCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-devops-guru/src/commands/DescribeServiceIntegrationCommand.ts b/clients/client-devops-guru/src/commands/DescribeServiceIntegrationCommand.ts index 6157c0caa886..0fb19661727f 100644 --- a/clients/client-devops-guru/src/commands/DescribeServiceIntegrationCommand.ts +++ b/clients/client-devops-guru/src/commands/DescribeServiceIntegrationCommand.ts @@ -101,9 +101,6 @@ export class DescribeServiceIntegrationCommand extends $Command< DescribeServiceIntegrationCommandOutput, DevOpsGuruClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -117,9 +114,7 @@ export class DescribeServiceIntegrationCommand extends $Command< * @public */ constructor(readonly input: DescribeServiceIntegrationCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -175,7 +170,4 @@ export class DescribeServiceIntegrationCommand extends $Command< ): Promise { return de_DescribeServiceIntegrationCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-devops-guru/src/commands/GetCostEstimationCommand.ts b/clients/client-devops-guru/src/commands/GetCostEstimationCommand.ts index 478abc610398..f31de5c8faf0 100644 --- a/clients/client-devops-guru/src/commands/GetCostEstimationCommand.ts +++ b/clients/client-devops-guru/src/commands/GetCostEstimationCommand.ts @@ -123,9 +123,6 @@ export class GetCostEstimationCommand extends $Command< GetCostEstimationCommandOutput, DevOpsGuruClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -139,9 +136,7 @@ export class GetCostEstimationCommand extends $Command< * @public */ constructor(readonly input: GetCostEstimationCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -194,7 +189,4 @@ export class GetCostEstimationCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetCostEstimationCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-devops-guru/src/commands/GetResourceCollectionCommand.ts b/clients/client-devops-guru/src/commands/GetResourceCollectionCommand.ts index 4ec85f67f699..423ca14a11e9 100644 --- a/clients/client-devops-guru/src/commands/GetResourceCollectionCommand.ts +++ b/clients/client-devops-guru/src/commands/GetResourceCollectionCommand.ts @@ -108,9 +108,6 @@ export class GetResourceCollectionCommand extends $Command< GetResourceCollectionCommandOutput, DevOpsGuruClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -124,9 +121,7 @@ export class GetResourceCollectionCommand extends $Command< * @public */ constructor(readonly input: GetResourceCollectionCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -179,7 +174,4 @@ export class GetResourceCollectionCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetResourceCollectionCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-devops-guru/src/commands/ListAnomaliesForInsightCommand.ts b/clients/client-devops-guru/src/commands/ListAnomaliesForInsightCommand.ts index f88bb67f0ab2..44cb10231cee 100644 --- a/clients/client-devops-guru/src/commands/ListAnomaliesForInsightCommand.ts +++ b/clients/client-devops-guru/src/commands/ListAnomaliesForInsightCommand.ts @@ -358,9 +358,6 @@ export class ListAnomaliesForInsightCommand extends $Command< ListAnomaliesForInsightCommandOutput, DevOpsGuruClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -374,9 +371,7 @@ export class ListAnomaliesForInsightCommand extends $Command< * @public */ constructor(readonly input: ListAnomaliesForInsightCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -429,7 +424,4 @@ export class ListAnomaliesForInsightCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListAnomaliesForInsightCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-devops-guru/src/commands/ListAnomalousLogGroupsCommand.ts b/clients/client-devops-guru/src/commands/ListAnomalousLogGroupsCommand.ts index 7b5d75a0fe36..29e129d0f2ea 100644 --- a/clients/client-devops-guru/src/commands/ListAnomalousLogGroupsCommand.ts +++ b/clients/client-devops-guru/src/commands/ListAnomalousLogGroupsCommand.ts @@ -117,9 +117,6 @@ export class ListAnomalousLogGroupsCommand extends $Command< ListAnomalousLogGroupsCommandOutput, DevOpsGuruClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -133,9 +130,7 @@ export class ListAnomalousLogGroupsCommand extends $Command< * @public */ constructor(readonly input: ListAnomalousLogGroupsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -188,7 +183,4 @@ export class ListAnomalousLogGroupsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListAnomalousLogGroupsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-devops-guru/src/commands/ListEventsCommand.ts b/clients/client-devops-guru/src/commands/ListEventsCommand.ts index 219aef9ae7cc..e4df54933e3c 100644 --- a/clients/client-devops-guru/src/commands/ListEventsCommand.ts +++ b/clients/client-devops-guru/src/commands/ListEventsCommand.ts @@ -149,9 +149,6 @@ export class ListEventsCommand extends $Command< ListEventsCommandOutput, DevOpsGuruClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -165,9 +162,7 @@ export class ListEventsCommand extends $Command< * @public */ constructor(readonly input: ListEventsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -218,7 +213,4 @@ export class ListEventsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListEventsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-devops-guru/src/commands/ListInsightsCommand.ts b/clients/client-devops-guru/src/commands/ListInsightsCommand.ts index 8cadf6941660..afdad8502332 100644 --- a/clients/client-devops-guru/src/commands/ListInsightsCommand.ts +++ b/clients/client-devops-guru/src/commands/ListInsightsCommand.ts @@ -182,9 +182,6 @@ export class ListInsightsCommand extends $Command< ListInsightsCommandOutput, DevOpsGuruClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -198,9 +195,7 @@ export class ListInsightsCommand extends $Command< * @public */ constructor(readonly input: ListInsightsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -251,7 +246,4 @@ export class ListInsightsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListInsightsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-devops-guru/src/commands/ListMonitoredResourcesCommand.ts b/clients/client-devops-guru/src/commands/ListMonitoredResourcesCommand.ts index d8793e4a009c..2c3831f2670e 100644 --- a/clients/client-devops-guru/src/commands/ListMonitoredResourcesCommand.ts +++ b/clients/client-devops-guru/src/commands/ListMonitoredResourcesCommand.ts @@ -115,9 +115,6 @@ export class ListMonitoredResourcesCommand extends $Command< ListMonitoredResourcesCommandOutput, DevOpsGuruClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -131,9 +128,7 @@ export class ListMonitoredResourcesCommand extends $Command< * @public */ constructor(readonly input: ListMonitoredResourcesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -186,7 +181,4 @@ export class ListMonitoredResourcesCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListMonitoredResourcesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-devops-guru/src/commands/ListNotificationChannelsCommand.ts b/clients/client-devops-guru/src/commands/ListNotificationChannelsCommand.ts index 941cb046379b..e890a148204e 100644 --- a/clients/client-devops-guru/src/commands/ListNotificationChannelsCommand.ts +++ b/clients/client-devops-guru/src/commands/ListNotificationChannelsCommand.ts @@ -107,9 +107,6 @@ export class ListNotificationChannelsCommand extends $Command< ListNotificationChannelsCommandOutput, DevOpsGuruClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -123,9 +120,7 @@ export class ListNotificationChannelsCommand extends $Command< * @public */ constructor(readonly input: ListNotificationChannelsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -178,7 +173,4 @@ export class ListNotificationChannelsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListNotificationChannelsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-devops-guru/src/commands/ListOrganizationInsightsCommand.ts b/clients/client-devops-guru/src/commands/ListOrganizationInsightsCommand.ts index 1c9256f15ada..b0c86655f4af 100644 --- a/clients/client-devops-guru/src/commands/ListOrganizationInsightsCommand.ts +++ b/clients/client-devops-guru/src/commands/ListOrganizationInsightsCommand.ts @@ -184,9 +184,6 @@ export class ListOrganizationInsightsCommand extends $Command< ListOrganizationInsightsCommandOutput, DevOpsGuruClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -200,9 +197,7 @@ export class ListOrganizationInsightsCommand extends $Command< * @public */ constructor(readonly input: ListOrganizationInsightsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -255,7 +250,4 @@ export class ListOrganizationInsightsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListOrganizationInsightsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-devops-guru/src/commands/ListRecommendationsCommand.ts b/clients/client-devops-guru/src/commands/ListRecommendationsCommand.ts index 2946b6dc190c..3ecbd7bb98ea 100644 --- a/clients/client-devops-guru/src/commands/ListRecommendationsCommand.ts +++ b/clients/client-devops-guru/src/commands/ListRecommendationsCommand.ts @@ -134,9 +134,6 @@ export class ListRecommendationsCommand extends $Command< ListRecommendationsCommandOutput, DevOpsGuruClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -150,9 +147,7 @@ export class ListRecommendationsCommand extends $Command< * @public */ constructor(readonly input: ListRecommendationsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -205,7 +200,4 @@ export class ListRecommendationsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListRecommendationsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-devops-guru/src/commands/PutFeedbackCommand.ts b/clients/client-devops-guru/src/commands/PutFeedbackCommand.ts index c4894ebde746..09e16ac9723e 100644 --- a/clients/client-devops-guru/src/commands/PutFeedbackCommand.ts +++ b/clients/client-devops-guru/src/commands/PutFeedbackCommand.ts @@ -93,9 +93,6 @@ export class PutFeedbackCommand extends $Command< PutFeedbackCommandOutput, DevOpsGuruClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -109,9 +106,7 @@ export class PutFeedbackCommand extends $Command< * @public */ constructor(readonly input: PutFeedbackCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -162,7 +157,4 @@ export class PutFeedbackCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_PutFeedbackCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-devops-guru/src/commands/RemoveNotificationChannelCommand.ts b/clients/client-devops-guru/src/commands/RemoveNotificationChannelCommand.ts index ea8be82257d1..aa5938772fc0 100644 --- a/clients/client-devops-guru/src/commands/RemoveNotificationChannelCommand.ts +++ b/clients/client-devops-guru/src/commands/RemoveNotificationChannelCommand.ts @@ -92,9 +92,6 @@ export class RemoveNotificationChannelCommand extends $Command< RemoveNotificationChannelCommandOutput, DevOpsGuruClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -108,9 +105,7 @@ export class RemoveNotificationChannelCommand extends $Command< * @public */ constructor(readonly input: RemoveNotificationChannelCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -166,7 +161,4 @@ export class RemoveNotificationChannelCommand extends $Command< ): Promise { return de_RemoveNotificationChannelCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-devops-guru/src/commands/SearchInsightsCommand.ts b/clients/client-devops-guru/src/commands/SearchInsightsCommand.ts index 66e6617aa20f..72210a77d717 100644 --- a/clients/client-devops-guru/src/commands/SearchInsightsCommand.ts +++ b/clients/client-devops-guru/src/commands/SearchInsightsCommand.ts @@ -200,9 +200,6 @@ export class SearchInsightsCommand extends $Command< SearchInsightsCommandOutput, DevOpsGuruClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -216,9 +213,7 @@ export class SearchInsightsCommand extends $Command< * @public */ constructor(readonly input: SearchInsightsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -271,7 +266,4 @@ export class SearchInsightsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_SearchInsightsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-devops-guru/src/commands/SearchOrganizationInsightsCommand.ts b/clients/client-devops-guru/src/commands/SearchOrganizationInsightsCommand.ts index 0446128ad01f..11d8b1ab89c4 100644 --- a/clients/client-devops-guru/src/commands/SearchOrganizationInsightsCommand.ts +++ b/clients/client-devops-guru/src/commands/SearchOrganizationInsightsCommand.ts @@ -204,9 +204,6 @@ export class SearchOrganizationInsightsCommand extends $Command< SearchOrganizationInsightsCommandOutput, DevOpsGuruClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -220,9 +217,7 @@ export class SearchOrganizationInsightsCommand extends $Command< * @public */ constructor(readonly input: SearchOrganizationInsightsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -278,7 +273,4 @@ export class SearchOrganizationInsightsCommand extends $Command< ): Promise { return de_SearchOrganizationInsightsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-devops-guru/src/commands/StartCostEstimationCommand.ts b/clients/client-devops-guru/src/commands/StartCostEstimationCommand.ts index c8cccea06e37..946f01969e9e 100644 --- a/clients/client-devops-guru/src/commands/StartCostEstimationCommand.ts +++ b/clients/client-devops-guru/src/commands/StartCostEstimationCommand.ts @@ -106,9 +106,6 @@ export class StartCostEstimationCommand extends $Command< StartCostEstimationCommandOutput, DevOpsGuruClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -122,9 +119,7 @@ export class StartCostEstimationCommand extends $Command< * @public */ constructor(readonly input: StartCostEstimationCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -177,7 +172,4 @@ export class StartCostEstimationCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_StartCostEstimationCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-devops-guru/src/commands/UpdateEventSourcesConfigCommand.ts b/clients/client-devops-guru/src/commands/UpdateEventSourcesConfigCommand.ts index 9f7081ccb327..069d50542a6b 100644 --- a/clients/client-devops-guru/src/commands/UpdateEventSourcesConfigCommand.ts +++ b/clients/client-devops-guru/src/commands/UpdateEventSourcesConfigCommand.ts @@ -90,9 +90,6 @@ export class UpdateEventSourcesConfigCommand extends $Command< UpdateEventSourcesConfigCommandOutput, DevOpsGuruClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -106,9 +103,7 @@ export class UpdateEventSourcesConfigCommand extends $Command< * @public */ constructor(readonly input: UpdateEventSourcesConfigCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -161,7 +156,4 @@ export class UpdateEventSourcesConfigCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdateEventSourcesConfigCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-devops-guru/src/commands/UpdateResourceCollectionCommand.ts b/clients/client-devops-guru/src/commands/UpdateResourceCollectionCommand.ts index 526c9b30f273..e2ae5b1be059 100644 --- a/clients/client-devops-guru/src/commands/UpdateResourceCollectionCommand.ts +++ b/clients/client-devops-guru/src/commands/UpdateResourceCollectionCommand.ts @@ -106,9 +106,6 @@ export class UpdateResourceCollectionCommand extends $Command< UpdateResourceCollectionCommandOutput, DevOpsGuruClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -122,9 +119,7 @@ export class UpdateResourceCollectionCommand extends $Command< * @public */ constructor(readonly input: UpdateResourceCollectionCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -177,7 +172,4 @@ export class UpdateResourceCollectionCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdateResourceCollectionCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-devops-guru/src/commands/UpdateServiceIntegrationCommand.ts b/clients/client-devops-guru/src/commands/UpdateServiceIntegrationCommand.ts index eeb99f135f71..76f8dd527be8 100644 --- a/clients/client-devops-guru/src/commands/UpdateServiceIntegrationCommand.ts +++ b/clients/client-devops-guru/src/commands/UpdateServiceIntegrationCommand.ts @@ -101,9 +101,6 @@ export class UpdateServiceIntegrationCommand extends $Command< UpdateServiceIntegrationCommandOutput, DevOpsGuruClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -117,9 +114,7 @@ export class UpdateServiceIntegrationCommand extends $Command< * @public */ constructor(readonly input: UpdateServiceIntegrationCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -172,7 +167,4 @@ export class UpdateServiceIntegrationCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdateServiceIntegrationCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-direct-connect/package.json b/clients/client-direct-connect/package.json index caa69f957027..188a5b3821c5 100644 --- a/clients/client-direct-connect/package.json +++ b/clients/client-direct-connect/package.json @@ -34,29 +34,29 @@ "@aws-sdk/util-endpoints": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@smithy/config-resolver": "^2.0.16", - "@smithy/fetch-http-handler": "^2.2.4", - "@smithy/hash-node": "^2.0.12", - "@smithy/invalid-dependency": "^2.0.12", - "@smithy/middleware-content-length": "^2.0.14", - "@smithy/middleware-endpoint": "^2.1.3", - "@smithy/middleware-retry": "^2.0.18", - "@smithy/middleware-serde": "^2.0.12", - "@smithy/middleware-stack": "^2.0.6", - "@smithy/node-config-provider": "^2.1.3", - "@smithy/node-http-handler": "^2.1.8", - "@smithy/protocol-http": "^3.0.8", - "@smithy/smithy-client": "^2.1.12", - "@smithy/types": "^2.4.0", - "@smithy/url-parser": "^2.0.12", - "@smithy/util-base64": "^2.0.0", + "@smithy/config-resolver": "^2.0.18", + "@smithy/fetch-http-handler": "^2.2.6", + "@smithy/hash-node": "^2.0.15", + "@smithy/invalid-dependency": "^2.0.13", + "@smithy/middleware-content-length": "^2.0.15", + "@smithy/middleware-endpoint": "^2.2.0", + "@smithy/middleware-retry": "^2.0.20", + "@smithy/middleware-serde": "^2.0.13", + "@smithy/middleware-stack": "^2.0.7", + "@smithy/node-config-provider": "^2.1.5", + "@smithy/node-http-handler": "^2.1.9", + "@smithy/protocol-http": "^3.0.9", + "@smithy/smithy-client": "^2.1.15", + "@smithy/types": "^2.5.0", + "@smithy/url-parser": "^2.0.13", + "@smithy/util-base64": "^2.0.1", "@smithy/util-body-length-browser": "^2.0.0", "@smithy/util-body-length-node": "^2.1.0", - "@smithy/util-defaults-mode-browser": "^2.0.16", - "@smithy/util-defaults-mode-node": "^2.0.21", - "@smithy/util-endpoints": "^1.0.2", - "@smithy/util-retry": "^2.0.5", - "@smithy/util-utf8": "^2.0.0", + "@smithy/util-defaults-mode-browser": "^2.0.19", + "@smithy/util-defaults-mode-node": "^2.0.25", + "@smithy/util-endpoints": "^1.0.4", + "@smithy/util-retry": "^2.0.6", + "@smithy/util-utf8": "^2.0.2", "tslib": "^2.5.0" }, "devDependencies": { diff --git a/clients/client-direct-connect/src/commands/AcceptDirectConnectGatewayAssociationProposalCommand.ts b/clients/client-direct-connect/src/commands/AcceptDirectConnectGatewayAssociationProposalCommand.ts index 75552e457309..2375e8a4218a 100644 --- a/clients/client-direct-connect/src/commands/AcceptDirectConnectGatewayAssociationProposalCommand.ts +++ b/clients/client-direct-connect/src/commands/AcceptDirectConnectGatewayAssociationProposalCommand.ts @@ -112,9 +112,6 @@ export class AcceptDirectConnectGatewayAssociationProposalCommand extends $Comma AcceptDirectConnectGatewayAssociationProposalCommandOutput, DirectConnectClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -128,9 +125,7 @@ export class AcceptDirectConnectGatewayAssociationProposalCommand extends $Comma * @public */ constructor(readonly input: AcceptDirectConnectGatewayAssociationProposalCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -195,7 +190,4 @@ export class AcceptDirectConnectGatewayAssociationProposalCommand extends $Comma ): Promise { return de_AcceptDirectConnectGatewayAssociationProposalCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-direct-connect/src/commands/AllocateConnectionOnInterconnectCommand.ts b/clients/client-direct-connect/src/commands/AllocateConnectionOnInterconnectCommand.ts index 6eacf5668e49..4283b076f01b 100644 --- a/clients/client-direct-connect/src/commands/AllocateConnectionOnInterconnectCommand.ts +++ b/clients/client-direct-connect/src/commands/AllocateConnectionOnInterconnectCommand.ts @@ -123,9 +123,6 @@ export class AllocateConnectionOnInterconnectCommand extends $Command< AllocateConnectionOnInterconnectCommandOutput, DirectConnectClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -139,9 +136,7 @@ export class AllocateConnectionOnInterconnectCommand extends $Command< * @public */ constructor(readonly input: AllocateConnectionOnInterconnectCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -200,7 +195,4 @@ export class AllocateConnectionOnInterconnectCommand extends $Command< ): Promise { return de_AllocateConnectionOnInterconnectCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-direct-connect/src/commands/AllocateHostedConnectionCommand.ts b/clients/client-direct-connect/src/commands/AllocateHostedConnectionCommand.ts index 7b89e3715bca..928347d6bdfc 100644 --- a/clients/client-direct-connect/src/commands/AllocateHostedConnectionCommand.ts +++ b/clients/client-direct-connect/src/commands/AllocateHostedConnectionCommand.ts @@ -130,9 +130,6 @@ export class AllocateHostedConnectionCommand extends $Command< AllocateHostedConnectionCommandOutput, DirectConnectClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -146,9 +143,7 @@ export class AllocateHostedConnectionCommand extends $Command< * @public */ constructor(readonly input: AllocateHostedConnectionCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -201,7 +196,4 @@ export class AllocateHostedConnectionCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_AllocateHostedConnectionCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-direct-connect/src/commands/AllocatePrivateVirtualInterfaceCommand.ts b/clients/client-direct-connect/src/commands/AllocatePrivateVirtualInterfaceCommand.ts index cedaa56439b4..32fb06efe34e 100644 --- a/clients/client-direct-connect/src/commands/AllocatePrivateVirtualInterfaceCommand.ts +++ b/clients/client-direct-connect/src/commands/AllocatePrivateVirtualInterfaceCommand.ts @@ -151,9 +151,6 @@ export class AllocatePrivateVirtualInterfaceCommand extends $Command< AllocatePrivateVirtualInterfaceCommandOutput, DirectConnectClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -167,9 +164,7 @@ export class AllocatePrivateVirtualInterfaceCommand extends $Command< * @public */ constructor(readonly input: AllocatePrivateVirtualInterfaceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -228,7 +223,4 @@ export class AllocatePrivateVirtualInterfaceCommand extends $Command< ): Promise { return de_AllocatePrivateVirtualInterfaceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-direct-connect/src/commands/AllocatePublicVirtualInterfaceCommand.ts b/clients/client-direct-connect/src/commands/AllocatePublicVirtualInterfaceCommand.ts index 28fdb7011d53..7a26efb978aa 100644 --- a/clients/client-direct-connect/src/commands/AllocatePublicVirtualInterfaceCommand.ts +++ b/clients/client-direct-connect/src/commands/AllocatePublicVirtualInterfaceCommand.ts @@ -158,9 +158,6 @@ export class AllocatePublicVirtualInterfaceCommand extends $Command< AllocatePublicVirtualInterfaceCommandOutput, DirectConnectClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -174,9 +171,7 @@ export class AllocatePublicVirtualInterfaceCommand extends $Command< * @public */ constructor(readonly input: AllocatePublicVirtualInterfaceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -235,7 +230,4 @@ export class AllocatePublicVirtualInterfaceCommand extends $Command< ): Promise { return de_AllocatePublicVirtualInterfaceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-direct-connect/src/commands/AllocateTransitVirtualInterfaceCommand.ts b/clients/client-direct-connect/src/commands/AllocateTransitVirtualInterfaceCommand.ts index 73cd418d15d0..ea6036114c43 100644 --- a/clients/client-direct-connect/src/commands/AllocateTransitVirtualInterfaceCommand.ts +++ b/clients/client-direct-connect/src/commands/AllocateTransitVirtualInterfaceCommand.ts @@ -155,9 +155,6 @@ export class AllocateTransitVirtualInterfaceCommand extends $Command< AllocateTransitVirtualInterfaceCommandOutput, DirectConnectClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -171,9 +168,7 @@ export class AllocateTransitVirtualInterfaceCommand extends $Command< * @public */ constructor(readonly input: AllocateTransitVirtualInterfaceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -232,7 +227,4 @@ export class AllocateTransitVirtualInterfaceCommand extends $Command< ): Promise { return de_AllocateTransitVirtualInterfaceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-direct-connect/src/commands/AssociateConnectionWithLagCommand.ts b/clients/client-direct-connect/src/commands/AssociateConnectionWithLagCommand.ts index 152f8d034810..1be4d4a0be7d 100644 --- a/clients/client-direct-connect/src/commands/AssociateConnectionWithLagCommand.ts +++ b/clients/client-direct-connect/src/commands/AssociateConnectionWithLagCommand.ts @@ -123,9 +123,6 @@ export class AssociateConnectionWithLagCommand extends $Command< AssociateConnectionWithLagCommandOutput, DirectConnectClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -139,9 +136,7 @@ export class AssociateConnectionWithLagCommand extends $Command< * @public */ constructor(readonly input: AssociateConnectionWithLagCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -197,7 +192,4 @@ export class AssociateConnectionWithLagCommand extends $Command< ): Promise { return de_AssociateConnectionWithLagCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-direct-connect/src/commands/AssociateHostedConnectionCommand.ts b/clients/client-direct-connect/src/commands/AssociateHostedConnectionCommand.ts index bcef803a1bb9..dfba7e9d3c4c 100644 --- a/clients/client-direct-connect/src/commands/AssociateHostedConnectionCommand.ts +++ b/clients/client-direct-connect/src/commands/AssociateHostedConnectionCommand.ts @@ -117,9 +117,6 @@ export class AssociateHostedConnectionCommand extends $Command< AssociateHostedConnectionCommandOutput, DirectConnectClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -133,9 +130,7 @@ export class AssociateHostedConnectionCommand extends $Command< * @public */ constructor(readonly input: AssociateHostedConnectionCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -191,7 +186,4 @@ export class AssociateHostedConnectionCommand extends $Command< ): Promise { return de_AssociateHostedConnectionCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-direct-connect/src/commands/AssociateMacSecKeyCommand.ts b/clients/client-direct-connect/src/commands/AssociateMacSecKeyCommand.ts index ecb0872260fd..3dc82f6d89a6 100644 --- a/clients/client-direct-connect/src/commands/AssociateMacSecKeyCommand.ts +++ b/clients/client-direct-connect/src/commands/AssociateMacSecKeyCommand.ts @@ -89,9 +89,6 @@ export class AssociateMacSecKeyCommand extends $Command< AssociateMacSecKeyCommandOutput, DirectConnectClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -105,9 +102,7 @@ export class AssociateMacSecKeyCommand extends $Command< * @public */ constructor(readonly input: AssociateMacSecKeyCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -160,7 +155,4 @@ export class AssociateMacSecKeyCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_AssociateMacSecKeyCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-direct-connect/src/commands/AssociateVirtualInterfaceCommand.ts b/clients/client-direct-connect/src/commands/AssociateVirtualInterfaceCommand.ts index 70a097a4fa9f..806548c553f2 100644 --- a/clients/client-direct-connect/src/commands/AssociateVirtualInterfaceCommand.ts +++ b/clients/client-direct-connect/src/commands/AssociateVirtualInterfaceCommand.ts @@ -133,9 +133,6 @@ export class AssociateVirtualInterfaceCommand extends $Command< AssociateVirtualInterfaceCommandOutput, DirectConnectClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -149,9 +146,7 @@ export class AssociateVirtualInterfaceCommand extends $Command< * @public */ constructor(readonly input: AssociateVirtualInterfaceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -207,7 +202,4 @@ export class AssociateVirtualInterfaceCommand extends $Command< ): Promise { return de_AssociateVirtualInterfaceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-direct-connect/src/commands/ConfirmConnectionCommand.ts b/clients/client-direct-connect/src/commands/ConfirmConnectionCommand.ts index cec533ed94c5..df65427a0e4f 100644 --- a/clients/client-direct-connect/src/commands/ConfirmConnectionCommand.ts +++ b/clients/client-direct-connect/src/commands/ConfirmConnectionCommand.ts @@ -78,9 +78,6 @@ export class ConfirmConnectionCommand extends $Command< ConfirmConnectionCommandOutput, DirectConnectClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -94,9 +91,7 @@ export class ConfirmConnectionCommand extends $Command< * @public */ constructor(readonly input: ConfirmConnectionCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -149,7 +144,4 @@ export class ConfirmConnectionCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ConfirmConnectionCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-direct-connect/src/commands/ConfirmCustomerAgreementCommand.ts b/clients/client-direct-connect/src/commands/ConfirmCustomerAgreementCommand.ts index 6707d7a05bfa..172eddf93bd4 100644 --- a/clients/client-direct-connect/src/commands/ConfirmCustomerAgreementCommand.ts +++ b/clients/client-direct-connect/src/commands/ConfirmCustomerAgreementCommand.ts @@ -78,9 +78,6 @@ export class ConfirmCustomerAgreementCommand extends $Command< ConfirmCustomerAgreementCommandOutput, DirectConnectClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -94,9 +91,7 @@ export class ConfirmCustomerAgreementCommand extends $Command< * @public */ constructor(readonly input: ConfirmCustomerAgreementCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -149,7 +144,4 @@ export class ConfirmCustomerAgreementCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ConfirmCustomerAgreementCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-direct-connect/src/commands/ConfirmPrivateVirtualInterfaceCommand.ts b/clients/client-direct-connect/src/commands/ConfirmPrivateVirtualInterfaceCommand.ts index 0e4180f3adf2..078121ab61a2 100644 --- a/clients/client-direct-connect/src/commands/ConfirmPrivateVirtualInterfaceCommand.ts +++ b/clients/client-direct-connect/src/commands/ConfirmPrivateVirtualInterfaceCommand.ts @@ -86,9 +86,6 @@ export class ConfirmPrivateVirtualInterfaceCommand extends $Command< ConfirmPrivateVirtualInterfaceCommandOutput, DirectConnectClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -102,9 +99,7 @@ export class ConfirmPrivateVirtualInterfaceCommand extends $Command< * @public */ constructor(readonly input: ConfirmPrivateVirtualInterfaceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -163,7 +158,4 @@ export class ConfirmPrivateVirtualInterfaceCommand extends $Command< ): Promise { return de_ConfirmPrivateVirtualInterfaceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-direct-connect/src/commands/ConfirmPublicVirtualInterfaceCommand.ts b/clients/client-direct-connect/src/commands/ConfirmPublicVirtualInterfaceCommand.ts index 55e68c90c2a7..f280b3697301 100644 --- a/clients/client-direct-connect/src/commands/ConfirmPublicVirtualInterfaceCommand.ts +++ b/clients/client-direct-connect/src/commands/ConfirmPublicVirtualInterfaceCommand.ts @@ -83,9 +83,6 @@ export class ConfirmPublicVirtualInterfaceCommand extends $Command< ConfirmPublicVirtualInterfaceCommandOutput, DirectConnectClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -99,9 +96,7 @@ export class ConfirmPublicVirtualInterfaceCommand extends $Command< * @public */ constructor(readonly input: ConfirmPublicVirtualInterfaceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -157,7 +152,4 @@ export class ConfirmPublicVirtualInterfaceCommand extends $Command< ): Promise { return de_ConfirmPublicVirtualInterfaceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-direct-connect/src/commands/ConfirmTransitVirtualInterfaceCommand.ts b/clients/client-direct-connect/src/commands/ConfirmTransitVirtualInterfaceCommand.ts index e9398a1b6635..4e63939aa9d1 100644 --- a/clients/client-direct-connect/src/commands/ConfirmTransitVirtualInterfaceCommand.ts +++ b/clients/client-direct-connect/src/commands/ConfirmTransitVirtualInterfaceCommand.ts @@ -83,9 +83,6 @@ export class ConfirmTransitVirtualInterfaceCommand extends $Command< ConfirmTransitVirtualInterfaceCommandOutput, DirectConnectClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -99,9 +96,7 @@ export class ConfirmTransitVirtualInterfaceCommand extends $Command< * @public */ constructor(readonly input: ConfirmTransitVirtualInterfaceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -160,7 +155,4 @@ export class ConfirmTransitVirtualInterfaceCommand extends $Command< ): Promise { return de_ConfirmTransitVirtualInterfaceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-direct-connect/src/commands/CreateBGPPeerCommand.ts b/clients/client-direct-connect/src/commands/CreateBGPPeerCommand.ts index 23b1a027b067..3ee67c9dbfe3 100644 --- a/clients/client-direct-connect/src/commands/CreateBGPPeerCommand.ts +++ b/clients/client-direct-connect/src/commands/CreateBGPPeerCommand.ts @@ -147,9 +147,6 @@ export class CreateBGPPeerCommand extends $Command< CreateBGPPeerCommandOutput, DirectConnectClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -163,9 +160,7 @@ export class CreateBGPPeerCommand extends $Command< * @public */ constructor(readonly input: CreateBGPPeerCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -216,7 +211,4 @@ export class CreateBGPPeerCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateBGPPeerCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-direct-connect/src/commands/CreateConnectionCommand.ts b/clients/client-direct-connect/src/commands/CreateConnectionCommand.ts index 5c8a8d1b9d57..b7d42dcd794c 100644 --- a/clients/client-direct-connect/src/commands/CreateConnectionCommand.ts +++ b/clients/client-direct-connect/src/commands/CreateConnectionCommand.ts @@ -133,9 +133,6 @@ export class CreateConnectionCommand extends $Command< CreateConnectionCommandOutput, DirectConnectClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -149,9 +146,7 @@ export class CreateConnectionCommand extends $Command< * @public */ constructor(readonly input: CreateConnectionCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -204,7 +199,4 @@ export class CreateConnectionCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateConnectionCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-direct-connect/src/commands/CreateDirectConnectGatewayAssociationCommand.ts b/clients/client-direct-connect/src/commands/CreateDirectConnectGatewayAssociationCommand.ts index d126ffd00140..4e5cb63a2900 100644 --- a/clients/client-direct-connect/src/commands/CreateDirectConnectGatewayAssociationCommand.ts +++ b/clients/client-direct-connect/src/commands/CreateDirectConnectGatewayAssociationCommand.ts @@ -113,9 +113,6 @@ export class CreateDirectConnectGatewayAssociationCommand extends $Command< CreateDirectConnectGatewayAssociationCommandOutput, DirectConnectClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -129,9 +126,7 @@ export class CreateDirectConnectGatewayAssociationCommand extends $Command< * @public */ constructor(readonly input: CreateDirectConnectGatewayAssociationCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -190,7 +185,4 @@ export class CreateDirectConnectGatewayAssociationCommand extends $Command< ): Promise { return de_CreateDirectConnectGatewayAssociationCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-direct-connect/src/commands/CreateDirectConnectGatewayAssociationProposalCommand.ts b/clients/client-direct-connect/src/commands/CreateDirectConnectGatewayAssociationProposalCommand.ts index 5a754b7943e2..8f566f8d5fda 100644 --- a/clients/client-direct-connect/src/commands/CreateDirectConnectGatewayAssociationProposalCommand.ts +++ b/clients/client-direct-connect/src/commands/CreateDirectConnectGatewayAssociationProposalCommand.ts @@ -119,9 +119,6 @@ export class CreateDirectConnectGatewayAssociationProposalCommand extends $Comma CreateDirectConnectGatewayAssociationProposalCommandOutput, DirectConnectClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -135,9 +132,7 @@ export class CreateDirectConnectGatewayAssociationProposalCommand extends $Comma * @public */ constructor(readonly input: CreateDirectConnectGatewayAssociationProposalCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -202,7 +197,4 @@ export class CreateDirectConnectGatewayAssociationProposalCommand extends $Comma ): Promise { return de_CreateDirectConnectGatewayAssociationProposalCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-direct-connect/src/commands/CreateDirectConnectGatewayCommand.ts b/clients/client-direct-connect/src/commands/CreateDirectConnectGatewayCommand.ts index e7d0008745e1..d062082ee257 100644 --- a/clients/client-direct-connect/src/commands/CreateDirectConnectGatewayCommand.ts +++ b/clients/client-direct-connect/src/commands/CreateDirectConnectGatewayCommand.ts @@ -89,9 +89,6 @@ export class CreateDirectConnectGatewayCommand extends $Command< CreateDirectConnectGatewayCommandOutput, DirectConnectClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -105,9 +102,7 @@ export class CreateDirectConnectGatewayCommand extends $Command< * @public */ constructor(readonly input: CreateDirectConnectGatewayCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -163,7 +158,4 @@ export class CreateDirectConnectGatewayCommand extends $Command< ): Promise { return de_CreateDirectConnectGatewayCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-direct-connect/src/commands/CreateInterconnectCommand.ts b/clients/client-direct-connect/src/commands/CreateInterconnectCommand.ts index 893ae253dc74..a9380254f222 100644 --- a/clients/client-direct-connect/src/commands/CreateInterconnectCommand.ts +++ b/clients/client-direct-connect/src/commands/CreateInterconnectCommand.ts @@ -126,9 +126,6 @@ export class CreateInterconnectCommand extends $Command< CreateInterconnectCommandOutput, DirectConnectClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -142,9 +139,7 @@ export class CreateInterconnectCommand extends $Command< * @public */ constructor(readonly input: CreateInterconnectCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -197,7 +192,4 @@ export class CreateInterconnectCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateInterconnectCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-direct-connect/src/commands/CreateLagCommand.ts b/clients/client-direct-connect/src/commands/CreateLagCommand.ts index 71029ab456ed..26a3dc8e6184 100644 --- a/clients/client-direct-connect/src/commands/CreateLagCommand.ts +++ b/clients/client-direct-connect/src/commands/CreateLagCommand.ts @@ -186,9 +186,6 @@ export class CreateLagCommand extends $Command< CreateLagCommandOutput, DirectConnectClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -202,9 +199,7 @@ export class CreateLagCommand extends $Command< * @public */ constructor(readonly input: CreateLagCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -255,7 +250,4 @@ export class CreateLagCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateLagCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-direct-connect/src/commands/CreatePrivateVirtualInterfaceCommand.ts b/clients/client-direct-connect/src/commands/CreatePrivateVirtualInterfaceCommand.ts index ca436379d74e..ac907d6e6cee 100644 --- a/clients/client-direct-connect/src/commands/CreatePrivateVirtualInterfaceCommand.ts +++ b/clients/client-direct-connect/src/commands/CreatePrivateVirtualInterfaceCommand.ts @@ -161,9 +161,6 @@ export class CreatePrivateVirtualInterfaceCommand extends $Command< CreatePrivateVirtualInterfaceCommandOutput, DirectConnectClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -177,9 +174,7 @@ export class CreatePrivateVirtualInterfaceCommand extends $Command< * @public */ constructor(readonly input: CreatePrivateVirtualInterfaceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -235,7 +230,4 @@ export class CreatePrivateVirtualInterfaceCommand extends $Command< ): Promise { return de_CreatePrivateVirtualInterfaceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-direct-connect/src/commands/CreatePublicVirtualInterfaceCommand.ts b/clients/client-direct-connect/src/commands/CreatePublicVirtualInterfaceCommand.ts index 60c60cb2f96e..97e900ba3e9e 100644 --- a/clients/client-direct-connect/src/commands/CreatePublicVirtualInterfaceCommand.ts +++ b/clients/client-direct-connect/src/commands/CreatePublicVirtualInterfaceCommand.ts @@ -155,9 +155,6 @@ export class CreatePublicVirtualInterfaceCommand extends $Command< CreatePublicVirtualInterfaceCommandOutput, DirectConnectClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -171,9 +168,7 @@ export class CreatePublicVirtualInterfaceCommand extends $Command< * @public */ constructor(readonly input: CreatePublicVirtualInterfaceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -229,7 +224,4 @@ export class CreatePublicVirtualInterfaceCommand extends $Command< ): Promise { return de_CreatePublicVirtualInterfaceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-direct-connect/src/commands/CreateTransitVirtualInterfaceCommand.ts b/clients/client-direct-connect/src/commands/CreateTransitVirtualInterfaceCommand.ts index 1528ffff40a7..597f8f5b180e 100644 --- a/clients/client-direct-connect/src/commands/CreateTransitVirtualInterfaceCommand.ts +++ b/clients/client-direct-connect/src/commands/CreateTransitVirtualInterfaceCommand.ts @@ -163,9 +163,6 @@ export class CreateTransitVirtualInterfaceCommand extends $Command< CreateTransitVirtualInterfaceCommandOutput, DirectConnectClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -179,9 +176,7 @@ export class CreateTransitVirtualInterfaceCommand extends $Command< * @public */ constructor(readonly input: CreateTransitVirtualInterfaceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -237,7 +232,4 @@ export class CreateTransitVirtualInterfaceCommand extends $Command< ): Promise { return de_CreateTransitVirtualInterfaceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-direct-connect/src/commands/DeleteBGPPeerCommand.ts b/clients/client-direct-connect/src/commands/DeleteBGPPeerCommand.ts index 4c9da2cbdc27..2bc2c3477e97 100644 --- a/clients/client-direct-connect/src/commands/DeleteBGPPeerCommand.ts +++ b/clients/client-direct-connect/src/commands/DeleteBGPPeerCommand.ts @@ -129,9 +129,6 @@ export class DeleteBGPPeerCommand extends $Command< DeleteBGPPeerCommandOutput, DirectConnectClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -145,9 +142,7 @@ export class DeleteBGPPeerCommand extends $Command< * @public */ constructor(readonly input: DeleteBGPPeerCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -198,7 +193,4 @@ export class DeleteBGPPeerCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteBGPPeerCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-direct-connect/src/commands/DeleteConnectionCommand.ts b/clients/client-direct-connect/src/commands/DeleteConnectionCommand.ts index 0eb8aece40fc..6fb4e44813a4 100644 --- a/clients/client-direct-connect/src/commands/DeleteConnectionCommand.ts +++ b/clients/client-direct-connect/src/commands/DeleteConnectionCommand.ts @@ -112,9 +112,6 @@ export class DeleteConnectionCommand extends $Command< DeleteConnectionCommandOutput, DirectConnectClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -128,9 +125,7 @@ export class DeleteConnectionCommand extends $Command< * @public */ constructor(readonly input: DeleteConnectionCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -183,7 +178,4 @@ export class DeleteConnectionCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteConnectionCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-direct-connect/src/commands/DeleteDirectConnectGatewayAssociationCommand.ts b/clients/client-direct-connect/src/commands/DeleteDirectConnectGatewayAssociationCommand.ts index 38f872e0c796..9fdf368c5c70 100644 --- a/clients/client-direct-connect/src/commands/DeleteDirectConnectGatewayAssociationCommand.ts +++ b/clients/client-direct-connect/src/commands/DeleteDirectConnectGatewayAssociationCommand.ts @@ -108,9 +108,6 @@ export class DeleteDirectConnectGatewayAssociationCommand extends $Command< DeleteDirectConnectGatewayAssociationCommandOutput, DirectConnectClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -124,9 +121,7 @@ export class DeleteDirectConnectGatewayAssociationCommand extends $Command< * @public */ constructor(readonly input: DeleteDirectConnectGatewayAssociationCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -185,7 +180,4 @@ export class DeleteDirectConnectGatewayAssociationCommand extends $Command< ): Promise { return de_DeleteDirectConnectGatewayAssociationCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-direct-connect/src/commands/DeleteDirectConnectGatewayAssociationProposalCommand.ts b/clients/client-direct-connect/src/commands/DeleteDirectConnectGatewayAssociationProposalCommand.ts index 44f446b2ce33..7d99bb400964 100644 --- a/clients/client-direct-connect/src/commands/DeleteDirectConnectGatewayAssociationProposalCommand.ts +++ b/clients/client-direct-connect/src/commands/DeleteDirectConnectGatewayAssociationProposalCommand.ts @@ -106,9 +106,6 @@ export class DeleteDirectConnectGatewayAssociationProposalCommand extends $Comma DeleteDirectConnectGatewayAssociationProposalCommandOutput, DirectConnectClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -122,9 +119,7 @@ export class DeleteDirectConnectGatewayAssociationProposalCommand extends $Comma * @public */ constructor(readonly input: DeleteDirectConnectGatewayAssociationProposalCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -189,7 +184,4 @@ export class DeleteDirectConnectGatewayAssociationProposalCommand extends $Comma ): Promise { return de_DeleteDirectConnectGatewayAssociationProposalCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-direct-connect/src/commands/DeleteDirectConnectGatewayCommand.ts b/clients/client-direct-connect/src/commands/DeleteDirectConnectGatewayCommand.ts index 5d0267a7e813..4ccd4c69be21 100644 --- a/clients/client-direct-connect/src/commands/DeleteDirectConnectGatewayCommand.ts +++ b/clients/client-direct-connect/src/commands/DeleteDirectConnectGatewayCommand.ts @@ -85,9 +85,6 @@ export class DeleteDirectConnectGatewayCommand extends $Command< DeleteDirectConnectGatewayCommandOutput, DirectConnectClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -101,9 +98,7 @@ export class DeleteDirectConnectGatewayCommand extends $Command< * @public */ constructor(readonly input: DeleteDirectConnectGatewayCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -159,7 +154,4 @@ export class DeleteDirectConnectGatewayCommand extends $Command< ): Promise { return de_DeleteDirectConnectGatewayCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-direct-connect/src/commands/DeleteInterconnectCommand.ts b/clients/client-direct-connect/src/commands/DeleteInterconnectCommand.ts index 36754255680e..8022e41d49a5 100644 --- a/clients/client-direct-connect/src/commands/DeleteInterconnectCommand.ts +++ b/clients/client-direct-connect/src/commands/DeleteInterconnectCommand.ts @@ -80,9 +80,6 @@ export class DeleteInterconnectCommand extends $Command< DeleteInterconnectCommandOutput, DirectConnectClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -96,9 +93,7 @@ export class DeleteInterconnectCommand extends $Command< * @public */ constructor(readonly input: DeleteInterconnectCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -151,7 +146,4 @@ export class DeleteInterconnectCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteInterconnectCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-direct-connect/src/commands/DeleteLagCommand.ts b/clients/client-direct-connect/src/commands/DeleteLagCommand.ts index b0e01eca5225..22c6b3c07a95 100644 --- a/clients/client-direct-connect/src/commands/DeleteLagCommand.ts +++ b/clients/client-direct-connect/src/commands/DeleteLagCommand.ts @@ -146,9 +146,6 @@ export class DeleteLagCommand extends $Command< DeleteLagCommandOutput, DirectConnectClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -162,9 +159,7 @@ export class DeleteLagCommand extends $Command< * @public */ constructor(readonly input: DeleteLagCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -215,7 +210,4 @@ export class DeleteLagCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteLagCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-direct-connect/src/commands/DeleteVirtualInterfaceCommand.ts b/clients/client-direct-connect/src/commands/DeleteVirtualInterfaceCommand.ts index c7ac9bbc4a88..ebc38787fa87 100644 --- a/clients/client-direct-connect/src/commands/DeleteVirtualInterfaceCommand.ts +++ b/clients/client-direct-connect/src/commands/DeleteVirtualInterfaceCommand.ts @@ -76,9 +76,6 @@ export class DeleteVirtualInterfaceCommand extends $Command< DeleteVirtualInterfaceCommandOutput, DirectConnectClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -92,9 +89,7 @@ export class DeleteVirtualInterfaceCommand extends $Command< * @public */ constructor(readonly input: DeleteVirtualInterfaceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -147,7 +142,4 @@ export class DeleteVirtualInterfaceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteVirtualInterfaceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-direct-connect/src/commands/DescribeConnectionLoaCommand.ts b/clients/client-direct-connect/src/commands/DescribeConnectionLoaCommand.ts index a5593c3a7a1c..35159f221e48 100644 --- a/clients/client-direct-connect/src/commands/DescribeConnectionLoaCommand.ts +++ b/clients/client-direct-connect/src/commands/DescribeConnectionLoaCommand.ts @@ -88,9 +88,6 @@ export class DescribeConnectionLoaCommand extends $Command< DescribeConnectionLoaCommandOutput, DirectConnectClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -104,9 +101,7 @@ export class DescribeConnectionLoaCommand extends $Command< * @public */ constructor(readonly input: DescribeConnectionLoaCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -159,7 +154,4 @@ export class DescribeConnectionLoaCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DescribeConnectionLoaCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-direct-connect/src/commands/DescribeConnectionsCommand.ts b/clients/client-direct-connect/src/commands/DescribeConnectionsCommand.ts index 8940c7d07ccf..745c45bbe8cc 100644 --- a/clients/client-direct-connect/src/commands/DescribeConnectionsCommand.ts +++ b/clients/client-direct-connect/src/commands/DescribeConnectionsCommand.ts @@ -113,9 +113,6 @@ export class DescribeConnectionsCommand extends $Command< DescribeConnectionsCommandOutput, DirectConnectClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -129,9 +126,7 @@ export class DescribeConnectionsCommand extends $Command< * @public */ constructor(readonly input: DescribeConnectionsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -184,7 +179,4 @@ export class DescribeConnectionsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DescribeConnectionsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-direct-connect/src/commands/DescribeConnectionsOnInterconnectCommand.ts b/clients/client-direct-connect/src/commands/DescribeConnectionsOnInterconnectCommand.ts index abedd271570b..6781c97c0ba0 100644 --- a/clients/client-direct-connect/src/commands/DescribeConnectionsOnInterconnectCommand.ts +++ b/clients/client-direct-connect/src/commands/DescribeConnectionsOnInterconnectCommand.ts @@ -122,9 +122,6 @@ export class DescribeConnectionsOnInterconnectCommand extends $Command< DescribeConnectionsOnInterconnectCommandOutput, DirectConnectClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -138,9 +135,7 @@ export class DescribeConnectionsOnInterconnectCommand extends $Command< * @public */ constructor(readonly input: DescribeConnectionsOnInterconnectCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -199,7 +194,4 @@ export class DescribeConnectionsOnInterconnectCommand extends $Command< ): Promise { return de_DescribeConnectionsOnInterconnectCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-direct-connect/src/commands/DescribeCustomerMetadataCommand.ts b/clients/client-direct-connect/src/commands/DescribeCustomerMetadataCommand.ts index 777ae15caa4e..d55a55426cec 100644 --- a/clients/client-direct-connect/src/commands/DescribeCustomerMetadataCommand.ts +++ b/clients/client-direct-connect/src/commands/DescribeCustomerMetadataCommand.ts @@ -80,9 +80,6 @@ export class DescribeCustomerMetadataCommand extends $Command< DescribeCustomerMetadataCommandOutput, DirectConnectClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -96,9 +93,7 @@ export class DescribeCustomerMetadataCommand extends $Command< * @public */ constructor(readonly input: DescribeCustomerMetadataCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -151,7 +146,4 @@ export class DescribeCustomerMetadataCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DescribeCustomerMetadataCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-direct-connect/src/commands/DescribeDirectConnectGatewayAssociationProposalsCommand.ts b/clients/client-direct-connect/src/commands/DescribeDirectConnectGatewayAssociationProposalsCommand.ts index 01ac8eccb163..149ae4045ec8 100644 --- a/clients/client-direct-connect/src/commands/DescribeDirectConnectGatewayAssociationProposalsCommand.ts +++ b/clients/client-direct-connect/src/commands/DescribeDirectConnectGatewayAssociationProposalsCommand.ts @@ -113,9 +113,6 @@ export class DescribeDirectConnectGatewayAssociationProposalsCommand extends $Co DescribeDirectConnectGatewayAssociationProposalsCommandOutput, DirectConnectClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -129,9 +126,7 @@ export class DescribeDirectConnectGatewayAssociationProposalsCommand extends $Co * @public */ constructor(readonly input: DescribeDirectConnectGatewayAssociationProposalsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -196,7 +191,4 @@ export class DescribeDirectConnectGatewayAssociationProposalsCommand extends $Co ): Promise { return de_DescribeDirectConnectGatewayAssociationProposalsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-direct-connect/src/commands/DescribeDirectConnectGatewayAssociationsCommand.ts b/clients/client-direct-connect/src/commands/DescribeDirectConnectGatewayAssociationsCommand.ts index c634685f0f03..fbad01e99304 100644 --- a/clients/client-direct-connect/src/commands/DescribeDirectConnectGatewayAssociationsCommand.ts +++ b/clients/client-direct-connect/src/commands/DescribeDirectConnectGatewayAssociationsCommand.ts @@ -135,9 +135,6 @@ export class DescribeDirectConnectGatewayAssociationsCommand extends $Command< DescribeDirectConnectGatewayAssociationsCommandOutput, DirectConnectClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -151,9 +148,7 @@ export class DescribeDirectConnectGatewayAssociationsCommand extends $Command< * @public */ constructor(readonly input: DescribeDirectConnectGatewayAssociationsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -218,7 +213,4 @@ export class DescribeDirectConnectGatewayAssociationsCommand extends $Command< ): Promise { return de_DescribeDirectConnectGatewayAssociationsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-direct-connect/src/commands/DescribeDirectConnectGatewayAttachmentsCommand.ts b/clients/client-direct-connect/src/commands/DescribeDirectConnectGatewayAttachmentsCommand.ts index e9b5a77cec15..606d4f222d90 100644 --- a/clients/client-direct-connect/src/commands/DescribeDirectConnectGatewayAttachmentsCommand.ts +++ b/clients/client-direct-connect/src/commands/DescribeDirectConnectGatewayAttachmentsCommand.ts @@ -103,9 +103,6 @@ export class DescribeDirectConnectGatewayAttachmentsCommand extends $Command< DescribeDirectConnectGatewayAttachmentsCommandOutput, DirectConnectClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -119,9 +116,7 @@ export class DescribeDirectConnectGatewayAttachmentsCommand extends $Command< * @public */ constructor(readonly input: DescribeDirectConnectGatewayAttachmentsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -186,7 +181,4 @@ export class DescribeDirectConnectGatewayAttachmentsCommand extends $Command< ): Promise { return de_DescribeDirectConnectGatewayAttachmentsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-direct-connect/src/commands/DescribeDirectConnectGatewaysCommand.ts b/clients/client-direct-connect/src/commands/DescribeDirectConnectGatewaysCommand.ts index cf1f4933b734..45b6d4b6fc62 100644 --- a/clients/client-direct-connect/src/commands/DescribeDirectConnectGatewaysCommand.ts +++ b/clients/client-direct-connect/src/commands/DescribeDirectConnectGatewaysCommand.ts @@ -93,9 +93,6 @@ export class DescribeDirectConnectGatewaysCommand extends $Command< DescribeDirectConnectGatewaysCommandOutput, DirectConnectClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -109,9 +106,7 @@ export class DescribeDirectConnectGatewaysCommand extends $Command< * @public */ constructor(readonly input: DescribeDirectConnectGatewaysCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -167,7 +162,4 @@ export class DescribeDirectConnectGatewaysCommand extends $Command< ): Promise { return de_DescribeDirectConnectGatewaysCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-direct-connect/src/commands/DescribeHostedConnectionsCommand.ts b/clients/client-direct-connect/src/commands/DescribeHostedConnectionsCommand.ts index 93c214b7f5a3..6d50523cc941 100644 --- a/clients/client-direct-connect/src/commands/DescribeHostedConnectionsCommand.ts +++ b/clients/client-direct-connect/src/commands/DescribeHostedConnectionsCommand.ts @@ -117,9 +117,6 @@ export class DescribeHostedConnectionsCommand extends $Command< DescribeHostedConnectionsCommandOutput, DirectConnectClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -133,9 +130,7 @@ export class DescribeHostedConnectionsCommand extends $Command< * @public */ constructor(readonly input: DescribeHostedConnectionsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -191,7 +186,4 @@ export class DescribeHostedConnectionsCommand extends $Command< ): Promise { return de_DescribeHostedConnectionsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-direct-connect/src/commands/DescribeInterconnectLoaCommand.ts b/clients/client-direct-connect/src/commands/DescribeInterconnectLoaCommand.ts index d162fb19a076..d9e042ab09de 100644 --- a/clients/client-direct-connect/src/commands/DescribeInterconnectLoaCommand.ts +++ b/clients/client-direct-connect/src/commands/DescribeInterconnectLoaCommand.ts @@ -87,9 +87,6 @@ export class DescribeInterconnectLoaCommand extends $Command< DescribeInterconnectLoaCommandOutput, DirectConnectClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -103,9 +100,7 @@ export class DescribeInterconnectLoaCommand extends $Command< * @public */ constructor(readonly input: DescribeInterconnectLoaCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -158,7 +153,4 @@ export class DescribeInterconnectLoaCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DescribeInterconnectLoaCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-direct-connect/src/commands/DescribeInterconnectsCommand.ts b/clients/client-direct-connect/src/commands/DescribeInterconnectsCommand.ts index b0988e1c089f..a76f5cfca5a0 100644 --- a/clients/client-direct-connect/src/commands/DescribeInterconnectsCommand.ts +++ b/clients/client-direct-connect/src/commands/DescribeInterconnectsCommand.ts @@ -99,9 +99,6 @@ export class DescribeInterconnectsCommand extends $Command< DescribeInterconnectsCommandOutput, DirectConnectClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -115,9 +112,7 @@ export class DescribeInterconnectsCommand extends $Command< * @public */ constructor(readonly input: DescribeInterconnectsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -170,7 +165,4 @@ export class DescribeInterconnectsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DescribeInterconnectsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-direct-connect/src/commands/DescribeLagsCommand.ts b/clients/client-direct-connect/src/commands/DescribeLagsCommand.ts index 51c11ffd9c3f..b6539978e3fe 100644 --- a/clients/client-direct-connect/src/commands/DescribeLagsCommand.ts +++ b/clients/client-direct-connect/src/commands/DescribeLagsCommand.ts @@ -149,9 +149,6 @@ export class DescribeLagsCommand extends $Command< DescribeLagsCommandOutput, DirectConnectClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -165,9 +162,7 @@ export class DescribeLagsCommand extends $Command< * @public */ constructor(readonly input: DescribeLagsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -218,7 +213,4 @@ export class DescribeLagsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DescribeLagsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-direct-connect/src/commands/DescribeLoaCommand.ts b/clients/client-direct-connect/src/commands/DescribeLoaCommand.ts index b7510c54aae9..ac402d368503 100644 --- a/clients/client-direct-connect/src/commands/DescribeLoaCommand.ts +++ b/clients/client-direct-connect/src/commands/DescribeLoaCommand.ts @@ -82,9 +82,6 @@ export class DescribeLoaCommand extends $Command< DescribeLoaCommandOutput, DirectConnectClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -98,9 +95,7 @@ export class DescribeLoaCommand extends $Command< * @public */ constructor(readonly input: DescribeLoaCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -151,7 +146,4 @@ export class DescribeLoaCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DescribeLoaCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-direct-connect/src/commands/DescribeLocationsCommand.ts b/clients/client-direct-connect/src/commands/DescribeLocationsCommand.ts index 35f284cf6694..df1808d30323 100644 --- a/clients/client-direct-connect/src/commands/DescribeLocationsCommand.ts +++ b/clients/client-direct-connect/src/commands/DescribeLocationsCommand.ts @@ -90,9 +90,6 @@ export class DescribeLocationsCommand extends $Command< DescribeLocationsCommandOutput, DirectConnectClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -106,9 +103,7 @@ export class DescribeLocationsCommand extends $Command< * @public */ constructor(readonly input: DescribeLocationsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -161,7 +156,4 @@ export class DescribeLocationsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DescribeLocationsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-direct-connect/src/commands/DescribeRouterConfigurationCommand.ts b/clients/client-direct-connect/src/commands/DescribeRouterConfigurationCommand.ts index 326cbe558e81..cefe7ea39492 100644 --- a/clients/client-direct-connect/src/commands/DescribeRouterConfigurationCommand.ts +++ b/clients/client-direct-connect/src/commands/DescribeRouterConfigurationCommand.ts @@ -91,9 +91,6 @@ export class DescribeRouterConfigurationCommand extends $Command< DescribeRouterConfigurationCommandOutput, DirectConnectClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -107,9 +104,7 @@ export class DescribeRouterConfigurationCommand extends $Command< * @public */ constructor(readonly input: DescribeRouterConfigurationCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -165,7 +160,4 @@ export class DescribeRouterConfigurationCommand extends $Command< ): Promise { return de_DescribeRouterConfigurationCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-direct-connect/src/commands/DescribeTagsCommand.ts b/clients/client-direct-connect/src/commands/DescribeTagsCommand.ts index ca9c8335157b..ad3016c7b713 100644 --- a/clients/client-direct-connect/src/commands/DescribeTagsCommand.ts +++ b/clients/client-direct-connect/src/commands/DescribeTagsCommand.ts @@ -88,9 +88,6 @@ export class DescribeTagsCommand extends $Command< DescribeTagsCommandOutput, DirectConnectClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -104,9 +101,7 @@ export class DescribeTagsCommand extends $Command< * @public */ constructor(readonly input: DescribeTagsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -157,7 +152,4 @@ export class DescribeTagsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DescribeTagsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-direct-connect/src/commands/DescribeVirtualGatewaysCommand.ts b/clients/client-direct-connect/src/commands/DescribeVirtualGatewaysCommand.ts index 2725dd83021a..0b28e6b2feb0 100644 --- a/clients/client-direct-connect/src/commands/DescribeVirtualGatewaysCommand.ts +++ b/clients/client-direct-connect/src/commands/DescribeVirtualGatewaysCommand.ts @@ -80,9 +80,6 @@ export class DescribeVirtualGatewaysCommand extends $Command< DescribeVirtualGatewaysCommandOutput, DirectConnectClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -96,9 +93,7 @@ export class DescribeVirtualGatewaysCommand extends $Command< * @public */ constructor(readonly input: DescribeVirtualGatewaysCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -151,7 +146,4 @@ export class DescribeVirtualGatewaysCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DescribeVirtualGatewaysCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-direct-connect/src/commands/DescribeVirtualInterfacesCommand.ts b/clients/client-direct-connect/src/commands/DescribeVirtualInterfacesCommand.ts index ea5586176e2e..2e532f16f304 100644 --- a/clients/client-direct-connect/src/commands/DescribeVirtualInterfacesCommand.ts +++ b/clients/client-direct-connect/src/commands/DescribeVirtualInterfacesCommand.ts @@ -132,9 +132,6 @@ export class DescribeVirtualInterfacesCommand extends $Command< DescribeVirtualInterfacesCommandOutput, DirectConnectClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -148,9 +145,7 @@ export class DescribeVirtualInterfacesCommand extends $Command< * @public */ constructor(readonly input: DescribeVirtualInterfacesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -206,7 +201,4 @@ export class DescribeVirtualInterfacesCommand extends $Command< ): Promise { return de_DescribeVirtualInterfacesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-direct-connect/src/commands/DisassociateConnectionFromLagCommand.ts b/clients/client-direct-connect/src/commands/DisassociateConnectionFromLagCommand.ts index 362c1b01c063..aeb18f09d544 100644 --- a/clients/client-direct-connect/src/commands/DisassociateConnectionFromLagCommand.ts +++ b/clients/client-direct-connect/src/commands/DisassociateConnectionFromLagCommand.ts @@ -122,9 +122,6 @@ export class DisassociateConnectionFromLagCommand extends $Command< DisassociateConnectionFromLagCommandOutput, DirectConnectClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -138,9 +135,7 @@ export class DisassociateConnectionFromLagCommand extends $Command< * @public */ constructor(readonly input: DisassociateConnectionFromLagCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -196,7 +191,4 @@ export class DisassociateConnectionFromLagCommand extends $Command< ): Promise { return de_DisassociateConnectionFromLagCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-direct-connect/src/commands/DisassociateMacSecKeyCommand.ts b/clients/client-direct-connect/src/commands/DisassociateMacSecKeyCommand.ts index 67a67227bb07..d027263e8cda 100644 --- a/clients/client-direct-connect/src/commands/DisassociateMacSecKeyCommand.ts +++ b/clients/client-direct-connect/src/commands/DisassociateMacSecKeyCommand.ts @@ -85,9 +85,6 @@ export class DisassociateMacSecKeyCommand extends $Command< DisassociateMacSecKeyCommandOutput, DirectConnectClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -101,9 +98,7 @@ export class DisassociateMacSecKeyCommand extends $Command< * @public */ constructor(readonly input: DisassociateMacSecKeyCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -156,7 +151,4 @@ export class DisassociateMacSecKeyCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DisassociateMacSecKeyCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-direct-connect/src/commands/ListVirtualInterfaceTestHistoryCommand.ts b/clients/client-direct-connect/src/commands/ListVirtualInterfaceTestHistoryCommand.ts index 41a7e4a2a4ce..4a130b7443a5 100644 --- a/clients/client-direct-connect/src/commands/ListVirtualInterfaceTestHistoryCommand.ts +++ b/clients/client-direct-connect/src/commands/ListVirtualInterfaceTestHistoryCommand.ts @@ -102,9 +102,6 @@ export class ListVirtualInterfaceTestHistoryCommand extends $Command< ListVirtualInterfaceTestHistoryCommandOutput, DirectConnectClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -118,9 +115,7 @@ export class ListVirtualInterfaceTestHistoryCommand extends $Command< * @public */ constructor(readonly input: ListVirtualInterfaceTestHistoryCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -179,7 +174,4 @@ export class ListVirtualInterfaceTestHistoryCommand extends $Command< ): Promise { return de_ListVirtualInterfaceTestHistoryCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-direct-connect/src/commands/StartBgpFailoverTestCommand.ts b/clients/client-direct-connect/src/commands/StartBgpFailoverTestCommand.ts index 828abb21496e..d8341fa7d695 100644 --- a/clients/client-direct-connect/src/commands/StartBgpFailoverTestCommand.ts +++ b/clients/client-direct-connect/src/commands/StartBgpFailoverTestCommand.ts @@ -94,9 +94,6 @@ export class StartBgpFailoverTestCommand extends $Command< StartBgpFailoverTestCommandOutput, DirectConnectClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -110,9 +107,7 @@ export class StartBgpFailoverTestCommand extends $Command< * @public */ constructor(readonly input: StartBgpFailoverTestCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -165,7 +160,4 @@ export class StartBgpFailoverTestCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_StartBgpFailoverTestCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-direct-connect/src/commands/StopBgpFailoverTestCommand.ts b/clients/client-direct-connect/src/commands/StopBgpFailoverTestCommand.ts index 88f19efd7ddb..659a35dd02c1 100644 --- a/clients/client-direct-connect/src/commands/StopBgpFailoverTestCommand.ts +++ b/clients/client-direct-connect/src/commands/StopBgpFailoverTestCommand.ts @@ -87,9 +87,6 @@ export class StopBgpFailoverTestCommand extends $Command< StopBgpFailoverTestCommandOutput, DirectConnectClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -103,9 +100,7 @@ export class StopBgpFailoverTestCommand extends $Command< * @public */ constructor(readonly input: StopBgpFailoverTestCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -158,7 +153,4 @@ export class StopBgpFailoverTestCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_StopBgpFailoverTestCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-direct-connect/src/commands/TagResourceCommand.ts b/clients/client-direct-connect/src/commands/TagResourceCommand.ts index e0b246817a9f..45cc58a3446f 100644 --- a/clients/client-direct-connect/src/commands/TagResourceCommand.ts +++ b/clients/client-direct-connect/src/commands/TagResourceCommand.ts @@ -87,9 +87,6 @@ export class TagResourceCommand extends $Command< TagResourceCommandOutput, DirectConnectClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -103,9 +100,7 @@ export class TagResourceCommand extends $Command< * @public */ constructor(readonly input: TagResourceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -156,7 +151,4 @@ export class TagResourceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_TagResourceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-direct-connect/src/commands/UntagResourceCommand.ts b/clients/client-direct-connect/src/commands/UntagResourceCommand.ts index aef71132eb4b..92273816afb3 100644 --- a/clients/client-direct-connect/src/commands/UntagResourceCommand.ts +++ b/clients/client-direct-connect/src/commands/UntagResourceCommand.ts @@ -77,9 +77,6 @@ export class UntagResourceCommand extends $Command< UntagResourceCommandOutput, DirectConnectClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -93,9 +90,7 @@ export class UntagResourceCommand extends $Command< * @public */ constructor(readonly input: UntagResourceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -146,7 +141,4 @@ export class UntagResourceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UntagResourceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-direct-connect/src/commands/UpdateConnectionCommand.ts b/clients/client-direct-connect/src/commands/UpdateConnectionCommand.ts index 6bed01fcb2ef..3677465291c3 100644 --- a/clients/client-direct-connect/src/commands/UpdateConnectionCommand.ts +++ b/clients/client-direct-connect/src/commands/UpdateConnectionCommand.ts @@ -120,9 +120,6 @@ export class UpdateConnectionCommand extends $Command< UpdateConnectionCommandOutput, DirectConnectClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -136,9 +133,7 @@ export class UpdateConnectionCommand extends $Command< * @public */ constructor(readonly input: UpdateConnectionCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -191,7 +186,4 @@ export class UpdateConnectionCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdateConnectionCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-direct-connect/src/commands/UpdateDirectConnectGatewayAssociationCommand.ts b/clients/client-direct-connect/src/commands/UpdateDirectConnectGatewayAssociationCommand.ts index 7ccb2f0486a1..b54a6d9223d9 100644 --- a/clients/client-direct-connect/src/commands/UpdateDirectConnectGatewayAssociationCommand.ts +++ b/clients/client-direct-connect/src/commands/UpdateDirectConnectGatewayAssociationCommand.ts @@ -116,9 +116,6 @@ export class UpdateDirectConnectGatewayAssociationCommand extends $Command< UpdateDirectConnectGatewayAssociationCommandOutput, DirectConnectClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -132,9 +129,7 @@ export class UpdateDirectConnectGatewayAssociationCommand extends $Command< * @public */ constructor(readonly input: UpdateDirectConnectGatewayAssociationCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -193,7 +188,4 @@ export class UpdateDirectConnectGatewayAssociationCommand extends $Command< ): Promise { return de_UpdateDirectConnectGatewayAssociationCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-direct-connect/src/commands/UpdateDirectConnectGatewayCommand.ts b/clients/client-direct-connect/src/commands/UpdateDirectConnectGatewayCommand.ts index fc84243d8c97..15bce35ce855 100644 --- a/clients/client-direct-connect/src/commands/UpdateDirectConnectGatewayCommand.ts +++ b/clients/client-direct-connect/src/commands/UpdateDirectConnectGatewayCommand.ts @@ -84,9 +84,6 @@ export class UpdateDirectConnectGatewayCommand extends $Command< UpdateDirectConnectGatewayCommandOutput, DirectConnectClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -100,9 +97,7 @@ export class UpdateDirectConnectGatewayCommand extends $Command< * @public */ constructor(readonly input: UpdateDirectConnectGatewayCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -158,7 +153,4 @@ export class UpdateDirectConnectGatewayCommand extends $Command< ): Promise { return de_UpdateDirectConnectGatewayCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-direct-connect/src/commands/UpdateLagCommand.ts b/clients/client-direct-connect/src/commands/UpdateLagCommand.ts index 308b9b586c8d..e9d96478c587 100644 --- a/clients/client-direct-connect/src/commands/UpdateLagCommand.ts +++ b/clients/client-direct-connect/src/commands/UpdateLagCommand.ts @@ -170,9 +170,6 @@ export class UpdateLagCommand extends $Command< UpdateLagCommandOutput, DirectConnectClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -186,9 +183,7 @@ export class UpdateLagCommand extends $Command< * @public */ constructor(readonly input: UpdateLagCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -239,7 +234,4 @@ export class UpdateLagCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdateLagCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-direct-connect/src/commands/UpdateVirtualInterfaceAttributesCommand.ts b/clients/client-direct-connect/src/commands/UpdateVirtualInterfaceAttributesCommand.ts index 324121ec3709..046e6928ea58 100644 --- a/clients/client-direct-connect/src/commands/UpdateVirtualInterfaceAttributesCommand.ts +++ b/clients/client-direct-connect/src/commands/UpdateVirtualInterfaceAttributesCommand.ts @@ -135,9 +135,6 @@ export class UpdateVirtualInterfaceAttributesCommand extends $Command< UpdateVirtualInterfaceAttributesCommandOutput, DirectConnectClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -151,9 +148,7 @@ export class UpdateVirtualInterfaceAttributesCommand extends $Command< * @public */ constructor(readonly input: UpdateVirtualInterfaceAttributesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -212,7 +207,4 @@ export class UpdateVirtualInterfaceAttributesCommand extends $Command< ): Promise { return de_UpdateVirtualInterfaceAttributesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-directory-service/package.json b/clients/client-directory-service/package.json index 6e30bb380f85..d476a8c1b986 100644 --- a/clients/client-directory-service/package.json +++ b/clients/client-directory-service/package.json @@ -34,29 +34,29 @@ "@aws-sdk/util-endpoints": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@smithy/config-resolver": "^2.0.16", - "@smithy/fetch-http-handler": "^2.2.4", - "@smithy/hash-node": "^2.0.12", - "@smithy/invalid-dependency": "^2.0.12", - "@smithy/middleware-content-length": "^2.0.14", - "@smithy/middleware-endpoint": "^2.1.3", - "@smithy/middleware-retry": "^2.0.18", - "@smithy/middleware-serde": "^2.0.12", - "@smithy/middleware-stack": "^2.0.6", - "@smithy/node-config-provider": "^2.1.3", - "@smithy/node-http-handler": "^2.1.8", - "@smithy/protocol-http": "^3.0.8", - "@smithy/smithy-client": "^2.1.12", - "@smithy/types": "^2.4.0", - "@smithy/url-parser": "^2.0.12", - "@smithy/util-base64": "^2.0.0", + "@smithy/config-resolver": "^2.0.18", + "@smithy/fetch-http-handler": "^2.2.6", + "@smithy/hash-node": "^2.0.15", + "@smithy/invalid-dependency": "^2.0.13", + "@smithy/middleware-content-length": "^2.0.15", + "@smithy/middleware-endpoint": "^2.2.0", + "@smithy/middleware-retry": "^2.0.20", + "@smithy/middleware-serde": "^2.0.13", + "@smithy/middleware-stack": "^2.0.7", + "@smithy/node-config-provider": "^2.1.5", + "@smithy/node-http-handler": "^2.1.9", + "@smithy/protocol-http": "^3.0.9", + "@smithy/smithy-client": "^2.1.15", + "@smithy/types": "^2.5.0", + "@smithy/url-parser": "^2.0.13", + "@smithy/util-base64": "^2.0.1", "@smithy/util-body-length-browser": "^2.0.0", "@smithy/util-body-length-node": "^2.1.0", - "@smithy/util-defaults-mode-browser": "^2.0.16", - "@smithy/util-defaults-mode-node": "^2.0.21", - "@smithy/util-endpoints": "^1.0.2", - "@smithy/util-retry": "^2.0.5", - "@smithy/util-utf8": "^2.0.0", + "@smithy/util-defaults-mode-browser": "^2.0.19", + "@smithy/util-defaults-mode-node": "^2.0.25", + "@smithy/util-endpoints": "^1.0.4", + "@smithy/util-retry": "^2.0.6", + "@smithy/util-utf8": "^2.0.2", "tslib": "^2.5.0" }, "devDependencies": { diff --git a/clients/client-directory-service/src/commands/AcceptSharedDirectoryCommand.ts b/clients/client-directory-service/src/commands/AcceptSharedDirectoryCommand.ts index a6f92cbd577b..f64ddc4b6286 100644 --- a/clients/client-directory-service/src/commands/AcceptSharedDirectoryCommand.ts +++ b/clients/client-directory-service/src/commands/AcceptSharedDirectoryCommand.ts @@ -99,9 +99,6 @@ export class AcceptSharedDirectoryCommand extends $Command< AcceptSharedDirectoryCommandOutput, DirectoryServiceClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -115,9 +112,7 @@ export class AcceptSharedDirectoryCommand extends $Command< * @public */ constructor(readonly input: AcceptSharedDirectoryCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -170,7 +165,4 @@ export class AcceptSharedDirectoryCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_AcceptSharedDirectoryCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-directory-service/src/commands/AddIpRoutesCommand.ts b/clients/client-directory-service/src/commands/AddIpRoutesCommand.ts index da4785c8fd7f..b3d19682a420 100644 --- a/clients/client-directory-service/src/commands/AddIpRoutesCommand.ts +++ b/clients/client-directory-service/src/commands/AddIpRoutesCommand.ts @@ -104,9 +104,6 @@ export class AddIpRoutesCommand extends $Command< AddIpRoutesCommandOutput, DirectoryServiceClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -120,9 +117,7 @@ export class AddIpRoutesCommand extends $Command< * @public */ constructor(readonly input: AddIpRoutesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -173,7 +168,4 @@ export class AddIpRoutesCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_AddIpRoutesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-directory-service/src/commands/AddRegionCommand.ts b/clients/client-directory-service/src/commands/AddRegionCommand.ts index 4459ad2c9f84..7cf57324e7b1 100644 --- a/clients/client-directory-service/src/commands/AddRegionCommand.ts +++ b/clients/client-directory-service/src/commands/AddRegionCommand.ts @@ -107,9 +107,6 @@ export class AddRegionCommand extends $Command< AddRegionCommandOutput, DirectoryServiceClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -123,9 +120,7 @@ export class AddRegionCommand extends $Command< * @public */ constructor(readonly input: AddRegionCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -176,7 +171,4 @@ export class AddRegionCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_AddRegionCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-directory-service/src/commands/AddTagsToResourceCommand.ts b/clients/client-directory-service/src/commands/AddTagsToResourceCommand.ts index fb03b28097c5..218df12ce07f 100644 --- a/clients/client-directory-service/src/commands/AddTagsToResourceCommand.ts +++ b/clients/client-directory-service/src/commands/AddTagsToResourceCommand.ts @@ -91,9 +91,6 @@ export class AddTagsToResourceCommand extends $Command< AddTagsToResourceCommandOutput, DirectoryServiceClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -107,9 +104,7 @@ export class AddTagsToResourceCommand extends $Command< * @public */ constructor(readonly input: AddTagsToResourceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -162,7 +157,4 @@ export class AddTagsToResourceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_AddTagsToResourceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-directory-service/src/commands/CancelSchemaExtensionCommand.ts b/clients/client-directory-service/src/commands/CancelSchemaExtensionCommand.ts index ea9332eef5b2..5859a2eefd12 100644 --- a/clients/client-directory-service/src/commands/CancelSchemaExtensionCommand.ts +++ b/clients/client-directory-service/src/commands/CancelSchemaExtensionCommand.ts @@ -82,9 +82,6 @@ export class CancelSchemaExtensionCommand extends $Command< CancelSchemaExtensionCommandOutput, DirectoryServiceClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -98,9 +95,7 @@ export class CancelSchemaExtensionCommand extends $Command< * @public */ constructor(readonly input: CancelSchemaExtensionCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -153,7 +148,4 @@ export class CancelSchemaExtensionCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CancelSchemaExtensionCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-directory-service/src/commands/ConnectDirectoryCommand.ts b/clients/client-directory-service/src/commands/ConnectDirectoryCommand.ts index a250d3f2e74f..da39af4c2507 100644 --- a/clients/client-directory-service/src/commands/ConnectDirectoryCommand.ts +++ b/clients/client-directory-service/src/commands/ConnectDirectoryCommand.ts @@ -112,9 +112,6 @@ export class ConnectDirectoryCommand extends $Command< ConnectDirectoryCommandOutput, DirectoryServiceClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -128,9 +125,7 @@ export class ConnectDirectoryCommand extends $Command< * @public */ constructor(readonly input: ConnectDirectoryCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -183,7 +178,4 @@ export class ConnectDirectoryCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ConnectDirectoryCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-directory-service/src/commands/CreateAliasCommand.ts b/clients/client-directory-service/src/commands/CreateAliasCommand.ts index adacdc178744..bc85bfaede90 100644 --- a/clients/client-directory-service/src/commands/CreateAliasCommand.ts +++ b/clients/client-directory-service/src/commands/CreateAliasCommand.ts @@ -92,9 +92,6 @@ export class CreateAliasCommand extends $Command< CreateAliasCommandOutput, DirectoryServiceClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -108,9 +105,7 @@ export class CreateAliasCommand extends $Command< * @public */ constructor(readonly input: CreateAliasCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -161,7 +156,4 @@ export class CreateAliasCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateAliasCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-directory-service/src/commands/CreateComputerCommand.ts b/clients/client-directory-service/src/commands/CreateComputerCommand.ts index 3f0a25f6512b..7fe70047c034 100644 --- a/clients/client-directory-service/src/commands/CreateComputerCommand.ts +++ b/clients/client-directory-service/src/commands/CreateComputerCommand.ts @@ -116,9 +116,6 @@ export class CreateComputerCommand extends $Command< CreateComputerCommandOutput, DirectoryServiceClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -132,9 +129,7 @@ export class CreateComputerCommand extends $Command< * @public */ constructor(readonly input: CreateComputerCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -187,7 +182,4 @@ export class CreateComputerCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateComputerCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-directory-service/src/commands/CreateConditionalForwarderCommand.ts b/clients/client-directory-service/src/commands/CreateConditionalForwarderCommand.ts index c899d4aa9f22..73c86a5a7e48 100644 --- a/clients/client-directory-service/src/commands/CreateConditionalForwarderCommand.ts +++ b/clients/client-directory-service/src/commands/CreateConditionalForwarderCommand.ts @@ -95,9 +95,6 @@ export class CreateConditionalForwarderCommand extends $Command< CreateConditionalForwarderCommandOutput, DirectoryServiceClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -111,9 +108,7 @@ export class CreateConditionalForwarderCommand extends $Command< * @public */ constructor(readonly input: CreateConditionalForwarderCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -169,7 +164,4 @@ export class CreateConditionalForwarderCommand extends $Command< ): Promise { return de_CreateConditionalForwarderCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-directory-service/src/commands/CreateDirectoryCommand.ts b/clients/client-directory-service/src/commands/CreateDirectoryCommand.ts index 633b3f85bf09..c5eda8ee59ef 100644 --- a/clients/client-directory-service/src/commands/CreateDirectoryCommand.ts +++ b/clients/client-directory-service/src/commands/CreateDirectoryCommand.ts @@ -109,9 +109,6 @@ export class CreateDirectoryCommand extends $Command< CreateDirectoryCommandOutput, DirectoryServiceClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -125,9 +122,7 @@ export class CreateDirectoryCommand extends $Command< * @public */ constructor(readonly input: CreateDirectoryCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -180,7 +175,4 @@ export class CreateDirectoryCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateDirectoryCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-directory-service/src/commands/CreateLogSubscriptionCommand.ts b/clients/client-directory-service/src/commands/CreateLogSubscriptionCommand.ts index 4f9c469ef1a5..c2e984b1d462 100644 --- a/clients/client-directory-service/src/commands/CreateLogSubscriptionCommand.ts +++ b/clients/client-directory-service/src/commands/CreateLogSubscriptionCommand.ts @@ -88,9 +88,6 @@ export class CreateLogSubscriptionCommand extends $Command< CreateLogSubscriptionCommandOutput, DirectoryServiceClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -104,9 +101,7 @@ export class CreateLogSubscriptionCommand extends $Command< * @public */ constructor(readonly input: CreateLogSubscriptionCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -159,7 +154,4 @@ export class CreateLogSubscriptionCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateLogSubscriptionCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-directory-service/src/commands/CreateMicrosoftADCommand.ts b/clients/client-directory-service/src/commands/CreateMicrosoftADCommand.ts index 6b9c5e8078a1..6880926737ac 100644 --- a/clients/client-directory-service/src/commands/CreateMicrosoftADCommand.ts +++ b/clients/client-directory-service/src/commands/CreateMicrosoftADCommand.ts @@ -110,9 +110,6 @@ export class CreateMicrosoftADCommand extends $Command< CreateMicrosoftADCommandOutput, DirectoryServiceClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -126,9 +123,7 @@ export class CreateMicrosoftADCommand extends $Command< * @public */ constructor(readonly input: CreateMicrosoftADCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -181,7 +176,4 @@ export class CreateMicrosoftADCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateMicrosoftADCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-directory-service/src/commands/CreateSnapshotCommand.ts b/clients/client-directory-service/src/commands/CreateSnapshotCommand.ts index 6f88a08dd2e5..55498c8dde96 100644 --- a/clients/client-directory-service/src/commands/CreateSnapshotCommand.ts +++ b/clients/client-directory-service/src/commands/CreateSnapshotCommand.ts @@ -91,9 +91,6 @@ export class CreateSnapshotCommand extends $Command< CreateSnapshotCommandOutput, DirectoryServiceClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -107,9 +104,7 @@ export class CreateSnapshotCommand extends $Command< * @public */ constructor(readonly input: CreateSnapshotCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -162,7 +157,4 @@ export class CreateSnapshotCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateSnapshotCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-directory-service/src/commands/CreateTrustCommand.ts b/clients/client-directory-service/src/commands/CreateTrustCommand.ts index 29a324eef353..d0124917be45 100644 --- a/clients/client-directory-service/src/commands/CreateTrustCommand.ts +++ b/clients/client-directory-service/src/commands/CreateTrustCommand.ts @@ -102,9 +102,6 @@ export class CreateTrustCommand extends $Command< CreateTrustCommandOutput, DirectoryServiceClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -118,9 +115,7 @@ export class CreateTrustCommand extends $Command< * @public */ constructor(readonly input: CreateTrustCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -171,7 +166,4 @@ export class CreateTrustCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateTrustCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-directory-service/src/commands/DeleteConditionalForwarderCommand.ts b/clients/client-directory-service/src/commands/DeleteConditionalForwarderCommand.ts index 0535dcea04ea..cb762177d4a1 100644 --- a/clients/client-directory-service/src/commands/DeleteConditionalForwarderCommand.ts +++ b/clients/client-directory-service/src/commands/DeleteConditionalForwarderCommand.ts @@ -88,9 +88,6 @@ export class DeleteConditionalForwarderCommand extends $Command< DeleteConditionalForwarderCommandOutput, DirectoryServiceClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -104,9 +101,7 @@ export class DeleteConditionalForwarderCommand extends $Command< * @public */ constructor(readonly input: DeleteConditionalForwarderCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -162,7 +157,4 @@ export class DeleteConditionalForwarderCommand extends $Command< ): Promise { return de_DeleteConditionalForwarderCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-directory-service/src/commands/DeleteDirectoryCommand.ts b/clients/client-directory-service/src/commands/DeleteDirectoryCommand.ts index 9612d48be432..c11ddefc7923 100644 --- a/clients/client-directory-service/src/commands/DeleteDirectoryCommand.ts +++ b/clients/client-directory-service/src/commands/DeleteDirectoryCommand.ts @@ -83,9 +83,6 @@ export class DeleteDirectoryCommand extends $Command< DeleteDirectoryCommandOutput, DirectoryServiceClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -99,9 +96,7 @@ export class DeleteDirectoryCommand extends $Command< * @public */ constructor(readonly input: DeleteDirectoryCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -154,7 +149,4 @@ export class DeleteDirectoryCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteDirectoryCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-directory-service/src/commands/DeleteLogSubscriptionCommand.ts b/clients/client-directory-service/src/commands/DeleteLogSubscriptionCommand.ts index 5925db9b52c2..5e35b3dfcc2b 100644 --- a/clients/client-directory-service/src/commands/DeleteLogSubscriptionCommand.ts +++ b/clients/client-directory-service/src/commands/DeleteLogSubscriptionCommand.ts @@ -80,9 +80,6 @@ export class DeleteLogSubscriptionCommand extends $Command< DeleteLogSubscriptionCommandOutput, DirectoryServiceClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -96,9 +93,7 @@ export class DeleteLogSubscriptionCommand extends $Command< * @public */ constructor(readonly input: DeleteLogSubscriptionCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -151,7 +146,4 @@ export class DeleteLogSubscriptionCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteLogSubscriptionCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-directory-service/src/commands/DeleteSnapshotCommand.ts b/clients/client-directory-service/src/commands/DeleteSnapshotCommand.ts index bf9a56c13c49..fef7a0609e0e 100644 --- a/clients/client-directory-service/src/commands/DeleteSnapshotCommand.ts +++ b/clients/client-directory-service/src/commands/DeleteSnapshotCommand.ts @@ -82,9 +82,6 @@ export class DeleteSnapshotCommand extends $Command< DeleteSnapshotCommandOutput, DirectoryServiceClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -98,9 +95,7 @@ export class DeleteSnapshotCommand extends $Command< * @public */ constructor(readonly input: DeleteSnapshotCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -153,7 +148,4 @@ export class DeleteSnapshotCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteSnapshotCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-directory-service/src/commands/DeleteTrustCommand.ts b/clients/client-directory-service/src/commands/DeleteTrustCommand.ts index 9ca2e5230ea3..4b780cbcc212 100644 --- a/clients/client-directory-service/src/commands/DeleteTrustCommand.ts +++ b/clients/client-directory-service/src/commands/DeleteTrustCommand.ts @@ -87,9 +87,6 @@ export class DeleteTrustCommand extends $Command< DeleteTrustCommandOutput, DirectoryServiceClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -103,9 +100,7 @@ export class DeleteTrustCommand extends $Command< * @public */ constructor(readonly input: DeleteTrustCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -156,7 +151,4 @@ export class DeleteTrustCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteTrustCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-directory-service/src/commands/DeregisterCertificateCommand.ts b/clients/client-directory-service/src/commands/DeregisterCertificateCommand.ts index f96f8673c3fc..354766357d7d 100644 --- a/clients/client-directory-service/src/commands/DeregisterCertificateCommand.ts +++ b/clients/client-directory-service/src/commands/DeregisterCertificateCommand.ts @@ -94,9 +94,6 @@ export class DeregisterCertificateCommand extends $Command< DeregisterCertificateCommandOutput, DirectoryServiceClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -110,9 +107,7 @@ export class DeregisterCertificateCommand extends $Command< * @public */ constructor(readonly input: DeregisterCertificateCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -165,7 +160,4 @@ export class DeregisterCertificateCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeregisterCertificateCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-directory-service/src/commands/DeregisterEventTopicCommand.ts b/clients/client-directory-service/src/commands/DeregisterEventTopicCommand.ts index 81c215a1eed1..1d79eb994f84 100644 --- a/clients/client-directory-service/src/commands/DeregisterEventTopicCommand.ts +++ b/clients/client-directory-service/src/commands/DeregisterEventTopicCommand.ts @@ -81,9 +81,6 @@ export class DeregisterEventTopicCommand extends $Command< DeregisterEventTopicCommandOutput, DirectoryServiceClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -97,9 +94,7 @@ export class DeregisterEventTopicCommand extends $Command< * @public */ constructor(readonly input: DeregisterEventTopicCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -152,7 +147,4 @@ export class DeregisterEventTopicCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeregisterEventTopicCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-directory-service/src/commands/DescribeCertificateCommand.ts b/clients/client-directory-service/src/commands/DescribeCertificateCommand.ts index d63a8996719a..23ab0d6acc43 100644 --- a/clients/client-directory-service/src/commands/DescribeCertificateCommand.ts +++ b/clients/client-directory-service/src/commands/DescribeCertificateCommand.ts @@ -100,9 +100,6 @@ export class DescribeCertificateCommand extends $Command< DescribeCertificateCommandOutput, DirectoryServiceClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -116,9 +113,7 @@ export class DescribeCertificateCommand extends $Command< * @public */ constructor(readonly input: DescribeCertificateCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -171,7 +166,4 @@ export class DescribeCertificateCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DescribeCertificateCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-directory-service/src/commands/DescribeClientAuthenticationSettingsCommand.ts b/clients/client-directory-service/src/commands/DescribeClientAuthenticationSettingsCommand.ts index 1e84f2d94000..bdcc9be19b48 100644 --- a/clients/client-directory-service/src/commands/DescribeClientAuthenticationSettingsCommand.ts +++ b/clients/client-directory-service/src/commands/DescribeClientAuthenticationSettingsCommand.ts @@ -107,9 +107,6 @@ export class DescribeClientAuthenticationSettingsCommand extends $Command< DescribeClientAuthenticationSettingsCommandOutput, DirectoryServiceClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -123,9 +120,7 @@ export class DescribeClientAuthenticationSettingsCommand extends $Command< * @public */ constructor(readonly input: DescribeClientAuthenticationSettingsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -184,7 +179,4 @@ export class DescribeClientAuthenticationSettingsCommand extends $Command< ): Promise { return de_DescribeClientAuthenticationSettingsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-directory-service/src/commands/DescribeConditionalForwardersCommand.ts b/clients/client-directory-service/src/commands/DescribeConditionalForwardersCommand.ts index 5e0e1cab10da..ddd253a1153b 100644 --- a/clients/client-directory-service/src/commands/DescribeConditionalForwardersCommand.ts +++ b/clients/client-directory-service/src/commands/DescribeConditionalForwardersCommand.ts @@ -106,9 +106,6 @@ export class DescribeConditionalForwardersCommand extends $Command< DescribeConditionalForwardersCommandOutput, DirectoryServiceClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -122,9 +119,7 @@ export class DescribeConditionalForwardersCommand extends $Command< * @public */ constructor(readonly input: DescribeConditionalForwardersCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -180,7 +175,4 @@ export class DescribeConditionalForwardersCommand extends $Command< ): Promise { return de_DescribeConditionalForwardersCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-directory-service/src/commands/DescribeDirectoriesCommand.ts b/clients/client-directory-service/src/commands/DescribeDirectoriesCommand.ts index a9b6efb4c470..09623bbd21e6 100644 --- a/clients/client-directory-service/src/commands/DescribeDirectoriesCommand.ts +++ b/clients/client-directory-service/src/commands/DescribeDirectoriesCommand.ts @@ -202,9 +202,6 @@ export class DescribeDirectoriesCommand extends $Command< DescribeDirectoriesCommandOutput, DirectoryServiceClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -218,9 +215,7 @@ export class DescribeDirectoriesCommand extends $Command< * @public */ constructor(readonly input: DescribeDirectoriesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -273,7 +268,4 @@ export class DescribeDirectoriesCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DescribeDirectoriesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-directory-service/src/commands/DescribeDomainControllersCommand.ts b/clients/client-directory-service/src/commands/DescribeDomainControllersCommand.ts index 0874315f2d90..5abd9cf1bff3 100644 --- a/clients/client-directory-service/src/commands/DescribeDomainControllersCommand.ts +++ b/clients/client-directory-service/src/commands/DescribeDomainControllersCommand.ts @@ -107,9 +107,6 @@ export class DescribeDomainControllersCommand extends $Command< DescribeDomainControllersCommandOutput, DirectoryServiceClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -123,9 +120,7 @@ export class DescribeDomainControllersCommand extends $Command< * @public */ constructor(readonly input: DescribeDomainControllersCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -181,7 +176,4 @@ export class DescribeDomainControllersCommand extends $Command< ): Promise { return de_DescribeDomainControllersCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-directory-service/src/commands/DescribeEventTopicsCommand.ts b/clients/client-directory-service/src/commands/DescribeEventTopicsCommand.ts index ec072ec8b509..1bb849456d09 100644 --- a/clients/client-directory-service/src/commands/DescribeEventTopicsCommand.ts +++ b/clients/client-directory-service/src/commands/DescribeEventTopicsCommand.ts @@ -96,9 +96,6 @@ export class DescribeEventTopicsCommand extends $Command< DescribeEventTopicsCommandOutput, DirectoryServiceClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -112,9 +109,7 @@ export class DescribeEventTopicsCommand extends $Command< * @public */ constructor(readonly input: DescribeEventTopicsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -167,7 +162,4 @@ export class DescribeEventTopicsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DescribeEventTopicsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-directory-service/src/commands/DescribeLDAPSSettingsCommand.ts b/clients/client-directory-service/src/commands/DescribeLDAPSSettingsCommand.ts index fd1b53471673..cae7cf2633d8 100644 --- a/clients/client-directory-service/src/commands/DescribeLDAPSSettingsCommand.ts +++ b/clients/client-directory-service/src/commands/DescribeLDAPSSettingsCommand.ts @@ -98,9 +98,6 @@ export class DescribeLDAPSSettingsCommand extends $Command< DescribeLDAPSSettingsCommandOutput, DirectoryServiceClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -114,9 +111,7 @@ export class DescribeLDAPSSettingsCommand extends $Command< * @public */ constructor(readonly input: DescribeLDAPSSettingsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -169,7 +164,4 @@ export class DescribeLDAPSSettingsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DescribeLDAPSSettingsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-directory-service/src/commands/DescribeRegionsCommand.ts b/clients/client-directory-service/src/commands/DescribeRegionsCommand.ts index 2749085faeaa..5ae2277ea4dd 100644 --- a/clients/client-directory-service/src/commands/DescribeRegionsCommand.ts +++ b/clients/client-directory-service/src/commands/DescribeRegionsCommand.ts @@ -112,9 +112,6 @@ export class DescribeRegionsCommand extends $Command< DescribeRegionsCommandOutput, DirectoryServiceClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -128,9 +125,7 @@ export class DescribeRegionsCommand extends $Command< * @public */ constructor(readonly input: DescribeRegionsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -183,7 +178,4 @@ export class DescribeRegionsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DescribeRegionsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-directory-service/src/commands/DescribeSettingsCommand.ts b/clients/client-directory-service/src/commands/DescribeSettingsCommand.ts index 38a7de87e187..4970d683b24f 100644 --- a/clients/client-directory-service/src/commands/DescribeSettingsCommand.ts +++ b/clients/client-directory-service/src/commands/DescribeSettingsCommand.ts @@ -108,9 +108,6 @@ export class DescribeSettingsCommand extends $Command< DescribeSettingsCommandOutput, DirectoryServiceClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -124,9 +121,7 @@ export class DescribeSettingsCommand extends $Command< * @public */ constructor(readonly input: DescribeSettingsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -179,7 +174,4 @@ export class DescribeSettingsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DescribeSettingsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-directory-service/src/commands/DescribeSharedDirectoriesCommand.ts b/clients/client-directory-service/src/commands/DescribeSharedDirectoriesCommand.ts index d3acd35bb9f6..8e93ef37a065 100644 --- a/clients/client-directory-service/src/commands/DescribeSharedDirectoriesCommand.ts +++ b/clients/client-directory-service/src/commands/DescribeSharedDirectoriesCommand.ts @@ -110,9 +110,6 @@ export class DescribeSharedDirectoriesCommand extends $Command< DescribeSharedDirectoriesCommandOutput, DirectoryServiceClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -126,9 +123,7 @@ export class DescribeSharedDirectoriesCommand extends $Command< * @public */ constructor(readonly input: DescribeSharedDirectoriesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -184,7 +179,4 @@ export class DescribeSharedDirectoriesCommand extends $Command< ): Promise { return de_DescribeSharedDirectoriesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-directory-service/src/commands/DescribeSnapshotsCommand.ts b/clients/client-directory-service/src/commands/DescribeSnapshotsCommand.ts index 518ea660b1a0..e2a2a0e4d29c 100644 --- a/clients/client-directory-service/src/commands/DescribeSnapshotsCommand.ts +++ b/clients/client-directory-service/src/commands/DescribeSnapshotsCommand.ts @@ -106,9 +106,6 @@ export class DescribeSnapshotsCommand extends $Command< DescribeSnapshotsCommandOutput, DirectoryServiceClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -122,9 +119,7 @@ export class DescribeSnapshotsCommand extends $Command< * @public */ constructor(readonly input: DescribeSnapshotsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -177,7 +172,4 @@ export class DescribeSnapshotsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DescribeSnapshotsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-directory-service/src/commands/DescribeTrustsCommand.ts b/clients/client-directory-service/src/commands/DescribeTrustsCommand.ts index 14a511f3f5b2..731fa5afc9fb 100644 --- a/clients/client-directory-service/src/commands/DescribeTrustsCommand.ts +++ b/clients/client-directory-service/src/commands/DescribeTrustsCommand.ts @@ -110,9 +110,6 @@ export class DescribeTrustsCommand extends $Command< DescribeTrustsCommandOutput, DirectoryServiceClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -126,9 +123,7 @@ export class DescribeTrustsCommand extends $Command< * @public */ constructor(readonly input: DescribeTrustsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -181,7 +176,4 @@ export class DescribeTrustsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DescribeTrustsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-directory-service/src/commands/DescribeUpdateDirectoryCommand.ts b/clients/client-directory-service/src/commands/DescribeUpdateDirectoryCommand.ts index 5dc3109118cb..187e09b60305 100644 --- a/clients/client-directory-service/src/commands/DescribeUpdateDirectoryCommand.ts +++ b/clients/client-directory-service/src/commands/DescribeUpdateDirectoryCommand.ts @@ -113,9 +113,6 @@ export class DescribeUpdateDirectoryCommand extends $Command< DescribeUpdateDirectoryCommandOutput, DirectoryServiceClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -129,9 +126,7 @@ export class DescribeUpdateDirectoryCommand extends $Command< * @public */ constructor(readonly input: DescribeUpdateDirectoryCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -184,7 +179,4 @@ export class DescribeUpdateDirectoryCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DescribeUpdateDirectoryCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-directory-service/src/commands/DisableClientAuthenticationCommand.ts b/clients/client-directory-service/src/commands/DisableClientAuthenticationCommand.ts index 44b77093d30c..64e061e80f80 100644 --- a/clients/client-directory-service/src/commands/DisableClientAuthenticationCommand.ts +++ b/clients/client-directory-service/src/commands/DisableClientAuthenticationCommand.ts @@ -87,9 +87,6 @@ export class DisableClientAuthenticationCommand extends $Command< DisableClientAuthenticationCommandOutput, DirectoryServiceClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -103,9 +100,7 @@ export class DisableClientAuthenticationCommand extends $Command< * @public */ constructor(readonly input: DisableClientAuthenticationCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -161,7 +156,4 @@ export class DisableClientAuthenticationCommand extends $Command< ): Promise { return de_DisableClientAuthenticationCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-directory-service/src/commands/DisableLDAPSCommand.ts b/clients/client-directory-service/src/commands/DisableLDAPSCommand.ts index 20a114d3e79b..cde19650ff50 100644 --- a/clients/client-directory-service/src/commands/DisableLDAPSCommand.ts +++ b/clients/client-directory-service/src/commands/DisableLDAPSCommand.ts @@ -91,9 +91,6 @@ export class DisableLDAPSCommand extends $Command< DisableLDAPSCommandOutput, DirectoryServiceClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -107,9 +104,7 @@ export class DisableLDAPSCommand extends $Command< * @public */ constructor(readonly input: DisableLDAPSCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -160,7 +155,4 @@ export class DisableLDAPSCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DisableLDAPSCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-directory-service/src/commands/DisableRadiusCommand.ts b/clients/client-directory-service/src/commands/DisableRadiusCommand.ts index 86c9bf796881..78f1bbb9fab3 100644 --- a/clients/client-directory-service/src/commands/DisableRadiusCommand.ts +++ b/clients/client-directory-service/src/commands/DisableRadiusCommand.ts @@ -78,9 +78,6 @@ export class DisableRadiusCommand extends $Command< DisableRadiusCommandOutput, DirectoryServiceClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -94,9 +91,7 @@ export class DisableRadiusCommand extends $Command< * @public */ constructor(readonly input: DisableRadiusCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -147,7 +142,4 @@ export class DisableRadiusCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DisableRadiusCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-directory-service/src/commands/DisableSsoCommand.ts b/clients/client-directory-service/src/commands/DisableSsoCommand.ts index b7bc3c73ae6e..322b5fafd5d1 100644 --- a/clients/client-directory-service/src/commands/DisableSsoCommand.ts +++ b/clients/client-directory-service/src/commands/DisableSsoCommand.ts @@ -85,9 +85,6 @@ export class DisableSsoCommand extends $Command< DisableSsoCommandOutput, DirectoryServiceClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -101,9 +98,7 @@ export class DisableSsoCommand extends $Command< * @public */ constructor(readonly input: DisableSsoCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -154,7 +149,4 @@ export class DisableSsoCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DisableSsoCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-directory-service/src/commands/EnableClientAuthenticationCommand.ts b/clients/client-directory-service/src/commands/EnableClientAuthenticationCommand.ts index e0eab58ac5f2..52cd15068326 100644 --- a/clients/client-directory-service/src/commands/EnableClientAuthenticationCommand.ts +++ b/clients/client-directory-service/src/commands/EnableClientAuthenticationCommand.ts @@ -91,9 +91,6 @@ export class EnableClientAuthenticationCommand extends $Command< EnableClientAuthenticationCommandOutput, DirectoryServiceClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -107,9 +104,7 @@ export class EnableClientAuthenticationCommand extends $Command< * @public */ constructor(readonly input: EnableClientAuthenticationCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -165,7 +160,4 @@ export class EnableClientAuthenticationCommand extends $Command< ): Promise { return de_EnableClientAuthenticationCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-directory-service/src/commands/EnableLDAPSCommand.ts b/clients/client-directory-service/src/commands/EnableLDAPSCommand.ts index c2e98d4064ab..9144bc9768b8 100644 --- a/clients/client-directory-service/src/commands/EnableLDAPSCommand.ts +++ b/clients/client-directory-service/src/commands/EnableLDAPSCommand.ts @@ -95,9 +95,6 @@ export class EnableLDAPSCommand extends $Command< EnableLDAPSCommandOutput, DirectoryServiceClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -111,9 +108,7 @@ export class EnableLDAPSCommand extends $Command< * @public */ constructor(readonly input: EnableLDAPSCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -164,7 +159,4 @@ export class EnableLDAPSCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_EnableLDAPSCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-directory-service/src/commands/EnableRadiusCommand.ts b/clients/client-directory-service/src/commands/EnableRadiusCommand.ts index 15323a2a6dc7..53a73acb0032 100644 --- a/clients/client-directory-service/src/commands/EnableRadiusCommand.ts +++ b/clients/client-directory-service/src/commands/EnableRadiusCommand.ts @@ -96,9 +96,6 @@ export class EnableRadiusCommand extends $Command< EnableRadiusCommandOutput, DirectoryServiceClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -112,9 +109,7 @@ export class EnableRadiusCommand extends $Command< * @public */ constructor(readonly input: EnableRadiusCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -165,7 +160,4 @@ export class EnableRadiusCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_EnableRadiusCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-directory-service/src/commands/EnableSsoCommand.ts b/clients/client-directory-service/src/commands/EnableSsoCommand.ts index 2ba00c499e95..5abf644b36f6 100644 --- a/clients/client-directory-service/src/commands/EnableSsoCommand.ts +++ b/clients/client-directory-service/src/commands/EnableSsoCommand.ts @@ -87,9 +87,6 @@ export class EnableSsoCommand extends $Command< EnableSsoCommandOutput, DirectoryServiceClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -103,9 +100,7 @@ export class EnableSsoCommand extends $Command< * @public */ constructor(readonly input: EnableSsoCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -156,7 +151,4 @@ export class EnableSsoCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_EnableSsoCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-directory-service/src/commands/GetDirectoryLimitsCommand.ts b/clients/client-directory-service/src/commands/GetDirectoryLimitsCommand.ts index 774229ceaa04..984adbc2d9f3 100644 --- a/clients/client-directory-service/src/commands/GetDirectoryLimitsCommand.ts +++ b/clients/client-directory-service/src/commands/GetDirectoryLimitsCommand.ts @@ -87,9 +87,6 @@ export class GetDirectoryLimitsCommand extends $Command< GetDirectoryLimitsCommandOutput, DirectoryServiceClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -103,9 +100,7 @@ export class GetDirectoryLimitsCommand extends $Command< * @public */ constructor(readonly input: GetDirectoryLimitsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -158,7 +153,4 @@ export class GetDirectoryLimitsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetDirectoryLimitsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-directory-service/src/commands/GetSnapshotLimitsCommand.ts b/clients/client-directory-service/src/commands/GetSnapshotLimitsCommand.ts index 01b8029ab5a6..670d69222141 100644 --- a/clients/client-directory-service/src/commands/GetSnapshotLimitsCommand.ts +++ b/clients/client-directory-service/src/commands/GetSnapshotLimitsCommand.ts @@ -83,9 +83,6 @@ export class GetSnapshotLimitsCommand extends $Command< GetSnapshotLimitsCommandOutput, DirectoryServiceClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -99,9 +96,7 @@ export class GetSnapshotLimitsCommand extends $Command< * @public */ constructor(readonly input: GetSnapshotLimitsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -154,7 +149,4 @@ export class GetSnapshotLimitsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetSnapshotLimitsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-directory-service/src/commands/ListCertificatesCommand.ts b/clients/client-directory-service/src/commands/ListCertificatesCommand.ts index 23d7506d4927..a1428f7c72f2 100644 --- a/clients/client-directory-service/src/commands/ListCertificatesCommand.ts +++ b/clients/client-directory-service/src/commands/ListCertificatesCommand.ts @@ -99,9 +99,6 @@ export class ListCertificatesCommand extends $Command< ListCertificatesCommandOutput, DirectoryServiceClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -115,9 +112,7 @@ export class ListCertificatesCommand extends $Command< * @public */ constructor(readonly input: ListCertificatesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -170,7 +165,4 @@ export class ListCertificatesCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListCertificatesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-directory-service/src/commands/ListIpRoutesCommand.ts b/clients/client-directory-service/src/commands/ListIpRoutesCommand.ts index 00dbe82f09c3..d454c2cfc215 100644 --- a/clients/client-directory-service/src/commands/ListIpRoutesCommand.ts +++ b/clients/client-directory-service/src/commands/ListIpRoutesCommand.ts @@ -97,9 +97,6 @@ export class ListIpRoutesCommand extends $Command< ListIpRoutesCommandOutput, DirectoryServiceClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -113,9 +110,7 @@ export class ListIpRoutesCommand extends $Command< * @public */ constructor(readonly input: ListIpRoutesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -166,7 +161,4 @@ export class ListIpRoutesCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListIpRoutesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-directory-service/src/commands/ListLogSubscriptionsCommand.ts b/clients/client-directory-service/src/commands/ListLogSubscriptionsCommand.ts index d92fb1a8e5fb..258212479187 100644 --- a/clients/client-directory-service/src/commands/ListLogSubscriptionsCommand.ts +++ b/clients/client-directory-service/src/commands/ListLogSubscriptionsCommand.ts @@ -91,9 +91,6 @@ export class ListLogSubscriptionsCommand extends $Command< ListLogSubscriptionsCommandOutput, DirectoryServiceClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -107,9 +104,7 @@ export class ListLogSubscriptionsCommand extends $Command< * @public */ constructor(readonly input: ListLogSubscriptionsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -162,7 +157,4 @@ export class ListLogSubscriptionsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListLogSubscriptionsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-directory-service/src/commands/ListSchemaExtensionsCommand.ts b/clients/client-directory-service/src/commands/ListSchemaExtensionsCommand.ts index 0495dc30fb84..6b0d21984de3 100644 --- a/clients/client-directory-service/src/commands/ListSchemaExtensionsCommand.ts +++ b/clients/client-directory-service/src/commands/ListSchemaExtensionsCommand.ts @@ -95,9 +95,6 @@ export class ListSchemaExtensionsCommand extends $Command< ListSchemaExtensionsCommandOutput, DirectoryServiceClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -111,9 +108,7 @@ export class ListSchemaExtensionsCommand extends $Command< * @public */ constructor(readonly input: ListSchemaExtensionsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -166,7 +161,4 @@ export class ListSchemaExtensionsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListSchemaExtensionsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-directory-service/src/commands/ListTagsForResourceCommand.ts b/clients/client-directory-service/src/commands/ListTagsForResourceCommand.ts index cab7696e1100..07dcfc887085 100644 --- a/clients/client-directory-service/src/commands/ListTagsForResourceCommand.ts +++ b/clients/client-directory-service/src/commands/ListTagsForResourceCommand.ts @@ -93,9 +93,6 @@ export class ListTagsForResourceCommand extends $Command< ListTagsForResourceCommandOutput, DirectoryServiceClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -109,9 +106,7 @@ export class ListTagsForResourceCommand extends $Command< * @public */ constructor(readonly input: ListTagsForResourceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -164,7 +159,4 @@ export class ListTagsForResourceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListTagsForResourceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-directory-service/src/commands/RegisterCertificateCommand.ts b/clients/client-directory-service/src/commands/RegisterCertificateCommand.ts index 105f61067711..72ee9f253689 100644 --- a/clients/client-directory-service/src/commands/RegisterCertificateCommand.ts +++ b/clients/client-directory-service/src/commands/RegisterCertificateCommand.ts @@ -102,9 +102,6 @@ export class RegisterCertificateCommand extends $Command< RegisterCertificateCommandOutput, DirectoryServiceClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -118,9 +115,7 @@ export class RegisterCertificateCommand extends $Command< * @public */ constructor(readonly input: RegisterCertificateCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -173,7 +168,4 @@ export class RegisterCertificateCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_RegisterCertificateCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-directory-service/src/commands/RegisterEventTopicCommand.ts b/clients/client-directory-service/src/commands/RegisterEventTopicCommand.ts index 3a21cc7b2bb4..0e25d5a351c7 100644 --- a/clients/client-directory-service/src/commands/RegisterEventTopicCommand.ts +++ b/clients/client-directory-service/src/commands/RegisterEventTopicCommand.ts @@ -85,9 +85,6 @@ export class RegisterEventTopicCommand extends $Command< RegisterEventTopicCommandOutput, DirectoryServiceClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -101,9 +98,7 @@ export class RegisterEventTopicCommand extends $Command< * @public */ constructor(readonly input: RegisterEventTopicCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -156,7 +151,4 @@ export class RegisterEventTopicCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_RegisterEventTopicCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-directory-service/src/commands/RejectSharedDirectoryCommand.ts b/clients/client-directory-service/src/commands/RejectSharedDirectoryCommand.ts index b4d05d45071d..642edf509a1a 100644 --- a/clients/client-directory-service/src/commands/RejectSharedDirectoryCommand.ts +++ b/clients/client-directory-service/src/commands/RejectSharedDirectoryCommand.ts @@ -85,9 +85,6 @@ export class RejectSharedDirectoryCommand extends $Command< RejectSharedDirectoryCommandOutput, DirectoryServiceClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -101,9 +98,7 @@ export class RejectSharedDirectoryCommand extends $Command< * @public */ constructor(readonly input: RejectSharedDirectoryCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -156,7 +151,4 @@ export class RejectSharedDirectoryCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_RejectSharedDirectoryCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-directory-service/src/commands/RemoveIpRoutesCommand.ts b/clients/client-directory-service/src/commands/RemoveIpRoutesCommand.ts index dab8f2820128..5a45ccaca51c 100644 --- a/clients/client-directory-service/src/commands/RemoveIpRoutesCommand.ts +++ b/clients/client-directory-service/src/commands/RemoveIpRoutesCommand.ts @@ -86,9 +86,6 @@ export class RemoveIpRoutesCommand extends $Command< RemoveIpRoutesCommandOutput, DirectoryServiceClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -102,9 +99,7 @@ export class RemoveIpRoutesCommand extends $Command< * @public */ constructor(readonly input: RemoveIpRoutesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -157,7 +152,4 @@ export class RemoveIpRoutesCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_RemoveIpRoutesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-directory-service/src/commands/RemoveRegionCommand.ts b/clients/client-directory-service/src/commands/RemoveRegionCommand.ts index 789134865cb7..d3d72a77d0db 100644 --- a/clients/client-directory-service/src/commands/RemoveRegionCommand.ts +++ b/clients/client-directory-service/src/commands/RemoveRegionCommand.ts @@ -88,9 +88,6 @@ export class RemoveRegionCommand extends $Command< RemoveRegionCommandOutput, DirectoryServiceClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -104,9 +101,7 @@ export class RemoveRegionCommand extends $Command< * @public */ constructor(readonly input: RemoveRegionCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -157,7 +152,4 @@ export class RemoveRegionCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_RemoveRegionCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-directory-service/src/commands/RemoveTagsFromResourceCommand.ts b/clients/client-directory-service/src/commands/RemoveTagsFromResourceCommand.ts index 9dbc4035dfde..ac290c0619a5 100644 --- a/clients/client-directory-service/src/commands/RemoveTagsFromResourceCommand.ts +++ b/clients/client-directory-service/src/commands/RemoveTagsFromResourceCommand.ts @@ -83,9 +83,6 @@ export class RemoveTagsFromResourceCommand extends $Command< RemoveTagsFromResourceCommandOutput, DirectoryServiceClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -99,9 +96,7 @@ export class RemoveTagsFromResourceCommand extends $Command< * @public */ constructor(readonly input: RemoveTagsFromResourceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -154,7 +149,4 @@ export class RemoveTagsFromResourceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_RemoveTagsFromResourceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-directory-service/src/commands/ResetUserPasswordCommand.ts b/clients/client-directory-service/src/commands/ResetUserPasswordCommand.ts index 3dfb0c4196fa..7d7c352243b7 100644 --- a/clients/client-directory-service/src/commands/ResetUserPasswordCommand.ts +++ b/clients/client-directory-service/src/commands/ResetUserPasswordCommand.ts @@ -113,9 +113,6 @@ export class ResetUserPasswordCommand extends $Command< ResetUserPasswordCommandOutput, DirectoryServiceClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -129,9 +126,7 @@ export class ResetUserPasswordCommand extends $Command< * @public */ constructor(readonly input: ResetUserPasswordCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -184,7 +179,4 @@ export class ResetUserPasswordCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ResetUserPasswordCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-directory-service/src/commands/RestoreFromSnapshotCommand.ts b/clients/client-directory-service/src/commands/RestoreFromSnapshotCommand.ts index 619177940bd2..08529346decc 100644 --- a/clients/client-directory-service/src/commands/RestoreFromSnapshotCommand.ts +++ b/clients/client-directory-service/src/commands/RestoreFromSnapshotCommand.ts @@ -85,9 +85,6 @@ export class RestoreFromSnapshotCommand extends $Command< RestoreFromSnapshotCommandOutput, DirectoryServiceClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -101,9 +98,7 @@ export class RestoreFromSnapshotCommand extends $Command< * @public */ constructor(readonly input: RestoreFromSnapshotCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -156,7 +151,4 @@ export class RestoreFromSnapshotCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_RestoreFromSnapshotCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-directory-service/src/commands/ShareDirectoryCommand.ts b/clients/client-directory-service/src/commands/ShareDirectoryCommand.ts index 3e2848aa6b2d..f4069b82a5e7 100644 --- a/clients/client-directory-service/src/commands/ShareDirectoryCommand.ts +++ b/clients/client-directory-service/src/commands/ShareDirectoryCommand.ts @@ -123,9 +123,6 @@ export class ShareDirectoryCommand extends $Command< ShareDirectoryCommandOutput, DirectoryServiceClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -139,9 +136,7 @@ export class ShareDirectoryCommand extends $Command< * @public */ constructor(readonly input: ShareDirectoryCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -194,7 +189,4 @@ export class ShareDirectoryCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ShareDirectoryCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-directory-service/src/commands/StartSchemaExtensionCommand.ts b/clients/client-directory-service/src/commands/StartSchemaExtensionCommand.ts index 32e3260a4a12..c68d7e3c45a3 100644 --- a/clients/client-directory-service/src/commands/StartSchemaExtensionCommand.ts +++ b/clients/client-directory-service/src/commands/StartSchemaExtensionCommand.ts @@ -93,9 +93,6 @@ export class StartSchemaExtensionCommand extends $Command< StartSchemaExtensionCommandOutput, DirectoryServiceClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -109,9 +106,7 @@ export class StartSchemaExtensionCommand extends $Command< * @public */ constructor(readonly input: StartSchemaExtensionCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -164,7 +159,4 @@ export class StartSchemaExtensionCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_StartSchemaExtensionCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-directory-service/src/commands/UnshareDirectoryCommand.ts b/clients/client-directory-service/src/commands/UnshareDirectoryCommand.ts index fb651ea20532..9baa843bd768 100644 --- a/clients/client-directory-service/src/commands/UnshareDirectoryCommand.ts +++ b/clients/client-directory-service/src/commands/UnshareDirectoryCommand.ts @@ -89,9 +89,6 @@ export class UnshareDirectoryCommand extends $Command< UnshareDirectoryCommandOutput, DirectoryServiceClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -105,9 +102,7 @@ export class UnshareDirectoryCommand extends $Command< * @public */ constructor(readonly input: UnshareDirectoryCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -160,7 +155,4 @@ export class UnshareDirectoryCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UnshareDirectoryCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-directory-service/src/commands/UpdateConditionalForwarderCommand.ts b/clients/client-directory-service/src/commands/UpdateConditionalForwarderCommand.ts index bc9eb8b73b42..f09decf761db 100644 --- a/clients/client-directory-service/src/commands/UpdateConditionalForwarderCommand.ts +++ b/clients/client-directory-service/src/commands/UpdateConditionalForwarderCommand.ts @@ -91,9 +91,6 @@ export class UpdateConditionalForwarderCommand extends $Command< UpdateConditionalForwarderCommandOutput, DirectoryServiceClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -107,9 +104,7 @@ export class UpdateConditionalForwarderCommand extends $Command< * @public */ constructor(readonly input: UpdateConditionalForwarderCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -165,7 +160,4 @@ export class UpdateConditionalForwarderCommand extends $Command< ): Promise { return de_UpdateConditionalForwarderCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-directory-service/src/commands/UpdateDirectorySetupCommand.ts b/clients/client-directory-service/src/commands/UpdateDirectorySetupCommand.ts index 16e13aa6cf9e..06c7e4db775d 100644 --- a/clients/client-directory-service/src/commands/UpdateDirectorySetupCommand.ts +++ b/clients/client-directory-service/src/commands/UpdateDirectorySetupCommand.ts @@ -106,9 +106,6 @@ export class UpdateDirectorySetupCommand extends $Command< UpdateDirectorySetupCommandOutput, DirectoryServiceClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -122,9 +119,7 @@ export class UpdateDirectorySetupCommand extends $Command< * @public */ constructor(readonly input: UpdateDirectorySetupCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -177,7 +172,4 @@ export class UpdateDirectorySetupCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdateDirectorySetupCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-directory-service/src/commands/UpdateNumberOfDomainControllersCommand.ts b/clients/client-directory-service/src/commands/UpdateNumberOfDomainControllersCommand.ts index 20988c2a26ab..a8854e31e645 100644 --- a/clients/client-directory-service/src/commands/UpdateNumberOfDomainControllersCommand.ts +++ b/clients/client-directory-service/src/commands/UpdateNumberOfDomainControllersCommand.ts @@ -100,9 +100,6 @@ export class UpdateNumberOfDomainControllersCommand extends $Command< UpdateNumberOfDomainControllersCommandOutput, DirectoryServiceClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -116,9 +113,7 @@ export class UpdateNumberOfDomainControllersCommand extends $Command< * @public */ constructor(readonly input: UpdateNumberOfDomainControllersCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -177,7 +172,4 @@ export class UpdateNumberOfDomainControllersCommand extends $Command< ): Promise { return de_UpdateNumberOfDomainControllersCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-directory-service/src/commands/UpdateRadiusCommand.ts b/clients/client-directory-service/src/commands/UpdateRadiusCommand.ts index c4cd204d70d8..c3da943eecef 100644 --- a/clients/client-directory-service/src/commands/UpdateRadiusCommand.ts +++ b/clients/client-directory-service/src/commands/UpdateRadiusCommand.ts @@ -93,9 +93,6 @@ export class UpdateRadiusCommand extends $Command< UpdateRadiusCommandOutput, DirectoryServiceClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -109,9 +106,7 @@ export class UpdateRadiusCommand extends $Command< * @public */ constructor(readonly input: UpdateRadiusCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -162,7 +157,4 @@ export class UpdateRadiusCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdateRadiusCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-directory-service/src/commands/UpdateSettingsCommand.ts b/clients/client-directory-service/src/commands/UpdateSettingsCommand.ts index 6b7c83b3a494..b3e9806c59aa 100644 --- a/clients/client-directory-service/src/commands/UpdateSettingsCommand.ts +++ b/clients/client-directory-service/src/commands/UpdateSettingsCommand.ts @@ -100,9 +100,6 @@ export class UpdateSettingsCommand extends $Command< UpdateSettingsCommandOutput, DirectoryServiceClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -116,9 +113,7 @@ export class UpdateSettingsCommand extends $Command< * @public */ constructor(readonly input: UpdateSettingsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -171,7 +166,4 @@ export class UpdateSettingsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdateSettingsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-directory-service/src/commands/UpdateTrustCommand.ts b/clients/client-directory-service/src/commands/UpdateTrustCommand.ts index 6f6d85e794f6..9b9bc3fe3bf5 100644 --- a/clients/client-directory-service/src/commands/UpdateTrustCommand.ts +++ b/clients/client-directory-service/src/commands/UpdateTrustCommand.ts @@ -85,9 +85,6 @@ export class UpdateTrustCommand extends $Command< UpdateTrustCommandOutput, DirectoryServiceClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -101,9 +98,7 @@ export class UpdateTrustCommand extends $Command< * @public */ constructor(readonly input: UpdateTrustCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -154,7 +149,4 @@ export class UpdateTrustCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdateTrustCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-directory-service/src/commands/VerifyTrustCommand.ts b/clients/client-directory-service/src/commands/VerifyTrustCommand.ts index ac722194f995..7d18797cf05e 100644 --- a/clients/client-directory-service/src/commands/VerifyTrustCommand.ts +++ b/clients/client-directory-service/src/commands/VerifyTrustCommand.ts @@ -88,9 +88,6 @@ export class VerifyTrustCommand extends $Command< VerifyTrustCommandOutput, DirectoryServiceClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -104,9 +101,7 @@ export class VerifyTrustCommand extends $Command< * @public */ constructor(readonly input: VerifyTrustCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -157,7 +152,4 @@ export class VerifyTrustCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_VerifyTrustCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-dlm/package.json b/clients/client-dlm/package.json index d932ff9e2a23..2b4036c6f7b6 100644 --- a/clients/client-dlm/package.json +++ b/clients/client-dlm/package.json @@ -34,29 +34,29 @@ "@aws-sdk/util-endpoints": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@smithy/config-resolver": "^2.0.16", - "@smithy/fetch-http-handler": "^2.2.4", - "@smithy/hash-node": "^2.0.12", - "@smithy/invalid-dependency": "^2.0.12", - "@smithy/middleware-content-length": "^2.0.14", - "@smithy/middleware-endpoint": "^2.1.3", - "@smithy/middleware-retry": "^2.0.18", - "@smithy/middleware-serde": "^2.0.12", - "@smithy/middleware-stack": "^2.0.6", - "@smithy/node-config-provider": "^2.1.3", - "@smithy/node-http-handler": "^2.1.8", - "@smithy/protocol-http": "^3.0.8", - "@smithy/smithy-client": "^2.1.12", - "@smithy/types": "^2.4.0", - "@smithy/url-parser": "^2.0.12", - "@smithy/util-base64": "^2.0.0", + "@smithy/config-resolver": "^2.0.18", + "@smithy/fetch-http-handler": "^2.2.6", + "@smithy/hash-node": "^2.0.15", + "@smithy/invalid-dependency": "^2.0.13", + "@smithy/middleware-content-length": "^2.0.15", + "@smithy/middleware-endpoint": "^2.2.0", + "@smithy/middleware-retry": "^2.0.20", + "@smithy/middleware-serde": "^2.0.13", + "@smithy/middleware-stack": "^2.0.7", + "@smithy/node-config-provider": "^2.1.5", + "@smithy/node-http-handler": "^2.1.9", + "@smithy/protocol-http": "^3.0.9", + "@smithy/smithy-client": "^2.1.15", + "@smithy/types": "^2.5.0", + "@smithy/url-parser": "^2.0.13", + "@smithy/util-base64": "^2.0.1", "@smithy/util-body-length-browser": "^2.0.0", "@smithy/util-body-length-node": "^2.1.0", - "@smithy/util-defaults-mode-browser": "^2.0.16", - "@smithy/util-defaults-mode-node": "^2.0.21", - "@smithy/util-endpoints": "^1.0.2", - "@smithy/util-retry": "^2.0.5", - "@smithy/util-utf8": "^2.0.0", + "@smithy/util-defaults-mode-browser": "^2.0.19", + "@smithy/util-defaults-mode-node": "^2.0.25", + "@smithy/util-endpoints": "^1.0.4", + "@smithy/util-retry": "^2.0.6", + "@smithy/util-utf8": "^2.0.2", "tslib": "^2.5.0" }, "devDependencies": { diff --git a/clients/client-dlm/src/commands/CreateLifecyclePolicyCommand.ts b/clients/client-dlm/src/commands/CreateLifecyclePolicyCommand.ts index 11bcd2184493..b1149d85f766 100644 --- a/clients/client-dlm/src/commands/CreateLifecyclePolicyCommand.ts +++ b/clients/client-dlm/src/commands/CreateLifecyclePolicyCommand.ts @@ -228,9 +228,6 @@ export class CreateLifecyclePolicyCommand extends $Command< CreateLifecyclePolicyCommandOutput, DLMClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -244,9 +241,7 @@ export class CreateLifecyclePolicyCommand extends $Command< * @public */ constructor(readonly input: CreateLifecyclePolicyCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -299,7 +294,4 @@ export class CreateLifecyclePolicyCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateLifecyclePolicyCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-dlm/src/commands/DeleteLifecyclePolicyCommand.ts b/clients/client-dlm/src/commands/DeleteLifecyclePolicyCommand.ts index c4ccbad04962..8d974bb0ed56 100644 --- a/clients/client-dlm/src/commands/DeleteLifecyclePolicyCommand.ts +++ b/clients/client-dlm/src/commands/DeleteLifecyclePolicyCommand.ts @@ -80,9 +80,6 @@ export class DeleteLifecyclePolicyCommand extends $Command< DeleteLifecyclePolicyCommandOutput, DLMClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -96,9 +93,7 @@ export class DeleteLifecyclePolicyCommand extends $Command< * @public */ constructor(readonly input: DeleteLifecyclePolicyCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -151,7 +146,4 @@ export class DeleteLifecyclePolicyCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteLifecyclePolicyCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-dlm/src/commands/GetLifecyclePoliciesCommand.ts b/clients/client-dlm/src/commands/GetLifecyclePoliciesCommand.ts index c65a3ea9c3c0..3e559ab0ad84 100644 --- a/clients/client-dlm/src/commands/GetLifecyclePoliciesCommand.ts +++ b/clients/client-dlm/src/commands/GetLifecyclePoliciesCommand.ts @@ -106,9 +106,6 @@ export class GetLifecyclePoliciesCommand extends $Command< GetLifecyclePoliciesCommandOutput, DLMClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -122,9 +119,7 @@ export class GetLifecyclePoliciesCommand extends $Command< * @public */ constructor(readonly input: GetLifecyclePoliciesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -177,7 +172,4 @@ export class GetLifecyclePoliciesCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetLifecyclePoliciesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-dlm/src/commands/GetLifecyclePolicyCommand.ts b/clients/client-dlm/src/commands/GetLifecyclePolicyCommand.ts index 0ab9eae2ecbd..4ae25b23d2d9 100644 --- a/clients/client-dlm/src/commands/GetLifecyclePolicyCommand.ts +++ b/clients/client-dlm/src/commands/GetLifecyclePolicyCommand.ts @@ -233,9 +233,6 @@ export class GetLifecyclePolicyCommand extends $Command< GetLifecyclePolicyCommandOutput, DLMClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -249,9 +246,7 @@ export class GetLifecyclePolicyCommand extends $Command< * @public */ constructor(readonly input: GetLifecyclePolicyCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -304,7 +299,4 @@ export class GetLifecyclePolicyCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetLifecyclePolicyCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-dlm/src/commands/ListTagsForResourceCommand.ts b/clients/client-dlm/src/commands/ListTagsForResourceCommand.ts index e8daff2aed4a..71cab0d17c53 100644 --- a/clients/client-dlm/src/commands/ListTagsForResourceCommand.ts +++ b/clients/client-dlm/src/commands/ListTagsForResourceCommand.ts @@ -82,9 +82,6 @@ export class ListTagsForResourceCommand extends $Command< ListTagsForResourceCommandOutput, DLMClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -98,9 +95,7 @@ export class ListTagsForResourceCommand extends $Command< * @public */ constructor(readonly input: ListTagsForResourceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -153,7 +148,4 @@ export class ListTagsForResourceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListTagsForResourceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-dlm/src/commands/TagResourceCommand.ts b/clients/client-dlm/src/commands/TagResourceCommand.ts index ec7e5b67cca1..5093d03bfc2a 100644 --- a/clients/client-dlm/src/commands/TagResourceCommand.ts +++ b/clients/client-dlm/src/commands/TagResourceCommand.ts @@ -81,9 +81,6 @@ export class TagResourceCommand extends $Command< TagResourceCommandOutput, DLMClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -97,9 +94,7 @@ export class TagResourceCommand extends $Command< * @public */ constructor(readonly input: TagResourceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -150,7 +145,4 @@ export class TagResourceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_TagResourceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-dlm/src/commands/UntagResourceCommand.ts b/clients/client-dlm/src/commands/UntagResourceCommand.ts index 8ebc91e1b1b1..3114500c98a8 100644 --- a/clients/client-dlm/src/commands/UntagResourceCommand.ts +++ b/clients/client-dlm/src/commands/UntagResourceCommand.ts @@ -81,9 +81,6 @@ export class UntagResourceCommand extends $Command< UntagResourceCommandOutput, DLMClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -97,9 +94,7 @@ export class UntagResourceCommand extends $Command< * @public */ constructor(readonly input: UntagResourceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -150,7 +145,4 @@ export class UntagResourceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UntagResourceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-dlm/src/commands/UpdateLifecyclePolicyCommand.ts b/clients/client-dlm/src/commands/UpdateLifecyclePolicyCommand.ts index 84748f6e5717..02779b8cc661 100644 --- a/clients/client-dlm/src/commands/UpdateLifecyclePolicyCommand.ts +++ b/clients/client-dlm/src/commands/UpdateLifecyclePolicyCommand.ts @@ -228,9 +228,6 @@ export class UpdateLifecyclePolicyCommand extends $Command< UpdateLifecyclePolicyCommandOutput, DLMClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -244,9 +241,7 @@ export class UpdateLifecyclePolicyCommand extends $Command< * @public */ constructor(readonly input: UpdateLifecyclePolicyCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -299,7 +294,4 @@ export class UpdateLifecyclePolicyCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdateLifecyclePolicyCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-docdb-elastic/package.json b/clients/client-docdb-elastic/package.json index 12ea95e78547..50445aed4eee 100644 --- a/clients/client-docdb-elastic/package.json +++ b/clients/client-docdb-elastic/package.json @@ -34,29 +34,29 @@ "@aws-sdk/util-endpoints": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@smithy/config-resolver": "^2.0.16", - "@smithy/fetch-http-handler": "^2.2.4", - "@smithy/hash-node": "^2.0.12", - "@smithy/invalid-dependency": "^2.0.12", - "@smithy/middleware-content-length": "^2.0.14", - "@smithy/middleware-endpoint": "^2.1.3", - "@smithy/middleware-retry": "^2.0.18", - "@smithy/middleware-serde": "^2.0.12", - "@smithy/middleware-stack": "^2.0.6", - "@smithy/node-config-provider": "^2.1.3", - "@smithy/node-http-handler": "^2.1.8", - "@smithy/protocol-http": "^3.0.8", - "@smithy/smithy-client": "^2.1.12", - "@smithy/types": "^2.4.0", - "@smithy/url-parser": "^2.0.12", - "@smithy/util-base64": "^2.0.0", + "@smithy/config-resolver": "^2.0.18", + "@smithy/fetch-http-handler": "^2.2.6", + "@smithy/hash-node": "^2.0.15", + "@smithy/invalid-dependency": "^2.0.13", + "@smithy/middleware-content-length": "^2.0.15", + "@smithy/middleware-endpoint": "^2.2.0", + "@smithy/middleware-retry": "^2.0.20", + "@smithy/middleware-serde": "^2.0.13", + "@smithy/middleware-stack": "^2.0.7", + "@smithy/node-config-provider": "^2.1.5", + "@smithy/node-http-handler": "^2.1.9", + "@smithy/protocol-http": "^3.0.9", + "@smithy/smithy-client": "^2.1.15", + "@smithy/types": "^2.5.0", + "@smithy/url-parser": "^2.0.13", + "@smithy/util-base64": "^2.0.1", "@smithy/util-body-length-browser": "^2.0.0", "@smithy/util-body-length-node": "^2.1.0", - "@smithy/util-defaults-mode-browser": "^2.0.16", - "@smithy/util-defaults-mode-node": "^2.0.21", - "@smithy/util-endpoints": "^1.0.2", - "@smithy/util-retry": "^2.0.5", - "@smithy/util-utf8": "^2.0.0", + "@smithy/util-defaults-mode-browser": "^2.0.19", + "@smithy/util-defaults-mode-node": "^2.0.25", + "@smithy/util-endpoints": "^1.0.4", + "@smithy/util-retry": "^2.0.6", + "@smithy/util-utf8": "^2.0.2", "tslib": "^2.5.0", "uuid": "^8.3.2" }, diff --git a/clients/client-docdb-elastic/src/commands/CreateClusterCommand.ts b/clients/client-docdb-elastic/src/commands/CreateClusterCommand.ts index 9dd8ef48c4ca..fbdadc8a9293 100644 --- a/clients/client-docdb-elastic/src/commands/CreateClusterCommand.ts +++ b/clients/client-docdb-elastic/src/commands/CreateClusterCommand.ts @@ -123,9 +123,6 @@ export class CreateClusterCommand extends $Command< CreateClusterCommandOutput, DocDBElasticClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -139,9 +136,7 @@ export class CreateClusterCommand extends $Command< * @public */ constructor(readonly input: CreateClusterCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -192,7 +187,4 @@ export class CreateClusterCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateClusterCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-docdb-elastic/src/commands/CreateClusterSnapshotCommand.ts b/clients/client-docdb-elastic/src/commands/CreateClusterSnapshotCommand.ts index cab0dfb2e71c..ac300ca831c9 100644 --- a/clients/client-docdb-elastic/src/commands/CreateClusterSnapshotCommand.ts +++ b/clients/client-docdb-elastic/src/commands/CreateClusterSnapshotCommand.ts @@ -110,9 +110,6 @@ export class CreateClusterSnapshotCommand extends $Command< CreateClusterSnapshotCommandOutput, DocDBElasticClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -126,9 +123,7 @@ export class CreateClusterSnapshotCommand extends $Command< * @public */ constructor(readonly input: CreateClusterSnapshotCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -181,7 +176,4 @@ export class CreateClusterSnapshotCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateClusterSnapshotCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-docdb-elastic/src/commands/DeleteClusterCommand.ts b/clients/client-docdb-elastic/src/commands/DeleteClusterCommand.ts index db63f24fb7b1..1632f65959ca 100644 --- a/clients/client-docdb-elastic/src/commands/DeleteClusterCommand.ts +++ b/clients/client-docdb-elastic/src/commands/DeleteClusterCommand.ts @@ -106,9 +106,6 @@ export class DeleteClusterCommand extends $Command< DeleteClusterCommandOutput, DocDBElasticClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -122,9 +119,7 @@ export class DeleteClusterCommand extends $Command< * @public */ constructor(readonly input: DeleteClusterCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -175,7 +170,4 @@ export class DeleteClusterCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteClusterCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-docdb-elastic/src/commands/DeleteClusterSnapshotCommand.ts b/clients/client-docdb-elastic/src/commands/DeleteClusterSnapshotCommand.ts index 3d137bb6d63c..0a1c9db4aebb 100644 --- a/clients/client-docdb-elastic/src/commands/DeleteClusterSnapshotCommand.ts +++ b/clients/client-docdb-elastic/src/commands/DeleteClusterSnapshotCommand.ts @@ -103,9 +103,6 @@ export class DeleteClusterSnapshotCommand extends $Command< DeleteClusterSnapshotCommandOutput, DocDBElasticClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -119,9 +116,7 @@ export class DeleteClusterSnapshotCommand extends $Command< * @public */ constructor(readonly input: DeleteClusterSnapshotCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -174,7 +169,4 @@ export class DeleteClusterSnapshotCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteClusterSnapshotCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-docdb-elastic/src/commands/GetClusterCommand.ts b/clients/client-docdb-elastic/src/commands/GetClusterCommand.ts index d1e67dddf2af..3180c52678fd 100644 --- a/clients/client-docdb-elastic/src/commands/GetClusterCommand.ts +++ b/clients/client-docdb-elastic/src/commands/GetClusterCommand.ts @@ -103,9 +103,6 @@ export class GetClusterCommand extends $Command< GetClusterCommandOutput, DocDBElasticClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -119,9 +116,7 @@ export class GetClusterCommand extends $Command< * @public */ constructor(readonly input: GetClusterCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -172,7 +167,4 @@ export class GetClusterCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetClusterCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-docdb-elastic/src/commands/GetClusterSnapshotCommand.ts b/clients/client-docdb-elastic/src/commands/GetClusterSnapshotCommand.ts index 0445e99c08cd..c6c031dc758a 100644 --- a/clients/client-docdb-elastic/src/commands/GetClusterSnapshotCommand.ts +++ b/clients/client-docdb-elastic/src/commands/GetClusterSnapshotCommand.ts @@ -100,9 +100,6 @@ export class GetClusterSnapshotCommand extends $Command< GetClusterSnapshotCommandOutput, DocDBElasticClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -116,9 +113,7 @@ export class GetClusterSnapshotCommand extends $Command< * @public */ constructor(readonly input: GetClusterSnapshotCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -171,7 +166,4 @@ export class GetClusterSnapshotCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetClusterSnapshotCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-docdb-elastic/src/commands/ListClusterSnapshotsCommand.ts b/clients/client-docdb-elastic/src/commands/ListClusterSnapshotsCommand.ts index 450e4830fdb2..cb3caedcbe97 100644 --- a/clients/client-docdb-elastic/src/commands/ListClusterSnapshotsCommand.ts +++ b/clients/client-docdb-elastic/src/commands/ListClusterSnapshotsCommand.ts @@ -93,9 +93,6 @@ export class ListClusterSnapshotsCommand extends $Command< ListClusterSnapshotsCommandOutput, DocDBElasticClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -109,9 +106,7 @@ export class ListClusterSnapshotsCommand extends $Command< * @public */ constructor(readonly input: ListClusterSnapshotsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -164,7 +159,4 @@ export class ListClusterSnapshotsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListClusterSnapshotsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-docdb-elastic/src/commands/ListClustersCommand.ts b/clients/client-docdb-elastic/src/commands/ListClustersCommand.ts index d6b6dd4f737d..a8e842619817 100644 --- a/clients/client-docdb-elastic/src/commands/ListClustersCommand.ts +++ b/clients/client-docdb-elastic/src/commands/ListClustersCommand.ts @@ -90,9 +90,6 @@ export class ListClustersCommand extends $Command< ListClustersCommandOutput, DocDBElasticClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -106,9 +103,7 @@ export class ListClustersCommand extends $Command< * @public */ constructor(readonly input: ListClustersCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -159,7 +154,4 @@ export class ListClustersCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListClustersCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-docdb-elastic/src/commands/ListTagsForResourceCommand.ts b/clients/client-docdb-elastic/src/commands/ListTagsForResourceCommand.ts index f124c6e48a0b..669ac62b81e9 100644 --- a/clients/client-docdb-elastic/src/commands/ListTagsForResourceCommand.ts +++ b/clients/client-docdb-elastic/src/commands/ListTagsForResourceCommand.ts @@ -84,9 +84,6 @@ export class ListTagsForResourceCommand extends $Command< ListTagsForResourceCommandOutput, DocDBElasticClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -100,9 +97,7 @@ export class ListTagsForResourceCommand extends $Command< * @public */ constructor(readonly input: ListTagsForResourceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -155,7 +150,4 @@ export class ListTagsForResourceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListTagsForResourceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-docdb-elastic/src/commands/RestoreClusterFromSnapshotCommand.ts b/clients/client-docdb-elastic/src/commands/RestoreClusterFromSnapshotCommand.ts index b3da3573034f..a1bc1cc6771a 100644 --- a/clients/client-docdb-elastic/src/commands/RestoreClusterFromSnapshotCommand.ts +++ b/clients/client-docdb-elastic/src/commands/RestoreClusterFromSnapshotCommand.ts @@ -120,9 +120,6 @@ export class RestoreClusterFromSnapshotCommand extends $Command< RestoreClusterFromSnapshotCommandOutput, DocDBElasticClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -136,9 +133,7 @@ export class RestoreClusterFromSnapshotCommand extends $Command< * @public */ constructor(readonly input: RestoreClusterFromSnapshotCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -194,7 +189,4 @@ export class RestoreClusterFromSnapshotCommand extends $Command< ): Promise { return de_RestoreClusterFromSnapshotCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-docdb-elastic/src/commands/TagResourceCommand.ts b/clients/client-docdb-elastic/src/commands/TagResourceCommand.ts index c51dc9052ff1..ad968ae3c5ae 100644 --- a/clients/client-docdb-elastic/src/commands/TagResourceCommand.ts +++ b/clients/client-docdb-elastic/src/commands/TagResourceCommand.ts @@ -83,9 +83,6 @@ export class TagResourceCommand extends $Command< TagResourceCommandOutput, DocDBElasticClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -99,9 +96,7 @@ export class TagResourceCommand extends $Command< * @public */ constructor(readonly input: TagResourceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -152,7 +147,4 @@ export class TagResourceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_TagResourceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-docdb-elastic/src/commands/UntagResourceCommand.ts b/clients/client-docdb-elastic/src/commands/UntagResourceCommand.ts index 037f2958e3ef..4bf192a9ce9a 100644 --- a/clients/client-docdb-elastic/src/commands/UntagResourceCommand.ts +++ b/clients/client-docdb-elastic/src/commands/UntagResourceCommand.ts @@ -83,9 +83,6 @@ export class UntagResourceCommand extends $Command< UntagResourceCommandOutput, DocDBElasticClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -99,9 +96,7 @@ export class UntagResourceCommand extends $Command< * @public */ constructor(readonly input: UntagResourceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -152,7 +147,4 @@ export class UntagResourceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UntagResourceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-docdb-elastic/src/commands/UpdateClusterCommand.ts b/clients/client-docdb-elastic/src/commands/UpdateClusterCommand.ts index 923aa6055ad1..a4a65af77678 100644 --- a/clients/client-docdb-elastic/src/commands/UpdateClusterCommand.ts +++ b/clients/client-docdb-elastic/src/commands/UpdateClusterCommand.ts @@ -119,9 +119,6 @@ export class UpdateClusterCommand extends $Command< UpdateClusterCommandOutput, DocDBElasticClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -135,9 +132,7 @@ export class UpdateClusterCommand extends $Command< * @public */ constructor(readonly input: UpdateClusterCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -188,7 +183,4 @@ export class UpdateClusterCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdateClusterCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-docdb/package.json b/clients/client-docdb/package.json index 0f8d47da3607..5640e3b7b4f3 100644 --- a/clients/client-docdb/package.json +++ b/clients/client-docdb/package.json @@ -35,30 +35,30 @@ "@aws-sdk/util-endpoints": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@smithy/config-resolver": "^2.0.16", - "@smithy/fetch-http-handler": "^2.2.4", - "@smithy/hash-node": "^2.0.12", - "@smithy/invalid-dependency": "^2.0.12", - "@smithy/middleware-content-length": "^2.0.14", - "@smithy/middleware-endpoint": "^2.1.3", - "@smithy/middleware-retry": "^2.0.18", - "@smithy/middleware-serde": "^2.0.12", - "@smithy/middleware-stack": "^2.0.6", - "@smithy/node-config-provider": "^2.1.3", - "@smithy/node-http-handler": "^2.1.8", - "@smithy/protocol-http": "^3.0.8", - "@smithy/smithy-client": "^2.1.12", - "@smithy/types": "^2.4.0", - "@smithy/url-parser": "^2.0.12", - "@smithy/util-base64": "^2.0.0", + "@smithy/config-resolver": "^2.0.18", + "@smithy/fetch-http-handler": "^2.2.6", + "@smithy/hash-node": "^2.0.15", + "@smithy/invalid-dependency": "^2.0.13", + "@smithy/middleware-content-length": "^2.0.15", + "@smithy/middleware-endpoint": "^2.2.0", + "@smithy/middleware-retry": "^2.0.20", + "@smithy/middleware-serde": "^2.0.13", + "@smithy/middleware-stack": "^2.0.7", + "@smithy/node-config-provider": "^2.1.5", + "@smithy/node-http-handler": "^2.1.9", + "@smithy/protocol-http": "^3.0.9", + "@smithy/smithy-client": "^2.1.15", + "@smithy/types": "^2.5.0", + "@smithy/url-parser": "^2.0.13", + "@smithy/util-base64": "^2.0.1", "@smithy/util-body-length-browser": "^2.0.0", "@smithy/util-body-length-node": "^2.1.0", - "@smithy/util-defaults-mode-browser": "^2.0.16", - "@smithy/util-defaults-mode-node": "^2.0.21", - "@smithy/util-endpoints": "^1.0.2", - "@smithy/util-retry": "^2.0.5", - "@smithy/util-utf8": "^2.0.0", - "@smithy/util-waiter": "^2.0.12", + "@smithy/util-defaults-mode-browser": "^2.0.19", + "@smithy/util-defaults-mode-node": "^2.0.25", + "@smithy/util-endpoints": "^1.0.4", + "@smithy/util-retry": "^2.0.6", + "@smithy/util-utf8": "^2.0.2", + "@smithy/util-waiter": "^2.0.13", "fast-xml-parser": "4.2.5", "tslib": "^2.5.0" }, diff --git a/clients/client-docdb/src/commands/AddSourceIdentifierToSubscriptionCommand.ts b/clients/client-docdb/src/commands/AddSourceIdentifierToSubscriptionCommand.ts index 61433ae035f8..ce79ad83bac5 100644 --- a/clients/client-docdb/src/commands/AddSourceIdentifierToSubscriptionCommand.ts +++ b/clients/client-docdb/src/commands/AddSourceIdentifierToSubscriptionCommand.ts @@ -98,9 +98,6 @@ export class AddSourceIdentifierToSubscriptionCommand extends $Command< AddSourceIdentifierToSubscriptionCommandOutput, DocDBClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -114,9 +111,7 @@ export class AddSourceIdentifierToSubscriptionCommand extends $Command< * @public */ constructor(readonly input: AddSourceIdentifierToSubscriptionCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -175,7 +170,4 @@ export class AddSourceIdentifierToSubscriptionCommand extends $Command< ): Promise { return de_AddSourceIdentifierToSubscriptionCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-docdb/src/commands/AddTagsToResourceCommand.ts b/clients/client-docdb/src/commands/AddTagsToResourceCommand.ts index 3d252e74ea5d..d4e1f6d88ac3 100644 --- a/clients/client-docdb/src/commands/AddTagsToResourceCommand.ts +++ b/clients/client-docdb/src/commands/AddTagsToResourceCommand.ts @@ -89,9 +89,6 @@ export class AddTagsToResourceCommand extends $Command< AddTagsToResourceCommandOutput, DocDBClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -105,9 +102,7 @@ export class AddTagsToResourceCommand extends $Command< * @public */ constructor(readonly input: AddTagsToResourceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -160,7 +155,4 @@ export class AddTagsToResourceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_AddTagsToResourceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-docdb/src/commands/ApplyPendingMaintenanceActionCommand.ts b/clients/client-docdb/src/commands/ApplyPendingMaintenanceActionCommand.ts index 82eaaac1430e..1a04851326dd 100644 --- a/clients/client-docdb/src/commands/ApplyPendingMaintenanceActionCommand.ts +++ b/clients/client-docdb/src/commands/ApplyPendingMaintenanceActionCommand.ts @@ -100,9 +100,6 @@ export class ApplyPendingMaintenanceActionCommand extends $Command< ApplyPendingMaintenanceActionCommandOutput, DocDBClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -116,9 +113,7 @@ export class ApplyPendingMaintenanceActionCommand extends $Command< * @public */ constructor(readonly input: ApplyPendingMaintenanceActionCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -174,7 +169,4 @@ export class ApplyPendingMaintenanceActionCommand extends $Command< ): Promise { return de_ApplyPendingMaintenanceActionCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-docdb/src/commands/CopyDBClusterParameterGroupCommand.ts b/clients/client-docdb/src/commands/CopyDBClusterParameterGroupCommand.ts index 3c4310d6ce42..bbd02d2cdef5 100644 --- a/clients/client-docdb/src/commands/CopyDBClusterParameterGroupCommand.ts +++ b/clients/client-docdb/src/commands/CopyDBClusterParameterGroupCommand.ts @@ -93,9 +93,6 @@ export class CopyDBClusterParameterGroupCommand extends $Command< CopyDBClusterParameterGroupCommandOutput, DocDBClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -109,9 +106,7 @@ export class CopyDBClusterParameterGroupCommand extends $Command< * @public */ constructor(readonly input: CopyDBClusterParameterGroupCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -167,7 +162,4 @@ export class CopyDBClusterParameterGroupCommand extends $Command< ): Promise { return de_CopyDBClusterParameterGroupCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-docdb/src/commands/CopyDBClusterSnapshotCommand.ts b/clients/client-docdb/src/commands/CopyDBClusterSnapshotCommand.ts index fdbf6dd7d9b9..1518ff3eab7d 100644 --- a/clients/client-docdb/src/commands/CopyDBClusterSnapshotCommand.ts +++ b/clients/client-docdb/src/commands/CopyDBClusterSnapshotCommand.ts @@ -129,9 +129,6 @@ export class CopyDBClusterSnapshotCommand extends $Command< CopyDBClusterSnapshotCommandOutput, DocDBClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -145,9 +142,7 @@ export class CopyDBClusterSnapshotCommand extends $Command< * @public */ constructor(readonly input: CopyDBClusterSnapshotCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -201,7 +196,4 @@ export class CopyDBClusterSnapshotCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CopyDBClusterSnapshotCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-docdb/src/commands/CreateDBClusterCommand.ts b/clients/client-docdb/src/commands/CreateDBClusterCommand.ts index eaa699e3798b..ab98b1bfd69e 100644 --- a/clients/client-docdb/src/commands/CreateDBClusterCommand.ts +++ b/clients/client-docdb/src/commands/CreateDBClusterCommand.ts @@ -215,9 +215,6 @@ export class CreateDBClusterCommand extends $Command< CreateDBClusterCommandOutput, DocDBClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -231,9 +228,7 @@ export class CreateDBClusterCommand extends $Command< * @public */ constructor(readonly input: CreateDBClusterCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -286,7 +281,4 @@ export class CreateDBClusterCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateDBClusterCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-docdb/src/commands/CreateDBClusterParameterGroupCommand.ts b/clients/client-docdb/src/commands/CreateDBClusterParameterGroupCommand.ts index 114efde9edfd..560281a2608e 100644 --- a/clients/client-docdb/src/commands/CreateDBClusterParameterGroupCommand.ts +++ b/clients/client-docdb/src/commands/CreateDBClusterParameterGroupCommand.ts @@ -112,9 +112,6 @@ export class CreateDBClusterParameterGroupCommand extends $Command< CreateDBClusterParameterGroupCommandOutput, DocDBClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -128,9 +125,7 @@ export class CreateDBClusterParameterGroupCommand extends $Command< * @public */ constructor(readonly input: CreateDBClusterParameterGroupCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -186,7 +181,4 @@ export class CreateDBClusterParameterGroupCommand extends $Command< ): Promise { return de_CreateDBClusterParameterGroupCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-docdb/src/commands/CreateDBClusterSnapshotCommand.ts b/clients/client-docdb/src/commands/CreateDBClusterSnapshotCommand.ts index 3b0a5c5741cd..89501edf89a0 100644 --- a/clients/client-docdb/src/commands/CreateDBClusterSnapshotCommand.ts +++ b/clients/client-docdb/src/commands/CreateDBClusterSnapshotCommand.ts @@ -113,9 +113,6 @@ export class CreateDBClusterSnapshotCommand extends $Command< CreateDBClusterSnapshotCommandOutput, DocDBClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -129,9 +126,7 @@ export class CreateDBClusterSnapshotCommand extends $Command< * @public */ constructor(readonly input: CreateDBClusterSnapshotCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -184,7 +179,4 @@ export class CreateDBClusterSnapshotCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateDBClusterSnapshotCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-docdb/src/commands/CreateDBInstanceCommand.ts b/clients/client-docdb/src/commands/CreateDBInstanceCommand.ts index ea5ac0d547c7..c26ed3649395 100644 --- a/clients/client-docdb/src/commands/CreateDBInstanceCommand.ts +++ b/clients/client-docdb/src/commands/CreateDBInstanceCommand.ts @@ -228,9 +228,6 @@ export class CreateDBInstanceCommand extends $Command< CreateDBInstanceCommandOutput, DocDBClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -244,9 +241,7 @@ export class CreateDBInstanceCommand extends $Command< * @public */ constructor(readonly input: CreateDBInstanceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -299,7 +294,4 @@ export class CreateDBInstanceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateDBInstanceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-docdb/src/commands/CreateDBSubnetGroupCommand.ts b/clients/client-docdb/src/commands/CreateDBSubnetGroupCommand.ts index f254fd80b491..25083803e5a9 100644 --- a/clients/client-docdb/src/commands/CreateDBSubnetGroupCommand.ts +++ b/clients/client-docdb/src/commands/CreateDBSubnetGroupCommand.ts @@ -113,9 +113,6 @@ export class CreateDBSubnetGroupCommand extends $Command< CreateDBSubnetGroupCommandOutput, DocDBClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -129,9 +126,7 @@ export class CreateDBSubnetGroupCommand extends $Command< * @public */ constructor(readonly input: CreateDBSubnetGroupCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -184,7 +179,4 @@ export class CreateDBSubnetGroupCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateDBSubnetGroupCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-docdb/src/commands/CreateEventSubscriptionCommand.ts b/clients/client-docdb/src/commands/CreateEventSubscriptionCommand.ts index b163f03c6e2a..c76ac8e19f2a 100644 --- a/clients/client-docdb/src/commands/CreateEventSubscriptionCommand.ts +++ b/clients/client-docdb/src/commands/CreateEventSubscriptionCommand.ts @@ -123,9 +123,6 @@ export class CreateEventSubscriptionCommand extends $Command< CreateEventSubscriptionCommandOutput, DocDBClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -139,9 +136,7 @@ export class CreateEventSubscriptionCommand extends $Command< * @public */ constructor(readonly input: CreateEventSubscriptionCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -194,7 +189,4 @@ export class CreateEventSubscriptionCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateEventSubscriptionCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-docdb/src/commands/CreateGlobalClusterCommand.ts b/clients/client-docdb/src/commands/CreateGlobalClusterCommand.ts index d3358d50f219..a3989127a18c 100644 --- a/clients/client-docdb/src/commands/CreateGlobalClusterCommand.ts +++ b/clients/client-docdb/src/commands/CreateGlobalClusterCommand.ts @@ -113,9 +113,6 @@ export class CreateGlobalClusterCommand extends $Command< CreateGlobalClusterCommandOutput, DocDBClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -129,9 +126,7 @@ export class CreateGlobalClusterCommand extends $Command< * @public */ constructor(readonly input: CreateGlobalClusterCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -184,7 +179,4 @@ export class CreateGlobalClusterCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateGlobalClusterCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-docdb/src/commands/DeleteDBClusterCommand.ts b/clients/client-docdb/src/commands/DeleteDBClusterCommand.ts index 23a6beced5b7..1167eeb1adaf 100644 --- a/clients/client-docdb/src/commands/DeleteDBClusterCommand.ts +++ b/clients/client-docdb/src/commands/DeleteDBClusterCommand.ts @@ -145,9 +145,6 @@ export class DeleteDBClusterCommand extends $Command< DeleteDBClusterCommandOutput, DocDBClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -161,9 +158,7 @@ export class DeleteDBClusterCommand extends $Command< * @public */ constructor(readonly input: DeleteDBClusterCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -216,7 +211,4 @@ export class DeleteDBClusterCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteDBClusterCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-docdb/src/commands/DeleteDBClusterParameterGroupCommand.ts b/clients/client-docdb/src/commands/DeleteDBClusterParameterGroupCommand.ts index 4a2a6a0ddfaa..be4cf04cc990 100644 --- a/clients/client-docdb/src/commands/DeleteDBClusterParameterGroupCommand.ts +++ b/clients/client-docdb/src/commands/DeleteDBClusterParameterGroupCommand.ts @@ -78,9 +78,6 @@ export class DeleteDBClusterParameterGroupCommand extends $Command< DeleteDBClusterParameterGroupCommandOutput, DocDBClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -94,9 +91,7 @@ export class DeleteDBClusterParameterGroupCommand extends $Command< * @public */ constructor(readonly input: DeleteDBClusterParameterGroupCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -152,7 +147,4 @@ export class DeleteDBClusterParameterGroupCommand extends $Command< ): Promise { return de_DeleteDBClusterParameterGroupCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-docdb/src/commands/DeleteDBClusterSnapshotCommand.ts b/clients/client-docdb/src/commands/DeleteDBClusterSnapshotCommand.ts index 781d22999330..fe60df8aeac7 100644 --- a/clients/client-docdb/src/commands/DeleteDBClusterSnapshotCommand.ts +++ b/clients/client-docdb/src/commands/DeleteDBClusterSnapshotCommand.ts @@ -100,9 +100,6 @@ export class DeleteDBClusterSnapshotCommand extends $Command< DeleteDBClusterSnapshotCommandOutput, DocDBClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -116,9 +113,7 @@ export class DeleteDBClusterSnapshotCommand extends $Command< * @public */ constructor(readonly input: DeleteDBClusterSnapshotCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -171,7 +166,4 @@ export class DeleteDBClusterSnapshotCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteDBClusterSnapshotCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-docdb/src/commands/DeleteDBInstanceCommand.ts b/clients/client-docdb/src/commands/DeleteDBInstanceCommand.ts index 8ba7d653a3cc..a56478ae76ae 100644 --- a/clients/client-docdb/src/commands/DeleteDBInstanceCommand.ts +++ b/clients/client-docdb/src/commands/DeleteDBInstanceCommand.ts @@ -175,9 +175,6 @@ export class DeleteDBInstanceCommand extends $Command< DeleteDBInstanceCommandOutput, DocDBClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -191,9 +188,7 @@ export class DeleteDBInstanceCommand extends $Command< * @public */ constructor(readonly input: DeleteDBInstanceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -246,7 +241,4 @@ export class DeleteDBInstanceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteDBInstanceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-docdb/src/commands/DeleteDBSubnetGroupCommand.ts b/clients/client-docdb/src/commands/DeleteDBSubnetGroupCommand.ts index ffafdbdbfc0b..98cc0016a3d5 100644 --- a/clients/client-docdb/src/commands/DeleteDBSubnetGroupCommand.ts +++ b/clients/client-docdb/src/commands/DeleteDBSubnetGroupCommand.ts @@ -82,9 +82,6 @@ export class DeleteDBSubnetGroupCommand extends $Command< DeleteDBSubnetGroupCommandOutput, DocDBClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -98,9 +95,7 @@ export class DeleteDBSubnetGroupCommand extends $Command< * @public */ constructor(readonly input: DeleteDBSubnetGroupCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -153,7 +148,4 @@ export class DeleteDBSubnetGroupCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteDBSubnetGroupCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-docdb/src/commands/DeleteEventSubscriptionCommand.ts b/clients/client-docdb/src/commands/DeleteEventSubscriptionCommand.ts index f6f9bb18bb82..e2128982843e 100644 --- a/clients/client-docdb/src/commands/DeleteEventSubscriptionCommand.ts +++ b/clients/client-docdb/src/commands/DeleteEventSubscriptionCommand.ts @@ -92,9 +92,6 @@ export class DeleteEventSubscriptionCommand extends $Command< DeleteEventSubscriptionCommandOutput, DocDBClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -108,9 +105,7 @@ export class DeleteEventSubscriptionCommand extends $Command< * @public */ constructor(readonly input: DeleteEventSubscriptionCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -163,7 +158,4 @@ export class DeleteEventSubscriptionCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteEventSubscriptionCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-docdb/src/commands/DeleteGlobalClusterCommand.ts b/clients/client-docdb/src/commands/DeleteGlobalClusterCommand.ts index 051017a16080..126adc20b8a6 100644 --- a/clients/client-docdb/src/commands/DeleteGlobalClusterCommand.ts +++ b/clients/client-docdb/src/commands/DeleteGlobalClusterCommand.ts @@ -98,9 +98,6 @@ export class DeleteGlobalClusterCommand extends $Command< DeleteGlobalClusterCommandOutput, DocDBClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -114,9 +111,7 @@ export class DeleteGlobalClusterCommand extends $Command< * @public */ constructor(readonly input: DeleteGlobalClusterCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -169,7 +164,4 @@ export class DeleteGlobalClusterCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteGlobalClusterCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-docdb/src/commands/DescribeCertificatesCommand.ts b/clients/client-docdb/src/commands/DescribeCertificatesCommand.ts index cd751e69071a..1ccf6dd84587 100644 --- a/clients/client-docdb/src/commands/DescribeCertificatesCommand.ts +++ b/clients/client-docdb/src/commands/DescribeCertificatesCommand.ts @@ -94,9 +94,6 @@ export class DescribeCertificatesCommand extends $Command< DescribeCertificatesCommandOutput, DocDBClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -110,9 +107,7 @@ export class DescribeCertificatesCommand extends $Command< * @public */ constructor(readonly input: DescribeCertificatesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -165,7 +160,4 @@ export class DescribeCertificatesCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DescribeCertificatesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-docdb/src/commands/DescribeDBClusterParameterGroupsCommand.ts b/clients/client-docdb/src/commands/DescribeDBClusterParameterGroupsCommand.ts index 7ff9ee26d9e5..8e8ac1eddf2a 100644 --- a/clients/client-docdb/src/commands/DescribeDBClusterParameterGroupsCommand.ts +++ b/clients/client-docdb/src/commands/DescribeDBClusterParameterGroupsCommand.ts @@ -97,9 +97,6 @@ export class DescribeDBClusterParameterGroupsCommand extends $Command< DescribeDBClusterParameterGroupsCommandOutput, DocDBClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -113,9 +110,7 @@ export class DescribeDBClusterParameterGroupsCommand extends $Command< * @public */ constructor(readonly input: DescribeDBClusterParameterGroupsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -174,7 +169,4 @@ export class DescribeDBClusterParameterGroupsCommand extends $Command< ): Promise { return de_DescribeDBClusterParameterGroupsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-docdb/src/commands/DescribeDBClusterParametersCommand.ts b/clients/client-docdb/src/commands/DescribeDBClusterParametersCommand.ts index 35086e273d8b..3ab5fa4e7e97 100644 --- a/clients/client-docdb/src/commands/DescribeDBClusterParametersCommand.ts +++ b/clients/client-docdb/src/commands/DescribeDBClusterParametersCommand.ts @@ -100,9 +100,6 @@ export class DescribeDBClusterParametersCommand extends $Command< DescribeDBClusterParametersCommandOutput, DocDBClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -116,9 +113,7 @@ export class DescribeDBClusterParametersCommand extends $Command< * @public */ constructor(readonly input: DescribeDBClusterParametersCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -174,7 +169,4 @@ export class DescribeDBClusterParametersCommand extends $Command< ): Promise { return de_DescribeDBClusterParametersCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-docdb/src/commands/DescribeDBClusterSnapshotAttributesCommand.ts b/clients/client-docdb/src/commands/DescribeDBClusterSnapshotAttributesCommand.ts index 07a77facb669..4f6e962d8b3d 100644 --- a/clients/client-docdb/src/commands/DescribeDBClusterSnapshotAttributesCommand.ts +++ b/clients/client-docdb/src/commands/DescribeDBClusterSnapshotAttributesCommand.ts @@ -95,9 +95,6 @@ export class DescribeDBClusterSnapshotAttributesCommand extends $Command< DescribeDBClusterSnapshotAttributesCommandOutput, DocDBClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -111,9 +108,7 @@ export class DescribeDBClusterSnapshotAttributesCommand extends $Command< * @public */ constructor(readonly input: DescribeDBClusterSnapshotAttributesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -172,7 +167,4 @@ export class DescribeDBClusterSnapshotAttributesCommand extends $Command< ): Promise { return de_DescribeDBClusterSnapshotAttributesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-docdb/src/commands/DescribeDBClusterSnapshotsCommand.ts b/clients/client-docdb/src/commands/DescribeDBClusterSnapshotsCommand.ts index 026c065343eb..dc0d8c3be2d0 100644 --- a/clients/client-docdb/src/commands/DescribeDBClusterSnapshotsCommand.ts +++ b/clients/client-docdb/src/commands/DescribeDBClusterSnapshotsCommand.ts @@ -111,9 +111,6 @@ export class DescribeDBClusterSnapshotsCommand extends $Command< DescribeDBClusterSnapshotsCommandOutput, DocDBClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -127,9 +124,7 @@ export class DescribeDBClusterSnapshotsCommand extends $Command< * @public */ constructor(readonly input: DescribeDBClusterSnapshotsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -185,7 +180,4 @@ export class DescribeDBClusterSnapshotsCommand extends $Command< ): Promise { return de_DescribeDBClusterSnapshotsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-docdb/src/commands/DescribeDBClustersCommand.ts b/clients/client-docdb/src/commands/DescribeDBClustersCommand.ts index 0b2c7ada4724..3e5ccc9ec624 100644 --- a/clients/client-docdb/src/commands/DescribeDBClustersCommand.ts +++ b/clients/client-docdb/src/commands/DescribeDBClustersCommand.ts @@ -148,9 +148,6 @@ export class DescribeDBClustersCommand extends $Command< DescribeDBClustersCommandOutput, DocDBClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -164,9 +161,7 @@ export class DescribeDBClustersCommand extends $Command< * @public */ constructor(readonly input: DescribeDBClustersCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -219,7 +214,4 @@ export class DescribeDBClustersCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DescribeDBClustersCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-docdb/src/commands/DescribeDBEngineVersionsCommand.ts b/clients/client-docdb/src/commands/DescribeDBEngineVersionsCommand.ts index 52177fc03eae..67c92ba63e17 100644 --- a/clients/client-docdb/src/commands/DescribeDBEngineVersionsCommand.ts +++ b/clients/client-docdb/src/commands/DescribeDBEngineVersionsCommand.ts @@ -111,9 +111,6 @@ export class DescribeDBEngineVersionsCommand extends $Command< DescribeDBEngineVersionsCommandOutput, DocDBClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -127,9 +124,7 @@ export class DescribeDBEngineVersionsCommand extends $Command< * @public */ constructor(readonly input: DescribeDBEngineVersionsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -182,7 +177,4 @@ export class DescribeDBEngineVersionsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DescribeDBEngineVersionsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-docdb/src/commands/DescribeDBInstancesCommand.ts b/clients/client-docdb/src/commands/DescribeDBInstancesCommand.ts index 96ddb1d76aca..14f2e3218488 100644 --- a/clients/client-docdb/src/commands/DescribeDBInstancesCommand.ts +++ b/clients/client-docdb/src/commands/DescribeDBInstancesCommand.ts @@ -174,9 +174,6 @@ export class DescribeDBInstancesCommand extends $Command< DescribeDBInstancesCommandOutput, DocDBClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -190,9 +187,7 @@ export class DescribeDBInstancesCommand extends $Command< * @public */ constructor(readonly input: DescribeDBInstancesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -245,7 +240,4 @@ export class DescribeDBInstancesCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DescribeDBInstancesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-docdb/src/commands/DescribeDBSubnetGroupsCommand.ts b/clients/client-docdb/src/commands/DescribeDBSubnetGroupsCommand.ts index 10cdc44c0ceb..3710ea072cf6 100644 --- a/clients/client-docdb/src/commands/DescribeDBSubnetGroupsCommand.ts +++ b/clients/client-docdb/src/commands/DescribeDBSubnetGroupsCommand.ts @@ -103,9 +103,6 @@ export class DescribeDBSubnetGroupsCommand extends $Command< DescribeDBSubnetGroupsCommandOutput, DocDBClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -119,9 +116,7 @@ export class DescribeDBSubnetGroupsCommand extends $Command< * @public */ constructor(readonly input: DescribeDBSubnetGroupsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -174,7 +169,4 @@ export class DescribeDBSubnetGroupsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DescribeDBSubnetGroupsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-docdb/src/commands/DescribeEngineDefaultClusterParametersCommand.ts b/clients/client-docdb/src/commands/DescribeEngineDefaultClusterParametersCommand.ts index 822113e7bf6f..ae8fb82a940a 100644 --- a/clients/client-docdb/src/commands/DescribeEngineDefaultClusterParametersCommand.ts +++ b/clients/client-docdb/src/commands/DescribeEngineDefaultClusterParametersCommand.ts @@ -107,9 +107,6 @@ export class DescribeEngineDefaultClusterParametersCommand extends $Command< DescribeEngineDefaultClusterParametersCommandOutput, DocDBClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -123,9 +120,7 @@ export class DescribeEngineDefaultClusterParametersCommand extends $Command< * @public */ constructor(readonly input: DescribeEngineDefaultClusterParametersCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -184,7 +179,4 @@ export class DescribeEngineDefaultClusterParametersCommand extends $Command< ): Promise { return de_DescribeEngineDefaultClusterParametersCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-docdb/src/commands/DescribeEventCategoriesCommand.ts b/clients/client-docdb/src/commands/DescribeEventCategoriesCommand.ts index 6fdc0723a74e..a0f2ac3a9aa0 100644 --- a/clients/client-docdb/src/commands/DescribeEventCategoriesCommand.ts +++ b/clients/client-docdb/src/commands/DescribeEventCategoriesCommand.ts @@ -86,9 +86,6 @@ export class DescribeEventCategoriesCommand extends $Command< DescribeEventCategoriesCommandOutput, DocDBClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -102,9 +99,7 @@ export class DescribeEventCategoriesCommand extends $Command< * @public */ constructor(readonly input: DescribeEventCategoriesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -157,7 +152,4 @@ export class DescribeEventCategoriesCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DescribeEventCategoriesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-docdb/src/commands/DescribeEventSubscriptionsCommand.ts b/clients/client-docdb/src/commands/DescribeEventSubscriptionsCommand.ts index 869bd9175c8a..5952e4c69af3 100644 --- a/clients/client-docdb/src/commands/DescribeEventSubscriptionsCommand.ts +++ b/clients/client-docdb/src/commands/DescribeEventSubscriptionsCommand.ts @@ -102,9 +102,6 @@ export class DescribeEventSubscriptionsCommand extends $Command< DescribeEventSubscriptionsCommandOutput, DocDBClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -118,9 +115,7 @@ export class DescribeEventSubscriptionsCommand extends $Command< * @public */ constructor(readonly input: DescribeEventSubscriptionsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -176,7 +171,4 @@ export class DescribeEventSubscriptionsCommand extends $Command< ): Promise { return de_DescribeEventSubscriptionsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-docdb/src/commands/DescribeEventsCommand.ts b/clients/client-docdb/src/commands/DescribeEventsCommand.ts index 6a91d0ab6196..114fb04ae0d4 100644 --- a/clients/client-docdb/src/commands/DescribeEventsCommand.ts +++ b/clients/client-docdb/src/commands/DescribeEventsCommand.ts @@ -99,9 +99,6 @@ export class DescribeEventsCommand extends $Command< DescribeEventsCommandOutput, DocDBClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -115,9 +112,7 @@ export class DescribeEventsCommand extends $Command< * @public */ constructor(readonly input: DescribeEventsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -170,7 +165,4 @@ export class DescribeEventsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DescribeEventsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-docdb/src/commands/DescribeGlobalClustersCommand.ts b/clients/client-docdb/src/commands/DescribeGlobalClustersCommand.ts index 60ed878ece8b..0a5573f622c5 100644 --- a/clients/client-docdb/src/commands/DescribeGlobalClustersCommand.ts +++ b/clients/client-docdb/src/commands/DescribeGlobalClustersCommand.ts @@ -108,9 +108,6 @@ export class DescribeGlobalClustersCommand extends $Command< DescribeGlobalClustersCommandOutput, DocDBClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -124,9 +121,7 @@ export class DescribeGlobalClustersCommand extends $Command< * @public */ constructor(readonly input: DescribeGlobalClustersCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -179,7 +174,4 @@ export class DescribeGlobalClustersCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DescribeGlobalClustersCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-docdb/src/commands/DescribeOrderableDBInstanceOptionsCommand.ts b/clients/client-docdb/src/commands/DescribeOrderableDBInstanceOptionsCommand.ts index 5ca05405e10e..d0338d25aa44 100644 --- a/clients/client-docdb/src/commands/DescribeOrderableDBInstanceOptionsCommand.ts +++ b/clients/client-docdb/src/commands/DescribeOrderableDBInstanceOptionsCommand.ts @@ -103,9 +103,6 @@ export class DescribeOrderableDBInstanceOptionsCommand extends $Command< DescribeOrderableDBInstanceOptionsCommandOutput, DocDBClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -119,9 +116,7 @@ export class DescribeOrderableDBInstanceOptionsCommand extends $Command< * @public */ constructor(readonly input: DescribeOrderableDBInstanceOptionsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -180,7 +175,4 @@ export class DescribeOrderableDBInstanceOptionsCommand extends $Command< ): Promise { return de_DescribeOrderableDBInstanceOptionsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-docdb/src/commands/DescribePendingMaintenanceActionsCommand.ts b/clients/client-docdb/src/commands/DescribePendingMaintenanceActionsCommand.ts index e251ce7bd7f9..3b10dca1a00c 100644 --- a/clients/client-docdb/src/commands/DescribePendingMaintenanceActionsCommand.ts +++ b/clients/client-docdb/src/commands/DescribePendingMaintenanceActionsCommand.ts @@ -104,9 +104,6 @@ export class DescribePendingMaintenanceActionsCommand extends $Command< DescribePendingMaintenanceActionsCommandOutput, DocDBClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -120,9 +117,7 @@ export class DescribePendingMaintenanceActionsCommand extends $Command< * @public */ constructor(readonly input: DescribePendingMaintenanceActionsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -181,7 +176,4 @@ export class DescribePendingMaintenanceActionsCommand extends $Command< ): Promise { return de_DescribePendingMaintenanceActionsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-docdb/src/commands/FailoverDBClusterCommand.ts b/clients/client-docdb/src/commands/FailoverDBClusterCommand.ts index 5dc823db9667..55ff70fd48ff 100644 --- a/clients/client-docdb/src/commands/FailoverDBClusterCommand.ts +++ b/clients/client-docdb/src/commands/FailoverDBClusterCommand.ts @@ -140,9 +140,6 @@ export class FailoverDBClusterCommand extends $Command< FailoverDBClusterCommandOutput, DocDBClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -156,9 +153,7 @@ export class FailoverDBClusterCommand extends $Command< * @public */ constructor(readonly input: FailoverDBClusterCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -211,7 +206,4 @@ export class FailoverDBClusterCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_FailoverDBClusterCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-docdb/src/commands/ListTagsForResourceCommand.ts b/clients/client-docdb/src/commands/ListTagsForResourceCommand.ts index cfb7de654f4a..e976b05c179f 100644 --- a/clients/client-docdb/src/commands/ListTagsForResourceCommand.ts +++ b/clients/client-docdb/src/commands/ListTagsForResourceCommand.ts @@ -95,9 +95,6 @@ export class ListTagsForResourceCommand extends $Command< ListTagsForResourceCommandOutput, DocDBClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -111,9 +108,7 @@ export class ListTagsForResourceCommand extends $Command< * @public */ constructor(readonly input: ListTagsForResourceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -166,7 +161,4 @@ export class ListTagsForResourceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListTagsForResourceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-docdb/src/commands/ModifyDBClusterCommand.ts b/clients/client-docdb/src/commands/ModifyDBClusterCommand.ts index f613b28b9288..8ea902190313 100644 --- a/clients/client-docdb/src/commands/ModifyDBClusterCommand.ts +++ b/clients/client-docdb/src/commands/ModifyDBClusterCommand.ts @@ -190,9 +190,6 @@ export class ModifyDBClusterCommand extends $Command< ModifyDBClusterCommandOutput, DocDBClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -206,9 +203,7 @@ export class ModifyDBClusterCommand extends $Command< * @public */ constructor(readonly input: ModifyDBClusterCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -261,7 +256,4 @@ export class ModifyDBClusterCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ModifyDBClusterCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-docdb/src/commands/ModifyDBClusterParameterGroupCommand.ts b/clients/client-docdb/src/commands/ModifyDBClusterParameterGroupCommand.ts index 32216dd5a83b..c4ba2b770b7d 100644 --- a/clients/client-docdb/src/commands/ModifyDBClusterParameterGroupCommand.ts +++ b/clients/client-docdb/src/commands/ModifyDBClusterParameterGroupCommand.ts @@ -114,9 +114,6 @@ export class ModifyDBClusterParameterGroupCommand extends $Command< ModifyDBClusterParameterGroupCommandOutput, DocDBClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -130,9 +127,7 @@ export class ModifyDBClusterParameterGroupCommand extends $Command< * @public */ constructor(readonly input: ModifyDBClusterParameterGroupCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -188,7 +183,4 @@ export class ModifyDBClusterParameterGroupCommand extends $Command< ): Promise { return de_ModifyDBClusterParameterGroupCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-docdb/src/commands/ModifyDBClusterSnapshotAttributeCommand.ts b/clients/client-docdb/src/commands/ModifyDBClusterSnapshotAttributeCommand.ts index df00bad77465..da35eb50775e 100644 --- a/clients/client-docdb/src/commands/ModifyDBClusterSnapshotAttributeCommand.ts +++ b/clients/client-docdb/src/commands/ModifyDBClusterSnapshotAttributeCommand.ts @@ -104,9 +104,6 @@ export class ModifyDBClusterSnapshotAttributeCommand extends $Command< ModifyDBClusterSnapshotAttributeCommandOutput, DocDBClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -120,9 +117,7 @@ export class ModifyDBClusterSnapshotAttributeCommand extends $Command< * @public */ constructor(readonly input: ModifyDBClusterSnapshotAttributeCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -181,7 +176,4 @@ export class ModifyDBClusterSnapshotAttributeCommand extends $Command< ): Promise { return de_ModifyDBClusterSnapshotAttributeCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-docdb/src/commands/ModifyDBInstanceCommand.ts b/clients/client-docdb/src/commands/ModifyDBInstanceCommand.ts index fddb6293fca8..0836c27e8b84 100644 --- a/clients/client-docdb/src/commands/ModifyDBInstanceCommand.ts +++ b/clients/client-docdb/src/commands/ModifyDBInstanceCommand.ts @@ -217,9 +217,6 @@ export class ModifyDBInstanceCommand extends $Command< ModifyDBInstanceCommandOutput, DocDBClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -233,9 +230,7 @@ export class ModifyDBInstanceCommand extends $Command< * @public */ constructor(readonly input: ModifyDBInstanceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -288,7 +283,4 @@ export class ModifyDBInstanceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ModifyDBInstanceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-docdb/src/commands/ModifyDBSubnetGroupCommand.ts b/clients/client-docdb/src/commands/ModifyDBSubnetGroupCommand.ts index 1bf0dfabfb9b..b06993e279fa 100644 --- a/clients/client-docdb/src/commands/ModifyDBSubnetGroupCommand.ts +++ b/clients/client-docdb/src/commands/ModifyDBSubnetGroupCommand.ts @@ -106,9 +106,6 @@ export class ModifyDBSubnetGroupCommand extends $Command< ModifyDBSubnetGroupCommandOutput, DocDBClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -122,9 +119,7 @@ export class ModifyDBSubnetGroupCommand extends $Command< * @public */ constructor(readonly input: ModifyDBSubnetGroupCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -177,7 +172,4 @@ export class ModifyDBSubnetGroupCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ModifyDBSubnetGroupCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-docdb/src/commands/ModifyEventSubscriptionCommand.ts b/clients/client-docdb/src/commands/ModifyEventSubscriptionCommand.ts index dad390aa6021..45be78752983 100644 --- a/clients/client-docdb/src/commands/ModifyEventSubscriptionCommand.ts +++ b/clients/client-docdb/src/commands/ModifyEventSubscriptionCommand.ts @@ -109,9 +109,6 @@ export class ModifyEventSubscriptionCommand extends $Command< ModifyEventSubscriptionCommandOutput, DocDBClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -125,9 +122,7 @@ export class ModifyEventSubscriptionCommand extends $Command< * @public */ constructor(readonly input: ModifyEventSubscriptionCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -180,7 +175,4 @@ export class ModifyEventSubscriptionCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ModifyEventSubscriptionCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-docdb/src/commands/ModifyGlobalClusterCommand.ts b/clients/client-docdb/src/commands/ModifyGlobalClusterCommand.ts index 676b6dac0539..71e850141745 100644 --- a/clients/client-docdb/src/commands/ModifyGlobalClusterCommand.ts +++ b/clients/client-docdb/src/commands/ModifyGlobalClusterCommand.ts @@ -100,9 +100,6 @@ export class ModifyGlobalClusterCommand extends $Command< ModifyGlobalClusterCommandOutput, DocDBClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -116,9 +113,7 @@ export class ModifyGlobalClusterCommand extends $Command< * @public */ constructor(readonly input: ModifyGlobalClusterCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -171,7 +166,4 @@ export class ModifyGlobalClusterCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ModifyGlobalClusterCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-docdb/src/commands/RebootDBInstanceCommand.ts b/clients/client-docdb/src/commands/RebootDBInstanceCommand.ts index d5bc874a8b70..3f9e3fa1d063 100644 --- a/clients/client-docdb/src/commands/RebootDBInstanceCommand.ts +++ b/clients/client-docdb/src/commands/RebootDBInstanceCommand.ts @@ -172,9 +172,6 @@ export class RebootDBInstanceCommand extends $Command< RebootDBInstanceCommandOutput, DocDBClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -188,9 +185,7 @@ export class RebootDBInstanceCommand extends $Command< * @public */ constructor(readonly input: RebootDBInstanceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -243,7 +238,4 @@ export class RebootDBInstanceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_RebootDBInstanceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-docdb/src/commands/RemoveFromGlobalClusterCommand.ts b/clients/client-docdb/src/commands/RemoveFromGlobalClusterCommand.ts index ffb84ae0e360..ba4e4b7f1d34 100644 --- a/clients/client-docdb/src/commands/RemoveFromGlobalClusterCommand.ts +++ b/clients/client-docdb/src/commands/RemoveFromGlobalClusterCommand.ts @@ -103,9 +103,6 @@ export class RemoveFromGlobalClusterCommand extends $Command< RemoveFromGlobalClusterCommandOutput, DocDBClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -119,9 +116,7 @@ export class RemoveFromGlobalClusterCommand extends $Command< * @public */ constructor(readonly input: RemoveFromGlobalClusterCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -174,7 +169,4 @@ export class RemoveFromGlobalClusterCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_RemoveFromGlobalClusterCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-docdb/src/commands/RemoveSourceIdentifierFromSubscriptionCommand.ts b/clients/client-docdb/src/commands/RemoveSourceIdentifierFromSubscriptionCommand.ts index 40e99c54ca10..9309ae8fafa4 100644 --- a/clients/client-docdb/src/commands/RemoveSourceIdentifierFromSubscriptionCommand.ts +++ b/clients/client-docdb/src/commands/RemoveSourceIdentifierFromSubscriptionCommand.ts @@ -102,9 +102,6 @@ export class RemoveSourceIdentifierFromSubscriptionCommand extends $Command< RemoveSourceIdentifierFromSubscriptionCommandOutput, DocDBClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -118,9 +115,7 @@ export class RemoveSourceIdentifierFromSubscriptionCommand extends $Command< * @public */ constructor(readonly input: RemoveSourceIdentifierFromSubscriptionCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -179,7 +174,4 @@ export class RemoveSourceIdentifierFromSubscriptionCommand extends $Command< ): Promise { return de_RemoveSourceIdentifierFromSubscriptionCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-docdb/src/commands/RemoveTagsFromResourceCommand.ts b/clients/client-docdb/src/commands/RemoveTagsFromResourceCommand.ts index 21c0154fa11c..e633f1b10114 100644 --- a/clients/client-docdb/src/commands/RemoveTagsFromResourceCommand.ts +++ b/clients/client-docdb/src/commands/RemoveTagsFromResourceCommand.ts @@ -83,9 +83,6 @@ export class RemoveTagsFromResourceCommand extends $Command< RemoveTagsFromResourceCommandOutput, DocDBClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -99,9 +96,7 @@ export class RemoveTagsFromResourceCommand extends $Command< * @public */ constructor(readonly input: RemoveTagsFromResourceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -154,7 +149,4 @@ export class RemoveTagsFromResourceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_RemoveTagsFromResourceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-docdb/src/commands/ResetDBClusterParameterGroupCommand.ts b/clients/client-docdb/src/commands/ResetDBClusterParameterGroupCommand.ts index e92b0d5c73eb..c60ebb710c98 100644 --- a/clients/client-docdb/src/commands/ResetDBClusterParameterGroupCommand.ts +++ b/clients/client-docdb/src/commands/ResetDBClusterParameterGroupCommand.ts @@ -101,9 +101,6 @@ export class ResetDBClusterParameterGroupCommand extends $Command< ResetDBClusterParameterGroupCommandOutput, DocDBClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -117,9 +114,7 @@ export class ResetDBClusterParameterGroupCommand extends $Command< * @public */ constructor(readonly input: ResetDBClusterParameterGroupCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -175,7 +170,4 @@ export class ResetDBClusterParameterGroupCommand extends $Command< ): Promise { return de_ResetDBClusterParameterGroupCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-docdb/src/commands/RestoreDBClusterFromSnapshotCommand.ts b/clients/client-docdb/src/commands/RestoreDBClusterFromSnapshotCommand.ts index 326b5275b834..7773ab96a9fd 100644 --- a/clients/client-docdb/src/commands/RestoreDBClusterFromSnapshotCommand.ts +++ b/clients/client-docdb/src/commands/RestoreDBClusterFromSnapshotCommand.ts @@ -202,9 +202,6 @@ export class RestoreDBClusterFromSnapshotCommand extends $Command< RestoreDBClusterFromSnapshotCommandOutput, DocDBClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -218,9 +215,7 @@ export class RestoreDBClusterFromSnapshotCommand extends $Command< * @public */ constructor(readonly input: RestoreDBClusterFromSnapshotCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -276,7 +271,4 @@ export class RestoreDBClusterFromSnapshotCommand extends $Command< ): Promise { return de_RestoreDBClusterFromSnapshotCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-docdb/src/commands/RestoreDBClusterToPointInTimeCommand.ts b/clients/client-docdb/src/commands/RestoreDBClusterToPointInTimeCommand.ts index ba6919fd10d8..95b324b2f2a9 100644 --- a/clients/client-docdb/src/commands/RestoreDBClusterToPointInTimeCommand.ts +++ b/clients/client-docdb/src/commands/RestoreDBClusterToPointInTimeCommand.ts @@ -207,9 +207,6 @@ export class RestoreDBClusterToPointInTimeCommand extends $Command< RestoreDBClusterToPointInTimeCommandOutput, DocDBClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -223,9 +220,7 @@ export class RestoreDBClusterToPointInTimeCommand extends $Command< * @public */ constructor(readonly input: RestoreDBClusterToPointInTimeCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -281,7 +276,4 @@ export class RestoreDBClusterToPointInTimeCommand extends $Command< ): Promise { return de_RestoreDBClusterToPointInTimeCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-docdb/src/commands/StartDBClusterCommand.ts b/clients/client-docdb/src/commands/StartDBClusterCommand.ts index 2499bfc8974f..8f3905249983 100644 --- a/clients/client-docdb/src/commands/StartDBClusterCommand.ts +++ b/clients/client-docdb/src/commands/StartDBClusterCommand.ts @@ -139,9 +139,6 @@ export class StartDBClusterCommand extends $Command< StartDBClusterCommandOutput, DocDBClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -155,9 +152,7 @@ export class StartDBClusterCommand extends $Command< * @public */ constructor(readonly input: StartDBClusterCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -210,7 +205,4 @@ export class StartDBClusterCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_StartDBClusterCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-docdb/src/commands/StopDBClusterCommand.ts b/clients/client-docdb/src/commands/StopDBClusterCommand.ts index c83aca065031..e8fae6bd9ef9 100644 --- a/clients/client-docdb/src/commands/StopDBClusterCommand.ts +++ b/clients/client-docdb/src/commands/StopDBClusterCommand.ts @@ -140,9 +140,6 @@ export class StopDBClusterCommand extends $Command< StopDBClusterCommandOutput, DocDBClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -156,9 +153,7 @@ export class StopDBClusterCommand extends $Command< * @public */ constructor(readonly input: StopDBClusterCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -209,7 +204,4 @@ export class StopDBClusterCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_StopDBClusterCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-drs/package.json b/clients/client-drs/package.json index e0f247e6b567..2077c2168c47 100644 --- a/clients/client-drs/package.json +++ b/clients/client-drs/package.json @@ -34,29 +34,29 @@ "@aws-sdk/util-endpoints": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@smithy/config-resolver": "^2.0.16", - "@smithy/fetch-http-handler": "^2.2.4", - "@smithy/hash-node": "^2.0.12", - "@smithy/invalid-dependency": "^2.0.12", - "@smithy/middleware-content-length": "^2.0.14", - "@smithy/middleware-endpoint": "^2.1.3", - "@smithy/middleware-retry": "^2.0.18", - "@smithy/middleware-serde": "^2.0.12", - "@smithy/middleware-stack": "^2.0.6", - "@smithy/node-config-provider": "^2.1.3", - "@smithy/node-http-handler": "^2.1.8", - "@smithy/protocol-http": "^3.0.8", - "@smithy/smithy-client": "^2.1.12", - "@smithy/types": "^2.4.0", - "@smithy/url-parser": "^2.0.12", - "@smithy/util-base64": "^2.0.0", + "@smithy/config-resolver": "^2.0.18", + "@smithy/fetch-http-handler": "^2.2.6", + "@smithy/hash-node": "^2.0.15", + "@smithy/invalid-dependency": "^2.0.13", + "@smithy/middleware-content-length": "^2.0.15", + "@smithy/middleware-endpoint": "^2.2.0", + "@smithy/middleware-retry": "^2.0.20", + "@smithy/middleware-serde": "^2.0.13", + "@smithy/middleware-stack": "^2.0.7", + "@smithy/node-config-provider": "^2.1.5", + "@smithy/node-http-handler": "^2.1.9", + "@smithy/protocol-http": "^3.0.9", + "@smithy/smithy-client": "^2.1.15", + "@smithy/types": "^2.5.0", + "@smithy/url-parser": "^2.0.13", + "@smithy/util-base64": "^2.0.1", "@smithy/util-body-length-browser": "^2.0.0", "@smithy/util-body-length-node": "^2.1.0", - "@smithy/util-defaults-mode-browser": "^2.0.16", - "@smithy/util-defaults-mode-node": "^2.0.21", - "@smithy/util-endpoints": "^1.0.2", - "@smithy/util-retry": "^2.0.5", - "@smithy/util-utf8": "^2.0.0", + "@smithy/util-defaults-mode-browser": "^2.0.19", + "@smithy/util-defaults-mode-node": "^2.0.25", + "@smithy/util-endpoints": "^1.0.4", + "@smithy/util-retry": "^2.0.6", + "@smithy/util-utf8": "^2.0.2", "tslib": "^2.5.0" }, "devDependencies": { diff --git a/clients/client-drs/src/commands/AssociateSourceNetworkStackCommand.ts b/clients/client-drs/src/commands/AssociateSourceNetworkStackCommand.ts index ed556ec59fc7..2e947d83e7a4 100644 --- a/clients/client-drs/src/commands/AssociateSourceNetworkStackCommand.ts +++ b/clients/client-drs/src/commands/AssociateSourceNetworkStackCommand.ts @@ -156,9 +156,6 @@ export class AssociateSourceNetworkStackCommand extends $Command< AssociateSourceNetworkStackCommandOutput, DrsClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -172,9 +169,7 @@ export class AssociateSourceNetworkStackCommand extends $Command< * @public */ constructor(readonly input: AssociateSourceNetworkStackCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -230,7 +225,4 @@ export class AssociateSourceNetworkStackCommand extends $Command< ): Promise { return de_AssociateSourceNetworkStackCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-drs/src/commands/CreateExtendedSourceServerCommand.ts b/clients/client-drs/src/commands/CreateExtendedSourceServerCommand.ts index 18e8c820264a..c4920b6e9cf0 100644 --- a/clients/client-drs/src/commands/CreateExtendedSourceServerCommand.ts +++ b/clients/client-drs/src/commands/CreateExtendedSourceServerCommand.ts @@ -200,9 +200,6 @@ export class CreateExtendedSourceServerCommand extends $Command< CreateExtendedSourceServerCommandOutput, DrsClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -216,9 +213,7 @@ export class CreateExtendedSourceServerCommand extends $Command< * @public */ constructor(readonly input: CreateExtendedSourceServerCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -274,7 +269,4 @@ export class CreateExtendedSourceServerCommand extends $Command< ): Promise { return de_CreateExtendedSourceServerCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-drs/src/commands/CreateLaunchConfigurationTemplateCommand.ts b/clients/client-drs/src/commands/CreateLaunchConfigurationTemplateCommand.ts index 00e8c718b287..c8b16fc98e12 100644 --- a/clients/client-drs/src/commands/CreateLaunchConfigurationTemplateCommand.ts +++ b/clients/client-drs/src/commands/CreateLaunchConfigurationTemplateCommand.ts @@ -126,9 +126,6 @@ export class CreateLaunchConfigurationTemplateCommand extends $Command< CreateLaunchConfigurationTemplateCommandOutput, DrsClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -142,9 +139,7 @@ export class CreateLaunchConfigurationTemplateCommand extends $Command< * @public */ constructor(readonly input: CreateLaunchConfigurationTemplateCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -203,7 +198,4 @@ export class CreateLaunchConfigurationTemplateCommand extends $Command< ): Promise { return de_CreateLaunchConfigurationTemplateCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-drs/src/commands/CreateReplicationConfigurationTemplateCommand.ts b/clients/client-drs/src/commands/CreateReplicationConfigurationTemplateCommand.ts index 34fac372fd68..33485e676a3a 100644 --- a/clients/client-drs/src/commands/CreateReplicationConfigurationTemplateCommand.ts +++ b/clients/client-drs/src/commands/CreateReplicationConfigurationTemplateCommand.ts @@ -157,9 +157,6 @@ export class CreateReplicationConfigurationTemplateCommand extends $Command< CreateReplicationConfigurationTemplateCommandOutput, DrsClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -173,9 +170,7 @@ export class CreateReplicationConfigurationTemplateCommand extends $Command< * @public */ constructor(readonly input: CreateReplicationConfigurationTemplateCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -234,7 +229,4 @@ export class CreateReplicationConfigurationTemplateCommand extends $Command< ): Promise { return de_CreateReplicationConfigurationTemplateCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-drs/src/commands/CreateSourceNetworkCommand.ts b/clients/client-drs/src/commands/CreateSourceNetworkCommand.ts index 6a41658a423b..1e9546d7bb55 100644 --- a/clients/client-drs/src/commands/CreateSourceNetworkCommand.ts +++ b/clients/client-drs/src/commands/CreateSourceNetworkCommand.ts @@ -100,9 +100,6 @@ export class CreateSourceNetworkCommand extends $Command< CreateSourceNetworkCommandOutput, DrsClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -116,9 +113,7 @@ export class CreateSourceNetworkCommand extends $Command< * @public */ constructor(readonly input: CreateSourceNetworkCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -171,7 +166,4 @@ export class CreateSourceNetworkCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateSourceNetworkCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-drs/src/commands/DeleteJobCommand.ts b/clients/client-drs/src/commands/DeleteJobCommand.ts index 971ceb14ab82..7b745c9440ce 100644 --- a/clients/client-drs/src/commands/DeleteJobCommand.ts +++ b/clients/client-drs/src/commands/DeleteJobCommand.ts @@ -79,9 +79,6 @@ export interface DeleteJobCommandOutput extends DeleteJobResponse, __MetadataBea * */ export class DeleteJobCommand extends $Command { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -95,9 +92,7 @@ export class DeleteJobCommand extends $Command { return de_DeleteJobCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-drs/src/commands/DeleteLaunchActionCommand.ts b/clients/client-drs/src/commands/DeleteLaunchActionCommand.ts index de1ff77834ee..692ec8c18a09 100644 --- a/clients/client-drs/src/commands/DeleteLaunchActionCommand.ts +++ b/clients/client-drs/src/commands/DeleteLaunchActionCommand.ts @@ -84,9 +84,6 @@ export class DeleteLaunchActionCommand extends $Command< DeleteLaunchActionCommandOutput, DrsClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -100,9 +97,7 @@ export class DeleteLaunchActionCommand extends $Command< * @public */ constructor(readonly input: DeleteLaunchActionCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -155,7 +150,4 @@ export class DeleteLaunchActionCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteLaunchActionCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-drs/src/commands/DeleteLaunchConfigurationTemplateCommand.ts b/clients/client-drs/src/commands/DeleteLaunchConfigurationTemplateCommand.ts index c79f9522ed65..23cf8bcb36d5 100644 --- a/clients/client-drs/src/commands/DeleteLaunchConfigurationTemplateCommand.ts +++ b/clients/client-drs/src/commands/DeleteLaunchConfigurationTemplateCommand.ts @@ -91,9 +91,6 @@ export class DeleteLaunchConfigurationTemplateCommand extends $Command< DeleteLaunchConfigurationTemplateCommandOutput, DrsClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -107,9 +104,7 @@ export class DeleteLaunchConfigurationTemplateCommand extends $Command< * @public */ constructor(readonly input: DeleteLaunchConfigurationTemplateCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -168,7 +163,4 @@ export class DeleteLaunchConfigurationTemplateCommand extends $Command< ): Promise { return de_DeleteLaunchConfigurationTemplateCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-drs/src/commands/DeleteRecoveryInstanceCommand.ts b/clients/client-drs/src/commands/DeleteRecoveryInstanceCommand.ts index 1b39552c4912..e8ab8365644c 100644 --- a/clients/client-drs/src/commands/DeleteRecoveryInstanceCommand.ts +++ b/clients/client-drs/src/commands/DeleteRecoveryInstanceCommand.ts @@ -83,9 +83,6 @@ export class DeleteRecoveryInstanceCommand extends $Command< DeleteRecoveryInstanceCommandOutput, DrsClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -99,9 +96,7 @@ export class DeleteRecoveryInstanceCommand extends $Command< * @public */ constructor(readonly input: DeleteRecoveryInstanceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -154,7 +149,4 @@ export class DeleteRecoveryInstanceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteRecoveryInstanceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-drs/src/commands/DeleteReplicationConfigurationTemplateCommand.ts b/clients/client-drs/src/commands/DeleteReplicationConfigurationTemplateCommand.ts index e72ee3596fd2..74336bc8b668 100644 --- a/clients/client-drs/src/commands/DeleteReplicationConfigurationTemplateCommand.ts +++ b/clients/client-drs/src/commands/DeleteReplicationConfigurationTemplateCommand.ts @@ -92,9 +92,6 @@ export class DeleteReplicationConfigurationTemplateCommand extends $Command< DeleteReplicationConfigurationTemplateCommandOutput, DrsClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -108,9 +105,7 @@ export class DeleteReplicationConfigurationTemplateCommand extends $Command< * @public */ constructor(readonly input: DeleteReplicationConfigurationTemplateCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -169,7 +164,4 @@ export class DeleteReplicationConfigurationTemplateCommand extends $Command< ): Promise { return de_DeleteReplicationConfigurationTemplateCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-drs/src/commands/DeleteSourceNetworkCommand.ts b/clients/client-drs/src/commands/DeleteSourceNetworkCommand.ts index 1626b9ad6b68..bee6dbc4b663 100644 --- a/clients/client-drs/src/commands/DeleteSourceNetworkCommand.ts +++ b/clients/client-drs/src/commands/DeleteSourceNetworkCommand.ts @@ -83,9 +83,6 @@ export class DeleteSourceNetworkCommand extends $Command< DeleteSourceNetworkCommandOutput, DrsClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -99,9 +96,7 @@ export class DeleteSourceNetworkCommand extends $Command< * @public */ constructor(readonly input: DeleteSourceNetworkCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -154,7 +149,4 @@ export class DeleteSourceNetworkCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteSourceNetworkCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-drs/src/commands/DeleteSourceServerCommand.ts b/clients/client-drs/src/commands/DeleteSourceServerCommand.ts index 2c8bcd766140..22d61516fea6 100644 --- a/clients/client-drs/src/commands/DeleteSourceServerCommand.ts +++ b/clients/client-drs/src/commands/DeleteSourceServerCommand.ts @@ -83,9 +83,6 @@ export class DeleteSourceServerCommand extends $Command< DeleteSourceServerCommandOutput, DrsClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -99,9 +96,7 @@ export class DeleteSourceServerCommand extends $Command< * @public */ constructor(readonly input: DeleteSourceServerCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -154,7 +149,4 @@ export class DeleteSourceServerCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteSourceServerCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-drs/src/commands/DescribeJobLogItemsCommand.ts b/clients/client-drs/src/commands/DescribeJobLogItemsCommand.ts index 7c92ddb0f17a..2f5b48790de2 100644 --- a/clients/client-drs/src/commands/DescribeJobLogItemsCommand.ts +++ b/clients/client-drs/src/commands/DescribeJobLogItemsCommand.ts @@ -117,9 +117,6 @@ export class DescribeJobLogItemsCommand extends $Command< DescribeJobLogItemsCommandOutput, DrsClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -133,9 +130,7 @@ export class DescribeJobLogItemsCommand extends $Command< * @public */ constructor(readonly input: DescribeJobLogItemsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -188,7 +183,4 @@ export class DescribeJobLogItemsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DescribeJobLogItemsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-drs/src/commands/DescribeJobsCommand.ts b/clients/client-drs/src/commands/DescribeJobsCommand.ts index 4fc6706daaa3..d6ccd6a006da 100644 --- a/clients/client-drs/src/commands/DescribeJobsCommand.ts +++ b/clients/client-drs/src/commands/DescribeJobsCommand.ts @@ -147,9 +147,6 @@ export class DescribeJobsCommand extends $Command< DescribeJobsCommandOutput, DrsClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -163,9 +160,7 @@ export class DescribeJobsCommand extends $Command< * @public */ constructor(readonly input: DescribeJobsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -216,7 +211,4 @@ export class DescribeJobsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DescribeJobsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-drs/src/commands/DescribeLaunchConfigurationTemplatesCommand.ts b/clients/client-drs/src/commands/DescribeLaunchConfigurationTemplatesCommand.ts index adbe11a33300..733918c07223 100644 --- a/clients/client-drs/src/commands/DescribeLaunchConfigurationTemplatesCommand.ts +++ b/clients/client-drs/src/commands/DescribeLaunchConfigurationTemplatesCommand.ts @@ -117,9 +117,6 @@ export class DescribeLaunchConfigurationTemplatesCommand extends $Command< DescribeLaunchConfigurationTemplatesCommandOutput, DrsClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -133,9 +130,7 @@ export class DescribeLaunchConfigurationTemplatesCommand extends $Command< * @public */ constructor(readonly input: DescribeLaunchConfigurationTemplatesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -194,7 +189,4 @@ export class DescribeLaunchConfigurationTemplatesCommand extends $Command< ): Promise { return de_DescribeLaunchConfigurationTemplatesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-drs/src/commands/DescribeRecoveryInstancesCommand.ts b/clients/client-drs/src/commands/DescribeRecoveryInstancesCommand.ts index 64bc3865993d..36e62d518226 100644 --- a/clients/client-drs/src/commands/DescribeRecoveryInstancesCommand.ts +++ b/clients/client-drs/src/commands/DescribeRecoveryInstancesCommand.ts @@ -187,9 +187,6 @@ export class DescribeRecoveryInstancesCommand extends $Command< DescribeRecoveryInstancesCommandOutput, DrsClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -203,9 +200,7 @@ export class DescribeRecoveryInstancesCommand extends $Command< * @public */ constructor(readonly input: DescribeRecoveryInstancesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -261,7 +256,4 @@ export class DescribeRecoveryInstancesCommand extends $Command< ): Promise { return de_DescribeRecoveryInstancesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-drs/src/commands/DescribeRecoverySnapshotsCommand.ts b/clients/client-drs/src/commands/DescribeRecoverySnapshotsCommand.ts index 5b6d669251a5..a8e871bd8611 100644 --- a/clients/client-drs/src/commands/DescribeRecoverySnapshotsCommand.ts +++ b/clients/client-drs/src/commands/DescribeRecoverySnapshotsCommand.ts @@ -103,9 +103,6 @@ export class DescribeRecoverySnapshotsCommand extends $Command< DescribeRecoverySnapshotsCommandOutput, DrsClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -119,9 +116,7 @@ export class DescribeRecoverySnapshotsCommand extends $Command< * @public */ constructor(readonly input: DescribeRecoverySnapshotsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -177,7 +172,4 @@ export class DescribeRecoverySnapshotsCommand extends $Command< ): Promise { return de_DescribeRecoverySnapshotsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-drs/src/commands/DescribeReplicationConfigurationTemplatesCommand.ts b/clients/client-drs/src/commands/DescribeReplicationConfigurationTemplatesCommand.ts index f424e37d4488..366a9688e0f1 100644 --- a/clients/client-drs/src/commands/DescribeReplicationConfigurationTemplatesCommand.ts +++ b/clients/client-drs/src/commands/DescribeReplicationConfigurationTemplatesCommand.ts @@ -134,9 +134,6 @@ export class DescribeReplicationConfigurationTemplatesCommand extends $Command< DescribeReplicationConfigurationTemplatesCommandOutput, DrsClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -150,9 +147,7 @@ export class DescribeReplicationConfigurationTemplatesCommand extends $Command< * @public */ constructor(readonly input: DescribeReplicationConfigurationTemplatesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -217,7 +212,4 @@ export class DescribeReplicationConfigurationTemplatesCommand extends $Command< ): Promise { return de_DescribeReplicationConfigurationTemplatesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-drs/src/commands/DescribeSourceNetworksCommand.ts b/clients/client-drs/src/commands/DescribeSourceNetworksCommand.ts index a1d313b65036..3ac073271380 100644 --- a/clients/client-drs/src/commands/DescribeSourceNetworksCommand.ts +++ b/clients/client-drs/src/commands/DescribeSourceNetworksCommand.ts @@ -115,9 +115,6 @@ export class DescribeSourceNetworksCommand extends $Command< DescribeSourceNetworksCommandOutput, DrsClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -131,9 +128,7 @@ export class DescribeSourceNetworksCommand extends $Command< * @public */ constructor(readonly input: DescribeSourceNetworksCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -186,7 +181,4 @@ export class DescribeSourceNetworksCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DescribeSourceNetworksCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-drs/src/commands/DescribeSourceServersCommand.ts b/clients/client-drs/src/commands/DescribeSourceServersCommand.ts index aabbe9898063..5122a5a54e26 100644 --- a/clients/client-drs/src/commands/DescribeSourceServersCommand.ts +++ b/clients/client-drs/src/commands/DescribeSourceServersCommand.ts @@ -200,9 +200,6 @@ export class DescribeSourceServersCommand extends $Command< DescribeSourceServersCommandOutput, DrsClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -216,9 +213,7 @@ export class DescribeSourceServersCommand extends $Command< * @public */ constructor(readonly input: DescribeSourceServersCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -271,7 +266,4 @@ export class DescribeSourceServersCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DescribeSourceServersCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-drs/src/commands/DisconnectRecoveryInstanceCommand.ts b/clients/client-drs/src/commands/DisconnectRecoveryInstanceCommand.ts index 92142599b0d0..e8a6fc135b29 100644 --- a/clients/client-drs/src/commands/DisconnectRecoveryInstanceCommand.ts +++ b/clients/client-drs/src/commands/DisconnectRecoveryInstanceCommand.ts @@ -86,9 +86,6 @@ export class DisconnectRecoveryInstanceCommand extends $Command< DisconnectRecoveryInstanceCommandOutput, DrsClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -102,9 +99,7 @@ export class DisconnectRecoveryInstanceCommand extends $Command< * @public */ constructor(readonly input: DisconnectRecoveryInstanceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -160,7 +155,4 @@ export class DisconnectRecoveryInstanceCommand extends $Command< ): Promise { return de_DisconnectRecoveryInstanceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-drs/src/commands/DisconnectSourceServerCommand.ts b/clients/client-drs/src/commands/DisconnectSourceServerCommand.ts index 493f934c0abd..754b63f29334 100644 --- a/clients/client-drs/src/commands/DisconnectSourceServerCommand.ts +++ b/clients/client-drs/src/commands/DisconnectSourceServerCommand.ts @@ -184,9 +184,6 @@ export class DisconnectSourceServerCommand extends $Command< DisconnectSourceServerCommandOutput, DrsClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -200,9 +197,7 @@ export class DisconnectSourceServerCommand extends $Command< * @public */ constructor(readonly input: DisconnectSourceServerCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -255,7 +250,4 @@ export class DisconnectSourceServerCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DisconnectSourceServerCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-drs/src/commands/ExportSourceNetworkCfnTemplateCommand.ts b/clients/client-drs/src/commands/ExportSourceNetworkCfnTemplateCommand.ts index 83325a391b7e..fd30431a787f 100644 --- a/clients/client-drs/src/commands/ExportSourceNetworkCfnTemplateCommand.ts +++ b/clients/client-drs/src/commands/ExportSourceNetworkCfnTemplateCommand.ts @@ -93,9 +93,6 @@ export class ExportSourceNetworkCfnTemplateCommand extends $Command< ExportSourceNetworkCfnTemplateCommandOutput, DrsClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -109,9 +106,7 @@ export class ExportSourceNetworkCfnTemplateCommand extends $Command< * @public */ constructor(readonly input: ExportSourceNetworkCfnTemplateCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -170,7 +165,4 @@ export class ExportSourceNetworkCfnTemplateCommand extends $Command< ): Promise { return de_ExportSourceNetworkCfnTemplateCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-drs/src/commands/GetFailbackReplicationConfigurationCommand.ts b/clients/client-drs/src/commands/GetFailbackReplicationConfigurationCommand.ts index 79a74ee09f6c..9faf9d1e898d 100644 --- a/clients/client-drs/src/commands/GetFailbackReplicationConfigurationCommand.ts +++ b/clients/client-drs/src/commands/GetFailbackReplicationConfigurationCommand.ts @@ -93,9 +93,6 @@ export class GetFailbackReplicationConfigurationCommand extends $Command< GetFailbackReplicationConfigurationCommandOutput, DrsClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -109,9 +106,7 @@ export class GetFailbackReplicationConfigurationCommand extends $Command< * @public */ constructor(readonly input: GetFailbackReplicationConfigurationCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -170,7 +165,4 @@ export class GetFailbackReplicationConfigurationCommand extends $Command< ): Promise { return de_GetFailbackReplicationConfigurationCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-drs/src/commands/GetLaunchConfigurationCommand.ts b/clients/client-drs/src/commands/GetLaunchConfigurationCommand.ts index 1f7434e2a838..b95025ce1d0a 100644 --- a/clients/client-drs/src/commands/GetLaunchConfigurationCommand.ts +++ b/clients/client-drs/src/commands/GetLaunchConfigurationCommand.ts @@ -95,9 +95,6 @@ export class GetLaunchConfigurationCommand extends $Command< GetLaunchConfigurationCommandOutput, DrsClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -111,9 +108,7 @@ export class GetLaunchConfigurationCommand extends $Command< * @public */ constructor(readonly input: GetLaunchConfigurationCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -166,7 +161,4 @@ export class GetLaunchConfigurationCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetLaunchConfigurationCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-drs/src/commands/GetReplicationConfigurationCommand.ts b/clients/client-drs/src/commands/GetReplicationConfigurationCommand.ts index d59c6d67cfb3..534ac34e1018 100644 --- a/clients/client-drs/src/commands/GetReplicationConfigurationCommand.ts +++ b/clients/client-drs/src/commands/GetReplicationConfigurationCommand.ts @@ -129,9 +129,6 @@ export class GetReplicationConfigurationCommand extends $Command< GetReplicationConfigurationCommandOutput, DrsClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -145,9 +142,7 @@ export class GetReplicationConfigurationCommand extends $Command< * @public */ constructor(readonly input: GetReplicationConfigurationCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -203,7 +198,4 @@ export class GetReplicationConfigurationCommand extends $Command< ): Promise { return de_GetReplicationConfigurationCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-drs/src/commands/InitializeServiceCommand.ts b/clients/client-drs/src/commands/InitializeServiceCommand.ts index 4e658b0277ed..cc5d105538aa 100644 --- a/clients/client-drs/src/commands/InitializeServiceCommand.ts +++ b/clients/client-drs/src/commands/InitializeServiceCommand.ts @@ -78,9 +78,6 @@ export class InitializeServiceCommand extends $Command< InitializeServiceCommandOutput, DrsClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -94,9 +91,7 @@ export class InitializeServiceCommand extends $Command< * @public */ constructor(readonly input: InitializeServiceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -149,7 +144,4 @@ export class InitializeServiceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_InitializeServiceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-drs/src/commands/ListExtensibleSourceServersCommand.ts b/clients/client-drs/src/commands/ListExtensibleSourceServersCommand.ts index 959957716a86..2aaee85e15df 100644 --- a/clients/client-drs/src/commands/ListExtensibleSourceServersCommand.ts +++ b/clients/client-drs/src/commands/ListExtensibleSourceServersCommand.ts @@ -108,9 +108,6 @@ export class ListExtensibleSourceServersCommand extends $Command< ListExtensibleSourceServersCommandOutput, DrsClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -124,9 +121,7 @@ export class ListExtensibleSourceServersCommand extends $Command< * @public */ constructor(readonly input: ListExtensibleSourceServersCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -182,7 +177,4 @@ export class ListExtensibleSourceServersCommand extends $Command< ): Promise { return de_ListExtensibleSourceServersCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-drs/src/commands/ListLaunchActionsCommand.ts b/clients/client-drs/src/commands/ListLaunchActionsCommand.ts index 8210d83fc34a..0166904ab438 100644 --- a/clients/client-drs/src/commands/ListLaunchActionsCommand.ts +++ b/clients/client-drs/src/commands/ListLaunchActionsCommand.ts @@ -112,9 +112,6 @@ export class ListLaunchActionsCommand extends $Command< ListLaunchActionsCommandOutput, DrsClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -128,9 +125,7 @@ export class ListLaunchActionsCommand extends $Command< * @public */ constructor(readonly input: ListLaunchActionsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -183,7 +178,4 @@ export class ListLaunchActionsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListLaunchActionsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-drs/src/commands/ListStagingAccountsCommand.ts b/clients/client-drs/src/commands/ListStagingAccountsCommand.ts index 93a997b36110..d4f4e8fa040e 100644 --- a/clients/client-drs/src/commands/ListStagingAccountsCommand.ts +++ b/clients/client-drs/src/commands/ListStagingAccountsCommand.ts @@ -91,9 +91,6 @@ export class ListStagingAccountsCommand extends $Command< ListStagingAccountsCommandOutput, DrsClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -107,9 +104,7 @@ export class ListStagingAccountsCommand extends $Command< * @public */ constructor(readonly input: ListStagingAccountsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -162,7 +157,4 @@ export class ListStagingAccountsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListStagingAccountsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-drs/src/commands/ListTagsForResourceCommand.ts b/clients/client-drs/src/commands/ListTagsForResourceCommand.ts index fba8a35fffb6..d94896e00f33 100644 --- a/clients/client-drs/src/commands/ListTagsForResourceCommand.ts +++ b/clients/client-drs/src/commands/ListTagsForResourceCommand.ts @@ -91,9 +91,6 @@ export class ListTagsForResourceCommand extends $Command< ListTagsForResourceCommandOutput, DrsClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -107,9 +104,7 @@ export class ListTagsForResourceCommand extends $Command< * @public */ constructor(readonly input: ListTagsForResourceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -162,7 +157,4 @@ export class ListTagsForResourceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListTagsForResourceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-drs/src/commands/PutLaunchActionCommand.ts b/clients/client-drs/src/commands/PutLaunchActionCommand.ts index 4420a08445c4..8efc1c17258c 100644 --- a/clients/client-drs/src/commands/PutLaunchActionCommand.ts +++ b/clients/client-drs/src/commands/PutLaunchActionCommand.ts @@ -119,9 +119,6 @@ export class PutLaunchActionCommand extends $Command< PutLaunchActionCommandOutput, DrsClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -135,9 +132,7 @@ export class PutLaunchActionCommand extends $Command< * @public */ constructor(readonly input: PutLaunchActionCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -190,7 +185,4 @@ export class PutLaunchActionCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_PutLaunchActionCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-drs/src/commands/RetryDataReplicationCommand.ts b/clients/client-drs/src/commands/RetryDataReplicationCommand.ts index 79c709ce4f37..19415a4e1735 100644 --- a/clients/client-drs/src/commands/RetryDataReplicationCommand.ts +++ b/clients/client-drs/src/commands/RetryDataReplicationCommand.ts @@ -188,9 +188,6 @@ export class RetryDataReplicationCommand extends $Command< RetryDataReplicationCommandOutput, DrsClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -204,9 +201,7 @@ export class RetryDataReplicationCommand extends $Command< * @public */ constructor(readonly input: RetryDataReplicationCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -259,7 +254,4 @@ export class RetryDataReplicationCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_RetryDataReplicationCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-drs/src/commands/ReverseReplicationCommand.ts b/clients/client-drs/src/commands/ReverseReplicationCommand.ts index 1bd5da61cf4a..8ffe9bdbad2b 100644 --- a/clients/client-drs/src/commands/ReverseReplicationCommand.ts +++ b/clients/client-drs/src/commands/ReverseReplicationCommand.ts @@ -94,9 +94,6 @@ export class ReverseReplicationCommand extends $Command< ReverseReplicationCommandOutput, DrsClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -110,9 +107,7 @@ export class ReverseReplicationCommand extends $Command< * @public */ constructor(readonly input: ReverseReplicationCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -165,7 +160,4 @@ export class ReverseReplicationCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ReverseReplicationCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-drs/src/commands/StartFailbackLaunchCommand.ts b/clients/client-drs/src/commands/StartFailbackLaunchCommand.ts index ce8826da0f6d..0e2ab9c3d8bb 100644 --- a/clients/client-drs/src/commands/StartFailbackLaunchCommand.ts +++ b/clients/client-drs/src/commands/StartFailbackLaunchCommand.ts @@ -152,9 +152,6 @@ export class StartFailbackLaunchCommand extends $Command< StartFailbackLaunchCommandOutput, DrsClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -168,9 +165,7 @@ export class StartFailbackLaunchCommand extends $Command< * @public */ constructor(readonly input: StartFailbackLaunchCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -223,7 +218,4 @@ export class StartFailbackLaunchCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_StartFailbackLaunchCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-drs/src/commands/StartRecoveryCommand.ts b/clients/client-drs/src/commands/StartRecoveryCommand.ts index 096dfcec8017..638f0a632e5b 100644 --- a/clients/client-drs/src/commands/StartRecoveryCommand.ts +++ b/clients/client-drs/src/commands/StartRecoveryCommand.ts @@ -153,9 +153,6 @@ export class StartRecoveryCommand extends $Command< StartRecoveryCommandOutput, DrsClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -169,9 +166,7 @@ export class StartRecoveryCommand extends $Command< * @public */ constructor(readonly input: StartRecoveryCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -222,7 +217,4 @@ export class StartRecoveryCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_StartRecoveryCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-drs/src/commands/StartReplicationCommand.ts b/clients/client-drs/src/commands/StartReplicationCommand.ts index f33bd2347fcf..724d8971dece 100644 --- a/clients/client-drs/src/commands/StartReplicationCommand.ts +++ b/clients/client-drs/src/commands/StartReplicationCommand.ts @@ -190,9 +190,6 @@ export class StartReplicationCommand extends $Command< StartReplicationCommandOutput, DrsClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -206,9 +203,7 @@ export class StartReplicationCommand extends $Command< * @public */ constructor(readonly input: StartReplicationCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -261,7 +256,4 @@ export class StartReplicationCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_StartReplicationCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-drs/src/commands/StartSourceNetworkRecoveryCommand.ts b/clients/client-drs/src/commands/StartSourceNetworkRecoveryCommand.ts index 834687195e59..dab9398e8ed6 100644 --- a/clients/client-drs/src/commands/StartSourceNetworkRecoveryCommand.ts +++ b/clients/client-drs/src/commands/StartSourceNetworkRecoveryCommand.ts @@ -156,9 +156,6 @@ export class StartSourceNetworkRecoveryCommand extends $Command< StartSourceNetworkRecoveryCommandOutput, DrsClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -172,9 +169,7 @@ export class StartSourceNetworkRecoveryCommand extends $Command< * @public */ constructor(readonly input: StartSourceNetworkRecoveryCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -230,7 +225,4 @@ export class StartSourceNetworkRecoveryCommand extends $Command< ): Promise { return de_StartSourceNetworkRecoveryCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-drs/src/commands/StartSourceNetworkReplicationCommand.ts b/clients/client-drs/src/commands/StartSourceNetworkReplicationCommand.ts index 6fe7b9fa18a4..d57f843c977c 100644 --- a/clients/client-drs/src/commands/StartSourceNetworkReplicationCommand.ts +++ b/clients/client-drs/src/commands/StartSourceNetworkReplicationCommand.ts @@ -112,9 +112,6 @@ export class StartSourceNetworkReplicationCommand extends $Command< StartSourceNetworkReplicationCommandOutput, DrsClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -128,9 +125,7 @@ export class StartSourceNetworkReplicationCommand extends $Command< * @public */ constructor(readonly input: StartSourceNetworkReplicationCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -186,7 +181,4 @@ export class StartSourceNetworkReplicationCommand extends $Command< ): Promise { return de_StartSourceNetworkReplicationCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-drs/src/commands/StopFailbackCommand.ts b/clients/client-drs/src/commands/StopFailbackCommand.ts index ef970a4c8b9b..d1ee9711b458 100644 --- a/clients/client-drs/src/commands/StopFailbackCommand.ts +++ b/clients/client-drs/src/commands/StopFailbackCommand.ts @@ -80,9 +80,6 @@ export class StopFailbackCommand extends $Command< StopFailbackCommandOutput, DrsClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -96,9 +93,7 @@ export class StopFailbackCommand extends $Command< * @public */ constructor(readonly input: StopFailbackCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -149,7 +144,4 @@ export class StopFailbackCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_StopFailbackCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-drs/src/commands/StopReplicationCommand.ts b/clients/client-drs/src/commands/StopReplicationCommand.ts index ba0a3c3b5b67..0bbc19c7f4e2 100644 --- a/clients/client-drs/src/commands/StopReplicationCommand.ts +++ b/clients/client-drs/src/commands/StopReplicationCommand.ts @@ -190,9 +190,6 @@ export class StopReplicationCommand extends $Command< StopReplicationCommandOutput, DrsClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -206,9 +203,7 @@ export class StopReplicationCommand extends $Command< * @public */ constructor(readonly input: StopReplicationCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -261,7 +256,4 @@ export class StopReplicationCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_StopReplicationCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-drs/src/commands/StopSourceNetworkReplicationCommand.ts b/clients/client-drs/src/commands/StopSourceNetworkReplicationCommand.ts index e51059f8c393..5e2abdda816c 100644 --- a/clients/client-drs/src/commands/StopSourceNetworkReplicationCommand.ts +++ b/clients/client-drs/src/commands/StopSourceNetworkReplicationCommand.ts @@ -115,9 +115,6 @@ export class StopSourceNetworkReplicationCommand extends $Command< StopSourceNetworkReplicationCommandOutput, DrsClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -131,9 +128,7 @@ export class StopSourceNetworkReplicationCommand extends $Command< * @public */ constructor(readonly input: StopSourceNetworkReplicationCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -189,7 +184,4 @@ export class StopSourceNetworkReplicationCommand extends $Command< ): Promise { return de_StopSourceNetworkReplicationCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-drs/src/commands/TagResourceCommand.ts b/clients/client-drs/src/commands/TagResourceCommand.ts index 62ee184ec218..4c90150fc735 100644 --- a/clients/client-drs/src/commands/TagResourceCommand.ts +++ b/clients/client-drs/src/commands/TagResourceCommand.ts @@ -86,9 +86,6 @@ export class TagResourceCommand extends $Command< TagResourceCommandOutput, DrsClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -102,9 +99,7 @@ export class TagResourceCommand extends $Command< * @public */ constructor(readonly input: TagResourceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -155,7 +150,4 @@ export class TagResourceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_TagResourceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-drs/src/commands/TerminateRecoveryInstancesCommand.ts b/clients/client-drs/src/commands/TerminateRecoveryInstancesCommand.ts index 5e3ef1dd262d..2e015ffec3ad 100644 --- a/clients/client-drs/src/commands/TerminateRecoveryInstancesCommand.ts +++ b/clients/client-drs/src/commands/TerminateRecoveryInstancesCommand.ts @@ -145,9 +145,6 @@ export class TerminateRecoveryInstancesCommand extends $Command< TerminateRecoveryInstancesCommandOutput, DrsClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -161,9 +158,7 @@ export class TerminateRecoveryInstancesCommand extends $Command< * @public */ constructor(readonly input: TerminateRecoveryInstancesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -219,7 +214,4 @@ export class TerminateRecoveryInstancesCommand extends $Command< ): Promise { return de_TerminateRecoveryInstancesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-drs/src/commands/UntagResourceCommand.ts b/clients/client-drs/src/commands/UntagResourceCommand.ts index 2f72e73c4280..30ba74413b40 100644 --- a/clients/client-drs/src/commands/UntagResourceCommand.ts +++ b/clients/client-drs/src/commands/UntagResourceCommand.ts @@ -86,9 +86,6 @@ export class UntagResourceCommand extends $Command< UntagResourceCommandOutput, DrsClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -102,9 +99,7 @@ export class UntagResourceCommand extends $Command< * @public */ constructor(readonly input: UntagResourceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -155,7 +150,4 @@ export class UntagResourceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UntagResourceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-drs/src/commands/UpdateFailbackReplicationConfigurationCommand.ts b/clients/client-drs/src/commands/UpdateFailbackReplicationConfigurationCommand.ts index 2a1f49044a6b..a0c5b3ae9a26 100644 --- a/clients/client-drs/src/commands/UpdateFailbackReplicationConfigurationCommand.ts +++ b/clients/client-drs/src/commands/UpdateFailbackReplicationConfigurationCommand.ts @@ -90,9 +90,6 @@ export class UpdateFailbackReplicationConfigurationCommand extends $Command< UpdateFailbackReplicationConfigurationCommandOutput, DrsClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -106,9 +103,7 @@ export class UpdateFailbackReplicationConfigurationCommand extends $Command< * @public */ constructor(readonly input: UpdateFailbackReplicationConfigurationCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -167,7 +162,4 @@ export class UpdateFailbackReplicationConfigurationCommand extends $Command< ): Promise { return de_UpdateFailbackReplicationConfigurationCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-drs/src/commands/UpdateLaunchConfigurationCommand.ts b/clients/client-drs/src/commands/UpdateLaunchConfigurationCommand.ts index ae4cc6dcda37..f3bea34b4278 100644 --- a/clients/client-drs/src/commands/UpdateLaunchConfigurationCommand.ts +++ b/clients/client-drs/src/commands/UpdateLaunchConfigurationCommand.ts @@ -113,9 +113,6 @@ export class UpdateLaunchConfigurationCommand extends $Command< UpdateLaunchConfigurationCommandOutput, DrsClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -129,9 +126,7 @@ export class UpdateLaunchConfigurationCommand extends $Command< * @public */ constructor(readonly input: UpdateLaunchConfigurationCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -187,7 +182,4 @@ export class UpdateLaunchConfigurationCommand extends $Command< ): Promise { return de_UpdateLaunchConfigurationCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-drs/src/commands/UpdateLaunchConfigurationTemplateCommand.ts b/clients/client-drs/src/commands/UpdateLaunchConfigurationTemplateCommand.ts index db87a466d18c..e948d65df6f0 100644 --- a/clients/client-drs/src/commands/UpdateLaunchConfigurationTemplateCommand.ts +++ b/clients/client-drs/src/commands/UpdateLaunchConfigurationTemplateCommand.ts @@ -123,9 +123,6 @@ export class UpdateLaunchConfigurationTemplateCommand extends $Command< UpdateLaunchConfigurationTemplateCommandOutput, DrsClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -139,9 +136,7 @@ export class UpdateLaunchConfigurationTemplateCommand extends $Command< * @public */ constructor(readonly input: UpdateLaunchConfigurationTemplateCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -200,7 +195,4 @@ export class UpdateLaunchConfigurationTemplateCommand extends $Command< ): Promise { return de_UpdateLaunchConfigurationTemplateCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-drs/src/commands/UpdateReplicationConfigurationCommand.ts b/clients/client-drs/src/commands/UpdateReplicationConfigurationCommand.ts index 35bfda94483d..9be2fa9c0be0 100644 --- a/clients/client-drs/src/commands/UpdateReplicationConfigurationCommand.ts +++ b/clients/client-drs/src/commands/UpdateReplicationConfigurationCommand.ts @@ -173,9 +173,6 @@ export class UpdateReplicationConfigurationCommand extends $Command< UpdateReplicationConfigurationCommandOutput, DrsClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -189,9 +186,7 @@ export class UpdateReplicationConfigurationCommand extends $Command< * @public */ constructor(readonly input: UpdateReplicationConfigurationCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -250,7 +245,4 @@ export class UpdateReplicationConfigurationCommand extends $Command< ): Promise { return de_UpdateReplicationConfigurationCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-drs/src/commands/UpdateReplicationConfigurationTemplateCommand.ts b/clients/client-drs/src/commands/UpdateReplicationConfigurationTemplateCommand.ts index 421bf8532b01..3514a00976ff 100644 --- a/clients/client-drs/src/commands/UpdateReplicationConfigurationTemplateCommand.ts +++ b/clients/client-drs/src/commands/UpdateReplicationConfigurationTemplateCommand.ts @@ -156,9 +156,6 @@ export class UpdateReplicationConfigurationTemplateCommand extends $Command< UpdateReplicationConfigurationTemplateCommandOutput, DrsClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -172,9 +169,7 @@ export class UpdateReplicationConfigurationTemplateCommand extends $Command< * @public */ constructor(readonly input: UpdateReplicationConfigurationTemplateCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -233,7 +228,4 @@ export class UpdateReplicationConfigurationTemplateCommand extends $Command< ): Promise { return de_UpdateReplicationConfigurationTemplateCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-dynamodb-streams/package.json b/clients/client-dynamodb-streams/package.json index 28975711c58c..169e060c31bb 100644 --- a/clients/client-dynamodb-streams/package.json +++ b/clients/client-dynamodb-streams/package.json @@ -34,29 +34,29 @@ "@aws-sdk/util-endpoints": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@smithy/config-resolver": "^2.0.16", - "@smithy/fetch-http-handler": "^2.2.4", - "@smithy/hash-node": "^2.0.12", - "@smithy/invalid-dependency": "^2.0.12", - "@smithy/middleware-content-length": "^2.0.14", - "@smithy/middleware-endpoint": "^2.1.3", - "@smithy/middleware-retry": "^2.0.18", - "@smithy/middleware-serde": "^2.0.12", - "@smithy/middleware-stack": "^2.0.6", - "@smithy/node-config-provider": "^2.1.3", - "@smithy/node-http-handler": "^2.1.8", - "@smithy/protocol-http": "^3.0.8", - "@smithy/smithy-client": "^2.1.12", - "@smithy/types": "^2.4.0", - "@smithy/url-parser": "^2.0.12", - "@smithy/util-base64": "^2.0.0", + "@smithy/config-resolver": "^2.0.18", + "@smithy/fetch-http-handler": "^2.2.6", + "@smithy/hash-node": "^2.0.15", + "@smithy/invalid-dependency": "^2.0.13", + "@smithy/middleware-content-length": "^2.0.15", + "@smithy/middleware-endpoint": "^2.2.0", + "@smithy/middleware-retry": "^2.0.20", + "@smithy/middleware-serde": "^2.0.13", + "@smithy/middleware-stack": "^2.0.7", + "@smithy/node-config-provider": "^2.1.5", + "@smithy/node-http-handler": "^2.1.9", + "@smithy/protocol-http": "^3.0.9", + "@smithy/smithy-client": "^2.1.15", + "@smithy/types": "^2.5.0", + "@smithy/url-parser": "^2.0.13", + "@smithy/util-base64": "^2.0.1", "@smithy/util-body-length-browser": "^2.0.0", "@smithy/util-body-length-node": "^2.1.0", - "@smithy/util-defaults-mode-browser": "^2.0.16", - "@smithy/util-defaults-mode-node": "^2.0.21", - "@smithy/util-endpoints": "^1.0.2", - "@smithy/util-retry": "^2.0.5", - "@smithy/util-utf8": "^2.0.0", + "@smithy/util-defaults-mode-browser": "^2.0.19", + "@smithy/util-defaults-mode-node": "^2.0.25", + "@smithy/util-endpoints": "^1.0.4", + "@smithy/util-retry": "^2.0.6", + "@smithy/util-utf8": "^2.0.2", "tslib": "^2.5.0" }, "devDependencies": { diff --git a/clients/client-dynamodb-streams/src/commands/DescribeStreamCommand.ts b/clients/client-dynamodb-streams/src/commands/DescribeStreamCommand.ts index 498b014c21e9..2f046f980706 100644 --- a/clients/client-dynamodb-streams/src/commands/DescribeStreamCommand.ts +++ b/clients/client-dynamodb-streams/src/commands/DescribeStreamCommand.ts @@ -177,9 +177,6 @@ export class DescribeStreamCommand extends $Command< DescribeStreamCommandOutput, DynamoDBStreamsClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -193,9 +190,7 @@ export class DescribeStreamCommand extends $Command< * @public */ constructor(readonly input: DescribeStreamCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -248,7 +243,4 @@ export class DescribeStreamCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DescribeStreamCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-dynamodb-streams/src/commands/GetRecordsCommand.ts b/clients/client-dynamodb-streams/src/commands/GetRecordsCommand.ts index 50e475132d28..90deacf8116b 100644 --- a/clients/client-dynamodb-streams/src/commands/GetRecordsCommand.ts +++ b/clients/client-dynamodb-streams/src/commands/GetRecordsCommand.ts @@ -275,9 +275,6 @@ export class GetRecordsCommand extends $Command< GetRecordsCommandOutput, DynamoDBStreamsClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -291,9 +288,7 @@ export class GetRecordsCommand extends $Command< * @public */ constructor(readonly input: GetRecordsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -344,7 +339,4 @@ export class GetRecordsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetRecordsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-dynamodb-streams/src/commands/GetShardIteratorCommand.ts b/clients/client-dynamodb-streams/src/commands/GetShardIteratorCommand.ts index 72fd5582bfa7..504de29be936 100644 --- a/clients/client-dynamodb-streams/src/commands/GetShardIteratorCommand.ts +++ b/clients/client-dynamodb-streams/src/commands/GetShardIteratorCommand.ts @@ -120,9 +120,6 @@ export class GetShardIteratorCommand extends $Command< GetShardIteratorCommandOutput, DynamoDBStreamsClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -136,9 +133,7 @@ export class GetShardIteratorCommand extends $Command< * @public */ constructor(readonly input: GetShardIteratorCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -191,7 +186,4 @@ export class GetShardIteratorCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetShardIteratorCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-dynamodb-streams/src/commands/ListStreamsCommand.ts b/clients/client-dynamodb-streams/src/commands/ListStreamsCommand.ts index 6312b74b894c..b7508c5a4bfc 100644 --- a/clients/client-dynamodb-streams/src/commands/ListStreamsCommand.ts +++ b/clients/client-dynamodb-streams/src/commands/ListStreamsCommand.ts @@ -122,9 +122,6 @@ export class ListStreamsCommand extends $Command< ListStreamsCommandOutput, DynamoDBStreamsClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -138,9 +135,7 @@ export class ListStreamsCommand extends $Command< * @public */ constructor(readonly input: ListStreamsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -191,7 +186,4 @@ export class ListStreamsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListStreamsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-dynamodb/package.json b/clients/client-dynamodb/package.json index 1f8d8dcd619c..71f9c8a9a781 100644 --- a/clients/client-dynamodb/package.json +++ b/clients/client-dynamodb/package.json @@ -35,30 +35,30 @@ "@aws-sdk/util-endpoints": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@smithy/config-resolver": "^2.0.16", - "@smithy/fetch-http-handler": "^2.2.4", - "@smithy/hash-node": "^2.0.12", - "@smithy/invalid-dependency": "^2.0.12", - "@smithy/middleware-content-length": "^2.0.14", - "@smithy/middleware-endpoint": "^2.1.3", - "@smithy/middleware-retry": "^2.0.18", - "@smithy/middleware-serde": "^2.0.12", - "@smithy/middleware-stack": "^2.0.6", - "@smithy/node-config-provider": "^2.1.3", - "@smithy/node-http-handler": "^2.1.8", - "@smithy/protocol-http": "^3.0.8", - "@smithy/smithy-client": "^2.1.12", - "@smithy/types": "^2.4.0", - "@smithy/url-parser": "^2.0.12", - "@smithy/util-base64": "^2.0.0", + "@smithy/config-resolver": "^2.0.18", + "@smithy/fetch-http-handler": "^2.2.6", + "@smithy/hash-node": "^2.0.15", + "@smithy/invalid-dependency": "^2.0.13", + "@smithy/middleware-content-length": "^2.0.15", + "@smithy/middleware-endpoint": "^2.2.0", + "@smithy/middleware-retry": "^2.0.20", + "@smithy/middleware-serde": "^2.0.13", + "@smithy/middleware-stack": "^2.0.7", + "@smithy/node-config-provider": "^2.1.5", + "@smithy/node-http-handler": "^2.1.9", + "@smithy/protocol-http": "^3.0.9", + "@smithy/smithy-client": "^2.1.15", + "@smithy/types": "^2.5.0", + "@smithy/url-parser": "^2.0.13", + "@smithy/util-base64": "^2.0.1", "@smithy/util-body-length-browser": "^2.0.0", "@smithy/util-body-length-node": "^2.1.0", - "@smithy/util-defaults-mode-browser": "^2.0.16", - "@smithy/util-defaults-mode-node": "^2.0.21", - "@smithy/util-endpoints": "^1.0.2", - "@smithy/util-retry": "^2.0.5", - "@smithy/util-utf8": "^2.0.0", - "@smithy/util-waiter": "^2.0.12", + "@smithy/util-defaults-mode-browser": "^2.0.19", + "@smithy/util-defaults-mode-node": "^2.0.25", + "@smithy/util-endpoints": "^1.0.4", + "@smithy/util-retry": "^2.0.6", + "@smithy/util-utf8": "^2.0.2", + "@smithy/util-waiter": "^2.0.13", "tslib": "^2.5.0", "uuid": "^8.3.2" }, diff --git a/clients/client-dynamodb/src/commands/BatchExecuteStatementCommand.ts b/clients/client-dynamodb/src/commands/BatchExecuteStatementCommand.ts index 0bc4c44b8c97..c5c7927661af 100644 --- a/clients/client-dynamodb/src/commands/BatchExecuteStatementCommand.ts +++ b/clients/client-dynamodb/src/commands/BatchExecuteStatementCommand.ts @@ -225,9 +225,6 @@ export class BatchExecuteStatementCommand extends $Command< BatchExecuteStatementCommandOutput, DynamoDBClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -241,9 +238,7 @@ export class BatchExecuteStatementCommand extends $Command< * @public */ constructor(readonly input: BatchExecuteStatementCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -296,7 +291,4 @@ export class BatchExecuteStatementCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_BatchExecuteStatementCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-dynamodb/src/commands/BatchGetItemCommand.ts b/clients/client-dynamodb/src/commands/BatchGetItemCommand.ts index 85cb0b6ab468..737f71bdfc66 100644 --- a/clients/client-dynamodb/src/commands/BatchGetItemCommand.ts +++ b/clients/client-dynamodb/src/commands/BatchGetItemCommand.ts @@ -351,9 +351,6 @@ export class BatchGetItemCommand extends $Command< BatchGetItemCommandOutput, DynamoDBClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -367,9 +364,7 @@ export class BatchGetItemCommand extends $Command< * @public */ constructor(readonly input: BatchGetItemCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -420,7 +415,4 @@ export class BatchGetItemCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_BatchGetItemCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-dynamodb/src/commands/BatchWriteItemCommand.ts b/clients/client-dynamodb/src/commands/BatchWriteItemCommand.ts index 4c45bf970793..c1d19489e64d 100644 --- a/clients/client-dynamodb/src/commands/BatchWriteItemCommand.ts +++ b/clients/client-dynamodb/src/commands/BatchWriteItemCommand.ts @@ -389,9 +389,6 @@ export class BatchWriteItemCommand extends $Command< BatchWriteItemCommandOutput, DynamoDBClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -405,9 +402,7 @@ export class BatchWriteItemCommand extends $Command< * @public */ constructor(readonly input: BatchWriteItemCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -460,7 +455,4 @@ export class BatchWriteItemCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_BatchWriteItemCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-dynamodb/src/commands/CreateBackupCommand.ts b/clients/client-dynamodb/src/commands/CreateBackupCommand.ts index d6fd9b858f37..8143d0c12a02 100644 --- a/clients/client-dynamodb/src/commands/CreateBackupCommand.ts +++ b/clients/client-dynamodb/src/commands/CreateBackupCommand.ts @@ -144,9 +144,6 @@ export class CreateBackupCommand extends $Command< CreateBackupCommandOutput, DynamoDBClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -160,9 +157,7 @@ export class CreateBackupCommand extends $Command< * @public */ constructor(readonly input: CreateBackupCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -213,7 +208,4 @@ export class CreateBackupCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateBackupCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-dynamodb/src/commands/CreateGlobalTableCommand.ts b/clients/client-dynamodb/src/commands/CreateGlobalTableCommand.ts index 7f3e724b83f1..f9c69291fc63 100644 --- a/clients/client-dynamodb/src/commands/CreateGlobalTableCommand.ts +++ b/clients/client-dynamodb/src/commands/CreateGlobalTableCommand.ts @@ -195,9 +195,6 @@ export class CreateGlobalTableCommand extends $Command< CreateGlobalTableCommandOutput, DynamoDBClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -211,9 +208,7 @@ export class CreateGlobalTableCommand extends $Command< * @public */ constructor(readonly input: CreateGlobalTableCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -266,7 +261,4 @@ export class CreateGlobalTableCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateGlobalTableCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-dynamodb/src/commands/CreateTableCommand.ts b/clients/client-dynamodb/src/commands/CreateTableCommand.ts index b1e7b167b5f4..51748e6e0024 100644 --- a/clients/client-dynamodb/src/commands/CreateTableCommand.ts +++ b/clients/client-dynamodb/src/commands/CreateTableCommand.ts @@ -384,9 +384,6 @@ export class CreateTableCommand extends $Command< CreateTableCommandOutput, DynamoDBClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -400,9 +397,7 @@ export class CreateTableCommand extends $Command< * @public */ constructor(readonly input: CreateTableCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -453,7 +448,4 @@ export class CreateTableCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateTableCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-dynamodb/src/commands/DeleteBackupCommand.ts b/clients/client-dynamodb/src/commands/DeleteBackupCommand.ts index 84fc0ee79769..804e75cc4a8e 100644 --- a/clients/client-dynamodb/src/commands/DeleteBackupCommand.ts +++ b/clients/client-dynamodb/src/commands/DeleteBackupCommand.ts @@ -183,9 +183,6 @@ export class DeleteBackupCommand extends $Command< DeleteBackupCommandOutput, DynamoDBClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -199,9 +196,7 @@ export class DeleteBackupCommand extends $Command< * @public */ constructor(readonly input: DeleteBackupCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -252,7 +247,4 @@ export class DeleteBackupCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteBackupCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-dynamodb/src/commands/DeleteItemCommand.ts b/clients/client-dynamodb/src/commands/DeleteItemCommand.ts index 5a5f89227676..2f51f6df6c27 100644 --- a/clients/client-dynamodb/src/commands/DeleteItemCommand.ts +++ b/clients/client-dynamodb/src/commands/DeleteItemCommand.ts @@ -282,9 +282,6 @@ export class DeleteItemCommand extends $Command< DeleteItemCommandOutput, DynamoDBClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -298,9 +295,7 @@ export class DeleteItemCommand extends $Command< * @public */ constructor(readonly input: DeleteItemCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -351,7 +346,4 @@ export class DeleteItemCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteItemCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-dynamodb/src/commands/DeleteTableCommand.ts b/clients/client-dynamodb/src/commands/DeleteTableCommand.ts index 8e813a8f9c38..ed1773553b35 100644 --- a/clients/client-dynamodb/src/commands/DeleteTableCommand.ts +++ b/clients/client-dynamodb/src/commands/DeleteTableCommand.ts @@ -282,9 +282,6 @@ export class DeleteTableCommand extends $Command< DeleteTableCommandOutput, DynamoDBClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -298,9 +295,7 @@ export class DeleteTableCommand extends $Command< * @public */ constructor(readonly input: DeleteTableCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -351,7 +346,4 @@ export class DeleteTableCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteTableCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-dynamodb/src/commands/DescribeBackupCommand.ts b/clients/client-dynamodb/src/commands/DescribeBackupCommand.ts index 21617e709aad..d195e62b4c93 100644 --- a/clients/client-dynamodb/src/commands/DescribeBackupCommand.ts +++ b/clients/client-dynamodb/src/commands/DescribeBackupCommand.ts @@ -163,9 +163,6 @@ export class DescribeBackupCommand extends $Command< DescribeBackupCommandOutput, DynamoDBClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -179,9 +176,7 @@ export class DescribeBackupCommand extends $Command< * @public */ constructor(readonly input: DescribeBackupCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -234,7 +229,4 @@ export class DescribeBackupCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DescribeBackupCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-dynamodb/src/commands/DescribeContinuousBackupsCommand.ts b/clients/client-dynamodb/src/commands/DescribeContinuousBackupsCommand.ts index 7a7b8b94d45a..137f5f3d24d2 100644 --- a/clients/client-dynamodb/src/commands/DescribeContinuousBackupsCommand.ts +++ b/clients/client-dynamodb/src/commands/DescribeContinuousBackupsCommand.ts @@ -97,9 +97,6 @@ export class DescribeContinuousBackupsCommand extends $Command< DescribeContinuousBackupsCommandOutput, DynamoDBClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -113,9 +110,7 @@ export class DescribeContinuousBackupsCommand extends $Command< * @public */ constructor(readonly input: DescribeContinuousBackupsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -171,7 +166,4 @@ export class DescribeContinuousBackupsCommand extends $Command< ): Promise { return de_DescribeContinuousBackupsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-dynamodb/src/commands/DescribeContributorInsightsCommand.ts b/clients/client-dynamodb/src/commands/DescribeContributorInsightsCommand.ts index 6daa2384aa9e..7d6761a0841d 100644 --- a/clients/client-dynamodb/src/commands/DescribeContributorInsightsCommand.ts +++ b/clients/client-dynamodb/src/commands/DescribeContributorInsightsCommand.ts @@ -89,9 +89,6 @@ export class DescribeContributorInsightsCommand extends $Command< DescribeContributorInsightsCommandOutput, DynamoDBClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -105,9 +102,7 @@ export class DescribeContributorInsightsCommand extends $Command< * @public */ constructor(readonly input: DescribeContributorInsightsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -163,7 +158,4 @@ export class DescribeContributorInsightsCommand extends $Command< ): Promise { return de_DescribeContributorInsightsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-dynamodb/src/commands/DescribeEndpointsCommand.ts b/clients/client-dynamodb/src/commands/DescribeEndpointsCommand.ts index 60c9c98be920..ad4be9625b01 100644 --- a/clients/client-dynamodb/src/commands/DescribeEndpointsCommand.ts +++ b/clients/client-dynamodb/src/commands/DescribeEndpointsCommand.ts @@ -74,9 +74,6 @@ export class DescribeEndpointsCommand extends $Command< DescribeEndpointsCommandOutput, DynamoDBClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -90,9 +87,7 @@ export class DescribeEndpointsCommand extends $Command< * @public */ constructor(readonly input: DescribeEndpointsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -145,7 +140,4 @@ export class DescribeEndpointsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DescribeEndpointsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-dynamodb/src/commands/DescribeExportCommand.ts b/clients/client-dynamodb/src/commands/DescribeExportCommand.ts index 8efe1b129551..4c640f6cd70a 100644 --- a/clients/client-dynamodb/src/commands/DescribeExportCommand.ts +++ b/clients/client-dynamodb/src/commands/DescribeExportCommand.ts @@ -118,9 +118,6 @@ export class DescribeExportCommand extends $Command< DescribeExportCommandOutput, DynamoDBClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -134,9 +131,7 @@ export class DescribeExportCommand extends $Command< * @public */ constructor(readonly input: DescribeExportCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -189,7 +184,4 @@ export class DescribeExportCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DescribeExportCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-dynamodb/src/commands/DescribeGlobalTableCommand.ts b/clients/client-dynamodb/src/commands/DescribeGlobalTableCommand.ts index d1d7ef0fabcb..cb204ed349fc 100644 --- a/clients/client-dynamodb/src/commands/DescribeGlobalTableCommand.ts +++ b/clients/client-dynamodb/src/commands/DescribeGlobalTableCommand.ts @@ -120,9 +120,6 @@ export class DescribeGlobalTableCommand extends $Command< DescribeGlobalTableCommandOutput, DynamoDBClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -136,9 +133,7 @@ export class DescribeGlobalTableCommand extends $Command< * @public */ constructor(readonly input: DescribeGlobalTableCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -191,7 +186,4 @@ export class DescribeGlobalTableCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DescribeGlobalTableCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-dynamodb/src/commands/DescribeGlobalTableSettingsCommand.ts b/clients/client-dynamodb/src/commands/DescribeGlobalTableSettingsCommand.ts index 3620efd7f99b..24258de78322 100644 --- a/clients/client-dynamodb/src/commands/DescribeGlobalTableSettingsCommand.ts +++ b/clients/client-dynamodb/src/commands/DescribeGlobalTableSettingsCommand.ts @@ -182,9 +182,6 @@ export class DescribeGlobalTableSettingsCommand extends $Command< DescribeGlobalTableSettingsCommandOutput, DynamoDBClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -198,9 +195,7 @@ export class DescribeGlobalTableSettingsCommand extends $Command< * @public */ constructor(readonly input: DescribeGlobalTableSettingsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -256,7 +251,4 @@ export class DescribeGlobalTableSettingsCommand extends $Command< ): Promise { return de_DescribeGlobalTableSettingsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-dynamodb/src/commands/DescribeImportCommand.ts b/clients/client-dynamodb/src/commands/DescribeImportCommand.ts index d753cc88e1e7..b431cebd8cdd 100644 --- a/clients/client-dynamodb/src/commands/DescribeImportCommand.ts +++ b/clients/client-dynamodb/src/commands/DescribeImportCommand.ts @@ -151,9 +151,6 @@ export class DescribeImportCommand extends $Command< DescribeImportCommandOutput, DynamoDBClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -167,9 +164,7 @@ export class DescribeImportCommand extends $Command< * @public */ constructor(readonly input: DescribeImportCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -222,7 +217,4 @@ export class DescribeImportCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DescribeImportCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-dynamodb/src/commands/DescribeKinesisStreamingDestinationCommand.ts b/clients/client-dynamodb/src/commands/DescribeKinesisStreamingDestinationCommand.ts index 875fd9350d75..2db19804125a 100644 --- a/clients/client-dynamodb/src/commands/DescribeKinesisStreamingDestinationCommand.ts +++ b/clients/client-dynamodb/src/commands/DescribeKinesisStreamingDestinationCommand.ts @@ -94,9 +94,6 @@ export class DescribeKinesisStreamingDestinationCommand extends $Command< DescribeKinesisStreamingDestinationCommandOutput, DynamoDBClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -110,9 +107,7 @@ export class DescribeKinesisStreamingDestinationCommand extends $Command< * @public */ constructor(readonly input: DescribeKinesisStreamingDestinationCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -171,7 +166,4 @@ export class DescribeKinesisStreamingDestinationCommand extends $Command< ): Promise { return de_DescribeKinesisStreamingDestinationCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-dynamodb/src/commands/DescribeLimitsCommand.ts b/clients/client-dynamodb/src/commands/DescribeLimitsCommand.ts index 524b877ce6bc..eeded2eb7992 100644 --- a/clients/client-dynamodb/src/commands/DescribeLimitsCommand.ts +++ b/clients/client-dynamodb/src/commands/DescribeLimitsCommand.ts @@ -162,9 +162,6 @@ export class DescribeLimitsCommand extends $Command< DescribeLimitsCommandOutput, DynamoDBClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -178,9 +175,7 @@ export class DescribeLimitsCommand extends $Command< * @public */ constructor(readonly input: DescribeLimitsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -233,7 +228,4 @@ export class DescribeLimitsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DescribeLimitsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-dynamodb/src/commands/DescribeTableCommand.ts b/clients/client-dynamodb/src/commands/DescribeTableCommand.ts index 116bdbaa7eab..0ae40e96f7e4 100644 --- a/clients/client-dynamodb/src/commands/DescribeTableCommand.ts +++ b/clients/client-dynamodb/src/commands/DescribeTableCommand.ts @@ -274,9 +274,6 @@ export class DescribeTableCommand extends $Command< DescribeTableCommandOutput, DynamoDBClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -290,9 +287,7 @@ export class DescribeTableCommand extends $Command< * @public */ constructor(readonly input: DescribeTableCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -343,7 +338,4 @@ export class DescribeTableCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DescribeTableCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-dynamodb/src/commands/DescribeTableReplicaAutoScalingCommand.ts b/clients/client-dynamodb/src/commands/DescribeTableReplicaAutoScalingCommand.ts index 54cda6797274..e89336339180 100644 --- a/clients/client-dynamodb/src/commands/DescribeTableReplicaAutoScalingCommand.ts +++ b/clients/client-dynamodb/src/commands/DescribeTableReplicaAutoScalingCommand.ts @@ -169,9 +169,6 @@ export class DescribeTableReplicaAutoScalingCommand extends $Command< DescribeTableReplicaAutoScalingCommandOutput, DynamoDBClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -185,9 +182,7 @@ export class DescribeTableReplicaAutoScalingCommand extends $Command< * @public */ constructor(readonly input: DescribeTableReplicaAutoScalingCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -246,7 +241,4 @@ export class DescribeTableReplicaAutoScalingCommand extends $Command< ): Promise { return de_DescribeTableReplicaAutoScalingCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-dynamodb/src/commands/DescribeTimeToLiveCommand.ts b/clients/client-dynamodb/src/commands/DescribeTimeToLiveCommand.ts index d28199471bc8..7cc4d2de7e6c 100644 --- a/clients/client-dynamodb/src/commands/DescribeTimeToLiveCommand.ts +++ b/clients/client-dynamodb/src/commands/DescribeTimeToLiveCommand.ts @@ -82,9 +82,6 @@ export class DescribeTimeToLiveCommand extends $Command< DescribeTimeToLiveCommandOutput, DynamoDBClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -98,9 +95,7 @@ export class DescribeTimeToLiveCommand extends $Command< * @public */ constructor(readonly input: DescribeTimeToLiveCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -153,7 +148,4 @@ export class DescribeTimeToLiveCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DescribeTimeToLiveCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-dynamodb/src/commands/DisableKinesisStreamingDestinationCommand.ts b/clients/client-dynamodb/src/commands/DisableKinesisStreamingDestinationCommand.ts index a79931e53738..0e1b60de179d 100644 --- a/clients/client-dynamodb/src/commands/DisableKinesisStreamingDestinationCommand.ts +++ b/clients/client-dynamodb/src/commands/DisableKinesisStreamingDestinationCommand.ts @@ -109,9 +109,6 @@ export class DisableKinesisStreamingDestinationCommand extends $Command< DisableKinesisStreamingDestinationCommandOutput, DynamoDBClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -125,9 +122,7 @@ export class DisableKinesisStreamingDestinationCommand extends $Command< * @public */ constructor(readonly input: DisableKinesisStreamingDestinationCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -186,7 +181,4 @@ export class DisableKinesisStreamingDestinationCommand extends $Command< ): Promise { return de_DisableKinesisStreamingDestinationCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-dynamodb/src/commands/EnableKinesisStreamingDestinationCommand.ts b/clients/client-dynamodb/src/commands/EnableKinesisStreamingDestinationCommand.ts index a4b824f6b540..24b8fc73b48f 100644 --- a/clients/client-dynamodb/src/commands/EnableKinesisStreamingDestinationCommand.ts +++ b/clients/client-dynamodb/src/commands/EnableKinesisStreamingDestinationCommand.ts @@ -111,9 +111,6 @@ export class EnableKinesisStreamingDestinationCommand extends $Command< EnableKinesisStreamingDestinationCommandOutput, DynamoDBClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -127,9 +124,7 @@ export class EnableKinesisStreamingDestinationCommand extends $Command< * @public */ constructor(readonly input: EnableKinesisStreamingDestinationCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -188,7 +183,4 @@ export class EnableKinesisStreamingDestinationCommand extends $Command< ): Promise { return de_EnableKinesisStreamingDestinationCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-dynamodb/src/commands/ExecuteStatementCommand.ts b/clients/client-dynamodb/src/commands/ExecuteStatementCommand.ts index 15f395e00862..2fcfd23574af 100644 --- a/clients/client-dynamodb/src/commands/ExecuteStatementCommand.ts +++ b/clients/client-dynamodb/src/commands/ExecuteStatementCommand.ts @@ -240,9 +240,6 @@ export class ExecuteStatementCommand extends $Command< ExecuteStatementCommandOutput, DynamoDBClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -256,9 +253,7 @@ export class ExecuteStatementCommand extends $Command< * @public */ constructor(readonly input: ExecuteStatementCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -311,7 +306,4 @@ export class ExecuteStatementCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ExecuteStatementCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-dynamodb/src/commands/ExecuteTransactionCommand.ts b/clients/client-dynamodb/src/commands/ExecuteTransactionCommand.ts index 38401f392fe1..953d84f0838a 100644 --- a/clients/client-dynamodb/src/commands/ExecuteTransactionCommand.ts +++ b/clients/client-dynamodb/src/commands/ExecuteTransactionCommand.ts @@ -531,9 +531,6 @@ export class ExecuteTransactionCommand extends $Command< ExecuteTransactionCommandOutput, DynamoDBClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -547,9 +544,7 @@ export class ExecuteTransactionCommand extends $Command< * @public */ constructor(readonly input: ExecuteTransactionCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -602,7 +597,4 @@ export class ExecuteTransactionCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ExecuteTransactionCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-dynamodb/src/commands/ExportTableToPointInTimeCommand.ts b/clients/client-dynamodb/src/commands/ExportTableToPointInTimeCommand.ts index 75079e07c499..78e1427788a4 100644 --- a/clients/client-dynamodb/src/commands/ExportTableToPointInTimeCommand.ts +++ b/clients/client-dynamodb/src/commands/ExportTableToPointInTimeCommand.ts @@ -145,9 +145,6 @@ export class ExportTableToPointInTimeCommand extends $Command< ExportTableToPointInTimeCommandOutput, DynamoDBClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -161,9 +158,7 @@ export class ExportTableToPointInTimeCommand extends $Command< * @public */ constructor(readonly input: ExportTableToPointInTimeCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -216,7 +211,4 @@ export class ExportTableToPointInTimeCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ExportTableToPointInTimeCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-dynamodb/src/commands/GetItemCommand.ts b/clients/client-dynamodb/src/commands/GetItemCommand.ts index def50abb7dd5..b8a2db58d547 100644 --- a/clients/client-dynamodb/src/commands/GetItemCommand.ts +++ b/clients/client-dynamodb/src/commands/GetItemCommand.ts @@ -250,9 +250,6 @@ export interface GetItemCommandOutput extends GetItemOutput, __MetadataBearer {} * */ export class GetItemCommand extends $Command { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -266,9 +263,7 @@ export class GetItemCommand extends $Command { return de_GetItemCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-dynamodb/src/commands/ImportTableCommand.ts b/clients/client-dynamodb/src/commands/ImportTableCommand.ts index 5ae547609b04..9f8b4a7ffe41 100644 --- a/clients/client-dynamodb/src/commands/ImportTableCommand.ts +++ b/clients/client-dynamodb/src/commands/ImportTableCommand.ts @@ -235,9 +235,6 @@ export class ImportTableCommand extends $Command< ImportTableCommandOutput, DynamoDBClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -251,9 +248,7 @@ export class ImportTableCommand extends $Command< * @public */ constructor(readonly input: ImportTableCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -304,7 +299,4 @@ export class ImportTableCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ImportTableCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-dynamodb/src/commands/ListBackupsCommand.ts b/clients/client-dynamodb/src/commands/ListBackupsCommand.ts index e0ece0a40a79..a1bc686280a9 100644 --- a/clients/client-dynamodb/src/commands/ListBackupsCommand.ts +++ b/clients/client-dynamodb/src/commands/ListBackupsCommand.ts @@ -103,9 +103,6 @@ export class ListBackupsCommand extends $Command< ListBackupsCommandOutput, DynamoDBClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -119,9 +116,7 @@ export class ListBackupsCommand extends $Command< * @public */ constructor(readonly input: ListBackupsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -172,7 +167,4 @@ export class ListBackupsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListBackupsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-dynamodb/src/commands/ListContributorInsightsCommand.ts b/clients/client-dynamodb/src/commands/ListContributorInsightsCommand.ts index 25ad61d3d57d..f5612506e4f1 100644 --- a/clients/client-dynamodb/src/commands/ListContributorInsightsCommand.ts +++ b/clients/client-dynamodb/src/commands/ListContributorInsightsCommand.ts @@ -87,9 +87,6 @@ export class ListContributorInsightsCommand extends $Command< ListContributorInsightsCommandOutput, DynamoDBClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -103,9 +100,7 @@ export class ListContributorInsightsCommand extends $Command< * @public */ constructor(readonly input: ListContributorInsightsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -158,7 +153,4 @@ export class ListContributorInsightsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListContributorInsightsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-dynamodb/src/commands/ListExportsCommand.ts b/clients/client-dynamodb/src/commands/ListExportsCommand.ts index 980912d60a32..26fd582f4d50 100644 --- a/clients/client-dynamodb/src/commands/ListExportsCommand.ts +++ b/clients/client-dynamodb/src/commands/ListExportsCommand.ts @@ -98,9 +98,6 @@ export class ListExportsCommand extends $Command< ListExportsCommandOutput, DynamoDBClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -114,9 +111,7 @@ export class ListExportsCommand extends $Command< * @public */ constructor(readonly input: ListExportsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -167,7 +162,4 @@ export class ListExportsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListExportsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-dynamodb/src/commands/ListGlobalTablesCommand.ts b/clients/client-dynamodb/src/commands/ListGlobalTablesCommand.ts index ffcc9706fac2..6ee792571053 100644 --- a/clients/client-dynamodb/src/commands/ListGlobalTablesCommand.ts +++ b/clients/client-dynamodb/src/commands/ListGlobalTablesCommand.ts @@ -99,9 +99,6 @@ export class ListGlobalTablesCommand extends $Command< ListGlobalTablesCommandOutput, DynamoDBClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -115,9 +112,7 @@ export class ListGlobalTablesCommand extends $Command< * @public */ constructor(readonly input: ListGlobalTablesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -170,7 +165,4 @@ export class ListGlobalTablesCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListGlobalTablesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-dynamodb/src/commands/ListImportsCommand.ts b/clients/client-dynamodb/src/commands/ListImportsCommand.ts index 2f6b2a108e25..f6306b5e9acb 100644 --- a/clients/client-dynamodb/src/commands/ListImportsCommand.ts +++ b/clients/client-dynamodb/src/commands/ListImportsCommand.ts @@ -104,9 +104,6 @@ export class ListImportsCommand extends $Command< ListImportsCommandOutput, DynamoDBClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -120,9 +117,7 @@ export class ListImportsCommand extends $Command< * @public */ constructor(readonly input: ListImportsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -173,7 +168,4 @@ export class ListImportsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListImportsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-dynamodb/src/commands/ListTablesCommand.ts b/clients/client-dynamodb/src/commands/ListTablesCommand.ts index 7b13da5e404e..1284dc721a88 100644 --- a/clients/client-dynamodb/src/commands/ListTablesCommand.ts +++ b/clients/client-dynamodb/src/commands/ListTablesCommand.ts @@ -100,9 +100,6 @@ export class ListTablesCommand extends $Command< ListTablesCommandOutput, DynamoDBClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -116,9 +113,7 @@ export class ListTablesCommand extends $Command< * @public */ constructor(readonly input: ListTablesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -169,7 +164,4 @@ export class ListTablesCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListTablesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-dynamodb/src/commands/ListTagsOfResourceCommand.ts b/clients/client-dynamodb/src/commands/ListTagsOfResourceCommand.ts index 7e8b2b508a6d..b97abae7fe35 100644 --- a/clients/client-dynamodb/src/commands/ListTagsOfResourceCommand.ts +++ b/clients/client-dynamodb/src/commands/ListTagsOfResourceCommand.ts @@ -89,9 +89,6 @@ export class ListTagsOfResourceCommand extends $Command< ListTagsOfResourceCommandOutput, DynamoDBClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -105,9 +102,7 @@ export class ListTagsOfResourceCommand extends $Command< * @public */ constructor(readonly input: ListTagsOfResourceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -160,7 +155,4 @@ export class ListTagsOfResourceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListTagsOfResourceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-dynamodb/src/commands/PutItemCommand.ts b/clients/client-dynamodb/src/commands/PutItemCommand.ts index 973d51b47db5..fc2b32461f01 100644 --- a/clients/client-dynamodb/src/commands/PutItemCommand.ts +++ b/clients/client-dynamodb/src/commands/PutItemCommand.ts @@ -293,9 +293,6 @@ export interface PutItemCommandOutput extends PutItemOutput, __MetadataBearer {} * */ export class PutItemCommand extends $Command { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -309,9 +306,7 @@ export class PutItemCommand extends $Command { return de_PutItemCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-dynamodb/src/commands/QueryCommand.ts b/clients/client-dynamodb/src/commands/QueryCommand.ts index 1e0e426512b1..39311f967e1c 100644 --- a/clients/client-dynamodb/src/commands/QueryCommand.ts +++ b/clients/client-dynamodb/src/commands/QueryCommand.ts @@ -324,9 +324,6 @@ export interface QueryCommandOutput extends QueryOutput, __MetadataBearer {} * */ export class QueryCommand extends $Command { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -340,9 +337,7 @@ export class QueryCommand extends $Command { return de_QueryCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-dynamodb/src/commands/RestoreTableFromBackupCommand.ts b/clients/client-dynamodb/src/commands/RestoreTableFromBackupCommand.ts index 3e4ee9285f61..36afa98a1778 100644 --- a/clients/client-dynamodb/src/commands/RestoreTableFromBackupCommand.ts +++ b/clients/client-dynamodb/src/commands/RestoreTableFromBackupCommand.ts @@ -312,9 +312,6 @@ export class RestoreTableFromBackupCommand extends $Command< RestoreTableFromBackupCommandOutput, DynamoDBClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -328,9 +325,7 @@ export class RestoreTableFromBackupCommand extends $Command< * @public */ constructor(readonly input: RestoreTableFromBackupCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -383,7 +378,4 @@ export class RestoreTableFromBackupCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_RestoreTableFromBackupCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-dynamodb/src/commands/RestoreTableToPointInTimeCommand.ts b/clients/client-dynamodb/src/commands/RestoreTableToPointInTimeCommand.ts index 2509e99b8773..818b3432bb45 100644 --- a/clients/client-dynamodb/src/commands/RestoreTableToPointInTimeCommand.ts +++ b/clients/client-dynamodb/src/commands/RestoreTableToPointInTimeCommand.ts @@ -344,9 +344,6 @@ export class RestoreTableToPointInTimeCommand extends $Command< RestoreTableToPointInTimeCommandOutput, DynamoDBClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -360,9 +357,7 @@ export class RestoreTableToPointInTimeCommand extends $Command< * @public */ constructor(readonly input: RestoreTableToPointInTimeCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -418,7 +413,4 @@ export class RestoreTableToPointInTimeCommand extends $Command< ): Promise { return de_RestoreTableToPointInTimeCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-dynamodb/src/commands/ScanCommand.ts b/clients/client-dynamodb/src/commands/ScanCommand.ts index 82db7cf44e57..1255251a9b32 100644 --- a/clients/client-dynamodb/src/commands/ScanCommand.ts +++ b/clients/client-dynamodb/src/commands/ScanCommand.ts @@ -322,9 +322,6 @@ export interface ScanCommandOutput extends ScanOutput, __MetadataBearer {} * */ export class ScanCommand extends $Command { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -338,9 +335,7 @@ export class ScanCommand extends $Command { return de_ScanCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-dynamodb/src/commands/TagResourceCommand.ts b/clients/client-dynamodb/src/commands/TagResourceCommand.ts index 9acd0c5ff986..a6b7387aa6a9 100644 --- a/clients/client-dynamodb/src/commands/TagResourceCommand.ts +++ b/clients/client-dynamodb/src/commands/TagResourceCommand.ts @@ -109,9 +109,6 @@ export class TagResourceCommand extends $Command< TagResourceCommandOutput, DynamoDBClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -125,9 +122,7 @@ export class TagResourceCommand extends $Command< * @public */ constructor(readonly input: TagResourceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -178,7 +173,4 @@ export class TagResourceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_TagResourceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-dynamodb/src/commands/TransactGetItemsCommand.ts b/clients/client-dynamodb/src/commands/TransactGetItemsCommand.ts index 6e9d3382fe9c..046650c50c4c 100644 --- a/clients/client-dynamodb/src/commands/TransactGetItemsCommand.ts +++ b/clients/client-dynamodb/src/commands/TransactGetItemsCommand.ts @@ -487,9 +487,6 @@ export class TransactGetItemsCommand extends $Command< TransactGetItemsCommandOutput, DynamoDBClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -503,9 +500,7 @@ export class TransactGetItemsCommand extends $Command< * @public */ constructor(readonly input: TransactGetItemsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -558,7 +553,4 @@ export class TransactGetItemsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_TransactGetItemsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-dynamodb/src/commands/TransactWriteItemsCommand.ts b/clients/client-dynamodb/src/commands/TransactWriteItemsCommand.ts index e74ff115f7ec..0dba2f17b1a0 100644 --- a/clients/client-dynamodb/src/commands/TransactWriteItemsCommand.ts +++ b/clients/client-dynamodb/src/commands/TransactWriteItemsCommand.ts @@ -656,9 +656,6 @@ export class TransactWriteItemsCommand extends $Command< TransactWriteItemsCommandOutput, DynamoDBClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -672,9 +669,7 @@ export class TransactWriteItemsCommand extends $Command< * @public */ constructor(readonly input: TransactWriteItemsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -727,7 +722,4 @@ export class TransactWriteItemsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_TransactWriteItemsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-dynamodb/src/commands/UntagResourceCommand.ts b/clients/client-dynamodb/src/commands/UntagResourceCommand.ts index 9dfb88446593..5ef2bba11847 100644 --- a/clients/client-dynamodb/src/commands/UntagResourceCommand.ts +++ b/clients/client-dynamodb/src/commands/UntagResourceCommand.ts @@ -104,9 +104,6 @@ export class UntagResourceCommand extends $Command< UntagResourceCommandOutput, DynamoDBClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -120,9 +117,7 @@ export class UntagResourceCommand extends $Command< * @public */ constructor(readonly input: UntagResourceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -173,7 +168,4 @@ export class UntagResourceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UntagResourceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-dynamodb/src/commands/UpdateContinuousBackupsCommand.ts b/clients/client-dynamodb/src/commands/UpdateContinuousBackupsCommand.ts index 8eec103d79d0..bf7969974be7 100644 --- a/clients/client-dynamodb/src/commands/UpdateContinuousBackupsCommand.ts +++ b/clients/client-dynamodb/src/commands/UpdateContinuousBackupsCommand.ts @@ -103,9 +103,6 @@ export class UpdateContinuousBackupsCommand extends $Command< UpdateContinuousBackupsCommandOutput, DynamoDBClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -119,9 +116,7 @@ export class UpdateContinuousBackupsCommand extends $Command< * @public */ constructor(readonly input: UpdateContinuousBackupsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -174,7 +169,4 @@ export class UpdateContinuousBackupsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdateContinuousBackupsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-dynamodb/src/commands/UpdateContributorInsightsCommand.ts b/clients/client-dynamodb/src/commands/UpdateContributorInsightsCommand.ts index 0dbc8eccd341..5e3b2e66dd7a 100644 --- a/clients/client-dynamodb/src/commands/UpdateContributorInsightsCommand.ts +++ b/clients/client-dynamodb/src/commands/UpdateContributorInsightsCommand.ts @@ -87,9 +87,6 @@ export class UpdateContributorInsightsCommand extends $Command< UpdateContributorInsightsCommandOutput, DynamoDBClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -103,9 +100,7 @@ export class UpdateContributorInsightsCommand extends $Command< * @public */ constructor(readonly input: UpdateContributorInsightsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -161,7 +156,4 @@ export class UpdateContributorInsightsCommand extends $Command< ): Promise { return de_UpdateContributorInsightsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-dynamodb/src/commands/UpdateGlobalTableCommand.ts b/clients/client-dynamodb/src/commands/UpdateGlobalTableCommand.ts index 6798cc05b742..803038ff109d 100644 --- a/clients/client-dynamodb/src/commands/UpdateGlobalTableCommand.ts +++ b/clients/client-dynamodb/src/commands/UpdateGlobalTableCommand.ts @@ -170,9 +170,6 @@ export class UpdateGlobalTableCommand extends $Command< UpdateGlobalTableCommandOutput, DynamoDBClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -186,9 +183,7 @@ export class UpdateGlobalTableCommand extends $Command< * @public */ constructor(readonly input: UpdateGlobalTableCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -241,7 +236,4 @@ export class UpdateGlobalTableCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdateGlobalTableCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-dynamodb/src/commands/UpdateGlobalTableSettingsCommand.ts b/clients/client-dynamodb/src/commands/UpdateGlobalTableSettingsCommand.ts index f6a43f463e24..21a49da5c6ba 100644 --- a/clients/client-dynamodb/src/commands/UpdateGlobalTableSettingsCommand.ts +++ b/clients/client-dynamodb/src/commands/UpdateGlobalTableSettingsCommand.ts @@ -276,9 +276,6 @@ export class UpdateGlobalTableSettingsCommand extends $Command< UpdateGlobalTableSettingsCommandOutput, DynamoDBClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -292,9 +289,7 @@ export class UpdateGlobalTableSettingsCommand extends $Command< * @public */ constructor(readonly input: UpdateGlobalTableSettingsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -350,7 +345,4 @@ export class UpdateGlobalTableSettingsCommand extends $Command< ): Promise { return de_UpdateGlobalTableSettingsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-dynamodb/src/commands/UpdateItemCommand.ts b/clients/client-dynamodb/src/commands/UpdateItemCommand.ts index 36a5a1ffc441..46ae91394249 100644 --- a/clients/client-dynamodb/src/commands/UpdateItemCommand.ts +++ b/clients/client-dynamodb/src/commands/UpdateItemCommand.ts @@ -309,9 +309,6 @@ export class UpdateItemCommand extends $Command< UpdateItemCommandOutput, DynamoDBClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -325,9 +322,7 @@ export class UpdateItemCommand extends $Command< * @public */ constructor(readonly input: UpdateItemCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -378,7 +373,4 @@ export class UpdateItemCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdateItemCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-dynamodb/src/commands/UpdateTableCommand.ts b/clients/client-dynamodb/src/commands/UpdateTableCommand.ts index e7f489efa571..6b31a39a5afe 100644 --- a/clients/client-dynamodb/src/commands/UpdateTableCommand.ts +++ b/clients/client-dynamodb/src/commands/UpdateTableCommand.ts @@ -406,9 +406,6 @@ export class UpdateTableCommand extends $Command< UpdateTableCommandOutput, DynamoDBClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -422,9 +419,7 @@ export class UpdateTableCommand extends $Command< * @public */ constructor(readonly input: UpdateTableCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -475,7 +470,4 @@ export class UpdateTableCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdateTableCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-dynamodb/src/commands/UpdateTableReplicaAutoScalingCommand.ts b/clients/client-dynamodb/src/commands/UpdateTableReplicaAutoScalingCommand.ts index c2afba719f02..b76b5de26320 100644 --- a/clients/client-dynamodb/src/commands/UpdateTableReplicaAutoScalingCommand.ts +++ b/clients/client-dynamodb/src/commands/UpdateTableReplicaAutoScalingCommand.ts @@ -238,9 +238,6 @@ export class UpdateTableReplicaAutoScalingCommand extends $Command< UpdateTableReplicaAutoScalingCommandOutput, DynamoDBClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -254,9 +251,7 @@ export class UpdateTableReplicaAutoScalingCommand extends $Command< * @public */ constructor(readonly input: UpdateTableReplicaAutoScalingCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -312,7 +307,4 @@ export class UpdateTableReplicaAutoScalingCommand extends $Command< ): Promise { return de_UpdateTableReplicaAutoScalingCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-dynamodb/src/commands/UpdateTimeToLiveCommand.ts b/clients/client-dynamodb/src/commands/UpdateTimeToLiveCommand.ts index 697fd3a1c5bb..4dbd6b66e3bc 100644 --- a/clients/client-dynamodb/src/commands/UpdateTimeToLiveCommand.ts +++ b/clients/client-dynamodb/src/commands/UpdateTimeToLiveCommand.ts @@ -131,9 +131,6 @@ export class UpdateTimeToLiveCommand extends $Command< UpdateTimeToLiveCommandOutput, DynamoDBClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -147,9 +144,7 @@ export class UpdateTimeToLiveCommand extends $Command< * @public */ constructor(readonly input: UpdateTimeToLiveCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -202,7 +197,4 @@ export class UpdateTimeToLiveCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdateTimeToLiveCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ebs/package.json b/clients/client-ebs/package.json index 7e07c823a470..92042c692d3b 100644 --- a/clients/client-ebs/package.json +++ b/clients/client-ebs/package.json @@ -34,30 +34,30 @@ "@aws-sdk/util-endpoints": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@smithy/config-resolver": "^2.0.16", - "@smithy/fetch-http-handler": "^2.2.4", - "@smithy/hash-node": "^2.0.12", - "@smithy/invalid-dependency": "^2.0.12", - "@smithy/middleware-content-length": "^2.0.14", - "@smithy/middleware-endpoint": "^2.1.3", - "@smithy/middleware-retry": "^2.0.18", - "@smithy/middleware-serde": "^2.0.12", - "@smithy/middleware-stack": "^2.0.6", - "@smithy/node-config-provider": "^2.1.3", - "@smithy/node-http-handler": "^2.1.8", - "@smithy/protocol-http": "^3.0.8", - "@smithy/smithy-client": "^2.1.12", - "@smithy/types": "^2.4.0", - "@smithy/url-parser": "^2.0.12", - "@smithy/util-base64": "^2.0.0", + "@smithy/config-resolver": "^2.0.18", + "@smithy/fetch-http-handler": "^2.2.6", + "@smithy/hash-node": "^2.0.15", + "@smithy/invalid-dependency": "^2.0.13", + "@smithy/middleware-content-length": "^2.0.15", + "@smithy/middleware-endpoint": "^2.2.0", + "@smithy/middleware-retry": "^2.0.20", + "@smithy/middleware-serde": "^2.0.13", + "@smithy/middleware-stack": "^2.0.7", + "@smithy/node-config-provider": "^2.1.5", + "@smithy/node-http-handler": "^2.1.9", + "@smithy/protocol-http": "^3.0.9", + "@smithy/smithy-client": "^2.1.15", + "@smithy/types": "^2.5.0", + "@smithy/url-parser": "^2.0.13", + "@smithy/util-base64": "^2.0.1", "@smithy/util-body-length-browser": "^2.0.0", "@smithy/util-body-length-node": "^2.1.0", - "@smithy/util-defaults-mode-browser": "^2.0.16", - "@smithy/util-defaults-mode-node": "^2.0.21", - "@smithy/util-endpoints": "^1.0.2", - "@smithy/util-retry": "^2.0.5", - "@smithy/util-stream": "^2.0.17", - "@smithy/util-utf8": "^2.0.0", + "@smithy/util-defaults-mode-browser": "^2.0.19", + "@smithy/util-defaults-mode-node": "^2.0.25", + "@smithy/util-endpoints": "^1.0.4", + "@smithy/util-retry": "^2.0.6", + "@smithy/util-stream": "^2.0.20", + "@smithy/util-utf8": "^2.0.2", "tslib": "^2.5.0", "uuid": "^8.3.2" }, diff --git a/clients/client-ebs/src/commands/CompleteSnapshotCommand.ts b/clients/client-ebs/src/commands/CompleteSnapshotCommand.ts index 16e612530e87..c45f71fa946c 100644 --- a/clients/client-ebs/src/commands/CompleteSnapshotCommand.ts +++ b/clients/client-ebs/src/commands/CompleteSnapshotCommand.ts @@ -101,9 +101,6 @@ export class CompleteSnapshotCommand extends $Command< CompleteSnapshotCommandOutput, EBSClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -117,9 +114,7 @@ export class CompleteSnapshotCommand extends $Command< * @public */ constructor(readonly input: CompleteSnapshotCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -172,7 +167,4 @@ export class CompleteSnapshotCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CompleteSnapshotCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ebs/src/commands/GetSnapshotBlockCommand.ts b/clients/client-ebs/src/commands/GetSnapshotBlockCommand.ts index 9b1d0276398e..64c1280ce5a8 100644 --- a/clients/client-ebs/src/commands/GetSnapshotBlockCommand.ts +++ b/clients/client-ebs/src/commands/GetSnapshotBlockCommand.ts @@ -108,9 +108,6 @@ export class GetSnapshotBlockCommand extends $Command< GetSnapshotBlockCommandOutput, EBSClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -124,9 +121,7 @@ export class GetSnapshotBlockCommand extends $Command< * @public */ constructor(readonly input: GetSnapshotBlockCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -182,7 +177,4 @@ export class GetSnapshotBlockCommand extends $Command< ): Promise { return de_GetSnapshotBlockCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ebs/src/commands/ListChangedBlocksCommand.ts b/clients/client-ebs/src/commands/ListChangedBlocksCommand.ts index 3ca7abd80e6d..3f98154ab890 100644 --- a/clients/client-ebs/src/commands/ListChangedBlocksCommand.ts +++ b/clients/client-ebs/src/commands/ListChangedBlocksCommand.ts @@ -114,9 +114,6 @@ export class ListChangedBlocksCommand extends $Command< ListChangedBlocksCommandOutput, EBSClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -130,9 +127,7 @@ export class ListChangedBlocksCommand extends $Command< * @public */ constructor(readonly input: ListChangedBlocksCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -185,7 +180,4 @@ export class ListChangedBlocksCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListChangedBlocksCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ebs/src/commands/ListSnapshotBlocksCommand.ts b/clients/client-ebs/src/commands/ListSnapshotBlocksCommand.ts index 089a9eb02d41..5153c633a964 100644 --- a/clients/client-ebs/src/commands/ListSnapshotBlocksCommand.ts +++ b/clients/client-ebs/src/commands/ListSnapshotBlocksCommand.ts @@ -111,9 +111,6 @@ export class ListSnapshotBlocksCommand extends $Command< ListSnapshotBlocksCommandOutput, EBSClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -127,9 +124,7 @@ export class ListSnapshotBlocksCommand extends $Command< * @public */ constructor(readonly input: ListSnapshotBlocksCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -182,7 +177,4 @@ export class ListSnapshotBlocksCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListSnapshotBlocksCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ebs/src/commands/PutSnapshotBlockCommand.ts b/clients/client-ebs/src/commands/PutSnapshotBlockCommand.ts index fbbf88ad152f..892f64ed47b2 100644 --- a/clients/client-ebs/src/commands/PutSnapshotBlockCommand.ts +++ b/clients/client-ebs/src/commands/PutSnapshotBlockCommand.ts @@ -113,9 +113,6 @@ export class PutSnapshotBlockCommand extends $Command< PutSnapshotBlockCommandOutput, EBSClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -129,9 +126,7 @@ export class PutSnapshotBlockCommand extends $Command< * @public */ constructor(readonly input: PutSnapshotBlockCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -184,7 +179,4 @@ export class PutSnapshotBlockCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_PutSnapshotBlockCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ebs/src/commands/StartSnapshotCommand.ts b/clients/client-ebs/src/commands/StartSnapshotCommand.ts index ca13a4333ede..f375d0578dab 100644 --- a/clients/client-ebs/src/commands/StartSnapshotCommand.ts +++ b/clients/client-ebs/src/commands/StartSnapshotCommand.ts @@ -139,9 +139,6 @@ export class StartSnapshotCommand extends $Command< StartSnapshotCommandOutput, EBSClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -155,9 +152,7 @@ export class StartSnapshotCommand extends $Command< * @public */ constructor(readonly input: StartSnapshotCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -208,7 +203,4 @@ export class StartSnapshotCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_StartSnapshotCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ec2-instance-connect/package.json b/clients/client-ec2-instance-connect/package.json index 5308b87bb69d..d68df59f6b8b 100644 --- a/clients/client-ec2-instance-connect/package.json +++ b/clients/client-ec2-instance-connect/package.json @@ -34,29 +34,29 @@ "@aws-sdk/util-endpoints": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@smithy/config-resolver": "^2.0.16", - "@smithy/fetch-http-handler": "^2.2.4", - "@smithy/hash-node": "^2.0.12", - "@smithy/invalid-dependency": "^2.0.12", - "@smithy/middleware-content-length": "^2.0.14", - "@smithy/middleware-endpoint": "^2.1.3", - "@smithy/middleware-retry": "^2.0.18", - "@smithy/middleware-serde": "^2.0.12", - "@smithy/middleware-stack": "^2.0.6", - "@smithy/node-config-provider": "^2.1.3", - "@smithy/node-http-handler": "^2.1.8", - "@smithy/protocol-http": "^3.0.8", - "@smithy/smithy-client": "^2.1.12", - "@smithy/types": "^2.4.0", - "@smithy/url-parser": "^2.0.12", - "@smithy/util-base64": "^2.0.0", + "@smithy/config-resolver": "^2.0.18", + "@smithy/fetch-http-handler": "^2.2.6", + "@smithy/hash-node": "^2.0.15", + "@smithy/invalid-dependency": "^2.0.13", + "@smithy/middleware-content-length": "^2.0.15", + "@smithy/middleware-endpoint": "^2.2.0", + "@smithy/middleware-retry": "^2.0.20", + "@smithy/middleware-serde": "^2.0.13", + "@smithy/middleware-stack": "^2.0.7", + "@smithy/node-config-provider": "^2.1.5", + "@smithy/node-http-handler": "^2.1.9", + "@smithy/protocol-http": "^3.0.9", + "@smithy/smithy-client": "^2.1.15", + "@smithy/types": "^2.5.0", + "@smithy/url-parser": "^2.0.13", + "@smithy/util-base64": "^2.0.1", "@smithy/util-body-length-browser": "^2.0.0", "@smithy/util-body-length-node": "^2.1.0", - "@smithy/util-defaults-mode-browser": "^2.0.16", - "@smithy/util-defaults-mode-node": "^2.0.21", - "@smithy/util-endpoints": "^1.0.2", - "@smithy/util-retry": "^2.0.5", - "@smithy/util-utf8": "^2.0.0", + "@smithy/util-defaults-mode-browser": "^2.0.19", + "@smithy/util-defaults-mode-node": "^2.0.25", + "@smithy/util-endpoints": "^1.0.4", + "@smithy/util-retry": "^2.0.6", + "@smithy/util-utf8": "^2.0.2", "tslib": "^2.5.0" }, "devDependencies": { diff --git a/clients/client-ec2-instance-connect/src/commands/SendSSHPublicKeyCommand.ts b/clients/client-ec2-instance-connect/src/commands/SendSSHPublicKeyCommand.ts index 93a1abc4a5cf..5d568edbe683 100644 --- a/clients/client-ec2-instance-connect/src/commands/SendSSHPublicKeyCommand.ts +++ b/clients/client-ec2-instance-connect/src/commands/SendSSHPublicKeyCommand.ts @@ -125,9 +125,6 @@ export class SendSSHPublicKeyCommand extends $Command< SendSSHPublicKeyCommandOutput, EC2InstanceConnectClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -141,9 +138,7 @@ export class SendSSHPublicKeyCommand extends $Command< * @public */ constructor(readonly input: SendSSHPublicKeyCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -196,7 +191,4 @@ export class SendSSHPublicKeyCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_SendSSHPublicKeyCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ec2-instance-connect/src/commands/SendSerialConsoleSSHPublicKeyCommand.ts b/clients/client-ec2-instance-connect/src/commands/SendSerialConsoleSSHPublicKeyCommand.ts index 2eb41483069f..ddab20b8bb4e 100644 --- a/clients/client-ec2-instance-connect/src/commands/SendSerialConsoleSSHPublicKeyCommand.ts +++ b/clients/client-ec2-instance-connect/src/commands/SendSerialConsoleSSHPublicKeyCommand.ts @@ -124,9 +124,6 @@ export class SendSerialConsoleSSHPublicKeyCommand extends $Command< SendSerialConsoleSSHPublicKeyCommandOutput, EC2InstanceConnectClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -140,9 +137,7 @@ export class SendSerialConsoleSSHPublicKeyCommand extends $Command< * @public */ constructor(readonly input: SendSerialConsoleSSHPublicKeyCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -198,7 +193,4 @@ export class SendSerialConsoleSSHPublicKeyCommand extends $Command< ): Promise { return de_SendSerialConsoleSSHPublicKeyCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ec2/package.json b/clients/client-ec2/package.json index d0f10396a384..14d855dbfec8 100644 --- a/clients/client-ec2/package.json +++ b/clients/client-ec2/package.json @@ -35,30 +35,30 @@ "@aws-sdk/util-endpoints": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@smithy/config-resolver": "^2.0.16", - "@smithy/fetch-http-handler": "^2.2.4", - "@smithy/hash-node": "^2.0.12", - "@smithy/invalid-dependency": "^2.0.12", - "@smithy/middleware-content-length": "^2.0.14", - "@smithy/middleware-endpoint": "^2.1.3", - "@smithy/middleware-retry": "^2.0.18", - "@smithy/middleware-serde": "^2.0.12", - "@smithy/middleware-stack": "^2.0.6", - "@smithy/node-config-provider": "^2.1.3", - "@smithy/node-http-handler": "^2.1.8", - "@smithy/protocol-http": "^3.0.8", - "@smithy/smithy-client": "^2.1.12", - "@smithy/types": "^2.4.0", - "@smithy/url-parser": "^2.0.12", - "@smithy/util-base64": "^2.0.0", + "@smithy/config-resolver": "^2.0.18", + "@smithy/fetch-http-handler": "^2.2.6", + "@smithy/hash-node": "^2.0.15", + "@smithy/invalid-dependency": "^2.0.13", + "@smithy/middleware-content-length": "^2.0.15", + "@smithy/middleware-endpoint": "^2.2.0", + "@smithy/middleware-retry": "^2.0.20", + "@smithy/middleware-serde": "^2.0.13", + "@smithy/middleware-stack": "^2.0.7", + "@smithy/node-config-provider": "^2.1.5", + "@smithy/node-http-handler": "^2.1.9", + "@smithy/protocol-http": "^3.0.9", + "@smithy/smithy-client": "^2.1.15", + "@smithy/types": "^2.5.0", + "@smithy/url-parser": "^2.0.13", + "@smithy/util-base64": "^2.0.1", "@smithy/util-body-length-browser": "^2.0.0", "@smithy/util-body-length-node": "^2.1.0", - "@smithy/util-defaults-mode-browser": "^2.0.16", - "@smithy/util-defaults-mode-node": "^2.0.21", - "@smithy/util-endpoints": "^1.0.2", - "@smithy/util-retry": "^2.0.5", - "@smithy/util-utf8": "^2.0.0", - "@smithy/util-waiter": "^2.0.12", + "@smithy/util-defaults-mode-browser": "^2.0.19", + "@smithy/util-defaults-mode-node": "^2.0.25", + "@smithy/util-endpoints": "^1.0.4", + "@smithy/util-retry": "^2.0.6", + "@smithy/util-utf8": "^2.0.2", + "@smithy/util-waiter": "^2.0.13", "fast-xml-parser": "4.2.5", "tslib": "^2.5.0", "uuid": "^8.3.2" diff --git a/clients/client-ec2/src/commands/AcceptAddressTransferCommand.ts b/clients/client-ec2/src/commands/AcceptAddressTransferCommand.ts index 99f6939897f1..0b17d80a00cc 100644 --- a/clients/client-ec2/src/commands/AcceptAddressTransferCommand.ts +++ b/clients/client-ec2/src/commands/AcceptAddressTransferCommand.ts @@ -89,9 +89,6 @@ export class AcceptAddressTransferCommand extends $Command< AcceptAddressTransferCommandOutput, EC2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -105,9 +102,7 @@ export class AcceptAddressTransferCommand extends $Command< * @public */ constructor(readonly input: AcceptAddressTransferCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -160,7 +155,4 @@ export class AcceptAddressTransferCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_AcceptAddressTransferCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ec2/src/commands/AcceptReservedInstancesExchangeQuoteCommand.ts b/clients/client-ec2/src/commands/AcceptReservedInstancesExchangeQuoteCommand.ts index a7d48415c7ca..9f42af6d157a 100644 --- a/clients/client-ec2/src/commands/AcceptReservedInstancesExchangeQuoteCommand.ts +++ b/clients/client-ec2/src/commands/AcceptReservedInstancesExchangeQuoteCommand.ts @@ -87,9 +87,6 @@ export class AcceptReservedInstancesExchangeQuoteCommand extends $Command< AcceptReservedInstancesExchangeQuoteCommandOutput, EC2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -103,9 +100,7 @@ export class AcceptReservedInstancesExchangeQuoteCommand extends $Command< * @public */ constructor(readonly input: AcceptReservedInstancesExchangeQuoteCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -164,7 +159,4 @@ export class AcceptReservedInstancesExchangeQuoteCommand extends $Command< ): Promise { return de_AcceptReservedInstancesExchangeQuoteCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ec2/src/commands/AcceptTransitGatewayMulticastDomainAssociationsCommand.ts b/clients/client-ec2/src/commands/AcceptTransitGatewayMulticastDomainAssociationsCommand.ts index 3b0f0ad1d8a3..793079b84b5a 100644 --- a/clients/client-ec2/src/commands/AcceptTransitGatewayMulticastDomainAssociationsCommand.ts +++ b/clients/client-ec2/src/commands/AcceptTransitGatewayMulticastDomainAssociationsCommand.ts @@ -96,9 +96,6 @@ export class AcceptTransitGatewayMulticastDomainAssociationsCommand extends $Com AcceptTransitGatewayMulticastDomainAssociationsCommandOutput, EC2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -112,9 +109,7 @@ export class AcceptTransitGatewayMulticastDomainAssociationsCommand extends $Com * @public */ constructor(readonly input: AcceptTransitGatewayMulticastDomainAssociationsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -179,7 +174,4 @@ export class AcceptTransitGatewayMulticastDomainAssociationsCommand extends $Com ): Promise { return de_AcceptTransitGatewayMulticastDomainAssociationsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ec2/src/commands/AcceptTransitGatewayPeeringAttachmentCommand.ts b/clients/client-ec2/src/commands/AcceptTransitGatewayPeeringAttachmentCommand.ts index 31292ae8189a..69a169a11a8a 100644 --- a/clients/client-ec2/src/commands/AcceptTransitGatewayPeeringAttachmentCommand.ts +++ b/clients/client-ec2/src/commands/AcceptTransitGatewayPeeringAttachmentCommand.ts @@ -111,9 +111,6 @@ export class AcceptTransitGatewayPeeringAttachmentCommand extends $Command< AcceptTransitGatewayPeeringAttachmentCommandOutput, EC2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -127,9 +124,7 @@ export class AcceptTransitGatewayPeeringAttachmentCommand extends $Command< * @public */ constructor(readonly input: AcceptTransitGatewayPeeringAttachmentCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -188,7 +183,4 @@ export class AcceptTransitGatewayPeeringAttachmentCommand extends $Command< ): Promise { return de_AcceptTransitGatewayPeeringAttachmentCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ec2/src/commands/AcceptTransitGatewayVpcAttachmentCommand.ts b/clients/client-ec2/src/commands/AcceptTransitGatewayVpcAttachmentCommand.ts index 46d64b62d912..821ff098fb87 100644 --- a/clients/client-ec2/src/commands/AcceptTransitGatewayVpcAttachmentCommand.ts +++ b/clients/client-ec2/src/commands/AcceptTransitGatewayVpcAttachmentCommand.ts @@ -100,9 +100,6 @@ export class AcceptTransitGatewayVpcAttachmentCommand extends $Command< AcceptTransitGatewayVpcAttachmentCommandOutput, EC2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -116,9 +113,7 @@ export class AcceptTransitGatewayVpcAttachmentCommand extends $Command< * @public */ constructor(readonly input: AcceptTransitGatewayVpcAttachmentCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -177,7 +172,4 @@ export class AcceptTransitGatewayVpcAttachmentCommand extends $Command< ): Promise { return de_AcceptTransitGatewayVpcAttachmentCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ec2/src/commands/AcceptVpcEndpointConnectionsCommand.ts b/clients/client-ec2/src/commands/AcceptVpcEndpointConnectionsCommand.ts index f09f5047d99a..5c7d7104f33b 100644 --- a/clients/client-ec2/src/commands/AcceptVpcEndpointConnectionsCommand.ts +++ b/clients/client-ec2/src/commands/AcceptVpcEndpointConnectionsCommand.ts @@ -84,9 +84,6 @@ export class AcceptVpcEndpointConnectionsCommand extends $Command< AcceptVpcEndpointConnectionsCommandOutput, EC2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -100,9 +97,7 @@ export class AcceptVpcEndpointConnectionsCommand extends $Command< * @public */ constructor(readonly input: AcceptVpcEndpointConnectionsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -158,7 +153,4 @@ export class AcceptVpcEndpointConnectionsCommand extends $Command< ): Promise { return de_AcceptVpcEndpointConnectionsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ec2/src/commands/AcceptVpcPeeringConnectionCommand.ts b/clients/client-ec2/src/commands/AcceptVpcPeeringConnectionCommand.ts index 1a9ab2fdbaad..1e110400b94c 100644 --- a/clients/client-ec2/src/commands/AcceptVpcPeeringConnectionCommand.ts +++ b/clients/client-ec2/src/commands/AcceptVpcPeeringConnectionCommand.ts @@ -131,9 +131,6 @@ export class AcceptVpcPeeringConnectionCommand extends $Command< AcceptVpcPeeringConnectionCommandOutput, EC2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -147,9 +144,7 @@ export class AcceptVpcPeeringConnectionCommand extends $Command< * @public */ constructor(readonly input: AcceptVpcPeeringConnectionCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -205,7 +200,4 @@ export class AcceptVpcPeeringConnectionCommand extends $Command< ): Promise { return de_AcceptVpcPeeringConnectionCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ec2/src/commands/AdvertiseByoipCidrCommand.ts b/clients/client-ec2/src/commands/AdvertiseByoipCidrCommand.ts index cabb97e76c1e..4766fbb0feaf 100644 --- a/clients/client-ec2/src/commands/AdvertiseByoipCidrCommand.ts +++ b/clients/client-ec2/src/commands/AdvertiseByoipCidrCommand.ts @@ -86,9 +86,6 @@ export class AdvertiseByoipCidrCommand extends $Command< AdvertiseByoipCidrCommandOutput, EC2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -102,9 +99,7 @@ export class AdvertiseByoipCidrCommand extends $Command< * @public */ constructor(readonly input: AdvertiseByoipCidrCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -157,7 +152,4 @@ export class AdvertiseByoipCidrCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_AdvertiseByoipCidrCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ec2/src/commands/AllocateAddressCommand.ts b/clients/client-ec2/src/commands/AllocateAddressCommand.ts index 88feadef6878..dd2270129b52 100644 --- a/clients/client-ec2/src/commands/AllocateAddressCommand.ts +++ b/clients/client-ec2/src/commands/AllocateAddressCommand.ts @@ -122,9 +122,6 @@ export class AllocateAddressCommand extends $Command< AllocateAddressCommandOutput, EC2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -138,9 +135,7 @@ export class AllocateAddressCommand extends $Command< * @public */ constructor(readonly input: AllocateAddressCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -193,7 +188,4 @@ export class AllocateAddressCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_AllocateAddressCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ec2/src/commands/AllocateHostsCommand.ts b/clients/client-ec2/src/commands/AllocateHostsCommand.ts index f4b0c9e889a0..75a51a537c11 100644 --- a/clients/client-ec2/src/commands/AllocateHostsCommand.ts +++ b/clients/client-ec2/src/commands/AllocateHostsCommand.ts @@ -96,9 +96,6 @@ export class AllocateHostsCommand extends $Command< AllocateHostsCommandOutput, EC2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -112,9 +109,7 @@ export class AllocateHostsCommand extends $Command< * @public */ constructor(readonly input: AllocateHostsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -165,7 +160,4 @@ export class AllocateHostsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_AllocateHostsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ec2/src/commands/AllocateIpamPoolCidrCommand.ts b/clients/client-ec2/src/commands/AllocateIpamPoolCidrCommand.ts index 5aed535755c9..50cd48a661b1 100644 --- a/clients/client-ec2/src/commands/AllocateIpamPoolCidrCommand.ts +++ b/clients/client-ec2/src/commands/AllocateIpamPoolCidrCommand.ts @@ -91,9 +91,6 @@ export class AllocateIpamPoolCidrCommand extends $Command< AllocateIpamPoolCidrCommandOutput, EC2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -107,9 +104,7 @@ export class AllocateIpamPoolCidrCommand extends $Command< * @public */ constructor(readonly input: AllocateIpamPoolCidrCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -162,7 +157,4 @@ export class AllocateIpamPoolCidrCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_AllocateIpamPoolCidrCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ec2/src/commands/ApplySecurityGroupsToClientVpnTargetNetworkCommand.ts b/clients/client-ec2/src/commands/ApplySecurityGroupsToClientVpnTargetNetworkCommand.ts index 55c2380c0925..a6139d802912 100644 --- a/clients/client-ec2/src/commands/ApplySecurityGroupsToClientVpnTargetNetworkCommand.ts +++ b/clients/client-ec2/src/commands/ApplySecurityGroupsToClientVpnTargetNetworkCommand.ts @@ -87,9 +87,6 @@ export class ApplySecurityGroupsToClientVpnTargetNetworkCommand extends $Command ApplySecurityGroupsToClientVpnTargetNetworkCommandOutput, EC2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -103,9 +100,7 @@ export class ApplySecurityGroupsToClientVpnTargetNetworkCommand extends $Command * @public */ constructor(readonly input: ApplySecurityGroupsToClientVpnTargetNetworkCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -170,7 +165,4 @@ export class ApplySecurityGroupsToClientVpnTargetNetworkCommand extends $Command ): Promise { return de_ApplySecurityGroupsToClientVpnTargetNetworkCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ec2/src/commands/AssignIpv6AddressesCommand.ts b/clients/client-ec2/src/commands/AssignIpv6AddressesCommand.ts index ccb5c272a374..e4f524e37bd2 100644 --- a/clients/client-ec2/src/commands/AssignIpv6AddressesCommand.ts +++ b/clients/client-ec2/src/commands/AssignIpv6AddressesCommand.ts @@ -94,9 +94,6 @@ export class AssignIpv6AddressesCommand extends $Command< AssignIpv6AddressesCommandOutput, EC2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -110,9 +107,7 @@ export class AssignIpv6AddressesCommand extends $Command< * @public */ constructor(readonly input: AssignIpv6AddressesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -165,7 +160,4 @@ export class AssignIpv6AddressesCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_AssignIpv6AddressesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ec2/src/commands/AssignPrivateIpAddressesCommand.ts b/clients/client-ec2/src/commands/AssignPrivateIpAddressesCommand.ts index 635d25aad8fc..d1decfff5b58 100644 --- a/clients/client-ec2/src/commands/AssignPrivateIpAddressesCommand.ts +++ b/clients/client-ec2/src/commands/AssignPrivateIpAddressesCommand.ts @@ -130,9 +130,6 @@ export class AssignPrivateIpAddressesCommand extends $Command< AssignPrivateIpAddressesCommandOutput, EC2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -146,9 +143,7 @@ export class AssignPrivateIpAddressesCommand extends $Command< * @public */ constructor(readonly input: AssignPrivateIpAddressesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -201,7 +196,4 @@ export class AssignPrivateIpAddressesCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_AssignPrivateIpAddressesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ec2/src/commands/AssignPrivateNatGatewayAddressCommand.ts b/clients/client-ec2/src/commands/AssignPrivateNatGatewayAddressCommand.ts index b61defb9735e..0ee029c4cdc2 100644 --- a/clients/client-ec2/src/commands/AssignPrivateNatGatewayAddressCommand.ts +++ b/clients/client-ec2/src/commands/AssignPrivateNatGatewayAddressCommand.ts @@ -93,9 +93,6 @@ export class AssignPrivateNatGatewayAddressCommand extends $Command< AssignPrivateNatGatewayAddressCommandOutput, EC2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -109,9 +106,7 @@ export class AssignPrivateNatGatewayAddressCommand extends $Command< * @public */ constructor(readonly input: AssignPrivateNatGatewayAddressCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -170,7 +165,4 @@ export class AssignPrivateNatGatewayAddressCommand extends $Command< ): Promise { return de_AssignPrivateNatGatewayAddressCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ec2/src/commands/AssociateAddressCommand.ts b/clients/client-ec2/src/commands/AssociateAddressCommand.ts index 802d4bcd0755..8ed9742eea94 100644 --- a/clients/client-ec2/src/commands/AssociateAddressCommand.ts +++ b/clients/client-ec2/src/commands/AssociateAddressCommand.ts @@ -127,9 +127,6 @@ export class AssociateAddressCommand extends $Command< AssociateAddressCommandOutput, EC2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -143,9 +140,7 @@ export class AssociateAddressCommand extends $Command< * @public */ constructor(readonly input: AssociateAddressCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -198,7 +193,4 @@ export class AssociateAddressCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_AssociateAddressCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ec2/src/commands/AssociateClientVpnTargetNetworkCommand.ts b/clients/client-ec2/src/commands/AssociateClientVpnTargetNetworkCommand.ts index b5a9fd0be649..2a85349a17e1 100644 --- a/clients/client-ec2/src/commands/AssociateClientVpnTargetNetworkCommand.ts +++ b/clients/client-ec2/src/commands/AssociateClientVpnTargetNetworkCommand.ts @@ -83,9 +83,6 @@ export class AssociateClientVpnTargetNetworkCommand extends $Command< AssociateClientVpnTargetNetworkCommandOutput, EC2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -99,9 +96,7 @@ export class AssociateClientVpnTargetNetworkCommand extends $Command< * @public */ constructor(readonly input: AssociateClientVpnTargetNetworkCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -160,7 +155,4 @@ export class AssociateClientVpnTargetNetworkCommand extends $Command< ): Promise { return de_AssociateClientVpnTargetNetworkCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ec2/src/commands/AssociateDhcpOptionsCommand.ts b/clients/client-ec2/src/commands/AssociateDhcpOptionsCommand.ts index 1d0d5a0a57f7..4593aac4e205 100644 --- a/clients/client-ec2/src/commands/AssociateDhcpOptionsCommand.ts +++ b/clients/client-ec2/src/commands/AssociateDhcpOptionsCommand.ts @@ -97,9 +97,6 @@ export class AssociateDhcpOptionsCommand extends $Command< AssociateDhcpOptionsCommandOutput, EC2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -113,9 +110,7 @@ export class AssociateDhcpOptionsCommand extends $Command< * @public */ constructor(readonly input: AssociateDhcpOptionsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -168,7 +163,4 @@ export class AssociateDhcpOptionsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_AssociateDhcpOptionsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ec2/src/commands/AssociateEnclaveCertificateIamRoleCommand.ts b/clients/client-ec2/src/commands/AssociateEnclaveCertificateIamRoleCommand.ts index 7680fae3c3cf..378232e8a12d 100644 --- a/clients/client-ec2/src/commands/AssociateEnclaveCertificateIamRoleCommand.ts +++ b/clients/client-ec2/src/commands/AssociateEnclaveCertificateIamRoleCommand.ts @@ -94,9 +94,6 @@ export class AssociateEnclaveCertificateIamRoleCommand extends $Command< AssociateEnclaveCertificateIamRoleCommandOutput, EC2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -110,9 +107,7 @@ export class AssociateEnclaveCertificateIamRoleCommand extends $Command< * @public */ constructor(readonly input: AssociateEnclaveCertificateIamRoleCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -171,7 +166,4 @@ export class AssociateEnclaveCertificateIamRoleCommand extends $Command< ): Promise { return de_AssociateEnclaveCertificateIamRoleCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ec2/src/commands/AssociateIamInstanceProfileCommand.ts b/clients/client-ec2/src/commands/AssociateIamInstanceProfileCommand.ts index d5ff41654ca0..e08dba8282fc 100644 --- a/clients/client-ec2/src/commands/AssociateIamInstanceProfileCommand.ts +++ b/clients/client-ec2/src/commands/AssociateIamInstanceProfileCommand.ts @@ -111,9 +111,6 @@ export class AssociateIamInstanceProfileCommand extends $Command< AssociateIamInstanceProfileCommandOutput, EC2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -127,9 +124,7 @@ export class AssociateIamInstanceProfileCommand extends $Command< * @public */ constructor(readonly input: AssociateIamInstanceProfileCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -185,7 +180,4 @@ export class AssociateIamInstanceProfileCommand extends $Command< ): Promise { return de_AssociateIamInstanceProfileCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ec2/src/commands/AssociateInstanceEventWindowCommand.ts b/clients/client-ec2/src/commands/AssociateInstanceEventWindowCommand.ts index 41b41c491787..99d4e12b18a7 100644 --- a/clients/client-ec2/src/commands/AssociateInstanceEventWindowCommand.ts +++ b/clients/client-ec2/src/commands/AssociateInstanceEventWindowCommand.ts @@ -123,9 +123,6 @@ export class AssociateInstanceEventWindowCommand extends $Command< AssociateInstanceEventWindowCommandOutput, EC2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -139,9 +136,7 @@ export class AssociateInstanceEventWindowCommand extends $Command< * @public */ constructor(readonly input: AssociateInstanceEventWindowCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -197,7 +192,4 @@ export class AssociateInstanceEventWindowCommand extends $Command< ): Promise { return de_AssociateInstanceEventWindowCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ec2/src/commands/AssociateIpamResourceDiscoveryCommand.ts b/clients/client-ec2/src/commands/AssociateIpamResourceDiscoveryCommand.ts index 425620374dbc..60aad3058cc3 100644 --- a/clients/client-ec2/src/commands/AssociateIpamResourceDiscoveryCommand.ts +++ b/clients/client-ec2/src/commands/AssociateIpamResourceDiscoveryCommand.ts @@ -106,9 +106,6 @@ export class AssociateIpamResourceDiscoveryCommand extends $Command< AssociateIpamResourceDiscoveryCommandOutput, EC2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -122,9 +119,7 @@ export class AssociateIpamResourceDiscoveryCommand extends $Command< * @public */ constructor(readonly input: AssociateIpamResourceDiscoveryCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -183,7 +178,4 @@ export class AssociateIpamResourceDiscoveryCommand extends $Command< ): Promise { return de_AssociateIpamResourceDiscoveryCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ec2/src/commands/AssociateNatGatewayAddressCommand.ts b/clients/client-ec2/src/commands/AssociateNatGatewayAddressCommand.ts index fe9652232c71..7cf4a746c9dd 100644 --- a/clients/client-ec2/src/commands/AssociateNatGatewayAddressCommand.ts +++ b/clients/client-ec2/src/commands/AssociateNatGatewayAddressCommand.ts @@ -95,9 +95,6 @@ export class AssociateNatGatewayAddressCommand extends $Command< AssociateNatGatewayAddressCommandOutput, EC2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -111,9 +108,7 @@ export class AssociateNatGatewayAddressCommand extends $Command< * @public */ constructor(readonly input: AssociateNatGatewayAddressCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -169,7 +164,4 @@ export class AssociateNatGatewayAddressCommand extends $Command< ): Promise { return de_AssociateNatGatewayAddressCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ec2/src/commands/AssociateRouteTableCommand.ts b/clients/client-ec2/src/commands/AssociateRouteTableCommand.ts index 53953b64f23e..dabec341b1f4 100644 --- a/clients/client-ec2/src/commands/AssociateRouteTableCommand.ts +++ b/clients/client-ec2/src/commands/AssociateRouteTableCommand.ts @@ -100,9 +100,6 @@ export class AssociateRouteTableCommand extends $Command< AssociateRouteTableCommandOutput, EC2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -116,9 +113,7 @@ export class AssociateRouteTableCommand extends $Command< * @public */ constructor(readonly input: AssociateRouteTableCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -171,7 +166,4 @@ export class AssociateRouteTableCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_AssociateRouteTableCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ec2/src/commands/AssociateSubnetCidrBlockCommand.ts b/clients/client-ec2/src/commands/AssociateSubnetCidrBlockCommand.ts index cf82a590fd89..958a1809583b 100644 --- a/clients/client-ec2/src/commands/AssociateSubnetCidrBlockCommand.ts +++ b/clients/client-ec2/src/commands/AssociateSubnetCidrBlockCommand.ts @@ -80,9 +80,6 @@ export class AssociateSubnetCidrBlockCommand extends $Command< AssociateSubnetCidrBlockCommandOutput, EC2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -96,9 +93,7 @@ export class AssociateSubnetCidrBlockCommand extends $Command< * @public */ constructor(readonly input: AssociateSubnetCidrBlockCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -151,7 +146,4 @@ export class AssociateSubnetCidrBlockCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_AssociateSubnetCidrBlockCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ec2/src/commands/AssociateTransitGatewayMulticastDomainCommand.ts b/clients/client-ec2/src/commands/AssociateTransitGatewayMulticastDomainCommand.ts index d464ca561ac4..56fe5a204b77 100644 --- a/clients/client-ec2/src/commands/AssociateTransitGatewayMulticastDomainCommand.ts +++ b/clients/client-ec2/src/commands/AssociateTransitGatewayMulticastDomainCommand.ts @@ -98,9 +98,6 @@ export class AssociateTransitGatewayMulticastDomainCommand extends $Command< AssociateTransitGatewayMulticastDomainCommandOutput, EC2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -114,9 +111,7 @@ export class AssociateTransitGatewayMulticastDomainCommand extends $Command< * @public */ constructor(readonly input: AssociateTransitGatewayMulticastDomainCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -175,7 +170,4 @@ export class AssociateTransitGatewayMulticastDomainCommand extends $Command< ): Promise { return de_AssociateTransitGatewayMulticastDomainCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ec2/src/commands/AssociateTransitGatewayPolicyTableCommand.ts b/clients/client-ec2/src/commands/AssociateTransitGatewayPolicyTableCommand.ts index 9a68a1e28ef7..7359e75400f4 100644 --- a/clients/client-ec2/src/commands/AssociateTransitGatewayPolicyTableCommand.ts +++ b/clients/client-ec2/src/commands/AssociateTransitGatewayPolicyTableCommand.ts @@ -86,9 +86,6 @@ export class AssociateTransitGatewayPolicyTableCommand extends $Command< AssociateTransitGatewayPolicyTableCommandOutput, EC2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -102,9 +99,7 @@ export class AssociateTransitGatewayPolicyTableCommand extends $Command< * @public */ constructor(readonly input: AssociateTransitGatewayPolicyTableCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -163,7 +158,4 @@ export class AssociateTransitGatewayPolicyTableCommand extends $Command< ): Promise { return de_AssociateTransitGatewayPolicyTableCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ec2/src/commands/AssociateTransitGatewayRouteTableCommand.ts b/clients/client-ec2/src/commands/AssociateTransitGatewayRouteTableCommand.ts index e800079e6038..fd8d0155ced9 100644 --- a/clients/client-ec2/src/commands/AssociateTransitGatewayRouteTableCommand.ts +++ b/clients/client-ec2/src/commands/AssociateTransitGatewayRouteTableCommand.ts @@ -84,9 +84,6 @@ export class AssociateTransitGatewayRouteTableCommand extends $Command< AssociateTransitGatewayRouteTableCommandOutput, EC2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -100,9 +97,7 @@ export class AssociateTransitGatewayRouteTableCommand extends $Command< * @public */ constructor(readonly input: AssociateTransitGatewayRouteTableCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -161,7 +156,4 @@ export class AssociateTransitGatewayRouteTableCommand extends $Command< ): Promise { return de_AssociateTransitGatewayRouteTableCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ec2/src/commands/AssociateTrunkInterfaceCommand.ts b/clients/client-ec2/src/commands/AssociateTrunkInterfaceCommand.ts index f667f552221f..a6424ecff7a3 100644 --- a/clients/client-ec2/src/commands/AssociateTrunkInterfaceCommand.ts +++ b/clients/client-ec2/src/commands/AssociateTrunkInterfaceCommand.ts @@ -95,9 +95,6 @@ export class AssociateTrunkInterfaceCommand extends $Command< AssociateTrunkInterfaceCommandOutput, EC2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -111,9 +108,7 @@ export class AssociateTrunkInterfaceCommand extends $Command< * @public */ constructor(readonly input: AssociateTrunkInterfaceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -166,7 +161,4 @@ export class AssociateTrunkInterfaceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_AssociateTrunkInterfaceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ec2/src/commands/AssociateVpcCidrBlockCommand.ts b/clients/client-ec2/src/commands/AssociateVpcCidrBlockCommand.ts index f80c63681079..51ccbf44ec0a 100644 --- a/clients/client-ec2/src/commands/AssociateVpcCidrBlockCommand.ts +++ b/clients/client-ec2/src/commands/AssociateVpcCidrBlockCommand.ts @@ -105,9 +105,6 @@ export class AssociateVpcCidrBlockCommand extends $Command< AssociateVpcCidrBlockCommandOutput, EC2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -121,9 +118,7 @@ export class AssociateVpcCidrBlockCommand extends $Command< * @public */ constructor(readonly input: AssociateVpcCidrBlockCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -176,7 +171,4 @@ export class AssociateVpcCidrBlockCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_AssociateVpcCidrBlockCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ec2/src/commands/AttachClassicLinkVpcCommand.ts b/clients/client-ec2/src/commands/AttachClassicLinkVpcCommand.ts index 4a3e71065b1a..ce8ad2d9ccb0 100644 --- a/clients/client-ec2/src/commands/AttachClassicLinkVpcCommand.ts +++ b/clients/client-ec2/src/commands/AttachClassicLinkVpcCommand.ts @@ -84,9 +84,6 @@ export class AttachClassicLinkVpcCommand extends $Command< AttachClassicLinkVpcCommandOutput, EC2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -100,9 +97,7 @@ export class AttachClassicLinkVpcCommand extends $Command< * @public */ constructor(readonly input: AttachClassicLinkVpcCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -155,7 +150,4 @@ export class AttachClassicLinkVpcCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_AttachClassicLinkVpcCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ec2/src/commands/AttachInternetGatewayCommand.ts b/clients/client-ec2/src/commands/AttachInternetGatewayCommand.ts index 79b9e150730a..badd1ef43c1b 100644 --- a/clients/client-ec2/src/commands/AttachInternetGatewayCommand.ts +++ b/clients/client-ec2/src/commands/AttachInternetGatewayCommand.ts @@ -84,9 +84,6 @@ export class AttachInternetGatewayCommand extends $Command< AttachInternetGatewayCommandOutput, EC2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -100,9 +97,7 @@ export class AttachInternetGatewayCommand extends $Command< * @public */ constructor(readonly input: AttachInternetGatewayCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -155,7 +150,4 @@ export class AttachInternetGatewayCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_AttachInternetGatewayCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ec2/src/commands/AttachNetworkInterfaceCommand.ts b/clients/client-ec2/src/commands/AttachNetworkInterfaceCommand.ts index 8a0f0cfee030..4f79f0a204fb 100644 --- a/clients/client-ec2/src/commands/AttachNetworkInterfaceCommand.ts +++ b/clients/client-ec2/src/commands/AttachNetworkInterfaceCommand.ts @@ -99,9 +99,6 @@ export class AttachNetworkInterfaceCommand extends $Command< AttachNetworkInterfaceCommandOutput, EC2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -115,9 +112,7 @@ export class AttachNetworkInterfaceCommand extends $Command< * @public */ constructor(readonly input: AttachNetworkInterfaceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -170,7 +165,4 @@ export class AttachNetworkInterfaceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_AttachNetworkInterfaceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ec2/src/commands/AttachVerifiedAccessTrustProviderCommand.ts b/clients/client-ec2/src/commands/AttachVerifiedAccessTrustProviderCommand.ts index 0b0a9c277e5a..03610ef92d1a 100644 --- a/clients/client-ec2/src/commands/AttachVerifiedAccessTrustProviderCommand.ts +++ b/clients/client-ec2/src/commands/AttachVerifiedAccessTrustProviderCommand.ts @@ -135,9 +135,6 @@ export class AttachVerifiedAccessTrustProviderCommand extends $Command< AttachVerifiedAccessTrustProviderCommandOutput, EC2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -151,9 +148,7 @@ export class AttachVerifiedAccessTrustProviderCommand extends $Command< * @public */ constructor(readonly input: AttachVerifiedAccessTrustProviderCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -212,7 +207,4 @@ export class AttachVerifiedAccessTrustProviderCommand extends $Command< ): Promise { return de_AttachVerifiedAccessTrustProviderCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ec2/src/commands/AttachVolumeCommand.ts b/clients/client-ec2/src/commands/AttachVolumeCommand.ts index b94a2075dc3c..68d44a2d58dc 100644 --- a/clients/client-ec2/src/commands/AttachVolumeCommand.ts +++ b/clients/client-ec2/src/commands/AttachVolumeCommand.ts @@ -124,9 +124,6 @@ export class AttachVolumeCommand extends $Command< AttachVolumeCommandOutput, EC2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -140,9 +137,7 @@ export class AttachVolumeCommand extends $Command< * @public */ constructor(readonly input: AttachVolumeCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -193,7 +188,4 @@ export class AttachVolumeCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_AttachVolumeCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ec2/src/commands/AttachVpnGatewayCommand.ts b/clients/client-ec2/src/commands/AttachVpnGatewayCommand.ts index 101d255196f7..8892dd79cc47 100644 --- a/clients/client-ec2/src/commands/AttachVpnGatewayCommand.ts +++ b/clients/client-ec2/src/commands/AttachVpnGatewayCommand.ts @@ -78,9 +78,6 @@ export class AttachVpnGatewayCommand extends $Command< AttachVpnGatewayCommandOutput, EC2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -94,9 +91,7 @@ export class AttachVpnGatewayCommand extends $Command< * @public */ constructor(readonly input: AttachVpnGatewayCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -149,7 +144,4 @@ export class AttachVpnGatewayCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_AttachVpnGatewayCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ec2/src/commands/AuthorizeClientVpnIngressCommand.ts b/clients/client-ec2/src/commands/AuthorizeClientVpnIngressCommand.ts index 90a724b202f8..0b561636f31b 100644 --- a/clients/client-ec2/src/commands/AuthorizeClientVpnIngressCommand.ts +++ b/clients/client-ec2/src/commands/AuthorizeClientVpnIngressCommand.ts @@ -81,9 +81,6 @@ export class AuthorizeClientVpnIngressCommand extends $Command< AuthorizeClientVpnIngressCommandOutput, EC2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -97,9 +94,7 @@ export class AuthorizeClientVpnIngressCommand extends $Command< * @public */ constructor(readonly input: AuthorizeClientVpnIngressCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -155,7 +150,4 @@ export class AuthorizeClientVpnIngressCommand extends $Command< ): Promise { return de_AuthorizeClientVpnIngressCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ec2/src/commands/AuthorizeSecurityGroupEgressCommand.ts b/clients/client-ec2/src/commands/AuthorizeSecurityGroupEgressCommand.ts index c41485040906..8888cc42f21c 100644 --- a/clients/client-ec2/src/commands/AuthorizeSecurityGroupEgressCommand.ts +++ b/clients/client-ec2/src/commands/AuthorizeSecurityGroupEgressCommand.ts @@ -210,9 +210,6 @@ export class AuthorizeSecurityGroupEgressCommand extends $Command< AuthorizeSecurityGroupEgressCommandOutput, EC2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -226,9 +223,7 @@ export class AuthorizeSecurityGroupEgressCommand extends $Command< * @public */ constructor(readonly input: AuthorizeSecurityGroupEgressCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -284,7 +279,4 @@ export class AuthorizeSecurityGroupEgressCommand extends $Command< ): Promise { return de_AuthorizeSecurityGroupEgressCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ec2/src/commands/AuthorizeSecurityGroupIngressCommand.ts b/clients/client-ec2/src/commands/AuthorizeSecurityGroupIngressCommand.ts index d63ebd876eee..a1929cefaa6b 100644 --- a/clients/client-ec2/src/commands/AuthorizeSecurityGroupIngressCommand.ts +++ b/clients/client-ec2/src/commands/AuthorizeSecurityGroupIngressCommand.ts @@ -238,9 +238,6 @@ export class AuthorizeSecurityGroupIngressCommand extends $Command< AuthorizeSecurityGroupIngressCommandOutput, EC2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -254,9 +251,7 @@ export class AuthorizeSecurityGroupIngressCommand extends $Command< * @public */ constructor(readonly input: AuthorizeSecurityGroupIngressCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -312,7 +307,4 @@ export class AuthorizeSecurityGroupIngressCommand extends $Command< ): Promise { return de_AuthorizeSecurityGroupIngressCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ec2/src/commands/BundleInstanceCommand.ts b/clients/client-ec2/src/commands/BundleInstanceCommand.ts index 015eddf4b948..8007404c13d4 100644 --- a/clients/client-ec2/src/commands/BundleInstanceCommand.ts +++ b/clients/client-ec2/src/commands/BundleInstanceCommand.ts @@ -109,9 +109,6 @@ export class BundleInstanceCommand extends $Command< BundleInstanceCommandOutput, EC2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -125,9 +122,7 @@ export class BundleInstanceCommand extends $Command< * @public */ constructor(readonly input: BundleInstanceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -180,7 +175,4 @@ export class BundleInstanceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_BundleInstanceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ec2/src/commands/CancelBundleTaskCommand.ts b/clients/client-ec2/src/commands/CancelBundleTaskCommand.ts index 635a07239dd1..60703456c257 100644 --- a/clients/client-ec2/src/commands/CancelBundleTaskCommand.ts +++ b/clients/client-ec2/src/commands/CancelBundleTaskCommand.ts @@ -95,9 +95,6 @@ export class CancelBundleTaskCommand extends $Command< CancelBundleTaskCommandOutput, EC2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -111,9 +108,7 @@ export class CancelBundleTaskCommand extends $Command< * @public */ constructor(readonly input: CancelBundleTaskCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -166,7 +161,4 @@ export class CancelBundleTaskCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CancelBundleTaskCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ec2/src/commands/CancelCapacityReservationCommand.ts b/clients/client-ec2/src/commands/CancelCapacityReservationCommand.ts index f6ac903fbd8f..af66b67dcbb1 100644 --- a/clients/client-ec2/src/commands/CancelCapacityReservationCommand.ts +++ b/clients/client-ec2/src/commands/CancelCapacityReservationCommand.ts @@ -76,9 +76,6 @@ export class CancelCapacityReservationCommand extends $Command< CancelCapacityReservationCommandOutput, EC2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -92,9 +89,7 @@ export class CancelCapacityReservationCommand extends $Command< * @public */ constructor(readonly input: CancelCapacityReservationCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -150,7 +145,4 @@ export class CancelCapacityReservationCommand extends $Command< ): Promise { return de_CancelCapacityReservationCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ec2/src/commands/CancelCapacityReservationFleetsCommand.ts b/clients/client-ec2/src/commands/CancelCapacityReservationFleetsCommand.ts index af26ade539d1..dfa56a4ad6e8 100644 --- a/clients/client-ec2/src/commands/CancelCapacityReservationFleetsCommand.ts +++ b/clients/client-ec2/src/commands/CancelCapacityReservationFleetsCommand.ts @@ -107,9 +107,6 @@ export class CancelCapacityReservationFleetsCommand extends $Command< CancelCapacityReservationFleetsCommandOutput, EC2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -123,9 +120,7 @@ export class CancelCapacityReservationFleetsCommand extends $Command< * @public */ constructor(readonly input: CancelCapacityReservationFleetsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -184,7 +179,4 @@ export class CancelCapacityReservationFleetsCommand extends $Command< ): Promise { return de_CancelCapacityReservationFleetsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ec2/src/commands/CancelConversionTaskCommand.ts b/clients/client-ec2/src/commands/CancelConversionTaskCommand.ts index ce0fd929b1dd..2197d540d40a 100644 --- a/clients/client-ec2/src/commands/CancelConversionTaskCommand.ts +++ b/clients/client-ec2/src/commands/CancelConversionTaskCommand.ts @@ -74,9 +74,6 @@ export class CancelConversionTaskCommand extends $Command< CancelConversionTaskCommandOutput, EC2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -90,9 +87,7 @@ export class CancelConversionTaskCommand extends $Command< * @public */ constructor(readonly input: CancelConversionTaskCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -145,7 +140,4 @@ export class CancelConversionTaskCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CancelConversionTaskCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ec2/src/commands/CancelExportTaskCommand.ts b/clients/client-ec2/src/commands/CancelExportTaskCommand.ts index e049ca756ddb..dfca161de555 100644 --- a/clients/client-ec2/src/commands/CancelExportTaskCommand.ts +++ b/clients/client-ec2/src/commands/CancelExportTaskCommand.ts @@ -70,9 +70,6 @@ export class CancelExportTaskCommand extends $Command< CancelExportTaskCommandOutput, EC2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -86,9 +83,7 @@ export class CancelExportTaskCommand extends $Command< * @public */ constructor(readonly input: CancelExportTaskCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -141,7 +136,4 @@ export class CancelExportTaskCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CancelExportTaskCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ec2/src/commands/CancelImageLaunchPermissionCommand.ts b/clients/client-ec2/src/commands/CancelImageLaunchPermissionCommand.ts index b8be2a956981..9152fbeb3e26 100644 --- a/clients/client-ec2/src/commands/CancelImageLaunchPermissionCommand.ts +++ b/clients/client-ec2/src/commands/CancelImageLaunchPermissionCommand.ts @@ -74,9 +74,6 @@ export class CancelImageLaunchPermissionCommand extends $Command< CancelImageLaunchPermissionCommandOutput, EC2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -90,9 +87,7 @@ export class CancelImageLaunchPermissionCommand extends $Command< * @public */ constructor(readonly input: CancelImageLaunchPermissionCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -148,7 +143,4 @@ export class CancelImageLaunchPermissionCommand extends $Command< ): Promise { return de_CancelImageLaunchPermissionCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ec2/src/commands/CancelImportTaskCommand.ts b/clients/client-ec2/src/commands/CancelImportTaskCommand.ts index 3cce734ca7d3..e80ba977fe51 100644 --- a/clients/client-ec2/src/commands/CancelImportTaskCommand.ts +++ b/clients/client-ec2/src/commands/CancelImportTaskCommand.ts @@ -74,9 +74,6 @@ export class CancelImportTaskCommand extends $Command< CancelImportTaskCommandOutput, EC2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -90,9 +87,7 @@ export class CancelImportTaskCommand extends $Command< * @public */ constructor(readonly input: CancelImportTaskCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -145,7 +140,4 @@ export class CancelImportTaskCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CancelImportTaskCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ec2/src/commands/CancelReservedInstancesListingCommand.ts b/clients/client-ec2/src/commands/CancelReservedInstancesListingCommand.ts index a7695c2d4e7f..5d124b9424a7 100644 --- a/clients/client-ec2/src/commands/CancelReservedInstancesListingCommand.ts +++ b/clients/client-ec2/src/commands/CancelReservedInstancesListingCommand.ts @@ -108,9 +108,6 @@ export class CancelReservedInstancesListingCommand extends $Command< CancelReservedInstancesListingCommandOutput, EC2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -124,9 +121,7 @@ export class CancelReservedInstancesListingCommand extends $Command< * @public */ constructor(readonly input: CancelReservedInstancesListingCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -185,7 +180,4 @@ export class CancelReservedInstancesListingCommand extends $Command< ): Promise { return de_CancelReservedInstancesListingCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ec2/src/commands/CancelSpotFleetRequestsCommand.ts b/clients/client-ec2/src/commands/CancelSpotFleetRequestsCommand.ts index 79aec175d728..04eff5f9c073 100644 --- a/clients/client-ec2/src/commands/CancelSpotFleetRequestsCommand.ts +++ b/clients/client-ec2/src/commands/CancelSpotFleetRequestsCommand.ts @@ -145,9 +145,6 @@ export class CancelSpotFleetRequestsCommand extends $Command< CancelSpotFleetRequestsCommandOutput, EC2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -161,9 +158,7 @@ export class CancelSpotFleetRequestsCommand extends $Command< * @public */ constructor(readonly input: CancelSpotFleetRequestsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -216,7 +211,4 @@ export class CancelSpotFleetRequestsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CancelSpotFleetRequestsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ec2/src/commands/CancelSpotInstanceRequestsCommand.ts b/clients/client-ec2/src/commands/CancelSpotInstanceRequestsCommand.ts index c4f530230abe..1b0b802c90fd 100644 --- a/clients/client-ec2/src/commands/CancelSpotInstanceRequestsCommand.ts +++ b/clients/client-ec2/src/commands/CancelSpotInstanceRequestsCommand.ts @@ -105,9 +105,6 @@ export class CancelSpotInstanceRequestsCommand extends $Command< CancelSpotInstanceRequestsCommandOutput, EC2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -121,9 +118,7 @@ export class CancelSpotInstanceRequestsCommand extends $Command< * @public */ constructor(readonly input: CancelSpotInstanceRequestsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -179,7 +174,4 @@ export class CancelSpotInstanceRequestsCommand extends $Command< ): Promise { return de_CancelSpotInstanceRequestsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ec2/src/commands/ConfirmProductInstanceCommand.ts b/clients/client-ec2/src/commands/ConfirmProductInstanceCommand.ts index a341017170fc..4eb5f22c3676 100644 --- a/clients/client-ec2/src/commands/ConfirmProductInstanceCommand.ts +++ b/clients/client-ec2/src/commands/ConfirmProductInstanceCommand.ts @@ -92,9 +92,6 @@ export class ConfirmProductInstanceCommand extends $Command< ConfirmProductInstanceCommandOutput, EC2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -108,9 +105,7 @@ export class ConfirmProductInstanceCommand extends $Command< * @public */ constructor(readonly input: ConfirmProductInstanceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -163,7 +158,4 @@ export class ConfirmProductInstanceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ConfirmProductInstanceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ec2/src/commands/CopyFpgaImageCommand.ts b/clients/client-ec2/src/commands/CopyFpgaImageCommand.ts index 5026e6fb64ca..429ef645e85f 100644 --- a/clients/client-ec2/src/commands/CopyFpgaImageCommand.ts +++ b/clients/client-ec2/src/commands/CopyFpgaImageCommand.ts @@ -75,9 +75,6 @@ export class CopyFpgaImageCommand extends $Command< CopyFpgaImageCommandOutput, EC2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -91,9 +88,7 @@ export class CopyFpgaImageCommand extends $Command< * @public */ constructor(readonly input: CopyFpgaImageCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -144,7 +139,4 @@ export class CopyFpgaImageCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CopyFpgaImageCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ec2/src/commands/CopyImageCommand.ts b/clients/client-ec2/src/commands/CopyImageCommand.ts index 7d9898cc5e4d..e415880c0e78 100644 --- a/clients/client-ec2/src/commands/CopyImageCommand.ts +++ b/clients/client-ec2/src/commands/CopyImageCommand.ts @@ -112,9 +112,6 @@ export interface CopyImageCommandOutput extends CopyImageResult, __MetadataBeare * */ export class CopyImageCommand extends $Command { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -128,9 +125,7 @@ export class CopyImageCommand extends $Command { return de_CopyImageCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ec2/src/commands/CopySnapshotCommand.ts b/clients/client-ec2/src/commands/CopySnapshotCommand.ts index 04fd7f98700a..45999cb620be 100644 --- a/clients/client-ec2/src/commands/CopySnapshotCommand.ts +++ b/clients/client-ec2/src/commands/CopySnapshotCommand.ts @@ -134,9 +134,6 @@ export class CopySnapshotCommand extends $Command< CopySnapshotCommandOutput, EC2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -150,9 +147,7 @@ export class CopySnapshotCommand extends $Command< * @public */ constructor(readonly input: CopySnapshotCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -204,7 +199,4 @@ export class CopySnapshotCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CopySnapshotCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ec2/src/commands/CreateCapacityReservationCommand.ts b/clients/client-ec2/src/commands/CreateCapacityReservationCommand.ts index d3bebd72ceae..67438a6464eb 100644 --- a/clients/client-ec2/src/commands/CreateCapacityReservationCommand.ts +++ b/clients/client-ec2/src/commands/CreateCapacityReservationCommand.ts @@ -144,9 +144,6 @@ export class CreateCapacityReservationCommand extends $Command< CreateCapacityReservationCommandOutput, EC2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -160,9 +157,7 @@ export class CreateCapacityReservationCommand extends $Command< * @public */ constructor(readonly input: CreateCapacityReservationCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -218,7 +213,4 @@ export class CreateCapacityReservationCommand extends $Command< ): Promise { return de_CreateCapacityReservationCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ec2/src/commands/CreateCapacityReservationFleetCommand.ts b/clients/client-ec2/src/commands/CreateCapacityReservationFleetCommand.ts index f66f190b942f..7d6a302864f2 100644 --- a/clients/client-ec2/src/commands/CreateCapacityReservationFleetCommand.ts +++ b/clients/client-ec2/src/commands/CreateCapacityReservationFleetCommand.ts @@ -133,9 +133,6 @@ export class CreateCapacityReservationFleetCommand extends $Command< CreateCapacityReservationFleetCommandOutput, EC2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -149,9 +146,7 @@ export class CreateCapacityReservationFleetCommand extends $Command< * @public */ constructor(readonly input: CreateCapacityReservationFleetCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -210,7 +205,4 @@ export class CreateCapacityReservationFleetCommand extends $Command< ): Promise { return de_CreateCapacityReservationFleetCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ec2/src/commands/CreateCarrierGatewayCommand.ts b/clients/client-ec2/src/commands/CreateCarrierGatewayCommand.ts index eca3ab34542e..faf37b76c5ec 100644 --- a/clients/client-ec2/src/commands/CreateCarrierGatewayCommand.ts +++ b/clients/client-ec2/src/commands/CreateCarrierGatewayCommand.ts @@ -94,9 +94,6 @@ export class CreateCarrierGatewayCommand extends $Command< CreateCarrierGatewayCommandOutput, EC2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -110,9 +107,7 @@ export class CreateCarrierGatewayCommand extends $Command< * @public */ constructor(readonly input: CreateCarrierGatewayCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -165,7 +160,4 @@ export class CreateCarrierGatewayCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateCarrierGatewayCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ec2/src/commands/CreateClientVpnEndpointCommand.ts b/clients/client-ec2/src/commands/CreateClientVpnEndpointCommand.ts index ac49e6c5f670..14feebdaa18e 100644 --- a/clients/client-ec2/src/commands/CreateClientVpnEndpointCommand.ts +++ b/clients/client-ec2/src/commands/CreateClientVpnEndpointCommand.ts @@ -132,9 +132,6 @@ export class CreateClientVpnEndpointCommand extends $Command< CreateClientVpnEndpointCommandOutput, EC2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -148,9 +145,7 @@ export class CreateClientVpnEndpointCommand extends $Command< * @public */ constructor(readonly input: CreateClientVpnEndpointCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -203,7 +198,4 @@ export class CreateClientVpnEndpointCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateClientVpnEndpointCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ec2/src/commands/CreateClientVpnRouteCommand.ts b/clients/client-ec2/src/commands/CreateClientVpnRouteCommand.ts index 162b72a23a38..6cc5087b85d5 100644 --- a/clients/client-ec2/src/commands/CreateClientVpnRouteCommand.ts +++ b/clients/client-ec2/src/commands/CreateClientVpnRouteCommand.ts @@ -79,9 +79,6 @@ export class CreateClientVpnRouteCommand extends $Command< CreateClientVpnRouteCommandOutput, EC2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -95,9 +92,7 @@ export class CreateClientVpnRouteCommand extends $Command< * @public */ constructor(readonly input: CreateClientVpnRouteCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -150,7 +145,4 @@ export class CreateClientVpnRouteCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateClientVpnRouteCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ec2/src/commands/CreateCoipCidrCommand.ts b/clients/client-ec2/src/commands/CreateCoipCidrCommand.ts index 3ab7ee009d15..acce7a902a2c 100644 --- a/clients/client-ec2/src/commands/CreateCoipCidrCommand.ts +++ b/clients/client-ec2/src/commands/CreateCoipCidrCommand.ts @@ -78,9 +78,6 @@ export class CreateCoipCidrCommand extends $Command< CreateCoipCidrCommandOutput, EC2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -94,9 +91,7 @@ export class CreateCoipCidrCommand extends $Command< * @public */ constructor(readonly input: CreateCoipCidrCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -149,7 +144,4 @@ export class CreateCoipCidrCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateCoipCidrCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ec2/src/commands/CreateCoipPoolCommand.ts b/clients/client-ec2/src/commands/CreateCoipPoolCommand.ts index 99c441060abd..d5e282796d79 100644 --- a/clients/client-ec2/src/commands/CreateCoipPoolCommand.ts +++ b/clients/client-ec2/src/commands/CreateCoipPoolCommand.ts @@ -95,9 +95,6 @@ export class CreateCoipPoolCommand extends $Command< CreateCoipPoolCommandOutput, EC2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -111,9 +108,7 @@ export class CreateCoipPoolCommand extends $Command< * @public */ constructor(readonly input: CreateCoipPoolCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -166,7 +161,4 @@ export class CreateCoipPoolCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateCoipPoolCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ec2/src/commands/CreateCustomerGatewayCommand.ts b/clients/client-ec2/src/commands/CreateCustomerGatewayCommand.ts index 487b0b2aaddc..9933dcc11495 100644 --- a/clients/client-ec2/src/commands/CreateCustomerGatewayCommand.ts +++ b/clients/client-ec2/src/commands/CreateCustomerGatewayCommand.ts @@ -138,9 +138,6 @@ export class CreateCustomerGatewayCommand extends $Command< CreateCustomerGatewayCommandOutput, EC2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -154,9 +151,7 @@ export class CreateCustomerGatewayCommand extends $Command< * @public */ constructor(readonly input: CreateCustomerGatewayCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -209,7 +204,4 @@ export class CreateCustomerGatewayCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateCustomerGatewayCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ec2/src/commands/CreateDefaultSubnetCommand.ts b/clients/client-ec2/src/commands/CreateDefaultSubnetCommand.ts index 01e3c9216466..862c1569387f 100644 --- a/clients/client-ec2/src/commands/CreateDefaultSubnetCommand.ts +++ b/clients/client-ec2/src/commands/CreateDefaultSubnetCommand.ts @@ -115,9 +115,6 @@ export class CreateDefaultSubnetCommand extends $Command< CreateDefaultSubnetCommandOutput, EC2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -131,9 +128,7 @@ export class CreateDefaultSubnetCommand extends $Command< * @public */ constructor(readonly input: CreateDefaultSubnetCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -186,7 +181,4 @@ export class CreateDefaultSubnetCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateDefaultSubnetCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ec2/src/commands/CreateDefaultVpcCommand.ts b/clients/client-ec2/src/commands/CreateDefaultVpcCommand.ts index 32bf381dd95c..1d0ac8a3e3dd 100644 --- a/clients/client-ec2/src/commands/CreateDefaultVpcCommand.ts +++ b/clients/client-ec2/src/commands/CreateDefaultVpcCommand.ts @@ -112,9 +112,6 @@ export class CreateDefaultVpcCommand extends $Command< CreateDefaultVpcCommandOutput, EC2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -128,9 +125,7 @@ export class CreateDefaultVpcCommand extends $Command< * @public */ constructor(readonly input: CreateDefaultVpcCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -183,7 +178,4 @@ export class CreateDefaultVpcCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateDefaultVpcCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ec2/src/commands/CreateDhcpOptionsCommand.ts b/clients/client-ec2/src/commands/CreateDhcpOptionsCommand.ts index 0d043d6ee2c2..8979d738f66f 100644 --- a/clients/client-ec2/src/commands/CreateDhcpOptionsCommand.ts +++ b/clients/client-ec2/src/commands/CreateDhcpOptionsCommand.ts @@ -198,9 +198,6 @@ export class CreateDhcpOptionsCommand extends $Command< CreateDhcpOptionsCommandOutput, EC2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -214,9 +211,7 @@ export class CreateDhcpOptionsCommand extends $Command< * @public */ constructor(readonly input: CreateDhcpOptionsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -269,7 +264,4 @@ export class CreateDhcpOptionsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateDhcpOptionsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ec2/src/commands/CreateEgressOnlyInternetGatewayCommand.ts b/clients/client-ec2/src/commands/CreateEgressOnlyInternetGatewayCommand.ts index 868055f3833f..038425c9364e 100644 --- a/clients/client-ec2/src/commands/CreateEgressOnlyInternetGatewayCommand.ts +++ b/clients/client-ec2/src/commands/CreateEgressOnlyInternetGatewayCommand.ts @@ -106,9 +106,6 @@ export class CreateEgressOnlyInternetGatewayCommand extends $Command< CreateEgressOnlyInternetGatewayCommandOutput, EC2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -122,9 +119,7 @@ export class CreateEgressOnlyInternetGatewayCommand extends $Command< * @public */ constructor(readonly input: CreateEgressOnlyInternetGatewayCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -183,7 +178,4 @@ export class CreateEgressOnlyInternetGatewayCommand extends $Command< ): Promise { return de_CreateEgressOnlyInternetGatewayCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ec2/src/commands/CreateFleetCommand.ts b/clients/client-ec2/src/commands/CreateFleetCommand.ts index 75a951276cc7..63e4725f34dd 100644 --- a/clients/client-ec2/src/commands/CreateFleetCommand.ts +++ b/clients/client-ec2/src/commands/CreateFleetCommand.ts @@ -415,9 +415,6 @@ export class CreateFleetCommand extends $Command< CreateFleetCommandOutput, EC2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -431,9 +428,7 @@ export class CreateFleetCommand extends $Command< * @public */ constructor(readonly input: CreateFleetCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -484,7 +479,4 @@ export class CreateFleetCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateFleetCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ec2/src/commands/CreateFlowLogsCommand.ts b/clients/client-ec2/src/commands/CreateFlowLogsCommand.ts index cf4a0a08354f..0682b781a6ea 100644 --- a/clients/client-ec2/src/commands/CreateFlowLogsCommand.ts +++ b/clients/client-ec2/src/commands/CreateFlowLogsCommand.ts @@ -121,9 +121,6 @@ export class CreateFlowLogsCommand extends $Command< CreateFlowLogsCommandOutput, EC2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -137,9 +134,7 @@ export class CreateFlowLogsCommand extends $Command< * @public */ constructor(readonly input: CreateFlowLogsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -192,7 +187,4 @@ export class CreateFlowLogsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateFlowLogsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ec2/src/commands/CreateFpgaImageCommand.ts b/clients/client-ec2/src/commands/CreateFpgaImageCommand.ts index 49e6bd69e3da..718845199d4f 100644 --- a/clients/client-ec2/src/commands/CreateFpgaImageCommand.ts +++ b/clients/client-ec2/src/commands/CreateFpgaImageCommand.ts @@ -98,9 +98,6 @@ export class CreateFpgaImageCommand extends $Command< CreateFpgaImageCommandOutput, EC2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -114,9 +111,7 @@ export class CreateFpgaImageCommand extends $Command< * @public */ constructor(readonly input: CreateFpgaImageCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -169,7 +164,4 @@ export class CreateFpgaImageCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateFpgaImageCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ec2/src/commands/CreateImageCommand.ts b/clients/client-ec2/src/commands/CreateImageCommand.ts index 16612ccfd95b..10d1a814d795 100644 --- a/clients/client-ec2/src/commands/CreateImageCommand.ts +++ b/clients/client-ec2/src/commands/CreateImageCommand.ts @@ -140,9 +140,6 @@ export class CreateImageCommand extends $Command< CreateImageCommandOutput, EC2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -156,9 +153,7 @@ export class CreateImageCommand extends $Command< * @public */ constructor(readonly input: CreateImageCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -209,7 +204,4 @@ export class CreateImageCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateImageCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ec2/src/commands/CreateInstanceConnectEndpointCommand.ts b/clients/client-ec2/src/commands/CreateInstanceConnectEndpointCommand.ts index f7d1a7db784d..42f6e6cafb64 100644 --- a/clients/client-ec2/src/commands/CreateInstanceConnectEndpointCommand.ts +++ b/clients/client-ec2/src/commands/CreateInstanceConnectEndpointCommand.ts @@ -119,9 +119,6 @@ export class CreateInstanceConnectEndpointCommand extends $Command< CreateInstanceConnectEndpointCommandOutput, EC2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -135,9 +132,7 @@ export class CreateInstanceConnectEndpointCommand extends $Command< * @public */ constructor(readonly input: CreateInstanceConnectEndpointCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -193,7 +188,4 @@ export class CreateInstanceConnectEndpointCommand extends $Command< ): Promise { return de_CreateInstanceConnectEndpointCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ec2/src/commands/CreateInstanceEventWindowCommand.ts b/clients/client-ec2/src/commands/CreateInstanceEventWindowCommand.ts index 9322cdd631b1..3728172f2fc1 100644 --- a/clients/client-ec2/src/commands/CreateInstanceEventWindowCommand.ts +++ b/clients/client-ec2/src/commands/CreateInstanceEventWindowCommand.ts @@ -146,9 +146,6 @@ export class CreateInstanceEventWindowCommand extends $Command< CreateInstanceEventWindowCommandOutput, EC2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -162,9 +159,7 @@ export class CreateInstanceEventWindowCommand extends $Command< * @public */ constructor(readonly input: CreateInstanceEventWindowCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -220,7 +215,4 @@ export class CreateInstanceEventWindowCommand extends $Command< ): Promise { return de_CreateInstanceEventWindowCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ec2/src/commands/CreateInstanceExportTaskCommand.ts b/clients/client-ec2/src/commands/CreateInstanceExportTaskCommand.ts index 199640489543..5b8c139bae90 100644 --- a/clients/client-ec2/src/commands/CreateInstanceExportTaskCommand.ts +++ b/clients/client-ec2/src/commands/CreateInstanceExportTaskCommand.ts @@ -113,9 +113,6 @@ export class CreateInstanceExportTaskCommand extends $Command< CreateInstanceExportTaskCommandOutput, EC2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -129,9 +126,7 @@ export class CreateInstanceExportTaskCommand extends $Command< * @public */ constructor(readonly input: CreateInstanceExportTaskCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -184,7 +179,4 @@ export class CreateInstanceExportTaskCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateInstanceExportTaskCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ec2/src/commands/CreateInternetGatewayCommand.ts b/clients/client-ec2/src/commands/CreateInternetGatewayCommand.ts index 26df85df4d18..a548b52970b9 100644 --- a/clients/client-ec2/src/commands/CreateInternetGatewayCommand.ts +++ b/clients/client-ec2/src/commands/CreateInternetGatewayCommand.ts @@ -117,9 +117,6 @@ export class CreateInternetGatewayCommand extends $Command< CreateInternetGatewayCommandOutput, EC2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -133,9 +130,7 @@ export class CreateInternetGatewayCommand extends $Command< * @public */ constructor(readonly input: CreateInternetGatewayCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -188,7 +183,4 @@ export class CreateInternetGatewayCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateInternetGatewayCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ec2/src/commands/CreateIpamCommand.ts b/clients/client-ec2/src/commands/CreateIpamCommand.ts index a4997719176e..8a4fbf812e9d 100644 --- a/clients/client-ec2/src/commands/CreateIpamCommand.ts +++ b/clients/client-ec2/src/commands/CreateIpamCommand.ts @@ -117,9 +117,6 @@ export class CreateIpamCommand extends $Command< CreateIpamCommandOutput, EC2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -133,9 +130,7 @@ export class CreateIpamCommand extends $Command< * @public */ constructor(readonly input: CreateIpamCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -186,7 +181,4 @@ export class CreateIpamCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateIpamCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ec2/src/commands/CreateIpamPoolCommand.ts b/clients/client-ec2/src/commands/CreateIpamPoolCommand.ts index 8909c213be31..258af916ea4d 100644 --- a/clients/client-ec2/src/commands/CreateIpamPoolCommand.ts +++ b/clients/client-ec2/src/commands/CreateIpamPoolCommand.ts @@ -136,9 +136,6 @@ export class CreateIpamPoolCommand extends $Command< CreateIpamPoolCommandOutput, EC2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -152,9 +149,7 @@ export class CreateIpamPoolCommand extends $Command< * @public */ constructor(readonly input: CreateIpamPoolCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -207,7 +202,4 @@ export class CreateIpamPoolCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateIpamPoolCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ec2/src/commands/CreateIpamResourceDiscoveryCommand.ts b/clients/client-ec2/src/commands/CreateIpamResourceDiscoveryCommand.ts index b2819c964d58..d4fb7b503861 100644 --- a/clients/client-ec2/src/commands/CreateIpamResourceDiscoveryCommand.ts +++ b/clients/client-ec2/src/commands/CreateIpamResourceDiscoveryCommand.ts @@ -107,9 +107,6 @@ export class CreateIpamResourceDiscoveryCommand extends $Command< CreateIpamResourceDiscoveryCommandOutput, EC2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -123,9 +120,7 @@ export class CreateIpamResourceDiscoveryCommand extends $Command< * @public */ constructor(readonly input: CreateIpamResourceDiscoveryCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -181,7 +176,4 @@ export class CreateIpamResourceDiscoveryCommand extends $Command< ): Promise { return de_CreateIpamResourceDiscoveryCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ec2/src/commands/CreateIpamScopeCommand.ts b/clients/client-ec2/src/commands/CreateIpamScopeCommand.ts index 0f7ccd8b58a6..092a71f59d0a 100644 --- a/clients/client-ec2/src/commands/CreateIpamScopeCommand.ts +++ b/clients/client-ec2/src/commands/CreateIpamScopeCommand.ts @@ -102,9 +102,6 @@ export class CreateIpamScopeCommand extends $Command< CreateIpamScopeCommandOutput, EC2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -118,9 +115,7 @@ export class CreateIpamScopeCommand extends $Command< * @public */ constructor(readonly input: CreateIpamScopeCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -173,7 +168,4 @@ export class CreateIpamScopeCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateIpamScopeCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ec2/src/commands/CreateKeyPairCommand.ts b/clients/client-ec2/src/commands/CreateKeyPairCommand.ts index a20bdf100203..f893a631b531 100644 --- a/clients/client-ec2/src/commands/CreateKeyPairCommand.ts +++ b/clients/client-ec2/src/commands/CreateKeyPairCommand.ts @@ -114,9 +114,6 @@ export class CreateKeyPairCommand extends $Command< CreateKeyPairCommandOutput, EC2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -130,9 +127,7 @@ export class CreateKeyPairCommand extends $Command< * @public */ constructor(readonly input: CreateKeyPairCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -183,7 +178,4 @@ export class CreateKeyPairCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateKeyPairCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ec2/src/commands/CreateLaunchTemplateCommand.ts b/clients/client-ec2/src/commands/CreateLaunchTemplateCommand.ts index 149924755f66..98bb6550f409 100644 --- a/clients/client-ec2/src/commands/CreateLaunchTemplateCommand.ts +++ b/clients/client-ec2/src/commands/CreateLaunchTemplateCommand.ts @@ -408,9 +408,6 @@ export class CreateLaunchTemplateCommand extends $Command< CreateLaunchTemplateCommandOutput, EC2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -424,9 +421,7 @@ export class CreateLaunchTemplateCommand extends $Command< * @public */ constructor(readonly input: CreateLaunchTemplateCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -479,7 +474,4 @@ export class CreateLaunchTemplateCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateLaunchTemplateCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ec2/src/commands/CreateLaunchTemplateVersionCommand.ts b/clients/client-ec2/src/commands/CreateLaunchTemplateVersionCommand.ts index 91665bbd07cd..2c6326fe0776 100644 --- a/clients/client-ec2/src/commands/CreateLaunchTemplateVersionCommand.ts +++ b/clients/client-ec2/src/commands/CreateLaunchTemplateVersionCommand.ts @@ -638,9 +638,6 @@ export class CreateLaunchTemplateVersionCommand extends $Command< CreateLaunchTemplateVersionCommandOutput, EC2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -654,9 +651,7 @@ export class CreateLaunchTemplateVersionCommand extends $Command< * @public */ constructor(readonly input: CreateLaunchTemplateVersionCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -712,7 +707,4 @@ export class CreateLaunchTemplateVersionCommand extends $Command< ): Promise { return de_CreateLaunchTemplateVersionCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ec2/src/commands/CreateLocalGatewayRouteCommand.ts b/clients/client-ec2/src/commands/CreateLocalGatewayRouteCommand.ts index 5ce0c0c1b27c..3d115a973ed1 100644 --- a/clients/client-ec2/src/commands/CreateLocalGatewayRouteCommand.ts +++ b/clients/client-ec2/src/commands/CreateLocalGatewayRouteCommand.ts @@ -100,9 +100,6 @@ export class CreateLocalGatewayRouteCommand extends $Command< CreateLocalGatewayRouteCommandOutput, EC2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -116,9 +113,7 @@ export class CreateLocalGatewayRouteCommand extends $Command< * @public */ constructor(readonly input: CreateLocalGatewayRouteCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -171,7 +166,4 @@ export class CreateLocalGatewayRouteCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateLocalGatewayRouteCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ec2/src/commands/CreateLocalGatewayRouteTableCommand.ts b/clients/client-ec2/src/commands/CreateLocalGatewayRouteTableCommand.ts index 3626e9159b64..60c772c1e282 100644 --- a/clients/client-ec2/src/commands/CreateLocalGatewayRouteTableCommand.ts +++ b/clients/client-ec2/src/commands/CreateLocalGatewayRouteTableCommand.ts @@ -105,9 +105,6 @@ export class CreateLocalGatewayRouteTableCommand extends $Command< CreateLocalGatewayRouteTableCommandOutput, EC2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -121,9 +118,7 @@ export class CreateLocalGatewayRouteTableCommand extends $Command< * @public */ constructor(readonly input: CreateLocalGatewayRouteTableCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -179,7 +174,4 @@ export class CreateLocalGatewayRouteTableCommand extends $Command< ): Promise { return de_CreateLocalGatewayRouteTableCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ec2/src/commands/CreateLocalGatewayRouteTableVirtualInterfaceGroupAssociationCommand.ts b/clients/client-ec2/src/commands/CreateLocalGatewayRouteTableVirtualInterfaceGroupAssociationCommand.ts index e185f2e1f69b..6789710233bb 100644 --- a/clients/client-ec2/src/commands/CreateLocalGatewayRouteTableVirtualInterfaceGroupAssociationCommand.ts +++ b/clients/client-ec2/src/commands/CreateLocalGatewayRouteTableVirtualInterfaceGroupAssociationCommand.ts @@ -108,9 +108,6 @@ export class CreateLocalGatewayRouteTableVirtualInterfaceGroupAssociationCommand CreateLocalGatewayRouteTableVirtualInterfaceGroupAssociationCommandOutput, EC2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -124,9 +121,7 @@ export class CreateLocalGatewayRouteTableVirtualInterfaceGroupAssociationCommand * @public */ constructor(readonly input: CreateLocalGatewayRouteTableVirtualInterfaceGroupAssociationCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -191,7 +186,4 @@ export class CreateLocalGatewayRouteTableVirtualInterfaceGroupAssociationCommand ): Promise { return de_CreateLocalGatewayRouteTableVirtualInterfaceGroupAssociationCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ec2/src/commands/CreateLocalGatewayRouteTableVpcAssociationCommand.ts b/clients/client-ec2/src/commands/CreateLocalGatewayRouteTableVpcAssociationCommand.ts index e3ae1175b1da..f909cb4ca09e 100644 --- a/clients/client-ec2/src/commands/CreateLocalGatewayRouteTableVpcAssociationCommand.ts +++ b/clients/client-ec2/src/commands/CreateLocalGatewayRouteTableVpcAssociationCommand.ts @@ -106,9 +106,6 @@ export class CreateLocalGatewayRouteTableVpcAssociationCommand extends $Command< CreateLocalGatewayRouteTableVpcAssociationCommandOutput, EC2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -122,9 +119,7 @@ export class CreateLocalGatewayRouteTableVpcAssociationCommand extends $Command< * @public */ constructor(readonly input: CreateLocalGatewayRouteTableVpcAssociationCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -189,7 +184,4 @@ export class CreateLocalGatewayRouteTableVpcAssociationCommand extends $Command< ): Promise { return de_CreateLocalGatewayRouteTableVpcAssociationCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ec2/src/commands/CreateManagedPrefixListCommand.ts b/clients/client-ec2/src/commands/CreateManagedPrefixListCommand.ts index b38b779d7177..8f52049ab37e 100644 --- a/clients/client-ec2/src/commands/CreateManagedPrefixListCommand.ts +++ b/clients/client-ec2/src/commands/CreateManagedPrefixListCommand.ts @@ -108,9 +108,6 @@ export class CreateManagedPrefixListCommand extends $Command< CreateManagedPrefixListCommandOutput, EC2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -124,9 +121,7 @@ export class CreateManagedPrefixListCommand extends $Command< * @public */ constructor(readonly input: CreateManagedPrefixListCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -179,7 +174,4 @@ export class CreateManagedPrefixListCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateManagedPrefixListCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ec2/src/commands/CreateNatGatewayCommand.ts b/clients/client-ec2/src/commands/CreateNatGatewayCommand.ts index d7662edacf16..474c4e5f2d6f 100644 --- a/clients/client-ec2/src/commands/CreateNatGatewayCommand.ts +++ b/clients/client-ec2/src/commands/CreateNatGatewayCommand.ts @@ -170,9 +170,6 @@ export class CreateNatGatewayCommand extends $Command< CreateNatGatewayCommandOutput, EC2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -186,9 +183,7 @@ export class CreateNatGatewayCommand extends $Command< * @public */ constructor(readonly input: CreateNatGatewayCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -241,7 +236,4 @@ export class CreateNatGatewayCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateNatGatewayCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ec2/src/commands/CreateNetworkAclCommand.ts b/clients/client-ec2/src/commands/CreateNetworkAclCommand.ts index d3f97fb794a7..68c70544e47e 100644 --- a/clients/client-ec2/src/commands/CreateNetworkAclCommand.ts +++ b/clients/client-ec2/src/commands/CreateNetworkAclCommand.ts @@ -158,9 +158,6 @@ export class CreateNetworkAclCommand extends $Command< CreateNetworkAclCommandOutput, EC2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -174,9 +171,7 @@ export class CreateNetworkAclCommand extends $Command< * @public */ constructor(readonly input: CreateNetworkAclCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -229,7 +224,4 @@ export class CreateNetworkAclCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateNetworkAclCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ec2/src/commands/CreateNetworkAclEntryCommand.ts b/clients/client-ec2/src/commands/CreateNetworkAclEntryCommand.ts index 22c3012c7283..ed4af345ecd1 100644 --- a/clients/client-ec2/src/commands/CreateNetworkAclEntryCommand.ts +++ b/clients/client-ec2/src/commands/CreateNetworkAclEntryCommand.ts @@ -111,9 +111,6 @@ export class CreateNetworkAclEntryCommand extends $Command< CreateNetworkAclEntryCommandOutput, EC2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -127,9 +124,7 @@ export class CreateNetworkAclEntryCommand extends $Command< * @public */ constructor(readonly input: CreateNetworkAclEntryCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -182,7 +177,4 @@ export class CreateNetworkAclEntryCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateNetworkAclEntryCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ec2/src/commands/CreateNetworkInsightsAccessScopeCommand.ts b/clients/client-ec2/src/commands/CreateNetworkInsightsAccessScopeCommand.ts index f2a9682c0a76..592d1d9e72af 100644 --- a/clients/client-ec2/src/commands/CreateNetworkInsightsAccessScopeCommand.ts +++ b/clients/client-ec2/src/commands/CreateNetworkInsightsAccessScopeCommand.ts @@ -302,9 +302,6 @@ export class CreateNetworkInsightsAccessScopeCommand extends $Command< CreateNetworkInsightsAccessScopeCommandOutput, EC2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -318,9 +315,7 @@ export class CreateNetworkInsightsAccessScopeCommand extends $Command< * @public */ constructor(readonly input: CreateNetworkInsightsAccessScopeCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -379,7 +374,4 @@ export class CreateNetworkInsightsAccessScopeCommand extends $Command< ): Promise { return de_CreateNetworkInsightsAccessScopeCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ec2/src/commands/CreateNetworkInsightsPathCommand.ts b/clients/client-ec2/src/commands/CreateNetworkInsightsPathCommand.ts index f2a38c720d5c..d9549b55c8a8 100644 --- a/clients/client-ec2/src/commands/CreateNetworkInsightsPathCommand.ts +++ b/clients/client-ec2/src/commands/CreateNetworkInsightsPathCommand.ts @@ -157,9 +157,6 @@ export class CreateNetworkInsightsPathCommand extends $Command< CreateNetworkInsightsPathCommandOutput, EC2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -173,9 +170,7 @@ export class CreateNetworkInsightsPathCommand extends $Command< * @public */ constructor(readonly input: CreateNetworkInsightsPathCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -231,7 +226,4 @@ export class CreateNetworkInsightsPathCommand extends $Command< ): Promise { return de_CreateNetworkInsightsPathCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ec2/src/commands/CreateNetworkInterfaceCommand.ts b/clients/client-ec2/src/commands/CreateNetworkInterfaceCommand.ts index 88205e108c8b..a2a02479c26f 100644 --- a/clients/client-ec2/src/commands/CreateNetworkInterfaceCommand.ts +++ b/clients/client-ec2/src/commands/CreateNetworkInterfaceCommand.ts @@ -256,9 +256,6 @@ export class CreateNetworkInterfaceCommand extends $Command< CreateNetworkInterfaceCommandOutput, EC2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -272,9 +269,7 @@ export class CreateNetworkInterfaceCommand extends $Command< * @public */ constructor(readonly input: CreateNetworkInterfaceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -327,7 +322,4 @@ export class CreateNetworkInterfaceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateNetworkInterfaceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ec2/src/commands/CreateNetworkInterfacePermissionCommand.ts b/clients/client-ec2/src/commands/CreateNetworkInterfacePermissionCommand.ts index ea00e635ce93..f28ba7c9af40 100644 --- a/clients/client-ec2/src/commands/CreateNetworkInterfacePermissionCommand.ts +++ b/clients/client-ec2/src/commands/CreateNetworkInterfacePermissionCommand.ts @@ -91,9 +91,6 @@ export class CreateNetworkInterfacePermissionCommand extends $Command< CreateNetworkInterfacePermissionCommandOutput, EC2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -107,9 +104,7 @@ export class CreateNetworkInterfacePermissionCommand extends $Command< * @public */ constructor(readonly input: CreateNetworkInterfacePermissionCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -168,7 +163,4 @@ export class CreateNetworkInterfacePermissionCommand extends $Command< ): Promise { return de_CreateNetworkInterfacePermissionCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ec2/src/commands/CreatePlacementGroupCommand.ts b/clients/client-ec2/src/commands/CreatePlacementGroupCommand.ts index 29443ba34976..d2d87707a11e 100644 --- a/clients/client-ec2/src/commands/CreatePlacementGroupCommand.ts +++ b/clients/client-ec2/src/commands/CreatePlacementGroupCommand.ts @@ -120,9 +120,6 @@ export class CreatePlacementGroupCommand extends $Command< CreatePlacementGroupCommandOutput, EC2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -136,9 +133,7 @@ export class CreatePlacementGroupCommand extends $Command< * @public */ constructor(readonly input: CreatePlacementGroupCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -191,7 +186,4 @@ export class CreatePlacementGroupCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreatePlacementGroupCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ec2/src/commands/CreatePublicIpv4PoolCommand.ts b/clients/client-ec2/src/commands/CreatePublicIpv4PoolCommand.ts index 2264e9962fb5..36a4e273ea56 100644 --- a/clients/client-ec2/src/commands/CreatePublicIpv4PoolCommand.ts +++ b/clients/client-ec2/src/commands/CreatePublicIpv4PoolCommand.ts @@ -81,9 +81,6 @@ export class CreatePublicIpv4PoolCommand extends $Command< CreatePublicIpv4PoolCommandOutput, EC2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -97,9 +94,7 @@ export class CreatePublicIpv4PoolCommand extends $Command< * @public */ constructor(readonly input: CreatePublicIpv4PoolCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -152,7 +147,4 @@ export class CreatePublicIpv4PoolCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreatePublicIpv4PoolCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ec2/src/commands/CreateReplaceRootVolumeTaskCommand.ts b/clients/client-ec2/src/commands/CreateReplaceRootVolumeTaskCommand.ts index b8b3a50ed10d..568a06201081 100644 --- a/clients/client-ec2/src/commands/CreateReplaceRootVolumeTaskCommand.ts +++ b/clients/client-ec2/src/commands/CreateReplaceRootVolumeTaskCommand.ts @@ -105,9 +105,6 @@ export class CreateReplaceRootVolumeTaskCommand extends $Command< CreateReplaceRootVolumeTaskCommandOutput, EC2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -121,9 +118,7 @@ export class CreateReplaceRootVolumeTaskCommand extends $Command< * @public */ constructor(readonly input: CreateReplaceRootVolumeTaskCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -179,7 +174,4 @@ export class CreateReplaceRootVolumeTaskCommand extends $Command< ): Promise { return de_CreateReplaceRootVolumeTaskCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ec2/src/commands/CreateReservedInstancesListingCommand.ts b/clients/client-ec2/src/commands/CreateReservedInstancesListingCommand.ts index 8dff6bfabc8f..22435ada1f9f 100644 --- a/clients/client-ec2/src/commands/CreateReservedInstancesListingCommand.ts +++ b/clients/client-ec2/src/commands/CreateReservedInstancesListingCommand.ts @@ -129,9 +129,6 @@ export class CreateReservedInstancesListingCommand extends $Command< CreateReservedInstancesListingCommandOutput, EC2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -145,9 +142,7 @@ export class CreateReservedInstancesListingCommand extends $Command< * @public */ constructor(readonly input: CreateReservedInstancesListingCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -206,7 +201,4 @@ export class CreateReservedInstancesListingCommand extends $Command< ): Promise { return de_CreateReservedInstancesListingCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ec2/src/commands/CreateRestoreImageTaskCommand.ts b/clients/client-ec2/src/commands/CreateRestoreImageTaskCommand.ts index 6019340fbaa9..ec516e12ecf8 100644 --- a/clients/client-ec2/src/commands/CreateRestoreImageTaskCommand.ts +++ b/clients/client-ec2/src/commands/CreateRestoreImageTaskCommand.ts @@ -89,9 +89,6 @@ export class CreateRestoreImageTaskCommand extends $Command< CreateRestoreImageTaskCommandOutput, EC2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -105,9 +102,7 @@ export class CreateRestoreImageTaskCommand extends $Command< * @public */ constructor(readonly input: CreateRestoreImageTaskCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -160,7 +155,4 @@ export class CreateRestoreImageTaskCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateRestoreImageTaskCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ec2/src/commands/CreateRouteCommand.ts b/clients/client-ec2/src/commands/CreateRouteCommand.ts index 1970f298f4c2..7fcc58be0d0c 100644 --- a/clients/client-ec2/src/commands/CreateRouteCommand.ts +++ b/clients/client-ec2/src/commands/CreateRouteCommand.ts @@ -118,9 +118,6 @@ export class CreateRouteCommand extends $Command< CreateRouteCommandOutput, EC2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -134,9 +131,7 @@ export class CreateRouteCommand extends $Command< * @public */ constructor(readonly input: CreateRouteCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -187,7 +182,4 @@ export class CreateRouteCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateRouteCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ec2/src/commands/CreateRouteTableCommand.ts b/clients/client-ec2/src/commands/CreateRouteTableCommand.ts index 35a6d44d4729..3aab05394c48 100644 --- a/clients/client-ec2/src/commands/CreateRouteTableCommand.ts +++ b/clients/client-ec2/src/commands/CreateRouteTableCommand.ts @@ -161,9 +161,6 @@ export class CreateRouteTableCommand extends $Command< CreateRouteTableCommandOutput, EC2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -177,9 +174,7 @@ export class CreateRouteTableCommand extends $Command< * @public */ constructor(readonly input: CreateRouteTableCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -232,7 +227,4 @@ export class CreateRouteTableCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateRouteTableCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ec2/src/commands/CreateSecurityGroupCommand.ts b/clients/client-ec2/src/commands/CreateSecurityGroupCommand.ts index 5cc984767235..de0e1bf08cfd 100644 --- a/clients/client-ec2/src/commands/CreateSecurityGroupCommand.ts +++ b/clients/client-ec2/src/commands/CreateSecurityGroupCommand.ts @@ -126,9 +126,6 @@ export class CreateSecurityGroupCommand extends $Command< CreateSecurityGroupCommandOutput, EC2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -142,9 +139,7 @@ export class CreateSecurityGroupCommand extends $Command< * @public */ constructor(readonly input: CreateSecurityGroupCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -197,7 +192,4 @@ export class CreateSecurityGroupCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateSecurityGroupCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ec2/src/commands/CreateSnapshotCommand.ts b/clients/client-ec2/src/commands/CreateSnapshotCommand.ts index df95e957ac41..5f876f7fe1c0 100644 --- a/clients/client-ec2/src/commands/CreateSnapshotCommand.ts +++ b/clients/client-ec2/src/commands/CreateSnapshotCommand.ts @@ -154,9 +154,6 @@ export class CreateSnapshotCommand extends $Command< CreateSnapshotCommandOutput, EC2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -170,9 +167,7 @@ export class CreateSnapshotCommand extends $Command< * @public */ constructor(readonly input: CreateSnapshotCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -225,7 +220,4 @@ export class CreateSnapshotCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateSnapshotCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ec2/src/commands/CreateSnapshotsCommand.ts b/clients/client-ec2/src/commands/CreateSnapshotsCommand.ts index 9d095e937446..e9b03fa84123 100644 --- a/clients/client-ec2/src/commands/CreateSnapshotsCommand.ts +++ b/clients/client-ec2/src/commands/CreateSnapshotsCommand.ts @@ -120,9 +120,6 @@ export class CreateSnapshotsCommand extends $Command< CreateSnapshotsCommandOutput, EC2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -136,9 +133,7 @@ export class CreateSnapshotsCommand extends $Command< * @public */ constructor(readonly input: CreateSnapshotsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -191,7 +186,4 @@ export class CreateSnapshotsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateSnapshotsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ec2/src/commands/CreateSpotDatafeedSubscriptionCommand.ts b/clients/client-ec2/src/commands/CreateSpotDatafeedSubscriptionCommand.ts index 66841df1174f..0d075e591e8d 100644 --- a/clients/client-ec2/src/commands/CreateSpotDatafeedSubscriptionCommand.ts +++ b/clients/client-ec2/src/commands/CreateSpotDatafeedSubscriptionCommand.ts @@ -111,9 +111,6 @@ export class CreateSpotDatafeedSubscriptionCommand extends $Command< CreateSpotDatafeedSubscriptionCommandOutput, EC2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -127,9 +124,7 @@ export class CreateSpotDatafeedSubscriptionCommand extends $Command< * @public */ constructor(readonly input: CreateSpotDatafeedSubscriptionCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -188,7 +183,4 @@ export class CreateSpotDatafeedSubscriptionCommand extends $Command< ): Promise { return de_CreateSpotDatafeedSubscriptionCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ec2/src/commands/CreateStoreImageTaskCommand.ts b/clients/client-ec2/src/commands/CreateStoreImageTaskCommand.ts index 64b197d4c036..76a1d4f1ed1d 100644 --- a/clients/client-ec2/src/commands/CreateStoreImageTaskCommand.ts +++ b/clients/client-ec2/src/commands/CreateStoreImageTaskCommand.ts @@ -82,9 +82,6 @@ export class CreateStoreImageTaskCommand extends $Command< CreateStoreImageTaskCommandOutput, EC2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -98,9 +95,7 @@ export class CreateStoreImageTaskCommand extends $Command< * @public */ constructor(readonly input: CreateStoreImageTaskCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -153,7 +148,4 @@ export class CreateStoreImageTaskCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateStoreImageTaskCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ec2/src/commands/CreateSubnetCidrReservationCommand.ts b/clients/client-ec2/src/commands/CreateSubnetCidrReservationCommand.ts index 1b2658421523..9b0a6743358f 100644 --- a/clients/client-ec2/src/commands/CreateSubnetCidrReservationCommand.ts +++ b/clients/client-ec2/src/commands/CreateSubnetCidrReservationCommand.ts @@ -100,9 +100,6 @@ export class CreateSubnetCidrReservationCommand extends $Command< CreateSubnetCidrReservationCommandOutput, EC2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -116,9 +113,7 @@ export class CreateSubnetCidrReservationCommand extends $Command< * @public */ constructor(readonly input: CreateSubnetCidrReservationCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -174,7 +169,4 @@ export class CreateSubnetCidrReservationCommand extends $Command< ): Promise { return de_CreateSubnetCidrReservationCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ec2/src/commands/CreateSubnetCommand.ts b/clients/client-ec2/src/commands/CreateSubnetCommand.ts index acda2aeadf0a..c922e3358044 100644 --- a/clients/client-ec2/src/commands/CreateSubnetCommand.ts +++ b/clients/client-ec2/src/commands/CreateSubnetCommand.ts @@ -168,9 +168,6 @@ export class CreateSubnetCommand extends $Command< CreateSubnetCommandOutput, EC2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -184,9 +181,7 @@ export class CreateSubnetCommand extends $Command< * @public */ constructor(readonly input: CreateSubnetCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -237,7 +232,4 @@ export class CreateSubnetCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateSubnetCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ec2/src/commands/CreateTagsCommand.ts b/clients/client-ec2/src/commands/CreateTagsCommand.ts index 239816b9d52d..b81da93f34cb 100644 --- a/clients/client-ec2/src/commands/CreateTagsCommand.ts +++ b/clients/client-ec2/src/commands/CreateTagsCommand.ts @@ -104,9 +104,6 @@ export class CreateTagsCommand extends $Command< CreateTagsCommandOutput, EC2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -120,9 +117,7 @@ export class CreateTagsCommand extends $Command< * @public */ constructor(readonly input: CreateTagsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -173,7 +168,4 @@ export class CreateTagsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateTagsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ec2/src/commands/CreateTrafficMirrorFilterCommand.ts b/clients/client-ec2/src/commands/CreateTrafficMirrorFilterCommand.ts index 249ba5658b3f..a9845e7826c1 100644 --- a/clients/client-ec2/src/commands/CreateTrafficMirrorFilterCommand.ts +++ b/clients/client-ec2/src/commands/CreateTrafficMirrorFilterCommand.ts @@ -141,9 +141,6 @@ export class CreateTrafficMirrorFilterCommand extends $Command< CreateTrafficMirrorFilterCommandOutput, EC2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -157,9 +154,7 @@ export class CreateTrafficMirrorFilterCommand extends $Command< * @public */ constructor(readonly input: CreateTrafficMirrorFilterCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -215,7 +210,4 @@ export class CreateTrafficMirrorFilterCommand extends $Command< ): Promise { return de_CreateTrafficMirrorFilterCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ec2/src/commands/CreateTrafficMirrorFilterRuleCommand.ts b/clients/client-ec2/src/commands/CreateTrafficMirrorFilterRuleCommand.ts index e0a0ee669da8..a7faff15ee99 100644 --- a/clients/client-ec2/src/commands/CreateTrafficMirrorFilterRuleCommand.ts +++ b/clients/client-ec2/src/commands/CreateTrafficMirrorFilterRuleCommand.ts @@ -110,9 +110,6 @@ export class CreateTrafficMirrorFilterRuleCommand extends $Command< CreateTrafficMirrorFilterRuleCommandOutput, EC2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -126,9 +123,7 @@ export class CreateTrafficMirrorFilterRuleCommand extends $Command< * @public */ constructor(readonly input: CreateTrafficMirrorFilterRuleCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -184,7 +179,4 @@ export class CreateTrafficMirrorFilterRuleCommand extends $Command< ): Promise { return de_CreateTrafficMirrorFilterRuleCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ec2/src/commands/CreateTrafficMirrorSessionCommand.ts b/clients/client-ec2/src/commands/CreateTrafficMirrorSessionCommand.ts index 014b4d143451..4b7c2f23c0c6 100644 --- a/clients/client-ec2/src/commands/CreateTrafficMirrorSessionCommand.ts +++ b/clients/client-ec2/src/commands/CreateTrafficMirrorSessionCommand.ts @@ -112,9 +112,6 @@ export class CreateTrafficMirrorSessionCommand extends $Command< CreateTrafficMirrorSessionCommandOutput, EC2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -128,9 +125,7 @@ export class CreateTrafficMirrorSessionCommand extends $Command< * @public */ constructor(readonly input: CreateTrafficMirrorSessionCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -186,7 +181,4 @@ export class CreateTrafficMirrorSessionCommand extends $Command< ): Promise { return de_CreateTrafficMirrorSessionCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ec2/src/commands/CreateTrafficMirrorTargetCommand.ts b/clients/client-ec2/src/commands/CreateTrafficMirrorTargetCommand.ts index a0af40b26dcc..07701703a4e4 100644 --- a/clients/client-ec2/src/commands/CreateTrafficMirrorTargetCommand.ts +++ b/clients/client-ec2/src/commands/CreateTrafficMirrorTargetCommand.ts @@ -106,9 +106,6 @@ export class CreateTrafficMirrorTargetCommand extends $Command< CreateTrafficMirrorTargetCommandOutput, EC2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -122,9 +119,7 @@ export class CreateTrafficMirrorTargetCommand extends $Command< * @public */ constructor(readonly input: CreateTrafficMirrorTargetCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -180,7 +175,4 @@ export class CreateTrafficMirrorTargetCommand extends $Command< ): Promise { return de_CreateTrafficMirrorTargetCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ec2/src/commands/CreateTransitGatewayCommand.ts b/clients/client-ec2/src/commands/CreateTransitGatewayCommand.ts index 1f128ae9d6f6..44a3f07b2574 100644 --- a/clients/client-ec2/src/commands/CreateTransitGatewayCommand.ts +++ b/clients/client-ec2/src/commands/CreateTransitGatewayCommand.ts @@ -133,9 +133,6 @@ export class CreateTransitGatewayCommand extends $Command< CreateTransitGatewayCommandOutput, EC2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -149,9 +146,7 @@ export class CreateTransitGatewayCommand extends $Command< * @public */ constructor(readonly input: CreateTransitGatewayCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -204,7 +199,4 @@ export class CreateTransitGatewayCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateTransitGatewayCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ec2/src/commands/CreateTransitGatewayConnectCommand.ts b/clients/client-ec2/src/commands/CreateTransitGatewayConnectCommand.ts index cb21079ecfc6..1b1d08ae8684 100644 --- a/clients/client-ec2/src/commands/CreateTransitGatewayConnectCommand.ts +++ b/clients/client-ec2/src/commands/CreateTransitGatewayConnectCommand.ts @@ -101,9 +101,6 @@ export class CreateTransitGatewayConnectCommand extends $Command< CreateTransitGatewayConnectCommandOutput, EC2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -117,9 +114,7 @@ export class CreateTransitGatewayConnectCommand extends $Command< * @public */ constructor(readonly input: CreateTransitGatewayConnectCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -175,7 +170,4 @@ export class CreateTransitGatewayConnectCommand extends $Command< ): Promise { return de_CreateTransitGatewayConnectCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ec2/src/commands/CreateTransitGatewayConnectPeerCommand.ts b/clients/client-ec2/src/commands/CreateTransitGatewayConnectPeerCommand.ts index ed94bdf4e9d0..0aa045baf4d6 100644 --- a/clients/client-ec2/src/commands/CreateTransitGatewayConnectPeerCommand.ts +++ b/clients/client-ec2/src/commands/CreateTransitGatewayConnectPeerCommand.ts @@ -126,9 +126,6 @@ export class CreateTransitGatewayConnectPeerCommand extends $Command< CreateTransitGatewayConnectPeerCommandOutput, EC2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -142,9 +139,7 @@ export class CreateTransitGatewayConnectPeerCommand extends $Command< * @public */ constructor(readonly input: CreateTransitGatewayConnectPeerCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -203,7 +198,4 @@ export class CreateTransitGatewayConnectPeerCommand extends $Command< ): Promise { return de_CreateTransitGatewayConnectPeerCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ec2/src/commands/CreateTransitGatewayMulticastDomainCommand.ts b/clients/client-ec2/src/commands/CreateTransitGatewayMulticastDomainCommand.ts index 1a9c1aaed4ab..5d07f976ca47 100644 --- a/clients/client-ec2/src/commands/CreateTransitGatewayMulticastDomainCommand.ts +++ b/clients/client-ec2/src/commands/CreateTransitGatewayMulticastDomainCommand.ts @@ -114,9 +114,6 @@ export class CreateTransitGatewayMulticastDomainCommand extends $Command< CreateTransitGatewayMulticastDomainCommandOutput, EC2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -130,9 +127,7 @@ export class CreateTransitGatewayMulticastDomainCommand extends $Command< * @public */ constructor(readonly input: CreateTransitGatewayMulticastDomainCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -191,7 +186,4 @@ export class CreateTransitGatewayMulticastDomainCommand extends $Command< ): Promise { return de_CreateTransitGatewayMulticastDomainCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ec2/src/commands/CreateTransitGatewayPeeringAttachmentCommand.ts b/clients/client-ec2/src/commands/CreateTransitGatewayPeeringAttachmentCommand.ts index bdb3090645f2..79f61bf03688 100644 --- a/clients/client-ec2/src/commands/CreateTransitGatewayPeeringAttachmentCommand.ts +++ b/clients/client-ec2/src/commands/CreateTransitGatewayPeeringAttachmentCommand.ts @@ -131,9 +131,6 @@ export class CreateTransitGatewayPeeringAttachmentCommand extends $Command< CreateTransitGatewayPeeringAttachmentCommandOutput, EC2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -147,9 +144,7 @@ export class CreateTransitGatewayPeeringAttachmentCommand extends $Command< * @public */ constructor(readonly input: CreateTransitGatewayPeeringAttachmentCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -208,7 +203,4 @@ export class CreateTransitGatewayPeeringAttachmentCommand extends $Command< ): Promise { return de_CreateTransitGatewayPeeringAttachmentCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ec2/src/commands/CreateTransitGatewayPolicyTableCommand.ts b/clients/client-ec2/src/commands/CreateTransitGatewayPolicyTableCommand.ts index 455c20db2df4..cca58762f679 100644 --- a/clients/client-ec2/src/commands/CreateTransitGatewayPolicyTableCommand.ts +++ b/clients/client-ec2/src/commands/CreateTransitGatewayPolicyTableCommand.ts @@ -98,9 +98,6 @@ export class CreateTransitGatewayPolicyTableCommand extends $Command< CreateTransitGatewayPolicyTableCommandOutput, EC2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -114,9 +111,7 @@ export class CreateTransitGatewayPolicyTableCommand extends $Command< * @public */ constructor(readonly input: CreateTransitGatewayPolicyTableCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -175,7 +170,4 @@ export class CreateTransitGatewayPolicyTableCommand extends $Command< ): Promise { return de_CreateTransitGatewayPolicyTableCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ec2/src/commands/CreateTransitGatewayPrefixListReferenceCommand.ts b/clients/client-ec2/src/commands/CreateTransitGatewayPrefixListReferenceCommand.ts index 42172335303b..877e61017945 100644 --- a/clients/client-ec2/src/commands/CreateTransitGatewayPrefixListReferenceCommand.ts +++ b/clients/client-ec2/src/commands/CreateTransitGatewayPrefixListReferenceCommand.ts @@ -94,9 +94,6 @@ export class CreateTransitGatewayPrefixListReferenceCommand extends $Command< CreateTransitGatewayPrefixListReferenceCommandOutput, EC2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -110,9 +107,7 @@ export class CreateTransitGatewayPrefixListReferenceCommand extends $Command< * @public */ constructor(readonly input: CreateTransitGatewayPrefixListReferenceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -177,7 +172,4 @@ export class CreateTransitGatewayPrefixListReferenceCommand extends $Command< ): Promise { return de_CreateTransitGatewayPrefixListReferenceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ec2/src/commands/CreateTransitGatewayRouteCommand.ts b/clients/client-ec2/src/commands/CreateTransitGatewayRouteCommand.ts index 77fe72023293..79cca2b27e67 100644 --- a/clients/client-ec2/src/commands/CreateTransitGatewayRouteCommand.ts +++ b/clients/client-ec2/src/commands/CreateTransitGatewayRouteCommand.ts @@ -87,9 +87,6 @@ export class CreateTransitGatewayRouteCommand extends $Command< CreateTransitGatewayRouteCommandOutput, EC2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -103,9 +100,7 @@ export class CreateTransitGatewayRouteCommand extends $Command< * @public */ constructor(readonly input: CreateTransitGatewayRouteCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -161,7 +156,4 @@ export class CreateTransitGatewayRouteCommand extends $Command< ): Promise { return de_CreateTransitGatewayRouteCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ec2/src/commands/CreateTransitGatewayRouteTableAnnouncementCommand.ts b/clients/client-ec2/src/commands/CreateTransitGatewayRouteTableAnnouncementCommand.ts index 4b256159146d..a7bb6be756c3 100644 --- a/clients/client-ec2/src/commands/CreateTransitGatewayRouteTableAnnouncementCommand.ts +++ b/clients/client-ec2/src/commands/CreateTransitGatewayRouteTableAnnouncementCommand.ts @@ -109,9 +109,6 @@ export class CreateTransitGatewayRouteTableAnnouncementCommand extends $Command< CreateTransitGatewayRouteTableAnnouncementCommandOutput, EC2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -125,9 +122,7 @@ export class CreateTransitGatewayRouteTableAnnouncementCommand extends $Command< * @public */ constructor(readonly input: CreateTransitGatewayRouteTableAnnouncementCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -192,7 +187,4 @@ export class CreateTransitGatewayRouteTableAnnouncementCommand extends $Command< ): Promise { return de_CreateTransitGatewayRouteTableAnnouncementCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ec2/src/commands/CreateTransitGatewayRouteTableCommand.ts b/clients/client-ec2/src/commands/CreateTransitGatewayRouteTableCommand.ts index f92b67b347e4..d10fab577b99 100644 --- a/clients/client-ec2/src/commands/CreateTransitGatewayRouteTableCommand.ts +++ b/clients/client-ec2/src/commands/CreateTransitGatewayRouteTableCommand.ts @@ -100,9 +100,6 @@ export class CreateTransitGatewayRouteTableCommand extends $Command< CreateTransitGatewayRouteTableCommandOutput, EC2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -116,9 +113,7 @@ export class CreateTransitGatewayRouteTableCommand extends $Command< * @public */ constructor(readonly input: CreateTransitGatewayRouteTableCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -177,7 +172,4 @@ export class CreateTransitGatewayRouteTableCommand extends $Command< ): Promise { return de_CreateTransitGatewayRouteTableCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ec2/src/commands/CreateTransitGatewayVpcAttachmentCommand.ts b/clients/client-ec2/src/commands/CreateTransitGatewayVpcAttachmentCommand.ts index 7b9ef2ec4180..312b2c2addc0 100644 --- a/clients/client-ec2/src/commands/CreateTransitGatewayVpcAttachmentCommand.ts +++ b/clients/client-ec2/src/commands/CreateTransitGatewayVpcAttachmentCommand.ts @@ -120,9 +120,6 @@ export class CreateTransitGatewayVpcAttachmentCommand extends $Command< CreateTransitGatewayVpcAttachmentCommandOutput, EC2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -136,9 +133,7 @@ export class CreateTransitGatewayVpcAttachmentCommand extends $Command< * @public */ constructor(readonly input: CreateTransitGatewayVpcAttachmentCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -197,7 +192,4 @@ export class CreateTransitGatewayVpcAttachmentCommand extends $Command< ): Promise { return de_CreateTransitGatewayVpcAttachmentCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ec2/src/commands/CreateVerifiedAccessEndpointCommand.ts b/clients/client-ec2/src/commands/CreateVerifiedAccessEndpointCommand.ts index 5bcd416f2930..0e0812bd3d50 100644 --- a/clients/client-ec2/src/commands/CreateVerifiedAccessEndpointCommand.ts +++ b/clients/client-ec2/src/commands/CreateVerifiedAccessEndpointCommand.ts @@ -156,9 +156,6 @@ export class CreateVerifiedAccessEndpointCommand extends $Command< CreateVerifiedAccessEndpointCommandOutput, EC2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -172,9 +169,7 @@ export class CreateVerifiedAccessEndpointCommand extends $Command< * @public */ constructor(readonly input: CreateVerifiedAccessEndpointCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -230,7 +225,4 @@ export class CreateVerifiedAccessEndpointCommand extends $Command< ): Promise { return de_CreateVerifiedAccessEndpointCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ec2/src/commands/CreateVerifiedAccessGroupCommand.ts b/clients/client-ec2/src/commands/CreateVerifiedAccessGroupCommand.ts index 21179497d7e3..26c5e26e7d75 100644 --- a/clients/client-ec2/src/commands/CreateVerifiedAccessGroupCommand.ts +++ b/clients/client-ec2/src/commands/CreateVerifiedAccessGroupCommand.ts @@ -111,9 +111,6 @@ export class CreateVerifiedAccessGroupCommand extends $Command< CreateVerifiedAccessGroupCommandOutput, EC2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -127,9 +124,7 @@ export class CreateVerifiedAccessGroupCommand extends $Command< * @public */ constructor(readonly input: CreateVerifiedAccessGroupCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -185,7 +180,4 @@ export class CreateVerifiedAccessGroupCommand extends $Command< ): Promise { return de_CreateVerifiedAccessGroupCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ec2/src/commands/CreateVerifiedAccessInstanceCommand.ts b/clients/client-ec2/src/commands/CreateVerifiedAccessInstanceCommand.ts index b54218b07f2f..a0f62da11b2f 100644 --- a/clients/client-ec2/src/commands/CreateVerifiedAccessInstanceCommand.ts +++ b/clients/client-ec2/src/commands/CreateVerifiedAccessInstanceCommand.ts @@ -108,9 +108,6 @@ export class CreateVerifiedAccessInstanceCommand extends $Command< CreateVerifiedAccessInstanceCommandOutput, EC2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -124,9 +121,7 @@ export class CreateVerifiedAccessInstanceCommand extends $Command< * @public */ constructor(readonly input: CreateVerifiedAccessInstanceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -182,7 +177,4 @@ export class CreateVerifiedAccessInstanceCommand extends $Command< ): Promise { return de_CreateVerifiedAccessInstanceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ec2/src/commands/CreateVerifiedAccessTrustProviderCommand.ts b/clients/client-ec2/src/commands/CreateVerifiedAccessTrustProviderCommand.ts index 4902d26e0cb8..f08c60894a11 100644 --- a/clients/client-ec2/src/commands/CreateVerifiedAccessTrustProviderCommand.ts +++ b/clients/client-ec2/src/commands/CreateVerifiedAccessTrustProviderCommand.ts @@ -147,9 +147,6 @@ export class CreateVerifiedAccessTrustProviderCommand extends $Command< CreateVerifiedAccessTrustProviderCommandOutput, EC2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -163,9 +160,7 @@ export class CreateVerifiedAccessTrustProviderCommand extends $Command< * @public */ constructor(readonly input: CreateVerifiedAccessTrustProviderCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -224,7 +219,4 @@ export class CreateVerifiedAccessTrustProviderCommand extends $Command< ): Promise { return de_CreateVerifiedAccessTrustProviderCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ec2/src/commands/CreateVolumeCommand.ts b/clients/client-ec2/src/commands/CreateVolumeCommand.ts index 4b4cdd8322a2..cda120ef94d1 100644 --- a/clients/client-ec2/src/commands/CreateVolumeCommand.ts +++ b/clients/client-ec2/src/commands/CreateVolumeCommand.ts @@ -186,9 +186,6 @@ export class CreateVolumeCommand extends $Command< CreateVolumeCommandOutput, EC2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -202,9 +199,7 @@ export class CreateVolumeCommand extends $Command< * @public */ constructor(readonly input: CreateVolumeCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -255,7 +250,4 @@ export class CreateVolumeCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateVolumeCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ec2/src/commands/CreateVpcCommand.ts b/clients/client-ec2/src/commands/CreateVpcCommand.ts index 416e2f9194d4..e5135ae1fd0f 100644 --- a/clients/client-ec2/src/commands/CreateVpcCommand.ts +++ b/clients/client-ec2/src/commands/CreateVpcCommand.ts @@ -155,9 +155,6 @@ export interface CreateVpcCommandOutput extends CreateVpcResult, __MetadataBeare * */ export class CreateVpcCommand extends $Command { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -171,9 +168,7 @@ export class CreateVpcCommand extends $Command { return de_CreateVpcCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ec2/src/commands/CreateVpcEndpointCommand.ts b/clients/client-ec2/src/commands/CreateVpcEndpointCommand.ts index a6f0fc18840e..c08f6190def0 100644 --- a/clients/client-ec2/src/commands/CreateVpcEndpointCommand.ts +++ b/clients/client-ec2/src/commands/CreateVpcEndpointCommand.ts @@ -159,9 +159,6 @@ export class CreateVpcEndpointCommand extends $Command< CreateVpcEndpointCommandOutput, EC2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -175,9 +172,7 @@ export class CreateVpcEndpointCommand extends $Command< * @public */ constructor(readonly input: CreateVpcEndpointCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -230,7 +225,4 @@ export class CreateVpcEndpointCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateVpcEndpointCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ec2/src/commands/CreateVpcEndpointConnectionNotificationCommand.ts b/clients/client-ec2/src/commands/CreateVpcEndpointConnectionNotificationCommand.ts index 07ea784cba45..d0098e9f3b85 100644 --- a/clients/client-ec2/src/commands/CreateVpcEndpointConnectionNotificationCommand.ts +++ b/clients/client-ec2/src/commands/CreateVpcEndpointConnectionNotificationCommand.ts @@ -101,9 +101,6 @@ export class CreateVpcEndpointConnectionNotificationCommand extends $Command< CreateVpcEndpointConnectionNotificationCommandOutput, EC2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -117,9 +114,7 @@ export class CreateVpcEndpointConnectionNotificationCommand extends $Command< * @public */ constructor(readonly input: CreateVpcEndpointConnectionNotificationCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -184,7 +179,4 @@ export class CreateVpcEndpointConnectionNotificationCommand extends $Command< ): Promise { return de_CreateVpcEndpointConnectionNotificationCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ec2/src/commands/CreateVpcEndpointServiceConfigurationCommand.ts b/clients/client-ec2/src/commands/CreateVpcEndpointServiceConfigurationCommand.ts index 856751e2acb5..bb8a1f8a6a8e 100644 --- a/clients/client-ec2/src/commands/CreateVpcEndpointServiceConfigurationCommand.ts +++ b/clients/client-ec2/src/commands/CreateVpcEndpointServiceConfigurationCommand.ts @@ -159,9 +159,6 @@ export class CreateVpcEndpointServiceConfigurationCommand extends $Command< CreateVpcEndpointServiceConfigurationCommandOutput, EC2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -175,9 +172,7 @@ export class CreateVpcEndpointServiceConfigurationCommand extends $Command< * @public */ constructor(readonly input: CreateVpcEndpointServiceConfigurationCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -236,7 +231,4 @@ export class CreateVpcEndpointServiceConfigurationCommand extends $Command< ): Promise { return de_CreateVpcEndpointServiceConfigurationCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ec2/src/commands/CreateVpcPeeringConnectionCommand.ts b/clients/client-ec2/src/commands/CreateVpcPeeringConnectionCommand.ts index aa89997cd7f4..f92335da5920 100644 --- a/clients/client-ec2/src/commands/CreateVpcPeeringConnectionCommand.ts +++ b/clients/client-ec2/src/commands/CreateVpcPeeringConnectionCommand.ts @@ -152,9 +152,6 @@ export class CreateVpcPeeringConnectionCommand extends $Command< CreateVpcPeeringConnectionCommandOutput, EC2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -168,9 +165,7 @@ export class CreateVpcPeeringConnectionCommand extends $Command< * @public */ constructor(readonly input: CreateVpcPeeringConnectionCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -226,7 +221,4 @@ export class CreateVpcPeeringConnectionCommand extends $Command< ): Promise { return de_CreateVpcPeeringConnectionCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ec2/src/commands/CreateVpnConnectionCommand.ts b/clients/client-ec2/src/commands/CreateVpnConnectionCommand.ts index 83f077b556e1..81bd1de1db79 100644 --- a/clients/client-ec2/src/commands/CreateVpnConnectionCommand.ts +++ b/clients/client-ec2/src/commands/CreateVpnConnectionCommand.ts @@ -280,9 +280,6 @@ export class CreateVpnConnectionCommand extends $Command< CreateVpnConnectionCommandOutput, EC2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -296,9 +293,7 @@ export class CreateVpnConnectionCommand extends $Command< * @public */ constructor(readonly input: CreateVpnConnectionCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -351,7 +346,4 @@ export class CreateVpnConnectionCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateVpnConnectionCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ec2/src/commands/CreateVpnConnectionRouteCommand.ts b/clients/client-ec2/src/commands/CreateVpnConnectionRouteCommand.ts index fdf19b9bc5e7..d92e048d5f43 100644 --- a/clients/client-ec2/src/commands/CreateVpnConnectionRouteCommand.ts +++ b/clients/client-ec2/src/commands/CreateVpnConnectionRouteCommand.ts @@ -73,9 +73,6 @@ export class CreateVpnConnectionRouteCommand extends $Command< CreateVpnConnectionRouteCommandOutput, EC2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -89,9 +86,7 @@ export class CreateVpnConnectionRouteCommand extends $Command< * @public */ constructor(readonly input: CreateVpnConnectionRouteCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -144,7 +139,4 @@ export class CreateVpnConnectionRouteCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateVpnConnectionRouteCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ec2/src/commands/CreateVpnGatewayCommand.ts b/clients/client-ec2/src/commands/CreateVpnGatewayCommand.ts index f2fedafedd09..f69176df0324 100644 --- a/clients/client-ec2/src/commands/CreateVpnGatewayCommand.ts +++ b/clients/client-ec2/src/commands/CreateVpnGatewayCommand.ts @@ -106,9 +106,6 @@ export class CreateVpnGatewayCommand extends $Command< CreateVpnGatewayCommandOutput, EC2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -122,9 +119,7 @@ export class CreateVpnGatewayCommand extends $Command< * @public */ constructor(readonly input: CreateVpnGatewayCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -177,7 +172,4 @@ export class CreateVpnGatewayCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateVpnGatewayCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ec2/src/commands/DeleteCarrierGatewayCommand.ts b/clients/client-ec2/src/commands/DeleteCarrierGatewayCommand.ts index 44ba18550020..ed3beb06fa35 100644 --- a/clients/client-ec2/src/commands/DeleteCarrierGatewayCommand.ts +++ b/clients/client-ec2/src/commands/DeleteCarrierGatewayCommand.ts @@ -87,9 +87,6 @@ export class DeleteCarrierGatewayCommand extends $Command< DeleteCarrierGatewayCommandOutput, EC2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -103,9 +100,7 @@ export class DeleteCarrierGatewayCommand extends $Command< * @public */ constructor(readonly input: DeleteCarrierGatewayCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -158,7 +153,4 @@ export class DeleteCarrierGatewayCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteCarrierGatewayCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ec2/src/commands/DeleteClientVpnEndpointCommand.ts b/clients/client-ec2/src/commands/DeleteClientVpnEndpointCommand.ts index b14270be8d7f..a7fd5d0aa45d 100644 --- a/clients/client-ec2/src/commands/DeleteClientVpnEndpointCommand.ts +++ b/clients/client-ec2/src/commands/DeleteClientVpnEndpointCommand.ts @@ -75,9 +75,6 @@ export class DeleteClientVpnEndpointCommand extends $Command< DeleteClientVpnEndpointCommandOutput, EC2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -91,9 +88,7 @@ export class DeleteClientVpnEndpointCommand extends $Command< * @public */ constructor(readonly input: DeleteClientVpnEndpointCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -146,7 +141,4 @@ export class DeleteClientVpnEndpointCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteClientVpnEndpointCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ec2/src/commands/DeleteClientVpnRouteCommand.ts b/clients/client-ec2/src/commands/DeleteClientVpnRouteCommand.ts index b1e2e92fb90c..be1c0c6a48ea 100644 --- a/clients/client-ec2/src/commands/DeleteClientVpnRouteCommand.ts +++ b/clients/client-ec2/src/commands/DeleteClientVpnRouteCommand.ts @@ -79,9 +79,6 @@ export class DeleteClientVpnRouteCommand extends $Command< DeleteClientVpnRouteCommandOutput, EC2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -95,9 +92,7 @@ export class DeleteClientVpnRouteCommand extends $Command< * @public */ constructor(readonly input: DeleteClientVpnRouteCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -150,7 +145,4 @@ export class DeleteClientVpnRouteCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteClientVpnRouteCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ec2/src/commands/DeleteCoipCidrCommand.ts b/clients/client-ec2/src/commands/DeleteCoipCidrCommand.ts index 1bf08d7d829b..c9c260f6ad08 100644 --- a/clients/client-ec2/src/commands/DeleteCoipCidrCommand.ts +++ b/clients/client-ec2/src/commands/DeleteCoipCidrCommand.ts @@ -78,9 +78,6 @@ export class DeleteCoipCidrCommand extends $Command< DeleteCoipCidrCommandOutput, EC2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -94,9 +91,7 @@ export class DeleteCoipCidrCommand extends $Command< * @public */ constructor(readonly input: DeleteCoipCidrCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -149,7 +144,4 @@ export class DeleteCoipCidrCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteCoipCidrCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ec2/src/commands/DeleteCoipPoolCommand.ts b/clients/client-ec2/src/commands/DeleteCoipPoolCommand.ts index 1f28710bd17e..de6da2e56d35 100644 --- a/clients/client-ec2/src/commands/DeleteCoipPoolCommand.ts +++ b/clients/client-ec2/src/commands/DeleteCoipPoolCommand.ts @@ -84,9 +84,6 @@ export class DeleteCoipPoolCommand extends $Command< DeleteCoipPoolCommandOutput, EC2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -100,9 +97,7 @@ export class DeleteCoipPoolCommand extends $Command< * @public */ constructor(readonly input: DeleteCoipPoolCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -155,7 +150,4 @@ export class DeleteCoipPoolCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteCoipPoolCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ec2/src/commands/DeleteCustomerGatewayCommand.ts b/clients/client-ec2/src/commands/DeleteCustomerGatewayCommand.ts index 017dbe9c22c9..247fc77c8c8c 100644 --- a/clients/client-ec2/src/commands/DeleteCustomerGatewayCommand.ts +++ b/clients/client-ec2/src/commands/DeleteCustomerGatewayCommand.ts @@ -81,9 +81,6 @@ export class DeleteCustomerGatewayCommand extends $Command< DeleteCustomerGatewayCommandOutput, EC2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -97,9 +94,7 @@ export class DeleteCustomerGatewayCommand extends $Command< * @public */ constructor(readonly input: DeleteCustomerGatewayCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -152,7 +147,4 @@ export class DeleteCustomerGatewayCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteCustomerGatewayCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ec2/src/commands/DeleteDhcpOptionsCommand.ts b/clients/client-ec2/src/commands/DeleteDhcpOptionsCommand.ts index f60faea32932..b3c9bbe40442 100644 --- a/clients/client-ec2/src/commands/DeleteDhcpOptionsCommand.ts +++ b/clients/client-ec2/src/commands/DeleteDhcpOptionsCommand.ts @@ -80,9 +80,6 @@ export class DeleteDhcpOptionsCommand extends $Command< DeleteDhcpOptionsCommandOutput, EC2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -96,9 +93,7 @@ export class DeleteDhcpOptionsCommand extends $Command< * @public */ constructor(readonly input: DeleteDhcpOptionsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -151,7 +146,4 @@ export class DeleteDhcpOptionsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteDhcpOptionsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ec2/src/commands/DeleteEgressOnlyInternetGatewayCommand.ts b/clients/client-ec2/src/commands/DeleteEgressOnlyInternetGatewayCommand.ts index 241a51252080..6529b543518a 100644 --- a/clients/client-ec2/src/commands/DeleteEgressOnlyInternetGatewayCommand.ts +++ b/clients/client-ec2/src/commands/DeleteEgressOnlyInternetGatewayCommand.ts @@ -76,9 +76,6 @@ export class DeleteEgressOnlyInternetGatewayCommand extends $Command< DeleteEgressOnlyInternetGatewayCommandOutput, EC2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -92,9 +89,7 @@ export class DeleteEgressOnlyInternetGatewayCommand extends $Command< * @public */ constructor(readonly input: DeleteEgressOnlyInternetGatewayCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -153,7 +148,4 @@ export class DeleteEgressOnlyInternetGatewayCommand extends $Command< ): Promise { return de_DeleteEgressOnlyInternetGatewayCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ec2/src/commands/DeleteFleetsCommand.ts b/clients/client-ec2/src/commands/DeleteFleetsCommand.ts index 588728ad783c..539427d62e4f 100644 --- a/clients/client-ec2/src/commands/DeleteFleetsCommand.ts +++ b/clients/client-ec2/src/commands/DeleteFleetsCommand.ts @@ -114,9 +114,6 @@ export class DeleteFleetsCommand extends $Command< DeleteFleetsCommandOutput, EC2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -130,9 +127,7 @@ export class DeleteFleetsCommand extends $Command< * @public */ constructor(readonly input: DeleteFleetsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -183,7 +178,4 @@ export class DeleteFleetsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteFleetsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ec2/src/commands/DeleteFlowLogsCommand.ts b/clients/client-ec2/src/commands/DeleteFlowLogsCommand.ts index d9b1297b3eef..42f75b7aa5e1 100644 --- a/clients/client-ec2/src/commands/DeleteFlowLogsCommand.ts +++ b/clients/client-ec2/src/commands/DeleteFlowLogsCommand.ts @@ -81,9 +81,6 @@ export class DeleteFlowLogsCommand extends $Command< DeleteFlowLogsCommandOutput, EC2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -97,9 +94,7 @@ export class DeleteFlowLogsCommand extends $Command< * @public */ constructor(readonly input: DeleteFlowLogsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -152,7 +147,4 @@ export class DeleteFlowLogsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteFlowLogsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ec2/src/commands/DeleteFpgaImageCommand.ts b/clients/client-ec2/src/commands/DeleteFpgaImageCommand.ts index 015e6bc8e0da..4afd1c3ed026 100644 --- a/clients/client-ec2/src/commands/DeleteFpgaImageCommand.ts +++ b/clients/client-ec2/src/commands/DeleteFpgaImageCommand.ts @@ -71,9 +71,6 @@ export class DeleteFpgaImageCommand extends $Command< DeleteFpgaImageCommandOutput, EC2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -87,9 +84,7 @@ export class DeleteFpgaImageCommand extends $Command< * @public */ constructor(readonly input: DeleteFpgaImageCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -142,7 +137,4 @@ export class DeleteFpgaImageCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteFpgaImageCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ec2/src/commands/DeleteInstanceConnectEndpointCommand.ts b/clients/client-ec2/src/commands/DeleteInstanceConnectEndpointCommand.ts index baba8496beb1..849bd17c5b69 100644 --- a/clients/client-ec2/src/commands/DeleteInstanceConnectEndpointCommand.ts +++ b/clients/client-ec2/src/commands/DeleteInstanceConnectEndpointCommand.ts @@ -98,9 +98,6 @@ export class DeleteInstanceConnectEndpointCommand extends $Command< DeleteInstanceConnectEndpointCommandOutput, EC2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -114,9 +111,7 @@ export class DeleteInstanceConnectEndpointCommand extends $Command< * @public */ constructor(readonly input: DeleteInstanceConnectEndpointCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -172,7 +167,4 @@ export class DeleteInstanceConnectEndpointCommand extends $Command< ): Promise { return de_DeleteInstanceConnectEndpointCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ec2/src/commands/DeleteInstanceEventWindowCommand.ts b/clients/client-ec2/src/commands/DeleteInstanceEventWindowCommand.ts index 9a904e422d92..a2ef55019dc0 100644 --- a/clients/client-ec2/src/commands/DeleteInstanceEventWindowCommand.ts +++ b/clients/client-ec2/src/commands/DeleteInstanceEventWindowCommand.ts @@ -77,9 +77,6 @@ export class DeleteInstanceEventWindowCommand extends $Command< DeleteInstanceEventWindowCommandOutput, EC2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -93,9 +90,7 @@ export class DeleteInstanceEventWindowCommand extends $Command< * @public */ constructor(readonly input: DeleteInstanceEventWindowCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -151,7 +146,4 @@ export class DeleteInstanceEventWindowCommand extends $Command< ): Promise { return de_DeleteInstanceEventWindowCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ec2/src/commands/DeleteInternetGatewayCommand.ts b/clients/client-ec2/src/commands/DeleteInternetGatewayCommand.ts index a62edecee3db..ca03c605e22c 100644 --- a/clients/client-ec2/src/commands/DeleteInternetGatewayCommand.ts +++ b/clients/client-ec2/src/commands/DeleteInternetGatewayCommand.ts @@ -81,9 +81,6 @@ export class DeleteInternetGatewayCommand extends $Command< DeleteInternetGatewayCommandOutput, EC2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -97,9 +94,7 @@ export class DeleteInternetGatewayCommand extends $Command< * @public */ constructor(readonly input: DeleteInternetGatewayCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -152,7 +147,4 @@ export class DeleteInternetGatewayCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteInternetGatewayCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ec2/src/commands/DeleteIpamCommand.ts b/clients/client-ec2/src/commands/DeleteIpamCommand.ts index 73733ec73507..3679c7102ad9 100644 --- a/clients/client-ec2/src/commands/DeleteIpamCommand.ts +++ b/clients/client-ec2/src/commands/DeleteIpamCommand.ts @@ -98,9 +98,6 @@ export class DeleteIpamCommand extends $Command< DeleteIpamCommandOutput, EC2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -114,9 +111,7 @@ export class DeleteIpamCommand extends $Command< * @public */ constructor(readonly input: DeleteIpamCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -167,7 +162,4 @@ export class DeleteIpamCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteIpamCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ec2/src/commands/DeleteIpamPoolCommand.ts b/clients/client-ec2/src/commands/DeleteIpamPoolCommand.ts index e19a4a2aff53..da80604ae3e4 100644 --- a/clients/client-ec2/src/commands/DeleteIpamPoolCommand.ts +++ b/clients/client-ec2/src/commands/DeleteIpamPoolCommand.ts @@ -112,9 +112,6 @@ export class DeleteIpamPoolCommand extends $Command< DeleteIpamPoolCommandOutput, EC2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -128,9 +125,7 @@ export class DeleteIpamPoolCommand extends $Command< * @public */ constructor(readonly input: DeleteIpamPoolCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -183,7 +178,4 @@ export class DeleteIpamPoolCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteIpamPoolCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ec2/src/commands/DeleteIpamResourceDiscoveryCommand.ts b/clients/client-ec2/src/commands/DeleteIpamResourceDiscoveryCommand.ts index a0f6ea40161d..6b1e8e3322ea 100644 --- a/clients/client-ec2/src/commands/DeleteIpamResourceDiscoveryCommand.ts +++ b/clients/client-ec2/src/commands/DeleteIpamResourceDiscoveryCommand.ts @@ -90,9 +90,6 @@ export class DeleteIpamResourceDiscoveryCommand extends $Command< DeleteIpamResourceDiscoveryCommandOutput, EC2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -106,9 +103,7 @@ export class DeleteIpamResourceDiscoveryCommand extends $Command< * @public */ constructor(readonly input: DeleteIpamResourceDiscoveryCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -164,7 +159,4 @@ export class DeleteIpamResourceDiscoveryCommand extends $Command< ): Promise { return de_DeleteIpamResourceDiscoveryCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ec2/src/commands/DeleteIpamScopeCommand.ts b/clients/client-ec2/src/commands/DeleteIpamScopeCommand.ts index aa1cd3a72d9d..5de16c6b2f92 100644 --- a/clients/client-ec2/src/commands/DeleteIpamScopeCommand.ts +++ b/clients/client-ec2/src/commands/DeleteIpamScopeCommand.ts @@ -90,9 +90,6 @@ export class DeleteIpamScopeCommand extends $Command< DeleteIpamScopeCommandOutput, EC2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -106,9 +103,7 @@ export class DeleteIpamScopeCommand extends $Command< * @public */ constructor(readonly input: DeleteIpamScopeCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -161,7 +156,4 @@ export class DeleteIpamScopeCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteIpamScopeCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ec2/src/commands/DeleteKeyPairCommand.ts b/clients/client-ec2/src/commands/DeleteKeyPairCommand.ts index 76f2e44e9d6b..aaf469381c20 100644 --- a/clients/client-ec2/src/commands/DeleteKeyPairCommand.ts +++ b/clients/client-ec2/src/commands/DeleteKeyPairCommand.ts @@ -84,9 +84,6 @@ export class DeleteKeyPairCommand extends $Command< DeleteKeyPairCommandOutput, EC2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -100,9 +97,7 @@ export class DeleteKeyPairCommand extends $Command< * @public */ constructor(readonly input: DeleteKeyPairCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -153,7 +148,4 @@ export class DeleteKeyPairCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteKeyPairCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ec2/src/commands/DeleteLaunchTemplateCommand.ts b/clients/client-ec2/src/commands/DeleteLaunchTemplateCommand.ts index 7cd75625dc41..4adae7a31a7c 100644 --- a/clients/client-ec2/src/commands/DeleteLaunchTemplateCommand.ts +++ b/clients/client-ec2/src/commands/DeleteLaunchTemplateCommand.ts @@ -109,9 +109,6 @@ export class DeleteLaunchTemplateCommand extends $Command< DeleteLaunchTemplateCommandOutput, EC2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -125,9 +122,7 @@ export class DeleteLaunchTemplateCommand extends $Command< * @public */ constructor(readonly input: DeleteLaunchTemplateCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -180,7 +175,4 @@ export class DeleteLaunchTemplateCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteLaunchTemplateCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ec2/src/commands/DeleteLaunchTemplateVersionsCommand.ts b/clients/client-ec2/src/commands/DeleteLaunchTemplateVersionsCommand.ts index 53b60e3f00a2..5d7aac2a2561 100644 --- a/clients/client-ec2/src/commands/DeleteLaunchTemplateVersionsCommand.ts +++ b/clients/client-ec2/src/commands/DeleteLaunchTemplateVersionsCommand.ts @@ -128,9 +128,6 @@ export class DeleteLaunchTemplateVersionsCommand extends $Command< DeleteLaunchTemplateVersionsCommandOutput, EC2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -144,9 +141,7 @@ export class DeleteLaunchTemplateVersionsCommand extends $Command< * @public */ constructor(readonly input: DeleteLaunchTemplateVersionsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -202,7 +197,4 @@ export class DeleteLaunchTemplateVersionsCommand extends $Command< ): Promise { return de_DeleteLaunchTemplateVersionsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ec2/src/commands/DeleteLocalGatewayRouteCommand.ts b/clients/client-ec2/src/commands/DeleteLocalGatewayRouteCommand.ts index cc21ed2627d0..d819226cef63 100644 --- a/clients/client-ec2/src/commands/DeleteLocalGatewayRouteCommand.ts +++ b/clients/client-ec2/src/commands/DeleteLocalGatewayRouteCommand.ts @@ -85,9 +85,6 @@ export class DeleteLocalGatewayRouteCommand extends $Command< DeleteLocalGatewayRouteCommandOutput, EC2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -101,9 +98,7 @@ export class DeleteLocalGatewayRouteCommand extends $Command< * @public */ constructor(readonly input: DeleteLocalGatewayRouteCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -156,7 +151,4 @@ export class DeleteLocalGatewayRouteCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteLocalGatewayRouteCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ec2/src/commands/DeleteLocalGatewayRouteTableCommand.ts b/clients/client-ec2/src/commands/DeleteLocalGatewayRouteTableCommand.ts index 3cae58eb5528..91fbac549442 100644 --- a/clients/client-ec2/src/commands/DeleteLocalGatewayRouteTableCommand.ts +++ b/clients/client-ec2/src/commands/DeleteLocalGatewayRouteTableCommand.ts @@ -93,9 +93,6 @@ export class DeleteLocalGatewayRouteTableCommand extends $Command< DeleteLocalGatewayRouteTableCommandOutput, EC2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -109,9 +106,7 @@ export class DeleteLocalGatewayRouteTableCommand extends $Command< * @public */ constructor(readonly input: DeleteLocalGatewayRouteTableCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -167,7 +162,4 @@ export class DeleteLocalGatewayRouteTableCommand extends $Command< ): Promise { return de_DeleteLocalGatewayRouteTableCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ec2/src/commands/DeleteLocalGatewayRouteTableVirtualInterfaceGroupAssociationCommand.ts b/clients/client-ec2/src/commands/DeleteLocalGatewayRouteTableVirtualInterfaceGroupAssociationCommand.ts index 98ccfff1e24a..513e0820f369 100644 --- a/clients/client-ec2/src/commands/DeleteLocalGatewayRouteTableVirtualInterfaceGroupAssociationCommand.ts +++ b/clients/client-ec2/src/commands/DeleteLocalGatewayRouteTableVirtualInterfaceGroupAssociationCommand.ts @@ -96,9 +96,6 @@ export class DeleteLocalGatewayRouteTableVirtualInterfaceGroupAssociationCommand DeleteLocalGatewayRouteTableVirtualInterfaceGroupAssociationCommandOutput, EC2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -112,9 +109,7 @@ export class DeleteLocalGatewayRouteTableVirtualInterfaceGroupAssociationCommand * @public */ constructor(readonly input: DeleteLocalGatewayRouteTableVirtualInterfaceGroupAssociationCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -179,7 +174,4 @@ export class DeleteLocalGatewayRouteTableVirtualInterfaceGroupAssociationCommand ): Promise { return de_DeleteLocalGatewayRouteTableVirtualInterfaceGroupAssociationCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ec2/src/commands/DeleteLocalGatewayRouteTableVpcAssociationCommand.ts b/clients/client-ec2/src/commands/DeleteLocalGatewayRouteTableVpcAssociationCommand.ts index 3892eae3bc12..70232cd480d5 100644 --- a/clients/client-ec2/src/commands/DeleteLocalGatewayRouteTableVpcAssociationCommand.ts +++ b/clients/client-ec2/src/commands/DeleteLocalGatewayRouteTableVpcAssociationCommand.ts @@ -94,9 +94,6 @@ export class DeleteLocalGatewayRouteTableVpcAssociationCommand extends $Command< DeleteLocalGatewayRouteTableVpcAssociationCommandOutput, EC2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -110,9 +107,7 @@ export class DeleteLocalGatewayRouteTableVpcAssociationCommand extends $Command< * @public */ constructor(readonly input: DeleteLocalGatewayRouteTableVpcAssociationCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -177,7 +172,4 @@ export class DeleteLocalGatewayRouteTableVpcAssociationCommand extends $Command< ): Promise { return de_DeleteLocalGatewayRouteTableVpcAssociationCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ec2/src/commands/DeleteManagedPrefixListCommand.ts b/clients/client-ec2/src/commands/DeleteManagedPrefixListCommand.ts index 05fe2b2d896a..b9bac34bbb1e 100644 --- a/clients/client-ec2/src/commands/DeleteManagedPrefixListCommand.ts +++ b/clients/client-ec2/src/commands/DeleteManagedPrefixListCommand.ts @@ -87,9 +87,6 @@ export class DeleteManagedPrefixListCommand extends $Command< DeleteManagedPrefixListCommandOutput, EC2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -103,9 +100,7 @@ export class DeleteManagedPrefixListCommand extends $Command< * @public */ constructor(readonly input: DeleteManagedPrefixListCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -158,7 +153,4 @@ export class DeleteManagedPrefixListCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteManagedPrefixListCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ec2/src/commands/DeleteNatGatewayCommand.ts b/clients/client-ec2/src/commands/DeleteNatGatewayCommand.ts index 68084ea0fb4c..d0fdca8493cf 100644 --- a/clients/client-ec2/src/commands/DeleteNatGatewayCommand.ts +++ b/clients/client-ec2/src/commands/DeleteNatGatewayCommand.ts @@ -89,9 +89,6 @@ export class DeleteNatGatewayCommand extends $Command< DeleteNatGatewayCommandOutput, EC2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -105,9 +102,7 @@ export class DeleteNatGatewayCommand extends $Command< * @public */ constructor(readonly input: DeleteNatGatewayCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -160,7 +155,4 @@ export class DeleteNatGatewayCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteNatGatewayCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ec2/src/commands/DeleteNetworkAclCommand.ts b/clients/client-ec2/src/commands/DeleteNetworkAclCommand.ts index 8e25e4c214b1..8928d8cf6cec 100644 --- a/clients/client-ec2/src/commands/DeleteNetworkAclCommand.ts +++ b/clients/client-ec2/src/commands/DeleteNetworkAclCommand.ts @@ -80,9 +80,6 @@ export class DeleteNetworkAclCommand extends $Command< DeleteNetworkAclCommandOutput, EC2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -96,9 +93,7 @@ export class DeleteNetworkAclCommand extends $Command< * @public */ constructor(readonly input: DeleteNetworkAclCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -151,7 +146,4 @@ export class DeleteNetworkAclCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteNetworkAclCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ec2/src/commands/DeleteNetworkAclEntryCommand.ts b/clients/client-ec2/src/commands/DeleteNetworkAclEntryCommand.ts index afd83a770c33..1d272486b853 100644 --- a/clients/client-ec2/src/commands/DeleteNetworkAclEntryCommand.ts +++ b/clients/client-ec2/src/commands/DeleteNetworkAclEntryCommand.ts @@ -84,9 +84,6 @@ export class DeleteNetworkAclEntryCommand extends $Command< DeleteNetworkAclEntryCommandOutput, EC2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -100,9 +97,7 @@ export class DeleteNetworkAclEntryCommand extends $Command< * @public */ constructor(readonly input: DeleteNetworkAclEntryCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -155,7 +150,4 @@ export class DeleteNetworkAclEntryCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteNetworkAclEntryCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ec2/src/commands/DeleteNetworkInsightsAccessScopeAnalysisCommand.ts b/clients/client-ec2/src/commands/DeleteNetworkInsightsAccessScopeAnalysisCommand.ts index 94b1a050c368..7c93ab3f952b 100644 --- a/clients/client-ec2/src/commands/DeleteNetworkInsightsAccessScopeAnalysisCommand.ts +++ b/clients/client-ec2/src/commands/DeleteNetworkInsightsAccessScopeAnalysisCommand.ts @@ -80,9 +80,6 @@ export class DeleteNetworkInsightsAccessScopeAnalysisCommand extends $Command< DeleteNetworkInsightsAccessScopeAnalysisCommandOutput, EC2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -96,9 +93,7 @@ export class DeleteNetworkInsightsAccessScopeAnalysisCommand extends $Command< * @public */ constructor(readonly input: DeleteNetworkInsightsAccessScopeAnalysisCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -163,7 +158,4 @@ export class DeleteNetworkInsightsAccessScopeAnalysisCommand extends $Command< ): Promise { return de_DeleteNetworkInsightsAccessScopeAnalysisCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ec2/src/commands/DeleteNetworkInsightsAccessScopeCommand.ts b/clients/client-ec2/src/commands/DeleteNetworkInsightsAccessScopeCommand.ts index 12fd5b8b910c..370ded497d4c 100644 --- a/clients/client-ec2/src/commands/DeleteNetworkInsightsAccessScopeCommand.ts +++ b/clients/client-ec2/src/commands/DeleteNetworkInsightsAccessScopeCommand.ts @@ -76,9 +76,6 @@ export class DeleteNetworkInsightsAccessScopeCommand extends $Command< DeleteNetworkInsightsAccessScopeCommandOutput, EC2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -92,9 +89,7 @@ export class DeleteNetworkInsightsAccessScopeCommand extends $Command< * @public */ constructor(readonly input: DeleteNetworkInsightsAccessScopeCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -153,7 +148,4 @@ export class DeleteNetworkInsightsAccessScopeCommand extends $Command< ): Promise { return de_DeleteNetworkInsightsAccessScopeCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ec2/src/commands/DeleteNetworkInsightsAnalysisCommand.ts b/clients/client-ec2/src/commands/DeleteNetworkInsightsAnalysisCommand.ts index a58a87aa985f..7c8eb9ad8596 100644 --- a/clients/client-ec2/src/commands/DeleteNetworkInsightsAnalysisCommand.ts +++ b/clients/client-ec2/src/commands/DeleteNetworkInsightsAnalysisCommand.ts @@ -73,9 +73,6 @@ export class DeleteNetworkInsightsAnalysisCommand extends $Command< DeleteNetworkInsightsAnalysisCommandOutput, EC2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -89,9 +86,7 @@ export class DeleteNetworkInsightsAnalysisCommand extends $Command< * @public */ constructor(readonly input: DeleteNetworkInsightsAnalysisCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -147,7 +142,4 @@ export class DeleteNetworkInsightsAnalysisCommand extends $Command< ): Promise { return de_DeleteNetworkInsightsAnalysisCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ec2/src/commands/DeleteNetworkInsightsPathCommand.ts b/clients/client-ec2/src/commands/DeleteNetworkInsightsPathCommand.ts index 804de0a11601..dc36145951c1 100644 --- a/clients/client-ec2/src/commands/DeleteNetworkInsightsPathCommand.ts +++ b/clients/client-ec2/src/commands/DeleteNetworkInsightsPathCommand.ts @@ -71,9 +71,6 @@ export class DeleteNetworkInsightsPathCommand extends $Command< DeleteNetworkInsightsPathCommandOutput, EC2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -87,9 +84,7 @@ export class DeleteNetworkInsightsPathCommand extends $Command< * @public */ constructor(readonly input: DeleteNetworkInsightsPathCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -145,7 +140,4 @@ export class DeleteNetworkInsightsPathCommand extends $Command< ): Promise { return de_DeleteNetworkInsightsPathCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ec2/src/commands/DeleteNetworkInterfaceCommand.ts b/clients/client-ec2/src/commands/DeleteNetworkInterfaceCommand.ts index d3a3bdabad37..2a73804d9770 100644 --- a/clients/client-ec2/src/commands/DeleteNetworkInterfaceCommand.ts +++ b/clients/client-ec2/src/commands/DeleteNetworkInterfaceCommand.ts @@ -80,9 +80,6 @@ export class DeleteNetworkInterfaceCommand extends $Command< DeleteNetworkInterfaceCommandOutput, EC2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -96,9 +93,7 @@ export class DeleteNetworkInterfaceCommand extends $Command< * @public */ constructor(readonly input: DeleteNetworkInterfaceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -151,7 +146,4 @@ export class DeleteNetworkInterfaceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteNetworkInterfaceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ec2/src/commands/DeleteNetworkInterfacePermissionCommand.ts b/clients/client-ec2/src/commands/DeleteNetworkInterfacePermissionCommand.ts index 0efb20944aa6..e5c985342fbe 100644 --- a/clients/client-ec2/src/commands/DeleteNetworkInterfacePermissionCommand.ts +++ b/clients/client-ec2/src/commands/DeleteNetworkInterfacePermissionCommand.ts @@ -80,9 +80,6 @@ export class DeleteNetworkInterfacePermissionCommand extends $Command< DeleteNetworkInterfacePermissionCommandOutput, EC2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -96,9 +93,7 @@ export class DeleteNetworkInterfacePermissionCommand extends $Command< * @public */ constructor(readonly input: DeleteNetworkInterfacePermissionCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -157,7 +152,4 @@ export class DeleteNetworkInterfacePermissionCommand extends $Command< ): Promise { return de_DeleteNetworkInterfacePermissionCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ec2/src/commands/DeletePlacementGroupCommand.ts b/clients/client-ec2/src/commands/DeletePlacementGroupCommand.ts index 8174b0452224..dfbae27058d4 100644 --- a/clients/client-ec2/src/commands/DeletePlacementGroupCommand.ts +++ b/clients/client-ec2/src/commands/DeletePlacementGroupCommand.ts @@ -83,9 +83,6 @@ export class DeletePlacementGroupCommand extends $Command< DeletePlacementGroupCommandOutput, EC2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -99,9 +96,7 @@ export class DeletePlacementGroupCommand extends $Command< * @public */ constructor(readonly input: DeletePlacementGroupCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -154,7 +149,4 @@ export class DeletePlacementGroupCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeletePlacementGroupCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ec2/src/commands/DeletePublicIpv4PoolCommand.ts b/clients/client-ec2/src/commands/DeletePublicIpv4PoolCommand.ts index fdd1c59f2278..838a1fc790a7 100644 --- a/clients/client-ec2/src/commands/DeletePublicIpv4PoolCommand.ts +++ b/clients/client-ec2/src/commands/DeletePublicIpv4PoolCommand.ts @@ -71,9 +71,6 @@ export class DeletePublicIpv4PoolCommand extends $Command< DeletePublicIpv4PoolCommandOutput, EC2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -87,9 +84,7 @@ export class DeletePublicIpv4PoolCommand extends $Command< * @public */ constructor(readonly input: DeletePublicIpv4PoolCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -142,7 +137,4 @@ export class DeletePublicIpv4PoolCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeletePublicIpv4PoolCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ec2/src/commands/DeleteQueuedReservedInstancesCommand.ts b/clients/client-ec2/src/commands/DeleteQueuedReservedInstancesCommand.ts index fad94ee5dff7..9b2d11a11a59 100644 --- a/clients/client-ec2/src/commands/DeleteQueuedReservedInstancesCommand.ts +++ b/clients/client-ec2/src/commands/DeleteQueuedReservedInstancesCommand.ts @@ -88,9 +88,6 @@ export class DeleteQueuedReservedInstancesCommand extends $Command< DeleteQueuedReservedInstancesCommandOutput, EC2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -104,9 +101,7 @@ export class DeleteQueuedReservedInstancesCommand extends $Command< * @public */ constructor(readonly input: DeleteQueuedReservedInstancesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -162,7 +157,4 @@ export class DeleteQueuedReservedInstancesCommand extends $Command< ): Promise { return de_DeleteQueuedReservedInstancesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ec2/src/commands/DeleteRouteCommand.ts b/clients/client-ec2/src/commands/DeleteRouteCommand.ts index ddcd4a806544..22ad5170659f 100644 --- a/clients/client-ec2/src/commands/DeleteRouteCommand.ts +++ b/clients/client-ec2/src/commands/DeleteRouteCommand.ts @@ -84,9 +84,6 @@ export class DeleteRouteCommand extends $Command< DeleteRouteCommandOutput, EC2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -100,9 +97,7 @@ export class DeleteRouteCommand extends $Command< * @public */ constructor(readonly input: DeleteRouteCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -153,7 +148,4 @@ export class DeleteRouteCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteRouteCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ec2/src/commands/DeleteRouteTableCommand.ts b/clients/client-ec2/src/commands/DeleteRouteTableCommand.ts index 00975446334d..bad87bdc3b39 100644 --- a/clients/client-ec2/src/commands/DeleteRouteTableCommand.ts +++ b/clients/client-ec2/src/commands/DeleteRouteTableCommand.ts @@ -80,9 +80,6 @@ export class DeleteRouteTableCommand extends $Command< DeleteRouteTableCommandOutput, EC2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -96,9 +93,7 @@ export class DeleteRouteTableCommand extends $Command< * @public */ constructor(readonly input: DeleteRouteTableCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -151,7 +146,4 @@ export class DeleteRouteTableCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteRouteTableCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ec2/src/commands/DeleteSecurityGroupCommand.ts b/clients/client-ec2/src/commands/DeleteSecurityGroupCommand.ts index 7f07966311b6..9876f20643ef 100644 --- a/clients/client-ec2/src/commands/DeleteSecurityGroupCommand.ts +++ b/clients/client-ec2/src/commands/DeleteSecurityGroupCommand.ts @@ -84,9 +84,6 @@ export class DeleteSecurityGroupCommand extends $Command< DeleteSecurityGroupCommandOutput, EC2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -100,9 +97,7 @@ export class DeleteSecurityGroupCommand extends $Command< * @public */ constructor(readonly input: DeleteSecurityGroupCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -155,7 +150,4 @@ export class DeleteSecurityGroupCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteSecurityGroupCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ec2/src/commands/DeleteSnapshotCommand.ts b/clients/client-ec2/src/commands/DeleteSnapshotCommand.ts index 6a5bf5c387a3..c4c8ecba210b 100644 --- a/clients/client-ec2/src/commands/DeleteSnapshotCommand.ts +++ b/clients/client-ec2/src/commands/DeleteSnapshotCommand.ts @@ -89,9 +89,6 @@ export class DeleteSnapshotCommand extends $Command< DeleteSnapshotCommandOutput, EC2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -105,9 +102,7 @@ export class DeleteSnapshotCommand extends $Command< * @public */ constructor(readonly input: DeleteSnapshotCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -160,7 +155,4 @@ export class DeleteSnapshotCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteSnapshotCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ec2/src/commands/DeleteSpotDatafeedSubscriptionCommand.ts b/clients/client-ec2/src/commands/DeleteSpotDatafeedSubscriptionCommand.ts index 27f194b7a5d6..738726d18e68 100644 --- a/clients/client-ec2/src/commands/DeleteSpotDatafeedSubscriptionCommand.ts +++ b/clients/client-ec2/src/commands/DeleteSpotDatafeedSubscriptionCommand.ts @@ -80,9 +80,6 @@ export class DeleteSpotDatafeedSubscriptionCommand extends $Command< DeleteSpotDatafeedSubscriptionCommandOutput, EC2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -96,9 +93,7 @@ export class DeleteSpotDatafeedSubscriptionCommand extends $Command< * @public */ constructor(readonly input: DeleteSpotDatafeedSubscriptionCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -157,7 +152,4 @@ export class DeleteSpotDatafeedSubscriptionCommand extends $Command< ): Promise { return de_DeleteSpotDatafeedSubscriptionCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ec2/src/commands/DeleteSubnetCidrReservationCommand.ts b/clients/client-ec2/src/commands/DeleteSubnetCidrReservationCommand.ts index 4beec9488bab..6603cd8710ba 100644 --- a/clients/client-ec2/src/commands/DeleteSubnetCidrReservationCommand.ts +++ b/clients/client-ec2/src/commands/DeleteSubnetCidrReservationCommand.ts @@ -84,9 +84,6 @@ export class DeleteSubnetCidrReservationCommand extends $Command< DeleteSubnetCidrReservationCommandOutput, EC2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -100,9 +97,7 @@ export class DeleteSubnetCidrReservationCommand extends $Command< * @public */ constructor(readonly input: DeleteSubnetCidrReservationCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -158,7 +153,4 @@ export class DeleteSubnetCidrReservationCommand extends $Command< ): Promise { return de_DeleteSubnetCidrReservationCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ec2/src/commands/DeleteSubnetCommand.ts b/clients/client-ec2/src/commands/DeleteSubnetCommand.ts index 5b54ac2df860..fd7f1f09ec9e 100644 --- a/clients/client-ec2/src/commands/DeleteSubnetCommand.ts +++ b/clients/client-ec2/src/commands/DeleteSubnetCommand.ts @@ -80,9 +80,6 @@ export class DeleteSubnetCommand extends $Command< DeleteSubnetCommandOutput, EC2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -96,9 +93,7 @@ export class DeleteSubnetCommand extends $Command< * @public */ constructor(readonly input: DeleteSubnetCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -149,7 +144,4 @@ export class DeleteSubnetCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteSubnetCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ec2/src/commands/DeleteTagsCommand.ts b/clients/client-ec2/src/commands/DeleteTagsCommand.ts index fad49fa0bdca..88ea7bf17a47 100644 --- a/clients/client-ec2/src/commands/DeleteTagsCommand.ts +++ b/clients/client-ec2/src/commands/DeleteTagsCommand.ts @@ -100,9 +100,6 @@ export class DeleteTagsCommand extends $Command< DeleteTagsCommandOutput, EC2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -116,9 +113,7 @@ export class DeleteTagsCommand extends $Command< * @public */ constructor(readonly input: DeleteTagsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -169,7 +164,4 @@ export class DeleteTagsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteTagsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ec2/src/commands/DeleteTrafficMirrorFilterCommand.ts b/clients/client-ec2/src/commands/DeleteTrafficMirrorFilterCommand.ts index 7e6eb4117287..971ae8479cbc 100644 --- a/clients/client-ec2/src/commands/DeleteTrafficMirrorFilterCommand.ts +++ b/clients/client-ec2/src/commands/DeleteTrafficMirrorFilterCommand.ts @@ -72,9 +72,6 @@ export class DeleteTrafficMirrorFilterCommand extends $Command< DeleteTrafficMirrorFilterCommandOutput, EC2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -88,9 +85,7 @@ export class DeleteTrafficMirrorFilterCommand extends $Command< * @public */ constructor(readonly input: DeleteTrafficMirrorFilterCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -146,7 +141,4 @@ export class DeleteTrafficMirrorFilterCommand extends $Command< ): Promise { return de_DeleteTrafficMirrorFilterCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ec2/src/commands/DeleteTrafficMirrorFilterRuleCommand.ts b/clients/client-ec2/src/commands/DeleteTrafficMirrorFilterRuleCommand.ts index 8be73ac52651..2ff52dfea21a 100644 --- a/clients/client-ec2/src/commands/DeleteTrafficMirrorFilterRuleCommand.ts +++ b/clients/client-ec2/src/commands/DeleteTrafficMirrorFilterRuleCommand.ts @@ -73,9 +73,6 @@ export class DeleteTrafficMirrorFilterRuleCommand extends $Command< DeleteTrafficMirrorFilterRuleCommandOutput, EC2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -89,9 +86,7 @@ export class DeleteTrafficMirrorFilterRuleCommand extends $Command< * @public */ constructor(readonly input: DeleteTrafficMirrorFilterRuleCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -147,7 +142,4 @@ export class DeleteTrafficMirrorFilterRuleCommand extends $Command< ): Promise { return de_DeleteTrafficMirrorFilterRuleCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ec2/src/commands/DeleteTrafficMirrorSessionCommand.ts b/clients/client-ec2/src/commands/DeleteTrafficMirrorSessionCommand.ts index 6d77993ad828..366692e0111d 100644 --- a/clients/client-ec2/src/commands/DeleteTrafficMirrorSessionCommand.ts +++ b/clients/client-ec2/src/commands/DeleteTrafficMirrorSessionCommand.ts @@ -71,9 +71,6 @@ export class DeleteTrafficMirrorSessionCommand extends $Command< DeleteTrafficMirrorSessionCommandOutput, EC2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -87,9 +84,7 @@ export class DeleteTrafficMirrorSessionCommand extends $Command< * @public */ constructor(readonly input: DeleteTrafficMirrorSessionCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -145,7 +140,4 @@ export class DeleteTrafficMirrorSessionCommand extends $Command< ): Promise { return de_DeleteTrafficMirrorSessionCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ec2/src/commands/DeleteTrafficMirrorTargetCommand.ts b/clients/client-ec2/src/commands/DeleteTrafficMirrorTargetCommand.ts index 17041f35a1f4..ce4da866cd47 100644 --- a/clients/client-ec2/src/commands/DeleteTrafficMirrorTargetCommand.ts +++ b/clients/client-ec2/src/commands/DeleteTrafficMirrorTargetCommand.ts @@ -72,9 +72,6 @@ export class DeleteTrafficMirrorTargetCommand extends $Command< DeleteTrafficMirrorTargetCommandOutput, EC2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -88,9 +85,7 @@ export class DeleteTrafficMirrorTargetCommand extends $Command< * @public */ constructor(readonly input: DeleteTrafficMirrorTargetCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -146,7 +141,4 @@ export class DeleteTrafficMirrorTargetCommand extends $Command< ): Promise { return de_DeleteTrafficMirrorTargetCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ec2/src/commands/DeleteTransitGatewayCommand.ts b/clients/client-ec2/src/commands/DeleteTransitGatewayCommand.ts index 7dcc567bf213..5ec020308b20 100644 --- a/clients/client-ec2/src/commands/DeleteTransitGatewayCommand.ts +++ b/clients/client-ec2/src/commands/DeleteTransitGatewayCommand.ts @@ -98,9 +98,6 @@ export class DeleteTransitGatewayCommand extends $Command< DeleteTransitGatewayCommandOutput, EC2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -114,9 +111,7 @@ export class DeleteTransitGatewayCommand extends $Command< * @public */ constructor(readonly input: DeleteTransitGatewayCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -169,7 +164,4 @@ export class DeleteTransitGatewayCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteTransitGatewayCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ec2/src/commands/DeleteTransitGatewayConnectCommand.ts b/clients/client-ec2/src/commands/DeleteTransitGatewayConnectCommand.ts index fac19b248576..09f863b56dcf 100644 --- a/clients/client-ec2/src/commands/DeleteTransitGatewayConnectCommand.ts +++ b/clients/client-ec2/src/commands/DeleteTransitGatewayConnectCommand.ts @@ -87,9 +87,6 @@ export class DeleteTransitGatewayConnectCommand extends $Command< DeleteTransitGatewayConnectCommandOutput, EC2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -103,9 +100,7 @@ export class DeleteTransitGatewayConnectCommand extends $Command< * @public */ constructor(readonly input: DeleteTransitGatewayConnectCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -161,7 +156,4 @@ export class DeleteTransitGatewayConnectCommand extends $Command< ): Promise { return de_DeleteTransitGatewayConnectCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ec2/src/commands/DeleteTransitGatewayConnectPeerCommand.ts b/clients/client-ec2/src/commands/DeleteTransitGatewayConnectPeerCommand.ts index d578746e3dc6..5065780658af 100644 --- a/clients/client-ec2/src/commands/DeleteTransitGatewayConnectPeerCommand.ts +++ b/clients/client-ec2/src/commands/DeleteTransitGatewayConnectPeerCommand.ts @@ -104,9 +104,6 @@ export class DeleteTransitGatewayConnectPeerCommand extends $Command< DeleteTransitGatewayConnectPeerCommandOutput, EC2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -120,9 +117,7 @@ export class DeleteTransitGatewayConnectPeerCommand extends $Command< * @public */ constructor(readonly input: DeleteTransitGatewayConnectPeerCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -181,7 +176,4 @@ export class DeleteTransitGatewayConnectPeerCommand extends $Command< ): Promise { return de_DeleteTransitGatewayConnectPeerCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ec2/src/commands/DeleteTransitGatewayMulticastDomainCommand.ts b/clients/client-ec2/src/commands/DeleteTransitGatewayMulticastDomainCommand.ts index 7b84c9749a9f..f06128df96f0 100644 --- a/clients/client-ec2/src/commands/DeleteTransitGatewayMulticastDomainCommand.ts +++ b/clients/client-ec2/src/commands/DeleteTransitGatewayMulticastDomainCommand.ts @@ -97,9 +97,6 @@ export class DeleteTransitGatewayMulticastDomainCommand extends $Command< DeleteTransitGatewayMulticastDomainCommandOutput, EC2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -113,9 +110,7 @@ export class DeleteTransitGatewayMulticastDomainCommand extends $Command< * @public */ constructor(readonly input: DeleteTransitGatewayMulticastDomainCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -174,7 +169,4 @@ export class DeleteTransitGatewayMulticastDomainCommand extends $Command< ): Promise { return de_DeleteTransitGatewayMulticastDomainCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ec2/src/commands/DeleteTransitGatewayPeeringAttachmentCommand.ts b/clients/client-ec2/src/commands/DeleteTransitGatewayPeeringAttachmentCommand.ts index 259986077b5f..a0d8abaa747d 100644 --- a/clients/client-ec2/src/commands/DeleteTransitGatewayPeeringAttachmentCommand.ts +++ b/clients/client-ec2/src/commands/DeleteTransitGatewayPeeringAttachmentCommand.ts @@ -110,9 +110,6 @@ export class DeleteTransitGatewayPeeringAttachmentCommand extends $Command< DeleteTransitGatewayPeeringAttachmentCommandOutput, EC2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -126,9 +123,7 @@ export class DeleteTransitGatewayPeeringAttachmentCommand extends $Command< * @public */ constructor(readonly input: DeleteTransitGatewayPeeringAttachmentCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -187,7 +182,4 @@ export class DeleteTransitGatewayPeeringAttachmentCommand extends $Command< ): Promise { return de_DeleteTransitGatewayPeeringAttachmentCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ec2/src/commands/DeleteTransitGatewayPolicyTableCommand.ts b/clients/client-ec2/src/commands/DeleteTransitGatewayPolicyTableCommand.ts index 95875f9b87b4..dba279863e80 100644 --- a/clients/client-ec2/src/commands/DeleteTransitGatewayPolicyTableCommand.ts +++ b/clients/client-ec2/src/commands/DeleteTransitGatewayPolicyTableCommand.ts @@ -87,9 +87,6 @@ export class DeleteTransitGatewayPolicyTableCommand extends $Command< DeleteTransitGatewayPolicyTableCommandOutput, EC2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -103,9 +100,7 @@ export class DeleteTransitGatewayPolicyTableCommand extends $Command< * @public */ constructor(readonly input: DeleteTransitGatewayPolicyTableCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -164,7 +159,4 @@ export class DeleteTransitGatewayPolicyTableCommand extends $Command< ): Promise { return de_DeleteTransitGatewayPolicyTableCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ec2/src/commands/DeleteTransitGatewayPrefixListReferenceCommand.ts b/clients/client-ec2/src/commands/DeleteTransitGatewayPrefixListReferenceCommand.ts index be132a247279..49c0e4fecf07 100644 --- a/clients/client-ec2/src/commands/DeleteTransitGatewayPrefixListReferenceCommand.ts +++ b/clients/client-ec2/src/commands/DeleteTransitGatewayPrefixListReferenceCommand.ts @@ -92,9 +92,6 @@ export class DeleteTransitGatewayPrefixListReferenceCommand extends $Command< DeleteTransitGatewayPrefixListReferenceCommandOutput, EC2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -108,9 +105,7 @@ export class DeleteTransitGatewayPrefixListReferenceCommand extends $Command< * @public */ constructor(readonly input: DeleteTransitGatewayPrefixListReferenceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -175,7 +170,4 @@ export class DeleteTransitGatewayPrefixListReferenceCommand extends $Command< ): Promise { return de_DeleteTransitGatewayPrefixListReferenceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ec2/src/commands/DeleteTransitGatewayRouteCommand.ts b/clients/client-ec2/src/commands/DeleteTransitGatewayRouteCommand.ts index dbae01e063a8..b9dc277f8add 100644 --- a/clients/client-ec2/src/commands/DeleteTransitGatewayRouteCommand.ts +++ b/clients/client-ec2/src/commands/DeleteTransitGatewayRouteCommand.ts @@ -85,9 +85,6 @@ export class DeleteTransitGatewayRouteCommand extends $Command< DeleteTransitGatewayRouteCommandOutput, EC2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -101,9 +98,7 @@ export class DeleteTransitGatewayRouteCommand extends $Command< * @public */ constructor(readonly input: DeleteTransitGatewayRouteCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -159,7 +154,4 @@ export class DeleteTransitGatewayRouteCommand extends $Command< ): Promise { return de_DeleteTransitGatewayRouteCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ec2/src/commands/DeleteTransitGatewayRouteTableAnnouncementCommand.ts b/clients/client-ec2/src/commands/DeleteTransitGatewayRouteTableAnnouncementCommand.ts index c382d5823d6e..e433d263943c 100644 --- a/clients/client-ec2/src/commands/DeleteTransitGatewayRouteTableAnnouncementCommand.ts +++ b/clients/client-ec2/src/commands/DeleteTransitGatewayRouteTableAnnouncementCommand.ts @@ -97,9 +97,6 @@ export class DeleteTransitGatewayRouteTableAnnouncementCommand extends $Command< DeleteTransitGatewayRouteTableAnnouncementCommandOutput, EC2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -113,9 +110,7 @@ export class DeleteTransitGatewayRouteTableAnnouncementCommand extends $Command< * @public */ constructor(readonly input: DeleteTransitGatewayRouteTableAnnouncementCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -180,7 +175,4 @@ export class DeleteTransitGatewayRouteTableAnnouncementCommand extends $Command< ): Promise { return de_DeleteTransitGatewayRouteTableAnnouncementCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ec2/src/commands/DeleteTransitGatewayRouteTableCommand.ts b/clients/client-ec2/src/commands/DeleteTransitGatewayRouteTableCommand.ts index 3f3d04da5027..782a950940d0 100644 --- a/clients/client-ec2/src/commands/DeleteTransitGatewayRouteTableCommand.ts +++ b/clients/client-ec2/src/commands/DeleteTransitGatewayRouteTableCommand.ts @@ -90,9 +90,6 @@ export class DeleteTransitGatewayRouteTableCommand extends $Command< DeleteTransitGatewayRouteTableCommandOutput, EC2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -106,9 +103,7 @@ export class DeleteTransitGatewayRouteTableCommand extends $Command< * @public */ constructor(readonly input: DeleteTransitGatewayRouteTableCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -167,7 +162,4 @@ export class DeleteTransitGatewayRouteTableCommand extends $Command< ): Promise { return de_DeleteTransitGatewayRouteTableCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ec2/src/commands/DeleteTransitGatewayVpcAttachmentCommand.ts b/clients/client-ec2/src/commands/DeleteTransitGatewayVpcAttachmentCommand.ts index f5e7befb0248..8f81ef6771c2 100644 --- a/clients/client-ec2/src/commands/DeleteTransitGatewayVpcAttachmentCommand.ts +++ b/clients/client-ec2/src/commands/DeleteTransitGatewayVpcAttachmentCommand.ts @@ -97,9 +97,6 @@ export class DeleteTransitGatewayVpcAttachmentCommand extends $Command< DeleteTransitGatewayVpcAttachmentCommandOutput, EC2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -113,9 +110,7 @@ export class DeleteTransitGatewayVpcAttachmentCommand extends $Command< * @public */ constructor(readonly input: DeleteTransitGatewayVpcAttachmentCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -174,7 +169,4 @@ export class DeleteTransitGatewayVpcAttachmentCommand extends $Command< ): Promise { return de_DeleteTransitGatewayVpcAttachmentCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ec2/src/commands/DeleteVerifiedAccessEndpointCommand.ts b/clients/client-ec2/src/commands/DeleteVerifiedAccessEndpointCommand.ts index 7a62ad63d6cf..0ba5bbb468dd 100644 --- a/clients/client-ec2/src/commands/DeleteVerifiedAccessEndpointCommand.ts +++ b/clients/client-ec2/src/commands/DeleteVerifiedAccessEndpointCommand.ts @@ -118,9 +118,6 @@ export class DeleteVerifiedAccessEndpointCommand extends $Command< DeleteVerifiedAccessEndpointCommandOutput, EC2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -134,9 +131,7 @@ export class DeleteVerifiedAccessEndpointCommand extends $Command< * @public */ constructor(readonly input: DeleteVerifiedAccessEndpointCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -192,7 +187,4 @@ export class DeleteVerifiedAccessEndpointCommand extends $Command< ): Promise { return de_DeleteVerifiedAccessEndpointCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ec2/src/commands/DeleteVerifiedAccessGroupCommand.ts b/clients/client-ec2/src/commands/DeleteVerifiedAccessGroupCommand.ts index 2d6621e3f6b5..d4b453f021de 100644 --- a/clients/client-ec2/src/commands/DeleteVerifiedAccessGroupCommand.ts +++ b/clients/client-ec2/src/commands/DeleteVerifiedAccessGroupCommand.ts @@ -91,9 +91,6 @@ export class DeleteVerifiedAccessGroupCommand extends $Command< DeleteVerifiedAccessGroupCommandOutput, EC2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -107,9 +104,7 @@ export class DeleteVerifiedAccessGroupCommand extends $Command< * @public */ constructor(readonly input: DeleteVerifiedAccessGroupCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -165,7 +160,4 @@ export class DeleteVerifiedAccessGroupCommand extends $Command< ): Promise { return de_DeleteVerifiedAccessGroupCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ec2/src/commands/DeleteVerifiedAccessInstanceCommand.ts b/clients/client-ec2/src/commands/DeleteVerifiedAccessInstanceCommand.ts index a178e4cdfd75..d27edbdc3d2a 100644 --- a/clients/client-ec2/src/commands/DeleteVerifiedAccessInstanceCommand.ts +++ b/clients/client-ec2/src/commands/DeleteVerifiedAccessInstanceCommand.ts @@ -95,9 +95,6 @@ export class DeleteVerifiedAccessInstanceCommand extends $Command< DeleteVerifiedAccessInstanceCommandOutput, EC2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -111,9 +108,7 @@ export class DeleteVerifiedAccessInstanceCommand extends $Command< * @public */ constructor(readonly input: DeleteVerifiedAccessInstanceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -169,7 +164,4 @@ export class DeleteVerifiedAccessInstanceCommand extends $Command< ): Promise { return de_DeleteVerifiedAccessInstanceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ec2/src/commands/DeleteVerifiedAccessTrustProviderCommand.ts b/clients/client-ec2/src/commands/DeleteVerifiedAccessTrustProviderCommand.ts index d805ca17999e..70cf0cd2917a 100644 --- a/clients/client-ec2/src/commands/DeleteVerifiedAccessTrustProviderCommand.ts +++ b/clients/client-ec2/src/commands/DeleteVerifiedAccessTrustProviderCommand.ts @@ -112,9 +112,6 @@ export class DeleteVerifiedAccessTrustProviderCommand extends $Command< DeleteVerifiedAccessTrustProviderCommandOutput, EC2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -128,9 +125,7 @@ export class DeleteVerifiedAccessTrustProviderCommand extends $Command< * @public */ constructor(readonly input: DeleteVerifiedAccessTrustProviderCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -189,7 +184,4 @@ export class DeleteVerifiedAccessTrustProviderCommand extends $Command< ): Promise { return de_DeleteVerifiedAccessTrustProviderCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ec2/src/commands/DeleteVolumeCommand.ts b/clients/client-ec2/src/commands/DeleteVolumeCommand.ts index fe772064e5d2..74f8bf7bb3cf 100644 --- a/clients/client-ec2/src/commands/DeleteVolumeCommand.ts +++ b/clients/client-ec2/src/commands/DeleteVolumeCommand.ts @@ -84,9 +84,6 @@ export class DeleteVolumeCommand extends $Command< DeleteVolumeCommandOutput, EC2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -100,9 +97,7 @@ export class DeleteVolumeCommand extends $Command< * @public */ constructor(readonly input: DeleteVolumeCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -153,7 +148,4 @@ export class DeleteVolumeCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteVolumeCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ec2/src/commands/DeleteVpcCommand.ts b/clients/client-ec2/src/commands/DeleteVpcCommand.ts index b673923749e0..d708e1d5f2d8 100644 --- a/clients/client-ec2/src/commands/DeleteVpcCommand.ts +++ b/clients/client-ec2/src/commands/DeleteVpcCommand.ts @@ -76,9 +76,6 @@ export interface DeleteVpcCommandOutput extends __MetadataBearer {} * */ export class DeleteVpcCommand extends $Command { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -92,9 +89,7 @@ export class DeleteVpcCommand extends $Command { return de_DeleteVpcCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ec2/src/commands/DeleteVpcEndpointConnectionNotificationsCommand.ts b/clients/client-ec2/src/commands/DeleteVpcEndpointConnectionNotificationsCommand.ts index b3a9b4a9c880..4b3bdccd2d48 100644 --- a/clients/client-ec2/src/commands/DeleteVpcEndpointConnectionNotificationsCommand.ts +++ b/clients/client-ec2/src/commands/DeleteVpcEndpointConnectionNotificationsCommand.ts @@ -90,9 +90,6 @@ export class DeleteVpcEndpointConnectionNotificationsCommand extends $Command< DeleteVpcEndpointConnectionNotificationsCommandOutput, EC2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -106,9 +103,7 @@ export class DeleteVpcEndpointConnectionNotificationsCommand extends $Command< * @public */ constructor(readonly input: DeleteVpcEndpointConnectionNotificationsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -173,7 +168,4 @@ export class DeleteVpcEndpointConnectionNotificationsCommand extends $Command< ): Promise { return de_DeleteVpcEndpointConnectionNotificationsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ec2/src/commands/DeleteVpcEndpointServiceConfigurationsCommand.ts b/clients/client-ec2/src/commands/DeleteVpcEndpointServiceConfigurationsCommand.ts index e10dfc2a9e99..a0eddd42e3fc 100644 --- a/clients/client-ec2/src/commands/DeleteVpcEndpointServiceConfigurationsCommand.ts +++ b/clients/client-ec2/src/commands/DeleteVpcEndpointServiceConfigurationsCommand.ts @@ -93,9 +93,6 @@ export class DeleteVpcEndpointServiceConfigurationsCommand extends $Command< DeleteVpcEndpointServiceConfigurationsCommandOutput, EC2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -109,9 +106,7 @@ export class DeleteVpcEndpointServiceConfigurationsCommand extends $Command< * @public */ constructor(readonly input: DeleteVpcEndpointServiceConfigurationsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -170,7 +165,4 @@ export class DeleteVpcEndpointServiceConfigurationsCommand extends $Command< ): Promise { return de_DeleteVpcEndpointServiceConfigurationsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ec2/src/commands/DeleteVpcEndpointsCommand.ts b/clients/client-ec2/src/commands/DeleteVpcEndpointsCommand.ts index a57b4511fc89..e83dbb5709cd 100644 --- a/clients/client-ec2/src/commands/DeleteVpcEndpointsCommand.ts +++ b/clients/client-ec2/src/commands/DeleteVpcEndpointsCommand.ts @@ -85,9 +85,6 @@ export class DeleteVpcEndpointsCommand extends $Command< DeleteVpcEndpointsCommandOutput, EC2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -101,9 +98,7 @@ export class DeleteVpcEndpointsCommand extends $Command< * @public */ constructor(readonly input: DeleteVpcEndpointsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -156,7 +151,4 @@ export class DeleteVpcEndpointsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteVpcEndpointsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ec2/src/commands/DeleteVpcPeeringConnectionCommand.ts b/clients/client-ec2/src/commands/DeleteVpcPeeringConnectionCommand.ts index d11639eb1187..f3f668108a7d 100644 --- a/clients/client-ec2/src/commands/DeleteVpcPeeringConnectionCommand.ts +++ b/clients/client-ec2/src/commands/DeleteVpcPeeringConnectionCommand.ts @@ -75,9 +75,6 @@ export class DeleteVpcPeeringConnectionCommand extends $Command< DeleteVpcPeeringConnectionCommandOutput, EC2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -91,9 +88,7 @@ export class DeleteVpcPeeringConnectionCommand extends $Command< * @public */ constructor(readonly input: DeleteVpcPeeringConnectionCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -149,7 +144,4 @@ export class DeleteVpcPeeringConnectionCommand extends $Command< ): Promise { return de_DeleteVpcPeeringConnectionCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ec2/src/commands/DeleteVpnConnectionCommand.ts b/clients/client-ec2/src/commands/DeleteVpnConnectionCommand.ts index 66e37f5c39a6..f6bc65509731 100644 --- a/clients/client-ec2/src/commands/DeleteVpnConnectionCommand.ts +++ b/clients/client-ec2/src/commands/DeleteVpnConnectionCommand.ts @@ -79,9 +79,6 @@ export class DeleteVpnConnectionCommand extends $Command< DeleteVpnConnectionCommandOutput, EC2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -95,9 +92,7 @@ export class DeleteVpnConnectionCommand extends $Command< * @public */ constructor(readonly input: DeleteVpnConnectionCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -150,7 +145,4 @@ export class DeleteVpnConnectionCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteVpnConnectionCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ec2/src/commands/DeleteVpnConnectionRouteCommand.ts b/clients/client-ec2/src/commands/DeleteVpnConnectionRouteCommand.ts index 1921598a3e90..58bcae2920f8 100644 --- a/clients/client-ec2/src/commands/DeleteVpnConnectionRouteCommand.ts +++ b/clients/client-ec2/src/commands/DeleteVpnConnectionRouteCommand.ts @@ -72,9 +72,6 @@ export class DeleteVpnConnectionRouteCommand extends $Command< DeleteVpnConnectionRouteCommandOutput, EC2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -88,9 +85,7 @@ export class DeleteVpnConnectionRouteCommand extends $Command< * @public */ constructor(readonly input: DeleteVpnConnectionRouteCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -143,7 +138,4 @@ export class DeleteVpnConnectionRouteCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteVpnConnectionRouteCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ec2/src/commands/DeleteVpnGatewayCommand.ts b/clients/client-ec2/src/commands/DeleteVpnGatewayCommand.ts index 11fdf13a5071..29475188aaa4 100644 --- a/clients/client-ec2/src/commands/DeleteVpnGatewayCommand.ts +++ b/clients/client-ec2/src/commands/DeleteVpnGatewayCommand.ts @@ -72,9 +72,6 @@ export class DeleteVpnGatewayCommand extends $Command< DeleteVpnGatewayCommandOutput, EC2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -88,9 +85,7 @@ export class DeleteVpnGatewayCommand extends $Command< * @public */ constructor(readonly input: DeleteVpnGatewayCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -143,7 +138,4 @@ export class DeleteVpnGatewayCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteVpnGatewayCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ec2/src/commands/DeprovisionByoipCidrCommand.ts b/clients/client-ec2/src/commands/DeprovisionByoipCidrCommand.ts index 79ceac3cb51a..2f6d1c0304f1 100644 --- a/clients/client-ec2/src/commands/DeprovisionByoipCidrCommand.ts +++ b/clients/client-ec2/src/commands/DeprovisionByoipCidrCommand.ts @@ -79,9 +79,6 @@ export class DeprovisionByoipCidrCommand extends $Command< DeprovisionByoipCidrCommandOutput, EC2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -95,9 +92,7 @@ export class DeprovisionByoipCidrCommand extends $Command< * @public */ constructor(readonly input: DeprovisionByoipCidrCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -150,7 +145,4 @@ export class DeprovisionByoipCidrCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeprovisionByoipCidrCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ec2/src/commands/DeprovisionIpamPoolCidrCommand.ts b/clients/client-ec2/src/commands/DeprovisionIpamPoolCidrCommand.ts index cd131ba5156f..f79aaf871f03 100644 --- a/clients/client-ec2/src/commands/DeprovisionIpamPoolCidrCommand.ts +++ b/clients/client-ec2/src/commands/DeprovisionIpamPoolCidrCommand.ts @@ -81,9 +81,6 @@ export class DeprovisionIpamPoolCidrCommand extends $Command< DeprovisionIpamPoolCidrCommandOutput, EC2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -97,9 +94,7 @@ export class DeprovisionIpamPoolCidrCommand extends $Command< * @public */ constructor(readonly input: DeprovisionIpamPoolCidrCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -152,7 +147,4 @@ export class DeprovisionIpamPoolCidrCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeprovisionIpamPoolCidrCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ec2/src/commands/DeprovisionPublicIpv4PoolCidrCommand.ts b/clients/client-ec2/src/commands/DeprovisionPublicIpv4PoolCidrCommand.ts index e729381096be..fc9b8d857f25 100644 --- a/clients/client-ec2/src/commands/DeprovisionPublicIpv4PoolCidrCommand.ts +++ b/clients/client-ec2/src/commands/DeprovisionPublicIpv4PoolCidrCommand.ts @@ -77,9 +77,6 @@ export class DeprovisionPublicIpv4PoolCidrCommand extends $Command< DeprovisionPublicIpv4PoolCidrCommandOutput, EC2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -93,9 +90,7 @@ export class DeprovisionPublicIpv4PoolCidrCommand extends $Command< * @public */ constructor(readonly input: DeprovisionPublicIpv4PoolCidrCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -151,7 +146,4 @@ export class DeprovisionPublicIpv4PoolCidrCommand extends $Command< ): Promise { return de_DeprovisionPublicIpv4PoolCidrCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ec2/src/commands/DeregisterImageCommand.ts b/clients/client-ec2/src/commands/DeregisterImageCommand.ts index 8ae39a47382a..716097e84f9a 100644 --- a/clients/client-ec2/src/commands/DeregisterImageCommand.ts +++ b/clients/client-ec2/src/commands/DeregisterImageCommand.ts @@ -80,9 +80,6 @@ export class DeregisterImageCommand extends $Command< DeregisterImageCommandOutput, EC2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -96,9 +93,7 @@ export class DeregisterImageCommand extends $Command< * @public */ constructor(readonly input: DeregisterImageCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -151,7 +146,4 @@ export class DeregisterImageCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeregisterImageCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ec2/src/commands/DeregisterInstanceEventNotificationAttributesCommand.ts b/clients/client-ec2/src/commands/DeregisterInstanceEventNotificationAttributesCommand.ts index 2986e65ca840..6411188a2f62 100644 --- a/clients/client-ec2/src/commands/DeregisterInstanceEventNotificationAttributesCommand.ts +++ b/clients/client-ec2/src/commands/DeregisterInstanceEventNotificationAttributesCommand.ts @@ -91,9 +91,6 @@ export class DeregisterInstanceEventNotificationAttributesCommand extends $Comma DeregisterInstanceEventNotificationAttributesCommandOutput, EC2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -107,9 +104,7 @@ export class DeregisterInstanceEventNotificationAttributesCommand extends $Comma * @public */ constructor(readonly input: DeregisterInstanceEventNotificationAttributesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -174,7 +169,4 @@ export class DeregisterInstanceEventNotificationAttributesCommand extends $Comma ): Promise { return de_DeregisterInstanceEventNotificationAttributesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ec2/src/commands/DeregisterTransitGatewayMulticastGroupMembersCommand.ts b/clients/client-ec2/src/commands/DeregisterTransitGatewayMulticastGroupMembersCommand.ts index d455ebdea10f..603b70db6c65 100644 --- a/clients/client-ec2/src/commands/DeregisterTransitGatewayMulticastGroupMembersCommand.ts +++ b/clients/client-ec2/src/commands/DeregisterTransitGatewayMulticastGroupMembersCommand.ts @@ -90,9 +90,6 @@ export class DeregisterTransitGatewayMulticastGroupMembersCommand extends $Comma DeregisterTransitGatewayMulticastGroupMembersCommandOutput, EC2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -106,9 +103,7 @@ export class DeregisterTransitGatewayMulticastGroupMembersCommand extends $Comma * @public */ constructor(readonly input: DeregisterTransitGatewayMulticastGroupMembersCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -173,7 +168,4 @@ export class DeregisterTransitGatewayMulticastGroupMembersCommand extends $Comma ): Promise { return de_DeregisterTransitGatewayMulticastGroupMembersCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ec2/src/commands/DeregisterTransitGatewayMulticastGroupSourcesCommand.ts b/clients/client-ec2/src/commands/DeregisterTransitGatewayMulticastGroupSourcesCommand.ts index 6269189db162..fd48b5f7b396 100644 --- a/clients/client-ec2/src/commands/DeregisterTransitGatewayMulticastGroupSourcesCommand.ts +++ b/clients/client-ec2/src/commands/DeregisterTransitGatewayMulticastGroupSourcesCommand.ts @@ -90,9 +90,6 @@ export class DeregisterTransitGatewayMulticastGroupSourcesCommand extends $Comma DeregisterTransitGatewayMulticastGroupSourcesCommandOutput, EC2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -106,9 +103,7 @@ export class DeregisterTransitGatewayMulticastGroupSourcesCommand extends $Comma * @public */ constructor(readonly input: DeregisterTransitGatewayMulticastGroupSourcesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -173,7 +168,4 @@ export class DeregisterTransitGatewayMulticastGroupSourcesCommand extends $Comma ): Promise { return de_DeregisterTransitGatewayMulticastGroupSourcesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ec2/src/commands/DescribeAccountAttributesCommand.ts b/clients/client-ec2/src/commands/DescribeAccountAttributesCommand.ts index 51fd0ebcfdda..6f27f738024b 100644 --- a/clients/client-ec2/src/commands/DescribeAccountAttributesCommand.ts +++ b/clients/client-ec2/src/commands/DescribeAccountAttributesCommand.ts @@ -208,9 +208,6 @@ export class DescribeAccountAttributesCommand extends $Command< DescribeAccountAttributesCommandOutput, EC2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -224,9 +221,7 @@ export class DescribeAccountAttributesCommand extends $Command< * @public */ constructor(readonly input: DescribeAccountAttributesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -282,7 +277,4 @@ export class DescribeAccountAttributesCommand extends $Command< ): Promise { return de_DescribeAccountAttributesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ec2/src/commands/DescribeAddressTransfersCommand.ts b/clients/client-ec2/src/commands/DescribeAddressTransfersCommand.ts index 9d8636911117..cb0f1e1c149c 100644 --- a/clients/client-ec2/src/commands/DescribeAddressTransfersCommand.ts +++ b/clients/client-ec2/src/commands/DescribeAddressTransfersCommand.ts @@ -94,9 +94,6 @@ export class DescribeAddressTransfersCommand extends $Command< DescribeAddressTransfersCommandOutput, EC2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -110,9 +107,7 @@ export class DescribeAddressTransfersCommand extends $Command< * @public */ constructor(readonly input: DescribeAddressTransfersCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -165,7 +160,4 @@ export class DescribeAddressTransfersCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DescribeAddressTransfersCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ec2/src/commands/DescribeAddressesAttributeCommand.ts b/clients/client-ec2/src/commands/DescribeAddressesAttributeCommand.ts index 4fed249c82ba..c6df8055d14a 100644 --- a/clients/client-ec2/src/commands/DescribeAddressesAttributeCommand.ts +++ b/clients/client-ec2/src/commands/DescribeAddressesAttributeCommand.ts @@ -88,9 +88,6 @@ export class DescribeAddressesAttributeCommand extends $Command< DescribeAddressesAttributeCommandOutput, EC2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -104,9 +101,7 @@ export class DescribeAddressesAttributeCommand extends $Command< * @public */ constructor(readonly input: DescribeAddressesAttributeCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -162,7 +157,4 @@ export class DescribeAddressesAttributeCommand extends $Command< ): Promise { return de_DescribeAddressesAttributeCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ec2/src/commands/DescribeAddressesCommand.ts b/clients/client-ec2/src/commands/DescribeAddressesCommand.ts index 44c9727fb355..9d1a80bf24ac 100644 --- a/clients/client-ec2/src/commands/DescribeAddressesCommand.ts +++ b/clients/client-ec2/src/commands/DescribeAddressesCommand.ts @@ -136,9 +136,6 @@ export class DescribeAddressesCommand extends $Command< DescribeAddressesCommandOutput, EC2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -152,9 +149,7 @@ export class DescribeAddressesCommand extends $Command< * @public */ constructor(readonly input: DescribeAddressesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -207,7 +202,4 @@ export class DescribeAddressesCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DescribeAddressesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ec2/src/commands/DescribeAggregateIdFormatCommand.ts b/clients/client-ec2/src/commands/DescribeAggregateIdFormatCommand.ts index e37b928894c8..fce8b944f775 100644 --- a/clients/client-ec2/src/commands/DescribeAggregateIdFormatCommand.ts +++ b/clients/client-ec2/src/commands/DescribeAggregateIdFormatCommand.ts @@ -93,9 +93,6 @@ export class DescribeAggregateIdFormatCommand extends $Command< DescribeAggregateIdFormatCommandOutput, EC2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -109,9 +106,7 @@ export class DescribeAggregateIdFormatCommand extends $Command< * @public */ constructor(readonly input: DescribeAggregateIdFormatCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -167,7 +162,4 @@ export class DescribeAggregateIdFormatCommand extends $Command< ): Promise { return de_DescribeAggregateIdFormatCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ec2/src/commands/DescribeAvailabilityZonesCommand.ts b/clients/client-ec2/src/commands/DescribeAvailabilityZonesCommand.ts index cfedbd35fa46..3f58ab696b32 100644 --- a/clients/client-ec2/src/commands/DescribeAvailabilityZonesCommand.ts +++ b/clients/client-ec2/src/commands/DescribeAvailabilityZonesCommand.ts @@ -147,9 +147,6 @@ export class DescribeAvailabilityZonesCommand extends $Command< DescribeAvailabilityZonesCommandOutput, EC2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -163,9 +160,7 @@ export class DescribeAvailabilityZonesCommand extends $Command< * @public */ constructor(readonly input: DescribeAvailabilityZonesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -221,7 +216,4 @@ export class DescribeAvailabilityZonesCommand extends $Command< ): Promise { return de_DescribeAvailabilityZonesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ec2/src/commands/DescribeAwsNetworkPerformanceMetricSubscriptionsCommand.ts b/clients/client-ec2/src/commands/DescribeAwsNetworkPerformanceMetricSubscriptionsCommand.ts index 1a011bed4678..eead25e86f72 100644 --- a/clients/client-ec2/src/commands/DescribeAwsNetworkPerformanceMetricSubscriptionsCommand.ts +++ b/clients/client-ec2/src/commands/DescribeAwsNetworkPerformanceMetricSubscriptionsCommand.ts @@ -98,9 +98,6 @@ export class DescribeAwsNetworkPerformanceMetricSubscriptionsCommand extends $Co DescribeAwsNetworkPerformanceMetricSubscriptionsCommandOutput, EC2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -114,9 +111,7 @@ export class DescribeAwsNetworkPerformanceMetricSubscriptionsCommand extends $Co * @public */ constructor(readonly input: DescribeAwsNetworkPerformanceMetricSubscriptionsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -181,7 +176,4 @@ export class DescribeAwsNetworkPerformanceMetricSubscriptionsCommand extends $Co ): Promise { return de_DescribeAwsNetworkPerformanceMetricSubscriptionsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ec2/src/commands/DescribeBundleTasksCommand.ts b/clients/client-ec2/src/commands/DescribeBundleTasksCommand.ts index 32cb73de8a7c..f95e8410f5bf 100644 --- a/clients/client-ec2/src/commands/DescribeBundleTasksCommand.ts +++ b/clients/client-ec2/src/commands/DescribeBundleTasksCommand.ts @@ -110,9 +110,6 @@ export class DescribeBundleTasksCommand extends $Command< DescribeBundleTasksCommandOutput, EC2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -126,9 +123,7 @@ export class DescribeBundleTasksCommand extends $Command< * @public */ constructor(readonly input: DescribeBundleTasksCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -181,7 +176,4 @@ export class DescribeBundleTasksCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DescribeBundleTasksCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ec2/src/commands/DescribeByoipCidrsCommand.ts b/clients/client-ec2/src/commands/DescribeByoipCidrsCommand.ts index bbff12596300..142a1049a946 100644 --- a/clients/client-ec2/src/commands/DescribeByoipCidrsCommand.ts +++ b/clients/client-ec2/src/commands/DescribeByoipCidrsCommand.ts @@ -82,9 +82,6 @@ export class DescribeByoipCidrsCommand extends $Command< DescribeByoipCidrsCommandOutput, EC2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -98,9 +95,7 @@ export class DescribeByoipCidrsCommand extends $Command< * @public */ constructor(readonly input: DescribeByoipCidrsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -153,7 +148,4 @@ export class DescribeByoipCidrsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DescribeByoipCidrsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ec2/src/commands/DescribeCapacityBlockOfferingsCommand.ts b/clients/client-ec2/src/commands/DescribeCapacityBlockOfferingsCommand.ts index 0f3d52876e51..5a002fcd9101 100644 --- a/clients/client-ec2/src/commands/DescribeCapacityBlockOfferingsCommand.ts +++ b/clients/client-ec2/src/commands/DescribeCapacityBlockOfferingsCommand.ts @@ -96,9 +96,6 @@ export class DescribeCapacityBlockOfferingsCommand extends $Command< DescribeCapacityBlockOfferingsCommandOutput, EC2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -112,9 +109,7 @@ export class DescribeCapacityBlockOfferingsCommand extends $Command< * @public */ constructor(readonly input: DescribeCapacityBlockOfferingsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -173,7 +168,4 @@ export class DescribeCapacityBlockOfferingsCommand extends $Command< ): Promise { return de_DescribeCapacityBlockOfferingsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ec2/src/commands/DescribeCapacityReservationFleetsCommand.ts b/clients/client-ec2/src/commands/DescribeCapacityReservationFleetsCommand.ts index fd443c55a4fb..74404b38a3ac 100644 --- a/clients/client-ec2/src/commands/DescribeCapacityReservationFleetsCommand.ts +++ b/clients/client-ec2/src/commands/DescribeCapacityReservationFleetsCommand.ts @@ -123,9 +123,6 @@ export class DescribeCapacityReservationFleetsCommand extends $Command< DescribeCapacityReservationFleetsCommandOutput, EC2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -139,9 +136,7 @@ export class DescribeCapacityReservationFleetsCommand extends $Command< * @public */ constructor(readonly input: DescribeCapacityReservationFleetsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -200,7 +195,4 @@ export class DescribeCapacityReservationFleetsCommand extends $Command< ): Promise { return de_DescribeCapacityReservationFleetsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ec2/src/commands/DescribeCapacityReservationsCommand.ts b/clients/client-ec2/src/commands/DescribeCapacityReservationsCommand.ts index d047a8f31dc1..59245eb48f2e 100644 --- a/clients/client-ec2/src/commands/DescribeCapacityReservationsCommand.ts +++ b/clients/client-ec2/src/commands/DescribeCapacityReservationsCommand.ts @@ -124,9 +124,6 @@ export class DescribeCapacityReservationsCommand extends $Command< DescribeCapacityReservationsCommandOutput, EC2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -140,9 +137,7 @@ export class DescribeCapacityReservationsCommand extends $Command< * @public */ constructor(readonly input: DescribeCapacityReservationsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -198,7 +193,4 @@ export class DescribeCapacityReservationsCommand extends $Command< ): Promise { return de_DescribeCapacityReservationsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ec2/src/commands/DescribeCarrierGatewaysCommand.ts b/clients/client-ec2/src/commands/DescribeCarrierGatewaysCommand.ts index b2cc93d15277..74cf391cbddb 100644 --- a/clients/client-ec2/src/commands/DescribeCarrierGatewaysCommand.ts +++ b/clients/client-ec2/src/commands/DescribeCarrierGatewaysCommand.ts @@ -97,9 +97,6 @@ export class DescribeCarrierGatewaysCommand extends $Command< DescribeCarrierGatewaysCommandOutput, EC2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -113,9 +110,7 @@ export class DescribeCarrierGatewaysCommand extends $Command< * @public */ constructor(readonly input: DescribeCarrierGatewaysCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -168,7 +163,4 @@ export class DescribeCarrierGatewaysCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DescribeCarrierGatewaysCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ec2/src/commands/DescribeClassicLinkInstancesCommand.ts b/clients/client-ec2/src/commands/DescribeClassicLinkInstancesCommand.ts index 25a8c5ea948c..663a6294d58e 100644 --- a/clients/client-ec2/src/commands/DescribeClassicLinkInstancesCommand.ts +++ b/clients/client-ec2/src/commands/DescribeClassicLinkInstancesCommand.ts @@ -108,9 +108,6 @@ export class DescribeClassicLinkInstancesCommand extends $Command< DescribeClassicLinkInstancesCommandOutput, EC2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -124,9 +121,7 @@ export class DescribeClassicLinkInstancesCommand extends $Command< * @public */ constructor(readonly input: DescribeClassicLinkInstancesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -182,7 +177,4 @@ export class DescribeClassicLinkInstancesCommand extends $Command< ): Promise { return de_DescribeClassicLinkInstancesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ec2/src/commands/DescribeClientVpnAuthorizationRulesCommand.ts b/clients/client-ec2/src/commands/DescribeClientVpnAuthorizationRulesCommand.ts index a6d2d35fd10b..4aa88e7271fd 100644 --- a/clients/client-ec2/src/commands/DescribeClientVpnAuthorizationRulesCommand.ts +++ b/clients/client-ec2/src/commands/DescribeClientVpnAuthorizationRulesCommand.ts @@ -102,9 +102,6 @@ export class DescribeClientVpnAuthorizationRulesCommand extends $Command< DescribeClientVpnAuthorizationRulesCommandOutput, EC2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -118,9 +115,7 @@ export class DescribeClientVpnAuthorizationRulesCommand extends $Command< * @public */ constructor(readonly input: DescribeClientVpnAuthorizationRulesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -179,7 +174,4 @@ export class DescribeClientVpnAuthorizationRulesCommand extends $Command< ): Promise { return de_DescribeClientVpnAuthorizationRulesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ec2/src/commands/DescribeClientVpnConnectionsCommand.ts b/clients/client-ec2/src/commands/DescribeClientVpnConnectionsCommand.ts index 222229e42e55..dff136a9f438 100644 --- a/clients/client-ec2/src/commands/DescribeClientVpnConnectionsCommand.ts +++ b/clients/client-ec2/src/commands/DescribeClientVpnConnectionsCommand.ts @@ -107,9 +107,6 @@ export class DescribeClientVpnConnectionsCommand extends $Command< DescribeClientVpnConnectionsCommandOutput, EC2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -123,9 +120,7 @@ export class DescribeClientVpnConnectionsCommand extends $Command< * @public */ constructor(readonly input: DescribeClientVpnConnectionsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -181,7 +176,4 @@ export class DescribeClientVpnConnectionsCommand extends $Command< ): Promise { return de_DescribeClientVpnConnectionsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ec2/src/commands/DescribeClientVpnEndpointsCommand.ts b/clients/client-ec2/src/commands/DescribeClientVpnEndpointsCommand.ts index 09d55a2171d5..df8ffcc8c8c2 100644 --- a/clients/client-ec2/src/commands/DescribeClientVpnEndpointsCommand.ts +++ b/clients/client-ec2/src/commands/DescribeClientVpnEndpointsCommand.ts @@ -155,9 +155,6 @@ export class DescribeClientVpnEndpointsCommand extends $Command< DescribeClientVpnEndpointsCommandOutput, EC2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -171,9 +168,7 @@ export class DescribeClientVpnEndpointsCommand extends $Command< * @public */ constructor(readonly input: DescribeClientVpnEndpointsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -229,7 +224,4 @@ export class DescribeClientVpnEndpointsCommand extends $Command< ): Promise { return de_DescribeClientVpnEndpointsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ec2/src/commands/DescribeClientVpnRoutesCommand.ts b/clients/client-ec2/src/commands/DescribeClientVpnRoutesCommand.ts index 4b0b526fb18f..13b19ffbd94f 100644 --- a/clients/client-ec2/src/commands/DescribeClientVpnRoutesCommand.ts +++ b/clients/client-ec2/src/commands/DescribeClientVpnRoutesCommand.ts @@ -95,9 +95,6 @@ export class DescribeClientVpnRoutesCommand extends $Command< DescribeClientVpnRoutesCommandOutput, EC2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -111,9 +108,7 @@ export class DescribeClientVpnRoutesCommand extends $Command< * @public */ constructor(readonly input: DescribeClientVpnRoutesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -166,7 +161,4 @@ export class DescribeClientVpnRoutesCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DescribeClientVpnRoutesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ec2/src/commands/DescribeClientVpnTargetNetworksCommand.ts b/clients/client-ec2/src/commands/DescribeClientVpnTargetNetworksCommand.ts index 57052b57a647..c6568368a366 100644 --- a/clients/client-ec2/src/commands/DescribeClientVpnTargetNetworksCommand.ts +++ b/clients/client-ec2/src/commands/DescribeClientVpnTargetNetworksCommand.ts @@ -104,9 +104,6 @@ export class DescribeClientVpnTargetNetworksCommand extends $Command< DescribeClientVpnTargetNetworksCommandOutput, EC2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -120,9 +117,7 @@ export class DescribeClientVpnTargetNetworksCommand extends $Command< * @public */ constructor(readonly input: DescribeClientVpnTargetNetworksCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -181,7 +176,4 @@ export class DescribeClientVpnTargetNetworksCommand extends $Command< ): Promise { return de_DescribeClientVpnTargetNetworksCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ec2/src/commands/DescribeCoipPoolsCommand.ts b/clients/client-ec2/src/commands/DescribeCoipPoolsCommand.ts index 954c54b2284b..4389f30dc2e5 100644 --- a/clients/client-ec2/src/commands/DescribeCoipPoolsCommand.ts +++ b/clients/client-ec2/src/commands/DescribeCoipPoolsCommand.ts @@ -99,9 +99,6 @@ export class DescribeCoipPoolsCommand extends $Command< DescribeCoipPoolsCommandOutput, EC2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -115,9 +112,7 @@ export class DescribeCoipPoolsCommand extends $Command< * @public */ constructor(readonly input: DescribeCoipPoolsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -170,7 +165,4 @@ export class DescribeCoipPoolsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DescribeCoipPoolsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ec2/src/commands/DescribeConversionTasksCommand.ts b/clients/client-ec2/src/commands/DescribeConversionTasksCommand.ts index 68a516af2bc0..7ba62e7dd038 100644 --- a/clients/client-ec2/src/commands/DescribeConversionTasksCommand.ts +++ b/clients/client-ec2/src/commands/DescribeConversionTasksCommand.ts @@ -131,9 +131,6 @@ export class DescribeConversionTasksCommand extends $Command< DescribeConversionTasksCommandOutput, EC2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -147,9 +144,7 @@ export class DescribeConversionTasksCommand extends $Command< * @public */ constructor(readonly input: DescribeConversionTasksCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -202,7 +197,4 @@ export class DescribeConversionTasksCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DescribeConversionTasksCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ec2/src/commands/DescribeCustomerGatewaysCommand.ts b/clients/client-ec2/src/commands/DescribeCustomerGatewaysCommand.ts index 3afa907a564c..2329e0c496f8 100644 --- a/clients/client-ec2/src/commands/DescribeCustomerGatewaysCommand.ts +++ b/clients/client-ec2/src/commands/DescribeCustomerGatewaysCommand.ts @@ -125,9 +125,6 @@ export class DescribeCustomerGatewaysCommand extends $Command< DescribeCustomerGatewaysCommandOutput, EC2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -141,9 +138,7 @@ export class DescribeCustomerGatewaysCommand extends $Command< * @public */ constructor(readonly input: DescribeCustomerGatewaysCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -196,7 +191,4 @@ export class DescribeCustomerGatewaysCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DescribeCustomerGatewaysCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ec2/src/commands/DescribeDhcpOptionsCommand.ts b/clients/client-ec2/src/commands/DescribeDhcpOptionsCommand.ts index 418dcaaeb59f..5fff0997a0b2 100644 --- a/clients/client-ec2/src/commands/DescribeDhcpOptionsCommand.ts +++ b/clients/client-ec2/src/commands/DescribeDhcpOptionsCommand.ts @@ -142,9 +142,6 @@ export class DescribeDhcpOptionsCommand extends $Command< DescribeDhcpOptionsCommandOutput, EC2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -158,9 +155,7 @@ export class DescribeDhcpOptionsCommand extends $Command< * @public */ constructor(readonly input: DescribeDhcpOptionsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -213,7 +208,4 @@ export class DescribeDhcpOptionsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DescribeDhcpOptionsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ec2/src/commands/DescribeEgressOnlyInternetGatewaysCommand.ts b/clients/client-ec2/src/commands/DescribeEgressOnlyInternetGatewaysCommand.ts index ca3941b3723a..4c577124a738 100644 --- a/clients/client-ec2/src/commands/DescribeEgressOnlyInternetGatewaysCommand.ts +++ b/clients/client-ec2/src/commands/DescribeEgressOnlyInternetGatewaysCommand.ts @@ -108,9 +108,6 @@ export class DescribeEgressOnlyInternetGatewaysCommand extends $Command< DescribeEgressOnlyInternetGatewaysCommandOutput, EC2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -124,9 +121,7 @@ export class DescribeEgressOnlyInternetGatewaysCommand extends $Command< * @public */ constructor(readonly input: DescribeEgressOnlyInternetGatewaysCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -185,7 +180,4 @@ export class DescribeEgressOnlyInternetGatewaysCommand extends $Command< ): Promise { return de_DescribeEgressOnlyInternetGatewaysCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ec2/src/commands/DescribeElasticGpusCommand.ts b/clients/client-ec2/src/commands/DescribeElasticGpusCommand.ts index 216baadb0880..75f8687498ed 100644 --- a/clients/client-ec2/src/commands/DescribeElasticGpusCommand.ts +++ b/clients/client-ec2/src/commands/DescribeElasticGpusCommand.ts @@ -103,9 +103,6 @@ export class DescribeElasticGpusCommand extends $Command< DescribeElasticGpusCommandOutput, EC2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -119,9 +116,7 @@ export class DescribeElasticGpusCommand extends $Command< * @public */ constructor(readonly input: DescribeElasticGpusCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -174,7 +169,4 @@ export class DescribeElasticGpusCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DescribeElasticGpusCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ec2/src/commands/DescribeExportImageTasksCommand.ts b/clients/client-ec2/src/commands/DescribeExportImageTasksCommand.ts index 5b357a4281b1..3593db278155 100644 --- a/clients/client-ec2/src/commands/DescribeExportImageTasksCommand.ts +++ b/clients/client-ec2/src/commands/DescribeExportImageTasksCommand.ts @@ -103,9 +103,6 @@ export class DescribeExportImageTasksCommand extends $Command< DescribeExportImageTasksCommandOutput, EC2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -119,9 +116,7 @@ export class DescribeExportImageTasksCommand extends $Command< * @public */ constructor(readonly input: DescribeExportImageTasksCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -174,7 +169,4 @@ export class DescribeExportImageTasksCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DescribeExportImageTasksCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ec2/src/commands/DescribeExportTasksCommand.ts b/clients/client-ec2/src/commands/DescribeExportTasksCommand.ts index eee5261cf8b7..387c2341b344 100644 --- a/clients/client-ec2/src/commands/DescribeExportTasksCommand.ts +++ b/clients/client-ec2/src/commands/DescribeExportTasksCommand.ts @@ -103,9 +103,6 @@ export class DescribeExportTasksCommand extends $Command< DescribeExportTasksCommandOutput, EC2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -119,9 +116,7 @@ export class DescribeExportTasksCommand extends $Command< * @public */ constructor(readonly input: DescribeExportTasksCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -174,7 +169,4 @@ export class DescribeExportTasksCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DescribeExportTasksCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ec2/src/commands/DescribeFastLaunchImagesCommand.ts b/clients/client-ec2/src/commands/DescribeFastLaunchImagesCommand.ts index b32384420d76..55dfedc35f28 100644 --- a/clients/client-ec2/src/commands/DescribeFastLaunchImagesCommand.ts +++ b/clients/client-ec2/src/commands/DescribeFastLaunchImagesCommand.ts @@ -102,9 +102,6 @@ export class DescribeFastLaunchImagesCommand extends $Command< DescribeFastLaunchImagesCommandOutput, EC2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -118,9 +115,7 @@ export class DescribeFastLaunchImagesCommand extends $Command< * @public */ constructor(readonly input: DescribeFastLaunchImagesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -173,7 +168,4 @@ export class DescribeFastLaunchImagesCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DescribeFastLaunchImagesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ec2/src/commands/DescribeFastSnapshotRestoresCommand.ts b/clients/client-ec2/src/commands/DescribeFastSnapshotRestoresCommand.ts index 9852282b23db..bb05b3b83977 100644 --- a/clients/client-ec2/src/commands/DescribeFastSnapshotRestoresCommand.ts +++ b/clients/client-ec2/src/commands/DescribeFastSnapshotRestoresCommand.ts @@ -97,9 +97,6 @@ export class DescribeFastSnapshotRestoresCommand extends $Command< DescribeFastSnapshotRestoresCommandOutput, EC2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -113,9 +110,7 @@ export class DescribeFastSnapshotRestoresCommand extends $Command< * @public */ constructor(readonly input: DescribeFastSnapshotRestoresCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -171,7 +166,4 @@ export class DescribeFastSnapshotRestoresCommand extends $Command< ): Promise { return de_DescribeFastSnapshotRestoresCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ec2/src/commands/DescribeFleetHistoryCommand.ts b/clients/client-ec2/src/commands/DescribeFleetHistoryCommand.ts index b0263f6ff93d..0321d939d043 100644 --- a/clients/client-ec2/src/commands/DescribeFleetHistoryCommand.ts +++ b/clients/client-ec2/src/commands/DescribeFleetHistoryCommand.ts @@ -94,9 +94,6 @@ export class DescribeFleetHistoryCommand extends $Command< DescribeFleetHistoryCommandOutput, EC2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -110,9 +107,7 @@ export class DescribeFleetHistoryCommand extends $Command< * @public */ constructor(readonly input: DescribeFleetHistoryCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -165,7 +160,4 @@ export class DescribeFleetHistoryCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DescribeFleetHistoryCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ec2/src/commands/DescribeFleetInstancesCommand.ts b/clients/client-ec2/src/commands/DescribeFleetInstancesCommand.ts index 70d3d7d8a5bf..e881a08a65c7 100644 --- a/clients/client-ec2/src/commands/DescribeFleetInstancesCommand.ts +++ b/clients/client-ec2/src/commands/DescribeFleetInstancesCommand.ts @@ -91,9 +91,6 @@ export class DescribeFleetInstancesCommand extends $Command< DescribeFleetInstancesCommandOutput, EC2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -107,9 +104,7 @@ export class DescribeFleetInstancesCommand extends $Command< * @public */ constructor(readonly input: DescribeFleetInstancesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -162,7 +157,4 @@ export class DescribeFleetInstancesCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DescribeFleetInstancesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ec2/src/commands/DescribeFleetsCommand.ts b/clients/client-ec2/src/commands/DescribeFleetsCommand.ts index 723c05843abf..fbf7a390ffee 100644 --- a/clients/client-ec2/src/commands/DescribeFleetsCommand.ts +++ b/clients/client-ec2/src/commands/DescribeFleetsCommand.ts @@ -422,9 +422,6 @@ export class DescribeFleetsCommand extends $Command< DescribeFleetsCommandOutput, EC2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -438,9 +435,7 @@ export class DescribeFleetsCommand extends $Command< * @public */ constructor(readonly input: DescribeFleetsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -493,7 +488,4 @@ export class DescribeFleetsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DescribeFleetsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ec2/src/commands/DescribeFlowLogsCommand.ts b/clients/client-ec2/src/commands/DescribeFlowLogsCommand.ts index 0f2efa7427e8..437c3fbf8bf6 100644 --- a/clients/client-ec2/src/commands/DescribeFlowLogsCommand.ts +++ b/clients/client-ec2/src/commands/DescribeFlowLogsCommand.ts @@ -114,9 +114,6 @@ export class DescribeFlowLogsCommand extends $Command< DescribeFlowLogsCommandOutput, EC2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -130,9 +127,7 @@ export class DescribeFlowLogsCommand extends $Command< * @public */ constructor(readonly input: DescribeFlowLogsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -185,7 +180,4 @@ export class DescribeFlowLogsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DescribeFlowLogsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ec2/src/commands/DescribeFpgaImageAttributeCommand.ts b/clients/client-ec2/src/commands/DescribeFpgaImageAttributeCommand.ts index f98037cf9eec..d880a748bbab 100644 --- a/clients/client-ec2/src/commands/DescribeFpgaImageAttributeCommand.ts +++ b/clients/client-ec2/src/commands/DescribeFpgaImageAttributeCommand.ts @@ -88,9 +88,6 @@ export class DescribeFpgaImageAttributeCommand extends $Command< DescribeFpgaImageAttributeCommandOutput, EC2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -104,9 +101,7 @@ export class DescribeFpgaImageAttributeCommand extends $Command< * @public */ constructor(readonly input: DescribeFpgaImageAttributeCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -162,7 +157,4 @@ export class DescribeFpgaImageAttributeCommand extends $Command< ): Promise { return de_DescribeFpgaImageAttributeCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ec2/src/commands/DescribeFpgaImagesCommand.ts b/clients/client-ec2/src/commands/DescribeFpgaImagesCommand.ts index c414ab82f91d..4626e0da03a7 100644 --- a/clients/client-ec2/src/commands/DescribeFpgaImagesCommand.ts +++ b/clients/client-ec2/src/commands/DescribeFpgaImagesCommand.ts @@ -128,9 +128,6 @@ export class DescribeFpgaImagesCommand extends $Command< DescribeFpgaImagesCommandOutput, EC2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -144,9 +141,7 @@ export class DescribeFpgaImagesCommand extends $Command< * @public */ constructor(readonly input: DescribeFpgaImagesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -199,7 +194,4 @@ export class DescribeFpgaImagesCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DescribeFpgaImagesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ec2/src/commands/DescribeHostReservationOfferingsCommand.ts b/clients/client-ec2/src/commands/DescribeHostReservationOfferingsCommand.ts index 3b3db62fa618..e8e131f15d13 100644 --- a/clients/client-ec2/src/commands/DescribeHostReservationOfferingsCommand.ts +++ b/clients/client-ec2/src/commands/DescribeHostReservationOfferingsCommand.ts @@ -104,9 +104,6 @@ export class DescribeHostReservationOfferingsCommand extends $Command< DescribeHostReservationOfferingsCommandOutput, EC2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -120,9 +117,7 @@ export class DescribeHostReservationOfferingsCommand extends $Command< * @public */ constructor(readonly input: DescribeHostReservationOfferingsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -181,7 +176,4 @@ export class DescribeHostReservationOfferingsCommand extends $Command< ): Promise { return de_DescribeHostReservationOfferingsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ec2/src/commands/DescribeHostReservationsCommand.ts b/clients/client-ec2/src/commands/DescribeHostReservationsCommand.ts index 8c55e3a3ea92..ad4478e67983 100644 --- a/clients/client-ec2/src/commands/DescribeHostReservationsCommand.ts +++ b/clients/client-ec2/src/commands/DescribeHostReservationsCommand.ts @@ -108,9 +108,6 @@ export class DescribeHostReservationsCommand extends $Command< DescribeHostReservationsCommandOutput, EC2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -124,9 +121,7 @@ export class DescribeHostReservationsCommand extends $Command< * @public */ constructor(readonly input: DescribeHostReservationsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -179,7 +174,4 @@ export class DescribeHostReservationsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DescribeHostReservationsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ec2/src/commands/DescribeHostsCommand.ts b/clients/client-ec2/src/commands/DescribeHostsCommand.ts index 4fafabce392a..0e719b42806f 100644 --- a/clients/client-ec2/src/commands/DescribeHostsCommand.ts +++ b/clients/client-ec2/src/commands/DescribeHostsCommand.ts @@ -135,9 +135,6 @@ export class DescribeHostsCommand extends $Command< DescribeHostsCommandOutput, EC2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -151,9 +148,7 @@ export class DescribeHostsCommand extends $Command< * @public */ constructor(readonly input: DescribeHostsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -204,7 +199,4 @@ export class DescribeHostsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DescribeHostsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ec2/src/commands/DescribeIamInstanceProfileAssociationsCommand.ts b/clients/client-ec2/src/commands/DescribeIamInstanceProfileAssociationsCommand.ts index 2f61d0afc7e4..833511bb60ab 100644 --- a/clients/client-ec2/src/commands/DescribeIamInstanceProfileAssociationsCommand.ts +++ b/clients/client-ec2/src/commands/DescribeIamInstanceProfileAssociationsCommand.ts @@ -131,9 +131,6 @@ export class DescribeIamInstanceProfileAssociationsCommand extends $Command< DescribeIamInstanceProfileAssociationsCommandOutput, EC2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -147,9 +144,7 @@ export class DescribeIamInstanceProfileAssociationsCommand extends $Command< * @public */ constructor(readonly input: DescribeIamInstanceProfileAssociationsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -208,7 +203,4 @@ export class DescribeIamInstanceProfileAssociationsCommand extends $Command< ): Promise { return de_DescribeIamInstanceProfileAssociationsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ec2/src/commands/DescribeIdFormatCommand.ts b/clients/client-ec2/src/commands/DescribeIdFormatCommand.ts index 88c2f2e0181d..5764858e5ceb 100644 --- a/clients/client-ec2/src/commands/DescribeIdFormatCommand.ts +++ b/clients/client-ec2/src/commands/DescribeIdFormatCommand.ts @@ -95,9 +95,6 @@ export class DescribeIdFormatCommand extends $Command< DescribeIdFormatCommandOutput, EC2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -111,9 +108,7 @@ export class DescribeIdFormatCommand extends $Command< * @public */ constructor(readonly input: DescribeIdFormatCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -166,7 +161,4 @@ export class DescribeIdFormatCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DescribeIdFormatCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ec2/src/commands/DescribeIdentityIdFormatCommand.ts b/clients/client-ec2/src/commands/DescribeIdentityIdFormatCommand.ts index 8948c0969dbb..61e62d58f67b 100644 --- a/clients/client-ec2/src/commands/DescribeIdentityIdFormatCommand.ts +++ b/clients/client-ec2/src/commands/DescribeIdentityIdFormatCommand.ts @@ -95,9 +95,6 @@ export class DescribeIdentityIdFormatCommand extends $Command< DescribeIdentityIdFormatCommandOutput, EC2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -111,9 +108,7 @@ export class DescribeIdentityIdFormatCommand extends $Command< * @public */ constructor(readonly input: DescribeIdentityIdFormatCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -166,7 +161,4 @@ export class DescribeIdentityIdFormatCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DescribeIdentityIdFormatCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ec2/src/commands/DescribeImageAttributeCommand.ts b/clients/client-ec2/src/commands/DescribeImageAttributeCommand.ts index 85d246ce8f37..ed6ef93cf6d4 100644 --- a/clients/client-ec2/src/commands/DescribeImageAttributeCommand.ts +++ b/clients/client-ec2/src/commands/DescribeImageAttributeCommand.ts @@ -145,9 +145,6 @@ export class DescribeImageAttributeCommand extends $Command< DescribeImageAttributeCommandOutput, EC2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -161,9 +158,7 @@ export class DescribeImageAttributeCommand extends $Command< * @public */ constructor(readonly input: DescribeImageAttributeCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -216,7 +211,4 @@ export class DescribeImageAttributeCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DescribeImageAttributeCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ec2/src/commands/DescribeImagesCommand.ts b/clients/client-ec2/src/commands/DescribeImagesCommand.ts index 858aba8af261..c415f07aacea 100644 --- a/clients/client-ec2/src/commands/DescribeImagesCommand.ts +++ b/clients/client-ec2/src/commands/DescribeImagesCommand.ts @@ -208,9 +208,6 @@ export class DescribeImagesCommand extends $Command< DescribeImagesCommandOutput, EC2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -224,9 +221,7 @@ export class DescribeImagesCommand extends $Command< * @public */ constructor(readonly input: DescribeImagesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -279,7 +274,4 @@ export class DescribeImagesCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DescribeImagesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ec2/src/commands/DescribeImportImageTasksCommand.ts b/clients/client-ec2/src/commands/DescribeImportImageTasksCommand.ts index 27c1d62b0491..394e9b08b18e 100644 --- a/clients/client-ec2/src/commands/DescribeImportImageTasksCommand.ts +++ b/clients/client-ec2/src/commands/DescribeImportImageTasksCommand.ts @@ -133,9 +133,6 @@ export class DescribeImportImageTasksCommand extends $Command< DescribeImportImageTasksCommandOutput, EC2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -149,9 +146,7 @@ export class DescribeImportImageTasksCommand extends $Command< * @public */ constructor(readonly input: DescribeImportImageTasksCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -204,7 +199,4 @@ export class DescribeImportImageTasksCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DescribeImportImageTasksCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ec2/src/commands/DescribeImportSnapshotTasksCommand.ts b/clients/client-ec2/src/commands/DescribeImportSnapshotTasksCommand.ts index 62d1555f8141..f6c08cf5d13f 100644 --- a/clients/client-ec2/src/commands/DescribeImportSnapshotTasksCommand.ts +++ b/clients/client-ec2/src/commands/DescribeImportSnapshotTasksCommand.ts @@ -115,9 +115,6 @@ export class DescribeImportSnapshotTasksCommand extends $Command< DescribeImportSnapshotTasksCommandOutput, EC2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -131,9 +128,7 @@ export class DescribeImportSnapshotTasksCommand extends $Command< * @public */ constructor(readonly input: DescribeImportSnapshotTasksCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -189,7 +184,4 @@ export class DescribeImportSnapshotTasksCommand extends $Command< ): Promise { return de_DescribeImportSnapshotTasksCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ec2/src/commands/DescribeInstanceAttributeCommand.ts b/clients/client-ec2/src/commands/DescribeInstanceAttributeCommand.ts index 17b60c8949e8..26a8991d0587 100644 --- a/clients/client-ec2/src/commands/DescribeInstanceAttributeCommand.ts +++ b/clients/client-ec2/src/commands/DescribeInstanceAttributeCommand.ts @@ -217,9 +217,6 @@ export class DescribeInstanceAttributeCommand extends $Command< DescribeInstanceAttributeCommandOutput, EC2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -233,9 +230,7 @@ export class DescribeInstanceAttributeCommand extends $Command< * @public */ constructor(readonly input: DescribeInstanceAttributeCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -291,7 +286,4 @@ export class DescribeInstanceAttributeCommand extends $Command< ): Promise { return de_DescribeInstanceAttributeCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ec2/src/commands/DescribeInstanceConnectEndpointsCommand.ts b/clients/client-ec2/src/commands/DescribeInstanceConnectEndpointsCommand.ts index 37092b8dc672..6fd7f1138bb6 100644 --- a/clients/client-ec2/src/commands/DescribeInstanceConnectEndpointsCommand.ts +++ b/clients/client-ec2/src/commands/DescribeInstanceConnectEndpointsCommand.ts @@ -116,9 +116,6 @@ export class DescribeInstanceConnectEndpointsCommand extends $Command< DescribeInstanceConnectEndpointsCommandOutput, EC2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -132,9 +129,7 @@ export class DescribeInstanceConnectEndpointsCommand extends $Command< * @public */ constructor(readonly input: DescribeInstanceConnectEndpointsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -193,7 +188,4 @@ export class DescribeInstanceConnectEndpointsCommand extends $Command< ): Promise { return de_DescribeInstanceConnectEndpointsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ec2/src/commands/DescribeInstanceCreditSpecificationsCommand.ts b/clients/client-ec2/src/commands/DescribeInstanceCreditSpecificationsCommand.ts index b2262cc93be1..154d24be2750 100644 --- a/clients/client-ec2/src/commands/DescribeInstanceCreditSpecificationsCommand.ts +++ b/clients/client-ec2/src/commands/DescribeInstanceCreditSpecificationsCommand.ts @@ -116,9 +116,6 @@ export class DescribeInstanceCreditSpecificationsCommand extends $Command< DescribeInstanceCreditSpecificationsCommandOutput, EC2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -132,9 +129,7 @@ export class DescribeInstanceCreditSpecificationsCommand extends $Command< * @public */ constructor(readonly input: DescribeInstanceCreditSpecificationsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -193,7 +188,4 @@ export class DescribeInstanceCreditSpecificationsCommand extends $Command< ): Promise { return de_DescribeInstanceCreditSpecificationsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ec2/src/commands/DescribeInstanceEventNotificationAttributesCommand.ts b/clients/client-ec2/src/commands/DescribeInstanceEventNotificationAttributesCommand.ts index 83cb0985f3b9..df4e5f403ae7 100644 --- a/clients/client-ec2/src/commands/DescribeInstanceEventNotificationAttributesCommand.ts +++ b/clients/client-ec2/src/commands/DescribeInstanceEventNotificationAttributesCommand.ts @@ -85,9 +85,6 @@ export class DescribeInstanceEventNotificationAttributesCommand extends $Command DescribeInstanceEventNotificationAttributesCommandOutput, EC2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -101,9 +98,7 @@ export class DescribeInstanceEventNotificationAttributesCommand extends $Command * @public */ constructor(readonly input: DescribeInstanceEventNotificationAttributesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -168,7 +163,4 @@ export class DescribeInstanceEventNotificationAttributesCommand extends $Command ): Promise { return de_DescribeInstanceEventNotificationAttributesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ec2/src/commands/DescribeInstanceEventWindowsCommand.ts b/clients/client-ec2/src/commands/DescribeInstanceEventWindowsCommand.ts index 75df4acad7a4..6fa92d8e7361 100644 --- a/clients/client-ec2/src/commands/DescribeInstanceEventWindowsCommand.ts +++ b/clients/client-ec2/src/commands/DescribeInstanceEventWindowsCommand.ts @@ -129,9 +129,6 @@ export class DescribeInstanceEventWindowsCommand extends $Command< DescribeInstanceEventWindowsCommandOutput, EC2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -145,9 +142,7 @@ export class DescribeInstanceEventWindowsCommand extends $Command< * @public */ constructor(readonly input: DescribeInstanceEventWindowsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -203,7 +198,4 @@ export class DescribeInstanceEventWindowsCommand extends $Command< ): Promise { return de_DescribeInstanceEventWindowsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ec2/src/commands/DescribeInstanceStatusCommand.ts b/clients/client-ec2/src/commands/DescribeInstanceStatusCommand.ts index 9ee345da89e1..8b3bfe348dca 100644 --- a/clients/client-ec2/src/commands/DescribeInstanceStatusCommand.ts +++ b/clients/client-ec2/src/commands/DescribeInstanceStatusCommand.ts @@ -198,9 +198,6 @@ export class DescribeInstanceStatusCommand extends $Command< DescribeInstanceStatusCommandOutput, EC2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -214,9 +211,7 @@ export class DescribeInstanceStatusCommand extends $Command< * @public */ constructor(readonly input: DescribeInstanceStatusCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -269,7 +264,4 @@ export class DescribeInstanceStatusCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DescribeInstanceStatusCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ec2/src/commands/DescribeInstanceTopologyCommand.ts b/clients/client-ec2/src/commands/DescribeInstanceTopologyCommand.ts index e93f514a20b5..81cd0520fae3 100644 --- a/clients/client-ec2/src/commands/DescribeInstanceTopologyCommand.ts +++ b/clients/client-ec2/src/commands/DescribeInstanceTopologyCommand.ts @@ -145,9 +145,6 @@ export class DescribeInstanceTopologyCommand extends $Command< DescribeInstanceTopologyCommandOutput, EC2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -161,9 +158,7 @@ export class DescribeInstanceTopologyCommand extends $Command< * @public */ constructor(readonly input: DescribeInstanceTopologyCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -216,7 +211,4 @@ export class DescribeInstanceTopologyCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DescribeInstanceTopologyCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ec2/src/commands/DescribeInstanceTypeOfferingsCommand.ts b/clients/client-ec2/src/commands/DescribeInstanceTypeOfferingsCommand.ts index ab31b229e899..706ef0a9a148 100644 --- a/clients/client-ec2/src/commands/DescribeInstanceTypeOfferingsCommand.ts +++ b/clients/client-ec2/src/commands/DescribeInstanceTypeOfferingsCommand.ts @@ -91,9 +91,6 @@ export class DescribeInstanceTypeOfferingsCommand extends $Command< DescribeInstanceTypeOfferingsCommandOutput, EC2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -107,9 +104,7 @@ export class DescribeInstanceTypeOfferingsCommand extends $Command< * @public */ constructor(readonly input: DescribeInstanceTypeOfferingsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -165,7 +160,4 @@ export class DescribeInstanceTypeOfferingsCommand extends $Command< ): Promise { return de_DescribeInstanceTypeOfferingsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ec2/src/commands/DescribeInstanceTypesCommand.ts b/clients/client-ec2/src/commands/DescribeInstanceTypesCommand.ts index 889f72182daf..4a2b7be4a7ff 100644 --- a/clients/client-ec2/src/commands/DescribeInstanceTypesCommand.ts +++ b/clients/client-ec2/src/commands/DescribeInstanceTypesCommand.ts @@ -234,9 +234,6 @@ export class DescribeInstanceTypesCommand extends $Command< DescribeInstanceTypesCommandOutput, EC2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -250,9 +247,7 @@ export class DescribeInstanceTypesCommand extends $Command< * @public */ constructor(readonly input: DescribeInstanceTypesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -305,7 +300,4 @@ export class DescribeInstanceTypesCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DescribeInstanceTypesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ec2/src/commands/DescribeInstancesCommand.ts b/clients/client-ec2/src/commands/DescribeInstancesCommand.ts index 2fca5a188797..5c1864813ea7 100644 --- a/clients/client-ec2/src/commands/DescribeInstancesCommand.ts +++ b/clients/client-ec2/src/commands/DescribeInstancesCommand.ts @@ -378,9 +378,6 @@ export class DescribeInstancesCommand extends $Command< DescribeInstancesCommandOutput, EC2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -394,9 +391,7 @@ export class DescribeInstancesCommand extends $Command< * @public */ constructor(readonly input: DescribeInstancesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -449,7 +444,4 @@ export class DescribeInstancesCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DescribeInstancesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ec2/src/commands/DescribeInternetGatewaysCommand.ts b/clients/client-ec2/src/commands/DescribeInternetGatewaysCommand.ts index ade7246eec15..ed890a4de6f5 100644 --- a/clients/client-ec2/src/commands/DescribeInternetGatewaysCommand.ts +++ b/clients/client-ec2/src/commands/DescribeInternetGatewaysCommand.ts @@ -135,9 +135,6 @@ export class DescribeInternetGatewaysCommand extends $Command< DescribeInternetGatewaysCommandOutput, EC2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -151,9 +148,7 @@ export class DescribeInternetGatewaysCommand extends $Command< * @public */ constructor(readonly input: DescribeInternetGatewaysCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -206,7 +201,4 @@ export class DescribeInternetGatewaysCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DescribeInternetGatewaysCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ec2/src/commands/DescribeIpamPoolsCommand.ts b/clients/client-ec2/src/commands/DescribeIpamPoolsCommand.ts index 104df50b2da4..7fdcf0fa2804 100644 --- a/clients/client-ec2/src/commands/DescribeIpamPoolsCommand.ts +++ b/clients/client-ec2/src/commands/DescribeIpamPoolsCommand.ts @@ -120,9 +120,6 @@ export class DescribeIpamPoolsCommand extends $Command< DescribeIpamPoolsCommandOutput, EC2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -136,9 +133,7 @@ export class DescribeIpamPoolsCommand extends $Command< * @public */ constructor(readonly input: DescribeIpamPoolsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -191,7 +186,4 @@ export class DescribeIpamPoolsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DescribeIpamPoolsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ec2/src/commands/DescribeIpamResourceDiscoveriesCommand.ts b/clients/client-ec2/src/commands/DescribeIpamResourceDiscoveriesCommand.ts index c93f8bbcc57a..82d591e8769d 100644 --- a/clients/client-ec2/src/commands/DescribeIpamResourceDiscoveriesCommand.ts +++ b/clients/client-ec2/src/commands/DescribeIpamResourceDiscoveriesCommand.ts @@ -110,9 +110,6 @@ export class DescribeIpamResourceDiscoveriesCommand extends $Command< DescribeIpamResourceDiscoveriesCommandOutput, EC2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -126,9 +123,7 @@ export class DescribeIpamResourceDiscoveriesCommand extends $Command< * @public */ constructor(readonly input: DescribeIpamResourceDiscoveriesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -187,7 +182,4 @@ export class DescribeIpamResourceDiscoveriesCommand extends $Command< ): Promise { return de_DescribeIpamResourceDiscoveriesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ec2/src/commands/DescribeIpamResourceDiscoveryAssociationsCommand.ts b/clients/client-ec2/src/commands/DescribeIpamResourceDiscoveryAssociationsCommand.ts index eaeb50f36470..fbd3b63088f8 100644 --- a/clients/client-ec2/src/commands/DescribeIpamResourceDiscoveryAssociationsCommand.ts +++ b/clients/client-ec2/src/commands/DescribeIpamResourceDiscoveryAssociationsCommand.ts @@ -112,9 +112,6 @@ export class DescribeIpamResourceDiscoveryAssociationsCommand extends $Command< DescribeIpamResourceDiscoveryAssociationsCommandOutput, EC2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -128,9 +125,7 @@ export class DescribeIpamResourceDiscoveryAssociationsCommand extends $Command< * @public */ constructor(readonly input: DescribeIpamResourceDiscoveryAssociationsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -195,7 +190,4 @@ export class DescribeIpamResourceDiscoveryAssociationsCommand extends $Command< ): Promise { return de_DescribeIpamResourceDiscoveryAssociationsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ec2/src/commands/DescribeIpamScopesCommand.ts b/clients/client-ec2/src/commands/DescribeIpamScopesCommand.ts index a9de113fbd0a..681995496340 100644 --- a/clients/client-ec2/src/commands/DescribeIpamScopesCommand.ts +++ b/clients/client-ec2/src/commands/DescribeIpamScopesCommand.ts @@ -103,9 +103,6 @@ export class DescribeIpamScopesCommand extends $Command< DescribeIpamScopesCommandOutput, EC2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -119,9 +116,7 @@ export class DescribeIpamScopesCommand extends $Command< * @public */ constructor(readonly input: DescribeIpamScopesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -174,7 +169,4 @@ export class DescribeIpamScopesCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DescribeIpamScopesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ec2/src/commands/DescribeIpamsCommand.ts b/clients/client-ec2/src/commands/DescribeIpamsCommand.ts index e82873423ee4..20a289cb933f 100644 --- a/clients/client-ec2/src/commands/DescribeIpamsCommand.ts +++ b/clients/client-ec2/src/commands/DescribeIpamsCommand.ts @@ -112,9 +112,6 @@ export class DescribeIpamsCommand extends $Command< DescribeIpamsCommandOutput, EC2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -128,9 +125,7 @@ export class DescribeIpamsCommand extends $Command< * @public */ constructor(readonly input: DescribeIpamsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -181,7 +176,4 @@ export class DescribeIpamsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DescribeIpamsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ec2/src/commands/DescribeIpv6PoolsCommand.ts b/clients/client-ec2/src/commands/DescribeIpv6PoolsCommand.ts index fbda986fb4f9..0404af5746b5 100644 --- a/clients/client-ec2/src/commands/DescribeIpv6PoolsCommand.ts +++ b/clients/client-ec2/src/commands/DescribeIpv6PoolsCommand.ts @@ -100,9 +100,6 @@ export class DescribeIpv6PoolsCommand extends $Command< DescribeIpv6PoolsCommandOutput, EC2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -116,9 +113,7 @@ export class DescribeIpv6PoolsCommand extends $Command< * @public */ constructor(readonly input: DescribeIpv6PoolsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -171,7 +166,4 @@ export class DescribeIpv6PoolsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DescribeIpv6PoolsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ec2/src/commands/DescribeKeyPairsCommand.ts b/clients/client-ec2/src/commands/DescribeKeyPairsCommand.ts index 03b91e3b9b97..51f6644d96fa 100644 --- a/clients/client-ec2/src/commands/DescribeKeyPairsCommand.ts +++ b/clients/client-ec2/src/commands/DescribeKeyPairsCommand.ts @@ -125,9 +125,6 @@ export class DescribeKeyPairsCommand extends $Command< DescribeKeyPairsCommandOutput, EC2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -141,9 +138,7 @@ export class DescribeKeyPairsCommand extends $Command< * @public */ constructor(readonly input: DescribeKeyPairsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -196,7 +191,4 @@ export class DescribeKeyPairsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DescribeKeyPairsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ec2/src/commands/DescribeLaunchTemplateVersionsCommand.ts b/clients/client-ec2/src/commands/DescribeLaunchTemplateVersionsCommand.ts index 655e6a77af2a..f0499850b68f 100644 --- a/clients/client-ec2/src/commands/DescribeLaunchTemplateVersionsCommand.ts +++ b/clients/client-ec2/src/commands/DescribeLaunchTemplateVersionsCommand.ts @@ -420,9 +420,6 @@ export class DescribeLaunchTemplateVersionsCommand extends $Command< DescribeLaunchTemplateVersionsCommandOutput, EC2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -436,9 +433,7 @@ export class DescribeLaunchTemplateVersionsCommand extends $Command< * @public */ constructor(readonly input: DescribeLaunchTemplateVersionsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -497,7 +492,4 @@ export class DescribeLaunchTemplateVersionsCommand extends $Command< ): Promise { return de_DescribeLaunchTemplateVersionsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ec2/src/commands/DescribeLaunchTemplatesCommand.ts b/clients/client-ec2/src/commands/DescribeLaunchTemplatesCommand.ts index c9d30ca2de64..246917fbb265 100644 --- a/clients/client-ec2/src/commands/DescribeLaunchTemplatesCommand.ts +++ b/clients/client-ec2/src/commands/DescribeLaunchTemplatesCommand.ts @@ -129,9 +129,6 @@ export class DescribeLaunchTemplatesCommand extends $Command< DescribeLaunchTemplatesCommandOutput, EC2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -145,9 +142,7 @@ export class DescribeLaunchTemplatesCommand extends $Command< * @public */ constructor(readonly input: DescribeLaunchTemplatesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -200,7 +195,4 @@ export class DescribeLaunchTemplatesCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DescribeLaunchTemplatesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ec2/src/commands/DescribeLocalGatewayRouteTableVirtualInterfaceGroupAssociationsCommand.ts b/clients/client-ec2/src/commands/DescribeLocalGatewayRouteTableVirtualInterfaceGroupAssociationsCommand.ts index 48fef69ec3cb..88f9d7b8410e 100644 --- a/clients/client-ec2/src/commands/DescribeLocalGatewayRouteTableVirtualInterfaceGroupAssociationsCommand.ts +++ b/clients/client-ec2/src/commands/DescribeLocalGatewayRouteTableVirtualInterfaceGroupAssociationsCommand.ts @@ -109,9 +109,6 @@ export class DescribeLocalGatewayRouteTableVirtualInterfaceGroupAssociationsComm DescribeLocalGatewayRouteTableVirtualInterfaceGroupAssociationsCommandOutput, EC2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -125,9 +122,7 @@ export class DescribeLocalGatewayRouteTableVirtualInterfaceGroupAssociationsComm * @public */ constructor(readonly input: DescribeLocalGatewayRouteTableVirtualInterfaceGroupAssociationsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -192,7 +187,4 @@ export class DescribeLocalGatewayRouteTableVirtualInterfaceGroupAssociationsComm ): Promise { return de_DescribeLocalGatewayRouteTableVirtualInterfaceGroupAssociationsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ec2/src/commands/DescribeLocalGatewayRouteTableVpcAssociationsCommand.ts b/clients/client-ec2/src/commands/DescribeLocalGatewayRouteTableVpcAssociationsCommand.ts index c17861850d49..b9b32e890e7e 100644 --- a/clients/client-ec2/src/commands/DescribeLocalGatewayRouteTableVpcAssociationsCommand.ts +++ b/clients/client-ec2/src/commands/DescribeLocalGatewayRouteTableVpcAssociationsCommand.ts @@ -109,9 +109,6 @@ export class DescribeLocalGatewayRouteTableVpcAssociationsCommand extends $Comma DescribeLocalGatewayRouteTableVpcAssociationsCommandOutput, EC2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -125,9 +122,7 @@ export class DescribeLocalGatewayRouteTableVpcAssociationsCommand extends $Comma * @public */ constructor(readonly input: DescribeLocalGatewayRouteTableVpcAssociationsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -192,7 +187,4 @@ export class DescribeLocalGatewayRouteTableVpcAssociationsCommand extends $Comma ): Promise { return de_DescribeLocalGatewayRouteTableVpcAssociationsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ec2/src/commands/DescribeLocalGatewayRouteTablesCommand.ts b/clients/client-ec2/src/commands/DescribeLocalGatewayRouteTablesCommand.ts index 5243cab1c557..25600f39251a 100644 --- a/clients/client-ec2/src/commands/DescribeLocalGatewayRouteTablesCommand.ts +++ b/clients/client-ec2/src/commands/DescribeLocalGatewayRouteTablesCommand.ts @@ -110,9 +110,6 @@ export class DescribeLocalGatewayRouteTablesCommand extends $Command< DescribeLocalGatewayRouteTablesCommandOutput, EC2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -126,9 +123,7 @@ export class DescribeLocalGatewayRouteTablesCommand extends $Command< * @public */ constructor(readonly input: DescribeLocalGatewayRouteTablesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -187,7 +182,4 @@ export class DescribeLocalGatewayRouteTablesCommand extends $Command< ): Promise { return de_DescribeLocalGatewayRouteTablesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ec2/src/commands/DescribeLocalGatewayVirtualInterfaceGroupsCommand.ts b/clients/client-ec2/src/commands/DescribeLocalGatewayVirtualInterfaceGroupsCommand.ts index 0344043adea8..39bbd7945622 100644 --- a/clients/client-ec2/src/commands/DescribeLocalGatewayVirtualInterfaceGroupsCommand.ts +++ b/clients/client-ec2/src/commands/DescribeLocalGatewayVirtualInterfaceGroupsCommand.ts @@ -108,9 +108,6 @@ export class DescribeLocalGatewayVirtualInterfaceGroupsCommand extends $Command< DescribeLocalGatewayVirtualInterfaceGroupsCommandOutput, EC2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -124,9 +121,7 @@ export class DescribeLocalGatewayVirtualInterfaceGroupsCommand extends $Command< * @public */ constructor(readonly input: DescribeLocalGatewayVirtualInterfaceGroupsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -191,7 +186,4 @@ export class DescribeLocalGatewayVirtualInterfaceGroupsCommand extends $Command< ): Promise { return de_DescribeLocalGatewayVirtualInterfaceGroupsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ec2/src/commands/DescribeLocalGatewayVirtualInterfacesCommand.ts b/clients/client-ec2/src/commands/DescribeLocalGatewayVirtualInterfacesCommand.ts index 9bc787d462a4..999834d3a853 100644 --- a/clients/client-ec2/src/commands/DescribeLocalGatewayVirtualInterfacesCommand.ts +++ b/clients/client-ec2/src/commands/DescribeLocalGatewayVirtualInterfacesCommand.ts @@ -110,9 +110,6 @@ export class DescribeLocalGatewayVirtualInterfacesCommand extends $Command< DescribeLocalGatewayVirtualInterfacesCommandOutput, EC2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -126,9 +123,7 @@ export class DescribeLocalGatewayVirtualInterfacesCommand extends $Command< * @public */ constructor(readonly input: DescribeLocalGatewayVirtualInterfacesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -187,7 +182,4 @@ export class DescribeLocalGatewayVirtualInterfacesCommand extends $Command< ): Promise { return de_DescribeLocalGatewayVirtualInterfacesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ec2/src/commands/DescribeLocalGatewaysCommand.ts b/clients/client-ec2/src/commands/DescribeLocalGatewaysCommand.ts index dc4536ee178f..1f8e4e138cb9 100644 --- a/clients/client-ec2/src/commands/DescribeLocalGatewaysCommand.ts +++ b/clients/client-ec2/src/commands/DescribeLocalGatewaysCommand.ts @@ -98,9 +98,6 @@ export class DescribeLocalGatewaysCommand extends $Command< DescribeLocalGatewaysCommandOutput, EC2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -114,9 +111,7 @@ export class DescribeLocalGatewaysCommand extends $Command< * @public */ constructor(readonly input: DescribeLocalGatewaysCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -169,7 +164,4 @@ export class DescribeLocalGatewaysCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DescribeLocalGatewaysCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ec2/src/commands/DescribeManagedPrefixListsCommand.ts b/clients/client-ec2/src/commands/DescribeManagedPrefixListsCommand.ts index c50b75ae2996..227273c3ff4a 100644 --- a/clients/client-ec2/src/commands/DescribeManagedPrefixListsCommand.ts +++ b/clients/client-ec2/src/commands/DescribeManagedPrefixListsCommand.ts @@ -103,9 +103,6 @@ export class DescribeManagedPrefixListsCommand extends $Command< DescribeManagedPrefixListsCommandOutput, EC2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -119,9 +116,7 @@ export class DescribeManagedPrefixListsCommand extends $Command< * @public */ constructor(readonly input: DescribeManagedPrefixListsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -177,7 +172,4 @@ export class DescribeManagedPrefixListsCommand extends $Command< ): Promise { return de_DescribeManagedPrefixListsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ec2/src/commands/DescribeMovingAddressesCommand.ts b/clients/client-ec2/src/commands/DescribeMovingAddressesCommand.ts index 1afbb7f5a20f..be44c3729a33 100644 --- a/clients/client-ec2/src/commands/DescribeMovingAddressesCommand.ts +++ b/clients/client-ec2/src/commands/DescribeMovingAddressesCommand.ts @@ -112,9 +112,6 @@ export class DescribeMovingAddressesCommand extends $Command< DescribeMovingAddressesCommandOutput, EC2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -128,9 +125,7 @@ export class DescribeMovingAddressesCommand extends $Command< * @public */ constructor(readonly input: DescribeMovingAddressesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -183,7 +178,4 @@ export class DescribeMovingAddressesCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DescribeMovingAddressesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ec2/src/commands/DescribeNatGatewaysCommand.ts b/clients/client-ec2/src/commands/DescribeNatGatewaysCommand.ts index bd60216a3317..55dd4384a9ca 100644 --- a/clients/client-ec2/src/commands/DescribeNatGatewaysCommand.ts +++ b/clients/client-ec2/src/commands/DescribeNatGatewaysCommand.ts @@ -160,9 +160,6 @@ export class DescribeNatGatewaysCommand extends $Command< DescribeNatGatewaysCommandOutput, EC2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -176,9 +173,7 @@ export class DescribeNatGatewaysCommand extends $Command< * @public */ constructor(readonly input: DescribeNatGatewaysCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -231,7 +226,4 @@ export class DescribeNatGatewaysCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DescribeNatGatewaysCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ec2/src/commands/DescribeNetworkAclsCommand.ts b/clients/client-ec2/src/commands/DescribeNetworkAclsCommand.ts index 9dafd5d6324f..f682cffdc0ac 100644 --- a/clients/client-ec2/src/commands/DescribeNetworkAclsCommand.ts +++ b/clients/client-ec2/src/commands/DescribeNetworkAclsCommand.ts @@ -172,9 +172,6 @@ export class DescribeNetworkAclsCommand extends $Command< DescribeNetworkAclsCommandOutput, EC2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -188,9 +185,7 @@ export class DescribeNetworkAclsCommand extends $Command< * @public */ constructor(readonly input: DescribeNetworkAclsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -243,7 +238,4 @@ export class DescribeNetworkAclsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DescribeNetworkAclsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ec2/src/commands/DescribeNetworkInsightsAccessScopeAnalysesCommand.ts b/clients/client-ec2/src/commands/DescribeNetworkInsightsAccessScopeAnalysesCommand.ts index 7a6656644e53..70969d2503d0 100644 --- a/clients/client-ec2/src/commands/DescribeNetworkInsightsAccessScopeAnalysesCommand.ts +++ b/clients/client-ec2/src/commands/DescribeNetworkInsightsAccessScopeAnalysesCommand.ts @@ -115,9 +115,6 @@ export class DescribeNetworkInsightsAccessScopeAnalysesCommand extends $Command< DescribeNetworkInsightsAccessScopeAnalysesCommandOutput, EC2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -131,9 +128,7 @@ export class DescribeNetworkInsightsAccessScopeAnalysesCommand extends $Command< * @public */ constructor(readonly input: DescribeNetworkInsightsAccessScopeAnalysesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -198,7 +193,4 @@ export class DescribeNetworkInsightsAccessScopeAnalysesCommand extends $Command< ): Promise { return de_DescribeNetworkInsightsAccessScopeAnalysesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ec2/src/commands/DescribeNetworkInsightsAccessScopesCommand.ts b/clients/client-ec2/src/commands/DescribeNetworkInsightsAccessScopesCommand.ts index f3fe8f1d9c97..344c7f29c540 100644 --- a/clients/client-ec2/src/commands/DescribeNetworkInsightsAccessScopesCommand.ts +++ b/clients/client-ec2/src/commands/DescribeNetworkInsightsAccessScopesCommand.ts @@ -105,9 +105,6 @@ export class DescribeNetworkInsightsAccessScopesCommand extends $Command< DescribeNetworkInsightsAccessScopesCommandOutput, EC2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -121,9 +118,7 @@ export class DescribeNetworkInsightsAccessScopesCommand extends $Command< * @public */ constructor(readonly input: DescribeNetworkInsightsAccessScopesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -182,7 +177,4 @@ export class DescribeNetworkInsightsAccessScopesCommand extends $Command< ): Promise { return de_DescribeNetworkInsightsAccessScopesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ec2/src/commands/DescribeNetworkInsightsAnalysesCommand.ts b/clients/client-ec2/src/commands/DescribeNetworkInsightsAnalysesCommand.ts index 0edf289b15ca..cd19e49998d8 100644 --- a/clients/client-ec2/src/commands/DescribeNetworkInsightsAnalysesCommand.ts +++ b/clients/client-ec2/src/commands/DescribeNetworkInsightsAnalysesCommand.ts @@ -807,9 +807,6 @@ export class DescribeNetworkInsightsAnalysesCommand extends $Command< DescribeNetworkInsightsAnalysesCommandOutput, EC2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -823,9 +820,7 @@ export class DescribeNetworkInsightsAnalysesCommand extends $Command< * @public */ constructor(readonly input: DescribeNetworkInsightsAnalysesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -884,7 +879,4 @@ export class DescribeNetworkInsightsAnalysesCommand extends $Command< ): Promise { return de_DescribeNetworkInsightsAnalysesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ec2/src/commands/DescribeNetworkInsightsPathsCommand.ts b/clients/client-ec2/src/commands/DescribeNetworkInsightsPathsCommand.ts index ad3efe47e708..ca9067b4ff47 100644 --- a/clients/client-ec2/src/commands/DescribeNetworkInsightsPathsCommand.ts +++ b/clients/client-ec2/src/commands/DescribeNetworkInsightsPathsCommand.ts @@ -130,9 +130,6 @@ export class DescribeNetworkInsightsPathsCommand extends $Command< DescribeNetworkInsightsPathsCommandOutput, EC2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -146,9 +143,7 @@ export class DescribeNetworkInsightsPathsCommand extends $Command< * @public */ constructor(readonly input: DescribeNetworkInsightsPathsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -204,7 +199,4 @@ export class DescribeNetworkInsightsPathsCommand extends $Command< ): Promise { return de_DescribeNetworkInsightsPathsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ec2/src/commands/DescribeNetworkInterfaceAttributeCommand.ts b/clients/client-ec2/src/commands/DescribeNetworkInterfaceAttributeCommand.ts index 1866611091b1..291d1a4370e7 100644 --- a/clients/client-ec2/src/commands/DescribeNetworkInterfaceAttributeCommand.ts +++ b/clients/client-ec2/src/commands/DescribeNetworkInterfaceAttributeCommand.ts @@ -194,9 +194,6 @@ export class DescribeNetworkInterfaceAttributeCommand extends $Command< DescribeNetworkInterfaceAttributeCommandOutput, EC2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -210,9 +207,7 @@ export class DescribeNetworkInterfaceAttributeCommand extends $Command< * @public */ constructor(readonly input: DescribeNetworkInterfaceAttributeCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -271,7 +266,4 @@ export class DescribeNetworkInterfaceAttributeCommand extends $Command< ): Promise { return de_DescribeNetworkInterfaceAttributeCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ec2/src/commands/DescribeNetworkInterfacePermissionsCommand.ts b/clients/client-ec2/src/commands/DescribeNetworkInterfacePermissionsCommand.ts index f7f65e6c0f8c..5119f8f8936b 100644 --- a/clients/client-ec2/src/commands/DescribeNetworkInterfacePermissionsCommand.ts +++ b/clients/client-ec2/src/commands/DescribeNetworkInterfacePermissionsCommand.ts @@ -103,9 +103,6 @@ export class DescribeNetworkInterfacePermissionsCommand extends $Command< DescribeNetworkInterfacePermissionsCommandOutput, EC2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -119,9 +116,7 @@ export class DescribeNetworkInterfacePermissionsCommand extends $Command< * @public */ constructor(readonly input: DescribeNetworkInterfacePermissionsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -180,7 +175,4 @@ export class DescribeNetworkInterfacePermissionsCommand extends $Command< ): Promise { return de_DescribeNetworkInterfacePermissionsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ec2/src/commands/DescribeNetworkInterfacesCommand.ts b/clients/client-ec2/src/commands/DescribeNetworkInterfacesCommand.ts index 86ddf6ec3a33..fdd3f563d524 100644 --- a/clients/client-ec2/src/commands/DescribeNetworkInterfacesCommand.ts +++ b/clients/client-ec2/src/commands/DescribeNetworkInterfacesCommand.ts @@ -246,9 +246,6 @@ export class DescribeNetworkInterfacesCommand extends $Command< DescribeNetworkInterfacesCommandOutput, EC2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -262,9 +259,7 @@ export class DescribeNetworkInterfacesCommand extends $Command< * @public */ constructor(readonly input: DescribeNetworkInterfacesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -320,7 +315,4 @@ export class DescribeNetworkInterfacesCommand extends $Command< ): Promise { return de_DescribeNetworkInterfacesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ec2/src/commands/DescribePlacementGroupsCommand.ts b/clients/client-ec2/src/commands/DescribePlacementGroupsCommand.ts index 55617e8b8dab..4dc4137fd9d8 100644 --- a/clients/client-ec2/src/commands/DescribePlacementGroupsCommand.ts +++ b/clients/client-ec2/src/commands/DescribePlacementGroupsCommand.ts @@ -102,9 +102,6 @@ export class DescribePlacementGroupsCommand extends $Command< DescribePlacementGroupsCommandOutput, EC2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -118,9 +115,7 @@ export class DescribePlacementGroupsCommand extends $Command< * @public */ constructor(readonly input: DescribePlacementGroupsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -173,7 +168,4 @@ export class DescribePlacementGroupsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DescribePlacementGroupsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ec2/src/commands/DescribePrefixListsCommand.ts b/clients/client-ec2/src/commands/DescribePrefixListsCommand.ts index 299d72b619cf..1bc35cbe3fe7 100644 --- a/clients/client-ec2/src/commands/DescribePrefixListsCommand.ts +++ b/clients/client-ec2/src/commands/DescribePrefixListsCommand.ts @@ -94,9 +94,6 @@ export class DescribePrefixListsCommand extends $Command< DescribePrefixListsCommandOutput, EC2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -110,9 +107,7 @@ export class DescribePrefixListsCommand extends $Command< * @public */ constructor(readonly input: DescribePrefixListsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -165,7 +160,4 @@ export class DescribePrefixListsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DescribePrefixListsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ec2/src/commands/DescribePrincipalIdFormatCommand.ts b/clients/client-ec2/src/commands/DescribePrincipalIdFormatCommand.ts index b9cacb4369c8..719f522551af 100644 --- a/clients/client-ec2/src/commands/DescribePrincipalIdFormatCommand.ts +++ b/clients/client-ec2/src/commands/DescribePrincipalIdFormatCommand.ts @@ -104,9 +104,6 @@ export class DescribePrincipalIdFormatCommand extends $Command< DescribePrincipalIdFormatCommandOutput, EC2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -120,9 +117,7 @@ export class DescribePrincipalIdFormatCommand extends $Command< * @public */ constructor(readonly input: DescribePrincipalIdFormatCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -178,7 +173,4 @@ export class DescribePrincipalIdFormatCommand extends $Command< ): Promise { return de_DescribePrincipalIdFormatCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ec2/src/commands/DescribePublicIpv4PoolsCommand.ts b/clients/client-ec2/src/commands/DescribePublicIpv4PoolsCommand.ts index ec773d8686ae..3a8028b0defe 100644 --- a/clients/client-ec2/src/commands/DescribePublicIpv4PoolsCommand.ts +++ b/clients/client-ec2/src/commands/DescribePublicIpv4PoolsCommand.ts @@ -105,9 +105,6 @@ export class DescribePublicIpv4PoolsCommand extends $Command< DescribePublicIpv4PoolsCommandOutput, EC2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -121,9 +118,7 @@ export class DescribePublicIpv4PoolsCommand extends $Command< * @public */ constructor(readonly input: DescribePublicIpv4PoolsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -176,7 +171,4 @@ export class DescribePublicIpv4PoolsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DescribePublicIpv4PoolsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ec2/src/commands/DescribeRegionsCommand.ts b/clients/client-ec2/src/commands/DescribeRegionsCommand.ts index 68956a691f8d..03101ab230e1 100644 --- a/clients/client-ec2/src/commands/DescribeRegionsCommand.ts +++ b/clients/client-ec2/src/commands/DescribeRegionsCommand.ts @@ -150,9 +150,6 @@ export class DescribeRegionsCommand extends $Command< DescribeRegionsCommandOutput, EC2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -166,9 +163,7 @@ export class DescribeRegionsCommand extends $Command< * @public */ constructor(readonly input: DescribeRegionsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -221,7 +216,4 @@ export class DescribeRegionsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DescribeRegionsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ec2/src/commands/DescribeReplaceRootVolumeTasksCommand.ts b/clients/client-ec2/src/commands/DescribeReplaceRootVolumeTasksCommand.ts index 50db18a9f58c..4632edd38099 100644 --- a/clients/client-ec2/src/commands/DescribeReplaceRootVolumeTasksCommand.ts +++ b/clients/client-ec2/src/commands/DescribeReplaceRootVolumeTasksCommand.ts @@ -107,9 +107,6 @@ export class DescribeReplaceRootVolumeTasksCommand extends $Command< DescribeReplaceRootVolumeTasksCommandOutput, EC2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -123,9 +120,7 @@ export class DescribeReplaceRootVolumeTasksCommand extends $Command< * @public */ constructor(readonly input: DescribeReplaceRootVolumeTasksCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -184,7 +179,4 @@ export class DescribeReplaceRootVolumeTasksCommand extends $Command< ): Promise { return de_DescribeReplaceRootVolumeTasksCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ec2/src/commands/DescribeReservedInstancesCommand.ts b/clients/client-ec2/src/commands/DescribeReservedInstancesCommand.ts index bdca02ad2eea..af301db46d9e 100644 --- a/clients/client-ec2/src/commands/DescribeReservedInstancesCommand.ts +++ b/clients/client-ec2/src/commands/DescribeReservedInstancesCommand.ts @@ -116,9 +116,6 @@ export class DescribeReservedInstancesCommand extends $Command< DescribeReservedInstancesCommandOutput, EC2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -132,9 +129,7 @@ export class DescribeReservedInstancesCommand extends $Command< * @public */ constructor(readonly input: DescribeReservedInstancesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -190,7 +185,4 @@ export class DescribeReservedInstancesCommand extends $Command< ): Promise { return de_DescribeReservedInstancesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ec2/src/commands/DescribeReservedInstancesListingsCommand.ts b/clients/client-ec2/src/commands/DescribeReservedInstancesListingsCommand.ts index 223156bf295a..fb443326fc5d 100644 --- a/clients/client-ec2/src/commands/DescribeReservedInstancesListingsCommand.ts +++ b/clients/client-ec2/src/commands/DescribeReservedInstancesListingsCommand.ts @@ -119,9 +119,6 @@ export class DescribeReservedInstancesListingsCommand extends $Command< DescribeReservedInstancesListingsCommandOutput, EC2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -135,9 +132,7 @@ export class DescribeReservedInstancesListingsCommand extends $Command< * @public */ constructor(readonly input: DescribeReservedInstancesListingsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -196,7 +191,4 @@ export class DescribeReservedInstancesListingsCommand extends $Command< ): Promise { return de_DescribeReservedInstancesListingsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ec2/src/commands/DescribeReservedInstancesModificationsCommand.ts b/clients/client-ec2/src/commands/DescribeReservedInstancesModificationsCommand.ts index 7a3bfd22b781..8cb50ae28a7b 100644 --- a/clients/client-ec2/src/commands/DescribeReservedInstancesModificationsCommand.ts +++ b/clients/client-ec2/src/commands/DescribeReservedInstancesModificationsCommand.ts @@ -119,9 +119,6 @@ export class DescribeReservedInstancesModificationsCommand extends $Command< DescribeReservedInstancesModificationsCommandOutput, EC2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -135,9 +132,7 @@ export class DescribeReservedInstancesModificationsCommand extends $Command< * @public */ constructor(readonly input: DescribeReservedInstancesModificationsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -196,7 +191,4 @@ export class DescribeReservedInstancesModificationsCommand extends $Command< ): Promise { return de_DescribeReservedInstancesModificationsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ec2/src/commands/DescribeReservedInstancesOfferingsCommand.ts b/clients/client-ec2/src/commands/DescribeReservedInstancesOfferingsCommand.ts index 8168a5435cbb..9278416ada21 100644 --- a/clients/client-ec2/src/commands/DescribeReservedInstancesOfferingsCommand.ts +++ b/clients/client-ec2/src/commands/DescribeReservedInstancesOfferingsCommand.ts @@ -133,9 +133,6 @@ export class DescribeReservedInstancesOfferingsCommand extends $Command< DescribeReservedInstancesOfferingsCommandOutput, EC2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -149,9 +146,7 @@ export class DescribeReservedInstancesOfferingsCommand extends $Command< * @public */ constructor(readonly input: DescribeReservedInstancesOfferingsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -210,7 +205,4 @@ export class DescribeReservedInstancesOfferingsCommand extends $Command< ): Promise { return de_DescribeReservedInstancesOfferingsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ec2/src/commands/DescribeRouteTablesCommand.ts b/clients/client-ec2/src/commands/DescribeRouteTablesCommand.ts index 48a3865dd463..3b4ec2ad883c 100644 --- a/clients/client-ec2/src/commands/DescribeRouteTablesCommand.ts +++ b/clients/client-ec2/src/commands/DescribeRouteTablesCommand.ts @@ -176,9 +176,6 @@ export class DescribeRouteTablesCommand extends $Command< DescribeRouteTablesCommandOutput, EC2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -192,9 +189,7 @@ export class DescribeRouteTablesCommand extends $Command< * @public */ constructor(readonly input: DescribeRouteTablesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -247,7 +242,4 @@ export class DescribeRouteTablesCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DescribeRouteTablesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ec2/src/commands/DescribeScheduledInstanceAvailabilityCommand.ts b/clients/client-ec2/src/commands/DescribeScheduledInstanceAvailabilityCommand.ts index 196d580cd4f0..79b7161dea5c 100644 --- a/clients/client-ec2/src/commands/DescribeScheduledInstanceAvailabilityCommand.ts +++ b/clients/client-ec2/src/commands/DescribeScheduledInstanceAvailabilityCommand.ts @@ -132,9 +132,6 @@ export class DescribeScheduledInstanceAvailabilityCommand extends $Command< DescribeScheduledInstanceAvailabilityCommandOutput, EC2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -148,9 +145,7 @@ export class DescribeScheduledInstanceAvailabilityCommand extends $Command< * @public */ constructor(readonly input: DescribeScheduledInstanceAvailabilityCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -209,7 +204,4 @@ export class DescribeScheduledInstanceAvailabilityCommand extends $Command< ): Promise { return de_DescribeScheduledInstanceAvailabilityCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ec2/src/commands/DescribeScheduledInstancesCommand.ts b/clients/client-ec2/src/commands/DescribeScheduledInstancesCommand.ts index c57bbf0043bf..e39cd8fcde4d 100644 --- a/clients/client-ec2/src/commands/DescribeScheduledInstancesCommand.ts +++ b/clients/client-ec2/src/commands/DescribeScheduledInstancesCommand.ts @@ -114,9 +114,6 @@ export class DescribeScheduledInstancesCommand extends $Command< DescribeScheduledInstancesCommandOutput, EC2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -130,9 +127,7 @@ export class DescribeScheduledInstancesCommand extends $Command< * @public */ constructor(readonly input: DescribeScheduledInstancesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -188,7 +183,4 @@ export class DescribeScheduledInstancesCommand extends $Command< ): Promise { return de_DescribeScheduledInstancesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ec2/src/commands/DescribeSecurityGroupReferencesCommand.ts b/clients/client-ec2/src/commands/DescribeSecurityGroupReferencesCommand.ts index 324e783283fb..bd332fbceead 100644 --- a/clients/client-ec2/src/commands/DescribeSecurityGroupReferencesCommand.ts +++ b/clients/client-ec2/src/commands/DescribeSecurityGroupReferencesCommand.ts @@ -108,9 +108,6 @@ export class DescribeSecurityGroupReferencesCommand extends $Command< DescribeSecurityGroupReferencesCommandOutput, EC2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -124,9 +121,7 @@ export class DescribeSecurityGroupReferencesCommand extends $Command< * @public */ constructor(readonly input: DescribeSecurityGroupReferencesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -185,7 +180,4 @@ export class DescribeSecurityGroupReferencesCommand extends $Command< ): Promise { return de_DescribeSecurityGroupReferencesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ec2/src/commands/DescribeSecurityGroupRulesCommand.ts b/clients/client-ec2/src/commands/DescribeSecurityGroupRulesCommand.ts index 868848b4cff2..d16b1bf1a7dc 100644 --- a/clients/client-ec2/src/commands/DescribeSecurityGroupRulesCommand.ts +++ b/clients/client-ec2/src/commands/DescribeSecurityGroupRulesCommand.ts @@ -111,9 +111,6 @@ export class DescribeSecurityGroupRulesCommand extends $Command< DescribeSecurityGroupRulesCommandOutput, EC2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -127,9 +124,7 @@ export class DescribeSecurityGroupRulesCommand extends $Command< * @public */ constructor(readonly input: DescribeSecurityGroupRulesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -185,7 +180,4 @@ export class DescribeSecurityGroupRulesCommand extends $Command< ): Promise { return de_DescribeSecurityGroupRulesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ec2/src/commands/DescribeSecurityGroupsCommand.ts b/clients/client-ec2/src/commands/DescribeSecurityGroupsCommand.ts index cc87a0f31c32..6c27160fd9d9 100644 --- a/clients/client-ec2/src/commands/DescribeSecurityGroupsCommand.ts +++ b/clients/client-ec2/src/commands/DescribeSecurityGroupsCommand.ts @@ -204,9 +204,6 @@ export class DescribeSecurityGroupsCommand extends $Command< DescribeSecurityGroupsCommandOutput, EC2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -220,9 +217,7 @@ export class DescribeSecurityGroupsCommand extends $Command< * @public */ constructor(readonly input: DescribeSecurityGroupsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -275,7 +270,4 @@ export class DescribeSecurityGroupsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DescribeSecurityGroupsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ec2/src/commands/DescribeSnapshotAttributeCommand.ts b/clients/client-ec2/src/commands/DescribeSnapshotAttributeCommand.ts index 6adf24c73e34..9beb79fdb362 100644 --- a/clients/client-ec2/src/commands/DescribeSnapshotAttributeCommand.ts +++ b/clients/client-ec2/src/commands/DescribeSnapshotAttributeCommand.ts @@ -104,9 +104,6 @@ export class DescribeSnapshotAttributeCommand extends $Command< DescribeSnapshotAttributeCommandOutput, EC2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -120,9 +117,7 @@ export class DescribeSnapshotAttributeCommand extends $Command< * @public */ constructor(readonly input: DescribeSnapshotAttributeCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -178,7 +173,4 @@ export class DescribeSnapshotAttributeCommand extends $Command< ): Promise { return de_DescribeSnapshotAttributeCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ec2/src/commands/DescribeSnapshotTierStatusCommand.ts b/clients/client-ec2/src/commands/DescribeSnapshotTierStatusCommand.ts index f5bb16ad56ce..e91a32b643b2 100644 --- a/clients/client-ec2/src/commands/DescribeSnapshotTierStatusCommand.ts +++ b/clients/client-ec2/src/commands/DescribeSnapshotTierStatusCommand.ts @@ -101,9 +101,6 @@ export class DescribeSnapshotTierStatusCommand extends $Command< DescribeSnapshotTierStatusCommandOutput, EC2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -117,9 +114,7 @@ export class DescribeSnapshotTierStatusCommand extends $Command< * @public */ constructor(readonly input: DescribeSnapshotTierStatusCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -175,7 +170,4 @@ export class DescribeSnapshotTierStatusCommand extends $Command< ): Promise { return de_DescribeSnapshotTierStatusCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ec2/src/commands/DescribeSnapshotsCommand.ts b/clients/client-ec2/src/commands/DescribeSnapshotsCommand.ts index 1d4442e489b8..56561719ba8e 100644 --- a/clients/client-ec2/src/commands/DescribeSnapshotsCommand.ts +++ b/clients/client-ec2/src/commands/DescribeSnapshotsCommand.ts @@ -226,9 +226,6 @@ export class DescribeSnapshotsCommand extends $Command< DescribeSnapshotsCommandOutput, EC2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -242,9 +239,7 @@ export class DescribeSnapshotsCommand extends $Command< * @public */ constructor(readonly input: DescribeSnapshotsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -297,7 +292,4 @@ export class DescribeSnapshotsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DescribeSnapshotsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ec2/src/commands/DescribeSpotDatafeedSubscriptionCommand.ts b/clients/client-ec2/src/commands/DescribeSpotDatafeedSubscriptionCommand.ts index b2d3e11b8eda..613b17061033 100644 --- a/clients/client-ec2/src/commands/DescribeSpotDatafeedSubscriptionCommand.ts +++ b/clients/client-ec2/src/commands/DescribeSpotDatafeedSubscriptionCommand.ts @@ -104,9 +104,6 @@ export class DescribeSpotDatafeedSubscriptionCommand extends $Command< DescribeSpotDatafeedSubscriptionCommandOutput, EC2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -120,9 +117,7 @@ export class DescribeSpotDatafeedSubscriptionCommand extends $Command< * @public */ constructor(readonly input: DescribeSpotDatafeedSubscriptionCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -181,7 +176,4 @@ export class DescribeSpotDatafeedSubscriptionCommand extends $Command< ): Promise { return de_DescribeSpotDatafeedSubscriptionCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ec2/src/commands/DescribeSpotFleetInstancesCommand.ts b/clients/client-ec2/src/commands/DescribeSpotFleetInstancesCommand.ts index 4ba93a2be1f8..16984d08ae1e 100644 --- a/clients/client-ec2/src/commands/DescribeSpotFleetInstancesCommand.ts +++ b/clients/client-ec2/src/commands/DescribeSpotFleetInstancesCommand.ts @@ -105,9 +105,6 @@ export class DescribeSpotFleetInstancesCommand extends $Command< DescribeSpotFleetInstancesCommandOutput, EC2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -121,9 +118,7 @@ export class DescribeSpotFleetInstancesCommand extends $Command< * @public */ constructor(readonly input: DescribeSpotFleetInstancesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -179,7 +174,4 @@ export class DescribeSpotFleetInstancesCommand extends $Command< ): Promise { return de_DescribeSpotFleetInstancesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ec2/src/commands/DescribeSpotFleetRequestHistoryCommand.ts b/clients/client-ec2/src/commands/DescribeSpotFleetRequestHistoryCommand.ts index fa85080440cc..cbf63ae8c0fc 100644 --- a/clients/client-ec2/src/commands/DescribeSpotFleetRequestHistoryCommand.ts +++ b/clients/client-ec2/src/commands/DescribeSpotFleetRequestHistoryCommand.ts @@ -151,9 +151,6 @@ export class DescribeSpotFleetRequestHistoryCommand extends $Command< DescribeSpotFleetRequestHistoryCommandOutput, EC2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -167,9 +164,7 @@ export class DescribeSpotFleetRequestHistoryCommand extends $Command< * @public */ constructor(readonly input: DescribeSpotFleetRequestHistoryCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -228,7 +223,4 @@ export class DescribeSpotFleetRequestHistoryCommand extends $Command< ): Promise { return de_DescribeSpotFleetRequestHistoryCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ec2/src/commands/DescribeSpotFleetRequestsCommand.ts b/clients/client-ec2/src/commands/DescribeSpotFleetRequestsCommand.ts index 4d06b524a37d..fb7a3242ebe1 100644 --- a/clients/client-ec2/src/commands/DescribeSpotFleetRequestsCommand.ts +++ b/clients/client-ec2/src/commands/DescribeSpotFleetRequestsCommand.ts @@ -471,9 +471,6 @@ export class DescribeSpotFleetRequestsCommand extends $Command< DescribeSpotFleetRequestsCommandOutput, EC2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -487,9 +484,7 @@ export class DescribeSpotFleetRequestsCommand extends $Command< * @public */ constructor(readonly input: DescribeSpotFleetRequestsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -545,7 +540,4 @@ export class DescribeSpotFleetRequestsCommand extends $Command< ): Promise { return de_DescribeSpotFleetRequestsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ec2/src/commands/DescribeSpotInstanceRequestsCommand.ts b/clients/client-ec2/src/commands/DescribeSpotInstanceRequestsCommand.ts index 065fc22dc3ea..1d038d28d276 100644 --- a/clients/client-ec2/src/commands/DescribeSpotInstanceRequestsCommand.ts +++ b/clients/client-ec2/src/commands/DescribeSpotInstanceRequestsCommand.ts @@ -291,9 +291,6 @@ export class DescribeSpotInstanceRequestsCommand extends $Command< DescribeSpotInstanceRequestsCommandOutput, EC2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -307,9 +304,7 @@ export class DescribeSpotInstanceRequestsCommand extends $Command< * @public */ constructor(readonly input: DescribeSpotInstanceRequestsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -365,7 +360,4 @@ export class DescribeSpotInstanceRequestsCommand extends $Command< ): Promise { return de_DescribeSpotInstanceRequestsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ec2/src/commands/DescribeSpotPriceHistoryCommand.ts b/clients/client-ec2/src/commands/DescribeSpotPriceHistoryCommand.ts index a26d0993f1b4..5cbb8679a598 100644 --- a/clients/client-ec2/src/commands/DescribeSpotPriceHistoryCommand.ts +++ b/clients/client-ec2/src/commands/DescribeSpotPriceHistoryCommand.ts @@ -140,9 +140,6 @@ export class DescribeSpotPriceHistoryCommand extends $Command< DescribeSpotPriceHistoryCommandOutput, EC2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -156,9 +153,7 @@ export class DescribeSpotPriceHistoryCommand extends $Command< * @public */ constructor(readonly input: DescribeSpotPriceHistoryCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -211,7 +206,4 @@ export class DescribeSpotPriceHistoryCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DescribeSpotPriceHistoryCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ec2/src/commands/DescribeStaleSecurityGroupsCommand.ts b/clients/client-ec2/src/commands/DescribeStaleSecurityGroupsCommand.ts index b7fa3e1fe44d..f8bfd2a56396 100644 --- a/clients/client-ec2/src/commands/DescribeStaleSecurityGroupsCommand.ts +++ b/clients/client-ec2/src/commands/DescribeStaleSecurityGroupsCommand.ts @@ -132,9 +132,6 @@ export class DescribeStaleSecurityGroupsCommand extends $Command< DescribeStaleSecurityGroupsCommandOutput, EC2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -148,9 +145,7 @@ export class DescribeStaleSecurityGroupsCommand extends $Command< * @public */ constructor(readonly input: DescribeStaleSecurityGroupsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -206,7 +201,4 @@ export class DescribeStaleSecurityGroupsCommand extends $Command< ): Promise { return de_DescribeStaleSecurityGroupsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ec2/src/commands/DescribeStoreImageTasksCommand.ts b/clients/client-ec2/src/commands/DescribeStoreImageTasksCommand.ts index 12c94e015105..09ac44792164 100644 --- a/clients/client-ec2/src/commands/DescribeStoreImageTasksCommand.ts +++ b/clients/client-ec2/src/commands/DescribeStoreImageTasksCommand.ts @@ -105,9 +105,6 @@ export class DescribeStoreImageTasksCommand extends $Command< DescribeStoreImageTasksCommandOutput, EC2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -121,9 +118,7 @@ export class DescribeStoreImageTasksCommand extends $Command< * @public */ constructor(readonly input: DescribeStoreImageTasksCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -176,7 +171,4 @@ export class DescribeStoreImageTasksCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DescribeStoreImageTasksCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ec2/src/commands/DescribeSubnetsCommand.ts b/clients/client-ec2/src/commands/DescribeSubnetsCommand.ts index 7ad9302f8360..323a25a0feda 100644 --- a/clients/client-ec2/src/commands/DescribeSubnetsCommand.ts +++ b/clients/client-ec2/src/commands/DescribeSubnetsCommand.ts @@ -162,9 +162,6 @@ export class DescribeSubnetsCommand extends $Command< DescribeSubnetsCommandOutput, EC2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -178,9 +175,7 @@ export class DescribeSubnetsCommand extends $Command< * @public */ constructor(readonly input: DescribeSubnetsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -233,7 +228,4 @@ export class DescribeSubnetsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DescribeSubnetsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ec2/src/commands/DescribeTagsCommand.ts b/clients/client-ec2/src/commands/DescribeTagsCommand.ts index 3cb587082fec..84364763eb2b 100644 --- a/clients/client-ec2/src/commands/DescribeTagsCommand.ts +++ b/clients/client-ec2/src/commands/DescribeTagsCommand.ts @@ -126,9 +126,6 @@ export class DescribeTagsCommand extends $Command< DescribeTagsCommandOutput, EC2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -142,9 +139,7 @@ export class DescribeTagsCommand extends $Command< * @public */ constructor(readonly input: DescribeTagsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -195,7 +190,4 @@ export class DescribeTagsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DescribeTagsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ec2/src/commands/DescribeTrafficMirrorFiltersCommand.ts b/clients/client-ec2/src/commands/DescribeTrafficMirrorFiltersCommand.ts index 839646a177d0..ed894d70eca2 100644 --- a/clients/client-ec2/src/commands/DescribeTrafficMirrorFiltersCommand.ts +++ b/clients/client-ec2/src/commands/DescribeTrafficMirrorFiltersCommand.ts @@ -142,9 +142,6 @@ export class DescribeTrafficMirrorFiltersCommand extends $Command< DescribeTrafficMirrorFiltersCommandOutput, EC2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -158,9 +155,7 @@ export class DescribeTrafficMirrorFiltersCommand extends $Command< * @public */ constructor(readonly input: DescribeTrafficMirrorFiltersCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -216,7 +211,4 @@ export class DescribeTrafficMirrorFiltersCommand extends $Command< ): Promise { return de_DescribeTrafficMirrorFiltersCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ec2/src/commands/DescribeTrafficMirrorSessionsCommand.ts b/clients/client-ec2/src/commands/DescribeTrafficMirrorSessionsCommand.ts index ec4d0d5a6d69..4218c2de866c 100644 --- a/clients/client-ec2/src/commands/DescribeTrafficMirrorSessionsCommand.ts +++ b/clients/client-ec2/src/commands/DescribeTrafficMirrorSessionsCommand.ts @@ -104,9 +104,6 @@ export class DescribeTrafficMirrorSessionsCommand extends $Command< DescribeTrafficMirrorSessionsCommandOutput, EC2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -120,9 +117,7 @@ export class DescribeTrafficMirrorSessionsCommand extends $Command< * @public */ constructor(readonly input: DescribeTrafficMirrorSessionsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -178,7 +173,4 @@ export class DescribeTrafficMirrorSessionsCommand extends $Command< ): Promise { return de_DescribeTrafficMirrorSessionsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ec2/src/commands/DescribeTrafficMirrorTargetsCommand.ts b/clients/client-ec2/src/commands/DescribeTrafficMirrorTargetsCommand.ts index 52b3cbbc0ec8..1fe3853eea3d 100644 --- a/clients/client-ec2/src/commands/DescribeTrafficMirrorTargetsCommand.ts +++ b/clients/client-ec2/src/commands/DescribeTrafficMirrorTargetsCommand.ts @@ -102,9 +102,6 @@ export class DescribeTrafficMirrorTargetsCommand extends $Command< DescribeTrafficMirrorTargetsCommandOutput, EC2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -118,9 +115,7 @@ export class DescribeTrafficMirrorTargetsCommand extends $Command< * @public */ constructor(readonly input: DescribeTrafficMirrorTargetsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -176,7 +171,4 @@ export class DescribeTrafficMirrorTargetsCommand extends $Command< ): Promise { return de_DescribeTrafficMirrorTargetsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ec2/src/commands/DescribeTransitGatewayAttachmentsCommand.ts b/clients/client-ec2/src/commands/DescribeTransitGatewayAttachmentsCommand.ts index 7e8ffffbb2e3..6cba32a8741a 100644 --- a/clients/client-ec2/src/commands/DescribeTransitGatewayAttachmentsCommand.ts +++ b/clients/client-ec2/src/commands/DescribeTransitGatewayAttachmentsCommand.ts @@ -111,9 +111,6 @@ export class DescribeTransitGatewayAttachmentsCommand extends $Command< DescribeTransitGatewayAttachmentsCommandOutput, EC2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -127,9 +124,7 @@ export class DescribeTransitGatewayAttachmentsCommand extends $Command< * @public */ constructor(readonly input: DescribeTransitGatewayAttachmentsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -188,7 +183,4 @@ export class DescribeTransitGatewayAttachmentsCommand extends $Command< ): Promise { return de_DescribeTransitGatewayAttachmentsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ec2/src/commands/DescribeTransitGatewayConnectPeersCommand.ts b/clients/client-ec2/src/commands/DescribeTransitGatewayConnectPeersCommand.ts index 6c30bdba8d3e..119b36447f4e 100644 --- a/clients/client-ec2/src/commands/DescribeTransitGatewayConnectPeersCommand.ts +++ b/clients/client-ec2/src/commands/DescribeTransitGatewayConnectPeersCommand.ts @@ -122,9 +122,6 @@ export class DescribeTransitGatewayConnectPeersCommand extends $Command< DescribeTransitGatewayConnectPeersCommandOutput, EC2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -138,9 +135,7 @@ export class DescribeTransitGatewayConnectPeersCommand extends $Command< * @public */ constructor(readonly input: DescribeTransitGatewayConnectPeersCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -199,7 +194,4 @@ export class DescribeTransitGatewayConnectPeersCommand extends $Command< ): Promise { return de_DescribeTransitGatewayConnectPeersCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ec2/src/commands/DescribeTransitGatewayConnectsCommand.ts b/clients/client-ec2/src/commands/DescribeTransitGatewayConnectsCommand.ts index 732e685682d8..5e248f55ec1c 100644 --- a/clients/client-ec2/src/commands/DescribeTransitGatewayConnectsCommand.ts +++ b/clients/client-ec2/src/commands/DescribeTransitGatewayConnectsCommand.ts @@ -106,9 +106,6 @@ export class DescribeTransitGatewayConnectsCommand extends $Command< DescribeTransitGatewayConnectsCommandOutput, EC2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -122,9 +119,7 @@ export class DescribeTransitGatewayConnectsCommand extends $Command< * @public */ constructor(readonly input: DescribeTransitGatewayConnectsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -183,7 +178,4 @@ export class DescribeTransitGatewayConnectsCommand extends $Command< ): Promise { return de_DescribeTransitGatewayConnectsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ec2/src/commands/DescribeTransitGatewayMulticastDomainsCommand.ts b/clients/client-ec2/src/commands/DescribeTransitGatewayMulticastDomainsCommand.ts index c3a492969a26..f35634305a79 100644 --- a/clients/client-ec2/src/commands/DescribeTransitGatewayMulticastDomainsCommand.ts +++ b/clients/client-ec2/src/commands/DescribeTransitGatewayMulticastDomainsCommand.ts @@ -113,9 +113,6 @@ export class DescribeTransitGatewayMulticastDomainsCommand extends $Command< DescribeTransitGatewayMulticastDomainsCommandOutput, EC2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -129,9 +126,7 @@ export class DescribeTransitGatewayMulticastDomainsCommand extends $Command< * @public */ constructor(readonly input: DescribeTransitGatewayMulticastDomainsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -190,7 +185,4 @@ export class DescribeTransitGatewayMulticastDomainsCommand extends $Command< ): Promise { return de_DescribeTransitGatewayMulticastDomainsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ec2/src/commands/DescribeTransitGatewayPeeringAttachmentsCommand.ts b/clients/client-ec2/src/commands/DescribeTransitGatewayPeeringAttachmentsCommand.ts index 29d97ad4659a..4f39b62d75bb 100644 --- a/clients/client-ec2/src/commands/DescribeTransitGatewayPeeringAttachmentsCommand.ts +++ b/clients/client-ec2/src/commands/DescribeTransitGatewayPeeringAttachmentsCommand.ts @@ -125,9 +125,6 @@ export class DescribeTransitGatewayPeeringAttachmentsCommand extends $Command< DescribeTransitGatewayPeeringAttachmentsCommandOutput, EC2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -141,9 +138,7 @@ export class DescribeTransitGatewayPeeringAttachmentsCommand extends $Command< * @public */ constructor(readonly input: DescribeTransitGatewayPeeringAttachmentsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -208,7 +203,4 @@ export class DescribeTransitGatewayPeeringAttachmentsCommand extends $Command< ): Promise { return de_DescribeTransitGatewayPeeringAttachmentsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ec2/src/commands/DescribeTransitGatewayPolicyTablesCommand.ts b/clients/client-ec2/src/commands/DescribeTransitGatewayPolicyTablesCommand.ts index 89bd66dd9a60..c8ce3ba4e02e 100644 --- a/clients/client-ec2/src/commands/DescribeTransitGatewayPolicyTablesCommand.ts +++ b/clients/client-ec2/src/commands/DescribeTransitGatewayPolicyTablesCommand.ts @@ -103,9 +103,6 @@ export class DescribeTransitGatewayPolicyTablesCommand extends $Command< DescribeTransitGatewayPolicyTablesCommandOutput, EC2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -119,9 +116,7 @@ export class DescribeTransitGatewayPolicyTablesCommand extends $Command< * @public */ constructor(readonly input: DescribeTransitGatewayPolicyTablesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -180,7 +175,4 @@ export class DescribeTransitGatewayPolicyTablesCommand extends $Command< ): Promise { return de_DescribeTransitGatewayPolicyTablesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ec2/src/commands/DescribeTransitGatewayRouteTableAnnouncementsCommand.ts b/clients/client-ec2/src/commands/DescribeTransitGatewayRouteTableAnnouncementsCommand.ts index 8bbce854e32f..bc81a46fd02e 100644 --- a/clients/client-ec2/src/commands/DescribeTransitGatewayRouteTableAnnouncementsCommand.ts +++ b/clients/client-ec2/src/commands/DescribeTransitGatewayRouteTableAnnouncementsCommand.ts @@ -112,9 +112,6 @@ export class DescribeTransitGatewayRouteTableAnnouncementsCommand extends $Comma DescribeTransitGatewayRouteTableAnnouncementsCommandOutput, EC2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -128,9 +125,7 @@ export class DescribeTransitGatewayRouteTableAnnouncementsCommand extends $Comma * @public */ constructor(readonly input: DescribeTransitGatewayRouteTableAnnouncementsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -195,7 +190,4 @@ export class DescribeTransitGatewayRouteTableAnnouncementsCommand extends $Comma ): Promise { return de_DescribeTransitGatewayRouteTableAnnouncementsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ec2/src/commands/DescribeTransitGatewayRouteTablesCommand.ts b/clients/client-ec2/src/commands/DescribeTransitGatewayRouteTablesCommand.ts index 8e73be20e10b..47dc75ff59e8 100644 --- a/clients/client-ec2/src/commands/DescribeTransitGatewayRouteTablesCommand.ts +++ b/clients/client-ec2/src/commands/DescribeTransitGatewayRouteTablesCommand.ts @@ -105,9 +105,6 @@ export class DescribeTransitGatewayRouteTablesCommand extends $Command< DescribeTransitGatewayRouteTablesCommandOutput, EC2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -121,9 +118,7 @@ export class DescribeTransitGatewayRouteTablesCommand extends $Command< * @public */ constructor(readonly input: DescribeTransitGatewayRouteTablesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -182,7 +177,4 @@ export class DescribeTransitGatewayRouteTablesCommand extends $Command< ): Promise { return de_DescribeTransitGatewayRouteTablesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ec2/src/commands/DescribeTransitGatewayVpcAttachmentsCommand.ts b/clients/client-ec2/src/commands/DescribeTransitGatewayVpcAttachmentsCommand.ts index d9af8fe241ae..98a749575809 100644 --- a/clients/client-ec2/src/commands/DescribeTransitGatewayVpcAttachmentsCommand.ts +++ b/clients/client-ec2/src/commands/DescribeTransitGatewayVpcAttachmentsCommand.ts @@ -116,9 +116,6 @@ export class DescribeTransitGatewayVpcAttachmentsCommand extends $Command< DescribeTransitGatewayVpcAttachmentsCommandOutput, EC2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -132,9 +129,7 @@ export class DescribeTransitGatewayVpcAttachmentsCommand extends $Command< * @public */ constructor(readonly input: DescribeTransitGatewayVpcAttachmentsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -193,7 +188,4 @@ export class DescribeTransitGatewayVpcAttachmentsCommand extends $Command< ): Promise { return de_DescribeTransitGatewayVpcAttachmentsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ec2/src/commands/DescribeTransitGatewaysCommand.ts b/clients/client-ec2/src/commands/DescribeTransitGatewaysCommand.ts index 3f7c2027a210..a1a721d20790 100644 --- a/clients/client-ec2/src/commands/DescribeTransitGatewaysCommand.ts +++ b/clients/client-ec2/src/commands/DescribeTransitGatewaysCommand.ts @@ -114,9 +114,6 @@ export class DescribeTransitGatewaysCommand extends $Command< DescribeTransitGatewaysCommandOutput, EC2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -130,9 +127,7 @@ export class DescribeTransitGatewaysCommand extends $Command< * @public */ constructor(readonly input: DescribeTransitGatewaysCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -185,7 +180,4 @@ export class DescribeTransitGatewaysCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DescribeTransitGatewaysCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ec2/src/commands/DescribeTrunkInterfaceAssociationsCommand.ts b/clients/client-ec2/src/commands/DescribeTrunkInterfaceAssociationsCommand.ts index 1d7c32111af5..31671812c1fa 100644 --- a/clients/client-ec2/src/commands/DescribeTrunkInterfaceAssociationsCommand.ts +++ b/clients/client-ec2/src/commands/DescribeTrunkInterfaceAssociationsCommand.ts @@ -111,9 +111,6 @@ export class DescribeTrunkInterfaceAssociationsCommand extends $Command< DescribeTrunkInterfaceAssociationsCommandOutput, EC2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -127,9 +124,7 @@ export class DescribeTrunkInterfaceAssociationsCommand extends $Command< * @public */ constructor(readonly input: DescribeTrunkInterfaceAssociationsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -188,7 +183,4 @@ export class DescribeTrunkInterfaceAssociationsCommand extends $Command< ): Promise { return de_DescribeTrunkInterfaceAssociationsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ec2/src/commands/DescribeVerifiedAccessEndpointsCommand.ts b/clients/client-ec2/src/commands/DescribeVerifiedAccessEndpointsCommand.ts index 65e847152d89..8c504461fdd3 100644 --- a/clients/client-ec2/src/commands/DescribeVerifiedAccessEndpointsCommand.ts +++ b/clients/client-ec2/src/commands/DescribeVerifiedAccessEndpointsCommand.ts @@ -137,9 +137,6 @@ export class DescribeVerifiedAccessEndpointsCommand extends $Command< DescribeVerifiedAccessEndpointsCommandOutput, EC2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -153,9 +150,7 @@ export class DescribeVerifiedAccessEndpointsCommand extends $Command< * @public */ constructor(readonly input: DescribeVerifiedAccessEndpointsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -214,7 +209,4 @@ export class DescribeVerifiedAccessEndpointsCommand extends $Command< ): Promise { return de_DescribeVerifiedAccessEndpointsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ec2/src/commands/DescribeVerifiedAccessGroupsCommand.ts b/clients/client-ec2/src/commands/DescribeVerifiedAccessGroupsCommand.ts index 0542c6ffbc7b..b9cf89554ad3 100644 --- a/clients/client-ec2/src/commands/DescribeVerifiedAccessGroupsCommand.ts +++ b/clients/client-ec2/src/commands/DescribeVerifiedAccessGroupsCommand.ts @@ -108,9 +108,6 @@ export class DescribeVerifiedAccessGroupsCommand extends $Command< DescribeVerifiedAccessGroupsCommandOutput, EC2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -124,9 +121,7 @@ export class DescribeVerifiedAccessGroupsCommand extends $Command< * @public */ constructor(readonly input: DescribeVerifiedAccessGroupsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -182,7 +177,4 @@ export class DescribeVerifiedAccessGroupsCommand extends $Command< ): Promise { return de_DescribeVerifiedAccessGroupsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ec2/src/commands/DescribeVerifiedAccessInstanceLoggingConfigurationsCommand.ts b/clients/client-ec2/src/commands/DescribeVerifiedAccessInstanceLoggingConfigurationsCommand.ts index 59a5a173f63d..56c4f36b2fb2 100644 --- a/clients/client-ec2/src/commands/DescribeVerifiedAccessInstanceLoggingConfigurationsCommand.ts +++ b/clients/client-ec2/src/commands/DescribeVerifiedAccessInstanceLoggingConfigurationsCommand.ts @@ -127,9 +127,6 @@ export class DescribeVerifiedAccessInstanceLoggingConfigurationsCommand extends DescribeVerifiedAccessInstanceLoggingConfigurationsCommandOutput, EC2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -143,9 +140,7 @@ export class DescribeVerifiedAccessInstanceLoggingConfigurationsCommand extends * @public */ constructor(readonly input: DescribeVerifiedAccessInstanceLoggingConfigurationsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -210,7 +205,4 @@ export class DescribeVerifiedAccessInstanceLoggingConfigurationsCommand extends ): Promise { return de_DescribeVerifiedAccessInstanceLoggingConfigurationsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ec2/src/commands/DescribeVerifiedAccessInstancesCommand.ts b/clients/client-ec2/src/commands/DescribeVerifiedAccessInstancesCommand.ts index b4fd9686d95c..e28381fe8904 100644 --- a/clients/client-ec2/src/commands/DescribeVerifiedAccessInstancesCommand.ts +++ b/clients/client-ec2/src/commands/DescribeVerifiedAccessInstancesCommand.ts @@ -112,9 +112,6 @@ export class DescribeVerifiedAccessInstancesCommand extends $Command< DescribeVerifiedAccessInstancesCommandOutput, EC2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -128,9 +125,7 @@ export class DescribeVerifiedAccessInstancesCommand extends $Command< * @public */ constructor(readonly input: DescribeVerifiedAccessInstancesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -189,7 +184,4 @@ export class DescribeVerifiedAccessInstancesCommand extends $Command< ): Promise { return de_DescribeVerifiedAccessInstancesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ec2/src/commands/DescribeVerifiedAccessTrustProvidersCommand.ts b/clients/client-ec2/src/commands/DescribeVerifiedAccessTrustProvidersCommand.ts index 07478e23d36d..9300741503aa 100644 --- a/clients/client-ec2/src/commands/DescribeVerifiedAccessTrustProvidersCommand.ts +++ b/clients/client-ec2/src/commands/DescribeVerifiedAccessTrustProvidersCommand.ts @@ -126,9 +126,6 @@ export class DescribeVerifiedAccessTrustProvidersCommand extends $Command< DescribeVerifiedAccessTrustProvidersCommandOutput, EC2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -142,9 +139,7 @@ export class DescribeVerifiedAccessTrustProvidersCommand extends $Command< * @public */ constructor(readonly input: DescribeVerifiedAccessTrustProvidersCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -203,7 +198,4 @@ export class DescribeVerifiedAccessTrustProvidersCommand extends $Command< ): Promise { return de_DescribeVerifiedAccessTrustProvidersCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ec2/src/commands/DescribeVolumeAttributeCommand.ts b/clients/client-ec2/src/commands/DescribeVolumeAttributeCommand.ts index 67ad9bbea8c0..400c6fc93806 100644 --- a/clients/client-ec2/src/commands/DescribeVolumeAttributeCommand.ts +++ b/clients/client-ec2/src/commands/DescribeVolumeAttributeCommand.ts @@ -103,9 +103,6 @@ export class DescribeVolumeAttributeCommand extends $Command< DescribeVolumeAttributeCommandOutput, EC2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -119,9 +116,7 @@ export class DescribeVolumeAttributeCommand extends $Command< * @public */ constructor(readonly input: DescribeVolumeAttributeCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -174,7 +169,4 @@ export class DescribeVolumeAttributeCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DescribeVolumeAttributeCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ec2/src/commands/DescribeVolumeStatusCommand.ts b/clients/client-ec2/src/commands/DescribeVolumeStatusCommand.ts index 0ec524db5380..abf4184c8282 100644 --- a/clients/client-ec2/src/commands/DescribeVolumeStatusCommand.ts +++ b/clients/client-ec2/src/commands/DescribeVolumeStatusCommand.ts @@ -217,9 +217,6 @@ export class DescribeVolumeStatusCommand extends $Command< DescribeVolumeStatusCommandOutput, EC2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -233,9 +230,7 @@ export class DescribeVolumeStatusCommand extends $Command< * @public */ constructor(readonly input: DescribeVolumeStatusCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -288,7 +283,4 @@ export class DescribeVolumeStatusCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DescribeVolumeStatusCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ec2/src/commands/DescribeVolumesCommand.ts b/clients/client-ec2/src/commands/DescribeVolumesCommand.ts index a8cdde3248f7..21a2b49f990e 100644 --- a/clients/client-ec2/src/commands/DescribeVolumesCommand.ts +++ b/clients/client-ec2/src/commands/DescribeVolumesCommand.ts @@ -205,9 +205,6 @@ export class DescribeVolumesCommand extends $Command< DescribeVolumesCommandOutput, EC2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -221,9 +218,7 @@ export class DescribeVolumesCommand extends $Command< * @public */ constructor(readonly input: DescribeVolumesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -276,7 +271,4 @@ export class DescribeVolumesCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DescribeVolumesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ec2/src/commands/DescribeVolumesModificationsCommand.ts b/clients/client-ec2/src/commands/DescribeVolumesModificationsCommand.ts index cebf2dc68e5f..d8c201e12b74 100644 --- a/clients/client-ec2/src/commands/DescribeVolumesModificationsCommand.ts +++ b/clients/client-ec2/src/commands/DescribeVolumesModificationsCommand.ts @@ -111,9 +111,6 @@ export class DescribeVolumesModificationsCommand extends $Command< DescribeVolumesModificationsCommandOutput, EC2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -127,9 +124,7 @@ export class DescribeVolumesModificationsCommand extends $Command< * @public */ constructor(readonly input: DescribeVolumesModificationsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -185,7 +180,4 @@ export class DescribeVolumesModificationsCommand extends $Command< ): Promise { return de_DescribeVolumesModificationsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ec2/src/commands/DescribeVpcAttributeCommand.ts b/clients/client-ec2/src/commands/DescribeVpcAttributeCommand.ts index 30ab60aaef75..e7bbe99bda75 100644 --- a/clients/client-ec2/src/commands/DescribeVpcAttributeCommand.ts +++ b/clients/client-ec2/src/commands/DescribeVpcAttributeCommand.ts @@ -121,9 +121,6 @@ export class DescribeVpcAttributeCommand extends $Command< DescribeVpcAttributeCommandOutput, EC2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -137,9 +134,7 @@ export class DescribeVpcAttributeCommand extends $Command< * @public */ constructor(readonly input: DescribeVpcAttributeCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -192,7 +187,4 @@ export class DescribeVpcAttributeCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DescribeVpcAttributeCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ec2/src/commands/DescribeVpcClassicLinkCommand.ts b/clients/client-ec2/src/commands/DescribeVpcClassicLinkCommand.ts index 20b66d2b423c..a740114d1c86 100644 --- a/clients/client-ec2/src/commands/DescribeVpcClassicLinkCommand.ts +++ b/clients/client-ec2/src/commands/DescribeVpcClassicLinkCommand.ts @@ -95,9 +95,6 @@ export class DescribeVpcClassicLinkCommand extends $Command< DescribeVpcClassicLinkCommandOutput, EC2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -111,9 +108,7 @@ export class DescribeVpcClassicLinkCommand extends $Command< * @public */ constructor(readonly input: DescribeVpcClassicLinkCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -166,7 +161,4 @@ export class DescribeVpcClassicLinkCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DescribeVpcClassicLinkCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ec2/src/commands/DescribeVpcClassicLinkDnsSupportCommand.ts b/clients/client-ec2/src/commands/DescribeVpcClassicLinkDnsSupportCommand.ts index 7199c361d57d..4c923e093000 100644 --- a/clients/client-ec2/src/commands/DescribeVpcClassicLinkDnsSupportCommand.ts +++ b/clients/client-ec2/src/commands/DescribeVpcClassicLinkDnsSupportCommand.ts @@ -92,9 +92,6 @@ export class DescribeVpcClassicLinkDnsSupportCommand extends $Command< DescribeVpcClassicLinkDnsSupportCommandOutput, EC2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -108,9 +105,7 @@ export class DescribeVpcClassicLinkDnsSupportCommand extends $Command< * @public */ constructor(readonly input: DescribeVpcClassicLinkDnsSupportCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -169,7 +164,4 @@ export class DescribeVpcClassicLinkDnsSupportCommand extends $Command< ): Promise { return de_DescribeVpcClassicLinkDnsSupportCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ec2/src/commands/DescribeVpcEndpointConnectionNotificationsCommand.ts b/clients/client-ec2/src/commands/DescribeVpcEndpointConnectionNotificationsCommand.ts index 3b0cce40838e..52ebc45987d1 100644 --- a/clients/client-ec2/src/commands/DescribeVpcEndpointConnectionNotificationsCommand.ts +++ b/clients/client-ec2/src/commands/DescribeVpcEndpointConnectionNotificationsCommand.ts @@ -104,9 +104,6 @@ export class DescribeVpcEndpointConnectionNotificationsCommand extends $Command< DescribeVpcEndpointConnectionNotificationsCommandOutput, EC2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -120,9 +117,7 @@ export class DescribeVpcEndpointConnectionNotificationsCommand extends $Command< * @public */ constructor(readonly input: DescribeVpcEndpointConnectionNotificationsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -187,7 +182,4 @@ export class DescribeVpcEndpointConnectionNotificationsCommand extends $Command< ): Promise { return de_DescribeVpcEndpointConnectionNotificationsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ec2/src/commands/DescribeVpcEndpointConnectionsCommand.ts b/clients/client-ec2/src/commands/DescribeVpcEndpointConnectionsCommand.ts index c5d08177cff5..4719902cc69f 100644 --- a/clients/client-ec2/src/commands/DescribeVpcEndpointConnectionsCommand.ts +++ b/clients/client-ec2/src/commands/DescribeVpcEndpointConnectionsCommand.ts @@ -115,9 +115,6 @@ export class DescribeVpcEndpointConnectionsCommand extends $Command< DescribeVpcEndpointConnectionsCommandOutput, EC2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -131,9 +128,7 @@ export class DescribeVpcEndpointConnectionsCommand extends $Command< * @public */ constructor(readonly input: DescribeVpcEndpointConnectionsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -192,7 +187,4 @@ export class DescribeVpcEndpointConnectionsCommand extends $Command< ): Promise { return de_DescribeVpcEndpointConnectionsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ec2/src/commands/DescribeVpcEndpointServiceConfigurationsCommand.ts b/clients/client-ec2/src/commands/DescribeVpcEndpointServiceConfigurationsCommand.ts index d89049bd3503..ba417123fd05 100644 --- a/clients/client-ec2/src/commands/DescribeVpcEndpointServiceConfigurationsCommand.ts +++ b/clients/client-ec2/src/commands/DescribeVpcEndpointServiceConfigurationsCommand.ts @@ -135,9 +135,6 @@ export class DescribeVpcEndpointServiceConfigurationsCommand extends $Command< DescribeVpcEndpointServiceConfigurationsCommandOutput, EC2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -151,9 +148,7 @@ export class DescribeVpcEndpointServiceConfigurationsCommand extends $Command< * @public */ constructor(readonly input: DescribeVpcEndpointServiceConfigurationsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -218,7 +213,4 @@ export class DescribeVpcEndpointServiceConfigurationsCommand extends $Command< ): Promise { return de_DescribeVpcEndpointServiceConfigurationsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ec2/src/commands/DescribeVpcEndpointServicePermissionsCommand.ts b/clients/client-ec2/src/commands/DescribeVpcEndpointServicePermissionsCommand.ts index 381cc04d5a7d..b321ca50626e 100644 --- a/clients/client-ec2/src/commands/DescribeVpcEndpointServicePermissionsCommand.ts +++ b/clients/client-ec2/src/commands/DescribeVpcEndpointServicePermissionsCommand.ts @@ -105,9 +105,6 @@ export class DescribeVpcEndpointServicePermissionsCommand extends $Command< DescribeVpcEndpointServicePermissionsCommandOutput, EC2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -121,9 +118,7 @@ export class DescribeVpcEndpointServicePermissionsCommand extends $Command< * @public */ constructor(readonly input: DescribeVpcEndpointServicePermissionsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -182,7 +177,4 @@ export class DescribeVpcEndpointServicePermissionsCommand extends $Command< ): Promise { return de_DescribeVpcEndpointServicePermissionsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ec2/src/commands/DescribeVpcEndpointServicesCommand.ts b/clients/client-ec2/src/commands/DescribeVpcEndpointServicesCommand.ts index 1c9985878b25..48132c5eded9 100644 --- a/clients/client-ec2/src/commands/DescribeVpcEndpointServicesCommand.ts +++ b/clients/client-ec2/src/commands/DescribeVpcEndpointServicesCommand.ts @@ -131,9 +131,6 @@ export class DescribeVpcEndpointServicesCommand extends $Command< DescribeVpcEndpointServicesCommandOutput, EC2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -147,9 +144,7 @@ export class DescribeVpcEndpointServicesCommand extends $Command< * @public */ constructor(readonly input: DescribeVpcEndpointServicesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -205,7 +200,4 @@ export class DescribeVpcEndpointServicesCommand extends $Command< ): Promise { return de_DescribeVpcEndpointServicesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ec2/src/commands/DescribeVpcEndpointsCommand.ts b/clients/client-ec2/src/commands/DescribeVpcEndpointsCommand.ts index 86d3dad01084..5ded50abd185 100644 --- a/clients/client-ec2/src/commands/DescribeVpcEndpointsCommand.ts +++ b/clients/client-ec2/src/commands/DescribeVpcEndpointsCommand.ts @@ -133,9 +133,6 @@ export class DescribeVpcEndpointsCommand extends $Command< DescribeVpcEndpointsCommandOutput, EC2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -149,9 +146,7 @@ export class DescribeVpcEndpointsCommand extends $Command< * @public */ constructor(readonly input: DescribeVpcEndpointsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -204,7 +199,4 @@ export class DescribeVpcEndpointsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DescribeVpcEndpointsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ec2/src/commands/DescribeVpcPeeringConnectionsCommand.ts b/clients/client-ec2/src/commands/DescribeVpcPeeringConnectionsCommand.ts index 5f30911dc1d1..10ca04d2f0c9 100644 --- a/clients/client-ec2/src/commands/DescribeVpcPeeringConnectionsCommand.ts +++ b/clients/client-ec2/src/commands/DescribeVpcPeeringConnectionsCommand.ts @@ -143,9 +143,6 @@ export class DescribeVpcPeeringConnectionsCommand extends $Command< DescribeVpcPeeringConnectionsCommandOutput, EC2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -159,9 +156,7 @@ export class DescribeVpcPeeringConnectionsCommand extends $Command< * @public */ constructor(readonly input: DescribeVpcPeeringConnectionsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -217,7 +212,4 @@ export class DescribeVpcPeeringConnectionsCommand extends $Command< ): Promise { return de_DescribeVpcPeeringConnectionsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ec2/src/commands/DescribeVpcsCommand.ts b/clients/client-ec2/src/commands/DescribeVpcsCommand.ts index fbd03e55510f..af6c2d549f14 100644 --- a/clients/client-ec2/src/commands/DescribeVpcsCommand.ts +++ b/clients/client-ec2/src/commands/DescribeVpcsCommand.ts @@ -155,9 +155,6 @@ export class DescribeVpcsCommand extends $Command< DescribeVpcsCommandOutput, EC2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -171,9 +168,7 @@ export class DescribeVpcsCommand extends $Command< * @public */ constructor(readonly input: DescribeVpcsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -224,7 +219,4 @@ export class DescribeVpcsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DescribeVpcsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ec2/src/commands/DescribeVpnConnectionsCommand.ts b/clients/client-ec2/src/commands/DescribeVpnConnectionsCommand.ts index 413aba4b15c0..0688b0255d1d 100644 --- a/clients/client-ec2/src/commands/DescribeVpnConnectionsCommand.ts +++ b/clients/client-ec2/src/commands/DescribeVpnConnectionsCommand.ts @@ -194,9 +194,6 @@ export class DescribeVpnConnectionsCommand extends $Command< DescribeVpnConnectionsCommandOutput, EC2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -210,9 +207,7 @@ export class DescribeVpnConnectionsCommand extends $Command< * @public */ constructor(readonly input: DescribeVpnConnectionsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -265,7 +260,4 @@ export class DescribeVpnConnectionsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DescribeVpnConnectionsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ec2/src/commands/DescribeVpnGatewaysCommand.ts b/clients/client-ec2/src/commands/DescribeVpnGatewaysCommand.ts index a505616fc79c..6030a6ef03a3 100644 --- a/clients/client-ec2/src/commands/DescribeVpnGatewaysCommand.ts +++ b/clients/client-ec2/src/commands/DescribeVpnGatewaysCommand.ts @@ -103,9 +103,6 @@ export class DescribeVpnGatewaysCommand extends $Command< DescribeVpnGatewaysCommandOutput, EC2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -119,9 +116,7 @@ export class DescribeVpnGatewaysCommand extends $Command< * @public */ constructor(readonly input: DescribeVpnGatewaysCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -174,7 +169,4 @@ export class DescribeVpnGatewaysCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DescribeVpnGatewaysCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ec2/src/commands/DetachClassicLinkVpcCommand.ts b/clients/client-ec2/src/commands/DetachClassicLinkVpcCommand.ts index 935ebb744be8..e86dbd131a52 100644 --- a/clients/client-ec2/src/commands/DetachClassicLinkVpcCommand.ts +++ b/clients/client-ec2/src/commands/DetachClassicLinkVpcCommand.ts @@ -77,9 +77,6 @@ export class DetachClassicLinkVpcCommand extends $Command< DetachClassicLinkVpcCommandOutput, EC2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -93,9 +90,7 @@ export class DetachClassicLinkVpcCommand extends $Command< * @public */ constructor(readonly input: DetachClassicLinkVpcCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -148,7 +143,4 @@ export class DetachClassicLinkVpcCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DetachClassicLinkVpcCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ec2/src/commands/DetachInternetGatewayCommand.ts b/clients/client-ec2/src/commands/DetachInternetGatewayCommand.ts index c4a468e7cbbd..66103aa5e304 100644 --- a/clients/client-ec2/src/commands/DetachInternetGatewayCommand.ts +++ b/clients/client-ec2/src/commands/DetachInternetGatewayCommand.ts @@ -84,9 +84,6 @@ export class DetachInternetGatewayCommand extends $Command< DetachInternetGatewayCommandOutput, EC2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -100,9 +97,7 @@ export class DetachInternetGatewayCommand extends $Command< * @public */ constructor(readonly input: DetachInternetGatewayCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -155,7 +150,4 @@ export class DetachInternetGatewayCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DetachInternetGatewayCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ec2/src/commands/DetachNetworkInterfaceCommand.ts b/clients/client-ec2/src/commands/DetachNetworkInterfaceCommand.ts index 911b13bfe5ff..863137e03553 100644 --- a/clients/client-ec2/src/commands/DetachNetworkInterfaceCommand.ts +++ b/clients/client-ec2/src/commands/DetachNetworkInterfaceCommand.ts @@ -81,9 +81,6 @@ export class DetachNetworkInterfaceCommand extends $Command< DetachNetworkInterfaceCommandOutput, EC2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -97,9 +94,7 @@ export class DetachNetworkInterfaceCommand extends $Command< * @public */ constructor(readonly input: DetachNetworkInterfaceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -152,7 +147,4 @@ export class DetachNetworkInterfaceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DetachNetworkInterfaceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ec2/src/commands/DetachVerifiedAccessTrustProviderCommand.ts b/clients/client-ec2/src/commands/DetachVerifiedAccessTrustProviderCommand.ts index bd8b913068df..0057b2166a6d 100644 --- a/clients/client-ec2/src/commands/DetachVerifiedAccessTrustProviderCommand.ts +++ b/clients/client-ec2/src/commands/DetachVerifiedAccessTrustProviderCommand.ts @@ -135,9 +135,6 @@ export class DetachVerifiedAccessTrustProviderCommand extends $Command< DetachVerifiedAccessTrustProviderCommandOutput, EC2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -151,9 +148,7 @@ export class DetachVerifiedAccessTrustProviderCommand extends $Command< * @public */ constructor(readonly input: DetachVerifiedAccessTrustProviderCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -212,7 +207,4 @@ export class DetachVerifiedAccessTrustProviderCommand extends $Command< ): Promise { return de_DetachVerifiedAccessTrustProviderCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ec2/src/commands/DetachVolumeCommand.ts b/clients/client-ec2/src/commands/DetachVolumeCommand.ts index 61827addc94c..e8e64831a1ad 100644 --- a/clients/client-ec2/src/commands/DetachVolumeCommand.ts +++ b/clients/client-ec2/src/commands/DetachVolumeCommand.ts @@ -110,9 +110,6 @@ export class DetachVolumeCommand extends $Command< DetachVolumeCommandOutput, EC2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -126,9 +123,7 @@ export class DetachVolumeCommand extends $Command< * @public */ constructor(readonly input: DetachVolumeCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -179,7 +174,4 @@ export class DetachVolumeCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DetachVolumeCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ec2/src/commands/DetachVpnGatewayCommand.ts b/clients/client-ec2/src/commands/DetachVpnGatewayCommand.ts index 4b7f6039af10..981d989f1e46 100644 --- a/clients/client-ec2/src/commands/DetachVpnGatewayCommand.ts +++ b/clients/client-ec2/src/commands/DetachVpnGatewayCommand.ts @@ -75,9 +75,6 @@ export class DetachVpnGatewayCommand extends $Command< DetachVpnGatewayCommandOutput, EC2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -91,9 +88,7 @@ export class DetachVpnGatewayCommand extends $Command< * @public */ constructor(readonly input: DetachVpnGatewayCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -146,7 +141,4 @@ export class DetachVpnGatewayCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DetachVpnGatewayCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ec2/src/commands/DisableAddressTransferCommand.ts b/clients/client-ec2/src/commands/DisableAddressTransferCommand.ts index df8f02dc5a6f..9add37683c00 100644 --- a/clients/client-ec2/src/commands/DisableAddressTransferCommand.ts +++ b/clients/client-ec2/src/commands/DisableAddressTransferCommand.ts @@ -78,9 +78,6 @@ export class DisableAddressTransferCommand extends $Command< DisableAddressTransferCommandOutput, EC2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -94,9 +91,7 @@ export class DisableAddressTransferCommand extends $Command< * @public */ constructor(readonly input: DisableAddressTransferCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -149,7 +144,4 @@ export class DisableAddressTransferCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DisableAddressTransferCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ec2/src/commands/DisableAwsNetworkPerformanceMetricSubscriptionCommand.ts b/clients/client-ec2/src/commands/DisableAwsNetworkPerformanceMetricSubscriptionCommand.ts index 443e0628d301..da9c011898be 100644 --- a/clients/client-ec2/src/commands/DisableAwsNetworkPerformanceMetricSubscriptionCommand.ts +++ b/clients/client-ec2/src/commands/DisableAwsNetworkPerformanceMetricSubscriptionCommand.ts @@ -83,9 +83,6 @@ export class DisableAwsNetworkPerformanceMetricSubscriptionCommand extends $Comm DisableAwsNetworkPerformanceMetricSubscriptionCommandOutput, EC2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -99,9 +96,7 @@ export class DisableAwsNetworkPerformanceMetricSubscriptionCommand extends $Comm * @public */ constructor(readonly input: DisableAwsNetworkPerformanceMetricSubscriptionCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -166,7 +161,4 @@ export class DisableAwsNetworkPerformanceMetricSubscriptionCommand extends $Comm ): Promise { return de_DisableAwsNetworkPerformanceMetricSubscriptionCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ec2/src/commands/DisableEbsEncryptionByDefaultCommand.ts b/clients/client-ec2/src/commands/DisableEbsEncryptionByDefaultCommand.ts index 8cc179ec4b6f..c222b3f98104 100644 --- a/clients/client-ec2/src/commands/DisableEbsEncryptionByDefaultCommand.ts +++ b/clients/client-ec2/src/commands/DisableEbsEncryptionByDefaultCommand.ts @@ -78,9 +78,6 @@ export class DisableEbsEncryptionByDefaultCommand extends $Command< DisableEbsEncryptionByDefaultCommandOutput, EC2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -94,9 +91,7 @@ export class DisableEbsEncryptionByDefaultCommand extends $Command< * @public */ constructor(readonly input: DisableEbsEncryptionByDefaultCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -152,7 +147,4 @@ export class DisableEbsEncryptionByDefaultCommand extends $Command< ): Promise { return de_DisableEbsEncryptionByDefaultCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ec2/src/commands/DisableFastLaunchCommand.ts b/clients/client-ec2/src/commands/DisableFastLaunchCommand.ts index 71c30ccc1aa1..00eb2993fb77 100644 --- a/clients/client-ec2/src/commands/DisableFastLaunchCommand.ts +++ b/clients/client-ec2/src/commands/DisableFastLaunchCommand.ts @@ -91,9 +91,6 @@ export class DisableFastLaunchCommand extends $Command< DisableFastLaunchCommandOutput, EC2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -107,9 +104,7 @@ export class DisableFastLaunchCommand extends $Command< * @public */ constructor(readonly input: DisableFastLaunchCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -162,7 +157,4 @@ export class DisableFastLaunchCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DisableFastLaunchCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ec2/src/commands/DisableFastSnapshotRestoresCommand.ts b/clients/client-ec2/src/commands/DisableFastSnapshotRestoresCommand.ts index 60f255a98435..e295b3665305 100644 --- a/clients/client-ec2/src/commands/DisableFastSnapshotRestoresCommand.ts +++ b/clients/client-ec2/src/commands/DisableFastSnapshotRestoresCommand.ts @@ -104,9 +104,6 @@ export class DisableFastSnapshotRestoresCommand extends $Command< DisableFastSnapshotRestoresCommandOutput, EC2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -120,9 +117,7 @@ export class DisableFastSnapshotRestoresCommand extends $Command< * @public */ constructor(readonly input: DisableFastSnapshotRestoresCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -178,7 +173,4 @@ export class DisableFastSnapshotRestoresCommand extends $Command< ): Promise { return de_DisableFastSnapshotRestoresCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ec2/src/commands/DisableImageBlockPublicAccessCommand.ts b/clients/client-ec2/src/commands/DisableImageBlockPublicAccessCommand.ts index 7d35beeac319..9d8699e6e61a 100644 --- a/clients/client-ec2/src/commands/DisableImageBlockPublicAccessCommand.ts +++ b/clients/client-ec2/src/commands/DisableImageBlockPublicAccessCommand.ts @@ -81,9 +81,6 @@ export class DisableImageBlockPublicAccessCommand extends $Command< DisableImageBlockPublicAccessCommandOutput, EC2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -97,9 +94,7 @@ export class DisableImageBlockPublicAccessCommand extends $Command< * @public */ constructor(readonly input: DisableImageBlockPublicAccessCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -155,7 +150,4 @@ export class DisableImageBlockPublicAccessCommand extends $Command< ): Promise { return de_DisableImageBlockPublicAccessCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ec2/src/commands/DisableImageCommand.ts b/clients/client-ec2/src/commands/DisableImageCommand.ts index 16b3110108e6..b69dc0991f02 100644 --- a/clients/client-ec2/src/commands/DisableImageCommand.ts +++ b/clients/client-ec2/src/commands/DisableImageCommand.ts @@ -81,9 +81,6 @@ export class DisableImageCommand extends $Command< DisableImageCommandOutput, EC2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -97,9 +94,7 @@ export class DisableImageCommand extends $Command< * @public */ constructor(readonly input: DisableImageCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -150,7 +145,4 @@ export class DisableImageCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DisableImageCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ec2/src/commands/DisableImageDeprecationCommand.ts b/clients/client-ec2/src/commands/DisableImageDeprecationCommand.ts index d0fa8f2a7b76..a74d8f4ad09a 100644 --- a/clients/client-ec2/src/commands/DisableImageDeprecationCommand.ts +++ b/clients/client-ec2/src/commands/DisableImageDeprecationCommand.ts @@ -73,9 +73,6 @@ export class DisableImageDeprecationCommand extends $Command< DisableImageDeprecationCommandOutput, EC2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -89,9 +86,7 @@ export class DisableImageDeprecationCommand extends $Command< * @public */ constructor(readonly input: DisableImageDeprecationCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -144,7 +139,4 @@ export class DisableImageDeprecationCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DisableImageDeprecationCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ec2/src/commands/DisableIpamOrganizationAdminAccountCommand.ts b/clients/client-ec2/src/commands/DisableIpamOrganizationAdminAccountCommand.ts index aa9b6e818051..efcb052f4741 100644 --- a/clients/client-ec2/src/commands/DisableIpamOrganizationAdminAccountCommand.ts +++ b/clients/client-ec2/src/commands/DisableIpamOrganizationAdminAccountCommand.ts @@ -80,9 +80,6 @@ export class DisableIpamOrganizationAdminAccountCommand extends $Command< DisableIpamOrganizationAdminAccountCommandOutput, EC2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -96,9 +93,7 @@ export class DisableIpamOrganizationAdminAccountCommand extends $Command< * @public */ constructor(readonly input: DisableIpamOrganizationAdminAccountCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -157,7 +152,4 @@ export class DisableIpamOrganizationAdminAccountCommand extends $Command< ): Promise { return de_DisableIpamOrganizationAdminAccountCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ec2/src/commands/DisableSerialConsoleAccessCommand.ts b/clients/client-ec2/src/commands/DisableSerialConsoleAccessCommand.ts index f29ba510bdb9..150bc4bbe5b9 100644 --- a/clients/client-ec2/src/commands/DisableSerialConsoleAccessCommand.ts +++ b/clients/client-ec2/src/commands/DisableSerialConsoleAccessCommand.ts @@ -73,9 +73,6 @@ export class DisableSerialConsoleAccessCommand extends $Command< DisableSerialConsoleAccessCommandOutput, EC2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -89,9 +86,7 @@ export class DisableSerialConsoleAccessCommand extends $Command< * @public */ constructor(readonly input: DisableSerialConsoleAccessCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -147,7 +142,4 @@ export class DisableSerialConsoleAccessCommand extends $Command< ): Promise { return de_DisableSerialConsoleAccessCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ec2/src/commands/DisableSnapshotBlockPublicAccessCommand.ts b/clients/client-ec2/src/commands/DisableSnapshotBlockPublicAccessCommand.ts index c17719020365..4edb8e5855ab 100644 --- a/clients/client-ec2/src/commands/DisableSnapshotBlockPublicAccessCommand.ts +++ b/clients/client-ec2/src/commands/DisableSnapshotBlockPublicAccessCommand.ts @@ -83,9 +83,6 @@ export class DisableSnapshotBlockPublicAccessCommand extends $Command< DisableSnapshotBlockPublicAccessCommandOutput, EC2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -99,9 +96,7 @@ export class DisableSnapshotBlockPublicAccessCommand extends $Command< * @public */ constructor(readonly input: DisableSnapshotBlockPublicAccessCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -160,7 +155,4 @@ export class DisableSnapshotBlockPublicAccessCommand extends $Command< ): Promise { return de_DisableSnapshotBlockPublicAccessCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ec2/src/commands/DisableTransitGatewayRouteTablePropagationCommand.ts b/clients/client-ec2/src/commands/DisableTransitGatewayRouteTablePropagationCommand.ts index ac3e66d48d87..0c5b4e7d5e3b 100644 --- a/clients/client-ec2/src/commands/DisableTransitGatewayRouteTablePropagationCommand.ts +++ b/clients/client-ec2/src/commands/DisableTransitGatewayRouteTablePropagationCommand.ts @@ -90,9 +90,6 @@ export class DisableTransitGatewayRouteTablePropagationCommand extends $Command< DisableTransitGatewayRouteTablePropagationCommandOutput, EC2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -106,9 +103,7 @@ export class DisableTransitGatewayRouteTablePropagationCommand extends $Command< * @public */ constructor(readonly input: DisableTransitGatewayRouteTablePropagationCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -173,7 +168,4 @@ export class DisableTransitGatewayRouteTablePropagationCommand extends $Command< ): Promise { return de_DisableTransitGatewayRouteTablePropagationCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ec2/src/commands/DisableVgwRoutePropagationCommand.ts b/clients/client-ec2/src/commands/DisableVgwRoutePropagationCommand.ts index 51c22dc44323..a3a12ab3fada 100644 --- a/clients/client-ec2/src/commands/DisableVgwRoutePropagationCommand.ts +++ b/clients/client-ec2/src/commands/DisableVgwRoutePropagationCommand.ts @@ -83,9 +83,6 @@ export class DisableVgwRoutePropagationCommand extends $Command< DisableVgwRoutePropagationCommandOutput, EC2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -99,9 +96,7 @@ export class DisableVgwRoutePropagationCommand extends $Command< * @public */ constructor(readonly input: DisableVgwRoutePropagationCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -157,7 +152,4 @@ export class DisableVgwRoutePropagationCommand extends $Command< ): Promise { return de_DisableVgwRoutePropagationCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ec2/src/commands/DisableVpcClassicLinkCommand.ts b/clients/client-ec2/src/commands/DisableVpcClassicLinkCommand.ts index ce87154b3ce9..000cc3ceaa8c 100644 --- a/clients/client-ec2/src/commands/DisableVpcClassicLinkCommand.ts +++ b/clients/client-ec2/src/commands/DisableVpcClassicLinkCommand.ts @@ -75,9 +75,6 @@ export class DisableVpcClassicLinkCommand extends $Command< DisableVpcClassicLinkCommandOutput, EC2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -91,9 +88,7 @@ export class DisableVpcClassicLinkCommand extends $Command< * @public */ constructor(readonly input: DisableVpcClassicLinkCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -146,7 +141,4 @@ export class DisableVpcClassicLinkCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DisableVpcClassicLinkCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ec2/src/commands/DisableVpcClassicLinkDnsSupportCommand.ts b/clients/client-ec2/src/commands/DisableVpcClassicLinkDnsSupportCommand.ts index 729f14ae64ce..f4c40020cb8b 100644 --- a/clients/client-ec2/src/commands/DisableVpcClassicLinkDnsSupportCommand.ts +++ b/clients/client-ec2/src/commands/DisableVpcClassicLinkDnsSupportCommand.ts @@ -81,9 +81,6 @@ export class DisableVpcClassicLinkDnsSupportCommand extends $Command< DisableVpcClassicLinkDnsSupportCommandOutput, EC2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -97,9 +94,7 @@ export class DisableVpcClassicLinkDnsSupportCommand extends $Command< * @public */ constructor(readonly input: DisableVpcClassicLinkDnsSupportCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -158,7 +153,4 @@ export class DisableVpcClassicLinkDnsSupportCommand extends $Command< ): Promise { return de_DisableVpcClassicLinkDnsSupportCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ec2/src/commands/DisassociateAddressCommand.ts b/clients/client-ec2/src/commands/DisassociateAddressCommand.ts index 37c161107ad4..b28552b71f70 100644 --- a/clients/client-ec2/src/commands/DisassociateAddressCommand.ts +++ b/clients/client-ec2/src/commands/DisassociateAddressCommand.ts @@ -82,9 +82,6 @@ export class DisassociateAddressCommand extends $Command< DisassociateAddressCommandOutput, EC2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -98,9 +95,7 @@ export class DisassociateAddressCommand extends $Command< * @public */ constructor(readonly input: DisassociateAddressCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -153,7 +148,4 @@ export class DisassociateAddressCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DisassociateAddressCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ec2/src/commands/DisassociateClientVpnTargetNetworkCommand.ts b/clients/client-ec2/src/commands/DisassociateClientVpnTargetNetworkCommand.ts index 6f9acf8e0867..0f65c5672941 100644 --- a/clients/client-ec2/src/commands/DisassociateClientVpnTargetNetworkCommand.ts +++ b/clients/client-ec2/src/commands/DisassociateClientVpnTargetNetworkCommand.ts @@ -100,9 +100,6 @@ export class DisassociateClientVpnTargetNetworkCommand extends $Command< DisassociateClientVpnTargetNetworkCommandOutput, EC2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -116,9 +113,7 @@ export class DisassociateClientVpnTargetNetworkCommand extends $Command< * @public */ constructor(readonly input: DisassociateClientVpnTargetNetworkCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -177,7 +172,4 @@ export class DisassociateClientVpnTargetNetworkCommand extends $Command< ): Promise { return de_DisassociateClientVpnTargetNetworkCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ec2/src/commands/DisassociateEnclaveCertificateIamRoleCommand.ts b/clients/client-ec2/src/commands/DisassociateEnclaveCertificateIamRoleCommand.ts index c7830429c9dc..c4bc8b3ca73f 100644 --- a/clients/client-ec2/src/commands/DisassociateEnclaveCertificateIamRoleCommand.ts +++ b/clients/client-ec2/src/commands/DisassociateEnclaveCertificateIamRoleCommand.ts @@ -85,9 +85,6 @@ export class DisassociateEnclaveCertificateIamRoleCommand extends $Command< DisassociateEnclaveCertificateIamRoleCommandOutput, EC2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -101,9 +98,7 @@ export class DisassociateEnclaveCertificateIamRoleCommand extends $Command< * @public */ constructor(readonly input: DisassociateEnclaveCertificateIamRoleCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -162,7 +157,4 @@ export class DisassociateEnclaveCertificateIamRoleCommand extends $Command< ): Promise { return de_DisassociateEnclaveCertificateIamRoleCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ec2/src/commands/DisassociateIamInstanceProfileCommand.ts b/clients/client-ec2/src/commands/DisassociateIamInstanceProfileCommand.ts index e0169d4d310b..a17b704ae062 100644 --- a/clients/client-ec2/src/commands/DisassociateIamInstanceProfileCommand.ts +++ b/clients/client-ec2/src/commands/DisassociateIamInstanceProfileCommand.ts @@ -110,9 +110,6 @@ export class DisassociateIamInstanceProfileCommand extends $Command< DisassociateIamInstanceProfileCommandOutput, EC2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -126,9 +123,7 @@ export class DisassociateIamInstanceProfileCommand extends $Command< * @public */ constructor(readonly input: DisassociateIamInstanceProfileCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -187,7 +182,4 @@ export class DisassociateIamInstanceProfileCommand extends $Command< ): Promise { return de_DisassociateIamInstanceProfileCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ec2/src/commands/DisassociateInstanceEventWindowCommand.ts b/clients/client-ec2/src/commands/DisassociateInstanceEventWindowCommand.ts index d9663dcafbdc..25f12015c3a2 100644 --- a/clients/client-ec2/src/commands/DisassociateInstanceEventWindowCommand.ts +++ b/clients/client-ec2/src/commands/DisassociateInstanceEventWindowCommand.ts @@ -125,9 +125,6 @@ export class DisassociateInstanceEventWindowCommand extends $Command< DisassociateInstanceEventWindowCommandOutput, EC2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -141,9 +138,7 @@ export class DisassociateInstanceEventWindowCommand extends $Command< * @public */ constructor(readonly input: DisassociateInstanceEventWindowCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -202,7 +197,4 @@ export class DisassociateInstanceEventWindowCommand extends $Command< ): Promise { return de_DisassociateInstanceEventWindowCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ec2/src/commands/DisassociateIpamResourceDiscoveryCommand.ts b/clients/client-ec2/src/commands/DisassociateIpamResourceDiscoveryCommand.ts index aae738b03951..9fcff7fedc1e 100644 --- a/clients/client-ec2/src/commands/DisassociateIpamResourceDiscoveryCommand.ts +++ b/clients/client-ec2/src/commands/DisassociateIpamResourceDiscoveryCommand.ts @@ -93,9 +93,6 @@ export class DisassociateIpamResourceDiscoveryCommand extends $Command< DisassociateIpamResourceDiscoveryCommandOutput, EC2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -109,9 +106,7 @@ export class DisassociateIpamResourceDiscoveryCommand extends $Command< * @public */ constructor(readonly input: DisassociateIpamResourceDiscoveryCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -170,7 +165,4 @@ export class DisassociateIpamResourceDiscoveryCommand extends $Command< ): Promise { return de_DisassociateIpamResourceDiscoveryCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ec2/src/commands/DisassociateNatGatewayAddressCommand.ts b/clients/client-ec2/src/commands/DisassociateNatGatewayAddressCommand.ts index 995da3d5a7eb..a4d9cde87c65 100644 --- a/clients/client-ec2/src/commands/DisassociateNatGatewayAddressCommand.ts +++ b/clients/client-ec2/src/commands/DisassociateNatGatewayAddressCommand.ts @@ -96,9 +96,6 @@ export class DisassociateNatGatewayAddressCommand extends $Command< DisassociateNatGatewayAddressCommandOutput, EC2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -112,9 +109,7 @@ export class DisassociateNatGatewayAddressCommand extends $Command< * @public */ constructor(readonly input: DisassociateNatGatewayAddressCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -170,7 +165,4 @@ export class DisassociateNatGatewayAddressCommand extends $Command< ): Promise { return de_DisassociateNatGatewayAddressCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ec2/src/commands/DisassociateRouteTableCommand.ts b/clients/client-ec2/src/commands/DisassociateRouteTableCommand.ts index 75a5ff8e8d82..8a39ccf8fb85 100644 --- a/clients/client-ec2/src/commands/DisassociateRouteTableCommand.ts +++ b/clients/client-ec2/src/commands/DisassociateRouteTableCommand.ts @@ -84,9 +84,6 @@ export class DisassociateRouteTableCommand extends $Command< DisassociateRouteTableCommandOutput, EC2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -100,9 +97,7 @@ export class DisassociateRouteTableCommand extends $Command< * @public */ constructor(readonly input: DisassociateRouteTableCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -155,7 +150,4 @@ export class DisassociateRouteTableCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DisassociateRouteTableCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ec2/src/commands/DisassociateSubnetCidrBlockCommand.ts b/clients/client-ec2/src/commands/DisassociateSubnetCidrBlockCommand.ts index a787d2903e1f..cdfebf06a3ce 100644 --- a/clients/client-ec2/src/commands/DisassociateSubnetCidrBlockCommand.ts +++ b/clients/client-ec2/src/commands/DisassociateSubnetCidrBlockCommand.ts @@ -78,9 +78,6 @@ export class DisassociateSubnetCidrBlockCommand extends $Command< DisassociateSubnetCidrBlockCommandOutput, EC2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -94,9 +91,7 @@ export class DisassociateSubnetCidrBlockCommand extends $Command< * @public */ constructor(readonly input: DisassociateSubnetCidrBlockCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -152,7 +147,4 @@ export class DisassociateSubnetCidrBlockCommand extends $Command< ): Promise { return de_DisassociateSubnetCidrBlockCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ec2/src/commands/DisassociateTransitGatewayMulticastDomainCommand.ts b/clients/client-ec2/src/commands/DisassociateTransitGatewayMulticastDomainCommand.ts index ae126637ecd5..64abeebb7a5d 100644 --- a/clients/client-ec2/src/commands/DisassociateTransitGatewayMulticastDomainCommand.ts +++ b/clients/client-ec2/src/commands/DisassociateTransitGatewayMulticastDomainCommand.ts @@ -96,9 +96,6 @@ export class DisassociateTransitGatewayMulticastDomainCommand extends $Command< DisassociateTransitGatewayMulticastDomainCommandOutput, EC2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -112,9 +109,7 @@ export class DisassociateTransitGatewayMulticastDomainCommand extends $Command< * @public */ constructor(readonly input: DisassociateTransitGatewayMulticastDomainCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -179,7 +174,4 @@ export class DisassociateTransitGatewayMulticastDomainCommand extends $Command< ): Promise { return de_DisassociateTransitGatewayMulticastDomainCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ec2/src/commands/DisassociateTransitGatewayPolicyTableCommand.ts b/clients/client-ec2/src/commands/DisassociateTransitGatewayPolicyTableCommand.ts index dd71c1d5c1db..5afad3da4144 100644 --- a/clients/client-ec2/src/commands/DisassociateTransitGatewayPolicyTableCommand.ts +++ b/clients/client-ec2/src/commands/DisassociateTransitGatewayPolicyTableCommand.ts @@ -87,9 +87,6 @@ export class DisassociateTransitGatewayPolicyTableCommand extends $Command< DisassociateTransitGatewayPolicyTableCommandOutput, EC2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -103,9 +100,7 @@ export class DisassociateTransitGatewayPolicyTableCommand extends $Command< * @public */ constructor(readonly input: DisassociateTransitGatewayPolicyTableCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -164,7 +159,4 @@ export class DisassociateTransitGatewayPolicyTableCommand extends $Command< ): Promise { return de_DisassociateTransitGatewayPolicyTableCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ec2/src/commands/DisassociateTransitGatewayRouteTableCommand.ts b/clients/client-ec2/src/commands/DisassociateTransitGatewayRouteTableCommand.ts index bb39b300b207..aa250eeec847 100644 --- a/clients/client-ec2/src/commands/DisassociateTransitGatewayRouteTableCommand.ts +++ b/clients/client-ec2/src/commands/DisassociateTransitGatewayRouteTableCommand.ts @@ -86,9 +86,6 @@ export class DisassociateTransitGatewayRouteTableCommand extends $Command< DisassociateTransitGatewayRouteTableCommandOutput, EC2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -102,9 +99,7 @@ export class DisassociateTransitGatewayRouteTableCommand extends $Command< * @public */ constructor(readonly input: DisassociateTransitGatewayRouteTableCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -163,7 +158,4 @@ export class DisassociateTransitGatewayRouteTableCommand extends $Command< ): Promise { return de_DisassociateTransitGatewayRouteTableCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ec2/src/commands/DisassociateTrunkInterfaceCommand.ts b/clients/client-ec2/src/commands/DisassociateTrunkInterfaceCommand.ts index c35e0bc02de9..28848d4387e4 100644 --- a/clients/client-ec2/src/commands/DisassociateTrunkInterfaceCommand.ts +++ b/clients/client-ec2/src/commands/DisassociateTrunkInterfaceCommand.ts @@ -77,9 +77,6 @@ export class DisassociateTrunkInterfaceCommand extends $Command< DisassociateTrunkInterfaceCommandOutput, EC2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -93,9 +90,7 @@ export class DisassociateTrunkInterfaceCommand extends $Command< * @public */ constructor(readonly input: DisassociateTrunkInterfaceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -151,7 +146,4 @@ export class DisassociateTrunkInterfaceCommand extends $Command< ): Promise { return de_DisassociateTrunkInterfaceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ec2/src/commands/DisassociateVpcCidrBlockCommand.ts b/clients/client-ec2/src/commands/DisassociateVpcCidrBlockCommand.ts index d5db2b85dcce..52137d58d778 100644 --- a/clients/client-ec2/src/commands/DisassociateVpcCidrBlockCommand.ts +++ b/clients/client-ec2/src/commands/DisassociateVpcCidrBlockCommand.ts @@ -93,9 +93,6 @@ export class DisassociateVpcCidrBlockCommand extends $Command< DisassociateVpcCidrBlockCommandOutput, EC2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -109,9 +106,7 @@ export class DisassociateVpcCidrBlockCommand extends $Command< * @public */ constructor(readonly input: DisassociateVpcCidrBlockCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -164,7 +159,4 @@ export class DisassociateVpcCidrBlockCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DisassociateVpcCidrBlockCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ec2/src/commands/EnableAddressTransferCommand.ts b/clients/client-ec2/src/commands/EnableAddressTransferCommand.ts index 42577d2eef00..9c434603e95b 100644 --- a/clients/client-ec2/src/commands/EnableAddressTransferCommand.ts +++ b/clients/client-ec2/src/commands/EnableAddressTransferCommand.ts @@ -79,9 +79,6 @@ export class EnableAddressTransferCommand extends $Command< EnableAddressTransferCommandOutput, EC2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -95,9 +92,7 @@ export class EnableAddressTransferCommand extends $Command< * @public */ constructor(readonly input: EnableAddressTransferCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -150,7 +145,4 @@ export class EnableAddressTransferCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_EnableAddressTransferCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ec2/src/commands/EnableAwsNetworkPerformanceMetricSubscriptionCommand.ts b/clients/client-ec2/src/commands/EnableAwsNetworkPerformanceMetricSubscriptionCommand.ts index 829781413e7a..8f4424d87a26 100644 --- a/clients/client-ec2/src/commands/EnableAwsNetworkPerformanceMetricSubscriptionCommand.ts +++ b/clients/client-ec2/src/commands/EnableAwsNetworkPerformanceMetricSubscriptionCommand.ts @@ -83,9 +83,6 @@ export class EnableAwsNetworkPerformanceMetricSubscriptionCommand extends $Comma EnableAwsNetworkPerformanceMetricSubscriptionCommandOutput, EC2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -99,9 +96,7 @@ export class EnableAwsNetworkPerformanceMetricSubscriptionCommand extends $Comma * @public */ constructor(readonly input: EnableAwsNetworkPerformanceMetricSubscriptionCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -166,7 +161,4 @@ export class EnableAwsNetworkPerformanceMetricSubscriptionCommand extends $Comma ): Promise { return de_EnableAwsNetworkPerformanceMetricSubscriptionCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ec2/src/commands/EnableEbsEncryptionByDefaultCommand.ts b/clients/client-ec2/src/commands/EnableEbsEncryptionByDefaultCommand.ts index 6b9f83b1e9d7..69f7c1ffb6b3 100644 --- a/clients/client-ec2/src/commands/EnableEbsEncryptionByDefaultCommand.ts +++ b/clients/client-ec2/src/commands/EnableEbsEncryptionByDefaultCommand.ts @@ -83,9 +83,6 @@ export class EnableEbsEncryptionByDefaultCommand extends $Command< EnableEbsEncryptionByDefaultCommandOutput, EC2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -99,9 +96,7 @@ export class EnableEbsEncryptionByDefaultCommand extends $Command< * @public */ constructor(readonly input: EnableEbsEncryptionByDefaultCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -157,7 +152,4 @@ export class EnableEbsEncryptionByDefaultCommand extends $Command< ): Promise { return de_EnableEbsEncryptionByDefaultCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ec2/src/commands/EnableFastLaunchCommand.ts b/clients/client-ec2/src/commands/EnableFastLaunchCommand.ts index e2b43699edd7..793318c48e4c 100644 --- a/clients/client-ec2/src/commands/EnableFastLaunchCommand.ts +++ b/clients/client-ec2/src/commands/EnableFastLaunchCommand.ts @@ -103,9 +103,6 @@ export class EnableFastLaunchCommand extends $Command< EnableFastLaunchCommandOutput, EC2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -119,9 +116,7 @@ export class EnableFastLaunchCommand extends $Command< * @public */ constructor(readonly input: EnableFastLaunchCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -174,7 +169,4 @@ export class EnableFastLaunchCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_EnableFastLaunchCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ec2/src/commands/EnableFastSnapshotRestoresCommand.ts b/clients/client-ec2/src/commands/EnableFastSnapshotRestoresCommand.ts index 1152c88cb7fd..3cbd6f45e1d0 100644 --- a/clients/client-ec2/src/commands/EnableFastSnapshotRestoresCommand.ts +++ b/clients/client-ec2/src/commands/EnableFastSnapshotRestoresCommand.ts @@ -109,9 +109,6 @@ export class EnableFastSnapshotRestoresCommand extends $Command< EnableFastSnapshotRestoresCommandOutput, EC2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -125,9 +122,7 @@ export class EnableFastSnapshotRestoresCommand extends $Command< * @public */ constructor(readonly input: EnableFastSnapshotRestoresCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -183,7 +178,4 @@ export class EnableFastSnapshotRestoresCommand extends $Command< ): Promise { return de_EnableFastSnapshotRestoresCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ec2/src/commands/EnableImageBlockPublicAccessCommand.ts b/clients/client-ec2/src/commands/EnableImageBlockPublicAccessCommand.ts index 13ea68ac376a..be6dccf35d49 100644 --- a/clients/client-ec2/src/commands/EnableImageBlockPublicAccessCommand.ts +++ b/clients/client-ec2/src/commands/EnableImageBlockPublicAccessCommand.ts @@ -81,9 +81,6 @@ export class EnableImageBlockPublicAccessCommand extends $Command< EnableImageBlockPublicAccessCommandOutput, EC2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -97,9 +94,7 @@ export class EnableImageBlockPublicAccessCommand extends $Command< * @public */ constructor(readonly input: EnableImageBlockPublicAccessCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -155,7 +150,4 @@ export class EnableImageBlockPublicAccessCommand extends $Command< ): Promise { return de_EnableImageBlockPublicAccessCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ec2/src/commands/EnableImageCommand.ts b/clients/client-ec2/src/commands/EnableImageCommand.ts index 9a96facf8412..5c0420cfe7c2 100644 --- a/clients/client-ec2/src/commands/EnableImageCommand.ts +++ b/clients/client-ec2/src/commands/EnableImageCommand.ts @@ -78,9 +78,6 @@ export class EnableImageCommand extends $Command< EnableImageCommandOutput, EC2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -94,9 +91,7 @@ export class EnableImageCommand extends $Command< * @public */ constructor(readonly input: EnableImageCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -147,7 +142,4 @@ export class EnableImageCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_EnableImageCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ec2/src/commands/EnableImageDeprecationCommand.ts b/clients/client-ec2/src/commands/EnableImageDeprecationCommand.ts index 7b0ae286f4ef..78e378cdd923 100644 --- a/clients/client-ec2/src/commands/EnableImageDeprecationCommand.ts +++ b/clients/client-ec2/src/commands/EnableImageDeprecationCommand.ts @@ -73,9 +73,6 @@ export class EnableImageDeprecationCommand extends $Command< EnableImageDeprecationCommandOutput, EC2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -89,9 +86,7 @@ export class EnableImageDeprecationCommand extends $Command< * @public */ constructor(readonly input: EnableImageDeprecationCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -144,7 +139,4 @@ export class EnableImageDeprecationCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_EnableImageDeprecationCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ec2/src/commands/EnableIpamOrganizationAdminAccountCommand.ts b/clients/client-ec2/src/commands/EnableIpamOrganizationAdminAccountCommand.ts index 51888a9c6909..0f6529c00fe2 100644 --- a/clients/client-ec2/src/commands/EnableIpamOrganizationAdminAccountCommand.ts +++ b/clients/client-ec2/src/commands/EnableIpamOrganizationAdminAccountCommand.ts @@ -80,9 +80,6 @@ export class EnableIpamOrganizationAdminAccountCommand extends $Command< EnableIpamOrganizationAdminAccountCommandOutput, EC2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -96,9 +93,7 @@ export class EnableIpamOrganizationAdminAccountCommand extends $Command< * @public */ constructor(readonly input: EnableIpamOrganizationAdminAccountCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -157,7 +152,4 @@ export class EnableIpamOrganizationAdminAccountCommand extends $Command< ): Promise { return de_EnableIpamOrganizationAdminAccountCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ec2/src/commands/EnableReachabilityAnalyzerOrganizationSharingCommand.ts b/clients/client-ec2/src/commands/EnableReachabilityAnalyzerOrganizationSharingCommand.ts index 02db7b016e3b..061b94a619c9 100644 --- a/clients/client-ec2/src/commands/EnableReachabilityAnalyzerOrganizationSharingCommand.ts +++ b/clients/client-ec2/src/commands/EnableReachabilityAnalyzerOrganizationSharingCommand.ts @@ -83,9 +83,6 @@ export class EnableReachabilityAnalyzerOrganizationSharingCommand extends $Comma EnableReachabilityAnalyzerOrganizationSharingCommandOutput, EC2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -99,9 +96,7 @@ export class EnableReachabilityAnalyzerOrganizationSharingCommand extends $Comma * @public */ constructor(readonly input: EnableReachabilityAnalyzerOrganizationSharingCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -166,7 +161,4 @@ export class EnableReachabilityAnalyzerOrganizationSharingCommand extends $Comma ): Promise { return de_EnableReachabilityAnalyzerOrganizationSharingCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ec2/src/commands/EnableSerialConsoleAccessCommand.ts b/clients/client-ec2/src/commands/EnableSerialConsoleAccessCommand.ts index 3949bd508ec0..891a4c2a62ae 100644 --- a/clients/client-ec2/src/commands/EnableSerialConsoleAccessCommand.ts +++ b/clients/client-ec2/src/commands/EnableSerialConsoleAccessCommand.ts @@ -72,9 +72,6 @@ export class EnableSerialConsoleAccessCommand extends $Command< EnableSerialConsoleAccessCommandOutput, EC2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -88,9 +85,7 @@ export class EnableSerialConsoleAccessCommand extends $Command< * @public */ constructor(readonly input: EnableSerialConsoleAccessCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -146,7 +141,4 @@ export class EnableSerialConsoleAccessCommand extends $Command< ): Promise { return de_EnableSerialConsoleAccessCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ec2/src/commands/EnableSnapshotBlockPublicAccessCommand.ts b/clients/client-ec2/src/commands/EnableSnapshotBlockPublicAccessCommand.ts index b4cd1c258ea9..886e6b440fa1 100644 --- a/clients/client-ec2/src/commands/EnableSnapshotBlockPublicAccessCommand.ts +++ b/clients/client-ec2/src/commands/EnableSnapshotBlockPublicAccessCommand.ts @@ -87,9 +87,6 @@ export class EnableSnapshotBlockPublicAccessCommand extends $Command< EnableSnapshotBlockPublicAccessCommandOutput, EC2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -103,9 +100,7 @@ export class EnableSnapshotBlockPublicAccessCommand extends $Command< * @public */ constructor(readonly input: EnableSnapshotBlockPublicAccessCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -164,7 +159,4 @@ export class EnableSnapshotBlockPublicAccessCommand extends $Command< ): Promise { return de_EnableSnapshotBlockPublicAccessCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ec2/src/commands/EnableTransitGatewayRouteTablePropagationCommand.ts b/clients/client-ec2/src/commands/EnableTransitGatewayRouteTablePropagationCommand.ts index 606d7daca591..e255d70f3b3f 100644 --- a/clients/client-ec2/src/commands/EnableTransitGatewayRouteTablePropagationCommand.ts +++ b/clients/client-ec2/src/commands/EnableTransitGatewayRouteTablePropagationCommand.ts @@ -90,9 +90,6 @@ export class EnableTransitGatewayRouteTablePropagationCommand extends $Command< EnableTransitGatewayRouteTablePropagationCommandOutput, EC2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -106,9 +103,7 @@ export class EnableTransitGatewayRouteTablePropagationCommand extends $Command< * @public */ constructor(readonly input: EnableTransitGatewayRouteTablePropagationCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -173,7 +168,4 @@ export class EnableTransitGatewayRouteTablePropagationCommand extends $Command< ): Promise { return de_EnableTransitGatewayRouteTablePropagationCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ec2/src/commands/EnableVgwRoutePropagationCommand.ts b/clients/client-ec2/src/commands/EnableVgwRoutePropagationCommand.ts index 8bd37a777666..9d37cc288a09 100644 --- a/clients/client-ec2/src/commands/EnableVgwRoutePropagationCommand.ts +++ b/clients/client-ec2/src/commands/EnableVgwRoutePropagationCommand.ts @@ -83,9 +83,6 @@ export class EnableVgwRoutePropagationCommand extends $Command< EnableVgwRoutePropagationCommandOutput, EC2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -99,9 +96,7 @@ export class EnableVgwRoutePropagationCommand extends $Command< * @public */ constructor(readonly input: EnableVgwRoutePropagationCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -157,7 +152,4 @@ export class EnableVgwRoutePropagationCommand extends $Command< ): Promise { return de_EnableVgwRoutePropagationCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ec2/src/commands/EnableVolumeIOCommand.ts b/clients/client-ec2/src/commands/EnableVolumeIOCommand.ts index bd97ddbd3154..e31172380131 100644 --- a/clients/client-ec2/src/commands/EnableVolumeIOCommand.ts +++ b/clients/client-ec2/src/commands/EnableVolumeIOCommand.ts @@ -81,9 +81,6 @@ export class EnableVolumeIOCommand extends $Command< EnableVolumeIOCommandOutput, EC2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -97,9 +94,7 @@ export class EnableVolumeIOCommand extends $Command< * @public */ constructor(readonly input: EnableVolumeIOCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -152,7 +147,4 @@ export class EnableVolumeIOCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_EnableVolumeIOCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ec2/src/commands/EnableVpcClassicLinkCommand.ts b/clients/client-ec2/src/commands/EnableVpcClassicLinkCommand.ts index 0bd4b2403745..8484f0198d74 100644 --- a/clients/client-ec2/src/commands/EnableVpcClassicLinkCommand.ts +++ b/clients/client-ec2/src/commands/EnableVpcClassicLinkCommand.ts @@ -79,9 +79,6 @@ export class EnableVpcClassicLinkCommand extends $Command< EnableVpcClassicLinkCommandOutput, EC2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -95,9 +92,7 @@ export class EnableVpcClassicLinkCommand extends $Command< * @public */ constructor(readonly input: EnableVpcClassicLinkCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -150,7 +145,4 @@ export class EnableVpcClassicLinkCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_EnableVpcClassicLinkCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ec2/src/commands/EnableVpcClassicLinkDnsSupportCommand.ts b/clients/client-ec2/src/commands/EnableVpcClassicLinkDnsSupportCommand.ts index 9f5162d730b3..2d1a84f94f1b 100644 --- a/clients/client-ec2/src/commands/EnableVpcClassicLinkDnsSupportCommand.ts +++ b/clients/client-ec2/src/commands/EnableVpcClassicLinkDnsSupportCommand.ts @@ -83,9 +83,6 @@ export class EnableVpcClassicLinkDnsSupportCommand extends $Command< EnableVpcClassicLinkDnsSupportCommandOutput, EC2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -99,9 +96,7 @@ export class EnableVpcClassicLinkDnsSupportCommand extends $Command< * @public */ constructor(readonly input: EnableVpcClassicLinkDnsSupportCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -160,7 +155,4 @@ export class EnableVpcClassicLinkDnsSupportCommand extends $Command< ): Promise { return de_EnableVpcClassicLinkDnsSupportCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ec2/src/commands/ExportClientVpnClientCertificateRevocationListCommand.ts b/clients/client-ec2/src/commands/ExportClientVpnClientCertificateRevocationListCommand.ts index e9dd7dbc63a2..04a91c1204c0 100644 --- a/clients/client-ec2/src/commands/ExportClientVpnClientCertificateRevocationListCommand.ts +++ b/clients/client-ec2/src/commands/ExportClientVpnClientCertificateRevocationListCommand.ts @@ -84,9 +84,6 @@ export class ExportClientVpnClientCertificateRevocationListCommand extends $Comm ExportClientVpnClientCertificateRevocationListCommandOutput, EC2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -100,9 +97,7 @@ export class ExportClientVpnClientCertificateRevocationListCommand extends $Comm * @public */ constructor(readonly input: ExportClientVpnClientCertificateRevocationListCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -167,7 +162,4 @@ export class ExportClientVpnClientCertificateRevocationListCommand extends $Comm ): Promise { return de_ExportClientVpnClientCertificateRevocationListCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ec2/src/commands/ExportClientVpnClientConfigurationCommand.ts b/clients/client-ec2/src/commands/ExportClientVpnClientConfigurationCommand.ts index 3d217f180fd3..a36198f7be6e 100644 --- a/clients/client-ec2/src/commands/ExportClientVpnClientConfigurationCommand.ts +++ b/clients/client-ec2/src/commands/ExportClientVpnClientConfigurationCommand.ts @@ -81,9 +81,6 @@ export class ExportClientVpnClientConfigurationCommand extends $Command< ExportClientVpnClientConfigurationCommandOutput, EC2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -97,9 +94,7 @@ export class ExportClientVpnClientConfigurationCommand extends $Command< * @public */ constructor(readonly input: ExportClientVpnClientConfigurationCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -158,7 +153,4 @@ export class ExportClientVpnClientConfigurationCommand extends $Command< ): Promise { return de_ExportClientVpnClientConfigurationCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ec2/src/commands/ExportImageCommand.ts b/clients/client-ec2/src/commands/ExportImageCommand.ts index b76c4e2ae225..d397f9f1b7ec 100644 --- a/clients/client-ec2/src/commands/ExportImageCommand.ts +++ b/clients/client-ec2/src/commands/ExportImageCommand.ts @@ -109,9 +109,6 @@ export class ExportImageCommand extends $Command< ExportImageCommandOutput, EC2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -125,9 +122,7 @@ export class ExportImageCommand extends $Command< * @public */ constructor(readonly input: ExportImageCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -178,7 +173,4 @@ export class ExportImageCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ExportImageCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ec2/src/commands/ExportTransitGatewayRoutesCommand.ts b/clients/client-ec2/src/commands/ExportTransitGatewayRoutesCommand.ts index 66db3e2e0e79..b967e75c3af0 100644 --- a/clients/client-ec2/src/commands/ExportTransitGatewayRoutesCommand.ts +++ b/clients/client-ec2/src/commands/ExportTransitGatewayRoutesCommand.ts @@ -84,9 +84,6 @@ export class ExportTransitGatewayRoutesCommand extends $Command< ExportTransitGatewayRoutesCommandOutput, EC2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -100,9 +97,7 @@ export class ExportTransitGatewayRoutesCommand extends $Command< * @public */ constructor(readonly input: ExportTransitGatewayRoutesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -158,7 +153,4 @@ export class ExportTransitGatewayRoutesCommand extends $Command< ): Promise { return de_ExportTransitGatewayRoutesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ec2/src/commands/GetAssociatedEnclaveCertificateIamRolesCommand.ts b/clients/client-ec2/src/commands/GetAssociatedEnclaveCertificateIamRolesCommand.ts index 149e5ae55007..4c87b271ea48 100644 --- a/clients/client-ec2/src/commands/GetAssociatedEnclaveCertificateIamRolesCommand.ts +++ b/clients/client-ec2/src/commands/GetAssociatedEnclaveCertificateIamRolesCommand.ts @@ -90,9 +90,6 @@ export class GetAssociatedEnclaveCertificateIamRolesCommand extends $Command< GetAssociatedEnclaveCertificateIamRolesCommandOutput, EC2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -106,9 +103,7 @@ export class GetAssociatedEnclaveCertificateIamRolesCommand extends $Command< * @public */ constructor(readonly input: GetAssociatedEnclaveCertificateIamRolesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -173,7 +168,4 @@ export class GetAssociatedEnclaveCertificateIamRolesCommand extends $Command< ): Promise { return de_GetAssociatedEnclaveCertificateIamRolesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ec2/src/commands/GetAssociatedIpv6PoolCidrsCommand.ts b/clients/client-ec2/src/commands/GetAssociatedIpv6PoolCidrsCommand.ts index 803bd76cb978..319546f9149c 100644 --- a/clients/client-ec2/src/commands/GetAssociatedIpv6PoolCidrsCommand.ts +++ b/clients/client-ec2/src/commands/GetAssociatedIpv6PoolCidrsCommand.ts @@ -79,9 +79,6 @@ export class GetAssociatedIpv6PoolCidrsCommand extends $Command< GetAssociatedIpv6PoolCidrsCommandOutput, EC2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -95,9 +92,7 @@ export class GetAssociatedIpv6PoolCidrsCommand extends $Command< * @public */ constructor(readonly input: GetAssociatedIpv6PoolCidrsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -153,7 +148,4 @@ export class GetAssociatedIpv6PoolCidrsCommand extends $Command< ): Promise { return de_GetAssociatedIpv6PoolCidrsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ec2/src/commands/GetAwsNetworkPerformanceDataCommand.ts b/clients/client-ec2/src/commands/GetAwsNetworkPerformanceDataCommand.ts index c6d5cfe1301c..ff4dd880ad03 100644 --- a/clients/client-ec2/src/commands/GetAwsNetworkPerformanceDataCommand.ts +++ b/clients/client-ec2/src/commands/GetAwsNetworkPerformanceDataCommand.ts @@ -104,9 +104,6 @@ export class GetAwsNetworkPerformanceDataCommand extends $Command< GetAwsNetworkPerformanceDataCommandOutput, EC2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -120,9 +117,7 @@ export class GetAwsNetworkPerformanceDataCommand extends $Command< * @public */ constructor(readonly input: GetAwsNetworkPerformanceDataCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -178,7 +173,4 @@ export class GetAwsNetworkPerformanceDataCommand extends $Command< ): Promise { return de_GetAwsNetworkPerformanceDataCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ec2/src/commands/GetCapacityReservationUsageCommand.ts b/clients/client-ec2/src/commands/GetCapacityReservationUsageCommand.ts index 4facf3b046a0..8b5e70579295 100644 --- a/clients/client-ec2/src/commands/GetCapacityReservationUsageCommand.ts +++ b/clients/client-ec2/src/commands/GetCapacityReservationUsageCommand.ts @@ -86,9 +86,6 @@ export class GetCapacityReservationUsageCommand extends $Command< GetCapacityReservationUsageCommandOutput, EC2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -102,9 +99,7 @@ export class GetCapacityReservationUsageCommand extends $Command< * @public */ constructor(readonly input: GetCapacityReservationUsageCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -160,7 +155,4 @@ export class GetCapacityReservationUsageCommand extends $Command< ): Promise { return de_GetCapacityReservationUsageCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ec2/src/commands/GetCoipPoolUsageCommand.ts b/clients/client-ec2/src/commands/GetCoipPoolUsageCommand.ts index 800723fbd3c9..742181bd7064 100644 --- a/clients/client-ec2/src/commands/GetCoipPoolUsageCommand.ts +++ b/clients/client-ec2/src/commands/GetCoipPoolUsageCommand.ts @@ -91,9 +91,6 @@ export class GetCoipPoolUsageCommand extends $Command< GetCoipPoolUsageCommandOutput, EC2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -107,9 +104,7 @@ export class GetCoipPoolUsageCommand extends $Command< * @public */ constructor(readonly input: GetCoipPoolUsageCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -162,7 +157,4 @@ export class GetCoipPoolUsageCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetCoipPoolUsageCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ec2/src/commands/GetConsoleOutputCommand.ts b/clients/client-ec2/src/commands/GetConsoleOutputCommand.ts index 44e97377ea24..0a52cc39b4ac 100644 --- a/clients/client-ec2/src/commands/GetConsoleOutputCommand.ts +++ b/clients/client-ec2/src/commands/GetConsoleOutputCommand.ts @@ -104,9 +104,6 @@ export class GetConsoleOutputCommand extends $Command< GetConsoleOutputCommandOutput, EC2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -120,9 +117,7 @@ export class GetConsoleOutputCommand extends $Command< * @public */ constructor(readonly input: GetConsoleOutputCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -175,7 +170,4 @@ export class GetConsoleOutputCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetConsoleOutputCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ec2/src/commands/GetConsoleScreenshotCommand.ts b/clients/client-ec2/src/commands/GetConsoleScreenshotCommand.ts index f1e49b73aefe..d8caa8dfb11d 100644 --- a/clients/client-ec2/src/commands/GetConsoleScreenshotCommand.ts +++ b/clients/client-ec2/src/commands/GetConsoleScreenshotCommand.ts @@ -75,9 +75,6 @@ export class GetConsoleScreenshotCommand extends $Command< GetConsoleScreenshotCommandOutput, EC2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -91,9 +88,7 @@ export class GetConsoleScreenshotCommand extends $Command< * @public */ constructor(readonly input: GetConsoleScreenshotCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -146,7 +141,4 @@ export class GetConsoleScreenshotCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetConsoleScreenshotCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ec2/src/commands/GetDefaultCreditSpecificationCommand.ts b/clients/client-ec2/src/commands/GetDefaultCreditSpecificationCommand.ts index c63117d9b7cc..2a0faf916747 100644 --- a/clients/client-ec2/src/commands/GetDefaultCreditSpecificationCommand.ts +++ b/clients/client-ec2/src/commands/GetDefaultCreditSpecificationCommand.ts @@ -79,9 +79,6 @@ export class GetDefaultCreditSpecificationCommand extends $Command< GetDefaultCreditSpecificationCommandOutput, EC2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -95,9 +92,7 @@ export class GetDefaultCreditSpecificationCommand extends $Command< * @public */ constructor(readonly input: GetDefaultCreditSpecificationCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -153,7 +148,4 @@ export class GetDefaultCreditSpecificationCommand extends $Command< ): Promise { return de_GetDefaultCreditSpecificationCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ec2/src/commands/GetEbsDefaultKmsKeyIdCommand.ts b/clients/client-ec2/src/commands/GetEbsDefaultKmsKeyIdCommand.ts index 422081904fc5..ac21e637132c 100644 --- a/clients/client-ec2/src/commands/GetEbsDefaultKmsKeyIdCommand.ts +++ b/clients/client-ec2/src/commands/GetEbsDefaultKmsKeyIdCommand.ts @@ -74,9 +74,6 @@ export class GetEbsDefaultKmsKeyIdCommand extends $Command< GetEbsDefaultKmsKeyIdCommandOutput, EC2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -90,9 +87,7 @@ export class GetEbsDefaultKmsKeyIdCommand extends $Command< * @public */ constructor(readonly input: GetEbsDefaultKmsKeyIdCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -145,7 +140,4 @@ export class GetEbsDefaultKmsKeyIdCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetEbsDefaultKmsKeyIdCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ec2/src/commands/GetEbsEncryptionByDefaultCommand.ts b/clients/client-ec2/src/commands/GetEbsEncryptionByDefaultCommand.ts index 75c18a11fe8b..fe4eb40f925b 100644 --- a/clients/client-ec2/src/commands/GetEbsEncryptionByDefaultCommand.ts +++ b/clients/client-ec2/src/commands/GetEbsEncryptionByDefaultCommand.ts @@ -74,9 +74,6 @@ export class GetEbsEncryptionByDefaultCommand extends $Command< GetEbsEncryptionByDefaultCommandOutput, EC2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -90,9 +87,7 @@ export class GetEbsEncryptionByDefaultCommand extends $Command< * @public */ constructor(readonly input: GetEbsEncryptionByDefaultCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -148,7 +143,4 @@ export class GetEbsEncryptionByDefaultCommand extends $Command< ): Promise { return de_GetEbsEncryptionByDefaultCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ec2/src/commands/GetFlowLogsIntegrationTemplateCommand.ts b/clients/client-ec2/src/commands/GetFlowLogsIntegrationTemplateCommand.ts index f6adcb4cdd26..528cc69109dd 100644 --- a/clients/client-ec2/src/commands/GetFlowLogsIntegrationTemplateCommand.ts +++ b/clients/client-ec2/src/commands/GetFlowLogsIntegrationTemplateCommand.ts @@ -109,9 +109,6 @@ export class GetFlowLogsIntegrationTemplateCommand extends $Command< GetFlowLogsIntegrationTemplateCommandOutput, EC2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -125,9 +122,7 @@ export class GetFlowLogsIntegrationTemplateCommand extends $Command< * @public */ constructor(readonly input: GetFlowLogsIntegrationTemplateCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -186,7 +181,4 @@ export class GetFlowLogsIntegrationTemplateCommand extends $Command< ): Promise { return de_GetFlowLogsIntegrationTemplateCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ec2/src/commands/GetGroupsForCapacityReservationCommand.ts b/clients/client-ec2/src/commands/GetGroupsForCapacityReservationCommand.ts index 534115165168..ce13e821d9da 100644 --- a/clients/client-ec2/src/commands/GetGroupsForCapacityReservationCommand.ts +++ b/clients/client-ec2/src/commands/GetGroupsForCapacityReservationCommand.ts @@ -84,9 +84,6 @@ export class GetGroupsForCapacityReservationCommand extends $Command< GetGroupsForCapacityReservationCommandOutput, EC2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -100,9 +97,7 @@ export class GetGroupsForCapacityReservationCommand extends $Command< * @public */ constructor(readonly input: GetGroupsForCapacityReservationCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -161,7 +156,4 @@ export class GetGroupsForCapacityReservationCommand extends $Command< ): Promise { return de_GetGroupsForCapacityReservationCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ec2/src/commands/GetHostReservationPurchasePreviewCommand.ts b/clients/client-ec2/src/commands/GetHostReservationPurchasePreviewCommand.ts index d795640e3966..edcf4e13b89e 100644 --- a/clients/client-ec2/src/commands/GetHostReservationPurchasePreviewCommand.ts +++ b/clients/client-ec2/src/commands/GetHostReservationPurchasePreviewCommand.ts @@ -98,9 +98,6 @@ export class GetHostReservationPurchasePreviewCommand extends $Command< GetHostReservationPurchasePreviewCommandOutput, EC2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -114,9 +111,7 @@ export class GetHostReservationPurchasePreviewCommand extends $Command< * @public */ constructor(readonly input: GetHostReservationPurchasePreviewCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -175,7 +170,4 @@ export class GetHostReservationPurchasePreviewCommand extends $Command< ): Promise { return de_GetHostReservationPurchasePreviewCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ec2/src/commands/GetImageBlockPublicAccessStateCommand.ts b/clients/client-ec2/src/commands/GetImageBlockPublicAccessStateCommand.ts index c94ab5817ca3..ec3c950d2f6f 100644 --- a/clients/client-ec2/src/commands/GetImageBlockPublicAccessStateCommand.ts +++ b/clients/client-ec2/src/commands/GetImageBlockPublicAccessStateCommand.ts @@ -78,9 +78,6 @@ export class GetImageBlockPublicAccessStateCommand extends $Command< GetImageBlockPublicAccessStateCommandOutput, EC2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -94,9 +91,7 @@ export class GetImageBlockPublicAccessStateCommand extends $Command< * @public */ constructor(readonly input: GetImageBlockPublicAccessStateCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -155,7 +150,4 @@ export class GetImageBlockPublicAccessStateCommand extends $Command< ): Promise { return de_GetImageBlockPublicAccessStateCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ec2/src/commands/GetInstanceTypesFromInstanceRequirementsCommand.ts b/clients/client-ec2/src/commands/GetInstanceTypesFromInstanceRequirementsCommand.ts index d0f904517fe6..da19f3379832 100644 --- a/clients/client-ec2/src/commands/GetInstanceTypesFromInstanceRequirementsCommand.ts +++ b/clients/client-ec2/src/commands/GetInstanceTypesFromInstanceRequirementsCommand.ts @@ -169,9 +169,6 @@ export class GetInstanceTypesFromInstanceRequirementsCommand extends $Command< GetInstanceTypesFromInstanceRequirementsCommandOutput, EC2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -185,9 +182,7 @@ export class GetInstanceTypesFromInstanceRequirementsCommand extends $Command< * @public */ constructor(readonly input: GetInstanceTypesFromInstanceRequirementsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -252,7 +247,4 @@ export class GetInstanceTypesFromInstanceRequirementsCommand extends $Command< ): Promise { return de_GetInstanceTypesFromInstanceRequirementsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ec2/src/commands/GetInstanceUefiDataCommand.ts b/clients/client-ec2/src/commands/GetInstanceUefiDataCommand.ts index aa6b0fac11d5..23bed9271ca0 100644 --- a/clients/client-ec2/src/commands/GetInstanceUefiDataCommand.ts +++ b/clients/client-ec2/src/commands/GetInstanceUefiDataCommand.ts @@ -82,9 +82,6 @@ export class GetInstanceUefiDataCommand extends $Command< GetInstanceUefiDataCommandOutput, EC2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -98,9 +95,7 @@ export class GetInstanceUefiDataCommand extends $Command< * @public */ constructor(readonly input: GetInstanceUefiDataCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -153,7 +148,4 @@ export class GetInstanceUefiDataCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetInstanceUefiDataCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ec2/src/commands/GetIpamAddressHistoryCommand.ts b/clients/client-ec2/src/commands/GetIpamAddressHistoryCommand.ts index 94a6197c5350..096c08600b9f 100644 --- a/clients/client-ec2/src/commands/GetIpamAddressHistoryCommand.ts +++ b/clients/client-ec2/src/commands/GetIpamAddressHistoryCommand.ts @@ -92,9 +92,6 @@ export class GetIpamAddressHistoryCommand extends $Command< GetIpamAddressHistoryCommandOutput, EC2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -108,9 +105,7 @@ export class GetIpamAddressHistoryCommand extends $Command< * @public */ constructor(readonly input: GetIpamAddressHistoryCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -163,7 +158,4 @@ export class GetIpamAddressHistoryCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetIpamAddressHistoryCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ec2/src/commands/GetIpamDiscoveredAccountsCommand.ts b/clients/client-ec2/src/commands/GetIpamDiscoveredAccountsCommand.ts index 19ed7f650845..89549956df7e 100644 --- a/clients/client-ec2/src/commands/GetIpamDiscoveredAccountsCommand.ts +++ b/clients/client-ec2/src/commands/GetIpamDiscoveredAccountsCommand.ts @@ -94,9 +94,6 @@ export class GetIpamDiscoveredAccountsCommand extends $Command< GetIpamDiscoveredAccountsCommandOutput, EC2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -110,9 +107,7 @@ export class GetIpamDiscoveredAccountsCommand extends $Command< * @public */ constructor(readonly input: GetIpamDiscoveredAccountsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -168,7 +163,4 @@ export class GetIpamDiscoveredAccountsCommand extends $Command< ): Promise { return de_GetIpamDiscoveredAccountsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ec2/src/commands/GetIpamDiscoveredResourceCidrsCommand.ts b/clients/client-ec2/src/commands/GetIpamDiscoveredResourceCidrsCommand.ts index 0f647d4464ba..2a45aed577c4 100644 --- a/clients/client-ec2/src/commands/GetIpamDiscoveredResourceCidrsCommand.ts +++ b/clients/client-ec2/src/commands/GetIpamDiscoveredResourceCidrsCommand.ts @@ -106,9 +106,6 @@ export class GetIpamDiscoveredResourceCidrsCommand extends $Command< GetIpamDiscoveredResourceCidrsCommandOutput, EC2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -122,9 +119,7 @@ export class GetIpamDiscoveredResourceCidrsCommand extends $Command< * @public */ constructor(readonly input: GetIpamDiscoveredResourceCidrsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -183,7 +178,4 @@ export class GetIpamDiscoveredResourceCidrsCommand extends $Command< ): Promise { return de_GetIpamDiscoveredResourceCidrsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ec2/src/commands/GetIpamPoolAllocationsCommand.ts b/clients/client-ec2/src/commands/GetIpamPoolAllocationsCommand.ts index 5e79a6e3a510..13e64bb22676 100644 --- a/clients/client-ec2/src/commands/GetIpamPoolAllocationsCommand.ts +++ b/clients/client-ec2/src/commands/GetIpamPoolAllocationsCommand.ts @@ -96,9 +96,6 @@ export class GetIpamPoolAllocationsCommand extends $Command< GetIpamPoolAllocationsCommandOutput, EC2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -112,9 +109,7 @@ export class GetIpamPoolAllocationsCommand extends $Command< * @public */ constructor(readonly input: GetIpamPoolAllocationsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -167,7 +162,4 @@ export class GetIpamPoolAllocationsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetIpamPoolAllocationsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ec2/src/commands/GetIpamPoolCidrsCommand.ts b/clients/client-ec2/src/commands/GetIpamPoolCidrsCommand.ts index 575b6b30ef0c..cf6349353735 100644 --- a/clients/client-ec2/src/commands/GetIpamPoolCidrsCommand.ts +++ b/clients/client-ec2/src/commands/GetIpamPoolCidrsCommand.ts @@ -93,9 +93,6 @@ export class GetIpamPoolCidrsCommand extends $Command< GetIpamPoolCidrsCommandOutput, EC2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -109,9 +106,7 @@ export class GetIpamPoolCidrsCommand extends $Command< * @public */ constructor(readonly input: GetIpamPoolCidrsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -164,7 +159,4 @@ export class GetIpamPoolCidrsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetIpamPoolCidrsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ec2/src/commands/GetIpamResourceCidrsCommand.ts b/clients/client-ec2/src/commands/GetIpamResourceCidrsCommand.ts index 07ad50e32548..8d11cf04c359 100644 --- a/clients/client-ec2/src/commands/GetIpamResourceCidrsCommand.ts +++ b/clients/client-ec2/src/commands/GetIpamResourceCidrsCommand.ts @@ -113,9 +113,6 @@ export class GetIpamResourceCidrsCommand extends $Command< GetIpamResourceCidrsCommandOutput, EC2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -129,9 +126,7 @@ export class GetIpamResourceCidrsCommand extends $Command< * @public */ constructor(readonly input: GetIpamResourceCidrsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -184,7 +179,4 @@ export class GetIpamResourceCidrsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetIpamResourceCidrsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ec2/src/commands/GetLaunchTemplateDataCommand.ts b/clients/client-ec2/src/commands/GetLaunchTemplateDataCommand.ts index 8f95d0372047..58d37ba26693 100644 --- a/clients/client-ec2/src/commands/GetLaunchTemplateDataCommand.ts +++ b/clients/client-ec2/src/commands/GetLaunchTemplateDataCommand.ts @@ -389,9 +389,6 @@ export class GetLaunchTemplateDataCommand extends $Command< GetLaunchTemplateDataCommandOutput, EC2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -405,9 +402,7 @@ export class GetLaunchTemplateDataCommand extends $Command< * @public */ constructor(readonly input: GetLaunchTemplateDataCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -460,7 +455,4 @@ export class GetLaunchTemplateDataCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetLaunchTemplateDataCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ec2/src/commands/GetManagedPrefixListAssociationsCommand.ts b/clients/client-ec2/src/commands/GetManagedPrefixListAssociationsCommand.ts index e184e20ba790..a1354cd46457 100644 --- a/clients/client-ec2/src/commands/GetManagedPrefixListAssociationsCommand.ts +++ b/clients/client-ec2/src/commands/GetManagedPrefixListAssociationsCommand.ts @@ -84,9 +84,6 @@ export class GetManagedPrefixListAssociationsCommand extends $Command< GetManagedPrefixListAssociationsCommandOutput, EC2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -100,9 +97,7 @@ export class GetManagedPrefixListAssociationsCommand extends $Command< * @public */ constructor(readonly input: GetManagedPrefixListAssociationsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -161,7 +156,4 @@ export class GetManagedPrefixListAssociationsCommand extends $Command< ): Promise { return de_GetManagedPrefixListAssociationsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ec2/src/commands/GetManagedPrefixListEntriesCommand.ts b/clients/client-ec2/src/commands/GetManagedPrefixListEntriesCommand.ts index 6d13b277aab7..04347897f90d 100644 --- a/clients/client-ec2/src/commands/GetManagedPrefixListEntriesCommand.ts +++ b/clients/client-ec2/src/commands/GetManagedPrefixListEntriesCommand.ts @@ -80,9 +80,6 @@ export class GetManagedPrefixListEntriesCommand extends $Command< GetManagedPrefixListEntriesCommandOutput, EC2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -96,9 +93,7 @@ export class GetManagedPrefixListEntriesCommand extends $Command< * @public */ constructor(readonly input: GetManagedPrefixListEntriesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -154,7 +149,4 @@ export class GetManagedPrefixListEntriesCommand extends $Command< ): Promise { return de_GetManagedPrefixListEntriesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ec2/src/commands/GetNetworkInsightsAccessScopeAnalysisFindingsCommand.ts b/clients/client-ec2/src/commands/GetNetworkInsightsAccessScopeAnalysisFindingsCommand.ts index ce76d5f9dd96..93d2d697293d 100644 --- a/clients/client-ec2/src/commands/GetNetworkInsightsAccessScopeAnalysisFindingsCommand.ts +++ b/clients/client-ec2/src/commands/GetNetworkInsightsAccessScopeAnalysisFindingsCommand.ts @@ -411,9 +411,6 @@ export class GetNetworkInsightsAccessScopeAnalysisFindingsCommand extends $Comma GetNetworkInsightsAccessScopeAnalysisFindingsCommandOutput, EC2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -427,9 +424,7 @@ export class GetNetworkInsightsAccessScopeAnalysisFindingsCommand extends $Comma * @public */ constructor(readonly input: GetNetworkInsightsAccessScopeAnalysisFindingsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -494,7 +489,4 @@ export class GetNetworkInsightsAccessScopeAnalysisFindingsCommand extends $Comma ): Promise { return de_GetNetworkInsightsAccessScopeAnalysisFindingsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ec2/src/commands/GetNetworkInsightsAccessScopeContentCommand.ts b/clients/client-ec2/src/commands/GetNetworkInsightsAccessScopeContentCommand.ts index 760335d88619..f5baffd78f4b 100644 --- a/clients/client-ec2/src/commands/GetNetworkInsightsAccessScopeContentCommand.ts +++ b/clients/client-ec2/src/commands/GetNetworkInsightsAccessScopeContentCommand.ts @@ -180,9 +180,6 @@ export class GetNetworkInsightsAccessScopeContentCommand extends $Command< GetNetworkInsightsAccessScopeContentCommandOutput, EC2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -196,9 +193,7 @@ export class GetNetworkInsightsAccessScopeContentCommand extends $Command< * @public */ constructor(readonly input: GetNetworkInsightsAccessScopeContentCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -257,7 +252,4 @@ export class GetNetworkInsightsAccessScopeContentCommand extends $Command< ): Promise { return de_GetNetworkInsightsAccessScopeContentCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ec2/src/commands/GetPasswordDataCommand.ts b/clients/client-ec2/src/commands/GetPasswordDataCommand.ts index 76258761b5ad..e2c4470f95ba 100644 --- a/clients/client-ec2/src/commands/GetPasswordDataCommand.ts +++ b/clients/client-ec2/src/commands/GetPasswordDataCommand.ts @@ -89,9 +89,6 @@ export class GetPasswordDataCommand extends $Command< GetPasswordDataCommandOutput, EC2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -105,9 +102,7 @@ export class GetPasswordDataCommand extends $Command< * @public */ constructor(readonly input: GetPasswordDataCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -160,7 +155,4 @@ export class GetPasswordDataCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetPasswordDataCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ec2/src/commands/GetReservedInstancesExchangeQuoteCommand.ts b/clients/client-ec2/src/commands/GetReservedInstancesExchangeQuoteCommand.ts index 7629e035269d..03badde9ad33 100644 --- a/clients/client-ec2/src/commands/GetReservedInstancesExchangeQuoteCommand.ts +++ b/clients/client-ec2/src/commands/GetReservedInstancesExchangeQuoteCommand.ts @@ -123,9 +123,6 @@ export class GetReservedInstancesExchangeQuoteCommand extends $Command< GetReservedInstancesExchangeQuoteCommandOutput, EC2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -139,9 +136,7 @@ export class GetReservedInstancesExchangeQuoteCommand extends $Command< * @public */ constructor(readonly input: GetReservedInstancesExchangeQuoteCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -200,7 +195,4 @@ export class GetReservedInstancesExchangeQuoteCommand extends $Command< ): Promise { return de_GetReservedInstancesExchangeQuoteCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ec2/src/commands/GetSecurityGroupsForVpcCommand.ts b/clients/client-ec2/src/commands/GetSecurityGroupsForVpcCommand.ts index 8098bd160481..98a56ece29a3 100644 --- a/clients/client-ec2/src/commands/GetSecurityGroupsForVpcCommand.ts +++ b/clients/client-ec2/src/commands/GetSecurityGroupsForVpcCommand.ts @@ -96,9 +96,6 @@ export class GetSecurityGroupsForVpcCommand extends $Command< GetSecurityGroupsForVpcCommandOutput, EC2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -112,9 +109,7 @@ export class GetSecurityGroupsForVpcCommand extends $Command< * @public */ constructor(readonly input: GetSecurityGroupsForVpcCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -167,7 +162,4 @@ export class GetSecurityGroupsForVpcCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetSecurityGroupsForVpcCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ec2/src/commands/GetSerialConsoleAccessStatusCommand.ts b/clients/client-ec2/src/commands/GetSerialConsoleAccessStatusCommand.ts index 82bb2b60a489..886af949a784 100644 --- a/clients/client-ec2/src/commands/GetSerialConsoleAccessStatusCommand.ts +++ b/clients/client-ec2/src/commands/GetSerialConsoleAccessStatusCommand.ts @@ -75,9 +75,6 @@ export class GetSerialConsoleAccessStatusCommand extends $Command< GetSerialConsoleAccessStatusCommandOutput, EC2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -91,9 +88,7 @@ export class GetSerialConsoleAccessStatusCommand extends $Command< * @public */ constructor(readonly input: GetSerialConsoleAccessStatusCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -149,7 +144,4 @@ export class GetSerialConsoleAccessStatusCommand extends $Command< ): Promise { return de_GetSerialConsoleAccessStatusCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ec2/src/commands/GetSnapshotBlockPublicAccessStateCommand.ts b/clients/client-ec2/src/commands/GetSnapshotBlockPublicAccessStateCommand.ts index a27ab427aa2a..6f0a0bbbd6cf 100644 --- a/clients/client-ec2/src/commands/GetSnapshotBlockPublicAccessStateCommand.ts +++ b/clients/client-ec2/src/commands/GetSnapshotBlockPublicAccessStateCommand.ts @@ -78,9 +78,6 @@ export class GetSnapshotBlockPublicAccessStateCommand extends $Command< GetSnapshotBlockPublicAccessStateCommandOutput, EC2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -94,9 +91,7 @@ export class GetSnapshotBlockPublicAccessStateCommand extends $Command< * @public */ constructor(readonly input: GetSnapshotBlockPublicAccessStateCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -155,7 +150,4 @@ export class GetSnapshotBlockPublicAccessStateCommand extends $Command< ): Promise { return de_GetSnapshotBlockPublicAccessStateCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ec2/src/commands/GetSpotPlacementScoresCommand.ts b/clients/client-ec2/src/commands/GetSpotPlacementScoresCommand.ts index 1ccf0e76ba82..b0a3b29d4c8d 100644 --- a/clients/client-ec2/src/commands/GetSpotPlacementScoresCommand.ts +++ b/clients/client-ec2/src/commands/GetSpotPlacementScoresCommand.ts @@ -172,9 +172,6 @@ export class GetSpotPlacementScoresCommand extends $Command< GetSpotPlacementScoresCommandOutput, EC2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -188,9 +185,7 @@ export class GetSpotPlacementScoresCommand extends $Command< * @public */ constructor(readonly input: GetSpotPlacementScoresCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -243,7 +238,4 @@ export class GetSpotPlacementScoresCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetSpotPlacementScoresCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ec2/src/commands/GetSubnetCidrReservationsCommand.ts b/clients/client-ec2/src/commands/GetSubnetCidrReservationsCommand.ts index c55ab6d9ad9a..a090500957d3 100644 --- a/clients/client-ec2/src/commands/GetSubnetCidrReservationsCommand.ts +++ b/clients/client-ec2/src/commands/GetSubnetCidrReservationsCommand.ts @@ -113,9 +113,6 @@ export class GetSubnetCidrReservationsCommand extends $Command< GetSubnetCidrReservationsCommandOutput, EC2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -129,9 +126,7 @@ export class GetSubnetCidrReservationsCommand extends $Command< * @public */ constructor(readonly input: GetSubnetCidrReservationsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -187,7 +182,4 @@ export class GetSubnetCidrReservationsCommand extends $Command< ): Promise { return de_GetSubnetCidrReservationsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ec2/src/commands/GetTransitGatewayAttachmentPropagationsCommand.ts b/clients/client-ec2/src/commands/GetTransitGatewayAttachmentPropagationsCommand.ts index 06c223365bf4..a36c2124df79 100644 --- a/clients/client-ec2/src/commands/GetTransitGatewayAttachmentPropagationsCommand.ts +++ b/clients/client-ec2/src/commands/GetTransitGatewayAttachmentPropagationsCommand.ts @@ -96,9 +96,6 @@ export class GetTransitGatewayAttachmentPropagationsCommand extends $Command< GetTransitGatewayAttachmentPropagationsCommandOutput, EC2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -112,9 +109,7 @@ export class GetTransitGatewayAttachmentPropagationsCommand extends $Command< * @public */ constructor(readonly input: GetTransitGatewayAttachmentPropagationsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -179,7 +174,4 @@ export class GetTransitGatewayAttachmentPropagationsCommand extends $Command< ): Promise { return de_GetTransitGatewayAttachmentPropagationsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ec2/src/commands/GetTransitGatewayMulticastDomainAssociationsCommand.ts b/clients/client-ec2/src/commands/GetTransitGatewayMulticastDomainAssociationsCommand.ts index edc20374a9be..bd9ab249ef06 100644 --- a/clients/client-ec2/src/commands/GetTransitGatewayMulticastDomainAssociationsCommand.ts +++ b/clients/client-ec2/src/commands/GetTransitGatewayMulticastDomainAssociationsCommand.ts @@ -102,9 +102,6 @@ export class GetTransitGatewayMulticastDomainAssociationsCommand extends $Comman GetTransitGatewayMulticastDomainAssociationsCommandOutput, EC2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -118,9 +115,7 @@ export class GetTransitGatewayMulticastDomainAssociationsCommand extends $Comman * @public */ constructor(readonly input: GetTransitGatewayMulticastDomainAssociationsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -185,7 +180,4 @@ export class GetTransitGatewayMulticastDomainAssociationsCommand extends $Comman ): Promise { return de_GetTransitGatewayMulticastDomainAssociationsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ec2/src/commands/GetTransitGatewayPolicyTableAssociationsCommand.ts b/clients/client-ec2/src/commands/GetTransitGatewayPolicyTableAssociationsCommand.ts index 726236d9a760..64d1a2e69044 100644 --- a/clients/client-ec2/src/commands/GetTransitGatewayPolicyTableAssociationsCommand.ts +++ b/clients/client-ec2/src/commands/GetTransitGatewayPolicyTableAssociationsCommand.ts @@ -99,9 +99,6 @@ export class GetTransitGatewayPolicyTableAssociationsCommand extends $Command< GetTransitGatewayPolicyTableAssociationsCommandOutput, EC2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -115,9 +112,7 @@ export class GetTransitGatewayPolicyTableAssociationsCommand extends $Command< * @public */ constructor(readonly input: GetTransitGatewayPolicyTableAssociationsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -182,7 +177,4 @@ export class GetTransitGatewayPolicyTableAssociationsCommand extends $Command< ): Promise { return de_GetTransitGatewayPolicyTableAssociationsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ec2/src/commands/GetTransitGatewayPolicyTableEntriesCommand.ts b/clients/client-ec2/src/commands/GetTransitGatewayPolicyTableEntriesCommand.ts index b4fd74727659..2e4676f68ba6 100644 --- a/clients/client-ec2/src/commands/GetTransitGatewayPolicyTableEntriesCommand.ts +++ b/clients/client-ec2/src/commands/GetTransitGatewayPolicyTableEntriesCommand.ts @@ -105,9 +105,6 @@ export class GetTransitGatewayPolicyTableEntriesCommand extends $Command< GetTransitGatewayPolicyTableEntriesCommandOutput, EC2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -121,9 +118,7 @@ export class GetTransitGatewayPolicyTableEntriesCommand extends $Command< * @public */ constructor(readonly input: GetTransitGatewayPolicyTableEntriesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -182,7 +177,4 @@ export class GetTransitGatewayPolicyTableEntriesCommand extends $Command< ): Promise { return de_GetTransitGatewayPolicyTableEntriesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ec2/src/commands/GetTransitGatewayPrefixListReferencesCommand.ts b/clients/client-ec2/src/commands/GetTransitGatewayPrefixListReferencesCommand.ts index 5f5cb8bbc995..943843d369cb 100644 --- a/clients/client-ec2/src/commands/GetTransitGatewayPrefixListReferencesCommand.ts +++ b/clients/client-ec2/src/commands/GetTransitGatewayPrefixListReferencesCommand.ts @@ -104,9 +104,6 @@ export class GetTransitGatewayPrefixListReferencesCommand extends $Command< GetTransitGatewayPrefixListReferencesCommandOutput, EC2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -120,9 +117,7 @@ export class GetTransitGatewayPrefixListReferencesCommand extends $Command< * @public */ constructor(readonly input: GetTransitGatewayPrefixListReferencesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -181,7 +176,4 @@ export class GetTransitGatewayPrefixListReferencesCommand extends $Command< ): Promise { return de_GetTransitGatewayPrefixListReferencesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ec2/src/commands/GetTransitGatewayRouteTableAssociationsCommand.ts b/clients/client-ec2/src/commands/GetTransitGatewayRouteTableAssociationsCommand.ts index c25b19306c2c..910f03a955a4 100644 --- a/clients/client-ec2/src/commands/GetTransitGatewayRouteTableAssociationsCommand.ts +++ b/clients/client-ec2/src/commands/GetTransitGatewayRouteTableAssociationsCommand.ts @@ -98,9 +98,6 @@ export class GetTransitGatewayRouteTableAssociationsCommand extends $Command< GetTransitGatewayRouteTableAssociationsCommandOutput, EC2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -114,9 +111,7 @@ export class GetTransitGatewayRouteTableAssociationsCommand extends $Command< * @public */ constructor(readonly input: GetTransitGatewayRouteTableAssociationsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -181,7 +176,4 @@ export class GetTransitGatewayRouteTableAssociationsCommand extends $Command< ): Promise { return de_GetTransitGatewayRouteTableAssociationsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ec2/src/commands/GetTransitGatewayRouteTablePropagationsCommand.ts b/clients/client-ec2/src/commands/GetTransitGatewayRouteTablePropagationsCommand.ts index 2e68a7e852d3..860dbc50c54f 100644 --- a/clients/client-ec2/src/commands/GetTransitGatewayRouteTablePropagationsCommand.ts +++ b/clients/client-ec2/src/commands/GetTransitGatewayRouteTablePropagationsCommand.ts @@ -99,9 +99,6 @@ export class GetTransitGatewayRouteTablePropagationsCommand extends $Command< GetTransitGatewayRouteTablePropagationsCommandOutput, EC2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -115,9 +112,7 @@ export class GetTransitGatewayRouteTablePropagationsCommand extends $Command< * @public */ constructor(readonly input: GetTransitGatewayRouteTablePropagationsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -182,7 +177,4 @@ export class GetTransitGatewayRouteTablePropagationsCommand extends $Command< ): Promise { return de_GetTransitGatewayRouteTablePropagationsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ec2/src/commands/GetVerifiedAccessEndpointPolicyCommand.ts b/clients/client-ec2/src/commands/GetVerifiedAccessEndpointPolicyCommand.ts index ab0293fda56c..fcc7a572050a 100644 --- a/clients/client-ec2/src/commands/GetVerifiedAccessEndpointPolicyCommand.ts +++ b/clients/client-ec2/src/commands/GetVerifiedAccessEndpointPolicyCommand.ts @@ -77,9 +77,6 @@ export class GetVerifiedAccessEndpointPolicyCommand extends $Command< GetVerifiedAccessEndpointPolicyCommandOutput, EC2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -93,9 +90,7 @@ export class GetVerifiedAccessEndpointPolicyCommand extends $Command< * @public */ constructor(readonly input: GetVerifiedAccessEndpointPolicyCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -154,7 +149,4 @@ export class GetVerifiedAccessEndpointPolicyCommand extends $Command< ): Promise { return de_GetVerifiedAccessEndpointPolicyCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ec2/src/commands/GetVerifiedAccessGroupPolicyCommand.ts b/clients/client-ec2/src/commands/GetVerifiedAccessGroupPolicyCommand.ts index ea8a16ec170e..7e092e9de898 100644 --- a/clients/client-ec2/src/commands/GetVerifiedAccessGroupPolicyCommand.ts +++ b/clients/client-ec2/src/commands/GetVerifiedAccessGroupPolicyCommand.ts @@ -74,9 +74,6 @@ export class GetVerifiedAccessGroupPolicyCommand extends $Command< GetVerifiedAccessGroupPolicyCommandOutput, EC2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -90,9 +87,7 @@ export class GetVerifiedAccessGroupPolicyCommand extends $Command< * @public */ constructor(readonly input: GetVerifiedAccessGroupPolicyCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -148,7 +143,4 @@ export class GetVerifiedAccessGroupPolicyCommand extends $Command< ): Promise { return de_GetVerifiedAccessGroupPolicyCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ec2/src/commands/GetVpnConnectionDeviceSampleConfigurationCommand.ts b/clients/client-ec2/src/commands/GetVpnConnectionDeviceSampleConfigurationCommand.ts index 08491ca4e105..2f4570f5a0b6 100644 --- a/clients/client-ec2/src/commands/GetVpnConnectionDeviceSampleConfigurationCommand.ts +++ b/clients/client-ec2/src/commands/GetVpnConnectionDeviceSampleConfigurationCommand.ts @@ -84,9 +84,6 @@ export class GetVpnConnectionDeviceSampleConfigurationCommand extends $Command< GetVpnConnectionDeviceSampleConfigurationCommandOutput, EC2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -100,9 +97,7 @@ export class GetVpnConnectionDeviceSampleConfigurationCommand extends $Command< * @public */ constructor(readonly input: GetVpnConnectionDeviceSampleConfigurationCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -167,7 +162,4 @@ export class GetVpnConnectionDeviceSampleConfigurationCommand extends $Command< ): Promise { return de_GetVpnConnectionDeviceSampleConfigurationCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ec2/src/commands/GetVpnConnectionDeviceTypesCommand.ts b/clients/client-ec2/src/commands/GetVpnConnectionDeviceTypesCommand.ts index 73c1956e16c1..bb371b8af2e4 100644 --- a/clients/client-ec2/src/commands/GetVpnConnectionDeviceTypesCommand.ts +++ b/clients/client-ec2/src/commands/GetVpnConnectionDeviceTypesCommand.ts @@ -83,9 +83,6 @@ export class GetVpnConnectionDeviceTypesCommand extends $Command< GetVpnConnectionDeviceTypesCommandOutput, EC2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -99,9 +96,7 @@ export class GetVpnConnectionDeviceTypesCommand extends $Command< * @public */ constructor(readonly input: GetVpnConnectionDeviceTypesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -157,7 +152,4 @@ export class GetVpnConnectionDeviceTypesCommand extends $Command< ): Promise { return de_GetVpnConnectionDeviceTypesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ec2/src/commands/GetVpnTunnelReplacementStatusCommand.ts b/clients/client-ec2/src/commands/GetVpnTunnelReplacementStatusCommand.ts index 26fd2591ea18..288c90857ba7 100644 --- a/clients/client-ec2/src/commands/GetVpnTunnelReplacementStatusCommand.ts +++ b/clients/client-ec2/src/commands/GetVpnTunnelReplacementStatusCommand.ts @@ -83,9 +83,6 @@ export class GetVpnTunnelReplacementStatusCommand extends $Command< GetVpnTunnelReplacementStatusCommandOutput, EC2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -99,9 +96,7 @@ export class GetVpnTunnelReplacementStatusCommand extends $Command< * @public */ constructor(readonly input: GetVpnTunnelReplacementStatusCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -157,7 +152,4 @@ export class GetVpnTunnelReplacementStatusCommand extends $Command< ): Promise { return de_GetVpnTunnelReplacementStatusCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ec2/src/commands/ImportClientVpnClientCertificateRevocationListCommand.ts b/clients/client-ec2/src/commands/ImportClientVpnClientCertificateRevocationListCommand.ts index 5fff74a1bf30..622a991eeb8a 100644 --- a/clients/client-ec2/src/commands/ImportClientVpnClientCertificateRevocationListCommand.ts +++ b/clients/client-ec2/src/commands/ImportClientVpnClientCertificateRevocationListCommand.ts @@ -82,9 +82,6 @@ export class ImportClientVpnClientCertificateRevocationListCommand extends $Comm ImportClientVpnClientCertificateRevocationListCommandOutput, EC2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -98,9 +95,7 @@ export class ImportClientVpnClientCertificateRevocationListCommand extends $Comm * @public */ constructor(readonly input: ImportClientVpnClientCertificateRevocationListCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -165,7 +160,4 @@ export class ImportClientVpnClientCertificateRevocationListCommand extends $Comm ): Promise { return de_ImportClientVpnClientCertificateRevocationListCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ec2/src/commands/ImportImageCommand.ts b/clients/client-ec2/src/commands/ImportImageCommand.ts index a636a103de6c..e0083017983a 100644 --- a/clients/client-ec2/src/commands/ImportImageCommand.ts +++ b/clients/client-ec2/src/commands/ImportImageCommand.ts @@ -176,9 +176,6 @@ export class ImportImageCommand extends $Command< ImportImageCommandOutput, EC2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -192,9 +189,7 @@ export class ImportImageCommand extends $Command< * @public */ constructor(readonly input: ImportImageCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -245,7 +240,4 @@ export class ImportImageCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ImportImageCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ec2/src/commands/ImportInstanceCommand.ts b/clients/client-ec2/src/commands/ImportInstanceCommand.ts index 03859ce705f9..fb2c76e396aa 100644 --- a/clients/client-ec2/src/commands/ImportInstanceCommand.ts +++ b/clients/client-ec2/src/commands/ImportInstanceCommand.ts @@ -182,9 +182,6 @@ export class ImportInstanceCommand extends $Command< ImportInstanceCommandOutput, EC2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -198,9 +195,7 @@ export class ImportInstanceCommand extends $Command< * @public */ constructor(readonly input: ImportInstanceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -253,7 +248,4 @@ export class ImportInstanceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ImportInstanceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ec2/src/commands/ImportKeyPairCommand.ts b/clients/client-ec2/src/commands/ImportKeyPairCommand.ts index 9c72174597a8..62b00d4d755a 100644 --- a/clients/client-ec2/src/commands/ImportKeyPairCommand.ts +++ b/clients/client-ec2/src/commands/ImportKeyPairCommand.ts @@ -96,9 +96,6 @@ export class ImportKeyPairCommand extends $Command< ImportKeyPairCommandOutput, EC2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -112,9 +109,7 @@ export class ImportKeyPairCommand extends $Command< * @public */ constructor(readonly input: ImportKeyPairCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -165,7 +160,4 @@ export class ImportKeyPairCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ImportKeyPairCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ec2/src/commands/ImportSnapshotCommand.ts b/clients/client-ec2/src/commands/ImportSnapshotCommand.ts index 49e10d2998d9..a4127f3c9947 100644 --- a/clients/client-ec2/src/commands/ImportSnapshotCommand.ts +++ b/clients/client-ec2/src/commands/ImportSnapshotCommand.ts @@ -131,9 +131,6 @@ export class ImportSnapshotCommand extends $Command< ImportSnapshotCommandOutput, EC2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -147,9 +144,7 @@ export class ImportSnapshotCommand extends $Command< * @public */ constructor(readonly input: ImportSnapshotCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -202,7 +197,4 @@ export class ImportSnapshotCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ImportSnapshotCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ec2/src/commands/ImportVolumeCommand.ts b/clients/client-ec2/src/commands/ImportVolumeCommand.ts index f980e6931ea0..cc083cfe7486 100644 --- a/clients/client-ec2/src/commands/ImportVolumeCommand.ts +++ b/clients/client-ec2/src/commands/ImportVolumeCommand.ts @@ -141,9 +141,6 @@ export class ImportVolumeCommand extends $Command< ImportVolumeCommandOutput, EC2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -157,9 +154,7 @@ export class ImportVolumeCommand extends $Command< * @public */ constructor(readonly input: ImportVolumeCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -210,7 +205,4 @@ export class ImportVolumeCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ImportVolumeCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ec2/src/commands/ListImagesInRecycleBinCommand.ts b/clients/client-ec2/src/commands/ListImagesInRecycleBinCommand.ts index 9f6c066dc9c6..0dcc2eda24f4 100644 --- a/clients/client-ec2/src/commands/ListImagesInRecycleBinCommand.ts +++ b/clients/client-ec2/src/commands/ListImagesInRecycleBinCommand.ts @@ -86,9 +86,6 @@ export class ListImagesInRecycleBinCommand extends $Command< ListImagesInRecycleBinCommandOutput, EC2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -102,9 +99,7 @@ export class ListImagesInRecycleBinCommand extends $Command< * @public */ constructor(readonly input: ListImagesInRecycleBinCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -157,7 +152,4 @@ export class ListImagesInRecycleBinCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListImagesInRecycleBinCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ec2/src/commands/ListSnapshotsInRecycleBinCommand.ts b/clients/client-ec2/src/commands/ListSnapshotsInRecycleBinCommand.ts index 5a688c526493..31cd00debfc1 100644 --- a/clients/client-ec2/src/commands/ListSnapshotsInRecycleBinCommand.ts +++ b/clients/client-ec2/src/commands/ListSnapshotsInRecycleBinCommand.ts @@ -84,9 +84,6 @@ export class ListSnapshotsInRecycleBinCommand extends $Command< ListSnapshotsInRecycleBinCommandOutput, EC2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -100,9 +97,7 @@ export class ListSnapshotsInRecycleBinCommand extends $Command< * @public */ constructor(readonly input: ListSnapshotsInRecycleBinCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -158,7 +153,4 @@ export class ListSnapshotsInRecycleBinCommand extends $Command< ): Promise { return de_ListSnapshotsInRecycleBinCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ec2/src/commands/ModifyAddressAttributeCommand.ts b/clients/client-ec2/src/commands/ModifyAddressAttributeCommand.ts index a0bc3a7968bc..11ecbc55a547 100644 --- a/clients/client-ec2/src/commands/ModifyAddressAttributeCommand.ts +++ b/clients/client-ec2/src/commands/ModifyAddressAttributeCommand.ts @@ -81,9 +81,6 @@ export class ModifyAddressAttributeCommand extends $Command< ModifyAddressAttributeCommandOutput, EC2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -97,9 +94,7 @@ export class ModifyAddressAttributeCommand extends $Command< * @public */ constructor(readonly input: ModifyAddressAttributeCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -152,7 +147,4 @@ export class ModifyAddressAttributeCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ModifyAddressAttributeCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ec2/src/commands/ModifyAvailabilityZoneGroupCommand.ts b/clients/client-ec2/src/commands/ModifyAvailabilityZoneGroupCommand.ts index 9922d72288b1..8db82b3b0fad 100644 --- a/clients/client-ec2/src/commands/ModifyAvailabilityZoneGroupCommand.ts +++ b/clients/client-ec2/src/commands/ModifyAvailabilityZoneGroupCommand.ts @@ -75,9 +75,6 @@ export class ModifyAvailabilityZoneGroupCommand extends $Command< ModifyAvailabilityZoneGroupCommandOutput, EC2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -91,9 +88,7 @@ export class ModifyAvailabilityZoneGroupCommand extends $Command< * @public */ constructor(readonly input: ModifyAvailabilityZoneGroupCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -149,7 +144,4 @@ export class ModifyAvailabilityZoneGroupCommand extends $Command< ): Promise { return de_ModifyAvailabilityZoneGroupCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ec2/src/commands/ModifyCapacityReservationCommand.ts b/clients/client-ec2/src/commands/ModifyCapacityReservationCommand.ts index 8caed56fc4b7..b26f62ca9a49 100644 --- a/clients/client-ec2/src/commands/ModifyCapacityReservationCommand.ts +++ b/clients/client-ec2/src/commands/ModifyCapacityReservationCommand.ts @@ -80,9 +80,6 @@ export class ModifyCapacityReservationCommand extends $Command< ModifyCapacityReservationCommandOutput, EC2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -96,9 +93,7 @@ export class ModifyCapacityReservationCommand extends $Command< * @public */ constructor(readonly input: ModifyCapacityReservationCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -154,7 +149,4 @@ export class ModifyCapacityReservationCommand extends $Command< ): Promise { return de_ModifyCapacityReservationCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ec2/src/commands/ModifyCapacityReservationFleetCommand.ts b/clients/client-ec2/src/commands/ModifyCapacityReservationFleetCommand.ts index 98721bf6c650..79c179213645 100644 --- a/clients/client-ec2/src/commands/ModifyCapacityReservationFleetCommand.ts +++ b/clients/client-ec2/src/commands/ModifyCapacityReservationFleetCommand.ts @@ -83,9 +83,6 @@ export class ModifyCapacityReservationFleetCommand extends $Command< ModifyCapacityReservationFleetCommandOutput, EC2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -99,9 +96,7 @@ export class ModifyCapacityReservationFleetCommand extends $Command< * @public */ constructor(readonly input: ModifyCapacityReservationFleetCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -160,7 +155,4 @@ export class ModifyCapacityReservationFleetCommand extends $Command< ): Promise { return de_ModifyCapacityReservationFleetCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ec2/src/commands/ModifyClientVpnEndpointCommand.ts b/clients/client-ec2/src/commands/ModifyClientVpnEndpointCommand.ts index 0d89e008bfb2..3e467dbcc947 100644 --- a/clients/client-ec2/src/commands/ModifyClientVpnEndpointCommand.ts +++ b/clients/client-ec2/src/commands/ModifyClientVpnEndpointCommand.ts @@ -100,9 +100,6 @@ export class ModifyClientVpnEndpointCommand extends $Command< ModifyClientVpnEndpointCommandOutput, EC2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -116,9 +113,7 @@ export class ModifyClientVpnEndpointCommand extends $Command< * @public */ constructor(readonly input: ModifyClientVpnEndpointCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -171,7 +166,4 @@ export class ModifyClientVpnEndpointCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ModifyClientVpnEndpointCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ec2/src/commands/ModifyDefaultCreditSpecificationCommand.ts b/clients/client-ec2/src/commands/ModifyDefaultCreditSpecificationCommand.ts index e72352efc2b4..d652b7e10021 100644 --- a/clients/client-ec2/src/commands/ModifyDefaultCreditSpecificationCommand.ts +++ b/clients/client-ec2/src/commands/ModifyDefaultCreditSpecificationCommand.ts @@ -93,9 +93,6 @@ export class ModifyDefaultCreditSpecificationCommand extends $Command< ModifyDefaultCreditSpecificationCommandOutput, EC2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -109,9 +106,7 @@ export class ModifyDefaultCreditSpecificationCommand extends $Command< * @public */ constructor(readonly input: ModifyDefaultCreditSpecificationCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -170,7 +165,4 @@ export class ModifyDefaultCreditSpecificationCommand extends $Command< ): Promise { return de_ModifyDefaultCreditSpecificationCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ec2/src/commands/ModifyEbsDefaultKmsKeyIdCommand.ts b/clients/client-ec2/src/commands/ModifyEbsDefaultKmsKeyIdCommand.ts index f17a9446d40f..44788e157bdb 100644 --- a/clients/client-ec2/src/commands/ModifyEbsDefaultKmsKeyIdCommand.ts +++ b/clients/client-ec2/src/commands/ModifyEbsDefaultKmsKeyIdCommand.ts @@ -78,9 +78,6 @@ export class ModifyEbsDefaultKmsKeyIdCommand extends $Command< ModifyEbsDefaultKmsKeyIdCommandOutput, EC2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -94,9 +91,7 @@ export class ModifyEbsDefaultKmsKeyIdCommand extends $Command< * @public */ constructor(readonly input: ModifyEbsDefaultKmsKeyIdCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -149,7 +144,4 @@ export class ModifyEbsDefaultKmsKeyIdCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ModifyEbsDefaultKmsKeyIdCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ec2/src/commands/ModifyFleetCommand.ts b/clients/client-ec2/src/commands/ModifyFleetCommand.ts index 1be93fe58e06..2785be6f128d 100644 --- a/clients/client-ec2/src/commands/ModifyFleetCommand.ts +++ b/clients/client-ec2/src/commands/ModifyFleetCommand.ts @@ -200,9 +200,6 @@ export class ModifyFleetCommand extends $Command< ModifyFleetCommandOutput, EC2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -216,9 +213,7 @@ export class ModifyFleetCommand extends $Command< * @public */ constructor(readonly input: ModifyFleetCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -269,7 +264,4 @@ export class ModifyFleetCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ModifyFleetCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ec2/src/commands/ModifyFpgaImageAttributeCommand.ts b/clients/client-ec2/src/commands/ModifyFpgaImageAttributeCommand.ts index f4b0690e5673..5c3ff45ddeb2 100644 --- a/clients/client-ec2/src/commands/ModifyFpgaImageAttributeCommand.ts +++ b/clients/client-ec2/src/commands/ModifyFpgaImageAttributeCommand.ts @@ -114,9 +114,6 @@ export class ModifyFpgaImageAttributeCommand extends $Command< ModifyFpgaImageAttributeCommandOutput, EC2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -130,9 +127,7 @@ export class ModifyFpgaImageAttributeCommand extends $Command< * @public */ constructor(readonly input: ModifyFpgaImageAttributeCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -185,7 +180,4 @@ export class ModifyFpgaImageAttributeCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ModifyFpgaImageAttributeCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ec2/src/commands/ModifyHostsCommand.ts b/clients/client-ec2/src/commands/ModifyHostsCommand.ts index f5905f22e759..a37ae3ebc313 100644 --- a/clients/client-ec2/src/commands/ModifyHostsCommand.ts +++ b/clients/client-ec2/src/commands/ModifyHostsCommand.ts @@ -96,9 +96,6 @@ export class ModifyHostsCommand extends $Command< ModifyHostsCommandOutput, EC2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -112,9 +109,7 @@ export class ModifyHostsCommand extends $Command< * @public */ constructor(readonly input: ModifyHostsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -165,7 +160,4 @@ export class ModifyHostsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ModifyHostsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ec2/src/commands/ModifyIdFormatCommand.ts b/clients/client-ec2/src/commands/ModifyIdFormatCommand.ts index 6bfaf5ac968d..44cc63589372 100644 --- a/clients/client-ec2/src/commands/ModifyIdFormatCommand.ts +++ b/clients/client-ec2/src/commands/ModifyIdFormatCommand.ts @@ -92,9 +92,6 @@ export class ModifyIdFormatCommand extends $Command< ModifyIdFormatCommandOutput, EC2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -108,9 +105,7 @@ export class ModifyIdFormatCommand extends $Command< * @public */ constructor(readonly input: ModifyIdFormatCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -163,7 +158,4 @@ export class ModifyIdFormatCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ModifyIdFormatCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ec2/src/commands/ModifyIdentityIdFormatCommand.ts b/clients/client-ec2/src/commands/ModifyIdentityIdFormatCommand.ts index 8c2c3c9dc1de..70353040ea54 100644 --- a/clients/client-ec2/src/commands/ModifyIdentityIdFormatCommand.ts +++ b/clients/client-ec2/src/commands/ModifyIdentityIdFormatCommand.ts @@ -91,9 +91,6 @@ export class ModifyIdentityIdFormatCommand extends $Command< ModifyIdentityIdFormatCommandOutput, EC2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -107,9 +104,7 @@ export class ModifyIdentityIdFormatCommand extends $Command< * @public */ constructor(readonly input: ModifyIdentityIdFormatCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -162,7 +157,4 @@ export class ModifyIdentityIdFormatCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ModifyIdentityIdFormatCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ec2/src/commands/ModifyImageAttributeCommand.ts b/clients/client-ec2/src/commands/ModifyImageAttributeCommand.ts index 4a0c4d3711e3..e191f0f06fbf 100644 --- a/clients/client-ec2/src/commands/ModifyImageAttributeCommand.ts +++ b/clients/client-ec2/src/commands/ModifyImageAttributeCommand.ts @@ -152,9 +152,6 @@ export class ModifyImageAttributeCommand extends $Command< ModifyImageAttributeCommandOutput, EC2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -168,9 +165,7 @@ export class ModifyImageAttributeCommand extends $Command< * @public */ constructor(readonly input: ModifyImageAttributeCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -223,7 +218,4 @@ export class ModifyImageAttributeCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ModifyImageAttributeCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ec2/src/commands/ModifyInstanceAttributeCommand.ts b/clients/client-ec2/src/commands/ModifyInstanceAttributeCommand.ts index e52fab88a760..83e935393e04 100644 --- a/clients/client-ec2/src/commands/ModifyInstanceAttributeCommand.ts +++ b/clients/client-ec2/src/commands/ModifyInstanceAttributeCommand.ts @@ -156,9 +156,6 @@ export class ModifyInstanceAttributeCommand extends $Command< ModifyInstanceAttributeCommandOutput, EC2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -172,9 +169,7 @@ export class ModifyInstanceAttributeCommand extends $Command< * @public */ constructor(readonly input: ModifyInstanceAttributeCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -227,7 +222,4 @@ export class ModifyInstanceAttributeCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ModifyInstanceAttributeCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ec2/src/commands/ModifyInstanceCapacityReservationAttributesCommand.ts b/clients/client-ec2/src/commands/ModifyInstanceCapacityReservationAttributesCommand.ts index 3a9f4d6c49c9..342b8d417705 100644 --- a/clients/client-ec2/src/commands/ModifyInstanceCapacityReservationAttributesCommand.ts +++ b/clients/client-ec2/src/commands/ModifyInstanceCapacityReservationAttributesCommand.ts @@ -89,9 +89,6 @@ export class ModifyInstanceCapacityReservationAttributesCommand extends $Command ModifyInstanceCapacityReservationAttributesCommandOutput, EC2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -105,9 +102,7 @@ export class ModifyInstanceCapacityReservationAttributesCommand extends $Command * @public */ constructor(readonly input: ModifyInstanceCapacityReservationAttributesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -172,7 +167,4 @@ export class ModifyInstanceCapacityReservationAttributesCommand extends $Command ): Promise { return de_ModifyInstanceCapacityReservationAttributesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ec2/src/commands/ModifyInstanceCreditSpecificationCommand.ts b/clients/client-ec2/src/commands/ModifyInstanceCreditSpecificationCommand.ts index 74200f2de30c..dec889856550 100644 --- a/clients/client-ec2/src/commands/ModifyInstanceCreditSpecificationCommand.ts +++ b/clients/client-ec2/src/commands/ModifyInstanceCreditSpecificationCommand.ts @@ -99,9 +99,6 @@ export class ModifyInstanceCreditSpecificationCommand extends $Command< ModifyInstanceCreditSpecificationCommandOutput, EC2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -115,9 +112,7 @@ export class ModifyInstanceCreditSpecificationCommand extends $Command< * @public */ constructor(readonly input: ModifyInstanceCreditSpecificationCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -176,7 +171,4 @@ export class ModifyInstanceCreditSpecificationCommand extends $Command< ): Promise { return de_ModifyInstanceCreditSpecificationCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ec2/src/commands/ModifyInstanceEventStartTimeCommand.ts b/clients/client-ec2/src/commands/ModifyInstanceEventStartTimeCommand.ts index 0191a4c620f5..23152c8c4936 100644 --- a/clients/client-ec2/src/commands/ModifyInstanceEventStartTimeCommand.ts +++ b/clients/client-ec2/src/commands/ModifyInstanceEventStartTimeCommand.ts @@ -82,9 +82,6 @@ export class ModifyInstanceEventStartTimeCommand extends $Command< ModifyInstanceEventStartTimeCommandOutput, EC2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -98,9 +95,7 @@ export class ModifyInstanceEventStartTimeCommand extends $Command< * @public */ constructor(readonly input: ModifyInstanceEventStartTimeCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -156,7 +151,4 @@ export class ModifyInstanceEventStartTimeCommand extends $Command< ): Promise { return de_ModifyInstanceEventStartTimeCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ec2/src/commands/ModifyInstanceEventWindowCommand.ts b/clients/client-ec2/src/commands/ModifyInstanceEventWindowCommand.ts index 4e455f208b62..caa9a55ab1d7 100644 --- a/clients/client-ec2/src/commands/ModifyInstanceEventWindowCommand.ts +++ b/clients/client-ec2/src/commands/ModifyInstanceEventWindowCommand.ts @@ -121,9 +121,6 @@ export class ModifyInstanceEventWindowCommand extends $Command< ModifyInstanceEventWindowCommandOutput, EC2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -137,9 +134,7 @@ export class ModifyInstanceEventWindowCommand extends $Command< * @public */ constructor(readonly input: ModifyInstanceEventWindowCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -195,7 +190,4 @@ export class ModifyInstanceEventWindowCommand extends $Command< ): Promise { return de_ModifyInstanceEventWindowCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ec2/src/commands/ModifyInstanceMaintenanceOptionsCommand.ts b/clients/client-ec2/src/commands/ModifyInstanceMaintenanceOptionsCommand.ts index 21cb9a3af648..e2f29806a6b1 100644 --- a/clients/client-ec2/src/commands/ModifyInstanceMaintenanceOptionsCommand.ts +++ b/clients/client-ec2/src/commands/ModifyInstanceMaintenanceOptionsCommand.ts @@ -81,9 +81,6 @@ export class ModifyInstanceMaintenanceOptionsCommand extends $Command< ModifyInstanceMaintenanceOptionsCommandOutput, EC2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -97,9 +94,7 @@ export class ModifyInstanceMaintenanceOptionsCommand extends $Command< * @public */ constructor(readonly input: ModifyInstanceMaintenanceOptionsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -158,7 +153,4 @@ export class ModifyInstanceMaintenanceOptionsCommand extends $Command< ): Promise { return de_ModifyInstanceMaintenanceOptionsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ec2/src/commands/ModifyInstanceMetadataOptionsCommand.ts b/clients/client-ec2/src/commands/ModifyInstanceMetadataOptionsCommand.ts index 65b81aa54535..1b527d93c19b 100644 --- a/clients/client-ec2/src/commands/ModifyInstanceMetadataOptionsCommand.ts +++ b/clients/client-ec2/src/commands/ModifyInstanceMetadataOptionsCommand.ts @@ -92,9 +92,6 @@ export class ModifyInstanceMetadataOptionsCommand extends $Command< ModifyInstanceMetadataOptionsCommandOutput, EC2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -108,9 +105,7 @@ export class ModifyInstanceMetadataOptionsCommand extends $Command< * @public */ constructor(readonly input: ModifyInstanceMetadataOptionsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -166,7 +161,4 @@ export class ModifyInstanceMetadataOptionsCommand extends $Command< ): Promise { return de_ModifyInstanceMetadataOptionsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ec2/src/commands/ModifyInstancePlacementCommand.ts b/clients/client-ec2/src/commands/ModifyInstancePlacementCommand.ts index 8087175fec78..13d7409b9145 100644 --- a/clients/client-ec2/src/commands/ModifyInstancePlacementCommand.ts +++ b/clients/client-ec2/src/commands/ModifyInstancePlacementCommand.ts @@ -102,9 +102,6 @@ export class ModifyInstancePlacementCommand extends $Command< ModifyInstancePlacementCommandOutput, EC2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -118,9 +115,7 @@ export class ModifyInstancePlacementCommand extends $Command< * @public */ constructor(readonly input: ModifyInstancePlacementCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -173,7 +168,4 @@ export class ModifyInstancePlacementCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ModifyInstancePlacementCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ec2/src/commands/ModifyIpamCommand.ts b/clients/client-ec2/src/commands/ModifyIpamCommand.ts index ab429bb68190..b6d4643cb401 100644 --- a/clients/client-ec2/src/commands/ModifyIpamCommand.ts +++ b/clients/client-ec2/src/commands/ModifyIpamCommand.ts @@ -107,9 +107,6 @@ export class ModifyIpamCommand extends $Command< ModifyIpamCommandOutput, EC2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -123,9 +120,7 @@ export class ModifyIpamCommand extends $Command< * @public */ constructor(readonly input: ModifyIpamCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -176,7 +171,4 @@ export class ModifyIpamCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ModifyIpamCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ec2/src/commands/ModifyIpamPoolCommand.ts b/clients/client-ec2/src/commands/ModifyIpamPoolCommand.ts index 853abd0d0b7a..d9c5099248a0 100644 --- a/clients/client-ec2/src/commands/ModifyIpamPoolCommand.ts +++ b/clients/client-ec2/src/commands/ModifyIpamPoolCommand.ts @@ -125,9 +125,6 @@ export class ModifyIpamPoolCommand extends $Command< ModifyIpamPoolCommandOutput, EC2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -141,9 +138,7 @@ export class ModifyIpamPoolCommand extends $Command< * @public */ constructor(readonly input: ModifyIpamPoolCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -196,7 +191,4 @@ export class ModifyIpamPoolCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ModifyIpamPoolCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ec2/src/commands/ModifyIpamResourceCidrCommand.ts b/clients/client-ec2/src/commands/ModifyIpamResourceCidrCommand.ts index fa61c1cd31e2..978f09ed7b0a 100644 --- a/clients/client-ec2/src/commands/ModifyIpamResourceCidrCommand.ts +++ b/clients/client-ec2/src/commands/ModifyIpamResourceCidrCommand.ts @@ -98,9 +98,6 @@ export class ModifyIpamResourceCidrCommand extends $Command< ModifyIpamResourceCidrCommandOutput, EC2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -114,9 +111,7 @@ export class ModifyIpamResourceCidrCommand extends $Command< * @public */ constructor(readonly input: ModifyIpamResourceCidrCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -169,7 +164,4 @@ export class ModifyIpamResourceCidrCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ModifyIpamResourceCidrCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ec2/src/commands/ModifyIpamResourceDiscoveryCommand.ts b/clients/client-ec2/src/commands/ModifyIpamResourceDiscoveryCommand.ts index 775df2dc6c88..7b7765001ae3 100644 --- a/clients/client-ec2/src/commands/ModifyIpamResourceDiscoveryCommand.ts +++ b/clients/client-ec2/src/commands/ModifyIpamResourceDiscoveryCommand.ts @@ -101,9 +101,6 @@ export class ModifyIpamResourceDiscoveryCommand extends $Command< ModifyIpamResourceDiscoveryCommandOutput, EC2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -117,9 +114,7 @@ export class ModifyIpamResourceDiscoveryCommand extends $Command< * @public */ constructor(readonly input: ModifyIpamResourceDiscoveryCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -175,7 +170,4 @@ export class ModifyIpamResourceDiscoveryCommand extends $Command< ): Promise { return de_ModifyIpamResourceDiscoveryCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ec2/src/commands/ModifyIpamScopeCommand.ts b/clients/client-ec2/src/commands/ModifyIpamScopeCommand.ts index 0c9ac810575b..a032ca066033 100644 --- a/clients/client-ec2/src/commands/ModifyIpamScopeCommand.ts +++ b/clients/client-ec2/src/commands/ModifyIpamScopeCommand.ts @@ -89,9 +89,6 @@ export class ModifyIpamScopeCommand extends $Command< ModifyIpamScopeCommandOutput, EC2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -105,9 +102,7 @@ export class ModifyIpamScopeCommand extends $Command< * @public */ constructor(readonly input: ModifyIpamScopeCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -160,7 +155,4 @@ export class ModifyIpamScopeCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ModifyIpamScopeCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ec2/src/commands/ModifyLaunchTemplateCommand.ts b/clients/client-ec2/src/commands/ModifyLaunchTemplateCommand.ts index edfedaf9ad4b..cb3a5e30f3a1 100644 --- a/clients/client-ec2/src/commands/ModifyLaunchTemplateCommand.ts +++ b/clients/client-ec2/src/commands/ModifyLaunchTemplateCommand.ts @@ -113,9 +113,6 @@ export class ModifyLaunchTemplateCommand extends $Command< ModifyLaunchTemplateCommandOutput, EC2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -129,9 +126,7 @@ export class ModifyLaunchTemplateCommand extends $Command< * @public */ constructor(readonly input: ModifyLaunchTemplateCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -184,7 +179,4 @@ export class ModifyLaunchTemplateCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ModifyLaunchTemplateCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ec2/src/commands/ModifyLocalGatewayRouteCommand.ts b/clients/client-ec2/src/commands/ModifyLocalGatewayRouteCommand.ts index bf878cef1384..b685aff55473 100644 --- a/clients/client-ec2/src/commands/ModifyLocalGatewayRouteCommand.ts +++ b/clients/client-ec2/src/commands/ModifyLocalGatewayRouteCommand.ts @@ -87,9 +87,6 @@ export class ModifyLocalGatewayRouteCommand extends $Command< ModifyLocalGatewayRouteCommandOutput, EC2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -103,9 +100,7 @@ export class ModifyLocalGatewayRouteCommand extends $Command< * @public */ constructor(readonly input: ModifyLocalGatewayRouteCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -158,7 +153,4 @@ export class ModifyLocalGatewayRouteCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ModifyLocalGatewayRouteCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ec2/src/commands/ModifyManagedPrefixListCommand.ts b/clients/client-ec2/src/commands/ModifyManagedPrefixListCommand.ts index aa2e35cfb118..65913f8abd4f 100644 --- a/clients/client-ec2/src/commands/ModifyManagedPrefixListCommand.ts +++ b/clients/client-ec2/src/commands/ModifyManagedPrefixListCommand.ts @@ -105,9 +105,6 @@ export class ModifyManagedPrefixListCommand extends $Command< ModifyManagedPrefixListCommandOutput, EC2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -121,9 +118,7 @@ export class ModifyManagedPrefixListCommand extends $Command< * @public */ constructor(readonly input: ModifyManagedPrefixListCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -176,7 +171,4 @@ export class ModifyManagedPrefixListCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ModifyManagedPrefixListCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ec2/src/commands/ModifyNetworkInterfaceAttributeCommand.ts b/clients/client-ec2/src/commands/ModifyNetworkInterfaceAttributeCommand.ts index 3acc4b47a751..7add82a50446 100644 --- a/clients/client-ec2/src/commands/ModifyNetworkInterfaceAttributeCommand.ts +++ b/clients/client-ec2/src/commands/ModifyNetworkInterfaceAttributeCommand.ts @@ -152,9 +152,6 @@ export class ModifyNetworkInterfaceAttributeCommand extends $Command< ModifyNetworkInterfaceAttributeCommandOutput, EC2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -168,9 +165,7 @@ export class ModifyNetworkInterfaceAttributeCommand extends $Command< * @public */ constructor(readonly input: ModifyNetworkInterfaceAttributeCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -229,7 +224,4 @@ export class ModifyNetworkInterfaceAttributeCommand extends $Command< ): Promise { return de_ModifyNetworkInterfaceAttributeCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ec2/src/commands/ModifyPrivateDnsNameOptionsCommand.ts b/clients/client-ec2/src/commands/ModifyPrivateDnsNameOptionsCommand.ts index 9ad4992efa00..c5cbaebf224c 100644 --- a/clients/client-ec2/src/commands/ModifyPrivateDnsNameOptionsCommand.ts +++ b/clients/client-ec2/src/commands/ModifyPrivateDnsNameOptionsCommand.ts @@ -74,9 +74,6 @@ export class ModifyPrivateDnsNameOptionsCommand extends $Command< ModifyPrivateDnsNameOptionsCommandOutput, EC2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -90,9 +87,7 @@ export class ModifyPrivateDnsNameOptionsCommand extends $Command< * @public */ constructor(readonly input: ModifyPrivateDnsNameOptionsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -148,7 +143,4 @@ export class ModifyPrivateDnsNameOptionsCommand extends $Command< ): Promise { return de_ModifyPrivateDnsNameOptionsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ec2/src/commands/ModifyReservedInstancesCommand.ts b/clients/client-ec2/src/commands/ModifyReservedInstancesCommand.ts index 6049ff534488..d53e69adc24b 100644 --- a/clients/client-ec2/src/commands/ModifyReservedInstancesCommand.ts +++ b/clients/client-ec2/src/commands/ModifyReservedInstancesCommand.ts @@ -86,9 +86,6 @@ export class ModifyReservedInstancesCommand extends $Command< ModifyReservedInstancesCommandOutput, EC2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -102,9 +99,7 @@ export class ModifyReservedInstancesCommand extends $Command< * @public */ constructor(readonly input: ModifyReservedInstancesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -157,7 +152,4 @@ export class ModifyReservedInstancesCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ModifyReservedInstancesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ec2/src/commands/ModifySecurityGroupRulesCommand.ts b/clients/client-ec2/src/commands/ModifySecurityGroupRulesCommand.ts index a3571ef82d99..32573925bd54 100644 --- a/clients/client-ec2/src/commands/ModifySecurityGroupRulesCommand.ts +++ b/clients/client-ec2/src/commands/ModifySecurityGroupRulesCommand.ts @@ -86,9 +86,6 @@ export class ModifySecurityGroupRulesCommand extends $Command< ModifySecurityGroupRulesCommandOutput, EC2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -102,9 +99,7 @@ export class ModifySecurityGroupRulesCommand extends $Command< * @public */ constructor(readonly input: ModifySecurityGroupRulesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -157,7 +152,4 @@ export class ModifySecurityGroupRulesCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ModifySecurityGroupRulesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ec2/src/commands/ModifySnapshotAttributeCommand.ts b/clients/client-ec2/src/commands/ModifySnapshotAttributeCommand.ts index 2b418a9f3d8d..954676db2b8c 100644 --- a/clients/client-ec2/src/commands/ModifySnapshotAttributeCommand.ts +++ b/clients/client-ec2/src/commands/ModifySnapshotAttributeCommand.ts @@ -130,9 +130,6 @@ export class ModifySnapshotAttributeCommand extends $Command< ModifySnapshotAttributeCommandOutput, EC2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -146,9 +143,7 @@ export class ModifySnapshotAttributeCommand extends $Command< * @public */ constructor(readonly input: ModifySnapshotAttributeCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -201,7 +196,4 @@ export class ModifySnapshotAttributeCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ModifySnapshotAttributeCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ec2/src/commands/ModifySnapshotTierCommand.ts b/clients/client-ec2/src/commands/ModifySnapshotTierCommand.ts index f849cc03e57e..a1eddfefab8b 100644 --- a/clients/client-ec2/src/commands/ModifySnapshotTierCommand.ts +++ b/clients/client-ec2/src/commands/ModifySnapshotTierCommand.ts @@ -77,9 +77,6 @@ export class ModifySnapshotTierCommand extends $Command< ModifySnapshotTierCommandOutput, EC2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -93,9 +90,7 @@ export class ModifySnapshotTierCommand extends $Command< * @public */ constructor(readonly input: ModifySnapshotTierCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -148,7 +143,4 @@ export class ModifySnapshotTierCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ModifySnapshotTierCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ec2/src/commands/ModifySpotFleetRequestCommand.ts b/clients/client-ec2/src/commands/ModifySpotFleetRequestCommand.ts index e72f312d0f4c..1a82675f78d1 100644 --- a/clients/client-ec2/src/commands/ModifySpotFleetRequestCommand.ts +++ b/clients/client-ec2/src/commands/ModifySpotFleetRequestCommand.ts @@ -220,9 +220,6 @@ export class ModifySpotFleetRequestCommand extends $Command< ModifySpotFleetRequestCommandOutput, EC2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -236,9 +233,7 @@ export class ModifySpotFleetRequestCommand extends $Command< * @public */ constructor(readonly input: ModifySpotFleetRequestCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -291,7 +286,4 @@ export class ModifySpotFleetRequestCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ModifySpotFleetRequestCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ec2/src/commands/ModifySubnetAttributeCommand.ts b/clients/client-ec2/src/commands/ModifySubnetAttributeCommand.ts index 1bb0225614d3..2b3f85bf387d 100644 --- a/clients/client-ec2/src/commands/ModifySubnetAttributeCommand.ts +++ b/clients/client-ec2/src/commands/ModifySubnetAttributeCommand.ts @@ -129,9 +129,6 @@ export class ModifySubnetAttributeCommand extends $Command< ModifySubnetAttributeCommandOutput, EC2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -145,9 +142,7 @@ export class ModifySubnetAttributeCommand extends $Command< * @public */ constructor(readonly input: ModifySubnetAttributeCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -200,7 +195,4 @@ export class ModifySubnetAttributeCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ModifySubnetAttributeCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ec2/src/commands/ModifyTrafficMirrorFilterNetworkServicesCommand.ts b/clients/client-ec2/src/commands/ModifyTrafficMirrorFilterNetworkServicesCommand.ts index 02722003e743..6bbd8f6062df 100644 --- a/clients/client-ec2/src/commands/ModifyTrafficMirrorFilterNetworkServicesCommand.ts +++ b/clients/client-ec2/src/commands/ModifyTrafficMirrorFilterNetworkServicesCommand.ts @@ -143,9 +143,6 @@ export class ModifyTrafficMirrorFilterNetworkServicesCommand extends $Command< ModifyTrafficMirrorFilterNetworkServicesCommandOutput, EC2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -159,9 +156,7 @@ export class ModifyTrafficMirrorFilterNetworkServicesCommand extends $Command< * @public */ constructor(readonly input: ModifyTrafficMirrorFilterNetworkServicesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -226,7 +221,4 @@ export class ModifyTrafficMirrorFilterNetworkServicesCommand extends $Command< ): Promise { return de_ModifyTrafficMirrorFilterNetworkServicesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ec2/src/commands/ModifyTrafficMirrorFilterRuleCommand.ts b/clients/client-ec2/src/commands/ModifyTrafficMirrorFilterRuleCommand.ts index d64d2d54195e..34b2beedb3ab 100644 --- a/clients/client-ec2/src/commands/ModifyTrafficMirrorFilterRuleCommand.ts +++ b/clients/client-ec2/src/commands/ModifyTrafficMirrorFilterRuleCommand.ts @@ -112,9 +112,6 @@ export class ModifyTrafficMirrorFilterRuleCommand extends $Command< ModifyTrafficMirrorFilterRuleCommandOutput, EC2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -128,9 +125,7 @@ export class ModifyTrafficMirrorFilterRuleCommand extends $Command< * @public */ constructor(readonly input: ModifyTrafficMirrorFilterRuleCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -186,7 +181,4 @@ export class ModifyTrafficMirrorFilterRuleCommand extends $Command< ): Promise { return de_ModifyTrafficMirrorFilterRuleCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ec2/src/commands/ModifyTrafficMirrorSessionCommand.ts b/clients/client-ec2/src/commands/ModifyTrafficMirrorSessionCommand.ts index 1714e56dfb9e..af89ce91fa1d 100644 --- a/clients/client-ec2/src/commands/ModifyTrafficMirrorSessionCommand.ts +++ b/clients/client-ec2/src/commands/ModifyTrafficMirrorSessionCommand.ts @@ -96,9 +96,6 @@ export class ModifyTrafficMirrorSessionCommand extends $Command< ModifyTrafficMirrorSessionCommandOutput, EC2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -112,9 +109,7 @@ export class ModifyTrafficMirrorSessionCommand extends $Command< * @public */ constructor(readonly input: ModifyTrafficMirrorSessionCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -170,7 +165,4 @@ export class ModifyTrafficMirrorSessionCommand extends $Command< ): Promise { return de_ModifyTrafficMirrorSessionCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ec2/src/commands/ModifyTransitGatewayCommand.ts b/clients/client-ec2/src/commands/ModifyTransitGatewayCommand.ts index 20492d9b56b7..9b77ddf039b5 100644 --- a/clients/client-ec2/src/commands/ModifyTransitGatewayCommand.ts +++ b/clients/client-ec2/src/commands/ModifyTransitGatewayCommand.ts @@ -115,9 +115,6 @@ export class ModifyTransitGatewayCommand extends $Command< ModifyTransitGatewayCommandOutput, EC2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -131,9 +128,7 @@ export class ModifyTransitGatewayCommand extends $Command< * @public */ constructor(readonly input: ModifyTransitGatewayCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -186,7 +181,4 @@ export class ModifyTransitGatewayCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ModifyTransitGatewayCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ec2/src/commands/ModifyTransitGatewayPrefixListReferenceCommand.ts b/clients/client-ec2/src/commands/ModifyTransitGatewayPrefixListReferenceCommand.ts index 4aabdc269718..e56023d1b08a 100644 --- a/clients/client-ec2/src/commands/ModifyTransitGatewayPrefixListReferenceCommand.ts +++ b/clients/client-ec2/src/commands/ModifyTransitGatewayPrefixListReferenceCommand.ts @@ -94,9 +94,6 @@ export class ModifyTransitGatewayPrefixListReferenceCommand extends $Command< ModifyTransitGatewayPrefixListReferenceCommandOutput, EC2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -110,9 +107,7 @@ export class ModifyTransitGatewayPrefixListReferenceCommand extends $Command< * @public */ constructor(readonly input: ModifyTransitGatewayPrefixListReferenceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -177,7 +172,4 @@ export class ModifyTransitGatewayPrefixListReferenceCommand extends $Command< ): Promise { return de_ModifyTransitGatewayPrefixListReferenceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ec2/src/commands/ModifyTransitGatewayVpcAttachmentCommand.ts b/clients/client-ec2/src/commands/ModifyTransitGatewayVpcAttachmentCommand.ts index d120b08af6a2..9a0da1dc38eb 100644 --- a/clients/client-ec2/src/commands/ModifyTransitGatewayVpcAttachmentCommand.ts +++ b/clients/client-ec2/src/commands/ModifyTransitGatewayVpcAttachmentCommand.ts @@ -108,9 +108,6 @@ export class ModifyTransitGatewayVpcAttachmentCommand extends $Command< ModifyTransitGatewayVpcAttachmentCommandOutput, EC2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -124,9 +121,7 @@ export class ModifyTransitGatewayVpcAttachmentCommand extends $Command< * @public */ constructor(readonly input: ModifyTransitGatewayVpcAttachmentCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -185,7 +180,4 @@ export class ModifyTransitGatewayVpcAttachmentCommand extends $Command< ): Promise { return de_ModifyTransitGatewayVpcAttachmentCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ec2/src/commands/ModifyVerifiedAccessEndpointCommand.ts b/clients/client-ec2/src/commands/ModifyVerifiedAccessEndpointCommand.ts index 2175cb2a9372..e8763c57a25f 100644 --- a/clients/client-ec2/src/commands/ModifyVerifiedAccessEndpointCommand.ts +++ b/clients/client-ec2/src/commands/ModifyVerifiedAccessEndpointCommand.ts @@ -131,9 +131,6 @@ export class ModifyVerifiedAccessEndpointCommand extends $Command< ModifyVerifiedAccessEndpointCommandOutput, EC2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -147,9 +144,7 @@ export class ModifyVerifiedAccessEndpointCommand extends $Command< * @public */ constructor(readonly input: ModifyVerifiedAccessEndpointCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -205,7 +200,4 @@ export class ModifyVerifiedAccessEndpointCommand extends $Command< ): Promise { return de_ModifyVerifiedAccessEndpointCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ec2/src/commands/ModifyVerifiedAccessEndpointPolicyCommand.ts b/clients/client-ec2/src/commands/ModifyVerifiedAccessEndpointPolicyCommand.ts index 6a34dbae0509..c3d49b0881c5 100644 --- a/clients/client-ec2/src/commands/ModifyVerifiedAccessEndpointPolicyCommand.ts +++ b/clients/client-ec2/src/commands/ModifyVerifiedAccessEndpointPolicyCommand.ts @@ -91,9 +91,6 @@ export class ModifyVerifiedAccessEndpointPolicyCommand extends $Command< ModifyVerifiedAccessEndpointPolicyCommandOutput, EC2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -107,9 +104,7 @@ export class ModifyVerifiedAccessEndpointPolicyCommand extends $Command< * @public */ constructor(readonly input: ModifyVerifiedAccessEndpointPolicyCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -168,7 +163,4 @@ export class ModifyVerifiedAccessEndpointPolicyCommand extends $Command< ): Promise { return de_ModifyVerifiedAccessEndpointPolicyCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ec2/src/commands/ModifyVerifiedAccessGroupCommand.ts b/clients/client-ec2/src/commands/ModifyVerifiedAccessGroupCommand.ts index 6478b699413b..aedbfcb56af6 100644 --- a/clients/client-ec2/src/commands/ModifyVerifiedAccessGroupCommand.ts +++ b/clients/client-ec2/src/commands/ModifyVerifiedAccessGroupCommand.ts @@ -93,9 +93,6 @@ export class ModifyVerifiedAccessGroupCommand extends $Command< ModifyVerifiedAccessGroupCommandOutput, EC2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -109,9 +106,7 @@ export class ModifyVerifiedAccessGroupCommand extends $Command< * @public */ constructor(readonly input: ModifyVerifiedAccessGroupCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -167,7 +162,4 @@ export class ModifyVerifiedAccessGroupCommand extends $Command< ): Promise { return de_ModifyVerifiedAccessGroupCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ec2/src/commands/ModifyVerifiedAccessGroupPolicyCommand.ts b/clients/client-ec2/src/commands/ModifyVerifiedAccessGroupPolicyCommand.ts index e4cd89cb7cb2..86129e83ab7b 100644 --- a/clients/client-ec2/src/commands/ModifyVerifiedAccessGroupPolicyCommand.ts +++ b/clients/client-ec2/src/commands/ModifyVerifiedAccessGroupPolicyCommand.ts @@ -88,9 +88,6 @@ export class ModifyVerifiedAccessGroupPolicyCommand extends $Command< ModifyVerifiedAccessGroupPolicyCommandOutput, EC2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -104,9 +101,7 @@ export class ModifyVerifiedAccessGroupPolicyCommand extends $Command< * @public */ constructor(readonly input: ModifyVerifiedAccessGroupPolicyCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -165,7 +160,4 @@ export class ModifyVerifiedAccessGroupPolicyCommand extends $Command< ): Promise { return de_ModifyVerifiedAccessGroupPolicyCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ec2/src/commands/ModifyVerifiedAccessInstanceCommand.ts b/clients/client-ec2/src/commands/ModifyVerifiedAccessInstanceCommand.ts index 4ed994347308..decb1771dd9e 100644 --- a/clients/client-ec2/src/commands/ModifyVerifiedAccessInstanceCommand.ts +++ b/clients/client-ec2/src/commands/ModifyVerifiedAccessInstanceCommand.ts @@ -96,9 +96,6 @@ export class ModifyVerifiedAccessInstanceCommand extends $Command< ModifyVerifiedAccessInstanceCommandOutput, EC2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -112,9 +109,7 @@ export class ModifyVerifiedAccessInstanceCommand extends $Command< * @public */ constructor(readonly input: ModifyVerifiedAccessInstanceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -170,7 +165,4 @@ export class ModifyVerifiedAccessInstanceCommand extends $Command< ): Promise { return de_ModifyVerifiedAccessInstanceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ec2/src/commands/ModifyVerifiedAccessInstanceLoggingConfigurationCommand.ts b/clients/client-ec2/src/commands/ModifyVerifiedAccessInstanceLoggingConfigurationCommand.ts index 1d02dc6fe46b..2d5e560fada5 100644 --- a/clients/client-ec2/src/commands/ModifyVerifiedAccessInstanceLoggingConfigurationCommand.ts +++ b/clients/client-ec2/src/commands/ModifyVerifiedAccessInstanceLoggingConfigurationCommand.ts @@ -131,9 +131,6 @@ export class ModifyVerifiedAccessInstanceLoggingConfigurationCommand extends $Co ModifyVerifiedAccessInstanceLoggingConfigurationCommandOutput, EC2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -147,9 +144,7 @@ export class ModifyVerifiedAccessInstanceLoggingConfigurationCommand extends $Co * @public */ constructor(readonly input: ModifyVerifiedAccessInstanceLoggingConfigurationCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -214,7 +209,4 @@ export class ModifyVerifiedAccessInstanceLoggingConfigurationCommand extends $Co ): Promise { return de_ModifyVerifiedAccessInstanceLoggingConfigurationCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ec2/src/commands/ModifyVerifiedAccessTrustProviderCommand.ts b/clients/client-ec2/src/commands/ModifyVerifiedAccessTrustProviderCommand.ts index 01f02886b7aa..5006cab20f23 100644 --- a/clients/client-ec2/src/commands/ModifyVerifiedAccessTrustProviderCommand.ts +++ b/clients/client-ec2/src/commands/ModifyVerifiedAccessTrustProviderCommand.ts @@ -127,9 +127,6 @@ export class ModifyVerifiedAccessTrustProviderCommand extends $Command< ModifyVerifiedAccessTrustProviderCommandOutput, EC2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -143,9 +140,7 @@ export class ModifyVerifiedAccessTrustProviderCommand extends $Command< * @public */ constructor(readonly input: ModifyVerifiedAccessTrustProviderCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -204,7 +199,4 @@ export class ModifyVerifiedAccessTrustProviderCommand extends $Command< ): Promise { return de_ModifyVerifiedAccessTrustProviderCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ec2/src/commands/ModifyVolumeAttributeCommand.ts b/clients/client-ec2/src/commands/ModifyVolumeAttributeCommand.ts index 477422f9553e..923160163033 100644 --- a/clients/client-ec2/src/commands/ModifyVolumeAttributeCommand.ts +++ b/clients/client-ec2/src/commands/ModifyVolumeAttributeCommand.ts @@ -93,9 +93,6 @@ export class ModifyVolumeAttributeCommand extends $Command< ModifyVolumeAttributeCommandOutput, EC2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -109,9 +106,7 @@ export class ModifyVolumeAttributeCommand extends $Command< * @public */ constructor(readonly input: ModifyVolumeAttributeCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -164,7 +159,4 @@ export class ModifyVolumeAttributeCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ModifyVolumeAttributeCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ec2/src/commands/ModifyVolumeCommand.ts b/clients/client-ec2/src/commands/ModifyVolumeCommand.ts index 0765b173acb4..3bee5bdff6b2 100644 --- a/clients/client-ec2/src/commands/ModifyVolumeCommand.ts +++ b/clients/client-ec2/src/commands/ModifyVolumeCommand.ts @@ -109,9 +109,6 @@ export class ModifyVolumeCommand extends $Command< ModifyVolumeCommandOutput, EC2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -125,9 +122,7 @@ export class ModifyVolumeCommand extends $Command< * @public */ constructor(readonly input: ModifyVolumeCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -178,7 +173,4 @@ export class ModifyVolumeCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ModifyVolumeCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ec2/src/commands/ModifyVpcAttributeCommand.ts b/clients/client-ec2/src/commands/ModifyVpcAttributeCommand.ts index 13eeff1915fb..70ba8ae6019b 100644 --- a/clients/client-ec2/src/commands/ModifyVpcAttributeCommand.ts +++ b/clients/client-ec2/src/commands/ModifyVpcAttributeCommand.ts @@ -105,9 +105,6 @@ export class ModifyVpcAttributeCommand extends $Command< ModifyVpcAttributeCommandOutput, EC2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -121,9 +118,7 @@ export class ModifyVpcAttributeCommand extends $Command< * @public */ constructor(readonly input: ModifyVpcAttributeCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -176,7 +171,4 @@ export class ModifyVpcAttributeCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ModifyVpcAttributeCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ec2/src/commands/ModifyVpcEndpointCommand.ts b/clients/client-ec2/src/commands/ModifyVpcEndpointCommand.ts index 520b28e16a7a..8a0fbf8f31ad 100644 --- a/clients/client-ec2/src/commands/ModifyVpcEndpointCommand.ts +++ b/clients/client-ec2/src/commands/ModifyVpcEndpointCommand.ts @@ -107,9 +107,6 @@ export class ModifyVpcEndpointCommand extends $Command< ModifyVpcEndpointCommandOutput, EC2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -123,9 +120,7 @@ export class ModifyVpcEndpointCommand extends $Command< * @public */ constructor(readonly input: ModifyVpcEndpointCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -178,7 +173,4 @@ export class ModifyVpcEndpointCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ModifyVpcEndpointCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ec2/src/commands/ModifyVpcEndpointConnectionNotificationCommand.ts b/clients/client-ec2/src/commands/ModifyVpcEndpointConnectionNotificationCommand.ts index 08d415f0dcc1..3f2a0f5550da 100644 --- a/clients/client-ec2/src/commands/ModifyVpcEndpointConnectionNotificationCommand.ts +++ b/clients/client-ec2/src/commands/ModifyVpcEndpointConnectionNotificationCommand.ts @@ -85,9 +85,6 @@ export class ModifyVpcEndpointConnectionNotificationCommand extends $Command< ModifyVpcEndpointConnectionNotificationCommandOutput, EC2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -101,9 +98,7 @@ export class ModifyVpcEndpointConnectionNotificationCommand extends $Command< * @public */ constructor(readonly input: ModifyVpcEndpointConnectionNotificationCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -168,7 +163,4 @@ export class ModifyVpcEndpointConnectionNotificationCommand extends $Command< ): Promise { return de_ModifyVpcEndpointConnectionNotificationCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ec2/src/commands/ModifyVpcEndpointServiceConfigurationCommand.ts b/clients/client-ec2/src/commands/ModifyVpcEndpointServiceConfigurationCommand.ts index b3997c0d7f86..ceaeb6ee6637 100644 --- a/clients/client-ec2/src/commands/ModifyVpcEndpointServiceConfigurationCommand.ts +++ b/clients/client-ec2/src/commands/ModifyVpcEndpointServiceConfigurationCommand.ts @@ -104,9 +104,6 @@ export class ModifyVpcEndpointServiceConfigurationCommand extends $Command< ModifyVpcEndpointServiceConfigurationCommandOutput, EC2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -120,9 +117,7 @@ export class ModifyVpcEndpointServiceConfigurationCommand extends $Command< * @public */ constructor(readonly input: ModifyVpcEndpointServiceConfigurationCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -181,7 +176,4 @@ export class ModifyVpcEndpointServiceConfigurationCommand extends $Command< ): Promise { return de_ModifyVpcEndpointServiceConfigurationCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ec2/src/commands/ModifyVpcEndpointServicePayerResponsibilityCommand.ts b/clients/client-ec2/src/commands/ModifyVpcEndpointServicePayerResponsibilityCommand.ts index c3b6ebf127f1..ce5a86ca50aa 100644 --- a/clients/client-ec2/src/commands/ModifyVpcEndpointServicePayerResponsibilityCommand.ts +++ b/clients/client-ec2/src/commands/ModifyVpcEndpointServicePayerResponsibilityCommand.ts @@ -81,9 +81,6 @@ export class ModifyVpcEndpointServicePayerResponsibilityCommand extends $Command ModifyVpcEndpointServicePayerResponsibilityCommandOutput, EC2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -97,9 +94,7 @@ export class ModifyVpcEndpointServicePayerResponsibilityCommand extends $Command * @public */ constructor(readonly input: ModifyVpcEndpointServicePayerResponsibilityCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -164,7 +159,4 @@ export class ModifyVpcEndpointServicePayerResponsibilityCommand extends $Command ): Promise { return de_ModifyVpcEndpointServicePayerResponsibilityCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ec2/src/commands/ModifyVpcEndpointServicePermissionsCommand.ts b/clients/client-ec2/src/commands/ModifyVpcEndpointServicePermissionsCommand.ts index b4964d3fa33b..a1df1bace166 100644 --- a/clients/client-ec2/src/commands/ModifyVpcEndpointServicePermissionsCommand.ts +++ b/clients/client-ec2/src/commands/ModifyVpcEndpointServicePermissionsCommand.ts @@ -98,9 +98,6 @@ export class ModifyVpcEndpointServicePermissionsCommand extends $Command< ModifyVpcEndpointServicePermissionsCommandOutput, EC2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -114,9 +111,7 @@ export class ModifyVpcEndpointServicePermissionsCommand extends $Command< * @public */ constructor(readonly input: ModifyVpcEndpointServicePermissionsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -175,7 +170,4 @@ export class ModifyVpcEndpointServicePermissionsCommand extends $Command< ): Promise { return de_ModifyVpcEndpointServicePermissionsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ec2/src/commands/ModifyVpcPeeringConnectionOptionsCommand.ts b/clients/client-ec2/src/commands/ModifyVpcPeeringConnectionOptionsCommand.ts index 01fe8a9dc6b2..82846606729e 100644 --- a/clients/client-ec2/src/commands/ModifyVpcPeeringConnectionOptionsCommand.ts +++ b/clients/client-ec2/src/commands/ModifyVpcPeeringConnectionOptionsCommand.ts @@ -105,9 +105,6 @@ export class ModifyVpcPeeringConnectionOptionsCommand extends $Command< ModifyVpcPeeringConnectionOptionsCommandOutput, EC2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -121,9 +118,7 @@ export class ModifyVpcPeeringConnectionOptionsCommand extends $Command< * @public */ constructor(readonly input: ModifyVpcPeeringConnectionOptionsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -182,7 +177,4 @@ export class ModifyVpcPeeringConnectionOptionsCommand extends $Command< ): Promise { return de_ModifyVpcPeeringConnectionOptionsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ec2/src/commands/ModifyVpcTenancyCommand.ts b/clients/client-ec2/src/commands/ModifyVpcTenancyCommand.ts index 78466962a865..7fef2056023b 100644 --- a/clients/client-ec2/src/commands/ModifyVpcTenancyCommand.ts +++ b/clients/client-ec2/src/commands/ModifyVpcTenancyCommand.ts @@ -79,9 +79,6 @@ export class ModifyVpcTenancyCommand extends $Command< ModifyVpcTenancyCommandOutput, EC2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -95,9 +92,7 @@ export class ModifyVpcTenancyCommand extends $Command< * @public */ constructor(readonly input: ModifyVpcTenancyCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -150,7 +145,4 @@ export class ModifyVpcTenancyCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ModifyVpcTenancyCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ec2/src/commands/ModifyVpnConnectionCommand.ts b/clients/client-ec2/src/commands/ModifyVpnConnectionCommand.ts index 34aea89ce14d..b239fdfd69ae 100644 --- a/clients/client-ec2/src/commands/ModifyVpnConnectionCommand.ts +++ b/clients/client-ec2/src/commands/ModifyVpnConnectionCommand.ts @@ -218,9 +218,6 @@ export class ModifyVpnConnectionCommand extends $Command< ModifyVpnConnectionCommandOutput, EC2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -234,9 +231,7 @@ export class ModifyVpnConnectionCommand extends $Command< * @public */ constructor(readonly input: ModifyVpnConnectionCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -289,7 +284,4 @@ export class ModifyVpnConnectionCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ModifyVpnConnectionCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ec2/src/commands/ModifyVpnConnectionOptionsCommand.ts b/clients/client-ec2/src/commands/ModifyVpnConnectionOptionsCommand.ts index 0a36ecf1341a..3e7102ead7e5 100644 --- a/clients/client-ec2/src/commands/ModifyVpnConnectionOptionsCommand.ts +++ b/clients/client-ec2/src/commands/ModifyVpnConnectionOptionsCommand.ts @@ -188,9 +188,6 @@ export class ModifyVpnConnectionOptionsCommand extends $Command< ModifyVpnConnectionOptionsCommandOutput, EC2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -204,9 +201,7 @@ export class ModifyVpnConnectionOptionsCommand extends $Command< * @public */ constructor(readonly input: ModifyVpnConnectionOptionsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -262,7 +257,4 @@ export class ModifyVpnConnectionOptionsCommand extends $Command< ): Promise { return de_ModifyVpnConnectionOptionsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ec2/src/commands/ModifyVpnTunnelCertificateCommand.ts b/clients/client-ec2/src/commands/ModifyVpnTunnelCertificateCommand.ts index aa03f041c395..3b421593afd3 100644 --- a/clients/client-ec2/src/commands/ModifyVpnTunnelCertificateCommand.ts +++ b/clients/client-ec2/src/commands/ModifyVpnTunnelCertificateCommand.ts @@ -181,9 +181,6 @@ export class ModifyVpnTunnelCertificateCommand extends $Command< ModifyVpnTunnelCertificateCommandOutput, EC2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -197,9 +194,7 @@ export class ModifyVpnTunnelCertificateCommand extends $Command< * @public */ constructor(readonly input: ModifyVpnTunnelCertificateCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -255,7 +250,4 @@ export class ModifyVpnTunnelCertificateCommand extends $Command< ): Promise { return de_ModifyVpnTunnelCertificateCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ec2/src/commands/ModifyVpnTunnelOptionsCommand.ts b/clients/client-ec2/src/commands/ModifyVpnTunnelOptionsCommand.ts index 0e40f8bc9661..d652f5369764 100644 --- a/clients/client-ec2/src/commands/ModifyVpnTunnelOptionsCommand.ts +++ b/clients/client-ec2/src/commands/ModifyVpnTunnelOptionsCommand.ts @@ -242,9 +242,6 @@ export class ModifyVpnTunnelOptionsCommand extends $Command< ModifyVpnTunnelOptionsCommandOutput, EC2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -258,9 +255,7 @@ export class ModifyVpnTunnelOptionsCommand extends $Command< * @public */ constructor(readonly input: ModifyVpnTunnelOptionsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -313,7 +308,4 @@ export class ModifyVpnTunnelOptionsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ModifyVpnTunnelOptionsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ec2/src/commands/MonitorInstancesCommand.ts b/clients/client-ec2/src/commands/MonitorInstancesCommand.ts index e9acb0082ad9..aca506f5a5ac 100644 --- a/clients/client-ec2/src/commands/MonitorInstancesCommand.ts +++ b/clients/client-ec2/src/commands/MonitorInstancesCommand.ts @@ -83,9 +83,6 @@ export class MonitorInstancesCommand extends $Command< MonitorInstancesCommandOutput, EC2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -99,9 +96,7 @@ export class MonitorInstancesCommand extends $Command< * @public */ constructor(readonly input: MonitorInstancesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -154,7 +149,4 @@ export class MonitorInstancesCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_MonitorInstancesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ec2/src/commands/MoveAddressToVpcCommand.ts b/clients/client-ec2/src/commands/MoveAddressToVpcCommand.ts index c3fb95cc40e7..d2d7a0597000 100644 --- a/clients/client-ec2/src/commands/MoveAddressToVpcCommand.ts +++ b/clients/client-ec2/src/commands/MoveAddressToVpcCommand.ts @@ -96,9 +96,6 @@ export class MoveAddressToVpcCommand extends $Command< MoveAddressToVpcCommandOutput, EC2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -112,9 +109,7 @@ export class MoveAddressToVpcCommand extends $Command< * @public */ constructor(readonly input: MoveAddressToVpcCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -167,7 +162,4 @@ export class MoveAddressToVpcCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_MoveAddressToVpcCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ec2/src/commands/MoveByoipCidrToIpamCommand.ts b/clients/client-ec2/src/commands/MoveByoipCidrToIpamCommand.ts index 137ee3170952..ccc869066fe1 100644 --- a/clients/client-ec2/src/commands/MoveByoipCidrToIpamCommand.ts +++ b/clients/client-ec2/src/commands/MoveByoipCidrToIpamCommand.ts @@ -79,9 +79,6 @@ export class MoveByoipCidrToIpamCommand extends $Command< MoveByoipCidrToIpamCommandOutput, EC2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -95,9 +92,7 @@ export class MoveByoipCidrToIpamCommand extends $Command< * @public */ constructor(readonly input: MoveByoipCidrToIpamCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -150,7 +145,4 @@ export class MoveByoipCidrToIpamCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_MoveByoipCidrToIpamCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ec2/src/commands/ProvisionByoipCidrCommand.ts b/clients/client-ec2/src/commands/ProvisionByoipCidrCommand.ts index f0f12010d3c5..1b07995ca2a4 100644 --- a/clients/client-ec2/src/commands/ProvisionByoipCidrCommand.ts +++ b/clients/client-ec2/src/commands/ProvisionByoipCidrCommand.ts @@ -105,9 +105,6 @@ export class ProvisionByoipCidrCommand extends $Command< ProvisionByoipCidrCommandOutput, EC2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -121,9 +118,7 @@ export class ProvisionByoipCidrCommand extends $Command< * @public */ constructor(readonly input: ProvisionByoipCidrCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -176,7 +171,4 @@ export class ProvisionByoipCidrCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ProvisionByoipCidrCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ec2/src/commands/ProvisionIpamPoolCidrCommand.ts b/clients/client-ec2/src/commands/ProvisionIpamPoolCidrCommand.ts index 968fefd56664..7444b0d4ff4b 100644 --- a/clients/client-ec2/src/commands/ProvisionIpamPoolCidrCommand.ts +++ b/clients/client-ec2/src/commands/ProvisionIpamPoolCidrCommand.ts @@ -89,9 +89,6 @@ export class ProvisionIpamPoolCidrCommand extends $Command< ProvisionIpamPoolCidrCommandOutput, EC2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -105,9 +102,7 @@ export class ProvisionIpamPoolCidrCommand extends $Command< * @public */ constructor(readonly input: ProvisionIpamPoolCidrCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -160,7 +155,4 @@ export class ProvisionIpamPoolCidrCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ProvisionIpamPoolCidrCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ec2/src/commands/ProvisionPublicIpv4PoolCidrCommand.ts b/clients/client-ec2/src/commands/ProvisionPublicIpv4PoolCidrCommand.ts index fdcb593c5106..33d518565dd2 100644 --- a/clients/client-ec2/src/commands/ProvisionPublicIpv4PoolCidrCommand.ts +++ b/clients/client-ec2/src/commands/ProvisionPublicIpv4PoolCidrCommand.ts @@ -80,9 +80,6 @@ export class ProvisionPublicIpv4PoolCidrCommand extends $Command< ProvisionPublicIpv4PoolCidrCommandOutput, EC2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -96,9 +93,7 @@ export class ProvisionPublicIpv4PoolCidrCommand extends $Command< * @public */ constructor(readonly input: ProvisionPublicIpv4PoolCidrCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -154,7 +149,4 @@ export class ProvisionPublicIpv4PoolCidrCommand extends $Command< ): Promise { return de_ProvisionPublicIpv4PoolCidrCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ec2/src/commands/PurchaseCapacityBlockCommand.ts b/clients/client-ec2/src/commands/PurchaseCapacityBlockCommand.ts index 124089a531a8..635e5ccdc207 100644 --- a/clients/client-ec2/src/commands/PurchaseCapacityBlockCommand.ts +++ b/clients/client-ec2/src/commands/PurchaseCapacityBlockCommand.ts @@ -119,9 +119,6 @@ export class PurchaseCapacityBlockCommand extends $Command< PurchaseCapacityBlockCommandOutput, EC2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -135,9 +132,7 @@ export class PurchaseCapacityBlockCommand extends $Command< * @public */ constructor(readonly input: PurchaseCapacityBlockCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -190,7 +185,4 @@ export class PurchaseCapacityBlockCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_PurchaseCapacityBlockCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ec2/src/commands/PurchaseHostReservationCommand.ts b/clients/client-ec2/src/commands/PurchaseHostReservationCommand.ts index aa50835d96d3..ee39b8ecc1f2 100644 --- a/clients/client-ec2/src/commands/PurchaseHostReservationCommand.ts +++ b/clients/client-ec2/src/commands/PurchaseHostReservationCommand.ts @@ -107,9 +107,6 @@ export class PurchaseHostReservationCommand extends $Command< PurchaseHostReservationCommandOutput, EC2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -123,9 +120,7 @@ export class PurchaseHostReservationCommand extends $Command< * @public */ constructor(readonly input: PurchaseHostReservationCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -178,7 +173,4 @@ export class PurchaseHostReservationCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_PurchaseHostReservationCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ec2/src/commands/PurchaseReservedInstancesOfferingCommand.ts b/clients/client-ec2/src/commands/PurchaseReservedInstancesOfferingCommand.ts index 14a454ec6a14..755cb7c4ed8c 100644 --- a/clients/client-ec2/src/commands/PurchaseReservedInstancesOfferingCommand.ts +++ b/clients/client-ec2/src/commands/PurchaseReservedInstancesOfferingCommand.ts @@ -91,9 +91,6 @@ export class PurchaseReservedInstancesOfferingCommand extends $Command< PurchaseReservedInstancesOfferingCommandOutput, EC2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -107,9 +104,7 @@ export class PurchaseReservedInstancesOfferingCommand extends $Command< * @public */ constructor(readonly input: PurchaseReservedInstancesOfferingCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -168,7 +163,4 @@ export class PurchaseReservedInstancesOfferingCommand extends $Command< ): Promise { return de_PurchaseReservedInstancesOfferingCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ec2/src/commands/PurchaseScheduledInstancesCommand.ts b/clients/client-ec2/src/commands/PurchaseScheduledInstancesCommand.ts index f28d2185eeeb..5f02588dd1d3 100644 --- a/clients/client-ec2/src/commands/PurchaseScheduledInstancesCommand.ts +++ b/clients/client-ec2/src/commands/PurchaseScheduledInstancesCommand.ts @@ -111,9 +111,6 @@ export class PurchaseScheduledInstancesCommand extends $Command< PurchaseScheduledInstancesCommandOutput, EC2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -127,9 +124,7 @@ export class PurchaseScheduledInstancesCommand extends $Command< * @public */ constructor(readonly input: PurchaseScheduledInstancesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -185,7 +180,4 @@ export class PurchaseScheduledInstancesCommand extends $Command< ): Promise { return de_PurchaseScheduledInstancesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ec2/src/commands/RebootInstancesCommand.ts b/clients/client-ec2/src/commands/RebootInstancesCommand.ts index 2bafec186c02..1de87bfdfd0e 100644 --- a/clients/client-ec2/src/commands/RebootInstancesCommand.ts +++ b/clients/client-ec2/src/commands/RebootInstancesCommand.ts @@ -91,9 +91,6 @@ export class RebootInstancesCommand extends $Command< RebootInstancesCommandOutput, EC2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -107,9 +104,7 @@ export class RebootInstancesCommand extends $Command< * @public */ constructor(readonly input: RebootInstancesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -162,7 +157,4 @@ export class RebootInstancesCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_RebootInstancesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ec2/src/commands/RegisterImageCommand.ts b/clients/client-ec2/src/commands/RegisterImageCommand.ts index cd720626c7ac..5f7e7f4447a4 100644 --- a/clients/client-ec2/src/commands/RegisterImageCommand.ts +++ b/clients/client-ec2/src/commands/RegisterImageCommand.ts @@ -153,9 +153,6 @@ export class RegisterImageCommand extends $Command< RegisterImageCommandOutput, EC2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -169,9 +166,7 @@ export class RegisterImageCommand extends $Command< * @public */ constructor(readonly input: RegisterImageCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -222,7 +217,4 @@ export class RegisterImageCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_RegisterImageCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ec2/src/commands/RegisterInstanceEventNotificationAttributesCommand.ts b/clients/client-ec2/src/commands/RegisterInstanceEventNotificationAttributesCommand.ts index b58e15b6fb66..47b959f18c08 100644 --- a/clients/client-ec2/src/commands/RegisterInstanceEventNotificationAttributesCommand.ts +++ b/clients/client-ec2/src/commands/RegisterInstanceEventNotificationAttributesCommand.ts @@ -92,9 +92,6 @@ export class RegisterInstanceEventNotificationAttributesCommand extends $Command RegisterInstanceEventNotificationAttributesCommandOutput, EC2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -108,9 +105,7 @@ export class RegisterInstanceEventNotificationAttributesCommand extends $Command * @public */ constructor(readonly input: RegisterInstanceEventNotificationAttributesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -175,7 +170,4 @@ export class RegisterInstanceEventNotificationAttributesCommand extends $Command ): Promise { return de_RegisterInstanceEventNotificationAttributesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ec2/src/commands/RegisterTransitGatewayMulticastGroupMembersCommand.ts b/clients/client-ec2/src/commands/RegisterTransitGatewayMulticastGroupMembersCommand.ts index a1cca82eba83..e2e0e0629d21 100644 --- a/clients/client-ec2/src/commands/RegisterTransitGatewayMulticastGroupMembersCommand.ts +++ b/clients/client-ec2/src/commands/RegisterTransitGatewayMulticastGroupMembersCommand.ts @@ -95,9 +95,6 @@ export class RegisterTransitGatewayMulticastGroupMembersCommand extends $Command RegisterTransitGatewayMulticastGroupMembersCommandOutput, EC2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -111,9 +108,7 @@ export class RegisterTransitGatewayMulticastGroupMembersCommand extends $Command * @public */ constructor(readonly input: RegisterTransitGatewayMulticastGroupMembersCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -178,7 +173,4 @@ export class RegisterTransitGatewayMulticastGroupMembersCommand extends $Command ): Promise { return de_RegisterTransitGatewayMulticastGroupMembersCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ec2/src/commands/RegisterTransitGatewayMulticastGroupSourcesCommand.ts b/clients/client-ec2/src/commands/RegisterTransitGatewayMulticastGroupSourcesCommand.ts index f6abdeb40b2b..1fe98a3be3c4 100644 --- a/clients/client-ec2/src/commands/RegisterTransitGatewayMulticastGroupSourcesCommand.ts +++ b/clients/client-ec2/src/commands/RegisterTransitGatewayMulticastGroupSourcesCommand.ts @@ -95,9 +95,6 @@ export class RegisterTransitGatewayMulticastGroupSourcesCommand extends $Command RegisterTransitGatewayMulticastGroupSourcesCommandOutput, EC2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -111,9 +108,7 @@ export class RegisterTransitGatewayMulticastGroupSourcesCommand extends $Command * @public */ constructor(readonly input: RegisterTransitGatewayMulticastGroupSourcesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -178,7 +173,4 @@ export class RegisterTransitGatewayMulticastGroupSourcesCommand extends $Command ): Promise { return de_RegisterTransitGatewayMulticastGroupSourcesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ec2/src/commands/RejectTransitGatewayMulticastDomainAssociationsCommand.ts b/clients/client-ec2/src/commands/RejectTransitGatewayMulticastDomainAssociationsCommand.ts index 86b412415545..a9ab1b1ccfa2 100644 --- a/clients/client-ec2/src/commands/RejectTransitGatewayMulticastDomainAssociationsCommand.ts +++ b/clients/client-ec2/src/commands/RejectTransitGatewayMulticastDomainAssociationsCommand.ts @@ -96,9 +96,6 @@ export class RejectTransitGatewayMulticastDomainAssociationsCommand extends $Com RejectTransitGatewayMulticastDomainAssociationsCommandOutput, EC2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -112,9 +109,7 @@ export class RejectTransitGatewayMulticastDomainAssociationsCommand extends $Com * @public */ constructor(readonly input: RejectTransitGatewayMulticastDomainAssociationsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -179,7 +174,4 @@ export class RejectTransitGatewayMulticastDomainAssociationsCommand extends $Com ): Promise { return de_RejectTransitGatewayMulticastDomainAssociationsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ec2/src/commands/RejectTransitGatewayPeeringAttachmentCommand.ts b/clients/client-ec2/src/commands/RejectTransitGatewayPeeringAttachmentCommand.ts index 70a2c524b441..d4b1cae77cad 100644 --- a/clients/client-ec2/src/commands/RejectTransitGatewayPeeringAttachmentCommand.ts +++ b/clients/client-ec2/src/commands/RejectTransitGatewayPeeringAttachmentCommand.ts @@ -110,9 +110,6 @@ export class RejectTransitGatewayPeeringAttachmentCommand extends $Command< RejectTransitGatewayPeeringAttachmentCommandOutput, EC2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -126,9 +123,7 @@ export class RejectTransitGatewayPeeringAttachmentCommand extends $Command< * @public */ constructor(readonly input: RejectTransitGatewayPeeringAttachmentCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -187,7 +182,4 @@ export class RejectTransitGatewayPeeringAttachmentCommand extends $Command< ): Promise { return de_RejectTransitGatewayPeeringAttachmentCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ec2/src/commands/RejectTransitGatewayVpcAttachmentCommand.ts b/clients/client-ec2/src/commands/RejectTransitGatewayVpcAttachmentCommand.ts index 33befbdd1839..674017be396e 100644 --- a/clients/client-ec2/src/commands/RejectTransitGatewayVpcAttachmentCommand.ts +++ b/clients/client-ec2/src/commands/RejectTransitGatewayVpcAttachmentCommand.ts @@ -100,9 +100,6 @@ export class RejectTransitGatewayVpcAttachmentCommand extends $Command< RejectTransitGatewayVpcAttachmentCommandOutput, EC2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -116,9 +113,7 @@ export class RejectTransitGatewayVpcAttachmentCommand extends $Command< * @public */ constructor(readonly input: RejectTransitGatewayVpcAttachmentCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -177,7 +172,4 @@ export class RejectTransitGatewayVpcAttachmentCommand extends $Command< ): Promise { return de_RejectTransitGatewayVpcAttachmentCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ec2/src/commands/RejectVpcEndpointConnectionsCommand.ts b/clients/client-ec2/src/commands/RejectVpcEndpointConnectionsCommand.ts index 0fe43df2fbcd..a3792352d032 100644 --- a/clients/client-ec2/src/commands/RejectVpcEndpointConnectionsCommand.ts +++ b/clients/client-ec2/src/commands/RejectVpcEndpointConnectionsCommand.ts @@ -84,9 +84,6 @@ export class RejectVpcEndpointConnectionsCommand extends $Command< RejectVpcEndpointConnectionsCommandOutput, EC2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -100,9 +97,7 @@ export class RejectVpcEndpointConnectionsCommand extends $Command< * @public */ constructor(readonly input: RejectVpcEndpointConnectionsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -158,7 +153,4 @@ export class RejectVpcEndpointConnectionsCommand extends $Command< ): Promise { return de_RejectVpcEndpointConnectionsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ec2/src/commands/RejectVpcPeeringConnectionCommand.ts b/clients/client-ec2/src/commands/RejectVpcPeeringConnectionCommand.ts index 4352ee74f230..edc43d2c0d97 100644 --- a/clients/client-ec2/src/commands/RejectVpcPeeringConnectionCommand.ts +++ b/clients/client-ec2/src/commands/RejectVpcPeeringConnectionCommand.ts @@ -74,9 +74,6 @@ export class RejectVpcPeeringConnectionCommand extends $Command< RejectVpcPeeringConnectionCommandOutput, EC2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -90,9 +87,7 @@ export class RejectVpcPeeringConnectionCommand extends $Command< * @public */ constructor(readonly input: RejectVpcPeeringConnectionCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -148,7 +143,4 @@ export class RejectVpcPeeringConnectionCommand extends $Command< ): Promise { return de_RejectVpcPeeringConnectionCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ec2/src/commands/ReleaseAddressCommand.ts b/clients/client-ec2/src/commands/ReleaseAddressCommand.ts index f19662163d9c..22425c3df91e 100644 --- a/clients/client-ec2/src/commands/ReleaseAddressCommand.ts +++ b/clients/client-ec2/src/commands/ReleaseAddressCommand.ts @@ -93,9 +93,6 @@ export class ReleaseAddressCommand extends $Command< ReleaseAddressCommandOutput, EC2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -109,9 +106,7 @@ export class ReleaseAddressCommand extends $Command< * @public */ constructor(readonly input: ReleaseAddressCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -164,7 +159,4 @@ export class ReleaseAddressCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ReleaseAddressCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ec2/src/commands/ReleaseHostsCommand.ts b/clients/client-ec2/src/commands/ReleaseHostsCommand.ts index d1e18cb1aff4..fd90e34c2a68 100644 --- a/clients/client-ec2/src/commands/ReleaseHostsCommand.ts +++ b/clients/client-ec2/src/commands/ReleaseHostsCommand.ts @@ -91,9 +91,6 @@ export class ReleaseHostsCommand extends $Command< ReleaseHostsCommandOutput, EC2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -107,9 +104,7 @@ export class ReleaseHostsCommand extends $Command< * @public */ constructor(readonly input: ReleaseHostsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -160,7 +155,4 @@ export class ReleaseHostsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ReleaseHostsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ec2/src/commands/ReleaseIpamPoolAllocationCommand.ts b/clients/client-ec2/src/commands/ReleaseIpamPoolAllocationCommand.ts index a0b6cad4daac..1c581159b1e7 100644 --- a/clients/client-ec2/src/commands/ReleaseIpamPoolAllocationCommand.ts +++ b/clients/client-ec2/src/commands/ReleaseIpamPoolAllocationCommand.ts @@ -77,9 +77,6 @@ export class ReleaseIpamPoolAllocationCommand extends $Command< ReleaseIpamPoolAllocationCommandOutput, EC2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -93,9 +90,7 @@ export class ReleaseIpamPoolAllocationCommand extends $Command< * @public */ constructor(readonly input: ReleaseIpamPoolAllocationCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -151,7 +146,4 @@ export class ReleaseIpamPoolAllocationCommand extends $Command< ): Promise { return de_ReleaseIpamPoolAllocationCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ec2/src/commands/ReplaceIamInstanceProfileAssociationCommand.ts b/clients/client-ec2/src/commands/ReplaceIamInstanceProfileAssociationCommand.ts index e81d3562e453..2cb1f2b05b13 100644 --- a/clients/client-ec2/src/commands/ReplaceIamInstanceProfileAssociationCommand.ts +++ b/clients/client-ec2/src/commands/ReplaceIamInstanceProfileAssociationCommand.ts @@ -95,9 +95,6 @@ export class ReplaceIamInstanceProfileAssociationCommand extends $Command< ReplaceIamInstanceProfileAssociationCommandOutput, EC2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -111,9 +108,7 @@ export class ReplaceIamInstanceProfileAssociationCommand extends $Command< * @public */ constructor(readonly input: ReplaceIamInstanceProfileAssociationCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -172,7 +167,4 @@ export class ReplaceIamInstanceProfileAssociationCommand extends $Command< ): Promise { return de_ReplaceIamInstanceProfileAssociationCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ec2/src/commands/ReplaceNetworkAclAssociationCommand.ts b/clients/client-ec2/src/commands/ReplaceNetworkAclAssociationCommand.ts index 330b31f8ac4d..a82bc723aab3 100644 --- a/clients/client-ec2/src/commands/ReplaceNetworkAclAssociationCommand.ts +++ b/clients/client-ec2/src/commands/ReplaceNetworkAclAssociationCommand.ts @@ -94,9 +94,6 @@ export class ReplaceNetworkAclAssociationCommand extends $Command< ReplaceNetworkAclAssociationCommandOutput, EC2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -110,9 +107,7 @@ export class ReplaceNetworkAclAssociationCommand extends $Command< * @public */ constructor(readonly input: ReplaceNetworkAclAssociationCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -168,7 +163,4 @@ export class ReplaceNetworkAclAssociationCommand extends $Command< ): Promise { return de_ReplaceNetworkAclAssociationCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ec2/src/commands/ReplaceNetworkAclEntryCommand.ts b/clients/client-ec2/src/commands/ReplaceNetworkAclEntryCommand.ts index 3a616260f940..fe31db022dfd 100644 --- a/clients/client-ec2/src/commands/ReplaceNetworkAclEntryCommand.ts +++ b/clients/client-ec2/src/commands/ReplaceNetworkAclEntryCommand.ts @@ -104,9 +104,6 @@ export class ReplaceNetworkAclEntryCommand extends $Command< ReplaceNetworkAclEntryCommandOutput, EC2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -120,9 +117,7 @@ export class ReplaceNetworkAclEntryCommand extends $Command< * @public */ constructor(readonly input: ReplaceNetworkAclEntryCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -175,7 +170,4 @@ export class ReplaceNetworkAclEntryCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ReplaceNetworkAclEntryCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ec2/src/commands/ReplaceRouteCommand.ts b/clients/client-ec2/src/commands/ReplaceRouteCommand.ts index 987b1f2940c1..8cb60b20ad95 100644 --- a/clients/client-ec2/src/commands/ReplaceRouteCommand.ts +++ b/clients/client-ec2/src/commands/ReplaceRouteCommand.ts @@ -102,9 +102,6 @@ export class ReplaceRouteCommand extends $Command< ReplaceRouteCommandOutput, EC2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -118,9 +115,7 @@ export class ReplaceRouteCommand extends $Command< * @public */ constructor(readonly input: ReplaceRouteCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -171,7 +166,4 @@ export class ReplaceRouteCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ReplaceRouteCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ec2/src/commands/ReplaceRouteTableAssociationCommand.ts b/clients/client-ec2/src/commands/ReplaceRouteTableAssociationCommand.ts index b9b4c3ad26d6..cdfe6fedd46a 100644 --- a/clients/client-ec2/src/commands/ReplaceRouteTableAssociationCommand.ts +++ b/clients/client-ec2/src/commands/ReplaceRouteTableAssociationCommand.ts @@ -99,9 +99,6 @@ export class ReplaceRouteTableAssociationCommand extends $Command< ReplaceRouteTableAssociationCommandOutput, EC2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -115,9 +112,7 @@ export class ReplaceRouteTableAssociationCommand extends $Command< * @public */ constructor(readonly input: ReplaceRouteTableAssociationCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -173,7 +168,4 @@ export class ReplaceRouteTableAssociationCommand extends $Command< ): Promise { return de_ReplaceRouteTableAssociationCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ec2/src/commands/ReplaceTransitGatewayRouteCommand.ts b/clients/client-ec2/src/commands/ReplaceTransitGatewayRouteCommand.ts index fda739248479..6311ee3ac34d 100644 --- a/clients/client-ec2/src/commands/ReplaceTransitGatewayRouteCommand.ts +++ b/clients/client-ec2/src/commands/ReplaceTransitGatewayRouteCommand.ts @@ -87,9 +87,6 @@ export class ReplaceTransitGatewayRouteCommand extends $Command< ReplaceTransitGatewayRouteCommandOutput, EC2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -103,9 +100,7 @@ export class ReplaceTransitGatewayRouteCommand extends $Command< * @public */ constructor(readonly input: ReplaceTransitGatewayRouteCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -161,7 +156,4 @@ export class ReplaceTransitGatewayRouteCommand extends $Command< ): Promise { return de_ReplaceTransitGatewayRouteCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ec2/src/commands/ReplaceVpnTunnelCommand.ts b/clients/client-ec2/src/commands/ReplaceVpnTunnelCommand.ts index c7216c2eeb65..62ce61cb7cb9 100644 --- a/clients/client-ec2/src/commands/ReplaceVpnTunnelCommand.ts +++ b/clients/client-ec2/src/commands/ReplaceVpnTunnelCommand.ts @@ -73,9 +73,6 @@ export class ReplaceVpnTunnelCommand extends $Command< ReplaceVpnTunnelCommandOutput, EC2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -89,9 +86,7 @@ export class ReplaceVpnTunnelCommand extends $Command< * @public */ constructor(readonly input: ReplaceVpnTunnelCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -144,7 +139,4 @@ export class ReplaceVpnTunnelCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ReplaceVpnTunnelCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ec2/src/commands/ReportInstanceStatusCommand.ts b/clients/client-ec2/src/commands/ReportInstanceStatusCommand.ts index 1b8dc3b461a5..56ffdadf75dc 100644 --- a/clients/client-ec2/src/commands/ReportInstanceStatusCommand.ts +++ b/clients/client-ec2/src/commands/ReportInstanceStatusCommand.ts @@ -82,9 +82,6 @@ export class ReportInstanceStatusCommand extends $Command< ReportInstanceStatusCommandOutput, EC2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -98,9 +95,7 @@ export class ReportInstanceStatusCommand extends $Command< * @public */ constructor(readonly input: ReportInstanceStatusCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -153,7 +148,4 @@ export class ReportInstanceStatusCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ReportInstanceStatusCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ec2/src/commands/RequestSpotFleetCommand.ts b/clients/client-ec2/src/commands/RequestSpotFleetCommand.ts index d843c6d36e20..8324bc1578a6 100644 --- a/clients/client-ec2/src/commands/RequestSpotFleetCommand.ts +++ b/clients/client-ec2/src/commands/RequestSpotFleetCommand.ts @@ -575,9 +575,6 @@ export class RequestSpotFleetCommand extends $Command< RequestSpotFleetCommandOutput, EC2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -591,9 +588,7 @@ export class RequestSpotFleetCommand extends $Command< * @public */ constructor(readonly input: RequestSpotFleetCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -646,7 +641,4 @@ export class RequestSpotFleetCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_RequestSpotFleetCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ec2/src/commands/RequestSpotInstancesCommand.ts b/clients/client-ec2/src/commands/RequestSpotInstancesCommand.ts index b2fe1c25bff1..c31f2bc44a79 100644 --- a/clients/client-ec2/src/commands/RequestSpotInstancesCommand.ts +++ b/clients/client-ec2/src/commands/RequestSpotInstancesCommand.ts @@ -383,9 +383,6 @@ export class RequestSpotInstancesCommand extends $Command< RequestSpotInstancesCommandOutput, EC2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -399,9 +396,7 @@ export class RequestSpotInstancesCommand extends $Command< * @public */ constructor(readonly input: RequestSpotInstancesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -454,7 +449,4 @@ export class RequestSpotInstancesCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_RequestSpotInstancesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ec2/src/commands/ResetAddressAttributeCommand.ts b/clients/client-ec2/src/commands/ResetAddressAttributeCommand.ts index 14139c34150b..2e1fcfd16fb3 100644 --- a/clients/client-ec2/src/commands/ResetAddressAttributeCommand.ts +++ b/clients/client-ec2/src/commands/ResetAddressAttributeCommand.ts @@ -81,9 +81,6 @@ export class ResetAddressAttributeCommand extends $Command< ResetAddressAttributeCommandOutput, EC2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -97,9 +94,7 @@ export class ResetAddressAttributeCommand extends $Command< * @public */ constructor(readonly input: ResetAddressAttributeCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -152,7 +147,4 @@ export class ResetAddressAttributeCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ResetAddressAttributeCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ec2/src/commands/ResetEbsDefaultKmsKeyIdCommand.ts b/clients/client-ec2/src/commands/ResetEbsDefaultKmsKeyIdCommand.ts index a162bd0e62d3..5dfd248f82df 100644 --- a/clients/client-ec2/src/commands/ResetEbsDefaultKmsKeyIdCommand.ts +++ b/clients/client-ec2/src/commands/ResetEbsDefaultKmsKeyIdCommand.ts @@ -75,9 +75,6 @@ export class ResetEbsDefaultKmsKeyIdCommand extends $Command< ResetEbsDefaultKmsKeyIdCommandOutput, EC2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -91,9 +88,7 @@ export class ResetEbsDefaultKmsKeyIdCommand extends $Command< * @public */ constructor(readonly input: ResetEbsDefaultKmsKeyIdCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -146,7 +141,4 @@ export class ResetEbsDefaultKmsKeyIdCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ResetEbsDefaultKmsKeyIdCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ec2/src/commands/ResetFpgaImageAttributeCommand.ts b/clients/client-ec2/src/commands/ResetFpgaImageAttributeCommand.ts index e4f6fc4d26fa..8a84471006df 100644 --- a/clients/client-ec2/src/commands/ResetFpgaImageAttributeCommand.ts +++ b/clients/client-ec2/src/commands/ResetFpgaImageAttributeCommand.ts @@ -73,9 +73,6 @@ export class ResetFpgaImageAttributeCommand extends $Command< ResetFpgaImageAttributeCommandOutput, EC2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -89,9 +86,7 @@ export class ResetFpgaImageAttributeCommand extends $Command< * @public */ constructor(readonly input: ResetFpgaImageAttributeCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -144,7 +139,4 @@ export class ResetFpgaImageAttributeCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ResetFpgaImageAttributeCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ec2/src/commands/ResetImageAttributeCommand.ts b/clients/client-ec2/src/commands/ResetImageAttributeCommand.ts index b10b3c005839..90dd972c5a5a 100644 --- a/clients/client-ec2/src/commands/ResetImageAttributeCommand.ts +++ b/clients/client-ec2/src/commands/ResetImageAttributeCommand.ts @@ -82,9 +82,6 @@ export class ResetImageAttributeCommand extends $Command< ResetImageAttributeCommandOutput, EC2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -98,9 +95,7 @@ export class ResetImageAttributeCommand extends $Command< * @public */ constructor(readonly input: ResetImageAttributeCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -153,7 +148,4 @@ export class ResetImageAttributeCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ResetImageAttributeCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ec2/src/commands/ResetInstanceAttributeCommand.ts b/clients/client-ec2/src/commands/ResetInstanceAttributeCommand.ts index 7deb7b2c73dd..1888fdcffd6e 100644 --- a/clients/client-ec2/src/commands/ResetInstanceAttributeCommand.ts +++ b/clients/client-ec2/src/commands/ResetInstanceAttributeCommand.ts @@ -90,9 +90,6 @@ export class ResetInstanceAttributeCommand extends $Command< ResetInstanceAttributeCommandOutput, EC2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -106,9 +103,7 @@ export class ResetInstanceAttributeCommand extends $Command< * @public */ constructor(readonly input: ResetInstanceAttributeCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -161,7 +156,4 @@ export class ResetInstanceAttributeCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ResetInstanceAttributeCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ec2/src/commands/ResetNetworkInterfaceAttributeCommand.ts b/clients/client-ec2/src/commands/ResetNetworkInterfaceAttributeCommand.ts index a7037e50d22c..08e4c55d76d9 100644 --- a/clients/client-ec2/src/commands/ResetNetworkInterfaceAttributeCommand.ts +++ b/clients/client-ec2/src/commands/ResetNetworkInterfaceAttributeCommand.ts @@ -73,9 +73,6 @@ export class ResetNetworkInterfaceAttributeCommand extends $Command< ResetNetworkInterfaceAttributeCommandOutput, EC2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -89,9 +86,7 @@ export class ResetNetworkInterfaceAttributeCommand extends $Command< * @public */ constructor(readonly input: ResetNetworkInterfaceAttributeCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -150,7 +145,4 @@ export class ResetNetworkInterfaceAttributeCommand extends $Command< ): Promise { return de_ResetNetworkInterfaceAttributeCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ec2/src/commands/ResetSnapshotAttributeCommand.ts b/clients/client-ec2/src/commands/ResetSnapshotAttributeCommand.ts index 3cb57a2ce98c..228cfd436ce5 100644 --- a/clients/client-ec2/src/commands/ResetSnapshotAttributeCommand.ts +++ b/clients/client-ec2/src/commands/ResetSnapshotAttributeCommand.ts @@ -84,9 +84,6 @@ export class ResetSnapshotAttributeCommand extends $Command< ResetSnapshotAttributeCommandOutput, EC2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -100,9 +97,7 @@ export class ResetSnapshotAttributeCommand extends $Command< * @public */ constructor(readonly input: ResetSnapshotAttributeCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -155,7 +150,4 @@ export class ResetSnapshotAttributeCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ResetSnapshotAttributeCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ec2/src/commands/RestoreAddressToClassicCommand.ts b/clients/client-ec2/src/commands/RestoreAddressToClassicCommand.ts index c217662579e2..2a7aeadd743f 100644 --- a/clients/client-ec2/src/commands/RestoreAddressToClassicCommand.ts +++ b/clients/client-ec2/src/commands/RestoreAddressToClassicCommand.ts @@ -75,9 +75,6 @@ export class RestoreAddressToClassicCommand extends $Command< RestoreAddressToClassicCommandOutput, EC2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -91,9 +88,7 @@ export class RestoreAddressToClassicCommand extends $Command< * @public */ constructor(readonly input: RestoreAddressToClassicCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -146,7 +141,4 @@ export class RestoreAddressToClassicCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_RestoreAddressToClassicCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ec2/src/commands/RestoreImageFromRecycleBinCommand.ts b/clients/client-ec2/src/commands/RestoreImageFromRecycleBinCommand.ts index 264667b5cfef..3bbab7765a2a 100644 --- a/clients/client-ec2/src/commands/RestoreImageFromRecycleBinCommand.ts +++ b/clients/client-ec2/src/commands/RestoreImageFromRecycleBinCommand.ts @@ -71,9 +71,6 @@ export class RestoreImageFromRecycleBinCommand extends $Command< RestoreImageFromRecycleBinCommandOutput, EC2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -87,9 +84,7 @@ export class RestoreImageFromRecycleBinCommand extends $Command< * @public */ constructor(readonly input: RestoreImageFromRecycleBinCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -145,7 +140,4 @@ export class RestoreImageFromRecycleBinCommand extends $Command< ): Promise { return de_RestoreImageFromRecycleBinCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ec2/src/commands/RestoreManagedPrefixListVersionCommand.ts b/clients/client-ec2/src/commands/RestoreManagedPrefixListVersionCommand.ts index 9d5183ac848f..7c27d0c7127e 100644 --- a/clients/client-ec2/src/commands/RestoreManagedPrefixListVersionCommand.ts +++ b/clients/client-ec2/src/commands/RestoreManagedPrefixListVersionCommand.ts @@ -94,9 +94,6 @@ export class RestoreManagedPrefixListVersionCommand extends $Command< RestoreManagedPrefixListVersionCommandOutput, EC2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -110,9 +107,7 @@ export class RestoreManagedPrefixListVersionCommand extends $Command< * @public */ constructor(readonly input: RestoreManagedPrefixListVersionCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -171,7 +166,4 @@ export class RestoreManagedPrefixListVersionCommand extends $Command< ): Promise { return de_RestoreManagedPrefixListVersionCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ec2/src/commands/RestoreSnapshotFromRecycleBinCommand.ts b/clients/client-ec2/src/commands/RestoreSnapshotFromRecycleBinCommand.ts index c72671b0f757..6c9d5ca2dd62 100644 --- a/clients/client-ec2/src/commands/RestoreSnapshotFromRecycleBinCommand.ts +++ b/clients/client-ec2/src/commands/RestoreSnapshotFromRecycleBinCommand.ts @@ -84,9 +84,6 @@ export class RestoreSnapshotFromRecycleBinCommand extends $Command< RestoreSnapshotFromRecycleBinCommandOutput, EC2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -100,9 +97,7 @@ export class RestoreSnapshotFromRecycleBinCommand extends $Command< * @public */ constructor(readonly input: RestoreSnapshotFromRecycleBinCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -158,7 +153,4 @@ export class RestoreSnapshotFromRecycleBinCommand extends $Command< ): Promise { return de_RestoreSnapshotFromRecycleBinCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ec2/src/commands/RestoreSnapshotTierCommand.ts b/clients/client-ec2/src/commands/RestoreSnapshotTierCommand.ts index 9bded7fa4bef..f1c86de20190 100644 --- a/clients/client-ec2/src/commands/RestoreSnapshotTierCommand.ts +++ b/clients/client-ec2/src/commands/RestoreSnapshotTierCommand.ts @@ -80,9 +80,6 @@ export class RestoreSnapshotTierCommand extends $Command< RestoreSnapshotTierCommandOutput, EC2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -96,9 +93,7 @@ export class RestoreSnapshotTierCommand extends $Command< * @public */ constructor(readonly input: RestoreSnapshotTierCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -151,7 +146,4 @@ export class RestoreSnapshotTierCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_RestoreSnapshotTierCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ec2/src/commands/RevokeClientVpnIngressCommand.ts b/clients/client-ec2/src/commands/RevokeClientVpnIngressCommand.ts index d9dd6ccfca66..6e1aaeccabbf 100644 --- a/clients/client-ec2/src/commands/RevokeClientVpnIngressCommand.ts +++ b/clients/client-ec2/src/commands/RevokeClientVpnIngressCommand.ts @@ -77,9 +77,6 @@ export class RevokeClientVpnIngressCommand extends $Command< RevokeClientVpnIngressCommandOutput, EC2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -93,9 +90,7 @@ export class RevokeClientVpnIngressCommand extends $Command< * @public */ constructor(readonly input: RevokeClientVpnIngressCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -148,7 +143,4 @@ export class RevokeClientVpnIngressCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_RevokeClientVpnIngressCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ec2/src/commands/RevokeSecurityGroupEgressCommand.ts b/clients/client-ec2/src/commands/RevokeSecurityGroupEgressCommand.ts index ea161a9f83ae..c3cf7ac5d2ae 100644 --- a/clients/client-ec2/src/commands/RevokeSecurityGroupEgressCommand.ts +++ b/clients/client-ec2/src/commands/RevokeSecurityGroupEgressCommand.ts @@ -164,9 +164,6 @@ export class RevokeSecurityGroupEgressCommand extends $Command< RevokeSecurityGroupEgressCommandOutput, EC2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -180,9 +177,7 @@ export class RevokeSecurityGroupEgressCommand extends $Command< * @public */ constructor(readonly input: RevokeSecurityGroupEgressCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -238,7 +233,4 @@ export class RevokeSecurityGroupEgressCommand extends $Command< ): Promise { return de_RevokeSecurityGroupEgressCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ec2/src/commands/RevokeSecurityGroupIngressCommand.ts b/clients/client-ec2/src/commands/RevokeSecurityGroupIngressCommand.ts index 27d396a9d78d..5cc060fbad3d 100644 --- a/clients/client-ec2/src/commands/RevokeSecurityGroupIngressCommand.ts +++ b/clients/client-ec2/src/commands/RevokeSecurityGroupIngressCommand.ts @@ -169,9 +169,6 @@ export class RevokeSecurityGroupIngressCommand extends $Command< RevokeSecurityGroupIngressCommandOutput, EC2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -185,9 +182,7 @@ export class RevokeSecurityGroupIngressCommand extends $Command< * @public */ constructor(readonly input: RevokeSecurityGroupIngressCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -243,7 +238,4 @@ export class RevokeSecurityGroupIngressCommand extends $Command< ): Promise { return de_RevokeSecurityGroupIngressCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ec2/src/commands/RunInstancesCommand.ts b/clients/client-ec2/src/commands/RunInstancesCommand.ts index 6190f007f2cf..446182c1d5eb 100644 --- a/clients/client-ec2/src/commands/RunInstancesCommand.ts +++ b/clients/client-ec2/src/commands/RunInstancesCommand.ts @@ -576,9 +576,6 @@ export class RunInstancesCommand extends $Command< RunInstancesCommandOutput, EC2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -592,9 +589,7 @@ export class RunInstancesCommand extends $Command< * @public */ constructor(readonly input: RunInstancesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -645,7 +640,4 @@ export class RunInstancesCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_RunInstancesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ec2/src/commands/RunScheduledInstancesCommand.ts b/clients/client-ec2/src/commands/RunScheduledInstancesCommand.ts index ab28e95d4c51..a5c89c135b78 100644 --- a/clients/client-ec2/src/commands/RunScheduledInstancesCommand.ts +++ b/clients/client-ec2/src/commands/RunScheduledInstancesCommand.ts @@ -150,9 +150,6 @@ export class RunScheduledInstancesCommand extends $Command< RunScheduledInstancesCommandOutput, EC2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -166,9 +163,7 @@ export class RunScheduledInstancesCommand extends $Command< * @public */ constructor(readonly input: RunScheduledInstancesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -221,7 +216,4 @@ export class RunScheduledInstancesCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_RunScheduledInstancesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ec2/src/commands/SearchLocalGatewayRoutesCommand.ts b/clients/client-ec2/src/commands/SearchLocalGatewayRoutesCommand.ts index 833bc0fc7e86..8cd4dab62c24 100644 --- a/clients/client-ec2/src/commands/SearchLocalGatewayRoutesCommand.ts +++ b/clients/client-ec2/src/commands/SearchLocalGatewayRoutesCommand.ts @@ -96,9 +96,6 @@ export class SearchLocalGatewayRoutesCommand extends $Command< SearchLocalGatewayRoutesCommandOutput, EC2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -112,9 +109,7 @@ export class SearchLocalGatewayRoutesCommand extends $Command< * @public */ constructor(readonly input: SearchLocalGatewayRoutesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -167,7 +162,4 @@ export class SearchLocalGatewayRoutesCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_SearchLocalGatewayRoutesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ec2/src/commands/SearchTransitGatewayMulticastGroupsCommand.ts b/clients/client-ec2/src/commands/SearchTransitGatewayMulticastGroupsCommand.ts index 1a8c3b176324..0d82fd61417f 100644 --- a/clients/client-ec2/src/commands/SearchTransitGatewayMulticastGroupsCommand.ts +++ b/clients/client-ec2/src/commands/SearchTransitGatewayMulticastGroupsCommand.ts @@ -104,9 +104,6 @@ export class SearchTransitGatewayMulticastGroupsCommand extends $Command< SearchTransitGatewayMulticastGroupsCommandOutput, EC2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -120,9 +117,7 @@ export class SearchTransitGatewayMulticastGroupsCommand extends $Command< * @public */ constructor(readonly input: SearchTransitGatewayMulticastGroupsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -181,7 +176,4 @@ export class SearchTransitGatewayMulticastGroupsCommand extends $Command< ): Promise { return de_SearchTransitGatewayMulticastGroupsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ec2/src/commands/SearchTransitGatewayRoutesCommand.ts b/clients/client-ec2/src/commands/SearchTransitGatewayRoutesCommand.ts index 4ede1e06460a..cbec6dd5d4ad 100644 --- a/clients/client-ec2/src/commands/SearchTransitGatewayRoutesCommand.ts +++ b/clients/client-ec2/src/commands/SearchTransitGatewayRoutesCommand.ts @@ -96,9 +96,6 @@ export class SearchTransitGatewayRoutesCommand extends $Command< SearchTransitGatewayRoutesCommandOutput, EC2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -112,9 +109,7 @@ export class SearchTransitGatewayRoutesCommand extends $Command< * @public */ constructor(readonly input: SearchTransitGatewayRoutesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -170,7 +165,4 @@ export class SearchTransitGatewayRoutesCommand extends $Command< ): Promise { return de_SearchTransitGatewayRoutesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ec2/src/commands/SendDiagnosticInterruptCommand.ts b/clients/client-ec2/src/commands/SendDiagnosticInterruptCommand.ts index e24636b005c8..9153273f2324 100644 --- a/clients/client-ec2/src/commands/SendDiagnosticInterruptCommand.ts +++ b/clients/client-ec2/src/commands/SendDiagnosticInterruptCommand.ts @@ -83,9 +83,6 @@ export class SendDiagnosticInterruptCommand extends $Command< SendDiagnosticInterruptCommandOutput, EC2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -99,9 +96,7 @@ export class SendDiagnosticInterruptCommand extends $Command< * @public */ constructor(readonly input: SendDiagnosticInterruptCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -154,7 +149,4 @@ export class SendDiagnosticInterruptCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_SendDiagnosticInterruptCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ec2/src/commands/StartInstancesCommand.ts b/clients/client-ec2/src/commands/StartInstancesCommand.ts index db2642e89a47..406e5954daa9 100644 --- a/clients/client-ec2/src/commands/StartInstancesCommand.ts +++ b/clients/client-ec2/src/commands/StartInstancesCommand.ts @@ -134,9 +134,6 @@ export class StartInstancesCommand extends $Command< StartInstancesCommandOutput, EC2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -150,9 +147,7 @@ export class StartInstancesCommand extends $Command< * @public */ constructor(readonly input: StartInstancesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -205,7 +200,4 @@ export class StartInstancesCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_StartInstancesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ec2/src/commands/StartNetworkInsightsAccessScopeAnalysisCommand.ts b/clients/client-ec2/src/commands/StartNetworkInsightsAccessScopeAnalysisCommand.ts index 03f7b89174c0..46213f502d80 100644 --- a/clients/client-ec2/src/commands/StartNetworkInsightsAccessScopeAnalysisCommand.ts +++ b/clients/client-ec2/src/commands/StartNetworkInsightsAccessScopeAnalysisCommand.ts @@ -109,9 +109,6 @@ export class StartNetworkInsightsAccessScopeAnalysisCommand extends $Command< StartNetworkInsightsAccessScopeAnalysisCommandOutput, EC2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -125,9 +122,7 @@ export class StartNetworkInsightsAccessScopeAnalysisCommand extends $Command< * @public */ constructor(readonly input: StartNetworkInsightsAccessScopeAnalysisCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -192,7 +187,4 @@ export class StartNetworkInsightsAccessScopeAnalysisCommand extends $Command< ): Promise { return de_StartNetworkInsightsAccessScopeAnalysisCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ec2/src/commands/StartNetworkInsightsAnalysisCommand.ts b/clients/client-ec2/src/commands/StartNetworkInsightsAnalysisCommand.ts index 2e419c500012..cfc9459aef3d 100644 --- a/clients/client-ec2/src/commands/StartNetworkInsightsAnalysisCommand.ts +++ b/clients/client-ec2/src/commands/StartNetworkInsightsAnalysisCommand.ts @@ -805,9 +805,6 @@ export class StartNetworkInsightsAnalysisCommand extends $Command< StartNetworkInsightsAnalysisCommandOutput, EC2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -821,9 +818,7 @@ export class StartNetworkInsightsAnalysisCommand extends $Command< * @public */ constructor(readonly input: StartNetworkInsightsAnalysisCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -879,7 +874,4 @@ export class StartNetworkInsightsAnalysisCommand extends $Command< ): Promise { return de_StartNetworkInsightsAnalysisCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ec2/src/commands/StartVpcEndpointServicePrivateDnsVerificationCommand.ts b/clients/client-ec2/src/commands/StartVpcEndpointServicePrivateDnsVerificationCommand.ts index d6fbbffa81df..74ed62f33a33 100644 --- a/clients/client-ec2/src/commands/StartVpcEndpointServicePrivateDnsVerificationCommand.ts +++ b/clients/client-ec2/src/commands/StartVpcEndpointServicePrivateDnsVerificationCommand.ts @@ -83,9 +83,6 @@ export class StartVpcEndpointServicePrivateDnsVerificationCommand extends $Comma StartVpcEndpointServicePrivateDnsVerificationCommandOutput, EC2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -99,9 +96,7 @@ export class StartVpcEndpointServicePrivateDnsVerificationCommand extends $Comma * @public */ constructor(readonly input: StartVpcEndpointServicePrivateDnsVerificationCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -166,7 +161,4 @@ export class StartVpcEndpointServicePrivateDnsVerificationCommand extends $Comma ): Promise { return de_StartVpcEndpointServicePrivateDnsVerificationCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ec2/src/commands/StopInstancesCommand.ts b/clients/client-ec2/src/commands/StopInstancesCommand.ts index 127f0e24670c..14da7e6d1f7d 100644 --- a/clients/client-ec2/src/commands/StopInstancesCommand.ts +++ b/clients/client-ec2/src/commands/StopInstancesCommand.ts @@ -147,9 +147,6 @@ export class StopInstancesCommand extends $Command< StopInstancesCommandOutput, EC2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -163,9 +160,7 @@ export class StopInstancesCommand extends $Command< * @public */ constructor(readonly input: StopInstancesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -216,7 +211,4 @@ export class StopInstancesCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_StopInstancesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ec2/src/commands/TerminateClientVpnConnectionsCommand.ts b/clients/client-ec2/src/commands/TerminateClientVpnConnectionsCommand.ts index db19b3c73b53..0074317c99bb 100644 --- a/clients/client-ec2/src/commands/TerminateClientVpnConnectionsCommand.ts +++ b/clients/client-ec2/src/commands/TerminateClientVpnConnectionsCommand.ts @@ -89,9 +89,6 @@ export class TerminateClientVpnConnectionsCommand extends $Command< TerminateClientVpnConnectionsCommandOutput, EC2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -105,9 +102,7 @@ export class TerminateClientVpnConnectionsCommand extends $Command< * @public */ constructor(readonly input: TerminateClientVpnConnectionsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -163,7 +158,4 @@ export class TerminateClientVpnConnectionsCommand extends $Command< ): Promise { return de_TerminateClientVpnConnectionsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ec2/src/commands/TerminateInstancesCommand.ts b/clients/client-ec2/src/commands/TerminateInstancesCommand.ts index 11dda167ede4..4471cbb5b325 100644 --- a/clients/client-ec2/src/commands/TerminateInstancesCommand.ts +++ b/clients/client-ec2/src/commands/TerminateInstancesCommand.ts @@ -174,9 +174,6 @@ export class TerminateInstancesCommand extends $Command< TerminateInstancesCommandOutput, EC2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -190,9 +187,7 @@ export class TerminateInstancesCommand extends $Command< * @public */ constructor(readonly input: TerminateInstancesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -245,7 +240,4 @@ export class TerminateInstancesCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_TerminateInstancesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ec2/src/commands/UnassignIpv6AddressesCommand.ts b/clients/client-ec2/src/commands/UnassignIpv6AddressesCommand.ts index 63b0f03e78a7..41459daac37c 100644 --- a/clients/client-ec2/src/commands/UnassignIpv6AddressesCommand.ts +++ b/clients/client-ec2/src/commands/UnassignIpv6AddressesCommand.ts @@ -82,9 +82,6 @@ export class UnassignIpv6AddressesCommand extends $Command< UnassignIpv6AddressesCommandOutput, EC2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -98,9 +95,7 @@ export class UnassignIpv6AddressesCommand extends $Command< * @public */ constructor(readonly input: UnassignIpv6AddressesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -153,7 +148,4 @@ export class UnassignIpv6AddressesCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UnassignIpv6AddressesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ec2/src/commands/UnassignPrivateIpAddressesCommand.ts b/clients/client-ec2/src/commands/UnassignPrivateIpAddressesCommand.ts index eff8545d72ec..6a4171e7ae8e 100644 --- a/clients/client-ec2/src/commands/UnassignPrivateIpAddressesCommand.ts +++ b/clients/client-ec2/src/commands/UnassignPrivateIpAddressesCommand.ts @@ -89,9 +89,6 @@ export class UnassignPrivateIpAddressesCommand extends $Command< UnassignPrivateIpAddressesCommandOutput, EC2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -105,9 +102,7 @@ export class UnassignPrivateIpAddressesCommand extends $Command< * @public */ constructor(readonly input: UnassignPrivateIpAddressesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -163,7 +158,4 @@ export class UnassignPrivateIpAddressesCommand extends $Command< ): Promise { return de_UnassignPrivateIpAddressesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ec2/src/commands/UnassignPrivateNatGatewayAddressCommand.ts b/clients/client-ec2/src/commands/UnassignPrivateNatGatewayAddressCommand.ts index 13359b59b18d..0b81a56e9b30 100644 --- a/clients/client-ec2/src/commands/UnassignPrivateNatGatewayAddressCommand.ts +++ b/clients/client-ec2/src/commands/UnassignPrivateNatGatewayAddressCommand.ts @@ -100,9 +100,6 @@ export class UnassignPrivateNatGatewayAddressCommand extends $Command< UnassignPrivateNatGatewayAddressCommandOutput, EC2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -116,9 +113,7 @@ export class UnassignPrivateNatGatewayAddressCommand extends $Command< * @public */ constructor(readonly input: UnassignPrivateNatGatewayAddressCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -177,7 +172,4 @@ export class UnassignPrivateNatGatewayAddressCommand extends $Command< ): Promise { return de_UnassignPrivateNatGatewayAddressCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ec2/src/commands/UnmonitorInstancesCommand.ts b/clients/client-ec2/src/commands/UnmonitorInstancesCommand.ts index 62a9c58bf5ae..df8549591b20 100644 --- a/clients/client-ec2/src/commands/UnmonitorInstancesCommand.ts +++ b/clients/client-ec2/src/commands/UnmonitorInstancesCommand.ts @@ -82,9 +82,6 @@ export class UnmonitorInstancesCommand extends $Command< UnmonitorInstancesCommandOutput, EC2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -98,9 +95,7 @@ export class UnmonitorInstancesCommand extends $Command< * @public */ constructor(readonly input: UnmonitorInstancesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -153,7 +148,4 @@ export class UnmonitorInstancesCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UnmonitorInstancesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ec2/src/commands/UpdateSecurityGroupRuleDescriptionsEgressCommand.ts b/clients/client-ec2/src/commands/UpdateSecurityGroupRuleDescriptionsEgressCommand.ts index fc71fafc8098..0e3ca87064d1 100644 --- a/clients/client-ec2/src/commands/UpdateSecurityGroupRuleDescriptionsEgressCommand.ts +++ b/clients/client-ec2/src/commands/UpdateSecurityGroupRuleDescriptionsEgressCommand.ts @@ -150,9 +150,6 @@ export class UpdateSecurityGroupRuleDescriptionsEgressCommand extends $Command< UpdateSecurityGroupRuleDescriptionsEgressCommandOutput, EC2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -166,9 +163,7 @@ export class UpdateSecurityGroupRuleDescriptionsEgressCommand extends $Command< * @public */ constructor(readonly input: UpdateSecurityGroupRuleDescriptionsEgressCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -233,7 +228,4 @@ export class UpdateSecurityGroupRuleDescriptionsEgressCommand extends $Command< ): Promise { return de_UpdateSecurityGroupRuleDescriptionsEgressCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ec2/src/commands/UpdateSecurityGroupRuleDescriptionsIngressCommand.ts b/clients/client-ec2/src/commands/UpdateSecurityGroupRuleDescriptionsIngressCommand.ts index 06c3e926def6..b8ba638a0b58 100644 --- a/clients/client-ec2/src/commands/UpdateSecurityGroupRuleDescriptionsIngressCommand.ts +++ b/clients/client-ec2/src/commands/UpdateSecurityGroupRuleDescriptionsIngressCommand.ts @@ -150,9 +150,6 @@ export class UpdateSecurityGroupRuleDescriptionsIngressCommand extends $Command< UpdateSecurityGroupRuleDescriptionsIngressCommandOutput, EC2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -166,9 +163,7 @@ export class UpdateSecurityGroupRuleDescriptionsIngressCommand extends $Command< * @public */ constructor(readonly input: UpdateSecurityGroupRuleDescriptionsIngressCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -233,7 +228,4 @@ export class UpdateSecurityGroupRuleDescriptionsIngressCommand extends $Command< ): Promise { return de_UpdateSecurityGroupRuleDescriptionsIngressCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ec2/src/commands/WithdrawByoipCidrCommand.ts b/clients/client-ec2/src/commands/WithdrawByoipCidrCommand.ts index f615f3844d10..a22e07a860c3 100644 --- a/clients/client-ec2/src/commands/WithdrawByoipCidrCommand.ts +++ b/clients/client-ec2/src/commands/WithdrawByoipCidrCommand.ts @@ -80,9 +80,6 @@ export class WithdrawByoipCidrCommand extends $Command< WithdrawByoipCidrCommandOutput, EC2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -96,9 +93,7 @@ export class WithdrawByoipCidrCommand extends $Command< * @public */ constructor(readonly input: WithdrawByoipCidrCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -151,7 +146,4 @@ export class WithdrawByoipCidrCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_WithdrawByoipCidrCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ecr-public/package.json b/clients/client-ecr-public/package.json index bd73358f9b9d..e57b9d9a1156 100644 --- a/clients/client-ecr-public/package.json +++ b/clients/client-ecr-public/package.json @@ -34,29 +34,29 @@ "@aws-sdk/util-endpoints": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@smithy/config-resolver": "^2.0.16", - "@smithy/fetch-http-handler": "^2.2.4", - "@smithy/hash-node": "^2.0.12", - "@smithy/invalid-dependency": "^2.0.12", - "@smithy/middleware-content-length": "^2.0.14", - "@smithy/middleware-endpoint": "^2.1.3", - "@smithy/middleware-retry": "^2.0.18", - "@smithy/middleware-serde": "^2.0.12", - "@smithy/middleware-stack": "^2.0.6", - "@smithy/node-config-provider": "^2.1.3", - "@smithy/node-http-handler": "^2.1.8", - "@smithy/protocol-http": "^3.0.8", - "@smithy/smithy-client": "^2.1.12", - "@smithy/types": "^2.4.0", - "@smithy/url-parser": "^2.0.12", - "@smithy/util-base64": "^2.0.0", + "@smithy/config-resolver": "^2.0.18", + "@smithy/fetch-http-handler": "^2.2.6", + "@smithy/hash-node": "^2.0.15", + "@smithy/invalid-dependency": "^2.0.13", + "@smithy/middleware-content-length": "^2.0.15", + "@smithy/middleware-endpoint": "^2.2.0", + "@smithy/middleware-retry": "^2.0.20", + "@smithy/middleware-serde": "^2.0.13", + "@smithy/middleware-stack": "^2.0.7", + "@smithy/node-config-provider": "^2.1.5", + "@smithy/node-http-handler": "^2.1.9", + "@smithy/protocol-http": "^3.0.9", + "@smithy/smithy-client": "^2.1.15", + "@smithy/types": "^2.5.0", + "@smithy/url-parser": "^2.0.13", + "@smithy/util-base64": "^2.0.1", "@smithy/util-body-length-browser": "^2.0.0", "@smithy/util-body-length-node": "^2.1.0", - "@smithy/util-defaults-mode-browser": "^2.0.16", - "@smithy/util-defaults-mode-node": "^2.0.21", - "@smithy/util-endpoints": "^1.0.2", - "@smithy/util-retry": "^2.0.5", - "@smithy/util-utf8": "^2.0.0", + "@smithy/util-defaults-mode-browser": "^2.0.19", + "@smithy/util-defaults-mode-node": "^2.0.25", + "@smithy/util-endpoints": "^1.0.4", + "@smithy/util-retry": "^2.0.6", + "@smithy/util-utf8": "^2.0.2", "tslib": "^2.5.0" }, "devDependencies": { diff --git a/clients/client-ecr-public/src/commands/BatchCheckLayerAvailabilityCommand.ts b/clients/client-ecr-public/src/commands/BatchCheckLayerAvailabilityCommand.ts index 7883c5cb4e95..b5bd54e15f66 100644 --- a/clients/client-ecr-public/src/commands/BatchCheckLayerAvailabilityCommand.ts +++ b/clients/client-ecr-public/src/commands/BatchCheckLayerAvailabilityCommand.ts @@ -113,9 +113,6 @@ export class BatchCheckLayerAvailabilityCommand extends $Command< BatchCheckLayerAvailabilityCommandOutput, ECRPUBLICClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -129,9 +126,7 @@ export class BatchCheckLayerAvailabilityCommand extends $Command< * @public */ constructor(readonly input: BatchCheckLayerAvailabilityCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -187,7 +182,4 @@ export class BatchCheckLayerAvailabilityCommand extends $Command< ): Promise { return de_BatchCheckLayerAvailabilityCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ecr-public/src/commands/BatchDeleteImageCommand.ts b/clients/client-ecr-public/src/commands/BatchDeleteImageCommand.ts index 41c5a549ba4a..338580830bef 100644 --- a/clients/client-ecr-public/src/commands/BatchDeleteImageCommand.ts +++ b/clients/client-ecr-public/src/commands/BatchDeleteImageCommand.ts @@ -112,9 +112,6 @@ export class BatchDeleteImageCommand extends $Command< BatchDeleteImageCommandOutput, ECRPUBLICClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -128,9 +125,7 @@ export class BatchDeleteImageCommand extends $Command< * @public */ constructor(readonly input: BatchDeleteImageCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -183,7 +178,4 @@ export class BatchDeleteImageCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_BatchDeleteImageCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ecr-public/src/commands/CompleteLayerUploadCommand.ts b/clients/client-ecr-public/src/commands/CompleteLayerUploadCommand.ts index b71f489f8fc8..d1480bc16f5a 100644 --- a/clients/client-ecr-public/src/commands/CompleteLayerUploadCommand.ts +++ b/clients/client-ecr-public/src/commands/CompleteLayerUploadCommand.ts @@ -119,9 +119,6 @@ export class CompleteLayerUploadCommand extends $Command< CompleteLayerUploadCommandOutput, ECRPUBLICClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -135,9 +132,7 @@ export class CompleteLayerUploadCommand extends $Command< * @public */ constructor(readonly input: CompleteLayerUploadCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -190,7 +185,4 @@ export class CompleteLayerUploadCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CompleteLayerUploadCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ecr-public/src/commands/CreateRepositoryCommand.ts b/clients/client-ecr-public/src/commands/CreateRepositoryCommand.ts index cc865705b97a..e856311be3d0 100644 --- a/clients/client-ecr-public/src/commands/CreateRepositoryCommand.ts +++ b/clients/client-ecr-public/src/commands/CreateRepositoryCommand.ts @@ -133,9 +133,6 @@ export class CreateRepositoryCommand extends $Command< CreateRepositoryCommandOutput, ECRPUBLICClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -149,9 +146,7 @@ export class CreateRepositoryCommand extends $Command< * @public */ constructor(readonly input: CreateRepositoryCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -204,7 +199,4 @@ export class CreateRepositoryCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateRepositoryCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ecr-public/src/commands/DeleteRepositoryCommand.ts b/clients/client-ecr-public/src/commands/DeleteRepositoryCommand.ts index d41ed28b3321..26c2ab9a5e6a 100644 --- a/clients/client-ecr-public/src/commands/DeleteRepositoryCommand.ts +++ b/clients/client-ecr-public/src/commands/DeleteRepositoryCommand.ts @@ -98,9 +98,6 @@ export class DeleteRepositoryCommand extends $Command< DeleteRepositoryCommandOutput, ECRPUBLICClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -114,9 +111,7 @@ export class DeleteRepositoryCommand extends $Command< * @public */ constructor(readonly input: DeleteRepositoryCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -169,7 +164,4 @@ export class DeleteRepositoryCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteRepositoryCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ecr-public/src/commands/DeleteRepositoryPolicyCommand.ts b/clients/client-ecr-public/src/commands/DeleteRepositoryPolicyCommand.ts index 95aa12a10a00..63cc883f3ad5 100644 --- a/clients/client-ecr-public/src/commands/DeleteRepositoryPolicyCommand.ts +++ b/clients/client-ecr-public/src/commands/DeleteRepositoryPolicyCommand.ts @@ -91,9 +91,6 @@ export class DeleteRepositoryPolicyCommand extends $Command< DeleteRepositoryPolicyCommandOutput, ECRPUBLICClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -107,9 +104,7 @@ export class DeleteRepositoryPolicyCommand extends $Command< * @public */ constructor(readonly input: DeleteRepositoryPolicyCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -162,7 +157,4 @@ export class DeleteRepositoryPolicyCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteRepositoryPolicyCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ecr-public/src/commands/DescribeImageTagsCommand.ts b/clients/client-ecr-public/src/commands/DescribeImageTagsCommand.ts index b283d2a80643..edcde7336a8f 100644 --- a/clients/client-ecr-public/src/commands/DescribeImageTagsCommand.ts +++ b/clients/client-ecr-public/src/commands/DescribeImageTagsCommand.ts @@ -100,9 +100,6 @@ export class DescribeImageTagsCommand extends $Command< DescribeImageTagsCommandOutput, ECRPUBLICClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -116,9 +113,7 @@ export class DescribeImageTagsCommand extends $Command< * @public */ constructor(readonly input: DescribeImageTagsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -171,7 +166,4 @@ export class DescribeImageTagsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DescribeImageTagsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ecr-public/src/commands/DescribeImagesCommand.ts b/clients/client-ecr-public/src/commands/DescribeImagesCommand.ts index a725ff43d535..130348eb833f 100644 --- a/clients/client-ecr-public/src/commands/DescribeImagesCommand.ts +++ b/clients/client-ecr-public/src/commands/DescribeImagesCommand.ts @@ -117,9 +117,6 @@ export class DescribeImagesCommand extends $Command< DescribeImagesCommandOutput, ECRPUBLICClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -133,9 +130,7 @@ export class DescribeImagesCommand extends $Command< * @public */ constructor(readonly input: DescribeImagesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -188,7 +183,4 @@ export class DescribeImagesCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DescribeImagesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ecr-public/src/commands/DescribeRegistriesCommand.ts b/clients/client-ecr-public/src/commands/DescribeRegistriesCommand.ts index 6af871e9aa2d..20c016261f86 100644 --- a/clients/client-ecr-public/src/commands/DescribeRegistriesCommand.ts +++ b/clients/client-ecr-public/src/commands/DescribeRegistriesCommand.ts @@ -97,9 +97,6 @@ export class DescribeRegistriesCommand extends $Command< DescribeRegistriesCommandOutput, ECRPUBLICClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -113,9 +110,7 @@ export class DescribeRegistriesCommand extends $Command< * @public */ constructor(readonly input: DescribeRegistriesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -168,7 +163,4 @@ export class DescribeRegistriesCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DescribeRegistriesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ecr-public/src/commands/DescribeRepositoriesCommand.ts b/clients/client-ecr-public/src/commands/DescribeRepositoriesCommand.ts index 1b553c5abe44..b15eb8af7f0a 100644 --- a/clients/client-ecr-public/src/commands/DescribeRepositoriesCommand.ts +++ b/clients/client-ecr-public/src/commands/DescribeRepositoriesCommand.ts @@ -98,9 +98,6 @@ export class DescribeRepositoriesCommand extends $Command< DescribeRepositoriesCommandOutput, ECRPUBLICClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -114,9 +111,7 @@ export class DescribeRepositoriesCommand extends $Command< * @public */ constructor(readonly input: DescribeRepositoriesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -169,7 +164,4 @@ export class DescribeRepositoriesCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DescribeRepositoriesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ecr-public/src/commands/GetAuthorizationTokenCommand.ts b/clients/client-ecr-public/src/commands/GetAuthorizationTokenCommand.ts index 9703202fe7fe..b07052d710f0 100644 --- a/clients/client-ecr-public/src/commands/GetAuthorizationTokenCommand.ts +++ b/clients/client-ecr-public/src/commands/GetAuthorizationTokenCommand.ts @@ -85,9 +85,6 @@ export class GetAuthorizationTokenCommand extends $Command< GetAuthorizationTokenCommandOutput, ECRPUBLICClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -101,9 +98,7 @@ export class GetAuthorizationTokenCommand extends $Command< * @public */ constructor(readonly input: GetAuthorizationTokenCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -156,7 +151,4 @@ export class GetAuthorizationTokenCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetAuthorizationTokenCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ecr-public/src/commands/GetRegistryCatalogDataCommand.ts b/clients/client-ecr-public/src/commands/GetRegistryCatalogDataCommand.ts index ba307ea53983..739a99323030 100644 --- a/clients/client-ecr-public/src/commands/GetRegistryCatalogDataCommand.ts +++ b/clients/client-ecr-public/src/commands/GetRegistryCatalogDataCommand.ts @@ -76,9 +76,6 @@ export class GetRegistryCatalogDataCommand extends $Command< GetRegistryCatalogDataCommandOutput, ECRPUBLICClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -92,9 +89,7 @@ export class GetRegistryCatalogDataCommand extends $Command< * @public */ constructor(readonly input: GetRegistryCatalogDataCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -147,7 +142,4 @@ export class GetRegistryCatalogDataCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetRegistryCatalogDataCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ecr-public/src/commands/GetRepositoryCatalogDataCommand.ts b/clients/client-ecr-public/src/commands/GetRepositoryCatalogDataCommand.ts index 932c7c3c4b71..1151d06f4ac5 100644 --- a/clients/client-ecr-public/src/commands/GetRepositoryCatalogDataCommand.ts +++ b/clients/client-ecr-public/src/commands/GetRepositoryCatalogDataCommand.ts @@ -101,9 +101,6 @@ export class GetRepositoryCatalogDataCommand extends $Command< GetRepositoryCatalogDataCommandOutput, ECRPUBLICClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -117,9 +114,7 @@ export class GetRepositoryCatalogDataCommand extends $Command< * @public */ constructor(readonly input: GetRepositoryCatalogDataCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -172,7 +167,4 @@ export class GetRepositoryCatalogDataCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetRepositoryCatalogDataCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ecr-public/src/commands/GetRepositoryPolicyCommand.ts b/clients/client-ecr-public/src/commands/GetRepositoryPolicyCommand.ts index f9eb9e6b1e92..d266bd51b211 100644 --- a/clients/client-ecr-public/src/commands/GetRepositoryPolicyCommand.ts +++ b/clients/client-ecr-public/src/commands/GetRepositoryPolicyCommand.ts @@ -91,9 +91,6 @@ export class GetRepositoryPolicyCommand extends $Command< GetRepositoryPolicyCommandOutput, ECRPUBLICClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -107,9 +104,7 @@ export class GetRepositoryPolicyCommand extends $Command< * @public */ constructor(readonly input: GetRepositoryPolicyCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -162,7 +157,4 @@ export class GetRepositoryPolicyCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetRepositoryPolicyCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ecr-public/src/commands/InitiateLayerUploadCommand.ts b/clients/client-ecr-public/src/commands/InitiateLayerUploadCommand.ts index 1afb8a28778a..6b873fc8a1d0 100644 --- a/clients/client-ecr-public/src/commands/InitiateLayerUploadCommand.ts +++ b/clients/client-ecr-public/src/commands/InitiateLayerUploadCommand.ts @@ -95,9 +95,6 @@ export class InitiateLayerUploadCommand extends $Command< InitiateLayerUploadCommandOutput, ECRPUBLICClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -111,9 +108,7 @@ export class InitiateLayerUploadCommand extends $Command< * @public */ constructor(readonly input: InitiateLayerUploadCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -166,7 +161,4 @@ export class InitiateLayerUploadCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_InitiateLayerUploadCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ecr-public/src/commands/ListTagsForResourceCommand.ts b/clients/client-ecr-public/src/commands/ListTagsForResourceCommand.ts index c9a5b11bc83b..2007db11116b 100644 --- a/clients/client-ecr-public/src/commands/ListTagsForResourceCommand.ts +++ b/clients/client-ecr-public/src/commands/ListTagsForResourceCommand.ts @@ -89,9 +89,6 @@ export class ListTagsForResourceCommand extends $Command< ListTagsForResourceCommandOutput, ECRPUBLICClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -105,9 +102,7 @@ export class ListTagsForResourceCommand extends $Command< * @public */ constructor(readonly input: ListTagsForResourceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -160,7 +155,4 @@ export class ListTagsForResourceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListTagsForResourceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ecr-public/src/commands/PutImageCommand.ts b/clients/client-ecr-public/src/commands/PutImageCommand.ts index f55b5a1c4fdd..0c14ee99e380 100644 --- a/clients/client-ecr-public/src/commands/PutImageCommand.ts +++ b/clients/client-ecr-public/src/commands/PutImageCommand.ts @@ -131,9 +131,6 @@ export class PutImageCommand extends $Command< PutImageCommandOutput, ECRPUBLICClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -147,9 +144,7 @@ export class PutImageCommand extends $Command< * @public */ constructor(readonly input: PutImageCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -200,7 +195,4 @@ export class PutImageCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_PutImageCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ecr-public/src/commands/PutRegistryCatalogDataCommand.ts b/clients/client-ecr-public/src/commands/PutRegistryCatalogDataCommand.ts index 54faeca55b90..8d152d9cc446 100644 --- a/clients/client-ecr-public/src/commands/PutRegistryCatalogDataCommand.ts +++ b/clients/client-ecr-public/src/commands/PutRegistryCatalogDataCommand.ts @@ -82,9 +82,6 @@ export class PutRegistryCatalogDataCommand extends $Command< PutRegistryCatalogDataCommandOutput, ECRPUBLICClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -98,9 +95,7 @@ export class PutRegistryCatalogDataCommand extends $Command< * @public */ constructor(readonly input: PutRegistryCatalogDataCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -153,7 +148,4 @@ export class PutRegistryCatalogDataCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_PutRegistryCatalogDataCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ecr-public/src/commands/PutRepositoryCatalogDataCommand.ts b/clients/client-ecr-public/src/commands/PutRepositoryCatalogDataCommand.ts index a72afc03ef6b..64dde9653c5e 100644 --- a/clients/client-ecr-public/src/commands/PutRepositoryCatalogDataCommand.ts +++ b/clients/client-ecr-public/src/commands/PutRepositoryCatalogDataCommand.ts @@ -109,9 +109,6 @@ export class PutRepositoryCatalogDataCommand extends $Command< PutRepositoryCatalogDataCommandOutput, ECRPUBLICClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -125,9 +122,7 @@ export class PutRepositoryCatalogDataCommand extends $Command< * @public */ constructor(readonly input: PutRepositoryCatalogDataCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -180,7 +175,4 @@ export class PutRepositoryCatalogDataCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_PutRepositoryCatalogDataCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ecr-public/src/commands/SetRepositoryPolicyCommand.ts b/clients/client-ecr-public/src/commands/SetRepositoryPolicyCommand.ts index f22f0b6ee9ef..c282c1f9075d 100644 --- a/clients/client-ecr-public/src/commands/SetRepositoryPolicyCommand.ts +++ b/clients/client-ecr-public/src/commands/SetRepositoryPolicyCommand.ts @@ -91,9 +91,6 @@ export class SetRepositoryPolicyCommand extends $Command< SetRepositoryPolicyCommandOutput, ECRPUBLICClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -107,9 +104,7 @@ export class SetRepositoryPolicyCommand extends $Command< * @public */ constructor(readonly input: SetRepositoryPolicyCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -162,7 +157,4 @@ export class SetRepositoryPolicyCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_SetRepositoryPolicyCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ecr-public/src/commands/TagResourceCommand.ts b/clients/client-ecr-public/src/commands/TagResourceCommand.ts index e1349063836b..86a296150c0b 100644 --- a/clients/client-ecr-public/src/commands/TagResourceCommand.ts +++ b/clients/client-ecr-public/src/commands/TagResourceCommand.ts @@ -98,9 +98,6 @@ export class TagResourceCommand extends $Command< TagResourceCommandOutput, ECRPUBLICClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -114,9 +111,7 @@ export class TagResourceCommand extends $Command< * @public */ constructor(readonly input: TagResourceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -167,7 +162,4 @@ export class TagResourceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_TagResourceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ecr-public/src/commands/UntagResourceCommand.ts b/clients/client-ecr-public/src/commands/UntagResourceCommand.ts index eecf2609912c..ba1796da8945 100644 --- a/clients/client-ecr-public/src/commands/UntagResourceCommand.ts +++ b/clients/client-ecr-public/src/commands/UntagResourceCommand.ts @@ -92,9 +92,6 @@ export class UntagResourceCommand extends $Command< UntagResourceCommandOutput, ECRPUBLICClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -108,9 +105,7 @@ export class UntagResourceCommand extends $Command< * @public */ constructor(readonly input: UntagResourceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -161,7 +156,4 @@ export class UntagResourceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UntagResourceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ecr-public/src/commands/UploadLayerPartCommand.ts b/clients/client-ecr-public/src/commands/UploadLayerPartCommand.ts index 52f8e682517f..38dc36aa694a 100644 --- a/clients/client-ecr-public/src/commands/UploadLayerPartCommand.ts +++ b/clients/client-ecr-public/src/commands/UploadLayerPartCommand.ts @@ -114,9 +114,6 @@ export class UploadLayerPartCommand extends $Command< UploadLayerPartCommandOutput, ECRPUBLICClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -130,9 +127,7 @@ export class UploadLayerPartCommand extends $Command< * @public */ constructor(readonly input: UploadLayerPartCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -185,7 +180,4 @@ export class UploadLayerPartCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UploadLayerPartCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ecr/package.json b/clients/client-ecr/package.json index 2244282e070a..94b82da47338 100644 --- a/clients/client-ecr/package.json +++ b/clients/client-ecr/package.json @@ -34,30 +34,30 @@ "@aws-sdk/util-endpoints": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@smithy/config-resolver": "^2.0.16", - "@smithy/fetch-http-handler": "^2.2.4", - "@smithy/hash-node": "^2.0.12", - "@smithy/invalid-dependency": "^2.0.12", - "@smithy/middleware-content-length": "^2.0.14", - "@smithy/middleware-endpoint": "^2.1.3", - "@smithy/middleware-retry": "^2.0.18", - "@smithy/middleware-serde": "^2.0.12", - "@smithy/middleware-stack": "^2.0.6", - "@smithy/node-config-provider": "^2.1.3", - "@smithy/node-http-handler": "^2.1.8", - "@smithy/protocol-http": "^3.0.8", - "@smithy/smithy-client": "^2.1.12", - "@smithy/types": "^2.4.0", - "@smithy/url-parser": "^2.0.12", - "@smithy/util-base64": "^2.0.0", + "@smithy/config-resolver": "^2.0.18", + "@smithy/fetch-http-handler": "^2.2.6", + "@smithy/hash-node": "^2.0.15", + "@smithy/invalid-dependency": "^2.0.13", + "@smithy/middleware-content-length": "^2.0.15", + "@smithy/middleware-endpoint": "^2.2.0", + "@smithy/middleware-retry": "^2.0.20", + "@smithy/middleware-serde": "^2.0.13", + "@smithy/middleware-stack": "^2.0.7", + "@smithy/node-config-provider": "^2.1.5", + "@smithy/node-http-handler": "^2.1.9", + "@smithy/protocol-http": "^3.0.9", + "@smithy/smithy-client": "^2.1.15", + "@smithy/types": "^2.5.0", + "@smithy/url-parser": "^2.0.13", + "@smithy/util-base64": "^2.0.1", "@smithy/util-body-length-browser": "^2.0.0", "@smithy/util-body-length-node": "^2.1.0", - "@smithy/util-defaults-mode-browser": "^2.0.16", - "@smithy/util-defaults-mode-node": "^2.0.21", - "@smithy/util-endpoints": "^1.0.2", - "@smithy/util-retry": "^2.0.5", - "@smithy/util-utf8": "^2.0.0", - "@smithy/util-waiter": "^2.0.12", + "@smithy/util-defaults-mode-browser": "^2.0.19", + "@smithy/util-defaults-mode-node": "^2.0.25", + "@smithy/util-endpoints": "^1.0.4", + "@smithy/util-retry": "^2.0.6", + "@smithy/util-utf8": "^2.0.2", + "@smithy/util-waiter": "^2.0.13", "tslib": "^2.5.0" }, "devDependencies": { diff --git a/clients/client-ecr/src/commands/BatchCheckLayerAvailabilityCommand.ts b/clients/client-ecr/src/commands/BatchCheckLayerAvailabilityCommand.ts index 686155844f5e..ddc70199c347 100644 --- a/clients/client-ecr/src/commands/BatchCheckLayerAvailabilityCommand.ts +++ b/clients/client-ecr/src/commands/BatchCheckLayerAvailabilityCommand.ts @@ -108,9 +108,6 @@ export class BatchCheckLayerAvailabilityCommand extends $Command< BatchCheckLayerAvailabilityCommandOutput, ECRClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -124,9 +121,7 @@ export class BatchCheckLayerAvailabilityCommand extends $Command< * @public */ constructor(readonly input: BatchCheckLayerAvailabilityCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -182,7 +177,4 @@ export class BatchCheckLayerAvailabilityCommand extends $Command< ): Promise { return de_BatchCheckLayerAvailabilityCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ecr/src/commands/BatchDeleteImageCommand.ts b/clients/client-ecr/src/commands/BatchDeleteImageCommand.ts index 301c255bb5ba..e0809c333b60 100644 --- a/clients/client-ecr/src/commands/BatchDeleteImageCommand.ts +++ b/clients/client-ecr/src/commands/BatchDeleteImageCommand.ts @@ -135,9 +135,6 @@ export class BatchDeleteImageCommand extends $Command< BatchDeleteImageCommandOutput, ECRClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -151,9 +148,7 @@ export class BatchDeleteImageCommand extends $Command< * @public */ constructor(readonly input: BatchDeleteImageCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -206,7 +201,4 @@ export class BatchDeleteImageCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_BatchDeleteImageCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ecr/src/commands/BatchGetImageCommand.ts b/clients/client-ecr/src/commands/BatchGetImageCommand.ts index 32b554718035..721ea1839a42 100644 --- a/clients/client-ecr/src/commands/BatchGetImageCommand.ts +++ b/clients/client-ecr/src/commands/BatchGetImageCommand.ts @@ -147,9 +147,6 @@ export class BatchGetImageCommand extends $Command< BatchGetImageCommandOutput, ECRClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -163,9 +160,7 @@ export class BatchGetImageCommand extends $Command< * @public */ constructor(readonly input: BatchGetImageCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -216,7 +211,4 @@ export class BatchGetImageCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_BatchGetImageCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ecr/src/commands/BatchGetRepositoryScanningConfigurationCommand.ts b/clients/client-ecr/src/commands/BatchGetRepositoryScanningConfigurationCommand.ts index a14c758632b8..c236cd2f001d 100644 --- a/clients/client-ecr/src/commands/BatchGetRepositoryScanningConfigurationCommand.ts +++ b/clients/client-ecr/src/commands/BatchGetRepositoryScanningConfigurationCommand.ts @@ -115,9 +115,6 @@ export class BatchGetRepositoryScanningConfigurationCommand extends $Command< BatchGetRepositoryScanningConfigurationCommandOutput, ECRClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -131,9 +128,7 @@ export class BatchGetRepositoryScanningConfigurationCommand extends $Command< * @public */ constructor(readonly input: BatchGetRepositoryScanningConfigurationCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -198,7 +193,4 @@ export class BatchGetRepositoryScanningConfigurationCommand extends $Command< ): Promise { return de_BatchGetRepositoryScanningConfigurationCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ecr/src/commands/CompleteLayerUploadCommand.ts b/clients/client-ecr/src/commands/CompleteLayerUploadCommand.ts index af0192ebf9ad..f52c448bd339 100644 --- a/clients/client-ecr/src/commands/CompleteLayerUploadCommand.ts +++ b/clients/client-ecr/src/commands/CompleteLayerUploadCommand.ts @@ -117,9 +117,6 @@ export class CompleteLayerUploadCommand extends $Command< CompleteLayerUploadCommandOutput, ECRClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -133,9 +130,7 @@ export class CompleteLayerUploadCommand extends $Command< * @public */ constructor(readonly input: CompleteLayerUploadCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -188,7 +183,4 @@ export class CompleteLayerUploadCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CompleteLayerUploadCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ecr/src/commands/CreatePullThroughCacheRuleCommand.ts b/clients/client-ecr/src/commands/CreatePullThroughCacheRuleCommand.ts index 8f2cc017c2c6..cdebc4d5fb40 100644 --- a/clients/client-ecr/src/commands/CreatePullThroughCacheRuleCommand.ts +++ b/clients/client-ecr/src/commands/CreatePullThroughCacheRuleCommand.ts @@ -98,9 +98,6 @@ export class CreatePullThroughCacheRuleCommand extends $Command< CreatePullThroughCacheRuleCommandOutput, ECRClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -114,9 +111,7 @@ export class CreatePullThroughCacheRuleCommand extends $Command< * @public */ constructor(readonly input: CreatePullThroughCacheRuleCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -172,7 +167,4 @@ export class CreatePullThroughCacheRuleCommand extends $Command< ): Promise { return de_CreatePullThroughCacheRuleCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ecr/src/commands/CreateRepositoryCommand.ts b/clients/client-ecr/src/commands/CreateRepositoryCommand.ts index becfb43edf15..5561772ca0a0 100644 --- a/clients/client-ecr/src/commands/CreateRepositoryCommand.ts +++ b/clients/client-ecr/src/commands/CreateRepositoryCommand.ts @@ -146,9 +146,6 @@ export class CreateRepositoryCommand extends $Command< CreateRepositoryCommandOutput, ECRClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -162,9 +159,7 @@ export class CreateRepositoryCommand extends $Command< * @public */ constructor(readonly input: CreateRepositoryCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -217,7 +212,4 @@ export class CreateRepositoryCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateRepositoryCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ecr/src/commands/DeleteLifecyclePolicyCommand.ts b/clients/client-ecr/src/commands/DeleteLifecyclePolicyCommand.ts index 148c16d95538..b3de6d43ae0d 100644 --- a/clients/client-ecr/src/commands/DeleteLifecyclePolicyCommand.ts +++ b/clients/client-ecr/src/commands/DeleteLifecyclePolicyCommand.ts @@ -92,9 +92,6 @@ export class DeleteLifecyclePolicyCommand extends $Command< DeleteLifecyclePolicyCommandOutput, ECRClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -108,9 +105,7 @@ export class DeleteLifecyclePolicyCommand extends $Command< * @public */ constructor(readonly input: DeleteLifecyclePolicyCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -163,7 +158,4 @@ export class DeleteLifecyclePolicyCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteLifecyclePolicyCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ecr/src/commands/DeletePullThroughCacheRuleCommand.ts b/clients/client-ecr/src/commands/DeletePullThroughCacheRuleCommand.ts index b0e717a5e763..ab2f615e1258 100644 --- a/clients/client-ecr/src/commands/DeletePullThroughCacheRuleCommand.ts +++ b/clients/client-ecr/src/commands/DeletePullThroughCacheRuleCommand.ts @@ -88,9 +88,6 @@ export class DeletePullThroughCacheRuleCommand extends $Command< DeletePullThroughCacheRuleCommandOutput, ECRClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -104,9 +101,7 @@ export class DeletePullThroughCacheRuleCommand extends $Command< * @public */ constructor(readonly input: DeletePullThroughCacheRuleCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -162,7 +157,4 @@ export class DeletePullThroughCacheRuleCommand extends $Command< ): Promise { return de_DeletePullThroughCacheRuleCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ecr/src/commands/DeleteRegistryPolicyCommand.ts b/clients/client-ecr/src/commands/DeleteRegistryPolicyCommand.ts index eb5d99f86401..981de40dd069 100644 --- a/clients/client-ecr/src/commands/DeleteRegistryPolicyCommand.ts +++ b/clients/client-ecr/src/commands/DeleteRegistryPolicyCommand.ts @@ -82,9 +82,6 @@ export class DeleteRegistryPolicyCommand extends $Command< DeleteRegistryPolicyCommandOutput, ECRClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -98,9 +95,7 @@ export class DeleteRegistryPolicyCommand extends $Command< * @public */ constructor(readonly input: DeleteRegistryPolicyCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -153,7 +148,4 @@ export class DeleteRegistryPolicyCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteRegistryPolicyCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ecr/src/commands/DeleteRepositoryCommand.ts b/clients/client-ecr/src/commands/DeleteRepositoryCommand.ts index 3e52d935c5d3..9254756287a1 100644 --- a/clients/client-ecr/src/commands/DeleteRepositoryCommand.ts +++ b/clients/client-ecr/src/commands/DeleteRepositoryCommand.ts @@ -127,9 +127,6 @@ export class DeleteRepositoryCommand extends $Command< DeleteRepositoryCommandOutput, ECRClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -143,9 +140,7 @@ export class DeleteRepositoryCommand extends $Command< * @public */ constructor(readonly input: DeleteRepositoryCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -198,7 +193,4 @@ export class DeleteRepositoryCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteRepositoryCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ecr/src/commands/DeleteRepositoryPolicyCommand.ts b/clients/client-ecr/src/commands/DeleteRepositoryPolicyCommand.ts index ede5c83c36fc..0f47b85b9f95 100644 --- a/clients/client-ecr/src/commands/DeleteRepositoryPolicyCommand.ts +++ b/clients/client-ecr/src/commands/DeleteRepositoryPolicyCommand.ts @@ -106,9 +106,6 @@ export class DeleteRepositoryPolicyCommand extends $Command< DeleteRepositoryPolicyCommandOutput, ECRClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -122,9 +119,7 @@ export class DeleteRepositoryPolicyCommand extends $Command< * @public */ constructor(readonly input: DeleteRepositoryPolicyCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -177,7 +172,4 @@ export class DeleteRepositoryPolicyCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteRepositoryPolicyCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ecr/src/commands/DescribeImageReplicationStatusCommand.ts b/clients/client-ecr/src/commands/DescribeImageReplicationStatusCommand.ts index f5bb4d69f110..81bac3c822f4 100644 --- a/clients/client-ecr/src/commands/DescribeImageReplicationStatusCommand.ts +++ b/clients/client-ecr/src/commands/DescribeImageReplicationStatusCommand.ts @@ -109,9 +109,6 @@ export class DescribeImageReplicationStatusCommand extends $Command< DescribeImageReplicationStatusCommandOutput, ECRClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -125,9 +122,7 @@ export class DescribeImageReplicationStatusCommand extends $Command< * @public */ constructor(readonly input: DescribeImageReplicationStatusCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -186,7 +181,4 @@ export class DescribeImageReplicationStatusCommand extends $Command< ): Promise { return de_DescribeImageReplicationStatusCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ecr/src/commands/DescribeImageScanFindingsCommand.ts b/clients/client-ecr/src/commands/DescribeImageScanFindingsCommand.ts index ed66d88c3a0e..7ea17e054b3f 100644 --- a/clients/client-ecr/src/commands/DescribeImageScanFindingsCommand.ts +++ b/clients/client-ecr/src/commands/DescribeImageScanFindingsCommand.ts @@ -221,9 +221,6 @@ export class DescribeImageScanFindingsCommand extends $Command< DescribeImageScanFindingsCommandOutput, ECRClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -237,9 +234,7 @@ export class DescribeImageScanFindingsCommand extends $Command< * @public */ constructor(readonly input: DescribeImageScanFindingsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -295,7 +290,4 @@ export class DescribeImageScanFindingsCommand extends $Command< ): Promise { return de_DescribeImageScanFindingsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ecr/src/commands/DescribeImagesCommand.ts b/clients/client-ecr/src/commands/DescribeImagesCommand.ts index aec313fea0bb..6aff8e8fe51b 100644 --- a/clients/client-ecr/src/commands/DescribeImagesCommand.ts +++ b/clients/client-ecr/src/commands/DescribeImagesCommand.ts @@ -128,9 +128,6 @@ export class DescribeImagesCommand extends $Command< DescribeImagesCommandOutput, ECRClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -144,9 +141,7 @@ export class DescribeImagesCommand extends $Command< * @public */ constructor(readonly input: DescribeImagesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -199,7 +194,4 @@ export class DescribeImagesCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DescribeImagesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ecr/src/commands/DescribePullThroughCacheRulesCommand.ts b/clients/client-ecr/src/commands/DescribePullThroughCacheRulesCommand.ts index 6c94e06d59bd..653ed7195ad4 100644 --- a/clients/client-ecr/src/commands/DescribePullThroughCacheRulesCommand.ts +++ b/clients/client-ecr/src/commands/DescribePullThroughCacheRulesCommand.ts @@ -102,9 +102,6 @@ export class DescribePullThroughCacheRulesCommand extends $Command< DescribePullThroughCacheRulesCommandOutput, ECRClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -118,9 +115,7 @@ export class DescribePullThroughCacheRulesCommand extends $Command< * @public */ constructor(readonly input: DescribePullThroughCacheRulesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -176,7 +171,4 @@ export class DescribePullThroughCacheRulesCommand extends $Command< ): Promise { return de_DescribePullThroughCacheRulesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ecr/src/commands/DescribeRegistryCommand.ts b/clients/client-ecr/src/commands/DescribeRegistryCommand.ts index 650c6a628f04..388506f305a9 100644 --- a/clients/client-ecr/src/commands/DescribeRegistryCommand.ts +++ b/clients/client-ecr/src/commands/DescribeRegistryCommand.ts @@ -98,9 +98,6 @@ export class DescribeRegistryCommand extends $Command< DescribeRegistryCommandOutput, ECRClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -114,9 +111,7 @@ export class DescribeRegistryCommand extends $Command< * @public */ constructor(readonly input: DescribeRegistryCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -169,7 +164,4 @@ export class DescribeRegistryCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DescribeRegistryCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ecr/src/commands/DescribeRepositoriesCommand.ts b/clients/client-ecr/src/commands/DescribeRepositoriesCommand.ts index ca7fd9614238..d34cbf2d0d33 100644 --- a/clients/client-ecr/src/commands/DescribeRepositoriesCommand.ts +++ b/clients/client-ecr/src/commands/DescribeRepositoriesCommand.ts @@ -128,9 +128,6 @@ export class DescribeRepositoriesCommand extends $Command< DescribeRepositoriesCommandOutput, ECRClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -144,9 +141,7 @@ export class DescribeRepositoriesCommand extends $Command< * @public */ constructor(readonly input: DescribeRepositoriesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -199,7 +194,4 @@ export class DescribeRepositoriesCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DescribeRepositoriesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ecr/src/commands/GetAuthorizationTokenCommand.ts b/clients/client-ecr/src/commands/GetAuthorizationTokenCommand.ts index dec88c2ecd81..fbd31a9b33bb 100644 --- a/clients/client-ecr/src/commands/GetAuthorizationTokenCommand.ts +++ b/clients/client-ecr/src/commands/GetAuthorizationTokenCommand.ts @@ -112,9 +112,6 @@ export class GetAuthorizationTokenCommand extends $Command< GetAuthorizationTokenCommandOutput, ECRClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -128,9 +125,7 @@ export class GetAuthorizationTokenCommand extends $Command< * @public */ constructor(readonly input: GetAuthorizationTokenCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -183,7 +178,4 @@ export class GetAuthorizationTokenCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetAuthorizationTokenCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ecr/src/commands/GetDownloadUrlForLayerCommand.ts b/clients/client-ecr/src/commands/GetDownloadUrlForLayerCommand.ts index bfc149a94fa6..e851eecb8b8f 100644 --- a/clients/client-ecr/src/commands/GetDownloadUrlForLayerCommand.ts +++ b/clients/client-ecr/src/commands/GetDownloadUrlForLayerCommand.ts @@ -99,9 +99,6 @@ export class GetDownloadUrlForLayerCommand extends $Command< GetDownloadUrlForLayerCommandOutput, ECRClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -115,9 +112,7 @@ export class GetDownloadUrlForLayerCommand extends $Command< * @public */ constructor(readonly input: GetDownloadUrlForLayerCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -170,7 +165,4 @@ export class GetDownloadUrlForLayerCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetDownloadUrlForLayerCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ecr/src/commands/GetLifecyclePolicyCommand.ts b/clients/client-ecr/src/commands/GetLifecyclePolicyCommand.ts index bf1f42f9ab2f..f03ece463857 100644 --- a/clients/client-ecr/src/commands/GetLifecyclePolicyCommand.ts +++ b/clients/client-ecr/src/commands/GetLifecyclePolicyCommand.ts @@ -92,9 +92,6 @@ export class GetLifecyclePolicyCommand extends $Command< GetLifecyclePolicyCommandOutput, ECRClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -108,9 +105,7 @@ export class GetLifecyclePolicyCommand extends $Command< * @public */ constructor(readonly input: GetLifecyclePolicyCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -163,7 +158,4 @@ export class GetLifecyclePolicyCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetLifecyclePolicyCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ecr/src/commands/GetLifecyclePolicyPreviewCommand.ts b/clients/client-ecr/src/commands/GetLifecyclePolicyPreviewCommand.ts index f29994775fc7..5e47beeacda2 100644 --- a/clients/client-ecr/src/commands/GetLifecyclePolicyPreviewCommand.ts +++ b/clients/client-ecr/src/commands/GetLifecyclePolicyPreviewCommand.ts @@ -120,9 +120,6 @@ export class GetLifecyclePolicyPreviewCommand extends $Command< GetLifecyclePolicyPreviewCommandOutput, ECRClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -136,9 +133,7 @@ export class GetLifecyclePolicyPreviewCommand extends $Command< * @public */ constructor(readonly input: GetLifecyclePolicyPreviewCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -194,7 +189,4 @@ export class GetLifecyclePolicyPreviewCommand extends $Command< ): Promise { return de_GetLifecyclePolicyPreviewCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ecr/src/commands/GetRegistryPolicyCommand.ts b/clients/client-ecr/src/commands/GetRegistryPolicyCommand.ts index 5512fbce6012..f6d0fc49bfbe 100644 --- a/clients/client-ecr/src/commands/GetRegistryPolicyCommand.ts +++ b/clients/client-ecr/src/commands/GetRegistryPolicyCommand.ts @@ -82,9 +82,6 @@ export class GetRegistryPolicyCommand extends $Command< GetRegistryPolicyCommandOutput, ECRClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -98,9 +95,7 @@ export class GetRegistryPolicyCommand extends $Command< * @public */ constructor(readonly input: GetRegistryPolicyCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -153,7 +148,4 @@ export class GetRegistryPolicyCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetRegistryPolicyCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ecr/src/commands/GetRegistryScanningConfigurationCommand.ts b/clients/client-ecr/src/commands/GetRegistryScanningConfigurationCommand.ts index 2371ab22df98..089c72ceca31 100644 --- a/clients/client-ecr/src/commands/GetRegistryScanningConfigurationCommand.ts +++ b/clients/client-ecr/src/commands/GetRegistryScanningConfigurationCommand.ts @@ -97,9 +97,6 @@ export class GetRegistryScanningConfigurationCommand extends $Command< GetRegistryScanningConfigurationCommandOutput, ECRClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -113,9 +110,7 @@ export class GetRegistryScanningConfigurationCommand extends $Command< * @public */ constructor(readonly input: GetRegistryScanningConfigurationCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -174,7 +169,4 @@ export class GetRegistryScanningConfigurationCommand extends $Command< ): Promise { return de_GetRegistryScanningConfigurationCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ecr/src/commands/GetRepositoryPolicyCommand.ts b/clients/client-ecr/src/commands/GetRepositoryPolicyCommand.ts index 18658878558a..c53a87e02de8 100644 --- a/clients/client-ecr/src/commands/GetRepositoryPolicyCommand.ts +++ b/clients/client-ecr/src/commands/GetRepositoryPolicyCommand.ts @@ -106,9 +106,6 @@ export class GetRepositoryPolicyCommand extends $Command< GetRepositoryPolicyCommandOutput, ECRClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -122,9 +119,7 @@ export class GetRepositoryPolicyCommand extends $Command< * @public */ constructor(readonly input: GetRepositoryPolicyCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -177,7 +172,4 @@ export class GetRepositoryPolicyCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetRepositoryPolicyCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ecr/src/commands/InitiateLayerUploadCommand.ts b/clients/client-ecr/src/commands/InitiateLayerUploadCommand.ts index 5ffbf652bab9..29c7beb1cc30 100644 --- a/clients/client-ecr/src/commands/InitiateLayerUploadCommand.ts +++ b/clients/client-ecr/src/commands/InitiateLayerUploadCommand.ts @@ -93,9 +93,6 @@ export class InitiateLayerUploadCommand extends $Command< InitiateLayerUploadCommandOutput, ECRClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -109,9 +106,7 @@ export class InitiateLayerUploadCommand extends $Command< * @public */ constructor(readonly input: InitiateLayerUploadCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -164,7 +159,4 @@ export class InitiateLayerUploadCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_InitiateLayerUploadCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ecr/src/commands/ListImagesCommand.ts b/clients/client-ecr/src/commands/ListImagesCommand.ts index b77e92850269..9c635aac1721 100644 --- a/clients/client-ecr/src/commands/ListImagesCommand.ts +++ b/clients/client-ecr/src/commands/ListImagesCommand.ts @@ -120,9 +120,6 @@ export class ListImagesCommand extends $Command< ListImagesCommandOutput, ECRClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -136,9 +133,7 @@ export class ListImagesCommand extends $Command< * @public */ constructor(readonly input: ListImagesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -189,7 +184,4 @@ export class ListImagesCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListImagesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ecr/src/commands/ListTagsForResourceCommand.ts b/clients/client-ecr/src/commands/ListTagsForResourceCommand.ts index 3ca9d17f1bc3..34c813b7c778 100644 --- a/clients/client-ecr/src/commands/ListTagsForResourceCommand.ts +++ b/clients/client-ecr/src/commands/ListTagsForResourceCommand.ts @@ -86,9 +86,6 @@ export class ListTagsForResourceCommand extends $Command< ListTagsForResourceCommandOutput, ECRClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -102,9 +99,7 @@ export class ListTagsForResourceCommand extends $Command< * @public */ constructor(readonly input: ListTagsForResourceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -157,7 +152,4 @@ export class ListTagsForResourceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListTagsForResourceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ecr/src/commands/PutImageCommand.ts b/clients/client-ecr/src/commands/PutImageCommand.ts index 5bf766cc3168..ba0a96a0bc33 100644 --- a/clients/client-ecr/src/commands/PutImageCommand.ts +++ b/clients/client-ecr/src/commands/PutImageCommand.ts @@ -125,9 +125,6 @@ export interface PutImageCommandOutput extends PutImageResponse, __MetadataBeare * */ export class PutImageCommand extends $Command { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -141,9 +138,7 @@ export class PutImageCommand extends $Command { return de_PutImageCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ecr/src/commands/PutImageScanningConfigurationCommand.ts b/clients/client-ecr/src/commands/PutImageScanningConfigurationCommand.ts index f7574473f252..b474ae3a83a8 100644 --- a/clients/client-ecr/src/commands/PutImageScanningConfigurationCommand.ts +++ b/clients/client-ecr/src/commands/PutImageScanningConfigurationCommand.ts @@ -102,9 +102,6 @@ export class PutImageScanningConfigurationCommand extends $Command< PutImageScanningConfigurationCommandOutput, ECRClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -118,9 +115,7 @@ export class PutImageScanningConfigurationCommand extends $Command< * @public */ constructor(readonly input: PutImageScanningConfigurationCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -176,7 +171,4 @@ export class PutImageScanningConfigurationCommand extends $Command< ): Promise { return de_PutImageScanningConfigurationCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ecr/src/commands/PutImageTagMutabilityCommand.ts b/clients/client-ecr/src/commands/PutImageTagMutabilityCommand.ts index 7245df062d13..732c81f7ca8b 100644 --- a/clients/client-ecr/src/commands/PutImageTagMutabilityCommand.ts +++ b/clients/client-ecr/src/commands/PutImageTagMutabilityCommand.ts @@ -87,9 +87,6 @@ export class PutImageTagMutabilityCommand extends $Command< PutImageTagMutabilityCommandOutput, ECRClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -103,9 +100,7 @@ export class PutImageTagMutabilityCommand extends $Command< * @public */ constructor(readonly input: PutImageTagMutabilityCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -158,7 +153,4 @@ export class PutImageTagMutabilityCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_PutImageTagMutabilityCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ecr/src/commands/PutLifecyclePolicyCommand.ts b/clients/client-ecr/src/commands/PutLifecyclePolicyCommand.ts index 4049455513f8..97e276359357 100644 --- a/clients/client-ecr/src/commands/PutLifecyclePolicyCommand.ts +++ b/clients/client-ecr/src/commands/PutLifecyclePolicyCommand.ts @@ -90,9 +90,6 @@ export class PutLifecyclePolicyCommand extends $Command< PutLifecyclePolicyCommandOutput, ECRClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -106,9 +103,7 @@ export class PutLifecyclePolicyCommand extends $Command< * @public */ constructor(readonly input: PutLifecyclePolicyCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -161,7 +156,4 @@ export class PutLifecyclePolicyCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_PutLifecyclePolicyCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ecr/src/commands/PutRegistryPolicyCommand.ts b/clients/client-ecr/src/commands/PutRegistryPolicyCommand.ts index 8baba25de58f..7c2bcf13dc04 100644 --- a/clients/client-ecr/src/commands/PutRegistryPolicyCommand.ts +++ b/clients/client-ecr/src/commands/PutRegistryPolicyCommand.ts @@ -83,9 +83,6 @@ export class PutRegistryPolicyCommand extends $Command< PutRegistryPolicyCommandOutput, ECRClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -99,9 +96,7 @@ export class PutRegistryPolicyCommand extends $Command< * @public */ constructor(readonly input: PutRegistryPolicyCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -154,7 +149,4 @@ export class PutRegistryPolicyCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_PutRegistryPolicyCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ecr/src/commands/PutRegistryScanningConfigurationCommand.ts b/clients/client-ecr/src/commands/PutRegistryScanningConfigurationCommand.ts index 0c6b8223ab19..9d6c9e6c1c81 100644 --- a/clients/client-ecr/src/commands/PutRegistryScanningConfigurationCommand.ts +++ b/clients/client-ecr/src/commands/PutRegistryScanningConfigurationCommand.ts @@ -109,9 +109,6 @@ export class PutRegistryScanningConfigurationCommand extends $Command< PutRegistryScanningConfigurationCommandOutput, ECRClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -125,9 +122,7 @@ export class PutRegistryScanningConfigurationCommand extends $Command< * @public */ constructor(readonly input: PutRegistryScanningConfigurationCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -186,7 +181,4 @@ export class PutRegistryScanningConfigurationCommand extends $Command< ): Promise { return de_PutRegistryScanningConfigurationCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ecr/src/commands/PutReplicationConfigurationCommand.ts b/clients/client-ecr/src/commands/PutReplicationConfigurationCommand.ts index 61739a50e339..b9a4ce09f626 100644 --- a/clients/client-ecr/src/commands/PutReplicationConfigurationCommand.ts +++ b/clients/client-ecr/src/commands/PutReplicationConfigurationCommand.ts @@ -126,9 +126,6 @@ export class PutReplicationConfigurationCommand extends $Command< PutReplicationConfigurationCommandOutput, ECRClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -142,9 +139,7 @@ export class PutReplicationConfigurationCommand extends $Command< * @public */ constructor(readonly input: PutReplicationConfigurationCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -200,7 +195,4 @@ export class PutReplicationConfigurationCommand extends $Command< ): Promise { return de_PutReplicationConfigurationCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ecr/src/commands/SetRepositoryPolicyCommand.ts b/clients/client-ecr/src/commands/SetRepositoryPolicyCommand.ts index af3bb6a4b211..645d830339fa 100644 --- a/clients/client-ecr/src/commands/SetRepositoryPolicyCommand.ts +++ b/clients/client-ecr/src/commands/SetRepositoryPolicyCommand.ts @@ -88,9 +88,6 @@ export class SetRepositoryPolicyCommand extends $Command< SetRepositoryPolicyCommandOutput, ECRClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -104,9 +101,7 @@ export class SetRepositoryPolicyCommand extends $Command< * @public */ constructor(readonly input: SetRepositoryPolicyCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -159,7 +154,4 @@ export class SetRepositoryPolicyCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_SetRepositoryPolicyCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ecr/src/commands/StartImageScanCommand.ts b/clients/client-ecr/src/commands/StartImageScanCommand.ts index b6157fe2fa1b..0c9081c2a931 100644 --- a/clients/client-ecr/src/commands/StartImageScanCommand.ts +++ b/clients/client-ecr/src/commands/StartImageScanCommand.ts @@ -112,9 +112,6 @@ export class StartImageScanCommand extends $Command< StartImageScanCommandOutput, ECRClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -128,9 +125,7 @@ export class StartImageScanCommand extends $Command< * @public */ constructor(readonly input: StartImageScanCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -183,7 +178,4 @@ export class StartImageScanCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_StartImageScanCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ecr/src/commands/StartLifecyclePolicyPreviewCommand.ts b/clients/client-ecr/src/commands/StartLifecyclePolicyPreviewCommand.ts index cd96d8a827b2..cdb4b6ba6d1a 100644 --- a/clients/client-ecr/src/commands/StartLifecyclePolicyPreviewCommand.ts +++ b/clients/client-ecr/src/commands/StartLifecyclePolicyPreviewCommand.ts @@ -100,9 +100,6 @@ export class StartLifecyclePolicyPreviewCommand extends $Command< StartLifecyclePolicyPreviewCommandOutput, ECRClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -116,9 +113,7 @@ export class StartLifecyclePolicyPreviewCommand extends $Command< * @public */ constructor(readonly input: StartLifecyclePolicyPreviewCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -174,7 +169,4 @@ export class StartLifecyclePolicyPreviewCommand extends $Command< ): Promise { return de_StartLifecyclePolicyPreviewCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ecr/src/commands/TagResourceCommand.ts b/clients/client-ecr/src/commands/TagResourceCommand.ts index dcbdc3fb6a66..df7081bc36c2 100644 --- a/clients/client-ecr/src/commands/TagResourceCommand.ts +++ b/clients/client-ecr/src/commands/TagResourceCommand.ts @@ -94,9 +94,6 @@ export class TagResourceCommand extends $Command< TagResourceCommandOutput, ECRClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -110,9 +107,7 @@ export class TagResourceCommand extends $Command< * @public */ constructor(readonly input: TagResourceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -163,7 +158,4 @@ export class TagResourceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_TagResourceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ecr/src/commands/UntagResourceCommand.ts b/clients/client-ecr/src/commands/UntagResourceCommand.ts index 4d8d1f57a887..13e188d2cb36 100644 --- a/clients/client-ecr/src/commands/UntagResourceCommand.ts +++ b/clients/client-ecr/src/commands/UntagResourceCommand.ts @@ -90,9 +90,6 @@ export class UntagResourceCommand extends $Command< UntagResourceCommandOutput, ECRClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -106,9 +103,7 @@ export class UntagResourceCommand extends $Command< * @public */ constructor(readonly input: UntagResourceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -159,7 +154,4 @@ export class UntagResourceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UntagResourceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ecr/src/commands/UploadLayerPartCommand.ts b/clients/client-ecr/src/commands/UploadLayerPartCommand.ts index 0988598e5bfa..3bc6ff259641 100644 --- a/clients/client-ecr/src/commands/UploadLayerPartCommand.ts +++ b/clients/client-ecr/src/commands/UploadLayerPartCommand.ts @@ -112,9 +112,6 @@ export class UploadLayerPartCommand extends $Command< UploadLayerPartCommandOutput, ECRClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -128,9 +125,7 @@ export class UploadLayerPartCommand extends $Command< * @public */ constructor(readonly input: UploadLayerPartCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -183,7 +178,4 @@ export class UploadLayerPartCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UploadLayerPartCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ecs/package.json b/clients/client-ecs/package.json index 5fef742e73d8..5b2988885641 100644 --- a/clients/client-ecs/package.json +++ b/clients/client-ecs/package.json @@ -34,30 +34,30 @@ "@aws-sdk/util-endpoints": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@smithy/config-resolver": "^2.0.16", - "@smithy/fetch-http-handler": "^2.2.4", - "@smithy/hash-node": "^2.0.12", - "@smithy/invalid-dependency": "^2.0.12", - "@smithy/middleware-content-length": "^2.0.14", - "@smithy/middleware-endpoint": "^2.1.3", - "@smithy/middleware-retry": "^2.0.18", - "@smithy/middleware-serde": "^2.0.12", - "@smithy/middleware-stack": "^2.0.6", - "@smithy/node-config-provider": "^2.1.3", - "@smithy/node-http-handler": "^2.1.8", - "@smithy/protocol-http": "^3.0.8", - "@smithy/smithy-client": "^2.1.12", - "@smithy/types": "^2.4.0", - "@smithy/url-parser": "^2.0.12", - "@smithy/util-base64": "^2.0.0", + "@smithy/config-resolver": "^2.0.18", + "@smithy/fetch-http-handler": "^2.2.6", + "@smithy/hash-node": "^2.0.15", + "@smithy/invalid-dependency": "^2.0.13", + "@smithy/middleware-content-length": "^2.0.15", + "@smithy/middleware-endpoint": "^2.2.0", + "@smithy/middleware-retry": "^2.0.20", + "@smithy/middleware-serde": "^2.0.13", + "@smithy/middleware-stack": "^2.0.7", + "@smithy/node-config-provider": "^2.1.5", + "@smithy/node-http-handler": "^2.1.9", + "@smithy/protocol-http": "^3.0.9", + "@smithy/smithy-client": "^2.1.15", + "@smithy/types": "^2.5.0", + "@smithy/url-parser": "^2.0.13", + "@smithy/util-base64": "^2.0.1", "@smithy/util-body-length-browser": "^2.0.0", "@smithy/util-body-length-node": "^2.1.0", - "@smithy/util-defaults-mode-browser": "^2.0.16", - "@smithy/util-defaults-mode-node": "^2.0.21", - "@smithy/util-endpoints": "^1.0.2", - "@smithy/util-retry": "^2.0.5", - "@smithy/util-utf8": "^2.0.0", - "@smithy/util-waiter": "^2.0.12", + "@smithy/util-defaults-mode-browser": "^2.0.19", + "@smithy/util-defaults-mode-node": "^2.0.25", + "@smithy/util-endpoints": "^1.0.4", + "@smithy/util-retry": "^2.0.6", + "@smithy/util-utf8": "^2.0.2", + "@smithy/util-waiter": "^2.0.13", "tslib": "^2.5.0", "uuid": "^8.3.2" }, diff --git a/clients/client-ecs/src/commands/CreateCapacityProviderCommand.ts b/clients/client-ecs/src/commands/CreateCapacityProviderCommand.ts index f9533246cfcd..5c2d8190093f 100644 --- a/clients/client-ecs/src/commands/CreateCapacityProviderCommand.ts +++ b/clients/client-ecs/src/commands/CreateCapacityProviderCommand.ts @@ -138,9 +138,6 @@ export class CreateCapacityProviderCommand extends $Command< CreateCapacityProviderCommandOutput, ECSClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -154,9 +151,7 @@ export class CreateCapacityProviderCommand extends $Command< * @public */ constructor(readonly input: CreateCapacityProviderCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -209,7 +204,4 @@ export class CreateCapacityProviderCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateCapacityProviderCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ecs/src/commands/CreateClusterCommand.ts b/clients/client-ecs/src/commands/CreateClusterCommand.ts index bfec0c647668..de262f06ceea 100644 --- a/clients/client-ecs/src/commands/CreateClusterCommand.ts +++ b/clients/client-ecs/src/commands/CreateClusterCommand.ts @@ -223,9 +223,6 @@ export class CreateClusterCommand extends $Command< CreateClusterCommandOutput, ECSClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -239,9 +236,7 @@ export class CreateClusterCommand extends $Command< * @public */ constructor(readonly input: CreateClusterCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -292,7 +287,4 @@ export class CreateClusterCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateClusterCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ecs/src/commands/CreateServiceCommand.ts b/clients/client-ecs/src/commands/CreateServiceCommand.ts index 33c9640a6438..a4aae487312e 100644 --- a/clients/client-ecs/src/commands/CreateServiceCommand.ts +++ b/clients/client-ecs/src/commands/CreateServiceCommand.ts @@ -638,9 +638,6 @@ export class CreateServiceCommand extends $Command< CreateServiceCommandOutput, ECSClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -654,9 +651,7 @@ export class CreateServiceCommand extends $Command< * @public */ constructor(readonly input: CreateServiceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -707,7 +702,4 @@ export class CreateServiceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateServiceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ecs/src/commands/CreateTaskSetCommand.ts b/clients/client-ecs/src/commands/CreateTaskSetCommand.ts index 7485bffc2d3a..c50f25ac0cb5 100644 --- a/clients/client-ecs/src/commands/CreateTaskSetCommand.ts +++ b/clients/client-ecs/src/commands/CreateTaskSetCommand.ts @@ -225,9 +225,6 @@ export class CreateTaskSetCommand extends $Command< CreateTaskSetCommandOutput, ECSClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -241,9 +238,7 @@ export class CreateTaskSetCommand extends $Command< * @public */ constructor(readonly input: CreateTaskSetCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -294,7 +289,4 @@ export class CreateTaskSetCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateTaskSetCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ecs/src/commands/DeleteAccountSettingCommand.ts b/clients/client-ecs/src/commands/DeleteAccountSettingCommand.ts index 6aae63dc9183..e6f324ee44c3 100644 --- a/clients/client-ecs/src/commands/DeleteAccountSettingCommand.ts +++ b/clients/client-ecs/src/commands/DeleteAccountSettingCommand.ts @@ -129,9 +129,6 @@ export class DeleteAccountSettingCommand extends $Command< DeleteAccountSettingCommandOutput, ECSClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -145,9 +142,7 @@ export class DeleteAccountSettingCommand extends $Command< * @public */ constructor(readonly input: DeleteAccountSettingCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -200,7 +195,4 @@ export class DeleteAccountSettingCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteAccountSettingCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ecs/src/commands/DeleteAttributesCommand.ts b/clients/client-ecs/src/commands/DeleteAttributesCommand.ts index 7c6be9834117..9ad4effe7140 100644 --- a/clients/client-ecs/src/commands/DeleteAttributesCommand.ts +++ b/clients/client-ecs/src/commands/DeleteAttributesCommand.ts @@ -97,9 +97,6 @@ export class DeleteAttributesCommand extends $Command< DeleteAttributesCommandOutput, ECSClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -113,9 +110,7 @@ export class DeleteAttributesCommand extends $Command< * @public */ constructor(readonly input: DeleteAttributesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -168,7 +163,4 @@ export class DeleteAttributesCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteAttributesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ecs/src/commands/DeleteCapacityProviderCommand.ts b/clients/client-ecs/src/commands/DeleteCapacityProviderCommand.ts index f07abea19e83..c740e0f2ecf7 100644 --- a/clients/client-ecs/src/commands/DeleteCapacityProviderCommand.ts +++ b/clients/client-ecs/src/commands/DeleteCapacityProviderCommand.ts @@ -119,9 +119,6 @@ export class DeleteCapacityProviderCommand extends $Command< DeleteCapacityProviderCommandOutput, ECSClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -135,9 +132,7 @@ export class DeleteCapacityProviderCommand extends $Command< * @public */ constructor(readonly input: DeleteCapacityProviderCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -190,7 +185,4 @@ export class DeleteCapacityProviderCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteCapacityProviderCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ecs/src/commands/DeleteClusterCommand.ts b/clients/client-ecs/src/commands/DeleteClusterCommand.ts index b479768d8dec..766f3e775fe4 100644 --- a/clients/client-ecs/src/commands/DeleteClusterCommand.ts +++ b/clients/client-ecs/src/commands/DeleteClusterCommand.ts @@ -200,9 +200,6 @@ export class DeleteClusterCommand extends $Command< DeleteClusterCommandOutput, ECSClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -216,9 +213,7 @@ export class DeleteClusterCommand extends $Command< * @public */ constructor(readonly input: DeleteClusterCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -269,7 +264,4 @@ export class DeleteClusterCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteClusterCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ecs/src/commands/DeleteServiceCommand.ts b/clients/client-ecs/src/commands/DeleteServiceCommand.ts index 181a9246f02c..d42f2643c3f0 100644 --- a/clients/client-ecs/src/commands/DeleteServiceCommand.ts +++ b/clients/client-ecs/src/commands/DeleteServiceCommand.ts @@ -352,9 +352,6 @@ export class DeleteServiceCommand extends $Command< DeleteServiceCommandOutput, ECSClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -368,9 +365,7 @@ export class DeleteServiceCommand extends $Command< * @public */ constructor(readonly input: DeleteServiceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -421,7 +416,4 @@ export class DeleteServiceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteServiceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ecs/src/commands/DeleteTaskDefinitionsCommand.ts b/clients/client-ecs/src/commands/DeleteTaskDefinitionsCommand.ts index 7ffc2761c15a..cca1a3da62f5 100644 --- a/clients/client-ecs/src/commands/DeleteTaskDefinitionsCommand.ts +++ b/clients/client-ecs/src/commands/DeleteTaskDefinitionsCommand.ts @@ -371,9 +371,6 @@ export class DeleteTaskDefinitionsCommand extends $Command< DeleteTaskDefinitionsCommandOutput, ECSClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -387,9 +384,7 @@ export class DeleteTaskDefinitionsCommand extends $Command< * @public */ constructor(readonly input: DeleteTaskDefinitionsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -442,7 +437,4 @@ export class DeleteTaskDefinitionsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteTaskDefinitionsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ecs/src/commands/DeleteTaskSetCommand.ts b/clients/client-ecs/src/commands/DeleteTaskSetCommand.ts index 0a465bf7a06a..1761443c6795 100644 --- a/clients/client-ecs/src/commands/DeleteTaskSetCommand.ts +++ b/clients/client-ecs/src/commands/DeleteTaskSetCommand.ts @@ -170,9 +170,6 @@ export class DeleteTaskSetCommand extends $Command< DeleteTaskSetCommandOutput, ECSClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -186,9 +183,7 @@ export class DeleteTaskSetCommand extends $Command< * @public */ constructor(readonly input: DeleteTaskSetCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -239,7 +234,4 @@ export class DeleteTaskSetCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteTaskSetCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ecs/src/commands/DeregisterContainerInstanceCommand.ts b/clients/client-ecs/src/commands/DeregisterContainerInstanceCommand.ts index 87a6490b3dfe..9dfc4ccae2c1 100644 --- a/clients/client-ecs/src/commands/DeregisterContainerInstanceCommand.ts +++ b/clients/client-ecs/src/commands/DeregisterContainerInstanceCommand.ts @@ -194,9 +194,6 @@ export class DeregisterContainerInstanceCommand extends $Command< DeregisterContainerInstanceCommandOutput, ECSClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -210,9 +207,7 @@ export class DeregisterContainerInstanceCommand extends $Command< * @public */ constructor(readonly input: DeregisterContainerInstanceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -268,7 +263,4 @@ export class DeregisterContainerInstanceCommand extends $Command< ): Promise { return de_DeregisterContainerInstanceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ecs/src/commands/DeregisterTaskDefinitionCommand.ts b/clients/client-ecs/src/commands/DeregisterTaskDefinitionCommand.ts index dec61eff7ad8..8aa7fe60613c 100644 --- a/clients/client-ecs/src/commands/DeregisterTaskDefinitionCommand.ts +++ b/clients/client-ecs/src/commands/DeregisterTaskDefinitionCommand.ts @@ -360,9 +360,6 @@ export class DeregisterTaskDefinitionCommand extends $Command< DeregisterTaskDefinitionCommandOutput, ECSClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -376,9 +373,7 @@ export class DeregisterTaskDefinitionCommand extends $Command< * @public */ constructor(readonly input: DeregisterTaskDefinitionCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -431,7 +426,4 @@ export class DeregisterTaskDefinitionCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeregisterTaskDefinitionCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ecs/src/commands/DescribeCapacityProvidersCommand.ts b/clients/client-ecs/src/commands/DescribeCapacityProvidersCommand.ts index eedad881a1d3..5fda8c90da07 100644 --- a/clients/client-ecs/src/commands/DescribeCapacityProvidersCommand.ts +++ b/clients/client-ecs/src/commands/DescribeCapacityProvidersCommand.ts @@ -122,9 +122,6 @@ export class DescribeCapacityProvidersCommand extends $Command< DescribeCapacityProvidersCommandOutput, ECSClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -138,9 +135,7 @@ export class DescribeCapacityProvidersCommand extends $Command< * @public */ constructor(readonly input: DescribeCapacityProvidersCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -196,7 +191,4 @@ export class DescribeCapacityProvidersCommand extends $Command< ): Promise { return de_DescribeCapacityProvidersCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ecs/src/commands/DescribeClustersCommand.ts b/clients/client-ecs/src/commands/DescribeClustersCommand.ts index 5fafb3fa7312..d93d251710a9 100644 --- a/clients/client-ecs/src/commands/DescribeClustersCommand.ts +++ b/clients/client-ecs/src/commands/DescribeClustersCommand.ts @@ -187,9 +187,6 @@ export class DescribeClustersCommand extends $Command< DescribeClustersCommandOutput, ECSClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -203,9 +200,7 @@ export class DescribeClustersCommand extends $Command< * @public */ constructor(readonly input: DescribeClustersCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -258,7 +253,4 @@ export class DescribeClustersCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DescribeClustersCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ecs/src/commands/DescribeContainerInstancesCommand.ts b/clients/client-ecs/src/commands/DescribeContainerInstancesCommand.ts index 18adcba939d5..ca39c228cec3 100644 --- a/clients/client-ecs/src/commands/DescribeContainerInstancesCommand.ts +++ b/clients/client-ecs/src/commands/DescribeContainerInstancesCommand.ts @@ -268,9 +268,6 @@ export class DescribeContainerInstancesCommand extends $Command< DescribeContainerInstancesCommandOutput, ECSClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -284,9 +281,7 @@ export class DescribeContainerInstancesCommand extends $Command< * @public */ constructor(readonly input: DescribeContainerInstancesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -342,7 +337,4 @@ export class DescribeContainerInstancesCommand extends $Command< ): Promise { return de_DescribeContainerInstancesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ecs/src/commands/DescribeServicesCommand.ts b/clients/client-ecs/src/commands/DescribeServicesCommand.ts index 0d5b002f6a94..c499297f92df 100644 --- a/clients/client-ecs/src/commands/DescribeServicesCommand.ts +++ b/clients/client-ecs/src/commands/DescribeServicesCommand.ts @@ -385,9 +385,6 @@ export class DescribeServicesCommand extends $Command< DescribeServicesCommandOutput, ECSClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -401,9 +398,7 @@ export class DescribeServicesCommand extends $Command< * @public */ constructor(readonly input: DescribeServicesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -456,7 +451,4 @@ export class DescribeServicesCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DescribeServicesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ecs/src/commands/DescribeTaskDefinitionCommand.ts b/clients/client-ecs/src/commands/DescribeTaskDefinitionCommand.ts index 4b44b9c326ea..07cf53e4812e 100644 --- a/clients/client-ecs/src/commands/DescribeTaskDefinitionCommand.ts +++ b/clients/client-ecs/src/commands/DescribeTaskDefinitionCommand.ts @@ -417,9 +417,6 @@ export class DescribeTaskDefinitionCommand extends $Command< DescribeTaskDefinitionCommandOutput, ECSClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -433,9 +430,7 @@ export class DescribeTaskDefinitionCommand extends $Command< * @public */ constructor(readonly input: DescribeTaskDefinitionCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -488,7 +483,4 @@ export class DescribeTaskDefinitionCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DescribeTaskDefinitionCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ecs/src/commands/DescribeTaskSetsCommand.ts b/clients/client-ecs/src/commands/DescribeTaskSetsCommand.ts index aee631466bbb..e34c68d6a235 100644 --- a/clients/client-ecs/src/commands/DescribeTaskSetsCommand.ts +++ b/clients/client-ecs/src/commands/DescribeTaskSetsCommand.ts @@ -181,9 +181,6 @@ export class DescribeTaskSetsCommand extends $Command< DescribeTaskSetsCommandOutput, ECSClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -197,9 +194,7 @@ export class DescribeTaskSetsCommand extends $Command< * @public */ constructor(readonly input: DescribeTaskSetsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -252,7 +247,4 @@ export class DescribeTaskSetsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DescribeTaskSetsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ecs/src/commands/DescribeTasksCommand.ts b/clients/client-ecs/src/commands/DescribeTasksCommand.ts index 67ae78d769f3..64506123b9cb 100644 --- a/clients/client-ecs/src/commands/DescribeTasksCommand.ts +++ b/clients/client-ecs/src/commands/DescribeTasksCommand.ts @@ -310,9 +310,6 @@ export class DescribeTasksCommand extends $Command< DescribeTasksCommandOutput, ECSClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -326,9 +323,7 @@ export class DescribeTasksCommand extends $Command< * @public */ constructor(readonly input: DescribeTasksCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -379,7 +374,4 @@ export class DescribeTasksCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DescribeTasksCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ecs/src/commands/DiscoverPollEndpointCommand.ts b/clients/client-ecs/src/commands/DiscoverPollEndpointCommand.ts index 20bd268b793f..4383944112da 100644 --- a/clients/client-ecs/src/commands/DiscoverPollEndpointCommand.ts +++ b/clients/client-ecs/src/commands/DiscoverPollEndpointCommand.ts @@ -84,9 +84,6 @@ export class DiscoverPollEndpointCommand extends $Command< DiscoverPollEndpointCommandOutput, ECSClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -100,9 +97,7 @@ export class DiscoverPollEndpointCommand extends $Command< * @public */ constructor(readonly input: DiscoverPollEndpointCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -155,7 +150,4 @@ export class DiscoverPollEndpointCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DiscoverPollEndpointCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ecs/src/commands/ExecuteCommandCommand.ts b/clients/client-ecs/src/commands/ExecuteCommandCommand.ts index fc015e1556b4..a2f2d74fc6ca 100644 --- a/clients/client-ecs/src/commands/ExecuteCommandCommand.ts +++ b/clients/client-ecs/src/commands/ExecuteCommandCommand.ts @@ -129,9 +129,6 @@ export class ExecuteCommandCommand extends $Command< ExecuteCommandCommandOutput, ECSClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -145,9 +142,7 @@ export class ExecuteCommandCommand extends $Command< * @public */ constructor(readonly input: ExecuteCommandCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -200,7 +195,4 @@ export class ExecuteCommandCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ExecuteCommandCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ecs/src/commands/GetTaskProtectionCommand.ts b/clients/client-ecs/src/commands/GetTaskProtectionCommand.ts index 40ad8ba03e87..c3b2809d4170 100644 --- a/clients/client-ecs/src/commands/GetTaskProtectionCommand.ts +++ b/clients/client-ecs/src/commands/GetTaskProtectionCommand.ts @@ -136,9 +136,6 @@ export class GetTaskProtectionCommand extends $Command< GetTaskProtectionCommandOutput, ECSClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -152,9 +149,7 @@ export class GetTaskProtectionCommand extends $Command< * @public */ constructor(readonly input: GetTaskProtectionCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -207,7 +202,4 @@ export class GetTaskProtectionCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetTaskProtectionCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ecs/src/commands/ListAccountSettingsCommand.ts b/clients/client-ecs/src/commands/ListAccountSettingsCommand.ts index 143e1b7dd70c..9fba846c2014 100644 --- a/clients/client-ecs/src/commands/ListAccountSettingsCommand.ts +++ b/clients/client-ecs/src/commands/ListAccountSettingsCommand.ts @@ -159,9 +159,6 @@ export class ListAccountSettingsCommand extends $Command< ListAccountSettingsCommandOutput, ECSClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -175,9 +172,7 @@ export class ListAccountSettingsCommand extends $Command< * @public */ constructor(readonly input: ListAccountSettingsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -230,7 +225,4 @@ export class ListAccountSettingsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListAccountSettingsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ecs/src/commands/ListAttributesCommand.ts b/clients/client-ecs/src/commands/ListAttributesCommand.ts index 480ef4d53157..d936b2e1a06b 100644 --- a/clients/client-ecs/src/commands/ListAttributesCommand.ts +++ b/clients/client-ecs/src/commands/ListAttributesCommand.ts @@ -96,9 +96,6 @@ export class ListAttributesCommand extends $Command< ListAttributesCommandOutput, ECSClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -112,9 +109,7 @@ export class ListAttributesCommand extends $Command< * @public */ constructor(readonly input: ListAttributesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -167,7 +162,4 @@ export class ListAttributesCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListAttributesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ecs/src/commands/ListClustersCommand.ts b/clients/client-ecs/src/commands/ListClustersCommand.ts index 79e8232c113e..b1302d9f1178 100644 --- a/clients/client-ecs/src/commands/ListClustersCommand.ts +++ b/clients/client-ecs/src/commands/ListClustersCommand.ts @@ -103,9 +103,6 @@ export class ListClustersCommand extends $Command< ListClustersCommandOutput, ECSClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -119,9 +116,7 @@ export class ListClustersCommand extends $Command< * @public */ constructor(readonly input: ListClustersCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -172,7 +167,4 @@ export class ListClustersCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListClustersCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ecs/src/commands/ListContainerInstancesCommand.ts b/clients/client-ecs/src/commands/ListContainerInstancesCommand.ts index ef5c1e319df0..f6ca20923043 100644 --- a/clients/client-ecs/src/commands/ListContainerInstancesCommand.ts +++ b/clients/client-ecs/src/commands/ListContainerInstancesCommand.ts @@ -113,9 +113,6 @@ export class ListContainerInstancesCommand extends $Command< ListContainerInstancesCommandOutput, ECSClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -129,9 +126,7 @@ export class ListContainerInstancesCommand extends $Command< * @public */ constructor(readonly input: ListContainerInstancesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -184,7 +179,4 @@ export class ListContainerInstancesCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListContainerInstancesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ecs/src/commands/ListServicesByNamespaceCommand.ts b/clients/client-ecs/src/commands/ListServicesByNamespaceCommand.ts index 6c514f56fe64..551f5450fde3 100644 --- a/clients/client-ecs/src/commands/ListServicesByNamespaceCommand.ts +++ b/clients/client-ecs/src/commands/ListServicesByNamespaceCommand.ts @@ -94,9 +94,6 @@ export class ListServicesByNamespaceCommand extends $Command< ListServicesByNamespaceCommandOutput, ECSClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -110,9 +107,7 @@ export class ListServicesByNamespaceCommand extends $Command< * @public */ constructor(readonly input: ListServicesByNamespaceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -165,7 +160,4 @@ export class ListServicesByNamespaceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListServicesByNamespaceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ecs/src/commands/ListServicesCommand.ts b/clients/client-ecs/src/commands/ListServicesCommand.ts index 32087fa7a541..d9012148dc68 100644 --- a/clients/client-ecs/src/commands/ListServicesCommand.ts +++ b/clients/client-ecs/src/commands/ListServicesCommand.ts @@ -109,9 +109,6 @@ export class ListServicesCommand extends $Command< ListServicesCommandOutput, ECSClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -125,9 +122,7 @@ export class ListServicesCommand extends $Command< * @public */ constructor(readonly input: ListServicesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -178,7 +173,4 @@ export class ListServicesCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListServicesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ecs/src/commands/ListTagsForResourceCommand.ts b/clients/client-ecs/src/commands/ListTagsForResourceCommand.ts index 9f401b78ab28..3ee602d8085c 100644 --- a/clients/client-ecs/src/commands/ListTagsForResourceCommand.ts +++ b/clients/client-ecs/src/commands/ListTagsForResourceCommand.ts @@ -111,9 +111,6 @@ export class ListTagsForResourceCommand extends $Command< ListTagsForResourceCommandOutput, ECSClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -127,9 +124,7 @@ export class ListTagsForResourceCommand extends $Command< * @public */ constructor(readonly input: ListTagsForResourceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -182,7 +177,4 @@ export class ListTagsForResourceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListTagsForResourceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ecs/src/commands/ListTaskDefinitionFamiliesCommand.ts b/clients/client-ecs/src/commands/ListTaskDefinitionFamiliesCommand.ts index bb71bd32001c..455200ff732e 100644 --- a/clients/client-ecs/src/commands/ListTaskDefinitionFamiliesCommand.ts +++ b/clients/client-ecs/src/commands/ListTaskDefinitionFamiliesCommand.ts @@ -132,9 +132,6 @@ export class ListTaskDefinitionFamiliesCommand extends $Command< ListTaskDefinitionFamiliesCommandOutput, ECSClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -148,9 +145,7 @@ export class ListTaskDefinitionFamiliesCommand extends $Command< * @public */ constructor(readonly input: ListTaskDefinitionFamiliesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -206,7 +201,4 @@ export class ListTaskDefinitionFamiliesCommand extends $Command< ): Promise { return de_ListTaskDefinitionFamiliesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ecs/src/commands/ListTaskDefinitionsCommand.ts b/clients/client-ecs/src/commands/ListTaskDefinitionsCommand.ts index 586fd66745dd..7aeb18157a09 100644 --- a/clients/client-ecs/src/commands/ListTaskDefinitionsCommand.ts +++ b/clients/client-ecs/src/commands/ListTaskDefinitionsCommand.ts @@ -133,9 +133,6 @@ export class ListTaskDefinitionsCommand extends $Command< ListTaskDefinitionsCommandOutput, ECSClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -149,9 +146,7 @@ export class ListTaskDefinitionsCommand extends $Command< * @public */ constructor(readonly input: ListTaskDefinitionsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -204,7 +199,4 @@ export class ListTaskDefinitionsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListTaskDefinitionsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ecs/src/commands/ListTasksCommand.ts b/clients/client-ecs/src/commands/ListTasksCommand.ts index a0d9b4782ec1..93a872b43bec 100644 --- a/clients/client-ecs/src/commands/ListTasksCommand.ts +++ b/clients/client-ecs/src/commands/ListTasksCommand.ts @@ -137,9 +137,6 @@ export interface ListTasksCommandOutput extends ListTasksResponse, __MetadataBea * */ export class ListTasksCommand extends $Command { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -153,9 +150,7 @@ export class ListTasksCommand extends $Command { return de_ListTasksCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ecs/src/commands/PutAccountSettingCommand.ts b/clients/client-ecs/src/commands/PutAccountSettingCommand.ts index 253c36885b78..b467a0ae8464 100644 --- a/clients/client-ecs/src/commands/PutAccountSettingCommand.ts +++ b/clients/client-ecs/src/commands/PutAccountSettingCommand.ts @@ -167,9 +167,6 @@ export class PutAccountSettingCommand extends $Command< PutAccountSettingCommandOutput, ECSClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -183,9 +180,7 @@ export class PutAccountSettingCommand extends $Command< * @public */ constructor(readonly input: PutAccountSettingCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -238,7 +233,4 @@ export class PutAccountSettingCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_PutAccountSettingCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ecs/src/commands/PutAccountSettingDefaultCommand.ts b/clients/client-ecs/src/commands/PutAccountSettingDefaultCommand.ts index 9697407ccd52..ef978468d781 100644 --- a/clients/client-ecs/src/commands/PutAccountSettingDefaultCommand.ts +++ b/clients/client-ecs/src/commands/PutAccountSettingDefaultCommand.ts @@ -110,9 +110,6 @@ export class PutAccountSettingDefaultCommand extends $Command< PutAccountSettingDefaultCommandOutput, ECSClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -126,9 +123,7 @@ export class PutAccountSettingDefaultCommand extends $Command< * @public */ constructor(readonly input: PutAccountSettingDefaultCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -181,7 +176,4 @@ export class PutAccountSettingDefaultCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_PutAccountSettingDefaultCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ecs/src/commands/PutAttributesCommand.ts b/clients/client-ecs/src/commands/PutAttributesCommand.ts index 58332ee87da8..36dae82bdd9b 100644 --- a/clients/client-ecs/src/commands/PutAttributesCommand.ts +++ b/clients/client-ecs/src/commands/PutAttributesCommand.ts @@ -105,9 +105,6 @@ export class PutAttributesCommand extends $Command< PutAttributesCommandOutput, ECSClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -121,9 +118,7 @@ export class PutAttributesCommand extends $Command< * @public */ constructor(readonly input: PutAttributesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -174,7 +169,4 @@ export class PutAttributesCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_PutAttributesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ecs/src/commands/PutClusterCapacityProvidersCommand.ts b/clients/client-ecs/src/commands/PutClusterCapacityProvidersCommand.ts index 8a64acd60abe..69b880248fd4 100644 --- a/clients/client-ecs/src/commands/PutClusterCapacityProvidersCommand.ts +++ b/clients/client-ecs/src/commands/PutClusterCapacityProvidersCommand.ts @@ -186,9 +186,6 @@ export class PutClusterCapacityProvidersCommand extends $Command< PutClusterCapacityProvidersCommandOutput, ECSClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -202,9 +199,7 @@ export class PutClusterCapacityProvidersCommand extends $Command< * @public */ constructor(readonly input: PutClusterCapacityProvidersCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -260,7 +255,4 @@ export class PutClusterCapacityProvidersCommand extends $Command< ): Promise { return de_PutClusterCapacityProvidersCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ecs/src/commands/RegisterContainerInstanceCommand.ts b/clients/client-ecs/src/commands/RegisterContainerInstanceCommand.ts index e010fcd70942..71d5132dfce5 100644 --- a/clients/client-ecs/src/commands/RegisterContainerInstanceCommand.ts +++ b/clients/client-ecs/src/commands/RegisterContainerInstanceCommand.ts @@ -205,9 +205,6 @@ export class RegisterContainerInstanceCommand extends $Command< RegisterContainerInstanceCommandOutput, ECSClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -221,9 +218,7 @@ export class RegisterContainerInstanceCommand extends $Command< * @public */ constructor(readonly input: RegisterContainerInstanceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -279,7 +274,4 @@ export class RegisterContainerInstanceCommand extends $Command< ): Promise { return de_RegisterContainerInstanceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ecs/src/commands/RegisterTaskDefinitionCommand.ts b/clients/client-ecs/src/commands/RegisterTaskDefinitionCommand.ts index 4ea4df04b941..00761a1019a8 100644 --- a/clients/client-ecs/src/commands/RegisterTaskDefinitionCommand.ts +++ b/clients/client-ecs/src/commands/RegisterTaskDefinitionCommand.ts @@ -667,9 +667,6 @@ export class RegisterTaskDefinitionCommand extends $Command< RegisterTaskDefinitionCommandOutput, ECSClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -683,9 +680,7 @@ export class RegisterTaskDefinitionCommand extends $Command< * @public */ constructor(readonly input: RegisterTaskDefinitionCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -738,7 +733,4 @@ export class RegisterTaskDefinitionCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_RegisterTaskDefinitionCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ecs/src/commands/RunTaskCommand.ts b/clients/client-ecs/src/commands/RunTaskCommand.ts index 8ec9ba39e811..3b846d6209f7 100644 --- a/clients/client-ecs/src/commands/RunTaskCommand.ts +++ b/clients/client-ecs/src/commands/RunTaskCommand.ts @@ -440,9 +440,6 @@ export interface RunTaskCommandOutput extends RunTaskResponse, __MetadataBearer * */ export class RunTaskCommand extends $Command { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -456,9 +453,7 @@ export class RunTaskCommand extends $Command { return de_RunTaskCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ecs/src/commands/StartTaskCommand.ts b/clients/client-ecs/src/commands/StartTaskCommand.ts index 035c723955ca..c54a1812a9a2 100644 --- a/clients/client-ecs/src/commands/StartTaskCommand.ts +++ b/clients/client-ecs/src/commands/StartTaskCommand.ts @@ -320,9 +320,6 @@ export interface StartTaskCommandOutput extends StartTaskResponse, __MetadataBea * */ export class StartTaskCommand extends $Command { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -336,9 +333,7 @@ export class StartTaskCommand extends $Command { return de_StartTaskCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ecs/src/commands/StopTaskCommand.ts b/clients/client-ecs/src/commands/StopTaskCommand.ts index 8d3af400540e..f15f45bec010 100644 --- a/clients/client-ecs/src/commands/StopTaskCommand.ts +++ b/clients/client-ecs/src/commands/StopTaskCommand.ts @@ -250,9 +250,6 @@ export interface StopTaskCommandOutput extends StopTaskResponse, __MetadataBeare * */ export class StopTaskCommand extends $Command { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -266,9 +263,7 @@ export class StopTaskCommand extends $Command { return de_StopTaskCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ecs/src/commands/SubmitAttachmentStateChangesCommand.ts b/clients/client-ecs/src/commands/SubmitAttachmentStateChangesCommand.ts index aee30312bc90..94376dc7b753 100644 --- a/clients/client-ecs/src/commands/SubmitAttachmentStateChangesCommand.ts +++ b/clients/client-ecs/src/commands/SubmitAttachmentStateChangesCommand.ts @@ -99,9 +99,6 @@ export class SubmitAttachmentStateChangesCommand extends $Command< SubmitAttachmentStateChangesCommandOutput, ECSClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -115,9 +112,7 @@ export class SubmitAttachmentStateChangesCommand extends $Command< * @public */ constructor(readonly input: SubmitAttachmentStateChangesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -173,7 +168,4 @@ export class SubmitAttachmentStateChangesCommand extends $Command< ): Promise { return de_SubmitAttachmentStateChangesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ecs/src/commands/SubmitContainerStateChangeCommand.ts b/clients/client-ecs/src/commands/SubmitContainerStateChangeCommand.ts index efc7a0d893d7..1ec3cc20eab5 100644 --- a/clients/client-ecs/src/commands/SubmitContainerStateChangeCommand.ts +++ b/clients/client-ecs/src/commands/SubmitContainerStateChangeCommand.ts @@ -100,9 +100,6 @@ export class SubmitContainerStateChangeCommand extends $Command< SubmitContainerStateChangeCommandOutput, ECSClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -116,9 +113,7 @@ export class SubmitContainerStateChangeCommand extends $Command< * @public */ constructor(readonly input: SubmitContainerStateChangeCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -174,7 +169,4 @@ export class SubmitContainerStateChangeCommand extends $Command< ): Promise { return de_SubmitContainerStateChangeCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ecs/src/commands/SubmitTaskStateChangeCommand.ts b/clients/client-ecs/src/commands/SubmitTaskStateChangeCommand.ts index aec540675ec1..454f70135172 100644 --- a/clients/client-ecs/src/commands/SubmitTaskStateChangeCommand.ts +++ b/clients/client-ecs/src/commands/SubmitTaskStateChangeCommand.ts @@ -128,9 +128,6 @@ export class SubmitTaskStateChangeCommand extends $Command< SubmitTaskStateChangeCommandOutput, ECSClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -144,9 +141,7 @@ export class SubmitTaskStateChangeCommand extends $Command< * @public */ constructor(readonly input: SubmitTaskStateChangeCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -199,7 +194,4 @@ export class SubmitTaskStateChangeCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_SubmitTaskStateChangeCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ecs/src/commands/TagResourceCommand.ts b/clients/client-ecs/src/commands/TagResourceCommand.ts index c61a6e18f1d0..fda3a9be46e2 100644 --- a/clients/client-ecs/src/commands/TagResourceCommand.ts +++ b/clients/client-ecs/src/commands/TagResourceCommand.ts @@ -112,9 +112,6 @@ export class TagResourceCommand extends $Command< TagResourceCommandOutput, ECSClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -128,9 +125,7 @@ export class TagResourceCommand extends $Command< * @public */ constructor(readonly input: TagResourceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -181,7 +176,4 @@ export class TagResourceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_TagResourceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ecs/src/commands/UntagResourceCommand.ts b/clients/client-ecs/src/commands/UntagResourceCommand.ts index 053d2111d315..408c6e5507d7 100644 --- a/clients/client-ecs/src/commands/UntagResourceCommand.ts +++ b/clients/client-ecs/src/commands/UntagResourceCommand.ts @@ -103,9 +103,6 @@ export class UntagResourceCommand extends $Command< UntagResourceCommandOutput, ECSClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -119,9 +116,7 @@ export class UntagResourceCommand extends $Command< * @public */ constructor(readonly input: UntagResourceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -172,7 +167,4 @@ export class UntagResourceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UntagResourceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ecs/src/commands/UpdateCapacityProviderCommand.ts b/clients/client-ecs/src/commands/UpdateCapacityProviderCommand.ts index 9f329c168c2d..49a9debbadfa 100644 --- a/clients/client-ecs/src/commands/UpdateCapacityProviderCommand.ts +++ b/clients/client-ecs/src/commands/UpdateCapacityProviderCommand.ts @@ -115,9 +115,6 @@ export class UpdateCapacityProviderCommand extends $Command< UpdateCapacityProviderCommandOutput, ECSClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -131,9 +128,7 @@ export class UpdateCapacityProviderCommand extends $Command< * @public */ constructor(readonly input: UpdateCapacityProviderCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -186,7 +181,4 @@ export class UpdateCapacityProviderCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdateCapacityProviderCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ecs/src/commands/UpdateClusterCommand.ts b/clients/client-ecs/src/commands/UpdateClusterCommand.ts index d4b8a068147a..fb842c00a0b5 100644 --- a/clients/client-ecs/src/commands/UpdateClusterCommand.ts +++ b/clients/client-ecs/src/commands/UpdateClusterCommand.ts @@ -176,9 +176,6 @@ export class UpdateClusterCommand extends $Command< UpdateClusterCommandOutput, ECSClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -192,9 +189,7 @@ export class UpdateClusterCommand extends $Command< * @public */ constructor(readonly input: UpdateClusterCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -245,7 +240,4 @@ export class UpdateClusterCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdateClusterCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ecs/src/commands/UpdateClusterSettingsCommand.ts b/clients/client-ecs/src/commands/UpdateClusterSettingsCommand.ts index 53c4224ea81f..e0e86403de77 100644 --- a/clients/client-ecs/src/commands/UpdateClusterSettingsCommand.ts +++ b/clients/client-ecs/src/commands/UpdateClusterSettingsCommand.ts @@ -157,9 +157,6 @@ export class UpdateClusterSettingsCommand extends $Command< UpdateClusterSettingsCommandOutput, ECSClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -173,9 +170,7 @@ export class UpdateClusterSettingsCommand extends $Command< * @public */ constructor(readonly input: UpdateClusterSettingsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -228,7 +223,4 @@ export class UpdateClusterSettingsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdateClusterSettingsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ecs/src/commands/UpdateContainerAgentCommand.ts b/clients/client-ecs/src/commands/UpdateContainerAgentCommand.ts index d4971b9bd66e..31d8acdf4f95 100644 --- a/clients/client-ecs/src/commands/UpdateContainerAgentCommand.ts +++ b/clients/client-ecs/src/commands/UpdateContainerAgentCommand.ts @@ -201,9 +201,6 @@ export class UpdateContainerAgentCommand extends $Command< UpdateContainerAgentCommandOutput, ECSClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -217,9 +214,7 @@ export class UpdateContainerAgentCommand extends $Command< * @public */ constructor(readonly input: UpdateContainerAgentCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -272,7 +267,4 @@ export class UpdateContainerAgentCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdateContainerAgentCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ecs/src/commands/UpdateContainerInstancesStateCommand.ts b/clients/client-ecs/src/commands/UpdateContainerInstancesStateCommand.ts index 7600525cb80e..753d2169b7ee 100644 --- a/clients/client-ecs/src/commands/UpdateContainerInstancesStateCommand.ts +++ b/clients/client-ecs/src/commands/UpdateContainerInstancesStateCommand.ts @@ -230,9 +230,6 @@ export class UpdateContainerInstancesStateCommand extends $Command< UpdateContainerInstancesStateCommandOutput, ECSClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -246,9 +243,7 @@ export class UpdateContainerInstancesStateCommand extends $Command< * @public */ constructor(readonly input: UpdateContainerInstancesStateCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -304,7 +299,4 @@ export class UpdateContainerInstancesStateCommand extends $Command< ): Promise { return de_UpdateContainerInstancesStateCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ecs/src/commands/UpdateServiceCommand.ts b/clients/client-ecs/src/commands/UpdateServiceCommand.ts index 327affdbd2b3..e902482c7d3b 100644 --- a/clients/client-ecs/src/commands/UpdateServiceCommand.ts +++ b/clients/client-ecs/src/commands/UpdateServiceCommand.ts @@ -582,9 +582,6 @@ export class UpdateServiceCommand extends $Command< UpdateServiceCommandOutput, ECSClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -598,9 +595,7 @@ export class UpdateServiceCommand extends $Command< * @public */ constructor(readonly input: UpdateServiceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -651,7 +646,4 @@ export class UpdateServiceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdateServiceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ecs/src/commands/UpdateServicePrimaryTaskSetCommand.ts b/clients/client-ecs/src/commands/UpdateServicePrimaryTaskSetCommand.ts index 118d3d0975f9..bcbd4ae9d0e1 100644 --- a/clients/client-ecs/src/commands/UpdateServicePrimaryTaskSetCommand.ts +++ b/clients/client-ecs/src/commands/UpdateServicePrimaryTaskSetCommand.ts @@ -174,9 +174,6 @@ export class UpdateServicePrimaryTaskSetCommand extends $Command< UpdateServicePrimaryTaskSetCommandOutput, ECSClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -190,9 +187,7 @@ export class UpdateServicePrimaryTaskSetCommand extends $Command< * @public */ constructor(readonly input: UpdateServicePrimaryTaskSetCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -248,7 +243,4 @@ export class UpdateServicePrimaryTaskSetCommand extends $Command< ): Promise { return de_UpdateServicePrimaryTaskSetCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ecs/src/commands/UpdateTaskProtectionCommand.ts b/clients/client-ecs/src/commands/UpdateTaskProtectionCommand.ts index b0eab1568cde..801891f1a42f 100644 --- a/clients/client-ecs/src/commands/UpdateTaskProtectionCommand.ts +++ b/clients/client-ecs/src/commands/UpdateTaskProtectionCommand.ts @@ -219,9 +219,6 @@ export class UpdateTaskProtectionCommand extends $Command< UpdateTaskProtectionCommandOutput, ECSClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -235,9 +232,7 @@ export class UpdateTaskProtectionCommand extends $Command< * @public */ constructor(readonly input: UpdateTaskProtectionCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -290,7 +285,4 @@ export class UpdateTaskProtectionCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdateTaskProtectionCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ecs/src/commands/UpdateTaskSetCommand.ts b/clients/client-ecs/src/commands/UpdateTaskSetCommand.ts index 24a1f3561326..c0e2f2a27b14 100644 --- a/clients/client-ecs/src/commands/UpdateTaskSetCommand.ts +++ b/clients/client-ecs/src/commands/UpdateTaskSetCommand.ts @@ -174,9 +174,6 @@ export class UpdateTaskSetCommand extends $Command< UpdateTaskSetCommandOutput, ECSClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -190,9 +187,7 @@ export class UpdateTaskSetCommand extends $Command< * @public */ constructor(readonly input: UpdateTaskSetCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -243,7 +238,4 @@ export class UpdateTaskSetCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdateTaskSetCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-efs/package.json b/clients/client-efs/package.json index 9972ac235da4..c8146a53bb04 100644 --- a/clients/client-efs/package.json +++ b/clients/client-efs/package.json @@ -34,29 +34,29 @@ "@aws-sdk/util-endpoints": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@smithy/config-resolver": "^2.0.16", - "@smithy/fetch-http-handler": "^2.2.4", - "@smithy/hash-node": "^2.0.12", - "@smithy/invalid-dependency": "^2.0.12", - "@smithy/middleware-content-length": "^2.0.14", - "@smithy/middleware-endpoint": "^2.1.3", - "@smithy/middleware-retry": "^2.0.18", - "@smithy/middleware-serde": "^2.0.12", - "@smithy/middleware-stack": "^2.0.6", - "@smithy/node-config-provider": "^2.1.3", - "@smithy/node-http-handler": "^2.1.8", - "@smithy/protocol-http": "^3.0.8", - "@smithy/smithy-client": "^2.1.12", - "@smithy/types": "^2.4.0", - "@smithy/url-parser": "^2.0.12", - "@smithy/util-base64": "^2.0.0", + "@smithy/config-resolver": "^2.0.18", + "@smithy/fetch-http-handler": "^2.2.6", + "@smithy/hash-node": "^2.0.15", + "@smithy/invalid-dependency": "^2.0.13", + "@smithy/middleware-content-length": "^2.0.15", + "@smithy/middleware-endpoint": "^2.2.0", + "@smithy/middleware-retry": "^2.0.20", + "@smithy/middleware-serde": "^2.0.13", + "@smithy/middleware-stack": "^2.0.7", + "@smithy/node-config-provider": "^2.1.5", + "@smithy/node-http-handler": "^2.1.9", + "@smithy/protocol-http": "^3.0.9", + "@smithy/smithy-client": "^2.1.15", + "@smithy/types": "^2.5.0", + "@smithy/url-parser": "^2.0.13", + "@smithy/util-base64": "^2.0.1", "@smithy/util-body-length-browser": "^2.0.0", "@smithy/util-body-length-node": "^2.1.0", - "@smithy/util-defaults-mode-browser": "^2.0.16", - "@smithy/util-defaults-mode-node": "^2.0.21", - "@smithy/util-endpoints": "^1.0.2", - "@smithy/util-retry": "^2.0.5", - "@smithy/util-utf8": "^2.0.0", + "@smithy/util-defaults-mode-browser": "^2.0.19", + "@smithy/util-defaults-mode-node": "^2.0.25", + "@smithy/util-endpoints": "^1.0.4", + "@smithy/util-retry": "^2.0.6", + "@smithy/util-utf8": "^2.0.2", "tslib": "^2.5.0", "uuid": "^8.3.2" }, diff --git a/clients/client-efs/src/commands/CreateAccessPointCommand.ts b/clients/client-efs/src/commands/CreateAccessPointCommand.ts index eeca307bf807..e176bcafdae7 100644 --- a/clients/client-efs/src/commands/CreateAccessPointCommand.ts +++ b/clients/client-efs/src/commands/CreateAccessPointCommand.ts @@ -165,9 +165,6 @@ export class CreateAccessPointCommand extends $Command< CreateAccessPointCommandOutput, EFSClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -181,9 +178,7 @@ export class CreateAccessPointCommand extends $Command< * @public */ constructor(readonly input: CreateAccessPointCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -236,7 +231,4 @@ export class CreateAccessPointCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateAccessPointCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-efs/src/commands/CreateFileSystemCommand.ts b/clients/client-efs/src/commands/CreateFileSystemCommand.ts index 1fe9d499d075..9aa38016ae2c 100644 --- a/clients/client-efs/src/commands/CreateFileSystemCommand.ts +++ b/clients/client-efs/src/commands/CreateFileSystemCommand.ts @@ -232,9 +232,6 @@ export class CreateFileSystemCommand extends $Command< CreateFileSystemCommandOutput, EFSClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -248,9 +245,7 @@ export class CreateFileSystemCommand extends $Command< * @public */ constructor(readonly input: CreateFileSystemCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -303,7 +298,4 @@ export class CreateFileSystemCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateFileSystemCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-efs/src/commands/CreateMountTargetCommand.ts b/clients/client-efs/src/commands/CreateMountTargetCommand.ts index c662811addb4..e70a21e87855 100644 --- a/clients/client-efs/src/commands/CreateMountTargetCommand.ts +++ b/clients/client-efs/src/commands/CreateMountTargetCommand.ts @@ -300,9 +300,6 @@ export class CreateMountTargetCommand extends $Command< CreateMountTargetCommandOutput, EFSClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -316,9 +313,7 @@ export class CreateMountTargetCommand extends $Command< * @public */ constructor(readonly input: CreateMountTargetCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -371,7 +366,4 @@ export class CreateMountTargetCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateMountTargetCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-efs/src/commands/CreateReplicationConfigurationCommand.ts b/clients/client-efs/src/commands/CreateReplicationConfigurationCommand.ts index 2eacc8f3e76a..4cc3913898ec 100644 --- a/clients/client-efs/src/commands/CreateReplicationConfigurationCommand.ts +++ b/clients/client-efs/src/commands/CreateReplicationConfigurationCommand.ts @@ -214,9 +214,6 @@ export class CreateReplicationConfigurationCommand extends $Command< CreateReplicationConfigurationCommandOutput, EFSClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -230,9 +227,7 @@ export class CreateReplicationConfigurationCommand extends $Command< * @public */ constructor(readonly input: CreateReplicationConfigurationCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -291,7 +286,4 @@ export class CreateReplicationConfigurationCommand extends $Command< ): Promise { return de_CreateReplicationConfigurationCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-efs/src/commands/CreateTagsCommand.ts b/clients/client-efs/src/commands/CreateTagsCommand.ts index 5d71a1d88f9f..2079242e535e 100644 --- a/clients/client-efs/src/commands/CreateTagsCommand.ts +++ b/clients/client-efs/src/commands/CreateTagsCommand.ts @@ -113,9 +113,6 @@ export class CreateTagsCommand extends $Command< CreateTagsCommandOutput, EFSClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -129,9 +126,7 @@ export class CreateTagsCommand extends $Command< * @public */ constructor(readonly input: CreateTagsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -182,7 +177,4 @@ export class CreateTagsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateTagsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-efs/src/commands/DeleteAccessPointCommand.ts b/clients/client-efs/src/commands/DeleteAccessPointCommand.ts index e460083aadfc..0dbe67242fcf 100644 --- a/clients/client-efs/src/commands/DeleteAccessPointCommand.ts +++ b/clients/client-efs/src/commands/DeleteAccessPointCommand.ts @@ -82,9 +82,6 @@ export class DeleteAccessPointCommand extends $Command< DeleteAccessPointCommandOutput, EFSClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -98,9 +95,7 @@ export class DeleteAccessPointCommand extends $Command< * @public */ constructor(readonly input: DeleteAccessPointCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -153,7 +148,4 @@ export class DeleteAccessPointCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteAccessPointCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-efs/src/commands/DeleteFileSystemCommand.ts b/clients/client-efs/src/commands/DeleteFileSystemCommand.ts index 383efeabe715..5fe949569c61 100644 --- a/clients/client-efs/src/commands/DeleteFileSystemCommand.ts +++ b/clients/client-efs/src/commands/DeleteFileSystemCommand.ts @@ -112,9 +112,6 @@ export class DeleteFileSystemCommand extends $Command< DeleteFileSystemCommandOutput, EFSClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -128,9 +125,7 @@ export class DeleteFileSystemCommand extends $Command< * @public */ constructor(readonly input: DeleteFileSystemCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -183,7 +178,4 @@ export class DeleteFileSystemCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteFileSystemCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-efs/src/commands/DeleteFileSystemPolicyCommand.ts b/clients/client-efs/src/commands/DeleteFileSystemPolicyCommand.ts index 6c505811ab24..4ab8b3ec3216 100644 --- a/clients/client-efs/src/commands/DeleteFileSystemPolicyCommand.ts +++ b/clients/client-efs/src/commands/DeleteFileSystemPolicyCommand.ts @@ -85,9 +85,6 @@ export class DeleteFileSystemPolicyCommand extends $Command< DeleteFileSystemPolicyCommandOutput, EFSClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -101,9 +98,7 @@ export class DeleteFileSystemPolicyCommand extends $Command< * @public */ constructor(readonly input: DeleteFileSystemPolicyCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -156,7 +151,4 @@ export class DeleteFileSystemPolicyCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteFileSystemPolicyCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-efs/src/commands/DeleteMountTargetCommand.ts b/clients/client-efs/src/commands/DeleteMountTargetCommand.ts index 4198a5e0c34e..871aa53016a6 100644 --- a/clients/client-efs/src/commands/DeleteMountTargetCommand.ts +++ b/clients/client-efs/src/commands/DeleteMountTargetCommand.ts @@ -124,9 +124,6 @@ export class DeleteMountTargetCommand extends $Command< DeleteMountTargetCommandOutput, EFSClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -140,9 +137,7 @@ export class DeleteMountTargetCommand extends $Command< * @public */ constructor(readonly input: DeleteMountTargetCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -195,7 +190,4 @@ export class DeleteMountTargetCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteMountTargetCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-efs/src/commands/DeleteReplicationConfigurationCommand.ts b/clients/client-efs/src/commands/DeleteReplicationConfigurationCommand.ts index e696b541f4e5..0296ba0426c6 100644 --- a/clients/client-efs/src/commands/DeleteReplicationConfigurationCommand.ts +++ b/clients/client-efs/src/commands/DeleteReplicationConfigurationCommand.ts @@ -89,9 +89,6 @@ export class DeleteReplicationConfigurationCommand extends $Command< DeleteReplicationConfigurationCommandOutput, EFSClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -105,9 +102,7 @@ export class DeleteReplicationConfigurationCommand extends $Command< * @public */ constructor(readonly input: DeleteReplicationConfigurationCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -166,7 +161,4 @@ export class DeleteReplicationConfigurationCommand extends $Command< ): Promise { return de_DeleteReplicationConfigurationCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-efs/src/commands/DeleteTagsCommand.ts b/clients/client-efs/src/commands/DeleteTagsCommand.ts index 0a6a5bd5eea6..7d6e2469ad8a 100644 --- a/clients/client-efs/src/commands/DeleteTagsCommand.ts +++ b/clients/client-efs/src/commands/DeleteTagsCommand.ts @@ -107,9 +107,6 @@ export class DeleteTagsCommand extends $Command< DeleteTagsCommandOutput, EFSClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -123,9 +120,7 @@ export class DeleteTagsCommand extends $Command< * @public */ constructor(readonly input: DeleteTagsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -176,7 +171,4 @@ export class DeleteTagsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteTagsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-efs/src/commands/DescribeAccessPointsCommand.ts b/clients/client-efs/src/commands/DescribeAccessPointsCommand.ts index 9f573f8d31d2..fc6a5e9e2e3b 100644 --- a/clients/client-efs/src/commands/DescribeAccessPointsCommand.ts +++ b/clients/client-efs/src/commands/DescribeAccessPointsCommand.ts @@ -123,9 +123,6 @@ export class DescribeAccessPointsCommand extends $Command< DescribeAccessPointsCommandOutput, EFSClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -139,9 +136,7 @@ export class DescribeAccessPointsCommand extends $Command< * @public */ constructor(readonly input: DescribeAccessPointsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -194,7 +189,4 @@ export class DescribeAccessPointsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DescribeAccessPointsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-efs/src/commands/DescribeAccountPreferencesCommand.ts b/clients/client-efs/src/commands/DescribeAccountPreferencesCommand.ts index eb02a0248b2d..c52dd4800917 100644 --- a/clients/client-efs/src/commands/DescribeAccountPreferencesCommand.ts +++ b/clients/client-efs/src/commands/DescribeAccountPreferencesCommand.ts @@ -80,9 +80,6 @@ export class DescribeAccountPreferencesCommand extends $Command< DescribeAccountPreferencesCommandOutput, EFSClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -96,9 +93,7 @@ export class DescribeAccountPreferencesCommand extends $Command< * @public */ constructor(readonly input: DescribeAccountPreferencesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -154,7 +149,4 @@ export class DescribeAccountPreferencesCommand extends $Command< ): Promise { return de_DescribeAccountPreferencesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-efs/src/commands/DescribeBackupPolicyCommand.ts b/clients/client-efs/src/commands/DescribeBackupPolicyCommand.ts index 3a233198b905..cfe0dcd76096 100644 --- a/clients/client-efs/src/commands/DescribeBackupPolicyCommand.ts +++ b/clients/client-efs/src/commands/DescribeBackupPolicyCommand.ts @@ -89,9 +89,6 @@ export class DescribeBackupPolicyCommand extends $Command< DescribeBackupPolicyCommandOutput, EFSClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -105,9 +102,7 @@ export class DescribeBackupPolicyCommand extends $Command< * @public */ constructor(readonly input: DescribeBackupPolicyCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -160,7 +155,4 @@ export class DescribeBackupPolicyCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DescribeBackupPolicyCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-efs/src/commands/DescribeFileSystemPolicyCommand.ts b/clients/client-efs/src/commands/DescribeFileSystemPolicyCommand.ts index 3372805399c1..1b97bb929f2c 100644 --- a/clients/client-efs/src/commands/DescribeFileSystemPolicyCommand.ts +++ b/clients/client-efs/src/commands/DescribeFileSystemPolicyCommand.ts @@ -86,9 +86,6 @@ export class DescribeFileSystemPolicyCommand extends $Command< DescribeFileSystemPolicyCommandOutput, EFSClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -102,9 +99,7 @@ export class DescribeFileSystemPolicyCommand extends $Command< * @public */ constructor(readonly input: DescribeFileSystemPolicyCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -157,7 +152,4 @@ export class DescribeFileSystemPolicyCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DescribeFileSystemPolicyCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-efs/src/commands/DescribeFileSystemsCommand.ts b/clients/client-efs/src/commands/DescribeFileSystemsCommand.ts index 5c01c4dbf4cc..3f7c0b5ad7f1 100644 --- a/clients/client-efs/src/commands/DescribeFileSystemsCommand.ts +++ b/clients/client-efs/src/commands/DescribeFileSystemsCommand.ts @@ -169,9 +169,6 @@ export class DescribeFileSystemsCommand extends $Command< DescribeFileSystemsCommandOutput, EFSClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -185,9 +182,7 @@ export class DescribeFileSystemsCommand extends $Command< * @public */ constructor(readonly input: DescribeFileSystemsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -240,7 +235,4 @@ export class DescribeFileSystemsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DescribeFileSystemsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-efs/src/commands/DescribeLifecycleConfigurationCommand.ts b/clients/client-efs/src/commands/DescribeLifecycleConfigurationCommand.ts index 5ddbe464955b..f09a8bf172be 100644 --- a/clients/client-efs/src/commands/DescribeLifecycleConfigurationCommand.ts +++ b/clients/client-efs/src/commands/DescribeLifecycleConfigurationCommand.ts @@ -119,9 +119,6 @@ export class DescribeLifecycleConfigurationCommand extends $Command< DescribeLifecycleConfigurationCommandOutput, EFSClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -135,9 +132,7 @@ export class DescribeLifecycleConfigurationCommand extends $Command< * @public */ constructor(readonly input: DescribeLifecycleConfigurationCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -196,7 +191,4 @@ export class DescribeLifecycleConfigurationCommand extends $Command< ): Promise { return de_DescribeLifecycleConfigurationCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-efs/src/commands/DescribeMountTargetSecurityGroupsCommand.ts b/clients/client-efs/src/commands/DescribeMountTargetSecurityGroupsCommand.ts index 418f89430580..45c4f0874bc0 100644 --- a/clients/client-efs/src/commands/DescribeMountTargetSecurityGroupsCommand.ts +++ b/clients/client-efs/src/commands/DescribeMountTargetSecurityGroupsCommand.ts @@ -128,9 +128,6 @@ export class DescribeMountTargetSecurityGroupsCommand extends $Command< DescribeMountTargetSecurityGroupsCommandOutput, EFSClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -144,9 +141,7 @@ export class DescribeMountTargetSecurityGroupsCommand extends $Command< * @public */ constructor(readonly input: DescribeMountTargetSecurityGroupsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -205,7 +200,4 @@ export class DescribeMountTargetSecurityGroupsCommand extends $Command< ): Promise { return de_DescribeMountTargetSecurityGroupsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-efs/src/commands/DescribeMountTargetsCommand.ts b/clients/client-efs/src/commands/DescribeMountTargetsCommand.ts index 863f9a8cd40c..e07d2ea9b06a 100644 --- a/clients/client-efs/src/commands/DescribeMountTargetsCommand.ts +++ b/clients/client-efs/src/commands/DescribeMountTargetsCommand.ts @@ -140,9 +140,6 @@ export class DescribeMountTargetsCommand extends $Command< DescribeMountTargetsCommandOutput, EFSClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -156,9 +153,7 @@ export class DescribeMountTargetsCommand extends $Command< * @public */ constructor(readonly input: DescribeMountTargetsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -211,7 +206,4 @@ export class DescribeMountTargetsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DescribeMountTargetsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-efs/src/commands/DescribeReplicationConfigurationsCommand.ts b/clients/client-efs/src/commands/DescribeReplicationConfigurationsCommand.ts index a4f62262de17..9e28e3e90ac7 100644 --- a/clients/client-efs/src/commands/DescribeReplicationConfigurationsCommand.ts +++ b/clients/client-efs/src/commands/DescribeReplicationConfigurationsCommand.ts @@ -117,9 +117,6 @@ export class DescribeReplicationConfigurationsCommand extends $Command< DescribeReplicationConfigurationsCommandOutput, EFSClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -133,9 +130,7 @@ export class DescribeReplicationConfigurationsCommand extends $Command< * @public */ constructor(readonly input: DescribeReplicationConfigurationsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -194,7 +189,4 @@ export class DescribeReplicationConfigurationsCommand extends $Command< ): Promise { return de_DescribeReplicationConfigurationsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-efs/src/commands/DescribeTagsCommand.ts b/clients/client-efs/src/commands/DescribeTagsCommand.ts index 15842018890a..a31a5ad42d6c 100644 --- a/clients/client-efs/src/commands/DescribeTagsCommand.ts +++ b/clients/client-efs/src/commands/DescribeTagsCommand.ts @@ -122,9 +122,6 @@ export class DescribeTagsCommand extends $Command< DescribeTagsCommandOutput, EFSClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -138,9 +135,7 @@ export class DescribeTagsCommand extends $Command< * @public */ constructor(readonly input: DescribeTagsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -191,7 +186,4 @@ export class DescribeTagsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DescribeTagsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-efs/src/commands/ListTagsForResourceCommand.ts b/clients/client-efs/src/commands/ListTagsForResourceCommand.ts index fd2d0d686851..d61583376b57 100644 --- a/clients/client-efs/src/commands/ListTagsForResourceCommand.ts +++ b/clients/client-efs/src/commands/ListTagsForResourceCommand.ts @@ -94,9 +94,6 @@ export class ListTagsForResourceCommand extends $Command< ListTagsForResourceCommandOutput, EFSClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -110,9 +107,7 @@ export class ListTagsForResourceCommand extends $Command< * @public */ constructor(readonly input: ListTagsForResourceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -165,7 +160,4 @@ export class ListTagsForResourceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListTagsForResourceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-efs/src/commands/ModifyMountTargetSecurityGroupsCommand.ts b/clients/client-efs/src/commands/ModifyMountTargetSecurityGroupsCommand.ts index c29b7d6cf417..841e6e75b67c 100644 --- a/clients/client-efs/src/commands/ModifyMountTargetSecurityGroupsCommand.ts +++ b/clients/client-efs/src/commands/ModifyMountTargetSecurityGroupsCommand.ts @@ -130,9 +130,6 @@ export class ModifyMountTargetSecurityGroupsCommand extends $Command< ModifyMountTargetSecurityGroupsCommandOutput, EFSClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -146,9 +143,7 @@ export class ModifyMountTargetSecurityGroupsCommand extends $Command< * @public */ constructor(readonly input: ModifyMountTargetSecurityGroupsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -207,7 +202,4 @@ export class ModifyMountTargetSecurityGroupsCommand extends $Command< ): Promise { return de_ModifyMountTargetSecurityGroupsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-efs/src/commands/PutAccountPreferencesCommand.ts b/clients/client-efs/src/commands/PutAccountPreferencesCommand.ts index 04fb8733e671..0f44e23ed302 100644 --- a/clients/client-efs/src/commands/PutAccountPreferencesCommand.ts +++ b/clients/client-efs/src/commands/PutAccountPreferencesCommand.ts @@ -92,9 +92,6 @@ export class PutAccountPreferencesCommand extends $Command< PutAccountPreferencesCommandOutput, EFSClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -108,9 +105,7 @@ export class PutAccountPreferencesCommand extends $Command< * @public */ constructor(readonly input: PutAccountPreferencesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -163,7 +158,4 @@ export class PutAccountPreferencesCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_PutAccountPreferencesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-efs/src/commands/PutBackupPolicyCommand.ts b/clients/client-efs/src/commands/PutBackupPolicyCommand.ts index a9c04e9e26f3..32c022c0c4fb 100644 --- a/clients/client-efs/src/commands/PutBackupPolicyCommand.ts +++ b/clients/client-efs/src/commands/PutBackupPolicyCommand.ts @@ -92,9 +92,6 @@ export class PutBackupPolicyCommand extends $Command< PutBackupPolicyCommandOutput, EFSClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -108,9 +105,7 @@ export class PutBackupPolicyCommand extends $Command< * @public */ constructor(readonly input: PutBackupPolicyCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -163,7 +158,4 @@ export class PutBackupPolicyCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_PutBackupPolicyCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-efs/src/commands/PutFileSystemPolicyCommand.ts b/clients/client-efs/src/commands/PutFileSystemPolicyCommand.ts index cc8011e74f33..997a09ed12b7 100644 --- a/clients/client-efs/src/commands/PutFileSystemPolicyCommand.ts +++ b/clients/client-efs/src/commands/PutFileSystemPolicyCommand.ts @@ -103,9 +103,6 @@ export class PutFileSystemPolicyCommand extends $Command< PutFileSystemPolicyCommandOutput, EFSClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -119,9 +116,7 @@ export class PutFileSystemPolicyCommand extends $Command< * @public */ constructor(readonly input: PutFileSystemPolicyCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -174,7 +169,4 @@ export class PutFileSystemPolicyCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_PutFileSystemPolicyCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-efs/src/commands/PutLifecycleConfigurationCommand.ts b/clients/client-efs/src/commands/PutLifecycleConfigurationCommand.ts index 9694c71e85c4..8ca8a7f29104 100644 --- a/clients/client-efs/src/commands/PutLifecycleConfigurationCommand.ts +++ b/clients/client-efs/src/commands/PutLifecycleConfigurationCommand.ts @@ -166,9 +166,6 @@ export class PutLifecycleConfigurationCommand extends $Command< PutLifecycleConfigurationCommandOutput, EFSClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -182,9 +179,7 @@ export class PutLifecycleConfigurationCommand extends $Command< * @public */ constructor(readonly input: PutLifecycleConfigurationCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -240,7 +235,4 @@ export class PutLifecycleConfigurationCommand extends $Command< ): Promise { return de_PutLifecycleConfigurationCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-efs/src/commands/TagResourceCommand.ts b/clients/client-efs/src/commands/TagResourceCommand.ts index 34a1116c821e..87a80c093085 100644 --- a/clients/client-efs/src/commands/TagResourceCommand.ts +++ b/clients/client-efs/src/commands/TagResourceCommand.ts @@ -90,9 +90,6 @@ export class TagResourceCommand extends $Command< TagResourceCommandOutput, EFSClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -106,9 +103,7 @@ export class TagResourceCommand extends $Command< * @public */ constructor(readonly input: TagResourceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -159,7 +154,4 @@ export class TagResourceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_TagResourceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-efs/src/commands/UntagResourceCommand.ts b/clients/client-efs/src/commands/UntagResourceCommand.ts index 5acb734d0dd3..7bd23c2f1656 100644 --- a/clients/client-efs/src/commands/UntagResourceCommand.ts +++ b/clients/client-efs/src/commands/UntagResourceCommand.ts @@ -87,9 +87,6 @@ export class UntagResourceCommand extends $Command< UntagResourceCommandOutput, EFSClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -103,9 +100,7 @@ export class UntagResourceCommand extends $Command< * @public */ constructor(readonly input: UntagResourceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -156,7 +151,4 @@ export class UntagResourceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UntagResourceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-efs/src/commands/UpdateFileSystemCommand.ts b/clients/client-efs/src/commands/UpdateFileSystemCommand.ts index 1031738555ba..4f6c32d3d153 100644 --- a/clients/client-efs/src/commands/UpdateFileSystemCommand.ts +++ b/clients/client-efs/src/commands/UpdateFileSystemCommand.ts @@ -128,9 +128,6 @@ export class UpdateFileSystemCommand extends $Command< UpdateFileSystemCommandOutput, EFSClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -144,9 +141,7 @@ export class UpdateFileSystemCommand extends $Command< * @public */ constructor(readonly input: UpdateFileSystemCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -199,7 +194,4 @@ export class UpdateFileSystemCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdateFileSystemCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-eks/package.json b/clients/client-eks/package.json index 8b6967ff29df..61081c296f56 100644 --- a/clients/client-eks/package.json +++ b/clients/client-eks/package.json @@ -34,30 +34,30 @@ "@aws-sdk/util-endpoints": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@smithy/config-resolver": "^2.0.16", - "@smithy/fetch-http-handler": "^2.2.4", - "@smithy/hash-node": "^2.0.12", - "@smithy/invalid-dependency": "^2.0.12", - "@smithy/middleware-content-length": "^2.0.14", - "@smithy/middleware-endpoint": "^2.1.3", - "@smithy/middleware-retry": "^2.0.18", - "@smithy/middleware-serde": "^2.0.12", - "@smithy/middleware-stack": "^2.0.6", - "@smithy/node-config-provider": "^2.1.3", - "@smithy/node-http-handler": "^2.1.8", - "@smithy/protocol-http": "^3.0.8", - "@smithy/smithy-client": "^2.1.12", - "@smithy/types": "^2.4.0", - "@smithy/url-parser": "^2.0.12", - "@smithy/util-base64": "^2.0.0", + "@smithy/config-resolver": "^2.0.18", + "@smithy/fetch-http-handler": "^2.2.6", + "@smithy/hash-node": "^2.0.15", + "@smithy/invalid-dependency": "^2.0.13", + "@smithy/middleware-content-length": "^2.0.15", + "@smithy/middleware-endpoint": "^2.2.0", + "@smithy/middleware-retry": "^2.0.20", + "@smithy/middleware-serde": "^2.0.13", + "@smithy/middleware-stack": "^2.0.7", + "@smithy/node-config-provider": "^2.1.5", + "@smithy/node-http-handler": "^2.1.9", + "@smithy/protocol-http": "^3.0.9", + "@smithy/smithy-client": "^2.1.15", + "@smithy/types": "^2.5.0", + "@smithy/url-parser": "^2.0.13", + "@smithy/util-base64": "^2.0.1", "@smithy/util-body-length-browser": "^2.0.0", "@smithy/util-body-length-node": "^2.1.0", - "@smithy/util-defaults-mode-browser": "^2.0.16", - "@smithy/util-defaults-mode-node": "^2.0.21", - "@smithy/util-endpoints": "^1.0.2", - "@smithy/util-retry": "^2.0.5", - "@smithy/util-utf8": "^2.0.0", - "@smithy/util-waiter": "^2.0.12", + "@smithy/util-defaults-mode-browser": "^2.0.19", + "@smithy/util-defaults-mode-node": "^2.0.25", + "@smithy/util-endpoints": "^1.0.4", + "@smithy/util-retry": "^2.0.6", + "@smithy/util-utf8": "^2.0.2", + "@smithy/util-waiter": "^2.0.13", "tslib": "^2.5.0", "uuid": "^8.3.2" }, diff --git a/clients/client-eks/src/commands/AssociateEncryptionConfigCommand.ts b/clients/client-eks/src/commands/AssociateEncryptionConfigCommand.ts index 67b9f87de288..c844b081a2fc 100644 --- a/clients/client-eks/src/commands/AssociateEncryptionConfigCommand.ts +++ b/clients/client-eks/src/commands/AssociateEncryptionConfigCommand.ts @@ -129,9 +129,6 @@ export class AssociateEncryptionConfigCommand extends $Command< AssociateEncryptionConfigCommandOutput, EKSClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -145,9 +142,7 @@ export class AssociateEncryptionConfigCommand extends $Command< * @public */ constructor(readonly input: AssociateEncryptionConfigCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -203,7 +198,4 @@ export class AssociateEncryptionConfigCommand extends $Command< ): Promise { return de_AssociateEncryptionConfigCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-eks/src/commands/AssociateIdentityProviderConfigCommand.ts b/clients/client-eks/src/commands/AssociateIdentityProviderConfigCommand.ts index a2e66a0aa8e8..e407fdd1a664 100644 --- a/clients/client-eks/src/commands/AssociateIdentityProviderConfigCommand.ts +++ b/clients/client-eks/src/commands/AssociateIdentityProviderConfigCommand.ts @@ -146,9 +146,6 @@ export class AssociateIdentityProviderConfigCommand extends $Command< AssociateIdentityProviderConfigCommandOutput, EKSClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -162,9 +159,7 @@ export class AssociateIdentityProviderConfigCommand extends $Command< * @public */ constructor(readonly input: AssociateIdentityProviderConfigCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -223,7 +218,4 @@ export class AssociateIdentityProviderConfigCommand extends $Command< ): Promise { return de_AssociateIdentityProviderConfigCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-eks/src/commands/CreateAddonCommand.ts b/clients/client-eks/src/commands/CreateAddonCommand.ts index 2739f9476097..dff936f3b3de 100644 --- a/clients/client-eks/src/commands/CreateAddonCommand.ts +++ b/clients/client-eks/src/commands/CreateAddonCommand.ts @@ -137,9 +137,6 @@ export class CreateAddonCommand extends $Command< CreateAddonCommandOutput, EKSClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -153,9 +150,7 @@ export class CreateAddonCommand extends $Command< * @public */ constructor(readonly input: CreateAddonCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -206,7 +201,4 @@ export class CreateAddonCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateAddonCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-eks/src/commands/CreateClusterCommand.ts b/clients/client-eks/src/commands/CreateClusterCommand.ts index 92701c8d3e1f..5f48969f7c35 100644 --- a/clients/client-eks/src/commands/CreateClusterCommand.ts +++ b/clients/client-eks/src/commands/CreateClusterCommand.ts @@ -275,9 +275,6 @@ export class CreateClusterCommand extends $Command< CreateClusterCommandOutput, EKSClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -291,9 +288,7 @@ export class CreateClusterCommand extends $Command< * @public */ constructor(readonly input: CreateClusterCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -344,7 +339,4 @@ export class CreateClusterCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateClusterCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-eks/src/commands/CreateEksAnywhereSubscriptionCommand.ts b/clients/client-eks/src/commands/CreateEksAnywhereSubscriptionCommand.ts index 0e2917ae438c..3e2782536920 100644 --- a/clients/client-eks/src/commands/CreateEksAnywhereSubscriptionCommand.ts +++ b/clients/client-eks/src/commands/CreateEksAnywhereSubscriptionCommand.ts @@ -127,9 +127,6 @@ export class CreateEksAnywhereSubscriptionCommand extends $Command< CreateEksAnywhereSubscriptionCommandOutput, EKSClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -143,9 +140,7 @@ export class CreateEksAnywhereSubscriptionCommand extends $Command< * @public */ constructor(readonly input: CreateEksAnywhereSubscriptionCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -201,7 +196,4 @@ export class CreateEksAnywhereSubscriptionCommand extends $Command< ): Promise { return de_CreateEksAnywhereSubscriptionCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-eks/src/commands/CreateFargateProfileCommand.ts b/clients/client-eks/src/commands/CreateFargateProfileCommand.ts index 4c86a06f910e..db3dc5baf4f1 100644 --- a/clients/client-eks/src/commands/CreateFargateProfileCommand.ts +++ b/clients/client-eks/src/commands/CreateFargateProfileCommand.ts @@ -159,9 +159,6 @@ export class CreateFargateProfileCommand extends $Command< CreateFargateProfileCommandOutput, EKSClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -175,9 +172,7 @@ export class CreateFargateProfileCommand extends $Command< * @public */ constructor(readonly input: CreateFargateProfileCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -230,7 +225,4 @@ export class CreateFargateProfileCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateFargateProfileCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-eks/src/commands/CreateNodegroupCommand.ts b/clients/client-eks/src/commands/CreateNodegroupCommand.ts index 728e23499f77..ee94fe0ad16e 100644 --- a/clients/client-eks/src/commands/CreateNodegroupCommand.ts +++ b/clients/client-eks/src/commands/CreateNodegroupCommand.ts @@ -221,9 +221,6 @@ export class CreateNodegroupCommand extends $Command< CreateNodegroupCommandOutput, EKSClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -237,9 +234,7 @@ export class CreateNodegroupCommand extends $Command< * @public */ constructor(readonly input: CreateNodegroupCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -292,7 +287,4 @@ export class CreateNodegroupCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateNodegroupCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-eks/src/commands/DeleteAddonCommand.ts b/clients/client-eks/src/commands/DeleteAddonCommand.ts index c67a64216d1b..e333691ecee2 100644 --- a/clients/client-eks/src/commands/DeleteAddonCommand.ts +++ b/clients/client-eks/src/commands/DeleteAddonCommand.ts @@ -126,9 +126,6 @@ export class DeleteAddonCommand extends $Command< DeleteAddonCommandOutput, EKSClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -142,9 +139,7 @@ export class DeleteAddonCommand extends $Command< * @public */ constructor(readonly input: DeleteAddonCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -195,7 +190,4 @@ export class DeleteAddonCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteAddonCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-eks/src/commands/DeleteClusterCommand.ts b/clients/client-eks/src/commands/DeleteClusterCommand.ts index 8ca337b01540..fbeee161c072 100644 --- a/clients/client-eks/src/commands/DeleteClusterCommand.ts +++ b/clients/client-eks/src/commands/DeleteClusterCommand.ts @@ -193,9 +193,6 @@ export class DeleteClusterCommand extends $Command< DeleteClusterCommandOutput, EKSClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -209,9 +206,7 @@ export class DeleteClusterCommand extends $Command< * @public */ constructor(readonly input: DeleteClusterCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -262,7 +257,4 @@ export class DeleteClusterCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteClusterCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-eks/src/commands/DeleteEksAnywhereSubscriptionCommand.ts b/clients/client-eks/src/commands/DeleteEksAnywhereSubscriptionCommand.ts index f1d3c54823f1..40b6bd49f57e 100644 --- a/clients/client-eks/src/commands/DeleteEksAnywhereSubscriptionCommand.ts +++ b/clients/client-eks/src/commands/DeleteEksAnywhereSubscriptionCommand.ts @@ -116,9 +116,6 @@ export class DeleteEksAnywhereSubscriptionCommand extends $Command< DeleteEksAnywhereSubscriptionCommandOutput, EKSClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -132,9 +129,7 @@ export class DeleteEksAnywhereSubscriptionCommand extends $Command< * @public */ constructor(readonly input: DeleteEksAnywhereSubscriptionCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -190,7 +185,4 @@ export class DeleteEksAnywhereSubscriptionCommand extends $Command< ): Promise { return de_DeleteEksAnywhereSubscriptionCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-eks/src/commands/DeleteFargateProfileCommand.ts b/clients/client-eks/src/commands/DeleteFargateProfileCommand.ts index eb7083dbb31d..04c9d5cee53d 100644 --- a/clients/client-eks/src/commands/DeleteFargateProfileCommand.ts +++ b/clients/client-eks/src/commands/DeleteFargateProfileCommand.ts @@ -118,9 +118,6 @@ export class DeleteFargateProfileCommand extends $Command< DeleteFargateProfileCommandOutput, EKSClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -134,9 +131,7 @@ export class DeleteFargateProfileCommand extends $Command< * @public */ constructor(readonly input: DeleteFargateProfileCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -189,7 +184,4 @@ export class DeleteFargateProfileCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteFargateProfileCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-eks/src/commands/DeleteNodegroupCommand.ts b/clients/client-eks/src/commands/DeleteNodegroupCommand.ts index 7cb13f7fe7d5..90ae90eaf2f4 100644 --- a/clients/client-eks/src/commands/DeleteNodegroupCommand.ts +++ b/clients/client-eks/src/commands/DeleteNodegroupCommand.ts @@ -164,9 +164,6 @@ export class DeleteNodegroupCommand extends $Command< DeleteNodegroupCommandOutput, EKSClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -180,9 +177,7 @@ export class DeleteNodegroupCommand extends $Command< * @public */ constructor(readonly input: DeleteNodegroupCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -235,7 +230,4 @@ export class DeleteNodegroupCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteNodegroupCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-eks/src/commands/DeregisterClusterCommand.ts b/clients/client-eks/src/commands/DeregisterClusterCommand.ts index deba4f6a8e2d..dcc9dc61544e 100644 --- a/clients/client-eks/src/commands/DeregisterClusterCommand.ts +++ b/clients/client-eks/src/commands/DeregisterClusterCommand.ts @@ -183,9 +183,6 @@ export class DeregisterClusterCommand extends $Command< DeregisterClusterCommandOutput, EKSClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -199,9 +196,7 @@ export class DeregisterClusterCommand extends $Command< * @public */ constructor(readonly input: DeregisterClusterCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -254,7 +249,4 @@ export class DeregisterClusterCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeregisterClusterCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-eks/src/commands/DescribeAddonCommand.ts b/clients/client-eks/src/commands/DescribeAddonCommand.ts index 8f35ca3a5bd8..86a1c178906c 100644 --- a/clients/client-eks/src/commands/DescribeAddonCommand.ts +++ b/clients/client-eks/src/commands/DescribeAddonCommand.ts @@ -123,9 +123,6 @@ export class DescribeAddonCommand extends $Command< DescribeAddonCommandOutput, EKSClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -139,9 +136,7 @@ export class DescribeAddonCommand extends $Command< * @public */ constructor(readonly input: DescribeAddonCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -192,7 +187,4 @@ export class DescribeAddonCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DescribeAddonCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-eks/src/commands/DescribeAddonConfigurationCommand.ts b/clients/client-eks/src/commands/DescribeAddonConfigurationCommand.ts index 827983ff9a79..9b3513bfcf1e 100644 --- a/clients/client-eks/src/commands/DescribeAddonConfigurationCommand.ts +++ b/clients/client-eks/src/commands/DescribeAddonConfigurationCommand.ts @@ -86,9 +86,6 @@ export class DescribeAddonConfigurationCommand extends $Command< DescribeAddonConfigurationCommandOutput, EKSClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -102,9 +99,7 @@ export class DescribeAddonConfigurationCommand extends $Command< * @public */ constructor(readonly input: DescribeAddonConfigurationCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -160,7 +155,4 @@ export class DescribeAddonConfigurationCommand extends $Command< ): Promise { return de_DescribeAddonConfigurationCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-eks/src/commands/DescribeAddonVersionsCommand.ts b/clients/client-eks/src/commands/DescribeAddonVersionsCommand.ts index b90ac1aaa37e..733cc2f447eb 100644 --- a/clients/client-eks/src/commands/DescribeAddonVersionsCommand.ts +++ b/clients/client-eks/src/commands/DescribeAddonVersionsCommand.ts @@ -127,9 +127,6 @@ export class DescribeAddonVersionsCommand extends $Command< DescribeAddonVersionsCommandOutput, EKSClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -143,9 +140,7 @@ export class DescribeAddonVersionsCommand extends $Command< * @public */ constructor(readonly input: DescribeAddonVersionsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -198,7 +193,4 @@ export class DescribeAddonVersionsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DescribeAddonVersionsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-eks/src/commands/DescribeClusterCommand.ts b/clients/client-eks/src/commands/DescribeClusterCommand.ts index 717b145377d1..55bfdef2318d 100644 --- a/clients/client-eks/src/commands/DescribeClusterCommand.ts +++ b/clients/client-eks/src/commands/DescribeClusterCommand.ts @@ -217,9 +217,6 @@ export class DescribeClusterCommand extends $Command< DescribeClusterCommandOutput, EKSClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -233,9 +230,7 @@ export class DescribeClusterCommand extends $Command< * @public */ constructor(readonly input: DescribeClusterCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -288,7 +283,4 @@ export class DescribeClusterCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DescribeClusterCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-eks/src/commands/DescribeEksAnywhereSubscriptionCommand.ts b/clients/client-eks/src/commands/DescribeEksAnywhereSubscriptionCommand.ts index 91cb3041bf7a..bed7019f79b2 100644 --- a/clients/client-eks/src/commands/DescribeEksAnywhereSubscriptionCommand.ts +++ b/clients/client-eks/src/commands/DescribeEksAnywhereSubscriptionCommand.ts @@ -112,9 +112,6 @@ export class DescribeEksAnywhereSubscriptionCommand extends $Command< DescribeEksAnywhereSubscriptionCommandOutput, EKSClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -128,9 +125,7 @@ export class DescribeEksAnywhereSubscriptionCommand extends $Command< * @public */ constructor(readonly input: DescribeEksAnywhereSubscriptionCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -189,7 +184,4 @@ export class DescribeEksAnywhereSubscriptionCommand extends $Command< ): Promise { return de_DescribeEksAnywhereSubscriptionCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-eks/src/commands/DescribeFargateProfileCommand.ts b/clients/client-eks/src/commands/DescribeFargateProfileCommand.ts index 67e6c3d19203..be593c0efcba 100644 --- a/clients/client-eks/src/commands/DescribeFargateProfileCommand.ts +++ b/clients/client-eks/src/commands/DescribeFargateProfileCommand.ts @@ -110,9 +110,6 @@ export class DescribeFargateProfileCommand extends $Command< DescribeFargateProfileCommandOutput, EKSClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -126,9 +123,7 @@ export class DescribeFargateProfileCommand extends $Command< * @public */ constructor(readonly input: DescribeFargateProfileCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -181,7 +176,4 @@ export class DescribeFargateProfileCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DescribeFargateProfileCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-eks/src/commands/DescribeIdentityProviderConfigCommand.ts b/clients/client-eks/src/commands/DescribeIdentityProviderConfigCommand.ts index b69da31933aa..ebfcd341fc85 100644 --- a/clients/client-eks/src/commands/DescribeIdentityProviderConfigCommand.ts +++ b/clients/client-eks/src/commands/DescribeIdentityProviderConfigCommand.ts @@ -119,9 +119,6 @@ export class DescribeIdentityProviderConfigCommand extends $Command< DescribeIdentityProviderConfigCommandOutput, EKSClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -135,9 +132,7 @@ export class DescribeIdentityProviderConfigCommand extends $Command< * @public */ constructor(readonly input: DescribeIdentityProviderConfigCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -196,7 +191,4 @@ export class DescribeIdentityProviderConfigCommand extends $Command< ): Promise { return de_DescribeIdentityProviderConfigCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-eks/src/commands/DescribeNodegroupCommand.ts b/clients/client-eks/src/commands/DescribeNodegroupCommand.ts index fdfded949923..9c3448cfee60 100644 --- a/clients/client-eks/src/commands/DescribeNodegroupCommand.ts +++ b/clients/client-eks/src/commands/DescribeNodegroupCommand.ts @@ -161,9 +161,6 @@ export class DescribeNodegroupCommand extends $Command< DescribeNodegroupCommandOutput, EKSClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -177,9 +174,7 @@ export class DescribeNodegroupCommand extends $Command< * @public */ constructor(readonly input: DescribeNodegroupCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -232,7 +227,4 @@ export class DescribeNodegroupCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DescribeNodegroupCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-eks/src/commands/DescribeUpdateCommand.ts b/clients/client-eks/src/commands/DescribeUpdateCommand.ts index 95ad2637f64a..6fd3938d3bc3 100644 --- a/clients/client-eks/src/commands/DescribeUpdateCommand.ts +++ b/clients/client-eks/src/commands/DescribeUpdateCommand.ts @@ -115,9 +115,6 @@ export class DescribeUpdateCommand extends $Command< DescribeUpdateCommandOutput, EKSClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -131,9 +128,7 @@ export class DescribeUpdateCommand extends $Command< * @public */ constructor(readonly input: DescribeUpdateCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -186,7 +181,4 @@ export class DescribeUpdateCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DescribeUpdateCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-eks/src/commands/DisassociateIdentityProviderConfigCommand.ts b/clients/client-eks/src/commands/DisassociateIdentityProviderConfigCommand.ts index d8d9c3e85d2a..f71470f6bdf5 100644 --- a/clients/client-eks/src/commands/DisassociateIdentityProviderConfigCommand.ts +++ b/clients/client-eks/src/commands/DisassociateIdentityProviderConfigCommand.ts @@ -131,9 +131,6 @@ export class DisassociateIdentityProviderConfigCommand extends $Command< DisassociateIdentityProviderConfigCommandOutput, EKSClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -147,9 +144,7 @@ export class DisassociateIdentityProviderConfigCommand extends $Command< * @public */ constructor(readonly input: DisassociateIdentityProviderConfigCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -208,7 +203,4 @@ export class DisassociateIdentityProviderConfigCommand extends $Command< ): Promise { return de_DisassociateIdentityProviderConfigCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-eks/src/commands/ListAddonsCommand.ts b/clients/client-eks/src/commands/ListAddonsCommand.ts index 0593318e1ca3..ffe65b30fe4c 100644 --- a/clients/client-eks/src/commands/ListAddonsCommand.ts +++ b/clients/client-eks/src/commands/ListAddonsCommand.ts @@ -97,9 +97,6 @@ export class ListAddonsCommand extends $Command< ListAddonsCommandOutput, EKSClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -113,9 +110,7 @@ export class ListAddonsCommand extends $Command< * @public */ constructor(readonly input: ListAddonsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -166,7 +161,4 @@ export class ListAddonsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListAddonsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-eks/src/commands/ListClustersCommand.ts b/clients/client-eks/src/commands/ListClustersCommand.ts index 66312b428571..6f2bf670c2e3 100644 --- a/clients/client-eks/src/commands/ListClustersCommand.ts +++ b/clients/client-eks/src/commands/ListClustersCommand.ts @@ -110,9 +110,6 @@ export class ListClustersCommand extends $Command< ListClustersCommandOutput, EKSClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -126,9 +123,7 @@ export class ListClustersCommand extends $Command< * @public */ constructor(readonly input: ListClustersCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -179,7 +174,4 @@ export class ListClustersCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListClustersCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-eks/src/commands/ListEksAnywhereSubscriptionsCommand.ts b/clients/client-eks/src/commands/ListEksAnywhereSubscriptionsCommand.ts index f5c72944dc15..cc8a5426e3c7 100644 --- a/clients/client-eks/src/commands/ListEksAnywhereSubscriptionsCommand.ts +++ b/clients/client-eks/src/commands/ListEksAnywhereSubscriptionsCommand.ts @@ -117,9 +117,6 @@ export class ListEksAnywhereSubscriptionsCommand extends $Command< ListEksAnywhereSubscriptionsCommandOutput, EKSClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -133,9 +130,7 @@ export class ListEksAnywhereSubscriptionsCommand extends $Command< * @public */ constructor(readonly input: ListEksAnywhereSubscriptionsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -191,7 +186,4 @@ export class ListEksAnywhereSubscriptionsCommand extends $Command< ): Promise { return de_ListEksAnywhereSubscriptionsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-eks/src/commands/ListFargateProfilesCommand.ts b/clients/client-eks/src/commands/ListFargateProfilesCommand.ts index 5ba6c2bcdf16..843942a11381 100644 --- a/clients/client-eks/src/commands/ListFargateProfilesCommand.ts +++ b/clients/client-eks/src/commands/ListFargateProfilesCommand.ts @@ -94,9 +94,6 @@ export class ListFargateProfilesCommand extends $Command< ListFargateProfilesCommandOutput, EKSClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -110,9 +107,7 @@ export class ListFargateProfilesCommand extends $Command< * @public */ constructor(readonly input: ListFargateProfilesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -165,7 +160,4 @@ export class ListFargateProfilesCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListFargateProfilesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-eks/src/commands/ListIdentityProviderConfigsCommand.ts b/clients/client-eks/src/commands/ListIdentityProviderConfigsCommand.ts index ef8189089c89..0682fac85f02 100644 --- a/clients/client-eks/src/commands/ListIdentityProviderConfigsCommand.ts +++ b/clients/client-eks/src/commands/ListIdentityProviderConfigsCommand.ts @@ -104,9 +104,6 @@ export class ListIdentityProviderConfigsCommand extends $Command< ListIdentityProviderConfigsCommandOutput, EKSClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -120,9 +117,7 @@ export class ListIdentityProviderConfigsCommand extends $Command< * @public */ constructor(readonly input: ListIdentityProviderConfigsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -178,7 +173,4 @@ export class ListIdentityProviderConfigsCommand extends $Command< ): Promise { return de_ListIdentityProviderConfigsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-eks/src/commands/ListNodegroupsCommand.ts b/clients/client-eks/src/commands/ListNodegroupsCommand.ts index 59a42c187f94..7dcac9ac6086 100644 --- a/clients/client-eks/src/commands/ListNodegroupsCommand.ts +++ b/clients/client-eks/src/commands/ListNodegroupsCommand.ts @@ -98,9 +98,6 @@ export class ListNodegroupsCommand extends $Command< ListNodegroupsCommandOutput, EKSClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -114,9 +111,7 @@ export class ListNodegroupsCommand extends $Command< * @public */ constructor(readonly input: ListNodegroupsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -169,7 +164,4 @@ export class ListNodegroupsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListNodegroupsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-eks/src/commands/ListTagsForResourceCommand.ts b/clients/client-eks/src/commands/ListTagsForResourceCommand.ts index 8fa664e3c7bd..02d342d328a5 100644 --- a/clients/client-eks/src/commands/ListTagsForResourceCommand.ts +++ b/clients/client-eks/src/commands/ListTagsForResourceCommand.ts @@ -98,9 +98,6 @@ export class ListTagsForResourceCommand extends $Command< ListTagsForResourceCommandOutput, EKSClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -114,9 +111,7 @@ export class ListTagsForResourceCommand extends $Command< * @public */ constructor(readonly input: ListTagsForResourceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -169,7 +164,4 @@ export class ListTagsForResourceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListTagsForResourceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-eks/src/commands/ListUpdatesCommand.ts b/clients/client-eks/src/commands/ListUpdatesCommand.ts index 0e8f6fc38a6f..140a2fe3402c 100644 --- a/clients/client-eks/src/commands/ListUpdatesCommand.ts +++ b/clients/client-eks/src/commands/ListUpdatesCommand.ts @@ -96,9 +96,6 @@ export class ListUpdatesCommand extends $Command< ListUpdatesCommandOutput, EKSClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -112,9 +109,7 @@ export class ListUpdatesCommand extends $Command< * @public */ constructor(readonly input: ListUpdatesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -165,7 +160,4 @@ export class ListUpdatesCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListUpdatesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-eks/src/commands/RegisterClusterCommand.ts b/clients/client-eks/src/commands/RegisterClusterCommand.ts index ee5ef3b3b9a1..02ac537124e8 100644 --- a/clients/client-eks/src/commands/RegisterClusterCommand.ts +++ b/clients/client-eks/src/commands/RegisterClusterCommand.ts @@ -207,9 +207,6 @@ export class RegisterClusterCommand extends $Command< RegisterClusterCommandOutput, EKSClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -223,9 +220,7 @@ export class RegisterClusterCommand extends $Command< * @public */ constructor(readonly input: RegisterClusterCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -278,7 +273,4 @@ export class RegisterClusterCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_RegisterClusterCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-eks/src/commands/TagResourceCommand.ts b/clients/client-eks/src/commands/TagResourceCommand.ts index 47ceac5958b9..7469ada08b8e 100644 --- a/clients/client-eks/src/commands/TagResourceCommand.ts +++ b/clients/client-eks/src/commands/TagResourceCommand.ts @@ -84,9 +84,6 @@ export class TagResourceCommand extends $Command< TagResourceCommandOutput, EKSClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -100,9 +97,7 @@ export class TagResourceCommand extends $Command< * @public */ constructor(readonly input: TagResourceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -153,7 +148,4 @@ export class TagResourceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_TagResourceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-eks/src/commands/UntagResourceCommand.ts b/clients/client-eks/src/commands/UntagResourceCommand.ts index ee869137a699..35ab16d5453a 100644 --- a/clients/client-eks/src/commands/UntagResourceCommand.ts +++ b/clients/client-eks/src/commands/UntagResourceCommand.ts @@ -79,9 +79,6 @@ export class UntagResourceCommand extends $Command< UntagResourceCommandOutput, EKSClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -95,9 +92,7 @@ export class UntagResourceCommand extends $Command< * @public */ constructor(readonly input: UntagResourceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -148,7 +143,4 @@ export class UntagResourceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UntagResourceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-eks/src/commands/UpdateAddonCommand.ts b/clients/client-eks/src/commands/UpdateAddonCommand.ts index 05b9bfeebe4f..deb91757a844 100644 --- a/clients/client-eks/src/commands/UpdateAddonCommand.ts +++ b/clients/client-eks/src/commands/UpdateAddonCommand.ts @@ -121,9 +121,6 @@ export class UpdateAddonCommand extends $Command< UpdateAddonCommandOutput, EKSClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -137,9 +134,7 @@ export class UpdateAddonCommand extends $Command< * @public */ constructor(readonly input: UpdateAddonCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -190,7 +185,4 @@ export class UpdateAddonCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdateAddonCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-eks/src/commands/UpdateClusterConfigCommand.ts b/clients/client-eks/src/commands/UpdateClusterConfigCommand.ts index 298cfd76ed18..8a543073845e 100644 --- a/clients/client-eks/src/commands/UpdateClusterConfigCommand.ts +++ b/clients/client-eks/src/commands/UpdateClusterConfigCommand.ts @@ -166,9 +166,6 @@ export class UpdateClusterConfigCommand extends $Command< UpdateClusterConfigCommandOutput, EKSClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -182,9 +179,7 @@ export class UpdateClusterConfigCommand extends $Command< * @public */ constructor(readonly input: UpdateClusterConfigCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -237,7 +232,4 @@ export class UpdateClusterConfigCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdateClusterConfigCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-eks/src/commands/UpdateClusterVersionCommand.ts b/clients/client-eks/src/commands/UpdateClusterVersionCommand.ts index d621ba0cc401..80d3f71381aa 100644 --- a/clients/client-eks/src/commands/UpdateClusterVersionCommand.ts +++ b/clients/client-eks/src/commands/UpdateClusterVersionCommand.ts @@ -126,9 +126,6 @@ export class UpdateClusterVersionCommand extends $Command< UpdateClusterVersionCommandOutput, EKSClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -142,9 +139,7 @@ export class UpdateClusterVersionCommand extends $Command< * @public */ constructor(readonly input: UpdateClusterVersionCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -197,7 +192,4 @@ export class UpdateClusterVersionCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdateClusterVersionCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-eks/src/commands/UpdateEksAnywhereSubscriptionCommand.ts b/clients/client-eks/src/commands/UpdateEksAnywhereSubscriptionCommand.ts index 3fe541350646..049f46f79c18 100644 --- a/clients/client-eks/src/commands/UpdateEksAnywhereSubscriptionCommand.ts +++ b/clients/client-eks/src/commands/UpdateEksAnywhereSubscriptionCommand.ts @@ -120,9 +120,6 @@ export class UpdateEksAnywhereSubscriptionCommand extends $Command< UpdateEksAnywhereSubscriptionCommandOutput, EKSClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -136,9 +133,7 @@ export class UpdateEksAnywhereSubscriptionCommand extends $Command< * @public */ constructor(readonly input: UpdateEksAnywhereSubscriptionCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -194,7 +189,4 @@ export class UpdateEksAnywhereSubscriptionCommand extends $Command< ): Promise { return de_UpdateEksAnywhereSubscriptionCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-eks/src/commands/UpdateNodegroupConfigCommand.ts b/clients/client-eks/src/commands/UpdateNodegroupConfigCommand.ts index 4166b66c4764..cbd72b5cc8f0 100644 --- a/clients/client-eks/src/commands/UpdateNodegroupConfigCommand.ts +++ b/clients/client-eks/src/commands/UpdateNodegroupConfigCommand.ts @@ -153,9 +153,6 @@ export class UpdateNodegroupConfigCommand extends $Command< UpdateNodegroupConfigCommandOutput, EKSClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -169,9 +166,7 @@ export class UpdateNodegroupConfigCommand extends $Command< * @public */ constructor(readonly input: UpdateNodegroupConfigCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -224,7 +219,4 @@ export class UpdateNodegroupConfigCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdateNodegroupConfigCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-eks/src/commands/UpdateNodegroupVersionCommand.ts b/clients/client-eks/src/commands/UpdateNodegroupVersionCommand.ts index 1a986b2fb5e2..f50b3ac9e40e 100644 --- a/clients/client-eks/src/commands/UpdateNodegroupVersionCommand.ts +++ b/clients/client-eks/src/commands/UpdateNodegroupVersionCommand.ts @@ -144,9 +144,6 @@ export class UpdateNodegroupVersionCommand extends $Command< UpdateNodegroupVersionCommandOutput, EKSClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -160,9 +157,7 @@ export class UpdateNodegroupVersionCommand extends $Command< * @public */ constructor(readonly input: UpdateNodegroupVersionCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -215,7 +210,4 @@ export class UpdateNodegroupVersionCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdateNodegroupVersionCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-elastic-beanstalk/package.json b/clients/client-elastic-beanstalk/package.json index cbf050d927b2..72c9b21462af 100644 --- a/clients/client-elastic-beanstalk/package.json +++ b/clients/client-elastic-beanstalk/package.json @@ -34,30 +34,30 @@ "@aws-sdk/util-endpoints": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@smithy/config-resolver": "^2.0.16", - "@smithy/fetch-http-handler": "^2.2.4", - "@smithy/hash-node": "^2.0.12", - "@smithy/invalid-dependency": "^2.0.12", - "@smithy/middleware-content-length": "^2.0.14", - "@smithy/middleware-endpoint": "^2.1.3", - "@smithy/middleware-retry": "^2.0.18", - "@smithy/middleware-serde": "^2.0.12", - "@smithy/middleware-stack": "^2.0.6", - "@smithy/node-config-provider": "^2.1.3", - "@smithy/node-http-handler": "^2.1.8", - "@smithy/protocol-http": "^3.0.8", - "@smithy/smithy-client": "^2.1.12", - "@smithy/types": "^2.4.0", - "@smithy/url-parser": "^2.0.12", - "@smithy/util-base64": "^2.0.0", + "@smithy/config-resolver": "^2.0.18", + "@smithy/fetch-http-handler": "^2.2.6", + "@smithy/hash-node": "^2.0.15", + "@smithy/invalid-dependency": "^2.0.13", + "@smithy/middleware-content-length": "^2.0.15", + "@smithy/middleware-endpoint": "^2.2.0", + "@smithy/middleware-retry": "^2.0.20", + "@smithy/middleware-serde": "^2.0.13", + "@smithy/middleware-stack": "^2.0.7", + "@smithy/node-config-provider": "^2.1.5", + "@smithy/node-http-handler": "^2.1.9", + "@smithy/protocol-http": "^3.0.9", + "@smithy/smithy-client": "^2.1.15", + "@smithy/types": "^2.5.0", + "@smithy/url-parser": "^2.0.13", + "@smithy/util-base64": "^2.0.1", "@smithy/util-body-length-browser": "^2.0.0", "@smithy/util-body-length-node": "^2.1.0", - "@smithy/util-defaults-mode-browser": "^2.0.16", - "@smithy/util-defaults-mode-node": "^2.0.21", - "@smithy/util-endpoints": "^1.0.2", - "@smithy/util-retry": "^2.0.5", - "@smithy/util-utf8": "^2.0.0", - "@smithy/util-waiter": "^2.0.12", + "@smithy/util-defaults-mode-browser": "^2.0.19", + "@smithy/util-defaults-mode-node": "^2.0.25", + "@smithy/util-endpoints": "^1.0.4", + "@smithy/util-retry": "^2.0.6", + "@smithy/util-utf8": "^2.0.2", + "@smithy/util-waiter": "^2.0.13", "fast-xml-parser": "4.2.5", "tslib": "^2.5.0" }, diff --git a/clients/client-elastic-beanstalk/src/commands/AbortEnvironmentUpdateCommand.ts b/clients/client-elastic-beanstalk/src/commands/AbortEnvironmentUpdateCommand.ts index 17876db1a91f..6adfbf92f098 100644 --- a/clients/client-elastic-beanstalk/src/commands/AbortEnvironmentUpdateCommand.ts +++ b/clients/client-elastic-beanstalk/src/commands/AbortEnvironmentUpdateCommand.ts @@ -85,9 +85,6 @@ export class AbortEnvironmentUpdateCommand extends $Command< AbortEnvironmentUpdateCommandOutput, ElasticBeanstalkClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -101,9 +98,7 @@ export class AbortEnvironmentUpdateCommand extends $Command< * @public */ constructor(readonly input: AbortEnvironmentUpdateCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -156,7 +151,4 @@ export class AbortEnvironmentUpdateCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_AbortEnvironmentUpdateCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-elastic-beanstalk/src/commands/ApplyEnvironmentManagedActionCommand.ts b/clients/client-elastic-beanstalk/src/commands/ApplyEnvironmentManagedActionCommand.ts index c5ac08d9903b..b31e38dc3788 100644 --- a/clients/client-elastic-beanstalk/src/commands/ApplyEnvironmentManagedActionCommand.ts +++ b/clients/client-elastic-beanstalk/src/commands/ApplyEnvironmentManagedActionCommand.ts @@ -88,9 +88,6 @@ export class ApplyEnvironmentManagedActionCommand extends $Command< ApplyEnvironmentManagedActionCommandOutput, ElasticBeanstalkClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -104,9 +101,7 @@ export class ApplyEnvironmentManagedActionCommand extends $Command< * @public */ constructor(readonly input: ApplyEnvironmentManagedActionCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -162,7 +157,4 @@ export class ApplyEnvironmentManagedActionCommand extends $Command< ): Promise { return de_ApplyEnvironmentManagedActionCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-elastic-beanstalk/src/commands/AssociateEnvironmentOperationsRoleCommand.ts b/clients/client-elastic-beanstalk/src/commands/AssociateEnvironmentOperationsRoleCommand.ts index bb75a52b3409..fcb792c9e5da 100644 --- a/clients/client-elastic-beanstalk/src/commands/AssociateEnvironmentOperationsRoleCommand.ts +++ b/clients/client-elastic-beanstalk/src/commands/AssociateEnvironmentOperationsRoleCommand.ts @@ -79,9 +79,6 @@ export class AssociateEnvironmentOperationsRoleCommand extends $Command< AssociateEnvironmentOperationsRoleCommandOutput, ElasticBeanstalkClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -95,9 +92,7 @@ export class AssociateEnvironmentOperationsRoleCommand extends $Command< * @public */ constructor(readonly input: AssociateEnvironmentOperationsRoleCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -156,7 +151,4 @@ export class AssociateEnvironmentOperationsRoleCommand extends $Command< ): Promise { return de_AssociateEnvironmentOperationsRoleCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-elastic-beanstalk/src/commands/CheckDNSAvailabilityCommand.ts b/clients/client-elastic-beanstalk/src/commands/CheckDNSAvailabilityCommand.ts index fbd2229d6ea5..22383fb9480a 100644 --- a/clients/client-elastic-beanstalk/src/commands/CheckDNSAvailabilityCommand.ts +++ b/clients/client-elastic-beanstalk/src/commands/CheckDNSAvailabilityCommand.ts @@ -88,9 +88,6 @@ export class CheckDNSAvailabilityCommand extends $Command< CheckDNSAvailabilityCommandOutput, ElasticBeanstalkClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -104,9 +101,7 @@ export class CheckDNSAvailabilityCommand extends $Command< * @public */ constructor(readonly input: CheckDNSAvailabilityCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -159,7 +154,4 @@ export class CheckDNSAvailabilityCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CheckDNSAvailabilityCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-elastic-beanstalk/src/commands/ComposeEnvironmentsCommand.ts b/clients/client-elastic-beanstalk/src/commands/ComposeEnvironmentsCommand.ts index d50b8d97541d..4a14428137fa 100644 --- a/clients/client-elastic-beanstalk/src/commands/ComposeEnvironmentsCommand.ts +++ b/clients/client-elastic-beanstalk/src/commands/ComposeEnvironmentsCommand.ts @@ -131,9 +131,6 @@ export class ComposeEnvironmentsCommand extends $Command< ComposeEnvironmentsCommandOutput, ElasticBeanstalkClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -147,9 +144,7 @@ export class ComposeEnvironmentsCommand extends $Command< * @public */ constructor(readonly input: ComposeEnvironmentsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -202,7 +197,4 @@ export class ComposeEnvironmentsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ComposeEnvironmentsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-elastic-beanstalk/src/commands/CreateApplicationCommand.ts b/clients/client-elastic-beanstalk/src/commands/CreateApplicationCommand.ts index 332f5c0d6a10..2426e5f4cb73 100644 --- a/clients/client-elastic-beanstalk/src/commands/CreateApplicationCommand.ts +++ b/clients/client-elastic-beanstalk/src/commands/CreateApplicationCommand.ts @@ -146,9 +146,6 @@ export class CreateApplicationCommand extends $Command< CreateApplicationCommandOutput, ElasticBeanstalkClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -162,9 +159,7 @@ export class CreateApplicationCommand extends $Command< * @public */ constructor(readonly input: CreateApplicationCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -217,7 +212,4 @@ export class CreateApplicationCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateApplicationCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-elastic-beanstalk/src/commands/CreateApplicationVersionCommand.ts b/clients/client-elastic-beanstalk/src/commands/CreateApplicationVersionCommand.ts index 86ad15ef4de6..ca67fc7d217c 100644 --- a/clients/client-elastic-beanstalk/src/commands/CreateApplicationVersionCommand.ts +++ b/clients/client-elastic-beanstalk/src/commands/CreateApplicationVersionCommand.ts @@ -192,9 +192,6 @@ export class CreateApplicationVersionCommand extends $Command< CreateApplicationVersionCommandOutput, ElasticBeanstalkClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -208,9 +205,7 @@ export class CreateApplicationVersionCommand extends $Command< * @public */ constructor(readonly input: CreateApplicationVersionCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -263,7 +258,4 @@ export class CreateApplicationVersionCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateApplicationVersionCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-elastic-beanstalk/src/commands/CreateConfigurationTemplateCommand.ts b/clients/client-elastic-beanstalk/src/commands/CreateConfigurationTemplateCommand.ts index d60a542a3e9d..27c00f1dc7fc 100644 --- a/clients/client-elastic-beanstalk/src/commands/CreateConfigurationTemplateCommand.ts +++ b/clients/client-elastic-beanstalk/src/commands/CreateConfigurationTemplateCommand.ts @@ -164,9 +164,6 @@ export class CreateConfigurationTemplateCommand extends $Command< CreateConfigurationTemplateCommandOutput, ElasticBeanstalkClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -180,9 +177,7 @@ export class CreateConfigurationTemplateCommand extends $Command< * @public */ constructor(readonly input: CreateConfigurationTemplateCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -238,7 +233,4 @@ export class CreateConfigurationTemplateCommand extends $Command< ): Promise { return de_CreateConfigurationTemplateCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-elastic-beanstalk/src/commands/CreateEnvironmentCommand.ts b/clients/client-elastic-beanstalk/src/commands/CreateEnvironmentCommand.ts index b1e87368964b..240effc2dbb3 100644 --- a/clients/client-elastic-beanstalk/src/commands/CreateEnvironmentCommand.ts +++ b/clients/client-elastic-beanstalk/src/commands/CreateEnvironmentCommand.ts @@ -187,9 +187,6 @@ export class CreateEnvironmentCommand extends $Command< CreateEnvironmentCommandOutput, ElasticBeanstalkClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -203,9 +200,7 @@ export class CreateEnvironmentCommand extends $Command< * @public */ constructor(readonly input: CreateEnvironmentCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -258,7 +253,4 @@ export class CreateEnvironmentCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateEnvironmentCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-elastic-beanstalk/src/commands/CreatePlatformVersionCommand.ts b/clients/client-elastic-beanstalk/src/commands/CreatePlatformVersionCommand.ts index 0c412ae7f1e9..fa7a3013f7e6 100644 --- a/clients/client-elastic-beanstalk/src/commands/CreatePlatformVersionCommand.ts +++ b/clients/client-elastic-beanstalk/src/commands/CreatePlatformVersionCommand.ts @@ -120,9 +120,6 @@ export class CreatePlatformVersionCommand extends $Command< CreatePlatformVersionCommandOutput, ElasticBeanstalkClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -136,9 +133,7 @@ export class CreatePlatformVersionCommand extends $Command< * @public */ constructor(readonly input: CreatePlatformVersionCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -191,7 +186,4 @@ export class CreatePlatformVersionCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreatePlatformVersionCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-elastic-beanstalk/src/commands/CreateStorageLocationCommand.ts b/clients/client-elastic-beanstalk/src/commands/CreateStorageLocationCommand.ts index ae3fb39656e8..2b22575cac57 100644 --- a/clients/client-elastic-beanstalk/src/commands/CreateStorageLocationCommand.ts +++ b/clients/client-elastic-beanstalk/src/commands/CreateStorageLocationCommand.ts @@ -96,9 +96,6 @@ export class CreateStorageLocationCommand extends $Command< CreateStorageLocationCommandOutput, ElasticBeanstalkClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -112,9 +109,7 @@ export class CreateStorageLocationCommand extends $Command< * @public */ constructor(readonly input: CreateStorageLocationCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -167,7 +162,4 @@ export class CreateStorageLocationCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateStorageLocationCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-elastic-beanstalk/src/commands/DeleteApplicationCommand.ts b/clients/client-elastic-beanstalk/src/commands/DeleteApplicationCommand.ts index e40241e30265..8407833ada7d 100644 --- a/clients/client-elastic-beanstalk/src/commands/DeleteApplicationCommand.ts +++ b/clients/client-elastic-beanstalk/src/commands/DeleteApplicationCommand.ts @@ -89,9 +89,6 @@ export class DeleteApplicationCommand extends $Command< DeleteApplicationCommandOutput, ElasticBeanstalkClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -105,9 +102,7 @@ export class DeleteApplicationCommand extends $Command< * @public */ constructor(readonly input: DeleteApplicationCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -160,7 +155,4 @@ export class DeleteApplicationCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteApplicationCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-elastic-beanstalk/src/commands/DeleteApplicationVersionCommand.ts b/clients/client-elastic-beanstalk/src/commands/DeleteApplicationVersionCommand.ts index 82cba8331344..df73e61a2858 100644 --- a/clients/client-elastic-beanstalk/src/commands/DeleteApplicationVersionCommand.ts +++ b/clients/client-elastic-beanstalk/src/commands/DeleteApplicationVersionCommand.ts @@ -114,9 +114,6 @@ export class DeleteApplicationVersionCommand extends $Command< DeleteApplicationVersionCommandOutput, ElasticBeanstalkClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -130,9 +127,7 @@ export class DeleteApplicationVersionCommand extends $Command< * @public */ constructor(readonly input: DeleteApplicationVersionCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -185,7 +180,4 @@ export class DeleteApplicationVersionCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteApplicationVersionCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-elastic-beanstalk/src/commands/DeleteConfigurationTemplateCommand.ts b/clients/client-elastic-beanstalk/src/commands/DeleteConfigurationTemplateCommand.ts index 9e2a8718a0af..8f3064389a06 100644 --- a/clients/client-elastic-beanstalk/src/commands/DeleteConfigurationTemplateCommand.ts +++ b/clients/client-elastic-beanstalk/src/commands/DeleteConfigurationTemplateCommand.ts @@ -90,9 +90,6 @@ export class DeleteConfigurationTemplateCommand extends $Command< DeleteConfigurationTemplateCommandOutput, ElasticBeanstalkClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -106,9 +103,7 @@ export class DeleteConfigurationTemplateCommand extends $Command< * @public */ constructor(readonly input: DeleteConfigurationTemplateCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -164,7 +159,4 @@ export class DeleteConfigurationTemplateCommand extends $Command< ): Promise { return de_DeleteConfigurationTemplateCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-elastic-beanstalk/src/commands/DeleteEnvironmentConfigurationCommand.ts b/clients/client-elastic-beanstalk/src/commands/DeleteEnvironmentConfigurationCommand.ts index b5dd16540fbb..580bdce418b9 100644 --- a/clients/client-elastic-beanstalk/src/commands/DeleteEnvironmentConfigurationCommand.ts +++ b/clients/client-elastic-beanstalk/src/commands/DeleteEnvironmentConfigurationCommand.ts @@ -89,9 +89,6 @@ export class DeleteEnvironmentConfigurationCommand extends $Command< DeleteEnvironmentConfigurationCommandOutput, ElasticBeanstalkClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -105,9 +102,7 @@ export class DeleteEnvironmentConfigurationCommand extends $Command< * @public */ constructor(readonly input: DeleteEnvironmentConfigurationCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -166,7 +161,4 @@ export class DeleteEnvironmentConfigurationCommand extends $Command< ): Promise { return de_DeleteEnvironmentConfigurationCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-elastic-beanstalk/src/commands/DeletePlatformVersionCommand.ts b/clients/client-elastic-beanstalk/src/commands/DeletePlatformVersionCommand.ts index 1ede0cec9979..845135314c64 100644 --- a/clients/client-elastic-beanstalk/src/commands/DeletePlatformVersionCommand.ts +++ b/clients/client-elastic-beanstalk/src/commands/DeletePlatformVersionCommand.ts @@ -101,9 +101,6 @@ export class DeletePlatformVersionCommand extends $Command< DeletePlatformVersionCommandOutput, ElasticBeanstalkClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -117,9 +114,7 @@ export class DeletePlatformVersionCommand extends $Command< * @public */ constructor(readonly input: DeletePlatformVersionCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -172,7 +167,4 @@ export class DeletePlatformVersionCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeletePlatformVersionCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-elastic-beanstalk/src/commands/DescribeAccountAttributesCommand.ts b/clients/client-elastic-beanstalk/src/commands/DescribeAccountAttributesCommand.ts index 4672a3bc1ff2..fb0bdec5ae5d 100644 --- a/clients/client-elastic-beanstalk/src/commands/DescribeAccountAttributesCommand.ts +++ b/clients/client-elastic-beanstalk/src/commands/DescribeAccountAttributesCommand.ts @@ -90,9 +90,6 @@ export class DescribeAccountAttributesCommand extends $Command< DescribeAccountAttributesCommandOutput, ElasticBeanstalkClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -106,9 +103,7 @@ export class DescribeAccountAttributesCommand extends $Command< * @public */ constructor(readonly input: DescribeAccountAttributesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -164,7 +159,4 @@ export class DescribeAccountAttributesCommand extends $Command< ): Promise { return de_DescribeAccountAttributesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-elastic-beanstalk/src/commands/DescribeApplicationVersionsCommand.ts b/clients/client-elastic-beanstalk/src/commands/DescribeApplicationVersionsCommand.ts index 50236140a09e..d03848996f87 100644 --- a/clients/client-elastic-beanstalk/src/commands/DescribeApplicationVersionsCommand.ts +++ b/clients/client-elastic-beanstalk/src/commands/DescribeApplicationVersionsCommand.ts @@ -140,9 +140,6 @@ export class DescribeApplicationVersionsCommand extends $Command< DescribeApplicationVersionsCommandOutput, ElasticBeanstalkClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -156,9 +153,7 @@ export class DescribeApplicationVersionsCommand extends $Command< * @public */ constructor(readonly input: DescribeApplicationVersionsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -214,7 +209,4 @@ export class DescribeApplicationVersionsCommand extends $Command< ): Promise { return de_DescribeApplicationVersionsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-elastic-beanstalk/src/commands/DescribeApplicationsCommand.ts b/clients/client-elastic-beanstalk/src/commands/DescribeApplicationsCommand.ts index 08aadb7ddfc2..fafcc742c640 100644 --- a/clients/client-elastic-beanstalk/src/commands/DescribeApplicationsCommand.ts +++ b/clients/client-elastic-beanstalk/src/commands/DescribeApplicationsCommand.ts @@ -145,9 +145,6 @@ export class DescribeApplicationsCommand extends $Command< DescribeApplicationsCommandOutput, ElasticBeanstalkClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -161,9 +158,7 @@ export class DescribeApplicationsCommand extends $Command< * @public */ constructor(readonly input: DescribeApplicationsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -216,7 +211,4 @@ export class DescribeApplicationsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DescribeApplicationsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-elastic-beanstalk/src/commands/DescribeConfigurationOptionsCommand.ts b/clients/client-elastic-beanstalk/src/commands/DescribeConfigurationOptionsCommand.ts index 82e544910d9c..6ac2a64a1b4c 100644 --- a/clients/client-elastic-beanstalk/src/commands/DescribeConfigurationOptionsCommand.ts +++ b/clients/client-elastic-beanstalk/src/commands/DescribeConfigurationOptionsCommand.ts @@ -145,9 +145,6 @@ export class DescribeConfigurationOptionsCommand extends $Command< DescribeConfigurationOptionsCommandOutput, ElasticBeanstalkClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -161,9 +158,7 @@ export class DescribeConfigurationOptionsCommand extends $Command< * @public */ constructor(readonly input: DescribeConfigurationOptionsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -219,7 +214,4 @@ export class DescribeConfigurationOptionsCommand extends $Command< ): Promise { return de_DescribeConfigurationOptionsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-elastic-beanstalk/src/commands/DescribeConfigurationSettingsCommand.ts b/clients/client-elastic-beanstalk/src/commands/DescribeConfigurationSettingsCommand.ts index 9367df969014..bdb9f31a18f6 100644 --- a/clients/client-elastic-beanstalk/src/commands/DescribeConfigurationSettingsCommand.ts +++ b/clients/client-elastic-beanstalk/src/commands/DescribeConfigurationSettingsCommand.ts @@ -167,9 +167,6 @@ export class DescribeConfigurationSettingsCommand extends $Command< DescribeConfigurationSettingsCommandOutput, ElasticBeanstalkClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -183,9 +180,7 @@ export class DescribeConfigurationSettingsCommand extends $Command< * @public */ constructor(readonly input: DescribeConfigurationSettingsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -241,7 +236,4 @@ export class DescribeConfigurationSettingsCommand extends $Command< ): Promise { return de_DescribeConfigurationSettingsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-elastic-beanstalk/src/commands/DescribeEnvironmentHealthCommand.ts b/clients/client-elastic-beanstalk/src/commands/DescribeEnvironmentHealthCommand.ts index fe5016dc00a1..151a3d90f026 100644 --- a/clients/client-elastic-beanstalk/src/commands/DescribeEnvironmentHealthCommand.ts +++ b/clients/client-elastic-beanstalk/src/commands/DescribeEnvironmentHealthCommand.ts @@ -173,9 +173,6 @@ export class DescribeEnvironmentHealthCommand extends $Command< DescribeEnvironmentHealthCommandOutput, ElasticBeanstalkClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -189,9 +186,7 @@ export class DescribeEnvironmentHealthCommand extends $Command< * @public */ constructor(readonly input: DescribeEnvironmentHealthCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -247,7 +242,4 @@ export class DescribeEnvironmentHealthCommand extends $Command< ): Promise { return de_DescribeEnvironmentHealthCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-elastic-beanstalk/src/commands/DescribeEnvironmentManagedActionHistoryCommand.ts b/clients/client-elastic-beanstalk/src/commands/DescribeEnvironmentManagedActionHistoryCommand.ts index fcda5f63871b..11e9e3cbeaa9 100644 --- a/clients/client-elastic-beanstalk/src/commands/DescribeEnvironmentManagedActionHistoryCommand.ts +++ b/clients/client-elastic-beanstalk/src/commands/DescribeEnvironmentManagedActionHistoryCommand.ts @@ -97,9 +97,6 @@ export class DescribeEnvironmentManagedActionHistoryCommand extends $Command< DescribeEnvironmentManagedActionHistoryCommandOutput, ElasticBeanstalkClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -113,9 +110,7 @@ export class DescribeEnvironmentManagedActionHistoryCommand extends $Command< * @public */ constructor(readonly input: DescribeEnvironmentManagedActionHistoryCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -180,7 +175,4 @@ export class DescribeEnvironmentManagedActionHistoryCommand extends $Command< ): Promise { return de_DescribeEnvironmentManagedActionHistoryCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-elastic-beanstalk/src/commands/DescribeEnvironmentManagedActionsCommand.ts b/clients/client-elastic-beanstalk/src/commands/DescribeEnvironmentManagedActionsCommand.ts index 7edfd8c177d7..112c574e6f40 100644 --- a/clients/client-elastic-beanstalk/src/commands/DescribeEnvironmentManagedActionsCommand.ts +++ b/clients/client-elastic-beanstalk/src/commands/DescribeEnvironmentManagedActionsCommand.ts @@ -88,9 +88,6 @@ export class DescribeEnvironmentManagedActionsCommand extends $Command< DescribeEnvironmentManagedActionsCommandOutput, ElasticBeanstalkClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -104,9 +101,7 @@ export class DescribeEnvironmentManagedActionsCommand extends $Command< * @public */ constructor(readonly input: DescribeEnvironmentManagedActionsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -165,7 +160,4 @@ export class DescribeEnvironmentManagedActionsCommand extends $Command< ): Promise { return de_DescribeEnvironmentManagedActionsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-elastic-beanstalk/src/commands/DescribeEnvironmentResourcesCommand.ts b/clients/client-elastic-beanstalk/src/commands/DescribeEnvironmentResourcesCommand.ts index 1b2b6b1497ab..626b5a61ad32 100644 --- a/clients/client-elastic-beanstalk/src/commands/DescribeEnvironmentResourcesCommand.ts +++ b/clients/client-elastic-beanstalk/src/commands/DescribeEnvironmentResourcesCommand.ts @@ -155,9 +155,6 @@ export class DescribeEnvironmentResourcesCommand extends $Command< DescribeEnvironmentResourcesCommandOutput, ElasticBeanstalkClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -171,9 +168,7 @@ export class DescribeEnvironmentResourcesCommand extends $Command< * @public */ constructor(readonly input: DescribeEnvironmentResourcesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -229,7 +224,4 @@ export class DescribeEnvironmentResourcesCommand extends $Command< ): Promise { return de_DescribeEnvironmentResourcesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-elastic-beanstalk/src/commands/DescribeEnvironmentsCommand.ts b/clients/client-elastic-beanstalk/src/commands/DescribeEnvironmentsCommand.ts index 3cb0a60765ab..424ec9a853ad 100644 --- a/clients/client-elastic-beanstalk/src/commands/DescribeEnvironmentsCommand.ts +++ b/clients/client-elastic-beanstalk/src/commands/DescribeEnvironmentsCommand.ts @@ -164,9 +164,6 @@ export class DescribeEnvironmentsCommand extends $Command< DescribeEnvironmentsCommandOutput, ElasticBeanstalkClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -180,9 +177,7 @@ export class DescribeEnvironmentsCommand extends $Command< * @public */ constructor(readonly input: DescribeEnvironmentsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -235,7 +230,4 @@ export class DescribeEnvironmentsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DescribeEnvironmentsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-elastic-beanstalk/src/commands/DescribeEventsCommand.ts b/clients/client-elastic-beanstalk/src/commands/DescribeEventsCommand.ts index 604749178a64..0acbb5f57761 100644 --- a/clients/client-elastic-beanstalk/src/commands/DescribeEventsCommand.ts +++ b/clients/client-elastic-beanstalk/src/commands/DescribeEventsCommand.ts @@ -146,9 +146,6 @@ export class DescribeEventsCommand extends $Command< DescribeEventsCommandOutput, ElasticBeanstalkClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -162,9 +159,7 @@ export class DescribeEventsCommand extends $Command< * @public */ constructor(readonly input: DescribeEventsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -217,7 +212,4 @@ export class DescribeEventsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DescribeEventsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-elastic-beanstalk/src/commands/DescribeInstancesHealthCommand.ts b/clients/client-elastic-beanstalk/src/commands/DescribeInstancesHealthCommand.ts index 91d2fda4fdb5..6a193dd298bb 100644 --- a/clients/client-elastic-beanstalk/src/commands/DescribeInstancesHealthCommand.ts +++ b/clients/client-elastic-beanstalk/src/commands/DescribeInstancesHealthCommand.ts @@ -203,9 +203,6 @@ export class DescribeInstancesHealthCommand extends $Command< DescribeInstancesHealthCommandOutput, ElasticBeanstalkClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -219,9 +216,7 @@ export class DescribeInstancesHealthCommand extends $Command< * @public */ constructor(readonly input: DescribeInstancesHealthCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -274,7 +269,4 @@ export class DescribeInstancesHealthCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DescribeInstancesHealthCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-elastic-beanstalk/src/commands/DescribePlatformVersionCommand.ts b/clients/client-elastic-beanstalk/src/commands/DescribePlatformVersionCommand.ts index d6443bb2af18..43a41eea5682 100644 --- a/clients/client-elastic-beanstalk/src/commands/DescribePlatformVersionCommand.ts +++ b/clients/client-elastic-beanstalk/src/commands/DescribePlatformVersionCommand.ts @@ -121,9 +121,6 @@ export class DescribePlatformVersionCommand extends $Command< DescribePlatformVersionCommandOutput, ElasticBeanstalkClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -137,9 +134,7 @@ export class DescribePlatformVersionCommand extends $Command< * @public */ constructor(readonly input: DescribePlatformVersionCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -192,7 +187,4 @@ export class DescribePlatformVersionCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DescribePlatformVersionCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-elastic-beanstalk/src/commands/DisassociateEnvironmentOperationsRoleCommand.ts b/clients/client-elastic-beanstalk/src/commands/DisassociateEnvironmentOperationsRoleCommand.ts index d1fbb62f9307..7341e8e16cc2 100644 --- a/clients/client-elastic-beanstalk/src/commands/DisassociateEnvironmentOperationsRoleCommand.ts +++ b/clients/client-elastic-beanstalk/src/commands/DisassociateEnvironmentOperationsRoleCommand.ts @@ -79,9 +79,6 @@ export class DisassociateEnvironmentOperationsRoleCommand extends $Command< DisassociateEnvironmentOperationsRoleCommandOutput, ElasticBeanstalkClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -95,9 +92,7 @@ export class DisassociateEnvironmentOperationsRoleCommand extends $Command< * @public */ constructor(readonly input: DisassociateEnvironmentOperationsRoleCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -156,7 +151,4 @@ export class DisassociateEnvironmentOperationsRoleCommand extends $Command< ): Promise { return de_DisassociateEnvironmentOperationsRoleCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-elastic-beanstalk/src/commands/ListAvailableSolutionStacksCommand.ts b/clients/client-elastic-beanstalk/src/commands/ListAvailableSolutionStacksCommand.ts index a61f511ef51f..2c1e7d8eadc1 100644 --- a/clients/client-elastic-beanstalk/src/commands/ListAvailableSolutionStacksCommand.ts +++ b/clients/client-elastic-beanstalk/src/commands/ListAvailableSolutionStacksCommand.ts @@ -132,9 +132,6 @@ export class ListAvailableSolutionStacksCommand extends $Command< ListAvailableSolutionStacksCommandOutput, ElasticBeanstalkClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -148,9 +145,7 @@ export class ListAvailableSolutionStacksCommand extends $Command< * @public */ constructor(readonly input: ListAvailableSolutionStacksCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -206,7 +201,4 @@ export class ListAvailableSolutionStacksCommand extends $Command< ): Promise { return de_ListAvailableSolutionStacksCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-elastic-beanstalk/src/commands/ListPlatformBranchesCommand.ts b/clients/client-elastic-beanstalk/src/commands/ListPlatformBranchesCommand.ts index 1aedba83c4cf..2c6f45d11879 100644 --- a/clients/client-elastic-beanstalk/src/commands/ListPlatformBranchesCommand.ts +++ b/clients/client-elastic-beanstalk/src/commands/ListPlatformBranchesCommand.ts @@ -94,9 +94,6 @@ export class ListPlatformBranchesCommand extends $Command< ListPlatformBranchesCommandOutput, ElasticBeanstalkClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -110,9 +107,7 @@ export class ListPlatformBranchesCommand extends $Command< * @public */ constructor(readonly input: ListPlatformBranchesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -165,7 +160,4 @@ export class ListPlatformBranchesCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListPlatformBranchesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-elastic-beanstalk/src/commands/ListPlatformVersionsCommand.ts b/clients/client-elastic-beanstalk/src/commands/ListPlatformVersionsCommand.ts index ff162b3f747c..09b85cd2de6a 100644 --- a/clients/client-elastic-beanstalk/src/commands/ListPlatformVersionsCommand.ts +++ b/clients/client-elastic-beanstalk/src/commands/ListPlatformVersionsCommand.ts @@ -111,9 +111,6 @@ export class ListPlatformVersionsCommand extends $Command< ListPlatformVersionsCommandOutput, ElasticBeanstalkClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -127,9 +124,7 @@ export class ListPlatformVersionsCommand extends $Command< * @public */ constructor(readonly input: ListPlatformVersionsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -182,7 +177,4 @@ export class ListPlatformVersionsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListPlatformVersionsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-elastic-beanstalk/src/commands/ListTagsForResourceCommand.ts b/clients/client-elastic-beanstalk/src/commands/ListTagsForResourceCommand.ts index 7b915c73026b..7c7a8f641021 100644 --- a/clients/client-elastic-beanstalk/src/commands/ListTagsForResourceCommand.ts +++ b/clients/client-elastic-beanstalk/src/commands/ListTagsForResourceCommand.ts @@ -89,9 +89,6 @@ export class ListTagsForResourceCommand extends $Command< ListTagsForResourceCommandOutput, ElasticBeanstalkClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -105,9 +102,7 @@ export class ListTagsForResourceCommand extends $Command< * @public */ constructor(readonly input: ListTagsForResourceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -160,7 +155,4 @@ export class ListTagsForResourceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListTagsForResourceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-elastic-beanstalk/src/commands/RebuildEnvironmentCommand.ts b/clients/client-elastic-beanstalk/src/commands/RebuildEnvironmentCommand.ts index e0a9e78778db..68cdf83460ce 100644 --- a/clients/client-elastic-beanstalk/src/commands/RebuildEnvironmentCommand.ts +++ b/clients/client-elastic-beanstalk/src/commands/RebuildEnvironmentCommand.ts @@ -85,9 +85,6 @@ export class RebuildEnvironmentCommand extends $Command< RebuildEnvironmentCommandOutput, ElasticBeanstalkClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -101,9 +98,7 @@ export class RebuildEnvironmentCommand extends $Command< * @public */ constructor(readonly input: RebuildEnvironmentCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -156,7 +151,4 @@ export class RebuildEnvironmentCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_RebuildEnvironmentCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-elastic-beanstalk/src/commands/RequestEnvironmentInfoCommand.ts b/clients/client-elastic-beanstalk/src/commands/RequestEnvironmentInfoCommand.ts index cc2e1da293e5..98415e4382af 100644 --- a/clients/client-elastic-beanstalk/src/commands/RequestEnvironmentInfoCommand.ts +++ b/clients/client-elastic-beanstalk/src/commands/RequestEnvironmentInfoCommand.ts @@ -97,9 +97,6 @@ export class RequestEnvironmentInfoCommand extends $Command< RequestEnvironmentInfoCommandOutput, ElasticBeanstalkClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -113,9 +110,7 @@ export class RequestEnvironmentInfoCommand extends $Command< * @public */ constructor(readonly input: RequestEnvironmentInfoCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -168,7 +163,4 @@ export class RequestEnvironmentInfoCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_RequestEnvironmentInfoCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-elastic-beanstalk/src/commands/RestartAppServerCommand.ts b/clients/client-elastic-beanstalk/src/commands/RestartAppServerCommand.ts index 5d3ce5c6ef2c..4678d87072a7 100644 --- a/clients/client-elastic-beanstalk/src/commands/RestartAppServerCommand.ts +++ b/clients/client-elastic-beanstalk/src/commands/RestartAppServerCommand.ts @@ -81,9 +81,6 @@ export class RestartAppServerCommand extends $Command< RestartAppServerCommandOutput, ElasticBeanstalkClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -97,9 +94,7 @@ export class RestartAppServerCommand extends $Command< * @public */ constructor(readonly input: RestartAppServerCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -152,7 +147,4 @@ export class RestartAppServerCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_RestartAppServerCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-elastic-beanstalk/src/commands/RetrieveEnvironmentInfoCommand.ts b/clients/client-elastic-beanstalk/src/commands/RetrieveEnvironmentInfoCommand.ts index d72a8be752ed..204a858f1099 100644 --- a/clients/client-elastic-beanstalk/src/commands/RetrieveEnvironmentInfoCommand.ts +++ b/clients/client-elastic-beanstalk/src/commands/RetrieveEnvironmentInfoCommand.ts @@ -112,9 +112,6 @@ export class RetrieveEnvironmentInfoCommand extends $Command< RetrieveEnvironmentInfoCommandOutput, ElasticBeanstalkClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -128,9 +125,7 @@ export class RetrieveEnvironmentInfoCommand extends $Command< * @public */ constructor(readonly input: RetrieveEnvironmentInfoCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -183,7 +178,4 @@ export class RetrieveEnvironmentInfoCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_RetrieveEnvironmentInfoCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-elastic-beanstalk/src/commands/SwapEnvironmentCNAMEsCommand.ts b/clients/client-elastic-beanstalk/src/commands/SwapEnvironmentCNAMEsCommand.ts index a18f385608cd..426bf8eeb849 100644 --- a/clients/client-elastic-beanstalk/src/commands/SwapEnvironmentCNAMEsCommand.ts +++ b/clients/client-elastic-beanstalk/src/commands/SwapEnvironmentCNAMEsCommand.ts @@ -83,9 +83,6 @@ export class SwapEnvironmentCNAMEsCommand extends $Command< SwapEnvironmentCNAMEsCommandOutput, ElasticBeanstalkClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -99,9 +96,7 @@ export class SwapEnvironmentCNAMEsCommand extends $Command< * @public */ constructor(readonly input: SwapEnvironmentCNAMEsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -154,7 +149,4 @@ export class SwapEnvironmentCNAMEsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_SwapEnvironmentCNAMEsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-elastic-beanstalk/src/commands/TerminateEnvironmentCommand.ts b/clients/client-elastic-beanstalk/src/commands/TerminateEnvironmentCommand.ts index 4790444bff21..f511707d4924 100644 --- a/clients/client-elastic-beanstalk/src/commands/TerminateEnvironmentCommand.ts +++ b/clients/client-elastic-beanstalk/src/commands/TerminateEnvironmentCommand.ts @@ -148,9 +148,6 @@ export class TerminateEnvironmentCommand extends $Command< TerminateEnvironmentCommandOutput, ElasticBeanstalkClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -164,9 +161,7 @@ export class TerminateEnvironmentCommand extends $Command< * @public */ constructor(readonly input: TerminateEnvironmentCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -219,7 +214,4 @@ export class TerminateEnvironmentCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_TerminateEnvironmentCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-elastic-beanstalk/src/commands/UpdateApplicationCommand.ts b/clients/client-elastic-beanstalk/src/commands/UpdateApplicationCommand.ts index 92952b3bbe5e..2672da17ec28 100644 --- a/clients/client-elastic-beanstalk/src/commands/UpdateApplicationCommand.ts +++ b/clients/client-elastic-beanstalk/src/commands/UpdateApplicationCommand.ts @@ -132,9 +132,6 @@ export class UpdateApplicationCommand extends $Command< UpdateApplicationCommandOutput, ElasticBeanstalkClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -148,9 +145,7 @@ export class UpdateApplicationCommand extends $Command< * @public */ constructor(readonly input: UpdateApplicationCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -203,7 +198,4 @@ export class UpdateApplicationCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdateApplicationCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-elastic-beanstalk/src/commands/UpdateApplicationResourceLifecycleCommand.ts b/clients/client-elastic-beanstalk/src/commands/UpdateApplicationResourceLifecycleCommand.ts index bc7241329636..dc68b89a9eaf 100644 --- a/clients/client-elastic-beanstalk/src/commands/UpdateApplicationResourceLifecycleCommand.ts +++ b/clients/client-elastic-beanstalk/src/commands/UpdateApplicationResourceLifecycleCommand.ts @@ -112,9 +112,6 @@ export class UpdateApplicationResourceLifecycleCommand extends $Command< UpdateApplicationResourceLifecycleCommandOutput, ElasticBeanstalkClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -128,9 +125,7 @@ export class UpdateApplicationResourceLifecycleCommand extends $Command< * @public */ constructor(readonly input: UpdateApplicationResourceLifecycleCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -189,7 +184,4 @@ export class UpdateApplicationResourceLifecycleCommand extends $Command< ): Promise { return de_UpdateApplicationResourceLifecycleCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-elastic-beanstalk/src/commands/UpdateApplicationVersionCommand.ts b/clients/client-elastic-beanstalk/src/commands/UpdateApplicationVersionCommand.ts index bfbe8eff64e4..97f0f36a240e 100644 --- a/clients/client-elastic-beanstalk/src/commands/UpdateApplicationVersionCommand.ts +++ b/clients/client-elastic-beanstalk/src/commands/UpdateApplicationVersionCommand.ts @@ -122,9 +122,6 @@ export class UpdateApplicationVersionCommand extends $Command< UpdateApplicationVersionCommandOutput, ElasticBeanstalkClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -138,9 +135,7 @@ export class UpdateApplicationVersionCommand extends $Command< * @public */ constructor(readonly input: UpdateApplicationVersionCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -193,7 +188,4 @@ export class UpdateApplicationVersionCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdateApplicationVersionCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-elastic-beanstalk/src/commands/UpdateConfigurationTemplateCommand.ts b/clients/client-elastic-beanstalk/src/commands/UpdateConfigurationTemplateCommand.ts index c9756dec8a11..46623d9f555a 100644 --- a/clients/client-elastic-beanstalk/src/commands/UpdateConfigurationTemplateCommand.ts +++ b/clients/client-elastic-beanstalk/src/commands/UpdateConfigurationTemplateCommand.ts @@ -150,9 +150,6 @@ export class UpdateConfigurationTemplateCommand extends $Command< UpdateConfigurationTemplateCommandOutput, ElasticBeanstalkClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -166,9 +163,7 @@ export class UpdateConfigurationTemplateCommand extends $Command< * @public */ constructor(readonly input: UpdateConfigurationTemplateCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -224,7 +219,4 @@ export class UpdateConfigurationTemplateCommand extends $Command< ): Promise { return de_UpdateConfigurationTemplateCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-elastic-beanstalk/src/commands/UpdateEnvironmentCommand.ts b/clients/client-elastic-beanstalk/src/commands/UpdateEnvironmentCommand.ts index 9adfd142e79f..065fb3db3806 100644 --- a/clients/client-elastic-beanstalk/src/commands/UpdateEnvironmentCommand.ts +++ b/clients/client-elastic-beanstalk/src/commands/UpdateEnvironmentCommand.ts @@ -239,9 +239,6 @@ export class UpdateEnvironmentCommand extends $Command< UpdateEnvironmentCommandOutput, ElasticBeanstalkClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -255,9 +252,7 @@ export class UpdateEnvironmentCommand extends $Command< * @public */ constructor(readonly input: UpdateEnvironmentCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -310,7 +305,4 @@ export class UpdateEnvironmentCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdateEnvironmentCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-elastic-beanstalk/src/commands/UpdateTagsForResourceCommand.ts b/clients/client-elastic-beanstalk/src/commands/UpdateTagsForResourceCommand.ts index 1caac0d581f0..c4f46c510082 100644 --- a/clients/client-elastic-beanstalk/src/commands/UpdateTagsForResourceCommand.ts +++ b/clients/client-elastic-beanstalk/src/commands/UpdateTagsForResourceCommand.ts @@ -116,9 +116,6 @@ export class UpdateTagsForResourceCommand extends $Command< UpdateTagsForResourceCommandOutput, ElasticBeanstalkClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -132,9 +129,7 @@ export class UpdateTagsForResourceCommand extends $Command< * @public */ constructor(readonly input: UpdateTagsForResourceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -187,7 +182,4 @@ export class UpdateTagsForResourceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdateTagsForResourceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-elastic-beanstalk/src/commands/ValidateConfigurationSettingsCommand.ts b/clients/client-elastic-beanstalk/src/commands/ValidateConfigurationSettingsCommand.ts index 8d5f570b7273..663de84407c6 100644 --- a/clients/client-elastic-beanstalk/src/commands/ValidateConfigurationSettingsCommand.ts +++ b/clients/client-elastic-beanstalk/src/commands/ValidateConfigurationSettingsCommand.ts @@ -126,9 +126,6 @@ export class ValidateConfigurationSettingsCommand extends $Command< ValidateConfigurationSettingsCommandOutput, ElasticBeanstalkClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -142,9 +139,7 @@ export class ValidateConfigurationSettingsCommand extends $Command< * @public */ constructor(readonly input: ValidateConfigurationSettingsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -200,7 +195,4 @@ export class ValidateConfigurationSettingsCommand extends $Command< ): Promise { return de_ValidateConfigurationSettingsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-elastic-inference/package.json b/clients/client-elastic-inference/package.json index 4ed7bb883d75..379381829316 100644 --- a/clients/client-elastic-inference/package.json +++ b/clients/client-elastic-inference/package.json @@ -34,29 +34,29 @@ "@aws-sdk/util-endpoints": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@smithy/config-resolver": "^2.0.16", - "@smithy/fetch-http-handler": "^2.2.4", - "@smithy/hash-node": "^2.0.12", - "@smithy/invalid-dependency": "^2.0.12", - "@smithy/middleware-content-length": "^2.0.14", - "@smithy/middleware-endpoint": "^2.1.3", - "@smithy/middleware-retry": "^2.0.18", - "@smithy/middleware-serde": "^2.0.12", - "@smithy/middleware-stack": "^2.0.6", - "@smithy/node-config-provider": "^2.1.3", - "@smithy/node-http-handler": "^2.1.8", - "@smithy/protocol-http": "^3.0.8", - "@smithy/smithy-client": "^2.1.12", - "@smithy/types": "^2.4.0", - "@smithy/url-parser": "^2.0.12", - "@smithy/util-base64": "^2.0.0", + "@smithy/config-resolver": "^2.0.18", + "@smithy/fetch-http-handler": "^2.2.6", + "@smithy/hash-node": "^2.0.15", + "@smithy/invalid-dependency": "^2.0.13", + "@smithy/middleware-content-length": "^2.0.15", + "@smithy/middleware-endpoint": "^2.2.0", + "@smithy/middleware-retry": "^2.0.20", + "@smithy/middleware-serde": "^2.0.13", + "@smithy/middleware-stack": "^2.0.7", + "@smithy/node-config-provider": "^2.1.5", + "@smithy/node-http-handler": "^2.1.9", + "@smithy/protocol-http": "^3.0.9", + "@smithy/smithy-client": "^2.1.15", + "@smithy/types": "^2.5.0", + "@smithy/url-parser": "^2.0.13", + "@smithy/util-base64": "^2.0.1", "@smithy/util-body-length-browser": "^2.0.0", "@smithy/util-body-length-node": "^2.1.0", - "@smithy/util-defaults-mode-browser": "^2.0.16", - "@smithy/util-defaults-mode-node": "^2.0.21", - "@smithy/util-endpoints": "^1.0.2", - "@smithy/util-retry": "^2.0.5", - "@smithy/util-utf8": "^2.0.0", + "@smithy/util-defaults-mode-browser": "^2.0.19", + "@smithy/util-defaults-mode-node": "^2.0.25", + "@smithy/util-endpoints": "^1.0.4", + "@smithy/util-retry": "^2.0.6", + "@smithy/util-utf8": "^2.0.2", "tslib": "^2.5.0" }, "devDependencies": { diff --git a/clients/client-elastic-inference/src/commands/DescribeAcceleratorOfferingsCommand.ts b/clients/client-elastic-inference/src/commands/DescribeAcceleratorOfferingsCommand.ts index ae48a2386ba1..45454848deca 100644 --- a/clients/client-elastic-inference/src/commands/DescribeAcceleratorOfferingsCommand.ts +++ b/clients/client-elastic-inference/src/commands/DescribeAcceleratorOfferingsCommand.ts @@ -106,9 +106,6 @@ export class DescribeAcceleratorOfferingsCommand extends $Command< DescribeAcceleratorOfferingsCommandOutput, ElasticInferenceClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -122,9 +119,7 @@ export class DescribeAcceleratorOfferingsCommand extends $Command< * @public */ constructor(readonly input: DescribeAcceleratorOfferingsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -180,7 +175,4 @@ export class DescribeAcceleratorOfferingsCommand extends $Command< ): Promise { return de_DescribeAcceleratorOfferingsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-elastic-inference/src/commands/DescribeAcceleratorTypesCommand.ts b/clients/client-elastic-inference/src/commands/DescribeAcceleratorTypesCommand.ts index 4b540d272191..54c38b0ee4e6 100644 --- a/clients/client-elastic-inference/src/commands/DescribeAcceleratorTypesCommand.ts +++ b/clients/client-elastic-inference/src/commands/DescribeAcceleratorTypesCommand.ts @@ -93,9 +93,6 @@ export class DescribeAcceleratorTypesCommand extends $Command< DescribeAcceleratorTypesCommandOutput, ElasticInferenceClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -109,9 +106,7 @@ export class DescribeAcceleratorTypesCommand extends $Command< * @public */ constructor(readonly input: DescribeAcceleratorTypesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -164,7 +159,4 @@ export class DescribeAcceleratorTypesCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DescribeAcceleratorTypesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-elastic-inference/src/commands/DescribeAcceleratorsCommand.ts b/clients/client-elastic-inference/src/commands/DescribeAcceleratorsCommand.ts index 5569f09d69de..9b41ec2f7a5c 100644 --- a/clients/client-elastic-inference/src/commands/DescribeAcceleratorsCommand.ts +++ b/clients/client-elastic-inference/src/commands/DescribeAcceleratorsCommand.ts @@ -115,9 +115,6 @@ export class DescribeAcceleratorsCommand extends $Command< DescribeAcceleratorsCommandOutput, ElasticInferenceClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -131,9 +128,7 @@ export class DescribeAcceleratorsCommand extends $Command< * @public */ constructor(readonly input: DescribeAcceleratorsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -186,7 +181,4 @@ export class DescribeAcceleratorsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DescribeAcceleratorsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-elastic-inference/src/commands/ListTagsForResourceCommand.ts b/clients/client-elastic-inference/src/commands/ListTagsForResourceCommand.ts index 73e4e4b71494..bfa5cdea4641 100644 --- a/clients/client-elastic-inference/src/commands/ListTagsForResourceCommand.ts +++ b/clients/client-elastic-inference/src/commands/ListTagsForResourceCommand.ts @@ -94,9 +94,6 @@ export class ListTagsForResourceCommand extends $Command< ListTagsForResourceCommandOutput, ElasticInferenceClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -110,9 +107,7 @@ export class ListTagsForResourceCommand extends $Command< * @public */ constructor(readonly input: ListTagsForResourceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -165,7 +160,4 @@ export class ListTagsForResourceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListTagsForResourceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-elastic-inference/src/commands/TagResourceCommand.ts b/clients/client-elastic-inference/src/commands/TagResourceCommand.ts index 816145a31156..953993f5d61c 100644 --- a/clients/client-elastic-inference/src/commands/TagResourceCommand.ts +++ b/clients/client-elastic-inference/src/commands/TagResourceCommand.ts @@ -93,9 +93,6 @@ export class TagResourceCommand extends $Command< TagResourceCommandOutput, ElasticInferenceClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -109,9 +106,7 @@ export class TagResourceCommand extends $Command< * @public */ constructor(readonly input: TagResourceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -162,7 +157,4 @@ export class TagResourceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_TagResourceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-elastic-inference/src/commands/UntagResourceCommand.ts b/clients/client-elastic-inference/src/commands/UntagResourceCommand.ts index 8b091cb168c3..d6e8679cb49c 100644 --- a/clients/client-elastic-inference/src/commands/UntagResourceCommand.ts +++ b/clients/client-elastic-inference/src/commands/UntagResourceCommand.ts @@ -93,9 +93,6 @@ export class UntagResourceCommand extends $Command< UntagResourceCommandOutput, ElasticInferenceClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -109,9 +106,7 @@ export class UntagResourceCommand extends $Command< * @public */ constructor(readonly input: UntagResourceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -162,7 +157,4 @@ export class UntagResourceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UntagResourceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-elastic-load-balancing-v2/package.json b/clients/client-elastic-load-balancing-v2/package.json index de397553e22b..84e260619a6b 100644 --- a/clients/client-elastic-load-balancing-v2/package.json +++ b/clients/client-elastic-load-balancing-v2/package.json @@ -34,30 +34,30 @@ "@aws-sdk/util-endpoints": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@smithy/config-resolver": "^2.0.16", - "@smithy/fetch-http-handler": "^2.2.4", - "@smithy/hash-node": "^2.0.12", - "@smithy/invalid-dependency": "^2.0.12", - "@smithy/middleware-content-length": "^2.0.14", - "@smithy/middleware-endpoint": "^2.1.3", - "@smithy/middleware-retry": "^2.0.18", - "@smithy/middleware-serde": "^2.0.12", - "@smithy/middleware-stack": "^2.0.6", - "@smithy/node-config-provider": "^2.1.3", - "@smithy/node-http-handler": "^2.1.8", - "@smithy/protocol-http": "^3.0.8", - "@smithy/smithy-client": "^2.1.12", - "@smithy/types": "^2.4.0", - "@smithy/url-parser": "^2.0.12", - "@smithy/util-base64": "^2.0.0", + "@smithy/config-resolver": "^2.0.18", + "@smithy/fetch-http-handler": "^2.2.6", + "@smithy/hash-node": "^2.0.15", + "@smithy/invalid-dependency": "^2.0.13", + "@smithy/middleware-content-length": "^2.0.15", + "@smithy/middleware-endpoint": "^2.2.0", + "@smithy/middleware-retry": "^2.0.20", + "@smithy/middleware-serde": "^2.0.13", + "@smithy/middleware-stack": "^2.0.7", + "@smithy/node-config-provider": "^2.1.5", + "@smithy/node-http-handler": "^2.1.9", + "@smithy/protocol-http": "^3.0.9", + "@smithy/smithy-client": "^2.1.15", + "@smithy/types": "^2.5.0", + "@smithy/url-parser": "^2.0.13", + "@smithy/util-base64": "^2.0.1", "@smithy/util-body-length-browser": "^2.0.0", "@smithy/util-body-length-node": "^2.1.0", - "@smithy/util-defaults-mode-browser": "^2.0.16", - "@smithy/util-defaults-mode-node": "^2.0.21", - "@smithy/util-endpoints": "^1.0.2", - "@smithy/util-retry": "^2.0.5", - "@smithy/util-utf8": "^2.0.0", - "@smithy/util-waiter": "^2.0.12", + "@smithy/util-defaults-mode-browser": "^2.0.19", + "@smithy/util-defaults-mode-node": "^2.0.25", + "@smithy/util-endpoints": "^1.0.4", + "@smithy/util-retry": "^2.0.6", + "@smithy/util-utf8": "^2.0.2", + "@smithy/util-waiter": "^2.0.13", "fast-xml-parser": "4.2.5", "tslib": "^2.5.0" }, diff --git a/clients/client-elastic-load-balancing-v2/src/commands/AddListenerCertificatesCommand.ts b/clients/client-elastic-load-balancing-v2/src/commands/AddListenerCertificatesCommand.ts index 1bba4f8e8751..c4be7b5f9e12 100644 --- a/clients/client-elastic-load-balancing-v2/src/commands/AddListenerCertificatesCommand.ts +++ b/clients/client-elastic-load-balancing-v2/src/commands/AddListenerCertificatesCommand.ts @@ -100,9 +100,6 @@ export class AddListenerCertificatesCommand extends $Command< AddListenerCertificatesCommandOutput, ElasticLoadBalancingV2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -116,9 +113,7 @@ export class AddListenerCertificatesCommand extends $Command< * @public */ constructor(readonly input: AddListenerCertificatesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -171,7 +166,4 @@ export class AddListenerCertificatesCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_AddListenerCertificatesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-elastic-load-balancing-v2/src/commands/AddTagsCommand.ts b/clients/client-elastic-load-balancing-v2/src/commands/AddTagsCommand.ts index bdf5934f2ff4..96ed48954356 100644 --- a/clients/client-elastic-load-balancing-v2/src/commands/AddTagsCommand.ts +++ b/clients/client-elastic-load-balancing-v2/src/commands/AddTagsCommand.ts @@ -125,9 +125,6 @@ export class AddTagsCommand extends $Command< AddTagsCommandOutput, ElasticLoadBalancingV2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -141,9 +138,7 @@ export class AddTagsCommand extends $Command< * @public */ constructor(readonly input: AddTagsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -194,7 +189,4 @@ export class AddTagsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_AddTagsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-elastic-load-balancing-v2/src/commands/CreateListenerCommand.ts b/clients/client-elastic-load-balancing-v2/src/commands/CreateListenerCommand.ts index 413302251b97..3570299317e2 100644 --- a/clients/client-elastic-load-balancing-v2/src/commands/CreateListenerCommand.ts +++ b/clients/client-elastic-load-balancing-v2/src/commands/CreateListenerCommand.ts @@ -396,9 +396,6 @@ export class CreateListenerCommand extends $Command< CreateListenerCommandOutput, ElasticLoadBalancingV2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -412,9 +409,7 @@ export class CreateListenerCommand extends $Command< * @public */ constructor(readonly input: CreateListenerCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -467,7 +462,4 @@ export class CreateListenerCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateListenerCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-elastic-load-balancing-v2/src/commands/CreateLoadBalancerCommand.ts b/clients/client-elastic-load-balancing-v2/src/commands/CreateLoadBalancerCommand.ts index de3ef33fee93..bb90afff0956 100644 --- a/clients/client-elastic-load-balancing-v2/src/commands/CreateLoadBalancerCommand.ts +++ b/clients/client-elastic-load-balancing-v2/src/commands/CreateLoadBalancerCommand.ts @@ -293,9 +293,6 @@ export class CreateLoadBalancerCommand extends $Command< CreateLoadBalancerCommandOutput, ElasticLoadBalancingV2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -309,9 +306,7 @@ export class CreateLoadBalancerCommand extends $Command< * @public */ constructor(readonly input: CreateLoadBalancerCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -364,7 +359,4 @@ export class CreateLoadBalancerCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateLoadBalancerCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-elastic-load-balancing-v2/src/commands/CreateRuleCommand.ts b/clients/client-elastic-load-balancing-v2/src/commands/CreateRuleCommand.ts index 7793e73e1ee8..2ca10d3adef5 100644 --- a/clients/client-elastic-load-balancing-v2/src/commands/CreateRuleCommand.ts +++ b/clients/client-elastic-load-balancing-v2/src/commands/CreateRuleCommand.ts @@ -392,9 +392,6 @@ export class CreateRuleCommand extends $Command< CreateRuleCommandOutput, ElasticLoadBalancingV2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -408,9 +405,7 @@ export class CreateRuleCommand extends $Command< * @public */ constructor(readonly input: CreateRuleCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -461,7 +456,4 @@ export class CreateRuleCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateRuleCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-elastic-load-balancing-v2/src/commands/CreateTargetGroupCommand.ts b/clients/client-elastic-load-balancing-v2/src/commands/CreateTargetGroupCommand.ts index 4aa52dc98e0a..9820d9ad1e6f 100644 --- a/clients/client-elastic-load-balancing-v2/src/commands/CreateTargetGroupCommand.ts +++ b/clients/client-elastic-load-balancing-v2/src/commands/CreateTargetGroupCommand.ts @@ -197,9 +197,6 @@ export class CreateTargetGroupCommand extends $Command< CreateTargetGroupCommandOutput, ElasticLoadBalancingV2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -213,9 +210,7 @@ export class CreateTargetGroupCommand extends $Command< * @public */ constructor(readonly input: CreateTargetGroupCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -268,7 +263,4 @@ export class CreateTargetGroupCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateTargetGroupCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-elastic-load-balancing-v2/src/commands/DeleteListenerCommand.ts b/clients/client-elastic-load-balancing-v2/src/commands/DeleteListenerCommand.ts index 625265a1f6ba..700d2e088f26 100644 --- a/clients/client-elastic-load-balancing-v2/src/commands/DeleteListenerCommand.ts +++ b/clients/client-elastic-load-balancing-v2/src/commands/DeleteListenerCommand.ts @@ -91,9 +91,6 @@ export class DeleteListenerCommand extends $Command< DeleteListenerCommandOutput, ElasticLoadBalancingV2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -107,9 +104,7 @@ export class DeleteListenerCommand extends $Command< * @public */ constructor(readonly input: DeleteListenerCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -162,7 +157,4 @@ export class DeleteListenerCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteListenerCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-elastic-load-balancing-v2/src/commands/DeleteLoadBalancerCommand.ts b/clients/client-elastic-load-balancing-v2/src/commands/DeleteLoadBalancerCommand.ts index a5d0f0aa0d2d..f5b61b37bd2f 100644 --- a/clients/client-elastic-load-balancing-v2/src/commands/DeleteLoadBalancerCommand.ts +++ b/clients/client-elastic-load-balancing-v2/src/commands/DeleteLoadBalancerCommand.ts @@ -98,9 +98,6 @@ export class DeleteLoadBalancerCommand extends $Command< DeleteLoadBalancerCommandOutput, ElasticLoadBalancingV2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -114,9 +111,7 @@ export class DeleteLoadBalancerCommand extends $Command< * @public */ constructor(readonly input: DeleteLoadBalancerCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -169,7 +164,4 @@ export class DeleteLoadBalancerCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteLoadBalancerCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-elastic-load-balancing-v2/src/commands/DeleteRuleCommand.ts b/clients/client-elastic-load-balancing-v2/src/commands/DeleteRuleCommand.ts index a52b79249583..d64a6911cd76 100644 --- a/clients/client-elastic-load-balancing-v2/src/commands/DeleteRuleCommand.ts +++ b/clients/client-elastic-load-balancing-v2/src/commands/DeleteRuleCommand.ts @@ -90,9 +90,6 @@ export class DeleteRuleCommand extends $Command< DeleteRuleCommandOutput, ElasticLoadBalancingV2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -106,9 +103,7 @@ export class DeleteRuleCommand extends $Command< * @public */ constructor(readonly input: DeleteRuleCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -159,7 +154,4 @@ export class DeleteRuleCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteRuleCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-elastic-load-balancing-v2/src/commands/DeleteTargetGroupCommand.ts b/clients/client-elastic-load-balancing-v2/src/commands/DeleteTargetGroupCommand.ts index 919adf3043d1..d7b2c83d90c7 100644 --- a/clients/client-elastic-load-balancing-v2/src/commands/DeleteTargetGroupCommand.ts +++ b/clients/client-elastic-load-balancing-v2/src/commands/DeleteTargetGroupCommand.ts @@ -90,9 +90,6 @@ export class DeleteTargetGroupCommand extends $Command< DeleteTargetGroupCommandOutput, ElasticLoadBalancingV2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -106,9 +103,7 @@ export class DeleteTargetGroupCommand extends $Command< * @public */ constructor(readonly input: DeleteTargetGroupCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -161,7 +156,4 @@ export class DeleteTargetGroupCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteTargetGroupCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-elastic-load-balancing-v2/src/commands/DeregisterTargetsCommand.ts b/clients/client-elastic-load-balancing-v2/src/commands/DeregisterTargetsCommand.ts index a355be055adf..abc54784f396 100644 --- a/clients/client-elastic-load-balancing-v2/src/commands/DeregisterTargetsCommand.ts +++ b/clients/client-elastic-load-balancing-v2/src/commands/DeregisterTargetsCommand.ts @@ -128,9 +128,6 @@ export class DeregisterTargetsCommand extends $Command< DeregisterTargetsCommandOutput, ElasticLoadBalancingV2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -144,9 +141,7 @@ export class DeregisterTargetsCommand extends $Command< * @public */ constructor(readonly input: DeregisterTargetsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -199,7 +194,4 @@ export class DeregisterTargetsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeregisterTargetsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-elastic-load-balancing-v2/src/commands/DescribeAccountLimitsCommand.ts b/clients/client-elastic-load-balancing-v2/src/commands/DescribeAccountLimitsCommand.ts index 3bcb87a2e750..5ac7e79d81bc 100644 --- a/clients/client-elastic-load-balancing-v2/src/commands/DescribeAccountLimitsCommand.ts +++ b/clients/client-elastic-load-balancing-v2/src/commands/DescribeAccountLimitsCommand.ts @@ -103,9 +103,6 @@ export class DescribeAccountLimitsCommand extends $Command< DescribeAccountLimitsCommandOutput, ElasticLoadBalancingV2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -119,9 +116,7 @@ export class DescribeAccountLimitsCommand extends $Command< * @public */ constructor(readonly input: DescribeAccountLimitsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -174,7 +169,4 @@ export class DescribeAccountLimitsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DescribeAccountLimitsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-elastic-load-balancing-v2/src/commands/DescribeListenerCertificatesCommand.ts b/clients/client-elastic-load-balancing-v2/src/commands/DescribeListenerCertificatesCommand.ts index 81ad1db1b71e..50d02c753167 100644 --- a/clients/client-elastic-load-balancing-v2/src/commands/DescribeListenerCertificatesCommand.ts +++ b/clients/client-elastic-load-balancing-v2/src/commands/DescribeListenerCertificatesCommand.ts @@ -94,9 +94,6 @@ export class DescribeListenerCertificatesCommand extends $Command< DescribeListenerCertificatesCommandOutput, ElasticLoadBalancingV2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -110,9 +107,7 @@ export class DescribeListenerCertificatesCommand extends $Command< * @public */ constructor(readonly input: DescribeListenerCertificatesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -168,7 +163,4 @@ export class DescribeListenerCertificatesCommand extends $Command< ): Promise { return de_DescribeListenerCertificatesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-elastic-load-balancing-v2/src/commands/DescribeListenersCommand.ts b/clients/client-elastic-load-balancing-v2/src/commands/DescribeListenersCommand.ts index 97cac481aa3d..986f6a932b39 100644 --- a/clients/client-elastic-load-balancing-v2/src/commands/DescribeListenersCommand.ts +++ b/clients/client-elastic-load-balancing-v2/src/commands/DescribeListenersCommand.ts @@ -199,9 +199,6 @@ export class DescribeListenersCommand extends $Command< DescribeListenersCommandOutput, ElasticLoadBalancingV2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -215,9 +212,7 @@ export class DescribeListenersCommand extends $Command< * @public */ constructor(readonly input: DescribeListenersCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -270,7 +265,4 @@ export class DescribeListenersCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DescribeListenersCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-elastic-load-balancing-v2/src/commands/DescribeLoadBalancerAttributesCommand.ts b/clients/client-elastic-load-balancing-v2/src/commands/DescribeLoadBalancerAttributesCommand.ts index 3503dfb9c6f1..107f97f0a1cb 100644 --- a/clients/client-elastic-load-balancing-v2/src/commands/DescribeLoadBalancerAttributesCommand.ts +++ b/clients/client-elastic-load-balancing-v2/src/commands/DescribeLoadBalancerAttributesCommand.ts @@ -146,9 +146,6 @@ export class DescribeLoadBalancerAttributesCommand extends $Command< DescribeLoadBalancerAttributesCommandOutput, ElasticLoadBalancingV2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -162,9 +159,7 @@ export class DescribeLoadBalancerAttributesCommand extends $Command< * @public */ constructor(readonly input: DescribeLoadBalancerAttributesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -223,7 +218,4 @@ export class DescribeLoadBalancerAttributesCommand extends $Command< ): Promise { return de_DescribeLoadBalancerAttributesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-elastic-load-balancing-v2/src/commands/DescribeLoadBalancersCommand.ts b/clients/client-elastic-load-balancing-v2/src/commands/DescribeLoadBalancersCommand.ts index 07bdcc87e4ee..99baf3388fc8 100644 --- a/clients/client-elastic-load-balancing-v2/src/commands/DescribeLoadBalancersCommand.ts +++ b/clients/client-elastic-load-balancing-v2/src/commands/DescribeLoadBalancersCommand.ts @@ -166,9 +166,6 @@ export class DescribeLoadBalancersCommand extends $Command< DescribeLoadBalancersCommandOutput, ElasticLoadBalancingV2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -182,9 +179,7 @@ export class DescribeLoadBalancersCommand extends $Command< * @public */ constructor(readonly input: DescribeLoadBalancersCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -237,7 +232,4 @@ export class DescribeLoadBalancersCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DescribeLoadBalancersCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-elastic-load-balancing-v2/src/commands/DescribeRulesCommand.ts b/clients/client-elastic-load-balancing-v2/src/commands/DescribeRulesCommand.ts index 1e690ab57ea5..f34d8f210f45 100644 --- a/clients/client-elastic-load-balancing-v2/src/commands/DescribeRulesCommand.ts +++ b/clients/client-elastic-load-balancing-v2/src/commands/DescribeRulesCommand.ts @@ -234,9 +234,6 @@ export class DescribeRulesCommand extends $Command< DescribeRulesCommandOutput, ElasticLoadBalancingV2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -250,9 +247,7 @@ export class DescribeRulesCommand extends $Command< * @public */ constructor(readonly input: DescribeRulesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -303,7 +298,4 @@ export class DescribeRulesCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DescribeRulesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-elastic-load-balancing-v2/src/commands/DescribeSSLPoliciesCommand.ts b/clients/client-elastic-load-balancing-v2/src/commands/DescribeSSLPoliciesCommand.ts index cf8c898d5bd1..9a1239bffef5 100644 --- a/clients/client-elastic-load-balancing-v2/src/commands/DescribeSSLPoliciesCommand.ts +++ b/clients/client-elastic-load-balancing-v2/src/commands/DescribeSSLPoliciesCommand.ts @@ -206,9 +206,6 @@ export class DescribeSSLPoliciesCommand extends $Command< DescribeSSLPoliciesCommandOutput, ElasticLoadBalancingV2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -222,9 +219,7 @@ export class DescribeSSLPoliciesCommand extends $Command< * @public */ constructor(readonly input: DescribeSSLPoliciesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -277,7 +272,4 @@ export class DescribeSSLPoliciesCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DescribeSSLPoliciesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-elastic-load-balancing-v2/src/commands/DescribeTagsCommand.ts b/clients/client-elastic-load-balancing-v2/src/commands/DescribeTagsCommand.ts index 5c62031fcb5f..fa12dd86be56 100644 --- a/clients/client-elastic-load-balancing-v2/src/commands/DescribeTagsCommand.ts +++ b/clients/client-elastic-load-balancing-v2/src/commands/DescribeTagsCommand.ts @@ -132,9 +132,6 @@ export class DescribeTagsCommand extends $Command< DescribeTagsCommandOutput, ElasticLoadBalancingV2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -148,9 +145,7 @@ export class DescribeTagsCommand extends $Command< * @public */ constructor(readonly input: DescribeTagsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -201,7 +196,4 @@ export class DescribeTagsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DescribeTagsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-elastic-load-balancing-v2/src/commands/DescribeTargetGroupAttributesCommand.ts b/clients/client-elastic-load-balancing-v2/src/commands/DescribeTargetGroupAttributesCommand.ts index 4e74b52c2b57..b58d16711f5c 100644 --- a/clients/client-elastic-load-balancing-v2/src/commands/DescribeTargetGroupAttributesCommand.ts +++ b/clients/client-elastic-load-balancing-v2/src/commands/DescribeTargetGroupAttributesCommand.ts @@ -141,9 +141,6 @@ export class DescribeTargetGroupAttributesCommand extends $Command< DescribeTargetGroupAttributesCommandOutput, ElasticLoadBalancingV2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -157,9 +154,7 @@ export class DescribeTargetGroupAttributesCommand extends $Command< * @public */ constructor(readonly input: DescribeTargetGroupAttributesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -215,7 +210,4 @@ export class DescribeTargetGroupAttributesCommand extends $Command< ): Promise { return de_DescribeTargetGroupAttributesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-elastic-load-balancing-v2/src/commands/DescribeTargetGroupsCommand.ts b/clients/client-elastic-load-balancing-v2/src/commands/DescribeTargetGroupsCommand.ts index 33424cfbca10..8eceb616d326 100644 --- a/clients/client-elastic-load-balancing-v2/src/commands/DescribeTargetGroupsCommand.ts +++ b/clients/client-elastic-load-balancing-v2/src/commands/DescribeTargetGroupsCommand.ts @@ -157,9 +157,6 @@ export class DescribeTargetGroupsCommand extends $Command< DescribeTargetGroupsCommandOutput, ElasticLoadBalancingV2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -173,9 +170,7 @@ export class DescribeTargetGroupsCommand extends $Command< * @public */ constructor(readonly input: DescribeTargetGroupsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -228,7 +223,4 @@ export class DescribeTargetGroupsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DescribeTargetGroupsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-elastic-load-balancing-v2/src/commands/DescribeTargetHealthCommand.ts b/clients/client-elastic-load-balancing-v2/src/commands/DescribeTargetHealthCommand.ts index a2eac0148c9e..2d357960111c 100644 --- a/clients/client-elastic-load-balancing-v2/src/commands/DescribeTargetHealthCommand.ts +++ b/clients/client-elastic-load-balancing-v2/src/commands/DescribeTargetHealthCommand.ts @@ -177,9 +177,6 @@ export class DescribeTargetHealthCommand extends $Command< DescribeTargetHealthCommandOutput, ElasticLoadBalancingV2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -193,9 +190,7 @@ export class DescribeTargetHealthCommand extends $Command< * @public */ constructor(readonly input: DescribeTargetHealthCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -248,7 +243,4 @@ export class DescribeTargetHealthCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DescribeTargetHealthCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-elastic-load-balancing-v2/src/commands/ModifyListenerCommand.ts b/clients/client-elastic-load-balancing-v2/src/commands/ModifyListenerCommand.ts index 204fff6474fc..c5c137e4b9da 100644 --- a/clients/client-elastic-load-balancing-v2/src/commands/ModifyListenerCommand.ts +++ b/clients/client-elastic-load-balancing-v2/src/commands/ModifyListenerCommand.ts @@ -359,9 +359,6 @@ export class ModifyListenerCommand extends $Command< ModifyListenerCommandOutput, ElasticLoadBalancingV2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -375,9 +372,7 @@ export class ModifyListenerCommand extends $Command< * @public */ constructor(readonly input: ModifyListenerCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -430,7 +425,4 @@ export class ModifyListenerCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ModifyListenerCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-elastic-load-balancing-v2/src/commands/ModifyLoadBalancerAttributesCommand.ts b/clients/client-elastic-load-balancing-v2/src/commands/ModifyLoadBalancerAttributesCommand.ts index a9d9c362792e..6f8ea0f1f9b7 100644 --- a/clients/client-elastic-load-balancing-v2/src/commands/ModifyLoadBalancerAttributesCommand.ts +++ b/clients/client-elastic-load-balancing-v2/src/commands/ModifyLoadBalancerAttributesCommand.ts @@ -233,9 +233,6 @@ export class ModifyLoadBalancerAttributesCommand extends $Command< ModifyLoadBalancerAttributesCommandOutput, ElasticLoadBalancingV2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -249,9 +246,7 @@ export class ModifyLoadBalancerAttributesCommand extends $Command< * @public */ constructor(readonly input: ModifyLoadBalancerAttributesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -307,7 +302,4 @@ export class ModifyLoadBalancerAttributesCommand extends $Command< ): Promise { return de_ModifyLoadBalancerAttributesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-elastic-load-balancing-v2/src/commands/ModifyRuleCommand.ts b/clients/client-elastic-load-balancing-v2/src/commands/ModifyRuleCommand.ts index 69aedadbae28..7a6555f317d7 100644 --- a/clients/client-elastic-load-balancing-v2/src/commands/ModifyRuleCommand.ts +++ b/clients/client-elastic-load-balancing-v2/src/commands/ModifyRuleCommand.ts @@ -364,9 +364,6 @@ export class ModifyRuleCommand extends $Command< ModifyRuleCommandOutput, ElasticLoadBalancingV2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -380,9 +377,7 @@ export class ModifyRuleCommand extends $Command< * @public */ constructor(readonly input: ModifyRuleCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -433,7 +428,4 @@ export class ModifyRuleCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ModifyRuleCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-elastic-load-balancing-v2/src/commands/ModifyTargetGroupAttributesCommand.ts b/clients/client-elastic-load-balancing-v2/src/commands/ModifyTargetGroupAttributesCommand.ts index aac091ea791a..3ccc9533d9b0 100644 --- a/clients/client-elastic-load-balancing-v2/src/commands/ModifyTargetGroupAttributesCommand.ts +++ b/clients/client-elastic-load-balancing-v2/src/commands/ModifyTargetGroupAttributesCommand.ts @@ -130,9 +130,6 @@ export class ModifyTargetGroupAttributesCommand extends $Command< ModifyTargetGroupAttributesCommandOutput, ElasticLoadBalancingV2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -146,9 +143,7 @@ export class ModifyTargetGroupAttributesCommand extends $Command< * @public */ constructor(readonly input: ModifyTargetGroupAttributesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -204,7 +199,4 @@ export class ModifyTargetGroupAttributesCommand extends $Command< ): Promise { return de_ModifyTargetGroupAttributesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-elastic-load-balancing-v2/src/commands/ModifyTargetGroupCommand.ts b/clients/client-elastic-load-balancing-v2/src/commands/ModifyTargetGroupCommand.ts index 07553f05f265..6585bf10890f 100644 --- a/clients/client-elastic-load-balancing-v2/src/commands/ModifyTargetGroupCommand.ts +++ b/clients/client-elastic-load-balancing-v2/src/commands/ModifyTargetGroupCommand.ts @@ -157,9 +157,6 @@ export class ModifyTargetGroupCommand extends $Command< ModifyTargetGroupCommandOutput, ElasticLoadBalancingV2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -173,9 +170,7 @@ export class ModifyTargetGroupCommand extends $Command< * @public */ constructor(readonly input: ModifyTargetGroupCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -228,7 +223,4 @@ export class ModifyTargetGroupCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ModifyTargetGroupCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-elastic-load-balancing-v2/src/commands/RegisterTargetsCommand.ts b/clients/client-elastic-load-balancing-v2/src/commands/RegisterTargetsCommand.ts index cb2dbec7d43e..63ada9750b8c 100644 --- a/clients/client-elastic-load-balancing-v2/src/commands/RegisterTargetsCommand.ts +++ b/clients/client-elastic-load-balancing-v2/src/commands/RegisterTargetsCommand.ts @@ -142,9 +142,6 @@ export class RegisterTargetsCommand extends $Command< RegisterTargetsCommandOutput, ElasticLoadBalancingV2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -158,9 +155,7 @@ export class RegisterTargetsCommand extends $Command< * @public */ constructor(readonly input: RegisterTargetsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -213,7 +208,4 @@ export class RegisterTargetsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_RegisterTargetsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-elastic-load-balancing-v2/src/commands/RemoveListenerCertificatesCommand.ts b/clients/client-elastic-load-balancing-v2/src/commands/RemoveListenerCertificatesCommand.ts index 2addb1706ef0..3ab3987be64c 100644 --- a/clients/client-elastic-load-balancing-v2/src/commands/RemoveListenerCertificatesCommand.ts +++ b/clients/client-elastic-load-balancing-v2/src/commands/RemoveListenerCertificatesCommand.ts @@ -85,9 +85,6 @@ export class RemoveListenerCertificatesCommand extends $Command< RemoveListenerCertificatesCommandOutput, ElasticLoadBalancingV2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -101,9 +98,7 @@ export class RemoveListenerCertificatesCommand extends $Command< * @public */ constructor(readonly input: RemoveListenerCertificatesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -159,7 +154,4 @@ export class RemoveListenerCertificatesCommand extends $Command< ): Promise { return de_RemoveListenerCertificatesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-elastic-load-balancing-v2/src/commands/RemoveTagsCommand.ts b/clients/client-elastic-load-balancing-v2/src/commands/RemoveTagsCommand.ts index 08a232bdf7af..554ad88424f8 100644 --- a/clients/client-elastic-load-balancing-v2/src/commands/RemoveTagsCommand.ts +++ b/clients/client-elastic-load-balancing-v2/src/commands/RemoveTagsCommand.ts @@ -111,9 +111,6 @@ export class RemoveTagsCommand extends $Command< RemoveTagsCommandOutput, ElasticLoadBalancingV2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -127,9 +124,7 @@ export class RemoveTagsCommand extends $Command< * @public */ constructor(readonly input: RemoveTagsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -180,7 +175,4 @@ export class RemoveTagsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_RemoveTagsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-elastic-load-balancing-v2/src/commands/SetIpAddressTypeCommand.ts b/clients/client-elastic-load-balancing-v2/src/commands/SetIpAddressTypeCommand.ts index 0b89864cf186..93d6ada06615 100644 --- a/clients/client-elastic-load-balancing-v2/src/commands/SetIpAddressTypeCommand.ts +++ b/clients/client-elastic-load-balancing-v2/src/commands/SetIpAddressTypeCommand.ts @@ -84,9 +84,6 @@ export class SetIpAddressTypeCommand extends $Command< SetIpAddressTypeCommandOutput, ElasticLoadBalancingV2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -100,9 +97,7 @@ export class SetIpAddressTypeCommand extends $Command< * @public */ constructor(readonly input: SetIpAddressTypeCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -155,7 +150,4 @@ export class SetIpAddressTypeCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_SetIpAddressTypeCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-elastic-load-balancing-v2/src/commands/SetRulePrioritiesCommand.ts b/clients/client-elastic-load-balancing-v2/src/commands/SetRulePrioritiesCommand.ts index 546d81f109dc..20c0607d0332 100644 --- a/clients/client-elastic-load-balancing-v2/src/commands/SetRulePrioritiesCommand.ts +++ b/clients/client-elastic-load-balancing-v2/src/commands/SetRulePrioritiesCommand.ts @@ -237,9 +237,6 @@ export class SetRulePrioritiesCommand extends $Command< SetRulePrioritiesCommandOutput, ElasticLoadBalancingV2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -253,9 +250,7 @@ export class SetRulePrioritiesCommand extends $Command< * @public */ constructor(readonly input: SetRulePrioritiesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -308,7 +303,4 @@ export class SetRulePrioritiesCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_SetRulePrioritiesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-elastic-load-balancing-v2/src/commands/SetSecurityGroupsCommand.ts b/clients/client-elastic-load-balancing-v2/src/commands/SetSecurityGroupsCommand.ts index 1077e7fcacf2..44b018925e72 100644 --- a/clients/client-elastic-load-balancing-v2/src/commands/SetSecurityGroupsCommand.ts +++ b/clients/client-elastic-load-balancing-v2/src/commands/SetSecurityGroupsCommand.ts @@ -116,9 +116,6 @@ export class SetSecurityGroupsCommand extends $Command< SetSecurityGroupsCommandOutput, ElasticLoadBalancingV2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -132,9 +129,7 @@ export class SetSecurityGroupsCommand extends $Command< * @public */ constructor(readonly input: SetSecurityGroupsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -187,7 +182,4 @@ export class SetSecurityGroupsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_SetSecurityGroupsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-elastic-load-balancing-v2/src/commands/SetSubnetsCommand.ts b/clients/client-elastic-load-balancing-v2/src/commands/SetSubnetsCommand.ts index 388611369ff2..b4eefbe3f257 100644 --- a/clients/client-elastic-load-balancing-v2/src/commands/SetSubnetsCommand.ts +++ b/clients/client-elastic-load-balancing-v2/src/commands/SetSubnetsCommand.ts @@ -153,9 +153,6 @@ export class SetSubnetsCommand extends $Command< SetSubnetsCommandOutput, ElasticLoadBalancingV2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -169,9 +166,7 @@ export class SetSubnetsCommand extends $Command< * @public */ constructor(readonly input: SetSubnetsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -222,7 +217,4 @@ export class SetSubnetsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_SetSubnetsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-elastic-load-balancing/package.json b/clients/client-elastic-load-balancing/package.json index 1485177177c8..0028d8c14e7c 100644 --- a/clients/client-elastic-load-balancing/package.json +++ b/clients/client-elastic-load-balancing/package.json @@ -34,30 +34,30 @@ "@aws-sdk/util-endpoints": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@smithy/config-resolver": "^2.0.16", - "@smithy/fetch-http-handler": "^2.2.4", - "@smithy/hash-node": "^2.0.12", - "@smithy/invalid-dependency": "^2.0.12", - "@smithy/middleware-content-length": "^2.0.14", - "@smithy/middleware-endpoint": "^2.1.3", - "@smithy/middleware-retry": "^2.0.18", - "@smithy/middleware-serde": "^2.0.12", - "@smithy/middleware-stack": "^2.0.6", - "@smithy/node-config-provider": "^2.1.3", - "@smithy/node-http-handler": "^2.1.8", - "@smithy/protocol-http": "^3.0.8", - "@smithy/smithy-client": "^2.1.12", - "@smithy/types": "^2.4.0", - "@smithy/url-parser": "^2.0.12", - "@smithy/util-base64": "^2.0.0", + "@smithy/config-resolver": "^2.0.18", + "@smithy/fetch-http-handler": "^2.2.6", + "@smithy/hash-node": "^2.0.15", + "@smithy/invalid-dependency": "^2.0.13", + "@smithy/middleware-content-length": "^2.0.15", + "@smithy/middleware-endpoint": "^2.2.0", + "@smithy/middleware-retry": "^2.0.20", + "@smithy/middleware-serde": "^2.0.13", + "@smithy/middleware-stack": "^2.0.7", + "@smithy/node-config-provider": "^2.1.5", + "@smithy/node-http-handler": "^2.1.9", + "@smithy/protocol-http": "^3.0.9", + "@smithy/smithy-client": "^2.1.15", + "@smithy/types": "^2.5.0", + "@smithy/url-parser": "^2.0.13", + "@smithy/util-base64": "^2.0.1", "@smithy/util-body-length-browser": "^2.0.0", "@smithy/util-body-length-node": "^2.1.0", - "@smithy/util-defaults-mode-browser": "^2.0.16", - "@smithy/util-defaults-mode-node": "^2.0.21", - "@smithy/util-endpoints": "^1.0.2", - "@smithy/util-retry": "^2.0.5", - "@smithy/util-utf8": "^2.0.0", - "@smithy/util-waiter": "^2.0.12", + "@smithy/util-defaults-mode-browser": "^2.0.19", + "@smithy/util-defaults-mode-node": "^2.0.25", + "@smithy/util-endpoints": "^1.0.4", + "@smithy/util-retry": "^2.0.6", + "@smithy/util-utf8": "^2.0.2", + "@smithy/util-waiter": "^2.0.13", "fast-xml-parser": "4.2.5", "tslib": "^2.5.0" }, diff --git a/clients/client-elastic-load-balancing/src/commands/AddTagsCommand.ts b/clients/client-elastic-load-balancing/src/commands/AddTagsCommand.ts index 9bd5980f2f6c..4e500d3591a0 100644 --- a/clients/client-elastic-load-balancing/src/commands/AddTagsCommand.ts +++ b/clients/client-elastic-load-balancing/src/commands/AddTagsCommand.ts @@ -118,9 +118,6 @@ export class AddTagsCommand extends $Command< AddTagsCommandOutput, ElasticLoadBalancingClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -134,9 +131,7 @@ export class AddTagsCommand extends $Command< * @public */ constructor(readonly input: AddTagsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -187,7 +182,4 @@ export class AddTagsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_AddTagsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-elastic-load-balancing/src/commands/ApplySecurityGroupsToLoadBalancerCommand.ts b/clients/client-elastic-load-balancing/src/commands/ApplySecurityGroupsToLoadBalancerCommand.ts index 75cb016343ac..8cf09a718c57 100644 --- a/clients/client-elastic-load-balancing/src/commands/ApplySecurityGroupsToLoadBalancerCommand.ts +++ b/clients/client-elastic-load-balancing/src/commands/ApplySecurityGroupsToLoadBalancerCommand.ts @@ -116,9 +116,6 @@ export class ApplySecurityGroupsToLoadBalancerCommand extends $Command< ApplySecurityGroupsToLoadBalancerCommandOutput, ElasticLoadBalancingClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -132,9 +129,7 @@ export class ApplySecurityGroupsToLoadBalancerCommand extends $Command< * @public */ constructor(readonly input: ApplySecurityGroupsToLoadBalancerCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -193,7 +188,4 @@ export class ApplySecurityGroupsToLoadBalancerCommand extends $Command< ): Promise { return de_ApplySecurityGroupsToLoadBalancerCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-elastic-load-balancing/src/commands/AttachLoadBalancerToSubnetsCommand.ts b/clients/client-elastic-load-balancing/src/commands/AttachLoadBalancerToSubnetsCommand.ts index 9ead96353afd..aeac77caf3a4 100644 --- a/clients/client-elastic-load-balancing/src/commands/AttachLoadBalancerToSubnetsCommand.ts +++ b/clients/client-elastic-load-balancing/src/commands/AttachLoadBalancerToSubnetsCommand.ts @@ -116,9 +116,6 @@ export class AttachLoadBalancerToSubnetsCommand extends $Command< AttachLoadBalancerToSubnetsCommandOutput, ElasticLoadBalancingClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -132,9 +129,7 @@ export class AttachLoadBalancerToSubnetsCommand extends $Command< * @public */ constructor(readonly input: AttachLoadBalancerToSubnetsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -190,7 +185,4 @@ export class AttachLoadBalancerToSubnetsCommand extends $Command< ): Promise { return de_AttachLoadBalancerToSubnetsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-elastic-load-balancing/src/commands/ConfigureHealthCheckCommand.ts b/clients/client-elastic-load-balancing/src/commands/ConfigureHealthCheckCommand.ts index 1d7c1112d82c..06fda6bd0eb0 100644 --- a/clients/client-elastic-load-balancing/src/commands/ConfigureHealthCheckCommand.ts +++ b/clients/client-elastic-load-balancing/src/commands/ConfigureHealthCheckCommand.ts @@ -121,9 +121,6 @@ export class ConfigureHealthCheckCommand extends $Command< ConfigureHealthCheckCommandOutput, ElasticLoadBalancingClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -137,9 +134,7 @@ export class ConfigureHealthCheckCommand extends $Command< * @public */ constructor(readonly input: ConfigureHealthCheckCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -192,7 +187,4 @@ export class ConfigureHealthCheckCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ConfigureHealthCheckCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-elastic-load-balancing/src/commands/CreateAppCookieStickinessPolicyCommand.ts b/clients/client-elastic-load-balancing/src/commands/CreateAppCookieStickinessPolicyCommand.ts index d66704a5241c..a03123720edd 100644 --- a/clients/client-elastic-load-balancing/src/commands/CreateAppCookieStickinessPolicyCommand.ts +++ b/clients/client-elastic-load-balancing/src/commands/CreateAppCookieStickinessPolicyCommand.ts @@ -112,9 +112,6 @@ export class CreateAppCookieStickinessPolicyCommand extends $Command< CreateAppCookieStickinessPolicyCommandOutput, ElasticLoadBalancingClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -128,9 +125,7 @@ export class CreateAppCookieStickinessPolicyCommand extends $Command< * @public */ constructor(readonly input: CreateAppCookieStickinessPolicyCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -189,7 +184,4 @@ export class CreateAppCookieStickinessPolicyCommand extends $Command< ): Promise { return de_CreateAppCookieStickinessPolicyCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-elastic-load-balancing/src/commands/CreateLBCookieStickinessPolicyCommand.ts b/clients/client-elastic-load-balancing/src/commands/CreateLBCookieStickinessPolicyCommand.ts index b3d4d5b0e399..e3d6095b2b95 100644 --- a/clients/client-elastic-load-balancing/src/commands/CreateLBCookieStickinessPolicyCommand.ts +++ b/clients/client-elastic-load-balancing/src/commands/CreateLBCookieStickinessPolicyCommand.ts @@ -110,9 +110,6 @@ export class CreateLBCookieStickinessPolicyCommand extends $Command< CreateLBCookieStickinessPolicyCommandOutput, ElasticLoadBalancingClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -126,9 +123,7 @@ export class CreateLBCookieStickinessPolicyCommand extends $Command< * @public */ constructor(readonly input: CreateLBCookieStickinessPolicyCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -187,7 +182,4 @@ export class CreateLBCookieStickinessPolicyCommand extends $Command< ): Promise { return de_CreateLBCookieStickinessPolicyCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-elastic-load-balancing/src/commands/CreateLoadBalancerCommand.ts b/clients/client-elastic-load-balancing/src/commands/CreateLoadBalancerCommand.ts index 197313ad13dc..add54052b732 100644 --- a/clients/client-elastic-load-balancing/src/commands/CreateLoadBalancerCommand.ts +++ b/clients/client-elastic-load-balancing/src/commands/CreateLoadBalancerCommand.ts @@ -309,9 +309,6 @@ export class CreateLoadBalancerCommand extends $Command< CreateLoadBalancerCommandOutput, ElasticLoadBalancingClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -325,9 +322,7 @@ export class CreateLoadBalancerCommand extends $Command< * @public */ constructor(readonly input: CreateLoadBalancerCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -380,7 +375,4 @@ export class CreateLoadBalancerCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateLoadBalancerCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-elastic-load-balancing/src/commands/CreateLoadBalancerListenersCommand.ts b/clients/client-elastic-load-balancing/src/commands/CreateLoadBalancerListenersCommand.ts index 7c6e223f2a0e..72d11c759603 100644 --- a/clients/client-elastic-load-balancing/src/commands/CreateLoadBalancerListenersCommand.ts +++ b/clients/client-elastic-load-balancing/src/commands/CreateLoadBalancerListenersCommand.ts @@ -139,9 +139,6 @@ export class CreateLoadBalancerListenersCommand extends $Command< CreateLoadBalancerListenersCommandOutput, ElasticLoadBalancingClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -155,9 +152,7 @@ export class CreateLoadBalancerListenersCommand extends $Command< * @public */ constructor(readonly input: CreateLoadBalancerListenersCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -213,7 +208,4 @@ export class CreateLoadBalancerListenersCommand extends $Command< ): Promise { return de_CreateLoadBalancerListenersCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-elastic-load-balancing/src/commands/CreateLoadBalancerPolicyCommand.ts b/clients/client-elastic-load-balancing/src/commands/CreateLoadBalancerPolicyCommand.ts index c7c886441748..7d9444a17198 100644 --- a/clients/client-elastic-load-balancing/src/commands/CreateLoadBalancerPolicyCommand.ts +++ b/clients/client-elastic-load-balancing/src/commands/CreateLoadBalancerPolicyCommand.ts @@ -153,9 +153,6 @@ export class CreateLoadBalancerPolicyCommand extends $Command< CreateLoadBalancerPolicyCommandOutput, ElasticLoadBalancingClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -169,9 +166,7 @@ export class CreateLoadBalancerPolicyCommand extends $Command< * @public */ constructor(readonly input: CreateLoadBalancerPolicyCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -224,7 +219,4 @@ export class CreateLoadBalancerPolicyCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateLoadBalancerPolicyCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-elastic-load-balancing/src/commands/DeleteLoadBalancerCommand.ts b/clients/client-elastic-load-balancing/src/commands/DeleteLoadBalancerCommand.ts index 94100e899de6..8b3e639f0b45 100644 --- a/clients/client-elastic-load-balancing/src/commands/DeleteLoadBalancerCommand.ts +++ b/clients/client-elastic-load-balancing/src/commands/DeleteLoadBalancerCommand.ts @@ -86,9 +86,6 @@ export class DeleteLoadBalancerCommand extends $Command< DeleteLoadBalancerCommandOutput, ElasticLoadBalancingClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -102,9 +99,7 @@ export class DeleteLoadBalancerCommand extends $Command< * @public */ constructor(readonly input: DeleteLoadBalancerCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -157,7 +152,4 @@ export class DeleteLoadBalancerCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteLoadBalancerCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-elastic-load-balancing/src/commands/DeleteLoadBalancerListenersCommand.ts b/clients/client-elastic-load-balancing/src/commands/DeleteLoadBalancerListenersCommand.ts index 30bc4d5a2cdb..1143ed0e42d7 100644 --- a/clients/client-elastic-load-balancing/src/commands/DeleteLoadBalancerListenersCommand.ts +++ b/clients/client-elastic-load-balancing/src/commands/DeleteLoadBalancerListenersCommand.ts @@ -92,9 +92,6 @@ export class DeleteLoadBalancerListenersCommand extends $Command< DeleteLoadBalancerListenersCommandOutput, ElasticLoadBalancingClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -108,9 +105,7 @@ export class DeleteLoadBalancerListenersCommand extends $Command< * @public */ constructor(readonly input: DeleteLoadBalancerListenersCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -166,7 +161,4 @@ export class DeleteLoadBalancerListenersCommand extends $Command< ): Promise { return de_DeleteLoadBalancerListenersCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-elastic-load-balancing/src/commands/DeleteLoadBalancerPolicyCommand.ts b/clients/client-elastic-load-balancing/src/commands/DeleteLoadBalancerPolicyCommand.ts index b12543ae4ce9..5f4bdb02f7b2 100644 --- a/clients/client-elastic-load-balancing/src/commands/DeleteLoadBalancerPolicyCommand.ts +++ b/clients/client-elastic-load-balancing/src/commands/DeleteLoadBalancerPolicyCommand.ts @@ -91,9 +91,6 @@ export class DeleteLoadBalancerPolicyCommand extends $Command< DeleteLoadBalancerPolicyCommandOutput, ElasticLoadBalancingClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -107,9 +104,7 @@ export class DeleteLoadBalancerPolicyCommand extends $Command< * @public */ constructor(readonly input: DeleteLoadBalancerPolicyCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -162,7 +157,4 @@ export class DeleteLoadBalancerPolicyCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteLoadBalancerPolicyCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-elastic-load-balancing/src/commands/DeregisterInstancesFromLoadBalancerCommand.ts b/clients/client-elastic-load-balancing/src/commands/DeregisterInstancesFromLoadBalancerCommand.ts index 394bac48d3a8..db1d4ab1a24a 100644 --- a/clients/client-elastic-load-balancing/src/commands/DeregisterInstancesFromLoadBalancerCommand.ts +++ b/clients/client-elastic-load-balancing/src/commands/DeregisterInstancesFromLoadBalancerCommand.ts @@ -125,9 +125,6 @@ export class DeregisterInstancesFromLoadBalancerCommand extends $Command< DeregisterInstancesFromLoadBalancerCommandOutput, ElasticLoadBalancingClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -141,9 +138,7 @@ export class DeregisterInstancesFromLoadBalancerCommand extends $Command< * @public */ constructor(readonly input: DeregisterInstancesFromLoadBalancerCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -202,7 +197,4 @@ export class DeregisterInstancesFromLoadBalancerCommand extends $Command< ): Promise { return de_DeregisterInstancesFromLoadBalancerCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-elastic-load-balancing/src/commands/DescribeAccountLimitsCommand.ts b/clients/client-elastic-load-balancing/src/commands/DescribeAccountLimitsCommand.ts index 50973e340387..c6ae1df985ae 100644 --- a/clients/client-elastic-load-balancing/src/commands/DescribeAccountLimitsCommand.ts +++ b/clients/client-elastic-load-balancing/src/commands/DescribeAccountLimitsCommand.ts @@ -83,9 +83,6 @@ export class DescribeAccountLimitsCommand extends $Command< DescribeAccountLimitsCommandOutput, ElasticLoadBalancingClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -99,9 +96,7 @@ export class DescribeAccountLimitsCommand extends $Command< * @public */ constructor(readonly input: DescribeAccountLimitsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -154,7 +149,4 @@ export class DescribeAccountLimitsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DescribeAccountLimitsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-elastic-load-balancing/src/commands/DescribeInstanceHealthCommand.ts b/clients/client-elastic-load-balancing/src/commands/DescribeInstanceHealthCommand.ts index 33b8909ea3a9..3615deb185f4 100644 --- a/clients/client-elastic-load-balancing/src/commands/DescribeInstanceHealthCommand.ts +++ b/clients/client-elastic-load-balancing/src/commands/DescribeInstanceHealthCommand.ts @@ -121,9 +121,6 @@ export class DescribeInstanceHealthCommand extends $Command< DescribeInstanceHealthCommandOutput, ElasticLoadBalancingClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -137,9 +134,7 @@ export class DescribeInstanceHealthCommand extends $Command< * @public */ constructor(readonly input: DescribeInstanceHealthCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -192,7 +187,4 @@ export class DescribeInstanceHealthCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DescribeInstanceHealthCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-elastic-load-balancing/src/commands/DescribeLoadBalancerAttributesCommand.ts b/clients/client-elastic-load-balancing/src/commands/DescribeLoadBalancerAttributesCommand.ts index 4c1c5e2f8b9c..f8a7872d20b4 100644 --- a/clients/client-elastic-load-balancing/src/commands/DescribeLoadBalancerAttributesCommand.ts +++ b/clients/client-elastic-load-balancing/src/commands/DescribeLoadBalancerAttributesCommand.ts @@ -138,9 +138,6 @@ export class DescribeLoadBalancerAttributesCommand extends $Command< DescribeLoadBalancerAttributesCommandOutput, ElasticLoadBalancingClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -154,9 +151,7 @@ export class DescribeLoadBalancerAttributesCommand extends $Command< * @public */ constructor(readonly input: DescribeLoadBalancerAttributesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -215,7 +210,4 @@ export class DescribeLoadBalancerAttributesCommand extends $Command< ): Promise { return de_DescribeLoadBalancerAttributesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-elastic-load-balancing/src/commands/DescribeLoadBalancerPoliciesCommand.ts b/clients/client-elastic-load-balancing/src/commands/DescribeLoadBalancerPoliciesCommand.ts index 8c919233d481..40ece323e1e0 100644 --- a/clients/client-elastic-load-balancing/src/commands/DescribeLoadBalancerPoliciesCommand.ts +++ b/clients/client-elastic-load-balancing/src/commands/DescribeLoadBalancerPoliciesCommand.ts @@ -130,9 +130,6 @@ export class DescribeLoadBalancerPoliciesCommand extends $Command< DescribeLoadBalancerPoliciesCommandOutput, ElasticLoadBalancingClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -146,9 +143,7 @@ export class DescribeLoadBalancerPoliciesCommand extends $Command< * @public */ constructor(readonly input: DescribeLoadBalancerPoliciesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -204,7 +199,4 @@ export class DescribeLoadBalancerPoliciesCommand extends $Command< ): Promise { return de_DescribeLoadBalancerPoliciesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-elastic-load-balancing/src/commands/DescribeLoadBalancerPolicyTypesCommand.ts b/clients/client-elastic-load-balancing/src/commands/DescribeLoadBalancerPolicyTypesCommand.ts index 2cbefe558a24..b266e54a0321 100644 --- a/clients/client-elastic-load-balancing/src/commands/DescribeLoadBalancerPolicyTypesCommand.ts +++ b/clients/client-elastic-load-balancing/src/commands/DescribeLoadBalancerPolicyTypesCommand.ts @@ -135,9 +135,6 @@ export class DescribeLoadBalancerPolicyTypesCommand extends $Command< DescribeLoadBalancerPolicyTypesCommandOutput, ElasticLoadBalancingClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -151,9 +148,7 @@ export class DescribeLoadBalancerPolicyTypesCommand extends $Command< * @public */ constructor(readonly input: DescribeLoadBalancerPolicyTypesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -212,7 +207,4 @@ export class DescribeLoadBalancerPolicyTypesCommand extends $Command< ): Promise { return de_DescribeLoadBalancerPolicyTypesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-elastic-load-balancing/src/commands/DescribeLoadBalancersCommand.ts b/clients/client-elastic-load-balancing/src/commands/DescribeLoadBalancersCommand.ts index 670c059db49d..18a9740347e6 100644 --- a/clients/client-elastic-load-balancing/src/commands/DescribeLoadBalancersCommand.ts +++ b/clients/client-elastic-load-balancing/src/commands/DescribeLoadBalancersCommand.ts @@ -262,9 +262,6 @@ export class DescribeLoadBalancersCommand extends $Command< DescribeLoadBalancersCommandOutput, ElasticLoadBalancingClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -278,9 +275,7 @@ export class DescribeLoadBalancersCommand extends $Command< * @public */ constructor(readonly input: DescribeLoadBalancersCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -333,7 +328,4 @@ export class DescribeLoadBalancersCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DescribeLoadBalancersCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-elastic-load-balancing/src/commands/DescribeTagsCommand.ts b/clients/client-elastic-load-balancing/src/commands/DescribeTagsCommand.ts index 07ff5e6766a9..30c1ddb441fc 100644 --- a/clients/client-elastic-load-balancing/src/commands/DescribeTagsCommand.ts +++ b/clients/client-elastic-load-balancing/src/commands/DescribeTagsCommand.ts @@ -121,9 +121,6 @@ export class DescribeTagsCommand extends $Command< DescribeTagsCommandOutput, ElasticLoadBalancingClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -137,9 +134,7 @@ export class DescribeTagsCommand extends $Command< * @public */ constructor(readonly input: DescribeTagsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -190,7 +185,4 @@ export class DescribeTagsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DescribeTagsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-elastic-load-balancing/src/commands/DetachLoadBalancerFromSubnetsCommand.ts b/clients/client-elastic-load-balancing/src/commands/DetachLoadBalancerFromSubnetsCommand.ts index cc8b67788b32..1a76905c4bdf 100644 --- a/clients/client-elastic-load-balancing/src/commands/DetachLoadBalancerFromSubnetsCommand.ts +++ b/clients/client-elastic-load-balancing/src/commands/DetachLoadBalancerFromSubnetsCommand.ts @@ -114,9 +114,6 @@ export class DetachLoadBalancerFromSubnetsCommand extends $Command< DetachLoadBalancerFromSubnetsCommandOutput, ElasticLoadBalancingClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -130,9 +127,7 @@ export class DetachLoadBalancerFromSubnetsCommand extends $Command< * @public */ constructor(readonly input: DetachLoadBalancerFromSubnetsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -188,7 +183,4 @@ export class DetachLoadBalancerFromSubnetsCommand extends $Command< ): Promise { return de_DetachLoadBalancerFromSubnetsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-elastic-load-balancing/src/commands/DisableAvailabilityZonesForLoadBalancerCommand.ts b/clients/client-elastic-load-balancing/src/commands/DisableAvailabilityZonesForLoadBalancerCommand.ts index fc84276b9b8b..9b9a6e61aa4a 100644 --- a/clients/client-elastic-load-balancing/src/commands/DisableAvailabilityZonesForLoadBalancerCommand.ts +++ b/clients/client-elastic-load-balancing/src/commands/DisableAvailabilityZonesForLoadBalancerCommand.ts @@ -119,9 +119,6 @@ export class DisableAvailabilityZonesForLoadBalancerCommand extends $Command< DisableAvailabilityZonesForLoadBalancerCommandOutput, ElasticLoadBalancingClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -135,9 +132,7 @@ export class DisableAvailabilityZonesForLoadBalancerCommand extends $Command< * @public */ constructor(readonly input: DisableAvailabilityZonesForLoadBalancerCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -202,7 +197,4 @@ export class DisableAvailabilityZonesForLoadBalancerCommand extends $Command< ): Promise { return de_DisableAvailabilityZonesForLoadBalancerCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-elastic-load-balancing/src/commands/EnableAvailabilityZonesForLoadBalancerCommand.ts b/clients/client-elastic-load-balancing/src/commands/EnableAvailabilityZonesForLoadBalancerCommand.ts index 885fade4d12c..72f9f5fc552f 100644 --- a/clients/client-elastic-load-balancing/src/commands/EnableAvailabilityZonesForLoadBalancerCommand.ts +++ b/clients/client-elastic-load-balancing/src/commands/EnableAvailabilityZonesForLoadBalancerCommand.ts @@ -114,9 +114,6 @@ export class EnableAvailabilityZonesForLoadBalancerCommand extends $Command< EnableAvailabilityZonesForLoadBalancerCommandOutput, ElasticLoadBalancingClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -130,9 +127,7 @@ export class EnableAvailabilityZonesForLoadBalancerCommand extends $Command< * @public */ constructor(readonly input: EnableAvailabilityZonesForLoadBalancerCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -191,7 +186,4 @@ export class EnableAvailabilityZonesForLoadBalancerCommand extends $Command< ): Promise { return de_EnableAvailabilityZonesForLoadBalancerCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-elastic-load-balancing/src/commands/ModifyLoadBalancerAttributesCommand.ts b/clients/client-elastic-load-balancing/src/commands/ModifyLoadBalancerAttributesCommand.ts index 077c0de986ab..d08fe7975db8 100644 --- a/clients/client-elastic-load-balancing/src/commands/ModifyLoadBalancerAttributesCommand.ts +++ b/clients/client-elastic-load-balancing/src/commands/ModifyLoadBalancerAttributesCommand.ts @@ -213,9 +213,6 @@ export class ModifyLoadBalancerAttributesCommand extends $Command< ModifyLoadBalancerAttributesCommandOutput, ElasticLoadBalancingClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -229,9 +226,7 @@ export class ModifyLoadBalancerAttributesCommand extends $Command< * @public */ constructor(readonly input: ModifyLoadBalancerAttributesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -287,7 +282,4 @@ export class ModifyLoadBalancerAttributesCommand extends $Command< ): Promise { return de_ModifyLoadBalancerAttributesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-elastic-load-balancing/src/commands/RegisterInstancesWithLoadBalancerCommand.ts b/clients/client-elastic-load-balancing/src/commands/RegisterInstancesWithLoadBalancerCommand.ts index 1eb8a7d8ee60..49016fd93946 100644 --- a/clients/client-elastic-load-balancing/src/commands/RegisterInstancesWithLoadBalancerCommand.ts +++ b/clients/client-elastic-load-balancing/src/commands/RegisterInstancesWithLoadBalancerCommand.ts @@ -141,9 +141,6 @@ export class RegisterInstancesWithLoadBalancerCommand extends $Command< RegisterInstancesWithLoadBalancerCommandOutput, ElasticLoadBalancingClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -157,9 +154,7 @@ export class RegisterInstancesWithLoadBalancerCommand extends $Command< * @public */ constructor(readonly input: RegisterInstancesWithLoadBalancerCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -218,7 +213,4 @@ export class RegisterInstancesWithLoadBalancerCommand extends $Command< ): Promise { return de_RegisterInstancesWithLoadBalancerCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-elastic-load-balancing/src/commands/RemoveTagsCommand.ts b/clients/client-elastic-load-balancing/src/commands/RemoveTagsCommand.ts index 1f95cb52f6c5..5d22e1011234 100644 --- a/clients/client-elastic-load-balancing/src/commands/RemoveTagsCommand.ts +++ b/clients/client-elastic-load-balancing/src/commands/RemoveTagsCommand.ts @@ -100,9 +100,6 @@ export class RemoveTagsCommand extends $Command< RemoveTagsCommandOutput, ElasticLoadBalancingClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -116,9 +113,7 @@ export class RemoveTagsCommand extends $Command< * @public */ constructor(readonly input: RemoveTagsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -169,7 +164,4 @@ export class RemoveTagsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_RemoveTagsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-elastic-load-balancing/src/commands/SetLoadBalancerListenerSSLCertificateCommand.ts b/clients/client-elastic-load-balancing/src/commands/SetLoadBalancerListenerSSLCertificateCommand.ts index 09f3d1ca4bb8..0485cb52478f 100644 --- a/clients/client-elastic-load-balancing/src/commands/SetLoadBalancerListenerSSLCertificateCommand.ts +++ b/clients/client-elastic-load-balancing/src/commands/SetLoadBalancerListenerSSLCertificateCommand.ts @@ -116,9 +116,6 @@ export class SetLoadBalancerListenerSSLCertificateCommand extends $Command< SetLoadBalancerListenerSSLCertificateCommandOutput, ElasticLoadBalancingClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -132,9 +129,7 @@ export class SetLoadBalancerListenerSSLCertificateCommand extends $Command< * @public */ constructor(readonly input: SetLoadBalancerListenerSSLCertificateCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -193,7 +188,4 @@ export class SetLoadBalancerListenerSSLCertificateCommand extends $Command< ): Promise { return de_SetLoadBalancerListenerSSLCertificateCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-elastic-load-balancing/src/commands/SetLoadBalancerPoliciesForBackendServerCommand.ts b/clients/client-elastic-load-balancing/src/commands/SetLoadBalancerPoliciesForBackendServerCommand.ts index bc635b144ea6..cc19ca8b1f2e 100644 --- a/clients/client-elastic-load-balancing/src/commands/SetLoadBalancerPoliciesForBackendServerCommand.ts +++ b/clients/client-elastic-load-balancing/src/commands/SetLoadBalancerPoliciesForBackendServerCommand.ts @@ -119,9 +119,6 @@ export class SetLoadBalancerPoliciesForBackendServerCommand extends $Command< SetLoadBalancerPoliciesForBackendServerCommandOutput, ElasticLoadBalancingClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -135,9 +132,7 @@ export class SetLoadBalancerPoliciesForBackendServerCommand extends $Command< * @public */ constructor(readonly input: SetLoadBalancerPoliciesForBackendServerCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -202,7 +197,4 @@ export class SetLoadBalancerPoliciesForBackendServerCommand extends $Command< ): Promise { return de_SetLoadBalancerPoliciesForBackendServerCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-elastic-load-balancing/src/commands/SetLoadBalancerPoliciesOfListenerCommand.ts b/clients/client-elastic-load-balancing/src/commands/SetLoadBalancerPoliciesOfListenerCommand.ts index 08a6d10c5d97..82db33d1c2e9 100644 --- a/clients/client-elastic-load-balancing/src/commands/SetLoadBalancerPoliciesOfListenerCommand.ts +++ b/clients/client-elastic-load-balancing/src/commands/SetLoadBalancerPoliciesOfListenerCommand.ts @@ -114,9 +114,6 @@ export class SetLoadBalancerPoliciesOfListenerCommand extends $Command< SetLoadBalancerPoliciesOfListenerCommandOutput, ElasticLoadBalancingClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -130,9 +127,7 @@ export class SetLoadBalancerPoliciesOfListenerCommand extends $Command< * @public */ constructor(readonly input: SetLoadBalancerPoliciesOfListenerCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -191,7 +186,4 @@ export class SetLoadBalancerPoliciesOfListenerCommand extends $Command< ): Promise { return de_SetLoadBalancerPoliciesOfListenerCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-elastic-transcoder/package.json b/clients/client-elastic-transcoder/package.json index 90931140e68a..65314ae5b51b 100644 --- a/clients/client-elastic-transcoder/package.json +++ b/clients/client-elastic-transcoder/package.json @@ -34,30 +34,30 @@ "@aws-sdk/util-endpoints": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@smithy/config-resolver": "^2.0.16", - "@smithy/fetch-http-handler": "^2.2.4", - "@smithy/hash-node": "^2.0.12", - "@smithy/invalid-dependency": "^2.0.12", - "@smithy/middleware-content-length": "^2.0.14", - "@smithy/middleware-endpoint": "^2.1.3", - "@smithy/middleware-retry": "^2.0.18", - "@smithy/middleware-serde": "^2.0.12", - "@smithy/middleware-stack": "^2.0.6", - "@smithy/node-config-provider": "^2.1.3", - "@smithy/node-http-handler": "^2.1.8", - "@smithy/protocol-http": "^3.0.8", - "@smithy/smithy-client": "^2.1.12", - "@smithy/types": "^2.4.0", - "@smithy/url-parser": "^2.0.12", - "@smithy/util-base64": "^2.0.0", + "@smithy/config-resolver": "^2.0.18", + "@smithy/fetch-http-handler": "^2.2.6", + "@smithy/hash-node": "^2.0.15", + "@smithy/invalid-dependency": "^2.0.13", + "@smithy/middleware-content-length": "^2.0.15", + "@smithy/middleware-endpoint": "^2.2.0", + "@smithy/middleware-retry": "^2.0.20", + "@smithy/middleware-serde": "^2.0.13", + "@smithy/middleware-stack": "^2.0.7", + "@smithy/node-config-provider": "^2.1.5", + "@smithy/node-http-handler": "^2.1.9", + "@smithy/protocol-http": "^3.0.9", + "@smithy/smithy-client": "^2.1.15", + "@smithy/types": "^2.5.0", + "@smithy/url-parser": "^2.0.13", + "@smithy/util-base64": "^2.0.1", "@smithy/util-body-length-browser": "^2.0.0", "@smithy/util-body-length-node": "^2.1.0", - "@smithy/util-defaults-mode-browser": "^2.0.16", - "@smithy/util-defaults-mode-node": "^2.0.21", - "@smithy/util-endpoints": "^1.0.2", - "@smithy/util-retry": "^2.0.5", - "@smithy/util-utf8": "^2.0.0", - "@smithy/util-waiter": "^2.0.12", + "@smithy/util-defaults-mode-browser": "^2.0.19", + "@smithy/util-defaults-mode-node": "^2.0.25", + "@smithy/util-endpoints": "^1.0.4", + "@smithy/util-retry": "^2.0.6", + "@smithy/util-utf8": "^2.0.2", + "@smithy/util-waiter": "^2.0.13", "tslib": "^2.5.0" }, "devDependencies": { diff --git a/clients/client-elastic-transcoder/src/commands/CancelJobCommand.ts b/clients/client-elastic-transcoder/src/commands/CancelJobCommand.ts index d150f5288e24..ba9b7f23badd 100644 --- a/clients/client-elastic-transcoder/src/commands/CancelJobCommand.ts +++ b/clients/client-elastic-transcoder/src/commands/CancelJobCommand.ts @@ -96,9 +96,6 @@ export class CancelJobCommand extends $Command< CancelJobCommandOutput, ElasticTranscoderClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -112,9 +109,7 @@ export class CancelJobCommand extends $Command< * @public */ constructor(readonly input: CancelJobCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -165,7 +160,4 @@ export class CancelJobCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CancelJobCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-elastic-transcoder/src/commands/CreateJobCommand.ts b/clients/client-elastic-transcoder/src/commands/CreateJobCommand.ts index 70361fc9a83f..950d8ad768ff 100644 --- a/clients/client-elastic-transcoder/src/commands/CreateJobCommand.ts +++ b/clients/client-elastic-transcoder/src/commands/CreateJobCommand.ts @@ -559,9 +559,6 @@ export class CreateJobCommand extends $Command< CreateJobCommandOutput, ElasticTranscoderClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -575,9 +572,7 @@ export class CreateJobCommand extends $Command< * @public */ constructor(readonly input: CreateJobCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -628,7 +623,4 @@ export class CreateJobCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateJobCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-elastic-transcoder/src/commands/CreatePipelineCommand.ts b/clients/client-elastic-transcoder/src/commands/CreatePipelineCommand.ts index 9dffde87b439..4e86270b96cf 100644 --- a/clients/client-elastic-transcoder/src/commands/CreatePipelineCommand.ts +++ b/clients/client-elastic-transcoder/src/commands/CreatePipelineCommand.ts @@ -176,9 +176,6 @@ export class CreatePipelineCommand extends $Command< CreatePipelineCommandOutput, ElasticTranscoderClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -192,9 +189,7 @@ export class CreatePipelineCommand extends $Command< * @public */ constructor(readonly input: CreatePipelineCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -247,7 +242,4 @@ export class CreatePipelineCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreatePipelineCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-elastic-transcoder/src/commands/CreatePresetCommand.ts b/clients/client-elastic-transcoder/src/commands/CreatePresetCommand.ts index 5218db6c928d..a85712caa39e 100644 --- a/clients/client-elastic-transcoder/src/commands/CreatePresetCommand.ts +++ b/clients/client-elastic-transcoder/src/commands/CreatePresetCommand.ts @@ -222,9 +222,6 @@ export class CreatePresetCommand extends $Command< CreatePresetCommandOutput, ElasticTranscoderClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -238,9 +235,7 @@ export class CreatePresetCommand extends $Command< * @public */ constructor(readonly input: CreatePresetCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -291,7 +286,4 @@ export class CreatePresetCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreatePresetCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-elastic-transcoder/src/commands/DeletePipelineCommand.ts b/clients/client-elastic-transcoder/src/commands/DeletePipelineCommand.ts index 026280a4efdb..4457e2a4549d 100644 --- a/clients/client-elastic-transcoder/src/commands/DeletePipelineCommand.ts +++ b/clients/client-elastic-transcoder/src/commands/DeletePipelineCommand.ts @@ -94,9 +94,6 @@ export class DeletePipelineCommand extends $Command< DeletePipelineCommandOutput, ElasticTranscoderClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -110,9 +107,7 @@ export class DeletePipelineCommand extends $Command< * @public */ constructor(readonly input: DeletePipelineCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -165,7 +160,4 @@ export class DeletePipelineCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeletePipelineCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-elastic-transcoder/src/commands/DeletePresetCommand.ts b/clients/client-elastic-transcoder/src/commands/DeletePresetCommand.ts index ae38afc56195..21cd79a52b7c 100644 --- a/clients/client-elastic-transcoder/src/commands/DeletePresetCommand.ts +++ b/clients/client-elastic-transcoder/src/commands/DeletePresetCommand.ts @@ -90,9 +90,6 @@ export class DeletePresetCommand extends $Command< DeletePresetCommandOutput, ElasticTranscoderClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -106,9 +103,7 @@ export class DeletePresetCommand extends $Command< * @public */ constructor(readonly input: DeletePresetCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -159,7 +154,4 @@ export class DeletePresetCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeletePresetCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-elastic-transcoder/src/commands/ListJobsByPipelineCommand.ts b/clients/client-elastic-transcoder/src/commands/ListJobsByPipelineCommand.ts index bd0a1a48044a..bb2b08dfb505 100644 --- a/clients/client-elastic-transcoder/src/commands/ListJobsByPipelineCommand.ts +++ b/clients/client-elastic-transcoder/src/commands/ListJobsByPipelineCommand.ts @@ -343,9 +343,6 @@ export class ListJobsByPipelineCommand extends $Command< ListJobsByPipelineCommandOutput, ElasticTranscoderClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -359,9 +356,7 @@ export class ListJobsByPipelineCommand extends $Command< * @public */ constructor(readonly input: ListJobsByPipelineCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -414,7 +409,4 @@ export class ListJobsByPipelineCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListJobsByPipelineCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-elastic-transcoder/src/commands/ListJobsByStatusCommand.ts b/clients/client-elastic-transcoder/src/commands/ListJobsByStatusCommand.ts index 5d595f6cef50..885f51875ed3 100644 --- a/clients/client-elastic-transcoder/src/commands/ListJobsByStatusCommand.ts +++ b/clients/client-elastic-transcoder/src/commands/ListJobsByStatusCommand.ts @@ -342,9 +342,6 @@ export class ListJobsByStatusCommand extends $Command< ListJobsByStatusCommandOutput, ElasticTranscoderClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -358,9 +355,7 @@ export class ListJobsByStatusCommand extends $Command< * @public */ constructor(readonly input: ListJobsByStatusCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -413,7 +408,4 @@ export class ListJobsByStatusCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListJobsByStatusCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-elastic-transcoder/src/commands/ListPipelinesCommand.ts b/clients/client-elastic-transcoder/src/commands/ListPipelinesCommand.ts index acd240ba3035..58979231e273 100644 --- a/clients/client-elastic-transcoder/src/commands/ListPipelinesCommand.ts +++ b/clients/client-elastic-transcoder/src/commands/ListPipelinesCommand.ts @@ -130,9 +130,6 @@ export class ListPipelinesCommand extends $Command< ListPipelinesCommandOutput, ElasticTranscoderClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -146,9 +143,7 @@ export class ListPipelinesCommand extends $Command< * @public */ constructor(readonly input: ListPipelinesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -199,7 +194,4 @@ export class ListPipelinesCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListPipelinesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-elastic-transcoder/src/commands/ListPresetsCommand.ts b/clients/client-elastic-transcoder/src/commands/ListPresetsCommand.ts index a0aa36a11b19..28d4880082c6 100644 --- a/clients/client-elastic-transcoder/src/commands/ListPresetsCommand.ts +++ b/clients/client-elastic-transcoder/src/commands/ListPresetsCommand.ts @@ -152,9 +152,6 @@ export class ListPresetsCommand extends $Command< ListPresetsCommandOutput, ElasticTranscoderClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -168,9 +165,7 @@ export class ListPresetsCommand extends $Command< * @public */ constructor(readonly input: ListPresetsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -221,7 +216,4 @@ export class ListPresetsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListPresetsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-elastic-transcoder/src/commands/ReadJobCommand.ts b/clients/client-elastic-transcoder/src/commands/ReadJobCommand.ts index 064defe9db3c..b13ce5b414da 100644 --- a/clients/client-elastic-transcoder/src/commands/ReadJobCommand.ts +++ b/clients/client-elastic-transcoder/src/commands/ReadJobCommand.ts @@ -336,9 +336,6 @@ export class ReadJobCommand extends $Command< ReadJobCommandOutput, ElasticTranscoderClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -352,9 +349,7 @@ export class ReadJobCommand extends $Command< * @public */ constructor(readonly input: ReadJobCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -405,7 +400,4 @@ export class ReadJobCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ReadJobCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-elastic-transcoder/src/commands/ReadPipelineCommand.ts b/clients/client-elastic-transcoder/src/commands/ReadPipelineCommand.ts index f5558ca1ce1c..0aa20254af1a 100644 --- a/clients/client-elastic-transcoder/src/commands/ReadPipelineCommand.ts +++ b/clients/client-elastic-transcoder/src/commands/ReadPipelineCommand.ts @@ -136,9 +136,6 @@ export class ReadPipelineCommand extends $Command< ReadPipelineCommandOutput, ElasticTranscoderClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -152,9 +149,7 @@ export class ReadPipelineCommand extends $Command< * @public */ constructor(readonly input: ReadPipelineCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -205,7 +200,4 @@ export class ReadPipelineCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ReadPipelineCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-elastic-transcoder/src/commands/ReadPresetCommand.ts b/clients/client-elastic-transcoder/src/commands/ReadPresetCommand.ts index b2afb383deb3..d980286a7e91 100644 --- a/clients/client-elastic-transcoder/src/commands/ReadPresetCommand.ts +++ b/clients/client-elastic-transcoder/src/commands/ReadPresetCommand.ts @@ -151,9 +151,6 @@ export class ReadPresetCommand extends $Command< ReadPresetCommandOutput, ElasticTranscoderClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -167,9 +164,7 @@ export class ReadPresetCommand extends $Command< * @public */ constructor(readonly input: ReadPresetCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -220,7 +215,4 @@ export class ReadPresetCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ReadPresetCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-elastic-transcoder/src/commands/TestRoleCommand.ts b/clients/client-elastic-transcoder/src/commands/TestRoleCommand.ts index 0536974197b2..699f5857d5eb 100644 --- a/clients/client-elastic-transcoder/src/commands/TestRoleCommand.ts +++ b/clients/client-elastic-transcoder/src/commands/TestRoleCommand.ts @@ -104,9 +104,6 @@ export class TestRoleCommand extends $Command< TestRoleCommandOutput, ElasticTranscoderClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -120,9 +117,7 @@ export class TestRoleCommand extends $Command< * @public */ constructor(readonly input: TestRoleCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -173,7 +168,4 @@ export class TestRoleCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_TestRoleCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-elastic-transcoder/src/commands/UpdatePipelineCommand.ts b/clients/client-elastic-transcoder/src/commands/UpdatePipelineCommand.ts index f436edeb0bd0..6c4a81fdc666 100644 --- a/clients/client-elastic-transcoder/src/commands/UpdatePipelineCommand.ts +++ b/clients/client-elastic-transcoder/src/commands/UpdatePipelineCommand.ts @@ -181,9 +181,6 @@ export class UpdatePipelineCommand extends $Command< UpdatePipelineCommandOutput, ElasticTranscoderClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -197,9 +194,7 @@ export class UpdatePipelineCommand extends $Command< * @public */ constructor(readonly input: UpdatePipelineCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -252,7 +247,4 @@ export class UpdatePipelineCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdatePipelineCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-elastic-transcoder/src/commands/UpdatePipelineNotificationsCommand.ts b/clients/client-elastic-transcoder/src/commands/UpdatePipelineNotificationsCommand.ts index c1a1b4ebc027..9d193fd0409f 100644 --- a/clients/client-elastic-transcoder/src/commands/UpdatePipelineNotificationsCommand.ts +++ b/clients/client-elastic-transcoder/src/commands/UpdatePipelineNotificationsCommand.ts @@ -146,9 +146,6 @@ export class UpdatePipelineNotificationsCommand extends $Command< UpdatePipelineNotificationsCommandOutput, ElasticTranscoderClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -162,9 +159,7 @@ export class UpdatePipelineNotificationsCommand extends $Command< * @public */ constructor(readonly input: UpdatePipelineNotificationsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -220,7 +215,4 @@ export class UpdatePipelineNotificationsCommand extends $Command< ): Promise { return de_UpdatePipelineNotificationsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-elastic-transcoder/src/commands/UpdatePipelineStatusCommand.ts b/clients/client-elastic-transcoder/src/commands/UpdatePipelineStatusCommand.ts index b8670cf051d9..47d2cafafa75 100644 --- a/clients/client-elastic-transcoder/src/commands/UpdatePipelineStatusCommand.ts +++ b/clients/client-elastic-transcoder/src/commands/UpdatePipelineStatusCommand.ts @@ -140,9 +140,6 @@ export class UpdatePipelineStatusCommand extends $Command< UpdatePipelineStatusCommandOutput, ElasticTranscoderClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -156,9 +153,7 @@ export class UpdatePipelineStatusCommand extends $Command< * @public */ constructor(readonly input: UpdatePipelineStatusCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -211,7 +206,4 @@ export class UpdatePipelineStatusCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdatePipelineStatusCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-elasticache/package.json b/clients/client-elasticache/package.json index 1eaeb2de3371..aaf5ac8a92f8 100644 --- a/clients/client-elasticache/package.json +++ b/clients/client-elasticache/package.json @@ -34,30 +34,30 @@ "@aws-sdk/util-endpoints": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@smithy/config-resolver": "^2.0.16", - "@smithy/fetch-http-handler": "^2.2.4", - "@smithy/hash-node": "^2.0.12", - "@smithy/invalid-dependency": "^2.0.12", - "@smithy/middleware-content-length": "^2.0.14", - "@smithy/middleware-endpoint": "^2.1.3", - "@smithy/middleware-retry": "^2.0.18", - "@smithy/middleware-serde": "^2.0.12", - "@smithy/middleware-stack": "^2.0.6", - "@smithy/node-config-provider": "^2.1.3", - "@smithy/node-http-handler": "^2.1.8", - "@smithy/protocol-http": "^3.0.8", - "@smithy/smithy-client": "^2.1.12", - "@smithy/types": "^2.4.0", - "@smithy/url-parser": "^2.0.12", - "@smithy/util-base64": "^2.0.0", + "@smithy/config-resolver": "^2.0.18", + "@smithy/fetch-http-handler": "^2.2.6", + "@smithy/hash-node": "^2.0.15", + "@smithy/invalid-dependency": "^2.0.13", + "@smithy/middleware-content-length": "^2.0.15", + "@smithy/middleware-endpoint": "^2.2.0", + "@smithy/middleware-retry": "^2.0.20", + "@smithy/middleware-serde": "^2.0.13", + "@smithy/middleware-stack": "^2.0.7", + "@smithy/node-config-provider": "^2.1.5", + "@smithy/node-http-handler": "^2.1.9", + "@smithy/protocol-http": "^3.0.9", + "@smithy/smithy-client": "^2.1.15", + "@smithy/types": "^2.5.0", + "@smithy/url-parser": "^2.0.13", + "@smithy/util-base64": "^2.0.1", "@smithy/util-body-length-browser": "^2.0.0", "@smithy/util-body-length-node": "^2.1.0", - "@smithy/util-defaults-mode-browser": "^2.0.16", - "@smithy/util-defaults-mode-node": "^2.0.21", - "@smithy/util-endpoints": "^1.0.2", - "@smithy/util-retry": "^2.0.5", - "@smithy/util-utf8": "^2.0.0", - "@smithy/util-waiter": "^2.0.12", + "@smithy/util-defaults-mode-browser": "^2.0.19", + "@smithy/util-defaults-mode-node": "^2.0.25", + "@smithy/util-endpoints": "^1.0.4", + "@smithy/util-retry": "^2.0.6", + "@smithy/util-utf8": "^2.0.2", + "@smithy/util-waiter": "^2.0.13", "fast-xml-parser": "4.2.5", "tslib": "^2.5.0" }, diff --git a/clients/client-elasticache/src/commands/AddTagsToResourceCommand.ts b/clients/client-elasticache/src/commands/AddTagsToResourceCommand.ts index 37408ae2e785..5d8730966b17 100644 --- a/clients/client-elasticache/src/commands/AddTagsToResourceCommand.ts +++ b/clients/client-elasticache/src/commands/AddTagsToResourceCommand.ts @@ -169,9 +169,6 @@ export class AddTagsToResourceCommand extends $Command< AddTagsToResourceCommandOutput, ElastiCacheClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -185,9 +182,7 @@ export class AddTagsToResourceCommand extends $Command< * @public */ constructor(readonly input: AddTagsToResourceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -240,7 +235,4 @@ export class AddTagsToResourceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_AddTagsToResourceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-elasticache/src/commands/AuthorizeCacheSecurityGroupIngressCommand.ts b/clients/client-elasticache/src/commands/AuthorizeCacheSecurityGroupIngressCommand.ts index db7c2234b425..4b17104dc4b7 100644 --- a/clients/client-elasticache/src/commands/AuthorizeCacheSecurityGroupIngressCommand.ts +++ b/clients/client-elasticache/src/commands/AuthorizeCacheSecurityGroupIngressCommand.ts @@ -128,9 +128,6 @@ export class AuthorizeCacheSecurityGroupIngressCommand extends $Command< AuthorizeCacheSecurityGroupIngressCommandOutput, ElastiCacheClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -144,9 +141,7 @@ export class AuthorizeCacheSecurityGroupIngressCommand extends $Command< * @public */ constructor(readonly input: AuthorizeCacheSecurityGroupIngressCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -205,7 +200,4 @@ export class AuthorizeCacheSecurityGroupIngressCommand extends $Command< ): Promise { return de_AuthorizeCacheSecurityGroupIngressCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-elasticache/src/commands/BatchApplyUpdateActionCommand.ts b/clients/client-elasticache/src/commands/BatchApplyUpdateActionCommand.ts index 8ee4870ad922..56de643cb213 100644 --- a/clients/client-elasticache/src/commands/BatchApplyUpdateActionCommand.ts +++ b/clients/client-elasticache/src/commands/BatchApplyUpdateActionCommand.ts @@ -100,9 +100,6 @@ export class BatchApplyUpdateActionCommand extends $Command< BatchApplyUpdateActionCommandOutput, ElastiCacheClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -116,9 +113,7 @@ export class BatchApplyUpdateActionCommand extends $Command< * @public */ constructor(readonly input: BatchApplyUpdateActionCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -171,7 +166,4 @@ export class BatchApplyUpdateActionCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_BatchApplyUpdateActionCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-elasticache/src/commands/BatchStopUpdateActionCommand.ts b/clients/client-elasticache/src/commands/BatchStopUpdateActionCommand.ts index 0fde109e200f..611ccbd0da68 100644 --- a/clients/client-elasticache/src/commands/BatchStopUpdateActionCommand.ts +++ b/clients/client-elasticache/src/commands/BatchStopUpdateActionCommand.ts @@ -100,9 +100,6 @@ export class BatchStopUpdateActionCommand extends $Command< BatchStopUpdateActionCommandOutput, ElastiCacheClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -116,9 +113,7 @@ export class BatchStopUpdateActionCommand extends $Command< * @public */ constructor(readonly input: BatchStopUpdateActionCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -171,7 +166,4 @@ export class BatchStopUpdateActionCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_BatchStopUpdateActionCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-elasticache/src/commands/CompleteMigrationCommand.ts b/clients/client-elasticache/src/commands/CompleteMigrationCommand.ts index ba0e82a99ff9..87bbd2ee7ee2 100644 --- a/clients/client-elasticache/src/commands/CompleteMigrationCommand.ts +++ b/clients/client-elasticache/src/commands/CompleteMigrationCommand.ts @@ -199,9 +199,6 @@ export class CompleteMigrationCommand extends $Command< CompleteMigrationCommandOutput, ElastiCacheClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -215,9 +212,7 @@ export class CompleteMigrationCommand extends $Command< * @public */ constructor(readonly input: CompleteMigrationCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -270,7 +265,4 @@ export class CompleteMigrationCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CompleteMigrationCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-elasticache/src/commands/CopySnapshotCommand.ts b/clients/client-elasticache/src/commands/CopySnapshotCommand.ts index 3456f79da1fd..a4bb9285b3d7 100644 --- a/clients/client-elasticache/src/commands/CopySnapshotCommand.ts +++ b/clients/client-elasticache/src/commands/CopySnapshotCommand.ts @@ -290,9 +290,6 @@ export class CopySnapshotCommand extends $Command< CopySnapshotCommandOutput, ElastiCacheClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -306,9 +303,7 @@ export class CopySnapshotCommand extends $Command< * @public */ constructor(readonly input: CopySnapshotCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -359,7 +354,4 @@ export class CopySnapshotCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CopySnapshotCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-elasticache/src/commands/CreateCacheClusterCommand.ts b/clients/client-elasticache/src/commands/CreateCacheClusterCommand.ts index 742fdbaeed51..bcaf5ec32efa 100644 --- a/clients/client-elasticache/src/commands/CreateCacheClusterCommand.ts +++ b/clients/client-elasticache/src/commands/CreateCacheClusterCommand.ts @@ -335,9 +335,6 @@ export class CreateCacheClusterCommand extends $Command< CreateCacheClusterCommandOutput, ElastiCacheClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -351,9 +348,7 @@ export class CreateCacheClusterCommand extends $Command< * @public */ constructor(readonly input: CreateCacheClusterCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -406,7 +401,4 @@ export class CreateCacheClusterCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateCacheClusterCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-elasticache/src/commands/CreateCacheParameterGroupCommand.ts b/clients/client-elasticache/src/commands/CreateCacheParameterGroupCommand.ts index 7ec52f10281f..11ba0adc2bf3 100644 --- a/clients/client-elasticache/src/commands/CreateCacheParameterGroupCommand.ts +++ b/clients/client-elasticache/src/commands/CreateCacheParameterGroupCommand.ts @@ -145,9 +145,6 @@ export class CreateCacheParameterGroupCommand extends $Command< CreateCacheParameterGroupCommandOutput, ElastiCacheClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -161,9 +158,7 @@ export class CreateCacheParameterGroupCommand extends $Command< * @public */ constructor(readonly input: CreateCacheParameterGroupCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -219,7 +214,4 @@ export class CreateCacheParameterGroupCommand extends $Command< ): Promise { return de_CreateCacheParameterGroupCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-elasticache/src/commands/CreateCacheSecurityGroupCommand.ts b/clients/client-elasticache/src/commands/CreateCacheSecurityGroupCommand.ts index 7d2244a86e99..5b3ce1c3d569 100644 --- a/clients/client-elasticache/src/commands/CreateCacheSecurityGroupCommand.ts +++ b/clients/client-elasticache/src/commands/CreateCacheSecurityGroupCommand.ts @@ -123,9 +123,6 @@ export class CreateCacheSecurityGroupCommand extends $Command< CreateCacheSecurityGroupCommandOutput, ElastiCacheClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -139,9 +136,7 @@ export class CreateCacheSecurityGroupCommand extends $Command< * @public */ constructor(readonly input: CreateCacheSecurityGroupCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -194,7 +189,4 @@ export class CreateCacheSecurityGroupCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateCacheSecurityGroupCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-elasticache/src/commands/CreateCacheSubnetGroupCommand.ts b/clients/client-elasticache/src/commands/CreateCacheSubnetGroupCommand.ts index 965ed3bf668f..ed71e7edcbc6 100644 --- a/clients/client-elasticache/src/commands/CreateCacheSubnetGroupCommand.ts +++ b/clients/client-elasticache/src/commands/CreateCacheSubnetGroupCommand.ts @@ -176,9 +176,6 @@ export class CreateCacheSubnetGroupCommand extends $Command< CreateCacheSubnetGroupCommandOutput, ElastiCacheClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -192,9 +189,7 @@ export class CreateCacheSubnetGroupCommand extends $Command< * @public */ constructor(readonly input: CreateCacheSubnetGroupCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -247,7 +242,4 @@ export class CreateCacheSubnetGroupCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateCacheSubnetGroupCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-elasticache/src/commands/CreateGlobalReplicationGroupCommand.ts b/clients/client-elasticache/src/commands/CreateGlobalReplicationGroupCommand.ts index 0e6c3ec61bf3..5a5a2761988d 100644 --- a/clients/client-elasticache/src/commands/CreateGlobalReplicationGroupCommand.ts +++ b/clients/client-elasticache/src/commands/CreateGlobalReplicationGroupCommand.ts @@ -131,9 +131,6 @@ export class CreateGlobalReplicationGroupCommand extends $Command< CreateGlobalReplicationGroupCommandOutput, ElastiCacheClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -147,9 +144,7 @@ export class CreateGlobalReplicationGroupCommand extends $Command< * @public */ constructor(readonly input: CreateGlobalReplicationGroupCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -205,7 +200,4 @@ export class CreateGlobalReplicationGroupCommand extends $Command< ): Promise { return de_CreateGlobalReplicationGroupCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-elasticache/src/commands/CreateReplicationGroupCommand.ts b/clients/client-elasticache/src/commands/CreateReplicationGroupCommand.ts index adf50e5825ef..6083d20332ca 100644 --- a/clients/client-elasticache/src/commands/CreateReplicationGroupCommand.ts +++ b/clients/client-elasticache/src/commands/CreateReplicationGroupCommand.ts @@ -460,9 +460,6 @@ export class CreateReplicationGroupCommand extends $Command< CreateReplicationGroupCommandOutput, ElastiCacheClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -476,9 +473,7 @@ export class CreateReplicationGroupCommand extends $Command< * @public */ constructor(readonly input: CreateReplicationGroupCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -531,7 +526,4 @@ export class CreateReplicationGroupCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateReplicationGroupCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-elasticache/src/commands/CreateSnapshotCommand.ts b/clients/client-elasticache/src/commands/CreateSnapshotCommand.ts index b907428befa4..f5f6d34be267 100644 --- a/clients/client-elasticache/src/commands/CreateSnapshotCommand.ts +++ b/clients/client-elasticache/src/commands/CreateSnapshotCommand.ts @@ -267,9 +267,6 @@ export class CreateSnapshotCommand extends $Command< CreateSnapshotCommandOutput, ElastiCacheClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -283,9 +280,7 @@ export class CreateSnapshotCommand extends $Command< * @public */ constructor(readonly input: CreateSnapshotCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -338,7 +333,4 @@ export class CreateSnapshotCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateSnapshotCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-elasticache/src/commands/CreateUserCommand.ts b/clients/client-elasticache/src/commands/CreateUserCommand.ts index fee623c54b47..6759cc845f16 100644 --- a/clients/client-elasticache/src/commands/CreateUserCommand.ts +++ b/clients/client-elasticache/src/commands/CreateUserCommand.ts @@ -126,9 +126,6 @@ export class CreateUserCommand extends $Command< CreateUserCommandOutput, ElastiCacheClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -142,9 +139,7 @@ export class CreateUserCommand extends $Command< * @public */ constructor(readonly input: CreateUserCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -195,7 +190,4 @@ export class CreateUserCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateUserCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-elasticache/src/commands/CreateUserGroupCommand.ts b/clients/client-elasticache/src/commands/CreateUserGroupCommand.ts index b88db82b54af..bf693fa848a5 100644 --- a/clients/client-elasticache/src/commands/CreateUserGroupCommand.ts +++ b/clients/client-elasticache/src/commands/CreateUserGroupCommand.ts @@ -126,9 +126,6 @@ export class CreateUserGroupCommand extends $Command< CreateUserGroupCommandOutput, ElastiCacheClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -142,9 +139,7 @@ export class CreateUserGroupCommand extends $Command< * @public */ constructor(readonly input: CreateUserGroupCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -197,7 +192,4 @@ export class CreateUserGroupCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateUserGroupCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-elasticache/src/commands/DecreaseNodeGroupsInGlobalReplicationGroupCommand.ts b/clients/client-elasticache/src/commands/DecreaseNodeGroupsInGlobalReplicationGroupCommand.ts index 6bec4396ae5c..a9d230640216 100644 --- a/clients/client-elasticache/src/commands/DecreaseNodeGroupsInGlobalReplicationGroupCommand.ts +++ b/clients/client-elasticache/src/commands/DecreaseNodeGroupsInGlobalReplicationGroupCommand.ts @@ -126,9 +126,6 @@ export class DecreaseNodeGroupsInGlobalReplicationGroupCommand extends $Command< DecreaseNodeGroupsInGlobalReplicationGroupCommandOutput, ElastiCacheClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -142,9 +139,7 @@ export class DecreaseNodeGroupsInGlobalReplicationGroupCommand extends $Command< * @public */ constructor(readonly input: DecreaseNodeGroupsInGlobalReplicationGroupCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -209,7 +204,4 @@ export class DecreaseNodeGroupsInGlobalReplicationGroupCommand extends $Command< ): Promise { return de_DecreaseNodeGroupsInGlobalReplicationGroupCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-elasticache/src/commands/DecreaseReplicaCountCommand.ts b/clients/client-elasticache/src/commands/DecreaseReplicaCountCommand.ts index eefa68017b4f..7dff22790a57 100644 --- a/clients/client-elasticache/src/commands/DecreaseReplicaCountCommand.ts +++ b/clients/client-elasticache/src/commands/DecreaseReplicaCountCommand.ts @@ -249,9 +249,6 @@ export class DecreaseReplicaCountCommand extends $Command< DecreaseReplicaCountCommandOutput, ElastiCacheClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -265,9 +262,7 @@ export class DecreaseReplicaCountCommand extends $Command< * @public */ constructor(readonly input: DecreaseReplicaCountCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -320,7 +315,4 @@ export class DecreaseReplicaCountCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DecreaseReplicaCountCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-elasticache/src/commands/DeleteCacheClusterCommand.ts b/clients/client-elasticache/src/commands/DeleteCacheClusterCommand.ts index eb630ab810c8..420e17a1ccf9 100644 --- a/clients/client-elasticache/src/commands/DeleteCacheClusterCommand.ts +++ b/clients/client-elasticache/src/commands/DeleteCacheClusterCommand.ts @@ -282,9 +282,6 @@ export class DeleteCacheClusterCommand extends $Command< DeleteCacheClusterCommandOutput, ElastiCacheClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -298,9 +295,7 @@ export class DeleteCacheClusterCommand extends $Command< * @public */ constructor(readonly input: DeleteCacheClusterCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -353,7 +348,4 @@ export class DeleteCacheClusterCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteCacheClusterCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-elasticache/src/commands/DeleteCacheParameterGroupCommand.ts b/clients/client-elasticache/src/commands/DeleteCacheParameterGroupCommand.ts index 8a30e627387a..c1ed585ec961 100644 --- a/clients/client-elasticache/src/commands/DeleteCacheParameterGroupCommand.ts +++ b/clients/client-elasticache/src/commands/DeleteCacheParameterGroupCommand.ts @@ -95,9 +95,6 @@ export class DeleteCacheParameterGroupCommand extends $Command< DeleteCacheParameterGroupCommandOutput, ElastiCacheClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -111,9 +108,7 @@ export class DeleteCacheParameterGroupCommand extends $Command< * @public */ constructor(readonly input: DeleteCacheParameterGroupCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -169,7 +164,4 @@ export class DeleteCacheParameterGroupCommand extends $Command< ): Promise { return de_DeleteCacheParameterGroupCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-elasticache/src/commands/DeleteCacheSecurityGroupCommand.ts b/clients/client-elasticache/src/commands/DeleteCacheSecurityGroupCommand.ts index 364688ec6993..960b38a3314f 100644 --- a/clients/client-elasticache/src/commands/DeleteCacheSecurityGroupCommand.ts +++ b/clients/client-elasticache/src/commands/DeleteCacheSecurityGroupCommand.ts @@ -96,9 +96,6 @@ export class DeleteCacheSecurityGroupCommand extends $Command< DeleteCacheSecurityGroupCommandOutput, ElastiCacheClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -112,9 +109,7 @@ export class DeleteCacheSecurityGroupCommand extends $Command< * @public */ constructor(readonly input: DeleteCacheSecurityGroupCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -167,7 +162,4 @@ export class DeleteCacheSecurityGroupCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteCacheSecurityGroupCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-elasticache/src/commands/DeleteCacheSubnetGroupCommand.ts b/clients/client-elasticache/src/commands/DeleteCacheSubnetGroupCommand.ts index 202521aef562..20f95316c103 100644 --- a/clients/client-elasticache/src/commands/DeleteCacheSubnetGroupCommand.ts +++ b/clients/client-elasticache/src/commands/DeleteCacheSubnetGroupCommand.ts @@ -90,9 +90,6 @@ export class DeleteCacheSubnetGroupCommand extends $Command< DeleteCacheSubnetGroupCommandOutput, ElastiCacheClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -106,9 +103,7 @@ export class DeleteCacheSubnetGroupCommand extends $Command< * @public */ constructor(readonly input: DeleteCacheSubnetGroupCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -161,7 +156,4 @@ export class DeleteCacheSubnetGroupCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteCacheSubnetGroupCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-elasticache/src/commands/DeleteGlobalReplicationGroupCommand.ts b/clients/client-elasticache/src/commands/DeleteGlobalReplicationGroupCommand.ts index daf539800bbb..4fbe7457c8e6 100644 --- a/clients/client-elasticache/src/commands/DeleteGlobalReplicationGroupCommand.ts +++ b/clients/client-elasticache/src/commands/DeleteGlobalReplicationGroupCommand.ts @@ -129,9 +129,6 @@ export class DeleteGlobalReplicationGroupCommand extends $Command< DeleteGlobalReplicationGroupCommandOutput, ElastiCacheClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -145,9 +142,7 @@ export class DeleteGlobalReplicationGroupCommand extends $Command< * @public */ constructor(readonly input: DeleteGlobalReplicationGroupCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -203,7 +198,4 @@ export class DeleteGlobalReplicationGroupCommand extends $Command< ): Promise { return de_DeleteGlobalReplicationGroupCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-elasticache/src/commands/DeleteReplicationGroupCommand.ts b/clients/client-elasticache/src/commands/DeleteReplicationGroupCommand.ts index 973f15f1495e..7f457f721162 100644 --- a/clients/client-elasticache/src/commands/DeleteReplicationGroupCommand.ts +++ b/clients/client-elasticache/src/commands/DeleteReplicationGroupCommand.ts @@ -257,9 +257,6 @@ export class DeleteReplicationGroupCommand extends $Command< DeleteReplicationGroupCommandOutput, ElastiCacheClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -273,9 +270,7 @@ export class DeleteReplicationGroupCommand extends $Command< * @public */ constructor(readonly input: DeleteReplicationGroupCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -328,7 +323,4 @@ export class DeleteReplicationGroupCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteReplicationGroupCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-elasticache/src/commands/DeleteSnapshotCommand.ts b/clients/client-elasticache/src/commands/DeleteSnapshotCommand.ts index e4702586176e..584b9e041b90 100644 --- a/clients/client-elasticache/src/commands/DeleteSnapshotCommand.ts +++ b/clients/client-elasticache/src/commands/DeleteSnapshotCommand.ts @@ -182,9 +182,6 @@ export class DeleteSnapshotCommand extends $Command< DeleteSnapshotCommandOutput, ElastiCacheClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -198,9 +195,7 @@ export class DeleteSnapshotCommand extends $Command< * @public */ constructor(readonly input: DeleteSnapshotCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -253,7 +248,4 @@ export class DeleteSnapshotCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteSnapshotCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-elasticache/src/commands/DeleteUserCommand.ts b/clients/client-elasticache/src/commands/DeleteUserCommand.ts index cd076ed59227..34378d9305f9 100644 --- a/clients/client-elasticache/src/commands/DeleteUserCommand.ts +++ b/clients/client-elasticache/src/commands/DeleteUserCommand.ts @@ -100,9 +100,6 @@ export class DeleteUserCommand extends $Command< DeleteUserCommandOutput, ElastiCacheClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -116,9 +113,7 @@ export class DeleteUserCommand extends $Command< * @public */ constructor(readonly input: DeleteUserCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -169,7 +164,4 @@ export class DeleteUserCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteUserCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-elasticache/src/commands/DeleteUserGroupCommand.ts b/clients/client-elasticache/src/commands/DeleteUserGroupCommand.ts index 734f2ff9674d..5bdfa1bb4f02 100644 --- a/clients/client-elasticache/src/commands/DeleteUserGroupCommand.ts +++ b/clients/client-elasticache/src/commands/DeleteUserGroupCommand.ts @@ -102,9 +102,6 @@ export class DeleteUserGroupCommand extends $Command< DeleteUserGroupCommandOutput, ElastiCacheClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -118,9 +115,7 @@ export class DeleteUserGroupCommand extends $Command< * @public */ constructor(readonly input: DeleteUserGroupCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -173,7 +168,4 @@ export class DeleteUserGroupCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteUserGroupCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-elasticache/src/commands/DescribeCacheClustersCommand.ts b/clients/client-elasticache/src/commands/DescribeCacheClustersCommand.ts index 6e9d364825aa..6240aa63bdd3 100644 --- a/clients/client-elasticache/src/commands/DescribeCacheClustersCommand.ts +++ b/clients/client-elasticache/src/commands/DescribeCacheClustersCommand.ts @@ -254,9 +254,6 @@ export class DescribeCacheClustersCommand extends $Command< DescribeCacheClustersCommandOutput, ElastiCacheClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -270,9 +267,7 @@ export class DescribeCacheClustersCommand extends $Command< * @public */ constructor(readonly input: DescribeCacheClustersCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -325,7 +320,4 @@ export class DescribeCacheClustersCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DescribeCacheClustersCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-elasticache/src/commands/DescribeCacheEngineVersionsCommand.ts b/clients/client-elasticache/src/commands/DescribeCacheEngineVersionsCommand.ts index 33e652edc125..99f126bdccc1 100644 --- a/clients/client-elasticache/src/commands/DescribeCacheEngineVersionsCommand.ts +++ b/clients/client-elasticache/src/commands/DescribeCacheEngineVersionsCommand.ts @@ -183,9 +183,6 @@ export class DescribeCacheEngineVersionsCommand extends $Command< DescribeCacheEngineVersionsCommandOutput, ElastiCacheClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -199,9 +196,7 @@ export class DescribeCacheEngineVersionsCommand extends $Command< * @public */ constructor(readonly input: DescribeCacheEngineVersionsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -257,7 +252,4 @@ export class DescribeCacheEngineVersionsCommand extends $Command< ): Promise { return de_DescribeCacheEngineVersionsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-elasticache/src/commands/DescribeCacheParameterGroupsCommand.ts b/clients/client-elasticache/src/commands/DescribeCacheParameterGroupsCommand.ts index b242933eec41..bfb0cc302ec2 100644 --- a/clients/client-elasticache/src/commands/DescribeCacheParameterGroupsCommand.ts +++ b/clients/client-elasticache/src/commands/DescribeCacheParameterGroupsCommand.ts @@ -114,9 +114,6 @@ export class DescribeCacheParameterGroupsCommand extends $Command< DescribeCacheParameterGroupsCommandOutput, ElastiCacheClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -130,9 +127,7 @@ export class DescribeCacheParameterGroupsCommand extends $Command< * @public */ constructor(readonly input: DescribeCacheParameterGroupsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -188,7 +183,4 @@ export class DescribeCacheParameterGroupsCommand extends $Command< ): Promise { return de_DescribeCacheParameterGroupsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-elasticache/src/commands/DescribeCacheParametersCommand.ts b/clients/client-elasticache/src/commands/DescribeCacheParametersCommand.ts index 186e75dbcf03..f185330a2321 100644 --- a/clients/client-elasticache/src/commands/DescribeCacheParametersCommand.ts +++ b/clients/client-elasticache/src/commands/DescribeCacheParametersCommand.ts @@ -517,9 +517,6 @@ export class DescribeCacheParametersCommand extends $Command< DescribeCacheParametersCommandOutput, ElastiCacheClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -533,9 +530,7 @@ export class DescribeCacheParametersCommand extends $Command< * @public */ constructor(readonly input: DescribeCacheParametersCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -588,7 +583,4 @@ export class DescribeCacheParametersCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DescribeCacheParametersCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-elasticache/src/commands/DescribeCacheSecurityGroupsCommand.ts b/clients/client-elasticache/src/commands/DescribeCacheSecurityGroupsCommand.ts index a97ac96b1094..e95dab2d5ac6 100644 --- a/clients/client-elasticache/src/commands/DescribeCacheSecurityGroupsCommand.ts +++ b/clients/client-elasticache/src/commands/DescribeCacheSecurityGroupsCommand.ts @@ -110,9 +110,6 @@ export class DescribeCacheSecurityGroupsCommand extends $Command< DescribeCacheSecurityGroupsCommandOutput, ElastiCacheClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -126,9 +123,7 @@ export class DescribeCacheSecurityGroupsCommand extends $Command< * @public */ constructor(readonly input: DescribeCacheSecurityGroupsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -184,7 +179,4 @@ export class DescribeCacheSecurityGroupsCommand extends $Command< ): Promise { return de_DescribeCacheSecurityGroupsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-elasticache/src/commands/DescribeCacheSubnetGroupsCommand.ts b/clients/client-elasticache/src/commands/DescribeCacheSubnetGroupsCommand.ts index 859d7e6a604e..84f48a1deaf3 100644 --- a/clients/client-elasticache/src/commands/DescribeCacheSubnetGroupsCommand.ts +++ b/clients/client-elasticache/src/commands/DescribeCacheSubnetGroupsCommand.ts @@ -153,9 +153,6 @@ export class DescribeCacheSubnetGroupsCommand extends $Command< DescribeCacheSubnetGroupsCommandOutput, ElastiCacheClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -169,9 +166,7 @@ export class DescribeCacheSubnetGroupsCommand extends $Command< * @public */ constructor(readonly input: DescribeCacheSubnetGroupsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -227,7 +222,4 @@ export class DescribeCacheSubnetGroupsCommand extends $Command< ): Promise { return de_DescribeCacheSubnetGroupsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-elasticache/src/commands/DescribeEngineDefaultParametersCommand.ts b/clients/client-elasticache/src/commands/DescribeEngineDefaultParametersCommand.ts index 63f89c274322..f282877c15f5 100644 --- a/clients/client-elasticache/src/commands/DescribeEngineDefaultParametersCommand.ts +++ b/clients/client-elasticache/src/commands/DescribeEngineDefaultParametersCommand.ts @@ -732,9 +732,6 @@ export class DescribeEngineDefaultParametersCommand extends $Command< DescribeEngineDefaultParametersCommandOutput, ElastiCacheClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -748,9 +745,7 @@ export class DescribeEngineDefaultParametersCommand extends $Command< * @public */ constructor(readonly input: DescribeEngineDefaultParametersCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -809,7 +804,4 @@ export class DescribeEngineDefaultParametersCommand extends $Command< ): Promise { return de_DescribeEngineDefaultParametersCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-elasticache/src/commands/DescribeEventsCommand.ts b/clients/client-elasticache/src/commands/DescribeEventsCommand.ts index 8a6c0a59197e..a6eaf437ef01 100644 --- a/clients/client-elasticache/src/commands/DescribeEventsCommand.ts +++ b/clients/client-elasticache/src/commands/DescribeEventsCommand.ts @@ -143,9 +143,6 @@ export class DescribeEventsCommand extends $Command< DescribeEventsCommandOutput, ElastiCacheClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -159,9 +156,7 @@ export class DescribeEventsCommand extends $Command< * @public */ constructor(readonly input: DescribeEventsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -214,7 +209,4 @@ export class DescribeEventsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DescribeEventsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-elasticache/src/commands/DescribeGlobalReplicationGroupsCommand.ts b/clients/client-elasticache/src/commands/DescribeGlobalReplicationGroupsCommand.ts index 216621d5bf3a..390b886ddb5d 100644 --- a/clients/client-elasticache/src/commands/DescribeGlobalReplicationGroupsCommand.ts +++ b/clients/client-elasticache/src/commands/DescribeGlobalReplicationGroupsCommand.ts @@ -118,9 +118,6 @@ export class DescribeGlobalReplicationGroupsCommand extends $Command< DescribeGlobalReplicationGroupsCommandOutput, ElastiCacheClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -134,9 +131,7 @@ export class DescribeGlobalReplicationGroupsCommand extends $Command< * @public */ constructor(readonly input: DescribeGlobalReplicationGroupsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -195,7 +190,4 @@ export class DescribeGlobalReplicationGroupsCommand extends $Command< ): Promise { return de_DescribeGlobalReplicationGroupsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-elasticache/src/commands/DescribeReplicationGroupsCommand.ts b/clients/client-elasticache/src/commands/DescribeReplicationGroupsCommand.ts index c795df382c7b..adbe24af9872 100644 --- a/clients/client-elasticache/src/commands/DescribeReplicationGroupsCommand.ts +++ b/clients/client-elasticache/src/commands/DescribeReplicationGroupsCommand.ts @@ -271,9 +271,6 @@ export class DescribeReplicationGroupsCommand extends $Command< DescribeReplicationGroupsCommandOutput, ElastiCacheClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -287,9 +284,7 @@ export class DescribeReplicationGroupsCommand extends $Command< * @public */ constructor(readonly input: DescribeReplicationGroupsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -345,7 +340,4 @@ export class DescribeReplicationGroupsCommand extends $Command< ): Promise { return de_DescribeReplicationGroupsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-elasticache/src/commands/DescribeReservedCacheNodesCommand.ts b/clients/client-elasticache/src/commands/DescribeReservedCacheNodesCommand.ts index 62b43c9332e0..f72f837b67f5 100644 --- a/clients/client-elasticache/src/commands/DescribeReservedCacheNodesCommand.ts +++ b/clients/client-elasticache/src/commands/DescribeReservedCacheNodesCommand.ts @@ -120,9 +120,6 @@ export class DescribeReservedCacheNodesCommand extends $Command< DescribeReservedCacheNodesCommandOutput, ElastiCacheClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -136,9 +133,7 @@ export class DescribeReservedCacheNodesCommand extends $Command< * @public */ constructor(readonly input: DescribeReservedCacheNodesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -194,7 +189,4 @@ export class DescribeReservedCacheNodesCommand extends $Command< ): Promise { return de_DescribeReservedCacheNodesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-elasticache/src/commands/DescribeReservedCacheNodesOfferingsCommand.ts b/clients/client-elasticache/src/commands/DescribeReservedCacheNodesOfferingsCommand.ts index be7756403100..700f51ce2e8f 100644 --- a/clients/client-elasticache/src/commands/DescribeReservedCacheNodesOfferingsCommand.ts +++ b/clients/client-elasticache/src/commands/DescribeReservedCacheNodesOfferingsCommand.ts @@ -380,9 +380,6 @@ export class DescribeReservedCacheNodesOfferingsCommand extends $Command< DescribeReservedCacheNodesOfferingsCommandOutput, ElastiCacheClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -396,9 +393,7 @@ export class DescribeReservedCacheNodesOfferingsCommand extends $Command< * @public */ constructor(readonly input: DescribeReservedCacheNodesOfferingsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -457,7 +452,4 @@ export class DescribeReservedCacheNodesOfferingsCommand extends $Command< ): Promise { return de_DescribeReservedCacheNodesOfferingsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-elasticache/src/commands/DescribeServiceUpdatesCommand.ts b/clients/client-elasticache/src/commands/DescribeServiceUpdatesCommand.ts index 246eea0e6e62..6329e8cc3b76 100644 --- a/clients/client-elasticache/src/commands/DescribeServiceUpdatesCommand.ts +++ b/clients/client-elasticache/src/commands/DescribeServiceUpdatesCommand.ts @@ -100,9 +100,6 @@ export class DescribeServiceUpdatesCommand extends $Command< DescribeServiceUpdatesCommandOutput, ElastiCacheClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -116,9 +113,7 @@ export class DescribeServiceUpdatesCommand extends $Command< * @public */ constructor(readonly input: DescribeServiceUpdatesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -171,7 +166,4 @@ export class DescribeServiceUpdatesCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DescribeServiceUpdatesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-elasticache/src/commands/DescribeSnapshotsCommand.ts b/clients/client-elasticache/src/commands/DescribeSnapshotsCommand.ts index 6d93abd51666..081d99c7f00b 100644 --- a/clients/client-elasticache/src/commands/DescribeSnapshotsCommand.ts +++ b/clients/client-elasticache/src/commands/DescribeSnapshotsCommand.ts @@ -194,9 +194,6 @@ export class DescribeSnapshotsCommand extends $Command< DescribeSnapshotsCommandOutput, ElastiCacheClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -210,9 +207,7 @@ export class DescribeSnapshotsCommand extends $Command< * @public */ constructor(readonly input: DescribeSnapshotsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -265,7 +260,4 @@ export class DescribeSnapshotsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DescribeSnapshotsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-elasticache/src/commands/DescribeUpdateActionsCommand.ts b/clients/client-elasticache/src/commands/DescribeUpdateActionsCommand.ts index 9b7af9c9fcfe..f2d85d9ecfcb 100644 --- a/clients/client-elasticache/src/commands/DescribeUpdateActionsCommand.ts +++ b/clients/client-elasticache/src/commands/DescribeUpdateActionsCommand.ts @@ -145,9 +145,6 @@ export class DescribeUpdateActionsCommand extends $Command< DescribeUpdateActionsCommandOutput, ElastiCacheClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -161,9 +158,7 @@ export class DescribeUpdateActionsCommand extends $Command< * @public */ constructor(readonly input: DescribeUpdateActionsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -216,7 +211,4 @@ export class DescribeUpdateActionsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DescribeUpdateActionsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-elasticache/src/commands/DescribeUserGroupsCommand.ts b/clients/client-elasticache/src/commands/DescribeUserGroupsCommand.ts index ee5470318d83..022f29867e23 100644 --- a/clients/client-elasticache/src/commands/DescribeUserGroupsCommand.ts +++ b/clients/client-elasticache/src/commands/DescribeUserGroupsCommand.ts @@ -104,9 +104,6 @@ export class DescribeUserGroupsCommand extends $Command< DescribeUserGroupsCommandOutput, ElastiCacheClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -120,9 +117,7 @@ export class DescribeUserGroupsCommand extends $Command< * @public */ constructor(readonly input: DescribeUserGroupsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -175,7 +170,4 @@ export class DescribeUserGroupsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DescribeUserGroupsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-elasticache/src/commands/DescribeUsersCommand.ts b/clients/client-elasticache/src/commands/DescribeUsersCommand.ts index cbebdc2b108a..62cedebf6b6e 100644 --- a/clients/client-elasticache/src/commands/DescribeUsersCommand.ts +++ b/clients/client-elasticache/src/commands/DescribeUsersCommand.ts @@ -108,9 +108,6 @@ export class DescribeUsersCommand extends $Command< DescribeUsersCommandOutput, ElastiCacheClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -124,9 +121,7 @@ export class DescribeUsersCommand extends $Command< * @public */ constructor(readonly input: DescribeUsersCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -177,7 +172,4 @@ export class DescribeUsersCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DescribeUsersCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-elasticache/src/commands/DisassociateGlobalReplicationGroupCommand.ts b/clients/client-elasticache/src/commands/DisassociateGlobalReplicationGroupCommand.ts index 9e0487fce9f0..a6b3db8b5d08 100644 --- a/clients/client-elasticache/src/commands/DisassociateGlobalReplicationGroupCommand.ts +++ b/clients/client-elasticache/src/commands/DisassociateGlobalReplicationGroupCommand.ts @@ -121,9 +121,6 @@ export class DisassociateGlobalReplicationGroupCommand extends $Command< DisassociateGlobalReplicationGroupCommandOutput, ElastiCacheClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -137,9 +134,7 @@ export class DisassociateGlobalReplicationGroupCommand extends $Command< * @public */ constructor(readonly input: DisassociateGlobalReplicationGroupCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -198,7 +193,4 @@ export class DisassociateGlobalReplicationGroupCommand extends $Command< ): Promise { return de_DisassociateGlobalReplicationGroupCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-elasticache/src/commands/FailoverGlobalReplicationGroupCommand.ts b/clients/client-elasticache/src/commands/FailoverGlobalReplicationGroupCommand.ts index 491944143637..0c5a79338935 100644 --- a/clients/client-elasticache/src/commands/FailoverGlobalReplicationGroupCommand.ts +++ b/clients/client-elasticache/src/commands/FailoverGlobalReplicationGroupCommand.ts @@ -117,9 +117,6 @@ export class FailoverGlobalReplicationGroupCommand extends $Command< FailoverGlobalReplicationGroupCommandOutput, ElastiCacheClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -133,9 +130,7 @@ export class FailoverGlobalReplicationGroupCommand extends $Command< * @public */ constructor(readonly input: FailoverGlobalReplicationGroupCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -194,7 +189,4 @@ export class FailoverGlobalReplicationGroupCommand extends $Command< ): Promise { return de_FailoverGlobalReplicationGroupCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-elasticache/src/commands/IncreaseNodeGroupsInGlobalReplicationGroupCommand.ts b/clients/client-elasticache/src/commands/IncreaseNodeGroupsInGlobalReplicationGroupCommand.ts index 66aadd7f5ad0..06a69ab60197 100644 --- a/clients/client-elasticache/src/commands/IncreaseNodeGroupsInGlobalReplicationGroupCommand.ts +++ b/clients/client-elasticache/src/commands/IncreaseNodeGroupsInGlobalReplicationGroupCommand.ts @@ -131,9 +131,6 @@ export class IncreaseNodeGroupsInGlobalReplicationGroupCommand extends $Command< IncreaseNodeGroupsInGlobalReplicationGroupCommandOutput, ElastiCacheClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -147,9 +144,7 @@ export class IncreaseNodeGroupsInGlobalReplicationGroupCommand extends $Command< * @public */ constructor(readonly input: IncreaseNodeGroupsInGlobalReplicationGroupCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -214,7 +209,4 @@ export class IncreaseNodeGroupsInGlobalReplicationGroupCommand extends $Command< ): Promise { return de_IncreaseNodeGroupsInGlobalReplicationGroupCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-elasticache/src/commands/IncreaseReplicaCountCommand.ts b/clients/client-elasticache/src/commands/IncreaseReplicaCountCommand.ts index 155354024d8f..5a1dff23eea7 100644 --- a/clients/client-elasticache/src/commands/IncreaseReplicaCountCommand.ts +++ b/clients/client-elasticache/src/commands/IncreaseReplicaCountCommand.ts @@ -246,9 +246,6 @@ export class IncreaseReplicaCountCommand extends $Command< IncreaseReplicaCountCommandOutput, ElastiCacheClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -262,9 +259,7 @@ export class IncreaseReplicaCountCommand extends $Command< * @public */ constructor(readonly input: IncreaseReplicaCountCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -317,7 +312,4 @@ export class IncreaseReplicaCountCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_IncreaseReplicaCountCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-elasticache/src/commands/ListAllowedNodeTypeModificationsCommand.ts b/clients/client-elasticache/src/commands/ListAllowedNodeTypeModificationsCommand.ts index fbcee85eb266..52db56861f0b 100644 --- a/clients/client-elasticache/src/commands/ListAllowedNodeTypeModificationsCommand.ts +++ b/clients/client-elasticache/src/commands/ListAllowedNodeTypeModificationsCommand.ts @@ -123,9 +123,6 @@ export class ListAllowedNodeTypeModificationsCommand extends $Command< ListAllowedNodeTypeModificationsCommandOutput, ElastiCacheClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -139,9 +136,7 @@ export class ListAllowedNodeTypeModificationsCommand extends $Command< * @public */ constructor(readonly input: ListAllowedNodeTypeModificationsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -200,7 +195,4 @@ export class ListAllowedNodeTypeModificationsCommand extends $Command< ): Promise { return de_ListAllowedNodeTypeModificationsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-elasticache/src/commands/ListTagsForResourceCommand.ts b/clients/client-elasticache/src/commands/ListTagsForResourceCommand.ts index ba1ee69b9f65..ee27dbf61d62 100644 --- a/clients/client-elasticache/src/commands/ListTagsForResourceCommand.ts +++ b/clients/client-elasticache/src/commands/ListTagsForResourceCommand.ts @@ -144,9 +144,6 @@ export class ListTagsForResourceCommand extends $Command< ListTagsForResourceCommandOutput, ElastiCacheClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -160,9 +157,7 @@ export class ListTagsForResourceCommand extends $Command< * @public */ constructor(readonly input: ListTagsForResourceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -215,7 +210,4 @@ export class ListTagsForResourceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListTagsForResourceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-elasticache/src/commands/ModifyCacheClusterCommand.ts b/clients/client-elasticache/src/commands/ModifyCacheClusterCommand.ts index 21aa01e97210..fb69548ee1e6 100644 --- a/clients/client-elasticache/src/commands/ModifyCacheClusterCommand.ts +++ b/clients/client-elasticache/src/commands/ModifyCacheClusterCommand.ts @@ -303,9 +303,6 @@ export class ModifyCacheClusterCommand extends $Command< ModifyCacheClusterCommandOutput, ElastiCacheClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -319,9 +316,7 @@ export class ModifyCacheClusterCommand extends $Command< * @public */ constructor(readonly input: ModifyCacheClusterCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -374,7 +369,4 @@ export class ModifyCacheClusterCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ModifyCacheClusterCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-elasticache/src/commands/ModifyCacheParameterGroupCommand.ts b/clients/client-elasticache/src/commands/ModifyCacheParameterGroupCommand.ts index 0eb8fc0511c8..b7a30f8bb5b1 100644 --- a/clients/client-elasticache/src/commands/ModifyCacheParameterGroupCommand.ts +++ b/clients/client-elasticache/src/commands/ModifyCacheParameterGroupCommand.ts @@ -120,9 +120,6 @@ export class ModifyCacheParameterGroupCommand extends $Command< ModifyCacheParameterGroupCommandOutput, ElastiCacheClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -136,9 +133,7 @@ export class ModifyCacheParameterGroupCommand extends $Command< * @public */ constructor(readonly input: ModifyCacheParameterGroupCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -194,7 +189,4 @@ export class ModifyCacheParameterGroupCommand extends $Command< ): Promise { return de_ModifyCacheParameterGroupCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-elasticache/src/commands/ModifyCacheSubnetGroupCommand.ts b/clients/client-elasticache/src/commands/ModifyCacheSubnetGroupCommand.ts index f4f5bedfba19..eda6e7694c97 100644 --- a/clients/client-elasticache/src/commands/ModifyCacheSubnetGroupCommand.ts +++ b/clients/client-elasticache/src/commands/ModifyCacheSubnetGroupCommand.ts @@ -171,9 +171,6 @@ export class ModifyCacheSubnetGroupCommand extends $Command< ModifyCacheSubnetGroupCommandOutput, ElastiCacheClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -187,9 +184,7 @@ export class ModifyCacheSubnetGroupCommand extends $Command< * @public */ constructor(readonly input: ModifyCacheSubnetGroupCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -242,7 +237,4 @@ export class ModifyCacheSubnetGroupCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ModifyCacheSubnetGroupCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-elasticache/src/commands/ModifyGlobalReplicationGroupCommand.ts b/clients/client-elasticache/src/commands/ModifyGlobalReplicationGroupCommand.ts index bb0c31d2505f..383c17ccfe66 100644 --- a/clients/client-elasticache/src/commands/ModifyGlobalReplicationGroupCommand.ts +++ b/clients/client-elasticache/src/commands/ModifyGlobalReplicationGroupCommand.ts @@ -114,9 +114,6 @@ export class ModifyGlobalReplicationGroupCommand extends $Command< ModifyGlobalReplicationGroupCommandOutput, ElastiCacheClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -130,9 +127,7 @@ export class ModifyGlobalReplicationGroupCommand extends $Command< * @public */ constructor(readonly input: ModifyGlobalReplicationGroupCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -188,7 +183,4 @@ export class ModifyGlobalReplicationGroupCommand extends $Command< ): Promise { return de_ModifyGlobalReplicationGroupCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-elasticache/src/commands/ModifyReplicationGroupCommand.ts b/clients/client-elasticache/src/commands/ModifyReplicationGroupCommand.ts index c65f8ae71549..b666fe0f1f5b 100644 --- a/clients/client-elasticache/src/commands/ModifyReplicationGroupCommand.ts +++ b/clients/client-elasticache/src/commands/ModifyReplicationGroupCommand.ts @@ -382,9 +382,6 @@ export class ModifyReplicationGroupCommand extends $Command< ModifyReplicationGroupCommandOutput, ElastiCacheClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -398,9 +395,7 @@ export class ModifyReplicationGroupCommand extends $Command< * @public */ constructor(readonly input: ModifyReplicationGroupCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -453,7 +448,4 @@ export class ModifyReplicationGroupCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ModifyReplicationGroupCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-elasticache/src/commands/ModifyReplicationGroupShardConfigurationCommand.ts b/clients/client-elasticache/src/commands/ModifyReplicationGroupShardConfigurationCommand.ts index b8ec5e1e6a32..218a14f9f1bb 100644 --- a/clients/client-elasticache/src/commands/ModifyReplicationGroupShardConfigurationCommand.ts +++ b/clients/client-elasticache/src/commands/ModifyReplicationGroupShardConfigurationCommand.ts @@ -248,9 +248,6 @@ export class ModifyReplicationGroupShardConfigurationCommand extends $Command< ModifyReplicationGroupShardConfigurationCommandOutput, ElastiCacheClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -264,9 +261,7 @@ export class ModifyReplicationGroupShardConfigurationCommand extends $Command< * @public */ constructor(readonly input: ModifyReplicationGroupShardConfigurationCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -331,7 +326,4 @@ export class ModifyReplicationGroupShardConfigurationCommand extends $Command< ): Promise { return de_ModifyReplicationGroupShardConfigurationCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-elasticache/src/commands/ModifyUserCommand.ts b/clients/client-elasticache/src/commands/ModifyUserCommand.ts index ae8e357dffa2..7e8d42a1f03d 100644 --- a/clients/client-elasticache/src/commands/ModifyUserCommand.ts +++ b/clients/client-elasticache/src/commands/ModifyUserCommand.ts @@ -110,9 +110,6 @@ export class ModifyUserCommand extends $Command< ModifyUserCommandOutput, ElastiCacheClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -126,9 +123,7 @@ export class ModifyUserCommand extends $Command< * @public */ constructor(readonly input: ModifyUserCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -179,7 +174,4 @@ export class ModifyUserCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ModifyUserCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-elasticache/src/commands/ModifyUserGroupCommand.ts b/clients/client-elasticache/src/commands/ModifyUserGroupCommand.ts index 4967fe879fb2..74ba747c6dc2 100644 --- a/clients/client-elasticache/src/commands/ModifyUserGroupCommand.ts +++ b/clients/client-elasticache/src/commands/ModifyUserGroupCommand.ts @@ -118,9 +118,6 @@ export class ModifyUserGroupCommand extends $Command< ModifyUserGroupCommandOutput, ElastiCacheClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -134,9 +131,7 @@ export class ModifyUserGroupCommand extends $Command< * @public */ constructor(readonly input: ModifyUserGroupCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -189,7 +184,4 @@ export class ModifyUserGroupCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ModifyUserGroupCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-elasticache/src/commands/PurchaseReservedCacheNodesOfferingCommand.ts b/clients/client-elasticache/src/commands/PurchaseReservedCacheNodesOfferingCommand.ts index 9b3490d08558..2e35f6a282bc 100644 --- a/clients/client-elasticache/src/commands/PurchaseReservedCacheNodesOfferingCommand.ts +++ b/clients/client-elasticache/src/commands/PurchaseReservedCacheNodesOfferingCommand.ts @@ -139,9 +139,6 @@ export class PurchaseReservedCacheNodesOfferingCommand extends $Command< PurchaseReservedCacheNodesOfferingCommandOutput, ElastiCacheClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -155,9 +152,7 @@ export class PurchaseReservedCacheNodesOfferingCommand extends $Command< * @public */ constructor(readonly input: PurchaseReservedCacheNodesOfferingCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -216,7 +211,4 @@ export class PurchaseReservedCacheNodesOfferingCommand extends $Command< ): Promise { return de_PurchaseReservedCacheNodesOfferingCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-elasticache/src/commands/RebalanceSlotsInGlobalReplicationGroupCommand.ts b/clients/client-elasticache/src/commands/RebalanceSlotsInGlobalReplicationGroupCommand.ts index 9914ce8bbb3f..88e15bcc8c3f 100644 --- a/clients/client-elasticache/src/commands/RebalanceSlotsInGlobalReplicationGroupCommand.ts +++ b/clients/client-elasticache/src/commands/RebalanceSlotsInGlobalReplicationGroupCommand.ts @@ -117,9 +117,6 @@ export class RebalanceSlotsInGlobalReplicationGroupCommand extends $Command< RebalanceSlotsInGlobalReplicationGroupCommandOutput, ElastiCacheClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -133,9 +130,7 @@ export class RebalanceSlotsInGlobalReplicationGroupCommand extends $Command< * @public */ constructor(readonly input: RebalanceSlotsInGlobalReplicationGroupCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -194,7 +189,4 @@ export class RebalanceSlotsInGlobalReplicationGroupCommand extends $Command< ): Promise { return de_RebalanceSlotsInGlobalReplicationGroupCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-elasticache/src/commands/RebootCacheClusterCommand.ts b/clients/client-elasticache/src/commands/RebootCacheClusterCommand.ts index 880a2a99a35b..26507abef3a9 100644 --- a/clients/client-elasticache/src/commands/RebootCacheClusterCommand.ts +++ b/clients/client-elasticache/src/commands/RebootCacheClusterCommand.ts @@ -245,9 +245,6 @@ export class RebootCacheClusterCommand extends $Command< RebootCacheClusterCommandOutput, ElastiCacheClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -261,9 +258,7 @@ export class RebootCacheClusterCommand extends $Command< * @public */ constructor(readonly input: RebootCacheClusterCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -316,7 +311,4 @@ export class RebootCacheClusterCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_RebootCacheClusterCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-elasticache/src/commands/RemoveTagsFromResourceCommand.ts b/clients/client-elasticache/src/commands/RemoveTagsFromResourceCommand.ts index f48365791b37..690ae576b962 100644 --- a/clients/client-elasticache/src/commands/RemoveTagsFromResourceCommand.ts +++ b/clients/client-elasticache/src/commands/RemoveTagsFromResourceCommand.ts @@ -164,9 +164,6 @@ export class RemoveTagsFromResourceCommand extends $Command< RemoveTagsFromResourceCommandOutput, ElastiCacheClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -180,9 +177,7 @@ export class RemoveTagsFromResourceCommand extends $Command< * @public */ constructor(readonly input: RemoveTagsFromResourceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -235,7 +230,4 @@ export class RemoveTagsFromResourceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_RemoveTagsFromResourceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-elasticache/src/commands/ResetCacheParameterGroupCommand.ts b/clients/client-elasticache/src/commands/ResetCacheParameterGroupCommand.ts index d1038f593074..c0b00fc18f51 100644 --- a/clients/client-elasticache/src/commands/ResetCacheParameterGroupCommand.ts +++ b/clients/client-elasticache/src/commands/ResetCacheParameterGroupCommand.ts @@ -114,9 +114,6 @@ export class ResetCacheParameterGroupCommand extends $Command< ResetCacheParameterGroupCommandOutput, ElastiCacheClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -130,9 +127,7 @@ export class ResetCacheParameterGroupCommand extends $Command< * @public */ constructor(readonly input: ResetCacheParameterGroupCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -185,7 +180,4 @@ export class ResetCacheParameterGroupCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ResetCacheParameterGroupCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-elasticache/src/commands/RevokeCacheSecurityGroupIngressCommand.ts b/clients/client-elasticache/src/commands/RevokeCacheSecurityGroupIngressCommand.ts index f9193cc808ab..07772b4c0b4d 100644 --- a/clients/client-elasticache/src/commands/RevokeCacheSecurityGroupIngressCommand.ts +++ b/clients/client-elasticache/src/commands/RevokeCacheSecurityGroupIngressCommand.ts @@ -120,9 +120,6 @@ export class RevokeCacheSecurityGroupIngressCommand extends $Command< RevokeCacheSecurityGroupIngressCommandOutput, ElastiCacheClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -136,9 +133,7 @@ export class RevokeCacheSecurityGroupIngressCommand extends $Command< * @public */ constructor(readonly input: RevokeCacheSecurityGroupIngressCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -197,7 +192,4 @@ export class RevokeCacheSecurityGroupIngressCommand extends $Command< ): Promise { return de_RevokeCacheSecurityGroupIngressCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-elasticache/src/commands/StartMigrationCommand.ts b/clients/client-elasticache/src/commands/StartMigrationCommand.ts index 8d3dbf8c736e..d9f621b2623f 100644 --- a/clients/client-elasticache/src/commands/StartMigrationCommand.ts +++ b/clients/client-elasticache/src/commands/StartMigrationCommand.ts @@ -207,9 +207,6 @@ export class StartMigrationCommand extends $Command< StartMigrationCommandOutput, ElastiCacheClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -223,9 +220,7 @@ export class StartMigrationCommand extends $Command< * @public */ constructor(readonly input: StartMigrationCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -278,7 +273,4 @@ export class StartMigrationCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_StartMigrationCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-elasticache/src/commands/TestFailoverCommand.ts b/clients/client-elasticache/src/commands/TestFailoverCommand.ts index 371f8e10fea2..8510afd64e08 100644 --- a/clients/client-elasticache/src/commands/TestFailoverCommand.ts +++ b/clients/client-elasticache/src/commands/TestFailoverCommand.ts @@ -296,9 +296,6 @@ export class TestFailoverCommand extends $Command< TestFailoverCommandOutput, ElastiCacheClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -312,9 +309,7 @@ export class TestFailoverCommand extends $Command< * @public */ constructor(readonly input: TestFailoverCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -365,7 +360,4 @@ export class TestFailoverCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_TestFailoverCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-elasticache/src/commands/TestMigrationCommand.ts b/clients/client-elasticache/src/commands/TestMigrationCommand.ts index e162f393c8f9..25915085be89 100644 --- a/clients/client-elasticache/src/commands/TestMigrationCommand.ts +++ b/clients/client-elasticache/src/commands/TestMigrationCommand.ts @@ -207,9 +207,6 @@ export class TestMigrationCommand extends $Command< TestMigrationCommandOutput, ElastiCacheClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -223,9 +220,7 @@ export class TestMigrationCommand extends $Command< * @public */ constructor(readonly input: TestMigrationCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -276,7 +271,4 @@ export class TestMigrationCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_TestMigrationCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-elasticsearch-service/package.json b/clients/client-elasticsearch-service/package.json index cc0ca790d8d2..3a61cf760e44 100644 --- a/clients/client-elasticsearch-service/package.json +++ b/clients/client-elasticsearch-service/package.json @@ -34,29 +34,29 @@ "@aws-sdk/util-endpoints": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@smithy/config-resolver": "^2.0.16", - "@smithy/fetch-http-handler": "^2.2.4", - "@smithy/hash-node": "^2.0.12", - "@smithy/invalid-dependency": "^2.0.12", - "@smithy/middleware-content-length": "^2.0.14", - "@smithy/middleware-endpoint": "^2.1.3", - "@smithy/middleware-retry": "^2.0.18", - "@smithy/middleware-serde": "^2.0.12", - "@smithy/middleware-stack": "^2.0.6", - "@smithy/node-config-provider": "^2.1.3", - "@smithy/node-http-handler": "^2.1.8", - "@smithy/protocol-http": "^3.0.8", - "@smithy/smithy-client": "^2.1.12", - "@smithy/types": "^2.4.0", - "@smithy/url-parser": "^2.0.12", - "@smithy/util-base64": "^2.0.0", + "@smithy/config-resolver": "^2.0.18", + "@smithy/fetch-http-handler": "^2.2.6", + "@smithy/hash-node": "^2.0.15", + "@smithy/invalid-dependency": "^2.0.13", + "@smithy/middleware-content-length": "^2.0.15", + "@smithy/middleware-endpoint": "^2.2.0", + "@smithy/middleware-retry": "^2.0.20", + "@smithy/middleware-serde": "^2.0.13", + "@smithy/middleware-stack": "^2.0.7", + "@smithy/node-config-provider": "^2.1.5", + "@smithy/node-http-handler": "^2.1.9", + "@smithy/protocol-http": "^3.0.9", + "@smithy/smithy-client": "^2.1.15", + "@smithy/types": "^2.5.0", + "@smithy/url-parser": "^2.0.13", + "@smithy/util-base64": "^2.0.1", "@smithy/util-body-length-browser": "^2.0.0", "@smithy/util-body-length-node": "^2.1.0", - "@smithy/util-defaults-mode-browser": "^2.0.16", - "@smithy/util-defaults-mode-node": "^2.0.21", - "@smithy/util-endpoints": "^1.0.2", - "@smithy/util-retry": "^2.0.5", - "@smithy/util-utf8": "^2.0.0", + "@smithy/util-defaults-mode-browser": "^2.0.19", + "@smithy/util-defaults-mode-node": "^2.0.25", + "@smithy/util-endpoints": "^1.0.4", + "@smithy/util-retry": "^2.0.6", + "@smithy/util-utf8": "^2.0.2", "tslib": "^2.5.0" }, "devDependencies": { diff --git a/clients/client-elasticsearch-service/src/commands/AcceptInboundCrossClusterSearchConnectionCommand.ts b/clients/client-elasticsearch-service/src/commands/AcceptInboundCrossClusterSearchConnectionCommand.ts index 6f8e057890d0..29d9956b1cc0 100644 --- a/clients/client-elasticsearch-service/src/commands/AcceptInboundCrossClusterSearchConnectionCommand.ts +++ b/clients/client-elasticsearch-service/src/commands/AcceptInboundCrossClusterSearchConnectionCommand.ts @@ -108,9 +108,6 @@ export class AcceptInboundCrossClusterSearchConnectionCommand extends $Command< AcceptInboundCrossClusterSearchConnectionCommandOutput, ElasticsearchServiceClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -124,9 +121,7 @@ export class AcceptInboundCrossClusterSearchConnectionCommand extends $Command< * @public */ constructor(readonly input: AcceptInboundCrossClusterSearchConnectionCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -191,7 +186,4 @@ export class AcceptInboundCrossClusterSearchConnectionCommand extends $Command< ): Promise { return de_AcceptInboundCrossClusterSearchConnectionCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-elasticsearch-service/src/commands/AddTagsCommand.ts b/clients/client-elasticsearch-service/src/commands/AddTagsCommand.ts index a06b5494aaf2..f93f6baaacb2 100644 --- a/clients/client-elasticsearch-service/src/commands/AddTagsCommand.ts +++ b/clients/client-elasticsearch-service/src/commands/AddTagsCommand.ts @@ -91,9 +91,6 @@ export class AddTagsCommand extends $Command< AddTagsCommandOutput, ElasticsearchServiceClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -107,9 +104,7 @@ export class AddTagsCommand extends $Command< * @public */ constructor(readonly input: AddTagsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -160,7 +155,4 @@ export class AddTagsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_AddTagsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-elasticsearch-service/src/commands/AssociatePackageCommand.ts b/clients/client-elasticsearch-service/src/commands/AssociatePackageCommand.ts index 8e1e0d2de3b6..d168b8e77bdf 100644 --- a/clients/client-elasticsearch-service/src/commands/AssociatePackageCommand.ts +++ b/clients/client-elasticsearch-service/src/commands/AssociatePackageCommand.ts @@ -106,9 +106,6 @@ export class AssociatePackageCommand extends $Command< AssociatePackageCommandOutput, ElasticsearchServiceClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -122,9 +119,7 @@ export class AssociatePackageCommand extends $Command< * @public */ constructor(readonly input: AssociatePackageCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -177,7 +172,4 @@ export class AssociatePackageCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_AssociatePackageCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-elasticsearch-service/src/commands/AuthorizeVpcEndpointAccessCommand.ts b/clients/client-elasticsearch-service/src/commands/AuthorizeVpcEndpointAccessCommand.ts index 5d0c640c4133..5b1d78ddaa82 100644 --- a/clients/client-elasticsearch-service/src/commands/AuthorizeVpcEndpointAccessCommand.ts +++ b/clients/client-elasticsearch-service/src/commands/AuthorizeVpcEndpointAccessCommand.ts @@ -96,9 +96,6 @@ export class AuthorizeVpcEndpointAccessCommand extends $Command< AuthorizeVpcEndpointAccessCommandOutput, ElasticsearchServiceClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -112,9 +109,7 @@ export class AuthorizeVpcEndpointAccessCommand extends $Command< * @public */ constructor(readonly input: AuthorizeVpcEndpointAccessCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -170,7 +165,4 @@ export class AuthorizeVpcEndpointAccessCommand extends $Command< ): Promise { return de_AuthorizeVpcEndpointAccessCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-elasticsearch-service/src/commands/CancelElasticsearchServiceSoftwareUpdateCommand.ts b/clients/client-elasticsearch-service/src/commands/CancelElasticsearchServiceSoftwareUpdateCommand.ts index 2504e1059525..7b3d569c112f 100644 --- a/clients/client-elasticsearch-service/src/commands/CancelElasticsearchServiceSoftwareUpdateCommand.ts +++ b/clients/client-elasticsearch-service/src/commands/CancelElasticsearchServiceSoftwareUpdateCommand.ts @@ -104,9 +104,6 @@ export class CancelElasticsearchServiceSoftwareUpdateCommand extends $Command< CancelElasticsearchServiceSoftwareUpdateCommandOutput, ElasticsearchServiceClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -120,9 +117,7 @@ export class CancelElasticsearchServiceSoftwareUpdateCommand extends $Command< * @public */ constructor(readonly input: CancelElasticsearchServiceSoftwareUpdateCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -187,7 +182,4 @@ export class CancelElasticsearchServiceSoftwareUpdateCommand extends $Command< ): Promise { return de_CancelElasticsearchServiceSoftwareUpdateCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-elasticsearch-service/src/commands/CreateElasticsearchDomainCommand.ts b/clients/client-elasticsearch-service/src/commands/CreateElasticsearchDomainCommand.ts index 4a5cf06856d1..1a8b3da8dc8b 100644 --- a/clients/client-elasticsearch-service/src/commands/CreateElasticsearchDomainCommand.ts +++ b/clients/client-elasticsearch-service/src/commands/CreateElasticsearchDomainCommand.ts @@ -323,9 +323,6 @@ export class CreateElasticsearchDomainCommand extends $Command< CreateElasticsearchDomainCommandOutput, ElasticsearchServiceClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -339,9 +336,7 @@ export class CreateElasticsearchDomainCommand extends $Command< * @public */ constructor(readonly input: CreateElasticsearchDomainCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -397,7 +392,4 @@ export class CreateElasticsearchDomainCommand extends $Command< ): Promise { return de_CreateElasticsearchDomainCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-elasticsearch-service/src/commands/CreateOutboundCrossClusterSearchConnectionCommand.ts b/clients/client-elasticsearch-service/src/commands/CreateOutboundCrossClusterSearchConnectionCommand.ts index 9446a6e4f00a..9aa8f4693ff7 100644 --- a/clients/client-elasticsearch-service/src/commands/CreateOutboundCrossClusterSearchConnectionCommand.ts +++ b/clients/client-elasticsearch-service/src/commands/CreateOutboundCrossClusterSearchConnectionCommand.ts @@ -120,9 +120,6 @@ export class CreateOutboundCrossClusterSearchConnectionCommand extends $Command< CreateOutboundCrossClusterSearchConnectionCommandOutput, ElasticsearchServiceClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -136,9 +133,7 @@ export class CreateOutboundCrossClusterSearchConnectionCommand extends $Command< * @public */ constructor(readonly input: CreateOutboundCrossClusterSearchConnectionCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -203,7 +198,4 @@ export class CreateOutboundCrossClusterSearchConnectionCommand extends $Command< ): Promise { return de_CreateOutboundCrossClusterSearchConnectionCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-elasticsearch-service/src/commands/CreatePackageCommand.ts b/clients/client-elasticsearch-service/src/commands/CreatePackageCommand.ts index f31ab544a225..22337632898c 100644 --- a/clients/client-elasticsearch-service/src/commands/CreatePackageCommand.ts +++ b/clients/client-elasticsearch-service/src/commands/CreatePackageCommand.ts @@ -114,9 +114,6 @@ export class CreatePackageCommand extends $Command< CreatePackageCommandOutput, ElasticsearchServiceClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -130,9 +127,7 @@ export class CreatePackageCommand extends $Command< * @public */ constructor(readonly input: CreatePackageCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -183,7 +178,4 @@ export class CreatePackageCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreatePackageCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-elasticsearch-service/src/commands/CreateVpcEndpointCommand.ts b/clients/client-elasticsearch-service/src/commands/CreateVpcEndpointCommand.ts index 221cd7c78d4e..da5fe278f2ae 100644 --- a/clients/client-elasticsearch-service/src/commands/CreateVpcEndpointCommand.ts +++ b/clients/client-elasticsearch-service/src/commands/CreateVpcEndpointCommand.ts @@ -119,9 +119,6 @@ export class CreateVpcEndpointCommand extends $Command< CreateVpcEndpointCommandOutput, ElasticsearchServiceClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -135,9 +132,7 @@ export class CreateVpcEndpointCommand extends $Command< * @public */ constructor(readonly input: CreateVpcEndpointCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -190,7 +185,4 @@ export class CreateVpcEndpointCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateVpcEndpointCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-elasticsearch-service/src/commands/DeleteElasticsearchDomainCommand.ts b/clients/client-elasticsearch-service/src/commands/DeleteElasticsearchDomainCommand.ts index 626bdc7b20b5..cca6467e992a 100644 --- a/clients/client-elasticsearch-service/src/commands/DeleteElasticsearchDomainCommand.ts +++ b/clients/client-elasticsearch-service/src/commands/DeleteElasticsearchDomainCommand.ts @@ -202,9 +202,6 @@ export class DeleteElasticsearchDomainCommand extends $Command< DeleteElasticsearchDomainCommandOutput, ElasticsearchServiceClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -218,9 +215,7 @@ export class DeleteElasticsearchDomainCommand extends $Command< * @public */ constructor(readonly input: DeleteElasticsearchDomainCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -276,7 +271,4 @@ export class DeleteElasticsearchDomainCommand extends $Command< ): Promise { return de_DeleteElasticsearchDomainCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-elasticsearch-service/src/commands/DeleteElasticsearchServiceRoleCommand.ts b/clients/client-elasticsearch-service/src/commands/DeleteElasticsearchServiceRoleCommand.ts index 5cd69f8a4ee9..b8038cb1976a 100644 --- a/clients/client-elasticsearch-service/src/commands/DeleteElasticsearchServiceRoleCommand.ts +++ b/clients/client-elasticsearch-service/src/commands/DeleteElasticsearchServiceRoleCommand.ts @@ -81,9 +81,6 @@ export class DeleteElasticsearchServiceRoleCommand extends $Command< DeleteElasticsearchServiceRoleCommandOutput, ElasticsearchServiceClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -97,9 +94,7 @@ export class DeleteElasticsearchServiceRoleCommand extends $Command< * @public */ constructor(readonly input: DeleteElasticsearchServiceRoleCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -158,7 +153,4 @@ export class DeleteElasticsearchServiceRoleCommand extends $Command< ): Promise { return de_DeleteElasticsearchServiceRoleCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-elasticsearch-service/src/commands/DeleteInboundCrossClusterSearchConnectionCommand.ts b/clients/client-elasticsearch-service/src/commands/DeleteInboundCrossClusterSearchConnectionCommand.ts index 75175bbbaf9f..ca1571f75fa7 100644 --- a/clients/client-elasticsearch-service/src/commands/DeleteInboundCrossClusterSearchConnectionCommand.ts +++ b/clients/client-elasticsearch-service/src/commands/DeleteInboundCrossClusterSearchConnectionCommand.ts @@ -105,9 +105,6 @@ export class DeleteInboundCrossClusterSearchConnectionCommand extends $Command< DeleteInboundCrossClusterSearchConnectionCommandOutput, ElasticsearchServiceClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -121,9 +118,7 @@ export class DeleteInboundCrossClusterSearchConnectionCommand extends $Command< * @public */ constructor(readonly input: DeleteInboundCrossClusterSearchConnectionCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -188,7 +183,4 @@ export class DeleteInboundCrossClusterSearchConnectionCommand extends $Command< ): Promise { return de_DeleteInboundCrossClusterSearchConnectionCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-elasticsearch-service/src/commands/DeleteOutboundCrossClusterSearchConnectionCommand.ts b/clients/client-elasticsearch-service/src/commands/DeleteOutboundCrossClusterSearchConnectionCommand.ts index 57916c321edb..1e6297b81759 100644 --- a/clients/client-elasticsearch-service/src/commands/DeleteOutboundCrossClusterSearchConnectionCommand.ts +++ b/clients/client-elasticsearch-service/src/commands/DeleteOutboundCrossClusterSearchConnectionCommand.ts @@ -106,9 +106,6 @@ export class DeleteOutboundCrossClusterSearchConnectionCommand extends $Command< DeleteOutboundCrossClusterSearchConnectionCommandOutput, ElasticsearchServiceClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -122,9 +119,7 @@ export class DeleteOutboundCrossClusterSearchConnectionCommand extends $Command< * @public */ constructor(readonly input: DeleteOutboundCrossClusterSearchConnectionCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -189,7 +184,4 @@ export class DeleteOutboundCrossClusterSearchConnectionCommand extends $Command< ): Promise { return de_DeleteOutboundCrossClusterSearchConnectionCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-elasticsearch-service/src/commands/DeletePackageCommand.ts b/clients/client-elasticsearch-service/src/commands/DeletePackageCommand.ts index 2bd75ffe3f30..7263aef476a8 100644 --- a/clients/client-elasticsearch-service/src/commands/DeletePackageCommand.ts +++ b/clients/client-elasticsearch-service/src/commands/DeletePackageCommand.ts @@ -105,9 +105,6 @@ export class DeletePackageCommand extends $Command< DeletePackageCommandOutput, ElasticsearchServiceClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -121,9 +118,7 @@ export class DeletePackageCommand extends $Command< * @public */ constructor(readonly input: DeletePackageCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -174,7 +169,4 @@ export class DeletePackageCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeletePackageCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-elasticsearch-service/src/commands/DeleteVpcEndpointCommand.ts b/clients/client-elasticsearch-service/src/commands/DeleteVpcEndpointCommand.ts index 1d311de02d52..9f5f76945e58 100644 --- a/clients/client-elasticsearch-service/src/commands/DeleteVpcEndpointCommand.ts +++ b/clients/client-elasticsearch-service/src/commands/DeleteVpcEndpointCommand.ts @@ -91,9 +91,6 @@ export class DeleteVpcEndpointCommand extends $Command< DeleteVpcEndpointCommandOutput, ElasticsearchServiceClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -107,9 +104,7 @@ export class DeleteVpcEndpointCommand extends $Command< * @public */ constructor(readonly input: DeleteVpcEndpointCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -162,7 +157,4 @@ export class DeleteVpcEndpointCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteVpcEndpointCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-elasticsearch-service/src/commands/DescribeDomainAutoTunesCommand.ts b/clients/client-elasticsearch-service/src/commands/DescribeDomainAutoTunesCommand.ts index 5b0a2b06fc57..51a5261a8b3d 100644 --- a/clients/client-elasticsearch-service/src/commands/DescribeDomainAutoTunesCommand.ts +++ b/clients/client-elasticsearch-service/src/commands/DescribeDomainAutoTunesCommand.ts @@ -101,9 +101,6 @@ export class DescribeDomainAutoTunesCommand extends $Command< DescribeDomainAutoTunesCommandOutput, ElasticsearchServiceClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -117,9 +114,7 @@ export class DescribeDomainAutoTunesCommand extends $Command< * @public */ constructor(readonly input: DescribeDomainAutoTunesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -172,7 +167,4 @@ export class DescribeDomainAutoTunesCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DescribeDomainAutoTunesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-elasticsearch-service/src/commands/DescribeDomainChangeProgressCommand.ts b/clients/client-elasticsearch-service/src/commands/DescribeDomainChangeProgressCommand.ts index daa89d598b54..3815ae01194e 100644 --- a/clients/client-elasticsearch-service/src/commands/DescribeDomainChangeProgressCommand.ts +++ b/clients/client-elasticsearch-service/src/commands/DescribeDomainChangeProgressCommand.ts @@ -112,9 +112,6 @@ export class DescribeDomainChangeProgressCommand extends $Command< DescribeDomainChangeProgressCommandOutput, ElasticsearchServiceClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -128,9 +125,7 @@ export class DescribeDomainChangeProgressCommand extends $Command< * @public */ constructor(readonly input: DescribeDomainChangeProgressCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -186,7 +181,4 @@ export class DescribeDomainChangeProgressCommand extends $Command< ): Promise { return de_DescribeDomainChangeProgressCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-elasticsearch-service/src/commands/DescribeElasticsearchDomainCommand.ts b/clients/client-elasticsearch-service/src/commands/DescribeElasticsearchDomainCommand.ts index 28a4bfb64b1e..b06ab62d9b55 100644 --- a/clients/client-elasticsearch-service/src/commands/DescribeElasticsearchDomainCommand.ts +++ b/clients/client-elasticsearch-service/src/commands/DescribeElasticsearchDomainCommand.ts @@ -207,9 +207,6 @@ export class DescribeElasticsearchDomainCommand extends $Command< DescribeElasticsearchDomainCommandOutput, ElasticsearchServiceClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -223,9 +220,7 @@ export class DescribeElasticsearchDomainCommand extends $Command< * @public */ constructor(readonly input: DescribeElasticsearchDomainCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -281,7 +276,4 @@ export class DescribeElasticsearchDomainCommand extends $Command< ): Promise { return de_DescribeElasticsearchDomainCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-elasticsearch-service/src/commands/DescribeElasticsearchDomainConfigCommand.ts b/clients/client-elasticsearch-service/src/commands/DescribeElasticsearchDomainConfigCommand.ts index 696c59984973..28889ec25dc8 100644 --- a/clients/client-elasticsearch-service/src/commands/DescribeElasticsearchDomainConfigCommand.ts +++ b/clients/client-elasticsearch-service/src/commands/DescribeElasticsearchDomainConfigCommand.ts @@ -278,9 +278,6 @@ export class DescribeElasticsearchDomainConfigCommand extends $Command< DescribeElasticsearchDomainConfigCommandOutput, ElasticsearchServiceClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -294,9 +291,7 @@ export class DescribeElasticsearchDomainConfigCommand extends $Command< * @public */ constructor(readonly input: DescribeElasticsearchDomainConfigCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -355,7 +350,4 @@ export class DescribeElasticsearchDomainConfigCommand extends $Command< ): Promise { return de_DescribeElasticsearchDomainConfigCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-elasticsearch-service/src/commands/DescribeElasticsearchDomainsCommand.ts b/clients/client-elasticsearch-service/src/commands/DescribeElasticsearchDomainsCommand.ts index 94780d528cd7..a79d829b6e02 100644 --- a/clients/client-elasticsearch-service/src/commands/DescribeElasticsearchDomainsCommand.ts +++ b/clients/client-elasticsearch-service/src/commands/DescribeElasticsearchDomainsCommand.ts @@ -208,9 +208,6 @@ export class DescribeElasticsearchDomainsCommand extends $Command< DescribeElasticsearchDomainsCommandOutput, ElasticsearchServiceClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -224,9 +221,7 @@ export class DescribeElasticsearchDomainsCommand extends $Command< * @public */ constructor(readonly input: DescribeElasticsearchDomainsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -282,7 +277,4 @@ export class DescribeElasticsearchDomainsCommand extends $Command< ): Promise { return de_DescribeElasticsearchDomainsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-elasticsearch-service/src/commands/DescribeElasticsearchInstanceTypeLimitsCommand.ts b/clients/client-elasticsearch-service/src/commands/DescribeElasticsearchInstanceTypeLimitsCommand.ts index 40c834e95653..4c9940c34680 100644 --- a/clients/client-elasticsearch-service/src/commands/DescribeElasticsearchInstanceTypeLimitsCommand.ts +++ b/clients/client-elasticsearch-service/src/commands/DescribeElasticsearchInstanceTypeLimitsCommand.ts @@ -141,9 +141,6 @@ export class DescribeElasticsearchInstanceTypeLimitsCommand extends $Command< DescribeElasticsearchInstanceTypeLimitsCommandOutput, ElasticsearchServiceClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -157,9 +154,7 @@ export class DescribeElasticsearchInstanceTypeLimitsCommand extends $Command< * @public */ constructor(readonly input: DescribeElasticsearchInstanceTypeLimitsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -224,7 +219,4 @@ export class DescribeElasticsearchInstanceTypeLimitsCommand extends $Command< ): Promise { return de_DescribeElasticsearchInstanceTypeLimitsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-elasticsearch-service/src/commands/DescribeInboundCrossClusterSearchConnectionsCommand.ts b/clients/client-elasticsearch-service/src/commands/DescribeInboundCrossClusterSearchConnectionsCommand.ts index 74cea6574b29..1960f6d78314 100644 --- a/clients/client-elasticsearch-service/src/commands/DescribeInboundCrossClusterSearchConnectionsCommand.ts +++ b/clients/client-elasticsearch-service/src/commands/DescribeInboundCrossClusterSearchConnectionsCommand.ts @@ -117,9 +117,6 @@ export class DescribeInboundCrossClusterSearchConnectionsCommand extends $Comman DescribeInboundCrossClusterSearchConnectionsCommandOutput, ElasticsearchServiceClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -133,9 +130,7 @@ export class DescribeInboundCrossClusterSearchConnectionsCommand extends $Comman * @public */ constructor(readonly input: DescribeInboundCrossClusterSearchConnectionsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -200,7 +195,4 @@ export class DescribeInboundCrossClusterSearchConnectionsCommand extends $Comman ): Promise { return de_DescribeInboundCrossClusterSearchConnectionsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-elasticsearch-service/src/commands/DescribeOutboundCrossClusterSearchConnectionsCommand.ts b/clients/client-elasticsearch-service/src/commands/DescribeOutboundCrossClusterSearchConnectionsCommand.ts index 215953e4aee9..db710948c58a 100644 --- a/clients/client-elasticsearch-service/src/commands/DescribeOutboundCrossClusterSearchConnectionsCommand.ts +++ b/clients/client-elasticsearch-service/src/commands/DescribeOutboundCrossClusterSearchConnectionsCommand.ts @@ -118,9 +118,6 @@ export class DescribeOutboundCrossClusterSearchConnectionsCommand extends $Comma DescribeOutboundCrossClusterSearchConnectionsCommandOutput, ElasticsearchServiceClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -134,9 +131,7 @@ export class DescribeOutboundCrossClusterSearchConnectionsCommand extends $Comma * @public */ constructor(readonly input: DescribeOutboundCrossClusterSearchConnectionsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -201,7 +196,4 @@ export class DescribeOutboundCrossClusterSearchConnectionsCommand extends $Comma ): Promise { return de_DescribeOutboundCrossClusterSearchConnectionsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-elasticsearch-service/src/commands/DescribePackagesCommand.ts b/clients/client-elasticsearch-service/src/commands/DescribePackagesCommand.ts index 1522fcd9dafb..12627f07cad4 100644 --- a/clients/client-elasticsearch-service/src/commands/DescribePackagesCommand.ts +++ b/clients/client-elasticsearch-service/src/commands/DescribePackagesCommand.ts @@ -114,9 +114,6 @@ export class DescribePackagesCommand extends $Command< DescribePackagesCommandOutput, ElasticsearchServiceClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -130,9 +127,7 @@ export class DescribePackagesCommand extends $Command< * @public */ constructor(readonly input: DescribePackagesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -185,7 +180,4 @@ export class DescribePackagesCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DescribePackagesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-elasticsearch-service/src/commands/DescribeReservedElasticsearchInstanceOfferingsCommand.ts b/clients/client-elasticsearch-service/src/commands/DescribeReservedElasticsearchInstanceOfferingsCommand.ts index f509e5b74254..1bc715ef4839 100644 --- a/clients/client-elasticsearch-service/src/commands/DescribeReservedElasticsearchInstanceOfferingsCommand.ts +++ b/clients/client-elasticsearch-service/src/commands/DescribeReservedElasticsearchInstanceOfferingsCommand.ts @@ -114,9 +114,6 @@ export class DescribeReservedElasticsearchInstanceOfferingsCommand extends $Comm DescribeReservedElasticsearchInstanceOfferingsCommandOutput, ElasticsearchServiceClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -130,9 +127,7 @@ export class DescribeReservedElasticsearchInstanceOfferingsCommand extends $Comm * @public */ constructor(readonly input: DescribeReservedElasticsearchInstanceOfferingsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -197,7 +192,4 @@ export class DescribeReservedElasticsearchInstanceOfferingsCommand extends $Comm ): Promise { return de_DescribeReservedElasticsearchInstanceOfferingsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-elasticsearch-service/src/commands/DescribeReservedElasticsearchInstancesCommand.ts b/clients/client-elasticsearch-service/src/commands/DescribeReservedElasticsearchInstancesCommand.ts index e5892421ccd0..e372dac23d3f 100644 --- a/clients/client-elasticsearch-service/src/commands/DescribeReservedElasticsearchInstancesCommand.ts +++ b/clients/client-elasticsearch-service/src/commands/DescribeReservedElasticsearchInstancesCommand.ts @@ -119,9 +119,6 @@ export class DescribeReservedElasticsearchInstancesCommand extends $Command< DescribeReservedElasticsearchInstancesCommandOutput, ElasticsearchServiceClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -135,9 +132,7 @@ export class DescribeReservedElasticsearchInstancesCommand extends $Command< * @public */ constructor(readonly input: DescribeReservedElasticsearchInstancesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -196,7 +191,4 @@ export class DescribeReservedElasticsearchInstancesCommand extends $Command< ): Promise { return de_DescribeReservedElasticsearchInstancesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-elasticsearch-service/src/commands/DescribeVpcEndpointsCommand.ts b/clients/client-elasticsearch-service/src/commands/DescribeVpcEndpointsCommand.ts index e91247d5a368..363c7b9250fc 100644 --- a/clients/client-elasticsearch-service/src/commands/DescribeVpcEndpointsCommand.ts +++ b/clients/client-elasticsearch-service/src/commands/DescribeVpcEndpointsCommand.ts @@ -115,9 +115,6 @@ export class DescribeVpcEndpointsCommand extends $Command< DescribeVpcEndpointsCommandOutput, ElasticsearchServiceClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -131,9 +128,7 @@ export class DescribeVpcEndpointsCommand extends $Command< * @public */ constructor(readonly input: DescribeVpcEndpointsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -186,7 +181,4 @@ export class DescribeVpcEndpointsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DescribeVpcEndpointsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-elasticsearch-service/src/commands/DissociatePackageCommand.ts b/clients/client-elasticsearch-service/src/commands/DissociatePackageCommand.ts index c1b811dbd7b2..73b0a70c639b 100644 --- a/clients/client-elasticsearch-service/src/commands/DissociatePackageCommand.ts +++ b/clients/client-elasticsearch-service/src/commands/DissociatePackageCommand.ts @@ -106,9 +106,6 @@ export class DissociatePackageCommand extends $Command< DissociatePackageCommandOutput, ElasticsearchServiceClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -122,9 +119,7 @@ export class DissociatePackageCommand extends $Command< * @public */ constructor(readonly input: DissociatePackageCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -177,7 +172,4 @@ export class DissociatePackageCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DissociatePackageCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-elasticsearch-service/src/commands/GetCompatibleElasticsearchVersionsCommand.ts b/clients/client-elasticsearch-service/src/commands/GetCompatibleElasticsearchVersionsCommand.ts index ec96c5aebc3d..22654ea6f41b 100644 --- a/clients/client-elasticsearch-service/src/commands/GetCompatibleElasticsearchVersionsCommand.ts +++ b/clients/client-elasticsearch-service/src/commands/GetCompatibleElasticsearchVersionsCommand.ts @@ -111,9 +111,6 @@ export class GetCompatibleElasticsearchVersionsCommand extends $Command< GetCompatibleElasticsearchVersionsCommandOutput, ElasticsearchServiceClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -127,9 +124,7 @@ export class GetCompatibleElasticsearchVersionsCommand extends $Command< * @public */ constructor(readonly input: GetCompatibleElasticsearchVersionsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -188,7 +183,4 @@ export class GetCompatibleElasticsearchVersionsCommand extends $Command< ): Promise { return de_GetCompatibleElasticsearchVersionsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-elasticsearch-service/src/commands/GetPackageVersionHistoryCommand.ts b/clients/client-elasticsearch-service/src/commands/GetPackageVersionHistoryCommand.ts index 113c7f51fb98..5b09457ad9de 100644 --- a/clients/client-elasticsearch-service/src/commands/GetPackageVersionHistoryCommand.ts +++ b/clients/client-elasticsearch-service/src/commands/GetPackageVersionHistoryCommand.ts @@ -99,9 +99,6 @@ export class GetPackageVersionHistoryCommand extends $Command< GetPackageVersionHistoryCommandOutput, ElasticsearchServiceClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -115,9 +112,7 @@ export class GetPackageVersionHistoryCommand extends $Command< * @public */ constructor(readonly input: GetPackageVersionHistoryCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -170,7 +165,4 @@ export class GetPackageVersionHistoryCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetPackageVersionHistoryCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-elasticsearch-service/src/commands/GetUpgradeHistoryCommand.ts b/clients/client-elasticsearch-service/src/commands/GetUpgradeHistoryCommand.ts index f5edc99fc1dd..ad6426dcb9ed 100644 --- a/clients/client-elasticsearch-service/src/commands/GetUpgradeHistoryCommand.ts +++ b/clients/client-elasticsearch-service/src/commands/GetUpgradeHistoryCommand.ts @@ -108,9 +108,6 @@ export class GetUpgradeHistoryCommand extends $Command< GetUpgradeHistoryCommandOutput, ElasticsearchServiceClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -124,9 +121,7 @@ export class GetUpgradeHistoryCommand extends $Command< * @public */ constructor(readonly input: GetUpgradeHistoryCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -179,7 +174,4 @@ export class GetUpgradeHistoryCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetUpgradeHistoryCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-elasticsearch-service/src/commands/GetUpgradeStatusCommand.ts b/clients/client-elasticsearch-service/src/commands/GetUpgradeStatusCommand.ts index 12edad655fa1..ef93113135ff 100644 --- a/clients/client-elasticsearch-service/src/commands/GetUpgradeStatusCommand.ts +++ b/clients/client-elasticsearch-service/src/commands/GetUpgradeStatusCommand.ts @@ -91,9 +91,6 @@ export class GetUpgradeStatusCommand extends $Command< GetUpgradeStatusCommandOutput, ElasticsearchServiceClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -107,9 +104,7 @@ export class GetUpgradeStatusCommand extends $Command< * @public */ constructor(readonly input: GetUpgradeStatusCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -162,7 +157,4 @@ export class GetUpgradeStatusCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetUpgradeStatusCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-elasticsearch-service/src/commands/ListDomainNamesCommand.ts b/clients/client-elasticsearch-service/src/commands/ListDomainNamesCommand.ts index ae98a47dbf28..bb76f45dcc84 100644 --- a/clients/client-elasticsearch-service/src/commands/ListDomainNamesCommand.ts +++ b/clients/client-elasticsearch-service/src/commands/ListDomainNamesCommand.ts @@ -85,9 +85,6 @@ export class ListDomainNamesCommand extends $Command< ListDomainNamesCommandOutput, ElasticsearchServiceClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -101,9 +98,7 @@ export class ListDomainNamesCommand extends $Command< * @public */ constructor(readonly input: ListDomainNamesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -156,7 +151,4 @@ export class ListDomainNamesCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListDomainNamesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-elasticsearch-service/src/commands/ListDomainsForPackageCommand.ts b/clients/client-elasticsearch-service/src/commands/ListDomainsForPackageCommand.ts index 6de12004b536..c26804708254 100644 --- a/clients/client-elasticsearch-service/src/commands/ListDomainsForPackageCommand.ts +++ b/clients/client-elasticsearch-service/src/commands/ListDomainsForPackageCommand.ts @@ -107,9 +107,6 @@ export class ListDomainsForPackageCommand extends $Command< ListDomainsForPackageCommandOutput, ElasticsearchServiceClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -123,9 +120,7 @@ export class ListDomainsForPackageCommand extends $Command< * @public */ constructor(readonly input: ListDomainsForPackageCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -178,7 +173,4 @@ export class ListDomainsForPackageCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListDomainsForPackageCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-elasticsearch-service/src/commands/ListElasticsearchInstanceTypesCommand.ts b/clients/client-elasticsearch-service/src/commands/ListElasticsearchInstanceTypesCommand.ts index 3ee86697024e..f94cc3fd095a 100644 --- a/clients/client-elasticsearch-service/src/commands/ListElasticsearchInstanceTypesCommand.ts +++ b/clients/client-elasticsearch-service/src/commands/ListElasticsearchInstanceTypesCommand.ts @@ -97,9 +97,6 @@ export class ListElasticsearchInstanceTypesCommand extends $Command< ListElasticsearchInstanceTypesCommandOutput, ElasticsearchServiceClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -113,9 +110,7 @@ export class ListElasticsearchInstanceTypesCommand extends $Command< * @public */ constructor(readonly input: ListElasticsearchInstanceTypesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -174,7 +169,4 @@ export class ListElasticsearchInstanceTypesCommand extends $Command< ): Promise { return de_ListElasticsearchInstanceTypesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-elasticsearch-service/src/commands/ListElasticsearchVersionsCommand.ts b/clients/client-elasticsearch-service/src/commands/ListElasticsearchVersionsCommand.ts index d8a2e78cbd2d..e3f0eaba7466 100644 --- a/clients/client-elasticsearch-service/src/commands/ListElasticsearchVersionsCommand.ts +++ b/clients/client-elasticsearch-service/src/commands/ListElasticsearchVersionsCommand.ts @@ -90,9 +90,6 @@ export class ListElasticsearchVersionsCommand extends $Command< ListElasticsearchVersionsCommandOutput, ElasticsearchServiceClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -106,9 +103,7 @@ export class ListElasticsearchVersionsCommand extends $Command< * @public */ constructor(readonly input: ListElasticsearchVersionsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -164,7 +159,4 @@ export class ListElasticsearchVersionsCommand extends $Command< ): Promise { return de_ListElasticsearchVersionsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-elasticsearch-service/src/commands/ListPackagesForDomainCommand.ts b/clients/client-elasticsearch-service/src/commands/ListPackagesForDomainCommand.ts index 1b559fbef6e4..a63b2ff91f37 100644 --- a/clients/client-elasticsearch-service/src/commands/ListPackagesForDomainCommand.ts +++ b/clients/client-elasticsearch-service/src/commands/ListPackagesForDomainCommand.ts @@ -107,9 +107,6 @@ export class ListPackagesForDomainCommand extends $Command< ListPackagesForDomainCommandOutput, ElasticsearchServiceClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -123,9 +120,7 @@ export class ListPackagesForDomainCommand extends $Command< * @public */ constructor(readonly input: ListPackagesForDomainCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -178,7 +173,4 @@ export class ListPackagesForDomainCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListPackagesForDomainCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-elasticsearch-service/src/commands/ListTagsCommand.ts b/clients/client-elasticsearch-service/src/commands/ListTagsCommand.ts index e3f69a2bc46a..277ebfd8566f 100644 --- a/clients/client-elasticsearch-service/src/commands/ListTagsCommand.ts +++ b/clients/client-elasticsearch-service/src/commands/ListTagsCommand.ts @@ -91,9 +91,6 @@ export class ListTagsCommand extends $Command< ListTagsCommandOutput, ElasticsearchServiceClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -107,9 +104,7 @@ export class ListTagsCommand extends $Command< * @public */ constructor(readonly input: ListTagsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -160,7 +155,4 @@ export class ListTagsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListTagsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-elasticsearch-service/src/commands/ListVpcEndpointAccessCommand.ts b/clients/client-elasticsearch-service/src/commands/ListVpcEndpointAccessCommand.ts index 2349ca736597..1e61aff8a225 100644 --- a/clients/client-elasticsearch-service/src/commands/ListVpcEndpointAccessCommand.ts +++ b/clients/client-elasticsearch-service/src/commands/ListVpcEndpointAccessCommand.ts @@ -94,9 +94,6 @@ export class ListVpcEndpointAccessCommand extends $Command< ListVpcEndpointAccessCommandOutput, ElasticsearchServiceClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -110,9 +107,7 @@ export class ListVpcEndpointAccessCommand extends $Command< * @public */ constructor(readonly input: ListVpcEndpointAccessCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -165,7 +160,4 @@ export class ListVpcEndpointAccessCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListVpcEndpointAccessCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-elasticsearch-service/src/commands/ListVpcEndpointsCommand.ts b/clients/client-elasticsearch-service/src/commands/ListVpcEndpointsCommand.ts index edf2dccb34d5..84fa33cf6bed 100644 --- a/clients/client-elasticsearch-service/src/commands/ListVpcEndpointsCommand.ts +++ b/clients/client-elasticsearch-service/src/commands/ListVpcEndpointsCommand.ts @@ -91,9 +91,6 @@ export class ListVpcEndpointsCommand extends $Command< ListVpcEndpointsCommandOutput, ElasticsearchServiceClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -107,9 +104,7 @@ export class ListVpcEndpointsCommand extends $Command< * @public */ constructor(readonly input: ListVpcEndpointsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -162,7 +157,4 @@ export class ListVpcEndpointsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListVpcEndpointsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-elasticsearch-service/src/commands/ListVpcEndpointsForDomainCommand.ts b/clients/client-elasticsearch-service/src/commands/ListVpcEndpointsForDomainCommand.ts index 19d4f1c98770..ec7e91fdde4c 100644 --- a/clients/client-elasticsearch-service/src/commands/ListVpcEndpointsForDomainCommand.ts +++ b/clients/client-elasticsearch-service/src/commands/ListVpcEndpointsForDomainCommand.ts @@ -95,9 +95,6 @@ export class ListVpcEndpointsForDomainCommand extends $Command< ListVpcEndpointsForDomainCommandOutput, ElasticsearchServiceClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -111,9 +108,7 @@ export class ListVpcEndpointsForDomainCommand extends $Command< * @public */ constructor(readonly input: ListVpcEndpointsForDomainCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -169,7 +164,4 @@ export class ListVpcEndpointsForDomainCommand extends $Command< ): Promise { return de_ListVpcEndpointsForDomainCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-elasticsearch-service/src/commands/PurchaseReservedElasticsearchInstanceOfferingCommand.ts b/clients/client-elasticsearch-service/src/commands/PurchaseReservedElasticsearchInstanceOfferingCommand.ts index 8153f032b64d..9d29ac239bec 100644 --- a/clients/client-elasticsearch-service/src/commands/PurchaseReservedElasticsearchInstanceOfferingCommand.ts +++ b/clients/client-elasticsearch-service/src/commands/PurchaseReservedElasticsearchInstanceOfferingCommand.ts @@ -104,9 +104,6 @@ export class PurchaseReservedElasticsearchInstanceOfferingCommand extends $Comma PurchaseReservedElasticsearchInstanceOfferingCommandOutput, ElasticsearchServiceClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -120,9 +117,7 @@ export class PurchaseReservedElasticsearchInstanceOfferingCommand extends $Comma * @public */ constructor(readonly input: PurchaseReservedElasticsearchInstanceOfferingCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -187,7 +182,4 @@ export class PurchaseReservedElasticsearchInstanceOfferingCommand extends $Comma ): Promise { return de_PurchaseReservedElasticsearchInstanceOfferingCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-elasticsearch-service/src/commands/RejectInboundCrossClusterSearchConnectionCommand.ts b/clients/client-elasticsearch-service/src/commands/RejectInboundCrossClusterSearchConnectionCommand.ts index 6cfe1db1ce62..f89c6e111ea2 100644 --- a/clients/client-elasticsearch-service/src/commands/RejectInboundCrossClusterSearchConnectionCommand.ts +++ b/clients/client-elasticsearch-service/src/commands/RejectInboundCrossClusterSearchConnectionCommand.ts @@ -105,9 +105,6 @@ export class RejectInboundCrossClusterSearchConnectionCommand extends $Command< RejectInboundCrossClusterSearchConnectionCommandOutput, ElasticsearchServiceClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -121,9 +118,7 @@ export class RejectInboundCrossClusterSearchConnectionCommand extends $Command< * @public */ constructor(readonly input: RejectInboundCrossClusterSearchConnectionCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -188,7 +183,4 @@ export class RejectInboundCrossClusterSearchConnectionCommand extends $Command< ): Promise { return de_RejectInboundCrossClusterSearchConnectionCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-elasticsearch-service/src/commands/RemoveTagsCommand.ts b/clients/client-elasticsearch-service/src/commands/RemoveTagsCommand.ts index 6de6181ebccd..5796b8a25fbe 100644 --- a/clients/client-elasticsearch-service/src/commands/RemoveTagsCommand.ts +++ b/clients/client-elasticsearch-service/src/commands/RemoveTagsCommand.ts @@ -84,9 +84,6 @@ export class RemoveTagsCommand extends $Command< RemoveTagsCommandOutput, ElasticsearchServiceClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -100,9 +97,7 @@ export class RemoveTagsCommand extends $Command< * @public */ constructor(readonly input: RemoveTagsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -153,7 +148,4 @@ export class RemoveTagsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_RemoveTagsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-elasticsearch-service/src/commands/RevokeVpcEndpointAccessCommand.ts b/clients/client-elasticsearch-service/src/commands/RevokeVpcEndpointAccessCommand.ts index 4292abd867eb..2f0240806f6b 100644 --- a/clients/client-elasticsearch-service/src/commands/RevokeVpcEndpointAccessCommand.ts +++ b/clients/client-elasticsearch-service/src/commands/RevokeVpcEndpointAccessCommand.ts @@ -89,9 +89,6 @@ export class RevokeVpcEndpointAccessCommand extends $Command< RevokeVpcEndpointAccessCommandOutput, ElasticsearchServiceClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -105,9 +102,7 @@ export class RevokeVpcEndpointAccessCommand extends $Command< * @public */ constructor(readonly input: RevokeVpcEndpointAccessCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -160,7 +155,4 @@ export class RevokeVpcEndpointAccessCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_RevokeVpcEndpointAccessCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-elasticsearch-service/src/commands/StartElasticsearchServiceSoftwareUpdateCommand.ts b/clients/client-elasticsearch-service/src/commands/StartElasticsearchServiceSoftwareUpdateCommand.ts index 814320aa9dce..aa787d711e4c 100644 --- a/clients/client-elasticsearch-service/src/commands/StartElasticsearchServiceSoftwareUpdateCommand.ts +++ b/clients/client-elasticsearch-service/src/commands/StartElasticsearchServiceSoftwareUpdateCommand.ts @@ -104,9 +104,6 @@ export class StartElasticsearchServiceSoftwareUpdateCommand extends $Command< StartElasticsearchServiceSoftwareUpdateCommandOutput, ElasticsearchServiceClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -120,9 +117,7 @@ export class StartElasticsearchServiceSoftwareUpdateCommand extends $Command< * @public */ constructor(readonly input: StartElasticsearchServiceSoftwareUpdateCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -187,7 +182,4 @@ export class StartElasticsearchServiceSoftwareUpdateCommand extends $Command< ): Promise { return de_StartElasticsearchServiceSoftwareUpdateCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-elasticsearch-service/src/commands/UpdateElasticsearchDomainConfigCommand.ts b/clients/client-elasticsearch-service/src/commands/UpdateElasticsearchDomainConfigCommand.ts index a746b37045c8..a50c68ef4609 100644 --- a/clients/client-elasticsearch-service/src/commands/UpdateElasticsearchDomainConfigCommand.ts +++ b/clients/client-elasticsearch-service/src/commands/UpdateElasticsearchDomainConfigCommand.ts @@ -391,9 +391,6 @@ export class UpdateElasticsearchDomainConfigCommand extends $Command< UpdateElasticsearchDomainConfigCommandOutput, ElasticsearchServiceClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -407,9 +404,7 @@ export class UpdateElasticsearchDomainConfigCommand extends $Command< * @public */ constructor(readonly input: UpdateElasticsearchDomainConfigCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -468,7 +463,4 @@ export class UpdateElasticsearchDomainConfigCommand extends $Command< ): Promise { return de_UpdateElasticsearchDomainConfigCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-elasticsearch-service/src/commands/UpdatePackageCommand.ts b/clients/client-elasticsearch-service/src/commands/UpdatePackageCommand.ts index f5f102c34e5e..3a18b1e7b75c 100644 --- a/clients/client-elasticsearch-service/src/commands/UpdatePackageCommand.ts +++ b/clients/client-elasticsearch-service/src/commands/UpdatePackageCommand.ts @@ -111,9 +111,6 @@ export class UpdatePackageCommand extends $Command< UpdatePackageCommandOutput, ElasticsearchServiceClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -127,9 +124,7 @@ export class UpdatePackageCommand extends $Command< * @public */ constructor(readonly input: UpdatePackageCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -180,7 +175,4 @@ export class UpdatePackageCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdatePackageCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-elasticsearch-service/src/commands/UpdateVpcEndpointCommand.ts b/clients/client-elasticsearch-service/src/commands/UpdateVpcEndpointCommand.ts index 44cff0768979..07b88dcbd53d 100644 --- a/clients/client-elasticsearch-service/src/commands/UpdateVpcEndpointCommand.ts +++ b/clients/client-elasticsearch-service/src/commands/UpdateVpcEndpointCommand.ts @@ -118,9 +118,6 @@ export class UpdateVpcEndpointCommand extends $Command< UpdateVpcEndpointCommandOutput, ElasticsearchServiceClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -134,9 +131,7 @@ export class UpdateVpcEndpointCommand extends $Command< * @public */ constructor(readonly input: UpdateVpcEndpointCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -189,7 +184,4 @@ export class UpdateVpcEndpointCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdateVpcEndpointCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-elasticsearch-service/src/commands/UpgradeElasticsearchDomainCommand.ts b/clients/client-elasticsearch-service/src/commands/UpgradeElasticsearchDomainCommand.ts index 4cfa898a8ef7..d2a3fc15625f 100644 --- a/clients/client-elasticsearch-service/src/commands/UpgradeElasticsearchDomainCommand.ts +++ b/clients/client-elasticsearch-service/src/commands/UpgradeElasticsearchDomainCommand.ts @@ -100,9 +100,6 @@ export class UpgradeElasticsearchDomainCommand extends $Command< UpgradeElasticsearchDomainCommandOutput, ElasticsearchServiceClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -116,9 +113,7 @@ export class UpgradeElasticsearchDomainCommand extends $Command< * @public */ constructor(readonly input: UpgradeElasticsearchDomainCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -174,7 +169,4 @@ export class UpgradeElasticsearchDomainCommand extends $Command< ): Promise { return de_UpgradeElasticsearchDomainCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-emr-containers/package.json b/clients/client-emr-containers/package.json index 4b636a5bc1d6..fe518b03e499 100644 --- a/clients/client-emr-containers/package.json +++ b/clients/client-emr-containers/package.json @@ -34,29 +34,29 @@ "@aws-sdk/util-endpoints": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@smithy/config-resolver": "^2.0.16", - "@smithy/fetch-http-handler": "^2.2.4", - "@smithy/hash-node": "^2.0.12", - "@smithy/invalid-dependency": "^2.0.12", - "@smithy/middleware-content-length": "^2.0.14", - "@smithy/middleware-endpoint": "^2.1.3", - "@smithy/middleware-retry": "^2.0.18", - "@smithy/middleware-serde": "^2.0.12", - "@smithy/middleware-stack": "^2.0.6", - "@smithy/node-config-provider": "^2.1.3", - "@smithy/node-http-handler": "^2.1.8", - "@smithy/protocol-http": "^3.0.8", - "@smithy/smithy-client": "^2.1.12", - "@smithy/types": "^2.4.0", - "@smithy/url-parser": "^2.0.12", - "@smithy/util-base64": "^2.0.0", + "@smithy/config-resolver": "^2.0.18", + "@smithy/fetch-http-handler": "^2.2.6", + "@smithy/hash-node": "^2.0.15", + "@smithy/invalid-dependency": "^2.0.13", + "@smithy/middleware-content-length": "^2.0.15", + "@smithy/middleware-endpoint": "^2.2.0", + "@smithy/middleware-retry": "^2.0.20", + "@smithy/middleware-serde": "^2.0.13", + "@smithy/middleware-stack": "^2.0.7", + "@smithy/node-config-provider": "^2.1.5", + "@smithy/node-http-handler": "^2.1.9", + "@smithy/protocol-http": "^3.0.9", + "@smithy/smithy-client": "^2.1.15", + "@smithy/types": "^2.5.0", + "@smithy/url-parser": "^2.0.13", + "@smithy/util-base64": "^2.0.1", "@smithy/util-body-length-browser": "^2.0.0", "@smithy/util-body-length-node": "^2.1.0", - "@smithy/util-defaults-mode-browser": "^2.0.16", - "@smithy/util-defaults-mode-node": "^2.0.21", - "@smithy/util-endpoints": "^1.0.2", - "@smithy/util-retry": "^2.0.5", - "@smithy/util-utf8": "^2.0.0", + "@smithy/util-defaults-mode-browser": "^2.0.19", + "@smithy/util-defaults-mode-node": "^2.0.25", + "@smithy/util-endpoints": "^1.0.4", + "@smithy/util-retry": "^2.0.6", + "@smithy/util-utf8": "^2.0.2", "tslib": "^2.5.0", "uuid": "^8.3.2" }, diff --git a/clients/client-emr-containers/src/commands/CancelJobRunCommand.ts b/clients/client-emr-containers/src/commands/CancelJobRunCommand.ts index 7e31e50fd02e..a5c3b68c5061 100644 --- a/clients/client-emr-containers/src/commands/CancelJobRunCommand.ts +++ b/clients/client-emr-containers/src/commands/CancelJobRunCommand.ts @@ -79,9 +79,6 @@ export class CancelJobRunCommand extends $Command< CancelJobRunCommandOutput, EMRContainersClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -95,9 +92,7 @@ export class CancelJobRunCommand extends $Command< * @public */ constructor(readonly input: CancelJobRunCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -148,7 +143,4 @@ export class CancelJobRunCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CancelJobRunCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-emr-containers/src/commands/CreateJobTemplateCommand.ts b/clients/client-emr-containers/src/commands/CreateJobTemplateCommand.ts index 30f2ca4a4437..c0ff43a8676d 100644 --- a/clients/client-emr-containers/src/commands/CreateJobTemplateCommand.ts +++ b/clients/client-emr-containers/src/commands/CreateJobTemplateCommand.ts @@ -149,9 +149,6 @@ export class CreateJobTemplateCommand extends $Command< CreateJobTemplateCommandOutput, EMRContainersClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -165,9 +162,7 @@ export class CreateJobTemplateCommand extends $Command< * @public */ constructor(readonly input: CreateJobTemplateCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -220,7 +215,4 @@ export class CreateJobTemplateCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateJobTemplateCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-emr-containers/src/commands/CreateManagedEndpointCommand.ts b/clients/client-emr-containers/src/commands/CreateManagedEndpointCommand.ts index 5d54d5ea68a7..46a007f8b334 100644 --- a/clients/client-emr-containers/src/commands/CreateManagedEndpointCommand.ts +++ b/clients/client-emr-containers/src/commands/CreateManagedEndpointCommand.ts @@ -129,9 +129,6 @@ export class CreateManagedEndpointCommand extends $Command< CreateManagedEndpointCommandOutput, EMRContainersClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -145,9 +142,7 @@ export class CreateManagedEndpointCommand extends $Command< * @public */ constructor(readonly input: CreateManagedEndpointCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -200,7 +195,4 @@ export class CreateManagedEndpointCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateManagedEndpointCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-emr-containers/src/commands/CreateVirtualClusterCommand.ts b/clients/client-emr-containers/src/commands/CreateVirtualClusterCommand.ts index 9227f39358bf..9625ecc956e3 100644 --- a/clients/client-emr-containers/src/commands/CreateVirtualClusterCommand.ts +++ b/clients/client-emr-containers/src/commands/CreateVirtualClusterCommand.ts @@ -97,9 +97,6 @@ export class CreateVirtualClusterCommand extends $Command< CreateVirtualClusterCommandOutput, EMRContainersClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -113,9 +110,7 @@ export class CreateVirtualClusterCommand extends $Command< * @public */ constructor(readonly input: CreateVirtualClusterCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -168,7 +163,4 @@ export class CreateVirtualClusterCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateVirtualClusterCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-emr-containers/src/commands/DeleteJobTemplateCommand.ts b/clients/client-emr-containers/src/commands/DeleteJobTemplateCommand.ts index 4f2521b17fd1..6e9a427f4f0b 100644 --- a/clients/client-emr-containers/src/commands/DeleteJobTemplateCommand.ts +++ b/clients/client-emr-containers/src/commands/DeleteJobTemplateCommand.ts @@ -79,9 +79,6 @@ export class DeleteJobTemplateCommand extends $Command< DeleteJobTemplateCommandOutput, EMRContainersClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -95,9 +92,7 @@ export class DeleteJobTemplateCommand extends $Command< * @public */ constructor(readonly input: DeleteJobTemplateCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -150,7 +145,4 @@ export class DeleteJobTemplateCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteJobTemplateCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-emr-containers/src/commands/DeleteManagedEndpointCommand.ts b/clients/client-emr-containers/src/commands/DeleteManagedEndpointCommand.ts index ba5558061df4..aeae5c5364d9 100644 --- a/clients/client-emr-containers/src/commands/DeleteManagedEndpointCommand.ts +++ b/clients/client-emr-containers/src/commands/DeleteManagedEndpointCommand.ts @@ -79,9 +79,6 @@ export class DeleteManagedEndpointCommand extends $Command< DeleteManagedEndpointCommandOutput, EMRContainersClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -95,9 +92,7 @@ export class DeleteManagedEndpointCommand extends $Command< * @public */ constructor(readonly input: DeleteManagedEndpointCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -150,7 +145,4 @@ export class DeleteManagedEndpointCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteManagedEndpointCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-emr-containers/src/commands/DeleteVirtualClusterCommand.ts b/clients/client-emr-containers/src/commands/DeleteVirtualClusterCommand.ts index cdfa319f346d..0f25eee5bbc8 100644 --- a/clients/client-emr-containers/src/commands/DeleteVirtualClusterCommand.ts +++ b/clients/client-emr-containers/src/commands/DeleteVirtualClusterCommand.ts @@ -79,9 +79,6 @@ export class DeleteVirtualClusterCommand extends $Command< DeleteVirtualClusterCommandOutput, EMRContainersClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -95,9 +92,7 @@ export class DeleteVirtualClusterCommand extends $Command< * @public */ constructor(readonly input: DeleteVirtualClusterCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -150,7 +145,4 @@ export class DeleteVirtualClusterCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteVirtualClusterCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-emr-containers/src/commands/DescribeJobRunCommand.ts b/clients/client-emr-containers/src/commands/DescribeJobRunCommand.ts index 5d3a8d17321a..b23bee493e84 100644 --- a/clients/client-emr-containers/src/commands/DescribeJobRunCommand.ts +++ b/clients/client-emr-containers/src/commands/DescribeJobRunCommand.ts @@ -154,9 +154,6 @@ export class DescribeJobRunCommand extends $Command< DescribeJobRunCommandOutput, EMRContainersClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -170,9 +167,7 @@ export class DescribeJobRunCommand extends $Command< * @public */ constructor(readonly input: DescribeJobRunCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -225,7 +220,4 @@ export class DescribeJobRunCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DescribeJobRunCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-emr-containers/src/commands/DescribeJobTemplateCommand.ts b/clients/client-emr-containers/src/commands/DescribeJobTemplateCommand.ts index ddfcd83735f3..b0feb2b90cfa 100644 --- a/clients/client-emr-containers/src/commands/DescribeJobTemplateCommand.ts +++ b/clients/client-emr-containers/src/commands/DescribeJobTemplateCommand.ts @@ -152,9 +152,6 @@ export class DescribeJobTemplateCommand extends $Command< DescribeJobTemplateCommandOutput, EMRContainersClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -168,9 +165,7 @@ export class DescribeJobTemplateCommand extends $Command< * @public */ constructor(readonly input: DescribeJobTemplateCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -223,7 +218,4 @@ export class DescribeJobTemplateCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DescribeJobTemplateCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-emr-containers/src/commands/DescribeManagedEndpointCommand.ts b/clients/client-emr-containers/src/commands/DescribeManagedEndpointCommand.ts index d9de32c95b2f..a9527fb3bb57 100644 --- a/clients/client-emr-containers/src/commands/DescribeManagedEndpointCommand.ts +++ b/clients/client-emr-containers/src/commands/DescribeManagedEndpointCommand.ts @@ -143,9 +143,6 @@ export class DescribeManagedEndpointCommand extends $Command< DescribeManagedEndpointCommandOutput, EMRContainersClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -159,9 +156,7 @@ export class DescribeManagedEndpointCommand extends $Command< * @public */ constructor(readonly input: DescribeManagedEndpointCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -214,7 +209,4 @@ export class DescribeManagedEndpointCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DescribeManagedEndpointCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-emr-containers/src/commands/DescribeVirtualClusterCommand.ts b/clients/client-emr-containers/src/commands/DescribeVirtualClusterCommand.ts index c29e1a27ad08..8f113b9c41f2 100644 --- a/clients/client-emr-containers/src/commands/DescribeVirtualClusterCommand.ts +++ b/clients/client-emr-containers/src/commands/DescribeVirtualClusterCommand.ts @@ -102,9 +102,6 @@ export class DescribeVirtualClusterCommand extends $Command< DescribeVirtualClusterCommandOutput, EMRContainersClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -118,9 +115,7 @@ export class DescribeVirtualClusterCommand extends $Command< * @public */ constructor(readonly input: DescribeVirtualClusterCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -173,7 +168,4 @@ export class DescribeVirtualClusterCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DescribeVirtualClusterCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-emr-containers/src/commands/GetManagedEndpointSessionCredentialsCommand.ts b/clients/client-emr-containers/src/commands/GetManagedEndpointSessionCredentialsCommand.ts index 8dc9b8d6a3a8..a067f76d26e6 100644 --- a/clients/client-emr-containers/src/commands/GetManagedEndpointSessionCredentialsCommand.ts +++ b/clients/client-emr-containers/src/commands/GetManagedEndpointSessionCredentialsCommand.ts @@ -101,9 +101,6 @@ export class GetManagedEndpointSessionCredentialsCommand extends $Command< GetManagedEndpointSessionCredentialsCommandOutput, EMRContainersClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -117,9 +114,7 @@ export class GetManagedEndpointSessionCredentialsCommand extends $Command< * @public */ constructor(readonly input: GetManagedEndpointSessionCredentialsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -178,7 +173,4 @@ export class GetManagedEndpointSessionCredentialsCommand extends $Command< ): Promise { return de_GetManagedEndpointSessionCredentialsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-emr-containers/src/commands/ListJobRunsCommand.ts b/clients/client-emr-containers/src/commands/ListJobRunsCommand.ts index 4196ec5fa3ed..a1dc079e035a 100644 --- a/clients/client-emr-containers/src/commands/ListJobRunsCommand.ts +++ b/clients/client-emr-containers/src/commands/ListJobRunsCommand.ts @@ -157,9 +157,6 @@ export class ListJobRunsCommand extends $Command< ListJobRunsCommandOutput, EMRContainersClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -173,9 +170,7 @@ export class ListJobRunsCommand extends $Command< * @public */ constructor(readonly input: ListJobRunsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -226,7 +221,4 @@ export class ListJobRunsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListJobRunsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-emr-containers/src/commands/ListJobTemplatesCommand.ts b/clients/client-emr-containers/src/commands/ListJobTemplatesCommand.ts index 485eb79db0e4..1f14cf9f9c52 100644 --- a/clients/client-emr-containers/src/commands/ListJobTemplatesCommand.ts +++ b/clients/client-emr-containers/src/commands/ListJobTemplatesCommand.ts @@ -155,9 +155,6 @@ export class ListJobTemplatesCommand extends $Command< ListJobTemplatesCommandOutput, EMRContainersClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -171,9 +168,7 @@ export class ListJobTemplatesCommand extends $Command< * @public */ constructor(readonly input: ListJobTemplatesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -226,7 +221,4 @@ export class ListJobTemplatesCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListJobTemplatesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-emr-containers/src/commands/ListManagedEndpointsCommand.ts b/clients/client-emr-containers/src/commands/ListManagedEndpointsCommand.ts index a30e27292b1c..7d07ec5510c3 100644 --- a/clients/client-emr-containers/src/commands/ListManagedEndpointsCommand.ts +++ b/clients/client-emr-containers/src/commands/ListManagedEndpointsCommand.ts @@ -152,9 +152,6 @@ export class ListManagedEndpointsCommand extends $Command< ListManagedEndpointsCommandOutput, EMRContainersClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -168,9 +165,7 @@ export class ListManagedEndpointsCommand extends $Command< * @public */ constructor(readonly input: ListManagedEndpointsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -223,7 +218,4 @@ export class ListManagedEndpointsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListManagedEndpointsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-emr-containers/src/commands/ListTagsForResourceCommand.ts b/clients/client-emr-containers/src/commands/ListTagsForResourceCommand.ts index 832d8efa0304..ea52b13ea66f 100644 --- a/clients/client-emr-containers/src/commands/ListTagsForResourceCommand.ts +++ b/clients/client-emr-containers/src/commands/ListTagsForResourceCommand.ts @@ -81,9 +81,6 @@ export class ListTagsForResourceCommand extends $Command< ListTagsForResourceCommandOutput, EMRContainersClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -97,9 +94,7 @@ export class ListTagsForResourceCommand extends $Command< * @public */ constructor(readonly input: ListTagsForResourceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -152,7 +147,4 @@ export class ListTagsForResourceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListTagsForResourceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-emr-containers/src/commands/ListVirtualClustersCommand.ts b/clients/client-emr-containers/src/commands/ListVirtualClustersCommand.ts index 34242309d2c1..03c1e0ec0b7c 100644 --- a/clients/client-emr-containers/src/commands/ListVirtualClustersCommand.ts +++ b/clients/client-emr-containers/src/commands/ListVirtualClustersCommand.ts @@ -110,9 +110,6 @@ export class ListVirtualClustersCommand extends $Command< ListVirtualClustersCommandOutput, EMRContainersClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -126,9 +123,7 @@ export class ListVirtualClustersCommand extends $Command< * @public */ constructor(readonly input: ListVirtualClustersCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -181,7 +176,4 @@ export class ListVirtualClustersCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListVirtualClustersCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-emr-containers/src/commands/StartJobRunCommand.ts b/clients/client-emr-containers/src/commands/StartJobRunCommand.ts index 3bfdf3c8250f..a5aecd56eba1 100644 --- a/clients/client-emr-containers/src/commands/StartJobRunCommand.ts +++ b/clients/client-emr-containers/src/commands/StartJobRunCommand.ts @@ -143,9 +143,6 @@ export class StartJobRunCommand extends $Command< StartJobRunCommandOutput, EMRContainersClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -159,9 +156,7 @@ export class StartJobRunCommand extends $Command< * @public */ constructor(readonly input: StartJobRunCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -212,7 +207,4 @@ export class StartJobRunCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_StartJobRunCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-emr-containers/src/commands/TagResourceCommand.ts b/clients/client-emr-containers/src/commands/TagResourceCommand.ts index 51d057e80db7..d9c5197b6c58 100644 --- a/clients/client-emr-containers/src/commands/TagResourceCommand.ts +++ b/clients/client-emr-containers/src/commands/TagResourceCommand.ts @@ -88,9 +88,6 @@ export class TagResourceCommand extends $Command< TagResourceCommandOutput, EMRContainersClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -104,9 +101,7 @@ export class TagResourceCommand extends $Command< * @public */ constructor(readonly input: TagResourceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -157,7 +152,4 @@ export class TagResourceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_TagResourceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-emr-containers/src/commands/UntagResourceCommand.ts b/clients/client-emr-containers/src/commands/UntagResourceCommand.ts index 34ebd8cd320d..d8ae7f4e77e8 100644 --- a/clients/client-emr-containers/src/commands/UntagResourceCommand.ts +++ b/clients/client-emr-containers/src/commands/UntagResourceCommand.ts @@ -80,9 +80,6 @@ export class UntagResourceCommand extends $Command< UntagResourceCommandOutput, EMRContainersClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -96,9 +93,7 @@ export class UntagResourceCommand extends $Command< * @public */ constructor(readonly input: UntagResourceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -149,7 +144,4 @@ export class UntagResourceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UntagResourceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-emr-serverless/package.json b/clients/client-emr-serverless/package.json index da499e2d5d76..0ecbe628e367 100644 --- a/clients/client-emr-serverless/package.json +++ b/clients/client-emr-serverless/package.json @@ -34,29 +34,29 @@ "@aws-sdk/util-endpoints": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@smithy/config-resolver": "^2.0.16", - "@smithy/fetch-http-handler": "^2.2.4", - "@smithy/hash-node": "^2.0.12", - "@smithy/invalid-dependency": "^2.0.12", - "@smithy/middleware-content-length": "^2.0.14", - "@smithy/middleware-endpoint": "^2.1.3", - "@smithy/middleware-retry": "^2.0.18", - "@smithy/middleware-serde": "^2.0.12", - "@smithy/middleware-stack": "^2.0.6", - "@smithy/node-config-provider": "^2.1.3", - "@smithy/node-http-handler": "^2.1.8", - "@smithy/protocol-http": "^3.0.8", - "@smithy/smithy-client": "^2.1.12", - "@smithy/types": "^2.4.0", - "@smithy/url-parser": "^2.0.12", - "@smithy/util-base64": "^2.0.0", + "@smithy/config-resolver": "^2.0.18", + "@smithy/fetch-http-handler": "^2.2.6", + "@smithy/hash-node": "^2.0.15", + "@smithy/invalid-dependency": "^2.0.13", + "@smithy/middleware-content-length": "^2.0.15", + "@smithy/middleware-endpoint": "^2.2.0", + "@smithy/middleware-retry": "^2.0.20", + "@smithy/middleware-serde": "^2.0.13", + "@smithy/middleware-stack": "^2.0.7", + "@smithy/node-config-provider": "^2.1.5", + "@smithy/node-http-handler": "^2.1.9", + "@smithy/protocol-http": "^3.0.9", + "@smithy/smithy-client": "^2.1.15", + "@smithy/types": "^2.5.0", + "@smithy/url-parser": "^2.0.13", + "@smithy/util-base64": "^2.0.1", "@smithy/util-body-length-browser": "^2.0.0", "@smithy/util-body-length-node": "^2.1.0", - "@smithy/util-defaults-mode-browser": "^2.0.16", - "@smithy/util-defaults-mode-node": "^2.0.21", - "@smithy/util-endpoints": "^1.0.2", - "@smithy/util-retry": "^2.0.5", - "@smithy/util-utf8": "^2.0.0", + "@smithy/util-defaults-mode-browser": "^2.0.19", + "@smithy/util-defaults-mode-node": "^2.0.25", + "@smithy/util-endpoints": "^1.0.4", + "@smithy/util-retry": "^2.0.6", + "@smithy/util-utf8": "^2.0.2", "tslib": "^2.5.0", "uuid": "^8.3.2" }, diff --git a/clients/client-emr-serverless/src/commands/CancelJobRunCommand.ts b/clients/client-emr-serverless/src/commands/CancelJobRunCommand.ts index a4d3e5919c2f..513b400e9bac 100644 --- a/clients/client-emr-serverless/src/commands/CancelJobRunCommand.ts +++ b/clients/client-emr-serverless/src/commands/CancelJobRunCommand.ts @@ -82,9 +82,6 @@ export class CancelJobRunCommand extends $Command< CancelJobRunCommandOutput, EMRServerlessClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -98,9 +95,7 @@ export class CancelJobRunCommand extends $Command< * @public */ constructor(readonly input: CancelJobRunCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -151,7 +146,4 @@ export class CancelJobRunCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CancelJobRunCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-emr-serverless/src/commands/CreateApplicationCommand.ts b/clients/client-emr-serverless/src/commands/CreateApplicationCommand.ts index 2135c24ca9c0..d8c0ebbbed07 100644 --- a/clients/client-emr-serverless/src/commands/CreateApplicationCommand.ts +++ b/clients/client-emr-serverless/src/commands/CreateApplicationCommand.ts @@ -175,9 +175,6 @@ export class CreateApplicationCommand extends $Command< CreateApplicationCommandOutput, EMRServerlessClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -191,9 +188,7 @@ export class CreateApplicationCommand extends $Command< * @public */ constructor(readonly input: CreateApplicationCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -246,7 +241,4 @@ export class CreateApplicationCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateApplicationCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-emr-serverless/src/commands/DeleteApplicationCommand.ts b/clients/client-emr-serverless/src/commands/DeleteApplicationCommand.ts index 1b77c1a6c990..67a18a39c4ea 100644 --- a/clients/client-emr-serverless/src/commands/DeleteApplicationCommand.ts +++ b/clients/client-emr-serverless/src/commands/DeleteApplicationCommand.ts @@ -79,9 +79,6 @@ export class DeleteApplicationCommand extends $Command< DeleteApplicationCommandOutput, EMRServerlessClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -95,9 +92,7 @@ export class DeleteApplicationCommand extends $Command< * @public */ constructor(readonly input: DeleteApplicationCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -150,7 +145,4 @@ export class DeleteApplicationCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteApplicationCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-emr-serverless/src/commands/GetApplicationCommand.ts b/clients/client-emr-serverless/src/commands/GetApplicationCommand.ts index 7a8a49c77a0e..3cd749fb9fde 100644 --- a/clients/client-emr-serverless/src/commands/GetApplicationCommand.ts +++ b/clients/client-emr-serverless/src/commands/GetApplicationCommand.ts @@ -178,9 +178,6 @@ export class GetApplicationCommand extends $Command< GetApplicationCommandOutput, EMRServerlessClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -194,9 +191,7 @@ export class GetApplicationCommand extends $Command< * @public */ constructor(readonly input: GetApplicationCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -249,7 +244,4 @@ export class GetApplicationCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetApplicationCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-emr-serverless/src/commands/GetDashboardForJobRunCommand.ts b/clients/client-emr-serverless/src/commands/GetDashboardForJobRunCommand.ts index 4f62f3c7f285..4fc32a1d6021 100644 --- a/clients/client-emr-serverless/src/commands/GetDashboardForJobRunCommand.ts +++ b/clients/client-emr-serverless/src/commands/GetDashboardForJobRunCommand.ts @@ -89,9 +89,6 @@ export class GetDashboardForJobRunCommand extends $Command< GetDashboardForJobRunCommandOutput, EMRServerlessClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -105,9 +102,7 @@ export class GetDashboardForJobRunCommand extends $Command< * @public */ constructor(readonly input: GetDashboardForJobRunCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -160,7 +155,4 @@ export class GetDashboardForJobRunCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetDashboardForJobRunCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-emr-serverless/src/commands/GetJobRunCommand.ts b/clients/client-emr-serverless/src/commands/GetJobRunCommand.ts index b9c3d463930d..c142b0aed88b 100644 --- a/clients/client-emr-serverless/src/commands/GetJobRunCommand.ts +++ b/clients/client-emr-serverless/src/commands/GetJobRunCommand.ts @@ -170,9 +170,6 @@ export class GetJobRunCommand extends $Command< GetJobRunCommandOutput, EMRServerlessClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -186,9 +183,7 @@ export class GetJobRunCommand extends $Command< * @public */ constructor(readonly input: GetJobRunCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -239,7 +234,4 @@ export class GetJobRunCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetJobRunCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-emr-serverless/src/commands/ListApplicationsCommand.ts b/clients/client-emr-serverless/src/commands/ListApplicationsCommand.ts index 554f9b0a4ffe..a2b3e0c531b5 100644 --- a/clients/client-emr-serverless/src/commands/ListApplicationsCommand.ts +++ b/clients/client-emr-serverless/src/commands/ListApplicationsCommand.ts @@ -95,9 +95,6 @@ export class ListApplicationsCommand extends $Command< ListApplicationsCommandOutput, EMRServerlessClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -111,9 +108,7 @@ export class ListApplicationsCommand extends $Command< * @public */ constructor(readonly input: ListApplicationsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -166,7 +161,4 @@ export class ListApplicationsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListApplicationsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-emr-serverless/src/commands/ListJobRunsCommand.ts b/clients/client-emr-serverless/src/commands/ListJobRunsCommand.ts index 7c7fe1e13002..3f35cd30f792 100644 --- a/clients/client-emr-serverless/src/commands/ListJobRunsCommand.ts +++ b/clients/client-emr-serverless/src/commands/ListJobRunsCommand.ts @@ -100,9 +100,6 @@ export class ListJobRunsCommand extends $Command< ListJobRunsCommandOutput, EMRServerlessClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -116,9 +113,7 @@ export class ListJobRunsCommand extends $Command< * @public */ constructor(readonly input: ListJobRunsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -169,7 +164,4 @@ export class ListJobRunsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListJobRunsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-emr-serverless/src/commands/ListTagsForResourceCommand.ts b/clients/client-emr-serverless/src/commands/ListTagsForResourceCommand.ts index 84e1b8e346ae..8fb61e25883e 100644 --- a/clients/client-emr-serverless/src/commands/ListTagsForResourceCommand.ts +++ b/clients/client-emr-serverless/src/commands/ListTagsForResourceCommand.ts @@ -82,9 +82,6 @@ export class ListTagsForResourceCommand extends $Command< ListTagsForResourceCommandOutput, EMRServerlessClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -98,9 +95,7 @@ export class ListTagsForResourceCommand extends $Command< * @public */ constructor(readonly input: ListTagsForResourceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -153,7 +148,4 @@ export class ListTagsForResourceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListTagsForResourceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-emr-serverless/src/commands/StartApplicationCommand.ts b/clients/client-emr-serverless/src/commands/StartApplicationCommand.ts index fa47dbae9e38..f1ee2bf4c39d 100644 --- a/clients/client-emr-serverless/src/commands/StartApplicationCommand.ts +++ b/clients/client-emr-serverless/src/commands/StartApplicationCommand.ts @@ -81,9 +81,6 @@ export class StartApplicationCommand extends $Command< StartApplicationCommandOutput, EMRServerlessClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -97,9 +94,7 @@ export class StartApplicationCommand extends $Command< * @public */ constructor(readonly input: StartApplicationCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -152,7 +147,4 @@ export class StartApplicationCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_StartApplicationCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-emr-serverless/src/commands/StartJobRunCommand.ts b/clients/client-emr-serverless/src/commands/StartJobRunCommand.ts index 2793f9ef3c62..bad8828a73da 100644 --- a/clients/client-emr-serverless/src/commands/StartJobRunCommand.ts +++ b/clients/client-emr-serverless/src/commands/StartJobRunCommand.ts @@ -147,9 +147,6 @@ export class StartJobRunCommand extends $Command< StartJobRunCommandOutput, EMRServerlessClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -163,9 +160,7 @@ export class StartJobRunCommand extends $Command< * @public */ constructor(readonly input: StartJobRunCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -216,7 +211,4 @@ export class StartJobRunCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_StartJobRunCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-emr-serverless/src/commands/StopApplicationCommand.ts b/clients/client-emr-serverless/src/commands/StopApplicationCommand.ts index 2955807e8ff3..530cec4471c8 100644 --- a/clients/client-emr-serverless/src/commands/StopApplicationCommand.ts +++ b/clients/client-emr-serverless/src/commands/StopApplicationCommand.ts @@ -79,9 +79,6 @@ export class StopApplicationCommand extends $Command< StopApplicationCommandOutput, EMRServerlessClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -95,9 +92,7 @@ export class StopApplicationCommand extends $Command< * @public */ constructor(readonly input: StopApplicationCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -150,7 +145,4 @@ export class StopApplicationCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_StopApplicationCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-emr-serverless/src/commands/TagResourceCommand.ts b/clients/client-emr-serverless/src/commands/TagResourceCommand.ts index 9c45f17451ae..ad46f8b39e2d 100644 --- a/clients/client-emr-serverless/src/commands/TagResourceCommand.ts +++ b/clients/client-emr-serverless/src/commands/TagResourceCommand.ts @@ -85,9 +85,6 @@ export class TagResourceCommand extends $Command< TagResourceCommandOutput, EMRServerlessClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -101,9 +98,7 @@ export class TagResourceCommand extends $Command< * @public */ constructor(readonly input: TagResourceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -154,7 +149,4 @@ export class TagResourceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_TagResourceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-emr-serverless/src/commands/UntagResourceCommand.ts b/clients/client-emr-serverless/src/commands/UntagResourceCommand.ts index 1580ddf264ff..b1a957d40dca 100644 --- a/clients/client-emr-serverless/src/commands/UntagResourceCommand.ts +++ b/clients/client-emr-serverless/src/commands/UntagResourceCommand.ts @@ -81,9 +81,6 @@ export class UntagResourceCommand extends $Command< UntagResourceCommandOutput, EMRServerlessClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -97,9 +94,7 @@ export class UntagResourceCommand extends $Command< * @public */ constructor(readonly input: UntagResourceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -150,7 +145,4 @@ export class UntagResourceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UntagResourceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-emr-serverless/src/commands/UpdateApplicationCommand.ts b/clients/client-emr-serverless/src/commands/UpdateApplicationCommand.ts index 009763acedb5..337161d754e9 100644 --- a/clients/client-emr-serverless/src/commands/UpdateApplicationCommand.ts +++ b/clients/client-emr-serverless/src/commands/UpdateApplicationCommand.ts @@ -261,9 +261,6 @@ export class UpdateApplicationCommand extends $Command< UpdateApplicationCommandOutput, EMRServerlessClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -277,9 +274,7 @@ export class UpdateApplicationCommand extends $Command< * @public */ constructor(readonly input: UpdateApplicationCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -332,7 +327,4 @@ export class UpdateApplicationCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdateApplicationCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-emr/package.json b/clients/client-emr/package.json index 8192a715d1a2..c0985fd6306d 100644 --- a/clients/client-emr/package.json +++ b/clients/client-emr/package.json @@ -34,30 +34,30 @@ "@aws-sdk/util-endpoints": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@smithy/config-resolver": "^2.0.16", - "@smithy/fetch-http-handler": "^2.2.4", - "@smithy/hash-node": "^2.0.12", - "@smithy/invalid-dependency": "^2.0.12", - "@smithy/middleware-content-length": "^2.0.14", - "@smithy/middleware-endpoint": "^2.1.3", - "@smithy/middleware-retry": "^2.0.18", - "@smithy/middleware-serde": "^2.0.12", - "@smithy/middleware-stack": "^2.0.6", - "@smithy/node-config-provider": "^2.1.3", - "@smithy/node-http-handler": "^2.1.8", - "@smithy/protocol-http": "^3.0.8", - "@smithy/smithy-client": "^2.1.12", - "@smithy/types": "^2.4.0", - "@smithy/url-parser": "^2.0.12", - "@smithy/util-base64": "^2.0.0", + "@smithy/config-resolver": "^2.0.18", + "@smithy/fetch-http-handler": "^2.2.6", + "@smithy/hash-node": "^2.0.15", + "@smithy/invalid-dependency": "^2.0.13", + "@smithy/middleware-content-length": "^2.0.15", + "@smithy/middleware-endpoint": "^2.2.0", + "@smithy/middleware-retry": "^2.0.20", + "@smithy/middleware-serde": "^2.0.13", + "@smithy/middleware-stack": "^2.0.7", + "@smithy/node-config-provider": "^2.1.5", + "@smithy/node-http-handler": "^2.1.9", + "@smithy/protocol-http": "^3.0.9", + "@smithy/smithy-client": "^2.1.15", + "@smithy/types": "^2.5.0", + "@smithy/url-parser": "^2.0.13", + "@smithy/util-base64": "^2.0.1", "@smithy/util-body-length-browser": "^2.0.0", "@smithy/util-body-length-node": "^2.1.0", - "@smithy/util-defaults-mode-browser": "^2.0.16", - "@smithy/util-defaults-mode-node": "^2.0.21", - "@smithy/util-endpoints": "^1.0.2", - "@smithy/util-retry": "^2.0.5", - "@smithy/util-utf8": "^2.0.0", - "@smithy/util-waiter": "^2.0.12", + "@smithy/util-defaults-mode-browser": "^2.0.19", + "@smithy/util-defaults-mode-node": "^2.0.25", + "@smithy/util-endpoints": "^1.0.4", + "@smithy/util-retry": "^2.0.6", + "@smithy/util-utf8": "^2.0.2", + "@smithy/util-waiter": "^2.0.13", "tslib": "^2.5.0" }, "devDependencies": { diff --git a/clients/client-emr/src/commands/AddInstanceFleetCommand.ts b/clients/client-emr/src/commands/AddInstanceFleetCommand.ts index da2fc14f2b3b..f16f0bd113ee 100644 --- a/clients/client-emr/src/commands/AddInstanceFleetCommand.ts +++ b/clients/client-emr/src/commands/AddInstanceFleetCommand.ts @@ -153,9 +153,6 @@ export class AddInstanceFleetCommand extends $Command< AddInstanceFleetCommandOutput, EMRClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -169,9 +166,7 @@ export class AddInstanceFleetCommand extends $Command< * @public */ constructor(readonly input: AddInstanceFleetCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -224,7 +219,4 @@ export class AddInstanceFleetCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_AddInstanceFleetCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-emr/src/commands/AddInstanceGroupsCommand.ts b/clients/client-emr/src/commands/AddInstanceGroupsCommand.ts index 7a7078c8e89c..225eb4655524 100644 --- a/clients/client-emr/src/commands/AddInstanceGroupsCommand.ts +++ b/clients/client-emr/src/commands/AddInstanceGroupsCommand.ts @@ -158,9 +158,6 @@ export class AddInstanceGroupsCommand extends $Command< AddInstanceGroupsCommandOutput, EMRClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -174,9 +171,7 @@ export class AddInstanceGroupsCommand extends $Command< * @public */ constructor(readonly input: AddInstanceGroupsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -229,7 +224,4 @@ export class AddInstanceGroupsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_AddInstanceGroupsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-emr/src/commands/AddJobFlowStepsCommand.ts b/clients/client-emr/src/commands/AddJobFlowStepsCommand.ts index 59bafa3cbb0b..2c666530dd4e 100644 --- a/clients/client-emr/src/commands/AddJobFlowStepsCommand.ts +++ b/clients/client-emr/src/commands/AddJobFlowStepsCommand.ts @@ -114,9 +114,6 @@ export class AddJobFlowStepsCommand extends $Command< AddJobFlowStepsCommandOutput, EMRClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -130,9 +127,7 @@ export class AddJobFlowStepsCommand extends $Command< * @public */ constructor(readonly input: AddJobFlowStepsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -185,7 +180,4 @@ export class AddJobFlowStepsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_AddJobFlowStepsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-emr/src/commands/AddTagsCommand.ts b/clients/client-emr/src/commands/AddTagsCommand.ts index 2691405f7ede..f85e9ce2d191 100644 --- a/clients/client-emr/src/commands/AddTagsCommand.ts +++ b/clients/client-emr/src/commands/AddTagsCommand.ts @@ -81,9 +81,6 @@ export interface AddTagsCommandOutput extends AddTagsOutput, __MetadataBearer {} * */ export class AddTagsCommand extends $Command { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -97,9 +94,7 @@ export class AddTagsCommand extends $Command { return de_AddTagsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-emr/src/commands/CancelStepsCommand.ts b/clients/client-emr/src/commands/CancelStepsCommand.ts index 9164458eb88e..f3085421b234 100644 --- a/clients/client-emr/src/commands/CancelStepsCommand.ts +++ b/clients/client-emr/src/commands/CancelStepsCommand.ts @@ -91,9 +91,6 @@ export class CancelStepsCommand extends $Command< CancelStepsCommandOutput, EMRClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -107,9 +104,7 @@ export class CancelStepsCommand extends $Command< * @public */ constructor(readonly input: CancelStepsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -160,7 +155,4 @@ export class CancelStepsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CancelStepsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-emr/src/commands/CreateSecurityConfigurationCommand.ts b/clients/client-emr/src/commands/CreateSecurityConfigurationCommand.ts index 9ba9f1b57d5c..9c20370b3bde 100644 --- a/clients/client-emr/src/commands/CreateSecurityConfigurationCommand.ts +++ b/clients/client-emr/src/commands/CreateSecurityConfigurationCommand.ts @@ -80,9 +80,6 @@ export class CreateSecurityConfigurationCommand extends $Command< CreateSecurityConfigurationCommandOutput, EMRClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -96,9 +93,7 @@ export class CreateSecurityConfigurationCommand extends $Command< * @public */ constructor(readonly input: CreateSecurityConfigurationCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -154,7 +149,4 @@ export class CreateSecurityConfigurationCommand extends $Command< ): Promise { return de_CreateSecurityConfigurationCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-emr/src/commands/CreateStudioCommand.ts b/clients/client-emr/src/commands/CreateStudioCommand.ts index 645ef4b15920..5774f9fc08d9 100644 --- a/clients/client-emr/src/commands/CreateStudioCommand.ts +++ b/clients/client-emr/src/commands/CreateStudioCommand.ts @@ -97,9 +97,6 @@ export class CreateStudioCommand extends $Command< CreateStudioCommandOutput, EMRClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -113,9 +110,7 @@ export class CreateStudioCommand extends $Command< * @public */ constructor(readonly input: CreateStudioCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -166,7 +161,4 @@ export class CreateStudioCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateStudioCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-emr/src/commands/CreateStudioSessionMappingCommand.ts b/clients/client-emr/src/commands/CreateStudioSessionMappingCommand.ts index 9592341ff39e..a6e7af7ae54c 100644 --- a/clients/client-emr/src/commands/CreateStudioSessionMappingCommand.ts +++ b/clients/client-emr/src/commands/CreateStudioSessionMappingCommand.ts @@ -83,9 +83,6 @@ export class CreateStudioSessionMappingCommand extends $Command< CreateStudioSessionMappingCommandOutput, EMRClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -99,9 +96,7 @@ export class CreateStudioSessionMappingCommand extends $Command< * @public */ constructor(readonly input: CreateStudioSessionMappingCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -157,7 +152,4 @@ export class CreateStudioSessionMappingCommand extends $Command< ): Promise { return de_CreateStudioSessionMappingCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-emr/src/commands/DeleteSecurityConfigurationCommand.ts b/clients/client-emr/src/commands/DeleteSecurityConfigurationCommand.ts index 7700eb6f61f1..0834580b8692 100644 --- a/clients/client-emr/src/commands/DeleteSecurityConfigurationCommand.ts +++ b/clients/client-emr/src/commands/DeleteSecurityConfigurationCommand.ts @@ -75,9 +75,6 @@ export class DeleteSecurityConfigurationCommand extends $Command< DeleteSecurityConfigurationCommandOutput, EMRClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -91,9 +88,7 @@ export class DeleteSecurityConfigurationCommand extends $Command< * @public */ constructor(readonly input: DeleteSecurityConfigurationCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -149,7 +144,4 @@ export class DeleteSecurityConfigurationCommand extends $Command< ): Promise { return de_DeleteSecurityConfigurationCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-emr/src/commands/DeleteStudioCommand.ts b/clients/client-emr/src/commands/DeleteStudioCommand.ts index 53b134b9b52d..c5d27026ea5f 100644 --- a/clients/client-emr/src/commands/DeleteStudioCommand.ts +++ b/clients/client-emr/src/commands/DeleteStudioCommand.ts @@ -75,9 +75,6 @@ export class DeleteStudioCommand extends $Command< DeleteStudioCommandOutput, EMRClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -91,9 +88,7 @@ export class DeleteStudioCommand extends $Command< * @public */ constructor(readonly input: DeleteStudioCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -144,7 +139,4 @@ export class DeleteStudioCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteStudioCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-emr/src/commands/DeleteStudioSessionMappingCommand.ts b/clients/client-emr/src/commands/DeleteStudioSessionMappingCommand.ts index 0c89d6faf5d3..22db78364626 100644 --- a/clients/client-emr/src/commands/DeleteStudioSessionMappingCommand.ts +++ b/clients/client-emr/src/commands/DeleteStudioSessionMappingCommand.ts @@ -78,9 +78,6 @@ export class DeleteStudioSessionMappingCommand extends $Command< DeleteStudioSessionMappingCommandOutput, EMRClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -94,9 +91,7 @@ export class DeleteStudioSessionMappingCommand extends $Command< * @public */ constructor(readonly input: DeleteStudioSessionMappingCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -152,7 +147,4 @@ export class DeleteStudioSessionMappingCommand extends $Command< ): Promise { return de_DeleteStudioSessionMappingCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-emr/src/commands/DescribeClusterCommand.ts b/clients/client-emr/src/commands/DescribeClusterCommand.ts index 1b1c23684dca..d5afd84cd2de 100644 --- a/clients/client-emr/src/commands/DescribeClusterCommand.ts +++ b/clients/client-emr/src/commands/DescribeClusterCommand.ts @@ -197,9 +197,6 @@ export class DescribeClusterCommand extends $Command< DescribeClusterCommandOutput, EMRClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -213,9 +210,7 @@ export class DescribeClusterCommand extends $Command< * @public */ constructor(readonly input: DescribeClusterCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -268,7 +263,4 @@ export class DescribeClusterCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DescribeClusterCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-emr/src/commands/DescribeJobFlowsCommand.ts b/clients/client-emr/src/commands/DescribeJobFlowsCommand.ts index 63e566a4551f..95796e1b3472 100644 --- a/clients/client-emr/src/commands/DescribeJobFlowsCommand.ts +++ b/clients/client-emr/src/commands/DescribeJobFlowsCommand.ts @@ -206,9 +206,6 @@ export class DescribeJobFlowsCommand extends $Command< DescribeJobFlowsCommandOutput, EMRClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -222,9 +219,7 @@ export class DescribeJobFlowsCommand extends $Command< * @public */ constructor(readonly input: DescribeJobFlowsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -277,7 +272,4 @@ export class DescribeJobFlowsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DescribeJobFlowsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-emr/src/commands/DescribeNotebookExecutionCommand.ts b/clients/client-emr/src/commands/DescribeNotebookExecutionCommand.ts index 9f7b19e0109c..a885c732ba94 100644 --- a/clients/client-emr/src/commands/DescribeNotebookExecutionCommand.ts +++ b/clients/client-emr/src/commands/DescribeNotebookExecutionCommand.ts @@ -113,9 +113,6 @@ export class DescribeNotebookExecutionCommand extends $Command< DescribeNotebookExecutionCommandOutput, EMRClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -129,9 +126,7 @@ export class DescribeNotebookExecutionCommand extends $Command< * @public */ constructor(readonly input: DescribeNotebookExecutionCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -187,7 +182,4 @@ export class DescribeNotebookExecutionCommand extends $Command< ): Promise { return de_DescribeNotebookExecutionCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-emr/src/commands/DescribeReleaseLabelCommand.ts b/clients/client-emr/src/commands/DescribeReleaseLabelCommand.ts index d3dad904defe..c2ad92114c0b 100644 --- a/clients/client-emr/src/commands/DescribeReleaseLabelCommand.ts +++ b/clients/client-emr/src/commands/DescribeReleaseLabelCommand.ts @@ -93,9 +93,6 @@ export class DescribeReleaseLabelCommand extends $Command< DescribeReleaseLabelCommandOutput, EMRClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -109,9 +106,7 @@ export class DescribeReleaseLabelCommand extends $Command< * @public */ constructor(readonly input: DescribeReleaseLabelCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -164,7 +159,4 @@ export class DescribeReleaseLabelCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DescribeReleaseLabelCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-emr/src/commands/DescribeSecurityConfigurationCommand.ts b/clients/client-emr/src/commands/DescribeSecurityConfigurationCommand.ts index 5526c59ae956..cb38674ac38c 100644 --- a/clients/client-emr/src/commands/DescribeSecurityConfigurationCommand.ts +++ b/clients/client-emr/src/commands/DescribeSecurityConfigurationCommand.ts @@ -85,9 +85,6 @@ export class DescribeSecurityConfigurationCommand extends $Command< DescribeSecurityConfigurationCommandOutput, EMRClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -101,9 +98,7 @@ export class DescribeSecurityConfigurationCommand extends $Command< * @public */ constructor(readonly input: DescribeSecurityConfigurationCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -159,7 +154,4 @@ export class DescribeSecurityConfigurationCommand extends $Command< ): Promise { return de_DescribeSecurityConfigurationCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-emr/src/commands/DescribeStepCommand.ts b/clients/client-emr/src/commands/DescribeStepCommand.ts index 7967676727e7..646275491239 100644 --- a/clients/client-emr/src/commands/DescribeStepCommand.ts +++ b/clients/client-emr/src/commands/DescribeStepCommand.ts @@ -110,9 +110,6 @@ export class DescribeStepCommand extends $Command< DescribeStepCommandOutput, EMRClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -126,9 +123,7 @@ export class DescribeStepCommand extends $Command< * @public */ constructor(readonly input: DescribeStepCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -179,7 +174,4 @@ export class DescribeStepCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DescribeStepCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-emr/src/commands/DescribeStudioCommand.ts b/clients/client-emr/src/commands/DescribeStudioCommand.ts index 449f71bb5f44..67202e1ae95e 100644 --- a/clients/client-emr/src/commands/DescribeStudioCommand.ts +++ b/clients/client-emr/src/commands/DescribeStudioCommand.ts @@ -103,9 +103,6 @@ export class DescribeStudioCommand extends $Command< DescribeStudioCommandOutput, EMRClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -119,9 +116,7 @@ export class DescribeStudioCommand extends $Command< * @public */ constructor(readonly input: DescribeStudioCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -174,7 +169,4 @@ export class DescribeStudioCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DescribeStudioCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-emr/src/commands/GetAutoTerminationPolicyCommand.ts b/clients/client-emr/src/commands/GetAutoTerminationPolicyCommand.ts index 2641742217da..42ef64b38109 100644 --- a/clients/client-emr/src/commands/GetAutoTerminationPolicyCommand.ts +++ b/clients/client-emr/src/commands/GetAutoTerminationPolicyCommand.ts @@ -72,9 +72,6 @@ export class GetAutoTerminationPolicyCommand extends $Command< GetAutoTerminationPolicyCommandOutput, EMRClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -88,9 +85,7 @@ export class GetAutoTerminationPolicyCommand extends $Command< * @public */ constructor(readonly input: GetAutoTerminationPolicyCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -143,7 +138,4 @@ export class GetAutoTerminationPolicyCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetAutoTerminationPolicyCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-emr/src/commands/GetBlockPublicAccessConfigurationCommand.ts b/clients/client-emr/src/commands/GetBlockPublicAccessConfigurationCommand.ts index 160f39a6b73d..2939857dd6ef 100644 --- a/clients/client-emr/src/commands/GetBlockPublicAccessConfigurationCommand.ts +++ b/clients/client-emr/src/commands/GetBlockPublicAccessConfigurationCommand.ts @@ -113,9 +113,6 @@ export class GetBlockPublicAccessConfigurationCommand extends $Command< GetBlockPublicAccessConfigurationCommandOutput, EMRClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -129,9 +126,7 @@ export class GetBlockPublicAccessConfigurationCommand extends $Command< * @public */ constructor(readonly input: GetBlockPublicAccessConfigurationCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -190,7 +185,4 @@ export class GetBlockPublicAccessConfigurationCommand extends $Command< ): Promise { return de_GetBlockPublicAccessConfigurationCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-emr/src/commands/GetClusterSessionCredentialsCommand.ts b/clients/client-emr/src/commands/GetClusterSessionCredentialsCommand.ts index 1c5316661b74..78a3d50aa6a6 100644 --- a/clients/client-emr/src/commands/GetClusterSessionCredentialsCommand.ts +++ b/clients/client-emr/src/commands/GetClusterSessionCredentialsCommand.ts @@ -96,9 +96,6 @@ export class GetClusterSessionCredentialsCommand extends $Command< GetClusterSessionCredentialsCommandOutput, EMRClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -112,9 +109,7 @@ export class GetClusterSessionCredentialsCommand extends $Command< * @public */ constructor(readonly input: GetClusterSessionCredentialsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -170,7 +165,4 @@ export class GetClusterSessionCredentialsCommand extends $Command< ): Promise { return de_GetClusterSessionCredentialsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-emr/src/commands/GetManagedScalingPolicyCommand.ts b/clients/client-emr/src/commands/GetManagedScalingPolicyCommand.ts index 119cbb95ee0b..d0b662718de9 100644 --- a/clients/client-emr/src/commands/GetManagedScalingPolicyCommand.ts +++ b/clients/client-emr/src/commands/GetManagedScalingPolicyCommand.ts @@ -78,9 +78,6 @@ export class GetManagedScalingPolicyCommand extends $Command< GetManagedScalingPolicyCommandOutput, EMRClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -94,9 +91,7 @@ export class GetManagedScalingPolicyCommand extends $Command< * @public */ constructor(readonly input: GetManagedScalingPolicyCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -149,7 +144,4 @@ export class GetManagedScalingPolicyCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetManagedScalingPolicyCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-emr/src/commands/GetStudioSessionMappingCommand.ts b/clients/client-emr/src/commands/GetStudioSessionMappingCommand.ts index 097138390b3b..3cebca9a8aa3 100644 --- a/clients/client-emr/src/commands/GetStudioSessionMappingCommand.ts +++ b/clients/client-emr/src/commands/GetStudioSessionMappingCommand.ts @@ -89,9 +89,6 @@ export class GetStudioSessionMappingCommand extends $Command< GetStudioSessionMappingCommandOutput, EMRClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -105,9 +102,7 @@ export class GetStudioSessionMappingCommand extends $Command< * @public */ constructor(readonly input: GetStudioSessionMappingCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -160,7 +155,4 @@ export class GetStudioSessionMappingCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetStudioSessionMappingCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-emr/src/commands/ListBootstrapActionsCommand.ts b/clients/client-emr/src/commands/ListBootstrapActionsCommand.ts index 82bdf20f77db..08113bd64385 100644 --- a/clients/client-emr/src/commands/ListBootstrapActionsCommand.ts +++ b/clients/client-emr/src/commands/ListBootstrapActionsCommand.ts @@ -87,9 +87,6 @@ export class ListBootstrapActionsCommand extends $Command< ListBootstrapActionsCommandOutput, EMRClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -103,9 +100,7 @@ export class ListBootstrapActionsCommand extends $Command< * @public */ constructor(readonly input: ListBootstrapActionsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -158,7 +153,4 @@ export class ListBootstrapActionsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListBootstrapActionsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-emr/src/commands/ListClustersCommand.ts b/clients/client-emr/src/commands/ListClustersCommand.ts index dfbf041ab4f3..dadd2a38dddf 100644 --- a/clients/client-emr/src/commands/ListClustersCommand.ts +++ b/clients/client-emr/src/commands/ListClustersCommand.ts @@ -118,9 +118,6 @@ export class ListClustersCommand extends $Command< ListClustersCommandOutput, EMRClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -134,9 +131,7 @@ export class ListClustersCommand extends $Command< * @public */ constructor(readonly input: ListClustersCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -187,7 +182,4 @@ export class ListClustersCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListClustersCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-emr/src/commands/ListInstanceFleetsCommand.ts b/clients/client-emr/src/commands/ListInstanceFleetsCommand.ts index 3b27d2506748..751081620c7f 100644 --- a/clients/client-emr/src/commands/ListInstanceFleetsCommand.ts +++ b/clients/client-emr/src/commands/ListInstanceFleetsCommand.ts @@ -167,9 +167,6 @@ export class ListInstanceFleetsCommand extends $Command< ListInstanceFleetsCommandOutput, EMRClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -183,9 +180,7 @@ export class ListInstanceFleetsCommand extends $Command< * @public */ constructor(readonly input: ListInstanceFleetsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -238,7 +233,4 @@ export class ListInstanceFleetsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListInstanceFleetsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-emr/src/commands/ListInstanceGroupsCommand.ts b/clients/client-emr/src/commands/ListInstanceGroupsCommand.ts index 95367b4d0f3a..57bef79f2c6f 100644 --- a/clients/client-emr/src/commands/ListInstanceGroupsCommand.ts +++ b/clients/client-emr/src/commands/ListInstanceGroupsCommand.ts @@ -192,9 +192,6 @@ export class ListInstanceGroupsCommand extends $Command< ListInstanceGroupsCommandOutput, EMRClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -208,9 +205,7 @@ export class ListInstanceGroupsCommand extends $Command< * @public */ constructor(readonly input: ListInstanceGroupsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -263,7 +258,4 @@ export class ListInstanceGroupsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListInstanceGroupsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-emr/src/commands/ListInstancesCommand.ts b/clients/client-emr/src/commands/ListInstancesCommand.ts index f63185245724..ede503afc9a3 100644 --- a/clients/client-emr/src/commands/ListInstancesCommand.ts +++ b/clients/client-emr/src/commands/ListInstancesCommand.ts @@ -122,9 +122,6 @@ export class ListInstancesCommand extends $Command< ListInstancesCommandOutput, EMRClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -138,9 +135,7 @@ export class ListInstancesCommand extends $Command< * @public */ constructor(readonly input: ListInstancesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -191,7 +186,4 @@ export class ListInstancesCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListInstancesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-emr/src/commands/ListNotebookExecutionsCommand.ts b/clients/client-emr/src/commands/ListNotebookExecutionsCommand.ts index 0ba56416b96d..7e558d94cad4 100644 --- a/clients/client-emr/src/commands/ListNotebookExecutionsCommand.ts +++ b/clients/client-emr/src/commands/ListNotebookExecutionsCommand.ts @@ -100,9 +100,6 @@ export class ListNotebookExecutionsCommand extends $Command< ListNotebookExecutionsCommandOutput, EMRClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -116,9 +113,7 @@ export class ListNotebookExecutionsCommand extends $Command< * @public */ constructor(readonly input: ListNotebookExecutionsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -171,7 +166,4 @@ export class ListNotebookExecutionsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListNotebookExecutionsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-emr/src/commands/ListReleaseLabelsCommand.ts b/clients/client-emr/src/commands/ListReleaseLabelsCommand.ts index f454e2bc44d3..a12c3ba8a201 100644 --- a/clients/client-emr/src/commands/ListReleaseLabelsCommand.ts +++ b/clients/client-emr/src/commands/ListReleaseLabelsCommand.ts @@ -86,9 +86,6 @@ export class ListReleaseLabelsCommand extends $Command< ListReleaseLabelsCommandOutput, EMRClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -102,9 +99,7 @@ export class ListReleaseLabelsCommand extends $Command< * @public */ constructor(readonly input: ListReleaseLabelsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -157,7 +152,4 @@ export class ListReleaseLabelsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListReleaseLabelsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-emr/src/commands/ListSecurityConfigurationsCommand.ts b/clients/client-emr/src/commands/ListSecurityConfigurationsCommand.ts index 995df8e86d69..8c4e3e945f9d 100644 --- a/clients/client-emr/src/commands/ListSecurityConfigurationsCommand.ts +++ b/clients/client-emr/src/commands/ListSecurityConfigurationsCommand.ts @@ -86,9 +86,6 @@ export class ListSecurityConfigurationsCommand extends $Command< ListSecurityConfigurationsCommandOutput, EMRClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -102,9 +99,7 @@ export class ListSecurityConfigurationsCommand extends $Command< * @public */ constructor(readonly input: ListSecurityConfigurationsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -160,7 +155,4 @@ export class ListSecurityConfigurationsCommand extends $Command< ): Promise { return de_ListSecurityConfigurationsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-emr/src/commands/ListStepsCommand.ts b/clients/client-emr/src/commands/ListStepsCommand.ts index 439774d94ef8..e7aafb60a505 100644 --- a/clients/client-emr/src/commands/ListStepsCommand.ts +++ b/clients/client-emr/src/commands/ListStepsCommand.ts @@ -119,9 +119,6 @@ export interface ListStepsCommandOutput extends ListStepsOutput, __MetadataBeare * */ export class ListStepsCommand extends $Command { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -135,9 +132,7 @@ export class ListStepsCommand extends $Command { return de_ListStepsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-emr/src/commands/ListStudioSessionMappingsCommand.ts b/clients/client-emr/src/commands/ListStudioSessionMappingsCommand.ts index 4f33560c3fb1..db78557d88d5 100644 --- a/clients/client-emr/src/commands/ListStudioSessionMappingsCommand.ts +++ b/clients/client-emr/src/commands/ListStudioSessionMappingsCommand.ts @@ -90,9 +90,6 @@ export class ListStudioSessionMappingsCommand extends $Command< ListStudioSessionMappingsCommandOutput, EMRClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -106,9 +103,7 @@ export class ListStudioSessionMappingsCommand extends $Command< * @public */ constructor(readonly input: ListStudioSessionMappingsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -164,7 +159,4 @@ export class ListStudioSessionMappingsCommand extends $Command< ): Promise { return de_ListStudioSessionMappingsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-emr/src/commands/ListStudiosCommand.ts b/clients/client-emr/src/commands/ListStudiosCommand.ts index 09ad5d2b2826..a76f7ea7261c 100644 --- a/clients/client-emr/src/commands/ListStudiosCommand.ts +++ b/clients/client-emr/src/commands/ListStudiosCommand.ts @@ -89,9 +89,6 @@ export class ListStudiosCommand extends $Command< ListStudiosCommandOutput, EMRClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -105,9 +102,7 @@ export class ListStudiosCommand extends $Command< * @public */ constructor(readonly input: ListStudiosCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -158,7 +153,4 @@ export class ListStudiosCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListStudiosCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-emr/src/commands/ListSupportedInstanceTypesCommand.ts b/clients/client-emr/src/commands/ListSupportedInstanceTypesCommand.ts index 59beac6fccb5..7a4a6888c2d8 100644 --- a/clients/client-emr/src/commands/ListSupportedInstanceTypesCommand.ts +++ b/clients/client-emr/src/commands/ListSupportedInstanceTypesCommand.ts @@ -94,9 +94,6 @@ export class ListSupportedInstanceTypesCommand extends $Command< ListSupportedInstanceTypesCommandOutput, EMRClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -110,9 +107,7 @@ export class ListSupportedInstanceTypesCommand extends $Command< * @public */ constructor(readonly input: ListSupportedInstanceTypesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -168,7 +163,4 @@ export class ListSupportedInstanceTypesCommand extends $Command< ): Promise { return de_ListSupportedInstanceTypesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-emr/src/commands/ModifyClusterCommand.ts b/clients/client-emr/src/commands/ModifyClusterCommand.ts index cf0cf3aa61bd..be7f6785fd2d 100644 --- a/clients/client-emr/src/commands/ModifyClusterCommand.ts +++ b/clients/client-emr/src/commands/ModifyClusterCommand.ts @@ -79,9 +79,6 @@ export class ModifyClusterCommand extends $Command< ModifyClusterCommandOutput, EMRClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -95,9 +92,7 @@ export class ModifyClusterCommand extends $Command< * @public */ constructor(readonly input: ModifyClusterCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -148,7 +143,4 @@ export class ModifyClusterCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ModifyClusterCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-emr/src/commands/ModifyInstanceFleetCommand.ts b/clients/client-emr/src/commands/ModifyInstanceFleetCommand.ts index 27bdc9d0655d..32be29a2a19b 100644 --- a/clients/client-emr/src/commands/ModifyInstanceFleetCommand.ts +++ b/clients/client-emr/src/commands/ModifyInstanceFleetCommand.ts @@ -94,9 +94,6 @@ export class ModifyInstanceFleetCommand extends $Command< ModifyInstanceFleetCommandOutput, EMRClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -110,9 +107,7 @@ export class ModifyInstanceFleetCommand extends $Command< * @public */ constructor(readonly input: ModifyInstanceFleetCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -165,7 +160,4 @@ export class ModifyInstanceFleetCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ModifyInstanceFleetCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-emr/src/commands/ModifyInstanceGroupsCommand.ts b/clients/client-emr/src/commands/ModifyInstanceGroupsCommand.ts index 6d232ff7c3ce..e051dee1322e 100644 --- a/clients/client-emr/src/commands/ModifyInstanceGroupsCommand.ts +++ b/clients/client-emr/src/commands/ModifyInstanceGroupsCommand.ts @@ -113,9 +113,6 @@ export class ModifyInstanceGroupsCommand extends $Command< ModifyInstanceGroupsCommandOutput, EMRClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -129,9 +126,7 @@ export class ModifyInstanceGroupsCommand extends $Command< * @public */ constructor(readonly input: ModifyInstanceGroupsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -184,7 +179,4 @@ export class ModifyInstanceGroupsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ModifyInstanceGroupsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-emr/src/commands/PutAutoScalingPolicyCommand.ts b/clients/client-emr/src/commands/PutAutoScalingPolicyCommand.ts index 46f302c7effc..37d7bd557db5 100644 --- a/clients/client-emr/src/commands/PutAutoScalingPolicyCommand.ts +++ b/clients/client-emr/src/commands/PutAutoScalingPolicyCommand.ts @@ -159,9 +159,6 @@ export class PutAutoScalingPolicyCommand extends $Command< PutAutoScalingPolicyCommandOutput, EMRClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -175,9 +172,7 @@ export class PutAutoScalingPolicyCommand extends $Command< * @public */ constructor(readonly input: PutAutoScalingPolicyCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -230,7 +225,4 @@ export class PutAutoScalingPolicyCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_PutAutoScalingPolicyCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-emr/src/commands/PutAutoTerminationPolicyCommand.ts b/clients/client-emr/src/commands/PutAutoTerminationPolicyCommand.ts index ecead4adae1b..947aeb6fdc1e 100644 --- a/clients/client-emr/src/commands/PutAutoTerminationPolicyCommand.ts +++ b/clients/client-emr/src/commands/PutAutoTerminationPolicyCommand.ts @@ -79,9 +79,6 @@ export class PutAutoTerminationPolicyCommand extends $Command< PutAutoTerminationPolicyCommandOutput, EMRClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -95,9 +92,7 @@ export class PutAutoTerminationPolicyCommand extends $Command< * @public */ constructor(readonly input: PutAutoTerminationPolicyCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -150,7 +145,4 @@ export class PutAutoTerminationPolicyCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_PutAutoTerminationPolicyCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-emr/src/commands/PutBlockPublicAccessConfigurationCommand.ts b/clients/client-emr/src/commands/PutBlockPublicAccessConfigurationCommand.ts index b2e974b30ef8..f18595b3122d 100644 --- a/clients/client-emr/src/commands/PutBlockPublicAccessConfigurationCommand.ts +++ b/clients/client-emr/src/commands/PutBlockPublicAccessConfigurationCommand.ts @@ -110,9 +110,6 @@ export class PutBlockPublicAccessConfigurationCommand extends $Command< PutBlockPublicAccessConfigurationCommandOutput, EMRClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -126,9 +123,7 @@ export class PutBlockPublicAccessConfigurationCommand extends $Command< * @public */ constructor(readonly input: PutBlockPublicAccessConfigurationCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -187,7 +182,4 @@ export class PutBlockPublicAccessConfigurationCommand extends $Command< ): Promise { return de_PutBlockPublicAccessConfigurationCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-emr/src/commands/PutManagedScalingPolicyCommand.ts b/clients/client-emr/src/commands/PutManagedScalingPolicyCommand.ts index fb3487d7caa8..830c15892966 100644 --- a/clients/client-emr/src/commands/PutManagedScalingPolicyCommand.ts +++ b/clients/client-emr/src/commands/PutManagedScalingPolicyCommand.ts @@ -80,9 +80,6 @@ export class PutManagedScalingPolicyCommand extends $Command< PutManagedScalingPolicyCommandOutput, EMRClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -96,9 +93,7 @@ export class PutManagedScalingPolicyCommand extends $Command< * @public */ constructor(readonly input: PutManagedScalingPolicyCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -151,7 +146,4 @@ export class PutManagedScalingPolicyCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_PutManagedScalingPolicyCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-emr/src/commands/RemoveAutoScalingPolicyCommand.ts b/clients/client-emr/src/commands/RemoveAutoScalingPolicyCommand.ts index 71e5bebb9240..ec0ca7d7151c 100644 --- a/clients/client-emr/src/commands/RemoveAutoScalingPolicyCommand.ts +++ b/clients/client-emr/src/commands/RemoveAutoScalingPolicyCommand.ts @@ -69,9 +69,6 @@ export class RemoveAutoScalingPolicyCommand extends $Command< RemoveAutoScalingPolicyCommandOutput, EMRClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -85,9 +82,7 @@ export class RemoveAutoScalingPolicyCommand extends $Command< * @public */ constructor(readonly input: RemoveAutoScalingPolicyCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -140,7 +135,4 @@ export class RemoveAutoScalingPolicyCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_RemoveAutoScalingPolicyCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-emr/src/commands/RemoveAutoTerminationPolicyCommand.ts b/clients/client-emr/src/commands/RemoveAutoTerminationPolicyCommand.ts index ac9d668b26bd..16504a2df0dc 100644 --- a/clients/client-emr/src/commands/RemoveAutoTerminationPolicyCommand.ts +++ b/clients/client-emr/src/commands/RemoveAutoTerminationPolicyCommand.ts @@ -68,9 +68,6 @@ export class RemoveAutoTerminationPolicyCommand extends $Command< RemoveAutoTerminationPolicyCommandOutput, EMRClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -84,9 +81,7 @@ export class RemoveAutoTerminationPolicyCommand extends $Command< * @public */ constructor(readonly input: RemoveAutoTerminationPolicyCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -142,7 +137,4 @@ export class RemoveAutoTerminationPolicyCommand extends $Command< ): Promise { return de_RemoveAutoTerminationPolicyCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-emr/src/commands/RemoveManagedScalingPolicyCommand.ts b/clients/client-emr/src/commands/RemoveManagedScalingPolicyCommand.ts index cd30087c07da..7b27af389e48 100644 --- a/clients/client-emr/src/commands/RemoveManagedScalingPolicyCommand.ts +++ b/clients/client-emr/src/commands/RemoveManagedScalingPolicyCommand.ts @@ -68,9 +68,6 @@ export class RemoveManagedScalingPolicyCommand extends $Command< RemoveManagedScalingPolicyCommandOutput, EMRClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -84,9 +81,7 @@ export class RemoveManagedScalingPolicyCommand extends $Command< * @public */ constructor(readonly input: RemoveManagedScalingPolicyCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -142,7 +137,4 @@ export class RemoveManagedScalingPolicyCommand extends $Command< ): Promise { return de_RemoveManagedScalingPolicyCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-emr/src/commands/RemoveTagsCommand.ts b/clients/client-emr/src/commands/RemoveTagsCommand.ts index 8457e5f92e76..9a38c12eafdb 100644 --- a/clients/client-emr/src/commands/RemoveTagsCommand.ts +++ b/clients/client-emr/src/commands/RemoveTagsCommand.ts @@ -82,9 +82,6 @@ export class RemoveTagsCommand extends $Command< RemoveTagsCommandOutput, EMRClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -98,9 +95,7 @@ export class RemoveTagsCommand extends $Command< * @public */ constructor(readonly input: RemoveTagsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -151,7 +146,4 @@ export class RemoveTagsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_RemoveTagsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-emr/src/commands/RunJobFlowCommand.ts b/clients/client-emr/src/commands/RunJobFlowCommand.ts index 8c112225595a..d0e1459a15a2 100644 --- a/clients/client-emr/src/commands/RunJobFlowCommand.ts +++ b/clients/client-emr/src/commands/RunJobFlowCommand.ts @@ -361,9 +361,6 @@ export class RunJobFlowCommand extends $Command< RunJobFlowCommandOutput, EMRClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -377,9 +374,7 @@ export class RunJobFlowCommand extends $Command< * @public */ constructor(readonly input: RunJobFlowCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -430,7 +425,4 @@ export class RunJobFlowCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_RunJobFlowCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-emr/src/commands/SetTerminationProtectionCommand.ts b/clients/client-emr/src/commands/SetTerminationProtectionCommand.ts index 03d55662fc04..b98a48ee292a 100644 --- a/clients/client-emr/src/commands/SetTerminationProtectionCommand.ts +++ b/clients/client-emr/src/commands/SetTerminationProtectionCommand.ts @@ -91,9 +91,6 @@ export class SetTerminationProtectionCommand extends $Command< SetTerminationProtectionCommandOutput, EMRClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -107,9 +104,7 @@ export class SetTerminationProtectionCommand extends $Command< * @public */ constructor(readonly input: SetTerminationProtectionCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -162,7 +157,4 @@ export class SetTerminationProtectionCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_SetTerminationProtectionCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-emr/src/commands/SetVisibleToAllUsersCommand.ts b/clients/client-emr/src/commands/SetVisibleToAllUsersCommand.ts index e70ab9a73004..8cbd668ea3af 100644 --- a/clients/client-emr/src/commands/SetVisibleToAllUsersCommand.ts +++ b/clients/client-emr/src/commands/SetVisibleToAllUsersCommand.ts @@ -87,9 +87,6 @@ export class SetVisibleToAllUsersCommand extends $Command< SetVisibleToAllUsersCommandOutput, EMRClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -103,9 +100,7 @@ export class SetVisibleToAllUsersCommand extends $Command< * @public */ constructor(readonly input: SetVisibleToAllUsersCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -158,7 +153,4 @@ export class SetVisibleToAllUsersCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_SetVisibleToAllUsersCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-emr/src/commands/StartNotebookExecutionCommand.ts b/clients/client-emr/src/commands/StartNotebookExecutionCommand.ts index d6403e669bbc..79ae439b0deb 100644 --- a/clients/client-emr/src/commands/StartNotebookExecutionCommand.ts +++ b/clients/client-emr/src/commands/StartNotebookExecutionCommand.ts @@ -106,9 +106,6 @@ export class StartNotebookExecutionCommand extends $Command< StartNotebookExecutionCommandOutput, EMRClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -122,9 +119,7 @@ export class StartNotebookExecutionCommand extends $Command< * @public */ constructor(readonly input: StartNotebookExecutionCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -177,7 +172,4 @@ export class StartNotebookExecutionCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_StartNotebookExecutionCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-emr/src/commands/StopNotebookExecutionCommand.ts b/clients/client-emr/src/commands/StopNotebookExecutionCommand.ts index e1bf26aafd13..65fbc737a082 100644 --- a/clients/client-emr/src/commands/StopNotebookExecutionCommand.ts +++ b/clients/client-emr/src/commands/StopNotebookExecutionCommand.ts @@ -75,9 +75,6 @@ export class StopNotebookExecutionCommand extends $Command< StopNotebookExecutionCommandOutput, EMRClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -91,9 +88,7 @@ export class StopNotebookExecutionCommand extends $Command< * @public */ constructor(readonly input: StopNotebookExecutionCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -146,7 +141,4 @@ export class StopNotebookExecutionCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_StopNotebookExecutionCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-emr/src/commands/TerminateJobFlowsCommand.ts b/clients/client-emr/src/commands/TerminateJobFlowsCommand.ts index 1345d5be7b8a..487a039bffde 100644 --- a/clients/client-emr/src/commands/TerminateJobFlowsCommand.ts +++ b/clients/client-emr/src/commands/TerminateJobFlowsCommand.ts @@ -80,9 +80,6 @@ export class TerminateJobFlowsCommand extends $Command< TerminateJobFlowsCommandOutput, EMRClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -96,9 +93,7 @@ export class TerminateJobFlowsCommand extends $Command< * @public */ constructor(readonly input: TerminateJobFlowsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -151,7 +146,4 @@ export class TerminateJobFlowsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_TerminateJobFlowsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-emr/src/commands/UpdateStudioCommand.ts b/clients/client-emr/src/commands/UpdateStudioCommand.ts index dd619b0dd310..5e10f104bf38 100644 --- a/clients/client-emr/src/commands/UpdateStudioCommand.ts +++ b/clients/client-emr/src/commands/UpdateStudioCommand.ts @@ -82,9 +82,6 @@ export class UpdateStudioCommand extends $Command< UpdateStudioCommandOutput, EMRClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -98,9 +95,7 @@ export class UpdateStudioCommand extends $Command< * @public */ constructor(readonly input: UpdateStudioCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -151,7 +146,4 @@ export class UpdateStudioCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdateStudioCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-emr/src/commands/UpdateStudioSessionMappingCommand.ts b/clients/client-emr/src/commands/UpdateStudioSessionMappingCommand.ts index 9fee44b1615d..f1c28b26ec86 100644 --- a/clients/client-emr/src/commands/UpdateStudioSessionMappingCommand.ts +++ b/clients/client-emr/src/commands/UpdateStudioSessionMappingCommand.ts @@ -79,9 +79,6 @@ export class UpdateStudioSessionMappingCommand extends $Command< UpdateStudioSessionMappingCommandOutput, EMRClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -95,9 +92,7 @@ export class UpdateStudioSessionMappingCommand extends $Command< * @public */ constructor(readonly input: UpdateStudioSessionMappingCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -153,7 +148,4 @@ export class UpdateStudioSessionMappingCommand extends $Command< ): Promise { return de_UpdateStudioSessionMappingCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-entityresolution/package.json b/clients/client-entityresolution/package.json index 01f22a0e3e5a..d84e01abf210 100644 --- a/clients/client-entityresolution/package.json +++ b/clients/client-entityresolution/package.json @@ -34,29 +34,29 @@ "@aws-sdk/util-endpoints": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@smithy/config-resolver": "^2.0.16", - "@smithy/fetch-http-handler": "^2.2.4", - "@smithy/hash-node": "^2.0.12", - "@smithy/invalid-dependency": "^2.0.12", - "@smithy/middleware-content-length": "^2.0.14", - "@smithy/middleware-endpoint": "^2.1.3", - "@smithy/middleware-retry": "^2.0.18", - "@smithy/middleware-serde": "^2.0.12", - "@smithy/middleware-stack": "^2.0.6", - "@smithy/node-config-provider": "^2.1.3", - "@smithy/node-http-handler": "^2.1.8", - "@smithy/protocol-http": "^3.0.8", - "@smithy/smithy-client": "^2.1.12", - "@smithy/types": "^2.4.0", - "@smithy/url-parser": "^2.0.12", - "@smithy/util-base64": "^2.0.0", + "@smithy/config-resolver": "^2.0.18", + "@smithy/fetch-http-handler": "^2.2.6", + "@smithy/hash-node": "^2.0.15", + "@smithy/invalid-dependency": "^2.0.13", + "@smithy/middleware-content-length": "^2.0.15", + "@smithy/middleware-endpoint": "^2.2.0", + "@smithy/middleware-retry": "^2.0.20", + "@smithy/middleware-serde": "^2.0.13", + "@smithy/middleware-stack": "^2.0.7", + "@smithy/node-config-provider": "^2.1.5", + "@smithy/node-http-handler": "^2.1.9", + "@smithy/protocol-http": "^3.0.9", + "@smithy/smithy-client": "^2.1.15", + "@smithy/types": "^2.5.0", + "@smithy/url-parser": "^2.0.13", + "@smithy/util-base64": "^2.0.1", "@smithy/util-body-length-browser": "^2.0.0", "@smithy/util-body-length-node": "^2.1.0", - "@smithy/util-defaults-mode-browser": "^2.0.16", - "@smithy/util-defaults-mode-node": "^2.0.21", - "@smithy/util-endpoints": "^1.0.2", - "@smithy/util-retry": "^2.0.5", - "@smithy/util-utf8": "^2.0.0", + "@smithy/util-defaults-mode-browser": "^2.0.19", + "@smithy/util-defaults-mode-node": "^2.0.25", + "@smithy/util-endpoints": "^1.0.4", + "@smithy/util-retry": "^2.0.6", + "@smithy/util-utf8": "^2.0.2", "tslib": "^2.5.0" }, "devDependencies": { diff --git a/clients/client-entityresolution/src/commands/CreateIdMappingWorkflowCommand.ts b/clients/client-entityresolution/src/commands/CreateIdMappingWorkflowCommand.ts index 2e69cf23f1bd..ec83a5619cec 100644 --- a/clients/client-entityresolution/src/commands/CreateIdMappingWorkflowCommand.ts +++ b/clients/client-entityresolution/src/commands/CreateIdMappingWorkflowCommand.ts @@ -157,9 +157,6 @@ export class CreateIdMappingWorkflowCommand extends $Command< CreateIdMappingWorkflowCommandOutput, EntityResolutionClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -173,9 +170,7 @@ export class CreateIdMappingWorkflowCommand extends $Command< * @public */ constructor(readonly input: CreateIdMappingWorkflowCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -228,7 +223,4 @@ export class CreateIdMappingWorkflowCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateIdMappingWorkflowCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-entityresolution/src/commands/CreateMatchingWorkflowCommand.ts b/clients/client-entityresolution/src/commands/CreateMatchingWorkflowCommand.ts index 8ff765c55379..23aa2441e5b4 100644 --- a/clients/client-entityresolution/src/commands/CreateMatchingWorkflowCommand.ts +++ b/clients/client-entityresolution/src/commands/CreateMatchingWorkflowCommand.ts @@ -201,9 +201,6 @@ export class CreateMatchingWorkflowCommand extends $Command< CreateMatchingWorkflowCommandOutput, EntityResolutionClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -217,9 +214,7 @@ export class CreateMatchingWorkflowCommand extends $Command< * @public */ constructor(readonly input: CreateMatchingWorkflowCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -272,7 +267,4 @@ export class CreateMatchingWorkflowCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateMatchingWorkflowCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-entityresolution/src/commands/CreateSchemaMappingCommand.ts b/clients/client-entityresolution/src/commands/CreateSchemaMappingCommand.ts index 1749964bf85a..b7f6da2c0e01 100644 --- a/clients/client-entityresolution/src/commands/CreateSchemaMappingCommand.ts +++ b/clients/client-entityresolution/src/commands/CreateSchemaMappingCommand.ts @@ -128,9 +128,6 @@ export class CreateSchemaMappingCommand extends $Command< CreateSchemaMappingCommandOutput, EntityResolutionClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -144,9 +141,7 @@ export class CreateSchemaMappingCommand extends $Command< * @public */ constructor(readonly input: CreateSchemaMappingCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -199,7 +194,4 @@ export class CreateSchemaMappingCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateSchemaMappingCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-entityresolution/src/commands/DeleteIdMappingWorkflowCommand.ts b/clients/client-entityresolution/src/commands/DeleteIdMappingWorkflowCommand.ts index 5df76f745039..158e54d954b7 100644 --- a/clients/client-entityresolution/src/commands/DeleteIdMappingWorkflowCommand.ts +++ b/clients/client-entityresolution/src/commands/DeleteIdMappingWorkflowCommand.ts @@ -91,9 +91,6 @@ export class DeleteIdMappingWorkflowCommand extends $Command< DeleteIdMappingWorkflowCommandOutput, EntityResolutionClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -107,9 +104,7 @@ export class DeleteIdMappingWorkflowCommand extends $Command< * @public */ constructor(readonly input: DeleteIdMappingWorkflowCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -162,7 +157,4 @@ export class DeleteIdMappingWorkflowCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteIdMappingWorkflowCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-entityresolution/src/commands/DeleteMatchingWorkflowCommand.ts b/clients/client-entityresolution/src/commands/DeleteMatchingWorkflowCommand.ts index 977fbd3fe0bc..949b1b6246c0 100644 --- a/clients/client-entityresolution/src/commands/DeleteMatchingWorkflowCommand.ts +++ b/clients/client-entityresolution/src/commands/DeleteMatchingWorkflowCommand.ts @@ -91,9 +91,6 @@ export class DeleteMatchingWorkflowCommand extends $Command< DeleteMatchingWorkflowCommandOutput, EntityResolutionClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -107,9 +104,7 @@ export class DeleteMatchingWorkflowCommand extends $Command< * @public */ constructor(readonly input: DeleteMatchingWorkflowCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -162,7 +157,4 @@ export class DeleteMatchingWorkflowCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteMatchingWorkflowCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-entityresolution/src/commands/DeleteSchemaMappingCommand.ts b/clients/client-entityresolution/src/commands/DeleteSchemaMappingCommand.ts index b90f9f9b0b41..29b5c2f99e1d 100644 --- a/clients/client-entityresolution/src/commands/DeleteSchemaMappingCommand.ts +++ b/clients/client-entityresolution/src/commands/DeleteSchemaMappingCommand.ts @@ -99,9 +99,6 @@ export class DeleteSchemaMappingCommand extends $Command< DeleteSchemaMappingCommandOutput, EntityResolutionClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -115,9 +112,7 @@ export class DeleteSchemaMappingCommand extends $Command< * @public */ constructor(readonly input: DeleteSchemaMappingCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -170,7 +165,4 @@ export class DeleteSchemaMappingCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteSchemaMappingCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-entityresolution/src/commands/GetIdMappingJobCommand.ts b/clients/client-entityresolution/src/commands/GetIdMappingJobCommand.ts index 8c22ca52849f..7478c35c6859 100644 --- a/clients/client-entityresolution/src/commands/GetIdMappingJobCommand.ts +++ b/clients/client-entityresolution/src/commands/GetIdMappingJobCommand.ts @@ -107,9 +107,6 @@ export class GetIdMappingJobCommand extends $Command< GetIdMappingJobCommandOutput, EntityResolutionClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -123,9 +120,7 @@ export class GetIdMappingJobCommand extends $Command< * @public */ constructor(readonly input: GetIdMappingJobCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -178,7 +173,4 @@ export class GetIdMappingJobCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetIdMappingJobCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-entityresolution/src/commands/GetIdMappingWorkflowCommand.ts b/clients/client-entityresolution/src/commands/GetIdMappingWorkflowCommand.ts index 54c82df59c87..be5a7c97f7c9 100644 --- a/clients/client-entityresolution/src/commands/GetIdMappingWorkflowCommand.ts +++ b/clients/client-entityresolution/src/commands/GetIdMappingWorkflowCommand.ts @@ -124,9 +124,6 @@ export class GetIdMappingWorkflowCommand extends $Command< GetIdMappingWorkflowCommandOutput, EntityResolutionClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -140,9 +137,7 @@ export class GetIdMappingWorkflowCommand extends $Command< * @public */ constructor(readonly input: GetIdMappingWorkflowCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -195,7 +190,4 @@ export class GetIdMappingWorkflowCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetIdMappingWorkflowCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-entityresolution/src/commands/GetMatchIdCommand.ts b/clients/client-entityresolution/src/commands/GetMatchIdCommand.ts index afb442578329..f4f037abb695 100644 --- a/clients/client-entityresolution/src/commands/GetMatchIdCommand.ts +++ b/clients/client-entityresolution/src/commands/GetMatchIdCommand.ts @@ -98,9 +98,6 @@ export class GetMatchIdCommand extends $Command< GetMatchIdCommandOutput, EntityResolutionClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -114,9 +111,7 @@ export class GetMatchIdCommand extends $Command< * @public */ constructor(readonly input: GetMatchIdCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -167,7 +162,4 @@ export class GetMatchIdCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetMatchIdCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-entityresolution/src/commands/GetMatchingJobCommand.ts b/clients/client-entityresolution/src/commands/GetMatchingJobCommand.ts index 4101b642cc96..e36c3a745443 100644 --- a/clients/client-entityresolution/src/commands/GetMatchingJobCommand.ts +++ b/clients/client-entityresolution/src/commands/GetMatchingJobCommand.ts @@ -108,9 +108,6 @@ export class GetMatchingJobCommand extends $Command< GetMatchingJobCommandOutput, EntityResolutionClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -124,9 +121,7 @@ export class GetMatchingJobCommand extends $Command< * @public */ constructor(readonly input: GetMatchingJobCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -179,7 +174,4 @@ export class GetMatchingJobCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetMatchingJobCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-entityresolution/src/commands/GetMatchingWorkflowCommand.ts b/clients/client-entityresolution/src/commands/GetMatchingWorkflowCommand.ts index 756a77d0a739..6de15660e730 100644 --- a/clients/client-entityresolution/src/commands/GetMatchingWorkflowCommand.ts +++ b/clients/client-entityresolution/src/commands/GetMatchingWorkflowCommand.ts @@ -146,9 +146,6 @@ export class GetMatchingWorkflowCommand extends $Command< GetMatchingWorkflowCommandOutput, EntityResolutionClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -162,9 +159,7 @@ export class GetMatchingWorkflowCommand extends $Command< * @public */ constructor(readonly input: GetMatchingWorkflowCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -217,7 +212,4 @@ export class GetMatchingWorkflowCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetMatchingWorkflowCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-entityresolution/src/commands/GetProviderServiceCommand.ts b/clients/client-entityresolution/src/commands/GetProviderServiceCommand.ts index 802939afa8b8..625dfa0bf0ab 100644 --- a/clients/client-entityresolution/src/commands/GetProviderServiceCommand.ts +++ b/clients/client-entityresolution/src/commands/GetProviderServiceCommand.ts @@ -118,9 +118,6 @@ export class GetProviderServiceCommand extends $Command< GetProviderServiceCommandOutput, EntityResolutionClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -134,9 +131,7 @@ export class GetProviderServiceCommand extends $Command< * @public */ constructor(readonly input: GetProviderServiceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -189,7 +184,4 @@ export class GetProviderServiceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetProviderServiceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-entityresolution/src/commands/GetSchemaMappingCommand.ts b/clients/client-entityresolution/src/commands/GetSchemaMappingCommand.ts index f01b98838299..d78e5cfc9447 100644 --- a/clients/client-entityresolution/src/commands/GetSchemaMappingCommand.ts +++ b/clients/client-entityresolution/src/commands/GetSchemaMappingCommand.ts @@ -111,9 +111,6 @@ export class GetSchemaMappingCommand extends $Command< GetSchemaMappingCommandOutput, EntityResolutionClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -127,9 +124,7 @@ export class GetSchemaMappingCommand extends $Command< * @public */ constructor(readonly input: GetSchemaMappingCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -182,7 +177,4 @@ export class GetSchemaMappingCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetSchemaMappingCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-entityresolution/src/commands/ListIdMappingJobsCommand.ts b/clients/client-entityresolution/src/commands/ListIdMappingJobsCommand.ts index 80a426a2c42e..40486087fc3e 100644 --- a/clients/client-entityresolution/src/commands/ListIdMappingJobsCommand.ts +++ b/clients/client-entityresolution/src/commands/ListIdMappingJobsCommand.ts @@ -104,9 +104,6 @@ export class ListIdMappingJobsCommand extends $Command< ListIdMappingJobsCommandOutput, EntityResolutionClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -120,9 +117,7 @@ export class ListIdMappingJobsCommand extends $Command< * @public */ constructor(readonly input: ListIdMappingJobsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -175,7 +170,4 @@ export class ListIdMappingJobsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListIdMappingJobsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-entityresolution/src/commands/ListIdMappingWorkflowsCommand.ts b/clients/client-entityresolution/src/commands/ListIdMappingWorkflowsCommand.ts index ac6131b290d3..ec225a2f8027 100644 --- a/clients/client-entityresolution/src/commands/ListIdMappingWorkflowsCommand.ts +++ b/clients/client-entityresolution/src/commands/ListIdMappingWorkflowsCommand.ts @@ -100,9 +100,6 @@ export class ListIdMappingWorkflowsCommand extends $Command< ListIdMappingWorkflowsCommandOutput, EntityResolutionClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -116,9 +113,7 @@ export class ListIdMappingWorkflowsCommand extends $Command< * @public */ constructor(readonly input: ListIdMappingWorkflowsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -171,7 +166,4 @@ export class ListIdMappingWorkflowsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListIdMappingWorkflowsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-entityresolution/src/commands/ListMatchingJobsCommand.ts b/clients/client-entityresolution/src/commands/ListMatchingJobsCommand.ts index c6ee388c85e3..d91824cf3b50 100644 --- a/clients/client-entityresolution/src/commands/ListMatchingJobsCommand.ts +++ b/clients/client-entityresolution/src/commands/ListMatchingJobsCommand.ts @@ -104,9 +104,6 @@ export class ListMatchingJobsCommand extends $Command< ListMatchingJobsCommandOutput, EntityResolutionClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -120,9 +117,7 @@ export class ListMatchingJobsCommand extends $Command< * @public */ constructor(readonly input: ListMatchingJobsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -175,7 +170,4 @@ export class ListMatchingJobsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListMatchingJobsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-entityresolution/src/commands/ListMatchingWorkflowsCommand.ts b/clients/client-entityresolution/src/commands/ListMatchingWorkflowsCommand.ts index 5c045efc2361..4f69f3aad929 100644 --- a/clients/client-entityresolution/src/commands/ListMatchingWorkflowsCommand.ts +++ b/clients/client-entityresolution/src/commands/ListMatchingWorkflowsCommand.ts @@ -101,9 +101,6 @@ export class ListMatchingWorkflowsCommand extends $Command< ListMatchingWorkflowsCommandOutput, EntityResolutionClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -117,9 +114,7 @@ export class ListMatchingWorkflowsCommand extends $Command< * @public */ constructor(readonly input: ListMatchingWorkflowsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -172,7 +167,4 @@ export class ListMatchingWorkflowsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListMatchingWorkflowsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-entityresolution/src/commands/ListProviderServicesCommand.ts b/clients/client-entityresolution/src/commands/ListProviderServicesCommand.ts index 86378271db2d..eba9cbee584e 100644 --- a/clients/client-entityresolution/src/commands/ListProviderServicesCommand.ts +++ b/clients/client-entityresolution/src/commands/ListProviderServicesCommand.ts @@ -102,9 +102,6 @@ export class ListProviderServicesCommand extends $Command< ListProviderServicesCommandOutput, EntityResolutionClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -118,9 +115,7 @@ export class ListProviderServicesCommand extends $Command< * @public */ constructor(readonly input: ListProviderServicesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -173,7 +168,4 @@ export class ListProviderServicesCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListProviderServicesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-entityresolution/src/commands/ListSchemaMappingsCommand.ts b/clients/client-entityresolution/src/commands/ListSchemaMappingsCommand.ts index bfe7ceb38c2d..9b0a55766ae7 100644 --- a/clients/client-entityresolution/src/commands/ListSchemaMappingsCommand.ts +++ b/clients/client-entityresolution/src/commands/ListSchemaMappingsCommand.ts @@ -101,9 +101,6 @@ export class ListSchemaMappingsCommand extends $Command< ListSchemaMappingsCommandOutput, EntityResolutionClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -117,9 +114,7 @@ export class ListSchemaMappingsCommand extends $Command< * @public */ constructor(readonly input: ListSchemaMappingsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -172,7 +167,4 @@ export class ListSchemaMappingsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListSchemaMappingsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-entityresolution/src/commands/ListTagsForResourceCommand.ts b/clients/client-entityresolution/src/commands/ListTagsForResourceCommand.ts index 41803a366be0..ee3070382c94 100644 --- a/clients/client-entityresolution/src/commands/ListTagsForResourceCommand.ts +++ b/clients/client-entityresolution/src/commands/ListTagsForResourceCommand.ts @@ -87,9 +87,6 @@ export class ListTagsForResourceCommand extends $Command< ListTagsForResourceCommandOutput, EntityResolutionClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -103,9 +100,7 @@ export class ListTagsForResourceCommand extends $Command< * @public */ constructor(readonly input: ListTagsForResourceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -158,7 +153,4 @@ export class ListTagsForResourceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListTagsForResourceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-entityresolution/src/commands/StartIdMappingJobCommand.ts b/clients/client-entityresolution/src/commands/StartIdMappingJobCommand.ts index 93fb8aca3f99..baf5005c1a79 100644 --- a/clients/client-entityresolution/src/commands/StartIdMappingJobCommand.ts +++ b/clients/client-entityresolution/src/commands/StartIdMappingJobCommand.ts @@ -107,9 +107,6 @@ export class StartIdMappingJobCommand extends $Command< StartIdMappingJobCommandOutput, EntityResolutionClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -123,9 +120,7 @@ export class StartIdMappingJobCommand extends $Command< * @public */ constructor(readonly input: StartIdMappingJobCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -178,7 +173,4 @@ export class StartIdMappingJobCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_StartIdMappingJobCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-entityresolution/src/commands/StartMatchingJobCommand.ts b/clients/client-entityresolution/src/commands/StartMatchingJobCommand.ts index b57cba9e6fa2..51f9a5b89e16 100644 --- a/clients/client-entityresolution/src/commands/StartMatchingJobCommand.ts +++ b/clients/client-entityresolution/src/commands/StartMatchingJobCommand.ts @@ -107,9 +107,6 @@ export class StartMatchingJobCommand extends $Command< StartMatchingJobCommandOutput, EntityResolutionClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -123,9 +120,7 @@ export class StartMatchingJobCommand extends $Command< * @public */ constructor(readonly input: StartMatchingJobCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -178,7 +173,4 @@ export class StartMatchingJobCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_StartMatchingJobCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-entityresolution/src/commands/TagResourceCommand.ts b/clients/client-entityresolution/src/commands/TagResourceCommand.ts index e2ee89ea6a7a..369d3fef402c 100644 --- a/clients/client-entityresolution/src/commands/TagResourceCommand.ts +++ b/clients/client-entityresolution/src/commands/TagResourceCommand.ts @@ -94,9 +94,6 @@ export class TagResourceCommand extends $Command< TagResourceCommandOutput, EntityResolutionClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -110,9 +107,7 @@ export class TagResourceCommand extends $Command< * @public */ constructor(readonly input: TagResourceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -163,7 +158,4 @@ export class TagResourceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_TagResourceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-entityresolution/src/commands/UntagResourceCommand.ts b/clients/client-entityresolution/src/commands/UntagResourceCommand.ts index 56ba6ac5ea9e..5ce9283dd026 100644 --- a/clients/client-entityresolution/src/commands/UntagResourceCommand.ts +++ b/clients/client-entityresolution/src/commands/UntagResourceCommand.ts @@ -81,9 +81,6 @@ export class UntagResourceCommand extends $Command< UntagResourceCommandOutput, EntityResolutionClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -97,9 +94,7 @@ export class UntagResourceCommand extends $Command< * @public */ constructor(readonly input: UntagResourceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -150,7 +145,4 @@ export class UntagResourceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UntagResourceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-entityresolution/src/commands/UpdateIdMappingWorkflowCommand.ts b/clients/client-entityresolution/src/commands/UpdateIdMappingWorkflowCommand.ts index afc78ceb8fde..2de9620b6f51 100644 --- a/clients/client-entityresolution/src/commands/UpdateIdMappingWorkflowCommand.ts +++ b/clients/client-entityresolution/src/commands/UpdateIdMappingWorkflowCommand.ts @@ -146,9 +146,6 @@ export class UpdateIdMappingWorkflowCommand extends $Command< UpdateIdMappingWorkflowCommandOutput, EntityResolutionClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -162,9 +159,7 @@ export class UpdateIdMappingWorkflowCommand extends $Command< * @public */ constructor(readonly input: UpdateIdMappingWorkflowCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -217,7 +212,4 @@ export class UpdateIdMappingWorkflowCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdateIdMappingWorkflowCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-entityresolution/src/commands/UpdateMatchingWorkflowCommand.ts b/clients/client-entityresolution/src/commands/UpdateMatchingWorkflowCommand.ts index 2aaba93479ca..451cca682a13 100644 --- a/clients/client-entityresolution/src/commands/UpdateMatchingWorkflowCommand.ts +++ b/clients/client-entityresolution/src/commands/UpdateMatchingWorkflowCommand.ts @@ -189,9 +189,6 @@ export class UpdateMatchingWorkflowCommand extends $Command< UpdateMatchingWorkflowCommandOutput, EntityResolutionClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -205,9 +202,7 @@ export class UpdateMatchingWorkflowCommand extends $Command< * @public */ constructor(readonly input: UpdateMatchingWorkflowCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -260,7 +255,4 @@ export class UpdateMatchingWorkflowCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdateMatchingWorkflowCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-entityresolution/src/commands/UpdateSchemaMappingCommand.ts b/clients/client-entityresolution/src/commands/UpdateSchemaMappingCommand.ts index 73ab56f591b9..46e682551f23 100644 --- a/clients/client-entityresolution/src/commands/UpdateSchemaMappingCommand.ts +++ b/clients/client-entityresolution/src/commands/UpdateSchemaMappingCommand.ts @@ -125,9 +125,6 @@ export class UpdateSchemaMappingCommand extends $Command< UpdateSchemaMappingCommandOutput, EntityResolutionClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -141,9 +138,7 @@ export class UpdateSchemaMappingCommand extends $Command< * @public */ constructor(readonly input: UpdateSchemaMappingCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -196,7 +191,4 @@ export class UpdateSchemaMappingCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdateSchemaMappingCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-eventbridge/package.json b/clients/client-eventbridge/package.json index be4104f2db78..c7641be0fef6 100644 --- a/clients/client-eventbridge/package.json +++ b/clients/client-eventbridge/package.json @@ -37,29 +37,29 @@ "@aws-sdk/util-endpoints": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@smithy/config-resolver": "^2.0.16", - "@smithy/fetch-http-handler": "^2.2.4", - "@smithy/hash-node": "^2.0.12", - "@smithy/invalid-dependency": "^2.0.12", - "@smithy/middleware-content-length": "^2.0.14", - "@smithy/middleware-endpoint": "^2.1.3", - "@smithy/middleware-retry": "^2.0.18", - "@smithy/middleware-serde": "^2.0.12", - "@smithy/middleware-stack": "^2.0.6", - "@smithy/node-config-provider": "^2.1.3", - "@smithy/node-http-handler": "^2.1.8", - "@smithy/protocol-http": "^3.0.8", - "@smithy/smithy-client": "^2.1.12", - "@smithy/types": "^2.4.0", - "@smithy/url-parser": "^2.0.12", - "@smithy/util-base64": "^2.0.0", + "@smithy/config-resolver": "^2.0.18", + "@smithy/fetch-http-handler": "^2.2.6", + "@smithy/hash-node": "^2.0.15", + "@smithy/invalid-dependency": "^2.0.13", + "@smithy/middleware-content-length": "^2.0.15", + "@smithy/middleware-endpoint": "^2.2.0", + "@smithy/middleware-retry": "^2.0.20", + "@smithy/middleware-serde": "^2.0.13", + "@smithy/middleware-stack": "^2.0.7", + "@smithy/node-config-provider": "^2.1.5", + "@smithy/node-http-handler": "^2.1.9", + "@smithy/protocol-http": "^3.0.9", + "@smithy/smithy-client": "^2.1.15", + "@smithy/types": "^2.5.0", + "@smithy/url-parser": "^2.0.13", + "@smithy/util-base64": "^2.0.1", "@smithy/util-body-length-browser": "^2.0.0", "@smithy/util-body-length-node": "^2.1.0", - "@smithy/util-defaults-mode-browser": "^2.0.16", - "@smithy/util-defaults-mode-node": "^2.0.21", - "@smithy/util-endpoints": "^1.0.2", - "@smithy/util-retry": "^2.0.5", - "@smithy/util-utf8": "^2.0.0", + "@smithy/util-defaults-mode-browser": "^2.0.19", + "@smithy/util-defaults-mode-node": "^2.0.25", + "@smithy/util-endpoints": "^1.0.4", + "@smithy/util-retry": "^2.0.6", + "@smithy/util-utf8": "^2.0.2", "tslib": "^2.5.0" }, "devDependencies": { diff --git a/clients/client-eventbridge/src/commands/ActivateEventSourceCommand.ts b/clients/client-eventbridge/src/commands/ActivateEventSourceCommand.ts index c501c8987b48..1b26e80245a0 100644 --- a/clients/client-eventbridge/src/commands/ActivateEventSourceCommand.ts +++ b/clients/client-eventbridge/src/commands/ActivateEventSourceCommand.ts @@ -84,9 +84,6 @@ export class ActivateEventSourceCommand extends $Command< ActivateEventSourceCommandOutput, EventBridgeClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -100,9 +97,7 @@ export class ActivateEventSourceCommand extends $Command< * @public */ constructor(readonly input: ActivateEventSourceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -155,7 +150,4 @@ export class ActivateEventSourceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ActivateEventSourceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-eventbridge/src/commands/CancelReplayCommand.ts b/clients/client-eventbridge/src/commands/CancelReplayCommand.ts index 1c4c85cd8e43..8bd67cc4a5b7 100644 --- a/clients/client-eventbridge/src/commands/CancelReplayCommand.ts +++ b/clients/client-eventbridge/src/commands/CancelReplayCommand.ts @@ -85,9 +85,6 @@ export class CancelReplayCommand extends $Command< CancelReplayCommandOutput, EventBridgeClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -101,9 +98,7 @@ export class CancelReplayCommand extends $Command< * @public */ constructor(readonly input: CancelReplayCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -154,7 +149,4 @@ export class CancelReplayCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CancelReplayCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-eventbridge/src/commands/CreateApiDestinationCommand.ts b/clients/client-eventbridge/src/commands/CreateApiDestinationCommand.ts index 31b2a70aa5f4..574dd999a6ad 100644 --- a/clients/client-eventbridge/src/commands/CreateApiDestinationCommand.ts +++ b/clients/client-eventbridge/src/commands/CreateApiDestinationCommand.ts @@ -92,9 +92,6 @@ export class CreateApiDestinationCommand extends $Command< CreateApiDestinationCommandOutput, EventBridgeClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -108,9 +105,7 @@ export class CreateApiDestinationCommand extends $Command< * @public */ constructor(readonly input: CreateApiDestinationCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -163,7 +158,4 @@ export class CreateApiDestinationCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateApiDestinationCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-eventbridge/src/commands/CreateArchiveCommand.ts b/clients/client-eventbridge/src/commands/CreateArchiveCommand.ts index 4860a5c25640..de2bc48d33a0 100644 --- a/clients/client-eventbridge/src/commands/CreateArchiveCommand.ts +++ b/clients/client-eventbridge/src/commands/CreateArchiveCommand.ts @@ -100,9 +100,6 @@ export class CreateArchiveCommand extends $Command< CreateArchiveCommandOutput, EventBridgeClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -116,9 +113,7 @@ export class CreateArchiveCommand extends $Command< * @public */ constructor(readonly input: CreateArchiveCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -169,7 +164,4 @@ export class CreateArchiveCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateArchiveCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-eventbridge/src/commands/CreateConnectionCommand.ts b/clients/client-eventbridge/src/commands/CreateConnectionCommand.ts index 7cd1f3c1e8fa..f546d0e03857 100644 --- a/clients/client-eventbridge/src/commands/CreateConnectionCommand.ts +++ b/clients/client-eventbridge/src/commands/CreateConnectionCommand.ts @@ -154,9 +154,6 @@ export class CreateConnectionCommand extends $Command< CreateConnectionCommandOutput, EventBridgeClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -170,9 +167,7 @@ export class CreateConnectionCommand extends $Command< * @public */ constructor(readonly input: CreateConnectionCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -225,7 +220,4 @@ export class CreateConnectionCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateConnectionCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-eventbridge/src/commands/CreateEndpointCommand.ts b/clients/client-eventbridge/src/commands/CreateEndpointCommand.ts index 9908afb30b4c..935ebcc15427 100644 --- a/clients/client-eventbridge/src/commands/CreateEndpointCommand.ts +++ b/clients/client-eventbridge/src/commands/CreateEndpointCommand.ts @@ -123,9 +123,6 @@ export class CreateEndpointCommand extends $Command< CreateEndpointCommandOutput, EventBridgeClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -139,9 +136,7 @@ export class CreateEndpointCommand extends $Command< * @public */ constructor(readonly input: CreateEndpointCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -194,7 +189,4 @@ export class CreateEndpointCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateEndpointCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-eventbridge/src/commands/CreateEventBusCommand.ts b/clients/client-eventbridge/src/commands/CreateEventBusCommand.ts index 6efe03ae69a2..27cf2807461a 100644 --- a/clients/client-eventbridge/src/commands/CreateEventBusCommand.ts +++ b/clients/client-eventbridge/src/commands/CreateEventBusCommand.ts @@ -101,9 +101,6 @@ export class CreateEventBusCommand extends $Command< CreateEventBusCommandOutput, EventBridgeClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -117,9 +114,7 @@ export class CreateEventBusCommand extends $Command< * @public */ constructor(readonly input: CreateEventBusCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -172,7 +167,4 @@ export class CreateEventBusCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateEventBusCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-eventbridge/src/commands/CreatePartnerEventSourceCommand.ts b/clients/client-eventbridge/src/commands/CreatePartnerEventSourceCommand.ts index 46e716dbffd7..32d46bdb6006 100644 --- a/clients/client-eventbridge/src/commands/CreatePartnerEventSourceCommand.ts +++ b/clients/client-eventbridge/src/commands/CreatePartnerEventSourceCommand.ts @@ -110,9 +110,6 @@ export class CreatePartnerEventSourceCommand extends $Command< CreatePartnerEventSourceCommandOutput, EventBridgeClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -126,9 +123,7 @@ export class CreatePartnerEventSourceCommand extends $Command< * @public */ constructor(readonly input: CreatePartnerEventSourceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -181,7 +176,4 @@ export class CreatePartnerEventSourceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreatePartnerEventSourceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-eventbridge/src/commands/DeactivateEventSourceCommand.ts b/clients/client-eventbridge/src/commands/DeactivateEventSourceCommand.ts index f1c2dd0607a3..e831bfdbe4a9 100644 --- a/clients/client-eventbridge/src/commands/DeactivateEventSourceCommand.ts +++ b/clients/client-eventbridge/src/commands/DeactivateEventSourceCommand.ts @@ -87,9 +87,6 @@ export class DeactivateEventSourceCommand extends $Command< DeactivateEventSourceCommandOutput, EventBridgeClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -103,9 +100,7 @@ export class DeactivateEventSourceCommand extends $Command< * @public */ constructor(readonly input: DeactivateEventSourceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -158,7 +153,4 @@ export class DeactivateEventSourceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeactivateEventSourceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-eventbridge/src/commands/DeauthorizeConnectionCommand.ts b/clients/client-eventbridge/src/commands/DeauthorizeConnectionCommand.ts index a6ee6b89c567..e5dee2368c0b 100644 --- a/clients/client-eventbridge/src/commands/DeauthorizeConnectionCommand.ts +++ b/clients/client-eventbridge/src/commands/DeauthorizeConnectionCommand.ts @@ -84,9 +84,6 @@ export class DeauthorizeConnectionCommand extends $Command< DeauthorizeConnectionCommandOutput, EventBridgeClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -100,9 +97,7 @@ export class DeauthorizeConnectionCommand extends $Command< * @public */ constructor(readonly input: DeauthorizeConnectionCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -155,7 +150,4 @@ export class DeauthorizeConnectionCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeauthorizeConnectionCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-eventbridge/src/commands/DeleteApiDestinationCommand.ts b/clients/client-eventbridge/src/commands/DeleteApiDestinationCommand.ts index 573affaacfb0..8b92105c9a8d 100644 --- a/clients/client-eventbridge/src/commands/DeleteApiDestinationCommand.ts +++ b/clients/client-eventbridge/src/commands/DeleteApiDestinationCommand.ts @@ -77,9 +77,6 @@ export class DeleteApiDestinationCommand extends $Command< DeleteApiDestinationCommandOutput, EventBridgeClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -93,9 +90,7 @@ export class DeleteApiDestinationCommand extends $Command< * @public */ constructor(readonly input: DeleteApiDestinationCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -148,7 +143,4 @@ export class DeleteApiDestinationCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteApiDestinationCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-eventbridge/src/commands/DeleteArchiveCommand.ts b/clients/client-eventbridge/src/commands/DeleteArchiveCommand.ts index 312c65d9740c..4cb68407f430 100644 --- a/clients/client-eventbridge/src/commands/DeleteArchiveCommand.ts +++ b/clients/client-eventbridge/src/commands/DeleteArchiveCommand.ts @@ -77,9 +77,6 @@ export class DeleteArchiveCommand extends $Command< DeleteArchiveCommandOutput, EventBridgeClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -93,9 +90,7 @@ export class DeleteArchiveCommand extends $Command< * @public */ constructor(readonly input: DeleteArchiveCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -146,7 +141,4 @@ export class DeleteArchiveCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteArchiveCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-eventbridge/src/commands/DeleteConnectionCommand.ts b/clients/client-eventbridge/src/commands/DeleteConnectionCommand.ts index 25eb6f51746e..a5a13a895b1d 100644 --- a/clients/client-eventbridge/src/commands/DeleteConnectionCommand.ts +++ b/clients/client-eventbridge/src/commands/DeleteConnectionCommand.ts @@ -83,9 +83,6 @@ export class DeleteConnectionCommand extends $Command< DeleteConnectionCommandOutput, EventBridgeClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -99,9 +96,7 @@ export class DeleteConnectionCommand extends $Command< * @public */ constructor(readonly input: DeleteConnectionCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -154,7 +149,4 @@ export class DeleteConnectionCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteConnectionCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-eventbridge/src/commands/DeleteEndpointCommand.ts b/clients/client-eventbridge/src/commands/DeleteEndpointCommand.ts index 2398465f1be2..b24e7d5d0cf0 100644 --- a/clients/client-eventbridge/src/commands/DeleteEndpointCommand.ts +++ b/clients/client-eventbridge/src/commands/DeleteEndpointCommand.ts @@ -77,9 +77,6 @@ export class DeleteEndpointCommand extends $Command< DeleteEndpointCommandOutput, EventBridgeClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -93,9 +90,7 @@ export class DeleteEndpointCommand extends $Command< * @public */ constructor(readonly input: DeleteEndpointCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -148,7 +143,4 @@ export class DeleteEndpointCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteEndpointCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-eventbridge/src/commands/DeleteEventBusCommand.ts b/clients/client-eventbridge/src/commands/DeleteEventBusCommand.ts index ddb9b59207d8..4d4a3ae12caf 100644 --- a/clients/client-eventbridge/src/commands/DeleteEventBusCommand.ts +++ b/clients/client-eventbridge/src/commands/DeleteEventBusCommand.ts @@ -75,9 +75,6 @@ export class DeleteEventBusCommand extends $Command< DeleteEventBusCommandOutput, EventBridgeClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -91,9 +88,7 @@ export class DeleteEventBusCommand extends $Command< * @public */ constructor(readonly input: DeleteEventBusCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -146,7 +141,4 @@ export class DeleteEventBusCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteEventBusCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-eventbridge/src/commands/DeletePartnerEventSourceCommand.ts b/clients/client-eventbridge/src/commands/DeletePartnerEventSourceCommand.ts index 6751d9fbe781..5827cea8c6a0 100644 --- a/clients/client-eventbridge/src/commands/DeletePartnerEventSourceCommand.ts +++ b/clients/client-eventbridge/src/commands/DeletePartnerEventSourceCommand.ts @@ -82,9 +82,6 @@ export class DeletePartnerEventSourceCommand extends $Command< DeletePartnerEventSourceCommandOutput, EventBridgeClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -98,9 +95,7 @@ export class DeletePartnerEventSourceCommand extends $Command< * @public */ constructor(readonly input: DeletePartnerEventSourceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -153,7 +148,4 @@ export class DeletePartnerEventSourceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeletePartnerEventSourceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-eventbridge/src/commands/DeleteRuleCommand.ts b/clients/client-eventbridge/src/commands/DeleteRuleCommand.ts index 03522b84a692..c2c3cb7d83aa 100644 --- a/clients/client-eventbridge/src/commands/DeleteRuleCommand.ts +++ b/clients/client-eventbridge/src/commands/DeleteRuleCommand.ts @@ -97,9 +97,6 @@ export class DeleteRuleCommand extends $Command< DeleteRuleCommandOutput, EventBridgeClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -113,9 +110,7 @@ export class DeleteRuleCommand extends $Command< * @public */ constructor(readonly input: DeleteRuleCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -166,7 +161,4 @@ export class DeleteRuleCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteRuleCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-eventbridge/src/commands/DescribeApiDestinationCommand.ts b/clients/client-eventbridge/src/commands/DescribeApiDestinationCommand.ts index 07a475e69040..e32b23de060c 100644 --- a/clients/client-eventbridge/src/commands/DescribeApiDestinationCommand.ts +++ b/clients/client-eventbridge/src/commands/DescribeApiDestinationCommand.ts @@ -85,9 +85,6 @@ export class DescribeApiDestinationCommand extends $Command< DescribeApiDestinationCommandOutput, EventBridgeClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -101,9 +98,7 @@ export class DescribeApiDestinationCommand extends $Command< * @public */ constructor(readonly input: DescribeApiDestinationCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -156,7 +151,4 @@ export class DescribeApiDestinationCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DescribeApiDestinationCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-eventbridge/src/commands/DescribeArchiveCommand.ts b/clients/client-eventbridge/src/commands/DescribeArchiveCommand.ts index 3bacaf17a9c7..f118a0008510 100644 --- a/clients/client-eventbridge/src/commands/DescribeArchiveCommand.ts +++ b/clients/client-eventbridge/src/commands/DescribeArchiveCommand.ts @@ -89,9 +89,6 @@ export class DescribeArchiveCommand extends $Command< DescribeArchiveCommandOutput, EventBridgeClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -105,9 +102,7 @@ export class DescribeArchiveCommand extends $Command< * @public */ constructor(readonly input: DescribeArchiveCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -160,7 +155,4 @@ export class DescribeArchiveCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DescribeArchiveCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-eventbridge/src/commands/DescribeConnectionCommand.ts b/clients/client-eventbridge/src/commands/DescribeConnectionCommand.ts index 76381ca12cf9..498d75dd44d6 100644 --- a/clients/client-eventbridge/src/commands/DescribeConnectionCommand.ts +++ b/clients/client-eventbridge/src/commands/DescribeConnectionCommand.ts @@ -150,9 +150,6 @@ export class DescribeConnectionCommand extends $Command< DescribeConnectionCommandOutput, EventBridgeClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -166,9 +163,7 @@ export class DescribeConnectionCommand extends $Command< * @public */ constructor(readonly input: DescribeConnectionCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -221,7 +216,4 @@ export class DescribeConnectionCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DescribeConnectionCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-eventbridge/src/commands/DescribeEndpointCommand.ts b/clients/client-eventbridge/src/commands/DescribeEndpointCommand.ts index 32df89c9b933..6feb1cc70cde 100644 --- a/clients/client-eventbridge/src/commands/DescribeEndpointCommand.ts +++ b/clients/client-eventbridge/src/commands/DescribeEndpointCommand.ts @@ -104,9 +104,6 @@ export class DescribeEndpointCommand extends $Command< DescribeEndpointCommandOutput, EventBridgeClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -120,9 +117,7 @@ export class DescribeEndpointCommand extends $Command< * @public */ constructor(readonly input: DescribeEndpointCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -175,7 +170,4 @@ export class DescribeEndpointCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DescribeEndpointCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-eventbridge/src/commands/DescribeEventBusCommand.ts b/clients/client-eventbridge/src/commands/DescribeEventBusCommand.ts index 9c09c311a0dd..2f7a25dd1530 100644 --- a/clients/client-eventbridge/src/commands/DescribeEventBusCommand.ts +++ b/clients/client-eventbridge/src/commands/DescribeEventBusCommand.ts @@ -84,9 +84,6 @@ export class DescribeEventBusCommand extends $Command< DescribeEventBusCommandOutput, EventBridgeClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -100,9 +97,7 @@ export class DescribeEventBusCommand extends $Command< * @public */ constructor(readonly input: DescribeEventBusCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -155,7 +150,4 @@ export class DescribeEventBusCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DescribeEventBusCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-eventbridge/src/commands/DescribeEventSourceCommand.ts b/clients/client-eventbridge/src/commands/DescribeEventSourceCommand.ts index 0264f5148c13..3ae9195e503d 100644 --- a/clients/client-eventbridge/src/commands/DescribeEventSourceCommand.ts +++ b/clients/client-eventbridge/src/commands/DescribeEventSourceCommand.ts @@ -85,9 +85,6 @@ export class DescribeEventSourceCommand extends $Command< DescribeEventSourceCommandOutput, EventBridgeClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -101,9 +98,7 @@ export class DescribeEventSourceCommand extends $Command< * @public */ constructor(readonly input: DescribeEventSourceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -156,7 +151,4 @@ export class DescribeEventSourceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DescribeEventSourceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-eventbridge/src/commands/DescribePartnerEventSourceCommand.ts b/clients/client-eventbridge/src/commands/DescribePartnerEventSourceCommand.ts index 37fe85b2cbd1..edf1617dfb46 100644 --- a/clients/client-eventbridge/src/commands/DescribePartnerEventSourceCommand.ts +++ b/clients/client-eventbridge/src/commands/DescribePartnerEventSourceCommand.ts @@ -83,9 +83,6 @@ export class DescribePartnerEventSourceCommand extends $Command< DescribePartnerEventSourceCommandOutput, EventBridgeClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -99,9 +96,7 @@ export class DescribePartnerEventSourceCommand extends $Command< * @public */ constructor(readonly input: DescribePartnerEventSourceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -157,7 +152,4 @@ export class DescribePartnerEventSourceCommand extends $Command< ): Promise { return de_DescribePartnerEventSourceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-eventbridge/src/commands/DescribeReplayCommand.ts b/clients/client-eventbridge/src/commands/DescribeReplayCommand.ts index 1cc513cde875..cf91a699c8ed 100644 --- a/clients/client-eventbridge/src/commands/DescribeReplayCommand.ts +++ b/clients/client-eventbridge/src/commands/DescribeReplayCommand.ts @@ -100,9 +100,6 @@ export class DescribeReplayCommand extends $Command< DescribeReplayCommandOutput, EventBridgeClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -116,9 +113,7 @@ export class DescribeReplayCommand extends $Command< * @public */ constructor(readonly input: DescribeReplayCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -171,7 +166,4 @@ export class DescribeReplayCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DescribeReplayCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-eventbridge/src/commands/DescribeRuleCommand.ts b/clients/client-eventbridge/src/commands/DescribeRuleCommand.ts index b1e4356e52f9..82f5af13f469 100644 --- a/clients/client-eventbridge/src/commands/DescribeRuleCommand.ts +++ b/clients/client-eventbridge/src/commands/DescribeRuleCommand.ts @@ -88,9 +88,6 @@ export class DescribeRuleCommand extends $Command< DescribeRuleCommandOutput, EventBridgeClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -104,9 +101,7 @@ export class DescribeRuleCommand extends $Command< * @public */ constructor(readonly input: DescribeRuleCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -157,7 +152,4 @@ export class DescribeRuleCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DescribeRuleCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-eventbridge/src/commands/DisableRuleCommand.ts b/clients/client-eventbridge/src/commands/DisableRuleCommand.ts index 00669907a04f..3cf164c842f8 100644 --- a/clients/client-eventbridge/src/commands/DisableRuleCommand.ts +++ b/clients/client-eventbridge/src/commands/DisableRuleCommand.ts @@ -89,9 +89,6 @@ export class DisableRuleCommand extends $Command< DisableRuleCommandOutput, EventBridgeClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -105,9 +102,7 @@ export class DisableRuleCommand extends $Command< * @public */ constructor(readonly input: DisableRuleCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -158,7 +153,4 @@ export class DisableRuleCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DisableRuleCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-eventbridge/src/commands/EnableRuleCommand.ts b/clients/client-eventbridge/src/commands/EnableRuleCommand.ts index 787e29e30de3..ede8c22b53bd 100644 --- a/clients/client-eventbridge/src/commands/EnableRuleCommand.ts +++ b/clients/client-eventbridge/src/commands/EnableRuleCommand.ts @@ -88,9 +88,6 @@ export class EnableRuleCommand extends $Command< EnableRuleCommandOutput, EventBridgeClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -104,9 +101,7 @@ export class EnableRuleCommand extends $Command< * @public */ constructor(readonly input: EnableRuleCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -157,7 +152,4 @@ export class EnableRuleCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_EnableRuleCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-eventbridge/src/commands/ListApiDestinationsCommand.ts b/clients/client-eventbridge/src/commands/ListApiDestinationsCommand.ts index c583ce3e1714..35fad2a6948f 100644 --- a/clients/client-eventbridge/src/commands/ListApiDestinationsCommand.ts +++ b/clients/client-eventbridge/src/commands/ListApiDestinationsCommand.ts @@ -89,9 +89,6 @@ export class ListApiDestinationsCommand extends $Command< ListApiDestinationsCommandOutput, EventBridgeClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -105,9 +102,7 @@ export class ListApiDestinationsCommand extends $Command< * @public */ constructor(readonly input: ListApiDestinationsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -160,7 +155,4 @@ export class ListApiDestinationsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListApiDestinationsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-eventbridge/src/commands/ListArchivesCommand.ts b/clients/client-eventbridge/src/commands/ListArchivesCommand.ts index dbb2041d48f9..4ae45aaa4e15 100644 --- a/clients/client-eventbridge/src/commands/ListArchivesCommand.ts +++ b/clients/client-eventbridge/src/commands/ListArchivesCommand.ts @@ -93,9 +93,6 @@ export class ListArchivesCommand extends $Command< ListArchivesCommandOutput, EventBridgeClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -109,9 +106,7 @@ export class ListArchivesCommand extends $Command< * @public */ constructor(readonly input: ListArchivesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -162,7 +157,4 @@ export class ListArchivesCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListArchivesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-eventbridge/src/commands/ListConnectionsCommand.ts b/clients/client-eventbridge/src/commands/ListConnectionsCommand.ts index ad6dd5a0f7a7..2403be204652 100644 --- a/clients/client-eventbridge/src/commands/ListConnectionsCommand.ts +++ b/clients/client-eventbridge/src/commands/ListConnectionsCommand.ts @@ -88,9 +88,6 @@ export class ListConnectionsCommand extends $Command< ListConnectionsCommandOutput, EventBridgeClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -104,9 +101,7 @@ export class ListConnectionsCommand extends $Command< * @public */ constructor(readonly input: ListConnectionsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -159,7 +154,4 @@ export class ListConnectionsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListConnectionsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-eventbridge/src/commands/ListEndpointsCommand.ts b/clients/client-eventbridge/src/commands/ListEndpointsCommand.ts index 6410573369ea..f31a6a8d555d 100644 --- a/clients/client-eventbridge/src/commands/ListEndpointsCommand.ts +++ b/clients/client-eventbridge/src/commands/ListEndpointsCommand.ts @@ -108,9 +108,6 @@ export class ListEndpointsCommand extends $Command< ListEndpointsCommandOutput, EventBridgeClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -124,9 +121,7 @@ export class ListEndpointsCommand extends $Command< * @public */ constructor(readonly input: ListEndpointsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -177,7 +172,4 @@ export class ListEndpointsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListEndpointsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-eventbridge/src/commands/ListEventBusesCommand.ts b/clients/client-eventbridge/src/commands/ListEventBusesCommand.ts index dcd9b5a76726..d363a3a7b5d7 100644 --- a/clients/client-eventbridge/src/commands/ListEventBusesCommand.ts +++ b/clients/client-eventbridge/src/commands/ListEventBusesCommand.ts @@ -83,9 +83,6 @@ export class ListEventBusesCommand extends $Command< ListEventBusesCommandOutput, EventBridgeClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -99,9 +96,7 @@ export class ListEventBusesCommand extends $Command< * @public */ constructor(readonly input: ListEventBusesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -154,7 +149,4 @@ export class ListEventBusesCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListEventBusesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-eventbridge/src/commands/ListEventSourcesCommand.ts b/clients/client-eventbridge/src/commands/ListEventSourcesCommand.ts index 1c7c168ce7f5..93420abd7cd1 100644 --- a/clients/client-eventbridge/src/commands/ListEventSourcesCommand.ts +++ b/clients/client-eventbridge/src/commands/ListEventSourcesCommand.ts @@ -89,9 +89,6 @@ export class ListEventSourcesCommand extends $Command< ListEventSourcesCommandOutput, EventBridgeClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -105,9 +102,7 @@ export class ListEventSourcesCommand extends $Command< * @public */ constructor(readonly input: ListEventSourcesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -160,7 +155,4 @@ export class ListEventSourcesCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListEventSourcesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-eventbridge/src/commands/ListPartnerEventSourceAccountsCommand.ts b/clients/client-eventbridge/src/commands/ListPartnerEventSourceAccountsCommand.ts index 607d19885a76..93fc4241513b 100644 --- a/clients/client-eventbridge/src/commands/ListPartnerEventSourceAccountsCommand.ts +++ b/clients/client-eventbridge/src/commands/ListPartnerEventSourceAccountsCommand.ts @@ -96,9 +96,6 @@ export class ListPartnerEventSourceAccountsCommand extends $Command< ListPartnerEventSourceAccountsCommandOutput, EventBridgeClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -112,9 +109,7 @@ export class ListPartnerEventSourceAccountsCommand extends $Command< * @public */ constructor(readonly input: ListPartnerEventSourceAccountsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -173,7 +168,4 @@ export class ListPartnerEventSourceAccountsCommand extends $Command< ): Promise { return de_ListPartnerEventSourceAccountsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-eventbridge/src/commands/ListPartnerEventSourcesCommand.ts b/clients/client-eventbridge/src/commands/ListPartnerEventSourcesCommand.ts index 2187a2965ef8..4aa333be8121 100644 --- a/clients/client-eventbridge/src/commands/ListPartnerEventSourcesCommand.ts +++ b/clients/client-eventbridge/src/commands/ListPartnerEventSourcesCommand.ts @@ -85,9 +85,6 @@ export class ListPartnerEventSourcesCommand extends $Command< ListPartnerEventSourcesCommandOutput, EventBridgeClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -101,9 +98,7 @@ export class ListPartnerEventSourcesCommand extends $Command< * @public */ constructor(readonly input: ListPartnerEventSourcesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -156,7 +151,4 @@ export class ListPartnerEventSourcesCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListPartnerEventSourcesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-eventbridge/src/commands/ListReplaysCommand.ts b/clients/client-eventbridge/src/commands/ListReplaysCommand.ts index 93e66abfb94d..f47b429e0f70 100644 --- a/clients/client-eventbridge/src/commands/ListReplaysCommand.ts +++ b/clients/client-eventbridge/src/commands/ListReplaysCommand.ts @@ -91,9 +91,6 @@ export class ListReplaysCommand extends $Command< ListReplaysCommandOutput, EventBridgeClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -107,9 +104,7 @@ export class ListReplaysCommand extends $Command< * @public */ constructor(readonly input: ListReplaysCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -160,7 +155,4 @@ export class ListReplaysCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListReplaysCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-eventbridge/src/commands/ListRuleNamesByTargetCommand.ts b/clients/client-eventbridge/src/commands/ListRuleNamesByTargetCommand.ts index 555b65ec8d0f..7b64657fc9cb 100644 --- a/clients/client-eventbridge/src/commands/ListRuleNamesByTargetCommand.ts +++ b/clients/client-eventbridge/src/commands/ListRuleNamesByTargetCommand.ts @@ -83,9 +83,6 @@ export class ListRuleNamesByTargetCommand extends $Command< ListRuleNamesByTargetCommandOutput, EventBridgeClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -99,9 +96,7 @@ export class ListRuleNamesByTargetCommand extends $Command< * @public */ constructor(readonly input: ListRuleNamesByTargetCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -154,7 +149,4 @@ export class ListRuleNamesByTargetCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListRuleNamesByTargetCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-eventbridge/src/commands/ListRulesCommand.ts b/clients/client-eventbridge/src/commands/ListRulesCommand.ts index 86d9fd12e2d5..1de875b0048b 100644 --- a/clients/client-eventbridge/src/commands/ListRulesCommand.ts +++ b/clients/client-eventbridge/src/commands/ListRulesCommand.ts @@ -95,9 +95,6 @@ export class ListRulesCommand extends $Command< ListRulesCommandOutput, EventBridgeClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -111,9 +108,7 @@ export class ListRulesCommand extends $Command< * @public */ constructor(readonly input: ListRulesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -164,7 +159,4 @@ export class ListRulesCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListRulesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-eventbridge/src/commands/ListTagsForResourceCommand.ts b/clients/client-eventbridge/src/commands/ListTagsForResourceCommand.ts index 6c1270a65336..9c44f87aa736 100644 --- a/clients/client-eventbridge/src/commands/ListTagsForResourceCommand.ts +++ b/clients/client-eventbridge/src/commands/ListTagsForResourceCommand.ts @@ -82,9 +82,6 @@ export class ListTagsForResourceCommand extends $Command< ListTagsForResourceCommandOutput, EventBridgeClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -98,9 +95,7 @@ export class ListTagsForResourceCommand extends $Command< * @public */ constructor(readonly input: ListTagsForResourceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -153,7 +148,4 @@ export class ListTagsForResourceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListTagsForResourceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-eventbridge/src/commands/ListTargetsByRuleCommand.ts b/clients/client-eventbridge/src/commands/ListTargetsByRuleCommand.ts index 88bff23673df..51a59727191b 100644 --- a/clients/client-eventbridge/src/commands/ListTargetsByRuleCommand.ts +++ b/clients/client-eventbridge/src/commands/ListTargetsByRuleCommand.ts @@ -208,9 +208,6 @@ export class ListTargetsByRuleCommand extends $Command< ListTargetsByRuleCommandOutput, EventBridgeClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -224,9 +221,7 @@ export class ListTargetsByRuleCommand extends $Command< * @public */ constructor(readonly input: ListTargetsByRuleCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -279,7 +274,4 @@ export class ListTargetsByRuleCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListTargetsByRuleCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-eventbridge/src/commands/PutEventsCommand.ts b/clients/client-eventbridge/src/commands/PutEventsCommand.ts index 8e7438598c90..868552872eef 100644 --- a/clients/client-eventbridge/src/commands/PutEventsCommand.ts +++ b/clients/client-eventbridge/src/commands/PutEventsCommand.ts @@ -96,9 +96,6 @@ export class PutEventsCommand extends $Command< PutEventsCommandOutput, EventBridgeClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { EndpointId: { type: "contextParams", name: "EndpointId" }, @@ -113,9 +110,7 @@ export class PutEventsCommand extends $Command< * @public */ constructor(readonly input: PutEventsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -166,7 +161,4 @@ export class PutEventsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_PutEventsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-eventbridge/src/commands/PutPartnerEventsCommand.ts b/clients/client-eventbridge/src/commands/PutPartnerEventsCommand.ts index ce0b358f2073..06f8e0409ad8 100644 --- a/clients/client-eventbridge/src/commands/PutPartnerEventsCommand.ts +++ b/clients/client-eventbridge/src/commands/PutPartnerEventsCommand.ts @@ -94,9 +94,6 @@ export class PutPartnerEventsCommand extends $Command< PutPartnerEventsCommandOutput, EventBridgeClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -110,9 +107,7 @@ export class PutPartnerEventsCommand extends $Command< * @public */ constructor(readonly input: PutPartnerEventsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -165,7 +160,4 @@ export class PutPartnerEventsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_PutPartnerEventsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-eventbridge/src/commands/PutPermissionCommand.ts b/clients/client-eventbridge/src/commands/PutPermissionCommand.ts index 85985795bb87..b7e7afe61e45 100644 --- a/clients/client-eventbridge/src/commands/PutPermissionCommand.ts +++ b/clients/client-eventbridge/src/commands/PutPermissionCommand.ts @@ -108,9 +108,6 @@ export class PutPermissionCommand extends $Command< PutPermissionCommandOutput, EventBridgeClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -124,9 +121,7 @@ export class PutPermissionCommand extends $Command< * @public */ constructor(readonly input: PutPermissionCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -177,7 +172,4 @@ export class PutPermissionCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_PutPermissionCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-eventbridge/src/commands/PutRuleCommand.ts b/clients/client-eventbridge/src/commands/PutRuleCommand.ts index ac733e2f7180..2aae4715676b 100644 --- a/clients/client-eventbridge/src/commands/PutRuleCommand.ts +++ b/clients/client-eventbridge/src/commands/PutRuleCommand.ts @@ -145,9 +145,6 @@ export class PutRuleCommand extends $Command< PutRuleCommandOutput, EventBridgeClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -161,9 +158,7 @@ export class PutRuleCommand extends $Command< * @public */ constructor(readonly input: PutRuleCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -214,7 +209,4 @@ export class PutRuleCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_PutRuleCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-eventbridge/src/commands/PutTargetsCommand.ts b/clients/client-eventbridge/src/commands/PutTargetsCommand.ts index 2ac0f03607dc..e68048741e71 100644 --- a/clients/client-eventbridge/src/commands/PutTargetsCommand.ts +++ b/clients/client-eventbridge/src/commands/PutTargetsCommand.ts @@ -401,9 +401,6 @@ export class PutTargetsCommand extends $Command< PutTargetsCommandOutput, EventBridgeClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -417,9 +414,7 @@ export class PutTargetsCommand extends $Command< * @public */ constructor(readonly input: PutTargetsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -470,7 +465,4 @@ export class PutTargetsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_PutTargetsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-eventbridge/src/commands/RemovePermissionCommand.ts b/clients/client-eventbridge/src/commands/RemovePermissionCommand.ts index 0078078e1b47..fbb1cf06c4c4 100644 --- a/clients/client-eventbridge/src/commands/RemovePermissionCommand.ts +++ b/clients/client-eventbridge/src/commands/RemovePermissionCommand.ts @@ -85,9 +85,6 @@ export class RemovePermissionCommand extends $Command< RemovePermissionCommandOutput, EventBridgeClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -101,9 +98,7 @@ export class RemovePermissionCommand extends $Command< * @public */ constructor(readonly input: RemovePermissionCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -156,7 +151,4 @@ export class RemovePermissionCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_RemovePermissionCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-eventbridge/src/commands/RemoveTargetsCommand.ts b/clients/client-eventbridge/src/commands/RemoveTargetsCommand.ts index 0b8a2d8f0387..127ad62f01bf 100644 --- a/clients/client-eventbridge/src/commands/RemoveTargetsCommand.ts +++ b/clients/client-eventbridge/src/commands/RemoveTargetsCommand.ts @@ -108,9 +108,6 @@ export class RemoveTargetsCommand extends $Command< RemoveTargetsCommandOutput, EventBridgeClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -124,9 +121,7 @@ export class RemoveTargetsCommand extends $Command< * @public */ constructor(readonly input: RemoveTargetsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -177,7 +172,4 @@ export class RemoveTargetsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_RemoveTargetsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-eventbridge/src/commands/StartReplayCommand.ts b/clients/client-eventbridge/src/commands/StartReplayCommand.ts index c58b4cfe9fef..7c8446ac90a0 100644 --- a/clients/client-eventbridge/src/commands/StartReplayCommand.ts +++ b/clients/client-eventbridge/src/commands/StartReplayCommand.ts @@ -107,9 +107,6 @@ export class StartReplayCommand extends $Command< StartReplayCommandOutput, EventBridgeClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -123,9 +120,7 @@ export class StartReplayCommand extends $Command< * @public */ constructor(readonly input: StartReplayCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -176,7 +171,4 @@ export class StartReplayCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_StartReplayCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-eventbridge/src/commands/TagResourceCommand.ts b/clients/client-eventbridge/src/commands/TagResourceCommand.ts index c5b39a5073b4..26643ab39d77 100644 --- a/clients/client-eventbridge/src/commands/TagResourceCommand.ts +++ b/clients/client-eventbridge/src/commands/TagResourceCommand.ts @@ -101,9 +101,6 @@ export class TagResourceCommand extends $Command< TagResourceCommandOutput, EventBridgeClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -117,9 +114,7 @@ export class TagResourceCommand extends $Command< * @public */ constructor(readonly input: TagResourceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -170,7 +165,4 @@ export class TagResourceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_TagResourceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-eventbridge/src/commands/TestEventPatternCommand.ts b/clients/client-eventbridge/src/commands/TestEventPatternCommand.ts index 656fcdae8ec0..f7a851f85b09 100644 --- a/clients/client-eventbridge/src/commands/TestEventPatternCommand.ts +++ b/clients/client-eventbridge/src/commands/TestEventPatternCommand.ts @@ -81,9 +81,6 @@ export class TestEventPatternCommand extends $Command< TestEventPatternCommandOutput, EventBridgeClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -97,9 +94,7 @@ export class TestEventPatternCommand extends $Command< * @public */ constructor(readonly input: TestEventPatternCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -152,7 +147,4 @@ export class TestEventPatternCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_TestEventPatternCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-eventbridge/src/commands/UntagResourceCommand.ts b/clients/client-eventbridge/src/commands/UntagResourceCommand.ts index 8a7d951976b3..290b98792292 100644 --- a/clients/client-eventbridge/src/commands/UntagResourceCommand.ts +++ b/clients/client-eventbridge/src/commands/UntagResourceCommand.ts @@ -89,9 +89,6 @@ export class UntagResourceCommand extends $Command< UntagResourceCommandOutput, EventBridgeClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -105,9 +102,7 @@ export class UntagResourceCommand extends $Command< * @public */ constructor(readonly input: UntagResourceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -158,7 +153,4 @@ export class UntagResourceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UntagResourceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-eventbridge/src/commands/UpdateApiDestinationCommand.ts b/clients/client-eventbridge/src/commands/UpdateApiDestinationCommand.ts index 4ff18912a320..5bbad004c4db 100644 --- a/clients/client-eventbridge/src/commands/UpdateApiDestinationCommand.ts +++ b/clients/client-eventbridge/src/commands/UpdateApiDestinationCommand.ts @@ -91,9 +91,6 @@ export class UpdateApiDestinationCommand extends $Command< UpdateApiDestinationCommandOutput, EventBridgeClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -107,9 +104,7 @@ export class UpdateApiDestinationCommand extends $Command< * @public */ constructor(readonly input: UpdateApiDestinationCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -162,7 +157,4 @@ export class UpdateApiDestinationCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdateApiDestinationCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-eventbridge/src/commands/UpdateArchiveCommand.ts b/clients/client-eventbridge/src/commands/UpdateArchiveCommand.ts index 8aeb53ebd167..0d03ba94bdc7 100644 --- a/clients/client-eventbridge/src/commands/UpdateArchiveCommand.ts +++ b/clients/client-eventbridge/src/commands/UpdateArchiveCommand.ts @@ -92,9 +92,6 @@ export class UpdateArchiveCommand extends $Command< UpdateArchiveCommandOutput, EventBridgeClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -108,9 +105,7 @@ export class UpdateArchiveCommand extends $Command< * @public */ constructor(readonly input: UpdateArchiveCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -161,7 +156,4 @@ export class UpdateArchiveCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdateArchiveCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-eventbridge/src/commands/UpdateConnectionCommand.ts b/clients/client-eventbridge/src/commands/UpdateConnectionCommand.ts index 54b1ceb690fe..aac2ff8c2454 100644 --- a/clients/client-eventbridge/src/commands/UpdateConnectionCommand.ts +++ b/clients/client-eventbridge/src/commands/UpdateConnectionCommand.ts @@ -157,9 +157,6 @@ export class UpdateConnectionCommand extends $Command< UpdateConnectionCommandOutput, EventBridgeClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -173,9 +170,7 @@ export class UpdateConnectionCommand extends $Command< * @public */ constructor(readonly input: UpdateConnectionCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -228,7 +223,4 @@ export class UpdateConnectionCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdateConnectionCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-eventbridge/src/commands/UpdateEndpointCommand.ts b/clients/client-eventbridge/src/commands/UpdateEndpointCommand.ts index 79b3b66bd197..9b30301b642c 100644 --- a/clients/client-eventbridge/src/commands/UpdateEndpointCommand.ts +++ b/clients/client-eventbridge/src/commands/UpdateEndpointCommand.ts @@ -122,9 +122,6 @@ export class UpdateEndpointCommand extends $Command< UpdateEndpointCommandOutput, EventBridgeClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -138,9 +135,7 @@ export class UpdateEndpointCommand extends $Command< * @public */ constructor(readonly input: UpdateEndpointCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -193,7 +188,4 @@ export class UpdateEndpointCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdateEndpointCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-evidently/package.json b/clients/client-evidently/package.json index b35ec6b300c5..4e6607800440 100644 --- a/clients/client-evidently/package.json +++ b/clients/client-evidently/package.json @@ -34,29 +34,29 @@ "@aws-sdk/util-endpoints": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@smithy/config-resolver": "^2.0.16", - "@smithy/fetch-http-handler": "^2.2.4", - "@smithy/hash-node": "^2.0.12", - "@smithy/invalid-dependency": "^2.0.12", - "@smithy/middleware-content-length": "^2.0.14", - "@smithy/middleware-endpoint": "^2.1.3", - "@smithy/middleware-retry": "^2.0.18", - "@smithy/middleware-serde": "^2.0.12", - "@smithy/middleware-stack": "^2.0.6", - "@smithy/node-config-provider": "^2.1.3", - "@smithy/node-http-handler": "^2.1.8", - "@smithy/protocol-http": "^3.0.8", - "@smithy/smithy-client": "^2.1.12", - "@smithy/types": "^2.4.0", - "@smithy/url-parser": "^2.0.12", - "@smithy/util-base64": "^2.0.0", + "@smithy/config-resolver": "^2.0.18", + "@smithy/fetch-http-handler": "^2.2.6", + "@smithy/hash-node": "^2.0.15", + "@smithy/invalid-dependency": "^2.0.13", + "@smithy/middleware-content-length": "^2.0.15", + "@smithy/middleware-endpoint": "^2.2.0", + "@smithy/middleware-retry": "^2.0.20", + "@smithy/middleware-serde": "^2.0.13", + "@smithy/middleware-stack": "^2.0.7", + "@smithy/node-config-provider": "^2.1.5", + "@smithy/node-http-handler": "^2.1.9", + "@smithy/protocol-http": "^3.0.9", + "@smithy/smithy-client": "^2.1.15", + "@smithy/types": "^2.5.0", + "@smithy/url-parser": "^2.0.13", + "@smithy/util-base64": "^2.0.1", "@smithy/util-body-length-browser": "^2.0.0", "@smithy/util-body-length-node": "^2.1.0", - "@smithy/util-defaults-mode-browser": "^2.0.16", - "@smithy/util-defaults-mode-node": "^2.0.21", - "@smithy/util-endpoints": "^1.0.2", - "@smithy/util-retry": "^2.0.5", - "@smithy/util-utf8": "^2.0.0", + "@smithy/util-defaults-mode-browser": "^2.0.19", + "@smithy/util-defaults-mode-node": "^2.0.25", + "@smithy/util-endpoints": "^1.0.4", + "@smithy/util-retry": "^2.0.6", + "@smithy/util-utf8": "^2.0.2", "tslib": "^2.5.0" }, "devDependencies": { diff --git a/clients/client-evidently/src/commands/BatchEvaluateFeatureCommand.ts b/clients/client-evidently/src/commands/BatchEvaluateFeatureCommand.ts index 279f17cc9e9f..bcfd43f043c5 100644 --- a/clients/client-evidently/src/commands/BatchEvaluateFeatureCommand.ts +++ b/clients/client-evidently/src/commands/BatchEvaluateFeatureCommand.ts @@ -118,9 +118,6 @@ export class BatchEvaluateFeatureCommand extends $Command< BatchEvaluateFeatureCommandOutput, EvidentlyClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -134,9 +131,7 @@ export class BatchEvaluateFeatureCommand extends $Command< * @public */ constructor(readonly input: BatchEvaluateFeatureCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -189,7 +184,4 @@ export class BatchEvaluateFeatureCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_BatchEvaluateFeatureCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-evidently/src/commands/CreateExperimentCommand.ts b/clients/client-evidently/src/commands/CreateExperimentCommand.ts index ea7bd2f3865a..ad68e7a3507f 100644 --- a/clients/client-evidently/src/commands/CreateExperimentCommand.ts +++ b/clients/client-evidently/src/commands/CreateExperimentCommand.ts @@ -178,9 +178,6 @@ export class CreateExperimentCommand extends $Command< CreateExperimentCommandOutput, EvidentlyClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -194,9 +191,7 @@ export class CreateExperimentCommand extends $Command< * @public */ constructor(readonly input: CreateExperimentCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -249,7 +244,4 @@ export class CreateExperimentCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateExperimentCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-evidently/src/commands/CreateFeatureCommand.ts b/clients/client-evidently/src/commands/CreateFeatureCommand.ts index a18216b23b31..646d8a44d61b 100644 --- a/clients/client-evidently/src/commands/CreateFeatureCommand.ts +++ b/clients/client-evidently/src/commands/CreateFeatureCommand.ts @@ -144,9 +144,6 @@ export class CreateFeatureCommand extends $Command< CreateFeatureCommandOutput, EvidentlyClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -160,9 +157,7 @@ export class CreateFeatureCommand extends $Command< * @public */ constructor(readonly input: CreateFeatureCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -213,7 +208,4 @@ export class CreateFeatureCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateFeatureCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-evidently/src/commands/CreateLaunchCommand.ts b/clients/client-evidently/src/commands/CreateLaunchCommand.ts index 6e81dbc99997..4fa2e4088d64 100644 --- a/clients/client-evidently/src/commands/CreateLaunchCommand.ts +++ b/clients/client-evidently/src/commands/CreateLaunchCommand.ts @@ -193,9 +193,6 @@ export class CreateLaunchCommand extends $Command< CreateLaunchCommandOutput, EvidentlyClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -209,9 +206,7 @@ export class CreateLaunchCommand extends $Command< * @public */ constructor(readonly input: CreateLaunchCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -262,7 +257,4 @@ export class CreateLaunchCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateLaunchCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-evidently/src/commands/CreateProjectCommand.ts b/clients/client-evidently/src/commands/CreateProjectCommand.ts index 6eed70798e1c..02e3c4480cf0 100644 --- a/clients/client-evidently/src/commands/CreateProjectCommand.ts +++ b/clients/client-evidently/src/commands/CreateProjectCommand.ts @@ -130,9 +130,6 @@ export class CreateProjectCommand extends $Command< CreateProjectCommandOutput, EvidentlyClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -146,9 +143,7 @@ export class CreateProjectCommand extends $Command< * @public */ constructor(readonly input: CreateProjectCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -199,7 +194,4 @@ export class CreateProjectCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateProjectCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-evidently/src/commands/CreateSegmentCommand.ts b/clients/client-evidently/src/commands/CreateSegmentCommand.ts index 3eff1691e9df..c2e80125b123 100644 --- a/clients/client-evidently/src/commands/CreateSegmentCommand.ts +++ b/clients/client-evidently/src/commands/CreateSegmentCommand.ts @@ -111,9 +111,6 @@ export class CreateSegmentCommand extends $Command< CreateSegmentCommandOutput, EvidentlyClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -127,9 +124,7 @@ export class CreateSegmentCommand extends $Command< * @public */ constructor(readonly input: CreateSegmentCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -180,7 +175,4 @@ export class CreateSegmentCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateSegmentCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-evidently/src/commands/DeleteExperimentCommand.ts b/clients/client-evidently/src/commands/DeleteExperimentCommand.ts index 292658d104a6..f5fc0f2c894a 100644 --- a/clients/client-evidently/src/commands/DeleteExperimentCommand.ts +++ b/clients/client-evidently/src/commands/DeleteExperimentCommand.ts @@ -88,9 +88,6 @@ export class DeleteExperimentCommand extends $Command< DeleteExperimentCommandOutput, EvidentlyClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -104,9 +101,7 @@ export class DeleteExperimentCommand extends $Command< * @public */ constructor(readonly input: DeleteExperimentCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -159,7 +154,4 @@ export class DeleteExperimentCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteExperimentCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-evidently/src/commands/DeleteFeatureCommand.ts b/clients/client-evidently/src/commands/DeleteFeatureCommand.ts index ae43710f37f6..d28580a6d2d1 100644 --- a/clients/client-evidently/src/commands/DeleteFeatureCommand.ts +++ b/clients/client-evidently/src/commands/DeleteFeatureCommand.ts @@ -84,9 +84,6 @@ export class DeleteFeatureCommand extends $Command< DeleteFeatureCommandOutput, EvidentlyClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -100,9 +97,7 @@ export class DeleteFeatureCommand extends $Command< * @public */ constructor(readonly input: DeleteFeatureCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -153,7 +148,4 @@ export class DeleteFeatureCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteFeatureCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-evidently/src/commands/DeleteLaunchCommand.ts b/clients/client-evidently/src/commands/DeleteLaunchCommand.ts index 268002566a33..ec482083fcd5 100644 --- a/clients/client-evidently/src/commands/DeleteLaunchCommand.ts +++ b/clients/client-evidently/src/commands/DeleteLaunchCommand.ts @@ -85,9 +85,6 @@ export class DeleteLaunchCommand extends $Command< DeleteLaunchCommandOutput, EvidentlyClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -101,9 +98,7 @@ export class DeleteLaunchCommand extends $Command< * @public */ constructor(readonly input: DeleteLaunchCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -154,7 +149,4 @@ export class DeleteLaunchCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteLaunchCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-evidently/src/commands/DeleteProjectCommand.ts b/clients/client-evidently/src/commands/DeleteProjectCommand.ts index b81541527797..360f5206ff97 100644 --- a/clients/client-evidently/src/commands/DeleteProjectCommand.ts +++ b/clients/client-evidently/src/commands/DeleteProjectCommand.ts @@ -84,9 +84,6 @@ export class DeleteProjectCommand extends $Command< DeleteProjectCommandOutput, EvidentlyClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -100,9 +97,7 @@ export class DeleteProjectCommand extends $Command< * @public */ constructor(readonly input: DeleteProjectCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -153,7 +148,4 @@ export class DeleteProjectCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteProjectCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-evidently/src/commands/DeleteSegmentCommand.ts b/clients/client-evidently/src/commands/DeleteSegmentCommand.ts index bf198135d766..abe9114dc07f 100644 --- a/clients/client-evidently/src/commands/DeleteSegmentCommand.ts +++ b/clients/client-evidently/src/commands/DeleteSegmentCommand.ts @@ -84,9 +84,6 @@ export class DeleteSegmentCommand extends $Command< DeleteSegmentCommandOutput, EvidentlyClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -100,9 +97,7 @@ export class DeleteSegmentCommand extends $Command< * @public */ constructor(readonly input: DeleteSegmentCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -153,7 +148,4 @@ export class DeleteSegmentCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteSegmentCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-evidently/src/commands/EvaluateFeatureCommand.ts b/clients/client-evidently/src/commands/EvaluateFeatureCommand.ts index d0c79bf3092f..c055524a653f 100644 --- a/clients/client-evidently/src/commands/EvaluateFeatureCommand.ts +++ b/clients/client-evidently/src/commands/EvaluateFeatureCommand.ts @@ -117,9 +117,6 @@ export class EvaluateFeatureCommand extends $Command< EvaluateFeatureCommandOutput, EvidentlyClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -133,9 +130,7 @@ export class EvaluateFeatureCommand extends $Command< * @public */ constructor(readonly input: EvaluateFeatureCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -188,7 +183,4 @@ export class EvaluateFeatureCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_EvaluateFeatureCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-evidently/src/commands/GetExperimentCommand.ts b/clients/client-evidently/src/commands/GetExperimentCommand.ts index 5dec3525a119..dc8fdb0e2936 100644 --- a/clients/client-evidently/src/commands/GetExperimentCommand.ts +++ b/clients/client-evidently/src/commands/GetExperimentCommand.ts @@ -134,9 +134,6 @@ export class GetExperimentCommand extends $Command< GetExperimentCommandOutput, EvidentlyClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -150,9 +147,7 @@ export class GetExperimentCommand extends $Command< * @public */ constructor(readonly input: GetExperimentCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -203,7 +198,4 @@ export class GetExperimentCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetExperimentCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-evidently/src/commands/GetExperimentResultsCommand.ts b/clients/client-evidently/src/commands/GetExperimentResultsCommand.ts index 8421ca703879..9075163b9fcf 100644 --- a/clients/client-evidently/src/commands/GetExperimentResultsCommand.ts +++ b/clients/client-evidently/src/commands/GetExperimentResultsCommand.ts @@ -130,9 +130,6 @@ export class GetExperimentResultsCommand extends $Command< GetExperimentResultsCommandOutput, EvidentlyClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -146,9 +143,7 @@ export class GetExperimentResultsCommand extends $Command< * @public */ constructor(readonly input: GetExperimentResultsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -201,7 +196,4 @@ export class GetExperimentResultsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetExperimentResultsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-evidently/src/commands/GetFeatureCommand.ts b/clients/client-evidently/src/commands/GetFeatureCommand.ts index 03dc3134b978..391d416d81e1 100644 --- a/clients/client-evidently/src/commands/GetFeatureCommand.ts +++ b/clients/client-evidently/src/commands/GetFeatureCommand.ts @@ -118,9 +118,6 @@ export class GetFeatureCommand extends $Command< GetFeatureCommandOutput, EvidentlyClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -134,9 +131,7 @@ export class GetFeatureCommand extends $Command< * @public */ constructor(readonly input: GetFeatureCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -187,7 +182,4 @@ export class GetFeatureCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetFeatureCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-evidently/src/commands/GetLaunchCommand.ts b/clients/client-evidently/src/commands/GetLaunchCommand.ts index 7b39048f6df8..9631208fb2be 100644 --- a/clients/client-evidently/src/commands/GetLaunchCommand.ts +++ b/clients/client-evidently/src/commands/GetLaunchCommand.ts @@ -141,9 +141,6 @@ export class GetLaunchCommand extends $Command< GetLaunchCommandOutput, EvidentlyClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -157,9 +154,7 @@ export class GetLaunchCommand extends $Command< * @public */ constructor(readonly input: GetLaunchCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -210,7 +205,4 @@ export class GetLaunchCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetLaunchCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-evidently/src/commands/GetProjectCommand.ts b/clients/client-evidently/src/commands/GetProjectCommand.ts index 2140aab3541a..895e5e1453de 100644 --- a/clients/client-evidently/src/commands/GetProjectCommand.ts +++ b/clients/client-evidently/src/commands/GetProjectCommand.ts @@ -112,9 +112,6 @@ export class GetProjectCommand extends $Command< GetProjectCommandOutput, EvidentlyClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -128,9 +125,7 @@ export class GetProjectCommand extends $Command< * @public */ constructor(readonly input: GetProjectCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -181,7 +176,4 @@ export class GetProjectCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetProjectCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-evidently/src/commands/GetSegmentCommand.ts b/clients/client-evidently/src/commands/GetSegmentCommand.ts index b96b1d91d462..2542784d129e 100644 --- a/clients/client-evidently/src/commands/GetSegmentCommand.ts +++ b/clients/client-evidently/src/commands/GetSegmentCommand.ts @@ -95,9 +95,6 @@ export class GetSegmentCommand extends $Command< GetSegmentCommandOutput, EvidentlyClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -111,9 +108,7 @@ export class GetSegmentCommand extends $Command< * @public */ constructor(readonly input: GetSegmentCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -164,7 +159,4 @@ export class GetSegmentCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetSegmentCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-evidently/src/commands/ListExperimentsCommand.ts b/clients/client-evidently/src/commands/ListExperimentsCommand.ts index 23ab1f6ce770..dddfe48b3edd 100644 --- a/clients/client-evidently/src/commands/ListExperimentsCommand.ts +++ b/clients/client-evidently/src/commands/ListExperimentsCommand.ts @@ -135,9 +135,6 @@ export class ListExperimentsCommand extends $Command< ListExperimentsCommandOutput, EvidentlyClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -151,9 +148,7 @@ export class ListExperimentsCommand extends $Command< * @public */ constructor(readonly input: ListExperimentsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -206,7 +201,4 @@ export class ListExperimentsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListExperimentsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-evidently/src/commands/ListFeaturesCommand.ts b/clients/client-evidently/src/commands/ListFeaturesCommand.ts index 16a5d76766fe..85c122fdf8b7 100644 --- a/clients/client-evidently/src/commands/ListFeaturesCommand.ts +++ b/clients/client-evidently/src/commands/ListFeaturesCommand.ts @@ -105,9 +105,6 @@ export class ListFeaturesCommand extends $Command< ListFeaturesCommandOutput, EvidentlyClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -121,9 +118,7 @@ export class ListFeaturesCommand extends $Command< * @public */ constructor(readonly input: ListFeaturesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -174,7 +169,4 @@ export class ListFeaturesCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListFeaturesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-evidently/src/commands/ListLaunchesCommand.ts b/clients/client-evidently/src/commands/ListLaunchesCommand.ts index ddb9c0c068cb..572bc46b2382 100644 --- a/clients/client-evidently/src/commands/ListLaunchesCommand.ts +++ b/clients/client-evidently/src/commands/ListLaunchesCommand.ts @@ -142,9 +142,6 @@ export class ListLaunchesCommand extends $Command< ListLaunchesCommandOutput, EvidentlyClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -158,9 +155,7 @@ export class ListLaunchesCommand extends $Command< * @public */ constructor(readonly input: ListLaunchesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -211,7 +206,4 @@ export class ListLaunchesCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListLaunchesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-evidently/src/commands/ListProjectsCommand.ts b/clients/client-evidently/src/commands/ListProjectsCommand.ts index 4a54732c2e8f..5fbcd709f669 100644 --- a/clients/client-evidently/src/commands/ListProjectsCommand.ts +++ b/clients/client-evidently/src/commands/ListProjectsCommand.ts @@ -99,9 +99,6 @@ export class ListProjectsCommand extends $Command< ListProjectsCommandOutput, EvidentlyClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -115,9 +112,7 @@ export class ListProjectsCommand extends $Command< * @public */ constructor(readonly input: ListProjectsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -168,7 +163,4 @@ export class ListProjectsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListProjectsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-evidently/src/commands/ListSegmentReferencesCommand.ts b/clients/client-evidently/src/commands/ListSegmentReferencesCommand.ts index ca73e251ae60..c380d3fef608 100644 --- a/clients/client-evidently/src/commands/ListSegmentReferencesCommand.ts +++ b/clients/client-evidently/src/commands/ListSegmentReferencesCommand.ts @@ -96,9 +96,6 @@ export class ListSegmentReferencesCommand extends $Command< ListSegmentReferencesCommandOutput, EvidentlyClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -112,9 +109,7 @@ export class ListSegmentReferencesCommand extends $Command< * @public */ constructor(readonly input: ListSegmentReferencesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -167,7 +162,4 @@ export class ListSegmentReferencesCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListSegmentReferencesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-evidently/src/commands/ListSegmentsCommand.ts b/clients/client-evidently/src/commands/ListSegmentsCommand.ts index 639054ce0619..929995a15e8b 100644 --- a/clients/client-evidently/src/commands/ListSegmentsCommand.ts +++ b/clients/client-evidently/src/commands/ListSegmentsCommand.ts @@ -95,9 +95,6 @@ export class ListSegmentsCommand extends $Command< ListSegmentsCommandOutput, EvidentlyClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -111,9 +108,7 @@ export class ListSegmentsCommand extends $Command< * @public */ constructor(readonly input: ListSegmentsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -164,7 +159,4 @@ export class ListSegmentsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListSegmentsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-evidently/src/commands/ListTagsForResourceCommand.ts b/clients/client-evidently/src/commands/ListTagsForResourceCommand.ts index 5b6871246758..5797473f29fb 100644 --- a/clients/client-evidently/src/commands/ListTagsForResourceCommand.ts +++ b/clients/client-evidently/src/commands/ListTagsForResourceCommand.ts @@ -81,9 +81,6 @@ export class ListTagsForResourceCommand extends $Command< ListTagsForResourceCommandOutput, EvidentlyClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -97,9 +94,7 @@ export class ListTagsForResourceCommand extends $Command< * @public */ constructor(readonly input: ListTagsForResourceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -152,7 +147,4 @@ export class ListTagsForResourceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListTagsForResourceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-evidently/src/commands/PutProjectEventsCommand.ts b/clients/client-evidently/src/commands/PutProjectEventsCommand.ts index 1604a886bb47..df9a693cfd81 100644 --- a/clients/client-evidently/src/commands/PutProjectEventsCommand.ts +++ b/clients/client-evidently/src/commands/PutProjectEventsCommand.ts @@ -97,9 +97,6 @@ export class PutProjectEventsCommand extends $Command< PutProjectEventsCommandOutput, EvidentlyClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -113,9 +110,7 @@ export class PutProjectEventsCommand extends $Command< * @public */ constructor(readonly input: PutProjectEventsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -168,7 +163,4 @@ export class PutProjectEventsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_PutProjectEventsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-evidently/src/commands/StartExperimentCommand.ts b/clients/client-evidently/src/commands/StartExperimentCommand.ts index abd959eae1af..7ee8f7f4d7b2 100644 --- a/clients/client-evidently/src/commands/StartExperimentCommand.ts +++ b/clients/client-evidently/src/commands/StartExperimentCommand.ts @@ -91,9 +91,6 @@ export class StartExperimentCommand extends $Command< StartExperimentCommandOutput, EvidentlyClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -107,9 +104,7 @@ export class StartExperimentCommand extends $Command< * @public */ constructor(readonly input: StartExperimentCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -162,7 +157,4 @@ export class StartExperimentCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_StartExperimentCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-evidently/src/commands/StartLaunchCommand.ts b/clients/client-evidently/src/commands/StartLaunchCommand.ts index a91b4417c41d..63216aaa5601 100644 --- a/clients/client-evidently/src/commands/StartLaunchCommand.ts +++ b/clients/client-evidently/src/commands/StartLaunchCommand.ts @@ -147,9 +147,6 @@ export class StartLaunchCommand extends $Command< StartLaunchCommandOutput, EvidentlyClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -163,9 +160,7 @@ export class StartLaunchCommand extends $Command< * @public */ constructor(readonly input: StartLaunchCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -216,7 +211,4 @@ export class StartLaunchCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_StartLaunchCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-evidently/src/commands/StopExperimentCommand.ts b/clients/client-evidently/src/commands/StopExperimentCommand.ts index 12fde6b95819..d7c2575e1f49 100644 --- a/clients/client-evidently/src/commands/StopExperimentCommand.ts +++ b/clients/client-evidently/src/commands/StopExperimentCommand.ts @@ -92,9 +92,6 @@ export class StopExperimentCommand extends $Command< StopExperimentCommandOutput, EvidentlyClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -108,9 +105,7 @@ export class StopExperimentCommand extends $Command< * @public */ constructor(readonly input: StopExperimentCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -163,7 +158,4 @@ export class StopExperimentCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_StopExperimentCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-evidently/src/commands/StopLaunchCommand.ts b/clients/client-evidently/src/commands/StopLaunchCommand.ts index 783f51669c1f..3bac80c446ab 100644 --- a/clients/client-evidently/src/commands/StopLaunchCommand.ts +++ b/clients/client-evidently/src/commands/StopLaunchCommand.ts @@ -89,9 +89,6 @@ export class StopLaunchCommand extends $Command< StopLaunchCommandOutput, EvidentlyClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -105,9 +102,7 @@ export class StopLaunchCommand extends $Command< * @public */ constructor(readonly input: StopLaunchCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -158,7 +153,4 @@ export class StopLaunchCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_StopLaunchCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-evidently/src/commands/TagResourceCommand.ts b/clients/client-evidently/src/commands/TagResourceCommand.ts index 9d7f6e51362c..bc036a201f58 100644 --- a/clients/client-evidently/src/commands/TagResourceCommand.ts +++ b/clients/client-evidently/src/commands/TagResourceCommand.ts @@ -92,9 +92,6 @@ export class TagResourceCommand extends $Command< TagResourceCommandOutput, EvidentlyClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -108,9 +105,7 @@ export class TagResourceCommand extends $Command< * @public */ constructor(readonly input: TagResourceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -161,7 +156,4 @@ export class TagResourceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_TagResourceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-evidently/src/commands/TestSegmentPatternCommand.ts b/clients/client-evidently/src/commands/TestSegmentPatternCommand.ts index 7d54c46af805..52b2524e97f2 100644 --- a/clients/client-evidently/src/commands/TestSegmentPatternCommand.ts +++ b/clients/client-evidently/src/commands/TestSegmentPatternCommand.ts @@ -81,9 +81,6 @@ export class TestSegmentPatternCommand extends $Command< TestSegmentPatternCommandOutput, EvidentlyClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -97,9 +94,7 @@ export class TestSegmentPatternCommand extends $Command< * @public */ constructor(readonly input: TestSegmentPatternCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -152,7 +147,4 @@ export class TestSegmentPatternCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_TestSegmentPatternCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-evidently/src/commands/UntagResourceCommand.ts b/clients/client-evidently/src/commands/UntagResourceCommand.ts index 4d4c4b4e35ff..3a502ebd948b 100644 --- a/clients/client-evidently/src/commands/UntagResourceCommand.ts +++ b/clients/client-evidently/src/commands/UntagResourceCommand.ts @@ -80,9 +80,6 @@ export class UntagResourceCommand extends $Command< UntagResourceCommandOutput, EvidentlyClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -96,9 +93,7 @@ export class UntagResourceCommand extends $Command< * @public */ constructor(readonly input: UntagResourceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -149,7 +144,4 @@ export class UntagResourceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UntagResourceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-evidently/src/commands/UpdateExperimentCommand.ts b/clients/client-evidently/src/commands/UpdateExperimentCommand.ts index b8acfa2ea3ca..94d270b38b83 100644 --- a/clients/client-evidently/src/commands/UpdateExperimentCommand.ts +++ b/clients/client-evidently/src/commands/UpdateExperimentCommand.ts @@ -166,9 +166,6 @@ export class UpdateExperimentCommand extends $Command< UpdateExperimentCommandOutput, EvidentlyClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -182,9 +179,7 @@ export class UpdateExperimentCommand extends $Command< * @public */ constructor(readonly input: UpdateExperimentCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -237,7 +232,4 @@ export class UpdateExperimentCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdateExperimentCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-evidently/src/commands/UpdateFeatureCommand.ts b/clients/client-evidently/src/commands/UpdateFeatureCommand.ts index bdde5e3ead34..7bf4b356986a 100644 --- a/clients/client-evidently/src/commands/UpdateFeatureCommand.ts +++ b/clients/client-evidently/src/commands/UpdateFeatureCommand.ts @@ -142,9 +142,6 @@ export class UpdateFeatureCommand extends $Command< UpdateFeatureCommandOutput, EvidentlyClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -158,9 +155,7 @@ export class UpdateFeatureCommand extends $Command< * @public */ constructor(readonly input: UpdateFeatureCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -211,7 +206,4 @@ export class UpdateFeatureCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdateFeatureCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-evidently/src/commands/UpdateLaunchCommand.ts b/clients/client-evidently/src/commands/UpdateLaunchCommand.ts index 125b4a8b110b..8a8c4976c605 100644 --- a/clients/client-evidently/src/commands/UpdateLaunchCommand.ts +++ b/clients/client-evidently/src/commands/UpdateLaunchCommand.ts @@ -182,9 +182,6 @@ export class UpdateLaunchCommand extends $Command< UpdateLaunchCommandOutput, EvidentlyClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -198,9 +195,7 @@ export class UpdateLaunchCommand extends $Command< * @public */ constructor(readonly input: UpdateLaunchCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -251,7 +246,4 @@ export class UpdateLaunchCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdateLaunchCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-evidently/src/commands/UpdateProjectCommand.ts b/clients/client-evidently/src/commands/UpdateProjectCommand.ts index 4205fe24abd8..c6dc2c865146 100644 --- a/clients/client-evidently/src/commands/UpdateProjectCommand.ts +++ b/clients/client-evidently/src/commands/UpdateProjectCommand.ts @@ -124,9 +124,6 @@ export class UpdateProjectCommand extends $Command< UpdateProjectCommandOutput, EvidentlyClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -140,9 +137,7 @@ export class UpdateProjectCommand extends $Command< * @public */ constructor(readonly input: UpdateProjectCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -193,7 +188,4 @@ export class UpdateProjectCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdateProjectCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-evidently/src/commands/UpdateProjectDataDeliveryCommand.ts b/clients/client-evidently/src/commands/UpdateProjectDataDeliveryCommand.ts index cd7a8e9495e0..049546cf0ca4 100644 --- a/clients/client-evidently/src/commands/UpdateProjectDataDeliveryCommand.ts +++ b/clients/client-evidently/src/commands/UpdateProjectDataDeliveryCommand.ts @@ -125,9 +125,6 @@ export class UpdateProjectDataDeliveryCommand extends $Command< UpdateProjectDataDeliveryCommandOutput, EvidentlyClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -141,9 +138,7 @@ export class UpdateProjectDataDeliveryCommand extends $Command< * @public */ constructor(readonly input: UpdateProjectDataDeliveryCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -199,7 +194,4 @@ export class UpdateProjectDataDeliveryCommand extends $Command< ): Promise { return de_UpdateProjectDataDeliveryCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-finspace-data/package.json b/clients/client-finspace-data/package.json index ee074ab68c82..a55d20559da3 100644 --- a/clients/client-finspace-data/package.json +++ b/clients/client-finspace-data/package.json @@ -34,29 +34,29 @@ "@aws-sdk/util-endpoints": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@smithy/config-resolver": "^2.0.16", - "@smithy/fetch-http-handler": "^2.2.4", - "@smithy/hash-node": "^2.0.12", - "@smithy/invalid-dependency": "^2.0.12", - "@smithy/middleware-content-length": "^2.0.14", - "@smithy/middleware-endpoint": "^2.1.3", - "@smithy/middleware-retry": "^2.0.18", - "@smithy/middleware-serde": "^2.0.12", - "@smithy/middleware-stack": "^2.0.6", - "@smithy/node-config-provider": "^2.1.3", - "@smithy/node-http-handler": "^2.1.8", - "@smithy/protocol-http": "^3.0.8", - "@smithy/smithy-client": "^2.1.12", - "@smithy/types": "^2.4.0", - "@smithy/url-parser": "^2.0.12", - "@smithy/util-base64": "^2.0.0", + "@smithy/config-resolver": "^2.0.18", + "@smithy/fetch-http-handler": "^2.2.6", + "@smithy/hash-node": "^2.0.15", + "@smithy/invalid-dependency": "^2.0.13", + "@smithy/middleware-content-length": "^2.0.15", + "@smithy/middleware-endpoint": "^2.2.0", + "@smithy/middleware-retry": "^2.0.20", + "@smithy/middleware-serde": "^2.0.13", + "@smithy/middleware-stack": "^2.0.7", + "@smithy/node-config-provider": "^2.1.5", + "@smithy/node-http-handler": "^2.1.9", + "@smithy/protocol-http": "^3.0.9", + "@smithy/smithy-client": "^2.1.15", + "@smithy/types": "^2.5.0", + "@smithy/url-parser": "^2.0.13", + "@smithy/util-base64": "^2.0.1", "@smithy/util-body-length-browser": "^2.0.0", "@smithy/util-body-length-node": "^2.1.0", - "@smithy/util-defaults-mode-browser": "^2.0.16", - "@smithy/util-defaults-mode-node": "^2.0.21", - "@smithy/util-endpoints": "^1.0.2", - "@smithy/util-retry": "^2.0.5", - "@smithy/util-utf8": "^2.0.0", + "@smithy/util-defaults-mode-browser": "^2.0.19", + "@smithy/util-defaults-mode-node": "^2.0.25", + "@smithy/util-endpoints": "^1.0.4", + "@smithy/util-retry": "^2.0.6", + "@smithy/util-utf8": "^2.0.2", "tslib": "^2.5.0", "uuid": "^8.3.2" }, diff --git a/clients/client-finspace-data/src/commands/AssociateUserToPermissionGroupCommand.ts b/clients/client-finspace-data/src/commands/AssociateUserToPermissionGroupCommand.ts index e3ed712ca3ad..96e0dde2f717 100644 --- a/clients/client-finspace-data/src/commands/AssociateUserToPermissionGroupCommand.ts +++ b/clients/client-finspace-data/src/commands/AssociateUserToPermissionGroupCommand.ts @@ -96,9 +96,6 @@ export class AssociateUserToPermissionGroupCommand extends $Command< AssociateUserToPermissionGroupCommandOutput, FinspaceDataClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -112,9 +109,7 @@ export class AssociateUserToPermissionGroupCommand extends $Command< * @public */ constructor(readonly input: AssociateUserToPermissionGroupCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -173,7 +168,4 @@ export class AssociateUserToPermissionGroupCommand extends $Command< ): Promise { return de_AssociateUserToPermissionGroupCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-finspace-data/src/commands/CreateChangesetCommand.ts b/clients/client-finspace-data/src/commands/CreateChangesetCommand.ts index 7a31ec18dcd5..743bb67fd53b 100644 --- a/clients/client-finspace-data/src/commands/CreateChangesetCommand.ts +++ b/clients/client-finspace-data/src/commands/CreateChangesetCommand.ts @@ -101,9 +101,6 @@ export class CreateChangesetCommand extends $Command< CreateChangesetCommandOutput, FinspaceDataClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -117,9 +114,7 @@ export class CreateChangesetCommand extends $Command< * @public */ constructor(readonly input: CreateChangesetCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -172,7 +167,4 @@ export class CreateChangesetCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateChangesetCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-finspace-data/src/commands/CreateDataViewCommand.ts b/clients/client-finspace-data/src/commands/CreateDataViewCommand.ts index 94fa1992b6c8..afcf80b30296 100644 --- a/clients/client-finspace-data/src/commands/CreateDataViewCommand.ts +++ b/clients/client-finspace-data/src/commands/CreateDataViewCommand.ts @@ -106,9 +106,6 @@ export class CreateDataViewCommand extends $Command< CreateDataViewCommandOutput, FinspaceDataClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -122,9 +119,7 @@ export class CreateDataViewCommand extends $Command< * @public */ constructor(readonly input: CreateDataViewCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -177,7 +172,4 @@ export class CreateDataViewCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateDataViewCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-finspace-data/src/commands/CreateDatasetCommand.ts b/clients/client-finspace-data/src/commands/CreateDatasetCommand.ts index cdc5d89e5adf..07c54cec64e4 100644 --- a/clients/client-finspace-data/src/commands/CreateDatasetCommand.ts +++ b/clients/client-finspace-data/src/commands/CreateDatasetCommand.ts @@ -127,9 +127,6 @@ export class CreateDatasetCommand extends $Command< CreateDatasetCommandOutput, FinspaceDataClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -143,9 +140,7 @@ export class CreateDatasetCommand extends $Command< * @public */ constructor(readonly input: CreateDatasetCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -196,7 +191,4 @@ export class CreateDatasetCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateDatasetCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-finspace-data/src/commands/CreatePermissionGroupCommand.ts b/clients/client-finspace-data/src/commands/CreatePermissionGroupCommand.ts index 883854b55ca5..b50d34db52c0 100644 --- a/clients/client-finspace-data/src/commands/CreatePermissionGroupCommand.ts +++ b/clients/client-finspace-data/src/commands/CreatePermissionGroupCommand.ts @@ -98,9 +98,6 @@ export class CreatePermissionGroupCommand extends $Command< CreatePermissionGroupCommandOutput, FinspaceDataClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -114,9 +111,7 @@ export class CreatePermissionGroupCommand extends $Command< * @public */ constructor(readonly input: CreatePermissionGroupCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -169,7 +164,4 @@ export class CreatePermissionGroupCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreatePermissionGroupCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-finspace-data/src/commands/CreateUserCommand.ts b/clients/client-finspace-data/src/commands/CreateUserCommand.ts index b72213668424..aa3e366431ec 100644 --- a/clients/client-finspace-data/src/commands/CreateUserCommand.ts +++ b/clients/client-finspace-data/src/commands/CreateUserCommand.ts @@ -95,9 +95,6 @@ export class CreateUserCommand extends $Command< CreateUserCommandOutput, FinspaceDataClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -111,9 +108,7 @@ export class CreateUserCommand extends $Command< * @public */ constructor(readonly input: CreateUserCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -164,7 +159,4 @@ export class CreateUserCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateUserCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-finspace-data/src/commands/DeleteDatasetCommand.ts b/clients/client-finspace-data/src/commands/DeleteDatasetCommand.ts index 148f21400593..aba051ea73b3 100644 --- a/clients/client-finspace-data/src/commands/DeleteDatasetCommand.ts +++ b/clients/client-finspace-data/src/commands/DeleteDatasetCommand.ts @@ -93,9 +93,6 @@ export class DeleteDatasetCommand extends $Command< DeleteDatasetCommandOutput, FinspaceDataClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -109,9 +106,7 @@ export class DeleteDatasetCommand extends $Command< * @public */ constructor(readonly input: DeleteDatasetCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -162,7 +157,4 @@ export class DeleteDatasetCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteDatasetCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-finspace-data/src/commands/DeletePermissionGroupCommand.ts b/clients/client-finspace-data/src/commands/DeletePermissionGroupCommand.ts index 87d55895e310..bb9ca11d0ae3 100644 --- a/clients/client-finspace-data/src/commands/DeletePermissionGroupCommand.ts +++ b/clients/client-finspace-data/src/commands/DeletePermissionGroupCommand.ts @@ -93,9 +93,6 @@ export class DeletePermissionGroupCommand extends $Command< DeletePermissionGroupCommandOutput, FinspaceDataClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -109,9 +106,7 @@ export class DeletePermissionGroupCommand extends $Command< * @public */ constructor(readonly input: DeletePermissionGroupCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -164,7 +159,4 @@ export class DeletePermissionGroupCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeletePermissionGroupCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-finspace-data/src/commands/DisableUserCommand.ts b/clients/client-finspace-data/src/commands/DisableUserCommand.ts index cdfbd1b3cb82..2804f4742a8f 100644 --- a/clients/client-finspace-data/src/commands/DisableUserCommand.ts +++ b/clients/client-finspace-data/src/commands/DisableUserCommand.ts @@ -90,9 +90,6 @@ export class DisableUserCommand extends $Command< DisableUserCommandOutput, FinspaceDataClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -106,9 +103,7 @@ export class DisableUserCommand extends $Command< * @public */ constructor(readonly input: DisableUserCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -159,7 +154,4 @@ export class DisableUserCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DisableUserCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-finspace-data/src/commands/DisassociateUserFromPermissionGroupCommand.ts b/clients/client-finspace-data/src/commands/DisassociateUserFromPermissionGroupCommand.ts index 0e374a37e2ed..cefaf1cedd7d 100644 --- a/clients/client-finspace-data/src/commands/DisassociateUserFromPermissionGroupCommand.ts +++ b/clients/client-finspace-data/src/commands/DisassociateUserFromPermissionGroupCommand.ts @@ -99,9 +99,6 @@ export class DisassociateUserFromPermissionGroupCommand extends $Command< DisassociateUserFromPermissionGroupCommandOutput, FinspaceDataClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -115,9 +112,7 @@ export class DisassociateUserFromPermissionGroupCommand extends $Command< * @public */ constructor(readonly input: DisassociateUserFromPermissionGroupCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -176,7 +171,4 @@ export class DisassociateUserFromPermissionGroupCommand extends $Command< ): Promise { return de_DisassociateUserFromPermissionGroupCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-finspace-data/src/commands/EnableUserCommand.ts b/clients/client-finspace-data/src/commands/EnableUserCommand.ts index 50c42b967f36..b9617c531267 100644 --- a/clients/client-finspace-data/src/commands/EnableUserCommand.ts +++ b/clients/client-finspace-data/src/commands/EnableUserCommand.ts @@ -93,9 +93,6 @@ export class EnableUserCommand extends $Command< EnableUserCommandOutput, FinspaceDataClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -109,9 +106,7 @@ export class EnableUserCommand extends $Command< * @public */ constructor(readonly input: EnableUserCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -162,7 +157,4 @@ export class EnableUserCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_EnableUserCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-finspace-data/src/commands/GetChangesetCommand.ts b/clients/client-finspace-data/src/commands/GetChangesetCommand.ts index 44b496c003b0..0d4840f5e5d1 100644 --- a/clients/client-finspace-data/src/commands/GetChangesetCommand.ts +++ b/clients/client-finspace-data/src/commands/GetChangesetCommand.ts @@ -109,9 +109,6 @@ export class GetChangesetCommand extends $Command< GetChangesetCommandOutput, FinspaceDataClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -125,9 +122,7 @@ export class GetChangesetCommand extends $Command< * @public */ constructor(readonly input: GetChangesetCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -178,7 +173,4 @@ export class GetChangesetCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetChangesetCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-finspace-data/src/commands/GetDataViewCommand.ts b/clients/client-finspace-data/src/commands/GetDataViewCommand.ts index 4a0ab2e49607..7762bed244b4 100644 --- a/clients/client-finspace-data/src/commands/GetDataViewCommand.ts +++ b/clients/client-finspace-data/src/commands/GetDataViewCommand.ts @@ -111,9 +111,6 @@ export class GetDataViewCommand extends $Command< GetDataViewCommandOutput, FinspaceDataClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -127,9 +124,7 @@ export class GetDataViewCommand extends $Command< * @public */ constructor(readonly input: GetDataViewCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -180,7 +175,4 @@ export class GetDataViewCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetDataViewCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-finspace-data/src/commands/GetDatasetCommand.ts b/clients/client-finspace-data/src/commands/GetDatasetCommand.ts index 46a7dabbd3f8..a971eefd902d 100644 --- a/clients/client-finspace-data/src/commands/GetDatasetCommand.ts +++ b/clients/client-finspace-data/src/commands/GetDatasetCommand.ts @@ -111,9 +111,6 @@ export class GetDatasetCommand extends $Command< GetDatasetCommandOutput, FinspaceDataClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -127,9 +124,7 @@ export class GetDatasetCommand extends $Command< * @public */ constructor(readonly input: GetDatasetCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -180,7 +175,4 @@ export class GetDatasetCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetDatasetCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-finspace-data/src/commands/GetExternalDataViewAccessDetailsCommand.ts b/clients/client-finspace-data/src/commands/GetExternalDataViewAccessDetailsCommand.ts index 7db628868a2f..b3acac44395a 100644 --- a/clients/client-finspace-data/src/commands/GetExternalDataViewAccessDetailsCommand.ts +++ b/clients/client-finspace-data/src/commands/GetExternalDataViewAccessDetailsCommand.ts @@ -113,9 +113,6 @@ export class GetExternalDataViewAccessDetailsCommand extends $Command< GetExternalDataViewAccessDetailsCommandOutput, FinspaceDataClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -129,9 +126,7 @@ export class GetExternalDataViewAccessDetailsCommand extends $Command< * @public */ constructor(readonly input: GetExternalDataViewAccessDetailsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -190,7 +185,4 @@ export class GetExternalDataViewAccessDetailsCommand extends $Command< ): Promise { return de_GetExternalDataViewAccessDetailsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-finspace-data/src/commands/GetPermissionGroupCommand.ts b/clients/client-finspace-data/src/commands/GetPermissionGroupCommand.ts index 1c2fcaf59536..cb37e52e67a3 100644 --- a/clients/client-finspace-data/src/commands/GetPermissionGroupCommand.ts +++ b/clients/client-finspace-data/src/commands/GetPermissionGroupCommand.ts @@ -100,9 +100,6 @@ export class GetPermissionGroupCommand extends $Command< GetPermissionGroupCommandOutput, FinspaceDataClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -116,9 +113,7 @@ export class GetPermissionGroupCommand extends $Command< * @public */ constructor(readonly input: GetPermissionGroupCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -171,7 +166,4 @@ export class GetPermissionGroupCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetPermissionGroupCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-finspace-data/src/commands/GetProgrammaticAccessCredentialsCommand.ts b/clients/client-finspace-data/src/commands/GetProgrammaticAccessCredentialsCommand.ts index e5b915da927b..52974521c85a 100644 --- a/clients/client-finspace-data/src/commands/GetProgrammaticAccessCredentialsCommand.ts +++ b/clients/client-finspace-data/src/commands/GetProgrammaticAccessCredentialsCommand.ts @@ -98,9 +98,6 @@ export class GetProgrammaticAccessCredentialsCommand extends $Command< GetProgrammaticAccessCredentialsCommandOutput, FinspaceDataClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -114,9 +111,7 @@ export class GetProgrammaticAccessCredentialsCommand extends $Command< * @public */ constructor(readonly input: GetProgrammaticAccessCredentialsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -175,7 +170,4 @@ export class GetProgrammaticAccessCredentialsCommand extends $Command< ): Promise { return de_GetProgrammaticAccessCredentialsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-finspace-data/src/commands/GetUserCommand.ts b/clients/client-finspace-data/src/commands/GetUserCommand.ts index 4457cf3da173..e0f6f84ac566 100644 --- a/clients/client-finspace-data/src/commands/GetUserCommand.ts +++ b/clients/client-finspace-data/src/commands/GetUserCommand.ts @@ -98,9 +98,6 @@ export class GetUserCommand extends $Command< GetUserCommandOutput, FinspaceDataClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -114,9 +111,7 @@ export class GetUserCommand extends $Command< * @public */ constructor(readonly input: GetUserCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -167,7 +162,4 @@ export class GetUserCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetUserCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-finspace-data/src/commands/GetWorkingLocationCommand.ts b/clients/client-finspace-data/src/commands/GetWorkingLocationCommand.ts index 5edef0f4c116..752786c8a406 100644 --- a/clients/client-finspace-data/src/commands/GetWorkingLocationCommand.ts +++ b/clients/client-finspace-data/src/commands/GetWorkingLocationCommand.ts @@ -86,9 +86,6 @@ export class GetWorkingLocationCommand extends $Command< GetWorkingLocationCommandOutput, FinspaceDataClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -102,9 +99,7 @@ export class GetWorkingLocationCommand extends $Command< * @public */ constructor(readonly input: GetWorkingLocationCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -157,7 +152,4 @@ export class GetWorkingLocationCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetWorkingLocationCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-finspace-data/src/commands/ListChangesetsCommand.ts b/clients/client-finspace-data/src/commands/ListChangesetsCommand.ts index 4d5aa0ba5749..c1b4668d9132 100644 --- a/clients/client-finspace-data/src/commands/ListChangesetsCommand.ts +++ b/clients/client-finspace-data/src/commands/ListChangesetsCommand.ts @@ -115,9 +115,6 @@ export class ListChangesetsCommand extends $Command< ListChangesetsCommandOutput, FinspaceDataClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -131,9 +128,7 @@ export class ListChangesetsCommand extends $Command< * @public */ constructor(readonly input: ListChangesetsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -186,7 +181,4 @@ export class ListChangesetsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListChangesetsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-finspace-data/src/commands/ListDataViewsCommand.ts b/clients/client-finspace-data/src/commands/ListDataViewsCommand.ts index 5cdb358fc211..b00139b98f74 100644 --- a/clients/client-finspace-data/src/commands/ListDataViewsCommand.ts +++ b/clients/client-finspace-data/src/commands/ListDataViewsCommand.ts @@ -117,9 +117,6 @@ export class ListDataViewsCommand extends $Command< ListDataViewsCommandOutput, FinspaceDataClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -133,9 +130,7 @@ export class ListDataViewsCommand extends $Command< * @public */ constructor(readonly input: ListDataViewsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -186,7 +181,4 @@ export class ListDataViewsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListDataViewsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-finspace-data/src/commands/ListDatasetsCommand.ts b/clients/client-finspace-data/src/commands/ListDatasetsCommand.ts index f2a824d051ac..fd49d549654d 100644 --- a/clients/client-finspace-data/src/commands/ListDatasetsCommand.ts +++ b/clients/client-finspace-data/src/commands/ListDatasetsCommand.ts @@ -118,9 +118,6 @@ export class ListDatasetsCommand extends $Command< ListDatasetsCommandOutput, FinspaceDataClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -134,9 +131,7 @@ export class ListDatasetsCommand extends $Command< * @public */ constructor(readonly input: ListDatasetsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -187,7 +182,4 @@ export class ListDatasetsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListDatasetsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-finspace-data/src/commands/ListPermissionGroupsByUserCommand.ts b/clients/client-finspace-data/src/commands/ListPermissionGroupsByUserCommand.ts index 3cdebf097cbb..da34f065be32 100644 --- a/clients/client-finspace-data/src/commands/ListPermissionGroupsByUserCommand.ts +++ b/clients/client-finspace-data/src/commands/ListPermissionGroupsByUserCommand.ts @@ -99,9 +99,6 @@ export class ListPermissionGroupsByUserCommand extends $Command< ListPermissionGroupsByUserCommandOutput, FinspaceDataClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -115,9 +112,7 @@ export class ListPermissionGroupsByUserCommand extends $Command< * @public */ constructor(readonly input: ListPermissionGroupsByUserCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -173,7 +168,4 @@ export class ListPermissionGroupsByUserCommand extends $Command< ): Promise { return de_ListPermissionGroupsByUserCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-finspace-data/src/commands/ListPermissionGroupsCommand.ts b/clients/client-finspace-data/src/commands/ListPermissionGroupsCommand.ts index 94d1987d263f..a529c4c36cf9 100644 --- a/clients/client-finspace-data/src/commands/ListPermissionGroupsCommand.ts +++ b/clients/client-finspace-data/src/commands/ListPermissionGroupsCommand.ts @@ -101,9 +101,6 @@ export class ListPermissionGroupsCommand extends $Command< ListPermissionGroupsCommandOutput, FinspaceDataClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -117,9 +114,7 @@ export class ListPermissionGroupsCommand extends $Command< * @public */ constructor(readonly input: ListPermissionGroupsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -172,7 +167,4 @@ export class ListPermissionGroupsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListPermissionGroupsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-finspace-data/src/commands/ListUsersByPermissionGroupCommand.ts b/clients/client-finspace-data/src/commands/ListUsersByPermissionGroupCommand.ts index 0d1976b738ef..47083853c500 100644 --- a/clients/client-finspace-data/src/commands/ListUsersByPermissionGroupCommand.ts +++ b/clients/client-finspace-data/src/commands/ListUsersByPermissionGroupCommand.ts @@ -105,9 +105,6 @@ export class ListUsersByPermissionGroupCommand extends $Command< ListUsersByPermissionGroupCommandOutput, FinspaceDataClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -121,9 +118,7 @@ export class ListUsersByPermissionGroupCommand extends $Command< * @public */ constructor(readonly input: ListUsersByPermissionGroupCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -179,7 +174,4 @@ export class ListUsersByPermissionGroupCommand extends $Command< ): Promise { return de_ListUsersByPermissionGroupCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-finspace-data/src/commands/ListUsersCommand.ts b/clients/client-finspace-data/src/commands/ListUsersCommand.ts index 84da3ad1a696..038c4f222732 100644 --- a/clients/client-finspace-data/src/commands/ListUsersCommand.ts +++ b/clients/client-finspace-data/src/commands/ListUsersCommand.ts @@ -101,9 +101,6 @@ export class ListUsersCommand extends $Command< ListUsersCommandOutput, FinspaceDataClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -117,9 +114,7 @@ export class ListUsersCommand extends $Command< * @public */ constructor(readonly input: ListUsersCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -170,7 +165,4 @@ export class ListUsersCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListUsersCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-finspace-data/src/commands/ResetUserPasswordCommand.ts b/clients/client-finspace-data/src/commands/ResetUserPasswordCommand.ts index 807fcb47c1ca..b1afde8015fb 100644 --- a/clients/client-finspace-data/src/commands/ResetUserPasswordCommand.ts +++ b/clients/client-finspace-data/src/commands/ResetUserPasswordCommand.ts @@ -95,9 +95,6 @@ export class ResetUserPasswordCommand extends $Command< ResetUserPasswordCommandOutput, FinspaceDataClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -111,9 +108,7 @@ export class ResetUserPasswordCommand extends $Command< * @public */ constructor(readonly input: ResetUserPasswordCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -166,7 +161,4 @@ export class ResetUserPasswordCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ResetUserPasswordCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-finspace-data/src/commands/UpdateChangesetCommand.ts b/clients/client-finspace-data/src/commands/UpdateChangesetCommand.ts index 5af49bebc0b2..02e456d2216c 100644 --- a/clients/client-finspace-data/src/commands/UpdateChangesetCommand.ts +++ b/clients/client-finspace-data/src/commands/UpdateChangesetCommand.ts @@ -98,9 +98,6 @@ export class UpdateChangesetCommand extends $Command< UpdateChangesetCommandOutput, FinspaceDataClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -114,9 +111,7 @@ export class UpdateChangesetCommand extends $Command< * @public */ constructor(readonly input: UpdateChangesetCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -169,7 +164,4 @@ export class UpdateChangesetCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdateChangesetCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-finspace-data/src/commands/UpdateDatasetCommand.ts b/clients/client-finspace-data/src/commands/UpdateDatasetCommand.ts index 1270e58d1543..e4d7d12c9008 100644 --- a/clients/client-finspace-data/src/commands/UpdateDatasetCommand.ts +++ b/clients/client-finspace-data/src/commands/UpdateDatasetCommand.ts @@ -108,9 +108,6 @@ export class UpdateDatasetCommand extends $Command< UpdateDatasetCommandOutput, FinspaceDataClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -124,9 +121,7 @@ export class UpdateDatasetCommand extends $Command< * @public */ constructor(readonly input: UpdateDatasetCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -177,7 +172,4 @@ export class UpdateDatasetCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdateDatasetCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-finspace-data/src/commands/UpdatePermissionGroupCommand.ts b/clients/client-finspace-data/src/commands/UpdatePermissionGroupCommand.ts index f9bdbdb6b191..8e90d4a8a199 100644 --- a/clients/client-finspace-data/src/commands/UpdatePermissionGroupCommand.ts +++ b/clients/client-finspace-data/src/commands/UpdatePermissionGroupCommand.ts @@ -99,9 +99,6 @@ export class UpdatePermissionGroupCommand extends $Command< UpdatePermissionGroupCommandOutput, FinspaceDataClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -115,9 +112,7 @@ export class UpdatePermissionGroupCommand extends $Command< * @public */ constructor(readonly input: UpdatePermissionGroupCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -170,7 +165,4 @@ export class UpdatePermissionGroupCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdatePermissionGroupCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-finspace-data/src/commands/UpdateUserCommand.ts b/clients/client-finspace-data/src/commands/UpdateUserCommand.ts index 84b465cb143f..9398d30f3310 100644 --- a/clients/client-finspace-data/src/commands/UpdateUserCommand.ts +++ b/clients/client-finspace-data/src/commands/UpdateUserCommand.ts @@ -95,9 +95,6 @@ export class UpdateUserCommand extends $Command< UpdateUserCommandOutput, FinspaceDataClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -111,9 +108,7 @@ export class UpdateUserCommand extends $Command< * @public */ constructor(readonly input: UpdateUserCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -164,7 +159,4 @@ export class UpdateUserCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdateUserCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-finspace/package.json b/clients/client-finspace/package.json index 091a8b18f7c3..117f1a0cdad1 100644 --- a/clients/client-finspace/package.json +++ b/clients/client-finspace/package.json @@ -34,29 +34,29 @@ "@aws-sdk/util-endpoints": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@smithy/config-resolver": "^2.0.16", - "@smithy/fetch-http-handler": "^2.2.4", - "@smithy/hash-node": "^2.0.12", - "@smithy/invalid-dependency": "^2.0.12", - "@smithy/middleware-content-length": "^2.0.14", - "@smithy/middleware-endpoint": "^2.1.3", - "@smithy/middleware-retry": "^2.0.18", - "@smithy/middleware-serde": "^2.0.12", - "@smithy/middleware-stack": "^2.0.6", - "@smithy/node-config-provider": "^2.1.3", - "@smithy/node-http-handler": "^2.1.8", - "@smithy/protocol-http": "^3.0.8", - "@smithy/smithy-client": "^2.1.12", - "@smithy/types": "^2.4.0", - "@smithy/url-parser": "^2.0.12", - "@smithy/util-base64": "^2.0.0", + "@smithy/config-resolver": "^2.0.18", + "@smithy/fetch-http-handler": "^2.2.6", + "@smithy/hash-node": "^2.0.15", + "@smithy/invalid-dependency": "^2.0.13", + "@smithy/middleware-content-length": "^2.0.15", + "@smithy/middleware-endpoint": "^2.2.0", + "@smithy/middleware-retry": "^2.0.20", + "@smithy/middleware-serde": "^2.0.13", + "@smithy/middleware-stack": "^2.0.7", + "@smithy/node-config-provider": "^2.1.5", + "@smithy/node-http-handler": "^2.1.9", + "@smithy/protocol-http": "^3.0.9", + "@smithy/smithy-client": "^2.1.15", + "@smithy/types": "^2.5.0", + "@smithy/url-parser": "^2.0.13", + "@smithy/util-base64": "^2.0.1", "@smithy/util-body-length-browser": "^2.0.0", "@smithy/util-body-length-node": "^2.1.0", - "@smithy/util-defaults-mode-browser": "^2.0.16", - "@smithy/util-defaults-mode-node": "^2.0.21", - "@smithy/util-endpoints": "^1.0.2", - "@smithy/util-retry": "^2.0.5", - "@smithy/util-utf8": "^2.0.0", + "@smithy/util-defaults-mode-browser": "^2.0.19", + "@smithy/util-defaults-mode-node": "^2.0.25", + "@smithy/util-endpoints": "^1.0.4", + "@smithy/util-retry": "^2.0.6", + "@smithy/util-utf8": "^2.0.2", "tslib": "^2.5.0", "uuid": "^8.3.2" }, diff --git a/clients/client-finspace/src/commands/CreateEnvironmentCommand.ts b/clients/client-finspace/src/commands/CreateEnvironmentCommand.ts index 96a603e8adc6..9189ce3de255 100644 --- a/clients/client-finspace/src/commands/CreateEnvironmentCommand.ts +++ b/clients/client-finspace/src/commands/CreateEnvironmentCommand.ts @@ -120,9 +120,6 @@ export class CreateEnvironmentCommand extends $Command< CreateEnvironmentCommandOutput, FinspaceClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -136,9 +133,7 @@ export class CreateEnvironmentCommand extends $Command< * @public */ constructor(readonly input: CreateEnvironmentCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -191,7 +186,4 @@ export class CreateEnvironmentCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateEnvironmentCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-finspace/src/commands/CreateKxChangesetCommand.ts b/clients/client-finspace/src/commands/CreateKxChangesetCommand.ts index c5c4e1af67ca..a7b9f9738d1b 100644 --- a/clients/client-finspace/src/commands/CreateKxChangesetCommand.ts +++ b/clients/client-finspace/src/commands/CreateKxChangesetCommand.ts @@ -119,9 +119,6 @@ export class CreateKxChangesetCommand extends $Command< CreateKxChangesetCommandOutput, FinspaceClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -135,9 +132,7 @@ export class CreateKxChangesetCommand extends $Command< * @public */ constructor(readonly input: CreateKxChangesetCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -190,7 +185,4 @@ export class CreateKxChangesetCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateKxChangesetCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-finspace/src/commands/CreateKxClusterCommand.ts b/clients/client-finspace/src/commands/CreateKxClusterCommand.ts index 25a4d3d6259d..b15a4e02c67b 100644 --- a/clients/client-finspace/src/commands/CreateKxClusterCommand.ts +++ b/clients/client-finspace/src/commands/CreateKxClusterCommand.ts @@ -230,9 +230,6 @@ export class CreateKxClusterCommand extends $Command< CreateKxClusterCommandOutput, FinspaceClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -246,9 +243,7 @@ export class CreateKxClusterCommand extends $Command< * @public */ constructor(readonly input: CreateKxClusterCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -301,7 +296,4 @@ export class CreateKxClusterCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateKxClusterCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-finspace/src/commands/CreateKxDatabaseCommand.ts b/clients/client-finspace/src/commands/CreateKxDatabaseCommand.ts index 1389a4d8ec72..8eba40e930ef 100644 --- a/clients/client-finspace/src/commands/CreateKxDatabaseCommand.ts +++ b/clients/client-finspace/src/commands/CreateKxDatabaseCommand.ts @@ -106,9 +106,6 @@ export class CreateKxDatabaseCommand extends $Command< CreateKxDatabaseCommandOutput, FinspaceClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -122,9 +119,7 @@ export class CreateKxDatabaseCommand extends $Command< * @public */ constructor(readonly input: CreateKxDatabaseCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -177,7 +172,4 @@ export class CreateKxDatabaseCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateKxDatabaseCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-finspace/src/commands/CreateKxEnvironmentCommand.ts b/clients/client-finspace/src/commands/CreateKxEnvironmentCommand.ts index f643c2b1d420..6a5299e4fbba 100644 --- a/clients/client-finspace/src/commands/CreateKxEnvironmentCommand.ts +++ b/clients/client-finspace/src/commands/CreateKxEnvironmentCommand.ts @@ -105,9 +105,6 @@ export class CreateKxEnvironmentCommand extends $Command< CreateKxEnvironmentCommandOutput, FinspaceClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -121,9 +118,7 @@ export class CreateKxEnvironmentCommand extends $Command< * @public */ constructor(readonly input: CreateKxEnvironmentCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -176,7 +171,4 @@ export class CreateKxEnvironmentCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateKxEnvironmentCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-finspace/src/commands/CreateKxUserCommand.ts b/clients/client-finspace/src/commands/CreateKxUserCommand.ts index c43dfc2edc3c..a0322b013f6d 100644 --- a/clients/client-finspace/src/commands/CreateKxUserCommand.ts +++ b/clients/client-finspace/src/commands/CreateKxUserCommand.ts @@ -104,9 +104,6 @@ export class CreateKxUserCommand extends $Command< CreateKxUserCommandOutput, FinspaceClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -120,9 +117,7 @@ export class CreateKxUserCommand extends $Command< * @public */ constructor(readonly input: CreateKxUserCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -173,7 +168,4 @@ export class CreateKxUserCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateKxUserCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-finspace/src/commands/DeleteEnvironmentCommand.ts b/clients/client-finspace/src/commands/DeleteEnvironmentCommand.ts index 6da059893aea..16dd379467b5 100644 --- a/clients/client-finspace/src/commands/DeleteEnvironmentCommand.ts +++ b/clients/client-finspace/src/commands/DeleteEnvironmentCommand.ts @@ -84,9 +84,6 @@ export class DeleteEnvironmentCommand extends $Command< DeleteEnvironmentCommandOutput, FinspaceClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -100,9 +97,7 @@ export class DeleteEnvironmentCommand extends $Command< * @public */ constructor(readonly input: DeleteEnvironmentCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -155,7 +150,4 @@ export class DeleteEnvironmentCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteEnvironmentCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-finspace/src/commands/DeleteKxClusterCommand.ts b/clients/client-finspace/src/commands/DeleteKxClusterCommand.ts index ec8fda72edac..632be3c1112a 100644 --- a/clients/client-finspace/src/commands/DeleteKxClusterCommand.ts +++ b/clients/client-finspace/src/commands/DeleteKxClusterCommand.ts @@ -92,9 +92,6 @@ export class DeleteKxClusterCommand extends $Command< DeleteKxClusterCommandOutput, FinspaceClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -108,9 +105,7 @@ export class DeleteKxClusterCommand extends $Command< * @public */ constructor(readonly input: DeleteKxClusterCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -163,7 +158,4 @@ export class DeleteKxClusterCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteKxClusterCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-finspace/src/commands/DeleteKxDatabaseCommand.ts b/clients/client-finspace/src/commands/DeleteKxDatabaseCommand.ts index 2c2262013fc5..80421bd1e180 100644 --- a/clients/client-finspace/src/commands/DeleteKxDatabaseCommand.ts +++ b/clients/client-finspace/src/commands/DeleteKxDatabaseCommand.ts @@ -89,9 +89,6 @@ export class DeleteKxDatabaseCommand extends $Command< DeleteKxDatabaseCommandOutput, FinspaceClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -105,9 +102,7 @@ export class DeleteKxDatabaseCommand extends $Command< * @public */ constructor(readonly input: DeleteKxDatabaseCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -160,7 +155,4 @@ export class DeleteKxDatabaseCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteKxDatabaseCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-finspace/src/commands/DeleteKxEnvironmentCommand.ts b/clients/client-finspace/src/commands/DeleteKxEnvironmentCommand.ts index 14fd662a8f33..522d87ed9170 100644 --- a/clients/client-finspace/src/commands/DeleteKxEnvironmentCommand.ts +++ b/clients/client-finspace/src/commands/DeleteKxEnvironmentCommand.ts @@ -84,9 +84,6 @@ export class DeleteKxEnvironmentCommand extends $Command< DeleteKxEnvironmentCommandOutput, FinspaceClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -100,9 +97,7 @@ export class DeleteKxEnvironmentCommand extends $Command< * @public */ constructor(readonly input: DeleteKxEnvironmentCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -155,7 +150,4 @@ export class DeleteKxEnvironmentCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteKxEnvironmentCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-finspace/src/commands/DeleteKxUserCommand.ts b/clients/client-finspace/src/commands/DeleteKxUserCommand.ts index 5610a10ac358..5e19958bffe7 100644 --- a/clients/client-finspace/src/commands/DeleteKxUserCommand.ts +++ b/clients/client-finspace/src/commands/DeleteKxUserCommand.ts @@ -85,9 +85,6 @@ export class DeleteKxUserCommand extends $Command< DeleteKxUserCommandOutput, FinspaceClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -101,9 +98,7 @@ export class DeleteKxUserCommand extends $Command< * @public */ constructor(readonly input: DeleteKxUserCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -154,7 +149,4 @@ export class DeleteKxUserCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteKxUserCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-finspace/src/commands/GetEnvironmentCommand.ts b/clients/client-finspace/src/commands/GetEnvironmentCommand.ts index 8e7c4c423edb..d76091a942a2 100644 --- a/clients/client-finspace/src/commands/GetEnvironmentCommand.ts +++ b/clients/client-finspace/src/commands/GetEnvironmentCommand.ts @@ -105,9 +105,6 @@ export class GetEnvironmentCommand extends $Command< GetEnvironmentCommandOutput, FinspaceClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -121,9 +118,7 @@ export class GetEnvironmentCommand extends $Command< * @public */ constructor(readonly input: GetEnvironmentCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -176,7 +171,4 @@ export class GetEnvironmentCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetEnvironmentCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-finspace/src/commands/GetKxChangesetCommand.ts b/clients/client-finspace/src/commands/GetKxChangesetCommand.ts index 508d9f49d71c..387091269a08 100644 --- a/clients/client-finspace/src/commands/GetKxChangesetCommand.ts +++ b/clients/client-finspace/src/commands/GetKxChangesetCommand.ts @@ -105,9 +105,6 @@ export class GetKxChangesetCommand extends $Command< GetKxChangesetCommandOutput, FinspaceClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -121,9 +118,7 @@ export class GetKxChangesetCommand extends $Command< * @public */ constructor(readonly input: GetKxChangesetCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -176,7 +171,4 @@ export class GetKxChangesetCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetKxChangesetCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-finspace/src/commands/GetKxClusterCommand.ts b/clients/client-finspace/src/commands/GetKxClusterCommand.ts index cde71046a50f..cb38e945da10 100644 --- a/clients/client-finspace/src/commands/GetKxClusterCommand.ts +++ b/clients/client-finspace/src/commands/GetKxClusterCommand.ts @@ -161,9 +161,6 @@ export class GetKxClusterCommand extends $Command< GetKxClusterCommandOutput, FinspaceClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -177,9 +174,7 @@ export class GetKxClusterCommand extends $Command< * @public */ constructor(readonly input: GetKxClusterCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -230,7 +225,4 @@ export class GetKxClusterCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetKxClusterCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-finspace/src/commands/GetKxConnectionStringCommand.ts b/clients/client-finspace/src/commands/GetKxConnectionStringCommand.ts index da3979280822..fd1661e6722a 100644 --- a/clients/client-finspace/src/commands/GetKxConnectionStringCommand.ts +++ b/clients/client-finspace/src/commands/GetKxConnectionStringCommand.ts @@ -92,9 +92,6 @@ export class GetKxConnectionStringCommand extends $Command< GetKxConnectionStringCommandOutput, FinspaceClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -108,9 +105,7 @@ export class GetKxConnectionStringCommand extends $Command< * @public */ constructor(readonly input: GetKxConnectionStringCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -163,7 +158,4 @@ export class GetKxConnectionStringCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetKxConnectionStringCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-finspace/src/commands/GetKxDatabaseCommand.ts b/clients/client-finspace/src/commands/GetKxDatabaseCommand.ts index df73f23aac33..66ce1bf2e7af 100644 --- a/clients/client-finspace/src/commands/GetKxDatabaseCommand.ts +++ b/clients/client-finspace/src/commands/GetKxDatabaseCommand.ts @@ -96,9 +96,6 @@ export class GetKxDatabaseCommand extends $Command< GetKxDatabaseCommandOutput, FinspaceClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -112,9 +109,7 @@ export class GetKxDatabaseCommand extends $Command< * @public */ constructor(readonly input: GetKxDatabaseCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -165,7 +160,4 @@ export class GetKxDatabaseCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetKxDatabaseCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-finspace/src/commands/GetKxEnvironmentCommand.ts b/clients/client-finspace/src/commands/GetKxEnvironmentCommand.ts index 5c0d3d7fdfe6..7ce5d1f9788c 100644 --- a/clients/client-finspace/src/commands/GetKxEnvironmentCommand.ts +++ b/clients/client-finspace/src/commands/GetKxEnvironmentCommand.ts @@ -125,9 +125,6 @@ export class GetKxEnvironmentCommand extends $Command< GetKxEnvironmentCommandOutput, FinspaceClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -141,9 +138,7 @@ export class GetKxEnvironmentCommand extends $Command< * @public */ constructor(readonly input: GetKxEnvironmentCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -196,7 +191,4 @@ export class GetKxEnvironmentCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetKxEnvironmentCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-finspace/src/commands/GetKxUserCommand.ts b/clients/client-finspace/src/commands/GetKxUserCommand.ts index 7a76252ebec1..fd6137d78334 100644 --- a/clients/client-finspace/src/commands/GetKxUserCommand.ts +++ b/clients/client-finspace/src/commands/GetKxUserCommand.ts @@ -90,9 +90,6 @@ export class GetKxUserCommand extends $Command< GetKxUserCommandOutput, FinspaceClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -106,9 +103,7 @@ export class GetKxUserCommand extends $Command< * @public */ constructor(readonly input: GetKxUserCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -159,7 +154,4 @@ export class GetKxUserCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetKxUserCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-finspace/src/commands/ListEnvironmentsCommand.ts b/clients/client-finspace/src/commands/ListEnvironmentsCommand.ts index ffa3b3ec8f67..5c0cf1de7040 100644 --- a/clients/client-finspace/src/commands/ListEnvironmentsCommand.ts +++ b/clients/client-finspace/src/commands/ListEnvironmentsCommand.ts @@ -103,9 +103,6 @@ export class ListEnvironmentsCommand extends $Command< ListEnvironmentsCommandOutput, FinspaceClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -119,9 +116,7 @@ export class ListEnvironmentsCommand extends $Command< * @public */ constructor(readonly input: ListEnvironmentsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -174,7 +169,4 @@ export class ListEnvironmentsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListEnvironmentsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-finspace/src/commands/ListKxChangesetsCommand.ts b/clients/client-finspace/src/commands/ListKxChangesetsCommand.ts index 4103018f9d98..40914d960d6d 100644 --- a/clients/client-finspace/src/commands/ListKxChangesetsCommand.ts +++ b/clients/client-finspace/src/commands/ListKxChangesetsCommand.ts @@ -98,9 +98,6 @@ export class ListKxChangesetsCommand extends $Command< ListKxChangesetsCommandOutput, FinspaceClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -114,9 +111,7 @@ export class ListKxChangesetsCommand extends $Command< * @public */ constructor(readonly input: ListKxChangesetsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -169,7 +164,4 @@ export class ListKxChangesetsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListKxChangesetsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-finspace/src/commands/ListKxClusterNodesCommand.ts b/clients/client-finspace/src/commands/ListKxClusterNodesCommand.ts index e427d1706c8e..90682cdc8bd1 100644 --- a/clients/client-finspace/src/commands/ListKxClusterNodesCommand.ts +++ b/clients/client-finspace/src/commands/ListKxClusterNodesCommand.ts @@ -99,9 +99,6 @@ export class ListKxClusterNodesCommand extends $Command< ListKxClusterNodesCommandOutput, FinspaceClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -115,9 +112,7 @@ export class ListKxClusterNodesCommand extends $Command< * @public */ constructor(readonly input: ListKxClusterNodesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -170,7 +165,4 @@ export class ListKxClusterNodesCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListKxClusterNodesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-finspace/src/commands/ListKxClustersCommand.ts b/clients/client-finspace/src/commands/ListKxClustersCommand.ts index 53028401425f..307f5c0e4ee3 100644 --- a/clients/client-finspace/src/commands/ListKxClustersCommand.ts +++ b/clients/client-finspace/src/commands/ListKxClustersCommand.ts @@ -111,9 +111,6 @@ export class ListKxClustersCommand extends $Command< ListKxClustersCommandOutput, FinspaceClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -127,9 +124,7 @@ export class ListKxClustersCommand extends $Command< * @public */ constructor(readonly input: ListKxClustersCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -182,7 +177,4 @@ export class ListKxClustersCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListKxClustersCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-finspace/src/commands/ListKxDatabasesCommand.ts b/clients/client-finspace/src/commands/ListKxDatabasesCommand.ts index 2064b63e6ff1..2d8e24e3cba2 100644 --- a/clients/client-finspace/src/commands/ListKxDatabasesCommand.ts +++ b/clients/client-finspace/src/commands/ListKxDatabasesCommand.ts @@ -95,9 +95,6 @@ export class ListKxDatabasesCommand extends $Command< ListKxDatabasesCommandOutput, FinspaceClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -111,9 +108,7 @@ export class ListKxDatabasesCommand extends $Command< * @public */ constructor(readonly input: ListKxDatabasesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -166,7 +161,4 @@ export class ListKxDatabasesCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListKxDatabasesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-finspace/src/commands/ListKxEnvironmentsCommand.ts b/clients/client-finspace/src/commands/ListKxEnvironmentsCommand.ts index 279b70a2c870..b25f09d85def 100644 --- a/clients/client-finspace/src/commands/ListKxEnvironmentsCommand.ts +++ b/clients/client-finspace/src/commands/ListKxEnvironmentsCommand.ts @@ -125,9 +125,6 @@ export class ListKxEnvironmentsCommand extends $Command< ListKxEnvironmentsCommandOutput, FinspaceClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -141,9 +138,7 @@ export class ListKxEnvironmentsCommand extends $Command< * @public */ constructor(readonly input: ListKxEnvironmentsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -196,7 +191,4 @@ export class ListKxEnvironmentsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListKxEnvironmentsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-finspace/src/commands/ListKxUsersCommand.ts b/clients/client-finspace/src/commands/ListKxUsersCommand.ts index e52f0880f287..9f56f5b1f5d5 100644 --- a/clients/client-finspace/src/commands/ListKxUsersCommand.ts +++ b/clients/client-finspace/src/commands/ListKxUsersCommand.ts @@ -97,9 +97,6 @@ export class ListKxUsersCommand extends $Command< ListKxUsersCommandOutput, FinspaceClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -113,9 +110,7 @@ export class ListKxUsersCommand extends $Command< * @public */ constructor(readonly input: ListKxUsersCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -166,7 +161,4 @@ export class ListKxUsersCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListKxUsersCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-finspace/src/commands/ListTagsForResourceCommand.ts b/clients/client-finspace/src/commands/ListTagsForResourceCommand.ts index b6c9b7968209..28a82206c19d 100644 --- a/clients/client-finspace/src/commands/ListTagsForResourceCommand.ts +++ b/clients/client-finspace/src/commands/ListTagsForResourceCommand.ts @@ -82,9 +82,6 @@ export class ListTagsForResourceCommand extends $Command< ListTagsForResourceCommandOutput, FinspaceClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -98,9 +95,7 @@ export class ListTagsForResourceCommand extends $Command< * @public */ constructor(readonly input: ListTagsForResourceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -153,7 +148,4 @@ export class ListTagsForResourceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListTagsForResourceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-finspace/src/commands/TagResourceCommand.ts b/clients/client-finspace/src/commands/TagResourceCommand.ts index df62cd0fb0f5..04b1d0511c9e 100644 --- a/clients/client-finspace/src/commands/TagResourceCommand.ts +++ b/clients/client-finspace/src/commands/TagResourceCommand.ts @@ -81,9 +81,6 @@ export class TagResourceCommand extends $Command< TagResourceCommandOutput, FinspaceClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -97,9 +94,7 @@ export class TagResourceCommand extends $Command< * @public */ constructor(readonly input: TagResourceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -150,7 +145,4 @@ export class TagResourceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_TagResourceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-finspace/src/commands/UntagResourceCommand.ts b/clients/client-finspace/src/commands/UntagResourceCommand.ts index 4c87e5f873b3..988f3e54713e 100644 --- a/clients/client-finspace/src/commands/UntagResourceCommand.ts +++ b/clients/client-finspace/src/commands/UntagResourceCommand.ts @@ -81,9 +81,6 @@ export class UntagResourceCommand extends $Command< UntagResourceCommandOutput, FinspaceClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -97,9 +94,7 @@ export class UntagResourceCommand extends $Command< * @public */ constructor(readonly input: UntagResourceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -150,7 +145,4 @@ export class UntagResourceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UntagResourceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-finspace/src/commands/UpdateEnvironmentCommand.ts b/clients/client-finspace/src/commands/UpdateEnvironmentCommand.ts index 0f3500f037e9..8ade7030c525 100644 --- a/clients/client-finspace/src/commands/UpdateEnvironmentCommand.ts +++ b/clients/client-finspace/src/commands/UpdateEnvironmentCommand.ts @@ -121,9 +121,6 @@ export class UpdateEnvironmentCommand extends $Command< UpdateEnvironmentCommandOutput, FinspaceClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -137,9 +134,7 @@ export class UpdateEnvironmentCommand extends $Command< * @public */ constructor(readonly input: UpdateEnvironmentCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -192,7 +187,4 @@ export class UpdateEnvironmentCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdateEnvironmentCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-finspace/src/commands/UpdateKxClusterCodeConfigurationCommand.ts b/clients/client-finspace/src/commands/UpdateKxClusterCodeConfigurationCommand.ts index 9c5f09ff262b..982a7835464e 100644 --- a/clients/client-finspace/src/commands/UpdateKxClusterCodeConfigurationCommand.ts +++ b/clients/client-finspace/src/commands/UpdateKxClusterCodeConfigurationCommand.ts @@ -115,9 +115,6 @@ export class UpdateKxClusterCodeConfigurationCommand extends $Command< UpdateKxClusterCodeConfigurationCommandOutput, FinspaceClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -131,9 +128,7 @@ export class UpdateKxClusterCodeConfigurationCommand extends $Command< * @public */ constructor(readonly input: UpdateKxClusterCodeConfigurationCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -192,7 +187,4 @@ export class UpdateKxClusterCodeConfigurationCommand extends $Command< ): Promise { return de_UpdateKxClusterCodeConfigurationCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-finspace/src/commands/UpdateKxClusterDatabasesCommand.ts b/clients/client-finspace/src/commands/UpdateKxClusterDatabasesCommand.ts index 086d2c68e71d..72bcaa98b90a 100644 --- a/clients/client-finspace/src/commands/UpdateKxClusterDatabasesCommand.ts +++ b/clients/client-finspace/src/commands/UpdateKxClusterDatabasesCommand.ts @@ -110,9 +110,6 @@ export class UpdateKxClusterDatabasesCommand extends $Command< UpdateKxClusterDatabasesCommandOutput, FinspaceClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -126,9 +123,7 @@ export class UpdateKxClusterDatabasesCommand extends $Command< * @public */ constructor(readonly input: UpdateKxClusterDatabasesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -181,7 +176,4 @@ export class UpdateKxClusterDatabasesCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdateKxClusterDatabasesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-finspace/src/commands/UpdateKxDatabaseCommand.ts b/clients/client-finspace/src/commands/UpdateKxDatabaseCommand.ts index 5cfcfbb4e5f9..96f6499a4028 100644 --- a/clients/client-finspace/src/commands/UpdateKxDatabaseCommand.ts +++ b/clients/client-finspace/src/commands/UpdateKxDatabaseCommand.ts @@ -95,9 +95,6 @@ export class UpdateKxDatabaseCommand extends $Command< UpdateKxDatabaseCommandOutput, FinspaceClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -111,9 +108,7 @@ export class UpdateKxDatabaseCommand extends $Command< * @public */ constructor(readonly input: UpdateKxDatabaseCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -166,7 +161,4 @@ export class UpdateKxDatabaseCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdateKxDatabaseCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-finspace/src/commands/UpdateKxEnvironmentCommand.ts b/clients/client-finspace/src/commands/UpdateKxEnvironmentCommand.ts index 9fdd99030811..1e9ae1435775 100644 --- a/clients/client-finspace/src/commands/UpdateKxEnvironmentCommand.ts +++ b/clients/client-finspace/src/commands/UpdateKxEnvironmentCommand.ts @@ -133,9 +133,6 @@ export class UpdateKxEnvironmentCommand extends $Command< UpdateKxEnvironmentCommandOutput, FinspaceClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -149,9 +146,7 @@ export class UpdateKxEnvironmentCommand extends $Command< * @public */ constructor(readonly input: UpdateKxEnvironmentCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -204,7 +199,4 @@ export class UpdateKxEnvironmentCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdateKxEnvironmentCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-finspace/src/commands/UpdateKxEnvironmentNetworkCommand.ts b/clients/client-finspace/src/commands/UpdateKxEnvironmentNetworkCommand.ts index e949d1b235ac..49997e81da12 100644 --- a/clients/client-finspace/src/commands/UpdateKxEnvironmentNetworkCommand.ts +++ b/clients/client-finspace/src/commands/UpdateKxEnvironmentNetworkCommand.ts @@ -158,9 +158,6 @@ export class UpdateKxEnvironmentNetworkCommand extends $Command< UpdateKxEnvironmentNetworkCommandOutput, FinspaceClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -174,9 +171,7 @@ export class UpdateKxEnvironmentNetworkCommand extends $Command< * @public */ constructor(readonly input: UpdateKxEnvironmentNetworkCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -232,7 +227,4 @@ export class UpdateKxEnvironmentNetworkCommand extends $Command< ): Promise { return de_UpdateKxEnvironmentNetworkCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-finspace/src/commands/UpdateKxUserCommand.ts b/clients/client-finspace/src/commands/UpdateKxUserCommand.ts index df1a9030a65f..60e0265a5ffd 100644 --- a/clients/client-finspace/src/commands/UpdateKxUserCommand.ts +++ b/clients/client-finspace/src/commands/UpdateKxUserCommand.ts @@ -98,9 +98,6 @@ export class UpdateKxUserCommand extends $Command< UpdateKxUserCommandOutput, FinspaceClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -114,9 +111,7 @@ export class UpdateKxUserCommand extends $Command< * @public */ constructor(readonly input: UpdateKxUserCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -167,7 +162,4 @@ export class UpdateKxUserCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdateKxUserCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-firehose/package.json b/clients/client-firehose/package.json index 7d018c547e85..0bba72d2dbcf 100644 --- a/clients/client-firehose/package.json +++ b/clients/client-firehose/package.json @@ -34,29 +34,29 @@ "@aws-sdk/util-endpoints": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@smithy/config-resolver": "^2.0.16", - "@smithy/fetch-http-handler": "^2.2.4", - "@smithy/hash-node": "^2.0.12", - "@smithy/invalid-dependency": "^2.0.12", - "@smithy/middleware-content-length": "^2.0.14", - "@smithy/middleware-endpoint": "^2.1.3", - "@smithy/middleware-retry": "^2.0.18", - "@smithy/middleware-serde": "^2.0.12", - "@smithy/middleware-stack": "^2.0.6", - "@smithy/node-config-provider": "^2.1.3", - "@smithy/node-http-handler": "^2.1.8", - "@smithy/protocol-http": "^3.0.8", - "@smithy/smithy-client": "^2.1.12", - "@smithy/types": "^2.4.0", - "@smithy/url-parser": "^2.0.12", - "@smithy/util-base64": "^2.0.0", + "@smithy/config-resolver": "^2.0.18", + "@smithy/fetch-http-handler": "^2.2.6", + "@smithy/hash-node": "^2.0.15", + "@smithy/invalid-dependency": "^2.0.13", + "@smithy/middleware-content-length": "^2.0.15", + "@smithy/middleware-endpoint": "^2.2.0", + "@smithy/middleware-retry": "^2.0.20", + "@smithy/middleware-serde": "^2.0.13", + "@smithy/middleware-stack": "^2.0.7", + "@smithy/node-config-provider": "^2.1.5", + "@smithy/node-http-handler": "^2.1.9", + "@smithy/protocol-http": "^3.0.9", + "@smithy/smithy-client": "^2.1.15", + "@smithy/types": "^2.5.0", + "@smithy/url-parser": "^2.0.13", + "@smithy/util-base64": "^2.0.1", "@smithy/util-body-length-browser": "^2.0.0", "@smithy/util-body-length-node": "^2.1.0", - "@smithy/util-defaults-mode-browser": "^2.0.16", - "@smithy/util-defaults-mode-node": "^2.0.21", - "@smithy/util-endpoints": "^1.0.2", - "@smithy/util-retry": "^2.0.5", - "@smithy/util-utf8": "^2.0.0", + "@smithy/util-defaults-mode-browser": "^2.0.19", + "@smithy/util-defaults-mode-node": "^2.0.25", + "@smithy/util-endpoints": "^1.0.4", + "@smithy/util-retry": "^2.0.6", + "@smithy/util-utf8": "^2.0.2", "tslib": "^2.5.0" }, "devDependencies": { diff --git a/clients/client-firehose/src/commands/CreateDeliveryStreamCommand.ts b/clients/client-firehose/src/commands/CreateDeliveryStreamCommand.ts index c5c629987a70..8b9ea6b2754a 100644 --- a/clients/client-firehose/src/commands/CreateDeliveryStreamCommand.ts +++ b/clients/client-firehose/src/commands/CreateDeliveryStreamCommand.ts @@ -571,9 +571,6 @@ export class CreateDeliveryStreamCommand extends $Command< CreateDeliveryStreamCommandOutput, FirehoseClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -587,9 +584,7 @@ export class CreateDeliveryStreamCommand extends $Command< * @public */ constructor(readonly input: CreateDeliveryStreamCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -642,7 +637,4 @@ export class CreateDeliveryStreamCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateDeliveryStreamCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-firehose/src/commands/DeleteDeliveryStreamCommand.ts b/clients/client-firehose/src/commands/DeleteDeliveryStreamCommand.ts index ae0c2ad343f8..e54dadc3ae2c 100644 --- a/clients/client-firehose/src/commands/DeleteDeliveryStreamCommand.ts +++ b/clients/client-firehose/src/commands/DeleteDeliveryStreamCommand.ts @@ -84,9 +84,6 @@ export class DeleteDeliveryStreamCommand extends $Command< DeleteDeliveryStreamCommandOutput, FirehoseClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -100,9 +97,7 @@ export class DeleteDeliveryStreamCommand extends $Command< * @public */ constructor(readonly input: DeleteDeliveryStreamCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -155,7 +150,4 @@ export class DeleteDeliveryStreamCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteDeliveryStreamCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-firehose/src/commands/DescribeDeliveryStreamCommand.ts b/clients/client-firehose/src/commands/DescribeDeliveryStreamCommand.ts index 4af162d94ca1..adbb737c9d60 100644 --- a/clients/client-firehose/src/commands/DescribeDeliveryStreamCommand.ts +++ b/clients/client-firehose/src/commands/DescribeDeliveryStreamCommand.ts @@ -519,9 +519,6 @@ export class DescribeDeliveryStreamCommand extends $Command< DescribeDeliveryStreamCommandOutput, FirehoseClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -535,9 +532,7 @@ export class DescribeDeliveryStreamCommand extends $Command< * @public */ constructor(readonly input: DescribeDeliveryStreamCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -590,7 +585,4 @@ export class DescribeDeliveryStreamCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DescribeDeliveryStreamCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-firehose/src/commands/ListDeliveryStreamsCommand.ts b/clients/client-firehose/src/commands/ListDeliveryStreamsCommand.ts index 0dfddc872d6a..11c945f988a6 100644 --- a/clients/client-firehose/src/commands/ListDeliveryStreamsCommand.ts +++ b/clients/client-firehose/src/commands/ListDeliveryStreamsCommand.ts @@ -82,9 +82,6 @@ export class ListDeliveryStreamsCommand extends $Command< ListDeliveryStreamsCommandOutput, FirehoseClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -98,9 +95,7 @@ export class ListDeliveryStreamsCommand extends $Command< * @public */ constructor(readonly input: ListDeliveryStreamsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -153,7 +148,4 @@ export class ListDeliveryStreamsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListDeliveryStreamsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-firehose/src/commands/ListTagsForDeliveryStreamCommand.ts b/clients/client-firehose/src/commands/ListTagsForDeliveryStreamCommand.ts index 06700b92ca69..a92287c95712 100644 --- a/clients/client-firehose/src/commands/ListTagsForDeliveryStreamCommand.ts +++ b/clients/client-firehose/src/commands/ListTagsForDeliveryStreamCommand.ts @@ -88,9 +88,6 @@ export class ListTagsForDeliveryStreamCommand extends $Command< ListTagsForDeliveryStreamCommandOutput, FirehoseClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -104,9 +101,7 @@ export class ListTagsForDeliveryStreamCommand extends $Command< * @public */ constructor(readonly input: ListTagsForDeliveryStreamCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -162,7 +157,4 @@ export class ListTagsForDeliveryStreamCommand extends $Command< ): Promise { return de_ListTagsForDeliveryStreamCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-firehose/src/commands/PutRecordBatchCommand.ts b/clients/client-firehose/src/commands/PutRecordBatchCommand.ts index 054efbf17f01..83fe20ea0001 100644 --- a/clients/client-firehose/src/commands/PutRecordBatchCommand.ts +++ b/clients/client-firehose/src/commands/PutRecordBatchCommand.ts @@ -155,9 +155,6 @@ export class PutRecordBatchCommand extends $Command< PutRecordBatchCommandOutput, FirehoseClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -171,9 +168,7 @@ export class PutRecordBatchCommand extends $Command< * @public */ constructor(readonly input: PutRecordBatchCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -226,7 +221,4 @@ export class PutRecordBatchCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_PutRecordBatchCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-firehose/src/commands/PutRecordCommand.ts b/clients/client-firehose/src/commands/PutRecordCommand.ts index da99cc193038..f62d0373363c 100644 --- a/clients/client-firehose/src/commands/PutRecordCommand.ts +++ b/clients/client-firehose/src/commands/PutRecordCommand.ts @@ -128,9 +128,6 @@ export class PutRecordCommand extends $Command< PutRecordCommandOutput, FirehoseClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -144,9 +141,7 @@ export class PutRecordCommand extends $Command< * @public */ constructor(readonly input: PutRecordCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -197,7 +192,4 @@ export class PutRecordCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_PutRecordCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-firehose/src/commands/StartDeliveryStreamEncryptionCommand.ts b/clients/client-firehose/src/commands/StartDeliveryStreamEncryptionCommand.ts index eb6dc0d8b4f5..9459e08082af 100644 --- a/clients/client-firehose/src/commands/StartDeliveryStreamEncryptionCommand.ts +++ b/clients/client-firehose/src/commands/StartDeliveryStreamEncryptionCommand.ts @@ -132,9 +132,6 @@ export class StartDeliveryStreamEncryptionCommand extends $Command< StartDeliveryStreamEncryptionCommandOutput, FirehoseClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -148,9 +145,7 @@ export class StartDeliveryStreamEncryptionCommand extends $Command< * @public */ constructor(readonly input: StartDeliveryStreamEncryptionCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -206,7 +201,4 @@ export class StartDeliveryStreamEncryptionCommand extends $Command< ): Promise { return de_StartDeliveryStreamEncryptionCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-firehose/src/commands/StopDeliveryStreamEncryptionCommand.ts b/clients/client-firehose/src/commands/StopDeliveryStreamEncryptionCommand.ts index 6b6d4199ee6b..ea983645b7dc 100644 --- a/clients/client-firehose/src/commands/StopDeliveryStreamEncryptionCommand.ts +++ b/clients/client-firehose/src/commands/StopDeliveryStreamEncryptionCommand.ts @@ -104,9 +104,6 @@ export class StopDeliveryStreamEncryptionCommand extends $Command< StopDeliveryStreamEncryptionCommandOutput, FirehoseClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -120,9 +117,7 @@ export class StopDeliveryStreamEncryptionCommand extends $Command< * @public */ constructor(readonly input: StopDeliveryStreamEncryptionCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -178,7 +173,4 @@ export class StopDeliveryStreamEncryptionCommand extends $Command< ): Promise { return de_StopDeliveryStreamEncryptionCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-firehose/src/commands/TagDeliveryStreamCommand.ts b/clients/client-firehose/src/commands/TagDeliveryStreamCommand.ts index 0611e94716d7..48218f371bf7 100644 --- a/clients/client-firehose/src/commands/TagDeliveryStreamCommand.ts +++ b/clients/client-firehose/src/commands/TagDeliveryStreamCommand.ts @@ -95,9 +95,6 @@ export class TagDeliveryStreamCommand extends $Command< TagDeliveryStreamCommandOutput, FirehoseClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -111,9 +108,7 @@ export class TagDeliveryStreamCommand extends $Command< * @public */ constructor(readonly input: TagDeliveryStreamCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -166,7 +161,4 @@ export class TagDeliveryStreamCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_TagDeliveryStreamCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-firehose/src/commands/UntagDeliveryStreamCommand.ts b/clients/client-firehose/src/commands/UntagDeliveryStreamCommand.ts index 2b177bd880b0..dc669b37c975 100644 --- a/clients/client-firehose/src/commands/UntagDeliveryStreamCommand.ts +++ b/clients/client-firehose/src/commands/UntagDeliveryStreamCommand.ts @@ -86,9 +86,6 @@ export class UntagDeliveryStreamCommand extends $Command< UntagDeliveryStreamCommandOutput, FirehoseClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -102,9 +99,7 @@ export class UntagDeliveryStreamCommand extends $Command< * @public */ constructor(readonly input: UntagDeliveryStreamCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -157,7 +152,4 @@ export class UntagDeliveryStreamCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UntagDeliveryStreamCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-firehose/src/commands/UpdateDestinationCommand.ts b/clients/client-firehose/src/commands/UpdateDestinationCommand.ts index 04d0dd73dd9f..f378020c9ada 100644 --- a/clients/client-firehose/src/commands/UpdateDestinationCommand.ts +++ b/clients/client-firehose/src/commands/UpdateDestinationCommand.ts @@ -469,9 +469,6 @@ export class UpdateDestinationCommand extends $Command< UpdateDestinationCommandOutput, FirehoseClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -485,9 +482,7 @@ export class UpdateDestinationCommand extends $Command< * @public */ constructor(readonly input: UpdateDestinationCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -540,7 +535,4 @@ export class UpdateDestinationCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdateDestinationCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-fis/package.json b/clients/client-fis/package.json index bc8b0bed3424..37d56d2f4300 100644 --- a/clients/client-fis/package.json +++ b/clients/client-fis/package.json @@ -34,29 +34,29 @@ "@aws-sdk/util-endpoints": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@smithy/config-resolver": "^2.0.16", - "@smithy/fetch-http-handler": "^2.2.4", - "@smithy/hash-node": "^2.0.12", - "@smithy/invalid-dependency": "^2.0.12", - "@smithy/middleware-content-length": "^2.0.14", - "@smithy/middleware-endpoint": "^2.1.3", - "@smithy/middleware-retry": "^2.0.18", - "@smithy/middleware-serde": "^2.0.12", - "@smithy/middleware-stack": "^2.0.6", - "@smithy/node-config-provider": "^2.1.3", - "@smithy/node-http-handler": "^2.1.8", - "@smithy/protocol-http": "^3.0.8", - "@smithy/smithy-client": "^2.1.12", - "@smithy/types": "^2.4.0", - "@smithy/url-parser": "^2.0.12", - "@smithy/util-base64": "^2.0.0", + "@smithy/config-resolver": "^2.0.18", + "@smithy/fetch-http-handler": "^2.2.6", + "@smithy/hash-node": "^2.0.15", + "@smithy/invalid-dependency": "^2.0.13", + "@smithy/middleware-content-length": "^2.0.15", + "@smithy/middleware-endpoint": "^2.2.0", + "@smithy/middleware-retry": "^2.0.20", + "@smithy/middleware-serde": "^2.0.13", + "@smithy/middleware-stack": "^2.0.7", + "@smithy/node-config-provider": "^2.1.5", + "@smithy/node-http-handler": "^2.1.9", + "@smithy/protocol-http": "^3.0.9", + "@smithy/smithy-client": "^2.1.15", + "@smithy/types": "^2.5.0", + "@smithy/url-parser": "^2.0.13", + "@smithy/util-base64": "^2.0.1", "@smithy/util-body-length-browser": "^2.0.0", "@smithy/util-body-length-node": "^2.1.0", - "@smithy/util-defaults-mode-browser": "^2.0.16", - "@smithy/util-defaults-mode-node": "^2.0.21", - "@smithy/util-endpoints": "^1.0.2", - "@smithy/util-retry": "^2.0.5", - "@smithy/util-utf8": "^2.0.0", + "@smithy/util-defaults-mode-browser": "^2.0.19", + "@smithy/util-defaults-mode-node": "^2.0.25", + "@smithy/util-endpoints": "^1.0.4", + "@smithy/util-retry": "^2.0.6", + "@smithy/util-utf8": "^2.0.2", "tslib": "^2.5.0", "uuid": "^8.3.2" }, diff --git a/clients/client-fis/src/commands/CreateExperimentTemplateCommand.ts b/clients/client-fis/src/commands/CreateExperimentTemplateCommand.ts index 4a09ee4a0ac2..04f140bce850 100644 --- a/clients/client-fis/src/commands/CreateExperimentTemplateCommand.ts +++ b/clients/client-fis/src/commands/CreateExperimentTemplateCommand.ts @@ -226,9 +226,6 @@ export class CreateExperimentTemplateCommand extends $Command< CreateExperimentTemplateCommandOutput, FisClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -242,9 +239,7 @@ export class CreateExperimentTemplateCommand extends $Command< * @public */ constructor(readonly input: CreateExperimentTemplateCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -297,7 +292,4 @@ export class CreateExperimentTemplateCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateExperimentTemplateCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-fis/src/commands/DeleteExperimentTemplateCommand.ts b/clients/client-fis/src/commands/DeleteExperimentTemplateCommand.ts index 732dd21e4501..3005f6d5222c 100644 --- a/clients/client-fis/src/commands/DeleteExperimentTemplateCommand.ts +++ b/clients/client-fis/src/commands/DeleteExperimentTemplateCommand.ts @@ -139,9 +139,6 @@ export class DeleteExperimentTemplateCommand extends $Command< DeleteExperimentTemplateCommandOutput, FisClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -155,9 +152,7 @@ export class DeleteExperimentTemplateCommand extends $Command< * @public */ constructor(readonly input: DeleteExperimentTemplateCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -210,7 +205,4 @@ export class DeleteExperimentTemplateCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteExperimentTemplateCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-fis/src/commands/GetActionCommand.ts b/clients/client-fis/src/commands/GetActionCommand.ts index f3b7127d9b27..3e9db5b3c1f4 100644 --- a/clients/client-fis/src/commands/GetActionCommand.ts +++ b/clients/client-fis/src/commands/GetActionCommand.ts @@ -89,9 +89,6 @@ export interface GetActionCommandOutput extends GetActionResponse, __MetadataBea * */ export class GetActionCommand extends $Command { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -105,9 +102,7 @@ export class GetActionCommand extends $Command { return de_GetActionCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-fis/src/commands/GetExperimentCommand.ts b/clients/client-fis/src/commands/GetExperimentCommand.ts index ded31a694e84..0c69b61e3bc8 100644 --- a/clients/client-fis/src/commands/GetExperimentCommand.ts +++ b/clients/client-fis/src/commands/GetExperimentCommand.ts @@ -150,9 +150,6 @@ export class GetExperimentCommand extends $Command< GetExperimentCommandOutput, FisClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -166,9 +163,7 @@ export class GetExperimentCommand extends $Command< * @public */ constructor(readonly input: GetExperimentCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -219,7 +214,4 @@ export class GetExperimentCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetExperimentCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-fis/src/commands/GetExperimentTemplateCommand.ts b/clients/client-fis/src/commands/GetExperimentTemplateCommand.ts index cb9adb41b2f9..b6d274883c52 100644 --- a/clients/client-fis/src/commands/GetExperimentTemplateCommand.ts +++ b/clients/client-fis/src/commands/GetExperimentTemplateCommand.ts @@ -139,9 +139,6 @@ export class GetExperimentTemplateCommand extends $Command< GetExperimentTemplateCommandOutput, FisClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -155,9 +152,7 @@ export class GetExperimentTemplateCommand extends $Command< * @public */ constructor(readonly input: GetExperimentTemplateCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -210,7 +205,4 @@ export class GetExperimentTemplateCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetExperimentTemplateCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-fis/src/commands/GetTargetResourceTypeCommand.ts b/clients/client-fis/src/commands/GetTargetResourceTypeCommand.ts index bf770f98703f..13f0844ea7c6 100644 --- a/clients/client-fis/src/commands/GetTargetResourceTypeCommand.ts +++ b/clients/client-fis/src/commands/GetTargetResourceTypeCommand.ts @@ -85,9 +85,6 @@ export class GetTargetResourceTypeCommand extends $Command< GetTargetResourceTypeCommandOutput, FisClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -101,9 +98,7 @@ export class GetTargetResourceTypeCommand extends $Command< * @public */ constructor(readonly input: GetTargetResourceTypeCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -156,7 +151,4 @@ export class GetTargetResourceTypeCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetTargetResourceTypeCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-fis/src/commands/ListActionsCommand.ts b/clients/client-fis/src/commands/ListActionsCommand.ts index 3988bae70d63..58fbdb7559a2 100644 --- a/clients/client-fis/src/commands/ListActionsCommand.ts +++ b/clients/client-fis/src/commands/ListActionsCommand.ts @@ -88,9 +88,6 @@ export class ListActionsCommand extends $Command< ListActionsCommandOutput, FisClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -104,9 +101,7 @@ export class ListActionsCommand extends $Command< * @public */ constructor(readonly input: ListActionsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -157,7 +152,4 @@ export class ListActionsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListActionsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-fis/src/commands/ListExperimentTemplatesCommand.ts b/clients/client-fis/src/commands/ListExperimentTemplatesCommand.ts index 7dda23ebc3f9..c468c7515a09 100644 --- a/clients/client-fis/src/commands/ListExperimentTemplatesCommand.ts +++ b/clients/client-fis/src/commands/ListExperimentTemplatesCommand.ts @@ -85,9 +85,6 @@ export class ListExperimentTemplatesCommand extends $Command< ListExperimentTemplatesCommandOutput, FisClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -101,9 +98,7 @@ export class ListExperimentTemplatesCommand extends $Command< * @public */ constructor(readonly input: ListExperimentTemplatesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -156,7 +151,4 @@ export class ListExperimentTemplatesCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListExperimentTemplatesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-fis/src/commands/ListExperimentsCommand.ts b/clients/client-fis/src/commands/ListExperimentsCommand.ts index b0a2a34f76d8..0f9cdbc56aec 100644 --- a/clients/client-fis/src/commands/ListExperimentsCommand.ts +++ b/clients/client-fis/src/commands/ListExperimentsCommand.ts @@ -88,9 +88,6 @@ export class ListExperimentsCommand extends $Command< ListExperimentsCommandOutput, FisClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -104,9 +101,7 @@ export class ListExperimentsCommand extends $Command< * @public */ constructor(readonly input: ListExperimentsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -159,7 +154,4 @@ export class ListExperimentsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListExperimentsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-fis/src/commands/ListTagsForResourceCommand.ts b/clients/client-fis/src/commands/ListTagsForResourceCommand.ts index 78a850951dc2..e1be804d6772 100644 --- a/clients/client-fis/src/commands/ListTagsForResourceCommand.ts +++ b/clients/client-fis/src/commands/ListTagsForResourceCommand.ts @@ -72,9 +72,6 @@ export class ListTagsForResourceCommand extends $Command< ListTagsForResourceCommandOutput, FisClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -88,9 +85,7 @@ export class ListTagsForResourceCommand extends $Command< * @public */ constructor(readonly input: ListTagsForResourceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -143,7 +138,4 @@ export class ListTagsForResourceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListTagsForResourceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-fis/src/commands/ListTargetResourceTypesCommand.ts b/clients/client-fis/src/commands/ListTargetResourceTypesCommand.ts index c8bdbb095f3c..421410622051 100644 --- a/clients/client-fis/src/commands/ListTargetResourceTypesCommand.ts +++ b/clients/client-fis/src/commands/ListTargetResourceTypesCommand.ts @@ -80,9 +80,6 @@ export class ListTargetResourceTypesCommand extends $Command< ListTargetResourceTypesCommandOutput, FisClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -96,9 +93,7 @@ export class ListTargetResourceTypesCommand extends $Command< * @public */ constructor(readonly input: ListTargetResourceTypesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -151,7 +146,4 @@ export class ListTargetResourceTypesCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListTargetResourceTypesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-fis/src/commands/StartExperimentCommand.ts b/clients/client-fis/src/commands/StartExperimentCommand.ts index 4004b2cfd753..0ef1297fa68c 100644 --- a/clients/client-fis/src/commands/StartExperimentCommand.ts +++ b/clients/client-fis/src/commands/StartExperimentCommand.ts @@ -160,9 +160,6 @@ export class StartExperimentCommand extends $Command< StartExperimentCommandOutput, FisClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -176,9 +173,7 @@ export class StartExperimentCommand extends $Command< * @public */ constructor(readonly input: StartExperimentCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -231,7 +226,4 @@ export class StartExperimentCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_StartExperimentCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-fis/src/commands/StopExperimentCommand.ts b/clients/client-fis/src/commands/StopExperimentCommand.ts index 31b1d7c5ba58..589c4ec80f93 100644 --- a/clients/client-fis/src/commands/StopExperimentCommand.ts +++ b/clients/client-fis/src/commands/StopExperimentCommand.ts @@ -150,9 +150,6 @@ export class StopExperimentCommand extends $Command< StopExperimentCommandOutput, FisClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -166,9 +163,7 @@ export class StopExperimentCommand extends $Command< * @public */ constructor(readonly input: StopExperimentCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -221,7 +216,4 @@ export class StopExperimentCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_StopExperimentCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-fis/src/commands/TagResourceCommand.ts b/clients/client-fis/src/commands/TagResourceCommand.ts index 6dc02b60d814..d3321bdf275d 100644 --- a/clients/client-fis/src/commands/TagResourceCommand.ts +++ b/clients/client-fis/src/commands/TagResourceCommand.ts @@ -71,9 +71,6 @@ export class TagResourceCommand extends $Command< TagResourceCommandOutput, FisClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -87,9 +84,7 @@ export class TagResourceCommand extends $Command< * @public */ constructor(readonly input: TagResourceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -140,7 +135,4 @@ export class TagResourceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_TagResourceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-fis/src/commands/UntagResourceCommand.ts b/clients/client-fis/src/commands/UntagResourceCommand.ts index 58c97f0afc41..fa9f6e1d5ca1 100644 --- a/clients/client-fis/src/commands/UntagResourceCommand.ts +++ b/clients/client-fis/src/commands/UntagResourceCommand.ts @@ -71,9 +71,6 @@ export class UntagResourceCommand extends $Command< UntagResourceCommandOutput, FisClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -87,9 +84,7 @@ export class UntagResourceCommand extends $Command< * @public */ constructor(readonly input: UntagResourceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -140,7 +135,4 @@ export class UntagResourceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UntagResourceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-fis/src/commands/UpdateExperimentTemplateCommand.ts b/clients/client-fis/src/commands/UpdateExperimentTemplateCommand.ts index e3bc0a03cefb..cf3ec9cefb1b 100644 --- a/clients/client-fis/src/commands/UpdateExperimentTemplateCommand.ts +++ b/clients/client-fis/src/commands/UpdateExperimentTemplateCommand.ts @@ -198,9 +198,6 @@ export class UpdateExperimentTemplateCommand extends $Command< UpdateExperimentTemplateCommandOutput, FisClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -214,9 +211,7 @@ export class UpdateExperimentTemplateCommand extends $Command< * @public */ constructor(readonly input: UpdateExperimentTemplateCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -269,7 +264,4 @@ export class UpdateExperimentTemplateCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdateExperimentTemplateCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-fms/package.json b/clients/client-fms/package.json index da364b030fb4..1dd57c7e4aa3 100644 --- a/clients/client-fms/package.json +++ b/clients/client-fms/package.json @@ -34,29 +34,29 @@ "@aws-sdk/util-endpoints": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@smithy/config-resolver": "^2.0.16", - "@smithy/fetch-http-handler": "^2.2.4", - "@smithy/hash-node": "^2.0.12", - "@smithy/invalid-dependency": "^2.0.12", - "@smithy/middleware-content-length": "^2.0.14", - "@smithy/middleware-endpoint": "^2.1.3", - "@smithy/middleware-retry": "^2.0.18", - "@smithy/middleware-serde": "^2.0.12", - "@smithy/middleware-stack": "^2.0.6", - "@smithy/node-config-provider": "^2.1.3", - "@smithy/node-http-handler": "^2.1.8", - "@smithy/protocol-http": "^3.0.8", - "@smithy/smithy-client": "^2.1.12", - "@smithy/types": "^2.4.0", - "@smithy/url-parser": "^2.0.12", - "@smithy/util-base64": "^2.0.0", + "@smithy/config-resolver": "^2.0.18", + "@smithy/fetch-http-handler": "^2.2.6", + "@smithy/hash-node": "^2.0.15", + "@smithy/invalid-dependency": "^2.0.13", + "@smithy/middleware-content-length": "^2.0.15", + "@smithy/middleware-endpoint": "^2.2.0", + "@smithy/middleware-retry": "^2.0.20", + "@smithy/middleware-serde": "^2.0.13", + "@smithy/middleware-stack": "^2.0.7", + "@smithy/node-config-provider": "^2.1.5", + "@smithy/node-http-handler": "^2.1.9", + "@smithy/protocol-http": "^3.0.9", + "@smithy/smithy-client": "^2.1.15", + "@smithy/types": "^2.5.0", + "@smithy/url-parser": "^2.0.13", + "@smithy/util-base64": "^2.0.1", "@smithy/util-body-length-browser": "^2.0.0", "@smithy/util-body-length-node": "^2.1.0", - "@smithy/util-defaults-mode-browser": "^2.0.16", - "@smithy/util-defaults-mode-node": "^2.0.21", - "@smithy/util-endpoints": "^1.0.2", - "@smithy/util-retry": "^2.0.5", - "@smithy/util-utf8": "^2.0.0", + "@smithy/util-defaults-mode-browser": "^2.0.19", + "@smithy/util-defaults-mode-node": "^2.0.25", + "@smithy/util-endpoints": "^1.0.4", + "@smithy/util-retry": "^2.0.6", + "@smithy/util-utf8": "^2.0.2", "tslib": "^2.5.0" }, "devDependencies": { diff --git a/clients/client-fms/src/commands/AssociateAdminAccountCommand.ts b/clients/client-fms/src/commands/AssociateAdminAccountCommand.ts index eb2d518854c0..c41abb39ba24 100644 --- a/clients/client-fms/src/commands/AssociateAdminAccountCommand.ts +++ b/clients/client-fms/src/commands/AssociateAdminAccountCommand.ts @@ -92,9 +92,6 @@ export class AssociateAdminAccountCommand extends $Command< AssociateAdminAccountCommandOutput, FMSClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -108,9 +105,7 @@ export class AssociateAdminAccountCommand extends $Command< * @public */ constructor(readonly input: AssociateAdminAccountCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -163,7 +158,4 @@ export class AssociateAdminAccountCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_AssociateAdminAccountCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-fms/src/commands/AssociateThirdPartyFirewallCommand.ts b/clients/client-fms/src/commands/AssociateThirdPartyFirewallCommand.ts index b0b98dcbd1f8..ff76ce9e3558 100644 --- a/clients/client-fms/src/commands/AssociateThirdPartyFirewallCommand.ts +++ b/clients/client-fms/src/commands/AssociateThirdPartyFirewallCommand.ts @@ -89,9 +89,6 @@ export class AssociateThirdPartyFirewallCommand extends $Command< AssociateThirdPartyFirewallCommandOutput, FMSClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -105,9 +102,7 @@ export class AssociateThirdPartyFirewallCommand extends $Command< * @public */ constructor(readonly input: AssociateThirdPartyFirewallCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -163,7 +158,4 @@ export class AssociateThirdPartyFirewallCommand extends $Command< ): Promise { return de_AssociateThirdPartyFirewallCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-fms/src/commands/BatchAssociateResourceCommand.ts b/clients/client-fms/src/commands/BatchAssociateResourceCommand.ts index 52045bcd2ac8..ae90ea4cbc31 100644 --- a/clients/client-fms/src/commands/BatchAssociateResourceCommand.ts +++ b/clients/client-fms/src/commands/BatchAssociateResourceCommand.ts @@ -102,9 +102,6 @@ export class BatchAssociateResourceCommand extends $Command< BatchAssociateResourceCommandOutput, FMSClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -118,9 +115,7 @@ export class BatchAssociateResourceCommand extends $Command< * @public */ constructor(readonly input: BatchAssociateResourceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -173,7 +168,4 @@ export class BatchAssociateResourceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_BatchAssociateResourceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-fms/src/commands/BatchDisassociateResourceCommand.ts b/clients/client-fms/src/commands/BatchDisassociateResourceCommand.ts index c68a191d3bea..664bff9a98e4 100644 --- a/clients/client-fms/src/commands/BatchDisassociateResourceCommand.ts +++ b/clients/client-fms/src/commands/BatchDisassociateResourceCommand.ts @@ -96,9 +96,6 @@ export class BatchDisassociateResourceCommand extends $Command< BatchDisassociateResourceCommandOutput, FMSClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -112,9 +109,7 @@ export class BatchDisassociateResourceCommand extends $Command< * @public */ constructor(readonly input: BatchDisassociateResourceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -170,7 +165,4 @@ export class BatchDisassociateResourceCommand extends $Command< ): Promise { return de_BatchDisassociateResourceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-fms/src/commands/DeleteAppsListCommand.ts b/clients/client-fms/src/commands/DeleteAppsListCommand.ts index fa8d02c07232..2322e572d92f 100644 --- a/clients/client-fms/src/commands/DeleteAppsListCommand.ts +++ b/clients/client-fms/src/commands/DeleteAppsListCommand.ts @@ -82,9 +82,6 @@ export class DeleteAppsListCommand extends $Command< DeleteAppsListCommandOutput, FMSClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -98,9 +95,7 @@ export class DeleteAppsListCommand extends $Command< * @public */ constructor(readonly input: DeleteAppsListCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -153,7 +148,4 @@ export class DeleteAppsListCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteAppsListCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-fms/src/commands/DeleteNotificationChannelCommand.ts b/clients/client-fms/src/commands/DeleteNotificationChannelCommand.ts index ff334ba98968..696ee4599dca 100644 --- a/clients/client-fms/src/commands/DeleteNotificationChannelCommand.ts +++ b/clients/client-fms/src/commands/DeleteNotificationChannelCommand.ts @@ -81,9 +81,6 @@ export class DeleteNotificationChannelCommand extends $Command< DeleteNotificationChannelCommandOutput, FMSClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -97,9 +94,7 @@ export class DeleteNotificationChannelCommand extends $Command< * @public */ constructor(readonly input: DeleteNotificationChannelCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -155,7 +150,4 @@ export class DeleteNotificationChannelCommand extends $Command< ): Promise { return de_DeleteNotificationChannelCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-fms/src/commands/DeletePolicyCommand.ts b/clients/client-fms/src/commands/DeletePolicyCommand.ts index 3c4693f5a092..a15e8d8593a1 100644 --- a/clients/client-fms/src/commands/DeletePolicyCommand.ts +++ b/clients/client-fms/src/commands/DeletePolicyCommand.ts @@ -92,9 +92,6 @@ export class DeletePolicyCommand extends $Command< DeletePolicyCommandOutput, FMSClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -108,9 +105,7 @@ export class DeletePolicyCommand extends $Command< * @public */ constructor(readonly input: DeletePolicyCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -161,7 +156,4 @@ export class DeletePolicyCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeletePolicyCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-fms/src/commands/DeleteProtocolsListCommand.ts b/clients/client-fms/src/commands/DeleteProtocolsListCommand.ts index 5d0b54cb8980..6cc88728b9e2 100644 --- a/clients/client-fms/src/commands/DeleteProtocolsListCommand.ts +++ b/clients/client-fms/src/commands/DeleteProtocolsListCommand.ts @@ -82,9 +82,6 @@ export class DeleteProtocolsListCommand extends $Command< DeleteProtocolsListCommandOutput, FMSClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -98,9 +95,7 @@ export class DeleteProtocolsListCommand extends $Command< * @public */ constructor(readonly input: DeleteProtocolsListCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -153,7 +148,4 @@ export class DeleteProtocolsListCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteProtocolsListCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-fms/src/commands/DeleteResourceSetCommand.ts b/clients/client-fms/src/commands/DeleteResourceSetCommand.ts index 04fb2815aaf0..c918395b0d30 100644 --- a/clients/client-fms/src/commands/DeleteResourceSetCommand.ts +++ b/clients/client-fms/src/commands/DeleteResourceSetCommand.ts @@ -85,9 +85,6 @@ export class DeleteResourceSetCommand extends $Command< DeleteResourceSetCommandOutput, FMSClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -101,9 +98,7 @@ export class DeleteResourceSetCommand extends $Command< * @public */ constructor(readonly input: DeleteResourceSetCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -156,7 +151,4 @@ export class DeleteResourceSetCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteResourceSetCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-fms/src/commands/DisassociateAdminAccountCommand.ts b/clients/client-fms/src/commands/DisassociateAdminAccountCommand.ts index a92c5c23e66e..4e00db9e9b3f 100644 --- a/clients/client-fms/src/commands/DisassociateAdminAccountCommand.ts +++ b/clients/client-fms/src/commands/DisassociateAdminAccountCommand.ts @@ -81,9 +81,6 @@ export class DisassociateAdminAccountCommand extends $Command< DisassociateAdminAccountCommandOutput, FMSClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -97,9 +94,7 @@ export class DisassociateAdminAccountCommand extends $Command< * @public */ constructor(readonly input: DisassociateAdminAccountCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -152,7 +147,4 @@ export class DisassociateAdminAccountCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DisassociateAdminAccountCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-fms/src/commands/DisassociateThirdPartyFirewallCommand.ts b/clients/client-fms/src/commands/DisassociateThirdPartyFirewallCommand.ts index d7ab2455f304..ac6a7da13b30 100644 --- a/clients/client-fms/src/commands/DisassociateThirdPartyFirewallCommand.ts +++ b/clients/client-fms/src/commands/DisassociateThirdPartyFirewallCommand.ts @@ -92,9 +92,6 @@ export class DisassociateThirdPartyFirewallCommand extends $Command< DisassociateThirdPartyFirewallCommandOutput, FMSClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -108,9 +105,7 @@ export class DisassociateThirdPartyFirewallCommand extends $Command< * @public */ constructor(readonly input: DisassociateThirdPartyFirewallCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -169,7 +164,4 @@ export class DisassociateThirdPartyFirewallCommand extends $Command< ): Promise { return de_DisassociateThirdPartyFirewallCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-fms/src/commands/GetAdminAccountCommand.ts b/clients/client-fms/src/commands/GetAdminAccountCommand.ts index 28ff06331f61..3cd7d4ebc930 100644 --- a/clients/client-fms/src/commands/GetAdminAccountCommand.ts +++ b/clients/client-fms/src/commands/GetAdminAccountCommand.ts @@ -84,9 +84,6 @@ export class GetAdminAccountCommand extends $Command< GetAdminAccountCommandOutput, FMSClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -100,9 +97,7 @@ export class GetAdminAccountCommand extends $Command< * @public */ constructor(readonly input: GetAdminAccountCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -155,7 +150,4 @@ export class GetAdminAccountCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetAdminAccountCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-fms/src/commands/GetAdminScopeCommand.ts b/clients/client-fms/src/commands/GetAdminScopeCommand.ts index 5c832998715f..bd9791359794 100644 --- a/clients/client-fms/src/commands/GetAdminScopeCommand.ts +++ b/clients/client-fms/src/commands/GetAdminScopeCommand.ts @@ -121,9 +121,6 @@ export class GetAdminScopeCommand extends $Command< GetAdminScopeCommandOutput, FMSClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -137,9 +134,7 @@ export class GetAdminScopeCommand extends $Command< * @public */ constructor(readonly input: GetAdminScopeCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -190,7 +185,4 @@ export class GetAdminScopeCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetAdminScopeCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-fms/src/commands/GetAppsListCommand.ts b/clients/client-fms/src/commands/GetAppsListCommand.ts index c4bdc83b464a..5782f8241855 100644 --- a/clients/client-fms/src/commands/GetAppsListCommand.ts +++ b/clients/client-fms/src/commands/GetAppsListCommand.ts @@ -108,9 +108,6 @@ export class GetAppsListCommand extends $Command< GetAppsListCommandOutput, FMSClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -124,9 +121,7 @@ export class GetAppsListCommand extends $Command< * @public */ constructor(readonly input: GetAppsListCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -177,7 +172,4 @@ export class GetAppsListCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetAppsListCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-fms/src/commands/GetComplianceDetailCommand.ts b/clients/client-fms/src/commands/GetComplianceDetailCommand.ts index 27048d28ca3e..91212630b471 100644 --- a/clients/client-fms/src/commands/GetComplianceDetailCommand.ts +++ b/clients/client-fms/src/commands/GetComplianceDetailCommand.ts @@ -130,9 +130,6 @@ export class GetComplianceDetailCommand extends $Command< GetComplianceDetailCommandOutput, FMSClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -146,9 +143,7 @@ export class GetComplianceDetailCommand extends $Command< * @public */ constructor(readonly input: GetComplianceDetailCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -201,7 +196,4 @@ export class GetComplianceDetailCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetComplianceDetailCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-fms/src/commands/GetNotificationChannelCommand.ts b/clients/client-fms/src/commands/GetNotificationChannelCommand.ts index 36fa824931ca..bfbc07bbc29a 100644 --- a/clients/client-fms/src/commands/GetNotificationChannelCommand.ts +++ b/clients/client-fms/src/commands/GetNotificationChannelCommand.ts @@ -85,9 +85,6 @@ export class GetNotificationChannelCommand extends $Command< GetNotificationChannelCommandOutput, FMSClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -101,9 +98,7 @@ export class GetNotificationChannelCommand extends $Command< * @public */ constructor(readonly input: GetNotificationChannelCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -156,7 +151,4 @@ export class GetNotificationChannelCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetNotificationChannelCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-fms/src/commands/GetPolicyCommand.ts b/clients/client-fms/src/commands/GetPolicyCommand.ts index fffc086ee71a..2cfdc7f0dea6 100644 --- a/clients/client-fms/src/commands/GetPolicyCommand.ts +++ b/clients/client-fms/src/commands/GetPolicyCommand.ts @@ -128,9 +128,6 @@ export interface GetPolicyCommandOutput extends GetPolicyResponse, __MetadataBea * */ export class GetPolicyCommand extends $Command { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -144,9 +141,7 @@ export class GetPolicyCommand extends $Command { return de_GetPolicyCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-fms/src/commands/GetProtectionStatusCommand.ts b/clients/client-fms/src/commands/GetProtectionStatusCommand.ts index b13a0ba0ee15..bcaf177697d6 100644 --- a/clients/client-fms/src/commands/GetProtectionStatusCommand.ts +++ b/clients/client-fms/src/commands/GetProtectionStatusCommand.ts @@ -89,9 +89,6 @@ export class GetProtectionStatusCommand extends $Command< GetProtectionStatusCommandOutput, FMSClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -105,9 +102,7 @@ export class GetProtectionStatusCommand extends $Command< * @public */ constructor(readonly input: GetProtectionStatusCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -160,7 +155,4 @@ export class GetProtectionStatusCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetProtectionStatusCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-fms/src/commands/GetProtocolsListCommand.ts b/clients/client-fms/src/commands/GetProtocolsListCommand.ts index 374e31add28f..fc347d353a63 100644 --- a/clients/client-fms/src/commands/GetProtocolsListCommand.ts +++ b/clients/client-fms/src/commands/GetProtocolsListCommand.ts @@ -100,9 +100,6 @@ export class GetProtocolsListCommand extends $Command< GetProtocolsListCommandOutput, FMSClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -116,9 +113,7 @@ export class GetProtocolsListCommand extends $Command< * @public */ constructor(readonly input: GetProtocolsListCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -171,7 +166,4 @@ export class GetProtocolsListCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetProtocolsListCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-fms/src/commands/GetResourceSetCommand.ts b/clients/client-fms/src/commands/GetResourceSetCommand.ts index bfc179b0ade5..dc4c02b532d1 100644 --- a/clients/client-fms/src/commands/GetResourceSetCommand.ts +++ b/clients/client-fms/src/commands/GetResourceSetCommand.ts @@ -98,9 +98,6 @@ export class GetResourceSetCommand extends $Command< GetResourceSetCommandOutput, FMSClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -114,9 +111,7 @@ export class GetResourceSetCommand extends $Command< * @public */ constructor(readonly input: GetResourceSetCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -169,7 +164,4 @@ export class GetResourceSetCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetResourceSetCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-fms/src/commands/GetThirdPartyFirewallAssociationStatusCommand.ts b/clients/client-fms/src/commands/GetThirdPartyFirewallAssociationStatusCommand.ts index 2098e256fcfb..499e39496bf5 100644 --- a/clients/client-fms/src/commands/GetThirdPartyFirewallAssociationStatusCommand.ts +++ b/clients/client-fms/src/commands/GetThirdPartyFirewallAssociationStatusCommand.ts @@ -97,9 +97,6 @@ export class GetThirdPartyFirewallAssociationStatusCommand extends $Command< GetThirdPartyFirewallAssociationStatusCommandOutput, FMSClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -113,9 +110,7 @@ export class GetThirdPartyFirewallAssociationStatusCommand extends $Command< * @public */ constructor(readonly input: GetThirdPartyFirewallAssociationStatusCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -174,7 +169,4 @@ export class GetThirdPartyFirewallAssociationStatusCommand extends $Command< ): Promise { return de_GetThirdPartyFirewallAssociationStatusCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-fms/src/commands/GetViolationDetailsCommand.ts b/clients/client-fms/src/commands/GetViolationDetailsCommand.ts index 09b96e253ca7..ad72244b3dbe 100644 --- a/clients/client-fms/src/commands/GetViolationDetailsCommand.ts +++ b/clients/client-fms/src/commands/GetViolationDetailsCommand.ts @@ -526,9 +526,6 @@ export class GetViolationDetailsCommand extends $Command< GetViolationDetailsCommandOutput, FMSClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -542,9 +539,7 @@ export class GetViolationDetailsCommand extends $Command< * @public */ constructor(readonly input: GetViolationDetailsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -597,7 +592,4 @@ export class GetViolationDetailsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetViolationDetailsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-fms/src/commands/ListAdminAccountsForOrganizationCommand.ts b/clients/client-fms/src/commands/ListAdminAccountsForOrganizationCommand.ts index df328b62178f..de7468c3d732 100644 --- a/clients/client-fms/src/commands/ListAdminAccountsForOrganizationCommand.ts +++ b/clients/client-fms/src/commands/ListAdminAccountsForOrganizationCommand.ts @@ -104,9 +104,6 @@ export class ListAdminAccountsForOrganizationCommand extends $Command< ListAdminAccountsForOrganizationCommandOutput, FMSClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -120,9 +117,7 @@ export class ListAdminAccountsForOrganizationCommand extends $Command< * @public */ constructor(readonly input: ListAdminAccountsForOrganizationCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -181,7 +176,4 @@ export class ListAdminAccountsForOrganizationCommand extends $Command< ): Promise { return de_ListAdminAccountsForOrganizationCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-fms/src/commands/ListAdminsManagingAccountCommand.ts b/clients/client-fms/src/commands/ListAdminsManagingAccountCommand.ts index a0b1a0d2fe09..e84f1f8b114a 100644 --- a/clients/client-fms/src/commands/ListAdminsManagingAccountCommand.ts +++ b/clients/client-fms/src/commands/ListAdminsManagingAccountCommand.ts @@ -84,9 +84,6 @@ export class ListAdminsManagingAccountCommand extends $Command< ListAdminsManagingAccountCommandOutput, FMSClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -100,9 +97,7 @@ export class ListAdminsManagingAccountCommand extends $Command< * @public */ constructor(readonly input: ListAdminsManagingAccountCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -158,7 +153,4 @@ export class ListAdminsManagingAccountCommand extends $Command< ): Promise { return de_ListAdminsManagingAccountCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-fms/src/commands/ListAppsListsCommand.ts b/clients/client-fms/src/commands/ListAppsListsCommand.ts index a985353d29d0..26b641a2c5ed 100644 --- a/clients/client-fms/src/commands/ListAppsListsCommand.ts +++ b/clients/client-fms/src/commands/ListAppsListsCommand.ts @@ -106,9 +106,6 @@ export class ListAppsListsCommand extends $Command< ListAppsListsCommandOutput, FMSClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -122,9 +119,7 @@ export class ListAppsListsCommand extends $Command< * @public */ constructor(readonly input: ListAppsListsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -175,7 +170,4 @@ export class ListAppsListsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListAppsListsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-fms/src/commands/ListComplianceStatusCommand.ts b/clients/client-fms/src/commands/ListComplianceStatusCommand.ts index c3b9b1dd5fc9..22e876a4272a 100644 --- a/clients/client-fms/src/commands/ListComplianceStatusCommand.ts +++ b/clients/client-fms/src/commands/ListComplianceStatusCommand.ts @@ -100,9 +100,6 @@ export class ListComplianceStatusCommand extends $Command< ListComplianceStatusCommandOutput, FMSClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -116,9 +113,7 @@ export class ListComplianceStatusCommand extends $Command< * @public */ constructor(readonly input: ListComplianceStatusCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -171,7 +166,4 @@ export class ListComplianceStatusCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListComplianceStatusCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-fms/src/commands/ListDiscoveredResourcesCommand.ts b/clients/client-fms/src/commands/ListDiscoveredResourcesCommand.ts index ac7092eee13e..81e90c73c4f8 100644 --- a/clients/client-fms/src/commands/ListDiscoveredResourcesCommand.ts +++ b/clients/client-fms/src/commands/ListDiscoveredResourcesCommand.ts @@ -97,9 +97,6 @@ export class ListDiscoveredResourcesCommand extends $Command< ListDiscoveredResourcesCommandOutput, FMSClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -113,9 +110,7 @@ export class ListDiscoveredResourcesCommand extends $Command< * @public */ constructor(readonly input: ListDiscoveredResourcesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -168,7 +163,4 @@ export class ListDiscoveredResourcesCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListDiscoveredResourcesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-fms/src/commands/ListMemberAccountsCommand.ts b/clients/client-fms/src/commands/ListMemberAccountsCommand.ts index 6d1b75b69cc6..81b1713da111 100644 --- a/clients/client-fms/src/commands/ListMemberAccountsCommand.ts +++ b/clients/client-fms/src/commands/ListMemberAccountsCommand.ts @@ -83,9 +83,6 @@ export class ListMemberAccountsCommand extends $Command< ListMemberAccountsCommandOutput, FMSClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -99,9 +96,7 @@ export class ListMemberAccountsCommand extends $Command< * @public */ constructor(readonly input: ListMemberAccountsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -154,7 +149,4 @@ export class ListMemberAccountsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListMemberAccountsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-fms/src/commands/ListPoliciesCommand.ts b/clients/client-fms/src/commands/ListPoliciesCommand.ts index 1e24be4fc340..141312eb72eb 100644 --- a/clients/client-fms/src/commands/ListPoliciesCommand.ts +++ b/clients/client-fms/src/commands/ListPoliciesCommand.ts @@ -103,9 +103,6 @@ export class ListPoliciesCommand extends $Command< ListPoliciesCommandOutput, FMSClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -119,9 +116,7 @@ export class ListPoliciesCommand extends $Command< * @public */ constructor(readonly input: ListPoliciesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -172,7 +167,4 @@ export class ListPoliciesCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListPoliciesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-fms/src/commands/ListProtocolsListsCommand.ts b/clients/client-fms/src/commands/ListProtocolsListsCommand.ts index 5ca2ed117433..af1b939f35b8 100644 --- a/clients/client-fms/src/commands/ListProtocolsListsCommand.ts +++ b/clients/client-fms/src/commands/ListProtocolsListsCommand.ts @@ -96,9 +96,6 @@ export class ListProtocolsListsCommand extends $Command< ListProtocolsListsCommandOutput, FMSClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -112,9 +109,7 @@ export class ListProtocolsListsCommand extends $Command< * @public */ constructor(readonly input: ListProtocolsListsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -167,7 +162,4 @@ export class ListProtocolsListsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListProtocolsListsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-fms/src/commands/ListResourceSetResourcesCommand.ts b/clients/client-fms/src/commands/ListResourceSetResourcesCommand.ts index f51f0fa2136f..da7faabe7063 100644 --- a/clients/client-fms/src/commands/ListResourceSetResourcesCommand.ts +++ b/clients/client-fms/src/commands/ListResourceSetResourcesCommand.ts @@ -95,9 +95,6 @@ export class ListResourceSetResourcesCommand extends $Command< ListResourceSetResourcesCommandOutput, FMSClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -111,9 +108,7 @@ export class ListResourceSetResourcesCommand extends $Command< * @public */ constructor(readonly input: ListResourceSetResourcesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -166,7 +161,4 @@ export class ListResourceSetResourcesCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListResourceSetResourcesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-fms/src/commands/ListResourceSetsCommand.ts b/clients/client-fms/src/commands/ListResourceSetsCommand.ts index c1efbced38cb..2b2268557986 100644 --- a/clients/client-fms/src/commands/ListResourceSetsCommand.ts +++ b/clients/client-fms/src/commands/ListResourceSetsCommand.ts @@ -94,9 +94,6 @@ export class ListResourceSetsCommand extends $Command< ListResourceSetsCommandOutput, FMSClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -110,9 +107,7 @@ export class ListResourceSetsCommand extends $Command< * @public */ constructor(readonly input: ListResourceSetsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -165,7 +160,4 @@ export class ListResourceSetsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListResourceSetsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-fms/src/commands/ListTagsForResourceCommand.ts b/clients/client-fms/src/commands/ListTagsForResourceCommand.ts index d0ad4643bc02..7e56beb125b3 100644 --- a/clients/client-fms/src/commands/ListTagsForResourceCommand.ts +++ b/clients/client-fms/src/commands/ListTagsForResourceCommand.ts @@ -92,9 +92,6 @@ export class ListTagsForResourceCommand extends $Command< ListTagsForResourceCommandOutput, FMSClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -108,9 +105,7 @@ export class ListTagsForResourceCommand extends $Command< * @public */ constructor(readonly input: ListTagsForResourceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -163,7 +158,4 @@ export class ListTagsForResourceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListTagsForResourceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-fms/src/commands/ListThirdPartyFirewallFirewallPoliciesCommand.ts b/clients/client-fms/src/commands/ListThirdPartyFirewallFirewallPoliciesCommand.ts index a83f1f330596..13101ed72d52 100644 --- a/clients/client-fms/src/commands/ListThirdPartyFirewallFirewallPoliciesCommand.ts +++ b/clients/client-fms/src/commands/ListThirdPartyFirewallFirewallPoliciesCommand.ts @@ -104,9 +104,6 @@ export class ListThirdPartyFirewallFirewallPoliciesCommand extends $Command< ListThirdPartyFirewallFirewallPoliciesCommandOutput, FMSClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -120,9 +117,7 @@ export class ListThirdPartyFirewallFirewallPoliciesCommand extends $Command< * @public */ constructor(readonly input: ListThirdPartyFirewallFirewallPoliciesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -181,7 +176,4 @@ export class ListThirdPartyFirewallFirewallPoliciesCommand extends $Command< ): Promise { return de_ListThirdPartyFirewallFirewallPoliciesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-fms/src/commands/PutAdminAccountCommand.ts b/clients/client-fms/src/commands/PutAdminAccountCommand.ts index f38db5b07315..c7b886f4b508 100644 --- a/clients/client-fms/src/commands/PutAdminAccountCommand.ts +++ b/clients/client-fms/src/commands/PutAdminAccountCommand.ts @@ -117,9 +117,6 @@ export class PutAdminAccountCommand extends $Command< PutAdminAccountCommandOutput, FMSClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -133,9 +130,7 @@ export class PutAdminAccountCommand extends $Command< * @public */ constructor(readonly input: PutAdminAccountCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -188,7 +183,4 @@ export class PutAdminAccountCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_PutAdminAccountCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-fms/src/commands/PutAppsListCommand.ts b/clients/client-fms/src/commands/PutAppsListCommand.ts index 8f634b9d4942..32eaf9c8f962 100644 --- a/clients/client-fms/src/commands/PutAppsListCommand.ts +++ b/clients/client-fms/src/commands/PutAppsListCommand.ts @@ -144,9 +144,6 @@ export class PutAppsListCommand extends $Command< PutAppsListCommandOutput, FMSClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -160,9 +157,7 @@ export class PutAppsListCommand extends $Command< * @public */ constructor(readonly input: PutAppsListCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -213,7 +208,4 @@ export class PutAppsListCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_PutAppsListCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-fms/src/commands/PutNotificationChannelCommand.ts b/clients/client-fms/src/commands/PutNotificationChannelCommand.ts index af9bed0fdab7..6c9c9ca284ba 100644 --- a/clients/client-fms/src/commands/PutNotificationChannelCommand.ts +++ b/clients/client-fms/src/commands/PutNotificationChannelCommand.ts @@ -86,9 +86,6 @@ export class PutNotificationChannelCommand extends $Command< PutNotificationChannelCommandOutput, FMSClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -102,9 +99,7 @@ export class PutNotificationChannelCommand extends $Command< * @public */ constructor(readonly input: PutNotificationChannelCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -157,7 +152,4 @@ export class PutNotificationChannelCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_PutNotificationChannelCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-fms/src/commands/PutPolicyCommand.ts b/clients/client-fms/src/commands/PutPolicyCommand.ts index 085cacd6567a..065e2e34c7f3 100644 --- a/clients/client-fms/src/commands/PutPolicyCommand.ts +++ b/clients/client-fms/src/commands/PutPolicyCommand.ts @@ -232,9 +232,6 @@ export interface PutPolicyCommandOutput extends PutPolicyResponse, __MetadataBea * */ export class PutPolicyCommand extends $Command { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -248,9 +245,7 @@ export class PutPolicyCommand extends $Command { return de_PutPolicyCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-fms/src/commands/PutProtocolsListCommand.ts b/clients/client-fms/src/commands/PutProtocolsListCommand.ts index 884fea9c41e2..00fc9147afc7 100644 --- a/clients/client-fms/src/commands/PutProtocolsListCommand.ts +++ b/clients/client-fms/src/commands/PutProtocolsListCommand.ts @@ -128,9 +128,6 @@ export class PutProtocolsListCommand extends $Command< PutProtocolsListCommandOutput, FMSClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -144,9 +141,7 @@ export class PutProtocolsListCommand extends $Command< * @public */ constructor(readonly input: PutProtocolsListCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -199,7 +194,4 @@ export class PutProtocolsListCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_PutProtocolsListCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-fms/src/commands/PutResourceSetCommand.ts b/clients/client-fms/src/commands/PutResourceSetCommand.ts index 4918c080c17c..67b4a281dea3 100644 --- a/clients/client-fms/src/commands/PutResourceSetCommand.ts +++ b/clients/client-fms/src/commands/PutResourceSetCommand.ts @@ -118,9 +118,6 @@ export class PutResourceSetCommand extends $Command< PutResourceSetCommandOutput, FMSClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -134,9 +131,7 @@ export class PutResourceSetCommand extends $Command< * @public */ constructor(readonly input: PutResourceSetCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -189,7 +184,4 @@ export class PutResourceSetCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_PutResourceSetCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-fms/src/commands/TagResourceCommand.ts b/clients/client-fms/src/commands/TagResourceCommand.ts index ad2f258b49e3..8b352ed9d644 100644 --- a/clients/client-fms/src/commands/TagResourceCommand.ts +++ b/clients/client-fms/src/commands/TagResourceCommand.ts @@ -97,9 +97,6 @@ export class TagResourceCommand extends $Command< TagResourceCommandOutput, FMSClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -113,9 +110,7 @@ export class TagResourceCommand extends $Command< * @public */ constructor(readonly input: TagResourceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -166,7 +161,4 @@ export class TagResourceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_TagResourceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-fms/src/commands/UntagResourceCommand.ts b/clients/client-fms/src/commands/UntagResourceCommand.ts index 00090931a68f..5920fdb1a633 100644 --- a/clients/client-fms/src/commands/UntagResourceCommand.ts +++ b/clients/client-fms/src/commands/UntagResourceCommand.ts @@ -88,9 +88,6 @@ export class UntagResourceCommand extends $Command< UntagResourceCommandOutput, FMSClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -104,9 +101,7 @@ export class UntagResourceCommand extends $Command< * @public */ constructor(readonly input: UntagResourceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -157,7 +152,4 @@ export class UntagResourceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UntagResourceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-forecast/package.json b/clients/client-forecast/package.json index 4d6dcf2269d6..72800232389e 100644 --- a/clients/client-forecast/package.json +++ b/clients/client-forecast/package.json @@ -34,29 +34,29 @@ "@aws-sdk/util-endpoints": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@smithy/config-resolver": "^2.0.16", - "@smithy/fetch-http-handler": "^2.2.4", - "@smithy/hash-node": "^2.0.12", - "@smithy/invalid-dependency": "^2.0.12", - "@smithy/middleware-content-length": "^2.0.14", - "@smithy/middleware-endpoint": "^2.1.3", - "@smithy/middleware-retry": "^2.0.18", - "@smithy/middleware-serde": "^2.0.12", - "@smithy/middleware-stack": "^2.0.6", - "@smithy/node-config-provider": "^2.1.3", - "@smithy/node-http-handler": "^2.1.8", - "@smithy/protocol-http": "^3.0.8", - "@smithy/smithy-client": "^2.1.12", - "@smithy/types": "^2.4.0", - "@smithy/url-parser": "^2.0.12", - "@smithy/util-base64": "^2.0.0", + "@smithy/config-resolver": "^2.0.18", + "@smithy/fetch-http-handler": "^2.2.6", + "@smithy/hash-node": "^2.0.15", + "@smithy/invalid-dependency": "^2.0.13", + "@smithy/middleware-content-length": "^2.0.15", + "@smithy/middleware-endpoint": "^2.2.0", + "@smithy/middleware-retry": "^2.0.20", + "@smithy/middleware-serde": "^2.0.13", + "@smithy/middleware-stack": "^2.0.7", + "@smithy/node-config-provider": "^2.1.5", + "@smithy/node-http-handler": "^2.1.9", + "@smithy/protocol-http": "^3.0.9", + "@smithy/smithy-client": "^2.1.15", + "@smithy/types": "^2.5.0", + "@smithy/url-parser": "^2.0.13", + "@smithy/util-base64": "^2.0.1", "@smithy/util-body-length-browser": "^2.0.0", "@smithy/util-body-length-node": "^2.1.0", - "@smithy/util-defaults-mode-browser": "^2.0.16", - "@smithy/util-defaults-mode-node": "^2.0.21", - "@smithy/util-endpoints": "^1.0.2", - "@smithy/util-retry": "^2.0.5", - "@smithy/util-utf8": "^2.0.0", + "@smithy/util-defaults-mode-browser": "^2.0.19", + "@smithy/util-defaults-mode-node": "^2.0.25", + "@smithy/util-endpoints": "^1.0.4", + "@smithy/util-retry": "^2.0.6", + "@smithy/util-utf8": "^2.0.2", "tslib": "^2.5.0" }, "devDependencies": { diff --git a/clients/client-forecast/src/commands/CreateAutoPredictorCommand.ts b/clients/client-forecast/src/commands/CreateAutoPredictorCommand.ts index bcde3a4a8f6a..66542a47883c 100644 --- a/clients/client-forecast/src/commands/CreateAutoPredictorCommand.ts +++ b/clients/client-forecast/src/commands/CreateAutoPredictorCommand.ts @@ -190,9 +190,6 @@ export class CreateAutoPredictorCommand extends $Command< CreateAutoPredictorCommandOutput, ForecastClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -206,9 +203,7 @@ export class CreateAutoPredictorCommand extends $Command< * @public */ constructor(readonly input: CreateAutoPredictorCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -261,7 +256,4 @@ export class CreateAutoPredictorCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateAutoPredictorCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-forecast/src/commands/CreateDatasetCommand.ts b/clients/client-forecast/src/commands/CreateDatasetCommand.ts index 1ec32eee1b8e..79dcbb465a4a 100644 --- a/clients/client-forecast/src/commands/CreateDatasetCommand.ts +++ b/clients/client-forecast/src/commands/CreateDatasetCommand.ts @@ -146,9 +146,6 @@ export class CreateDatasetCommand extends $Command< CreateDatasetCommandOutput, ForecastClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -162,9 +159,7 @@ export class CreateDatasetCommand extends $Command< * @public */ constructor(readonly input: CreateDatasetCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -215,7 +210,4 @@ export class CreateDatasetCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateDatasetCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-forecast/src/commands/CreateDatasetGroupCommand.ts b/clients/client-forecast/src/commands/CreateDatasetGroupCommand.ts index f03844724665..83991affcb64 100644 --- a/clients/client-forecast/src/commands/CreateDatasetGroupCommand.ts +++ b/clients/client-forecast/src/commands/CreateDatasetGroupCommand.ts @@ -110,9 +110,6 @@ export class CreateDatasetGroupCommand extends $Command< CreateDatasetGroupCommandOutput, ForecastClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -126,9 +123,7 @@ export class CreateDatasetGroupCommand extends $Command< * @public */ constructor(readonly input: CreateDatasetGroupCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -181,7 +176,4 @@ export class CreateDatasetGroupCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateDatasetGroupCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-forecast/src/commands/CreateDatasetImportJobCommand.ts b/clients/client-forecast/src/commands/CreateDatasetImportJobCommand.ts index 0f13ba37bea7..43e076f14f53 100644 --- a/clients/client-forecast/src/commands/CreateDatasetImportJobCommand.ts +++ b/clients/client-forecast/src/commands/CreateDatasetImportJobCommand.ts @@ -127,9 +127,6 @@ export class CreateDatasetImportJobCommand extends $Command< CreateDatasetImportJobCommandOutput, ForecastClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -143,9 +140,7 @@ export class CreateDatasetImportJobCommand extends $Command< * @public */ constructor(readonly input: CreateDatasetImportJobCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -198,7 +193,4 @@ export class CreateDatasetImportJobCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateDatasetImportJobCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-forecast/src/commands/CreateExplainabilityCommand.ts b/clients/client-forecast/src/commands/CreateExplainabilityCommand.ts index b632fcc68024..18f5c5002a14 100644 --- a/clients/client-forecast/src/commands/CreateExplainabilityCommand.ts +++ b/clients/client-forecast/src/commands/CreateExplainabilityCommand.ts @@ -238,9 +238,6 @@ export class CreateExplainabilityCommand extends $Command< CreateExplainabilityCommandOutput, ForecastClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -254,9 +251,7 @@ export class CreateExplainabilityCommand extends $Command< * @public */ constructor(readonly input: CreateExplainabilityCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -309,7 +304,4 @@ export class CreateExplainabilityCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateExplainabilityCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-forecast/src/commands/CreateExplainabilityExportCommand.ts b/clients/client-forecast/src/commands/CreateExplainabilityExportCommand.ts index 74741251c716..27ac852c1d3e 100644 --- a/clients/client-forecast/src/commands/CreateExplainabilityExportCommand.ts +++ b/clients/client-forecast/src/commands/CreateExplainabilityExportCommand.ts @@ -114,9 +114,6 @@ export class CreateExplainabilityExportCommand extends $Command< CreateExplainabilityExportCommandOutput, ForecastClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -130,9 +127,7 @@ export class CreateExplainabilityExportCommand extends $Command< * @public */ constructor(readonly input: CreateExplainabilityExportCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -188,7 +183,4 @@ export class CreateExplainabilityExportCommand extends $Command< ): Promise { return de_CreateExplainabilityExportCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-forecast/src/commands/CreateForecastCommand.ts b/clients/client-forecast/src/commands/CreateForecastCommand.ts index db60e2e1a8f3..7aa94d855552 100644 --- a/clients/client-forecast/src/commands/CreateForecastCommand.ts +++ b/clients/client-forecast/src/commands/CreateForecastCommand.ts @@ -141,9 +141,6 @@ export class CreateForecastCommand extends $Command< CreateForecastCommandOutput, ForecastClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -157,9 +154,7 @@ export class CreateForecastCommand extends $Command< * @public */ constructor(readonly input: CreateForecastCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -212,7 +207,4 @@ export class CreateForecastCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateForecastCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-forecast/src/commands/CreateForecastExportJobCommand.ts b/clients/client-forecast/src/commands/CreateForecastExportJobCommand.ts index fc1c8b462981..aced21275192 100644 --- a/clients/client-forecast/src/commands/CreateForecastExportJobCommand.ts +++ b/clients/client-forecast/src/commands/CreateForecastExportJobCommand.ts @@ -119,9 +119,6 @@ export class CreateForecastExportJobCommand extends $Command< CreateForecastExportJobCommandOutput, ForecastClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -135,9 +132,7 @@ export class CreateForecastExportJobCommand extends $Command< * @public */ constructor(readonly input: CreateForecastExportJobCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -190,7 +185,4 @@ export class CreateForecastExportJobCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateForecastExportJobCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-forecast/src/commands/CreateMonitorCommand.ts b/clients/client-forecast/src/commands/CreateMonitorCommand.ts index a30f3e97c000..374bcb311134 100644 --- a/clients/client-forecast/src/commands/CreateMonitorCommand.ts +++ b/clients/client-forecast/src/commands/CreateMonitorCommand.ts @@ -100,9 +100,6 @@ export class CreateMonitorCommand extends $Command< CreateMonitorCommandOutput, ForecastClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -116,9 +113,7 @@ export class CreateMonitorCommand extends $Command< * @public */ constructor(readonly input: CreateMonitorCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -169,7 +164,4 @@ export class CreateMonitorCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateMonitorCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-forecast/src/commands/CreatePredictorBacktestExportJobCommand.ts b/clients/client-forecast/src/commands/CreatePredictorBacktestExportJobCommand.ts index ce829d6290c7..31e340ab7ea2 100644 --- a/clients/client-forecast/src/commands/CreatePredictorBacktestExportJobCommand.ts +++ b/clients/client-forecast/src/commands/CreatePredictorBacktestExportJobCommand.ts @@ -125,9 +125,6 @@ export class CreatePredictorBacktestExportJobCommand extends $Command< CreatePredictorBacktestExportJobCommandOutput, ForecastClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -141,9 +138,7 @@ export class CreatePredictorBacktestExportJobCommand extends $Command< * @public */ constructor(readonly input: CreatePredictorBacktestExportJobCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -202,7 +197,4 @@ export class CreatePredictorBacktestExportJobCommand extends $Command< ): Promise { return de_CreatePredictorBacktestExportJobCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-forecast/src/commands/CreatePredictorCommand.ts b/clients/client-forecast/src/commands/CreatePredictorCommand.ts index ae4c46f06cf6..db3da8395d08 100644 --- a/clients/client-forecast/src/commands/CreatePredictorCommand.ts +++ b/clients/client-forecast/src/commands/CreatePredictorCommand.ts @@ -232,9 +232,6 @@ export class CreatePredictorCommand extends $Command< CreatePredictorCommandOutput, ForecastClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -248,9 +245,7 @@ export class CreatePredictorCommand extends $Command< * @public */ constructor(readonly input: CreatePredictorCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -303,7 +298,4 @@ export class CreatePredictorCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreatePredictorCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-forecast/src/commands/CreateWhatIfAnalysisCommand.ts b/clients/client-forecast/src/commands/CreateWhatIfAnalysisCommand.ts index 078e67379a65..a829bdfe4dcc 100644 --- a/clients/client-forecast/src/commands/CreateWhatIfAnalysisCommand.ts +++ b/clients/client-forecast/src/commands/CreateWhatIfAnalysisCommand.ts @@ -130,9 +130,6 @@ export class CreateWhatIfAnalysisCommand extends $Command< CreateWhatIfAnalysisCommandOutput, ForecastClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -146,9 +143,7 @@ export class CreateWhatIfAnalysisCommand extends $Command< * @public */ constructor(readonly input: CreateWhatIfAnalysisCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -201,7 +196,4 @@ export class CreateWhatIfAnalysisCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateWhatIfAnalysisCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-forecast/src/commands/CreateWhatIfForecastCommand.ts b/clients/client-forecast/src/commands/CreateWhatIfForecastCommand.ts index 9dba748781b7..beaa7173af2c 100644 --- a/clients/client-forecast/src/commands/CreateWhatIfForecastCommand.ts +++ b/clients/client-forecast/src/commands/CreateWhatIfForecastCommand.ts @@ -132,9 +132,6 @@ export class CreateWhatIfForecastCommand extends $Command< CreateWhatIfForecastCommandOutput, ForecastClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -148,9 +145,7 @@ export class CreateWhatIfForecastCommand extends $Command< * @public */ constructor(readonly input: CreateWhatIfForecastCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -203,7 +198,4 @@ export class CreateWhatIfForecastCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateWhatIfForecastCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-forecast/src/commands/CreateWhatIfForecastExportCommand.ts b/clients/client-forecast/src/commands/CreateWhatIfForecastExportCommand.ts index 985967e3725b..566f2f8a0771 100644 --- a/clients/client-forecast/src/commands/CreateWhatIfForecastExportCommand.ts +++ b/clients/client-forecast/src/commands/CreateWhatIfForecastExportCommand.ts @@ -124,9 +124,6 @@ export class CreateWhatIfForecastExportCommand extends $Command< CreateWhatIfForecastExportCommandOutput, ForecastClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -140,9 +137,7 @@ export class CreateWhatIfForecastExportCommand extends $Command< * @public */ constructor(readonly input: CreateWhatIfForecastExportCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -198,7 +193,4 @@ export class CreateWhatIfForecastExportCommand extends $Command< ): Promise { return de_CreateWhatIfForecastExportCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-forecast/src/commands/DeleteDatasetCommand.ts b/clients/client-forecast/src/commands/DeleteDatasetCommand.ts index 40084c9a01b4..c7b2a9f7eae1 100644 --- a/clients/client-forecast/src/commands/DeleteDatasetCommand.ts +++ b/clients/client-forecast/src/commands/DeleteDatasetCommand.ts @@ -86,9 +86,6 @@ export class DeleteDatasetCommand extends $Command< DeleteDatasetCommandOutput, ForecastClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -102,9 +99,7 @@ export class DeleteDatasetCommand extends $Command< * @public */ constructor(readonly input: DeleteDatasetCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -155,7 +150,4 @@ export class DeleteDatasetCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteDatasetCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-forecast/src/commands/DeleteDatasetGroupCommand.ts b/clients/client-forecast/src/commands/DeleteDatasetGroupCommand.ts index e10d9080e788..161164c2b3a0 100644 --- a/clients/client-forecast/src/commands/DeleteDatasetGroupCommand.ts +++ b/clients/client-forecast/src/commands/DeleteDatasetGroupCommand.ts @@ -82,9 +82,6 @@ export class DeleteDatasetGroupCommand extends $Command< DeleteDatasetGroupCommandOutput, ForecastClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -98,9 +95,7 @@ export class DeleteDatasetGroupCommand extends $Command< * @public */ constructor(readonly input: DeleteDatasetGroupCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -153,7 +148,4 @@ export class DeleteDatasetGroupCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteDatasetGroupCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-forecast/src/commands/DeleteDatasetImportJobCommand.ts b/clients/client-forecast/src/commands/DeleteDatasetImportJobCommand.ts index dfc962c213ac..a4d34945ae55 100644 --- a/clients/client-forecast/src/commands/DeleteDatasetImportJobCommand.ts +++ b/clients/client-forecast/src/commands/DeleteDatasetImportJobCommand.ts @@ -82,9 +82,6 @@ export class DeleteDatasetImportJobCommand extends $Command< DeleteDatasetImportJobCommandOutput, ForecastClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -98,9 +95,7 @@ export class DeleteDatasetImportJobCommand extends $Command< * @public */ constructor(readonly input: DeleteDatasetImportJobCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -153,7 +148,4 @@ export class DeleteDatasetImportJobCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteDatasetImportJobCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-forecast/src/commands/DeleteExplainabilityCommand.ts b/clients/client-forecast/src/commands/DeleteExplainabilityCommand.ts index a3d9a9f32bb7..d6b103bf9ba4 100644 --- a/clients/client-forecast/src/commands/DeleteExplainabilityCommand.ts +++ b/clients/client-forecast/src/commands/DeleteExplainabilityCommand.ts @@ -81,9 +81,6 @@ export class DeleteExplainabilityCommand extends $Command< DeleteExplainabilityCommandOutput, ForecastClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -97,9 +94,7 @@ export class DeleteExplainabilityCommand extends $Command< * @public */ constructor(readonly input: DeleteExplainabilityCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -152,7 +147,4 @@ export class DeleteExplainabilityCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteExplainabilityCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-forecast/src/commands/DeleteExplainabilityExportCommand.ts b/clients/client-forecast/src/commands/DeleteExplainabilityExportCommand.ts index 8b3499f09b5a..970598acd66e 100644 --- a/clients/client-forecast/src/commands/DeleteExplainabilityExportCommand.ts +++ b/clients/client-forecast/src/commands/DeleteExplainabilityExportCommand.ts @@ -79,9 +79,6 @@ export class DeleteExplainabilityExportCommand extends $Command< DeleteExplainabilityExportCommandOutput, ForecastClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -95,9 +92,7 @@ export class DeleteExplainabilityExportCommand extends $Command< * @public */ constructor(readonly input: DeleteExplainabilityExportCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -153,7 +148,4 @@ export class DeleteExplainabilityExportCommand extends $Command< ): Promise { return de_DeleteExplainabilityExportCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-forecast/src/commands/DeleteForecastCommand.ts b/clients/client-forecast/src/commands/DeleteForecastCommand.ts index 9e1ba221ca5a..a277548e341f 100644 --- a/clients/client-forecast/src/commands/DeleteForecastCommand.ts +++ b/clients/client-forecast/src/commands/DeleteForecastCommand.ts @@ -83,9 +83,6 @@ export class DeleteForecastCommand extends $Command< DeleteForecastCommandOutput, ForecastClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -99,9 +96,7 @@ export class DeleteForecastCommand extends $Command< * @public */ constructor(readonly input: DeleteForecastCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -154,7 +149,4 @@ export class DeleteForecastCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteForecastCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-forecast/src/commands/DeleteForecastExportJobCommand.ts b/clients/client-forecast/src/commands/DeleteForecastExportJobCommand.ts index cf829a25f2e3..c268ee132cf4 100644 --- a/clients/client-forecast/src/commands/DeleteForecastExportJobCommand.ts +++ b/clients/client-forecast/src/commands/DeleteForecastExportJobCommand.ts @@ -81,9 +81,6 @@ export class DeleteForecastExportJobCommand extends $Command< DeleteForecastExportJobCommandOutput, ForecastClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -97,9 +94,7 @@ export class DeleteForecastExportJobCommand extends $Command< * @public */ constructor(readonly input: DeleteForecastExportJobCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -152,7 +147,4 @@ export class DeleteForecastExportJobCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteForecastExportJobCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-forecast/src/commands/DeleteMonitorCommand.ts b/clients/client-forecast/src/commands/DeleteMonitorCommand.ts index ff462c3523f0..58f275e80a38 100644 --- a/clients/client-forecast/src/commands/DeleteMonitorCommand.ts +++ b/clients/client-forecast/src/commands/DeleteMonitorCommand.ts @@ -79,9 +79,6 @@ export class DeleteMonitorCommand extends $Command< DeleteMonitorCommandOutput, ForecastClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -95,9 +92,7 @@ export class DeleteMonitorCommand extends $Command< * @public */ constructor(readonly input: DeleteMonitorCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -148,7 +143,4 @@ export class DeleteMonitorCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteMonitorCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-forecast/src/commands/DeletePredictorBacktestExportJobCommand.ts b/clients/client-forecast/src/commands/DeletePredictorBacktestExportJobCommand.ts index 30d400a45ae1..85be918de371 100644 --- a/clients/client-forecast/src/commands/DeletePredictorBacktestExportJobCommand.ts +++ b/clients/client-forecast/src/commands/DeletePredictorBacktestExportJobCommand.ts @@ -82,9 +82,6 @@ export class DeletePredictorBacktestExportJobCommand extends $Command< DeletePredictorBacktestExportJobCommandOutput, ForecastClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -98,9 +95,7 @@ export class DeletePredictorBacktestExportJobCommand extends $Command< * @public */ constructor(readonly input: DeletePredictorBacktestExportJobCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -159,7 +154,4 @@ export class DeletePredictorBacktestExportJobCommand extends $Command< ): Promise { return de_DeletePredictorBacktestExportJobCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-forecast/src/commands/DeletePredictorCommand.ts b/clients/client-forecast/src/commands/DeletePredictorCommand.ts index 63e397e78209..a167ae9b774a 100644 --- a/clients/client-forecast/src/commands/DeletePredictorCommand.ts +++ b/clients/client-forecast/src/commands/DeletePredictorCommand.ts @@ -80,9 +80,6 @@ export class DeletePredictorCommand extends $Command< DeletePredictorCommandOutput, ForecastClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -96,9 +93,7 @@ export class DeletePredictorCommand extends $Command< * @public */ constructor(readonly input: DeletePredictorCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -151,7 +146,4 @@ export class DeletePredictorCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeletePredictorCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-forecast/src/commands/DeleteResourceTreeCommand.ts b/clients/client-forecast/src/commands/DeleteResourceTreeCommand.ts index 9597cb438830..b6ba1b0e1dd8 100644 --- a/clients/client-forecast/src/commands/DeleteResourceTreeCommand.ts +++ b/clients/client-forecast/src/commands/DeleteResourceTreeCommand.ts @@ -109,9 +109,6 @@ export class DeleteResourceTreeCommand extends $Command< DeleteResourceTreeCommandOutput, ForecastClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -125,9 +122,7 @@ export class DeleteResourceTreeCommand extends $Command< * @public */ constructor(readonly input: DeleteResourceTreeCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -180,7 +175,4 @@ export class DeleteResourceTreeCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteResourceTreeCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-forecast/src/commands/DeleteWhatIfAnalysisCommand.ts b/clients/client-forecast/src/commands/DeleteWhatIfAnalysisCommand.ts index 545375f2faec..541bacac7c9d 100644 --- a/clients/client-forecast/src/commands/DeleteWhatIfAnalysisCommand.ts +++ b/clients/client-forecast/src/commands/DeleteWhatIfAnalysisCommand.ts @@ -81,9 +81,6 @@ export class DeleteWhatIfAnalysisCommand extends $Command< DeleteWhatIfAnalysisCommandOutput, ForecastClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -97,9 +94,7 @@ export class DeleteWhatIfAnalysisCommand extends $Command< * @public */ constructor(readonly input: DeleteWhatIfAnalysisCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -152,7 +147,4 @@ export class DeleteWhatIfAnalysisCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteWhatIfAnalysisCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-forecast/src/commands/DeleteWhatIfForecastCommand.ts b/clients/client-forecast/src/commands/DeleteWhatIfForecastCommand.ts index 23d25cb160f9..55e87b62aa4f 100644 --- a/clients/client-forecast/src/commands/DeleteWhatIfForecastCommand.ts +++ b/clients/client-forecast/src/commands/DeleteWhatIfForecastCommand.ts @@ -81,9 +81,6 @@ export class DeleteWhatIfForecastCommand extends $Command< DeleteWhatIfForecastCommandOutput, ForecastClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -97,9 +94,7 @@ export class DeleteWhatIfForecastCommand extends $Command< * @public */ constructor(readonly input: DeleteWhatIfForecastCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -152,7 +147,4 @@ export class DeleteWhatIfForecastCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteWhatIfForecastCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-forecast/src/commands/DeleteWhatIfForecastExportCommand.ts b/clients/client-forecast/src/commands/DeleteWhatIfForecastExportCommand.ts index fae5cdd406c6..a5023ea130b9 100644 --- a/clients/client-forecast/src/commands/DeleteWhatIfForecastExportCommand.ts +++ b/clients/client-forecast/src/commands/DeleteWhatIfForecastExportCommand.ts @@ -80,9 +80,6 @@ export class DeleteWhatIfForecastExportCommand extends $Command< DeleteWhatIfForecastExportCommandOutput, ForecastClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -96,9 +93,7 @@ export class DeleteWhatIfForecastExportCommand extends $Command< * @public */ constructor(readonly input: DeleteWhatIfForecastExportCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -154,7 +149,4 @@ export class DeleteWhatIfForecastExportCommand extends $Command< ): Promise { return de_DeleteWhatIfForecastExportCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-forecast/src/commands/DescribeAutoPredictorCommand.ts b/clients/client-forecast/src/commands/DescribeAutoPredictorCommand.ts index ff872f5cd075..c3858ec29e73 100644 --- a/clients/client-forecast/src/commands/DescribeAutoPredictorCommand.ts +++ b/clients/client-forecast/src/commands/DescribeAutoPredictorCommand.ts @@ -139,9 +139,6 @@ export class DescribeAutoPredictorCommand extends $Command< DescribeAutoPredictorCommandOutput, ForecastClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -155,9 +152,7 @@ export class DescribeAutoPredictorCommand extends $Command< * @public */ constructor(readonly input: DescribeAutoPredictorCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -210,7 +205,4 @@ export class DescribeAutoPredictorCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DescribeAutoPredictorCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-forecast/src/commands/DescribeDatasetCommand.ts b/clients/client-forecast/src/commands/DescribeDatasetCommand.ts index 9659c8a5bc4a..25f0bc5da86c 100644 --- a/clients/client-forecast/src/commands/DescribeDatasetCommand.ts +++ b/clients/client-forecast/src/commands/DescribeDatasetCommand.ts @@ -116,9 +116,6 @@ export class DescribeDatasetCommand extends $Command< DescribeDatasetCommandOutput, ForecastClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -132,9 +129,7 @@ export class DescribeDatasetCommand extends $Command< * @public */ constructor(readonly input: DescribeDatasetCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -187,7 +182,4 @@ export class DescribeDatasetCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DescribeDatasetCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-forecast/src/commands/DescribeDatasetGroupCommand.ts b/clients/client-forecast/src/commands/DescribeDatasetGroupCommand.ts index 1b6e4c5e20e9..cd4e5d1edec9 100644 --- a/clients/client-forecast/src/commands/DescribeDatasetGroupCommand.ts +++ b/clients/client-forecast/src/commands/DescribeDatasetGroupCommand.ts @@ -110,9 +110,6 @@ export class DescribeDatasetGroupCommand extends $Command< DescribeDatasetGroupCommandOutput, ForecastClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -126,9 +123,7 @@ export class DescribeDatasetGroupCommand extends $Command< * @public */ constructor(readonly input: DescribeDatasetGroupCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -181,7 +176,4 @@ export class DescribeDatasetGroupCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DescribeDatasetGroupCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-forecast/src/commands/DescribeDatasetImportJobCommand.ts b/clients/client-forecast/src/commands/DescribeDatasetImportJobCommand.ts index a9438a31d698..8c3cde4cb777 100644 --- a/clients/client-forecast/src/commands/DescribeDatasetImportJobCommand.ts +++ b/clients/client-forecast/src/commands/DescribeDatasetImportJobCommand.ts @@ -149,9 +149,6 @@ export class DescribeDatasetImportJobCommand extends $Command< DescribeDatasetImportJobCommandOutput, ForecastClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -165,9 +162,7 @@ export class DescribeDatasetImportJobCommand extends $Command< * @public */ constructor(readonly input: DescribeDatasetImportJobCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -220,7 +215,4 @@ export class DescribeDatasetImportJobCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DescribeDatasetImportJobCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-forecast/src/commands/DescribeExplainabilityCommand.ts b/clients/client-forecast/src/commands/DescribeExplainabilityCommand.ts index 963698d00305..607d991d8781 100644 --- a/clients/client-forecast/src/commands/DescribeExplainabilityCommand.ts +++ b/clients/client-forecast/src/commands/DescribeExplainabilityCommand.ts @@ -107,9 +107,6 @@ export class DescribeExplainabilityCommand extends $Command< DescribeExplainabilityCommandOutput, ForecastClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -123,9 +120,7 @@ export class DescribeExplainabilityCommand extends $Command< * @public */ constructor(readonly input: DescribeExplainabilityCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -178,7 +173,4 @@ export class DescribeExplainabilityCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DescribeExplainabilityCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-forecast/src/commands/DescribeExplainabilityExportCommand.ts b/clients/client-forecast/src/commands/DescribeExplainabilityExportCommand.ts index e2529db2acd2..2cf24d0f8d6f 100644 --- a/clients/client-forecast/src/commands/DescribeExplainabilityExportCommand.ts +++ b/clients/client-forecast/src/commands/DescribeExplainabilityExportCommand.ts @@ -97,9 +97,6 @@ export class DescribeExplainabilityExportCommand extends $Command< DescribeExplainabilityExportCommandOutput, ForecastClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -113,9 +110,7 @@ export class DescribeExplainabilityExportCommand extends $Command< * @public */ constructor(readonly input: DescribeExplainabilityExportCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -171,7 +166,4 @@ export class DescribeExplainabilityExportCommand extends $Command< ): Promise { return de_DescribeExplainabilityExportCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-forecast/src/commands/DescribeForecastCommand.ts b/clients/client-forecast/src/commands/DescribeForecastCommand.ts index 2bf42a452fd0..b37c103639a9 100644 --- a/clients/client-forecast/src/commands/DescribeForecastCommand.ts +++ b/clients/client-forecast/src/commands/DescribeForecastCommand.ts @@ -137,9 +137,6 @@ export class DescribeForecastCommand extends $Command< DescribeForecastCommandOutput, ForecastClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -153,9 +150,7 @@ export class DescribeForecastCommand extends $Command< * @public */ constructor(readonly input: DescribeForecastCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -208,7 +203,4 @@ export class DescribeForecastCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DescribeForecastCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-forecast/src/commands/DescribeForecastExportJobCommand.ts b/clients/client-forecast/src/commands/DescribeForecastExportJobCommand.ts index 59c81b39a89a..6631feaeb8d6 100644 --- a/clients/client-forecast/src/commands/DescribeForecastExportJobCommand.ts +++ b/clients/client-forecast/src/commands/DescribeForecastExportJobCommand.ts @@ -116,9 +116,6 @@ export class DescribeForecastExportJobCommand extends $Command< DescribeForecastExportJobCommandOutput, ForecastClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -132,9 +129,7 @@ export class DescribeForecastExportJobCommand extends $Command< * @public */ constructor(readonly input: DescribeForecastExportJobCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -190,7 +185,4 @@ export class DescribeForecastExportJobCommand extends $Command< ): Promise { return de_DescribeForecastExportJobCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-forecast/src/commands/DescribeMonitorCommand.ts b/clients/client-forecast/src/commands/DescribeMonitorCommand.ts index 2d7048db96a2..7d39020c3aa1 100644 --- a/clients/client-forecast/src/commands/DescribeMonitorCommand.ts +++ b/clients/client-forecast/src/commands/DescribeMonitorCommand.ts @@ -134,9 +134,6 @@ export class DescribeMonitorCommand extends $Command< DescribeMonitorCommandOutput, ForecastClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -150,9 +147,7 @@ export class DescribeMonitorCommand extends $Command< * @public */ constructor(readonly input: DescribeMonitorCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -205,7 +200,4 @@ export class DescribeMonitorCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DescribeMonitorCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-forecast/src/commands/DescribePredictorBacktestExportJobCommand.ts b/clients/client-forecast/src/commands/DescribePredictorBacktestExportJobCommand.ts index d6583908d6da..ece940e96c9a 100644 --- a/clients/client-forecast/src/commands/DescribePredictorBacktestExportJobCommand.ts +++ b/clients/client-forecast/src/commands/DescribePredictorBacktestExportJobCommand.ts @@ -124,9 +124,6 @@ export class DescribePredictorBacktestExportJobCommand extends $Command< DescribePredictorBacktestExportJobCommandOutput, ForecastClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -140,9 +137,7 @@ export class DescribePredictorBacktestExportJobCommand extends $Command< * @public */ constructor(readonly input: DescribePredictorBacktestExportJobCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -201,7 +196,4 @@ export class DescribePredictorBacktestExportJobCommand extends $Command< ): Promise { return de_DescribePredictorBacktestExportJobCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-forecast/src/commands/DescribePredictorCommand.ts b/clients/client-forecast/src/commands/DescribePredictorCommand.ts index bfcc4ab4e6c5..3be21833500b 100644 --- a/clients/client-forecast/src/commands/DescribePredictorCommand.ts +++ b/clients/client-forecast/src/commands/DescribePredictorCommand.ts @@ -220,9 +220,6 @@ export class DescribePredictorCommand extends $Command< DescribePredictorCommandOutput, ForecastClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -236,9 +233,7 @@ export class DescribePredictorCommand extends $Command< * @public */ constructor(readonly input: DescribePredictorCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -291,7 +286,4 @@ export class DescribePredictorCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DescribePredictorCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-forecast/src/commands/DescribeWhatIfAnalysisCommand.ts b/clients/client-forecast/src/commands/DescribeWhatIfAnalysisCommand.ts index b9c9a583a3b2..9f1e8071c011 100644 --- a/clients/client-forecast/src/commands/DescribeWhatIfAnalysisCommand.ts +++ b/clients/client-forecast/src/commands/DescribeWhatIfAnalysisCommand.ts @@ -127,9 +127,6 @@ export class DescribeWhatIfAnalysisCommand extends $Command< DescribeWhatIfAnalysisCommandOutput, ForecastClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -143,9 +140,7 @@ export class DescribeWhatIfAnalysisCommand extends $Command< * @public */ constructor(readonly input: DescribeWhatIfAnalysisCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -198,7 +193,4 @@ export class DescribeWhatIfAnalysisCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DescribeWhatIfAnalysisCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-forecast/src/commands/DescribeWhatIfForecastCommand.ts b/clients/client-forecast/src/commands/DescribeWhatIfForecastCommand.ts index 169b27762e62..8f3dadc36220 100644 --- a/clients/client-forecast/src/commands/DescribeWhatIfForecastCommand.ts +++ b/clients/client-forecast/src/commands/DescribeWhatIfForecastCommand.ts @@ -143,9 +143,6 @@ export class DescribeWhatIfForecastCommand extends $Command< DescribeWhatIfForecastCommandOutput, ForecastClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -159,9 +156,7 @@ export class DescribeWhatIfForecastCommand extends $Command< * @public */ constructor(readonly input: DescribeWhatIfForecastCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -214,7 +209,4 @@ export class DescribeWhatIfForecastCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DescribeWhatIfForecastCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-forecast/src/commands/DescribeWhatIfForecastExportCommand.ts b/clients/client-forecast/src/commands/DescribeWhatIfForecastExportCommand.ts index 91df681a88d0..bbd9f64963a6 100644 --- a/clients/client-forecast/src/commands/DescribeWhatIfForecastExportCommand.ts +++ b/clients/client-forecast/src/commands/DescribeWhatIfForecastExportCommand.ts @@ -122,9 +122,6 @@ export class DescribeWhatIfForecastExportCommand extends $Command< DescribeWhatIfForecastExportCommandOutput, ForecastClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -138,9 +135,7 @@ export class DescribeWhatIfForecastExportCommand extends $Command< * @public */ constructor(readonly input: DescribeWhatIfForecastExportCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -196,7 +191,4 @@ export class DescribeWhatIfForecastExportCommand extends $Command< ): Promise { return de_DescribeWhatIfForecastExportCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-forecast/src/commands/GetAccuracyMetricsCommand.ts b/clients/client-forecast/src/commands/GetAccuracyMetricsCommand.ts index 3154940c1aa4..3ce9a2d32c65 100644 --- a/clients/client-forecast/src/commands/GetAccuracyMetricsCommand.ts +++ b/clients/client-forecast/src/commands/GetAccuracyMetricsCommand.ts @@ -131,9 +131,6 @@ export class GetAccuracyMetricsCommand extends $Command< GetAccuracyMetricsCommandOutput, ForecastClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -147,9 +144,7 @@ export class GetAccuracyMetricsCommand extends $Command< * @public */ constructor(readonly input: GetAccuracyMetricsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -202,7 +197,4 @@ export class GetAccuracyMetricsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetAccuracyMetricsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-forecast/src/commands/ListDatasetGroupsCommand.ts b/clients/client-forecast/src/commands/ListDatasetGroupsCommand.ts index 1271d54b9c47..65c6d73dd512 100644 --- a/clients/client-forecast/src/commands/ListDatasetGroupsCommand.ts +++ b/clients/client-forecast/src/commands/ListDatasetGroupsCommand.ts @@ -86,9 +86,6 @@ export class ListDatasetGroupsCommand extends $Command< ListDatasetGroupsCommandOutput, ForecastClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -102,9 +99,7 @@ export class ListDatasetGroupsCommand extends $Command< * @public */ constructor(readonly input: ListDatasetGroupsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -157,7 +152,4 @@ export class ListDatasetGroupsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListDatasetGroupsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-forecast/src/commands/ListDatasetImportJobsCommand.ts b/clients/client-forecast/src/commands/ListDatasetImportJobsCommand.ts index 2ab3b128984d..454499ff2e9e 100644 --- a/clients/client-forecast/src/commands/ListDatasetImportJobsCommand.ts +++ b/clients/client-forecast/src/commands/ListDatasetImportJobsCommand.ts @@ -107,9 +107,6 @@ export class ListDatasetImportJobsCommand extends $Command< ListDatasetImportJobsCommandOutput, ForecastClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -123,9 +120,7 @@ export class ListDatasetImportJobsCommand extends $Command< * @public */ constructor(readonly input: ListDatasetImportJobsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -178,7 +173,4 @@ export class ListDatasetImportJobsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListDatasetImportJobsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-forecast/src/commands/ListDatasetsCommand.ts b/clients/client-forecast/src/commands/ListDatasetsCommand.ts index 856c61ebef23..d850db0f1ab1 100644 --- a/clients/client-forecast/src/commands/ListDatasetsCommand.ts +++ b/clients/client-forecast/src/commands/ListDatasetsCommand.ts @@ -86,9 +86,6 @@ export class ListDatasetsCommand extends $Command< ListDatasetsCommandOutput, ForecastClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -102,9 +99,7 @@ export class ListDatasetsCommand extends $Command< * @public */ constructor(readonly input: ListDatasetsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -155,7 +150,4 @@ export class ListDatasetsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListDatasetsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-forecast/src/commands/ListExplainabilitiesCommand.ts b/clients/client-forecast/src/commands/ListExplainabilitiesCommand.ts index e5525d1690c4..5e546df2f4dd 100644 --- a/clients/client-forecast/src/commands/ListExplainabilitiesCommand.ts +++ b/clients/client-forecast/src/commands/ListExplainabilitiesCommand.ts @@ -104,9 +104,6 @@ export class ListExplainabilitiesCommand extends $Command< ListExplainabilitiesCommandOutput, ForecastClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -120,9 +117,7 @@ export class ListExplainabilitiesCommand extends $Command< * @public */ constructor(readonly input: ListExplainabilitiesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -175,7 +170,4 @@ export class ListExplainabilitiesCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListExplainabilitiesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-forecast/src/commands/ListExplainabilityExportsCommand.ts b/clients/client-forecast/src/commands/ListExplainabilityExportsCommand.ts index fa1f8543c566..73e48c18aa6e 100644 --- a/clients/client-forecast/src/commands/ListExplainabilityExportsCommand.ts +++ b/clients/client-forecast/src/commands/ListExplainabilityExportsCommand.ts @@ -105,9 +105,6 @@ export class ListExplainabilityExportsCommand extends $Command< ListExplainabilityExportsCommandOutput, ForecastClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -121,9 +118,7 @@ export class ListExplainabilityExportsCommand extends $Command< * @public */ constructor(readonly input: ListExplainabilityExportsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -179,7 +174,4 @@ export class ListExplainabilityExportsCommand extends $Command< ): Promise { return de_ListExplainabilityExportsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-forecast/src/commands/ListForecastExportJobsCommand.ts b/clients/client-forecast/src/commands/ListForecastExportJobsCommand.ts index 523d35e560de..a4a65211dcc1 100644 --- a/clients/client-forecast/src/commands/ListForecastExportJobsCommand.ts +++ b/clients/client-forecast/src/commands/ListForecastExportJobsCommand.ts @@ -105,9 +105,6 @@ export class ListForecastExportJobsCommand extends $Command< ListForecastExportJobsCommandOutput, ForecastClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -121,9 +118,7 @@ export class ListForecastExportJobsCommand extends $Command< * @public */ constructor(readonly input: ListForecastExportJobsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -176,7 +171,4 @@ export class ListForecastExportJobsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListForecastExportJobsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-forecast/src/commands/ListForecastsCommand.ts b/clients/client-forecast/src/commands/ListForecastsCommand.ts index 305eaeedd013..174634664ac6 100644 --- a/clients/client-forecast/src/commands/ListForecastsCommand.ts +++ b/clients/client-forecast/src/commands/ListForecastsCommand.ts @@ -102,9 +102,6 @@ export class ListForecastsCommand extends $Command< ListForecastsCommandOutput, ForecastClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -118,9 +115,7 @@ export class ListForecastsCommand extends $Command< * @public */ constructor(readonly input: ListForecastsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -171,7 +166,4 @@ export class ListForecastsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListForecastsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-forecast/src/commands/ListMonitorEvaluationsCommand.ts b/clients/client-forecast/src/commands/ListMonitorEvaluationsCommand.ts index 009c279f4cb3..45b797d6f5bf 100644 --- a/clients/client-forecast/src/commands/ListMonitorEvaluationsCommand.ts +++ b/clients/client-forecast/src/commands/ListMonitorEvaluationsCommand.ts @@ -120,9 +120,6 @@ export class ListMonitorEvaluationsCommand extends $Command< ListMonitorEvaluationsCommandOutput, ForecastClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -136,9 +133,7 @@ export class ListMonitorEvaluationsCommand extends $Command< * @public */ constructor(readonly input: ListMonitorEvaluationsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -191,7 +186,4 @@ export class ListMonitorEvaluationsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListMonitorEvaluationsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-forecast/src/commands/ListMonitorsCommand.ts b/clients/client-forecast/src/commands/ListMonitorsCommand.ts index 5f1c167ba013..281581092ce4 100644 --- a/clients/client-forecast/src/commands/ListMonitorsCommand.ts +++ b/clients/client-forecast/src/commands/ListMonitorsCommand.ts @@ -96,9 +96,6 @@ export class ListMonitorsCommand extends $Command< ListMonitorsCommandOutput, ForecastClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -112,9 +109,7 @@ export class ListMonitorsCommand extends $Command< * @public */ constructor(readonly input: ListMonitorsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -165,7 +160,4 @@ export class ListMonitorsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListMonitorsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-forecast/src/commands/ListPredictorBacktestExportJobsCommand.ts b/clients/client-forecast/src/commands/ListPredictorBacktestExportJobsCommand.ts index 2eb0c9556381..bb6fde29aa98 100644 --- a/clients/client-forecast/src/commands/ListPredictorBacktestExportJobsCommand.ts +++ b/clients/client-forecast/src/commands/ListPredictorBacktestExportJobsCommand.ts @@ -110,9 +110,6 @@ export class ListPredictorBacktestExportJobsCommand extends $Command< ListPredictorBacktestExportJobsCommandOutput, ForecastClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -126,9 +123,7 @@ export class ListPredictorBacktestExportJobsCommand extends $Command< * @public */ constructor(readonly input: ListPredictorBacktestExportJobsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -187,7 +182,4 @@ export class ListPredictorBacktestExportJobsCommand extends $Command< ): Promise { return de_ListPredictorBacktestExportJobsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-forecast/src/commands/ListPredictorsCommand.ts b/clients/client-forecast/src/commands/ListPredictorsCommand.ts index 5fa2e63a6b5c..5ca0cc21400d 100644 --- a/clients/client-forecast/src/commands/ListPredictorsCommand.ts +++ b/clients/client-forecast/src/commands/ListPredictorsCommand.ts @@ -105,9 +105,6 @@ export class ListPredictorsCommand extends $Command< ListPredictorsCommandOutput, ForecastClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -121,9 +118,7 @@ export class ListPredictorsCommand extends $Command< * @public */ constructor(readonly input: ListPredictorsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -176,7 +171,4 @@ export class ListPredictorsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListPredictorsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-forecast/src/commands/ListTagsForResourceCommand.ts b/clients/client-forecast/src/commands/ListTagsForResourceCommand.ts index 6a61a2267e0f..f6edd737b364 100644 --- a/clients/client-forecast/src/commands/ListTagsForResourceCommand.ts +++ b/clients/client-forecast/src/commands/ListTagsForResourceCommand.ts @@ -87,9 +87,6 @@ export class ListTagsForResourceCommand extends $Command< ListTagsForResourceCommandOutput, ForecastClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -103,9 +100,7 @@ export class ListTagsForResourceCommand extends $Command< * @public */ constructor(readonly input: ListTagsForResourceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -158,7 +153,4 @@ export class ListTagsForResourceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListTagsForResourceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-forecast/src/commands/ListWhatIfAnalysesCommand.ts b/clients/client-forecast/src/commands/ListWhatIfAnalysesCommand.ts index 4e6d45cc5b32..60e5844b3afe 100644 --- a/clients/client-forecast/src/commands/ListWhatIfAnalysesCommand.ts +++ b/clients/client-forecast/src/commands/ListWhatIfAnalysesCommand.ts @@ -96,9 +96,6 @@ export class ListWhatIfAnalysesCommand extends $Command< ListWhatIfAnalysesCommandOutput, ForecastClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -112,9 +109,7 @@ export class ListWhatIfAnalysesCommand extends $Command< * @public */ constructor(readonly input: ListWhatIfAnalysesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -167,7 +162,4 @@ export class ListWhatIfAnalysesCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListWhatIfAnalysesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-forecast/src/commands/ListWhatIfForecastExportsCommand.ts b/clients/client-forecast/src/commands/ListWhatIfForecastExportsCommand.ts index 9c1a5c5cc0db..d321c4a50edd 100644 --- a/clients/client-forecast/src/commands/ListWhatIfForecastExportsCommand.ts +++ b/clients/client-forecast/src/commands/ListWhatIfForecastExportsCommand.ts @@ -105,9 +105,6 @@ export class ListWhatIfForecastExportsCommand extends $Command< ListWhatIfForecastExportsCommandOutput, ForecastClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -121,9 +118,7 @@ export class ListWhatIfForecastExportsCommand extends $Command< * @public */ constructor(readonly input: ListWhatIfForecastExportsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -179,7 +174,4 @@ export class ListWhatIfForecastExportsCommand extends $Command< ): Promise { return de_ListWhatIfForecastExportsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-forecast/src/commands/ListWhatIfForecastsCommand.ts b/clients/client-forecast/src/commands/ListWhatIfForecastsCommand.ts index e8b6d15b808f..00d958325348 100644 --- a/clients/client-forecast/src/commands/ListWhatIfForecastsCommand.ts +++ b/clients/client-forecast/src/commands/ListWhatIfForecastsCommand.ts @@ -96,9 +96,6 @@ export class ListWhatIfForecastsCommand extends $Command< ListWhatIfForecastsCommandOutput, ForecastClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -112,9 +109,7 @@ export class ListWhatIfForecastsCommand extends $Command< * @public */ constructor(readonly input: ListWhatIfForecastsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -167,7 +162,4 @@ export class ListWhatIfForecastsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListWhatIfForecastsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-forecast/src/commands/ResumeResourceCommand.ts b/clients/client-forecast/src/commands/ResumeResourceCommand.ts index 82c633daf16c..a74ff8c89105 100644 --- a/clients/client-forecast/src/commands/ResumeResourceCommand.ts +++ b/clients/client-forecast/src/commands/ResumeResourceCommand.ts @@ -82,9 +82,6 @@ export class ResumeResourceCommand extends $Command< ResumeResourceCommandOutput, ForecastClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -98,9 +95,7 @@ export class ResumeResourceCommand extends $Command< * @public */ constructor(readonly input: ResumeResourceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -153,7 +148,4 @@ export class ResumeResourceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ResumeResourceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-forecast/src/commands/StopResourceCommand.ts b/clients/client-forecast/src/commands/StopResourceCommand.ts index 46a0cc66c000..3d8944023ce5 100644 --- a/clients/client-forecast/src/commands/StopResourceCommand.ts +++ b/clients/client-forecast/src/commands/StopResourceCommand.ts @@ -107,9 +107,6 @@ export class StopResourceCommand extends $Command< StopResourceCommandOutput, ForecastClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -123,9 +120,7 @@ export class StopResourceCommand extends $Command< * @public */ constructor(readonly input: StopResourceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -176,7 +171,4 @@ export class StopResourceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_StopResourceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-forecast/src/commands/TagResourceCommand.ts b/clients/client-forecast/src/commands/TagResourceCommand.ts index 39e2c9de60df..070043032610 100644 --- a/clients/client-forecast/src/commands/TagResourceCommand.ts +++ b/clients/client-forecast/src/commands/TagResourceCommand.ts @@ -88,9 +88,6 @@ export class TagResourceCommand extends $Command< TagResourceCommandOutput, ForecastClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -104,9 +101,7 @@ export class TagResourceCommand extends $Command< * @public */ constructor(readonly input: TagResourceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -157,7 +152,4 @@ export class TagResourceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_TagResourceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-forecast/src/commands/UntagResourceCommand.ts b/clients/client-forecast/src/commands/UntagResourceCommand.ts index e76459f9265d..816719b43b74 100644 --- a/clients/client-forecast/src/commands/UntagResourceCommand.ts +++ b/clients/client-forecast/src/commands/UntagResourceCommand.ts @@ -83,9 +83,6 @@ export class UntagResourceCommand extends $Command< UntagResourceCommandOutput, ForecastClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -99,9 +96,7 @@ export class UntagResourceCommand extends $Command< * @public */ constructor(readonly input: UntagResourceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -152,7 +147,4 @@ export class UntagResourceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UntagResourceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-forecast/src/commands/UpdateDatasetGroupCommand.ts b/clients/client-forecast/src/commands/UpdateDatasetGroupCommand.ts index ba6e87a70eb4..7c1bc784e127 100644 --- a/clients/client-forecast/src/commands/UpdateDatasetGroupCommand.ts +++ b/clients/client-forecast/src/commands/UpdateDatasetGroupCommand.ts @@ -87,9 +87,6 @@ export class UpdateDatasetGroupCommand extends $Command< UpdateDatasetGroupCommandOutput, ForecastClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -103,9 +100,7 @@ export class UpdateDatasetGroupCommand extends $Command< * @public */ constructor(readonly input: UpdateDatasetGroupCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -158,7 +153,4 @@ export class UpdateDatasetGroupCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdateDatasetGroupCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-forecastquery/package.json b/clients/client-forecastquery/package.json index fd6210e5931d..7eb261c038d6 100644 --- a/clients/client-forecastquery/package.json +++ b/clients/client-forecastquery/package.json @@ -34,29 +34,29 @@ "@aws-sdk/util-endpoints": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@smithy/config-resolver": "^2.0.16", - "@smithy/fetch-http-handler": "^2.2.4", - "@smithy/hash-node": "^2.0.12", - "@smithy/invalid-dependency": "^2.0.12", - "@smithy/middleware-content-length": "^2.0.14", - "@smithy/middleware-endpoint": "^2.1.3", - "@smithy/middleware-retry": "^2.0.18", - "@smithy/middleware-serde": "^2.0.12", - "@smithy/middleware-stack": "^2.0.6", - "@smithy/node-config-provider": "^2.1.3", - "@smithy/node-http-handler": "^2.1.8", - "@smithy/protocol-http": "^3.0.8", - "@smithy/smithy-client": "^2.1.12", - "@smithy/types": "^2.4.0", - "@smithy/url-parser": "^2.0.12", - "@smithy/util-base64": "^2.0.0", + "@smithy/config-resolver": "^2.0.18", + "@smithy/fetch-http-handler": "^2.2.6", + "@smithy/hash-node": "^2.0.15", + "@smithy/invalid-dependency": "^2.0.13", + "@smithy/middleware-content-length": "^2.0.15", + "@smithy/middleware-endpoint": "^2.2.0", + "@smithy/middleware-retry": "^2.0.20", + "@smithy/middleware-serde": "^2.0.13", + "@smithy/middleware-stack": "^2.0.7", + "@smithy/node-config-provider": "^2.1.5", + "@smithy/node-http-handler": "^2.1.9", + "@smithy/protocol-http": "^3.0.9", + "@smithy/smithy-client": "^2.1.15", + "@smithy/types": "^2.5.0", + "@smithy/url-parser": "^2.0.13", + "@smithy/util-base64": "^2.0.1", "@smithy/util-body-length-browser": "^2.0.0", "@smithy/util-body-length-node": "^2.1.0", - "@smithy/util-defaults-mode-browser": "^2.0.16", - "@smithy/util-defaults-mode-node": "^2.0.21", - "@smithy/util-endpoints": "^1.0.2", - "@smithy/util-retry": "^2.0.5", - "@smithy/util-utf8": "^2.0.0", + "@smithy/util-defaults-mode-browser": "^2.0.19", + "@smithy/util-defaults-mode-node": "^2.0.25", + "@smithy/util-endpoints": "^1.0.4", + "@smithy/util-retry": "^2.0.6", + "@smithy/util-utf8": "^2.0.2", "tslib": "^2.5.0" }, "devDependencies": { diff --git a/clients/client-forecastquery/src/commands/QueryForecastCommand.ts b/clients/client-forecastquery/src/commands/QueryForecastCommand.ts index 9cddf1148d9a..525e95eb717a 100644 --- a/clients/client-forecastquery/src/commands/QueryForecastCommand.ts +++ b/clients/client-forecastquery/src/commands/QueryForecastCommand.ts @@ -112,9 +112,6 @@ export class QueryForecastCommand extends $Command< QueryForecastCommandOutput, ForecastqueryClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -128,9 +125,7 @@ export class QueryForecastCommand extends $Command< * @public */ constructor(readonly input: QueryForecastCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -181,7 +176,4 @@ export class QueryForecastCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_QueryForecastCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-forecastquery/src/commands/QueryWhatIfForecastCommand.ts b/clients/client-forecastquery/src/commands/QueryWhatIfForecastCommand.ts index 33fc438dc344..17a4fc69965e 100644 --- a/clients/client-forecastquery/src/commands/QueryWhatIfForecastCommand.ts +++ b/clients/client-forecastquery/src/commands/QueryWhatIfForecastCommand.ts @@ -101,9 +101,6 @@ export class QueryWhatIfForecastCommand extends $Command< QueryWhatIfForecastCommandOutput, ForecastqueryClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -117,9 +114,7 @@ export class QueryWhatIfForecastCommand extends $Command< * @public */ constructor(readonly input: QueryWhatIfForecastCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -172,7 +167,4 @@ export class QueryWhatIfForecastCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_QueryWhatIfForecastCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-frauddetector/package.json b/clients/client-frauddetector/package.json index 014ec32b53f4..298253c18cc7 100644 --- a/clients/client-frauddetector/package.json +++ b/clients/client-frauddetector/package.json @@ -34,29 +34,29 @@ "@aws-sdk/util-endpoints": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@smithy/config-resolver": "^2.0.16", - "@smithy/fetch-http-handler": "^2.2.4", - "@smithy/hash-node": "^2.0.12", - "@smithy/invalid-dependency": "^2.0.12", - "@smithy/middleware-content-length": "^2.0.14", - "@smithy/middleware-endpoint": "^2.1.3", - "@smithy/middleware-retry": "^2.0.18", - "@smithy/middleware-serde": "^2.0.12", - "@smithy/middleware-stack": "^2.0.6", - "@smithy/node-config-provider": "^2.1.3", - "@smithy/node-http-handler": "^2.1.8", - "@smithy/protocol-http": "^3.0.8", - "@smithy/smithy-client": "^2.1.12", - "@smithy/types": "^2.4.0", - "@smithy/url-parser": "^2.0.12", - "@smithy/util-base64": "^2.0.0", + "@smithy/config-resolver": "^2.0.18", + "@smithy/fetch-http-handler": "^2.2.6", + "@smithy/hash-node": "^2.0.15", + "@smithy/invalid-dependency": "^2.0.13", + "@smithy/middleware-content-length": "^2.0.15", + "@smithy/middleware-endpoint": "^2.2.0", + "@smithy/middleware-retry": "^2.0.20", + "@smithy/middleware-serde": "^2.0.13", + "@smithy/middleware-stack": "^2.0.7", + "@smithy/node-config-provider": "^2.1.5", + "@smithy/node-http-handler": "^2.1.9", + "@smithy/protocol-http": "^3.0.9", + "@smithy/smithy-client": "^2.1.15", + "@smithy/types": "^2.5.0", + "@smithy/url-parser": "^2.0.13", + "@smithy/util-base64": "^2.0.1", "@smithy/util-body-length-browser": "^2.0.0", "@smithy/util-body-length-node": "^2.1.0", - "@smithy/util-defaults-mode-browser": "^2.0.16", - "@smithy/util-defaults-mode-node": "^2.0.21", - "@smithy/util-endpoints": "^1.0.2", - "@smithy/util-retry": "^2.0.5", - "@smithy/util-utf8": "^2.0.0", + "@smithy/util-defaults-mode-browser": "^2.0.19", + "@smithy/util-defaults-mode-node": "^2.0.25", + "@smithy/util-endpoints": "^1.0.4", + "@smithy/util-retry": "^2.0.6", + "@smithy/util-utf8": "^2.0.2", "tslib": "^2.5.0" }, "devDependencies": { diff --git a/clients/client-frauddetector/src/commands/BatchCreateVariableCommand.ts b/clients/client-frauddetector/src/commands/BatchCreateVariableCommand.ts index 0c78493e05d4..25abf65e6c6b 100644 --- a/clients/client-frauddetector/src/commands/BatchCreateVariableCommand.ts +++ b/clients/client-frauddetector/src/commands/BatchCreateVariableCommand.ts @@ -103,9 +103,6 @@ export class BatchCreateVariableCommand extends $Command< BatchCreateVariableCommandOutput, FraudDetectorClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -119,9 +116,7 @@ export class BatchCreateVariableCommand extends $Command< * @public */ constructor(readonly input: BatchCreateVariableCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -174,7 +169,4 @@ export class BatchCreateVariableCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_BatchCreateVariableCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-frauddetector/src/commands/BatchGetVariableCommand.ts b/clients/client-frauddetector/src/commands/BatchGetVariableCommand.ts index 6ec03e5c4c5c..874fd78cef27 100644 --- a/clients/client-frauddetector/src/commands/BatchGetVariableCommand.ts +++ b/clients/client-frauddetector/src/commands/BatchGetVariableCommand.ts @@ -103,9 +103,6 @@ export class BatchGetVariableCommand extends $Command< BatchGetVariableCommandOutput, FraudDetectorClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -119,9 +116,7 @@ export class BatchGetVariableCommand extends $Command< * @public */ constructor(readonly input: BatchGetVariableCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -174,7 +169,4 @@ export class BatchGetVariableCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_BatchGetVariableCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-frauddetector/src/commands/CancelBatchImportJobCommand.ts b/clients/client-frauddetector/src/commands/CancelBatchImportJobCommand.ts index 388aa68b8779..445765c5c77e 100644 --- a/clients/client-frauddetector/src/commands/CancelBatchImportJobCommand.ts +++ b/clients/client-frauddetector/src/commands/CancelBatchImportJobCommand.ts @@ -83,9 +83,6 @@ export class CancelBatchImportJobCommand extends $Command< CancelBatchImportJobCommandOutput, FraudDetectorClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -99,9 +96,7 @@ export class CancelBatchImportJobCommand extends $Command< * @public */ constructor(readonly input: CancelBatchImportJobCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -154,7 +149,4 @@ export class CancelBatchImportJobCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CancelBatchImportJobCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-frauddetector/src/commands/CancelBatchPredictionJobCommand.ts b/clients/client-frauddetector/src/commands/CancelBatchPredictionJobCommand.ts index 6d7bd1ddf213..ef32f3a790bd 100644 --- a/clients/client-frauddetector/src/commands/CancelBatchPredictionJobCommand.ts +++ b/clients/client-frauddetector/src/commands/CancelBatchPredictionJobCommand.ts @@ -83,9 +83,6 @@ export class CancelBatchPredictionJobCommand extends $Command< CancelBatchPredictionJobCommandOutput, FraudDetectorClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -99,9 +96,7 @@ export class CancelBatchPredictionJobCommand extends $Command< * @public */ constructor(readonly input: CancelBatchPredictionJobCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -154,7 +149,4 @@ export class CancelBatchPredictionJobCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CancelBatchPredictionJobCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-frauddetector/src/commands/CreateBatchImportJobCommand.ts b/clients/client-frauddetector/src/commands/CreateBatchImportJobCommand.ts index d37c345599de..0c941e5cba52 100644 --- a/clients/client-frauddetector/src/commands/CreateBatchImportJobCommand.ts +++ b/clients/client-frauddetector/src/commands/CreateBatchImportJobCommand.ts @@ -93,9 +93,6 @@ export class CreateBatchImportJobCommand extends $Command< CreateBatchImportJobCommandOutput, FraudDetectorClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -109,9 +106,7 @@ export class CreateBatchImportJobCommand extends $Command< * @public */ constructor(readonly input: CreateBatchImportJobCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -164,7 +159,4 @@ export class CreateBatchImportJobCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateBatchImportJobCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-frauddetector/src/commands/CreateBatchPredictionJobCommand.ts b/clients/client-frauddetector/src/commands/CreateBatchPredictionJobCommand.ts index b5841c03bcbb..eb1a2cc65fa9 100644 --- a/clients/client-frauddetector/src/commands/CreateBatchPredictionJobCommand.ts +++ b/clients/client-frauddetector/src/commands/CreateBatchPredictionJobCommand.ts @@ -95,9 +95,6 @@ export class CreateBatchPredictionJobCommand extends $Command< CreateBatchPredictionJobCommandOutput, FraudDetectorClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -111,9 +108,7 @@ export class CreateBatchPredictionJobCommand extends $Command< * @public */ constructor(readonly input: CreateBatchPredictionJobCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -166,7 +161,4 @@ export class CreateBatchPredictionJobCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateBatchPredictionJobCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-frauddetector/src/commands/CreateDetectorVersionCommand.ts b/clients/client-frauddetector/src/commands/CreateDetectorVersionCommand.ts index 747c3a1dcc07..fa3206d62bdf 100644 --- a/clients/client-frauddetector/src/commands/CreateDetectorVersionCommand.ts +++ b/clients/client-frauddetector/src/commands/CreateDetectorVersionCommand.ts @@ -113,9 +113,6 @@ export class CreateDetectorVersionCommand extends $Command< CreateDetectorVersionCommandOutput, FraudDetectorClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -129,9 +126,7 @@ export class CreateDetectorVersionCommand extends $Command< * @public */ constructor(readonly input: CreateDetectorVersionCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -184,7 +179,4 @@ export class CreateDetectorVersionCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateDetectorVersionCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-frauddetector/src/commands/CreateListCommand.ts b/clients/client-frauddetector/src/commands/CreateListCommand.ts index 7047d362bd2e..6135244e68b5 100644 --- a/clients/client-frauddetector/src/commands/CreateListCommand.ts +++ b/clients/client-frauddetector/src/commands/CreateListCommand.ts @@ -95,9 +95,6 @@ export class CreateListCommand extends $Command< CreateListCommandOutput, FraudDetectorClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -111,9 +108,7 @@ export class CreateListCommand extends $Command< * @public */ constructor(readonly input: CreateListCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -164,7 +159,4 @@ export class CreateListCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateListCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-frauddetector/src/commands/CreateModelCommand.ts b/clients/client-frauddetector/src/commands/CreateModelCommand.ts index 74889b294619..6972edc2325c 100644 --- a/clients/client-frauddetector/src/commands/CreateModelCommand.ts +++ b/clients/client-frauddetector/src/commands/CreateModelCommand.ts @@ -89,9 +89,6 @@ export class CreateModelCommand extends $Command< CreateModelCommandOutput, FraudDetectorClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -105,9 +102,7 @@ export class CreateModelCommand extends $Command< * @public */ constructor(readonly input: CreateModelCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -158,7 +153,4 @@ export class CreateModelCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateModelCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-frauddetector/src/commands/CreateModelVersionCommand.ts b/clients/client-frauddetector/src/commands/CreateModelVersionCommand.ts index 8f48077a7b4c..b4e46c240803 100644 --- a/clients/client-frauddetector/src/commands/CreateModelVersionCommand.ts +++ b/clients/client-frauddetector/src/commands/CreateModelVersionCommand.ts @@ -120,9 +120,6 @@ export class CreateModelVersionCommand extends $Command< CreateModelVersionCommandOutput, FraudDetectorClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -136,9 +133,7 @@ export class CreateModelVersionCommand extends $Command< * @public */ constructor(readonly input: CreateModelVersionCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -191,7 +186,4 @@ export class CreateModelVersionCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateModelVersionCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-frauddetector/src/commands/CreateRuleCommand.ts b/clients/client-frauddetector/src/commands/CreateRuleCommand.ts index 7190e80eff76..ec93fff52774 100644 --- a/clients/client-frauddetector/src/commands/CreateRuleCommand.ts +++ b/clients/client-frauddetector/src/commands/CreateRuleCommand.ts @@ -99,9 +99,6 @@ export class CreateRuleCommand extends $Command< CreateRuleCommandOutput, FraudDetectorClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -115,9 +112,7 @@ export class CreateRuleCommand extends $Command< * @public */ constructor(readonly input: CreateRuleCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -168,7 +163,4 @@ export class CreateRuleCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateRuleCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-frauddetector/src/commands/CreateVariableCommand.ts b/clients/client-frauddetector/src/commands/CreateVariableCommand.ts index e2f64dfc54ae..c294850f04f2 100644 --- a/clients/client-frauddetector/src/commands/CreateVariableCommand.ts +++ b/clients/client-frauddetector/src/commands/CreateVariableCommand.ts @@ -91,9 +91,6 @@ export class CreateVariableCommand extends $Command< CreateVariableCommandOutput, FraudDetectorClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -107,9 +104,7 @@ export class CreateVariableCommand extends $Command< * @public */ constructor(readonly input: CreateVariableCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -162,7 +157,4 @@ export class CreateVariableCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateVariableCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-frauddetector/src/commands/DeleteBatchImportJobCommand.ts b/clients/client-frauddetector/src/commands/DeleteBatchImportJobCommand.ts index e3336e5e89f6..c72544064435 100644 --- a/clients/client-frauddetector/src/commands/DeleteBatchImportJobCommand.ts +++ b/clients/client-frauddetector/src/commands/DeleteBatchImportJobCommand.ts @@ -80,9 +80,6 @@ export class DeleteBatchImportJobCommand extends $Command< DeleteBatchImportJobCommandOutput, FraudDetectorClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -96,9 +93,7 @@ export class DeleteBatchImportJobCommand extends $Command< * @public */ constructor(readonly input: DeleteBatchImportJobCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -151,7 +146,4 @@ export class DeleteBatchImportJobCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteBatchImportJobCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-frauddetector/src/commands/DeleteBatchPredictionJobCommand.ts b/clients/client-frauddetector/src/commands/DeleteBatchPredictionJobCommand.ts index 65ea085aef99..362605a51782 100644 --- a/clients/client-frauddetector/src/commands/DeleteBatchPredictionJobCommand.ts +++ b/clients/client-frauddetector/src/commands/DeleteBatchPredictionJobCommand.ts @@ -80,9 +80,6 @@ export class DeleteBatchPredictionJobCommand extends $Command< DeleteBatchPredictionJobCommandOutput, FraudDetectorClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -96,9 +93,7 @@ export class DeleteBatchPredictionJobCommand extends $Command< * @public */ constructor(readonly input: DeleteBatchPredictionJobCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -151,7 +146,4 @@ export class DeleteBatchPredictionJobCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteBatchPredictionJobCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-frauddetector/src/commands/DeleteDetectorCommand.ts b/clients/client-frauddetector/src/commands/DeleteDetectorCommand.ts index 5baa68346886..97a45fe5eb95 100644 --- a/clients/client-frauddetector/src/commands/DeleteDetectorCommand.ts +++ b/clients/client-frauddetector/src/commands/DeleteDetectorCommand.ts @@ -84,9 +84,6 @@ export class DeleteDetectorCommand extends $Command< DeleteDetectorCommandOutput, FraudDetectorClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -100,9 +97,7 @@ export class DeleteDetectorCommand extends $Command< * @public */ constructor(readonly input: DeleteDetectorCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -155,7 +150,4 @@ export class DeleteDetectorCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteDetectorCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-frauddetector/src/commands/DeleteDetectorVersionCommand.ts b/clients/client-frauddetector/src/commands/DeleteDetectorVersionCommand.ts index 2108224604c2..ca2ee73e2f22 100644 --- a/clients/client-frauddetector/src/commands/DeleteDetectorVersionCommand.ts +++ b/clients/client-frauddetector/src/commands/DeleteDetectorVersionCommand.ts @@ -88,9 +88,6 @@ export class DeleteDetectorVersionCommand extends $Command< DeleteDetectorVersionCommandOutput, FraudDetectorClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -104,9 +101,7 @@ export class DeleteDetectorVersionCommand extends $Command< * @public */ constructor(readonly input: DeleteDetectorVersionCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -159,7 +154,4 @@ export class DeleteDetectorVersionCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteDetectorVersionCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-frauddetector/src/commands/DeleteEntityTypeCommand.ts b/clients/client-frauddetector/src/commands/DeleteEntityTypeCommand.ts index de50999feb80..c6671edabe2a 100644 --- a/clients/client-frauddetector/src/commands/DeleteEntityTypeCommand.ts +++ b/clients/client-frauddetector/src/commands/DeleteEntityTypeCommand.ts @@ -85,9 +85,6 @@ export class DeleteEntityTypeCommand extends $Command< DeleteEntityTypeCommandOutput, FraudDetectorClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -101,9 +98,7 @@ export class DeleteEntityTypeCommand extends $Command< * @public */ constructor(readonly input: DeleteEntityTypeCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -156,7 +151,4 @@ export class DeleteEntityTypeCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteEntityTypeCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-frauddetector/src/commands/DeleteEventCommand.ts b/clients/client-frauddetector/src/commands/DeleteEventCommand.ts index 6e0a55fbd2b4..30222c3b6a0c 100644 --- a/clients/client-frauddetector/src/commands/DeleteEventCommand.ts +++ b/clients/client-frauddetector/src/commands/DeleteEventCommand.ts @@ -84,9 +84,6 @@ export class DeleteEventCommand extends $Command< DeleteEventCommandOutput, FraudDetectorClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -100,9 +97,7 @@ export class DeleteEventCommand extends $Command< * @public */ constructor(readonly input: DeleteEventCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -153,7 +148,4 @@ export class DeleteEventCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteEventCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-frauddetector/src/commands/DeleteEventTypeCommand.ts b/clients/client-frauddetector/src/commands/DeleteEventTypeCommand.ts index 93f01991dde5..e56735368877 100644 --- a/clients/client-frauddetector/src/commands/DeleteEventTypeCommand.ts +++ b/clients/client-frauddetector/src/commands/DeleteEventTypeCommand.ts @@ -85,9 +85,6 @@ export class DeleteEventTypeCommand extends $Command< DeleteEventTypeCommandOutput, FraudDetectorClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -101,9 +98,7 @@ export class DeleteEventTypeCommand extends $Command< * @public */ constructor(readonly input: DeleteEventTypeCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -156,7 +151,4 @@ export class DeleteEventTypeCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteEventTypeCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-frauddetector/src/commands/DeleteEventsByEventTypeCommand.ts b/clients/client-frauddetector/src/commands/DeleteEventsByEventTypeCommand.ts index c12e4275736a..3723393c2406 100644 --- a/clients/client-frauddetector/src/commands/DeleteEventsByEventTypeCommand.ts +++ b/clients/client-frauddetector/src/commands/DeleteEventsByEventTypeCommand.ts @@ -89,9 +89,6 @@ export class DeleteEventsByEventTypeCommand extends $Command< DeleteEventsByEventTypeCommandOutput, FraudDetectorClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -105,9 +102,7 @@ export class DeleteEventsByEventTypeCommand extends $Command< * @public */ constructor(readonly input: DeleteEventsByEventTypeCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -160,7 +155,4 @@ export class DeleteEventsByEventTypeCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteEventsByEventTypeCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-frauddetector/src/commands/DeleteExternalModelCommand.ts b/clients/client-frauddetector/src/commands/DeleteExternalModelCommand.ts index 2f3ccf60982e..18555e859aeb 100644 --- a/clients/client-frauddetector/src/commands/DeleteExternalModelCommand.ts +++ b/clients/client-frauddetector/src/commands/DeleteExternalModelCommand.ts @@ -84,9 +84,6 @@ export class DeleteExternalModelCommand extends $Command< DeleteExternalModelCommandOutput, FraudDetectorClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -100,9 +97,7 @@ export class DeleteExternalModelCommand extends $Command< * @public */ constructor(readonly input: DeleteExternalModelCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -155,7 +150,4 @@ export class DeleteExternalModelCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteExternalModelCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-frauddetector/src/commands/DeleteLabelCommand.ts b/clients/client-frauddetector/src/commands/DeleteLabelCommand.ts index 915698080a58..52a0e396acba 100644 --- a/clients/client-frauddetector/src/commands/DeleteLabelCommand.ts +++ b/clients/client-frauddetector/src/commands/DeleteLabelCommand.ts @@ -83,9 +83,6 @@ export class DeleteLabelCommand extends $Command< DeleteLabelCommandOutput, FraudDetectorClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -99,9 +96,7 @@ export class DeleteLabelCommand extends $Command< * @public */ constructor(readonly input: DeleteLabelCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -152,7 +147,4 @@ export class DeleteLabelCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteLabelCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-frauddetector/src/commands/DeleteListCommand.ts b/clients/client-frauddetector/src/commands/DeleteListCommand.ts index cc388342b22d..5b1cbadc3b1b 100644 --- a/clients/client-frauddetector/src/commands/DeleteListCommand.ts +++ b/clients/client-frauddetector/src/commands/DeleteListCommand.ts @@ -86,9 +86,6 @@ export class DeleteListCommand extends $Command< DeleteListCommandOutput, FraudDetectorClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -102,9 +99,7 @@ export class DeleteListCommand extends $Command< * @public */ constructor(readonly input: DeleteListCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -155,7 +150,4 @@ export class DeleteListCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteListCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-frauddetector/src/commands/DeleteModelCommand.ts b/clients/client-frauddetector/src/commands/DeleteModelCommand.ts index 7691f5f9bd48..60a8c10a2924 100644 --- a/clients/client-frauddetector/src/commands/DeleteModelCommand.ts +++ b/clients/client-frauddetector/src/commands/DeleteModelCommand.ts @@ -86,9 +86,6 @@ export class DeleteModelCommand extends $Command< DeleteModelCommandOutput, FraudDetectorClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -102,9 +99,7 @@ export class DeleteModelCommand extends $Command< * @public */ constructor(readonly input: DeleteModelCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -155,7 +150,4 @@ export class DeleteModelCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteModelCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-frauddetector/src/commands/DeleteModelVersionCommand.ts b/clients/client-frauddetector/src/commands/DeleteModelVersionCommand.ts index a4d6628ec2d4..d93878297be0 100644 --- a/clients/client-frauddetector/src/commands/DeleteModelVersionCommand.ts +++ b/clients/client-frauddetector/src/commands/DeleteModelVersionCommand.ts @@ -87,9 +87,6 @@ export class DeleteModelVersionCommand extends $Command< DeleteModelVersionCommandOutput, FraudDetectorClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -103,9 +100,7 @@ export class DeleteModelVersionCommand extends $Command< * @public */ constructor(readonly input: DeleteModelVersionCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -158,7 +153,4 @@ export class DeleteModelVersionCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteModelVersionCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-frauddetector/src/commands/DeleteOutcomeCommand.ts b/clients/client-frauddetector/src/commands/DeleteOutcomeCommand.ts index d55478508493..8d92a867c6de 100644 --- a/clients/client-frauddetector/src/commands/DeleteOutcomeCommand.ts +++ b/clients/client-frauddetector/src/commands/DeleteOutcomeCommand.ts @@ -85,9 +85,6 @@ export class DeleteOutcomeCommand extends $Command< DeleteOutcomeCommandOutput, FraudDetectorClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -101,9 +98,7 @@ export class DeleteOutcomeCommand extends $Command< * @public */ constructor(readonly input: DeleteOutcomeCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -154,7 +149,4 @@ export class DeleteOutcomeCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteOutcomeCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-frauddetector/src/commands/DeleteRuleCommand.ts b/clients/client-frauddetector/src/commands/DeleteRuleCommand.ts index c71dbbbffef9..fb9f37b0ab82 100644 --- a/clients/client-frauddetector/src/commands/DeleteRuleCommand.ts +++ b/clients/client-frauddetector/src/commands/DeleteRuleCommand.ts @@ -88,9 +88,6 @@ export class DeleteRuleCommand extends $Command< DeleteRuleCommandOutput, FraudDetectorClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -104,9 +101,7 @@ export class DeleteRuleCommand extends $Command< * @public */ constructor(readonly input: DeleteRuleCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -157,7 +152,4 @@ export class DeleteRuleCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteRuleCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-frauddetector/src/commands/DeleteVariableCommand.ts b/clients/client-frauddetector/src/commands/DeleteVariableCommand.ts index ebe0c46f27bd..eda0dba79677 100644 --- a/clients/client-frauddetector/src/commands/DeleteVariableCommand.ts +++ b/clients/client-frauddetector/src/commands/DeleteVariableCommand.ts @@ -86,9 +86,6 @@ export class DeleteVariableCommand extends $Command< DeleteVariableCommandOutput, FraudDetectorClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -102,9 +99,7 @@ export class DeleteVariableCommand extends $Command< * @public */ constructor(readonly input: DeleteVariableCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -157,7 +152,4 @@ export class DeleteVariableCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteVariableCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-frauddetector/src/commands/DescribeDetectorCommand.ts b/clients/client-frauddetector/src/commands/DescribeDetectorCommand.ts index 31ce6aadf352..7340c4e57981 100644 --- a/clients/client-frauddetector/src/commands/DescribeDetectorCommand.ts +++ b/clients/client-frauddetector/src/commands/DescribeDetectorCommand.ts @@ -97,9 +97,6 @@ export class DescribeDetectorCommand extends $Command< DescribeDetectorCommandOutput, FraudDetectorClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -113,9 +110,7 @@ export class DescribeDetectorCommand extends $Command< * @public */ constructor(readonly input: DescribeDetectorCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -168,7 +163,4 @@ export class DescribeDetectorCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DescribeDetectorCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-frauddetector/src/commands/DescribeModelVersionsCommand.ts b/clients/client-frauddetector/src/commands/DescribeModelVersionsCommand.ts index 8bd90caef286..17b34223cbb0 100644 --- a/clients/client-frauddetector/src/commands/DescribeModelVersionsCommand.ts +++ b/clients/client-frauddetector/src/commands/DescribeModelVersionsCommand.ts @@ -250,9 +250,6 @@ export class DescribeModelVersionsCommand extends $Command< DescribeModelVersionsCommandOutput, FraudDetectorClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -266,9 +263,7 @@ export class DescribeModelVersionsCommand extends $Command< * @public */ constructor(readonly input: DescribeModelVersionsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -321,7 +316,4 @@ export class DescribeModelVersionsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DescribeModelVersionsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-frauddetector/src/commands/GetBatchImportJobsCommand.ts b/clients/client-frauddetector/src/commands/GetBatchImportJobsCommand.ts index cf9d58849418..8089b06b7f9e 100644 --- a/clients/client-frauddetector/src/commands/GetBatchImportJobsCommand.ts +++ b/clients/client-frauddetector/src/commands/GetBatchImportJobsCommand.ts @@ -107,9 +107,6 @@ export class GetBatchImportJobsCommand extends $Command< GetBatchImportJobsCommandOutput, FraudDetectorClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -123,9 +120,7 @@ export class GetBatchImportJobsCommand extends $Command< * @public */ constructor(readonly input: GetBatchImportJobsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -178,7 +173,4 @@ export class GetBatchImportJobsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetBatchImportJobsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-frauddetector/src/commands/GetBatchPredictionJobsCommand.ts b/clients/client-frauddetector/src/commands/GetBatchPredictionJobsCommand.ts index 684a87746cc5..fb06c5fa93df 100644 --- a/clients/client-frauddetector/src/commands/GetBatchPredictionJobsCommand.ts +++ b/clients/client-frauddetector/src/commands/GetBatchPredictionJobsCommand.ts @@ -106,9 +106,6 @@ export class GetBatchPredictionJobsCommand extends $Command< GetBatchPredictionJobsCommandOutput, FraudDetectorClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -122,9 +119,7 @@ export class GetBatchPredictionJobsCommand extends $Command< * @public */ constructor(readonly input: GetBatchPredictionJobsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -177,7 +172,4 @@ export class GetBatchPredictionJobsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetBatchPredictionJobsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-frauddetector/src/commands/GetDeleteEventsByEventTypeStatusCommand.ts b/clients/client-frauddetector/src/commands/GetDeleteEventsByEventTypeStatusCommand.ts index 508775cf00c3..699be4d528e2 100644 --- a/clients/client-frauddetector/src/commands/GetDeleteEventsByEventTypeStatusCommand.ts +++ b/clients/client-frauddetector/src/commands/GetDeleteEventsByEventTypeStatusCommand.ts @@ -91,9 +91,6 @@ export class GetDeleteEventsByEventTypeStatusCommand extends $Command< GetDeleteEventsByEventTypeStatusCommandOutput, FraudDetectorClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -107,9 +104,7 @@ export class GetDeleteEventsByEventTypeStatusCommand extends $Command< * @public */ constructor(readonly input: GetDeleteEventsByEventTypeStatusCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -168,7 +163,4 @@ export class GetDeleteEventsByEventTypeStatusCommand extends $Command< ): Promise { return de_GetDeleteEventsByEventTypeStatusCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-frauddetector/src/commands/GetDetectorVersionCommand.ts b/clients/client-frauddetector/src/commands/GetDetectorVersionCommand.ts index 01902434a8d8..6c740a9a8340 100644 --- a/clients/client-frauddetector/src/commands/GetDetectorVersionCommand.ts +++ b/clients/client-frauddetector/src/commands/GetDetectorVersionCommand.ts @@ -111,9 +111,6 @@ export class GetDetectorVersionCommand extends $Command< GetDetectorVersionCommandOutput, FraudDetectorClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -127,9 +124,7 @@ export class GetDetectorVersionCommand extends $Command< * @public */ constructor(readonly input: GetDetectorVersionCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -182,7 +177,4 @@ export class GetDetectorVersionCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetDetectorVersionCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-frauddetector/src/commands/GetDetectorsCommand.ts b/clients/client-frauddetector/src/commands/GetDetectorsCommand.ts index 213fbba95169..e947c4f65141 100644 --- a/clients/client-frauddetector/src/commands/GetDetectorsCommand.ts +++ b/clients/client-frauddetector/src/commands/GetDetectorsCommand.ts @@ -102,9 +102,6 @@ export class GetDetectorsCommand extends $Command< GetDetectorsCommandOutput, FraudDetectorClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -118,9 +115,7 @@ export class GetDetectorsCommand extends $Command< * @public */ constructor(readonly input: GetDetectorsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -171,7 +166,4 @@ export class GetDetectorsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetDetectorsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-frauddetector/src/commands/GetEntityTypesCommand.ts b/clients/client-frauddetector/src/commands/GetEntityTypesCommand.ts index 46ba0da8663e..ef430976e7ef 100644 --- a/clients/client-frauddetector/src/commands/GetEntityTypesCommand.ts +++ b/clients/client-frauddetector/src/commands/GetEntityTypesCommand.ts @@ -101,9 +101,6 @@ export class GetEntityTypesCommand extends $Command< GetEntityTypesCommandOutput, FraudDetectorClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -117,9 +114,7 @@ export class GetEntityTypesCommand extends $Command< * @public */ constructor(readonly input: GetEntityTypesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -172,7 +167,4 @@ export class GetEntityTypesCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetEntityTypesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-frauddetector/src/commands/GetEventCommand.ts b/clients/client-frauddetector/src/commands/GetEventCommand.ts index 795b1a9824fb..e4cea5db3458 100644 --- a/clients/client-frauddetector/src/commands/GetEventCommand.ts +++ b/clients/client-frauddetector/src/commands/GetEventCommand.ts @@ -101,9 +101,6 @@ export class GetEventCommand extends $Command< GetEventCommandOutput, FraudDetectorClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -117,9 +114,7 @@ export class GetEventCommand extends $Command< * @public */ constructor(readonly input: GetEventCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -170,7 +165,4 @@ export class GetEventCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetEventCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-frauddetector/src/commands/GetEventPredictionCommand.ts b/clients/client-frauddetector/src/commands/GetEventPredictionCommand.ts index 6997c39b6c61..3a85db4fe217 100644 --- a/clients/client-frauddetector/src/commands/GetEventPredictionCommand.ts +++ b/clients/client-frauddetector/src/commands/GetEventPredictionCommand.ts @@ -145,9 +145,6 @@ export class GetEventPredictionCommand extends $Command< GetEventPredictionCommandOutput, FraudDetectorClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -161,9 +158,7 @@ export class GetEventPredictionCommand extends $Command< * @public */ constructor(readonly input: GetEventPredictionCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -216,7 +211,4 @@ export class GetEventPredictionCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetEventPredictionCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-frauddetector/src/commands/GetEventPredictionMetadataCommand.ts b/clients/client-frauddetector/src/commands/GetEventPredictionMetadataCommand.ts index c3f984b5eda5..ec3d05a95aba 100644 --- a/clients/client-frauddetector/src/commands/GetEventPredictionMetadataCommand.ts +++ b/clients/client-frauddetector/src/commands/GetEventPredictionMetadataCommand.ts @@ -168,9 +168,6 @@ export class GetEventPredictionMetadataCommand extends $Command< GetEventPredictionMetadataCommandOutput, FraudDetectorClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -184,9 +181,7 @@ export class GetEventPredictionMetadataCommand extends $Command< * @public */ constructor(readonly input: GetEventPredictionMetadataCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -242,7 +237,4 @@ export class GetEventPredictionMetadataCommand extends $Command< ): Promise { return de_GetEventPredictionMetadataCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-frauddetector/src/commands/GetEventTypesCommand.ts b/clients/client-frauddetector/src/commands/GetEventTypesCommand.ts index efcc96736ad1..0f27b17c7e20 100644 --- a/clients/client-frauddetector/src/commands/GetEventTypesCommand.ts +++ b/clients/client-frauddetector/src/commands/GetEventTypesCommand.ts @@ -121,9 +121,6 @@ export class GetEventTypesCommand extends $Command< GetEventTypesCommandOutput, FraudDetectorClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -137,9 +134,7 @@ export class GetEventTypesCommand extends $Command< * @public */ constructor(readonly input: GetEventTypesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -190,7 +185,4 @@ export class GetEventTypesCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetEventTypesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-frauddetector/src/commands/GetExternalModelsCommand.ts b/clients/client-frauddetector/src/commands/GetExternalModelsCommand.ts index f51bf8862e1b..799f024d0a52 100644 --- a/clients/client-frauddetector/src/commands/GetExternalModelsCommand.ts +++ b/clients/client-frauddetector/src/commands/GetExternalModelsCommand.ts @@ -119,9 +119,6 @@ export class GetExternalModelsCommand extends $Command< GetExternalModelsCommandOutput, FraudDetectorClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -135,9 +132,7 @@ export class GetExternalModelsCommand extends $Command< * @public */ constructor(readonly input: GetExternalModelsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -190,7 +185,4 @@ export class GetExternalModelsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetExternalModelsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-frauddetector/src/commands/GetKMSEncryptionKeyCommand.ts b/clients/client-frauddetector/src/commands/GetKMSEncryptionKeyCommand.ts index d6d669e429c8..0bdede5e8c5b 100644 --- a/clients/client-frauddetector/src/commands/GetKMSEncryptionKeyCommand.ts +++ b/clients/client-frauddetector/src/commands/GetKMSEncryptionKeyCommand.ts @@ -82,9 +82,6 @@ export class GetKMSEncryptionKeyCommand extends $Command< GetKMSEncryptionKeyCommandOutput, FraudDetectorClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -98,9 +95,7 @@ export class GetKMSEncryptionKeyCommand extends $Command< * @public */ constructor(readonly input: GetKMSEncryptionKeyCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -153,7 +148,4 @@ export class GetKMSEncryptionKeyCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetKMSEncryptionKeyCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-frauddetector/src/commands/GetLabelsCommand.ts b/clients/client-frauddetector/src/commands/GetLabelsCommand.ts index eb3d98346459..690f796bef29 100644 --- a/clients/client-frauddetector/src/commands/GetLabelsCommand.ts +++ b/clients/client-frauddetector/src/commands/GetLabelsCommand.ts @@ -101,9 +101,6 @@ export class GetLabelsCommand extends $Command< GetLabelsCommandOutput, FraudDetectorClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -117,9 +114,7 @@ export class GetLabelsCommand extends $Command< * @public */ constructor(readonly input: GetLabelsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -170,7 +165,4 @@ export class GetLabelsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetLabelsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-frauddetector/src/commands/GetListElementsCommand.ts b/clients/client-frauddetector/src/commands/GetListElementsCommand.ts index 0ade4e5a6bca..73f665ad3e57 100644 --- a/clients/client-frauddetector/src/commands/GetListElementsCommand.ts +++ b/clients/client-frauddetector/src/commands/GetListElementsCommand.ts @@ -96,9 +96,6 @@ export class GetListElementsCommand extends $Command< GetListElementsCommandOutput, FraudDetectorClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -112,9 +109,7 @@ export class GetListElementsCommand extends $Command< * @public */ constructor(readonly input: GetListElementsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -167,7 +162,4 @@ export class GetListElementsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetListElementsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-frauddetector/src/commands/GetListsMetadataCommand.ts b/clients/client-frauddetector/src/commands/GetListsMetadataCommand.ts index 1675d37ef439..39912573958f 100644 --- a/clients/client-frauddetector/src/commands/GetListsMetadataCommand.ts +++ b/clients/client-frauddetector/src/commands/GetListsMetadataCommand.ts @@ -99,9 +99,6 @@ export class GetListsMetadataCommand extends $Command< GetListsMetadataCommandOutput, FraudDetectorClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -115,9 +112,7 @@ export class GetListsMetadataCommand extends $Command< * @public */ constructor(readonly input: GetListsMetadataCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -170,7 +165,4 @@ export class GetListsMetadataCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetListsMetadataCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-frauddetector/src/commands/GetModelVersionCommand.ts b/clients/client-frauddetector/src/commands/GetModelVersionCommand.ts index 8b5c5da2c55e..64cedaa55db0 100644 --- a/clients/client-frauddetector/src/commands/GetModelVersionCommand.ts +++ b/clients/client-frauddetector/src/commands/GetModelVersionCommand.ts @@ -115,9 +115,6 @@ export class GetModelVersionCommand extends $Command< GetModelVersionCommandOutput, FraudDetectorClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -131,9 +128,7 @@ export class GetModelVersionCommand extends $Command< * @public */ constructor(readonly input: GetModelVersionCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -186,7 +181,4 @@ export class GetModelVersionCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetModelVersionCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-frauddetector/src/commands/GetModelsCommand.ts b/clients/client-frauddetector/src/commands/GetModelsCommand.ts index cf90f82a72b3..c723c22d6366 100644 --- a/clients/client-frauddetector/src/commands/GetModelsCommand.ts +++ b/clients/client-frauddetector/src/commands/GetModelsCommand.ts @@ -105,9 +105,6 @@ export class GetModelsCommand extends $Command< GetModelsCommandOutput, FraudDetectorClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -121,9 +118,7 @@ export class GetModelsCommand extends $Command< * @public */ constructor(readonly input: GetModelsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -174,7 +169,4 @@ export class GetModelsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetModelsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-frauddetector/src/commands/GetOutcomesCommand.ts b/clients/client-frauddetector/src/commands/GetOutcomesCommand.ts index f97c8eb9d9b9..941eb81a8b1f 100644 --- a/clients/client-frauddetector/src/commands/GetOutcomesCommand.ts +++ b/clients/client-frauddetector/src/commands/GetOutcomesCommand.ts @@ -101,9 +101,6 @@ export class GetOutcomesCommand extends $Command< GetOutcomesCommandOutput, FraudDetectorClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -117,9 +114,7 @@ export class GetOutcomesCommand extends $Command< * @public */ constructor(readonly input: GetOutcomesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -170,7 +165,4 @@ export class GetOutcomesCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetOutcomesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-frauddetector/src/commands/GetRulesCommand.ts b/clients/client-frauddetector/src/commands/GetRulesCommand.ts index 368a4d7fb3d2..24d88c7946e2 100644 --- a/clients/client-frauddetector/src/commands/GetRulesCommand.ts +++ b/clients/client-frauddetector/src/commands/GetRulesCommand.ts @@ -106,9 +106,6 @@ export class GetRulesCommand extends $Command< GetRulesCommandOutput, FraudDetectorClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -122,9 +119,7 @@ export class GetRulesCommand extends $Command< * @public */ constructor(readonly input: GetRulesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -175,7 +170,4 @@ export class GetRulesCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetRulesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-frauddetector/src/commands/GetVariablesCommand.ts b/clients/client-frauddetector/src/commands/GetVariablesCommand.ts index 3d10d6e50b72..a27ff0497cd5 100644 --- a/clients/client-frauddetector/src/commands/GetVariablesCommand.ts +++ b/clients/client-frauddetector/src/commands/GetVariablesCommand.ts @@ -105,9 +105,6 @@ export class GetVariablesCommand extends $Command< GetVariablesCommandOutput, FraudDetectorClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -121,9 +118,7 @@ export class GetVariablesCommand extends $Command< * @public */ constructor(readonly input: GetVariablesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -174,7 +169,4 @@ export class GetVariablesCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetVariablesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-frauddetector/src/commands/ListEventPredictionsCommand.ts b/clients/client-frauddetector/src/commands/ListEventPredictionsCommand.ts index 00a9f3d668f1..2287e8e80b22 100644 --- a/clients/client-frauddetector/src/commands/ListEventPredictionsCommand.ts +++ b/clients/client-frauddetector/src/commands/ListEventPredictionsCommand.ts @@ -120,9 +120,6 @@ export class ListEventPredictionsCommand extends $Command< ListEventPredictionsCommandOutput, FraudDetectorClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -136,9 +133,7 @@ export class ListEventPredictionsCommand extends $Command< * @public */ constructor(readonly input: ListEventPredictionsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -191,7 +186,4 @@ export class ListEventPredictionsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListEventPredictionsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-frauddetector/src/commands/ListTagsForResourceCommand.ts b/clients/client-frauddetector/src/commands/ListTagsForResourceCommand.ts index 09baaed36479..5c676d5f2ade 100644 --- a/clients/client-frauddetector/src/commands/ListTagsForResourceCommand.ts +++ b/clients/client-frauddetector/src/commands/ListTagsForResourceCommand.ts @@ -92,9 +92,6 @@ export class ListTagsForResourceCommand extends $Command< ListTagsForResourceCommandOutput, FraudDetectorClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -108,9 +105,7 @@ export class ListTagsForResourceCommand extends $Command< * @public */ constructor(readonly input: ListTagsForResourceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -163,7 +158,4 @@ export class ListTagsForResourceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListTagsForResourceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-frauddetector/src/commands/PutDetectorCommand.ts b/clients/client-frauddetector/src/commands/PutDetectorCommand.ts index 9781755efb6c..c47cad1031c8 100644 --- a/clients/client-frauddetector/src/commands/PutDetectorCommand.ts +++ b/clients/client-frauddetector/src/commands/PutDetectorCommand.ts @@ -91,9 +91,6 @@ export class PutDetectorCommand extends $Command< PutDetectorCommandOutput, FraudDetectorClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -107,9 +104,7 @@ export class PutDetectorCommand extends $Command< * @public */ constructor(readonly input: PutDetectorCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -160,7 +155,4 @@ export class PutDetectorCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_PutDetectorCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-frauddetector/src/commands/PutEntityTypeCommand.ts b/clients/client-frauddetector/src/commands/PutEntityTypeCommand.ts index 496652023559..dcf34e7d0906 100644 --- a/clients/client-frauddetector/src/commands/PutEntityTypeCommand.ts +++ b/clients/client-frauddetector/src/commands/PutEntityTypeCommand.ts @@ -90,9 +90,6 @@ export class PutEntityTypeCommand extends $Command< PutEntityTypeCommandOutput, FraudDetectorClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -106,9 +103,7 @@ export class PutEntityTypeCommand extends $Command< * @public */ constructor(readonly input: PutEntityTypeCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -159,7 +154,4 @@ export class PutEntityTypeCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_PutEntityTypeCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-frauddetector/src/commands/PutEventTypeCommand.ts b/clients/client-frauddetector/src/commands/PutEventTypeCommand.ts index e64b3a7c05da..306bca30ba56 100644 --- a/clients/client-frauddetector/src/commands/PutEventTypeCommand.ts +++ b/clients/client-frauddetector/src/commands/PutEventTypeCommand.ts @@ -103,9 +103,6 @@ export class PutEventTypeCommand extends $Command< PutEventTypeCommandOutput, FraudDetectorClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -119,9 +116,7 @@ export class PutEventTypeCommand extends $Command< * @public */ constructor(readonly input: PutEventTypeCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -172,7 +167,4 @@ export class PutEventTypeCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_PutEventTypeCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-frauddetector/src/commands/PutExternalModelCommand.ts b/clients/client-frauddetector/src/commands/PutExternalModelCommand.ts index 2abcf8ad6d10..d4a454d04c4f 100644 --- a/clients/client-frauddetector/src/commands/PutExternalModelCommand.ts +++ b/clients/client-frauddetector/src/commands/PutExternalModelCommand.ts @@ -108,9 +108,6 @@ export class PutExternalModelCommand extends $Command< PutExternalModelCommandOutput, FraudDetectorClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -124,9 +121,7 @@ export class PutExternalModelCommand extends $Command< * @public */ constructor(readonly input: PutExternalModelCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -179,7 +174,4 @@ export class PutExternalModelCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_PutExternalModelCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-frauddetector/src/commands/PutKMSEncryptionKeyCommand.ts b/clients/client-frauddetector/src/commands/PutKMSEncryptionKeyCommand.ts index f4c2504bdab4..c952df4b23ac 100644 --- a/clients/client-frauddetector/src/commands/PutKMSEncryptionKeyCommand.ts +++ b/clients/client-frauddetector/src/commands/PutKMSEncryptionKeyCommand.ts @@ -86,9 +86,6 @@ export class PutKMSEncryptionKeyCommand extends $Command< PutKMSEncryptionKeyCommandOutput, FraudDetectorClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -102,9 +99,7 @@ export class PutKMSEncryptionKeyCommand extends $Command< * @public */ constructor(readonly input: PutKMSEncryptionKeyCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -157,7 +152,4 @@ export class PutKMSEncryptionKeyCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_PutKMSEncryptionKeyCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-frauddetector/src/commands/PutLabelCommand.ts b/clients/client-frauddetector/src/commands/PutLabelCommand.ts index c41a7cc43338..7047d8794e61 100644 --- a/clients/client-frauddetector/src/commands/PutLabelCommand.ts +++ b/clients/client-frauddetector/src/commands/PutLabelCommand.ts @@ -90,9 +90,6 @@ export class PutLabelCommand extends $Command< PutLabelCommandOutput, FraudDetectorClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -106,9 +103,7 @@ export class PutLabelCommand extends $Command< * @public */ constructor(readonly input: PutLabelCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -159,7 +154,4 @@ export class PutLabelCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_PutLabelCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-frauddetector/src/commands/PutOutcomeCommand.ts b/clients/client-frauddetector/src/commands/PutOutcomeCommand.ts index 04be8d3ac7d8..743815c0f97f 100644 --- a/clients/client-frauddetector/src/commands/PutOutcomeCommand.ts +++ b/clients/client-frauddetector/src/commands/PutOutcomeCommand.ts @@ -90,9 +90,6 @@ export class PutOutcomeCommand extends $Command< PutOutcomeCommandOutput, FraudDetectorClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -106,9 +103,7 @@ export class PutOutcomeCommand extends $Command< * @public */ constructor(readonly input: PutOutcomeCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -159,7 +154,4 @@ export class PutOutcomeCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_PutOutcomeCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-frauddetector/src/commands/SendEventCommand.ts b/clients/client-frauddetector/src/commands/SendEventCommand.ts index 560216faa249..8d0537a209f7 100644 --- a/clients/client-frauddetector/src/commands/SendEventCommand.ts +++ b/clients/client-frauddetector/src/commands/SendEventCommand.ts @@ -99,9 +99,6 @@ export class SendEventCommand extends $Command< SendEventCommandOutput, FraudDetectorClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -115,9 +112,7 @@ export class SendEventCommand extends $Command< * @public */ constructor(readonly input: SendEventCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -168,7 +163,4 @@ export class SendEventCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_SendEventCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-frauddetector/src/commands/TagResourceCommand.ts b/clients/client-frauddetector/src/commands/TagResourceCommand.ts index 553f19bfc18e..35213d04263f 100644 --- a/clients/client-frauddetector/src/commands/TagResourceCommand.ts +++ b/clients/client-frauddetector/src/commands/TagResourceCommand.ts @@ -86,9 +86,6 @@ export class TagResourceCommand extends $Command< TagResourceCommandOutput, FraudDetectorClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -102,9 +99,7 @@ export class TagResourceCommand extends $Command< * @public */ constructor(readonly input: TagResourceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -155,7 +150,4 @@ export class TagResourceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_TagResourceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-frauddetector/src/commands/UntagResourceCommand.ts b/clients/client-frauddetector/src/commands/UntagResourceCommand.ts index 88543bbc4fd8..08bb17f4ede0 100644 --- a/clients/client-frauddetector/src/commands/UntagResourceCommand.ts +++ b/clients/client-frauddetector/src/commands/UntagResourceCommand.ts @@ -83,9 +83,6 @@ export class UntagResourceCommand extends $Command< UntagResourceCommandOutput, FraudDetectorClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -99,9 +96,7 @@ export class UntagResourceCommand extends $Command< * @public */ constructor(readonly input: UntagResourceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -152,7 +147,4 @@ export class UntagResourceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UntagResourceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-frauddetector/src/commands/UpdateDetectorVersionCommand.ts b/clients/client-frauddetector/src/commands/UpdateDetectorVersionCommand.ts index 385af877ed8d..482087b4e926 100644 --- a/clients/client-frauddetector/src/commands/UpdateDetectorVersionCommand.ts +++ b/clients/client-frauddetector/src/commands/UpdateDetectorVersionCommand.ts @@ -107,9 +107,6 @@ export class UpdateDetectorVersionCommand extends $Command< UpdateDetectorVersionCommandOutput, FraudDetectorClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -123,9 +120,7 @@ export class UpdateDetectorVersionCommand extends $Command< * @public */ constructor(readonly input: UpdateDetectorVersionCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -178,7 +173,4 @@ export class UpdateDetectorVersionCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdateDetectorVersionCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-frauddetector/src/commands/UpdateDetectorVersionMetadataCommand.ts b/clients/client-frauddetector/src/commands/UpdateDetectorVersionMetadataCommand.ts index 163372fd7952..8166759ce737 100644 --- a/clients/client-frauddetector/src/commands/UpdateDetectorVersionMetadataCommand.ts +++ b/clients/client-frauddetector/src/commands/UpdateDetectorVersionMetadataCommand.ts @@ -91,9 +91,6 @@ export class UpdateDetectorVersionMetadataCommand extends $Command< UpdateDetectorVersionMetadataCommandOutput, FraudDetectorClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -107,9 +104,7 @@ export class UpdateDetectorVersionMetadataCommand extends $Command< * @public */ constructor(readonly input: UpdateDetectorVersionMetadataCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -165,7 +160,4 @@ export class UpdateDetectorVersionMetadataCommand extends $Command< ): Promise { return de_UpdateDetectorVersionMetadataCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-frauddetector/src/commands/UpdateDetectorVersionStatusCommand.ts b/clients/client-frauddetector/src/commands/UpdateDetectorVersionStatusCommand.ts index 72ce41955005..54ebb66a88d3 100644 --- a/clients/client-frauddetector/src/commands/UpdateDetectorVersionStatusCommand.ts +++ b/clients/client-frauddetector/src/commands/UpdateDetectorVersionStatusCommand.ts @@ -89,9 +89,6 @@ export class UpdateDetectorVersionStatusCommand extends $Command< UpdateDetectorVersionStatusCommandOutput, FraudDetectorClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -105,9 +102,7 @@ export class UpdateDetectorVersionStatusCommand extends $Command< * @public */ constructor(readonly input: UpdateDetectorVersionStatusCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -163,7 +158,4 @@ export class UpdateDetectorVersionStatusCommand extends $Command< ): Promise { return de_UpdateDetectorVersionStatusCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-frauddetector/src/commands/UpdateEventLabelCommand.ts b/clients/client-frauddetector/src/commands/UpdateEventLabelCommand.ts index 28a125d7f71a..8e32a35e6a66 100644 --- a/clients/client-frauddetector/src/commands/UpdateEventLabelCommand.ts +++ b/clients/client-frauddetector/src/commands/UpdateEventLabelCommand.ts @@ -89,9 +89,6 @@ export class UpdateEventLabelCommand extends $Command< UpdateEventLabelCommandOutput, FraudDetectorClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -105,9 +102,7 @@ export class UpdateEventLabelCommand extends $Command< * @public */ constructor(readonly input: UpdateEventLabelCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -160,7 +155,4 @@ export class UpdateEventLabelCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdateEventLabelCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-frauddetector/src/commands/UpdateListCommand.ts b/clients/client-frauddetector/src/commands/UpdateListCommand.ts index d93f855f7195..ce58e4a1ec03 100644 --- a/clients/client-frauddetector/src/commands/UpdateListCommand.ts +++ b/clients/client-frauddetector/src/commands/UpdateListCommand.ts @@ -94,9 +94,6 @@ export class UpdateListCommand extends $Command< UpdateListCommandOutput, FraudDetectorClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -110,9 +107,7 @@ export class UpdateListCommand extends $Command< * @public */ constructor(readonly input: UpdateListCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -163,7 +158,4 @@ export class UpdateListCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdateListCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-frauddetector/src/commands/UpdateModelCommand.ts b/clients/client-frauddetector/src/commands/UpdateModelCommand.ts index 6355a4349d65..adf4bf50c58d 100644 --- a/clients/client-frauddetector/src/commands/UpdateModelCommand.ts +++ b/clients/client-frauddetector/src/commands/UpdateModelCommand.ts @@ -88,9 +88,6 @@ export class UpdateModelCommand extends $Command< UpdateModelCommandOutput, FraudDetectorClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -104,9 +101,7 @@ export class UpdateModelCommand extends $Command< * @public */ constructor(readonly input: UpdateModelCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -157,7 +152,4 @@ export class UpdateModelCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdateModelCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-frauddetector/src/commands/UpdateModelVersionCommand.ts b/clients/client-frauddetector/src/commands/UpdateModelVersionCommand.ts index 2ba90f8eaf2d..40cdea62af66 100644 --- a/clients/client-frauddetector/src/commands/UpdateModelVersionCommand.ts +++ b/clients/client-frauddetector/src/commands/UpdateModelVersionCommand.ts @@ -109,9 +109,6 @@ export class UpdateModelVersionCommand extends $Command< UpdateModelVersionCommandOutput, FraudDetectorClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -125,9 +122,7 @@ export class UpdateModelVersionCommand extends $Command< * @public */ constructor(readonly input: UpdateModelVersionCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -180,7 +175,4 @@ export class UpdateModelVersionCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdateModelVersionCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-frauddetector/src/commands/UpdateModelVersionStatusCommand.ts b/clients/client-frauddetector/src/commands/UpdateModelVersionStatusCommand.ts index 767a0a42f6e0..5907832fb9c6 100644 --- a/clients/client-frauddetector/src/commands/UpdateModelVersionStatusCommand.ts +++ b/clients/client-frauddetector/src/commands/UpdateModelVersionStatusCommand.ts @@ -101,9 +101,6 @@ export class UpdateModelVersionStatusCommand extends $Command< UpdateModelVersionStatusCommandOutput, FraudDetectorClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -117,9 +114,7 @@ export class UpdateModelVersionStatusCommand extends $Command< * @public */ constructor(readonly input: UpdateModelVersionStatusCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -172,7 +167,4 @@ export class UpdateModelVersionStatusCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdateModelVersionStatusCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-frauddetector/src/commands/UpdateRuleMetadataCommand.ts b/clients/client-frauddetector/src/commands/UpdateRuleMetadataCommand.ts index f333353f9d55..da03975451ab 100644 --- a/clients/client-frauddetector/src/commands/UpdateRuleMetadataCommand.ts +++ b/clients/client-frauddetector/src/commands/UpdateRuleMetadataCommand.ts @@ -91,9 +91,6 @@ export class UpdateRuleMetadataCommand extends $Command< UpdateRuleMetadataCommandOutput, FraudDetectorClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -107,9 +104,7 @@ export class UpdateRuleMetadataCommand extends $Command< * @public */ constructor(readonly input: UpdateRuleMetadataCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -162,7 +157,4 @@ export class UpdateRuleMetadataCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdateRuleMetadataCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-frauddetector/src/commands/UpdateRuleVersionCommand.ts b/clients/client-frauddetector/src/commands/UpdateRuleVersionCommand.ts index 9af8d3592a0b..746977eee57f 100644 --- a/clients/client-frauddetector/src/commands/UpdateRuleVersionCommand.ts +++ b/clients/client-frauddetector/src/commands/UpdateRuleVersionCommand.ts @@ -112,9 +112,6 @@ export class UpdateRuleVersionCommand extends $Command< UpdateRuleVersionCommandOutput, FraudDetectorClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -128,9 +125,7 @@ export class UpdateRuleVersionCommand extends $Command< * @public */ constructor(readonly input: UpdateRuleVersionCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -183,7 +178,4 @@ export class UpdateRuleVersionCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdateRuleVersionCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-frauddetector/src/commands/UpdateVariableCommand.ts b/clients/client-frauddetector/src/commands/UpdateVariableCommand.ts index d0b81005ad80..754f0d322b87 100644 --- a/clients/client-frauddetector/src/commands/UpdateVariableCommand.ts +++ b/clients/client-frauddetector/src/commands/UpdateVariableCommand.ts @@ -89,9 +89,6 @@ export class UpdateVariableCommand extends $Command< UpdateVariableCommandOutput, FraudDetectorClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -105,9 +102,7 @@ export class UpdateVariableCommand extends $Command< * @public */ constructor(readonly input: UpdateVariableCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -160,7 +155,4 @@ export class UpdateVariableCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdateVariableCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-fsx/package.json b/clients/client-fsx/package.json index a855ee5651e1..f112881a1902 100644 --- a/clients/client-fsx/package.json +++ b/clients/client-fsx/package.json @@ -34,29 +34,29 @@ "@aws-sdk/util-endpoints": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@smithy/config-resolver": "^2.0.16", - "@smithy/fetch-http-handler": "^2.2.4", - "@smithy/hash-node": "^2.0.12", - "@smithy/invalid-dependency": "^2.0.12", - "@smithy/middleware-content-length": "^2.0.14", - "@smithy/middleware-endpoint": "^2.1.3", - "@smithy/middleware-retry": "^2.0.18", - "@smithy/middleware-serde": "^2.0.12", - "@smithy/middleware-stack": "^2.0.6", - "@smithy/node-config-provider": "^2.1.3", - "@smithy/node-http-handler": "^2.1.8", - "@smithy/protocol-http": "^3.0.8", - "@smithy/smithy-client": "^2.1.12", - "@smithy/types": "^2.4.0", - "@smithy/url-parser": "^2.0.12", - "@smithy/util-base64": "^2.0.0", + "@smithy/config-resolver": "^2.0.18", + "@smithy/fetch-http-handler": "^2.2.6", + "@smithy/hash-node": "^2.0.15", + "@smithy/invalid-dependency": "^2.0.13", + "@smithy/middleware-content-length": "^2.0.15", + "@smithy/middleware-endpoint": "^2.2.0", + "@smithy/middleware-retry": "^2.0.20", + "@smithy/middleware-serde": "^2.0.13", + "@smithy/middleware-stack": "^2.0.7", + "@smithy/node-config-provider": "^2.1.5", + "@smithy/node-http-handler": "^2.1.9", + "@smithy/protocol-http": "^3.0.9", + "@smithy/smithy-client": "^2.1.15", + "@smithy/types": "^2.5.0", + "@smithy/url-parser": "^2.0.13", + "@smithy/util-base64": "^2.0.1", "@smithy/util-body-length-browser": "^2.0.0", "@smithy/util-body-length-node": "^2.1.0", - "@smithy/util-defaults-mode-browser": "^2.0.16", - "@smithy/util-defaults-mode-node": "^2.0.21", - "@smithy/util-endpoints": "^1.0.2", - "@smithy/util-retry": "^2.0.5", - "@smithy/util-utf8": "^2.0.0", + "@smithy/util-defaults-mode-browser": "^2.0.19", + "@smithy/util-defaults-mode-node": "^2.0.25", + "@smithy/util-endpoints": "^1.0.4", + "@smithy/util-retry": "^2.0.6", + "@smithy/util-utf8": "^2.0.2", "tslib": "^2.5.0", "uuid": "^8.3.2" }, diff --git a/clients/client-fsx/src/commands/AssociateFileSystemAliasesCommand.ts b/clients/client-fsx/src/commands/AssociateFileSystemAliasesCommand.ts index 0e5a1522154b..3f3220d99de5 100644 --- a/clients/client-fsx/src/commands/AssociateFileSystemAliasesCommand.ts +++ b/clients/client-fsx/src/commands/AssociateFileSystemAliasesCommand.ts @@ -98,9 +98,6 @@ export class AssociateFileSystemAliasesCommand extends $Command< AssociateFileSystemAliasesCommandOutput, FSxClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -114,9 +111,7 @@ export class AssociateFileSystemAliasesCommand extends $Command< * @public */ constructor(readonly input: AssociateFileSystemAliasesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -172,7 +167,4 @@ export class AssociateFileSystemAliasesCommand extends $Command< ): Promise { return de_AssociateFileSystemAliasesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-fsx/src/commands/CancelDataRepositoryTaskCommand.ts b/clients/client-fsx/src/commands/CancelDataRepositoryTaskCommand.ts index 94f7f2415b49..4bbbcea4aae0 100644 --- a/clients/client-fsx/src/commands/CancelDataRepositoryTaskCommand.ts +++ b/clients/client-fsx/src/commands/CancelDataRepositoryTaskCommand.ts @@ -101,9 +101,6 @@ export class CancelDataRepositoryTaskCommand extends $Command< CancelDataRepositoryTaskCommandOutput, FSxClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -117,9 +114,7 @@ export class CancelDataRepositoryTaskCommand extends $Command< * @public */ constructor(readonly input: CancelDataRepositoryTaskCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -172,7 +167,4 @@ export class CancelDataRepositoryTaskCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CancelDataRepositoryTaskCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-fsx/src/commands/CopyBackupCommand.ts b/clients/client-fsx/src/commands/CopyBackupCommand.ts index 5abc3eafae85..bb20cc93466c 100644 --- a/clients/client-fsx/src/commands/CopyBackupCommand.ts +++ b/clients/client-fsx/src/commands/CopyBackupCommand.ts @@ -732,9 +732,6 @@ export class CopyBackupCommand extends $Command< CopyBackupCommandOutput, FSxClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -748,9 +745,7 @@ export class CopyBackupCommand extends $Command< * @public */ constructor(readonly input: CopyBackupCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -801,7 +796,4 @@ export class CopyBackupCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CopyBackupCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-fsx/src/commands/CreateBackupCommand.ts b/clients/client-fsx/src/commands/CreateBackupCommand.ts index 228a970e5677..fe92e029cfc2 100644 --- a/clients/client-fsx/src/commands/CreateBackupCommand.ts +++ b/clients/client-fsx/src/commands/CreateBackupCommand.ts @@ -754,9 +754,6 @@ export class CreateBackupCommand extends $Command< CreateBackupCommandOutput, FSxClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -770,9 +767,7 @@ export class CreateBackupCommand extends $Command< * @public */ constructor(readonly input: CreateBackupCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -823,7 +818,4 @@ export class CreateBackupCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateBackupCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-fsx/src/commands/CreateDataRepositoryAssociationCommand.ts b/clients/client-fsx/src/commands/CreateDataRepositoryAssociationCommand.ts index 5cce7cfa8e4f..8ffed5219d5d 100644 --- a/clients/client-fsx/src/commands/CreateDataRepositoryAssociationCommand.ts +++ b/clients/client-fsx/src/commands/CreateDataRepositoryAssociationCommand.ts @@ -183,9 +183,6 @@ export class CreateDataRepositoryAssociationCommand extends $Command< CreateDataRepositoryAssociationCommandOutput, FSxClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -199,9 +196,7 @@ export class CreateDataRepositoryAssociationCommand extends $Command< * @public */ constructor(readonly input: CreateDataRepositoryAssociationCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -260,7 +255,4 @@ export class CreateDataRepositoryAssociationCommand extends $Command< ): Promise { return de_CreateDataRepositoryAssociationCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-fsx/src/commands/CreateDataRepositoryTaskCommand.ts b/clients/client-fsx/src/commands/CreateDataRepositoryTaskCommand.ts index 08f17ee8605f..49de9a4a1548 100644 --- a/clients/client-fsx/src/commands/CreateDataRepositoryTaskCommand.ts +++ b/clients/client-fsx/src/commands/CreateDataRepositoryTaskCommand.ts @@ -175,9 +175,6 @@ export class CreateDataRepositoryTaskCommand extends $Command< CreateDataRepositoryTaskCommandOutput, FSxClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -191,9 +188,7 @@ export class CreateDataRepositoryTaskCommand extends $Command< * @public */ constructor(readonly input: CreateDataRepositoryTaskCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -246,7 +241,4 @@ export class CreateDataRepositoryTaskCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateDataRepositoryTaskCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-fsx/src/commands/CreateFileCacheCommand.ts b/clients/client-fsx/src/commands/CreateFileCacheCommand.ts index 72da2b059ee4..0d65e5eaf8e6 100644 --- a/clients/client-fsx/src/commands/CreateFileCacheCommand.ts +++ b/clients/client-fsx/src/commands/CreateFileCacheCommand.ts @@ -201,9 +201,6 @@ export class CreateFileCacheCommand extends $Command< CreateFileCacheCommandOutput, FSxClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -217,9 +214,7 @@ export class CreateFileCacheCommand extends $Command< * @public */ constructor(readonly input: CreateFileCacheCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -272,7 +267,4 @@ export class CreateFileCacheCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateFileCacheCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-fsx/src/commands/CreateFileSystemCommand.ts b/clients/client-fsx/src/commands/CreateFileSystemCommand.ts index 61033abe8c9d..3854be97b933 100644 --- a/clients/client-fsx/src/commands/CreateFileSystemCommand.ts +++ b/clients/client-fsx/src/commands/CreateFileSystemCommand.ts @@ -885,9 +885,6 @@ export class CreateFileSystemCommand extends $Command< CreateFileSystemCommandOutput, FSxClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -901,9 +898,7 @@ export class CreateFileSystemCommand extends $Command< * @public */ constructor(readonly input: CreateFileSystemCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -956,7 +951,4 @@ export class CreateFileSystemCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateFileSystemCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-fsx/src/commands/CreateFileSystemFromBackupCommand.ts b/clients/client-fsx/src/commands/CreateFileSystemFromBackupCommand.ts index 5ca4b9231ada..54b22c7f716e 100644 --- a/clients/client-fsx/src/commands/CreateFileSystemFromBackupCommand.ts +++ b/clients/client-fsx/src/commands/CreateFileSystemFromBackupCommand.ts @@ -835,9 +835,6 @@ export class CreateFileSystemFromBackupCommand extends $Command< CreateFileSystemFromBackupCommandOutput, FSxClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -851,9 +848,7 @@ export class CreateFileSystemFromBackupCommand extends $Command< * @public */ constructor(readonly input: CreateFileSystemFromBackupCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -909,7 +904,4 @@ export class CreateFileSystemFromBackupCommand extends $Command< ): Promise { return de_CreateFileSystemFromBackupCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-fsx/src/commands/CreateSnapshotCommand.ts b/clients/client-fsx/src/commands/CreateSnapshotCommand.ts index 60517e45a6b1..4ba9ff387c07 100644 --- a/clients/client-fsx/src/commands/CreateSnapshotCommand.ts +++ b/clients/client-fsx/src/commands/CreateSnapshotCommand.ts @@ -644,9 +644,6 @@ export class CreateSnapshotCommand extends $Command< CreateSnapshotCommandOutput, FSxClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -660,9 +657,7 @@ export class CreateSnapshotCommand extends $Command< * @public */ constructor(readonly input: CreateSnapshotCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -715,7 +710,4 @@ export class CreateSnapshotCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateSnapshotCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-fsx/src/commands/CreateStorageVirtualMachineCommand.ts b/clients/client-fsx/src/commands/CreateStorageVirtualMachineCommand.ts index 47f8140b5890..19021593b0a0 100644 --- a/clients/client-fsx/src/commands/CreateStorageVirtualMachineCommand.ts +++ b/clients/client-fsx/src/commands/CreateStorageVirtualMachineCommand.ts @@ -180,9 +180,6 @@ export class CreateStorageVirtualMachineCommand extends $Command< CreateStorageVirtualMachineCommandOutput, FSxClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -196,9 +193,7 @@ export class CreateStorageVirtualMachineCommand extends $Command< * @public */ constructor(readonly input: CreateStorageVirtualMachineCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -254,7 +249,4 @@ export class CreateStorageVirtualMachineCommand extends $Command< ): Promise { return de_CreateStorageVirtualMachineCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-fsx/src/commands/CreateVolumeCommand.ts b/clients/client-fsx/src/commands/CreateVolumeCommand.ts index 950e99f43921..2a267ae1214e 100644 --- a/clients/client-fsx/src/commands/CreateVolumeCommand.ts +++ b/clients/client-fsx/src/commands/CreateVolumeCommand.ts @@ -697,9 +697,6 @@ export class CreateVolumeCommand extends $Command< CreateVolumeCommandOutput, FSxClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -713,9 +710,7 @@ export class CreateVolumeCommand extends $Command< * @public */ constructor(readonly input: CreateVolumeCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -766,7 +761,4 @@ export class CreateVolumeCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateVolumeCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-fsx/src/commands/CreateVolumeFromBackupCommand.ts b/clients/client-fsx/src/commands/CreateVolumeFromBackupCommand.ts index fd97dd1cf7e1..16810cc65421 100644 --- a/clients/client-fsx/src/commands/CreateVolumeFromBackupCommand.ts +++ b/clients/client-fsx/src/commands/CreateVolumeFromBackupCommand.ts @@ -670,9 +670,6 @@ export class CreateVolumeFromBackupCommand extends $Command< CreateVolumeFromBackupCommandOutput, FSxClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -686,9 +683,7 @@ export class CreateVolumeFromBackupCommand extends $Command< * @public */ constructor(readonly input: CreateVolumeFromBackupCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -741,7 +736,4 @@ export class CreateVolumeFromBackupCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateVolumeFromBackupCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-fsx/src/commands/DeleteBackupCommand.ts b/clients/client-fsx/src/commands/DeleteBackupCommand.ts index 86818d11bdcd..d120055e2ee3 100644 --- a/clients/client-fsx/src/commands/DeleteBackupCommand.ts +++ b/clients/client-fsx/src/commands/DeleteBackupCommand.ts @@ -121,9 +121,6 @@ export class DeleteBackupCommand extends $Command< DeleteBackupCommandOutput, FSxClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -137,9 +134,7 @@ export class DeleteBackupCommand extends $Command< * @public */ constructor(readonly input: DeleteBackupCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -190,7 +185,4 @@ export class DeleteBackupCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteBackupCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-fsx/src/commands/DeleteDataRepositoryAssociationCommand.ts b/clients/client-fsx/src/commands/DeleteDataRepositoryAssociationCommand.ts index c4ea7863563c..3a350d1262bf 100644 --- a/clients/client-fsx/src/commands/DeleteDataRepositoryAssociationCommand.ts +++ b/clients/client-fsx/src/commands/DeleteDataRepositoryAssociationCommand.ts @@ -103,9 +103,6 @@ export class DeleteDataRepositoryAssociationCommand extends $Command< DeleteDataRepositoryAssociationCommandOutput, FSxClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -119,9 +116,7 @@ export class DeleteDataRepositoryAssociationCommand extends $Command< * @public */ constructor(readonly input: DeleteDataRepositoryAssociationCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -180,7 +175,4 @@ export class DeleteDataRepositoryAssociationCommand extends $Command< ): Promise { return de_DeleteDataRepositoryAssociationCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-fsx/src/commands/DeleteFileCacheCommand.ts b/clients/client-fsx/src/commands/DeleteFileCacheCommand.ts index 26df2f3c589a..2801765bbd25 100644 --- a/clients/client-fsx/src/commands/DeleteFileCacheCommand.ts +++ b/clients/client-fsx/src/commands/DeleteFileCacheCommand.ts @@ -101,9 +101,6 @@ export class DeleteFileCacheCommand extends $Command< DeleteFileCacheCommandOutput, FSxClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -117,9 +114,7 @@ export class DeleteFileCacheCommand extends $Command< * @public */ constructor(readonly input: DeleteFileCacheCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -172,7 +167,4 @@ export class DeleteFileCacheCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteFileCacheCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-fsx/src/commands/DeleteFileSystemCommand.ts b/clients/client-fsx/src/commands/DeleteFileSystemCommand.ts index cba7eb031311..9d5e7256702c 100644 --- a/clients/client-fsx/src/commands/DeleteFileSystemCommand.ts +++ b/clients/client-fsx/src/commands/DeleteFileSystemCommand.ts @@ -200,9 +200,6 @@ export class DeleteFileSystemCommand extends $Command< DeleteFileSystemCommandOutput, FSxClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -216,9 +213,7 @@ export class DeleteFileSystemCommand extends $Command< * @public */ constructor(readonly input: DeleteFileSystemCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -271,7 +266,4 @@ export class DeleteFileSystemCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteFileSystemCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-fsx/src/commands/DeleteSnapshotCommand.ts b/clients/client-fsx/src/commands/DeleteSnapshotCommand.ts index 71ba940448b3..c3e92e8b23c5 100644 --- a/clients/client-fsx/src/commands/DeleteSnapshotCommand.ts +++ b/clients/client-fsx/src/commands/DeleteSnapshotCommand.ts @@ -85,9 +85,6 @@ export class DeleteSnapshotCommand extends $Command< DeleteSnapshotCommandOutput, FSxClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -101,9 +98,7 @@ export class DeleteSnapshotCommand extends $Command< * @public */ constructor(readonly input: DeleteSnapshotCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -156,7 +151,4 @@ export class DeleteSnapshotCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteSnapshotCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-fsx/src/commands/DeleteStorageVirtualMachineCommand.ts b/clients/client-fsx/src/commands/DeleteStorageVirtualMachineCommand.ts index ffde28b5e01b..fea62b213fb4 100644 --- a/clients/client-fsx/src/commands/DeleteStorageVirtualMachineCommand.ts +++ b/clients/client-fsx/src/commands/DeleteStorageVirtualMachineCommand.ts @@ -89,9 +89,6 @@ export class DeleteStorageVirtualMachineCommand extends $Command< DeleteStorageVirtualMachineCommandOutput, FSxClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -105,9 +102,7 @@ export class DeleteStorageVirtualMachineCommand extends $Command< * @public */ constructor(readonly input: DeleteStorageVirtualMachineCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -163,7 +158,4 @@ export class DeleteStorageVirtualMachineCommand extends $Command< ): Promise { return de_DeleteStorageVirtualMachineCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-fsx/src/commands/DeleteVolumeCommand.ts b/clients/client-fsx/src/commands/DeleteVolumeCommand.ts index 3124b6655ce9..1aa4568359a8 100644 --- a/clients/client-fsx/src/commands/DeleteVolumeCommand.ts +++ b/clients/client-fsx/src/commands/DeleteVolumeCommand.ts @@ -115,9 +115,6 @@ export class DeleteVolumeCommand extends $Command< DeleteVolumeCommandOutput, FSxClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -131,9 +128,7 @@ export class DeleteVolumeCommand extends $Command< * @public */ constructor(readonly input: DeleteVolumeCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -184,7 +179,4 @@ export class DeleteVolumeCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteVolumeCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-fsx/src/commands/DescribeBackupsCommand.ts b/clients/client-fsx/src/commands/DescribeBackupsCommand.ts index dca9afd4ec6a..87cfb577c9f2 100644 --- a/clients/client-fsx/src/commands/DescribeBackupsCommand.ts +++ b/clients/client-fsx/src/commands/DescribeBackupsCommand.ts @@ -715,9 +715,6 @@ export class DescribeBackupsCommand extends $Command< DescribeBackupsCommandOutput, FSxClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -731,9 +728,7 @@ export class DescribeBackupsCommand extends $Command< * @public */ constructor(readonly input: DescribeBackupsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -786,7 +781,4 @@ export class DescribeBackupsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DescribeBackupsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-fsx/src/commands/DescribeDataRepositoryAssociationsCommand.ts b/clients/client-fsx/src/commands/DescribeDataRepositoryAssociationsCommand.ts index f63a2bc2ec69..d23e29fdcf9a 100644 --- a/clients/client-fsx/src/commands/DescribeDataRepositoryAssociationsCommand.ts +++ b/clients/client-fsx/src/commands/DescribeDataRepositoryAssociationsCommand.ts @@ -173,9 +173,6 @@ export class DescribeDataRepositoryAssociationsCommand extends $Command< DescribeDataRepositoryAssociationsCommandOutput, FSxClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -189,9 +186,7 @@ export class DescribeDataRepositoryAssociationsCommand extends $Command< * @public */ constructor(readonly input: DescribeDataRepositoryAssociationsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -250,7 +245,4 @@ export class DescribeDataRepositoryAssociationsCommand extends $Command< ): Promise { return de_DescribeDataRepositoryAssociationsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-fsx/src/commands/DescribeDataRepositoryTasksCommand.ts b/clients/client-fsx/src/commands/DescribeDataRepositoryTasksCommand.ts index 3b5f50ce5f42..7627bba71f2c 100644 --- a/clients/client-fsx/src/commands/DescribeDataRepositoryTasksCommand.ts +++ b/clients/client-fsx/src/commands/DescribeDataRepositoryTasksCommand.ts @@ -150,9 +150,6 @@ export class DescribeDataRepositoryTasksCommand extends $Command< DescribeDataRepositoryTasksCommandOutput, FSxClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -166,9 +163,7 @@ export class DescribeDataRepositoryTasksCommand extends $Command< * @public */ constructor(readonly input: DescribeDataRepositoryTasksCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -224,7 +219,4 @@ export class DescribeDataRepositoryTasksCommand extends $Command< ): Promise { return de_DescribeDataRepositoryTasksCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-fsx/src/commands/DescribeFileCachesCommand.ts b/clients/client-fsx/src/commands/DescribeFileCachesCommand.ts index 9d2bfcc61469..37c3e82c7b55 100644 --- a/clients/client-fsx/src/commands/DescribeFileCachesCommand.ts +++ b/clients/client-fsx/src/commands/DescribeFileCachesCommand.ts @@ -150,9 +150,6 @@ export class DescribeFileCachesCommand extends $Command< DescribeFileCachesCommandOutput, FSxClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -166,9 +163,7 @@ export class DescribeFileCachesCommand extends $Command< * @public */ constructor(readonly input: DescribeFileCachesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -221,7 +216,4 @@ export class DescribeFileCachesCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DescribeFileCachesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-fsx/src/commands/DescribeFileSystemAliasesCommand.ts b/clients/client-fsx/src/commands/DescribeFileSystemAliasesCommand.ts index 64e003dff214..5606f43e49b9 100644 --- a/clients/client-fsx/src/commands/DescribeFileSystemAliasesCommand.ts +++ b/clients/client-fsx/src/commands/DescribeFileSystemAliasesCommand.ts @@ -90,9 +90,6 @@ export class DescribeFileSystemAliasesCommand extends $Command< DescribeFileSystemAliasesCommandOutput, FSxClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -106,9 +103,7 @@ export class DescribeFileSystemAliasesCommand extends $Command< * @public */ constructor(readonly input: DescribeFileSystemAliasesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -164,7 +159,4 @@ export class DescribeFileSystemAliasesCommand extends $Command< ): Promise { return de_DescribeFileSystemAliasesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-fsx/src/commands/DescribeFileSystemsCommand.ts b/clients/client-fsx/src/commands/DescribeFileSystemsCommand.ts index a6f756c91dd7..25a00719d77e 100644 --- a/clients/client-fsx/src/commands/DescribeFileSystemsCommand.ts +++ b/clients/client-fsx/src/commands/DescribeFileSystemsCommand.ts @@ -686,9 +686,6 @@ export class DescribeFileSystemsCommand extends $Command< DescribeFileSystemsCommandOutput, FSxClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -702,9 +699,7 @@ export class DescribeFileSystemsCommand extends $Command< * @public */ constructor(readonly input: DescribeFileSystemsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -757,7 +752,4 @@ export class DescribeFileSystemsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DescribeFileSystemsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-fsx/src/commands/DescribeSnapshotsCommand.ts b/clients/client-fsx/src/commands/DescribeSnapshotsCommand.ts index fdcb93cfbd7a..13b5d9c41ffc 100644 --- a/clients/client-fsx/src/commands/DescribeSnapshotsCommand.ts +++ b/clients/client-fsx/src/commands/DescribeSnapshotsCommand.ts @@ -646,9 +646,6 @@ export class DescribeSnapshotsCommand extends $Command< DescribeSnapshotsCommandOutput, FSxClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -662,9 +659,7 @@ export class DescribeSnapshotsCommand extends $Command< * @public */ constructor(readonly input: DescribeSnapshotsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -717,7 +712,4 @@ export class DescribeSnapshotsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DescribeSnapshotsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-fsx/src/commands/DescribeStorageVirtualMachinesCommand.ts b/clients/client-fsx/src/commands/DescribeStorageVirtualMachinesCommand.ts index 1e72ad2ca1b3..8b76d109320c 100644 --- a/clients/client-fsx/src/commands/DescribeStorageVirtualMachinesCommand.ts +++ b/clients/client-fsx/src/commands/DescribeStorageVirtualMachinesCommand.ts @@ -156,9 +156,6 @@ export class DescribeStorageVirtualMachinesCommand extends $Command< DescribeStorageVirtualMachinesCommandOutput, FSxClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -172,9 +169,7 @@ export class DescribeStorageVirtualMachinesCommand extends $Command< * @public */ constructor(readonly input: DescribeStorageVirtualMachinesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -233,7 +228,4 @@ export class DescribeStorageVirtualMachinesCommand extends $Command< ): Promise { return de_DescribeStorageVirtualMachinesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-fsx/src/commands/DescribeVolumesCommand.ts b/clients/client-fsx/src/commands/DescribeVolumesCommand.ts index bfbcf9e3f69f..3b085a4f6e34 100644 --- a/clients/client-fsx/src/commands/DescribeVolumesCommand.ts +++ b/clients/client-fsx/src/commands/DescribeVolumesCommand.ts @@ -621,9 +621,6 @@ export class DescribeVolumesCommand extends $Command< DescribeVolumesCommandOutput, FSxClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -637,9 +634,7 @@ export class DescribeVolumesCommand extends $Command< * @public */ constructor(readonly input: DescribeVolumesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -692,7 +687,4 @@ export class DescribeVolumesCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DescribeVolumesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-fsx/src/commands/DisassociateFileSystemAliasesCommand.ts b/clients/client-fsx/src/commands/DisassociateFileSystemAliasesCommand.ts index 7f1f31f88dd0..daea3c7f9a21 100644 --- a/clients/client-fsx/src/commands/DisassociateFileSystemAliasesCommand.ts +++ b/clients/client-fsx/src/commands/DisassociateFileSystemAliasesCommand.ts @@ -101,9 +101,6 @@ export class DisassociateFileSystemAliasesCommand extends $Command< DisassociateFileSystemAliasesCommandOutput, FSxClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -117,9 +114,7 @@ export class DisassociateFileSystemAliasesCommand extends $Command< * @public */ constructor(readonly input: DisassociateFileSystemAliasesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -175,7 +170,4 @@ export class DisassociateFileSystemAliasesCommand extends $Command< ): Promise { return de_DisassociateFileSystemAliasesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-fsx/src/commands/ListTagsForResourceCommand.ts b/clients/client-fsx/src/commands/ListTagsForResourceCommand.ts index 1f110c93819d..6704d4184855 100644 --- a/clients/client-fsx/src/commands/ListTagsForResourceCommand.ts +++ b/clients/client-fsx/src/commands/ListTagsForResourceCommand.ts @@ -138,9 +138,6 @@ export class ListTagsForResourceCommand extends $Command< ListTagsForResourceCommandOutput, FSxClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -154,9 +151,7 @@ export class ListTagsForResourceCommand extends $Command< * @public */ constructor(readonly input: ListTagsForResourceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -209,7 +204,4 @@ export class ListTagsForResourceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListTagsForResourceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-fsx/src/commands/ReleaseFileSystemNfsV3LocksCommand.ts b/clients/client-fsx/src/commands/ReleaseFileSystemNfsV3LocksCommand.ts index f3aab821bee8..9ee3352680b9 100644 --- a/clients/client-fsx/src/commands/ReleaseFileSystemNfsV3LocksCommand.ts +++ b/clients/client-fsx/src/commands/ReleaseFileSystemNfsV3LocksCommand.ts @@ -620,9 +620,6 @@ export class ReleaseFileSystemNfsV3LocksCommand extends $Command< ReleaseFileSystemNfsV3LocksCommandOutput, FSxClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -636,9 +633,7 @@ export class ReleaseFileSystemNfsV3LocksCommand extends $Command< * @public */ constructor(readonly input: ReleaseFileSystemNfsV3LocksCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -694,7 +689,4 @@ export class ReleaseFileSystemNfsV3LocksCommand extends $Command< ): Promise { return de_ReleaseFileSystemNfsV3LocksCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-fsx/src/commands/RestoreVolumeFromSnapshotCommand.ts b/clients/client-fsx/src/commands/RestoreVolumeFromSnapshotCommand.ts index d3c77c2ee042..b6ba4c82ea48 100644 --- a/clients/client-fsx/src/commands/RestoreVolumeFromSnapshotCommand.ts +++ b/clients/client-fsx/src/commands/RestoreVolumeFromSnapshotCommand.ts @@ -630,9 +630,6 @@ export class RestoreVolumeFromSnapshotCommand extends $Command< RestoreVolumeFromSnapshotCommandOutput, FSxClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -646,9 +643,7 @@ export class RestoreVolumeFromSnapshotCommand extends $Command< * @public */ constructor(readonly input: RestoreVolumeFromSnapshotCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -704,7 +699,4 @@ export class RestoreVolumeFromSnapshotCommand extends $Command< ): Promise { return de_RestoreVolumeFromSnapshotCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-fsx/src/commands/StartMisconfiguredStateRecoveryCommand.ts b/clients/client-fsx/src/commands/StartMisconfiguredStateRecoveryCommand.ts index 77d098d5ce9f..1eee32b822e4 100644 --- a/clients/client-fsx/src/commands/StartMisconfiguredStateRecoveryCommand.ts +++ b/clients/client-fsx/src/commands/StartMisconfiguredStateRecoveryCommand.ts @@ -614,9 +614,6 @@ export class StartMisconfiguredStateRecoveryCommand extends $Command< StartMisconfiguredStateRecoveryCommandOutput, FSxClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -630,9 +627,7 @@ export class StartMisconfiguredStateRecoveryCommand extends $Command< * @public */ constructor(readonly input: StartMisconfiguredStateRecoveryCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -691,7 +686,4 @@ export class StartMisconfiguredStateRecoveryCommand extends $Command< ): Promise { return de_StartMisconfiguredStateRecoveryCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-fsx/src/commands/TagResourceCommand.ts b/clients/client-fsx/src/commands/TagResourceCommand.ts index ca1290368878..7481e2470936 100644 --- a/clients/client-fsx/src/commands/TagResourceCommand.ts +++ b/clients/client-fsx/src/commands/TagResourceCommand.ts @@ -107,9 +107,6 @@ export class TagResourceCommand extends $Command< TagResourceCommandOutput, FSxClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -123,9 +120,7 @@ export class TagResourceCommand extends $Command< * @public */ constructor(readonly input: TagResourceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -176,7 +171,4 @@ export class TagResourceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_TagResourceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-fsx/src/commands/UntagResourceCommand.ts b/clients/client-fsx/src/commands/UntagResourceCommand.ts index c9b5ef35d627..1c6a7bd4ae6e 100644 --- a/clients/client-fsx/src/commands/UntagResourceCommand.ts +++ b/clients/client-fsx/src/commands/UntagResourceCommand.ts @@ -101,9 +101,6 @@ export class UntagResourceCommand extends $Command< UntagResourceCommandOutput, FSxClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -117,9 +114,7 @@ export class UntagResourceCommand extends $Command< * @public */ constructor(readonly input: UntagResourceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -170,7 +165,4 @@ export class UntagResourceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UntagResourceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-fsx/src/commands/UpdateDataRepositoryAssociationCommand.ts b/clients/client-fsx/src/commands/UpdateDataRepositoryAssociationCommand.ts index 6a5a6b5551a9..fde9f04d9dd3 100644 --- a/clients/client-fsx/src/commands/UpdateDataRepositoryAssociationCommand.ts +++ b/clients/client-fsx/src/commands/UpdateDataRepositoryAssociationCommand.ts @@ -157,9 +157,6 @@ export class UpdateDataRepositoryAssociationCommand extends $Command< UpdateDataRepositoryAssociationCommandOutput, FSxClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -173,9 +170,7 @@ export class UpdateDataRepositoryAssociationCommand extends $Command< * @public */ constructor(readonly input: UpdateDataRepositoryAssociationCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -234,7 +229,4 @@ export class UpdateDataRepositoryAssociationCommand extends $Command< ): Promise { return de_UpdateDataRepositoryAssociationCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-fsx/src/commands/UpdateFileCacheCommand.ts b/clients/client-fsx/src/commands/UpdateFileCacheCommand.ts index c8846cb346f6..330ff4952215 100644 --- a/clients/client-fsx/src/commands/UpdateFileCacheCommand.ts +++ b/clients/client-fsx/src/commands/UpdateFileCacheCommand.ts @@ -136,9 +136,6 @@ export class UpdateFileCacheCommand extends $Command< UpdateFileCacheCommandOutput, FSxClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -152,9 +149,7 @@ export class UpdateFileCacheCommand extends $Command< * @public */ constructor(readonly input: UpdateFileCacheCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -207,7 +202,4 @@ export class UpdateFileCacheCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdateFileCacheCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-fsx/src/commands/UpdateFileSystemCommand.ts b/clients/client-fsx/src/commands/UpdateFileSystemCommand.ts index 4a13464bbf74..dbb9c5e7d6dc 100644 --- a/clients/client-fsx/src/commands/UpdateFileSystemCommand.ts +++ b/clients/client-fsx/src/commands/UpdateFileSystemCommand.ts @@ -949,9 +949,6 @@ export class UpdateFileSystemCommand extends $Command< UpdateFileSystemCommandOutput, FSxClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -965,9 +962,7 @@ export class UpdateFileSystemCommand extends $Command< * @public */ constructor(readonly input: UpdateFileSystemCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -1020,7 +1015,4 @@ export class UpdateFileSystemCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdateFileSystemCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-fsx/src/commands/UpdateSnapshotCommand.ts b/clients/client-fsx/src/commands/UpdateSnapshotCommand.ts index 682098efb9d8..a406432d369e 100644 --- a/clients/client-fsx/src/commands/UpdateSnapshotCommand.ts +++ b/clients/client-fsx/src/commands/UpdateSnapshotCommand.ts @@ -607,9 +607,6 @@ export class UpdateSnapshotCommand extends $Command< UpdateSnapshotCommandOutput, FSxClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -623,9 +620,7 @@ export class UpdateSnapshotCommand extends $Command< * @public */ constructor(readonly input: UpdateSnapshotCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -678,7 +673,4 @@ export class UpdateSnapshotCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdateSnapshotCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-fsx/src/commands/UpdateStorageVirtualMachineCommand.ts b/clients/client-fsx/src/commands/UpdateStorageVirtualMachineCommand.ts index aa2f6eb28be9..9c338e7da530 100644 --- a/clients/client-fsx/src/commands/UpdateStorageVirtualMachineCommand.ts +++ b/clients/client-fsx/src/commands/UpdateStorageVirtualMachineCommand.ts @@ -165,9 +165,6 @@ export class UpdateStorageVirtualMachineCommand extends $Command< UpdateStorageVirtualMachineCommandOutput, FSxClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -181,9 +178,7 @@ export class UpdateStorageVirtualMachineCommand extends $Command< * @public */ constructor(readonly input: UpdateStorageVirtualMachineCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -239,7 +234,4 @@ export class UpdateStorageVirtualMachineCommand extends $Command< ): Promise { return de_UpdateStorageVirtualMachineCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-fsx/src/commands/UpdateVolumeCommand.ts b/clients/client-fsx/src/commands/UpdateVolumeCommand.ts index d4d76cbe2c7b..5810c22b196a 100644 --- a/clients/client-fsx/src/commands/UpdateVolumeCommand.ts +++ b/clients/client-fsx/src/commands/UpdateVolumeCommand.ts @@ -672,9 +672,6 @@ export class UpdateVolumeCommand extends $Command< UpdateVolumeCommandOutput, FSxClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -688,9 +685,7 @@ export class UpdateVolumeCommand extends $Command< * @public */ constructor(readonly input: UpdateVolumeCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -741,7 +736,4 @@ export class UpdateVolumeCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdateVolumeCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-gamelift/package.json b/clients/client-gamelift/package.json index af87f9616285..17d88e47b307 100644 --- a/clients/client-gamelift/package.json +++ b/clients/client-gamelift/package.json @@ -34,29 +34,29 @@ "@aws-sdk/util-endpoints": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@smithy/config-resolver": "^2.0.16", - "@smithy/fetch-http-handler": "^2.2.4", - "@smithy/hash-node": "^2.0.12", - "@smithy/invalid-dependency": "^2.0.12", - "@smithy/middleware-content-length": "^2.0.14", - "@smithy/middleware-endpoint": "^2.1.3", - "@smithy/middleware-retry": "^2.0.18", - "@smithy/middleware-serde": "^2.0.12", - "@smithy/middleware-stack": "^2.0.6", - "@smithy/node-config-provider": "^2.1.3", - "@smithy/node-http-handler": "^2.1.8", - "@smithy/protocol-http": "^3.0.8", - "@smithy/smithy-client": "^2.1.12", - "@smithy/types": "^2.4.0", - "@smithy/url-parser": "^2.0.12", - "@smithy/util-base64": "^2.0.0", + "@smithy/config-resolver": "^2.0.18", + "@smithy/fetch-http-handler": "^2.2.6", + "@smithy/hash-node": "^2.0.15", + "@smithy/invalid-dependency": "^2.0.13", + "@smithy/middleware-content-length": "^2.0.15", + "@smithy/middleware-endpoint": "^2.2.0", + "@smithy/middleware-retry": "^2.0.20", + "@smithy/middleware-serde": "^2.0.13", + "@smithy/middleware-stack": "^2.0.7", + "@smithy/node-config-provider": "^2.1.5", + "@smithy/node-http-handler": "^2.1.9", + "@smithy/protocol-http": "^3.0.9", + "@smithy/smithy-client": "^2.1.15", + "@smithy/types": "^2.5.0", + "@smithy/url-parser": "^2.0.13", + "@smithy/util-base64": "^2.0.1", "@smithy/util-body-length-browser": "^2.0.0", "@smithy/util-body-length-node": "^2.1.0", - "@smithy/util-defaults-mode-browser": "^2.0.16", - "@smithy/util-defaults-mode-node": "^2.0.21", - "@smithy/util-endpoints": "^1.0.2", - "@smithy/util-retry": "^2.0.5", - "@smithy/util-utf8": "^2.0.0", + "@smithy/util-defaults-mode-browser": "^2.0.19", + "@smithy/util-defaults-mode-node": "^2.0.25", + "@smithy/util-endpoints": "^1.0.4", + "@smithy/util-retry": "^2.0.6", + "@smithy/util-utf8": "^2.0.2", "tslib": "^2.5.0" }, "devDependencies": { diff --git a/clients/client-gamelift/src/commands/AcceptMatchCommand.ts b/clients/client-gamelift/src/commands/AcceptMatchCommand.ts index 2ff33ccb2c0b..3b2fbb2d90c8 100644 --- a/clients/client-gamelift/src/commands/AcceptMatchCommand.ts +++ b/clients/client-gamelift/src/commands/AcceptMatchCommand.ts @@ -120,9 +120,6 @@ export class AcceptMatchCommand extends $Command< AcceptMatchCommandOutput, GameLiftClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -136,9 +133,7 @@ export class AcceptMatchCommand extends $Command< * @public */ constructor(readonly input: AcceptMatchCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -189,7 +184,4 @@ export class AcceptMatchCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_AcceptMatchCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-gamelift/src/commands/ClaimGameServerCommand.ts b/clients/client-gamelift/src/commands/ClaimGameServerCommand.ts index 55f719e4affc..1d3f1a7ef9cb 100644 --- a/clients/client-gamelift/src/commands/ClaimGameServerCommand.ts +++ b/clients/client-gamelift/src/commands/ClaimGameServerCommand.ts @@ -156,9 +156,6 @@ export class ClaimGameServerCommand extends $Command< ClaimGameServerCommandOutput, GameLiftClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -172,9 +169,7 @@ export class ClaimGameServerCommand extends $Command< * @public */ constructor(readonly input: ClaimGameServerCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -227,7 +222,4 @@ export class ClaimGameServerCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ClaimGameServerCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-gamelift/src/commands/CreateAliasCommand.ts b/clients/client-gamelift/src/commands/CreateAliasCommand.ts index e44d977c3b9f..42c8b79b3d2e 100644 --- a/clients/client-gamelift/src/commands/CreateAliasCommand.ts +++ b/clients/client-gamelift/src/commands/CreateAliasCommand.ts @@ -139,9 +139,6 @@ export class CreateAliasCommand extends $Command< CreateAliasCommandOutput, GameLiftClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -155,9 +152,7 @@ export class CreateAliasCommand extends $Command< * @public */ constructor(readonly input: CreateAliasCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -208,7 +203,4 @@ export class CreateAliasCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateAliasCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-gamelift/src/commands/CreateBuildCommand.ts b/clients/client-gamelift/src/commands/CreateBuildCommand.ts index 2cb0b01c031d..9ef312f1b95b 100644 --- a/clients/client-gamelift/src/commands/CreateBuildCommand.ts +++ b/clients/client-gamelift/src/commands/CreateBuildCommand.ts @@ -170,9 +170,6 @@ export class CreateBuildCommand extends $Command< CreateBuildCommandOutput, GameLiftClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -186,9 +183,7 @@ export class CreateBuildCommand extends $Command< * @public */ constructor(readonly input: CreateBuildCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -239,7 +234,4 @@ export class CreateBuildCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateBuildCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-gamelift/src/commands/CreateFleetCommand.ts b/clients/client-gamelift/src/commands/CreateFleetCommand.ts index cfa9bfb8f310..95ee5bee5077 100644 --- a/clients/client-gamelift/src/commands/CreateFleetCommand.ts +++ b/clients/client-gamelift/src/commands/CreateFleetCommand.ts @@ -246,9 +246,6 @@ export class CreateFleetCommand extends $Command< CreateFleetCommandOutput, GameLiftClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -262,9 +259,7 @@ export class CreateFleetCommand extends $Command< * @public */ constructor(readonly input: CreateFleetCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -315,7 +310,4 @@ export class CreateFleetCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateFleetCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-gamelift/src/commands/CreateFleetLocationsCommand.ts b/clients/client-gamelift/src/commands/CreateFleetLocationsCommand.ts index e11d8fbf86f8..c10eef4dc5f0 100644 --- a/clients/client-gamelift/src/commands/CreateFleetLocationsCommand.ts +++ b/clients/client-gamelift/src/commands/CreateFleetLocationsCommand.ts @@ -137,9 +137,6 @@ export class CreateFleetLocationsCommand extends $Command< CreateFleetLocationsCommandOutput, GameLiftClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -153,9 +150,7 @@ export class CreateFleetLocationsCommand extends $Command< * @public */ constructor(readonly input: CreateFleetLocationsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -208,7 +203,4 @@ export class CreateFleetLocationsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateFleetLocationsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-gamelift/src/commands/CreateGameServerGroupCommand.ts b/clients/client-gamelift/src/commands/CreateGameServerGroupCommand.ts index 1ab38268859a..f62e188f353a 100644 --- a/clients/client-gamelift/src/commands/CreateGameServerGroupCommand.ts +++ b/clients/client-gamelift/src/commands/CreateGameServerGroupCommand.ts @@ -183,9 +183,6 @@ export class CreateGameServerGroupCommand extends $Command< CreateGameServerGroupCommandOutput, GameLiftClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -199,9 +196,7 @@ export class CreateGameServerGroupCommand extends $Command< * @public */ constructor(readonly input: CreateGameServerGroupCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -254,7 +249,4 @@ export class CreateGameServerGroupCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateGameServerGroupCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-gamelift/src/commands/CreateGameSessionCommand.ts b/clients/client-gamelift/src/commands/CreateGameSessionCommand.ts index 6183a3a82a9d..14e9ad97c9d3 100644 --- a/clients/client-gamelift/src/commands/CreateGameSessionCommand.ts +++ b/clients/client-gamelift/src/commands/CreateGameSessionCommand.ts @@ -203,9 +203,6 @@ export class CreateGameSessionCommand extends $Command< CreateGameSessionCommandOutput, GameLiftClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -219,9 +216,7 @@ export class CreateGameSessionCommand extends $Command< * @public */ constructor(readonly input: CreateGameSessionCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -274,7 +269,4 @@ export class CreateGameSessionCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateGameSessionCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-gamelift/src/commands/CreateGameSessionQueueCommand.ts b/clients/client-gamelift/src/commands/CreateGameSessionQueueCommand.ts index 9c51bc09fd69..33fa6b9a6ad4 100644 --- a/clients/client-gamelift/src/commands/CreateGameSessionQueueCommand.ts +++ b/clients/client-gamelift/src/commands/CreateGameSessionQueueCommand.ts @@ -201,9 +201,6 @@ export class CreateGameSessionQueueCommand extends $Command< CreateGameSessionQueueCommandOutput, GameLiftClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -217,9 +214,7 @@ export class CreateGameSessionQueueCommand extends $Command< * @public */ constructor(readonly input: CreateGameSessionQueueCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -272,7 +267,4 @@ export class CreateGameSessionQueueCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateGameSessionQueueCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-gamelift/src/commands/CreateLocationCommand.ts b/clients/client-gamelift/src/commands/CreateLocationCommand.ts index a2649e455e9b..5c77cbb1222c 100644 --- a/clients/client-gamelift/src/commands/CreateLocationCommand.ts +++ b/clients/client-gamelift/src/commands/CreateLocationCommand.ts @@ -105,9 +105,6 @@ export class CreateLocationCommand extends $Command< CreateLocationCommandOutput, GameLiftClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -121,9 +118,7 @@ export class CreateLocationCommand extends $Command< * @public */ constructor(readonly input: CreateLocationCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -176,7 +171,4 @@ export class CreateLocationCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateLocationCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-gamelift/src/commands/CreateMatchmakingConfigurationCommand.ts b/clients/client-gamelift/src/commands/CreateMatchmakingConfigurationCommand.ts index 13acf8ab9518..c7485195d8c4 100644 --- a/clients/client-gamelift/src/commands/CreateMatchmakingConfigurationCommand.ts +++ b/clients/client-gamelift/src/commands/CreateMatchmakingConfigurationCommand.ts @@ -174,9 +174,6 @@ export class CreateMatchmakingConfigurationCommand extends $Command< CreateMatchmakingConfigurationCommandOutput, GameLiftClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -190,9 +187,7 @@ export class CreateMatchmakingConfigurationCommand extends $Command< * @public */ constructor(readonly input: CreateMatchmakingConfigurationCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -251,7 +246,4 @@ export class CreateMatchmakingConfigurationCommand extends $Command< ): Promise { return de_CreateMatchmakingConfigurationCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-gamelift/src/commands/CreateMatchmakingRuleSetCommand.ts b/clients/client-gamelift/src/commands/CreateMatchmakingRuleSetCommand.ts index 71a51e0a3eaa..e0a47c7c63e0 100644 --- a/clients/client-gamelift/src/commands/CreateMatchmakingRuleSetCommand.ts +++ b/clients/client-gamelift/src/commands/CreateMatchmakingRuleSetCommand.ts @@ -132,9 +132,6 @@ export class CreateMatchmakingRuleSetCommand extends $Command< CreateMatchmakingRuleSetCommandOutput, GameLiftClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -148,9 +145,7 @@ export class CreateMatchmakingRuleSetCommand extends $Command< * @public */ constructor(readonly input: CreateMatchmakingRuleSetCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -203,7 +198,4 @@ export class CreateMatchmakingRuleSetCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateMatchmakingRuleSetCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-gamelift/src/commands/CreatePlayerSessionCommand.ts b/clients/client-gamelift/src/commands/CreatePlayerSessionCommand.ts index 86519a02b1c0..f0d454b71d1c 100644 --- a/clients/client-gamelift/src/commands/CreatePlayerSessionCommand.ts +++ b/clients/client-gamelift/src/commands/CreatePlayerSessionCommand.ts @@ -136,9 +136,6 @@ export class CreatePlayerSessionCommand extends $Command< CreatePlayerSessionCommandOutput, GameLiftClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -152,9 +149,7 @@ export class CreatePlayerSessionCommand extends $Command< * @public */ constructor(readonly input: CreatePlayerSessionCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -207,7 +202,4 @@ export class CreatePlayerSessionCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreatePlayerSessionCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-gamelift/src/commands/CreatePlayerSessionsCommand.ts b/clients/client-gamelift/src/commands/CreatePlayerSessionsCommand.ts index fe91db06affb..11e0b6b7d568 100644 --- a/clients/client-gamelift/src/commands/CreatePlayerSessionsCommand.ts +++ b/clients/client-gamelift/src/commands/CreatePlayerSessionsCommand.ts @@ -143,9 +143,6 @@ export class CreatePlayerSessionsCommand extends $Command< CreatePlayerSessionsCommandOutput, GameLiftClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -159,9 +156,7 @@ export class CreatePlayerSessionsCommand extends $Command< * @public */ constructor(readonly input: CreatePlayerSessionsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -214,7 +209,4 @@ export class CreatePlayerSessionsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreatePlayerSessionsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-gamelift/src/commands/CreateScriptCommand.ts b/clients/client-gamelift/src/commands/CreateScriptCommand.ts index a8233484d219..67eefadb6026 100644 --- a/clients/client-gamelift/src/commands/CreateScriptCommand.ts +++ b/clients/client-gamelift/src/commands/CreateScriptCommand.ts @@ -157,9 +157,6 @@ export class CreateScriptCommand extends $Command< CreateScriptCommandOutput, GameLiftClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -173,9 +170,7 @@ export class CreateScriptCommand extends $Command< * @public */ constructor(readonly input: CreateScriptCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -226,7 +221,4 @@ export class CreateScriptCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateScriptCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-gamelift/src/commands/CreateVpcPeeringAuthorizationCommand.ts b/clients/client-gamelift/src/commands/CreateVpcPeeringAuthorizationCommand.ts index 73b5a5c8ef7b..f42a62f25a2a 100644 --- a/clients/client-gamelift/src/commands/CreateVpcPeeringAuthorizationCommand.ts +++ b/clients/client-gamelift/src/commands/CreateVpcPeeringAuthorizationCommand.ts @@ -122,9 +122,6 @@ export class CreateVpcPeeringAuthorizationCommand extends $Command< CreateVpcPeeringAuthorizationCommandOutput, GameLiftClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -138,9 +135,7 @@ export class CreateVpcPeeringAuthorizationCommand extends $Command< * @public */ constructor(readonly input: CreateVpcPeeringAuthorizationCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -196,7 +191,4 @@ export class CreateVpcPeeringAuthorizationCommand extends $Command< ): Promise { return de_CreateVpcPeeringAuthorizationCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-gamelift/src/commands/CreateVpcPeeringConnectionCommand.ts b/clients/client-gamelift/src/commands/CreateVpcPeeringConnectionCommand.ts index e50d192ebc6e..e9e11f08cfd4 100644 --- a/clients/client-gamelift/src/commands/CreateVpcPeeringConnectionCommand.ts +++ b/clients/client-gamelift/src/commands/CreateVpcPeeringConnectionCommand.ts @@ -107,9 +107,6 @@ export class CreateVpcPeeringConnectionCommand extends $Command< CreateVpcPeeringConnectionCommandOutput, GameLiftClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -123,9 +120,7 @@ export class CreateVpcPeeringConnectionCommand extends $Command< * @public */ constructor(readonly input: CreateVpcPeeringConnectionCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -181,7 +176,4 @@ export class CreateVpcPeeringConnectionCommand extends $Command< ): Promise { return de_CreateVpcPeeringConnectionCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-gamelift/src/commands/DeleteAliasCommand.ts b/clients/client-gamelift/src/commands/DeleteAliasCommand.ts index 07cd3f7d2f59..cbfff4cd42ee 100644 --- a/clients/client-gamelift/src/commands/DeleteAliasCommand.ts +++ b/clients/client-gamelift/src/commands/DeleteAliasCommand.ts @@ -95,9 +95,6 @@ export class DeleteAliasCommand extends $Command< DeleteAliasCommandOutput, GameLiftClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -111,9 +108,7 @@ export class DeleteAliasCommand extends $Command< * @public */ constructor(readonly input: DeleteAliasCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -164,7 +159,4 @@ export class DeleteAliasCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteAliasCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-gamelift/src/commands/DeleteBuildCommand.ts b/clients/client-gamelift/src/commands/DeleteBuildCommand.ts index 2285528a699a..6260ca6a0ed3 100644 --- a/clients/client-gamelift/src/commands/DeleteBuildCommand.ts +++ b/clients/client-gamelift/src/commands/DeleteBuildCommand.ts @@ -100,9 +100,6 @@ export class DeleteBuildCommand extends $Command< DeleteBuildCommandOutput, GameLiftClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -116,9 +113,7 @@ export class DeleteBuildCommand extends $Command< * @public */ constructor(readonly input: DeleteBuildCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -169,7 +164,4 @@ export class DeleteBuildCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteBuildCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-gamelift/src/commands/DeleteFleetCommand.ts b/clients/client-gamelift/src/commands/DeleteFleetCommand.ts index a91110ae5e8d..1fb35948409b 100644 --- a/clients/client-gamelift/src/commands/DeleteFleetCommand.ts +++ b/clients/client-gamelift/src/commands/DeleteFleetCommand.ts @@ -110,9 +110,6 @@ export class DeleteFleetCommand extends $Command< DeleteFleetCommandOutput, GameLiftClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -126,9 +123,7 @@ export class DeleteFleetCommand extends $Command< * @public */ constructor(readonly input: DeleteFleetCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -179,7 +174,4 @@ export class DeleteFleetCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteFleetCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-gamelift/src/commands/DeleteFleetLocationsCommand.ts b/clients/client-gamelift/src/commands/DeleteFleetLocationsCommand.ts index 7b942481409f..cb9cf42ea329 100644 --- a/clients/client-gamelift/src/commands/DeleteFleetLocationsCommand.ts +++ b/clients/client-gamelift/src/commands/DeleteFleetLocationsCommand.ts @@ -110,9 +110,6 @@ export class DeleteFleetLocationsCommand extends $Command< DeleteFleetLocationsCommandOutput, GameLiftClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -126,9 +123,7 @@ export class DeleteFleetLocationsCommand extends $Command< * @public */ constructor(readonly input: DeleteFleetLocationsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -181,7 +176,4 @@ export class DeleteFleetLocationsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteFleetLocationsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-gamelift/src/commands/DeleteGameServerGroupCommand.ts b/clients/client-gamelift/src/commands/DeleteGameServerGroupCommand.ts index 960738cbaf2e..f78db1f5c664 100644 --- a/clients/client-gamelift/src/commands/DeleteGameServerGroupCommand.ts +++ b/clients/client-gamelift/src/commands/DeleteGameServerGroupCommand.ts @@ -139,9 +139,6 @@ export class DeleteGameServerGroupCommand extends $Command< DeleteGameServerGroupCommandOutput, GameLiftClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -155,9 +152,7 @@ export class DeleteGameServerGroupCommand extends $Command< * @public */ constructor(readonly input: DeleteGameServerGroupCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -210,7 +205,4 @@ export class DeleteGameServerGroupCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteGameServerGroupCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-gamelift/src/commands/DeleteGameSessionQueueCommand.ts b/clients/client-gamelift/src/commands/DeleteGameSessionQueueCommand.ts index cc44094cefe8..140e2e359ee5 100644 --- a/clients/client-gamelift/src/commands/DeleteGameSessionQueueCommand.ts +++ b/clients/client-gamelift/src/commands/DeleteGameSessionQueueCommand.ts @@ -88,9 +88,6 @@ export class DeleteGameSessionQueueCommand extends $Command< DeleteGameSessionQueueCommandOutput, GameLiftClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -104,9 +101,7 @@ export class DeleteGameSessionQueueCommand extends $Command< * @public */ constructor(readonly input: DeleteGameSessionQueueCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -159,7 +154,4 @@ export class DeleteGameSessionQueueCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteGameSessionQueueCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-gamelift/src/commands/DeleteLocationCommand.ts b/clients/client-gamelift/src/commands/DeleteLocationCommand.ts index d1552334e2b5..705c2146eac4 100644 --- a/clients/client-gamelift/src/commands/DeleteLocationCommand.ts +++ b/clients/client-gamelift/src/commands/DeleteLocationCommand.ts @@ -84,9 +84,6 @@ export class DeleteLocationCommand extends $Command< DeleteLocationCommandOutput, GameLiftClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -100,9 +97,7 @@ export class DeleteLocationCommand extends $Command< * @public */ constructor(readonly input: DeleteLocationCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -155,7 +150,4 @@ export class DeleteLocationCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteLocationCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-gamelift/src/commands/DeleteMatchmakingConfigurationCommand.ts b/clients/client-gamelift/src/commands/DeleteMatchmakingConfigurationCommand.ts index aa5944e89bb3..326395e2caa8 100644 --- a/clients/client-gamelift/src/commands/DeleteMatchmakingConfigurationCommand.ts +++ b/clients/client-gamelift/src/commands/DeleteMatchmakingConfigurationCommand.ts @@ -94,9 +94,6 @@ export class DeleteMatchmakingConfigurationCommand extends $Command< DeleteMatchmakingConfigurationCommandOutput, GameLiftClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -110,9 +107,7 @@ export class DeleteMatchmakingConfigurationCommand extends $Command< * @public */ constructor(readonly input: DeleteMatchmakingConfigurationCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -171,7 +166,4 @@ export class DeleteMatchmakingConfigurationCommand extends $Command< ): Promise { return de_DeleteMatchmakingConfigurationCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-gamelift/src/commands/DeleteMatchmakingRuleSetCommand.ts b/clients/client-gamelift/src/commands/DeleteMatchmakingRuleSetCommand.ts index 0b8ce3da8e82..0bf90c011e5e 100644 --- a/clients/client-gamelift/src/commands/DeleteMatchmakingRuleSetCommand.ts +++ b/clients/client-gamelift/src/commands/DeleteMatchmakingRuleSetCommand.ts @@ -100,9 +100,6 @@ export class DeleteMatchmakingRuleSetCommand extends $Command< DeleteMatchmakingRuleSetCommandOutput, GameLiftClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -116,9 +113,7 @@ export class DeleteMatchmakingRuleSetCommand extends $Command< * @public */ constructor(readonly input: DeleteMatchmakingRuleSetCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -171,7 +166,4 @@ export class DeleteMatchmakingRuleSetCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteMatchmakingRuleSetCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-gamelift/src/commands/DeleteScalingPolicyCommand.ts b/clients/client-gamelift/src/commands/DeleteScalingPolicyCommand.ts index 840407d2d7ab..cf3f146a3774 100644 --- a/clients/client-gamelift/src/commands/DeleteScalingPolicyCommand.ts +++ b/clients/client-gamelift/src/commands/DeleteScalingPolicyCommand.ts @@ -87,9 +87,6 @@ export class DeleteScalingPolicyCommand extends $Command< DeleteScalingPolicyCommandOutput, GameLiftClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -103,9 +100,7 @@ export class DeleteScalingPolicyCommand extends $Command< * @public */ constructor(readonly input: DeleteScalingPolicyCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -158,7 +153,4 @@ export class DeleteScalingPolicyCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteScalingPolicyCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-gamelift/src/commands/DeleteScriptCommand.ts b/clients/client-gamelift/src/commands/DeleteScriptCommand.ts index 50259f2b5bd5..d9e61acd7b4b 100644 --- a/clients/client-gamelift/src/commands/DeleteScriptCommand.ts +++ b/clients/client-gamelift/src/commands/DeleteScriptCommand.ts @@ -105,9 +105,6 @@ export class DeleteScriptCommand extends $Command< DeleteScriptCommandOutput, GameLiftClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -121,9 +118,7 @@ export class DeleteScriptCommand extends $Command< * @public */ constructor(readonly input: DeleteScriptCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -174,7 +169,4 @@ export class DeleteScriptCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteScriptCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-gamelift/src/commands/DeleteVpcPeeringAuthorizationCommand.ts b/clients/client-gamelift/src/commands/DeleteVpcPeeringAuthorizationCommand.ts index 0f254f9970ce..504140f7e2a2 100644 --- a/clients/client-gamelift/src/commands/DeleteVpcPeeringAuthorizationCommand.ts +++ b/clients/client-gamelift/src/commands/DeleteVpcPeeringAuthorizationCommand.ts @@ -95,9 +95,6 @@ export class DeleteVpcPeeringAuthorizationCommand extends $Command< DeleteVpcPeeringAuthorizationCommandOutput, GameLiftClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -111,9 +108,7 @@ export class DeleteVpcPeeringAuthorizationCommand extends $Command< * @public */ constructor(readonly input: DeleteVpcPeeringAuthorizationCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -169,7 +164,4 @@ export class DeleteVpcPeeringAuthorizationCommand extends $Command< ): Promise { return de_DeleteVpcPeeringAuthorizationCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-gamelift/src/commands/DeleteVpcPeeringConnectionCommand.ts b/clients/client-gamelift/src/commands/DeleteVpcPeeringConnectionCommand.ts index 998c4196e9bd..59ae62b4f511 100644 --- a/clients/client-gamelift/src/commands/DeleteVpcPeeringConnectionCommand.ts +++ b/clients/client-gamelift/src/commands/DeleteVpcPeeringConnectionCommand.ts @@ -93,9 +93,6 @@ export class DeleteVpcPeeringConnectionCommand extends $Command< DeleteVpcPeeringConnectionCommandOutput, GameLiftClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -109,9 +106,7 @@ export class DeleteVpcPeeringConnectionCommand extends $Command< * @public */ constructor(readonly input: DeleteVpcPeeringConnectionCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -167,7 +162,4 @@ export class DeleteVpcPeeringConnectionCommand extends $Command< ): Promise { return de_DeleteVpcPeeringConnectionCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-gamelift/src/commands/DeregisterComputeCommand.ts b/clients/client-gamelift/src/commands/DeregisterComputeCommand.ts index 4977a25da372..a95949155613 100644 --- a/clients/client-gamelift/src/commands/DeregisterComputeCommand.ts +++ b/clients/client-gamelift/src/commands/DeregisterComputeCommand.ts @@ -84,9 +84,6 @@ export class DeregisterComputeCommand extends $Command< DeregisterComputeCommandOutput, GameLiftClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -100,9 +97,7 @@ export class DeregisterComputeCommand extends $Command< * @public */ constructor(readonly input: DeregisterComputeCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -155,7 +150,4 @@ export class DeregisterComputeCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeregisterComputeCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-gamelift/src/commands/DeregisterGameServerCommand.ts b/clients/client-gamelift/src/commands/DeregisterGameServerCommand.ts index ab84ee74f99e..d257fba8bc1b 100644 --- a/clients/client-gamelift/src/commands/DeregisterGameServerCommand.ts +++ b/clients/client-gamelift/src/commands/DeregisterGameServerCommand.ts @@ -98,9 +98,6 @@ export class DeregisterGameServerCommand extends $Command< DeregisterGameServerCommandOutput, GameLiftClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -114,9 +111,7 @@ export class DeregisterGameServerCommand extends $Command< * @public */ constructor(readonly input: DeregisterGameServerCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -169,7 +164,4 @@ export class DeregisterGameServerCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeregisterGameServerCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-gamelift/src/commands/DescribeAliasCommand.ts b/clients/client-gamelift/src/commands/DescribeAliasCommand.ts index 2b3e857bb493..a1c86234b529 100644 --- a/clients/client-gamelift/src/commands/DescribeAliasCommand.ts +++ b/clients/client-gamelift/src/commands/DescribeAliasCommand.ts @@ -105,9 +105,6 @@ export class DescribeAliasCommand extends $Command< DescribeAliasCommandOutput, GameLiftClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -121,9 +118,7 @@ export class DescribeAliasCommand extends $Command< * @public */ constructor(readonly input: DescribeAliasCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -174,7 +169,4 @@ export class DescribeAliasCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DescribeAliasCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-gamelift/src/commands/DescribeBuildCommand.ts b/clients/client-gamelift/src/commands/DescribeBuildCommand.ts index 6083cec7106d..0d1fe396dfa8 100644 --- a/clients/client-gamelift/src/commands/DescribeBuildCommand.ts +++ b/clients/client-gamelift/src/commands/DescribeBuildCommand.ts @@ -105,9 +105,6 @@ export class DescribeBuildCommand extends $Command< DescribeBuildCommandOutput, GameLiftClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -121,9 +118,7 @@ export class DescribeBuildCommand extends $Command< * @public */ constructor(readonly input: DescribeBuildCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -174,7 +169,4 @@ export class DescribeBuildCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DescribeBuildCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-gamelift/src/commands/DescribeComputeCommand.ts b/clients/client-gamelift/src/commands/DescribeComputeCommand.ts index f0b1f3ecf78d..1c780f7c8411 100644 --- a/clients/client-gamelift/src/commands/DescribeComputeCommand.ts +++ b/clients/client-gamelift/src/commands/DescribeComputeCommand.ts @@ -107,9 +107,6 @@ export class DescribeComputeCommand extends $Command< DescribeComputeCommandOutput, GameLiftClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -123,9 +120,7 @@ export class DescribeComputeCommand extends $Command< * @public */ constructor(readonly input: DescribeComputeCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -178,7 +173,4 @@ export class DescribeComputeCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DescribeComputeCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-gamelift/src/commands/DescribeEC2InstanceLimitsCommand.ts b/clients/client-gamelift/src/commands/DescribeEC2InstanceLimitsCommand.ts index 73f89821e990..b5a02938dd4b 100644 --- a/clients/client-gamelift/src/commands/DescribeEC2InstanceLimitsCommand.ts +++ b/clients/client-gamelift/src/commands/DescribeEC2InstanceLimitsCommand.ts @@ -146,9 +146,6 @@ export class DescribeEC2InstanceLimitsCommand extends $Command< DescribeEC2InstanceLimitsCommandOutput, GameLiftClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -162,9 +159,7 @@ export class DescribeEC2InstanceLimitsCommand extends $Command< * @public */ constructor(readonly input: DescribeEC2InstanceLimitsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -220,7 +215,4 @@ export class DescribeEC2InstanceLimitsCommand extends $Command< ): Promise { return de_DescribeEC2InstanceLimitsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-gamelift/src/commands/DescribeFleetAttributesCommand.ts b/clients/client-gamelift/src/commands/DescribeFleetAttributesCommand.ts index 56e152484946..0f448903d997 100644 --- a/clients/client-gamelift/src/commands/DescribeFleetAttributesCommand.ts +++ b/clients/client-gamelift/src/commands/DescribeFleetAttributesCommand.ts @@ -158,9 +158,6 @@ export class DescribeFleetAttributesCommand extends $Command< DescribeFleetAttributesCommandOutput, GameLiftClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -174,9 +171,7 @@ export class DescribeFleetAttributesCommand extends $Command< * @public */ constructor(readonly input: DescribeFleetAttributesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -229,7 +224,4 @@ export class DescribeFleetAttributesCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DescribeFleetAttributesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-gamelift/src/commands/DescribeFleetCapacityCommand.ts b/clients/client-gamelift/src/commands/DescribeFleetCapacityCommand.ts index 55a5be27c82c..9a819861a8c2 100644 --- a/clients/client-gamelift/src/commands/DescribeFleetCapacityCommand.ts +++ b/clients/client-gamelift/src/commands/DescribeFleetCapacityCommand.ts @@ -140,9 +140,6 @@ export class DescribeFleetCapacityCommand extends $Command< DescribeFleetCapacityCommandOutput, GameLiftClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -156,9 +153,7 @@ export class DescribeFleetCapacityCommand extends $Command< * @public */ constructor(readonly input: DescribeFleetCapacityCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -211,7 +206,4 @@ export class DescribeFleetCapacityCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DescribeFleetCapacityCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-gamelift/src/commands/DescribeFleetEventsCommand.ts b/clients/client-gamelift/src/commands/DescribeFleetEventsCommand.ts index 7856b1ae62fb..cf4f0c12a9fd 100644 --- a/clients/client-gamelift/src/commands/DescribeFleetEventsCommand.ts +++ b/clients/client-gamelift/src/commands/DescribeFleetEventsCommand.ts @@ -112,9 +112,6 @@ export class DescribeFleetEventsCommand extends $Command< DescribeFleetEventsCommandOutput, GameLiftClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -128,9 +125,7 @@ export class DescribeFleetEventsCommand extends $Command< * @public */ constructor(readonly input: DescribeFleetEventsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -183,7 +178,4 @@ export class DescribeFleetEventsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DescribeFleetEventsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-gamelift/src/commands/DescribeFleetLocationAttributesCommand.ts b/clients/client-gamelift/src/commands/DescribeFleetLocationAttributesCommand.ts index 22d10ab6fa1e..775b7fd84648 100644 --- a/clients/client-gamelift/src/commands/DescribeFleetLocationAttributesCommand.ts +++ b/clients/client-gamelift/src/commands/DescribeFleetLocationAttributesCommand.ts @@ -136,9 +136,6 @@ export class DescribeFleetLocationAttributesCommand extends $Command< DescribeFleetLocationAttributesCommandOutput, GameLiftClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -152,9 +149,7 @@ export class DescribeFleetLocationAttributesCommand extends $Command< * @public */ constructor(readonly input: DescribeFleetLocationAttributesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -213,7 +208,4 @@ export class DescribeFleetLocationAttributesCommand extends $Command< ): Promise { return de_DescribeFleetLocationAttributesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-gamelift/src/commands/DescribeFleetLocationCapacityCommand.ts b/clients/client-gamelift/src/commands/DescribeFleetLocationCapacityCommand.ts index e86c364facdd..ac8a4274bef6 100644 --- a/clients/client-gamelift/src/commands/DescribeFleetLocationCapacityCommand.ts +++ b/clients/client-gamelift/src/commands/DescribeFleetLocationCapacityCommand.ts @@ -124,9 +124,6 @@ export class DescribeFleetLocationCapacityCommand extends $Command< DescribeFleetLocationCapacityCommandOutput, GameLiftClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -140,9 +137,7 @@ export class DescribeFleetLocationCapacityCommand extends $Command< * @public */ constructor(readonly input: DescribeFleetLocationCapacityCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -198,7 +193,4 @@ export class DescribeFleetLocationCapacityCommand extends $Command< ): Promise { return de_DescribeFleetLocationCapacityCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-gamelift/src/commands/DescribeFleetLocationUtilizationCommand.ts b/clients/client-gamelift/src/commands/DescribeFleetLocationUtilizationCommand.ts index e4e6ceac7608..a1461f66e8f1 100644 --- a/clients/client-gamelift/src/commands/DescribeFleetLocationUtilizationCommand.ts +++ b/clients/client-gamelift/src/commands/DescribeFleetLocationUtilizationCommand.ts @@ -118,9 +118,6 @@ export class DescribeFleetLocationUtilizationCommand extends $Command< DescribeFleetLocationUtilizationCommandOutput, GameLiftClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -134,9 +131,7 @@ export class DescribeFleetLocationUtilizationCommand extends $Command< * @public */ constructor(readonly input: DescribeFleetLocationUtilizationCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -195,7 +190,4 @@ export class DescribeFleetLocationUtilizationCommand extends $Command< ): Promise { return de_DescribeFleetLocationUtilizationCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-gamelift/src/commands/DescribeFleetPortSettingsCommand.ts b/clients/client-gamelift/src/commands/DescribeFleetPortSettingsCommand.ts index fffd3c4fcebd..b495a405ca5c 100644 --- a/clients/client-gamelift/src/commands/DescribeFleetPortSettingsCommand.ts +++ b/clients/client-gamelift/src/commands/DescribeFleetPortSettingsCommand.ts @@ -128,9 +128,6 @@ export class DescribeFleetPortSettingsCommand extends $Command< DescribeFleetPortSettingsCommandOutput, GameLiftClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -144,9 +141,7 @@ export class DescribeFleetPortSettingsCommand extends $Command< * @public */ constructor(readonly input: DescribeFleetPortSettingsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -202,7 +197,4 @@ export class DescribeFleetPortSettingsCommand extends $Command< ): Promise { return de_DescribeFleetPortSettingsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-gamelift/src/commands/DescribeFleetUtilizationCommand.ts b/clients/client-gamelift/src/commands/DescribeFleetUtilizationCommand.ts index 67737fcf56a0..884b139780dd 100644 --- a/clients/client-gamelift/src/commands/DescribeFleetUtilizationCommand.ts +++ b/clients/client-gamelift/src/commands/DescribeFleetUtilizationCommand.ts @@ -134,9 +134,6 @@ export class DescribeFleetUtilizationCommand extends $Command< DescribeFleetUtilizationCommandOutput, GameLiftClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -150,9 +147,7 @@ export class DescribeFleetUtilizationCommand extends $Command< * @public */ constructor(readonly input: DescribeFleetUtilizationCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -205,7 +200,4 @@ export class DescribeFleetUtilizationCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DescribeFleetUtilizationCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-gamelift/src/commands/DescribeGameServerCommand.ts b/clients/client-gamelift/src/commands/DescribeGameServerCommand.ts index d5ab9a0b1ee2..a854886d336a 100644 --- a/clients/client-gamelift/src/commands/DescribeGameServerCommand.ts +++ b/clients/client-gamelift/src/commands/DescribeGameServerCommand.ts @@ -111,9 +111,6 @@ export class DescribeGameServerCommand extends $Command< DescribeGameServerCommandOutput, GameLiftClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -127,9 +124,7 @@ export class DescribeGameServerCommand extends $Command< * @public */ constructor(readonly input: DescribeGameServerCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -182,7 +177,4 @@ export class DescribeGameServerCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DescribeGameServerCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-gamelift/src/commands/DescribeGameServerGroupCommand.ts b/clients/client-gamelift/src/commands/DescribeGameServerGroupCommand.ts index a8262f6f3fa9..f5dfcde45117 100644 --- a/clients/client-gamelift/src/commands/DescribeGameServerGroupCommand.ts +++ b/clients/client-gamelift/src/commands/DescribeGameServerGroupCommand.ts @@ -120,9 +120,6 @@ export class DescribeGameServerGroupCommand extends $Command< DescribeGameServerGroupCommandOutput, GameLiftClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -136,9 +133,7 @@ export class DescribeGameServerGroupCommand extends $Command< * @public */ constructor(readonly input: DescribeGameServerGroupCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -191,7 +186,4 @@ export class DescribeGameServerGroupCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DescribeGameServerGroupCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-gamelift/src/commands/DescribeGameServerInstancesCommand.ts b/clients/client-gamelift/src/commands/DescribeGameServerInstancesCommand.ts index 83bccce1da55..02e1316b444b 100644 --- a/clients/client-gamelift/src/commands/DescribeGameServerInstancesCommand.ts +++ b/clients/client-gamelift/src/commands/DescribeGameServerInstancesCommand.ts @@ -119,9 +119,6 @@ export class DescribeGameServerInstancesCommand extends $Command< DescribeGameServerInstancesCommandOutput, GameLiftClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -135,9 +132,7 @@ export class DescribeGameServerInstancesCommand extends $Command< * @public */ constructor(readonly input: DescribeGameServerInstancesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -193,7 +188,4 @@ export class DescribeGameServerInstancesCommand extends $Command< ): Promise { return de_DescribeGameServerInstancesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-gamelift/src/commands/DescribeGameSessionDetailsCommand.ts b/clients/client-gamelift/src/commands/DescribeGameSessionDetailsCommand.ts index 076b1dc2a5b5..9846a4e9ebd1 100644 --- a/clients/client-gamelift/src/commands/DescribeGameSessionDetailsCommand.ts +++ b/clients/client-gamelift/src/commands/DescribeGameSessionDetailsCommand.ts @@ -168,9 +168,6 @@ export class DescribeGameSessionDetailsCommand extends $Command< DescribeGameSessionDetailsCommandOutput, GameLiftClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -184,9 +181,7 @@ export class DescribeGameSessionDetailsCommand extends $Command< * @public */ constructor(readonly input: DescribeGameSessionDetailsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -242,7 +237,4 @@ export class DescribeGameSessionDetailsCommand extends $Command< ): Promise { return de_DescribeGameSessionDetailsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-gamelift/src/commands/DescribeGameSessionPlacementCommand.ts b/clients/client-gamelift/src/commands/DescribeGameSessionPlacementCommand.ts index 454464bea3eb..40969080d9c6 100644 --- a/clients/client-gamelift/src/commands/DescribeGameSessionPlacementCommand.ts +++ b/clients/client-gamelift/src/commands/DescribeGameSessionPlacementCommand.ts @@ -135,9 +135,6 @@ export class DescribeGameSessionPlacementCommand extends $Command< DescribeGameSessionPlacementCommandOutput, GameLiftClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -151,9 +148,7 @@ export class DescribeGameSessionPlacementCommand extends $Command< * @public */ constructor(readonly input: DescribeGameSessionPlacementCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -209,7 +204,4 @@ export class DescribeGameSessionPlacementCommand extends $Command< ): Promise { return de_DescribeGameSessionPlacementCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-gamelift/src/commands/DescribeGameSessionQueuesCommand.ts b/clients/client-gamelift/src/commands/DescribeGameSessionQueuesCommand.ts index da5ec13e5e08..93f8ea3c7f87 100644 --- a/clients/client-gamelift/src/commands/DescribeGameSessionQueuesCommand.ts +++ b/clients/client-gamelift/src/commands/DescribeGameSessionQueuesCommand.ts @@ -131,9 +131,6 @@ export class DescribeGameSessionQueuesCommand extends $Command< DescribeGameSessionQueuesCommandOutput, GameLiftClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -147,9 +144,7 @@ export class DescribeGameSessionQueuesCommand extends $Command< * @public */ constructor(readonly input: DescribeGameSessionQueuesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -205,7 +200,4 @@ export class DescribeGameSessionQueuesCommand extends $Command< ): Promise { return de_DescribeGameSessionQueuesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-gamelift/src/commands/DescribeGameSessionsCommand.ts b/clients/client-gamelift/src/commands/DescribeGameSessionsCommand.ts index ff043a9bb813..f1bc3b28bdbf 100644 --- a/clients/client-gamelift/src/commands/DescribeGameSessionsCommand.ts +++ b/clients/client-gamelift/src/commands/DescribeGameSessionsCommand.ts @@ -172,9 +172,6 @@ export class DescribeGameSessionsCommand extends $Command< DescribeGameSessionsCommandOutput, GameLiftClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -188,9 +185,7 @@ export class DescribeGameSessionsCommand extends $Command< * @public */ constructor(readonly input: DescribeGameSessionsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -243,7 +238,4 @@ export class DescribeGameSessionsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DescribeGameSessionsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-gamelift/src/commands/DescribeInstancesCommand.ts b/clients/client-gamelift/src/commands/DescribeInstancesCommand.ts index c3281b894366..4a0d15155cb4 100644 --- a/clients/client-gamelift/src/commands/DescribeInstancesCommand.ts +++ b/clients/client-gamelift/src/commands/DescribeInstancesCommand.ts @@ -149,9 +149,6 @@ export class DescribeInstancesCommand extends $Command< DescribeInstancesCommandOutput, GameLiftClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -165,9 +162,7 @@ export class DescribeInstancesCommand extends $Command< * @public */ constructor(readonly input: DescribeInstancesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -220,7 +215,4 @@ export class DescribeInstancesCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DescribeInstancesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-gamelift/src/commands/DescribeMatchmakingCommand.ts b/clients/client-gamelift/src/commands/DescribeMatchmakingCommand.ts index ea6c402286e4..921a0cc3940b 100644 --- a/clients/client-gamelift/src/commands/DescribeMatchmakingCommand.ts +++ b/clients/client-gamelift/src/commands/DescribeMatchmakingCommand.ts @@ -153,9 +153,6 @@ export class DescribeMatchmakingCommand extends $Command< DescribeMatchmakingCommandOutput, GameLiftClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -169,9 +166,7 @@ export class DescribeMatchmakingCommand extends $Command< * @public */ constructor(readonly input: DescribeMatchmakingCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -224,7 +219,4 @@ export class DescribeMatchmakingCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DescribeMatchmakingCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-gamelift/src/commands/DescribeMatchmakingConfigurationsCommand.ts b/clients/client-gamelift/src/commands/DescribeMatchmakingConfigurationsCommand.ts index 758be0408131..ded9011daac4 100644 --- a/clients/client-gamelift/src/commands/DescribeMatchmakingConfigurationsCommand.ts +++ b/clients/client-gamelift/src/commands/DescribeMatchmakingConfigurationsCommand.ts @@ -131,9 +131,6 @@ export class DescribeMatchmakingConfigurationsCommand extends $Command< DescribeMatchmakingConfigurationsCommandOutput, GameLiftClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -147,9 +144,7 @@ export class DescribeMatchmakingConfigurationsCommand extends $Command< * @public */ constructor(readonly input: DescribeMatchmakingConfigurationsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -208,7 +203,4 @@ export class DescribeMatchmakingConfigurationsCommand extends $Command< ): Promise { return de_DescribeMatchmakingConfigurationsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-gamelift/src/commands/DescribeMatchmakingRuleSetsCommand.ts b/clients/client-gamelift/src/commands/DescribeMatchmakingRuleSetsCommand.ts index ae4d07a699d3..97a9ca71873e 100644 --- a/clients/client-gamelift/src/commands/DescribeMatchmakingRuleSetsCommand.ts +++ b/clients/client-gamelift/src/commands/DescribeMatchmakingRuleSetsCommand.ts @@ -110,9 +110,6 @@ export class DescribeMatchmakingRuleSetsCommand extends $Command< DescribeMatchmakingRuleSetsCommandOutput, GameLiftClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -126,9 +123,7 @@ export class DescribeMatchmakingRuleSetsCommand extends $Command< * @public */ constructor(readonly input: DescribeMatchmakingRuleSetsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -184,7 +179,4 @@ export class DescribeMatchmakingRuleSetsCommand extends $Command< ): Promise { return de_DescribeMatchmakingRuleSetsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-gamelift/src/commands/DescribePlayerSessionsCommand.ts b/clients/client-gamelift/src/commands/DescribePlayerSessionsCommand.ts index 444f7b3477f0..1903534ef2fa 100644 --- a/clients/client-gamelift/src/commands/DescribePlayerSessionsCommand.ts +++ b/clients/client-gamelift/src/commands/DescribePlayerSessionsCommand.ts @@ -137,9 +137,6 @@ export class DescribePlayerSessionsCommand extends $Command< DescribePlayerSessionsCommandOutput, GameLiftClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -153,9 +150,7 @@ export class DescribePlayerSessionsCommand extends $Command< * @public */ constructor(readonly input: DescribePlayerSessionsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -208,7 +203,4 @@ export class DescribePlayerSessionsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DescribePlayerSessionsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-gamelift/src/commands/DescribeRuntimeConfigurationCommand.ts b/clients/client-gamelift/src/commands/DescribeRuntimeConfigurationCommand.ts index 1920f8aa74aa..15b802786f8d 100644 --- a/clients/client-gamelift/src/commands/DescribeRuntimeConfigurationCommand.ts +++ b/clients/client-gamelift/src/commands/DescribeRuntimeConfigurationCommand.ts @@ -116,9 +116,6 @@ export class DescribeRuntimeConfigurationCommand extends $Command< DescribeRuntimeConfigurationCommandOutput, GameLiftClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -132,9 +129,7 @@ export class DescribeRuntimeConfigurationCommand extends $Command< * @public */ constructor(readonly input: DescribeRuntimeConfigurationCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -190,7 +185,4 @@ export class DescribeRuntimeConfigurationCommand extends $Command< ): Promise { return de_DescribeRuntimeConfigurationCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-gamelift/src/commands/DescribeScalingPoliciesCommand.ts b/clients/client-gamelift/src/commands/DescribeScalingPoliciesCommand.ts index e0f0d4615d5c..7b6265604f12 100644 --- a/clients/client-gamelift/src/commands/DescribeScalingPoliciesCommand.ts +++ b/clients/client-gamelift/src/commands/DescribeScalingPoliciesCommand.ts @@ -117,9 +117,6 @@ export class DescribeScalingPoliciesCommand extends $Command< DescribeScalingPoliciesCommandOutput, GameLiftClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -133,9 +130,7 @@ export class DescribeScalingPoliciesCommand extends $Command< * @public */ constructor(readonly input: DescribeScalingPoliciesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -188,7 +183,4 @@ export class DescribeScalingPoliciesCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DescribeScalingPoliciesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-gamelift/src/commands/DescribeScriptCommand.ts b/clients/client-gamelift/src/commands/DescribeScriptCommand.ts index 3de3ece761bd..a158a108f216 100644 --- a/clients/client-gamelift/src/commands/DescribeScriptCommand.ts +++ b/clients/client-gamelift/src/commands/DescribeScriptCommand.ts @@ -111,9 +111,6 @@ export class DescribeScriptCommand extends $Command< DescribeScriptCommandOutput, GameLiftClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -127,9 +124,7 @@ export class DescribeScriptCommand extends $Command< * @public */ constructor(readonly input: DescribeScriptCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -182,7 +177,4 @@ export class DescribeScriptCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DescribeScriptCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-gamelift/src/commands/DescribeVpcPeeringAuthorizationsCommand.ts b/clients/client-gamelift/src/commands/DescribeVpcPeeringAuthorizationsCommand.ts index e8c4f7235656..e985c128d324 100644 --- a/clients/client-gamelift/src/commands/DescribeVpcPeeringAuthorizationsCommand.ts +++ b/clients/client-gamelift/src/commands/DescribeVpcPeeringAuthorizationsCommand.ts @@ -100,9 +100,6 @@ export class DescribeVpcPeeringAuthorizationsCommand extends $Command< DescribeVpcPeeringAuthorizationsCommandOutput, GameLiftClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -116,9 +113,7 @@ export class DescribeVpcPeeringAuthorizationsCommand extends $Command< * @public */ constructor(readonly input: DescribeVpcPeeringAuthorizationsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -177,7 +172,4 @@ export class DescribeVpcPeeringAuthorizationsCommand extends $Command< ): Promise { return de_DescribeVpcPeeringAuthorizationsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-gamelift/src/commands/DescribeVpcPeeringConnectionsCommand.ts b/clients/client-gamelift/src/commands/DescribeVpcPeeringConnectionsCommand.ts index 21bc16dbb682..18c6c927d667 100644 --- a/clients/client-gamelift/src/commands/DescribeVpcPeeringConnectionsCommand.ts +++ b/clients/client-gamelift/src/commands/DescribeVpcPeeringConnectionsCommand.ts @@ -114,9 +114,6 @@ export class DescribeVpcPeeringConnectionsCommand extends $Command< DescribeVpcPeeringConnectionsCommandOutput, GameLiftClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -130,9 +127,7 @@ export class DescribeVpcPeeringConnectionsCommand extends $Command< * @public */ constructor(readonly input: DescribeVpcPeeringConnectionsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -188,7 +183,4 @@ export class DescribeVpcPeeringConnectionsCommand extends $Command< ): Promise { return de_DescribeVpcPeeringConnectionsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-gamelift/src/commands/GetComputeAccessCommand.ts b/clients/client-gamelift/src/commands/GetComputeAccessCommand.ts index f596d9011bce..b38dea8e161a 100644 --- a/clients/client-gamelift/src/commands/GetComputeAccessCommand.ts +++ b/clients/client-gamelift/src/commands/GetComputeAccessCommand.ts @@ -116,9 +116,6 @@ export class GetComputeAccessCommand extends $Command< GetComputeAccessCommandOutput, GameLiftClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -132,9 +129,7 @@ export class GetComputeAccessCommand extends $Command< * @public */ constructor(readonly input: GetComputeAccessCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -187,7 +182,4 @@ export class GetComputeAccessCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetComputeAccessCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-gamelift/src/commands/GetComputeAuthTokenCommand.ts b/clients/client-gamelift/src/commands/GetComputeAuthTokenCommand.ts index 104d7d6c1410..2ee315adb421 100644 --- a/clients/client-gamelift/src/commands/GetComputeAuthTokenCommand.ts +++ b/clients/client-gamelift/src/commands/GetComputeAuthTokenCommand.ts @@ -117,9 +117,6 @@ export class GetComputeAuthTokenCommand extends $Command< GetComputeAuthTokenCommandOutput, GameLiftClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -133,9 +130,7 @@ export class GetComputeAuthTokenCommand extends $Command< * @public */ constructor(readonly input: GetComputeAuthTokenCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -188,7 +183,4 @@ export class GetComputeAuthTokenCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetComputeAuthTokenCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-gamelift/src/commands/GetGameSessionLogUrlCommand.ts b/clients/client-gamelift/src/commands/GetGameSessionLogUrlCommand.ts index 1243143495d5..067005b896a5 100644 --- a/clients/client-gamelift/src/commands/GetGameSessionLogUrlCommand.ts +++ b/clients/client-gamelift/src/commands/GetGameSessionLogUrlCommand.ts @@ -94,9 +94,6 @@ export class GetGameSessionLogUrlCommand extends $Command< GetGameSessionLogUrlCommandOutput, GameLiftClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -110,9 +107,7 @@ export class GetGameSessionLogUrlCommand extends $Command< * @public */ constructor(readonly input: GetGameSessionLogUrlCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -165,7 +160,4 @@ export class GetGameSessionLogUrlCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetGameSessionLogUrlCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-gamelift/src/commands/GetInstanceAccessCommand.ts b/clients/client-gamelift/src/commands/GetInstanceAccessCommand.ts index 0315c222cb9f..28a45316dca7 100644 --- a/clients/client-gamelift/src/commands/GetInstanceAccessCommand.ts +++ b/clients/client-gamelift/src/commands/GetInstanceAccessCommand.ts @@ -134,9 +134,6 @@ export class GetInstanceAccessCommand extends $Command< GetInstanceAccessCommandOutput, GameLiftClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -150,9 +147,7 @@ export class GetInstanceAccessCommand extends $Command< * @public */ constructor(readonly input: GetInstanceAccessCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -205,7 +200,4 @@ export class GetInstanceAccessCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetInstanceAccessCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-gamelift/src/commands/ListAliasesCommand.ts b/clients/client-gamelift/src/commands/ListAliasesCommand.ts index c1e874488bdc..73124cc55c4e 100644 --- a/clients/client-gamelift/src/commands/ListAliasesCommand.ts +++ b/clients/client-gamelift/src/commands/ListAliasesCommand.ts @@ -110,9 +110,6 @@ export class ListAliasesCommand extends $Command< ListAliasesCommandOutput, GameLiftClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -126,9 +123,7 @@ export class ListAliasesCommand extends $Command< * @public */ constructor(readonly input: ListAliasesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -179,7 +174,4 @@ export class ListAliasesCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListAliasesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-gamelift/src/commands/ListBuildsCommand.ts b/clients/client-gamelift/src/commands/ListBuildsCommand.ts index 27eeabcd3c64..74538bb9e8e2 100644 --- a/clients/client-gamelift/src/commands/ListBuildsCommand.ts +++ b/clients/client-gamelift/src/commands/ListBuildsCommand.ts @@ -112,9 +112,6 @@ export class ListBuildsCommand extends $Command< ListBuildsCommandOutput, GameLiftClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -128,9 +125,7 @@ export class ListBuildsCommand extends $Command< * @public */ constructor(readonly input: ListBuildsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -181,7 +176,4 @@ export class ListBuildsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListBuildsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-gamelift/src/commands/ListComputeCommand.ts b/clients/client-gamelift/src/commands/ListComputeCommand.ts index 495e9ea023b3..8c505b034758 100644 --- a/clients/client-gamelift/src/commands/ListComputeCommand.ts +++ b/clients/client-gamelift/src/commands/ListComputeCommand.ts @@ -107,9 +107,6 @@ export class ListComputeCommand extends $Command< ListComputeCommandOutput, GameLiftClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -123,9 +120,7 @@ export class ListComputeCommand extends $Command< * @public */ constructor(readonly input: ListComputeCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -176,7 +171,4 @@ export class ListComputeCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListComputeCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-gamelift/src/commands/ListFleetsCommand.ts b/clients/client-gamelift/src/commands/ListFleetsCommand.ts index 54e2adb1cba8..8bc3ede16624 100644 --- a/clients/client-gamelift/src/commands/ListFleetsCommand.ts +++ b/clients/client-gamelift/src/commands/ListFleetsCommand.ts @@ -122,9 +122,6 @@ export class ListFleetsCommand extends $Command< ListFleetsCommandOutput, GameLiftClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -138,9 +135,7 @@ export class ListFleetsCommand extends $Command< * @public */ constructor(readonly input: ListFleetsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -191,7 +186,4 @@ export class ListFleetsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListFleetsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-gamelift/src/commands/ListGameServerGroupsCommand.ts b/clients/client-gamelift/src/commands/ListGameServerGroupsCommand.ts index 37f19bcc64a0..8caa9632ae56 100644 --- a/clients/client-gamelift/src/commands/ListGameServerGroupsCommand.ts +++ b/clients/client-gamelift/src/commands/ListGameServerGroupsCommand.ts @@ -105,9 +105,6 @@ export class ListGameServerGroupsCommand extends $Command< ListGameServerGroupsCommandOutput, GameLiftClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -121,9 +118,7 @@ export class ListGameServerGroupsCommand extends $Command< * @public */ constructor(readonly input: ListGameServerGroupsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -176,7 +171,4 @@ export class ListGameServerGroupsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListGameServerGroupsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-gamelift/src/commands/ListGameServersCommand.ts b/clients/client-gamelift/src/commands/ListGameServersCommand.ts index 5785fc5f6c3a..b95e164d63f0 100644 --- a/clients/client-gamelift/src/commands/ListGameServersCommand.ts +++ b/clients/client-gamelift/src/commands/ListGameServersCommand.ts @@ -112,9 +112,6 @@ export class ListGameServersCommand extends $Command< ListGameServersCommandOutput, GameLiftClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -128,9 +125,7 @@ export class ListGameServersCommand extends $Command< * @public */ constructor(readonly input: ListGameServersCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -183,7 +178,4 @@ export class ListGameServersCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListGameServersCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-gamelift/src/commands/ListLocationsCommand.ts b/clients/client-gamelift/src/commands/ListLocationsCommand.ts index ac914d108dba..32b26984d079 100644 --- a/clients/client-gamelift/src/commands/ListLocationsCommand.ts +++ b/clients/client-gamelift/src/commands/ListLocationsCommand.ts @@ -91,9 +91,6 @@ export class ListLocationsCommand extends $Command< ListLocationsCommandOutput, GameLiftClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -107,9 +104,7 @@ export class ListLocationsCommand extends $Command< * @public */ constructor(readonly input: ListLocationsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -160,7 +155,4 @@ export class ListLocationsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListLocationsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-gamelift/src/commands/ListScriptsCommand.ts b/clients/client-gamelift/src/commands/ListScriptsCommand.ts index 0b524a0cf625..11b46f37d6de 100644 --- a/clients/client-gamelift/src/commands/ListScriptsCommand.ts +++ b/clients/client-gamelift/src/commands/ListScriptsCommand.ts @@ -111,9 +111,6 @@ export class ListScriptsCommand extends $Command< ListScriptsCommandOutput, GameLiftClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -127,9 +124,7 @@ export class ListScriptsCommand extends $Command< * @public */ constructor(readonly input: ListScriptsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -180,7 +175,4 @@ export class ListScriptsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListScriptsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-gamelift/src/commands/ListTagsForResourceCommand.ts b/clients/client-gamelift/src/commands/ListTagsForResourceCommand.ts index ba2328c6bbb7..74d0f318edb4 100644 --- a/clients/client-gamelift/src/commands/ListTagsForResourceCommand.ts +++ b/clients/client-gamelift/src/commands/ListTagsForResourceCommand.ts @@ -111,9 +111,6 @@ export class ListTagsForResourceCommand extends $Command< ListTagsForResourceCommandOutput, GameLiftClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -127,9 +124,7 @@ export class ListTagsForResourceCommand extends $Command< * @public */ constructor(readonly input: ListTagsForResourceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -182,7 +177,4 @@ export class ListTagsForResourceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListTagsForResourceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-gamelift/src/commands/PutScalingPolicyCommand.ts b/clients/client-gamelift/src/commands/PutScalingPolicyCommand.ts index eb99512f6bbe..ae7a33b4c1c9 100644 --- a/clients/client-gamelift/src/commands/PutScalingPolicyCommand.ts +++ b/clients/client-gamelift/src/commands/PutScalingPolicyCommand.ts @@ -152,9 +152,6 @@ export class PutScalingPolicyCommand extends $Command< PutScalingPolicyCommandOutput, GameLiftClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -168,9 +165,7 @@ export class PutScalingPolicyCommand extends $Command< * @public */ constructor(readonly input: PutScalingPolicyCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -223,7 +218,4 @@ export class PutScalingPolicyCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_PutScalingPolicyCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-gamelift/src/commands/RegisterComputeCommand.ts b/clients/client-gamelift/src/commands/RegisterComputeCommand.ts index b9eb4ca36257..041f6ed729f3 100644 --- a/clients/client-gamelift/src/commands/RegisterComputeCommand.ts +++ b/clients/client-gamelift/src/commands/RegisterComputeCommand.ts @@ -145,9 +145,6 @@ export class RegisterComputeCommand extends $Command< RegisterComputeCommandOutput, GameLiftClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -161,9 +158,7 @@ export class RegisterComputeCommand extends $Command< * @public */ constructor(readonly input: RegisterComputeCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -216,7 +211,4 @@ export class RegisterComputeCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_RegisterComputeCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-gamelift/src/commands/RegisterGameServerCommand.ts b/clients/client-gamelift/src/commands/RegisterGameServerCommand.ts index bc075dde385e..c1d4674b7ee6 100644 --- a/clients/client-gamelift/src/commands/RegisterGameServerCommand.ts +++ b/clients/client-gamelift/src/commands/RegisterGameServerCommand.ts @@ -129,9 +129,6 @@ export class RegisterGameServerCommand extends $Command< RegisterGameServerCommandOutput, GameLiftClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -145,9 +142,7 @@ export class RegisterGameServerCommand extends $Command< * @public */ constructor(readonly input: RegisterGameServerCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -200,7 +195,4 @@ export class RegisterGameServerCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_RegisterGameServerCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-gamelift/src/commands/RequestUploadCredentialsCommand.ts b/clients/client-gamelift/src/commands/RequestUploadCredentialsCommand.ts index 8965993c4efa..7fc372099e84 100644 --- a/clients/client-gamelift/src/commands/RequestUploadCredentialsCommand.ts +++ b/clients/client-gamelift/src/commands/RequestUploadCredentialsCommand.ts @@ -112,9 +112,6 @@ export class RequestUploadCredentialsCommand extends $Command< RequestUploadCredentialsCommandOutput, GameLiftClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -128,9 +125,7 @@ export class RequestUploadCredentialsCommand extends $Command< * @public */ constructor(readonly input: RequestUploadCredentialsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -183,7 +178,4 @@ export class RequestUploadCredentialsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_RequestUploadCredentialsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-gamelift/src/commands/ResolveAliasCommand.ts b/clients/client-gamelift/src/commands/ResolveAliasCommand.ts index e7df86d88256..d42293b47fcc 100644 --- a/clients/client-gamelift/src/commands/ResolveAliasCommand.ts +++ b/clients/client-gamelift/src/commands/ResolveAliasCommand.ts @@ -97,9 +97,6 @@ export class ResolveAliasCommand extends $Command< ResolveAliasCommandOutput, GameLiftClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -113,9 +110,7 @@ export class ResolveAliasCommand extends $Command< * @public */ constructor(readonly input: ResolveAliasCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -166,7 +161,4 @@ export class ResolveAliasCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ResolveAliasCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-gamelift/src/commands/ResumeGameServerGroupCommand.ts b/clients/client-gamelift/src/commands/ResumeGameServerGroupCommand.ts index 7584a65c94af..268f018fd4ce 100644 --- a/clients/client-gamelift/src/commands/ResumeGameServerGroupCommand.ts +++ b/clients/client-gamelift/src/commands/ResumeGameServerGroupCommand.ts @@ -126,9 +126,6 @@ export class ResumeGameServerGroupCommand extends $Command< ResumeGameServerGroupCommandOutput, GameLiftClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -142,9 +139,7 @@ export class ResumeGameServerGroupCommand extends $Command< * @public */ constructor(readonly input: ResumeGameServerGroupCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -197,7 +192,4 @@ export class ResumeGameServerGroupCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ResumeGameServerGroupCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-gamelift/src/commands/SearchGameSessionsCommand.ts b/clients/client-gamelift/src/commands/SearchGameSessionsCommand.ts index e38536174458..c2d6d4f537f9 100644 --- a/clients/client-gamelift/src/commands/SearchGameSessionsCommand.ts +++ b/clients/client-gamelift/src/commands/SearchGameSessionsCommand.ts @@ -217,9 +217,6 @@ export class SearchGameSessionsCommand extends $Command< SearchGameSessionsCommandOutput, GameLiftClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -233,9 +230,7 @@ export class SearchGameSessionsCommand extends $Command< * @public */ constructor(readonly input: SearchGameSessionsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -288,7 +283,4 @@ export class SearchGameSessionsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_SearchGameSessionsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-gamelift/src/commands/StartFleetActionsCommand.ts b/clients/client-gamelift/src/commands/StartFleetActionsCommand.ts index 11a8f34f1934..c81ae04b3cc7 100644 --- a/clients/client-gamelift/src/commands/StartFleetActionsCommand.ts +++ b/clients/client-gamelift/src/commands/StartFleetActionsCommand.ts @@ -115,9 +115,6 @@ export class StartFleetActionsCommand extends $Command< StartFleetActionsCommandOutput, GameLiftClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -131,9 +128,7 @@ export class StartFleetActionsCommand extends $Command< * @public */ constructor(readonly input: StartFleetActionsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -186,7 +181,4 @@ export class StartFleetActionsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_StartFleetActionsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-gamelift/src/commands/StartGameSessionPlacementCommand.ts b/clients/client-gamelift/src/commands/StartGameSessionPlacementCommand.ts index 9789e274319d..51eee2dec4c5 100644 --- a/clients/client-gamelift/src/commands/StartGameSessionPlacementCommand.ts +++ b/clients/client-gamelift/src/commands/StartGameSessionPlacementCommand.ts @@ -186,9 +186,6 @@ export class StartGameSessionPlacementCommand extends $Command< StartGameSessionPlacementCommandOutput, GameLiftClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -202,9 +199,7 @@ export class StartGameSessionPlacementCommand extends $Command< * @public */ constructor(readonly input: StartGameSessionPlacementCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -260,7 +255,4 @@ export class StartGameSessionPlacementCommand extends $Command< ): Promise { return de_StartGameSessionPlacementCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-gamelift/src/commands/StartMatchBackfillCommand.ts b/clients/client-gamelift/src/commands/StartMatchBackfillCommand.ts index 56c1d4679fbe..9835891f76fd 100644 --- a/clients/client-gamelift/src/commands/StartMatchBackfillCommand.ts +++ b/clients/client-gamelift/src/commands/StartMatchBackfillCommand.ts @@ -192,9 +192,6 @@ export class StartMatchBackfillCommand extends $Command< StartMatchBackfillCommandOutput, GameLiftClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -208,9 +205,7 @@ export class StartMatchBackfillCommand extends $Command< * @public */ constructor(readonly input: StartMatchBackfillCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -263,7 +258,4 @@ export class StartMatchBackfillCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_StartMatchBackfillCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-gamelift/src/commands/StartMatchmakingCommand.ts b/clients/client-gamelift/src/commands/StartMatchmakingCommand.ts index cc3b80614152..09cf728bd174 100644 --- a/clients/client-gamelift/src/commands/StartMatchmakingCommand.ts +++ b/clients/client-gamelift/src/commands/StartMatchmakingCommand.ts @@ -183,9 +183,6 @@ export class StartMatchmakingCommand extends $Command< StartMatchmakingCommandOutput, GameLiftClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -199,9 +196,7 @@ export class StartMatchmakingCommand extends $Command< * @public */ constructor(readonly input: StartMatchmakingCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -254,7 +249,4 @@ export class StartMatchmakingCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_StartMatchmakingCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-gamelift/src/commands/StopFleetActionsCommand.ts b/clients/client-gamelift/src/commands/StopFleetActionsCommand.ts index be31429afe23..61de3e66adf0 100644 --- a/clients/client-gamelift/src/commands/StopFleetActionsCommand.ts +++ b/clients/client-gamelift/src/commands/StopFleetActionsCommand.ts @@ -118,9 +118,6 @@ export class StopFleetActionsCommand extends $Command< StopFleetActionsCommandOutput, GameLiftClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -134,9 +131,7 @@ export class StopFleetActionsCommand extends $Command< * @public */ constructor(readonly input: StopFleetActionsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -189,7 +184,4 @@ export class StopFleetActionsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_StopFleetActionsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-gamelift/src/commands/StopGameSessionPlacementCommand.ts b/clients/client-gamelift/src/commands/StopGameSessionPlacementCommand.ts index f4cc1686de8b..8845dc92d0f2 100644 --- a/clients/client-gamelift/src/commands/StopGameSessionPlacementCommand.ts +++ b/clients/client-gamelift/src/commands/StopGameSessionPlacementCommand.ts @@ -125,9 +125,6 @@ export class StopGameSessionPlacementCommand extends $Command< StopGameSessionPlacementCommandOutput, GameLiftClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -141,9 +138,7 @@ export class StopGameSessionPlacementCommand extends $Command< * @public */ constructor(readonly input: StopGameSessionPlacementCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -196,7 +191,4 @@ export class StopGameSessionPlacementCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_StopGameSessionPlacementCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-gamelift/src/commands/StopMatchmakingCommand.ts b/clients/client-gamelift/src/commands/StopMatchmakingCommand.ts index 3b3a89496c57..f9321b548834 100644 --- a/clients/client-gamelift/src/commands/StopMatchmakingCommand.ts +++ b/clients/client-gamelift/src/commands/StopMatchmakingCommand.ts @@ -100,9 +100,6 @@ export class StopMatchmakingCommand extends $Command< StopMatchmakingCommandOutput, GameLiftClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -116,9 +113,7 @@ export class StopMatchmakingCommand extends $Command< * @public */ constructor(readonly input: StopMatchmakingCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -171,7 +166,4 @@ export class StopMatchmakingCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_StopMatchmakingCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-gamelift/src/commands/SuspendGameServerGroupCommand.ts b/clients/client-gamelift/src/commands/SuspendGameServerGroupCommand.ts index ce31d03882c2..2147fb9c0a48 100644 --- a/clients/client-gamelift/src/commands/SuspendGameServerGroupCommand.ts +++ b/clients/client-gamelift/src/commands/SuspendGameServerGroupCommand.ts @@ -136,9 +136,6 @@ export class SuspendGameServerGroupCommand extends $Command< SuspendGameServerGroupCommandOutput, GameLiftClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -152,9 +149,7 @@ export class SuspendGameServerGroupCommand extends $Command< * @public */ constructor(readonly input: SuspendGameServerGroupCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -207,7 +202,4 @@ export class SuspendGameServerGroupCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_SuspendGameServerGroupCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-gamelift/src/commands/TagResourceCommand.ts b/clients/client-gamelift/src/commands/TagResourceCommand.ts index 8267d9f80ee5..098d1972c284 100644 --- a/clients/client-gamelift/src/commands/TagResourceCommand.ts +++ b/clients/client-gamelift/src/commands/TagResourceCommand.ts @@ -113,9 +113,6 @@ export class TagResourceCommand extends $Command< TagResourceCommandOutput, GameLiftClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -129,9 +126,7 @@ export class TagResourceCommand extends $Command< * @public */ constructor(readonly input: TagResourceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -182,7 +177,4 @@ export class TagResourceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_TagResourceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-gamelift/src/commands/UntagResourceCommand.ts b/clients/client-gamelift/src/commands/UntagResourceCommand.ts index 275d458929b4..aaad8b0f475c 100644 --- a/clients/client-gamelift/src/commands/UntagResourceCommand.ts +++ b/clients/client-gamelift/src/commands/UntagResourceCommand.ts @@ -109,9 +109,6 @@ export class UntagResourceCommand extends $Command< UntagResourceCommandOutput, GameLiftClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -125,9 +122,7 @@ export class UntagResourceCommand extends $Command< * @public */ constructor(readonly input: UntagResourceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -178,7 +173,4 @@ export class UntagResourceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UntagResourceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-gamelift/src/commands/UpdateAliasCommand.ts b/clients/client-gamelift/src/commands/UpdateAliasCommand.ts index 18b5c3fe8826..d832fafeadd8 100644 --- a/clients/client-gamelift/src/commands/UpdateAliasCommand.ts +++ b/clients/client-gamelift/src/commands/UpdateAliasCommand.ts @@ -112,9 +112,6 @@ export class UpdateAliasCommand extends $Command< UpdateAliasCommandOutput, GameLiftClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -128,9 +125,7 @@ export class UpdateAliasCommand extends $Command< * @public */ constructor(readonly input: UpdateAliasCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -181,7 +176,4 @@ export class UpdateAliasCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdateAliasCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-gamelift/src/commands/UpdateBuildCommand.ts b/clients/client-gamelift/src/commands/UpdateBuildCommand.ts index c182fb27fdb5..142ebfeba824 100644 --- a/clients/client-gamelift/src/commands/UpdateBuildCommand.ts +++ b/clients/client-gamelift/src/commands/UpdateBuildCommand.ts @@ -108,9 +108,6 @@ export class UpdateBuildCommand extends $Command< UpdateBuildCommandOutput, GameLiftClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -124,9 +121,7 @@ export class UpdateBuildCommand extends $Command< * @public */ constructor(readonly input: UpdateBuildCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -177,7 +172,4 @@ export class UpdateBuildCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdateBuildCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-gamelift/src/commands/UpdateFleetAttributesCommand.ts b/clients/client-gamelift/src/commands/UpdateFleetAttributesCommand.ts index 683c6bc53e94..03a4c5d1aba1 100644 --- a/clients/client-gamelift/src/commands/UpdateFleetAttributesCommand.ts +++ b/clients/client-gamelift/src/commands/UpdateFleetAttributesCommand.ts @@ -124,9 +124,6 @@ export class UpdateFleetAttributesCommand extends $Command< UpdateFleetAttributesCommandOutput, GameLiftClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -140,9 +137,7 @@ export class UpdateFleetAttributesCommand extends $Command< * @public */ constructor(readonly input: UpdateFleetAttributesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -195,7 +190,4 @@ export class UpdateFleetAttributesCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdateFleetAttributesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-gamelift/src/commands/UpdateFleetCapacityCommand.ts b/clients/client-gamelift/src/commands/UpdateFleetCapacityCommand.ts index 370d44d52767..ccc589092d5a 100644 --- a/clients/client-gamelift/src/commands/UpdateFleetCapacityCommand.ts +++ b/clients/client-gamelift/src/commands/UpdateFleetCapacityCommand.ts @@ -152,9 +152,6 @@ export class UpdateFleetCapacityCommand extends $Command< UpdateFleetCapacityCommandOutput, GameLiftClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -168,9 +165,7 @@ export class UpdateFleetCapacityCommand extends $Command< * @public */ constructor(readonly input: UpdateFleetCapacityCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -223,7 +218,4 @@ export class UpdateFleetCapacityCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdateFleetCapacityCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-gamelift/src/commands/UpdateFleetPortSettingsCommand.ts b/clients/client-gamelift/src/commands/UpdateFleetPortSettingsCommand.ts index f03cc493c1a5..b74f63a030b8 100644 --- a/clients/client-gamelift/src/commands/UpdateFleetPortSettingsCommand.ts +++ b/clients/client-gamelift/src/commands/UpdateFleetPortSettingsCommand.ts @@ -137,9 +137,6 @@ export class UpdateFleetPortSettingsCommand extends $Command< UpdateFleetPortSettingsCommandOutput, GameLiftClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -153,9 +150,7 @@ export class UpdateFleetPortSettingsCommand extends $Command< * @public */ constructor(readonly input: UpdateFleetPortSettingsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -208,7 +203,4 @@ export class UpdateFleetPortSettingsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdateFleetPortSettingsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-gamelift/src/commands/UpdateGameServerCommand.ts b/clients/client-gamelift/src/commands/UpdateGameServerCommand.ts index d18aaec50424..a7a78c41749e 100644 --- a/clients/client-gamelift/src/commands/UpdateGameServerCommand.ts +++ b/clients/client-gamelift/src/commands/UpdateGameServerCommand.ts @@ -136,9 +136,6 @@ export class UpdateGameServerCommand extends $Command< UpdateGameServerCommandOutput, GameLiftClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -152,9 +149,7 @@ export class UpdateGameServerCommand extends $Command< * @public */ constructor(readonly input: UpdateGameServerCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -207,7 +202,4 @@ export class UpdateGameServerCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdateGameServerCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-gamelift/src/commands/UpdateGameServerGroupCommand.ts b/clients/client-gamelift/src/commands/UpdateGameServerGroupCommand.ts index f07ecbad35d4..ffe6534eaa14 100644 --- a/clients/client-gamelift/src/commands/UpdateGameServerGroupCommand.ts +++ b/clients/client-gamelift/src/commands/UpdateGameServerGroupCommand.ts @@ -130,9 +130,6 @@ export class UpdateGameServerGroupCommand extends $Command< UpdateGameServerGroupCommandOutput, GameLiftClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -146,9 +143,7 @@ export class UpdateGameServerGroupCommand extends $Command< * @public */ constructor(readonly input: UpdateGameServerGroupCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -201,7 +196,4 @@ export class UpdateGameServerGroupCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdateGameServerGroupCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-gamelift/src/commands/UpdateGameSessionCommand.ts b/clients/client-gamelift/src/commands/UpdateGameSessionCommand.ts index 83429846e452..b98fd320fe39 100644 --- a/clients/client-gamelift/src/commands/UpdateGameSessionCommand.ts +++ b/clients/client-gamelift/src/commands/UpdateGameSessionCommand.ts @@ -134,9 +134,6 @@ export class UpdateGameSessionCommand extends $Command< UpdateGameSessionCommandOutput, GameLiftClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -150,9 +147,7 @@ export class UpdateGameSessionCommand extends $Command< * @public */ constructor(readonly input: UpdateGameSessionCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -205,7 +200,4 @@ export class UpdateGameSessionCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdateGameSessionCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-gamelift/src/commands/UpdateGameSessionQueueCommand.ts b/clients/client-gamelift/src/commands/UpdateGameSessionQueueCommand.ts index df0bc20b8c50..38fb15e934d2 100644 --- a/clients/client-gamelift/src/commands/UpdateGameSessionQueueCommand.ts +++ b/clients/client-gamelift/src/commands/UpdateGameSessionQueueCommand.ts @@ -151,9 +151,6 @@ export class UpdateGameSessionQueueCommand extends $Command< UpdateGameSessionQueueCommandOutput, GameLiftClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -167,9 +164,7 @@ export class UpdateGameSessionQueueCommand extends $Command< * @public */ constructor(readonly input: UpdateGameSessionQueueCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -222,7 +217,4 @@ export class UpdateGameSessionQueueCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdateGameSessionQueueCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-gamelift/src/commands/UpdateMatchmakingConfigurationCommand.ts b/clients/client-gamelift/src/commands/UpdateMatchmakingConfigurationCommand.ts index 2844a9edbd7d..41ee403afe9b 100644 --- a/clients/client-gamelift/src/commands/UpdateMatchmakingConfigurationCommand.ts +++ b/clients/client-gamelift/src/commands/UpdateMatchmakingConfigurationCommand.ts @@ -143,9 +143,6 @@ export class UpdateMatchmakingConfigurationCommand extends $Command< UpdateMatchmakingConfigurationCommandOutput, GameLiftClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -159,9 +156,7 @@ export class UpdateMatchmakingConfigurationCommand extends $Command< * @public */ constructor(readonly input: UpdateMatchmakingConfigurationCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -220,7 +215,4 @@ export class UpdateMatchmakingConfigurationCommand extends $Command< ): Promise { return de_UpdateMatchmakingConfigurationCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-gamelift/src/commands/UpdateRuntimeConfigurationCommand.ts b/clients/client-gamelift/src/commands/UpdateRuntimeConfigurationCommand.ts index cd9fe0921ce0..24ec09a85f32 100644 --- a/clients/client-gamelift/src/commands/UpdateRuntimeConfigurationCommand.ts +++ b/clients/client-gamelift/src/commands/UpdateRuntimeConfigurationCommand.ts @@ -128,9 +128,6 @@ export class UpdateRuntimeConfigurationCommand extends $Command< UpdateRuntimeConfigurationCommandOutput, GameLiftClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -144,9 +141,7 @@ export class UpdateRuntimeConfigurationCommand extends $Command< * @public */ constructor(readonly input: UpdateRuntimeConfigurationCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -202,7 +197,4 @@ export class UpdateRuntimeConfigurationCommand extends $Command< ): Promise { return de_UpdateRuntimeConfigurationCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-gamelift/src/commands/UpdateScriptCommand.ts b/clients/client-gamelift/src/commands/UpdateScriptCommand.ts index 1d2be8d43de9..af98fe723970 100644 --- a/clients/client-gamelift/src/commands/UpdateScriptCommand.ts +++ b/clients/client-gamelift/src/commands/UpdateScriptCommand.ts @@ -127,9 +127,6 @@ export class UpdateScriptCommand extends $Command< UpdateScriptCommandOutput, GameLiftClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -143,9 +140,7 @@ export class UpdateScriptCommand extends $Command< * @public */ constructor(readonly input: UpdateScriptCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -196,7 +191,4 @@ export class UpdateScriptCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdateScriptCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-gamelift/src/commands/ValidateMatchmakingRuleSetCommand.ts b/clients/client-gamelift/src/commands/ValidateMatchmakingRuleSetCommand.ts index c0d3c1c9f132..378046faec4d 100644 --- a/clients/client-gamelift/src/commands/ValidateMatchmakingRuleSetCommand.ts +++ b/clients/client-gamelift/src/commands/ValidateMatchmakingRuleSetCommand.ts @@ -94,9 +94,6 @@ export class ValidateMatchmakingRuleSetCommand extends $Command< ValidateMatchmakingRuleSetCommandOutput, GameLiftClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -110,9 +107,7 @@ export class ValidateMatchmakingRuleSetCommand extends $Command< * @public */ constructor(readonly input: ValidateMatchmakingRuleSetCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -168,7 +163,4 @@ export class ValidateMatchmakingRuleSetCommand extends $Command< ): Promise { return de_ValidateMatchmakingRuleSetCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-glacier/package.json b/clients/client-glacier/package.json index d797efa942c9..d0e07b24089e 100644 --- a/clients/client-glacier/package.json +++ b/clients/client-glacier/package.json @@ -37,31 +37,31 @@ "@aws-sdk/util-endpoints": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@smithy/config-resolver": "^2.0.16", - "@smithy/fetch-http-handler": "^2.2.4", - "@smithy/hash-node": "^2.0.12", - "@smithy/invalid-dependency": "^2.0.12", - "@smithy/middleware-content-length": "^2.0.14", - "@smithy/middleware-endpoint": "^2.1.3", - "@smithy/middleware-retry": "^2.0.18", - "@smithy/middleware-serde": "^2.0.12", - "@smithy/middleware-stack": "^2.0.6", - "@smithy/node-config-provider": "^2.1.3", - "@smithy/node-http-handler": "^2.1.8", - "@smithy/protocol-http": "^3.0.8", - "@smithy/smithy-client": "^2.1.12", - "@smithy/types": "^2.4.0", - "@smithy/url-parser": "^2.0.12", - "@smithy/util-base64": "^2.0.0", + "@smithy/config-resolver": "^2.0.18", + "@smithy/fetch-http-handler": "^2.2.6", + "@smithy/hash-node": "^2.0.15", + "@smithy/invalid-dependency": "^2.0.13", + "@smithy/middleware-content-length": "^2.0.15", + "@smithy/middleware-endpoint": "^2.2.0", + "@smithy/middleware-retry": "^2.0.20", + "@smithy/middleware-serde": "^2.0.13", + "@smithy/middleware-stack": "^2.0.7", + "@smithy/node-config-provider": "^2.1.5", + "@smithy/node-http-handler": "^2.1.9", + "@smithy/protocol-http": "^3.0.9", + "@smithy/smithy-client": "^2.1.15", + "@smithy/types": "^2.5.0", + "@smithy/url-parser": "^2.0.13", + "@smithy/util-base64": "^2.0.1", "@smithy/util-body-length-browser": "^2.0.0", "@smithy/util-body-length-node": "^2.1.0", - "@smithy/util-defaults-mode-browser": "^2.0.16", - "@smithy/util-defaults-mode-node": "^2.0.21", - "@smithy/util-endpoints": "^1.0.2", - "@smithy/util-retry": "^2.0.5", - "@smithy/util-stream": "^2.0.17", - "@smithy/util-utf8": "^2.0.0", - "@smithy/util-waiter": "^2.0.12", + "@smithy/util-defaults-mode-browser": "^2.0.19", + "@smithy/util-defaults-mode-node": "^2.0.25", + "@smithy/util-endpoints": "^1.0.4", + "@smithy/util-retry": "^2.0.6", + "@smithy/util-stream": "^2.0.20", + "@smithy/util-utf8": "^2.0.2", + "@smithy/util-waiter": "^2.0.13", "tslib": "^2.5.0" }, "devDependencies": { diff --git a/clients/client-glacier/src/commands/AbortMultipartUploadCommand.ts b/clients/client-glacier/src/commands/AbortMultipartUploadCommand.ts index 229eefa7b65e..133552db670a 100644 --- a/clients/client-glacier/src/commands/AbortMultipartUploadCommand.ts +++ b/clients/client-glacier/src/commands/AbortMultipartUploadCommand.ts @@ -113,9 +113,6 @@ export class AbortMultipartUploadCommand extends $Command< AbortMultipartUploadCommandOutput, GlacierClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -129,9 +126,7 @@ export class AbortMultipartUploadCommand extends $Command< * @public */ constructor(readonly input: AbortMultipartUploadCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -184,7 +179,4 @@ export class AbortMultipartUploadCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_AbortMultipartUploadCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-glacier/src/commands/AbortVaultLockCommand.ts b/clients/client-glacier/src/commands/AbortVaultLockCommand.ts index b78e79559258..d277bcfeca03 100644 --- a/clients/client-glacier/src/commands/AbortVaultLockCommand.ts +++ b/clients/client-glacier/src/commands/AbortVaultLockCommand.ts @@ -107,9 +107,6 @@ export class AbortVaultLockCommand extends $Command< AbortVaultLockCommandOutput, GlacierClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -123,9 +120,7 @@ export class AbortVaultLockCommand extends $Command< * @public */ constructor(readonly input: AbortVaultLockCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -178,7 +173,4 @@ export class AbortVaultLockCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_AbortVaultLockCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-glacier/src/commands/AddTagsToVaultCommand.ts b/clients/client-glacier/src/commands/AddTagsToVaultCommand.ts index bb0229e1a4bf..324664af3a34 100644 --- a/clients/client-glacier/src/commands/AddTagsToVaultCommand.ts +++ b/clients/client-glacier/src/commands/AddTagsToVaultCommand.ts @@ -109,9 +109,6 @@ export class AddTagsToVaultCommand extends $Command< AddTagsToVaultCommandOutput, GlacierClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -125,9 +122,7 @@ export class AddTagsToVaultCommand extends $Command< * @public */ constructor(readonly input: AddTagsToVaultCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -180,7 +175,4 @@ export class AddTagsToVaultCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_AddTagsToVaultCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-glacier/src/commands/CompleteMultipartUploadCommand.ts b/clients/client-glacier/src/commands/CompleteMultipartUploadCommand.ts index 6a33d7e5f62a..f81297d38910 100644 --- a/clients/client-glacier/src/commands/CompleteMultipartUploadCommand.ts +++ b/clients/client-glacier/src/commands/CompleteMultipartUploadCommand.ts @@ -148,9 +148,6 @@ export class CompleteMultipartUploadCommand extends $Command< CompleteMultipartUploadCommandOutput, GlacierClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -164,9 +161,7 @@ export class CompleteMultipartUploadCommand extends $Command< * @public */ constructor(readonly input: CompleteMultipartUploadCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -219,7 +214,4 @@ export class CompleteMultipartUploadCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CompleteMultipartUploadCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-glacier/src/commands/CompleteVaultLockCommand.ts b/clients/client-glacier/src/commands/CompleteVaultLockCommand.ts index bf37e49b7e7e..e4d38d9e476e 100644 --- a/clients/client-glacier/src/commands/CompleteVaultLockCommand.ts +++ b/clients/client-glacier/src/commands/CompleteVaultLockCommand.ts @@ -109,9 +109,6 @@ export class CompleteVaultLockCommand extends $Command< CompleteVaultLockCommandOutput, GlacierClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -125,9 +122,7 @@ export class CompleteVaultLockCommand extends $Command< * @public */ constructor(readonly input: CompleteVaultLockCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -180,7 +175,4 @@ export class CompleteVaultLockCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CompleteVaultLockCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-glacier/src/commands/CreateVaultCommand.ts b/clients/client-glacier/src/commands/CreateVaultCommand.ts index 91fbe0467e62..396d2bdec1b7 100644 --- a/clients/client-glacier/src/commands/CreateVaultCommand.ts +++ b/clients/client-glacier/src/commands/CreateVaultCommand.ts @@ -123,9 +123,6 @@ export class CreateVaultCommand extends $Command< CreateVaultCommandOutput, GlacierClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -139,9 +136,7 @@ export class CreateVaultCommand extends $Command< * @public */ constructor(readonly input: CreateVaultCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -192,7 +187,4 @@ export class CreateVaultCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateVaultCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-glacier/src/commands/DeleteArchiveCommand.ts b/clients/client-glacier/src/commands/DeleteArchiveCommand.ts index baf9c76fd5e9..c300f5f26be7 100644 --- a/clients/client-glacier/src/commands/DeleteArchiveCommand.ts +++ b/clients/client-glacier/src/commands/DeleteArchiveCommand.ts @@ -122,9 +122,6 @@ export class DeleteArchiveCommand extends $Command< DeleteArchiveCommandOutput, GlacierClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -138,9 +135,7 @@ export class DeleteArchiveCommand extends $Command< * @public */ constructor(readonly input: DeleteArchiveCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -191,7 +186,4 @@ export class DeleteArchiveCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteArchiveCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-glacier/src/commands/DeleteVaultAccessPolicyCommand.ts b/clients/client-glacier/src/commands/DeleteVaultAccessPolicyCommand.ts index 84fa0fddc3d0..daac3ce73c67 100644 --- a/clients/client-glacier/src/commands/DeleteVaultAccessPolicyCommand.ts +++ b/clients/client-glacier/src/commands/DeleteVaultAccessPolicyCommand.ts @@ -100,9 +100,6 @@ export class DeleteVaultAccessPolicyCommand extends $Command< DeleteVaultAccessPolicyCommandOutput, GlacierClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -116,9 +113,7 @@ export class DeleteVaultAccessPolicyCommand extends $Command< * @public */ constructor(readonly input: DeleteVaultAccessPolicyCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -171,7 +166,4 @@ export class DeleteVaultAccessPolicyCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteVaultAccessPolicyCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-glacier/src/commands/DeleteVaultCommand.ts b/clients/client-glacier/src/commands/DeleteVaultCommand.ts index 3884027e9639..7f14236ce9d3 100644 --- a/clients/client-glacier/src/commands/DeleteVaultCommand.ts +++ b/clients/client-glacier/src/commands/DeleteVaultCommand.ts @@ -113,9 +113,6 @@ export class DeleteVaultCommand extends $Command< DeleteVaultCommandOutput, GlacierClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -129,9 +126,7 @@ export class DeleteVaultCommand extends $Command< * @public */ constructor(readonly input: DeleteVaultCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -182,7 +177,4 @@ export class DeleteVaultCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteVaultCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-glacier/src/commands/DeleteVaultNotificationsCommand.ts b/clients/client-glacier/src/commands/DeleteVaultNotificationsCommand.ts index 029fbef525a1..29b46ab6405a 100644 --- a/clients/client-glacier/src/commands/DeleteVaultNotificationsCommand.ts +++ b/clients/client-glacier/src/commands/DeleteVaultNotificationsCommand.ts @@ -106,9 +106,6 @@ export class DeleteVaultNotificationsCommand extends $Command< DeleteVaultNotificationsCommandOutput, GlacierClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -122,9 +119,7 @@ export class DeleteVaultNotificationsCommand extends $Command< * @public */ constructor(readonly input: DeleteVaultNotificationsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -177,7 +172,4 @@ export class DeleteVaultNotificationsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteVaultNotificationsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-glacier/src/commands/DescribeJobCommand.ts b/clients/client-glacier/src/commands/DescribeJobCommand.ts index 9a000223ff71..fa1bb85d35aa 100644 --- a/clients/client-glacier/src/commands/DescribeJobCommand.ts +++ b/clients/client-glacier/src/commands/DescribeJobCommand.ts @@ -212,9 +212,6 @@ export class DescribeJobCommand extends $Command< DescribeJobCommandOutput, GlacierClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -228,9 +225,7 @@ export class DescribeJobCommand extends $Command< * @public */ constructor(readonly input: DescribeJobCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -281,7 +276,4 @@ export class DescribeJobCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DescribeJobCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-glacier/src/commands/DescribeVaultCommand.ts b/clients/client-glacier/src/commands/DescribeVaultCommand.ts index f105b38d9a18..a2f7854ea1d2 100644 --- a/clients/client-glacier/src/commands/DescribeVaultCommand.ts +++ b/clients/client-glacier/src/commands/DescribeVaultCommand.ts @@ -127,9 +127,6 @@ export class DescribeVaultCommand extends $Command< DescribeVaultCommandOutput, GlacierClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -143,9 +140,7 @@ export class DescribeVaultCommand extends $Command< * @public */ constructor(readonly input: DescribeVaultCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -196,7 +191,4 @@ export class DescribeVaultCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DescribeVaultCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-glacier/src/commands/GetDataRetrievalPolicyCommand.ts b/clients/client-glacier/src/commands/GetDataRetrievalPolicyCommand.ts index 74bd606255ac..e00af0c52d7e 100644 --- a/clients/client-glacier/src/commands/GetDataRetrievalPolicyCommand.ts +++ b/clients/client-glacier/src/commands/GetDataRetrievalPolicyCommand.ts @@ -111,9 +111,6 @@ export class GetDataRetrievalPolicyCommand extends $Command< GetDataRetrievalPolicyCommandOutput, GlacierClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -127,9 +124,7 @@ export class GetDataRetrievalPolicyCommand extends $Command< * @public */ constructor(readonly input: GetDataRetrievalPolicyCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -182,7 +177,4 @@ export class GetDataRetrievalPolicyCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetDataRetrievalPolicyCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-glacier/src/commands/GetJobOutputCommand.ts b/clients/client-glacier/src/commands/GetJobOutputCommand.ts index c62a43e5a9c5..0c7591370448 100644 --- a/clients/client-glacier/src/commands/GetJobOutputCommand.ts +++ b/clients/client-glacier/src/commands/GetJobOutputCommand.ts @@ -154,9 +154,6 @@ export class GetJobOutputCommand extends $Command< GetJobOutputCommandOutput, GlacierClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -170,9 +167,7 @@ export class GetJobOutputCommand extends $Command< * @public */ constructor(readonly input: GetJobOutputCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -226,7 +221,4 @@ export class GetJobOutputCommand extends $Command< ): Promise { return de_GetJobOutputCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-glacier/src/commands/GetVaultAccessPolicyCommand.ts b/clients/client-glacier/src/commands/GetVaultAccessPolicyCommand.ts index cedef80093c6..d885d857914c 100644 --- a/clients/client-glacier/src/commands/GetVaultAccessPolicyCommand.ts +++ b/clients/client-glacier/src/commands/GetVaultAccessPolicyCommand.ts @@ -110,9 +110,6 @@ export class GetVaultAccessPolicyCommand extends $Command< GetVaultAccessPolicyCommandOutput, GlacierClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -126,9 +123,7 @@ export class GetVaultAccessPolicyCommand extends $Command< * @public */ constructor(readonly input: GetVaultAccessPolicyCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -181,7 +176,4 @@ export class GetVaultAccessPolicyCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetVaultAccessPolicyCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-glacier/src/commands/GetVaultLockCommand.ts b/clients/client-glacier/src/commands/GetVaultLockCommand.ts index 605c59dd7dbf..82466cd2b796 100644 --- a/clients/client-glacier/src/commands/GetVaultLockCommand.ts +++ b/clients/client-glacier/src/commands/GetVaultLockCommand.ts @@ -134,9 +134,6 @@ export class GetVaultLockCommand extends $Command< GetVaultLockCommandOutput, GlacierClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -150,9 +147,7 @@ export class GetVaultLockCommand extends $Command< * @public */ constructor(readonly input: GetVaultLockCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -203,7 +198,4 @@ export class GetVaultLockCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetVaultLockCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-glacier/src/commands/GetVaultNotificationsCommand.ts b/clients/client-glacier/src/commands/GetVaultNotificationsCommand.ts index c364ffc6bdf3..555286ed0548 100644 --- a/clients/client-glacier/src/commands/GetVaultNotificationsCommand.ts +++ b/clients/client-glacier/src/commands/GetVaultNotificationsCommand.ts @@ -127,9 +127,6 @@ export class GetVaultNotificationsCommand extends $Command< GetVaultNotificationsCommandOutput, GlacierClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -143,9 +140,7 @@ export class GetVaultNotificationsCommand extends $Command< * @public */ constructor(readonly input: GetVaultNotificationsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -198,7 +193,4 @@ export class GetVaultNotificationsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetVaultNotificationsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-glacier/src/commands/InitiateJobCommand.ts b/clients/client-glacier/src/commands/InitiateJobCommand.ts index ced219f435da..46ac3225908b 100644 --- a/clients/client-glacier/src/commands/InitiateJobCommand.ts +++ b/clients/client-glacier/src/commands/InitiateJobCommand.ts @@ -192,9 +192,6 @@ export class InitiateJobCommand extends $Command< InitiateJobCommandOutput, GlacierClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -208,9 +205,7 @@ export class InitiateJobCommand extends $Command< * @public */ constructor(readonly input: InitiateJobCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -261,7 +256,4 @@ export class InitiateJobCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_InitiateJobCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-glacier/src/commands/InitiateMultipartUploadCommand.ts b/clients/client-glacier/src/commands/InitiateMultipartUploadCommand.ts index be42768491e1..6e94868c3234 100644 --- a/clients/client-glacier/src/commands/InitiateMultipartUploadCommand.ts +++ b/clients/client-glacier/src/commands/InitiateMultipartUploadCommand.ts @@ -139,9 +139,6 @@ export class InitiateMultipartUploadCommand extends $Command< InitiateMultipartUploadCommandOutput, GlacierClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -155,9 +152,7 @@ export class InitiateMultipartUploadCommand extends $Command< * @public */ constructor(readonly input: InitiateMultipartUploadCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -210,7 +205,4 @@ export class InitiateMultipartUploadCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_InitiateMultipartUploadCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-glacier/src/commands/InitiateVaultLockCommand.ts b/clients/client-glacier/src/commands/InitiateVaultLockCommand.ts index 967510c7d19e..2e5d212128df 100644 --- a/clients/client-glacier/src/commands/InitiateVaultLockCommand.ts +++ b/clients/client-glacier/src/commands/InitiateVaultLockCommand.ts @@ -141,9 +141,6 @@ export class InitiateVaultLockCommand extends $Command< InitiateVaultLockCommandOutput, GlacierClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -157,9 +154,7 @@ export class InitiateVaultLockCommand extends $Command< * @public */ constructor(readonly input: InitiateVaultLockCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -212,7 +207,4 @@ export class InitiateVaultLockCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_InitiateVaultLockCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-glacier/src/commands/ListJobsCommand.ts b/clients/client-glacier/src/commands/ListJobsCommand.ts index 0950971ed415..b9204689ce9f 100644 --- a/clients/client-glacier/src/commands/ListJobsCommand.ts +++ b/clients/client-glacier/src/commands/ListJobsCommand.ts @@ -250,9 +250,6 @@ export class ListJobsCommand extends $Command< ListJobsCommandOutput, GlacierClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -266,9 +263,7 @@ export class ListJobsCommand extends $Command< * @public */ constructor(readonly input: ListJobsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -319,7 +314,4 @@ export class ListJobsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListJobsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-glacier/src/commands/ListMultipartUploadsCommand.ts b/clients/client-glacier/src/commands/ListMultipartUploadsCommand.ts index 9b523d0acc8a..4a74ba8ef56e 100644 --- a/clients/client-glacier/src/commands/ListMultipartUploadsCommand.ts +++ b/clients/client-glacier/src/commands/ListMultipartUploadsCommand.ts @@ -160,9 +160,6 @@ export class ListMultipartUploadsCommand extends $Command< ListMultipartUploadsCommandOutput, GlacierClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -176,9 +173,7 @@ export class ListMultipartUploadsCommand extends $Command< * @public */ constructor(readonly input: ListMultipartUploadsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -231,7 +226,4 @@ export class ListMultipartUploadsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListMultipartUploadsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-glacier/src/commands/ListPartsCommand.ts b/clients/client-glacier/src/commands/ListPartsCommand.ts index e7139827f477..c6e9ddb8a6ce 100644 --- a/clients/client-glacier/src/commands/ListPartsCommand.ts +++ b/clients/client-glacier/src/commands/ListPartsCommand.ts @@ -152,9 +152,6 @@ export class ListPartsCommand extends $Command< ListPartsCommandOutput, GlacierClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -168,9 +165,7 @@ export class ListPartsCommand extends $Command< * @public */ constructor(readonly input: ListPartsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -221,7 +216,4 @@ export class ListPartsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListPartsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-glacier/src/commands/ListProvisionedCapacityCommand.ts b/clients/client-glacier/src/commands/ListProvisionedCapacityCommand.ts index b79b6da36f27..7656ccc2b0de 100644 --- a/clients/client-glacier/src/commands/ListProvisionedCapacityCommand.ts +++ b/clients/client-glacier/src/commands/ListProvisionedCapacityCommand.ts @@ -113,9 +113,6 @@ export class ListProvisionedCapacityCommand extends $Command< ListProvisionedCapacityCommandOutput, GlacierClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -129,9 +126,7 @@ export class ListProvisionedCapacityCommand extends $Command< * @public */ constructor(readonly input: ListProvisionedCapacityCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -184,7 +179,4 @@ export class ListProvisionedCapacityCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListProvisionedCapacityCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-glacier/src/commands/ListTagsForVaultCommand.ts b/clients/client-glacier/src/commands/ListTagsForVaultCommand.ts index 46c0f6736cde..7fb831a5c789 100644 --- a/clients/client-glacier/src/commands/ListTagsForVaultCommand.ts +++ b/clients/client-glacier/src/commands/ListTagsForVaultCommand.ts @@ -108,9 +108,6 @@ export class ListTagsForVaultCommand extends $Command< ListTagsForVaultCommandOutput, GlacierClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -124,9 +121,7 @@ export class ListTagsForVaultCommand extends $Command< * @public */ constructor(readonly input: ListTagsForVaultCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -179,7 +174,4 @@ export class ListTagsForVaultCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListTagsForVaultCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-glacier/src/commands/ListVaultsCommand.ts b/clients/client-glacier/src/commands/ListVaultsCommand.ts index fe253f0689ba..df056a2f1de6 100644 --- a/clients/client-glacier/src/commands/ListVaultsCommand.ts +++ b/clients/client-glacier/src/commands/ListVaultsCommand.ts @@ -140,9 +140,6 @@ export class ListVaultsCommand extends $Command< ListVaultsCommandOutput, GlacierClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -156,9 +153,7 @@ export class ListVaultsCommand extends $Command< * @public */ constructor(readonly input: ListVaultsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -209,7 +204,4 @@ export class ListVaultsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListVaultsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-glacier/src/commands/PurchaseProvisionedCapacityCommand.ts b/clients/client-glacier/src/commands/PurchaseProvisionedCapacityCommand.ts index fc6ca300e074..e6d5849e0620 100644 --- a/clients/client-glacier/src/commands/PurchaseProvisionedCapacityCommand.ts +++ b/clients/client-glacier/src/commands/PurchaseProvisionedCapacityCommand.ts @@ -101,9 +101,6 @@ export class PurchaseProvisionedCapacityCommand extends $Command< PurchaseProvisionedCapacityCommandOutput, GlacierClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -117,9 +114,7 @@ export class PurchaseProvisionedCapacityCommand extends $Command< * @public */ constructor(readonly input: PurchaseProvisionedCapacityCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -175,7 +170,4 @@ export class PurchaseProvisionedCapacityCommand extends $Command< ): Promise { return de_PurchaseProvisionedCapacityCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-glacier/src/commands/RemoveTagsFromVaultCommand.ts b/clients/client-glacier/src/commands/RemoveTagsFromVaultCommand.ts index 70a313fc9b1a..3abc0f1914de 100644 --- a/clients/client-glacier/src/commands/RemoveTagsFromVaultCommand.ts +++ b/clients/client-glacier/src/commands/RemoveTagsFromVaultCommand.ts @@ -104,9 +104,6 @@ export class RemoveTagsFromVaultCommand extends $Command< RemoveTagsFromVaultCommandOutput, GlacierClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -120,9 +117,7 @@ export class RemoveTagsFromVaultCommand extends $Command< * @public */ constructor(readonly input: RemoveTagsFromVaultCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -175,7 +170,4 @@ export class RemoveTagsFromVaultCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_RemoveTagsFromVaultCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-glacier/src/commands/SetDataRetrievalPolicyCommand.ts b/clients/client-glacier/src/commands/SetDataRetrievalPolicyCommand.ts index 32a68499d22f..ed31b18b56ed 100644 --- a/clients/client-glacier/src/commands/SetDataRetrievalPolicyCommand.ts +++ b/clients/client-glacier/src/commands/SetDataRetrievalPolicyCommand.ts @@ -109,9 +109,6 @@ export class SetDataRetrievalPolicyCommand extends $Command< SetDataRetrievalPolicyCommandOutput, GlacierClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -125,9 +122,7 @@ export class SetDataRetrievalPolicyCommand extends $Command< * @public */ constructor(readonly input: SetDataRetrievalPolicyCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -180,7 +175,4 @@ export class SetDataRetrievalPolicyCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_SetDataRetrievalPolicyCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-glacier/src/commands/SetVaultAccessPolicyCommand.ts b/clients/client-glacier/src/commands/SetVaultAccessPolicyCommand.ts index 561b53e105e9..2fafb4922ca3 100644 --- a/clients/client-glacier/src/commands/SetVaultAccessPolicyCommand.ts +++ b/clients/client-glacier/src/commands/SetVaultAccessPolicyCommand.ts @@ -105,9 +105,6 @@ export class SetVaultAccessPolicyCommand extends $Command< SetVaultAccessPolicyCommandOutput, GlacierClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -121,9 +118,7 @@ export class SetVaultAccessPolicyCommand extends $Command< * @public */ constructor(readonly input: SetVaultAccessPolicyCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -176,7 +171,4 @@ export class SetVaultAccessPolicyCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_SetVaultAccessPolicyCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-glacier/src/commands/SetVaultNotificationsCommand.ts b/clients/client-glacier/src/commands/SetVaultNotificationsCommand.ts index ac1f6d7179fa..300e7800feb6 100644 --- a/clients/client-glacier/src/commands/SetVaultNotificationsCommand.ts +++ b/clients/client-glacier/src/commands/SetVaultNotificationsCommand.ts @@ -144,9 +144,6 @@ export class SetVaultNotificationsCommand extends $Command< SetVaultNotificationsCommandOutput, GlacierClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -160,9 +157,7 @@ export class SetVaultNotificationsCommand extends $Command< * @public */ constructor(readonly input: SetVaultNotificationsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -215,7 +210,4 @@ export class SetVaultNotificationsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_SetVaultNotificationsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-glacier/src/commands/UploadArchiveCommand.ts b/clients/client-glacier/src/commands/UploadArchiveCommand.ts index eccc184da24b..92d026361fbd 100644 --- a/clients/client-glacier/src/commands/UploadArchiveCommand.ts +++ b/clients/client-glacier/src/commands/UploadArchiveCommand.ts @@ -150,9 +150,6 @@ export class UploadArchiveCommand extends $Command< UploadArchiveCommandOutput, GlacierClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -166,9 +163,7 @@ export class UploadArchiveCommand extends $Command< * @public */ constructor(readonly input: UploadArchiveCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -219,7 +214,4 @@ export class UploadArchiveCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UploadArchiveCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-glacier/src/commands/UploadMultipartPartCommand.ts b/clients/client-glacier/src/commands/UploadMultipartPartCommand.ts index 100e709b8770..bd55558424fe 100644 --- a/clients/client-glacier/src/commands/UploadMultipartPartCommand.ts +++ b/clients/client-glacier/src/commands/UploadMultipartPartCommand.ts @@ -171,9 +171,6 @@ export class UploadMultipartPartCommand extends $Command< UploadMultipartPartCommandOutput, GlacierClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -187,9 +184,7 @@ export class UploadMultipartPartCommand extends $Command< * @public */ constructor(readonly input: UploadMultipartPartCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -242,7 +237,4 @@ export class UploadMultipartPartCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UploadMultipartPartCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-global-accelerator/package.json b/clients/client-global-accelerator/package.json index f2b925709d1a..4b16a39af359 100644 --- a/clients/client-global-accelerator/package.json +++ b/clients/client-global-accelerator/package.json @@ -34,29 +34,29 @@ "@aws-sdk/util-endpoints": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@smithy/config-resolver": "^2.0.16", - "@smithy/fetch-http-handler": "^2.2.4", - "@smithy/hash-node": "^2.0.12", - "@smithy/invalid-dependency": "^2.0.12", - "@smithy/middleware-content-length": "^2.0.14", - "@smithy/middleware-endpoint": "^2.1.3", - "@smithy/middleware-retry": "^2.0.18", - "@smithy/middleware-serde": "^2.0.12", - "@smithy/middleware-stack": "^2.0.6", - "@smithy/node-config-provider": "^2.1.3", - "@smithy/node-http-handler": "^2.1.8", - "@smithy/protocol-http": "^3.0.8", - "@smithy/smithy-client": "^2.1.12", - "@smithy/types": "^2.4.0", - "@smithy/url-parser": "^2.0.12", - "@smithy/util-base64": "^2.0.0", + "@smithy/config-resolver": "^2.0.18", + "@smithy/fetch-http-handler": "^2.2.6", + "@smithy/hash-node": "^2.0.15", + "@smithy/invalid-dependency": "^2.0.13", + "@smithy/middleware-content-length": "^2.0.15", + "@smithy/middleware-endpoint": "^2.2.0", + "@smithy/middleware-retry": "^2.0.20", + "@smithy/middleware-serde": "^2.0.13", + "@smithy/middleware-stack": "^2.0.7", + "@smithy/node-config-provider": "^2.1.5", + "@smithy/node-http-handler": "^2.1.9", + "@smithy/protocol-http": "^3.0.9", + "@smithy/smithy-client": "^2.1.15", + "@smithy/types": "^2.5.0", + "@smithy/url-parser": "^2.0.13", + "@smithy/util-base64": "^2.0.1", "@smithy/util-body-length-browser": "^2.0.0", "@smithy/util-body-length-node": "^2.1.0", - "@smithy/util-defaults-mode-browser": "^2.0.16", - "@smithy/util-defaults-mode-node": "^2.0.21", - "@smithy/util-endpoints": "^1.0.2", - "@smithy/util-retry": "^2.0.5", - "@smithy/util-utf8": "^2.0.0", + "@smithy/util-defaults-mode-browser": "^2.0.19", + "@smithy/util-defaults-mode-node": "^2.0.25", + "@smithy/util-endpoints": "^1.0.4", + "@smithy/util-retry": "^2.0.6", + "@smithy/util-utf8": "^2.0.2", "tslib": "^2.5.0", "uuid": "^8.3.2" }, diff --git a/clients/client-global-accelerator/src/commands/AddCustomRoutingEndpointsCommand.ts b/clients/client-global-accelerator/src/commands/AddCustomRoutingEndpointsCommand.ts index 5026bb0618ac..99348d138883 100644 --- a/clients/client-global-accelerator/src/commands/AddCustomRoutingEndpointsCommand.ts +++ b/clients/client-global-accelerator/src/commands/AddCustomRoutingEndpointsCommand.ts @@ -116,9 +116,6 @@ export class AddCustomRoutingEndpointsCommand extends $Command< AddCustomRoutingEndpointsCommandOutput, GlobalAcceleratorClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -132,9 +129,7 @@ export class AddCustomRoutingEndpointsCommand extends $Command< * @public */ constructor(readonly input: AddCustomRoutingEndpointsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -190,7 +185,4 @@ export class AddCustomRoutingEndpointsCommand extends $Command< ): Promise { return de_AddCustomRoutingEndpointsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-global-accelerator/src/commands/AddEndpointsCommand.ts b/clients/client-global-accelerator/src/commands/AddEndpointsCommand.ts index 5852925afb32..a796973b3c27 100644 --- a/clients/client-global-accelerator/src/commands/AddEndpointsCommand.ts +++ b/clients/client-global-accelerator/src/commands/AddEndpointsCommand.ts @@ -128,9 +128,6 @@ export class AddEndpointsCommand extends $Command< AddEndpointsCommandOutput, GlobalAcceleratorClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -144,9 +141,7 @@ export class AddEndpointsCommand extends $Command< * @public */ constructor(readonly input: AddEndpointsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -197,7 +192,4 @@ export class AddEndpointsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_AddEndpointsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-global-accelerator/src/commands/AdvertiseByoipCidrCommand.ts b/clients/client-global-accelerator/src/commands/AdvertiseByoipCidrCommand.ts index 9ba3a25191ea..e2df4dfb4c6b 100644 --- a/clients/client-global-accelerator/src/commands/AdvertiseByoipCidrCommand.ts +++ b/clients/client-global-accelerator/src/commands/AdvertiseByoipCidrCommand.ts @@ -105,9 +105,6 @@ export class AdvertiseByoipCidrCommand extends $Command< AdvertiseByoipCidrCommandOutput, GlobalAcceleratorClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -121,9 +118,7 @@ export class AdvertiseByoipCidrCommand extends $Command< * @public */ constructor(readonly input: AdvertiseByoipCidrCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -176,7 +171,4 @@ export class AdvertiseByoipCidrCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_AdvertiseByoipCidrCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-global-accelerator/src/commands/AllowCustomRoutingTrafficCommand.ts b/clients/client-global-accelerator/src/commands/AllowCustomRoutingTrafficCommand.ts index 51afa61ad863..4c436f020a05 100644 --- a/clients/client-global-accelerator/src/commands/AllowCustomRoutingTrafficCommand.ts +++ b/clients/client-global-accelerator/src/commands/AllowCustomRoutingTrafficCommand.ts @@ -94,9 +94,6 @@ export class AllowCustomRoutingTrafficCommand extends $Command< AllowCustomRoutingTrafficCommandOutput, GlobalAcceleratorClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -110,9 +107,7 @@ export class AllowCustomRoutingTrafficCommand extends $Command< * @public */ constructor(readonly input: AllowCustomRoutingTrafficCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -168,7 +163,4 @@ export class AllowCustomRoutingTrafficCommand extends $Command< ): Promise { return de_AllowCustomRoutingTrafficCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-global-accelerator/src/commands/CreateAcceleratorCommand.ts b/clients/client-global-accelerator/src/commands/CreateAcceleratorCommand.ts index b4131cf39cea..1aa8853fbbdd 100644 --- a/clients/client-global-accelerator/src/commands/CreateAcceleratorCommand.ts +++ b/clients/client-global-accelerator/src/commands/CreateAcceleratorCommand.ts @@ -126,9 +126,6 @@ export class CreateAcceleratorCommand extends $Command< CreateAcceleratorCommandOutput, GlobalAcceleratorClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -142,9 +139,7 @@ export class CreateAcceleratorCommand extends $Command< * @public */ constructor(readonly input: CreateAcceleratorCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -197,7 +192,4 @@ export class CreateAcceleratorCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateAcceleratorCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-global-accelerator/src/commands/CreateCrossAccountAttachmentCommand.ts b/clients/client-global-accelerator/src/commands/CreateCrossAccountAttachmentCommand.ts index 4b38686937d6..272f506c51a0 100644 --- a/clients/client-global-accelerator/src/commands/CreateCrossAccountAttachmentCommand.ts +++ b/clients/client-global-accelerator/src/commands/CreateCrossAccountAttachmentCommand.ts @@ -132,9 +132,6 @@ export class CreateCrossAccountAttachmentCommand extends $Command< CreateCrossAccountAttachmentCommandOutput, GlobalAcceleratorClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -148,9 +145,7 @@ export class CreateCrossAccountAttachmentCommand extends $Command< * @public */ constructor(readonly input: CreateCrossAccountAttachmentCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -206,7 +201,4 @@ export class CreateCrossAccountAttachmentCommand extends $Command< ): Promise { return de_CreateCrossAccountAttachmentCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-global-accelerator/src/commands/CreateCustomRoutingAcceleratorCommand.ts b/clients/client-global-accelerator/src/commands/CreateCustomRoutingAcceleratorCommand.ts index 354b663b32a2..998ff77cdf5b 100644 --- a/clients/client-global-accelerator/src/commands/CreateCustomRoutingAcceleratorCommand.ts +++ b/clients/client-global-accelerator/src/commands/CreateCustomRoutingAcceleratorCommand.ts @@ -131,9 +131,6 @@ export class CreateCustomRoutingAcceleratorCommand extends $Command< CreateCustomRoutingAcceleratorCommandOutput, GlobalAcceleratorClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -147,9 +144,7 @@ export class CreateCustomRoutingAcceleratorCommand extends $Command< * @public */ constructor(readonly input: CreateCustomRoutingAcceleratorCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -208,7 +203,4 @@ export class CreateCustomRoutingAcceleratorCommand extends $Command< ): Promise { return de_CreateCustomRoutingAcceleratorCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-global-accelerator/src/commands/CreateCustomRoutingEndpointGroupCommand.ts b/clients/client-global-accelerator/src/commands/CreateCustomRoutingEndpointGroupCommand.ts index 20776848f53f..bfce27a34754 100644 --- a/clients/client-global-accelerator/src/commands/CreateCustomRoutingEndpointGroupCommand.ts +++ b/clients/client-global-accelerator/src/commands/CreateCustomRoutingEndpointGroupCommand.ts @@ -133,9 +133,6 @@ export class CreateCustomRoutingEndpointGroupCommand extends $Command< CreateCustomRoutingEndpointGroupCommandOutput, GlobalAcceleratorClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -149,9 +146,7 @@ export class CreateCustomRoutingEndpointGroupCommand extends $Command< * @public */ constructor(readonly input: CreateCustomRoutingEndpointGroupCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -210,7 +205,4 @@ export class CreateCustomRoutingEndpointGroupCommand extends $Command< ): Promise { return de_CreateCustomRoutingEndpointGroupCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-global-accelerator/src/commands/CreateCustomRoutingListenerCommand.ts b/clients/client-global-accelerator/src/commands/CreateCustomRoutingListenerCommand.ts index e47bd70489bd..475a4a5e8502 100644 --- a/clients/client-global-accelerator/src/commands/CreateCustomRoutingListenerCommand.ts +++ b/clients/client-global-accelerator/src/commands/CreateCustomRoutingListenerCommand.ts @@ -107,9 +107,6 @@ export class CreateCustomRoutingListenerCommand extends $Command< CreateCustomRoutingListenerCommandOutput, GlobalAcceleratorClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -123,9 +120,7 @@ export class CreateCustomRoutingListenerCommand extends $Command< * @public */ constructor(readonly input: CreateCustomRoutingListenerCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -181,7 +176,4 @@ export class CreateCustomRoutingListenerCommand extends $Command< ): Promise { return de_CreateCustomRoutingListenerCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-global-accelerator/src/commands/CreateEndpointGroupCommand.ts b/clients/client-global-accelerator/src/commands/CreateEndpointGroupCommand.ts index 64ac424f6301..0fd80dd1b97d 100644 --- a/clients/client-global-accelerator/src/commands/CreateEndpointGroupCommand.ts +++ b/clients/client-global-accelerator/src/commands/CreateEndpointGroupCommand.ts @@ -145,9 +145,6 @@ export class CreateEndpointGroupCommand extends $Command< CreateEndpointGroupCommandOutput, GlobalAcceleratorClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -161,9 +158,7 @@ export class CreateEndpointGroupCommand extends $Command< * @public */ constructor(readonly input: CreateEndpointGroupCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -216,7 +211,4 @@ export class CreateEndpointGroupCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateEndpointGroupCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-global-accelerator/src/commands/CreateListenerCommand.ts b/clients/client-global-accelerator/src/commands/CreateListenerCommand.ts index 399f9c05aa10..077dab828f0f 100644 --- a/clients/client-global-accelerator/src/commands/CreateListenerCommand.ts +++ b/clients/client-global-accelerator/src/commands/CreateListenerCommand.ts @@ -109,9 +109,6 @@ export class CreateListenerCommand extends $Command< CreateListenerCommandOutput, GlobalAcceleratorClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -125,9 +122,7 @@ export class CreateListenerCommand extends $Command< * @public */ constructor(readonly input: CreateListenerCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -180,7 +175,4 @@ export class CreateListenerCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateListenerCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-global-accelerator/src/commands/DeleteAcceleratorCommand.ts b/clients/client-global-accelerator/src/commands/DeleteAcceleratorCommand.ts index fa93fae9de7a..19c94d26f614 100644 --- a/clients/client-global-accelerator/src/commands/DeleteAcceleratorCommand.ts +++ b/clients/client-global-accelerator/src/commands/DeleteAcceleratorCommand.ts @@ -101,9 +101,6 @@ export class DeleteAcceleratorCommand extends $Command< DeleteAcceleratorCommandOutput, GlobalAcceleratorClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -117,9 +114,7 @@ export class DeleteAcceleratorCommand extends $Command< * @public */ constructor(readonly input: DeleteAcceleratorCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -172,7 +167,4 @@ export class DeleteAcceleratorCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteAcceleratorCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-global-accelerator/src/commands/DeleteCrossAccountAttachmentCommand.ts b/clients/client-global-accelerator/src/commands/DeleteCrossAccountAttachmentCommand.ts index a36bb1289771..a42a4ed440ae 100644 --- a/clients/client-global-accelerator/src/commands/DeleteCrossAccountAttachmentCommand.ts +++ b/clients/client-global-accelerator/src/commands/DeleteCrossAccountAttachmentCommand.ts @@ -107,9 +107,6 @@ export class DeleteCrossAccountAttachmentCommand extends $Command< DeleteCrossAccountAttachmentCommandOutput, GlobalAcceleratorClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -123,9 +120,7 @@ export class DeleteCrossAccountAttachmentCommand extends $Command< * @public */ constructor(readonly input: DeleteCrossAccountAttachmentCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -181,7 +176,4 @@ export class DeleteCrossAccountAttachmentCommand extends $Command< ): Promise { return de_DeleteCrossAccountAttachmentCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-global-accelerator/src/commands/DeleteCustomRoutingAcceleratorCommand.ts b/clients/client-global-accelerator/src/commands/DeleteCustomRoutingAcceleratorCommand.ts index 68cad248e71d..08ff17d7980a 100644 --- a/clients/client-global-accelerator/src/commands/DeleteCustomRoutingAcceleratorCommand.ts +++ b/clients/client-global-accelerator/src/commands/DeleteCustomRoutingAcceleratorCommand.ts @@ -104,9 +104,6 @@ export class DeleteCustomRoutingAcceleratorCommand extends $Command< DeleteCustomRoutingAcceleratorCommandOutput, GlobalAcceleratorClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -120,9 +117,7 @@ export class DeleteCustomRoutingAcceleratorCommand extends $Command< * @public */ constructor(readonly input: DeleteCustomRoutingAcceleratorCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -181,7 +176,4 @@ export class DeleteCustomRoutingAcceleratorCommand extends $Command< ): Promise { return de_DeleteCustomRoutingAcceleratorCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-global-accelerator/src/commands/DeleteCustomRoutingEndpointGroupCommand.ts b/clients/client-global-accelerator/src/commands/DeleteCustomRoutingEndpointGroupCommand.ts index 19a74bd934e8..9f57d4e3a589 100644 --- a/clients/client-global-accelerator/src/commands/DeleteCustomRoutingEndpointGroupCommand.ts +++ b/clients/client-global-accelerator/src/commands/DeleteCustomRoutingEndpointGroupCommand.ts @@ -84,9 +84,6 @@ export class DeleteCustomRoutingEndpointGroupCommand extends $Command< DeleteCustomRoutingEndpointGroupCommandOutput, GlobalAcceleratorClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -100,9 +97,7 @@ export class DeleteCustomRoutingEndpointGroupCommand extends $Command< * @public */ constructor(readonly input: DeleteCustomRoutingEndpointGroupCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -161,7 +156,4 @@ export class DeleteCustomRoutingEndpointGroupCommand extends $Command< ): Promise { return de_DeleteCustomRoutingEndpointGroupCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-global-accelerator/src/commands/DeleteCustomRoutingListenerCommand.ts b/clients/client-global-accelerator/src/commands/DeleteCustomRoutingListenerCommand.ts index 096da8dc8e97..e40b79663682 100644 --- a/clients/client-global-accelerator/src/commands/DeleteCustomRoutingListenerCommand.ts +++ b/clients/client-global-accelerator/src/commands/DeleteCustomRoutingListenerCommand.ts @@ -85,9 +85,6 @@ export class DeleteCustomRoutingListenerCommand extends $Command< DeleteCustomRoutingListenerCommandOutput, GlobalAcceleratorClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -101,9 +98,7 @@ export class DeleteCustomRoutingListenerCommand extends $Command< * @public */ constructor(readonly input: DeleteCustomRoutingListenerCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -159,7 +154,4 @@ export class DeleteCustomRoutingListenerCommand extends $Command< ): Promise { return de_DeleteCustomRoutingListenerCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-global-accelerator/src/commands/DeleteEndpointGroupCommand.ts b/clients/client-global-accelerator/src/commands/DeleteEndpointGroupCommand.ts index ccc08b02fe37..f7b343eee29d 100644 --- a/clients/client-global-accelerator/src/commands/DeleteEndpointGroupCommand.ts +++ b/clients/client-global-accelerator/src/commands/DeleteEndpointGroupCommand.ts @@ -81,9 +81,6 @@ export class DeleteEndpointGroupCommand extends $Command< DeleteEndpointGroupCommandOutput, GlobalAcceleratorClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -97,9 +94,7 @@ export class DeleteEndpointGroupCommand extends $Command< * @public */ constructor(readonly input: DeleteEndpointGroupCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -152,7 +147,4 @@ export class DeleteEndpointGroupCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteEndpointGroupCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-global-accelerator/src/commands/DeleteListenerCommand.ts b/clients/client-global-accelerator/src/commands/DeleteListenerCommand.ts index 369ec7bf587b..e0977c3c35ea 100644 --- a/clients/client-global-accelerator/src/commands/DeleteListenerCommand.ts +++ b/clients/client-global-accelerator/src/commands/DeleteListenerCommand.ts @@ -85,9 +85,6 @@ export class DeleteListenerCommand extends $Command< DeleteListenerCommandOutput, GlobalAcceleratorClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -101,9 +98,7 @@ export class DeleteListenerCommand extends $Command< * @public */ constructor(readonly input: DeleteListenerCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -156,7 +151,4 @@ export class DeleteListenerCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteListenerCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-global-accelerator/src/commands/DenyCustomRoutingTrafficCommand.ts b/clients/client-global-accelerator/src/commands/DenyCustomRoutingTrafficCommand.ts index ccc76ccbd169..7d3ed72e4aea 100644 --- a/clients/client-global-accelerator/src/commands/DenyCustomRoutingTrafficCommand.ts +++ b/clients/client-global-accelerator/src/commands/DenyCustomRoutingTrafficCommand.ts @@ -94,9 +94,6 @@ export class DenyCustomRoutingTrafficCommand extends $Command< DenyCustomRoutingTrafficCommandOutput, GlobalAcceleratorClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -110,9 +107,7 @@ export class DenyCustomRoutingTrafficCommand extends $Command< * @public */ constructor(readonly input: DenyCustomRoutingTrafficCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -165,7 +160,4 @@ export class DenyCustomRoutingTrafficCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DenyCustomRoutingTrafficCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-global-accelerator/src/commands/DeprovisionByoipCidrCommand.ts b/clients/client-global-accelerator/src/commands/DeprovisionByoipCidrCommand.ts index 99f0317d6b2a..9087f42dfa86 100644 --- a/clients/client-global-accelerator/src/commands/DeprovisionByoipCidrCommand.ts +++ b/clients/client-global-accelerator/src/commands/DeprovisionByoipCidrCommand.ts @@ -105,9 +105,6 @@ export class DeprovisionByoipCidrCommand extends $Command< DeprovisionByoipCidrCommandOutput, GlobalAcceleratorClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -121,9 +118,7 @@ export class DeprovisionByoipCidrCommand extends $Command< * @public */ constructor(readonly input: DeprovisionByoipCidrCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -176,7 +171,4 @@ export class DeprovisionByoipCidrCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeprovisionByoipCidrCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-global-accelerator/src/commands/DescribeAcceleratorAttributesCommand.ts b/clients/client-global-accelerator/src/commands/DescribeAcceleratorAttributesCommand.ts index 704a1e0d255c..1109a51d1584 100644 --- a/clients/client-global-accelerator/src/commands/DescribeAcceleratorAttributesCommand.ts +++ b/clients/client-global-accelerator/src/commands/DescribeAcceleratorAttributesCommand.ts @@ -93,9 +93,6 @@ export class DescribeAcceleratorAttributesCommand extends $Command< DescribeAcceleratorAttributesCommandOutput, GlobalAcceleratorClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -109,9 +106,7 @@ export class DescribeAcceleratorAttributesCommand extends $Command< * @public */ constructor(readonly input: DescribeAcceleratorAttributesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -167,7 +162,4 @@ export class DescribeAcceleratorAttributesCommand extends $Command< ): Promise { return de_DescribeAcceleratorAttributesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-global-accelerator/src/commands/DescribeAcceleratorCommand.ts b/clients/client-global-accelerator/src/commands/DescribeAcceleratorCommand.ts index 1dd962909090..8f56053ace5e 100644 --- a/clients/client-global-accelerator/src/commands/DescribeAcceleratorCommand.ts +++ b/clients/client-global-accelerator/src/commands/DescribeAcceleratorCommand.ts @@ -108,9 +108,6 @@ export class DescribeAcceleratorCommand extends $Command< DescribeAcceleratorCommandOutput, GlobalAcceleratorClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -124,9 +121,7 @@ export class DescribeAcceleratorCommand extends $Command< * @public */ constructor(readonly input: DescribeAcceleratorCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -179,7 +174,4 @@ export class DescribeAcceleratorCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DescribeAcceleratorCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-global-accelerator/src/commands/DescribeCrossAccountAttachmentCommand.ts b/clients/client-global-accelerator/src/commands/DescribeCrossAccountAttachmentCommand.ts index d0663df0d786..4c2d6c8e3b43 100644 --- a/clients/client-global-accelerator/src/commands/DescribeCrossAccountAttachmentCommand.ts +++ b/clients/client-global-accelerator/src/commands/DescribeCrossAccountAttachmentCommand.ts @@ -105,9 +105,6 @@ export class DescribeCrossAccountAttachmentCommand extends $Command< DescribeCrossAccountAttachmentCommandOutput, GlobalAcceleratorClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -121,9 +118,7 @@ export class DescribeCrossAccountAttachmentCommand extends $Command< * @public */ constructor(readonly input: DescribeCrossAccountAttachmentCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -182,7 +177,4 @@ export class DescribeCrossAccountAttachmentCommand extends $Command< ): Promise { return de_DescribeCrossAccountAttachmentCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-global-accelerator/src/commands/DescribeCustomRoutingAcceleratorAttributesCommand.ts b/clients/client-global-accelerator/src/commands/DescribeCustomRoutingAcceleratorAttributesCommand.ts index 3ab63f2c7b4c..6464fcd6f3b0 100644 --- a/clients/client-global-accelerator/src/commands/DescribeCustomRoutingAcceleratorAttributesCommand.ts +++ b/clients/client-global-accelerator/src/commands/DescribeCustomRoutingAcceleratorAttributesCommand.ts @@ -96,9 +96,6 @@ export class DescribeCustomRoutingAcceleratorAttributesCommand extends $Command< DescribeCustomRoutingAcceleratorAttributesCommandOutput, GlobalAcceleratorClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -112,9 +109,7 @@ export class DescribeCustomRoutingAcceleratorAttributesCommand extends $Command< * @public */ constructor(readonly input: DescribeCustomRoutingAcceleratorAttributesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -179,7 +174,4 @@ export class DescribeCustomRoutingAcceleratorAttributesCommand extends $Command< ): Promise { return de_DescribeCustomRoutingAcceleratorAttributesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-global-accelerator/src/commands/DescribeCustomRoutingAcceleratorCommand.ts b/clients/client-global-accelerator/src/commands/DescribeCustomRoutingAcceleratorCommand.ts index 08f1bc785260..ae148d0d6949 100644 --- a/clients/client-global-accelerator/src/commands/DescribeCustomRoutingAcceleratorCommand.ts +++ b/clients/client-global-accelerator/src/commands/DescribeCustomRoutingAcceleratorCommand.ts @@ -106,9 +106,6 @@ export class DescribeCustomRoutingAcceleratorCommand extends $Command< DescribeCustomRoutingAcceleratorCommandOutput, GlobalAcceleratorClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -122,9 +119,7 @@ export class DescribeCustomRoutingAcceleratorCommand extends $Command< * @public */ constructor(readonly input: DescribeCustomRoutingAcceleratorCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -183,7 +178,4 @@ export class DescribeCustomRoutingAcceleratorCommand extends $Command< ): Promise { return de_DescribeCustomRoutingAcceleratorCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-global-accelerator/src/commands/DescribeCustomRoutingEndpointGroupCommand.ts b/clients/client-global-accelerator/src/commands/DescribeCustomRoutingEndpointGroupCommand.ts index bb718b339688..0512e666e733 100644 --- a/clients/client-global-accelerator/src/commands/DescribeCustomRoutingEndpointGroupCommand.ts +++ b/clients/client-global-accelerator/src/commands/DescribeCustomRoutingEndpointGroupCommand.ts @@ -108,9 +108,6 @@ export class DescribeCustomRoutingEndpointGroupCommand extends $Command< DescribeCustomRoutingEndpointGroupCommandOutput, GlobalAcceleratorClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -124,9 +121,7 @@ export class DescribeCustomRoutingEndpointGroupCommand extends $Command< * @public */ constructor(readonly input: DescribeCustomRoutingEndpointGroupCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -185,7 +180,4 @@ export class DescribeCustomRoutingEndpointGroupCommand extends $Command< ): Promise { return de_DescribeCustomRoutingEndpointGroupCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-global-accelerator/src/commands/DescribeCustomRoutingListenerCommand.ts b/clients/client-global-accelerator/src/commands/DescribeCustomRoutingListenerCommand.ts index bc08592e002f..8f493bda0bf6 100644 --- a/clients/client-global-accelerator/src/commands/DescribeCustomRoutingListenerCommand.ts +++ b/clients/client-global-accelerator/src/commands/DescribeCustomRoutingListenerCommand.ts @@ -96,9 +96,6 @@ export class DescribeCustomRoutingListenerCommand extends $Command< DescribeCustomRoutingListenerCommandOutput, GlobalAcceleratorClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -112,9 +109,7 @@ export class DescribeCustomRoutingListenerCommand extends $Command< * @public */ constructor(readonly input: DescribeCustomRoutingListenerCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -170,7 +165,4 @@ export class DescribeCustomRoutingListenerCommand extends $Command< ): Promise { return de_DescribeCustomRoutingListenerCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-global-accelerator/src/commands/DescribeEndpointGroupCommand.ts b/clients/client-global-accelerator/src/commands/DescribeEndpointGroupCommand.ts index 35b7125a3997..0c9e99ef3339 100644 --- a/clients/client-global-accelerator/src/commands/DescribeEndpointGroupCommand.ts +++ b/clients/client-global-accelerator/src/commands/DescribeEndpointGroupCommand.ts @@ -107,9 +107,6 @@ export class DescribeEndpointGroupCommand extends $Command< DescribeEndpointGroupCommandOutput, GlobalAcceleratorClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -123,9 +120,7 @@ export class DescribeEndpointGroupCommand extends $Command< * @public */ constructor(readonly input: DescribeEndpointGroupCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -178,7 +173,4 @@ export class DescribeEndpointGroupCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DescribeEndpointGroupCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-global-accelerator/src/commands/DescribeListenerCommand.ts b/clients/client-global-accelerator/src/commands/DescribeListenerCommand.ts index 956bfcd7129f..6c4ad4e7954b 100644 --- a/clients/client-global-accelerator/src/commands/DescribeListenerCommand.ts +++ b/clients/client-global-accelerator/src/commands/DescribeListenerCommand.ts @@ -93,9 +93,6 @@ export class DescribeListenerCommand extends $Command< DescribeListenerCommandOutput, GlobalAcceleratorClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -109,9 +106,7 @@ export class DescribeListenerCommand extends $Command< * @public */ constructor(readonly input: DescribeListenerCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -164,7 +159,4 @@ export class DescribeListenerCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DescribeListenerCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-global-accelerator/src/commands/ListAcceleratorsCommand.ts b/clients/client-global-accelerator/src/commands/ListAcceleratorsCommand.ts index 8657f1baff46..9481dacc4715 100644 --- a/clients/client-global-accelerator/src/commands/ListAcceleratorsCommand.ts +++ b/clients/client-global-accelerator/src/commands/ListAcceleratorsCommand.ts @@ -112,9 +112,6 @@ export class ListAcceleratorsCommand extends $Command< ListAcceleratorsCommandOutput, GlobalAcceleratorClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -128,9 +125,7 @@ export class ListAcceleratorsCommand extends $Command< * @public */ constructor(readonly input: ListAcceleratorsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -183,7 +178,4 @@ export class ListAcceleratorsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListAcceleratorsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-global-accelerator/src/commands/ListByoipCidrsCommand.ts b/clients/client-global-accelerator/src/commands/ListByoipCidrsCommand.ts index 37433d6e5e49..2ba50d14b6c8 100644 --- a/clients/client-global-accelerator/src/commands/ListByoipCidrsCommand.ts +++ b/clients/client-global-accelerator/src/commands/ListByoipCidrsCommand.ts @@ -100,9 +100,6 @@ export class ListByoipCidrsCommand extends $Command< ListByoipCidrsCommandOutput, GlobalAcceleratorClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -116,9 +113,7 @@ export class ListByoipCidrsCommand extends $Command< * @public */ constructor(readonly input: ListByoipCidrsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -171,7 +166,4 @@ export class ListByoipCidrsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListByoipCidrsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-global-accelerator/src/commands/ListCrossAccountAttachmentsCommand.ts b/clients/client-global-accelerator/src/commands/ListCrossAccountAttachmentsCommand.ts index d5feb8a7bcbc..16131ba357dd 100644 --- a/clients/client-global-accelerator/src/commands/ListCrossAccountAttachmentsCommand.ts +++ b/clients/client-global-accelerator/src/commands/ListCrossAccountAttachmentsCommand.ts @@ -106,9 +106,6 @@ export class ListCrossAccountAttachmentsCommand extends $Command< ListCrossAccountAttachmentsCommandOutput, GlobalAcceleratorClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -122,9 +119,7 @@ export class ListCrossAccountAttachmentsCommand extends $Command< * @public */ constructor(readonly input: ListCrossAccountAttachmentsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -180,7 +175,4 @@ export class ListCrossAccountAttachmentsCommand extends $Command< ): Promise { return de_ListCrossAccountAttachmentsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-global-accelerator/src/commands/ListCrossAccountResourceAccountsCommand.ts b/clients/client-global-accelerator/src/commands/ListCrossAccountResourceAccountsCommand.ts index 72ca66f680dd..b3d2e80bb1a6 100644 --- a/clients/client-global-accelerator/src/commands/ListCrossAccountResourceAccountsCommand.ts +++ b/clients/client-global-accelerator/src/commands/ListCrossAccountResourceAccountsCommand.ts @@ -85,9 +85,6 @@ export class ListCrossAccountResourceAccountsCommand extends $Command< ListCrossAccountResourceAccountsCommandOutput, GlobalAcceleratorClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -101,9 +98,7 @@ export class ListCrossAccountResourceAccountsCommand extends $Command< * @public */ constructor(readonly input: ListCrossAccountResourceAccountsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -162,7 +157,4 @@ export class ListCrossAccountResourceAccountsCommand extends $Command< ): Promise { return de_ListCrossAccountResourceAccountsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-global-accelerator/src/commands/ListCrossAccountResourcesCommand.ts b/clients/client-global-accelerator/src/commands/ListCrossAccountResourcesCommand.ts index fe6f2f28d447..792c87872e95 100644 --- a/clients/client-global-accelerator/src/commands/ListCrossAccountResourcesCommand.ts +++ b/clients/client-global-accelerator/src/commands/ListCrossAccountResourcesCommand.ts @@ -98,9 +98,6 @@ export class ListCrossAccountResourcesCommand extends $Command< ListCrossAccountResourcesCommandOutput, GlobalAcceleratorClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -114,9 +111,7 @@ export class ListCrossAccountResourcesCommand extends $Command< * @public */ constructor(readonly input: ListCrossAccountResourcesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -172,7 +167,4 @@ export class ListCrossAccountResourcesCommand extends $Command< ): Promise { return de_ListCrossAccountResourcesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-global-accelerator/src/commands/ListCustomRoutingAcceleratorsCommand.ts b/clients/client-global-accelerator/src/commands/ListCustomRoutingAcceleratorsCommand.ts index a52c3e9914d0..6f087823c791 100644 --- a/clients/client-global-accelerator/src/commands/ListCustomRoutingAcceleratorsCommand.ts +++ b/clients/client-global-accelerator/src/commands/ListCustomRoutingAcceleratorsCommand.ts @@ -110,9 +110,6 @@ export class ListCustomRoutingAcceleratorsCommand extends $Command< ListCustomRoutingAcceleratorsCommandOutput, GlobalAcceleratorClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -126,9 +123,7 @@ export class ListCustomRoutingAcceleratorsCommand extends $Command< * @public */ constructor(readonly input: ListCustomRoutingAcceleratorsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -184,7 +179,4 @@ export class ListCustomRoutingAcceleratorsCommand extends $Command< ): Promise { return de_ListCustomRoutingAcceleratorsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-global-accelerator/src/commands/ListCustomRoutingEndpointGroupsCommand.ts b/clients/client-global-accelerator/src/commands/ListCustomRoutingEndpointGroupsCommand.ts index bf52f5fb2776..755faa37bdb6 100644 --- a/clients/client-global-accelerator/src/commands/ListCustomRoutingEndpointGroupsCommand.ts +++ b/clients/client-global-accelerator/src/commands/ListCustomRoutingEndpointGroupsCommand.ts @@ -113,9 +113,6 @@ export class ListCustomRoutingEndpointGroupsCommand extends $Command< ListCustomRoutingEndpointGroupsCommandOutput, GlobalAcceleratorClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -129,9 +126,7 @@ export class ListCustomRoutingEndpointGroupsCommand extends $Command< * @public */ constructor(readonly input: ListCustomRoutingEndpointGroupsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -190,7 +185,4 @@ export class ListCustomRoutingEndpointGroupsCommand extends $Command< ): Promise { return de_ListCustomRoutingEndpointGroupsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-global-accelerator/src/commands/ListCustomRoutingListenersCommand.ts b/clients/client-global-accelerator/src/commands/ListCustomRoutingListenersCommand.ts index aa6408f6c25d..298e4b2e6b67 100644 --- a/clients/client-global-accelerator/src/commands/ListCustomRoutingListenersCommand.ts +++ b/clients/client-global-accelerator/src/commands/ListCustomRoutingListenersCommand.ts @@ -99,9 +99,6 @@ export class ListCustomRoutingListenersCommand extends $Command< ListCustomRoutingListenersCommandOutput, GlobalAcceleratorClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -115,9 +112,7 @@ export class ListCustomRoutingListenersCommand extends $Command< * @public */ constructor(readonly input: ListCustomRoutingListenersCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -173,7 +168,4 @@ export class ListCustomRoutingListenersCommand extends $Command< ): Promise { return de_ListCustomRoutingListenersCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-global-accelerator/src/commands/ListCustomRoutingPortMappingsByDestinationCommand.ts b/clients/client-global-accelerator/src/commands/ListCustomRoutingPortMappingsByDestinationCommand.ts index 1b91e805ec5d..05892cfe8dc8 100644 --- a/clients/client-global-accelerator/src/commands/ListCustomRoutingPortMappingsByDestinationCommand.ts +++ b/clients/client-global-accelerator/src/commands/ListCustomRoutingPortMappingsByDestinationCommand.ts @@ -121,9 +121,6 @@ export class ListCustomRoutingPortMappingsByDestinationCommand extends $Command< ListCustomRoutingPortMappingsByDestinationCommandOutput, GlobalAcceleratorClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -137,9 +134,7 @@ export class ListCustomRoutingPortMappingsByDestinationCommand extends $Command< * @public */ constructor(readonly input: ListCustomRoutingPortMappingsByDestinationCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -204,7 +199,4 @@ export class ListCustomRoutingPortMappingsByDestinationCommand extends $Command< ): Promise { return de_ListCustomRoutingPortMappingsByDestinationCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-global-accelerator/src/commands/ListCustomRoutingPortMappingsCommand.ts b/clients/client-global-accelerator/src/commands/ListCustomRoutingPortMappingsCommand.ts index 6deb7085799d..f2366a86add5 100644 --- a/clients/client-global-accelerator/src/commands/ListCustomRoutingPortMappingsCommand.ts +++ b/clients/client-global-accelerator/src/commands/ListCustomRoutingPortMappingsCommand.ts @@ -120,9 +120,6 @@ export class ListCustomRoutingPortMappingsCommand extends $Command< ListCustomRoutingPortMappingsCommandOutput, GlobalAcceleratorClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -136,9 +133,7 @@ export class ListCustomRoutingPortMappingsCommand extends $Command< * @public */ constructor(readonly input: ListCustomRoutingPortMappingsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -194,7 +189,4 @@ export class ListCustomRoutingPortMappingsCommand extends $Command< ): Promise { return de_ListCustomRoutingPortMappingsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-global-accelerator/src/commands/ListEndpointGroupsCommand.ts b/clients/client-global-accelerator/src/commands/ListEndpointGroupsCommand.ts index 8c4656f747b0..e992af483e75 100644 --- a/clients/client-global-accelerator/src/commands/ListEndpointGroupsCommand.ts +++ b/clients/client-global-accelerator/src/commands/ListEndpointGroupsCommand.ts @@ -115,9 +115,6 @@ export class ListEndpointGroupsCommand extends $Command< ListEndpointGroupsCommandOutput, GlobalAcceleratorClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -131,9 +128,7 @@ export class ListEndpointGroupsCommand extends $Command< * @public */ constructor(readonly input: ListEndpointGroupsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -186,7 +181,4 @@ export class ListEndpointGroupsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListEndpointGroupsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-global-accelerator/src/commands/ListListenersCommand.ts b/clients/client-global-accelerator/src/commands/ListListenersCommand.ts index af50f5edcfac..74d80b8c39de 100644 --- a/clients/client-global-accelerator/src/commands/ListListenersCommand.ts +++ b/clients/client-global-accelerator/src/commands/ListListenersCommand.ts @@ -101,9 +101,6 @@ export class ListListenersCommand extends $Command< ListListenersCommandOutput, GlobalAcceleratorClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -117,9 +114,7 @@ export class ListListenersCommand extends $Command< * @public */ constructor(readonly input: ListListenersCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -170,7 +165,4 @@ export class ListListenersCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListListenersCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-global-accelerator/src/commands/ListTagsForResourceCommand.ts b/clients/client-global-accelerator/src/commands/ListTagsForResourceCommand.ts index 45e940285715..c312462910a3 100644 --- a/clients/client-global-accelerator/src/commands/ListTagsForResourceCommand.ts +++ b/clients/client-global-accelerator/src/commands/ListTagsForResourceCommand.ts @@ -90,9 +90,6 @@ export class ListTagsForResourceCommand extends $Command< ListTagsForResourceCommandOutput, GlobalAcceleratorClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -106,9 +103,7 @@ export class ListTagsForResourceCommand extends $Command< * @public */ constructor(readonly input: ListTagsForResourceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -161,7 +156,4 @@ export class ListTagsForResourceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListTagsForResourceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-global-accelerator/src/commands/ProvisionByoipCidrCommand.ts b/clients/client-global-accelerator/src/commands/ProvisionByoipCidrCommand.ts index 79a07b5d9105..1b7f42de3230 100644 --- a/clients/client-global-accelerator/src/commands/ProvisionByoipCidrCommand.ts +++ b/clients/client-global-accelerator/src/commands/ProvisionByoipCidrCommand.ts @@ -108,9 +108,6 @@ export class ProvisionByoipCidrCommand extends $Command< ProvisionByoipCidrCommandOutput, GlobalAcceleratorClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -124,9 +121,7 @@ export class ProvisionByoipCidrCommand extends $Command< * @public */ constructor(readonly input: ProvisionByoipCidrCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -179,7 +174,4 @@ export class ProvisionByoipCidrCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ProvisionByoipCidrCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-global-accelerator/src/commands/RemoveCustomRoutingEndpointsCommand.ts b/clients/client-global-accelerator/src/commands/RemoveCustomRoutingEndpointsCommand.ts index b2e66688cc0c..28bd8e85d995 100644 --- a/clients/client-global-accelerator/src/commands/RemoveCustomRoutingEndpointsCommand.ts +++ b/clients/client-global-accelerator/src/commands/RemoveCustomRoutingEndpointsCommand.ts @@ -96,9 +96,6 @@ export class RemoveCustomRoutingEndpointsCommand extends $Command< RemoveCustomRoutingEndpointsCommandOutput, GlobalAcceleratorClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -112,9 +109,7 @@ export class RemoveCustomRoutingEndpointsCommand extends $Command< * @public */ constructor(readonly input: RemoveCustomRoutingEndpointsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -170,7 +165,4 @@ export class RemoveCustomRoutingEndpointsCommand extends $Command< ): Promise { return de_RemoveCustomRoutingEndpointsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-global-accelerator/src/commands/RemoveEndpointsCommand.ts b/clients/client-global-accelerator/src/commands/RemoveEndpointsCommand.ts index 1d564055ff08..617e53ab8f27 100644 --- a/clients/client-global-accelerator/src/commands/RemoveEndpointsCommand.ts +++ b/clients/client-global-accelerator/src/commands/RemoveEndpointsCommand.ts @@ -109,9 +109,6 @@ export class RemoveEndpointsCommand extends $Command< RemoveEndpointsCommandOutput, GlobalAcceleratorClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -125,9 +122,7 @@ export class RemoveEndpointsCommand extends $Command< * @public */ constructor(readonly input: RemoveEndpointsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -180,7 +175,4 @@ export class RemoveEndpointsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_RemoveEndpointsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-global-accelerator/src/commands/TagResourceCommand.ts b/clients/client-global-accelerator/src/commands/TagResourceCommand.ts index c72d071d9a36..9aefab62cccf 100644 --- a/clients/client-global-accelerator/src/commands/TagResourceCommand.ts +++ b/clients/client-global-accelerator/src/commands/TagResourceCommand.ts @@ -89,9 +89,6 @@ export class TagResourceCommand extends $Command< TagResourceCommandOutput, GlobalAcceleratorClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -105,9 +102,7 @@ export class TagResourceCommand extends $Command< * @public */ constructor(readonly input: TagResourceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -158,7 +153,4 @@ export class TagResourceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_TagResourceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-global-accelerator/src/commands/UntagResourceCommand.ts b/clients/client-global-accelerator/src/commands/UntagResourceCommand.ts index 350a3d7a666c..c0b58ae2343d 100644 --- a/clients/client-global-accelerator/src/commands/UntagResourceCommand.ts +++ b/clients/client-global-accelerator/src/commands/UntagResourceCommand.ts @@ -87,9 +87,6 @@ export class UntagResourceCommand extends $Command< UntagResourceCommandOutput, GlobalAcceleratorClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -103,9 +100,7 @@ export class UntagResourceCommand extends $Command< * @public */ constructor(readonly input: UntagResourceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -156,7 +151,4 @@ export class UntagResourceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UntagResourceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-global-accelerator/src/commands/UpdateAcceleratorAttributesCommand.ts b/clients/client-global-accelerator/src/commands/UpdateAcceleratorAttributesCommand.ts index 645646875246..42dc6317ce43 100644 --- a/clients/client-global-accelerator/src/commands/UpdateAcceleratorAttributesCommand.ts +++ b/clients/client-global-accelerator/src/commands/UpdateAcceleratorAttributesCommand.ts @@ -95,9 +95,6 @@ export class UpdateAcceleratorAttributesCommand extends $Command< UpdateAcceleratorAttributesCommandOutput, GlobalAcceleratorClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -111,9 +108,7 @@ export class UpdateAcceleratorAttributesCommand extends $Command< * @public */ constructor(readonly input: UpdateAcceleratorAttributesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -169,7 +164,4 @@ export class UpdateAcceleratorAttributesCommand extends $Command< ): Promise { return de_UpdateAcceleratorAttributesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-global-accelerator/src/commands/UpdateAcceleratorCommand.ts b/clients/client-global-accelerator/src/commands/UpdateAcceleratorCommand.ts index 485183b8dda9..af0ef54c2e16 100644 --- a/clients/client-global-accelerator/src/commands/UpdateAcceleratorCommand.ts +++ b/clients/client-global-accelerator/src/commands/UpdateAcceleratorCommand.ts @@ -136,9 +136,6 @@ export class UpdateAcceleratorCommand extends $Command< UpdateAcceleratorCommandOutput, GlobalAcceleratorClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -152,9 +149,7 @@ export class UpdateAcceleratorCommand extends $Command< * @public */ constructor(readonly input: UpdateAcceleratorCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -207,7 +202,4 @@ export class UpdateAcceleratorCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdateAcceleratorCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-global-accelerator/src/commands/UpdateCrossAccountAttachmentCommand.ts b/clients/client-global-accelerator/src/commands/UpdateCrossAccountAttachmentCommand.ts index 16add3956446..307df7000bc1 100644 --- a/clients/client-global-accelerator/src/commands/UpdateCrossAccountAttachmentCommand.ts +++ b/clients/client-global-accelerator/src/commands/UpdateCrossAccountAttachmentCommand.ts @@ -147,9 +147,6 @@ export class UpdateCrossAccountAttachmentCommand extends $Command< UpdateCrossAccountAttachmentCommandOutput, GlobalAcceleratorClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -163,9 +160,7 @@ export class UpdateCrossAccountAttachmentCommand extends $Command< * @public */ constructor(readonly input: UpdateCrossAccountAttachmentCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -221,7 +216,4 @@ export class UpdateCrossAccountAttachmentCommand extends $Command< ): Promise { return de_UpdateCrossAccountAttachmentCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-global-accelerator/src/commands/UpdateCustomRoutingAcceleratorAttributesCommand.ts b/clients/client-global-accelerator/src/commands/UpdateCustomRoutingAcceleratorAttributesCommand.ts index a4a8fb6bc205..075ddf5d1c8c 100644 --- a/clients/client-global-accelerator/src/commands/UpdateCustomRoutingAcceleratorAttributesCommand.ts +++ b/clients/client-global-accelerator/src/commands/UpdateCustomRoutingAcceleratorAttributesCommand.ts @@ -102,9 +102,6 @@ export class UpdateCustomRoutingAcceleratorAttributesCommand extends $Command< UpdateCustomRoutingAcceleratorAttributesCommandOutput, GlobalAcceleratorClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -118,9 +115,7 @@ export class UpdateCustomRoutingAcceleratorAttributesCommand extends $Command< * @public */ constructor(readonly input: UpdateCustomRoutingAcceleratorAttributesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -185,7 +180,4 @@ export class UpdateCustomRoutingAcceleratorAttributesCommand extends $Command< ): Promise { return de_UpdateCustomRoutingAcceleratorAttributesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-global-accelerator/src/commands/UpdateCustomRoutingAcceleratorCommand.ts b/clients/client-global-accelerator/src/commands/UpdateCustomRoutingAcceleratorCommand.ts index fdd8f52ec51b..a2cc8d2e8613 100644 --- a/clients/client-global-accelerator/src/commands/UpdateCustomRoutingAcceleratorCommand.ts +++ b/clients/client-global-accelerator/src/commands/UpdateCustomRoutingAcceleratorCommand.ts @@ -109,9 +109,6 @@ export class UpdateCustomRoutingAcceleratorCommand extends $Command< UpdateCustomRoutingAcceleratorCommandOutput, GlobalAcceleratorClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -125,9 +122,7 @@ export class UpdateCustomRoutingAcceleratorCommand extends $Command< * @public */ constructor(readonly input: UpdateCustomRoutingAcceleratorCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -186,7 +181,4 @@ export class UpdateCustomRoutingAcceleratorCommand extends $Command< ): Promise { return de_UpdateCustomRoutingAcceleratorCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-global-accelerator/src/commands/UpdateCustomRoutingListenerCommand.ts b/clients/client-global-accelerator/src/commands/UpdateCustomRoutingListenerCommand.ts index 5bf54f970628..7eda82f8ac1f 100644 --- a/clients/client-global-accelerator/src/commands/UpdateCustomRoutingListenerCommand.ts +++ b/clients/client-global-accelerator/src/commands/UpdateCustomRoutingListenerCommand.ts @@ -105,9 +105,6 @@ export class UpdateCustomRoutingListenerCommand extends $Command< UpdateCustomRoutingListenerCommandOutput, GlobalAcceleratorClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -121,9 +118,7 @@ export class UpdateCustomRoutingListenerCommand extends $Command< * @public */ constructor(readonly input: UpdateCustomRoutingListenerCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -179,7 +174,4 @@ export class UpdateCustomRoutingListenerCommand extends $Command< ): Promise { return de_UpdateCustomRoutingListenerCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-global-accelerator/src/commands/UpdateEndpointGroupCommand.ts b/clients/client-global-accelerator/src/commands/UpdateEndpointGroupCommand.ts index 220e9278020c..421f77eaf36d 100644 --- a/clients/client-global-accelerator/src/commands/UpdateEndpointGroupCommand.ts +++ b/clients/client-global-accelerator/src/commands/UpdateEndpointGroupCommand.ts @@ -133,9 +133,6 @@ export class UpdateEndpointGroupCommand extends $Command< UpdateEndpointGroupCommandOutput, GlobalAcceleratorClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -149,9 +146,7 @@ export class UpdateEndpointGroupCommand extends $Command< * @public */ constructor(readonly input: UpdateEndpointGroupCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -204,7 +199,4 @@ export class UpdateEndpointGroupCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdateEndpointGroupCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-global-accelerator/src/commands/UpdateListenerCommand.ts b/clients/client-global-accelerator/src/commands/UpdateListenerCommand.ts index 01d21e4bc70f..478b9f977ca6 100644 --- a/clients/client-global-accelerator/src/commands/UpdateListenerCommand.ts +++ b/clients/client-global-accelerator/src/commands/UpdateListenerCommand.ts @@ -107,9 +107,6 @@ export class UpdateListenerCommand extends $Command< UpdateListenerCommandOutput, GlobalAcceleratorClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -123,9 +120,7 @@ export class UpdateListenerCommand extends $Command< * @public */ constructor(readonly input: UpdateListenerCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -178,7 +173,4 @@ export class UpdateListenerCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdateListenerCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-global-accelerator/src/commands/WithdrawByoipCidrCommand.ts b/clients/client-global-accelerator/src/commands/WithdrawByoipCidrCommand.ts index 0fa13f2baa4c..e1aa8ab6b81d 100644 --- a/clients/client-global-accelerator/src/commands/WithdrawByoipCidrCommand.ts +++ b/clients/client-global-accelerator/src/commands/WithdrawByoipCidrCommand.ts @@ -105,9 +105,6 @@ export class WithdrawByoipCidrCommand extends $Command< WithdrawByoipCidrCommandOutput, GlobalAcceleratorClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -121,9 +118,7 @@ export class WithdrawByoipCidrCommand extends $Command< * @public */ constructor(readonly input: WithdrawByoipCidrCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -176,7 +171,4 @@ export class WithdrawByoipCidrCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_WithdrawByoipCidrCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-glue/package.json b/clients/client-glue/package.json index 5fcffac71a84..1656026477e6 100644 --- a/clients/client-glue/package.json +++ b/clients/client-glue/package.json @@ -34,29 +34,29 @@ "@aws-sdk/util-endpoints": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@smithy/config-resolver": "^2.0.16", - "@smithy/fetch-http-handler": "^2.2.4", - "@smithy/hash-node": "^2.0.12", - "@smithy/invalid-dependency": "^2.0.12", - "@smithy/middleware-content-length": "^2.0.14", - "@smithy/middleware-endpoint": "^2.1.3", - "@smithy/middleware-retry": "^2.0.18", - "@smithy/middleware-serde": "^2.0.12", - "@smithy/middleware-stack": "^2.0.6", - "@smithy/node-config-provider": "^2.1.3", - "@smithy/node-http-handler": "^2.1.8", - "@smithy/protocol-http": "^3.0.8", - "@smithy/smithy-client": "^2.1.12", - "@smithy/types": "^2.4.0", - "@smithy/url-parser": "^2.0.12", - "@smithy/util-base64": "^2.0.0", + "@smithy/config-resolver": "^2.0.18", + "@smithy/fetch-http-handler": "^2.2.6", + "@smithy/hash-node": "^2.0.15", + "@smithy/invalid-dependency": "^2.0.13", + "@smithy/middleware-content-length": "^2.0.15", + "@smithy/middleware-endpoint": "^2.2.0", + "@smithy/middleware-retry": "^2.0.20", + "@smithy/middleware-serde": "^2.0.13", + "@smithy/middleware-stack": "^2.0.7", + "@smithy/node-config-provider": "^2.1.5", + "@smithy/node-http-handler": "^2.1.9", + "@smithy/protocol-http": "^3.0.9", + "@smithy/smithy-client": "^2.1.15", + "@smithy/types": "^2.5.0", + "@smithy/url-parser": "^2.0.13", + "@smithy/util-base64": "^2.0.1", "@smithy/util-body-length-browser": "^2.0.0", "@smithy/util-body-length-node": "^2.1.0", - "@smithy/util-defaults-mode-browser": "^2.0.16", - "@smithy/util-defaults-mode-node": "^2.0.21", - "@smithy/util-endpoints": "^1.0.2", - "@smithy/util-retry": "^2.0.5", - "@smithy/util-utf8": "^2.0.0", + "@smithy/util-defaults-mode-browser": "^2.0.19", + "@smithy/util-defaults-mode-node": "^2.0.25", + "@smithy/util-endpoints": "^1.0.4", + "@smithy/util-retry": "^2.0.6", + "@smithy/util-utf8": "^2.0.2", "tslib": "^2.5.0" }, "devDependencies": { diff --git a/clients/client-glue/src/commands/BatchCreatePartitionCommand.ts b/clients/client-glue/src/commands/BatchCreatePartitionCommand.ts index e7141ed390ca..d33bc6dd0059 100644 --- a/clients/client-glue/src/commands/BatchCreatePartitionCommand.ts +++ b/clients/client-glue/src/commands/BatchCreatePartitionCommand.ts @@ -171,9 +171,6 @@ export class BatchCreatePartitionCommand extends $Command< BatchCreatePartitionCommandOutput, GlueClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -187,9 +184,7 @@ export class BatchCreatePartitionCommand extends $Command< * @public */ constructor(readonly input: BatchCreatePartitionCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -242,7 +237,4 @@ export class BatchCreatePartitionCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_BatchCreatePartitionCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-glue/src/commands/BatchDeleteConnectionCommand.ts b/clients/client-glue/src/commands/BatchDeleteConnectionCommand.ts index 18ddbfdedba5..9650f2f2c638 100644 --- a/clients/client-glue/src/commands/BatchDeleteConnectionCommand.ts +++ b/clients/client-glue/src/commands/BatchDeleteConnectionCommand.ts @@ -87,9 +87,6 @@ export class BatchDeleteConnectionCommand extends $Command< BatchDeleteConnectionCommandOutput, GlueClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -103,9 +100,7 @@ export class BatchDeleteConnectionCommand extends $Command< * @public */ constructor(readonly input: BatchDeleteConnectionCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -158,7 +153,4 @@ export class BatchDeleteConnectionCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_BatchDeleteConnectionCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-glue/src/commands/BatchDeletePartitionCommand.ts b/clients/client-glue/src/commands/BatchDeletePartitionCommand.ts index 239a3d4b0cb7..9c46e7ec7659 100644 --- a/clients/client-glue/src/commands/BatchDeletePartitionCommand.ts +++ b/clients/client-glue/src/commands/BatchDeletePartitionCommand.ts @@ -101,9 +101,6 @@ export class BatchDeletePartitionCommand extends $Command< BatchDeletePartitionCommandOutput, GlueClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -117,9 +114,7 @@ export class BatchDeletePartitionCommand extends $Command< * @public */ constructor(readonly input: BatchDeletePartitionCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -172,7 +167,4 @@ export class BatchDeletePartitionCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_BatchDeletePartitionCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-glue/src/commands/BatchDeleteTableCommand.ts b/clients/client-glue/src/commands/BatchDeleteTableCommand.ts index c16b117161fe..cacd25b404b4 100644 --- a/clients/client-glue/src/commands/BatchDeleteTableCommand.ts +++ b/clients/client-glue/src/commands/BatchDeleteTableCommand.ts @@ -111,9 +111,6 @@ export class BatchDeleteTableCommand extends $Command< BatchDeleteTableCommandOutput, GlueClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -127,9 +124,7 @@ export class BatchDeleteTableCommand extends $Command< * @public */ constructor(readonly input: BatchDeleteTableCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -182,7 +177,4 @@ export class BatchDeleteTableCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_BatchDeleteTableCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-glue/src/commands/BatchDeleteTableVersionCommand.ts b/clients/client-glue/src/commands/BatchDeleteTableVersionCommand.ts index 446e44ac85e1..d3662581966e 100644 --- a/clients/client-glue/src/commands/BatchDeleteTableVersionCommand.ts +++ b/clients/client-glue/src/commands/BatchDeleteTableVersionCommand.ts @@ -96,9 +96,6 @@ export class BatchDeleteTableVersionCommand extends $Command< BatchDeleteTableVersionCommandOutput, GlueClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -112,9 +109,7 @@ export class BatchDeleteTableVersionCommand extends $Command< * @public */ constructor(readonly input: BatchDeleteTableVersionCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -167,7 +162,4 @@ export class BatchDeleteTableVersionCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_BatchDeleteTableVersionCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-glue/src/commands/BatchGetBlueprintsCommand.ts b/clients/client-glue/src/commands/BatchGetBlueprintsCommand.ts index 21ac603e1b28..6175377e1202 100644 --- a/clients/client-glue/src/commands/BatchGetBlueprintsCommand.ts +++ b/clients/client-glue/src/commands/BatchGetBlueprintsCommand.ts @@ -105,9 +105,6 @@ export class BatchGetBlueprintsCommand extends $Command< BatchGetBlueprintsCommandOutput, GlueClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -121,9 +118,7 @@ export class BatchGetBlueprintsCommand extends $Command< * @public */ constructor(readonly input: BatchGetBlueprintsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -176,7 +171,4 @@ export class BatchGetBlueprintsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_BatchGetBlueprintsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-glue/src/commands/BatchGetCrawlersCommand.ts b/clients/client-glue/src/commands/BatchGetCrawlersCommand.ts index d1018ab3f90e..1460e0a22441 100644 --- a/clients/client-glue/src/commands/BatchGetCrawlersCommand.ts +++ b/clients/client-glue/src/commands/BatchGetCrawlersCommand.ts @@ -206,9 +206,6 @@ export class BatchGetCrawlersCommand extends $Command< BatchGetCrawlersCommandOutput, GlueClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -222,9 +219,7 @@ export class BatchGetCrawlersCommand extends $Command< * @public */ constructor(readonly input: BatchGetCrawlersCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -277,7 +272,4 @@ export class BatchGetCrawlersCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_BatchGetCrawlersCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-glue/src/commands/BatchGetCustomEntityTypesCommand.ts b/clients/client-glue/src/commands/BatchGetCustomEntityTypesCommand.ts index 36476c97bbef..618ff3c0ed46 100644 --- a/clients/client-glue/src/commands/BatchGetCustomEntityTypesCommand.ts +++ b/clients/client-glue/src/commands/BatchGetCustomEntityTypesCommand.ts @@ -92,9 +92,6 @@ export class BatchGetCustomEntityTypesCommand extends $Command< BatchGetCustomEntityTypesCommandOutput, GlueClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -108,9 +105,7 @@ export class BatchGetCustomEntityTypesCommand extends $Command< * @public */ constructor(readonly input: BatchGetCustomEntityTypesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -166,7 +161,4 @@ export class BatchGetCustomEntityTypesCommand extends $Command< ): Promise { return de_BatchGetCustomEntityTypesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-glue/src/commands/BatchGetDataQualityResultCommand.ts b/clients/client-glue/src/commands/BatchGetDataQualityResultCommand.ts index c04d18c56c1e..e8998d105dba 100644 --- a/clients/client-glue/src/commands/BatchGetDataQualityResultCommand.ts +++ b/clients/client-glue/src/commands/BatchGetDataQualityResultCommand.ts @@ -118,9 +118,6 @@ export class BatchGetDataQualityResultCommand extends $Command< BatchGetDataQualityResultCommandOutput, GlueClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -134,9 +131,7 @@ export class BatchGetDataQualityResultCommand extends $Command< * @public */ constructor(readonly input: BatchGetDataQualityResultCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -192,7 +187,4 @@ export class BatchGetDataQualityResultCommand extends $Command< ): Promise { return de_BatchGetDataQualityResultCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-glue/src/commands/BatchGetDevEndpointsCommand.ts b/clients/client-glue/src/commands/BatchGetDevEndpointsCommand.ts index aef5cb77dceb..3545ca149dd6 100644 --- a/clients/client-glue/src/commands/BatchGetDevEndpointsCommand.ts +++ b/clients/client-glue/src/commands/BatchGetDevEndpointsCommand.ts @@ -124,9 +124,6 @@ export class BatchGetDevEndpointsCommand extends $Command< BatchGetDevEndpointsCommandOutput, GlueClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -140,9 +137,7 @@ export class BatchGetDevEndpointsCommand extends $Command< * @public */ constructor(readonly input: BatchGetDevEndpointsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -195,7 +190,4 @@ export class BatchGetDevEndpointsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_BatchGetDevEndpointsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-glue/src/commands/BatchGetJobsCommand.ts b/clients/client-glue/src/commands/BatchGetJobsCommand.ts index d415deaad060..7e32f18aa292 100644 --- a/clients/client-glue/src/commands/BatchGetJobsCommand.ts +++ b/clients/client-glue/src/commands/BatchGetJobsCommand.ts @@ -1161,9 +1161,6 @@ export class BatchGetJobsCommand extends $Command< BatchGetJobsCommandOutput, GlueClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -1177,9 +1174,7 @@ export class BatchGetJobsCommand extends $Command< * @public */ constructor(readonly input: BatchGetJobsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -1230,7 +1225,4 @@ export class BatchGetJobsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_BatchGetJobsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-glue/src/commands/BatchGetPartitionCommand.ts b/clients/client-glue/src/commands/BatchGetPartitionCommand.ts index aae8af2b2693..d010280ae746 100644 --- a/clients/client-glue/src/commands/BatchGetPartitionCommand.ts +++ b/clients/client-glue/src/commands/BatchGetPartitionCommand.ts @@ -180,9 +180,6 @@ export class BatchGetPartitionCommand extends $Command< BatchGetPartitionCommandOutput, GlueClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -196,9 +193,7 @@ export class BatchGetPartitionCommand extends $Command< * @public */ constructor(readonly input: BatchGetPartitionCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -251,7 +246,4 @@ export class BatchGetPartitionCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_BatchGetPartitionCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-glue/src/commands/BatchGetTriggersCommand.ts b/clients/client-glue/src/commands/BatchGetTriggersCommand.ts index a8509a3d804d..7e2fe4096aa2 100644 --- a/clients/client-glue/src/commands/BatchGetTriggersCommand.ts +++ b/clients/client-glue/src/commands/BatchGetTriggersCommand.ts @@ -124,9 +124,6 @@ export class BatchGetTriggersCommand extends $Command< BatchGetTriggersCommandOutput, GlueClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -140,9 +137,7 @@ export class BatchGetTriggersCommand extends $Command< * @public */ constructor(readonly input: BatchGetTriggersCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -195,7 +190,4 @@ export class BatchGetTriggersCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_BatchGetTriggersCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-glue/src/commands/BatchGetWorkflowsCommand.ts b/clients/client-glue/src/commands/BatchGetWorkflowsCommand.ts index a055a41a4e68..3d733dfa04fc 100644 --- a/clients/client-glue/src/commands/BatchGetWorkflowsCommand.ts +++ b/clients/client-glue/src/commands/BatchGetWorkflowsCommand.ts @@ -336,9 +336,6 @@ export class BatchGetWorkflowsCommand extends $Command< BatchGetWorkflowsCommandOutput, GlueClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -352,9 +349,7 @@ export class BatchGetWorkflowsCommand extends $Command< * @public */ constructor(readonly input: BatchGetWorkflowsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -407,7 +402,4 @@ export class BatchGetWorkflowsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_BatchGetWorkflowsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-glue/src/commands/BatchStopJobRunCommand.ts b/clients/client-glue/src/commands/BatchStopJobRunCommand.ts index aa5691b74c48..4fa0a4d0bd23 100644 --- a/clients/client-glue/src/commands/BatchStopJobRunCommand.ts +++ b/clients/client-glue/src/commands/BatchStopJobRunCommand.ts @@ -97,9 +97,6 @@ export class BatchStopJobRunCommand extends $Command< BatchStopJobRunCommandOutput, GlueClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -113,9 +110,7 @@ export class BatchStopJobRunCommand extends $Command< * @public */ constructor(readonly input: BatchStopJobRunCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -168,7 +163,4 @@ export class BatchStopJobRunCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_BatchStopJobRunCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-glue/src/commands/BatchUpdatePartitionCommand.ts b/clients/client-glue/src/commands/BatchUpdatePartitionCommand.ts index 0a15a59bba9a..fcf88e1cb49a 100644 --- a/clients/client-glue/src/commands/BatchUpdatePartitionCommand.ts +++ b/clients/client-glue/src/commands/BatchUpdatePartitionCommand.ts @@ -170,9 +170,6 @@ export class BatchUpdatePartitionCommand extends $Command< BatchUpdatePartitionCommandOutput, GlueClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -186,9 +183,7 @@ export class BatchUpdatePartitionCommand extends $Command< * @public */ constructor(readonly input: BatchUpdatePartitionCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -241,7 +236,4 @@ export class BatchUpdatePartitionCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_BatchUpdatePartitionCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-glue/src/commands/CancelDataQualityRuleRecommendationRunCommand.ts b/clients/client-glue/src/commands/CancelDataQualityRuleRecommendationRunCommand.ts index 65bb31a21a9c..a7c7f09b6c60 100644 --- a/clients/client-glue/src/commands/CancelDataQualityRuleRecommendationRunCommand.ts +++ b/clients/client-glue/src/commands/CancelDataQualityRuleRecommendationRunCommand.ts @@ -89,9 +89,6 @@ export class CancelDataQualityRuleRecommendationRunCommand extends $Command< CancelDataQualityRuleRecommendationRunCommandOutput, GlueClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -105,9 +102,7 @@ export class CancelDataQualityRuleRecommendationRunCommand extends $Command< * @public */ constructor(readonly input: CancelDataQualityRuleRecommendationRunCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -166,7 +161,4 @@ export class CancelDataQualityRuleRecommendationRunCommand extends $Command< ): Promise { return de_CancelDataQualityRuleRecommendationRunCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-glue/src/commands/CancelDataQualityRulesetEvaluationRunCommand.ts b/clients/client-glue/src/commands/CancelDataQualityRulesetEvaluationRunCommand.ts index dcab0d7c93b8..698214269289 100644 --- a/clients/client-glue/src/commands/CancelDataQualityRulesetEvaluationRunCommand.ts +++ b/clients/client-glue/src/commands/CancelDataQualityRulesetEvaluationRunCommand.ts @@ -89,9 +89,6 @@ export class CancelDataQualityRulesetEvaluationRunCommand extends $Command< CancelDataQualityRulesetEvaluationRunCommandOutput, GlueClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -105,9 +102,7 @@ export class CancelDataQualityRulesetEvaluationRunCommand extends $Command< * @public */ constructor(readonly input: CancelDataQualityRulesetEvaluationRunCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -166,7 +161,4 @@ export class CancelDataQualityRulesetEvaluationRunCommand extends $Command< ): Promise { return de_CancelDataQualityRulesetEvaluationRunCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-glue/src/commands/CancelMLTaskRunCommand.ts b/clients/client-glue/src/commands/CancelMLTaskRunCommand.ts index 30e6bb6b2020..105006ae18b4 100644 --- a/clients/client-glue/src/commands/CancelMLTaskRunCommand.ts +++ b/clients/client-glue/src/commands/CancelMLTaskRunCommand.ts @@ -87,9 +87,6 @@ export class CancelMLTaskRunCommand extends $Command< CancelMLTaskRunCommandOutput, GlueClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -103,9 +100,7 @@ export class CancelMLTaskRunCommand extends $Command< * @public */ constructor(readonly input: CancelMLTaskRunCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -158,7 +153,4 @@ export class CancelMLTaskRunCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CancelMLTaskRunCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-glue/src/commands/CancelStatementCommand.ts b/clients/client-glue/src/commands/CancelStatementCommand.ts index 596f360f0e43..02c6aaf31ced 100644 --- a/clients/client-glue/src/commands/CancelStatementCommand.ts +++ b/clients/client-glue/src/commands/CancelStatementCommand.ts @@ -88,9 +88,6 @@ export class CancelStatementCommand extends $Command< CancelStatementCommandOutput, GlueClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -104,9 +101,7 @@ export class CancelStatementCommand extends $Command< * @public */ constructor(readonly input: CancelStatementCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -159,7 +154,4 @@ export class CancelStatementCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CancelStatementCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-glue/src/commands/CheckSchemaVersionValidityCommand.ts b/clients/client-glue/src/commands/CheckSchemaVersionValidityCommand.ts index c35301bbd424..aefe35a0f18f 100644 --- a/clients/client-glue/src/commands/CheckSchemaVersionValidityCommand.ts +++ b/clients/client-glue/src/commands/CheckSchemaVersionValidityCommand.ts @@ -81,9 +81,6 @@ export class CheckSchemaVersionValidityCommand extends $Command< CheckSchemaVersionValidityCommandOutput, GlueClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -97,9 +94,7 @@ export class CheckSchemaVersionValidityCommand extends $Command< * @public */ constructor(readonly input: CheckSchemaVersionValidityCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -155,7 +150,4 @@ export class CheckSchemaVersionValidityCommand extends $Command< ): Promise { return de_CheckSchemaVersionValidityCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-glue/src/commands/CreateBlueprintCommand.ts b/clients/client-glue/src/commands/CreateBlueprintCommand.ts index 6ead0904f112..0ca920c0ef2c 100644 --- a/clients/client-glue/src/commands/CreateBlueprintCommand.ts +++ b/clients/client-glue/src/commands/CreateBlueprintCommand.ts @@ -90,9 +90,6 @@ export class CreateBlueprintCommand extends $Command< CreateBlueprintCommandOutput, GlueClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -106,9 +103,7 @@ export class CreateBlueprintCommand extends $Command< * @public */ constructor(readonly input: CreateBlueprintCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -161,7 +156,4 @@ export class CreateBlueprintCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateBlueprintCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-glue/src/commands/CreateClassifierCommand.ts b/clients/client-glue/src/commands/CreateClassifierCommand.ts index f94c88b4763a..2daed3de2169 100644 --- a/clients/client-glue/src/commands/CreateClassifierCommand.ts +++ b/clients/client-glue/src/commands/CreateClassifierCommand.ts @@ -109,9 +109,6 @@ export class CreateClassifierCommand extends $Command< CreateClassifierCommandOutput, GlueClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -125,9 +122,7 @@ export class CreateClassifierCommand extends $Command< * @public */ constructor(readonly input: CreateClassifierCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -180,7 +175,4 @@ export class CreateClassifierCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateClassifierCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-glue/src/commands/CreateConnectionCommand.ts b/clients/client-glue/src/commands/CreateConnectionCommand.ts index dc7f130f13ec..8299d7c39677 100644 --- a/clients/client-glue/src/commands/CreateConnectionCommand.ts +++ b/clients/client-glue/src/commands/CreateConnectionCommand.ts @@ -104,9 +104,6 @@ export class CreateConnectionCommand extends $Command< CreateConnectionCommandOutput, GlueClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -120,9 +117,7 @@ export class CreateConnectionCommand extends $Command< * @public */ constructor(readonly input: CreateConnectionCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -175,7 +170,4 @@ export class CreateConnectionCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateConnectionCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-glue/src/commands/CreateCrawlerCommand.ts b/clients/client-glue/src/commands/CreateCrawlerCommand.ts index fca8a1f55b39..0dd2c19c0221 100644 --- a/clients/client-glue/src/commands/CreateCrawlerCommand.ts +++ b/clients/client-glue/src/commands/CreateCrawlerCommand.ts @@ -190,9 +190,6 @@ export class CreateCrawlerCommand extends $Command< CreateCrawlerCommandOutput, GlueClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -206,9 +203,7 @@ export class CreateCrawlerCommand extends $Command< * @public */ constructor(readonly input: CreateCrawlerCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -259,7 +254,4 @@ export class CreateCrawlerCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateCrawlerCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-glue/src/commands/CreateCustomEntityTypeCommand.ts b/clients/client-glue/src/commands/CreateCustomEntityTypeCommand.ts index 8e8251ec47dc..01309be86ed5 100644 --- a/clients/client-glue/src/commands/CreateCustomEntityTypeCommand.ts +++ b/clients/client-glue/src/commands/CreateCustomEntityTypeCommand.ts @@ -99,9 +99,6 @@ export class CreateCustomEntityTypeCommand extends $Command< CreateCustomEntityTypeCommandOutput, GlueClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -115,9 +112,7 @@ export class CreateCustomEntityTypeCommand extends $Command< * @public */ constructor(readonly input: CreateCustomEntityTypeCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -170,7 +165,4 @@ export class CreateCustomEntityTypeCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateCustomEntityTypeCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-glue/src/commands/CreateDataQualityRulesetCommand.ts b/clients/client-glue/src/commands/CreateDataQualityRulesetCommand.ts index f1ce677007f4..27ad73c03379 100644 --- a/clients/client-glue/src/commands/CreateDataQualityRulesetCommand.ts +++ b/clients/client-glue/src/commands/CreateDataQualityRulesetCommand.ts @@ -97,9 +97,6 @@ export class CreateDataQualityRulesetCommand extends $Command< CreateDataQualityRulesetCommandOutput, GlueClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -113,9 +110,7 @@ export class CreateDataQualityRulesetCommand extends $Command< * @public */ constructor(readonly input: CreateDataQualityRulesetCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -168,7 +163,4 @@ export class CreateDataQualityRulesetCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateDataQualityRulesetCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-glue/src/commands/CreateDatabaseCommand.ts b/clients/client-glue/src/commands/CreateDatabaseCommand.ts index b93adcb818ce..b15e90b550eb 100644 --- a/clients/client-glue/src/commands/CreateDatabaseCommand.ts +++ b/clients/client-glue/src/commands/CreateDatabaseCommand.ts @@ -122,9 +122,6 @@ export class CreateDatabaseCommand extends $Command< CreateDatabaseCommandOutput, GlueClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -138,9 +135,7 @@ export class CreateDatabaseCommand extends $Command< * @public */ constructor(readonly input: CreateDatabaseCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -193,7 +188,4 @@ export class CreateDatabaseCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateDatabaseCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-glue/src/commands/CreateDevEndpointCommand.ts b/clients/client-glue/src/commands/CreateDevEndpointCommand.ts index fa1cb47886d3..da5600009fc2 100644 --- a/clients/client-glue/src/commands/CreateDevEndpointCommand.ts +++ b/clients/client-glue/src/commands/CreateDevEndpointCommand.ts @@ -138,9 +138,6 @@ export class CreateDevEndpointCommand extends $Command< CreateDevEndpointCommandOutput, GlueClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -154,9 +151,7 @@ export class CreateDevEndpointCommand extends $Command< * @public */ constructor(readonly input: CreateDevEndpointCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -209,7 +204,4 @@ export class CreateDevEndpointCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateDevEndpointCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-glue/src/commands/CreateJobCommand.ts b/clients/client-glue/src/commands/CreateJobCommand.ts index 55bc25abb111..9735f8dbdc30 100644 --- a/clients/client-glue/src/commands/CreateJobCommand.ts +++ b/clients/client-glue/src/commands/CreateJobCommand.ts @@ -1164,9 +1164,6 @@ export class CreateJobCommand extends $Command< CreateJobCommandOutput, GlueClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -1180,9 +1177,7 @@ export class CreateJobCommand extends $Command< * @public */ constructor(readonly input: CreateJobCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -1233,7 +1228,4 @@ export class CreateJobCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateJobCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-glue/src/commands/CreateMLTransformCommand.ts b/clients/client-glue/src/commands/CreateMLTransformCommand.ts index de8e103a0688..5b3081b16a4b 100644 --- a/clients/client-glue/src/commands/CreateMLTransformCommand.ts +++ b/clients/client-glue/src/commands/CreateMLTransformCommand.ts @@ -139,9 +139,6 @@ export class CreateMLTransformCommand extends $Command< CreateMLTransformCommandOutput, GlueClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -155,9 +152,7 @@ export class CreateMLTransformCommand extends $Command< * @public */ constructor(readonly input: CreateMLTransformCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -210,7 +205,4 @@ export class CreateMLTransformCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateMLTransformCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-glue/src/commands/CreatePartitionCommand.ts b/clients/client-glue/src/commands/CreatePartitionCommand.ts index 15286ddcf97a..86104ed4e156 100644 --- a/clients/client-glue/src/commands/CreatePartitionCommand.ts +++ b/clients/client-glue/src/commands/CreatePartitionCommand.ts @@ -157,9 +157,6 @@ export class CreatePartitionCommand extends $Command< CreatePartitionCommandOutput, GlueClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -173,9 +170,7 @@ export class CreatePartitionCommand extends $Command< * @public */ constructor(readonly input: CreatePartitionCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -228,7 +223,4 @@ export class CreatePartitionCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreatePartitionCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-glue/src/commands/CreatePartitionIndexCommand.ts b/clients/client-glue/src/commands/CreatePartitionIndexCommand.ts index 4edadd0cd9ab..92b6505cdae4 100644 --- a/clients/client-glue/src/commands/CreatePartitionIndexCommand.ts +++ b/clients/client-glue/src/commands/CreatePartitionIndexCommand.ts @@ -97,9 +97,6 @@ export class CreatePartitionIndexCommand extends $Command< CreatePartitionIndexCommandOutput, GlueClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -113,9 +110,7 @@ export class CreatePartitionIndexCommand extends $Command< * @public */ constructor(readonly input: CreatePartitionIndexCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -168,7 +163,4 @@ export class CreatePartitionIndexCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreatePartitionIndexCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-glue/src/commands/CreateRegistryCommand.ts b/clients/client-glue/src/commands/CreateRegistryCommand.ts index 08611330971b..33ecd6f0c66f 100644 --- a/clients/client-glue/src/commands/CreateRegistryCommand.ts +++ b/clients/client-glue/src/commands/CreateRegistryCommand.ts @@ -97,9 +97,6 @@ export class CreateRegistryCommand extends $Command< CreateRegistryCommandOutput, GlueClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -113,9 +110,7 @@ export class CreateRegistryCommand extends $Command< * @public */ constructor(readonly input: CreateRegistryCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -168,7 +163,4 @@ export class CreateRegistryCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateRegistryCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-glue/src/commands/CreateSchemaCommand.ts b/clients/client-glue/src/commands/CreateSchemaCommand.ts index b1b2d381a601..c19604da6732 100644 --- a/clients/client-glue/src/commands/CreateSchemaCommand.ts +++ b/clients/client-glue/src/commands/CreateSchemaCommand.ts @@ -119,9 +119,6 @@ export class CreateSchemaCommand extends $Command< CreateSchemaCommandOutput, GlueClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -135,9 +132,7 @@ export class CreateSchemaCommand extends $Command< * @public */ constructor(readonly input: CreateSchemaCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -188,7 +183,4 @@ export class CreateSchemaCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateSchemaCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-glue/src/commands/CreateScriptCommand.ts b/clients/client-glue/src/commands/CreateScriptCommand.ts index 877a28ec3c79..333f086d06b5 100644 --- a/clients/client-glue/src/commands/CreateScriptCommand.ts +++ b/clients/client-glue/src/commands/CreateScriptCommand.ts @@ -101,9 +101,6 @@ export class CreateScriptCommand extends $Command< CreateScriptCommandOutput, GlueClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -117,9 +114,7 @@ export class CreateScriptCommand extends $Command< * @public */ constructor(readonly input: CreateScriptCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -170,7 +165,4 @@ export class CreateScriptCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateScriptCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-glue/src/commands/CreateSecurityConfigurationCommand.ts b/clients/client-glue/src/commands/CreateSecurityConfigurationCommand.ts index 276e0d6b05b2..31669ce7141c 100644 --- a/clients/client-glue/src/commands/CreateSecurityConfigurationCommand.ts +++ b/clients/client-glue/src/commands/CreateSecurityConfigurationCommand.ts @@ -104,9 +104,6 @@ export class CreateSecurityConfigurationCommand extends $Command< CreateSecurityConfigurationCommandOutput, GlueClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -120,9 +117,7 @@ export class CreateSecurityConfigurationCommand extends $Command< * @public */ constructor(readonly input: CreateSecurityConfigurationCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -178,7 +173,4 @@ export class CreateSecurityConfigurationCommand extends $Command< ): Promise { return de_CreateSecurityConfigurationCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-glue/src/commands/CreateSessionCommand.ts b/clients/client-glue/src/commands/CreateSessionCommand.ts index 771cb79d38f2..02afb5fd0af3 100644 --- a/clients/client-glue/src/commands/CreateSessionCommand.ts +++ b/clients/client-glue/src/commands/CreateSessionCommand.ts @@ -148,9 +148,6 @@ export class CreateSessionCommand extends $Command< CreateSessionCommandOutput, GlueClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -164,9 +161,7 @@ export class CreateSessionCommand extends $Command< * @public */ constructor(readonly input: CreateSessionCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -217,7 +212,4 @@ export class CreateSessionCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateSessionCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-glue/src/commands/CreateTableCommand.ts b/clients/client-glue/src/commands/CreateTableCommand.ts index 5ef737154912..de5a616c8c68 100644 --- a/clients/client-glue/src/commands/CreateTableCommand.ts +++ b/clients/client-glue/src/commands/CreateTableCommand.ts @@ -195,9 +195,6 @@ export class CreateTableCommand extends $Command< CreateTableCommandOutput, GlueClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -211,9 +208,7 @@ export class CreateTableCommand extends $Command< * @public */ constructor(readonly input: CreateTableCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -264,7 +259,4 @@ export class CreateTableCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateTableCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-glue/src/commands/CreateTriggerCommand.ts b/clients/client-glue/src/commands/CreateTriggerCommand.ts index 9bd48b9ed628..4448bf84edd7 100644 --- a/clients/client-glue/src/commands/CreateTriggerCommand.ts +++ b/clients/client-glue/src/commands/CreateTriggerCommand.ts @@ -132,9 +132,6 @@ export class CreateTriggerCommand extends $Command< CreateTriggerCommandOutput, GlueClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -148,9 +145,7 @@ export class CreateTriggerCommand extends $Command< * @public */ constructor(readonly input: CreateTriggerCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -201,7 +196,4 @@ export class CreateTriggerCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateTriggerCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-glue/src/commands/CreateUserDefinedFunctionCommand.ts b/clients/client-glue/src/commands/CreateUserDefinedFunctionCommand.ts index db36c180e23e..5e6c046e0244 100644 --- a/clients/client-glue/src/commands/CreateUserDefinedFunctionCommand.ts +++ b/clients/client-glue/src/commands/CreateUserDefinedFunctionCommand.ts @@ -102,9 +102,6 @@ export class CreateUserDefinedFunctionCommand extends $Command< CreateUserDefinedFunctionCommandOutput, GlueClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -118,9 +115,7 @@ export class CreateUserDefinedFunctionCommand extends $Command< * @public */ constructor(readonly input: CreateUserDefinedFunctionCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -176,7 +171,4 @@ export class CreateUserDefinedFunctionCommand extends $Command< ): Promise { return de_CreateUserDefinedFunctionCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-glue/src/commands/CreateWorkflowCommand.ts b/clients/client-glue/src/commands/CreateWorkflowCommand.ts index b85430bad66b..a189e5ac7ccd 100644 --- a/clients/client-glue/src/commands/CreateWorkflowCommand.ts +++ b/clients/client-glue/src/commands/CreateWorkflowCommand.ts @@ -96,9 +96,6 @@ export class CreateWorkflowCommand extends $Command< CreateWorkflowCommandOutput, GlueClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -112,9 +109,7 @@ export class CreateWorkflowCommand extends $Command< * @public */ constructor(readonly input: CreateWorkflowCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -167,7 +162,4 @@ export class CreateWorkflowCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateWorkflowCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-glue/src/commands/DeleteBlueprintCommand.ts b/clients/client-glue/src/commands/DeleteBlueprintCommand.ts index 6cf3142e1324..d3a0d2292638 100644 --- a/clients/client-glue/src/commands/DeleteBlueprintCommand.ts +++ b/clients/client-glue/src/commands/DeleteBlueprintCommand.ts @@ -79,9 +79,6 @@ export class DeleteBlueprintCommand extends $Command< DeleteBlueprintCommandOutput, GlueClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -95,9 +92,7 @@ export class DeleteBlueprintCommand extends $Command< * @public */ constructor(readonly input: DeleteBlueprintCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -150,7 +145,4 @@ export class DeleteBlueprintCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteBlueprintCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-glue/src/commands/DeleteClassifierCommand.ts b/clients/client-glue/src/commands/DeleteClassifierCommand.ts index 581910ef0a6f..014ea0d9da76 100644 --- a/clients/client-glue/src/commands/DeleteClassifierCommand.ts +++ b/clients/client-glue/src/commands/DeleteClassifierCommand.ts @@ -74,9 +74,6 @@ export class DeleteClassifierCommand extends $Command< DeleteClassifierCommandOutput, GlueClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -90,9 +87,7 @@ export class DeleteClassifierCommand extends $Command< * @public */ constructor(readonly input: DeleteClassifierCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -145,7 +140,4 @@ export class DeleteClassifierCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteClassifierCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-glue/src/commands/DeleteColumnStatisticsForPartitionCommand.ts b/clients/client-glue/src/commands/DeleteColumnStatisticsForPartitionCommand.ts index 72db7d4ce64d..f90eceead1fd 100644 --- a/clients/client-glue/src/commands/DeleteColumnStatisticsForPartitionCommand.ts +++ b/clients/client-glue/src/commands/DeleteColumnStatisticsForPartitionCommand.ts @@ -98,9 +98,6 @@ export class DeleteColumnStatisticsForPartitionCommand extends $Command< DeleteColumnStatisticsForPartitionCommandOutput, GlueClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -114,9 +111,7 @@ export class DeleteColumnStatisticsForPartitionCommand extends $Command< * @public */ constructor(readonly input: DeleteColumnStatisticsForPartitionCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -175,7 +170,4 @@ export class DeleteColumnStatisticsForPartitionCommand extends $Command< ): Promise { return de_DeleteColumnStatisticsForPartitionCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-glue/src/commands/DeleteColumnStatisticsForTableCommand.ts b/clients/client-glue/src/commands/DeleteColumnStatisticsForTableCommand.ts index f537747d3738..58ac27df930a 100644 --- a/clients/client-glue/src/commands/DeleteColumnStatisticsForTableCommand.ts +++ b/clients/client-glue/src/commands/DeleteColumnStatisticsForTableCommand.ts @@ -92,9 +92,6 @@ export class DeleteColumnStatisticsForTableCommand extends $Command< DeleteColumnStatisticsForTableCommandOutput, GlueClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -108,9 +105,7 @@ export class DeleteColumnStatisticsForTableCommand extends $Command< * @public */ constructor(readonly input: DeleteColumnStatisticsForTableCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -169,7 +164,4 @@ export class DeleteColumnStatisticsForTableCommand extends $Command< ): Promise { return de_DeleteColumnStatisticsForTableCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-glue/src/commands/DeleteConnectionCommand.ts b/clients/client-glue/src/commands/DeleteConnectionCommand.ts index 24ba8f4ee572..f9ea66adc80a 100644 --- a/clients/client-glue/src/commands/DeleteConnectionCommand.ts +++ b/clients/client-glue/src/commands/DeleteConnectionCommand.ts @@ -75,9 +75,6 @@ export class DeleteConnectionCommand extends $Command< DeleteConnectionCommandOutput, GlueClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -91,9 +88,7 @@ export class DeleteConnectionCommand extends $Command< * @public */ constructor(readonly input: DeleteConnectionCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -146,7 +141,4 @@ export class DeleteConnectionCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteConnectionCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-glue/src/commands/DeleteCrawlerCommand.ts b/clients/client-glue/src/commands/DeleteCrawlerCommand.ts index 0f3758b2ffd1..d056bea954df 100644 --- a/clients/client-glue/src/commands/DeleteCrawlerCommand.ts +++ b/clients/client-glue/src/commands/DeleteCrawlerCommand.ts @@ -81,9 +81,6 @@ export class DeleteCrawlerCommand extends $Command< DeleteCrawlerCommandOutput, GlueClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -97,9 +94,7 @@ export class DeleteCrawlerCommand extends $Command< * @public */ constructor(readonly input: DeleteCrawlerCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -150,7 +145,4 @@ export class DeleteCrawlerCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteCrawlerCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-glue/src/commands/DeleteCustomEntityTypeCommand.ts b/clients/client-glue/src/commands/DeleteCustomEntityTypeCommand.ts index 4748a4d094b0..61e4506b2190 100644 --- a/clients/client-glue/src/commands/DeleteCustomEntityTypeCommand.ts +++ b/clients/client-glue/src/commands/DeleteCustomEntityTypeCommand.ts @@ -85,9 +85,6 @@ export class DeleteCustomEntityTypeCommand extends $Command< DeleteCustomEntityTypeCommandOutput, GlueClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -101,9 +98,7 @@ export class DeleteCustomEntityTypeCommand extends $Command< * @public */ constructor(readonly input: DeleteCustomEntityTypeCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -156,7 +151,4 @@ export class DeleteCustomEntityTypeCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteCustomEntityTypeCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-glue/src/commands/DeleteDataQualityRulesetCommand.ts b/clients/client-glue/src/commands/DeleteDataQualityRulesetCommand.ts index 66efe8a6d579..c14c3b4cbb65 100644 --- a/clients/client-glue/src/commands/DeleteDataQualityRulesetCommand.ts +++ b/clients/client-glue/src/commands/DeleteDataQualityRulesetCommand.ts @@ -80,9 +80,6 @@ export class DeleteDataQualityRulesetCommand extends $Command< DeleteDataQualityRulesetCommandOutput, GlueClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -96,9 +93,7 @@ export class DeleteDataQualityRulesetCommand extends $Command< * @public */ constructor(readonly input: DeleteDataQualityRulesetCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -151,7 +146,4 @@ export class DeleteDataQualityRulesetCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteDataQualityRulesetCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-glue/src/commands/DeleteDatabaseCommand.ts b/clients/client-glue/src/commands/DeleteDatabaseCommand.ts index 7908b39a3fdc..bf34306ea51c 100644 --- a/clients/client-glue/src/commands/DeleteDatabaseCommand.ts +++ b/clients/client-glue/src/commands/DeleteDatabaseCommand.ts @@ -96,9 +96,6 @@ export class DeleteDatabaseCommand extends $Command< DeleteDatabaseCommandOutput, GlueClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -112,9 +109,7 @@ export class DeleteDatabaseCommand extends $Command< * @public */ constructor(readonly input: DeleteDatabaseCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -167,7 +162,4 @@ export class DeleteDatabaseCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteDatabaseCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-glue/src/commands/DeleteDevEndpointCommand.ts b/clients/client-glue/src/commands/DeleteDevEndpointCommand.ts index 3434fdcd4b54..cfa9628031a7 100644 --- a/clients/client-glue/src/commands/DeleteDevEndpointCommand.ts +++ b/clients/client-glue/src/commands/DeleteDevEndpointCommand.ts @@ -80,9 +80,6 @@ export class DeleteDevEndpointCommand extends $Command< DeleteDevEndpointCommandOutput, GlueClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -96,9 +93,7 @@ export class DeleteDevEndpointCommand extends $Command< * @public */ constructor(readonly input: DeleteDevEndpointCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -151,7 +146,4 @@ export class DeleteDevEndpointCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteDevEndpointCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-glue/src/commands/DeleteJobCommand.ts b/clients/client-glue/src/commands/DeleteJobCommand.ts index b11ee33b84be..49b13fcba7bc 100644 --- a/clients/client-glue/src/commands/DeleteJobCommand.ts +++ b/clients/client-glue/src/commands/DeleteJobCommand.ts @@ -80,9 +80,6 @@ export class DeleteJobCommand extends $Command< DeleteJobCommandOutput, GlueClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -96,9 +93,7 @@ export class DeleteJobCommand extends $Command< * @public */ constructor(readonly input: DeleteJobCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -149,7 +144,4 @@ export class DeleteJobCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteJobCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-glue/src/commands/DeleteMLTransformCommand.ts b/clients/client-glue/src/commands/DeleteMLTransformCommand.ts index 6637d3262dc2..de6724e907a6 100644 --- a/clients/client-glue/src/commands/DeleteMLTransformCommand.ts +++ b/clients/client-glue/src/commands/DeleteMLTransformCommand.ts @@ -87,9 +87,6 @@ export class DeleteMLTransformCommand extends $Command< DeleteMLTransformCommandOutput, GlueClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -103,9 +100,7 @@ export class DeleteMLTransformCommand extends $Command< * @public */ constructor(readonly input: DeleteMLTransformCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -158,7 +153,4 @@ export class DeleteMLTransformCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteMLTransformCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-glue/src/commands/DeletePartitionCommand.ts b/clients/client-glue/src/commands/DeletePartitionCommand.ts index b2b3485b20f9..3050b48c83c0 100644 --- a/clients/client-glue/src/commands/DeletePartitionCommand.ts +++ b/clients/client-glue/src/commands/DeletePartitionCommand.ts @@ -85,9 +85,6 @@ export class DeletePartitionCommand extends $Command< DeletePartitionCommandOutput, GlueClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -101,9 +98,7 @@ export class DeletePartitionCommand extends $Command< * @public */ constructor(readonly input: DeletePartitionCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -156,7 +151,4 @@ export class DeletePartitionCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeletePartitionCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-glue/src/commands/DeletePartitionIndexCommand.ts b/clients/client-glue/src/commands/DeletePartitionIndexCommand.ts index efb5a5c11bdf..18bd3b2fa135 100644 --- a/clients/client-glue/src/commands/DeletePartitionIndexCommand.ts +++ b/clients/client-glue/src/commands/DeletePartitionIndexCommand.ts @@ -89,9 +89,6 @@ export class DeletePartitionIndexCommand extends $Command< DeletePartitionIndexCommandOutput, GlueClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -105,9 +102,7 @@ export class DeletePartitionIndexCommand extends $Command< * @public */ constructor(readonly input: DeletePartitionIndexCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -160,7 +155,4 @@ export class DeletePartitionIndexCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeletePartitionIndexCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-glue/src/commands/DeleteRegistryCommand.ts b/clients/client-glue/src/commands/DeleteRegistryCommand.ts index 3782f82c9ceb..cbf07198f84a 100644 --- a/clients/client-glue/src/commands/DeleteRegistryCommand.ts +++ b/clients/client-glue/src/commands/DeleteRegistryCommand.ts @@ -87,9 +87,6 @@ export class DeleteRegistryCommand extends $Command< DeleteRegistryCommandOutput, GlueClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -103,9 +100,7 @@ export class DeleteRegistryCommand extends $Command< * @public */ constructor(readonly input: DeleteRegistryCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -158,7 +153,4 @@ export class DeleteRegistryCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteRegistryCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-glue/src/commands/DeleteResourcePolicyCommand.ts b/clients/client-glue/src/commands/DeleteResourcePolicyCommand.ts index 2628043eb2eb..f28a2778e7b6 100644 --- a/clients/client-glue/src/commands/DeleteResourcePolicyCommand.ts +++ b/clients/client-glue/src/commands/DeleteResourcePolicyCommand.ts @@ -84,9 +84,6 @@ export class DeleteResourcePolicyCommand extends $Command< DeleteResourcePolicyCommandOutput, GlueClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -100,9 +97,7 @@ export class DeleteResourcePolicyCommand extends $Command< * @public */ constructor(readonly input: DeleteResourcePolicyCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -155,7 +150,4 @@ export class DeleteResourcePolicyCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteResourcePolicyCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-glue/src/commands/DeleteSchemaCommand.ts b/clients/client-glue/src/commands/DeleteSchemaCommand.ts index 4d3e387d7966..b51f69ef8e19 100644 --- a/clients/client-glue/src/commands/DeleteSchemaCommand.ts +++ b/clients/client-glue/src/commands/DeleteSchemaCommand.ts @@ -88,9 +88,6 @@ export class DeleteSchemaCommand extends $Command< DeleteSchemaCommandOutput, GlueClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -104,9 +101,7 @@ export class DeleteSchemaCommand extends $Command< * @public */ constructor(readonly input: DeleteSchemaCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -157,7 +152,4 @@ export class DeleteSchemaCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteSchemaCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-glue/src/commands/DeleteSchemaVersionsCommand.ts b/clients/client-glue/src/commands/DeleteSchemaVersionsCommand.ts index 13927df02514..164223b9e34a 100644 --- a/clients/client-glue/src/commands/DeleteSchemaVersionsCommand.ts +++ b/clients/client-glue/src/commands/DeleteSchemaVersionsCommand.ts @@ -98,9 +98,6 @@ export class DeleteSchemaVersionsCommand extends $Command< DeleteSchemaVersionsCommandOutput, GlueClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -114,9 +111,7 @@ export class DeleteSchemaVersionsCommand extends $Command< * @public */ constructor(readonly input: DeleteSchemaVersionsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -169,7 +164,4 @@ export class DeleteSchemaVersionsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteSchemaVersionsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-glue/src/commands/DeleteSecurityConfigurationCommand.ts b/clients/client-glue/src/commands/DeleteSecurityConfigurationCommand.ts index 0a8c9a007875..e2a78746b222 100644 --- a/clients/client-glue/src/commands/DeleteSecurityConfigurationCommand.ts +++ b/clients/client-glue/src/commands/DeleteSecurityConfigurationCommand.ts @@ -82,9 +82,6 @@ export class DeleteSecurityConfigurationCommand extends $Command< DeleteSecurityConfigurationCommandOutput, GlueClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -98,9 +95,7 @@ export class DeleteSecurityConfigurationCommand extends $Command< * @public */ constructor(readonly input: DeleteSecurityConfigurationCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -156,7 +151,4 @@ export class DeleteSecurityConfigurationCommand extends $Command< ): Promise { return de_DeleteSecurityConfigurationCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-glue/src/commands/DeleteSessionCommand.ts b/clients/client-glue/src/commands/DeleteSessionCommand.ts index 347f1ea09828..7e562724d81f 100644 --- a/clients/client-glue/src/commands/DeleteSessionCommand.ts +++ b/clients/client-glue/src/commands/DeleteSessionCommand.ts @@ -89,9 +89,6 @@ export class DeleteSessionCommand extends $Command< DeleteSessionCommandOutput, GlueClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -105,9 +102,7 @@ export class DeleteSessionCommand extends $Command< * @public */ constructor(readonly input: DeleteSessionCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -158,7 +153,4 @@ export class DeleteSessionCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteSessionCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-glue/src/commands/DeleteTableCommand.ts b/clients/client-glue/src/commands/DeleteTableCommand.ts index 2253f18d5d7d..b4a70ad09fc1 100644 --- a/clients/client-glue/src/commands/DeleteTableCommand.ts +++ b/clients/client-glue/src/commands/DeleteTableCommand.ts @@ -99,9 +99,6 @@ export class DeleteTableCommand extends $Command< DeleteTableCommandOutput, GlueClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -115,9 +112,7 @@ export class DeleteTableCommand extends $Command< * @public */ constructor(readonly input: DeleteTableCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -168,7 +163,4 @@ export class DeleteTableCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteTableCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-glue/src/commands/DeleteTableVersionCommand.ts b/clients/client-glue/src/commands/DeleteTableVersionCommand.ts index 9bf364b0b783..f32c367026b5 100644 --- a/clients/client-glue/src/commands/DeleteTableVersionCommand.ts +++ b/clients/client-glue/src/commands/DeleteTableVersionCommand.ts @@ -83,9 +83,6 @@ export class DeleteTableVersionCommand extends $Command< DeleteTableVersionCommandOutput, GlueClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -99,9 +96,7 @@ export class DeleteTableVersionCommand extends $Command< * @public */ constructor(readonly input: DeleteTableVersionCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -154,7 +149,4 @@ export class DeleteTableVersionCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteTableVersionCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-glue/src/commands/DeleteTriggerCommand.ts b/clients/client-glue/src/commands/DeleteTriggerCommand.ts index 52ea12f86e37..d43a1890e68a 100644 --- a/clients/client-glue/src/commands/DeleteTriggerCommand.ts +++ b/clients/client-glue/src/commands/DeleteTriggerCommand.ts @@ -83,9 +83,6 @@ export class DeleteTriggerCommand extends $Command< DeleteTriggerCommandOutput, GlueClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -99,9 +96,7 @@ export class DeleteTriggerCommand extends $Command< * @public */ constructor(readonly input: DeleteTriggerCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -152,7 +147,4 @@ export class DeleteTriggerCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteTriggerCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-glue/src/commands/DeleteUserDefinedFunctionCommand.ts b/clients/client-glue/src/commands/DeleteUserDefinedFunctionCommand.ts index e6fa5a1f2e74..2727918dda8e 100644 --- a/clients/client-glue/src/commands/DeleteUserDefinedFunctionCommand.ts +++ b/clients/client-glue/src/commands/DeleteUserDefinedFunctionCommand.ts @@ -82,9 +82,6 @@ export class DeleteUserDefinedFunctionCommand extends $Command< DeleteUserDefinedFunctionCommandOutput, GlueClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -98,9 +95,7 @@ export class DeleteUserDefinedFunctionCommand extends $Command< * @public */ constructor(readonly input: DeleteUserDefinedFunctionCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -156,7 +151,4 @@ export class DeleteUserDefinedFunctionCommand extends $Command< ): Promise { return de_DeleteUserDefinedFunctionCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-glue/src/commands/DeleteWorkflowCommand.ts b/clients/client-glue/src/commands/DeleteWorkflowCommand.ts index 2c08ea00d965..be79c7befccd 100644 --- a/clients/client-glue/src/commands/DeleteWorkflowCommand.ts +++ b/clients/client-glue/src/commands/DeleteWorkflowCommand.ts @@ -82,9 +82,6 @@ export class DeleteWorkflowCommand extends $Command< DeleteWorkflowCommandOutput, GlueClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -98,9 +95,7 @@ export class DeleteWorkflowCommand extends $Command< * @public */ constructor(readonly input: DeleteWorkflowCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -153,7 +148,4 @@ export class DeleteWorkflowCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteWorkflowCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-glue/src/commands/GetBlueprintCommand.ts b/clients/client-glue/src/commands/GetBlueprintCommand.ts index 5253877e7929..9fdecf6dc95f 100644 --- a/clients/client-glue/src/commands/GetBlueprintCommand.ts +++ b/clients/client-glue/src/commands/GetBlueprintCommand.ts @@ -101,9 +101,6 @@ export class GetBlueprintCommand extends $Command< GetBlueprintCommandOutput, GlueClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -117,9 +114,7 @@ export class GetBlueprintCommand extends $Command< * @public */ constructor(readonly input: GetBlueprintCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -170,7 +165,4 @@ export class GetBlueprintCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetBlueprintCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-glue/src/commands/GetBlueprintRunCommand.ts b/clients/client-glue/src/commands/GetBlueprintRunCommand.ts index 831ee2337882..9792b396a28c 100644 --- a/clients/client-glue/src/commands/GetBlueprintRunCommand.ts +++ b/clients/client-glue/src/commands/GetBlueprintRunCommand.ts @@ -91,9 +91,6 @@ export class GetBlueprintRunCommand extends $Command< GetBlueprintRunCommandOutput, GlueClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -107,9 +104,7 @@ export class GetBlueprintRunCommand extends $Command< * @public */ constructor(readonly input: GetBlueprintRunCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -162,7 +157,4 @@ export class GetBlueprintRunCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetBlueprintRunCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-glue/src/commands/GetBlueprintRunsCommand.ts b/clients/client-glue/src/commands/GetBlueprintRunsCommand.ts index 255dc636c456..4250f682e930 100644 --- a/clients/client-glue/src/commands/GetBlueprintRunsCommand.ts +++ b/clients/client-glue/src/commands/GetBlueprintRunsCommand.ts @@ -98,9 +98,6 @@ export class GetBlueprintRunsCommand extends $Command< GetBlueprintRunsCommandOutput, GlueClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -114,9 +111,7 @@ export class GetBlueprintRunsCommand extends $Command< * @public */ constructor(readonly input: GetBlueprintRunsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -169,7 +164,4 @@ export class GetBlueprintRunsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetBlueprintRunsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-glue/src/commands/GetCatalogImportStatusCommand.ts b/clients/client-glue/src/commands/GetCatalogImportStatusCommand.ts index 8d785ecb497e..857dd4fde415 100644 --- a/clients/client-glue/src/commands/GetCatalogImportStatusCommand.ts +++ b/clients/client-glue/src/commands/GetCatalogImportStatusCommand.ts @@ -80,9 +80,6 @@ export class GetCatalogImportStatusCommand extends $Command< GetCatalogImportStatusCommandOutput, GlueClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -96,9 +93,7 @@ export class GetCatalogImportStatusCommand extends $Command< * @public */ constructor(readonly input: GetCatalogImportStatusCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -151,7 +146,4 @@ export class GetCatalogImportStatusCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetCatalogImportStatusCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-glue/src/commands/GetClassifierCommand.ts b/clients/client-glue/src/commands/GetClassifierCommand.ts index 54a2d421281a..a87b95b2eb87 100644 --- a/clients/client-glue/src/commands/GetClassifierCommand.ts +++ b/clients/client-glue/src/commands/GetClassifierCommand.ts @@ -120,9 +120,6 @@ export class GetClassifierCommand extends $Command< GetClassifierCommandOutput, GlueClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -136,9 +133,7 @@ export class GetClassifierCommand extends $Command< * @public */ constructor(readonly input: GetClassifierCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -189,7 +184,4 @@ export class GetClassifierCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetClassifierCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-glue/src/commands/GetClassifiersCommand.ts b/clients/client-glue/src/commands/GetClassifiersCommand.ts index 7f6385a51ebe..5d6797353399 100644 --- a/clients/client-glue/src/commands/GetClassifiersCommand.ts +++ b/clients/client-glue/src/commands/GetClassifiersCommand.ts @@ -121,9 +121,6 @@ export class GetClassifiersCommand extends $Command< GetClassifiersCommandOutput, GlueClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -137,9 +134,7 @@ export class GetClassifiersCommand extends $Command< * @public */ constructor(readonly input: GetClassifiersCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -192,7 +187,4 @@ export class GetClassifiersCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetClassifiersCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-glue/src/commands/GetColumnStatisticsForPartitionCommand.ts b/clients/client-glue/src/commands/GetColumnStatisticsForPartitionCommand.ts index e4fe696c6b2b..62bb1d68f122 100644 --- a/clients/client-glue/src/commands/GetColumnStatisticsForPartitionCommand.ts +++ b/clients/client-glue/src/commands/GetColumnStatisticsForPartitionCommand.ts @@ -163,9 +163,6 @@ export class GetColumnStatisticsForPartitionCommand extends $Command< GetColumnStatisticsForPartitionCommandOutput, GlueClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -179,9 +176,7 @@ export class GetColumnStatisticsForPartitionCommand extends $Command< * @public */ constructor(readonly input: GetColumnStatisticsForPartitionCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -240,7 +235,4 @@ export class GetColumnStatisticsForPartitionCommand extends $Command< ): Promise { return de_GetColumnStatisticsForPartitionCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-glue/src/commands/GetColumnStatisticsForTableCommand.ts b/clients/client-glue/src/commands/GetColumnStatisticsForTableCommand.ts index 2f61af7e1113..95e09b6763ac 100644 --- a/clients/client-glue/src/commands/GetColumnStatisticsForTableCommand.ts +++ b/clients/client-glue/src/commands/GetColumnStatisticsForTableCommand.ts @@ -157,9 +157,6 @@ export class GetColumnStatisticsForTableCommand extends $Command< GetColumnStatisticsForTableCommandOutput, GlueClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -173,9 +170,7 @@ export class GetColumnStatisticsForTableCommand extends $Command< * @public */ constructor(readonly input: GetColumnStatisticsForTableCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -231,7 +226,4 @@ export class GetColumnStatisticsForTableCommand extends $Command< ): Promise { return de_GetColumnStatisticsForTableCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-glue/src/commands/GetConnectionCommand.ts b/clients/client-glue/src/commands/GetConnectionCommand.ts index 127787972294..ff76e9e062c4 100644 --- a/clients/client-glue/src/commands/GetConnectionCommand.ts +++ b/clients/client-glue/src/commands/GetConnectionCommand.ts @@ -104,9 +104,6 @@ export class GetConnectionCommand extends $Command< GetConnectionCommandOutput, GlueClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -120,9 +117,7 @@ export class GetConnectionCommand extends $Command< * @public */ constructor(readonly input: GetConnectionCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -173,7 +168,4 @@ export class GetConnectionCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetConnectionCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-glue/src/commands/GetConnectionsCommand.ts b/clients/client-glue/src/commands/GetConnectionsCommand.ts index 0706fc9aa23f..d3b67e2f48c0 100644 --- a/clients/client-glue/src/commands/GetConnectionsCommand.ts +++ b/clients/client-glue/src/commands/GetConnectionsCommand.ts @@ -114,9 +114,6 @@ export class GetConnectionsCommand extends $Command< GetConnectionsCommandOutput, GlueClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -130,9 +127,7 @@ export class GetConnectionsCommand extends $Command< * @public */ constructor(readonly input: GetConnectionsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -185,7 +180,4 @@ export class GetConnectionsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetConnectionsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-glue/src/commands/GetCrawlerCommand.ts b/clients/client-glue/src/commands/GetCrawlerCommand.ts index b3651246da2a..82719c492823 100644 --- a/clients/client-glue/src/commands/GetCrawlerCommand.ts +++ b/clients/client-glue/src/commands/GetCrawlerCommand.ts @@ -199,9 +199,6 @@ export class GetCrawlerCommand extends $Command< GetCrawlerCommandOutput, GlueClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -215,9 +212,7 @@ export class GetCrawlerCommand extends $Command< * @public */ constructor(readonly input: GetCrawlerCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -268,7 +263,4 @@ export class GetCrawlerCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetCrawlerCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-glue/src/commands/GetCrawlerMetricsCommand.ts b/clients/client-glue/src/commands/GetCrawlerMetricsCommand.ts index 5e2ab72d280e..bc0a897a4d5d 100644 --- a/clients/client-glue/src/commands/GetCrawlerMetricsCommand.ts +++ b/clients/client-glue/src/commands/GetCrawlerMetricsCommand.ts @@ -89,9 +89,6 @@ export class GetCrawlerMetricsCommand extends $Command< GetCrawlerMetricsCommandOutput, GlueClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -105,9 +102,7 @@ export class GetCrawlerMetricsCommand extends $Command< * @public */ constructor(readonly input: GetCrawlerMetricsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -160,7 +155,4 @@ export class GetCrawlerMetricsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetCrawlerMetricsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-glue/src/commands/GetCrawlersCommand.ts b/clients/client-glue/src/commands/GetCrawlersCommand.ts index 8c93d53faedc..437e2402c721 100644 --- a/clients/client-glue/src/commands/GetCrawlersCommand.ts +++ b/clients/client-glue/src/commands/GetCrawlersCommand.ts @@ -201,9 +201,6 @@ export class GetCrawlersCommand extends $Command< GetCrawlersCommandOutput, GlueClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -217,9 +214,7 @@ export class GetCrawlersCommand extends $Command< * @public */ constructor(readonly input: GetCrawlersCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -270,7 +265,4 @@ export class GetCrawlersCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetCrawlersCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-glue/src/commands/GetCustomEntityTypeCommand.ts b/clients/client-glue/src/commands/GetCustomEntityTypeCommand.ts index cf0f1c9c1fab..80926845b80c 100644 --- a/clients/client-glue/src/commands/GetCustomEntityTypeCommand.ts +++ b/clients/client-glue/src/commands/GetCustomEntityTypeCommand.ts @@ -89,9 +89,6 @@ export class GetCustomEntityTypeCommand extends $Command< GetCustomEntityTypeCommandOutput, GlueClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -105,9 +102,7 @@ export class GetCustomEntityTypeCommand extends $Command< * @public */ constructor(readonly input: GetCustomEntityTypeCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -160,7 +155,4 @@ export class GetCustomEntityTypeCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetCustomEntityTypeCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-glue/src/commands/GetDataCatalogEncryptionSettingsCommand.ts b/clients/client-glue/src/commands/GetDataCatalogEncryptionSettingsCommand.ts index a58f4ebc4ede..f61443b4dd2b 100644 --- a/clients/client-glue/src/commands/GetDataCatalogEncryptionSettingsCommand.ts +++ b/clients/client-glue/src/commands/GetDataCatalogEncryptionSettingsCommand.ts @@ -93,9 +93,6 @@ export class GetDataCatalogEncryptionSettingsCommand extends $Command< GetDataCatalogEncryptionSettingsCommandOutput, GlueClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -109,9 +106,7 @@ export class GetDataCatalogEncryptionSettingsCommand extends $Command< * @public */ constructor(readonly input: GetDataCatalogEncryptionSettingsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -170,7 +165,4 @@ export class GetDataCatalogEncryptionSettingsCommand extends $Command< ): Promise { return de_GetDataCatalogEncryptionSettingsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-glue/src/commands/GetDataQualityResultCommand.ts b/clients/client-glue/src/commands/GetDataQualityResultCommand.ts index 7a72dd105b6f..138916836110 100644 --- a/clients/client-glue/src/commands/GetDataQualityResultCommand.ts +++ b/clients/client-glue/src/commands/GetDataQualityResultCommand.ts @@ -112,9 +112,6 @@ export class GetDataQualityResultCommand extends $Command< GetDataQualityResultCommandOutput, GlueClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -128,9 +125,7 @@ export class GetDataQualityResultCommand extends $Command< * @public */ constructor(readonly input: GetDataQualityResultCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -183,7 +178,4 @@ export class GetDataQualityResultCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetDataQualityResultCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-glue/src/commands/GetDataQualityRuleRecommendationRunCommand.ts b/clients/client-glue/src/commands/GetDataQualityRuleRecommendationRunCommand.ts index d3e3ef93bd40..ffd8b6af8c49 100644 --- a/clients/client-glue/src/commands/GetDataQualityRuleRecommendationRunCommand.ts +++ b/clients/client-glue/src/commands/GetDataQualityRuleRecommendationRunCommand.ts @@ -112,9 +112,6 @@ export class GetDataQualityRuleRecommendationRunCommand extends $Command< GetDataQualityRuleRecommendationRunCommandOutput, GlueClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -128,9 +125,7 @@ export class GetDataQualityRuleRecommendationRunCommand extends $Command< * @public */ constructor(readonly input: GetDataQualityRuleRecommendationRunCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -189,7 +184,4 @@ export class GetDataQualityRuleRecommendationRunCommand extends $Command< ): Promise { return de_GetDataQualityRuleRecommendationRunCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-glue/src/commands/GetDataQualityRulesetCommand.ts b/clients/client-glue/src/commands/GetDataQualityRulesetCommand.ts index 5b3d61712d8c..9c6d4b78b7ac 100644 --- a/clients/client-glue/src/commands/GetDataQualityRulesetCommand.ts +++ b/clients/client-glue/src/commands/GetDataQualityRulesetCommand.ts @@ -92,9 +92,6 @@ export class GetDataQualityRulesetCommand extends $Command< GetDataQualityRulesetCommandOutput, GlueClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -108,9 +105,7 @@ export class GetDataQualityRulesetCommand extends $Command< * @public */ constructor(readonly input: GetDataQualityRulesetCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -163,7 +158,4 @@ export class GetDataQualityRulesetCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetDataQualityRulesetCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-glue/src/commands/GetDataQualityRulesetEvaluationRunCommand.ts b/clients/client-glue/src/commands/GetDataQualityRulesetEvaluationRunCommand.ts index 1b0767af6b6c..117ab21253b5 100644 --- a/clients/client-glue/src/commands/GetDataQualityRulesetEvaluationRunCommand.ts +++ b/clients/client-glue/src/commands/GetDataQualityRulesetEvaluationRunCommand.ts @@ -133,9 +133,6 @@ export class GetDataQualityRulesetEvaluationRunCommand extends $Command< GetDataQualityRulesetEvaluationRunCommandOutput, GlueClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -149,9 +146,7 @@ export class GetDataQualityRulesetEvaluationRunCommand extends $Command< * @public */ constructor(readonly input: GetDataQualityRulesetEvaluationRunCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -210,7 +205,4 @@ export class GetDataQualityRulesetEvaluationRunCommand extends $Command< ): Promise { return de_GetDataQualityRulesetEvaluationRunCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-glue/src/commands/GetDatabaseCommand.ts b/clients/client-glue/src/commands/GetDatabaseCommand.ts index 2a7954290c8e..c11ef074b685 100644 --- a/clients/client-glue/src/commands/GetDatabaseCommand.ts +++ b/clients/client-glue/src/commands/GetDatabaseCommand.ts @@ -117,9 +117,6 @@ export class GetDatabaseCommand extends $Command< GetDatabaseCommandOutput, GlueClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -133,9 +130,7 @@ export class GetDatabaseCommand extends $Command< * @public */ constructor(readonly input: GetDatabaseCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -186,7 +181,4 @@ export class GetDatabaseCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetDatabaseCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-glue/src/commands/GetDatabasesCommand.ts b/clients/client-glue/src/commands/GetDatabasesCommand.ts index b86d0f78276c..4add7ea4c88b 100644 --- a/clients/client-glue/src/commands/GetDatabasesCommand.ts +++ b/clients/client-glue/src/commands/GetDatabasesCommand.ts @@ -116,9 +116,6 @@ export class GetDatabasesCommand extends $Command< GetDatabasesCommandOutput, GlueClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -132,9 +129,7 @@ export class GetDatabasesCommand extends $Command< * @public */ constructor(readonly input: GetDatabasesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -185,7 +180,4 @@ export class GetDatabasesCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetDatabasesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-glue/src/commands/GetDataflowGraphCommand.ts b/clients/client-glue/src/commands/GetDataflowGraphCommand.ts index 81104b8368fd..71312739a343 100644 --- a/clients/client-glue/src/commands/GetDataflowGraphCommand.ts +++ b/clients/client-glue/src/commands/GetDataflowGraphCommand.ts @@ -99,9 +99,6 @@ export class GetDataflowGraphCommand extends $Command< GetDataflowGraphCommandOutput, GlueClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -115,9 +112,7 @@ export class GetDataflowGraphCommand extends $Command< * @public */ constructor(readonly input: GetDataflowGraphCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -170,7 +165,4 @@ export class GetDataflowGraphCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetDataflowGraphCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-glue/src/commands/GetDevEndpointCommand.ts b/clients/client-glue/src/commands/GetDevEndpointCommand.ts index d8968202a5a2..af2edd4b7f8b 100644 --- a/clients/client-glue/src/commands/GetDevEndpointCommand.ts +++ b/clients/client-glue/src/commands/GetDevEndpointCommand.ts @@ -119,9 +119,6 @@ export class GetDevEndpointCommand extends $Command< GetDevEndpointCommandOutput, GlueClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -135,9 +132,7 @@ export class GetDevEndpointCommand extends $Command< * @public */ constructor(readonly input: GetDevEndpointCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -190,7 +185,4 @@ export class GetDevEndpointCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetDevEndpointCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-glue/src/commands/GetDevEndpointsCommand.ts b/clients/client-glue/src/commands/GetDevEndpointsCommand.ts index bd78062b5e97..880fb5d1277f 100644 --- a/clients/client-glue/src/commands/GetDevEndpointsCommand.ts +++ b/clients/client-glue/src/commands/GetDevEndpointsCommand.ts @@ -123,9 +123,6 @@ export class GetDevEndpointsCommand extends $Command< GetDevEndpointsCommandOutput, GlueClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -139,9 +136,7 @@ export class GetDevEndpointsCommand extends $Command< * @public */ constructor(readonly input: GetDevEndpointsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -194,7 +189,4 @@ export class GetDevEndpointsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetDevEndpointsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-glue/src/commands/GetJobBookmarkCommand.ts b/clients/client-glue/src/commands/GetJobBookmarkCommand.ts index 6a186662ca82..6d192ffbc4b2 100644 --- a/clients/client-glue/src/commands/GetJobBookmarkCommand.ts +++ b/clients/client-glue/src/commands/GetJobBookmarkCommand.ts @@ -112,9 +112,6 @@ export class GetJobBookmarkCommand extends $Command< GetJobBookmarkCommandOutput, GlueClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -128,9 +125,7 @@ export class GetJobBookmarkCommand extends $Command< * @public */ constructor(readonly input: GetJobBookmarkCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -183,7 +178,4 @@ export class GetJobBookmarkCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetJobBookmarkCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-glue/src/commands/GetJobCommand.ts b/clients/client-glue/src/commands/GetJobCommand.ts index f6daa5979a4e..f2176297c392 100644 --- a/clients/client-glue/src/commands/GetJobCommand.ts +++ b/clients/client-glue/src/commands/GetJobCommand.ts @@ -1152,9 +1152,6 @@ export interface GetJobCommandOutput extends GetJobResponse, __MetadataBearer {} * */ export class GetJobCommand extends $Command { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -1168,9 +1165,7 @@ export class GetJobCommand extends $Command { return de_GetJobCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-glue/src/commands/GetJobRunCommand.ts b/clients/client-glue/src/commands/GetJobRunCommand.ts index 477f5b149c2c..bdfab9e2c283 100644 --- a/clients/client-glue/src/commands/GetJobRunCommand.ts +++ b/clients/client-glue/src/commands/GetJobRunCommand.ts @@ -118,9 +118,6 @@ export class GetJobRunCommand extends $Command< GetJobRunCommandOutput, GlueClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -134,9 +131,7 @@ export class GetJobRunCommand extends $Command< * @public */ constructor(readonly input: GetJobRunCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -187,7 +182,4 @@ export class GetJobRunCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetJobRunCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-glue/src/commands/GetJobRunsCommand.ts b/clients/client-glue/src/commands/GetJobRunsCommand.ts index 6f591ad03e0a..e0cec931f760 100644 --- a/clients/client-glue/src/commands/GetJobRunsCommand.ts +++ b/clients/client-glue/src/commands/GetJobRunsCommand.ts @@ -121,9 +121,6 @@ export class GetJobRunsCommand extends $Command< GetJobRunsCommandOutput, GlueClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -137,9 +134,7 @@ export class GetJobRunsCommand extends $Command< * @public */ constructor(readonly input: GetJobRunsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -190,7 +185,4 @@ export class GetJobRunsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetJobRunsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-glue/src/commands/GetJobsCommand.ts b/clients/client-glue/src/commands/GetJobsCommand.ts index b7eb96c47103..e2cebe42ef20 100644 --- a/clients/client-glue/src/commands/GetJobsCommand.ts +++ b/clients/client-glue/src/commands/GetJobsCommand.ts @@ -1156,9 +1156,6 @@ export interface GetJobsCommandOutput extends GetJobsResponse, __MetadataBearer * */ export class GetJobsCommand extends $Command { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -1172,9 +1169,7 @@ export class GetJobsCommand extends $Command { return de_GetJobsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-glue/src/commands/GetMLTaskRunCommand.ts b/clients/client-glue/src/commands/GetMLTaskRunCommand.ts index 386f71ba3e87..351f8feca1c4 100644 --- a/clients/client-glue/src/commands/GetMLTaskRunCommand.ts +++ b/clients/client-glue/src/commands/GetMLTaskRunCommand.ts @@ -113,9 +113,6 @@ export class GetMLTaskRunCommand extends $Command< GetMLTaskRunCommandOutput, GlueClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -129,9 +126,7 @@ export class GetMLTaskRunCommand extends $Command< * @public */ constructor(readonly input: GetMLTaskRunCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -182,7 +177,4 @@ export class GetMLTaskRunCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetMLTaskRunCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-glue/src/commands/GetMLTaskRunsCommand.ts b/clients/client-glue/src/commands/GetMLTaskRunsCommand.ts index 0c07342b60f3..eff17d4bb048 100644 --- a/clients/client-glue/src/commands/GetMLTaskRunsCommand.ts +++ b/clients/client-glue/src/commands/GetMLTaskRunsCommand.ts @@ -130,9 +130,6 @@ export class GetMLTaskRunsCommand extends $Command< GetMLTaskRunsCommandOutput, GlueClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -146,9 +143,7 @@ export class GetMLTaskRunsCommand extends $Command< * @public */ constructor(readonly input: GetMLTaskRunsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -199,7 +194,4 @@ export class GetMLTaskRunsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetMLTaskRunsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-glue/src/commands/GetMLTransformCommand.ts b/clients/client-glue/src/commands/GetMLTransformCommand.ts index a193379c16fe..206698445e82 100644 --- a/clients/client-glue/src/commands/GetMLTransformCommand.ts +++ b/clients/client-glue/src/commands/GetMLTransformCommand.ts @@ -153,9 +153,6 @@ export class GetMLTransformCommand extends $Command< GetMLTransformCommandOutput, GlueClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -169,9 +166,7 @@ export class GetMLTransformCommand extends $Command< * @public */ constructor(readonly input: GetMLTransformCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -224,7 +219,4 @@ export class GetMLTransformCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetMLTransformCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-glue/src/commands/GetMLTransformsCommand.ts b/clients/client-glue/src/commands/GetMLTransformsCommand.ts index af92d88e5445..838b0c01867d 100644 --- a/clients/client-glue/src/commands/GetMLTransformsCommand.ts +++ b/clients/client-glue/src/commands/GetMLTransformsCommand.ts @@ -179,9 +179,6 @@ export class GetMLTransformsCommand extends $Command< GetMLTransformsCommandOutput, GlueClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -195,9 +192,7 @@ export class GetMLTransformsCommand extends $Command< * @public */ constructor(readonly input: GetMLTransformsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -250,7 +245,4 @@ export class GetMLTransformsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetMLTransformsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-glue/src/commands/GetMappingCommand.ts b/clients/client-glue/src/commands/GetMappingCommand.ts index 4ed913b1260a..79a7ddd79318 100644 --- a/clients/client-glue/src/commands/GetMappingCommand.ts +++ b/clients/client-glue/src/commands/GetMappingCommand.ts @@ -123,9 +123,6 @@ export class GetMappingCommand extends $Command< GetMappingCommandOutput, GlueClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -139,9 +136,7 @@ export class GetMappingCommand extends $Command< * @public */ constructor(readonly input: GetMappingCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -192,7 +187,4 @@ export class GetMappingCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetMappingCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-glue/src/commands/GetPartitionCommand.ts b/clients/client-glue/src/commands/GetPartitionCommand.ts index b5ae8d5b605e..5ff5348be91d 100644 --- a/clients/client-glue/src/commands/GetPartitionCommand.ts +++ b/clients/client-glue/src/commands/GetPartitionCommand.ts @@ -164,9 +164,6 @@ export class GetPartitionCommand extends $Command< GetPartitionCommandOutput, GlueClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -180,9 +177,7 @@ export class GetPartitionCommand extends $Command< * @public */ constructor(readonly input: GetPartitionCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -233,7 +228,4 @@ export class GetPartitionCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetPartitionCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-glue/src/commands/GetPartitionIndexesCommand.ts b/clients/client-glue/src/commands/GetPartitionIndexesCommand.ts index 6864ed5f9b42..8c385dd04c21 100644 --- a/clients/client-glue/src/commands/GetPartitionIndexesCommand.ts +++ b/clients/client-glue/src/commands/GetPartitionIndexesCommand.ts @@ -112,9 +112,6 @@ export class GetPartitionIndexesCommand extends $Command< GetPartitionIndexesCommandOutput, GlueClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -128,9 +125,7 @@ export class GetPartitionIndexesCommand extends $Command< * @public */ constructor(readonly input: GetPartitionIndexesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -183,7 +178,4 @@ export class GetPartitionIndexesCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetPartitionIndexesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-glue/src/commands/GetPartitionsCommand.ts b/clients/client-glue/src/commands/GetPartitionsCommand.ts index e17bfd6cf04e..ddccc6a12e2d 100644 --- a/clients/client-glue/src/commands/GetPartitionsCommand.ts +++ b/clients/client-glue/src/commands/GetPartitionsCommand.ts @@ -180,9 +180,6 @@ export class GetPartitionsCommand extends $Command< GetPartitionsCommandOutput, GlueClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -196,9 +193,7 @@ export class GetPartitionsCommand extends $Command< * @public */ constructor(readonly input: GetPartitionsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -249,7 +244,4 @@ export class GetPartitionsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetPartitionsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-glue/src/commands/GetPlanCommand.ts b/clients/client-glue/src/commands/GetPlanCommand.ts index c4c26f99d748..aafb052fe53c 100644 --- a/clients/client-glue/src/commands/GetPlanCommand.ts +++ b/clients/client-glue/src/commands/GetPlanCommand.ts @@ -122,9 +122,6 @@ export interface GetPlanCommandOutput extends GetPlanResponse, __MetadataBearer * */ export class GetPlanCommand extends $Command { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -138,9 +135,7 @@ export class GetPlanCommand extends $Command { return de_GetPlanCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-glue/src/commands/GetRegistryCommand.ts b/clients/client-glue/src/commands/GetRegistryCommand.ts index a9060c446da3..44c687118160 100644 --- a/clients/client-glue/src/commands/GetRegistryCommand.ts +++ b/clients/client-glue/src/commands/GetRegistryCommand.ts @@ -90,9 +90,6 @@ export class GetRegistryCommand extends $Command< GetRegistryCommandOutput, GlueClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -106,9 +103,7 @@ export class GetRegistryCommand extends $Command< * @public */ constructor(readonly input: GetRegistryCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -159,7 +154,4 @@ export class GetRegistryCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetRegistryCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-glue/src/commands/GetResourcePoliciesCommand.ts b/clients/client-glue/src/commands/GetResourcePoliciesCommand.ts index ea5c2870589f..d1a4140555ad 100644 --- a/clients/client-glue/src/commands/GetResourcePoliciesCommand.ts +++ b/clients/client-glue/src/commands/GetResourcePoliciesCommand.ts @@ -96,9 +96,6 @@ export class GetResourcePoliciesCommand extends $Command< GetResourcePoliciesCommandOutput, GlueClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -112,9 +109,7 @@ export class GetResourcePoliciesCommand extends $Command< * @public */ constructor(readonly input: GetResourcePoliciesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -167,7 +162,4 @@ export class GetResourcePoliciesCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetResourcePoliciesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-glue/src/commands/GetResourcePolicyCommand.ts b/clients/client-glue/src/commands/GetResourcePolicyCommand.ts index f26e5458b14b..ba8b9b5609ba 100644 --- a/clients/client-glue/src/commands/GetResourcePolicyCommand.ts +++ b/clients/client-glue/src/commands/GetResourcePolicyCommand.ts @@ -85,9 +85,6 @@ export class GetResourcePolicyCommand extends $Command< GetResourcePolicyCommandOutput, GlueClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -101,9 +98,7 @@ export class GetResourcePolicyCommand extends $Command< * @public */ constructor(readonly input: GetResourcePolicyCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -156,7 +151,4 @@ export class GetResourcePolicyCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetResourcePolicyCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-glue/src/commands/GetSchemaByDefinitionCommand.ts b/clients/client-glue/src/commands/GetSchemaByDefinitionCommand.ts index 2e30c27fd386..6c5e74c076ed 100644 --- a/clients/client-glue/src/commands/GetSchemaByDefinitionCommand.ts +++ b/clients/client-glue/src/commands/GetSchemaByDefinitionCommand.ts @@ -91,9 +91,6 @@ export class GetSchemaByDefinitionCommand extends $Command< GetSchemaByDefinitionCommandOutput, GlueClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -107,9 +104,7 @@ export class GetSchemaByDefinitionCommand extends $Command< * @public */ constructor(readonly input: GetSchemaByDefinitionCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -162,7 +157,4 @@ export class GetSchemaByDefinitionCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetSchemaByDefinitionCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-glue/src/commands/GetSchemaCommand.ts b/clients/client-glue/src/commands/GetSchemaCommand.ts index f2a55904e8ca..ef2570f06cce 100644 --- a/clients/client-glue/src/commands/GetSchemaCommand.ts +++ b/clients/client-glue/src/commands/GetSchemaCommand.ts @@ -98,9 +98,6 @@ export class GetSchemaCommand extends $Command< GetSchemaCommandOutput, GlueClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -114,9 +111,7 @@ export class GetSchemaCommand extends $Command< * @public */ constructor(readonly input: GetSchemaCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -167,7 +162,4 @@ export class GetSchemaCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetSchemaCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-glue/src/commands/GetSchemaVersionCommand.ts b/clients/client-glue/src/commands/GetSchemaVersionCommand.ts index b504f5b18559..05c3be10cbed 100644 --- a/clients/client-glue/src/commands/GetSchemaVersionCommand.ts +++ b/clients/client-glue/src/commands/GetSchemaVersionCommand.ts @@ -97,9 +97,6 @@ export class GetSchemaVersionCommand extends $Command< GetSchemaVersionCommandOutput, GlueClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -113,9 +110,7 @@ export class GetSchemaVersionCommand extends $Command< * @public */ constructor(readonly input: GetSchemaVersionCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -168,7 +163,4 @@ export class GetSchemaVersionCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetSchemaVersionCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-glue/src/commands/GetSchemaVersionsDiffCommand.ts b/clients/client-glue/src/commands/GetSchemaVersionsDiffCommand.ts index a5b1eba38313..aec180d81d79 100644 --- a/clients/client-glue/src/commands/GetSchemaVersionsDiffCommand.ts +++ b/clients/client-glue/src/commands/GetSchemaVersionsDiffCommand.ts @@ -96,9 +96,6 @@ export class GetSchemaVersionsDiffCommand extends $Command< GetSchemaVersionsDiffCommandOutput, GlueClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -112,9 +109,7 @@ export class GetSchemaVersionsDiffCommand extends $Command< * @public */ constructor(readonly input: GetSchemaVersionsDiffCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -167,7 +162,4 @@ export class GetSchemaVersionsDiffCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetSchemaVersionsDiffCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-glue/src/commands/GetSecurityConfigurationCommand.ts b/clients/client-glue/src/commands/GetSecurityConfigurationCommand.ts index b750d3e25724..7c9dc6cb90d1 100644 --- a/clients/client-glue/src/commands/GetSecurityConfigurationCommand.ts +++ b/clients/client-glue/src/commands/GetSecurityConfigurationCommand.ts @@ -101,9 +101,6 @@ export class GetSecurityConfigurationCommand extends $Command< GetSecurityConfigurationCommandOutput, GlueClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -117,9 +114,7 @@ export class GetSecurityConfigurationCommand extends $Command< * @public */ constructor(readonly input: GetSecurityConfigurationCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -172,7 +167,4 @@ export class GetSecurityConfigurationCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetSecurityConfigurationCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-glue/src/commands/GetSecurityConfigurationsCommand.ts b/clients/client-glue/src/commands/GetSecurityConfigurationsCommand.ts index 7d93047cccc6..5e187cdeb02c 100644 --- a/clients/client-glue/src/commands/GetSecurityConfigurationsCommand.ts +++ b/clients/client-glue/src/commands/GetSecurityConfigurationsCommand.ts @@ -105,9 +105,6 @@ export class GetSecurityConfigurationsCommand extends $Command< GetSecurityConfigurationsCommandOutput, GlueClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -121,9 +118,7 @@ export class GetSecurityConfigurationsCommand extends $Command< * @public */ constructor(readonly input: GetSecurityConfigurationsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -179,7 +174,4 @@ export class GetSecurityConfigurationsCommand extends $Command< ): Promise { return de_GetSecurityConfigurationsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-glue/src/commands/GetSessionCommand.ts b/clients/client-glue/src/commands/GetSessionCommand.ts index ab82aee5157a..4a2087d5bb7b 100644 --- a/clients/client-glue/src/commands/GetSessionCommand.ts +++ b/clients/client-glue/src/commands/GetSessionCommand.ts @@ -115,9 +115,6 @@ export class GetSessionCommand extends $Command< GetSessionCommandOutput, GlueClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -131,9 +128,7 @@ export class GetSessionCommand extends $Command< * @public */ constructor(readonly input: GetSessionCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -184,7 +179,4 @@ export class GetSessionCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetSessionCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-glue/src/commands/GetStatementCommand.ts b/clients/client-glue/src/commands/GetStatementCommand.ts index 2955334ceb34..7d0f85223bcf 100644 --- a/clients/client-glue/src/commands/GetStatementCommand.ts +++ b/clients/client-glue/src/commands/GetStatementCommand.ts @@ -109,9 +109,6 @@ export class GetStatementCommand extends $Command< GetStatementCommandOutput, GlueClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -125,9 +122,7 @@ export class GetStatementCommand extends $Command< * @public */ constructor(readonly input: GetStatementCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -178,7 +173,4 @@ export class GetStatementCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetStatementCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-glue/src/commands/GetTableCommand.ts b/clients/client-glue/src/commands/GetTableCommand.ts index 269862ee7b18..fb10819d12d0 100644 --- a/clients/client-glue/src/commands/GetTableCommand.ts +++ b/clients/client-glue/src/commands/GetTableCommand.ts @@ -189,9 +189,6 @@ export interface GetTableCommandOutput extends GetTableResponse, __MetadataBeare * */ export class GetTableCommand extends $Command { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -205,9 +202,7 @@ export class GetTableCommand extends $Command { return de_GetTableCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-glue/src/commands/GetTableVersionCommand.ts b/clients/client-glue/src/commands/GetTableVersionCommand.ts index ba714f817b97..e18fcab58677 100644 --- a/clients/client-glue/src/commands/GetTableVersionCommand.ts +++ b/clients/client-glue/src/commands/GetTableVersionCommand.ts @@ -186,9 +186,6 @@ export class GetTableVersionCommand extends $Command< GetTableVersionCommandOutput, GlueClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -202,9 +199,7 @@ export class GetTableVersionCommand extends $Command< * @public */ constructor(readonly input: GetTableVersionCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -257,7 +252,4 @@ export class GetTableVersionCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetTableVersionCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-glue/src/commands/GetTableVersionsCommand.ts b/clients/client-glue/src/commands/GetTableVersionsCommand.ts index 685dc919a780..46afeb856703 100644 --- a/clients/client-glue/src/commands/GetTableVersionsCommand.ts +++ b/clients/client-glue/src/commands/GetTableVersionsCommand.ts @@ -191,9 +191,6 @@ export class GetTableVersionsCommand extends $Command< GetTableVersionsCommandOutput, GlueClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -207,9 +204,7 @@ export class GetTableVersionsCommand extends $Command< * @public */ constructor(readonly input: GetTableVersionsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -262,7 +257,4 @@ export class GetTableVersionsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetTableVersionsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-glue/src/commands/GetTablesCommand.ts b/clients/client-glue/src/commands/GetTablesCommand.ts index 72ed899db1ca..01d00f6c5b3c 100644 --- a/clients/client-glue/src/commands/GetTablesCommand.ts +++ b/clients/client-glue/src/commands/GetTablesCommand.ts @@ -195,9 +195,6 @@ export class GetTablesCommand extends $Command< GetTablesCommandOutput, GlueClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -211,9 +208,7 @@ export class GetTablesCommand extends $Command< * @public */ constructor(readonly input: GetTablesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -264,7 +259,4 @@ export class GetTablesCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetTablesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-glue/src/commands/GetTagsCommand.ts b/clients/client-glue/src/commands/GetTagsCommand.ts index 8d145ab595e2..1002f58f0554 100644 --- a/clients/client-glue/src/commands/GetTagsCommand.ts +++ b/clients/client-glue/src/commands/GetTagsCommand.ts @@ -80,9 +80,6 @@ export interface GetTagsCommandOutput extends GetTagsResponse, __MetadataBearer * */ export class GetTagsCommand extends $Command { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -96,9 +93,7 @@ export class GetTagsCommand extends $Command { return de_GetTagsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-glue/src/commands/GetTriggerCommand.ts b/clients/client-glue/src/commands/GetTriggerCommand.ts index 2396361f6426..f4c0d24bdcce 100644 --- a/clients/client-glue/src/commands/GetTriggerCommand.ts +++ b/clients/client-glue/src/commands/GetTriggerCommand.ts @@ -120,9 +120,6 @@ export class GetTriggerCommand extends $Command< GetTriggerCommandOutput, GlueClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -136,9 +133,7 @@ export class GetTriggerCommand extends $Command< * @public */ constructor(readonly input: GetTriggerCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -189,7 +184,4 @@ export class GetTriggerCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetTriggerCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-glue/src/commands/GetTriggersCommand.ts b/clients/client-glue/src/commands/GetTriggersCommand.ts index b033ba1c89b5..4a2d0e59a40a 100644 --- a/clients/client-glue/src/commands/GetTriggersCommand.ts +++ b/clients/client-glue/src/commands/GetTriggersCommand.ts @@ -126,9 +126,6 @@ export class GetTriggersCommand extends $Command< GetTriggersCommandOutput, GlueClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -142,9 +139,7 @@ export class GetTriggersCommand extends $Command< * @public */ constructor(readonly input: GetTriggersCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -195,7 +190,4 @@ export class GetTriggersCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetTriggersCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-glue/src/commands/GetUnfilteredPartitionMetadataCommand.ts b/clients/client-glue/src/commands/GetUnfilteredPartitionMetadataCommand.ts index 832ebd703d40..dcdd866b9074 100644 --- a/clients/client-glue/src/commands/GetUnfilteredPartitionMetadataCommand.ts +++ b/clients/client-glue/src/commands/GetUnfilteredPartitionMetadataCommand.ts @@ -186,9 +186,6 @@ export class GetUnfilteredPartitionMetadataCommand extends $Command< GetUnfilteredPartitionMetadataCommandOutput, GlueClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -202,9 +199,7 @@ export class GetUnfilteredPartitionMetadataCommand extends $Command< * @public */ constructor(readonly input: GetUnfilteredPartitionMetadataCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -263,7 +258,4 @@ export class GetUnfilteredPartitionMetadataCommand extends $Command< ): Promise { return de_GetUnfilteredPartitionMetadataCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-glue/src/commands/GetUnfilteredPartitionsMetadataCommand.ts b/clients/client-glue/src/commands/GetUnfilteredPartitionsMetadataCommand.ts index d1538bfbf572..35a64ed18644 100644 --- a/clients/client-glue/src/commands/GetUnfilteredPartitionsMetadataCommand.ts +++ b/clients/client-glue/src/commands/GetUnfilteredPartitionsMetadataCommand.ts @@ -195,9 +195,6 @@ export class GetUnfilteredPartitionsMetadataCommand extends $Command< GetUnfilteredPartitionsMetadataCommandOutput, GlueClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -211,9 +208,7 @@ export class GetUnfilteredPartitionsMetadataCommand extends $Command< * @public */ constructor(readonly input: GetUnfilteredPartitionsMetadataCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -272,7 +267,4 @@ export class GetUnfilteredPartitionsMetadataCommand extends $Command< ): Promise { return de_GetUnfilteredPartitionsMetadataCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-glue/src/commands/GetUnfilteredTableMetadataCommand.ts b/clients/client-glue/src/commands/GetUnfilteredTableMetadataCommand.ts index ef1e63ce833b..560e3a8314b4 100644 --- a/clients/client-glue/src/commands/GetUnfilteredTableMetadataCommand.ts +++ b/clients/client-glue/src/commands/GetUnfilteredTableMetadataCommand.ts @@ -210,9 +210,6 @@ export class GetUnfilteredTableMetadataCommand extends $Command< GetUnfilteredTableMetadataCommandOutput, GlueClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -226,9 +223,7 @@ export class GetUnfilteredTableMetadataCommand extends $Command< * @public */ constructor(readonly input: GetUnfilteredTableMetadataCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -284,7 +279,4 @@ export class GetUnfilteredTableMetadataCommand extends $Command< ): Promise { return de_GetUnfilteredTableMetadataCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-glue/src/commands/GetUserDefinedFunctionCommand.ts b/clients/client-glue/src/commands/GetUserDefinedFunctionCommand.ts index 370ea8ed4ba9..d5592ea967d9 100644 --- a/clients/client-glue/src/commands/GetUserDefinedFunctionCommand.ts +++ b/clients/client-glue/src/commands/GetUserDefinedFunctionCommand.ts @@ -101,9 +101,6 @@ export class GetUserDefinedFunctionCommand extends $Command< GetUserDefinedFunctionCommandOutput, GlueClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -117,9 +114,7 @@ export class GetUserDefinedFunctionCommand extends $Command< * @public */ constructor(readonly input: GetUserDefinedFunctionCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -172,7 +167,4 @@ export class GetUserDefinedFunctionCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetUserDefinedFunctionCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-glue/src/commands/GetUserDefinedFunctionsCommand.ts b/clients/client-glue/src/commands/GetUserDefinedFunctionsCommand.ts index b6ac5c458a35..8205df502032 100644 --- a/clients/client-glue/src/commands/GetUserDefinedFunctionsCommand.ts +++ b/clients/client-glue/src/commands/GetUserDefinedFunctionsCommand.ts @@ -106,9 +106,6 @@ export class GetUserDefinedFunctionsCommand extends $Command< GetUserDefinedFunctionsCommandOutput, GlueClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -122,9 +119,7 @@ export class GetUserDefinedFunctionsCommand extends $Command< * @public */ constructor(readonly input: GetUserDefinedFunctionsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -177,7 +172,4 @@ export class GetUserDefinedFunctionsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetUserDefinedFunctionsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-glue/src/commands/GetWorkflowCommand.ts b/clients/client-glue/src/commands/GetWorkflowCommand.ts index 944a49cf67cf..e9ce064ec7cc 100644 --- a/clients/client-glue/src/commands/GetWorkflowCommand.ts +++ b/clients/client-glue/src/commands/GetWorkflowCommand.ts @@ -332,9 +332,6 @@ export class GetWorkflowCommand extends $Command< GetWorkflowCommandOutput, GlueClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -348,9 +345,7 @@ export class GetWorkflowCommand extends $Command< * @public */ constructor(readonly input: GetWorkflowCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -401,7 +396,4 @@ export class GetWorkflowCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetWorkflowCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-glue/src/commands/GetWorkflowRunCommand.ts b/clients/client-glue/src/commands/GetWorkflowRunCommand.ts index 7fa2d10811be..68b71c1852ac 100644 --- a/clients/client-glue/src/commands/GetWorkflowRunCommand.ts +++ b/clients/client-glue/src/commands/GetWorkflowRunCommand.ts @@ -216,9 +216,6 @@ export class GetWorkflowRunCommand extends $Command< GetWorkflowRunCommandOutput, GlueClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -232,9 +229,7 @@ export class GetWorkflowRunCommand extends $Command< * @public */ constructor(readonly input: GetWorkflowRunCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -287,7 +282,4 @@ export class GetWorkflowRunCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetWorkflowRunCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-glue/src/commands/GetWorkflowRunPropertiesCommand.ts b/clients/client-glue/src/commands/GetWorkflowRunPropertiesCommand.ts index 1c7e62d3f9f6..2c0f781cd89d 100644 --- a/clients/client-glue/src/commands/GetWorkflowRunPropertiesCommand.ts +++ b/clients/client-glue/src/commands/GetWorkflowRunPropertiesCommand.ts @@ -85,9 +85,6 @@ export class GetWorkflowRunPropertiesCommand extends $Command< GetWorkflowRunPropertiesCommandOutput, GlueClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -101,9 +98,7 @@ export class GetWorkflowRunPropertiesCommand extends $Command< * @public */ constructor(readonly input: GetWorkflowRunPropertiesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -156,7 +151,4 @@ export class GetWorkflowRunPropertiesCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetWorkflowRunPropertiesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-glue/src/commands/GetWorkflowRunsCommand.ts b/clients/client-glue/src/commands/GetWorkflowRunsCommand.ts index 2e42c41979b2..40dee5058c20 100644 --- a/clients/client-glue/src/commands/GetWorkflowRunsCommand.ts +++ b/clients/client-glue/src/commands/GetWorkflowRunsCommand.ts @@ -220,9 +220,6 @@ export class GetWorkflowRunsCommand extends $Command< GetWorkflowRunsCommandOutput, GlueClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -236,9 +233,7 @@ export class GetWorkflowRunsCommand extends $Command< * @public */ constructor(readonly input: GetWorkflowRunsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -291,7 +286,4 @@ export class GetWorkflowRunsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetWorkflowRunsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-glue/src/commands/ImportCatalogToGlueCommand.ts b/clients/client-glue/src/commands/ImportCatalogToGlueCommand.ts index a3db3e54baed..694d0096ab18 100644 --- a/clients/client-glue/src/commands/ImportCatalogToGlueCommand.ts +++ b/clients/client-glue/src/commands/ImportCatalogToGlueCommand.ts @@ -74,9 +74,6 @@ export class ImportCatalogToGlueCommand extends $Command< ImportCatalogToGlueCommandOutput, GlueClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -90,9 +87,7 @@ export class ImportCatalogToGlueCommand extends $Command< * @public */ constructor(readonly input: ImportCatalogToGlueCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -145,7 +140,4 @@ export class ImportCatalogToGlueCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ImportCatalogToGlueCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-glue/src/commands/ListBlueprintsCommand.ts b/clients/client-glue/src/commands/ListBlueprintsCommand.ts index cd1bc144cbbe..5beb637961c5 100644 --- a/clients/client-glue/src/commands/ListBlueprintsCommand.ts +++ b/clients/client-glue/src/commands/ListBlueprintsCommand.ts @@ -86,9 +86,6 @@ export class ListBlueprintsCommand extends $Command< ListBlueprintsCommandOutput, GlueClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -102,9 +99,7 @@ export class ListBlueprintsCommand extends $Command< * @public */ constructor(readonly input: ListBlueprintsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -157,7 +152,4 @@ export class ListBlueprintsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListBlueprintsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-glue/src/commands/ListCrawlersCommand.ts b/clients/client-glue/src/commands/ListCrawlersCommand.ts index 62ea34491379..b770c5a1c293 100644 --- a/clients/client-glue/src/commands/ListCrawlersCommand.ts +++ b/clients/client-glue/src/commands/ListCrawlersCommand.ts @@ -85,9 +85,6 @@ export class ListCrawlersCommand extends $Command< ListCrawlersCommandOutput, GlueClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -101,9 +98,7 @@ export class ListCrawlersCommand extends $Command< * @public */ constructor(readonly input: ListCrawlersCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -154,7 +149,4 @@ export class ListCrawlersCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListCrawlersCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-glue/src/commands/ListCrawlsCommand.ts b/clients/client-glue/src/commands/ListCrawlsCommand.ts index a8b40545bedf..1816b615176a 100644 --- a/clients/client-glue/src/commands/ListCrawlsCommand.ts +++ b/clients/client-glue/src/commands/ListCrawlsCommand.ts @@ -117,9 +117,6 @@ export class ListCrawlsCommand extends $Command< ListCrawlsCommandOutput, GlueClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -133,9 +130,7 @@ export class ListCrawlsCommand extends $Command< * @public */ constructor(readonly input: ListCrawlsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -186,7 +181,4 @@ export class ListCrawlsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListCrawlsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-glue/src/commands/ListCustomEntityTypesCommand.ts b/clients/client-glue/src/commands/ListCustomEntityTypesCommand.ts index 4ad3bd91dbbb..15f34b3b0fbd 100644 --- a/clients/client-glue/src/commands/ListCustomEntityTypesCommand.ts +++ b/clients/client-glue/src/commands/ListCustomEntityTypesCommand.ts @@ -92,9 +92,6 @@ export class ListCustomEntityTypesCommand extends $Command< ListCustomEntityTypesCommandOutput, GlueClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -108,9 +105,7 @@ export class ListCustomEntityTypesCommand extends $Command< * @public */ constructor(readonly input: ListCustomEntityTypesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -163,7 +158,4 @@ export class ListCustomEntityTypesCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListCustomEntityTypesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-glue/src/commands/ListDataQualityResultsCommand.ts b/clients/client-glue/src/commands/ListDataQualityResultsCommand.ts index 35db2fb5619a..a0f8386d4057 100644 --- a/clients/client-glue/src/commands/ListDataQualityResultsCommand.ts +++ b/clients/client-glue/src/commands/ListDataQualityResultsCommand.ts @@ -116,9 +116,6 @@ export class ListDataQualityResultsCommand extends $Command< ListDataQualityResultsCommandOutput, GlueClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -132,9 +129,7 @@ export class ListDataQualityResultsCommand extends $Command< * @public */ constructor(readonly input: ListDataQualityResultsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -187,7 +182,4 @@ export class ListDataQualityResultsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListDataQualityResultsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-glue/src/commands/ListDataQualityRuleRecommendationRunsCommand.ts b/clients/client-glue/src/commands/ListDataQualityRuleRecommendationRunsCommand.ts index bb8921e1d530..300db195b707 100644 --- a/clients/client-glue/src/commands/ListDataQualityRuleRecommendationRunsCommand.ts +++ b/clients/client-glue/src/commands/ListDataQualityRuleRecommendationRunsCommand.ts @@ -122,9 +122,6 @@ export class ListDataQualityRuleRecommendationRunsCommand extends $Command< ListDataQualityRuleRecommendationRunsCommandOutput, GlueClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -138,9 +135,7 @@ export class ListDataQualityRuleRecommendationRunsCommand extends $Command< * @public */ constructor(readonly input: ListDataQualityRuleRecommendationRunsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -199,7 +194,4 @@ export class ListDataQualityRuleRecommendationRunsCommand extends $Command< ): Promise { return de_ListDataQualityRuleRecommendationRunsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-glue/src/commands/ListDataQualityRulesetEvaluationRunsCommand.ts b/clients/client-glue/src/commands/ListDataQualityRulesetEvaluationRunsCommand.ts index 37a5831848e8..53df94d1e5a1 100644 --- a/clients/client-glue/src/commands/ListDataQualityRulesetEvaluationRunsCommand.ts +++ b/clients/client-glue/src/commands/ListDataQualityRulesetEvaluationRunsCommand.ts @@ -121,9 +121,6 @@ export class ListDataQualityRulesetEvaluationRunsCommand extends $Command< ListDataQualityRulesetEvaluationRunsCommandOutput, GlueClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -137,9 +134,7 @@ export class ListDataQualityRulesetEvaluationRunsCommand extends $Command< * @public */ constructor(readonly input: ListDataQualityRulesetEvaluationRunsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -198,7 +193,4 @@ export class ListDataQualityRulesetEvaluationRunsCommand extends $Command< ): Promise { return de_ListDataQualityRulesetEvaluationRunsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-glue/src/commands/ListDataQualityRulesetsCommand.ts b/clients/client-glue/src/commands/ListDataQualityRulesetsCommand.ts index ef5b7fbb8348..0a3d711a9bee 100644 --- a/clients/client-glue/src/commands/ListDataQualityRulesetsCommand.ts +++ b/clients/client-glue/src/commands/ListDataQualityRulesetsCommand.ts @@ -114,9 +114,6 @@ export class ListDataQualityRulesetsCommand extends $Command< ListDataQualityRulesetsCommandOutput, GlueClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -130,9 +127,7 @@ export class ListDataQualityRulesetsCommand extends $Command< * @public */ constructor(readonly input: ListDataQualityRulesetsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -185,7 +180,4 @@ export class ListDataQualityRulesetsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListDataQualityRulesetsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-glue/src/commands/ListDevEndpointsCommand.ts b/clients/client-glue/src/commands/ListDevEndpointsCommand.ts index 83a5e4c66eb0..ac49230269d0 100644 --- a/clients/client-glue/src/commands/ListDevEndpointsCommand.ts +++ b/clients/client-glue/src/commands/ListDevEndpointsCommand.ts @@ -94,9 +94,6 @@ export class ListDevEndpointsCommand extends $Command< ListDevEndpointsCommandOutput, GlueClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -110,9 +107,7 @@ export class ListDevEndpointsCommand extends $Command< * @public */ constructor(readonly input: ListDevEndpointsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -165,7 +160,4 @@ export class ListDevEndpointsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListDevEndpointsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-glue/src/commands/ListJobsCommand.ts b/clients/client-glue/src/commands/ListJobsCommand.ts index f10441c8cd3c..190ce192415d 100644 --- a/clients/client-glue/src/commands/ListJobsCommand.ts +++ b/clients/client-glue/src/commands/ListJobsCommand.ts @@ -88,9 +88,6 @@ export interface ListJobsCommandOutput extends ListJobsResponse, __MetadataBeare * */ export class ListJobsCommand extends $Command { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -104,9 +101,7 @@ export class ListJobsCommand extends $Command { return de_ListJobsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-glue/src/commands/ListMLTransformsCommand.ts b/clients/client-glue/src/commands/ListMLTransformsCommand.ts index a327e047e6ce..08965e0bc52a 100644 --- a/clients/client-glue/src/commands/ListMLTransformsCommand.ts +++ b/clients/client-glue/src/commands/ListMLTransformsCommand.ts @@ -113,9 +113,6 @@ export class ListMLTransformsCommand extends $Command< ListMLTransformsCommandOutput, GlueClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -129,9 +126,7 @@ export class ListMLTransformsCommand extends $Command< * @public */ constructor(readonly input: ListMLTransformsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -184,7 +179,4 @@ export class ListMLTransformsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListMLTransformsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-glue/src/commands/ListRegistriesCommand.ts b/clients/client-glue/src/commands/ListRegistriesCommand.ts index cb932384d13d..9f8ab6f102ed 100644 --- a/clients/client-glue/src/commands/ListRegistriesCommand.ts +++ b/clients/client-glue/src/commands/ListRegistriesCommand.ts @@ -90,9 +90,6 @@ export class ListRegistriesCommand extends $Command< ListRegistriesCommandOutput, GlueClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -106,9 +103,7 @@ export class ListRegistriesCommand extends $Command< * @public */ constructor(readonly input: ListRegistriesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -161,7 +156,4 @@ export class ListRegistriesCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListRegistriesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-glue/src/commands/ListSchemaVersionsCommand.ts b/clients/client-glue/src/commands/ListSchemaVersionsCommand.ts index d54e7d2ea6e5..a3f2a8e113fe 100644 --- a/clients/client-glue/src/commands/ListSchemaVersionsCommand.ts +++ b/clients/client-glue/src/commands/ListSchemaVersionsCommand.ts @@ -97,9 +97,6 @@ export class ListSchemaVersionsCommand extends $Command< ListSchemaVersionsCommandOutput, GlueClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -113,9 +110,7 @@ export class ListSchemaVersionsCommand extends $Command< * @public */ constructor(readonly input: ListSchemaVersionsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -168,7 +163,4 @@ export class ListSchemaVersionsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListSchemaVersionsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-glue/src/commands/ListSchemasCommand.ts b/clients/client-glue/src/commands/ListSchemasCommand.ts index 7052d22eafc4..a0623941f20c 100644 --- a/clients/client-glue/src/commands/ListSchemasCommand.ts +++ b/clients/client-glue/src/commands/ListSchemasCommand.ts @@ -99,9 +99,6 @@ export class ListSchemasCommand extends $Command< ListSchemasCommandOutput, GlueClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -115,9 +112,7 @@ export class ListSchemasCommand extends $Command< * @public */ constructor(readonly input: ListSchemasCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -168,7 +163,4 @@ export class ListSchemasCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListSchemasCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-glue/src/commands/ListSessionsCommand.ts b/clients/client-glue/src/commands/ListSessionsCommand.ts index f455974838e1..e5f87b992ee6 100644 --- a/clients/client-glue/src/commands/ListSessionsCommand.ts +++ b/clients/client-glue/src/commands/ListSessionsCommand.ts @@ -122,9 +122,6 @@ export class ListSessionsCommand extends $Command< ListSessionsCommandOutput, GlueClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -138,9 +135,7 @@ export class ListSessionsCommand extends $Command< * @public */ constructor(readonly input: ListSessionsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -191,7 +186,4 @@ export class ListSessionsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListSessionsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-glue/src/commands/ListStatementsCommand.ts b/clients/client-glue/src/commands/ListStatementsCommand.ts index b4e331af5fb5..05385b8b130b 100644 --- a/clients/client-glue/src/commands/ListStatementsCommand.ts +++ b/clients/client-glue/src/commands/ListStatementsCommand.ts @@ -112,9 +112,6 @@ export class ListStatementsCommand extends $Command< ListStatementsCommandOutput, GlueClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -128,9 +125,7 @@ export class ListStatementsCommand extends $Command< * @public */ constructor(readonly input: ListStatementsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -183,7 +178,4 @@ export class ListStatementsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListStatementsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-glue/src/commands/ListTriggersCommand.ts b/clients/client-glue/src/commands/ListTriggersCommand.ts index 6ec1db743577..1f3de261a022 100644 --- a/clients/client-glue/src/commands/ListTriggersCommand.ts +++ b/clients/client-glue/src/commands/ListTriggersCommand.ts @@ -93,9 +93,6 @@ export class ListTriggersCommand extends $Command< ListTriggersCommandOutput, GlueClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -109,9 +106,7 @@ export class ListTriggersCommand extends $Command< * @public */ constructor(readonly input: ListTriggersCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -162,7 +157,4 @@ export class ListTriggersCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListTriggersCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-glue/src/commands/ListWorkflowsCommand.ts b/clients/client-glue/src/commands/ListWorkflowsCommand.ts index 5253d63d62eb..0d722b7a17b6 100644 --- a/clients/client-glue/src/commands/ListWorkflowsCommand.ts +++ b/clients/client-glue/src/commands/ListWorkflowsCommand.ts @@ -83,9 +83,6 @@ export class ListWorkflowsCommand extends $Command< ListWorkflowsCommandOutput, GlueClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -99,9 +96,7 @@ export class ListWorkflowsCommand extends $Command< * @public */ constructor(readonly input: ListWorkflowsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -152,7 +147,4 @@ export class ListWorkflowsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListWorkflowsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-glue/src/commands/PutDataCatalogEncryptionSettingsCommand.ts b/clients/client-glue/src/commands/PutDataCatalogEncryptionSettingsCommand.ts index 833dcbf6a7b2..04cedd884c3e 100644 --- a/clients/client-glue/src/commands/PutDataCatalogEncryptionSettingsCommand.ts +++ b/clients/client-glue/src/commands/PutDataCatalogEncryptionSettingsCommand.ts @@ -93,9 +93,6 @@ export class PutDataCatalogEncryptionSettingsCommand extends $Command< PutDataCatalogEncryptionSettingsCommandOutput, GlueClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -109,9 +106,7 @@ export class PutDataCatalogEncryptionSettingsCommand extends $Command< * @public */ constructor(readonly input: PutDataCatalogEncryptionSettingsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -170,7 +165,4 @@ export class PutDataCatalogEncryptionSettingsCommand extends $Command< ): Promise { return de_PutDataCatalogEncryptionSettingsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-glue/src/commands/PutResourcePolicyCommand.ts b/clients/client-glue/src/commands/PutResourcePolicyCommand.ts index caac586d2152..5d73f0a63c83 100644 --- a/clients/client-glue/src/commands/PutResourcePolicyCommand.ts +++ b/clients/client-glue/src/commands/PutResourcePolicyCommand.ts @@ -89,9 +89,6 @@ export class PutResourcePolicyCommand extends $Command< PutResourcePolicyCommandOutput, GlueClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -105,9 +102,7 @@ export class PutResourcePolicyCommand extends $Command< * @public */ constructor(readonly input: PutResourcePolicyCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -160,7 +155,4 @@ export class PutResourcePolicyCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_PutResourcePolicyCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-glue/src/commands/PutSchemaVersionMetadataCommand.ts b/clients/client-glue/src/commands/PutSchemaVersionMetadataCommand.ts index 3025de3a8887..ba34ee623fa3 100644 --- a/clients/client-glue/src/commands/PutSchemaVersionMetadataCommand.ts +++ b/clients/client-glue/src/commands/PutSchemaVersionMetadataCommand.ts @@ -105,9 +105,6 @@ export class PutSchemaVersionMetadataCommand extends $Command< PutSchemaVersionMetadataCommandOutput, GlueClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -121,9 +118,7 @@ export class PutSchemaVersionMetadataCommand extends $Command< * @public */ constructor(readonly input: PutSchemaVersionMetadataCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -176,7 +171,4 @@ export class PutSchemaVersionMetadataCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_PutSchemaVersionMetadataCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-glue/src/commands/PutWorkflowRunPropertiesCommand.ts b/clients/client-glue/src/commands/PutWorkflowRunPropertiesCommand.ts index 3ced71316fa5..4c8cc9462482 100644 --- a/clients/client-glue/src/commands/PutWorkflowRunPropertiesCommand.ts +++ b/clients/client-glue/src/commands/PutWorkflowRunPropertiesCommand.ts @@ -93,9 +93,6 @@ export class PutWorkflowRunPropertiesCommand extends $Command< PutWorkflowRunPropertiesCommandOutput, GlueClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -109,9 +106,7 @@ export class PutWorkflowRunPropertiesCommand extends $Command< * @public */ constructor(readonly input: PutWorkflowRunPropertiesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -164,7 +159,4 @@ export class PutWorkflowRunPropertiesCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_PutWorkflowRunPropertiesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-glue/src/commands/QuerySchemaVersionMetadataCommand.ts b/clients/client-glue/src/commands/QuerySchemaVersionMetadataCommand.ts index 9b43008a38bd..223146e9be98 100644 --- a/clients/client-glue/src/commands/QuerySchemaVersionMetadataCommand.ts +++ b/clients/client-glue/src/commands/QuerySchemaVersionMetadataCommand.ts @@ -109,9 +109,6 @@ export class QuerySchemaVersionMetadataCommand extends $Command< QuerySchemaVersionMetadataCommandOutput, GlueClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -125,9 +122,7 @@ export class QuerySchemaVersionMetadataCommand extends $Command< * @public */ constructor(readonly input: QuerySchemaVersionMetadataCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -183,7 +178,4 @@ export class QuerySchemaVersionMetadataCommand extends $Command< ): Promise { return de_QuerySchemaVersionMetadataCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-glue/src/commands/RegisterSchemaVersionCommand.ts b/clients/client-glue/src/commands/RegisterSchemaVersionCommand.ts index 19771ed1a7e9..676b601de64e 100644 --- a/clients/client-glue/src/commands/RegisterSchemaVersionCommand.ts +++ b/clients/client-glue/src/commands/RegisterSchemaVersionCommand.ts @@ -97,9 +97,6 @@ export class RegisterSchemaVersionCommand extends $Command< RegisterSchemaVersionCommandOutput, GlueClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -113,9 +110,7 @@ export class RegisterSchemaVersionCommand extends $Command< * @public */ constructor(readonly input: RegisterSchemaVersionCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -168,7 +163,4 @@ export class RegisterSchemaVersionCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_RegisterSchemaVersionCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-glue/src/commands/RemoveSchemaVersionMetadataCommand.ts b/clients/client-glue/src/commands/RemoveSchemaVersionMetadataCommand.ts index 214b6ca8d743..abfa97fec246 100644 --- a/clients/client-glue/src/commands/RemoveSchemaVersionMetadataCommand.ts +++ b/clients/client-glue/src/commands/RemoveSchemaVersionMetadataCommand.ts @@ -101,9 +101,6 @@ export class RemoveSchemaVersionMetadataCommand extends $Command< RemoveSchemaVersionMetadataCommandOutput, GlueClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -117,9 +114,7 @@ export class RemoveSchemaVersionMetadataCommand extends $Command< * @public */ constructor(readonly input: RemoveSchemaVersionMetadataCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -175,7 +170,4 @@ export class RemoveSchemaVersionMetadataCommand extends $Command< ): Promise { return de_RemoveSchemaVersionMetadataCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-glue/src/commands/ResetJobBookmarkCommand.ts b/clients/client-glue/src/commands/ResetJobBookmarkCommand.ts index 506465b86b9f..67904a3b6ed9 100644 --- a/clients/client-glue/src/commands/ResetJobBookmarkCommand.ts +++ b/clients/client-glue/src/commands/ResetJobBookmarkCommand.ts @@ -109,9 +109,6 @@ export class ResetJobBookmarkCommand extends $Command< ResetJobBookmarkCommandOutput, GlueClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -125,9 +122,7 @@ export class ResetJobBookmarkCommand extends $Command< * @public */ constructor(readonly input: ResetJobBookmarkCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -180,7 +175,4 @@ export class ResetJobBookmarkCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ResetJobBookmarkCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-glue/src/commands/ResumeWorkflowRunCommand.ts b/clients/client-glue/src/commands/ResumeWorkflowRunCommand.ts index 720f7e9d3ff7..edb8ab4ee949 100644 --- a/clients/client-glue/src/commands/ResumeWorkflowRunCommand.ts +++ b/clients/client-glue/src/commands/ResumeWorkflowRunCommand.ts @@ -95,9 +95,6 @@ export class ResumeWorkflowRunCommand extends $Command< ResumeWorkflowRunCommandOutput, GlueClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -111,9 +108,7 @@ export class ResumeWorkflowRunCommand extends $Command< * @public */ constructor(readonly input: ResumeWorkflowRunCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -166,7 +161,4 @@ export class ResumeWorkflowRunCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ResumeWorkflowRunCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-glue/src/commands/RunStatementCommand.ts b/clients/client-glue/src/commands/RunStatementCommand.ts index e54392e85ffc..5abb57369cb9 100644 --- a/clients/client-glue/src/commands/RunStatementCommand.ts +++ b/clients/client-glue/src/commands/RunStatementCommand.ts @@ -96,9 +96,6 @@ export class RunStatementCommand extends $Command< RunStatementCommandOutput, GlueClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -112,9 +109,7 @@ export class RunStatementCommand extends $Command< * @public */ constructor(readonly input: RunStatementCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -165,7 +160,4 @@ export class RunStatementCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_RunStatementCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-glue/src/commands/SearchTablesCommand.ts b/clients/client-glue/src/commands/SearchTablesCommand.ts index 99582e060701..b909d538a84e 100644 --- a/clients/client-glue/src/commands/SearchTablesCommand.ts +++ b/clients/client-glue/src/commands/SearchTablesCommand.ts @@ -195,9 +195,6 @@ export class SearchTablesCommand extends $Command< SearchTablesCommandOutput, GlueClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -211,9 +208,7 @@ export class SearchTablesCommand extends $Command< * @public */ constructor(readonly input: SearchTablesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -264,7 +259,4 @@ export class SearchTablesCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_SearchTablesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-glue/src/commands/StartBlueprintRunCommand.ts b/clients/client-glue/src/commands/StartBlueprintRunCommand.ts index 2be30a24b9f5..2da0c26997c3 100644 --- a/clients/client-glue/src/commands/StartBlueprintRunCommand.ts +++ b/clients/client-glue/src/commands/StartBlueprintRunCommand.ts @@ -90,9 +90,6 @@ export class StartBlueprintRunCommand extends $Command< StartBlueprintRunCommandOutput, GlueClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -106,9 +103,7 @@ export class StartBlueprintRunCommand extends $Command< * @public */ constructor(readonly input: StartBlueprintRunCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -161,7 +156,4 @@ export class StartBlueprintRunCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_StartBlueprintRunCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-glue/src/commands/StartCrawlerCommand.ts b/clients/client-glue/src/commands/StartCrawlerCommand.ts index 294da05523fe..5a5f40361fbf 100644 --- a/clients/client-glue/src/commands/StartCrawlerCommand.ts +++ b/clients/client-glue/src/commands/StartCrawlerCommand.ts @@ -79,9 +79,6 @@ export class StartCrawlerCommand extends $Command< StartCrawlerCommandOutput, GlueClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -95,9 +92,7 @@ export class StartCrawlerCommand extends $Command< * @public */ constructor(readonly input: StartCrawlerCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -148,7 +143,4 @@ export class StartCrawlerCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_StartCrawlerCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-glue/src/commands/StartCrawlerScheduleCommand.ts b/clients/client-glue/src/commands/StartCrawlerScheduleCommand.ts index 2c68a97156d4..400cc844c999 100644 --- a/clients/client-glue/src/commands/StartCrawlerScheduleCommand.ts +++ b/clients/client-glue/src/commands/StartCrawlerScheduleCommand.ts @@ -85,9 +85,6 @@ export class StartCrawlerScheduleCommand extends $Command< StartCrawlerScheduleCommandOutput, GlueClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -101,9 +98,7 @@ export class StartCrawlerScheduleCommand extends $Command< * @public */ constructor(readonly input: StartCrawlerScheduleCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -156,7 +151,4 @@ export class StartCrawlerScheduleCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_StartCrawlerScheduleCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-glue/src/commands/StartDataQualityRuleRecommendationRunCommand.ts b/clients/client-glue/src/commands/StartDataQualityRuleRecommendationRunCommand.ts index d38f89b7fbd6..3ecef160af40 100644 --- a/clients/client-glue/src/commands/StartDataQualityRuleRecommendationRunCommand.ts +++ b/clients/client-glue/src/commands/StartDataQualityRuleRecommendationRunCommand.ts @@ -106,9 +106,6 @@ export class StartDataQualityRuleRecommendationRunCommand extends $Command< StartDataQualityRuleRecommendationRunCommandOutput, GlueClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -122,9 +119,7 @@ export class StartDataQualityRuleRecommendationRunCommand extends $Command< * @public */ constructor(readonly input: StartDataQualityRuleRecommendationRunCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -183,7 +178,4 @@ export class StartDataQualityRuleRecommendationRunCommand extends $Command< ): Promise { return de_StartDataQualityRuleRecommendationRunCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-glue/src/commands/StartDataQualityRulesetEvaluationRunCommand.ts b/clients/client-glue/src/commands/StartDataQualityRulesetEvaluationRunCommand.ts index 5793b71f108d..6bac7048f009 100644 --- a/clients/client-glue/src/commands/StartDataQualityRulesetEvaluationRunCommand.ts +++ b/clients/client-glue/src/commands/StartDataQualityRulesetEvaluationRunCommand.ts @@ -127,9 +127,6 @@ export class StartDataQualityRulesetEvaluationRunCommand extends $Command< StartDataQualityRulesetEvaluationRunCommandOutput, GlueClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -143,9 +140,7 @@ export class StartDataQualityRulesetEvaluationRunCommand extends $Command< * @public */ constructor(readonly input: StartDataQualityRulesetEvaluationRunCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -204,7 +199,4 @@ export class StartDataQualityRulesetEvaluationRunCommand extends $Command< ): Promise { return de_StartDataQualityRulesetEvaluationRunCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-glue/src/commands/StartExportLabelsTaskRunCommand.ts b/clients/client-glue/src/commands/StartExportLabelsTaskRunCommand.ts index 40580e1e0770..da0991f52eec 100644 --- a/clients/client-glue/src/commands/StartExportLabelsTaskRunCommand.ts +++ b/clients/client-glue/src/commands/StartExportLabelsTaskRunCommand.ts @@ -91,9 +91,6 @@ export class StartExportLabelsTaskRunCommand extends $Command< StartExportLabelsTaskRunCommandOutput, GlueClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -107,9 +104,7 @@ export class StartExportLabelsTaskRunCommand extends $Command< * @public */ constructor(readonly input: StartExportLabelsTaskRunCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -162,7 +157,4 @@ export class StartExportLabelsTaskRunCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_StartExportLabelsTaskRunCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-glue/src/commands/StartImportLabelsTaskRunCommand.ts b/clients/client-glue/src/commands/StartImportLabelsTaskRunCommand.ts index 3d267b9a4e60..cc98ac477a36 100644 --- a/clients/client-glue/src/commands/StartImportLabelsTaskRunCommand.ts +++ b/clients/client-glue/src/commands/StartImportLabelsTaskRunCommand.ts @@ -108,9 +108,6 @@ export class StartImportLabelsTaskRunCommand extends $Command< StartImportLabelsTaskRunCommandOutput, GlueClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -124,9 +121,7 @@ export class StartImportLabelsTaskRunCommand extends $Command< * @public */ constructor(readonly input: StartImportLabelsTaskRunCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -179,7 +174,4 @@ export class StartImportLabelsTaskRunCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_StartImportLabelsTaskRunCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-glue/src/commands/StartJobRunCommand.ts b/clients/client-glue/src/commands/StartJobRunCommand.ts index 900d329b3a94..94171493a130 100644 --- a/clients/client-glue/src/commands/StartJobRunCommand.ts +++ b/clients/client-glue/src/commands/StartJobRunCommand.ts @@ -102,9 +102,6 @@ export class StartJobRunCommand extends $Command< StartJobRunCommandOutput, GlueClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -118,9 +115,7 @@ export class StartJobRunCommand extends $Command< * @public */ constructor(readonly input: StartJobRunCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -171,7 +166,4 @@ export class StartJobRunCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_StartJobRunCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-glue/src/commands/StartMLEvaluationTaskRunCommand.ts b/clients/client-glue/src/commands/StartMLEvaluationTaskRunCommand.ts index 47693fa5838e..4f88c20fd1e2 100644 --- a/clients/client-glue/src/commands/StartMLEvaluationTaskRunCommand.ts +++ b/clients/client-glue/src/commands/StartMLEvaluationTaskRunCommand.ts @@ -93,9 +93,6 @@ export class StartMLEvaluationTaskRunCommand extends $Command< StartMLEvaluationTaskRunCommandOutput, GlueClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -109,9 +106,7 @@ export class StartMLEvaluationTaskRunCommand extends $Command< * @public */ constructor(readonly input: StartMLEvaluationTaskRunCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -164,7 +159,4 @@ export class StartMLEvaluationTaskRunCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_StartMLEvaluationTaskRunCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-glue/src/commands/StartMLLabelingSetGenerationTaskRunCommand.ts b/clients/client-glue/src/commands/StartMLLabelingSetGenerationTaskRunCommand.ts index 8a42a2471214..dd7c0cdb1caf 100644 --- a/clients/client-glue/src/commands/StartMLLabelingSetGenerationTaskRunCommand.ts +++ b/clients/client-glue/src/commands/StartMLLabelingSetGenerationTaskRunCommand.ts @@ -104,9 +104,6 @@ export class StartMLLabelingSetGenerationTaskRunCommand extends $Command< StartMLLabelingSetGenerationTaskRunCommandOutput, GlueClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -120,9 +117,7 @@ export class StartMLLabelingSetGenerationTaskRunCommand extends $Command< * @public */ constructor(readonly input: StartMLLabelingSetGenerationTaskRunCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -181,7 +176,4 @@ export class StartMLLabelingSetGenerationTaskRunCommand extends $Command< ): Promise { return de_StartMLLabelingSetGenerationTaskRunCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-glue/src/commands/StartTriggerCommand.ts b/clients/client-glue/src/commands/StartTriggerCommand.ts index f352a1aa3282..a3d7461e41b2 100644 --- a/clients/client-glue/src/commands/StartTriggerCommand.ts +++ b/clients/client-glue/src/commands/StartTriggerCommand.ts @@ -90,9 +90,6 @@ export class StartTriggerCommand extends $Command< StartTriggerCommandOutput, GlueClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -106,9 +103,7 @@ export class StartTriggerCommand extends $Command< * @public */ constructor(readonly input: StartTriggerCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -159,7 +154,4 @@ export class StartTriggerCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_StartTriggerCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-glue/src/commands/StartWorkflowRunCommand.ts b/clients/client-glue/src/commands/StartWorkflowRunCommand.ts index 48c399a39881..98b6d8b345ab 100644 --- a/clients/client-glue/src/commands/StartWorkflowRunCommand.ts +++ b/clients/client-glue/src/commands/StartWorkflowRunCommand.ts @@ -91,9 +91,6 @@ export class StartWorkflowRunCommand extends $Command< StartWorkflowRunCommandOutput, GlueClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -107,9 +104,7 @@ export class StartWorkflowRunCommand extends $Command< * @public */ constructor(readonly input: StartWorkflowRunCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -162,7 +157,4 @@ export class StartWorkflowRunCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_StartWorkflowRunCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-glue/src/commands/StopCrawlerCommand.ts b/clients/client-glue/src/commands/StopCrawlerCommand.ts index 2979c8d622f4..00a76a1a8b88 100644 --- a/clients/client-glue/src/commands/StopCrawlerCommand.ts +++ b/clients/client-glue/src/commands/StopCrawlerCommand.ts @@ -80,9 +80,6 @@ export class StopCrawlerCommand extends $Command< StopCrawlerCommandOutput, GlueClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -96,9 +93,7 @@ export class StopCrawlerCommand extends $Command< * @public */ constructor(readonly input: StopCrawlerCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -149,7 +144,4 @@ export class StopCrawlerCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_StopCrawlerCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-glue/src/commands/StopCrawlerScheduleCommand.ts b/clients/client-glue/src/commands/StopCrawlerScheduleCommand.ts index eb3a8a7d0661..f611e57c4f31 100644 --- a/clients/client-glue/src/commands/StopCrawlerScheduleCommand.ts +++ b/clients/client-glue/src/commands/StopCrawlerScheduleCommand.ts @@ -82,9 +82,6 @@ export class StopCrawlerScheduleCommand extends $Command< StopCrawlerScheduleCommandOutput, GlueClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -98,9 +95,7 @@ export class StopCrawlerScheduleCommand extends $Command< * @public */ constructor(readonly input: StopCrawlerScheduleCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -153,7 +148,4 @@ export class StopCrawlerScheduleCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_StopCrawlerScheduleCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-glue/src/commands/StopSessionCommand.ts b/clients/client-glue/src/commands/StopSessionCommand.ts index d142116c21de..575bcde87a28 100644 --- a/clients/client-glue/src/commands/StopSessionCommand.ts +++ b/clients/client-glue/src/commands/StopSessionCommand.ts @@ -89,9 +89,6 @@ export class StopSessionCommand extends $Command< StopSessionCommandOutput, GlueClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -105,9 +102,7 @@ export class StopSessionCommand extends $Command< * @public */ constructor(readonly input: StopSessionCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -158,7 +153,4 @@ export class StopSessionCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_StopSessionCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-glue/src/commands/StopTriggerCommand.ts b/clients/client-glue/src/commands/StopTriggerCommand.ts index 8019d1cdfd22..17d3cecd898d 100644 --- a/clients/client-glue/src/commands/StopTriggerCommand.ts +++ b/clients/client-glue/src/commands/StopTriggerCommand.ts @@ -85,9 +85,6 @@ export class StopTriggerCommand extends $Command< StopTriggerCommandOutput, GlueClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -101,9 +98,7 @@ export class StopTriggerCommand extends $Command< * @public */ constructor(readonly input: StopTriggerCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -154,7 +149,4 @@ export class StopTriggerCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_StopTriggerCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-glue/src/commands/StopWorkflowRunCommand.ts b/clients/client-glue/src/commands/StopWorkflowRunCommand.ts index 3e9a5f59d008..7e37d329cb89 100644 --- a/clients/client-glue/src/commands/StopWorkflowRunCommand.ts +++ b/clients/client-glue/src/commands/StopWorkflowRunCommand.ts @@ -84,9 +84,6 @@ export class StopWorkflowRunCommand extends $Command< StopWorkflowRunCommandOutput, GlueClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -100,9 +97,7 @@ export class StopWorkflowRunCommand extends $Command< * @public */ constructor(readonly input: StopWorkflowRunCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -155,7 +150,4 @@ export class StopWorkflowRunCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_StopWorkflowRunCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-glue/src/commands/TagResourceCommand.ts b/clients/client-glue/src/commands/TagResourceCommand.ts index 1b0d7dac86d0..6b8fef6af431 100644 --- a/clients/client-glue/src/commands/TagResourceCommand.ts +++ b/clients/client-glue/src/commands/TagResourceCommand.ts @@ -85,9 +85,6 @@ export class TagResourceCommand extends $Command< TagResourceCommandOutput, GlueClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -101,9 +98,7 @@ export class TagResourceCommand extends $Command< * @public */ constructor(readonly input: TagResourceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -154,7 +149,4 @@ export class TagResourceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_TagResourceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-glue/src/commands/UntagResourceCommand.ts b/clients/client-glue/src/commands/UntagResourceCommand.ts index dfc024731877..53de708cc47e 100644 --- a/clients/client-glue/src/commands/UntagResourceCommand.ts +++ b/clients/client-glue/src/commands/UntagResourceCommand.ts @@ -83,9 +83,6 @@ export class UntagResourceCommand extends $Command< UntagResourceCommandOutput, GlueClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -99,9 +96,7 @@ export class UntagResourceCommand extends $Command< * @public */ constructor(readonly input: UntagResourceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -152,7 +147,4 @@ export class UntagResourceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UntagResourceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-glue/src/commands/UpdateBlueprintCommand.ts b/clients/client-glue/src/commands/UpdateBlueprintCommand.ts index 1e6830e2a67a..65e6cf2b0269 100644 --- a/clients/client-glue/src/commands/UpdateBlueprintCommand.ts +++ b/clients/client-glue/src/commands/UpdateBlueprintCommand.ts @@ -90,9 +90,6 @@ export class UpdateBlueprintCommand extends $Command< UpdateBlueprintCommandOutput, GlueClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -106,9 +103,7 @@ export class UpdateBlueprintCommand extends $Command< * @public */ constructor(readonly input: UpdateBlueprintCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -161,7 +156,4 @@ export class UpdateBlueprintCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdateBlueprintCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-glue/src/commands/UpdateClassifierCommand.ts b/clients/client-glue/src/commands/UpdateClassifierCommand.ts index b9fa4d1fdf66..f6904cd3f8d2 100644 --- a/clients/client-glue/src/commands/UpdateClassifierCommand.ts +++ b/clients/client-glue/src/commands/UpdateClassifierCommand.ts @@ -112,9 +112,6 @@ export class UpdateClassifierCommand extends $Command< UpdateClassifierCommandOutput, GlueClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -128,9 +125,7 @@ export class UpdateClassifierCommand extends $Command< * @public */ constructor(readonly input: UpdateClassifierCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -183,7 +178,4 @@ export class UpdateClassifierCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdateClassifierCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-glue/src/commands/UpdateColumnStatisticsForPartitionCommand.ts b/clients/client-glue/src/commands/UpdateColumnStatisticsForPartitionCommand.ts index 8c2173d42774..1369c84d8cf9 100644 --- a/clients/client-glue/src/commands/UpdateColumnStatisticsForPartitionCommand.ts +++ b/clients/client-glue/src/commands/UpdateColumnStatisticsForPartitionCommand.ts @@ -216,9 +216,6 @@ export class UpdateColumnStatisticsForPartitionCommand extends $Command< UpdateColumnStatisticsForPartitionCommandOutput, GlueClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -232,9 +229,7 @@ export class UpdateColumnStatisticsForPartitionCommand extends $Command< * @public */ constructor(readonly input: UpdateColumnStatisticsForPartitionCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -293,7 +288,4 @@ export class UpdateColumnStatisticsForPartitionCommand extends $Command< ): Promise { return de_UpdateColumnStatisticsForPartitionCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-glue/src/commands/UpdateColumnStatisticsForTableCommand.ts b/clients/client-glue/src/commands/UpdateColumnStatisticsForTableCommand.ts index d9877cbaacce..94e59175e841 100644 --- a/clients/client-glue/src/commands/UpdateColumnStatisticsForTableCommand.ts +++ b/clients/client-glue/src/commands/UpdateColumnStatisticsForTableCommand.ts @@ -210,9 +210,6 @@ export class UpdateColumnStatisticsForTableCommand extends $Command< UpdateColumnStatisticsForTableCommandOutput, GlueClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -226,9 +223,7 @@ export class UpdateColumnStatisticsForTableCommand extends $Command< * @public */ constructor(readonly input: UpdateColumnStatisticsForTableCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -287,7 +282,4 @@ export class UpdateColumnStatisticsForTableCommand extends $Command< ): Promise { return de_UpdateColumnStatisticsForTableCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-glue/src/commands/UpdateConnectionCommand.ts b/clients/client-glue/src/commands/UpdateConnectionCommand.ts index 651d7781fb5d..6b06eb2aea38 100644 --- a/clients/client-glue/src/commands/UpdateConnectionCommand.ts +++ b/clients/client-glue/src/commands/UpdateConnectionCommand.ts @@ -99,9 +99,6 @@ export class UpdateConnectionCommand extends $Command< UpdateConnectionCommandOutput, GlueClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -115,9 +112,7 @@ export class UpdateConnectionCommand extends $Command< * @public */ constructor(readonly input: UpdateConnectionCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -170,7 +165,4 @@ export class UpdateConnectionCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdateConnectionCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-glue/src/commands/UpdateCrawlerCommand.ts b/clients/client-glue/src/commands/UpdateCrawlerCommand.ts index f549d9e85778..2f71329dd401 100644 --- a/clients/client-glue/src/commands/UpdateCrawlerCommand.ts +++ b/clients/client-glue/src/commands/UpdateCrawlerCommand.ts @@ -190,9 +190,6 @@ export class UpdateCrawlerCommand extends $Command< UpdateCrawlerCommandOutput, GlueClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -206,9 +203,7 @@ export class UpdateCrawlerCommand extends $Command< * @public */ constructor(readonly input: UpdateCrawlerCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -259,7 +254,4 @@ export class UpdateCrawlerCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdateCrawlerCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-glue/src/commands/UpdateCrawlerScheduleCommand.ts b/clients/client-glue/src/commands/UpdateCrawlerScheduleCommand.ts index ef3bad095dfc..32e780cc0e93 100644 --- a/clients/client-glue/src/commands/UpdateCrawlerScheduleCommand.ts +++ b/clients/client-glue/src/commands/UpdateCrawlerScheduleCommand.ts @@ -84,9 +84,6 @@ export class UpdateCrawlerScheduleCommand extends $Command< UpdateCrawlerScheduleCommandOutput, GlueClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -100,9 +97,7 @@ export class UpdateCrawlerScheduleCommand extends $Command< * @public */ constructor(readonly input: UpdateCrawlerScheduleCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -155,7 +150,4 @@ export class UpdateCrawlerScheduleCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdateCrawlerScheduleCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-glue/src/commands/UpdateDataQualityRulesetCommand.ts b/clients/client-glue/src/commands/UpdateDataQualityRulesetCommand.ts index b1a801a2f50c..6fd5e81b430a 100644 --- a/clients/client-glue/src/commands/UpdateDataQualityRulesetCommand.ts +++ b/clients/client-glue/src/commands/UpdateDataQualityRulesetCommand.ts @@ -95,9 +95,6 @@ export class UpdateDataQualityRulesetCommand extends $Command< UpdateDataQualityRulesetCommandOutput, GlueClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -111,9 +108,7 @@ export class UpdateDataQualityRulesetCommand extends $Command< * @public */ constructor(readonly input: UpdateDataQualityRulesetCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -166,7 +161,4 @@ export class UpdateDataQualityRulesetCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdateDataQualityRulesetCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-glue/src/commands/UpdateDatabaseCommand.ts b/clients/client-glue/src/commands/UpdateDatabaseCommand.ts index 7b9682f72eeb..e97077f22567 100644 --- a/clients/client-glue/src/commands/UpdateDatabaseCommand.ts +++ b/clients/client-glue/src/commands/UpdateDatabaseCommand.ts @@ -114,9 +114,6 @@ export class UpdateDatabaseCommand extends $Command< UpdateDatabaseCommandOutput, GlueClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -130,9 +127,7 @@ export class UpdateDatabaseCommand extends $Command< * @public */ constructor(readonly input: UpdateDatabaseCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -185,7 +180,4 @@ export class UpdateDatabaseCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdateDatabaseCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-glue/src/commands/UpdateDevEndpointCommand.ts b/clients/client-glue/src/commands/UpdateDevEndpointCommand.ts index 38900b3c172b..0083252eeeda 100644 --- a/clients/client-glue/src/commands/UpdateDevEndpointCommand.ts +++ b/clients/client-glue/src/commands/UpdateDevEndpointCommand.ts @@ -101,9 +101,6 @@ export class UpdateDevEndpointCommand extends $Command< UpdateDevEndpointCommandOutput, GlueClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -117,9 +114,7 @@ export class UpdateDevEndpointCommand extends $Command< * @public */ constructor(readonly input: UpdateDevEndpointCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -172,7 +167,4 @@ export class UpdateDevEndpointCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdateDevEndpointCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-glue/src/commands/UpdateJobCommand.ts b/clients/client-glue/src/commands/UpdateJobCommand.ts index 4f2eac3eab86..9474a39bdd45 100644 --- a/clients/client-glue/src/commands/UpdateJobCommand.ts +++ b/clients/client-glue/src/commands/UpdateJobCommand.ts @@ -1156,9 +1156,6 @@ export class UpdateJobCommand extends $Command< UpdateJobCommandOutput, GlueClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -1172,9 +1169,7 @@ export class UpdateJobCommand extends $Command< * @public */ constructor(readonly input: UpdateJobCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -1225,7 +1220,4 @@ export class UpdateJobCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdateJobCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-glue/src/commands/UpdateJobFromSourceControlCommand.ts b/clients/client-glue/src/commands/UpdateJobFromSourceControlCommand.ts index 2f2ab926db4c..2cf794c38604 100644 --- a/clients/client-glue/src/commands/UpdateJobFromSourceControlCommand.ts +++ b/clients/client-glue/src/commands/UpdateJobFromSourceControlCommand.ts @@ -100,9 +100,6 @@ export class UpdateJobFromSourceControlCommand extends $Command< UpdateJobFromSourceControlCommandOutput, GlueClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -116,9 +113,7 @@ export class UpdateJobFromSourceControlCommand extends $Command< * @public */ constructor(readonly input: UpdateJobFromSourceControlCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -174,7 +169,4 @@ export class UpdateJobFromSourceControlCommand extends $Command< ): Promise { return de_UpdateJobFromSourceControlCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-glue/src/commands/UpdateMLTransformCommand.ts b/clients/client-glue/src/commands/UpdateMLTransformCommand.ts index 3bd2eeea47a4..2266f661ef0a 100644 --- a/clients/client-glue/src/commands/UpdateMLTransformCommand.ts +++ b/clients/client-glue/src/commands/UpdateMLTransformCommand.ts @@ -106,9 +106,6 @@ export class UpdateMLTransformCommand extends $Command< UpdateMLTransformCommandOutput, GlueClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -122,9 +119,7 @@ export class UpdateMLTransformCommand extends $Command< * @public */ constructor(readonly input: UpdateMLTransformCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -177,7 +172,4 @@ export class UpdateMLTransformCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdateMLTransformCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-glue/src/commands/UpdatePartitionCommand.ts b/clients/client-glue/src/commands/UpdatePartitionCommand.ts index 2315434dce0b..30db2d7c4307 100644 --- a/clients/client-glue/src/commands/UpdatePartitionCommand.ts +++ b/clients/client-glue/src/commands/UpdatePartitionCommand.ts @@ -154,9 +154,6 @@ export class UpdatePartitionCommand extends $Command< UpdatePartitionCommandOutput, GlueClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -170,9 +167,7 @@ export class UpdatePartitionCommand extends $Command< * @public */ constructor(readonly input: UpdatePartitionCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -225,7 +220,4 @@ export class UpdatePartitionCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdatePartitionCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-glue/src/commands/UpdateRegistryCommand.ts b/clients/client-glue/src/commands/UpdateRegistryCommand.ts index 282031056a3d..e38ace1db425 100644 --- a/clients/client-glue/src/commands/UpdateRegistryCommand.ts +++ b/clients/client-glue/src/commands/UpdateRegistryCommand.ts @@ -90,9 +90,6 @@ export class UpdateRegistryCommand extends $Command< UpdateRegistryCommandOutput, GlueClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -106,9 +103,7 @@ export class UpdateRegistryCommand extends $Command< * @public */ constructor(readonly input: UpdateRegistryCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -161,7 +156,4 @@ export class UpdateRegistryCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdateRegistryCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-glue/src/commands/UpdateSchemaCommand.ts b/clients/client-glue/src/commands/UpdateSchemaCommand.ts index 03b19d986db5..fd1f0ffed6c9 100644 --- a/clients/client-glue/src/commands/UpdateSchemaCommand.ts +++ b/clients/client-glue/src/commands/UpdateSchemaCommand.ts @@ -100,9 +100,6 @@ export class UpdateSchemaCommand extends $Command< UpdateSchemaCommandOutput, GlueClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -116,9 +113,7 @@ export class UpdateSchemaCommand extends $Command< * @public */ constructor(readonly input: UpdateSchemaCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -169,7 +164,4 @@ export class UpdateSchemaCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdateSchemaCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-glue/src/commands/UpdateSourceControlFromJobCommand.ts b/clients/client-glue/src/commands/UpdateSourceControlFromJobCommand.ts index 2ab9e949f20f..dc251dfc9e57 100644 --- a/clients/client-glue/src/commands/UpdateSourceControlFromJobCommand.ts +++ b/clients/client-glue/src/commands/UpdateSourceControlFromJobCommand.ts @@ -100,9 +100,6 @@ export class UpdateSourceControlFromJobCommand extends $Command< UpdateSourceControlFromJobCommandOutput, GlueClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -116,9 +113,7 @@ export class UpdateSourceControlFromJobCommand extends $Command< * @public */ constructor(readonly input: UpdateSourceControlFromJobCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -174,7 +169,4 @@ export class UpdateSourceControlFromJobCommand extends $Command< ): Promise { return de_UpdateSourceControlFromJobCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-glue/src/commands/UpdateTableCommand.ts b/clients/client-glue/src/commands/UpdateTableCommand.ts index 69ca750df4d8..5b7e2cb5d1ac 100644 --- a/clients/client-glue/src/commands/UpdateTableCommand.ts +++ b/clients/client-glue/src/commands/UpdateTableCommand.ts @@ -180,9 +180,6 @@ export class UpdateTableCommand extends $Command< UpdateTableCommandOutput, GlueClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -196,9 +193,7 @@ export class UpdateTableCommand extends $Command< * @public */ constructor(readonly input: UpdateTableCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -249,7 +244,4 @@ export class UpdateTableCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdateTableCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-glue/src/commands/UpdateTriggerCommand.ts b/clients/client-glue/src/commands/UpdateTriggerCommand.ts index b6706843abaf..d06297642599 100644 --- a/clients/client-glue/src/commands/UpdateTriggerCommand.ts +++ b/clients/client-glue/src/commands/UpdateTriggerCommand.ts @@ -158,9 +158,6 @@ export class UpdateTriggerCommand extends $Command< UpdateTriggerCommandOutput, GlueClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -174,9 +171,7 @@ export class UpdateTriggerCommand extends $Command< * @public */ constructor(readonly input: UpdateTriggerCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -227,7 +222,4 @@ export class UpdateTriggerCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdateTriggerCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-glue/src/commands/UpdateUserDefinedFunctionCommand.ts b/clients/client-glue/src/commands/UpdateUserDefinedFunctionCommand.ts index 0b4e572af904..bf3c6424e63a 100644 --- a/clients/client-glue/src/commands/UpdateUserDefinedFunctionCommand.ts +++ b/clients/client-glue/src/commands/UpdateUserDefinedFunctionCommand.ts @@ -97,9 +97,6 @@ export class UpdateUserDefinedFunctionCommand extends $Command< UpdateUserDefinedFunctionCommandOutput, GlueClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -113,9 +110,7 @@ export class UpdateUserDefinedFunctionCommand extends $Command< * @public */ constructor(readonly input: UpdateUserDefinedFunctionCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -171,7 +166,4 @@ export class UpdateUserDefinedFunctionCommand extends $Command< ): Promise { return de_UpdateUserDefinedFunctionCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-glue/src/commands/UpdateWorkflowCommand.ts b/clients/client-glue/src/commands/UpdateWorkflowCommand.ts index 67499c925921..fefec0309aca 100644 --- a/clients/client-glue/src/commands/UpdateWorkflowCommand.ts +++ b/clients/client-glue/src/commands/UpdateWorkflowCommand.ts @@ -90,9 +90,6 @@ export class UpdateWorkflowCommand extends $Command< UpdateWorkflowCommandOutput, GlueClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -106,9 +103,7 @@ export class UpdateWorkflowCommand extends $Command< * @public */ constructor(readonly input: UpdateWorkflowCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -161,7 +156,4 @@ export class UpdateWorkflowCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdateWorkflowCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-grafana/package.json b/clients/client-grafana/package.json index 797eda13a536..f9682d9d1586 100644 --- a/clients/client-grafana/package.json +++ b/clients/client-grafana/package.json @@ -34,29 +34,29 @@ "@aws-sdk/util-endpoints": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@smithy/config-resolver": "^2.0.16", - "@smithy/fetch-http-handler": "^2.2.4", - "@smithy/hash-node": "^2.0.12", - "@smithy/invalid-dependency": "^2.0.12", - "@smithy/middleware-content-length": "^2.0.14", - "@smithy/middleware-endpoint": "^2.1.3", - "@smithy/middleware-retry": "^2.0.18", - "@smithy/middleware-serde": "^2.0.12", - "@smithy/middleware-stack": "^2.0.6", - "@smithy/node-config-provider": "^2.1.3", - "@smithy/node-http-handler": "^2.1.8", - "@smithy/protocol-http": "^3.0.8", - "@smithy/smithy-client": "^2.1.12", - "@smithy/types": "^2.4.0", - "@smithy/url-parser": "^2.0.12", - "@smithy/util-base64": "^2.0.0", + "@smithy/config-resolver": "^2.0.18", + "@smithy/fetch-http-handler": "^2.2.6", + "@smithy/hash-node": "^2.0.15", + "@smithy/invalid-dependency": "^2.0.13", + "@smithy/middleware-content-length": "^2.0.15", + "@smithy/middleware-endpoint": "^2.2.0", + "@smithy/middleware-retry": "^2.0.20", + "@smithy/middleware-serde": "^2.0.13", + "@smithy/middleware-stack": "^2.0.7", + "@smithy/node-config-provider": "^2.1.5", + "@smithy/node-http-handler": "^2.1.9", + "@smithy/protocol-http": "^3.0.9", + "@smithy/smithy-client": "^2.1.15", + "@smithy/types": "^2.5.0", + "@smithy/url-parser": "^2.0.13", + "@smithy/util-base64": "^2.0.1", "@smithy/util-body-length-browser": "^2.0.0", "@smithy/util-body-length-node": "^2.1.0", - "@smithy/util-defaults-mode-browser": "^2.0.16", - "@smithy/util-defaults-mode-node": "^2.0.21", - "@smithy/util-endpoints": "^1.0.2", - "@smithy/util-retry": "^2.0.5", - "@smithy/util-utf8": "^2.0.0", + "@smithy/util-defaults-mode-browser": "^2.0.19", + "@smithy/util-defaults-mode-node": "^2.0.25", + "@smithy/util-endpoints": "^1.0.4", + "@smithy/util-retry": "^2.0.6", + "@smithy/util-utf8": "^2.0.2", "tslib": "^2.5.0", "uuid": "^8.3.2" }, diff --git a/clients/client-grafana/src/commands/AssociateLicenseCommand.ts b/clients/client-grafana/src/commands/AssociateLicenseCommand.ts index a9cdf9f2e12e..36d8ea9e5562 100644 --- a/clients/client-grafana/src/commands/AssociateLicenseCommand.ts +++ b/clients/client-grafana/src/commands/AssociateLicenseCommand.ts @@ -144,9 +144,6 @@ export class AssociateLicenseCommand extends $Command< AssociateLicenseCommandOutput, GrafanaClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -160,9 +157,7 @@ export class AssociateLicenseCommand extends $Command< * @public */ constructor(readonly input: AssociateLicenseCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -215,7 +210,4 @@ export class AssociateLicenseCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_AssociateLicenseCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-grafana/src/commands/CreateWorkspaceApiKeyCommand.ts b/clients/client-grafana/src/commands/CreateWorkspaceApiKeyCommand.ts index af39f946577e..66fcbef9ee6b 100644 --- a/clients/client-grafana/src/commands/CreateWorkspaceApiKeyCommand.ts +++ b/clients/client-grafana/src/commands/CreateWorkspaceApiKeyCommand.ts @@ -102,9 +102,6 @@ export class CreateWorkspaceApiKeyCommand extends $Command< CreateWorkspaceApiKeyCommandOutput, GrafanaClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -118,9 +115,7 @@ export class CreateWorkspaceApiKeyCommand extends $Command< * @public */ constructor(readonly input: CreateWorkspaceApiKeyCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -173,7 +168,4 @@ export class CreateWorkspaceApiKeyCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateWorkspaceApiKeyCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-grafana/src/commands/CreateWorkspaceCommand.ts b/clients/client-grafana/src/commands/CreateWorkspaceCommand.ts index 96c5f1399ecc..38026fa995da 100644 --- a/clients/client-grafana/src/commands/CreateWorkspaceCommand.ts +++ b/clients/client-grafana/src/commands/CreateWorkspaceCommand.ts @@ -189,9 +189,6 @@ export class CreateWorkspaceCommand extends $Command< CreateWorkspaceCommandOutput, GrafanaClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -205,9 +202,7 @@ export class CreateWorkspaceCommand extends $Command< * @public */ constructor(readonly input: CreateWorkspaceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -260,7 +255,4 @@ export class CreateWorkspaceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateWorkspaceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-grafana/src/commands/DeleteWorkspaceApiKeyCommand.ts b/clients/client-grafana/src/commands/DeleteWorkspaceApiKeyCommand.ts index 07f19a1b4f6d..14d01b7cacd1 100644 --- a/clients/client-grafana/src/commands/DeleteWorkspaceApiKeyCommand.ts +++ b/clients/client-grafana/src/commands/DeleteWorkspaceApiKeyCommand.ts @@ -90,9 +90,6 @@ export class DeleteWorkspaceApiKeyCommand extends $Command< DeleteWorkspaceApiKeyCommandOutput, GrafanaClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -106,9 +103,7 @@ export class DeleteWorkspaceApiKeyCommand extends $Command< * @public */ constructor(readonly input: DeleteWorkspaceApiKeyCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -161,7 +156,4 @@ export class DeleteWorkspaceApiKeyCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteWorkspaceApiKeyCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-grafana/src/commands/DeleteWorkspaceCommand.ts b/clients/client-grafana/src/commands/DeleteWorkspaceCommand.ts index e22f0ef4843a..6886ddb90c30 100644 --- a/clients/client-grafana/src/commands/DeleteWorkspaceCommand.ts +++ b/clients/client-grafana/src/commands/DeleteWorkspaceCommand.ts @@ -144,9 +144,6 @@ export class DeleteWorkspaceCommand extends $Command< DeleteWorkspaceCommandOutput, GrafanaClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -160,9 +157,7 @@ export class DeleteWorkspaceCommand extends $Command< * @public */ constructor(readonly input: DeleteWorkspaceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -215,7 +210,4 @@ export class DeleteWorkspaceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteWorkspaceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-grafana/src/commands/DescribeWorkspaceAuthenticationCommand.ts b/clients/client-grafana/src/commands/DescribeWorkspaceAuthenticationCommand.ts index 6754380c94d5..1c6bddaeafdb 100644 --- a/clients/client-grafana/src/commands/DescribeWorkspaceAuthenticationCommand.ts +++ b/clients/client-grafana/src/commands/DescribeWorkspaceAuthenticationCommand.ts @@ -131,9 +131,6 @@ export class DescribeWorkspaceAuthenticationCommand extends $Command< DescribeWorkspaceAuthenticationCommandOutput, GrafanaClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -147,9 +144,7 @@ export class DescribeWorkspaceAuthenticationCommand extends $Command< * @public */ constructor(readonly input: DescribeWorkspaceAuthenticationCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -208,7 +203,4 @@ export class DescribeWorkspaceAuthenticationCommand extends $Command< ): Promise { return de_DescribeWorkspaceAuthenticationCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-grafana/src/commands/DescribeWorkspaceCommand.ts b/clients/client-grafana/src/commands/DescribeWorkspaceCommand.ts index a5e33e110dba..33ab925a8d90 100644 --- a/clients/client-grafana/src/commands/DescribeWorkspaceCommand.ts +++ b/clients/client-grafana/src/commands/DescribeWorkspaceCommand.ts @@ -141,9 +141,6 @@ export class DescribeWorkspaceCommand extends $Command< DescribeWorkspaceCommandOutput, GrafanaClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -157,9 +154,7 @@ export class DescribeWorkspaceCommand extends $Command< * @public */ constructor(readonly input: DescribeWorkspaceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -212,7 +207,4 @@ export class DescribeWorkspaceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DescribeWorkspaceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-grafana/src/commands/DescribeWorkspaceConfigurationCommand.ts b/clients/client-grafana/src/commands/DescribeWorkspaceConfigurationCommand.ts index 6d3563cf017c..35f44e0e1338 100644 --- a/clients/client-grafana/src/commands/DescribeWorkspaceConfigurationCommand.ts +++ b/clients/client-grafana/src/commands/DescribeWorkspaceConfigurationCommand.ts @@ -88,9 +88,6 @@ export class DescribeWorkspaceConfigurationCommand extends $Command< DescribeWorkspaceConfigurationCommandOutput, GrafanaClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -104,9 +101,7 @@ export class DescribeWorkspaceConfigurationCommand extends $Command< * @public */ constructor(readonly input: DescribeWorkspaceConfigurationCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -165,7 +160,4 @@ export class DescribeWorkspaceConfigurationCommand extends $Command< ): Promise { return de_DescribeWorkspaceConfigurationCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-grafana/src/commands/DisassociateLicenseCommand.ts b/clients/client-grafana/src/commands/DisassociateLicenseCommand.ts index f0aaeeb0272e..d65490781f7b 100644 --- a/clients/client-grafana/src/commands/DisassociateLicenseCommand.ts +++ b/clients/client-grafana/src/commands/DisassociateLicenseCommand.ts @@ -142,9 +142,6 @@ export class DisassociateLicenseCommand extends $Command< DisassociateLicenseCommandOutput, GrafanaClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -158,9 +155,7 @@ export class DisassociateLicenseCommand extends $Command< * @public */ constructor(readonly input: DisassociateLicenseCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -213,7 +208,4 @@ export class DisassociateLicenseCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DisassociateLicenseCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-grafana/src/commands/ListPermissionsCommand.ts b/clients/client-grafana/src/commands/ListPermissionsCommand.ts index 2e99098f5c71..14b06cc11068 100644 --- a/clients/client-grafana/src/commands/ListPermissionsCommand.ts +++ b/clients/client-grafana/src/commands/ListPermissionsCommand.ts @@ -104,9 +104,6 @@ export class ListPermissionsCommand extends $Command< ListPermissionsCommandOutput, GrafanaClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -120,9 +117,7 @@ export class ListPermissionsCommand extends $Command< * @public */ constructor(readonly input: ListPermissionsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -175,7 +170,4 @@ export class ListPermissionsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListPermissionsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-grafana/src/commands/ListTagsForResourceCommand.ts b/clients/client-grafana/src/commands/ListTagsForResourceCommand.ts index 1d8a130ca028..c900b7f500f4 100644 --- a/clients/client-grafana/src/commands/ListTagsForResourceCommand.ts +++ b/clients/client-grafana/src/commands/ListTagsForResourceCommand.ts @@ -90,9 +90,6 @@ export class ListTagsForResourceCommand extends $Command< ListTagsForResourceCommandOutput, GrafanaClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -106,9 +103,7 @@ export class ListTagsForResourceCommand extends $Command< * @public */ constructor(readonly input: ListTagsForResourceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -161,7 +156,4 @@ export class ListTagsForResourceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListTagsForResourceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-grafana/src/commands/ListVersionsCommand.ts b/clients/client-grafana/src/commands/ListVersionsCommand.ts index c00d668fa070..82d41ef66317 100644 --- a/clients/client-grafana/src/commands/ListVersionsCommand.ts +++ b/clients/client-grafana/src/commands/ListVersionsCommand.ts @@ -92,9 +92,6 @@ export class ListVersionsCommand extends $Command< ListVersionsCommandOutput, GrafanaClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -108,9 +105,7 @@ export class ListVersionsCommand extends $Command< * @public */ constructor(readonly input: ListVersionsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -161,7 +156,4 @@ export class ListVersionsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListVersionsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-grafana/src/commands/ListWorkspacesCommand.ts b/clients/client-grafana/src/commands/ListWorkspacesCommand.ts index 3fa5245ac669..6549f7732bfe 100644 --- a/clients/client-grafana/src/commands/ListWorkspacesCommand.ts +++ b/clients/client-grafana/src/commands/ListWorkspacesCommand.ts @@ -109,9 +109,6 @@ export class ListWorkspacesCommand extends $Command< ListWorkspacesCommandOutput, GrafanaClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -125,9 +122,7 @@ export class ListWorkspacesCommand extends $Command< * @public */ constructor(readonly input: ListWorkspacesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -180,7 +175,4 @@ export class ListWorkspacesCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListWorkspacesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-grafana/src/commands/TagResourceCommand.ts b/clients/client-grafana/src/commands/TagResourceCommand.ts index ccd74c1a99aa..979df6fb0148 100644 --- a/clients/client-grafana/src/commands/TagResourceCommand.ts +++ b/clients/client-grafana/src/commands/TagResourceCommand.ts @@ -91,9 +91,6 @@ export class TagResourceCommand extends $Command< TagResourceCommandOutput, GrafanaClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -107,9 +104,7 @@ export class TagResourceCommand extends $Command< * @public */ constructor(readonly input: TagResourceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -160,7 +155,4 @@ export class TagResourceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_TagResourceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-grafana/src/commands/UntagResourceCommand.ts b/clients/client-grafana/src/commands/UntagResourceCommand.ts index d78f6a1527e6..568e9e87a640 100644 --- a/clients/client-grafana/src/commands/UntagResourceCommand.ts +++ b/clients/client-grafana/src/commands/UntagResourceCommand.ts @@ -87,9 +87,6 @@ export class UntagResourceCommand extends $Command< UntagResourceCommandOutput, GrafanaClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -103,9 +100,7 @@ export class UntagResourceCommand extends $Command< * @public */ constructor(readonly input: UntagResourceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -156,7 +151,4 @@ export class UntagResourceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UntagResourceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-grafana/src/commands/UpdatePermissionsCommand.ts b/clients/client-grafana/src/commands/UpdatePermissionsCommand.ts index 547f0ff099f9..97d2d511aae4 100644 --- a/clients/client-grafana/src/commands/UpdatePermissionsCommand.ts +++ b/clients/client-grafana/src/commands/UpdatePermissionsCommand.ts @@ -113,9 +113,6 @@ export class UpdatePermissionsCommand extends $Command< UpdatePermissionsCommandOutput, GrafanaClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -129,9 +126,7 @@ export class UpdatePermissionsCommand extends $Command< * @public */ constructor(readonly input: UpdatePermissionsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -184,7 +179,4 @@ export class UpdatePermissionsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdatePermissionsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-grafana/src/commands/UpdateWorkspaceAuthenticationCommand.ts b/clients/client-grafana/src/commands/UpdateWorkspaceAuthenticationCommand.ts index 590584871a50..ac47e545adf1 100644 --- a/clients/client-grafana/src/commands/UpdateWorkspaceAuthenticationCommand.ts +++ b/clients/client-grafana/src/commands/UpdateWorkspaceAuthenticationCommand.ts @@ -170,9 +170,6 @@ export class UpdateWorkspaceAuthenticationCommand extends $Command< UpdateWorkspaceAuthenticationCommandOutput, GrafanaClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -186,9 +183,7 @@ export class UpdateWorkspaceAuthenticationCommand extends $Command< * @public */ constructor(readonly input: UpdateWorkspaceAuthenticationCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -244,7 +239,4 @@ export class UpdateWorkspaceAuthenticationCommand extends $Command< ): Promise { return de_UpdateWorkspaceAuthenticationCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-grafana/src/commands/UpdateWorkspaceCommand.ts b/clients/client-grafana/src/commands/UpdateWorkspaceCommand.ts index 150439a23a9e..78a27dd8d65e 100644 --- a/clients/client-grafana/src/commands/UpdateWorkspaceCommand.ts +++ b/clients/client-grafana/src/commands/UpdateWorkspaceCommand.ts @@ -184,9 +184,6 @@ export class UpdateWorkspaceCommand extends $Command< UpdateWorkspaceCommandOutput, GrafanaClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -200,9 +197,7 @@ export class UpdateWorkspaceCommand extends $Command< * @public */ constructor(readonly input: UpdateWorkspaceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -255,7 +250,4 @@ export class UpdateWorkspaceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdateWorkspaceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-grafana/src/commands/UpdateWorkspaceConfigurationCommand.ts b/clients/client-grafana/src/commands/UpdateWorkspaceConfigurationCommand.ts index cd764e59f03d..a46111c86d21 100644 --- a/clients/client-grafana/src/commands/UpdateWorkspaceConfigurationCommand.ts +++ b/clients/client-grafana/src/commands/UpdateWorkspaceConfigurationCommand.ts @@ -93,9 +93,6 @@ export class UpdateWorkspaceConfigurationCommand extends $Command< UpdateWorkspaceConfigurationCommandOutput, GrafanaClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -109,9 +106,7 @@ export class UpdateWorkspaceConfigurationCommand extends $Command< * @public */ constructor(readonly input: UpdateWorkspaceConfigurationCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -167,7 +162,4 @@ export class UpdateWorkspaceConfigurationCommand extends $Command< ): Promise { return de_UpdateWorkspaceConfigurationCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-greengrass/package.json b/clients/client-greengrass/package.json index 2ad1dc4fb24d..5acabf2e31be 100644 --- a/clients/client-greengrass/package.json +++ b/clients/client-greengrass/package.json @@ -34,29 +34,29 @@ "@aws-sdk/util-endpoints": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@smithy/config-resolver": "^2.0.16", - "@smithy/fetch-http-handler": "^2.2.4", - "@smithy/hash-node": "^2.0.12", - "@smithy/invalid-dependency": "^2.0.12", - "@smithy/middleware-content-length": "^2.0.14", - "@smithy/middleware-endpoint": "^2.1.3", - "@smithy/middleware-retry": "^2.0.18", - "@smithy/middleware-serde": "^2.0.12", - "@smithy/middleware-stack": "^2.0.6", - "@smithy/node-config-provider": "^2.1.3", - "@smithy/node-http-handler": "^2.1.8", - "@smithy/protocol-http": "^3.0.8", - "@smithy/smithy-client": "^2.1.12", - "@smithy/types": "^2.4.0", - "@smithy/url-parser": "^2.0.12", - "@smithy/util-base64": "^2.0.0", + "@smithy/config-resolver": "^2.0.18", + "@smithy/fetch-http-handler": "^2.2.6", + "@smithy/hash-node": "^2.0.15", + "@smithy/invalid-dependency": "^2.0.13", + "@smithy/middleware-content-length": "^2.0.15", + "@smithy/middleware-endpoint": "^2.2.0", + "@smithy/middleware-retry": "^2.0.20", + "@smithy/middleware-serde": "^2.0.13", + "@smithy/middleware-stack": "^2.0.7", + "@smithy/node-config-provider": "^2.1.5", + "@smithy/node-http-handler": "^2.1.9", + "@smithy/protocol-http": "^3.0.9", + "@smithy/smithy-client": "^2.1.15", + "@smithy/types": "^2.5.0", + "@smithy/url-parser": "^2.0.13", + "@smithy/util-base64": "^2.0.1", "@smithy/util-body-length-browser": "^2.0.0", "@smithy/util-body-length-node": "^2.1.0", - "@smithy/util-defaults-mode-browser": "^2.0.16", - "@smithy/util-defaults-mode-node": "^2.0.21", - "@smithy/util-endpoints": "^1.0.2", - "@smithy/util-retry": "^2.0.5", - "@smithy/util-utf8": "^2.0.0", + "@smithy/util-defaults-mode-browser": "^2.0.19", + "@smithy/util-defaults-mode-node": "^2.0.25", + "@smithy/util-endpoints": "^1.0.4", + "@smithy/util-retry": "^2.0.6", + "@smithy/util-utf8": "^2.0.2", "tslib": "^2.5.0" }, "devDependencies": { diff --git a/clients/client-greengrass/src/commands/AssociateRoleToGroupCommand.ts b/clients/client-greengrass/src/commands/AssociateRoleToGroupCommand.ts index 15ace19fb6f2..71ca7be407d4 100644 --- a/clients/client-greengrass/src/commands/AssociateRoleToGroupCommand.ts +++ b/clients/client-greengrass/src/commands/AssociateRoleToGroupCommand.ts @@ -77,9 +77,6 @@ export class AssociateRoleToGroupCommand extends $Command< AssociateRoleToGroupCommandOutput, GreengrassClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -93,9 +90,7 @@ export class AssociateRoleToGroupCommand extends $Command< * @public */ constructor(readonly input: AssociateRoleToGroupCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -148,7 +143,4 @@ export class AssociateRoleToGroupCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_AssociateRoleToGroupCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-greengrass/src/commands/AssociateServiceRoleToAccountCommand.ts b/clients/client-greengrass/src/commands/AssociateServiceRoleToAccountCommand.ts index 791b0b8beb1a..55e8dfedec19 100644 --- a/clients/client-greengrass/src/commands/AssociateServiceRoleToAccountCommand.ts +++ b/clients/client-greengrass/src/commands/AssociateServiceRoleToAccountCommand.ts @@ -81,9 +81,6 @@ export class AssociateServiceRoleToAccountCommand extends $Command< AssociateServiceRoleToAccountCommandOutput, GreengrassClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -97,9 +94,7 @@ export class AssociateServiceRoleToAccountCommand extends $Command< * @public */ constructor(readonly input: AssociateServiceRoleToAccountCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -155,7 +150,4 @@ export class AssociateServiceRoleToAccountCommand extends $Command< ): Promise { return de_AssociateServiceRoleToAccountCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-greengrass/src/commands/CreateConnectorDefinitionCommand.ts b/clients/client-greengrass/src/commands/CreateConnectorDefinitionCommand.ts index be1d4e34e2dc..0bc2841146f9 100644 --- a/clients/client-greengrass/src/commands/CreateConnectorDefinitionCommand.ts +++ b/clients/client-greengrass/src/commands/CreateConnectorDefinitionCommand.ts @@ -94,9 +94,6 @@ export class CreateConnectorDefinitionCommand extends $Command< CreateConnectorDefinitionCommandOutput, GreengrassClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -110,9 +107,7 @@ export class CreateConnectorDefinitionCommand extends $Command< * @public */ constructor(readonly input: CreateConnectorDefinitionCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -168,7 +163,4 @@ export class CreateConnectorDefinitionCommand extends $Command< ): Promise { return de_CreateConnectorDefinitionCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-greengrass/src/commands/CreateConnectorDefinitionVersionCommand.ts b/clients/client-greengrass/src/commands/CreateConnectorDefinitionVersionCommand.ts index 7839c1b66342..1ac08b6d3f08 100644 --- a/clients/client-greengrass/src/commands/CreateConnectorDefinitionVersionCommand.ts +++ b/clients/client-greengrass/src/commands/CreateConnectorDefinitionVersionCommand.ts @@ -91,9 +91,6 @@ export class CreateConnectorDefinitionVersionCommand extends $Command< CreateConnectorDefinitionVersionCommandOutput, GreengrassClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -107,9 +104,7 @@ export class CreateConnectorDefinitionVersionCommand extends $Command< * @public */ constructor(readonly input: CreateConnectorDefinitionVersionCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -168,7 +163,4 @@ export class CreateConnectorDefinitionVersionCommand extends $Command< ): Promise { return de_CreateConnectorDefinitionVersionCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-greengrass/src/commands/CreateCoreDefinitionCommand.ts b/clients/client-greengrass/src/commands/CreateCoreDefinitionCommand.ts index 1d96af309e2b..2be6cf94cc60 100644 --- a/clients/client-greengrass/src/commands/CreateCoreDefinitionCommand.ts +++ b/clients/client-greengrass/src/commands/CreateCoreDefinitionCommand.ts @@ -93,9 +93,6 @@ export class CreateCoreDefinitionCommand extends $Command< CreateCoreDefinitionCommandOutput, GreengrassClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -109,9 +106,7 @@ export class CreateCoreDefinitionCommand extends $Command< * @public */ constructor(readonly input: CreateCoreDefinitionCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -164,7 +159,4 @@ export class CreateCoreDefinitionCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateCoreDefinitionCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-greengrass/src/commands/CreateCoreDefinitionVersionCommand.ts b/clients/client-greengrass/src/commands/CreateCoreDefinitionVersionCommand.ts index abb821ec71c7..f09ea9ad75ed 100644 --- a/clients/client-greengrass/src/commands/CreateCoreDefinitionVersionCommand.ts +++ b/clients/client-greengrass/src/commands/CreateCoreDefinitionVersionCommand.ts @@ -90,9 +90,6 @@ export class CreateCoreDefinitionVersionCommand extends $Command< CreateCoreDefinitionVersionCommandOutput, GreengrassClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -106,9 +103,7 @@ export class CreateCoreDefinitionVersionCommand extends $Command< * @public */ constructor(readonly input: CreateCoreDefinitionVersionCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -164,7 +159,4 @@ export class CreateCoreDefinitionVersionCommand extends $Command< ): Promise { return de_CreateCoreDefinitionVersionCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-greengrass/src/commands/CreateDeploymentCommand.ts b/clients/client-greengrass/src/commands/CreateDeploymentCommand.ts index b9e70b9ef9ae..e5bf9d5f33cc 100644 --- a/clients/client-greengrass/src/commands/CreateDeploymentCommand.ts +++ b/clients/client-greengrass/src/commands/CreateDeploymentCommand.ts @@ -78,9 +78,6 @@ export class CreateDeploymentCommand extends $Command< CreateDeploymentCommandOutput, GreengrassClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -94,9 +91,7 @@ export class CreateDeploymentCommand extends $Command< * @public */ constructor(readonly input: CreateDeploymentCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -149,7 +144,4 @@ export class CreateDeploymentCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateDeploymentCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-greengrass/src/commands/CreateDeviceDefinitionCommand.ts b/clients/client-greengrass/src/commands/CreateDeviceDefinitionCommand.ts index 471995f2c18e..dc014f04629b 100644 --- a/clients/client-greengrass/src/commands/CreateDeviceDefinitionCommand.ts +++ b/clients/client-greengrass/src/commands/CreateDeviceDefinitionCommand.ts @@ -93,9 +93,6 @@ export class CreateDeviceDefinitionCommand extends $Command< CreateDeviceDefinitionCommandOutput, GreengrassClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -109,9 +106,7 @@ export class CreateDeviceDefinitionCommand extends $Command< * @public */ constructor(readonly input: CreateDeviceDefinitionCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -164,7 +159,4 @@ export class CreateDeviceDefinitionCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateDeviceDefinitionCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-greengrass/src/commands/CreateDeviceDefinitionVersionCommand.ts b/clients/client-greengrass/src/commands/CreateDeviceDefinitionVersionCommand.ts index 6ee8b7e24c76..10c6e2f13fc6 100644 --- a/clients/client-greengrass/src/commands/CreateDeviceDefinitionVersionCommand.ts +++ b/clients/client-greengrass/src/commands/CreateDeviceDefinitionVersionCommand.ts @@ -90,9 +90,6 @@ export class CreateDeviceDefinitionVersionCommand extends $Command< CreateDeviceDefinitionVersionCommandOutput, GreengrassClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -106,9 +103,7 @@ export class CreateDeviceDefinitionVersionCommand extends $Command< * @public */ constructor(readonly input: CreateDeviceDefinitionVersionCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -164,7 +159,4 @@ export class CreateDeviceDefinitionVersionCommand extends $Command< ): Promise { return de_CreateDeviceDefinitionVersionCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-greengrass/src/commands/CreateFunctionDefinitionCommand.ts b/clients/client-greengrass/src/commands/CreateFunctionDefinitionCommand.ts index 956dc012e0da..f9312bd4a124 100644 --- a/clients/client-greengrass/src/commands/CreateFunctionDefinitionCommand.ts +++ b/clients/client-greengrass/src/commands/CreateFunctionDefinitionCommand.ts @@ -128,9 +128,6 @@ export class CreateFunctionDefinitionCommand extends $Command< CreateFunctionDefinitionCommandOutput, GreengrassClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -144,9 +141,7 @@ export class CreateFunctionDefinitionCommand extends $Command< * @public */ constructor(readonly input: CreateFunctionDefinitionCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -199,7 +194,4 @@ export class CreateFunctionDefinitionCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateFunctionDefinitionCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-greengrass/src/commands/CreateFunctionDefinitionVersionCommand.ts b/clients/client-greengrass/src/commands/CreateFunctionDefinitionVersionCommand.ts index a889f4b3235d..3707efc41e0b 100644 --- a/clients/client-greengrass/src/commands/CreateFunctionDefinitionVersionCommand.ts +++ b/clients/client-greengrass/src/commands/CreateFunctionDefinitionVersionCommand.ts @@ -125,9 +125,6 @@ export class CreateFunctionDefinitionVersionCommand extends $Command< CreateFunctionDefinitionVersionCommandOutput, GreengrassClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -141,9 +138,7 @@ export class CreateFunctionDefinitionVersionCommand extends $Command< * @public */ constructor(readonly input: CreateFunctionDefinitionVersionCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -202,7 +197,4 @@ export class CreateFunctionDefinitionVersionCommand extends $Command< ): Promise { return de_CreateFunctionDefinitionVersionCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-greengrass/src/commands/CreateGroupCertificateAuthorityCommand.ts b/clients/client-greengrass/src/commands/CreateGroupCertificateAuthorityCommand.ts index 8e838dd32703..5ca2436e38c3 100644 --- a/clients/client-greengrass/src/commands/CreateGroupCertificateAuthorityCommand.ts +++ b/clients/client-greengrass/src/commands/CreateGroupCertificateAuthorityCommand.ts @@ -82,9 +82,6 @@ export class CreateGroupCertificateAuthorityCommand extends $Command< CreateGroupCertificateAuthorityCommandOutput, GreengrassClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -98,9 +95,7 @@ export class CreateGroupCertificateAuthorityCommand extends $Command< * @public */ constructor(readonly input: CreateGroupCertificateAuthorityCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -159,7 +154,4 @@ export class CreateGroupCertificateAuthorityCommand extends $Command< ): Promise { return de_CreateGroupCertificateAuthorityCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-greengrass/src/commands/CreateGroupCommand.ts b/clients/client-greengrass/src/commands/CreateGroupCommand.ts index b2240d34c067..bdc7cdd27ab7 100644 --- a/clients/client-greengrass/src/commands/CreateGroupCommand.ts +++ b/clients/client-greengrass/src/commands/CreateGroupCommand.ts @@ -92,9 +92,6 @@ export class CreateGroupCommand extends $Command< CreateGroupCommandOutput, GreengrassClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -108,9 +105,7 @@ export class CreateGroupCommand extends $Command< * @public */ constructor(readonly input: CreateGroupCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -161,7 +156,4 @@ export class CreateGroupCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateGroupCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-greengrass/src/commands/CreateGroupVersionCommand.ts b/clients/client-greengrass/src/commands/CreateGroupVersionCommand.ts index b0afaf9f9605..bd51a204d73c 100644 --- a/clients/client-greengrass/src/commands/CreateGroupVersionCommand.ts +++ b/clients/client-greengrass/src/commands/CreateGroupVersionCommand.ts @@ -84,9 +84,6 @@ export class CreateGroupVersionCommand extends $Command< CreateGroupVersionCommandOutput, GreengrassClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -100,9 +97,7 @@ export class CreateGroupVersionCommand extends $Command< * @public */ constructor(readonly input: CreateGroupVersionCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -155,7 +150,4 @@ export class CreateGroupVersionCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateGroupVersionCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-greengrass/src/commands/CreateLoggerDefinitionCommand.ts b/clients/client-greengrass/src/commands/CreateLoggerDefinitionCommand.ts index d8309d6e4e4f..895d1f6418fd 100644 --- a/clients/client-greengrass/src/commands/CreateLoggerDefinitionCommand.ts +++ b/clients/client-greengrass/src/commands/CreateLoggerDefinitionCommand.ts @@ -94,9 +94,6 @@ export class CreateLoggerDefinitionCommand extends $Command< CreateLoggerDefinitionCommandOutput, GreengrassClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -110,9 +107,7 @@ export class CreateLoggerDefinitionCommand extends $Command< * @public */ constructor(readonly input: CreateLoggerDefinitionCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -165,7 +160,4 @@ export class CreateLoggerDefinitionCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateLoggerDefinitionCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-greengrass/src/commands/CreateLoggerDefinitionVersionCommand.ts b/clients/client-greengrass/src/commands/CreateLoggerDefinitionVersionCommand.ts index 269464c21466..c9d8cda6954e 100644 --- a/clients/client-greengrass/src/commands/CreateLoggerDefinitionVersionCommand.ts +++ b/clients/client-greengrass/src/commands/CreateLoggerDefinitionVersionCommand.ts @@ -91,9 +91,6 @@ export class CreateLoggerDefinitionVersionCommand extends $Command< CreateLoggerDefinitionVersionCommandOutput, GreengrassClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -107,9 +104,7 @@ export class CreateLoggerDefinitionVersionCommand extends $Command< * @public */ constructor(readonly input: CreateLoggerDefinitionVersionCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -165,7 +160,4 @@ export class CreateLoggerDefinitionVersionCommand extends $Command< ): Promise { return de_CreateLoggerDefinitionVersionCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-greengrass/src/commands/CreateResourceDefinitionCommand.ts b/clients/client-greengrass/src/commands/CreateResourceDefinitionCommand.ts index 15e9e82b41d5..53b1fab79bdb 100644 --- a/clients/client-greengrass/src/commands/CreateResourceDefinitionCommand.ts +++ b/clients/client-greengrass/src/commands/CreateResourceDefinitionCommand.ts @@ -130,9 +130,6 @@ export class CreateResourceDefinitionCommand extends $Command< CreateResourceDefinitionCommandOutput, GreengrassClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -146,9 +143,7 @@ export class CreateResourceDefinitionCommand extends $Command< * @public */ constructor(readonly input: CreateResourceDefinitionCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -201,7 +196,4 @@ export class CreateResourceDefinitionCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateResourceDefinitionCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-greengrass/src/commands/CreateResourceDefinitionVersionCommand.ts b/clients/client-greengrass/src/commands/CreateResourceDefinitionVersionCommand.ts index aa9b54abe173..986c6416493f 100644 --- a/clients/client-greengrass/src/commands/CreateResourceDefinitionVersionCommand.ts +++ b/clients/client-greengrass/src/commands/CreateResourceDefinitionVersionCommand.ts @@ -127,9 +127,6 @@ export class CreateResourceDefinitionVersionCommand extends $Command< CreateResourceDefinitionVersionCommandOutput, GreengrassClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -143,9 +140,7 @@ export class CreateResourceDefinitionVersionCommand extends $Command< * @public */ constructor(readonly input: CreateResourceDefinitionVersionCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -204,7 +199,4 @@ export class CreateResourceDefinitionVersionCommand extends $Command< ): Promise { return de_CreateResourceDefinitionVersionCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-greengrass/src/commands/CreateSoftwareUpdateJobCommand.ts b/clients/client-greengrass/src/commands/CreateSoftwareUpdateJobCommand.ts index 311b443c8485..0780701141b7 100644 --- a/clients/client-greengrass/src/commands/CreateSoftwareUpdateJobCommand.ts +++ b/clients/client-greengrass/src/commands/CreateSoftwareUpdateJobCommand.ts @@ -86,9 +86,6 @@ export class CreateSoftwareUpdateJobCommand extends $Command< CreateSoftwareUpdateJobCommandOutput, GreengrassClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -102,9 +99,7 @@ export class CreateSoftwareUpdateJobCommand extends $Command< * @public */ constructor(readonly input: CreateSoftwareUpdateJobCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -157,7 +152,4 @@ export class CreateSoftwareUpdateJobCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateSoftwareUpdateJobCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-greengrass/src/commands/CreateSubscriptionDefinitionCommand.ts b/clients/client-greengrass/src/commands/CreateSubscriptionDefinitionCommand.ts index 43400b201d87..553e1118634c 100644 --- a/clients/client-greengrass/src/commands/CreateSubscriptionDefinitionCommand.ts +++ b/clients/client-greengrass/src/commands/CreateSubscriptionDefinitionCommand.ts @@ -98,9 +98,6 @@ export class CreateSubscriptionDefinitionCommand extends $Command< CreateSubscriptionDefinitionCommandOutput, GreengrassClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -114,9 +111,7 @@ export class CreateSubscriptionDefinitionCommand extends $Command< * @public */ constructor(readonly input: CreateSubscriptionDefinitionCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -172,7 +167,4 @@ export class CreateSubscriptionDefinitionCommand extends $Command< ): Promise { return de_CreateSubscriptionDefinitionCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-greengrass/src/commands/CreateSubscriptionDefinitionVersionCommand.ts b/clients/client-greengrass/src/commands/CreateSubscriptionDefinitionVersionCommand.ts index 44f5270c723f..99eca2581219 100644 --- a/clients/client-greengrass/src/commands/CreateSubscriptionDefinitionVersionCommand.ts +++ b/clients/client-greengrass/src/commands/CreateSubscriptionDefinitionVersionCommand.ts @@ -93,9 +93,6 @@ export class CreateSubscriptionDefinitionVersionCommand extends $Command< CreateSubscriptionDefinitionVersionCommandOutput, GreengrassClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -109,9 +106,7 @@ export class CreateSubscriptionDefinitionVersionCommand extends $Command< * @public */ constructor(readonly input: CreateSubscriptionDefinitionVersionCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -170,7 +165,4 @@ export class CreateSubscriptionDefinitionVersionCommand extends $Command< ): Promise { return de_CreateSubscriptionDefinitionVersionCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-greengrass/src/commands/DeleteConnectorDefinitionCommand.ts b/clients/client-greengrass/src/commands/DeleteConnectorDefinitionCommand.ts index 9c994b64a839..f56d653731d4 100644 --- a/clients/client-greengrass/src/commands/DeleteConnectorDefinitionCommand.ts +++ b/clients/client-greengrass/src/commands/DeleteConnectorDefinitionCommand.ts @@ -71,9 +71,6 @@ export class DeleteConnectorDefinitionCommand extends $Command< DeleteConnectorDefinitionCommandOutput, GreengrassClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -87,9 +84,7 @@ export class DeleteConnectorDefinitionCommand extends $Command< * @public */ constructor(readonly input: DeleteConnectorDefinitionCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -145,7 +140,4 @@ export class DeleteConnectorDefinitionCommand extends $Command< ): Promise { return de_DeleteConnectorDefinitionCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-greengrass/src/commands/DeleteCoreDefinitionCommand.ts b/clients/client-greengrass/src/commands/DeleteCoreDefinitionCommand.ts index 257c731f5d65..37cf3cb2ac80 100644 --- a/clients/client-greengrass/src/commands/DeleteCoreDefinitionCommand.ts +++ b/clients/client-greengrass/src/commands/DeleteCoreDefinitionCommand.ts @@ -71,9 +71,6 @@ export class DeleteCoreDefinitionCommand extends $Command< DeleteCoreDefinitionCommandOutput, GreengrassClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -87,9 +84,7 @@ export class DeleteCoreDefinitionCommand extends $Command< * @public */ constructor(readonly input: DeleteCoreDefinitionCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -142,7 +137,4 @@ export class DeleteCoreDefinitionCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteCoreDefinitionCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-greengrass/src/commands/DeleteDeviceDefinitionCommand.ts b/clients/client-greengrass/src/commands/DeleteDeviceDefinitionCommand.ts index 82695b682916..2d55c27bdf81 100644 --- a/clients/client-greengrass/src/commands/DeleteDeviceDefinitionCommand.ts +++ b/clients/client-greengrass/src/commands/DeleteDeviceDefinitionCommand.ts @@ -71,9 +71,6 @@ export class DeleteDeviceDefinitionCommand extends $Command< DeleteDeviceDefinitionCommandOutput, GreengrassClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -87,9 +84,7 @@ export class DeleteDeviceDefinitionCommand extends $Command< * @public */ constructor(readonly input: DeleteDeviceDefinitionCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -142,7 +137,4 @@ export class DeleteDeviceDefinitionCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteDeviceDefinitionCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-greengrass/src/commands/DeleteFunctionDefinitionCommand.ts b/clients/client-greengrass/src/commands/DeleteFunctionDefinitionCommand.ts index c79037bb16ff..f0ba9af9b588 100644 --- a/clients/client-greengrass/src/commands/DeleteFunctionDefinitionCommand.ts +++ b/clients/client-greengrass/src/commands/DeleteFunctionDefinitionCommand.ts @@ -71,9 +71,6 @@ export class DeleteFunctionDefinitionCommand extends $Command< DeleteFunctionDefinitionCommandOutput, GreengrassClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -87,9 +84,7 @@ export class DeleteFunctionDefinitionCommand extends $Command< * @public */ constructor(readonly input: DeleteFunctionDefinitionCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -142,7 +137,4 @@ export class DeleteFunctionDefinitionCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteFunctionDefinitionCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-greengrass/src/commands/DeleteGroupCommand.ts b/clients/client-greengrass/src/commands/DeleteGroupCommand.ts index 229f4fc5c01d..75902cd5814f 100644 --- a/clients/client-greengrass/src/commands/DeleteGroupCommand.ts +++ b/clients/client-greengrass/src/commands/DeleteGroupCommand.ts @@ -71,9 +71,6 @@ export class DeleteGroupCommand extends $Command< DeleteGroupCommandOutput, GreengrassClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -87,9 +84,7 @@ export class DeleteGroupCommand extends $Command< * @public */ constructor(readonly input: DeleteGroupCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -140,7 +135,4 @@ export class DeleteGroupCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteGroupCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-greengrass/src/commands/DeleteLoggerDefinitionCommand.ts b/clients/client-greengrass/src/commands/DeleteLoggerDefinitionCommand.ts index c3960c58ec41..90f5250e8b67 100644 --- a/clients/client-greengrass/src/commands/DeleteLoggerDefinitionCommand.ts +++ b/clients/client-greengrass/src/commands/DeleteLoggerDefinitionCommand.ts @@ -71,9 +71,6 @@ export class DeleteLoggerDefinitionCommand extends $Command< DeleteLoggerDefinitionCommandOutput, GreengrassClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -87,9 +84,7 @@ export class DeleteLoggerDefinitionCommand extends $Command< * @public */ constructor(readonly input: DeleteLoggerDefinitionCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -142,7 +137,4 @@ export class DeleteLoggerDefinitionCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteLoggerDefinitionCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-greengrass/src/commands/DeleteResourceDefinitionCommand.ts b/clients/client-greengrass/src/commands/DeleteResourceDefinitionCommand.ts index 996e298a6dad..de33f0da258e 100644 --- a/clients/client-greengrass/src/commands/DeleteResourceDefinitionCommand.ts +++ b/clients/client-greengrass/src/commands/DeleteResourceDefinitionCommand.ts @@ -71,9 +71,6 @@ export class DeleteResourceDefinitionCommand extends $Command< DeleteResourceDefinitionCommandOutput, GreengrassClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -87,9 +84,7 @@ export class DeleteResourceDefinitionCommand extends $Command< * @public */ constructor(readonly input: DeleteResourceDefinitionCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -142,7 +137,4 @@ export class DeleteResourceDefinitionCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteResourceDefinitionCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-greengrass/src/commands/DeleteSubscriptionDefinitionCommand.ts b/clients/client-greengrass/src/commands/DeleteSubscriptionDefinitionCommand.ts index d57510a1cac5..394e012f5f2b 100644 --- a/clients/client-greengrass/src/commands/DeleteSubscriptionDefinitionCommand.ts +++ b/clients/client-greengrass/src/commands/DeleteSubscriptionDefinitionCommand.ts @@ -76,9 +76,6 @@ export class DeleteSubscriptionDefinitionCommand extends $Command< DeleteSubscriptionDefinitionCommandOutput, GreengrassClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -92,9 +89,7 @@ export class DeleteSubscriptionDefinitionCommand extends $Command< * @public */ constructor(readonly input: DeleteSubscriptionDefinitionCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -150,7 +145,4 @@ export class DeleteSubscriptionDefinitionCommand extends $Command< ): Promise { return de_DeleteSubscriptionDefinitionCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-greengrass/src/commands/DisassociateRoleFromGroupCommand.ts b/clients/client-greengrass/src/commands/DisassociateRoleFromGroupCommand.ts index d37e9e487f1e..c965528b1a0f 100644 --- a/clients/client-greengrass/src/commands/DisassociateRoleFromGroupCommand.ts +++ b/clients/client-greengrass/src/commands/DisassociateRoleFromGroupCommand.ts @@ -76,9 +76,6 @@ export class DisassociateRoleFromGroupCommand extends $Command< DisassociateRoleFromGroupCommandOutput, GreengrassClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -92,9 +89,7 @@ export class DisassociateRoleFromGroupCommand extends $Command< * @public */ constructor(readonly input: DisassociateRoleFromGroupCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -150,7 +145,4 @@ export class DisassociateRoleFromGroupCommand extends $Command< ): Promise { return de_DisassociateRoleFromGroupCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-greengrass/src/commands/DisassociateServiceRoleFromAccountCommand.ts b/clients/client-greengrass/src/commands/DisassociateServiceRoleFromAccountCommand.ts index b03f74443045..a46a6597a9bd 100644 --- a/clients/client-greengrass/src/commands/DisassociateServiceRoleFromAccountCommand.ts +++ b/clients/client-greengrass/src/commands/DisassociateServiceRoleFromAccountCommand.ts @@ -79,9 +79,6 @@ export class DisassociateServiceRoleFromAccountCommand extends $Command< DisassociateServiceRoleFromAccountCommandOutput, GreengrassClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -95,9 +92,7 @@ export class DisassociateServiceRoleFromAccountCommand extends $Command< * @public */ constructor(readonly input: DisassociateServiceRoleFromAccountCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -156,7 +151,4 @@ export class DisassociateServiceRoleFromAccountCommand extends $Command< ): Promise { return de_DisassociateServiceRoleFromAccountCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-greengrass/src/commands/GetAssociatedRoleCommand.ts b/clients/client-greengrass/src/commands/GetAssociatedRoleCommand.ts index dca7826a1619..cfa7c661acd8 100644 --- a/clients/client-greengrass/src/commands/GetAssociatedRoleCommand.ts +++ b/clients/client-greengrass/src/commands/GetAssociatedRoleCommand.ts @@ -77,9 +77,6 @@ export class GetAssociatedRoleCommand extends $Command< GetAssociatedRoleCommandOutput, GreengrassClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -93,9 +90,7 @@ export class GetAssociatedRoleCommand extends $Command< * @public */ constructor(readonly input: GetAssociatedRoleCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -148,7 +143,4 @@ export class GetAssociatedRoleCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetAssociatedRoleCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-greengrass/src/commands/GetBulkDeploymentStatusCommand.ts b/clients/client-greengrass/src/commands/GetBulkDeploymentStatusCommand.ts index 76ee8c18c9d0..7e1107b07303 100644 --- a/clients/client-greengrass/src/commands/GetBulkDeploymentStatusCommand.ts +++ b/clients/client-greengrass/src/commands/GetBulkDeploymentStatusCommand.ts @@ -89,9 +89,6 @@ export class GetBulkDeploymentStatusCommand extends $Command< GetBulkDeploymentStatusCommandOutput, GreengrassClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -105,9 +102,7 @@ export class GetBulkDeploymentStatusCommand extends $Command< * @public */ constructor(readonly input: GetBulkDeploymentStatusCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -160,7 +155,4 @@ export class GetBulkDeploymentStatusCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetBulkDeploymentStatusCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-greengrass/src/commands/GetConnectivityInfoCommand.ts b/clients/client-greengrass/src/commands/GetConnectivityInfoCommand.ts index 163d7ae43e4a..39f6f11dd4ae 100644 --- a/clients/client-greengrass/src/commands/GetConnectivityInfoCommand.ts +++ b/clients/client-greengrass/src/commands/GetConnectivityInfoCommand.ts @@ -84,9 +84,6 @@ export class GetConnectivityInfoCommand extends $Command< GetConnectivityInfoCommandOutput, GreengrassClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -100,9 +97,7 @@ export class GetConnectivityInfoCommand extends $Command< * @public */ constructor(readonly input: GetConnectivityInfoCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -155,7 +150,4 @@ export class GetConnectivityInfoCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetConnectivityInfoCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-greengrass/src/commands/GetConnectorDefinitionCommand.ts b/clients/client-greengrass/src/commands/GetConnectorDefinitionCommand.ts index 90918f0d6807..b18bbbf7843e 100644 --- a/clients/client-greengrass/src/commands/GetConnectorDefinitionCommand.ts +++ b/clients/client-greengrass/src/commands/GetConnectorDefinitionCommand.ts @@ -82,9 +82,6 @@ export class GetConnectorDefinitionCommand extends $Command< GetConnectorDefinitionCommandOutput, GreengrassClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -98,9 +95,7 @@ export class GetConnectorDefinitionCommand extends $Command< * @public */ constructor(readonly input: GetConnectorDefinitionCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -153,7 +148,4 @@ export class GetConnectorDefinitionCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetConnectorDefinitionCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-greengrass/src/commands/GetConnectorDefinitionVersionCommand.ts b/clients/client-greengrass/src/commands/GetConnectorDefinitionVersionCommand.ts index c9cb5848da7c..7d1260455f7d 100644 --- a/clients/client-greengrass/src/commands/GetConnectorDefinitionVersionCommand.ts +++ b/clients/client-greengrass/src/commands/GetConnectorDefinitionVersionCommand.ts @@ -95,9 +95,6 @@ export class GetConnectorDefinitionVersionCommand extends $Command< GetConnectorDefinitionVersionCommandOutput, GreengrassClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -111,9 +108,7 @@ export class GetConnectorDefinitionVersionCommand extends $Command< * @public */ constructor(readonly input: GetConnectorDefinitionVersionCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -169,7 +164,4 @@ export class GetConnectorDefinitionVersionCommand extends $Command< ): Promise { return de_GetConnectorDefinitionVersionCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-greengrass/src/commands/GetCoreDefinitionCommand.ts b/clients/client-greengrass/src/commands/GetCoreDefinitionCommand.ts index 09ea81f202db..826f17e2d86a 100644 --- a/clients/client-greengrass/src/commands/GetCoreDefinitionCommand.ts +++ b/clients/client-greengrass/src/commands/GetCoreDefinitionCommand.ts @@ -82,9 +82,6 @@ export class GetCoreDefinitionCommand extends $Command< GetCoreDefinitionCommandOutput, GreengrassClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -98,9 +95,7 @@ export class GetCoreDefinitionCommand extends $Command< * @public */ constructor(readonly input: GetCoreDefinitionCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -153,7 +148,4 @@ export class GetCoreDefinitionCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetCoreDefinitionCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-greengrass/src/commands/GetCoreDefinitionVersionCommand.ts b/clients/client-greengrass/src/commands/GetCoreDefinitionVersionCommand.ts index a9171199b4f2..528c9993989e 100644 --- a/clients/client-greengrass/src/commands/GetCoreDefinitionVersionCommand.ts +++ b/clients/client-greengrass/src/commands/GetCoreDefinitionVersionCommand.ts @@ -88,9 +88,6 @@ export class GetCoreDefinitionVersionCommand extends $Command< GetCoreDefinitionVersionCommandOutput, GreengrassClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -104,9 +101,7 @@ export class GetCoreDefinitionVersionCommand extends $Command< * @public */ constructor(readonly input: GetCoreDefinitionVersionCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -159,7 +154,4 @@ export class GetCoreDefinitionVersionCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetCoreDefinitionVersionCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-greengrass/src/commands/GetDeploymentStatusCommand.ts b/clients/client-greengrass/src/commands/GetDeploymentStatusCommand.ts index ec440f0f010c..bb4bbdb7e6f2 100644 --- a/clients/client-greengrass/src/commands/GetDeploymentStatusCommand.ts +++ b/clients/client-greengrass/src/commands/GetDeploymentStatusCommand.ts @@ -83,9 +83,6 @@ export class GetDeploymentStatusCommand extends $Command< GetDeploymentStatusCommandOutput, GreengrassClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -99,9 +96,7 @@ export class GetDeploymentStatusCommand extends $Command< * @public */ constructor(readonly input: GetDeploymentStatusCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -154,7 +149,4 @@ export class GetDeploymentStatusCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetDeploymentStatusCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-greengrass/src/commands/GetDeviceDefinitionCommand.ts b/clients/client-greengrass/src/commands/GetDeviceDefinitionCommand.ts index 3b79e816f024..db991549f0b1 100644 --- a/clients/client-greengrass/src/commands/GetDeviceDefinitionCommand.ts +++ b/clients/client-greengrass/src/commands/GetDeviceDefinitionCommand.ts @@ -82,9 +82,6 @@ export class GetDeviceDefinitionCommand extends $Command< GetDeviceDefinitionCommandOutput, GreengrassClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -98,9 +95,7 @@ export class GetDeviceDefinitionCommand extends $Command< * @public */ constructor(readonly input: GetDeviceDefinitionCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -153,7 +148,4 @@ export class GetDeviceDefinitionCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetDeviceDefinitionCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-greengrass/src/commands/GetDeviceDefinitionVersionCommand.ts b/clients/client-greengrass/src/commands/GetDeviceDefinitionVersionCommand.ts index d6fef6bc64ee..f363571881d4 100644 --- a/clients/client-greengrass/src/commands/GetDeviceDefinitionVersionCommand.ts +++ b/clients/client-greengrass/src/commands/GetDeviceDefinitionVersionCommand.ts @@ -89,9 +89,6 @@ export class GetDeviceDefinitionVersionCommand extends $Command< GetDeviceDefinitionVersionCommandOutput, GreengrassClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -105,9 +102,7 @@ export class GetDeviceDefinitionVersionCommand extends $Command< * @public */ constructor(readonly input: GetDeviceDefinitionVersionCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -163,7 +158,4 @@ export class GetDeviceDefinitionVersionCommand extends $Command< ): Promise { return de_GetDeviceDefinitionVersionCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-greengrass/src/commands/GetFunctionDefinitionCommand.ts b/clients/client-greengrass/src/commands/GetFunctionDefinitionCommand.ts index 3d29784a2b82..a47205876b23 100644 --- a/clients/client-greengrass/src/commands/GetFunctionDefinitionCommand.ts +++ b/clients/client-greengrass/src/commands/GetFunctionDefinitionCommand.ts @@ -82,9 +82,6 @@ export class GetFunctionDefinitionCommand extends $Command< GetFunctionDefinitionCommandOutput, GreengrassClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -98,9 +95,7 @@ export class GetFunctionDefinitionCommand extends $Command< * @public */ constructor(readonly input: GetFunctionDefinitionCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -153,7 +148,4 @@ export class GetFunctionDefinitionCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetFunctionDefinitionCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-greengrass/src/commands/GetFunctionDefinitionVersionCommand.ts b/clients/client-greengrass/src/commands/GetFunctionDefinitionVersionCommand.ts index f20d9e25a98e..7084c0ba3874 100644 --- a/clients/client-greengrass/src/commands/GetFunctionDefinitionVersionCommand.ts +++ b/clients/client-greengrass/src/commands/GetFunctionDefinitionVersionCommand.ts @@ -129,9 +129,6 @@ export class GetFunctionDefinitionVersionCommand extends $Command< GetFunctionDefinitionVersionCommandOutput, GreengrassClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -145,9 +142,7 @@ export class GetFunctionDefinitionVersionCommand extends $Command< * @public */ constructor(readonly input: GetFunctionDefinitionVersionCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -203,7 +198,4 @@ export class GetFunctionDefinitionVersionCommand extends $Command< ): Promise { return de_GetFunctionDefinitionVersionCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-greengrass/src/commands/GetGroupCertificateAuthorityCommand.ts b/clients/client-greengrass/src/commands/GetGroupCertificateAuthorityCommand.ts index 12c3dd37d1fa..64dbfba9f203 100644 --- a/clients/client-greengrass/src/commands/GetGroupCertificateAuthorityCommand.ts +++ b/clients/client-greengrass/src/commands/GetGroupCertificateAuthorityCommand.ts @@ -84,9 +84,6 @@ export class GetGroupCertificateAuthorityCommand extends $Command< GetGroupCertificateAuthorityCommandOutput, GreengrassClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -100,9 +97,7 @@ export class GetGroupCertificateAuthorityCommand extends $Command< * @public */ constructor(readonly input: GetGroupCertificateAuthorityCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -158,7 +153,4 @@ export class GetGroupCertificateAuthorityCommand extends $Command< ): Promise { return de_GetGroupCertificateAuthorityCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-greengrass/src/commands/GetGroupCertificateConfigurationCommand.ts b/clients/client-greengrass/src/commands/GetGroupCertificateConfigurationCommand.ts index c07a2783f457..930f7c5b5b02 100644 --- a/clients/client-greengrass/src/commands/GetGroupCertificateConfigurationCommand.ts +++ b/clients/client-greengrass/src/commands/GetGroupCertificateConfigurationCommand.ts @@ -83,9 +83,6 @@ export class GetGroupCertificateConfigurationCommand extends $Command< GetGroupCertificateConfigurationCommandOutput, GreengrassClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -99,9 +96,7 @@ export class GetGroupCertificateConfigurationCommand extends $Command< * @public */ constructor(readonly input: GetGroupCertificateConfigurationCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -160,7 +155,4 @@ export class GetGroupCertificateConfigurationCommand extends $Command< ): Promise { return de_GetGroupCertificateConfigurationCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-greengrass/src/commands/GetGroupCommand.ts b/clients/client-greengrass/src/commands/GetGroupCommand.ts index ddd88354448d..f1b21f8b6f90 100644 --- a/clients/client-greengrass/src/commands/GetGroupCommand.ts +++ b/clients/client-greengrass/src/commands/GetGroupCommand.ts @@ -82,9 +82,6 @@ export class GetGroupCommand extends $Command< GetGroupCommandOutput, GreengrassClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -98,9 +95,7 @@ export class GetGroupCommand extends $Command< * @public */ constructor(readonly input: GetGroupCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -151,7 +146,4 @@ export class GetGroupCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetGroupCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-greengrass/src/commands/GetGroupVersionCommand.ts b/clients/client-greengrass/src/commands/GetGroupVersionCommand.ts index 385e4cdaefc9..5e004adad703 100644 --- a/clients/client-greengrass/src/commands/GetGroupVersionCommand.ts +++ b/clients/client-greengrass/src/commands/GetGroupVersionCommand.ts @@ -86,9 +86,6 @@ export class GetGroupVersionCommand extends $Command< GetGroupVersionCommandOutput, GreengrassClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -102,9 +99,7 @@ export class GetGroupVersionCommand extends $Command< * @public */ constructor(readonly input: GetGroupVersionCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -157,7 +152,4 @@ export class GetGroupVersionCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetGroupVersionCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-greengrass/src/commands/GetLoggerDefinitionCommand.ts b/clients/client-greengrass/src/commands/GetLoggerDefinitionCommand.ts index 1bc0e8848a7d..e1556f9a5c45 100644 --- a/clients/client-greengrass/src/commands/GetLoggerDefinitionCommand.ts +++ b/clients/client-greengrass/src/commands/GetLoggerDefinitionCommand.ts @@ -82,9 +82,6 @@ export class GetLoggerDefinitionCommand extends $Command< GetLoggerDefinitionCommandOutput, GreengrassClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -98,9 +95,7 @@ export class GetLoggerDefinitionCommand extends $Command< * @public */ constructor(readonly input: GetLoggerDefinitionCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -153,7 +148,4 @@ export class GetLoggerDefinitionCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetLoggerDefinitionCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-greengrass/src/commands/GetLoggerDefinitionVersionCommand.ts b/clients/client-greengrass/src/commands/GetLoggerDefinitionVersionCommand.ts index 1bdae496b8f3..4446f2fd3b60 100644 --- a/clients/client-greengrass/src/commands/GetLoggerDefinitionVersionCommand.ts +++ b/clients/client-greengrass/src/commands/GetLoggerDefinitionVersionCommand.ts @@ -89,9 +89,6 @@ export class GetLoggerDefinitionVersionCommand extends $Command< GetLoggerDefinitionVersionCommandOutput, GreengrassClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -105,9 +102,7 @@ export class GetLoggerDefinitionVersionCommand extends $Command< * @public */ constructor(readonly input: GetLoggerDefinitionVersionCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -163,7 +158,4 @@ export class GetLoggerDefinitionVersionCommand extends $Command< ): Promise { return de_GetLoggerDefinitionVersionCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-greengrass/src/commands/GetResourceDefinitionCommand.ts b/clients/client-greengrass/src/commands/GetResourceDefinitionCommand.ts index 2fe2d2d79d03..d42493663846 100644 --- a/clients/client-greengrass/src/commands/GetResourceDefinitionCommand.ts +++ b/clients/client-greengrass/src/commands/GetResourceDefinitionCommand.ts @@ -82,9 +82,6 @@ export class GetResourceDefinitionCommand extends $Command< GetResourceDefinitionCommandOutput, GreengrassClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -98,9 +95,7 @@ export class GetResourceDefinitionCommand extends $Command< * @public */ constructor(readonly input: GetResourceDefinitionCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -153,7 +148,4 @@ export class GetResourceDefinitionCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetResourceDefinitionCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-greengrass/src/commands/GetResourceDefinitionVersionCommand.ts b/clients/client-greengrass/src/commands/GetResourceDefinitionVersionCommand.ts index 59e2ae8e8323..b05c606bc23b 100644 --- a/clients/client-greengrass/src/commands/GetResourceDefinitionVersionCommand.ts +++ b/clients/client-greengrass/src/commands/GetResourceDefinitionVersionCommand.ts @@ -129,9 +129,6 @@ export class GetResourceDefinitionVersionCommand extends $Command< GetResourceDefinitionVersionCommandOutput, GreengrassClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -145,9 +142,7 @@ export class GetResourceDefinitionVersionCommand extends $Command< * @public */ constructor(readonly input: GetResourceDefinitionVersionCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -203,7 +198,4 @@ export class GetResourceDefinitionVersionCommand extends $Command< ): Promise { return de_GetResourceDefinitionVersionCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-greengrass/src/commands/GetServiceRoleForAccountCommand.ts b/clients/client-greengrass/src/commands/GetServiceRoleForAccountCommand.ts index d22874ec0b10..fe267afabf19 100644 --- a/clients/client-greengrass/src/commands/GetServiceRoleForAccountCommand.ts +++ b/clients/client-greengrass/src/commands/GetServiceRoleForAccountCommand.ts @@ -72,9 +72,6 @@ export class GetServiceRoleForAccountCommand extends $Command< GetServiceRoleForAccountCommandOutput, GreengrassClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -88,9 +85,7 @@ export class GetServiceRoleForAccountCommand extends $Command< * @public */ constructor(readonly input: GetServiceRoleForAccountCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -143,7 +138,4 @@ export class GetServiceRoleForAccountCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetServiceRoleForAccountCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-greengrass/src/commands/GetSubscriptionDefinitionCommand.ts b/clients/client-greengrass/src/commands/GetSubscriptionDefinitionCommand.ts index 3a2af5c049f4..eed6fd2287a0 100644 --- a/clients/client-greengrass/src/commands/GetSubscriptionDefinitionCommand.ts +++ b/clients/client-greengrass/src/commands/GetSubscriptionDefinitionCommand.ts @@ -82,9 +82,6 @@ export class GetSubscriptionDefinitionCommand extends $Command< GetSubscriptionDefinitionCommandOutput, GreengrassClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -98,9 +95,7 @@ export class GetSubscriptionDefinitionCommand extends $Command< * @public */ constructor(readonly input: GetSubscriptionDefinitionCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -156,7 +151,4 @@ export class GetSubscriptionDefinitionCommand extends $Command< ): Promise { return de_GetSubscriptionDefinitionCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-greengrass/src/commands/GetSubscriptionDefinitionVersionCommand.ts b/clients/client-greengrass/src/commands/GetSubscriptionDefinitionVersionCommand.ts index 590a51a60c7b..45b1c996b529 100644 --- a/clients/client-greengrass/src/commands/GetSubscriptionDefinitionVersionCommand.ts +++ b/clients/client-greengrass/src/commands/GetSubscriptionDefinitionVersionCommand.ts @@ -94,9 +94,6 @@ export class GetSubscriptionDefinitionVersionCommand extends $Command< GetSubscriptionDefinitionVersionCommandOutput, GreengrassClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -110,9 +107,7 @@ export class GetSubscriptionDefinitionVersionCommand extends $Command< * @public */ constructor(readonly input: GetSubscriptionDefinitionVersionCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -171,7 +166,4 @@ export class GetSubscriptionDefinitionVersionCommand extends $Command< ): Promise { return de_GetSubscriptionDefinitionVersionCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-greengrass/src/commands/GetThingRuntimeConfigurationCommand.ts b/clients/client-greengrass/src/commands/GetThingRuntimeConfigurationCommand.ts index ff91c0953437..de5fd2d7f47b 100644 --- a/clients/client-greengrass/src/commands/GetThingRuntimeConfigurationCommand.ts +++ b/clients/client-greengrass/src/commands/GetThingRuntimeConfigurationCommand.ts @@ -86,9 +86,6 @@ export class GetThingRuntimeConfigurationCommand extends $Command< GetThingRuntimeConfigurationCommandOutput, GreengrassClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -102,9 +99,7 @@ export class GetThingRuntimeConfigurationCommand extends $Command< * @public */ constructor(readonly input: GetThingRuntimeConfigurationCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -160,7 +155,4 @@ export class GetThingRuntimeConfigurationCommand extends $Command< ): Promise { return de_GetThingRuntimeConfigurationCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-greengrass/src/commands/ListBulkDeploymentDetailedReportsCommand.ts b/clients/client-greengrass/src/commands/ListBulkDeploymentDetailedReportsCommand.ts index 43194b455f18..ca22078e5ab1 100644 --- a/clients/client-greengrass/src/commands/ListBulkDeploymentDetailedReportsCommand.ts +++ b/clients/client-greengrass/src/commands/ListBulkDeploymentDetailedReportsCommand.ts @@ -100,9 +100,6 @@ export class ListBulkDeploymentDetailedReportsCommand extends $Command< ListBulkDeploymentDetailedReportsCommandOutput, GreengrassClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -116,9 +113,7 @@ export class ListBulkDeploymentDetailedReportsCommand extends $Command< * @public */ constructor(readonly input: ListBulkDeploymentDetailedReportsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -177,7 +172,4 @@ export class ListBulkDeploymentDetailedReportsCommand extends $Command< ): Promise { return de_ListBulkDeploymentDetailedReportsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-greengrass/src/commands/ListBulkDeploymentsCommand.ts b/clients/client-greengrass/src/commands/ListBulkDeploymentsCommand.ts index 5e5cb777be1e..20e5c0c5ebfe 100644 --- a/clients/client-greengrass/src/commands/ListBulkDeploymentsCommand.ts +++ b/clients/client-greengrass/src/commands/ListBulkDeploymentsCommand.ts @@ -81,9 +81,6 @@ export class ListBulkDeploymentsCommand extends $Command< ListBulkDeploymentsCommandOutput, GreengrassClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -97,9 +94,7 @@ export class ListBulkDeploymentsCommand extends $Command< * @public */ constructor(readonly input: ListBulkDeploymentsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -152,7 +147,4 @@ export class ListBulkDeploymentsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListBulkDeploymentsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-greengrass/src/commands/ListConnectorDefinitionVersionsCommand.ts b/clients/client-greengrass/src/commands/ListConnectorDefinitionVersionsCommand.ts index 7d07e1366a8d..4a8ef9145c11 100644 --- a/clients/client-greengrass/src/commands/ListConnectorDefinitionVersionsCommand.ts +++ b/clients/client-greengrass/src/commands/ListConnectorDefinitionVersionsCommand.ts @@ -88,9 +88,6 @@ export class ListConnectorDefinitionVersionsCommand extends $Command< ListConnectorDefinitionVersionsCommandOutput, GreengrassClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -104,9 +101,7 @@ export class ListConnectorDefinitionVersionsCommand extends $Command< * @public */ constructor(readonly input: ListConnectorDefinitionVersionsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -165,7 +160,4 @@ export class ListConnectorDefinitionVersionsCommand extends $Command< ): Promise { return de_ListConnectorDefinitionVersionsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-greengrass/src/commands/ListConnectorDefinitionsCommand.ts b/clients/client-greengrass/src/commands/ListConnectorDefinitionsCommand.ts index 7b8619c2d726..787264d52186 100644 --- a/clients/client-greengrass/src/commands/ListConnectorDefinitionsCommand.ts +++ b/clients/client-greengrass/src/commands/ListConnectorDefinitionsCommand.ts @@ -85,9 +85,6 @@ export class ListConnectorDefinitionsCommand extends $Command< ListConnectorDefinitionsCommandOutput, GreengrassClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -101,9 +98,7 @@ export class ListConnectorDefinitionsCommand extends $Command< * @public */ constructor(readonly input: ListConnectorDefinitionsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -156,7 +151,4 @@ export class ListConnectorDefinitionsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListConnectorDefinitionsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-greengrass/src/commands/ListCoreDefinitionVersionsCommand.ts b/clients/client-greengrass/src/commands/ListCoreDefinitionVersionsCommand.ts index 8409b0e9e7ae..fb0ffa08d46b 100644 --- a/clients/client-greengrass/src/commands/ListCoreDefinitionVersionsCommand.ts +++ b/clients/client-greengrass/src/commands/ListCoreDefinitionVersionsCommand.ts @@ -83,9 +83,6 @@ export class ListCoreDefinitionVersionsCommand extends $Command< ListCoreDefinitionVersionsCommandOutput, GreengrassClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -99,9 +96,7 @@ export class ListCoreDefinitionVersionsCommand extends $Command< * @public */ constructor(readonly input: ListCoreDefinitionVersionsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -157,7 +152,4 @@ export class ListCoreDefinitionVersionsCommand extends $Command< ): Promise { return de_ListCoreDefinitionVersionsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-greengrass/src/commands/ListCoreDefinitionsCommand.ts b/clients/client-greengrass/src/commands/ListCoreDefinitionsCommand.ts index 358946a2ca42..29ed44df5c45 100644 --- a/clients/client-greengrass/src/commands/ListCoreDefinitionsCommand.ts +++ b/clients/client-greengrass/src/commands/ListCoreDefinitionsCommand.ts @@ -85,9 +85,6 @@ export class ListCoreDefinitionsCommand extends $Command< ListCoreDefinitionsCommandOutput, GreengrassClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -101,9 +98,7 @@ export class ListCoreDefinitionsCommand extends $Command< * @public */ constructor(readonly input: ListCoreDefinitionsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -156,7 +151,4 @@ export class ListCoreDefinitionsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListCoreDefinitionsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-greengrass/src/commands/ListDeploymentsCommand.ts b/clients/client-greengrass/src/commands/ListDeploymentsCommand.ts index 6f3d6b77cfca..f977bab7f29d 100644 --- a/clients/client-greengrass/src/commands/ListDeploymentsCommand.ts +++ b/clients/client-greengrass/src/commands/ListDeploymentsCommand.ts @@ -84,9 +84,6 @@ export class ListDeploymentsCommand extends $Command< ListDeploymentsCommandOutput, GreengrassClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -100,9 +97,7 @@ export class ListDeploymentsCommand extends $Command< * @public */ constructor(readonly input: ListDeploymentsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -155,7 +150,4 @@ export class ListDeploymentsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListDeploymentsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-greengrass/src/commands/ListDeviceDefinitionVersionsCommand.ts b/clients/client-greengrass/src/commands/ListDeviceDefinitionVersionsCommand.ts index d3bdbd0331ed..a422c4d728fd 100644 --- a/clients/client-greengrass/src/commands/ListDeviceDefinitionVersionsCommand.ts +++ b/clients/client-greengrass/src/commands/ListDeviceDefinitionVersionsCommand.ts @@ -88,9 +88,6 @@ export class ListDeviceDefinitionVersionsCommand extends $Command< ListDeviceDefinitionVersionsCommandOutput, GreengrassClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -104,9 +101,7 @@ export class ListDeviceDefinitionVersionsCommand extends $Command< * @public */ constructor(readonly input: ListDeviceDefinitionVersionsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -162,7 +157,4 @@ export class ListDeviceDefinitionVersionsCommand extends $Command< ): Promise { return de_ListDeviceDefinitionVersionsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-greengrass/src/commands/ListDeviceDefinitionsCommand.ts b/clients/client-greengrass/src/commands/ListDeviceDefinitionsCommand.ts index a233489afa12..9050b6b6a310 100644 --- a/clients/client-greengrass/src/commands/ListDeviceDefinitionsCommand.ts +++ b/clients/client-greengrass/src/commands/ListDeviceDefinitionsCommand.ts @@ -85,9 +85,6 @@ export class ListDeviceDefinitionsCommand extends $Command< ListDeviceDefinitionsCommandOutput, GreengrassClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -101,9 +98,7 @@ export class ListDeviceDefinitionsCommand extends $Command< * @public */ constructor(readonly input: ListDeviceDefinitionsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -156,7 +151,4 @@ export class ListDeviceDefinitionsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListDeviceDefinitionsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-greengrass/src/commands/ListFunctionDefinitionVersionsCommand.ts b/clients/client-greengrass/src/commands/ListFunctionDefinitionVersionsCommand.ts index 432150c9fdbe..a2b07a0683da 100644 --- a/clients/client-greengrass/src/commands/ListFunctionDefinitionVersionsCommand.ts +++ b/clients/client-greengrass/src/commands/ListFunctionDefinitionVersionsCommand.ts @@ -88,9 +88,6 @@ export class ListFunctionDefinitionVersionsCommand extends $Command< ListFunctionDefinitionVersionsCommandOutput, GreengrassClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -104,9 +101,7 @@ export class ListFunctionDefinitionVersionsCommand extends $Command< * @public */ constructor(readonly input: ListFunctionDefinitionVersionsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -165,7 +160,4 @@ export class ListFunctionDefinitionVersionsCommand extends $Command< ): Promise { return de_ListFunctionDefinitionVersionsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-greengrass/src/commands/ListFunctionDefinitionsCommand.ts b/clients/client-greengrass/src/commands/ListFunctionDefinitionsCommand.ts index 2981db5e2761..6516c0b7c149 100644 --- a/clients/client-greengrass/src/commands/ListFunctionDefinitionsCommand.ts +++ b/clients/client-greengrass/src/commands/ListFunctionDefinitionsCommand.ts @@ -85,9 +85,6 @@ export class ListFunctionDefinitionsCommand extends $Command< ListFunctionDefinitionsCommandOutput, GreengrassClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -101,9 +98,7 @@ export class ListFunctionDefinitionsCommand extends $Command< * @public */ constructor(readonly input: ListFunctionDefinitionsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -156,7 +151,4 @@ export class ListFunctionDefinitionsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListFunctionDefinitionsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-greengrass/src/commands/ListGroupCertificateAuthoritiesCommand.ts b/clients/client-greengrass/src/commands/ListGroupCertificateAuthoritiesCommand.ts index 3de0862a01c2..24bc9f76d6b9 100644 --- a/clients/client-greengrass/src/commands/ListGroupCertificateAuthoritiesCommand.ts +++ b/clients/client-greengrass/src/commands/ListGroupCertificateAuthoritiesCommand.ts @@ -86,9 +86,6 @@ export class ListGroupCertificateAuthoritiesCommand extends $Command< ListGroupCertificateAuthoritiesCommandOutput, GreengrassClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -102,9 +99,7 @@ export class ListGroupCertificateAuthoritiesCommand extends $Command< * @public */ constructor(readonly input: ListGroupCertificateAuthoritiesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -163,7 +158,4 @@ export class ListGroupCertificateAuthoritiesCommand extends $Command< ): Promise { return de_ListGroupCertificateAuthoritiesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-greengrass/src/commands/ListGroupVersionsCommand.ts b/clients/client-greengrass/src/commands/ListGroupVersionsCommand.ts index 223b2d4647a2..015bccb4e61e 100644 --- a/clients/client-greengrass/src/commands/ListGroupVersionsCommand.ts +++ b/clients/client-greengrass/src/commands/ListGroupVersionsCommand.ts @@ -83,9 +83,6 @@ export class ListGroupVersionsCommand extends $Command< ListGroupVersionsCommandOutput, GreengrassClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -99,9 +96,7 @@ export class ListGroupVersionsCommand extends $Command< * @public */ constructor(readonly input: ListGroupVersionsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -154,7 +149,4 @@ export class ListGroupVersionsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListGroupVersionsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-greengrass/src/commands/ListGroupsCommand.ts b/clients/client-greengrass/src/commands/ListGroupsCommand.ts index f186a39f285e..dc6e8b72212d 100644 --- a/clients/client-greengrass/src/commands/ListGroupsCommand.ts +++ b/clients/client-greengrass/src/commands/ListGroupsCommand.ts @@ -82,9 +82,6 @@ export class ListGroupsCommand extends $Command< ListGroupsCommandOutput, GreengrassClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -98,9 +95,7 @@ export class ListGroupsCommand extends $Command< * @public */ constructor(readonly input: ListGroupsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -151,7 +146,4 @@ export class ListGroupsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListGroupsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-greengrass/src/commands/ListLoggerDefinitionVersionsCommand.ts b/clients/client-greengrass/src/commands/ListLoggerDefinitionVersionsCommand.ts index 8e0e074a163e..5c9b14b5ea8c 100644 --- a/clients/client-greengrass/src/commands/ListLoggerDefinitionVersionsCommand.ts +++ b/clients/client-greengrass/src/commands/ListLoggerDefinitionVersionsCommand.ts @@ -88,9 +88,6 @@ export class ListLoggerDefinitionVersionsCommand extends $Command< ListLoggerDefinitionVersionsCommandOutput, GreengrassClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -104,9 +101,7 @@ export class ListLoggerDefinitionVersionsCommand extends $Command< * @public */ constructor(readonly input: ListLoggerDefinitionVersionsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -162,7 +157,4 @@ export class ListLoggerDefinitionVersionsCommand extends $Command< ): Promise { return de_ListLoggerDefinitionVersionsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-greengrass/src/commands/ListLoggerDefinitionsCommand.ts b/clients/client-greengrass/src/commands/ListLoggerDefinitionsCommand.ts index c781965e2ef3..51215fcfd287 100644 --- a/clients/client-greengrass/src/commands/ListLoggerDefinitionsCommand.ts +++ b/clients/client-greengrass/src/commands/ListLoggerDefinitionsCommand.ts @@ -85,9 +85,6 @@ export class ListLoggerDefinitionsCommand extends $Command< ListLoggerDefinitionsCommandOutput, GreengrassClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -101,9 +98,7 @@ export class ListLoggerDefinitionsCommand extends $Command< * @public */ constructor(readonly input: ListLoggerDefinitionsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -156,7 +151,4 @@ export class ListLoggerDefinitionsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListLoggerDefinitionsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-greengrass/src/commands/ListResourceDefinitionVersionsCommand.ts b/clients/client-greengrass/src/commands/ListResourceDefinitionVersionsCommand.ts index eed1ab55b12f..d3ec0db40ac1 100644 --- a/clients/client-greengrass/src/commands/ListResourceDefinitionVersionsCommand.ts +++ b/clients/client-greengrass/src/commands/ListResourceDefinitionVersionsCommand.ts @@ -88,9 +88,6 @@ export class ListResourceDefinitionVersionsCommand extends $Command< ListResourceDefinitionVersionsCommandOutput, GreengrassClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -104,9 +101,7 @@ export class ListResourceDefinitionVersionsCommand extends $Command< * @public */ constructor(readonly input: ListResourceDefinitionVersionsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -165,7 +160,4 @@ export class ListResourceDefinitionVersionsCommand extends $Command< ): Promise { return de_ListResourceDefinitionVersionsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-greengrass/src/commands/ListResourceDefinitionsCommand.ts b/clients/client-greengrass/src/commands/ListResourceDefinitionsCommand.ts index 28a4d9728917..b1e272ce8df7 100644 --- a/clients/client-greengrass/src/commands/ListResourceDefinitionsCommand.ts +++ b/clients/client-greengrass/src/commands/ListResourceDefinitionsCommand.ts @@ -85,9 +85,6 @@ export class ListResourceDefinitionsCommand extends $Command< ListResourceDefinitionsCommandOutput, GreengrassClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -101,9 +98,7 @@ export class ListResourceDefinitionsCommand extends $Command< * @public */ constructor(readonly input: ListResourceDefinitionsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -156,7 +151,4 @@ export class ListResourceDefinitionsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListResourceDefinitionsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-greengrass/src/commands/ListSubscriptionDefinitionVersionsCommand.ts b/clients/client-greengrass/src/commands/ListSubscriptionDefinitionVersionsCommand.ts index 9a9e79efc566..60fddeae98ca 100644 --- a/clients/client-greengrass/src/commands/ListSubscriptionDefinitionVersionsCommand.ts +++ b/clients/client-greengrass/src/commands/ListSubscriptionDefinitionVersionsCommand.ts @@ -91,9 +91,6 @@ export class ListSubscriptionDefinitionVersionsCommand extends $Command< ListSubscriptionDefinitionVersionsCommandOutput, GreengrassClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -107,9 +104,7 @@ export class ListSubscriptionDefinitionVersionsCommand extends $Command< * @public */ constructor(readonly input: ListSubscriptionDefinitionVersionsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -168,7 +163,4 @@ export class ListSubscriptionDefinitionVersionsCommand extends $Command< ): Promise { return de_ListSubscriptionDefinitionVersionsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-greengrass/src/commands/ListSubscriptionDefinitionsCommand.ts b/clients/client-greengrass/src/commands/ListSubscriptionDefinitionsCommand.ts index 323b950614e5..8bdc9d30bc2b 100644 --- a/clients/client-greengrass/src/commands/ListSubscriptionDefinitionsCommand.ts +++ b/clients/client-greengrass/src/commands/ListSubscriptionDefinitionsCommand.ts @@ -90,9 +90,6 @@ export class ListSubscriptionDefinitionsCommand extends $Command< ListSubscriptionDefinitionsCommandOutput, GreengrassClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -106,9 +103,7 @@ export class ListSubscriptionDefinitionsCommand extends $Command< * @public */ constructor(readonly input: ListSubscriptionDefinitionsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -164,7 +159,4 @@ export class ListSubscriptionDefinitionsCommand extends $Command< ): Promise { return de_ListSubscriptionDefinitionsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-greengrass/src/commands/ListTagsForResourceCommand.ts b/clients/client-greengrass/src/commands/ListTagsForResourceCommand.ts index 0b86e78b8641..8237c85cf0f6 100644 --- a/clients/client-greengrass/src/commands/ListTagsForResourceCommand.ts +++ b/clients/client-greengrass/src/commands/ListTagsForResourceCommand.ts @@ -75,9 +75,6 @@ export class ListTagsForResourceCommand extends $Command< ListTagsForResourceCommandOutput, GreengrassClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -91,9 +88,7 @@ export class ListTagsForResourceCommand extends $Command< * @public */ constructor(readonly input: ListTagsForResourceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -146,7 +141,4 @@ export class ListTagsForResourceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListTagsForResourceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-greengrass/src/commands/ResetDeploymentsCommand.ts b/clients/client-greengrass/src/commands/ResetDeploymentsCommand.ts index bcbe564b67bd..b77c08922d38 100644 --- a/clients/client-greengrass/src/commands/ResetDeploymentsCommand.ts +++ b/clients/client-greengrass/src/commands/ResetDeploymentsCommand.ts @@ -76,9 +76,6 @@ export class ResetDeploymentsCommand extends $Command< ResetDeploymentsCommandOutput, GreengrassClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -92,9 +89,7 @@ export class ResetDeploymentsCommand extends $Command< * @public */ constructor(readonly input: ResetDeploymentsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -147,7 +142,4 @@ export class ResetDeploymentsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ResetDeploymentsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-greengrass/src/commands/StartBulkDeploymentCommand.ts b/clients/client-greengrass/src/commands/StartBulkDeploymentCommand.ts index 42532e8d1608..6e5ad523b855 100644 --- a/clients/client-greengrass/src/commands/StartBulkDeploymentCommand.ts +++ b/clients/client-greengrass/src/commands/StartBulkDeploymentCommand.ts @@ -79,9 +79,6 @@ export class StartBulkDeploymentCommand extends $Command< StartBulkDeploymentCommandOutput, GreengrassClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -95,9 +92,7 @@ export class StartBulkDeploymentCommand extends $Command< * @public */ constructor(readonly input: StartBulkDeploymentCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -150,7 +145,4 @@ export class StartBulkDeploymentCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_StartBulkDeploymentCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-greengrass/src/commands/StopBulkDeploymentCommand.ts b/clients/client-greengrass/src/commands/StopBulkDeploymentCommand.ts index 3b981d116c86..47fff35c10dd 100644 --- a/clients/client-greengrass/src/commands/StopBulkDeploymentCommand.ts +++ b/clients/client-greengrass/src/commands/StopBulkDeploymentCommand.ts @@ -71,9 +71,6 @@ export class StopBulkDeploymentCommand extends $Command< StopBulkDeploymentCommandOutput, GreengrassClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -87,9 +84,7 @@ export class StopBulkDeploymentCommand extends $Command< * @public */ constructor(readonly input: StopBulkDeploymentCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -142,7 +137,4 @@ export class StopBulkDeploymentCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_StopBulkDeploymentCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-greengrass/src/commands/TagResourceCommand.ts b/clients/client-greengrass/src/commands/TagResourceCommand.ts index 35f976c94604..6d56c8299f57 100644 --- a/clients/client-greengrass/src/commands/TagResourceCommand.ts +++ b/clients/client-greengrass/src/commands/TagResourceCommand.ts @@ -74,9 +74,6 @@ export class TagResourceCommand extends $Command< TagResourceCommandOutput, GreengrassClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -90,9 +87,7 @@ export class TagResourceCommand extends $Command< * @public */ constructor(readonly input: TagResourceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -143,7 +138,4 @@ export class TagResourceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_TagResourceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-greengrass/src/commands/UntagResourceCommand.ts b/clients/client-greengrass/src/commands/UntagResourceCommand.ts index 63bbcea0a6c2..ae6de85234e9 100644 --- a/clients/client-greengrass/src/commands/UntagResourceCommand.ts +++ b/clients/client-greengrass/src/commands/UntagResourceCommand.ts @@ -74,9 +74,6 @@ export class UntagResourceCommand extends $Command< UntagResourceCommandOutput, GreengrassClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -90,9 +87,7 @@ export class UntagResourceCommand extends $Command< * @public */ constructor(readonly input: UntagResourceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -143,7 +138,4 @@ export class UntagResourceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UntagResourceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-greengrass/src/commands/UpdateConnectivityInfoCommand.ts b/clients/client-greengrass/src/commands/UpdateConnectivityInfoCommand.ts index a5ded2648f6a..d231afc51694 100644 --- a/clients/client-greengrass/src/commands/UpdateConnectivityInfoCommand.ts +++ b/clients/client-greengrass/src/commands/UpdateConnectivityInfoCommand.ts @@ -85,9 +85,6 @@ export class UpdateConnectivityInfoCommand extends $Command< UpdateConnectivityInfoCommandOutput, GreengrassClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -101,9 +98,7 @@ export class UpdateConnectivityInfoCommand extends $Command< * @public */ constructor(readonly input: UpdateConnectivityInfoCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -156,7 +151,4 @@ export class UpdateConnectivityInfoCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdateConnectivityInfoCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-greengrass/src/commands/UpdateConnectorDefinitionCommand.ts b/clients/client-greengrass/src/commands/UpdateConnectorDefinitionCommand.ts index d0ea29926361..25d0aa4c71fe 100644 --- a/clients/client-greengrass/src/commands/UpdateConnectorDefinitionCommand.ts +++ b/clients/client-greengrass/src/commands/UpdateConnectorDefinitionCommand.ts @@ -72,9 +72,6 @@ export class UpdateConnectorDefinitionCommand extends $Command< UpdateConnectorDefinitionCommandOutput, GreengrassClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -88,9 +85,7 @@ export class UpdateConnectorDefinitionCommand extends $Command< * @public */ constructor(readonly input: UpdateConnectorDefinitionCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -146,7 +141,4 @@ export class UpdateConnectorDefinitionCommand extends $Command< ): Promise { return de_UpdateConnectorDefinitionCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-greengrass/src/commands/UpdateCoreDefinitionCommand.ts b/clients/client-greengrass/src/commands/UpdateCoreDefinitionCommand.ts index 86fd932f3e2f..3b79ce806fbe 100644 --- a/clients/client-greengrass/src/commands/UpdateCoreDefinitionCommand.ts +++ b/clients/client-greengrass/src/commands/UpdateCoreDefinitionCommand.ts @@ -72,9 +72,6 @@ export class UpdateCoreDefinitionCommand extends $Command< UpdateCoreDefinitionCommandOutput, GreengrassClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -88,9 +85,7 @@ export class UpdateCoreDefinitionCommand extends $Command< * @public */ constructor(readonly input: UpdateCoreDefinitionCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -143,7 +138,4 @@ export class UpdateCoreDefinitionCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdateCoreDefinitionCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-greengrass/src/commands/UpdateDeviceDefinitionCommand.ts b/clients/client-greengrass/src/commands/UpdateDeviceDefinitionCommand.ts index 92336525be07..456d2d24eae3 100644 --- a/clients/client-greengrass/src/commands/UpdateDeviceDefinitionCommand.ts +++ b/clients/client-greengrass/src/commands/UpdateDeviceDefinitionCommand.ts @@ -72,9 +72,6 @@ export class UpdateDeviceDefinitionCommand extends $Command< UpdateDeviceDefinitionCommandOutput, GreengrassClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -88,9 +85,7 @@ export class UpdateDeviceDefinitionCommand extends $Command< * @public */ constructor(readonly input: UpdateDeviceDefinitionCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -143,7 +138,4 @@ export class UpdateDeviceDefinitionCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdateDeviceDefinitionCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-greengrass/src/commands/UpdateFunctionDefinitionCommand.ts b/clients/client-greengrass/src/commands/UpdateFunctionDefinitionCommand.ts index 7ec3fa44c59d..1650201cdb83 100644 --- a/clients/client-greengrass/src/commands/UpdateFunctionDefinitionCommand.ts +++ b/clients/client-greengrass/src/commands/UpdateFunctionDefinitionCommand.ts @@ -72,9 +72,6 @@ export class UpdateFunctionDefinitionCommand extends $Command< UpdateFunctionDefinitionCommandOutput, GreengrassClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -88,9 +85,7 @@ export class UpdateFunctionDefinitionCommand extends $Command< * @public */ constructor(readonly input: UpdateFunctionDefinitionCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -143,7 +138,4 @@ export class UpdateFunctionDefinitionCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdateFunctionDefinitionCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-greengrass/src/commands/UpdateGroupCertificateConfigurationCommand.ts b/clients/client-greengrass/src/commands/UpdateGroupCertificateConfigurationCommand.ts index 8c095b255d08..e55f4a31bf9a 100644 --- a/clients/client-greengrass/src/commands/UpdateGroupCertificateConfigurationCommand.ts +++ b/clients/client-greengrass/src/commands/UpdateGroupCertificateConfigurationCommand.ts @@ -87,9 +87,6 @@ export class UpdateGroupCertificateConfigurationCommand extends $Command< UpdateGroupCertificateConfigurationCommandOutput, GreengrassClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -103,9 +100,7 @@ export class UpdateGroupCertificateConfigurationCommand extends $Command< * @public */ constructor(readonly input: UpdateGroupCertificateConfigurationCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -164,7 +159,4 @@ export class UpdateGroupCertificateConfigurationCommand extends $Command< ): Promise { return de_UpdateGroupCertificateConfigurationCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-greengrass/src/commands/UpdateGroupCommand.ts b/clients/client-greengrass/src/commands/UpdateGroupCommand.ts index da6f0a8a8b81..ad4313640144 100644 --- a/clients/client-greengrass/src/commands/UpdateGroupCommand.ts +++ b/clients/client-greengrass/src/commands/UpdateGroupCommand.ts @@ -72,9 +72,6 @@ export class UpdateGroupCommand extends $Command< UpdateGroupCommandOutput, GreengrassClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -88,9 +85,7 @@ export class UpdateGroupCommand extends $Command< * @public */ constructor(readonly input: UpdateGroupCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -141,7 +136,4 @@ export class UpdateGroupCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdateGroupCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-greengrass/src/commands/UpdateLoggerDefinitionCommand.ts b/clients/client-greengrass/src/commands/UpdateLoggerDefinitionCommand.ts index 1fca0899dc99..575ff213abdd 100644 --- a/clients/client-greengrass/src/commands/UpdateLoggerDefinitionCommand.ts +++ b/clients/client-greengrass/src/commands/UpdateLoggerDefinitionCommand.ts @@ -72,9 +72,6 @@ export class UpdateLoggerDefinitionCommand extends $Command< UpdateLoggerDefinitionCommandOutput, GreengrassClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -88,9 +85,7 @@ export class UpdateLoggerDefinitionCommand extends $Command< * @public */ constructor(readonly input: UpdateLoggerDefinitionCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -143,7 +138,4 @@ export class UpdateLoggerDefinitionCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdateLoggerDefinitionCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-greengrass/src/commands/UpdateResourceDefinitionCommand.ts b/clients/client-greengrass/src/commands/UpdateResourceDefinitionCommand.ts index d394cf68d199..372869cc0591 100644 --- a/clients/client-greengrass/src/commands/UpdateResourceDefinitionCommand.ts +++ b/clients/client-greengrass/src/commands/UpdateResourceDefinitionCommand.ts @@ -72,9 +72,6 @@ export class UpdateResourceDefinitionCommand extends $Command< UpdateResourceDefinitionCommandOutput, GreengrassClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -88,9 +85,7 @@ export class UpdateResourceDefinitionCommand extends $Command< * @public */ constructor(readonly input: UpdateResourceDefinitionCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -143,7 +138,4 @@ export class UpdateResourceDefinitionCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdateResourceDefinitionCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-greengrass/src/commands/UpdateSubscriptionDefinitionCommand.ts b/clients/client-greengrass/src/commands/UpdateSubscriptionDefinitionCommand.ts index 6fdc19af3370..212e862bae04 100644 --- a/clients/client-greengrass/src/commands/UpdateSubscriptionDefinitionCommand.ts +++ b/clients/client-greengrass/src/commands/UpdateSubscriptionDefinitionCommand.ts @@ -77,9 +77,6 @@ export class UpdateSubscriptionDefinitionCommand extends $Command< UpdateSubscriptionDefinitionCommandOutput, GreengrassClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -93,9 +90,7 @@ export class UpdateSubscriptionDefinitionCommand extends $Command< * @public */ constructor(readonly input: UpdateSubscriptionDefinitionCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -151,7 +146,4 @@ export class UpdateSubscriptionDefinitionCommand extends $Command< ): Promise { return de_UpdateSubscriptionDefinitionCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-greengrass/src/commands/UpdateThingRuntimeConfigurationCommand.ts b/clients/client-greengrass/src/commands/UpdateThingRuntimeConfigurationCommand.ts index 51bcb4ed3294..e9a9c9900234 100644 --- a/clients/client-greengrass/src/commands/UpdateThingRuntimeConfigurationCommand.ts +++ b/clients/client-greengrass/src/commands/UpdateThingRuntimeConfigurationCommand.ts @@ -82,9 +82,6 @@ export class UpdateThingRuntimeConfigurationCommand extends $Command< UpdateThingRuntimeConfigurationCommandOutput, GreengrassClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -98,9 +95,7 @@ export class UpdateThingRuntimeConfigurationCommand extends $Command< * @public */ constructor(readonly input: UpdateThingRuntimeConfigurationCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -159,7 +154,4 @@ export class UpdateThingRuntimeConfigurationCommand extends $Command< ): Promise { return de_UpdateThingRuntimeConfigurationCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-greengrassv2/package.json b/clients/client-greengrassv2/package.json index 58bff5cdc440..b22753b62206 100644 --- a/clients/client-greengrassv2/package.json +++ b/clients/client-greengrassv2/package.json @@ -34,29 +34,29 @@ "@aws-sdk/util-endpoints": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@smithy/config-resolver": "^2.0.16", - "@smithy/fetch-http-handler": "^2.2.4", - "@smithy/hash-node": "^2.0.12", - "@smithy/invalid-dependency": "^2.0.12", - "@smithy/middleware-content-length": "^2.0.14", - "@smithy/middleware-endpoint": "^2.1.3", - "@smithy/middleware-retry": "^2.0.18", - "@smithy/middleware-serde": "^2.0.12", - "@smithy/middleware-stack": "^2.0.6", - "@smithy/node-config-provider": "^2.1.3", - "@smithy/node-http-handler": "^2.1.8", - "@smithy/protocol-http": "^3.0.8", - "@smithy/smithy-client": "^2.1.12", - "@smithy/types": "^2.4.0", - "@smithy/url-parser": "^2.0.12", - "@smithy/util-base64": "^2.0.0", + "@smithy/config-resolver": "^2.0.18", + "@smithy/fetch-http-handler": "^2.2.6", + "@smithy/hash-node": "^2.0.15", + "@smithy/invalid-dependency": "^2.0.13", + "@smithy/middleware-content-length": "^2.0.15", + "@smithy/middleware-endpoint": "^2.2.0", + "@smithy/middleware-retry": "^2.0.20", + "@smithy/middleware-serde": "^2.0.13", + "@smithy/middleware-stack": "^2.0.7", + "@smithy/node-config-provider": "^2.1.5", + "@smithy/node-http-handler": "^2.1.9", + "@smithy/protocol-http": "^3.0.9", + "@smithy/smithy-client": "^2.1.15", + "@smithy/types": "^2.5.0", + "@smithy/url-parser": "^2.0.13", + "@smithy/util-base64": "^2.0.1", "@smithy/util-body-length-browser": "^2.0.0", "@smithy/util-body-length-node": "^2.1.0", - "@smithy/util-defaults-mode-browser": "^2.0.16", - "@smithy/util-defaults-mode-node": "^2.0.21", - "@smithy/util-endpoints": "^1.0.2", - "@smithy/util-retry": "^2.0.5", - "@smithy/util-utf8": "^2.0.0", + "@smithy/util-defaults-mode-browser": "^2.0.19", + "@smithy/util-defaults-mode-node": "^2.0.25", + "@smithy/util-endpoints": "^1.0.4", + "@smithy/util-retry": "^2.0.6", + "@smithy/util-utf8": "^2.0.2", "tslib": "^2.5.0", "uuid": "^8.3.2" }, diff --git a/clients/client-greengrassv2/src/commands/AssociateServiceRoleToAccountCommand.ts b/clients/client-greengrassv2/src/commands/AssociateServiceRoleToAccountCommand.ts index 0c0b4ed38af3..83fc2b2e7a2d 100644 --- a/clients/client-greengrassv2/src/commands/AssociateServiceRoleToAccountCommand.ts +++ b/clients/client-greengrassv2/src/commands/AssociateServiceRoleToAccountCommand.ts @@ -86,9 +86,6 @@ export class AssociateServiceRoleToAccountCommand extends $Command< AssociateServiceRoleToAccountCommandOutput, GreengrassV2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -102,9 +99,7 @@ export class AssociateServiceRoleToAccountCommand extends $Command< * @public */ constructor(readonly input: AssociateServiceRoleToAccountCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -160,7 +155,4 @@ export class AssociateServiceRoleToAccountCommand extends $Command< ): Promise { return de_AssociateServiceRoleToAccountCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-greengrassv2/src/commands/BatchAssociateClientDeviceWithCoreDeviceCommand.ts b/clients/client-greengrassv2/src/commands/BatchAssociateClientDeviceWithCoreDeviceCommand.ts index 8865c4ad0b8e..5ef6843b3fcb 100644 --- a/clients/client-greengrassv2/src/commands/BatchAssociateClientDeviceWithCoreDeviceCommand.ts +++ b/clients/client-greengrassv2/src/commands/BatchAssociateClientDeviceWithCoreDeviceCommand.ts @@ -118,9 +118,6 @@ export class BatchAssociateClientDeviceWithCoreDeviceCommand extends $Command< BatchAssociateClientDeviceWithCoreDeviceCommandOutput, GreengrassV2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -134,9 +131,7 @@ export class BatchAssociateClientDeviceWithCoreDeviceCommand extends $Command< * @public */ constructor(readonly input: BatchAssociateClientDeviceWithCoreDeviceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -201,7 +196,4 @@ export class BatchAssociateClientDeviceWithCoreDeviceCommand extends $Command< ): Promise { return de_BatchAssociateClientDeviceWithCoreDeviceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-greengrassv2/src/commands/BatchDisassociateClientDeviceFromCoreDeviceCommand.ts b/clients/client-greengrassv2/src/commands/BatchDisassociateClientDeviceFromCoreDeviceCommand.ts index 9104ca66e879..291b238a211e 100644 --- a/clients/client-greengrassv2/src/commands/BatchDisassociateClientDeviceFromCoreDeviceCommand.ts +++ b/clients/client-greengrassv2/src/commands/BatchDisassociateClientDeviceFromCoreDeviceCommand.ts @@ -109,9 +109,6 @@ export class BatchDisassociateClientDeviceFromCoreDeviceCommand extends $Command BatchDisassociateClientDeviceFromCoreDeviceCommandOutput, GreengrassV2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -125,9 +122,7 @@ export class BatchDisassociateClientDeviceFromCoreDeviceCommand extends $Command * @public */ constructor(readonly input: BatchDisassociateClientDeviceFromCoreDeviceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -192,7 +187,4 @@ export class BatchDisassociateClientDeviceFromCoreDeviceCommand extends $Command ): Promise { return de_BatchDisassociateClientDeviceFromCoreDeviceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-greengrassv2/src/commands/CancelDeploymentCommand.ts b/clients/client-greengrassv2/src/commands/CancelDeploymentCommand.ts index 1e677eb96351..7cc6598fd1a8 100644 --- a/clients/client-greengrassv2/src/commands/CancelDeploymentCommand.ts +++ b/clients/client-greengrassv2/src/commands/CancelDeploymentCommand.ts @@ -93,9 +93,6 @@ export class CancelDeploymentCommand extends $Command< CancelDeploymentCommandOutput, GreengrassV2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -109,9 +106,7 @@ export class CancelDeploymentCommand extends $Command< * @public */ constructor(readonly input: CancelDeploymentCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -164,7 +159,4 @@ export class CancelDeploymentCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CancelDeploymentCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-greengrassv2/src/commands/CreateComponentVersionCommand.ts b/clients/client-greengrassv2/src/commands/CreateComponentVersionCommand.ts index 47d907fb8cb6..6244a6cae24e 100644 --- a/clients/client-greengrassv2/src/commands/CreateComponentVersionCommand.ts +++ b/clients/client-greengrassv2/src/commands/CreateComponentVersionCommand.ts @@ -243,9 +243,6 @@ export class CreateComponentVersionCommand extends $Command< CreateComponentVersionCommandOutput, GreengrassV2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -259,9 +256,7 @@ export class CreateComponentVersionCommand extends $Command< * @public */ constructor(readonly input: CreateComponentVersionCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -314,7 +309,4 @@ export class CreateComponentVersionCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateComponentVersionCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-greengrassv2/src/commands/CreateDeploymentCommand.ts b/clients/client-greengrassv2/src/commands/CreateDeploymentCommand.ts index e587e8d91c65..d6240b8e9035 100644 --- a/clients/client-greengrassv2/src/commands/CreateDeploymentCommand.ts +++ b/clients/client-greengrassv2/src/commands/CreateDeploymentCommand.ts @@ -169,9 +169,6 @@ export class CreateDeploymentCommand extends $Command< CreateDeploymentCommandOutput, GreengrassV2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -185,9 +182,7 @@ export class CreateDeploymentCommand extends $Command< * @public */ constructor(readonly input: CreateDeploymentCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -240,7 +235,4 @@ export class CreateDeploymentCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateDeploymentCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-greengrassv2/src/commands/DeleteComponentCommand.ts b/clients/client-greengrassv2/src/commands/DeleteComponentCommand.ts index 14c1177370b1..c561f7f5ee41 100644 --- a/clients/client-greengrassv2/src/commands/DeleteComponentCommand.ts +++ b/clients/client-greengrassv2/src/commands/DeleteComponentCommand.ts @@ -95,9 +95,6 @@ export class DeleteComponentCommand extends $Command< DeleteComponentCommandOutput, GreengrassV2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -111,9 +108,7 @@ export class DeleteComponentCommand extends $Command< * @public */ constructor(readonly input: DeleteComponentCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -166,7 +161,4 @@ export class DeleteComponentCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteComponentCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-greengrassv2/src/commands/DeleteCoreDeviceCommand.ts b/clients/client-greengrassv2/src/commands/DeleteCoreDeviceCommand.ts index 0b3e8acea75c..ce7586b9c4b8 100644 --- a/clients/client-greengrassv2/src/commands/DeleteCoreDeviceCommand.ts +++ b/clients/client-greengrassv2/src/commands/DeleteCoreDeviceCommand.ts @@ -92,9 +92,6 @@ export class DeleteCoreDeviceCommand extends $Command< DeleteCoreDeviceCommandOutput, GreengrassV2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -108,9 +105,7 @@ export class DeleteCoreDeviceCommand extends $Command< * @public */ constructor(readonly input: DeleteCoreDeviceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -163,7 +158,4 @@ export class DeleteCoreDeviceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteCoreDeviceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-greengrassv2/src/commands/DeleteDeploymentCommand.ts b/clients/client-greengrassv2/src/commands/DeleteDeploymentCommand.ts index 5be43bf9c364..413be30c75ca 100644 --- a/clients/client-greengrassv2/src/commands/DeleteDeploymentCommand.ts +++ b/clients/client-greengrassv2/src/commands/DeleteDeploymentCommand.ts @@ -93,9 +93,6 @@ export class DeleteDeploymentCommand extends $Command< DeleteDeploymentCommandOutput, GreengrassV2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -109,9 +106,7 @@ export class DeleteDeploymentCommand extends $Command< * @public */ constructor(readonly input: DeleteDeploymentCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -164,7 +159,4 @@ export class DeleteDeploymentCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteDeploymentCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-greengrassv2/src/commands/DescribeComponentCommand.ts b/clients/client-greengrassv2/src/commands/DescribeComponentCommand.ts index a244c3bbc750..889eee5ef8a6 100644 --- a/clients/client-greengrassv2/src/commands/DescribeComponentCommand.ts +++ b/clients/client-greengrassv2/src/commands/DescribeComponentCommand.ts @@ -112,9 +112,6 @@ export class DescribeComponentCommand extends $Command< DescribeComponentCommandOutput, GreengrassV2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -128,9 +125,7 @@ export class DescribeComponentCommand extends $Command< * @public */ constructor(readonly input: DescribeComponentCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -183,7 +178,4 @@ export class DescribeComponentCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DescribeComponentCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-greengrassv2/src/commands/DisassociateServiceRoleFromAccountCommand.ts b/clients/client-greengrassv2/src/commands/DisassociateServiceRoleFromAccountCommand.ts index e988a140164f..30b7bafad1e4 100644 --- a/clients/client-greengrassv2/src/commands/DisassociateServiceRoleFromAccountCommand.ts +++ b/clients/client-greengrassv2/src/commands/DisassociateServiceRoleFromAccountCommand.ts @@ -82,9 +82,6 @@ export class DisassociateServiceRoleFromAccountCommand extends $Command< DisassociateServiceRoleFromAccountCommandOutput, GreengrassV2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -98,9 +95,7 @@ export class DisassociateServiceRoleFromAccountCommand extends $Command< * @public */ constructor(readonly input: DisassociateServiceRoleFromAccountCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -159,7 +154,4 @@ export class DisassociateServiceRoleFromAccountCommand extends $Command< ): Promise { return de_DisassociateServiceRoleFromAccountCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-greengrassv2/src/commands/GetComponentCommand.ts b/clients/client-greengrassv2/src/commands/GetComponentCommand.ts index 13dcc1d81c16..67e21e39d7bd 100644 --- a/clients/client-greengrassv2/src/commands/GetComponentCommand.ts +++ b/clients/client-greengrassv2/src/commands/GetComponentCommand.ts @@ -92,9 +92,6 @@ export class GetComponentCommand extends $Command< GetComponentCommandOutput, GreengrassV2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -108,9 +105,7 @@ export class GetComponentCommand extends $Command< * @public */ constructor(readonly input: GetComponentCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -161,7 +156,4 @@ export class GetComponentCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetComponentCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-greengrassv2/src/commands/GetComponentVersionArtifactCommand.ts b/clients/client-greengrassv2/src/commands/GetComponentVersionArtifactCommand.ts index 001229e689de..8ac414135e25 100644 --- a/clients/client-greengrassv2/src/commands/GetComponentVersionArtifactCommand.ts +++ b/clients/client-greengrassv2/src/commands/GetComponentVersionArtifactCommand.ts @@ -95,9 +95,6 @@ export class GetComponentVersionArtifactCommand extends $Command< GetComponentVersionArtifactCommandOutput, GreengrassV2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -111,9 +108,7 @@ export class GetComponentVersionArtifactCommand extends $Command< * @public */ constructor(readonly input: GetComponentVersionArtifactCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -169,7 +164,4 @@ export class GetComponentVersionArtifactCommand extends $Command< ): Promise { return de_GetComponentVersionArtifactCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-greengrassv2/src/commands/GetConnectivityInfoCommand.ts b/clients/client-greengrassv2/src/commands/GetConnectivityInfoCommand.ts index 6bfeb20d10a3..162ccf937a24 100644 --- a/clients/client-greengrassv2/src/commands/GetConnectivityInfoCommand.ts +++ b/clients/client-greengrassv2/src/commands/GetConnectivityInfoCommand.ts @@ -91,9 +91,6 @@ export class GetConnectivityInfoCommand extends $Command< GetConnectivityInfoCommandOutput, GreengrassV2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -107,9 +104,7 @@ export class GetConnectivityInfoCommand extends $Command< * @public */ constructor(readonly input: GetConnectivityInfoCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -162,7 +157,4 @@ export class GetConnectivityInfoCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetConnectivityInfoCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-greengrassv2/src/commands/GetCoreDeviceCommand.ts b/clients/client-greengrassv2/src/commands/GetCoreDeviceCommand.ts index 3010b5f3d2ba..23a610edae09 100644 --- a/clients/client-greengrassv2/src/commands/GetCoreDeviceCommand.ts +++ b/clients/client-greengrassv2/src/commands/GetCoreDeviceCommand.ts @@ -122,9 +122,6 @@ export class GetCoreDeviceCommand extends $Command< GetCoreDeviceCommandOutput, GreengrassV2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -138,9 +135,7 @@ export class GetCoreDeviceCommand extends $Command< * @public */ constructor(readonly input: GetCoreDeviceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -191,7 +186,4 @@ export class GetCoreDeviceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetCoreDeviceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-greengrassv2/src/commands/GetDeploymentCommand.ts b/clients/client-greengrassv2/src/commands/GetDeploymentCommand.ts index 4abbe58f5fbd..c0c8253ddccf 100644 --- a/clients/client-greengrassv2/src/commands/GetDeploymentCommand.ts +++ b/clients/client-greengrassv2/src/commands/GetDeploymentCommand.ts @@ -154,9 +154,6 @@ export class GetDeploymentCommand extends $Command< GetDeploymentCommandOutput, GreengrassV2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -170,9 +167,7 @@ export class GetDeploymentCommand extends $Command< * @public */ constructor(readonly input: GetDeploymentCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -223,7 +218,4 @@ export class GetDeploymentCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetDeploymentCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-greengrassv2/src/commands/GetServiceRoleForAccountCommand.ts b/clients/client-greengrassv2/src/commands/GetServiceRoleForAccountCommand.ts index 81054cc1a90c..d4ec1d708909 100644 --- a/clients/client-greengrassv2/src/commands/GetServiceRoleForAccountCommand.ts +++ b/clients/client-greengrassv2/src/commands/GetServiceRoleForAccountCommand.ts @@ -75,9 +75,6 @@ export class GetServiceRoleForAccountCommand extends $Command< GetServiceRoleForAccountCommandOutput, GreengrassV2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -91,9 +88,7 @@ export class GetServiceRoleForAccountCommand extends $Command< * @public */ constructor(readonly input: GetServiceRoleForAccountCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -146,7 +141,4 @@ export class GetServiceRoleForAccountCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetServiceRoleForAccountCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-greengrassv2/src/commands/ListClientDevicesAssociatedWithCoreDeviceCommand.ts b/clients/client-greengrassv2/src/commands/ListClientDevicesAssociatedWithCoreDeviceCommand.ts index 54283278e79e..53e6ccbe15bc 100644 --- a/clients/client-greengrassv2/src/commands/ListClientDevicesAssociatedWithCoreDeviceCommand.ts +++ b/clients/client-greengrassv2/src/commands/ListClientDevicesAssociatedWithCoreDeviceCommand.ts @@ -105,9 +105,6 @@ export class ListClientDevicesAssociatedWithCoreDeviceCommand extends $Command< ListClientDevicesAssociatedWithCoreDeviceCommandOutput, GreengrassV2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -121,9 +118,7 @@ export class ListClientDevicesAssociatedWithCoreDeviceCommand extends $Command< * @public */ constructor(readonly input: ListClientDevicesAssociatedWithCoreDeviceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -188,7 +183,4 @@ export class ListClientDevicesAssociatedWithCoreDeviceCommand extends $Command< ): Promise { return de_ListClientDevicesAssociatedWithCoreDeviceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-greengrassv2/src/commands/ListComponentVersionsCommand.ts b/clients/client-greengrassv2/src/commands/ListComponentVersionsCommand.ts index b338d4679b06..2d99b32c8e5e 100644 --- a/clients/client-greengrassv2/src/commands/ListComponentVersionsCommand.ts +++ b/clients/client-greengrassv2/src/commands/ListComponentVersionsCommand.ts @@ -97,9 +97,6 @@ export class ListComponentVersionsCommand extends $Command< ListComponentVersionsCommandOutput, GreengrassV2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -113,9 +110,7 @@ export class ListComponentVersionsCommand extends $Command< * @public */ constructor(readonly input: ListComponentVersionsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -168,7 +163,4 @@ export class ListComponentVersionsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListComponentVersionsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-greengrassv2/src/commands/ListComponentsCommand.ts b/clients/client-greengrassv2/src/commands/ListComponentsCommand.ts index cfa32100a781..b07da2242c54 100644 --- a/clients/client-greengrassv2/src/commands/ListComponentsCommand.ts +++ b/clients/client-greengrassv2/src/commands/ListComponentsCommand.ts @@ -111,9 +111,6 @@ export class ListComponentsCommand extends $Command< ListComponentsCommandOutput, GreengrassV2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -127,9 +124,7 @@ export class ListComponentsCommand extends $Command< * @public */ constructor(readonly input: ListComponentsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -182,7 +177,4 @@ export class ListComponentsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListComponentsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-greengrassv2/src/commands/ListCoreDevicesCommand.ts b/clients/client-greengrassv2/src/commands/ListCoreDevicesCommand.ts index 2c216dc97570..551c34cd3936 100644 --- a/clients/client-greengrassv2/src/commands/ListCoreDevicesCommand.ts +++ b/clients/client-greengrassv2/src/commands/ListCoreDevicesCommand.ts @@ -121,9 +121,6 @@ export class ListCoreDevicesCommand extends $Command< ListCoreDevicesCommandOutput, GreengrassV2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -137,9 +134,7 @@ export class ListCoreDevicesCommand extends $Command< * @public */ constructor(readonly input: ListCoreDevicesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -192,7 +187,4 @@ export class ListCoreDevicesCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListCoreDevicesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-greengrassv2/src/commands/ListDeploymentsCommand.ts b/clients/client-greengrassv2/src/commands/ListDeploymentsCommand.ts index 9123b78c1f02..972bbbf3aa9c 100644 --- a/clients/client-greengrassv2/src/commands/ListDeploymentsCommand.ts +++ b/clients/client-greengrassv2/src/commands/ListDeploymentsCommand.ts @@ -100,9 +100,6 @@ export class ListDeploymentsCommand extends $Command< ListDeploymentsCommandOutput, GreengrassV2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -116,9 +113,7 @@ export class ListDeploymentsCommand extends $Command< * @public */ constructor(readonly input: ListDeploymentsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -171,7 +166,4 @@ export class ListDeploymentsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListDeploymentsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-greengrassv2/src/commands/ListEffectiveDeploymentsCommand.ts b/clients/client-greengrassv2/src/commands/ListEffectiveDeploymentsCommand.ts index a24c23c320e8..9b870f0cc4de 100644 --- a/clients/client-greengrassv2/src/commands/ListEffectiveDeploymentsCommand.ts +++ b/clients/client-greengrassv2/src/commands/ListEffectiveDeploymentsCommand.ts @@ -111,9 +111,6 @@ export class ListEffectiveDeploymentsCommand extends $Command< ListEffectiveDeploymentsCommandOutput, GreengrassV2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -127,9 +124,7 @@ export class ListEffectiveDeploymentsCommand extends $Command< * @public */ constructor(readonly input: ListEffectiveDeploymentsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -182,7 +177,4 @@ export class ListEffectiveDeploymentsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListEffectiveDeploymentsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-greengrassv2/src/commands/ListInstalledComponentsCommand.ts b/clients/client-greengrassv2/src/commands/ListInstalledComponentsCommand.ts index a34bd3c57b7b..b380397c0ecb 100644 --- a/clients/client-greengrassv2/src/commands/ListInstalledComponentsCommand.ts +++ b/clients/client-greengrassv2/src/commands/ListInstalledComponentsCommand.ts @@ -135,9 +135,6 @@ export class ListInstalledComponentsCommand extends $Command< ListInstalledComponentsCommandOutput, GreengrassV2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -151,9 +148,7 @@ export class ListInstalledComponentsCommand extends $Command< * @public */ constructor(readonly input: ListInstalledComponentsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -206,7 +201,4 @@ export class ListInstalledComponentsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListInstalledComponentsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-greengrassv2/src/commands/ListTagsForResourceCommand.ts b/clients/client-greengrassv2/src/commands/ListTagsForResourceCommand.ts index 9f90de5b9940..e1921a5aac00 100644 --- a/clients/client-greengrassv2/src/commands/ListTagsForResourceCommand.ts +++ b/clients/client-greengrassv2/src/commands/ListTagsForResourceCommand.ts @@ -82,9 +82,6 @@ export class ListTagsForResourceCommand extends $Command< ListTagsForResourceCommandOutput, GreengrassV2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -98,9 +95,7 @@ export class ListTagsForResourceCommand extends $Command< * @public */ constructor(readonly input: ListTagsForResourceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -153,7 +148,4 @@ export class ListTagsForResourceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListTagsForResourceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-greengrassv2/src/commands/ResolveComponentCandidatesCommand.ts b/clients/client-greengrassv2/src/commands/ResolveComponentCandidatesCommand.ts index aa2b608d85fb..85e6b7fe1a4d 100644 --- a/clients/client-greengrassv2/src/commands/ResolveComponentCandidatesCommand.ts +++ b/clients/client-greengrassv2/src/commands/ResolveComponentCandidatesCommand.ts @@ -128,9 +128,6 @@ export class ResolveComponentCandidatesCommand extends $Command< ResolveComponentCandidatesCommandOutput, GreengrassV2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -144,9 +141,7 @@ export class ResolveComponentCandidatesCommand extends $Command< * @public */ constructor(readonly input: ResolveComponentCandidatesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -202,7 +197,4 @@ export class ResolveComponentCandidatesCommand extends $Command< ): Promise { return de_ResolveComponentCandidatesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-greengrassv2/src/commands/TagResourceCommand.ts b/clients/client-greengrassv2/src/commands/TagResourceCommand.ts index 10f60d1c37d6..3cc8d66a8c5d 100644 --- a/clients/client-greengrassv2/src/commands/TagResourceCommand.ts +++ b/clients/client-greengrassv2/src/commands/TagResourceCommand.ts @@ -82,9 +82,6 @@ export class TagResourceCommand extends $Command< TagResourceCommandOutput, GreengrassV2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -98,9 +95,7 @@ export class TagResourceCommand extends $Command< * @public */ constructor(readonly input: TagResourceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -151,7 +146,4 @@ export class TagResourceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_TagResourceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-greengrassv2/src/commands/UntagResourceCommand.ts b/clients/client-greengrassv2/src/commands/UntagResourceCommand.ts index e6879f95d118..e509d5102ae4 100644 --- a/clients/client-greengrassv2/src/commands/UntagResourceCommand.ts +++ b/clients/client-greengrassv2/src/commands/UntagResourceCommand.ts @@ -81,9 +81,6 @@ export class UntagResourceCommand extends $Command< UntagResourceCommandOutput, GreengrassV2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -97,9 +94,7 @@ export class UntagResourceCommand extends $Command< * @public */ constructor(readonly input: UntagResourceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -150,7 +145,4 @@ export class UntagResourceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UntagResourceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-greengrassv2/src/commands/UpdateConnectivityInfoCommand.ts b/clients/client-greengrassv2/src/commands/UpdateConnectivityInfoCommand.ts index a5f3778f3a6c..8ec7dd8b18aa 100644 --- a/clients/client-greengrassv2/src/commands/UpdateConnectivityInfoCommand.ts +++ b/clients/client-greengrassv2/src/commands/UpdateConnectivityInfoCommand.ts @@ -92,9 +92,6 @@ export class UpdateConnectivityInfoCommand extends $Command< UpdateConnectivityInfoCommandOutput, GreengrassV2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -108,9 +105,7 @@ export class UpdateConnectivityInfoCommand extends $Command< * @public */ constructor(readonly input: UpdateConnectivityInfoCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -163,7 +158,4 @@ export class UpdateConnectivityInfoCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdateConnectivityInfoCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-groundstation/package.json b/clients/client-groundstation/package.json index 3b83a92be429..3679cd116ad7 100644 --- a/clients/client-groundstation/package.json +++ b/clients/client-groundstation/package.json @@ -34,30 +34,30 @@ "@aws-sdk/util-endpoints": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@smithy/config-resolver": "^2.0.16", - "@smithy/fetch-http-handler": "^2.2.4", - "@smithy/hash-node": "^2.0.12", - "@smithy/invalid-dependency": "^2.0.12", - "@smithy/middleware-content-length": "^2.0.14", - "@smithy/middleware-endpoint": "^2.1.3", - "@smithy/middleware-retry": "^2.0.18", - "@smithy/middleware-serde": "^2.0.12", - "@smithy/middleware-stack": "^2.0.6", - "@smithy/node-config-provider": "^2.1.3", - "@smithy/node-http-handler": "^2.1.8", - "@smithy/protocol-http": "^3.0.8", - "@smithy/smithy-client": "^2.1.12", - "@smithy/types": "^2.4.0", - "@smithy/url-parser": "^2.0.12", - "@smithy/util-base64": "^2.0.0", + "@smithy/config-resolver": "^2.0.18", + "@smithy/fetch-http-handler": "^2.2.6", + "@smithy/hash-node": "^2.0.15", + "@smithy/invalid-dependency": "^2.0.13", + "@smithy/middleware-content-length": "^2.0.15", + "@smithy/middleware-endpoint": "^2.2.0", + "@smithy/middleware-retry": "^2.0.20", + "@smithy/middleware-serde": "^2.0.13", + "@smithy/middleware-stack": "^2.0.7", + "@smithy/node-config-provider": "^2.1.5", + "@smithy/node-http-handler": "^2.1.9", + "@smithy/protocol-http": "^3.0.9", + "@smithy/smithy-client": "^2.1.15", + "@smithy/types": "^2.5.0", + "@smithy/url-parser": "^2.0.13", + "@smithy/util-base64": "^2.0.1", "@smithy/util-body-length-browser": "^2.0.0", "@smithy/util-body-length-node": "^2.1.0", - "@smithy/util-defaults-mode-browser": "^2.0.16", - "@smithy/util-defaults-mode-node": "^2.0.21", - "@smithy/util-endpoints": "^1.0.2", - "@smithy/util-retry": "^2.0.5", - "@smithy/util-utf8": "^2.0.0", - "@smithy/util-waiter": "^2.0.12", + "@smithy/util-defaults-mode-browser": "^2.0.19", + "@smithy/util-defaults-mode-node": "^2.0.25", + "@smithy/util-endpoints": "^1.0.4", + "@smithy/util-retry": "^2.0.6", + "@smithy/util-utf8": "^2.0.2", + "@smithy/util-waiter": "^2.0.13", "tslib": "^2.5.0" }, "devDependencies": { diff --git a/clients/client-groundstation/src/commands/CancelContactCommand.ts b/clients/client-groundstation/src/commands/CancelContactCommand.ts index 0599d51c2f02..2d03f28a5e96 100644 --- a/clients/client-groundstation/src/commands/CancelContactCommand.ts +++ b/clients/client-groundstation/src/commands/CancelContactCommand.ts @@ -79,9 +79,6 @@ export class CancelContactCommand extends $Command< CancelContactCommandOutput, GroundStationClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -95,9 +92,7 @@ export class CancelContactCommand extends $Command< * @public */ constructor(readonly input: CancelContactCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -148,7 +143,4 @@ export class CancelContactCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CancelContactCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-groundstation/src/commands/CreateConfigCommand.ts b/clients/client-groundstation/src/commands/CreateConfigCommand.ts index cd598b08a3a3..bb7bf89546da 100644 --- a/clients/client-groundstation/src/commands/CreateConfigCommand.ts +++ b/clients/client-groundstation/src/commands/CreateConfigCommand.ts @@ -152,9 +152,6 @@ export class CreateConfigCommand extends $Command< CreateConfigCommandOutput, GroundStationClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -168,9 +165,7 @@ export class CreateConfigCommand extends $Command< * @public */ constructor(readonly input: CreateConfigCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -221,7 +216,4 @@ export class CreateConfigCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateConfigCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-groundstation/src/commands/CreateDataflowEndpointGroupCommand.ts b/clients/client-groundstation/src/commands/CreateDataflowEndpointGroupCommand.ts index 897e67f46589..d7b2a85b83be 100644 --- a/clients/client-groundstation/src/commands/CreateDataflowEndpointGroupCommand.ts +++ b/clients/client-groundstation/src/commands/CreateDataflowEndpointGroupCommand.ts @@ -138,9 +138,6 @@ export class CreateDataflowEndpointGroupCommand extends $Command< CreateDataflowEndpointGroupCommandOutput, GroundStationClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -154,9 +151,7 @@ export class CreateDataflowEndpointGroupCommand extends $Command< * @public */ constructor(readonly input: CreateDataflowEndpointGroupCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -212,7 +207,4 @@ export class CreateDataflowEndpointGroupCommand extends $Command< ): Promise { return de_CreateDataflowEndpointGroupCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-groundstation/src/commands/CreateEphemerisCommand.ts b/clients/client-groundstation/src/commands/CreateEphemerisCommand.ts index 79174d61c7d7..e61f4f6acdb7 100644 --- a/clients/client-groundstation/src/commands/CreateEphemerisCommand.ts +++ b/clients/client-groundstation/src/commands/CreateEphemerisCommand.ts @@ -114,9 +114,6 @@ export class CreateEphemerisCommand extends $Command< CreateEphemerisCommandOutput, GroundStationClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -130,9 +127,7 @@ export class CreateEphemerisCommand extends $Command< * @public */ constructor(readonly input: CreateEphemerisCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -185,7 +180,4 @@ export class CreateEphemerisCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateEphemerisCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-groundstation/src/commands/CreateMissionProfileCommand.ts b/clients/client-groundstation/src/commands/CreateMissionProfileCommand.ts index 6b2635bad17c..5d80f28f67ab 100644 --- a/clients/client-groundstation/src/commands/CreateMissionProfileCommand.ts +++ b/clients/client-groundstation/src/commands/CreateMissionProfileCommand.ts @@ -100,9 +100,6 @@ export class CreateMissionProfileCommand extends $Command< CreateMissionProfileCommandOutput, GroundStationClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -116,9 +113,7 @@ export class CreateMissionProfileCommand extends $Command< * @public */ constructor(readonly input: CreateMissionProfileCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -171,7 +166,4 @@ export class CreateMissionProfileCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateMissionProfileCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-groundstation/src/commands/DeleteConfigCommand.ts b/clients/client-groundstation/src/commands/DeleteConfigCommand.ts index 907db85da368..a599f9ebb7c1 100644 --- a/clients/client-groundstation/src/commands/DeleteConfigCommand.ts +++ b/clients/client-groundstation/src/commands/DeleteConfigCommand.ts @@ -82,9 +82,6 @@ export class DeleteConfigCommand extends $Command< DeleteConfigCommandOutput, GroundStationClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -98,9 +95,7 @@ export class DeleteConfigCommand extends $Command< * @public */ constructor(readonly input: DeleteConfigCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -151,7 +146,4 @@ export class DeleteConfigCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteConfigCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-groundstation/src/commands/DeleteDataflowEndpointGroupCommand.ts b/clients/client-groundstation/src/commands/DeleteDataflowEndpointGroupCommand.ts index e5bb37142d36..568d1629a072 100644 --- a/clients/client-groundstation/src/commands/DeleteDataflowEndpointGroupCommand.ts +++ b/clients/client-groundstation/src/commands/DeleteDataflowEndpointGroupCommand.ts @@ -82,9 +82,6 @@ export class DeleteDataflowEndpointGroupCommand extends $Command< DeleteDataflowEndpointGroupCommandOutput, GroundStationClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -98,9 +95,7 @@ export class DeleteDataflowEndpointGroupCommand extends $Command< * @public */ constructor(readonly input: DeleteDataflowEndpointGroupCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -156,7 +151,4 @@ export class DeleteDataflowEndpointGroupCommand extends $Command< ): Promise { return de_DeleteDataflowEndpointGroupCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-groundstation/src/commands/DeleteEphemerisCommand.ts b/clients/client-groundstation/src/commands/DeleteEphemerisCommand.ts index 0d6ef9cafada..7b6590fd66c5 100644 --- a/clients/client-groundstation/src/commands/DeleteEphemerisCommand.ts +++ b/clients/client-groundstation/src/commands/DeleteEphemerisCommand.ts @@ -79,9 +79,6 @@ export class DeleteEphemerisCommand extends $Command< DeleteEphemerisCommandOutput, GroundStationClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -95,9 +92,7 @@ export class DeleteEphemerisCommand extends $Command< * @public */ constructor(readonly input: DeleteEphemerisCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -150,7 +145,4 @@ export class DeleteEphemerisCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteEphemerisCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-groundstation/src/commands/DeleteMissionProfileCommand.ts b/clients/client-groundstation/src/commands/DeleteMissionProfileCommand.ts index 564f03fdca0d..396610148501 100644 --- a/clients/client-groundstation/src/commands/DeleteMissionProfileCommand.ts +++ b/clients/client-groundstation/src/commands/DeleteMissionProfileCommand.ts @@ -79,9 +79,6 @@ export class DeleteMissionProfileCommand extends $Command< DeleteMissionProfileCommandOutput, GroundStationClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -95,9 +92,7 @@ export class DeleteMissionProfileCommand extends $Command< * @public */ constructor(readonly input: DeleteMissionProfileCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -150,7 +145,4 @@ export class DeleteMissionProfileCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteMissionProfileCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-groundstation/src/commands/DescribeContactCommand.ts b/clients/client-groundstation/src/commands/DescribeContactCommand.ts index 02680824acc1..60316e60a15c 100644 --- a/clients/client-groundstation/src/commands/DescribeContactCommand.ts +++ b/clients/client-groundstation/src/commands/DescribeContactCommand.ts @@ -221,9 +221,6 @@ export class DescribeContactCommand extends $Command< DescribeContactCommandOutput, GroundStationClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -237,9 +234,7 @@ export class DescribeContactCommand extends $Command< * @public */ constructor(readonly input: DescribeContactCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -292,7 +287,4 @@ export class DescribeContactCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DescribeContactCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-groundstation/src/commands/DescribeEphemerisCommand.ts b/clients/client-groundstation/src/commands/DescribeEphemerisCommand.ts index dce0cfcbbfec..16a10ecc3914 100644 --- a/clients/client-groundstation/src/commands/DescribeEphemerisCommand.ts +++ b/clients/client-groundstation/src/commands/DescribeEphemerisCommand.ts @@ -107,9 +107,6 @@ export class DescribeEphemerisCommand extends $Command< DescribeEphemerisCommandOutput, GroundStationClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -123,9 +120,7 @@ export class DescribeEphemerisCommand extends $Command< * @public */ constructor(readonly input: DescribeEphemerisCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -178,7 +173,4 @@ export class DescribeEphemerisCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DescribeEphemerisCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-groundstation/src/commands/GetAgentConfigurationCommand.ts b/clients/client-groundstation/src/commands/GetAgentConfigurationCommand.ts index bb7f386f08fc..7f0039e6b3e1 100644 --- a/clients/client-groundstation/src/commands/GetAgentConfigurationCommand.ts +++ b/clients/client-groundstation/src/commands/GetAgentConfigurationCommand.ts @@ -83,9 +83,6 @@ export class GetAgentConfigurationCommand extends $Command< GetAgentConfigurationCommandOutput, GroundStationClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -99,9 +96,7 @@ export class GetAgentConfigurationCommand extends $Command< * @public */ constructor(readonly input: GetAgentConfigurationCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -154,7 +149,4 @@ export class GetAgentConfigurationCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetAgentConfigurationCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-groundstation/src/commands/GetConfigCommand.ts b/clients/client-groundstation/src/commands/GetConfigCommand.ts index cc6d5a96a147..9e0cb578876f 100644 --- a/clients/client-groundstation/src/commands/GetConfigCommand.ts +++ b/clients/client-groundstation/src/commands/GetConfigCommand.ts @@ -151,9 +151,6 @@ export class GetConfigCommand extends $Command< GetConfigCommandOutput, GroundStationClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -167,9 +164,7 @@ export class GetConfigCommand extends $Command< * @public */ constructor(readonly input: GetConfigCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -220,7 +215,4 @@ export class GetConfigCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetConfigCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-groundstation/src/commands/GetDataflowEndpointGroupCommand.ts b/clients/client-groundstation/src/commands/GetDataflowEndpointGroupCommand.ts index cb1c67ca3753..675ca7b8a881 100644 --- a/clients/client-groundstation/src/commands/GetDataflowEndpointGroupCommand.ts +++ b/clients/client-groundstation/src/commands/GetDataflowEndpointGroupCommand.ts @@ -133,9 +133,6 @@ export class GetDataflowEndpointGroupCommand extends $Command< GetDataflowEndpointGroupCommandOutput, GroundStationClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -149,9 +146,7 @@ export class GetDataflowEndpointGroupCommand extends $Command< * @public */ constructor(readonly input: GetDataflowEndpointGroupCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -204,7 +199,4 @@ export class GetDataflowEndpointGroupCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetDataflowEndpointGroupCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-groundstation/src/commands/GetMinuteUsageCommand.ts b/clients/client-groundstation/src/commands/GetMinuteUsageCommand.ts index 45924c8a61c2..fe63a23994fc 100644 --- a/clients/client-groundstation/src/commands/GetMinuteUsageCommand.ts +++ b/clients/client-groundstation/src/commands/GetMinuteUsageCommand.ts @@ -84,9 +84,6 @@ export class GetMinuteUsageCommand extends $Command< GetMinuteUsageCommandOutput, GroundStationClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -100,9 +97,7 @@ export class GetMinuteUsageCommand extends $Command< * @public */ constructor(readonly input: GetMinuteUsageCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -155,7 +150,4 @@ export class GetMinuteUsageCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetMinuteUsageCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-groundstation/src/commands/GetMissionProfileCommand.ts b/clients/client-groundstation/src/commands/GetMissionProfileCommand.ts index 4fa388cfb197..8f098609b943 100644 --- a/clients/client-groundstation/src/commands/GetMissionProfileCommand.ts +++ b/clients/client-groundstation/src/commands/GetMissionProfileCommand.ts @@ -100,9 +100,6 @@ export class GetMissionProfileCommand extends $Command< GetMissionProfileCommandOutput, GroundStationClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -116,9 +113,7 @@ export class GetMissionProfileCommand extends $Command< * @public */ constructor(readonly input: GetMissionProfileCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -171,7 +166,4 @@ export class GetMissionProfileCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetMissionProfileCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-groundstation/src/commands/GetSatelliteCommand.ts b/clients/client-groundstation/src/commands/GetSatelliteCommand.ts index d95f9f8683af..62c44c92ae1b 100644 --- a/clients/client-groundstation/src/commands/GetSatelliteCommand.ts +++ b/clients/client-groundstation/src/commands/GetSatelliteCommand.ts @@ -90,9 +90,6 @@ export class GetSatelliteCommand extends $Command< GetSatelliteCommandOutput, GroundStationClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -106,9 +103,7 @@ export class GetSatelliteCommand extends $Command< * @public */ constructor(readonly input: GetSatelliteCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -159,7 +154,4 @@ export class GetSatelliteCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetSatelliteCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-groundstation/src/commands/ListConfigsCommand.ts b/clients/client-groundstation/src/commands/ListConfigsCommand.ts index 3010b8eebb70..0fa332c98021 100644 --- a/clients/client-groundstation/src/commands/ListConfigsCommand.ts +++ b/clients/client-groundstation/src/commands/ListConfigsCommand.ts @@ -88,9 +88,6 @@ export class ListConfigsCommand extends $Command< ListConfigsCommandOutput, GroundStationClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -104,9 +101,7 @@ export class ListConfigsCommand extends $Command< * @public */ constructor(readonly input: ListConfigsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -157,7 +152,4 @@ export class ListConfigsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListConfigsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-groundstation/src/commands/ListContactsCommand.ts b/clients/client-groundstation/src/commands/ListContactsCommand.ts index 56073793668d..12dc135d0f6b 100644 --- a/clients/client-groundstation/src/commands/ListContactsCommand.ts +++ b/clients/client-groundstation/src/commands/ListContactsCommand.ts @@ -113,9 +113,6 @@ export class ListContactsCommand extends $Command< ListContactsCommandOutput, GroundStationClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -129,9 +126,7 @@ export class ListContactsCommand extends $Command< * @public */ constructor(readonly input: ListContactsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -182,7 +177,4 @@ export class ListContactsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListContactsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-groundstation/src/commands/ListDataflowEndpointGroupsCommand.ts b/clients/client-groundstation/src/commands/ListDataflowEndpointGroupsCommand.ts index 1b071b017d7c..e724b1c4517d 100644 --- a/clients/client-groundstation/src/commands/ListDataflowEndpointGroupsCommand.ts +++ b/clients/client-groundstation/src/commands/ListDataflowEndpointGroupsCommand.ts @@ -86,9 +86,6 @@ export class ListDataflowEndpointGroupsCommand extends $Command< ListDataflowEndpointGroupsCommandOutput, GroundStationClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -102,9 +99,7 @@ export class ListDataflowEndpointGroupsCommand extends $Command< * @public */ constructor(readonly input: ListDataflowEndpointGroupsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -160,7 +155,4 @@ export class ListDataflowEndpointGroupsCommand extends $Command< ): Promise { return de_ListDataflowEndpointGroupsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-groundstation/src/commands/ListEphemeridesCommand.ts b/clients/client-groundstation/src/commands/ListEphemeridesCommand.ts index a69bd055711a..7cce122211b5 100644 --- a/clients/client-groundstation/src/commands/ListEphemeridesCommand.ts +++ b/clients/client-groundstation/src/commands/ListEphemeridesCommand.ts @@ -101,9 +101,6 @@ export class ListEphemeridesCommand extends $Command< ListEphemeridesCommandOutput, GroundStationClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -117,9 +114,7 @@ export class ListEphemeridesCommand extends $Command< * @public */ constructor(readonly input: ListEphemeridesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -172,7 +167,4 @@ export class ListEphemeridesCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListEphemeridesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-groundstation/src/commands/ListGroundStationsCommand.ts b/clients/client-groundstation/src/commands/ListGroundStationsCommand.ts index 0a80a003dbef..541adf4bf3a2 100644 --- a/clients/client-groundstation/src/commands/ListGroundStationsCommand.ts +++ b/clients/client-groundstation/src/commands/ListGroundStationsCommand.ts @@ -88,9 +88,6 @@ export class ListGroundStationsCommand extends $Command< ListGroundStationsCommandOutput, GroundStationClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -104,9 +101,7 @@ export class ListGroundStationsCommand extends $Command< * @public */ constructor(readonly input: ListGroundStationsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -159,7 +154,4 @@ export class ListGroundStationsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListGroundStationsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-groundstation/src/commands/ListMissionProfilesCommand.ts b/clients/client-groundstation/src/commands/ListMissionProfilesCommand.ts index 9eba3412c6b9..69b690f10c3f 100644 --- a/clients/client-groundstation/src/commands/ListMissionProfilesCommand.ts +++ b/clients/client-groundstation/src/commands/ListMissionProfilesCommand.ts @@ -88,9 +88,6 @@ export class ListMissionProfilesCommand extends $Command< ListMissionProfilesCommandOutput, GroundStationClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -104,9 +101,7 @@ export class ListMissionProfilesCommand extends $Command< * @public */ constructor(readonly input: ListMissionProfilesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -159,7 +154,4 @@ export class ListMissionProfilesCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListMissionProfilesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-groundstation/src/commands/ListSatellitesCommand.ts b/clients/client-groundstation/src/commands/ListSatellitesCommand.ts index 01400a3f3130..6dbd443101d9 100644 --- a/clients/client-groundstation/src/commands/ListSatellitesCommand.ts +++ b/clients/client-groundstation/src/commands/ListSatellitesCommand.ts @@ -96,9 +96,6 @@ export class ListSatellitesCommand extends $Command< ListSatellitesCommandOutput, GroundStationClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -112,9 +109,7 @@ export class ListSatellitesCommand extends $Command< * @public */ constructor(readonly input: ListSatellitesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -167,7 +162,4 @@ export class ListSatellitesCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListSatellitesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-groundstation/src/commands/ListTagsForResourceCommand.ts b/clients/client-groundstation/src/commands/ListTagsForResourceCommand.ts index d699b0246369..90f924a70f71 100644 --- a/clients/client-groundstation/src/commands/ListTagsForResourceCommand.ts +++ b/clients/client-groundstation/src/commands/ListTagsForResourceCommand.ts @@ -81,9 +81,6 @@ export class ListTagsForResourceCommand extends $Command< ListTagsForResourceCommandOutput, GroundStationClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -97,9 +94,7 @@ export class ListTagsForResourceCommand extends $Command< * @public */ constructor(readonly input: ListTagsForResourceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -152,7 +147,4 @@ export class ListTagsForResourceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListTagsForResourceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-groundstation/src/commands/RegisterAgentCommand.ts b/clients/client-groundstation/src/commands/RegisterAgentCommand.ts index d2c2a3b23300..e3440a67155f 100644 --- a/clients/client-groundstation/src/commands/RegisterAgentCommand.ts +++ b/clients/client-groundstation/src/commands/RegisterAgentCommand.ts @@ -111,9 +111,6 @@ export class RegisterAgentCommand extends $Command< RegisterAgentCommandOutput, GroundStationClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -127,9 +124,7 @@ export class RegisterAgentCommand extends $Command< * @public */ constructor(readonly input: RegisterAgentCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -180,7 +175,4 @@ export class RegisterAgentCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_RegisterAgentCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-groundstation/src/commands/ReserveContactCommand.ts b/clients/client-groundstation/src/commands/ReserveContactCommand.ts index fcb1fb3570a0..93e227d30e20 100644 --- a/clients/client-groundstation/src/commands/ReserveContactCommand.ts +++ b/clients/client-groundstation/src/commands/ReserveContactCommand.ts @@ -86,9 +86,6 @@ export class ReserveContactCommand extends $Command< ReserveContactCommandOutput, GroundStationClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -102,9 +99,7 @@ export class ReserveContactCommand extends $Command< * @public */ constructor(readonly input: ReserveContactCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -157,7 +152,4 @@ export class ReserveContactCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ReserveContactCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-groundstation/src/commands/TagResourceCommand.ts b/clients/client-groundstation/src/commands/TagResourceCommand.ts index fef1ccf4cdfe..495bf637613d 100644 --- a/clients/client-groundstation/src/commands/TagResourceCommand.ts +++ b/clients/client-groundstation/src/commands/TagResourceCommand.ts @@ -80,9 +80,6 @@ export class TagResourceCommand extends $Command< TagResourceCommandOutput, GroundStationClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -96,9 +93,7 @@ export class TagResourceCommand extends $Command< * @public */ constructor(readonly input: TagResourceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -149,7 +144,4 @@ export class TagResourceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_TagResourceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-groundstation/src/commands/UntagResourceCommand.ts b/clients/client-groundstation/src/commands/UntagResourceCommand.ts index dd443384ff0f..b5c8a1fb6ae5 100644 --- a/clients/client-groundstation/src/commands/UntagResourceCommand.ts +++ b/clients/client-groundstation/src/commands/UntagResourceCommand.ts @@ -80,9 +80,6 @@ export class UntagResourceCommand extends $Command< UntagResourceCommandOutput, GroundStationClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -96,9 +93,7 @@ export class UntagResourceCommand extends $Command< * @public */ constructor(readonly input: UntagResourceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -149,7 +144,4 @@ export class UntagResourceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UntagResourceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-groundstation/src/commands/UpdateAgentStatusCommand.ts b/clients/client-groundstation/src/commands/UpdateAgentStatusCommand.ts index 503833e69c2e..7c883db8c8ec 100644 --- a/clients/client-groundstation/src/commands/UpdateAgentStatusCommand.ts +++ b/clients/client-groundstation/src/commands/UpdateAgentStatusCommand.ts @@ -100,9 +100,6 @@ export class UpdateAgentStatusCommand extends $Command< UpdateAgentStatusCommandOutput, GroundStationClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -116,9 +113,7 @@ export class UpdateAgentStatusCommand extends $Command< * @public */ constructor(readonly input: UpdateAgentStatusCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -171,7 +166,4 @@ export class UpdateAgentStatusCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdateAgentStatusCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-groundstation/src/commands/UpdateConfigCommand.ts b/clients/client-groundstation/src/commands/UpdateConfigCommand.ts index e529ff5e95cb..3810e03d81b4 100644 --- a/clients/client-groundstation/src/commands/UpdateConfigCommand.ts +++ b/clients/client-groundstation/src/commands/UpdateConfigCommand.ts @@ -149,9 +149,6 @@ export class UpdateConfigCommand extends $Command< UpdateConfigCommandOutput, GroundStationClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -165,9 +162,7 @@ export class UpdateConfigCommand extends $Command< * @public */ constructor(readonly input: UpdateConfigCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -218,7 +213,4 @@ export class UpdateConfigCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdateConfigCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-groundstation/src/commands/UpdateEphemerisCommand.ts b/clients/client-groundstation/src/commands/UpdateEphemerisCommand.ts index 7fb9b25e1322..54b9f8fc3bee 100644 --- a/clients/client-groundstation/src/commands/UpdateEphemerisCommand.ts +++ b/clients/client-groundstation/src/commands/UpdateEphemerisCommand.ts @@ -82,9 +82,6 @@ export class UpdateEphemerisCommand extends $Command< UpdateEphemerisCommandOutput, GroundStationClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -98,9 +95,7 @@ export class UpdateEphemerisCommand extends $Command< * @public */ constructor(readonly input: UpdateEphemerisCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -153,7 +148,4 @@ export class UpdateEphemerisCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdateEphemerisCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-groundstation/src/commands/UpdateMissionProfileCommand.ts b/clients/client-groundstation/src/commands/UpdateMissionProfileCommand.ts index 062b5207913a..97a999cc1ef4 100644 --- a/clients/client-groundstation/src/commands/UpdateMissionProfileCommand.ts +++ b/clients/client-groundstation/src/commands/UpdateMissionProfileCommand.ts @@ -97,9 +97,6 @@ export class UpdateMissionProfileCommand extends $Command< UpdateMissionProfileCommandOutput, GroundStationClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -113,9 +110,7 @@ export class UpdateMissionProfileCommand extends $Command< * @public */ constructor(readonly input: UpdateMissionProfileCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -168,7 +163,4 @@ export class UpdateMissionProfileCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdateMissionProfileCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-guardduty/package.json b/clients/client-guardduty/package.json index f1f434d011ee..ff5132cd6dcd 100644 --- a/clients/client-guardduty/package.json +++ b/clients/client-guardduty/package.json @@ -34,29 +34,29 @@ "@aws-sdk/util-endpoints": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@smithy/config-resolver": "^2.0.16", - "@smithy/fetch-http-handler": "^2.2.4", - "@smithy/hash-node": "^2.0.12", - "@smithy/invalid-dependency": "^2.0.12", - "@smithy/middleware-content-length": "^2.0.14", - "@smithy/middleware-endpoint": "^2.1.3", - "@smithy/middleware-retry": "^2.0.18", - "@smithy/middleware-serde": "^2.0.12", - "@smithy/middleware-stack": "^2.0.6", - "@smithy/node-config-provider": "^2.1.3", - "@smithy/node-http-handler": "^2.1.8", - "@smithy/protocol-http": "^3.0.8", - "@smithy/smithy-client": "^2.1.12", - "@smithy/types": "^2.4.0", - "@smithy/url-parser": "^2.0.12", - "@smithy/util-base64": "^2.0.0", + "@smithy/config-resolver": "^2.0.18", + "@smithy/fetch-http-handler": "^2.2.6", + "@smithy/hash-node": "^2.0.15", + "@smithy/invalid-dependency": "^2.0.13", + "@smithy/middleware-content-length": "^2.0.15", + "@smithy/middleware-endpoint": "^2.2.0", + "@smithy/middleware-retry": "^2.0.20", + "@smithy/middleware-serde": "^2.0.13", + "@smithy/middleware-stack": "^2.0.7", + "@smithy/node-config-provider": "^2.1.5", + "@smithy/node-http-handler": "^2.1.9", + "@smithy/protocol-http": "^3.0.9", + "@smithy/smithy-client": "^2.1.15", + "@smithy/types": "^2.5.0", + "@smithy/url-parser": "^2.0.13", + "@smithy/util-base64": "^2.0.1", "@smithy/util-body-length-browser": "^2.0.0", "@smithy/util-body-length-node": "^2.1.0", - "@smithy/util-defaults-mode-browser": "^2.0.16", - "@smithy/util-defaults-mode-node": "^2.0.21", - "@smithy/util-endpoints": "^1.0.2", - "@smithy/util-retry": "^2.0.5", - "@smithy/util-utf8": "^2.0.0", + "@smithy/util-defaults-mode-browser": "^2.0.19", + "@smithy/util-defaults-mode-node": "^2.0.25", + "@smithy/util-endpoints": "^1.0.4", + "@smithy/util-retry": "^2.0.6", + "@smithy/util-utf8": "^2.0.2", "tslib": "^2.5.0", "uuid": "^8.3.2" }, diff --git a/clients/client-guardduty/src/commands/AcceptAdministratorInvitationCommand.ts b/clients/client-guardduty/src/commands/AcceptAdministratorInvitationCommand.ts index 0e54e1eee034..08756db80d97 100644 --- a/clients/client-guardduty/src/commands/AcceptAdministratorInvitationCommand.ts +++ b/clients/client-guardduty/src/commands/AcceptAdministratorInvitationCommand.ts @@ -82,9 +82,6 @@ export class AcceptAdministratorInvitationCommand extends $Command< AcceptAdministratorInvitationCommandOutput, GuardDutyClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -98,9 +95,7 @@ export class AcceptAdministratorInvitationCommand extends $Command< * @public */ constructor(readonly input: AcceptAdministratorInvitationCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -156,7 +151,4 @@ export class AcceptAdministratorInvitationCommand extends $Command< ): Promise { return de_AcceptAdministratorInvitationCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-guardduty/src/commands/AcceptInvitationCommand.ts b/clients/client-guardduty/src/commands/AcceptInvitationCommand.ts index 5823c2cc426b..bffc9fc8296f 100644 --- a/clients/client-guardduty/src/commands/AcceptInvitationCommand.ts +++ b/clients/client-guardduty/src/commands/AcceptInvitationCommand.ts @@ -78,9 +78,6 @@ export class AcceptInvitationCommand extends $Command< AcceptInvitationCommandOutput, GuardDutyClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -94,9 +91,7 @@ export class AcceptInvitationCommand extends $Command< * @public */ constructor(readonly input: AcceptInvitationCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -149,7 +144,4 @@ export class AcceptInvitationCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_AcceptInvitationCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-guardduty/src/commands/ArchiveFindingsCommand.ts b/clients/client-guardduty/src/commands/ArchiveFindingsCommand.ts index 7ca8011860c3..baa0124145b8 100644 --- a/clients/client-guardduty/src/commands/ArchiveFindingsCommand.ts +++ b/clients/client-guardduty/src/commands/ArchiveFindingsCommand.ts @@ -81,9 +81,6 @@ export class ArchiveFindingsCommand extends $Command< ArchiveFindingsCommandOutput, GuardDutyClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -97,9 +94,7 @@ export class ArchiveFindingsCommand extends $Command< * @public */ constructor(readonly input: ArchiveFindingsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -152,7 +147,4 @@ export class ArchiveFindingsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ArchiveFindingsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-guardduty/src/commands/CreateDetectorCommand.ts b/clients/client-guardduty/src/commands/CreateDetectorCommand.ts index 5692be266070..c95ab494d883 100644 --- a/clients/client-guardduty/src/commands/CreateDetectorCommand.ts +++ b/clients/client-guardduty/src/commands/CreateDetectorCommand.ts @@ -125,9 +125,6 @@ export class CreateDetectorCommand extends $Command< CreateDetectorCommandOutput, GuardDutyClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -141,9 +138,7 @@ export class CreateDetectorCommand extends $Command< * @public */ constructor(readonly input: CreateDetectorCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -196,7 +191,4 @@ export class CreateDetectorCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateDetectorCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-guardduty/src/commands/CreateFilterCommand.ts b/clients/client-guardduty/src/commands/CreateFilterCommand.ts index 5cf2e3007d95..7b8de1e99a29 100644 --- a/clients/client-guardduty/src/commands/CreateFilterCommand.ts +++ b/clients/client-guardduty/src/commands/CreateFilterCommand.ts @@ -111,9 +111,6 @@ export class CreateFilterCommand extends $Command< CreateFilterCommandOutput, GuardDutyClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -127,9 +124,7 @@ export class CreateFilterCommand extends $Command< * @public */ constructor(readonly input: CreateFilterCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -180,7 +175,4 @@ export class CreateFilterCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateFilterCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-guardduty/src/commands/CreateIPSetCommand.ts b/clients/client-guardduty/src/commands/CreateIPSetCommand.ts index c64465999c09..fa885a401d78 100644 --- a/clients/client-guardduty/src/commands/CreateIPSetCommand.ts +++ b/clients/client-guardduty/src/commands/CreateIPSetCommand.ts @@ -87,9 +87,6 @@ export class CreateIPSetCommand extends $Command< CreateIPSetCommandOutput, GuardDutyClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -103,9 +100,7 @@ export class CreateIPSetCommand extends $Command< * @public */ constructor(readonly input: CreateIPSetCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -156,7 +151,4 @@ export class CreateIPSetCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateIPSetCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-guardduty/src/commands/CreateMembersCommand.ts b/clients/client-guardduty/src/commands/CreateMembersCommand.ts index 2f594c7efda0..c7203ec15448 100644 --- a/clients/client-guardduty/src/commands/CreateMembersCommand.ts +++ b/clients/client-guardduty/src/commands/CreateMembersCommand.ts @@ -101,9 +101,6 @@ export class CreateMembersCommand extends $Command< CreateMembersCommandOutput, GuardDutyClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -117,9 +114,7 @@ export class CreateMembersCommand extends $Command< * @public */ constructor(readonly input: CreateMembersCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -170,7 +165,4 @@ export class CreateMembersCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateMembersCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-guardduty/src/commands/CreatePublishingDestinationCommand.ts b/clients/client-guardduty/src/commands/CreatePublishingDestinationCommand.ts index f48217e435f4..3f573ab33576 100644 --- a/clients/client-guardduty/src/commands/CreatePublishingDestinationCommand.ts +++ b/clients/client-guardduty/src/commands/CreatePublishingDestinationCommand.ts @@ -88,9 +88,6 @@ export class CreatePublishingDestinationCommand extends $Command< CreatePublishingDestinationCommandOutput, GuardDutyClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -104,9 +101,7 @@ export class CreatePublishingDestinationCommand extends $Command< * @public */ constructor(readonly input: CreatePublishingDestinationCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -162,7 +157,4 @@ export class CreatePublishingDestinationCommand extends $Command< ): Promise { return de_CreatePublishingDestinationCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-guardduty/src/commands/CreateSampleFindingsCommand.ts b/clients/client-guardduty/src/commands/CreateSampleFindingsCommand.ts index 8ab460199f47..bea46c8003e9 100644 --- a/clients/client-guardduty/src/commands/CreateSampleFindingsCommand.ts +++ b/clients/client-guardduty/src/commands/CreateSampleFindingsCommand.ts @@ -79,9 +79,6 @@ export class CreateSampleFindingsCommand extends $Command< CreateSampleFindingsCommandOutput, GuardDutyClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -95,9 +92,7 @@ export class CreateSampleFindingsCommand extends $Command< * @public */ constructor(readonly input: CreateSampleFindingsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -150,7 +145,4 @@ export class CreateSampleFindingsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateSampleFindingsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-guardduty/src/commands/CreateThreatIntelSetCommand.ts b/clients/client-guardduty/src/commands/CreateThreatIntelSetCommand.ts index 3ae35637d4ab..9fd0955357f4 100644 --- a/clients/client-guardduty/src/commands/CreateThreatIntelSetCommand.ts +++ b/clients/client-guardduty/src/commands/CreateThreatIntelSetCommand.ts @@ -86,9 +86,6 @@ export class CreateThreatIntelSetCommand extends $Command< CreateThreatIntelSetCommandOutput, GuardDutyClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -102,9 +99,7 @@ export class CreateThreatIntelSetCommand extends $Command< * @public */ constructor(readonly input: CreateThreatIntelSetCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -157,7 +152,4 @@ export class CreateThreatIntelSetCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateThreatIntelSetCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-guardduty/src/commands/DeclineInvitationsCommand.ts b/clients/client-guardduty/src/commands/DeclineInvitationsCommand.ts index 1340958e5895..7a087416f01f 100644 --- a/clients/client-guardduty/src/commands/DeclineInvitationsCommand.ts +++ b/clients/client-guardduty/src/commands/DeclineInvitationsCommand.ts @@ -84,9 +84,6 @@ export class DeclineInvitationsCommand extends $Command< DeclineInvitationsCommandOutput, GuardDutyClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -100,9 +97,7 @@ export class DeclineInvitationsCommand extends $Command< * @public */ constructor(readonly input: DeclineInvitationsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -155,7 +150,4 @@ export class DeclineInvitationsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeclineInvitationsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-guardduty/src/commands/DeleteDetectorCommand.ts b/clients/client-guardduty/src/commands/DeleteDetectorCommand.ts index c63ea3ddb65e..987ab784fc09 100644 --- a/clients/client-guardduty/src/commands/DeleteDetectorCommand.ts +++ b/clients/client-guardduty/src/commands/DeleteDetectorCommand.ts @@ -74,9 +74,6 @@ export class DeleteDetectorCommand extends $Command< DeleteDetectorCommandOutput, GuardDutyClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -90,9 +87,7 @@ export class DeleteDetectorCommand extends $Command< * @public */ constructor(readonly input: DeleteDetectorCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -145,7 +140,4 @@ export class DeleteDetectorCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteDetectorCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-guardduty/src/commands/DeleteFilterCommand.ts b/clients/client-guardduty/src/commands/DeleteFilterCommand.ts index 310203818948..6b2c2382bb32 100644 --- a/clients/client-guardduty/src/commands/DeleteFilterCommand.ts +++ b/clients/client-guardduty/src/commands/DeleteFilterCommand.ts @@ -75,9 +75,6 @@ export class DeleteFilterCommand extends $Command< DeleteFilterCommandOutput, GuardDutyClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -91,9 +88,7 @@ export class DeleteFilterCommand extends $Command< * @public */ constructor(readonly input: DeleteFilterCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -144,7 +139,4 @@ export class DeleteFilterCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteFilterCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-guardduty/src/commands/DeleteIPSetCommand.ts b/clients/client-guardduty/src/commands/DeleteIPSetCommand.ts index 30503c8b3962..b23b689655de 100644 --- a/clients/client-guardduty/src/commands/DeleteIPSetCommand.ts +++ b/clients/client-guardduty/src/commands/DeleteIPSetCommand.ts @@ -76,9 +76,6 @@ export class DeleteIPSetCommand extends $Command< DeleteIPSetCommandOutput, GuardDutyClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -92,9 +89,7 @@ export class DeleteIPSetCommand extends $Command< * @public */ constructor(readonly input: DeleteIPSetCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -145,7 +140,4 @@ export class DeleteIPSetCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteIPSetCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-guardduty/src/commands/DeleteInvitationsCommand.ts b/clients/client-guardduty/src/commands/DeleteInvitationsCommand.ts index fd1ae349a984..bbd7e02d74ff 100644 --- a/clients/client-guardduty/src/commands/DeleteInvitationsCommand.ts +++ b/clients/client-guardduty/src/commands/DeleteInvitationsCommand.ts @@ -84,9 +84,6 @@ export class DeleteInvitationsCommand extends $Command< DeleteInvitationsCommandOutput, GuardDutyClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -100,9 +97,7 @@ export class DeleteInvitationsCommand extends $Command< * @public */ constructor(readonly input: DeleteInvitationsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -155,7 +150,4 @@ export class DeleteInvitationsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteInvitationsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-guardduty/src/commands/DeleteMembersCommand.ts b/clients/client-guardduty/src/commands/DeleteMembersCommand.ts index 0b0b37aefe4f..46e0019c1e35 100644 --- a/clients/client-guardduty/src/commands/DeleteMembersCommand.ts +++ b/clients/client-guardduty/src/commands/DeleteMembersCommand.ts @@ -88,9 +88,6 @@ export class DeleteMembersCommand extends $Command< DeleteMembersCommandOutput, GuardDutyClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -104,9 +101,7 @@ export class DeleteMembersCommand extends $Command< * @public */ constructor(readonly input: DeleteMembersCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -157,7 +152,4 @@ export class DeleteMembersCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteMembersCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-guardduty/src/commands/DeletePublishingDestinationCommand.ts b/clients/client-guardduty/src/commands/DeletePublishingDestinationCommand.ts index b32cdeb01305..43f5f7f724e1 100644 --- a/clients/client-guardduty/src/commands/DeletePublishingDestinationCommand.ts +++ b/clients/client-guardduty/src/commands/DeletePublishingDestinationCommand.ts @@ -80,9 +80,6 @@ export class DeletePublishingDestinationCommand extends $Command< DeletePublishingDestinationCommandOutput, GuardDutyClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -96,9 +93,7 @@ export class DeletePublishingDestinationCommand extends $Command< * @public */ constructor(readonly input: DeletePublishingDestinationCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -154,7 +149,4 @@ export class DeletePublishingDestinationCommand extends $Command< ): Promise { return de_DeletePublishingDestinationCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-guardduty/src/commands/DeleteThreatIntelSetCommand.ts b/clients/client-guardduty/src/commands/DeleteThreatIntelSetCommand.ts index 022c7a4c3705..6f2efcf04b19 100644 --- a/clients/client-guardduty/src/commands/DeleteThreatIntelSetCommand.ts +++ b/clients/client-guardduty/src/commands/DeleteThreatIntelSetCommand.ts @@ -75,9 +75,6 @@ export class DeleteThreatIntelSetCommand extends $Command< DeleteThreatIntelSetCommandOutput, GuardDutyClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -91,9 +88,7 @@ export class DeleteThreatIntelSetCommand extends $Command< * @public */ constructor(readonly input: DeleteThreatIntelSetCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -146,7 +141,4 @@ export class DeleteThreatIntelSetCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteThreatIntelSetCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-guardduty/src/commands/DescribeMalwareScansCommand.ts b/clients/client-guardduty/src/commands/DescribeMalwareScansCommand.ts index 7d85507a44cf..26ec31d67dba 100644 --- a/clients/client-guardduty/src/commands/DescribeMalwareScansCommand.ts +++ b/clients/client-guardduty/src/commands/DescribeMalwareScansCommand.ts @@ -134,9 +134,6 @@ export class DescribeMalwareScansCommand extends $Command< DescribeMalwareScansCommandOutput, GuardDutyClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -150,9 +147,7 @@ export class DescribeMalwareScansCommand extends $Command< * @public */ constructor(readonly input: DescribeMalwareScansCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -205,7 +200,4 @@ export class DescribeMalwareScansCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DescribeMalwareScansCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-guardduty/src/commands/DescribeOrganizationConfigurationCommand.ts b/clients/client-guardduty/src/commands/DescribeOrganizationConfigurationCommand.ts index 69f802cb915f..300a75564537 100644 --- a/clients/client-guardduty/src/commands/DescribeOrganizationConfigurationCommand.ts +++ b/clients/client-guardduty/src/commands/DescribeOrganizationConfigurationCommand.ts @@ -122,9 +122,6 @@ export class DescribeOrganizationConfigurationCommand extends $Command< DescribeOrganizationConfigurationCommandOutput, GuardDutyClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -138,9 +135,7 @@ export class DescribeOrganizationConfigurationCommand extends $Command< * @public */ constructor(readonly input: DescribeOrganizationConfigurationCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -199,7 +194,4 @@ export class DescribeOrganizationConfigurationCommand extends $Command< ): Promise { return de_DescribeOrganizationConfigurationCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-guardduty/src/commands/DescribePublishingDestinationCommand.ts b/clients/client-guardduty/src/commands/DescribePublishingDestinationCommand.ts index 04569854e3a8..1ea866a09732 100644 --- a/clients/client-guardduty/src/commands/DescribePublishingDestinationCommand.ts +++ b/clients/client-guardduty/src/commands/DescribePublishingDestinationCommand.ts @@ -90,9 +90,6 @@ export class DescribePublishingDestinationCommand extends $Command< DescribePublishingDestinationCommandOutput, GuardDutyClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -106,9 +103,7 @@ export class DescribePublishingDestinationCommand extends $Command< * @public */ constructor(readonly input: DescribePublishingDestinationCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -164,7 +159,4 @@ export class DescribePublishingDestinationCommand extends $Command< ): Promise { return de_DescribePublishingDestinationCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-guardduty/src/commands/DisableOrganizationAdminAccountCommand.ts b/clients/client-guardduty/src/commands/DisableOrganizationAdminAccountCommand.ts index aff91ce9dccb..b06375d531b3 100644 --- a/clients/client-guardduty/src/commands/DisableOrganizationAdminAccountCommand.ts +++ b/clients/client-guardduty/src/commands/DisableOrganizationAdminAccountCommand.ts @@ -81,9 +81,6 @@ export class DisableOrganizationAdminAccountCommand extends $Command< DisableOrganizationAdminAccountCommandOutput, GuardDutyClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -97,9 +94,7 @@ export class DisableOrganizationAdminAccountCommand extends $Command< * @public */ constructor(readonly input: DisableOrganizationAdminAccountCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -158,7 +153,4 @@ export class DisableOrganizationAdminAccountCommand extends $Command< ): Promise { return de_DisableOrganizationAdminAccountCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-guardduty/src/commands/DisassociateFromAdministratorAccountCommand.ts b/clients/client-guardduty/src/commands/DisassociateFromAdministratorAccountCommand.ts index 78cf035603a7..c586b996e339 100644 --- a/clients/client-guardduty/src/commands/DisassociateFromAdministratorAccountCommand.ts +++ b/clients/client-guardduty/src/commands/DisassociateFromAdministratorAccountCommand.ts @@ -91,9 +91,6 @@ export class DisassociateFromAdministratorAccountCommand extends $Command< DisassociateFromAdministratorAccountCommandOutput, GuardDutyClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -107,9 +104,7 @@ export class DisassociateFromAdministratorAccountCommand extends $Command< * @public */ constructor(readonly input: DisassociateFromAdministratorAccountCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -168,7 +163,4 @@ export class DisassociateFromAdministratorAccountCommand extends $Command< ): Promise { return de_DisassociateFromAdministratorAccountCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-guardduty/src/commands/DisassociateFromMasterAccountCommand.ts b/clients/client-guardduty/src/commands/DisassociateFromMasterAccountCommand.ts index c88820b970e5..2f6eb06418d3 100644 --- a/clients/client-guardduty/src/commands/DisassociateFromMasterAccountCommand.ts +++ b/clients/client-guardduty/src/commands/DisassociateFromMasterAccountCommand.ts @@ -87,9 +87,6 @@ export class DisassociateFromMasterAccountCommand extends $Command< DisassociateFromMasterAccountCommandOutput, GuardDutyClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -103,9 +100,7 @@ export class DisassociateFromMasterAccountCommand extends $Command< * @public */ constructor(readonly input: DisassociateFromMasterAccountCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -161,7 +156,4 @@ export class DisassociateFromMasterAccountCommand extends $Command< ): Promise { return de_DisassociateFromMasterAccountCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-guardduty/src/commands/DisassociateMembersCommand.ts b/clients/client-guardduty/src/commands/DisassociateMembersCommand.ts index 0c11420a5cc1..dfb3772be806 100644 --- a/clients/client-guardduty/src/commands/DisassociateMembersCommand.ts +++ b/clients/client-guardduty/src/commands/DisassociateMembersCommand.ts @@ -94,9 +94,6 @@ export class DisassociateMembersCommand extends $Command< DisassociateMembersCommandOutput, GuardDutyClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -110,9 +107,7 @@ export class DisassociateMembersCommand extends $Command< * @public */ constructor(readonly input: DisassociateMembersCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -165,7 +160,4 @@ export class DisassociateMembersCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DisassociateMembersCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-guardduty/src/commands/EnableOrganizationAdminAccountCommand.ts b/clients/client-guardduty/src/commands/EnableOrganizationAdminAccountCommand.ts index cd7cf830726e..a9ae410b4d92 100644 --- a/clients/client-guardduty/src/commands/EnableOrganizationAdminAccountCommand.ts +++ b/clients/client-guardduty/src/commands/EnableOrganizationAdminAccountCommand.ts @@ -81,9 +81,6 @@ export class EnableOrganizationAdminAccountCommand extends $Command< EnableOrganizationAdminAccountCommandOutput, GuardDutyClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -97,9 +94,7 @@ export class EnableOrganizationAdminAccountCommand extends $Command< * @public */ constructor(readonly input: EnableOrganizationAdminAccountCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -158,7 +153,4 @@ export class EnableOrganizationAdminAccountCommand extends $Command< ): Promise { return de_EnableOrganizationAdminAccountCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-guardduty/src/commands/GetAdministratorAccountCommand.ts b/clients/client-guardduty/src/commands/GetAdministratorAccountCommand.ts index f6c1b3a9321e..93f4fc13e8b1 100644 --- a/clients/client-guardduty/src/commands/GetAdministratorAccountCommand.ts +++ b/clients/client-guardduty/src/commands/GetAdministratorAccountCommand.ts @@ -86,9 +86,6 @@ export class GetAdministratorAccountCommand extends $Command< GetAdministratorAccountCommandOutput, GuardDutyClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -102,9 +99,7 @@ export class GetAdministratorAccountCommand extends $Command< * @public */ constructor(readonly input: GetAdministratorAccountCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -157,7 +152,4 @@ export class GetAdministratorAccountCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetAdministratorAccountCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-guardduty/src/commands/GetCoverageStatisticsCommand.ts b/clients/client-guardduty/src/commands/GetCoverageStatisticsCommand.ts index 5c4865d0d514..03ae24ca29c0 100644 --- a/clients/client-guardduty/src/commands/GetCoverageStatisticsCommand.ts +++ b/clients/client-guardduty/src/commands/GetCoverageStatisticsCommand.ts @@ -104,9 +104,6 @@ export class GetCoverageStatisticsCommand extends $Command< GetCoverageStatisticsCommandOutput, GuardDutyClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -120,9 +117,7 @@ export class GetCoverageStatisticsCommand extends $Command< * @public */ constructor(readonly input: GetCoverageStatisticsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -175,7 +170,4 @@ export class GetCoverageStatisticsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetCoverageStatisticsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-guardduty/src/commands/GetDetectorCommand.ts b/clients/client-guardduty/src/commands/GetDetectorCommand.ts index 68bb682df25a..6e350d39ebf5 100644 --- a/clients/client-guardduty/src/commands/GetDetectorCommand.ts +++ b/clients/client-guardduty/src/commands/GetDetectorCommand.ts @@ -128,9 +128,6 @@ export class GetDetectorCommand extends $Command< GetDetectorCommandOutput, GuardDutyClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -144,9 +141,7 @@ export class GetDetectorCommand extends $Command< * @public */ constructor(readonly input: GetDetectorCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -197,7 +192,4 @@ export class GetDetectorCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetDetectorCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-guardduty/src/commands/GetFilterCommand.ts b/clients/client-guardduty/src/commands/GetFilterCommand.ts index 96dbb8f22f2e..8300c0435ba8 100644 --- a/clients/client-guardduty/src/commands/GetFilterCommand.ts +++ b/clients/client-guardduty/src/commands/GetFilterCommand.ts @@ -109,9 +109,6 @@ export class GetFilterCommand extends $Command< GetFilterCommandOutput, GuardDutyClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -125,9 +122,7 @@ export class GetFilterCommand extends $Command< * @public */ constructor(readonly input: GetFilterCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -178,7 +173,4 @@ export class GetFilterCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetFilterCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-guardduty/src/commands/GetFindingsCommand.ts b/clients/client-guardduty/src/commands/GetFindingsCommand.ts index 4616a16bdf13..b6f15bfb23c0 100644 --- a/clients/client-guardduty/src/commands/GetFindingsCommand.ts +++ b/clients/client-guardduty/src/commands/GetFindingsCommand.ts @@ -822,9 +822,6 @@ export class GetFindingsCommand extends $Command< GetFindingsCommandOutput, GuardDutyClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -838,9 +835,7 @@ export class GetFindingsCommand extends $Command< * @public */ constructor(readonly input: GetFindingsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -891,7 +886,4 @@ export class GetFindingsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetFindingsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-guardduty/src/commands/GetFindingsStatisticsCommand.ts b/clients/client-guardduty/src/commands/GetFindingsStatisticsCommand.ts index df02806006ff..3ecbb0472d26 100644 --- a/clients/client-guardduty/src/commands/GetFindingsStatisticsCommand.ts +++ b/clients/client-guardduty/src/commands/GetFindingsStatisticsCommand.ts @@ -109,9 +109,6 @@ export class GetFindingsStatisticsCommand extends $Command< GetFindingsStatisticsCommandOutput, GuardDutyClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -125,9 +122,7 @@ export class GetFindingsStatisticsCommand extends $Command< * @public */ constructor(readonly input: GetFindingsStatisticsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -180,7 +175,4 @@ export class GetFindingsStatisticsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetFindingsStatisticsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-guardduty/src/commands/GetIPSetCommand.ts b/clients/client-guardduty/src/commands/GetIPSetCommand.ts index 42cc1ab73591..e63ff715349e 100644 --- a/clients/client-guardduty/src/commands/GetIPSetCommand.ts +++ b/clients/client-guardduty/src/commands/GetIPSetCommand.ts @@ -83,9 +83,6 @@ export class GetIPSetCommand extends $Command< GetIPSetCommandOutput, GuardDutyClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -99,9 +96,7 @@ export class GetIPSetCommand extends $Command< * @public */ constructor(readonly input: GetIPSetCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -152,7 +147,4 @@ export class GetIPSetCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetIPSetCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-guardduty/src/commands/GetInvitationsCountCommand.ts b/clients/client-guardduty/src/commands/GetInvitationsCountCommand.ts index 0db07a952f4f..60e884362fe6 100644 --- a/clients/client-guardduty/src/commands/GetInvitationsCountCommand.ts +++ b/clients/client-guardduty/src/commands/GetInvitationsCountCommand.ts @@ -75,9 +75,6 @@ export class GetInvitationsCountCommand extends $Command< GetInvitationsCountCommandOutput, GuardDutyClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -91,9 +88,7 @@ export class GetInvitationsCountCommand extends $Command< * @public */ constructor(readonly input: GetInvitationsCountCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -146,7 +141,4 @@ export class GetInvitationsCountCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetInvitationsCountCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-guardduty/src/commands/GetMalwareScanSettingsCommand.ts b/clients/client-guardduty/src/commands/GetMalwareScanSettingsCommand.ts index 89250b059afc..3c75301c2140 100644 --- a/clients/client-guardduty/src/commands/GetMalwareScanSettingsCommand.ts +++ b/clients/client-guardduty/src/commands/GetMalwareScanSettingsCommand.ts @@ -101,9 +101,6 @@ export class GetMalwareScanSettingsCommand extends $Command< GetMalwareScanSettingsCommandOutput, GuardDutyClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -117,9 +114,7 @@ export class GetMalwareScanSettingsCommand extends $Command< * @public */ constructor(readonly input: GetMalwareScanSettingsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -172,7 +167,4 @@ export class GetMalwareScanSettingsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetMalwareScanSettingsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-guardduty/src/commands/GetMasterAccountCommand.ts b/clients/client-guardduty/src/commands/GetMasterAccountCommand.ts index 4e4f31533eab..c9ccd0287d2f 100644 --- a/clients/client-guardduty/src/commands/GetMasterAccountCommand.ts +++ b/clients/client-guardduty/src/commands/GetMasterAccountCommand.ts @@ -84,9 +84,6 @@ export class GetMasterAccountCommand extends $Command< GetMasterAccountCommandOutput, GuardDutyClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -100,9 +97,7 @@ export class GetMasterAccountCommand extends $Command< * @public */ constructor(readonly input: GetMasterAccountCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -155,7 +150,4 @@ export class GetMasterAccountCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetMasterAccountCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-guardduty/src/commands/GetMemberDetectorsCommand.ts b/clients/client-guardduty/src/commands/GetMemberDetectorsCommand.ts index d6314e26b1fd..34b30bffd74b 100644 --- a/clients/client-guardduty/src/commands/GetMemberDetectorsCommand.ts +++ b/clients/client-guardduty/src/commands/GetMemberDetectorsCommand.ts @@ -134,9 +134,6 @@ export class GetMemberDetectorsCommand extends $Command< GetMemberDetectorsCommandOutput, GuardDutyClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -150,9 +147,7 @@ export class GetMemberDetectorsCommand extends $Command< * @public */ constructor(readonly input: GetMemberDetectorsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -205,7 +200,4 @@ export class GetMemberDetectorsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetMemberDetectorsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-guardduty/src/commands/GetMembersCommand.ts b/clients/client-guardduty/src/commands/GetMembersCommand.ts index 2f4d4ea5d9f7..4cd454ac5937 100644 --- a/clients/client-guardduty/src/commands/GetMembersCommand.ts +++ b/clients/client-guardduty/src/commands/GetMembersCommand.ts @@ -97,9 +97,6 @@ export class GetMembersCommand extends $Command< GetMembersCommandOutput, GuardDutyClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -113,9 +110,7 @@ export class GetMembersCommand extends $Command< * @public */ constructor(readonly input: GetMembersCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -166,7 +161,4 @@ export class GetMembersCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetMembersCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-guardduty/src/commands/GetRemainingFreeTrialDaysCommand.ts b/clients/client-guardduty/src/commands/GetRemainingFreeTrialDaysCommand.ts index b39c712970ed..de05881af0e5 100644 --- a/clients/client-guardduty/src/commands/GetRemainingFreeTrialDaysCommand.ts +++ b/clients/client-guardduty/src/commands/GetRemainingFreeTrialDaysCommand.ts @@ -118,9 +118,6 @@ export class GetRemainingFreeTrialDaysCommand extends $Command< GetRemainingFreeTrialDaysCommandOutput, GuardDutyClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -134,9 +131,7 @@ export class GetRemainingFreeTrialDaysCommand extends $Command< * @public */ constructor(readonly input: GetRemainingFreeTrialDaysCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -192,7 +187,4 @@ export class GetRemainingFreeTrialDaysCommand extends $Command< ): Promise { return de_GetRemainingFreeTrialDaysCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-guardduty/src/commands/GetThreatIntelSetCommand.ts b/clients/client-guardduty/src/commands/GetThreatIntelSetCommand.ts index 33570ab0fdde..91744c44a236 100644 --- a/clients/client-guardduty/src/commands/GetThreatIntelSetCommand.ts +++ b/clients/client-guardduty/src/commands/GetThreatIntelSetCommand.ts @@ -83,9 +83,6 @@ export class GetThreatIntelSetCommand extends $Command< GetThreatIntelSetCommandOutput, GuardDutyClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -99,9 +96,7 @@ export class GetThreatIntelSetCommand extends $Command< * @public */ constructor(readonly input: GetThreatIntelSetCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -154,7 +149,4 @@ export class GetThreatIntelSetCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetThreatIntelSetCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-guardduty/src/commands/GetUsageStatisticsCommand.ts b/clients/client-guardduty/src/commands/GetUsageStatisticsCommand.ts index eaa717bda08c..e5e148558b50 100644 --- a/clients/client-guardduty/src/commands/GetUsageStatisticsCommand.ts +++ b/clients/client-guardduty/src/commands/GetUsageStatisticsCommand.ts @@ -144,9 +144,6 @@ export class GetUsageStatisticsCommand extends $Command< GetUsageStatisticsCommandOutput, GuardDutyClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -160,9 +157,7 @@ export class GetUsageStatisticsCommand extends $Command< * @public */ constructor(readonly input: GetUsageStatisticsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -215,7 +210,4 @@ export class GetUsageStatisticsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetUsageStatisticsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-guardduty/src/commands/InviteMembersCommand.ts b/clients/client-guardduty/src/commands/InviteMembersCommand.ts index 293c569175e4..a471281581b3 100644 --- a/clients/client-guardduty/src/commands/InviteMembersCommand.ts +++ b/clients/client-guardduty/src/commands/InviteMembersCommand.ts @@ -103,9 +103,6 @@ export class InviteMembersCommand extends $Command< InviteMembersCommandOutput, GuardDutyClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -119,9 +116,7 @@ export class InviteMembersCommand extends $Command< * @public */ constructor(readonly input: InviteMembersCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -172,7 +167,4 @@ export class InviteMembersCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_InviteMembersCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-guardduty/src/commands/ListCoverageCommand.ts b/clients/client-guardduty/src/commands/ListCoverageCommand.ts index 279f3de48d55..997ccea63996 100644 --- a/clients/client-guardduty/src/commands/ListCoverageCommand.ts +++ b/clients/client-guardduty/src/commands/ListCoverageCommand.ts @@ -123,9 +123,6 @@ export class ListCoverageCommand extends $Command< ListCoverageCommandOutput, GuardDutyClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -139,9 +136,7 @@ export class ListCoverageCommand extends $Command< * @public */ constructor(readonly input: ListCoverageCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -192,7 +187,4 @@ export class ListCoverageCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListCoverageCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-guardduty/src/commands/ListDetectorsCommand.ts b/clients/client-guardduty/src/commands/ListDetectorsCommand.ts index e6a0f265db6e..8d5e79e67bc1 100644 --- a/clients/client-guardduty/src/commands/ListDetectorsCommand.ts +++ b/clients/client-guardduty/src/commands/ListDetectorsCommand.ts @@ -80,9 +80,6 @@ export class ListDetectorsCommand extends $Command< ListDetectorsCommandOutput, GuardDutyClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -96,9 +93,7 @@ export class ListDetectorsCommand extends $Command< * @public */ constructor(readonly input: ListDetectorsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -149,7 +144,4 @@ export class ListDetectorsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListDetectorsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-guardduty/src/commands/ListFiltersCommand.ts b/clients/client-guardduty/src/commands/ListFiltersCommand.ts index df5c390e6db1..6b52d85ef982 100644 --- a/clients/client-guardduty/src/commands/ListFiltersCommand.ts +++ b/clients/client-guardduty/src/commands/ListFiltersCommand.ts @@ -81,9 +81,6 @@ export class ListFiltersCommand extends $Command< ListFiltersCommandOutput, GuardDutyClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -97,9 +94,7 @@ export class ListFiltersCommand extends $Command< * @public */ constructor(readonly input: ListFiltersCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -150,7 +145,4 @@ export class ListFiltersCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListFiltersCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-guardduty/src/commands/ListFindingsCommand.ts b/clients/client-guardduty/src/commands/ListFindingsCommand.ts index 4ef250a84aa1..c5edb80a995b 100644 --- a/clients/client-guardduty/src/commands/ListFindingsCommand.ts +++ b/clients/client-guardduty/src/commands/ListFindingsCommand.ts @@ -111,9 +111,6 @@ export class ListFindingsCommand extends $Command< ListFindingsCommandOutput, GuardDutyClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -127,9 +124,7 @@ export class ListFindingsCommand extends $Command< * @public */ constructor(readonly input: ListFindingsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -180,7 +175,4 @@ export class ListFindingsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListFindingsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-guardduty/src/commands/ListIPSetsCommand.ts b/clients/client-guardduty/src/commands/ListIPSetsCommand.ts index cf595f939e89..cedec3e358c1 100644 --- a/clients/client-guardduty/src/commands/ListIPSetsCommand.ts +++ b/clients/client-guardduty/src/commands/ListIPSetsCommand.ts @@ -83,9 +83,6 @@ export class ListIPSetsCommand extends $Command< ListIPSetsCommandOutput, GuardDutyClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -99,9 +96,7 @@ export class ListIPSetsCommand extends $Command< * @public */ constructor(readonly input: ListIPSetsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -152,7 +147,4 @@ export class ListIPSetsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListIPSetsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-guardduty/src/commands/ListInvitationsCommand.ts b/clients/client-guardduty/src/commands/ListInvitationsCommand.ts index 05abbeb5508f..1a4a8226091c 100644 --- a/clients/client-guardduty/src/commands/ListInvitationsCommand.ts +++ b/clients/client-guardduty/src/commands/ListInvitationsCommand.ts @@ -86,9 +86,6 @@ export class ListInvitationsCommand extends $Command< ListInvitationsCommandOutput, GuardDutyClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -102,9 +99,7 @@ export class ListInvitationsCommand extends $Command< * @public */ constructor(readonly input: ListInvitationsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -157,7 +152,4 @@ export class ListInvitationsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListInvitationsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-guardduty/src/commands/ListMembersCommand.ts b/clients/client-guardduty/src/commands/ListMembersCommand.ts index 12d15b457558..ca8a927eecce 100644 --- a/clients/client-guardduty/src/commands/ListMembersCommand.ts +++ b/clients/client-guardduty/src/commands/ListMembersCommand.ts @@ -93,9 +93,6 @@ export class ListMembersCommand extends $Command< ListMembersCommandOutput, GuardDutyClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -109,9 +106,7 @@ export class ListMembersCommand extends $Command< * @public */ constructor(readonly input: ListMembersCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -162,7 +157,4 @@ export class ListMembersCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListMembersCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-guardduty/src/commands/ListOrganizationAdminAccountsCommand.ts b/clients/client-guardduty/src/commands/ListOrganizationAdminAccountsCommand.ts index e8521f38bf57..a93a34f65241 100644 --- a/clients/client-guardduty/src/commands/ListOrganizationAdminAccountsCommand.ts +++ b/clients/client-guardduty/src/commands/ListOrganizationAdminAccountsCommand.ts @@ -90,9 +90,6 @@ export class ListOrganizationAdminAccountsCommand extends $Command< ListOrganizationAdminAccountsCommandOutput, GuardDutyClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -106,9 +103,7 @@ export class ListOrganizationAdminAccountsCommand extends $Command< * @public */ constructor(readonly input: ListOrganizationAdminAccountsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -164,7 +159,4 @@ export class ListOrganizationAdminAccountsCommand extends $Command< ): Promise { return de_ListOrganizationAdminAccountsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-guardduty/src/commands/ListPublishingDestinationsCommand.ts b/clients/client-guardduty/src/commands/ListPublishingDestinationsCommand.ts index 03780f4daf95..dea2bcdb94a5 100644 --- a/clients/client-guardduty/src/commands/ListPublishingDestinationsCommand.ts +++ b/clients/client-guardduty/src/commands/ListPublishingDestinationsCommand.ts @@ -86,9 +86,6 @@ export class ListPublishingDestinationsCommand extends $Command< ListPublishingDestinationsCommandOutput, GuardDutyClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -102,9 +99,7 @@ export class ListPublishingDestinationsCommand extends $Command< * @public */ constructor(readonly input: ListPublishingDestinationsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -160,7 +155,4 @@ export class ListPublishingDestinationsCommand extends $Command< ): Promise { return de_ListPublishingDestinationsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-guardduty/src/commands/ListTagsForResourceCommand.ts b/clients/client-guardduty/src/commands/ListTagsForResourceCommand.ts index d3c35a5fe88d..ee84a53267c1 100644 --- a/clients/client-guardduty/src/commands/ListTagsForResourceCommand.ts +++ b/clients/client-guardduty/src/commands/ListTagsForResourceCommand.ts @@ -84,9 +84,6 @@ export class ListTagsForResourceCommand extends $Command< ListTagsForResourceCommandOutput, GuardDutyClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -100,9 +97,7 @@ export class ListTagsForResourceCommand extends $Command< * @public */ constructor(readonly input: ListTagsForResourceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -155,7 +150,4 @@ export class ListTagsForResourceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListTagsForResourceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-guardduty/src/commands/ListThreatIntelSetsCommand.ts b/clients/client-guardduty/src/commands/ListThreatIntelSetsCommand.ts index 288e52a7f356..9dd12c1adfde 100644 --- a/clients/client-guardduty/src/commands/ListThreatIntelSetsCommand.ts +++ b/clients/client-guardduty/src/commands/ListThreatIntelSetsCommand.ts @@ -83,9 +83,6 @@ export class ListThreatIntelSetsCommand extends $Command< ListThreatIntelSetsCommandOutput, GuardDutyClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -99,9 +96,7 @@ export class ListThreatIntelSetsCommand extends $Command< * @public */ constructor(readonly input: ListThreatIntelSetsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -154,7 +149,4 @@ export class ListThreatIntelSetsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListThreatIntelSetsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-guardduty/src/commands/StartMalwareScanCommand.ts b/clients/client-guardduty/src/commands/StartMalwareScanCommand.ts index 2f5bfca4df94..edc922cdd882 100644 --- a/clients/client-guardduty/src/commands/StartMalwareScanCommand.ts +++ b/clients/client-guardduty/src/commands/StartMalwareScanCommand.ts @@ -80,9 +80,6 @@ export class StartMalwareScanCommand extends $Command< StartMalwareScanCommandOutput, GuardDutyClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -96,9 +93,7 @@ export class StartMalwareScanCommand extends $Command< * @public */ constructor(readonly input: StartMalwareScanCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -151,7 +146,4 @@ export class StartMalwareScanCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_StartMalwareScanCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-guardduty/src/commands/StartMonitoringMembersCommand.ts b/clients/client-guardduty/src/commands/StartMonitoringMembersCommand.ts index a5acbeab1b89..fdd931d787e5 100644 --- a/clients/client-guardduty/src/commands/StartMonitoringMembersCommand.ts +++ b/clients/client-guardduty/src/commands/StartMonitoringMembersCommand.ts @@ -85,9 +85,6 @@ export class StartMonitoringMembersCommand extends $Command< StartMonitoringMembersCommandOutput, GuardDutyClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -101,9 +98,7 @@ export class StartMonitoringMembersCommand extends $Command< * @public */ constructor(readonly input: StartMonitoringMembersCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -156,7 +151,4 @@ export class StartMonitoringMembersCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_StartMonitoringMembersCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-guardduty/src/commands/StopMonitoringMembersCommand.ts b/clients/client-guardduty/src/commands/StopMonitoringMembersCommand.ts index 13370f2744ef..2e0446bd0113 100644 --- a/clients/client-guardduty/src/commands/StopMonitoringMembersCommand.ts +++ b/clients/client-guardduty/src/commands/StopMonitoringMembersCommand.ts @@ -89,9 +89,6 @@ export class StopMonitoringMembersCommand extends $Command< StopMonitoringMembersCommandOutput, GuardDutyClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -105,9 +102,7 @@ export class StopMonitoringMembersCommand extends $Command< * @public */ constructor(readonly input: StopMonitoringMembersCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -160,7 +155,4 @@ export class StopMonitoringMembersCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_StopMonitoringMembersCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-guardduty/src/commands/TagResourceCommand.ts b/clients/client-guardduty/src/commands/TagResourceCommand.ts index 48e248cd85a0..bd8777421918 100644 --- a/clients/client-guardduty/src/commands/TagResourceCommand.ts +++ b/clients/client-guardduty/src/commands/TagResourceCommand.ts @@ -80,9 +80,6 @@ export class TagResourceCommand extends $Command< TagResourceCommandOutput, GuardDutyClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -96,9 +93,7 @@ export class TagResourceCommand extends $Command< * @public */ constructor(readonly input: TagResourceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -149,7 +144,4 @@ export class TagResourceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_TagResourceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-guardduty/src/commands/UnarchiveFindingsCommand.ts b/clients/client-guardduty/src/commands/UnarchiveFindingsCommand.ts index 32c65f162562..7742fe15311d 100644 --- a/clients/client-guardduty/src/commands/UnarchiveFindingsCommand.ts +++ b/clients/client-guardduty/src/commands/UnarchiveFindingsCommand.ts @@ -77,9 +77,6 @@ export class UnarchiveFindingsCommand extends $Command< UnarchiveFindingsCommandOutput, GuardDutyClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -93,9 +90,7 @@ export class UnarchiveFindingsCommand extends $Command< * @public */ constructor(readonly input: UnarchiveFindingsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -148,7 +143,4 @@ export class UnarchiveFindingsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UnarchiveFindingsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-guardduty/src/commands/UntagResourceCommand.ts b/clients/client-guardduty/src/commands/UntagResourceCommand.ts index 4e0eb6738ea3..680176dd6030 100644 --- a/clients/client-guardduty/src/commands/UntagResourceCommand.ts +++ b/clients/client-guardduty/src/commands/UntagResourceCommand.ts @@ -80,9 +80,6 @@ export class UntagResourceCommand extends $Command< UntagResourceCommandOutput, GuardDutyClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -96,9 +93,7 @@ export class UntagResourceCommand extends $Command< * @public */ constructor(readonly input: UntagResourceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -149,7 +144,4 @@ export class UntagResourceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UntagResourceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-guardduty/src/commands/UpdateDetectorCommand.ts b/clients/client-guardduty/src/commands/UpdateDetectorCommand.ts index d4862da65149..f5f1aeb9e4cc 100644 --- a/clients/client-guardduty/src/commands/UpdateDetectorCommand.ts +++ b/clients/client-guardduty/src/commands/UpdateDetectorCommand.ts @@ -106,9 +106,6 @@ export class UpdateDetectorCommand extends $Command< UpdateDetectorCommandOutput, GuardDutyClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -122,9 +119,7 @@ export class UpdateDetectorCommand extends $Command< * @public */ constructor(readonly input: UpdateDetectorCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -177,7 +172,4 @@ export class UpdateDetectorCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdateDetectorCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-guardduty/src/commands/UpdateFilterCommand.ts b/clients/client-guardduty/src/commands/UpdateFilterCommand.ts index 0f29899364d7..b713de540c13 100644 --- a/clients/client-guardduty/src/commands/UpdateFilterCommand.ts +++ b/clients/client-guardduty/src/commands/UpdateFilterCommand.ts @@ -106,9 +106,6 @@ export class UpdateFilterCommand extends $Command< UpdateFilterCommandOutput, GuardDutyClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -122,9 +119,7 @@ export class UpdateFilterCommand extends $Command< * @public */ constructor(readonly input: UpdateFilterCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -175,7 +170,4 @@ export class UpdateFilterCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdateFilterCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-guardduty/src/commands/UpdateFindingsFeedbackCommand.ts b/clients/client-guardduty/src/commands/UpdateFindingsFeedbackCommand.ts index 1c276d0798c1..296131eb44b2 100644 --- a/clients/client-guardduty/src/commands/UpdateFindingsFeedbackCommand.ts +++ b/clients/client-guardduty/src/commands/UpdateFindingsFeedbackCommand.ts @@ -79,9 +79,6 @@ export class UpdateFindingsFeedbackCommand extends $Command< UpdateFindingsFeedbackCommandOutput, GuardDutyClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -95,9 +92,7 @@ export class UpdateFindingsFeedbackCommand extends $Command< * @public */ constructor(readonly input: UpdateFindingsFeedbackCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -150,7 +145,4 @@ export class UpdateFindingsFeedbackCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdateFindingsFeedbackCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-guardduty/src/commands/UpdateIPSetCommand.ts b/clients/client-guardduty/src/commands/UpdateIPSetCommand.ts index 9ba99c1beea1..ec1925f1987a 100644 --- a/clients/client-guardduty/src/commands/UpdateIPSetCommand.ts +++ b/clients/client-guardduty/src/commands/UpdateIPSetCommand.ts @@ -78,9 +78,6 @@ export class UpdateIPSetCommand extends $Command< UpdateIPSetCommandOutput, GuardDutyClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -94,9 +91,7 @@ export class UpdateIPSetCommand extends $Command< * @public */ constructor(readonly input: UpdateIPSetCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -147,7 +142,4 @@ export class UpdateIPSetCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdateIPSetCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-guardduty/src/commands/UpdateMalwareScanSettingsCommand.ts b/clients/client-guardduty/src/commands/UpdateMalwareScanSettingsCommand.ts index 35e61d200e04..6e99e7c2f0db 100644 --- a/clients/client-guardduty/src/commands/UpdateMalwareScanSettingsCommand.ts +++ b/clients/client-guardduty/src/commands/UpdateMalwareScanSettingsCommand.ts @@ -100,9 +100,6 @@ export class UpdateMalwareScanSettingsCommand extends $Command< UpdateMalwareScanSettingsCommandOutput, GuardDutyClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -116,9 +113,7 @@ export class UpdateMalwareScanSettingsCommand extends $Command< * @public */ constructor(readonly input: UpdateMalwareScanSettingsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -174,7 +169,4 @@ export class UpdateMalwareScanSettingsCommand extends $Command< ): Promise { return de_UpdateMalwareScanSettingsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-guardduty/src/commands/UpdateMemberDetectorsCommand.ts b/clients/client-guardduty/src/commands/UpdateMemberDetectorsCommand.ts index b8d2e6811165..5244bbec333b 100644 --- a/clients/client-guardduty/src/commands/UpdateMemberDetectorsCommand.ts +++ b/clients/client-guardduty/src/commands/UpdateMemberDetectorsCommand.ts @@ -114,9 +114,6 @@ export class UpdateMemberDetectorsCommand extends $Command< UpdateMemberDetectorsCommandOutput, GuardDutyClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -130,9 +127,7 @@ export class UpdateMemberDetectorsCommand extends $Command< * @public */ constructor(readonly input: UpdateMemberDetectorsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -185,7 +180,4 @@ export class UpdateMemberDetectorsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdateMemberDetectorsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-guardduty/src/commands/UpdateOrganizationConfigurationCommand.ts b/clients/client-guardduty/src/commands/UpdateOrganizationConfigurationCommand.ts index 4e8e6bb67c5a..4f466ebd7113 100644 --- a/clients/client-guardduty/src/commands/UpdateOrganizationConfigurationCommand.ts +++ b/clients/client-guardduty/src/commands/UpdateOrganizationConfigurationCommand.ts @@ -114,9 +114,6 @@ export class UpdateOrganizationConfigurationCommand extends $Command< UpdateOrganizationConfigurationCommandOutput, GuardDutyClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -130,9 +127,7 @@ export class UpdateOrganizationConfigurationCommand extends $Command< * @public */ constructor(readonly input: UpdateOrganizationConfigurationCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -191,7 +186,4 @@ export class UpdateOrganizationConfigurationCommand extends $Command< ): Promise { return de_UpdateOrganizationConfigurationCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-guardduty/src/commands/UpdatePublishingDestinationCommand.ts b/clients/client-guardduty/src/commands/UpdatePublishingDestinationCommand.ts index 762bbcd085a5..1650fdd4912b 100644 --- a/clients/client-guardduty/src/commands/UpdatePublishingDestinationCommand.ts +++ b/clients/client-guardduty/src/commands/UpdatePublishingDestinationCommand.ts @@ -85,9 +85,6 @@ export class UpdatePublishingDestinationCommand extends $Command< UpdatePublishingDestinationCommandOutput, GuardDutyClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -101,9 +98,7 @@ export class UpdatePublishingDestinationCommand extends $Command< * @public */ constructor(readonly input: UpdatePublishingDestinationCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -159,7 +154,4 @@ export class UpdatePublishingDestinationCommand extends $Command< ): Promise { return de_UpdatePublishingDestinationCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-guardduty/src/commands/UpdateThreatIntelSetCommand.ts b/clients/client-guardduty/src/commands/UpdateThreatIntelSetCommand.ts index d1eda2e48937..43560faafc48 100644 --- a/clients/client-guardduty/src/commands/UpdateThreatIntelSetCommand.ts +++ b/clients/client-guardduty/src/commands/UpdateThreatIntelSetCommand.ts @@ -78,9 +78,6 @@ export class UpdateThreatIntelSetCommand extends $Command< UpdateThreatIntelSetCommandOutput, GuardDutyClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -94,9 +91,7 @@ export class UpdateThreatIntelSetCommand extends $Command< * @public */ constructor(readonly input: UpdateThreatIntelSetCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -149,7 +144,4 @@ export class UpdateThreatIntelSetCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdateThreatIntelSetCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-health/package.json b/clients/client-health/package.json index 53d62bd3f532..94ac984c52fd 100644 --- a/clients/client-health/package.json +++ b/clients/client-health/package.json @@ -34,29 +34,29 @@ "@aws-sdk/util-endpoints": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@smithy/config-resolver": "^2.0.16", - "@smithy/fetch-http-handler": "^2.2.4", - "@smithy/hash-node": "^2.0.12", - "@smithy/invalid-dependency": "^2.0.12", - "@smithy/middleware-content-length": "^2.0.14", - "@smithy/middleware-endpoint": "^2.1.3", - "@smithy/middleware-retry": "^2.0.18", - "@smithy/middleware-serde": "^2.0.12", - "@smithy/middleware-stack": "^2.0.6", - "@smithy/node-config-provider": "^2.1.3", - "@smithy/node-http-handler": "^2.1.8", - "@smithy/protocol-http": "^3.0.8", - "@smithy/smithy-client": "^2.1.12", - "@smithy/types": "^2.4.0", - "@smithy/url-parser": "^2.0.12", - "@smithy/util-base64": "^2.0.0", + "@smithy/config-resolver": "^2.0.18", + "@smithy/fetch-http-handler": "^2.2.6", + "@smithy/hash-node": "^2.0.15", + "@smithy/invalid-dependency": "^2.0.13", + "@smithy/middleware-content-length": "^2.0.15", + "@smithy/middleware-endpoint": "^2.2.0", + "@smithy/middleware-retry": "^2.0.20", + "@smithy/middleware-serde": "^2.0.13", + "@smithy/middleware-stack": "^2.0.7", + "@smithy/node-config-provider": "^2.1.5", + "@smithy/node-http-handler": "^2.1.9", + "@smithy/protocol-http": "^3.0.9", + "@smithy/smithy-client": "^2.1.15", + "@smithy/types": "^2.5.0", + "@smithy/url-parser": "^2.0.13", + "@smithy/util-base64": "^2.0.1", "@smithy/util-body-length-browser": "^2.0.0", "@smithy/util-body-length-node": "^2.1.0", - "@smithy/util-defaults-mode-browser": "^2.0.16", - "@smithy/util-defaults-mode-node": "^2.0.21", - "@smithy/util-endpoints": "^1.0.2", - "@smithy/util-retry": "^2.0.5", - "@smithy/util-utf8": "^2.0.0", + "@smithy/util-defaults-mode-browser": "^2.0.19", + "@smithy/util-defaults-mode-node": "^2.0.25", + "@smithy/util-endpoints": "^1.0.4", + "@smithy/util-retry": "^2.0.6", + "@smithy/util-utf8": "^2.0.2", "tslib": "^2.5.0" }, "devDependencies": { diff --git a/clients/client-health/src/commands/DescribeAffectedAccountsForOrganizationCommand.ts b/clients/client-health/src/commands/DescribeAffectedAccountsForOrganizationCommand.ts index 50c54c5d53d7..b59e6d034e0c 100644 --- a/clients/client-health/src/commands/DescribeAffectedAccountsForOrganizationCommand.ts +++ b/clients/client-health/src/commands/DescribeAffectedAccountsForOrganizationCommand.ts @@ -96,9 +96,6 @@ export class DescribeAffectedAccountsForOrganizationCommand extends $Command< DescribeAffectedAccountsForOrganizationCommandOutput, HealthClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -112,9 +109,7 @@ export class DescribeAffectedAccountsForOrganizationCommand extends $Command< * @public */ constructor(readonly input: DescribeAffectedAccountsForOrganizationCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -179,7 +174,4 @@ export class DescribeAffectedAccountsForOrganizationCommand extends $Command< ): Promise { return de_DescribeAffectedAccountsForOrganizationCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-health/src/commands/DescribeAffectedEntitiesCommand.ts b/clients/client-health/src/commands/DescribeAffectedEntitiesCommand.ts index 71b75615d6b2..f79e7a079bfb 100644 --- a/clients/client-health/src/commands/DescribeAffectedEntitiesCommand.ts +++ b/clients/client-health/src/commands/DescribeAffectedEntitiesCommand.ts @@ -133,9 +133,6 @@ export class DescribeAffectedEntitiesCommand extends $Command< DescribeAffectedEntitiesCommandOutput, HealthClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -149,9 +146,7 @@ export class DescribeAffectedEntitiesCommand extends $Command< * @public */ constructor(readonly input: DescribeAffectedEntitiesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -204,7 +199,4 @@ export class DescribeAffectedEntitiesCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DescribeAffectedEntitiesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-health/src/commands/DescribeAffectedEntitiesForOrganizationCommand.ts b/clients/client-health/src/commands/DescribeAffectedEntitiesForOrganizationCommand.ts index 615b6c5511cc..cc763bec1a5d 100644 --- a/clients/client-health/src/commands/DescribeAffectedEntitiesForOrganizationCommand.ts +++ b/clients/client-health/src/commands/DescribeAffectedEntitiesForOrganizationCommand.ts @@ -142,9 +142,6 @@ export class DescribeAffectedEntitiesForOrganizationCommand extends $Command< DescribeAffectedEntitiesForOrganizationCommandOutput, HealthClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -158,9 +155,7 @@ export class DescribeAffectedEntitiesForOrganizationCommand extends $Command< * @public */ constructor(readonly input: DescribeAffectedEntitiesForOrganizationCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -225,7 +220,4 @@ export class DescribeAffectedEntitiesForOrganizationCommand extends $Command< ): Promise { return de_DescribeAffectedEntitiesForOrganizationCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-health/src/commands/DescribeEntityAggregatesCommand.ts b/clients/client-health/src/commands/DescribeEntityAggregatesCommand.ts index c32dbc0d65ee..449ba24aeeb5 100644 --- a/clients/client-health/src/commands/DescribeEntityAggregatesCommand.ts +++ b/clients/client-health/src/commands/DescribeEntityAggregatesCommand.ts @@ -80,9 +80,6 @@ export class DescribeEntityAggregatesCommand extends $Command< DescribeEntityAggregatesCommandOutput, HealthClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -96,9 +93,7 @@ export class DescribeEntityAggregatesCommand extends $Command< * @public */ constructor(readonly input: DescribeEntityAggregatesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -151,7 +146,4 @@ export class DescribeEntityAggregatesCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DescribeEntityAggregatesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-health/src/commands/DescribeEntityAggregatesForOrganizationCommand.ts b/clients/client-health/src/commands/DescribeEntityAggregatesForOrganizationCommand.ts index 7e7e28b5123e..890f2a281e87 100644 --- a/clients/client-health/src/commands/DescribeEntityAggregatesForOrganizationCommand.ts +++ b/clients/client-health/src/commands/DescribeEntityAggregatesForOrganizationCommand.ts @@ -101,9 +101,6 @@ export class DescribeEntityAggregatesForOrganizationCommand extends $Command< DescribeEntityAggregatesForOrganizationCommandOutput, HealthClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -117,9 +114,7 @@ export class DescribeEntityAggregatesForOrganizationCommand extends $Command< * @public */ constructor(readonly input: DescribeEntityAggregatesForOrganizationCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -184,7 +179,4 @@ export class DescribeEntityAggregatesForOrganizationCommand extends $Command< ): Promise { return de_DescribeEntityAggregatesForOrganizationCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-health/src/commands/DescribeEventAggregatesCommand.ts b/clients/client-health/src/commands/DescribeEventAggregatesCommand.ts index 5978024a3eba..57be8ddee928 100644 --- a/clients/client-health/src/commands/DescribeEventAggregatesCommand.ts +++ b/clients/client-health/src/commands/DescribeEventAggregatesCommand.ts @@ -138,9 +138,6 @@ export class DescribeEventAggregatesCommand extends $Command< DescribeEventAggregatesCommandOutput, HealthClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -154,9 +151,7 @@ export class DescribeEventAggregatesCommand extends $Command< * @public */ constructor(readonly input: DescribeEventAggregatesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -209,7 +204,4 @@ export class DescribeEventAggregatesCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DescribeEventAggregatesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-health/src/commands/DescribeEventDetailsCommand.ts b/clients/client-health/src/commands/DescribeEventDetailsCommand.ts index c0274f8d112b..fc7f3e8445c7 100644 --- a/clients/client-health/src/commands/DescribeEventDetailsCommand.ts +++ b/clients/client-health/src/commands/DescribeEventDetailsCommand.ts @@ -114,9 +114,6 @@ export class DescribeEventDetailsCommand extends $Command< DescribeEventDetailsCommandOutput, HealthClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -130,9 +127,7 @@ export class DescribeEventDetailsCommand extends $Command< * @public */ constructor(readonly input: DescribeEventDetailsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -185,7 +180,4 @@ export class DescribeEventDetailsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DescribeEventDetailsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-health/src/commands/DescribeEventDetailsForOrganizationCommand.ts b/clients/client-health/src/commands/DescribeEventDetailsForOrganizationCommand.ts index 7dbbbd239724..171a640f9f79 100644 --- a/clients/client-health/src/commands/DescribeEventDetailsForOrganizationCommand.ts +++ b/clients/client-health/src/commands/DescribeEventDetailsForOrganizationCommand.ts @@ -149,9 +149,6 @@ export class DescribeEventDetailsForOrganizationCommand extends $Command< DescribeEventDetailsForOrganizationCommandOutput, HealthClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -165,9 +162,7 @@ export class DescribeEventDetailsForOrganizationCommand extends $Command< * @public */ constructor(readonly input: DescribeEventDetailsForOrganizationCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -226,7 +221,4 @@ export class DescribeEventDetailsForOrganizationCommand extends $Command< ): Promise { return de_DescribeEventDetailsForOrganizationCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-health/src/commands/DescribeEventTypesCommand.ts b/clients/client-health/src/commands/DescribeEventTypesCommand.ts index 6282c6bb174f..758cac679132 100644 --- a/clients/client-health/src/commands/DescribeEventTypesCommand.ts +++ b/clients/client-health/src/commands/DescribeEventTypesCommand.ts @@ -102,9 +102,6 @@ export class DescribeEventTypesCommand extends $Command< DescribeEventTypesCommandOutput, HealthClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -118,9 +115,7 @@ export class DescribeEventTypesCommand extends $Command< * @public */ constructor(readonly input: DescribeEventTypesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -173,7 +168,4 @@ export class DescribeEventTypesCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DescribeEventTypesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-health/src/commands/DescribeEventsCommand.ts b/clients/client-health/src/commands/DescribeEventsCommand.ts index ad768cb20ce3..404b1d95d9b8 100644 --- a/clients/client-health/src/commands/DescribeEventsCommand.ts +++ b/clients/client-health/src/commands/DescribeEventsCommand.ts @@ -167,9 +167,6 @@ export class DescribeEventsCommand extends $Command< DescribeEventsCommandOutput, HealthClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -183,9 +180,7 @@ export class DescribeEventsCommand extends $Command< * @public */ constructor(readonly input: DescribeEventsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -238,7 +233,4 @@ export class DescribeEventsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DescribeEventsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-health/src/commands/DescribeEventsForOrganizationCommand.ts b/clients/client-health/src/commands/DescribeEventsForOrganizationCommand.ts index b40a9c83357f..f0840c0266f5 100644 --- a/clients/client-health/src/commands/DescribeEventsForOrganizationCommand.ts +++ b/clients/client-health/src/commands/DescribeEventsForOrganizationCommand.ts @@ -166,9 +166,6 @@ export class DescribeEventsForOrganizationCommand extends $Command< DescribeEventsForOrganizationCommandOutput, HealthClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -182,9 +179,7 @@ export class DescribeEventsForOrganizationCommand extends $Command< * @public */ constructor(readonly input: DescribeEventsForOrganizationCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -240,7 +235,4 @@ export class DescribeEventsForOrganizationCommand extends $Command< ): Promise { return de_DescribeEventsForOrganizationCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-health/src/commands/DescribeHealthServiceStatusForOrganizationCommand.ts b/clients/client-health/src/commands/DescribeHealthServiceStatusForOrganizationCommand.ts index 9134a96c3755..f85e0c21213f 100644 --- a/clients/client-health/src/commands/DescribeHealthServiceStatusForOrganizationCommand.ts +++ b/clients/client-health/src/commands/DescribeHealthServiceStatusForOrganizationCommand.ts @@ -75,9 +75,6 @@ export class DescribeHealthServiceStatusForOrganizationCommand extends $Command< DescribeHealthServiceStatusForOrganizationCommandOutput, HealthClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -91,9 +88,7 @@ export class DescribeHealthServiceStatusForOrganizationCommand extends $Command< * @public */ constructor(readonly input: DescribeHealthServiceStatusForOrganizationCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -158,7 +153,4 @@ export class DescribeHealthServiceStatusForOrganizationCommand extends $Command< ): Promise { return de_DescribeHealthServiceStatusForOrganizationCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-health/src/commands/DisableHealthServiceAccessForOrganizationCommand.ts b/clients/client-health/src/commands/DisableHealthServiceAccessForOrganizationCommand.ts index 31cfa1b33ecb..090ca03e82c9 100644 --- a/clients/client-health/src/commands/DisableHealthServiceAccessForOrganizationCommand.ts +++ b/clients/client-health/src/commands/DisableHealthServiceAccessForOrganizationCommand.ts @@ -86,9 +86,6 @@ export class DisableHealthServiceAccessForOrganizationCommand extends $Command< DisableHealthServiceAccessForOrganizationCommandOutput, HealthClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -102,9 +99,7 @@ export class DisableHealthServiceAccessForOrganizationCommand extends $Command< * @public */ constructor(readonly input: DisableHealthServiceAccessForOrganizationCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -169,7 +164,4 @@ export class DisableHealthServiceAccessForOrganizationCommand extends $Command< ): Promise { return de_DisableHealthServiceAccessForOrganizationCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-health/src/commands/EnableHealthServiceAccessForOrganizationCommand.ts b/clients/client-health/src/commands/EnableHealthServiceAccessForOrganizationCommand.ts index 6a4c51b117be..df0d23c0e7ec 100644 --- a/clients/client-health/src/commands/EnableHealthServiceAccessForOrganizationCommand.ts +++ b/clients/client-health/src/commands/EnableHealthServiceAccessForOrganizationCommand.ts @@ -95,9 +95,6 @@ export class EnableHealthServiceAccessForOrganizationCommand extends $Command< EnableHealthServiceAccessForOrganizationCommandOutput, HealthClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -111,9 +108,7 @@ export class EnableHealthServiceAccessForOrganizationCommand extends $Command< * @public */ constructor(readonly input: EnableHealthServiceAccessForOrganizationCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -178,7 +173,4 @@ export class EnableHealthServiceAccessForOrganizationCommand extends $Command< ): Promise { return de_EnableHealthServiceAccessForOrganizationCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-healthlake/package.json b/clients/client-healthlake/package.json index b88e3d438711..578b22f629d7 100644 --- a/clients/client-healthlake/package.json +++ b/clients/client-healthlake/package.json @@ -34,29 +34,29 @@ "@aws-sdk/util-endpoints": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@smithy/config-resolver": "^2.0.16", - "@smithy/fetch-http-handler": "^2.2.4", - "@smithy/hash-node": "^2.0.12", - "@smithy/invalid-dependency": "^2.0.12", - "@smithy/middleware-content-length": "^2.0.14", - "@smithy/middleware-endpoint": "^2.1.3", - "@smithy/middleware-retry": "^2.0.18", - "@smithy/middleware-serde": "^2.0.12", - "@smithy/middleware-stack": "^2.0.6", - "@smithy/node-config-provider": "^2.1.3", - "@smithy/node-http-handler": "^2.1.8", - "@smithy/protocol-http": "^3.0.8", - "@smithy/smithy-client": "^2.1.12", - "@smithy/types": "^2.4.0", - "@smithy/url-parser": "^2.0.12", - "@smithy/util-base64": "^2.0.0", + "@smithy/config-resolver": "^2.0.18", + "@smithy/fetch-http-handler": "^2.2.6", + "@smithy/hash-node": "^2.0.15", + "@smithy/invalid-dependency": "^2.0.13", + "@smithy/middleware-content-length": "^2.0.15", + "@smithy/middleware-endpoint": "^2.2.0", + "@smithy/middleware-retry": "^2.0.20", + "@smithy/middleware-serde": "^2.0.13", + "@smithy/middleware-stack": "^2.0.7", + "@smithy/node-config-provider": "^2.1.5", + "@smithy/node-http-handler": "^2.1.9", + "@smithy/protocol-http": "^3.0.9", + "@smithy/smithy-client": "^2.1.15", + "@smithy/types": "^2.5.0", + "@smithy/url-parser": "^2.0.13", + "@smithy/util-base64": "^2.0.1", "@smithy/util-body-length-browser": "^2.0.0", "@smithy/util-body-length-node": "^2.1.0", - "@smithy/util-defaults-mode-browser": "^2.0.16", - "@smithy/util-defaults-mode-node": "^2.0.21", - "@smithy/util-endpoints": "^1.0.2", - "@smithy/util-retry": "^2.0.5", - "@smithy/util-utf8": "^2.0.0", + "@smithy/util-defaults-mode-browser": "^2.0.19", + "@smithy/util-defaults-mode-node": "^2.0.25", + "@smithy/util-endpoints": "^1.0.4", + "@smithy/util-retry": "^2.0.6", + "@smithy/util-utf8": "^2.0.2", "tslib": "^2.5.0", "uuid": "^8.3.2" }, diff --git a/clients/client-healthlake/src/commands/CreateFHIRDatastoreCommand.ts b/clients/client-healthlake/src/commands/CreateFHIRDatastoreCommand.ts index 2ea960a1ba06..0d0f64ef8bcb 100644 --- a/clients/client-healthlake/src/commands/CreateFHIRDatastoreCommand.ts +++ b/clients/client-healthlake/src/commands/CreateFHIRDatastoreCommand.ts @@ -108,9 +108,6 @@ export class CreateFHIRDatastoreCommand extends $Command< CreateFHIRDatastoreCommandOutput, HealthLakeClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -124,9 +121,7 @@ export class CreateFHIRDatastoreCommand extends $Command< * @public */ constructor(readonly input: CreateFHIRDatastoreCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -179,7 +174,4 @@ export class CreateFHIRDatastoreCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateFHIRDatastoreCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-healthlake/src/commands/DeleteFHIRDatastoreCommand.ts b/clients/client-healthlake/src/commands/DeleteFHIRDatastoreCommand.ts index 3af8385f6e72..a9257a8ba9af 100644 --- a/clients/client-healthlake/src/commands/DeleteFHIRDatastoreCommand.ts +++ b/clients/client-healthlake/src/commands/DeleteFHIRDatastoreCommand.ts @@ -91,9 +91,6 @@ export class DeleteFHIRDatastoreCommand extends $Command< DeleteFHIRDatastoreCommandOutput, HealthLakeClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -107,9 +104,7 @@ export class DeleteFHIRDatastoreCommand extends $Command< * @public */ constructor(readonly input: DeleteFHIRDatastoreCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -162,7 +157,4 @@ export class DeleteFHIRDatastoreCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteFHIRDatastoreCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-healthlake/src/commands/DescribeFHIRDatastoreCommand.ts b/clients/client-healthlake/src/commands/DescribeFHIRDatastoreCommand.ts index fee969348bed..01b6849461db 100644 --- a/clients/client-healthlake/src/commands/DescribeFHIRDatastoreCommand.ts +++ b/clients/client-healthlake/src/commands/DescribeFHIRDatastoreCommand.ts @@ -106,9 +106,6 @@ export class DescribeFHIRDatastoreCommand extends $Command< DescribeFHIRDatastoreCommandOutput, HealthLakeClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -122,9 +119,7 @@ export class DescribeFHIRDatastoreCommand extends $Command< * @public */ constructor(readonly input: DescribeFHIRDatastoreCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -177,7 +172,4 @@ export class DescribeFHIRDatastoreCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DescribeFHIRDatastoreCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-healthlake/src/commands/DescribeFHIRExportJobCommand.ts b/clients/client-healthlake/src/commands/DescribeFHIRExportJobCommand.ts index ac720f6ff106..bb926eeab1d2 100644 --- a/clients/client-healthlake/src/commands/DescribeFHIRExportJobCommand.ts +++ b/clients/client-healthlake/src/commands/DescribeFHIRExportJobCommand.ts @@ -98,9 +98,6 @@ export class DescribeFHIRExportJobCommand extends $Command< DescribeFHIRExportJobCommandOutput, HealthLakeClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -114,9 +111,7 @@ export class DescribeFHIRExportJobCommand extends $Command< * @public */ constructor(readonly input: DescribeFHIRExportJobCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -169,7 +164,4 @@ export class DescribeFHIRExportJobCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DescribeFHIRExportJobCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-healthlake/src/commands/DescribeFHIRImportJobCommand.ts b/clients/client-healthlake/src/commands/DescribeFHIRImportJobCommand.ts index 47b023974f67..a50df678ddfe 100644 --- a/clients/client-healthlake/src/commands/DescribeFHIRImportJobCommand.ts +++ b/clients/client-healthlake/src/commands/DescribeFHIRImportJobCommand.ts @@ -101,9 +101,6 @@ export class DescribeFHIRImportJobCommand extends $Command< DescribeFHIRImportJobCommandOutput, HealthLakeClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -117,9 +114,7 @@ export class DescribeFHIRImportJobCommand extends $Command< * @public */ constructor(readonly input: DescribeFHIRImportJobCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -172,7 +167,4 @@ export class DescribeFHIRImportJobCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DescribeFHIRImportJobCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-healthlake/src/commands/ListFHIRDatastoresCommand.ts b/clients/client-healthlake/src/commands/ListFHIRDatastoresCommand.ts index c471c3807453..cb26f2b582a3 100644 --- a/clients/client-healthlake/src/commands/ListFHIRDatastoresCommand.ts +++ b/clients/client-healthlake/src/commands/ListFHIRDatastoresCommand.ts @@ -112,9 +112,6 @@ export class ListFHIRDatastoresCommand extends $Command< ListFHIRDatastoresCommandOutput, HealthLakeClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -128,9 +125,7 @@ export class ListFHIRDatastoresCommand extends $Command< * @public */ constructor(readonly input: ListFHIRDatastoresCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -183,7 +178,4 @@ export class ListFHIRDatastoresCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListFHIRDatastoresCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-healthlake/src/commands/ListFHIRExportJobsCommand.ts b/clients/client-healthlake/src/commands/ListFHIRExportJobsCommand.ts index 3805e451c4af..d6769d3e30d5 100644 --- a/clients/client-healthlake/src/commands/ListFHIRExportJobsCommand.ts +++ b/clients/client-healthlake/src/commands/ListFHIRExportJobsCommand.ts @@ -111,9 +111,6 @@ export class ListFHIRExportJobsCommand extends $Command< ListFHIRExportJobsCommandOutput, HealthLakeClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -127,9 +124,7 @@ export class ListFHIRExportJobsCommand extends $Command< * @public */ constructor(readonly input: ListFHIRExportJobsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -182,7 +177,4 @@ export class ListFHIRExportJobsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListFHIRExportJobsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-healthlake/src/commands/ListFHIRImportJobsCommand.ts b/clients/client-healthlake/src/commands/ListFHIRImportJobsCommand.ts index 177c9c3c2406..5ad260bed2ca 100644 --- a/clients/client-healthlake/src/commands/ListFHIRImportJobsCommand.ts +++ b/clients/client-healthlake/src/commands/ListFHIRImportJobsCommand.ts @@ -114,9 +114,6 @@ export class ListFHIRImportJobsCommand extends $Command< ListFHIRImportJobsCommandOutput, HealthLakeClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -130,9 +127,7 @@ export class ListFHIRImportJobsCommand extends $Command< * @public */ constructor(readonly input: ListFHIRImportJobsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -185,7 +180,4 @@ export class ListFHIRImportJobsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListFHIRImportJobsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-healthlake/src/commands/ListTagsForResourceCommand.ts b/clients/client-healthlake/src/commands/ListTagsForResourceCommand.ts index d570507d23b2..83dc78e66239 100644 --- a/clients/client-healthlake/src/commands/ListTagsForResourceCommand.ts +++ b/clients/client-healthlake/src/commands/ListTagsForResourceCommand.ts @@ -83,9 +83,6 @@ export class ListTagsForResourceCommand extends $Command< ListTagsForResourceCommandOutput, HealthLakeClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -99,9 +96,7 @@ export class ListTagsForResourceCommand extends $Command< * @public */ constructor(readonly input: ListTagsForResourceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -154,7 +149,4 @@ export class ListTagsForResourceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListTagsForResourceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-healthlake/src/commands/StartFHIRExportJobCommand.ts b/clients/client-healthlake/src/commands/StartFHIRExportJobCommand.ts index 5ff56b97a1bb..fa7474fb45ed 100644 --- a/clients/client-healthlake/src/commands/StartFHIRExportJobCommand.ts +++ b/clients/client-healthlake/src/commands/StartFHIRExportJobCommand.ts @@ -96,9 +96,6 @@ export class StartFHIRExportJobCommand extends $Command< StartFHIRExportJobCommandOutput, HealthLakeClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -112,9 +109,7 @@ export class StartFHIRExportJobCommand extends $Command< * @public */ constructor(readonly input: StartFHIRExportJobCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -167,7 +162,4 @@ export class StartFHIRExportJobCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_StartFHIRExportJobCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-healthlake/src/commands/StartFHIRImportJobCommand.ts b/clients/client-healthlake/src/commands/StartFHIRImportJobCommand.ts index 9d0a5c8a68e5..a0c5c8713625 100644 --- a/clients/client-healthlake/src/commands/StartFHIRImportJobCommand.ts +++ b/clients/client-healthlake/src/commands/StartFHIRImportJobCommand.ts @@ -99,9 +99,6 @@ export class StartFHIRImportJobCommand extends $Command< StartFHIRImportJobCommandOutput, HealthLakeClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -115,9 +112,7 @@ export class StartFHIRImportJobCommand extends $Command< * @public */ constructor(readonly input: StartFHIRImportJobCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -170,7 +165,4 @@ export class StartFHIRImportJobCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_StartFHIRImportJobCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-healthlake/src/commands/TagResourceCommand.ts b/clients/client-healthlake/src/commands/TagResourceCommand.ts index 5c8aeecb4b6e..3c9a083b1e46 100644 --- a/clients/client-healthlake/src/commands/TagResourceCommand.ts +++ b/clients/client-healthlake/src/commands/TagResourceCommand.ts @@ -82,9 +82,6 @@ export class TagResourceCommand extends $Command< TagResourceCommandOutput, HealthLakeClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -98,9 +95,7 @@ export class TagResourceCommand extends $Command< * @public */ constructor(readonly input: TagResourceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -151,7 +146,4 @@ export class TagResourceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_TagResourceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-healthlake/src/commands/UntagResourceCommand.ts b/clients/client-healthlake/src/commands/UntagResourceCommand.ts index 21d8549ec244..c1f0098b5822 100644 --- a/clients/client-healthlake/src/commands/UntagResourceCommand.ts +++ b/clients/client-healthlake/src/commands/UntagResourceCommand.ts @@ -79,9 +79,6 @@ export class UntagResourceCommand extends $Command< UntagResourceCommandOutput, HealthLakeClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -95,9 +92,7 @@ export class UntagResourceCommand extends $Command< * @public */ constructor(readonly input: UntagResourceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -148,7 +143,4 @@ export class UntagResourceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UntagResourceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-honeycode/package.json b/clients/client-honeycode/package.json index 121252c90063..1544f24c193d 100644 --- a/clients/client-honeycode/package.json +++ b/clients/client-honeycode/package.json @@ -34,29 +34,29 @@ "@aws-sdk/util-endpoints": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@smithy/config-resolver": "^2.0.16", - "@smithy/fetch-http-handler": "^2.2.4", - "@smithy/hash-node": "^2.0.12", - "@smithy/invalid-dependency": "^2.0.12", - "@smithy/middleware-content-length": "^2.0.14", - "@smithy/middleware-endpoint": "^2.1.3", - "@smithy/middleware-retry": "^2.0.18", - "@smithy/middleware-serde": "^2.0.12", - "@smithy/middleware-stack": "^2.0.6", - "@smithy/node-config-provider": "^2.1.3", - "@smithy/node-http-handler": "^2.1.8", - "@smithy/protocol-http": "^3.0.8", - "@smithy/smithy-client": "^2.1.12", - "@smithy/types": "^2.4.0", - "@smithy/url-parser": "^2.0.12", - "@smithy/util-base64": "^2.0.0", + "@smithy/config-resolver": "^2.0.18", + "@smithy/fetch-http-handler": "^2.2.6", + "@smithy/hash-node": "^2.0.15", + "@smithy/invalid-dependency": "^2.0.13", + "@smithy/middleware-content-length": "^2.0.15", + "@smithy/middleware-endpoint": "^2.2.0", + "@smithy/middleware-retry": "^2.0.20", + "@smithy/middleware-serde": "^2.0.13", + "@smithy/middleware-stack": "^2.0.7", + "@smithy/node-config-provider": "^2.1.5", + "@smithy/node-http-handler": "^2.1.9", + "@smithy/protocol-http": "^3.0.9", + "@smithy/smithy-client": "^2.1.15", + "@smithy/types": "^2.5.0", + "@smithy/url-parser": "^2.0.13", + "@smithy/util-base64": "^2.0.1", "@smithy/util-body-length-browser": "^2.0.0", "@smithy/util-body-length-node": "^2.1.0", - "@smithy/util-defaults-mode-browser": "^2.0.16", - "@smithy/util-defaults-mode-node": "^2.0.21", - "@smithy/util-endpoints": "^1.0.2", - "@smithy/util-retry": "^2.0.5", - "@smithy/util-utf8": "^2.0.0", + "@smithy/util-defaults-mode-browser": "^2.0.19", + "@smithy/util-defaults-mode-node": "^2.0.25", + "@smithy/util-endpoints": "^1.0.4", + "@smithy/util-retry": "^2.0.6", + "@smithy/util-utf8": "^2.0.2", "tslib": "^2.5.0" }, "devDependencies": { diff --git a/clients/client-honeycode/src/commands/BatchCreateTableRowsCommand.ts b/clients/client-honeycode/src/commands/BatchCreateTableRowsCommand.ts index be3d71a3e908..76a09c32e11b 100644 --- a/clients/client-honeycode/src/commands/BatchCreateTableRowsCommand.ts +++ b/clients/client-honeycode/src/commands/BatchCreateTableRowsCommand.ts @@ -138,9 +138,6 @@ export class BatchCreateTableRowsCommand extends $Command< BatchCreateTableRowsCommandOutput, HoneycodeClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -154,9 +151,7 @@ export class BatchCreateTableRowsCommand extends $Command< * @public */ constructor(readonly input: BatchCreateTableRowsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -209,7 +204,4 @@ export class BatchCreateTableRowsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_BatchCreateTableRowsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-honeycode/src/commands/BatchDeleteTableRowsCommand.ts b/clients/client-honeycode/src/commands/BatchDeleteTableRowsCommand.ts index 0cdfdd11f0ab..69279b204d10 100644 --- a/clients/client-honeycode/src/commands/BatchDeleteTableRowsCommand.ts +++ b/clients/client-honeycode/src/commands/BatchDeleteTableRowsCommand.ts @@ -110,9 +110,6 @@ export class BatchDeleteTableRowsCommand extends $Command< BatchDeleteTableRowsCommandOutput, HoneycodeClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -126,9 +123,7 @@ export class BatchDeleteTableRowsCommand extends $Command< * @public */ constructor(readonly input: BatchDeleteTableRowsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -181,7 +176,4 @@ export class BatchDeleteTableRowsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_BatchDeleteTableRowsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-honeycode/src/commands/BatchUpdateTableRowsCommand.ts b/clients/client-honeycode/src/commands/BatchUpdateTableRowsCommand.ts index ef0c9d116b5a..68d16f8ec286 100644 --- a/clients/client-honeycode/src/commands/BatchUpdateTableRowsCommand.ts +++ b/clients/client-honeycode/src/commands/BatchUpdateTableRowsCommand.ts @@ -130,9 +130,6 @@ export class BatchUpdateTableRowsCommand extends $Command< BatchUpdateTableRowsCommandOutput, HoneycodeClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -146,9 +143,7 @@ export class BatchUpdateTableRowsCommand extends $Command< * @public */ constructor(readonly input: BatchUpdateTableRowsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -201,7 +196,4 @@ export class BatchUpdateTableRowsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_BatchUpdateTableRowsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-honeycode/src/commands/BatchUpsertTableRowsCommand.ts b/clients/client-honeycode/src/commands/BatchUpsertTableRowsCommand.ts index bab04dc478f4..37ab66457cce 100644 --- a/clients/client-honeycode/src/commands/BatchUpsertTableRowsCommand.ts +++ b/clients/client-honeycode/src/commands/BatchUpsertTableRowsCommand.ts @@ -150,9 +150,6 @@ export class BatchUpsertTableRowsCommand extends $Command< BatchUpsertTableRowsCommandOutput, HoneycodeClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -166,9 +163,7 @@ export class BatchUpsertTableRowsCommand extends $Command< * @public */ constructor(readonly input: BatchUpsertTableRowsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -221,7 +216,4 @@ export class BatchUpsertTableRowsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_BatchUpsertTableRowsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-honeycode/src/commands/DescribeTableDataImportJobCommand.ts b/clients/client-honeycode/src/commands/DescribeTableDataImportJobCommand.ts index 44a2db488dcb..10abadfd8d01 100644 --- a/clients/client-honeycode/src/commands/DescribeTableDataImportJobCommand.ts +++ b/clients/client-honeycode/src/commands/DescribeTableDataImportJobCommand.ts @@ -133,9 +133,6 @@ export class DescribeTableDataImportJobCommand extends $Command< DescribeTableDataImportJobCommandOutput, HoneycodeClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -149,9 +146,7 @@ export class DescribeTableDataImportJobCommand extends $Command< * @public */ constructor(readonly input: DescribeTableDataImportJobCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -207,7 +202,4 @@ export class DescribeTableDataImportJobCommand extends $Command< ): Promise { return de_DescribeTableDataImportJobCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-honeycode/src/commands/GetScreenDataCommand.ts b/clients/client-honeycode/src/commands/GetScreenDataCommand.ts index 71d7f57baa0b..c27947f3adaf 100644 --- a/clients/client-honeycode/src/commands/GetScreenDataCommand.ts +++ b/clients/client-honeycode/src/commands/GetScreenDataCommand.ts @@ -137,9 +137,6 @@ export class GetScreenDataCommand extends $Command< GetScreenDataCommandOutput, HoneycodeClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -153,9 +150,7 @@ export class GetScreenDataCommand extends $Command< * @public */ constructor(readonly input: GetScreenDataCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -206,7 +201,4 @@ export class GetScreenDataCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetScreenDataCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-honeycode/src/commands/InvokeScreenAutomationCommand.ts b/clients/client-honeycode/src/commands/InvokeScreenAutomationCommand.ts index 15c2f2ab47a4..659c33a23fa6 100644 --- a/clients/client-honeycode/src/commands/InvokeScreenAutomationCommand.ts +++ b/clients/client-honeycode/src/commands/InvokeScreenAutomationCommand.ts @@ -125,9 +125,6 @@ export class InvokeScreenAutomationCommand extends $Command< InvokeScreenAutomationCommandOutput, HoneycodeClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -141,9 +138,7 @@ export class InvokeScreenAutomationCommand extends $Command< * @public */ constructor(readonly input: InvokeScreenAutomationCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -196,7 +191,4 @@ export class InvokeScreenAutomationCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_InvokeScreenAutomationCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-honeycode/src/commands/ListTableColumnsCommand.ts b/clients/client-honeycode/src/commands/ListTableColumnsCommand.ts index 8c293f31d344..174344167d0d 100644 --- a/clients/client-honeycode/src/commands/ListTableColumnsCommand.ts +++ b/clients/client-honeycode/src/commands/ListTableColumnsCommand.ts @@ -108,9 +108,6 @@ export class ListTableColumnsCommand extends $Command< ListTableColumnsCommandOutput, HoneycodeClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -124,9 +121,7 @@ export class ListTableColumnsCommand extends $Command< * @public */ constructor(readonly input: ListTableColumnsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -179,7 +174,4 @@ export class ListTableColumnsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListTableColumnsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-honeycode/src/commands/ListTableRowsCommand.ts b/clients/client-honeycode/src/commands/ListTableRowsCommand.ts index c75e9833e986..47ebdd8517bb 100644 --- a/clients/client-honeycode/src/commands/ListTableRowsCommand.ts +++ b/clients/client-honeycode/src/commands/ListTableRowsCommand.ts @@ -127,9 +127,6 @@ export class ListTableRowsCommand extends $Command< ListTableRowsCommandOutput, HoneycodeClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -143,9 +140,7 @@ export class ListTableRowsCommand extends $Command< * @public */ constructor(readonly input: ListTableRowsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -196,7 +191,4 @@ export class ListTableRowsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListTableRowsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-honeycode/src/commands/ListTablesCommand.ts b/clients/client-honeycode/src/commands/ListTablesCommand.ts index 118353257b8b..3ee6961daae5 100644 --- a/clients/client-honeycode/src/commands/ListTablesCommand.ts +++ b/clients/client-honeycode/src/commands/ListTablesCommand.ts @@ -107,9 +107,6 @@ export class ListTablesCommand extends $Command< ListTablesCommandOutput, HoneycodeClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -123,9 +120,7 @@ export class ListTablesCommand extends $Command< * @public */ constructor(readonly input: ListTablesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -176,7 +171,4 @@ export class ListTablesCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListTablesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-honeycode/src/commands/ListTagsForResourceCommand.ts b/clients/client-honeycode/src/commands/ListTagsForResourceCommand.ts index 6e1bb02bab99..beba94c1ba14 100644 --- a/clients/client-honeycode/src/commands/ListTagsForResourceCommand.ts +++ b/clients/client-honeycode/src/commands/ListTagsForResourceCommand.ts @@ -100,9 +100,6 @@ export class ListTagsForResourceCommand extends $Command< ListTagsForResourceCommandOutput, HoneycodeClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -116,9 +113,7 @@ export class ListTagsForResourceCommand extends $Command< * @public */ constructor(readonly input: ListTagsForResourceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -171,7 +166,4 @@ export class ListTagsForResourceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListTagsForResourceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-honeycode/src/commands/QueryTableRowsCommand.ts b/clients/client-honeycode/src/commands/QueryTableRowsCommand.ts index eda31646c82f..252ef19707fb 100644 --- a/clients/client-honeycode/src/commands/QueryTableRowsCommand.ts +++ b/clients/client-honeycode/src/commands/QueryTableRowsCommand.ts @@ -130,9 +130,6 @@ export class QueryTableRowsCommand extends $Command< QueryTableRowsCommandOutput, HoneycodeClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -146,9 +143,7 @@ export class QueryTableRowsCommand extends $Command< * @public */ constructor(readonly input: QueryTableRowsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -201,7 +196,4 @@ export class QueryTableRowsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_QueryTableRowsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-honeycode/src/commands/StartTableDataImportJobCommand.ts b/clients/client-honeycode/src/commands/StartTableDataImportJobCommand.ts index 2981d5ac23c5..53adfc578130 100644 --- a/clients/client-honeycode/src/commands/StartTableDataImportJobCommand.ts +++ b/clients/client-honeycode/src/commands/StartTableDataImportJobCommand.ts @@ -133,9 +133,6 @@ export class StartTableDataImportJobCommand extends $Command< StartTableDataImportJobCommandOutput, HoneycodeClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -149,9 +146,7 @@ export class StartTableDataImportJobCommand extends $Command< * @public */ constructor(readonly input: StartTableDataImportJobCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -204,7 +199,4 @@ export class StartTableDataImportJobCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_StartTableDataImportJobCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-honeycode/src/commands/TagResourceCommand.ts b/clients/client-honeycode/src/commands/TagResourceCommand.ts index a0106e51b4dc..f7993c964396 100644 --- a/clients/client-honeycode/src/commands/TagResourceCommand.ts +++ b/clients/client-honeycode/src/commands/TagResourceCommand.ts @@ -100,9 +100,6 @@ export class TagResourceCommand extends $Command< TagResourceCommandOutput, HoneycodeClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -116,9 +113,7 @@ export class TagResourceCommand extends $Command< * @public */ constructor(readonly input: TagResourceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -169,7 +164,4 @@ export class TagResourceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_TagResourceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-honeycode/src/commands/UntagResourceCommand.ts b/clients/client-honeycode/src/commands/UntagResourceCommand.ts index c762e9cd797a..b0b0ce4baedf 100644 --- a/clients/client-honeycode/src/commands/UntagResourceCommand.ts +++ b/clients/client-honeycode/src/commands/UntagResourceCommand.ts @@ -100,9 +100,6 @@ export class UntagResourceCommand extends $Command< UntagResourceCommandOutput, HoneycodeClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -116,9 +113,7 @@ export class UntagResourceCommand extends $Command< * @public */ constructor(readonly input: UntagResourceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -169,7 +164,4 @@ export class UntagResourceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UntagResourceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-iam/package.json b/clients/client-iam/package.json index 254c00d89290..7a563a2d2f87 100644 --- a/clients/client-iam/package.json +++ b/clients/client-iam/package.json @@ -34,30 +34,30 @@ "@aws-sdk/util-endpoints": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@smithy/config-resolver": "^2.0.16", - "@smithy/fetch-http-handler": "^2.2.4", - "@smithy/hash-node": "^2.0.12", - "@smithy/invalid-dependency": "^2.0.12", - "@smithy/middleware-content-length": "^2.0.14", - "@smithy/middleware-endpoint": "^2.1.3", - "@smithy/middleware-retry": "^2.0.18", - "@smithy/middleware-serde": "^2.0.12", - "@smithy/middleware-stack": "^2.0.6", - "@smithy/node-config-provider": "^2.1.3", - "@smithy/node-http-handler": "^2.1.8", - "@smithy/protocol-http": "^3.0.8", - "@smithy/smithy-client": "^2.1.12", - "@smithy/types": "^2.4.0", - "@smithy/url-parser": "^2.0.12", - "@smithy/util-base64": "^2.0.0", + "@smithy/config-resolver": "^2.0.18", + "@smithy/fetch-http-handler": "^2.2.6", + "@smithy/hash-node": "^2.0.15", + "@smithy/invalid-dependency": "^2.0.13", + "@smithy/middleware-content-length": "^2.0.15", + "@smithy/middleware-endpoint": "^2.2.0", + "@smithy/middleware-retry": "^2.0.20", + "@smithy/middleware-serde": "^2.0.13", + "@smithy/middleware-stack": "^2.0.7", + "@smithy/node-config-provider": "^2.1.5", + "@smithy/node-http-handler": "^2.1.9", + "@smithy/protocol-http": "^3.0.9", + "@smithy/smithy-client": "^2.1.15", + "@smithy/types": "^2.5.0", + "@smithy/url-parser": "^2.0.13", + "@smithy/util-base64": "^2.0.1", "@smithy/util-body-length-browser": "^2.0.0", "@smithy/util-body-length-node": "^2.1.0", - "@smithy/util-defaults-mode-browser": "^2.0.16", - "@smithy/util-defaults-mode-node": "^2.0.21", - "@smithy/util-endpoints": "^1.0.2", - "@smithy/util-retry": "^2.0.5", - "@smithy/util-utf8": "^2.0.0", - "@smithy/util-waiter": "^2.0.12", + "@smithy/util-defaults-mode-browser": "^2.0.19", + "@smithy/util-defaults-mode-node": "^2.0.25", + "@smithy/util-endpoints": "^1.0.4", + "@smithy/util-retry": "^2.0.6", + "@smithy/util-utf8": "^2.0.2", + "@smithy/util-waiter": "^2.0.13", "fast-xml-parser": "4.2.5", "tslib": "^2.5.0" }, diff --git a/clients/client-iam/src/commands/AddClientIDToOpenIDConnectProviderCommand.ts b/clients/client-iam/src/commands/AddClientIDToOpenIDConnectProviderCommand.ts index 2b2b0a73376f..f593df004e8d 100644 --- a/clients/client-iam/src/commands/AddClientIDToOpenIDConnectProviderCommand.ts +++ b/clients/client-iam/src/commands/AddClientIDToOpenIDConnectProviderCommand.ts @@ -103,9 +103,6 @@ export class AddClientIDToOpenIDConnectProviderCommand extends $Command< AddClientIDToOpenIDConnectProviderCommandOutput, IAMClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -119,9 +116,7 @@ export class AddClientIDToOpenIDConnectProviderCommand extends $Command< * @public */ constructor(readonly input: AddClientIDToOpenIDConnectProviderCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -180,7 +175,4 @@ export class AddClientIDToOpenIDConnectProviderCommand extends $Command< ): Promise { return de_AddClientIDToOpenIDConnectProviderCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-iam/src/commands/AddRoleToInstanceProfileCommand.ts b/clients/client-iam/src/commands/AddRoleToInstanceProfileCommand.ts index b36d08c1ac4a..7a0c017cc4eb 100644 --- a/clients/client-iam/src/commands/AddRoleToInstanceProfileCommand.ts +++ b/clients/client-iam/src/commands/AddRoleToInstanceProfileCommand.ts @@ -116,9 +116,6 @@ export class AddRoleToInstanceProfileCommand extends $Command< AddRoleToInstanceProfileCommandOutput, IAMClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -132,9 +129,7 @@ export class AddRoleToInstanceProfileCommand extends $Command< * @public */ constructor(readonly input: AddRoleToInstanceProfileCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -187,7 +182,4 @@ export class AddRoleToInstanceProfileCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_AddRoleToInstanceProfileCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-iam/src/commands/AddUserToGroupCommand.ts b/clients/client-iam/src/commands/AddUserToGroupCommand.ts index ca00e8d0b4d6..a660e35ee2f4 100644 --- a/clients/client-iam/src/commands/AddUserToGroupCommand.ts +++ b/clients/client-iam/src/commands/AddUserToGroupCommand.ts @@ -93,9 +93,6 @@ export class AddUserToGroupCommand extends $Command< AddUserToGroupCommandOutput, IAMClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -109,9 +106,7 @@ export class AddUserToGroupCommand extends $Command< * @public */ constructor(readonly input: AddUserToGroupCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -164,7 +159,4 @@ export class AddUserToGroupCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_AddUserToGroupCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-iam/src/commands/AttachGroupPolicyCommand.ts b/clients/client-iam/src/commands/AttachGroupPolicyCommand.ts index b620bbdf16ff..87584c47a2bc 100644 --- a/clients/client-iam/src/commands/AttachGroupPolicyCommand.ts +++ b/clients/client-iam/src/commands/AttachGroupPolicyCommand.ts @@ -110,9 +110,6 @@ export class AttachGroupPolicyCommand extends $Command< AttachGroupPolicyCommandOutput, IAMClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -126,9 +123,7 @@ export class AttachGroupPolicyCommand extends $Command< * @public */ constructor(readonly input: AttachGroupPolicyCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -181,7 +176,4 @@ export class AttachGroupPolicyCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_AttachGroupPolicyCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-iam/src/commands/AttachRolePolicyCommand.ts b/clients/client-iam/src/commands/AttachRolePolicyCommand.ts index d355d42f8042..8ed00ba27469 100644 --- a/clients/client-iam/src/commands/AttachRolePolicyCommand.ts +++ b/clients/client-iam/src/commands/AttachRolePolicyCommand.ts @@ -127,9 +127,6 @@ export class AttachRolePolicyCommand extends $Command< AttachRolePolicyCommandOutput, IAMClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -143,9 +140,7 @@ export class AttachRolePolicyCommand extends $Command< * @public */ constructor(readonly input: AttachRolePolicyCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -198,7 +193,4 @@ export class AttachRolePolicyCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_AttachRolePolicyCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-iam/src/commands/AttachUserPolicyCommand.ts b/clients/client-iam/src/commands/AttachUserPolicyCommand.ts index 7cad2d2a3e44..a83660143f97 100644 --- a/clients/client-iam/src/commands/AttachUserPolicyCommand.ts +++ b/clients/client-iam/src/commands/AttachUserPolicyCommand.ts @@ -110,9 +110,6 @@ export class AttachUserPolicyCommand extends $Command< AttachUserPolicyCommandOutput, IAMClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -126,9 +123,7 @@ export class AttachUserPolicyCommand extends $Command< * @public */ constructor(readonly input: AttachUserPolicyCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -181,7 +176,4 @@ export class AttachUserPolicyCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_AttachUserPolicyCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-iam/src/commands/ChangePasswordCommand.ts b/clients/client-iam/src/commands/ChangePasswordCommand.ts index 752898a0dfec..0fa9e7b381b0 100644 --- a/clients/client-iam/src/commands/ChangePasswordCommand.ts +++ b/clients/client-iam/src/commands/ChangePasswordCommand.ts @@ -114,9 +114,6 @@ export class ChangePasswordCommand extends $Command< ChangePasswordCommandOutput, IAMClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -130,9 +127,7 @@ export class ChangePasswordCommand extends $Command< * @public */ constructor(readonly input: ChangePasswordCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -185,7 +180,4 @@ export class ChangePasswordCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ChangePasswordCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-iam/src/commands/CreateAccessKeyCommand.ts b/clients/client-iam/src/commands/CreateAccessKeyCommand.ts index b7e06ebab0c1..cea255aaebe1 100644 --- a/clients/client-iam/src/commands/CreateAccessKeyCommand.ts +++ b/clients/client-iam/src/commands/CreateAccessKeyCommand.ts @@ -127,9 +127,6 @@ export class CreateAccessKeyCommand extends $Command< CreateAccessKeyCommandOutput, IAMClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -143,9 +140,7 @@ export class CreateAccessKeyCommand extends $Command< * @public */ constructor(readonly input: CreateAccessKeyCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -198,7 +193,4 @@ export class CreateAccessKeyCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateAccessKeyCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-iam/src/commands/CreateAccountAliasCommand.ts b/clients/client-iam/src/commands/CreateAccountAliasCommand.ts index 8e8b55f9bfbb..384cbb748c08 100644 --- a/clients/client-iam/src/commands/CreateAccountAliasCommand.ts +++ b/clients/client-iam/src/commands/CreateAccountAliasCommand.ts @@ -98,9 +98,6 @@ export class CreateAccountAliasCommand extends $Command< CreateAccountAliasCommandOutput, IAMClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -114,9 +111,7 @@ export class CreateAccountAliasCommand extends $Command< * @public */ constructor(readonly input: CreateAccountAliasCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -169,7 +164,4 @@ export class CreateAccountAliasCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateAccountAliasCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-iam/src/commands/CreateGroupCommand.ts b/clients/client-iam/src/commands/CreateGroupCommand.ts index 5e2961fe619f..9a8dca9a4803 100644 --- a/clients/client-iam/src/commands/CreateGroupCommand.ts +++ b/clients/client-iam/src/commands/CreateGroupCommand.ts @@ -117,9 +117,6 @@ export class CreateGroupCommand extends $Command< CreateGroupCommandOutput, IAMClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -133,9 +130,7 @@ export class CreateGroupCommand extends $Command< * @public */ constructor(readonly input: CreateGroupCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -186,7 +181,4 @@ export class CreateGroupCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateGroupCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-iam/src/commands/CreateInstanceProfileCommand.ts b/clients/client-iam/src/commands/CreateInstanceProfileCommand.ts index 428d8e015183..44ec111d4a44 100644 --- a/clients/client-iam/src/commands/CreateInstanceProfileCommand.ts +++ b/clients/client-iam/src/commands/CreateInstanceProfileCommand.ts @@ -162,9 +162,6 @@ export class CreateInstanceProfileCommand extends $Command< CreateInstanceProfileCommandOutput, IAMClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -178,9 +175,7 @@ export class CreateInstanceProfileCommand extends $Command< * @public */ constructor(readonly input: CreateInstanceProfileCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -233,7 +228,4 @@ export class CreateInstanceProfileCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateInstanceProfileCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-iam/src/commands/CreateLoginProfileCommand.ts b/clients/client-iam/src/commands/CreateLoginProfileCommand.ts index d7abc368c681..f88089d600a3 100644 --- a/clients/client-iam/src/commands/CreateLoginProfileCommand.ts +++ b/clients/client-iam/src/commands/CreateLoginProfileCommand.ts @@ -127,9 +127,6 @@ export class CreateLoginProfileCommand extends $Command< CreateLoginProfileCommandOutput, IAMClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -143,9 +140,7 @@ export class CreateLoginProfileCommand extends $Command< * @public */ constructor(readonly input: CreateLoginProfileCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -198,7 +193,4 @@ export class CreateLoginProfileCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateLoginProfileCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-iam/src/commands/CreateOpenIDConnectProviderCommand.ts b/clients/client-iam/src/commands/CreateOpenIDConnectProviderCommand.ts index 12f15f7890a4..5f07933a71fe 100644 --- a/clients/client-iam/src/commands/CreateOpenIDConnectProviderCommand.ts +++ b/clients/client-iam/src/commands/CreateOpenIDConnectProviderCommand.ts @@ -173,9 +173,6 @@ export class CreateOpenIDConnectProviderCommand extends $Command< CreateOpenIDConnectProviderCommandOutput, IAMClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -189,9 +186,7 @@ export class CreateOpenIDConnectProviderCommand extends $Command< * @public */ constructor(readonly input: CreateOpenIDConnectProviderCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -247,7 +242,4 @@ export class CreateOpenIDConnectProviderCommand extends $Command< ): Promise { return de_CreateOpenIDConnectProviderCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-iam/src/commands/CreatePolicyCommand.ts b/clients/client-iam/src/commands/CreatePolicyCommand.ts index 6b392eb8f991..66b9a07350b8 100644 --- a/clients/client-iam/src/commands/CreatePolicyCommand.ts +++ b/clients/client-iam/src/commands/CreatePolicyCommand.ts @@ -131,9 +131,6 @@ export class CreatePolicyCommand extends $Command< CreatePolicyCommandOutput, IAMClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -147,9 +144,7 @@ export class CreatePolicyCommand extends $Command< * @public */ constructor(readonly input: CreatePolicyCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -200,7 +195,4 @@ export class CreatePolicyCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreatePolicyCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-iam/src/commands/CreatePolicyVersionCommand.ts b/clients/client-iam/src/commands/CreatePolicyVersionCommand.ts index 3e0446ee86ab..137eb2464524 100644 --- a/clients/client-iam/src/commands/CreatePolicyVersionCommand.ts +++ b/clients/client-iam/src/commands/CreatePolicyVersionCommand.ts @@ -104,9 +104,6 @@ export class CreatePolicyVersionCommand extends $Command< CreatePolicyVersionCommandOutput, IAMClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -120,9 +117,7 @@ export class CreatePolicyVersionCommand extends $Command< * @public */ constructor(readonly input: CreatePolicyVersionCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -175,7 +170,4 @@ export class CreatePolicyVersionCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreatePolicyVersionCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-iam/src/commands/CreateRoleCommand.ts b/clients/client-iam/src/commands/CreateRoleCommand.ts index 0d45c60e5976..837cd6f9a283 100644 --- a/clients/client-iam/src/commands/CreateRoleCommand.ts +++ b/clients/client-iam/src/commands/CreateRoleCommand.ts @@ -157,9 +157,6 @@ export class CreateRoleCommand extends $Command< CreateRoleCommandOutput, IAMClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -173,9 +170,7 @@ export class CreateRoleCommand extends $Command< * @public */ constructor(readonly input: CreateRoleCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -226,7 +221,4 @@ export class CreateRoleCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateRoleCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-iam/src/commands/CreateSAMLProviderCommand.ts b/clients/client-iam/src/commands/CreateSAMLProviderCommand.ts index 2f9df07356ca..44597743de5b 100644 --- a/clients/client-iam/src/commands/CreateSAMLProviderCommand.ts +++ b/clients/client-iam/src/commands/CreateSAMLProviderCommand.ts @@ -120,9 +120,6 @@ export class CreateSAMLProviderCommand extends $Command< CreateSAMLProviderCommandOutput, IAMClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -136,9 +133,7 @@ export class CreateSAMLProviderCommand extends $Command< * @public */ constructor(readonly input: CreateSAMLProviderCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -191,7 +186,4 @@ export class CreateSAMLProviderCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateSAMLProviderCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-iam/src/commands/CreateServiceLinkedRoleCommand.ts b/clients/client-iam/src/commands/CreateServiceLinkedRoleCommand.ts index 568ee9b01d8b..75d912c196ff 100644 --- a/clients/client-iam/src/commands/CreateServiceLinkedRoleCommand.ts +++ b/clients/client-iam/src/commands/CreateServiceLinkedRoleCommand.ts @@ -119,9 +119,6 @@ export class CreateServiceLinkedRoleCommand extends $Command< CreateServiceLinkedRoleCommandOutput, IAMClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -135,9 +132,7 @@ export class CreateServiceLinkedRoleCommand extends $Command< * @public */ constructor(readonly input: CreateServiceLinkedRoleCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -190,7 +185,4 @@ export class CreateServiceLinkedRoleCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateServiceLinkedRoleCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-iam/src/commands/CreateServiceSpecificCredentialCommand.ts b/clients/client-iam/src/commands/CreateServiceSpecificCredentialCommand.ts index 44ec8ebbd6d3..77b9a65e4bc7 100644 --- a/clients/client-iam/src/commands/CreateServiceSpecificCredentialCommand.ts +++ b/clients/client-iam/src/commands/CreateServiceSpecificCredentialCommand.ts @@ -109,9 +109,6 @@ export class CreateServiceSpecificCredentialCommand extends $Command< CreateServiceSpecificCredentialCommandOutput, IAMClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -125,9 +122,7 @@ export class CreateServiceSpecificCredentialCommand extends $Command< * @public */ constructor(readonly input: CreateServiceSpecificCredentialCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -186,7 +181,4 @@ export class CreateServiceSpecificCredentialCommand extends $Command< ): Promise { return de_CreateServiceSpecificCredentialCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-iam/src/commands/CreateUserCommand.ts b/clients/client-iam/src/commands/CreateUserCommand.ts index 749f71e8427d..a6b18941cf45 100644 --- a/clients/client-iam/src/commands/CreateUserCommand.ts +++ b/clients/client-iam/src/commands/CreateUserCommand.ts @@ -143,9 +143,6 @@ export class CreateUserCommand extends $Command< CreateUserCommandOutput, IAMClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -159,9 +156,7 @@ export class CreateUserCommand extends $Command< * @public */ constructor(readonly input: CreateUserCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -212,7 +207,4 @@ export class CreateUserCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateUserCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-iam/src/commands/CreateVirtualMFADeviceCommand.ts b/clients/client-iam/src/commands/CreateVirtualMFADeviceCommand.ts index dc72d77cf607..aa96e77e6419 100644 --- a/clients/client-iam/src/commands/CreateVirtualMFADeviceCommand.ts +++ b/clients/client-iam/src/commands/CreateVirtualMFADeviceCommand.ts @@ -142,9 +142,6 @@ export class CreateVirtualMFADeviceCommand extends $Command< CreateVirtualMFADeviceCommandOutput, IAMClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -158,9 +155,7 @@ export class CreateVirtualMFADeviceCommand extends $Command< * @public */ constructor(readonly input: CreateVirtualMFADeviceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -213,7 +208,4 @@ export class CreateVirtualMFADeviceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateVirtualMFADeviceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-iam/src/commands/DeactivateMFADeviceCommand.ts b/clients/client-iam/src/commands/DeactivateMFADeviceCommand.ts index 79fa35e49391..3844b20b16d2 100644 --- a/clients/client-iam/src/commands/DeactivateMFADeviceCommand.ts +++ b/clients/client-iam/src/commands/DeactivateMFADeviceCommand.ts @@ -95,9 +95,6 @@ export class DeactivateMFADeviceCommand extends $Command< DeactivateMFADeviceCommandOutput, IAMClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -111,9 +108,7 @@ export class DeactivateMFADeviceCommand extends $Command< * @public */ constructor(readonly input: DeactivateMFADeviceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -166,7 +161,4 @@ export class DeactivateMFADeviceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeactivateMFADeviceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-iam/src/commands/DeleteAccessKeyCommand.ts b/clients/client-iam/src/commands/DeleteAccessKeyCommand.ts index 7c3f855c48e6..4e8ee770804f 100644 --- a/clients/client-iam/src/commands/DeleteAccessKeyCommand.ts +++ b/clients/client-iam/src/commands/DeleteAccessKeyCommand.ts @@ -97,9 +97,6 @@ export class DeleteAccessKeyCommand extends $Command< DeleteAccessKeyCommandOutput, IAMClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -113,9 +110,7 @@ export class DeleteAccessKeyCommand extends $Command< * @public */ constructor(readonly input: DeleteAccessKeyCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -168,7 +163,4 @@ export class DeleteAccessKeyCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteAccessKeyCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-iam/src/commands/DeleteAccountAliasCommand.ts b/clients/client-iam/src/commands/DeleteAccountAliasCommand.ts index 46d78fabced9..6d59b5d2ae6f 100644 --- a/clients/client-iam/src/commands/DeleteAccountAliasCommand.ts +++ b/clients/client-iam/src/commands/DeleteAccountAliasCommand.ts @@ -98,9 +98,6 @@ export class DeleteAccountAliasCommand extends $Command< DeleteAccountAliasCommandOutput, IAMClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -114,9 +111,7 @@ export class DeleteAccountAliasCommand extends $Command< * @public */ constructor(readonly input: DeleteAccountAliasCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -169,7 +164,4 @@ export class DeleteAccountAliasCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteAccountAliasCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-iam/src/commands/DeleteAccountPasswordPolicyCommand.ts b/clients/client-iam/src/commands/DeleteAccountPasswordPolicyCommand.ts index 6838e8576a9a..fa63e7e7307b 100644 --- a/clients/client-iam/src/commands/DeleteAccountPasswordPolicyCommand.ts +++ b/clients/client-iam/src/commands/DeleteAccountPasswordPolicyCommand.ts @@ -86,9 +86,6 @@ export class DeleteAccountPasswordPolicyCommand extends $Command< DeleteAccountPasswordPolicyCommandOutput, IAMClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -102,9 +99,7 @@ export class DeleteAccountPasswordPolicyCommand extends $Command< * @public */ constructor(readonly input: DeleteAccountPasswordPolicyCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -160,7 +155,4 @@ export class DeleteAccountPasswordPolicyCommand extends $Command< ): Promise { return de_DeleteAccountPasswordPolicyCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-iam/src/commands/DeleteGroupCommand.ts b/clients/client-iam/src/commands/DeleteGroupCommand.ts index b6c20c403e3a..384d73a902f9 100644 --- a/clients/client-iam/src/commands/DeleteGroupCommand.ts +++ b/clients/client-iam/src/commands/DeleteGroupCommand.ts @@ -85,9 +85,6 @@ export class DeleteGroupCommand extends $Command< DeleteGroupCommandOutput, IAMClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -101,9 +98,7 @@ export class DeleteGroupCommand extends $Command< * @public */ constructor(readonly input: DeleteGroupCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -154,7 +149,4 @@ export class DeleteGroupCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteGroupCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-iam/src/commands/DeleteGroupPolicyCommand.ts b/clients/client-iam/src/commands/DeleteGroupPolicyCommand.ts index 69f66078343a..e5dfbab5dc64 100644 --- a/clients/client-iam/src/commands/DeleteGroupPolicyCommand.ts +++ b/clients/client-iam/src/commands/DeleteGroupPolicyCommand.ts @@ -98,9 +98,6 @@ export class DeleteGroupPolicyCommand extends $Command< DeleteGroupPolicyCommandOutput, IAMClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -114,9 +111,7 @@ export class DeleteGroupPolicyCommand extends $Command< * @public */ constructor(readonly input: DeleteGroupPolicyCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -169,7 +164,4 @@ export class DeleteGroupPolicyCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteGroupPolicyCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-iam/src/commands/DeleteInstanceProfileCommand.ts b/clients/client-iam/src/commands/DeleteInstanceProfileCommand.ts index b0bf379a5943..3914be9af3bd 100644 --- a/clients/client-iam/src/commands/DeleteInstanceProfileCommand.ts +++ b/clients/client-iam/src/commands/DeleteInstanceProfileCommand.ts @@ -104,9 +104,6 @@ export class DeleteInstanceProfileCommand extends $Command< DeleteInstanceProfileCommandOutput, IAMClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -120,9 +117,7 @@ export class DeleteInstanceProfileCommand extends $Command< * @public */ constructor(readonly input: DeleteInstanceProfileCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -175,7 +170,4 @@ export class DeleteInstanceProfileCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteInstanceProfileCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-iam/src/commands/DeleteLoginProfileCommand.ts b/clients/client-iam/src/commands/DeleteLoginProfileCommand.ts index 987501db2ac1..95dff184b4be 100644 --- a/clients/client-iam/src/commands/DeleteLoginProfileCommand.ts +++ b/clients/client-iam/src/commands/DeleteLoginProfileCommand.ts @@ -109,9 +109,6 @@ export class DeleteLoginProfileCommand extends $Command< DeleteLoginProfileCommandOutput, IAMClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -125,9 +122,7 @@ export class DeleteLoginProfileCommand extends $Command< * @public */ constructor(readonly input: DeleteLoginProfileCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -180,7 +175,4 @@ export class DeleteLoginProfileCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteLoginProfileCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-iam/src/commands/DeleteOpenIDConnectProviderCommand.ts b/clients/client-iam/src/commands/DeleteOpenIDConnectProviderCommand.ts index 8dc11ee67ec6..3f394b01da2c 100644 --- a/clients/client-iam/src/commands/DeleteOpenIDConnectProviderCommand.ts +++ b/clients/client-iam/src/commands/DeleteOpenIDConnectProviderCommand.ts @@ -85,9 +85,6 @@ export class DeleteOpenIDConnectProviderCommand extends $Command< DeleteOpenIDConnectProviderCommandOutput, IAMClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -101,9 +98,7 @@ export class DeleteOpenIDConnectProviderCommand extends $Command< * @public */ constructor(readonly input: DeleteOpenIDConnectProviderCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -159,7 +154,4 @@ export class DeleteOpenIDConnectProviderCommand extends $Command< ): Promise { return de_DeleteOpenIDConnectProviderCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-iam/src/commands/DeletePolicyCommand.ts b/clients/client-iam/src/commands/DeletePolicyCommand.ts index 0acdd446146c..935c81ff41fd 100644 --- a/clients/client-iam/src/commands/DeletePolicyCommand.ts +++ b/clients/client-iam/src/commands/DeletePolicyCommand.ts @@ -112,9 +112,6 @@ export class DeletePolicyCommand extends $Command< DeletePolicyCommandOutput, IAMClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -128,9 +125,7 @@ export class DeletePolicyCommand extends $Command< * @public */ constructor(readonly input: DeletePolicyCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -181,7 +176,4 @@ export class DeletePolicyCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeletePolicyCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-iam/src/commands/DeletePolicyVersionCommand.ts b/clients/client-iam/src/commands/DeletePolicyVersionCommand.ts index 12a492c8b481..180e7988bfe3 100644 --- a/clients/client-iam/src/commands/DeletePolicyVersionCommand.ts +++ b/clients/client-iam/src/commands/DeletePolicyVersionCommand.ts @@ -94,9 +94,6 @@ export class DeletePolicyVersionCommand extends $Command< DeletePolicyVersionCommandOutput, IAMClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -110,9 +107,7 @@ export class DeletePolicyVersionCommand extends $Command< * @public */ constructor(readonly input: DeletePolicyVersionCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -165,7 +160,4 @@ export class DeletePolicyVersionCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeletePolicyVersionCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-iam/src/commands/DeleteRoleCommand.ts b/clients/client-iam/src/commands/DeleteRoleCommand.ts index 3e87c93bacd4..f2178e6dfb23 100644 --- a/clients/client-iam/src/commands/DeleteRoleCommand.ts +++ b/clients/client-iam/src/commands/DeleteRoleCommand.ts @@ -128,9 +128,6 @@ export class DeleteRoleCommand extends $Command< DeleteRoleCommandOutput, IAMClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -144,9 +141,7 @@ export class DeleteRoleCommand extends $Command< * @public */ constructor(readonly input: DeleteRoleCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -197,7 +192,4 @@ export class DeleteRoleCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteRoleCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-iam/src/commands/DeleteRolePermissionsBoundaryCommand.ts b/clients/client-iam/src/commands/DeleteRolePermissionsBoundaryCommand.ts index 1a226bd41805..66b9013e9a89 100644 --- a/clients/client-iam/src/commands/DeleteRolePermissionsBoundaryCommand.ts +++ b/clients/client-iam/src/commands/DeleteRolePermissionsBoundaryCommand.ts @@ -91,9 +91,6 @@ export class DeleteRolePermissionsBoundaryCommand extends $Command< DeleteRolePermissionsBoundaryCommandOutput, IAMClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -107,9 +104,7 @@ export class DeleteRolePermissionsBoundaryCommand extends $Command< * @public */ constructor(readonly input: DeleteRolePermissionsBoundaryCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -165,7 +160,4 @@ export class DeleteRolePermissionsBoundaryCommand extends $Command< ): Promise { return de_DeleteRolePermissionsBoundaryCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-iam/src/commands/DeleteRolePolicyCommand.ts b/clients/client-iam/src/commands/DeleteRolePolicyCommand.ts index a7692116c042..f89c0f65aaa3 100644 --- a/clients/client-iam/src/commands/DeleteRolePolicyCommand.ts +++ b/clients/client-iam/src/commands/DeleteRolePolicyCommand.ts @@ -104,9 +104,6 @@ export class DeleteRolePolicyCommand extends $Command< DeleteRolePolicyCommandOutput, IAMClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -120,9 +117,7 @@ export class DeleteRolePolicyCommand extends $Command< * @public */ constructor(readonly input: DeleteRolePolicyCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -175,7 +170,4 @@ export class DeleteRolePolicyCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteRolePolicyCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-iam/src/commands/DeleteSAMLProviderCommand.ts b/clients/client-iam/src/commands/DeleteSAMLProviderCommand.ts index 5bfc87d205dc..a13f8a917827 100644 --- a/clients/client-iam/src/commands/DeleteSAMLProviderCommand.ts +++ b/clients/client-iam/src/commands/DeleteSAMLProviderCommand.ts @@ -90,9 +90,6 @@ export class DeleteSAMLProviderCommand extends $Command< DeleteSAMLProviderCommandOutput, IAMClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -106,9 +103,7 @@ export class DeleteSAMLProviderCommand extends $Command< * @public */ constructor(readonly input: DeleteSAMLProviderCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -161,7 +156,4 @@ export class DeleteSAMLProviderCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteSAMLProviderCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-iam/src/commands/DeleteSSHPublicKeyCommand.ts b/clients/client-iam/src/commands/DeleteSSHPublicKeyCommand.ts index b9be60d5efbe..c2e7d4646a37 100644 --- a/clients/client-iam/src/commands/DeleteSSHPublicKeyCommand.ts +++ b/clients/client-iam/src/commands/DeleteSSHPublicKeyCommand.ts @@ -77,9 +77,6 @@ export class DeleteSSHPublicKeyCommand extends $Command< DeleteSSHPublicKeyCommandOutput, IAMClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -93,9 +90,7 @@ export class DeleteSSHPublicKeyCommand extends $Command< * @public */ constructor(readonly input: DeleteSSHPublicKeyCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -148,7 +143,4 @@ export class DeleteSSHPublicKeyCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteSSHPublicKeyCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-iam/src/commands/DeleteServerCertificateCommand.ts b/clients/client-iam/src/commands/DeleteServerCertificateCommand.ts index dc77b8f89186..fd8cd8bf14ef 100644 --- a/clients/client-iam/src/commands/DeleteServerCertificateCommand.ts +++ b/clients/client-iam/src/commands/DeleteServerCertificateCommand.ts @@ -98,9 +98,6 @@ export class DeleteServerCertificateCommand extends $Command< DeleteServerCertificateCommandOutput, IAMClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -114,9 +111,7 @@ export class DeleteServerCertificateCommand extends $Command< * @public */ constructor(readonly input: DeleteServerCertificateCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -169,7 +164,4 @@ export class DeleteServerCertificateCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteServerCertificateCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-iam/src/commands/DeleteServiceLinkedRoleCommand.ts b/clients/client-iam/src/commands/DeleteServiceLinkedRoleCommand.ts index 760a0eb6874e..4a2cd110b65e 100644 --- a/clients/client-iam/src/commands/DeleteServiceLinkedRoleCommand.ts +++ b/clients/client-iam/src/commands/DeleteServiceLinkedRoleCommand.ts @@ -98,9 +98,6 @@ export class DeleteServiceLinkedRoleCommand extends $Command< DeleteServiceLinkedRoleCommandOutput, IAMClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -114,9 +111,7 @@ export class DeleteServiceLinkedRoleCommand extends $Command< * @public */ constructor(readonly input: DeleteServiceLinkedRoleCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -169,7 +164,4 @@ export class DeleteServiceLinkedRoleCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteServiceLinkedRoleCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-iam/src/commands/DeleteServiceSpecificCredentialCommand.ts b/clients/client-iam/src/commands/DeleteServiceSpecificCredentialCommand.ts index c6fc4640d9d6..6d3d111e642b 100644 --- a/clients/client-iam/src/commands/DeleteServiceSpecificCredentialCommand.ts +++ b/clients/client-iam/src/commands/DeleteServiceSpecificCredentialCommand.ts @@ -76,9 +76,6 @@ export class DeleteServiceSpecificCredentialCommand extends $Command< DeleteServiceSpecificCredentialCommandOutput, IAMClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -92,9 +89,7 @@ export class DeleteServiceSpecificCredentialCommand extends $Command< * @public */ constructor(readonly input: DeleteServiceSpecificCredentialCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -153,7 +148,4 @@ export class DeleteServiceSpecificCredentialCommand extends $Command< ): Promise { return de_DeleteServiceSpecificCredentialCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-iam/src/commands/DeleteSigningCertificateCommand.ts b/clients/client-iam/src/commands/DeleteSigningCertificateCommand.ts index 6d2873d86e25..41e8eead1977 100644 --- a/clients/client-iam/src/commands/DeleteSigningCertificateCommand.ts +++ b/clients/client-iam/src/commands/DeleteSigningCertificateCommand.ts @@ -101,9 +101,6 @@ export class DeleteSigningCertificateCommand extends $Command< DeleteSigningCertificateCommandOutput, IAMClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -117,9 +114,7 @@ export class DeleteSigningCertificateCommand extends $Command< * @public */ constructor(readonly input: DeleteSigningCertificateCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -172,7 +167,4 @@ export class DeleteSigningCertificateCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteSigningCertificateCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-iam/src/commands/DeleteUserCommand.ts b/clients/client-iam/src/commands/DeleteUserCommand.ts index 49c713705e63..cd2c89591fcf 100644 --- a/clients/client-iam/src/commands/DeleteUserCommand.ts +++ b/clients/client-iam/src/commands/DeleteUserCommand.ts @@ -131,9 +131,6 @@ export class DeleteUserCommand extends $Command< DeleteUserCommandOutput, IAMClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -147,9 +144,7 @@ export class DeleteUserCommand extends $Command< * @public */ constructor(readonly input: DeleteUserCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -200,7 +195,4 @@ export class DeleteUserCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteUserCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-iam/src/commands/DeleteUserPermissionsBoundaryCommand.ts b/clients/client-iam/src/commands/DeleteUserPermissionsBoundaryCommand.ts index 55cca59cd0a1..385477c71306 100644 --- a/clients/client-iam/src/commands/DeleteUserPermissionsBoundaryCommand.ts +++ b/clients/client-iam/src/commands/DeleteUserPermissionsBoundaryCommand.ts @@ -84,9 +84,6 @@ export class DeleteUserPermissionsBoundaryCommand extends $Command< DeleteUserPermissionsBoundaryCommandOutput, IAMClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -100,9 +97,7 @@ export class DeleteUserPermissionsBoundaryCommand extends $Command< * @public */ constructor(readonly input: DeleteUserPermissionsBoundaryCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -158,7 +153,4 @@ export class DeleteUserPermissionsBoundaryCommand extends $Command< ): Promise { return de_DeleteUserPermissionsBoundaryCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-iam/src/commands/DeleteUserPolicyCommand.ts b/clients/client-iam/src/commands/DeleteUserPolicyCommand.ts index fefab9f88279..c5e3c80706cb 100644 --- a/clients/client-iam/src/commands/DeleteUserPolicyCommand.ts +++ b/clients/client-iam/src/commands/DeleteUserPolicyCommand.ts @@ -98,9 +98,6 @@ export class DeleteUserPolicyCommand extends $Command< DeleteUserPolicyCommandOutput, IAMClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -114,9 +111,7 @@ export class DeleteUserPolicyCommand extends $Command< * @public */ constructor(readonly input: DeleteUserPolicyCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -169,7 +164,4 @@ export class DeleteUserPolicyCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteUserPolicyCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-iam/src/commands/DeleteVirtualMFADeviceCommand.ts b/clients/client-iam/src/commands/DeleteVirtualMFADeviceCommand.ts index 5d01d272a278..e6b85aaf8a7c 100644 --- a/clients/client-iam/src/commands/DeleteVirtualMFADeviceCommand.ts +++ b/clients/client-iam/src/commands/DeleteVirtualMFADeviceCommand.ts @@ -103,9 +103,6 @@ export class DeleteVirtualMFADeviceCommand extends $Command< DeleteVirtualMFADeviceCommandOutput, IAMClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -119,9 +116,7 @@ export class DeleteVirtualMFADeviceCommand extends $Command< * @public */ constructor(readonly input: DeleteVirtualMFADeviceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -174,7 +169,4 @@ export class DeleteVirtualMFADeviceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteVirtualMFADeviceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-iam/src/commands/DetachGroupPolicyCommand.ts b/clients/client-iam/src/commands/DetachGroupPolicyCommand.ts index dd5faf526950..7428083498a6 100644 --- a/clients/client-iam/src/commands/DetachGroupPolicyCommand.ts +++ b/clients/client-iam/src/commands/DetachGroupPolicyCommand.ts @@ -89,9 +89,6 @@ export class DetachGroupPolicyCommand extends $Command< DetachGroupPolicyCommandOutput, IAMClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -105,9 +102,7 @@ export class DetachGroupPolicyCommand extends $Command< * @public */ constructor(readonly input: DetachGroupPolicyCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -160,7 +155,4 @@ export class DetachGroupPolicyCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DetachGroupPolicyCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-iam/src/commands/DetachRolePolicyCommand.ts b/clients/client-iam/src/commands/DetachRolePolicyCommand.ts index fac20fb183c1..02e7cbd37ec4 100644 --- a/clients/client-iam/src/commands/DetachRolePolicyCommand.ts +++ b/clients/client-iam/src/commands/DetachRolePolicyCommand.ts @@ -95,9 +95,6 @@ export class DetachRolePolicyCommand extends $Command< DetachRolePolicyCommandOutput, IAMClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -111,9 +108,7 @@ export class DetachRolePolicyCommand extends $Command< * @public */ constructor(readonly input: DetachRolePolicyCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -166,7 +161,4 @@ export class DetachRolePolicyCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DetachRolePolicyCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-iam/src/commands/DetachUserPolicyCommand.ts b/clients/client-iam/src/commands/DetachUserPolicyCommand.ts index 56da2d1c087a..35f6a9e6387f 100644 --- a/clients/client-iam/src/commands/DetachUserPolicyCommand.ts +++ b/clients/client-iam/src/commands/DetachUserPolicyCommand.ts @@ -89,9 +89,6 @@ export class DetachUserPolicyCommand extends $Command< DetachUserPolicyCommandOutput, IAMClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -105,9 +102,7 @@ export class DetachUserPolicyCommand extends $Command< * @public */ constructor(readonly input: DetachUserPolicyCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -160,7 +155,4 @@ export class DetachUserPolicyCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DetachUserPolicyCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-iam/src/commands/EnableMFADeviceCommand.ts b/clients/client-iam/src/commands/EnableMFADeviceCommand.ts index f7181b2ff2b7..02523779c570 100644 --- a/clients/client-iam/src/commands/EnableMFADeviceCommand.ts +++ b/clients/client-iam/src/commands/EnableMFADeviceCommand.ts @@ -103,9 +103,6 @@ export class EnableMFADeviceCommand extends $Command< EnableMFADeviceCommandOutput, IAMClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -119,9 +116,7 @@ export class EnableMFADeviceCommand extends $Command< * @public */ constructor(readonly input: EnableMFADeviceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -174,7 +169,4 @@ export class EnableMFADeviceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_EnableMFADeviceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-iam/src/commands/GenerateCredentialReportCommand.ts b/clients/client-iam/src/commands/GenerateCredentialReportCommand.ts index b5c5c151cf59..3e611096b5ea 100644 --- a/clients/client-iam/src/commands/GenerateCredentialReportCommand.ts +++ b/clients/client-iam/src/commands/GenerateCredentialReportCommand.ts @@ -79,9 +79,6 @@ export class GenerateCredentialReportCommand extends $Command< GenerateCredentialReportCommandOutput, IAMClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -95,9 +92,7 @@ export class GenerateCredentialReportCommand extends $Command< * @public */ constructor(readonly input: GenerateCredentialReportCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -150,7 +145,4 @@ export class GenerateCredentialReportCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GenerateCredentialReportCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-iam/src/commands/GenerateOrganizationsAccessReportCommand.ts b/clients/client-iam/src/commands/GenerateOrganizationsAccessReportCommand.ts index 28f4901bf540..dcf8350d8630 100644 --- a/clients/client-iam/src/commands/GenerateOrganizationsAccessReportCommand.ts +++ b/clients/client-iam/src/commands/GenerateOrganizationsAccessReportCommand.ts @@ -229,9 +229,6 @@ export class GenerateOrganizationsAccessReportCommand extends $Command< GenerateOrganizationsAccessReportCommandOutput, IAMClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -245,9 +242,7 @@ export class GenerateOrganizationsAccessReportCommand extends $Command< * @public */ constructor(readonly input: GenerateOrganizationsAccessReportCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -306,7 +301,4 @@ export class GenerateOrganizationsAccessReportCommand extends $Command< ): Promise { return de_GenerateOrganizationsAccessReportCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-iam/src/commands/GenerateServiceLastAccessedDetailsCommand.ts b/clients/client-iam/src/commands/GenerateServiceLastAccessedDetailsCommand.ts index eba6bd5f368f..211d2d0a6ba4 100644 --- a/clients/client-iam/src/commands/GenerateServiceLastAccessedDetailsCommand.ts +++ b/clients/client-iam/src/commands/GenerateServiceLastAccessedDetailsCommand.ts @@ -158,9 +158,6 @@ export class GenerateServiceLastAccessedDetailsCommand extends $Command< GenerateServiceLastAccessedDetailsCommandOutput, IAMClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -174,9 +171,7 @@ export class GenerateServiceLastAccessedDetailsCommand extends $Command< * @public */ constructor(readonly input: GenerateServiceLastAccessedDetailsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -235,7 +230,4 @@ export class GenerateServiceLastAccessedDetailsCommand extends $Command< ): Promise { return de_GenerateServiceLastAccessedDetailsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-iam/src/commands/GetAccessKeyLastUsedCommand.ts b/clients/client-iam/src/commands/GetAccessKeyLastUsedCommand.ts index 7db6113ba39b..6e55e6ace2c5 100644 --- a/clients/client-iam/src/commands/GetAccessKeyLastUsedCommand.ts +++ b/clients/client-iam/src/commands/GetAccessKeyLastUsedCommand.ts @@ -77,9 +77,6 @@ export class GetAccessKeyLastUsedCommand extends $Command< GetAccessKeyLastUsedCommandOutput, IAMClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -93,9 +90,7 @@ export class GetAccessKeyLastUsedCommand extends $Command< * @public */ constructor(readonly input: GetAccessKeyLastUsedCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -148,7 +143,4 @@ export class GetAccessKeyLastUsedCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetAccessKeyLastUsedCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-iam/src/commands/GetAccountAuthorizationDetailsCommand.ts b/clients/client-iam/src/commands/GetAccountAuthorizationDetailsCommand.ts index 1bede88b8026..4dcbd7df42c9 100644 --- a/clients/client-iam/src/commands/GetAccountAuthorizationDetailsCommand.ts +++ b/clients/client-iam/src/commands/GetAccountAuthorizationDetailsCommand.ts @@ -242,9 +242,6 @@ export class GetAccountAuthorizationDetailsCommand extends $Command< GetAccountAuthorizationDetailsCommandOutput, IAMClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -258,9 +255,7 @@ export class GetAccountAuthorizationDetailsCommand extends $Command< * @public */ constructor(readonly input: GetAccountAuthorizationDetailsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -319,7 +314,4 @@ export class GetAccountAuthorizationDetailsCommand extends $Command< ): Promise { return de_GetAccountAuthorizationDetailsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-iam/src/commands/GetAccountPasswordPolicyCommand.ts b/clients/client-iam/src/commands/GetAccountPasswordPolicyCommand.ts index 87792b6c2cca..42a7656995fe 100644 --- a/clients/client-iam/src/commands/GetAccountPasswordPolicyCommand.ts +++ b/clients/client-iam/src/commands/GetAccountPasswordPolicyCommand.ts @@ -115,9 +115,6 @@ export class GetAccountPasswordPolicyCommand extends $Command< GetAccountPasswordPolicyCommandOutput, IAMClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -131,9 +128,7 @@ export class GetAccountPasswordPolicyCommand extends $Command< * @public */ constructor(readonly input: GetAccountPasswordPolicyCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -186,7 +181,4 @@ export class GetAccountPasswordPolicyCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetAccountPasswordPolicyCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-iam/src/commands/GetAccountSummaryCommand.ts b/clients/client-iam/src/commands/GetAccountSummaryCommand.ts index 4e38537ebb1a..c37e971bb83a 100644 --- a/clients/client-iam/src/commands/GetAccountSummaryCommand.ts +++ b/clients/client-iam/src/commands/GetAccountSummaryCommand.ts @@ -118,9 +118,6 @@ export class GetAccountSummaryCommand extends $Command< GetAccountSummaryCommandOutput, IAMClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -134,9 +131,7 @@ export class GetAccountSummaryCommand extends $Command< * @public */ constructor(readonly input: GetAccountSummaryCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -189,7 +184,4 @@ export class GetAccountSummaryCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetAccountSummaryCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-iam/src/commands/GetContextKeysForCustomPolicyCommand.ts b/clients/client-iam/src/commands/GetContextKeysForCustomPolicyCommand.ts index c813687649f8..cbd2a2e188dc 100644 --- a/clients/client-iam/src/commands/GetContextKeysForCustomPolicyCommand.ts +++ b/clients/client-iam/src/commands/GetContextKeysForCustomPolicyCommand.ts @@ -90,9 +90,6 @@ export class GetContextKeysForCustomPolicyCommand extends $Command< GetContextKeysForCustomPolicyCommandOutput, IAMClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -106,9 +103,7 @@ export class GetContextKeysForCustomPolicyCommand extends $Command< * @public */ constructor(readonly input: GetContextKeysForCustomPolicyCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -164,7 +159,4 @@ export class GetContextKeysForCustomPolicyCommand extends $Command< ): Promise { return de_GetContextKeysForCustomPolicyCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-iam/src/commands/GetContextKeysForPrincipalPolicyCommand.ts b/clients/client-iam/src/commands/GetContextKeysForPrincipalPolicyCommand.ts index c3a9e8719349..c72bba9a21c3 100644 --- a/clients/client-iam/src/commands/GetContextKeysForPrincipalPolicyCommand.ts +++ b/clients/client-iam/src/commands/GetContextKeysForPrincipalPolicyCommand.ts @@ -101,9 +101,6 @@ export class GetContextKeysForPrincipalPolicyCommand extends $Command< GetContextKeysForPrincipalPolicyCommandOutput, IAMClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -117,9 +114,7 @@ export class GetContextKeysForPrincipalPolicyCommand extends $Command< * @public */ constructor(readonly input: GetContextKeysForPrincipalPolicyCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -178,7 +173,4 @@ export class GetContextKeysForPrincipalPolicyCommand extends $Command< ): Promise { return de_GetContextKeysForPrincipalPolicyCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-iam/src/commands/GetCredentialReportCommand.ts b/clients/client-iam/src/commands/GetCredentialReportCommand.ts index 4ab5757c6ccd..c675b975022e 100644 --- a/clients/client-iam/src/commands/GetCredentialReportCommand.ts +++ b/clients/client-iam/src/commands/GetCredentialReportCommand.ts @@ -89,9 +89,6 @@ export class GetCredentialReportCommand extends $Command< GetCredentialReportCommandOutput, IAMClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -105,9 +102,7 @@ export class GetCredentialReportCommand extends $Command< * @public */ constructor(readonly input: GetCredentialReportCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -160,7 +155,4 @@ export class GetCredentialReportCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetCredentialReportCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-iam/src/commands/GetGroupCommand.ts b/clients/client-iam/src/commands/GetGroupCommand.ts index 1c03f8876365..d2f72d2f4298 100644 --- a/clients/client-iam/src/commands/GetGroupCommand.ts +++ b/clients/client-iam/src/commands/GetGroupCommand.ts @@ -105,9 +105,6 @@ export interface GetGroupCommandOutput extends GetGroupResponse, __MetadataBeare * */ export class GetGroupCommand extends $Command { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -121,9 +118,7 @@ export class GetGroupCommand extends $Command { return de_GetGroupCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-iam/src/commands/GetGroupPolicyCommand.ts b/clients/client-iam/src/commands/GetGroupPolicyCommand.ts index f9540073aa01..c8ab67a53197 100644 --- a/clients/client-iam/src/commands/GetGroupPolicyCommand.ts +++ b/clients/client-iam/src/commands/GetGroupPolicyCommand.ts @@ -95,9 +95,6 @@ export class GetGroupPolicyCommand extends $Command< GetGroupPolicyCommandOutput, IAMClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -111,9 +108,7 @@ export class GetGroupPolicyCommand extends $Command< * @public */ constructor(readonly input: GetGroupPolicyCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -166,7 +161,4 @@ export class GetGroupPolicyCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetGroupPolicyCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-iam/src/commands/GetInstanceProfileCommand.ts b/clients/client-iam/src/commands/GetInstanceProfileCommand.ts index 284e0263dbc3..12cb8099d7c0 100644 --- a/clients/client-iam/src/commands/GetInstanceProfileCommand.ts +++ b/clients/client-iam/src/commands/GetInstanceProfileCommand.ts @@ -151,9 +151,6 @@ export class GetInstanceProfileCommand extends $Command< GetInstanceProfileCommandOutput, IAMClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -167,9 +164,7 @@ export class GetInstanceProfileCommand extends $Command< * @public */ constructor(readonly input: GetInstanceProfileCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -222,7 +217,4 @@ export class GetInstanceProfileCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetInstanceProfileCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-iam/src/commands/GetLoginProfileCommand.ts b/clients/client-iam/src/commands/GetLoginProfileCommand.ts index 8a884bd65250..2da4634630bd 100644 --- a/clients/client-iam/src/commands/GetLoginProfileCommand.ts +++ b/clients/client-iam/src/commands/GetLoginProfileCommand.ts @@ -110,9 +110,6 @@ export class GetLoginProfileCommand extends $Command< GetLoginProfileCommandOutput, IAMClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -126,9 +123,7 @@ export class GetLoginProfileCommand extends $Command< * @public */ constructor(readonly input: GetLoginProfileCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -181,7 +176,4 @@ export class GetLoginProfileCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetLoginProfileCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-iam/src/commands/GetMFADeviceCommand.ts b/clients/client-iam/src/commands/GetMFADeviceCommand.ts index aadcbee3ad0b..8fc4505c6569 100644 --- a/clients/client-iam/src/commands/GetMFADeviceCommand.ts +++ b/clients/client-iam/src/commands/GetMFADeviceCommand.ts @@ -84,9 +84,6 @@ export class GetMFADeviceCommand extends $Command< GetMFADeviceCommandOutput, IAMClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -100,9 +97,7 @@ export class GetMFADeviceCommand extends $Command< * @public */ constructor(readonly input: GetMFADeviceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -153,7 +148,4 @@ export class GetMFADeviceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetMFADeviceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-iam/src/commands/GetOpenIDConnectProviderCommand.ts b/clients/client-iam/src/commands/GetOpenIDConnectProviderCommand.ts index 79337e16719f..7531cc259155 100644 --- a/clients/client-iam/src/commands/GetOpenIDConnectProviderCommand.ts +++ b/clients/client-iam/src/commands/GetOpenIDConnectProviderCommand.ts @@ -96,9 +96,6 @@ export class GetOpenIDConnectProviderCommand extends $Command< GetOpenIDConnectProviderCommandOutput, IAMClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -112,9 +109,7 @@ export class GetOpenIDConnectProviderCommand extends $Command< * @public */ constructor(readonly input: GetOpenIDConnectProviderCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -167,7 +162,4 @@ export class GetOpenIDConnectProviderCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetOpenIDConnectProviderCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-iam/src/commands/GetOrganizationsAccessReportCommand.ts b/clients/client-iam/src/commands/GetOrganizationsAccessReportCommand.ts index 78734652197e..41932148ff10 100644 --- a/clients/client-iam/src/commands/GetOrganizationsAccessReportCommand.ts +++ b/clients/client-iam/src/commands/GetOrganizationsAccessReportCommand.ts @@ -161,9 +161,6 @@ export class GetOrganizationsAccessReportCommand extends $Command< GetOrganizationsAccessReportCommandOutput, IAMClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -177,9 +174,7 @@ export class GetOrganizationsAccessReportCommand extends $Command< * @public */ constructor(readonly input: GetOrganizationsAccessReportCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -235,7 +230,4 @@ export class GetOrganizationsAccessReportCommand extends $Command< ): Promise { return de_GetOrganizationsAccessReportCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-iam/src/commands/GetPolicyCommand.ts b/clients/client-iam/src/commands/GetPolicyCommand.ts index 972d539bceeb..3ced4edf36e6 100644 --- a/clients/client-iam/src/commands/GetPolicyCommand.ts +++ b/clients/client-iam/src/commands/GetPolicyCommand.ts @@ -105,9 +105,6 @@ export interface GetPolicyCommandOutput extends GetPolicyResponse, __MetadataBea * */ export class GetPolicyCommand extends $Command { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -121,9 +118,7 @@ export class GetPolicyCommand extends $Command { return de_GetPolicyCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-iam/src/commands/GetPolicyVersionCommand.ts b/clients/client-iam/src/commands/GetPolicyVersionCommand.ts index e3c5743c10f2..db7c2406e3e5 100644 --- a/clients/client-iam/src/commands/GetPolicyVersionCommand.ts +++ b/clients/client-iam/src/commands/GetPolicyVersionCommand.ts @@ -103,9 +103,6 @@ export class GetPolicyVersionCommand extends $Command< GetPolicyVersionCommandOutput, IAMClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -119,9 +116,7 @@ export class GetPolicyVersionCommand extends $Command< * @public */ constructor(readonly input: GetPolicyVersionCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -174,7 +169,4 @@ export class GetPolicyVersionCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetPolicyVersionCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-iam/src/commands/GetRoleCommand.ts b/clients/client-iam/src/commands/GetRoleCommand.ts index dbbe9b559baf..00230304a998 100644 --- a/clients/client-iam/src/commands/GetRoleCommand.ts +++ b/clients/client-iam/src/commands/GetRoleCommand.ts @@ -135,9 +135,6 @@ export interface GetRoleCommandOutput extends GetRoleResponse, __MetadataBearer * */ export class GetRoleCommand extends $Command { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -151,9 +148,7 @@ export class GetRoleCommand extends $Command { return de_GetRoleCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-iam/src/commands/GetRolePolicyCommand.ts b/clients/client-iam/src/commands/GetRolePolicyCommand.ts index 85968d20e3bf..bc65d2740e64 100644 --- a/clients/client-iam/src/commands/GetRolePolicyCommand.ts +++ b/clients/client-iam/src/commands/GetRolePolicyCommand.ts @@ -97,9 +97,6 @@ export class GetRolePolicyCommand extends $Command< GetRolePolicyCommandOutput, IAMClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -113,9 +110,7 @@ export class GetRolePolicyCommand extends $Command< * @public */ constructor(readonly input: GetRolePolicyCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -166,7 +161,4 @@ export class GetRolePolicyCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetRolePolicyCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-iam/src/commands/GetSAMLProviderCommand.ts b/clients/client-iam/src/commands/GetSAMLProviderCommand.ts index 7a52c4e39610..1a8dbdc29503 100644 --- a/clients/client-iam/src/commands/GetSAMLProviderCommand.ts +++ b/clients/client-iam/src/commands/GetSAMLProviderCommand.ts @@ -94,9 +94,6 @@ export class GetSAMLProviderCommand extends $Command< GetSAMLProviderCommandOutput, IAMClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -110,9 +107,7 @@ export class GetSAMLProviderCommand extends $Command< * @public */ constructor(readonly input: GetSAMLProviderCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -165,7 +160,4 @@ export class GetSAMLProviderCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetSAMLProviderCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-iam/src/commands/GetSSHPublicKeyCommand.ts b/clients/client-iam/src/commands/GetSSHPublicKeyCommand.ts index 72aa115172ce..1d0cdd908a00 100644 --- a/clients/client-iam/src/commands/GetSSHPublicKeyCommand.ts +++ b/clients/client-iam/src/commands/GetSSHPublicKeyCommand.ts @@ -91,9 +91,6 @@ export class GetSSHPublicKeyCommand extends $Command< GetSSHPublicKeyCommandOutput, IAMClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -107,9 +104,7 @@ export class GetSSHPublicKeyCommand extends $Command< * @public */ constructor(readonly input: GetSSHPublicKeyCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -162,7 +157,4 @@ export class GetSSHPublicKeyCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetSSHPublicKeyCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-iam/src/commands/GetServerCertificateCommand.ts b/clients/client-iam/src/commands/GetServerCertificateCommand.ts index dd2ef3cf9e2b..e3183eaffafc 100644 --- a/clients/client-iam/src/commands/GetServerCertificateCommand.ts +++ b/clients/client-iam/src/commands/GetServerCertificateCommand.ts @@ -99,9 +99,6 @@ export class GetServerCertificateCommand extends $Command< GetServerCertificateCommandOutput, IAMClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -115,9 +112,7 @@ export class GetServerCertificateCommand extends $Command< * @public */ constructor(readonly input: GetServerCertificateCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -170,7 +165,4 @@ export class GetServerCertificateCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetServerCertificateCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-iam/src/commands/GetServiceLastAccessedDetailsCommand.ts b/clients/client-iam/src/commands/GetServiceLastAccessedDetailsCommand.ts index 266fd2d43f3c..6f41b32c1197 100644 --- a/clients/client-iam/src/commands/GetServiceLastAccessedDetailsCommand.ts +++ b/clients/client-iam/src/commands/GetServiceLastAccessedDetailsCommand.ts @@ -196,9 +196,6 @@ export class GetServiceLastAccessedDetailsCommand extends $Command< GetServiceLastAccessedDetailsCommandOutput, IAMClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -212,9 +209,7 @@ export class GetServiceLastAccessedDetailsCommand extends $Command< * @public */ constructor(readonly input: GetServiceLastAccessedDetailsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -270,7 +265,4 @@ export class GetServiceLastAccessedDetailsCommand extends $Command< ): Promise { return de_GetServiceLastAccessedDetailsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-iam/src/commands/GetServiceLastAccessedDetailsWithEntitiesCommand.ts b/clients/client-iam/src/commands/GetServiceLastAccessedDetailsWithEntitiesCommand.ts index 3a94aa2a5a67..c72a8095efc3 100644 --- a/clients/client-iam/src/commands/GetServiceLastAccessedDetailsWithEntitiesCommand.ts +++ b/clients/client-iam/src/commands/GetServiceLastAccessedDetailsWithEntitiesCommand.ts @@ -176,9 +176,6 @@ export class GetServiceLastAccessedDetailsWithEntitiesCommand extends $Command< GetServiceLastAccessedDetailsWithEntitiesCommandOutput, IAMClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -192,9 +189,7 @@ export class GetServiceLastAccessedDetailsWithEntitiesCommand extends $Command< * @public */ constructor(readonly input: GetServiceLastAccessedDetailsWithEntitiesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -259,7 +254,4 @@ export class GetServiceLastAccessedDetailsWithEntitiesCommand extends $Command< ): Promise { return de_GetServiceLastAccessedDetailsWithEntitiesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-iam/src/commands/GetServiceLinkedRoleDeletionStatusCommand.ts b/clients/client-iam/src/commands/GetServiceLinkedRoleDeletionStatusCommand.ts index e68db50ee3ea..5ae8ad21ee4f 100644 --- a/clients/client-iam/src/commands/GetServiceLinkedRoleDeletionStatusCommand.ts +++ b/clients/client-iam/src/commands/GetServiceLinkedRoleDeletionStatusCommand.ts @@ -105,9 +105,6 @@ export class GetServiceLinkedRoleDeletionStatusCommand extends $Command< GetServiceLinkedRoleDeletionStatusCommandOutput, IAMClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -121,9 +118,7 @@ export class GetServiceLinkedRoleDeletionStatusCommand extends $Command< * @public */ constructor(readonly input: GetServiceLinkedRoleDeletionStatusCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -182,7 +177,4 @@ export class GetServiceLinkedRoleDeletionStatusCommand extends $Command< ): Promise { return de_GetServiceLinkedRoleDeletionStatusCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-iam/src/commands/GetUserCommand.ts b/clients/client-iam/src/commands/GetUserCommand.ts index 3a126403cb2e..44a10c666e1d 100644 --- a/clients/client-iam/src/commands/GetUserCommand.ts +++ b/clients/client-iam/src/commands/GetUserCommand.ts @@ -116,9 +116,6 @@ export interface GetUserCommandOutput extends GetUserResponse, __MetadataBearer * */ export class GetUserCommand extends $Command { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -132,9 +129,7 @@ export class GetUserCommand extends $Command { return de_GetUserCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-iam/src/commands/GetUserPolicyCommand.ts b/clients/client-iam/src/commands/GetUserPolicyCommand.ts index b1d05c5dd8e1..6e39d5293cd0 100644 --- a/clients/client-iam/src/commands/GetUserPolicyCommand.ts +++ b/clients/client-iam/src/commands/GetUserPolicyCommand.ts @@ -95,9 +95,6 @@ export class GetUserPolicyCommand extends $Command< GetUserPolicyCommandOutput, IAMClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -111,9 +108,7 @@ export class GetUserPolicyCommand extends $Command< * @public */ constructor(readonly input: GetUserPolicyCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -164,7 +159,4 @@ export class GetUserPolicyCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetUserPolicyCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-iam/src/commands/ListAccessKeysCommand.ts b/clients/client-iam/src/commands/ListAccessKeysCommand.ts index 2cfccaa0392c..d7d7a8efe898 100644 --- a/clients/client-iam/src/commands/ListAccessKeysCommand.ts +++ b/clients/client-iam/src/commands/ListAccessKeysCommand.ts @@ -132,9 +132,6 @@ export class ListAccessKeysCommand extends $Command< ListAccessKeysCommandOutput, IAMClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -148,9 +145,7 @@ export class ListAccessKeysCommand extends $Command< * @public */ constructor(readonly input: ListAccessKeysCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -203,7 +198,4 @@ export class ListAccessKeysCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListAccessKeysCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-iam/src/commands/ListAccountAliasesCommand.ts b/clients/client-iam/src/commands/ListAccountAliasesCommand.ts index f0ab646939b5..c1c46291edca 100644 --- a/clients/client-iam/src/commands/ListAccountAliasesCommand.ts +++ b/clients/client-iam/src/commands/ListAccountAliasesCommand.ts @@ -98,9 +98,6 @@ export class ListAccountAliasesCommand extends $Command< ListAccountAliasesCommandOutput, IAMClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -114,9 +111,7 @@ export class ListAccountAliasesCommand extends $Command< * @public */ constructor(readonly input: ListAccountAliasesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -169,7 +164,4 @@ export class ListAccountAliasesCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListAccountAliasesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-iam/src/commands/ListAttachedGroupPoliciesCommand.ts b/clients/client-iam/src/commands/ListAttachedGroupPoliciesCommand.ts index 363c287e8f88..08a65b2fa757 100644 --- a/clients/client-iam/src/commands/ListAttachedGroupPoliciesCommand.ts +++ b/clients/client-iam/src/commands/ListAttachedGroupPoliciesCommand.ts @@ -101,9 +101,6 @@ export class ListAttachedGroupPoliciesCommand extends $Command< ListAttachedGroupPoliciesCommandOutput, IAMClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -117,9 +114,7 @@ export class ListAttachedGroupPoliciesCommand extends $Command< * @public */ constructor(readonly input: ListAttachedGroupPoliciesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -175,7 +170,4 @@ export class ListAttachedGroupPoliciesCommand extends $Command< ): Promise { return de_ListAttachedGroupPoliciesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-iam/src/commands/ListAttachedRolePoliciesCommand.ts b/clients/client-iam/src/commands/ListAttachedRolePoliciesCommand.ts index 1e7ae00f28e9..d354abea6c32 100644 --- a/clients/client-iam/src/commands/ListAttachedRolePoliciesCommand.ts +++ b/clients/client-iam/src/commands/ListAttachedRolePoliciesCommand.ts @@ -101,9 +101,6 @@ export class ListAttachedRolePoliciesCommand extends $Command< ListAttachedRolePoliciesCommandOutput, IAMClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -117,9 +114,7 @@ export class ListAttachedRolePoliciesCommand extends $Command< * @public */ constructor(readonly input: ListAttachedRolePoliciesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -172,7 +167,4 @@ export class ListAttachedRolePoliciesCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListAttachedRolePoliciesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-iam/src/commands/ListAttachedUserPoliciesCommand.ts b/clients/client-iam/src/commands/ListAttachedUserPoliciesCommand.ts index 24e38334ccf0..ae630934529d 100644 --- a/clients/client-iam/src/commands/ListAttachedUserPoliciesCommand.ts +++ b/clients/client-iam/src/commands/ListAttachedUserPoliciesCommand.ts @@ -101,9 +101,6 @@ export class ListAttachedUserPoliciesCommand extends $Command< ListAttachedUserPoliciesCommandOutput, IAMClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -117,9 +114,7 @@ export class ListAttachedUserPoliciesCommand extends $Command< * @public */ constructor(readonly input: ListAttachedUserPoliciesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -172,7 +167,4 @@ export class ListAttachedUserPoliciesCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListAttachedUserPoliciesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-iam/src/commands/ListEntitiesForPolicyCommand.ts b/clients/client-iam/src/commands/ListEntitiesForPolicyCommand.ts index 5acdacb7747f..51234b60838c 100644 --- a/clients/client-iam/src/commands/ListEntitiesForPolicyCommand.ts +++ b/clients/client-iam/src/commands/ListEntitiesForPolicyCommand.ts @@ -113,9 +113,6 @@ export class ListEntitiesForPolicyCommand extends $Command< ListEntitiesForPolicyCommandOutput, IAMClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -129,9 +126,7 @@ export class ListEntitiesForPolicyCommand extends $Command< * @public */ constructor(readonly input: ListEntitiesForPolicyCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -184,7 +179,4 @@ export class ListEntitiesForPolicyCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListEntitiesForPolicyCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-iam/src/commands/ListGroupPoliciesCommand.ts b/clients/client-iam/src/commands/ListGroupPoliciesCommand.ts index c36c1bc0851f..e25bea7c94f4 100644 --- a/clients/client-iam/src/commands/ListGroupPoliciesCommand.ts +++ b/clients/client-iam/src/commands/ListGroupPoliciesCommand.ts @@ -111,9 +111,6 @@ export class ListGroupPoliciesCommand extends $Command< ListGroupPoliciesCommandOutput, IAMClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -127,9 +124,7 @@ export class ListGroupPoliciesCommand extends $Command< * @public */ constructor(readonly input: ListGroupPoliciesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -182,7 +177,4 @@ export class ListGroupPoliciesCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListGroupPoliciesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-iam/src/commands/ListGroupsCommand.ts b/clients/client-iam/src/commands/ListGroupsCommand.ts index df3cb61957d4..aca6b0b7d381 100644 --- a/clients/client-iam/src/commands/ListGroupsCommand.ts +++ b/clients/client-iam/src/commands/ListGroupsCommand.ts @@ -124,9 +124,6 @@ export class ListGroupsCommand extends $Command< ListGroupsCommandOutput, IAMClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -140,9 +137,7 @@ export class ListGroupsCommand extends $Command< * @public */ constructor(readonly input: ListGroupsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -193,7 +188,4 @@ export class ListGroupsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListGroupsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-iam/src/commands/ListGroupsForUserCommand.ts b/clients/client-iam/src/commands/ListGroupsForUserCommand.ts index e505fe09e8b2..781203cb33b0 100644 --- a/clients/client-iam/src/commands/ListGroupsForUserCommand.ts +++ b/clients/client-iam/src/commands/ListGroupsForUserCommand.ts @@ -123,9 +123,6 @@ export class ListGroupsForUserCommand extends $Command< ListGroupsForUserCommandOutput, IAMClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -139,9 +136,7 @@ export class ListGroupsForUserCommand extends $Command< * @public */ constructor(readonly input: ListGroupsForUserCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -194,7 +189,4 @@ export class ListGroupsForUserCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListGroupsForUserCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-iam/src/commands/ListInstanceProfileTagsCommand.ts b/clients/client-iam/src/commands/ListInstanceProfileTagsCommand.ts index 32395e58b92d..b1298a18b941 100644 --- a/clients/client-iam/src/commands/ListInstanceProfileTagsCommand.ts +++ b/clients/client-iam/src/commands/ListInstanceProfileTagsCommand.ts @@ -89,9 +89,6 @@ export class ListInstanceProfileTagsCommand extends $Command< ListInstanceProfileTagsCommandOutput, IAMClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -105,9 +102,7 @@ export class ListInstanceProfileTagsCommand extends $Command< * @public */ constructor(readonly input: ListInstanceProfileTagsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -160,7 +155,4 @@ export class ListInstanceProfileTagsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListInstanceProfileTagsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-iam/src/commands/ListInstanceProfilesCommand.ts b/clients/client-iam/src/commands/ListInstanceProfilesCommand.ts index f14086ccf665..6b6a5bd79cf6 100644 --- a/clients/client-iam/src/commands/ListInstanceProfilesCommand.ts +++ b/clients/client-iam/src/commands/ListInstanceProfilesCommand.ts @@ -127,9 +127,6 @@ export class ListInstanceProfilesCommand extends $Command< ListInstanceProfilesCommandOutput, IAMClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -143,9 +140,7 @@ export class ListInstanceProfilesCommand extends $Command< * @public */ constructor(readonly input: ListInstanceProfilesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -198,7 +193,4 @@ export class ListInstanceProfilesCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListInstanceProfilesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-iam/src/commands/ListInstanceProfilesForRoleCommand.ts b/clients/client-iam/src/commands/ListInstanceProfilesForRoleCommand.ts index d3f5cb8696d6..3e177929b559 100644 --- a/clients/client-iam/src/commands/ListInstanceProfilesForRoleCommand.ts +++ b/clients/client-iam/src/commands/ListInstanceProfilesForRoleCommand.ts @@ -129,9 +129,6 @@ export class ListInstanceProfilesForRoleCommand extends $Command< ListInstanceProfilesForRoleCommandOutput, IAMClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -145,9 +142,7 @@ export class ListInstanceProfilesForRoleCommand extends $Command< * @public */ constructor(readonly input: ListInstanceProfilesForRoleCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -203,7 +198,4 @@ export class ListInstanceProfilesForRoleCommand extends $Command< ): Promise { return de_ListInstanceProfilesForRoleCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-iam/src/commands/ListMFADeviceTagsCommand.ts b/clients/client-iam/src/commands/ListMFADeviceTagsCommand.ts index 0878f75776d3..c94b7ab6d34e 100644 --- a/clients/client-iam/src/commands/ListMFADeviceTagsCommand.ts +++ b/clients/client-iam/src/commands/ListMFADeviceTagsCommand.ts @@ -93,9 +93,6 @@ export class ListMFADeviceTagsCommand extends $Command< ListMFADeviceTagsCommandOutput, IAMClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -109,9 +106,7 @@ export class ListMFADeviceTagsCommand extends $Command< * @public */ constructor(readonly input: ListMFADeviceTagsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -164,7 +159,4 @@ export class ListMFADeviceTagsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListMFADeviceTagsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-iam/src/commands/ListMFADevicesCommand.ts b/clients/client-iam/src/commands/ListMFADevicesCommand.ts index b707d656cd6c..302b834d76ca 100644 --- a/clients/client-iam/src/commands/ListMFADevicesCommand.ts +++ b/clients/client-iam/src/commands/ListMFADevicesCommand.ts @@ -93,9 +93,6 @@ export class ListMFADevicesCommand extends $Command< ListMFADevicesCommandOutput, IAMClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -109,9 +106,7 @@ export class ListMFADevicesCommand extends $Command< * @public */ constructor(readonly input: ListMFADevicesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -164,7 +159,4 @@ export class ListMFADevicesCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListMFADevicesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-iam/src/commands/ListOpenIDConnectProviderTagsCommand.ts b/clients/client-iam/src/commands/ListOpenIDConnectProviderTagsCommand.ts index c0c341ec3941..f81e0565c4a1 100644 --- a/clients/client-iam/src/commands/ListOpenIDConnectProviderTagsCommand.ts +++ b/clients/client-iam/src/commands/ListOpenIDConnectProviderTagsCommand.ts @@ -100,9 +100,6 @@ export class ListOpenIDConnectProviderTagsCommand extends $Command< ListOpenIDConnectProviderTagsCommandOutput, IAMClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -116,9 +113,7 @@ export class ListOpenIDConnectProviderTagsCommand extends $Command< * @public */ constructor(readonly input: ListOpenIDConnectProviderTagsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -174,7 +169,4 @@ export class ListOpenIDConnectProviderTagsCommand extends $Command< ): Promise { return de_ListOpenIDConnectProviderTagsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-iam/src/commands/ListOpenIDConnectProvidersCommand.ts b/clients/client-iam/src/commands/ListOpenIDConnectProvidersCommand.ts index 99e69dc9a312..db681932b6ac 100644 --- a/clients/client-iam/src/commands/ListOpenIDConnectProvidersCommand.ts +++ b/clients/client-iam/src/commands/ListOpenIDConnectProvidersCommand.ts @@ -81,9 +81,6 @@ export class ListOpenIDConnectProvidersCommand extends $Command< ListOpenIDConnectProvidersCommandOutput, IAMClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -97,9 +94,7 @@ export class ListOpenIDConnectProvidersCommand extends $Command< * @public */ constructor(readonly input: ListOpenIDConnectProvidersCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -155,7 +150,4 @@ export class ListOpenIDConnectProvidersCommand extends $Command< ): Promise { return de_ListOpenIDConnectProvidersCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-iam/src/commands/ListPoliciesCommand.ts b/clients/client-iam/src/commands/ListPoliciesCommand.ts index 2f18c7c762ea..0efef8d18ed6 100644 --- a/clients/client-iam/src/commands/ListPoliciesCommand.ts +++ b/clients/client-iam/src/commands/ListPoliciesCommand.ts @@ -116,9 +116,6 @@ export class ListPoliciesCommand extends $Command< ListPoliciesCommandOutput, IAMClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -132,9 +129,7 @@ export class ListPoliciesCommand extends $Command< * @public */ constructor(readonly input: ListPoliciesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -185,7 +180,4 @@ export class ListPoliciesCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListPoliciesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-iam/src/commands/ListPoliciesGrantingServiceAccessCommand.ts b/clients/client-iam/src/commands/ListPoliciesGrantingServiceAccessCommand.ts index ad593fee3e70..119c86abfcd3 100644 --- a/clients/client-iam/src/commands/ListPoliciesGrantingServiceAccessCommand.ts +++ b/clients/client-iam/src/commands/ListPoliciesGrantingServiceAccessCommand.ts @@ -192,9 +192,6 @@ export class ListPoliciesGrantingServiceAccessCommand extends $Command< ListPoliciesGrantingServiceAccessCommandOutput, IAMClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -208,9 +205,7 @@ export class ListPoliciesGrantingServiceAccessCommand extends $Command< * @public */ constructor(readonly input: ListPoliciesGrantingServiceAccessCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -269,7 +264,4 @@ export class ListPoliciesGrantingServiceAccessCommand extends $Command< ): Promise { return de_ListPoliciesGrantingServiceAccessCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-iam/src/commands/ListPolicyTagsCommand.ts b/clients/client-iam/src/commands/ListPolicyTagsCommand.ts index 71b89ffba1f5..1cbf039d12be 100644 --- a/clients/client-iam/src/commands/ListPolicyTagsCommand.ts +++ b/clients/client-iam/src/commands/ListPolicyTagsCommand.ts @@ -93,9 +93,6 @@ export class ListPolicyTagsCommand extends $Command< ListPolicyTagsCommandOutput, IAMClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -109,9 +106,7 @@ export class ListPolicyTagsCommand extends $Command< * @public */ constructor(readonly input: ListPolicyTagsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -164,7 +159,4 @@ export class ListPolicyTagsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListPolicyTagsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-iam/src/commands/ListPolicyVersionsCommand.ts b/clients/client-iam/src/commands/ListPolicyVersionsCommand.ts index 954086bbd630..cd480beb0e2a 100644 --- a/clients/client-iam/src/commands/ListPolicyVersionsCommand.ts +++ b/clients/client-iam/src/commands/ListPolicyVersionsCommand.ts @@ -96,9 +96,6 @@ export class ListPolicyVersionsCommand extends $Command< ListPolicyVersionsCommandOutput, IAMClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -112,9 +109,7 @@ export class ListPolicyVersionsCommand extends $Command< * @public */ constructor(readonly input: ListPolicyVersionsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -167,7 +162,4 @@ export class ListPolicyVersionsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListPolicyVersionsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-iam/src/commands/ListRolePoliciesCommand.ts b/clients/client-iam/src/commands/ListRolePoliciesCommand.ts index 085cc5c6f285..67c6f75d286e 100644 --- a/clients/client-iam/src/commands/ListRolePoliciesCommand.ts +++ b/clients/client-iam/src/commands/ListRolePoliciesCommand.ts @@ -92,9 +92,6 @@ export class ListRolePoliciesCommand extends $Command< ListRolePoliciesCommandOutput, IAMClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -108,9 +105,7 @@ export class ListRolePoliciesCommand extends $Command< * @public */ constructor(readonly input: ListRolePoliciesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -163,7 +158,4 @@ export class ListRolePoliciesCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListRolePoliciesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-iam/src/commands/ListRoleTagsCommand.ts b/clients/client-iam/src/commands/ListRoleTagsCommand.ts index d3c8ed80bdfc..2629cf51db10 100644 --- a/clients/client-iam/src/commands/ListRoleTagsCommand.ts +++ b/clients/client-iam/src/commands/ListRoleTagsCommand.ts @@ -115,9 +115,6 @@ export class ListRoleTagsCommand extends $Command< ListRoleTagsCommandOutput, IAMClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -131,9 +128,7 @@ export class ListRoleTagsCommand extends $Command< * @public */ constructor(readonly input: ListRoleTagsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -184,7 +179,4 @@ export class ListRoleTagsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListRoleTagsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-iam/src/commands/ListRolesCommand.ts b/clients/client-iam/src/commands/ListRolesCommand.ts index be108d1b031f..fc8aeaccddf2 100644 --- a/clients/client-iam/src/commands/ListRolesCommand.ts +++ b/clients/client-iam/src/commands/ListRolesCommand.ts @@ -119,9 +119,6 @@ export interface ListRolesCommandOutput extends ListRolesResponse, __MetadataBea * */ export class ListRolesCommand extends $Command { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -135,9 +132,7 @@ export class ListRolesCommand extends $Command { return de_ListRolesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-iam/src/commands/ListSAMLProviderTagsCommand.ts b/clients/client-iam/src/commands/ListSAMLProviderTagsCommand.ts index 2b9f7ee24e44..ced9f79d6145 100644 --- a/clients/client-iam/src/commands/ListSAMLProviderTagsCommand.ts +++ b/clients/client-iam/src/commands/ListSAMLProviderTagsCommand.ts @@ -95,9 +95,6 @@ export class ListSAMLProviderTagsCommand extends $Command< ListSAMLProviderTagsCommandOutput, IAMClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -111,9 +108,7 @@ export class ListSAMLProviderTagsCommand extends $Command< * @public */ constructor(readonly input: ListSAMLProviderTagsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -166,7 +161,4 @@ export class ListSAMLProviderTagsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListSAMLProviderTagsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-iam/src/commands/ListSAMLProvidersCommand.ts b/clients/client-iam/src/commands/ListSAMLProvidersCommand.ts index f7caf8f718d3..8ab6cd847a69 100644 --- a/clients/client-iam/src/commands/ListSAMLProvidersCommand.ts +++ b/clients/client-iam/src/commands/ListSAMLProvidersCommand.ts @@ -83,9 +83,6 @@ export class ListSAMLProvidersCommand extends $Command< ListSAMLProvidersCommandOutput, IAMClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -99,9 +96,7 @@ export class ListSAMLProvidersCommand extends $Command< * @public */ constructor(readonly input: ListSAMLProvidersCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -154,7 +149,4 @@ export class ListSAMLProvidersCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListSAMLProvidersCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-iam/src/commands/ListSSHPublicKeysCommand.ts b/clients/client-iam/src/commands/ListSSHPublicKeysCommand.ts index 9f404ab85e6d..a3ed8e0d3be7 100644 --- a/clients/client-iam/src/commands/ListSSHPublicKeysCommand.ts +++ b/clients/client-iam/src/commands/ListSSHPublicKeysCommand.ts @@ -92,9 +92,6 @@ export class ListSSHPublicKeysCommand extends $Command< ListSSHPublicKeysCommandOutput, IAMClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -108,9 +105,7 @@ export class ListSSHPublicKeysCommand extends $Command< * @public */ constructor(readonly input: ListSSHPublicKeysCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -163,7 +158,4 @@ export class ListSSHPublicKeysCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListSSHPublicKeysCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-iam/src/commands/ListServerCertificateTagsCommand.ts b/clients/client-iam/src/commands/ListServerCertificateTagsCommand.ts index 5074a46105ab..a73b2ba5b2af 100644 --- a/clients/client-iam/src/commands/ListServerCertificateTagsCommand.ts +++ b/clients/client-iam/src/commands/ListServerCertificateTagsCommand.ts @@ -96,9 +96,6 @@ export class ListServerCertificateTagsCommand extends $Command< ListServerCertificateTagsCommandOutput, IAMClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -112,9 +109,7 @@ export class ListServerCertificateTagsCommand extends $Command< * @public */ constructor(readonly input: ListServerCertificateTagsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -170,7 +165,4 @@ export class ListServerCertificateTagsCommand extends $Command< ): Promise { return de_ListServerCertificateTagsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-iam/src/commands/ListServerCertificatesCommand.ts b/clients/client-iam/src/commands/ListServerCertificatesCommand.ts index 52d15a76b256..f7630f78fc4b 100644 --- a/clients/client-iam/src/commands/ListServerCertificatesCommand.ts +++ b/clients/client-iam/src/commands/ListServerCertificatesCommand.ts @@ -98,9 +98,6 @@ export class ListServerCertificatesCommand extends $Command< ListServerCertificatesCommandOutput, IAMClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -114,9 +111,7 @@ export class ListServerCertificatesCommand extends $Command< * @public */ constructor(readonly input: ListServerCertificatesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -169,7 +164,4 @@ export class ListServerCertificatesCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListServerCertificatesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-iam/src/commands/ListServiceSpecificCredentialsCommand.ts b/clients/client-iam/src/commands/ListServiceSpecificCredentialsCommand.ts index 0ea03f2c92da..9beb5db07226 100644 --- a/clients/client-iam/src/commands/ListServiceSpecificCredentialsCommand.ts +++ b/clients/client-iam/src/commands/ListServiceSpecificCredentialsCommand.ts @@ -97,9 +97,6 @@ export class ListServiceSpecificCredentialsCommand extends $Command< ListServiceSpecificCredentialsCommandOutput, IAMClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -113,9 +110,7 @@ export class ListServiceSpecificCredentialsCommand extends $Command< * @public */ constructor(readonly input: ListServiceSpecificCredentialsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -174,7 +169,4 @@ export class ListServiceSpecificCredentialsCommand extends $Command< ): Promise { return de_ListServiceSpecificCredentialsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-iam/src/commands/ListSigningCertificatesCommand.ts b/clients/client-iam/src/commands/ListSigningCertificatesCommand.ts index f7101a0c6f6e..159968e77988 100644 --- a/clients/client-iam/src/commands/ListSigningCertificatesCommand.ts +++ b/clients/client-iam/src/commands/ListSigningCertificatesCommand.ts @@ -123,9 +123,6 @@ export class ListSigningCertificatesCommand extends $Command< ListSigningCertificatesCommandOutput, IAMClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -139,9 +136,7 @@ export class ListSigningCertificatesCommand extends $Command< * @public */ constructor(readonly input: ListSigningCertificatesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -194,7 +189,4 @@ export class ListSigningCertificatesCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListSigningCertificatesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-iam/src/commands/ListUserPoliciesCommand.ts b/clients/client-iam/src/commands/ListUserPoliciesCommand.ts index b161df816055..433b2a601c9a 100644 --- a/clients/client-iam/src/commands/ListUserPoliciesCommand.ts +++ b/clients/client-iam/src/commands/ListUserPoliciesCommand.ts @@ -91,9 +91,6 @@ export class ListUserPoliciesCommand extends $Command< ListUserPoliciesCommandOutput, IAMClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -107,9 +104,7 @@ export class ListUserPoliciesCommand extends $Command< * @public */ constructor(readonly input: ListUserPoliciesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -162,7 +157,4 @@ export class ListUserPoliciesCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListUserPoliciesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-iam/src/commands/ListUserTagsCommand.ts b/clients/client-iam/src/commands/ListUserTagsCommand.ts index ffaa1cdd9131..606ecf0cd042 100644 --- a/clients/client-iam/src/commands/ListUserTagsCommand.ts +++ b/clients/client-iam/src/commands/ListUserTagsCommand.ts @@ -114,9 +114,6 @@ export class ListUserTagsCommand extends $Command< ListUserTagsCommandOutput, IAMClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -130,9 +127,7 @@ export class ListUserTagsCommand extends $Command< * @public */ constructor(readonly input: ListUserTagsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -183,7 +178,4 @@ export class ListUserTagsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListUserTagsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-iam/src/commands/ListUsersCommand.ts b/clients/client-iam/src/commands/ListUsersCommand.ts index c0a1a1c25764..c3625c245352 100644 --- a/clients/client-iam/src/commands/ListUsersCommand.ts +++ b/clients/client-iam/src/commands/ListUsersCommand.ts @@ -141,9 +141,6 @@ export interface ListUsersCommandOutput extends ListUsersResponse, __MetadataBea * */ export class ListUsersCommand extends $Command { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -157,9 +154,7 @@ export class ListUsersCommand extends $Command { return de_ListUsersCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-iam/src/commands/ListVirtualMFADevicesCommand.ts b/clients/client-iam/src/commands/ListVirtualMFADevicesCommand.ts index 0b8a1f6b39de..abfc6a2764a2 100644 --- a/clients/client-iam/src/commands/ListVirtualMFADevicesCommand.ts +++ b/clients/client-iam/src/commands/ListVirtualMFADevicesCommand.ts @@ -139,9 +139,6 @@ export class ListVirtualMFADevicesCommand extends $Command< ListVirtualMFADevicesCommandOutput, IAMClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -155,9 +152,7 @@ export class ListVirtualMFADevicesCommand extends $Command< * @public */ constructor(readonly input: ListVirtualMFADevicesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -210,7 +205,4 @@ export class ListVirtualMFADevicesCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListVirtualMFADevicesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-iam/src/commands/PutGroupPolicyCommand.ts b/clients/client-iam/src/commands/PutGroupPolicyCommand.ts index f0db9eb9e84c..821e5c855282 100644 --- a/clients/client-iam/src/commands/PutGroupPolicyCommand.ts +++ b/clients/client-iam/src/commands/PutGroupPolicyCommand.ts @@ -117,9 +117,6 @@ export class PutGroupPolicyCommand extends $Command< PutGroupPolicyCommandOutput, IAMClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -133,9 +130,7 @@ export class PutGroupPolicyCommand extends $Command< * @public */ constructor(readonly input: PutGroupPolicyCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -188,7 +183,4 @@ export class PutGroupPolicyCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_PutGroupPolicyCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-iam/src/commands/PutRolePermissionsBoundaryCommand.ts b/clients/client-iam/src/commands/PutRolePermissionsBoundaryCommand.ts index 9218c509d54a..d08d54c793ef 100644 --- a/clients/client-iam/src/commands/PutRolePermissionsBoundaryCommand.ts +++ b/clients/client-iam/src/commands/PutRolePermissionsBoundaryCommand.ts @@ -102,9 +102,6 @@ export class PutRolePermissionsBoundaryCommand extends $Command< PutRolePermissionsBoundaryCommandOutput, IAMClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -118,9 +115,7 @@ export class PutRolePermissionsBoundaryCommand extends $Command< * @public */ constructor(readonly input: PutRolePermissionsBoundaryCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -176,7 +171,4 @@ export class PutRolePermissionsBoundaryCommand extends $Command< ): Promise { return de_PutRolePermissionsBoundaryCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-iam/src/commands/PutRolePolicyCommand.ts b/clients/client-iam/src/commands/PutRolePolicyCommand.ts index e5dd041fd0b3..2f577a6ffd9b 100644 --- a/clients/client-iam/src/commands/PutRolePolicyCommand.ts +++ b/clients/client-iam/src/commands/PutRolePolicyCommand.ts @@ -133,9 +133,6 @@ export class PutRolePolicyCommand extends $Command< PutRolePolicyCommandOutput, IAMClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -149,9 +146,7 @@ export class PutRolePolicyCommand extends $Command< * @public */ constructor(readonly input: PutRolePolicyCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -202,7 +197,4 @@ export class PutRolePolicyCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_PutRolePolicyCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-iam/src/commands/PutUserPermissionsBoundaryCommand.ts b/clients/client-iam/src/commands/PutUserPermissionsBoundaryCommand.ts index 5ebff2122dfe..4ff34c0c76d2 100644 --- a/clients/client-iam/src/commands/PutUserPermissionsBoundaryCommand.ts +++ b/clients/client-iam/src/commands/PutUserPermissionsBoundaryCommand.ts @@ -95,9 +95,6 @@ export class PutUserPermissionsBoundaryCommand extends $Command< PutUserPermissionsBoundaryCommandOutput, IAMClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -111,9 +108,7 @@ export class PutUserPermissionsBoundaryCommand extends $Command< * @public */ constructor(readonly input: PutUserPermissionsBoundaryCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -169,7 +164,4 @@ export class PutUserPermissionsBoundaryCommand extends $Command< ): Promise { return de_PutUserPermissionsBoundaryCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-iam/src/commands/PutUserPolicyCommand.ts b/clients/client-iam/src/commands/PutUserPolicyCommand.ts index fdb63f0cc793..d6a6c6f7912c 100644 --- a/clients/client-iam/src/commands/PutUserPolicyCommand.ts +++ b/clients/client-iam/src/commands/PutUserPolicyCommand.ts @@ -117,9 +117,6 @@ export class PutUserPolicyCommand extends $Command< PutUserPolicyCommandOutput, IAMClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -133,9 +130,7 @@ export class PutUserPolicyCommand extends $Command< * @public */ constructor(readonly input: PutUserPolicyCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -186,7 +181,4 @@ export class PutUserPolicyCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_PutUserPolicyCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-iam/src/commands/RemoveClientIDFromOpenIDConnectProviderCommand.ts b/clients/client-iam/src/commands/RemoveClientIDFromOpenIDConnectProviderCommand.ts index 0d2546fd404a..0a0033c09726 100644 --- a/clients/client-iam/src/commands/RemoveClientIDFromOpenIDConnectProviderCommand.ts +++ b/clients/client-iam/src/commands/RemoveClientIDFromOpenIDConnectProviderCommand.ts @@ -89,9 +89,6 @@ export class RemoveClientIDFromOpenIDConnectProviderCommand extends $Command< RemoveClientIDFromOpenIDConnectProviderCommandOutput, IAMClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -105,9 +102,7 @@ export class RemoveClientIDFromOpenIDConnectProviderCommand extends $Command< * @public */ constructor(readonly input: RemoveClientIDFromOpenIDConnectProviderCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -172,7 +167,4 @@ export class RemoveClientIDFromOpenIDConnectProviderCommand extends $Command< ): Promise { return de_RemoveClientIDFromOpenIDConnectProviderCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-iam/src/commands/RemoveRoleFromInstanceProfileCommand.ts b/clients/client-iam/src/commands/RemoveRoleFromInstanceProfileCommand.ts index c9335a0f5546..7d54862dd0d6 100644 --- a/clients/client-iam/src/commands/RemoveRoleFromInstanceProfileCommand.ts +++ b/clients/client-iam/src/commands/RemoveRoleFromInstanceProfileCommand.ts @@ -112,9 +112,6 @@ export class RemoveRoleFromInstanceProfileCommand extends $Command< RemoveRoleFromInstanceProfileCommandOutput, IAMClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -128,9 +125,7 @@ export class RemoveRoleFromInstanceProfileCommand extends $Command< * @public */ constructor(readonly input: RemoveRoleFromInstanceProfileCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -186,7 +181,4 @@ export class RemoveRoleFromInstanceProfileCommand extends $Command< ): Promise { return de_RemoveRoleFromInstanceProfileCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-iam/src/commands/RemoveUserFromGroupCommand.ts b/clients/client-iam/src/commands/RemoveUserFromGroupCommand.ts index 09e20040eb86..09ae9e7510be 100644 --- a/clients/client-iam/src/commands/RemoveUserFromGroupCommand.ts +++ b/clients/client-iam/src/commands/RemoveUserFromGroupCommand.ts @@ -93,9 +93,6 @@ export class RemoveUserFromGroupCommand extends $Command< RemoveUserFromGroupCommandOutput, IAMClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -109,9 +106,7 @@ export class RemoveUserFromGroupCommand extends $Command< * @public */ constructor(readonly input: RemoveUserFromGroupCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -164,7 +159,4 @@ export class RemoveUserFromGroupCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_RemoveUserFromGroupCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-iam/src/commands/ResetServiceSpecificCredentialCommand.ts b/clients/client-iam/src/commands/ResetServiceSpecificCredentialCommand.ts index 8a00db468be3..54dcb0f7df14 100644 --- a/clients/client-iam/src/commands/ResetServiceSpecificCredentialCommand.ts +++ b/clients/client-iam/src/commands/ResetServiceSpecificCredentialCommand.ts @@ -95,9 +95,6 @@ export class ResetServiceSpecificCredentialCommand extends $Command< ResetServiceSpecificCredentialCommandOutput, IAMClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -111,9 +108,7 @@ export class ResetServiceSpecificCredentialCommand extends $Command< * @public */ constructor(readonly input: ResetServiceSpecificCredentialCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -172,7 +167,4 @@ export class ResetServiceSpecificCredentialCommand extends $Command< ): Promise { return de_ResetServiceSpecificCredentialCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-iam/src/commands/ResyncMFADeviceCommand.ts b/clients/client-iam/src/commands/ResyncMFADeviceCommand.ts index fceed7d49a65..fe2def2d5e8a 100644 --- a/clients/client-iam/src/commands/ResyncMFADeviceCommand.ts +++ b/clients/client-iam/src/commands/ResyncMFADeviceCommand.ts @@ -94,9 +94,6 @@ export class ResyncMFADeviceCommand extends $Command< ResyncMFADeviceCommandOutput, IAMClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -110,9 +107,7 @@ export class ResyncMFADeviceCommand extends $Command< * @public */ constructor(readonly input: ResyncMFADeviceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -165,7 +160,4 @@ export class ResyncMFADeviceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ResyncMFADeviceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-iam/src/commands/SetDefaultPolicyVersionCommand.ts b/clients/client-iam/src/commands/SetDefaultPolicyVersionCommand.ts index b0159bb5ffab..8ed9b0fa0574 100644 --- a/clients/client-iam/src/commands/SetDefaultPolicyVersionCommand.ts +++ b/clients/client-iam/src/commands/SetDefaultPolicyVersionCommand.ts @@ -90,9 +90,6 @@ export class SetDefaultPolicyVersionCommand extends $Command< SetDefaultPolicyVersionCommandOutput, IAMClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -106,9 +103,7 @@ export class SetDefaultPolicyVersionCommand extends $Command< * @public */ constructor(readonly input: SetDefaultPolicyVersionCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -161,7 +156,4 @@ export class SetDefaultPolicyVersionCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_SetDefaultPolicyVersionCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-iam/src/commands/SetSecurityTokenServicePreferencesCommand.ts b/clients/client-iam/src/commands/SetSecurityTokenServicePreferencesCommand.ts index 4fde4f9dcf44..ee0a2c527b79 100644 --- a/clients/client-iam/src/commands/SetSecurityTokenServicePreferencesCommand.ts +++ b/clients/client-iam/src/commands/SetSecurityTokenServicePreferencesCommand.ts @@ -104,9 +104,6 @@ export class SetSecurityTokenServicePreferencesCommand extends $Command< SetSecurityTokenServicePreferencesCommandOutput, IAMClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -120,9 +117,7 @@ export class SetSecurityTokenServicePreferencesCommand extends $Command< * @public */ constructor(readonly input: SetSecurityTokenServicePreferencesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -181,7 +176,4 @@ export class SetSecurityTokenServicePreferencesCommand extends $Command< ): Promise { return de_SetSecurityTokenServicePreferencesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-iam/src/commands/SimulateCustomPolicyCommand.ts b/clients/client-iam/src/commands/SimulateCustomPolicyCommand.ts index 076d2d017701..6e0858c1d51f 100644 --- a/clients/client-iam/src/commands/SimulateCustomPolicyCommand.ts +++ b/clients/client-iam/src/commands/SimulateCustomPolicyCommand.ts @@ -190,9 +190,6 @@ export class SimulateCustomPolicyCommand extends $Command< SimulateCustomPolicyCommandOutput, IAMClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -206,9 +203,7 @@ export class SimulateCustomPolicyCommand extends $Command< * @public */ constructor(readonly input: SimulateCustomPolicyCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -261,7 +256,4 @@ export class SimulateCustomPolicyCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_SimulateCustomPolicyCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-iam/src/commands/SimulatePrincipalPolicyCommand.ts b/clients/client-iam/src/commands/SimulatePrincipalPolicyCommand.ts index 3c1f5032efad..e591d2764cfe 100644 --- a/clients/client-iam/src/commands/SimulatePrincipalPolicyCommand.ts +++ b/clients/client-iam/src/commands/SimulatePrincipalPolicyCommand.ts @@ -204,9 +204,6 @@ export class SimulatePrincipalPolicyCommand extends $Command< SimulatePrincipalPolicyCommandOutput, IAMClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -220,9 +217,7 @@ export class SimulatePrincipalPolicyCommand extends $Command< * @public */ constructor(readonly input: SimulatePrincipalPolicyCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -275,7 +270,4 @@ export class SimulatePrincipalPolicyCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_SimulatePrincipalPolicyCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-iam/src/commands/TagInstanceProfileCommand.ts b/clients/client-iam/src/commands/TagInstanceProfileCommand.ts index 2735b024dcb2..ccd5b8a8cb6b 100644 --- a/clients/client-iam/src/commands/TagInstanceProfileCommand.ts +++ b/clients/client-iam/src/commands/TagInstanceProfileCommand.ts @@ -129,9 +129,6 @@ export class TagInstanceProfileCommand extends $Command< TagInstanceProfileCommandOutput, IAMClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -145,9 +142,7 @@ export class TagInstanceProfileCommand extends $Command< * @public */ constructor(readonly input: TagInstanceProfileCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -200,7 +195,4 @@ export class TagInstanceProfileCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_TagInstanceProfileCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-iam/src/commands/TagMFADeviceCommand.ts b/clients/client-iam/src/commands/TagMFADeviceCommand.ts index 0f2451dd53e0..a6af294506ae 100644 --- a/clients/client-iam/src/commands/TagMFADeviceCommand.ts +++ b/clients/client-iam/src/commands/TagMFADeviceCommand.ts @@ -130,9 +130,6 @@ export class TagMFADeviceCommand extends $Command< TagMFADeviceCommandOutput, IAMClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -146,9 +143,7 @@ export class TagMFADeviceCommand extends $Command< * @public */ constructor(readonly input: TagMFADeviceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -199,7 +194,4 @@ export class TagMFADeviceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_TagMFADeviceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-iam/src/commands/TagOpenIDConnectProviderCommand.ts b/clients/client-iam/src/commands/TagOpenIDConnectProviderCommand.ts index 8c1b026fe57f..0480c0bb2f87 100644 --- a/clients/client-iam/src/commands/TagOpenIDConnectProviderCommand.ts +++ b/clients/client-iam/src/commands/TagOpenIDConnectProviderCommand.ts @@ -131,9 +131,6 @@ export class TagOpenIDConnectProviderCommand extends $Command< TagOpenIDConnectProviderCommandOutput, IAMClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -147,9 +144,7 @@ export class TagOpenIDConnectProviderCommand extends $Command< * @public */ constructor(readonly input: TagOpenIDConnectProviderCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -202,7 +197,4 @@ export class TagOpenIDConnectProviderCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_TagOpenIDConnectProviderCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-iam/src/commands/TagPolicyCommand.ts b/clients/client-iam/src/commands/TagPolicyCommand.ts index a6f762cfe7f6..59f146feeb19 100644 --- a/clients/client-iam/src/commands/TagPolicyCommand.ts +++ b/clients/client-iam/src/commands/TagPolicyCommand.ts @@ -125,9 +125,6 @@ export interface TagPolicyCommandOutput extends __MetadataBearer {} * */ export class TagPolicyCommand extends $Command { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -141,9 +138,7 @@ export class TagPolicyCommand extends $Command { return de_TagPolicyCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-iam/src/commands/TagRoleCommand.ts b/clients/client-iam/src/commands/TagRoleCommand.ts index d5af88b0a40f..4bceced7bef9 100644 --- a/clients/client-iam/src/commands/TagRoleCommand.ts +++ b/clients/client-iam/src/commands/TagRoleCommand.ts @@ -155,9 +155,6 @@ export interface TagRoleCommandOutput extends __MetadataBearer {} * */ export class TagRoleCommand extends $Command { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -171,9 +168,7 @@ export class TagRoleCommand extends $Command { return de_TagRoleCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-iam/src/commands/TagSAMLProviderCommand.ts b/clients/client-iam/src/commands/TagSAMLProviderCommand.ts index 2fddab71e8ec..a729a92f3693 100644 --- a/clients/client-iam/src/commands/TagSAMLProviderCommand.ts +++ b/clients/client-iam/src/commands/TagSAMLProviderCommand.ts @@ -131,9 +131,6 @@ export class TagSAMLProviderCommand extends $Command< TagSAMLProviderCommandOutput, IAMClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -147,9 +144,7 @@ export class TagSAMLProviderCommand extends $Command< * @public */ constructor(readonly input: TagSAMLProviderCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -202,7 +197,4 @@ export class TagSAMLProviderCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_TagSAMLProviderCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-iam/src/commands/TagServerCertificateCommand.ts b/clients/client-iam/src/commands/TagServerCertificateCommand.ts index cba27772c5db..20426ed88f23 100644 --- a/clients/client-iam/src/commands/TagServerCertificateCommand.ts +++ b/clients/client-iam/src/commands/TagServerCertificateCommand.ts @@ -141,9 +141,6 @@ export class TagServerCertificateCommand extends $Command< TagServerCertificateCommandOutput, IAMClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -157,9 +154,7 @@ export class TagServerCertificateCommand extends $Command< * @public */ constructor(readonly input: TagServerCertificateCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -212,7 +207,4 @@ export class TagServerCertificateCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_TagServerCertificateCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-iam/src/commands/TagUserCommand.ts b/clients/client-iam/src/commands/TagUserCommand.ts index 04e7e0f5c50a..9b88ccd6defe 100644 --- a/clients/client-iam/src/commands/TagUserCommand.ts +++ b/clients/client-iam/src/commands/TagUserCommand.ts @@ -154,9 +154,6 @@ export interface TagUserCommandOutput extends __MetadataBearer {} * */ export class TagUserCommand extends $Command { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -170,9 +167,7 @@ export class TagUserCommand extends $Command { return de_TagUserCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-iam/src/commands/UntagInstanceProfileCommand.ts b/clients/client-iam/src/commands/UntagInstanceProfileCommand.ts index e6e088513ff3..1cd0d1d09afb 100644 --- a/clients/client-iam/src/commands/UntagInstanceProfileCommand.ts +++ b/clients/client-iam/src/commands/UntagInstanceProfileCommand.ts @@ -88,9 +88,6 @@ export class UntagInstanceProfileCommand extends $Command< UntagInstanceProfileCommandOutput, IAMClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -104,9 +101,7 @@ export class UntagInstanceProfileCommand extends $Command< * @public */ constructor(readonly input: UntagInstanceProfileCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -159,7 +154,4 @@ export class UntagInstanceProfileCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UntagInstanceProfileCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-iam/src/commands/UntagMFADeviceCommand.ts b/clients/client-iam/src/commands/UntagMFADeviceCommand.ts index 50fe3c0ba8e5..b53ccfbadb90 100644 --- a/clients/client-iam/src/commands/UntagMFADeviceCommand.ts +++ b/clients/client-iam/src/commands/UntagMFADeviceCommand.ts @@ -89,9 +89,6 @@ export class UntagMFADeviceCommand extends $Command< UntagMFADeviceCommandOutput, IAMClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -105,9 +102,7 @@ export class UntagMFADeviceCommand extends $Command< * @public */ constructor(readonly input: UntagMFADeviceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -160,7 +155,4 @@ export class UntagMFADeviceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UntagMFADeviceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-iam/src/commands/UntagOpenIDConnectProviderCommand.ts b/clients/client-iam/src/commands/UntagOpenIDConnectProviderCommand.ts index 5b5e8a1bf73b..e45e63f42292 100644 --- a/clients/client-iam/src/commands/UntagOpenIDConnectProviderCommand.ts +++ b/clients/client-iam/src/commands/UntagOpenIDConnectProviderCommand.ts @@ -90,9 +90,6 @@ export class UntagOpenIDConnectProviderCommand extends $Command< UntagOpenIDConnectProviderCommandOutput, IAMClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -106,9 +103,7 @@ export class UntagOpenIDConnectProviderCommand extends $Command< * @public */ constructor(readonly input: UntagOpenIDConnectProviderCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -164,7 +159,4 @@ export class UntagOpenIDConnectProviderCommand extends $Command< ): Promise { return de_UntagOpenIDConnectProviderCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-iam/src/commands/UntagPolicyCommand.ts b/clients/client-iam/src/commands/UntagPolicyCommand.ts index 070acacafea3..6165da7a5e0d 100644 --- a/clients/client-iam/src/commands/UntagPolicyCommand.ts +++ b/clients/client-iam/src/commands/UntagPolicyCommand.ts @@ -88,9 +88,6 @@ export class UntagPolicyCommand extends $Command< UntagPolicyCommandOutput, IAMClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -104,9 +101,7 @@ export class UntagPolicyCommand extends $Command< * @public */ constructor(readonly input: UntagPolicyCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -157,7 +152,4 @@ export class UntagPolicyCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UntagPolicyCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-iam/src/commands/UntagRoleCommand.ts b/clients/client-iam/src/commands/UntagRoleCommand.ts index 22bcf032bb12..514590bdc5ac 100644 --- a/clients/client-iam/src/commands/UntagRoleCommand.ts +++ b/clients/client-iam/src/commands/UntagRoleCommand.ts @@ -94,9 +94,6 @@ export interface UntagRoleCommandOutput extends __MetadataBearer {} * */ export class UntagRoleCommand extends $Command { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -110,9 +107,7 @@ export class UntagRoleCommand extends $Command { return de_UntagRoleCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-iam/src/commands/UntagSAMLProviderCommand.ts b/clients/client-iam/src/commands/UntagSAMLProviderCommand.ts index 80784a7c5477..19056d6c9ac0 100644 --- a/clients/client-iam/src/commands/UntagSAMLProviderCommand.ts +++ b/clients/client-iam/src/commands/UntagSAMLProviderCommand.ts @@ -90,9 +90,6 @@ export class UntagSAMLProviderCommand extends $Command< UntagSAMLProviderCommandOutput, IAMClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -106,9 +103,7 @@ export class UntagSAMLProviderCommand extends $Command< * @public */ constructor(readonly input: UntagSAMLProviderCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -161,7 +156,4 @@ export class UntagSAMLProviderCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UntagSAMLProviderCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-iam/src/commands/UntagServerCertificateCommand.ts b/clients/client-iam/src/commands/UntagServerCertificateCommand.ts index 74aa791509d6..b93aaf376826 100644 --- a/clients/client-iam/src/commands/UntagServerCertificateCommand.ts +++ b/clients/client-iam/src/commands/UntagServerCertificateCommand.ts @@ -96,9 +96,6 @@ export class UntagServerCertificateCommand extends $Command< UntagServerCertificateCommandOutput, IAMClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -112,9 +109,7 @@ export class UntagServerCertificateCommand extends $Command< * @public */ constructor(readonly input: UntagServerCertificateCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -167,7 +162,4 @@ export class UntagServerCertificateCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UntagServerCertificateCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-iam/src/commands/UntagUserCommand.ts b/clients/client-iam/src/commands/UntagUserCommand.ts index fec727ce80c7..3cb189ae5919 100644 --- a/clients/client-iam/src/commands/UntagUserCommand.ts +++ b/clients/client-iam/src/commands/UntagUserCommand.ts @@ -94,9 +94,6 @@ export interface UntagUserCommandOutput extends __MetadataBearer {} * */ export class UntagUserCommand extends $Command { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -110,9 +107,7 @@ export class UntagUserCommand extends $Command { return de_UntagUserCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-iam/src/commands/UpdateAccessKeyCommand.ts b/clients/client-iam/src/commands/UpdateAccessKeyCommand.ts index 741f1bae976f..6e4cacdd9bb7 100644 --- a/clients/client-iam/src/commands/UpdateAccessKeyCommand.ts +++ b/clients/client-iam/src/commands/UpdateAccessKeyCommand.ts @@ -105,9 +105,6 @@ export class UpdateAccessKeyCommand extends $Command< UpdateAccessKeyCommandOutput, IAMClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -121,9 +118,7 @@ export class UpdateAccessKeyCommand extends $Command< * @public */ constructor(readonly input: UpdateAccessKeyCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -176,7 +171,4 @@ export class UpdateAccessKeyCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdateAccessKeyCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-iam/src/commands/UpdateAccountPasswordPolicyCommand.ts b/clients/client-iam/src/commands/UpdateAccountPasswordPolicyCommand.ts index 026241fe24cd..fa7701116a4f 100644 --- a/clients/client-iam/src/commands/UpdateAccountPasswordPolicyCommand.ts +++ b/clients/client-iam/src/commands/UpdateAccountPasswordPolicyCommand.ts @@ -114,9 +114,6 @@ export class UpdateAccountPasswordPolicyCommand extends $Command< UpdateAccountPasswordPolicyCommandOutput, IAMClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -130,9 +127,7 @@ export class UpdateAccountPasswordPolicyCommand extends $Command< * @public */ constructor(readonly input: UpdateAccountPasswordPolicyCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -188,7 +183,4 @@ export class UpdateAccountPasswordPolicyCommand extends $Command< ): Promise { return de_UpdateAccountPasswordPolicyCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-iam/src/commands/UpdateAssumeRolePolicyCommand.ts b/clients/client-iam/src/commands/UpdateAssumeRolePolicyCommand.ts index ca015dc8d90e..b45b0cbd2680 100644 --- a/clients/client-iam/src/commands/UpdateAssumeRolePolicyCommand.ts +++ b/clients/client-iam/src/commands/UpdateAssumeRolePolicyCommand.ts @@ -106,9 +106,6 @@ export class UpdateAssumeRolePolicyCommand extends $Command< UpdateAssumeRolePolicyCommandOutput, IAMClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -122,9 +119,7 @@ export class UpdateAssumeRolePolicyCommand extends $Command< * @public */ constructor(readonly input: UpdateAssumeRolePolicyCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -177,7 +172,4 @@ export class UpdateAssumeRolePolicyCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdateAssumeRolePolicyCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-iam/src/commands/UpdateGroupCommand.ts b/clients/client-iam/src/commands/UpdateGroupCommand.ts index c0d52bb0304b..2353af252403 100644 --- a/clients/client-iam/src/commands/UpdateGroupCommand.ts +++ b/clients/client-iam/src/commands/UpdateGroupCommand.ts @@ -112,9 +112,6 @@ export class UpdateGroupCommand extends $Command< UpdateGroupCommandOutput, IAMClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -128,9 +125,7 @@ export class UpdateGroupCommand extends $Command< * @public */ constructor(readonly input: UpdateGroupCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -181,7 +176,4 @@ export class UpdateGroupCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdateGroupCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-iam/src/commands/UpdateLoginProfileCommand.ts b/clients/client-iam/src/commands/UpdateLoginProfileCommand.ts index 847944cda0a5..27f59984993c 100644 --- a/clients/client-iam/src/commands/UpdateLoginProfileCommand.ts +++ b/clients/client-iam/src/commands/UpdateLoginProfileCommand.ts @@ -110,9 +110,6 @@ export class UpdateLoginProfileCommand extends $Command< UpdateLoginProfileCommandOutput, IAMClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -126,9 +123,7 @@ export class UpdateLoginProfileCommand extends $Command< * @public */ constructor(readonly input: UpdateLoginProfileCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -181,7 +176,4 @@ export class UpdateLoginProfileCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdateLoginProfileCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-iam/src/commands/UpdateOpenIDConnectProviderThumbprintCommand.ts b/clients/client-iam/src/commands/UpdateOpenIDConnectProviderThumbprintCommand.ts index a3f26e4f3482..a98ecbc6b7dc 100644 --- a/clients/client-iam/src/commands/UpdateOpenIDConnectProviderThumbprintCommand.ts +++ b/clients/client-iam/src/commands/UpdateOpenIDConnectProviderThumbprintCommand.ts @@ -109,9 +109,6 @@ export class UpdateOpenIDConnectProviderThumbprintCommand extends $Command< UpdateOpenIDConnectProviderThumbprintCommandOutput, IAMClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -125,9 +122,7 @@ export class UpdateOpenIDConnectProviderThumbprintCommand extends $Command< * @public */ constructor(readonly input: UpdateOpenIDConnectProviderThumbprintCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -186,7 +181,4 @@ export class UpdateOpenIDConnectProviderThumbprintCommand extends $Command< ): Promise { return de_UpdateOpenIDConnectProviderThumbprintCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-iam/src/commands/UpdateRoleCommand.ts b/clients/client-iam/src/commands/UpdateRoleCommand.ts index 198174190ff4..5c9e2ab31bc3 100644 --- a/clients/client-iam/src/commands/UpdateRoleCommand.ts +++ b/clients/client-iam/src/commands/UpdateRoleCommand.ts @@ -84,9 +84,6 @@ export class UpdateRoleCommand extends $Command< UpdateRoleCommandOutput, IAMClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -100,9 +97,7 @@ export class UpdateRoleCommand extends $Command< * @public */ constructor(readonly input: UpdateRoleCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -153,7 +148,4 @@ export class UpdateRoleCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdateRoleCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-iam/src/commands/UpdateRoleDescriptionCommand.ts b/clients/client-iam/src/commands/UpdateRoleDescriptionCommand.ts index 50267138e34f..3ac2a44a736e 100644 --- a/clients/client-iam/src/commands/UpdateRoleDescriptionCommand.ts +++ b/clients/client-iam/src/commands/UpdateRoleDescriptionCommand.ts @@ -110,9 +110,6 @@ export class UpdateRoleDescriptionCommand extends $Command< UpdateRoleDescriptionCommandOutput, IAMClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -126,9 +123,7 @@ export class UpdateRoleDescriptionCommand extends $Command< * @public */ constructor(readonly input: UpdateRoleDescriptionCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -181,7 +176,4 @@ export class UpdateRoleDescriptionCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdateRoleDescriptionCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-iam/src/commands/UpdateSAMLProviderCommand.ts b/clients/client-iam/src/commands/UpdateSAMLProviderCommand.ts index 66a16fbcd8d9..c08fe0fa4e4c 100644 --- a/clients/client-iam/src/commands/UpdateSAMLProviderCommand.ts +++ b/clients/client-iam/src/commands/UpdateSAMLProviderCommand.ts @@ -90,9 +90,6 @@ export class UpdateSAMLProviderCommand extends $Command< UpdateSAMLProviderCommandOutput, IAMClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -106,9 +103,7 @@ export class UpdateSAMLProviderCommand extends $Command< * @public */ constructor(readonly input: UpdateSAMLProviderCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -161,7 +156,4 @@ export class UpdateSAMLProviderCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdateSAMLProviderCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-iam/src/commands/UpdateSSHPublicKeyCommand.ts b/clients/client-iam/src/commands/UpdateSSHPublicKeyCommand.ts index 42faf70db9af..945549d4bb44 100644 --- a/clients/client-iam/src/commands/UpdateSSHPublicKeyCommand.ts +++ b/clients/client-iam/src/commands/UpdateSSHPublicKeyCommand.ts @@ -80,9 +80,6 @@ export class UpdateSSHPublicKeyCommand extends $Command< UpdateSSHPublicKeyCommandOutput, IAMClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -96,9 +93,7 @@ export class UpdateSSHPublicKeyCommand extends $Command< * @public */ constructor(readonly input: UpdateSSHPublicKeyCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -151,7 +146,4 @@ export class UpdateSSHPublicKeyCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdateSSHPublicKeyCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-iam/src/commands/UpdateServerCertificateCommand.ts b/clients/client-iam/src/commands/UpdateServerCertificateCommand.ts index 2204673a14f3..ab1540667505 100644 --- a/clients/client-iam/src/commands/UpdateServerCertificateCommand.ts +++ b/clients/client-iam/src/commands/UpdateServerCertificateCommand.ts @@ -105,9 +105,6 @@ export class UpdateServerCertificateCommand extends $Command< UpdateServerCertificateCommandOutput, IAMClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -121,9 +118,7 @@ export class UpdateServerCertificateCommand extends $Command< * @public */ constructor(readonly input: UpdateServerCertificateCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -176,7 +171,4 @@ export class UpdateServerCertificateCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdateServerCertificateCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-iam/src/commands/UpdateServiceSpecificCredentialCommand.ts b/clients/client-iam/src/commands/UpdateServiceSpecificCredentialCommand.ts index d574819fdc84..5f26a7b4b82e 100644 --- a/clients/client-iam/src/commands/UpdateServiceSpecificCredentialCommand.ts +++ b/clients/client-iam/src/commands/UpdateServiceSpecificCredentialCommand.ts @@ -80,9 +80,6 @@ export class UpdateServiceSpecificCredentialCommand extends $Command< UpdateServiceSpecificCredentialCommandOutput, IAMClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -96,9 +93,7 @@ export class UpdateServiceSpecificCredentialCommand extends $Command< * @public */ constructor(readonly input: UpdateServiceSpecificCredentialCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -157,7 +152,4 @@ export class UpdateServiceSpecificCredentialCommand extends $Command< ): Promise { return de_UpdateServiceSpecificCredentialCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-iam/src/commands/UpdateSigningCertificateCommand.ts b/clients/client-iam/src/commands/UpdateSigningCertificateCommand.ts index 3c801e5d6afa..9d61089c4b9b 100644 --- a/clients/client-iam/src/commands/UpdateSigningCertificateCommand.ts +++ b/clients/client-iam/src/commands/UpdateSigningCertificateCommand.ts @@ -102,9 +102,6 @@ export class UpdateSigningCertificateCommand extends $Command< UpdateSigningCertificateCommandOutput, IAMClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -118,9 +115,7 @@ export class UpdateSigningCertificateCommand extends $Command< * @public */ constructor(readonly input: UpdateSigningCertificateCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -173,7 +168,4 @@ export class UpdateSigningCertificateCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdateSigningCertificateCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-iam/src/commands/UpdateUserCommand.ts b/clients/client-iam/src/commands/UpdateUserCommand.ts index 08bc06af1549..f8c5848306fc 100644 --- a/clients/client-iam/src/commands/UpdateUserCommand.ts +++ b/clients/client-iam/src/commands/UpdateUserCommand.ts @@ -120,9 +120,6 @@ export class UpdateUserCommand extends $Command< UpdateUserCommandOutput, IAMClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -136,9 +133,7 @@ export class UpdateUserCommand extends $Command< * @public */ constructor(readonly input: UpdateUserCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -189,7 +184,4 @@ export class UpdateUserCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdateUserCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-iam/src/commands/UploadSSHPublicKeyCommand.ts b/clients/client-iam/src/commands/UploadSSHPublicKeyCommand.ts index 9c029928056f..1b55fe27094a 100644 --- a/clients/client-iam/src/commands/UploadSSHPublicKeyCommand.ts +++ b/clients/client-iam/src/commands/UploadSSHPublicKeyCommand.ts @@ -101,9 +101,6 @@ export class UploadSSHPublicKeyCommand extends $Command< UploadSSHPublicKeyCommandOutput, IAMClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -117,9 +114,7 @@ export class UploadSSHPublicKeyCommand extends $Command< * @public */ constructor(readonly input: UploadSSHPublicKeyCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -172,7 +167,4 @@ export class UploadSSHPublicKeyCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UploadSSHPublicKeyCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-iam/src/commands/UploadServerCertificateCommand.ts b/clients/client-iam/src/commands/UploadServerCertificateCommand.ts index f54984c9a1a6..053964485f6e 100644 --- a/clients/client-iam/src/commands/UploadServerCertificateCommand.ts +++ b/clients/client-iam/src/commands/UploadServerCertificateCommand.ts @@ -174,9 +174,6 @@ export class UploadServerCertificateCommand extends $Command< UploadServerCertificateCommandOutput, IAMClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -190,9 +187,7 @@ export class UploadServerCertificateCommand extends $Command< * @public */ constructor(readonly input: UploadServerCertificateCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -245,7 +240,4 @@ export class UploadServerCertificateCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UploadServerCertificateCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-iam/src/commands/UploadSigningCertificateCommand.ts b/clients/client-iam/src/commands/UploadSigningCertificateCommand.ts index 334127810b13..e9b93ae9bb3f 100644 --- a/clients/client-iam/src/commands/UploadSigningCertificateCommand.ts +++ b/clients/client-iam/src/commands/UploadSigningCertificateCommand.ts @@ -150,9 +150,6 @@ export class UploadSigningCertificateCommand extends $Command< UploadSigningCertificateCommandOutput, IAMClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -166,9 +163,7 @@ export class UploadSigningCertificateCommand extends $Command< * @public */ constructor(readonly input: UploadSigningCertificateCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -221,7 +216,4 @@ export class UploadSigningCertificateCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UploadSigningCertificateCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-identitystore/package.json b/clients/client-identitystore/package.json index c89e2d5fab1b..62f7aeec794b 100644 --- a/clients/client-identitystore/package.json +++ b/clients/client-identitystore/package.json @@ -34,29 +34,29 @@ "@aws-sdk/util-endpoints": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@smithy/config-resolver": "^2.0.16", - "@smithy/fetch-http-handler": "^2.2.4", - "@smithy/hash-node": "^2.0.12", - "@smithy/invalid-dependency": "^2.0.12", - "@smithy/middleware-content-length": "^2.0.14", - "@smithy/middleware-endpoint": "^2.1.3", - "@smithy/middleware-retry": "^2.0.18", - "@smithy/middleware-serde": "^2.0.12", - "@smithy/middleware-stack": "^2.0.6", - "@smithy/node-config-provider": "^2.1.3", - "@smithy/node-http-handler": "^2.1.8", - "@smithy/protocol-http": "^3.0.8", - "@smithy/smithy-client": "^2.1.12", - "@smithy/types": "^2.4.0", - "@smithy/url-parser": "^2.0.12", - "@smithy/util-base64": "^2.0.0", + "@smithy/config-resolver": "^2.0.18", + "@smithy/fetch-http-handler": "^2.2.6", + "@smithy/hash-node": "^2.0.15", + "@smithy/invalid-dependency": "^2.0.13", + "@smithy/middleware-content-length": "^2.0.15", + "@smithy/middleware-endpoint": "^2.2.0", + "@smithy/middleware-retry": "^2.0.20", + "@smithy/middleware-serde": "^2.0.13", + "@smithy/middleware-stack": "^2.0.7", + "@smithy/node-config-provider": "^2.1.5", + "@smithy/node-http-handler": "^2.1.9", + "@smithy/protocol-http": "^3.0.9", + "@smithy/smithy-client": "^2.1.15", + "@smithy/types": "^2.5.0", + "@smithy/url-parser": "^2.0.13", + "@smithy/util-base64": "^2.0.1", "@smithy/util-body-length-browser": "^2.0.0", "@smithy/util-body-length-node": "^2.1.0", - "@smithy/util-defaults-mode-browser": "^2.0.16", - "@smithy/util-defaults-mode-node": "^2.0.21", - "@smithy/util-endpoints": "^1.0.2", - "@smithy/util-retry": "^2.0.5", - "@smithy/util-utf8": "^2.0.0", + "@smithy/util-defaults-mode-browser": "^2.0.19", + "@smithy/util-defaults-mode-node": "^2.0.25", + "@smithy/util-endpoints": "^1.0.4", + "@smithy/util-retry": "^2.0.6", + "@smithy/util-utf8": "^2.0.2", "tslib": "^2.5.0" }, "devDependencies": { diff --git a/clients/client-identitystore/src/commands/CreateGroupCommand.ts b/clients/client-identitystore/src/commands/CreateGroupCommand.ts index e7a513db4bed..a46770cf2f80 100644 --- a/clients/client-identitystore/src/commands/CreateGroupCommand.ts +++ b/clients/client-identitystore/src/commands/CreateGroupCommand.ts @@ -102,9 +102,6 @@ export class CreateGroupCommand extends $Command< CreateGroupCommandOutput, IdentitystoreClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -118,9 +115,7 @@ export class CreateGroupCommand extends $Command< * @public */ constructor(readonly input: CreateGroupCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -171,7 +166,4 @@ export class CreateGroupCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateGroupCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-identitystore/src/commands/CreateGroupMembershipCommand.ts b/clients/client-identitystore/src/commands/CreateGroupMembershipCommand.ts index d9c8ab75e4b5..805d3d652765 100644 --- a/clients/client-identitystore/src/commands/CreateGroupMembershipCommand.ts +++ b/clients/client-identitystore/src/commands/CreateGroupMembershipCommand.ts @@ -104,9 +104,6 @@ export class CreateGroupMembershipCommand extends $Command< CreateGroupMembershipCommandOutput, IdentitystoreClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -120,9 +117,7 @@ export class CreateGroupMembershipCommand extends $Command< * @public */ constructor(readonly input: CreateGroupMembershipCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -175,7 +170,4 @@ export class CreateGroupMembershipCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateGroupMembershipCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-identitystore/src/commands/CreateUserCommand.ts b/clients/client-identitystore/src/commands/CreateUserCommand.ts index 0eeb4e1b3f22..d7eb7c0f7352 100644 --- a/clients/client-identitystore/src/commands/CreateUserCommand.ts +++ b/clients/client-identitystore/src/commands/CreateUserCommand.ts @@ -143,9 +143,6 @@ export class CreateUserCommand extends $Command< CreateUserCommandOutput, IdentitystoreClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -159,9 +156,7 @@ export class CreateUserCommand extends $Command< * @public */ constructor(readonly input: CreateUserCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -212,7 +207,4 @@ export class CreateUserCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateUserCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-identitystore/src/commands/DeleteGroupCommand.ts b/clients/client-identitystore/src/commands/DeleteGroupCommand.ts index 782a4f73014f..3e9fde277cb2 100644 --- a/clients/client-identitystore/src/commands/DeleteGroupCommand.ts +++ b/clients/client-identitystore/src/commands/DeleteGroupCommand.ts @@ -95,9 +95,6 @@ export class DeleteGroupCommand extends $Command< DeleteGroupCommandOutput, IdentitystoreClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -111,9 +108,7 @@ export class DeleteGroupCommand extends $Command< * @public */ constructor(readonly input: DeleteGroupCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -164,7 +159,4 @@ export class DeleteGroupCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteGroupCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-identitystore/src/commands/DeleteGroupMembershipCommand.ts b/clients/client-identitystore/src/commands/DeleteGroupMembershipCommand.ts index 39711a093fd4..525970f3d091 100644 --- a/clients/client-identitystore/src/commands/DeleteGroupMembershipCommand.ts +++ b/clients/client-identitystore/src/commands/DeleteGroupMembershipCommand.ts @@ -95,9 +95,6 @@ export class DeleteGroupMembershipCommand extends $Command< DeleteGroupMembershipCommandOutput, IdentitystoreClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -111,9 +108,7 @@ export class DeleteGroupMembershipCommand extends $Command< * @public */ constructor(readonly input: DeleteGroupMembershipCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -166,7 +161,4 @@ export class DeleteGroupMembershipCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteGroupMembershipCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-identitystore/src/commands/DeleteUserCommand.ts b/clients/client-identitystore/src/commands/DeleteUserCommand.ts index 0ccac53efe5b..e0592888e0e2 100644 --- a/clients/client-identitystore/src/commands/DeleteUserCommand.ts +++ b/clients/client-identitystore/src/commands/DeleteUserCommand.ts @@ -95,9 +95,6 @@ export class DeleteUserCommand extends $Command< DeleteUserCommandOutput, IdentitystoreClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -111,9 +108,7 @@ export class DeleteUserCommand extends $Command< * @public */ constructor(readonly input: DeleteUserCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -164,7 +159,4 @@ export class DeleteUserCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteUserCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-identitystore/src/commands/DescribeGroupCommand.ts b/clients/client-identitystore/src/commands/DescribeGroupCommand.ts index 4e4d22ab2b16..6dcde98ae884 100644 --- a/clients/client-identitystore/src/commands/DescribeGroupCommand.ts +++ b/clients/client-identitystore/src/commands/DescribeGroupCommand.ts @@ -105,9 +105,6 @@ export class DescribeGroupCommand extends $Command< DescribeGroupCommandOutput, IdentitystoreClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -121,9 +118,7 @@ export class DescribeGroupCommand extends $Command< * @public */ constructor(readonly input: DescribeGroupCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -174,7 +169,4 @@ export class DescribeGroupCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DescribeGroupCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-identitystore/src/commands/DescribeGroupMembershipCommand.ts b/clients/client-identitystore/src/commands/DescribeGroupMembershipCommand.ts index 691a19431d11..4df409903d2b 100644 --- a/clients/client-identitystore/src/commands/DescribeGroupMembershipCommand.ts +++ b/clients/client-identitystore/src/commands/DescribeGroupMembershipCommand.ts @@ -96,9 +96,6 @@ export class DescribeGroupMembershipCommand extends $Command< DescribeGroupMembershipCommandOutput, IdentitystoreClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -112,9 +109,7 @@ export class DescribeGroupMembershipCommand extends $Command< * @public */ constructor(readonly input: DescribeGroupMembershipCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -167,7 +162,4 @@ export class DescribeGroupMembershipCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DescribeGroupMembershipCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-identitystore/src/commands/DescribeUserCommand.ts b/clients/client-identitystore/src/commands/DescribeUserCommand.ts index 66c5af5ee6ac..876aaf4669e6 100644 --- a/clients/client-identitystore/src/commands/DescribeUserCommand.ts +++ b/clients/client-identitystore/src/commands/DescribeUserCommand.ts @@ -141,9 +141,6 @@ export class DescribeUserCommand extends $Command< DescribeUserCommandOutput, IdentitystoreClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -157,9 +154,7 @@ export class DescribeUserCommand extends $Command< * @public */ constructor(readonly input: DescribeUserCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -210,7 +205,4 @@ export class DescribeUserCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DescribeUserCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-identitystore/src/commands/GetGroupIdCommand.ts b/clients/client-identitystore/src/commands/GetGroupIdCommand.ts index 8224a714ea5c..d81dec21bf22 100644 --- a/clients/client-identitystore/src/commands/GetGroupIdCommand.ts +++ b/clients/client-identitystore/src/commands/GetGroupIdCommand.ts @@ -101,9 +101,6 @@ export class GetGroupIdCommand extends $Command< GetGroupIdCommandOutput, IdentitystoreClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -117,9 +114,7 @@ export class GetGroupIdCommand extends $Command< * @public */ constructor(readonly input: GetGroupIdCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -170,7 +165,4 @@ export class GetGroupIdCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetGroupIdCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-identitystore/src/commands/GetGroupMembershipIdCommand.ts b/clients/client-identitystore/src/commands/GetGroupMembershipIdCommand.ts index e3c89675fbaf..6b845b82303b 100644 --- a/clients/client-identitystore/src/commands/GetGroupMembershipIdCommand.ts +++ b/clients/client-identitystore/src/commands/GetGroupMembershipIdCommand.ts @@ -95,9 +95,6 @@ export class GetGroupMembershipIdCommand extends $Command< GetGroupMembershipIdCommandOutput, IdentitystoreClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -111,9 +108,7 @@ export class GetGroupMembershipIdCommand extends $Command< * @public */ constructor(readonly input: GetGroupMembershipIdCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -166,7 +161,4 @@ export class GetGroupMembershipIdCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetGroupMembershipIdCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-identitystore/src/commands/GetUserIdCommand.ts b/clients/client-identitystore/src/commands/GetUserIdCommand.ts index 12a18ef42c0f..cdf2f79d3f1b 100644 --- a/clients/client-identitystore/src/commands/GetUserIdCommand.ts +++ b/clients/client-identitystore/src/commands/GetUserIdCommand.ts @@ -101,9 +101,6 @@ export class GetUserIdCommand extends $Command< GetUserIdCommandOutput, IdentitystoreClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -117,9 +114,7 @@ export class GetUserIdCommand extends $Command< * @public */ constructor(readonly input: GetUserIdCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -170,7 +165,4 @@ export class GetUserIdCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetUserIdCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-identitystore/src/commands/IsMemberInGroupsCommand.ts b/clients/client-identitystore/src/commands/IsMemberInGroupsCommand.ts index 6433d4c35a3f..3016f872d486 100644 --- a/clients/client-identitystore/src/commands/IsMemberInGroupsCommand.ts +++ b/clients/client-identitystore/src/commands/IsMemberInGroupsCommand.ts @@ -108,9 +108,6 @@ export class IsMemberInGroupsCommand extends $Command< IsMemberInGroupsCommandOutput, IdentitystoreClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -124,9 +121,7 @@ export class IsMemberInGroupsCommand extends $Command< * @public */ constructor(readonly input: IsMemberInGroupsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -179,7 +174,4 @@ export class IsMemberInGroupsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_IsMemberInGroupsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-identitystore/src/commands/ListGroupMembershipsCommand.ts b/clients/client-identitystore/src/commands/ListGroupMembershipsCommand.ts index e8a7a4b47ad3..3a6cbcaa9a8a 100644 --- a/clients/client-identitystore/src/commands/ListGroupMembershipsCommand.ts +++ b/clients/client-identitystore/src/commands/ListGroupMembershipsCommand.ts @@ -103,9 +103,6 @@ export class ListGroupMembershipsCommand extends $Command< ListGroupMembershipsCommandOutput, IdentitystoreClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -119,9 +116,7 @@ export class ListGroupMembershipsCommand extends $Command< * @public */ constructor(readonly input: ListGroupMembershipsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -174,7 +169,4 @@ export class ListGroupMembershipsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListGroupMembershipsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-identitystore/src/commands/ListGroupMembershipsForMemberCommand.ts b/clients/client-identitystore/src/commands/ListGroupMembershipsForMemberCommand.ts index 420ab29ea933..05c347ca902a 100644 --- a/clients/client-identitystore/src/commands/ListGroupMembershipsForMemberCommand.ts +++ b/clients/client-identitystore/src/commands/ListGroupMembershipsForMemberCommand.ts @@ -110,9 +110,6 @@ export class ListGroupMembershipsForMemberCommand extends $Command< ListGroupMembershipsForMemberCommandOutput, IdentitystoreClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -126,9 +123,7 @@ export class ListGroupMembershipsForMemberCommand extends $Command< * @public */ constructor(readonly input: ListGroupMembershipsForMemberCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -184,7 +179,4 @@ export class ListGroupMembershipsForMemberCommand extends $Command< ): Promise { return de_ListGroupMembershipsForMemberCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-identitystore/src/commands/ListGroupsCommand.ts b/clients/client-identitystore/src/commands/ListGroupsCommand.ts index 951c03066893..856d8175b5cc 100644 --- a/clients/client-identitystore/src/commands/ListGroupsCommand.ts +++ b/clients/client-identitystore/src/commands/ListGroupsCommand.ts @@ -118,9 +118,6 @@ export class ListGroupsCommand extends $Command< ListGroupsCommandOutput, IdentitystoreClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -134,9 +131,7 @@ export class ListGroupsCommand extends $Command< * @public */ constructor(readonly input: ListGroupsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -187,7 +182,4 @@ export class ListGroupsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListGroupsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-identitystore/src/commands/ListUsersCommand.ts b/clients/client-identitystore/src/commands/ListUsersCommand.ts index 60cae0109506..693ac9949dee 100644 --- a/clients/client-identitystore/src/commands/ListUsersCommand.ts +++ b/clients/client-identitystore/src/commands/ListUsersCommand.ts @@ -159,9 +159,6 @@ export class ListUsersCommand extends $Command< ListUsersCommandOutput, IdentitystoreClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -175,9 +172,7 @@ export class ListUsersCommand extends $Command< * @public */ constructor(readonly input: ListUsersCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -228,7 +223,4 @@ export class ListUsersCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListUsersCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-identitystore/src/commands/UpdateGroupCommand.ts b/clients/client-identitystore/src/commands/UpdateGroupCommand.ts index 4f6599b86cc4..537fe1114587 100644 --- a/clients/client-identitystore/src/commands/UpdateGroupCommand.ts +++ b/clients/client-identitystore/src/commands/UpdateGroupCommand.ts @@ -104,9 +104,6 @@ export class UpdateGroupCommand extends $Command< UpdateGroupCommandOutput, IdentitystoreClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -120,9 +117,7 @@ export class UpdateGroupCommand extends $Command< * @public */ constructor(readonly input: UpdateGroupCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -173,7 +168,4 @@ export class UpdateGroupCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdateGroupCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-identitystore/src/commands/UpdateUserCommand.ts b/clients/client-identitystore/src/commands/UpdateUserCommand.ts index cd9625148081..9b1f9948d76e 100644 --- a/clients/client-identitystore/src/commands/UpdateUserCommand.ts +++ b/clients/client-identitystore/src/commands/UpdateUserCommand.ts @@ -104,9 +104,6 @@ export class UpdateUserCommand extends $Command< UpdateUserCommandOutput, IdentitystoreClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -120,9 +117,7 @@ export class UpdateUserCommand extends $Command< * @public */ constructor(readonly input: UpdateUserCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -173,7 +168,4 @@ export class UpdateUserCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdateUserCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-imagebuilder/package.json b/clients/client-imagebuilder/package.json index a6dedecba410..a7781999e557 100644 --- a/clients/client-imagebuilder/package.json +++ b/clients/client-imagebuilder/package.json @@ -34,29 +34,29 @@ "@aws-sdk/util-endpoints": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@smithy/config-resolver": "^2.0.16", - "@smithy/fetch-http-handler": "^2.2.4", - "@smithy/hash-node": "^2.0.12", - "@smithy/invalid-dependency": "^2.0.12", - "@smithy/middleware-content-length": "^2.0.14", - "@smithy/middleware-endpoint": "^2.1.3", - "@smithy/middleware-retry": "^2.0.18", - "@smithy/middleware-serde": "^2.0.12", - "@smithy/middleware-stack": "^2.0.6", - "@smithy/node-config-provider": "^2.1.3", - "@smithy/node-http-handler": "^2.1.8", - "@smithy/protocol-http": "^3.0.8", - "@smithy/smithy-client": "^2.1.12", - "@smithy/types": "^2.4.0", - "@smithy/url-parser": "^2.0.12", - "@smithy/util-base64": "^2.0.0", + "@smithy/config-resolver": "^2.0.18", + "@smithy/fetch-http-handler": "^2.2.6", + "@smithy/hash-node": "^2.0.15", + "@smithy/invalid-dependency": "^2.0.13", + "@smithy/middleware-content-length": "^2.0.15", + "@smithy/middleware-endpoint": "^2.2.0", + "@smithy/middleware-retry": "^2.0.20", + "@smithy/middleware-serde": "^2.0.13", + "@smithy/middleware-stack": "^2.0.7", + "@smithy/node-config-provider": "^2.1.5", + "@smithy/node-http-handler": "^2.1.9", + "@smithy/protocol-http": "^3.0.9", + "@smithy/smithy-client": "^2.1.15", + "@smithy/types": "^2.5.0", + "@smithy/url-parser": "^2.0.13", + "@smithy/util-base64": "^2.0.1", "@smithy/util-body-length-browser": "^2.0.0", "@smithy/util-body-length-node": "^2.1.0", - "@smithy/util-defaults-mode-browser": "^2.0.16", - "@smithy/util-defaults-mode-node": "^2.0.21", - "@smithy/util-endpoints": "^1.0.2", - "@smithy/util-retry": "^2.0.5", - "@smithy/util-utf8": "^2.0.0", + "@smithy/util-defaults-mode-browser": "^2.0.19", + "@smithy/util-defaults-mode-node": "^2.0.25", + "@smithy/util-endpoints": "^1.0.4", + "@smithy/util-retry": "^2.0.6", + "@smithy/util-utf8": "^2.0.2", "tslib": "^2.5.0", "uuid": "^8.3.2" }, diff --git a/clients/client-imagebuilder/src/commands/CancelImageCreationCommand.ts b/clients/client-imagebuilder/src/commands/CancelImageCreationCommand.ts index ebf80e7e1f44..26cdd4f24682 100644 --- a/clients/client-imagebuilder/src/commands/CancelImageCreationCommand.ts +++ b/clients/client-imagebuilder/src/commands/CancelImageCreationCommand.ts @@ -103,9 +103,6 @@ export class CancelImageCreationCommand extends $Command< CancelImageCreationCommandOutput, ImagebuilderClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -119,9 +116,7 @@ export class CancelImageCreationCommand extends $Command< * @public */ constructor(readonly input: CancelImageCreationCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -174,7 +169,4 @@ export class CancelImageCreationCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CancelImageCreationCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-imagebuilder/src/commands/CreateComponentCommand.ts b/clients/client-imagebuilder/src/commands/CreateComponentCommand.ts index f4f5cf320db2..328845f2967b 100644 --- a/clients/client-imagebuilder/src/commands/CreateComponentCommand.ts +++ b/clients/client-imagebuilder/src/commands/CreateComponentCommand.ts @@ -138,9 +138,6 @@ export class CreateComponentCommand extends $Command< CreateComponentCommandOutput, ImagebuilderClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -154,9 +151,7 @@ export class CreateComponentCommand extends $Command< * @public */ constructor(readonly input: CreateComponentCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -209,7 +204,4 @@ export class CreateComponentCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateComponentCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-imagebuilder/src/commands/CreateContainerRecipeCommand.ts b/clients/client-imagebuilder/src/commands/CreateContainerRecipeCommand.ts index 3de8c6705f1a..c91ec410747c 100644 --- a/clients/client-imagebuilder/src/commands/CreateContainerRecipeCommand.ts +++ b/clients/client-imagebuilder/src/commands/CreateContainerRecipeCommand.ts @@ -164,9 +164,6 @@ export class CreateContainerRecipeCommand extends $Command< CreateContainerRecipeCommandOutput, ImagebuilderClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -180,9 +177,7 @@ export class CreateContainerRecipeCommand extends $Command< * @public */ constructor(readonly input: CreateContainerRecipeCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -235,7 +230,4 @@ export class CreateContainerRecipeCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateContainerRecipeCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-imagebuilder/src/commands/CreateDistributionConfigurationCommand.ts b/clients/client-imagebuilder/src/commands/CreateDistributionConfigurationCommand.ts index b81466b1dfbf..a9b7804fe5ba 100644 --- a/clients/client-imagebuilder/src/commands/CreateDistributionConfigurationCommand.ts +++ b/clients/client-imagebuilder/src/commands/CreateDistributionConfigurationCommand.ts @@ -195,9 +195,6 @@ export class CreateDistributionConfigurationCommand extends $Command< CreateDistributionConfigurationCommandOutput, ImagebuilderClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -211,9 +208,7 @@ export class CreateDistributionConfigurationCommand extends $Command< * @public */ constructor(readonly input: CreateDistributionConfigurationCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -272,7 +267,4 @@ export class CreateDistributionConfigurationCommand extends $Command< ): Promise { return de_CreateDistributionConfigurationCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-imagebuilder/src/commands/CreateImageCommand.ts b/clients/client-imagebuilder/src/commands/CreateImageCommand.ts index 430c0d679494..1622c10453f6 100644 --- a/clients/client-imagebuilder/src/commands/CreateImageCommand.ts +++ b/clients/client-imagebuilder/src/commands/CreateImageCommand.ts @@ -130,9 +130,6 @@ export class CreateImageCommand extends $Command< CreateImageCommandOutput, ImagebuilderClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -146,9 +143,7 @@ export class CreateImageCommand extends $Command< * @public */ constructor(readonly input: CreateImageCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -199,7 +194,4 @@ export class CreateImageCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateImageCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-imagebuilder/src/commands/CreateImagePipelineCommand.ts b/clients/client-imagebuilder/src/commands/CreateImagePipelineCommand.ts index d58fb58b3045..b0a6855a9768 100644 --- a/clients/client-imagebuilder/src/commands/CreateImagePipelineCommand.ts +++ b/clients/client-imagebuilder/src/commands/CreateImagePipelineCommand.ts @@ -139,9 +139,6 @@ export class CreateImagePipelineCommand extends $Command< CreateImagePipelineCommandOutput, ImagebuilderClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -155,9 +152,7 @@ export class CreateImagePipelineCommand extends $Command< * @public */ constructor(readonly input: CreateImagePipelineCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -210,7 +205,4 @@ export class CreateImagePipelineCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateImagePipelineCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-imagebuilder/src/commands/CreateImageRecipeCommand.ts b/clients/client-imagebuilder/src/commands/CreateImageRecipeCommand.ts index a702a056bf78..032cb7b8501c 100644 --- a/clients/client-imagebuilder/src/commands/CreateImageRecipeCommand.ts +++ b/clients/client-imagebuilder/src/commands/CreateImageRecipeCommand.ts @@ -157,9 +157,6 @@ export class CreateImageRecipeCommand extends $Command< CreateImageRecipeCommandOutput, ImagebuilderClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -173,9 +170,7 @@ export class CreateImageRecipeCommand extends $Command< * @public */ constructor(readonly input: CreateImageRecipeCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -228,7 +223,4 @@ export class CreateImageRecipeCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateImageRecipeCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-imagebuilder/src/commands/CreateInfrastructureConfigurationCommand.ts b/clients/client-imagebuilder/src/commands/CreateInfrastructureConfigurationCommand.ts index b79909fcdab9..7c34a65a64c8 100644 --- a/clients/client-imagebuilder/src/commands/CreateInfrastructureConfigurationCommand.ts +++ b/clients/client-imagebuilder/src/commands/CreateInfrastructureConfigurationCommand.ts @@ -147,9 +147,6 @@ export class CreateInfrastructureConfigurationCommand extends $Command< CreateInfrastructureConfigurationCommandOutput, ImagebuilderClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -163,9 +160,7 @@ export class CreateInfrastructureConfigurationCommand extends $Command< * @public */ constructor(readonly input: CreateInfrastructureConfigurationCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -224,7 +219,4 @@ export class CreateInfrastructureConfigurationCommand extends $Command< ): Promise { return de_CreateInfrastructureConfigurationCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-imagebuilder/src/commands/DeleteComponentCommand.ts b/clients/client-imagebuilder/src/commands/DeleteComponentCommand.ts index 27155fa1de79..6916a222a0cf 100644 --- a/clients/client-imagebuilder/src/commands/DeleteComponentCommand.ts +++ b/clients/client-imagebuilder/src/commands/DeleteComponentCommand.ts @@ -96,9 +96,6 @@ export class DeleteComponentCommand extends $Command< DeleteComponentCommandOutput, ImagebuilderClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -112,9 +109,7 @@ export class DeleteComponentCommand extends $Command< * @public */ constructor(readonly input: DeleteComponentCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -167,7 +162,4 @@ export class DeleteComponentCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteComponentCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-imagebuilder/src/commands/DeleteContainerRecipeCommand.ts b/clients/client-imagebuilder/src/commands/DeleteContainerRecipeCommand.ts index 160f1986a806..9e621e7658d6 100644 --- a/clients/client-imagebuilder/src/commands/DeleteContainerRecipeCommand.ts +++ b/clients/client-imagebuilder/src/commands/DeleteContainerRecipeCommand.ts @@ -96,9 +96,6 @@ export class DeleteContainerRecipeCommand extends $Command< DeleteContainerRecipeCommandOutput, ImagebuilderClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -112,9 +109,7 @@ export class DeleteContainerRecipeCommand extends $Command< * @public */ constructor(readonly input: DeleteContainerRecipeCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -167,7 +162,4 @@ export class DeleteContainerRecipeCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteContainerRecipeCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-imagebuilder/src/commands/DeleteDistributionConfigurationCommand.ts b/clients/client-imagebuilder/src/commands/DeleteDistributionConfigurationCommand.ts index b1420f185afe..f8361bac6462 100644 --- a/clients/client-imagebuilder/src/commands/DeleteDistributionConfigurationCommand.ts +++ b/clients/client-imagebuilder/src/commands/DeleteDistributionConfigurationCommand.ts @@ -101,9 +101,6 @@ export class DeleteDistributionConfigurationCommand extends $Command< DeleteDistributionConfigurationCommandOutput, ImagebuilderClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -117,9 +114,7 @@ export class DeleteDistributionConfigurationCommand extends $Command< * @public */ constructor(readonly input: DeleteDistributionConfigurationCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -178,7 +173,4 @@ export class DeleteDistributionConfigurationCommand extends $Command< ): Promise { return de_DeleteDistributionConfigurationCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-imagebuilder/src/commands/DeleteImageCommand.ts b/clients/client-imagebuilder/src/commands/DeleteImageCommand.ts index 809cd5db032d..5f7aaf682e0b 100644 --- a/clients/client-imagebuilder/src/commands/DeleteImageCommand.ts +++ b/clients/client-imagebuilder/src/commands/DeleteImageCommand.ts @@ -117,9 +117,6 @@ export class DeleteImageCommand extends $Command< DeleteImageCommandOutput, ImagebuilderClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -133,9 +130,7 @@ export class DeleteImageCommand extends $Command< * @public */ constructor(readonly input: DeleteImageCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -186,7 +181,4 @@ export class DeleteImageCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteImageCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-imagebuilder/src/commands/DeleteImagePipelineCommand.ts b/clients/client-imagebuilder/src/commands/DeleteImagePipelineCommand.ts index de01467a5277..21d7e20d916e 100644 --- a/clients/client-imagebuilder/src/commands/DeleteImagePipelineCommand.ts +++ b/clients/client-imagebuilder/src/commands/DeleteImagePipelineCommand.ts @@ -96,9 +96,6 @@ export class DeleteImagePipelineCommand extends $Command< DeleteImagePipelineCommandOutput, ImagebuilderClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -112,9 +109,7 @@ export class DeleteImagePipelineCommand extends $Command< * @public */ constructor(readonly input: DeleteImagePipelineCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -167,7 +162,4 @@ export class DeleteImagePipelineCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteImagePipelineCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-imagebuilder/src/commands/DeleteImageRecipeCommand.ts b/clients/client-imagebuilder/src/commands/DeleteImageRecipeCommand.ts index 00d3b290773b..dfc86e2cc752 100644 --- a/clients/client-imagebuilder/src/commands/DeleteImageRecipeCommand.ts +++ b/clients/client-imagebuilder/src/commands/DeleteImageRecipeCommand.ts @@ -96,9 +96,6 @@ export class DeleteImageRecipeCommand extends $Command< DeleteImageRecipeCommandOutput, ImagebuilderClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -112,9 +109,7 @@ export class DeleteImageRecipeCommand extends $Command< * @public */ constructor(readonly input: DeleteImageRecipeCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -167,7 +162,4 @@ export class DeleteImageRecipeCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteImageRecipeCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-imagebuilder/src/commands/DeleteInfrastructureConfigurationCommand.ts b/clients/client-imagebuilder/src/commands/DeleteInfrastructureConfigurationCommand.ts index 78f42e789012..99663874f7f9 100644 --- a/clients/client-imagebuilder/src/commands/DeleteInfrastructureConfigurationCommand.ts +++ b/clients/client-imagebuilder/src/commands/DeleteInfrastructureConfigurationCommand.ts @@ -104,9 +104,6 @@ export class DeleteInfrastructureConfigurationCommand extends $Command< DeleteInfrastructureConfigurationCommandOutput, ImagebuilderClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -120,9 +117,7 @@ export class DeleteInfrastructureConfigurationCommand extends $Command< * @public */ constructor(readonly input: DeleteInfrastructureConfigurationCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -181,7 +176,4 @@ export class DeleteInfrastructureConfigurationCommand extends $Command< ): Promise { return de_DeleteInfrastructureConfigurationCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-imagebuilder/src/commands/GetComponentCommand.ts b/clients/client-imagebuilder/src/commands/GetComponentCommand.ts index 74a63b14a5a0..745deac77c8e 100644 --- a/clients/client-imagebuilder/src/commands/GetComponentCommand.ts +++ b/clients/client-imagebuilder/src/commands/GetComponentCommand.ts @@ -127,9 +127,6 @@ export class GetComponentCommand extends $Command< GetComponentCommandOutput, ImagebuilderClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -143,9 +140,7 @@ export class GetComponentCommand extends $Command< * @public */ constructor(readonly input: GetComponentCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -196,7 +191,4 @@ export class GetComponentCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetComponentCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-imagebuilder/src/commands/GetComponentPolicyCommand.ts b/clients/client-imagebuilder/src/commands/GetComponentPolicyCommand.ts index 30f53568c1e5..25ceee48d52b 100644 --- a/clients/client-imagebuilder/src/commands/GetComponentPolicyCommand.ts +++ b/clients/client-imagebuilder/src/commands/GetComponentPolicyCommand.ts @@ -90,9 +90,6 @@ export class GetComponentPolicyCommand extends $Command< GetComponentPolicyCommandOutput, ImagebuilderClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -106,9 +103,7 @@ export class GetComponentPolicyCommand extends $Command< * @public */ constructor(readonly input: GetComponentPolicyCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -161,7 +156,4 @@ export class GetComponentPolicyCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetComponentPolicyCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-imagebuilder/src/commands/GetContainerRecipeCommand.ts b/clients/client-imagebuilder/src/commands/GetContainerRecipeCommand.ts index db65588c841a..eca2c5066243 100644 --- a/clients/client-imagebuilder/src/commands/GetContainerRecipeCommand.ts +++ b/clients/client-imagebuilder/src/commands/GetContainerRecipeCommand.ts @@ -146,9 +146,6 @@ export class GetContainerRecipeCommand extends $Command< GetContainerRecipeCommandOutput, ImagebuilderClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -162,9 +159,7 @@ export class GetContainerRecipeCommand extends $Command< * @public */ constructor(readonly input: GetContainerRecipeCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -217,7 +212,4 @@ export class GetContainerRecipeCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetContainerRecipeCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-imagebuilder/src/commands/GetContainerRecipePolicyCommand.ts b/clients/client-imagebuilder/src/commands/GetContainerRecipePolicyCommand.ts index 5aa786ede408..6142073ac377 100644 --- a/clients/client-imagebuilder/src/commands/GetContainerRecipePolicyCommand.ts +++ b/clients/client-imagebuilder/src/commands/GetContainerRecipePolicyCommand.ts @@ -90,9 +90,6 @@ export class GetContainerRecipePolicyCommand extends $Command< GetContainerRecipePolicyCommandOutput, ImagebuilderClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -106,9 +103,7 @@ export class GetContainerRecipePolicyCommand extends $Command< * @public */ constructor(readonly input: GetContainerRecipePolicyCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -161,7 +156,4 @@ export class GetContainerRecipePolicyCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetContainerRecipePolicyCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-imagebuilder/src/commands/GetDistributionConfigurationCommand.ts b/clients/client-imagebuilder/src/commands/GetDistributionConfigurationCommand.ts index ee3e78a218dc..2eb6d35e497e 100644 --- a/clients/client-imagebuilder/src/commands/GetDistributionConfigurationCommand.ts +++ b/clients/client-imagebuilder/src/commands/GetDistributionConfigurationCommand.ts @@ -178,9 +178,6 @@ export class GetDistributionConfigurationCommand extends $Command< GetDistributionConfigurationCommandOutput, ImagebuilderClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -194,9 +191,7 @@ export class GetDistributionConfigurationCommand extends $Command< * @public */ constructor(readonly input: GetDistributionConfigurationCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -252,7 +247,4 @@ export class GetDistributionConfigurationCommand extends $Command< ): Promise { return de_GetDistributionConfigurationCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-imagebuilder/src/commands/GetImageCommand.ts b/clients/client-imagebuilder/src/commands/GetImageCommand.ts index 2f3df69ede90..c8b079530056 100644 --- a/clients/client-imagebuilder/src/commands/GetImageCommand.ts +++ b/clients/client-imagebuilder/src/commands/GetImageCommand.ts @@ -368,9 +368,6 @@ export class GetImageCommand extends $Command< GetImageCommandOutput, ImagebuilderClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -384,9 +381,7 @@ export class GetImageCommand extends $Command< * @public */ constructor(readonly input: GetImageCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -437,7 +432,4 @@ export class GetImageCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetImageCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-imagebuilder/src/commands/GetImagePipelineCommand.ts b/clients/client-imagebuilder/src/commands/GetImagePipelineCommand.ts index 9ed881f1a9d8..91fd5c1ed140 100644 --- a/clients/client-imagebuilder/src/commands/GetImagePipelineCommand.ts +++ b/clients/client-imagebuilder/src/commands/GetImagePipelineCommand.ts @@ -128,9 +128,6 @@ export class GetImagePipelineCommand extends $Command< GetImagePipelineCommandOutput, ImagebuilderClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -144,9 +141,7 @@ export class GetImagePipelineCommand extends $Command< * @public */ constructor(readonly input: GetImagePipelineCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -199,7 +194,4 @@ export class GetImagePipelineCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetImagePipelineCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-imagebuilder/src/commands/GetImagePolicyCommand.ts b/clients/client-imagebuilder/src/commands/GetImagePolicyCommand.ts index 16acd727a8ce..068257bd6576 100644 --- a/clients/client-imagebuilder/src/commands/GetImagePolicyCommand.ts +++ b/clients/client-imagebuilder/src/commands/GetImagePolicyCommand.ts @@ -90,9 +90,6 @@ export class GetImagePolicyCommand extends $Command< GetImagePolicyCommandOutput, ImagebuilderClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -106,9 +103,7 @@ export class GetImagePolicyCommand extends $Command< * @public */ constructor(readonly input: GetImagePolicyCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -161,7 +156,4 @@ export class GetImagePolicyCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetImagePolicyCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-imagebuilder/src/commands/GetImageRecipeCommand.ts b/clients/client-imagebuilder/src/commands/GetImageRecipeCommand.ts index 5fa79671e454..0847300157a8 100644 --- a/clients/client-imagebuilder/src/commands/GetImageRecipeCommand.ts +++ b/clients/client-imagebuilder/src/commands/GetImageRecipeCommand.ts @@ -142,9 +142,6 @@ export class GetImageRecipeCommand extends $Command< GetImageRecipeCommandOutput, ImagebuilderClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -158,9 +155,7 @@ export class GetImageRecipeCommand extends $Command< * @public */ constructor(readonly input: GetImageRecipeCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -213,7 +208,4 @@ export class GetImageRecipeCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetImageRecipeCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-imagebuilder/src/commands/GetImageRecipePolicyCommand.ts b/clients/client-imagebuilder/src/commands/GetImageRecipePolicyCommand.ts index 3bcf92df18a8..e38cc0119e55 100644 --- a/clients/client-imagebuilder/src/commands/GetImageRecipePolicyCommand.ts +++ b/clients/client-imagebuilder/src/commands/GetImageRecipePolicyCommand.ts @@ -90,9 +90,6 @@ export class GetImageRecipePolicyCommand extends $Command< GetImageRecipePolicyCommandOutput, ImagebuilderClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -106,9 +103,7 @@ export class GetImageRecipePolicyCommand extends $Command< * @public */ constructor(readonly input: GetImageRecipePolicyCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -161,7 +156,4 @@ export class GetImageRecipePolicyCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetImageRecipePolicyCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-imagebuilder/src/commands/GetInfrastructureConfigurationCommand.ts b/clients/client-imagebuilder/src/commands/GetInfrastructureConfigurationCommand.ts index f3e06f8646af..fbce7f2c5a83 100644 --- a/clients/client-imagebuilder/src/commands/GetInfrastructureConfigurationCommand.ts +++ b/clients/client-imagebuilder/src/commands/GetInfrastructureConfigurationCommand.ts @@ -130,9 +130,6 @@ export class GetInfrastructureConfigurationCommand extends $Command< GetInfrastructureConfigurationCommandOutput, ImagebuilderClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -146,9 +143,7 @@ export class GetInfrastructureConfigurationCommand extends $Command< * @public */ constructor(readonly input: GetInfrastructureConfigurationCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -207,7 +202,4 @@ export class GetInfrastructureConfigurationCommand extends $Command< ): Promise { return de_GetInfrastructureConfigurationCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-imagebuilder/src/commands/GetWorkflowExecutionCommand.ts b/clients/client-imagebuilder/src/commands/GetWorkflowExecutionCommand.ts index 03d064ca11e2..f46d1c0085c7 100644 --- a/clients/client-imagebuilder/src/commands/GetWorkflowExecutionCommand.ts +++ b/clients/client-imagebuilder/src/commands/GetWorkflowExecutionCommand.ts @@ -104,9 +104,6 @@ export class GetWorkflowExecutionCommand extends $Command< GetWorkflowExecutionCommandOutput, ImagebuilderClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -120,9 +117,7 @@ export class GetWorkflowExecutionCommand extends $Command< * @public */ constructor(readonly input: GetWorkflowExecutionCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -175,7 +170,4 @@ export class GetWorkflowExecutionCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetWorkflowExecutionCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-imagebuilder/src/commands/GetWorkflowStepExecutionCommand.ts b/clients/client-imagebuilder/src/commands/GetWorkflowStepExecutionCommand.ts index bf3d53c18f8d..761aa1901a6a 100644 --- a/clients/client-imagebuilder/src/commands/GetWorkflowStepExecutionCommand.ts +++ b/clients/client-imagebuilder/src/commands/GetWorkflowStepExecutionCommand.ts @@ -108,9 +108,6 @@ export class GetWorkflowStepExecutionCommand extends $Command< GetWorkflowStepExecutionCommandOutput, ImagebuilderClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -124,9 +121,7 @@ export class GetWorkflowStepExecutionCommand extends $Command< * @public */ constructor(readonly input: GetWorkflowStepExecutionCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -179,7 +174,4 @@ export class GetWorkflowStepExecutionCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetWorkflowStepExecutionCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-imagebuilder/src/commands/ImportComponentCommand.ts b/clients/client-imagebuilder/src/commands/ImportComponentCommand.ts index 971bba1976ea..3eb49e86374a 100644 --- a/clients/client-imagebuilder/src/commands/ImportComponentCommand.ts +++ b/clients/client-imagebuilder/src/commands/ImportComponentCommand.ts @@ -121,9 +121,6 @@ export class ImportComponentCommand extends $Command< ImportComponentCommandOutput, ImagebuilderClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -137,9 +134,7 @@ export class ImportComponentCommand extends $Command< * @public */ constructor(readonly input: ImportComponentCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -192,7 +187,4 @@ export class ImportComponentCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ImportComponentCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-imagebuilder/src/commands/ImportVmImageCommand.ts b/clients/client-imagebuilder/src/commands/ImportVmImageCommand.ts index 1b04eda5fb8d..dc9451363e84 100644 --- a/clients/client-imagebuilder/src/commands/ImportVmImageCommand.ts +++ b/clients/client-imagebuilder/src/commands/ImportVmImageCommand.ts @@ -100,9 +100,6 @@ export class ImportVmImageCommand extends $Command< ImportVmImageCommandOutput, ImagebuilderClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -116,9 +113,7 @@ export class ImportVmImageCommand extends $Command< * @public */ constructor(readonly input: ImportVmImageCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -169,7 +164,4 @@ export class ImportVmImageCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ImportVmImageCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-imagebuilder/src/commands/ListComponentBuildVersionsCommand.ts b/clients/client-imagebuilder/src/commands/ListComponentBuildVersionsCommand.ts index b0afff361062..d85b53fbbc3b 100644 --- a/clients/client-imagebuilder/src/commands/ListComponentBuildVersionsCommand.ts +++ b/clients/client-imagebuilder/src/commands/ListComponentBuildVersionsCommand.ts @@ -132,9 +132,6 @@ export class ListComponentBuildVersionsCommand extends $Command< ListComponentBuildVersionsCommandOutput, ImagebuilderClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -148,9 +145,7 @@ export class ListComponentBuildVersionsCommand extends $Command< * @public */ constructor(readonly input: ListComponentBuildVersionsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -206,7 +201,4 @@ export class ListComponentBuildVersionsCommand extends $Command< ): Promise { return de_ListComponentBuildVersionsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-imagebuilder/src/commands/ListComponentsCommand.ts b/clients/client-imagebuilder/src/commands/ListComponentsCommand.ts index b0ba9d04adb6..b24d911dff0d 100644 --- a/clients/client-imagebuilder/src/commands/ListComponentsCommand.ts +++ b/clients/client-imagebuilder/src/commands/ListComponentsCommand.ts @@ -132,9 +132,6 @@ export class ListComponentsCommand extends $Command< ListComponentsCommandOutput, ImagebuilderClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -148,9 +145,7 @@ export class ListComponentsCommand extends $Command< * @public */ constructor(readonly input: ListComponentsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -203,7 +198,4 @@ export class ListComponentsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListComponentsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-imagebuilder/src/commands/ListContainerRecipesCommand.ts b/clients/client-imagebuilder/src/commands/ListContainerRecipesCommand.ts index 2cfc959c0ceb..e2dd1475c0d4 100644 --- a/clients/client-imagebuilder/src/commands/ListContainerRecipesCommand.ts +++ b/clients/client-imagebuilder/src/commands/ListContainerRecipesCommand.ts @@ -119,9 +119,6 @@ export class ListContainerRecipesCommand extends $Command< ListContainerRecipesCommandOutput, ImagebuilderClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -135,9 +132,7 @@ export class ListContainerRecipesCommand extends $Command< * @public */ constructor(readonly input: ListContainerRecipesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -190,7 +185,4 @@ export class ListContainerRecipesCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListContainerRecipesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-imagebuilder/src/commands/ListDistributionConfigurationsCommand.ts b/clients/client-imagebuilder/src/commands/ListDistributionConfigurationsCommand.ts index 6f6ba9fba893..04c2662d8d3d 100644 --- a/clients/client-imagebuilder/src/commands/ListDistributionConfigurationsCommand.ts +++ b/clients/client-imagebuilder/src/commands/ListDistributionConfigurationsCommand.ts @@ -124,9 +124,6 @@ export class ListDistributionConfigurationsCommand extends $Command< ListDistributionConfigurationsCommandOutput, ImagebuilderClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -140,9 +137,7 @@ export class ListDistributionConfigurationsCommand extends $Command< * @public */ constructor(readonly input: ListDistributionConfigurationsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -201,7 +196,4 @@ export class ListDistributionConfigurationsCommand extends $Command< ): Promise { return de_ListDistributionConfigurationsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-imagebuilder/src/commands/ListImageBuildVersionsCommand.ts b/clients/client-imagebuilder/src/commands/ListImageBuildVersionsCommand.ts index 7ce5e86a0ab3..1785957c00bf 100644 --- a/clients/client-imagebuilder/src/commands/ListImageBuildVersionsCommand.ts +++ b/clients/client-imagebuilder/src/commands/ListImageBuildVersionsCommand.ts @@ -149,9 +149,6 @@ export class ListImageBuildVersionsCommand extends $Command< ListImageBuildVersionsCommandOutput, ImagebuilderClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -165,9 +162,7 @@ export class ListImageBuildVersionsCommand extends $Command< * @public */ constructor(readonly input: ListImageBuildVersionsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -220,7 +215,4 @@ export class ListImageBuildVersionsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListImageBuildVersionsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-imagebuilder/src/commands/ListImagePackagesCommand.ts b/clients/client-imagebuilder/src/commands/ListImagePackagesCommand.ts index f669d4840020..8c2c89964211 100644 --- a/clients/client-imagebuilder/src/commands/ListImagePackagesCommand.ts +++ b/clients/client-imagebuilder/src/commands/ListImagePackagesCommand.ts @@ -107,9 +107,6 @@ export class ListImagePackagesCommand extends $Command< ListImagePackagesCommandOutput, ImagebuilderClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -123,9 +120,7 @@ export class ListImagePackagesCommand extends $Command< * @public */ constructor(readonly input: ListImagePackagesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -178,7 +173,4 @@ export class ListImagePackagesCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListImagePackagesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-imagebuilder/src/commands/ListImagePipelineImagesCommand.ts b/clients/client-imagebuilder/src/commands/ListImagePipelineImagesCommand.ts index 8e5fff3261d4..0fcb8e2f5185 100644 --- a/clients/client-imagebuilder/src/commands/ListImagePipelineImagesCommand.ts +++ b/clients/client-imagebuilder/src/commands/ListImagePipelineImagesCommand.ts @@ -152,9 +152,6 @@ export class ListImagePipelineImagesCommand extends $Command< ListImagePipelineImagesCommandOutput, ImagebuilderClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -168,9 +165,7 @@ export class ListImagePipelineImagesCommand extends $Command< * @public */ constructor(readonly input: ListImagePipelineImagesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -223,7 +218,4 @@ export class ListImagePipelineImagesCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListImagePipelineImagesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-imagebuilder/src/commands/ListImagePipelinesCommand.ts b/clients/client-imagebuilder/src/commands/ListImagePipelinesCommand.ts index d108eddb2574..c46b92761878 100644 --- a/clients/client-imagebuilder/src/commands/ListImagePipelinesCommand.ts +++ b/clients/client-imagebuilder/src/commands/ListImagePipelinesCommand.ts @@ -143,9 +143,6 @@ export class ListImagePipelinesCommand extends $Command< ListImagePipelinesCommandOutput, ImagebuilderClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -159,9 +156,7 @@ export class ListImagePipelinesCommand extends $Command< * @public */ constructor(readonly input: ListImagePipelinesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -214,7 +209,4 @@ export class ListImagePipelinesCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListImagePipelinesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-imagebuilder/src/commands/ListImageRecipesCommand.ts b/clients/client-imagebuilder/src/commands/ListImageRecipesCommand.ts index 035ba831cd7d..694c4f3ed62e 100644 --- a/clients/client-imagebuilder/src/commands/ListImageRecipesCommand.ts +++ b/clients/client-imagebuilder/src/commands/ListImageRecipesCommand.ts @@ -118,9 +118,6 @@ export class ListImageRecipesCommand extends $Command< ListImageRecipesCommandOutput, ImagebuilderClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -134,9 +131,7 @@ export class ListImageRecipesCommand extends $Command< * @public */ constructor(readonly input: ListImageRecipesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -189,7 +184,4 @@ export class ListImageRecipesCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListImageRecipesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-imagebuilder/src/commands/ListImageScanFindingAggregationsCommand.ts b/clients/client-imagebuilder/src/commands/ListImageScanFindingAggregationsCommand.ts index 7c2ba114b11b..7fbef96d24e3 100644 --- a/clients/client-imagebuilder/src/commands/ListImageScanFindingAggregationsCommand.ts +++ b/clients/client-imagebuilder/src/commands/ListImageScanFindingAggregationsCommand.ts @@ -174,9 +174,6 @@ export class ListImageScanFindingAggregationsCommand extends $Command< ListImageScanFindingAggregationsCommandOutput, ImagebuilderClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -190,9 +187,7 @@ export class ListImageScanFindingAggregationsCommand extends $Command< * @public */ constructor(readonly input: ListImageScanFindingAggregationsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -251,7 +246,4 @@ export class ListImageScanFindingAggregationsCommand extends $Command< ): Promise { return de_ListImageScanFindingAggregationsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-imagebuilder/src/commands/ListImageScanFindingsCommand.ts b/clients/client-imagebuilder/src/commands/ListImageScanFindingsCommand.ts index 34fa53b25d0a..1bcce3d34216 100644 --- a/clients/client-imagebuilder/src/commands/ListImageScanFindingsCommand.ts +++ b/clients/client-imagebuilder/src/commands/ListImageScanFindingsCommand.ts @@ -176,9 +176,6 @@ export class ListImageScanFindingsCommand extends $Command< ListImageScanFindingsCommandOutput, ImagebuilderClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -192,9 +189,7 @@ export class ListImageScanFindingsCommand extends $Command< * @public */ constructor(readonly input: ListImageScanFindingsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -247,7 +242,4 @@ export class ListImageScanFindingsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListImageScanFindingsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-imagebuilder/src/commands/ListImagesCommand.ts b/clients/client-imagebuilder/src/commands/ListImagesCommand.ts index ca12696a8c53..885c47eb8b57 100644 --- a/clients/client-imagebuilder/src/commands/ListImagesCommand.ts +++ b/clients/client-imagebuilder/src/commands/ListImagesCommand.ts @@ -122,9 +122,6 @@ export class ListImagesCommand extends $Command< ListImagesCommandOutput, ImagebuilderClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -138,9 +135,7 @@ export class ListImagesCommand extends $Command< * @public */ constructor(readonly input: ListImagesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -191,7 +186,4 @@ export class ListImagesCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListImagesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-imagebuilder/src/commands/ListInfrastructureConfigurationsCommand.ts b/clients/client-imagebuilder/src/commands/ListInfrastructureConfigurationsCommand.ts index 653bdea641bc..171bd9b384ac 100644 --- a/clients/client-imagebuilder/src/commands/ListInfrastructureConfigurationsCommand.ts +++ b/clients/client-imagebuilder/src/commands/ListInfrastructureConfigurationsCommand.ts @@ -128,9 +128,6 @@ export class ListInfrastructureConfigurationsCommand extends $Command< ListInfrastructureConfigurationsCommandOutput, ImagebuilderClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -144,9 +141,7 @@ export class ListInfrastructureConfigurationsCommand extends $Command< * @public */ constructor(readonly input: ListInfrastructureConfigurationsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -205,7 +200,4 @@ export class ListInfrastructureConfigurationsCommand extends $Command< ): Promise { return de_ListInfrastructureConfigurationsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-imagebuilder/src/commands/ListTagsForResourceCommand.ts b/clients/client-imagebuilder/src/commands/ListTagsForResourceCommand.ts index 5b2a1e04730b..8f89959c265a 100644 --- a/clients/client-imagebuilder/src/commands/ListTagsForResourceCommand.ts +++ b/clients/client-imagebuilder/src/commands/ListTagsForResourceCommand.ts @@ -83,9 +83,6 @@ export class ListTagsForResourceCommand extends $Command< ListTagsForResourceCommandOutput, ImagebuilderClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -99,9 +96,7 @@ export class ListTagsForResourceCommand extends $Command< * @public */ constructor(readonly input: ListTagsForResourceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -154,7 +149,4 @@ export class ListTagsForResourceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListTagsForResourceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-imagebuilder/src/commands/ListWorkflowExecutionsCommand.ts b/clients/client-imagebuilder/src/commands/ListWorkflowExecutionsCommand.ts index 28a38f10107e..add7ac8db91a 100644 --- a/clients/client-imagebuilder/src/commands/ListWorkflowExecutionsCommand.ts +++ b/clients/client-imagebuilder/src/commands/ListWorkflowExecutionsCommand.ts @@ -115,9 +115,6 @@ export class ListWorkflowExecutionsCommand extends $Command< ListWorkflowExecutionsCommandOutput, ImagebuilderClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -131,9 +128,7 @@ export class ListWorkflowExecutionsCommand extends $Command< * @public */ constructor(readonly input: ListWorkflowExecutionsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -186,7 +181,4 @@ export class ListWorkflowExecutionsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListWorkflowExecutionsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-imagebuilder/src/commands/ListWorkflowStepExecutionsCommand.ts b/clients/client-imagebuilder/src/commands/ListWorkflowStepExecutionsCommand.ts index 3e541f3a53eb..76cc68886667 100644 --- a/clients/client-imagebuilder/src/commands/ListWorkflowStepExecutionsCommand.ts +++ b/clients/client-imagebuilder/src/commands/ListWorkflowStepExecutionsCommand.ts @@ -117,9 +117,6 @@ export class ListWorkflowStepExecutionsCommand extends $Command< ListWorkflowStepExecutionsCommandOutput, ImagebuilderClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -133,9 +130,7 @@ export class ListWorkflowStepExecutionsCommand extends $Command< * @public */ constructor(readonly input: ListWorkflowStepExecutionsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -191,7 +186,4 @@ export class ListWorkflowStepExecutionsCommand extends $Command< ): Promise { return de_ListWorkflowStepExecutionsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-imagebuilder/src/commands/PutComponentPolicyCommand.ts b/clients/client-imagebuilder/src/commands/PutComponentPolicyCommand.ts index 6b6119ff4b58..8c148afe80aa 100644 --- a/clients/client-imagebuilder/src/commands/PutComponentPolicyCommand.ts +++ b/clients/client-imagebuilder/src/commands/PutComponentPolicyCommand.ts @@ -101,9 +101,6 @@ export class PutComponentPolicyCommand extends $Command< PutComponentPolicyCommandOutput, ImagebuilderClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -117,9 +114,7 @@ export class PutComponentPolicyCommand extends $Command< * @public */ constructor(readonly input: PutComponentPolicyCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -172,7 +167,4 @@ export class PutComponentPolicyCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_PutComponentPolicyCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-imagebuilder/src/commands/PutContainerRecipePolicyCommand.ts b/clients/client-imagebuilder/src/commands/PutContainerRecipePolicyCommand.ts index 50638c8cd407..23009b9a17df 100644 --- a/clients/client-imagebuilder/src/commands/PutContainerRecipePolicyCommand.ts +++ b/clients/client-imagebuilder/src/commands/PutContainerRecipePolicyCommand.ts @@ -106,9 +106,6 @@ export class PutContainerRecipePolicyCommand extends $Command< PutContainerRecipePolicyCommandOutput, ImagebuilderClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -122,9 +119,7 @@ export class PutContainerRecipePolicyCommand extends $Command< * @public */ constructor(readonly input: PutContainerRecipePolicyCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -177,7 +172,4 @@ export class PutContainerRecipePolicyCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_PutContainerRecipePolicyCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-imagebuilder/src/commands/PutImagePolicyCommand.ts b/clients/client-imagebuilder/src/commands/PutImagePolicyCommand.ts index 6eea93d10992..92f8adc24d0a 100644 --- a/clients/client-imagebuilder/src/commands/PutImagePolicyCommand.ts +++ b/clients/client-imagebuilder/src/commands/PutImagePolicyCommand.ts @@ -101,9 +101,6 @@ export class PutImagePolicyCommand extends $Command< PutImagePolicyCommandOutput, ImagebuilderClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -117,9 +114,7 @@ export class PutImagePolicyCommand extends $Command< * @public */ constructor(readonly input: PutImagePolicyCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -172,7 +167,4 @@ export class PutImagePolicyCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_PutImagePolicyCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-imagebuilder/src/commands/PutImageRecipePolicyCommand.ts b/clients/client-imagebuilder/src/commands/PutImageRecipePolicyCommand.ts index a90168890d4d..75952e2202e1 100644 --- a/clients/client-imagebuilder/src/commands/PutImageRecipePolicyCommand.ts +++ b/clients/client-imagebuilder/src/commands/PutImageRecipePolicyCommand.ts @@ -101,9 +101,6 @@ export class PutImageRecipePolicyCommand extends $Command< PutImageRecipePolicyCommandOutput, ImagebuilderClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -117,9 +114,7 @@ export class PutImageRecipePolicyCommand extends $Command< * @public */ constructor(readonly input: PutImageRecipePolicyCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -172,7 +167,4 @@ export class PutImageRecipePolicyCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_PutImageRecipePolicyCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-imagebuilder/src/commands/StartImagePipelineExecutionCommand.ts b/clients/client-imagebuilder/src/commands/StartImagePipelineExecutionCommand.ts index dda24eaa6cd8..d5cba6589820 100644 --- a/clients/client-imagebuilder/src/commands/StartImagePipelineExecutionCommand.ts +++ b/clients/client-imagebuilder/src/commands/StartImagePipelineExecutionCommand.ts @@ -110,9 +110,6 @@ export class StartImagePipelineExecutionCommand extends $Command< StartImagePipelineExecutionCommandOutput, ImagebuilderClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -126,9 +123,7 @@ export class StartImagePipelineExecutionCommand extends $Command< * @public */ constructor(readonly input: StartImagePipelineExecutionCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -184,7 +179,4 @@ export class StartImagePipelineExecutionCommand extends $Command< ): Promise { return de_StartImagePipelineExecutionCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-imagebuilder/src/commands/TagResourceCommand.ts b/clients/client-imagebuilder/src/commands/TagResourceCommand.ts index 6dd51110d791..6812d389e254 100644 --- a/clients/client-imagebuilder/src/commands/TagResourceCommand.ts +++ b/clients/client-imagebuilder/src/commands/TagResourceCommand.ts @@ -82,9 +82,6 @@ export class TagResourceCommand extends $Command< TagResourceCommandOutput, ImagebuilderClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -98,9 +95,7 @@ export class TagResourceCommand extends $Command< * @public */ constructor(readonly input: TagResourceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -151,7 +146,4 @@ export class TagResourceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_TagResourceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-imagebuilder/src/commands/UntagResourceCommand.ts b/clients/client-imagebuilder/src/commands/UntagResourceCommand.ts index 68aca6266eb1..064c9e2b4d3f 100644 --- a/clients/client-imagebuilder/src/commands/UntagResourceCommand.ts +++ b/clients/client-imagebuilder/src/commands/UntagResourceCommand.ts @@ -82,9 +82,6 @@ export class UntagResourceCommand extends $Command< UntagResourceCommandOutput, ImagebuilderClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -98,9 +95,7 @@ export class UntagResourceCommand extends $Command< * @public */ constructor(readonly input: UntagResourceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -151,7 +146,4 @@ export class UntagResourceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UntagResourceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-imagebuilder/src/commands/UpdateDistributionConfigurationCommand.ts b/clients/client-imagebuilder/src/commands/UpdateDistributionConfigurationCommand.ts index 91fef3083919..79c758b9e590 100644 --- a/clients/client-imagebuilder/src/commands/UpdateDistributionConfigurationCommand.ts +++ b/clients/client-imagebuilder/src/commands/UpdateDistributionConfigurationCommand.ts @@ -184,9 +184,6 @@ export class UpdateDistributionConfigurationCommand extends $Command< UpdateDistributionConfigurationCommandOutput, ImagebuilderClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -200,9 +197,7 @@ export class UpdateDistributionConfigurationCommand extends $Command< * @public */ constructor(readonly input: UpdateDistributionConfigurationCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -261,7 +256,4 @@ export class UpdateDistributionConfigurationCommand extends $Command< ): Promise { return de_UpdateDistributionConfigurationCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-imagebuilder/src/commands/UpdateImagePipelineCommand.ts b/clients/client-imagebuilder/src/commands/UpdateImagePipelineCommand.ts index 250719ecd88a..90c5c406b1c7 100644 --- a/clients/client-imagebuilder/src/commands/UpdateImagePipelineCommand.ts +++ b/clients/client-imagebuilder/src/commands/UpdateImagePipelineCommand.ts @@ -133,9 +133,6 @@ export class UpdateImagePipelineCommand extends $Command< UpdateImagePipelineCommandOutput, ImagebuilderClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -149,9 +146,7 @@ export class UpdateImagePipelineCommand extends $Command< * @public */ constructor(readonly input: UpdateImagePipelineCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -204,7 +199,4 @@ export class UpdateImagePipelineCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdateImagePipelineCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-imagebuilder/src/commands/UpdateInfrastructureConfigurationCommand.ts b/clients/client-imagebuilder/src/commands/UpdateInfrastructureConfigurationCommand.ts index 815b02ddf27d..269211f9236c 100644 --- a/clients/client-imagebuilder/src/commands/UpdateInfrastructureConfigurationCommand.ts +++ b/clients/client-imagebuilder/src/commands/UpdateInfrastructureConfigurationCommand.ts @@ -136,9 +136,6 @@ export class UpdateInfrastructureConfigurationCommand extends $Command< UpdateInfrastructureConfigurationCommandOutput, ImagebuilderClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -152,9 +149,7 @@ export class UpdateInfrastructureConfigurationCommand extends $Command< * @public */ constructor(readonly input: UpdateInfrastructureConfigurationCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -213,7 +208,4 @@ export class UpdateInfrastructureConfigurationCommand extends $Command< ): Promise { return de_UpdateInfrastructureConfigurationCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-inspector/package.json b/clients/client-inspector/package.json index 49e32c16d499..06056126624f 100644 --- a/clients/client-inspector/package.json +++ b/clients/client-inspector/package.json @@ -34,29 +34,29 @@ "@aws-sdk/util-endpoints": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@smithy/config-resolver": "^2.0.16", - "@smithy/fetch-http-handler": "^2.2.4", - "@smithy/hash-node": "^2.0.12", - "@smithy/invalid-dependency": "^2.0.12", - "@smithy/middleware-content-length": "^2.0.14", - "@smithy/middleware-endpoint": "^2.1.3", - "@smithy/middleware-retry": "^2.0.18", - "@smithy/middleware-serde": "^2.0.12", - "@smithy/middleware-stack": "^2.0.6", - "@smithy/node-config-provider": "^2.1.3", - "@smithy/node-http-handler": "^2.1.8", - "@smithy/protocol-http": "^3.0.8", - "@smithy/smithy-client": "^2.1.12", - "@smithy/types": "^2.4.0", - "@smithy/url-parser": "^2.0.12", - "@smithy/util-base64": "^2.0.0", + "@smithy/config-resolver": "^2.0.18", + "@smithy/fetch-http-handler": "^2.2.6", + "@smithy/hash-node": "^2.0.15", + "@smithy/invalid-dependency": "^2.0.13", + "@smithy/middleware-content-length": "^2.0.15", + "@smithy/middleware-endpoint": "^2.2.0", + "@smithy/middleware-retry": "^2.0.20", + "@smithy/middleware-serde": "^2.0.13", + "@smithy/middleware-stack": "^2.0.7", + "@smithy/node-config-provider": "^2.1.5", + "@smithy/node-http-handler": "^2.1.9", + "@smithy/protocol-http": "^3.0.9", + "@smithy/smithy-client": "^2.1.15", + "@smithy/types": "^2.5.0", + "@smithy/url-parser": "^2.0.13", + "@smithy/util-base64": "^2.0.1", "@smithy/util-body-length-browser": "^2.0.0", "@smithy/util-body-length-node": "^2.1.0", - "@smithy/util-defaults-mode-browser": "^2.0.16", - "@smithy/util-defaults-mode-node": "^2.0.21", - "@smithy/util-endpoints": "^1.0.2", - "@smithy/util-retry": "^2.0.5", - "@smithy/util-utf8": "^2.0.0", + "@smithy/util-defaults-mode-browser": "^2.0.19", + "@smithy/util-defaults-mode-node": "^2.0.25", + "@smithy/util-endpoints": "^1.0.4", + "@smithy/util-retry": "^2.0.6", + "@smithy/util-utf8": "^2.0.2", "tslib": "^2.5.0" }, "devDependencies": { diff --git a/clients/client-inspector/src/commands/AddAttributesToFindingsCommand.ts b/clients/client-inspector/src/commands/AddAttributesToFindingsCommand.ts index 42eeb0412de5..be2ba3685855 100644 --- a/clients/client-inspector/src/commands/AddAttributesToFindingsCommand.ts +++ b/clients/client-inspector/src/commands/AddAttributesToFindingsCommand.ts @@ -125,9 +125,6 @@ export class AddAttributesToFindingsCommand extends $Command< AddAttributesToFindingsCommandOutput, InspectorClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -141,9 +138,7 @@ export class AddAttributesToFindingsCommand extends $Command< * @public */ constructor(readonly input: AddAttributesToFindingsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -196,7 +191,4 @@ export class AddAttributesToFindingsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_AddAttributesToFindingsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-inspector/src/commands/CreateAssessmentTargetCommand.ts b/clients/client-inspector/src/commands/CreateAssessmentTargetCommand.ts index 628ccc3cf7bb..2f91abc65063 100644 --- a/clients/client-inspector/src/commands/CreateAssessmentTargetCommand.ts +++ b/clients/client-inspector/src/commands/CreateAssessmentTargetCommand.ts @@ -120,9 +120,6 @@ export class CreateAssessmentTargetCommand extends $Command< CreateAssessmentTargetCommandOutput, InspectorClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -136,9 +133,7 @@ export class CreateAssessmentTargetCommand extends $Command< * @public */ constructor(readonly input: CreateAssessmentTargetCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -191,7 +186,4 @@ export class CreateAssessmentTargetCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateAssessmentTargetCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-inspector/src/commands/CreateAssessmentTemplateCommand.ts b/clients/client-inspector/src/commands/CreateAssessmentTemplateCommand.ts index 2da920a294b8..4e2f9a838bc6 100644 --- a/clients/client-inspector/src/commands/CreateAssessmentTemplateCommand.ts +++ b/clients/client-inspector/src/commands/CreateAssessmentTemplateCommand.ts @@ -132,9 +132,6 @@ export class CreateAssessmentTemplateCommand extends $Command< CreateAssessmentTemplateCommandOutput, InspectorClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -148,9 +145,7 @@ export class CreateAssessmentTemplateCommand extends $Command< * @public */ constructor(readonly input: CreateAssessmentTemplateCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -203,7 +198,4 @@ export class CreateAssessmentTemplateCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateAssessmentTemplateCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-inspector/src/commands/CreateExclusionsPreviewCommand.ts b/clients/client-inspector/src/commands/CreateExclusionsPreviewCommand.ts index 1cb2a1269a68..02369ef2a14e 100644 --- a/clients/client-inspector/src/commands/CreateExclusionsPreviewCommand.ts +++ b/clients/client-inspector/src/commands/CreateExclusionsPreviewCommand.ts @@ -93,9 +93,6 @@ export class CreateExclusionsPreviewCommand extends $Command< CreateExclusionsPreviewCommandOutput, InspectorClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -109,9 +106,7 @@ export class CreateExclusionsPreviewCommand extends $Command< * @public */ constructor(readonly input: CreateExclusionsPreviewCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -164,7 +159,4 @@ export class CreateExclusionsPreviewCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateExclusionsPreviewCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-inspector/src/commands/CreateResourceGroupCommand.ts b/clients/client-inspector/src/commands/CreateResourceGroupCommand.ts index ea2e09eb0004..ff5e60626fd1 100644 --- a/clients/client-inspector/src/commands/CreateResourceGroupCommand.ts +++ b/clients/client-inspector/src/commands/CreateResourceGroupCommand.ts @@ -116,9 +116,6 @@ export class CreateResourceGroupCommand extends $Command< CreateResourceGroupCommandOutput, InspectorClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -132,9 +129,7 @@ export class CreateResourceGroupCommand extends $Command< * @public */ constructor(readonly input: CreateResourceGroupCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -187,7 +182,4 @@ export class CreateResourceGroupCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateResourceGroupCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-inspector/src/commands/DeleteAssessmentRunCommand.ts b/clients/client-inspector/src/commands/DeleteAssessmentRunCommand.ts index dad811b88fb9..525a9e13f3a9 100644 --- a/clients/client-inspector/src/commands/DeleteAssessmentRunCommand.ts +++ b/clients/client-inspector/src/commands/DeleteAssessmentRunCommand.ts @@ -101,9 +101,6 @@ export class DeleteAssessmentRunCommand extends $Command< DeleteAssessmentRunCommandOutput, InspectorClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -117,9 +114,7 @@ export class DeleteAssessmentRunCommand extends $Command< * @public */ constructor(readonly input: DeleteAssessmentRunCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -172,7 +167,4 @@ export class DeleteAssessmentRunCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteAssessmentRunCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-inspector/src/commands/DeleteAssessmentTargetCommand.ts b/clients/client-inspector/src/commands/DeleteAssessmentTargetCommand.ts index 3d553eb249cc..c7d1846879f1 100644 --- a/clients/client-inspector/src/commands/DeleteAssessmentTargetCommand.ts +++ b/clients/client-inspector/src/commands/DeleteAssessmentTargetCommand.ts @@ -101,9 +101,6 @@ export class DeleteAssessmentTargetCommand extends $Command< DeleteAssessmentTargetCommandOutput, InspectorClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -117,9 +114,7 @@ export class DeleteAssessmentTargetCommand extends $Command< * @public */ constructor(readonly input: DeleteAssessmentTargetCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -172,7 +167,4 @@ export class DeleteAssessmentTargetCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteAssessmentTargetCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-inspector/src/commands/DeleteAssessmentTemplateCommand.ts b/clients/client-inspector/src/commands/DeleteAssessmentTemplateCommand.ts index d2ef8ac4c7dd..d63c4bf2fb7c 100644 --- a/clients/client-inspector/src/commands/DeleteAssessmentTemplateCommand.ts +++ b/clients/client-inspector/src/commands/DeleteAssessmentTemplateCommand.ts @@ -101,9 +101,6 @@ export class DeleteAssessmentTemplateCommand extends $Command< DeleteAssessmentTemplateCommandOutput, InspectorClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -117,9 +114,7 @@ export class DeleteAssessmentTemplateCommand extends $Command< * @public */ constructor(readonly input: DeleteAssessmentTemplateCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -172,7 +167,4 @@ export class DeleteAssessmentTemplateCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteAssessmentTemplateCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-inspector/src/commands/DescribeAssessmentRunsCommand.ts b/clients/client-inspector/src/commands/DescribeAssessmentRunsCommand.ts index 5f28fd757af6..d3a0d5ee1588 100644 --- a/clients/client-inspector/src/commands/DescribeAssessmentRunsCommand.ts +++ b/clients/client-inspector/src/commands/DescribeAssessmentRunsCommand.ts @@ -205,9 +205,6 @@ export class DescribeAssessmentRunsCommand extends $Command< DescribeAssessmentRunsCommandOutput, InspectorClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -221,9 +218,7 @@ export class DescribeAssessmentRunsCommand extends $Command< * @public */ constructor(readonly input: DescribeAssessmentRunsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -276,7 +271,4 @@ export class DescribeAssessmentRunsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DescribeAssessmentRunsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-inspector/src/commands/DescribeAssessmentTargetsCommand.ts b/clients/client-inspector/src/commands/DescribeAssessmentTargetsCommand.ts index 657f5bf5286a..7272f92d2e2e 100644 --- a/clients/client-inspector/src/commands/DescribeAssessmentTargetsCommand.ts +++ b/clients/client-inspector/src/commands/DescribeAssessmentTargetsCommand.ts @@ -121,9 +121,6 @@ export class DescribeAssessmentTargetsCommand extends $Command< DescribeAssessmentTargetsCommandOutput, InspectorClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -137,9 +134,7 @@ export class DescribeAssessmentTargetsCommand extends $Command< * @public */ constructor(readonly input: DescribeAssessmentTargetsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -195,7 +190,4 @@ export class DescribeAssessmentTargetsCommand extends $Command< ): Promise { return de_DescribeAssessmentTargetsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-inspector/src/commands/DescribeAssessmentTemplatesCommand.ts b/clients/client-inspector/src/commands/DescribeAssessmentTemplatesCommand.ts index 87cb809adad4..ffb5ba4efa6c 100644 --- a/clients/client-inspector/src/commands/DescribeAssessmentTemplatesCommand.ts +++ b/clients/client-inspector/src/commands/DescribeAssessmentTemplatesCommand.ts @@ -139,9 +139,6 @@ export class DescribeAssessmentTemplatesCommand extends $Command< DescribeAssessmentTemplatesCommandOutput, InspectorClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -155,9 +152,7 @@ export class DescribeAssessmentTemplatesCommand extends $Command< * @public */ constructor(readonly input: DescribeAssessmentTemplatesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -213,7 +208,4 @@ export class DescribeAssessmentTemplatesCommand extends $Command< ): Promise { return de_DescribeAssessmentTemplatesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-inspector/src/commands/DescribeCrossAccountAccessRoleCommand.ts b/clients/client-inspector/src/commands/DescribeCrossAccountAccessRoleCommand.ts index 4364f6d59f2e..479a24835fd3 100644 --- a/clients/client-inspector/src/commands/DescribeCrossAccountAccessRoleCommand.ts +++ b/clients/client-inspector/src/commands/DescribeCrossAccountAccessRoleCommand.ts @@ -95,9 +95,6 @@ export class DescribeCrossAccountAccessRoleCommand extends $Command< DescribeCrossAccountAccessRoleCommandOutput, InspectorClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -111,9 +108,7 @@ export class DescribeCrossAccountAccessRoleCommand extends $Command< * @public */ constructor(readonly input: DescribeCrossAccountAccessRoleCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -172,7 +167,4 @@ export class DescribeCrossAccountAccessRoleCommand extends $Command< ): Promise { return de_DescribeCrossAccountAccessRoleCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-inspector/src/commands/DescribeExclusionsCommand.ts b/clients/client-inspector/src/commands/DescribeExclusionsCommand.ts index c6d1b7d75184..3336d302b141 100644 --- a/clients/client-inspector/src/commands/DescribeExclusionsCommand.ts +++ b/clients/client-inspector/src/commands/DescribeExclusionsCommand.ts @@ -105,9 +105,6 @@ export class DescribeExclusionsCommand extends $Command< DescribeExclusionsCommandOutput, InspectorClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -121,9 +118,7 @@ export class DescribeExclusionsCommand extends $Command< * @public */ constructor(readonly input: DescribeExclusionsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -176,7 +171,4 @@ export class DescribeExclusionsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DescribeExclusionsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-inspector/src/commands/DescribeFindingsCommand.ts b/clients/client-inspector/src/commands/DescribeFindingsCommand.ts index e83af33d2ed1..be92892aed97 100644 --- a/clients/client-inspector/src/commands/DescribeFindingsCommand.ts +++ b/clients/client-inspector/src/commands/DescribeFindingsCommand.ts @@ -208,9 +208,6 @@ export class DescribeFindingsCommand extends $Command< DescribeFindingsCommandOutput, InspectorClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -224,9 +221,7 @@ export class DescribeFindingsCommand extends $Command< * @public */ constructor(readonly input: DescribeFindingsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -279,7 +274,4 @@ export class DescribeFindingsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DescribeFindingsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-inspector/src/commands/DescribeResourceGroupsCommand.ts b/clients/client-inspector/src/commands/DescribeResourceGroupsCommand.ts index 9673ddcc72f7..222e16a4010c 100644 --- a/clients/client-inspector/src/commands/DescribeResourceGroupsCommand.ts +++ b/clients/client-inspector/src/commands/DescribeResourceGroupsCommand.ts @@ -127,9 +127,6 @@ export class DescribeResourceGroupsCommand extends $Command< DescribeResourceGroupsCommandOutput, InspectorClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -143,9 +140,7 @@ export class DescribeResourceGroupsCommand extends $Command< * @public */ constructor(readonly input: DescribeResourceGroupsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -198,7 +193,4 @@ export class DescribeResourceGroupsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DescribeResourceGroupsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-inspector/src/commands/DescribeRulesPackagesCommand.ts b/clients/client-inspector/src/commands/DescribeRulesPackagesCommand.ts index d41749522f1d..1a1be9773dbf 100644 --- a/clients/client-inspector/src/commands/DescribeRulesPackagesCommand.ts +++ b/clients/client-inspector/src/commands/DescribeRulesPackagesCommand.ts @@ -122,9 +122,6 @@ export class DescribeRulesPackagesCommand extends $Command< DescribeRulesPackagesCommandOutput, InspectorClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -138,9 +135,7 @@ export class DescribeRulesPackagesCommand extends $Command< * @public */ constructor(readonly input: DescribeRulesPackagesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -193,7 +188,4 @@ export class DescribeRulesPackagesCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DescribeRulesPackagesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-inspector/src/commands/GetAssessmentReportCommand.ts b/clients/client-inspector/src/commands/GetAssessmentReportCommand.ts index e50cddfd583c..36c31e704f38 100644 --- a/clients/client-inspector/src/commands/GetAssessmentReportCommand.ts +++ b/clients/client-inspector/src/commands/GetAssessmentReportCommand.ts @@ -102,9 +102,6 @@ export class GetAssessmentReportCommand extends $Command< GetAssessmentReportCommandOutput, InspectorClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -118,9 +115,7 @@ export class GetAssessmentReportCommand extends $Command< * @public */ constructor(readonly input: GetAssessmentReportCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -173,7 +168,4 @@ export class GetAssessmentReportCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetAssessmentReportCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-inspector/src/commands/GetExclusionsPreviewCommand.ts b/clients/client-inspector/src/commands/GetExclusionsPreviewCommand.ts index 50ea1945c740..260e63faec6b 100644 --- a/clients/client-inspector/src/commands/GetExclusionsPreviewCommand.ts +++ b/clients/client-inspector/src/commands/GetExclusionsPreviewCommand.ts @@ -110,9 +110,6 @@ export class GetExclusionsPreviewCommand extends $Command< GetExclusionsPreviewCommandOutput, InspectorClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -126,9 +123,7 @@ export class GetExclusionsPreviewCommand extends $Command< * @public */ constructor(readonly input: GetExclusionsPreviewCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -181,7 +176,4 @@ export class GetExclusionsPreviewCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetExclusionsPreviewCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-inspector/src/commands/GetTelemetryMetadataCommand.ts b/clients/client-inspector/src/commands/GetTelemetryMetadataCommand.ts index f31ed5607b8d..0baadc381d33 100644 --- a/clients/client-inspector/src/commands/GetTelemetryMetadataCommand.ts +++ b/clients/client-inspector/src/commands/GetTelemetryMetadataCommand.ts @@ -253,9 +253,6 @@ export class GetTelemetryMetadataCommand extends $Command< GetTelemetryMetadataCommandOutput, InspectorClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -269,9 +266,7 @@ export class GetTelemetryMetadataCommand extends $Command< * @public */ constructor(readonly input: GetTelemetryMetadataCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -324,7 +319,4 @@ export class GetTelemetryMetadataCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetTelemetryMetadataCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-inspector/src/commands/ListAssessmentRunAgentsCommand.ts b/clients/client-inspector/src/commands/ListAssessmentRunAgentsCommand.ts index 3ff08ce460d4..2d398fc738e9 100644 --- a/clients/client-inspector/src/commands/ListAssessmentRunAgentsCommand.ts +++ b/clients/client-inspector/src/commands/ListAssessmentRunAgentsCommand.ts @@ -284,9 +284,6 @@ export class ListAssessmentRunAgentsCommand extends $Command< ListAssessmentRunAgentsCommandOutput, InspectorClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -300,9 +297,7 @@ export class ListAssessmentRunAgentsCommand extends $Command< * @public */ constructor(readonly input: ListAssessmentRunAgentsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -355,7 +350,4 @@ export class ListAssessmentRunAgentsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListAssessmentRunAgentsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-inspector/src/commands/ListAssessmentRunsCommand.ts b/clients/client-inspector/src/commands/ListAssessmentRunsCommand.ts index 1161f73fd0b5..4b336e2e1bf5 100644 --- a/clients/client-inspector/src/commands/ListAssessmentRunsCommand.ts +++ b/clients/client-inspector/src/commands/ListAssessmentRunsCommand.ts @@ -140,9 +140,6 @@ export class ListAssessmentRunsCommand extends $Command< ListAssessmentRunsCommandOutput, InspectorClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -156,9 +153,7 @@ export class ListAssessmentRunsCommand extends $Command< * @public */ constructor(readonly input: ListAssessmentRunsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -211,7 +206,4 @@ export class ListAssessmentRunsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListAssessmentRunsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-inspector/src/commands/ListAssessmentTargetsCommand.ts b/clients/client-inspector/src/commands/ListAssessmentTargetsCommand.ts index 3dbc8e6012f7..1b4a0242080d 100644 --- a/clients/client-inspector/src/commands/ListAssessmentTargetsCommand.ts +++ b/clients/client-inspector/src/commands/ListAssessmentTargetsCommand.ts @@ -108,9 +108,6 @@ export class ListAssessmentTargetsCommand extends $Command< ListAssessmentTargetsCommandOutput, InspectorClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -124,9 +121,7 @@ export class ListAssessmentTargetsCommand extends $Command< * @public */ constructor(readonly input: ListAssessmentTargetsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -179,7 +174,4 @@ export class ListAssessmentTargetsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListAssessmentTargetsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-inspector/src/commands/ListAssessmentTemplatesCommand.ts b/clients/client-inspector/src/commands/ListAssessmentTemplatesCommand.ts index 53a155d03adc..d8a1b58455e0 100644 --- a/clients/client-inspector/src/commands/ListAssessmentTemplatesCommand.ts +++ b/clients/client-inspector/src/commands/ListAssessmentTemplatesCommand.ts @@ -125,9 +125,6 @@ export class ListAssessmentTemplatesCommand extends $Command< ListAssessmentTemplatesCommandOutput, InspectorClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -141,9 +138,7 @@ export class ListAssessmentTemplatesCommand extends $Command< * @public */ constructor(readonly input: ListAssessmentTemplatesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -196,7 +191,4 @@ export class ListAssessmentTemplatesCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListAssessmentTemplatesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-inspector/src/commands/ListEventSubscriptionsCommand.ts b/clients/client-inspector/src/commands/ListEventSubscriptionsCommand.ts index ff94465f2f91..066e23672116 100644 --- a/clients/client-inspector/src/commands/ListEventSubscriptionsCommand.ts +++ b/clients/client-inspector/src/commands/ListEventSubscriptionsCommand.ts @@ -128,9 +128,6 @@ export class ListEventSubscriptionsCommand extends $Command< ListEventSubscriptionsCommandOutput, InspectorClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -144,9 +141,7 @@ export class ListEventSubscriptionsCommand extends $Command< * @public */ constructor(readonly input: ListEventSubscriptionsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -199,7 +194,4 @@ export class ListEventSubscriptionsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListEventSubscriptionsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-inspector/src/commands/ListExclusionsCommand.ts b/clients/client-inspector/src/commands/ListExclusionsCommand.ts index df1f38c69b95..8df3ca52bc01 100644 --- a/clients/client-inspector/src/commands/ListExclusionsCommand.ts +++ b/clients/client-inspector/src/commands/ListExclusionsCommand.ts @@ -89,9 +89,6 @@ export class ListExclusionsCommand extends $Command< ListExclusionsCommandOutput, InspectorClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -105,9 +102,7 @@ export class ListExclusionsCommand extends $Command< * @public */ constructor(readonly input: ListExclusionsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -160,7 +155,4 @@ export class ListExclusionsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListExclusionsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-inspector/src/commands/ListFindingsCommand.ts b/clients/client-inspector/src/commands/ListFindingsCommand.ts index b395ee29e65c..c0cb34745bf7 100644 --- a/clients/client-inspector/src/commands/ListFindingsCommand.ts +++ b/clients/client-inspector/src/commands/ListFindingsCommand.ts @@ -148,9 +148,6 @@ export class ListFindingsCommand extends $Command< ListFindingsCommandOutput, InspectorClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -164,9 +161,7 @@ export class ListFindingsCommand extends $Command< * @public */ constructor(readonly input: ListFindingsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -217,7 +212,4 @@ export class ListFindingsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListFindingsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-inspector/src/commands/ListRulesPackagesCommand.ts b/clients/client-inspector/src/commands/ListRulesPackagesCommand.ts index 3f4a7a77e1cd..dec89b5d1f9c 100644 --- a/clients/client-inspector/src/commands/ListRulesPackagesCommand.ts +++ b/clients/client-inspector/src/commands/ListRulesPackagesCommand.ts @@ -106,9 +106,6 @@ export class ListRulesPackagesCommand extends $Command< ListRulesPackagesCommandOutput, InspectorClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -122,9 +119,7 @@ export class ListRulesPackagesCommand extends $Command< * @public */ constructor(readonly input: ListRulesPackagesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -177,7 +172,4 @@ export class ListRulesPackagesCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListRulesPackagesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-inspector/src/commands/ListTagsForResourceCommand.ts b/clients/client-inspector/src/commands/ListTagsForResourceCommand.ts index f26c7b9af389..48307dfc4b25 100644 --- a/clients/client-inspector/src/commands/ListTagsForResourceCommand.ts +++ b/clients/client-inspector/src/commands/ListTagsForResourceCommand.ts @@ -110,9 +110,6 @@ export class ListTagsForResourceCommand extends $Command< ListTagsForResourceCommandOutput, InspectorClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -126,9 +123,7 @@ export class ListTagsForResourceCommand extends $Command< * @public */ constructor(readonly input: ListTagsForResourceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -181,7 +176,4 @@ export class ListTagsForResourceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListTagsForResourceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-inspector/src/commands/PreviewAgentsCommand.ts b/clients/client-inspector/src/commands/PreviewAgentsCommand.ts index e8fc5eeec6d1..344bf31d9ed3 100644 --- a/clients/client-inspector/src/commands/PreviewAgentsCommand.ts +++ b/clients/client-inspector/src/commands/PreviewAgentsCommand.ts @@ -125,9 +125,6 @@ export class PreviewAgentsCommand extends $Command< PreviewAgentsCommandOutput, InspectorClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -141,9 +138,7 @@ export class PreviewAgentsCommand extends $Command< * @public */ constructor(readonly input: PreviewAgentsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -194,7 +189,4 @@ export class PreviewAgentsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_PreviewAgentsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-inspector/src/commands/RegisterCrossAccountAccessRoleCommand.ts b/clients/client-inspector/src/commands/RegisterCrossAccountAccessRoleCommand.ts index f91dde7c29b7..ba8a1b9ed5f4 100644 --- a/clients/client-inspector/src/commands/RegisterCrossAccountAccessRoleCommand.ts +++ b/clients/client-inspector/src/commands/RegisterCrossAccountAccessRoleCommand.ts @@ -100,9 +100,6 @@ export class RegisterCrossAccountAccessRoleCommand extends $Command< RegisterCrossAccountAccessRoleCommandOutput, InspectorClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -116,9 +113,7 @@ export class RegisterCrossAccountAccessRoleCommand extends $Command< * @public */ constructor(readonly input: RegisterCrossAccountAccessRoleCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -177,7 +172,4 @@ export class RegisterCrossAccountAccessRoleCommand extends $Command< ): Promise { return de_RegisterCrossAccountAccessRoleCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-inspector/src/commands/RemoveAttributesFromFindingsCommand.ts b/clients/client-inspector/src/commands/RemoveAttributesFromFindingsCommand.ts index ce559bb01986..2317149f7966 100644 --- a/clients/client-inspector/src/commands/RemoveAttributesFromFindingsCommand.ts +++ b/clients/client-inspector/src/commands/RemoveAttributesFromFindingsCommand.ts @@ -124,9 +124,6 @@ export class RemoveAttributesFromFindingsCommand extends $Command< RemoveAttributesFromFindingsCommandOutput, InspectorClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -140,9 +137,7 @@ export class RemoveAttributesFromFindingsCommand extends $Command< * @public */ constructor(readonly input: RemoveAttributesFromFindingsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -198,7 +193,4 @@ export class RemoveAttributesFromFindingsCommand extends $Command< ): Promise { return de_RemoveAttributesFromFindingsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-inspector/src/commands/SetTagsForResourceCommand.ts b/clients/client-inspector/src/commands/SetTagsForResourceCommand.ts index 967879a5fb8c..09082ff541cd 100644 --- a/clients/client-inspector/src/commands/SetTagsForResourceCommand.ts +++ b/clients/client-inspector/src/commands/SetTagsForResourceCommand.ts @@ -109,9 +109,6 @@ export class SetTagsForResourceCommand extends $Command< SetTagsForResourceCommandOutput, InspectorClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -125,9 +122,7 @@ export class SetTagsForResourceCommand extends $Command< * @public */ constructor(readonly input: SetTagsForResourceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -180,7 +175,4 @@ export class SetTagsForResourceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_SetTagsForResourceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-inspector/src/commands/StartAssessmentRunCommand.ts b/clients/client-inspector/src/commands/StartAssessmentRunCommand.ts index 59ba83c46aa8..bdb17e352afa 100644 --- a/clients/client-inspector/src/commands/StartAssessmentRunCommand.ts +++ b/clients/client-inspector/src/commands/StartAssessmentRunCommand.ts @@ -119,9 +119,6 @@ export class StartAssessmentRunCommand extends $Command< StartAssessmentRunCommandOutput, InspectorClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -135,9 +132,7 @@ export class StartAssessmentRunCommand extends $Command< * @public */ constructor(readonly input: StartAssessmentRunCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -190,7 +185,4 @@ export class StartAssessmentRunCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_StartAssessmentRunCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-inspector/src/commands/StopAssessmentRunCommand.ts b/clients/client-inspector/src/commands/StopAssessmentRunCommand.ts index 77de90df365d..5ad6b7ff61fa 100644 --- a/clients/client-inspector/src/commands/StopAssessmentRunCommand.ts +++ b/clients/client-inspector/src/commands/StopAssessmentRunCommand.ts @@ -98,9 +98,6 @@ export class StopAssessmentRunCommand extends $Command< StopAssessmentRunCommandOutput, InspectorClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -114,9 +111,7 @@ export class StopAssessmentRunCommand extends $Command< * @public */ constructor(readonly input: StopAssessmentRunCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -169,7 +164,4 @@ export class StopAssessmentRunCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_StopAssessmentRunCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-inspector/src/commands/SubscribeToEventCommand.ts b/clients/client-inspector/src/commands/SubscribeToEventCommand.ts index 50cfe54e272a..a857f6e2ea57 100644 --- a/clients/client-inspector/src/commands/SubscribeToEventCommand.ts +++ b/clients/client-inspector/src/commands/SubscribeToEventCommand.ts @@ -105,9 +105,6 @@ export class SubscribeToEventCommand extends $Command< SubscribeToEventCommandOutput, InspectorClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -121,9 +118,7 @@ export class SubscribeToEventCommand extends $Command< * @public */ constructor(readonly input: SubscribeToEventCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -176,7 +171,4 @@ export class SubscribeToEventCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_SubscribeToEventCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-inspector/src/commands/UnsubscribeFromEventCommand.ts b/clients/client-inspector/src/commands/UnsubscribeFromEventCommand.ts index cd9f84ff03cb..354fb8c1bd85 100644 --- a/clients/client-inspector/src/commands/UnsubscribeFromEventCommand.ts +++ b/clients/client-inspector/src/commands/UnsubscribeFromEventCommand.ts @@ -101,9 +101,6 @@ export class UnsubscribeFromEventCommand extends $Command< UnsubscribeFromEventCommandOutput, InspectorClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -117,9 +114,7 @@ export class UnsubscribeFromEventCommand extends $Command< * @public */ constructor(readonly input: UnsubscribeFromEventCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -172,7 +167,4 @@ export class UnsubscribeFromEventCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UnsubscribeFromEventCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-inspector/src/commands/UpdateAssessmentTargetCommand.ts b/clients/client-inspector/src/commands/UpdateAssessmentTargetCommand.ts index 17556ae11075..8b369de323fd 100644 --- a/clients/client-inspector/src/commands/UpdateAssessmentTargetCommand.ts +++ b/clients/client-inspector/src/commands/UpdateAssessmentTargetCommand.ts @@ -103,9 +103,6 @@ export class UpdateAssessmentTargetCommand extends $Command< UpdateAssessmentTargetCommandOutput, InspectorClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -119,9 +116,7 @@ export class UpdateAssessmentTargetCommand extends $Command< * @public */ constructor(readonly input: UpdateAssessmentTargetCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -174,7 +169,4 @@ export class UpdateAssessmentTargetCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdateAssessmentTargetCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-inspector2/package.json b/clients/client-inspector2/package.json index 396914953c0f..3e4aadb968bc 100644 --- a/clients/client-inspector2/package.json +++ b/clients/client-inspector2/package.json @@ -34,29 +34,29 @@ "@aws-sdk/util-endpoints": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@smithy/config-resolver": "^2.0.16", - "@smithy/fetch-http-handler": "^2.2.4", - "@smithy/hash-node": "^2.0.12", - "@smithy/invalid-dependency": "^2.0.12", - "@smithy/middleware-content-length": "^2.0.14", - "@smithy/middleware-endpoint": "^2.1.3", - "@smithy/middleware-retry": "^2.0.18", - "@smithy/middleware-serde": "^2.0.12", - "@smithy/middleware-stack": "^2.0.6", - "@smithy/node-config-provider": "^2.1.3", - "@smithy/node-http-handler": "^2.1.8", - "@smithy/protocol-http": "^3.0.8", - "@smithy/smithy-client": "^2.1.12", - "@smithy/types": "^2.4.0", - "@smithy/url-parser": "^2.0.12", - "@smithy/util-base64": "^2.0.0", + "@smithy/config-resolver": "^2.0.18", + "@smithy/fetch-http-handler": "^2.2.6", + "@smithy/hash-node": "^2.0.15", + "@smithy/invalid-dependency": "^2.0.13", + "@smithy/middleware-content-length": "^2.0.15", + "@smithy/middleware-endpoint": "^2.2.0", + "@smithy/middleware-retry": "^2.0.20", + "@smithy/middleware-serde": "^2.0.13", + "@smithy/middleware-stack": "^2.0.7", + "@smithy/node-config-provider": "^2.1.5", + "@smithy/node-http-handler": "^2.1.9", + "@smithy/protocol-http": "^3.0.9", + "@smithy/smithy-client": "^2.1.15", + "@smithy/types": "^2.5.0", + "@smithy/url-parser": "^2.0.13", + "@smithy/util-base64": "^2.0.1", "@smithy/util-body-length-browser": "^2.0.0", "@smithy/util-body-length-node": "^2.1.0", - "@smithy/util-defaults-mode-browser": "^2.0.16", - "@smithy/util-defaults-mode-node": "^2.0.21", - "@smithy/util-endpoints": "^1.0.2", - "@smithy/util-retry": "^2.0.5", - "@smithy/util-utf8": "^2.0.0", + "@smithy/util-defaults-mode-browser": "^2.0.19", + "@smithy/util-defaults-mode-node": "^2.0.25", + "@smithy/util-endpoints": "^1.0.4", + "@smithy/util-retry": "^2.0.6", + "@smithy/util-utf8": "^2.0.2", "tslib": "^2.5.0", "uuid": "^8.3.2" }, diff --git a/clients/client-inspector2/src/commands/AssociateMemberCommand.ts b/clients/client-inspector2/src/commands/AssociateMemberCommand.ts index 79a6108ac47b..1f1ad0f2adf5 100644 --- a/clients/client-inspector2/src/commands/AssociateMemberCommand.ts +++ b/clients/client-inspector2/src/commands/AssociateMemberCommand.ts @@ -83,9 +83,6 @@ export class AssociateMemberCommand extends $Command< AssociateMemberCommandOutput, Inspector2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -99,9 +96,7 @@ export class AssociateMemberCommand extends $Command< * @public */ constructor(readonly input: AssociateMemberCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -154,7 +149,4 @@ export class AssociateMemberCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_AssociateMemberCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-inspector2/src/commands/BatchGetAccountStatusCommand.ts b/clients/client-inspector2/src/commands/BatchGetAccountStatusCommand.ts index e7598ffc328e..0acfaff1052d 100644 --- a/clients/client-inspector2/src/commands/BatchGetAccountStatusCommand.ts +++ b/clients/client-inspector2/src/commands/BatchGetAccountStatusCommand.ts @@ -133,9 +133,6 @@ export class BatchGetAccountStatusCommand extends $Command< BatchGetAccountStatusCommandOutput, Inspector2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -149,9 +146,7 @@ export class BatchGetAccountStatusCommand extends $Command< * @public */ constructor(readonly input: BatchGetAccountStatusCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -204,7 +199,4 @@ export class BatchGetAccountStatusCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_BatchGetAccountStatusCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-inspector2/src/commands/BatchGetCodeSnippetCommand.ts b/clients/client-inspector2/src/commands/BatchGetCodeSnippetCommand.ts index f1e49e1abfa9..b53484da5877 100644 --- a/clients/client-inspector2/src/commands/BatchGetCodeSnippetCommand.ts +++ b/clients/client-inspector2/src/commands/BatchGetCodeSnippetCommand.ts @@ -110,9 +110,6 @@ export class BatchGetCodeSnippetCommand extends $Command< BatchGetCodeSnippetCommandOutput, Inspector2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -126,9 +123,7 @@ export class BatchGetCodeSnippetCommand extends $Command< * @public */ constructor(readonly input: BatchGetCodeSnippetCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -181,7 +176,4 @@ export class BatchGetCodeSnippetCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_BatchGetCodeSnippetCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-inspector2/src/commands/BatchGetFindingDetailsCommand.ts b/clients/client-inspector2/src/commands/BatchGetFindingDetailsCommand.ts index b68a1d9e098e..d221c792e8e5 100644 --- a/clients/client-inspector2/src/commands/BatchGetFindingDetailsCommand.ts +++ b/clients/client-inspector2/src/commands/BatchGetFindingDetailsCommand.ts @@ -126,9 +126,6 @@ export class BatchGetFindingDetailsCommand extends $Command< BatchGetFindingDetailsCommandOutput, Inspector2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -142,9 +139,7 @@ export class BatchGetFindingDetailsCommand extends $Command< * @public */ constructor(readonly input: BatchGetFindingDetailsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -197,7 +192,4 @@ export class BatchGetFindingDetailsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_BatchGetFindingDetailsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-inspector2/src/commands/BatchGetFreeTrialInfoCommand.ts b/clients/client-inspector2/src/commands/BatchGetFreeTrialInfoCommand.ts index ae1357c8bf41..eda0c895a0de 100644 --- a/clients/client-inspector2/src/commands/BatchGetFreeTrialInfoCommand.ts +++ b/clients/client-inspector2/src/commands/BatchGetFreeTrialInfoCommand.ts @@ -104,9 +104,6 @@ export class BatchGetFreeTrialInfoCommand extends $Command< BatchGetFreeTrialInfoCommandOutput, Inspector2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -120,9 +117,7 @@ export class BatchGetFreeTrialInfoCommand extends $Command< * @public */ constructor(readonly input: BatchGetFreeTrialInfoCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -175,7 +170,4 @@ export class BatchGetFreeTrialInfoCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_BatchGetFreeTrialInfoCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-inspector2/src/commands/BatchGetMemberEc2DeepInspectionStatusCommand.ts b/clients/client-inspector2/src/commands/BatchGetMemberEc2DeepInspectionStatusCommand.ts index 720fdf848975..32efbf486924 100644 --- a/clients/client-inspector2/src/commands/BatchGetMemberEc2DeepInspectionStatusCommand.ts +++ b/clients/client-inspector2/src/commands/BatchGetMemberEc2DeepInspectionStatusCommand.ts @@ -107,9 +107,6 @@ export class BatchGetMemberEc2DeepInspectionStatusCommand extends $Command< BatchGetMemberEc2DeepInspectionStatusCommandOutput, Inspector2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -123,9 +120,7 @@ export class BatchGetMemberEc2DeepInspectionStatusCommand extends $Command< * @public */ constructor(readonly input: BatchGetMemberEc2DeepInspectionStatusCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -184,7 +179,4 @@ export class BatchGetMemberEc2DeepInspectionStatusCommand extends $Command< ): Promise { return de_BatchGetMemberEc2DeepInspectionStatusCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-inspector2/src/commands/BatchUpdateMemberEc2DeepInspectionStatusCommand.ts b/clients/client-inspector2/src/commands/BatchUpdateMemberEc2DeepInspectionStatusCommand.ts index a48127156e97..f888c7c09c8d 100644 --- a/clients/client-inspector2/src/commands/BatchUpdateMemberEc2DeepInspectionStatusCommand.ts +++ b/clients/client-inspector2/src/commands/BatchUpdateMemberEc2DeepInspectionStatusCommand.ts @@ -110,9 +110,6 @@ export class BatchUpdateMemberEc2DeepInspectionStatusCommand extends $Command< BatchUpdateMemberEc2DeepInspectionStatusCommandOutput, Inspector2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -126,9 +123,7 @@ export class BatchUpdateMemberEc2DeepInspectionStatusCommand extends $Command< * @public */ constructor(readonly input: BatchUpdateMemberEc2DeepInspectionStatusCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -193,7 +188,4 @@ export class BatchUpdateMemberEc2DeepInspectionStatusCommand extends $Command< ): Promise { return de_BatchUpdateMemberEc2DeepInspectionStatusCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-inspector2/src/commands/CancelFindingsReportCommand.ts b/clients/client-inspector2/src/commands/CancelFindingsReportCommand.ts index a1064d404be1..cfe89688aaad 100644 --- a/clients/client-inspector2/src/commands/CancelFindingsReportCommand.ts +++ b/clients/client-inspector2/src/commands/CancelFindingsReportCommand.ts @@ -86,9 +86,6 @@ export class CancelFindingsReportCommand extends $Command< CancelFindingsReportCommandOutput, Inspector2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -102,9 +99,7 @@ export class CancelFindingsReportCommand extends $Command< * @public */ constructor(readonly input: CancelFindingsReportCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -157,7 +152,4 @@ export class CancelFindingsReportCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CancelFindingsReportCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-inspector2/src/commands/CancelSbomExportCommand.ts b/clients/client-inspector2/src/commands/CancelSbomExportCommand.ts index 85cb6c3f6878..221ff6a082b5 100644 --- a/clients/client-inspector2/src/commands/CancelSbomExportCommand.ts +++ b/clients/client-inspector2/src/commands/CancelSbomExportCommand.ts @@ -86,9 +86,6 @@ export class CancelSbomExportCommand extends $Command< CancelSbomExportCommandOutput, Inspector2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -102,9 +99,7 @@ export class CancelSbomExportCommand extends $Command< * @public */ constructor(readonly input: CancelSbomExportCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -157,7 +152,4 @@ export class CancelSbomExportCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CancelSbomExportCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-inspector2/src/commands/CreateFilterCommand.ts b/clients/client-inspector2/src/commands/CreateFilterCommand.ts index 7a50e57b79fd..d1a19bf5933b 100644 --- a/clients/client-inspector2/src/commands/CreateFilterCommand.ts +++ b/clients/client-inspector2/src/commands/CreateFilterCommand.ts @@ -224,9 +224,6 @@ export class CreateFilterCommand extends $Command< CreateFilterCommandOutput, Inspector2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -240,9 +237,7 @@ export class CreateFilterCommand extends $Command< * @public */ constructor(readonly input: CreateFilterCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -293,7 +288,4 @@ export class CreateFilterCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateFilterCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-inspector2/src/commands/CreateFindingsReportCommand.ts b/clients/client-inspector2/src/commands/CreateFindingsReportCommand.ts index a7848019e73b..31c59b239f80 100644 --- a/clients/client-inspector2/src/commands/CreateFindingsReportCommand.ts +++ b/clients/client-inspector2/src/commands/CreateFindingsReportCommand.ts @@ -219,9 +219,6 @@ export class CreateFindingsReportCommand extends $Command< CreateFindingsReportCommandOutput, Inspector2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -235,9 +232,7 @@ export class CreateFindingsReportCommand extends $Command< * @public */ constructor(readonly input: CreateFindingsReportCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -290,7 +285,4 @@ export class CreateFindingsReportCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateFindingsReportCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-inspector2/src/commands/CreateSbomExportCommand.ts b/clients/client-inspector2/src/commands/CreateSbomExportCommand.ts index 2c132d84cad6..f82e21c033bd 100644 --- a/clients/client-inspector2/src/commands/CreateSbomExportCommand.ts +++ b/clients/client-inspector2/src/commands/CreateSbomExportCommand.ts @@ -138,9 +138,6 @@ export class CreateSbomExportCommand extends $Command< CreateSbomExportCommandOutput, Inspector2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -154,9 +151,7 @@ export class CreateSbomExportCommand extends $Command< * @public */ constructor(readonly input: CreateSbomExportCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -209,7 +204,4 @@ export class CreateSbomExportCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateSbomExportCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-inspector2/src/commands/DeleteFilterCommand.ts b/clients/client-inspector2/src/commands/DeleteFilterCommand.ts index 6c76f807b455..6f9a362bc7c7 100644 --- a/clients/client-inspector2/src/commands/DeleteFilterCommand.ts +++ b/clients/client-inspector2/src/commands/DeleteFilterCommand.ts @@ -86,9 +86,6 @@ export class DeleteFilterCommand extends $Command< DeleteFilterCommandOutput, Inspector2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -102,9 +99,7 @@ export class DeleteFilterCommand extends $Command< * @public */ constructor(readonly input: DeleteFilterCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -155,7 +150,4 @@ export class DeleteFilterCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteFilterCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-inspector2/src/commands/DescribeOrganizationConfigurationCommand.ts b/clients/client-inspector2/src/commands/DescribeOrganizationConfigurationCommand.ts index 83636c9d3b35..9dcd46dea0f0 100644 --- a/clients/client-inspector2/src/commands/DescribeOrganizationConfigurationCommand.ts +++ b/clients/client-inspector2/src/commands/DescribeOrganizationConfigurationCommand.ts @@ -95,9 +95,6 @@ export class DescribeOrganizationConfigurationCommand extends $Command< DescribeOrganizationConfigurationCommandOutput, Inspector2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -111,9 +108,7 @@ export class DescribeOrganizationConfigurationCommand extends $Command< * @public */ constructor(readonly input: DescribeOrganizationConfigurationCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -172,7 +167,4 @@ export class DescribeOrganizationConfigurationCommand extends $Command< ): Promise { return de_DescribeOrganizationConfigurationCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-inspector2/src/commands/DisableCommand.ts b/clients/client-inspector2/src/commands/DisableCommand.ts index 0763eab5d463..1acfd5cce535 100644 --- a/clients/client-inspector2/src/commands/DisableCommand.ts +++ b/clients/client-inspector2/src/commands/DisableCommand.ts @@ -117,9 +117,6 @@ export class DisableCommand extends $Command< DisableCommandOutput, Inspector2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -133,9 +130,7 @@ export class DisableCommand extends $Command< * @public */ constructor(readonly input: DisableCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -186,7 +181,4 @@ export class DisableCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DisableCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-inspector2/src/commands/DisableDelegatedAdminAccountCommand.ts b/clients/client-inspector2/src/commands/DisableDelegatedAdminAccountCommand.ts index ae1dd9c31ee2..2df2988ab9be 100644 --- a/clients/client-inspector2/src/commands/DisableDelegatedAdminAccountCommand.ts +++ b/clients/client-inspector2/src/commands/DisableDelegatedAdminAccountCommand.ts @@ -94,9 +94,6 @@ export class DisableDelegatedAdminAccountCommand extends $Command< DisableDelegatedAdminAccountCommandOutput, Inspector2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -110,9 +107,7 @@ export class DisableDelegatedAdminAccountCommand extends $Command< * @public */ constructor(readonly input: DisableDelegatedAdminAccountCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -168,7 +163,4 @@ export class DisableDelegatedAdminAccountCommand extends $Command< ): Promise { return de_DisableDelegatedAdminAccountCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-inspector2/src/commands/DisassociateMemberCommand.ts b/clients/client-inspector2/src/commands/DisassociateMemberCommand.ts index 56bdcebbc648..cc7902cce18b 100644 --- a/clients/client-inspector2/src/commands/DisassociateMemberCommand.ts +++ b/clients/client-inspector2/src/commands/DisassociateMemberCommand.ts @@ -83,9 +83,6 @@ export class DisassociateMemberCommand extends $Command< DisassociateMemberCommandOutput, Inspector2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -99,9 +96,7 @@ export class DisassociateMemberCommand extends $Command< * @public */ constructor(readonly input: DisassociateMemberCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -154,7 +149,4 @@ export class DisassociateMemberCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DisassociateMemberCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-inspector2/src/commands/EnableCommand.ts b/clients/client-inspector2/src/commands/EnableCommand.ts index c0cff8f7b706..f07a32fcb827 100644 --- a/clients/client-inspector2/src/commands/EnableCommand.ts +++ b/clients/client-inspector2/src/commands/EnableCommand.ts @@ -113,9 +113,6 @@ export interface EnableCommandOutput extends EnableResponse, __MetadataBearer {} * */ export class EnableCommand extends $Command { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -129,9 +126,7 @@ export class EnableCommand extends $Command { return de_EnableCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-inspector2/src/commands/EnableDelegatedAdminAccountCommand.ts b/clients/client-inspector2/src/commands/EnableDelegatedAdminAccountCommand.ts index 44d3db7bf194..688dbe1ec683 100644 --- a/clients/client-inspector2/src/commands/EnableDelegatedAdminAccountCommand.ts +++ b/clients/client-inspector2/src/commands/EnableDelegatedAdminAccountCommand.ts @@ -95,9 +95,6 @@ export class EnableDelegatedAdminAccountCommand extends $Command< EnableDelegatedAdminAccountCommandOutput, Inspector2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -111,9 +108,7 @@ export class EnableDelegatedAdminAccountCommand extends $Command< * @public */ constructor(readonly input: EnableDelegatedAdminAccountCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -169,7 +164,4 @@ export class EnableDelegatedAdminAccountCommand extends $Command< ): Promise { return de_EnableDelegatedAdminAccountCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-inspector2/src/commands/GetConfigurationCommand.ts b/clients/client-inspector2/src/commands/GetConfigurationCommand.ts index e88f734ab586..d647dcbe46ef 100644 --- a/clients/client-inspector2/src/commands/GetConfigurationCommand.ts +++ b/clients/client-inspector2/src/commands/GetConfigurationCommand.ts @@ -83,9 +83,6 @@ export class GetConfigurationCommand extends $Command< GetConfigurationCommandOutput, Inspector2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -99,9 +96,7 @@ export class GetConfigurationCommand extends $Command< * @public */ constructor(readonly input: GetConfigurationCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -154,7 +149,4 @@ export class GetConfigurationCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetConfigurationCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-inspector2/src/commands/GetDelegatedAdminAccountCommand.ts b/clients/client-inspector2/src/commands/GetDelegatedAdminAccountCommand.ts index 44789370b007..ccd342e96e5f 100644 --- a/clients/client-inspector2/src/commands/GetDelegatedAdminAccountCommand.ts +++ b/clients/client-inspector2/src/commands/GetDelegatedAdminAccountCommand.ts @@ -88,9 +88,6 @@ export class GetDelegatedAdminAccountCommand extends $Command< GetDelegatedAdminAccountCommandOutput, Inspector2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -104,9 +101,7 @@ export class GetDelegatedAdminAccountCommand extends $Command< * @public */ constructor(readonly input: GetDelegatedAdminAccountCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -159,7 +154,4 @@ export class GetDelegatedAdminAccountCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetDelegatedAdminAccountCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-inspector2/src/commands/GetEc2DeepInspectionConfigurationCommand.ts b/clients/client-inspector2/src/commands/GetEc2DeepInspectionConfigurationCommand.ts index 9633f31ba461..273ce15af0eb 100644 --- a/clients/client-inspector2/src/commands/GetEc2DeepInspectionConfigurationCommand.ts +++ b/clients/client-inspector2/src/commands/GetEc2DeepInspectionConfigurationCommand.ts @@ -96,9 +96,6 @@ export class GetEc2DeepInspectionConfigurationCommand extends $Command< GetEc2DeepInspectionConfigurationCommandOutput, Inspector2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -112,9 +109,7 @@ export class GetEc2DeepInspectionConfigurationCommand extends $Command< * @public */ constructor(readonly input: GetEc2DeepInspectionConfigurationCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -173,7 +168,4 @@ export class GetEc2DeepInspectionConfigurationCommand extends $Command< ): Promise { return de_GetEc2DeepInspectionConfigurationCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-inspector2/src/commands/GetEncryptionKeyCommand.ts b/clients/client-inspector2/src/commands/GetEncryptionKeyCommand.ts index d36a5fa506b5..27839bf141b7 100644 --- a/clients/client-inspector2/src/commands/GetEncryptionKeyCommand.ts +++ b/clients/client-inspector2/src/commands/GetEncryptionKeyCommand.ts @@ -87,9 +87,6 @@ export class GetEncryptionKeyCommand extends $Command< GetEncryptionKeyCommandOutput, Inspector2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -103,9 +100,7 @@ export class GetEncryptionKeyCommand extends $Command< * @public */ constructor(readonly input: GetEncryptionKeyCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -158,7 +153,4 @@ export class GetEncryptionKeyCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetEncryptionKeyCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-inspector2/src/commands/GetFindingsReportStatusCommand.ts b/clients/client-inspector2/src/commands/GetFindingsReportStatusCommand.ts index dab905f105c4..7773415c31f7 100644 --- a/clients/client-inspector2/src/commands/GetFindingsReportStatusCommand.ts +++ b/clients/client-inspector2/src/commands/GetFindingsReportStatusCommand.ts @@ -222,9 +222,6 @@ export class GetFindingsReportStatusCommand extends $Command< GetFindingsReportStatusCommandOutput, Inspector2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -238,9 +235,7 @@ export class GetFindingsReportStatusCommand extends $Command< * @public */ constructor(readonly input: GetFindingsReportStatusCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -293,7 +288,4 @@ export class GetFindingsReportStatusCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetFindingsReportStatusCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-inspector2/src/commands/GetMemberCommand.ts b/clients/client-inspector2/src/commands/GetMemberCommand.ts index 826a6823fe3c..3bb278ca99ef 100644 --- a/clients/client-inspector2/src/commands/GetMemberCommand.ts +++ b/clients/client-inspector2/src/commands/GetMemberCommand.ts @@ -91,9 +91,6 @@ export class GetMemberCommand extends $Command< GetMemberCommandOutput, Inspector2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -107,9 +104,7 @@ export class GetMemberCommand extends $Command< * @public */ constructor(readonly input: GetMemberCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -160,7 +155,4 @@ export class GetMemberCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetMemberCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-inspector2/src/commands/GetSbomExportCommand.ts b/clients/client-inspector2/src/commands/GetSbomExportCommand.ts index 4edefdf6a8a9..0607765545d1 100644 --- a/clients/client-inspector2/src/commands/GetSbomExportCommand.ts +++ b/clients/client-inspector2/src/commands/GetSbomExportCommand.ts @@ -142,9 +142,6 @@ export class GetSbomExportCommand extends $Command< GetSbomExportCommandOutput, Inspector2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -158,9 +155,7 @@ export class GetSbomExportCommand extends $Command< * @public */ constructor(readonly input: GetSbomExportCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -211,7 +206,4 @@ export class GetSbomExportCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetSbomExportCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-inspector2/src/commands/ListAccountPermissionsCommand.ts b/clients/client-inspector2/src/commands/ListAccountPermissionsCommand.ts index 3200a63767f7..7f961f2037d2 100644 --- a/clients/client-inspector2/src/commands/ListAccountPermissionsCommand.ts +++ b/clients/client-inspector2/src/commands/ListAccountPermissionsCommand.ts @@ -91,9 +91,6 @@ export class ListAccountPermissionsCommand extends $Command< ListAccountPermissionsCommandOutput, Inspector2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -107,9 +104,7 @@ export class ListAccountPermissionsCommand extends $Command< * @public */ constructor(readonly input: ListAccountPermissionsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -162,7 +157,4 @@ export class ListAccountPermissionsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListAccountPermissionsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-inspector2/src/commands/ListCoverageCommand.ts b/clients/client-inspector2/src/commands/ListCoverageCommand.ts index 36440cea3ce9..8a13b9266fad 100644 --- a/clients/client-inspector2/src/commands/ListCoverageCommand.ts +++ b/clients/client-inspector2/src/commands/ListCoverageCommand.ts @@ -179,9 +179,6 @@ export class ListCoverageCommand extends $Command< ListCoverageCommandOutput, Inspector2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -195,9 +192,7 @@ export class ListCoverageCommand extends $Command< * @public */ constructor(readonly input: ListCoverageCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -248,7 +243,4 @@ export class ListCoverageCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListCoverageCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-inspector2/src/commands/ListCoverageStatisticsCommand.ts b/clients/client-inspector2/src/commands/ListCoverageStatisticsCommand.ts index 4672203ad1b8..ae6f13df7939 100644 --- a/clients/client-inspector2/src/commands/ListCoverageStatisticsCommand.ts +++ b/clients/client-inspector2/src/commands/ListCoverageStatisticsCommand.ts @@ -145,9 +145,6 @@ export class ListCoverageStatisticsCommand extends $Command< ListCoverageStatisticsCommandOutput, Inspector2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -161,9 +158,7 @@ export class ListCoverageStatisticsCommand extends $Command< * @public */ constructor(readonly input: ListCoverageStatisticsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -216,7 +211,4 @@ export class ListCoverageStatisticsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListCoverageStatisticsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-inspector2/src/commands/ListDelegatedAdminAccountsCommand.ts b/clients/client-inspector2/src/commands/ListDelegatedAdminAccountsCommand.ts index 49ebe6bd2a24..ca2bb8663ea8 100644 --- a/clients/client-inspector2/src/commands/ListDelegatedAdminAccountsCommand.ts +++ b/clients/client-inspector2/src/commands/ListDelegatedAdminAccountsCommand.ts @@ -91,9 +91,6 @@ export class ListDelegatedAdminAccountsCommand extends $Command< ListDelegatedAdminAccountsCommandOutput, Inspector2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -107,9 +104,7 @@ export class ListDelegatedAdminAccountsCommand extends $Command< * @public */ constructor(readonly input: ListDelegatedAdminAccountsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -165,7 +160,4 @@ export class ListDelegatedAdminAccountsCommand extends $Command< ): Promise { return de_ListDelegatedAdminAccountsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-inspector2/src/commands/ListFiltersCommand.ts b/clients/client-inspector2/src/commands/ListFiltersCommand.ts index 59c518da81cb..3fc9dd63b77e 100644 --- a/clients/client-inspector2/src/commands/ListFiltersCommand.ts +++ b/clients/client-inspector2/src/commands/ListFiltersCommand.ts @@ -231,9 +231,6 @@ export class ListFiltersCommand extends $Command< ListFiltersCommandOutput, Inspector2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -247,9 +244,7 @@ export class ListFiltersCommand extends $Command< * @public */ constructor(readonly input: ListFiltersCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -300,7 +295,4 @@ export class ListFiltersCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListFiltersCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-inspector2/src/commands/ListFindingAggregationsCommand.ts b/clients/client-inspector2/src/commands/ListFindingAggregationsCommand.ts index a2bbc0effe65..ec84bc019490 100644 --- a/clients/client-inspector2/src/commands/ListFindingAggregationsCommand.ts +++ b/clients/client-inspector2/src/commands/ListFindingAggregationsCommand.ts @@ -304,9 +304,6 @@ export class ListFindingAggregationsCommand extends $Command< ListFindingAggregationsCommandOutput, Inspector2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -320,9 +317,7 @@ export class ListFindingAggregationsCommand extends $Command< * @public */ constructor(readonly input: ListFindingAggregationsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -375,7 +370,4 @@ export class ListFindingAggregationsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListFindingAggregationsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-inspector2/src/commands/ListFindingsCommand.ts b/clients/client-inspector2/src/commands/ListFindingsCommand.ts index 6e42e4c8a88e..09a6ac339684 100644 --- a/clients/client-inspector2/src/commands/ListFindingsCommand.ts +++ b/clients/client-inspector2/src/commands/ListFindingsCommand.ts @@ -395,9 +395,6 @@ export class ListFindingsCommand extends $Command< ListFindingsCommandOutput, Inspector2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -411,9 +408,7 @@ export class ListFindingsCommand extends $Command< * @public */ constructor(readonly input: ListFindingsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -464,7 +459,4 @@ export class ListFindingsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListFindingsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-inspector2/src/commands/ListMembersCommand.ts b/clients/client-inspector2/src/commands/ListMembersCommand.ts index 65d761775e0a..fe8451c3972e 100644 --- a/clients/client-inspector2/src/commands/ListMembersCommand.ts +++ b/clients/client-inspector2/src/commands/ListMembersCommand.ts @@ -94,9 +94,6 @@ export class ListMembersCommand extends $Command< ListMembersCommandOutput, Inspector2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -110,9 +107,7 @@ export class ListMembersCommand extends $Command< * @public */ constructor(readonly input: ListMembersCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -163,7 +158,4 @@ export class ListMembersCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListMembersCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-inspector2/src/commands/ListTagsForResourceCommand.ts b/clients/client-inspector2/src/commands/ListTagsForResourceCommand.ts index 19b3e35a4c2e..0c2c9dc86e12 100644 --- a/clients/client-inspector2/src/commands/ListTagsForResourceCommand.ts +++ b/clients/client-inspector2/src/commands/ListTagsForResourceCommand.ts @@ -85,9 +85,6 @@ export class ListTagsForResourceCommand extends $Command< ListTagsForResourceCommandOutput, Inspector2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -101,9 +98,7 @@ export class ListTagsForResourceCommand extends $Command< * @public */ constructor(readonly input: ListTagsForResourceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -156,7 +151,4 @@ export class ListTagsForResourceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListTagsForResourceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-inspector2/src/commands/ListUsageTotalsCommand.ts b/clients/client-inspector2/src/commands/ListUsageTotalsCommand.ts index ea7ef036dc46..d994339348a6 100644 --- a/clients/client-inspector2/src/commands/ListUsageTotalsCommand.ts +++ b/clients/client-inspector2/src/commands/ListUsageTotalsCommand.ts @@ -100,9 +100,6 @@ export class ListUsageTotalsCommand extends $Command< ListUsageTotalsCommandOutput, Inspector2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -116,9 +113,7 @@ export class ListUsageTotalsCommand extends $Command< * @public */ constructor(readonly input: ListUsageTotalsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -171,7 +166,4 @@ export class ListUsageTotalsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListUsageTotalsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-inspector2/src/commands/ResetEncryptionKeyCommand.ts b/clients/client-inspector2/src/commands/ResetEncryptionKeyCommand.ts index b37257e9210f..48308013a51b 100644 --- a/clients/client-inspector2/src/commands/ResetEncryptionKeyCommand.ts +++ b/clients/client-inspector2/src/commands/ResetEncryptionKeyCommand.ts @@ -85,9 +85,6 @@ export class ResetEncryptionKeyCommand extends $Command< ResetEncryptionKeyCommandOutput, Inspector2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -101,9 +98,7 @@ export class ResetEncryptionKeyCommand extends $Command< * @public */ constructor(readonly input: ResetEncryptionKeyCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -156,7 +151,4 @@ export class ResetEncryptionKeyCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ResetEncryptionKeyCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-inspector2/src/commands/SearchVulnerabilitiesCommand.ts b/clients/client-inspector2/src/commands/SearchVulnerabilitiesCommand.ts index c5ce1d3ded76..971c159bd8f4 100644 --- a/clients/client-inspector2/src/commands/SearchVulnerabilitiesCommand.ts +++ b/clients/client-inspector2/src/commands/SearchVulnerabilitiesCommand.ts @@ -141,9 +141,6 @@ export class SearchVulnerabilitiesCommand extends $Command< SearchVulnerabilitiesCommandOutput, Inspector2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -157,9 +154,7 @@ export class SearchVulnerabilitiesCommand extends $Command< * @public */ constructor(readonly input: SearchVulnerabilitiesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -212,7 +207,4 @@ export class SearchVulnerabilitiesCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_SearchVulnerabilitiesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-inspector2/src/commands/TagResourceCommand.ts b/clients/client-inspector2/src/commands/TagResourceCommand.ts index a496fdfa8de7..99ea860565c8 100644 --- a/clients/client-inspector2/src/commands/TagResourceCommand.ts +++ b/clients/client-inspector2/src/commands/TagResourceCommand.ts @@ -87,9 +87,6 @@ export class TagResourceCommand extends $Command< TagResourceCommandOutput, Inspector2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -103,9 +100,7 @@ export class TagResourceCommand extends $Command< * @public */ constructor(readonly input: TagResourceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -156,7 +151,4 @@ export class TagResourceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_TagResourceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-inspector2/src/commands/UntagResourceCommand.ts b/clients/client-inspector2/src/commands/UntagResourceCommand.ts index 64c1f7087f6a..7e0c5fa50ec3 100644 --- a/clients/client-inspector2/src/commands/UntagResourceCommand.ts +++ b/clients/client-inspector2/src/commands/UntagResourceCommand.ts @@ -84,9 +84,6 @@ export class UntagResourceCommand extends $Command< UntagResourceCommandOutput, Inspector2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -100,9 +97,7 @@ export class UntagResourceCommand extends $Command< * @public */ constructor(readonly input: UntagResourceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -153,7 +148,4 @@ export class UntagResourceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UntagResourceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-inspector2/src/commands/UpdateConfigurationCommand.ts b/clients/client-inspector2/src/commands/UpdateConfigurationCommand.ts index 6011e995fa96..84139fc45eb9 100644 --- a/clients/client-inspector2/src/commands/UpdateConfigurationCommand.ts +++ b/clients/client-inspector2/src/commands/UpdateConfigurationCommand.ts @@ -83,9 +83,6 @@ export class UpdateConfigurationCommand extends $Command< UpdateConfigurationCommandOutput, Inspector2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -99,9 +96,7 @@ export class UpdateConfigurationCommand extends $Command< * @public */ constructor(readonly input: UpdateConfigurationCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -154,7 +149,4 @@ export class UpdateConfigurationCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdateConfigurationCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-inspector2/src/commands/UpdateEc2DeepInspectionConfigurationCommand.ts b/clients/client-inspector2/src/commands/UpdateEc2DeepInspectionConfigurationCommand.ts index 06b909516267..b410dd5a436d 100644 --- a/clients/client-inspector2/src/commands/UpdateEc2DeepInspectionConfigurationCommand.ts +++ b/clients/client-inspector2/src/commands/UpdateEc2DeepInspectionConfigurationCommand.ts @@ -101,9 +101,6 @@ export class UpdateEc2DeepInspectionConfigurationCommand extends $Command< UpdateEc2DeepInspectionConfigurationCommandOutput, Inspector2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -117,9 +114,7 @@ export class UpdateEc2DeepInspectionConfigurationCommand extends $Command< * @public */ constructor(readonly input: UpdateEc2DeepInspectionConfigurationCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -178,7 +173,4 @@ export class UpdateEc2DeepInspectionConfigurationCommand extends $Command< ): Promise { return de_UpdateEc2DeepInspectionConfigurationCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-inspector2/src/commands/UpdateEncryptionKeyCommand.ts b/clients/client-inspector2/src/commands/UpdateEncryptionKeyCommand.ts index 162b651937ca..262dc8cc5e89 100644 --- a/clients/client-inspector2/src/commands/UpdateEncryptionKeyCommand.ts +++ b/clients/client-inspector2/src/commands/UpdateEncryptionKeyCommand.ts @@ -86,9 +86,6 @@ export class UpdateEncryptionKeyCommand extends $Command< UpdateEncryptionKeyCommandOutput, Inspector2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -102,9 +99,7 @@ export class UpdateEncryptionKeyCommand extends $Command< * @public */ constructor(readonly input: UpdateEncryptionKeyCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -157,7 +152,4 @@ export class UpdateEncryptionKeyCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdateEncryptionKeyCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-inspector2/src/commands/UpdateFilterCommand.ts b/clients/client-inspector2/src/commands/UpdateFilterCommand.ts index 8e514b59acf3..3f016f3f628c 100644 --- a/clients/client-inspector2/src/commands/UpdateFilterCommand.ts +++ b/clients/client-inspector2/src/commands/UpdateFilterCommand.ts @@ -218,9 +218,6 @@ export class UpdateFilterCommand extends $Command< UpdateFilterCommandOutput, Inspector2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -234,9 +231,7 @@ export class UpdateFilterCommand extends $Command< * @public */ constructor(readonly input: UpdateFilterCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -287,7 +282,4 @@ export class UpdateFilterCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdateFilterCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-inspector2/src/commands/UpdateOrgEc2DeepInspectionConfigurationCommand.ts b/clients/client-inspector2/src/commands/UpdateOrgEc2DeepInspectionConfigurationCommand.ts index 675e695ac0cd..caafa31765e4 100644 --- a/clients/client-inspector2/src/commands/UpdateOrgEc2DeepInspectionConfigurationCommand.ts +++ b/clients/client-inspector2/src/commands/UpdateOrgEc2DeepInspectionConfigurationCommand.ts @@ -92,9 +92,6 @@ export class UpdateOrgEc2DeepInspectionConfigurationCommand extends $Command< UpdateOrgEc2DeepInspectionConfigurationCommandOutput, Inspector2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -108,9 +105,7 @@ export class UpdateOrgEc2DeepInspectionConfigurationCommand extends $Command< * @public */ constructor(readonly input: UpdateOrgEc2DeepInspectionConfigurationCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -175,7 +170,4 @@ export class UpdateOrgEc2DeepInspectionConfigurationCommand extends $Command< ): Promise { return de_UpdateOrgEc2DeepInspectionConfigurationCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-inspector2/src/commands/UpdateOrganizationConfigurationCommand.ts b/clients/client-inspector2/src/commands/UpdateOrganizationConfigurationCommand.ts index 3d627691e856..904a387c1a3e 100644 --- a/clients/client-inspector2/src/commands/UpdateOrganizationConfigurationCommand.ts +++ b/clients/client-inspector2/src/commands/UpdateOrganizationConfigurationCommand.ts @@ -98,9 +98,6 @@ export class UpdateOrganizationConfigurationCommand extends $Command< UpdateOrganizationConfigurationCommandOutput, Inspector2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -114,9 +111,7 @@ export class UpdateOrganizationConfigurationCommand extends $Command< * @public */ constructor(readonly input: UpdateOrganizationConfigurationCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -175,7 +170,4 @@ export class UpdateOrganizationConfigurationCommand extends $Command< ): Promise { return de_UpdateOrganizationConfigurationCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-internetmonitor/package.json b/clients/client-internetmonitor/package.json index fe0e2fbaa3f2..b978b0750118 100644 --- a/clients/client-internetmonitor/package.json +++ b/clients/client-internetmonitor/package.json @@ -34,29 +34,29 @@ "@aws-sdk/util-endpoints": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@smithy/config-resolver": "^2.0.16", - "@smithy/fetch-http-handler": "^2.2.4", - "@smithy/hash-node": "^2.0.12", - "@smithy/invalid-dependency": "^2.0.12", - "@smithy/middleware-content-length": "^2.0.14", - "@smithy/middleware-endpoint": "^2.1.3", - "@smithy/middleware-retry": "^2.0.18", - "@smithy/middleware-serde": "^2.0.12", - "@smithy/middleware-stack": "^2.0.6", - "@smithy/node-config-provider": "^2.1.3", - "@smithy/node-http-handler": "^2.1.8", - "@smithy/protocol-http": "^3.0.8", - "@smithy/smithy-client": "^2.1.12", - "@smithy/types": "^2.4.0", - "@smithy/url-parser": "^2.0.12", - "@smithy/util-base64": "^2.0.0", + "@smithy/config-resolver": "^2.0.18", + "@smithy/fetch-http-handler": "^2.2.6", + "@smithy/hash-node": "^2.0.15", + "@smithy/invalid-dependency": "^2.0.13", + "@smithy/middleware-content-length": "^2.0.15", + "@smithy/middleware-endpoint": "^2.2.0", + "@smithy/middleware-retry": "^2.0.20", + "@smithy/middleware-serde": "^2.0.13", + "@smithy/middleware-stack": "^2.0.7", + "@smithy/node-config-provider": "^2.1.5", + "@smithy/node-http-handler": "^2.1.9", + "@smithy/protocol-http": "^3.0.9", + "@smithy/smithy-client": "^2.1.15", + "@smithy/types": "^2.5.0", + "@smithy/url-parser": "^2.0.13", + "@smithy/util-base64": "^2.0.1", "@smithy/util-body-length-browser": "^2.0.0", "@smithy/util-body-length-node": "^2.1.0", - "@smithy/util-defaults-mode-browser": "^2.0.16", - "@smithy/util-defaults-mode-node": "^2.0.21", - "@smithy/util-endpoints": "^1.0.2", - "@smithy/util-retry": "^2.0.5", - "@smithy/util-utf8": "^2.0.0", + "@smithy/util-defaults-mode-browser": "^2.0.19", + "@smithy/util-defaults-mode-node": "^2.0.25", + "@smithy/util-endpoints": "^1.0.4", + "@smithy/util-retry": "^2.0.6", + "@smithy/util-utf8": "^2.0.2", "tslib": "^2.5.0", "uuid": "^8.3.2" }, diff --git a/clients/client-internetmonitor/src/commands/CreateMonitorCommand.ts b/clients/client-internetmonitor/src/commands/CreateMonitorCommand.ts index 9735c0125639..1658807eead4 100644 --- a/clients/client-internetmonitor/src/commands/CreateMonitorCommand.ts +++ b/clients/client-internetmonitor/src/commands/CreateMonitorCommand.ts @@ -127,9 +127,6 @@ export class CreateMonitorCommand extends $Command< CreateMonitorCommandOutput, InternetMonitorClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -143,9 +140,7 @@ export class CreateMonitorCommand extends $Command< * @public */ constructor(readonly input: CreateMonitorCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -196,7 +191,4 @@ export class CreateMonitorCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateMonitorCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-internetmonitor/src/commands/DeleteMonitorCommand.ts b/clients/client-internetmonitor/src/commands/DeleteMonitorCommand.ts index 18d418de3165..099a24463914 100644 --- a/clients/client-internetmonitor/src/commands/DeleteMonitorCommand.ts +++ b/clients/client-internetmonitor/src/commands/DeleteMonitorCommand.ts @@ -80,9 +80,6 @@ export class DeleteMonitorCommand extends $Command< DeleteMonitorCommandOutput, InternetMonitorClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -96,9 +93,7 @@ export class DeleteMonitorCommand extends $Command< * @public */ constructor(readonly input: DeleteMonitorCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -149,7 +144,4 @@ export class DeleteMonitorCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteMonitorCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-internetmonitor/src/commands/GetHealthEventCommand.ts b/clients/client-internetmonitor/src/commands/GetHealthEventCommand.ts index f75e4d07165a..9bab994e0b67 100644 --- a/clients/client-internetmonitor/src/commands/GetHealthEventCommand.ts +++ b/clients/client-internetmonitor/src/commands/GetHealthEventCommand.ts @@ -144,9 +144,6 @@ export class GetHealthEventCommand extends $Command< GetHealthEventCommandOutput, InternetMonitorClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -160,9 +157,7 @@ export class GetHealthEventCommand extends $Command< * @public */ constructor(readonly input: GetHealthEventCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -215,7 +210,4 @@ export class GetHealthEventCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetHealthEventCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-internetmonitor/src/commands/GetMonitorCommand.ts b/clients/client-internetmonitor/src/commands/GetMonitorCommand.ts index 9ca5ad2cff37..e4cd70d28f02 100644 --- a/clients/client-internetmonitor/src/commands/GetMonitorCommand.ts +++ b/clients/client-internetmonitor/src/commands/GetMonitorCommand.ts @@ -118,9 +118,6 @@ export class GetMonitorCommand extends $Command< GetMonitorCommandOutput, InternetMonitorClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -134,9 +131,7 @@ export class GetMonitorCommand extends $Command< * @public */ constructor(readonly input: GetMonitorCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -187,7 +182,4 @@ export class GetMonitorCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetMonitorCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-internetmonitor/src/commands/ListHealthEventsCommand.ts b/clients/client-internetmonitor/src/commands/ListHealthEventsCommand.ts index 8400b3d77845..28170d9f222e 100644 --- a/clients/client-internetmonitor/src/commands/ListHealthEventsCommand.ts +++ b/clients/client-internetmonitor/src/commands/ListHealthEventsCommand.ts @@ -153,9 +153,6 @@ export class ListHealthEventsCommand extends $Command< ListHealthEventsCommandOutput, InternetMonitorClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -169,9 +166,7 @@ export class ListHealthEventsCommand extends $Command< * @public */ constructor(readonly input: ListHealthEventsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -224,7 +219,4 @@ export class ListHealthEventsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListHealthEventsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-internetmonitor/src/commands/ListMonitorsCommand.ts b/clients/client-internetmonitor/src/commands/ListMonitorsCommand.ts index f1ce0a38673e..9ed48e17b91e 100644 --- a/clients/client-internetmonitor/src/commands/ListMonitorsCommand.ts +++ b/clients/client-internetmonitor/src/commands/ListMonitorsCommand.ts @@ -92,9 +92,6 @@ export class ListMonitorsCommand extends $Command< ListMonitorsCommandOutput, InternetMonitorClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -108,9 +105,7 @@ export class ListMonitorsCommand extends $Command< * @public */ constructor(readonly input: ListMonitorsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -161,7 +156,4 @@ export class ListMonitorsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListMonitorsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-internetmonitor/src/commands/ListTagsForResourceCommand.ts b/clients/client-internetmonitor/src/commands/ListTagsForResourceCommand.ts index 14db2ecc48ec..f4bedd9453d3 100644 --- a/clients/client-internetmonitor/src/commands/ListTagsForResourceCommand.ts +++ b/clients/client-internetmonitor/src/commands/ListTagsForResourceCommand.ts @@ -87,9 +87,6 @@ export class ListTagsForResourceCommand extends $Command< ListTagsForResourceCommandOutput, InternetMonitorClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -103,9 +100,7 @@ export class ListTagsForResourceCommand extends $Command< * @public */ constructor(readonly input: ListTagsForResourceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -158,7 +153,4 @@ export class ListTagsForResourceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListTagsForResourceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-internetmonitor/src/commands/TagResourceCommand.ts b/clients/client-internetmonitor/src/commands/TagResourceCommand.ts index ec7fa931238c..629482b8b835 100644 --- a/clients/client-internetmonitor/src/commands/TagResourceCommand.ts +++ b/clients/client-internetmonitor/src/commands/TagResourceCommand.ts @@ -87,9 +87,6 @@ export class TagResourceCommand extends $Command< TagResourceCommandOutput, InternetMonitorClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -103,9 +100,7 @@ export class TagResourceCommand extends $Command< * @public */ constructor(readonly input: TagResourceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -156,7 +151,4 @@ export class TagResourceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_TagResourceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-internetmonitor/src/commands/UntagResourceCommand.ts b/clients/client-internetmonitor/src/commands/UntagResourceCommand.ts index b6142a6c6ca5..b133bc6e32fd 100644 --- a/clients/client-internetmonitor/src/commands/UntagResourceCommand.ts +++ b/clients/client-internetmonitor/src/commands/UntagResourceCommand.ts @@ -86,9 +86,6 @@ export class UntagResourceCommand extends $Command< UntagResourceCommandOutput, InternetMonitorClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -102,9 +99,7 @@ export class UntagResourceCommand extends $Command< * @public */ constructor(readonly input: UntagResourceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -155,7 +150,4 @@ export class UntagResourceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UntagResourceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-internetmonitor/src/commands/UpdateMonitorCommand.ts b/clients/client-internetmonitor/src/commands/UpdateMonitorCommand.ts index dffe7d8f7bcc..20d28c934db5 100644 --- a/clients/client-internetmonitor/src/commands/UpdateMonitorCommand.ts +++ b/clients/client-internetmonitor/src/commands/UpdateMonitorCommand.ts @@ -123,9 +123,6 @@ export class UpdateMonitorCommand extends $Command< UpdateMonitorCommandOutput, InternetMonitorClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -139,9 +136,7 @@ export class UpdateMonitorCommand extends $Command< * @public */ constructor(readonly input: UpdateMonitorCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -192,7 +187,4 @@ export class UpdateMonitorCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdateMonitorCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-iot-1click-devices-service/package.json b/clients/client-iot-1click-devices-service/package.json index d20de1179f11..2246cfd1c5c2 100644 --- a/clients/client-iot-1click-devices-service/package.json +++ b/clients/client-iot-1click-devices-service/package.json @@ -34,29 +34,29 @@ "@aws-sdk/util-endpoints": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@smithy/config-resolver": "^2.0.16", - "@smithy/fetch-http-handler": "^2.2.4", - "@smithy/hash-node": "^2.0.12", - "@smithy/invalid-dependency": "^2.0.12", - "@smithy/middleware-content-length": "^2.0.14", - "@smithy/middleware-endpoint": "^2.1.3", - "@smithy/middleware-retry": "^2.0.18", - "@smithy/middleware-serde": "^2.0.12", - "@smithy/middleware-stack": "^2.0.6", - "@smithy/node-config-provider": "^2.1.3", - "@smithy/node-http-handler": "^2.1.8", - "@smithy/protocol-http": "^3.0.8", - "@smithy/smithy-client": "^2.1.12", - "@smithy/types": "^2.4.0", - "@smithy/url-parser": "^2.0.12", - "@smithy/util-base64": "^2.0.0", + "@smithy/config-resolver": "^2.0.18", + "@smithy/fetch-http-handler": "^2.2.6", + "@smithy/hash-node": "^2.0.15", + "@smithy/invalid-dependency": "^2.0.13", + "@smithy/middleware-content-length": "^2.0.15", + "@smithy/middleware-endpoint": "^2.2.0", + "@smithy/middleware-retry": "^2.0.20", + "@smithy/middleware-serde": "^2.0.13", + "@smithy/middleware-stack": "^2.0.7", + "@smithy/node-config-provider": "^2.1.5", + "@smithy/node-http-handler": "^2.1.9", + "@smithy/protocol-http": "^3.0.9", + "@smithy/smithy-client": "^2.1.15", + "@smithy/types": "^2.5.0", + "@smithy/url-parser": "^2.0.13", + "@smithy/util-base64": "^2.0.1", "@smithy/util-body-length-browser": "^2.0.0", "@smithy/util-body-length-node": "^2.1.0", - "@smithy/util-defaults-mode-browser": "^2.0.16", - "@smithy/util-defaults-mode-node": "^2.0.21", - "@smithy/util-endpoints": "^1.0.2", - "@smithy/util-retry": "^2.0.5", - "@smithy/util-utf8": "^2.0.0", + "@smithy/util-defaults-mode-browser": "^2.0.19", + "@smithy/util-defaults-mode-node": "^2.0.25", + "@smithy/util-endpoints": "^1.0.4", + "@smithy/util-retry": "^2.0.6", + "@smithy/util-utf8": "^2.0.2", "tslib": "^2.5.0" }, "devDependencies": { diff --git a/clients/client-iot-1click-devices-service/src/commands/ClaimDevicesByClaimCodeCommand.ts b/clients/client-iot-1click-devices-service/src/commands/ClaimDevicesByClaimCodeCommand.ts index 6f8a0c86f004..304ed55500e4 100644 --- a/clients/client-iot-1click-devices-service/src/commands/ClaimDevicesByClaimCodeCommand.ts +++ b/clients/client-iot-1click-devices-service/src/commands/ClaimDevicesByClaimCodeCommand.ts @@ -82,9 +82,6 @@ export class ClaimDevicesByClaimCodeCommand extends $Command< ClaimDevicesByClaimCodeCommandOutput, IoT1ClickDevicesServiceClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -98,9 +95,7 @@ export class ClaimDevicesByClaimCodeCommand extends $Command< * @public */ constructor(readonly input: ClaimDevicesByClaimCodeCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -153,7 +148,4 @@ export class ClaimDevicesByClaimCodeCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ClaimDevicesByClaimCodeCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-iot-1click-devices-service/src/commands/DescribeDeviceCommand.ts b/clients/client-iot-1click-devices-service/src/commands/DescribeDeviceCommand.ts index 90e0df009b7a..fe7d29277a06 100644 --- a/clients/client-iot-1click-devices-service/src/commands/DescribeDeviceCommand.ts +++ b/clients/client-iot-1click-devices-service/src/commands/DescribeDeviceCommand.ts @@ -93,9 +93,6 @@ export class DescribeDeviceCommand extends $Command< DescribeDeviceCommandOutput, IoT1ClickDevicesServiceClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -109,9 +106,7 @@ export class DescribeDeviceCommand extends $Command< * @public */ constructor(readonly input: DescribeDeviceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -164,7 +159,4 @@ export class DescribeDeviceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DescribeDeviceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-iot-1click-devices-service/src/commands/FinalizeDeviceClaimCommand.ts b/clients/client-iot-1click-devices-service/src/commands/FinalizeDeviceClaimCommand.ts index 89c1c5bb0ec8..d2224334faf8 100644 --- a/clients/client-iot-1click-devices-service/src/commands/FinalizeDeviceClaimCommand.ts +++ b/clients/client-iot-1click-devices-service/src/commands/FinalizeDeviceClaimCommand.ts @@ -91,9 +91,6 @@ export class FinalizeDeviceClaimCommand extends $Command< FinalizeDeviceClaimCommandOutput, IoT1ClickDevicesServiceClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -107,9 +104,7 @@ export class FinalizeDeviceClaimCommand extends $Command< * @public */ constructor(readonly input: FinalizeDeviceClaimCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -162,7 +157,4 @@ export class FinalizeDeviceClaimCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_FinalizeDeviceClaimCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-iot-1click-devices-service/src/commands/GetDeviceMethodsCommand.ts b/clients/client-iot-1click-devices-service/src/commands/GetDeviceMethodsCommand.ts index 88719159cea6..7603055df967 100644 --- a/clients/client-iot-1click-devices-service/src/commands/GetDeviceMethodsCommand.ts +++ b/clients/client-iot-1click-devices-service/src/commands/GetDeviceMethodsCommand.ts @@ -85,9 +85,6 @@ export class GetDeviceMethodsCommand extends $Command< GetDeviceMethodsCommandOutput, IoT1ClickDevicesServiceClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -101,9 +98,7 @@ export class GetDeviceMethodsCommand extends $Command< * @public */ constructor(readonly input: GetDeviceMethodsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -156,7 +151,4 @@ export class GetDeviceMethodsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetDeviceMethodsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-iot-1click-devices-service/src/commands/InitiateDeviceClaimCommand.ts b/clients/client-iot-1click-devices-service/src/commands/InitiateDeviceClaimCommand.ts index 33cced44d7c4..97c325e892bc 100644 --- a/clients/client-iot-1click-devices-service/src/commands/InitiateDeviceClaimCommand.ts +++ b/clients/client-iot-1click-devices-service/src/commands/InitiateDeviceClaimCommand.ts @@ -86,9 +86,6 @@ export class InitiateDeviceClaimCommand extends $Command< InitiateDeviceClaimCommandOutput, IoT1ClickDevicesServiceClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -102,9 +99,7 @@ export class InitiateDeviceClaimCommand extends $Command< * @public */ constructor(readonly input: InitiateDeviceClaimCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -157,7 +152,4 @@ export class InitiateDeviceClaimCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_InitiateDeviceClaimCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-iot-1click-devices-service/src/commands/InvokeDeviceMethodCommand.ts b/clients/client-iot-1click-devices-service/src/commands/InvokeDeviceMethodCommand.ts index fc70d3d035e9..366ccd0385f2 100644 --- a/clients/client-iot-1click-devices-service/src/commands/InvokeDeviceMethodCommand.ts +++ b/clients/client-iot-1click-devices-service/src/commands/InvokeDeviceMethodCommand.ts @@ -92,9 +92,6 @@ export class InvokeDeviceMethodCommand extends $Command< InvokeDeviceMethodCommandOutput, IoT1ClickDevicesServiceClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -108,9 +105,7 @@ export class InvokeDeviceMethodCommand extends $Command< * @public */ constructor(readonly input: InvokeDeviceMethodCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -163,7 +158,4 @@ export class InvokeDeviceMethodCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_InvokeDeviceMethodCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-iot-1click-devices-service/src/commands/ListDeviceEventsCommand.ts b/clients/client-iot-1click-devices-service/src/commands/ListDeviceEventsCommand.ts index c852412fb818..12b2961bc3ee 100644 --- a/clients/client-iot-1click-devices-service/src/commands/ListDeviceEventsCommand.ts +++ b/clients/client-iot-1click-devices-service/src/commands/ListDeviceEventsCommand.ts @@ -97,9 +97,6 @@ export class ListDeviceEventsCommand extends $Command< ListDeviceEventsCommandOutput, IoT1ClickDevicesServiceClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -113,9 +110,7 @@ export class ListDeviceEventsCommand extends $Command< * @public */ constructor(readonly input: ListDeviceEventsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -168,7 +163,4 @@ export class ListDeviceEventsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListDeviceEventsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-iot-1click-devices-service/src/commands/ListDevicesCommand.ts b/clients/client-iot-1click-devices-service/src/commands/ListDevicesCommand.ts index 885e83f9052e..bfb263d0b1c2 100644 --- a/clients/client-iot-1click-devices-service/src/commands/ListDevicesCommand.ts +++ b/clients/client-iot-1click-devices-service/src/commands/ListDevicesCommand.ts @@ -97,9 +97,6 @@ export class ListDevicesCommand extends $Command< ListDevicesCommandOutput, IoT1ClickDevicesServiceClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -113,9 +110,7 @@ export class ListDevicesCommand extends $Command< * @public */ constructor(readonly input: ListDevicesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -166,7 +161,4 @@ export class ListDevicesCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListDevicesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-iot-1click-devices-service/src/commands/ListTagsForResourceCommand.ts b/clients/client-iot-1click-devices-service/src/commands/ListTagsForResourceCommand.ts index 76577b2de819..c0852a1865ee 100644 --- a/clients/client-iot-1click-devices-service/src/commands/ListTagsForResourceCommand.ts +++ b/clients/client-iot-1click-devices-service/src/commands/ListTagsForResourceCommand.ts @@ -80,9 +80,6 @@ export class ListTagsForResourceCommand extends $Command< ListTagsForResourceCommandOutput, IoT1ClickDevicesServiceClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -96,9 +93,7 @@ export class ListTagsForResourceCommand extends $Command< * @public */ constructor(readonly input: ListTagsForResourceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -151,7 +146,4 @@ export class ListTagsForResourceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListTagsForResourceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-iot-1click-devices-service/src/commands/TagResourceCommand.ts b/clients/client-iot-1click-devices-service/src/commands/TagResourceCommand.ts index 118f940982ae..bc51db7c9ff5 100644 --- a/clients/client-iot-1click-devices-service/src/commands/TagResourceCommand.ts +++ b/clients/client-iot-1click-devices-service/src/commands/TagResourceCommand.ts @@ -82,9 +82,6 @@ export class TagResourceCommand extends $Command< TagResourceCommandOutput, IoT1ClickDevicesServiceClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -98,9 +95,7 @@ export class TagResourceCommand extends $Command< * @public */ constructor(readonly input: TagResourceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -151,7 +146,4 @@ export class TagResourceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_TagResourceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-iot-1click-devices-service/src/commands/UnclaimDeviceCommand.ts b/clients/client-iot-1click-devices-service/src/commands/UnclaimDeviceCommand.ts index d651947fab51..c64195169731 100644 --- a/clients/client-iot-1click-devices-service/src/commands/UnclaimDeviceCommand.ts +++ b/clients/client-iot-1click-devices-service/src/commands/UnclaimDeviceCommand.ts @@ -80,9 +80,6 @@ export class UnclaimDeviceCommand extends $Command< UnclaimDeviceCommandOutput, IoT1ClickDevicesServiceClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -96,9 +93,7 @@ export class UnclaimDeviceCommand extends $Command< * @public */ constructor(readonly input: UnclaimDeviceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -149,7 +144,4 @@ export class UnclaimDeviceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UnclaimDeviceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-iot-1click-devices-service/src/commands/UntagResourceCommand.ts b/clients/client-iot-1click-devices-service/src/commands/UntagResourceCommand.ts index b27784dea445..c2ac7b3c8409 100644 --- a/clients/client-iot-1click-devices-service/src/commands/UntagResourceCommand.ts +++ b/clients/client-iot-1click-devices-service/src/commands/UntagResourceCommand.ts @@ -82,9 +82,6 @@ export class UntagResourceCommand extends $Command< UntagResourceCommandOutput, IoT1ClickDevicesServiceClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -98,9 +95,7 @@ export class UntagResourceCommand extends $Command< * @public */ constructor(readonly input: UntagResourceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -151,7 +146,4 @@ export class UntagResourceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UntagResourceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-iot-1click-devices-service/src/commands/UpdateDeviceStateCommand.ts b/clients/client-iot-1click-devices-service/src/commands/UpdateDeviceStateCommand.ts index a72683384e2a..1d9d9ee1b628 100644 --- a/clients/client-iot-1click-devices-service/src/commands/UpdateDeviceStateCommand.ts +++ b/clients/client-iot-1click-devices-service/src/commands/UpdateDeviceStateCommand.ts @@ -80,9 +80,6 @@ export class UpdateDeviceStateCommand extends $Command< UpdateDeviceStateCommandOutput, IoT1ClickDevicesServiceClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -96,9 +93,7 @@ export class UpdateDeviceStateCommand extends $Command< * @public */ constructor(readonly input: UpdateDeviceStateCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -151,7 +146,4 @@ export class UpdateDeviceStateCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdateDeviceStateCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-iot-1click-projects/package.json b/clients/client-iot-1click-projects/package.json index 7451d9dabec7..7325078e68a4 100644 --- a/clients/client-iot-1click-projects/package.json +++ b/clients/client-iot-1click-projects/package.json @@ -34,29 +34,29 @@ "@aws-sdk/util-endpoints": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@smithy/config-resolver": "^2.0.16", - "@smithy/fetch-http-handler": "^2.2.4", - "@smithy/hash-node": "^2.0.12", - "@smithy/invalid-dependency": "^2.0.12", - "@smithy/middleware-content-length": "^2.0.14", - "@smithy/middleware-endpoint": "^2.1.3", - "@smithy/middleware-retry": "^2.0.18", - "@smithy/middleware-serde": "^2.0.12", - "@smithy/middleware-stack": "^2.0.6", - "@smithy/node-config-provider": "^2.1.3", - "@smithy/node-http-handler": "^2.1.8", - "@smithy/protocol-http": "^3.0.8", - "@smithy/smithy-client": "^2.1.12", - "@smithy/types": "^2.4.0", - "@smithy/url-parser": "^2.0.12", - "@smithy/util-base64": "^2.0.0", + "@smithy/config-resolver": "^2.0.18", + "@smithy/fetch-http-handler": "^2.2.6", + "@smithy/hash-node": "^2.0.15", + "@smithy/invalid-dependency": "^2.0.13", + "@smithy/middleware-content-length": "^2.0.15", + "@smithy/middleware-endpoint": "^2.2.0", + "@smithy/middleware-retry": "^2.0.20", + "@smithy/middleware-serde": "^2.0.13", + "@smithy/middleware-stack": "^2.0.7", + "@smithy/node-config-provider": "^2.1.5", + "@smithy/node-http-handler": "^2.1.9", + "@smithy/protocol-http": "^3.0.9", + "@smithy/smithy-client": "^2.1.15", + "@smithy/types": "^2.5.0", + "@smithy/url-parser": "^2.0.13", + "@smithy/util-base64": "^2.0.1", "@smithy/util-body-length-browser": "^2.0.0", "@smithy/util-body-length-node": "^2.1.0", - "@smithy/util-defaults-mode-browser": "^2.0.16", - "@smithy/util-defaults-mode-node": "^2.0.21", - "@smithy/util-endpoints": "^1.0.2", - "@smithy/util-retry": "^2.0.5", - "@smithy/util-utf8": "^2.0.0", + "@smithy/util-defaults-mode-browser": "^2.0.19", + "@smithy/util-defaults-mode-node": "^2.0.25", + "@smithy/util-endpoints": "^1.0.4", + "@smithy/util-retry": "^2.0.6", + "@smithy/util-utf8": "^2.0.2", "tslib": "^2.5.0" }, "devDependencies": { diff --git a/clients/client-iot-1click-projects/src/commands/AssociateDeviceWithPlacementCommand.ts b/clients/client-iot-1click-projects/src/commands/AssociateDeviceWithPlacementCommand.ts index 0b9f12a4d81d..c2731e2ec17d 100644 --- a/clients/client-iot-1click-projects/src/commands/AssociateDeviceWithPlacementCommand.ts +++ b/clients/client-iot-1click-projects/src/commands/AssociateDeviceWithPlacementCommand.ts @@ -92,9 +92,6 @@ export class AssociateDeviceWithPlacementCommand extends $Command< AssociateDeviceWithPlacementCommandOutput, IoT1ClickProjectsClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -108,9 +105,7 @@ export class AssociateDeviceWithPlacementCommand extends $Command< * @public */ constructor(readonly input: AssociateDeviceWithPlacementCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -166,7 +161,4 @@ export class AssociateDeviceWithPlacementCommand extends $Command< ): Promise { return de_AssociateDeviceWithPlacementCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-iot-1click-projects/src/commands/CreatePlacementCommand.ts b/clients/client-iot-1click-projects/src/commands/CreatePlacementCommand.ts index 4142200b27e2..50394db5a267 100644 --- a/clients/client-iot-1click-projects/src/commands/CreatePlacementCommand.ts +++ b/clients/client-iot-1click-projects/src/commands/CreatePlacementCommand.ts @@ -88,9 +88,6 @@ export class CreatePlacementCommand extends $Command< CreatePlacementCommandOutput, IoT1ClickProjectsClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -104,9 +101,7 @@ export class CreatePlacementCommand extends $Command< * @public */ constructor(readonly input: CreatePlacementCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -159,7 +154,4 @@ export class CreatePlacementCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreatePlacementCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-iot-1click-projects/src/commands/CreateProjectCommand.ts b/clients/client-iot-1click-projects/src/commands/CreateProjectCommand.ts index 5f62c1385b92..a27959f25f6e 100644 --- a/clients/client-iot-1click-projects/src/commands/CreateProjectCommand.ts +++ b/clients/client-iot-1click-projects/src/commands/CreateProjectCommand.ts @@ -99,9 +99,6 @@ export class CreateProjectCommand extends $Command< CreateProjectCommandOutput, IoT1ClickProjectsClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -115,9 +112,7 @@ export class CreateProjectCommand extends $Command< * @public */ constructor(readonly input: CreateProjectCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -168,7 +163,4 @@ export class CreateProjectCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateProjectCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-iot-1click-projects/src/commands/DeletePlacementCommand.ts b/clients/client-iot-1click-projects/src/commands/DeletePlacementCommand.ts index d9efc7ac49ab..aeb570e042fc 100644 --- a/clients/client-iot-1click-projects/src/commands/DeletePlacementCommand.ts +++ b/clients/client-iot-1click-projects/src/commands/DeletePlacementCommand.ts @@ -89,9 +89,6 @@ export class DeletePlacementCommand extends $Command< DeletePlacementCommandOutput, IoT1ClickProjectsClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -105,9 +102,7 @@ export class DeletePlacementCommand extends $Command< * @public */ constructor(readonly input: DeletePlacementCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -160,7 +155,4 @@ export class DeletePlacementCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeletePlacementCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-iot-1click-projects/src/commands/DeleteProjectCommand.ts b/clients/client-iot-1click-projects/src/commands/DeleteProjectCommand.ts index 7bd643f9e592..964f2efd38cd 100644 --- a/clients/client-iot-1click-projects/src/commands/DeleteProjectCommand.ts +++ b/clients/client-iot-1click-projects/src/commands/DeleteProjectCommand.ts @@ -88,9 +88,6 @@ export class DeleteProjectCommand extends $Command< DeleteProjectCommandOutput, IoT1ClickProjectsClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -104,9 +101,7 @@ export class DeleteProjectCommand extends $Command< * @public */ constructor(readonly input: DeleteProjectCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -157,7 +152,4 @@ export class DeleteProjectCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteProjectCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-iot-1click-projects/src/commands/DescribePlacementCommand.ts b/clients/client-iot-1click-projects/src/commands/DescribePlacementCommand.ts index b5d940a563e0..93f1f7397325 100644 --- a/clients/client-iot-1click-projects/src/commands/DescribePlacementCommand.ts +++ b/clients/client-iot-1click-projects/src/commands/DescribePlacementCommand.ts @@ -92,9 +92,6 @@ export class DescribePlacementCommand extends $Command< DescribePlacementCommandOutput, IoT1ClickProjectsClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -108,9 +105,7 @@ export class DescribePlacementCommand extends $Command< * @public */ constructor(readonly input: DescribePlacementCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -163,7 +158,4 @@ export class DescribePlacementCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DescribePlacementCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-iot-1click-projects/src/commands/DescribeProjectCommand.ts b/clients/client-iot-1click-projects/src/commands/DescribeProjectCommand.ts index dd6141dbb16f..19cb5303837c 100644 --- a/clients/client-iot-1click-projects/src/commands/DescribeProjectCommand.ts +++ b/clients/client-iot-1click-projects/src/commands/DescribeProjectCommand.ts @@ -105,9 +105,6 @@ export class DescribeProjectCommand extends $Command< DescribeProjectCommandOutput, IoT1ClickProjectsClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -121,9 +118,7 @@ export class DescribeProjectCommand extends $Command< * @public */ constructor(readonly input: DescribeProjectCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -176,7 +171,4 @@ export class DescribeProjectCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DescribeProjectCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-iot-1click-projects/src/commands/DisassociateDeviceFromPlacementCommand.ts b/clients/client-iot-1click-projects/src/commands/DisassociateDeviceFromPlacementCommand.ts index bd329ba3995d..fb7623e8553e 100644 --- a/clients/client-iot-1click-projects/src/commands/DisassociateDeviceFromPlacementCommand.ts +++ b/clients/client-iot-1click-projects/src/commands/DisassociateDeviceFromPlacementCommand.ts @@ -91,9 +91,6 @@ export class DisassociateDeviceFromPlacementCommand extends $Command< DisassociateDeviceFromPlacementCommandOutput, IoT1ClickProjectsClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -107,9 +104,7 @@ export class DisassociateDeviceFromPlacementCommand extends $Command< * @public */ constructor(readonly input: DisassociateDeviceFromPlacementCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -168,7 +163,4 @@ export class DisassociateDeviceFromPlacementCommand extends $Command< ): Promise { return de_DisassociateDeviceFromPlacementCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-iot-1click-projects/src/commands/GetDevicesInPlacementCommand.ts b/clients/client-iot-1click-projects/src/commands/GetDevicesInPlacementCommand.ts index b9ee1ff262e0..f82e052c948d 100644 --- a/clients/client-iot-1click-projects/src/commands/GetDevicesInPlacementCommand.ts +++ b/clients/client-iot-1click-projects/src/commands/GetDevicesInPlacementCommand.ts @@ -86,9 +86,6 @@ export class GetDevicesInPlacementCommand extends $Command< GetDevicesInPlacementCommandOutput, IoT1ClickProjectsClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -102,9 +99,7 @@ export class GetDevicesInPlacementCommand extends $Command< * @public */ constructor(readonly input: GetDevicesInPlacementCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -157,7 +152,4 @@ export class GetDevicesInPlacementCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetDevicesInPlacementCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-iot-1click-projects/src/commands/ListPlacementsCommand.ts b/clients/client-iot-1click-projects/src/commands/ListPlacementsCommand.ts index e7eb69284594..0eaa27f25003 100644 --- a/clients/client-iot-1click-projects/src/commands/ListPlacementsCommand.ts +++ b/clients/client-iot-1click-projects/src/commands/ListPlacementsCommand.ts @@ -93,9 +93,6 @@ export class ListPlacementsCommand extends $Command< ListPlacementsCommandOutput, IoT1ClickProjectsClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -109,9 +106,7 @@ export class ListPlacementsCommand extends $Command< * @public */ constructor(readonly input: ListPlacementsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -164,7 +159,4 @@ export class ListPlacementsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListPlacementsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-iot-1click-projects/src/commands/ListProjectsCommand.ts b/clients/client-iot-1click-projects/src/commands/ListProjectsCommand.ts index dc92c00263fa..930da5f9d531 100644 --- a/clients/client-iot-1click-projects/src/commands/ListProjectsCommand.ts +++ b/clients/client-iot-1click-projects/src/commands/ListProjectsCommand.ts @@ -92,9 +92,6 @@ export class ListProjectsCommand extends $Command< ListProjectsCommandOutput, IoT1ClickProjectsClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -108,9 +105,7 @@ export class ListProjectsCommand extends $Command< * @public */ constructor(readonly input: ListProjectsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -161,7 +156,4 @@ export class ListProjectsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListProjectsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-iot-1click-projects/src/commands/ListTagsForResourceCommand.ts b/clients/client-iot-1click-projects/src/commands/ListTagsForResourceCommand.ts index 8dcf380139c0..c609ccaf05ed 100644 --- a/clients/client-iot-1click-projects/src/commands/ListTagsForResourceCommand.ts +++ b/clients/client-iot-1click-projects/src/commands/ListTagsForResourceCommand.ts @@ -85,9 +85,6 @@ export class ListTagsForResourceCommand extends $Command< ListTagsForResourceCommandOutput, IoT1ClickProjectsClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -101,9 +98,7 @@ export class ListTagsForResourceCommand extends $Command< * @public */ constructor(readonly input: ListTagsForResourceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -156,7 +151,4 @@ export class ListTagsForResourceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListTagsForResourceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-iot-1click-projects/src/commands/TagResourceCommand.ts b/clients/client-iot-1click-projects/src/commands/TagResourceCommand.ts index f0ec952e2322..7feda38bb9e2 100644 --- a/clients/client-iot-1click-projects/src/commands/TagResourceCommand.ts +++ b/clients/client-iot-1click-projects/src/commands/TagResourceCommand.ts @@ -86,9 +86,6 @@ export class TagResourceCommand extends $Command< TagResourceCommandOutput, IoT1ClickProjectsClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -102,9 +99,7 @@ export class TagResourceCommand extends $Command< * @public */ constructor(readonly input: TagResourceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -155,7 +150,4 @@ export class TagResourceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_TagResourceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-iot-1click-projects/src/commands/UntagResourceCommand.ts b/clients/client-iot-1click-projects/src/commands/UntagResourceCommand.ts index 68e4c952f333..bf81a9ebc081 100644 --- a/clients/client-iot-1click-projects/src/commands/UntagResourceCommand.ts +++ b/clients/client-iot-1click-projects/src/commands/UntagResourceCommand.ts @@ -84,9 +84,6 @@ export class UntagResourceCommand extends $Command< UntagResourceCommandOutput, IoT1ClickProjectsClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -100,9 +97,7 @@ export class UntagResourceCommand extends $Command< * @public */ constructor(readonly input: UntagResourceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -153,7 +148,4 @@ export class UntagResourceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UntagResourceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-iot-1click-projects/src/commands/UpdatePlacementCommand.ts b/clients/client-iot-1click-projects/src/commands/UpdatePlacementCommand.ts index 991592bb919c..d38612f34acb 100644 --- a/clients/client-iot-1click-projects/src/commands/UpdatePlacementCommand.ts +++ b/clients/client-iot-1click-projects/src/commands/UpdatePlacementCommand.ts @@ -89,9 +89,6 @@ export class UpdatePlacementCommand extends $Command< UpdatePlacementCommandOutput, IoT1ClickProjectsClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -105,9 +102,7 @@ export class UpdatePlacementCommand extends $Command< * @public */ constructor(readonly input: UpdatePlacementCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -160,7 +155,4 @@ export class UpdatePlacementCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdatePlacementCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-iot-1click-projects/src/commands/UpdateProjectCommand.ts b/clients/client-iot-1click-projects/src/commands/UpdateProjectCommand.ts index b6a2664edb02..ab03e28149cd 100644 --- a/clients/client-iot-1click-projects/src/commands/UpdateProjectCommand.ts +++ b/clients/client-iot-1click-projects/src/commands/UpdateProjectCommand.ts @@ -101,9 +101,6 @@ export class UpdateProjectCommand extends $Command< UpdateProjectCommandOutput, IoT1ClickProjectsClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -117,9 +114,7 @@ export class UpdateProjectCommand extends $Command< * @public */ constructor(readonly input: UpdateProjectCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -170,7 +165,4 @@ export class UpdateProjectCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdateProjectCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-iot-data-plane/package.json b/clients/client-iot-data-plane/package.json index 2229059035be..8b6a19737122 100644 --- a/clients/client-iot-data-plane/package.json +++ b/clients/client-iot-data-plane/package.json @@ -34,30 +34,30 @@ "@aws-sdk/util-endpoints": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@smithy/config-resolver": "^2.0.16", - "@smithy/fetch-http-handler": "^2.2.4", - "@smithy/hash-node": "^2.0.12", - "@smithy/invalid-dependency": "^2.0.12", - "@smithy/middleware-content-length": "^2.0.14", - "@smithy/middleware-endpoint": "^2.1.3", - "@smithy/middleware-retry": "^2.0.18", - "@smithy/middleware-serde": "^2.0.12", - "@smithy/middleware-stack": "^2.0.6", - "@smithy/node-config-provider": "^2.1.3", - "@smithy/node-http-handler": "^2.1.8", - "@smithy/protocol-http": "^3.0.8", - "@smithy/smithy-client": "^2.1.12", - "@smithy/types": "^2.4.0", - "@smithy/url-parser": "^2.0.12", - "@smithy/util-base64": "^2.0.0", + "@smithy/config-resolver": "^2.0.18", + "@smithy/fetch-http-handler": "^2.2.6", + "@smithy/hash-node": "^2.0.15", + "@smithy/invalid-dependency": "^2.0.13", + "@smithy/middleware-content-length": "^2.0.15", + "@smithy/middleware-endpoint": "^2.2.0", + "@smithy/middleware-retry": "^2.0.20", + "@smithy/middleware-serde": "^2.0.13", + "@smithy/middleware-stack": "^2.0.7", + "@smithy/node-config-provider": "^2.1.5", + "@smithy/node-http-handler": "^2.1.9", + "@smithy/protocol-http": "^3.0.9", + "@smithy/smithy-client": "^2.1.15", + "@smithy/types": "^2.5.0", + "@smithy/url-parser": "^2.0.13", + "@smithy/util-base64": "^2.0.1", "@smithy/util-body-length-browser": "^2.0.0", "@smithy/util-body-length-node": "^2.1.0", - "@smithy/util-defaults-mode-browser": "^2.0.16", - "@smithy/util-defaults-mode-node": "^2.0.21", - "@smithy/util-endpoints": "^1.0.2", - "@smithy/util-retry": "^2.0.5", - "@smithy/util-stream": "^2.0.17", - "@smithy/util-utf8": "^2.0.0", + "@smithy/util-defaults-mode-browser": "^2.0.19", + "@smithy/util-defaults-mode-node": "^2.0.25", + "@smithy/util-endpoints": "^1.0.4", + "@smithy/util-retry": "^2.0.6", + "@smithy/util-stream": "^2.0.20", + "@smithy/util-utf8": "^2.0.2", "tslib": "^2.5.0" }, "devDependencies": { diff --git a/clients/client-iot-data-plane/src/commands/DeleteThingShadowCommand.ts b/clients/client-iot-data-plane/src/commands/DeleteThingShadowCommand.ts index 9b262209cc95..53707e0ed2e5 100644 --- a/clients/client-iot-data-plane/src/commands/DeleteThingShadowCommand.ts +++ b/clients/client-iot-data-plane/src/commands/DeleteThingShadowCommand.ts @@ -105,9 +105,6 @@ export class DeleteThingShadowCommand extends $Command< DeleteThingShadowCommandOutput, IoTDataPlaneClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -121,9 +118,7 @@ export class DeleteThingShadowCommand extends $Command< * @public */ constructor(readonly input: DeleteThingShadowCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -176,7 +171,4 @@ export class DeleteThingShadowCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteThingShadowCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-iot-data-plane/src/commands/GetRetainedMessageCommand.ts b/clients/client-iot-data-plane/src/commands/GetRetainedMessageCommand.ts index 5d257324aa4d..4cda958074e4 100644 --- a/clients/client-iot-data-plane/src/commands/GetRetainedMessageCommand.ts +++ b/clients/client-iot-data-plane/src/commands/GetRetainedMessageCommand.ts @@ -101,9 +101,6 @@ export class GetRetainedMessageCommand extends $Command< GetRetainedMessageCommandOutput, IoTDataPlaneClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -117,9 +114,7 @@ export class GetRetainedMessageCommand extends $Command< * @public */ constructor(readonly input: GetRetainedMessageCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -172,7 +167,4 @@ export class GetRetainedMessageCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetRetainedMessageCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-iot-data-plane/src/commands/GetThingShadowCommand.ts b/clients/client-iot-data-plane/src/commands/GetThingShadowCommand.ts index 55c7ba5b10de..af62022f1a0a 100644 --- a/clients/client-iot-data-plane/src/commands/GetThingShadowCommand.ts +++ b/clients/client-iot-data-plane/src/commands/GetThingShadowCommand.ts @@ -106,9 +106,6 @@ export class GetThingShadowCommand extends $Command< GetThingShadowCommandOutput, IoTDataPlaneClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -122,9 +119,7 @@ export class GetThingShadowCommand extends $Command< * @public */ constructor(readonly input: GetThingShadowCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -177,7 +172,4 @@ export class GetThingShadowCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetThingShadowCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-iot-data-plane/src/commands/ListNamedShadowsForThingCommand.ts b/clients/client-iot-data-plane/src/commands/ListNamedShadowsForThingCommand.ts index 9e3c1fb2a3a8..2717a042b6d0 100644 --- a/clients/client-iot-data-plane/src/commands/ListNamedShadowsForThingCommand.ts +++ b/clients/client-iot-data-plane/src/commands/ListNamedShadowsForThingCommand.ts @@ -98,9 +98,6 @@ export class ListNamedShadowsForThingCommand extends $Command< ListNamedShadowsForThingCommandOutput, IoTDataPlaneClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -114,9 +111,7 @@ export class ListNamedShadowsForThingCommand extends $Command< * @public */ constructor(readonly input: ListNamedShadowsForThingCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -169,7 +164,4 @@ export class ListNamedShadowsForThingCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListNamedShadowsForThingCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-iot-data-plane/src/commands/ListRetainedMessagesCommand.ts b/clients/client-iot-data-plane/src/commands/ListRetainedMessagesCommand.ts index 7d3c1d935d4b..7bfd9deeb253 100644 --- a/clients/client-iot-data-plane/src/commands/ListRetainedMessagesCommand.ts +++ b/clients/client-iot-data-plane/src/commands/ListRetainedMessagesCommand.ts @@ -106,9 +106,6 @@ export class ListRetainedMessagesCommand extends $Command< ListRetainedMessagesCommandOutput, IoTDataPlaneClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -122,9 +119,7 @@ export class ListRetainedMessagesCommand extends $Command< * @public */ constructor(readonly input: ListRetainedMessagesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -177,7 +172,4 @@ export class ListRetainedMessagesCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListRetainedMessagesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-iot-data-plane/src/commands/PublishCommand.ts b/clients/client-iot-data-plane/src/commands/PublishCommand.ts index 14ce3e84c5b3..801fab146b9c 100644 --- a/clients/client-iot-data-plane/src/commands/PublishCommand.ts +++ b/clients/client-iot-data-plane/src/commands/PublishCommand.ts @@ -106,9 +106,6 @@ export class PublishCommand extends $Command< PublishCommandOutput, IoTDataPlaneClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -122,9 +119,7 @@ export class PublishCommand extends $Command< * @public */ constructor(readonly input: PublishCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -175,7 +170,4 @@ export class PublishCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_PublishCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-iot-data-plane/src/commands/UpdateThingShadowCommand.ts b/clients/client-iot-data-plane/src/commands/UpdateThingShadowCommand.ts index c7d72611c349..e6eb1f2b1bed 100644 --- a/clients/client-iot-data-plane/src/commands/UpdateThingShadowCommand.ts +++ b/clients/client-iot-data-plane/src/commands/UpdateThingShadowCommand.ts @@ -118,9 +118,6 @@ export class UpdateThingShadowCommand extends $Command< UpdateThingShadowCommandOutput, IoTDataPlaneClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -134,9 +131,7 @@ export class UpdateThingShadowCommand extends $Command< * @public */ constructor(readonly input: UpdateThingShadowCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -189,7 +184,4 @@ export class UpdateThingShadowCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdateThingShadowCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-iot-events-data/package.json b/clients/client-iot-events-data/package.json index 8756a4699b7e..22e12090b0f3 100644 --- a/clients/client-iot-events-data/package.json +++ b/clients/client-iot-events-data/package.json @@ -34,29 +34,29 @@ "@aws-sdk/util-endpoints": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@smithy/config-resolver": "^2.0.16", - "@smithy/fetch-http-handler": "^2.2.4", - "@smithy/hash-node": "^2.0.12", - "@smithy/invalid-dependency": "^2.0.12", - "@smithy/middleware-content-length": "^2.0.14", - "@smithy/middleware-endpoint": "^2.1.3", - "@smithy/middleware-retry": "^2.0.18", - "@smithy/middleware-serde": "^2.0.12", - "@smithy/middleware-stack": "^2.0.6", - "@smithy/node-config-provider": "^2.1.3", - "@smithy/node-http-handler": "^2.1.8", - "@smithy/protocol-http": "^3.0.8", - "@smithy/smithy-client": "^2.1.12", - "@smithy/types": "^2.4.0", - "@smithy/url-parser": "^2.0.12", - "@smithy/util-base64": "^2.0.0", + "@smithy/config-resolver": "^2.0.18", + "@smithy/fetch-http-handler": "^2.2.6", + "@smithy/hash-node": "^2.0.15", + "@smithy/invalid-dependency": "^2.0.13", + "@smithy/middleware-content-length": "^2.0.15", + "@smithy/middleware-endpoint": "^2.2.0", + "@smithy/middleware-retry": "^2.0.20", + "@smithy/middleware-serde": "^2.0.13", + "@smithy/middleware-stack": "^2.0.7", + "@smithy/node-config-provider": "^2.1.5", + "@smithy/node-http-handler": "^2.1.9", + "@smithy/protocol-http": "^3.0.9", + "@smithy/smithy-client": "^2.1.15", + "@smithy/types": "^2.5.0", + "@smithy/url-parser": "^2.0.13", + "@smithy/util-base64": "^2.0.1", "@smithy/util-body-length-browser": "^2.0.0", "@smithy/util-body-length-node": "^2.1.0", - "@smithy/util-defaults-mode-browser": "^2.0.16", - "@smithy/util-defaults-mode-node": "^2.0.21", - "@smithy/util-endpoints": "^1.0.2", - "@smithy/util-retry": "^2.0.5", - "@smithy/util-utf8": "^2.0.0", + "@smithy/util-defaults-mode-browser": "^2.0.19", + "@smithy/util-defaults-mode-node": "^2.0.25", + "@smithy/util-endpoints": "^1.0.4", + "@smithy/util-retry": "^2.0.6", + "@smithy/util-utf8": "^2.0.2", "tslib": "^2.5.0" }, "devDependencies": { diff --git a/clients/client-iot-events-data/src/commands/BatchAcknowledgeAlarmCommand.ts b/clients/client-iot-events-data/src/commands/BatchAcknowledgeAlarmCommand.ts index 40021c098145..f88b07e88d9c 100644 --- a/clients/client-iot-events-data/src/commands/BatchAcknowledgeAlarmCommand.ts +++ b/clients/client-iot-events-data/src/commands/BatchAcknowledgeAlarmCommand.ts @@ -96,9 +96,6 @@ export class BatchAcknowledgeAlarmCommand extends $Command< BatchAcknowledgeAlarmCommandOutput, IoTEventsDataClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -112,9 +109,7 @@ export class BatchAcknowledgeAlarmCommand extends $Command< * @public */ constructor(readonly input: BatchAcknowledgeAlarmCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -167,7 +162,4 @@ export class BatchAcknowledgeAlarmCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_BatchAcknowledgeAlarmCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-iot-events-data/src/commands/BatchDeleteDetectorCommand.ts b/clients/client-iot-events-data/src/commands/BatchDeleteDetectorCommand.ts index 2e0c5a7d410f..76f98771ad22 100644 --- a/clients/client-iot-events-data/src/commands/BatchDeleteDetectorCommand.ts +++ b/clients/client-iot-events-data/src/commands/BatchDeleteDetectorCommand.ts @@ -94,9 +94,6 @@ export class BatchDeleteDetectorCommand extends $Command< BatchDeleteDetectorCommandOutput, IoTEventsDataClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -110,9 +107,7 @@ export class BatchDeleteDetectorCommand extends $Command< * @public */ constructor(readonly input: BatchDeleteDetectorCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -165,7 +160,4 @@ export class BatchDeleteDetectorCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_BatchDeleteDetectorCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-iot-events-data/src/commands/BatchDisableAlarmCommand.ts b/clients/client-iot-events-data/src/commands/BatchDisableAlarmCommand.ts index 1b4476a4e408..d9d246925db0 100644 --- a/clients/client-iot-events-data/src/commands/BatchDisableAlarmCommand.ts +++ b/clients/client-iot-events-data/src/commands/BatchDisableAlarmCommand.ts @@ -96,9 +96,6 @@ export class BatchDisableAlarmCommand extends $Command< BatchDisableAlarmCommandOutput, IoTEventsDataClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -112,9 +109,7 @@ export class BatchDisableAlarmCommand extends $Command< * @public */ constructor(readonly input: BatchDisableAlarmCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -167,7 +162,4 @@ export class BatchDisableAlarmCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_BatchDisableAlarmCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-iot-events-data/src/commands/BatchEnableAlarmCommand.ts b/clients/client-iot-events-data/src/commands/BatchEnableAlarmCommand.ts index 5ecf8a4e4c2c..e5c5acc5b863 100644 --- a/clients/client-iot-events-data/src/commands/BatchEnableAlarmCommand.ts +++ b/clients/client-iot-events-data/src/commands/BatchEnableAlarmCommand.ts @@ -96,9 +96,6 @@ export class BatchEnableAlarmCommand extends $Command< BatchEnableAlarmCommandOutput, IoTEventsDataClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -112,9 +109,7 @@ export class BatchEnableAlarmCommand extends $Command< * @public */ constructor(readonly input: BatchEnableAlarmCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -167,7 +162,4 @@ export class BatchEnableAlarmCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_BatchEnableAlarmCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-iot-events-data/src/commands/BatchPutMessageCommand.ts b/clients/client-iot-events-data/src/commands/BatchPutMessageCommand.ts index 63125a68ea57..dd9047c29bdf 100644 --- a/clients/client-iot-events-data/src/commands/BatchPutMessageCommand.ts +++ b/clients/client-iot-events-data/src/commands/BatchPutMessageCommand.ts @@ -101,9 +101,6 @@ export class BatchPutMessageCommand extends $Command< BatchPutMessageCommandOutput, IoTEventsDataClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -117,9 +114,7 @@ export class BatchPutMessageCommand extends $Command< * @public */ constructor(readonly input: BatchPutMessageCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -172,7 +167,4 @@ export class BatchPutMessageCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_BatchPutMessageCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-iot-events-data/src/commands/BatchResetAlarmCommand.ts b/clients/client-iot-events-data/src/commands/BatchResetAlarmCommand.ts index 64381da86db6..dfe510902237 100644 --- a/clients/client-iot-events-data/src/commands/BatchResetAlarmCommand.ts +++ b/clients/client-iot-events-data/src/commands/BatchResetAlarmCommand.ts @@ -96,9 +96,6 @@ export class BatchResetAlarmCommand extends $Command< BatchResetAlarmCommandOutput, IoTEventsDataClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -112,9 +109,7 @@ export class BatchResetAlarmCommand extends $Command< * @public */ constructor(readonly input: BatchResetAlarmCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -167,7 +162,4 @@ export class BatchResetAlarmCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_BatchResetAlarmCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-iot-events-data/src/commands/BatchSnoozeAlarmCommand.ts b/clients/client-iot-events-data/src/commands/BatchSnoozeAlarmCommand.ts index 28f92ad17324..6877fba091c1 100644 --- a/clients/client-iot-events-data/src/commands/BatchSnoozeAlarmCommand.ts +++ b/clients/client-iot-events-data/src/commands/BatchSnoozeAlarmCommand.ts @@ -97,9 +97,6 @@ export class BatchSnoozeAlarmCommand extends $Command< BatchSnoozeAlarmCommandOutput, IoTEventsDataClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -113,9 +110,7 @@ export class BatchSnoozeAlarmCommand extends $Command< * @public */ constructor(readonly input: BatchSnoozeAlarmCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -168,7 +163,4 @@ export class BatchSnoozeAlarmCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_BatchSnoozeAlarmCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-iot-events-data/src/commands/BatchUpdateDetectorCommand.ts b/clients/client-iot-events-data/src/commands/BatchUpdateDetectorCommand.ts index 97c714aa812c..ba87058d2ab1 100644 --- a/clients/client-iot-events-data/src/commands/BatchUpdateDetectorCommand.ts +++ b/clients/client-iot-events-data/src/commands/BatchUpdateDetectorCommand.ts @@ -110,9 +110,6 @@ export class BatchUpdateDetectorCommand extends $Command< BatchUpdateDetectorCommandOutput, IoTEventsDataClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -126,9 +123,7 @@ export class BatchUpdateDetectorCommand extends $Command< * @public */ constructor(readonly input: BatchUpdateDetectorCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -181,7 +176,4 @@ export class BatchUpdateDetectorCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_BatchUpdateDetectorCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-iot-events-data/src/commands/DescribeAlarmCommand.ts b/clients/client-iot-events-data/src/commands/DescribeAlarmCommand.ts index ace72572bb3c..d6fb96d0b9fb 100644 --- a/clients/client-iot-events-data/src/commands/DescribeAlarmCommand.ts +++ b/clients/client-iot-events-data/src/commands/DescribeAlarmCommand.ts @@ -128,9 +128,6 @@ export class DescribeAlarmCommand extends $Command< DescribeAlarmCommandOutput, IoTEventsDataClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -144,9 +141,7 @@ export class DescribeAlarmCommand extends $Command< * @public */ constructor(readonly input: DescribeAlarmCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -197,7 +192,4 @@ export class DescribeAlarmCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DescribeAlarmCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-iot-events-data/src/commands/DescribeDetectorCommand.ts b/clients/client-iot-events-data/src/commands/DescribeDetectorCommand.ts index 8f3acd15a630..6d25c93bf56a 100644 --- a/clients/client-iot-events-data/src/commands/DescribeDetectorCommand.ts +++ b/clients/client-iot-events-data/src/commands/DescribeDetectorCommand.ts @@ -107,9 +107,6 @@ export class DescribeDetectorCommand extends $Command< DescribeDetectorCommandOutput, IoTEventsDataClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -123,9 +120,7 @@ export class DescribeDetectorCommand extends $Command< * @public */ constructor(readonly input: DescribeDetectorCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -178,7 +173,4 @@ export class DescribeDetectorCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DescribeDetectorCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-iot-events-data/src/commands/ListAlarmsCommand.ts b/clients/client-iot-events-data/src/commands/ListAlarmsCommand.ts index 35cb970ea031..d592ff345970 100644 --- a/clients/client-iot-events-data/src/commands/ListAlarmsCommand.ts +++ b/clients/client-iot-events-data/src/commands/ListAlarmsCommand.ts @@ -98,9 +98,6 @@ export class ListAlarmsCommand extends $Command< ListAlarmsCommandOutput, IoTEventsDataClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -114,9 +111,7 @@ export class ListAlarmsCommand extends $Command< * @public */ constructor(readonly input: ListAlarmsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -167,7 +162,4 @@ export class ListAlarmsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListAlarmsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-iot-events-data/src/commands/ListDetectorsCommand.ts b/clients/client-iot-events-data/src/commands/ListDetectorsCommand.ts index a8e05f5562ff..2ac6ddaa234a 100644 --- a/clients/client-iot-events-data/src/commands/ListDetectorsCommand.ts +++ b/clients/client-iot-events-data/src/commands/ListDetectorsCommand.ts @@ -100,9 +100,6 @@ export class ListDetectorsCommand extends $Command< ListDetectorsCommandOutput, IoTEventsDataClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -116,9 +113,7 @@ export class ListDetectorsCommand extends $Command< * @public */ constructor(readonly input: ListDetectorsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -169,7 +164,4 @@ export class ListDetectorsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListDetectorsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-iot-events/package.json b/clients/client-iot-events/package.json index bc772f6baf19..2f1e1d912a9f 100644 --- a/clients/client-iot-events/package.json +++ b/clients/client-iot-events/package.json @@ -34,29 +34,29 @@ "@aws-sdk/util-endpoints": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@smithy/config-resolver": "^2.0.16", - "@smithy/fetch-http-handler": "^2.2.4", - "@smithy/hash-node": "^2.0.12", - "@smithy/invalid-dependency": "^2.0.12", - "@smithy/middleware-content-length": "^2.0.14", - "@smithy/middleware-endpoint": "^2.1.3", - "@smithy/middleware-retry": "^2.0.18", - "@smithy/middleware-serde": "^2.0.12", - "@smithy/middleware-stack": "^2.0.6", - "@smithy/node-config-provider": "^2.1.3", - "@smithy/node-http-handler": "^2.1.8", - "@smithy/protocol-http": "^3.0.8", - "@smithy/smithy-client": "^2.1.12", - "@smithy/types": "^2.4.0", - "@smithy/url-parser": "^2.0.12", - "@smithy/util-base64": "^2.0.0", + "@smithy/config-resolver": "^2.0.18", + "@smithy/fetch-http-handler": "^2.2.6", + "@smithy/hash-node": "^2.0.15", + "@smithy/invalid-dependency": "^2.0.13", + "@smithy/middleware-content-length": "^2.0.15", + "@smithy/middleware-endpoint": "^2.2.0", + "@smithy/middleware-retry": "^2.0.20", + "@smithy/middleware-serde": "^2.0.13", + "@smithy/middleware-stack": "^2.0.7", + "@smithy/node-config-provider": "^2.1.5", + "@smithy/node-http-handler": "^2.1.9", + "@smithy/protocol-http": "^3.0.9", + "@smithy/smithy-client": "^2.1.15", + "@smithy/types": "^2.5.0", + "@smithy/url-parser": "^2.0.13", + "@smithy/util-base64": "^2.0.1", "@smithy/util-body-length-browser": "^2.0.0", "@smithy/util-body-length-node": "^2.1.0", - "@smithy/util-defaults-mode-browser": "^2.0.16", - "@smithy/util-defaults-mode-node": "^2.0.21", - "@smithy/util-endpoints": "^1.0.2", - "@smithy/util-retry": "^2.0.5", - "@smithy/util-utf8": "^2.0.0", + "@smithy/util-defaults-mode-browser": "^2.0.19", + "@smithy/util-defaults-mode-node": "^2.0.25", + "@smithy/util-endpoints": "^1.0.4", + "@smithy/util-retry": "^2.0.6", + "@smithy/util-utf8": "^2.0.2", "tslib": "^2.5.0" }, "devDependencies": { diff --git a/clients/client-iot-events/src/commands/CreateAlarmModelCommand.ts b/clients/client-iot-events/src/commands/CreateAlarmModelCommand.ts index b31fa6bc0a01..c1a0bf2b3fd9 100644 --- a/clients/client-iot-events/src/commands/CreateAlarmModelCommand.ts +++ b/clients/client-iot-events/src/commands/CreateAlarmModelCommand.ts @@ -249,9 +249,6 @@ export class CreateAlarmModelCommand extends $Command< CreateAlarmModelCommandOutput, IoTEventsClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -265,9 +262,7 @@ export class CreateAlarmModelCommand extends $Command< * @public */ constructor(readonly input: CreateAlarmModelCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -320,7 +315,4 @@ export class CreateAlarmModelCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateAlarmModelCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-iot-events/src/commands/CreateDetectorModelCommand.ts b/clients/client-iot-events/src/commands/CreateDetectorModelCommand.ts index abaed80d5774..7c7485d6a713 100644 --- a/clients/client-iot-events/src/commands/CreateDetectorModelCommand.ts +++ b/clients/client-iot-events/src/commands/CreateDetectorModelCommand.ts @@ -486,9 +486,6 @@ export class CreateDetectorModelCommand extends $Command< CreateDetectorModelCommandOutput, IoTEventsClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -502,9 +499,7 @@ export class CreateDetectorModelCommand extends $Command< * @public */ constructor(readonly input: CreateDetectorModelCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -557,7 +552,4 @@ export class CreateDetectorModelCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateDetectorModelCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-iot-events/src/commands/CreateInputCommand.ts b/clients/client-iot-events/src/commands/CreateInputCommand.ts index 53d4f6f05751..cfaeaf8b68ef 100644 --- a/clients/client-iot-events/src/commands/CreateInputCommand.ts +++ b/clients/client-iot-events/src/commands/CreateInputCommand.ts @@ -106,9 +106,6 @@ export class CreateInputCommand extends $Command< CreateInputCommandOutput, IoTEventsClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -122,9 +119,7 @@ export class CreateInputCommand extends $Command< * @public */ constructor(readonly input: CreateInputCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -175,7 +170,4 @@ export class CreateInputCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateInputCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-iot-events/src/commands/DeleteAlarmModelCommand.ts b/clients/client-iot-events/src/commands/DeleteAlarmModelCommand.ts index fca76b2de155..bbe4ba97eb92 100644 --- a/clients/client-iot-events/src/commands/DeleteAlarmModelCommand.ts +++ b/clients/client-iot-events/src/commands/DeleteAlarmModelCommand.ts @@ -87,9 +87,6 @@ export class DeleteAlarmModelCommand extends $Command< DeleteAlarmModelCommandOutput, IoTEventsClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -103,9 +100,7 @@ export class DeleteAlarmModelCommand extends $Command< * @public */ constructor(readonly input: DeleteAlarmModelCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -158,7 +153,4 @@ export class DeleteAlarmModelCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteAlarmModelCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-iot-events/src/commands/DeleteDetectorModelCommand.ts b/clients/client-iot-events/src/commands/DeleteDetectorModelCommand.ts index fc3ad005b46e..cbc079ce91bc 100644 --- a/clients/client-iot-events/src/commands/DeleteDetectorModelCommand.ts +++ b/clients/client-iot-events/src/commands/DeleteDetectorModelCommand.ts @@ -87,9 +87,6 @@ export class DeleteDetectorModelCommand extends $Command< DeleteDetectorModelCommandOutput, IoTEventsClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -103,9 +100,7 @@ export class DeleteDetectorModelCommand extends $Command< * @public */ constructor(readonly input: DeleteDetectorModelCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -158,7 +153,4 @@ export class DeleteDetectorModelCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteDetectorModelCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-iot-events/src/commands/DeleteInputCommand.ts b/clients/client-iot-events/src/commands/DeleteInputCommand.ts index aae1222f02d5..f9ed566013ce 100644 --- a/clients/client-iot-events/src/commands/DeleteInputCommand.ts +++ b/clients/client-iot-events/src/commands/DeleteInputCommand.ts @@ -86,9 +86,6 @@ export class DeleteInputCommand extends $Command< DeleteInputCommandOutput, IoTEventsClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -102,9 +99,7 @@ export class DeleteInputCommand extends $Command< * @public */ constructor(readonly input: DeleteInputCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -155,7 +150,4 @@ export class DeleteInputCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteInputCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-iot-events/src/commands/DescribeAlarmModelCommand.ts b/clients/client-iot-events/src/commands/DescribeAlarmModelCommand.ts index e549ba8d41a1..b347cf4741a5 100644 --- a/clients/client-iot-events/src/commands/DescribeAlarmModelCommand.ts +++ b/clients/client-iot-events/src/commands/DescribeAlarmModelCommand.ts @@ -239,9 +239,6 @@ export class DescribeAlarmModelCommand extends $Command< DescribeAlarmModelCommandOutput, IoTEventsClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -255,9 +252,7 @@ export class DescribeAlarmModelCommand extends $Command< * @public */ constructor(readonly input: DescribeAlarmModelCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -310,7 +305,4 @@ export class DescribeAlarmModelCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DescribeAlarmModelCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-iot-events/src/commands/DescribeDetectorModelAnalysisCommand.ts b/clients/client-iot-events/src/commands/DescribeDetectorModelAnalysisCommand.ts index 6f2f58d62663..012187c80765 100644 --- a/clients/client-iot-events/src/commands/DescribeDetectorModelAnalysisCommand.ts +++ b/clients/client-iot-events/src/commands/DescribeDetectorModelAnalysisCommand.ts @@ -93,9 +93,6 @@ export class DescribeDetectorModelAnalysisCommand extends $Command< DescribeDetectorModelAnalysisCommandOutput, IoTEventsClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -109,9 +106,7 @@ export class DescribeDetectorModelAnalysisCommand extends $Command< * @public */ constructor(readonly input: DescribeDetectorModelAnalysisCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -167,7 +162,4 @@ export class DescribeDetectorModelAnalysisCommand extends $Command< ): Promise { return de_DescribeDetectorModelAnalysisCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-iot-events/src/commands/DescribeDetectorModelCommand.ts b/clients/client-iot-events/src/commands/DescribeDetectorModelCommand.ts index 51d4e0117a54..a98d5b43d332 100644 --- a/clients/client-iot-events/src/commands/DescribeDetectorModelCommand.ts +++ b/clients/client-iot-events/src/commands/DescribeDetectorModelCommand.ts @@ -474,9 +474,6 @@ export class DescribeDetectorModelCommand extends $Command< DescribeDetectorModelCommandOutput, IoTEventsClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -490,9 +487,7 @@ export class DescribeDetectorModelCommand extends $Command< * @public */ constructor(readonly input: DescribeDetectorModelCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -545,7 +540,4 @@ export class DescribeDetectorModelCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DescribeDetectorModelCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-iot-events/src/commands/DescribeInputCommand.ts b/clients/client-iot-events/src/commands/DescribeInputCommand.ts index c7336cf9261e..0c8cb8db99d9 100644 --- a/clients/client-iot-events/src/commands/DescribeInputCommand.ts +++ b/clients/client-iot-events/src/commands/DescribeInputCommand.ts @@ -101,9 +101,6 @@ export class DescribeInputCommand extends $Command< DescribeInputCommandOutput, IoTEventsClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -117,9 +114,7 @@ export class DescribeInputCommand extends $Command< * @public */ constructor(readonly input: DescribeInputCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -170,7 +165,4 @@ export class DescribeInputCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DescribeInputCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-iot-events/src/commands/DescribeLoggingOptionsCommand.ts b/clients/client-iot-events/src/commands/DescribeLoggingOptionsCommand.ts index 32ed3a4451e1..f0d511e34688 100644 --- a/clients/client-iot-events/src/commands/DescribeLoggingOptionsCommand.ts +++ b/clients/client-iot-events/src/commands/DescribeLoggingOptionsCommand.ts @@ -96,9 +96,6 @@ export class DescribeLoggingOptionsCommand extends $Command< DescribeLoggingOptionsCommandOutput, IoTEventsClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -112,9 +109,7 @@ export class DescribeLoggingOptionsCommand extends $Command< * @public */ constructor(readonly input: DescribeLoggingOptionsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -167,7 +162,4 @@ export class DescribeLoggingOptionsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DescribeLoggingOptionsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-iot-events/src/commands/GetDetectorModelAnalysisResultsCommand.ts b/clients/client-iot-events/src/commands/GetDetectorModelAnalysisResultsCommand.ts index ce3d73dd35bb..3de7241122e9 100644 --- a/clients/client-iot-events/src/commands/GetDetectorModelAnalysisResultsCommand.ts +++ b/clients/client-iot-events/src/commands/GetDetectorModelAnalysisResultsCommand.ts @@ -107,9 +107,6 @@ export class GetDetectorModelAnalysisResultsCommand extends $Command< GetDetectorModelAnalysisResultsCommandOutput, IoTEventsClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -123,9 +120,7 @@ export class GetDetectorModelAnalysisResultsCommand extends $Command< * @public */ constructor(readonly input: GetDetectorModelAnalysisResultsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -184,7 +179,4 @@ export class GetDetectorModelAnalysisResultsCommand extends $Command< ): Promise { return de_GetDetectorModelAnalysisResultsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-iot-events/src/commands/ListAlarmModelVersionsCommand.ts b/clients/client-iot-events/src/commands/ListAlarmModelVersionsCommand.ts index 7dce635d4cc7..d6b01540c610 100644 --- a/clients/client-iot-events/src/commands/ListAlarmModelVersionsCommand.ts +++ b/clients/client-iot-events/src/commands/ListAlarmModelVersionsCommand.ts @@ -100,9 +100,6 @@ export class ListAlarmModelVersionsCommand extends $Command< ListAlarmModelVersionsCommandOutput, IoTEventsClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -116,9 +113,7 @@ export class ListAlarmModelVersionsCommand extends $Command< * @public */ constructor(readonly input: ListAlarmModelVersionsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -171,7 +166,4 @@ export class ListAlarmModelVersionsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListAlarmModelVersionsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-iot-events/src/commands/ListAlarmModelsCommand.ts b/clients/client-iot-events/src/commands/ListAlarmModelsCommand.ts index 5fb7d57c96bb..d12c03291036 100644 --- a/clients/client-iot-events/src/commands/ListAlarmModelsCommand.ts +++ b/clients/client-iot-events/src/commands/ListAlarmModelsCommand.ts @@ -91,9 +91,6 @@ export class ListAlarmModelsCommand extends $Command< ListAlarmModelsCommandOutput, IoTEventsClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -107,9 +104,7 @@ export class ListAlarmModelsCommand extends $Command< * @public */ constructor(readonly input: ListAlarmModelsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -162,7 +157,4 @@ export class ListAlarmModelsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListAlarmModelsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-iot-events/src/commands/ListDetectorModelVersionsCommand.ts b/clients/client-iot-events/src/commands/ListDetectorModelVersionsCommand.ts index 78e792be96cd..965686199709 100644 --- a/clients/client-iot-events/src/commands/ListDetectorModelVersionsCommand.ts +++ b/clients/client-iot-events/src/commands/ListDetectorModelVersionsCommand.ts @@ -100,9 +100,6 @@ export class ListDetectorModelVersionsCommand extends $Command< ListDetectorModelVersionsCommandOutput, IoTEventsClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -116,9 +113,7 @@ export class ListDetectorModelVersionsCommand extends $Command< * @public */ constructor(readonly input: ListDetectorModelVersionsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -174,7 +169,4 @@ export class ListDetectorModelVersionsCommand extends $Command< ): Promise { return de_ListDetectorModelVersionsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-iot-events/src/commands/ListDetectorModelsCommand.ts b/clients/client-iot-events/src/commands/ListDetectorModelsCommand.ts index ad2d43c95fae..5b42698ff58b 100644 --- a/clients/client-iot-events/src/commands/ListDetectorModelsCommand.ts +++ b/clients/client-iot-events/src/commands/ListDetectorModelsCommand.ts @@ -91,9 +91,6 @@ export class ListDetectorModelsCommand extends $Command< ListDetectorModelsCommandOutput, IoTEventsClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -107,9 +104,7 @@ export class ListDetectorModelsCommand extends $Command< * @public */ constructor(readonly input: ListDetectorModelsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -162,7 +157,4 @@ export class ListDetectorModelsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListDetectorModelsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-iot-events/src/commands/ListInputRoutingsCommand.ts b/clients/client-iot-events/src/commands/ListInputRoutingsCommand.ts index 5ccf070eafd3..df9c3a9e1c34 100644 --- a/clients/client-iot-events/src/commands/ListInputRoutingsCommand.ts +++ b/clients/client-iot-events/src/commands/ListInputRoutingsCommand.ts @@ -105,9 +105,6 @@ export class ListInputRoutingsCommand extends $Command< ListInputRoutingsCommandOutput, IoTEventsClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -121,9 +118,7 @@ export class ListInputRoutingsCommand extends $Command< * @public */ constructor(readonly input: ListInputRoutingsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -176,7 +171,4 @@ export class ListInputRoutingsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListInputRoutingsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-iot-events/src/commands/ListInputsCommand.ts b/clients/client-iot-events/src/commands/ListInputsCommand.ts index c7da492e0423..438cafb755e8 100644 --- a/clients/client-iot-events/src/commands/ListInputsCommand.ts +++ b/clients/client-iot-events/src/commands/ListInputsCommand.ts @@ -93,9 +93,6 @@ export class ListInputsCommand extends $Command< ListInputsCommandOutput, IoTEventsClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -109,9 +106,7 @@ export class ListInputsCommand extends $Command< * @public */ constructor(readonly input: ListInputsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -162,7 +157,4 @@ export class ListInputsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListInputsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-iot-events/src/commands/ListTagsForResourceCommand.ts b/clients/client-iot-events/src/commands/ListTagsForResourceCommand.ts index bf26851b5a7c..ca355ee85ba5 100644 --- a/clients/client-iot-events/src/commands/ListTagsForResourceCommand.ts +++ b/clients/client-iot-events/src/commands/ListTagsForResourceCommand.ts @@ -90,9 +90,6 @@ export class ListTagsForResourceCommand extends $Command< ListTagsForResourceCommandOutput, IoTEventsClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -106,9 +103,7 @@ export class ListTagsForResourceCommand extends $Command< * @public */ constructor(readonly input: ListTagsForResourceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -161,7 +156,4 @@ export class ListTagsForResourceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListTagsForResourceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-iot-events/src/commands/PutLoggingOptionsCommand.ts b/clients/client-iot-events/src/commands/PutLoggingOptionsCommand.ts index 3dbdae6ebc22..1fc153f9a7bc 100644 --- a/clients/client-iot-events/src/commands/PutLoggingOptionsCommand.ts +++ b/clients/client-iot-events/src/commands/PutLoggingOptionsCommand.ts @@ -100,9 +100,6 @@ export class PutLoggingOptionsCommand extends $Command< PutLoggingOptionsCommandOutput, IoTEventsClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -116,9 +113,7 @@ export class PutLoggingOptionsCommand extends $Command< * @public */ constructor(readonly input: PutLoggingOptionsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -171,7 +166,4 @@ export class PutLoggingOptionsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_PutLoggingOptionsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-iot-events/src/commands/StartDetectorModelAnalysisCommand.ts b/clients/client-iot-events/src/commands/StartDetectorModelAnalysisCommand.ts index c0bf51b5595a..8788d0e784a3 100644 --- a/clients/client-iot-events/src/commands/StartDetectorModelAnalysisCommand.ts +++ b/clients/client-iot-events/src/commands/StartDetectorModelAnalysisCommand.ts @@ -460,9 +460,6 @@ export class StartDetectorModelAnalysisCommand extends $Command< StartDetectorModelAnalysisCommandOutput, IoTEventsClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -476,9 +473,7 @@ export class StartDetectorModelAnalysisCommand extends $Command< * @public */ constructor(readonly input: StartDetectorModelAnalysisCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -534,7 +529,4 @@ export class StartDetectorModelAnalysisCommand extends $Command< ): Promise { return de_StartDetectorModelAnalysisCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-iot-events/src/commands/TagResourceCommand.ts b/clients/client-iot-events/src/commands/TagResourceCommand.ts index 76723f290758..e70e91e22346 100644 --- a/clients/client-iot-events/src/commands/TagResourceCommand.ts +++ b/clients/client-iot-events/src/commands/TagResourceCommand.ts @@ -93,9 +93,6 @@ export class TagResourceCommand extends $Command< TagResourceCommandOutput, IoTEventsClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -109,9 +106,7 @@ export class TagResourceCommand extends $Command< * @public */ constructor(readonly input: TagResourceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -162,7 +157,4 @@ export class TagResourceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_TagResourceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-iot-events/src/commands/UntagResourceCommand.ts b/clients/client-iot-events/src/commands/UntagResourceCommand.ts index 7f95e7675c6d..379ba4f0248a 100644 --- a/clients/client-iot-events/src/commands/UntagResourceCommand.ts +++ b/clients/client-iot-events/src/commands/UntagResourceCommand.ts @@ -86,9 +86,6 @@ export class UntagResourceCommand extends $Command< UntagResourceCommandOutput, IoTEventsClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -102,9 +99,7 @@ export class UntagResourceCommand extends $Command< * @public */ constructor(readonly input: UntagResourceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -155,7 +150,4 @@ export class UntagResourceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UntagResourceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-iot-events/src/commands/UpdateAlarmModelCommand.ts b/clients/client-iot-events/src/commands/UpdateAlarmModelCommand.ts index 13fbef0192e2..e1e0d2b8887c 100644 --- a/clients/client-iot-events/src/commands/UpdateAlarmModelCommand.ts +++ b/clients/client-iot-events/src/commands/UpdateAlarmModelCommand.ts @@ -238,9 +238,6 @@ export class UpdateAlarmModelCommand extends $Command< UpdateAlarmModelCommandOutput, IoTEventsClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -254,9 +251,7 @@ export class UpdateAlarmModelCommand extends $Command< * @public */ constructor(readonly input: UpdateAlarmModelCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -309,7 +304,4 @@ export class UpdateAlarmModelCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdateAlarmModelCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-iot-events/src/commands/UpdateDetectorModelCommand.ts b/clients/client-iot-events/src/commands/UpdateDetectorModelCommand.ts index 0dbae7d4d3ca..f386791aca64 100644 --- a/clients/client-iot-events/src/commands/UpdateDetectorModelCommand.ts +++ b/clients/client-iot-events/src/commands/UpdateDetectorModelCommand.ts @@ -477,9 +477,6 @@ export class UpdateDetectorModelCommand extends $Command< UpdateDetectorModelCommandOutput, IoTEventsClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -493,9 +490,7 @@ export class UpdateDetectorModelCommand extends $Command< * @public */ constructor(readonly input: UpdateDetectorModelCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -548,7 +543,4 @@ export class UpdateDetectorModelCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdateDetectorModelCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-iot-events/src/commands/UpdateInputCommand.ts b/clients/client-iot-events/src/commands/UpdateInputCommand.ts index 83764925ac71..178ff0c2ec0d 100644 --- a/clients/client-iot-events/src/commands/UpdateInputCommand.ts +++ b/clients/client-iot-events/src/commands/UpdateInputCommand.ts @@ -103,9 +103,6 @@ export class UpdateInputCommand extends $Command< UpdateInputCommandOutput, IoTEventsClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -119,9 +116,7 @@ export class UpdateInputCommand extends $Command< * @public */ constructor(readonly input: UpdateInputCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -172,7 +167,4 @@ export class UpdateInputCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdateInputCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-iot-jobs-data-plane/package.json b/clients/client-iot-jobs-data-plane/package.json index e5095c9ce003..ca63ca2de114 100644 --- a/clients/client-iot-jobs-data-plane/package.json +++ b/clients/client-iot-jobs-data-plane/package.json @@ -34,29 +34,29 @@ "@aws-sdk/util-endpoints": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@smithy/config-resolver": "^2.0.16", - "@smithy/fetch-http-handler": "^2.2.4", - "@smithy/hash-node": "^2.0.12", - "@smithy/invalid-dependency": "^2.0.12", - "@smithy/middleware-content-length": "^2.0.14", - "@smithy/middleware-endpoint": "^2.1.3", - "@smithy/middleware-retry": "^2.0.18", - "@smithy/middleware-serde": "^2.0.12", - "@smithy/middleware-stack": "^2.0.6", - "@smithy/node-config-provider": "^2.1.3", - "@smithy/node-http-handler": "^2.1.8", - "@smithy/protocol-http": "^3.0.8", - "@smithy/smithy-client": "^2.1.12", - "@smithy/types": "^2.4.0", - "@smithy/url-parser": "^2.0.12", - "@smithy/util-base64": "^2.0.0", + "@smithy/config-resolver": "^2.0.18", + "@smithy/fetch-http-handler": "^2.2.6", + "@smithy/hash-node": "^2.0.15", + "@smithy/invalid-dependency": "^2.0.13", + "@smithy/middleware-content-length": "^2.0.15", + "@smithy/middleware-endpoint": "^2.2.0", + "@smithy/middleware-retry": "^2.0.20", + "@smithy/middleware-serde": "^2.0.13", + "@smithy/middleware-stack": "^2.0.7", + "@smithy/node-config-provider": "^2.1.5", + "@smithy/node-http-handler": "^2.1.9", + "@smithy/protocol-http": "^3.0.9", + "@smithy/smithy-client": "^2.1.15", + "@smithy/types": "^2.5.0", + "@smithy/url-parser": "^2.0.13", + "@smithy/util-base64": "^2.0.1", "@smithy/util-body-length-browser": "^2.0.0", "@smithy/util-body-length-node": "^2.1.0", - "@smithy/util-defaults-mode-browser": "^2.0.16", - "@smithy/util-defaults-mode-node": "^2.0.21", - "@smithy/util-endpoints": "^1.0.2", - "@smithy/util-retry": "^2.0.5", - "@smithy/util-utf8": "^2.0.0", + "@smithy/util-defaults-mode-browser": "^2.0.19", + "@smithy/util-defaults-mode-node": "^2.0.25", + "@smithy/util-endpoints": "^1.0.4", + "@smithy/util-retry": "^2.0.6", + "@smithy/util-utf8": "^2.0.2", "tslib": "^2.5.0" }, "devDependencies": { diff --git a/clients/client-iot-jobs-data-plane/src/commands/DescribeJobExecutionCommand.ts b/clients/client-iot-jobs-data-plane/src/commands/DescribeJobExecutionCommand.ts index d23388d37545..563c96ea31db 100644 --- a/clients/client-iot-jobs-data-plane/src/commands/DescribeJobExecutionCommand.ts +++ b/clients/client-iot-jobs-data-plane/src/commands/DescribeJobExecutionCommand.ts @@ -105,9 +105,6 @@ export class DescribeJobExecutionCommand extends $Command< DescribeJobExecutionCommandOutput, IoTJobsDataPlaneClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -121,9 +118,7 @@ export class DescribeJobExecutionCommand extends $Command< * @public */ constructor(readonly input: DescribeJobExecutionCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -176,7 +171,4 @@ export class DescribeJobExecutionCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DescribeJobExecutionCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-iot-jobs-data-plane/src/commands/GetPendingJobExecutionsCommand.ts b/clients/client-iot-jobs-data-plane/src/commands/GetPendingJobExecutionsCommand.ts index 672cade06bfd..65ddf3d8b5b6 100644 --- a/clients/client-iot-jobs-data-plane/src/commands/GetPendingJobExecutionsCommand.ts +++ b/clients/client-iot-jobs-data-plane/src/commands/GetPendingJobExecutionsCommand.ts @@ -104,9 +104,6 @@ export class GetPendingJobExecutionsCommand extends $Command< GetPendingJobExecutionsCommandOutput, IoTJobsDataPlaneClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -120,9 +117,7 @@ export class GetPendingJobExecutionsCommand extends $Command< * @public */ constructor(readonly input: GetPendingJobExecutionsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -175,7 +170,4 @@ export class GetPendingJobExecutionsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetPendingJobExecutionsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-iot-jobs-data-plane/src/commands/StartNextPendingJobExecutionCommand.ts b/clients/client-iot-jobs-data-plane/src/commands/StartNextPendingJobExecutionCommand.ts index 5270fdbb0837..2e135666e3dd 100644 --- a/clients/client-iot-jobs-data-plane/src/commands/StartNextPendingJobExecutionCommand.ts +++ b/clients/client-iot-jobs-data-plane/src/commands/StartNextPendingJobExecutionCommand.ts @@ -108,9 +108,6 @@ export class StartNextPendingJobExecutionCommand extends $Command< StartNextPendingJobExecutionCommandOutput, IoTJobsDataPlaneClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -124,9 +121,7 @@ export class StartNextPendingJobExecutionCommand extends $Command< * @public */ constructor(readonly input: StartNextPendingJobExecutionCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -182,7 +177,4 @@ export class StartNextPendingJobExecutionCommand extends $Command< ): Promise { return de_StartNextPendingJobExecutionCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-iot-jobs-data-plane/src/commands/UpdateJobExecutionCommand.ts b/clients/client-iot-jobs-data-plane/src/commands/UpdateJobExecutionCommand.ts index fb7d485ccda0..0cbcd803f568 100644 --- a/clients/client-iot-jobs-data-plane/src/commands/UpdateJobExecutionCommand.ts +++ b/clients/client-iot-jobs-data-plane/src/commands/UpdateJobExecutionCommand.ts @@ -107,9 +107,6 @@ export class UpdateJobExecutionCommand extends $Command< UpdateJobExecutionCommandOutput, IoTJobsDataPlaneClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -123,9 +120,7 @@ export class UpdateJobExecutionCommand extends $Command< * @public */ constructor(readonly input: UpdateJobExecutionCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -178,7 +173,4 @@ export class UpdateJobExecutionCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdateJobExecutionCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-iot-roborunner/package.json b/clients/client-iot-roborunner/package.json index 7602f42564da..7d2b9bc7bc3d 100644 --- a/clients/client-iot-roborunner/package.json +++ b/clients/client-iot-roborunner/package.json @@ -34,29 +34,29 @@ "@aws-sdk/util-endpoints": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@smithy/config-resolver": "^2.0.16", - "@smithy/fetch-http-handler": "^2.2.4", - "@smithy/hash-node": "^2.0.12", - "@smithy/invalid-dependency": "^2.0.12", - "@smithy/middleware-content-length": "^2.0.14", - "@smithy/middleware-endpoint": "^2.1.3", - "@smithy/middleware-retry": "^2.0.18", - "@smithy/middleware-serde": "^2.0.12", - "@smithy/middleware-stack": "^2.0.6", - "@smithy/node-config-provider": "^2.1.3", - "@smithy/node-http-handler": "^2.1.8", - "@smithy/protocol-http": "^3.0.8", - "@smithy/smithy-client": "^2.1.12", - "@smithy/types": "^2.4.0", - "@smithy/url-parser": "^2.0.12", - "@smithy/util-base64": "^2.0.0", + "@smithy/config-resolver": "^2.0.18", + "@smithy/fetch-http-handler": "^2.2.6", + "@smithy/hash-node": "^2.0.15", + "@smithy/invalid-dependency": "^2.0.13", + "@smithy/middleware-content-length": "^2.0.15", + "@smithy/middleware-endpoint": "^2.2.0", + "@smithy/middleware-retry": "^2.0.20", + "@smithy/middleware-serde": "^2.0.13", + "@smithy/middleware-stack": "^2.0.7", + "@smithy/node-config-provider": "^2.1.5", + "@smithy/node-http-handler": "^2.1.9", + "@smithy/protocol-http": "^3.0.9", + "@smithy/smithy-client": "^2.1.15", + "@smithy/types": "^2.5.0", + "@smithy/url-parser": "^2.0.13", + "@smithy/util-base64": "^2.0.1", "@smithy/util-body-length-browser": "^2.0.0", "@smithy/util-body-length-node": "^2.1.0", - "@smithy/util-defaults-mode-browser": "^2.0.16", - "@smithy/util-defaults-mode-node": "^2.0.21", - "@smithy/util-endpoints": "^1.0.2", - "@smithy/util-retry": "^2.0.5", - "@smithy/util-utf8": "^2.0.0", + "@smithy/util-defaults-mode-browser": "^2.0.19", + "@smithy/util-defaults-mode-node": "^2.0.25", + "@smithy/util-endpoints": "^1.0.4", + "@smithy/util-retry": "^2.0.6", + "@smithy/util-utf8": "^2.0.2", "tslib": "^2.5.0", "uuid": "^8.3.2" }, diff --git a/clients/client-iot-roborunner/src/commands/CreateDestinationCommand.ts b/clients/client-iot-roborunner/src/commands/CreateDestinationCommand.ts index b565a66b3d6c..2b42bf5faca6 100644 --- a/clients/client-iot-roborunner/src/commands/CreateDestinationCommand.ts +++ b/clients/client-iot-roborunner/src/commands/CreateDestinationCommand.ts @@ -99,9 +99,6 @@ export class CreateDestinationCommand extends $Command< CreateDestinationCommandOutput, IoTRoboRunnerClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -115,9 +112,7 @@ export class CreateDestinationCommand extends $Command< * @public */ constructor(readonly input: CreateDestinationCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -170,7 +165,4 @@ export class CreateDestinationCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateDestinationCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-iot-roborunner/src/commands/CreateSiteCommand.ts b/clients/client-iot-roborunner/src/commands/CreateSiteCommand.ts index a3f58a0b1699..65abdcc02711 100644 --- a/clients/client-iot-roborunner/src/commands/CreateSiteCommand.ts +++ b/clients/client-iot-roborunner/src/commands/CreateSiteCommand.ts @@ -94,9 +94,6 @@ export class CreateSiteCommand extends $Command< CreateSiteCommandOutput, IoTRoboRunnerClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -110,9 +107,7 @@ export class CreateSiteCommand extends $Command< * @public */ constructor(readonly input: CreateSiteCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -163,7 +158,4 @@ export class CreateSiteCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateSiteCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-iot-roborunner/src/commands/CreateWorkerCommand.ts b/clients/client-iot-roborunner/src/commands/CreateWorkerCommand.ts index 24fd1f8affb3..d51e4d25a85d 100644 --- a/clients/client-iot-roborunner/src/commands/CreateWorkerCommand.ts +++ b/clients/client-iot-roborunner/src/commands/CreateWorkerCommand.ts @@ -115,9 +115,6 @@ export class CreateWorkerCommand extends $Command< CreateWorkerCommandOutput, IoTRoboRunnerClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -131,9 +128,7 @@ export class CreateWorkerCommand extends $Command< * @public */ constructor(readonly input: CreateWorkerCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -184,7 +179,4 @@ export class CreateWorkerCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateWorkerCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-iot-roborunner/src/commands/CreateWorkerFleetCommand.ts b/clients/client-iot-roborunner/src/commands/CreateWorkerFleetCommand.ts index c387811901d1..d66e9a24189c 100644 --- a/clients/client-iot-roborunner/src/commands/CreateWorkerFleetCommand.ts +++ b/clients/client-iot-roborunner/src/commands/CreateWorkerFleetCommand.ts @@ -97,9 +97,6 @@ export class CreateWorkerFleetCommand extends $Command< CreateWorkerFleetCommandOutput, IoTRoboRunnerClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -113,9 +110,7 @@ export class CreateWorkerFleetCommand extends $Command< * @public */ constructor(readonly input: CreateWorkerFleetCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -168,7 +163,4 @@ export class CreateWorkerFleetCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateWorkerFleetCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-iot-roborunner/src/commands/DeleteDestinationCommand.ts b/clients/client-iot-roborunner/src/commands/DeleteDestinationCommand.ts index 7235a402f3e6..692d4e611604 100644 --- a/clients/client-iot-roborunner/src/commands/DeleteDestinationCommand.ts +++ b/clients/client-iot-roborunner/src/commands/DeleteDestinationCommand.ts @@ -86,9 +86,6 @@ export class DeleteDestinationCommand extends $Command< DeleteDestinationCommandOutput, IoTRoboRunnerClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -102,9 +99,7 @@ export class DeleteDestinationCommand extends $Command< * @public */ constructor(readonly input: DeleteDestinationCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -157,7 +152,4 @@ export class DeleteDestinationCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteDestinationCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-iot-roborunner/src/commands/DeleteSiteCommand.ts b/clients/client-iot-roborunner/src/commands/DeleteSiteCommand.ts index a02c67e6278a..8a68c4cf5445 100644 --- a/clients/client-iot-roborunner/src/commands/DeleteSiteCommand.ts +++ b/clients/client-iot-roborunner/src/commands/DeleteSiteCommand.ts @@ -86,9 +86,6 @@ export class DeleteSiteCommand extends $Command< DeleteSiteCommandOutput, IoTRoboRunnerClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -102,9 +99,7 @@ export class DeleteSiteCommand extends $Command< * @public */ constructor(readonly input: DeleteSiteCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -155,7 +150,4 @@ export class DeleteSiteCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteSiteCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-iot-roborunner/src/commands/DeleteWorkerCommand.ts b/clients/client-iot-roborunner/src/commands/DeleteWorkerCommand.ts index 9e70e0e8fa29..8ac141bde1eb 100644 --- a/clients/client-iot-roborunner/src/commands/DeleteWorkerCommand.ts +++ b/clients/client-iot-roborunner/src/commands/DeleteWorkerCommand.ts @@ -86,9 +86,6 @@ export class DeleteWorkerCommand extends $Command< DeleteWorkerCommandOutput, IoTRoboRunnerClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -102,9 +99,7 @@ export class DeleteWorkerCommand extends $Command< * @public */ constructor(readonly input: DeleteWorkerCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -155,7 +150,4 @@ export class DeleteWorkerCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteWorkerCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-iot-roborunner/src/commands/DeleteWorkerFleetCommand.ts b/clients/client-iot-roborunner/src/commands/DeleteWorkerFleetCommand.ts index 2340ea54b72b..44b80ecf2723 100644 --- a/clients/client-iot-roborunner/src/commands/DeleteWorkerFleetCommand.ts +++ b/clients/client-iot-roborunner/src/commands/DeleteWorkerFleetCommand.ts @@ -86,9 +86,6 @@ export class DeleteWorkerFleetCommand extends $Command< DeleteWorkerFleetCommandOutput, IoTRoboRunnerClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -102,9 +99,7 @@ export class DeleteWorkerFleetCommand extends $Command< * @public */ constructor(readonly input: DeleteWorkerFleetCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -157,7 +152,4 @@ export class DeleteWorkerFleetCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteWorkerFleetCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-iot-roborunner/src/commands/GetDestinationCommand.ts b/clients/client-iot-roborunner/src/commands/GetDestinationCommand.ts index cbe9d2ab290e..35c44ee87058 100644 --- a/clients/client-iot-roborunner/src/commands/GetDestinationCommand.ts +++ b/clients/client-iot-roborunner/src/commands/GetDestinationCommand.ts @@ -92,9 +92,6 @@ export class GetDestinationCommand extends $Command< GetDestinationCommandOutput, IoTRoboRunnerClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -108,9 +105,7 @@ export class GetDestinationCommand extends $Command< * @public */ constructor(readonly input: GetDestinationCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -163,7 +158,4 @@ export class GetDestinationCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetDestinationCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-iot-roborunner/src/commands/GetSiteCommand.ts b/clients/client-iot-roborunner/src/commands/GetSiteCommand.ts index 5551cb61fb5b..2a8254579245 100644 --- a/clients/client-iot-roborunner/src/commands/GetSiteCommand.ts +++ b/clients/client-iot-roborunner/src/commands/GetSiteCommand.ts @@ -91,9 +91,6 @@ export class GetSiteCommand extends $Command< GetSiteCommandOutput, IoTRoboRunnerClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -107,9 +104,7 @@ export class GetSiteCommand extends $Command< * @public */ constructor(readonly input: GetSiteCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -160,7 +155,4 @@ export class GetSiteCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetSiteCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-iot-roborunner/src/commands/GetWorkerCommand.ts b/clients/client-iot-roborunner/src/commands/GetWorkerCommand.ts index 9672a84a0321..33bcf6a28531 100644 --- a/clients/client-iot-roborunner/src/commands/GetWorkerCommand.ts +++ b/clients/client-iot-roborunner/src/commands/GetWorkerCommand.ts @@ -109,9 +109,6 @@ export class GetWorkerCommand extends $Command< GetWorkerCommandOutput, IoTRoboRunnerClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -125,9 +122,7 @@ export class GetWorkerCommand extends $Command< * @public */ constructor(readonly input: GetWorkerCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -178,7 +173,4 @@ export class GetWorkerCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetWorkerCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-iot-roborunner/src/commands/GetWorkerFleetCommand.ts b/clients/client-iot-roborunner/src/commands/GetWorkerFleetCommand.ts index 13d07fc4f84e..628493a10e3d 100644 --- a/clients/client-iot-roborunner/src/commands/GetWorkerFleetCommand.ts +++ b/clients/client-iot-roborunner/src/commands/GetWorkerFleetCommand.ts @@ -91,9 +91,6 @@ export class GetWorkerFleetCommand extends $Command< GetWorkerFleetCommandOutput, IoTRoboRunnerClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -107,9 +104,7 @@ export class GetWorkerFleetCommand extends $Command< * @public */ constructor(readonly input: GetWorkerFleetCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -162,7 +157,4 @@ export class GetWorkerFleetCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetWorkerFleetCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-iot-roborunner/src/commands/ListDestinationsCommand.ts b/clients/client-iot-roborunner/src/commands/ListDestinationsCommand.ts index 83fa3e3fa671..afae99927b3d 100644 --- a/clients/client-iot-roborunner/src/commands/ListDestinationsCommand.ts +++ b/clients/client-iot-roborunner/src/commands/ListDestinationsCommand.ts @@ -100,9 +100,6 @@ export class ListDestinationsCommand extends $Command< ListDestinationsCommandOutput, IoTRoboRunnerClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -116,9 +113,7 @@ export class ListDestinationsCommand extends $Command< * @public */ constructor(readonly input: ListDestinationsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -171,7 +166,4 @@ export class ListDestinationsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListDestinationsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-iot-roborunner/src/commands/ListSitesCommand.ts b/clients/client-iot-roborunner/src/commands/ListSitesCommand.ts index 6ba315c19a44..4170b852d959 100644 --- a/clients/client-iot-roborunner/src/commands/ListSitesCommand.ts +++ b/clients/client-iot-roborunner/src/commands/ListSitesCommand.ts @@ -91,9 +91,6 @@ export class ListSitesCommand extends $Command< ListSitesCommandOutput, IoTRoboRunnerClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -107,9 +104,7 @@ export class ListSitesCommand extends $Command< * @public */ constructor(readonly input: ListSitesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -160,7 +155,4 @@ export class ListSitesCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListSitesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-iot-roborunner/src/commands/ListWorkerFleetsCommand.ts b/clients/client-iot-roborunner/src/commands/ListWorkerFleetsCommand.ts index 349b009fb17c..5de0320c4a1e 100644 --- a/clients/client-iot-roborunner/src/commands/ListWorkerFleetsCommand.ts +++ b/clients/client-iot-roborunner/src/commands/ListWorkerFleetsCommand.ts @@ -98,9 +98,6 @@ export class ListWorkerFleetsCommand extends $Command< ListWorkerFleetsCommandOutput, IoTRoboRunnerClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -114,9 +111,7 @@ export class ListWorkerFleetsCommand extends $Command< * @public */ constructor(readonly input: ListWorkerFleetsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -169,7 +164,4 @@ export class ListWorkerFleetsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListWorkerFleetsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-iot-roborunner/src/commands/ListWorkersCommand.ts b/clients/client-iot-roborunner/src/commands/ListWorkersCommand.ts index 2ecc6873b587..fced65f0dc96 100644 --- a/clients/client-iot-roborunner/src/commands/ListWorkersCommand.ts +++ b/clients/client-iot-roborunner/src/commands/ListWorkersCommand.ts @@ -117,9 +117,6 @@ export class ListWorkersCommand extends $Command< ListWorkersCommandOutput, IoTRoboRunnerClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -133,9 +130,7 @@ export class ListWorkersCommand extends $Command< * @public */ constructor(readonly input: ListWorkersCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -186,7 +181,4 @@ export class ListWorkersCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListWorkersCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-iot-roborunner/src/commands/UpdateDestinationCommand.ts b/clients/client-iot-roborunner/src/commands/UpdateDestinationCommand.ts index cef2760c6071..6dfee3130b06 100644 --- a/clients/client-iot-roborunner/src/commands/UpdateDestinationCommand.ts +++ b/clients/client-iot-roborunner/src/commands/UpdateDestinationCommand.ts @@ -93,9 +93,6 @@ export class UpdateDestinationCommand extends $Command< UpdateDestinationCommandOutput, IoTRoboRunnerClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -109,9 +106,7 @@ export class UpdateDestinationCommand extends $Command< * @public */ constructor(readonly input: UpdateDestinationCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -164,7 +159,4 @@ export class UpdateDestinationCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdateDestinationCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-iot-roborunner/src/commands/UpdateSiteCommand.ts b/clients/client-iot-roborunner/src/commands/UpdateSiteCommand.ts index 331b40cec350..4e69b771afaa 100644 --- a/clients/client-iot-roborunner/src/commands/UpdateSiteCommand.ts +++ b/clients/client-iot-roborunner/src/commands/UpdateSiteCommand.ts @@ -93,9 +93,6 @@ export class UpdateSiteCommand extends $Command< UpdateSiteCommandOutput, IoTRoboRunnerClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -109,9 +106,7 @@ export class UpdateSiteCommand extends $Command< * @public */ constructor(readonly input: UpdateSiteCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -162,7 +157,4 @@ export class UpdateSiteCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdateSiteCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-iot-roborunner/src/commands/UpdateWorkerCommand.ts b/clients/client-iot-roborunner/src/commands/UpdateWorkerCommand.ts index 36e2911707bb..740c843220cd 100644 --- a/clients/client-iot-roborunner/src/commands/UpdateWorkerCommand.ts +++ b/clients/client-iot-roborunner/src/commands/UpdateWorkerCommand.ts @@ -126,9 +126,6 @@ export class UpdateWorkerCommand extends $Command< UpdateWorkerCommandOutput, IoTRoboRunnerClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -142,9 +139,7 @@ export class UpdateWorkerCommand extends $Command< * @public */ constructor(readonly input: UpdateWorkerCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -195,7 +190,4 @@ export class UpdateWorkerCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdateWorkerCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-iot-roborunner/src/commands/UpdateWorkerFleetCommand.ts b/clients/client-iot-roborunner/src/commands/UpdateWorkerFleetCommand.ts index a79604e979ed..b3eb33c0c4ff 100644 --- a/clients/client-iot-roborunner/src/commands/UpdateWorkerFleetCommand.ts +++ b/clients/client-iot-roborunner/src/commands/UpdateWorkerFleetCommand.ts @@ -91,9 +91,6 @@ export class UpdateWorkerFleetCommand extends $Command< UpdateWorkerFleetCommandOutput, IoTRoboRunnerClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -107,9 +104,7 @@ export class UpdateWorkerFleetCommand extends $Command< * @public */ constructor(readonly input: UpdateWorkerFleetCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -162,7 +157,4 @@ export class UpdateWorkerFleetCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdateWorkerFleetCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-iot-wireless/package.json b/clients/client-iot-wireless/package.json index 42d8b5692f52..07857e1e8355 100644 --- a/clients/client-iot-wireless/package.json +++ b/clients/client-iot-wireless/package.json @@ -34,30 +34,30 @@ "@aws-sdk/util-endpoints": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@smithy/config-resolver": "^2.0.16", - "@smithy/fetch-http-handler": "^2.2.4", - "@smithy/hash-node": "^2.0.12", - "@smithy/invalid-dependency": "^2.0.12", - "@smithy/middleware-content-length": "^2.0.14", - "@smithy/middleware-endpoint": "^2.1.3", - "@smithy/middleware-retry": "^2.0.18", - "@smithy/middleware-serde": "^2.0.12", - "@smithy/middleware-stack": "^2.0.6", - "@smithy/node-config-provider": "^2.1.3", - "@smithy/node-http-handler": "^2.1.8", - "@smithy/protocol-http": "^3.0.8", - "@smithy/smithy-client": "^2.1.12", - "@smithy/types": "^2.4.0", - "@smithy/url-parser": "^2.0.12", - "@smithy/util-base64": "^2.0.0", + "@smithy/config-resolver": "^2.0.18", + "@smithy/fetch-http-handler": "^2.2.6", + "@smithy/hash-node": "^2.0.15", + "@smithy/invalid-dependency": "^2.0.13", + "@smithy/middleware-content-length": "^2.0.15", + "@smithy/middleware-endpoint": "^2.2.0", + "@smithy/middleware-retry": "^2.0.20", + "@smithy/middleware-serde": "^2.0.13", + "@smithy/middleware-stack": "^2.0.7", + "@smithy/node-config-provider": "^2.1.5", + "@smithy/node-http-handler": "^2.1.9", + "@smithy/protocol-http": "^3.0.9", + "@smithy/smithy-client": "^2.1.15", + "@smithy/types": "^2.5.0", + "@smithy/url-parser": "^2.0.13", + "@smithy/util-base64": "^2.0.1", "@smithy/util-body-length-browser": "^2.0.0", "@smithy/util-body-length-node": "^2.1.0", - "@smithy/util-defaults-mode-browser": "^2.0.16", - "@smithy/util-defaults-mode-node": "^2.0.21", - "@smithy/util-endpoints": "^1.0.2", - "@smithy/util-retry": "^2.0.5", - "@smithy/util-stream": "^2.0.17", - "@smithy/util-utf8": "^2.0.0", + "@smithy/util-defaults-mode-browser": "^2.0.19", + "@smithy/util-defaults-mode-node": "^2.0.25", + "@smithy/util-endpoints": "^1.0.4", + "@smithy/util-retry": "^2.0.6", + "@smithy/util-stream": "^2.0.20", + "@smithy/util-utf8": "^2.0.2", "tslib": "^2.5.0", "uuid": "^8.3.2" }, diff --git a/clients/client-iot-wireless/src/commands/AssociateAwsAccountWithPartnerAccountCommand.ts b/clients/client-iot-wireless/src/commands/AssociateAwsAccountWithPartnerAccountCommand.ts index 500d6f723a97..ddc8b78ea462 100644 --- a/clients/client-iot-wireless/src/commands/AssociateAwsAccountWithPartnerAccountCommand.ts +++ b/clients/client-iot-wireless/src/commands/AssociateAwsAccountWithPartnerAccountCommand.ts @@ -113,9 +113,6 @@ export class AssociateAwsAccountWithPartnerAccountCommand extends $Command< AssociateAwsAccountWithPartnerAccountCommandOutput, IoTWirelessClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -129,9 +126,7 @@ export class AssociateAwsAccountWithPartnerAccountCommand extends $Command< * @public */ constructor(readonly input: AssociateAwsAccountWithPartnerAccountCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -190,7 +185,4 @@ export class AssociateAwsAccountWithPartnerAccountCommand extends $Command< ): Promise { return de_AssociateAwsAccountWithPartnerAccountCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-iot-wireless/src/commands/AssociateMulticastGroupWithFuotaTaskCommand.ts b/clients/client-iot-wireless/src/commands/AssociateMulticastGroupWithFuotaTaskCommand.ts index eeca58e1b28f..1a887c9cd222 100644 --- a/clients/client-iot-wireless/src/commands/AssociateMulticastGroupWithFuotaTaskCommand.ts +++ b/clients/client-iot-wireless/src/commands/AssociateMulticastGroupWithFuotaTaskCommand.ts @@ -95,9 +95,6 @@ export class AssociateMulticastGroupWithFuotaTaskCommand extends $Command< AssociateMulticastGroupWithFuotaTaskCommandOutput, IoTWirelessClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -111,9 +108,7 @@ export class AssociateMulticastGroupWithFuotaTaskCommand extends $Command< * @public */ constructor(readonly input: AssociateMulticastGroupWithFuotaTaskCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -172,7 +167,4 @@ export class AssociateMulticastGroupWithFuotaTaskCommand extends $Command< ): Promise { return de_AssociateMulticastGroupWithFuotaTaskCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-iot-wireless/src/commands/AssociateWirelessDeviceWithFuotaTaskCommand.ts b/clients/client-iot-wireless/src/commands/AssociateWirelessDeviceWithFuotaTaskCommand.ts index 32b95defa168..2c4a43150f49 100644 --- a/clients/client-iot-wireless/src/commands/AssociateWirelessDeviceWithFuotaTaskCommand.ts +++ b/clients/client-iot-wireless/src/commands/AssociateWirelessDeviceWithFuotaTaskCommand.ts @@ -95,9 +95,6 @@ export class AssociateWirelessDeviceWithFuotaTaskCommand extends $Command< AssociateWirelessDeviceWithFuotaTaskCommandOutput, IoTWirelessClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -111,9 +108,7 @@ export class AssociateWirelessDeviceWithFuotaTaskCommand extends $Command< * @public */ constructor(readonly input: AssociateWirelessDeviceWithFuotaTaskCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -172,7 +167,4 @@ export class AssociateWirelessDeviceWithFuotaTaskCommand extends $Command< ): Promise { return de_AssociateWirelessDeviceWithFuotaTaskCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-iot-wireless/src/commands/AssociateWirelessDeviceWithMulticastGroupCommand.ts b/clients/client-iot-wireless/src/commands/AssociateWirelessDeviceWithMulticastGroupCommand.ts index 67f6b013884b..87d0647b1424 100644 --- a/clients/client-iot-wireless/src/commands/AssociateWirelessDeviceWithMulticastGroupCommand.ts +++ b/clients/client-iot-wireless/src/commands/AssociateWirelessDeviceWithMulticastGroupCommand.ts @@ -96,9 +96,6 @@ export class AssociateWirelessDeviceWithMulticastGroupCommand extends $Command< AssociateWirelessDeviceWithMulticastGroupCommandOutput, IoTWirelessClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -112,9 +109,7 @@ export class AssociateWirelessDeviceWithMulticastGroupCommand extends $Command< * @public */ constructor(readonly input: AssociateWirelessDeviceWithMulticastGroupCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -179,7 +174,4 @@ export class AssociateWirelessDeviceWithMulticastGroupCommand extends $Command< ): Promise { return de_AssociateWirelessDeviceWithMulticastGroupCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-iot-wireless/src/commands/AssociateWirelessDeviceWithThingCommand.ts b/clients/client-iot-wireless/src/commands/AssociateWirelessDeviceWithThingCommand.ts index 13483dabccd7..c7e18109e02b 100644 --- a/clients/client-iot-wireless/src/commands/AssociateWirelessDeviceWithThingCommand.ts +++ b/clients/client-iot-wireless/src/commands/AssociateWirelessDeviceWithThingCommand.ts @@ -92,9 +92,6 @@ export class AssociateWirelessDeviceWithThingCommand extends $Command< AssociateWirelessDeviceWithThingCommandOutput, IoTWirelessClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -108,9 +105,7 @@ export class AssociateWirelessDeviceWithThingCommand extends $Command< * @public */ constructor(readonly input: AssociateWirelessDeviceWithThingCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -169,7 +164,4 @@ export class AssociateWirelessDeviceWithThingCommand extends $Command< ): Promise { return de_AssociateWirelessDeviceWithThingCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-iot-wireless/src/commands/AssociateWirelessGatewayWithCertificateCommand.ts b/clients/client-iot-wireless/src/commands/AssociateWirelessGatewayWithCertificateCommand.ts index 0fcbb12d41bc..6ae53ee9608b 100644 --- a/clients/client-iot-wireless/src/commands/AssociateWirelessGatewayWithCertificateCommand.ts +++ b/clients/client-iot-wireless/src/commands/AssociateWirelessGatewayWithCertificateCommand.ts @@ -98,9 +98,6 @@ export class AssociateWirelessGatewayWithCertificateCommand extends $Command< AssociateWirelessGatewayWithCertificateCommandOutput, IoTWirelessClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -114,9 +111,7 @@ export class AssociateWirelessGatewayWithCertificateCommand extends $Command< * @public */ constructor(readonly input: AssociateWirelessGatewayWithCertificateCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -181,7 +176,4 @@ export class AssociateWirelessGatewayWithCertificateCommand extends $Command< ): Promise { return de_AssociateWirelessGatewayWithCertificateCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-iot-wireless/src/commands/AssociateWirelessGatewayWithThingCommand.ts b/clients/client-iot-wireless/src/commands/AssociateWirelessGatewayWithThingCommand.ts index 693de6eda12e..d955736b305f 100644 --- a/clients/client-iot-wireless/src/commands/AssociateWirelessGatewayWithThingCommand.ts +++ b/clients/client-iot-wireless/src/commands/AssociateWirelessGatewayWithThingCommand.ts @@ -95,9 +95,6 @@ export class AssociateWirelessGatewayWithThingCommand extends $Command< AssociateWirelessGatewayWithThingCommandOutput, IoTWirelessClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -111,9 +108,7 @@ export class AssociateWirelessGatewayWithThingCommand extends $Command< * @public */ constructor(readonly input: AssociateWirelessGatewayWithThingCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -172,7 +167,4 @@ export class AssociateWirelessGatewayWithThingCommand extends $Command< ): Promise { return de_AssociateWirelessGatewayWithThingCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-iot-wireless/src/commands/CancelMulticastGroupSessionCommand.ts b/clients/client-iot-wireless/src/commands/CancelMulticastGroupSessionCommand.ts index c85ff1f53604..d1075cab3563 100644 --- a/clients/client-iot-wireless/src/commands/CancelMulticastGroupSessionCommand.ts +++ b/clients/client-iot-wireless/src/commands/CancelMulticastGroupSessionCommand.ts @@ -91,9 +91,6 @@ export class CancelMulticastGroupSessionCommand extends $Command< CancelMulticastGroupSessionCommandOutput, IoTWirelessClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -107,9 +104,7 @@ export class CancelMulticastGroupSessionCommand extends $Command< * @public */ constructor(readonly input: CancelMulticastGroupSessionCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -165,7 +160,4 @@ export class CancelMulticastGroupSessionCommand extends $Command< ): Promise { return de_CancelMulticastGroupSessionCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-iot-wireless/src/commands/CreateDestinationCommand.ts b/clients/client-iot-wireless/src/commands/CreateDestinationCommand.ts index afb3044f3085..4e528e051064 100644 --- a/clients/client-iot-wireless/src/commands/CreateDestinationCommand.ts +++ b/clients/client-iot-wireless/src/commands/CreateDestinationCommand.ts @@ -100,9 +100,6 @@ export class CreateDestinationCommand extends $Command< CreateDestinationCommandOutput, IoTWirelessClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -116,9 +113,7 @@ export class CreateDestinationCommand extends $Command< * @public */ constructor(readonly input: CreateDestinationCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -171,7 +166,4 @@ export class CreateDestinationCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateDestinationCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-iot-wireless/src/commands/CreateDeviceProfileCommand.ts b/clients/client-iot-wireless/src/commands/CreateDeviceProfileCommand.ts index 44896757fb64..a39ea2e835dd 100644 --- a/clients/client-iot-wireless/src/commands/CreateDeviceProfileCommand.ts +++ b/clients/client-iot-wireless/src/commands/CreateDeviceProfileCommand.ts @@ -117,9 +117,6 @@ export class CreateDeviceProfileCommand extends $Command< CreateDeviceProfileCommandOutput, IoTWirelessClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -133,9 +130,7 @@ export class CreateDeviceProfileCommand extends $Command< * @public */ constructor(readonly input: CreateDeviceProfileCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -188,7 +183,4 @@ export class CreateDeviceProfileCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateDeviceProfileCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-iot-wireless/src/commands/CreateFuotaTaskCommand.ts b/clients/client-iot-wireless/src/commands/CreateFuotaTaskCommand.ts index 8d3448049980..f94a84b1757f 100644 --- a/clients/client-iot-wireless/src/commands/CreateFuotaTaskCommand.ts +++ b/clients/client-iot-wireless/src/commands/CreateFuotaTaskCommand.ts @@ -105,9 +105,6 @@ export class CreateFuotaTaskCommand extends $Command< CreateFuotaTaskCommandOutput, IoTWirelessClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -121,9 +118,7 @@ export class CreateFuotaTaskCommand extends $Command< * @public */ constructor(readonly input: CreateFuotaTaskCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -176,7 +171,4 @@ export class CreateFuotaTaskCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateFuotaTaskCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-iot-wireless/src/commands/CreateMulticastGroupCommand.ts b/clients/client-iot-wireless/src/commands/CreateMulticastGroupCommand.ts index 2e00294e5660..c75a8e89c4dc 100644 --- a/clients/client-iot-wireless/src/commands/CreateMulticastGroupCommand.ts +++ b/clients/client-iot-wireless/src/commands/CreateMulticastGroupCommand.ts @@ -101,9 +101,6 @@ export class CreateMulticastGroupCommand extends $Command< CreateMulticastGroupCommandOutput, IoTWirelessClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -117,9 +114,7 @@ export class CreateMulticastGroupCommand extends $Command< * @public */ constructor(readonly input: CreateMulticastGroupCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -172,7 +167,4 @@ export class CreateMulticastGroupCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateMulticastGroupCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-iot-wireless/src/commands/CreateNetworkAnalyzerConfigurationCommand.ts b/clients/client-iot-wireless/src/commands/CreateNetworkAnalyzerConfigurationCommand.ts index 3b6d5038c147..e49f1962825e 100644 --- a/clients/client-iot-wireless/src/commands/CreateNetworkAnalyzerConfigurationCommand.ts +++ b/clients/client-iot-wireless/src/commands/CreateNetworkAnalyzerConfigurationCommand.ts @@ -119,9 +119,6 @@ export class CreateNetworkAnalyzerConfigurationCommand extends $Command< CreateNetworkAnalyzerConfigurationCommandOutput, IoTWirelessClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -135,9 +132,7 @@ export class CreateNetworkAnalyzerConfigurationCommand extends $Command< * @public */ constructor(readonly input: CreateNetworkAnalyzerConfigurationCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -196,7 +191,4 @@ export class CreateNetworkAnalyzerConfigurationCommand extends $Command< ): Promise { return de_CreateNetworkAnalyzerConfigurationCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-iot-wireless/src/commands/CreateServiceProfileCommand.ts b/clients/client-iot-wireless/src/commands/CreateServiceProfileCommand.ts index 9b77db346be9..0b0f8980367a 100644 --- a/clients/client-iot-wireless/src/commands/CreateServiceProfileCommand.ts +++ b/clients/client-iot-wireless/src/commands/CreateServiceProfileCommand.ts @@ -100,9 +100,6 @@ export class CreateServiceProfileCommand extends $Command< CreateServiceProfileCommandOutput, IoTWirelessClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -116,9 +113,7 @@ export class CreateServiceProfileCommand extends $Command< * @public */ constructor(readonly input: CreateServiceProfileCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -171,7 +166,4 @@ export class CreateServiceProfileCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateServiceProfileCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-iot-wireless/src/commands/CreateWirelessDeviceCommand.ts b/clients/client-iot-wireless/src/commands/CreateWirelessDeviceCommand.ts index ead5111d1e98..7281c141b8f2 100644 --- a/clients/client-iot-wireless/src/commands/CreateWirelessDeviceCommand.ts +++ b/clients/client-iot-wireless/src/commands/CreateWirelessDeviceCommand.ts @@ -154,9 +154,6 @@ export class CreateWirelessDeviceCommand extends $Command< CreateWirelessDeviceCommandOutput, IoTWirelessClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -170,9 +167,7 @@ export class CreateWirelessDeviceCommand extends $Command< * @public */ constructor(readonly input: CreateWirelessDeviceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -225,7 +220,4 @@ export class CreateWirelessDeviceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateWirelessDeviceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-iot-wireless/src/commands/CreateWirelessGatewayCommand.ts b/clients/client-iot-wireless/src/commands/CreateWirelessGatewayCommand.ts index 86656b0c0028..9e66fd673311 100644 --- a/clients/client-iot-wireless/src/commands/CreateWirelessGatewayCommand.ts +++ b/clients/client-iot-wireless/src/commands/CreateWirelessGatewayCommand.ts @@ -116,9 +116,6 @@ export class CreateWirelessGatewayCommand extends $Command< CreateWirelessGatewayCommandOutput, IoTWirelessClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -132,9 +129,7 @@ export class CreateWirelessGatewayCommand extends $Command< * @public */ constructor(readonly input: CreateWirelessGatewayCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -187,7 +182,4 @@ export class CreateWirelessGatewayCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateWirelessGatewayCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-iot-wireless/src/commands/CreateWirelessGatewayTaskCommand.ts b/clients/client-iot-wireless/src/commands/CreateWirelessGatewayTaskCommand.ts index 7265f5356e8c..2b6e931e5919 100644 --- a/clients/client-iot-wireless/src/commands/CreateWirelessGatewayTaskCommand.ts +++ b/clients/client-iot-wireless/src/commands/CreateWirelessGatewayTaskCommand.ts @@ -90,9 +90,6 @@ export class CreateWirelessGatewayTaskCommand extends $Command< CreateWirelessGatewayTaskCommandOutput, IoTWirelessClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -106,9 +103,7 @@ export class CreateWirelessGatewayTaskCommand extends $Command< * @public */ constructor(readonly input: CreateWirelessGatewayTaskCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -164,7 +159,4 @@ export class CreateWirelessGatewayTaskCommand extends $Command< ): Promise { return de_CreateWirelessGatewayTaskCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-iot-wireless/src/commands/CreateWirelessGatewayTaskDefinitionCommand.ts b/clients/client-iot-wireless/src/commands/CreateWirelessGatewayTaskDefinitionCommand.ts index 3a4083292c63..21e953e3401d 100644 --- a/clients/client-iot-wireless/src/commands/CreateWirelessGatewayTaskDefinitionCommand.ts +++ b/clients/client-iot-wireless/src/commands/CreateWirelessGatewayTaskDefinitionCommand.ts @@ -123,9 +123,6 @@ export class CreateWirelessGatewayTaskDefinitionCommand extends $Command< CreateWirelessGatewayTaskDefinitionCommandOutput, IoTWirelessClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -139,9 +136,7 @@ export class CreateWirelessGatewayTaskDefinitionCommand extends $Command< * @public */ constructor(readonly input: CreateWirelessGatewayTaskDefinitionCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -200,7 +195,4 @@ export class CreateWirelessGatewayTaskDefinitionCommand extends $Command< ): Promise { return de_CreateWirelessGatewayTaskDefinitionCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-iot-wireless/src/commands/DeleteDestinationCommand.ts b/clients/client-iot-wireless/src/commands/DeleteDestinationCommand.ts index e7b20896903f..19fff2eda7ea 100644 --- a/clients/client-iot-wireless/src/commands/DeleteDestinationCommand.ts +++ b/clients/client-iot-wireless/src/commands/DeleteDestinationCommand.ts @@ -86,9 +86,6 @@ export class DeleteDestinationCommand extends $Command< DeleteDestinationCommandOutput, IoTWirelessClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -102,9 +99,7 @@ export class DeleteDestinationCommand extends $Command< * @public */ constructor(readonly input: DeleteDestinationCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -157,7 +152,4 @@ export class DeleteDestinationCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteDestinationCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-iot-wireless/src/commands/DeleteDeviceProfileCommand.ts b/clients/client-iot-wireless/src/commands/DeleteDeviceProfileCommand.ts index e63985e7d1af..9535d16d8a69 100644 --- a/clients/client-iot-wireless/src/commands/DeleteDeviceProfileCommand.ts +++ b/clients/client-iot-wireless/src/commands/DeleteDeviceProfileCommand.ts @@ -86,9 +86,6 @@ export class DeleteDeviceProfileCommand extends $Command< DeleteDeviceProfileCommandOutput, IoTWirelessClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -102,9 +99,7 @@ export class DeleteDeviceProfileCommand extends $Command< * @public */ constructor(readonly input: DeleteDeviceProfileCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -157,7 +152,4 @@ export class DeleteDeviceProfileCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteDeviceProfileCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-iot-wireless/src/commands/DeleteFuotaTaskCommand.ts b/clients/client-iot-wireless/src/commands/DeleteFuotaTaskCommand.ts index 979d568a7a2b..eb2720014847 100644 --- a/clients/client-iot-wireless/src/commands/DeleteFuotaTaskCommand.ts +++ b/clients/client-iot-wireless/src/commands/DeleteFuotaTaskCommand.ts @@ -83,9 +83,6 @@ export class DeleteFuotaTaskCommand extends $Command< DeleteFuotaTaskCommandOutput, IoTWirelessClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -99,9 +96,7 @@ export class DeleteFuotaTaskCommand extends $Command< * @public */ constructor(readonly input: DeleteFuotaTaskCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -154,7 +149,4 @@ export class DeleteFuotaTaskCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteFuotaTaskCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-iot-wireless/src/commands/DeleteMulticastGroupCommand.ts b/clients/client-iot-wireless/src/commands/DeleteMulticastGroupCommand.ts index 77218f483a5d..418783112e97 100644 --- a/clients/client-iot-wireless/src/commands/DeleteMulticastGroupCommand.ts +++ b/clients/client-iot-wireless/src/commands/DeleteMulticastGroupCommand.ts @@ -86,9 +86,6 @@ export class DeleteMulticastGroupCommand extends $Command< DeleteMulticastGroupCommandOutput, IoTWirelessClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -102,9 +99,7 @@ export class DeleteMulticastGroupCommand extends $Command< * @public */ constructor(readonly input: DeleteMulticastGroupCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -157,7 +152,4 @@ export class DeleteMulticastGroupCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteMulticastGroupCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-iot-wireless/src/commands/DeleteNetworkAnalyzerConfigurationCommand.ts b/clients/client-iot-wireless/src/commands/DeleteNetworkAnalyzerConfigurationCommand.ts index 86b991a12f9b..d486b9639876 100644 --- a/clients/client-iot-wireless/src/commands/DeleteNetworkAnalyzerConfigurationCommand.ts +++ b/clients/client-iot-wireless/src/commands/DeleteNetworkAnalyzerConfigurationCommand.ts @@ -94,9 +94,6 @@ export class DeleteNetworkAnalyzerConfigurationCommand extends $Command< DeleteNetworkAnalyzerConfigurationCommandOutput, IoTWirelessClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -110,9 +107,7 @@ export class DeleteNetworkAnalyzerConfigurationCommand extends $Command< * @public */ constructor(readonly input: DeleteNetworkAnalyzerConfigurationCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -171,7 +166,4 @@ export class DeleteNetworkAnalyzerConfigurationCommand extends $Command< ): Promise { return de_DeleteNetworkAnalyzerConfigurationCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-iot-wireless/src/commands/DeleteQueuedMessagesCommand.ts b/clients/client-iot-wireless/src/commands/DeleteQueuedMessagesCommand.ts index eab61a6d4dd3..a9acc0abcb36 100644 --- a/clients/client-iot-wireless/src/commands/DeleteQueuedMessagesCommand.ts +++ b/clients/client-iot-wireless/src/commands/DeleteQueuedMessagesCommand.ts @@ -85,9 +85,6 @@ export class DeleteQueuedMessagesCommand extends $Command< DeleteQueuedMessagesCommandOutput, IoTWirelessClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -101,9 +98,7 @@ export class DeleteQueuedMessagesCommand extends $Command< * @public */ constructor(readonly input: DeleteQueuedMessagesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -156,7 +151,4 @@ export class DeleteQueuedMessagesCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteQueuedMessagesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-iot-wireless/src/commands/DeleteServiceProfileCommand.ts b/clients/client-iot-wireless/src/commands/DeleteServiceProfileCommand.ts index eaa24edde2df..6ec329865dda 100644 --- a/clients/client-iot-wireless/src/commands/DeleteServiceProfileCommand.ts +++ b/clients/client-iot-wireless/src/commands/DeleteServiceProfileCommand.ts @@ -86,9 +86,6 @@ export class DeleteServiceProfileCommand extends $Command< DeleteServiceProfileCommandOutput, IoTWirelessClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -102,9 +99,7 @@ export class DeleteServiceProfileCommand extends $Command< * @public */ constructor(readonly input: DeleteServiceProfileCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -157,7 +152,4 @@ export class DeleteServiceProfileCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteServiceProfileCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-iot-wireless/src/commands/DeleteWirelessDeviceCommand.ts b/clients/client-iot-wireless/src/commands/DeleteWirelessDeviceCommand.ts index bb90d308c5f9..6553a591c3d0 100644 --- a/clients/client-iot-wireless/src/commands/DeleteWirelessDeviceCommand.ts +++ b/clients/client-iot-wireless/src/commands/DeleteWirelessDeviceCommand.ts @@ -83,9 +83,6 @@ export class DeleteWirelessDeviceCommand extends $Command< DeleteWirelessDeviceCommandOutput, IoTWirelessClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -99,9 +96,7 @@ export class DeleteWirelessDeviceCommand extends $Command< * @public */ constructor(readonly input: DeleteWirelessDeviceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -154,7 +149,4 @@ export class DeleteWirelessDeviceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteWirelessDeviceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-iot-wireless/src/commands/DeleteWirelessDeviceImportTaskCommand.ts b/clients/client-iot-wireless/src/commands/DeleteWirelessDeviceImportTaskCommand.ts index dc2cae90ee51..ff8e818a8258 100644 --- a/clients/client-iot-wireless/src/commands/DeleteWirelessDeviceImportTaskCommand.ts +++ b/clients/client-iot-wireless/src/commands/DeleteWirelessDeviceImportTaskCommand.ts @@ -91,9 +91,6 @@ export class DeleteWirelessDeviceImportTaskCommand extends $Command< DeleteWirelessDeviceImportTaskCommandOutput, IoTWirelessClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -107,9 +104,7 @@ export class DeleteWirelessDeviceImportTaskCommand extends $Command< * @public */ constructor(readonly input: DeleteWirelessDeviceImportTaskCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -168,7 +163,4 @@ export class DeleteWirelessDeviceImportTaskCommand extends $Command< ): Promise { return de_DeleteWirelessDeviceImportTaskCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-iot-wireless/src/commands/DeleteWirelessGatewayCommand.ts b/clients/client-iot-wireless/src/commands/DeleteWirelessGatewayCommand.ts index b77fff48810e..932795ecd632 100644 --- a/clients/client-iot-wireless/src/commands/DeleteWirelessGatewayCommand.ts +++ b/clients/client-iot-wireless/src/commands/DeleteWirelessGatewayCommand.ts @@ -83,9 +83,6 @@ export class DeleteWirelessGatewayCommand extends $Command< DeleteWirelessGatewayCommandOutput, IoTWirelessClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -99,9 +96,7 @@ export class DeleteWirelessGatewayCommand extends $Command< * @public */ constructor(readonly input: DeleteWirelessGatewayCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -154,7 +149,4 @@ export class DeleteWirelessGatewayCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteWirelessGatewayCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-iot-wireless/src/commands/DeleteWirelessGatewayTaskCommand.ts b/clients/client-iot-wireless/src/commands/DeleteWirelessGatewayTaskCommand.ts index 330e6bc5a705..e86e93cf9dcb 100644 --- a/clients/client-iot-wireless/src/commands/DeleteWirelessGatewayTaskCommand.ts +++ b/clients/client-iot-wireless/src/commands/DeleteWirelessGatewayTaskCommand.ts @@ -83,9 +83,6 @@ export class DeleteWirelessGatewayTaskCommand extends $Command< DeleteWirelessGatewayTaskCommandOutput, IoTWirelessClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -99,9 +96,7 @@ export class DeleteWirelessGatewayTaskCommand extends $Command< * @public */ constructor(readonly input: DeleteWirelessGatewayTaskCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -157,7 +152,4 @@ export class DeleteWirelessGatewayTaskCommand extends $Command< ): Promise { return de_DeleteWirelessGatewayTaskCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-iot-wireless/src/commands/DeleteWirelessGatewayTaskDefinitionCommand.ts b/clients/client-iot-wireless/src/commands/DeleteWirelessGatewayTaskDefinitionCommand.ts index 8c5f7613771d..54495562edd1 100644 --- a/clients/client-iot-wireless/src/commands/DeleteWirelessGatewayTaskDefinitionCommand.ts +++ b/clients/client-iot-wireless/src/commands/DeleteWirelessGatewayTaskDefinitionCommand.ts @@ -92,9 +92,6 @@ export class DeleteWirelessGatewayTaskDefinitionCommand extends $Command< DeleteWirelessGatewayTaskDefinitionCommandOutput, IoTWirelessClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -108,9 +105,7 @@ export class DeleteWirelessGatewayTaskDefinitionCommand extends $Command< * @public */ constructor(readonly input: DeleteWirelessGatewayTaskDefinitionCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -169,7 +164,4 @@ export class DeleteWirelessGatewayTaskDefinitionCommand extends $Command< ): Promise { return de_DeleteWirelessGatewayTaskDefinitionCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-iot-wireless/src/commands/DeregisterWirelessDeviceCommand.ts b/clients/client-iot-wireless/src/commands/DeregisterWirelessDeviceCommand.ts index 4f2273ffd873..6831227ee874 100644 --- a/clients/client-iot-wireless/src/commands/DeregisterWirelessDeviceCommand.ts +++ b/clients/client-iot-wireless/src/commands/DeregisterWirelessDeviceCommand.ts @@ -81,9 +81,6 @@ export class DeregisterWirelessDeviceCommand extends $Command< DeregisterWirelessDeviceCommandOutput, IoTWirelessClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -97,9 +94,7 @@ export class DeregisterWirelessDeviceCommand extends $Command< * @public */ constructor(readonly input: DeregisterWirelessDeviceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -152,7 +147,4 @@ export class DeregisterWirelessDeviceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeregisterWirelessDeviceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-iot-wireless/src/commands/DisassociateAwsAccountFromPartnerAccountCommand.ts b/clients/client-iot-wireless/src/commands/DisassociateAwsAccountFromPartnerAccountCommand.ts index 8618c07a3fb7..a113f1a0d75a 100644 --- a/clients/client-iot-wireless/src/commands/DisassociateAwsAccountFromPartnerAccountCommand.ts +++ b/clients/client-iot-wireless/src/commands/DisassociateAwsAccountFromPartnerAccountCommand.ts @@ -92,9 +92,6 @@ export class DisassociateAwsAccountFromPartnerAccountCommand extends $Command< DisassociateAwsAccountFromPartnerAccountCommandOutput, IoTWirelessClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -108,9 +105,7 @@ export class DisassociateAwsAccountFromPartnerAccountCommand extends $Command< * @public */ constructor(readonly input: DisassociateAwsAccountFromPartnerAccountCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -175,7 +170,4 @@ export class DisassociateAwsAccountFromPartnerAccountCommand extends $Command< ): Promise { return de_DisassociateAwsAccountFromPartnerAccountCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-iot-wireless/src/commands/DisassociateMulticastGroupFromFuotaTaskCommand.ts b/clients/client-iot-wireless/src/commands/DisassociateMulticastGroupFromFuotaTaskCommand.ts index 67a61a31d288..5d2d68f86c8c 100644 --- a/clients/client-iot-wireless/src/commands/DisassociateMulticastGroupFromFuotaTaskCommand.ts +++ b/clients/client-iot-wireless/src/commands/DisassociateMulticastGroupFromFuotaTaskCommand.ts @@ -93,9 +93,6 @@ export class DisassociateMulticastGroupFromFuotaTaskCommand extends $Command< DisassociateMulticastGroupFromFuotaTaskCommandOutput, IoTWirelessClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -109,9 +106,7 @@ export class DisassociateMulticastGroupFromFuotaTaskCommand extends $Command< * @public */ constructor(readonly input: DisassociateMulticastGroupFromFuotaTaskCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -176,7 +171,4 @@ export class DisassociateMulticastGroupFromFuotaTaskCommand extends $Command< ): Promise { return de_DisassociateMulticastGroupFromFuotaTaskCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-iot-wireless/src/commands/DisassociateWirelessDeviceFromFuotaTaskCommand.ts b/clients/client-iot-wireless/src/commands/DisassociateWirelessDeviceFromFuotaTaskCommand.ts index 8ce871ea52e2..ca1616088a34 100644 --- a/clients/client-iot-wireless/src/commands/DisassociateWirelessDeviceFromFuotaTaskCommand.ts +++ b/clients/client-iot-wireless/src/commands/DisassociateWirelessDeviceFromFuotaTaskCommand.ts @@ -96,9 +96,6 @@ export class DisassociateWirelessDeviceFromFuotaTaskCommand extends $Command< DisassociateWirelessDeviceFromFuotaTaskCommandOutput, IoTWirelessClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -112,9 +109,7 @@ export class DisassociateWirelessDeviceFromFuotaTaskCommand extends $Command< * @public */ constructor(readonly input: DisassociateWirelessDeviceFromFuotaTaskCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -179,7 +174,4 @@ export class DisassociateWirelessDeviceFromFuotaTaskCommand extends $Command< ): Promise { return de_DisassociateWirelessDeviceFromFuotaTaskCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-iot-wireless/src/commands/DisassociateWirelessDeviceFromMulticastGroupCommand.ts b/clients/client-iot-wireless/src/commands/DisassociateWirelessDeviceFromMulticastGroupCommand.ts index e3d1c3bce827..bea3629d1ec3 100644 --- a/clients/client-iot-wireless/src/commands/DisassociateWirelessDeviceFromMulticastGroupCommand.ts +++ b/clients/client-iot-wireless/src/commands/DisassociateWirelessDeviceFromMulticastGroupCommand.ts @@ -93,9 +93,6 @@ export class DisassociateWirelessDeviceFromMulticastGroupCommand extends $Comman DisassociateWirelessDeviceFromMulticastGroupCommandOutput, IoTWirelessClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -109,9 +106,7 @@ export class DisassociateWirelessDeviceFromMulticastGroupCommand extends $Comman * @public */ constructor(readonly input: DisassociateWirelessDeviceFromMulticastGroupCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -176,7 +171,4 @@ export class DisassociateWirelessDeviceFromMulticastGroupCommand extends $Comman ): Promise { return de_DisassociateWirelessDeviceFromMulticastGroupCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-iot-wireless/src/commands/DisassociateWirelessDeviceFromThingCommand.ts b/clients/client-iot-wireless/src/commands/DisassociateWirelessDeviceFromThingCommand.ts index 6beb5fc8336d..a44a98724475 100644 --- a/clients/client-iot-wireless/src/commands/DisassociateWirelessDeviceFromThingCommand.ts +++ b/clients/client-iot-wireless/src/commands/DisassociateWirelessDeviceFromThingCommand.ts @@ -94,9 +94,6 @@ export class DisassociateWirelessDeviceFromThingCommand extends $Command< DisassociateWirelessDeviceFromThingCommandOutput, IoTWirelessClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -110,9 +107,7 @@ export class DisassociateWirelessDeviceFromThingCommand extends $Command< * @public */ constructor(readonly input: DisassociateWirelessDeviceFromThingCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -171,7 +166,4 @@ export class DisassociateWirelessDeviceFromThingCommand extends $Command< ): Promise { return de_DisassociateWirelessDeviceFromThingCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-iot-wireless/src/commands/DisassociateWirelessGatewayFromCertificateCommand.ts b/clients/client-iot-wireless/src/commands/DisassociateWirelessGatewayFromCertificateCommand.ts index 05c082237243..25164e80d85f 100644 --- a/clients/client-iot-wireless/src/commands/DisassociateWirelessGatewayFromCertificateCommand.ts +++ b/clients/client-iot-wireless/src/commands/DisassociateWirelessGatewayFromCertificateCommand.ts @@ -92,9 +92,6 @@ export class DisassociateWirelessGatewayFromCertificateCommand extends $Command< DisassociateWirelessGatewayFromCertificateCommandOutput, IoTWirelessClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -108,9 +105,7 @@ export class DisassociateWirelessGatewayFromCertificateCommand extends $Command< * @public */ constructor(readonly input: DisassociateWirelessGatewayFromCertificateCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -175,7 +170,4 @@ export class DisassociateWirelessGatewayFromCertificateCommand extends $Command< ): Promise { return de_DisassociateWirelessGatewayFromCertificateCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-iot-wireless/src/commands/DisassociateWirelessGatewayFromThingCommand.ts b/clients/client-iot-wireless/src/commands/DisassociateWirelessGatewayFromThingCommand.ts index 4fa938cae8a0..05a9d3f2edc9 100644 --- a/clients/client-iot-wireless/src/commands/DisassociateWirelessGatewayFromThingCommand.ts +++ b/clients/client-iot-wireless/src/commands/DisassociateWirelessGatewayFromThingCommand.ts @@ -94,9 +94,6 @@ export class DisassociateWirelessGatewayFromThingCommand extends $Command< DisassociateWirelessGatewayFromThingCommandOutput, IoTWirelessClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -110,9 +107,7 @@ export class DisassociateWirelessGatewayFromThingCommand extends $Command< * @public */ constructor(readonly input: DisassociateWirelessGatewayFromThingCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -171,7 +166,4 @@ export class DisassociateWirelessGatewayFromThingCommand extends $Command< ): Promise { return de_DisassociateWirelessGatewayFromThingCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-iot-wireless/src/commands/GetDestinationCommand.ts b/clients/client-iot-wireless/src/commands/GetDestinationCommand.ts index c2c80a823fec..c32a290d03dc 100644 --- a/clients/client-iot-wireless/src/commands/GetDestinationCommand.ts +++ b/clients/client-iot-wireless/src/commands/GetDestinationCommand.ts @@ -90,9 +90,6 @@ export class GetDestinationCommand extends $Command< GetDestinationCommandOutput, IoTWirelessClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -106,9 +103,7 @@ export class GetDestinationCommand extends $Command< * @public */ constructor(readonly input: GetDestinationCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -161,7 +156,4 @@ export class GetDestinationCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetDestinationCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-iot-wireless/src/commands/GetDeviceProfileCommand.ts b/clients/client-iot-wireless/src/commands/GetDeviceProfileCommand.ts index 5eaf3aafc76a..3ac09dc8f92d 100644 --- a/clients/client-iot-wireless/src/commands/GetDeviceProfileCommand.ts +++ b/clients/client-iot-wireless/src/commands/GetDeviceProfileCommand.ts @@ -127,9 +127,6 @@ export class GetDeviceProfileCommand extends $Command< GetDeviceProfileCommandOutput, IoTWirelessClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -143,9 +140,7 @@ export class GetDeviceProfileCommand extends $Command< * @public */ constructor(readonly input: GetDeviceProfileCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -198,7 +193,4 @@ export class GetDeviceProfileCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetDeviceProfileCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-iot-wireless/src/commands/GetEventConfigurationByResourceTypesCommand.ts b/clients/client-iot-wireless/src/commands/GetEventConfigurationByResourceTypesCommand.ts index 5a8acd82e23b..5165756dda6f 100644 --- a/clients/client-iot-wireless/src/commands/GetEventConfigurationByResourceTypesCommand.ts +++ b/clients/client-iot-wireless/src/commands/GetEventConfigurationByResourceTypesCommand.ts @@ -109,9 +109,6 @@ export class GetEventConfigurationByResourceTypesCommand extends $Command< GetEventConfigurationByResourceTypesCommandOutput, IoTWirelessClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -125,9 +122,7 @@ export class GetEventConfigurationByResourceTypesCommand extends $Command< * @public */ constructor(readonly input: GetEventConfigurationByResourceTypesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -186,7 +181,4 @@ export class GetEventConfigurationByResourceTypesCommand extends $Command< ): Promise { return de_GetEventConfigurationByResourceTypesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-iot-wireless/src/commands/GetFuotaTaskCommand.ts b/clients/client-iot-wireless/src/commands/GetFuotaTaskCommand.ts index 1559d75adff1..66b8b4095d4f 100644 --- a/clients/client-iot-wireless/src/commands/GetFuotaTaskCommand.ts +++ b/clients/client-iot-wireless/src/commands/GetFuotaTaskCommand.ts @@ -99,9 +99,6 @@ export class GetFuotaTaskCommand extends $Command< GetFuotaTaskCommandOutput, IoTWirelessClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -115,9 +112,7 @@ export class GetFuotaTaskCommand extends $Command< * @public */ constructor(readonly input: GetFuotaTaskCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -168,7 +163,4 @@ export class GetFuotaTaskCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetFuotaTaskCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-iot-wireless/src/commands/GetLogLevelsByResourceTypesCommand.ts b/clients/client-iot-wireless/src/commands/GetLogLevelsByResourceTypesCommand.ts index a64d8c9d1e5f..26d0343b075b 100644 --- a/clients/client-iot-wireless/src/commands/GetLogLevelsByResourceTypesCommand.ts +++ b/clients/client-iot-wireless/src/commands/GetLogLevelsByResourceTypesCommand.ts @@ -114,9 +114,6 @@ export class GetLogLevelsByResourceTypesCommand extends $Command< GetLogLevelsByResourceTypesCommandOutput, IoTWirelessClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -130,9 +127,7 @@ export class GetLogLevelsByResourceTypesCommand extends $Command< * @public */ constructor(readonly input: GetLogLevelsByResourceTypesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -188,7 +183,4 @@ export class GetLogLevelsByResourceTypesCommand extends $Command< ): Promise { return de_GetLogLevelsByResourceTypesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-iot-wireless/src/commands/GetMulticastGroupCommand.ts b/clients/client-iot-wireless/src/commands/GetMulticastGroupCommand.ts index 57781d7628e6..7ae5b58c564c 100644 --- a/clients/client-iot-wireless/src/commands/GetMulticastGroupCommand.ts +++ b/clients/client-iot-wireless/src/commands/GetMulticastGroupCommand.ts @@ -96,9 +96,6 @@ export class GetMulticastGroupCommand extends $Command< GetMulticastGroupCommandOutput, IoTWirelessClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -112,9 +109,7 @@ export class GetMulticastGroupCommand extends $Command< * @public */ constructor(readonly input: GetMulticastGroupCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -167,7 +162,4 @@ export class GetMulticastGroupCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetMulticastGroupCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-iot-wireless/src/commands/GetMulticastGroupSessionCommand.ts b/clients/client-iot-wireless/src/commands/GetMulticastGroupSessionCommand.ts index bd1e3211a815..e580e4b81b5d 100644 --- a/clients/client-iot-wireless/src/commands/GetMulticastGroupSessionCommand.ts +++ b/clients/client-iot-wireless/src/commands/GetMulticastGroupSessionCommand.ts @@ -91,9 +91,6 @@ export class GetMulticastGroupSessionCommand extends $Command< GetMulticastGroupSessionCommandOutput, IoTWirelessClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -107,9 +104,7 @@ export class GetMulticastGroupSessionCommand extends $Command< * @public */ constructor(readonly input: GetMulticastGroupSessionCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -162,7 +157,4 @@ export class GetMulticastGroupSessionCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetMulticastGroupSessionCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-iot-wireless/src/commands/GetNetworkAnalyzerConfigurationCommand.ts b/clients/client-iot-wireless/src/commands/GetNetworkAnalyzerConfigurationCommand.ts index dd041e8dfbc1..a6cda2f8d0f9 100644 --- a/clients/client-iot-wireless/src/commands/GetNetworkAnalyzerConfigurationCommand.ts +++ b/clients/client-iot-wireless/src/commands/GetNetworkAnalyzerConfigurationCommand.ts @@ -106,9 +106,6 @@ export class GetNetworkAnalyzerConfigurationCommand extends $Command< GetNetworkAnalyzerConfigurationCommandOutput, IoTWirelessClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -122,9 +119,7 @@ export class GetNetworkAnalyzerConfigurationCommand extends $Command< * @public */ constructor(readonly input: GetNetworkAnalyzerConfigurationCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -183,7 +178,4 @@ export class GetNetworkAnalyzerConfigurationCommand extends $Command< ): Promise { return de_GetNetworkAnalyzerConfigurationCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-iot-wireless/src/commands/GetPartnerAccountCommand.ts b/clients/client-iot-wireless/src/commands/GetPartnerAccountCommand.ts index 864e078145c2..b0d778f225f6 100644 --- a/clients/client-iot-wireless/src/commands/GetPartnerAccountCommand.ts +++ b/clients/client-iot-wireless/src/commands/GetPartnerAccountCommand.ts @@ -93,9 +93,6 @@ export class GetPartnerAccountCommand extends $Command< GetPartnerAccountCommandOutput, IoTWirelessClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -109,9 +106,7 @@ export class GetPartnerAccountCommand extends $Command< * @public */ constructor(readonly input: GetPartnerAccountCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -164,7 +159,4 @@ export class GetPartnerAccountCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetPartnerAccountCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-iot-wireless/src/commands/GetPositionCommand.ts b/clients/client-iot-wireless/src/commands/GetPositionCommand.ts index 7b6dfc0cdc8d..7ac84e61f548 100644 --- a/clients/client-iot-wireless/src/commands/GetPositionCommand.ts +++ b/clients/client-iot-wireless/src/commands/GetPositionCommand.ts @@ -102,9 +102,6 @@ export class GetPositionCommand extends $Command< GetPositionCommandOutput, IoTWirelessClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -118,9 +115,7 @@ export class GetPositionCommand extends $Command< * @public */ constructor(readonly input: GetPositionCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -171,7 +166,4 @@ export class GetPositionCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetPositionCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-iot-wireless/src/commands/GetPositionConfigurationCommand.ts b/clients/client-iot-wireless/src/commands/GetPositionConfigurationCommand.ts index efbafd133a8e..138faa491cc8 100644 --- a/clients/client-iot-wireless/src/commands/GetPositionConfigurationCommand.ts +++ b/clients/client-iot-wireless/src/commands/GetPositionConfigurationCommand.ts @@ -100,9 +100,6 @@ export class GetPositionConfigurationCommand extends $Command< GetPositionConfigurationCommandOutput, IoTWirelessClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -116,9 +113,7 @@ export class GetPositionConfigurationCommand extends $Command< * @public */ constructor(readonly input: GetPositionConfigurationCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -171,7 +166,4 @@ export class GetPositionConfigurationCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetPositionConfigurationCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-iot-wireless/src/commands/GetPositionEstimateCommand.ts b/clients/client-iot-wireless/src/commands/GetPositionEstimateCommand.ts index 29095ebc07d7..e090c0237007 100644 --- a/clients/client-iot-wireless/src/commands/GetPositionEstimateCommand.ts +++ b/clients/client-iot-wireless/src/commands/GetPositionEstimateCommand.ts @@ -236,9 +236,6 @@ export class GetPositionEstimateCommand extends $Command< GetPositionEstimateCommandOutput, IoTWirelessClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -252,9 +249,7 @@ export class GetPositionEstimateCommand extends $Command< * @public */ constructor(readonly input: GetPositionEstimateCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -307,7 +302,4 @@ export class GetPositionEstimateCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetPositionEstimateCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-iot-wireless/src/commands/GetResourceEventConfigurationCommand.ts b/clients/client-iot-wireless/src/commands/GetResourceEventConfigurationCommand.ts index abe848cb559a..fe1507c93112 100644 --- a/clients/client-iot-wireless/src/commands/GetResourceEventConfigurationCommand.ts +++ b/clients/client-iot-wireless/src/commands/GetResourceEventConfigurationCommand.ts @@ -121,9 +121,6 @@ export class GetResourceEventConfigurationCommand extends $Command< GetResourceEventConfigurationCommandOutput, IoTWirelessClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -137,9 +134,7 @@ export class GetResourceEventConfigurationCommand extends $Command< * @public */ constructor(readonly input: GetResourceEventConfigurationCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -195,7 +190,4 @@ export class GetResourceEventConfigurationCommand extends $Command< ): Promise { return de_GetResourceEventConfigurationCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-iot-wireless/src/commands/GetResourceLogLevelCommand.ts b/clients/client-iot-wireless/src/commands/GetResourceLogLevelCommand.ts index 7b95559f7469..8f3b895914d9 100644 --- a/clients/client-iot-wireless/src/commands/GetResourceLogLevelCommand.ts +++ b/clients/client-iot-wireless/src/commands/GetResourceLogLevelCommand.ts @@ -87,9 +87,6 @@ export class GetResourceLogLevelCommand extends $Command< GetResourceLogLevelCommandOutput, IoTWirelessClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -103,9 +100,7 @@ export class GetResourceLogLevelCommand extends $Command< * @public */ constructor(readonly input: GetResourceLogLevelCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -158,7 +153,4 @@ export class GetResourceLogLevelCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetResourceLogLevelCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-iot-wireless/src/commands/GetResourcePositionCommand.ts b/clients/client-iot-wireless/src/commands/GetResourcePositionCommand.ts index ba6783047cc2..480a531cd5e5 100644 --- a/clients/client-iot-wireless/src/commands/GetResourcePositionCommand.ts +++ b/clients/client-iot-wireless/src/commands/GetResourcePositionCommand.ts @@ -96,9 +96,6 @@ export class GetResourcePositionCommand extends $Command< GetResourcePositionCommandOutput, IoTWirelessClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -112,9 +109,7 @@ export class GetResourcePositionCommand extends $Command< * @public */ constructor(readonly input: GetResourcePositionCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -167,7 +162,4 @@ export class GetResourcePositionCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetResourcePositionCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-iot-wireless/src/commands/GetServiceEndpointCommand.ts b/clients/client-iot-wireless/src/commands/GetServiceEndpointCommand.ts index 901d26e16770..00dfcb515b7f 100644 --- a/clients/client-iot-wireless/src/commands/GetServiceEndpointCommand.ts +++ b/clients/client-iot-wireless/src/commands/GetServiceEndpointCommand.ts @@ -85,9 +85,6 @@ export class GetServiceEndpointCommand extends $Command< GetServiceEndpointCommandOutput, IoTWirelessClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -101,9 +98,7 @@ export class GetServiceEndpointCommand extends $Command< * @public */ constructor(readonly input: GetServiceEndpointCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -156,7 +151,4 @@ export class GetServiceEndpointCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetServiceEndpointCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-iot-wireless/src/commands/GetServiceProfileCommand.ts b/clients/client-iot-wireless/src/commands/GetServiceProfileCommand.ts index 1d29e5ea4a9f..defa6006d9e2 100644 --- a/clients/client-iot-wireless/src/commands/GetServiceProfileCommand.ts +++ b/clients/client-iot-wireless/src/commands/GetServiceProfileCommand.ts @@ -108,9 +108,6 @@ export class GetServiceProfileCommand extends $Command< GetServiceProfileCommandOutput, IoTWirelessClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -124,9 +121,7 @@ export class GetServiceProfileCommand extends $Command< * @public */ constructor(readonly input: GetServiceProfileCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -179,7 +174,4 @@ export class GetServiceProfileCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetServiceProfileCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-iot-wireless/src/commands/GetWirelessDeviceCommand.ts b/clients/client-iot-wireless/src/commands/GetWirelessDeviceCommand.ts index fbab784fa41b..c7afa4ecc065 100644 --- a/clients/client-iot-wireless/src/commands/GetWirelessDeviceCommand.ts +++ b/clients/client-iot-wireless/src/commands/GetWirelessDeviceCommand.ts @@ -165,9 +165,6 @@ export class GetWirelessDeviceCommand extends $Command< GetWirelessDeviceCommandOutput, IoTWirelessClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -181,9 +178,7 @@ export class GetWirelessDeviceCommand extends $Command< * @public */ constructor(readonly input: GetWirelessDeviceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -236,7 +231,4 @@ export class GetWirelessDeviceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetWirelessDeviceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-iot-wireless/src/commands/GetWirelessDeviceImportTaskCommand.ts b/clients/client-iot-wireless/src/commands/GetWirelessDeviceImportTaskCommand.ts index 48966bf39fff..1be3d8d10f7b 100644 --- a/clients/client-iot-wireless/src/commands/GetWirelessDeviceImportTaskCommand.ts +++ b/clients/client-iot-wireless/src/commands/GetWirelessDeviceImportTaskCommand.ts @@ -109,9 +109,6 @@ export class GetWirelessDeviceImportTaskCommand extends $Command< GetWirelessDeviceImportTaskCommandOutput, IoTWirelessClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -125,9 +122,7 @@ export class GetWirelessDeviceImportTaskCommand extends $Command< * @public */ constructor(readonly input: GetWirelessDeviceImportTaskCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -183,7 +178,4 @@ export class GetWirelessDeviceImportTaskCommand extends $Command< ): Promise { return de_GetWirelessDeviceImportTaskCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-iot-wireless/src/commands/GetWirelessDeviceStatisticsCommand.ts b/clients/client-iot-wireless/src/commands/GetWirelessDeviceStatisticsCommand.ts index 871584727e1f..6296f49045c1 100644 --- a/clients/client-iot-wireless/src/commands/GetWirelessDeviceStatisticsCommand.ts +++ b/clients/client-iot-wireless/src/commands/GetWirelessDeviceStatisticsCommand.ts @@ -111,9 +111,6 @@ export class GetWirelessDeviceStatisticsCommand extends $Command< GetWirelessDeviceStatisticsCommandOutput, IoTWirelessClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -127,9 +124,7 @@ export class GetWirelessDeviceStatisticsCommand extends $Command< * @public */ constructor(readonly input: GetWirelessDeviceStatisticsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -185,7 +180,4 @@ export class GetWirelessDeviceStatisticsCommand extends $Command< ): Promise { return de_GetWirelessDeviceStatisticsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-iot-wireless/src/commands/GetWirelessGatewayCertificateCommand.ts b/clients/client-iot-wireless/src/commands/GetWirelessGatewayCertificateCommand.ts index 6da593a45cc2..c9882087f007 100644 --- a/clients/client-iot-wireless/src/commands/GetWirelessGatewayCertificateCommand.ts +++ b/clients/client-iot-wireless/src/commands/GetWirelessGatewayCertificateCommand.ts @@ -92,9 +92,6 @@ export class GetWirelessGatewayCertificateCommand extends $Command< GetWirelessGatewayCertificateCommandOutput, IoTWirelessClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -108,9 +105,7 @@ export class GetWirelessGatewayCertificateCommand extends $Command< * @public */ constructor(readonly input: GetWirelessGatewayCertificateCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -166,7 +161,4 @@ export class GetWirelessGatewayCertificateCommand extends $Command< ): Promise { return de_GetWirelessGatewayCertificateCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-iot-wireless/src/commands/GetWirelessGatewayCommand.ts b/clients/client-iot-wireless/src/commands/GetWirelessGatewayCommand.ts index 4a2e7c9f31f5..8a1afc4efee6 100644 --- a/clients/client-iot-wireless/src/commands/GetWirelessGatewayCommand.ts +++ b/clients/client-iot-wireless/src/commands/GetWirelessGatewayCommand.ts @@ -113,9 +113,6 @@ export class GetWirelessGatewayCommand extends $Command< GetWirelessGatewayCommandOutput, IoTWirelessClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -129,9 +126,7 @@ export class GetWirelessGatewayCommand extends $Command< * @public */ constructor(readonly input: GetWirelessGatewayCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -184,7 +179,4 @@ export class GetWirelessGatewayCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetWirelessGatewayCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-iot-wireless/src/commands/GetWirelessGatewayFirmwareInformationCommand.ts b/clients/client-iot-wireless/src/commands/GetWirelessGatewayFirmwareInformationCommand.ts index b2d6583db7d3..009d5cead8b5 100644 --- a/clients/client-iot-wireless/src/commands/GetWirelessGatewayFirmwareInformationCommand.ts +++ b/clients/client-iot-wireless/src/commands/GetWirelessGatewayFirmwareInformationCommand.ts @@ -100,9 +100,6 @@ export class GetWirelessGatewayFirmwareInformationCommand extends $Command< GetWirelessGatewayFirmwareInformationCommandOutput, IoTWirelessClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -116,9 +113,7 @@ export class GetWirelessGatewayFirmwareInformationCommand extends $Command< * @public */ constructor(readonly input: GetWirelessGatewayFirmwareInformationCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -177,7 +172,4 @@ export class GetWirelessGatewayFirmwareInformationCommand extends $Command< ): Promise { return de_GetWirelessGatewayFirmwareInformationCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-iot-wireless/src/commands/GetWirelessGatewayStatisticsCommand.ts b/clients/client-iot-wireless/src/commands/GetWirelessGatewayStatisticsCommand.ts index 2864c14e5c9e..16ca289228f5 100644 --- a/clients/client-iot-wireless/src/commands/GetWirelessGatewayStatisticsCommand.ts +++ b/clients/client-iot-wireless/src/commands/GetWirelessGatewayStatisticsCommand.ts @@ -92,9 +92,6 @@ export class GetWirelessGatewayStatisticsCommand extends $Command< GetWirelessGatewayStatisticsCommandOutput, IoTWirelessClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -108,9 +105,7 @@ export class GetWirelessGatewayStatisticsCommand extends $Command< * @public */ constructor(readonly input: GetWirelessGatewayStatisticsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -166,7 +161,4 @@ export class GetWirelessGatewayStatisticsCommand extends $Command< ): Promise { return de_GetWirelessGatewayStatisticsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-iot-wireless/src/commands/GetWirelessGatewayTaskCommand.ts b/clients/client-iot-wireless/src/commands/GetWirelessGatewayTaskCommand.ts index ff187c023149..a3778bdb6303 100644 --- a/clients/client-iot-wireless/src/commands/GetWirelessGatewayTaskCommand.ts +++ b/clients/client-iot-wireless/src/commands/GetWirelessGatewayTaskCommand.ts @@ -89,9 +89,6 @@ export class GetWirelessGatewayTaskCommand extends $Command< GetWirelessGatewayTaskCommandOutput, IoTWirelessClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -105,9 +102,7 @@ export class GetWirelessGatewayTaskCommand extends $Command< * @public */ constructor(readonly input: GetWirelessGatewayTaskCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -160,7 +155,4 @@ export class GetWirelessGatewayTaskCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetWirelessGatewayTaskCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-iot-wireless/src/commands/GetWirelessGatewayTaskDefinitionCommand.ts b/clients/client-iot-wireless/src/commands/GetWirelessGatewayTaskDefinitionCommand.ts index ff47cab190a1..44ba15736d93 100644 --- a/clients/client-iot-wireless/src/commands/GetWirelessGatewayTaskDefinitionCommand.ts +++ b/clients/client-iot-wireless/src/commands/GetWirelessGatewayTaskDefinitionCommand.ts @@ -110,9 +110,6 @@ export class GetWirelessGatewayTaskDefinitionCommand extends $Command< GetWirelessGatewayTaskDefinitionCommandOutput, IoTWirelessClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -126,9 +123,7 @@ export class GetWirelessGatewayTaskDefinitionCommand extends $Command< * @public */ constructor(readonly input: GetWirelessGatewayTaskDefinitionCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -187,7 +182,4 @@ export class GetWirelessGatewayTaskDefinitionCommand extends $Command< ): Promise { return de_GetWirelessGatewayTaskDefinitionCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-iot-wireless/src/commands/ListDestinationsCommand.ts b/clients/client-iot-wireless/src/commands/ListDestinationsCommand.ts index 7dd15033dde0..09975689647a 100644 --- a/clients/client-iot-wireless/src/commands/ListDestinationsCommand.ts +++ b/clients/client-iot-wireless/src/commands/ListDestinationsCommand.ts @@ -93,9 +93,6 @@ export class ListDestinationsCommand extends $Command< ListDestinationsCommandOutput, IoTWirelessClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -109,9 +106,7 @@ export class ListDestinationsCommand extends $Command< * @public */ constructor(readonly input: ListDestinationsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -164,7 +159,4 @@ export class ListDestinationsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListDestinationsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-iot-wireless/src/commands/ListDeviceProfilesCommand.ts b/clients/client-iot-wireless/src/commands/ListDeviceProfilesCommand.ts index 5f321449ac26..6fbf3df943ba 100644 --- a/clients/client-iot-wireless/src/commands/ListDeviceProfilesCommand.ts +++ b/clients/client-iot-wireless/src/commands/ListDeviceProfilesCommand.ts @@ -91,9 +91,6 @@ export class ListDeviceProfilesCommand extends $Command< ListDeviceProfilesCommandOutput, IoTWirelessClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -107,9 +104,7 @@ export class ListDeviceProfilesCommand extends $Command< * @public */ constructor(readonly input: ListDeviceProfilesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -162,7 +157,4 @@ export class ListDeviceProfilesCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListDeviceProfilesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-iot-wireless/src/commands/ListDevicesForWirelessDeviceImportTaskCommand.ts b/clients/client-iot-wireless/src/commands/ListDevicesForWirelessDeviceImportTaskCommand.ts index a43b07079d3e..4b64ee089665 100644 --- a/clients/client-iot-wireless/src/commands/ListDevicesForWirelessDeviceImportTaskCommand.ts +++ b/clients/client-iot-wireless/src/commands/ListDevicesForWirelessDeviceImportTaskCommand.ts @@ -111,9 +111,6 @@ export class ListDevicesForWirelessDeviceImportTaskCommand extends $Command< ListDevicesForWirelessDeviceImportTaskCommandOutput, IoTWirelessClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -127,9 +124,7 @@ export class ListDevicesForWirelessDeviceImportTaskCommand extends $Command< * @public */ constructor(readonly input: ListDevicesForWirelessDeviceImportTaskCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -188,7 +183,4 @@ export class ListDevicesForWirelessDeviceImportTaskCommand extends $Command< ): Promise { return de_ListDevicesForWirelessDeviceImportTaskCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-iot-wireless/src/commands/ListEventConfigurationsCommand.ts b/clients/client-iot-wireless/src/commands/ListEventConfigurationsCommand.ts index f78b91f70450..727104f31618 100644 --- a/clients/client-iot-wireless/src/commands/ListEventConfigurationsCommand.ts +++ b/clients/client-iot-wireless/src/commands/ListEventConfigurationsCommand.ts @@ -123,9 +123,6 @@ export class ListEventConfigurationsCommand extends $Command< ListEventConfigurationsCommandOutput, IoTWirelessClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -139,9 +136,7 @@ export class ListEventConfigurationsCommand extends $Command< * @public */ constructor(readonly input: ListEventConfigurationsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -194,7 +189,4 @@ export class ListEventConfigurationsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListEventConfigurationsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-iot-wireless/src/commands/ListFuotaTasksCommand.ts b/clients/client-iot-wireless/src/commands/ListFuotaTasksCommand.ts index 4fdbbbedf46d..e7dbf0b3ace3 100644 --- a/clients/client-iot-wireless/src/commands/ListFuotaTasksCommand.ts +++ b/clients/client-iot-wireless/src/commands/ListFuotaTasksCommand.ts @@ -90,9 +90,6 @@ export class ListFuotaTasksCommand extends $Command< ListFuotaTasksCommandOutput, IoTWirelessClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -106,9 +103,7 @@ export class ListFuotaTasksCommand extends $Command< * @public */ constructor(readonly input: ListFuotaTasksCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -161,7 +156,4 @@ export class ListFuotaTasksCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListFuotaTasksCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-iot-wireless/src/commands/ListMulticastGroupsByFuotaTaskCommand.ts b/clients/client-iot-wireless/src/commands/ListMulticastGroupsByFuotaTaskCommand.ts index cf5d19946e05..3213412eac03 100644 --- a/clients/client-iot-wireless/src/commands/ListMulticastGroupsByFuotaTaskCommand.ts +++ b/clients/client-iot-wireless/src/commands/ListMulticastGroupsByFuotaTaskCommand.ts @@ -97,9 +97,6 @@ export class ListMulticastGroupsByFuotaTaskCommand extends $Command< ListMulticastGroupsByFuotaTaskCommandOutput, IoTWirelessClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -113,9 +110,7 @@ export class ListMulticastGroupsByFuotaTaskCommand extends $Command< * @public */ constructor(readonly input: ListMulticastGroupsByFuotaTaskCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -174,7 +169,4 @@ export class ListMulticastGroupsByFuotaTaskCommand extends $Command< ): Promise { return de_ListMulticastGroupsByFuotaTaskCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-iot-wireless/src/commands/ListMulticastGroupsCommand.ts b/clients/client-iot-wireless/src/commands/ListMulticastGroupsCommand.ts index 395a8921d17c..7d4c5f18ed4c 100644 --- a/clients/client-iot-wireless/src/commands/ListMulticastGroupsCommand.ts +++ b/clients/client-iot-wireless/src/commands/ListMulticastGroupsCommand.ts @@ -90,9 +90,6 @@ export class ListMulticastGroupsCommand extends $Command< ListMulticastGroupsCommandOutput, IoTWirelessClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -106,9 +103,7 @@ export class ListMulticastGroupsCommand extends $Command< * @public */ constructor(readonly input: ListMulticastGroupsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -161,7 +156,4 @@ export class ListMulticastGroupsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListMulticastGroupsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-iot-wireless/src/commands/ListNetworkAnalyzerConfigurationsCommand.ts b/clients/client-iot-wireless/src/commands/ListNetworkAnalyzerConfigurationsCommand.ts index d48c8f3bf92e..11930e5eec74 100644 --- a/clients/client-iot-wireless/src/commands/ListNetworkAnalyzerConfigurationsCommand.ts +++ b/clients/client-iot-wireless/src/commands/ListNetworkAnalyzerConfigurationsCommand.ts @@ -97,9 +97,6 @@ export class ListNetworkAnalyzerConfigurationsCommand extends $Command< ListNetworkAnalyzerConfigurationsCommandOutput, IoTWirelessClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -113,9 +110,7 @@ export class ListNetworkAnalyzerConfigurationsCommand extends $Command< * @public */ constructor(readonly input: ListNetworkAnalyzerConfigurationsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -174,7 +169,4 @@ export class ListNetworkAnalyzerConfigurationsCommand extends $Command< ): Promise { return de_ListNetworkAnalyzerConfigurationsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-iot-wireless/src/commands/ListPartnerAccountsCommand.ts b/clients/client-iot-wireless/src/commands/ListPartnerAccountsCommand.ts index e02bc84fb305..1f1dde0f8caa 100644 --- a/clients/client-iot-wireless/src/commands/ListPartnerAccountsCommand.ts +++ b/clients/client-iot-wireless/src/commands/ListPartnerAccountsCommand.ts @@ -94,9 +94,6 @@ export class ListPartnerAccountsCommand extends $Command< ListPartnerAccountsCommandOutput, IoTWirelessClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -110,9 +107,7 @@ export class ListPartnerAccountsCommand extends $Command< * @public */ constructor(readonly input: ListPartnerAccountsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -165,7 +160,4 @@ export class ListPartnerAccountsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListPartnerAccountsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-iot-wireless/src/commands/ListPositionConfigurationsCommand.ts b/clients/client-iot-wireless/src/commands/ListPositionConfigurationsCommand.ts index b48ec6bf5077..4b959a84d8a3 100644 --- a/clients/client-iot-wireless/src/commands/ListPositionConfigurationsCommand.ts +++ b/clients/client-iot-wireless/src/commands/ListPositionConfigurationsCommand.ts @@ -105,9 +105,6 @@ export class ListPositionConfigurationsCommand extends $Command< ListPositionConfigurationsCommandOutput, IoTWirelessClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -121,9 +118,7 @@ export class ListPositionConfigurationsCommand extends $Command< * @public */ constructor(readonly input: ListPositionConfigurationsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -179,7 +174,4 @@ export class ListPositionConfigurationsCommand extends $Command< ): Promise { return de_ListPositionConfigurationsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-iot-wireless/src/commands/ListQueuedMessagesCommand.ts b/clients/client-iot-wireless/src/commands/ListQueuedMessagesCommand.ts index 8460050b43d9..1d155ee0a3b3 100644 --- a/clients/client-iot-wireless/src/commands/ListQueuedMessagesCommand.ts +++ b/clients/client-iot-wireless/src/commands/ListQueuedMessagesCommand.ts @@ -108,9 +108,6 @@ export class ListQueuedMessagesCommand extends $Command< ListQueuedMessagesCommandOutput, IoTWirelessClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -124,9 +121,7 @@ export class ListQueuedMessagesCommand extends $Command< * @public */ constructor(readonly input: ListQueuedMessagesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -179,7 +174,4 @@ export class ListQueuedMessagesCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListQueuedMessagesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-iot-wireless/src/commands/ListServiceProfilesCommand.ts b/clients/client-iot-wireless/src/commands/ListServiceProfilesCommand.ts index e3377f694004..8f17dd88b4ff 100644 --- a/clients/client-iot-wireless/src/commands/ListServiceProfilesCommand.ts +++ b/clients/client-iot-wireless/src/commands/ListServiceProfilesCommand.ts @@ -90,9 +90,6 @@ export class ListServiceProfilesCommand extends $Command< ListServiceProfilesCommandOutput, IoTWirelessClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -106,9 +103,7 @@ export class ListServiceProfilesCommand extends $Command< * @public */ constructor(readonly input: ListServiceProfilesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -161,7 +156,4 @@ export class ListServiceProfilesCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListServiceProfilesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-iot-wireless/src/commands/ListTagsForResourceCommand.ts b/clients/client-iot-wireless/src/commands/ListTagsForResourceCommand.ts index d1ec5c5907f4..e4c77c34fee4 100644 --- a/clients/client-iot-wireless/src/commands/ListTagsForResourceCommand.ts +++ b/clients/client-iot-wireless/src/commands/ListTagsForResourceCommand.ts @@ -90,9 +90,6 @@ export class ListTagsForResourceCommand extends $Command< ListTagsForResourceCommandOutput, IoTWirelessClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -106,9 +103,7 @@ export class ListTagsForResourceCommand extends $Command< * @public */ constructor(readonly input: ListTagsForResourceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -161,7 +156,4 @@ export class ListTagsForResourceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListTagsForResourceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-iot-wireless/src/commands/ListWirelessDeviceImportTasksCommand.ts b/clients/client-iot-wireless/src/commands/ListWirelessDeviceImportTasksCommand.ts index 6d86cd5e664e..4175be7765f5 100644 --- a/clients/client-iot-wireless/src/commands/ListWirelessDeviceImportTasksCommand.ts +++ b/clients/client-iot-wireless/src/commands/ListWirelessDeviceImportTasksCommand.ts @@ -114,9 +114,6 @@ export class ListWirelessDeviceImportTasksCommand extends $Command< ListWirelessDeviceImportTasksCommandOutput, IoTWirelessClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -130,9 +127,7 @@ export class ListWirelessDeviceImportTasksCommand extends $Command< * @public */ constructor(readonly input: ListWirelessDeviceImportTasksCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -188,7 +183,4 @@ export class ListWirelessDeviceImportTasksCommand extends $Command< ): Promise { return de_ListWirelessDeviceImportTasksCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-iot-wireless/src/commands/ListWirelessDevicesCommand.ts b/clients/client-iot-wireless/src/commands/ListWirelessDevicesCommand.ts index fe23af1c0f55..a7629e26f270 100644 --- a/clients/client-iot-wireless/src/commands/ListWirelessDevicesCommand.ts +++ b/clients/client-iot-wireless/src/commands/ListWirelessDevicesCommand.ts @@ -119,9 +119,6 @@ export class ListWirelessDevicesCommand extends $Command< ListWirelessDevicesCommandOutput, IoTWirelessClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -135,9 +132,7 @@ export class ListWirelessDevicesCommand extends $Command< * @public */ constructor(readonly input: ListWirelessDevicesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -190,7 +185,4 @@ export class ListWirelessDevicesCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListWirelessDevicesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-iot-wireless/src/commands/ListWirelessGatewayTaskDefinitionsCommand.ts b/clients/client-iot-wireless/src/commands/ListWirelessGatewayTaskDefinitionsCommand.ts index e65c53f5ee95..9b45bf4e933c 100644 --- a/clients/client-iot-wireless/src/commands/ListWirelessGatewayTaskDefinitionsCommand.ts +++ b/clients/client-iot-wireless/src/commands/ListWirelessGatewayTaskDefinitionsCommand.ts @@ -110,9 +110,6 @@ export class ListWirelessGatewayTaskDefinitionsCommand extends $Command< ListWirelessGatewayTaskDefinitionsCommandOutput, IoTWirelessClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -126,9 +123,7 @@ export class ListWirelessGatewayTaskDefinitionsCommand extends $Command< * @public */ constructor(readonly input: ListWirelessGatewayTaskDefinitionsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -187,7 +182,4 @@ export class ListWirelessGatewayTaskDefinitionsCommand extends $Command< ): Promise { return de_ListWirelessGatewayTaskDefinitionsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-iot-wireless/src/commands/ListWirelessGatewaysCommand.ts b/clients/client-iot-wireless/src/commands/ListWirelessGatewaysCommand.ts index 9633ab19b76e..2bb73579f8ac 100644 --- a/clients/client-iot-wireless/src/commands/ListWirelessGatewaysCommand.ts +++ b/clients/client-iot-wireless/src/commands/ListWirelessGatewaysCommand.ts @@ -114,9 +114,6 @@ export class ListWirelessGatewaysCommand extends $Command< ListWirelessGatewaysCommandOutput, IoTWirelessClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -130,9 +127,7 @@ export class ListWirelessGatewaysCommand extends $Command< * @public */ constructor(readonly input: ListWirelessGatewaysCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -185,7 +180,4 @@ export class ListWirelessGatewaysCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListWirelessGatewaysCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-iot-wireless/src/commands/PutPositionConfigurationCommand.ts b/clients/client-iot-wireless/src/commands/PutPositionConfigurationCommand.ts index 36076cdcb88b..22267314b3dd 100644 --- a/clients/client-iot-wireless/src/commands/PutPositionConfigurationCommand.ts +++ b/clients/client-iot-wireless/src/commands/PutPositionConfigurationCommand.ts @@ -97,9 +97,6 @@ export class PutPositionConfigurationCommand extends $Command< PutPositionConfigurationCommandOutput, IoTWirelessClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -113,9 +110,7 @@ export class PutPositionConfigurationCommand extends $Command< * @public */ constructor(readonly input: PutPositionConfigurationCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -168,7 +163,4 @@ export class PutPositionConfigurationCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_PutPositionConfigurationCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-iot-wireless/src/commands/PutResourceLogLevelCommand.ts b/clients/client-iot-wireless/src/commands/PutResourceLogLevelCommand.ts index 67dae43a33a2..b41bc9ee0fb2 100644 --- a/clients/client-iot-wireless/src/commands/PutResourceLogLevelCommand.ts +++ b/clients/client-iot-wireless/src/commands/PutResourceLogLevelCommand.ts @@ -87,9 +87,6 @@ export class PutResourceLogLevelCommand extends $Command< PutResourceLogLevelCommandOutput, IoTWirelessClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -103,9 +100,7 @@ export class PutResourceLogLevelCommand extends $Command< * @public */ constructor(readonly input: PutResourceLogLevelCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -158,7 +153,4 @@ export class PutResourceLogLevelCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_PutResourceLogLevelCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-iot-wireless/src/commands/ResetAllResourceLogLevelsCommand.ts b/clients/client-iot-wireless/src/commands/ResetAllResourceLogLevelsCommand.ts index 3368561c1b85..31657a4a72f3 100644 --- a/clients/client-iot-wireless/src/commands/ResetAllResourceLogLevelsCommand.ts +++ b/clients/client-iot-wireless/src/commands/ResetAllResourceLogLevelsCommand.ts @@ -82,9 +82,6 @@ export class ResetAllResourceLogLevelsCommand extends $Command< ResetAllResourceLogLevelsCommandOutput, IoTWirelessClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -98,9 +95,7 @@ export class ResetAllResourceLogLevelsCommand extends $Command< * @public */ constructor(readonly input: ResetAllResourceLogLevelsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -156,7 +151,4 @@ export class ResetAllResourceLogLevelsCommand extends $Command< ): Promise { return de_ResetAllResourceLogLevelsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-iot-wireless/src/commands/ResetResourceLogLevelCommand.ts b/clients/client-iot-wireless/src/commands/ResetResourceLogLevelCommand.ts index d72fcd96d180..33fb9c55dd44 100644 --- a/clients/client-iot-wireless/src/commands/ResetResourceLogLevelCommand.ts +++ b/clients/client-iot-wireless/src/commands/ResetResourceLogLevelCommand.ts @@ -85,9 +85,6 @@ export class ResetResourceLogLevelCommand extends $Command< ResetResourceLogLevelCommandOutput, IoTWirelessClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -101,9 +98,7 @@ export class ResetResourceLogLevelCommand extends $Command< * @public */ constructor(readonly input: ResetResourceLogLevelCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -156,7 +151,4 @@ export class ResetResourceLogLevelCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ResetResourceLogLevelCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-iot-wireless/src/commands/SendDataToMulticastGroupCommand.ts b/clients/client-iot-wireless/src/commands/SendDataToMulticastGroupCommand.ts index d7c0a9a8385c..a2e02299e577 100644 --- a/clients/client-iot-wireless/src/commands/SendDataToMulticastGroupCommand.ts +++ b/clients/client-iot-wireless/src/commands/SendDataToMulticastGroupCommand.ts @@ -94,9 +94,6 @@ export class SendDataToMulticastGroupCommand extends $Command< SendDataToMulticastGroupCommandOutput, IoTWirelessClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -110,9 +107,7 @@ export class SendDataToMulticastGroupCommand extends $Command< * @public */ constructor(readonly input: SendDataToMulticastGroupCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -165,7 +160,4 @@ export class SendDataToMulticastGroupCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_SendDataToMulticastGroupCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-iot-wireless/src/commands/SendDataToWirelessDeviceCommand.ts b/clients/client-iot-wireless/src/commands/SendDataToWirelessDeviceCommand.ts index 0e45286c4e89..46906a029614 100644 --- a/clients/client-iot-wireless/src/commands/SendDataToWirelessDeviceCommand.ts +++ b/clients/client-iot-wireless/src/commands/SendDataToWirelessDeviceCommand.ts @@ -104,9 +104,6 @@ export class SendDataToWirelessDeviceCommand extends $Command< SendDataToWirelessDeviceCommandOutput, IoTWirelessClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -120,9 +117,7 @@ export class SendDataToWirelessDeviceCommand extends $Command< * @public */ constructor(readonly input: SendDataToWirelessDeviceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -175,7 +170,4 @@ export class SendDataToWirelessDeviceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_SendDataToWirelessDeviceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-iot-wireless/src/commands/StartBulkAssociateWirelessDeviceWithMulticastGroupCommand.ts b/clients/client-iot-wireless/src/commands/StartBulkAssociateWirelessDeviceWithMulticastGroupCommand.ts index d2793eb0fd6e..bbe860653197 100644 --- a/clients/client-iot-wireless/src/commands/StartBulkAssociateWirelessDeviceWithMulticastGroupCommand.ts +++ b/clients/client-iot-wireless/src/commands/StartBulkAssociateWirelessDeviceWithMulticastGroupCommand.ts @@ -100,9 +100,6 @@ export class StartBulkAssociateWirelessDeviceWithMulticastGroupCommand extends $ StartBulkAssociateWirelessDeviceWithMulticastGroupCommandOutput, IoTWirelessClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -116,9 +113,7 @@ export class StartBulkAssociateWirelessDeviceWithMulticastGroupCommand extends $ * @public */ constructor(readonly input: StartBulkAssociateWirelessDeviceWithMulticastGroupCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -183,7 +178,4 @@ export class StartBulkAssociateWirelessDeviceWithMulticastGroupCommand extends $ ): Promise { return de_StartBulkAssociateWirelessDeviceWithMulticastGroupCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-iot-wireless/src/commands/StartBulkDisassociateWirelessDeviceFromMulticastGroupCommand.ts b/clients/client-iot-wireless/src/commands/StartBulkDisassociateWirelessDeviceFromMulticastGroupCommand.ts index 4f4219c48b22..137b1f2630b7 100644 --- a/clients/client-iot-wireless/src/commands/StartBulkDisassociateWirelessDeviceFromMulticastGroupCommand.ts +++ b/clients/client-iot-wireless/src/commands/StartBulkDisassociateWirelessDeviceFromMulticastGroupCommand.ts @@ -100,9 +100,6 @@ export class StartBulkDisassociateWirelessDeviceFromMulticastGroupCommand extend StartBulkDisassociateWirelessDeviceFromMulticastGroupCommandOutput, IoTWirelessClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -116,9 +113,7 @@ export class StartBulkDisassociateWirelessDeviceFromMulticastGroupCommand extend * @public */ constructor(readonly input: StartBulkDisassociateWirelessDeviceFromMulticastGroupCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -183,7 +178,4 @@ export class StartBulkDisassociateWirelessDeviceFromMulticastGroupCommand extend ): Promise { return de_StartBulkDisassociateWirelessDeviceFromMulticastGroupCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-iot-wireless/src/commands/StartFuotaTaskCommand.ts b/clients/client-iot-wireless/src/commands/StartFuotaTaskCommand.ts index c80fb074512d..83062ec18e2d 100644 --- a/clients/client-iot-wireless/src/commands/StartFuotaTaskCommand.ts +++ b/clients/client-iot-wireless/src/commands/StartFuotaTaskCommand.ts @@ -89,9 +89,6 @@ export class StartFuotaTaskCommand extends $Command< StartFuotaTaskCommandOutput, IoTWirelessClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -105,9 +102,7 @@ export class StartFuotaTaskCommand extends $Command< * @public */ constructor(readonly input: StartFuotaTaskCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -160,7 +155,4 @@ export class StartFuotaTaskCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_StartFuotaTaskCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-iot-wireless/src/commands/StartMulticastGroupSessionCommand.ts b/clients/client-iot-wireless/src/commands/StartMulticastGroupSessionCommand.ts index 0399a6bd4db0..160a6b65dc8e 100644 --- a/clients/client-iot-wireless/src/commands/StartMulticastGroupSessionCommand.ts +++ b/clients/client-iot-wireless/src/commands/StartMulticastGroupSessionCommand.ts @@ -93,9 +93,6 @@ export class StartMulticastGroupSessionCommand extends $Command< StartMulticastGroupSessionCommandOutput, IoTWirelessClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -109,9 +106,7 @@ export class StartMulticastGroupSessionCommand extends $Command< * @public */ constructor(readonly input: StartMulticastGroupSessionCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -167,7 +162,4 @@ export class StartMulticastGroupSessionCommand extends $Command< ): Promise { return de_StartMulticastGroupSessionCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-iot-wireless/src/commands/StartSingleWirelessDeviceImportTaskCommand.ts b/clients/client-iot-wireless/src/commands/StartSingleWirelessDeviceImportTaskCommand.ts index 3010768da28c..f2cb3f593863 100644 --- a/clients/client-iot-wireless/src/commands/StartSingleWirelessDeviceImportTaskCommand.ts +++ b/clients/client-iot-wireless/src/commands/StartSingleWirelessDeviceImportTaskCommand.ts @@ -108,9 +108,6 @@ export class StartSingleWirelessDeviceImportTaskCommand extends $Command< StartSingleWirelessDeviceImportTaskCommandOutput, IoTWirelessClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -124,9 +121,7 @@ export class StartSingleWirelessDeviceImportTaskCommand extends $Command< * @public */ constructor(readonly input: StartSingleWirelessDeviceImportTaskCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -185,7 +180,4 @@ export class StartSingleWirelessDeviceImportTaskCommand extends $Command< ): Promise { return de_StartSingleWirelessDeviceImportTaskCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-iot-wireless/src/commands/StartWirelessDeviceImportTaskCommand.ts b/clients/client-iot-wireless/src/commands/StartWirelessDeviceImportTaskCommand.ts index 9dbfb66942e8..686b57879fda 100644 --- a/clients/client-iot-wireless/src/commands/StartWirelessDeviceImportTaskCommand.ts +++ b/clients/client-iot-wireless/src/commands/StartWirelessDeviceImportTaskCommand.ts @@ -106,9 +106,6 @@ export class StartWirelessDeviceImportTaskCommand extends $Command< StartWirelessDeviceImportTaskCommandOutput, IoTWirelessClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -122,9 +119,7 @@ export class StartWirelessDeviceImportTaskCommand extends $Command< * @public */ constructor(readonly input: StartWirelessDeviceImportTaskCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -180,7 +175,4 @@ export class StartWirelessDeviceImportTaskCommand extends $Command< ): Promise { return de_StartWirelessDeviceImportTaskCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-iot-wireless/src/commands/TagResourceCommand.ts b/clients/client-iot-wireless/src/commands/TagResourceCommand.ts index f0725f1a20f1..ebff12854e67 100644 --- a/clients/client-iot-wireless/src/commands/TagResourceCommand.ts +++ b/clients/client-iot-wireless/src/commands/TagResourceCommand.ts @@ -92,9 +92,6 @@ export class TagResourceCommand extends $Command< TagResourceCommandOutput, IoTWirelessClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -108,9 +105,7 @@ export class TagResourceCommand extends $Command< * @public */ constructor(readonly input: TagResourceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -161,7 +156,4 @@ export class TagResourceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_TagResourceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-iot-wireless/src/commands/TestWirelessDeviceCommand.ts b/clients/client-iot-wireless/src/commands/TestWirelessDeviceCommand.ts index 0e22e263fa1a..641a45cc6ef9 100644 --- a/clients/client-iot-wireless/src/commands/TestWirelessDeviceCommand.ts +++ b/clients/client-iot-wireless/src/commands/TestWirelessDeviceCommand.ts @@ -83,9 +83,6 @@ export class TestWirelessDeviceCommand extends $Command< TestWirelessDeviceCommandOutput, IoTWirelessClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -99,9 +96,7 @@ export class TestWirelessDeviceCommand extends $Command< * @public */ constructor(readonly input: TestWirelessDeviceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -154,7 +149,4 @@ export class TestWirelessDeviceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_TestWirelessDeviceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-iot-wireless/src/commands/UntagResourceCommand.ts b/clients/client-iot-wireless/src/commands/UntagResourceCommand.ts index 1cefeac9e913..d34d27f0397d 100644 --- a/clients/client-iot-wireless/src/commands/UntagResourceCommand.ts +++ b/clients/client-iot-wireless/src/commands/UntagResourceCommand.ts @@ -86,9 +86,6 @@ export class UntagResourceCommand extends $Command< UntagResourceCommandOutput, IoTWirelessClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -102,9 +99,7 @@ export class UntagResourceCommand extends $Command< * @public */ constructor(readonly input: UntagResourceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -155,7 +150,4 @@ export class UntagResourceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UntagResourceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-iot-wireless/src/commands/UpdateDestinationCommand.ts b/clients/client-iot-wireless/src/commands/UpdateDestinationCommand.ts index 488589459e7b..4b85694711ec 100644 --- a/clients/client-iot-wireless/src/commands/UpdateDestinationCommand.ts +++ b/clients/client-iot-wireless/src/commands/UpdateDestinationCommand.ts @@ -87,9 +87,6 @@ export class UpdateDestinationCommand extends $Command< UpdateDestinationCommandOutput, IoTWirelessClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -103,9 +100,7 @@ export class UpdateDestinationCommand extends $Command< * @public */ constructor(readonly input: UpdateDestinationCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -158,7 +153,4 @@ export class UpdateDestinationCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdateDestinationCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-iot-wireless/src/commands/UpdateEventConfigurationByResourceTypesCommand.ts b/clients/client-iot-wireless/src/commands/UpdateEventConfigurationByResourceTypesCommand.ts index 4b8da3a86446..3af29326418d 100644 --- a/clients/client-iot-wireless/src/commands/UpdateEventConfigurationByResourceTypesCommand.ts +++ b/clients/client-iot-wireless/src/commands/UpdateEventConfigurationByResourceTypesCommand.ts @@ -113,9 +113,6 @@ export class UpdateEventConfigurationByResourceTypesCommand extends $Command< UpdateEventConfigurationByResourceTypesCommandOutput, IoTWirelessClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -129,9 +126,7 @@ export class UpdateEventConfigurationByResourceTypesCommand extends $Command< * @public */ constructor(readonly input: UpdateEventConfigurationByResourceTypesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -196,7 +191,4 @@ export class UpdateEventConfigurationByResourceTypesCommand extends $Command< ): Promise { return de_UpdateEventConfigurationByResourceTypesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-iot-wireless/src/commands/UpdateFuotaTaskCommand.ts b/clients/client-iot-wireless/src/commands/UpdateFuotaTaskCommand.ts index 0fc762adef6f..39d279ed8ecc 100644 --- a/clients/client-iot-wireless/src/commands/UpdateFuotaTaskCommand.ts +++ b/clients/client-iot-wireless/src/commands/UpdateFuotaTaskCommand.ts @@ -96,9 +96,6 @@ export class UpdateFuotaTaskCommand extends $Command< UpdateFuotaTaskCommandOutput, IoTWirelessClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -112,9 +109,7 @@ export class UpdateFuotaTaskCommand extends $Command< * @public */ constructor(readonly input: UpdateFuotaTaskCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -167,7 +162,4 @@ export class UpdateFuotaTaskCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdateFuotaTaskCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-iot-wireless/src/commands/UpdateLogLevelsByResourceTypesCommand.ts b/clients/client-iot-wireless/src/commands/UpdateLogLevelsByResourceTypesCommand.ts index 352c059e1695..2c395b15addb 100644 --- a/clients/client-iot-wireless/src/commands/UpdateLogLevelsByResourceTypesCommand.ts +++ b/clients/client-iot-wireless/src/commands/UpdateLogLevelsByResourceTypesCommand.ts @@ -117,9 +117,6 @@ export class UpdateLogLevelsByResourceTypesCommand extends $Command< UpdateLogLevelsByResourceTypesCommandOutput, IoTWirelessClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -133,9 +130,7 @@ export class UpdateLogLevelsByResourceTypesCommand extends $Command< * @public */ constructor(readonly input: UpdateLogLevelsByResourceTypesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -194,7 +189,4 @@ export class UpdateLogLevelsByResourceTypesCommand extends $Command< ): Promise { return de_UpdateLogLevelsByResourceTypesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-iot-wireless/src/commands/UpdateMulticastGroupCommand.ts b/clients/client-iot-wireless/src/commands/UpdateMulticastGroupCommand.ts index 11a48cbb9e8f..df30ed7a8dbe 100644 --- a/clients/client-iot-wireless/src/commands/UpdateMulticastGroupCommand.ts +++ b/clients/client-iot-wireless/src/commands/UpdateMulticastGroupCommand.ts @@ -92,9 +92,6 @@ export class UpdateMulticastGroupCommand extends $Command< UpdateMulticastGroupCommandOutput, IoTWirelessClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -108,9 +105,7 @@ export class UpdateMulticastGroupCommand extends $Command< * @public */ constructor(readonly input: UpdateMulticastGroupCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -163,7 +158,4 @@ export class UpdateMulticastGroupCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdateMulticastGroupCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-iot-wireless/src/commands/UpdateNetworkAnalyzerConfigurationCommand.ts b/clients/client-iot-wireless/src/commands/UpdateNetworkAnalyzerConfigurationCommand.ts index b4f61c44b004..d4f2dc12b4e0 100644 --- a/clients/client-iot-wireless/src/commands/UpdateNetworkAnalyzerConfigurationCommand.ts +++ b/clients/client-iot-wireless/src/commands/UpdateNetworkAnalyzerConfigurationCommand.ts @@ -115,9 +115,6 @@ export class UpdateNetworkAnalyzerConfigurationCommand extends $Command< UpdateNetworkAnalyzerConfigurationCommandOutput, IoTWirelessClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -131,9 +128,7 @@ export class UpdateNetworkAnalyzerConfigurationCommand extends $Command< * @public */ constructor(readonly input: UpdateNetworkAnalyzerConfigurationCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -192,7 +187,4 @@ export class UpdateNetworkAnalyzerConfigurationCommand extends $Command< ): Promise { return de_UpdateNetworkAnalyzerConfigurationCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-iot-wireless/src/commands/UpdatePartnerAccountCommand.ts b/clients/client-iot-wireless/src/commands/UpdatePartnerAccountCommand.ts index 53c0d54ac389..31dd626fa4f7 100644 --- a/clients/client-iot-wireless/src/commands/UpdatePartnerAccountCommand.ts +++ b/clients/client-iot-wireless/src/commands/UpdatePartnerAccountCommand.ts @@ -88,9 +88,6 @@ export class UpdatePartnerAccountCommand extends $Command< UpdatePartnerAccountCommandOutput, IoTWirelessClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -104,9 +101,7 @@ export class UpdatePartnerAccountCommand extends $Command< * @public */ constructor(readonly input: UpdatePartnerAccountCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -159,7 +154,4 @@ export class UpdatePartnerAccountCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdatePartnerAccountCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-iot-wireless/src/commands/UpdatePositionCommand.ts b/clients/client-iot-wireless/src/commands/UpdatePositionCommand.ts index fb470361a3ac..b06dfc4228f1 100644 --- a/clients/client-iot-wireless/src/commands/UpdatePositionCommand.ts +++ b/clients/client-iot-wireless/src/commands/UpdatePositionCommand.ts @@ -93,9 +93,6 @@ export class UpdatePositionCommand extends $Command< UpdatePositionCommandOutput, IoTWirelessClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -109,9 +106,7 @@ export class UpdatePositionCommand extends $Command< * @public */ constructor(readonly input: UpdatePositionCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -164,7 +159,4 @@ export class UpdatePositionCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdatePositionCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-iot-wireless/src/commands/UpdateResourceEventConfigurationCommand.ts b/clients/client-iot-wireless/src/commands/UpdateResourceEventConfigurationCommand.ts index c6df91cf9fae..79affaad32e1 100644 --- a/clients/client-iot-wireless/src/commands/UpdateResourceEventConfigurationCommand.ts +++ b/clients/client-iot-wireless/src/commands/UpdateResourceEventConfigurationCommand.ts @@ -123,9 +123,6 @@ export class UpdateResourceEventConfigurationCommand extends $Command< UpdateResourceEventConfigurationCommandOutput, IoTWirelessClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -139,9 +136,7 @@ export class UpdateResourceEventConfigurationCommand extends $Command< * @public */ constructor(readonly input: UpdateResourceEventConfigurationCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -200,7 +195,4 @@ export class UpdateResourceEventConfigurationCommand extends $Command< ): Promise { return de_UpdateResourceEventConfigurationCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-iot-wireless/src/commands/UpdateResourcePositionCommand.ts b/clients/client-iot-wireless/src/commands/UpdateResourcePositionCommand.ts index efb3e65bb8e9..04d7703a7470 100644 --- a/clients/client-iot-wireless/src/commands/UpdateResourcePositionCommand.ts +++ b/clients/client-iot-wireless/src/commands/UpdateResourcePositionCommand.ts @@ -95,9 +95,6 @@ export class UpdateResourcePositionCommand extends $Command< UpdateResourcePositionCommandOutput, IoTWirelessClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -111,9 +108,7 @@ export class UpdateResourcePositionCommand extends $Command< * @public */ constructor(readonly input: UpdateResourcePositionCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -166,7 +161,4 @@ export class UpdateResourcePositionCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdateResourcePositionCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-iot-wireless/src/commands/UpdateWirelessDeviceCommand.ts b/clients/client-iot-wireless/src/commands/UpdateWirelessDeviceCommand.ts index e3ff5458b29d..a4fcdc2a667f 100644 --- a/clients/client-iot-wireless/src/commands/UpdateWirelessDeviceCommand.ts +++ b/clients/client-iot-wireless/src/commands/UpdateWirelessDeviceCommand.ts @@ -111,9 +111,6 @@ export class UpdateWirelessDeviceCommand extends $Command< UpdateWirelessDeviceCommandOutput, IoTWirelessClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -127,9 +124,7 @@ export class UpdateWirelessDeviceCommand extends $Command< * @public */ constructor(readonly input: UpdateWirelessDeviceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -182,7 +177,4 @@ export class UpdateWirelessDeviceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdateWirelessDeviceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-iot-wireless/src/commands/UpdateWirelessDeviceImportTaskCommand.ts b/clients/client-iot-wireless/src/commands/UpdateWirelessDeviceImportTaskCommand.ts index 3466418d37e3..16ed7c75303e 100644 --- a/clients/client-iot-wireless/src/commands/UpdateWirelessDeviceImportTaskCommand.ts +++ b/clients/client-iot-wireless/src/commands/UpdateWirelessDeviceImportTaskCommand.ts @@ -94,9 +94,6 @@ export class UpdateWirelessDeviceImportTaskCommand extends $Command< UpdateWirelessDeviceImportTaskCommandOutput, IoTWirelessClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -110,9 +107,7 @@ export class UpdateWirelessDeviceImportTaskCommand extends $Command< * @public */ constructor(readonly input: UpdateWirelessDeviceImportTaskCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -171,7 +166,4 @@ export class UpdateWirelessDeviceImportTaskCommand extends $Command< ): Promise { return de_UpdateWirelessDeviceImportTaskCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-iot-wireless/src/commands/UpdateWirelessGatewayCommand.ts b/clients/client-iot-wireless/src/commands/UpdateWirelessGatewayCommand.ts index e4f2098f161e..e617e8cae1db 100644 --- a/clients/client-iot-wireless/src/commands/UpdateWirelessGatewayCommand.ts +++ b/clients/client-iot-wireless/src/commands/UpdateWirelessGatewayCommand.ts @@ -94,9 +94,6 @@ export class UpdateWirelessGatewayCommand extends $Command< UpdateWirelessGatewayCommandOutput, IoTWirelessClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -110,9 +107,7 @@ export class UpdateWirelessGatewayCommand extends $Command< * @public */ constructor(readonly input: UpdateWirelessGatewayCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -165,7 +160,4 @@ export class UpdateWirelessGatewayCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdateWirelessGatewayCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-iot/package.json b/clients/client-iot/package.json index a1ad8b4885ea..d97c70dd5445 100644 --- a/clients/client-iot/package.json +++ b/clients/client-iot/package.json @@ -34,29 +34,29 @@ "@aws-sdk/util-endpoints": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@smithy/config-resolver": "^2.0.16", - "@smithy/fetch-http-handler": "^2.2.4", - "@smithy/hash-node": "^2.0.12", - "@smithy/invalid-dependency": "^2.0.12", - "@smithy/middleware-content-length": "^2.0.14", - "@smithy/middleware-endpoint": "^2.1.3", - "@smithy/middleware-retry": "^2.0.18", - "@smithy/middleware-serde": "^2.0.12", - "@smithy/middleware-stack": "^2.0.6", - "@smithy/node-config-provider": "^2.1.3", - "@smithy/node-http-handler": "^2.1.8", - "@smithy/protocol-http": "^3.0.8", - "@smithy/smithy-client": "^2.1.12", - "@smithy/types": "^2.4.0", - "@smithy/url-parser": "^2.0.12", - "@smithy/util-base64": "^2.0.0", + "@smithy/config-resolver": "^2.0.18", + "@smithy/fetch-http-handler": "^2.2.6", + "@smithy/hash-node": "^2.0.15", + "@smithy/invalid-dependency": "^2.0.13", + "@smithy/middleware-content-length": "^2.0.15", + "@smithy/middleware-endpoint": "^2.2.0", + "@smithy/middleware-retry": "^2.0.20", + "@smithy/middleware-serde": "^2.0.13", + "@smithy/middleware-stack": "^2.0.7", + "@smithy/node-config-provider": "^2.1.5", + "@smithy/node-http-handler": "^2.1.9", + "@smithy/protocol-http": "^3.0.9", + "@smithy/smithy-client": "^2.1.15", + "@smithy/types": "^2.5.0", + "@smithy/url-parser": "^2.0.13", + "@smithy/util-base64": "^2.0.1", "@smithy/util-body-length-browser": "^2.0.0", "@smithy/util-body-length-node": "^2.1.0", - "@smithy/util-defaults-mode-browser": "^2.0.16", - "@smithy/util-defaults-mode-node": "^2.0.21", - "@smithy/util-endpoints": "^1.0.2", - "@smithy/util-retry": "^2.0.5", - "@smithy/util-utf8": "^2.0.0", + "@smithy/util-defaults-mode-browser": "^2.0.19", + "@smithy/util-defaults-mode-node": "^2.0.25", + "@smithy/util-endpoints": "^1.0.4", + "@smithy/util-retry": "^2.0.6", + "@smithy/util-utf8": "^2.0.2", "tslib": "^2.5.0", "uuid": "^8.3.2" }, diff --git a/clients/client-iot/src/commands/AcceptCertificateTransferCommand.ts b/clients/client-iot/src/commands/AcceptCertificateTransferCommand.ts index 36c9b380dee1..2e8e70271c1a 100644 --- a/clients/client-iot/src/commands/AcceptCertificateTransferCommand.ts +++ b/clients/client-iot/src/commands/AcceptCertificateTransferCommand.ts @@ -95,9 +95,6 @@ export class AcceptCertificateTransferCommand extends $Command< AcceptCertificateTransferCommandOutput, IoTClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -111,9 +108,7 @@ export class AcceptCertificateTransferCommand extends $Command< * @public */ constructor(readonly input: AcceptCertificateTransferCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -169,7 +164,4 @@ export class AcceptCertificateTransferCommand extends $Command< ): Promise { return de_AcceptCertificateTransferCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-iot/src/commands/AddThingToBillingGroupCommand.ts b/clients/client-iot/src/commands/AddThingToBillingGroupCommand.ts index 362d1fe5a993..450f9b67495a 100644 --- a/clients/client-iot/src/commands/AddThingToBillingGroupCommand.ts +++ b/clients/client-iot/src/commands/AddThingToBillingGroupCommand.ts @@ -84,9 +84,6 @@ export class AddThingToBillingGroupCommand extends $Command< AddThingToBillingGroupCommandOutput, IoTClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -100,9 +97,7 @@ export class AddThingToBillingGroupCommand extends $Command< * @public */ constructor(readonly input: AddThingToBillingGroupCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -155,7 +150,4 @@ export class AddThingToBillingGroupCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_AddThingToBillingGroupCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-iot/src/commands/AddThingToThingGroupCommand.ts b/clients/client-iot/src/commands/AddThingToThingGroupCommand.ts index 43b5ce37a086..e26eabadc780 100644 --- a/clients/client-iot/src/commands/AddThingToThingGroupCommand.ts +++ b/clients/client-iot/src/commands/AddThingToThingGroupCommand.ts @@ -85,9 +85,6 @@ export class AddThingToThingGroupCommand extends $Command< AddThingToThingGroupCommandOutput, IoTClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -101,9 +98,7 @@ export class AddThingToThingGroupCommand extends $Command< * @public */ constructor(readonly input: AddThingToThingGroupCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -156,7 +151,4 @@ export class AddThingToThingGroupCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_AddThingToThingGroupCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-iot/src/commands/AssociateTargetsWithJobCommand.ts b/clients/client-iot/src/commands/AssociateTargetsWithJobCommand.ts index b75217fcd40b..6f6c79386d07 100644 --- a/clients/client-iot/src/commands/AssociateTargetsWithJobCommand.ts +++ b/clients/client-iot/src/commands/AssociateTargetsWithJobCommand.ts @@ -105,9 +105,6 @@ export class AssociateTargetsWithJobCommand extends $Command< AssociateTargetsWithJobCommandOutput, IoTClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -121,9 +118,7 @@ export class AssociateTargetsWithJobCommand extends $Command< * @public */ constructor(readonly input: AssociateTargetsWithJobCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -176,7 +171,4 @@ export class AssociateTargetsWithJobCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_AssociateTargetsWithJobCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-iot/src/commands/AttachPolicyCommand.ts b/clients/client-iot/src/commands/AttachPolicyCommand.ts index e44597b68e39..74836a4f92d4 100644 --- a/clients/client-iot/src/commands/AttachPolicyCommand.ts +++ b/clients/client-iot/src/commands/AttachPolicyCommand.ts @@ -92,9 +92,6 @@ export class AttachPolicyCommand extends $Command< AttachPolicyCommandOutput, IoTClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -108,9 +105,7 @@ export class AttachPolicyCommand extends $Command< * @public */ constructor(readonly input: AttachPolicyCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -161,7 +156,4 @@ export class AttachPolicyCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_AttachPolicyCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-iot/src/commands/AttachPrincipalPolicyCommand.ts b/clients/client-iot/src/commands/AttachPrincipalPolicyCommand.ts index 4b11cedbb0dd..0b15b98eb172 100644 --- a/clients/client-iot/src/commands/AttachPrincipalPolicyCommand.ts +++ b/clients/client-iot/src/commands/AttachPrincipalPolicyCommand.ts @@ -97,9 +97,6 @@ export class AttachPrincipalPolicyCommand extends $Command< AttachPrincipalPolicyCommandOutput, IoTClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -113,9 +110,7 @@ export class AttachPrincipalPolicyCommand extends $Command< * @public */ constructor(readonly input: AttachPrincipalPolicyCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -168,7 +163,4 @@ export class AttachPrincipalPolicyCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_AttachPrincipalPolicyCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-iot/src/commands/AttachSecurityProfileCommand.ts b/clients/client-iot/src/commands/AttachSecurityProfileCommand.ts index af11f4023c06..f401c2744774 100644 --- a/clients/client-iot/src/commands/AttachSecurityProfileCommand.ts +++ b/clients/client-iot/src/commands/AttachSecurityProfileCommand.ts @@ -91,9 +91,6 @@ export class AttachSecurityProfileCommand extends $Command< AttachSecurityProfileCommandOutput, IoTClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -107,9 +104,7 @@ export class AttachSecurityProfileCommand extends $Command< * @public */ constructor(readonly input: AttachSecurityProfileCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -162,7 +157,4 @@ export class AttachSecurityProfileCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_AttachSecurityProfileCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-iot/src/commands/AttachThingPrincipalCommand.ts b/clients/client-iot/src/commands/AttachThingPrincipalCommand.ts index b74d3ccac60b..fd13d20c3f22 100644 --- a/clients/client-iot/src/commands/AttachThingPrincipalCommand.ts +++ b/clients/client-iot/src/commands/AttachThingPrincipalCommand.ts @@ -89,9 +89,6 @@ export class AttachThingPrincipalCommand extends $Command< AttachThingPrincipalCommandOutput, IoTClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -105,9 +102,7 @@ export class AttachThingPrincipalCommand extends $Command< * @public */ constructor(readonly input: AttachThingPrincipalCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -160,7 +155,4 @@ export class AttachThingPrincipalCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_AttachThingPrincipalCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-iot/src/commands/CancelAuditMitigationActionsTaskCommand.ts b/clients/client-iot/src/commands/CancelAuditMitigationActionsTaskCommand.ts index 7d304303572c..f30738bd88fe 100644 --- a/clients/client-iot/src/commands/CancelAuditMitigationActionsTaskCommand.ts +++ b/clients/client-iot/src/commands/CancelAuditMitigationActionsTaskCommand.ts @@ -88,9 +88,6 @@ export class CancelAuditMitigationActionsTaskCommand extends $Command< CancelAuditMitigationActionsTaskCommandOutput, IoTClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -104,9 +101,7 @@ export class CancelAuditMitigationActionsTaskCommand extends $Command< * @public */ constructor(readonly input: CancelAuditMitigationActionsTaskCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -165,7 +160,4 @@ export class CancelAuditMitigationActionsTaskCommand extends $Command< ): Promise { return de_CancelAuditMitigationActionsTaskCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-iot/src/commands/CancelAuditTaskCommand.ts b/clients/client-iot/src/commands/CancelAuditTaskCommand.ts index 6079c600c981..741e38c63b12 100644 --- a/clients/client-iot/src/commands/CancelAuditTaskCommand.ts +++ b/clients/client-iot/src/commands/CancelAuditTaskCommand.ts @@ -81,9 +81,6 @@ export class CancelAuditTaskCommand extends $Command< CancelAuditTaskCommandOutput, IoTClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -97,9 +94,7 @@ export class CancelAuditTaskCommand extends $Command< * @public */ constructor(readonly input: CancelAuditTaskCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -152,7 +147,4 @@ export class CancelAuditTaskCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CancelAuditTaskCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-iot/src/commands/CancelCertificateTransferCommand.ts b/clients/client-iot/src/commands/CancelCertificateTransferCommand.ts index bd819bd0ea89..40a7437960c4 100644 --- a/clients/client-iot/src/commands/CancelCertificateTransferCommand.ts +++ b/clients/client-iot/src/commands/CancelCertificateTransferCommand.ts @@ -98,9 +98,6 @@ export class CancelCertificateTransferCommand extends $Command< CancelCertificateTransferCommandOutput, IoTClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -114,9 +111,7 @@ export class CancelCertificateTransferCommand extends $Command< * @public */ constructor(readonly input: CancelCertificateTransferCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -172,7 +167,4 @@ export class CancelCertificateTransferCommand extends $Command< ): Promise { return de_CancelCertificateTransferCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-iot/src/commands/CancelDetectMitigationActionsTaskCommand.ts b/clients/client-iot/src/commands/CancelDetectMitigationActionsTaskCommand.ts index 613e59bfb751..5fe23d7b0cbc 100644 --- a/clients/client-iot/src/commands/CancelDetectMitigationActionsTaskCommand.ts +++ b/clients/client-iot/src/commands/CancelDetectMitigationActionsTaskCommand.ts @@ -91,9 +91,6 @@ export class CancelDetectMitigationActionsTaskCommand extends $Command< CancelDetectMitigationActionsTaskCommandOutput, IoTClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -107,9 +104,7 @@ export class CancelDetectMitigationActionsTaskCommand extends $Command< * @public */ constructor(readonly input: CancelDetectMitigationActionsTaskCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -168,7 +163,4 @@ export class CancelDetectMitigationActionsTaskCommand extends $Command< ): Promise { return de_CancelDetectMitigationActionsTaskCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-iot/src/commands/CancelJobCommand.ts b/clients/client-iot/src/commands/CancelJobCommand.ts index e619ae16f3a3..4d7c8a5d8742 100644 --- a/clients/client-iot/src/commands/CancelJobCommand.ts +++ b/clients/client-iot/src/commands/CancelJobCommand.ts @@ -87,9 +87,6 @@ export interface CancelJobCommandOutput extends CancelJobResponse, __MetadataBea * */ export class CancelJobCommand extends $Command { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -103,9 +100,7 @@ export class CancelJobCommand extends $Command { return de_CancelJobCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-iot/src/commands/CancelJobExecutionCommand.ts b/clients/client-iot/src/commands/CancelJobExecutionCommand.ts index 7a509bfde52b..918667412ad2 100644 --- a/clients/client-iot/src/commands/CancelJobExecutionCommand.ts +++ b/clients/client-iot/src/commands/CancelJobExecutionCommand.ts @@ -97,9 +97,6 @@ export class CancelJobExecutionCommand extends $Command< CancelJobExecutionCommandOutput, IoTClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -113,9 +110,7 @@ export class CancelJobExecutionCommand extends $Command< * @public */ constructor(readonly input: CancelJobExecutionCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -168,7 +163,4 @@ export class CancelJobExecutionCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CancelJobExecutionCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-iot/src/commands/ClearDefaultAuthorizerCommand.ts b/clients/client-iot/src/commands/ClearDefaultAuthorizerCommand.ts index 80e376c59ceb..d7a4bc1a877b 100644 --- a/clients/client-iot/src/commands/ClearDefaultAuthorizerCommand.ts +++ b/clients/client-iot/src/commands/ClearDefaultAuthorizerCommand.ts @@ -85,9 +85,6 @@ export class ClearDefaultAuthorizerCommand extends $Command< ClearDefaultAuthorizerCommandOutput, IoTClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -101,9 +98,7 @@ export class ClearDefaultAuthorizerCommand extends $Command< * @public */ constructor(readonly input: ClearDefaultAuthorizerCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -156,7 +151,4 @@ export class ClearDefaultAuthorizerCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ClearDefaultAuthorizerCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-iot/src/commands/ConfirmTopicRuleDestinationCommand.ts b/clients/client-iot/src/commands/ConfirmTopicRuleDestinationCommand.ts index b59082b65379..dc05e221adbc 100644 --- a/clients/client-iot/src/commands/ConfirmTopicRuleDestinationCommand.ts +++ b/clients/client-iot/src/commands/ConfirmTopicRuleDestinationCommand.ts @@ -93,9 +93,6 @@ export class ConfirmTopicRuleDestinationCommand extends $Command< ConfirmTopicRuleDestinationCommandOutput, IoTClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -109,9 +106,7 @@ export class ConfirmTopicRuleDestinationCommand extends $Command< * @public */ constructor(readonly input: ConfirmTopicRuleDestinationCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -167,7 +162,4 @@ export class ConfirmTopicRuleDestinationCommand extends $Command< ): Promise { return de_ConfirmTopicRuleDestinationCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-iot/src/commands/CreateAuditSuppressionCommand.ts b/clients/client-iot/src/commands/CreateAuditSuppressionCommand.ts index fa952727a37c..9aa02b01e2b1 100644 --- a/clients/client-iot/src/commands/CreateAuditSuppressionCommand.ts +++ b/clients/client-iot/src/commands/CreateAuditSuppressionCommand.ts @@ -109,9 +109,6 @@ export class CreateAuditSuppressionCommand extends $Command< CreateAuditSuppressionCommandOutput, IoTClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -125,9 +122,7 @@ export class CreateAuditSuppressionCommand extends $Command< * @public */ constructor(readonly input: CreateAuditSuppressionCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -180,7 +175,4 @@ export class CreateAuditSuppressionCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateAuditSuppressionCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-iot/src/commands/CreateAuthorizerCommand.ts b/clients/client-iot/src/commands/CreateAuthorizerCommand.ts index b369c99f5085..c4a7eb63bde4 100644 --- a/clients/client-iot/src/commands/CreateAuthorizerCommand.ts +++ b/clients/client-iot/src/commands/CreateAuthorizerCommand.ts @@ -107,9 +107,6 @@ export class CreateAuthorizerCommand extends $Command< CreateAuthorizerCommandOutput, IoTClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -123,9 +120,7 @@ export class CreateAuthorizerCommand extends $Command< * @public */ constructor(readonly input: CreateAuthorizerCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -178,7 +173,4 @@ export class CreateAuthorizerCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateAuthorizerCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-iot/src/commands/CreateBillingGroupCommand.ts b/clients/client-iot/src/commands/CreateBillingGroupCommand.ts index 4f6a92d8b261..40804431c0b9 100644 --- a/clients/client-iot/src/commands/CreateBillingGroupCommand.ts +++ b/clients/client-iot/src/commands/CreateBillingGroupCommand.ts @@ -94,9 +94,6 @@ export class CreateBillingGroupCommand extends $Command< CreateBillingGroupCommandOutput, IoTClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -110,9 +107,7 @@ export class CreateBillingGroupCommand extends $Command< * @public */ constructor(readonly input: CreateBillingGroupCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -165,7 +160,4 @@ export class CreateBillingGroupCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateBillingGroupCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-iot/src/commands/CreateCertificateFromCsrCommand.ts b/clients/client-iot/src/commands/CreateCertificateFromCsrCommand.ts index f220b599b0ed..edecf1819ab2 100644 --- a/clients/client-iot/src/commands/CreateCertificateFromCsrCommand.ts +++ b/clients/client-iot/src/commands/CreateCertificateFromCsrCommand.ts @@ -135,9 +135,6 @@ export class CreateCertificateFromCsrCommand extends $Command< CreateCertificateFromCsrCommandOutput, IoTClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -151,9 +148,7 @@ export class CreateCertificateFromCsrCommand extends $Command< * @public */ constructor(readonly input: CreateCertificateFromCsrCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -206,7 +201,4 @@ export class CreateCertificateFromCsrCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateCertificateFromCsrCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-iot/src/commands/CreateCustomMetricCommand.ts b/clients/client-iot/src/commands/CreateCustomMetricCommand.ts index 85bea3b30a76..d7b1a7f2e38f 100644 --- a/clients/client-iot/src/commands/CreateCustomMetricCommand.ts +++ b/clients/client-iot/src/commands/CreateCustomMetricCommand.ts @@ -99,9 +99,6 @@ export class CreateCustomMetricCommand extends $Command< CreateCustomMetricCommandOutput, IoTClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -115,9 +112,7 @@ export class CreateCustomMetricCommand extends $Command< * @public */ constructor(readonly input: CreateCustomMetricCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -170,7 +165,4 @@ export class CreateCustomMetricCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateCustomMetricCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-iot/src/commands/CreateDimensionCommand.ts b/clients/client-iot/src/commands/CreateDimensionCommand.ts index aac6311dbe0a..3f40748a0199 100644 --- a/clients/client-iot/src/commands/CreateDimensionCommand.ts +++ b/clients/client-iot/src/commands/CreateDimensionCommand.ts @@ -99,9 +99,6 @@ export class CreateDimensionCommand extends $Command< CreateDimensionCommandOutput, IoTClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -115,9 +112,7 @@ export class CreateDimensionCommand extends $Command< * @public */ constructor(readonly input: CreateDimensionCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -170,7 +165,4 @@ export class CreateDimensionCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateDimensionCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-iot/src/commands/CreateDomainConfigurationCommand.ts b/clients/client-iot/src/commands/CreateDomainConfigurationCommand.ts index 7fc171c8135a..8f3e74a4b47f 100644 --- a/clients/client-iot/src/commands/CreateDomainConfigurationCommand.ts +++ b/clients/client-iot/src/commands/CreateDomainConfigurationCommand.ts @@ -115,9 +115,6 @@ export class CreateDomainConfigurationCommand extends $Command< CreateDomainConfigurationCommandOutput, IoTClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -131,9 +128,7 @@ export class CreateDomainConfigurationCommand extends $Command< * @public */ constructor(readonly input: CreateDomainConfigurationCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -189,7 +184,4 @@ export class CreateDomainConfigurationCommand extends $Command< ): Promise { return de_CreateDomainConfigurationCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-iot/src/commands/CreateDynamicThingGroupCommand.ts b/clients/client-iot/src/commands/CreateDynamicThingGroupCommand.ts index 071db15998ca..fae7d9c0f4a7 100644 --- a/clients/client-iot/src/commands/CreateDynamicThingGroupCommand.ts +++ b/clients/client-iot/src/commands/CreateDynamicThingGroupCommand.ts @@ -115,9 +115,6 @@ export class CreateDynamicThingGroupCommand extends $Command< CreateDynamicThingGroupCommandOutput, IoTClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -131,9 +128,7 @@ export class CreateDynamicThingGroupCommand extends $Command< * @public */ constructor(readonly input: CreateDynamicThingGroupCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -186,7 +181,4 @@ export class CreateDynamicThingGroupCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateDynamicThingGroupCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-iot/src/commands/CreateFleetMetricCommand.ts b/clients/client-iot/src/commands/CreateFleetMetricCommand.ts index b2bdc7fbb0bb..4664505ad41a 100644 --- a/clients/client-iot/src/commands/CreateFleetMetricCommand.ts +++ b/clients/client-iot/src/commands/CreateFleetMetricCommand.ts @@ -124,9 +124,6 @@ export class CreateFleetMetricCommand extends $Command< CreateFleetMetricCommandOutput, IoTClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -140,9 +137,7 @@ export class CreateFleetMetricCommand extends $Command< * @public */ constructor(readonly input: CreateFleetMetricCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -195,7 +190,4 @@ export class CreateFleetMetricCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateFleetMetricCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-iot/src/commands/CreateJobCommand.ts b/clients/client-iot/src/commands/CreateJobCommand.ts index a330462d31b5..f513e13bfef0 100644 --- a/clients/client-iot/src/commands/CreateJobCommand.ts +++ b/clients/client-iot/src/commands/CreateJobCommand.ts @@ -155,9 +155,6 @@ export interface CreateJobCommandOutput extends CreateJobResponse, __MetadataBea * */ export class CreateJobCommand extends $Command { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -171,9 +168,7 @@ export class CreateJobCommand extends $Command { return de_CreateJobCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-iot/src/commands/CreateJobTemplateCommand.ts b/clients/client-iot/src/commands/CreateJobTemplateCommand.ts index e4fc274cb347..66c7125898e9 100644 --- a/clients/client-iot/src/commands/CreateJobTemplateCommand.ts +++ b/clients/client-iot/src/commands/CreateJobTemplateCommand.ts @@ -145,9 +145,6 @@ export class CreateJobTemplateCommand extends $Command< CreateJobTemplateCommandOutput, IoTClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -161,9 +158,7 @@ export class CreateJobTemplateCommand extends $Command< * @public */ constructor(readonly input: CreateJobTemplateCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -216,7 +211,4 @@ export class CreateJobTemplateCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateJobTemplateCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-iot/src/commands/CreateKeysAndCertificateCommand.ts b/clients/client-iot/src/commands/CreateKeysAndCertificateCommand.ts index d839c1cd7941..138ebee8ada1 100644 --- a/clients/client-iot/src/commands/CreateKeysAndCertificateCommand.ts +++ b/clients/client-iot/src/commands/CreateKeysAndCertificateCommand.ts @@ -101,9 +101,6 @@ export class CreateKeysAndCertificateCommand extends $Command< CreateKeysAndCertificateCommandOutput, IoTClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -117,9 +114,7 @@ export class CreateKeysAndCertificateCommand extends $Command< * @public */ constructor(readonly input: CreateKeysAndCertificateCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -172,7 +167,4 @@ export class CreateKeysAndCertificateCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateKeysAndCertificateCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-iot/src/commands/CreateMitigationActionCommand.ts b/clients/client-iot/src/commands/CreateMitigationActionCommand.ts index f134bfac2f9b..ae253c2e1b8d 100644 --- a/clients/client-iot/src/commands/CreateMitigationActionCommand.ts +++ b/clients/client-iot/src/commands/CreateMitigationActionCommand.ts @@ -119,9 +119,6 @@ export class CreateMitigationActionCommand extends $Command< CreateMitigationActionCommandOutput, IoTClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -135,9 +132,7 @@ export class CreateMitigationActionCommand extends $Command< * @public */ constructor(readonly input: CreateMitigationActionCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -190,7 +185,4 @@ export class CreateMitigationActionCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateMitigationActionCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-iot/src/commands/CreateOTAUpdateCommand.ts b/clients/client-iot/src/commands/CreateOTAUpdateCommand.ts index a6e29bc4b9e6..5602c1c989b9 100644 --- a/clients/client-iot/src/commands/CreateOTAUpdateCommand.ts +++ b/clients/client-iot/src/commands/CreateOTAUpdateCommand.ts @@ -193,9 +193,6 @@ export class CreateOTAUpdateCommand extends $Command< CreateOTAUpdateCommandOutput, IoTClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -209,9 +206,7 @@ export class CreateOTAUpdateCommand extends $Command< * @public */ constructor(readonly input: CreateOTAUpdateCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -264,7 +259,4 @@ export class CreateOTAUpdateCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateOTAUpdateCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-iot/src/commands/CreatePackageCommand.ts b/clients/client-iot/src/commands/CreatePackageCommand.ts index 7bd212bd7037..7028351c6d5e 100644 --- a/clients/client-iot/src/commands/CreatePackageCommand.ts +++ b/clients/client-iot/src/commands/CreatePackageCommand.ts @@ -99,9 +99,6 @@ export class CreatePackageCommand extends $Command< CreatePackageCommandOutput, IoTClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -115,9 +112,7 @@ export class CreatePackageCommand extends $Command< * @public */ constructor(readonly input: CreatePackageCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -168,7 +163,4 @@ export class CreatePackageCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreatePackageCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-iot/src/commands/CreatePackageVersionCommand.ts b/clients/client-iot/src/commands/CreatePackageVersionCommand.ts index 46d24a500c0e..b64a67f868cd 100644 --- a/clients/client-iot/src/commands/CreatePackageVersionCommand.ts +++ b/clients/client-iot/src/commands/CreatePackageVersionCommand.ts @@ -109,9 +109,6 @@ export class CreatePackageVersionCommand extends $Command< CreatePackageVersionCommandOutput, IoTClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -125,9 +122,7 @@ export class CreatePackageVersionCommand extends $Command< * @public */ constructor(readonly input: CreatePackageVersionCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -180,7 +175,4 @@ export class CreatePackageVersionCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreatePackageVersionCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-iot/src/commands/CreatePolicyCommand.ts b/clients/client-iot/src/commands/CreatePolicyCommand.ts index 3dbe17be161e..3f59733bac4f 100644 --- a/clients/client-iot/src/commands/CreatePolicyCommand.ts +++ b/clients/client-iot/src/commands/CreatePolicyCommand.ts @@ -105,9 +105,6 @@ export class CreatePolicyCommand extends $Command< CreatePolicyCommandOutput, IoTClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -121,9 +118,7 @@ export class CreatePolicyCommand extends $Command< * @public */ constructor(readonly input: CreatePolicyCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -174,7 +169,4 @@ export class CreatePolicyCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreatePolicyCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-iot/src/commands/CreatePolicyVersionCommand.ts b/clients/client-iot/src/commands/CreatePolicyVersionCommand.ts index d8804e53dc02..3ddaa6ad060a 100644 --- a/clients/client-iot/src/commands/CreatePolicyVersionCommand.ts +++ b/clients/client-iot/src/commands/CreatePolicyVersionCommand.ts @@ -106,9 +106,6 @@ export class CreatePolicyVersionCommand extends $Command< CreatePolicyVersionCommandOutput, IoTClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -122,9 +119,7 @@ export class CreatePolicyVersionCommand extends $Command< * @public */ constructor(readonly input: CreatePolicyVersionCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -177,7 +172,4 @@ export class CreatePolicyVersionCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreatePolicyVersionCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-iot/src/commands/CreateProvisioningClaimCommand.ts b/clients/client-iot/src/commands/CreateProvisioningClaimCommand.ts index 9e4337d17d15..de3f359f8bed 100644 --- a/clients/client-iot/src/commands/CreateProvisioningClaimCommand.ts +++ b/clients/client-iot/src/commands/CreateProvisioningClaimCommand.ts @@ -99,9 +99,6 @@ export class CreateProvisioningClaimCommand extends $Command< CreateProvisioningClaimCommandOutput, IoTClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -115,9 +112,7 @@ export class CreateProvisioningClaimCommand extends $Command< * @public */ constructor(readonly input: CreateProvisioningClaimCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -170,7 +165,4 @@ export class CreateProvisioningClaimCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateProvisioningClaimCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-iot/src/commands/CreateProvisioningTemplateCommand.ts b/clients/client-iot/src/commands/CreateProvisioningTemplateCommand.ts index 30f533e6b748..cab103477b80 100644 --- a/clients/client-iot/src/commands/CreateProvisioningTemplateCommand.ts +++ b/clients/client-iot/src/commands/CreateProvisioningTemplateCommand.ts @@ -106,9 +106,6 @@ export class CreateProvisioningTemplateCommand extends $Command< CreateProvisioningTemplateCommandOutput, IoTClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -122,9 +119,7 @@ export class CreateProvisioningTemplateCommand extends $Command< * @public */ constructor(readonly input: CreateProvisioningTemplateCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -180,7 +175,4 @@ export class CreateProvisioningTemplateCommand extends $Command< ): Promise { return de_CreateProvisioningTemplateCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-iot/src/commands/CreateProvisioningTemplateVersionCommand.ts b/clients/client-iot/src/commands/CreateProvisioningTemplateVersionCommand.ts index 87db9910db53..d4a81b2a9c85 100644 --- a/clients/client-iot/src/commands/CreateProvisioningTemplateVersionCommand.ts +++ b/clients/client-iot/src/commands/CreateProvisioningTemplateVersionCommand.ts @@ -106,9 +106,6 @@ export class CreateProvisioningTemplateVersionCommand extends $Command< CreateProvisioningTemplateVersionCommandOutput, IoTClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -122,9 +119,7 @@ export class CreateProvisioningTemplateVersionCommand extends $Command< * @public */ constructor(readonly input: CreateProvisioningTemplateVersionCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -183,7 +178,4 @@ export class CreateProvisioningTemplateVersionCommand extends $Command< ): Promise { return de_CreateProvisioningTemplateVersionCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-iot/src/commands/CreateRoleAliasCommand.ts b/clients/client-iot/src/commands/CreateRoleAliasCommand.ts index 96eb43082cf3..dc841a95c355 100644 --- a/clients/client-iot/src/commands/CreateRoleAliasCommand.ts +++ b/clients/client-iot/src/commands/CreateRoleAliasCommand.ts @@ -101,9 +101,6 @@ export class CreateRoleAliasCommand extends $Command< CreateRoleAliasCommandOutput, IoTClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -117,9 +114,7 @@ export class CreateRoleAliasCommand extends $Command< * @public */ constructor(readonly input: CreateRoleAliasCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -172,7 +167,4 @@ export class CreateRoleAliasCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateRoleAliasCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-iot/src/commands/CreateScheduledAuditCommand.ts b/clients/client-iot/src/commands/CreateScheduledAuditCommand.ts index 80444616eb85..a001c72aa144 100644 --- a/clients/client-iot/src/commands/CreateScheduledAuditCommand.ts +++ b/clients/client-iot/src/commands/CreateScheduledAuditCommand.ts @@ -99,9 +99,6 @@ export class CreateScheduledAuditCommand extends $Command< CreateScheduledAuditCommandOutput, IoTClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -115,9 +112,7 @@ export class CreateScheduledAuditCommand extends $Command< * @public */ constructor(readonly input: CreateScheduledAuditCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -170,7 +165,4 @@ export class CreateScheduledAuditCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateScheduledAuditCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-iot/src/commands/CreateSecurityProfileCommand.ts b/clients/client-iot/src/commands/CreateSecurityProfileCommand.ts index 04258cc79b14..f1319bb63a20 100644 --- a/clients/client-iot/src/commands/CreateSecurityProfileCommand.ts +++ b/clients/client-iot/src/commands/CreateSecurityProfileCommand.ts @@ -148,9 +148,6 @@ export class CreateSecurityProfileCommand extends $Command< CreateSecurityProfileCommandOutput, IoTClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -164,9 +161,7 @@ export class CreateSecurityProfileCommand extends $Command< * @public */ constructor(readonly input: CreateSecurityProfileCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -219,7 +214,4 @@ export class CreateSecurityProfileCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateSecurityProfileCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-iot/src/commands/CreateStreamCommand.ts b/clients/client-iot/src/commands/CreateStreamCommand.ts index 65099e2b9267..ad7d22263786 100644 --- a/clients/client-iot/src/commands/CreateStreamCommand.ts +++ b/clients/client-iot/src/commands/CreateStreamCommand.ts @@ -118,9 +118,6 @@ export class CreateStreamCommand extends $Command< CreateStreamCommandOutput, IoTClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -134,9 +131,7 @@ export class CreateStreamCommand extends $Command< * @public */ constructor(readonly input: CreateStreamCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -187,7 +182,4 @@ export class CreateStreamCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateStreamCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-iot/src/commands/CreateThingCommand.ts b/clients/client-iot/src/commands/CreateThingCommand.ts index 8f5989e48f44..28f21eeda8af 100644 --- a/clients/client-iot/src/commands/CreateThingCommand.ts +++ b/clients/client-iot/src/commands/CreateThingCommand.ts @@ -109,9 +109,6 @@ export class CreateThingCommand extends $Command< CreateThingCommandOutput, IoTClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -125,9 +122,7 @@ export class CreateThingCommand extends $Command< * @public */ constructor(readonly input: CreateThingCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -178,7 +173,4 @@ export class CreateThingCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateThingCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-iot/src/commands/CreateThingGroupCommand.ts b/clients/client-iot/src/commands/CreateThingGroupCommand.ts index 0142d2462efe..7ec6871f8a6d 100644 --- a/clients/client-iot/src/commands/CreateThingGroupCommand.ts +++ b/clients/client-iot/src/commands/CreateThingGroupCommand.ts @@ -105,9 +105,6 @@ export class CreateThingGroupCommand extends $Command< CreateThingGroupCommandOutput, IoTClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -121,9 +118,7 @@ export class CreateThingGroupCommand extends $Command< * @public */ constructor(readonly input: CreateThingGroupCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -176,7 +171,4 @@ export class CreateThingGroupCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateThingGroupCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-iot/src/commands/CreateThingTypeCommand.ts b/clients/client-iot/src/commands/CreateThingTypeCommand.ts index 3dbcd5c6b618..0db2580fc2b9 100644 --- a/clients/client-iot/src/commands/CreateThingTypeCommand.ts +++ b/clients/client-iot/src/commands/CreateThingTypeCommand.ts @@ -103,9 +103,6 @@ export class CreateThingTypeCommand extends $Command< CreateThingTypeCommandOutput, IoTClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -119,9 +116,7 @@ export class CreateThingTypeCommand extends $Command< * @public */ constructor(readonly input: CreateThingTypeCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -174,7 +169,4 @@ export class CreateThingTypeCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateThingTypeCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-iot/src/commands/CreateTopicRuleCommand.ts b/clients/client-iot/src/commands/CreateTopicRuleCommand.ts index 126491b2537b..06ba1bd1b736 100644 --- a/clients/client-iot/src/commands/CreateTopicRuleCommand.ts +++ b/clients/client-iot/src/commands/CreateTopicRuleCommand.ts @@ -510,9 +510,6 @@ export class CreateTopicRuleCommand extends $Command< CreateTopicRuleCommandOutput, IoTClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -526,9 +523,7 @@ export class CreateTopicRuleCommand extends $Command< * @public */ constructor(readonly input: CreateTopicRuleCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -581,7 +576,4 @@ export class CreateTopicRuleCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateTopicRuleCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-iot/src/commands/CreateTopicRuleDestinationCommand.ts b/clients/client-iot/src/commands/CreateTopicRuleDestinationCommand.ts index 2217282771a3..d63215882b56 100644 --- a/clients/client-iot/src/commands/CreateTopicRuleDestinationCommand.ts +++ b/clients/client-iot/src/commands/CreateTopicRuleDestinationCommand.ts @@ -120,9 +120,6 @@ export class CreateTopicRuleDestinationCommand extends $Command< CreateTopicRuleDestinationCommandOutput, IoTClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -136,9 +133,7 @@ export class CreateTopicRuleDestinationCommand extends $Command< * @public */ constructor(readonly input: CreateTopicRuleDestinationCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -194,7 +189,4 @@ export class CreateTopicRuleDestinationCommand extends $Command< ): Promise { return de_CreateTopicRuleDestinationCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-iot/src/commands/DeleteAccountAuditConfigurationCommand.ts b/clients/client-iot/src/commands/DeleteAccountAuditConfigurationCommand.ts index 8284b7ebf1c0..16667e70f108 100644 --- a/clients/client-iot/src/commands/DeleteAccountAuditConfigurationCommand.ts +++ b/clients/client-iot/src/commands/DeleteAccountAuditConfigurationCommand.ts @@ -88,9 +88,6 @@ export class DeleteAccountAuditConfigurationCommand extends $Command< DeleteAccountAuditConfigurationCommandOutput, IoTClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -104,9 +101,7 @@ export class DeleteAccountAuditConfigurationCommand extends $Command< * @public */ constructor(readonly input: DeleteAccountAuditConfigurationCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -165,7 +160,4 @@ export class DeleteAccountAuditConfigurationCommand extends $Command< ): Promise { return de_DeleteAccountAuditConfigurationCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-iot/src/commands/DeleteAuditSuppressionCommand.ts b/clients/client-iot/src/commands/DeleteAuditSuppressionCommand.ts index ca89ea12c186..a3f0464c0328 100644 --- a/clients/client-iot/src/commands/DeleteAuditSuppressionCommand.ts +++ b/clients/client-iot/src/commands/DeleteAuditSuppressionCommand.ts @@ -99,9 +99,6 @@ export class DeleteAuditSuppressionCommand extends $Command< DeleteAuditSuppressionCommandOutput, IoTClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -115,9 +112,7 @@ export class DeleteAuditSuppressionCommand extends $Command< * @public */ constructor(readonly input: DeleteAuditSuppressionCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -170,7 +165,4 @@ export class DeleteAuditSuppressionCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteAuditSuppressionCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-iot/src/commands/DeleteAuthorizerCommand.ts b/clients/client-iot/src/commands/DeleteAuthorizerCommand.ts index cbc4259dc06f..49b91db76c0b 100644 --- a/clients/client-iot/src/commands/DeleteAuthorizerCommand.ts +++ b/clients/client-iot/src/commands/DeleteAuthorizerCommand.ts @@ -91,9 +91,6 @@ export class DeleteAuthorizerCommand extends $Command< DeleteAuthorizerCommandOutput, IoTClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -107,9 +104,7 @@ export class DeleteAuthorizerCommand extends $Command< * @public */ constructor(readonly input: DeleteAuthorizerCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -162,7 +157,4 @@ export class DeleteAuthorizerCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteAuthorizerCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-iot/src/commands/DeleteBillingGroupCommand.ts b/clients/client-iot/src/commands/DeleteBillingGroupCommand.ts index 8141f4684590..ada25be6d96b 100644 --- a/clients/client-iot/src/commands/DeleteBillingGroupCommand.ts +++ b/clients/client-iot/src/commands/DeleteBillingGroupCommand.ts @@ -84,9 +84,6 @@ export class DeleteBillingGroupCommand extends $Command< DeleteBillingGroupCommandOutput, IoTClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -100,9 +97,7 @@ export class DeleteBillingGroupCommand extends $Command< * @public */ constructor(readonly input: DeleteBillingGroupCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -155,7 +150,4 @@ export class DeleteBillingGroupCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteBillingGroupCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-iot/src/commands/DeleteCACertificateCommand.ts b/clients/client-iot/src/commands/DeleteCACertificateCommand.ts index 7e1ed9328ec3..4d2c0baa351c 100644 --- a/clients/client-iot/src/commands/DeleteCACertificateCommand.ts +++ b/clients/client-iot/src/commands/DeleteCACertificateCommand.ts @@ -90,9 +90,6 @@ export class DeleteCACertificateCommand extends $Command< DeleteCACertificateCommandOutput, IoTClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -106,9 +103,7 @@ export class DeleteCACertificateCommand extends $Command< * @public */ constructor(readonly input: DeleteCACertificateCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -161,7 +156,4 @@ export class DeleteCACertificateCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteCACertificateCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-iot/src/commands/DeleteCertificateCommand.ts b/clients/client-iot/src/commands/DeleteCertificateCommand.ts index 7d2d6856b003..41848c38bdee 100644 --- a/clients/client-iot/src/commands/DeleteCertificateCommand.ts +++ b/clients/client-iot/src/commands/DeleteCertificateCommand.ts @@ -98,9 +98,6 @@ export class DeleteCertificateCommand extends $Command< DeleteCertificateCommandOutput, IoTClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -114,9 +111,7 @@ export class DeleteCertificateCommand extends $Command< * @public */ constructor(readonly input: DeleteCertificateCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -169,7 +164,4 @@ export class DeleteCertificateCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteCertificateCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-iot/src/commands/DeleteCustomMetricCommand.ts b/clients/client-iot/src/commands/DeleteCustomMetricCommand.ts index d774027e7db1..ad7062319f4c 100644 --- a/clients/client-iot/src/commands/DeleteCustomMetricCommand.ts +++ b/clients/client-iot/src/commands/DeleteCustomMetricCommand.ts @@ -88,9 +88,6 @@ export class DeleteCustomMetricCommand extends $Command< DeleteCustomMetricCommandOutput, IoTClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -104,9 +101,7 @@ export class DeleteCustomMetricCommand extends $Command< * @public */ constructor(readonly input: DeleteCustomMetricCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -159,7 +154,4 @@ export class DeleteCustomMetricCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteCustomMetricCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-iot/src/commands/DeleteDimensionCommand.ts b/clients/client-iot/src/commands/DeleteDimensionCommand.ts index fb12adecdc5c..8b18afda10ef 100644 --- a/clients/client-iot/src/commands/DeleteDimensionCommand.ts +++ b/clients/client-iot/src/commands/DeleteDimensionCommand.ts @@ -78,9 +78,6 @@ export class DeleteDimensionCommand extends $Command< DeleteDimensionCommandOutput, IoTClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -94,9 +91,7 @@ export class DeleteDimensionCommand extends $Command< * @public */ constructor(readonly input: DeleteDimensionCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -149,7 +144,4 @@ export class DeleteDimensionCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteDimensionCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-iot/src/commands/DeleteDomainConfigurationCommand.ts b/clients/client-iot/src/commands/DeleteDomainConfigurationCommand.ts index 2de12667a2e3..d45d9811389d 100644 --- a/clients/client-iot/src/commands/DeleteDomainConfigurationCommand.ts +++ b/clients/client-iot/src/commands/DeleteDomainConfigurationCommand.ts @@ -87,9 +87,6 @@ export class DeleteDomainConfigurationCommand extends $Command< DeleteDomainConfigurationCommandOutput, IoTClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -103,9 +100,7 @@ export class DeleteDomainConfigurationCommand extends $Command< * @public */ constructor(readonly input: DeleteDomainConfigurationCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -161,7 +156,4 @@ export class DeleteDomainConfigurationCommand extends $Command< ): Promise { return de_DeleteDomainConfigurationCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-iot/src/commands/DeleteDynamicThingGroupCommand.ts b/clients/client-iot/src/commands/DeleteDynamicThingGroupCommand.ts index 19db79a8dbc9..36821a3adb2f 100644 --- a/clients/client-iot/src/commands/DeleteDynamicThingGroupCommand.ts +++ b/clients/client-iot/src/commands/DeleteDynamicThingGroupCommand.ts @@ -85,9 +85,6 @@ export class DeleteDynamicThingGroupCommand extends $Command< DeleteDynamicThingGroupCommandOutput, IoTClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -101,9 +98,7 @@ export class DeleteDynamicThingGroupCommand extends $Command< * @public */ constructor(readonly input: DeleteDynamicThingGroupCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -156,7 +151,4 @@ export class DeleteDynamicThingGroupCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteDynamicThingGroupCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-iot/src/commands/DeleteFleetMetricCommand.ts b/clients/client-iot/src/commands/DeleteFleetMetricCommand.ts index 36412dfa1b8b..80cfdb4ec487 100644 --- a/clients/client-iot/src/commands/DeleteFleetMetricCommand.ts +++ b/clients/client-iot/src/commands/DeleteFleetMetricCommand.ts @@ -91,9 +91,6 @@ export class DeleteFleetMetricCommand extends $Command< DeleteFleetMetricCommandOutput, IoTClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -107,9 +104,7 @@ export class DeleteFleetMetricCommand extends $Command< * @public */ constructor(readonly input: DeleteFleetMetricCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -162,7 +157,4 @@ export class DeleteFleetMetricCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteFleetMetricCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-iot/src/commands/DeleteJobCommand.ts b/clients/client-iot/src/commands/DeleteJobCommand.ts index ea46944c125f..e3185922ceb2 100644 --- a/clients/client-iot/src/commands/DeleteJobCommand.ts +++ b/clients/client-iot/src/commands/DeleteJobCommand.ts @@ -94,9 +94,6 @@ export interface DeleteJobCommandOutput extends __MetadataBearer {} * */ export class DeleteJobCommand extends $Command { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -110,9 +107,7 @@ export class DeleteJobCommand extends $Command { return de_DeleteJobCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-iot/src/commands/DeleteJobExecutionCommand.ts b/clients/client-iot/src/commands/DeleteJobExecutionCommand.ts index a0ce14d456d2..1b52d3391914 100644 --- a/clients/client-iot/src/commands/DeleteJobExecutionCommand.ts +++ b/clients/client-iot/src/commands/DeleteJobExecutionCommand.ts @@ -90,9 +90,6 @@ export class DeleteJobExecutionCommand extends $Command< DeleteJobExecutionCommandOutput, IoTClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -106,9 +103,7 @@ export class DeleteJobExecutionCommand extends $Command< * @public */ constructor(readonly input: DeleteJobExecutionCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -161,7 +156,4 @@ export class DeleteJobExecutionCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteJobExecutionCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-iot/src/commands/DeleteJobTemplateCommand.ts b/clients/client-iot/src/commands/DeleteJobTemplateCommand.ts index 5a76eacb57bc..a721a6e845e7 100644 --- a/clients/client-iot/src/commands/DeleteJobTemplateCommand.ts +++ b/clients/client-iot/src/commands/DeleteJobTemplateCommand.ts @@ -80,9 +80,6 @@ export class DeleteJobTemplateCommand extends $Command< DeleteJobTemplateCommandOutput, IoTClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -96,9 +93,7 @@ export class DeleteJobTemplateCommand extends $Command< * @public */ constructor(readonly input: DeleteJobTemplateCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -151,7 +146,4 @@ export class DeleteJobTemplateCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteJobTemplateCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-iot/src/commands/DeleteMitigationActionCommand.ts b/clients/client-iot/src/commands/DeleteMitigationActionCommand.ts index 5810b60957da..595989e56461 100644 --- a/clients/client-iot/src/commands/DeleteMitigationActionCommand.ts +++ b/clients/client-iot/src/commands/DeleteMitigationActionCommand.ts @@ -78,9 +78,6 @@ export class DeleteMitigationActionCommand extends $Command< DeleteMitigationActionCommandOutput, IoTClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -94,9 +91,7 @@ export class DeleteMitigationActionCommand extends $Command< * @public */ constructor(readonly input: DeleteMitigationActionCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -149,7 +144,4 @@ export class DeleteMitigationActionCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteMitigationActionCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-iot/src/commands/DeleteOTAUpdateCommand.ts b/clients/client-iot/src/commands/DeleteOTAUpdateCommand.ts index 75ea8a37dfaa..4d4f329d08e5 100644 --- a/clients/client-iot/src/commands/DeleteOTAUpdateCommand.ts +++ b/clients/client-iot/src/commands/DeleteOTAUpdateCommand.ts @@ -94,9 +94,6 @@ export class DeleteOTAUpdateCommand extends $Command< DeleteOTAUpdateCommandOutput, IoTClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -110,9 +107,7 @@ export class DeleteOTAUpdateCommand extends $Command< * @public */ constructor(readonly input: DeleteOTAUpdateCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -165,7 +160,4 @@ export class DeleteOTAUpdateCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteOTAUpdateCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-iot/src/commands/DeletePackageCommand.ts b/clients/client-iot/src/commands/DeletePackageCommand.ts index 740df94de10b..38ef715c9e11 100644 --- a/clients/client-iot/src/commands/DeletePackageCommand.ts +++ b/clients/client-iot/src/commands/DeletePackageCommand.ts @@ -82,9 +82,6 @@ export class DeletePackageCommand extends $Command< DeletePackageCommandOutput, IoTClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -98,9 +95,7 @@ export class DeletePackageCommand extends $Command< * @public */ constructor(readonly input: DeletePackageCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -151,7 +146,4 @@ export class DeletePackageCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeletePackageCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-iot/src/commands/DeletePackageVersionCommand.ts b/clients/client-iot/src/commands/DeletePackageVersionCommand.ts index d278595e722a..1fc19f0084b8 100644 --- a/clients/client-iot/src/commands/DeletePackageVersionCommand.ts +++ b/clients/client-iot/src/commands/DeletePackageVersionCommand.ts @@ -82,9 +82,6 @@ export class DeletePackageVersionCommand extends $Command< DeletePackageVersionCommandOutput, IoTClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -98,9 +95,7 @@ export class DeletePackageVersionCommand extends $Command< * @public */ constructor(readonly input: DeletePackageVersionCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -153,7 +148,4 @@ export class DeletePackageVersionCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeletePackageVersionCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-iot/src/commands/DeletePolicyCommand.ts b/clients/client-iot/src/commands/DeletePolicyCommand.ts index 530ff9ba4244..df537158ea27 100644 --- a/clients/client-iot/src/commands/DeletePolicyCommand.ts +++ b/clients/client-iot/src/commands/DeletePolicyCommand.ts @@ -102,9 +102,6 @@ export class DeletePolicyCommand extends $Command< DeletePolicyCommandOutput, IoTClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -118,9 +115,7 @@ export class DeletePolicyCommand extends $Command< * @public */ constructor(readonly input: DeletePolicyCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -171,7 +166,4 @@ export class DeletePolicyCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeletePolicyCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-iot/src/commands/DeletePolicyVersionCommand.ts b/clients/client-iot/src/commands/DeletePolicyVersionCommand.ts index e7848383e17a..9344db553df4 100644 --- a/clients/client-iot/src/commands/DeletePolicyVersionCommand.ts +++ b/clients/client-iot/src/commands/DeletePolicyVersionCommand.ts @@ -94,9 +94,6 @@ export class DeletePolicyVersionCommand extends $Command< DeletePolicyVersionCommandOutput, IoTClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -110,9 +107,7 @@ export class DeletePolicyVersionCommand extends $Command< * @public */ constructor(readonly input: DeletePolicyVersionCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -165,7 +160,4 @@ export class DeletePolicyVersionCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeletePolicyVersionCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-iot/src/commands/DeleteProvisioningTemplateCommand.ts b/clients/client-iot/src/commands/DeleteProvisioningTemplateCommand.ts index a447f8671c8e..fe7d1e14c413 100644 --- a/clients/client-iot/src/commands/DeleteProvisioningTemplateCommand.ts +++ b/clients/client-iot/src/commands/DeleteProvisioningTemplateCommand.ts @@ -92,9 +92,6 @@ export class DeleteProvisioningTemplateCommand extends $Command< DeleteProvisioningTemplateCommandOutput, IoTClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -108,9 +105,7 @@ export class DeleteProvisioningTemplateCommand extends $Command< * @public */ constructor(readonly input: DeleteProvisioningTemplateCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -166,7 +161,4 @@ export class DeleteProvisioningTemplateCommand extends $Command< ): Promise { return de_DeleteProvisioningTemplateCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-iot/src/commands/DeleteProvisioningTemplateVersionCommand.ts b/clients/client-iot/src/commands/DeleteProvisioningTemplateVersionCommand.ts index 22a9f9c54058..57f6501919a0 100644 --- a/clients/client-iot/src/commands/DeleteProvisioningTemplateVersionCommand.ts +++ b/clients/client-iot/src/commands/DeleteProvisioningTemplateVersionCommand.ts @@ -101,9 +101,6 @@ export class DeleteProvisioningTemplateVersionCommand extends $Command< DeleteProvisioningTemplateVersionCommandOutput, IoTClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -117,9 +114,7 @@ export class DeleteProvisioningTemplateVersionCommand extends $Command< * @public */ constructor(readonly input: DeleteProvisioningTemplateVersionCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -178,7 +173,4 @@ export class DeleteProvisioningTemplateVersionCommand extends $Command< ): Promise { return de_DeleteProvisioningTemplateVersionCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-iot/src/commands/DeleteRegistrationCodeCommand.ts b/clients/client-iot/src/commands/DeleteRegistrationCodeCommand.ts index ffedbe53b290..b2407f987a9c 100644 --- a/clients/client-iot/src/commands/DeleteRegistrationCodeCommand.ts +++ b/clients/client-iot/src/commands/DeleteRegistrationCodeCommand.ts @@ -82,9 +82,6 @@ export class DeleteRegistrationCodeCommand extends $Command< DeleteRegistrationCodeCommandOutput, IoTClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -98,9 +95,7 @@ export class DeleteRegistrationCodeCommand extends $Command< * @public */ constructor(readonly input: DeleteRegistrationCodeCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -153,7 +148,4 @@ export class DeleteRegistrationCodeCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteRegistrationCodeCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-iot/src/commands/DeleteRoleAliasCommand.ts b/clients/client-iot/src/commands/DeleteRoleAliasCommand.ts index 760538124d18..966e8e935ea7 100644 --- a/clients/client-iot/src/commands/DeleteRoleAliasCommand.ts +++ b/clients/client-iot/src/commands/DeleteRoleAliasCommand.ts @@ -91,9 +91,6 @@ export class DeleteRoleAliasCommand extends $Command< DeleteRoleAliasCommandOutput, IoTClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -107,9 +104,7 @@ export class DeleteRoleAliasCommand extends $Command< * @public */ constructor(readonly input: DeleteRoleAliasCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -162,7 +157,4 @@ export class DeleteRoleAliasCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteRoleAliasCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-iot/src/commands/DeleteScheduledAuditCommand.ts b/clients/client-iot/src/commands/DeleteScheduledAuditCommand.ts index 8da814e74e58..a2b659519b30 100644 --- a/clients/client-iot/src/commands/DeleteScheduledAuditCommand.ts +++ b/clients/client-iot/src/commands/DeleteScheduledAuditCommand.ts @@ -81,9 +81,6 @@ export class DeleteScheduledAuditCommand extends $Command< DeleteScheduledAuditCommandOutput, IoTClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -97,9 +94,7 @@ export class DeleteScheduledAuditCommand extends $Command< * @public */ constructor(readonly input: DeleteScheduledAuditCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -152,7 +147,4 @@ export class DeleteScheduledAuditCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteScheduledAuditCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-iot/src/commands/DeleteSecurityProfileCommand.ts b/clients/client-iot/src/commands/DeleteSecurityProfileCommand.ts index b60427d79fc2..e13b064869de 100644 --- a/clients/client-iot/src/commands/DeleteSecurityProfileCommand.ts +++ b/clients/client-iot/src/commands/DeleteSecurityProfileCommand.ts @@ -84,9 +84,6 @@ export class DeleteSecurityProfileCommand extends $Command< DeleteSecurityProfileCommandOutput, IoTClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -100,9 +97,7 @@ export class DeleteSecurityProfileCommand extends $Command< * @public */ constructor(readonly input: DeleteSecurityProfileCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -155,7 +150,4 @@ export class DeleteSecurityProfileCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteSecurityProfileCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-iot/src/commands/DeleteStreamCommand.ts b/clients/client-iot/src/commands/DeleteStreamCommand.ts index 3dd28c63cb95..73c12c7378a4 100644 --- a/clients/client-iot/src/commands/DeleteStreamCommand.ts +++ b/clients/client-iot/src/commands/DeleteStreamCommand.ts @@ -91,9 +91,6 @@ export class DeleteStreamCommand extends $Command< DeleteStreamCommandOutput, IoTClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -107,9 +104,7 @@ export class DeleteStreamCommand extends $Command< * @public */ constructor(readonly input: DeleteStreamCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -160,7 +155,4 @@ export class DeleteStreamCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteStreamCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-iot/src/commands/DeleteThingCommand.ts b/clients/client-iot/src/commands/DeleteThingCommand.ts index c539526af78c..812199343012 100644 --- a/clients/client-iot/src/commands/DeleteThingCommand.ts +++ b/clients/client-iot/src/commands/DeleteThingCommand.ts @@ -94,9 +94,6 @@ export class DeleteThingCommand extends $Command< DeleteThingCommandOutput, IoTClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -110,9 +107,7 @@ export class DeleteThingCommand extends $Command< * @public */ constructor(readonly input: DeleteThingCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -163,7 +158,4 @@ export class DeleteThingCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteThingCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-iot/src/commands/DeleteThingGroupCommand.ts b/clients/client-iot/src/commands/DeleteThingGroupCommand.ts index d1c5c1e9dfc5..0e4102d94323 100644 --- a/clients/client-iot/src/commands/DeleteThingGroupCommand.ts +++ b/clients/client-iot/src/commands/DeleteThingGroupCommand.ts @@ -84,9 +84,6 @@ export class DeleteThingGroupCommand extends $Command< DeleteThingGroupCommandOutput, IoTClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -100,9 +97,7 @@ export class DeleteThingGroupCommand extends $Command< * @public */ constructor(readonly input: DeleteThingGroupCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -155,7 +150,4 @@ export class DeleteThingGroupCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteThingGroupCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-iot/src/commands/DeleteThingTypeCommand.ts b/clients/client-iot/src/commands/DeleteThingTypeCommand.ts index 0cac2fb68aa3..9c94083ad637 100644 --- a/clients/client-iot/src/commands/DeleteThingTypeCommand.ts +++ b/clients/client-iot/src/commands/DeleteThingTypeCommand.ts @@ -89,9 +89,6 @@ export class DeleteThingTypeCommand extends $Command< DeleteThingTypeCommandOutput, IoTClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -105,9 +102,7 @@ export class DeleteThingTypeCommand extends $Command< * @public */ constructor(readonly input: DeleteThingTypeCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -160,7 +155,4 @@ export class DeleteThingTypeCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteThingTypeCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-iot/src/commands/DeleteTopicRuleCommand.ts b/clients/client-iot/src/commands/DeleteTopicRuleCommand.ts index 1d7843a009c1..b9572b58897c 100644 --- a/clients/client-iot/src/commands/DeleteTopicRuleCommand.ts +++ b/clients/client-iot/src/commands/DeleteTopicRuleCommand.ts @@ -85,9 +85,6 @@ export class DeleteTopicRuleCommand extends $Command< DeleteTopicRuleCommandOutput, IoTClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -101,9 +98,7 @@ export class DeleteTopicRuleCommand extends $Command< * @public */ constructor(readonly input: DeleteTopicRuleCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -156,7 +151,4 @@ export class DeleteTopicRuleCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteTopicRuleCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-iot/src/commands/DeleteTopicRuleDestinationCommand.ts b/clients/client-iot/src/commands/DeleteTopicRuleDestinationCommand.ts index 4601deb4dd4c..8180d468ab3e 100644 --- a/clients/client-iot/src/commands/DeleteTopicRuleDestinationCommand.ts +++ b/clients/client-iot/src/commands/DeleteTopicRuleDestinationCommand.ts @@ -85,9 +85,6 @@ export class DeleteTopicRuleDestinationCommand extends $Command< DeleteTopicRuleDestinationCommandOutput, IoTClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -101,9 +98,7 @@ export class DeleteTopicRuleDestinationCommand extends $Command< * @public */ constructor(readonly input: DeleteTopicRuleDestinationCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -159,7 +154,4 @@ export class DeleteTopicRuleDestinationCommand extends $Command< ): Promise { return de_DeleteTopicRuleDestinationCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-iot/src/commands/DeleteV2LoggingLevelCommand.ts b/clients/client-iot/src/commands/DeleteV2LoggingLevelCommand.ts index 667bee50bbd8..539d4b0663e9 100644 --- a/clients/client-iot/src/commands/DeleteV2LoggingLevelCommand.ts +++ b/clients/client-iot/src/commands/DeleteV2LoggingLevelCommand.ts @@ -79,9 +79,6 @@ export class DeleteV2LoggingLevelCommand extends $Command< DeleteV2LoggingLevelCommandOutput, IoTClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -95,9 +92,7 @@ export class DeleteV2LoggingLevelCommand extends $Command< * @public */ constructor(readonly input: DeleteV2LoggingLevelCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -150,7 +145,4 @@ export class DeleteV2LoggingLevelCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteV2LoggingLevelCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-iot/src/commands/DeprecateThingTypeCommand.ts b/clients/client-iot/src/commands/DeprecateThingTypeCommand.ts index a9587ab1ff70..c4163dfdef12 100644 --- a/clients/client-iot/src/commands/DeprecateThingTypeCommand.ts +++ b/clients/client-iot/src/commands/DeprecateThingTypeCommand.ts @@ -89,9 +89,6 @@ export class DeprecateThingTypeCommand extends $Command< DeprecateThingTypeCommandOutput, IoTClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -105,9 +102,7 @@ export class DeprecateThingTypeCommand extends $Command< * @public */ constructor(readonly input: DeprecateThingTypeCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -160,7 +155,4 @@ export class DeprecateThingTypeCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeprecateThingTypeCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-iot/src/commands/DescribeAccountAuditConfigurationCommand.ts b/clients/client-iot/src/commands/DescribeAccountAuditConfigurationCommand.ts index 74ffe28dc2e3..2c4f498fec5c 100644 --- a/clients/client-iot/src/commands/DescribeAccountAuditConfigurationCommand.ts +++ b/clients/client-iot/src/commands/DescribeAccountAuditConfigurationCommand.ts @@ -97,9 +97,6 @@ export class DescribeAccountAuditConfigurationCommand extends $Command< DescribeAccountAuditConfigurationCommandOutput, IoTClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -113,9 +110,7 @@ export class DescribeAccountAuditConfigurationCommand extends $Command< * @public */ constructor(readonly input: DescribeAccountAuditConfigurationCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -174,7 +169,4 @@ export class DescribeAccountAuditConfigurationCommand extends $Command< ): Promise { return de_DescribeAccountAuditConfigurationCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-iot/src/commands/DescribeAuditFindingCommand.ts b/clients/client-iot/src/commands/DescribeAuditFindingCommand.ts index a0beac001429..47501d0d101b 100644 --- a/clients/client-iot/src/commands/DescribeAuditFindingCommand.ts +++ b/clients/client-iot/src/commands/DescribeAuditFindingCommand.ts @@ -149,9 +149,6 @@ export class DescribeAuditFindingCommand extends $Command< DescribeAuditFindingCommandOutput, IoTClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -165,9 +162,7 @@ export class DescribeAuditFindingCommand extends $Command< * @public */ constructor(readonly input: DescribeAuditFindingCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -220,7 +215,4 @@ export class DescribeAuditFindingCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DescribeAuditFindingCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-iot/src/commands/DescribeAuditMitigationActionsTaskCommand.ts b/clients/client-iot/src/commands/DescribeAuditMitigationActionsTaskCommand.ts index a375bec1e65a..43e7c2b60171 100644 --- a/clients/client-iot/src/commands/DescribeAuditMitigationActionsTaskCommand.ts +++ b/clients/client-iot/src/commands/DescribeAuditMitigationActionsTaskCommand.ts @@ -148,9 +148,6 @@ export class DescribeAuditMitigationActionsTaskCommand extends $Command< DescribeAuditMitigationActionsTaskCommandOutput, IoTClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -164,9 +161,7 @@ export class DescribeAuditMitigationActionsTaskCommand extends $Command< * @public */ constructor(readonly input: DescribeAuditMitigationActionsTaskCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -225,7 +220,4 @@ export class DescribeAuditMitigationActionsTaskCommand extends $Command< ): Promise { return de_DescribeAuditMitigationActionsTaskCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-iot/src/commands/DescribeAuditSuppressionCommand.ts b/clients/client-iot/src/commands/DescribeAuditSuppressionCommand.ts index 0d04ddc0f878..e99f48728622 100644 --- a/clients/client-iot/src/commands/DescribeAuditSuppressionCommand.ts +++ b/clients/client-iot/src/commands/DescribeAuditSuppressionCommand.ts @@ -125,9 +125,6 @@ export class DescribeAuditSuppressionCommand extends $Command< DescribeAuditSuppressionCommandOutput, IoTClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -141,9 +138,7 @@ export class DescribeAuditSuppressionCommand extends $Command< * @public */ constructor(readonly input: DescribeAuditSuppressionCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -196,7 +191,4 @@ export class DescribeAuditSuppressionCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DescribeAuditSuppressionCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-iot/src/commands/DescribeAuditTaskCommand.ts b/clients/client-iot/src/commands/DescribeAuditTaskCommand.ts index f22fc63cab58..bf57b361410e 100644 --- a/clients/client-iot/src/commands/DescribeAuditTaskCommand.ts +++ b/clients/client-iot/src/commands/DescribeAuditTaskCommand.ts @@ -106,9 +106,6 @@ export class DescribeAuditTaskCommand extends $Command< DescribeAuditTaskCommandOutput, IoTClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -122,9 +119,7 @@ export class DescribeAuditTaskCommand extends $Command< * @public */ constructor(readonly input: DescribeAuditTaskCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -177,7 +172,4 @@ export class DescribeAuditTaskCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DescribeAuditTaskCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-iot/src/commands/DescribeAuthorizerCommand.ts b/clients/client-iot/src/commands/DescribeAuthorizerCommand.ts index fcb1a6467b11..07c140f81480 100644 --- a/clients/client-iot/src/commands/DescribeAuthorizerCommand.ts +++ b/clients/client-iot/src/commands/DescribeAuthorizerCommand.ts @@ -102,9 +102,6 @@ export class DescribeAuthorizerCommand extends $Command< DescribeAuthorizerCommandOutput, IoTClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -118,9 +115,7 @@ export class DescribeAuthorizerCommand extends $Command< * @public */ constructor(readonly input: DescribeAuthorizerCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -173,7 +168,4 @@ export class DescribeAuthorizerCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DescribeAuthorizerCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-iot/src/commands/DescribeBillingGroupCommand.ts b/clients/client-iot/src/commands/DescribeBillingGroupCommand.ts index b2cc79b7a42b..df17d01bafcd 100644 --- a/clients/client-iot/src/commands/DescribeBillingGroupCommand.ts +++ b/clients/client-iot/src/commands/DescribeBillingGroupCommand.ts @@ -92,9 +92,6 @@ export class DescribeBillingGroupCommand extends $Command< DescribeBillingGroupCommandOutput, IoTClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -108,9 +105,7 @@ export class DescribeBillingGroupCommand extends $Command< * @public */ constructor(readonly input: DescribeBillingGroupCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -163,7 +158,4 @@ export class DescribeBillingGroupCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DescribeBillingGroupCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-iot/src/commands/DescribeCACertificateCommand.ts b/clients/client-iot/src/commands/DescribeCACertificateCommand.ts index 9ad109212fb8..aef7726bbb75 100644 --- a/clients/client-iot/src/commands/DescribeCACertificateCommand.ts +++ b/clients/client-iot/src/commands/DescribeCACertificateCommand.ts @@ -110,9 +110,6 @@ export class DescribeCACertificateCommand extends $Command< DescribeCACertificateCommandOutput, IoTClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -126,9 +123,7 @@ export class DescribeCACertificateCommand extends $Command< * @public */ constructor(readonly input: DescribeCACertificateCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -181,7 +176,4 @@ export class DescribeCACertificateCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DescribeCACertificateCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-iot/src/commands/DescribeCertificateCommand.ts b/clients/client-iot/src/commands/DescribeCertificateCommand.ts index c054f42ba5bb..41427747616b 100644 --- a/clients/client-iot/src/commands/DescribeCertificateCommand.ts +++ b/clients/client-iot/src/commands/DescribeCertificateCommand.ts @@ -113,9 +113,6 @@ export class DescribeCertificateCommand extends $Command< DescribeCertificateCommandOutput, IoTClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -129,9 +126,7 @@ export class DescribeCertificateCommand extends $Command< * @public */ constructor(readonly input: DescribeCertificateCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -184,7 +179,4 @@ export class DescribeCertificateCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DescribeCertificateCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-iot/src/commands/DescribeCustomMetricCommand.ts b/clients/client-iot/src/commands/DescribeCustomMetricCommand.ts index 93ec0a757857..29a958fd5172 100644 --- a/clients/client-iot/src/commands/DescribeCustomMetricCommand.ts +++ b/clients/client-iot/src/commands/DescribeCustomMetricCommand.ts @@ -90,9 +90,6 @@ export class DescribeCustomMetricCommand extends $Command< DescribeCustomMetricCommandOutput, IoTClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -106,9 +103,7 @@ export class DescribeCustomMetricCommand extends $Command< * @public */ constructor(readonly input: DescribeCustomMetricCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -161,7 +156,4 @@ export class DescribeCustomMetricCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DescribeCustomMetricCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-iot/src/commands/DescribeDefaultAuthorizerCommand.ts b/clients/client-iot/src/commands/DescribeDefaultAuthorizerCommand.ts index 386d94008a90..3ab6f34dc101 100644 --- a/clients/client-iot/src/commands/DescribeDefaultAuthorizerCommand.ts +++ b/clients/client-iot/src/commands/DescribeDefaultAuthorizerCommand.ts @@ -100,9 +100,6 @@ export class DescribeDefaultAuthorizerCommand extends $Command< DescribeDefaultAuthorizerCommandOutput, IoTClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -116,9 +113,7 @@ export class DescribeDefaultAuthorizerCommand extends $Command< * @public */ constructor(readonly input: DescribeDefaultAuthorizerCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -174,7 +169,4 @@ export class DescribeDefaultAuthorizerCommand extends $Command< ): Promise { return de_DescribeDefaultAuthorizerCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-iot/src/commands/DescribeDetectMitigationActionsTaskCommand.ts b/clients/client-iot/src/commands/DescribeDetectMitigationActionsTaskCommand.ts index 6df78644ffa4..4585ec7128b6 100644 --- a/clients/client-iot/src/commands/DescribeDetectMitigationActionsTaskCommand.ts +++ b/clients/client-iot/src/commands/DescribeDetectMitigationActionsTaskCommand.ts @@ -147,9 +147,6 @@ export class DescribeDetectMitigationActionsTaskCommand extends $Command< DescribeDetectMitigationActionsTaskCommandOutput, IoTClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -163,9 +160,7 @@ export class DescribeDetectMitigationActionsTaskCommand extends $Command< * @public */ constructor(readonly input: DescribeDetectMitigationActionsTaskCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -224,7 +219,4 @@ export class DescribeDetectMitigationActionsTaskCommand extends $Command< ): Promise { return de_DescribeDetectMitigationActionsTaskCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-iot/src/commands/DescribeDimensionCommand.ts b/clients/client-iot/src/commands/DescribeDimensionCommand.ts index 957fa53c7ccf..d828797bc525 100644 --- a/clients/client-iot/src/commands/DescribeDimensionCommand.ts +++ b/clients/client-iot/src/commands/DescribeDimensionCommand.ts @@ -90,9 +90,6 @@ export class DescribeDimensionCommand extends $Command< DescribeDimensionCommandOutput, IoTClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -106,9 +103,7 @@ export class DescribeDimensionCommand extends $Command< * @public */ constructor(readonly input: DescribeDimensionCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -161,7 +156,4 @@ export class DescribeDimensionCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DescribeDimensionCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-iot/src/commands/DescribeDomainConfigurationCommand.ts b/clients/client-iot/src/commands/DescribeDomainConfigurationCommand.ts index 2158b5323581..31dcd1107f81 100644 --- a/clients/client-iot/src/commands/DescribeDomainConfigurationCommand.ts +++ b/clients/client-iot/src/commands/DescribeDomainConfigurationCommand.ts @@ -114,9 +114,6 @@ export class DescribeDomainConfigurationCommand extends $Command< DescribeDomainConfigurationCommandOutput, IoTClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -130,9 +127,7 @@ export class DescribeDomainConfigurationCommand extends $Command< * @public */ constructor(readonly input: DescribeDomainConfigurationCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -188,7 +183,4 @@ export class DescribeDomainConfigurationCommand extends $Command< ): Promise { return de_DescribeDomainConfigurationCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-iot/src/commands/DescribeEndpointCommand.ts b/clients/client-iot/src/commands/DescribeEndpointCommand.ts index b9c7a737a01d..e3046c5e51ae 100644 --- a/clients/client-iot/src/commands/DescribeEndpointCommand.ts +++ b/clients/client-iot/src/commands/DescribeEndpointCommand.ts @@ -83,9 +83,6 @@ export class DescribeEndpointCommand extends $Command< DescribeEndpointCommandOutput, IoTClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -99,9 +96,7 @@ export class DescribeEndpointCommand extends $Command< * @public */ constructor(readonly input: DescribeEndpointCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -154,7 +149,4 @@ export class DescribeEndpointCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DescribeEndpointCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-iot/src/commands/DescribeEventConfigurationsCommand.ts b/clients/client-iot/src/commands/DescribeEventConfigurationsCommand.ts index 98c2351c8ad0..b907cc10d3c5 100644 --- a/clients/client-iot/src/commands/DescribeEventConfigurationsCommand.ts +++ b/clients/client-iot/src/commands/DescribeEventConfigurationsCommand.ts @@ -86,9 +86,6 @@ export class DescribeEventConfigurationsCommand extends $Command< DescribeEventConfigurationsCommandOutput, IoTClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -102,9 +99,7 @@ export class DescribeEventConfigurationsCommand extends $Command< * @public */ constructor(readonly input: DescribeEventConfigurationsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -160,7 +155,4 @@ export class DescribeEventConfigurationsCommand extends $Command< ): Promise { return de_DescribeEventConfigurationsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-iot/src/commands/DescribeFleetMetricCommand.ts b/clients/client-iot/src/commands/DescribeFleetMetricCommand.ts index f301739a161e..304194e62032 100644 --- a/clients/client-iot/src/commands/DescribeFleetMetricCommand.ts +++ b/clients/client-iot/src/commands/DescribeFleetMetricCommand.ts @@ -106,9 +106,6 @@ export class DescribeFleetMetricCommand extends $Command< DescribeFleetMetricCommandOutput, IoTClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -122,9 +119,7 @@ export class DescribeFleetMetricCommand extends $Command< * @public */ constructor(readonly input: DescribeFleetMetricCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -177,7 +172,4 @@ export class DescribeFleetMetricCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DescribeFleetMetricCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-iot/src/commands/DescribeIndexCommand.ts b/clients/client-iot/src/commands/DescribeIndexCommand.ts index 6ed8bd1c7182..e82bbdf06478 100644 --- a/clients/client-iot/src/commands/DescribeIndexCommand.ts +++ b/clients/client-iot/src/commands/DescribeIndexCommand.ts @@ -91,9 +91,6 @@ export class DescribeIndexCommand extends $Command< DescribeIndexCommandOutput, IoTClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -107,9 +104,7 @@ export class DescribeIndexCommand extends $Command< * @public */ constructor(readonly input: DescribeIndexCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -160,7 +155,4 @@ export class DescribeIndexCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DescribeIndexCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-iot/src/commands/DescribeJobCommand.ts b/clients/client-iot/src/commands/DescribeJobCommand.ts index 600a5c274b03..f6bda23fcbd3 100644 --- a/clients/client-iot/src/commands/DescribeJobCommand.ts +++ b/clients/client-iot/src/commands/DescribeJobCommand.ts @@ -173,9 +173,6 @@ export class DescribeJobCommand extends $Command< DescribeJobCommandOutput, IoTClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -189,9 +186,7 @@ export class DescribeJobCommand extends $Command< * @public */ constructor(readonly input: DescribeJobCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -242,7 +237,4 @@ export class DescribeJobCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DescribeJobCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-iot/src/commands/DescribeJobExecutionCommand.ts b/clients/client-iot/src/commands/DescribeJobExecutionCommand.ts index e611e2efc696..ecd716c01943 100644 --- a/clients/client-iot/src/commands/DescribeJobExecutionCommand.ts +++ b/clients/client-iot/src/commands/DescribeJobExecutionCommand.ts @@ -101,9 +101,6 @@ export class DescribeJobExecutionCommand extends $Command< DescribeJobExecutionCommandOutput, IoTClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -117,9 +114,7 @@ export class DescribeJobExecutionCommand extends $Command< * @public */ constructor(readonly input: DescribeJobExecutionCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -172,7 +167,4 @@ export class DescribeJobExecutionCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DescribeJobExecutionCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-iot/src/commands/DescribeJobTemplateCommand.ts b/clients/client-iot/src/commands/DescribeJobTemplateCommand.ts index 7bc2ebe04b5a..515ea152f364 100644 --- a/clients/client-iot/src/commands/DescribeJobTemplateCommand.ts +++ b/clients/client-iot/src/commands/DescribeJobTemplateCommand.ts @@ -132,9 +132,6 @@ export class DescribeJobTemplateCommand extends $Command< DescribeJobTemplateCommandOutput, IoTClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -148,9 +145,7 @@ export class DescribeJobTemplateCommand extends $Command< * @public */ constructor(readonly input: DescribeJobTemplateCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -203,7 +198,4 @@ export class DescribeJobTemplateCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DescribeJobTemplateCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-iot/src/commands/DescribeManagedJobTemplateCommand.ts b/clients/client-iot/src/commands/DescribeManagedJobTemplateCommand.ts index 6ec1d45d8cc6..48b2d37360c5 100644 --- a/clients/client-iot/src/commands/DescribeManagedJobTemplateCommand.ts +++ b/clients/client-iot/src/commands/DescribeManagedJobTemplateCommand.ts @@ -100,9 +100,6 @@ export class DescribeManagedJobTemplateCommand extends $Command< DescribeManagedJobTemplateCommandOutput, IoTClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -116,9 +113,7 @@ export class DescribeManagedJobTemplateCommand extends $Command< * @public */ constructor(readonly input: DescribeManagedJobTemplateCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -174,7 +169,4 @@ export class DescribeManagedJobTemplateCommand extends $Command< ): Promise { return de_DescribeManagedJobTemplateCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-iot/src/commands/DescribeMitigationActionCommand.ts b/clients/client-iot/src/commands/DescribeMitigationActionCommand.ts index 2fd8fe337016..9ab0d10ae201 100644 --- a/clients/client-iot/src/commands/DescribeMitigationActionCommand.ts +++ b/clients/client-iot/src/commands/DescribeMitigationActionCommand.ts @@ -113,9 +113,6 @@ export class DescribeMitigationActionCommand extends $Command< DescribeMitigationActionCommandOutput, IoTClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -129,9 +126,7 @@ export class DescribeMitigationActionCommand extends $Command< * @public */ constructor(readonly input: DescribeMitigationActionCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -184,7 +179,4 @@ export class DescribeMitigationActionCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DescribeMitigationActionCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-iot/src/commands/DescribeProvisioningTemplateCommand.ts b/clients/client-iot/src/commands/DescribeProvisioningTemplateCommand.ts index 105110f64467..38f0bed04a0a 100644 --- a/clients/client-iot/src/commands/DescribeProvisioningTemplateCommand.ts +++ b/clients/client-iot/src/commands/DescribeProvisioningTemplateCommand.ts @@ -104,9 +104,6 @@ export class DescribeProvisioningTemplateCommand extends $Command< DescribeProvisioningTemplateCommandOutput, IoTClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -120,9 +117,7 @@ export class DescribeProvisioningTemplateCommand extends $Command< * @public */ constructor(readonly input: DescribeProvisioningTemplateCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -178,7 +173,4 @@ export class DescribeProvisioningTemplateCommand extends $Command< ): Promise { return de_DescribeProvisioningTemplateCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-iot/src/commands/DescribeProvisioningTemplateVersionCommand.ts b/clients/client-iot/src/commands/DescribeProvisioningTemplateVersionCommand.ts index f1325e6866e2..3fde83f933a4 100644 --- a/clients/client-iot/src/commands/DescribeProvisioningTemplateVersionCommand.ts +++ b/clients/client-iot/src/commands/DescribeProvisioningTemplateVersionCommand.ts @@ -98,9 +98,6 @@ export class DescribeProvisioningTemplateVersionCommand extends $Command< DescribeProvisioningTemplateVersionCommandOutput, IoTClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -114,9 +111,7 @@ export class DescribeProvisioningTemplateVersionCommand extends $Command< * @public */ constructor(readonly input: DescribeProvisioningTemplateVersionCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -175,7 +170,4 @@ export class DescribeProvisioningTemplateVersionCommand extends $Command< ): Promise { return de_DescribeProvisioningTemplateVersionCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-iot/src/commands/DescribeRoleAliasCommand.ts b/clients/client-iot/src/commands/DescribeRoleAliasCommand.ts index c58370bf973b..dfb61b6203d4 100644 --- a/clients/client-iot/src/commands/DescribeRoleAliasCommand.ts +++ b/clients/client-iot/src/commands/DescribeRoleAliasCommand.ts @@ -97,9 +97,6 @@ export class DescribeRoleAliasCommand extends $Command< DescribeRoleAliasCommandOutput, IoTClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -113,9 +110,7 @@ export class DescribeRoleAliasCommand extends $Command< * @public */ constructor(readonly input: DescribeRoleAliasCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -168,7 +163,4 @@ export class DescribeRoleAliasCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DescribeRoleAliasCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-iot/src/commands/DescribeScheduledAuditCommand.ts b/clients/client-iot/src/commands/DescribeScheduledAuditCommand.ts index fcc397001867..b631860b26d7 100644 --- a/clients/client-iot/src/commands/DescribeScheduledAuditCommand.ts +++ b/clients/client-iot/src/commands/DescribeScheduledAuditCommand.ts @@ -90,9 +90,6 @@ export class DescribeScheduledAuditCommand extends $Command< DescribeScheduledAuditCommandOutput, IoTClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -106,9 +103,7 @@ export class DescribeScheduledAuditCommand extends $Command< * @public */ constructor(readonly input: DescribeScheduledAuditCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -161,7 +156,4 @@ export class DescribeScheduledAuditCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DescribeScheduledAuditCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-iot/src/commands/DescribeSecurityProfileCommand.ts b/clients/client-iot/src/commands/DescribeSecurityProfileCommand.ts index e3bd1b0fafef..40f521f3642d 100644 --- a/clients/client-iot/src/commands/DescribeSecurityProfileCommand.ts +++ b/clients/client-iot/src/commands/DescribeSecurityProfileCommand.ts @@ -145,9 +145,6 @@ export class DescribeSecurityProfileCommand extends $Command< DescribeSecurityProfileCommandOutput, IoTClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -161,9 +158,7 @@ export class DescribeSecurityProfileCommand extends $Command< * @public */ constructor(readonly input: DescribeSecurityProfileCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -216,7 +211,4 @@ export class DescribeSecurityProfileCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DescribeSecurityProfileCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-iot/src/commands/DescribeStreamCommand.ts b/clients/client-iot/src/commands/DescribeStreamCommand.ts index b5b2fb154d49..c14dc69851f0 100644 --- a/clients/client-iot/src/commands/DescribeStreamCommand.ts +++ b/clients/client-iot/src/commands/DescribeStreamCommand.ts @@ -107,9 +107,6 @@ export class DescribeStreamCommand extends $Command< DescribeStreamCommandOutput, IoTClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -123,9 +120,7 @@ export class DescribeStreamCommand extends $Command< * @public */ constructor(readonly input: DescribeStreamCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -178,7 +173,4 @@ export class DescribeStreamCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DescribeStreamCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-iot/src/commands/DescribeThingCommand.ts b/clients/client-iot/src/commands/DescribeThingCommand.ts index 61ebed13579f..f6b0521d5599 100644 --- a/clients/client-iot/src/commands/DescribeThingCommand.ts +++ b/clients/client-iot/src/commands/DescribeThingCommand.ts @@ -98,9 +98,6 @@ export class DescribeThingCommand extends $Command< DescribeThingCommandOutput, IoTClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -114,9 +111,7 @@ export class DescribeThingCommand extends $Command< * @public */ constructor(readonly input: DescribeThingCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -167,7 +162,4 @@ export class DescribeThingCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DescribeThingCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-iot/src/commands/DescribeThingGroupCommand.ts b/clients/client-iot/src/commands/DescribeThingGroupCommand.ts index 4621503efe8f..819edf32d9c5 100644 --- a/clients/client-iot/src/commands/DescribeThingGroupCommand.ts +++ b/clients/client-iot/src/commands/DescribeThingGroupCommand.ts @@ -109,9 +109,6 @@ export class DescribeThingGroupCommand extends $Command< DescribeThingGroupCommandOutput, IoTClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -125,9 +122,7 @@ export class DescribeThingGroupCommand extends $Command< * @public */ constructor(readonly input: DescribeThingGroupCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -180,7 +175,4 @@ export class DescribeThingGroupCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DescribeThingGroupCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-iot/src/commands/DescribeThingRegistrationTaskCommand.ts b/clients/client-iot/src/commands/DescribeThingRegistrationTaskCommand.ts index fea39f93ee38..2f78530e3f1c 100644 --- a/clients/client-iot/src/commands/DescribeThingRegistrationTaskCommand.ts +++ b/clients/client-iot/src/commands/DescribeThingRegistrationTaskCommand.ts @@ -102,9 +102,6 @@ export class DescribeThingRegistrationTaskCommand extends $Command< DescribeThingRegistrationTaskCommandOutput, IoTClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -118,9 +115,7 @@ export class DescribeThingRegistrationTaskCommand extends $Command< * @public */ constructor(readonly input: DescribeThingRegistrationTaskCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -176,7 +171,4 @@ export class DescribeThingRegistrationTaskCommand extends $Command< ): Promise { return de_DescribeThingRegistrationTaskCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-iot/src/commands/DescribeThingTypeCommand.ts b/clients/client-iot/src/commands/DescribeThingTypeCommand.ts index 2cb015610ff7..32599683a986 100644 --- a/clients/client-iot/src/commands/DescribeThingTypeCommand.ts +++ b/clients/client-iot/src/commands/DescribeThingTypeCommand.ts @@ -102,9 +102,6 @@ export class DescribeThingTypeCommand extends $Command< DescribeThingTypeCommandOutput, IoTClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -118,9 +115,7 @@ export class DescribeThingTypeCommand extends $Command< * @public */ constructor(readonly input: DescribeThingTypeCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -173,7 +168,4 @@ export class DescribeThingTypeCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DescribeThingTypeCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-iot/src/commands/DetachPolicyCommand.ts b/clients/client-iot/src/commands/DetachPolicyCommand.ts index 4f5019ca47c6..a6b37525c66a 100644 --- a/clients/client-iot/src/commands/DetachPolicyCommand.ts +++ b/clients/client-iot/src/commands/DetachPolicyCommand.ts @@ -92,9 +92,6 @@ export class DetachPolicyCommand extends $Command< DetachPolicyCommandOutput, IoTClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -108,9 +105,7 @@ export class DetachPolicyCommand extends $Command< * @public */ constructor(readonly input: DetachPolicyCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -161,7 +156,4 @@ export class DetachPolicyCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DetachPolicyCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-iot/src/commands/DetachPrincipalPolicyCommand.ts b/clients/client-iot/src/commands/DetachPrincipalPolicyCommand.ts index 577e2030739b..23b75ea7fd02 100644 --- a/clients/client-iot/src/commands/DetachPrincipalPolicyCommand.ts +++ b/clients/client-iot/src/commands/DetachPrincipalPolicyCommand.ts @@ -93,9 +93,6 @@ export class DetachPrincipalPolicyCommand extends $Command< DetachPrincipalPolicyCommandOutput, IoTClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -109,9 +106,7 @@ export class DetachPrincipalPolicyCommand extends $Command< * @public */ constructor(readonly input: DetachPrincipalPolicyCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -164,7 +159,4 @@ export class DetachPrincipalPolicyCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DetachPrincipalPolicyCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-iot/src/commands/DetachSecurityProfileCommand.ts b/clients/client-iot/src/commands/DetachSecurityProfileCommand.ts index ffdc8eaa3883..f32290964e79 100644 --- a/clients/client-iot/src/commands/DetachSecurityProfileCommand.ts +++ b/clients/client-iot/src/commands/DetachSecurityProfileCommand.ts @@ -82,9 +82,6 @@ export class DetachSecurityProfileCommand extends $Command< DetachSecurityProfileCommandOutput, IoTClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -98,9 +95,7 @@ export class DetachSecurityProfileCommand extends $Command< * @public */ constructor(readonly input: DetachSecurityProfileCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -153,7 +148,4 @@ export class DetachSecurityProfileCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DetachSecurityProfileCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-iot/src/commands/DetachThingPrincipalCommand.ts b/clients/client-iot/src/commands/DetachThingPrincipalCommand.ts index faa3752ae71b..04d36b96827d 100644 --- a/clients/client-iot/src/commands/DetachThingPrincipalCommand.ts +++ b/clients/client-iot/src/commands/DetachThingPrincipalCommand.ts @@ -94,9 +94,6 @@ export class DetachThingPrincipalCommand extends $Command< DetachThingPrincipalCommandOutput, IoTClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -110,9 +107,7 @@ export class DetachThingPrincipalCommand extends $Command< * @public */ constructor(readonly input: DetachThingPrincipalCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -165,7 +160,4 @@ export class DetachThingPrincipalCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DetachThingPrincipalCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-iot/src/commands/DisableTopicRuleCommand.ts b/clients/client-iot/src/commands/DisableTopicRuleCommand.ts index afa45059bb50..ae2309301a35 100644 --- a/clients/client-iot/src/commands/DisableTopicRuleCommand.ts +++ b/clients/client-iot/src/commands/DisableTopicRuleCommand.ts @@ -85,9 +85,6 @@ export class DisableTopicRuleCommand extends $Command< DisableTopicRuleCommandOutput, IoTClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -101,9 +98,7 @@ export class DisableTopicRuleCommand extends $Command< * @public */ constructor(readonly input: DisableTopicRuleCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -156,7 +151,4 @@ export class DisableTopicRuleCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DisableTopicRuleCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-iot/src/commands/EnableTopicRuleCommand.ts b/clients/client-iot/src/commands/EnableTopicRuleCommand.ts index b24a1f5b4c65..3e80c2fe845f 100644 --- a/clients/client-iot/src/commands/EnableTopicRuleCommand.ts +++ b/clients/client-iot/src/commands/EnableTopicRuleCommand.ts @@ -85,9 +85,6 @@ export class EnableTopicRuleCommand extends $Command< EnableTopicRuleCommandOutput, IoTClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -101,9 +98,7 @@ export class EnableTopicRuleCommand extends $Command< * @public */ constructor(readonly input: EnableTopicRuleCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -156,7 +151,4 @@ export class EnableTopicRuleCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_EnableTopicRuleCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-iot/src/commands/GetBehaviorModelTrainingSummariesCommand.ts b/clients/client-iot/src/commands/GetBehaviorModelTrainingSummariesCommand.ts index 0abc8801b0e4..0b6e9e5fef30 100644 --- a/clients/client-iot/src/commands/GetBehaviorModelTrainingSummariesCommand.ts +++ b/clients/client-iot/src/commands/GetBehaviorModelTrainingSummariesCommand.ts @@ -105,9 +105,6 @@ export class GetBehaviorModelTrainingSummariesCommand extends $Command< GetBehaviorModelTrainingSummariesCommandOutput, IoTClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -121,9 +118,7 @@ export class GetBehaviorModelTrainingSummariesCommand extends $Command< * @public */ constructor(readonly input: GetBehaviorModelTrainingSummariesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -182,7 +177,4 @@ export class GetBehaviorModelTrainingSummariesCommand extends $Command< ): Promise { return de_GetBehaviorModelTrainingSummariesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-iot/src/commands/GetBucketsAggregationCommand.ts b/clients/client-iot/src/commands/GetBucketsAggregationCommand.ts index 139d1cc0968f..ab3305ae371b 100644 --- a/clients/client-iot/src/commands/GetBucketsAggregationCommand.ts +++ b/clients/client-iot/src/commands/GetBucketsAggregationCommand.ts @@ -112,9 +112,6 @@ export class GetBucketsAggregationCommand extends $Command< GetBucketsAggregationCommandOutput, IoTClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -128,9 +125,7 @@ export class GetBucketsAggregationCommand extends $Command< * @public */ constructor(readonly input: GetBucketsAggregationCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -183,7 +178,4 @@ export class GetBucketsAggregationCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetBucketsAggregationCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-iot/src/commands/GetCardinalityCommand.ts b/clients/client-iot/src/commands/GetCardinalityCommand.ts index 6488ce4855f0..d079d558c9dd 100644 --- a/clients/client-iot/src/commands/GetCardinalityCommand.ts +++ b/clients/client-iot/src/commands/GetCardinalityCommand.ts @@ -101,9 +101,6 @@ export class GetCardinalityCommand extends $Command< GetCardinalityCommandOutput, IoTClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -117,9 +114,7 @@ export class GetCardinalityCommand extends $Command< * @public */ constructor(readonly input: GetCardinalityCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -172,7 +167,4 @@ export class GetCardinalityCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetCardinalityCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-iot/src/commands/GetEffectivePoliciesCommand.ts b/clients/client-iot/src/commands/GetEffectivePoliciesCommand.ts index ab0df969061b..9020dff69511 100644 --- a/clients/client-iot/src/commands/GetEffectivePoliciesCommand.ts +++ b/clients/client-iot/src/commands/GetEffectivePoliciesCommand.ts @@ -101,9 +101,6 @@ export class GetEffectivePoliciesCommand extends $Command< GetEffectivePoliciesCommandOutput, IoTClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -117,9 +114,7 @@ export class GetEffectivePoliciesCommand extends $Command< * @public */ constructor(readonly input: GetEffectivePoliciesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -172,7 +167,4 @@ export class GetEffectivePoliciesCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetEffectivePoliciesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-iot/src/commands/GetIndexingConfigurationCommand.ts b/clients/client-iot/src/commands/GetIndexingConfigurationCommand.ts index 640079edf26c..1a6eed4e761f 100644 --- a/clients/client-iot/src/commands/GetIndexingConfigurationCommand.ts +++ b/clients/client-iot/src/commands/GetIndexingConfigurationCommand.ts @@ -121,9 +121,6 @@ export class GetIndexingConfigurationCommand extends $Command< GetIndexingConfigurationCommandOutput, IoTClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -137,9 +134,7 @@ export class GetIndexingConfigurationCommand extends $Command< * @public */ constructor(readonly input: GetIndexingConfigurationCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -192,7 +187,4 @@ export class GetIndexingConfigurationCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetIndexingConfigurationCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-iot/src/commands/GetJobDocumentCommand.ts b/clients/client-iot/src/commands/GetJobDocumentCommand.ts index 7ae441507e82..4772589c1202 100644 --- a/clients/client-iot/src/commands/GetJobDocumentCommand.ts +++ b/clients/client-iot/src/commands/GetJobDocumentCommand.ts @@ -83,9 +83,6 @@ export class GetJobDocumentCommand extends $Command< GetJobDocumentCommandOutput, IoTClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -99,9 +96,7 @@ export class GetJobDocumentCommand extends $Command< * @public */ constructor(readonly input: GetJobDocumentCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -154,7 +149,4 @@ export class GetJobDocumentCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetJobDocumentCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-iot/src/commands/GetLoggingOptionsCommand.ts b/clients/client-iot/src/commands/GetLoggingOptionsCommand.ts index 281f771ff921..8e90ea94a009 100644 --- a/clients/client-iot/src/commands/GetLoggingOptionsCommand.ts +++ b/clients/client-iot/src/commands/GetLoggingOptionsCommand.ts @@ -81,9 +81,6 @@ export class GetLoggingOptionsCommand extends $Command< GetLoggingOptionsCommandOutput, IoTClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -97,9 +94,7 @@ export class GetLoggingOptionsCommand extends $Command< * @public */ constructor(readonly input: GetLoggingOptionsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -152,7 +147,4 @@ export class GetLoggingOptionsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetLoggingOptionsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-iot/src/commands/GetOTAUpdateCommand.ts b/clients/client-iot/src/commands/GetOTAUpdateCommand.ts index f8cdb7ddbaec..ac4159e0151a 100644 --- a/clients/client-iot/src/commands/GetOTAUpdateCommand.ts +++ b/clients/client-iot/src/commands/GetOTAUpdateCommand.ts @@ -175,9 +175,6 @@ export class GetOTAUpdateCommand extends $Command< GetOTAUpdateCommandOutput, IoTClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -191,9 +188,7 @@ export class GetOTAUpdateCommand extends $Command< * @public */ constructor(readonly input: GetOTAUpdateCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -244,7 +239,4 @@ export class GetOTAUpdateCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetOTAUpdateCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-iot/src/commands/GetPackageCommand.ts b/clients/client-iot/src/commands/GetPackageCommand.ts index a6dfd89a127a..54442dbd40ac 100644 --- a/clients/client-iot/src/commands/GetPackageCommand.ts +++ b/clients/client-iot/src/commands/GetPackageCommand.ts @@ -89,9 +89,6 @@ export class GetPackageCommand extends $Command< GetPackageCommandOutput, IoTClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -105,9 +102,7 @@ export class GetPackageCommand extends $Command< * @public */ constructor(readonly input: GetPackageCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -158,7 +153,4 @@ export class GetPackageCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetPackageCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-iot/src/commands/GetPackageConfigurationCommand.ts b/clients/client-iot/src/commands/GetPackageConfigurationCommand.ts index f011a77fa379..057a40af6031 100644 --- a/clients/client-iot/src/commands/GetPackageConfigurationCommand.ts +++ b/clients/client-iot/src/commands/GetPackageConfigurationCommand.ts @@ -79,9 +79,6 @@ export class GetPackageConfigurationCommand extends $Command< GetPackageConfigurationCommandOutput, IoTClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -95,9 +92,7 @@ export class GetPackageConfigurationCommand extends $Command< * @public */ constructor(readonly input: GetPackageConfigurationCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -150,7 +145,4 @@ export class GetPackageConfigurationCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetPackageConfigurationCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-iot/src/commands/GetPackageVersionCommand.ts b/clients/client-iot/src/commands/GetPackageVersionCommand.ts index 9d0b7bae8445..4ec5353da483 100644 --- a/clients/client-iot/src/commands/GetPackageVersionCommand.ts +++ b/clients/client-iot/src/commands/GetPackageVersionCommand.ts @@ -99,9 +99,6 @@ export class GetPackageVersionCommand extends $Command< GetPackageVersionCommandOutput, IoTClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -115,9 +112,7 @@ export class GetPackageVersionCommand extends $Command< * @public */ constructor(readonly input: GetPackageVersionCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -170,7 +165,4 @@ export class GetPackageVersionCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetPackageVersionCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-iot/src/commands/GetPercentilesCommand.ts b/clients/client-iot/src/commands/GetPercentilesCommand.ts index 752398f006c2..a94e8cfeab2a 100644 --- a/clients/client-iot/src/commands/GetPercentilesCommand.ts +++ b/clients/client-iot/src/commands/GetPercentilesCommand.ts @@ -117,9 +117,6 @@ export class GetPercentilesCommand extends $Command< GetPercentilesCommandOutput, IoTClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -133,9 +130,7 @@ export class GetPercentilesCommand extends $Command< * @public */ constructor(readonly input: GetPercentilesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -188,7 +183,4 @@ export class GetPercentilesCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetPercentilesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-iot/src/commands/GetPolicyCommand.ts b/clients/client-iot/src/commands/GetPolicyCommand.ts index 4e217403dc85..da00824d75cd 100644 --- a/clients/client-iot/src/commands/GetPolicyCommand.ts +++ b/clients/client-iot/src/commands/GetPolicyCommand.ts @@ -92,9 +92,6 @@ export interface GetPolicyCommandOutput extends GetPolicyResponse, __MetadataBea * */ export class GetPolicyCommand extends $Command { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -108,9 +105,7 @@ export class GetPolicyCommand extends $Command { return de_GetPolicyCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-iot/src/commands/GetPolicyVersionCommand.ts b/clients/client-iot/src/commands/GetPolicyVersionCommand.ts index 422d72e1b525..23fd7e0a2f34 100644 --- a/clients/client-iot/src/commands/GetPolicyVersionCommand.ts +++ b/clients/client-iot/src/commands/GetPolicyVersionCommand.ts @@ -97,9 +97,6 @@ export class GetPolicyVersionCommand extends $Command< GetPolicyVersionCommandOutput, IoTClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -113,9 +110,7 @@ export class GetPolicyVersionCommand extends $Command< * @public */ constructor(readonly input: GetPolicyVersionCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -168,7 +163,4 @@ export class GetPolicyVersionCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetPolicyVersionCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-iot/src/commands/GetRegistrationCodeCommand.ts b/clients/client-iot/src/commands/GetRegistrationCodeCommand.ts index 67343e668da0..118b35e9ab89 100644 --- a/clients/client-iot/src/commands/GetRegistrationCodeCommand.ts +++ b/clients/client-iot/src/commands/GetRegistrationCodeCommand.ts @@ -84,9 +84,6 @@ export class GetRegistrationCodeCommand extends $Command< GetRegistrationCodeCommandOutput, IoTClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -100,9 +97,7 @@ export class GetRegistrationCodeCommand extends $Command< * @public */ constructor(readonly input: GetRegistrationCodeCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -155,7 +150,4 @@ export class GetRegistrationCodeCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetRegistrationCodeCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-iot/src/commands/GetStatisticsCommand.ts b/clients/client-iot/src/commands/GetStatisticsCommand.ts index e424e8abf4f9..99cdfdd70575 100644 --- a/clients/client-iot/src/commands/GetStatisticsCommand.ts +++ b/clients/client-iot/src/commands/GetStatisticsCommand.ts @@ -112,9 +112,6 @@ export class GetStatisticsCommand extends $Command< GetStatisticsCommandOutput, IoTClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -128,9 +125,7 @@ export class GetStatisticsCommand extends $Command< * @public */ constructor(readonly input: GetStatisticsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -181,7 +176,4 @@ export class GetStatisticsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetStatisticsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-iot/src/commands/GetTopicRuleCommand.ts b/clients/client-iot/src/commands/GetTopicRuleCommand.ts index a668d4ea0770..bac00fc00c43 100644 --- a/clients/client-iot/src/commands/GetTopicRuleCommand.ts +++ b/clients/client-iot/src/commands/GetTopicRuleCommand.ts @@ -505,9 +505,6 @@ export class GetTopicRuleCommand extends $Command< GetTopicRuleCommandOutput, IoTClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -521,9 +518,7 @@ export class GetTopicRuleCommand extends $Command< * @public */ constructor(readonly input: GetTopicRuleCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -574,7 +569,4 @@ export class GetTopicRuleCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetTopicRuleCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-iot/src/commands/GetTopicRuleDestinationCommand.ts b/clients/client-iot/src/commands/GetTopicRuleDestinationCommand.ts index caccef1d816e..4b623f4ef581 100644 --- a/clients/client-iot/src/commands/GetTopicRuleDestinationCommand.ts +++ b/clients/client-iot/src/commands/GetTopicRuleDestinationCommand.ts @@ -102,9 +102,6 @@ export class GetTopicRuleDestinationCommand extends $Command< GetTopicRuleDestinationCommandOutput, IoTClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -118,9 +115,7 @@ export class GetTopicRuleDestinationCommand extends $Command< * @public */ constructor(readonly input: GetTopicRuleDestinationCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -173,7 +168,4 @@ export class GetTopicRuleDestinationCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetTopicRuleDestinationCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-iot/src/commands/GetV2LoggingOptionsCommand.ts b/clients/client-iot/src/commands/GetV2LoggingOptionsCommand.ts index e5cc80ceaa50..181cb5059a98 100644 --- a/clients/client-iot/src/commands/GetV2LoggingOptionsCommand.ts +++ b/clients/client-iot/src/commands/GetV2LoggingOptionsCommand.ts @@ -80,9 +80,6 @@ export class GetV2LoggingOptionsCommand extends $Command< GetV2LoggingOptionsCommandOutput, IoTClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -96,9 +93,7 @@ export class GetV2LoggingOptionsCommand extends $Command< * @public */ constructor(readonly input: GetV2LoggingOptionsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -151,7 +146,4 @@ export class GetV2LoggingOptionsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetV2LoggingOptionsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-iot/src/commands/ListActiveViolationsCommand.ts b/clients/client-iot/src/commands/ListActiveViolationsCommand.ts index c9b1a80367d0..c5dde0345479 100644 --- a/clients/client-iot/src/commands/ListActiveViolationsCommand.ts +++ b/clients/client-iot/src/commands/ListActiveViolationsCommand.ts @@ -156,9 +156,6 @@ export class ListActiveViolationsCommand extends $Command< ListActiveViolationsCommandOutput, IoTClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -172,9 +169,7 @@ export class ListActiveViolationsCommand extends $Command< * @public */ constructor(readonly input: ListActiveViolationsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -227,7 +222,4 @@ export class ListActiveViolationsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListActiveViolationsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-iot/src/commands/ListAttachedPoliciesCommand.ts b/clients/client-iot/src/commands/ListAttachedPoliciesCommand.ts index 6973892fc535..2ae817b1b863 100644 --- a/clients/client-iot/src/commands/ListAttachedPoliciesCommand.ts +++ b/clients/client-iot/src/commands/ListAttachedPoliciesCommand.ts @@ -101,9 +101,6 @@ export class ListAttachedPoliciesCommand extends $Command< ListAttachedPoliciesCommandOutput, IoTClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -117,9 +114,7 @@ export class ListAttachedPoliciesCommand extends $Command< * @public */ constructor(readonly input: ListAttachedPoliciesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -172,7 +167,4 @@ export class ListAttachedPoliciesCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListAttachedPoliciesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-iot/src/commands/ListAuditFindingsCommand.ts b/clients/client-iot/src/commands/ListAuditFindingsCommand.ts index 8c57bb16b0c3..09ecbe071924 100644 --- a/clients/client-iot/src/commands/ListAuditFindingsCommand.ts +++ b/clients/client-iot/src/commands/ListAuditFindingsCommand.ts @@ -171,9 +171,6 @@ export class ListAuditFindingsCommand extends $Command< ListAuditFindingsCommandOutput, IoTClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -187,9 +184,7 @@ export class ListAuditFindingsCommand extends $Command< * @public */ constructor(readonly input: ListAuditFindingsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -242,7 +237,4 @@ export class ListAuditFindingsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListAuditFindingsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-iot/src/commands/ListAuditMitigationActionsExecutionsCommand.ts b/clients/client-iot/src/commands/ListAuditMitigationActionsExecutionsCommand.ts index de2f12f87dad..06f13af2fd50 100644 --- a/clients/client-iot/src/commands/ListAuditMitigationActionsExecutionsCommand.ts +++ b/clients/client-iot/src/commands/ListAuditMitigationActionsExecutionsCommand.ts @@ -106,9 +106,6 @@ export class ListAuditMitigationActionsExecutionsCommand extends $Command< ListAuditMitigationActionsExecutionsCommandOutput, IoTClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -122,9 +119,7 @@ export class ListAuditMitigationActionsExecutionsCommand extends $Command< * @public */ constructor(readonly input: ListAuditMitigationActionsExecutionsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -183,7 +178,4 @@ export class ListAuditMitigationActionsExecutionsCommand extends $Command< ): Promise { return de_ListAuditMitigationActionsExecutionsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-iot/src/commands/ListAuditMitigationActionsTasksCommand.ts b/clients/client-iot/src/commands/ListAuditMitigationActionsTasksCommand.ts index aa4e7431268b..53adcb0176d1 100644 --- a/clients/client-iot/src/commands/ListAuditMitigationActionsTasksCommand.ts +++ b/clients/client-iot/src/commands/ListAuditMitigationActionsTasksCommand.ts @@ -98,9 +98,6 @@ export class ListAuditMitigationActionsTasksCommand extends $Command< ListAuditMitigationActionsTasksCommandOutput, IoTClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -114,9 +111,7 @@ export class ListAuditMitigationActionsTasksCommand extends $Command< * @public */ constructor(readonly input: ListAuditMitigationActionsTasksCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -175,7 +170,4 @@ export class ListAuditMitigationActionsTasksCommand extends $Command< ): Promise { return de_ListAuditMitigationActionsTasksCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-iot/src/commands/ListAuditSuppressionsCommand.ts b/clients/client-iot/src/commands/ListAuditSuppressionsCommand.ts index c844b9bf4150..801c45709898 100644 --- a/clients/client-iot/src/commands/ListAuditSuppressionsCommand.ts +++ b/clients/client-iot/src/commands/ListAuditSuppressionsCommand.ts @@ -131,9 +131,6 @@ export class ListAuditSuppressionsCommand extends $Command< ListAuditSuppressionsCommandOutput, IoTClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -147,9 +144,7 @@ export class ListAuditSuppressionsCommand extends $Command< * @public */ constructor(readonly input: ListAuditSuppressionsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -202,7 +197,4 @@ export class ListAuditSuppressionsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListAuditSuppressionsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-iot/src/commands/ListAuditTasksCommand.ts b/clients/client-iot/src/commands/ListAuditTasksCommand.ts index f12126f86d1c..d59192797cd6 100644 --- a/clients/client-iot/src/commands/ListAuditTasksCommand.ts +++ b/clients/client-iot/src/commands/ListAuditTasksCommand.ts @@ -93,9 +93,6 @@ export class ListAuditTasksCommand extends $Command< ListAuditTasksCommandOutput, IoTClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -109,9 +106,7 @@ export class ListAuditTasksCommand extends $Command< * @public */ constructor(readonly input: ListAuditTasksCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -164,7 +159,4 @@ export class ListAuditTasksCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListAuditTasksCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-iot/src/commands/ListAuthorizersCommand.ts b/clients/client-iot/src/commands/ListAuthorizersCommand.ts index 37e4a4aa2425..fbe5e1b1573b 100644 --- a/clients/client-iot/src/commands/ListAuthorizersCommand.ts +++ b/clients/client-iot/src/commands/ListAuthorizersCommand.ts @@ -95,9 +95,6 @@ export class ListAuthorizersCommand extends $Command< ListAuthorizersCommandOutput, IoTClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -111,9 +108,7 @@ export class ListAuthorizersCommand extends $Command< * @public */ constructor(readonly input: ListAuthorizersCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -166,7 +161,4 @@ export class ListAuthorizersCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListAuthorizersCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-iot/src/commands/ListBillingGroupsCommand.ts b/clients/client-iot/src/commands/ListBillingGroupsCommand.ts index c067b8659646..233ddd7b3d7d 100644 --- a/clients/client-iot/src/commands/ListBillingGroupsCommand.ts +++ b/clients/client-iot/src/commands/ListBillingGroupsCommand.ts @@ -91,9 +91,6 @@ export class ListBillingGroupsCommand extends $Command< ListBillingGroupsCommandOutput, IoTClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -107,9 +104,7 @@ export class ListBillingGroupsCommand extends $Command< * @public */ constructor(readonly input: ListBillingGroupsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -162,7 +157,4 @@ export class ListBillingGroupsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListBillingGroupsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-iot/src/commands/ListCACertificatesCommand.ts b/clients/client-iot/src/commands/ListCACertificatesCommand.ts index 14a9ca439e30..cb2b5805107e 100644 --- a/clients/client-iot/src/commands/ListCACertificatesCommand.ts +++ b/clients/client-iot/src/commands/ListCACertificatesCommand.ts @@ -99,9 +99,6 @@ export class ListCACertificatesCommand extends $Command< ListCACertificatesCommandOutput, IoTClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -115,9 +112,7 @@ export class ListCACertificatesCommand extends $Command< * @public */ constructor(readonly input: ListCACertificatesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -170,7 +165,4 @@ export class ListCACertificatesCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListCACertificatesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-iot/src/commands/ListCertificatesByCACommand.ts b/clients/client-iot/src/commands/ListCertificatesByCACommand.ts index 6e71714a1a87..5529cc6f5742 100644 --- a/clients/client-iot/src/commands/ListCertificatesByCACommand.ts +++ b/clients/client-iot/src/commands/ListCertificatesByCACommand.ts @@ -98,9 +98,6 @@ export class ListCertificatesByCACommand extends $Command< ListCertificatesByCACommandOutput, IoTClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -114,9 +111,7 @@ export class ListCertificatesByCACommand extends $Command< * @public */ constructor(readonly input: ListCertificatesByCACommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -169,7 +164,4 @@ export class ListCertificatesByCACommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListCertificatesByCACommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-iot/src/commands/ListCertificatesCommand.ts b/clients/client-iot/src/commands/ListCertificatesCommand.ts index 6d4e276da4a3..e01932d61b19 100644 --- a/clients/client-iot/src/commands/ListCertificatesCommand.ts +++ b/clients/client-iot/src/commands/ListCertificatesCommand.ts @@ -99,9 +99,6 @@ export class ListCertificatesCommand extends $Command< ListCertificatesCommandOutput, IoTClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -115,9 +112,7 @@ export class ListCertificatesCommand extends $Command< * @public */ constructor(readonly input: ListCertificatesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -170,7 +165,4 @@ export class ListCertificatesCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListCertificatesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-iot/src/commands/ListCustomMetricsCommand.ts b/clients/client-iot/src/commands/ListCustomMetricsCommand.ts index 46017b5fc0c9..9fb5caf82892 100644 --- a/clients/client-iot/src/commands/ListCustomMetricsCommand.ts +++ b/clients/client-iot/src/commands/ListCustomMetricsCommand.ts @@ -86,9 +86,6 @@ export class ListCustomMetricsCommand extends $Command< ListCustomMetricsCommandOutput, IoTClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -102,9 +99,7 @@ export class ListCustomMetricsCommand extends $Command< * @public */ constructor(readonly input: ListCustomMetricsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -157,7 +152,4 @@ export class ListCustomMetricsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListCustomMetricsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-iot/src/commands/ListDetectMitigationActionsExecutionsCommand.ts b/clients/client-iot/src/commands/ListDetectMitigationActionsExecutionsCommand.ts index adad0847d841..1f6229aaf603 100644 --- a/clients/client-iot/src/commands/ListDetectMitigationActionsExecutionsCommand.ts +++ b/clients/client-iot/src/commands/ListDetectMitigationActionsExecutionsCommand.ts @@ -110,9 +110,6 @@ export class ListDetectMitigationActionsExecutionsCommand extends $Command< ListDetectMitigationActionsExecutionsCommandOutput, IoTClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -126,9 +123,7 @@ export class ListDetectMitigationActionsExecutionsCommand extends $Command< * @public */ constructor(readonly input: ListDetectMitigationActionsExecutionsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -187,7 +182,4 @@ export class ListDetectMitigationActionsExecutionsCommand extends $Command< ): Promise { return de_ListDetectMitigationActionsExecutionsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-iot/src/commands/ListDetectMitigationActionsTasksCommand.ts b/clients/client-iot/src/commands/ListDetectMitigationActionsTasksCommand.ts index 76e4e7cfcb87..32eabbdf6f72 100644 --- a/clients/client-iot/src/commands/ListDetectMitigationActionsTasksCommand.ts +++ b/clients/client-iot/src/commands/ListDetectMitigationActionsTasksCommand.ts @@ -147,9 +147,6 @@ export class ListDetectMitigationActionsTasksCommand extends $Command< ListDetectMitigationActionsTasksCommandOutput, IoTClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -163,9 +160,7 @@ export class ListDetectMitigationActionsTasksCommand extends $Command< * @public */ constructor(readonly input: ListDetectMitigationActionsTasksCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -224,7 +219,4 @@ export class ListDetectMitigationActionsTasksCommand extends $Command< ): Promise { return de_ListDetectMitigationActionsTasksCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-iot/src/commands/ListDimensionsCommand.ts b/clients/client-iot/src/commands/ListDimensionsCommand.ts index ad5f2d4c8d88..e684605b4baa 100644 --- a/clients/client-iot/src/commands/ListDimensionsCommand.ts +++ b/clients/client-iot/src/commands/ListDimensionsCommand.ts @@ -84,9 +84,6 @@ export class ListDimensionsCommand extends $Command< ListDimensionsCommandOutput, IoTClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -100,9 +97,7 @@ export class ListDimensionsCommand extends $Command< * @public */ constructor(readonly input: ListDimensionsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -155,7 +150,4 @@ export class ListDimensionsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListDimensionsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-iot/src/commands/ListDomainConfigurationsCommand.ts b/clients/client-iot/src/commands/ListDomainConfigurationsCommand.ts index c9e8c3563211..ab9c1b2f98ae 100644 --- a/clients/client-iot/src/commands/ListDomainConfigurationsCommand.ts +++ b/clients/client-iot/src/commands/ListDomainConfigurationsCommand.ts @@ -96,9 +96,6 @@ export class ListDomainConfigurationsCommand extends $Command< ListDomainConfigurationsCommandOutput, IoTClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -112,9 +109,7 @@ export class ListDomainConfigurationsCommand extends $Command< * @public */ constructor(readonly input: ListDomainConfigurationsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -167,7 +162,4 @@ export class ListDomainConfigurationsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListDomainConfigurationsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-iot/src/commands/ListFleetMetricsCommand.ts b/clients/client-iot/src/commands/ListFleetMetricsCommand.ts index cdcbbfaf8ab1..acbe30f6fb04 100644 --- a/clients/client-iot/src/commands/ListFleetMetricsCommand.ts +++ b/clients/client-iot/src/commands/ListFleetMetricsCommand.ts @@ -93,9 +93,6 @@ export class ListFleetMetricsCommand extends $Command< ListFleetMetricsCommandOutput, IoTClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -109,9 +106,7 @@ export class ListFleetMetricsCommand extends $Command< * @public */ constructor(readonly input: ListFleetMetricsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -164,7 +159,4 @@ export class ListFleetMetricsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListFleetMetricsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-iot/src/commands/ListIndicesCommand.ts b/clients/client-iot/src/commands/ListIndicesCommand.ts index e127a437d8ea..b6f93bf02af7 100644 --- a/clients/client-iot/src/commands/ListIndicesCommand.ts +++ b/clients/client-iot/src/commands/ListIndicesCommand.ts @@ -90,9 +90,6 @@ export class ListIndicesCommand extends $Command< ListIndicesCommandOutput, IoTClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -106,9 +103,7 @@ export class ListIndicesCommand extends $Command< * @public */ constructor(readonly input: ListIndicesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -159,7 +154,4 @@ export class ListIndicesCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListIndicesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-iot/src/commands/ListJobExecutionsForJobCommand.ts b/clients/client-iot/src/commands/ListJobExecutionsForJobCommand.ts index ce2ecb2ebb62..11a370d25be7 100644 --- a/clients/client-iot/src/commands/ListJobExecutionsForJobCommand.ts +++ b/clients/client-iot/src/commands/ListJobExecutionsForJobCommand.ts @@ -99,9 +99,6 @@ export class ListJobExecutionsForJobCommand extends $Command< ListJobExecutionsForJobCommandOutput, IoTClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -115,9 +112,7 @@ export class ListJobExecutionsForJobCommand extends $Command< * @public */ constructor(readonly input: ListJobExecutionsForJobCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -170,7 +165,4 @@ export class ListJobExecutionsForJobCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListJobExecutionsForJobCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-iot/src/commands/ListJobExecutionsForThingCommand.ts b/clients/client-iot/src/commands/ListJobExecutionsForThingCommand.ts index c522aff0991b..44ca38c5e656 100644 --- a/clients/client-iot/src/commands/ListJobExecutionsForThingCommand.ts +++ b/clients/client-iot/src/commands/ListJobExecutionsForThingCommand.ts @@ -101,9 +101,6 @@ export class ListJobExecutionsForThingCommand extends $Command< ListJobExecutionsForThingCommandOutput, IoTClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -117,9 +114,7 @@ export class ListJobExecutionsForThingCommand extends $Command< * @public */ constructor(readonly input: ListJobExecutionsForThingCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -175,7 +170,4 @@ export class ListJobExecutionsForThingCommand extends $Command< ): Promise { return de_ListJobExecutionsForThingCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-iot/src/commands/ListJobTemplatesCommand.ts b/clients/client-iot/src/commands/ListJobTemplatesCommand.ts index 535ffc5616a7..acea265313b3 100644 --- a/clients/client-iot/src/commands/ListJobTemplatesCommand.ts +++ b/clients/client-iot/src/commands/ListJobTemplatesCommand.ts @@ -89,9 +89,6 @@ export class ListJobTemplatesCommand extends $Command< ListJobTemplatesCommandOutput, IoTClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -105,9 +102,7 @@ export class ListJobTemplatesCommand extends $Command< * @public */ constructor(readonly input: ListJobTemplatesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -160,7 +155,4 @@ export class ListJobTemplatesCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListJobTemplatesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-iot/src/commands/ListJobsCommand.ts b/clients/client-iot/src/commands/ListJobsCommand.ts index 1f40aeb58a2e..070e9127b546 100644 --- a/clients/client-iot/src/commands/ListJobsCommand.ts +++ b/clients/client-iot/src/commands/ListJobsCommand.ts @@ -98,9 +98,6 @@ export interface ListJobsCommandOutput extends ListJobsResponse, __MetadataBeare * */ export class ListJobsCommand extends $Command { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -114,9 +111,7 @@ export class ListJobsCommand extends $Command { return de_ListJobsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-iot/src/commands/ListManagedJobTemplatesCommand.ts b/clients/client-iot/src/commands/ListManagedJobTemplatesCommand.ts index b74b4f21fd53..507261add4e0 100644 --- a/clients/client-iot/src/commands/ListManagedJobTemplatesCommand.ts +++ b/clients/client-iot/src/commands/ListManagedJobTemplatesCommand.ts @@ -96,9 +96,6 @@ export class ListManagedJobTemplatesCommand extends $Command< ListManagedJobTemplatesCommandOutput, IoTClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -112,9 +109,7 @@ export class ListManagedJobTemplatesCommand extends $Command< * @public */ constructor(readonly input: ListManagedJobTemplatesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -167,7 +162,4 @@ export class ListManagedJobTemplatesCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListManagedJobTemplatesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-iot/src/commands/ListMetricValuesCommand.ts b/clients/client-iot/src/commands/ListMetricValuesCommand.ts index 6890f6549bbc..aa7b838ca425 100644 --- a/clients/client-iot/src/commands/ListMetricValuesCommand.ts +++ b/clients/client-iot/src/commands/ListMetricValuesCommand.ts @@ -111,9 +111,6 @@ export class ListMetricValuesCommand extends $Command< ListMetricValuesCommandOutput, IoTClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -127,9 +124,7 @@ export class ListMetricValuesCommand extends $Command< * @public */ constructor(readonly input: ListMetricValuesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -182,7 +177,4 @@ export class ListMetricValuesCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListMetricValuesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-iot/src/commands/ListMitigationActionsCommand.ts b/clients/client-iot/src/commands/ListMitigationActionsCommand.ts index f174db472418..1809f83e7def 100644 --- a/clients/client-iot/src/commands/ListMitigationActionsCommand.ts +++ b/clients/client-iot/src/commands/ListMitigationActionsCommand.ts @@ -89,9 +89,6 @@ export class ListMitigationActionsCommand extends $Command< ListMitigationActionsCommandOutput, IoTClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -105,9 +102,7 @@ export class ListMitigationActionsCommand extends $Command< * @public */ constructor(readonly input: ListMitigationActionsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -160,7 +155,4 @@ export class ListMitigationActionsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListMitigationActionsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-iot/src/commands/ListOTAUpdatesCommand.ts b/clients/client-iot/src/commands/ListOTAUpdatesCommand.ts index 873af3f72522..ac8aa301ac8d 100644 --- a/clients/client-iot/src/commands/ListOTAUpdatesCommand.ts +++ b/clients/client-iot/src/commands/ListOTAUpdatesCommand.ts @@ -95,9 +95,6 @@ export class ListOTAUpdatesCommand extends $Command< ListOTAUpdatesCommandOutput, IoTClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -111,9 +108,7 @@ export class ListOTAUpdatesCommand extends $Command< * @public */ constructor(readonly input: ListOTAUpdatesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -166,7 +161,4 @@ export class ListOTAUpdatesCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListOTAUpdatesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-iot/src/commands/ListOutgoingCertificatesCommand.ts b/clients/client-iot/src/commands/ListOutgoingCertificatesCommand.ts index 0dbab72a08b5..8ab14e8dd8d7 100644 --- a/clients/client-iot/src/commands/ListOutgoingCertificatesCommand.ts +++ b/clients/client-iot/src/commands/ListOutgoingCertificatesCommand.ts @@ -98,9 +98,6 @@ export class ListOutgoingCertificatesCommand extends $Command< ListOutgoingCertificatesCommandOutput, IoTClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -114,9 +111,7 @@ export class ListOutgoingCertificatesCommand extends $Command< * @public */ constructor(readonly input: ListOutgoingCertificatesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -169,7 +164,4 @@ export class ListOutgoingCertificatesCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListOutgoingCertificatesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-iot/src/commands/ListPackageVersionsCommand.ts b/clients/client-iot/src/commands/ListPackageVersionsCommand.ts index 2035daf33a8f..c085ec8dd8cb 100644 --- a/clients/client-iot/src/commands/ListPackageVersionsCommand.ts +++ b/clients/client-iot/src/commands/ListPackageVersionsCommand.ts @@ -93,9 +93,6 @@ export class ListPackageVersionsCommand extends $Command< ListPackageVersionsCommandOutput, IoTClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -109,9 +106,7 @@ export class ListPackageVersionsCommand extends $Command< * @public */ constructor(readonly input: ListPackageVersionsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -164,7 +159,4 @@ export class ListPackageVersionsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListPackageVersionsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-iot/src/commands/ListPackagesCommand.ts b/clients/client-iot/src/commands/ListPackagesCommand.ts index 208b485f63dc..f6ea4f8514e9 100644 --- a/clients/client-iot/src/commands/ListPackagesCommand.ts +++ b/clients/client-iot/src/commands/ListPackagesCommand.ts @@ -90,9 +90,6 @@ export class ListPackagesCommand extends $Command< ListPackagesCommandOutput, IoTClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -106,9 +103,7 @@ export class ListPackagesCommand extends $Command< * @public */ constructor(readonly input: ListPackagesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -159,7 +154,4 @@ export class ListPackagesCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListPackagesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-iot/src/commands/ListPoliciesCommand.ts b/clients/client-iot/src/commands/ListPoliciesCommand.ts index e2a7d070249d..85bdd0f098f5 100644 --- a/clients/client-iot/src/commands/ListPoliciesCommand.ts +++ b/clients/client-iot/src/commands/ListPoliciesCommand.ts @@ -94,9 +94,6 @@ export class ListPoliciesCommand extends $Command< ListPoliciesCommandOutput, IoTClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -110,9 +107,7 @@ export class ListPoliciesCommand extends $Command< * @public */ constructor(readonly input: ListPoliciesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -163,7 +158,4 @@ export class ListPoliciesCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListPoliciesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-iot/src/commands/ListPolicyPrincipalsCommand.ts b/clients/client-iot/src/commands/ListPolicyPrincipalsCommand.ts index 1afcc988e2e7..e1490de4b4b9 100644 --- a/clients/client-iot/src/commands/ListPolicyPrincipalsCommand.ts +++ b/clients/client-iot/src/commands/ListPolicyPrincipalsCommand.ts @@ -100,9 +100,6 @@ export class ListPolicyPrincipalsCommand extends $Command< ListPolicyPrincipalsCommandOutput, IoTClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -116,9 +113,7 @@ export class ListPolicyPrincipalsCommand extends $Command< * @public */ constructor(readonly input: ListPolicyPrincipalsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -171,7 +166,4 @@ export class ListPolicyPrincipalsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListPolicyPrincipalsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-iot/src/commands/ListPolicyVersionsCommand.ts b/clients/client-iot/src/commands/ListPolicyVersionsCommand.ts index e8b1e60425a0..0fe94c274cf0 100644 --- a/clients/client-iot/src/commands/ListPolicyVersionsCommand.ts +++ b/clients/client-iot/src/commands/ListPolicyVersionsCommand.ts @@ -97,9 +97,6 @@ export class ListPolicyVersionsCommand extends $Command< ListPolicyVersionsCommandOutput, IoTClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -113,9 +110,7 @@ export class ListPolicyVersionsCommand extends $Command< * @public */ constructor(readonly input: ListPolicyVersionsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -168,7 +163,4 @@ export class ListPolicyVersionsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListPolicyVersionsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-iot/src/commands/ListPrincipalPoliciesCommand.ts b/clients/client-iot/src/commands/ListPrincipalPoliciesCommand.ts index 17efda8b85c9..f645186e2d16 100644 --- a/clients/client-iot/src/commands/ListPrincipalPoliciesCommand.ts +++ b/clients/client-iot/src/commands/ListPrincipalPoliciesCommand.ts @@ -104,9 +104,6 @@ export class ListPrincipalPoliciesCommand extends $Command< ListPrincipalPoliciesCommandOutput, IoTClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -120,9 +117,7 @@ export class ListPrincipalPoliciesCommand extends $Command< * @public */ constructor(readonly input: ListPrincipalPoliciesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -175,7 +170,4 @@ export class ListPrincipalPoliciesCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListPrincipalPoliciesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-iot/src/commands/ListPrincipalThingsCommand.ts b/clients/client-iot/src/commands/ListPrincipalThingsCommand.ts index bfada0bc0d0e..f152cd2c9811 100644 --- a/clients/client-iot/src/commands/ListPrincipalThingsCommand.ts +++ b/clients/client-iot/src/commands/ListPrincipalThingsCommand.ts @@ -96,9 +96,6 @@ export class ListPrincipalThingsCommand extends $Command< ListPrincipalThingsCommandOutput, IoTClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -112,9 +109,7 @@ export class ListPrincipalThingsCommand extends $Command< * @public */ constructor(readonly input: ListPrincipalThingsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -167,7 +162,4 @@ export class ListPrincipalThingsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListPrincipalThingsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-iot/src/commands/ListProvisioningTemplateVersionsCommand.ts b/clients/client-iot/src/commands/ListProvisioningTemplateVersionsCommand.ts index 6c9c086ea93e..19f1d87e3232 100644 --- a/clients/client-iot/src/commands/ListProvisioningTemplateVersionsCommand.ts +++ b/clients/client-iot/src/commands/ListProvisioningTemplateVersionsCommand.ts @@ -100,9 +100,6 @@ export class ListProvisioningTemplateVersionsCommand extends $Command< ListProvisioningTemplateVersionsCommandOutput, IoTClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -116,9 +113,7 @@ export class ListProvisioningTemplateVersionsCommand extends $Command< * @public */ constructor(readonly input: ListProvisioningTemplateVersionsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -177,7 +172,4 @@ export class ListProvisioningTemplateVersionsCommand extends $Command< ): Promise { return de_ListProvisioningTemplateVersionsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-iot/src/commands/ListProvisioningTemplatesCommand.ts b/clients/client-iot/src/commands/ListProvisioningTemplatesCommand.ts index 8712a2647c4a..f949c9a1c653 100644 --- a/clients/client-iot/src/commands/ListProvisioningTemplatesCommand.ts +++ b/clients/client-iot/src/commands/ListProvisioningTemplatesCommand.ts @@ -95,9 +95,6 @@ export class ListProvisioningTemplatesCommand extends $Command< ListProvisioningTemplatesCommandOutput, IoTClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -111,9 +108,7 @@ export class ListProvisioningTemplatesCommand extends $Command< * @public */ constructor(readonly input: ListProvisioningTemplatesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -169,7 +164,4 @@ export class ListProvisioningTemplatesCommand extends $Command< ): Promise { return de_ListProvisioningTemplatesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-iot/src/commands/ListRelatedResourcesForAuditFindingCommand.ts b/clients/client-iot/src/commands/ListRelatedResourcesForAuditFindingCommand.ts index c5e3ecfb115b..d680caff9bef 100644 --- a/clients/client-iot/src/commands/ListRelatedResourcesForAuditFindingCommand.ts +++ b/clients/client-iot/src/commands/ListRelatedResourcesForAuditFindingCommand.ts @@ -155,9 +155,6 @@ export class ListRelatedResourcesForAuditFindingCommand extends $Command< ListRelatedResourcesForAuditFindingCommandOutput, IoTClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -171,9 +168,7 @@ export class ListRelatedResourcesForAuditFindingCommand extends $Command< * @public */ constructor(readonly input: ListRelatedResourcesForAuditFindingCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -232,7 +227,4 @@ export class ListRelatedResourcesForAuditFindingCommand extends $Command< ): Promise { return de_ListRelatedResourcesForAuditFindingCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-iot/src/commands/ListRoleAliasesCommand.ts b/clients/client-iot/src/commands/ListRoleAliasesCommand.ts index 878f7d5c35c4..526bdb6f7aa5 100644 --- a/clients/client-iot/src/commands/ListRoleAliasesCommand.ts +++ b/clients/client-iot/src/commands/ListRoleAliasesCommand.ts @@ -91,9 +91,6 @@ export class ListRoleAliasesCommand extends $Command< ListRoleAliasesCommandOutput, IoTClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -107,9 +104,7 @@ export class ListRoleAliasesCommand extends $Command< * @public */ constructor(readonly input: ListRoleAliasesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -162,7 +157,4 @@ export class ListRoleAliasesCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListRoleAliasesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-iot/src/commands/ListScheduledAuditsCommand.ts b/clients/client-iot/src/commands/ListScheduledAuditsCommand.ts index 8702cc9bbca6..970b44ebd8bf 100644 --- a/clients/client-iot/src/commands/ListScheduledAuditsCommand.ts +++ b/clients/client-iot/src/commands/ListScheduledAuditsCommand.ts @@ -90,9 +90,6 @@ export class ListScheduledAuditsCommand extends $Command< ListScheduledAuditsCommandOutput, IoTClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -106,9 +103,7 @@ export class ListScheduledAuditsCommand extends $Command< * @public */ constructor(readonly input: ListScheduledAuditsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -161,7 +156,4 @@ export class ListScheduledAuditsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListScheduledAuditsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-iot/src/commands/ListSecurityProfilesCommand.ts b/clients/client-iot/src/commands/ListSecurityProfilesCommand.ts index 20ca9a412479..ff702902d380 100644 --- a/clients/client-iot/src/commands/ListSecurityProfilesCommand.ts +++ b/clients/client-iot/src/commands/ListSecurityProfilesCommand.ts @@ -98,9 +98,6 @@ export class ListSecurityProfilesCommand extends $Command< ListSecurityProfilesCommandOutput, IoTClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -114,9 +111,7 @@ export class ListSecurityProfilesCommand extends $Command< * @public */ constructor(readonly input: ListSecurityProfilesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -169,7 +164,4 @@ export class ListSecurityProfilesCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListSecurityProfilesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-iot/src/commands/ListSecurityProfilesForTargetCommand.ts b/clients/client-iot/src/commands/ListSecurityProfilesForTargetCommand.ts index 3c2b9359808f..c3fedcc08766 100644 --- a/clients/client-iot/src/commands/ListSecurityProfilesForTargetCommand.ts +++ b/clients/client-iot/src/commands/ListSecurityProfilesForTargetCommand.ts @@ -102,9 +102,6 @@ export class ListSecurityProfilesForTargetCommand extends $Command< ListSecurityProfilesForTargetCommandOutput, IoTClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -118,9 +115,7 @@ export class ListSecurityProfilesForTargetCommand extends $Command< * @public */ constructor(readonly input: ListSecurityProfilesForTargetCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -176,7 +171,4 @@ export class ListSecurityProfilesForTargetCommand extends $Command< ): Promise { return de_ListSecurityProfilesForTargetCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-iot/src/commands/ListStreamsCommand.ts b/clients/client-iot/src/commands/ListStreamsCommand.ts index a452554c59af..0e8add9122cb 100644 --- a/clients/client-iot/src/commands/ListStreamsCommand.ts +++ b/clients/client-iot/src/commands/ListStreamsCommand.ts @@ -96,9 +96,6 @@ export class ListStreamsCommand extends $Command< ListStreamsCommandOutput, IoTClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -112,9 +109,7 @@ export class ListStreamsCommand extends $Command< * @public */ constructor(readonly input: ListStreamsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -165,7 +160,4 @@ export class ListStreamsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListStreamsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-iot/src/commands/ListTagsForResourceCommand.ts b/clients/client-iot/src/commands/ListTagsForResourceCommand.ts index 2a5b8ccab8cf..d329faa5a396 100644 --- a/clients/client-iot/src/commands/ListTagsForResourceCommand.ts +++ b/clients/client-iot/src/commands/ListTagsForResourceCommand.ts @@ -90,9 +90,6 @@ export class ListTagsForResourceCommand extends $Command< ListTagsForResourceCommandOutput, IoTClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -106,9 +103,7 @@ export class ListTagsForResourceCommand extends $Command< * @public */ constructor(readonly input: ListTagsForResourceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -161,7 +156,4 @@ export class ListTagsForResourceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListTagsForResourceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-iot/src/commands/ListTargetsForPolicyCommand.ts b/clients/client-iot/src/commands/ListTargetsForPolicyCommand.ts index 996c3b36f98e..af654ef229b9 100644 --- a/clients/client-iot/src/commands/ListTargetsForPolicyCommand.ts +++ b/clients/client-iot/src/commands/ListTargetsForPolicyCommand.ts @@ -97,9 +97,6 @@ export class ListTargetsForPolicyCommand extends $Command< ListTargetsForPolicyCommandOutput, IoTClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -113,9 +110,7 @@ export class ListTargetsForPolicyCommand extends $Command< * @public */ constructor(readonly input: ListTargetsForPolicyCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -168,7 +163,4 @@ export class ListTargetsForPolicyCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListTargetsForPolicyCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-iot/src/commands/ListTargetsForSecurityProfileCommand.ts b/clients/client-iot/src/commands/ListTargetsForSecurityProfileCommand.ts index a9bcc7a7a217..93ac36093c98 100644 --- a/clients/client-iot/src/commands/ListTargetsForSecurityProfileCommand.ts +++ b/clients/client-iot/src/commands/ListTargetsForSecurityProfileCommand.ts @@ -95,9 +95,6 @@ export class ListTargetsForSecurityProfileCommand extends $Command< ListTargetsForSecurityProfileCommandOutput, IoTClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -111,9 +108,7 @@ export class ListTargetsForSecurityProfileCommand extends $Command< * @public */ constructor(readonly input: ListTargetsForSecurityProfileCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -169,7 +164,4 @@ export class ListTargetsForSecurityProfileCommand extends $Command< ): Promise { return de_ListTargetsForSecurityProfileCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-iot/src/commands/ListThingGroupsCommand.ts b/clients/client-iot/src/commands/ListThingGroupsCommand.ts index 54aee73d783b..14c4d4e9fb20 100644 --- a/clients/client-iot/src/commands/ListThingGroupsCommand.ts +++ b/clients/client-iot/src/commands/ListThingGroupsCommand.ts @@ -93,9 +93,6 @@ export class ListThingGroupsCommand extends $Command< ListThingGroupsCommandOutput, IoTClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -109,9 +106,7 @@ export class ListThingGroupsCommand extends $Command< * @public */ constructor(readonly input: ListThingGroupsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -164,7 +159,4 @@ export class ListThingGroupsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListThingGroupsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-iot/src/commands/ListThingGroupsForThingCommand.ts b/clients/client-iot/src/commands/ListThingGroupsForThingCommand.ts index c7287de23b06..728942ed8db9 100644 --- a/clients/client-iot/src/commands/ListThingGroupsForThingCommand.ts +++ b/clients/client-iot/src/commands/ListThingGroupsForThingCommand.ts @@ -91,9 +91,6 @@ export class ListThingGroupsForThingCommand extends $Command< ListThingGroupsForThingCommandOutput, IoTClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -107,9 +104,7 @@ export class ListThingGroupsForThingCommand extends $Command< * @public */ constructor(readonly input: ListThingGroupsForThingCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -162,7 +157,4 @@ export class ListThingGroupsForThingCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListThingGroupsForThingCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-iot/src/commands/ListThingPrincipalsCommand.ts b/clients/client-iot/src/commands/ListThingPrincipalsCommand.ts index 30de9f1f2bb2..1008c63a1b69 100644 --- a/clients/client-iot/src/commands/ListThingPrincipalsCommand.ts +++ b/clients/client-iot/src/commands/ListThingPrincipalsCommand.ts @@ -96,9 +96,6 @@ export class ListThingPrincipalsCommand extends $Command< ListThingPrincipalsCommandOutput, IoTClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -112,9 +109,7 @@ export class ListThingPrincipalsCommand extends $Command< * @public */ constructor(readonly input: ListThingPrincipalsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -167,7 +162,4 @@ export class ListThingPrincipalsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListThingPrincipalsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-iot/src/commands/ListThingRegistrationTaskReportsCommand.ts b/clients/client-iot/src/commands/ListThingRegistrationTaskReportsCommand.ts index 861ce3a0901f..8590e7694fb5 100644 --- a/clients/client-iot/src/commands/ListThingRegistrationTaskReportsCommand.ts +++ b/clients/client-iot/src/commands/ListThingRegistrationTaskReportsCommand.ts @@ -94,9 +94,6 @@ export class ListThingRegistrationTaskReportsCommand extends $Command< ListThingRegistrationTaskReportsCommandOutput, IoTClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -110,9 +107,7 @@ export class ListThingRegistrationTaskReportsCommand extends $Command< * @public */ constructor(readonly input: ListThingRegistrationTaskReportsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -171,7 +166,4 @@ export class ListThingRegistrationTaskReportsCommand extends $Command< ): Promise { return de_ListThingRegistrationTaskReportsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-iot/src/commands/ListThingRegistrationTasksCommand.ts b/clients/client-iot/src/commands/ListThingRegistrationTasksCommand.ts index 91884edcab78..68ba00884b23 100644 --- a/clients/client-iot/src/commands/ListThingRegistrationTasksCommand.ts +++ b/clients/client-iot/src/commands/ListThingRegistrationTasksCommand.ts @@ -88,9 +88,6 @@ export class ListThingRegistrationTasksCommand extends $Command< ListThingRegistrationTasksCommandOutput, IoTClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -104,9 +101,7 @@ export class ListThingRegistrationTasksCommand extends $Command< * @public */ constructor(readonly input: ListThingRegistrationTasksCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -162,7 +157,4 @@ export class ListThingRegistrationTasksCommand extends $Command< ): Promise { return de_ListThingRegistrationTasksCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-iot/src/commands/ListThingTypesCommand.ts b/clients/client-iot/src/commands/ListThingTypesCommand.ts index 66edcbd9e949..247aa972e876 100644 --- a/clients/client-iot/src/commands/ListThingTypesCommand.ts +++ b/clients/client-iot/src/commands/ListThingTypesCommand.ts @@ -105,9 +105,6 @@ export class ListThingTypesCommand extends $Command< ListThingTypesCommandOutput, IoTClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -121,9 +118,7 @@ export class ListThingTypesCommand extends $Command< * @public */ constructor(readonly input: ListThingTypesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -176,7 +171,4 @@ export class ListThingTypesCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListThingTypesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-iot/src/commands/ListThingsCommand.ts b/clients/client-iot/src/commands/ListThingsCommand.ts index eee03ad82301..3c791bee1326 100644 --- a/clients/client-iot/src/commands/ListThingsCommand.ts +++ b/clients/client-iot/src/commands/ListThingsCommand.ts @@ -109,9 +109,6 @@ export class ListThingsCommand extends $Command< ListThingsCommandOutput, IoTClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -125,9 +122,7 @@ export class ListThingsCommand extends $Command< * @public */ constructor(readonly input: ListThingsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -178,7 +173,4 @@ export class ListThingsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListThingsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-iot/src/commands/ListThingsInBillingGroupCommand.ts b/clients/client-iot/src/commands/ListThingsInBillingGroupCommand.ts index 2afb28ff707e..80922fc89238 100644 --- a/clients/client-iot/src/commands/ListThingsInBillingGroupCommand.ts +++ b/clients/client-iot/src/commands/ListThingsInBillingGroupCommand.ts @@ -88,9 +88,6 @@ export class ListThingsInBillingGroupCommand extends $Command< ListThingsInBillingGroupCommandOutput, IoTClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -104,9 +101,7 @@ export class ListThingsInBillingGroupCommand extends $Command< * @public */ constructor(readonly input: ListThingsInBillingGroupCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -159,7 +154,4 @@ export class ListThingsInBillingGroupCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListThingsInBillingGroupCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-iot/src/commands/ListThingsInThingGroupCommand.ts b/clients/client-iot/src/commands/ListThingsInThingGroupCommand.ts index 966255b5be12..bcdc1ea3648b 100644 --- a/clients/client-iot/src/commands/ListThingsInThingGroupCommand.ts +++ b/clients/client-iot/src/commands/ListThingsInThingGroupCommand.ts @@ -89,9 +89,6 @@ export class ListThingsInThingGroupCommand extends $Command< ListThingsInThingGroupCommandOutput, IoTClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -105,9 +102,7 @@ export class ListThingsInThingGroupCommand extends $Command< * @public */ constructor(readonly input: ListThingsInThingGroupCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -160,7 +155,4 @@ export class ListThingsInThingGroupCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListThingsInThingGroupCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-iot/src/commands/ListTopicRuleDestinationsCommand.ts b/clients/client-iot/src/commands/ListTopicRuleDestinationsCommand.ts index 5c5b8e491689..6a884ee51701 100644 --- a/clients/client-iot/src/commands/ListTopicRuleDestinationsCommand.ts +++ b/clients/client-iot/src/commands/ListTopicRuleDestinationsCommand.ts @@ -106,9 +106,6 @@ export class ListTopicRuleDestinationsCommand extends $Command< ListTopicRuleDestinationsCommandOutput, IoTClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -122,9 +119,7 @@ export class ListTopicRuleDestinationsCommand extends $Command< * @public */ constructor(readonly input: ListTopicRuleDestinationsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -180,7 +175,4 @@ export class ListTopicRuleDestinationsCommand extends $Command< ): Promise { return de_ListTopicRuleDestinationsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-iot/src/commands/ListTopicRulesCommand.ts b/clients/client-iot/src/commands/ListTopicRulesCommand.ts index 418a40ab6e50..3fd427484500 100644 --- a/clients/client-iot/src/commands/ListTopicRulesCommand.ts +++ b/clients/client-iot/src/commands/ListTopicRulesCommand.ts @@ -92,9 +92,6 @@ export class ListTopicRulesCommand extends $Command< ListTopicRulesCommandOutput, IoTClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -108,9 +105,7 @@ export class ListTopicRulesCommand extends $Command< * @public */ constructor(readonly input: ListTopicRulesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -163,7 +158,4 @@ export class ListTopicRulesCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListTopicRulesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-iot/src/commands/ListV2LoggingLevelsCommand.ts b/clients/client-iot/src/commands/ListV2LoggingLevelsCommand.ts index 83c85c52d8a2..1b0a3274dfa9 100644 --- a/clients/client-iot/src/commands/ListV2LoggingLevelsCommand.ts +++ b/clients/client-iot/src/commands/ListV2LoggingLevelsCommand.ts @@ -94,9 +94,6 @@ export class ListV2LoggingLevelsCommand extends $Command< ListV2LoggingLevelsCommandOutput, IoTClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -110,9 +107,7 @@ export class ListV2LoggingLevelsCommand extends $Command< * @public */ constructor(readonly input: ListV2LoggingLevelsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -165,7 +160,4 @@ export class ListV2LoggingLevelsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListV2LoggingLevelsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-iot/src/commands/ListViolationEventsCommand.ts b/clients/client-iot/src/commands/ListViolationEventsCommand.ts index 4841186150e8..7ed9aca7b053 100644 --- a/clients/client-iot/src/commands/ListViolationEventsCommand.ts +++ b/clients/client-iot/src/commands/ListViolationEventsCommand.ts @@ -157,9 +157,6 @@ export class ListViolationEventsCommand extends $Command< ListViolationEventsCommandOutput, IoTClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -173,9 +170,7 @@ export class ListViolationEventsCommand extends $Command< * @public */ constructor(readonly input: ListViolationEventsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -228,7 +223,4 @@ export class ListViolationEventsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListViolationEventsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-iot/src/commands/PutVerificationStateOnViolationCommand.ts b/clients/client-iot/src/commands/PutVerificationStateOnViolationCommand.ts index 56e97c3f6b64..44973ae63b92 100644 --- a/clients/client-iot/src/commands/PutVerificationStateOnViolationCommand.ts +++ b/clients/client-iot/src/commands/PutVerificationStateOnViolationCommand.ts @@ -84,9 +84,6 @@ export class PutVerificationStateOnViolationCommand extends $Command< PutVerificationStateOnViolationCommandOutput, IoTClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -100,9 +97,7 @@ export class PutVerificationStateOnViolationCommand extends $Command< * @public */ constructor(readonly input: PutVerificationStateOnViolationCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -161,7 +156,4 @@ export class PutVerificationStateOnViolationCommand extends $Command< ): Promise { return de_PutVerificationStateOnViolationCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-iot/src/commands/RegisterCACertificateCommand.ts b/clients/client-iot/src/commands/RegisterCACertificateCommand.ts index a569b5c972d8..a30df9ec6e5b 100644 --- a/clients/client-iot/src/commands/RegisterCACertificateCommand.ts +++ b/clients/client-iot/src/commands/RegisterCACertificateCommand.ts @@ -119,9 +119,6 @@ export class RegisterCACertificateCommand extends $Command< RegisterCACertificateCommandOutput, IoTClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -135,9 +132,7 @@ export class RegisterCACertificateCommand extends $Command< * @public */ constructor(readonly input: RegisterCACertificateCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -190,7 +185,4 @@ export class RegisterCACertificateCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_RegisterCACertificateCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-iot/src/commands/RegisterCertificateCommand.ts b/clients/client-iot/src/commands/RegisterCertificateCommand.ts index c20841ca2b23..ae8464ef9f43 100644 --- a/clients/client-iot/src/commands/RegisterCertificateCommand.ts +++ b/clients/client-iot/src/commands/RegisterCertificateCommand.ts @@ -106,9 +106,6 @@ export class RegisterCertificateCommand extends $Command< RegisterCertificateCommandOutput, IoTClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -122,9 +119,7 @@ export class RegisterCertificateCommand extends $Command< * @public */ constructor(readonly input: RegisterCertificateCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -177,7 +172,4 @@ export class RegisterCertificateCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_RegisterCertificateCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-iot/src/commands/RegisterCertificateWithoutCACommand.ts b/clients/client-iot/src/commands/RegisterCertificateWithoutCACommand.ts index 590e829672ff..9bd42e30f1e7 100644 --- a/clients/client-iot/src/commands/RegisterCertificateWithoutCACommand.ts +++ b/clients/client-iot/src/commands/RegisterCertificateWithoutCACommand.ts @@ -104,9 +104,6 @@ export class RegisterCertificateWithoutCACommand extends $Command< RegisterCertificateWithoutCACommandOutput, IoTClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -120,9 +117,7 @@ export class RegisterCertificateWithoutCACommand extends $Command< * @public */ constructor(readonly input: RegisterCertificateWithoutCACommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -178,7 +173,4 @@ export class RegisterCertificateWithoutCACommand extends $Command< ): Promise { return de_RegisterCertificateWithoutCACommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-iot/src/commands/RegisterThingCommand.ts b/clients/client-iot/src/commands/RegisterThingCommand.ts index a03cd1fd7856..f2007d3b10d9 100644 --- a/clients/client-iot/src/commands/RegisterThingCommand.ts +++ b/clients/client-iot/src/commands/RegisterThingCommand.ts @@ -102,9 +102,6 @@ export class RegisterThingCommand extends $Command< RegisterThingCommandOutput, IoTClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -118,9 +115,7 @@ export class RegisterThingCommand extends $Command< * @public */ constructor(readonly input: RegisterThingCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -171,7 +166,4 @@ export class RegisterThingCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_RegisterThingCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-iot/src/commands/RejectCertificateTransferCommand.ts b/clients/client-iot/src/commands/RejectCertificateTransferCommand.ts index 2cbdbdfebe56..4683dc27ff93 100644 --- a/clients/client-iot/src/commands/RejectCertificateTransferCommand.ts +++ b/clients/client-iot/src/commands/RejectCertificateTransferCommand.ts @@ -98,9 +98,6 @@ export class RejectCertificateTransferCommand extends $Command< RejectCertificateTransferCommandOutput, IoTClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -114,9 +111,7 @@ export class RejectCertificateTransferCommand extends $Command< * @public */ constructor(readonly input: RejectCertificateTransferCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -172,7 +167,4 @@ export class RejectCertificateTransferCommand extends $Command< ): Promise { return de_RejectCertificateTransferCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-iot/src/commands/RemoveThingFromBillingGroupCommand.ts b/clients/client-iot/src/commands/RemoveThingFromBillingGroupCommand.ts index 7c10575aa6fd..ac9ed20c4010 100644 --- a/clients/client-iot/src/commands/RemoveThingFromBillingGroupCommand.ts +++ b/clients/client-iot/src/commands/RemoveThingFromBillingGroupCommand.ts @@ -92,9 +92,6 @@ export class RemoveThingFromBillingGroupCommand extends $Command< RemoveThingFromBillingGroupCommandOutput, IoTClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -108,9 +105,7 @@ export class RemoveThingFromBillingGroupCommand extends $Command< * @public */ constructor(readonly input: RemoveThingFromBillingGroupCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -166,7 +161,4 @@ export class RemoveThingFromBillingGroupCommand extends $Command< ): Promise { return de_RemoveThingFromBillingGroupCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-iot/src/commands/RemoveThingFromThingGroupCommand.ts b/clients/client-iot/src/commands/RemoveThingFromThingGroupCommand.ts index 6c3ad82ce692..0a6962c217d2 100644 --- a/clients/client-iot/src/commands/RemoveThingFromThingGroupCommand.ts +++ b/clients/client-iot/src/commands/RemoveThingFromThingGroupCommand.ts @@ -89,9 +89,6 @@ export class RemoveThingFromThingGroupCommand extends $Command< RemoveThingFromThingGroupCommandOutput, IoTClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -105,9 +102,7 @@ export class RemoveThingFromThingGroupCommand extends $Command< * @public */ constructor(readonly input: RemoveThingFromThingGroupCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -163,7 +158,4 @@ export class RemoveThingFromThingGroupCommand extends $Command< ): Promise { return de_RemoveThingFromThingGroupCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-iot/src/commands/ReplaceTopicRuleCommand.ts b/clients/client-iot/src/commands/ReplaceTopicRuleCommand.ts index 3513b29dc6de..cb484a7ec966 100644 --- a/clients/client-iot/src/commands/ReplaceTopicRuleCommand.ts +++ b/clients/client-iot/src/commands/ReplaceTopicRuleCommand.ts @@ -510,9 +510,6 @@ export class ReplaceTopicRuleCommand extends $Command< ReplaceTopicRuleCommandOutput, IoTClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -526,9 +523,7 @@ export class ReplaceTopicRuleCommand extends $Command< * @public */ constructor(readonly input: ReplaceTopicRuleCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -581,7 +576,4 @@ export class ReplaceTopicRuleCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ReplaceTopicRuleCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-iot/src/commands/SearchIndexCommand.ts b/clients/client-iot/src/commands/SearchIndexCommand.ts index 15c94013cc52..74587ecfeac7 100644 --- a/clients/client-iot/src/commands/SearchIndexCommand.ts +++ b/clients/client-iot/src/commands/SearchIndexCommand.ts @@ -132,9 +132,6 @@ export class SearchIndexCommand extends $Command< SearchIndexCommandOutput, IoTClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -148,9 +145,7 @@ export class SearchIndexCommand extends $Command< * @public */ constructor(readonly input: SearchIndexCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -201,7 +196,4 @@ export class SearchIndexCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_SearchIndexCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-iot/src/commands/SetDefaultAuthorizerCommand.ts b/clients/client-iot/src/commands/SetDefaultAuthorizerCommand.ts index cdb3849aaf62..b1037ceceacb 100644 --- a/clients/client-iot/src/commands/SetDefaultAuthorizerCommand.ts +++ b/clients/client-iot/src/commands/SetDefaultAuthorizerCommand.ts @@ -94,9 +94,6 @@ export class SetDefaultAuthorizerCommand extends $Command< SetDefaultAuthorizerCommandOutput, IoTClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -110,9 +107,7 @@ export class SetDefaultAuthorizerCommand extends $Command< * @public */ constructor(readonly input: SetDefaultAuthorizerCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -165,7 +160,4 @@ export class SetDefaultAuthorizerCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_SetDefaultAuthorizerCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-iot/src/commands/SetDefaultPolicyVersionCommand.ts b/clients/client-iot/src/commands/SetDefaultPolicyVersionCommand.ts index 80c1e884814a..0c2c896b3805 100644 --- a/clients/client-iot/src/commands/SetDefaultPolicyVersionCommand.ts +++ b/clients/client-iot/src/commands/SetDefaultPolicyVersionCommand.ts @@ -91,9 +91,6 @@ export class SetDefaultPolicyVersionCommand extends $Command< SetDefaultPolicyVersionCommandOutput, IoTClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -107,9 +104,7 @@ export class SetDefaultPolicyVersionCommand extends $Command< * @public */ constructor(readonly input: SetDefaultPolicyVersionCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -162,7 +157,4 @@ export class SetDefaultPolicyVersionCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_SetDefaultPolicyVersionCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-iot/src/commands/SetLoggingOptionsCommand.ts b/clients/client-iot/src/commands/SetLoggingOptionsCommand.ts index f8585b2b0296..91962c866d5f 100644 --- a/clients/client-iot/src/commands/SetLoggingOptionsCommand.ts +++ b/clients/client-iot/src/commands/SetLoggingOptionsCommand.ts @@ -83,9 +83,6 @@ export class SetLoggingOptionsCommand extends $Command< SetLoggingOptionsCommandOutput, IoTClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -99,9 +96,7 @@ export class SetLoggingOptionsCommand extends $Command< * @public */ constructor(readonly input: SetLoggingOptionsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -154,7 +149,4 @@ export class SetLoggingOptionsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_SetLoggingOptionsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-iot/src/commands/SetV2LoggingLevelCommand.ts b/clients/client-iot/src/commands/SetV2LoggingLevelCommand.ts index 1dee5400f256..79ff8e22aae0 100644 --- a/clients/client-iot/src/commands/SetV2LoggingLevelCommand.ts +++ b/clients/client-iot/src/commands/SetV2LoggingLevelCommand.ts @@ -88,9 +88,6 @@ export class SetV2LoggingLevelCommand extends $Command< SetV2LoggingLevelCommandOutput, IoTClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -104,9 +101,7 @@ export class SetV2LoggingLevelCommand extends $Command< * @public */ constructor(readonly input: SetV2LoggingLevelCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -159,7 +154,4 @@ export class SetV2LoggingLevelCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_SetV2LoggingLevelCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-iot/src/commands/SetV2LoggingOptionsCommand.ts b/clients/client-iot/src/commands/SetV2LoggingOptionsCommand.ts index 93e5b754f2bd..7962b5618ab1 100644 --- a/clients/client-iot/src/commands/SetV2LoggingOptionsCommand.ts +++ b/clients/client-iot/src/commands/SetV2LoggingOptionsCommand.ts @@ -80,9 +80,6 @@ export class SetV2LoggingOptionsCommand extends $Command< SetV2LoggingOptionsCommandOutput, IoTClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -96,9 +93,7 @@ export class SetV2LoggingOptionsCommand extends $Command< * @public */ constructor(readonly input: SetV2LoggingOptionsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -151,7 +146,4 @@ export class SetV2LoggingOptionsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_SetV2LoggingOptionsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-iot/src/commands/StartAuditMitigationActionsTaskCommand.ts b/clients/client-iot/src/commands/StartAuditMitigationActionsTaskCommand.ts index ead1a491f53c..91c530fdd18f 100644 --- a/clients/client-iot/src/commands/StartAuditMitigationActionsTaskCommand.ts +++ b/clients/client-iot/src/commands/StartAuditMitigationActionsTaskCommand.ts @@ -110,9 +110,6 @@ export class StartAuditMitigationActionsTaskCommand extends $Command< StartAuditMitigationActionsTaskCommandOutput, IoTClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -126,9 +123,7 @@ export class StartAuditMitigationActionsTaskCommand extends $Command< * @public */ constructor(readonly input: StartAuditMitigationActionsTaskCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -187,7 +182,4 @@ export class StartAuditMitigationActionsTaskCommand extends $Command< ): Promise { return de_StartAuditMitigationActionsTaskCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-iot/src/commands/StartDetectMitigationActionsTaskCommand.ts b/clients/client-iot/src/commands/StartDetectMitigationActionsTaskCommand.ts index 6b4ef6e808ae..c9d545b55fc9 100644 --- a/clients/client-iot/src/commands/StartDetectMitigationActionsTaskCommand.ts +++ b/clients/client-iot/src/commands/StartDetectMitigationActionsTaskCommand.ts @@ -112,9 +112,6 @@ export class StartDetectMitigationActionsTaskCommand extends $Command< StartDetectMitigationActionsTaskCommandOutput, IoTClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -128,9 +125,7 @@ export class StartDetectMitigationActionsTaskCommand extends $Command< * @public */ constructor(readonly input: StartDetectMitigationActionsTaskCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -189,7 +184,4 @@ export class StartDetectMitigationActionsTaskCommand extends $Command< ): Promise { return de_StartDetectMitigationActionsTaskCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-iot/src/commands/StartOnDemandAuditTaskCommand.ts b/clients/client-iot/src/commands/StartOnDemandAuditTaskCommand.ts index c3dd435b3b9f..af9979ced2d8 100644 --- a/clients/client-iot/src/commands/StartOnDemandAuditTaskCommand.ts +++ b/clients/client-iot/src/commands/StartOnDemandAuditTaskCommand.ts @@ -85,9 +85,6 @@ export class StartOnDemandAuditTaskCommand extends $Command< StartOnDemandAuditTaskCommandOutput, IoTClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -101,9 +98,7 @@ export class StartOnDemandAuditTaskCommand extends $Command< * @public */ constructor(readonly input: StartOnDemandAuditTaskCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -156,7 +151,4 @@ export class StartOnDemandAuditTaskCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_StartOnDemandAuditTaskCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-iot/src/commands/StartThingRegistrationTaskCommand.ts b/clients/client-iot/src/commands/StartThingRegistrationTaskCommand.ts index 674f1272f95e..ba0f8b56e8cf 100644 --- a/clients/client-iot/src/commands/StartThingRegistrationTaskCommand.ts +++ b/clients/client-iot/src/commands/StartThingRegistrationTaskCommand.ts @@ -86,9 +86,6 @@ export class StartThingRegistrationTaskCommand extends $Command< StartThingRegistrationTaskCommandOutput, IoTClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -102,9 +99,7 @@ export class StartThingRegistrationTaskCommand extends $Command< * @public */ constructor(readonly input: StartThingRegistrationTaskCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -160,7 +155,4 @@ export class StartThingRegistrationTaskCommand extends $Command< ): Promise { return de_StartThingRegistrationTaskCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-iot/src/commands/StopThingRegistrationTaskCommand.ts b/clients/client-iot/src/commands/StopThingRegistrationTaskCommand.ts index a8892929955c..f075152453c5 100644 --- a/clients/client-iot/src/commands/StopThingRegistrationTaskCommand.ts +++ b/clients/client-iot/src/commands/StopThingRegistrationTaskCommand.ts @@ -84,9 +84,6 @@ export class StopThingRegistrationTaskCommand extends $Command< StopThingRegistrationTaskCommandOutput, IoTClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -100,9 +97,7 @@ export class StopThingRegistrationTaskCommand extends $Command< * @public */ constructor(readonly input: StopThingRegistrationTaskCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -158,7 +153,4 @@ export class StopThingRegistrationTaskCommand extends $Command< ): Promise { return de_StopThingRegistrationTaskCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-iot/src/commands/TagResourceCommand.ts b/clients/client-iot/src/commands/TagResourceCommand.ts index 5b895f0329c4..c8ad941ab7e2 100644 --- a/clients/client-iot/src/commands/TagResourceCommand.ts +++ b/clients/client-iot/src/commands/TagResourceCommand.ts @@ -91,9 +91,6 @@ export class TagResourceCommand extends $Command< TagResourceCommandOutput, IoTClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -107,9 +104,7 @@ export class TagResourceCommand extends $Command< * @public */ constructor(readonly input: TagResourceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -160,7 +155,4 @@ export class TagResourceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_TagResourceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-iot/src/commands/TestAuthorizationCommand.ts b/clients/client-iot/src/commands/TestAuthorizationCommand.ts index 2b755210e1de..dacf3d1f0ab7 100644 --- a/clients/client-iot/src/commands/TestAuthorizationCommand.ts +++ b/clients/client-iot/src/commands/TestAuthorizationCommand.ts @@ -149,9 +149,6 @@ export class TestAuthorizationCommand extends $Command< TestAuthorizationCommandOutput, IoTClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -165,9 +162,7 @@ export class TestAuthorizationCommand extends $Command< * @public */ constructor(readonly input: TestAuthorizationCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -220,7 +215,4 @@ export class TestAuthorizationCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_TestAuthorizationCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-iot/src/commands/TestInvokeAuthorizerCommand.ts b/clients/client-iot/src/commands/TestInvokeAuthorizerCommand.ts index 97556866ea44..a9ce9b6561f6 100644 --- a/clients/client-iot/src/commands/TestInvokeAuthorizerCommand.ts +++ b/clients/client-iot/src/commands/TestInvokeAuthorizerCommand.ts @@ -116,9 +116,6 @@ export class TestInvokeAuthorizerCommand extends $Command< TestInvokeAuthorizerCommandOutput, IoTClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -132,9 +129,7 @@ export class TestInvokeAuthorizerCommand extends $Command< * @public */ constructor(readonly input: TestInvokeAuthorizerCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -187,7 +182,4 @@ export class TestInvokeAuthorizerCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_TestInvokeAuthorizerCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-iot/src/commands/TransferCertificateCommand.ts b/clients/client-iot/src/commands/TransferCertificateCommand.ts index 4827f435bccc..7cec59466190 100644 --- a/clients/client-iot/src/commands/TransferCertificateCommand.ts +++ b/clients/client-iot/src/commands/TransferCertificateCommand.ts @@ -105,9 +105,6 @@ export class TransferCertificateCommand extends $Command< TransferCertificateCommandOutput, IoTClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -121,9 +118,7 @@ export class TransferCertificateCommand extends $Command< * @public */ constructor(readonly input: TransferCertificateCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -176,7 +171,4 @@ export class TransferCertificateCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_TransferCertificateCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-iot/src/commands/UntagResourceCommand.ts b/clients/client-iot/src/commands/UntagResourceCommand.ts index d3f9a0a921d4..dd5610a77e00 100644 --- a/clients/client-iot/src/commands/UntagResourceCommand.ts +++ b/clients/client-iot/src/commands/UntagResourceCommand.ts @@ -84,9 +84,6 @@ export class UntagResourceCommand extends $Command< UntagResourceCommandOutput, IoTClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -100,9 +97,7 @@ export class UntagResourceCommand extends $Command< * @public */ constructor(readonly input: UntagResourceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -153,7 +148,4 @@ export class UntagResourceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UntagResourceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-iot/src/commands/UpdateAccountAuditConfigurationCommand.ts b/clients/client-iot/src/commands/UpdateAccountAuditConfigurationCommand.ts index a9d5bfb53bad..4a1199e64865 100644 --- a/clients/client-iot/src/commands/UpdateAccountAuditConfigurationCommand.ts +++ b/clients/client-iot/src/commands/UpdateAccountAuditConfigurationCommand.ts @@ -97,9 +97,6 @@ export class UpdateAccountAuditConfigurationCommand extends $Command< UpdateAccountAuditConfigurationCommandOutput, IoTClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -113,9 +110,7 @@ export class UpdateAccountAuditConfigurationCommand extends $Command< * @public */ constructor(readonly input: UpdateAccountAuditConfigurationCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -174,7 +169,4 @@ export class UpdateAccountAuditConfigurationCommand extends $Command< ): Promise { return de_UpdateAccountAuditConfigurationCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-iot/src/commands/UpdateAuditSuppressionCommand.ts b/clients/client-iot/src/commands/UpdateAuditSuppressionCommand.ts index 367ac629798e..91a0cf651093 100644 --- a/clients/client-iot/src/commands/UpdateAuditSuppressionCommand.ts +++ b/clients/client-iot/src/commands/UpdateAuditSuppressionCommand.ts @@ -104,9 +104,6 @@ export class UpdateAuditSuppressionCommand extends $Command< UpdateAuditSuppressionCommandOutput, IoTClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -120,9 +117,7 @@ export class UpdateAuditSuppressionCommand extends $Command< * @public */ constructor(readonly input: UpdateAuditSuppressionCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -175,7 +170,4 @@ export class UpdateAuditSuppressionCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdateAuditSuppressionCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-iot/src/commands/UpdateAuthorizerCommand.ts b/clients/client-iot/src/commands/UpdateAuthorizerCommand.ts index 2d3fd82bd6e5..feafb5df4c76 100644 --- a/clients/client-iot/src/commands/UpdateAuthorizerCommand.ts +++ b/clients/client-iot/src/commands/UpdateAuthorizerCommand.ts @@ -100,9 +100,6 @@ export class UpdateAuthorizerCommand extends $Command< UpdateAuthorizerCommandOutput, IoTClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -116,9 +113,7 @@ export class UpdateAuthorizerCommand extends $Command< * @public */ constructor(readonly input: UpdateAuthorizerCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -171,7 +166,4 @@ export class UpdateAuthorizerCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdateAuthorizerCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-iot/src/commands/UpdateBillingGroupCommand.ts b/clients/client-iot/src/commands/UpdateBillingGroupCommand.ts index c6d282df1569..f653bdcba702 100644 --- a/clients/client-iot/src/commands/UpdateBillingGroupCommand.ts +++ b/clients/client-iot/src/commands/UpdateBillingGroupCommand.ts @@ -92,9 +92,6 @@ export class UpdateBillingGroupCommand extends $Command< UpdateBillingGroupCommandOutput, IoTClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -108,9 +105,7 @@ export class UpdateBillingGroupCommand extends $Command< * @public */ constructor(readonly input: UpdateBillingGroupCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -163,7 +158,4 @@ export class UpdateBillingGroupCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdateBillingGroupCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-iot/src/commands/UpdateCACertificateCommand.ts b/clients/client-iot/src/commands/UpdateCACertificateCommand.ts index 469ed250629d..94fafdf54026 100644 --- a/clients/client-iot/src/commands/UpdateCACertificateCommand.ts +++ b/clients/client-iot/src/commands/UpdateCACertificateCommand.ts @@ -95,9 +95,6 @@ export class UpdateCACertificateCommand extends $Command< UpdateCACertificateCommandOutput, IoTClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -111,9 +108,7 @@ export class UpdateCACertificateCommand extends $Command< * @public */ constructor(readonly input: UpdateCACertificateCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -166,7 +161,4 @@ export class UpdateCACertificateCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdateCACertificateCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-iot/src/commands/UpdateCertificateCommand.ts b/clients/client-iot/src/commands/UpdateCertificateCommand.ts index 99ffba557b6a..7e28ca004242 100644 --- a/clients/client-iot/src/commands/UpdateCertificateCommand.ts +++ b/clients/client-iot/src/commands/UpdateCertificateCommand.ts @@ -97,9 +97,6 @@ export class UpdateCertificateCommand extends $Command< UpdateCertificateCommandOutput, IoTClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -113,9 +110,7 @@ export class UpdateCertificateCommand extends $Command< * @public */ constructor(readonly input: UpdateCertificateCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -168,7 +163,4 @@ export class UpdateCertificateCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdateCertificateCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-iot/src/commands/UpdateCustomMetricCommand.ts b/clients/client-iot/src/commands/UpdateCustomMetricCommand.ts index ddef04b7b69b..a2202da52b16 100644 --- a/clients/client-iot/src/commands/UpdateCustomMetricCommand.ts +++ b/clients/client-iot/src/commands/UpdateCustomMetricCommand.ts @@ -90,9 +90,6 @@ export class UpdateCustomMetricCommand extends $Command< UpdateCustomMetricCommandOutput, IoTClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -106,9 +103,7 @@ export class UpdateCustomMetricCommand extends $Command< * @public */ constructor(readonly input: UpdateCustomMetricCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -161,7 +156,4 @@ export class UpdateCustomMetricCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdateCustomMetricCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-iot/src/commands/UpdateDimensionCommand.ts b/clients/client-iot/src/commands/UpdateDimensionCommand.ts index 09e1d6fe73cd..fb8952adb337 100644 --- a/clients/client-iot/src/commands/UpdateDimensionCommand.ts +++ b/clients/client-iot/src/commands/UpdateDimensionCommand.ts @@ -98,9 +98,6 @@ export class UpdateDimensionCommand extends $Command< UpdateDimensionCommandOutput, IoTClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -114,9 +111,7 @@ export class UpdateDimensionCommand extends $Command< * @public */ constructor(readonly input: UpdateDimensionCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -169,7 +164,4 @@ export class UpdateDimensionCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdateDimensionCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-iot/src/commands/UpdateDomainConfigurationCommand.ts b/clients/client-iot/src/commands/UpdateDomainConfigurationCommand.ts index 841771b64d0c..de8ebf1032e4 100644 --- a/clients/client-iot/src/commands/UpdateDomainConfigurationCommand.ts +++ b/clients/client-iot/src/commands/UpdateDomainConfigurationCommand.ts @@ -103,9 +103,6 @@ export class UpdateDomainConfigurationCommand extends $Command< UpdateDomainConfigurationCommandOutput, IoTClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -119,9 +116,7 @@ export class UpdateDomainConfigurationCommand extends $Command< * @public */ constructor(readonly input: UpdateDomainConfigurationCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -177,7 +172,4 @@ export class UpdateDomainConfigurationCommand extends $Command< ): Promise { return de_UpdateDomainConfigurationCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-iot/src/commands/UpdateDynamicThingGroupCommand.ts b/clients/client-iot/src/commands/UpdateDynamicThingGroupCommand.ts index d2966930dfc2..8be226504b18 100644 --- a/clients/client-iot/src/commands/UpdateDynamicThingGroupCommand.ts +++ b/clients/client-iot/src/commands/UpdateDynamicThingGroupCommand.ts @@ -104,9 +104,6 @@ export class UpdateDynamicThingGroupCommand extends $Command< UpdateDynamicThingGroupCommandOutput, IoTClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -120,9 +117,7 @@ export class UpdateDynamicThingGroupCommand extends $Command< * @public */ constructor(readonly input: UpdateDynamicThingGroupCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -175,7 +170,4 @@ export class UpdateDynamicThingGroupCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdateDynamicThingGroupCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-iot/src/commands/UpdateEventConfigurationsCommand.ts b/clients/client-iot/src/commands/UpdateEventConfigurationsCommand.ts index 6ec1d1de0630..630d7aa98eb9 100644 --- a/clients/client-iot/src/commands/UpdateEventConfigurationsCommand.ts +++ b/clients/client-iot/src/commands/UpdateEventConfigurationsCommand.ts @@ -82,9 +82,6 @@ export class UpdateEventConfigurationsCommand extends $Command< UpdateEventConfigurationsCommandOutput, IoTClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -98,9 +95,7 @@ export class UpdateEventConfigurationsCommand extends $Command< * @public */ constructor(readonly input: UpdateEventConfigurationsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -156,7 +151,4 @@ export class UpdateEventConfigurationsCommand extends $Command< ): Promise { return de_UpdateEventConfigurationsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-iot/src/commands/UpdateFleetMetricCommand.ts b/clients/client-iot/src/commands/UpdateFleetMetricCommand.ts index 5ede30556494..1048b56aba7b 100644 --- a/clients/client-iot/src/commands/UpdateFleetMetricCommand.ts +++ b/clients/client-iot/src/commands/UpdateFleetMetricCommand.ts @@ -115,9 +115,6 @@ export class UpdateFleetMetricCommand extends $Command< UpdateFleetMetricCommandOutput, IoTClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -131,9 +128,7 @@ export class UpdateFleetMetricCommand extends $Command< * @public */ constructor(readonly input: UpdateFleetMetricCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -186,7 +181,4 @@ export class UpdateFleetMetricCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdateFleetMetricCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-iot/src/commands/UpdateIndexingConfigurationCommand.ts b/clients/client-iot/src/commands/UpdateIndexingConfigurationCommand.ts index 2e52159a0e9c..f6b897536e2f 100644 --- a/clients/client-iot/src/commands/UpdateIndexingConfigurationCommand.ts +++ b/clients/client-iot/src/commands/UpdateIndexingConfigurationCommand.ts @@ -126,9 +126,6 @@ export class UpdateIndexingConfigurationCommand extends $Command< UpdateIndexingConfigurationCommandOutput, IoTClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -142,9 +139,7 @@ export class UpdateIndexingConfigurationCommand extends $Command< * @public */ constructor(readonly input: UpdateIndexingConfigurationCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -200,7 +195,4 @@ export class UpdateIndexingConfigurationCommand extends $Command< ): Promise { return de_UpdateIndexingConfigurationCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-iot/src/commands/UpdateJobCommand.ts b/clients/client-iot/src/commands/UpdateJobCommand.ts index 9859b56319f9..0b9c8c6959cc 100644 --- a/clients/client-iot/src/commands/UpdateJobCommand.ts +++ b/clients/client-iot/src/commands/UpdateJobCommand.ts @@ -115,9 +115,6 @@ export interface UpdateJobCommandOutput extends __MetadataBearer {} * */ export class UpdateJobCommand extends $Command { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -131,9 +128,7 @@ export class UpdateJobCommand extends $Command { return de_UpdateJobCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-iot/src/commands/UpdateMitigationActionCommand.ts b/clients/client-iot/src/commands/UpdateMitigationActionCommand.ts index bb9fe86e3301..669162915586 100644 --- a/clients/client-iot/src/commands/UpdateMitigationActionCommand.ts +++ b/clients/client-iot/src/commands/UpdateMitigationActionCommand.ts @@ -109,9 +109,6 @@ export class UpdateMitigationActionCommand extends $Command< UpdateMitigationActionCommandOutput, IoTClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -125,9 +122,7 @@ export class UpdateMitigationActionCommand extends $Command< * @public */ constructor(readonly input: UpdateMitigationActionCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -180,7 +175,4 @@ export class UpdateMitigationActionCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdateMitigationActionCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-iot/src/commands/UpdatePackageCommand.ts b/clients/client-iot/src/commands/UpdatePackageCommand.ts index 42c64b5e2bab..4a6ad621db34 100644 --- a/clients/client-iot/src/commands/UpdatePackageCommand.ts +++ b/clients/client-iot/src/commands/UpdatePackageCommand.ts @@ -90,9 +90,6 @@ export class UpdatePackageCommand extends $Command< UpdatePackageCommandOutput, IoTClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -106,9 +103,7 @@ export class UpdatePackageCommand extends $Command< * @public */ constructor(readonly input: UpdatePackageCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -159,7 +154,4 @@ export class UpdatePackageCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdatePackageCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-iot/src/commands/UpdatePackageConfigurationCommand.ts b/clients/client-iot/src/commands/UpdatePackageConfigurationCommand.ts index 92df53e7fc52..65a26e66af13 100644 --- a/clients/client-iot/src/commands/UpdatePackageConfigurationCommand.ts +++ b/clients/client-iot/src/commands/UpdatePackageConfigurationCommand.ts @@ -83,9 +83,6 @@ export class UpdatePackageConfigurationCommand extends $Command< UpdatePackageConfigurationCommandOutput, IoTClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -99,9 +96,7 @@ export class UpdatePackageConfigurationCommand extends $Command< * @public */ constructor(readonly input: UpdatePackageConfigurationCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -157,7 +152,4 @@ export class UpdatePackageConfigurationCommand extends $Command< ): Promise { return de_UpdatePackageConfigurationCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-iot/src/commands/UpdatePackageVersionCommand.ts b/clients/client-iot/src/commands/UpdatePackageVersionCommand.ts index 4393b2905c77..c15637b36c36 100644 --- a/clients/client-iot/src/commands/UpdatePackageVersionCommand.ts +++ b/clients/client-iot/src/commands/UpdatePackageVersionCommand.ts @@ -93,9 +93,6 @@ export class UpdatePackageVersionCommand extends $Command< UpdatePackageVersionCommandOutput, IoTClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -109,9 +106,7 @@ export class UpdatePackageVersionCommand extends $Command< * @public */ constructor(readonly input: UpdatePackageVersionCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -164,7 +159,4 @@ export class UpdatePackageVersionCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdatePackageVersionCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-iot/src/commands/UpdateProvisioningTemplateCommand.ts b/clients/client-iot/src/commands/UpdateProvisioningTemplateCommand.ts index bb78ea982caa..82923148c517 100644 --- a/clients/client-iot/src/commands/UpdateProvisioningTemplateCommand.ts +++ b/clients/client-iot/src/commands/UpdateProvisioningTemplateCommand.ts @@ -94,9 +94,6 @@ export class UpdateProvisioningTemplateCommand extends $Command< UpdateProvisioningTemplateCommandOutput, IoTClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -110,9 +107,7 @@ export class UpdateProvisioningTemplateCommand extends $Command< * @public */ constructor(readonly input: UpdateProvisioningTemplateCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -168,7 +163,4 @@ export class UpdateProvisioningTemplateCommand extends $Command< ): Promise { return de_UpdateProvisioningTemplateCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-iot/src/commands/UpdateRoleAliasCommand.ts b/clients/client-iot/src/commands/UpdateRoleAliasCommand.ts index 493d2f9646e7..c70bad0d1487 100644 --- a/clients/client-iot/src/commands/UpdateRoleAliasCommand.ts +++ b/clients/client-iot/src/commands/UpdateRoleAliasCommand.ts @@ -92,9 +92,6 @@ export class UpdateRoleAliasCommand extends $Command< UpdateRoleAliasCommandOutput, IoTClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -108,9 +105,7 @@ export class UpdateRoleAliasCommand extends $Command< * @public */ constructor(readonly input: UpdateRoleAliasCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -163,7 +158,4 @@ export class UpdateRoleAliasCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdateRoleAliasCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-iot/src/commands/UpdateScheduledAuditCommand.ts b/clients/client-iot/src/commands/UpdateScheduledAuditCommand.ts index 5fda6d18931b..ddc7eb3a9e86 100644 --- a/clients/client-iot/src/commands/UpdateScheduledAuditCommand.ts +++ b/clients/client-iot/src/commands/UpdateScheduledAuditCommand.ts @@ -90,9 +90,6 @@ export class UpdateScheduledAuditCommand extends $Command< UpdateScheduledAuditCommandOutput, IoTClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -106,9 +103,7 @@ export class UpdateScheduledAuditCommand extends $Command< * @public */ constructor(readonly input: UpdateScheduledAuditCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -161,7 +156,4 @@ export class UpdateScheduledAuditCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdateScheduledAuditCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-iot/src/commands/UpdateSecurityProfileCommand.ts b/clients/client-iot/src/commands/UpdateSecurityProfileCommand.ts index 07e21bb7ccbf..e098cb2ca773 100644 --- a/clients/client-iot/src/commands/UpdateSecurityProfileCommand.ts +++ b/clients/client-iot/src/commands/UpdateSecurityProfileCommand.ts @@ -212,9 +212,6 @@ export class UpdateSecurityProfileCommand extends $Command< UpdateSecurityProfileCommandOutput, IoTClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -228,9 +225,7 @@ export class UpdateSecurityProfileCommand extends $Command< * @public */ constructor(readonly input: UpdateSecurityProfileCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -283,7 +278,4 @@ export class UpdateSecurityProfileCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdateSecurityProfileCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-iot/src/commands/UpdateStreamCommand.ts b/clients/client-iot/src/commands/UpdateStreamCommand.ts index 1723fcba2de0..22dcd857db50 100644 --- a/clients/client-iot/src/commands/UpdateStreamCommand.ts +++ b/clients/client-iot/src/commands/UpdateStreamCommand.ts @@ -104,9 +104,6 @@ export class UpdateStreamCommand extends $Command< UpdateStreamCommandOutput, IoTClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -120,9 +117,7 @@ export class UpdateStreamCommand extends $Command< * @public */ constructor(readonly input: UpdateStreamCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -173,7 +168,4 @@ export class UpdateStreamCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdateStreamCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-iot/src/commands/UpdateThingCommand.ts b/clients/client-iot/src/commands/UpdateThingCommand.ts index 609ab44b4998..589976c8d476 100644 --- a/clients/client-iot/src/commands/UpdateThingCommand.ts +++ b/clients/client-iot/src/commands/UpdateThingCommand.ts @@ -101,9 +101,6 @@ export class UpdateThingCommand extends $Command< UpdateThingCommandOutput, IoTClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -117,9 +114,7 @@ export class UpdateThingCommand extends $Command< * @public */ constructor(readonly input: UpdateThingCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -170,7 +165,4 @@ export class UpdateThingCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdateThingCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-iot/src/commands/UpdateThingGroupCommand.ts b/clients/client-iot/src/commands/UpdateThingGroupCommand.ts index de80357a3e4d..15cd70110f8a 100644 --- a/clients/client-iot/src/commands/UpdateThingGroupCommand.ts +++ b/clients/client-iot/src/commands/UpdateThingGroupCommand.ts @@ -98,9 +98,6 @@ export class UpdateThingGroupCommand extends $Command< UpdateThingGroupCommandOutput, IoTClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -114,9 +111,7 @@ export class UpdateThingGroupCommand extends $Command< * @public */ constructor(readonly input: UpdateThingGroupCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -169,7 +164,4 @@ export class UpdateThingGroupCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdateThingGroupCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-iot/src/commands/UpdateThingGroupsForThingCommand.ts b/clients/client-iot/src/commands/UpdateThingGroupsForThingCommand.ts index 0701b33f8de7..fc7f9da1b39c 100644 --- a/clients/client-iot/src/commands/UpdateThingGroupsForThingCommand.ts +++ b/clients/client-iot/src/commands/UpdateThingGroupsForThingCommand.ts @@ -88,9 +88,6 @@ export class UpdateThingGroupsForThingCommand extends $Command< UpdateThingGroupsForThingCommandOutput, IoTClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -104,9 +101,7 @@ export class UpdateThingGroupsForThingCommand extends $Command< * @public */ constructor(readonly input: UpdateThingGroupsForThingCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -162,7 +157,4 @@ export class UpdateThingGroupsForThingCommand extends $Command< ): Promise { return de_UpdateThingGroupsForThingCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-iot/src/commands/UpdateTopicRuleDestinationCommand.ts b/clients/client-iot/src/commands/UpdateTopicRuleDestinationCommand.ts index 38ce2394cc5f..26856510bc03 100644 --- a/clients/client-iot/src/commands/UpdateTopicRuleDestinationCommand.ts +++ b/clients/client-iot/src/commands/UpdateTopicRuleDestinationCommand.ts @@ -87,9 +87,6 @@ export class UpdateTopicRuleDestinationCommand extends $Command< UpdateTopicRuleDestinationCommandOutput, IoTClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -103,9 +100,7 @@ export class UpdateTopicRuleDestinationCommand extends $Command< * @public */ constructor(readonly input: UpdateTopicRuleDestinationCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -161,7 +156,4 @@ export class UpdateTopicRuleDestinationCommand extends $Command< ): Promise { return de_UpdateTopicRuleDestinationCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-iot/src/commands/ValidateSecurityProfileBehaviorsCommand.ts b/clients/client-iot/src/commands/ValidateSecurityProfileBehaviorsCommand.ts index 4ab8194bc88e..141f80ff70f4 100644 --- a/clients/client-iot/src/commands/ValidateSecurityProfileBehaviorsCommand.ts +++ b/clients/client-iot/src/commands/ValidateSecurityProfileBehaviorsCommand.ts @@ -128,9 +128,6 @@ export class ValidateSecurityProfileBehaviorsCommand extends $Command< ValidateSecurityProfileBehaviorsCommandOutput, IoTClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -144,9 +141,7 @@ export class ValidateSecurityProfileBehaviorsCommand extends $Command< * @public */ constructor(readonly input: ValidateSecurityProfileBehaviorsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -205,7 +200,4 @@ export class ValidateSecurityProfileBehaviorsCommand extends $Command< ): Promise { return de_ValidateSecurityProfileBehaviorsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-iotanalytics/package.json b/clients/client-iotanalytics/package.json index 7e780e596a87..66fc078e63eb 100644 --- a/clients/client-iotanalytics/package.json +++ b/clients/client-iotanalytics/package.json @@ -34,29 +34,29 @@ "@aws-sdk/util-endpoints": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@smithy/config-resolver": "^2.0.16", - "@smithy/fetch-http-handler": "^2.2.4", - "@smithy/hash-node": "^2.0.12", - "@smithy/invalid-dependency": "^2.0.12", - "@smithy/middleware-content-length": "^2.0.14", - "@smithy/middleware-endpoint": "^2.1.3", - "@smithy/middleware-retry": "^2.0.18", - "@smithy/middleware-serde": "^2.0.12", - "@smithy/middleware-stack": "^2.0.6", - "@smithy/node-config-provider": "^2.1.3", - "@smithy/node-http-handler": "^2.1.8", - "@smithy/protocol-http": "^3.0.8", - "@smithy/smithy-client": "^2.1.12", - "@smithy/types": "^2.4.0", - "@smithy/url-parser": "^2.0.12", - "@smithy/util-base64": "^2.0.0", + "@smithy/config-resolver": "^2.0.18", + "@smithy/fetch-http-handler": "^2.2.6", + "@smithy/hash-node": "^2.0.15", + "@smithy/invalid-dependency": "^2.0.13", + "@smithy/middleware-content-length": "^2.0.15", + "@smithy/middleware-endpoint": "^2.2.0", + "@smithy/middleware-retry": "^2.0.20", + "@smithy/middleware-serde": "^2.0.13", + "@smithy/middleware-stack": "^2.0.7", + "@smithy/node-config-provider": "^2.1.5", + "@smithy/node-http-handler": "^2.1.9", + "@smithy/protocol-http": "^3.0.9", + "@smithy/smithy-client": "^2.1.15", + "@smithy/types": "^2.5.0", + "@smithy/url-parser": "^2.0.13", + "@smithy/util-base64": "^2.0.1", "@smithy/util-body-length-browser": "^2.0.0", "@smithy/util-body-length-node": "^2.1.0", - "@smithy/util-defaults-mode-browser": "^2.0.16", - "@smithy/util-defaults-mode-node": "^2.0.21", - "@smithy/util-endpoints": "^1.0.2", - "@smithy/util-retry": "^2.0.5", - "@smithy/util-utf8": "^2.0.0", + "@smithy/util-defaults-mode-browser": "^2.0.19", + "@smithy/util-defaults-mode-node": "^2.0.25", + "@smithy/util-endpoints": "^1.0.4", + "@smithy/util-retry": "^2.0.6", + "@smithy/util-utf8": "^2.0.2", "tslib": "^2.5.0" }, "devDependencies": { diff --git a/clients/client-iotanalytics/src/commands/BatchPutMessageCommand.ts b/clients/client-iotanalytics/src/commands/BatchPutMessageCommand.ts index 16770f792e3f..cde85b404e98 100644 --- a/clients/client-iotanalytics/src/commands/BatchPutMessageCommand.ts +++ b/clients/client-iotanalytics/src/commands/BatchPutMessageCommand.ts @@ -97,9 +97,6 @@ export class BatchPutMessageCommand extends $Command< BatchPutMessageCommandOutput, IoTAnalyticsClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -113,9 +110,7 @@ export class BatchPutMessageCommand extends $Command< * @public */ constructor(readonly input: BatchPutMessageCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -168,7 +163,4 @@ export class BatchPutMessageCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_BatchPutMessageCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-iotanalytics/src/commands/CancelPipelineReprocessingCommand.ts b/clients/client-iotanalytics/src/commands/CancelPipelineReprocessingCommand.ts index 7aab5fbc5e18..5143dd6bb64c 100644 --- a/clients/client-iotanalytics/src/commands/CancelPipelineReprocessingCommand.ts +++ b/clients/client-iotanalytics/src/commands/CancelPipelineReprocessingCommand.ts @@ -84,9 +84,6 @@ export class CancelPipelineReprocessingCommand extends $Command< CancelPipelineReprocessingCommandOutput, IoTAnalyticsClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -100,9 +97,7 @@ export class CancelPipelineReprocessingCommand extends $Command< * @public */ constructor(readonly input: CancelPipelineReprocessingCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -158,7 +153,4 @@ export class CancelPipelineReprocessingCommand extends $Command< ): Promise { return de_CancelPipelineReprocessingCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-iotanalytics/src/commands/CreateChannelCommand.ts b/clients/client-iotanalytics/src/commands/CreateChannelCommand.ts index 7913f4441ced..655d5ab2b89c 100644 --- a/clients/client-iotanalytics/src/commands/CreateChannelCommand.ts +++ b/clients/client-iotanalytics/src/commands/CreateChannelCommand.ts @@ -112,9 +112,6 @@ export class CreateChannelCommand extends $Command< CreateChannelCommandOutput, IoTAnalyticsClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -128,9 +125,7 @@ export class CreateChannelCommand extends $Command< * @public */ constructor(readonly input: CreateChannelCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -181,7 +176,4 @@ export class CreateChannelCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateChannelCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-iotanalytics/src/commands/CreateDatasetCommand.ts b/clients/client-iotanalytics/src/commands/CreateDatasetCommand.ts index dcc4be929365..2da4cc966747 100644 --- a/clients/client-iotanalytics/src/commands/CreateDatasetCommand.ts +++ b/clients/client-iotanalytics/src/commands/CreateDatasetCommand.ts @@ -188,9 +188,6 @@ export class CreateDatasetCommand extends $Command< CreateDatasetCommandOutput, IoTAnalyticsClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -204,9 +201,7 @@ export class CreateDatasetCommand extends $Command< * @public */ constructor(readonly input: CreateDatasetCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -257,7 +252,4 @@ export class CreateDatasetCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateDatasetCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-iotanalytics/src/commands/CreateDatasetContentCommand.ts b/clients/client-iotanalytics/src/commands/CreateDatasetContentCommand.ts index b28d8c92f386..9b2b58d32c36 100644 --- a/clients/client-iotanalytics/src/commands/CreateDatasetContentCommand.ts +++ b/clients/client-iotanalytics/src/commands/CreateDatasetContentCommand.ts @@ -87,9 +87,6 @@ export class CreateDatasetContentCommand extends $Command< CreateDatasetContentCommandOutput, IoTAnalyticsClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -103,9 +100,7 @@ export class CreateDatasetContentCommand extends $Command< * @public */ constructor(readonly input: CreateDatasetContentCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -158,7 +153,4 @@ export class CreateDatasetContentCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateDatasetContentCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-iotanalytics/src/commands/CreateDatastoreCommand.ts b/clients/client-iotanalytics/src/commands/CreateDatastoreCommand.ts index 6dff5ed0a8bd..eb4f52f122a9 100644 --- a/clients/client-iotanalytics/src/commands/CreateDatastoreCommand.ts +++ b/clients/client-iotanalytics/src/commands/CreateDatastoreCommand.ts @@ -143,9 +143,6 @@ export class CreateDatastoreCommand extends $Command< CreateDatastoreCommandOutput, IoTAnalyticsClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -159,9 +156,7 @@ export class CreateDatastoreCommand extends $Command< * @public */ constructor(readonly input: CreateDatastoreCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -214,7 +209,4 @@ export class CreateDatastoreCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateDatastoreCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-iotanalytics/src/commands/CreatePipelineCommand.ts b/clients/client-iotanalytics/src/commands/CreatePipelineCommand.ts index 6383aba8250f..5086d4008e9d 100644 --- a/clients/client-iotanalytics/src/commands/CreatePipelineCommand.ts +++ b/clients/client-iotanalytics/src/commands/CreatePipelineCommand.ts @@ -163,9 +163,6 @@ export class CreatePipelineCommand extends $Command< CreatePipelineCommandOutput, IoTAnalyticsClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -179,9 +176,7 @@ export class CreatePipelineCommand extends $Command< * @public */ constructor(readonly input: CreatePipelineCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -234,7 +229,4 @@ export class CreatePipelineCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreatePipelineCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-iotanalytics/src/commands/DeleteChannelCommand.ts b/clients/client-iotanalytics/src/commands/DeleteChannelCommand.ts index 1b218182d5c8..9e10e477b2b0 100644 --- a/clients/client-iotanalytics/src/commands/DeleteChannelCommand.ts +++ b/clients/client-iotanalytics/src/commands/DeleteChannelCommand.ts @@ -83,9 +83,6 @@ export class DeleteChannelCommand extends $Command< DeleteChannelCommandOutput, IoTAnalyticsClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -99,9 +96,7 @@ export class DeleteChannelCommand extends $Command< * @public */ constructor(readonly input: DeleteChannelCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -152,7 +147,4 @@ export class DeleteChannelCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteChannelCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-iotanalytics/src/commands/DeleteDatasetCommand.ts b/clients/client-iotanalytics/src/commands/DeleteDatasetCommand.ts index 526189361176..f483f966d5dd 100644 --- a/clients/client-iotanalytics/src/commands/DeleteDatasetCommand.ts +++ b/clients/client-iotanalytics/src/commands/DeleteDatasetCommand.ts @@ -85,9 +85,6 @@ export class DeleteDatasetCommand extends $Command< DeleteDatasetCommandOutput, IoTAnalyticsClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -101,9 +98,7 @@ export class DeleteDatasetCommand extends $Command< * @public */ constructor(readonly input: DeleteDatasetCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -154,7 +149,4 @@ export class DeleteDatasetCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteDatasetCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-iotanalytics/src/commands/DeleteDatasetContentCommand.ts b/clients/client-iotanalytics/src/commands/DeleteDatasetContentCommand.ts index 771324f8ed28..50ec5deb60e6 100644 --- a/clients/client-iotanalytics/src/commands/DeleteDatasetContentCommand.ts +++ b/clients/client-iotanalytics/src/commands/DeleteDatasetContentCommand.ts @@ -84,9 +84,6 @@ export class DeleteDatasetContentCommand extends $Command< DeleteDatasetContentCommandOutput, IoTAnalyticsClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -100,9 +97,7 @@ export class DeleteDatasetContentCommand extends $Command< * @public */ constructor(readonly input: DeleteDatasetContentCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -155,7 +150,4 @@ export class DeleteDatasetContentCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteDatasetContentCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-iotanalytics/src/commands/DeleteDatastoreCommand.ts b/clients/client-iotanalytics/src/commands/DeleteDatastoreCommand.ts index a92f416e54ca..15ed602dff55 100644 --- a/clients/client-iotanalytics/src/commands/DeleteDatastoreCommand.ts +++ b/clients/client-iotanalytics/src/commands/DeleteDatastoreCommand.ts @@ -83,9 +83,6 @@ export class DeleteDatastoreCommand extends $Command< DeleteDatastoreCommandOutput, IoTAnalyticsClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -99,9 +96,7 @@ export class DeleteDatastoreCommand extends $Command< * @public */ constructor(readonly input: DeleteDatastoreCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -154,7 +149,4 @@ export class DeleteDatastoreCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteDatastoreCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-iotanalytics/src/commands/DeletePipelineCommand.ts b/clients/client-iotanalytics/src/commands/DeletePipelineCommand.ts index e7bf16521c2a..ae01266ad33f 100644 --- a/clients/client-iotanalytics/src/commands/DeletePipelineCommand.ts +++ b/clients/client-iotanalytics/src/commands/DeletePipelineCommand.ts @@ -83,9 +83,6 @@ export class DeletePipelineCommand extends $Command< DeletePipelineCommandOutput, IoTAnalyticsClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -99,9 +96,7 @@ export class DeletePipelineCommand extends $Command< * @public */ constructor(readonly input: DeletePipelineCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -154,7 +149,4 @@ export class DeletePipelineCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeletePipelineCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-iotanalytics/src/commands/DescribeChannelCommand.ts b/clients/client-iotanalytics/src/commands/DescribeChannelCommand.ts index 2e450e7c5673..1d796b488faf 100644 --- a/clients/client-iotanalytics/src/commands/DescribeChannelCommand.ts +++ b/clients/client-iotanalytics/src/commands/DescribeChannelCommand.ts @@ -111,9 +111,6 @@ export class DescribeChannelCommand extends $Command< DescribeChannelCommandOutput, IoTAnalyticsClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -127,9 +124,7 @@ export class DescribeChannelCommand extends $Command< * @public */ constructor(readonly input: DescribeChannelCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -182,7 +177,4 @@ export class DescribeChannelCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DescribeChannelCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-iotanalytics/src/commands/DescribeDatasetCommand.ts b/clients/client-iotanalytics/src/commands/DescribeDatasetCommand.ts index 0ac4cee2ae71..8a03c2aefb8a 100644 --- a/clients/client-iotanalytics/src/commands/DescribeDatasetCommand.ts +++ b/clients/client-iotanalytics/src/commands/DescribeDatasetCommand.ts @@ -176,9 +176,6 @@ export class DescribeDatasetCommand extends $Command< DescribeDatasetCommandOutput, IoTAnalyticsClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -192,9 +189,7 @@ export class DescribeDatasetCommand extends $Command< * @public */ constructor(readonly input: DescribeDatasetCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -247,7 +242,4 @@ export class DescribeDatasetCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DescribeDatasetCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-iotanalytics/src/commands/DescribeDatastoreCommand.ts b/clients/client-iotanalytics/src/commands/DescribeDatastoreCommand.ts index 2e38d317c643..6e74901681a6 100644 --- a/clients/client-iotanalytics/src/commands/DescribeDatastoreCommand.ts +++ b/clients/client-iotanalytics/src/commands/DescribeDatastoreCommand.ts @@ -143,9 +143,6 @@ export class DescribeDatastoreCommand extends $Command< DescribeDatastoreCommandOutput, IoTAnalyticsClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -159,9 +156,7 @@ export class DescribeDatastoreCommand extends $Command< * @public */ constructor(readonly input: DescribeDatastoreCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -214,7 +209,4 @@ export class DescribeDatastoreCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DescribeDatastoreCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-iotanalytics/src/commands/DescribeLoggingOptionsCommand.ts b/clients/client-iotanalytics/src/commands/DescribeLoggingOptionsCommand.ts index b0d57dc2ee86..f3727ead9716 100644 --- a/clients/client-iotanalytics/src/commands/DescribeLoggingOptionsCommand.ts +++ b/clients/client-iotanalytics/src/commands/DescribeLoggingOptionsCommand.ts @@ -87,9 +87,6 @@ export class DescribeLoggingOptionsCommand extends $Command< DescribeLoggingOptionsCommandOutput, IoTAnalyticsClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -103,9 +100,7 @@ export class DescribeLoggingOptionsCommand extends $Command< * @public */ constructor(readonly input: DescribeLoggingOptionsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -158,7 +153,4 @@ export class DescribeLoggingOptionsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DescribeLoggingOptionsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-iotanalytics/src/commands/DescribePipelineCommand.ts b/clients/client-iotanalytics/src/commands/DescribePipelineCommand.ts index f3c361cce40d..453ab05ab61c 100644 --- a/clients/client-iotanalytics/src/commands/DescribePipelineCommand.ts +++ b/clients/client-iotanalytics/src/commands/DescribePipelineCommand.ts @@ -162,9 +162,6 @@ export class DescribePipelineCommand extends $Command< DescribePipelineCommandOutput, IoTAnalyticsClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -178,9 +175,7 @@ export class DescribePipelineCommand extends $Command< * @public */ constructor(readonly input: DescribePipelineCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -233,7 +228,4 @@ export class DescribePipelineCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DescribePipelineCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-iotanalytics/src/commands/GetDatasetContentCommand.ts b/clients/client-iotanalytics/src/commands/GetDatasetContentCommand.ts index 201ab4874037..5b5f30d42b72 100644 --- a/clients/client-iotanalytics/src/commands/GetDatasetContentCommand.ts +++ b/clients/client-iotanalytics/src/commands/GetDatasetContentCommand.ts @@ -96,9 +96,6 @@ export class GetDatasetContentCommand extends $Command< GetDatasetContentCommandOutput, IoTAnalyticsClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -112,9 +109,7 @@ export class GetDatasetContentCommand extends $Command< * @public */ constructor(readonly input: GetDatasetContentCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -167,7 +162,4 @@ export class GetDatasetContentCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetDatasetContentCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-iotanalytics/src/commands/ListChannelsCommand.ts b/clients/client-iotanalytics/src/commands/ListChannelsCommand.ts index 02cf4053d05c..e0bc9e89ad2c 100644 --- a/clients/client-iotanalytics/src/commands/ListChannelsCommand.ts +++ b/clients/client-iotanalytics/src/commands/ListChannelsCommand.ts @@ -100,9 +100,6 @@ export class ListChannelsCommand extends $Command< ListChannelsCommandOutput, IoTAnalyticsClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -116,9 +113,7 @@ export class ListChannelsCommand extends $Command< * @public */ constructor(readonly input: ListChannelsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -169,7 +164,4 @@ export class ListChannelsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListChannelsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-iotanalytics/src/commands/ListDatasetContentsCommand.ts b/clients/client-iotanalytics/src/commands/ListDatasetContentsCommand.ts index 13384ed95900..976dd61c0b72 100644 --- a/clients/client-iotanalytics/src/commands/ListDatasetContentsCommand.ts +++ b/clients/client-iotanalytics/src/commands/ListDatasetContentsCommand.ts @@ -101,9 +101,6 @@ export class ListDatasetContentsCommand extends $Command< ListDatasetContentsCommandOutput, IoTAnalyticsClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -117,9 +114,7 @@ export class ListDatasetContentsCommand extends $Command< * @public */ constructor(readonly input: ListDatasetContentsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -172,7 +167,4 @@ export class ListDatasetContentsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListDatasetContentsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-iotanalytics/src/commands/ListDatasetsCommand.ts b/clients/client-iotanalytics/src/commands/ListDatasetsCommand.ts index ecabc4a3ee72..3ebcd041d63d 100644 --- a/clients/client-iotanalytics/src/commands/ListDatasetsCommand.ts +++ b/clients/client-iotanalytics/src/commands/ListDatasetsCommand.ts @@ -107,9 +107,6 @@ export class ListDatasetsCommand extends $Command< ListDatasetsCommandOutput, IoTAnalyticsClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -123,9 +120,7 @@ export class ListDatasetsCommand extends $Command< * @public */ constructor(readonly input: ListDatasetsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -176,7 +171,4 @@ export class ListDatasetsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListDatasetsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-iotanalytics/src/commands/ListDatastoresCommand.ts b/clients/client-iotanalytics/src/commands/ListDatastoresCommand.ts index abc83da9f90e..58ff2f9159b1 100644 --- a/clients/client-iotanalytics/src/commands/ListDatastoresCommand.ts +++ b/clients/client-iotanalytics/src/commands/ListDatastoresCommand.ts @@ -120,9 +120,6 @@ export class ListDatastoresCommand extends $Command< ListDatastoresCommandOutput, IoTAnalyticsClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -136,9 +133,7 @@ export class ListDatastoresCommand extends $Command< * @public */ constructor(readonly input: ListDatastoresCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -191,7 +186,4 @@ export class ListDatastoresCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListDatastoresCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-iotanalytics/src/commands/ListPipelinesCommand.ts b/clients/client-iotanalytics/src/commands/ListPipelinesCommand.ts index 2223645a8902..e0b6d0b42ac6 100644 --- a/clients/client-iotanalytics/src/commands/ListPipelinesCommand.ts +++ b/clients/client-iotanalytics/src/commands/ListPipelinesCommand.ts @@ -97,9 +97,6 @@ export class ListPipelinesCommand extends $Command< ListPipelinesCommandOutput, IoTAnalyticsClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -113,9 +110,7 @@ export class ListPipelinesCommand extends $Command< * @public */ constructor(readonly input: ListPipelinesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -166,7 +161,4 @@ export class ListPipelinesCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListPipelinesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-iotanalytics/src/commands/ListTagsForResourceCommand.ts b/clients/client-iotanalytics/src/commands/ListTagsForResourceCommand.ts index 3ed8424e8a89..5f0de325ca39 100644 --- a/clients/client-iotanalytics/src/commands/ListTagsForResourceCommand.ts +++ b/clients/client-iotanalytics/src/commands/ListTagsForResourceCommand.ts @@ -93,9 +93,6 @@ export class ListTagsForResourceCommand extends $Command< ListTagsForResourceCommandOutput, IoTAnalyticsClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -109,9 +106,7 @@ export class ListTagsForResourceCommand extends $Command< * @public */ constructor(readonly input: ListTagsForResourceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -164,7 +159,4 @@ export class ListTagsForResourceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListTagsForResourceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-iotanalytics/src/commands/PutLoggingOptionsCommand.ts b/clients/client-iotanalytics/src/commands/PutLoggingOptionsCommand.ts index 98c623cbc5a4..8b21ab42eeca 100644 --- a/clients/client-iotanalytics/src/commands/PutLoggingOptionsCommand.ts +++ b/clients/client-iotanalytics/src/commands/PutLoggingOptionsCommand.ts @@ -88,9 +88,6 @@ export class PutLoggingOptionsCommand extends $Command< PutLoggingOptionsCommandOutput, IoTAnalyticsClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -104,9 +101,7 @@ export class PutLoggingOptionsCommand extends $Command< * @public */ constructor(readonly input: PutLoggingOptionsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -159,7 +154,4 @@ export class PutLoggingOptionsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_PutLoggingOptionsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-iotanalytics/src/commands/RunPipelineActivityCommand.ts b/clients/client-iotanalytics/src/commands/RunPipelineActivityCommand.ts index 9bf45ec5cb6c..e2a8ab7cbd52 100644 --- a/clients/client-iotanalytics/src/commands/RunPipelineActivityCommand.ts +++ b/clients/client-iotanalytics/src/commands/RunPipelineActivityCommand.ts @@ -150,9 +150,6 @@ export class RunPipelineActivityCommand extends $Command< RunPipelineActivityCommandOutput, IoTAnalyticsClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -166,9 +163,7 @@ export class RunPipelineActivityCommand extends $Command< * @public */ constructor(readonly input: RunPipelineActivityCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -221,7 +216,4 @@ export class RunPipelineActivityCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_RunPipelineActivityCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-iotanalytics/src/commands/SampleChannelDataCommand.ts b/clients/client-iotanalytics/src/commands/SampleChannelDataCommand.ts index 163ffee5ef45..ac76ebe09641 100644 --- a/clients/client-iotanalytics/src/commands/SampleChannelDataCommand.ts +++ b/clients/client-iotanalytics/src/commands/SampleChannelDataCommand.ts @@ -91,9 +91,6 @@ export class SampleChannelDataCommand extends $Command< SampleChannelDataCommandOutput, IoTAnalyticsClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -107,9 +104,7 @@ export class SampleChannelDataCommand extends $Command< * @public */ constructor(readonly input: SampleChannelDataCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -162,7 +157,4 @@ export class SampleChannelDataCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_SampleChannelDataCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-iotanalytics/src/commands/StartPipelineReprocessingCommand.ts b/clients/client-iotanalytics/src/commands/StartPipelineReprocessingCommand.ts index b4853bdcc275..7ac5c5ecd193 100644 --- a/clients/client-iotanalytics/src/commands/StartPipelineReprocessingCommand.ts +++ b/clients/client-iotanalytics/src/commands/StartPipelineReprocessingCommand.ts @@ -95,9 +95,6 @@ export class StartPipelineReprocessingCommand extends $Command< StartPipelineReprocessingCommandOutput, IoTAnalyticsClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -111,9 +108,7 @@ export class StartPipelineReprocessingCommand extends $Command< * @public */ constructor(readonly input: StartPipelineReprocessingCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -169,7 +164,4 @@ export class StartPipelineReprocessingCommand extends $Command< ): Promise { return de_StartPipelineReprocessingCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-iotanalytics/src/commands/TagResourceCommand.ts b/clients/client-iotanalytics/src/commands/TagResourceCommand.ts index 6f47e789d5da..7d8f755dae0a 100644 --- a/clients/client-iotanalytics/src/commands/TagResourceCommand.ts +++ b/clients/client-iotanalytics/src/commands/TagResourceCommand.ts @@ -93,9 +93,6 @@ export class TagResourceCommand extends $Command< TagResourceCommandOutput, IoTAnalyticsClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -109,9 +106,7 @@ export class TagResourceCommand extends $Command< * @public */ constructor(readonly input: TagResourceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -162,7 +157,4 @@ export class TagResourceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_TagResourceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-iotanalytics/src/commands/UntagResourceCommand.ts b/clients/client-iotanalytics/src/commands/UntagResourceCommand.ts index 728587a5f226..3183e07734dc 100644 --- a/clients/client-iotanalytics/src/commands/UntagResourceCommand.ts +++ b/clients/client-iotanalytics/src/commands/UntagResourceCommand.ts @@ -89,9 +89,6 @@ export class UntagResourceCommand extends $Command< UntagResourceCommandOutput, IoTAnalyticsClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -105,9 +102,7 @@ export class UntagResourceCommand extends $Command< * @public */ constructor(readonly input: UntagResourceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -158,7 +153,4 @@ export class UntagResourceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UntagResourceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-iotanalytics/src/commands/UpdateChannelCommand.ts b/clients/client-iotanalytics/src/commands/UpdateChannelCommand.ts index 22e97ed5cafd..17bc388648ab 100644 --- a/clients/client-iotanalytics/src/commands/UpdateChannelCommand.ts +++ b/clients/client-iotanalytics/src/commands/UpdateChannelCommand.ts @@ -95,9 +95,6 @@ export class UpdateChannelCommand extends $Command< UpdateChannelCommandOutput, IoTAnalyticsClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -111,9 +108,7 @@ export class UpdateChannelCommand extends $Command< * @public */ constructor(readonly input: UpdateChannelCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -164,7 +159,4 @@ export class UpdateChannelCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdateChannelCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-iotanalytics/src/commands/UpdateDatasetCommand.ts b/clients/client-iotanalytics/src/commands/UpdateDatasetCommand.ts index 3442979aa9e9..4dcade84f850 100644 --- a/clients/client-iotanalytics/src/commands/UpdateDatasetCommand.ts +++ b/clients/client-iotanalytics/src/commands/UpdateDatasetCommand.ts @@ -168,9 +168,6 @@ export class UpdateDatasetCommand extends $Command< UpdateDatasetCommandOutput, IoTAnalyticsClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -184,9 +181,7 @@ export class UpdateDatasetCommand extends $Command< * @public */ constructor(readonly input: UpdateDatasetCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -237,7 +232,4 @@ export class UpdateDatasetCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdateDatasetCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-iotanalytics/src/commands/UpdateDatastoreCommand.ts b/clients/client-iotanalytics/src/commands/UpdateDatastoreCommand.ts index 7bff4428e1d3..f8b7ba28c955 100644 --- a/clients/client-iotanalytics/src/commands/UpdateDatastoreCommand.ts +++ b/clients/client-iotanalytics/src/commands/UpdateDatastoreCommand.ts @@ -114,9 +114,6 @@ export class UpdateDatastoreCommand extends $Command< UpdateDatastoreCommandOutput, IoTAnalyticsClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -130,9 +127,7 @@ export class UpdateDatastoreCommand extends $Command< * @public */ constructor(readonly input: UpdateDatastoreCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -185,7 +180,4 @@ export class UpdateDatastoreCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdateDatastoreCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-iotanalytics/src/commands/UpdatePipelineCommand.ts b/clients/client-iotanalytics/src/commands/UpdatePipelineCommand.ts index 8dae2f570666..a406112ba42e 100644 --- a/clients/client-iotanalytics/src/commands/UpdatePipelineCommand.ts +++ b/clients/client-iotanalytics/src/commands/UpdatePipelineCommand.ts @@ -153,9 +153,6 @@ export class UpdatePipelineCommand extends $Command< UpdatePipelineCommandOutput, IoTAnalyticsClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -169,9 +166,7 @@ export class UpdatePipelineCommand extends $Command< * @public */ constructor(readonly input: UpdatePipelineCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -224,7 +219,4 @@ export class UpdatePipelineCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdatePipelineCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-iotdeviceadvisor/package.json b/clients/client-iotdeviceadvisor/package.json index dbb5bb98c1ef..d9c91bd29765 100644 --- a/clients/client-iotdeviceadvisor/package.json +++ b/clients/client-iotdeviceadvisor/package.json @@ -34,29 +34,29 @@ "@aws-sdk/util-endpoints": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@smithy/config-resolver": "^2.0.16", - "@smithy/fetch-http-handler": "^2.2.4", - "@smithy/hash-node": "^2.0.12", - "@smithy/invalid-dependency": "^2.0.12", - "@smithy/middleware-content-length": "^2.0.14", - "@smithy/middleware-endpoint": "^2.1.3", - "@smithy/middleware-retry": "^2.0.18", - "@smithy/middleware-serde": "^2.0.12", - "@smithy/middleware-stack": "^2.0.6", - "@smithy/node-config-provider": "^2.1.3", - "@smithy/node-http-handler": "^2.1.8", - "@smithy/protocol-http": "^3.0.8", - "@smithy/smithy-client": "^2.1.12", - "@smithy/types": "^2.4.0", - "@smithy/url-parser": "^2.0.12", - "@smithy/util-base64": "^2.0.0", + "@smithy/config-resolver": "^2.0.18", + "@smithy/fetch-http-handler": "^2.2.6", + "@smithy/hash-node": "^2.0.15", + "@smithy/invalid-dependency": "^2.0.13", + "@smithy/middleware-content-length": "^2.0.15", + "@smithy/middleware-endpoint": "^2.2.0", + "@smithy/middleware-retry": "^2.0.20", + "@smithy/middleware-serde": "^2.0.13", + "@smithy/middleware-stack": "^2.0.7", + "@smithy/node-config-provider": "^2.1.5", + "@smithy/node-http-handler": "^2.1.9", + "@smithy/protocol-http": "^3.0.9", + "@smithy/smithy-client": "^2.1.15", + "@smithy/types": "^2.5.0", + "@smithy/url-parser": "^2.0.13", + "@smithy/util-base64": "^2.0.1", "@smithy/util-body-length-browser": "^2.0.0", "@smithy/util-body-length-node": "^2.1.0", - "@smithy/util-defaults-mode-browser": "^2.0.16", - "@smithy/util-defaults-mode-node": "^2.0.21", - "@smithy/util-endpoints": "^1.0.2", - "@smithy/util-retry": "^2.0.5", - "@smithy/util-utf8": "^2.0.0", + "@smithy/util-defaults-mode-browser": "^2.0.19", + "@smithy/util-defaults-mode-node": "^2.0.25", + "@smithy/util-endpoints": "^1.0.4", + "@smithy/util-retry": "^2.0.6", + "@smithy/util-utf8": "^2.0.2", "tslib": "^2.5.0" }, "devDependencies": { diff --git a/clients/client-iotdeviceadvisor/src/commands/CreateSuiteDefinitionCommand.ts b/clients/client-iotdeviceadvisor/src/commands/CreateSuiteDefinitionCommand.ts index 2c00599536ee..33532417661d 100644 --- a/clients/client-iotdeviceadvisor/src/commands/CreateSuiteDefinitionCommand.ts +++ b/clients/client-iotdeviceadvisor/src/commands/CreateSuiteDefinitionCommand.ts @@ -97,9 +97,6 @@ export class CreateSuiteDefinitionCommand extends $Command< CreateSuiteDefinitionCommandOutput, IotDeviceAdvisorClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -113,9 +110,7 @@ export class CreateSuiteDefinitionCommand extends $Command< * @public */ constructor(readonly input: CreateSuiteDefinitionCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -168,7 +163,4 @@ export class CreateSuiteDefinitionCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateSuiteDefinitionCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-iotdeviceadvisor/src/commands/DeleteSuiteDefinitionCommand.ts b/clients/client-iotdeviceadvisor/src/commands/DeleteSuiteDefinitionCommand.ts index db0a7c7f3481..f888a745b8f6 100644 --- a/clients/client-iotdeviceadvisor/src/commands/DeleteSuiteDefinitionCommand.ts +++ b/clients/client-iotdeviceadvisor/src/commands/DeleteSuiteDefinitionCommand.ts @@ -75,9 +75,6 @@ export class DeleteSuiteDefinitionCommand extends $Command< DeleteSuiteDefinitionCommandOutput, IotDeviceAdvisorClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -91,9 +88,7 @@ export class DeleteSuiteDefinitionCommand extends $Command< * @public */ constructor(readonly input: DeleteSuiteDefinitionCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -146,7 +141,4 @@ export class DeleteSuiteDefinitionCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteSuiteDefinitionCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-iotdeviceadvisor/src/commands/GetEndpointCommand.ts b/clients/client-iotdeviceadvisor/src/commands/GetEndpointCommand.ts index f2aea2e89764..7cdf038f912a 100644 --- a/clients/client-iotdeviceadvisor/src/commands/GetEndpointCommand.ts +++ b/clients/client-iotdeviceadvisor/src/commands/GetEndpointCommand.ts @@ -82,9 +82,6 @@ export class GetEndpointCommand extends $Command< GetEndpointCommandOutput, IotDeviceAdvisorClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -98,9 +95,7 @@ export class GetEndpointCommand extends $Command< * @public */ constructor(readonly input: GetEndpointCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -151,7 +146,4 @@ export class GetEndpointCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetEndpointCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-iotdeviceadvisor/src/commands/GetSuiteDefinitionCommand.ts b/clients/client-iotdeviceadvisor/src/commands/GetSuiteDefinitionCommand.ts index 2a7733a8efa4..fe62a0dce168 100644 --- a/clients/client-iotdeviceadvisor/src/commands/GetSuiteDefinitionCommand.ts +++ b/clients/client-iotdeviceadvisor/src/commands/GetSuiteDefinitionCommand.ts @@ -104,9 +104,6 @@ export class GetSuiteDefinitionCommand extends $Command< GetSuiteDefinitionCommandOutput, IotDeviceAdvisorClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -120,9 +117,7 @@ export class GetSuiteDefinitionCommand extends $Command< * @public */ constructor(readonly input: GetSuiteDefinitionCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -175,7 +170,4 @@ export class GetSuiteDefinitionCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetSuiteDefinitionCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-iotdeviceadvisor/src/commands/GetSuiteRunCommand.ts b/clients/client-iotdeviceadvisor/src/commands/GetSuiteRunCommand.ts index 929623a4da42..66df043054ad 100644 --- a/clients/client-iotdeviceadvisor/src/commands/GetSuiteRunCommand.ts +++ b/clients/client-iotdeviceadvisor/src/commands/GetSuiteRunCommand.ts @@ -132,9 +132,6 @@ export class GetSuiteRunCommand extends $Command< GetSuiteRunCommandOutput, IotDeviceAdvisorClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -148,9 +145,7 @@ export class GetSuiteRunCommand extends $Command< * @public */ constructor(readonly input: GetSuiteRunCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -201,7 +196,4 @@ export class GetSuiteRunCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetSuiteRunCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-iotdeviceadvisor/src/commands/GetSuiteRunReportCommand.ts b/clients/client-iotdeviceadvisor/src/commands/GetSuiteRunReportCommand.ts index 16143858b510..17f825997fca 100644 --- a/clients/client-iotdeviceadvisor/src/commands/GetSuiteRunReportCommand.ts +++ b/clients/client-iotdeviceadvisor/src/commands/GetSuiteRunReportCommand.ts @@ -81,9 +81,6 @@ export class GetSuiteRunReportCommand extends $Command< GetSuiteRunReportCommandOutput, IotDeviceAdvisorClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -97,9 +94,7 @@ export class GetSuiteRunReportCommand extends $Command< * @public */ constructor(readonly input: GetSuiteRunReportCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -152,7 +147,4 @@ export class GetSuiteRunReportCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetSuiteRunReportCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-iotdeviceadvisor/src/commands/ListSuiteDefinitionsCommand.ts b/clients/client-iotdeviceadvisor/src/commands/ListSuiteDefinitionsCommand.ts index cb4b560b2b98..5d5aff68cbea 100644 --- a/clients/client-iotdeviceadvisor/src/commands/ListSuiteDefinitionsCommand.ts +++ b/clients/client-iotdeviceadvisor/src/commands/ListSuiteDefinitionsCommand.ts @@ -95,9 +95,6 @@ export class ListSuiteDefinitionsCommand extends $Command< ListSuiteDefinitionsCommandOutput, IotDeviceAdvisorClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -111,9 +108,7 @@ export class ListSuiteDefinitionsCommand extends $Command< * @public */ constructor(readonly input: ListSuiteDefinitionsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -166,7 +161,4 @@ export class ListSuiteDefinitionsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListSuiteDefinitionsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-iotdeviceadvisor/src/commands/ListSuiteRunsCommand.ts b/clients/client-iotdeviceadvisor/src/commands/ListSuiteRunsCommand.ts index 45d99463e8d6..6d357c324dd0 100644 --- a/clients/client-iotdeviceadvisor/src/commands/ListSuiteRunsCommand.ts +++ b/clients/client-iotdeviceadvisor/src/commands/ListSuiteRunsCommand.ts @@ -95,9 +95,6 @@ export class ListSuiteRunsCommand extends $Command< ListSuiteRunsCommandOutput, IotDeviceAdvisorClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -111,9 +108,7 @@ export class ListSuiteRunsCommand extends $Command< * @public */ constructor(readonly input: ListSuiteRunsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -164,7 +159,4 @@ export class ListSuiteRunsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListSuiteRunsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-iotdeviceadvisor/src/commands/ListTagsForResourceCommand.ts b/clients/client-iotdeviceadvisor/src/commands/ListTagsForResourceCommand.ts index e38c9d51f835..a7b50ad584b4 100644 --- a/clients/client-iotdeviceadvisor/src/commands/ListTagsForResourceCommand.ts +++ b/clients/client-iotdeviceadvisor/src/commands/ListTagsForResourceCommand.ts @@ -82,9 +82,6 @@ export class ListTagsForResourceCommand extends $Command< ListTagsForResourceCommandOutput, IotDeviceAdvisorClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -98,9 +95,7 @@ export class ListTagsForResourceCommand extends $Command< * @public */ constructor(readonly input: ListTagsForResourceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -153,7 +148,4 @@ export class ListTagsForResourceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListTagsForResourceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-iotdeviceadvisor/src/commands/StartSuiteRunCommand.ts b/clients/client-iotdeviceadvisor/src/commands/StartSuiteRunCommand.ts index d04c1418ca44..c781500a9ab5 100644 --- a/clients/client-iotdeviceadvisor/src/commands/StartSuiteRunCommand.ts +++ b/clients/client-iotdeviceadvisor/src/commands/StartSuiteRunCommand.ts @@ -98,9 +98,6 @@ export class StartSuiteRunCommand extends $Command< StartSuiteRunCommandOutput, IotDeviceAdvisorClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -114,9 +111,7 @@ export class StartSuiteRunCommand extends $Command< * @public */ constructor(readonly input: StartSuiteRunCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -167,7 +162,4 @@ export class StartSuiteRunCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_StartSuiteRunCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-iotdeviceadvisor/src/commands/StopSuiteRunCommand.ts b/clients/client-iotdeviceadvisor/src/commands/StopSuiteRunCommand.ts index 7f27aad16de8..ecd660528c31 100644 --- a/clients/client-iotdeviceadvisor/src/commands/StopSuiteRunCommand.ts +++ b/clients/client-iotdeviceadvisor/src/commands/StopSuiteRunCommand.ts @@ -79,9 +79,6 @@ export class StopSuiteRunCommand extends $Command< StopSuiteRunCommandOutput, IotDeviceAdvisorClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -95,9 +92,7 @@ export class StopSuiteRunCommand extends $Command< * @public */ constructor(readonly input: StopSuiteRunCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -148,7 +143,4 @@ export class StopSuiteRunCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_StopSuiteRunCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-iotdeviceadvisor/src/commands/TagResourceCommand.ts b/clients/client-iotdeviceadvisor/src/commands/TagResourceCommand.ts index a0c6631631d7..55d92e0e0853 100644 --- a/clients/client-iotdeviceadvisor/src/commands/TagResourceCommand.ts +++ b/clients/client-iotdeviceadvisor/src/commands/TagResourceCommand.ts @@ -81,9 +81,6 @@ export class TagResourceCommand extends $Command< TagResourceCommandOutput, IotDeviceAdvisorClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -97,9 +94,7 @@ export class TagResourceCommand extends $Command< * @public */ constructor(readonly input: TagResourceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -150,7 +145,4 @@ export class TagResourceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_TagResourceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-iotdeviceadvisor/src/commands/UntagResourceCommand.ts b/clients/client-iotdeviceadvisor/src/commands/UntagResourceCommand.ts index dd400d2d8271..8f8010565656 100644 --- a/clients/client-iotdeviceadvisor/src/commands/UntagResourceCommand.ts +++ b/clients/client-iotdeviceadvisor/src/commands/UntagResourceCommand.ts @@ -81,9 +81,6 @@ export class UntagResourceCommand extends $Command< UntagResourceCommandOutput, IotDeviceAdvisorClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -97,9 +94,7 @@ export class UntagResourceCommand extends $Command< * @public */ constructor(readonly input: UntagResourceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -150,7 +145,4 @@ export class UntagResourceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UntagResourceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-iotdeviceadvisor/src/commands/UpdateSuiteDefinitionCommand.ts b/clients/client-iotdeviceadvisor/src/commands/UpdateSuiteDefinitionCommand.ts index b02727fd1d1d..8fded4c88c6f 100644 --- a/clients/client-iotdeviceadvisor/src/commands/UpdateSuiteDefinitionCommand.ts +++ b/clients/client-iotdeviceadvisor/src/commands/UpdateSuiteDefinitionCommand.ts @@ -97,9 +97,6 @@ export class UpdateSuiteDefinitionCommand extends $Command< UpdateSuiteDefinitionCommandOutput, IotDeviceAdvisorClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -113,9 +110,7 @@ export class UpdateSuiteDefinitionCommand extends $Command< * @public */ constructor(readonly input: UpdateSuiteDefinitionCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -168,7 +163,4 @@ export class UpdateSuiteDefinitionCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdateSuiteDefinitionCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-iotfleethub/package.json b/clients/client-iotfleethub/package.json index 55dc463951ef..0dd40e620807 100644 --- a/clients/client-iotfleethub/package.json +++ b/clients/client-iotfleethub/package.json @@ -34,29 +34,29 @@ "@aws-sdk/util-endpoints": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@smithy/config-resolver": "^2.0.16", - "@smithy/fetch-http-handler": "^2.2.4", - "@smithy/hash-node": "^2.0.12", - "@smithy/invalid-dependency": "^2.0.12", - "@smithy/middleware-content-length": "^2.0.14", - "@smithy/middleware-endpoint": "^2.1.3", - "@smithy/middleware-retry": "^2.0.18", - "@smithy/middleware-serde": "^2.0.12", - "@smithy/middleware-stack": "^2.0.6", - "@smithy/node-config-provider": "^2.1.3", - "@smithy/node-http-handler": "^2.1.8", - "@smithy/protocol-http": "^3.0.8", - "@smithy/smithy-client": "^2.1.12", - "@smithy/types": "^2.4.0", - "@smithy/url-parser": "^2.0.12", - "@smithy/util-base64": "^2.0.0", + "@smithy/config-resolver": "^2.0.18", + "@smithy/fetch-http-handler": "^2.2.6", + "@smithy/hash-node": "^2.0.15", + "@smithy/invalid-dependency": "^2.0.13", + "@smithy/middleware-content-length": "^2.0.15", + "@smithy/middleware-endpoint": "^2.2.0", + "@smithy/middleware-retry": "^2.0.20", + "@smithy/middleware-serde": "^2.0.13", + "@smithy/middleware-stack": "^2.0.7", + "@smithy/node-config-provider": "^2.1.5", + "@smithy/node-http-handler": "^2.1.9", + "@smithy/protocol-http": "^3.0.9", + "@smithy/smithy-client": "^2.1.15", + "@smithy/types": "^2.5.0", + "@smithy/url-parser": "^2.0.13", + "@smithy/util-base64": "^2.0.1", "@smithy/util-body-length-browser": "^2.0.0", "@smithy/util-body-length-node": "^2.1.0", - "@smithy/util-defaults-mode-browser": "^2.0.16", - "@smithy/util-defaults-mode-node": "^2.0.21", - "@smithy/util-endpoints": "^1.0.2", - "@smithy/util-retry": "^2.0.5", - "@smithy/util-utf8": "^2.0.0", + "@smithy/util-defaults-mode-browser": "^2.0.19", + "@smithy/util-defaults-mode-node": "^2.0.25", + "@smithy/util-endpoints": "^1.0.4", + "@smithy/util-retry": "^2.0.6", + "@smithy/util-utf8": "^2.0.2", "tslib": "^2.5.0", "uuid": "^8.3.2" }, diff --git a/clients/client-iotfleethub/src/commands/CreateApplicationCommand.ts b/clients/client-iotfleethub/src/commands/CreateApplicationCommand.ts index 77bd704eebeb..729d85974ffc 100644 --- a/clients/client-iotfleethub/src/commands/CreateApplicationCommand.ts +++ b/clients/client-iotfleethub/src/commands/CreateApplicationCommand.ts @@ -92,9 +92,6 @@ export class CreateApplicationCommand extends $Command< CreateApplicationCommandOutput, IoTFleetHubClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -108,9 +105,7 @@ export class CreateApplicationCommand extends $Command< * @public */ constructor(readonly input: CreateApplicationCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -163,7 +158,4 @@ export class CreateApplicationCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateApplicationCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-iotfleethub/src/commands/DeleteApplicationCommand.ts b/clients/client-iotfleethub/src/commands/DeleteApplicationCommand.ts index d84326244c64..d827d6883b75 100644 --- a/clients/client-iotfleethub/src/commands/DeleteApplicationCommand.ts +++ b/clients/client-iotfleethub/src/commands/DeleteApplicationCommand.ts @@ -84,9 +84,6 @@ export class DeleteApplicationCommand extends $Command< DeleteApplicationCommandOutput, IoTFleetHubClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -100,9 +97,7 @@ export class DeleteApplicationCommand extends $Command< * @public */ constructor(readonly input: DeleteApplicationCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -155,7 +150,4 @@ export class DeleteApplicationCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteApplicationCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-iotfleethub/src/commands/DescribeApplicationCommand.ts b/clients/client-iotfleethub/src/commands/DescribeApplicationCommand.ts index 3c3a5392a8e4..36a063220130 100644 --- a/clients/client-iotfleethub/src/commands/DescribeApplicationCommand.ts +++ b/clients/client-iotfleethub/src/commands/DescribeApplicationCommand.ts @@ -98,9 +98,6 @@ export class DescribeApplicationCommand extends $Command< DescribeApplicationCommandOutput, IoTFleetHubClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -114,9 +111,7 @@ export class DescribeApplicationCommand extends $Command< * @public */ constructor(readonly input: DescribeApplicationCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -169,7 +164,4 @@ export class DescribeApplicationCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DescribeApplicationCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-iotfleethub/src/commands/ListApplicationsCommand.ts b/clients/client-iotfleethub/src/commands/ListApplicationsCommand.ts index 84137ede33ac..e3c49e847776 100644 --- a/clients/client-iotfleethub/src/commands/ListApplicationsCommand.ts +++ b/clients/client-iotfleethub/src/commands/ListApplicationsCommand.ts @@ -93,9 +93,6 @@ export class ListApplicationsCommand extends $Command< ListApplicationsCommandOutput, IoTFleetHubClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -109,9 +106,7 @@ export class ListApplicationsCommand extends $Command< * @public */ constructor(readonly input: ListApplicationsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -164,7 +159,4 @@ export class ListApplicationsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListApplicationsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-iotfleethub/src/commands/ListTagsForResourceCommand.ts b/clients/client-iotfleethub/src/commands/ListTagsForResourceCommand.ts index 32130aa8edeb..7a824cf6bd1c 100644 --- a/clients/client-iotfleethub/src/commands/ListTagsForResourceCommand.ts +++ b/clients/client-iotfleethub/src/commands/ListTagsForResourceCommand.ts @@ -84,9 +84,6 @@ export class ListTagsForResourceCommand extends $Command< ListTagsForResourceCommandOutput, IoTFleetHubClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -100,9 +97,7 @@ export class ListTagsForResourceCommand extends $Command< * @public */ constructor(readonly input: ListTagsForResourceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -155,7 +150,4 @@ export class ListTagsForResourceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListTagsForResourceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-iotfleethub/src/commands/TagResourceCommand.ts b/clients/client-iotfleethub/src/commands/TagResourceCommand.ts index 17d77ea5446b..bff8e26c4834 100644 --- a/clients/client-iotfleethub/src/commands/TagResourceCommand.ts +++ b/clients/client-iotfleethub/src/commands/TagResourceCommand.ts @@ -83,9 +83,6 @@ export class TagResourceCommand extends $Command< TagResourceCommandOutput, IoTFleetHubClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -99,9 +96,7 @@ export class TagResourceCommand extends $Command< * @public */ constructor(readonly input: TagResourceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -152,7 +147,4 @@ export class TagResourceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_TagResourceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-iotfleethub/src/commands/UntagResourceCommand.ts b/clients/client-iotfleethub/src/commands/UntagResourceCommand.ts index 25f54a358f62..40fa5d688ea2 100644 --- a/clients/client-iotfleethub/src/commands/UntagResourceCommand.ts +++ b/clients/client-iotfleethub/src/commands/UntagResourceCommand.ts @@ -83,9 +83,6 @@ export class UntagResourceCommand extends $Command< UntagResourceCommandOutput, IoTFleetHubClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -99,9 +96,7 @@ export class UntagResourceCommand extends $Command< * @public */ constructor(readonly input: UntagResourceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -152,7 +147,4 @@ export class UntagResourceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UntagResourceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-iotfleethub/src/commands/UpdateApplicationCommand.ts b/clients/client-iotfleethub/src/commands/UpdateApplicationCommand.ts index 27d268f5d13a..2e94b1072780 100644 --- a/clients/client-iotfleethub/src/commands/UpdateApplicationCommand.ts +++ b/clients/client-iotfleethub/src/commands/UpdateApplicationCommand.ts @@ -89,9 +89,6 @@ export class UpdateApplicationCommand extends $Command< UpdateApplicationCommandOutput, IoTFleetHubClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -105,9 +102,7 @@ export class UpdateApplicationCommand extends $Command< * @public */ constructor(readonly input: UpdateApplicationCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -160,7 +155,4 @@ export class UpdateApplicationCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdateApplicationCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-iotfleetwise/package.json b/clients/client-iotfleetwise/package.json index 4f12f744b9e6..e4f7125d61ce 100644 --- a/clients/client-iotfleetwise/package.json +++ b/clients/client-iotfleetwise/package.json @@ -34,29 +34,29 @@ "@aws-sdk/util-endpoints": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@smithy/config-resolver": "^2.0.16", - "@smithy/fetch-http-handler": "^2.2.4", - "@smithy/hash-node": "^2.0.12", - "@smithy/invalid-dependency": "^2.0.12", - "@smithy/middleware-content-length": "^2.0.14", - "@smithy/middleware-endpoint": "^2.1.3", - "@smithy/middleware-retry": "^2.0.18", - "@smithy/middleware-serde": "^2.0.12", - "@smithy/middleware-stack": "^2.0.6", - "@smithy/node-config-provider": "^2.1.3", - "@smithy/node-http-handler": "^2.1.8", - "@smithy/protocol-http": "^3.0.8", - "@smithy/smithy-client": "^2.1.12", - "@smithy/types": "^2.4.0", - "@smithy/url-parser": "^2.0.12", - "@smithy/util-base64": "^2.0.0", + "@smithy/config-resolver": "^2.0.18", + "@smithy/fetch-http-handler": "^2.2.6", + "@smithy/hash-node": "^2.0.15", + "@smithy/invalid-dependency": "^2.0.13", + "@smithy/middleware-content-length": "^2.0.15", + "@smithy/middleware-endpoint": "^2.2.0", + "@smithy/middleware-retry": "^2.0.20", + "@smithy/middleware-serde": "^2.0.13", + "@smithy/middleware-stack": "^2.0.7", + "@smithy/node-config-provider": "^2.1.5", + "@smithy/node-http-handler": "^2.1.9", + "@smithy/protocol-http": "^3.0.9", + "@smithy/smithy-client": "^2.1.15", + "@smithy/types": "^2.5.0", + "@smithy/url-parser": "^2.0.13", + "@smithy/util-base64": "^2.0.1", "@smithy/util-body-length-browser": "^2.0.0", "@smithy/util-body-length-node": "^2.1.0", - "@smithy/util-defaults-mode-browser": "^2.0.16", - "@smithy/util-defaults-mode-node": "^2.0.21", - "@smithy/util-endpoints": "^1.0.2", - "@smithy/util-retry": "^2.0.5", - "@smithy/util-utf8": "^2.0.0", + "@smithy/util-defaults-mode-browser": "^2.0.19", + "@smithy/util-defaults-mode-node": "^2.0.25", + "@smithy/util-endpoints": "^1.0.4", + "@smithy/util-retry": "^2.0.6", + "@smithy/util-utf8": "^2.0.2", "tslib": "^2.5.0" }, "devDependencies": { diff --git a/clients/client-iotfleetwise/src/commands/AssociateVehicleFleetCommand.ts b/clients/client-iotfleetwise/src/commands/AssociateVehicleFleetCommand.ts index 75f12ffd1bfe..8e00b19292bf 100644 --- a/clients/client-iotfleetwise/src/commands/AssociateVehicleFleetCommand.ts +++ b/clients/client-iotfleetwise/src/commands/AssociateVehicleFleetCommand.ts @@ -84,9 +84,6 @@ export class AssociateVehicleFleetCommand extends $Command< AssociateVehicleFleetCommandOutput, IoTFleetWiseClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -100,9 +97,7 @@ export class AssociateVehicleFleetCommand extends $Command< * @public */ constructor(readonly input: AssociateVehicleFleetCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -155,7 +150,4 @@ export class AssociateVehicleFleetCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_AssociateVehicleFleetCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-iotfleetwise/src/commands/BatchCreateVehicleCommand.ts b/clients/client-iotfleetwise/src/commands/BatchCreateVehicleCommand.ts index 66a35f843ff1..4e33d362998a 100644 --- a/clients/client-iotfleetwise/src/commands/BatchCreateVehicleCommand.ts +++ b/clients/client-iotfleetwise/src/commands/BatchCreateVehicleCommand.ts @@ -120,9 +120,6 @@ export class BatchCreateVehicleCommand extends $Command< BatchCreateVehicleCommandOutput, IoTFleetWiseClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -136,9 +133,7 @@ export class BatchCreateVehicleCommand extends $Command< * @public */ constructor(readonly input: BatchCreateVehicleCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -191,7 +186,4 @@ export class BatchCreateVehicleCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_BatchCreateVehicleCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-iotfleetwise/src/commands/BatchUpdateVehicleCommand.ts b/clients/client-iotfleetwise/src/commands/BatchUpdateVehicleCommand.ts index d29f9e62c370..6e9b68e10ea6 100644 --- a/clients/client-iotfleetwise/src/commands/BatchUpdateVehicleCommand.ts +++ b/clients/client-iotfleetwise/src/commands/BatchUpdateVehicleCommand.ts @@ -110,9 +110,6 @@ export class BatchUpdateVehicleCommand extends $Command< BatchUpdateVehicleCommandOutput, IoTFleetWiseClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -126,9 +123,7 @@ export class BatchUpdateVehicleCommand extends $Command< * @public */ constructor(readonly input: BatchUpdateVehicleCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -181,7 +176,4 @@ export class BatchUpdateVehicleCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_BatchUpdateVehicleCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-iotfleetwise/src/commands/CreateCampaignCommand.ts b/clients/client-iotfleetwise/src/commands/CreateCampaignCommand.ts index da30f27c90eb..6967185b3a39 100644 --- a/clients/client-iotfleetwise/src/commands/CreateCampaignCommand.ts +++ b/clients/client-iotfleetwise/src/commands/CreateCampaignCommand.ts @@ -149,9 +149,6 @@ export class CreateCampaignCommand extends $Command< CreateCampaignCommandOutput, IoTFleetWiseClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -165,9 +162,7 @@ export class CreateCampaignCommand extends $Command< * @public */ constructor(readonly input: CreateCampaignCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -220,7 +215,4 @@ export class CreateCampaignCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateCampaignCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-iotfleetwise/src/commands/CreateDecoderManifestCommand.ts b/clients/client-iotfleetwise/src/commands/CreateDecoderManifestCommand.ts index 7663411d9fb6..7855c60b65d1 100644 --- a/clients/client-iotfleetwise/src/commands/CreateDecoderManifestCommand.ts +++ b/clients/client-iotfleetwise/src/commands/CreateDecoderManifestCommand.ts @@ -167,9 +167,6 @@ export class CreateDecoderManifestCommand extends $Command< CreateDecoderManifestCommandOutput, IoTFleetWiseClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -183,9 +180,7 @@ export class CreateDecoderManifestCommand extends $Command< * @public */ constructor(readonly input: CreateDecoderManifestCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -238,7 +233,4 @@ export class CreateDecoderManifestCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateDecoderManifestCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-iotfleetwise/src/commands/CreateFleetCommand.ts b/clients/client-iotfleetwise/src/commands/CreateFleetCommand.ts index 25aa8286d5b3..d298f9bfffb0 100644 --- a/clients/client-iotfleetwise/src/commands/CreateFleetCommand.ts +++ b/clients/client-iotfleetwise/src/commands/CreateFleetCommand.ts @@ -108,9 +108,6 @@ export class CreateFleetCommand extends $Command< CreateFleetCommandOutput, IoTFleetWiseClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -124,9 +121,7 @@ export class CreateFleetCommand extends $Command< * @public */ constructor(readonly input: CreateFleetCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -177,7 +172,4 @@ export class CreateFleetCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateFleetCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-iotfleetwise/src/commands/CreateModelManifestCommand.ts b/clients/client-iotfleetwise/src/commands/CreateModelManifestCommand.ts index 7b47c551924e..87b2e293a1cb 100644 --- a/clients/client-iotfleetwise/src/commands/CreateModelManifestCommand.ts +++ b/clients/client-iotfleetwise/src/commands/CreateModelManifestCommand.ts @@ -110,9 +110,6 @@ export class CreateModelManifestCommand extends $Command< CreateModelManifestCommandOutput, IoTFleetWiseClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -126,9 +123,7 @@ export class CreateModelManifestCommand extends $Command< * @public */ constructor(readonly input: CreateModelManifestCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -181,7 +176,4 @@ export class CreateModelManifestCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateModelManifestCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-iotfleetwise/src/commands/CreateSignalCatalogCommand.ts b/clients/client-iotfleetwise/src/commands/CreateSignalCatalogCommand.ts index 09a155083c19..e5a7a826df42 100644 --- a/clients/client-iotfleetwise/src/commands/CreateSignalCatalogCommand.ts +++ b/clients/client-iotfleetwise/src/commands/CreateSignalCatalogCommand.ts @@ -157,9 +157,6 @@ export class CreateSignalCatalogCommand extends $Command< CreateSignalCatalogCommandOutput, IoTFleetWiseClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -173,9 +170,7 @@ export class CreateSignalCatalogCommand extends $Command< * @public */ constructor(readonly input: CreateSignalCatalogCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -228,7 +223,4 @@ export class CreateSignalCatalogCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateSignalCatalogCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-iotfleetwise/src/commands/CreateVehicleCommand.ts b/clients/client-iotfleetwise/src/commands/CreateVehicleCommand.ts index a406e357ffdc..e95f7391f69f 100644 --- a/clients/client-iotfleetwise/src/commands/CreateVehicleCommand.ts +++ b/clients/client-iotfleetwise/src/commands/CreateVehicleCommand.ts @@ -114,9 +114,6 @@ export class CreateVehicleCommand extends $Command< CreateVehicleCommandOutput, IoTFleetWiseClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -130,9 +127,7 @@ export class CreateVehicleCommand extends $Command< * @public */ constructor(readonly input: CreateVehicleCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -183,7 +178,4 @@ export class CreateVehicleCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateVehicleCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-iotfleetwise/src/commands/DeleteCampaignCommand.ts b/clients/client-iotfleetwise/src/commands/DeleteCampaignCommand.ts index bac7a63ef1ae..95ca813fec48 100644 --- a/clients/client-iotfleetwise/src/commands/DeleteCampaignCommand.ts +++ b/clients/client-iotfleetwise/src/commands/DeleteCampaignCommand.ts @@ -87,9 +87,6 @@ export class DeleteCampaignCommand extends $Command< DeleteCampaignCommandOutput, IoTFleetWiseClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -103,9 +100,7 @@ export class DeleteCampaignCommand extends $Command< * @public */ constructor(readonly input: DeleteCampaignCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -158,7 +153,4 @@ export class DeleteCampaignCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteCampaignCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-iotfleetwise/src/commands/DeleteDecoderManifestCommand.ts b/clients/client-iotfleetwise/src/commands/DeleteDecoderManifestCommand.ts index 9b85ae9b98b3..9fd7c7069da4 100644 --- a/clients/client-iotfleetwise/src/commands/DeleteDecoderManifestCommand.ts +++ b/clients/client-iotfleetwise/src/commands/DeleteDecoderManifestCommand.ts @@ -92,9 +92,6 @@ export class DeleteDecoderManifestCommand extends $Command< DeleteDecoderManifestCommandOutput, IoTFleetWiseClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -108,9 +105,7 @@ export class DeleteDecoderManifestCommand extends $Command< * @public */ constructor(readonly input: DeleteDecoderManifestCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -163,7 +158,4 @@ export class DeleteDecoderManifestCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteDecoderManifestCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-iotfleetwise/src/commands/DeleteFleetCommand.ts b/clients/client-iotfleetwise/src/commands/DeleteFleetCommand.ts index 707f1d5194e9..0b19cde140b9 100644 --- a/clients/client-iotfleetwise/src/commands/DeleteFleetCommand.ts +++ b/clients/client-iotfleetwise/src/commands/DeleteFleetCommand.ts @@ -89,9 +89,6 @@ export class DeleteFleetCommand extends $Command< DeleteFleetCommandOutput, IoTFleetWiseClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -105,9 +102,7 @@ export class DeleteFleetCommand extends $Command< * @public */ constructor(readonly input: DeleteFleetCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -158,7 +153,4 @@ export class DeleteFleetCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteFleetCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-iotfleetwise/src/commands/DeleteModelManifestCommand.ts b/clients/client-iotfleetwise/src/commands/DeleteModelManifestCommand.ts index 6736a9a98776..b68d6781581a 100644 --- a/clients/client-iotfleetwise/src/commands/DeleteModelManifestCommand.ts +++ b/clients/client-iotfleetwise/src/commands/DeleteModelManifestCommand.ts @@ -91,9 +91,6 @@ export class DeleteModelManifestCommand extends $Command< DeleteModelManifestCommandOutput, IoTFleetWiseClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -107,9 +104,7 @@ export class DeleteModelManifestCommand extends $Command< * @public */ constructor(readonly input: DeleteModelManifestCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -162,7 +157,4 @@ export class DeleteModelManifestCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteModelManifestCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-iotfleetwise/src/commands/DeleteSignalCatalogCommand.ts b/clients/client-iotfleetwise/src/commands/DeleteSignalCatalogCommand.ts index d9e97323c11b..08f5dbad7ab0 100644 --- a/clients/client-iotfleetwise/src/commands/DeleteSignalCatalogCommand.ts +++ b/clients/client-iotfleetwise/src/commands/DeleteSignalCatalogCommand.ts @@ -91,9 +91,6 @@ export class DeleteSignalCatalogCommand extends $Command< DeleteSignalCatalogCommandOutput, IoTFleetWiseClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -107,9 +104,7 @@ export class DeleteSignalCatalogCommand extends $Command< * @public */ constructor(readonly input: DeleteSignalCatalogCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -162,7 +157,4 @@ export class DeleteSignalCatalogCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteSignalCatalogCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-iotfleetwise/src/commands/DeleteVehicleCommand.ts b/clients/client-iotfleetwise/src/commands/DeleteVehicleCommand.ts index a0600b718ac0..01849fdf832a 100644 --- a/clients/client-iotfleetwise/src/commands/DeleteVehicleCommand.ts +++ b/clients/client-iotfleetwise/src/commands/DeleteVehicleCommand.ts @@ -87,9 +87,6 @@ export class DeleteVehicleCommand extends $Command< DeleteVehicleCommandOutput, IoTFleetWiseClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -103,9 +100,7 @@ export class DeleteVehicleCommand extends $Command< * @public */ constructor(readonly input: DeleteVehicleCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -156,7 +151,4 @@ export class DeleteVehicleCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteVehicleCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-iotfleetwise/src/commands/DisassociateVehicleFleetCommand.ts b/clients/client-iotfleetwise/src/commands/DisassociateVehicleFleetCommand.ts index e92e6bac41aa..ef1c83d8bb4a 100644 --- a/clients/client-iotfleetwise/src/commands/DisassociateVehicleFleetCommand.ts +++ b/clients/client-iotfleetwise/src/commands/DisassociateVehicleFleetCommand.ts @@ -89,9 +89,6 @@ export class DisassociateVehicleFleetCommand extends $Command< DisassociateVehicleFleetCommandOutput, IoTFleetWiseClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -105,9 +102,7 @@ export class DisassociateVehicleFleetCommand extends $Command< * @public */ constructor(readonly input: DisassociateVehicleFleetCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -160,7 +155,4 @@ export class DisassociateVehicleFleetCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DisassociateVehicleFleetCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-iotfleetwise/src/commands/GetCampaignCommand.ts b/clients/client-iotfleetwise/src/commands/GetCampaignCommand.ts index 501cfa6e97b6..14b060b59317 100644 --- a/clients/client-iotfleetwise/src/commands/GetCampaignCommand.ts +++ b/clients/client-iotfleetwise/src/commands/GetCampaignCommand.ts @@ -134,9 +134,6 @@ export class GetCampaignCommand extends $Command< GetCampaignCommandOutput, IoTFleetWiseClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -150,9 +147,7 @@ export class GetCampaignCommand extends $Command< * @public */ constructor(readonly input: GetCampaignCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -203,7 +198,4 @@ export class GetCampaignCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetCampaignCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-iotfleetwise/src/commands/GetDecoderManifestCommand.ts b/clients/client-iotfleetwise/src/commands/GetDecoderManifestCommand.ts index c4b2f2295c73..df92d4976533 100644 --- a/clients/client-iotfleetwise/src/commands/GetDecoderManifestCommand.ts +++ b/clients/client-iotfleetwise/src/commands/GetDecoderManifestCommand.ts @@ -91,9 +91,6 @@ export class GetDecoderManifestCommand extends $Command< GetDecoderManifestCommandOutput, IoTFleetWiseClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -107,9 +104,7 @@ export class GetDecoderManifestCommand extends $Command< * @public */ constructor(readonly input: GetDecoderManifestCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -162,7 +157,4 @@ export class GetDecoderManifestCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetDecoderManifestCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-iotfleetwise/src/commands/GetEncryptionConfigurationCommand.ts b/clients/client-iotfleetwise/src/commands/GetEncryptionConfigurationCommand.ts index 59f1462b6e26..77e1b2df11f8 100644 --- a/clients/client-iotfleetwise/src/commands/GetEncryptionConfigurationCommand.ts +++ b/clients/client-iotfleetwise/src/commands/GetEncryptionConfigurationCommand.ts @@ -88,9 +88,6 @@ export class GetEncryptionConfigurationCommand extends $Command< GetEncryptionConfigurationCommandOutput, IoTFleetWiseClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -104,9 +101,7 @@ export class GetEncryptionConfigurationCommand extends $Command< * @public */ constructor(readonly input: GetEncryptionConfigurationCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -162,7 +157,4 @@ export class GetEncryptionConfigurationCommand extends $Command< ): Promise { return de_GetEncryptionConfigurationCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-iotfleetwise/src/commands/GetFleetCommand.ts b/clients/client-iotfleetwise/src/commands/GetFleetCommand.ts index e0c643847fce..c33f8478f99b 100644 --- a/clients/client-iotfleetwise/src/commands/GetFleetCommand.ts +++ b/clients/client-iotfleetwise/src/commands/GetFleetCommand.ts @@ -90,9 +90,6 @@ export class GetFleetCommand extends $Command< GetFleetCommandOutput, IoTFleetWiseClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -106,9 +103,7 @@ export class GetFleetCommand extends $Command< * @public */ constructor(readonly input: GetFleetCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -159,7 +154,4 @@ export class GetFleetCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetFleetCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-iotfleetwise/src/commands/GetLoggingOptionsCommand.ts b/clients/client-iotfleetwise/src/commands/GetLoggingOptionsCommand.ts index 0898f94f86df..ba517ba85930 100644 --- a/clients/client-iotfleetwise/src/commands/GetLoggingOptionsCommand.ts +++ b/clients/client-iotfleetwise/src/commands/GetLoggingOptionsCommand.ts @@ -80,9 +80,6 @@ export class GetLoggingOptionsCommand extends $Command< GetLoggingOptionsCommandOutput, IoTFleetWiseClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -96,9 +93,7 @@ export class GetLoggingOptionsCommand extends $Command< * @public */ constructor(readonly input: GetLoggingOptionsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -151,7 +146,4 @@ export class GetLoggingOptionsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetLoggingOptionsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-iotfleetwise/src/commands/GetModelManifestCommand.ts b/clients/client-iotfleetwise/src/commands/GetModelManifestCommand.ts index 8d5b0154ad3d..d77f991ca090 100644 --- a/clients/client-iotfleetwise/src/commands/GetModelManifestCommand.ts +++ b/clients/client-iotfleetwise/src/commands/GetModelManifestCommand.ts @@ -91,9 +91,6 @@ export class GetModelManifestCommand extends $Command< GetModelManifestCommandOutput, IoTFleetWiseClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -107,9 +104,7 @@ export class GetModelManifestCommand extends $Command< * @public */ constructor(readonly input: GetModelManifestCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -162,7 +157,4 @@ export class GetModelManifestCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetModelManifestCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-iotfleetwise/src/commands/GetRegisterAccountStatusCommand.ts b/clients/client-iotfleetwise/src/commands/GetRegisterAccountStatusCommand.ts index 2948624f4860..99e3b89582cc 100644 --- a/clients/client-iotfleetwise/src/commands/GetRegisterAccountStatusCommand.ts +++ b/clients/client-iotfleetwise/src/commands/GetRegisterAccountStatusCommand.ts @@ -105,9 +105,6 @@ export class GetRegisterAccountStatusCommand extends $Command< GetRegisterAccountStatusCommandOutput, IoTFleetWiseClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -121,9 +118,7 @@ export class GetRegisterAccountStatusCommand extends $Command< * @public */ constructor(readonly input: GetRegisterAccountStatusCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -176,7 +171,4 @@ export class GetRegisterAccountStatusCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetRegisterAccountStatusCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-iotfleetwise/src/commands/GetSignalCatalogCommand.ts b/clients/client-iotfleetwise/src/commands/GetSignalCatalogCommand.ts index 07c10a2c8df3..40e4a7e42bac 100644 --- a/clients/client-iotfleetwise/src/commands/GetSignalCatalogCommand.ts +++ b/clients/client-iotfleetwise/src/commands/GetSignalCatalogCommand.ts @@ -96,9 +96,6 @@ export class GetSignalCatalogCommand extends $Command< GetSignalCatalogCommandOutput, IoTFleetWiseClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -112,9 +109,7 @@ export class GetSignalCatalogCommand extends $Command< * @public */ constructor(readonly input: GetSignalCatalogCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -167,7 +162,4 @@ export class GetSignalCatalogCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetSignalCatalogCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-iotfleetwise/src/commands/GetVehicleCommand.ts b/clients/client-iotfleetwise/src/commands/GetVehicleCommand.ts index cfa773ebf594..718143a48544 100644 --- a/clients/client-iotfleetwise/src/commands/GetVehicleCommand.ts +++ b/clients/client-iotfleetwise/src/commands/GetVehicleCommand.ts @@ -93,9 +93,6 @@ export class GetVehicleCommand extends $Command< GetVehicleCommandOutput, IoTFleetWiseClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -109,9 +106,7 @@ export class GetVehicleCommand extends $Command< * @public */ constructor(readonly input: GetVehicleCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -162,7 +157,4 @@ export class GetVehicleCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetVehicleCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-iotfleetwise/src/commands/GetVehicleStatusCommand.ts b/clients/client-iotfleetwise/src/commands/GetVehicleStatusCommand.ts index 9f98e4daf39b..1f85ce795e93 100644 --- a/clients/client-iotfleetwise/src/commands/GetVehicleStatusCommand.ts +++ b/clients/client-iotfleetwise/src/commands/GetVehicleStatusCommand.ts @@ -95,9 +95,6 @@ export class GetVehicleStatusCommand extends $Command< GetVehicleStatusCommandOutput, IoTFleetWiseClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -111,9 +108,7 @@ export class GetVehicleStatusCommand extends $Command< * @public */ constructor(readonly input: GetVehicleStatusCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -166,7 +161,4 @@ export class GetVehicleStatusCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetVehicleStatusCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-iotfleetwise/src/commands/ImportDecoderManifestCommand.ts b/clients/client-iotfleetwise/src/commands/ImportDecoderManifestCommand.ts index 1972a37438e3..d387b0172249 100644 --- a/clients/client-iotfleetwise/src/commands/ImportDecoderManifestCommand.ts +++ b/clients/client-iotfleetwise/src/commands/ImportDecoderManifestCommand.ts @@ -110,9 +110,6 @@ export class ImportDecoderManifestCommand extends $Command< ImportDecoderManifestCommandOutput, IoTFleetWiseClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -126,9 +123,7 @@ export class ImportDecoderManifestCommand extends $Command< * @public */ constructor(readonly input: ImportDecoderManifestCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -181,7 +176,4 @@ export class ImportDecoderManifestCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ImportDecoderManifestCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-iotfleetwise/src/commands/ImportSignalCatalogCommand.ts b/clients/client-iotfleetwise/src/commands/ImportSignalCatalogCommand.ts index 0901da1da07e..2cb9a584120a 100644 --- a/clients/client-iotfleetwise/src/commands/ImportSignalCatalogCommand.ts +++ b/clients/client-iotfleetwise/src/commands/ImportSignalCatalogCommand.ts @@ -107,9 +107,6 @@ export class ImportSignalCatalogCommand extends $Command< ImportSignalCatalogCommandOutput, IoTFleetWiseClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -123,9 +120,7 @@ export class ImportSignalCatalogCommand extends $Command< * @public */ constructor(readonly input: ImportSignalCatalogCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -178,7 +173,4 @@ export class ImportSignalCatalogCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ImportSignalCatalogCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-iotfleetwise/src/commands/ListCampaignsCommand.ts b/clients/client-iotfleetwise/src/commands/ListCampaignsCommand.ts index 9c0815e69da9..99eb26dd4fba 100644 --- a/clients/client-iotfleetwise/src/commands/ListCampaignsCommand.ts +++ b/clients/client-iotfleetwise/src/commands/ListCampaignsCommand.ts @@ -99,9 +99,6 @@ export class ListCampaignsCommand extends $Command< ListCampaignsCommandOutput, IoTFleetWiseClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -115,9 +112,7 @@ export class ListCampaignsCommand extends $Command< * @public */ constructor(readonly input: ListCampaignsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -168,7 +163,4 @@ export class ListCampaignsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListCampaignsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-iotfleetwise/src/commands/ListDecoderManifestNetworkInterfacesCommand.ts b/clients/client-iotfleetwise/src/commands/ListDecoderManifestNetworkInterfacesCommand.ts index acc01d3f6c82..7101603dab62 100644 --- a/clients/client-iotfleetwise/src/commands/ListDecoderManifestNetworkInterfacesCommand.ts +++ b/clients/client-iotfleetwise/src/commands/ListDecoderManifestNetworkInterfacesCommand.ts @@ -118,9 +118,6 @@ export class ListDecoderManifestNetworkInterfacesCommand extends $Command< ListDecoderManifestNetworkInterfacesCommandOutput, IoTFleetWiseClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -134,9 +131,7 @@ export class ListDecoderManifestNetworkInterfacesCommand extends $Command< * @public */ constructor(readonly input: ListDecoderManifestNetworkInterfacesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -195,7 +190,4 @@ export class ListDecoderManifestNetworkInterfacesCommand extends $Command< ): Promise { return de_ListDecoderManifestNetworkInterfacesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-iotfleetwise/src/commands/ListDecoderManifestSignalsCommand.ts b/clients/client-iotfleetwise/src/commands/ListDecoderManifestSignalsCommand.ts index 58716e2836df..95cfca6eb9f7 100644 --- a/clients/client-iotfleetwise/src/commands/ListDecoderManifestSignalsCommand.ts +++ b/clients/client-iotfleetwise/src/commands/ListDecoderManifestSignalsCommand.ts @@ -118,9 +118,6 @@ export class ListDecoderManifestSignalsCommand extends $Command< ListDecoderManifestSignalsCommandOutput, IoTFleetWiseClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -134,9 +131,7 @@ export class ListDecoderManifestSignalsCommand extends $Command< * @public */ constructor(readonly input: ListDecoderManifestSignalsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -192,7 +187,4 @@ export class ListDecoderManifestSignalsCommand extends $Command< ): Promise { return de_ListDecoderManifestSignalsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-iotfleetwise/src/commands/ListDecoderManifestsCommand.ts b/clients/client-iotfleetwise/src/commands/ListDecoderManifestsCommand.ts index e38cee0443d3..5ec4f1392c76 100644 --- a/clients/client-iotfleetwise/src/commands/ListDecoderManifestsCommand.ts +++ b/clients/client-iotfleetwise/src/commands/ListDecoderManifestsCommand.ts @@ -98,9 +98,6 @@ export class ListDecoderManifestsCommand extends $Command< ListDecoderManifestsCommandOutput, IoTFleetWiseClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -114,9 +111,7 @@ export class ListDecoderManifestsCommand extends $Command< * @public */ constructor(readonly input: ListDecoderManifestsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -169,7 +164,4 @@ export class ListDecoderManifestsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListDecoderManifestsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-iotfleetwise/src/commands/ListFleetsCommand.ts b/clients/client-iotfleetwise/src/commands/ListFleetsCommand.ts index 80971ee6b429..91687753b49f 100644 --- a/clients/client-iotfleetwise/src/commands/ListFleetsCommand.ts +++ b/clients/client-iotfleetwise/src/commands/ListFleetsCommand.ts @@ -99,9 +99,6 @@ export class ListFleetsCommand extends $Command< ListFleetsCommandOutput, IoTFleetWiseClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -115,9 +112,7 @@ export class ListFleetsCommand extends $Command< * @public */ constructor(readonly input: ListFleetsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -168,7 +163,4 @@ export class ListFleetsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListFleetsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-iotfleetwise/src/commands/ListFleetsForVehicleCommand.ts b/clients/client-iotfleetwise/src/commands/ListFleetsForVehicleCommand.ts index 1e88f9bc0f1f..8e9b481d2e3c 100644 --- a/clients/client-iotfleetwise/src/commands/ListFleetsForVehicleCommand.ts +++ b/clients/client-iotfleetwise/src/commands/ListFleetsForVehicleCommand.ts @@ -93,9 +93,6 @@ export class ListFleetsForVehicleCommand extends $Command< ListFleetsForVehicleCommandOutput, IoTFleetWiseClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -109,9 +106,7 @@ export class ListFleetsForVehicleCommand extends $Command< * @public */ constructor(readonly input: ListFleetsForVehicleCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -164,7 +159,4 @@ export class ListFleetsForVehicleCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListFleetsForVehicleCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-iotfleetwise/src/commands/ListModelManifestNodesCommand.ts b/clients/client-iotfleetwise/src/commands/ListModelManifestNodesCommand.ts index 82de8812dec6..b856f3ebe9ef 100644 --- a/clients/client-iotfleetwise/src/commands/ListModelManifestNodesCommand.ts +++ b/clients/client-iotfleetwise/src/commands/ListModelManifestNodesCommand.ts @@ -145,9 +145,6 @@ export class ListModelManifestNodesCommand extends $Command< ListModelManifestNodesCommandOutput, IoTFleetWiseClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -161,9 +158,7 @@ export class ListModelManifestNodesCommand extends $Command< * @public */ constructor(readonly input: ListModelManifestNodesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -216,7 +211,4 @@ export class ListModelManifestNodesCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListModelManifestNodesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-iotfleetwise/src/commands/ListModelManifestsCommand.ts b/clients/client-iotfleetwise/src/commands/ListModelManifestsCommand.ts index 73b68bbec015..d42a07e14848 100644 --- a/clients/client-iotfleetwise/src/commands/ListModelManifestsCommand.ts +++ b/clients/client-iotfleetwise/src/commands/ListModelManifestsCommand.ts @@ -98,9 +98,6 @@ export class ListModelManifestsCommand extends $Command< ListModelManifestsCommandOutput, IoTFleetWiseClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -114,9 +111,7 @@ export class ListModelManifestsCommand extends $Command< * @public */ constructor(readonly input: ListModelManifestsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -169,7 +164,4 @@ export class ListModelManifestsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListModelManifestsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-iotfleetwise/src/commands/ListSignalCatalogNodesCommand.ts b/clients/client-iotfleetwise/src/commands/ListSignalCatalogNodesCommand.ts index 466e2c7542fd..31c2b103c2d5 100644 --- a/clients/client-iotfleetwise/src/commands/ListSignalCatalogNodesCommand.ts +++ b/clients/client-iotfleetwise/src/commands/ListSignalCatalogNodesCommand.ts @@ -145,9 +145,6 @@ export class ListSignalCatalogNodesCommand extends $Command< ListSignalCatalogNodesCommandOutput, IoTFleetWiseClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -161,9 +158,7 @@ export class ListSignalCatalogNodesCommand extends $Command< * @public */ constructor(readonly input: ListSignalCatalogNodesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -216,7 +211,4 @@ export class ListSignalCatalogNodesCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListSignalCatalogNodesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-iotfleetwise/src/commands/ListSignalCatalogsCommand.ts b/clients/client-iotfleetwise/src/commands/ListSignalCatalogsCommand.ts index 292a637c73de..212e7e28dd38 100644 --- a/clients/client-iotfleetwise/src/commands/ListSignalCatalogsCommand.ts +++ b/clients/client-iotfleetwise/src/commands/ListSignalCatalogsCommand.ts @@ -96,9 +96,6 @@ export class ListSignalCatalogsCommand extends $Command< ListSignalCatalogsCommandOutput, IoTFleetWiseClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -112,9 +109,7 @@ export class ListSignalCatalogsCommand extends $Command< * @public */ constructor(readonly input: ListSignalCatalogsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -167,7 +162,4 @@ export class ListSignalCatalogsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListSignalCatalogsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-iotfleetwise/src/commands/ListTagsForResourceCommand.ts b/clients/client-iotfleetwise/src/commands/ListTagsForResourceCommand.ts index a528542351ac..c4a431ea443b 100644 --- a/clients/client-iotfleetwise/src/commands/ListTagsForResourceCommand.ts +++ b/clients/client-iotfleetwise/src/commands/ListTagsForResourceCommand.ts @@ -90,9 +90,6 @@ export class ListTagsForResourceCommand extends $Command< ListTagsForResourceCommandOutput, IoTFleetWiseClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -106,9 +103,7 @@ export class ListTagsForResourceCommand extends $Command< * @public */ constructor(readonly input: ListTagsForResourceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -161,7 +156,4 @@ export class ListTagsForResourceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListTagsForResourceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-iotfleetwise/src/commands/ListVehiclesCommand.ts b/clients/client-iotfleetwise/src/commands/ListVehiclesCommand.ts index 80288879ec13..aecb4ff09ac1 100644 --- a/clients/client-iotfleetwise/src/commands/ListVehiclesCommand.ts +++ b/clients/client-iotfleetwise/src/commands/ListVehiclesCommand.ts @@ -97,9 +97,6 @@ export class ListVehiclesCommand extends $Command< ListVehiclesCommandOutput, IoTFleetWiseClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -113,9 +110,7 @@ export class ListVehiclesCommand extends $Command< * @public */ constructor(readonly input: ListVehiclesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -166,7 +161,4 @@ export class ListVehiclesCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListVehiclesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-iotfleetwise/src/commands/ListVehiclesInFleetCommand.ts b/clients/client-iotfleetwise/src/commands/ListVehiclesInFleetCommand.ts index d881d8b9c755..5d78e3f9c2ac 100644 --- a/clients/client-iotfleetwise/src/commands/ListVehiclesInFleetCommand.ts +++ b/clients/client-iotfleetwise/src/commands/ListVehiclesInFleetCommand.ts @@ -93,9 +93,6 @@ export class ListVehiclesInFleetCommand extends $Command< ListVehiclesInFleetCommandOutput, IoTFleetWiseClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -109,9 +106,7 @@ export class ListVehiclesInFleetCommand extends $Command< * @public */ constructor(readonly input: ListVehiclesInFleetCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -164,7 +159,4 @@ export class ListVehiclesInFleetCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListVehiclesInFleetCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-iotfleetwise/src/commands/PutEncryptionConfigurationCommand.ts b/clients/client-iotfleetwise/src/commands/PutEncryptionConfigurationCommand.ts index c65afba1fc31..97287da21279 100644 --- a/clients/client-iotfleetwise/src/commands/PutEncryptionConfigurationCommand.ts +++ b/clients/client-iotfleetwise/src/commands/PutEncryptionConfigurationCommand.ts @@ -92,9 +92,6 @@ export class PutEncryptionConfigurationCommand extends $Command< PutEncryptionConfigurationCommandOutput, IoTFleetWiseClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -108,9 +105,7 @@ export class PutEncryptionConfigurationCommand extends $Command< * @public */ constructor(readonly input: PutEncryptionConfigurationCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -166,7 +161,4 @@ export class PutEncryptionConfigurationCommand extends $Command< ): Promise { return de_PutEncryptionConfigurationCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-iotfleetwise/src/commands/PutLoggingOptionsCommand.ts b/clients/client-iotfleetwise/src/commands/PutLoggingOptionsCommand.ts index 7e17830d97ef..2dbd06dc35bb 100644 --- a/clients/client-iotfleetwise/src/commands/PutLoggingOptionsCommand.ts +++ b/clients/client-iotfleetwise/src/commands/PutLoggingOptionsCommand.ts @@ -90,9 +90,6 @@ export class PutLoggingOptionsCommand extends $Command< PutLoggingOptionsCommandOutput, IoTFleetWiseClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -106,9 +103,7 @@ export class PutLoggingOptionsCommand extends $Command< * @public */ constructor(readonly input: PutLoggingOptionsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -161,7 +156,4 @@ export class PutLoggingOptionsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_PutLoggingOptionsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-iotfleetwise/src/commands/RegisterAccountCommand.ts b/clients/client-iotfleetwise/src/commands/RegisterAccountCommand.ts index 8d337d040eb9..c795568c4a5a 100644 --- a/clients/client-iotfleetwise/src/commands/RegisterAccountCommand.ts +++ b/clients/client-iotfleetwise/src/commands/RegisterAccountCommand.ts @@ -119,9 +119,6 @@ export class RegisterAccountCommand extends $Command< RegisterAccountCommandOutput, IoTFleetWiseClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -135,9 +132,7 @@ export class RegisterAccountCommand extends $Command< * @public */ constructor(readonly input: RegisterAccountCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -190,7 +185,4 @@ export class RegisterAccountCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_RegisterAccountCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-iotfleetwise/src/commands/TagResourceCommand.ts b/clients/client-iotfleetwise/src/commands/TagResourceCommand.ts index 0088bc28318e..15b913c70946 100644 --- a/clients/client-iotfleetwise/src/commands/TagResourceCommand.ts +++ b/clients/client-iotfleetwise/src/commands/TagResourceCommand.ts @@ -90,9 +90,6 @@ export class TagResourceCommand extends $Command< TagResourceCommandOutput, IoTFleetWiseClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -106,9 +103,7 @@ export class TagResourceCommand extends $Command< * @public */ constructor(readonly input: TagResourceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -159,7 +154,4 @@ export class TagResourceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_TagResourceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-iotfleetwise/src/commands/UntagResourceCommand.ts b/clients/client-iotfleetwise/src/commands/UntagResourceCommand.ts index 8cf4be75d760..3a3d7a22448a 100644 --- a/clients/client-iotfleetwise/src/commands/UntagResourceCommand.ts +++ b/clients/client-iotfleetwise/src/commands/UntagResourceCommand.ts @@ -86,9 +86,6 @@ export class UntagResourceCommand extends $Command< UntagResourceCommandOutput, IoTFleetWiseClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -102,9 +99,7 @@ export class UntagResourceCommand extends $Command< * @public */ constructor(readonly input: UntagResourceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -155,7 +150,4 @@ export class UntagResourceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UntagResourceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-iotfleetwise/src/commands/UpdateCampaignCommand.ts b/clients/client-iotfleetwise/src/commands/UpdateCampaignCommand.ts index af1acd22630b..053d35106624 100644 --- a/clients/client-iotfleetwise/src/commands/UpdateCampaignCommand.ts +++ b/clients/client-iotfleetwise/src/commands/UpdateCampaignCommand.ts @@ -96,9 +96,6 @@ export class UpdateCampaignCommand extends $Command< UpdateCampaignCommandOutput, IoTFleetWiseClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -112,9 +109,7 @@ export class UpdateCampaignCommand extends $Command< * @public */ constructor(readonly input: UpdateCampaignCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -167,7 +162,4 @@ export class UpdateCampaignCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdateCampaignCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-iotfleetwise/src/commands/UpdateDecoderManifestCommand.ts b/clients/client-iotfleetwise/src/commands/UpdateDecoderManifestCommand.ts index 5e451d025486..b6a529c533ce 100644 --- a/clients/client-iotfleetwise/src/commands/UpdateDecoderManifestCommand.ts +++ b/clients/client-iotfleetwise/src/commands/UpdateDecoderManifestCommand.ts @@ -202,9 +202,6 @@ export class UpdateDecoderManifestCommand extends $Command< UpdateDecoderManifestCommandOutput, IoTFleetWiseClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -218,9 +215,7 @@ export class UpdateDecoderManifestCommand extends $Command< * @public */ constructor(readonly input: UpdateDecoderManifestCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -273,7 +268,4 @@ export class UpdateDecoderManifestCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdateDecoderManifestCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-iotfleetwise/src/commands/UpdateFleetCommand.ts b/clients/client-iotfleetwise/src/commands/UpdateFleetCommand.ts index a55458b5065d..03c19a1fc003 100644 --- a/clients/client-iotfleetwise/src/commands/UpdateFleetCommand.ts +++ b/clients/client-iotfleetwise/src/commands/UpdateFleetCommand.ts @@ -95,9 +95,6 @@ export class UpdateFleetCommand extends $Command< UpdateFleetCommandOutput, IoTFleetWiseClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -111,9 +108,7 @@ export class UpdateFleetCommand extends $Command< * @public */ constructor(readonly input: UpdateFleetCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -164,7 +159,4 @@ export class UpdateFleetCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdateFleetCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-iotfleetwise/src/commands/UpdateModelManifestCommand.ts b/clients/client-iotfleetwise/src/commands/UpdateModelManifestCommand.ts index 2c33e63a6121..de4f5f415f5d 100644 --- a/clients/client-iotfleetwise/src/commands/UpdateModelManifestCommand.ts +++ b/clients/client-iotfleetwise/src/commands/UpdateModelManifestCommand.ts @@ -102,9 +102,6 @@ export class UpdateModelManifestCommand extends $Command< UpdateModelManifestCommandOutput, IoTFleetWiseClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -118,9 +115,7 @@ export class UpdateModelManifestCommand extends $Command< * @public */ constructor(readonly input: UpdateModelManifestCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -173,7 +168,4 @@ export class UpdateModelManifestCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdateModelManifestCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-iotfleetwise/src/commands/UpdateSignalCatalogCommand.ts b/clients/client-iotfleetwise/src/commands/UpdateSignalCatalogCommand.ts index ee3c6817d779..c9bdc9224bf0 100644 --- a/clients/client-iotfleetwise/src/commands/UpdateSignalCatalogCommand.ts +++ b/clients/client-iotfleetwise/src/commands/UpdateSignalCatalogCommand.ts @@ -206,9 +206,6 @@ export class UpdateSignalCatalogCommand extends $Command< UpdateSignalCatalogCommandOutput, IoTFleetWiseClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -222,9 +219,7 @@ export class UpdateSignalCatalogCommand extends $Command< * @public */ constructor(readonly input: UpdateSignalCatalogCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -277,7 +272,4 @@ export class UpdateSignalCatalogCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdateSignalCatalogCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-iotfleetwise/src/commands/UpdateVehicleCommand.ts b/clients/client-iotfleetwise/src/commands/UpdateVehicleCommand.ts index 17c255091d10..39716bbe814b 100644 --- a/clients/client-iotfleetwise/src/commands/UpdateVehicleCommand.ts +++ b/clients/client-iotfleetwise/src/commands/UpdateVehicleCommand.ts @@ -96,9 +96,6 @@ export class UpdateVehicleCommand extends $Command< UpdateVehicleCommandOutput, IoTFleetWiseClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -112,9 +109,7 @@ export class UpdateVehicleCommand extends $Command< * @public */ constructor(readonly input: UpdateVehicleCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -165,7 +160,4 @@ export class UpdateVehicleCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdateVehicleCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-iotsecuretunneling/package.json b/clients/client-iotsecuretunneling/package.json index 4728a369ade5..d24956644364 100644 --- a/clients/client-iotsecuretunneling/package.json +++ b/clients/client-iotsecuretunneling/package.json @@ -34,29 +34,29 @@ "@aws-sdk/util-endpoints": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@smithy/config-resolver": "^2.0.16", - "@smithy/fetch-http-handler": "^2.2.4", - "@smithy/hash-node": "^2.0.12", - "@smithy/invalid-dependency": "^2.0.12", - "@smithy/middleware-content-length": "^2.0.14", - "@smithy/middleware-endpoint": "^2.1.3", - "@smithy/middleware-retry": "^2.0.18", - "@smithy/middleware-serde": "^2.0.12", - "@smithy/middleware-stack": "^2.0.6", - "@smithy/node-config-provider": "^2.1.3", - "@smithy/node-http-handler": "^2.1.8", - "@smithy/protocol-http": "^3.0.8", - "@smithy/smithy-client": "^2.1.12", - "@smithy/types": "^2.4.0", - "@smithy/url-parser": "^2.0.12", - "@smithy/util-base64": "^2.0.0", + "@smithy/config-resolver": "^2.0.18", + "@smithy/fetch-http-handler": "^2.2.6", + "@smithy/hash-node": "^2.0.15", + "@smithy/invalid-dependency": "^2.0.13", + "@smithy/middleware-content-length": "^2.0.15", + "@smithy/middleware-endpoint": "^2.2.0", + "@smithy/middleware-retry": "^2.0.20", + "@smithy/middleware-serde": "^2.0.13", + "@smithy/middleware-stack": "^2.0.7", + "@smithy/node-config-provider": "^2.1.5", + "@smithy/node-http-handler": "^2.1.9", + "@smithy/protocol-http": "^3.0.9", + "@smithy/smithy-client": "^2.1.15", + "@smithy/types": "^2.5.0", + "@smithy/url-parser": "^2.0.13", + "@smithy/util-base64": "^2.0.1", "@smithy/util-body-length-browser": "^2.0.0", "@smithy/util-body-length-node": "^2.1.0", - "@smithy/util-defaults-mode-browser": "^2.0.16", - "@smithy/util-defaults-mode-node": "^2.0.21", - "@smithy/util-endpoints": "^1.0.2", - "@smithy/util-retry": "^2.0.5", - "@smithy/util-utf8": "^2.0.0", + "@smithy/util-defaults-mode-browser": "^2.0.19", + "@smithy/util-defaults-mode-node": "^2.0.25", + "@smithy/util-endpoints": "^1.0.4", + "@smithy/util-retry": "^2.0.6", + "@smithy/util-utf8": "^2.0.2", "tslib": "^2.5.0" }, "devDependencies": { diff --git a/clients/client-iotsecuretunneling/src/commands/CloseTunnelCommand.ts b/clients/client-iotsecuretunneling/src/commands/CloseTunnelCommand.ts index 65518ba76b2c..935b3d2658ad 100644 --- a/clients/client-iotsecuretunneling/src/commands/CloseTunnelCommand.ts +++ b/clients/client-iotsecuretunneling/src/commands/CloseTunnelCommand.ts @@ -79,9 +79,6 @@ export class CloseTunnelCommand extends $Command< CloseTunnelCommandOutput, IoTSecureTunnelingClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -95,9 +92,7 @@ export class CloseTunnelCommand extends $Command< * @public */ constructor(readonly input: CloseTunnelCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -148,7 +143,4 @@ export class CloseTunnelCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CloseTunnelCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-iotsecuretunneling/src/commands/DescribeTunnelCommand.ts b/clients/client-iotsecuretunneling/src/commands/DescribeTunnelCommand.ts index b88ea2e5e549..93831d0dd0ce 100644 --- a/clients/client-iotsecuretunneling/src/commands/DescribeTunnelCommand.ts +++ b/clients/client-iotsecuretunneling/src/commands/DescribeTunnelCommand.ts @@ -108,9 +108,6 @@ export class DescribeTunnelCommand extends $Command< DescribeTunnelCommandOutput, IoTSecureTunnelingClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -124,9 +121,7 @@ export class DescribeTunnelCommand extends $Command< * @public */ constructor(readonly input: DescribeTunnelCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -179,7 +174,4 @@ export class DescribeTunnelCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DescribeTunnelCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-iotsecuretunneling/src/commands/ListTagsForResourceCommand.ts b/clients/client-iotsecuretunneling/src/commands/ListTagsForResourceCommand.ts index 9743818d5a9c..b7bc3b15a746 100644 --- a/clients/client-iotsecuretunneling/src/commands/ListTagsForResourceCommand.ts +++ b/clients/client-iotsecuretunneling/src/commands/ListTagsForResourceCommand.ts @@ -82,9 +82,6 @@ export class ListTagsForResourceCommand extends $Command< ListTagsForResourceCommandOutput, IoTSecureTunnelingClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -98,9 +95,7 @@ export class ListTagsForResourceCommand extends $Command< * @public */ constructor(readonly input: ListTagsForResourceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -153,7 +148,4 @@ export class ListTagsForResourceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListTagsForResourceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-iotsecuretunneling/src/commands/ListTunnelsCommand.ts b/clients/client-iotsecuretunneling/src/commands/ListTunnelsCommand.ts index 8376c056e07a..c7f16c857b63 100644 --- a/clients/client-iotsecuretunneling/src/commands/ListTunnelsCommand.ts +++ b/clients/client-iotsecuretunneling/src/commands/ListTunnelsCommand.ts @@ -88,9 +88,6 @@ export class ListTunnelsCommand extends $Command< ListTunnelsCommandOutput, IoTSecureTunnelingClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -104,9 +101,7 @@ export class ListTunnelsCommand extends $Command< * @public */ constructor(readonly input: ListTunnelsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -157,7 +152,4 @@ export class ListTunnelsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListTunnelsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-iotsecuretunneling/src/commands/OpenTunnelCommand.ts b/clients/client-iotsecuretunneling/src/commands/OpenTunnelCommand.ts index af398b4f5dda..69814bf42508 100644 --- a/clients/client-iotsecuretunneling/src/commands/OpenTunnelCommand.ts +++ b/clients/client-iotsecuretunneling/src/commands/OpenTunnelCommand.ts @@ -97,9 +97,6 @@ export class OpenTunnelCommand extends $Command< OpenTunnelCommandOutput, IoTSecureTunnelingClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -113,9 +110,7 @@ export class OpenTunnelCommand extends $Command< * @public */ constructor(readonly input: OpenTunnelCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -166,7 +161,4 @@ export class OpenTunnelCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_OpenTunnelCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-iotsecuretunneling/src/commands/RotateTunnelAccessTokenCommand.ts b/clients/client-iotsecuretunneling/src/commands/RotateTunnelAccessTokenCommand.ts index c2a324b7cf44..2f5a624d2674 100644 --- a/clients/client-iotsecuretunneling/src/commands/RotateTunnelAccessTokenCommand.ts +++ b/clients/client-iotsecuretunneling/src/commands/RotateTunnelAccessTokenCommand.ts @@ -98,9 +98,6 @@ export class RotateTunnelAccessTokenCommand extends $Command< RotateTunnelAccessTokenCommandOutput, IoTSecureTunnelingClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -114,9 +111,7 @@ export class RotateTunnelAccessTokenCommand extends $Command< * @public */ constructor(readonly input: RotateTunnelAccessTokenCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -169,7 +164,4 @@ export class RotateTunnelAccessTokenCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_RotateTunnelAccessTokenCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-iotsecuretunneling/src/commands/TagResourceCommand.ts b/clients/client-iotsecuretunneling/src/commands/TagResourceCommand.ts index 572e95ac9bb6..65a60267420d 100644 --- a/clients/client-iotsecuretunneling/src/commands/TagResourceCommand.ts +++ b/clients/client-iotsecuretunneling/src/commands/TagResourceCommand.ts @@ -81,9 +81,6 @@ export class TagResourceCommand extends $Command< TagResourceCommandOutput, IoTSecureTunnelingClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -97,9 +94,7 @@ export class TagResourceCommand extends $Command< * @public */ constructor(readonly input: TagResourceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -150,7 +145,4 @@ export class TagResourceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_TagResourceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-iotsecuretunneling/src/commands/UntagResourceCommand.ts b/clients/client-iotsecuretunneling/src/commands/UntagResourceCommand.ts index 2f2a8cf5c3a4..4697867221f1 100644 --- a/clients/client-iotsecuretunneling/src/commands/UntagResourceCommand.ts +++ b/clients/client-iotsecuretunneling/src/commands/UntagResourceCommand.ts @@ -78,9 +78,6 @@ export class UntagResourceCommand extends $Command< UntagResourceCommandOutput, IoTSecureTunnelingClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -94,9 +91,7 @@ export class UntagResourceCommand extends $Command< * @public */ constructor(readonly input: UntagResourceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -147,7 +142,4 @@ export class UntagResourceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UntagResourceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-iotsitewise/package.json b/clients/client-iotsitewise/package.json index 45d946c56c34..d30875fd4d8a 100644 --- a/clients/client-iotsitewise/package.json +++ b/clients/client-iotsitewise/package.json @@ -34,30 +34,30 @@ "@aws-sdk/util-endpoints": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@smithy/config-resolver": "^2.0.16", - "@smithy/fetch-http-handler": "^2.2.4", - "@smithy/hash-node": "^2.0.12", - "@smithy/invalid-dependency": "^2.0.12", - "@smithy/middleware-content-length": "^2.0.14", - "@smithy/middleware-endpoint": "^2.1.3", - "@smithy/middleware-retry": "^2.0.18", - "@smithy/middleware-serde": "^2.0.12", - "@smithy/middleware-stack": "^2.0.6", - "@smithy/node-config-provider": "^2.1.3", - "@smithy/node-http-handler": "^2.1.8", - "@smithy/protocol-http": "^3.0.8", - "@smithy/smithy-client": "^2.1.12", - "@smithy/types": "^2.4.0", - "@smithy/url-parser": "^2.0.12", - "@smithy/util-base64": "^2.0.0", + "@smithy/config-resolver": "^2.0.18", + "@smithy/fetch-http-handler": "^2.2.6", + "@smithy/hash-node": "^2.0.15", + "@smithy/invalid-dependency": "^2.0.13", + "@smithy/middleware-content-length": "^2.0.15", + "@smithy/middleware-endpoint": "^2.2.0", + "@smithy/middleware-retry": "^2.0.20", + "@smithy/middleware-serde": "^2.0.13", + "@smithy/middleware-stack": "^2.0.7", + "@smithy/node-config-provider": "^2.1.5", + "@smithy/node-http-handler": "^2.1.9", + "@smithy/protocol-http": "^3.0.9", + "@smithy/smithy-client": "^2.1.15", + "@smithy/types": "^2.5.0", + "@smithy/url-parser": "^2.0.13", + "@smithy/util-base64": "^2.0.1", "@smithy/util-body-length-browser": "^2.0.0", "@smithy/util-body-length-node": "^2.1.0", - "@smithy/util-defaults-mode-browser": "^2.0.16", - "@smithy/util-defaults-mode-node": "^2.0.21", - "@smithy/util-endpoints": "^1.0.2", - "@smithy/util-retry": "^2.0.5", - "@smithy/util-utf8": "^2.0.0", - "@smithy/util-waiter": "^2.0.12", + "@smithy/util-defaults-mode-browser": "^2.0.19", + "@smithy/util-defaults-mode-node": "^2.0.25", + "@smithy/util-endpoints": "^1.0.4", + "@smithy/util-retry": "^2.0.6", + "@smithy/util-utf8": "^2.0.2", + "@smithy/util-waiter": "^2.0.13", "tslib": "^2.5.0", "uuid": "^8.3.2" }, diff --git a/clients/client-iotsitewise/src/commands/AssociateAssetsCommand.ts b/clients/client-iotsitewise/src/commands/AssociateAssetsCommand.ts index f586eacaa016..2f0df14a0244 100644 --- a/clients/client-iotsitewise/src/commands/AssociateAssetsCommand.ts +++ b/clients/client-iotsitewise/src/commands/AssociateAssetsCommand.ts @@ -102,9 +102,6 @@ export class AssociateAssetsCommand extends $Command< AssociateAssetsCommandOutput, IoTSiteWiseClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -118,9 +115,7 @@ export class AssociateAssetsCommand extends $Command< * @public */ constructor(readonly input: AssociateAssetsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -173,7 +168,4 @@ export class AssociateAssetsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_AssociateAssetsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-iotsitewise/src/commands/AssociateTimeSeriesToAssetPropertyCommand.ts b/clients/client-iotsitewise/src/commands/AssociateTimeSeriesToAssetPropertyCommand.ts index 1dbffd207cb1..f835b2efe025 100644 --- a/clients/client-iotsitewise/src/commands/AssociateTimeSeriesToAssetPropertyCommand.ts +++ b/clients/client-iotsitewise/src/commands/AssociateTimeSeriesToAssetPropertyCommand.ts @@ -94,9 +94,6 @@ export class AssociateTimeSeriesToAssetPropertyCommand extends $Command< AssociateTimeSeriesToAssetPropertyCommandOutput, IoTSiteWiseClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -110,9 +107,7 @@ export class AssociateTimeSeriesToAssetPropertyCommand extends $Command< * @public */ constructor(readonly input: AssociateTimeSeriesToAssetPropertyCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -171,7 +166,4 @@ export class AssociateTimeSeriesToAssetPropertyCommand extends $Command< ): Promise { return de_AssociateTimeSeriesToAssetPropertyCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-iotsitewise/src/commands/BatchAssociateProjectAssetsCommand.ts b/clients/client-iotsitewise/src/commands/BatchAssociateProjectAssetsCommand.ts index f7eda8b71c40..28b065aef152 100644 --- a/clients/client-iotsitewise/src/commands/BatchAssociateProjectAssetsCommand.ts +++ b/clients/client-iotsitewise/src/commands/BatchAssociateProjectAssetsCommand.ts @@ -107,9 +107,6 @@ export class BatchAssociateProjectAssetsCommand extends $Command< BatchAssociateProjectAssetsCommandOutput, IoTSiteWiseClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -123,9 +120,7 @@ export class BatchAssociateProjectAssetsCommand extends $Command< * @public */ constructor(readonly input: BatchAssociateProjectAssetsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -181,7 +176,4 @@ export class BatchAssociateProjectAssetsCommand extends $Command< ): Promise { return de_BatchAssociateProjectAssetsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-iotsitewise/src/commands/BatchDisassociateProjectAssetsCommand.ts b/clients/client-iotsitewise/src/commands/BatchDisassociateProjectAssetsCommand.ts index f9fdb079a71e..c61546f2b50e 100644 --- a/clients/client-iotsitewise/src/commands/BatchDisassociateProjectAssetsCommand.ts +++ b/clients/client-iotsitewise/src/commands/BatchDisassociateProjectAssetsCommand.ts @@ -101,9 +101,6 @@ export class BatchDisassociateProjectAssetsCommand extends $Command< BatchDisassociateProjectAssetsCommandOutput, IoTSiteWiseClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -117,9 +114,7 @@ export class BatchDisassociateProjectAssetsCommand extends $Command< * @public */ constructor(readonly input: BatchDisassociateProjectAssetsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -178,7 +173,4 @@ export class BatchDisassociateProjectAssetsCommand extends $Command< ): Promise { return de_BatchDisassociateProjectAssetsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-iotsitewise/src/commands/BatchGetAssetPropertyAggregatesCommand.ts b/clients/client-iotsitewise/src/commands/BatchGetAssetPropertyAggregatesCommand.ts index e2408044ebb0..edd61e9ac4f9 100644 --- a/clients/client-iotsitewise/src/commands/BatchGetAssetPropertyAggregatesCommand.ts +++ b/clients/client-iotsitewise/src/commands/BatchGetAssetPropertyAggregatesCommand.ts @@ -148,9 +148,6 @@ export class BatchGetAssetPropertyAggregatesCommand extends $Command< BatchGetAssetPropertyAggregatesCommandOutput, IoTSiteWiseClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -164,9 +161,7 @@ export class BatchGetAssetPropertyAggregatesCommand extends $Command< * @public */ constructor(readonly input: BatchGetAssetPropertyAggregatesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -225,7 +220,4 @@ export class BatchGetAssetPropertyAggregatesCommand extends $Command< ): Promise { return de_BatchGetAssetPropertyAggregatesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-iotsitewise/src/commands/BatchGetAssetPropertyValueCommand.ts b/clients/client-iotsitewise/src/commands/BatchGetAssetPropertyValueCommand.ts index 1befb82f1e3f..9e5dd21824a4 100644 --- a/clients/client-iotsitewise/src/commands/BatchGetAssetPropertyValueCommand.ts +++ b/clients/client-iotsitewise/src/commands/BatchGetAssetPropertyValueCommand.ts @@ -130,9 +130,6 @@ export class BatchGetAssetPropertyValueCommand extends $Command< BatchGetAssetPropertyValueCommandOutput, IoTSiteWiseClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -146,9 +143,7 @@ export class BatchGetAssetPropertyValueCommand extends $Command< * @public */ constructor(readonly input: BatchGetAssetPropertyValueCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -204,7 +199,4 @@ export class BatchGetAssetPropertyValueCommand extends $Command< ): Promise { return de_BatchGetAssetPropertyValueCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-iotsitewise/src/commands/BatchGetAssetPropertyValueHistoryCommand.ts b/clients/client-iotsitewise/src/commands/BatchGetAssetPropertyValueHistoryCommand.ts index d2f7e714c3d3..4395293c8f2b 100644 --- a/clients/client-iotsitewise/src/commands/BatchGetAssetPropertyValueHistoryCommand.ts +++ b/clients/client-iotsitewise/src/commands/BatchGetAssetPropertyValueHistoryCommand.ts @@ -147,9 +147,6 @@ export class BatchGetAssetPropertyValueHistoryCommand extends $Command< BatchGetAssetPropertyValueHistoryCommandOutput, IoTSiteWiseClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -163,9 +160,7 @@ export class BatchGetAssetPropertyValueHistoryCommand extends $Command< * @public */ constructor(readonly input: BatchGetAssetPropertyValueHistoryCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -224,7 +219,4 @@ export class BatchGetAssetPropertyValueHistoryCommand extends $Command< ): Promise { return de_BatchGetAssetPropertyValueHistoryCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-iotsitewise/src/commands/BatchPutAssetPropertyValueCommand.ts b/clients/client-iotsitewise/src/commands/BatchPutAssetPropertyValueCommand.ts index 4c489206146b..f3d95f0070ea 100644 --- a/clients/client-iotsitewise/src/commands/BatchPutAssetPropertyValueCommand.ts +++ b/clients/client-iotsitewise/src/commands/BatchPutAssetPropertyValueCommand.ts @@ -161,9 +161,6 @@ export class BatchPutAssetPropertyValueCommand extends $Command< BatchPutAssetPropertyValueCommandOutput, IoTSiteWiseClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -177,9 +174,7 @@ export class BatchPutAssetPropertyValueCommand extends $Command< * @public */ constructor(readonly input: BatchPutAssetPropertyValueCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -235,7 +230,4 @@ export class BatchPutAssetPropertyValueCommand extends $Command< ): Promise { return de_BatchPutAssetPropertyValueCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-iotsitewise/src/commands/CreateAccessPolicyCommand.ts b/clients/client-iotsitewise/src/commands/CreateAccessPolicyCommand.ts index 8c90dd59722c..725d3014baa0 100644 --- a/clients/client-iotsitewise/src/commands/CreateAccessPolicyCommand.ts +++ b/clients/client-iotsitewise/src/commands/CreateAccessPolicyCommand.ts @@ -120,9 +120,6 @@ export class CreateAccessPolicyCommand extends $Command< CreateAccessPolicyCommandOutput, IoTSiteWiseClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -136,9 +133,7 @@ export class CreateAccessPolicyCommand extends $Command< * @public */ constructor(readonly input: CreateAccessPolicyCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -191,7 +186,4 @@ export class CreateAccessPolicyCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateAccessPolicyCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-iotsitewise/src/commands/CreateAssetCommand.ts b/clients/client-iotsitewise/src/commands/CreateAssetCommand.ts index 6511b77e6d40..243679d75692 100644 --- a/clients/client-iotsitewise/src/commands/CreateAssetCommand.ts +++ b/clients/client-iotsitewise/src/commands/CreateAssetCommand.ts @@ -120,9 +120,6 @@ export class CreateAssetCommand extends $Command< CreateAssetCommandOutput, IoTSiteWiseClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -136,9 +133,7 @@ export class CreateAssetCommand extends $Command< * @public */ constructor(readonly input: CreateAssetCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -189,7 +184,4 @@ export class CreateAssetCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateAssetCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-iotsitewise/src/commands/CreateAssetModelCommand.ts b/clients/client-iotsitewise/src/commands/CreateAssetModelCommand.ts index 38312851a3dc..c7438f231a29 100644 --- a/clients/client-iotsitewise/src/commands/CreateAssetModelCommand.ts +++ b/clients/client-iotsitewise/src/commands/CreateAssetModelCommand.ts @@ -253,9 +253,6 @@ export class CreateAssetModelCommand extends $Command< CreateAssetModelCommandOutput, IoTSiteWiseClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -269,9 +266,7 @@ export class CreateAssetModelCommand extends $Command< * @public */ constructor(readonly input: CreateAssetModelCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -324,7 +319,4 @@ export class CreateAssetModelCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateAssetModelCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-iotsitewise/src/commands/CreateBulkImportJobCommand.ts b/clients/client-iotsitewise/src/commands/CreateBulkImportJobCommand.ts index 7d33deae31dd..455b9ed04d69 100644 --- a/clients/client-iotsitewise/src/commands/CreateBulkImportJobCommand.ts +++ b/clients/client-iotsitewise/src/commands/CreateBulkImportJobCommand.ts @@ -127,9 +127,6 @@ export class CreateBulkImportJobCommand extends $Command< CreateBulkImportJobCommandOutput, IoTSiteWiseClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -143,9 +140,7 @@ export class CreateBulkImportJobCommand extends $Command< * @public */ constructor(readonly input: CreateBulkImportJobCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -198,7 +193,4 @@ export class CreateBulkImportJobCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateBulkImportJobCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-iotsitewise/src/commands/CreateDashboardCommand.ts b/clients/client-iotsitewise/src/commands/CreateDashboardCommand.ts index a8c8c76ce3cc..97e1117d4131 100644 --- a/clients/client-iotsitewise/src/commands/CreateDashboardCommand.ts +++ b/clients/client-iotsitewise/src/commands/CreateDashboardCommand.ts @@ -100,9 +100,6 @@ export class CreateDashboardCommand extends $Command< CreateDashboardCommandOutput, IoTSiteWiseClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -116,9 +113,7 @@ export class CreateDashboardCommand extends $Command< * @public */ constructor(readonly input: CreateDashboardCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -171,7 +166,4 @@ export class CreateDashboardCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateDashboardCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-iotsitewise/src/commands/CreateGatewayCommand.ts b/clients/client-iotsitewise/src/commands/CreateGatewayCommand.ts index e71c957664c3..4bd9bdeab235 100644 --- a/clients/client-iotsitewise/src/commands/CreateGatewayCommand.ts +++ b/clients/client-iotsitewise/src/commands/CreateGatewayCommand.ts @@ -106,9 +106,6 @@ export class CreateGatewayCommand extends $Command< CreateGatewayCommandOutput, IoTSiteWiseClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -122,9 +119,7 @@ export class CreateGatewayCommand extends $Command< * @public */ constructor(readonly input: CreateGatewayCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -175,7 +170,4 @@ export class CreateGatewayCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateGatewayCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-iotsitewise/src/commands/CreatePortalCommand.ts b/clients/client-iotsitewise/src/commands/CreatePortalCommand.ts index 5c178fc427e2..99dce8c82d18 100644 --- a/clients/client-iotsitewise/src/commands/CreatePortalCommand.ts +++ b/clients/client-iotsitewise/src/commands/CreatePortalCommand.ts @@ -125,9 +125,6 @@ export class CreatePortalCommand extends $Command< CreatePortalCommandOutput, IoTSiteWiseClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -141,9 +138,7 @@ export class CreatePortalCommand extends $Command< * @public */ constructor(readonly input: CreatePortalCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -194,7 +189,4 @@ export class CreatePortalCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreatePortalCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-iotsitewise/src/commands/CreateProjectCommand.ts b/clients/client-iotsitewise/src/commands/CreateProjectCommand.ts index 9ab5dc389f4d..9c322288bfc4 100644 --- a/clients/client-iotsitewise/src/commands/CreateProjectCommand.ts +++ b/clients/client-iotsitewise/src/commands/CreateProjectCommand.ts @@ -103,9 +103,6 @@ export class CreateProjectCommand extends $Command< CreateProjectCommandOutput, IoTSiteWiseClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -119,9 +116,7 @@ export class CreateProjectCommand extends $Command< * @public */ constructor(readonly input: CreateProjectCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -172,7 +167,4 @@ export class CreateProjectCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateProjectCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-iotsitewise/src/commands/DeleteAccessPolicyCommand.ts b/clients/client-iotsitewise/src/commands/DeleteAccessPolicyCommand.ts index 3d604c8a629d..10c8847f348a 100644 --- a/clients/client-iotsitewise/src/commands/DeleteAccessPolicyCommand.ts +++ b/clients/client-iotsitewise/src/commands/DeleteAccessPolicyCommand.ts @@ -87,9 +87,6 @@ export class DeleteAccessPolicyCommand extends $Command< DeleteAccessPolicyCommandOutput, IoTSiteWiseClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -103,9 +100,7 @@ export class DeleteAccessPolicyCommand extends $Command< * @public */ constructor(readonly input: DeleteAccessPolicyCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -158,7 +153,4 @@ export class DeleteAccessPolicyCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteAccessPolicyCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-iotsitewise/src/commands/DeleteAssetCommand.ts b/clients/client-iotsitewise/src/commands/DeleteAssetCommand.ts index 0f563cf44368..ef101b05f4d8 100644 --- a/clients/client-iotsitewise/src/commands/DeleteAssetCommand.ts +++ b/clients/client-iotsitewise/src/commands/DeleteAssetCommand.ts @@ -108,9 +108,6 @@ export class DeleteAssetCommand extends $Command< DeleteAssetCommandOutput, IoTSiteWiseClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -124,9 +121,7 @@ export class DeleteAssetCommand extends $Command< * @public */ constructor(readonly input: DeleteAssetCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -177,7 +172,4 @@ export class DeleteAssetCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteAssetCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-iotsitewise/src/commands/DeleteAssetModelCommand.ts b/clients/client-iotsitewise/src/commands/DeleteAssetModelCommand.ts index cc54501b525c..3e8fadf7ed1a 100644 --- a/clients/client-iotsitewise/src/commands/DeleteAssetModelCommand.ts +++ b/clients/client-iotsitewise/src/commands/DeleteAssetModelCommand.ts @@ -107,9 +107,6 @@ export class DeleteAssetModelCommand extends $Command< DeleteAssetModelCommandOutput, IoTSiteWiseClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -123,9 +120,7 @@ export class DeleteAssetModelCommand extends $Command< * @public */ constructor(readonly input: DeleteAssetModelCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -178,7 +173,4 @@ export class DeleteAssetModelCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteAssetModelCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-iotsitewise/src/commands/DeleteDashboardCommand.ts b/clients/client-iotsitewise/src/commands/DeleteDashboardCommand.ts index 0d914f084c9e..b35d72392090 100644 --- a/clients/client-iotsitewise/src/commands/DeleteDashboardCommand.ts +++ b/clients/client-iotsitewise/src/commands/DeleteDashboardCommand.ts @@ -85,9 +85,6 @@ export class DeleteDashboardCommand extends $Command< DeleteDashboardCommandOutput, IoTSiteWiseClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -101,9 +98,7 @@ export class DeleteDashboardCommand extends $Command< * @public */ constructor(readonly input: DeleteDashboardCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -156,7 +151,4 @@ export class DeleteDashboardCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteDashboardCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-iotsitewise/src/commands/DeleteGatewayCommand.ts b/clients/client-iotsitewise/src/commands/DeleteGatewayCommand.ts index 361d91f875d3..9089d132211e 100644 --- a/clients/client-iotsitewise/src/commands/DeleteGatewayCommand.ts +++ b/clients/client-iotsitewise/src/commands/DeleteGatewayCommand.ts @@ -85,9 +85,6 @@ export class DeleteGatewayCommand extends $Command< DeleteGatewayCommandOutput, IoTSiteWiseClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -101,9 +98,7 @@ export class DeleteGatewayCommand extends $Command< * @public */ constructor(readonly input: DeleteGatewayCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -154,7 +149,4 @@ export class DeleteGatewayCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteGatewayCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-iotsitewise/src/commands/DeletePortalCommand.ts b/clients/client-iotsitewise/src/commands/DeletePortalCommand.ts index 337c32e4c9c9..e607f78947c8 100644 --- a/clients/client-iotsitewise/src/commands/DeletePortalCommand.ts +++ b/clients/client-iotsitewise/src/commands/DeletePortalCommand.ts @@ -97,9 +97,6 @@ export class DeletePortalCommand extends $Command< DeletePortalCommandOutput, IoTSiteWiseClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -113,9 +110,7 @@ export class DeletePortalCommand extends $Command< * @public */ constructor(readonly input: DeletePortalCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -166,7 +161,4 @@ export class DeletePortalCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeletePortalCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-iotsitewise/src/commands/DeleteProjectCommand.ts b/clients/client-iotsitewise/src/commands/DeleteProjectCommand.ts index d1c20873e5e4..45a864c717c3 100644 --- a/clients/client-iotsitewise/src/commands/DeleteProjectCommand.ts +++ b/clients/client-iotsitewise/src/commands/DeleteProjectCommand.ts @@ -85,9 +85,6 @@ export class DeleteProjectCommand extends $Command< DeleteProjectCommandOutput, IoTSiteWiseClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -101,9 +98,7 @@ export class DeleteProjectCommand extends $Command< * @public */ constructor(readonly input: DeleteProjectCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -154,7 +149,4 @@ export class DeleteProjectCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteProjectCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-iotsitewise/src/commands/DeleteTimeSeriesCommand.ts b/clients/client-iotsitewise/src/commands/DeleteTimeSeriesCommand.ts index f0d1add4ebf2..c5ba9566533a 100644 --- a/clients/client-iotsitewise/src/commands/DeleteTimeSeriesCommand.ts +++ b/clients/client-iotsitewise/src/commands/DeleteTimeSeriesCommand.ts @@ -112,9 +112,6 @@ export class DeleteTimeSeriesCommand extends $Command< DeleteTimeSeriesCommandOutput, IoTSiteWiseClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -128,9 +125,7 @@ export class DeleteTimeSeriesCommand extends $Command< * @public */ constructor(readonly input: DeleteTimeSeriesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -183,7 +178,4 @@ export class DeleteTimeSeriesCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteTimeSeriesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-iotsitewise/src/commands/DescribeAccessPolicyCommand.ts b/clients/client-iotsitewise/src/commands/DescribeAccessPolicyCommand.ts index b95991d36abe..adaa47b4117e 100644 --- a/clients/client-iotsitewise/src/commands/DescribeAccessPolicyCommand.ts +++ b/clients/client-iotsitewise/src/commands/DescribeAccessPolicyCommand.ts @@ -113,9 +113,6 @@ export class DescribeAccessPolicyCommand extends $Command< DescribeAccessPolicyCommandOutput, IoTSiteWiseClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -129,9 +126,7 @@ export class DescribeAccessPolicyCommand extends $Command< * @public */ constructor(readonly input: DescribeAccessPolicyCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -184,7 +179,4 @@ export class DescribeAccessPolicyCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DescribeAccessPolicyCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-iotsitewise/src/commands/DescribeAssetCommand.ts b/clients/client-iotsitewise/src/commands/DescribeAssetCommand.ts index 734fdee24025..8437acea192a 100644 --- a/clients/client-iotsitewise/src/commands/DescribeAssetCommand.ts +++ b/clients/client-iotsitewise/src/commands/DescribeAssetCommand.ts @@ -148,9 +148,6 @@ export class DescribeAssetCommand extends $Command< DescribeAssetCommandOutput, IoTSiteWiseClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -164,9 +161,7 @@ export class DescribeAssetCommand extends $Command< * @public */ constructor(readonly input: DescribeAssetCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -217,7 +212,4 @@ export class DescribeAssetCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DescribeAssetCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-iotsitewise/src/commands/DescribeAssetModelCommand.ts b/clients/client-iotsitewise/src/commands/DescribeAssetModelCommand.ts index a91e0ab52d72..da247457c68e 100644 --- a/clients/client-iotsitewise/src/commands/DescribeAssetModelCommand.ts +++ b/clients/client-iotsitewise/src/commands/DescribeAssetModelCommand.ts @@ -240,9 +240,6 @@ export class DescribeAssetModelCommand extends $Command< DescribeAssetModelCommandOutput, IoTSiteWiseClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -256,9 +253,7 @@ export class DescribeAssetModelCommand extends $Command< * @public */ constructor(readonly input: DescribeAssetModelCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -311,7 +306,4 @@ export class DescribeAssetModelCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DescribeAssetModelCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-iotsitewise/src/commands/DescribeAssetPropertyCommand.ts b/clients/client-iotsitewise/src/commands/DescribeAssetPropertyCommand.ts index 53152e18cf15..308e6260dd1d 100644 --- a/clients/client-iotsitewise/src/commands/DescribeAssetPropertyCommand.ts +++ b/clients/client-iotsitewise/src/commands/DescribeAssetPropertyCommand.ts @@ -225,9 +225,6 @@ export class DescribeAssetPropertyCommand extends $Command< DescribeAssetPropertyCommandOutput, IoTSiteWiseClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -241,9 +238,7 @@ export class DescribeAssetPropertyCommand extends $Command< * @public */ constructor(readonly input: DescribeAssetPropertyCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -296,7 +291,4 @@ export class DescribeAssetPropertyCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DescribeAssetPropertyCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-iotsitewise/src/commands/DescribeBulkImportJobCommand.ts b/clients/client-iotsitewise/src/commands/DescribeBulkImportJobCommand.ts index b6f8550f0da7..d1fa51eff258 100644 --- a/clients/client-iotsitewise/src/commands/DescribeBulkImportJobCommand.ts +++ b/clients/client-iotsitewise/src/commands/DescribeBulkImportJobCommand.ts @@ -112,9 +112,6 @@ export class DescribeBulkImportJobCommand extends $Command< DescribeBulkImportJobCommandOutput, IoTSiteWiseClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -128,9 +125,7 @@ export class DescribeBulkImportJobCommand extends $Command< * @public */ constructor(readonly input: DescribeBulkImportJobCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -183,7 +178,4 @@ export class DescribeBulkImportJobCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DescribeBulkImportJobCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-iotsitewise/src/commands/DescribeDashboardCommand.ts b/clients/client-iotsitewise/src/commands/DescribeDashboardCommand.ts index c6f86766e775..426f1ffdea9e 100644 --- a/clients/client-iotsitewise/src/commands/DescribeDashboardCommand.ts +++ b/clients/client-iotsitewise/src/commands/DescribeDashboardCommand.ts @@ -93,9 +93,6 @@ export class DescribeDashboardCommand extends $Command< DescribeDashboardCommandOutput, IoTSiteWiseClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -109,9 +106,7 @@ export class DescribeDashboardCommand extends $Command< * @public */ constructor(readonly input: DescribeDashboardCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -164,7 +159,4 @@ export class DescribeDashboardCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DescribeDashboardCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-iotsitewise/src/commands/DescribeDefaultEncryptionConfigurationCommand.ts b/clients/client-iotsitewise/src/commands/DescribeDefaultEncryptionConfigurationCommand.ts index 65bb511e8fb7..31b00818bd59 100644 --- a/clients/client-iotsitewise/src/commands/DescribeDefaultEncryptionConfigurationCommand.ts +++ b/clients/client-iotsitewise/src/commands/DescribeDefaultEncryptionConfigurationCommand.ts @@ -100,9 +100,6 @@ export class DescribeDefaultEncryptionConfigurationCommand extends $Command< DescribeDefaultEncryptionConfigurationCommandOutput, IoTSiteWiseClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -116,9 +113,7 @@ export class DescribeDefaultEncryptionConfigurationCommand extends $Command< * @public */ constructor(readonly input: DescribeDefaultEncryptionConfigurationCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -177,7 +172,4 @@ export class DescribeDefaultEncryptionConfigurationCommand extends $Command< ): Promise { return de_DescribeDefaultEncryptionConfigurationCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-iotsitewise/src/commands/DescribeGatewayCapabilityConfigurationCommand.ts b/clients/client-iotsitewise/src/commands/DescribeGatewayCapabilityConfigurationCommand.ts index 5ec17051c66a..e5959467e6dd 100644 --- a/clients/client-iotsitewise/src/commands/DescribeGatewayCapabilityConfigurationCommand.ts +++ b/clients/client-iotsitewise/src/commands/DescribeGatewayCapabilityConfigurationCommand.ts @@ -103,9 +103,6 @@ export class DescribeGatewayCapabilityConfigurationCommand extends $Command< DescribeGatewayCapabilityConfigurationCommandOutput, IoTSiteWiseClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -119,9 +116,7 @@ export class DescribeGatewayCapabilityConfigurationCommand extends $Command< * @public */ constructor(readonly input: DescribeGatewayCapabilityConfigurationCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -180,7 +175,4 @@ export class DescribeGatewayCapabilityConfigurationCommand extends $Command< ): Promise { return de_DescribeGatewayCapabilityConfigurationCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-iotsitewise/src/commands/DescribeGatewayCommand.ts b/clients/client-iotsitewise/src/commands/DescribeGatewayCommand.ts index 4387cadf6c7b..dde94c83b710 100644 --- a/clients/client-iotsitewise/src/commands/DescribeGatewayCommand.ts +++ b/clients/client-iotsitewise/src/commands/DescribeGatewayCommand.ts @@ -104,9 +104,6 @@ export class DescribeGatewayCommand extends $Command< DescribeGatewayCommandOutput, IoTSiteWiseClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -120,9 +117,7 @@ export class DescribeGatewayCommand extends $Command< * @public */ constructor(readonly input: DescribeGatewayCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -175,7 +170,4 @@ export class DescribeGatewayCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DescribeGatewayCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-iotsitewise/src/commands/DescribeLoggingOptionsCommand.ts b/clients/client-iotsitewise/src/commands/DescribeLoggingOptionsCommand.ts index 92b6b6d78d51..2a7b276c4a48 100644 --- a/clients/client-iotsitewise/src/commands/DescribeLoggingOptionsCommand.ts +++ b/clients/client-iotsitewise/src/commands/DescribeLoggingOptionsCommand.ts @@ -86,9 +86,6 @@ export class DescribeLoggingOptionsCommand extends $Command< DescribeLoggingOptionsCommandOutput, IoTSiteWiseClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -102,9 +99,7 @@ export class DescribeLoggingOptionsCommand extends $Command< * @public */ constructor(readonly input: DescribeLoggingOptionsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -157,7 +152,4 @@ export class DescribeLoggingOptionsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DescribeLoggingOptionsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-iotsitewise/src/commands/DescribePortalCommand.ts b/clients/client-iotsitewise/src/commands/DescribePortalCommand.ts index b694e725c89b..9a7454c236cd 100644 --- a/clients/client-iotsitewise/src/commands/DescribePortalCommand.ts +++ b/clients/client-iotsitewise/src/commands/DescribePortalCommand.ts @@ -112,9 +112,6 @@ export class DescribePortalCommand extends $Command< DescribePortalCommandOutput, IoTSiteWiseClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -128,9 +125,7 @@ export class DescribePortalCommand extends $Command< * @public */ constructor(readonly input: DescribePortalCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -183,7 +178,4 @@ export class DescribePortalCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DescribePortalCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-iotsitewise/src/commands/DescribeProjectCommand.ts b/clients/client-iotsitewise/src/commands/DescribeProjectCommand.ts index 4876a2671961..1c45ceea019a 100644 --- a/clients/client-iotsitewise/src/commands/DescribeProjectCommand.ts +++ b/clients/client-iotsitewise/src/commands/DescribeProjectCommand.ts @@ -92,9 +92,6 @@ export class DescribeProjectCommand extends $Command< DescribeProjectCommandOutput, IoTSiteWiseClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -108,9 +105,7 @@ export class DescribeProjectCommand extends $Command< * @public */ constructor(readonly input: DescribeProjectCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -163,7 +158,4 @@ export class DescribeProjectCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DescribeProjectCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-iotsitewise/src/commands/DescribeStorageConfigurationCommand.ts b/clients/client-iotsitewise/src/commands/DescribeStorageConfigurationCommand.ts index 67e270aa8340..3dd65c9afae5 100644 --- a/clients/client-iotsitewise/src/commands/DescribeStorageConfigurationCommand.ts +++ b/clients/client-iotsitewise/src/commands/DescribeStorageConfigurationCommand.ts @@ -118,9 +118,6 @@ export class DescribeStorageConfigurationCommand extends $Command< DescribeStorageConfigurationCommandOutput, IoTSiteWiseClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -134,9 +131,7 @@ export class DescribeStorageConfigurationCommand extends $Command< * @public */ constructor(readonly input: DescribeStorageConfigurationCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -192,7 +187,4 @@ export class DescribeStorageConfigurationCommand extends $Command< ): Promise { return de_DescribeStorageConfigurationCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-iotsitewise/src/commands/DescribeTimeSeriesCommand.ts b/clients/client-iotsitewise/src/commands/DescribeTimeSeriesCommand.ts index f1c750441827..ef69c7037c7f 100644 --- a/clients/client-iotsitewise/src/commands/DescribeTimeSeriesCommand.ts +++ b/clients/client-iotsitewise/src/commands/DescribeTimeSeriesCommand.ts @@ -115,9 +115,6 @@ export class DescribeTimeSeriesCommand extends $Command< DescribeTimeSeriesCommandOutput, IoTSiteWiseClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -131,9 +128,7 @@ export class DescribeTimeSeriesCommand extends $Command< * @public */ constructor(readonly input: DescribeTimeSeriesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -186,7 +181,4 @@ export class DescribeTimeSeriesCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DescribeTimeSeriesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-iotsitewise/src/commands/DisassociateAssetsCommand.ts b/clients/client-iotsitewise/src/commands/DisassociateAssetsCommand.ts index b2d87bef5a40..e2262626b9b8 100644 --- a/clients/client-iotsitewise/src/commands/DisassociateAssetsCommand.ts +++ b/clients/client-iotsitewise/src/commands/DisassociateAssetsCommand.ts @@ -92,9 +92,6 @@ export class DisassociateAssetsCommand extends $Command< DisassociateAssetsCommandOutput, IoTSiteWiseClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -108,9 +105,7 @@ export class DisassociateAssetsCommand extends $Command< * @public */ constructor(readonly input: DisassociateAssetsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -163,7 +158,4 @@ export class DisassociateAssetsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DisassociateAssetsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-iotsitewise/src/commands/DisassociateTimeSeriesFromAssetPropertyCommand.ts b/clients/client-iotsitewise/src/commands/DisassociateTimeSeriesFromAssetPropertyCommand.ts index ffee48ffedc6..63200bdf0d2a 100644 --- a/clients/client-iotsitewise/src/commands/DisassociateTimeSeriesFromAssetPropertyCommand.ts +++ b/clients/client-iotsitewise/src/commands/DisassociateTimeSeriesFromAssetPropertyCommand.ts @@ -95,9 +95,6 @@ export class DisassociateTimeSeriesFromAssetPropertyCommand extends $Command< DisassociateTimeSeriesFromAssetPropertyCommandOutput, IoTSiteWiseClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -111,9 +108,7 @@ export class DisassociateTimeSeriesFromAssetPropertyCommand extends $Command< * @public */ constructor(readonly input: DisassociateTimeSeriesFromAssetPropertyCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -178,7 +173,4 @@ export class DisassociateTimeSeriesFromAssetPropertyCommand extends $Command< ): Promise { return de_DisassociateTimeSeriesFromAssetPropertyCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-iotsitewise/src/commands/GetAssetPropertyAggregatesCommand.ts b/clients/client-iotsitewise/src/commands/GetAssetPropertyAggregatesCommand.ts index e19ccb84eada..67f3ab9fad0e 100644 --- a/clients/client-iotsitewise/src/commands/GetAssetPropertyAggregatesCommand.ts +++ b/clients/client-iotsitewise/src/commands/GetAssetPropertyAggregatesCommand.ts @@ -128,9 +128,6 @@ export class GetAssetPropertyAggregatesCommand extends $Command< GetAssetPropertyAggregatesCommandOutput, IoTSiteWiseClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -144,9 +141,7 @@ export class GetAssetPropertyAggregatesCommand extends $Command< * @public */ constructor(readonly input: GetAssetPropertyAggregatesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -202,7 +197,4 @@ export class GetAssetPropertyAggregatesCommand extends $Command< ): Promise { return de_GetAssetPropertyAggregatesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-iotsitewise/src/commands/GetAssetPropertyValueCommand.ts b/clients/client-iotsitewise/src/commands/GetAssetPropertyValueCommand.ts index f9982780adb4..bb6e47478342 100644 --- a/clients/client-iotsitewise/src/commands/GetAssetPropertyValueCommand.ts +++ b/clients/client-iotsitewise/src/commands/GetAssetPropertyValueCommand.ts @@ -114,9 +114,6 @@ export class GetAssetPropertyValueCommand extends $Command< GetAssetPropertyValueCommandOutput, IoTSiteWiseClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -130,9 +127,7 @@ export class GetAssetPropertyValueCommand extends $Command< * @public */ constructor(readonly input: GetAssetPropertyValueCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -185,7 +180,4 @@ export class GetAssetPropertyValueCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetAssetPropertyValueCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-iotsitewise/src/commands/GetAssetPropertyValueHistoryCommand.ts b/clients/client-iotsitewise/src/commands/GetAssetPropertyValueHistoryCommand.ts index f7228621f2d8..7faeb958f9cb 100644 --- a/clients/client-iotsitewise/src/commands/GetAssetPropertyValueHistoryCommand.ts +++ b/clients/client-iotsitewise/src/commands/GetAssetPropertyValueHistoryCommand.ts @@ -130,9 +130,6 @@ export class GetAssetPropertyValueHistoryCommand extends $Command< GetAssetPropertyValueHistoryCommandOutput, IoTSiteWiseClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -146,9 +143,7 @@ export class GetAssetPropertyValueHistoryCommand extends $Command< * @public */ constructor(readonly input: GetAssetPropertyValueHistoryCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -204,7 +199,4 @@ export class GetAssetPropertyValueHistoryCommand extends $Command< ): Promise { return de_GetAssetPropertyValueHistoryCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-iotsitewise/src/commands/GetInterpolatedAssetPropertyValuesCommand.ts b/clients/client-iotsitewise/src/commands/GetInterpolatedAssetPropertyValuesCommand.ts index 8b64581f40eb..fdaeba9c4ebd 100644 --- a/clients/client-iotsitewise/src/commands/GetInterpolatedAssetPropertyValuesCommand.ts +++ b/clients/client-iotsitewise/src/commands/GetInterpolatedAssetPropertyValuesCommand.ts @@ -137,9 +137,6 @@ export class GetInterpolatedAssetPropertyValuesCommand extends $Command< GetInterpolatedAssetPropertyValuesCommandOutput, IoTSiteWiseClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -153,9 +150,7 @@ export class GetInterpolatedAssetPropertyValuesCommand extends $Command< * @public */ constructor(readonly input: GetInterpolatedAssetPropertyValuesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -214,7 +209,4 @@ export class GetInterpolatedAssetPropertyValuesCommand extends $Command< ): Promise { return de_GetInterpolatedAssetPropertyValuesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-iotsitewise/src/commands/ListAccessPoliciesCommand.ts b/clients/client-iotsitewise/src/commands/ListAccessPoliciesCommand.ts index 68caf3690656..d70a8c898744 100644 --- a/clients/client-iotsitewise/src/commands/ListAccessPoliciesCommand.ts +++ b/clients/client-iotsitewise/src/commands/ListAccessPoliciesCommand.ts @@ -120,9 +120,6 @@ export class ListAccessPoliciesCommand extends $Command< ListAccessPoliciesCommandOutput, IoTSiteWiseClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -136,9 +133,7 @@ export class ListAccessPoliciesCommand extends $Command< * @public */ constructor(readonly input: ListAccessPoliciesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -191,7 +186,4 @@ export class ListAccessPoliciesCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListAccessPoliciesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-iotsitewise/src/commands/ListAssetModelPropertiesCommand.ts b/clients/client-iotsitewise/src/commands/ListAssetModelPropertiesCommand.ts index a11bc4c68371..4de6708bfd14 100644 --- a/clients/client-iotsitewise/src/commands/ListAssetModelPropertiesCommand.ts +++ b/clients/client-iotsitewise/src/commands/ListAssetModelPropertiesCommand.ts @@ -152,9 +152,6 @@ export class ListAssetModelPropertiesCommand extends $Command< ListAssetModelPropertiesCommandOutput, IoTSiteWiseClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -168,9 +165,7 @@ export class ListAssetModelPropertiesCommand extends $Command< * @public */ constructor(readonly input: ListAssetModelPropertiesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -223,7 +218,4 @@ export class ListAssetModelPropertiesCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListAssetModelPropertiesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-iotsitewise/src/commands/ListAssetModelsCommand.ts b/clients/client-iotsitewise/src/commands/ListAssetModelsCommand.ts index be4e81d552b1..c8b4ebe9489c 100644 --- a/clients/client-iotsitewise/src/commands/ListAssetModelsCommand.ts +++ b/clients/client-iotsitewise/src/commands/ListAssetModelsCommand.ts @@ -107,9 +107,6 @@ export class ListAssetModelsCommand extends $Command< ListAssetModelsCommandOutput, IoTSiteWiseClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -123,9 +120,7 @@ export class ListAssetModelsCommand extends $Command< * @public */ constructor(readonly input: ListAssetModelsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -178,7 +173,4 @@ export class ListAssetModelsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListAssetModelsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-iotsitewise/src/commands/ListAssetPropertiesCommand.ts b/clients/client-iotsitewise/src/commands/ListAssetPropertiesCommand.ts index ae2be3415c73..68ec078416e9 100644 --- a/clients/client-iotsitewise/src/commands/ListAssetPropertiesCommand.ts +++ b/clients/client-iotsitewise/src/commands/ListAssetPropertiesCommand.ts @@ -103,9 +103,6 @@ export class ListAssetPropertiesCommand extends $Command< ListAssetPropertiesCommandOutput, IoTSiteWiseClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -119,9 +116,7 @@ export class ListAssetPropertiesCommand extends $Command< * @public */ constructor(readonly input: ListAssetPropertiesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -174,7 +169,4 @@ export class ListAssetPropertiesCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListAssetPropertiesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-iotsitewise/src/commands/ListAssetRelationshipsCommand.ts b/clients/client-iotsitewise/src/commands/ListAssetRelationshipsCommand.ts index 026e54597db4..b799715edadc 100644 --- a/clients/client-iotsitewise/src/commands/ListAssetRelationshipsCommand.ts +++ b/clients/client-iotsitewise/src/commands/ListAssetRelationshipsCommand.ts @@ -100,9 +100,6 @@ export class ListAssetRelationshipsCommand extends $Command< ListAssetRelationshipsCommandOutput, IoTSiteWiseClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -116,9 +113,7 @@ export class ListAssetRelationshipsCommand extends $Command< * @public */ constructor(readonly input: ListAssetRelationshipsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -171,7 +166,4 @@ export class ListAssetRelationshipsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListAssetRelationshipsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-iotsitewise/src/commands/ListAssetsCommand.ts b/clients/client-iotsitewise/src/commands/ListAssetsCommand.ts index 6adb8fa100dc..62573206a0a5 100644 --- a/clients/client-iotsitewise/src/commands/ListAssetsCommand.ts +++ b/clients/client-iotsitewise/src/commands/ListAssetsCommand.ts @@ -131,9 +131,6 @@ export class ListAssetsCommand extends $Command< ListAssetsCommandOutput, IoTSiteWiseClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -147,9 +144,7 @@ export class ListAssetsCommand extends $Command< * @public */ constructor(readonly input: ListAssetsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -200,7 +195,4 @@ export class ListAssetsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListAssetsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-iotsitewise/src/commands/ListAssociatedAssetsCommand.ts b/clients/client-iotsitewise/src/commands/ListAssociatedAssetsCommand.ts index 5c8bfbbddb56..872ad6662741 100644 --- a/clients/client-iotsitewise/src/commands/ListAssociatedAssetsCommand.ts +++ b/clients/client-iotsitewise/src/commands/ListAssociatedAssetsCommand.ts @@ -129,9 +129,6 @@ export class ListAssociatedAssetsCommand extends $Command< ListAssociatedAssetsCommandOutput, IoTSiteWiseClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -145,9 +142,7 @@ export class ListAssociatedAssetsCommand extends $Command< * @public */ constructor(readonly input: ListAssociatedAssetsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -200,7 +195,4 @@ export class ListAssociatedAssetsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListAssociatedAssetsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-iotsitewise/src/commands/ListBulkImportJobsCommand.ts b/clients/client-iotsitewise/src/commands/ListBulkImportJobsCommand.ts index f11428feed6c..8bb59933660c 100644 --- a/clients/client-iotsitewise/src/commands/ListBulkImportJobsCommand.ts +++ b/clients/client-iotsitewise/src/commands/ListBulkImportJobsCommand.ts @@ -96,9 +96,6 @@ export class ListBulkImportJobsCommand extends $Command< ListBulkImportJobsCommandOutput, IoTSiteWiseClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -112,9 +109,7 @@ export class ListBulkImportJobsCommand extends $Command< * @public */ constructor(readonly input: ListBulkImportJobsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -167,7 +162,4 @@ export class ListBulkImportJobsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListBulkImportJobsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-iotsitewise/src/commands/ListDashboardsCommand.ts b/clients/client-iotsitewise/src/commands/ListDashboardsCommand.ts index f95776b519c4..de78bba1211a 100644 --- a/clients/client-iotsitewise/src/commands/ListDashboardsCommand.ts +++ b/clients/client-iotsitewise/src/commands/ListDashboardsCommand.ts @@ -94,9 +94,6 @@ export class ListDashboardsCommand extends $Command< ListDashboardsCommandOutput, IoTSiteWiseClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -110,9 +107,7 @@ export class ListDashboardsCommand extends $Command< * @public */ constructor(readonly input: ListDashboardsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -165,7 +160,4 @@ export class ListDashboardsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListDashboardsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-iotsitewise/src/commands/ListGatewaysCommand.ts b/clients/client-iotsitewise/src/commands/ListGatewaysCommand.ts index 37e9cb683a8d..a7814b4f35db 100644 --- a/clients/client-iotsitewise/src/commands/ListGatewaysCommand.ts +++ b/clients/client-iotsitewise/src/commands/ListGatewaysCommand.ts @@ -106,9 +106,6 @@ export class ListGatewaysCommand extends $Command< ListGatewaysCommandOutput, IoTSiteWiseClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -122,9 +119,7 @@ export class ListGatewaysCommand extends $Command< * @public */ constructor(readonly input: ListGatewaysCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -175,7 +170,4 @@ export class ListGatewaysCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListGatewaysCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-iotsitewise/src/commands/ListPortalsCommand.ts b/clients/client-iotsitewise/src/commands/ListPortalsCommand.ts index 76a99b2d988c..c4a2bd89c609 100644 --- a/clients/client-iotsitewise/src/commands/ListPortalsCommand.ts +++ b/clients/client-iotsitewise/src/commands/ListPortalsCommand.ts @@ -102,9 +102,6 @@ export class ListPortalsCommand extends $Command< ListPortalsCommandOutput, IoTSiteWiseClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -118,9 +115,7 @@ export class ListPortalsCommand extends $Command< * @public */ constructor(readonly input: ListPortalsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -171,7 +166,4 @@ export class ListPortalsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListPortalsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-iotsitewise/src/commands/ListProjectAssetsCommand.ts b/clients/client-iotsitewise/src/commands/ListProjectAssetsCommand.ts index f9fca082de38..0c35321219ee 100644 --- a/clients/client-iotsitewise/src/commands/ListProjectAssetsCommand.ts +++ b/clients/client-iotsitewise/src/commands/ListProjectAssetsCommand.ts @@ -88,9 +88,6 @@ export class ListProjectAssetsCommand extends $Command< ListProjectAssetsCommandOutput, IoTSiteWiseClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -104,9 +101,7 @@ export class ListProjectAssetsCommand extends $Command< * @public */ constructor(readonly input: ListProjectAssetsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -159,7 +154,4 @@ export class ListProjectAssetsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListProjectAssetsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-iotsitewise/src/commands/ListProjectsCommand.ts b/clients/client-iotsitewise/src/commands/ListProjectsCommand.ts index 75f183569a1c..67ce50d168bd 100644 --- a/clients/client-iotsitewise/src/commands/ListProjectsCommand.ts +++ b/clients/client-iotsitewise/src/commands/ListProjectsCommand.ts @@ -94,9 +94,6 @@ export class ListProjectsCommand extends $Command< ListProjectsCommandOutput, IoTSiteWiseClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -110,9 +107,7 @@ export class ListProjectsCommand extends $Command< * @public */ constructor(readonly input: ListProjectsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -163,7 +158,4 @@ export class ListProjectsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListProjectsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-iotsitewise/src/commands/ListTagsForResourceCommand.ts b/clients/client-iotsitewise/src/commands/ListTagsForResourceCommand.ts index 9feaa2e50de4..a665559730dd 100644 --- a/clients/client-iotsitewise/src/commands/ListTagsForResourceCommand.ts +++ b/clients/client-iotsitewise/src/commands/ListTagsForResourceCommand.ts @@ -101,9 +101,6 @@ export class ListTagsForResourceCommand extends $Command< ListTagsForResourceCommandOutput, IoTSiteWiseClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -117,9 +114,7 @@ export class ListTagsForResourceCommand extends $Command< * @public */ constructor(readonly input: ListTagsForResourceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -172,7 +167,4 @@ export class ListTagsForResourceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListTagsForResourceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-iotsitewise/src/commands/ListTimeSeriesCommand.ts b/clients/client-iotsitewise/src/commands/ListTimeSeriesCommand.ts index 66dc07d7645b..65d094f8ca6e 100644 --- a/clients/client-iotsitewise/src/commands/ListTimeSeriesCommand.ts +++ b/clients/client-iotsitewise/src/commands/ListTimeSeriesCommand.ts @@ -103,9 +103,6 @@ export class ListTimeSeriesCommand extends $Command< ListTimeSeriesCommandOutput, IoTSiteWiseClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -119,9 +116,7 @@ export class ListTimeSeriesCommand extends $Command< * @public */ constructor(readonly input: ListTimeSeriesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -174,7 +169,4 @@ export class ListTimeSeriesCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListTimeSeriesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-iotsitewise/src/commands/PutDefaultEncryptionConfigurationCommand.ts b/clients/client-iotsitewise/src/commands/PutDefaultEncryptionConfigurationCommand.ts index 039c4b49928f..df41db8653e1 100644 --- a/clients/client-iotsitewise/src/commands/PutDefaultEncryptionConfigurationCommand.ts +++ b/clients/client-iotsitewise/src/commands/PutDefaultEncryptionConfigurationCommand.ts @@ -112,9 +112,6 @@ export class PutDefaultEncryptionConfigurationCommand extends $Command< PutDefaultEncryptionConfigurationCommandOutput, IoTSiteWiseClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -128,9 +125,7 @@ export class PutDefaultEncryptionConfigurationCommand extends $Command< * @public */ constructor(readonly input: PutDefaultEncryptionConfigurationCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -189,7 +184,4 @@ export class PutDefaultEncryptionConfigurationCommand extends $Command< ): Promise { return de_PutDefaultEncryptionConfigurationCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-iotsitewise/src/commands/PutLoggingOptionsCommand.ts b/clients/client-iotsitewise/src/commands/PutLoggingOptionsCommand.ts index 716b24a07597..2ec34b463573 100644 --- a/clients/client-iotsitewise/src/commands/PutLoggingOptionsCommand.ts +++ b/clients/client-iotsitewise/src/commands/PutLoggingOptionsCommand.ts @@ -90,9 +90,6 @@ export class PutLoggingOptionsCommand extends $Command< PutLoggingOptionsCommandOutput, IoTSiteWiseClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -106,9 +103,7 @@ export class PutLoggingOptionsCommand extends $Command< * @public */ constructor(readonly input: PutLoggingOptionsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -161,7 +156,4 @@ export class PutLoggingOptionsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_PutLoggingOptionsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-iotsitewise/src/commands/PutStorageConfigurationCommand.ts b/clients/client-iotsitewise/src/commands/PutStorageConfigurationCommand.ts index f8a16c04ed7f..80da8e734c8a 100644 --- a/clients/client-iotsitewise/src/commands/PutStorageConfigurationCommand.ts +++ b/clients/client-iotsitewise/src/commands/PutStorageConfigurationCommand.ts @@ -128,9 +128,6 @@ export class PutStorageConfigurationCommand extends $Command< PutStorageConfigurationCommandOutput, IoTSiteWiseClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -144,9 +141,7 @@ export class PutStorageConfigurationCommand extends $Command< * @public */ constructor(readonly input: PutStorageConfigurationCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -199,7 +194,4 @@ export class PutStorageConfigurationCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_PutStorageConfigurationCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-iotsitewise/src/commands/TagResourceCommand.ts b/clients/client-iotsitewise/src/commands/TagResourceCommand.ts index 7b11b1b29267..e780e0c06e35 100644 --- a/clients/client-iotsitewise/src/commands/TagResourceCommand.ts +++ b/clients/client-iotsitewise/src/commands/TagResourceCommand.ts @@ -106,9 +106,6 @@ export class TagResourceCommand extends $Command< TagResourceCommandOutput, IoTSiteWiseClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -122,9 +119,7 @@ export class TagResourceCommand extends $Command< * @public */ constructor(readonly input: TagResourceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -175,7 +170,4 @@ export class TagResourceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_TagResourceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-iotsitewise/src/commands/UntagResourceCommand.ts b/clients/client-iotsitewise/src/commands/UntagResourceCommand.ts index 89fbc116e9ae..d1054c2ad6f0 100644 --- a/clients/client-iotsitewise/src/commands/UntagResourceCommand.ts +++ b/clients/client-iotsitewise/src/commands/UntagResourceCommand.ts @@ -100,9 +100,6 @@ export class UntagResourceCommand extends $Command< UntagResourceCommandOutput, IoTSiteWiseClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -116,9 +113,7 @@ export class UntagResourceCommand extends $Command< * @public */ constructor(readonly input: UntagResourceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -169,7 +164,4 @@ export class UntagResourceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UntagResourceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-iotsitewise/src/commands/UpdateAccessPolicyCommand.ts b/clients/client-iotsitewise/src/commands/UpdateAccessPolicyCommand.ts index e839317c0e3f..6fceb9b1b9a3 100644 --- a/clients/client-iotsitewise/src/commands/UpdateAccessPolicyCommand.ts +++ b/clients/client-iotsitewise/src/commands/UpdateAccessPolicyCommand.ts @@ -109,9 +109,6 @@ export class UpdateAccessPolicyCommand extends $Command< UpdateAccessPolicyCommandOutput, IoTSiteWiseClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -125,9 +122,7 @@ export class UpdateAccessPolicyCommand extends $Command< * @public */ constructor(readonly input: UpdateAccessPolicyCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -180,7 +175,4 @@ export class UpdateAccessPolicyCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdateAccessPolicyCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-iotsitewise/src/commands/UpdateAssetCommand.ts b/clients/client-iotsitewise/src/commands/UpdateAssetCommand.ts index e66991922a8e..793a39cfc754 100644 --- a/clients/client-iotsitewise/src/commands/UpdateAssetCommand.ts +++ b/clients/client-iotsitewise/src/commands/UpdateAssetCommand.ts @@ -109,9 +109,6 @@ export class UpdateAssetCommand extends $Command< UpdateAssetCommandOutput, IoTSiteWiseClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -125,9 +122,7 @@ export class UpdateAssetCommand extends $Command< * @public */ constructor(readonly input: UpdateAssetCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -178,7 +173,4 @@ export class UpdateAssetCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdateAssetCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-iotsitewise/src/commands/UpdateAssetModelCommand.ts b/clients/client-iotsitewise/src/commands/UpdateAssetModelCommand.ts index e5d58d7988d9..8a48dfbc899a 100644 --- a/clients/client-iotsitewise/src/commands/UpdateAssetModelCommand.ts +++ b/clients/client-iotsitewise/src/commands/UpdateAssetModelCommand.ts @@ -261,9 +261,6 @@ export class UpdateAssetModelCommand extends $Command< UpdateAssetModelCommandOutput, IoTSiteWiseClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -277,9 +274,7 @@ export class UpdateAssetModelCommand extends $Command< * @public */ constructor(readonly input: UpdateAssetModelCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -332,7 +327,4 @@ export class UpdateAssetModelCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdateAssetModelCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-iotsitewise/src/commands/UpdateAssetPropertyCommand.ts b/clients/client-iotsitewise/src/commands/UpdateAssetPropertyCommand.ts index 1f2065536ca9..7dd013b71271 100644 --- a/clients/client-iotsitewise/src/commands/UpdateAssetPropertyCommand.ts +++ b/clients/client-iotsitewise/src/commands/UpdateAssetPropertyCommand.ts @@ -98,9 +98,6 @@ export class UpdateAssetPropertyCommand extends $Command< UpdateAssetPropertyCommandOutput, IoTSiteWiseClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -114,9 +111,7 @@ export class UpdateAssetPropertyCommand extends $Command< * @public */ constructor(readonly input: UpdateAssetPropertyCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -169,7 +164,4 @@ export class UpdateAssetPropertyCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdateAssetPropertyCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-iotsitewise/src/commands/UpdateDashboardCommand.ts b/clients/client-iotsitewise/src/commands/UpdateDashboardCommand.ts index 35ec7e5c269a..6ab2276475d5 100644 --- a/clients/client-iotsitewise/src/commands/UpdateDashboardCommand.ts +++ b/clients/client-iotsitewise/src/commands/UpdateDashboardCommand.ts @@ -88,9 +88,6 @@ export class UpdateDashboardCommand extends $Command< UpdateDashboardCommandOutput, IoTSiteWiseClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -104,9 +101,7 @@ export class UpdateDashboardCommand extends $Command< * @public */ constructor(readonly input: UpdateDashboardCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -159,7 +154,4 @@ export class UpdateDashboardCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdateDashboardCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-iotsitewise/src/commands/UpdateGatewayCapabilityConfigurationCommand.ts b/clients/client-iotsitewise/src/commands/UpdateGatewayCapabilityConfigurationCommand.ts index a8c6c7653cdf..467c6366f90b 100644 --- a/clients/client-iotsitewise/src/commands/UpdateGatewayCapabilityConfigurationCommand.ts +++ b/clients/client-iotsitewise/src/commands/UpdateGatewayCapabilityConfigurationCommand.ts @@ -111,9 +111,6 @@ export class UpdateGatewayCapabilityConfigurationCommand extends $Command< UpdateGatewayCapabilityConfigurationCommandOutput, IoTSiteWiseClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -127,9 +124,7 @@ export class UpdateGatewayCapabilityConfigurationCommand extends $Command< * @public */ constructor(readonly input: UpdateGatewayCapabilityConfigurationCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -188,7 +183,4 @@ export class UpdateGatewayCapabilityConfigurationCommand extends $Command< ): Promise { return de_UpdateGatewayCapabilityConfigurationCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-iotsitewise/src/commands/UpdateGatewayCommand.ts b/clients/client-iotsitewise/src/commands/UpdateGatewayCommand.ts index d0821f6f1c05..73dfe03315ef 100644 --- a/clients/client-iotsitewise/src/commands/UpdateGatewayCommand.ts +++ b/clients/client-iotsitewise/src/commands/UpdateGatewayCommand.ts @@ -89,9 +89,6 @@ export class UpdateGatewayCommand extends $Command< UpdateGatewayCommandOutput, IoTSiteWiseClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -105,9 +102,7 @@ export class UpdateGatewayCommand extends $Command< * @public */ constructor(readonly input: UpdateGatewayCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -158,7 +153,4 @@ export class UpdateGatewayCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdateGatewayCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-iotsitewise/src/commands/UpdatePortalCommand.ts b/clients/client-iotsitewise/src/commands/UpdatePortalCommand.ts index 68c921ba9773..ac36f7ee26b5 100644 --- a/clients/client-iotsitewise/src/commands/UpdatePortalCommand.ts +++ b/clients/client-iotsitewise/src/commands/UpdatePortalCommand.ts @@ -113,9 +113,6 @@ export class UpdatePortalCommand extends $Command< UpdatePortalCommandOutput, IoTSiteWiseClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -129,9 +126,7 @@ export class UpdatePortalCommand extends $Command< * @public */ constructor(readonly input: UpdatePortalCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -182,7 +177,4 @@ export class UpdatePortalCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdatePortalCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-iotsitewise/src/commands/UpdateProjectCommand.ts b/clients/client-iotsitewise/src/commands/UpdateProjectCommand.ts index 43e861df74cc..0f44d85a271e 100644 --- a/clients/client-iotsitewise/src/commands/UpdateProjectCommand.ts +++ b/clients/client-iotsitewise/src/commands/UpdateProjectCommand.ts @@ -87,9 +87,6 @@ export class UpdateProjectCommand extends $Command< UpdateProjectCommandOutput, IoTSiteWiseClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -103,9 +100,7 @@ export class UpdateProjectCommand extends $Command< * @public */ constructor(readonly input: UpdateProjectCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -156,7 +151,4 @@ export class UpdateProjectCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdateProjectCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-iotthingsgraph/package.json b/clients/client-iotthingsgraph/package.json index 4730b979344e..34152cc7c2d9 100644 --- a/clients/client-iotthingsgraph/package.json +++ b/clients/client-iotthingsgraph/package.json @@ -34,29 +34,29 @@ "@aws-sdk/util-endpoints": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@smithy/config-resolver": "^2.0.16", - "@smithy/fetch-http-handler": "^2.2.4", - "@smithy/hash-node": "^2.0.12", - "@smithy/invalid-dependency": "^2.0.12", - "@smithy/middleware-content-length": "^2.0.14", - "@smithy/middleware-endpoint": "^2.1.3", - "@smithy/middleware-retry": "^2.0.18", - "@smithy/middleware-serde": "^2.0.12", - "@smithy/middleware-stack": "^2.0.6", - "@smithy/node-config-provider": "^2.1.3", - "@smithy/node-http-handler": "^2.1.8", - "@smithy/protocol-http": "^3.0.8", - "@smithy/smithy-client": "^2.1.12", - "@smithy/types": "^2.4.0", - "@smithy/url-parser": "^2.0.12", - "@smithy/util-base64": "^2.0.0", + "@smithy/config-resolver": "^2.0.18", + "@smithy/fetch-http-handler": "^2.2.6", + "@smithy/hash-node": "^2.0.15", + "@smithy/invalid-dependency": "^2.0.13", + "@smithy/middleware-content-length": "^2.0.15", + "@smithy/middleware-endpoint": "^2.2.0", + "@smithy/middleware-retry": "^2.0.20", + "@smithy/middleware-serde": "^2.0.13", + "@smithy/middleware-stack": "^2.0.7", + "@smithy/node-config-provider": "^2.1.5", + "@smithy/node-http-handler": "^2.1.9", + "@smithy/protocol-http": "^3.0.9", + "@smithy/smithy-client": "^2.1.15", + "@smithy/types": "^2.5.0", + "@smithy/url-parser": "^2.0.13", + "@smithy/util-base64": "^2.0.1", "@smithy/util-body-length-browser": "^2.0.0", "@smithy/util-body-length-node": "^2.1.0", - "@smithy/util-defaults-mode-browser": "^2.0.16", - "@smithy/util-defaults-mode-node": "^2.0.21", - "@smithy/util-endpoints": "^1.0.2", - "@smithy/util-retry": "^2.0.5", - "@smithy/util-utf8": "^2.0.0", + "@smithy/util-defaults-mode-browser": "^2.0.19", + "@smithy/util-defaults-mode-node": "^2.0.25", + "@smithy/util-endpoints": "^1.0.4", + "@smithy/util-retry": "^2.0.6", + "@smithy/util-utf8": "^2.0.2", "tslib": "^2.5.0" }, "devDependencies": { diff --git a/clients/client-iotthingsgraph/src/commands/AssociateEntityToThingCommand.ts b/clients/client-iotthingsgraph/src/commands/AssociateEntityToThingCommand.ts index 3fc64d7e4f99..6a3379dab9c7 100644 --- a/clients/client-iotthingsgraph/src/commands/AssociateEntityToThingCommand.ts +++ b/clients/client-iotthingsgraph/src/commands/AssociateEntityToThingCommand.ts @@ -85,9 +85,6 @@ export class AssociateEntityToThingCommand extends $Command< AssociateEntityToThingCommandOutput, IoTThingsGraphClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -101,9 +98,7 @@ export class AssociateEntityToThingCommand extends $Command< * @public */ constructor(readonly input: AssociateEntityToThingCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -156,7 +151,4 @@ export class AssociateEntityToThingCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_AssociateEntityToThingCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-iotthingsgraph/src/commands/CreateFlowTemplateCommand.ts b/clients/client-iotthingsgraph/src/commands/CreateFlowTemplateCommand.ts index 55198e1ea072..a1df75891d60 100644 --- a/clients/client-iotthingsgraph/src/commands/CreateFlowTemplateCommand.ts +++ b/clients/client-iotthingsgraph/src/commands/CreateFlowTemplateCommand.ts @@ -98,9 +98,6 @@ export class CreateFlowTemplateCommand extends $Command< CreateFlowTemplateCommandOutput, IoTThingsGraphClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -114,9 +111,7 @@ export class CreateFlowTemplateCommand extends $Command< * @public */ constructor(readonly input: CreateFlowTemplateCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -169,7 +164,4 @@ export class CreateFlowTemplateCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateFlowTemplateCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-iotthingsgraph/src/commands/CreateSystemInstanceCommand.ts b/clients/client-iotthingsgraph/src/commands/CreateSystemInstanceCommand.ts index 1773bdd006e3..c1a36b557b0a 100644 --- a/clients/client-iotthingsgraph/src/commands/CreateSystemInstanceCommand.ts +++ b/clients/client-iotthingsgraph/src/commands/CreateSystemInstanceCommand.ts @@ -122,9 +122,6 @@ export class CreateSystemInstanceCommand extends $Command< CreateSystemInstanceCommandOutput, IoTThingsGraphClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -138,9 +135,7 @@ export class CreateSystemInstanceCommand extends $Command< * @public */ constructor(readonly input: CreateSystemInstanceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -193,7 +188,4 @@ export class CreateSystemInstanceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateSystemInstanceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-iotthingsgraph/src/commands/CreateSystemTemplateCommand.ts b/clients/client-iotthingsgraph/src/commands/CreateSystemTemplateCommand.ts index 5a3e018d0ff1..86dfb11a81f0 100644 --- a/clients/client-iotthingsgraph/src/commands/CreateSystemTemplateCommand.ts +++ b/clients/client-iotthingsgraph/src/commands/CreateSystemTemplateCommand.ts @@ -94,9 +94,6 @@ export class CreateSystemTemplateCommand extends $Command< CreateSystemTemplateCommandOutput, IoTThingsGraphClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -110,9 +107,7 @@ export class CreateSystemTemplateCommand extends $Command< * @public */ constructor(readonly input: CreateSystemTemplateCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -165,7 +160,4 @@ export class CreateSystemTemplateCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateSystemTemplateCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-iotthingsgraph/src/commands/DeleteFlowTemplateCommand.ts b/clients/client-iotthingsgraph/src/commands/DeleteFlowTemplateCommand.ts index b0428890ee45..af77d1dc9037 100644 --- a/clients/client-iotthingsgraph/src/commands/DeleteFlowTemplateCommand.ts +++ b/clients/client-iotthingsgraph/src/commands/DeleteFlowTemplateCommand.ts @@ -83,9 +83,6 @@ export class DeleteFlowTemplateCommand extends $Command< DeleteFlowTemplateCommandOutput, IoTThingsGraphClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -99,9 +96,7 @@ export class DeleteFlowTemplateCommand extends $Command< * @public */ constructor(readonly input: DeleteFlowTemplateCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -154,7 +149,4 @@ export class DeleteFlowTemplateCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteFlowTemplateCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-iotthingsgraph/src/commands/DeleteNamespaceCommand.ts b/clients/client-iotthingsgraph/src/commands/DeleteNamespaceCommand.ts index d14286ebddf1..8f8f00215cce 100644 --- a/clients/client-iotthingsgraph/src/commands/DeleteNamespaceCommand.ts +++ b/clients/client-iotthingsgraph/src/commands/DeleteNamespaceCommand.ts @@ -78,9 +78,6 @@ export class DeleteNamespaceCommand extends $Command< DeleteNamespaceCommandOutput, IoTThingsGraphClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -94,9 +91,7 @@ export class DeleteNamespaceCommand extends $Command< * @public */ constructor(readonly input: DeleteNamespaceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -149,7 +144,4 @@ export class DeleteNamespaceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteNamespaceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-iotthingsgraph/src/commands/DeleteSystemInstanceCommand.ts b/clients/client-iotthingsgraph/src/commands/DeleteSystemInstanceCommand.ts index 521099f076a9..1cd2e4c9d8d9 100644 --- a/clients/client-iotthingsgraph/src/commands/DeleteSystemInstanceCommand.ts +++ b/clients/client-iotthingsgraph/src/commands/DeleteSystemInstanceCommand.ts @@ -84,9 +84,6 @@ export class DeleteSystemInstanceCommand extends $Command< DeleteSystemInstanceCommandOutput, IoTThingsGraphClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -100,9 +97,7 @@ export class DeleteSystemInstanceCommand extends $Command< * @public */ constructor(readonly input: DeleteSystemInstanceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -155,7 +150,4 @@ export class DeleteSystemInstanceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteSystemInstanceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-iotthingsgraph/src/commands/DeleteSystemTemplateCommand.ts b/clients/client-iotthingsgraph/src/commands/DeleteSystemTemplateCommand.ts index dfa5e5cc84e9..907eeb142212 100644 --- a/clients/client-iotthingsgraph/src/commands/DeleteSystemTemplateCommand.ts +++ b/clients/client-iotthingsgraph/src/commands/DeleteSystemTemplateCommand.ts @@ -83,9 +83,6 @@ export class DeleteSystemTemplateCommand extends $Command< DeleteSystemTemplateCommandOutput, IoTThingsGraphClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -99,9 +96,7 @@ export class DeleteSystemTemplateCommand extends $Command< * @public */ constructor(readonly input: DeleteSystemTemplateCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -154,7 +149,4 @@ export class DeleteSystemTemplateCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteSystemTemplateCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-iotthingsgraph/src/commands/DeploySystemInstanceCommand.ts b/clients/client-iotthingsgraph/src/commands/DeploySystemInstanceCommand.ts index 90215112b890..df0bf32153f9 100644 --- a/clients/client-iotthingsgraph/src/commands/DeploySystemInstanceCommand.ts +++ b/clients/client-iotthingsgraph/src/commands/DeploySystemInstanceCommand.ts @@ -109,9 +109,6 @@ export class DeploySystemInstanceCommand extends $Command< DeploySystemInstanceCommandOutput, IoTThingsGraphClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -125,9 +122,7 @@ export class DeploySystemInstanceCommand extends $Command< * @public */ constructor(readonly input: DeploySystemInstanceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -180,7 +175,4 @@ export class DeploySystemInstanceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeploySystemInstanceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-iotthingsgraph/src/commands/DeprecateFlowTemplateCommand.ts b/clients/client-iotthingsgraph/src/commands/DeprecateFlowTemplateCommand.ts index 2384e41591b3..0fde4d8ffa02 100644 --- a/clients/client-iotthingsgraph/src/commands/DeprecateFlowTemplateCommand.ts +++ b/clients/client-iotthingsgraph/src/commands/DeprecateFlowTemplateCommand.ts @@ -82,9 +82,6 @@ export class DeprecateFlowTemplateCommand extends $Command< DeprecateFlowTemplateCommandOutput, IoTThingsGraphClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -98,9 +95,7 @@ export class DeprecateFlowTemplateCommand extends $Command< * @public */ constructor(readonly input: DeprecateFlowTemplateCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -153,7 +148,4 @@ export class DeprecateFlowTemplateCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeprecateFlowTemplateCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-iotthingsgraph/src/commands/DeprecateSystemTemplateCommand.ts b/clients/client-iotthingsgraph/src/commands/DeprecateSystemTemplateCommand.ts index 8dad56621833..5da10933e59f 100644 --- a/clients/client-iotthingsgraph/src/commands/DeprecateSystemTemplateCommand.ts +++ b/clients/client-iotthingsgraph/src/commands/DeprecateSystemTemplateCommand.ts @@ -82,9 +82,6 @@ export class DeprecateSystemTemplateCommand extends $Command< DeprecateSystemTemplateCommandOutput, IoTThingsGraphClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -98,9 +95,7 @@ export class DeprecateSystemTemplateCommand extends $Command< * @public */ constructor(readonly input: DeprecateSystemTemplateCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -153,7 +148,4 @@ export class DeprecateSystemTemplateCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeprecateSystemTemplateCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-iotthingsgraph/src/commands/DescribeNamespaceCommand.ts b/clients/client-iotthingsgraph/src/commands/DescribeNamespaceCommand.ts index ce565c29cbb5..ea66d6908ac6 100644 --- a/clients/client-iotthingsgraph/src/commands/DescribeNamespaceCommand.ts +++ b/clients/client-iotthingsgraph/src/commands/DescribeNamespaceCommand.ts @@ -88,9 +88,6 @@ export class DescribeNamespaceCommand extends $Command< DescribeNamespaceCommandOutput, IoTThingsGraphClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -104,9 +101,7 @@ export class DescribeNamespaceCommand extends $Command< * @public */ constructor(readonly input: DescribeNamespaceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -159,7 +154,4 @@ export class DescribeNamespaceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DescribeNamespaceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-iotthingsgraph/src/commands/DissociateEntityFromThingCommand.ts b/clients/client-iotthingsgraph/src/commands/DissociateEntityFromThingCommand.ts index c9c90335af0a..2f6d108d0372 100644 --- a/clients/client-iotthingsgraph/src/commands/DissociateEntityFromThingCommand.ts +++ b/clients/client-iotthingsgraph/src/commands/DissociateEntityFromThingCommand.ts @@ -84,9 +84,6 @@ export class DissociateEntityFromThingCommand extends $Command< DissociateEntityFromThingCommandOutput, IoTThingsGraphClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -100,9 +97,7 @@ export class DissociateEntityFromThingCommand extends $Command< * @public */ constructor(readonly input: DissociateEntityFromThingCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -158,7 +153,4 @@ export class DissociateEntityFromThingCommand extends $Command< ): Promise { return de_DissociateEntityFromThingCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-iotthingsgraph/src/commands/GetEntitiesCommand.ts b/clients/client-iotthingsgraph/src/commands/GetEntitiesCommand.ts index ee440d861f84..d3601043b9ca 100644 --- a/clients/client-iotthingsgraph/src/commands/GetEntitiesCommand.ts +++ b/clients/client-iotthingsgraph/src/commands/GetEntitiesCommand.ts @@ -129,9 +129,6 @@ export class GetEntitiesCommand extends $Command< GetEntitiesCommandOutput, IoTThingsGraphClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -145,9 +142,7 @@ export class GetEntitiesCommand extends $Command< * @public */ constructor(readonly input: GetEntitiesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -198,7 +193,4 @@ export class GetEntitiesCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetEntitiesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-iotthingsgraph/src/commands/GetFlowTemplateCommand.ts b/clients/client-iotthingsgraph/src/commands/GetFlowTemplateCommand.ts index 35b0188c6cb6..2476cd61600b 100644 --- a/clients/client-iotthingsgraph/src/commands/GetFlowTemplateCommand.ts +++ b/clients/client-iotthingsgraph/src/commands/GetFlowTemplateCommand.ts @@ -97,9 +97,6 @@ export class GetFlowTemplateCommand extends $Command< GetFlowTemplateCommandOutput, IoTThingsGraphClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -113,9 +110,7 @@ export class GetFlowTemplateCommand extends $Command< * @public */ constructor(readonly input: GetFlowTemplateCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -168,7 +163,4 @@ export class GetFlowTemplateCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetFlowTemplateCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-iotthingsgraph/src/commands/GetFlowTemplateRevisionsCommand.ts b/clients/client-iotthingsgraph/src/commands/GetFlowTemplateRevisionsCommand.ts index 7e5f961d038a..d82ab3b1f3a8 100644 --- a/clients/client-iotthingsgraph/src/commands/GetFlowTemplateRevisionsCommand.ts +++ b/clients/client-iotthingsgraph/src/commands/GetFlowTemplateRevisionsCommand.ts @@ -95,9 +95,6 @@ export class GetFlowTemplateRevisionsCommand extends $Command< GetFlowTemplateRevisionsCommandOutput, IoTThingsGraphClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -111,9 +108,7 @@ export class GetFlowTemplateRevisionsCommand extends $Command< * @public */ constructor(readonly input: GetFlowTemplateRevisionsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -166,7 +161,4 @@ export class GetFlowTemplateRevisionsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetFlowTemplateRevisionsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-iotthingsgraph/src/commands/GetNamespaceDeletionStatusCommand.ts b/clients/client-iotthingsgraph/src/commands/GetNamespaceDeletionStatusCommand.ts index 692399424d18..3dc06af9516a 100644 --- a/clients/client-iotthingsgraph/src/commands/GetNamespaceDeletionStatusCommand.ts +++ b/clients/client-iotthingsgraph/src/commands/GetNamespaceDeletionStatusCommand.ts @@ -83,9 +83,6 @@ export class GetNamespaceDeletionStatusCommand extends $Command< GetNamespaceDeletionStatusCommandOutput, IoTThingsGraphClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -99,9 +96,7 @@ export class GetNamespaceDeletionStatusCommand extends $Command< * @public */ constructor(readonly input: GetNamespaceDeletionStatusCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -157,7 +152,4 @@ export class GetNamespaceDeletionStatusCommand extends $Command< ): Promise { return de_GetNamespaceDeletionStatusCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-iotthingsgraph/src/commands/GetSystemInstanceCommand.ts b/clients/client-iotthingsgraph/src/commands/GetSystemInstanceCommand.ts index c1d8752e9a9e..6c6d942bf759 100644 --- a/clients/client-iotthingsgraph/src/commands/GetSystemInstanceCommand.ts +++ b/clients/client-iotthingsgraph/src/commands/GetSystemInstanceCommand.ts @@ -113,9 +113,6 @@ export class GetSystemInstanceCommand extends $Command< GetSystemInstanceCommandOutput, IoTThingsGraphClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -129,9 +126,7 @@ export class GetSystemInstanceCommand extends $Command< * @public */ constructor(readonly input: GetSystemInstanceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -184,7 +179,4 @@ export class GetSystemInstanceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetSystemInstanceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-iotthingsgraph/src/commands/GetSystemTemplateCommand.ts b/clients/client-iotthingsgraph/src/commands/GetSystemTemplateCommand.ts index 4803cf62e06f..3cf811bf391b 100644 --- a/clients/client-iotthingsgraph/src/commands/GetSystemTemplateCommand.ts +++ b/clients/client-iotthingsgraph/src/commands/GetSystemTemplateCommand.ts @@ -97,9 +97,6 @@ export class GetSystemTemplateCommand extends $Command< GetSystemTemplateCommandOutput, IoTThingsGraphClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -113,9 +110,7 @@ export class GetSystemTemplateCommand extends $Command< * @public */ constructor(readonly input: GetSystemTemplateCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -168,7 +163,4 @@ export class GetSystemTemplateCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetSystemTemplateCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-iotthingsgraph/src/commands/GetSystemTemplateRevisionsCommand.ts b/clients/client-iotthingsgraph/src/commands/GetSystemTemplateRevisionsCommand.ts index 79bc4082fc1a..79c2a6963ba1 100644 --- a/clients/client-iotthingsgraph/src/commands/GetSystemTemplateRevisionsCommand.ts +++ b/clients/client-iotthingsgraph/src/commands/GetSystemTemplateRevisionsCommand.ts @@ -95,9 +95,6 @@ export class GetSystemTemplateRevisionsCommand extends $Command< GetSystemTemplateRevisionsCommandOutput, IoTThingsGraphClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -111,9 +108,7 @@ export class GetSystemTemplateRevisionsCommand extends $Command< * @public */ constructor(readonly input: GetSystemTemplateRevisionsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -169,7 +164,4 @@ export class GetSystemTemplateRevisionsCommand extends $Command< ): Promise { return de_GetSystemTemplateRevisionsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-iotthingsgraph/src/commands/GetUploadStatusCommand.ts b/clients/client-iotthingsgraph/src/commands/GetUploadStatusCommand.ts index cc41ac2e2d9e..07a58ca66c43 100644 --- a/clients/client-iotthingsgraph/src/commands/GetUploadStatusCommand.ts +++ b/clients/client-iotthingsgraph/src/commands/GetUploadStatusCommand.ts @@ -92,9 +92,6 @@ export class GetUploadStatusCommand extends $Command< GetUploadStatusCommandOutput, IoTThingsGraphClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -108,9 +105,7 @@ export class GetUploadStatusCommand extends $Command< * @public */ constructor(readonly input: GetUploadStatusCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -163,7 +158,4 @@ export class GetUploadStatusCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetUploadStatusCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-iotthingsgraph/src/commands/ListFlowExecutionMessagesCommand.ts b/clients/client-iotthingsgraph/src/commands/ListFlowExecutionMessagesCommand.ts index abb5497bcb86..85098a65ec98 100644 --- a/clients/client-iotthingsgraph/src/commands/ListFlowExecutionMessagesCommand.ts +++ b/clients/client-iotthingsgraph/src/commands/ListFlowExecutionMessagesCommand.ts @@ -94,9 +94,6 @@ export class ListFlowExecutionMessagesCommand extends $Command< ListFlowExecutionMessagesCommandOutput, IoTThingsGraphClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -110,9 +107,7 @@ export class ListFlowExecutionMessagesCommand extends $Command< * @public */ constructor(readonly input: ListFlowExecutionMessagesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -168,7 +163,4 @@ export class ListFlowExecutionMessagesCommand extends $Command< ): Promise { return de_ListFlowExecutionMessagesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-iotthingsgraph/src/commands/ListTagsForResourceCommand.ts b/clients/client-iotthingsgraph/src/commands/ListTagsForResourceCommand.ts index 90a76908e1b1..b04da315a420 100644 --- a/clients/client-iotthingsgraph/src/commands/ListTagsForResourceCommand.ts +++ b/clients/client-iotthingsgraph/src/commands/ListTagsForResourceCommand.ts @@ -92,9 +92,6 @@ export class ListTagsForResourceCommand extends $Command< ListTagsForResourceCommandOutput, IoTThingsGraphClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -108,9 +105,7 @@ export class ListTagsForResourceCommand extends $Command< * @public */ constructor(readonly input: ListTagsForResourceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -163,7 +158,4 @@ export class ListTagsForResourceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListTagsForResourceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-iotthingsgraph/src/commands/SearchEntitiesCommand.ts b/clients/client-iotthingsgraph/src/commands/SearchEntitiesCommand.ts index 4f392877ce55..8d73095104ae 100644 --- a/clients/client-iotthingsgraph/src/commands/SearchEntitiesCommand.ts +++ b/clients/client-iotthingsgraph/src/commands/SearchEntitiesCommand.ts @@ -106,9 +106,6 @@ export class SearchEntitiesCommand extends $Command< SearchEntitiesCommandOutput, IoTThingsGraphClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -122,9 +119,7 @@ export class SearchEntitiesCommand extends $Command< * @public */ constructor(readonly input: SearchEntitiesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -177,7 +172,4 @@ export class SearchEntitiesCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_SearchEntitiesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-iotthingsgraph/src/commands/SearchFlowExecutionsCommand.ts b/clients/client-iotthingsgraph/src/commands/SearchFlowExecutionsCommand.ts index b09731e00f3a..34e46c8562c2 100644 --- a/clients/client-iotthingsgraph/src/commands/SearchFlowExecutionsCommand.ts +++ b/clients/client-iotthingsgraph/src/commands/SearchFlowExecutionsCommand.ts @@ -99,9 +99,6 @@ export class SearchFlowExecutionsCommand extends $Command< SearchFlowExecutionsCommandOutput, IoTThingsGraphClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -115,9 +112,7 @@ export class SearchFlowExecutionsCommand extends $Command< * @public */ constructor(readonly input: SearchFlowExecutionsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -170,7 +165,4 @@ export class SearchFlowExecutionsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_SearchFlowExecutionsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-iotthingsgraph/src/commands/SearchFlowTemplatesCommand.ts b/clients/client-iotthingsgraph/src/commands/SearchFlowTemplatesCommand.ts index 40e51e63b045..99e2f7043877 100644 --- a/clients/client-iotthingsgraph/src/commands/SearchFlowTemplatesCommand.ts +++ b/clients/client-iotthingsgraph/src/commands/SearchFlowTemplatesCommand.ts @@ -98,9 +98,6 @@ export class SearchFlowTemplatesCommand extends $Command< SearchFlowTemplatesCommandOutput, IoTThingsGraphClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -114,9 +111,7 @@ export class SearchFlowTemplatesCommand extends $Command< * @public */ constructor(readonly input: SearchFlowTemplatesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -169,7 +164,4 @@ export class SearchFlowTemplatesCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_SearchFlowTemplatesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-iotthingsgraph/src/commands/SearchSystemInstancesCommand.ts b/clients/client-iotthingsgraph/src/commands/SearchSystemInstancesCommand.ts index 0e9313120a22..9a0fc54bb7fe 100644 --- a/clients/client-iotthingsgraph/src/commands/SearchSystemInstancesCommand.ts +++ b/clients/client-iotthingsgraph/src/commands/SearchSystemInstancesCommand.ts @@ -103,9 +103,6 @@ export class SearchSystemInstancesCommand extends $Command< SearchSystemInstancesCommandOutput, IoTThingsGraphClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -119,9 +116,7 @@ export class SearchSystemInstancesCommand extends $Command< * @public */ constructor(readonly input: SearchSystemInstancesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -174,7 +169,4 @@ export class SearchSystemInstancesCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_SearchSystemInstancesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-iotthingsgraph/src/commands/SearchSystemTemplatesCommand.ts b/clients/client-iotthingsgraph/src/commands/SearchSystemTemplatesCommand.ts index e35115f16e3b..c6cc61c1d744 100644 --- a/clients/client-iotthingsgraph/src/commands/SearchSystemTemplatesCommand.ts +++ b/clients/client-iotthingsgraph/src/commands/SearchSystemTemplatesCommand.ts @@ -98,9 +98,6 @@ export class SearchSystemTemplatesCommand extends $Command< SearchSystemTemplatesCommandOutput, IoTThingsGraphClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -114,9 +111,7 @@ export class SearchSystemTemplatesCommand extends $Command< * @public */ constructor(readonly input: SearchSystemTemplatesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -169,7 +164,4 @@ export class SearchSystemTemplatesCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_SearchSystemTemplatesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-iotthingsgraph/src/commands/SearchThingsCommand.ts b/clients/client-iotthingsgraph/src/commands/SearchThingsCommand.ts index e5dfcc44b31b..e13c47042da8 100644 --- a/clients/client-iotthingsgraph/src/commands/SearchThingsCommand.ts +++ b/clients/client-iotthingsgraph/src/commands/SearchThingsCommand.ts @@ -96,9 +96,6 @@ export class SearchThingsCommand extends $Command< SearchThingsCommandOutput, IoTThingsGraphClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -112,9 +109,7 @@ export class SearchThingsCommand extends $Command< * @public */ constructor(readonly input: SearchThingsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -165,7 +160,4 @@ export class SearchThingsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_SearchThingsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-iotthingsgraph/src/commands/TagResourceCommand.ts b/clients/client-iotthingsgraph/src/commands/TagResourceCommand.ts index 439d75b05714..b1adaad105fc 100644 --- a/clients/client-iotthingsgraph/src/commands/TagResourceCommand.ts +++ b/clients/client-iotthingsgraph/src/commands/TagResourceCommand.ts @@ -88,9 +88,6 @@ export class TagResourceCommand extends $Command< TagResourceCommandOutput, IoTThingsGraphClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -104,9 +101,7 @@ export class TagResourceCommand extends $Command< * @public */ constructor(readonly input: TagResourceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -157,7 +152,4 @@ export class TagResourceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_TagResourceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-iotthingsgraph/src/commands/UndeploySystemInstanceCommand.ts b/clients/client-iotthingsgraph/src/commands/UndeploySystemInstanceCommand.ts index 82c210247b4e..b0a9e018dde6 100644 --- a/clients/client-iotthingsgraph/src/commands/UndeploySystemInstanceCommand.ts +++ b/clients/client-iotthingsgraph/src/commands/UndeploySystemInstanceCommand.ts @@ -97,9 +97,6 @@ export class UndeploySystemInstanceCommand extends $Command< UndeploySystemInstanceCommandOutput, IoTThingsGraphClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -113,9 +110,7 @@ export class UndeploySystemInstanceCommand extends $Command< * @public */ constructor(readonly input: UndeploySystemInstanceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -168,7 +163,4 @@ export class UndeploySystemInstanceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UndeploySystemInstanceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-iotthingsgraph/src/commands/UntagResourceCommand.ts b/clients/client-iotthingsgraph/src/commands/UntagResourceCommand.ts index ec5827196810..69e6fa2444f3 100644 --- a/clients/client-iotthingsgraph/src/commands/UntagResourceCommand.ts +++ b/clients/client-iotthingsgraph/src/commands/UntagResourceCommand.ts @@ -85,9 +85,6 @@ export class UntagResourceCommand extends $Command< UntagResourceCommandOutput, IoTThingsGraphClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -101,9 +98,7 @@ export class UntagResourceCommand extends $Command< * @public */ constructor(readonly input: UntagResourceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -154,7 +149,4 @@ export class UntagResourceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UntagResourceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-iotthingsgraph/src/commands/UpdateFlowTemplateCommand.ts b/clients/client-iotthingsgraph/src/commands/UpdateFlowTemplateCommand.ts index 3d13563ffc80..3bb3c30b2b32 100644 --- a/clients/client-iotthingsgraph/src/commands/UpdateFlowTemplateCommand.ts +++ b/clients/client-iotthingsgraph/src/commands/UpdateFlowTemplateCommand.ts @@ -95,9 +95,6 @@ export class UpdateFlowTemplateCommand extends $Command< UpdateFlowTemplateCommandOutput, IoTThingsGraphClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -111,9 +108,7 @@ export class UpdateFlowTemplateCommand extends $Command< * @public */ constructor(readonly input: UpdateFlowTemplateCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -166,7 +161,4 @@ export class UpdateFlowTemplateCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdateFlowTemplateCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-iotthingsgraph/src/commands/UpdateSystemTemplateCommand.ts b/clients/client-iotthingsgraph/src/commands/UpdateSystemTemplateCommand.ts index ccdb2d8dee13..a1f6f93db827 100644 --- a/clients/client-iotthingsgraph/src/commands/UpdateSystemTemplateCommand.ts +++ b/clients/client-iotthingsgraph/src/commands/UpdateSystemTemplateCommand.ts @@ -94,9 +94,6 @@ export class UpdateSystemTemplateCommand extends $Command< UpdateSystemTemplateCommandOutput, IoTThingsGraphClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -110,9 +107,7 @@ export class UpdateSystemTemplateCommand extends $Command< * @public */ constructor(readonly input: UpdateSystemTemplateCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -165,7 +160,4 @@ export class UpdateSystemTemplateCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdateSystemTemplateCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-iotthingsgraph/src/commands/UploadEntityDefinitionsCommand.ts b/clients/client-iotthingsgraph/src/commands/UploadEntityDefinitionsCommand.ts index a446b337541e..751adf0e9e58 100644 --- a/clients/client-iotthingsgraph/src/commands/UploadEntityDefinitionsCommand.ts +++ b/clients/client-iotthingsgraph/src/commands/UploadEntityDefinitionsCommand.ts @@ -96,9 +96,6 @@ export class UploadEntityDefinitionsCommand extends $Command< UploadEntityDefinitionsCommandOutput, IoTThingsGraphClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -112,9 +109,7 @@ export class UploadEntityDefinitionsCommand extends $Command< * @public */ constructor(readonly input: UploadEntityDefinitionsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -167,7 +162,4 @@ export class UploadEntityDefinitionsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UploadEntityDefinitionsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-iottwinmaker/package.json b/clients/client-iottwinmaker/package.json index e558148208ca..3d05d8043a7a 100644 --- a/clients/client-iottwinmaker/package.json +++ b/clients/client-iottwinmaker/package.json @@ -34,29 +34,29 @@ "@aws-sdk/util-endpoints": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@smithy/config-resolver": "^2.0.16", - "@smithy/fetch-http-handler": "^2.2.4", - "@smithy/hash-node": "^2.0.12", - "@smithy/invalid-dependency": "^2.0.12", - "@smithy/middleware-content-length": "^2.0.14", - "@smithy/middleware-endpoint": "^2.1.3", - "@smithy/middleware-retry": "^2.0.18", - "@smithy/middleware-serde": "^2.0.12", - "@smithy/middleware-stack": "^2.0.6", - "@smithy/node-config-provider": "^2.1.3", - "@smithy/node-http-handler": "^2.1.8", - "@smithy/protocol-http": "^3.0.8", - "@smithy/smithy-client": "^2.1.12", - "@smithy/types": "^2.4.0", - "@smithy/url-parser": "^2.0.12", - "@smithy/util-base64": "^2.0.0", + "@smithy/config-resolver": "^2.0.18", + "@smithy/fetch-http-handler": "^2.2.6", + "@smithy/hash-node": "^2.0.15", + "@smithy/invalid-dependency": "^2.0.13", + "@smithy/middleware-content-length": "^2.0.15", + "@smithy/middleware-endpoint": "^2.2.0", + "@smithy/middleware-retry": "^2.0.20", + "@smithy/middleware-serde": "^2.0.13", + "@smithy/middleware-stack": "^2.0.7", + "@smithy/node-config-provider": "^2.1.5", + "@smithy/node-http-handler": "^2.1.9", + "@smithy/protocol-http": "^3.0.9", + "@smithy/smithy-client": "^2.1.15", + "@smithy/types": "^2.5.0", + "@smithy/url-parser": "^2.0.13", + "@smithy/util-base64": "^2.0.1", "@smithy/util-body-length-browser": "^2.0.0", "@smithy/util-body-length-node": "^2.1.0", - "@smithy/util-defaults-mode-browser": "^2.0.16", - "@smithy/util-defaults-mode-node": "^2.0.21", - "@smithy/util-endpoints": "^1.0.2", - "@smithy/util-retry": "^2.0.5", - "@smithy/util-utf8": "^2.0.0", + "@smithy/util-defaults-mode-browser": "^2.0.19", + "@smithy/util-defaults-mode-node": "^2.0.25", + "@smithy/util-endpoints": "^1.0.4", + "@smithy/util-retry": "^2.0.6", + "@smithy/util-utf8": "^2.0.2", "tslib": "^2.5.0" }, "devDependencies": { diff --git a/clients/client-iottwinmaker/src/commands/BatchPutPropertyValuesCommand.ts b/clients/client-iottwinmaker/src/commands/BatchPutPropertyValuesCommand.ts index 62e243b785db..1fd86f895fee 100644 --- a/clients/client-iottwinmaker/src/commands/BatchPutPropertyValuesCommand.ts +++ b/clients/client-iottwinmaker/src/commands/BatchPutPropertyValuesCommand.ts @@ -195,9 +195,6 @@ export class BatchPutPropertyValuesCommand extends $Command< BatchPutPropertyValuesCommandOutput, IoTTwinMakerClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -211,9 +208,7 @@ export class BatchPutPropertyValuesCommand extends $Command< * @public */ constructor(readonly input: BatchPutPropertyValuesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -266,7 +261,4 @@ export class BatchPutPropertyValuesCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_BatchPutPropertyValuesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-iottwinmaker/src/commands/CreateComponentTypeCommand.ts b/clients/client-iottwinmaker/src/commands/CreateComponentTypeCommand.ts index 94c50371a372..e9bdebfcebca 100644 --- a/clients/client-iottwinmaker/src/commands/CreateComponentTypeCommand.ts +++ b/clients/client-iottwinmaker/src/commands/CreateComponentTypeCommand.ts @@ -188,9 +188,6 @@ export class CreateComponentTypeCommand extends $Command< CreateComponentTypeCommandOutput, IoTTwinMakerClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -204,9 +201,7 @@ export class CreateComponentTypeCommand extends $Command< * @public */ constructor(readonly input: CreateComponentTypeCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -259,7 +254,4 @@ export class CreateComponentTypeCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateComponentTypeCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-iottwinmaker/src/commands/CreateEntityCommand.ts b/clients/client-iottwinmaker/src/commands/CreateEntityCommand.ts index e159d1723bc2..0e024f32caa5 100644 --- a/clients/client-iottwinmaker/src/commands/CreateEntityCommand.ts +++ b/clients/client-iottwinmaker/src/commands/CreateEntityCommand.ts @@ -183,9 +183,6 @@ export class CreateEntityCommand extends $Command< CreateEntityCommandOutput, IoTTwinMakerClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -199,9 +196,7 @@ export class CreateEntityCommand extends $Command< * @public */ constructor(readonly input: CreateEntityCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -252,7 +247,4 @@ export class CreateEntityCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateEntityCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-iottwinmaker/src/commands/CreateSceneCommand.ts b/clients/client-iottwinmaker/src/commands/CreateSceneCommand.ts index c16612affd86..0b9a78b9cce9 100644 --- a/clients/client-iottwinmaker/src/commands/CreateSceneCommand.ts +++ b/clients/client-iottwinmaker/src/commands/CreateSceneCommand.ts @@ -101,9 +101,6 @@ export class CreateSceneCommand extends $Command< CreateSceneCommandOutput, IoTTwinMakerClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -117,9 +114,7 @@ export class CreateSceneCommand extends $Command< * @public */ constructor(readonly input: CreateSceneCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -170,7 +165,4 @@ export class CreateSceneCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateSceneCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-iottwinmaker/src/commands/CreateSyncJobCommand.ts b/clients/client-iottwinmaker/src/commands/CreateSyncJobCommand.ts index d1da0e9ebffe..99ab058162ac 100644 --- a/clients/client-iottwinmaker/src/commands/CreateSyncJobCommand.ts +++ b/clients/client-iottwinmaker/src/commands/CreateSyncJobCommand.ts @@ -95,9 +95,6 @@ export class CreateSyncJobCommand extends $Command< CreateSyncJobCommandOutput, IoTTwinMakerClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -111,9 +108,7 @@ export class CreateSyncJobCommand extends $Command< * @public */ constructor(readonly input: CreateSyncJobCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -164,7 +159,4 @@ export class CreateSyncJobCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateSyncJobCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-iottwinmaker/src/commands/CreateWorkspaceCommand.ts b/clients/client-iottwinmaker/src/commands/CreateWorkspaceCommand.ts index 19d4bda9822c..55d445f5c83a 100644 --- a/clients/client-iottwinmaker/src/commands/CreateWorkspaceCommand.ts +++ b/clients/client-iottwinmaker/src/commands/CreateWorkspaceCommand.ts @@ -95,9 +95,6 @@ export class CreateWorkspaceCommand extends $Command< CreateWorkspaceCommandOutput, IoTTwinMakerClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -111,9 +108,7 @@ export class CreateWorkspaceCommand extends $Command< * @public */ constructor(readonly input: CreateWorkspaceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -166,7 +161,4 @@ export class CreateWorkspaceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateWorkspaceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-iottwinmaker/src/commands/DeleteComponentTypeCommand.ts b/clients/client-iottwinmaker/src/commands/DeleteComponentTypeCommand.ts index 5293323247f0..9075396ca3df 100644 --- a/clients/client-iottwinmaker/src/commands/DeleteComponentTypeCommand.ts +++ b/clients/client-iottwinmaker/src/commands/DeleteComponentTypeCommand.ts @@ -86,9 +86,6 @@ export class DeleteComponentTypeCommand extends $Command< DeleteComponentTypeCommandOutput, IoTTwinMakerClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -102,9 +99,7 @@ export class DeleteComponentTypeCommand extends $Command< * @public */ constructor(readonly input: DeleteComponentTypeCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -157,7 +152,4 @@ export class DeleteComponentTypeCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteComponentTypeCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-iottwinmaker/src/commands/DeleteEntityCommand.ts b/clients/client-iottwinmaker/src/commands/DeleteEntityCommand.ts index f178125a6753..d65dfeaca9a6 100644 --- a/clients/client-iottwinmaker/src/commands/DeleteEntityCommand.ts +++ b/clients/client-iottwinmaker/src/commands/DeleteEntityCommand.ts @@ -87,9 +87,6 @@ export class DeleteEntityCommand extends $Command< DeleteEntityCommandOutput, IoTTwinMakerClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -103,9 +100,7 @@ export class DeleteEntityCommand extends $Command< * @public */ constructor(readonly input: DeleteEntityCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -156,7 +151,4 @@ export class DeleteEntityCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteEntityCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-iottwinmaker/src/commands/DeleteSceneCommand.ts b/clients/client-iottwinmaker/src/commands/DeleteSceneCommand.ts index 9f17fce12254..616c79c10a1f 100644 --- a/clients/client-iottwinmaker/src/commands/DeleteSceneCommand.ts +++ b/clients/client-iottwinmaker/src/commands/DeleteSceneCommand.ts @@ -84,9 +84,6 @@ export class DeleteSceneCommand extends $Command< DeleteSceneCommandOutput, IoTTwinMakerClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -100,9 +97,7 @@ export class DeleteSceneCommand extends $Command< * @public */ constructor(readonly input: DeleteSceneCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -153,7 +148,4 @@ export class DeleteSceneCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteSceneCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-iottwinmaker/src/commands/DeleteSyncJobCommand.ts b/clients/client-iottwinmaker/src/commands/DeleteSyncJobCommand.ts index f0efb6549756..ab2f300d035c 100644 --- a/clients/client-iottwinmaker/src/commands/DeleteSyncJobCommand.ts +++ b/clients/client-iottwinmaker/src/commands/DeleteSyncJobCommand.ts @@ -89,9 +89,6 @@ export class DeleteSyncJobCommand extends $Command< DeleteSyncJobCommandOutput, IoTTwinMakerClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -105,9 +102,7 @@ export class DeleteSyncJobCommand extends $Command< * @public */ constructor(readonly input: DeleteSyncJobCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -158,7 +153,4 @@ export class DeleteSyncJobCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteSyncJobCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-iottwinmaker/src/commands/DeleteWorkspaceCommand.ts b/clients/client-iottwinmaker/src/commands/DeleteWorkspaceCommand.ts index 91971044ab27..2edfbed00537 100644 --- a/clients/client-iottwinmaker/src/commands/DeleteWorkspaceCommand.ts +++ b/clients/client-iottwinmaker/src/commands/DeleteWorkspaceCommand.ts @@ -83,9 +83,6 @@ export class DeleteWorkspaceCommand extends $Command< DeleteWorkspaceCommandOutput, IoTTwinMakerClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -99,9 +96,7 @@ export class DeleteWorkspaceCommand extends $Command< * @public */ constructor(readonly input: DeleteWorkspaceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -154,7 +149,4 @@ export class DeleteWorkspaceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteWorkspaceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-iottwinmaker/src/commands/ExecuteQueryCommand.ts b/clients/client-iottwinmaker/src/commands/ExecuteQueryCommand.ts index 5feaf5dcb9cb..835aa907bbd5 100644 --- a/clients/client-iottwinmaker/src/commands/ExecuteQueryCommand.ts +++ b/clients/client-iottwinmaker/src/commands/ExecuteQueryCommand.ts @@ -105,9 +105,6 @@ export class ExecuteQueryCommand extends $Command< ExecuteQueryCommandOutput, IoTTwinMakerClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -121,9 +118,7 @@ export class ExecuteQueryCommand extends $Command< * @public */ constructor(readonly input: ExecuteQueryCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -174,7 +169,4 @@ export class ExecuteQueryCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ExecuteQueryCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-iottwinmaker/src/commands/GetComponentTypeCommand.ts b/clients/client-iottwinmaker/src/commands/GetComponentTypeCommand.ts index 8a2bc6ab74ff..da4f726b3873 100644 --- a/clients/client-iottwinmaker/src/commands/GetComponentTypeCommand.ts +++ b/clients/client-iottwinmaker/src/commands/GetComponentTypeCommand.ts @@ -199,9 +199,6 @@ export class GetComponentTypeCommand extends $Command< GetComponentTypeCommandOutput, IoTTwinMakerClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -215,9 +212,7 @@ export class GetComponentTypeCommand extends $Command< * @public */ constructor(readonly input: GetComponentTypeCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -270,7 +265,4 @@ export class GetComponentTypeCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetComponentTypeCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-iottwinmaker/src/commands/GetEntityCommand.ts b/clients/client-iottwinmaker/src/commands/GetEntityCommand.ts index 44cb0b7d2d71..b1ce26a79946 100644 --- a/clients/client-iottwinmaker/src/commands/GetEntityCommand.ts +++ b/clients/client-iottwinmaker/src/commands/GetEntityCommand.ts @@ -199,9 +199,6 @@ export class GetEntityCommand extends $Command< GetEntityCommandOutput, IoTTwinMakerClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -215,9 +212,7 @@ export class GetEntityCommand extends $Command< * @public */ constructor(readonly input: GetEntityCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -268,7 +263,4 @@ export class GetEntityCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetEntityCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-iottwinmaker/src/commands/GetPricingPlanCommand.ts b/clients/client-iottwinmaker/src/commands/GetPricingPlanCommand.ts index 95c6b5026468..26fdfab8d13e 100644 --- a/clients/client-iottwinmaker/src/commands/GetPricingPlanCommand.ts +++ b/clients/client-iottwinmaker/src/commands/GetPricingPlanCommand.ts @@ -105,9 +105,6 @@ export class GetPricingPlanCommand extends $Command< GetPricingPlanCommandOutput, IoTTwinMakerClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -121,9 +118,7 @@ export class GetPricingPlanCommand extends $Command< * @public */ constructor(readonly input: GetPricingPlanCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -176,7 +171,4 @@ export class GetPricingPlanCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetPricingPlanCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-iottwinmaker/src/commands/GetPropertyValueCommand.ts b/clients/client-iottwinmaker/src/commands/GetPropertyValueCommand.ts index e73460979f6c..1bceedbbcf1f 100644 --- a/clients/client-iottwinmaker/src/commands/GetPropertyValueCommand.ts +++ b/clients/client-iottwinmaker/src/commands/GetPropertyValueCommand.ts @@ -205,9 +205,6 @@ export class GetPropertyValueCommand extends $Command< GetPropertyValueCommandOutput, IoTTwinMakerClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -221,9 +218,7 @@ export class GetPropertyValueCommand extends $Command< * @public */ constructor(readonly input: GetPropertyValueCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -276,7 +271,4 @@ export class GetPropertyValueCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetPropertyValueCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-iottwinmaker/src/commands/GetPropertyValueHistoryCommand.ts b/clients/client-iottwinmaker/src/commands/GetPropertyValueHistoryCommand.ts index 2c8b152c2f7b..0807ed02e264 100644 --- a/clients/client-iottwinmaker/src/commands/GetPropertyValueHistoryCommand.ts +++ b/clients/client-iottwinmaker/src/commands/GetPropertyValueHistoryCommand.ts @@ -206,9 +206,6 @@ export class GetPropertyValueHistoryCommand extends $Command< GetPropertyValueHistoryCommandOutput, IoTTwinMakerClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -222,9 +219,7 @@ export class GetPropertyValueHistoryCommand extends $Command< * @public */ constructor(readonly input: GetPropertyValueHistoryCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -277,7 +272,4 @@ export class GetPropertyValueHistoryCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetPropertyValueHistoryCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-iottwinmaker/src/commands/GetSceneCommand.ts b/clients/client-iottwinmaker/src/commands/GetSceneCommand.ts index b69b4c0944db..01615abbb15b 100644 --- a/clients/client-iottwinmaker/src/commands/GetSceneCommand.ts +++ b/clients/client-iottwinmaker/src/commands/GetSceneCommand.ts @@ -105,9 +105,6 @@ export class GetSceneCommand extends $Command< GetSceneCommandOutput, IoTTwinMakerClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -121,9 +118,7 @@ export class GetSceneCommand extends $Command< * @public */ constructor(readonly input: GetSceneCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -174,7 +169,4 @@ export class GetSceneCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetSceneCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-iottwinmaker/src/commands/GetSyncJobCommand.ts b/clients/client-iottwinmaker/src/commands/GetSyncJobCommand.ts index bafe842a1ecb..e3218657943f 100644 --- a/clients/client-iottwinmaker/src/commands/GetSyncJobCommand.ts +++ b/clients/client-iottwinmaker/src/commands/GetSyncJobCommand.ts @@ -101,9 +101,6 @@ export class GetSyncJobCommand extends $Command< GetSyncJobCommandOutput, IoTTwinMakerClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -117,9 +114,7 @@ export class GetSyncJobCommand extends $Command< * @public */ constructor(readonly input: GetSyncJobCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -170,7 +165,4 @@ export class GetSyncJobCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetSyncJobCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-iottwinmaker/src/commands/GetWorkspaceCommand.ts b/clients/client-iottwinmaker/src/commands/GetWorkspaceCommand.ts index 5060e6a384a2..03e1786e86a3 100644 --- a/clients/client-iottwinmaker/src/commands/GetWorkspaceCommand.ts +++ b/clients/client-iottwinmaker/src/commands/GetWorkspaceCommand.ts @@ -91,9 +91,6 @@ export class GetWorkspaceCommand extends $Command< GetWorkspaceCommandOutput, IoTTwinMakerClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -107,9 +104,7 @@ export class GetWorkspaceCommand extends $Command< * @public */ constructor(readonly input: GetWorkspaceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -160,7 +155,4 @@ export class GetWorkspaceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetWorkspaceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-iottwinmaker/src/commands/ListComponentTypesCommand.ts b/clients/client-iottwinmaker/src/commands/ListComponentTypesCommand.ts index 47b66d24fb66..92ddedfec70c 100644 --- a/clients/client-iottwinmaker/src/commands/ListComponentTypesCommand.ts +++ b/clients/client-iottwinmaker/src/commands/ListComponentTypesCommand.ts @@ -110,9 +110,6 @@ export class ListComponentTypesCommand extends $Command< ListComponentTypesCommandOutput, IoTTwinMakerClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -126,9 +123,7 @@ export class ListComponentTypesCommand extends $Command< * @public */ constructor(readonly input: ListComponentTypesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -181,7 +176,4 @@ export class ListComponentTypesCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListComponentTypesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-iottwinmaker/src/commands/ListEntitiesCommand.ts b/clients/client-iottwinmaker/src/commands/ListEntitiesCommand.ts index 59dc03251dda..8e56ae14bc09 100644 --- a/clients/client-iottwinmaker/src/commands/ListEntitiesCommand.ts +++ b/clients/client-iottwinmaker/src/commands/ListEntitiesCommand.ts @@ -110,9 +110,6 @@ export class ListEntitiesCommand extends $Command< ListEntitiesCommandOutput, IoTTwinMakerClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -126,9 +123,7 @@ export class ListEntitiesCommand extends $Command< * @public */ constructor(readonly input: ListEntitiesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -179,7 +174,4 @@ export class ListEntitiesCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListEntitiesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-iottwinmaker/src/commands/ListScenesCommand.ts b/clients/client-iottwinmaker/src/commands/ListScenesCommand.ts index a4d2acb73ea6..80c9dc1a313b 100644 --- a/clients/client-iottwinmaker/src/commands/ListScenesCommand.ts +++ b/clients/client-iottwinmaker/src/commands/ListScenesCommand.ts @@ -94,9 +94,6 @@ export class ListScenesCommand extends $Command< ListScenesCommandOutput, IoTTwinMakerClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -110,9 +107,7 @@ export class ListScenesCommand extends $Command< * @public */ constructor(readonly input: ListScenesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -163,7 +158,4 @@ export class ListScenesCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListScenesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-iottwinmaker/src/commands/ListSyncJobsCommand.ts b/clients/client-iottwinmaker/src/commands/ListSyncJobsCommand.ts index 6032cfd31340..a83bc2c46391 100644 --- a/clients/client-iottwinmaker/src/commands/ListSyncJobsCommand.ts +++ b/clients/client-iottwinmaker/src/commands/ListSyncJobsCommand.ts @@ -103,9 +103,6 @@ export class ListSyncJobsCommand extends $Command< ListSyncJobsCommandOutput, IoTTwinMakerClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -119,9 +116,7 @@ export class ListSyncJobsCommand extends $Command< * @public */ constructor(readonly input: ListSyncJobsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -172,7 +167,4 @@ export class ListSyncJobsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListSyncJobsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-iottwinmaker/src/commands/ListSyncResourcesCommand.ts b/clients/client-iottwinmaker/src/commands/ListSyncResourcesCommand.ts index aef52421abfc..a9cfbf52cbb7 100644 --- a/clients/client-iottwinmaker/src/commands/ListSyncResourcesCommand.ts +++ b/clients/client-iottwinmaker/src/commands/ListSyncResourcesCommand.ts @@ -111,9 +111,6 @@ export class ListSyncResourcesCommand extends $Command< ListSyncResourcesCommandOutput, IoTTwinMakerClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -127,9 +124,7 @@ export class ListSyncResourcesCommand extends $Command< * @public */ constructor(readonly input: ListSyncResourcesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -182,7 +177,4 @@ export class ListSyncResourcesCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListSyncResourcesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-iottwinmaker/src/commands/ListTagsForResourceCommand.ts b/clients/client-iottwinmaker/src/commands/ListTagsForResourceCommand.ts index 5b4d71c23cb2..7577d9d80f78 100644 --- a/clients/client-iottwinmaker/src/commands/ListTagsForResourceCommand.ts +++ b/clients/client-iottwinmaker/src/commands/ListTagsForResourceCommand.ts @@ -81,9 +81,6 @@ export class ListTagsForResourceCommand extends $Command< ListTagsForResourceCommandOutput, IoTTwinMakerClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -97,9 +94,7 @@ export class ListTagsForResourceCommand extends $Command< * @public */ constructor(readonly input: ListTagsForResourceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -152,7 +147,4 @@ export class ListTagsForResourceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListTagsForResourceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-iottwinmaker/src/commands/ListWorkspacesCommand.ts b/clients/client-iottwinmaker/src/commands/ListWorkspacesCommand.ts index f38d77b85668..4432c0c8f9c4 100644 --- a/clients/client-iottwinmaker/src/commands/ListWorkspacesCommand.ts +++ b/clients/client-iottwinmaker/src/commands/ListWorkspacesCommand.ts @@ -92,9 +92,6 @@ export class ListWorkspacesCommand extends $Command< ListWorkspacesCommandOutput, IoTTwinMakerClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -108,9 +105,7 @@ export class ListWorkspacesCommand extends $Command< * @public */ constructor(readonly input: ListWorkspacesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -163,7 +158,4 @@ export class ListWorkspacesCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListWorkspacesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-iottwinmaker/src/commands/TagResourceCommand.ts b/clients/client-iottwinmaker/src/commands/TagResourceCommand.ts index 6f2782b85466..a507253fd4a7 100644 --- a/clients/client-iottwinmaker/src/commands/TagResourceCommand.ts +++ b/clients/client-iottwinmaker/src/commands/TagResourceCommand.ts @@ -80,9 +80,6 @@ export class TagResourceCommand extends $Command< TagResourceCommandOutput, IoTTwinMakerClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -96,9 +93,7 @@ export class TagResourceCommand extends $Command< * @public */ constructor(readonly input: TagResourceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -149,7 +144,4 @@ export class TagResourceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_TagResourceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-iottwinmaker/src/commands/UntagResourceCommand.ts b/clients/client-iottwinmaker/src/commands/UntagResourceCommand.ts index a6c9ebb23c27..e135f494e185 100644 --- a/clients/client-iottwinmaker/src/commands/UntagResourceCommand.ts +++ b/clients/client-iottwinmaker/src/commands/UntagResourceCommand.ts @@ -77,9 +77,6 @@ export class UntagResourceCommand extends $Command< UntagResourceCommandOutput, IoTTwinMakerClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -93,9 +90,7 @@ export class UntagResourceCommand extends $Command< * @public */ constructor(readonly input: UntagResourceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -146,7 +141,4 @@ export class UntagResourceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UntagResourceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-iottwinmaker/src/commands/UpdateComponentTypeCommand.ts b/clients/client-iottwinmaker/src/commands/UpdateComponentTypeCommand.ts index 67e893018e7a..8bf0090db388 100644 --- a/clients/client-iottwinmaker/src/commands/UpdateComponentTypeCommand.ts +++ b/clients/client-iottwinmaker/src/commands/UpdateComponentTypeCommand.ts @@ -186,9 +186,6 @@ export class UpdateComponentTypeCommand extends $Command< UpdateComponentTypeCommandOutput, IoTTwinMakerClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -202,9 +199,7 @@ export class UpdateComponentTypeCommand extends $Command< * @public */ constructor(readonly input: UpdateComponentTypeCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -257,7 +252,4 @@ export class UpdateComponentTypeCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdateComponentTypeCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-iottwinmaker/src/commands/UpdateEntityCommand.ts b/clients/client-iottwinmaker/src/commands/UpdateEntityCommand.ts index 18369227a22f..f0908d2ecbf4 100644 --- a/clients/client-iottwinmaker/src/commands/UpdateEntityCommand.ts +++ b/clients/client-iottwinmaker/src/commands/UpdateEntityCommand.ts @@ -185,9 +185,6 @@ export class UpdateEntityCommand extends $Command< UpdateEntityCommandOutput, IoTTwinMakerClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -201,9 +198,7 @@ export class UpdateEntityCommand extends $Command< * @public */ constructor(readonly input: UpdateEntityCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -254,7 +249,4 @@ export class UpdateEntityCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdateEntityCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-iottwinmaker/src/commands/UpdatePricingPlanCommand.ts b/clients/client-iottwinmaker/src/commands/UpdatePricingPlanCommand.ts index 76969c1c991b..659e035b7ea0 100644 --- a/clients/client-iottwinmaker/src/commands/UpdatePricingPlanCommand.ts +++ b/clients/client-iottwinmaker/src/commands/UpdatePricingPlanCommand.ts @@ -110,9 +110,6 @@ export class UpdatePricingPlanCommand extends $Command< UpdatePricingPlanCommandOutput, IoTTwinMakerClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -126,9 +123,7 @@ export class UpdatePricingPlanCommand extends $Command< * @public */ constructor(readonly input: UpdatePricingPlanCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -181,7 +176,4 @@ export class UpdatePricingPlanCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdatePricingPlanCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-iottwinmaker/src/commands/UpdateSceneCommand.ts b/clients/client-iottwinmaker/src/commands/UpdateSceneCommand.ts index 8339abc56eff..3ec316c72255 100644 --- a/clients/client-iottwinmaker/src/commands/UpdateSceneCommand.ts +++ b/clients/client-iottwinmaker/src/commands/UpdateSceneCommand.ts @@ -94,9 +94,6 @@ export class UpdateSceneCommand extends $Command< UpdateSceneCommandOutput, IoTTwinMakerClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -110,9 +107,7 @@ export class UpdateSceneCommand extends $Command< * @public */ constructor(readonly input: UpdateSceneCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -163,7 +158,4 @@ export class UpdateSceneCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdateSceneCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-iottwinmaker/src/commands/UpdateWorkspaceCommand.ts b/clients/client-iottwinmaker/src/commands/UpdateWorkspaceCommand.ts index 6dbbd34c9b29..1b659874dd70 100644 --- a/clients/client-iottwinmaker/src/commands/UpdateWorkspaceCommand.ts +++ b/clients/client-iottwinmaker/src/commands/UpdateWorkspaceCommand.ts @@ -90,9 +90,6 @@ export class UpdateWorkspaceCommand extends $Command< UpdateWorkspaceCommandOutput, IoTTwinMakerClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -106,9 +103,7 @@ export class UpdateWorkspaceCommand extends $Command< * @public */ constructor(readonly input: UpdateWorkspaceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -161,7 +156,4 @@ export class UpdateWorkspaceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdateWorkspaceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ivs-realtime/package.json b/clients/client-ivs-realtime/package.json index 74027680e8e9..a4b6bb7f0f11 100644 --- a/clients/client-ivs-realtime/package.json +++ b/clients/client-ivs-realtime/package.json @@ -34,29 +34,29 @@ "@aws-sdk/util-endpoints": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@smithy/config-resolver": "^2.0.16", - "@smithy/fetch-http-handler": "^2.2.4", - "@smithy/hash-node": "^2.0.12", - "@smithy/invalid-dependency": "^2.0.12", - "@smithy/middleware-content-length": "^2.0.14", - "@smithy/middleware-endpoint": "^2.1.3", - "@smithy/middleware-retry": "^2.0.18", - "@smithy/middleware-serde": "^2.0.12", - "@smithy/middleware-stack": "^2.0.6", - "@smithy/node-config-provider": "^2.1.3", - "@smithy/node-http-handler": "^2.1.8", - "@smithy/protocol-http": "^3.0.8", - "@smithy/smithy-client": "^2.1.12", - "@smithy/types": "^2.4.0", - "@smithy/url-parser": "^2.0.12", - "@smithy/util-base64": "^2.0.0", + "@smithy/config-resolver": "^2.0.18", + "@smithy/fetch-http-handler": "^2.2.6", + "@smithy/hash-node": "^2.0.15", + "@smithy/invalid-dependency": "^2.0.13", + "@smithy/middleware-content-length": "^2.0.15", + "@smithy/middleware-endpoint": "^2.2.0", + "@smithy/middleware-retry": "^2.0.20", + "@smithy/middleware-serde": "^2.0.13", + "@smithy/middleware-stack": "^2.0.7", + "@smithy/node-config-provider": "^2.1.5", + "@smithy/node-http-handler": "^2.1.9", + "@smithy/protocol-http": "^3.0.9", + "@smithy/smithy-client": "^2.1.15", + "@smithy/types": "^2.5.0", + "@smithy/url-parser": "^2.0.13", + "@smithy/util-base64": "^2.0.1", "@smithy/util-body-length-browser": "^2.0.0", "@smithy/util-body-length-node": "^2.1.0", - "@smithy/util-defaults-mode-browser": "^2.0.16", - "@smithy/util-defaults-mode-node": "^2.0.21", - "@smithy/util-endpoints": "^1.0.2", - "@smithy/util-retry": "^2.0.5", - "@smithy/util-utf8": "^2.0.0", + "@smithy/util-defaults-mode-browser": "^2.0.19", + "@smithy/util-defaults-mode-node": "^2.0.25", + "@smithy/util-endpoints": "^1.0.4", + "@smithy/util-retry": "^2.0.6", + "@smithy/util-utf8": "^2.0.2", "tslib": "^2.5.0" }, "devDependencies": { diff --git a/clients/client-ivs-realtime/src/commands/CreateParticipantTokenCommand.ts b/clients/client-ivs-realtime/src/commands/CreateParticipantTokenCommand.ts index c55f6c9d4e09..42ed3f5e0260 100644 --- a/clients/client-ivs-realtime/src/commands/CreateParticipantTokenCommand.ts +++ b/clients/client-ivs-realtime/src/commands/CreateParticipantTokenCommand.ts @@ -113,9 +113,6 @@ export class CreateParticipantTokenCommand extends $Command< CreateParticipantTokenCommandOutput, IVSRealTimeClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -129,9 +126,7 @@ export class CreateParticipantTokenCommand extends $Command< * @public */ constructor(readonly input: CreateParticipantTokenCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -184,7 +179,4 @@ export class CreateParticipantTokenCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateParticipantTokenCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ivs-realtime/src/commands/CreateStageCommand.ts b/clients/client-ivs-realtime/src/commands/CreateStageCommand.ts index 3eccb79f69df..156890b08ce8 100644 --- a/clients/client-ivs-realtime/src/commands/CreateStageCommand.ts +++ b/clients/client-ivs-realtime/src/commands/CreateStageCommand.ts @@ -119,9 +119,6 @@ export class CreateStageCommand extends $Command< CreateStageCommandOutput, IVSRealTimeClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -135,9 +132,7 @@ export class CreateStageCommand extends $Command< * @public */ constructor(readonly input: CreateStageCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -188,7 +183,4 @@ export class CreateStageCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateStageCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ivs-realtime/src/commands/DeleteStageCommand.ts b/clients/client-ivs-realtime/src/commands/DeleteStageCommand.ts index 27d8a175a66f..fb72bfe6f0f9 100644 --- a/clients/client-ivs-realtime/src/commands/DeleteStageCommand.ts +++ b/clients/client-ivs-realtime/src/commands/DeleteStageCommand.ts @@ -83,9 +83,6 @@ export class DeleteStageCommand extends $Command< DeleteStageCommandOutput, IVSRealTimeClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -99,9 +96,7 @@ export class DeleteStageCommand extends $Command< * @public */ constructor(readonly input: DeleteStageCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -152,7 +147,4 @@ export class DeleteStageCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteStageCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ivs-realtime/src/commands/DisconnectParticipantCommand.ts b/clients/client-ivs-realtime/src/commands/DisconnectParticipantCommand.ts index 49cac960bd88..71df467a15d5 100644 --- a/clients/client-ivs-realtime/src/commands/DisconnectParticipantCommand.ts +++ b/clients/client-ivs-realtime/src/commands/DisconnectParticipantCommand.ts @@ -83,9 +83,6 @@ export class DisconnectParticipantCommand extends $Command< DisconnectParticipantCommandOutput, IVSRealTimeClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -99,9 +96,7 @@ export class DisconnectParticipantCommand extends $Command< * @public */ constructor(readonly input: DisconnectParticipantCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -154,7 +149,4 @@ export class DisconnectParticipantCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DisconnectParticipantCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ivs-realtime/src/commands/GetParticipantCommand.ts b/clients/client-ivs-realtime/src/commands/GetParticipantCommand.ts index ea82c781c68d..6c7b5371a1a0 100644 --- a/clients/client-ivs-realtime/src/commands/GetParticipantCommand.ts +++ b/clients/client-ivs-realtime/src/commands/GetParticipantCommand.ts @@ -96,9 +96,6 @@ export class GetParticipantCommand extends $Command< GetParticipantCommandOutput, IVSRealTimeClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -112,9 +109,7 @@ export class GetParticipantCommand extends $Command< * @public */ constructor(readonly input: GetParticipantCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -167,7 +162,4 @@ export class GetParticipantCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetParticipantCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ivs-realtime/src/commands/GetStageCommand.ts b/clients/client-ivs-realtime/src/commands/GetStageCommand.ts index 6a213301885c..347687b120a7 100644 --- a/clients/client-ivs-realtime/src/commands/GetStageCommand.ts +++ b/clients/client-ivs-realtime/src/commands/GetStageCommand.ts @@ -86,9 +86,6 @@ export class GetStageCommand extends $Command< GetStageCommandOutput, IVSRealTimeClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -102,9 +99,7 @@ export class GetStageCommand extends $Command< * @public */ constructor(readonly input: GetStageCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -155,7 +150,4 @@ export class GetStageCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetStageCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ivs-realtime/src/commands/GetStageSessionCommand.ts b/clients/client-ivs-realtime/src/commands/GetStageSessionCommand.ts index d2deaf2b8a1f..8c781ba69fbd 100644 --- a/clients/client-ivs-realtime/src/commands/GetStageSessionCommand.ts +++ b/clients/client-ivs-realtime/src/commands/GetStageSessionCommand.ts @@ -84,9 +84,6 @@ export class GetStageSessionCommand extends $Command< GetStageSessionCommandOutput, IVSRealTimeClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -100,9 +97,7 @@ export class GetStageSessionCommand extends $Command< * @public */ constructor(readonly input: GetStageSessionCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -155,7 +150,4 @@ export class GetStageSessionCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetStageSessionCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ivs-realtime/src/commands/ListParticipantEventsCommand.ts b/clients/client-ivs-realtime/src/commands/ListParticipantEventsCommand.ts index 7023e2e4deb1..c3c601b6a0ae 100644 --- a/clients/client-ivs-realtime/src/commands/ListParticipantEventsCommand.ts +++ b/clients/client-ivs-realtime/src/commands/ListParticipantEventsCommand.ts @@ -90,9 +90,6 @@ export class ListParticipantEventsCommand extends $Command< ListParticipantEventsCommandOutput, IVSRealTimeClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -106,9 +103,7 @@ export class ListParticipantEventsCommand extends $Command< * @public */ constructor(readonly input: ListParticipantEventsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -161,7 +156,4 @@ export class ListParticipantEventsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListParticipantEventsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ivs-realtime/src/commands/ListParticipantsCommand.ts b/clients/client-ivs-realtime/src/commands/ListParticipantsCommand.ts index 36743fd60812..8c629751a189 100644 --- a/clients/client-ivs-realtime/src/commands/ListParticipantsCommand.ts +++ b/clients/client-ivs-realtime/src/commands/ListParticipantsCommand.ts @@ -91,9 +91,6 @@ export class ListParticipantsCommand extends $Command< ListParticipantsCommandOutput, IVSRealTimeClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -107,9 +104,7 @@ export class ListParticipantsCommand extends $Command< * @public */ constructor(readonly input: ListParticipantsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -162,7 +157,4 @@ export class ListParticipantsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListParticipantsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ivs-realtime/src/commands/ListStageSessionsCommand.ts b/clients/client-ivs-realtime/src/commands/ListStageSessionsCommand.ts index cb06553d68fe..2c74037ef371 100644 --- a/clients/client-ivs-realtime/src/commands/ListStageSessionsCommand.ts +++ b/clients/client-ivs-realtime/src/commands/ListStageSessionsCommand.ts @@ -85,9 +85,6 @@ export class ListStageSessionsCommand extends $Command< ListStageSessionsCommandOutput, IVSRealTimeClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -101,9 +98,7 @@ export class ListStageSessionsCommand extends $Command< * @public */ constructor(readonly input: ListStageSessionsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -156,7 +151,4 @@ export class ListStageSessionsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListStageSessionsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ivs-realtime/src/commands/ListStagesCommand.ts b/clients/client-ivs-realtime/src/commands/ListStagesCommand.ts index 7b49c607835c..203d8e98ebbe 100644 --- a/clients/client-ivs-realtime/src/commands/ListStagesCommand.ts +++ b/clients/client-ivs-realtime/src/commands/ListStagesCommand.ts @@ -91,9 +91,6 @@ export class ListStagesCommand extends $Command< ListStagesCommandOutput, IVSRealTimeClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -107,9 +104,7 @@ export class ListStagesCommand extends $Command< * @public */ constructor(readonly input: ListStagesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -160,7 +155,4 @@ export class ListStagesCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListStagesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ivs-realtime/src/commands/ListTagsForResourceCommand.ts b/clients/client-ivs-realtime/src/commands/ListTagsForResourceCommand.ts index d98bd587a2d1..2ff41e70bde2 100644 --- a/clients/client-ivs-realtime/src/commands/ListTagsForResourceCommand.ts +++ b/clients/client-ivs-realtime/src/commands/ListTagsForResourceCommand.ts @@ -81,9 +81,6 @@ export class ListTagsForResourceCommand extends $Command< ListTagsForResourceCommandOutput, IVSRealTimeClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -97,9 +94,7 @@ export class ListTagsForResourceCommand extends $Command< * @public */ constructor(readonly input: ListTagsForResourceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -152,7 +147,4 @@ export class ListTagsForResourceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListTagsForResourceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ivs-realtime/src/commands/TagResourceCommand.ts b/clients/client-ivs-realtime/src/commands/TagResourceCommand.ts index fe4430b324f0..e2617990963f 100644 --- a/clients/client-ivs-realtime/src/commands/TagResourceCommand.ts +++ b/clients/client-ivs-realtime/src/commands/TagResourceCommand.ts @@ -80,9 +80,6 @@ export class TagResourceCommand extends $Command< TagResourceCommandOutput, IVSRealTimeClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -96,9 +93,7 @@ export class TagResourceCommand extends $Command< * @public */ constructor(readonly input: TagResourceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -149,7 +144,4 @@ export class TagResourceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_TagResourceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ivs-realtime/src/commands/UntagResourceCommand.ts b/clients/client-ivs-realtime/src/commands/UntagResourceCommand.ts index d621ce32fbb6..620e1ff0f54d 100644 --- a/clients/client-ivs-realtime/src/commands/UntagResourceCommand.ts +++ b/clients/client-ivs-realtime/src/commands/UntagResourceCommand.ts @@ -80,9 +80,6 @@ export class UntagResourceCommand extends $Command< UntagResourceCommandOutput, IVSRealTimeClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -96,9 +93,7 @@ export class UntagResourceCommand extends $Command< * @public */ constructor(readonly input: UntagResourceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -149,7 +144,4 @@ export class UntagResourceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UntagResourceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ivs-realtime/src/commands/UpdateStageCommand.ts b/clients/client-ivs-realtime/src/commands/UpdateStageCommand.ts index 20609e6a49cd..4390c364a456 100644 --- a/clients/client-ivs-realtime/src/commands/UpdateStageCommand.ts +++ b/clients/client-ivs-realtime/src/commands/UpdateStageCommand.ts @@ -93,9 +93,6 @@ export class UpdateStageCommand extends $Command< UpdateStageCommandOutput, IVSRealTimeClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -109,9 +106,7 @@ export class UpdateStageCommand extends $Command< * @public */ constructor(readonly input: UpdateStageCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -162,7 +157,4 @@ export class UpdateStageCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdateStageCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ivs/package.json b/clients/client-ivs/package.json index 7842b3c43950..d9be91363142 100644 --- a/clients/client-ivs/package.json +++ b/clients/client-ivs/package.json @@ -34,29 +34,29 @@ "@aws-sdk/util-endpoints": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@smithy/config-resolver": "^2.0.16", - "@smithy/fetch-http-handler": "^2.2.4", - "@smithy/hash-node": "^2.0.12", - "@smithy/invalid-dependency": "^2.0.12", - "@smithy/middleware-content-length": "^2.0.14", - "@smithy/middleware-endpoint": "^2.1.3", - "@smithy/middleware-retry": "^2.0.18", - "@smithy/middleware-serde": "^2.0.12", - "@smithy/middleware-stack": "^2.0.6", - "@smithy/node-config-provider": "^2.1.3", - "@smithy/node-http-handler": "^2.1.8", - "@smithy/protocol-http": "^3.0.8", - "@smithy/smithy-client": "^2.1.12", - "@smithy/types": "^2.4.0", - "@smithy/url-parser": "^2.0.12", - "@smithy/util-base64": "^2.0.0", + "@smithy/config-resolver": "^2.0.18", + "@smithy/fetch-http-handler": "^2.2.6", + "@smithy/hash-node": "^2.0.15", + "@smithy/invalid-dependency": "^2.0.13", + "@smithy/middleware-content-length": "^2.0.15", + "@smithy/middleware-endpoint": "^2.2.0", + "@smithy/middleware-retry": "^2.0.20", + "@smithy/middleware-serde": "^2.0.13", + "@smithy/middleware-stack": "^2.0.7", + "@smithy/node-config-provider": "^2.1.5", + "@smithy/node-http-handler": "^2.1.9", + "@smithy/protocol-http": "^3.0.9", + "@smithy/smithy-client": "^2.1.15", + "@smithy/types": "^2.5.0", + "@smithy/url-parser": "^2.0.13", + "@smithy/util-base64": "^2.0.1", "@smithy/util-body-length-browser": "^2.0.0", "@smithy/util-body-length-node": "^2.1.0", - "@smithy/util-defaults-mode-browser": "^2.0.16", - "@smithy/util-defaults-mode-node": "^2.0.21", - "@smithy/util-endpoints": "^1.0.2", - "@smithy/util-retry": "^2.0.5", - "@smithy/util-utf8": "^2.0.0", + "@smithy/util-defaults-mode-browser": "^2.0.19", + "@smithy/util-defaults-mode-node": "^2.0.25", + "@smithy/util-endpoints": "^1.0.4", + "@smithy/util-retry": "^2.0.6", + "@smithy/util-utf8": "^2.0.2", "tslib": "^2.5.0" }, "devDependencies": { diff --git a/clients/client-ivs/src/commands/BatchGetChannelCommand.ts b/clients/client-ivs/src/commands/BatchGetChannelCommand.ts index 4e8f95ffe9a7..cbad9f831ddd 100644 --- a/clients/client-ivs/src/commands/BatchGetChannelCommand.ts +++ b/clients/client-ivs/src/commands/BatchGetChannelCommand.ts @@ -95,9 +95,6 @@ export class BatchGetChannelCommand extends $Command< BatchGetChannelCommandOutput, IvsClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -111,9 +108,7 @@ export class BatchGetChannelCommand extends $Command< * @public */ constructor(readonly input: BatchGetChannelCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -166,7 +161,4 @@ export class BatchGetChannelCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_BatchGetChannelCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ivs/src/commands/BatchGetStreamKeyCommand.ts b/clients/client-ivs/src/commands/BatchGetStreamKeyCommand.ts index bb6f578d5381..7195855e810c 100644 --- a/clients/client-ivs/src/commands/BatchGetStreamKeyCommand.ts +++ b/clients/client-ivs/src/commands/BatchGetStreamKeyCommand.ts @@ -92,9 +92,6 @@ export class BatchGetStreamKeyCommand extends $Command< BatchGetStreamKeyCommandOutput, IvsClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -108,9 +105,7 @@ export class BatchGetStreamKeyCommand extends $Command< * @public */ constructor(readonly input: BatchGetStreamKeyCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -163,7 +158,4 @@ export class BatchGetStreamKeyCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_BatchGetStreamKeyCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ivs/src/commands/BatchStartViewerSessionRevocationCommand.ts b/clients/client-ivs/src/commands/BatchStartViewerSessionRevocationCommand.ts index 3a560ec39e90..dcb8111a0d60 100644 --- a/clients/client-ivs/src/commands/BatchStartViewerSessionRevocationCommand.ts +++ b/clients/client-ivs/src/commands/BatchStartViewerSessionRevocationCommand.ts @@ -104,9 +104,6 @@ export class BatchStartViewerSessionRevocationCommand extends $Command< BatchStartViewerSessionRevocationCommandOutput, IvsClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -120,9 +117,7 @@ export class BatchStartViewerSessionRevocationCommand extends $Command< * @public */ constructor(readonly input: BatchStartViewerSessionRevocationCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -181,7 +176,4 @@ export class BatchStartViewerSessionRevocationCommand extends $Command< ): Promise { return de_BatchStartViewerSessionRevocationCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ivs/src/commands/CreateChannelCommand.ts b/clients/client-ivs/src/commands/CreateChannelCommand.ts index 1d7dc7156311..42b47cb52643 100644 --- a/clients/client-ivs/src/commands/CreateChannelCommand.ts +++ b/clients/client-ivs/src/commands/CreateChannelCommand.ts @@ -120,9 +120,6 @@ export class CreateChannelCommand extends $Command< CreateChannelCommandOutput, IvsClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -136,9 +133,7 @@ export class CreateChannelCommand extends $Command< * @public */ constructor(readonly input: CreateChannelCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -189,7 +184,4 @@ export class CreateChannelCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateChannelCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ivs/src/commands/CreateRecordingConfigurationCommand.ts b/clients/client-ivs/src/commands/CreateRecordingConfigurationCommand.ts index 312e10c49322..b8f12060668d 100644 --- a/clients/client-ivs/src/commands/CreateRecordingConfigurationCommand.ts +++ b/clients/client-ivs/src/commands/CreateRecordingConfigurationCommand.ts @@ -154,9 +154,6 @@ export class CreateRecordingConfigurationCommand extends $Command< CreateRecordingConfigurationCommandOutput, IvsClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -170,9 +167,7 @@ export class CreateRecordingConfigurationCommand extends $Command< * @public */ constructor(readonly input: CreateRecordingConfigurationCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -228,7 +223,4 @@ export class CreateRecordingConfigurationCommand extends $Command< ): Promise { return de_CreateRecordingConfigurationCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ivs/src/commands/CreateStreamKeyCommand.ts b/clients/client-ivs/src/commands/CreateStreamKeyCommand.ts index b14190d11b5d..c01e8772891f 100644 --- a/clients/client-ivs/src/commands/CreateStreamKeyCommand.ts +++ b/clients/client-ivs/src/commands/CreateStreamKeyCommand.ts @@ -102,9 +102,6 @@ export class CreateStreamKeyCommand extends $Command< CreateStreamKeyCommandOutput, IvsClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -118,9 +115,7 @@ export class CreateStreamKeyCommand extends $Command< * @public */ constructor(readonly input: CreateStreamKeyCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -173,7 +168,4 @@ export class CreateStreamKeyCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateStreamKeyCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ivs/src/commands/DeleteChannelCommand.ts b/clients/client-ivs/src/commands/DeleteChannelCommand.ts index facdc0c8d3bf..d9831f729262 100644 --- a/clients/client-ivs/src/commands/DeleteChannelCommand.ts +++ b/clients/client-ivs/src/commands/DeleteChannelCommand.ts @@ -88,9 +88,6 @@ export class DeleteChannelCommand extends $Command< DeleteChannelCommandOutput, IvsClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -104,9 +101,7 @@ export class DeleteChannelCommand extends $Command< * @public */ constructor(readonly input: DeleteChannelCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -157,7 +152,4 @@ export class DeleteChannelCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteChannelCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ivs/src/commands/DeletePlaybackKeyPairCommand.ts b/clients/client-ivs/src/commands/DeletePlaybackKeyPairCommand.ts index c566474ee6a5..e78861042a65 100644 --- a/clients/client-ivs/src/commands/DeletePlaybackKeyPairCommand.ts +++ b/clients/client-ivs/src/commands/DeletePlaybackKeyPairCommand.ts @@ -82,9 +82,6 @@ export class DeletePlaybackKeyPairCommand extends $Command< DeletePlaybackKeyPairCommandOutput, IvsClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -98,9 +95,7 @@ export class DeletePlaybackKeyPairCommand extends $Command< * @public */ constructor(readonly input: DeletePlaybackKeyPairCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -153,7 +148,4 @@ export class DeletePlaybackKeyPairCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeletePlaybackKeyPairCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ivs/src/commands/DeleteRecordingConfigurationCommand.ts b/clients/client-ivs/src/commands/DeleteRecordingConfigurationCommand.ts index 8e642d3021e5..20c71ebba004 100644 --- a/clients/client-ivs/src/commands/DeleteRecordingConfigurationCommand.ts +++ b/clients/client-ivs/src/commands/DeleteRecordingConfigurationCommand.ts @@ -91,9 +91,6 @@ export class DeleteRecordingConfigurationCommand extends $Command< DeleteRecordingConfigurationCommandOutput, IvsClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -107,9 +104,7 @@ export class DeleteRecordingConfigurationCommand extends $Command< * @public */ constructor(readonly input: DeleteRecordingConfigurationCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -165,7 +160,4 @@ export class DeleteRecordingConfigurationCommand extends $Command< ): Promise { return de_DeleteRecordingConfigurationCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ivs/src/commands/DeleteStreamKeyCommand.ts b/clients/client-ivs/src/commands/DeleteStreamKeyCommand.ts index e8fd6a4c3e6a..0de96273781e 100644 --- a/clients/client-ivs/src/commands/DeleteStreamKeyCommand.ts +++ b/clients/client-ivs/src/commands/DeleteStreamKeyCommand.ts @@ -81,9 +81,6 @@ export class DeleteStreamKeyCommand extends $Command< DeleteStreamKeyCommandOutput, IvsClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -97,9 +94,7 @@ export class DeleteStreamKeyCommand extends $Command< * @public */ constructor(readonly input: DeleteStreamKeyCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -152,7 +147,4 @@ export class DeleteStreamKeyCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteStreamKeyCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ivs/src/commands/GetChannelCommand.ts b/clients/client-ivs/src/commands/GetChannelCommand.ts index 85dd1ee6bedb..2acf7073fda0 100644 --- a/clients/client-ivs/src/commands/GetChannelCommand.ts +++ b/clients/client-ivs/src/commands/GetChannelCommand.ts @@ -93,9 +93,6 @@ export class GetChannelCommand extends $Command< GetChannelCommandOutput, IvsClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -109,9 +106,7 @@ export class GetChannelCommand extends $Command< * @public */ constructor(readonly input: GetChannelCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -162,7 +157,4 @@ export class GetChannelCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetChannelCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ivs/src/commands/GetPlaybackKeyPairCommand.ts b/clients/client-ivs/src/commands/GetPlaybackKeyPairCommand.ts index 94e13ebbf749..8bc99b6572b5 100644 --- a/clients/client-ivs/src/commands/GetPlaybackKeyPairCommand.ts +++ b/clients/client-ivs/src/commands/GetPlaybackKeyPairCommand.ts @@ -90,9 +90,6 @@ export class GetPlaybackKeyPairCommand extends $Command< GetPlaybackKeyPairCommandOutput, IvsClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -106,9 +103,7 @@ export class GetPlaybackKeyPairCommand extends $Command< * @public */ constructor(readonly input: GetPlaybackKeyPairCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -161,7 +156,4 @@ export class GetPlaybackKeyPairCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetPlaybackKeyPairCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ivs/src/commands/GetRecordingConfigurationCommand.ts b/clients/client-ivs/src/commands/GetRecordingConfigurationCommand.ts index 1ddaa3f4fa02..58f61dcdd283 100644 --- a/clients/client-ivs/src/commands/GetRecordingConfigurationCommand.ts +++ b/clients/client-ivs/src/commands/GetRecordingConfigurationCommand.ts @@ -109,9 +109,6 @@ export class GetRecordingConfigurationCommand extends $Command< GetRecordingConfigurationCommandOutput, IvsClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -125,9 +122,7 @@ export class GetRecordingConfigurationCommand extends $Command< * @public */ constructor(readonly input: GetRecordingConfigurationCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -183,7 +178,4 @@ export class GetRecordingConfigurationCommand extends $Command< ): Promise { return de_GetRecordingConfigurationCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ivs/src/commands/GetStreamCommand.ts b/clients/client-ivs/src/commands/GetStreamCommand.ts index 62558fbe0de2..4d30d278b9bd 100644 --- a/clients/client-ivs/src/commands/GetStreamCommand.ts +++ b/clients/client-ivs/src/commands/GetStreamCommand.ts @@ -86,9 +86,6 @@ export interface GetStreamCommandOutput extends GetStreamResponse, __MetadataBea * */ export class GetStreamCommand extends $Command { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -102,9 +99,7 @@ export class GetStreamCommand extends $Command { return de_GetStreamCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ivs/src/commands/GetStreamKeyCommand.ts b/clients/client-ivs/src/commands/GetStreamKeyCommand.ts index 6a3b58c0d031..927861797fd7 100644 --- a/clients/client-ivs/src/commands/GetStreamKeyCommand.ts +++ b/clients/client-ivs/src/commands/GetStreamKeyCommand.ts @@ -86,9 +86,6 @@ export class GetStreamKeyCommand extends $Command< GetStreamKeyCommandOutput, IvsClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -102,9 +99,7 @@ export class GetStreamKeyCommand extends $Command< * @public */ constructor(readonly input: GetStreamKeyCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -155,7 +150,4 @@ export class GetStreamKeyCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetStreamKeyCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ivs/src/commands/GetStreamSessionCommand.ts b/clients/client-ivs/src/commands/GetStreamSessionCommand.ts index 67ffad831ed0..df41531c5c4c 100644 --- a/clients/client-ivs/src/commands/GetStreamSessionCommand.ts +++ b/clients/client-ivs/src/commands/GetStreamSessionCommand.ts @@ -152,9 +152,6 @@ export class GetStreamSessionCommand extends $Command< GetStreamSessionCommandOutput, IvsClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -168,9 +165,7 @@ export class GetStreamSessionCommand extends $Command< * @public */ constructor(readonly input: GetStreamSessionCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -223,7 +218,4 @@ export class GetStreamSessionCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetStreamSessionCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ivs/src/commands/ImportPlaybackKeyPairCommand.ts b/clients/client-ivs/src/commands/ImportPlaybackKeyPairCommand.ts index a329ab1b5050..d25846e22264 100644 --- a/clients/client-ivs/src/commands/ImportPlaybackKeyPairCommand.ts +++ b/clients/client-ivs/src/commands/ImportPlaybackKeyPairCommand.ts @@ -100,9 +100,6 @@ export class ImportPlaybackKeyPairCommand extends $Command< ImportPlaybackKeyPairCommandOutput, IvsClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -116,9 +113,7 @@ export class ImportPlaybackKeyPairCommand extends $Command< * @public */ constructor(readonly input: ImportPlaybackKeyPairCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -171,7 +166,4 @@ export class ImportPlaybackKeyPairCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ImportPlaybackKeyPairCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ivs/src/commands/ListChannelsCommand.ts b/clients/client-ivs/src/commands/ListChannelsCommand.ts index dc0ef4e5c217..8b33d4ecfd0f 100644 --- a/clients/client-ivs/src/commands/ListChannelsCommand.ts +++ b/clients/client-ivs/src/commands/ListChannelsCommand.ts @@ -100,9 +100,6 @@ export class ListChannelsCommand extends $Command< ListChannelsCommandOutput, IvsClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -116,9 +113,7 @@ export class ListChannelsCommand extends $Command< * @public */ constructor(readonly input: ListChannelsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -169,7 +164,4 @@ export class ListChannelsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListChannelsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ivs/src/commands/ListPlaybackKeyPairsCommand.ts b/clients/client-ivs/src/commands/ListPlaybackKeyPairsCommand.ts index bf0852553317..92e5d802e422 100644 --- a/clients/client-ivs/src/commands/ListPlaybackKeyPairsCommand.ts +++ b/clients/client-ivs/src/commands/ListPlaybackKeyPairsCommand.ts @@ -87,9 +87,6 @@ export class ListPlaybackKeyPairsCommand extends $Command< ListPlaybackKeyPairsCommandOutput, IvsClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -103,9 +100,7 @@ export class ListPlaybackKeyPairsCommand extends $Command< * @public */ constructor(readonly input: ListPlaybackKeyPairsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -158,7 +153,4 @@ export class ListPlaybackKeyPairsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListPlaybackKeyPairsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ivs/src/commands/ListRecordingConfigurationsCommand.ts b/clients/client-ivs/src/commands/ListRecordingConfigurationsCommand.ts index 4948c46fe4cd..b4a92d776980 100644 --- a/clients/client-ivs/src/commands/ListRecordingConfigurationsCommand.ts +++ b/clients/client-ivs/src/commands/ListRecordingConfigurationsCommand.ts @@ -101,9 +101,6 @@ export class ListRecordingConfigurationsCommand extends $Command< ListRecordingConfigurationsCommandOutput, IvsClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -117,9 +114,7 @@ export class ListRecordingConfigurationsCommand extends $Command< * @public */ constructor(readonly input: ListRecordingConfigurationsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -175,7 +170,4 @@ export class ListRecordingConfigurationsCommand extends $Command< ): Promise { return de_ListRecordingConfigurationsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ivs/src/commands/ListStreamKeysCommand.ts b/clients/client-ivs/src/commands/ListStreamKeysCommand.ts index 6e65a694b795..e1236df50ad7 100644 --- a/clients/client-ivs/src/commands/ListStreamKeysCommand.ts +++ b/clients/client-ivs/src/commands/ListStreamKeysCommand.ts @@ -90,9 +90,6 @@ export class ListStreamKeysCommand extends $Command< ListStreamKeysCommandOutput, IvsClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -106,9 +103,7 @@ export class ListStreamKeysCommand extends $Command< * @public */ constructor(readonly input: ListStreamKeysCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -161,7 +156,4 @@ export class ListStreamKeysCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListStreamKeysCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ivs/src/commands/ListStreamSessionsCommand.ts b/clients/client-ivs/src/commands/ListStreamSessionsCommand.ts index 77b2470dd9db..292eb9714efb 100644 --- a/clients/client-ivs/src/commands/ListStreamSessionsCommand.ts +++ b/clients/client-ivs/src/commands/ListStreamSessionsCommand.ts @@ -90,9 +90,6 @@ export class ListStreamSessionsCommand extends $Command< ListStreamSessionsCommandOutput, IvsClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -106,9 +103,7 @@ export class ListStreamSessionsCommand extends $Command< * @public */ constructor(readonly input: ListStreamSessionsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -161,7 +156,4 @@ export class ListStreamSessionsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListStreamSessionsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ivs/src/commands/ListStreamsCommand.ts b/clients/client-ivs/src/commands/ListStreamsCommand.ts index 2dd01d15d750..5830606135b7 100644 --- a/clients/client-ivs/src/commands/ListStreamsCommand.ts +++ b/clients/client-ivs/src/commands/ListStreamsCommand.ts @@ -91,9 +91,6 @@ export class ListStreamsCommand extends $Command< ListStreamsCommandOutput, IvsClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -107,9 +104,7 @@ export class ListStreamsCommand extends $Command< * @public */ constructor(readonly input: ListStreamsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -160,7 +155,4 @@ export class ListStreamsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListStreamsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ivs/src/commands/ListTagsForResourceCommand.ts b/clients/client-ivs/src/commands/ListTagsForResourceCommand.ts index 0ca5dc25b5e6..77c61c855a6b 100644 --- a/clients/client-ivs/src/commands/ListTagsForResourceCommand.ts +++ b/clients/client-ivs/src/commands/ListTagsForResourceCommand.ts @@ -81,9 +81,6 @@ export class ListTagsForResourceCommand extends $Command< ListTagsForResourceCommandOutput, IvsClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -97,9 +94,7 @@ export class ListTagsForResourceCommand extends $Command< * @public */ constructor(readonly input: ListTagsForResourceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -152,7 +147,4 @@ export class ListTagsForResourceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListTagsForResourceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ivs/src/commands/PutMetadataCommand.ts b/clients/client-ivs/src/commands/PutMetadataCommand.ts index d294c461a529..e445807d4cf5 100644 --- a/clients/client-ivs/src/commands/PutMetadataCommand.ts +++ b/clients/client-ivs/src/commands/PutMetadataCommand.ts @@ -88,9 +88,6 @@ export class PutMetadataCommand extends $Command< PutMetadataCommandOutput, IvsClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -104,9 +101,7 @@ export class PutMetadataCommand extends $Command< * @public */ constructor(readonly input: PutMetadataCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -157,7 +152,4 @@ export class PutMetadataCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_PutMetadataCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ivs/src/commands/StartViewerSessionRevocationCommand.ts b/clients/client-ivs/src/commands/StartViewerSessionRevocationCommand.ts index 9d475581dfb7..ce1b43a54ba6 100644 --- a/clients/client-ivs/src/commands/StartViewerSessionRevocationCommand.ts +++ b/clients/client-ivs/src/commands/StartViewerSessionRevocationCommand.ts @@ -97,9 +97,6 @@ export class StartViewerSessionRevocationCommand extends $Command< StartViewerSessionRevocationCommandOutput, IvsClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -113,9 +110,7 @@ export class StartViewerSessionRevocationCommand extends $Command< * @public */ constructor(readonly input: StartViewerSessionRevocationCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -171,7 +166,4 @@ export class StartViewerSessionRevocationCommand extends $Command< ): Promise { return de_StartViewerSessionRevocationCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ivs/src/commands/StopStreamCommand.ts b/clients/client-ivs/src/commands/StopStreamCommand.ts index 7a56436cf557..80d9d48f07a5 100644 --- a/clients/client-ivs/src/commands/StopStreamCommand.ts +++ b/clients/client-ivs/src/commands/StopStreamCommand.ts @@ -90,9 +90,6 @@ export class StopStreamCommand extends $Command< StopStreamCommandOutput, IvsClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -106,9 +103,7 @@ export class StopStreamCommand extends $Command< * @public */ constructor(readonly input: StopStreamCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -159,7 +154,4 @@ export class StopStreamCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_StopStreamCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ivs/src/commands/TagResourceCommand.ts b/clients/client-ivs/src/commands/TagResourceCommand.ts index 79c372c87f8c..cd9cc3811db6 100644 --- a/clients/client-ivs/src/commands/TagResourceCommand.ts +++ b/clients/client-ivs/src/commands/TagResourceCommand.ts @@ -80,9 +80,6 @@ export class TagResourceCommand extends $Command< TagResourceCommandOutput, IvsClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -96,9 +93,7 @@ export class TagResourceCommand extends $Command< * @public */ constructor(readonly input: TagResourceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -149,7 +144,4 @@ export class TagResourceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_TagResourceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ivs/src/commands/UntagResourceCommand.ts b/clients/client-ivs/src/commands/UntagResourceCommand.ts index deefeae234da..059c5daf1d73 100644 --- a/clients/client-ivs/src/commands/UntagResourceCommand.ts +++ b/clients/client-ivs/src/commands/UntagResourceCommand.ts @@ -80,9 +80,6 @@ export class UntagResourceCommand extends $Command< UntagResourceCommandOutput, IvsClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -96,9 +93,7 @@ export class UntagResourceCommand extends $Command< * @public */ constructor(readonly input: UntagResourceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -149,7 +144,4 @@ export class UntagResourceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UntagResourceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ivs/src/commands/UpdateChannelCommand.ts b/clients/client-ivs/src/commands/UpdateChannelCommand.ts index 9228f1b944b3..68704d5624bb 100644 --- a/clients/client-ivs/src/commands/UpdateChannelCommand.ts +++ b/clients/client-ivs/src/commands/UpdateChannelCommand.ts @@ -108,9 +108,6 @@ export class UpdateChannelCommand extends $Command< UpdateChannelCommandOutput, IvsClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -124,9 +121,7 @@ export class UpdateChannelCommand extends $Command< * @public */ constructor(readonly input: UpdateChannelCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -177,7 +172,4 @@ export class UpdateChannelCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdateChannelCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ivschat/package.json b/clients/client-ivschat/package.json index 786345adddb9..977e838ca6b3 100644 --- a/clients/client-ivschat/package.json +++ b/clients/client-ivschat/package.json @@ -34,29 +34,29 @@ "@aws-sdk/util-endpoints": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@smithy/config-resolver": "^2.0.16", - "@smithy/fetch-http-handler": "^2.2.4", - "@smithy/hash-node": "^2.0.12", - "@smithy/invalid-dependency": "^2.0.12", - "@smithy/middleware-content-length": "^2.0.14", - "@smithy/middleware-endpoint": "^2.1.3", - "@smithy/middleware-retry": "^2.0.18", - "@smithy/middleware-serde": "^2.0.12", - "@smithy/middleware-stack": "^2.0.6", - "@smithy/node-config-provider": "^2.1.3", - "@smithy/node-http-handler": "^2.1.8", - "@smithy/protocol-http": "^3.0.8", - "@smithy/smithy-client": "^2.1.12", - "@smithy/types": "^2.4.0", - "@smithy/url-parser": "^2.0.12", - "@smithy/util-base64": "^2.0.0", + "@smithy/config-resolver": "^2.0.18", + "@smithy/fetch-http-handler": "^2.2.6", + "@smithy/hash-node": "^2.0.15", + "@smithy/invalid-dependency": "^2.0.13", + "@smithy/middleware-content-length": "^2.0.15", + "@smithy/middleware-endpoint": "^2.2.0", + "@smithy/middleware-retry": "^2.0.20", + "@smithy/middleware-serde": "^2.0.13", + "@smithy/middleware-stack": "^2.0.7", + "@smithy/node-config-provider": "^2.1.5", + "@smithy/node-http-handler": "^2.1.9", + "@smithy/protocol-http": "^3.0.9", + "@smithy/smithy-client": "^2.1.15", + "@smithy/types": "^2.5.0", + "@smithy/url-parser": "^2.0.13", + "@smithy/util-base64": "^2.0.1", "@smithy/util-body-length-browser": "^2.0.0", "@smithy/util-body-length-node": "^2.1.0", - "@smithy/util-defaults-mode-browser": "^2.0.16", - "@smithy/util-defaults-mode-node": "^2.0.21", - "@smithy/util-endpoints": "^1.0.2", - "@smithy/util-retry": "^2.0.5", - "@smithy/util-utf8": "^2.0.0", + "@smithy/util-defaults-mode-browser": "^2.0.19", + "@smithy/util-defaults-mode-node": "^2.0.25", + "@smithy/util-endpoints": "^1.0.4", + "@smithy/util-retry": "^2.0.6", + "@smithy/util-utf8": "^2.0.2", "tslib": "^2.5.0" }, "devDependencies": { diff --git a/clients/client-ivschat/src/commands/CreateChatTokenCommand.ts b/clients/client-ivschat/src/commands/CreateChatTokenCommand.ts index 0d44a815adc5..20405f89f7a4 100644 --- a/clients/client-ivschat/src/commands/CreateChatTokenCommand.ts +++ b/clients/client-ivschat/src/commands/CreateChatTokenCommand.ts @@ -103,9 +103,6 @@ export class CreateChatTokenCommand extends $Command< CreateChatTokenCommandOutput, IvschatClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -119,9 +116,7 @@ export class CreateChatTokenCommand extends $Command< * @public */ constructor(readonly input: CreateChatTokenCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -174,7 +169,4 @@ export class CreateChatTokenCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateChatTokenCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ivschat/src/commands/CreateLoggingConfigurationCommand.ts b/clients/client-ivschat/src/commands/CreateLoggingConfigurationCommand.ts index 02caf7324c6e..df539ff41e9f 100644 --- a/clients/client-ivschat/src/commands/CreateLoggingConfigurationCommand.ts +++ b/clients/client-ivschat/src/commands/CreateLoggingConfigurationCommand.ts @@ -122,9 +122,6 @@ export class CreateLoggingConfigurationCommand extends $Command< CreateLoggingConfigurationCommandOutput, IvschatClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -138,9 +135,7 @@ export class CreateLoggingConfigurationCommand extends $Command< * @public */ constructor(readonly input: CreateLoggingConfigurationCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -196,7 +191,4 @@ export class CreateLoggingConfigurationCommand extends $Command< ): Promise { return de_CreateLoggingConfigurationCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ivschat/src/commands/CreateRoomCommand.ts b/clients/client-ivschat/src/commands/CreateRoomCommand.ts index 47640f41867a..7a563d82e697 100644 --- a/clients/client-ivschat/src/commands/CreateRoomCommand.ts +++ b/clients/client-ivschat/src/commands/CreateRoomCommand.ts @@ -116,9 +116,6 @@ export class CreateRoomCommand extends $Command< CreateRoomCommandOutput, IvschatClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -132,9 +129,7 @@ export class CreateRoomCommand extends $Command< * @public */ constructor(readonly input: CreateRoomCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -185,7 +180,4 @@ export class CreateRoomCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateRoomCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ivschat/src/commands/DeleteLoggingConfigurationCommand.ts b/clients/client-ivschat/src/commands/DeleteLoggingConfigurationCommand.ts index cae4e4b737ef..a9d67a8032e2 100644 --- a/clients/client-ivschat/src/commands/DeleteLoggingConfigurationCommand.ts +++ b/clients/client-ivschat/src/commands/DeleteLoggingConfigurationCommand.ts @@ -83,9 +83,6 @@ export class DeleteLoggingConfigurationCommand extends $Command< DeleteLoggingConfigurationCommandOutput, IvschatClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -99,9 +96,7 @@ export class DeleteLoggingConfigurationCommand extends $Command< * @public */ constructor(readonly input: DeleteLoggingConfigurationCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -157,7 +152,4 @@ export class DeleteLoggingConfigurationCommand extends $Command< ): Promise { return de_DeleteLoggingConfigurationCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ivschat/src/commands/DeleteMessageCommand.ts b/clients/client-ivschat/src/commands/DeleteMessageCommand.ts index b6610016dc9f..5521267b2413 100644 --- a/clients/client-ivschat/src/commands/DeleteMessageCommand.ts +++ b/clients/client-ivschat/src/commands/DeleteMessageCommand.ts @@ -90,9 +90,6 @@ export class DeleteMessageCommand extends $Command< DeleteMessageCommandOutput, IvschatClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -106,9 +103,7 @@ export class DeleteMessageCommand extends $Command< * @public */ constructor(readonly input: DeleteMessageCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -159,7 +154,4 @@ export class DeleteMessageCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteMessageCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ivschat/src/commands/DeleteRoomCommand.ts b/clients/client-ivschat/src/commands/DeleteRoomCommand.ts index 9a60ade75179..8f3a2311b471 100644 --- a/clients/client-ivschat/src/commands/DeleteRoomCommand.ts +++ b/clients/client-ivschat/src/commands/DeleteRoomCommand.ts @@ -80,9 +80,6 @@ export class DeleteRoomCommand extends $Command< DeleteRoomCommandOutput, IvschatClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -96,9 +93,7 @@ export class DeleteRoomCommand extends $Command< * @public */ constructor(readonly input: DeleteRoomCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -149,7 +144,4 @@ export class DeleteRoomCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteRoomCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ivschat/src/commands/DisconnectUserCommand.ts b/clients/client-ivschat/src/commands/DisconnectUserCommand.ts index 7804894c89c8..856199a02d7e 100644 --- a/clients/client-ivschat/src/commands/DisconnectUserCommand.ts +++ b/clients/client-ivschat/src/commands/DisconnectUserCommand.ts @@ -87,9 +87,6 @@ export class DisconnectUserCommand extends $Command< DisconnectUserCommandOutput, IvschatClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -103,9 +100,7 @@ export class DisconnectUserCommand extends $Command< * @public */ constructor(readonly input: DisconnectUserCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -158,7 +153,4 @@ export class DisconnectUserCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DisconnectUserCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ivschat/src/commands/GetLoggingConfigurationCommand.ts b/clients/client-ivschat/src/commands/GetLoggingConfigurationCommand.ts index 26bee287bbc9..6130f430a4e1 100644 --- a/clients/client-ivschat/src/commands/GetLoggingConfigurationCommand.ts +++ b/clients/client-ivschat/src/commands/GetLoggingConfigurationCommand.ts @@ -98,9 +98,6 @@ export class GetLoggingConfigurationCommand extends $Command< GetLoggingConfigurationCommandOutput, IvschatClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -114,9 +111,7 @@ export class GetLoggingConfigurationCommand extends $Command< * @public */ constructor(readonly input: GetLoggingConfigurationCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -169,7 +164,4 @@ export class GetLoggingConfigurationCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetLoggingConfigurationCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ivschat/src/commands/GetRoomCommand.ts b/clients/client-ivschat/src/commands/GetRoomCommand.ts index 47f20f1cdaac..72a9214b0d20 100644 --- a/clients/client-ivschat/src/commands/GetRoomCommand.ts +++ b/clients/client-ivschat/src/commands/GetRoomCommand.ts @@ -91,9 +91,6 @@ export interface GetRoomCommandOutput extends GetRoomResponse, __MetadataBearer * */ export class GetRoomCommand extends $Command { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -107,9 +104,7 @@ export class GetRoomCommand extends $Command { return de_GetRoomCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ivschat/src/commands/ListLoggingConfigurationsCommand.ts b/clients/client-ivschat/src/commands/ListLoggingConfigurationsCommand.ts index df861d3625ce..2ce5da49e0ce 100644 --- a/clients/client-ivschat/src/commands/ListLoggingConfigurationsCommand.ts +++ b/clients/client-ivschat/src/commands/ListLoggingConfigurationsCommand.ts @@ -102,9 +102,6 @@ export class ListLoggingConfigurationsCommand extends $Command< ListLoggingConfigurationsCommandOutput, IvschatClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -118,9 +115,7 @@ export class ListLoggingConfigurationsCommand extends $Command< * @public */ constructor(readonly input: ListLoggingConfigurationsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -176,7 +171,4 @@ export class ListLoggingConfigurationsCommand extends $Command< ): Promise { return de_ListLoggingConfigurationsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ivschat/src/commands/ListRoomsCommand.ts b/clients/client-ivschat/src/commands/ListRoomsCommand.ts index 584c9c1f6eef..ef0f902f9cd6 100644 --- a/clients/client-ivschat/src/commands/ListRoomsCommand.ts +++ b/clients/client-ivschat/src/commands/ListRoomsCommand.ts @@ -103,9 +103,6 @@ export class ListRoomsCommand extends $Command< ListRoomsCommandOutput, IvschatClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -119,9 +116,7 @@ export class ListRoomsCommand extends $Command< * @public */ constructor(readonly input: ListRoomsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -172,7 +167,4 @@ export class ListRoomsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListRoomsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ivschat/src/commands/ListTagsForResourceCommand.ts b/clients/client-ivschat/src/commands/ListTagsForResourceCommand.ts index 13c48360f765..7c49085e9259 100644 --- a/clients/client-ivschat/src/commands/ListTagsForResourceCommand.ts +++ b/clients/client-ivschat/src/commands/ListTagsForResourceCommand.ts @@ -81,9 +81,6 @@ export class ListTagsForResourceCommand extends $Command< ListTagsForResourceCommandOutput, IvschatClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -97,9 +94,7 @@ export class ListTagsForResourceCommand extends $Command< * @public */ constructor(readonly input: ListTagsForResourceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -152,7 +147,4 @@ export class ListTagsForResourceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListTagsForResourceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ivschat/src/commands/SendEventCommand.ts b/clients/client-ivschat/src/commands/SendEventCommand.ts index 4e7be8e613c9..d2df12df513c 100644 --- a/clients/client-ivschat/src/commands/SendEventCommand.ts +++ b/clients/client-ivschat/src/commands/SendEventCommand.ts @@ -91,9 +91,6 @@ export class SendEventCommand extends $Command< SendEventCommandOutput, IvschatClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -107,9 +104,7 @@ export class SendEventCommand extends $Command< * @public */ constructor(readonly input: SendEventCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -160,7 +155,4 @@ export class SendEventCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_SendEventCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ivschat/src/commands/TagResourceCommand.ts b/clients/client-ivschat/src/commands/TagResourceCommand.ts index 90640cde912f..aae4adb62b39 100644 --- a/clients/client-ivschat/src/commands/TagResourceCommand.ts +++ b/clients/client-ivschat/src/commands/TagResourceCommand.ts @@ -80,9 +80,6 @@ export class TagResourceCommand extends $Command< TagResourceCommandOutput, IvschatClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -96,9 +93,7 @@ export class TagResourceCommand extends $Command< * @public */ constructor(readonly input: TagResourceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -149,7 +144,4 @@ export class TagResourceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_TagResourceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ivschat/src/commands/UntagResourceCommand.ts b/clients/client-ivschat/src/commands/UntagResourceCommand.ts index 952ad50d95c8..2724efee214c 100644 --- a/clients/client-ivschat/src/commands/UntagResourceCommand.ts +++ b/clients/client-ivschat/src/commands/UntagResourceCommand.ts @@ -80,9 +80,6 @@ export class UntagResourceCommand extends $Command< UntagResourceCommandOutput, IvschatClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -96,9 +93,7 @@ export class UntagResourceCommand extends $Command< * @public */ constructor(readonly input: UntagResourceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -149,7 +144,4 @@ export class UntagResourceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UntagResourceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ivschat/src/commands/UpdateLoggingConfigurationCommand.ts b/clients/client-ivschat/src/commands/UpdateLoggingConfigurationCommand.ts index a91c5bb8b914..5c9ab097e30c 100644 --- a/clients/client-ivschat/src/commands/UpdateLoggingConfigurationCommand.ts +++ b/clients/client-ivschat/src/commands/UpdateLoggingConfigurationCommand.ts @@ -116,9 +116,6 @@ export class UpdateLoggingConfigurationCommand extends $Command< UpdateLoggingConfigurationCommandOutput, IvschatClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -132,9 +129,7 @@ export class UpdateLoggingConfigurationCommand extends $Command< * @public */ constructor(readonly input: UpdateLoggingConfigurationCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -190,7 +185,4 @@ export class UpdateLoggingConfigurationCommand extends $Command< ): Promise { return de_UpdateLoggingConfigurationCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ivschat/src/commands/UpdateRoomCommand.ts b/clients/client-ivschat/src/commands/UpdateRoomCommand.ts index 952d74a1800b..2ab9a87038a7 100644 --- a/clients/client-ivschat/src/commands/UpdateRoomCommand.ts +++ b/clients/client-ivschat/src/commands/UpdateRoomCommand.ts @@ -108,9 +108,6 @@ export class UpdateRoomCommand extends $Command< UpdateRoomCommandOutput, IvschatClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -124,9 +121,7 @@ export class UpdateRoomCommand extends $Command< * @public */ constructor(readonly input: UpdateRoomCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -177,7 +172,4 @@ export class UpdateRoomCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdateRoomCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-kafka/package.json b/clients/client-kafka/package.json index cf58dc43b134..f400ec3d7ac3 100644 --- a/clients/client-kafka/package.json +++ b/clients/client-kafka/package.json @@ -34,29 +34,29 @@ "@aws-sdk/util-endpoints": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@smithy/config-resolver": "^2.0.16", - "@smithy/fetch-http-handler": "^2.2.4", - "@smithy/hash-node": "^2.0.12", - "@smithy/invalid-dependency": "^2.0.12", - "@smithy/middleware-content-length": "^2.0.14", - "@smithy/middleware-endpoint": "^2.1.3", - "@smithy/middleware-retry": "^2.0.18", - "@smithy/middleware-serde": "^2.0.12", - "@smithy/middleware-stack": "^2.0.6", - "@smithy/node-config-provider": "^2.1.3", - "@smithy/node-http-handler": "^2.1.8", - "@smithy/protocol-http": "^3.0.8", - "@smithy/smithy-client": "^2.1.12", - "@smithy/types": "^2.4.0", - "@smithy/url-parser": "^2.0.12", - "@smithy/util-base64": "^2.0.0", + "@smithy/config-resolver": "^2.0.18", + "@smithy/fetch-http-handler": "^2.2.6", + "@smithy/hash-node": "^2.0.15", + "@smithy/invalid-dependency": "^2.0.13", + "@smithy/middleware-content-length": "^2.0.15", + "@smithy/middleware-endpoint": "^2.2.0", + "@smithy/middleware-retry": "^2.0.20", + "@smithy/middleware-serde": "^2.0.13", + "@smithy/middleware-stack": "^2.0.7", + "@smithy/node-config-provider": "^2.1.5", + "@smithy/node-http-handler": "^2.1.9", + "@smithy/protocol-http": "^3.0.9", + "@smithy/smithy-client": "^2.1.15", + "@smithy/types": "^2.5.0", + "@smithy/url-parser": "^2.0.13", + "@smithy/util-base64": "^2.0.1", "@smithy/util-body-length-browser": "^2.0.0", "@smithy/util-body-length-node": "^2.1.0", - "@smithy/util-defaults-mode-browser": "^2.0.16", - "@smithy/util-defaults-mode-node": "^2.0.21", - "@smithy/util-endpoints": "^1.0.2", - "@smithy/util-retry": "^2.0.5", - "@smithy/util-utf8": "^2.0.0", + "@smithy/util-defaults-mode-browser": "^2.0.19", + "@smithy/util-defaults-mode-node": "^2.0.25", + "@smithy/util-endpoints": "^1.0.4", + "@smithy/util-retry": "^2.0.6", + "@smithy/util-utf8": "^2.0.2", "tslib": "^2.5.0" }, "devDependencies": { diff --git a/clients/client-kafka/src/commands/BatchAssociateScramSecretCommand.ts b/clients/client-kafka/src/commands/BatchAssociateScramSecretCommand.ts index 9f09c92afc80..8f14712e22b6 100644 --- a/clients/client-kafka/src/commands/BatchAssociateScramSecretCommand.ts +++ b/clients/client-kafka/src/commands/BatchAssociateScramSecretCommand.ts @@ -101,9 +101,6 @@ export class BatchAssociateScramSecretCommand extends $Command< BatchAssociateScramSecretCommandOutput, KafkaClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -117,9 +114,7 @@ export class BatchAssociateScramSecretCommand extends $Command< * @public */ constructor(readonly input: BatchAssociateScramSecretCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -175,7 +170,4 @@ export class BatchAssociateScramSecretCommand extends $Command< ): Promise { return de_BatchAssociateScramSecretCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-kafka/src/commands/BatchDisassociateScramSecretCommand.ts b/clients/client-kafka/src/commands/BatchDisassociateScramSecretCommand.ts index 882d0419a298..c529abce9ef7 100644 --- a/clients/client-kafka/src/commands/BatchDisassociateScramSecretCommand.ts +++ b/clients/client-kafka/src/commands/BatchDisassociateScramSecretCommand.ts @@ -106,9 +106,6 @@ export class BatchDisassociateScramSecretCommand extends $Command< BatchDisassociateScramSecretCommandOutput, KafkaClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -122,9 +119,7 @@ export class BatchDisassociateScramSecretCommand extends $Command< * @public */ constructor(readonly input: BatchDisassociateScramSecretCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -180,7 +175,4 @@ export class BatchDisassociateScramSecretCommand extends $Command< ): Promise { return de_BatchDisassociateScramSecretCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-kafka/src/commands/CreateClusterCommand.ts b/clients/client-kafka/src/commands/CreateClusterCommand.ts index 2d5a1a7be09e..27b002c1cdaa 100644 --- a/clients/client-kafka/src/commands/CreateClusterCommand.ts +++ b/clients/client-kafka/src/commands/CreateClusterCommand.ts @@ -201,9 +201,6 @@ export class CreateClusterCommand extends $Command< CreateClusterCommandOutput, KafkaClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -217,9 +214,7 @@ export class CreateClusterCommand extends $Command< * @public */ constructor(readonly input: CreateClusterCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -270,7 +265,4 @@ export class CreateClusterCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateClusterCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-kafka/src/commands/CreateClusterV2Command.ts b/clients/client-kafka/src/commands/CreateClusterV2Command.ts index 7e38333d25bb..3d6208ae8e42 100644 --- a/clients/client-kafka/src/commands/CreateClusterV2Command.ts +++ b/clients/client-kafka/src/commands/CreateClusterV2Command.ts @@ -221,9 +221,6 @@ export class CreateClusterV2Command extends $Command< CreateClusterV2CommandOutput, KafkaClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -237,9 +234,7 @@ export class CreateClusterV2Command extends $Command< * @public */ constructor(readonly input: CreateClusterV2CommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -292,7 +287,4 @@ export class CreateClusterV2Command extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateClusterV2Command(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-kafka/src/commands/CreateConfigurationCommand.ts b/clients/client-kafka/src/commands/CreateConfigurationCommand.ts index 5b271d77aa87..5921ebce8e39 100644 --- a/clients/client-kafka/src/commands/CreateConfigurationCommand.ts +++ b/clients/client-kafka/src/commands/CreateConfigurationCommand.ts @@ -104,9 +104,6 @@ export class CreateConfigurationCommand extends $Command< CreateConfigurationCommandOutput, KafkaClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -120,9 +117,7 @@ export class CreateConfigurationCommand extends $Command< * @public */ constructor(readonly input: CreateConfigurationCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -175,7 +170,4 @@ export class CreateConfigurationCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateConfigurationCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-kafka/src/commands/CreateReplicatorCommand.ts b/clients/client-kafka/src/commands/CreateReplicatorCommand.ts index 19ae357b55a2..92ea0166e41a 100644 --- a/clients/client-kafka/src/commands/CreateReplicatorCommand.ts +++ b/clients/client-kafka/src/commands/CreateReplicatorCommand.ts @@ -144,9 +144,6 @@ export class CreateReplicatorCommand extends $Command< CreateReplicatorCommandOutput, KafkaClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -160,9 +157,7 @@ export class CreateReplicatorCommand extends $Command< * @public */ constructor(readonly input: CreateReplicatorCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -215,7 +210,4 @@ export class CreateReplicatorCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateReplicatorCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-kafka/src/commands/CreateVpcConnectionCommand.ts b/clients/client-kafka/src/commands/CreateVpcConnectionCommand.ts index 705370d43002..1f35b40838e3 100644 --- a/clients/client-kafka/src/commands/CreateVpcConnectionCommand.ts +++ b/clients/client-kafka/src/commands/CreateVpcConnectionCommand.ts @@ -112,9 +112,6 @@ export class CreateVpcConnectionCommand extends $Command< CreateVpcConnectionCommandOutput, KafkaClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -128,9 +125,7 @@ export class CreateVpcConnectionCommand extends $Command< * @public */ constructor(readonly input: CreateVpcConnectionCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -183,7 +178,4 @@ export class CreateVpcConnectionCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateVpcConnectionCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-kafka/src/commands/DeleteClusterCommand.ts b/clients/client-kafka/src/commands/DeleteClusterCommand.ts index e2de6da550f9..55cee83aab19 100644 --- a/clients/client-kafka/src/commands/DeleteClusterCommand.ts +++ b/clients/client-kafka/src/commands/DeleteClusterCommand.ts @@ -84,9 +84,6 @@ export class DeleteClusterCommand extends $Command< DeleteClusterCommandOutput, KafkaClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -100,9 +97,7 @@ export class DeleteClusterCommand extends $Command< * @public */ constructor(readonly input: DeleteClusterCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -153,7 +148,4 @@ export class DeleteClusterCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteClusterCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-kafka/src/commands/DeleteClusterPolicyCommand.ts b/clients/client-kafka/src/commands/DeleteClusterPolicyCommand.ts index 1719c470ab25..6df90e82d281 100644 --- a/clients/client-kafka/src/commands/DeleteClusterPolicyCommand.ts +++ b/clients/client-kafka/src/commands/DeleteClusterPolicyCommand.ts @@ -80,9 +80,6 @@ export class DeleteClusterPolicyCommand extends $Command< DeleteClusterPolicyCommandOutput, KafkaClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -96,9 +93,7 @@ export class DeleteClusterPolicyCommand extends $Command< * @public */ constructor(readonly input: DeleteClusterPolicyCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -151,7 +146,4 @@ export class DeleteClusterPolicyCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteClusterPolicyCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-kafka/src/commands/DeleteConfigurationCommand.ts b/clients/client-kafka/src/commands/DeleteConfigurationCommand.ts index a05bf658cdb1..b539ec196fe7 100644 --- a/clients/client-kafka/src/commands/DeleteConfigurationCommand.ts +++ b/clients/client-kafka/src/commands/DeleteConfigurationCommand.ts @@ -83,9 +83,6 @@ export class DeleteConfigurationCommand extends $Command< DeleteConfigurationCommandOutput, KafkaClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -99,9 +96,7 @@ export class DeleteConfigurationCommand extends $Command< * @public */ constructor(readonly input: DeleteConfigurationCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -154,7 +149,4 @@ export class DeleteConfigurationCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteConfigurationCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-kafka/src/commands/DeleteReplicatorCommand.ts b/clients/client-kafka/src/commands/DeleteReplicatorCommand.ts index 4741dfd19f85..5a8ec24da198 100644 --- a/clients/client-kafka/src/commands/DeleteReplicatorCommand.ts +++ b/clients/client-kafka/src/commands/DeleteReplicatorCommand.ts @@ -93,9 +93,6 @@ export class DeleteReplicatorCommand extends $Command< DeleteReplicatorCommandOutput, KafkaClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -109,9 +106,7 @@ export class DeleteReplicatorCommand extends $Command< * @public */ constructor(readonly input: DeleteReplicatorCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -164,7 +159,4 @@ export class DeleteReplicatorCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteReplicatorCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-kafka/src/commands/DeleteVpcConnectionCommand.ts b/clients/client-kafka/src/commands/DeleteVpcConnectionCommand.ts index 35a278236159..67602a0facb2 100644 --- a/clients/client-kafka/src/commands/DeleteVpcConnectionCommand.ts +++ b/clients/client-kafka/src/commands/DeleteVpcConnectionCommand.ts @@ -83,9 +83,6 @@ export class DeleteVpcConnectionCommand extends $Command< DeleteVpcConnectionCommandOutput, KafkaClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -99,9 +96,7 @@ export class DeleteVpcConnectionCommand extends $Command< * @public */ constructor(readonly input: DeleteVpcConnectionCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -154,7 +149,4 @@ export class DeleteVpcConnectionCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteVpcConnectionCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-kafka/src/commands/DescribeClusterCommand.ts b/clients/client-kafka/src/commands/DescribeClusterCommand.ts index 0599ab2a98df..68a0560be286 100644 --- a/clients/client-kafka/src/commands/DescribeClusterCommand.ts +++ b/clients/client-kafka/src/commands/DescribeClusterCommand.ts @@ -206,9 +206,6 @@ export class DescribeClusterCommand extends $Command< DescribeClusterCommandOutput, KafkaClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -222,9 +219,7 @@ export class DescribeClusterCommand extends $Command< * @public */ constructor(readonly input: DescribeClusterCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -277,7 +272,4 @@ export class DescribeClusterCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DescribeClusterCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-kafka/src/commands/DescribeClusterOperationCommand.ts b/clients/client-kafka/src/commands/DescribeClusterOperationCommand.ts index 48aec914b9ef..34b4bcce9cda 100644 --- a/clients/client-kafka/src/commands/DescribeClusterOperationCommand.ts +++ b/clients/client-kafka/src/commands/DescribeClusterOperationCommand.ts @@ -306,9 +306,6 @@ export class DescribeClusterOperationCommand extends $Command< DescribeClusterOperationCommandOutput, KafkaClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -322,9 +319,7 @@ export class DescribeClusterOperationCommand extends $Command< * @public */ constructor(readonly input: DescribeClusterOperationCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -377,7 +372,4 @@ export class DescribeClusterOperationCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DescribeClusterOperationCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-kafka/src/commands/DescribeClusterOperationV2Command.ts b/clients/client-kafka/src/commands/DescribeClusterOperationV2Command.ts index 796a0640f8df..2ecc5186a9d8 100644 --- a/clients/client-kafka/src/commands/DescribeClusterOperationV2Command.ts +++ b/clients/client-kafka/src/commands/DescribeClusterOperationV2Command.ts @@ -325,9 +325,6 @@ export class DescribeClusterOperationV2Command extends $Command< DescribeClusterOperationV2CommandOutput, KafkaClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -341,9 +338,7 @@ export class DescribeClusterOperationV2Command extends $Command< * @public */ constructor(readonly input: DescribeClusterOperationV2CommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -399,7 +394,4 @@ export class DescribeClusterOperationV2Command extends $Command< ): Promise { return de_DescribeClusterOperationV2Command(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-kafka/src/commands/DescribeClusterV2Command.ts b/clients/client-kafka/src/commands/DescribeClusterV2Command.ts index fe8e1668ef53..afe1ee08a76b 100644 --- a/clients/client-kafka/src/commands/DescribeClusterV2Command.ts +++ b/clients/client-kafka/src/commands/DescribeClusterV2Command.ts @@ -226,9 +226,6 @@ export class DescribeClusterV2Command extends $Command< DescribeClusterV2CommandOutput, KafkaClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -242,9 +239,7 @@ export class DescribeClusterV2Command extends $Command< * @public */ constructor(readonly input: DescribeClusterV2CommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -297,7 +292,4 @@ export class DescribeClusterV2Command extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DescribeClusterV2Command(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-kafka/src/commands/DescribeConfigurationCommand.ts b/clients/client-kafka/src/commands/DescribeConfigurationCommand.ts index ccc88112299b..ea448a4b4bac 100644 --- a/clients/client-kafka/src/commands/DescribeConfigurationCommand.ts +++ b/clients/client-kafka/src/commands/DescribeConfigurationCommand.ts @@ -100,9 +100,6 @@ export class DescribeConfigurationCommand extends $Command< DescribeConfigurationCommandOutput, KafkaClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -116,9 +113,7 @@ export class DescribeConfigurationCommand extends $Command< * @public */ constructor(readonly input: DescribeConfigurationCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -171,7 +166,4 @@ export class DescribeConfigurationCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DescribeConfigurationCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-kafka/src/commands/DescribeConfigurationRevisionCommand.ts b/clients/client-kafka/src/commands/DescribeConfigurationRevisionCommand.ts index 5cefb2531898..318c73656066 100644 --- a/clients/client-kafka/src/commands/DescribeConfigurationRevisionCommand.ts +++ b/clients/client-kafka/src/commands/DescribeConfigurationRevisionCommand.ts @@ -98,9 +98,6 @@ export class DescribeConfigurationRevisionCommand extends $Command< DescribeConfigurationRevisionCommandOutput, KafkaClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -114,9 +111,7 @@ export class DescribeConfigurationRevisionCommand extends $Command< * @public */ constructor(readonly input: DescribeConfigurationRevisionCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -172,7 +167,4 @@ export class DescribeConfigurationRevisionCommand extends $Command< ): Promise { return de_DescribeConfigurationRevisionCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-kafka/src/commands/DescribeReplicatorCommand.ts b/clients/client-kafka/src/commands/DescribeReplicatorCommand.ts index 199be1bdd346..bb8891965258 100644 --- a/clients/client-kafka/src/commands/DescribeReplicatorCommand.ts +++ b/clients/client-kafka/src/commands/DescribeReplicatorCommand.ts @@ -150,9 +150,6 @@ export class DescribeReplicatorCommand extends $Command< DescribeReplicatorCommandOutput, KafkaClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -166,9 +163,7 @@ export class DescribeReplicatorCommand extends $Command< * @public */ constructor(readonly input: DescribeReplicatorCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -221,7 +216,4 @@ export class DescribeReplicatorCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DescribeReplicatorCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-kafka/src/commands/DescribeVpcConnectionCommand.ts b/clients/client-kafka/src/commands/DescribeVpcConnectionCommand.ts index 6d28def667cf..09dcbf2f79f3 100644 --- a/clients/client-kafka/src/commands/DescribeVpcConnectionCommand.ts +++ b/clients/client-kafka/src/commands/DescribeVpcConnectionCommand.ts @@ -102,9 +102,6 @@ export class DescribeVpcConnectionCommand extends $Command< DescribeVpcConnectionCommandOutput, KafkaClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -118,9 +115,7 @@ export class DescribeVpcConnectionCommand extends $Command< * @public */ constructor(readonly input: DescribeVpcConnectionCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -173,7 +168,4 @@ export class DescribeVpcConnectionCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DescribeVpcConnectionCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-kafka/src/commands/GetBootstrapBrokersCommand.ts b/clients/client-kafka/src/commands/GetBootstrapBrokersCommand.ts index e6392c7a586f..d7be0550321b 100644 --- a/clients/client-kafka/src/commands/GetBootstrapBrokersCommand.ts +++ b/clients/client-kafka/src/commands/GetBootstrapBrokersCommand.ts @@ -94,9 +94,6 @@ export class GetBootstrapBrokersCommand extends $Command< GetBootstrapBrokersCommandOutput, KafkaClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -110,9 +107,7 @@ export class GetBootstrapBrokersCommand extends $Command< * @public */ constructor(readonly input: GetBootstrapBrokersCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -165,7 +160,4 @@ export class GetBootstrapBrokersCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetBootstrapBrokersCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-kafka/src/commands/GetClusterPolicyCommand.ts b/clients/client-kafka/src/commands/GetClusterPolicyCommand.ts index 262777ad0a9c..e4bedf31b7e5 100644 --- a/clients/client-kafka/src/commands/GetClusterPolicyCommand.ts +++ b/clients/client-kafka/src/commands/GetClusterPolicyCommand.ts @@ -83,9 +83,6 @@ export class GetClusterPolicyCommand extends $Command< GetClusterPolicyCommandOutput, KafkaClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -99,9 +96,7 @@ export class GetClusterPolicyCommand extends $Command< * @public */ constructor(readonly input: GetClusterPolicyCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -154,7 +149,4 @@ export class GetClusterPolicyCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetClusterPolicyCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-kafka/src/commands/GetCompatibleKafkaVersionsCommand.ts b/clients/client-kafka/src/commands/GetCompatibleKafkaVersionsCommand.ts index 7711025f31a7..cc563af7b6b1 100644 --- a/clients/client-kafka/src/commands/GetCompatibleKafkaVersionsCommand.ts +++ b/clients/client-kafka/src/commands/GetCompatibleKafkaVersionsCommand.ts @@ -98,9 +98,6 @@ export class GetCompatibleKafkaVersionsCommand extends $Command< GetCompatibleKafkaVersionsCommandOutput, KafkaClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -114,9 +111,7 @@ export class GetCompatibleKafkaVersionsCommand extends $Command< * @public */ constructor(readonly input: GetCompatibleKafkaVersionsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -172,7 +167,4 @@ export class GetCompatibleKafkaVersionsCommand extends $Command< ): Promise { return de_GetCompatibleKafkaVersionsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-kafka/src/commands/ListClientVpcConnectionsCommand.ts b/clients/client-kafka/src/commands/ListClientVpcConnectionsCommand.ts index eb2b2090c9ef..d14d5e52c1cd 100644 --- a/clients/client-kafka/src/commands/ListClientVpcConnectionsCommand.ts +++ b/clients/client-kafka/src/commands/ListClientVpcConnectionsCommand.ts @@ -96,9 +96,6 @@ export class ListClientVpcConnectionsCommand extends $Command< ListClientVpcConnectionsCommandOutput, KafkaClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -112,9 +109,7 @@ export class ListClientVpcConnectionsCommand extends $Command< * @public */ constructor(readonly input: ListClientVpcConnectionsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -167,7 +162,4 @@ export class ListClientVpcConnectionsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListClientVpcConnectionsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-kafka/src/commands/ListClusterOperationsCommand.ts b/clients/client-kafka/src/commands/ListClusterOperationsCommand.ts index 5fef15233350..8100ab7e29f7 100644 --- a/clients/client-kafka/src/commands/ListClusterOperationsCommand.ts +++ b/clients/client-kafka/src/commands/ListClusterOperationsCommand.ts @@ -308,9 +308,6 @@ export class ListClusterOperationsCommand extends $Command< ListClusterOperationsCommandOutput, KafkaClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -324,9 +321,7 @@ export class ListClusterOperationsCommand extends $Command< * @public */ constructor(readonly input: ListClusterOperationsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -379,7 +374,4 @@ export class ListClusterOperationsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListClusterOperationsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-kafka/src/commands/ListClusterOperationsV2Command.ts b/clients/client-kafka/src/commands/ListClusterOperationsV2Command.ts index dabcf1518645..d51a12bb7d3a 100644 --- a/clients/client-kafka/src/commands/ListClusterOperationsV2Command.ts +++ b/clients/client-kafka/src/commands/ListClusterOperationsV2Command.ts @@ -104,9 +104,6 @@ export class ListClusterOperationsV2Command extends $Command< ListClusterOperationsV2CommandOutput, KafkaClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -120,9 +117,7 @@ export class ListClusterOperationsV2Command extends $Command< * @public */ constructor(readonly input: ListClusterOperationsV2CommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -175,7 +170,4 @@ export class ListClusterOperationsV2Command extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListClusterOperationsV2Command(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-kafka/src/commands/ListClustersCommand.ts b/clients/client-kafka/src/commands/ListClustersCommand.ts index 09fc0d40351c..97e2d11eacc3 100644 --- a/clients/client-kafka/src/commands/ListClustersCommand.ts +++ b/clients/client-kafka/src/commands/ListClustersCommand.ts @@ -208,9 +208,6 @@ export class ListClustersCommand extends $Command< ListClustersCommandOutput, KafkaClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -224,9 +221,7 @@ export class ListClustersCommand extends $Command< * @public */ constructor(readonly input: ListClustersCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -277,7 +272,4 @@ export class ListClustersCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListClustersCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-kafka/src/commands/ListClustersV2Command.ts b/clients/client-kafka/src/commands/ListClustersV2Command.ts index 76285d752960..d3ab15dbda63 100644 --- a/clients/client-kafka/src/commands/ListClustersV2Command.ts +++ b/clients/client-kafka/src/commands/ListClustersV2Command.ts @@ -229,9 +229,6 @@ export class ListClustersV2Command extends $Command< ListClustersV2CommandOutput, KafkaClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -245,9 +242,7 @@ export class ListClustersV2Command extends $Command< * @public */ constructor(readonly input: ListClustersV2CommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -300,7 +295,4 @@ export class ListClustersV2Command extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListClustersV2Command(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-kafka/src/commands/ListConfigurationRevisionsCommand.ts b/clients/client-kafka/src/commands/ListConfigurationRevisionsCommand.ts index 22727c77af08..2abc71735017 100644 --- a/clients/client-kafka/src/commands/ListConfigurationRevisionsCommand.ts +++ b/clients/client-kafka/src/commands/ListConfigurationRevisionsCommand.ts @@ -97,9 +97,6 @@ export class ListConfigurationRevisionsCommand extends $Command< ListConfigurationRevisionsCommandOutput, KafkaClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -113,9 +110,7 @@ export class ListConfigurationRevisionsCommand extends $Command< * @public */ constructor(readonly input: ListConfigurationRevisionsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -171,7 +166,4 @@ export class ListConfigurationRevisionsCommand extends $Command< ): Promise { return de_ListConfigurationRevisionsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-kafka/src/commands/ListConfigurationsCommand.ts b/clients/client-kafka/src/commands/ListConfigurationsCommand.ts index fac5b847feb9..2fb72d0b21bc 100644 --- a/clients/client-kafka/src/commands/ListConfigurationsCommand.ts +++ b/clients/client-kafka/src/commands/ListConfigurationsCommand.ts @@ -103,9 +103,6 @@ export class ListConfigurationsCommand extends $Command< ListConfigurationsCommandOutput, KafkaClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -119,9 +116,7 @@ export class ListConfigurationsCommand extends $Command< * @public */ constructor(readonly input: ListConfigurationsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -174,7 +169,4 @@ export class ListConfigurationsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListConfigurationsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-kafka/src/commands/ListKafkaVersionsCommand.ts b/clients/client-kafka/src/commands/ListKafkaVersionsCommand.ts index fad9ce1fcde3..32f1dd903d1c 100644 --- a/clients/client-kafka/src/commands/ListKafkaVersionsCommand.ts +++ b/clients/client-kafka/src/commands/ListKafkaVersionsCommand.ts @@ -89,9 +89,6 @@ export class ListKafkaVersionsCommand extends $Command< ListKafkaVersionsCommandOutput, KafkaClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -105,9 +102,7 @@ export class ListKafkaVersionsCommand extends $Command< * @public */ constructor(readonly input: ListKafkaVersionsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -160,7 +155,4 @@ export class ListKafkaVersionsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListKafkaVersionsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-kafka/src/commands/ListNodesCommand.ts b/clients/client-kafka/src/commands/ListNodesCommand.ts index 7500f0b1ffd1..c95543ce0977 100644 --- a/clients/client-kafka/src/commands/ListNodesCommand.ts +++ b/clients/client-kafka/src/commands/ListNodesCommand.ts @@ -115,9 +115,6 @@ export class ListNodesCommand extends $Command< ListNodesCommandOutput, KafkaClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -131,9 +128,7 @@ export class ListNodesCommand extends $Command< * @public */ constructor(readonly input: ListNodesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -184,7 +179,4 @@ export class ListNodesCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListNodesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-kafka/src/commands/ListReplicatorsCommand.ts b/clients/client-kafka/src/commands/ListReplicatorsCommand.ts index 0bdb6e7f1ad8..b3f625fd8722 100644 --- a/clients/client-kafka/src/commands/ListReplicatorsCommand.ts +++ b/clients/client-kafka/src/commands/ListReplicatorsCommand.ts @@ -118,9 +118,6 @@ export class ListReplicatorsCommand extends $Command< ListReplicatorsCommandOutput, KafkaClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -134,9 +131,7 @@ export class ListReplicatorsCommand extends $Command< * @public */ constructor(readonly input: ListReplicatorsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -189,7 +184,4 @@ export class ListReplicatorsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListReplicatorsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-kafka/src/commands/ListScramSecretsCommand.ts b/clients/client-kafka/src/commands/ListScramSecretsCommand.ts index f2104551f9a2..125ac2603cec 100644 --- a/clients/client-kafka/src/commands/ListScramSecretsCommand.ts +++ b/clients/client-kafka/src/commands/ListScramSecretsCommand.ts @@ -96,9 +96,6 @@ export class ListScramSecretsCommand extends $Command< ListScramSecretsCommandOutput, KafkaClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -112,9 +109,7 @@ export class ListScramSecretsCommand extends $Command< * @public */ constructor(readonly input: ListScramSecretsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -167,7 +162,4 @@ export class ListScramSecretsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListScramSecretsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-kafka/src/commands/ListTagsForResourceCommand.ts b/clients/client-kafka/src/commands/ListTagsForResourceCommand.ts index 562c5e4f7989..e2212c3c5b2c 100644 --- a/clients/client-kafka/src/commands/ListTagsForResourceCommand.ts +++ b/clients/client-kafka/src/commands/ListTagsForResourceCommand.ts @@ -81,9 +81,6 @@ export class ListTagsForResourceCommand extends $Command< ListTagsForResourceCommandOutput, KafkaClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -97,9 +94,7 @@ export class ListTagsForResourceCommand extends $Command< * @public */ constructor(readonly input: ListTagsForResourceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -152,7 +147,4 @@ export class ListTagsForResourceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListTagsForResourceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-kafka/src/commands/ListVpcConnectionsCommand.ts b/clients/client-kafka/src/commands/ListVpcConnectionsCommand.ts index 9674f68377c1..357ef2f42e95 100644 --- a/clients/client-kafka/src/commands/ListVpcConnectionsCommand.ts +++ b/clients/client-kafka/src/commands/ListVpcConnectionsCommand.ts @@ -96,9 +96,6 @@ export class ListVpcConnectionsCommand extends $Command< ListVpcConnectionsCommandOutput, KafkaClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -112,9 +109,7 @@ export class ListVpcConnectionsCommand extends $Command< * @public */ constructor(readonly input: ListVpcConnectionsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -167,7 +162,4 @@ export class ListVpcConnectionsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListVpcConnectionsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-kafka/src/commands/PutClusterPolicyCommand.ts b/clients/client-kafka/src/commands/PutClusterPolicyCommand.ts index aa3e3503aa83..14c957953c60 100644 --- a/clients/client-kafka/src/commands/PutClusterPolicyCommand.ts +++ b/clients/client-kafka/src/commands/PutClusterPolicyCommand.ts @@ -81,9 +81,6 @@ export class PutClusterPolicyCommand extends $Command< PutClusterPolicyCommandOutput, KafkaClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -97,9 +94,7 @@ export class PutClusterPolicyCommand extends $Command< * @public */ constructor(readonly input: PutClusterPolicyCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -152,7 +147,4 @@ export class PutClusterPolicyCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_PutClusterPolicyCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-kafka/src/commands/RebootBrokerCommand.ts b/clients/client-kafka/src/commands/RebootBrokerCommand.ts index 7a9848ed1c5c..9dcb640a9733 100644 --- a/clients/client-kafka/src/commands/RebootBrokerCommand.ts +++ b/clients/client-kafka/src/commands/RebootBrokerCommand.ts @@ -95,9 +95,6 @@ export class RebootBrokerCommand extends $Command< RebootBrokerCommandOutput, KafkaClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -111,9 +108,7 @@ export class RebootBrokerCommand extends $Command< * @public */ constructor(readonly input: RebootBrokerCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -164,7 +159,4 @@ export class RebootBrokerCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_RebootBrokerCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-kafka/src/commands/RejectClientVpcConnectionCommand.ts b/clients/client-kafka/src/commands/RejectClientVpcConnectionCommand.ts index 935e1b8d6da9..500d4ae383b7 100644 --- a/clients/client-kafka/src/commands/RejectClientVpcConnectionCommand.ts +++ b/clients/client-kafka/src/commands/RejectClientVpcConnectionCommand.ts @@ -84,9 +84,6 @@ export class RejectClientVpcConnectionCommand extends $Command< RejectClientVpcConnectionCommandOutput, KafkaClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -100,9 +97,7 @@ export class RejectClientVpcConnectionCommand extends $Command< * @public */ constructor(readonly input: RejectClientVpcConnectionCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -158,7 +153,4 @@ export class RejectClientVpcConnectionCommand extends $Command< ): Promise { return de_RejectClientVpcConnectionCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-kafka/src/commands/TagResourceCommand.ts b/clients/client-kafka/src/commands/TagResourceCommand.ts index c0f16931b5ee..589fe765c7a2 100644 --- a/clients/client-kafka/src/commands/TagResourceCommand.ts +++ b/clients/client-kafka/src/commands/TagResourceCommand.ts @@ -80,9 +80,6 @@ export class TagResourceCommand extends $Command< TagResourceCommandOutput, KafkaClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -96,9 +93,7 @@ export class TagResourceCommand extends $Command< * @public */ constructor(readonly input: TagResourceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -149,7 +144,4 @@ export class TagResourceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_TagResourceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-kafka/src/commands/UntagResourceCommand.ts b/clients/client-kafka/src/commands/UntagResourceCommand.ts index 924b06384968..037f6570f221 100644 --- a/clients/client-kafka/src/commands/UntagResourceCommand.ts +++ b/clients/client-kafka/src/commands/UntagResourceCommand.ts @@ -80,9 +80,6 @@ export class UntagResourceCommand extends $Command< UntagResourceCommandOutput, KafkaClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -96,9 +93,7 @@ export class UntagResourceCommand extends $Command< * @public */ constructor(readonly input: UntagResourceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -149,7 +144,4 @@ export class UntagResourceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UntagResourceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-kafka/src/commands/UpdateBrokerCountCommand.ts b/clients/client-kafka/src/commands/UpdateBrokerCountCommand.ts index 12c41bf2f6bb..a7c081d5ec2b 100644 --- a/clients/client-kafka/src/commands/UpdateBrokerCountCommand.ts +++ b/clients/client-kafka/src/commands/UpdateBrokerCountCommand.ts @@ -88,9 +88,6 @@ export class UpdateBrokerCountCommand extends $Command< UpdateBrokerCountCommandOutput, KafkaClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -104,9 +101,7 @@ export class UpdateBrokerCountCommand extends $Command< * @public */ constructor(readonly input: UpdateBrokerCountCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -159,7 +154,4 @@ export class UpdateBrokerCountCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdateBrokerCountCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-kafka/src/commands/UpdateBrokerStorageCommand.ts b/clients/client-kafka/src/commands/UpdateBrokerStorageCommand.ts index 8d9528fda32e..1caf337fbcc3 100644 --- a/clients/client-kafka/src/commands/UpdateBrokerStorageCommand.ts +++ b/clients/client-kafka/src/commands/UpdateBrokerStorageCommand.ts @@ -97,9 +97,6 @@ export class UpdateBrokerStorageCommand extends $Command< UpdateBrokerStorageCommandOutput, KafkaClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -113,9 +110,7 @@ export class UpdateBrokerStorageCommand extends $Command< * @public */ constructor(readonly input: UpdateBrokerStorageCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -168,7 +163,4 @@ export class UpdateBrokerStorageCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdateBrokerStorageCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-kafka/src/commands/UpdateBrokerTypeCommand.ts b/clients/client-kafka/src/commands/UpdateBrokerTypeCommand.ts index 0bfc19f9f906..ef4d9979b07f 100644 --- a/clients/client-kafka/src/commands/UpdateBrokerTypeCommand.ts +++ b/clients/client-kafka/src/commands/UpdateBrokerTypeCommand.ts @@ -94,9 +94,6 @@ export class UpdateBrokerTypeCommand extends $Command< UpdateBrokerTypeCommandOutput, KafkaClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -110,9 +107,7 @@ export class UpdateBrokerTypeCommand extends $Command< * @public */ constructor(readonly input: UpdateBrokerTypeCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -165,7 +160,4 @@ export class UpdateBrokerTypeCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdateBrokerTypeCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-kafka/src/commands/UpdateClusterConfigurationCommand.ts b/clients/client-kafka/src/commands/UpdateClusterConfigurationCommand.ts index a135f4dc7664..2a495eeca58a 100644 --- a/clients/client-kafka/src/commands/UpdateClusterConfigurationCommand.ts +++ b/clients/client-kafka/src/commands/UpdateClusterConfigurationCommand.ts @@ -94,9 +94,6 @@ export class UpdateClusterConfigurationCommand extends $Command< UpdateClusterConfigurationCommandOutput, KafkaClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -110,9 +107,7 @@ export class UpdateClusterConfigurationCommand extends $Command< * @public */ constructor(readonly input: UpdateClusterConfigurationCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -168,7 +163,4 @@ export class UpdateClusterConfigurationCommand extends $Command< ): Promise { return de_UpdateClusterConfigurationCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-kafka/src/commands/UpdateClusterKafkaVersionCommand.ts b/clients/client-kafka/src/commands/UpdateClusterKafkaVersionCommand.ts index 32329eee93ba..4e34ff3edcfe 100644 --- a/clients/client-kafka/src/commands/UpdateClusterKafkaVersionCommand.ts +++ b/clients/client-kafka/src/commands/UpdateClusterKafkaVersionCommand.ts @@ -98,9 +98,6 @@ export class UpdateClusterKafkaVersionCommand extends $Command< UpdateClusterKafkaVersionCommandOutput, KafkaClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -114,9 +111,7 @@ export class UpdateClusterKafkaVersionCommand extends $Command< * @public */ constructor(readonly input: UpdateClusterKafkaVersionCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -172,7 +167,4 @@ export class UpdateClusterKafkaVersionCommand extends $Command< ): Promise { return de_UpdateClusterKafkaVersionCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-kafka/src/commands/UpdateConfigurationCommand.ts b/clients/client-kafka/src/commands/UpdateConfigurationCommand.ts index d2e57b0ea77b..af97ab78db2b 100644 --- a/clients/client-kafka/src/commands/UpdateConfigurationCommand.ts +++ b/clients/client-kafka/src/commands/UpdateConfigurationCommand.ts @@ -95,9 +95,6 @@ export class UpdateConfigurationCommand extends $Command< UpdateConfigurationCommandOutput, KafkaClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -111,9 +108,7 @@ export class UpdateConfigurationCommand extends $Command< * @public */ constructor(readonly input: UpdateConfigurationCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -166,7 +161,4 @@ export class UpdateConfigurationCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdateConfigurationCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-kafka/src/commands/UpdateConnectivityCommand.ts b/clients/client-kafka/src/commands/UpdateConnectivityCommand.ts index f19eac0efb25..b39a10d52bbb 100644 --- a/clients/client-kafka/src/commands/UpdateConnectivityCommand.ts +++ b/clients/client-kafka/src/commands/UpdateConnectivityCommand.ts @@ -110,9 +110,6 @@ export class UpdateConnectivityCommand extends $Command< UpdateConnectivityCommandOutput, KafkaClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -126,9 +123,7 @@ export class UpdateConnectivityCommand extends $Command< * @public */ constructor(readonly input: UpdateConnectivityCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -181,7 +176,4 @@ export class UpdateConnectivityCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdateConnectivityCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-kafka/src/commands/UpdateMonitoringCommand.ts b/clients/client-kafka/src/commands/UpdateMonitoringCommand.ts index 71ad79722666..cd0b340efac3 100644 --- a/clients/client-kafka/src/commands/UpdateMonitoringCommand.ts +++ b/clients/client-kafka/src/commands/UpdateMonitoringCommand.ts @@ -115,9 +115,6 @@ export class UpdateMonitoringCommand extends $Command< UpdateMonitoringCommandOutput, KafkaClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -131,9 +128,7 @@ export class UpdateMonitoringCommand extends $Command< * @public */ constructor(readonly input: UpdateMonitoringCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -186,7 +181,4 @@ export class UpdateMonitoringCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdateMonitoringCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-kafka/src/commands/UpdateReplicationInfoCommand.ts b/clients/client-kafka/src/commands/UpdateReplicationInfoCommand.ts index 8bab411e785c..2368648d9092 100644 --- a/clients/client-kafka/src/commands/UpdateReplicationInfoCommand.ts +++ b/clients/client-kafka/src/commands/UpdateReplicationInfoCommand.ts @@ -116,9 +116,6 @@ export class UpdateReplicationInfoCommand extends $Command< UpdateReplicationInfoCommandOutput, KafkaClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -132,9 +129,7 @@ export class UpdateReplicationInfoCommand extends $Command< * @public */ constructor(readonly input: UpdateReplicationInfoCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -187,7 +182,4 @@ export class UpdateReplicationInfoCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdateReplicationInfoCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-kafka/src/commands/UpdateSecurityCommand.ts b/clients/client-kafka/src/commands/UpdateSecurityCommand.ts index 40358d79a4f6..518736b32b13 100644 --- a/clients/client-kafka/src/commands/UpdateSecurityCommand.ts +++ b/clients/client-kafka/src/commands/UpdateSecurityCommand.ts @@ -121,9 +121,6 @@ export class UpdateSecurityCommand extends $Command< UpdateSecurityCommandOutput, KafkaClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -137,9 +134,7 @@ export class UpdateSecurityCommand extends $Command< * @public */ constructor(readonly input: UpdateSecurityCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -192,7 +187,4 @@ export class UpdateSecurityCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdateSecurityCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-kafka/src/commands/UpdateStorageCommand.ts b/clients/client-kafka/src/commands/UpdateStorageCommand.ts index eb3b91443872..bb36503f287b 100644 --- a/clients/client-kafka/src/commands/UpdateStorageCommand.ts +++ b/clients/client-kafka/src/commands/UpdateStorageCommand.ts @@ -99,9 +99,6 @@ export class UpdateStorageCommand extends $Command< UpdateStorageCommandOutput, KafkaClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -115,9 +112,7 @@ export class UpdateStorageCommand extends $Command< * @public */ constructor(readonly input: UpdateStorageCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -168,7 +163,4 @@ export class UpdateStorageCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdateStorageCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-kafkaconnect/package.json b/clients/client-kafkaconnect/package.json index 0fb3ed8fedb3..5f6e119fef92 100644 --- a/clients/client-kafkaconnect/package.json +++ b/clients/client-kafkaconnect/package.json @@ -34,29 +34,29 @@ "@aws-sdk/util-endpoints": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@smithy/config-resolver": "^2.0.16", - "@smithy/fetch-http-handler": "^2.2.4", - "@smithy/hash-node": "^2.0.12", - "@smithy/invalid-dependency": "^2.0.12", - "@smithy/middleware-content-length": "^2.0.14", - "@smithy/middleware-endpoint": "^2.1.3", - "@smithy/middleware-retry": "^2.0.18", - "@smithy/middleware-serde": "^2.0.12", - "@smithy/middleware-stack": "^2.0.6", - "@smithy/node-config-provider": "^2.1.3", - "@smithy/node-http-handler": "^2.1.8", - "@smithy/protocol-http": "^3.0.8", - "@smithy/smithy-client": "^2.1.12", - "@smithy/types": "^2.4.0", - "@smithy/url-parser": "^2.0.12", - "@smithy/util-base64": "^2.0.0", + "@smithy/config-resolver": "^2.0.18", + "@smithy/fetch-http-handler": "^2.2.6", + "@smithy/hash-node": "^2.0.15", + "@smithy/invalid-dependency": "^2.0.13", + "@smithy/middleware-content-length": "^2.0.15", + "@smithy/middleware-endpoint": "^2.2.0", + "@smithy/middleware-retry": "^2.0.20", + "@smithy/middleware-serde": "^2.0.13", + "@smithy/middleware-stack": "^2.0.7", + "@smithy/node-config-provider": "^2.1.5", + "@smithy/node-http-handler": "^2.1.9", + "@smithy/protocol-http": "^3.0.9", + "@smithy/smithy-client": "^2.1.15", + "@smithy/types": "^2.5.0", + "@smithy/url-parser": "^2.0.13", + "@smithy/util-base64": "^2.0.1", "@smithy/util-body-length-browser": "^2.0.0", "@smithy/util-body-length-node": "^2.1.0", - "@smithy/util-defaults-mode-browser": "^2.0.16", - "@smithy/util-defaults-mode-node": "^2.0.21", - "@smithy/util-endpoints": "^1.0.2", - "@smithy/util-retry": "^2.0.5", - "@smithy/util-utf8": "^2.0.0", + "@smithy/util-defaults-mode-browser": "^2.0.19", + "@smithy/util-defaults-mode-node": "^2.0.25", + "@smithy/util-endpoints": "^1.0.4", + "@smithy/util-retry": "^2.0.6", + "@smithy/util-utf8": "^2.0.2", "tslib": "^2.5.0" }, "devDependencies": { diff --git a/clients/client-kafkaconnect/src/commands/CreateConnectorCommand.ts b/clients/client-kafkaconnect/src/commands/CreateConnectorCommand.ts index 05fcb2e06d1b..1cad49ce7c34 100644 --- a/clients/client-kafkaconnect/src/commands/CreateConnectorCommand.ts +++ b/clients/client-kafkaconnect/src/commands/CreateConnectorCommand.ts @@ -178,9 +178,6 @@ export class CreateConnectorCommand extends $Command< CreateConnectorCommandOutput, KafkaConnectClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -194,9 +191,7 @@ export class CreateConnectorCommand extends $Command< * @public */ constructor(readonly input: CreateConnectorCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -249,7 +244,4 @@ export class CreateConnectorCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateConnectorCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-kafkaconnect/src/commands/CreateCustomPluginCommand.ts b/clients/client-kafkaconnect/src/commands/CreateCustomPluginCommand.ts index 47981b7ad135..ca62a4d18024 100644 --- a/clients/client-kafkaconnect/src/commands/CreateCustomPluginCommand.ts +++ b/clients/client-kafkaconnect/src/commands/CreateCustomPluginCommand.ts @@ -113,9 +113,6 @@ export class CreateCustomPluginCommand extends $Command< CreateCustomPluginCommandOutput, KafkaConnectClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -129,9 +126,7 @@ export class CreateCustomPluginCommand extends $Command< * @public */ constructor(readonly input: CreateCustomPluginCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -184,7 +179,4 @@ export class CreateCustomPluginCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateCustomPluginCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-kafkaconnect/src/commands/CreateWorkerConfigurationCommand.ts b/clients/client-kafkaconnect/src/commands/CreateWorkerConfigurationCommand.ts index e79e52b9d058..5c025b353d75 100644 --- a/clients/client-kafkaconnect/src/commands/CreateWorkerConfigurationCommand.ts +++ b/clients/client-kafkaconnect/src/commands/CreateWorkerConfigurationCommand.ts @@ -114,9 +114,6 @@ export class CreateWorkerConfigurationCommand extends $Command< CreateWorkerConfigurationCommandOutput, KafkaConnectClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -130,9 +127,7 @@ export class CreateWorkerConfigurationCommand extends $Command< * @public */ constructor(readonly input: CreateWorkerConfigurationCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -188,7 +183,4 @@ export class CreateWorkerConfigurationCommand extends $Command< ): Promise { return de_CreateWorkerConfigurationCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-kafkaconnect/src/commands/DeleteConnectorCommand.ts b/clients/client-kafkaconnect/src/commands/DeleteConnectorCommand.ts index 8c02722a3b95..50646ff49993 100644 --- a/clients/client-kafkaconnect/src/commands/DeleteConnectorCommand.ts +++ b/clients/client-kafkaconnect/src/commands/DeleteConnectorCommand.ts @@ -99,9 +99,6 @@ export class DeleteConnectorCommand extends $Command< DeleteConnectorCommandOutput, KafkaConnectClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -115,9 +112,7 @@ export class DeleteConnectorCommand extends $Command< * @public */ constructor(readonly input: DeleteConnectorCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -170,7 +165,4 @@ export class DeleteConnectorCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteConnectorCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-kafkaconnect/src/commands/DeleteCustomPluginCommand.ts b/clients/client-kafkaconnect/src/commands/DeleteCustomPluginCommand.ts index 259dbf419a35..5c538ab72751 100644 --- a/clients/client-kafkaconnect/src/commands/DeleteCustomPluginCommand.ts +++ b/clients/client-kafkaconnect/src/commands/DeleteCustomPluginCommand.ts @@ -98,9 +98,6 @@ export class DeleteCustomPluginCommand extends $Command< DeleteCustomPluginCommandOutput, KafkaConnectClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -114,9 +111,7 @@ export class DeleteCustomPluginCommand extends $Command< * @public */ constructor(readonly input: DeleteCustomPluginCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -169,7 +164,4 @@ export class DeleteCustomPluginCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteCustomPluginCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-kafkaconnect/src/commands/DescribeConnectorCommand.ts b/clients/client-kafkaconnect/src/commands/DescribeConnectorCommand.ts index 8adc2c51ed39..cef285d8a2c9 100644 --- a/clients/client-kafkaconnect/src/commands/DescribeConnectorCommand.ts +++ b/clients/client-kafkaconnect/src/commands/DescribeConnectorCommand.ts @@ -180,9 +180,6 @@ export class DescribeConnectorCommand extends $Command< DescribeConnectorCommandOutput, KafkaConnectClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -196,9 +193,7 @@ export class DescribeConnectorCommand extends $Command< * @public */ constructor(readonly input: DescribeConnectorCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -251,7 +246,4 @@ export class DescribeConnectorCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DescribeConnectorCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-kafkaconnect/src/commands/DescribeCustomPluginCommand.ts b/clients/client-kafkaconnect/src/commands/DescribeCustomPluginCommand.ts index b875d11cb938..e31fcda7f3b8 100644 --- a/clients/client-kafkaconnect/src/commands/DescribeCustomPluginCommand.ts +++ b/clients/client-kafkaconnect/src/commands/DescribeCustomPluginCommand.ts @@ -122,9 +122,6 @@ export class DescribeCustomPluginCommand extends $Command< DescribeCustomPluginCommandOutput, KafkaConnectClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -138,9 +135,7 @@ export class DescribeCustomPluginCommand extends $Command< * @public */ constructor(readonly input: DescribeCustomPluginCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -193,7 +188,4 @@ export class DescribeCustomPluginCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DescribeCustomPluginCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-kafkaconnect/src/commands/DescribeWorkerConfigurationCommand.ts b/clients/client-kafkaconnect/src/commands/DescribeWorkerConfigurationCommand.ts index d41d82d644c6..2a6b93fc7d92 100644 --- a/clients/client-kafkaconnect/src/commands/DescribeWorkerConfigurationCommand.ts +++ b/clients/client-kafkaconnect/src/commands/DescribeWorkerConfigurationCommand.ts @@ -115,9 +115,6 @@ export class DescribeWorkerConfigurationCommand extends $Command< DescribeWorkerConfigurationCommandOutput, KafkaConnectClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -131,9 +128,7 @@ export class DescribeWorkerConfigurationCommand extends $Command< * @public */ constructor(readonly input: DescribeWorkerConfigurationCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -189,7 +184,4 @@ export class DescribeWorkerConfigurationCommand extends $Command< ): Promise { return de_DescribeWorkerConfigurationCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-kafkaconnect/src/commands/ListConnectorsCommand.ts b/clients/client-kafkaconnect/src/commands/ListConnectorsCommand.ts index 2b24e7f4883f..fcf39ee9abea 100644 --- a/clients/client-kafkaconnect/src/commands/ListConnectorsCommand.ts +++ b/clients/client-kafkaconnect/src/commands/ListConnectorsCommand.ts @@ -178,9 +178,6 @@ export class ListConnectorsCommand extends $Command< ListConnectorsCommandOutput, KafkaConnectClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -194,9 +191,7 @@ export class ListConnectorsCommand extends $Command< * @public */ constructor(readonly input: ListConnectorsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -249,7 +244,4 @@ export class ListConnectorsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListConnectorsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-kafkaconnect/src/commands/ListCustomPluginsCommand.ts b/clients/client-kafkaconnect/src/commands/ListCustomPluginsCommand.ts index 202430f6d48b..43e7849e7b8c 100644 --- a/clients/client-kafkaconnect/src/commands/ListCustomPluginsCommand.ts +++ b/clients/client-kafkaconnect/src/commands/ListCustomPluginsCommand.ts @@ -124,9 +124,6 @@ export class ListCustomPluginsCommand extends $Command< ListCustomPluginsCommandOutput, KafkaConnectClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -140,9 +137,7 @@ export class ListCustomPluginsCommand extends $Command< * @public */ constructor(readonly input: ListCustomPluginsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -195,7 +190,4 @@ export class ListCustomPluginsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListCustomPluginsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-kafkaconnect/src/commands/ListWorkerConfigurationsCommand.ts b/clients/client-kafkaconnect/src/commands/ListWorkerConfigurationsCommand.ts index ebf9a06676e7..9d993e7703e7 100644 --- a/clients/client-kafkaconnect/src/commands/ListWorkerConfigurationsCommand.ts +++ b/clients/client-kafkaconnect/src/commands/ListWorkerConfigurationsCommand.ts @@ -111,9 +111,6 @@ export class ListWorkerConfigurationsCommand extends $Command< ListWorkerConfigurationsCommandOutput, KafkaConnectClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -127,9 +124,7 @@ export class ListWorkerConfigurationsCommand extends $Command< * @public */ constructor(readonly input: ListWorkerConfigurationsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -182,7 +177,4 @@ export class ListWorkerConfigurationsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListWorkerConfigurationsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-kafkaconnect/src/commands/UpdateConnectorCommand.ts b/clients/client-kafkaconnect/src/commands/UpdateConnectorCommand.ts index 62789adfe874..1e8bdfebc1df 100644 --- a/clients/client-kafkaconnect/src/commands/UpdateConnectorCommand.ts +++ b/clients/client-kafkaconnect/src/commands/UpdateConnectorCommand.ts @@ -116,9 +116,6 @@ export class UpdateConnectorCommand extends $Command< UpdateConnectorCommandOutput, KafkaConnectClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -132,9 +129,7 @@ export class UpdateConnectorCommand extends $Command< * @public */ constructor(readonly input: UpdateConnectorCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -187,7 +182,4 @@ export class UpdateConnectorCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdateConnectorCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-kendra-ranking/package.json b/clients/client-kendra-ranking/package.json index 8dfcea887d48..e4c0120b6579 100644 --- a/clients/client-kendra-ranking/package.json +++ b/clients/client-kendra-ranking/package.json @@ -34,29 +34,29 @@ "@aws-sdk/util-endpoints": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@smithy/config-resolver": "^2.0.16", - "@smithy/fetch-http-handler": "^2.2.4", - "@smithy/hash-node": "^2.0.12", - "@smithy/invalid-dependency": "^2.0.12", - "@smithy/middleware-content-length": "^2.0.14", - "@smithy/middleware-endpoint": "^2.1.3", - "@smithy/middleware-retry": "^2.0.18", - "@smithy/middleware-serde": "^2.0.12", - "@smithy/middleware-stack": "^2.0.6", - "@smithy/node-config-provider": "^2.1.3", - "@smithy/node-http-handler": "^2.1.8", - "@smithy/protocol-http": "^3.0.8", - "@smithy/smithy-client": "^2.1.12", - "@smithy/types": "^2.4.0", - "@smithy/url-parser": "^2.0.12", - "@smithy/util-base64": "^2.0.0", + "@smithy/config-resolver": "^2.0.18", + "@smithy/fetch-http-handler": "^2.2.6", + "@smithy/hash-node": "^2.0.15", + "@smithy/invalid-dependency": "^2.0.13", + "@smithy/middleware-content-length": "^2.0.15", + "@smithy/middleware-endpoint": "^2.2.0", + "@smithy/middleware-retry": "^2.0.20", + "@smithy/middleware-serde": "^2.0.13", + "@smithy/middleware-stack": "^2.0.7", + "@smithy/node-config-provider": "^2.1.5", + "@smithy/node-http-handler": "^2.1.9", + "@smithy/protocol-http": "^3.0.9", + "@smithy/smithy-client": "^2.1.15", + "@smithy/types": "^2.5.0", + "@smithy/url-parser": "^2.0.13", + "@smithy/util-base64": "^2.0.1", "@smithy/util-body-length-browser": "^2.0.0", "@smithy/util-body-length-node": "^2.1.0", - "@smithy/util-defaults-mode-browser": "^2.0.16", - "@smithy/util-defaults-mode-node": "^2.0.21", - "@smithy/util-endpoints": "^1.0.2", - "@smithy/util-retry": "^2.0.5", - "@smithy/util-utf8": "^2.0.0", + "@smithy/util-defaults-mode-browser": "^2.0.19", + "@smithy/util-defaults-mode-node": "^2.0.25", + "@smithy/util-endpoints": "^1.0.4", + "@smithy/util-retry": "^2.0.6", + "@smithy/util-utf8": "^2.0.2", "tslib": "^2.5.0", "uuid": "^8.3.2" }, diff --git a/clients/client-kendra-ranking/src/commands/CreateRescoreExecutionPlanCommand.ts b/clients/client-kendra-ranking/src/commands/CreateRescoreExecutionPlanCommand.ts index 8c379402560e..a5acd76c6089 100644 --- a/clients/client-kendra-ranking/src/commands/CreateRescoreExecutionPlanCommand.ts +++ b/clients/client-kendra-ranking/src/commands/CreateRescoreExecutionPlanCommand.ts @@ -123,9 +123,6 @@ export class CreateRescoreExecutionPlanCommand extends $Command< CreateRescoreExecutionPlanCommandOutput, KendraRankingClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -138,9 +135,7 @@ export class CreateRescoreExecutionPlanCommand extends $Command< * @public */ constructor(readonly input: CreateRescoreExecutionPlanCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -196,7 +191,4 @@ export class CreateRescoreExecutionPlanCommand extends $Command< ): Promise { return de_CreateRescoreExecutionPlanCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-kendra-ranking/src/commands/DeleteRescoreExecutionPlanCommand.ts b/clients/client-kendra-ranking/src/commands/DeleteRescoreExecutionPlanCommand.ts index 3c7c47fe443d..5fa22e0ffda1 100644 --- a/clients/client-kendra-ranking/src/commands/DeleteRescoreExecutionPlanCommand.ts +++ b/clients/client-kendra-ranking/src/commands/DeleteRescoreExecutionPlanCommand.ts @@ -100,9 +100,6 @@ export class DeleteRescoreExecutionPlanCommand extends $Command< DeleteRescoreExecutionPlanCommandOutput, KendraRankingClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -115,9 +112,7 @@ export class DeleteRescoreExecutionPlanCommand extends $Command< * @public */ constructor(readonly input: DeleteRescoreExecutionPlanCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -173,7 +168,4 @@ export class DeleteRescoreExecutionPlanCommand extends $Command< ): Promise { return de_DeleteRescoreExecutionPlanCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-kendra-ranking/src/commands/DescribeRescoreExecutionPlanCommand.ts b/clients/client-kendra-ranking/src/commands/DescribeRescoreExecutionPlanCommand.ts index de4be48fe8bc..d022a3d1c65f 100644 --- a/clients/client-kendra-ranking/src/commands/DescribeRescoreExecutionPlanCommand.ts +++ b/clients/client-kendra-ranking/src/commands/DescribeRescoreExecutionPlanCommand.ts @@ -113,9 +113,6 @@ export class DescribeRescoreExecutionPlanCommand extends $Command< DescribeRescoreExecutionPlanCommandOutput, KendraRankingClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -128,9 +125,7 @@ export class DescribeRescoreExecutionPlanCommand extends $Command< * @public */ constructor(readonly input: DescribeRescoreExecutionPlanCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -186,7 +181,4 @@ export class DescribeRescoreExecutionPlanCommand extends $Command< ): Promise { return de_DescribeRescoreExecutionPlanCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-kendra-ranking/src/commands/ListRescoreExecutionPlansCommand.ts b/clients/client-kendra-ranking/src/commands/ListRescoreExecutionPlansCommand.ts index f5577c6fd63d..220bdbfeb63e 100644 --- a/clients/client-kendra-ranking/src/commands/ListRescoreExecutionPlansCommand.ts +++ b/clients/client-kendra-ranking/src/commands/ListRescoreExecutionPlansCommand.ts @@ -103,9 +103,6 @@ export class ListRescoreExecutionPlansCommand extends $Command< ListRescoreExecutionPlansCommandOutput, KendraRankingClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -118,9 +115,7 @@ export class ListRescoreExecutionPlansCommand extends $Command< * @public */ constructor(readonly input: ListRescoreExecutionPlansCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -176,7 +171,4 @@ export class ListRescoreExecutionPlansCommand extends $Command< ): Promise { return de_ListRescoreExecutionPlansCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-kendra-ranking/src/commands/ListTagsForResourceCommand.ts b/clients/client-kendra-ranking/src/commands/ListTagsForResourceCommand.ts index ddefb141b236..1f64f6c646a6 100644 --- a/clients/client-kendra-ranking/src/commands/ListTagsForResourceCommand.ts +++ b/clients/client-kendra-ranking/src/commands/ListTagsForResourceCommand.ts @@ -103,9 +103,6 @@ export class ListTagsForResourceCommand extends $Command< ListTagsForResourceCommandOutput, KendraRankingClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -118,9 +115,7 @@ export class ListTagsForResourceCommand extends $Command< * @public */ constructor(readonly input: ListTagsForResourceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -173,7 +168,4 @@ export class ListTagsForResourceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListTagsForResourceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-kendra-ranking/src/commands/RescoreCommand.ts b/clients/client-kendra-ranking/src/commands/RescoreCommand.ts index 7e9dec5b5c05..f9242d55e681 100644 --- a/clients/client-kendra-ranking/src/commands/RescoreCommand.ts +++ b/clients/client-kendra-ranking/src/commands/RescoreCommand.ts @@ -125,9 +125,6 @@ export class RescoreCommand extends $Command< RescoreCommandOutput, KendraRankingClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -140,9 +137,7 @@ export class RescoreCommand extends $Command< * @public */ constructor(readonly input: RescoreCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -193,7 +188,4 @@ export class RescoreCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_RescoreCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-kendra-ranking/src/commands/TagResourceCommand.ts b/clients/client-kendra-ranking/src/commands/TagResourceCommand.ts index 47b120078de6..02177d4e7428 100644 --- a/clients/client-kendra-ranking/src/commands/TagResourceCommand.ts +++ b/clients/client-kendra-ranking/src/commands/TagResourceCommand.ts @@ -104,9 +104,6 @@ export class TagResourceCommand extends $Command< TagResourceCommandOutput, KendraRankingClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -119,9 +116,7 @@ export class TagResourceCommand extends $Command< * @public */ constructor(readonly input: TagResourceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -172,7 +167,4 @@ export class TagResourceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_TagResourceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-kendra-ranking/src/commands/UntagResourceCommand.ts b/clients/client-kendra-ranking/src/commands/UntagResourceCommand.ts index 85d2dc30f667..1f32a961c183 100644 --- a/clients/client-kendra-ranking/src/commands/UntagResourceCommand.ts +++ b/clients/client-kendra-ranking/src/commands/UntagResourceCommand.ts @@ -100,9 +100,6 @@ export class UntagResourceCommand extends $Command< UntagResourceCommandOutput, KendraRankingClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -115,9 +112,7 @@ export class UntagResourceCommand extends $Command< * @public */ constructor(readonly input: UntagResourceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -168,7 +163,4 @@ export class UntagResourceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UntagResourceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-kendra-ranking/src/commands/UpdateRescoreExecutionPlanCommand.ts b/clients/client-kendra-ranking/src/commands/UpdateRescoreExecutionPlanCommand.ts index cb6b01a6c2a4..1399821dbf5f 100644 --- a/clients/client-kendra-ranking/src/commands/UpdateRescoreExecutionPlanCommand.ts +++ b/clients/client-kendra-ranking/src/commands/UpdateRescoreExecutionPlanCommand.ts @@ -115,9 +115,6 @@ export class UpdateRescoreExecutionPlanCommand extends $Command< UpdateRescoreExecutionPlanCommandOutput, KendraRankingClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -130,9 +127,7 @@ export class UpdateRescoreExecutionPlanCommand extends $Command< * @public */ constructor(readonly input: UpdateRescoreExecutionPlanCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -188,7 +183,4 @@ export class UpdateRescoreExecutionPlanCommand extends $Command< ): Promise { return de_UpdateRescoreExecutionPlanCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-kendra/package.json b/clients/client-kendra/package.json index c1346690c1b8..588088564fc4 100644 --- a/clients/client-kendra/package.json +++ b/clients/client-kendra/package.json @@ -34,29 +34,29 @@ "@aws-sdk/util-endpoints": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@smithy/config-resolver": "^2.0.16", - "@smithy/fetch-http-handler": "^2.2.4", - "@smithy/hash-node": "^2.0.12", - "@smithy/invalid-dependency": "^2.0.12", - "@smithy/middleware-content-length": "^2.0.14", - "@smithy/middleware-endpoint": "^2.1.3", - "@smithy/middleware-retry": "^2.0.18", - "@smithy/middleware-serde": "^2.0.12", - "@smithy/middleware-stack": "^2.0.6", - "@smithy/node-config-provider": "^2.1.3", - "@smithy/node-http-handler": "^2.1.8", - "@smithy/protocol-http": "^3.0.8", - "@smithy/smithy-client": "^2.1.12", - "@smithy/types": "^2.4.0", - "@smithy/url-parser": "^2.0.12", - "@smithy/util-base64": "^2.0.0", + "@smithy/config-resolver": "^2.0.18", + "@smithy/fetch-http-handler": "^2.2.6", + "@smithy/hash-node": "^2.0.15", + "@smithy/invalid-dependency": "^2.0.13", + "@smithy/middleware-content-length": "^2.0.15", + "@smithy/middleware-endpoint": "^2.2.0", + "@smithy/middleware-retry": "^2.0.20", + "@smithy/middleware-serde": "^2.0.13", + "@smithy/middleware-stack": "^2.0.7", + "@smithy/node-config-provider": "^2.1.5", + "@smithy/node-http-handler": "^2.1.9", + "@smithy/protocol-http": "^3.0.9", + "@smithy/smithy-client": "^2.1.15", + "@smithy/types": "^2.5.0", + "@smithy/url-parser": "^2.0.13", + "@smithy/util-base64": "^2.0.1", "@smithy/util-body-length-browser": "^2.0.0", "@smithy/util-body-length-node": "^2.1.0", - "@smithy/util-defaults-mode-browser": "^2.0.16", - "@smithy/util-defaults-mode-node": "^2.0.21", - "@smithy/util-endpoints": "^1.0.2", - "@smithy/util-retry": "^2.0.5", - "@smithy/util-utf8": "^2.0.0", + "@smithy/util-defaults-mode-browser": "^2.0.19", + "@smithy/util-defaults-mode-node": "^2.0.25", + "@smithy/util-endpoints": "^1.0.4", + "@smithy/util-retry": "^2.0.6", + "@smithy/util-utf8": "^2.0.2", "tslib": "^2.5.0", "uuid": "^8.3.2" }, diff --git a/clients/client-kendra/src/commands/AssociateEntitiesToExperienceCommand.ts b/clients/client-kendra/src/commands/AssociateEntitiesToExperienceCommand.ts index 5314fed5067a..8dbc7a0d3e69 100644 --- a/clients/client-kendra/src/commands/AssociateEntitiesToExperienceCommand.ts +++ b/clients/client-kendra/src/commands/AssociateEntitiesToExperienceCommand.ts @@ -115,9 +115,6 @@ export class AssociateEntitiesToExperienceCommand extends $Command< AssociateEntitiesToExperienceCommandOutput, KendraClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -131,9 +128,7 @@ export class AssociateEntitiesToExperienceCommand extends $Command< * @public */ constructor(readonly input: AssociateEntitiesToExperienceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -189,7 +184,4 @@ export class AssociateEntitiesToExperienceCommand extends $Command< ): Promise { return de_AssociateEntitiesToExperienceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-kendra/src/commands/AssociatePersonasToEntitiesCommand.ts b/clients/client-kendra/src/commands/AssociatePersonasToEntitiesCommand.ts index 4c14acde7ba3..7431ee3ed6ed 100644 --- a/clients/client-kendra/src/commands/AssociatePersonasToEntitiesCommand.ts +++ b/clients/client-kendra/src/commands/AssociatePersonasToEntitiesCommand.ts @@ -112,9 +112,6 @@ export class AssociatePersonasToEntitiesCommand extends $Command< AssociatePersonasToEntitiesCommandOutput, KendraClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -128,9 +125,7 @@ export class AssociatePersonasToEntitiesCommand extends $Command< * @public */ constructor(readonly input: AssociatePersonasToEntitiesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -186,7 +181,4 @@ export class AssociatePersonasToEntitiesCommand extends $Command< ): Promise { return de_AssociatePersonasToEntitiesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-kendra/src/commands/BatchDeleteDocumentCommand.ts b/clients/client-kendra/src/commands/BatchDeleteDocumentCommand.ts index 762b0fb6d2bf..d74586be76c0 100644 --- a/clients/client-kendra/src/commands/BatchDeleteDocumentCommand.ts +++ b/clients/client-kendra/src/commands/BatchDeleteDocumentCommand.ts @@ -116,9 +116,6 @@ export class BatchDeleteDocumentCommand extends $Command< BatchDeleteDocumentCommandOutput, KendraClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -132,9 +129,7 @@ export class BatchDeleteDocumentCommand extends $Command< * @public */ constructor(readonly input: BatchDeleteDocumentCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -187,7 +182,4 @@ export class BatchDeleteDocumentCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_BatchDeleteDocumentCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-kendra/src/commands/BatchDeleteFeaturedResultsSetCommand.ts b/clients/client-kendra/src/commands/BatchDeleteFeaturedResultsSetCommand.ts index 734bdf56b760..120637642a3c 100644 --- a/clients/client-kendra/src/commands/BatchDeleteFeaturedResultsSetCommand.ts +++ b/clients/client-kendra/src/commands/BatchDeleteFeaturedResultsSetCommand.ts @@ -106,9 +106,6 @@ export class BatchDeleteFeaturedResultsSetCommand extends $Command< BatchDeleteFeaturedResultsSetCommandOutput, KendraClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -122,9 +119,7 @@ export class BatchDeleteFeaturedResultsSetCommand extends $Command< * @public */ constructor(readonly input: BatchDeleteFeaturedResultsSetCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -180,7 +175,4 @@ export class BatchDeleteFeaturedResultsSetCommand extends $Command< ): Promise { return de_BatchDeleteFeaturedResultsSetCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-kendra/src/commands/BatchGetDocumentStatusCommand.ts b/clients/client-kendra/src/commands/BatchGetDocumentStatusCommand.ts index 315f9ad8825f..cae599811f95 100644 --- a/clients/client-kendra/src/commands/BatchGetDocumentStatusCommand.ts +++ b/clients/client-kendra/src/commands/BatchGetDocumentStatusCommand.ts @@ -134,9 +134,6 @@ export class BatchGetDocumentStatusCommand extends $Command< BatchGetDocumentStatusCommandOutput, KendraClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -150,9 +147,7 @@ export class BatchGetDocumentStatusCommand extends $Command< * @public */ constructor(readonly input: BatchGetDocumentStatusCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -205,7 +200,4 @@ export class BatchGetDocumentStatusCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_BatchGetDocumentStatusCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-kendra/src/commands/BatchPutDocumentCommand.ts b/clients/client-kendra/src/commands/BatchPutDocumentCommand.ts index cc9e8325bedd..8f4a39e7210d 100644 --- a/clients/client-kendra/src/commands/BatchPutDocumentCommand.ts +++ b/clients/client-kendra/src/commands/BatchPutDocumentCommand.ts @@ -229,9 +229,6 @@ export class BatchPutDocumentCommand extends $Command< BatchPutDocumentCommandOutput, KendraClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -245,9 +242,7 @@ export class BatchPutDocumentCommand extends $Command< * @public */ constructor(readonly input: BatchPutDocumentCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -300,7 +295,4 @@ export class BatchPutDocumentCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_BatchPutDocumentCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-kendra/src/commands/ClearQuerySuggestionsCommand.ts b/clients/client-kendra/src/commands/ClearQuerySuggestionsCommand.ts index 5af4d13c2096..a3d05d382ec5 100644 --- a/clients/client-kendra/src/commands/ClearQuerySuggestionsCommand.ts +++ b/clients/client-kendra/src/commands/ClearQuerySuggestionsCommand.ts @@ -101,9 +101,6 @@ export class ClearQuerySuggestionsCommand extends $Command< ClearQuerySuggestionsCommandOutput, KendraClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -117,9 +114,7 @@ export class ClearQuerySuggestionsCommand extends $Command< * @public */ constructor(readonly input: ClearQuerySuggestionsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -172,7 +167,4 @@ export class ClearQuerySuggestionsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ClearQuerySuggestionsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-kendra/src/commands/CreateAccessControlConfigurationCommand.ts b/clients/client-kendra/src/commands/CreateAccessControlConfigurationCommand.ts index 28089458e18a..2feb54c27aac 100644 --- a/clients/client-kendra/src/commands/CreateAccessControlConfigurationCommand.ts +++ b/clients/client-kendra/src/commands/CreateAccessControlConfigurationCommand.ts @@ -146,9 +146,6 @@ export class CreateAccessControlConfigurationCommand extends $Command< CreateAccessControlConfigurationCommandOutput, KendraClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -162,9 +159,7 @@ export class CreateAccessControlConfigurationCommand extends $Command< * @public */ constructor(readonly input: CreateAccessControlConfigurationCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -223,7 +218,4 @@ export class CreateAccessControlConfigurationCommand extends $Command< ): Promise { return de_CreateAccessControlConfigurationCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-kendra/src/commands/CreateDataSourceCommand.ts b/clients/client-kendra/src/commands/CreateDataSourceCommand.ts index 9398a81067b6..c480e2334625 100644 --- a/clients/client-kendra/src/commands/CreateDataSourceCommand.ts +++ b/clients/client-kendra/src/commands/CreateDataSourceCommand.ts @@ -680,9 +680,6 @@ export class CreateDataSourceCommand extends $Command< CreateDataSourceCommandOutput, KendraClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -696,9 +693,7 @@ export class CreateDataSourceCommand extends $Command< * @public */ constructor(readonly input: CreateDataSourceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -751,7 +746,4 @@ export class CreateDataSourceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateDataSourceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-kendra/src/commands/CreateExperienceCommand.ts b/clients/client-kendra/src/commands/CreateExperienceCommand.ts index 23452fd21aa7..9748a7b23a6a 100644 --- a/clients/client-kendra/src/commands/CreateExperienceCommand.ts +++ b/clients/client-kendra/src/commands/CreateExperienceCommand.ts @@ -121,9 +121,6 @@ export class CreateExperienceCommand extends $Command< CreateExperienceCommandOutput, KendraClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -137,9 +134,7 @@ export class CreateExperienceCommand extends $Command< * @public */ constructor(readonly input: CreateExperienceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -192,7 +187,4 @@ export class CreateExperienceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateExperienceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-kendra/src/commands/CreateFaqCommand.ts b/clients/client-kendra/src/commands/CreateFaqCommand.ts index 3e7a427ffd91..aee83f8aeda2 100644 --- a/clients/client-kendra/src/commands/CreateFaqCommand.ts +++ b/clients/client-kendra/src/commands/CreateFaqCommand.ts @@ -119,9 +119,6 @@ export class CreateFaqCommand extends $Command< CreateFaqCommandOutput, KendraClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -135,9 +132,7 @@ export class CreateFaqCommand extends $Command< * @public */ constructor(readonly input: CreateFaqCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -188,7 +183,4 @@ export class CreateFaqCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateFaqCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-kendra/src/commands/CreateFeaturedResultsSetCommand.ts b/clients/client-kendra/src/commands/CreateFeaturedResultsSetCommand.ts index 32813a09d2b3..e6a4780e64d5 100644 --- a/clients/client-kendra/src/commands/CreateFeaturedResultsSetCommand.ts +++ b/clients/client-kendra/src/commands/CreateFeaturedResultsSetCommand.ts @@ -139,9 +139,6 @@ export class CreateFeaturedResultsSetCommand extends $Command< CreateFeaturedResultsSetCommandOutput, KendraClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -155,9 +152,7 @@ export class CreateFeaturedResultsSetCommand extends $Command< * @public */ constructor(readonly input: CreateFeaturedResultsSetCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -210,7 +205,4 @@ export class CreateFeaturedResultsSetCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateFeaturedResultsSetCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-kendra/src/commands/CreateIndexCommand.ts b/clients/client-kendra/src/commands/CreateIndexCommand.ts index 97062f5a9cbe..e67c6f4e88a2 100644 --- a/clients/client-kendra/src/commands/CreateIndexCommand.ts +++ b/clients/client-kendra/src/commands/CreateIndexCommand.ts @@ -143,9 +143,6 @@ export class CreateIndexCommand extends $Command< CreateIndexCommandOutput, KendraClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -159,9 +156,7 @@ export class CreateIndexCommand extends $Command< * @public */ constructor(readonly input: CreateIndexCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -212,7 +207,4 @@ export class CreateIndexCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateIndexCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-kendra/src/commands/CreateQuerySuggestionsBlockListCommand.ts b/clients/client-kendra/src/commands/CreateQuerySuggestionsBlockListCommand.ts index ad4fbd8a3743..6246ef17cd81 100644 --- a/clients/client-kendra/src/commands/CreateQuerySuggestionsBlockListCommand.ts +++ b/clients/client-kendra/src/commands/CreateQuerySuggestionsBlockListCommand.ts @@ -133,9 +133,6 @@ export class CreateQuerySuggestionsBlockListCommand extends $Command< CreateQuerySuggestionsBlockListCommandOutput, KendraClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -149,9 +146,7 @@ export class CreateQuerySuggestionsBlockListCommand extends $Command< * @public */ constructor(readonly input: CreateQuerySuggestionsBlockListCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -210,7 +205,4 @@ export class CreateQuerySuggestionsBlockListCommand extends $Command< ): Promise { return de_CreateQuerySuggestionsBlockListCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-kendra/src/commands/CreateThesaurusCommand.ts b/clients/client-kendra/src/commands/CreateThesaurusCommand.ts index 5429cf3e4479..17dda491c9a8 100644 --- a/clients/client-kendra/src/commands/CreateThesaurusCommand.ts +++ b/clients/client-kendra/src/commands/CreateThesaurusCommand.ts @@ -118,9 +118,6 @@ export class CreateThesaurusCommand extends $Command< CreateThesaurusCommandOutput, KendraClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -134,9 +131,7 @@ export class CreateThesaurusCommand extends $Command< * @public */ constructor(readonly input: CreateThesaurusCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -189,7 +184,4 @@ export class CreateThesaurusCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateThesaurusCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-kendra/src/commands/DeleteAccessControlConfigurationCommand.ts b/clients/client-kendra/src/commands/DeleteAccessControlConfigurationCommand.ts index ee0818fa300c..845e295ffcae 100644 --- a/clients/client-kendra/src/commands/DeleteAccessControlConfigurationCommand.ts +++ b/clients/client-kendra/src/commands/DeleteAccessControlConfigurationCommand.ts @@ -101,9 +101,6 @@ export class DeleteAccessControlConfigurationCommand extends $Command< DeleteAccessControlConfigurationCommandOutput, KendraClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -117,9 +114,7 @@ export class DeleteAccessControlConfigurationCommand extends $Command< * @public */ constructor(readonly input: DeleteAccessControlConfigurationCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -178,7 +173,4 @@ export class DeleteAccessControlConfigurationCommand extends $Command< ): Promise { return de_DeleteAccessControlConfigurationCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-kendra/src/commands/DeleteDataSourceCommand.ts b/clients/client-kendra/src/commands/DeleteDataSourceCommand.ts index e6310ff0bb24..007ada605065 100644 --- a/clients/client-kendra/src/commands/DeleteDataSourceCommand.ts +++ b/clients/client-kendra/src/commands/DeleteDataSourceCommand.ts @@ -99,9 +99,6 @@ export class DeleteDataSourceCommand extends $Command< DeleteDataSourceCommandOutput, KendraClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -115,9 +112,7 @@ export class DeleteDataSourceCommand extends $Command< * @public */ constructor(readonly input: DeleteDataSourceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -170,7 +165,4 @@ export class DeleteDataSourceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteDataSourceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-kendra/src/commands/DeleteExperienceCommand.ts b/clients/client-kendra/src/commands/DeleteExperienceCommand.ts index db900778c869..da29860bd5c3 100644 --- a/clients/client-kendra/src/commands/DeleteExperienceCommand.ts +++ b/clients/client-kendra/src/commands/DeleteExperienceCommand.ts @@ -95,9 +95,6 @@ export class DeleteExperienceCommand extends $Command< DeleteExperienceCommandOutput, KendraClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -111,9 +108,7 @@ export class DeleteExperienceCommand extends $Command< * @public */ constructor(readonly input: DeleteExperienceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -166,7 +161,4 @@ export class DeleteExperienceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteExperienceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-kendra/src/commands/DeleteFaqCommand.ts b/clients/client-kendra/src/commands/DeleteFaqCommand.ts index e5ea2cade6af..76d815f5141d 100644 --- a/clients/client-kendra/src/commands/DeleteFaqCommand.ts +++ b/clients/client-kendra/src/commands/DeleteFaqCommand.ts @@ -93,9 +93,6 @@ export class DeleteFaqCommand extends $Command< DeleteFaqCommandOutput, KendraClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -109,9 +106,7 @@ export class DeleteFaqCommand extends $Command< * @public */ constructor(readonly input: DeleteFaqCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -162,7 +157,4 @@ export class DeleteFaqCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteFaqCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-kendra/src/commands/DeleteIndexCommand.ts b/clients/client-kendra/src/commands/DeleteIndexCommand.ts index 3e536f7608e2..363cb89fa7d7 100644 --- a/clients/client-kendra/src/commands/DeleteIndexCommand.ts +++ b/clients/client-kendra/src/commands/DeleteIndexCommand.ts @@ -95,9 +95,6 @@ export class DeleteIndexCommand extends $Command< DeleteIndexCommandOutput, KendraClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -111,9 +108,7 @@ export class DeleteIndexCommand extends $Command< * @public */ constructor(readonly input: DeleteIndexCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -164,7 +159,4 @@ export class DeleteIndexCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteIndexCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-kendra/src/commands/DeletePrincipalMappingCommand.ts b/clients/client-kendra/src/commands/DeletePrincipalMappingCommand.ts index eccacde60f6f..f78e2b40db63 100644 --- a/clients/client-kendra/src/commands/DeletePrincipalMappingCommand.ts +++ b/clients/client-kendra/src/commands/DeletePrincipalMappingCommand.ts @@ -107,9 +107,6 @@ export class DeletePrincipalMappingCommand extends $Command< DeletePrincipalMappingCommandOutput, KendraClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -123,9 +120,7 @@ export class DeletePrincipalMappingCommand extends $Command< * @public */ constructor(readonly input: DeletePrincipalMappingCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -178,7 +173,4 @@ export class DeletePrincipalMappingCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeletePrincipalMappingCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-kendra/src/commands/DeleteQuerySuggestionsBlockListCommand.ts b/clients/client-kendra/src/commands/DeleteQuerySuggestionsBlockListCommand.ts index be39c5f64054..fd1ebc32cb0f 100644 --- a/clients/client-kendra/src/commands/DeleteQuerySuggestionsBlockListCommand.ts +++ b/clients/client-kendra/src/commands/DeleteQuerySuggestionsBlockListCommand.ts @@ -102,9 +102,6 @@ export class DeleteQuerySuggestionsBlockListCommand extends $Command< DeleteQuerySuggestionsBlockListCommandOutput, KendraClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -118,9 +115,7 @@ export class DeleteQuerySuggestionsBlockListCommand extends $Command< * @public */ constructor(readonly input: DeleteQuerySuggestionsBlockListCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -179,7 +174,4 @@ export class DeleteQuerySuggestionsBlockListCommand extends $Command< ): Promise { return de_DeleteQuerySuggestionsBlockListCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-kendra/src/commands/DeleteThesaurusCommand.ts b/clients/client-kendra/src/commands/DeleteThesaurusCommand.ts index 01f971f483c6..853d5915ab2a 100644 --- a/clients/client-kendra/src/commands/DeleteThesaurusCommand.ts +++ b/clients/client-kendra/src/commands/DeleteThesaurusCommand.ts @@ -94,9 +94,6 @@ export class DeleteThesaurusCommand extends $Command< DeleteThesaurusCommandOutput, KendraClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -110,9 +107,7 @@ export class DeleteThesaurusCommand extends $Command< * @public */ constructor(readonly input: DeleteThesaurusCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -165,7 +160,4 @@ export class DeleteThesaurusCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteThesaurusCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-kendra/src/commands/DescribeAccessControlConfigurationCommand.ts b/clients/client-kendra/src/commands/DescribeAccessControlConfigurationCommand.ts index 538622266b22..df9d677e248e 100644 --- a/clients/client-kendra/src/commands/DescribeAccessControlConfigurationCommand.ts +++ b/clients/client-kendra/src/commands/DescribeAccessControlConfigurationCommand.ts @@ -124,9 +124,6 @@ export class DescribeAccessControlConfigurationCommand extends $Command< DescribeAccessControlConfigurationCommandOutput, KendraClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -140,9 +137,7 @@ export class DescribeAccessControlConfigurationCommand extends $Command< * @public */ constructor(readonly input: DescribeAccessControlConfigurationCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -201,7 +196,4 @@ export class DescribeAccessControlConfigurationCommand extends $Command< ): Promise { return de_DescribeAccessControlConfigurationCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-kendra/src/commands/DescribeDataSourceCommand.ts b/clients/client-kendra/src/commands/DescribeDataSourceCommand.ts index c6289842ffd6..c5b0c7abf1e5 100644 --- a/clients/client-kendra/src/commands/DescribeDataSourceCommand.ts +++ b/clients/client-kendra/src/commands/DescribeDataSourceCommand.ts @@ -655,9 +655,6 @@ export class DescribeDataSourceCommand extends $Command< DescribeDataSourceCommandOutput, KendraClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -671,9 +668,7 @@ export class DescribeDataSourceCommand extends $Command< * @public */ constructor(readonly input: DescribeDataSourceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -726,7 +721,4 @@ export class DescribeDataSourceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DescribeDataSourceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-kendra/src/commands/DescribeExperienceCommand.ts b/clients/client-kendra/src/commands/DescribeExperienceCommand.ts index 6eaf4468148d..b9eee4f054f6 100644 --- a/clients/client-kendra/src/commands/DescribeExperienceCommand.ts +++ b/clients/client-kendra/src/commands/DescribeExperienceCommand.ts @@ -122,9 +122,6 @@ export class DescribeExperienceCommand extends $Command< DescribeExperienceCommandOutput, KendraClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -138,9 +135,7 @@ export class DescribeExperienceCommand extends $Command< * @public */ constructor(readonly input: DescribeExperienceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -193,7 +188,4 @@ export class DescribeExperienceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DescribeExperienceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-kendra/src/commands/DescribeFaqCommand.ts b/clients/client-kendra/src/commands/DescribeFaqCommand.ts index 6eb0707ac26b..e23308471d81 100644 --- a/clients/client-kendra/src/commands/DescribeFaqCommand.ts +++ b/clients/client-kendra/src/commands/DescribeFaqCommand.ts @@ -105,9 +105,6 @@ export class DescribeFaqCommand extends $Command< DescribeFaqCommandOutput, KendraClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -121,9 +118,7 @@ export class DescribeFaqCommand extends $Command< * @public */ constructor(readonly input: DescribeFaqCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -174,7 +169,4 @@ export class DescribeFaqCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DescribeFaqCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-kendra/src/commands/DescribeFeaturedResultsSetCommand.ts b/clients/client-kendra/src/commands/DescribeFeaturedResultsSetCommand.ts index e82eeb7b7018..9e6373d4d4b6 100644 --- a/clients/client-kendra/src/commands/DescribeFeaturedResultsSetCommand.ts +++ b/clients/client-kendra/src/commands/DescribeFeaturedResultsSetCommand.ts @@ -113,9 +113,6 @@ export class DescribeFeaturedResultsSetCommand extends $Command< DescribeFeaturedResultsSetCommandOutput, KendraClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -129,9 +126,7 @@ export class DescribeFeaturedResultsSetCommand extends $Command< * @public */ constructor(readonly input: DescribeFeaturedResultsSetCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -187,7 +182,4 @@ export class DescribeFeaturedResultsSetCommand extends $Command< ): Promise { return de_DescribeFeaturedResultsSetCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-kendra/src/commands/DescribeIndexCommand.ts b/clients/client-kendra/src/commands/DescribeIndexCommand.ts index 5c37d455e651..973f0a51872f 100644 --- a/clients/client-kendra/src/commands/DescribeIndexCommand.ts +++ b/clients/client-kendra/src/commands/DescribeIndexCommand.ts @@ -160,9 +160,6 @@ export class DescribeIndexCommand extends $Command< DescribeIndexCommandOutput, KendraClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -176,9 +173,7 @@ export class DescribeIndexCommand extends $Command< * @public */ constructor(readonly input: DescribeIndexCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -229,7 +224,4 @@ export class DescribeIndexCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DescribeIndexCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-kendra/src/commands/DescribePrincipalMappingCommand.ts b/clients/client-kendra/src/commands/DescribePrincipalMappingCommand.ts index ab156edb4a09..47f8fc0bd24d 100644 --- a/clients/client-kendra/src/commands/DescribePrincipalMappingCommand.ts +++ b/clients/client-kendra/src/commands/DescribePrincipalMappingCommand.ts @@ -110,9 +110,6 @@ export class DescribePrincipalMappingCommand extends $Command< DescribePrincipalMappingCommandOutput, KendraClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -126,9 +123,7 @@ export class DescribePrincipalMappingCommand extends $Command< * @public */ constructor(readonly input: DescribePrincipalMappingCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -181,7 +176,4 @@ export class DescribePrincipalMappingCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DescribePrincipalMappingCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-kendra/src/commands/DescribeQuerySuggestionsBlockListCommand.ts b/clients/client-kendra/src/commands/DescribeQuerySuggestionsBlockListCommand.ts index 2b1d300fba25..12751827d3dd 100644 --- a/clients/client-kendra/src/commands/DescribeQuerySuggestionsBlockListCommand.ts +++ b/clients/client-kendra/src/commands/DescribeQuerySuggestionsBlockListCommand.ts @@ -119,9 +119,6 @@ export class DescribeQuerySuggestionsBlockListCommand extends $Command< DescribeQuerySuggestionsBlockListCommandOutput, KendraClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -135,9 +132,7 @@ export class DescribeQuerySuggestionsBlockListCommand extends $Command< * @public */ constructor(readonly input: DescribeQuerySuggestionsBlockListCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -196,7 +191,4 @@ export class DescribeQuerySuggestionsBlockListCommand extends $Command< ): Promise { return de_DescribeQuerySuggestionsBlockListCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-kendra/src/commands/DescribeQuerySuggestionsConfigCommand.ts b/clients/client-kendra/src/commands/DescribeQuerySuggestionsConfigCommand.ts index a60d512e65bf..c54d15e3a5a2 100644 --- a/clients/client-kendra/src/commands/DescribeQuerySuggestionsConfigCommand.ts +++ b/clients/client-kendra/src/commands/DescribeQuerySuggestionsConfigCommand.ts @@ -117,9 +117,6 @@ export class DescribeQuerySuggestionsConfigCommand extends $Command< DescribeQuerySuggestionsConfigCommandOutput, KendraClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -133,9 +130,7 @@ export class DescribeQuerySuggestionsConfigCommand extends $Command< * @public */ constructor(readonly input: DescribeQuerySuggestionsConfigCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -194,7 +189,4 @@ export class DescribeQuerySuggestionsConfigCommand extends $Command< ): Promise { return de_DescribeQuerySuggestionsConfigCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-kendra/src/commands/DescribeThesaurusCommand.ts b/clients/client-kendra/src/commands/DescribeThesaurusCommand.ts index f064300b91c9..51f6fee2f26f 100644 --- a/clients/client-kendra/src/commands/DescribeThesaurusCommand.ts +++ b/clients/client-kendra/src/commands/DescribeThesaurusCommand.ts @@ -106,9 +106,6 @@ export class DescribeThesaurusCommand extends $Command< DescribeThesaurusCommandOutput, KendraClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -122,9 +119,7 @@ export class DescribeThesaurusCommand extends $Command< * @public */ constructor(readonly input: DescribeThesaurusCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -177,7 +172,4 @@ export class DescribeThesaurusCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DescribeThesaurusCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-kendra/src/commands/DisassociateEntitiesFromExperienceCommand.ts b/clients/client-kendra/src/commands/DisassociateEntitiesFromExperienceCommand.ts index bb776ad3f64f..0079a505d124 100644 --- a/clients/client-kendra/src/commands/DisassociateEntitiesFromExperienceCommand.ts +++ b/clients/client-kendra/src/commands/DisassociateEntitiesFromExperienceCommand.ts @@ -114,9 +114,6 @@ export class DisassociateEntitiesFromExperienceCommand extends $Command< DisassociateEntitiesFromExperienceCommandOutput, KendraClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -130,9 +127,7 @@ export class DisassociateEntitiesFromExperienceCommand extends $Command< * @public */ constructor(readonly input: DisassociateEntitiesFromExperienceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -191,7 +186,4 @@ export class DisassociateEntitiesFromExperienceCommand extends $Command< ): Promise { return de_DisassociateEntitiesFromExperienceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-kendra/src/commands/DisassociatePersonasFromEntitiesCommand.ts b/clients/client-kendra/src/commands/DisassociatePersonasFromEntitiesCommand.ts index adf7d1e744d1..5335e26557de 100644 --- a/clients/client-kendra/src/commands/DisassociatePersonasFromEntitiesCommand.ts +++ b/clients/client-kendra/src/commands/DisassociatePersonasFromEntitiesCommand.ts @@ -108,9 +108,6 @@ export class DisassociatePersonasFromEntitiesCommand extends $Command< DisassociatePersonasFromEntitiesCommandOutput, KendraClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -124,9 +121,7 @@ export class DisassociatePersonasFromEntitiesCommand extends $Command< * @public */ constructor(readonly input: DisassociatePersonasFromEntitiesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -185,7 +180,4 @@ export class DisassociatePersonasFromEntitiesCommand extends $Command< ): Promise { return de_DisassociatePersonasFromEntitiesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-kendra/src/commands/GetQuerySuggestionsCommand.ts b/clients/client-kendra/src/commands/GetQuerySuggestionsCommand.ts index 0e21f4d3d361..ba7892f8633f 100644 --- a/clients/client-kendra/src/commands/GetQuerySuggestionsCommand.ts +++ b/clients/client-kendra/src/commands/GetQuerySuggestionsCommand.ts @@ -248,9 +248,6 @@ export class GetQuerySuggestionsCommand extends $Command< GetQuerySuggestionsCommandOutput, KendraClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -264,9 +261,7 @@ export class GetQuerySuggestionsCommand extends $Command< * @public */ constructor(readonly input: GetQuerySuggestionsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -319,7 +314,4 @@ export class GetQuerySuggestionsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetQuerySuggestionsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-kendra/src/commands/GetSnapshotsCommand.ts b/clients/client-kendra/src/commands/GetSnapshotsCommand.ts index 3c4a9ed8de8a..63040249b72c 100644 --- a/clients/client-kendra/src/commands/GetSnapshotsCommand.ts +++ b/clients/client-kendra/src/commands/GetSnapshotsCommand.ts @@ -103,9 +103,6 @@ export class GetSnapshotsCommand extends $Command< GetSnapshotsCommandOutput, KendraClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -119,9 +116,7 @@ export class GetSnapshotsCommand extends $Command< * @public */ constructor(readonly input: GetSnapshotsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -172,7 +167,4 @@ export class GetSnapshotsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetSnapshotsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-kendra/src/commands/ListAccessControlConfigurationsCommand.ts b/clients/client-kendra/src/commands/ListAccessControlConfigurationsCommand.ts index 2ff4ae22a2db..5143ca61453b 100644 --- a/clients/client-kendra/src/commands/ListAccessControlConfigurationsCommand.ts +++ b/clients/client-kendra/src/commands/ListAccessControlConfigurationsCommand.ts @@ -105,9 +105,6 @@ export class ListAccessControlConfigurationsCommand extends $Command< ListAccessControlConfigurationsCommandOutput, KendraClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -121,9 +118,7 @@ export class ListAccessControlConfigurationsCommand extends $Command< * @public */ constructor(readonly input: ListAccessControlConfigurationsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -182,7 +177,4 @@ export class ListAccessControlConfigurationsCommand extends $Command< ): Promise { return de_ListAccessControlConfigurationsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-kendra/src/commands/ListDataSourceSyncJobsCommand.ts b/clients/client-kendra/src/commands/ListDataSourceSyncJobsCommand.ts index 1bafba1180f5..b1891dfa44b9 100644 --- a/clients/client-kendra/src/commands/ListDataSourceSyncJobsCommand.ts +++ b/clients/client-kendra/src/commands/ListDataSourceSyncJobsCommand.ts @@ -120,9 +120,6 @@ export class ListDataSourceSyncJobsCommand extends $Command< ListDataSourceSyncJobsCommandOutput, KendraClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -136,9 +133,7 @@ export class ListDataSourceSyncJobsCommand extends $Command< * @public */ constructor(readonly input: ListDataSourceSyncJobsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -191,7 +186,4 @@ export class ListDataSourceSyncJobsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListDataSourceSyncJobsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-kendra/src/commands/ListDataSourcesCommand.ts b/clients/client-kendra/src/commands/ListDataSourcesCommand.ts index 54e36553efcf..ba03bf19f2e5 100644 --- a/clients/client-kendra/src/commands/ListDataSourcesCommand.ts +++ b/clients/client-kendra/src/commands/ListDataSourcesCommand.ts @@ -103,9 +103,6 @@ export class ListDataSourcesCommand extends $Command< ListDataSourcesCommandOutput, KendraClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -119,9 +116,7 @@ export class ListDataSourcesCommand extends $Command< * @public */ constructor(readonly input: ListDataSourcesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -174,7 +169,4 @@ export class ListDataSourcesCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListDataSourcesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-kendra/src/commands/ListEntityPersonasCommand.ts b/clients/client-kendra/src/commands/ListEntityPersonasCommand.ts index 588e881a765d..50de17ada393 100644 --- a/clients/client-kendra/src/commands/ListEntityPersonasCommand.ts +++ b/clients/client-kendra/src/commands/ListEntityPersonasCommand.ts @@ -102,9 +102,6 @@ export class ListEntityPersonasCommand extends $Command< ListEntityPersonasCommandOutput, KendraClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -118,9 +115,7 @@ export class ListEntityPersonasCommand extends $Command< * @public */ constructor(readonly input: ListEntityPersonasCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -173,7 +168,4 @@ export class ListEntityPersonasCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListEntityPersonasCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-kendra/src/commands/ListExperienceEntitiesCommand.ts b/clients/client-kendra/src/commands/ListExperienceEntitiesCommand.ts index 1fd33bfdbb61..18db51068f16 100644 --- a/clients/client-kendra/src/commands/ListExperienceEntitiesCommand.ts +++ b/clients/client-kendra/src/commands/ListExperienceEntitiesCommand.ts @@ -113,9 +113,6 @@ export class ListExperienceEntitiesCommand extends $Command< ListExperienceEntitiesCommandOutput, KendraClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -129,9 +126,7 @@ export class ListExperienceEntitiesCommand extends $Command< * @public */ constructor(readonly input: ListExperienceEntitiesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -184,7 +179,4 @@ export class ListExperienceEntitiesCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListExperienceEntitiesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-kendra/src/commands/ListExperiencesCommand.ts b/clients/client-kendra/src/commands/ListExperiencesCommand.ts index 0f8cab6f8392..de0cddf31637 100644 --- a/clients/client-kendra/src/commands/ListExperiencesCommand.ts +++ b/clients/client-kendra/src/commands/ListExperiencesCommand.ts @@ -109,9 +109,6 @@ export class ListExperiencesCommand extends $Command< ListExperiencesCommandOutput, KendraClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -125,9 +122,7 @@ export class ListExperiencesCommand extends $Command< * @public */ constructor(readonly input: ListExperiencesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -180,7 +175,4 @@ export class ListExperiencesCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListExperiencesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-kendra/src/commands/ListFaqsCommand.ts b/clients/client-kendra/src/commands/ListFaqsCommand.ts index cfb065478b4a..cf3e4c7d12ff 100644 --- a/clients/client-kendra/src/commands/ListFaqsCommand.ts +++ b/clients/client-kendra/src/commands/ListFaqsCommand.ts @@ -99,9 +99,6 @@ export interface ListFaqsCommandOutput extends ListFaqsResponse, __MetadataBeare * */ export class ListFaqsCommand extends $Command { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -115,9 +112,7 @@ export class ListFaqsCommand extends $Command { return de_ListFaqsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-kendra/src/commands/ListFeaturedResultsSetsCommand.ts b/clients/client-kendra/src/commands/ListFeaturedResultsSetsCommand.ts index 950a59fa859b..6ab6422f7763 100644 --- a/clients/client-kendra/src/commands/ListFeaturedResultsSetsCommand.ts +++ b/clients/client-kendra/src/commands/ListFeaturedResultsSetsCommand.ts @@ -103,9 +103,6 @@ export class ListFeaturedResultsSetsCommand extends $Command< ListFeaturedResultsSetsCommandOutput, KendraClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -119,9 +116,7 @@ export class ListFeaturedResultsSetsCommand extends $Command< * @public */ constructor(readonly input: ListFeaturedResultsSetsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -174,7 +169,4 @@ export class ListFeaturedResultsSetsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListFeaturedResultsSetsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-kendra/src/commands/ListGroupsOlderThanOrderingIdCommand.ts b/clients/client-kendra/src/commands/ListGroupsOlderThanOrderingIdCommand.ts index 86d5a4258fe4..d72370b26c86 100644 --- a/clients/client-kendra/src/commands/ListGroupsOlderThanOrderingIdCommand.ts +++ b/clients/client-kendra/src/commands/ListGroupsOlderThanOrderingIdCommand.ts @@ -112,9 +112,6 @@ export class ListGroupsOlderThanOrderingIdCommand extends $Command< ListGroupsOlderThanOrderingIdCommandOutput, KendraClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -128,9 +125,7 @@ export class ListGroupsOlderThanOrderingIdCommand extends $Command< * @public */ constructor(readonly input: ListGroupsOlderThanOrderingIdCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -186,7 +181,4 @@ export class ListGroupsOlderThanOrderingIdCommand extends $Command< ): Promise { return de_ListGroupsOlderThanOrderingIdCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-kendra/src/commands/ListIndicesCommand.ts b/clients/client-kendra/src/commands/ListIndicesCommand.ts index 776966c389df..dedf9c80a294 100644 --- a/clients/client-kendra/src/commands/ListIndicesCommand.ts +++ b/clients/client-kendra/src/commands/ListIndicesCommand.ts @@ -97,9 +97,6 @@ export class ListIndicesCommand extends $Command< ListIndicesCommandOutput, KendraClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -113,9 +110,7 @@ export class ListIndicesCommand extends $Command< * @public */ constructor(readonly input: ListIndicesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -166,7 +161,4 @@ export class ListIndicesCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListIndicesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-kendra/src/commands/ListQuerySuggestionsBlockListsCommand.ts b/clients/client-kendra/src/commands/ListQuerySuggestionsBlockListsCommand.ts index a83036dbc832..fc2aea57d055 100644 --- a/clients/client-kendra/src/commands/ListQuerySuggestionsBlockListsCommand.ts +++ b/clients/client-kendra/src/commands/ListQuerySuggestionsBlockListsCommand.ts @@ -113,9 +113,6 @@ export class ListQuerySuggestionsBlockListsCommand extends $Command< ListQuerySuggestionsBlockListsCommandOutput, KendraClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -129,9 +126,7 @@ export class ListQuerySuggestionsBlockListsCommand extends $Command< * @public */ constructor(readonly input: ListQuerySuggestionsBlockListsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -190,7 +185,4 @@ export class ListQuerySuggestionsBlockListsCommand extends $Command< ): Promise { return de_ListQuerySuggestionsBlockListsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-kendra/src/commands/ListTagsForResourceCommand.ts b/clients/client-kendra/src/commands/ListTagsForResourceCommand.ts index f93c34b9bc44..e39d19afaed1 100644 --- a/clients/client-kendra/src/commands/ListTagsForResourceCommand.ts +++ b/clients/client-kendra/src/commands/ListTagsForResourceCommand.ts @@ -96,9 +96,6 @@ export class ListTagsForResourceCommand extends $Command< ListTagsForResourceCommandOutput, KendraClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -112,9 +109,7 @@ export class ListTagsForResourceCommand extends $Command< * @public */ constructor(readonly input: ListTagsForResourceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -167,7 +162,4 @@ export class ListTagsForResourceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListTagsForResourceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-kendra/src/commands/ListThesauriCommand.ts b/clients/client-kendra/src/commands/ListThesauriCommand.ts index 8c813235abfd..df6b1c3a8ec8 100644 --- a/clients/client-kendra/src/commands/ListThesauriCommand.ts +++ b/clients/client-kendra/src/commands/ListThesauriCommand.ts @@ -101,9 +101,6 @@ export class ListThesauriCommand extends $Command< ListThesauriCommandOutput, KendraClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -117,9 +114,7 @@ export class ListThesauriCommand extends $Command< * @public */ constructor(readonly input: ListThesauriCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -170,7 +165,4 @@ export class ListThesauriCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListThesauriCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-kendra/src/commands/PutPrincipalMappingCommand.ts b/clients/client-kendra/src/commands/PutPrincipalMappingCommand.ts index 2daa11141495..22c070de70bb 100644 --- a/clients/client-kendra/src/commands/PutPrincipalMappingCommand.ts +++ b/clients/client-kendra/src/commands/PutPrincipalMappingCommand.ts @@ -130,9 +130,6 @@ export class PutPrincipalMappingCommand extends $Command< PutPrincipalMappingCommandOutput, KendraClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -146,9 +143,7 @@ export class PutPrincipalMappingCommand extends $Command< * @public */ constructor(readonly input: PutPrincipalMappingCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -201,7 +196,4 @@ export class PutPrincipalMappingCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_PutPrincipalMappingCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-kendra/src/commands/QueryCommand.ts b/clients/client-kendra/src/commands/QueryCommand.ts index bb5b0dd6657f..c473ffa07a64 100644 --- a/clients/client-kendra/src/commands/QueryCommand.ts +++ b/clients/client-kendra/src/commands/QueryCommand.ts @@ -494,9 +494,6 @@ export interface QueryCommandOutput extends QueryResult, __MetadataBearer {} * */ export class QueryCommand extends $Command { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -510,9 +507,7 @@ export class QueryCommand extends $Command { return de_QueryCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-kendra/src/commands/RetrieveCommand.ts b/clients/client-kendra/src/commands/RetrieveCommand.ts index 8d8feab333cf..1db423bbfb9c 100644 --- a/clients/client-kendra/src/commands/RetrieveCommand.ts +++ b/clients/client-kendra/src/commands/RetrieveCommand.ts @@ -270,9 +270,6 @@ export interface RetrieveCommandOutput extends RetrieveResult, __MetadataBearer * */ export class RetrieveCommand extends $Command { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -286,9 +283,7 @@ export class RetrieveCommand extends $Command { return de_RetrieveCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-kendra/src/commands/StartDataSourceSyncJobCommand.ts b/clients/client-kendra/src/commands/StartDataSourceSyncJobCommand.ts index 48adcbb8d030..88634ef55a83 100644 --- a/clients/client-kendra/src/commands/StartDataSourceSyncJobCommand.ts +++ b/clients/client-kendra/src/commands/StartDataSourceSyncJobCommand.ts @@ -104,9 +104,6 @@ export class StartDataSourceSyncJobCommand extends $Command< StartDataSourceSyncJobCommandOutput, KendraClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -120,9 +117,7 @@ export class StartDataSourceSyncJobCommand extends $Command< * @public */ constructor(readonly input: StartDataSourceSyncJobCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -175,7 +170,4 @@ export class StartDataSourceSyncJobCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_StartDataSourceSyncJobCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-kendra/src/commands/StopDataSourceSyncJobCommand.ts b/clients/client-kendra/src/commands/StopDataSourceSyncJobCommand.ts index 1bbc14feaf4c..d14740ee7e39 100644 --- a/clients/client-kendra/src/commands/StopDataSourceSyncJobCommand.ts +++ b/clients/client-kendra/src/commands/StopDataSourceSyncJobCommand.ts @@ -90,9 +90,6 @@ export class StopDataSourceSyncJobCommand extends $Command< StopDataSourceSyncJobCommandOutput, KendraClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -106,9 +103,7 @@ export class StopDataSourceSyncJobCommand extends $Command< * @public */ constructor(readonly input: StopDataSourceSyncJobCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -161,7 +156,4 @@ export class StopDataSourceSyncJobCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_StopDataSourceSyncJobCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-kendra/src/commands/SubmitFeedbackCommand.ts b/clients/client-kendra/src/commands/SubmitFeedbackCommand.ts index fe79638295ab..3e7c3dd0d847 100644 --- a/clients/client-kendra/src/commands/SubmitFeedbackCommand.ts +++ b/clients/client-kendra/src/commands/SubmitFeedbackCommand.ts @@ -109,9 +109,6 @@ export class SubmitFeedbackCommand extends $Command< SubmitFeedbackCommandOutput, KendraClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -125,9 +122,7 @@ export class SubmitFeedbackCommand extends $Command< * @public */ constructor(readonly input: SubmitFeedbackCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -180,7 +175,4 @@ export class SubmitFeedbackCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_SubmitFeedbackCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-kendra/src/commands/TagResourceCommand.ts b/clients/client-kendra/src/commands/TagResourceCommand.ts index 75156b6c7f4d..057bdacf4ed5 100644 --- a/clients/client-kendra/src/commands/TagResourceCommand.ts +++ b/clients/client-kendra/src/commands/TagResourceCommand.ts @@ -95,9 +95,6 @@ export class TagResourceCommand extends $Command< TagResourceCommandOutput, KendraClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -111,9 +108,7 @@ export class TagResourceCommand extends $Command< * @public */ constructor(readonly input: TagResourceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -164,7 +159,4 @@ export class TagResourceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_TagResourceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-kendra/src/commands/UntagResourceCommand.ts b/clients/client-kendra/src/commands/UntagResourceCommand.ts index 88ffc72631e7..79678fd56309 100644 --- a/clients/client-kendra/src/commands/UntagResourceCommand.ts +++ b/clients/client-kendra/src/commands/UntagResourceCommand.ts @@ -91,9 +91,6 @@ export class UntagResourceCommand extends $Command< UntagResourceCommandOutput, KendraClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -107,9 +104,7 @@ export class UntagResourceCommand extends $Command< * @public */ constructor(readonly input: UntagResourceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -160,7 +155,4 @@ export class UntagResourceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UntagResourceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-kendra/src/commands/UpdateAccessControlConfigurationCommand.ts b/clients/client-kendra/src/commands/UpdateAccessControlConfigurationCommand.ts index 6a3ee1932979..b72cc0ee241c 100644 --- a/clients/client-kendra/src/commands/UpdateAccessControlConfigurationCommand.ts +++ b/clients/client-kendra/src/commands/UpdateAccessControlConfigurationCommand.ts @@ -144,9 +144,6 @@ export class UpdateAccessControlConfigurationCommand extends $Command< UpdateAccessControlConfigurationCommandOutput, KendraClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -160,9 +157,7 @@ export class UpdateAccessControlConfigurationCommand extends $Command< * @public */ constructor(readonly input: UpdateAccessControlConfigurationCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -221,7 +216,4 @@ export class UpdateAccessControlConfigurationCommand extends $Command< ): Promise { return de_UpdateAccessControlConfigurationCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-kendra/src/commands/UpdateDataSourceCommand.ts b/clients/client-kendra/src/commands/UpdateDataSourceCommand.ts index 22a3f52cfdc2..fa7903dcf84d 100644 --- a/clients/client-kendra/src/commands/UpdateDataSourceCommand.ts +++ b/clients/client-kendra/src/commands/UpdateDataSourceCommand.ts @@ -651,9 +651,6 @@ export class UpdateDataSourceCommand extends $Command< UpdateDataSourceCommandOutput, KendraClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -667,9 +664,7 @@ export class UpdateDataSourceCommand extends $Command< * @public */ constructor(readonly input: UpdateDataSourceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -722,7 +717,4 @@ export class UpdateDataSourceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdateDataSourceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-kendra/src/commands/UpdateExperienceCommand.ts b/clients/client-kendra/src/commands/UpdateExperienceCommand.ts index 88e64e2b4a8e..31bb24bf7b12 100644 --- a/clients/client-kendra/src/commands/UpdateExperienceCommand.ts +++ b/clients/client-kendra/src/commands/UpdateExperienceCommand.ts @@ -112,9 +112,6 @@ export class UpdateExperienceCommand extends $Command< UpdateExperienceCommandOutput, KendraClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -128,9 +125,7 @@ export class UpdateExperienceCommand extends $Command< * @public */ constructor(readonly input: UpdateExperienceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -183,7 +178,4 @@ export class UpdateExperienceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdateExperienceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-kendra/src/commands/UpdateFeaturedResultsSetCommand.ts b/clients/client-kendra/src/commands/UpdateFeaturedResultsSetCommand.ts index c9f571c7ff8e..71fd4cd669d0 100644 --- a/clients/client-kendra/src/commands/UpdateFeaturedResultsSetCommand.ts +++ b/clients/client-kendra/src/commands/UpdateFeaturedResultsSetCommand.ts @@ -127,9 +127,6 @@ export class UpdateFeaturedResultsSetCommand extends $Command< UpdateFeaturedResultsSetCommandOutput, KendraClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -143,9 +140,7 @@ export class UpdateFeaturedResultsSetCommand extends $Command< * @public */ constructor(readonly input: UpdateFeaturedResultsSetCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -198,7 +193,4 @@ export class UpdateFeaturedResultsSetCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdateFeaturedResultsSetCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-kendra/src/commands/UpdateIndexCommand.ts b/clients/client-kendra/src/commands/UpdateIndexCommand.ts index 06cd445ab552..30b94689ea46 100644 --- a/clients/client-kendra/src/commands/UpdateIndexCommand.ts +++ b/clients/client-kendra/src/commands/UpdateIndexCommand.ts @@ -147,9 +147,6 @@ export class UpdateIndexCommand extends $Command< UpdateIndexCommandOutput, KendraClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -163,9 +160,7 @@ export class UpdateIndexCommand extends $Command< * @public */ constructor(readonly input: UpdateIndexCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -216,7 +211,4 @@ export class UpdateIndexCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdateIndexCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-kendra/src/commands/UpdateQuerySuggestionsBlockListCommand.ts b/clients/client-kendra/src/commands/UpdateQuerySuggestionsBlockListCommand.ts index 41f7dfaa34c6..af0dbe594825 100644 --- a/clients/client-kendra/src/commands/UpdateQuerySuggestionsBlockListCommand.ts +++ b/clients/client-kendra/src/commands/UpdateQuerySuggestionsBlockListCommand.ts @@ -113,9 +113,6 @@ export class UpdateQuerySuggestionsBlockListCommand extends $Command< UpdateQuerySuggestionsBlockListCommandOutput, KendraClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -129,9 +126,7 @@ export class UpdateQuerySuggestionsBlockListCommand extends $Command< * @public */ constructor(readonly input: UpdateQuerySuggestionsBlockListCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -190,7 +185,4 @@ export class UpdateQuerySuggestionsBlockListCommand extends $Command< ): Promise { return de_UpdateQuerySuggestionsBlockListCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-kendra/src/commands/UpdateQuerySuggestionsConfigCommand.ts b/clients/client-kendra/src/commands/UpdateQuerySuggestionsConfigCommand.ts index 8cbb250a70c2..53c4b6286d5d 100644 --- a/clients/client-kendra/src/commands/UpdateQuerySuggestionsConfigCommand.ts +++ b/clients/client-kendra/src/commands/UpdateQuerySuggestionsConfigCommand.ts @@ -120,9 +120,6 @@ export class UpdateQuerySuggestionsConfigCommand extends $Command< UpdateQuerySuggestionsConfigCommandOutput, KendraClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -136,9 +133,7 @@ export class UpdateQuerySuggestionsConfigCommand extends $Command< * @public */ constructor(readonly input: UpdateQuerySuggestionsConfigCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -194,7 +189,4 @@ export class UpdateQuerySuggestionsConfigCommand extends $Command< ): Promise { return de_UpdateQuerySuggestionsConfigCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-kendra/src/commands/UpdateThesaurusCommand.ts b/clients/client-kendra/src/commands/UpdateThesaurusCommand.ts index dea932cb8a6a..f873c1b1eb57 100644 --- a/clients/client-kendra/src/commands/UpdateThesaurusCommand.ts +++ b/clients/client-kendra/src/commands/UpdateThesaurusCommand.ts @@ -100,9 +100,6 @@ export class UpdateThesaurusCommand extends $Command< UpdateThesaurusCommandOutput, KendraClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -116,9 +113,7 @@ export class UpdateThesaurusCommand extends $Command< * @public */ constructor(readonly input: UpdateThesaurusCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -171,7 +166,4 @@ export class UpdateThesaurusCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdateThesaurusCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-keyspaces/package.json b/clients/client-keyspaces/package.json index 5317090ac2a7..d5f9dfe7c981 100644 --- a/clients/client-keyspaces/package.json +++ b/clients/client-keyspaces/package.json @@ -34,29 +34,29 @@ "@aws-sdk/util-endpoints": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@smithy/config-resolver": "^2.0.16", - "@smithy/fetch-http-handler": "^2.2.4", - "@smithy/hash-node": "^2.0.12", - "@smithy/invalid-dependency": "^2.0.12", - "@smithy/middleware-content-length": "^2.0.14", - "@smithy/middleware-endpoint": "^2.1.3", - "@smithy/middleware-retry": "^2.0.18", - "@smithy/middleware-serde": "^2.0.12", - "@smithy/middleware-stack": "^2.0.6", - "@smithy/node-config-provider": "^2.1.3", - "@smithy/node-http-handler": "^2.1.8", - "@smithy/protocol-http": "^3.0.8", - "@smithy/smithy-client": "^2.1.12", - "@smithy/types": "^2.4.0", - "@smithy/url-parser": "^2.0.12", - "@smithy/util-base64": "^2.0.0", + "@smithy/config-resolver": "^2.0.18", + "@smithy/fetch-http-handler": "^2.2.6", + "@smithy/hash-node": "^2.0.15", + "@smithy/invalid-dependency": "^2.0.13", + "@smithy/middleware-content-length": "^2.0.15", + "@smithy/middleware-endpoint": "^2.2.0", + "@smithy/middleware-retry": "^2.0.20", + "@smithy/middleware-serde": "^2.0.13", + "@smithy/middleware-stack": "^2.0.7", + "@smithy/node-config-provider": "^2.1.5", + "@smithy/node-http-handler": "^2.1.9", + "@smithy/protocol-http": "^3.0.9", + "@smithy/smithy-client": "^2.1.15", + "@smithy/types": "^2.5.0", + "@smithy/url-parser": "^2.0.13", + "@smithy/util-base64": "^2.0.1", "@smithy/util-body-length-browser": "^2.0.0", "@smithy/util-body-length-node": "^2.1.0", - "@smithy/util-defaults-mode-browser": "^2.0.16", - "@smithy/util-defaults-mode-node": "^2.0.21", - "@smithy/util-endpoints": "^1.0.2", - "@smithy/util-retry": "^2.0.5", - "@smithy/util-utf8": "^2.0.0", + "@smithy/util-defaults-mode-browser": "^2.0.19", + "@smithy/util-defaults-mode-node": "^2.0.25", + "@smithy/util-endpoints": "^1.0.4", + "@smithy/util-retry": "^2.0.6", + "@smithy/util-utf8": "^2.0.2", "tslib": "^2.5.0" }, "devDependencies": { diff --git a/clients/client-keyspaces/src/commands/CreateKeyspaceCommand.ts b/clients/client-keyspaces/src/commands/CreateKeyspaceCommand.ts index 43905e01a2fe..814c3758da6e 100644 --- a/clients/client-keyspaces/src/commands/CreateKeyspaceCommand.ts +++ b/clients/client-keyspaces/src/commands/CreateKeyspaceCommand.ts @@ -106,9 +106,6 @@ export class CreateKeyspaceCommand extends $Command< CreateKeyspaceCommandOutput, KeyspacesClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -122,9 +119,7 @@ export class CreateKeyspaceCommand extends $Command< * @public */ constructor(readonly input: CreateKeyspaceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -177,7 +172,4 @@ export class CreateKeyspaceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateKeyspaceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-keyspaces/src/commands/CreateTableCommand.ts b/clients/client-keyspaces/src/commands/CreateTableCommand.ts index 5a2ffd749c74..5967223bdf1e 100644 --- a/clients/client-keyspaces/src/commands/CreateTableCommand.ts +++ b/clients/client-keyspaces/src/commands/CreateTableCommand.ts @@ -151,9 +151,6 @@ export class CreateTableCommand extends $Command< CreateTableCommandOutput, KeyspacesClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -167,9 +164,7 @@ export class CreateTableCommand extends $Command< * @public */ constructor(readonly input: CreateTableCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -220,7 +215,4 @@ export class CreateTableCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateTableCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-keyspaces/src/commands/DeleteKeyspaceCommand.ts b/clients/client-keyspaces/src/commands/DeleteKeyspaceCommand.ts index 7f5598b7e919..e13304d2e118 100644 --- a/clients/client-keyspaces/src/commands/DeleteKeyspaceCommand.ts +++ b/clients/client-keyspaces/src/commands/DeleteKeyspaceCommand.ts @@ -89,9 +89,6 @@ export class DeleteKeyspaceCommand extends $Command< DeleteKeyspaceCommandOutput, KeyspacesClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -105,9 +102,7 @@ export class DeleteKeyspaceCommand extends $Command< * @public */ constructor(readonly input: DeleteKeyspaceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -160,7 +155,4 @@ export class DeleteKeyspaceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteKeyspaceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-keyspaces/src/commands/DeleteTableCommand.ts b/clients/client-keyspaces/src/commands/DeleteTableCommand.ts index d884b7da4e7a..ed7f683f627c 100644 --- a/clients/client-keyspaces/src/commands/DeleteTableCommand.ts +++ b/clients/client-keyspaces/src/commands/DeleteTableCommand.ts @@ -94,9 +94,6 @@ export class DeleteTableCommand extends $Command< DeleteTableCommandOutput, KeyspacesClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -110,9 +107,7 @@ export class DeleteTableCommand extends $Command< * @public */ constructor(readonly input: DeleteTableCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -163,7 +158,4 @@ export class DeleteTableCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteTableCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-keyspaces/src/commands/GetKeyspaceCommand.ts b/clients/client-keyspaces/src/commands/GetKeyspaceCommand.ts index 3405584640a9..721e02045ac5 100644 --- a/clients/client-keyspaces/src/commands/GetKeyspaceCommand.ts +++ b/clients/client-keyspaces/src/commands/GetKeyspaceCommand.ts @@ -91,9 +91,6 @@ export class GetKeyspaceCommand extends $Command< GetKeyspaceCommandOutput, KeyspacesClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -107,9 +104,7 @@ export class GetKeyspaceCommand extends $Command< * @public */ constructor(readonly input: GetKeyspaceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -160,7 +155,4 @@ export class GetKeyspaceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetKeyspaceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-keyspaces/src/commands/GetTableCommand.ts b/clients/client-keyspaces/src/commands/GetTableCommand.ts index 699a00fcced6..1aeffa9df5ee 100644 --- a/clients/client-keyspaces/src/commands/GetTableCommand.ts +++ b/clients/client-keyspaces/src/commands/GetTableCommand.ts @@ -142,9 +142,6 @@ export class GetTableCommand extends $Command< GetTableCommandOutput, KeyspacesClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -158,9 +155,7 @@ export class GetTableCommand extends $Command< * @public */ constructor(readonly input: GetTableCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -211,7 +206,4 @@ export class GetTableCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetTableCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-keyspaces/src/commands/ListKeyspacesCommand.ts b/clients/client-keyspaces/src/commands/ListKeyspacesCommand.ts index 6f36276fe9f3..4338b9269b47 100644 --- a/clients/client-keyspaces/src/commands/ListKeyspacesCommand.ts +++ b/clients/client-keyspaces/src/commands/ListKeyspacesCommand.ts @@ -97,9 +97,6 @@ export class ListKeyspacesCommand extends $Command< ListKeyspacesCommandOutput, KeyspacesClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -113,9 +110,7 @@ export class ListKeyspacesCommand extends $Command< * @public */ constructor(readonly input: ListKeyspacesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -166,7 +161,4 @@ export class ListKeyspacesCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListKeyspacesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-keyspaces/src/commands/ListTablesCommand.ts b/clients/client-keyspaces/src/commands/ListTablesCommand.ts index 44c8db18cee6..ee35f11bd9c3 100644 --- a/clients/client-keyspaces/src/commands/ListTablesCommand.ts +++ b/clients/client-keyspaces/src/commands/ListTablesCommand.ts @@ -95,9 +95,6 @@ export class ListTablesCommand extends $Command< ListTablesCommandOutput, KeyspacesClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -111,9 +108,7 @@ export class ListTablesCommand extends $Command< * @public */ constructor(readonly input: ListTablesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -164,7 +159,4 @@ export class ListTablesCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListTablesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-keyspaces/src/commands/ListTagsForResourceCommand.ts b/clients/client-keyspaces/src/commands/ListTagsForResourceCommand.ts index a0a407aa52a9..8e095607451a 100644 --- a/clients/client-keyspaces/src/commands/ListTagsForResourceCommand.ts +++ b/clients/client-keyspaces/src/commands/ListTagsForResourceCommand.ts @@ -94,9 +94,6 @@ export class ListTagsForResourceCommand extends $Command< ListTagsForResourceCommandOutput, KeyspacesClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -110,9 +107,7 @@ export class ListTagsForResourceCommand extends $Command< * @public */ constructor(readonly input: ListTagsForResourceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -165,7 +160,4 @@ export class ListTagsForResourceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListTagsForResourceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-keyspaces/src/commands/RestoreTableCommand.ts b/clients/client-keyspaces/src/commands/RestoreTableCommand.ts index 1738499d845b..508350d3f68e 100644 --- a/clients/client-keyspaces/src/commands/RestoreTableCommand.ts +++ b/clients/client-keyspaces/src/commands/RestoreTableCommand.ts @@ -159,9 +159,6 @@ export class RestoreTableCommand extends $Command< RestoreTableCommandOutput, KeyspacesClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -175,9 +172,7 @@ export class RestoreTableCommand extends $Command< * @public */ constructor(readonly input: RestoreTableCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -228,7 +223,4 @@ export class RestoreTableCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_RestoreTableCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-keyspaces/src/commands/TagResourceCommand.ts b/clients/client-keyspaces/src/commands/TagResourceCommand.ts index b36f96dba7b2..1757462e2a6a 100644 --- a/clients/client-keyspaces/src/commands/TagResourceCommand.ts +++ b/clients/client-keyspaces/src/commands/TagResourceCommand.ts @@ -96,9 +96,6 @@ export class TagResourceCommand extends $Command< TagResourceCommandOutput, KeyspacesClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -112,9 +109,7 @@ export class TagResourceCommand extends $Command< * @public */ constructor(readonly input: TagResourceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -165,7 +160,4 @@ export class TagResourceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_TagResourceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-keyspaces/src/commands/UntagResourceCommand.ts b/clients/client-keyspaces/src/commands/UntagResourceCommand.ts index 80a1d8a4a509..cb92ba740c46 100644 --- a/clients/client-keyspaces/src/commands/UntagResourceCommand.ts +++ b/clients/client-keyspaces/src/commands/UntagResourceCommand.ts @@ -95,9 +95,6 @@ export class UntagResourceCommand extends $Command< UntagResourceCommandOutput, KeyspacesClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -111,9 +108,7 @@ export class UntagResourceCommand extends $Command< * @public */ constructor(readonly input: UntagResourceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -164,7 +159,4 @@ export class UntagResourceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UntagResourceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-keyspaces/src/commands/UpdateTableCommand.ts b/clients/client-keyspaces/src/commands/UpdateTableCommand.ts index 312d6f9e1dce..3f0d443ef3ef 100644 --- a/clients/client-keyspaces/src/commands/UpdateTableCommand.ts +++ b/clients/client-keyspaces/src/commands/UpdateTableCommand.ts @@ -119,9 +119,6 @@ export class UpdateTableCommand extends $Command< UpdateTableCommandOutput, KeyspacesClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -135,9 +132,7 @@ export class UpdateTableCommand extends $Command< * @public */ constructor(readonly input: UpdateTableCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -188,7 +183,4 @@ export class UpdateTableCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdateTableCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-kinesis-analytics-v2/package.json b/clients/client-kinesis-analytics-v2/package.json index 0ac912b1693b..e390c92aeff7 100644 --- a/clients/client-kinesis-analytics-v2/package.json +++ b/clients/client-kinesis-analytics-v2/package.json @@ -34,29 +34,29 @@ "@aws-sdk/util-endpoints": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@smithy/config-resolver": "^2.0.16", - "@smithy/fetch-http-handler": "^2.2.4", - "@smithy/hash-node": "^2.0.12", - "@smithy/invalid-dependency": "^2.0.12", - "@smithy/middleware-content-length": "^2.0.14", - "@smithy/middleware-endpoint": "^2.1.3", - "@smithy/middleware-retry": "^2.0.18", - "@smithy/middleware-serde": "^2.0.12", - "@smithy/middleware-stack": "^2.0.6", - "@smithy/node-config-provider": "^2.1.3", - "@smithy/node-http-handler": "^2.1.8", - "@smithy/protocol-http": "^3.0.8", - "@smithy/smithy-client": "^2.1.12", - "@smithy/types": "^2.4.0", - "@smithy/url-parser": "^2.0.12", - "@smithy/util-base64": "^2.0.0", + "@smithy/config-resolver": "^2.0.18", + "@smithy/fetch-http-handler": "^2.2.6", + "@smithy/hash-node": "^2.0.15", + "@smithy/invalid-dependency": "^2.0.13", + "@smithy/middleware-content-length": "^2.0.15", + "@smithy/middleware-endpoint": "^2.2.0", + "@smithy/middleware-retry": "^2.0.20", + "@smithy/middleware-serde": "^2.0.13", + "@smithy/middleware-stack": "^2.0.7", + "@smithy/node-config-provider": "^2.1.5", + "@smithy/node-http-handler": "^2.1.9", + "@smithy/protocol-http": "^3.0.9", + "@smithy/smithy-client": "^2.1.15", + "@smithy/types": "^2.5.0", + "@smithy/url-parser": "^2.0.13", + "@smithy/util-base64": "^2.0.1", "@smithy/util-body-length-browser": "^2.0.0", "@smithy/util-body-length-node": "^2.1.0", - "@smithy/util-defaults-mode-browser": "^2.0.16", - "@smithy/util-defaults-mode-node": "^2.0.21", - "@smithy/util-endpoints": "^1.0.2", - "@smithy/util-retry": "^2.0.5", - "@smithy/util-utf8": "^2.0.0", + "@smithy/util-defaults-mode-browser": "^2.0.19", + "@smithy/util-defaults-mode-node": "^2.0.25", + "@smithy/util-endpoints": "^1.0.4", + "@smithy/util-retry": "^2.0.6", + "@smithy/util-utf8": "^2.0.2", "tslib": "^2.5.0" }, "devDependencies": { diff --git a/clients/client-kinesis-analytics-v2/src/commands/AddApplicationCloudWatchLoggingOptionCommand.ts b/clients/client-kinesis-analytics-v2/src/commands/AddApplicationCloudWatchLoggingOptionCommand.ts index 4b1ebba29df6..279f97558716 100644 --- a/clients/client-kinesis-analytics-v2/src/commands/AddApplicationCloudWatchLoggingOptionCommand.ts +++ b/clients/client-kinesis-analytics-v2/src/commands/AddApplicationCloudWatchLoggingOptionCommand.ts @@ -116,9 +116,6 @@ export class AddApplicationCloudWatchLoggingOptionCommand extends $Command< AddApplicationCloudWatchLoggingOptionCommandOutput, KinesisAnalyticsV2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -132,9 +129,7 @@ export class AddApplicationCloudWatchLoggingOptionCommand extends $Command< * @public */ constructor(readonly input: AddApplicationCloudWatchLoggingOptionCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -193,7 +188,4 @@ export class AddApplicationCloudWatchLoggingOptionCommand extends $Command< ): Promise { return de_AddApplicationCloudWatchLoggingOptionCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-kinesis-analytics-v2/src/commands/AddApplicationInputCommand.ts b/clients/client-kinesis-analytics-v2/src/commands/AddApplicationInputCommand.ts index c36084f7e4fa..b75b0745b2d5 100644 --- a/clients/client-kinesis-analytics-v2/src/commands/AddApplicationInputCommand.ts +++ b/clients/client-kinesis-analytics-v2/src/commands/AddApplicationInputCommand.ts @@ -196,9 +196,6 @@ export class AddApplicationInputCommand extends $Command< AddApplicationInputCommandOutput, KinesisAnalyticsV2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -212,9 +209,7 @@ export class AddApplicationInputCommand extends $Command< * @public */ constructor(readonly input: AddApplicationInputCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -267,7 +262,4 @@ export class AddApplicationInputCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_AddApplicationInputCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-kinesis-analytics-v2/src/commands/AddApplicationInputProcessingConfigurationCommand.ts b/clients/client-kinesis-analytics-v2/src/commands/AddApplicationInputProcessingConfigurationCommand.ts index 8397a799b3f8..565aad253d4a 100644 --- a/clients/client-kinesis-analytics-v2/src/commands/AddApplicationInputProcessingConfigurationCommand.ts +++ b/clients/client-kinesis-analytics-v2/src/commands/AddApplicationInputProcessingConfigurationCommand.ts @@ -117,9 +117,6 @@ export class AddApplicationInputProcessingConfigurationCommand extends $Command< AddApplicationInputProcessingConfigurationCommandOutput, KinesisAnalyticsV2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -133,9 +130,7 @@ export class AddApplicationInputProcessingConfigurationCommand extends $Command< * @public */ constructor(readonly input: AddApplicationInputProcessingConfigurationCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -200,7 +195,4 @@ export class AddApplicationInputProcessingConfigurationCommand extends $Command< ): Promise { return de_AddApplicationInputProcessingConfigurationCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-kinesis-analytics-v2/src/commands/AddApplicationOutputCommand.ts b/clients/client-kinesis-analytics-v2/src/commands/AddApplicationOutputCommand.ts index eab55351c398..a05b5feb5546 100644 --- a/clients/client-kinesis-analytics-v2/src/commands/AddApplicationOutputCommand.ts +++ b/clients/client-kinesis-analytics-v2/src/commands/AddApplicationOutputCommand.ts @@ -141,9 +141,6 @@ export class AddApplicationOutputCommand extends $Command< AddApplicationOutputCommandOutput, KinesisAnalyticsV2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -157,9 +154,7 @@ export class AddApplicationOutputCommand extends $Command< * @public */ constructor(readonly input: AddApplicationOutputCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -212,7 +207,4 @@ export class AddApplicationOutputCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_AddApplicationOutputCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-kinesis-analytics-v2/src/commands/AddApplicationReferenceDataSourceCommand.ts b/clients/client-kinesis-analytics-v2/src/commands/AddApplicationReferenceDataSourceCommand.ts index a72830e1d764..2e030c82a446 100644 --- a/clients/client-kinesis-analytics-v2/src/commands/AddApplicationReferenceDataSourceCommand.ts +++ b/clients/client-kinesis-analytics-v2/src/commands/AddApplicationReferenceDataSourceCommand.ts @@ -168,9 +168,6 @@ export class AddApplicationReferenceDataSourceCommand extends $Command< AddApplicationReferenceDataSourceCommandOutput, KinesisAnalyticsV2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -184,9 +181,7 @@ export class AddApplicationReferenceDataSourceCommand extends $Command< * @public */ constructor(readonly input: AddApplicationReferenceDataSourceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -245,7 +240,4 @@ export class AddApplicationReferenceDataSourceCommand extends $Command< ): Promise { return de_AddApplicationReferenceDataSourceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-kinesis-analytics-v2/src/commands/AddApplicationVpcConfigurationCommand.ts b/clients/client-kinesis-analytics-v2/src/commands/AddApplicationVpcConfigurationCommand.ts index 16808226c0fb..60c5c4986c32 100644 --- a/clients/client-kinesis-analytics-v2/src/commands/AddApplicationVpcConfigurationCommand.ts +++ b/clients/client-kinesis-analytics-v2/src/commands/AddApplicationVpcConfigurationCommand.ts @@ -128,9 +128,6 @@ export class AddApplicationVpcConfigurationCommand extends $Command< AddApplicationVpcConfigurationCommandOutput, KinesisAnalyticsV2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -144,9 +141,7 @@ export class AddApplicationVpcConfigurationCommand extends $Command< * @public */ constructor(readonly input: AddApplicationVpcConfigurationCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -205,7 +200,4 @@ export class AddApplicationVpcConfigurationCommand extends $Command< ): Promise { return de_AddApplicationVpcConfigurationCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-kinesis-analytics-v2/src/commands/CreateApplicationCommand.ts b/clients/client-kinesis-analytics-v2/src/commands/CreateApplicationCommand.ts index cc32a2b284c0..42ca5629a27f 100644 --- a/clients/client-kinesis-analytics-v2/src/commands/CreateApplicationCommand.ts +++ b/clients/client-kinesis-analytics-v2/src/commands/CreateApplicationCommand.ts @@ -532,9 +532,6 @@ export class CreateApplicationCommand extends $Command< CreateApplicationCommandOutput, KinesisAnalyticsV2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -548,9 +545,7 @@ export class CreateApplicationCommand extends $Command< * @public */ constructor(readonly input: CreateApplicationCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -603,7 +598,4 @@ export class CreateApplicationCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateApplicationCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-kinesis-analytics-v2/src/commands/CreateApplicationPresignedUrlCommand.ts b/clients/client-kinesis-analytics-v2/src/commands/CreateApplicationPresignedUrlCommand.ts index bfe5b3058707..5961ed6efd8b 100644 --- a/clients/client-kinesis-analytics-v2/src/commands/CreateApplicationPresignedUrlCommand.ts +++ b/clients/client-kinesis-analytics-v2/src/commands/CreateApplicationPresignedUrlCommand.ts @@ -102,9 +102,6 @@ export class CreateApplicationPresignedUrlCommand extends $Command< CreateApplicationPresignedUrlCommandOutput, KinesisAnalyticsV2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -118,9 +115,7 @@ export class CreateApplicationPresignedUrlCommand extends $Command< * @public */ constructor(readonly input: CreateApplicationPresignedUrlCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -176,7 +171,4 @@ export class CreateApplicationPresignedUrlCommand extends $Command< ): Promise { return de_CreateApplicationPresignedUrlCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-kinesis-analytics-v2/src/commands/CreateApplicationSnapshotCommand.ts b/clients/client-kinesis-analytics-v2/src/commands/CreateApplicationSnapshotCommand.ts index 6318ce61ac73..28c742567d89 100644 --- a/clients/client-kinesis-analytics-v2/src/commands/CreateApplicationSnapshotCommand.ts +++ b/clients/client-kinesis-analytics-v2/src/commands/CreateApplicationSnapshotCommand.ts @@ -95,9 +95,6 @@ export class CreateApplicationSnapshotCommand extends $Command< CreateApplicationSnapshotCommandOutput, KinesisAnalyticsV2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -111,9 +108,7 @@ export class CreateApplicationSnapshotCommand extends $Command< * @public */ constructor(readonly input: CreateApplicationSnapshotCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -169,7 +164,4 @@ export class CreateApplicationSnapshotCommand extends $Command< ): Promise { return de_CreateApplicationSnapshotCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-kinesis-analytics-v2/src/commands/DeleteApplicationCloudWatchLoggingOptionCommand.ts b/clients/client-kinesis-analytics-v2/src/commands/DeleteApplicationCloudWatchLoggingOptionCommand.ts index e0933df3d1dc..f2f999da793f 100644 --- a/clients/client-kinesis-analytics-v2/src/commands/DeleteApplicationCloudWatchLoggingOptionCommand.ts +++ b/clients/client-kinesis-analytics-v2/src/commands/DeleteApplicationCloudWatchLoggingOptionCommand.ts @@ -114,9 +114,6 @@ export class DeleteApplicationCloudWatchLoggingOptionCommand extends $Command< DeleteApplicationCloudWatchLoggingOptionCommandOutput, KinesisAnalyticsV2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -130,9 +127,7 @@ export class DeleteApplicationCloudWatchLoggingOptionCommand extends $Command< * @public */ constructor(readonly input: DeleteApplicationCloudWatchLoggingOptionCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -197,7 +192,4 @@ export class DeleteApplicationCloudWatchLoggingOptionCommand extends $Command< ): Promise { return de_DeleteApplicationCloudWatchLoggingOptionCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-kinesis-analytics-v2/src/commands/DeleteApplicationCommand.ts b/clients/client-kinesis-analytics-v2/src/commands/DeleteApplicationCommand.ts index 0d4d56294dd7..817bdfd91891 100644 --- a/clients/client-kinesis-analytics-v2/src/commands/DeleteApplicationCommand.ts +++ b/clients/client-kinesis-analytics-v2/src/commands/DeleteApplicationCommand.ts @@ -93,9 +93,6 @@ export class DeleteApplicationCommand extends $Command< DeleteApplicationCommandOutput, KinesisAnalyticsV2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -109,9 +106,7 @@ export class DeleteApplicationCommand extends $Command< * @public */ constructor(readonly input: DeleteApplicationCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -164,7 +159,4 @@ export class DeleteApplicationCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteApplicationCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-kinesis-analytics-v2/src/commands/DeleteApplicationInputProcessingConfigurationCommand.ts b/clients/client-kinesis-analytics-v2/src/commands/DeleteApplicationInputProcessingConfigurationCommand.ts index e350d144238a..1b6d810b6b12 100644 --- a/clients/client-kinesis-analytics-v2/src/commands/DeleteApplicationInputProcessingConfigurationCommand.ts +++ b/clients/client-kinesis-analytics-v2/src/commands/DeleteApplicationInputProcessingConfigurationCommand.ts @@ -103,9 +103,6 @@ export class DeleteApplicationInputProcessingConfigurationCommand extends $Comma DeleteApplicationInputProcessingConfigurationCommandOutput, KinesisAnalyticsV2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -119,9 +116,7 @@ export class DeleteApplicationInputProcessingConfigurationCommand extends $Comma * @public */ constructor(readonly input: DeleteApplicationInputProcessingConfigurationCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -186,7 +181,4 @@ export class DeleteApplicationInputProcessingConfigurationCommand extends $Comma ): Promise { return de_DeleteApplicationInputProcessingConfigurationCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-kinesis-analytics-v2/src/commands/DeleteApplicationOutputCommand.ts b/clients/client-kinesis-analytics-v2/src/commands/DeleteApplicationOutputCommand.ts index df036a9e9113..296ae5383b65 100644 --- a/clients/client-kinesis-analytics-v2/src/commands/DeleteApplicationOutputCommand.ts +++ b/clients/client-kinesis-analytics-v2/src/commands/DeleteApplicationOutputCommand.ts @@ -96,9 +96,6 @@ export class DeleteApplicationOutputCommand extends $Command< DeleteApplicationOutputCommandOutput, KinesisAnalyticsV2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -112,9 +109,7 @@ export class DeleteApplicationOutputCommand extends $Command< * @public */ constructor(readonly input: DeleteApplicationOutputCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -167,7 +162,4 @@ export class DeleteApplicationOutputCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteApplicationOutputCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-kinesis-analytics-v2/src/commands/DeleteApplicationReferenceDataSourceCommand.ts b/clients/client-kinesis-analytics-v2/src/commands/DeleteApplicationReferenceDataSourceCommand.ts index abe9d5fea203..64a860de811a 100644 --- a/clients/client-kinesis-analytics-v2/src/commands/DeleteApplicationReferenceDataSourceCommand.ts +++ b/clients/client-kinesis-analytics-v2/src/commands/DeleteApplicationReferenceDataSourceCommand.ts @@ -104,9 +104,6 @@ export class DeleteApplicationReferenceDataSourceCommand extends $Command< DeleteApplicationReferenceDataSourceCommandOutput, KinesisAnalyticsV2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -120,9 +117,7 @@ export class DeleteApplicationReferenceDataSourceCommand extends $Command< * @public */ constructor(readonly input: DeleteApplicationReferenceDataSourceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -181,7 +176,4 @@ export class DeleteApplicationReferenceDataSourceCommand extends $Command< ): Promise { return de_DeleteApplicationReferenceDataSourceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-kinesis-analytics-v2/src/commands/DeleteApplicationSnapshotCommand.ts b/clients/client-kinesis-analytics-v2/src/commands/DeleteApplicationSnapshotCommand.ts index 3466021e030f..2dbeb1d492df 100644 --- a/clients/client-kinesis-analytics-v2/src/commands/DeleteApplicationSnapshotCommand.ts +++ b/clients/client-kinesis-analytics-v2/src/commands/DeleteApplicationSnapshotCommand.ts @@ -95,9 +95,6 @@ export class DeleteApplicationSnapshotCommand extends $Command< DeleteApplicationSnapshotCommandOutput, KinesisAnalyticsV2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -111,9 +108,7 @@ export class DeleteApplicationSnapshotCommand extends $Command< * @public */ constructor(readonly input: DeleteApplicationSnapshotCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -169,7 +164,4 @@ export class DeleteApplicationSnapshotCommand extends $Command< ): Promise { return de_DeleteApplicationSnapshotCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-kinesis-analytics-v2/src/commands/DeleteApplicationVpcConfigurationCommand.ts b/clients/client-kinesis-analytics-v2/src/commands/DeleteApplicationVpcConfigurationCommand.ts index cb5a1094bb19..b02044d3bd41 100644 --- a/clients/client-kinesis-analytics-v2/src/commands/DeleteApplicationVpcConfigurationCommand.ts +++ b/clients/client-kinesis-analytics-v2/src/commands/DeleteApplicationVpcConfigurationCommand.ts @@ -103,9 +103,6 @@ export class DeleteApplicationVpcConfigurationCommand extends $Command< DeleteApplicationVpcConfigurationCommandOutput, KinesisAnalyticsV2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -119,9 +116,7 @@ export class DeleteApplicationVpcConfigurationCommand extends $Command< * @public */ constructor(readonly input: DeleteApplicationVpcConfigurationCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -180,7 +175,4 @@ export class DeleteApplicationVpcConfigurationCommand extends $Command< ): Promise { return de_DeleteApplicationVpcConfigurationCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-kinesis-analytics-v2/src/commands/DescribeApplicationCommand.ts b/clients/client-kinesis-analytics-v2/src/commands/DescribeApplicationCommand.ts index 7759caa71173..2f49165fac7c 100644 --- a/clients/client-kinesis-analytics-v2/src/commands/DescribeApplicationCommand.ts +++ b/clients/client-kinesis-analytics-v2/src/commands/DescribeApplicationCommand.ts @@ -320,9 +320,6 @@ export class DescribeApplicationCommand extends $Command< DescribeApplicationCommandOutput, KinesisAnalyticsV2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -336,9 +333,7 @@ export class DescribeApplicationCommand extends $Command< * @public */ constructor(readonly input: DescribeApplicationCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -391,7 +386,4 @@ export class DescribeApplicationCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DescribeApplicationCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-kinesis-analytics-v2/src/commands/DescribeApplicationSnapshotCommand.ts b/clients/client-kinesis-analytics-v2/src/commands/DescribeApplicationSnapshotCommand.ts index 2e01a4eac5b5..d07fd5334786 100644 --- a/clients/client-kinesis-analytics-v2/src/commands/DescribeApplicationSnapshotCommand.ts +++ b/clients/client-kinesis-analytics-v2/src/commands/DescribeApplicationSnapshotCommand.ts @@ -92,9 +92,6 @@ export class DescribeApplicationSnapshotCommand extends $Command< DescribeApplicationSnapshotCommandOutput, KinesisAnalyticsV2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -108,9 +105,7 @@ export class DescribeApplicationSnapshotCommand extends $Command< * @public */ constructor(readonly input: DescribeApplicationSnapshotCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -166,7 +161,4 @@ export class DescribeApplicationSnapshotCommand extends $Command< ): Promise { return de_DescribeApplicationSnapshotCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-kinesis-analytics-v2/src/commands/DescribeApplicationVersionCommand.ts b/clients/client-kinesis-analytics-v2/src/commands/DescribeApplicationVersionCommand.ts index 03805c2c7934..e1bb230b6b8e 100644 --- a/clients/client-kinesis-analytics-v2/src/commands/DescribeApplicationVersionCommand.ts +++ b/clients/client-kinesis-analytics-v2/src/commands/DescribeApplicationVersionCommand.ts @@ -322,9 +322,6 @@ export class DescribeApplicationVersionCommand extends $Command< DescribeApplicationVersionCommandOutput, KinesisAnalyticsV2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -338,9 +335,7 @@ export class DescribeApplicationVersionCommand extends $Command< * @public */ constructor(readonly input: DescribeApplicationVersionCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -396,7 +391,4 @@ export class DescribeApplicationVersionCommand extends $Command< ): Promise { return de_DescribeApplicationVersionCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-kinesis-analytics-v2/src/commands/DiscoverInputSchemaCommand.ts b/clients/client-kinesis-analytics-v2/src/commands/DiscoverInputSchemaCommand.ts index fc49840091fa..517f2a645471 100644 --- a/clients/client-kinesis-analytics-v2/src/commands/DiscoverInputSchemaCommand.ts +++ b/clients/client-kinesis-analytics-v2/src/commands/DiscoverInputSchemaCommand.ts @@ -146,9 +146,6 @@ export class DiscoverInputSchemaCommand extends $Command< DiscoverInputSchemaCommandOutput, KinesisAnalyticsV2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -162,9 +159,7 @@ export class DiscoverInputSchemaCommand extends $Command< * @public */ constructor(readonly input: DiscoverInputSchemaCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -217,7 +212,4 @@ export class DiscoverInputSchemaCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DiscoverInputSchemaCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-kinesis-analytics-v2/src/commands/ListApplicationSnapshotsCommand.ts b/clients/client-kinesis-analytics-v2/src/commands/ListApplicationSnapshotsCommand.ts index aa850287112d..160a1a67ca1f 100644 --- a/clients/client-kinesis-analytics-v2/src/commands/ListApplicationSnapshotsCommand.ts +++ b/clients/client-kinesis-analytics-v2/src/commands/ListApplicationSnapshotsCommand.ts @@ -91,9 +91,6 @@ export class ListApplicationSnapshotsCommand extends $Command< ListApplicationSnapshotsCommandOutput, KinesisAnalyticsV2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -107,9 +104,7 @@ export class ListApplicationSnapshotsCommand extends $Command< * @public */ constructor(readonly input: ListApplicationSnapshotsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -162,7 +157,4 @@ export class ListApplicationSnapshotsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListApplicationSnapshotsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-kinesis-analytics-v2/src/commands/ListApplicationVersionsCommand.ts b/clients/client-kinesis-analytics-v2/src/commands/ListApplicationVersionsCommand.ts index 2fb527581e30..0d94a2b20186 100644 --- a/clients/client-kinesis-analytics-v2/src/commands/ListApplicationVersionsCommand.ts +++ b/clients/client-kinesis-analytics-v2/src/commands/ListApplicationVersionsCommand.ts @@ -98,9 +98,6 @@ export class ListApplicationVersionsCommand extends $Command< ListApplicationVersionsCommandOutput, KinesisAnalyticsV2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -114,9 +111,7 @@ export class ListApplicationVersionsCommand extends $Command< * @public */ constructor(readonly input: ListApplicationVersionsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -169,7 +164,4 @@ export class ListApplicationVersionsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListApplicationVersionsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-kinesis-analytics-v2/src/commands/ListApplicationsCommand.ts b/clients/client-kinesis-analytics-v2/src/commands/ListApplicationsCommand.ts index dd829ea4885a..156121e13ea0 100644 --- a/clients/client-kinesis-analytics-v2/src/commands/ListApplicationsCommand.ts +++ b/clients/client-kinesis-analytics-v2/src/commands/ListApplicationsCommand.ts @@ -92,9 +92,6 @@ export class ListApplicationsCommand extends $Command< ListApplicationsCommandOutput, KinesisAnalyticsV2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -108,9 +105,7 @@ export class ListApplicationsCommand extends $Command< * @public */ constructor(readonly input: ListApplicationsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -163,7 +158,4 @@ export class ListApplicationsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListApplicationsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-kinesis-analytics-v2/src/commands/ListTagsForResourceCommand.ts b/clients/client-kinesis-analytics-v2/src/commands/ListTagsForResourceCommand.ts index 20abcab15dc0..d0ac9cd3761b 100644 --- a/clients/client-kinesis-analytics-v2/src/commands/ListTagsForResourceCommand.ts +++ b/clients/client-kinesis-analytics-v2/src/commands/ListTagsForResourceCommand.ts @@ -91,9 +91,6 @@ export class ListTagsForResourceCommand extends $Command< ListTagsForResourceCommandOutput, KinesisAnalyticsV2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -107,9 +104,7 @@ export class ListTagsForResourceCommand extends $Command< * @public */ constructor(readonly input: ListTagsForResourceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -162,7 +157,4 @@ export class ListTagsForResourceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListTagsForResourceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-kinesis-analytics-v2/src/commands/RollbackApplicationCommand.ts b/clients/client-kinesis-analytics-v2/src/commands/RollbackApplicationCommand.ts index 46ffe17ae452..a08561832e5d 100644 --- a/clients/client-kinesis-analytics-v2/src/commands/RollbackApplicationCommand.ts +++ b/clients/client-kinesis-analytics-v2/src/commands/RollbackApplicationCommand.ts @@ -336,9 +336,6 @@ export class RollbackApplicationCommand extends $Command< RollbackApplicationCommandOutput, KinesisAnalyticsV2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -352,9 +349,7 @@ export class RollbackApplicationCommand extends $Command< * @public */ constructor(readonly input: RollbackApplicationCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -407,7 +402,4 @@ export class RollbackApplicationCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_RollbackApplicationCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-kinesis-analytics-v2/src/commands/StartApplicationCommand.ts b/clients/client-kinesis-analytics-v2/src/commands/StartApplicationCommand.ts index 4cb3e07fba08..884199405d97 100644 --- a/clients/client-kinesis-analytics-v2/src/commands/StartApplicationCommand.ts +++ b/clients/client-kinesis-analytics-v2/src/commands/StartApplicationCommand.ts @@ -105,9 +105,6 @@ export class StartApplicationCommand extends $Command< StartApplicationCommandOutput, KinesisAnalyticsV2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -121,9 +118,7 @@ export class StartApplicationCommand extends $Command< * @public */ constructor(readonly input: StartApplicationCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -176,7 +171,4 @@ export class StartApplicationCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_StartApplicationCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-kinesis-analytics-v2/src/commands/StopApplicationCommand.ts b/clients/client-kinesis-analytics-v2/src/commands/StopApplicationCommand.ts index a5c5a18a1b83..930b742a5295 100644 --- a/clients/client-kinesis-analytics-v2/src/commands/StopApplicationCommand.ts +++ b/clients/client-kinesis-analytics-v2/src/commands/StopApplicationCommand.ts @@ -99,9 +99,6 @@ export class StopApplicationCommand extends $Command< StopApplicationCommandOutput, KinesisAnalyticsV2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -115,9 +112,7 @@ export class StopApplicationCommand extends $Command< * @public */ constructor(readonly input: StopApplicationCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -170,7 +165,4 @@ export class StopApplicationCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_StopApplicationCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-kinesis-analytics-v2/src/commands/TagResourceCommand.ts b/clients/client-kinesis-analytics-v2/src/commands/TagResourceCommand.ts index ea8da134cf3f..de78811af3e4 100644 --- a/clients/client-kinesis-analytics-v2/src/commands/TagResourceCommand.ts +++ b/clients/client-kinesis-analytics-v2/src/commands/TagResourceCommand.ts @@ -98,9 +98,6 @@ export class TagResourceCommand extends $Command< TagResourceCommandOutput, KinesisAnalyticsV2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -114,9 +111,7 @@ export class TagResourceCommand extends $Command< * @public */ constructor(readonly input: TagResourceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -167,7 +162,4 @@ export class TagResourceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_TagResourceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-kinesis-analytics-v2/src/commands/UntagResourceCommand.ts b/clients/client-kinesis-analytics-v2/src/commands/UntagResourceCommand.ts index f524d6654a84..63e64868b803 100644 --- a/clients/client-kinesis-analytics-v2/src/commands/UntagResourceCommand.ts +++ b/clients/client-kinesis-analytics-v2/src/commands/UntagResourceCommand.ts @@ -94,9 +94,6 @@ export class UntagResourceCommand extends $Command< UntagResourceCommandOutput, KinesisAnalyticsV2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -110,9 +107,7 @@ export class UntagResourceCommand extends $Command< * @public */ constructor(readonly input: UntagResourceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -163,7 +158,4 @@ export class UntagResourceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UntagResourceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-kinesis-analytics-v2/src/commands/UpdateApplicationCommand.ts b/clients/client-kinesis-analytics-v2/src/commands/UpdateApplicationCommand.ts index 55ca244f30cc..8434a3953b27 100644 --- a/clients/client-kinesis-analytics-v2/src/commands/UpdateApplicationCommand.ts +++ b/clients/client-kinesis-analytics-v2/src/commands/UpdateApplicationCommand.ts @@ -543,9 +543,6 @@ export class UpdateApplicationCommand extends $Command< UpdateApplicationCommandOutput, KinesisAnalyticsV2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -559,9 +556,7 @@ export class UpdateApplicationCommand extends $Command< * @public */ constructor(readonly input: UpdateApplicationCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -614,7 +609,4 @@ export class UpdateApplicationCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdateApplicationCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-kinesis-analytics-v2/src/commands/UpdateApplicationMaintenanceConfigurationCommand.ts b/clients/client-kinesis-analytics-v2/src/commands/UpdateApplicationMaintenanceConfigurationCommand.ts index a1ce1f08aacd..a992c9c1c71c 100644 --- a/clients/client-kinesis-analytics-v2/src/commands/UpdateApplicationMaintenanceConfigurationCommand.ts +++ b/clients/client-kinesis-analytics-v2/src/commands/UpdateApplicationMaintenanceConfigurationCommand.ts @@ -123,9 +123,6 @@ export class UpdateApplicationMaintenanceConfigurationCommand extends $Command< UpdateApplicationMaintenanceConfigurationCommandOutput, KinesisAnalyticsV2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -139,9 +136,7 @@ export class UpdateApplicationMaintenanceConfigurationCommand extends $Command< * @public */ constructor(readonly input: UpdateApplicationMaintenanceConfigurationCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -206,7 +201,4 @@ export class UpdateApplicationMaintenanceConfigurationCommand extends $Command< ): Promise { return de_UpdateApplicationMaintenanceConfigurationCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-kinesis-analytics/package.json b/clients/client-kinesis-analytics/package.json index 5b321a515855..2365eb6db500 100644 --- a/clients/client-kinesis-analytics/package.json +++ b/clients/client-kinesis-analytics/package.json @@ -34,29 +34,29 @@ "@aws-sdk/util-endpoints": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@smithy/config-resolver": "^2.0.16", - "@smithy/fetch-http-handler": "^2.2.4", - "@smithy/hash-node": "^2.0.12", - "@smithy/invalid-dependency": "^2.0.12", - "@smithy/middleware-content-length": "^2.0.14", - "@smithy/middleware-endpoint": "^2.1.3", - "@smithy/middleware-retry": "^2.0.18", - "@smithy/middleware-serde": "^2.0.12", - "@smithy/middleware-stack": "^2.0.6", - "@smithy/node-config-provider": "^2.1.3", - "@smithy/node-http-handler": "^2.1.8", - "@smithy/protocol-http": "^3.0.8", - "@smithy/smithy-client": "^2.1.12", - "@smithy/types": "^2.4.0", - "@smithy/url-parser": "^2.0.12", - "@smithy/util-base64": "^2.0.0", + "@smithy/config-resolver": "^2.0.18", + "@smithy/fetch-http-handler": "^2.2.6", + "@smithy/hash-node": "^2.0.15", + "@smithy/invalid-dependency": "^2.0.13", + "@smithy/middleware-content-length": "^2.0.15", + "@smithy/middleware-endpoint": "^2.2.0", + "@smithy/middleware-retry": "^2.0.20", + "@smithy/middleware-serde": "^2.0.13", + "@smithy/middleware-stack": "^2.0.7", + "@smithy/node-config-provider": "^2.1.5", + "@smithy/node-http-handler": "^2.1.9", + "@smithy/protocol-http": "^3.0.9", + "@smithy/smithy-client": "^2.1.15", + "@smithy/types": "^2.5.0", + "@smithy/url-parser": "^2.0.13", + "@smithy/util-base64": "^2.0.1", "@smithy/util-body-length-browser": "^2.0.0", "@smithy/util-body-length-node": "^2.1.0", - "@smithy/util-defaults-mode-browser": "^2.0.16", - "@smithy/util-defaults-mode-node": "^2.0.21", - "@smithy/util-endpoints": "^1.0.2", - "@smithy/util-retry": "^2.0.5", - "@smithy/util-utf8": "^2.0.0", + "@smithy/util-defaults-mode-browser": "^2.0.19", + "@smithy/util-defaults-mode-node": "^2.0.25", + "@smithy/util-endpoints": "^1.0.4", + "@smithy/util-retry": "^2.0.6", + "@smithy/util-utf8": "^2.0.2", "tslib": "^2.5.0" }, "devDependencies": { diff --git a/clients/client-kinesis-analytics/src/commands/AddApplicationCloudWatchLoggingOptionCommand.ts b/clients/client-kinesis-analytics/src/commands/AddApplicationCloudWatchLoggingOptionCommand.ts index e5e2290f2668..db0e1f9bebd7 100644 --- a/clients/client-kinesis-analytics/src/commands/AddApplicationCloudWatchLoggingOptionCommand.ts +++ b/clients/client-kinesis-analytics/src/commands/AddApplicationCloudWatchLoggingOptionCommand.ts @@ -103,9 +103,6 @@ export class AddApplicationCloudWatchLoggingOptionCommand extends $Command< AddApplicationCloudWatchLoggingOptionCommandOutput, KinesisAnalyticsClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -119,9 +116,7 @@ export class AddApplicationCloudWatchLoggingOptionCommand extends $Command< * @public */ constructor(readonly input: AddApplicationCloudWatchLoggingOptionCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -180,7 +175,4 @@ export class AddApplicationCloudWatchLoggingOptionCommand extends $Command< ): Promise { return de_AddApplicationCloudWatchLoggingOptionCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-kinesis-analytics/src/commands/AddApplicationInputCommand.ts b/clients/client-kinesis-analytics/src/commands/AddApplicationInputCommand.ts index 215f89accf72..c916a18ae5dc 100644 --- a/clients/client-kinesis-analytics/src/commands/AddApplicationInputCommand.ts +++ b/clients/client-kinesis-analytics/src/commands/AddApplicationInputCommand.ts @@ -145,9 +145,6 @@ export class AddApplicationInputCommand extends $Command< AddApplicationInputCommandOutput, KinesisAnalyticsClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -161,9 +158,7 @@ export class AddApplicationInputCommand extends $Command< * @public */ constructor(readonly input: AddApplicationInputCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -216,7 +211,4 @@ export class AddApplicationInputCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_AddApplicationInputCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-kinesis-analytics/src/commands/AddApplicationInputProcessingConfigurationCommand.ts b/clients/client-kinesis-analytics/src/commands/AddApplicationInputProcessingConfigurationCommand.ts index 20936e887c74..94aed7b0cd6f 100644 --- a/clients/client-kinesis-analytics/src/commands/AddApplicationInputProcessingConfigurationCommand.ts +++ b/clients/client-kinesis-analytics/src/commands/AddApplicationInputProcessingConfigurationCommand.ts @@ -105,9 +105,6 @@ export class AddApplicationInputProcessingConfigurationCommand extends $Command< AddApplicationInputProcessingConfigurationCommandOutput, KinesisAnalyticsClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -121,9 +118,7 @@ export class AddApplicationInputProcessingConfigurationCommand extends $Command< * @public */ constructor(readonly input: AddApplicationInputProcessingConfigurationCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -188,7 +183,4 @@ export class AddApplicationInputProcessingConfigurationCommand extends $Command< ): Promise { return de_AddApplicationInputProcessingConfigurationCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-kinesis-analytics/src/commands/AddApplicationOutputCommand.ts b/clients/client-kinesis-analytics/src/commands/AddApplicationOutputCommand.ts index e96ae2724b06..edaf17db8c5c 100644 --- a/clients/client-kinesis-analytics/src/commands/AddApplicationOutputCommand.ts +++ b/clients/client-kinesis-analytics/src/commands/AddApplicationOutputCommand.ts @@ -121,9 +121,6 @@ export class AddApplicationOutputCommand extends $Command< AddApplicationOutputCommandOutput, KinesisAnalyticsClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -137,9 +134,7 @@ export class AddApplicationOutputCommand extends $Command< * @public */ constructor(readonly input: AddApplicationOutputCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -192,7 +187,4 @@ export class AddApplicationOutputCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_AddApplicationOutputCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-kinesis-analytics/src/commands/AddApplicationReferenceDataSourceCommand.ts b/clients/client-kinesis-analytics/src/commands/AddApplicationReferenceDataSourceCommand.ts index 3b3dfdfda176..4896832aaca2 100644 --- a/clients/client-kinesis-analytics/src/commands/AddApplicationReferenceDataSourceCommand.ts +++ b/clients/client-kinesis-analytics/src/commands/AddApplicationReferenceDataSourceCommand.ts @@ -135,9 +135,6 @@ export class AddApplicationReferenceDataSourceCommand extends $Command< AddApplicationReferenceDataSourceCommandOutput, KinesisAnalyticsClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -151,9 +148,7 @@ export class AddApplicationReferenceDataSourceCommand extends $Command< * @public */ constructor(readonly input: AddApplicationReferenceDataSourceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -212,7 +207,4 @@ export class AddApplicationReferenceDataSourceCommand extends $Command< ): Promise { return de_AddApplicationReferenceDataSourceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-kinesis-analytics/src/commands/CreateApplicationCommand.ts b/clients/client-kinesis-analytics/src/commands/CreateApplicationCommand.ts index 9083724d1358..5223f06f0aa5 100644 --- a/clients/client-kinesis-analytics/src/commands/CreateApplicationCommand.ts +++ b/clients/client-kinesis-analytics/src/commands/CreateApplicationCommand.ts @@ -196,9 +196,6 @@ export class CreateApplicationCommand extends $Command< CreateApplicationCommandOutput, KinesisAnalyticsClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -212,9 +209,7 @@ export class CreateApplicationCommand extends $Command< * @public */ constructor(readonly input: CreateApplicationCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -267,7 +262,4 @@ export class CreateApplicationCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateApplicationCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-kinesis-analytics/src/commands/DeleteApplicationCloudWatchLoggingOptionCommand.ts b/clients/client-kinesis-analytics/src/commands/DeleteApplicationCloudWatchLoggingOptionCommand.ts index da0369cac700..91dfc3cb0215 100644 --- a/clients/client-kinesis-analytics/src/commands/DeleteApplicationCloudWatchLoggingOptionCommand.ts +++ b/clients/client-kinesis-analytics/src/commands/DeleteApplicationCloudWatchLoggingOptionCommand.ts @@ -99,9 +99,6 @@ export class DeleteApplicationCloudWatchLoggingOptionCommand extends $Command< DeleteApplicationCloudWatchLoggingOptionCommandOutput, KinesisAnalyticsClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -115,9 +112,7 @@ export class DeleteApplicationCloudWatchLoggingOptionCommand extends $Command< * @public */ constructor(readonly input: DeleteApplicationCloudWatchLoggingOptionCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -182,7 +177,4 @@ export class DeleteApplicationCloudWatchLoggingOptionCommand extends $Command< ): Promise { return de_DeleteApplicationCloudWatchLoggingOptionCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-kinesis-analytics/src/commands/DeleteApplicationCommand.ts b/clients/client-kinesis-analytics/src/commands/DeleteApplicationCommand.ts index 7247cb48860b..66bef1fec360 100644 --- a/clients/client-kinesis-analytics/src/commands/DeleteApplicationCommand.ts +++ b/clients/client-kinesis-analytics/src/commands/DeleteApplicationCommand.ts @@ -86,9 +86,6 @@ export class DeleteApplicationCommand extends $Command< DeleteApplicationCommandOutput, KinesisAnalyticsClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -102,9 +99,7 @@ export class DeleteApplicationCommand extends $Command< * @public */ constructor(readonly input: DeleteApplicationCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -157,7 +152,4 @@ export class DeleteApplicationCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteApplicationCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-kinesis-analytics/src/commands/DeleteApplicationInputProcessingConfigurationCommand.ts b/clients/client-kinesis-analytics/src/commands/DeleteApplicationInputProcessingConfigurationCommand.ts index 0a3d496492a4..2f5a9e4f8300 100644 --- a/clients/client-kinesis-analytics/src/commands/DeleteApplicationInputProcessingConfigurationCommand.ts +++ b/clients/client-kinesis-analytics/src/commands/DeleteApplicationInputProcessingConfigurationCommand.ts @@ -97,9 +97,6 @@ export class DeleteApplicationInputProcessingConfigurationCommand extends $Comma DeleteApplicationInputProcessingConfigurationCommandOutput, KinesisAnalyticsClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -113,9 +110,7 @@ export class DeleteApplicationInputProcessingConfigurationCommand extends $Comma * @public */ constructor(readonly input: DeleteApplicationInputProcessingConfigurationCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -180,7 +175,4 @@ export class DeleteApplicationInputProcessingConfigurationCommand extends $Comma ): Promise { return de_DeleteApplicationInputProcessingConfigurationCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-kinesis-analytics/src/commands/DeleteApplicationOutputCommand.ts b/clients/client-kinesis-analytics/src/commands/DeleteApplicationOutputCommand.ts index 4e3dc739ccab..8c74ea358c4b 100644 --- a/clients/client-kinesis-analytics/src/commands/DeleteApplicationOutputCommand.ts +++ b/clients/client-kinesis-analytics/src/commands/DeleteApplicationOutputCommand.ts @@ -90,9 +90,6 @@ export class DeleteApplicationOutputCommand extends $Command< DeleteApplicationOutputCommandOutput, KinesisAnalyticsClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -106,9 +103,7 @@ export class DeleteApplicationOutputCommand extends $Command< * @public */ constructor(readonly input: DeleteApplicationOutputCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -161,7 +156,4 @@ export class DeleteApplicationOutputCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteApplicationOutputCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-kinesis-analytics/src/commands/DeleteApplicationReferenceDataSourceCommand.ts b/clients/client-kinesis-analytics/src/commands/DeleteApplicationReferenceDataSourceCommand.ts index 066720391f09..6ab9d308749b 100644 --- a/clients/client-kinesis-analytics/src/commands/DeleteApplicationReferenceDataSourceCommand.ts +++ b/clients/client-kinesis-analytics/src/commands/DeleteApplicationReferenceDataSourceCommand.ts @@ -101,9 +101,6 @@ export class DeleteApplicationReferenceDataSourceCommand extends $Command< DeleteApplicationReferenceDataSourceCommandOutput, KinesisAnalyticsClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -117,9 +114,7 @@ export class DeleteApplicationReferenceDataSourceCommand extends $Command< * @public */ constructor(readonly input: DeleteApplicationReferenceDataSourceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -178,7 +173,4 @@ export class DeleteApplicationReferenceDataSourceCommand extends $Command< ): Promise { return de_DeleteApplicationReferenceDataSourceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-kinesis-analytics/src/commands/DescribeApplicationCommand.ts b/clients/client-kinesis-analytics/src/commands/DescribeApplicationCommand.ts index dcc8e75cf402..73e2b6c968b2 100644 --- a/clients/client-kinesis-analytics/src/commands/DescribeApplicationCommand.ts +++ b/clients/client-kinesis-analytics/src/commands/DescribeApplicationCommand.ts @@ -206,9 +206,6 @@ export class DescribeApplicationCommand extends $Command< DescribeApplicationCommandOutput, KinesisAnalyticsClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -222,9 +219,7 @@ export class DescribeApplicationCommand extends $Command< * @public */ constructor(readonly input: DescribeApplicationCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -277,7 +272,4 @@ export class DescribeApplicationCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DescribeApplicationCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-kinesis-analytics/src/commands/DiscoverInputSchemaCommand.ts b/clients/client-kinesis-analytics/src/commands/DiscoverInputSchemaCommand.ts index 8e5a45f50dee..d0ac81afdb55 100644 --- a/clients/client-kinesis-analytics/src/commands/DiscoverInputSchemaCommand.ts +++ b/clients/client-kinesis-analytics/src/commands/DiscoverInputSchemaCommand.ts @@ -148,9 +148,6 @@ export class DiscoverInputSchemaCommand extends $Command< DiscoverInputSchemaCommandOutput, KinesisAnalyticsClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -164,9 +161,7 @@ export class DiscoverInputSchemaCommand extends $Command< * @public */ constructor(readonly input: DiscoverInputSchemaCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -219,7 +214,4 @@ export class DiscoverInputSchemaCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DiscoverInputSchemaCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-kinesis-analytics/src/commands/ListApplicationsCommand.ts b/clients/client-kinesis-analytics/src/commands/ListApplicationsCommand.ts index 1870bbe787da..ab319caf27ea 100644 --- a/clients/client-kinesis-analytics/src/commands/ListApplicationsCommand.ts +++ b/clients/client-kinesis-analytics/src/commands/ListApplicationsCommand.ts @@ -94,9 +94,6 @@ export class ListApplicationsCommand extends $Command< ListApplicationsCommandOutput, KinesisAnalyticsClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -110,9 +107,7 @@ export class ListApplicationsCommand extends $Command< * @public */ constructor(readonly input: ListApplicationsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -165,7 +160,4 @@ export class ListApplicationsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListApplicationsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-kinesis-analytics/src/commands/ListTagsForResourceCommand.ts b/clients/client-kinesis-analytics/src/commands/ListTagsForResourceCommand.ts index bf3321fa6a7a..27d4745ef887 100644 --- a/clients/client-kinesis-analytics/src/commands/ListTagsForResourceCommand.ts +++ b/clients/client-kinesis-analytics/src/commands/ListTagsForResourceCommand.ts @@ -84,9 +84,6 @@ export class ListTagsForResourceCommand extends $Command< ListTagsForResourceCommandOutput, KinesisAnalyticsClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -100,9 +97,7 @@ export class ListTagsForResourceCommand extends $Command< * @public */ constructor(readonly input: ListTagsForResourceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -155,7 +150,4 @@ export class ListTagsForResourceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListTagsForResourceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-kinesis-analytics/src/commands/StartApplicationCommand.ts b/clients/client-kinesis-analytics/src/commands/StartApplicationCommand.ts index 33a9980cc823..b1281bf0a348 100644 --- a/clients/client-kinesis-analytics/src/commands/StartApplicationCommand.ts +++ b/clients/client-kinesis-analytics/src/commands/StartApplicationCommand.ts @@ -102,9 +102,6 @@ export class StartApplicationCommand extends $Command< StartApplicationCommandOutput, KinesisAnalyticsClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -118,9 +115,7 @@ export class StartApplicationCommand extends $Command< * @public */ constructor(readonly input: StartApplicationCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -173,7 +168,4 @@ export class StartApplicationCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_StartApplicationCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-kinesis-analytics/src/commands/StopApplicationCommand.ts b/clients/client-kinesis-analytics/src/commands/StopApplicationCommand.ts index c85bc5fb9cf9..560068891c0a 100644 --- a/clients/client-kinesis-analytics/src/commands/StopApplicationCommand.ts +++ b/clients/client-kinesis-analytics/src/commands/StopApplicationCommand.ts @@ -87,9 +87,6 @@ export class StopApplicationCommand extends $Command< StopApplicationCommandOutput, KinesisAnalyticsClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -103,9 +100,7 @@ export class StopApplicationCommand extends $Command< * @public */ constructor(readonly input: StopApplicationCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -158,7 +153,4 @@ export class StopApplicationCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_StopApplicationCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-kinesis-analytics/src/commands/TagResourceCommand.ts b/clients/client-kinesis-analytics/src/commands/TagResourceCommand.ts index a067431f451a..ef2c5c5fb107 100644 --- a/clients/client-kinesis-analytics/src/commands/TagResourceCommand.ts +++ b/clients/client-kinesis-analytics/src/commands/TagResourceCommand.ts @@ -90,9 +90,6 @@ export class TagResourceCommand extends $Command< TagResourceCommandOutput, KinesisAnalyticsClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -106,9 +103,7 @@ export class TagResourceCommand extends $Command< * @public */ constructor(readonly input: TagResourceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -159,7 +154,4 @@ export class TagResourceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_TagResourceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-kinesis-analytics/src/commands/UntagResourceCommand.ts b/clients/client-kinesis-analytics/src/commands/UntagResourceCommand.ts index ff6f5b08ec3f..922252903e79 100644 --- a/clients/client-kinesis-analytics/src/commands/UntagResourceCommand.ts +++ b/clients/client-kinesis-analytics/src/commands/UntagResourceCommand.ts @@ -86,9 +86,6 @@ export class UntagResourceCommand extends $Command< UntagResourceCommandOutput, KinesisAnalyticsClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -102,9 +99,7 @@ export class UntagResourceCommand extends $Command< * @public */ constructor(readonly input: UntagResourceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -155,7 +150,4 @@ export class UntagResourceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UntagResourceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-kinesis-analytics/src/commands/UpdateApplicationCommand.ts b/clients/client-kinesis-analytics/src/commands/UpdateApplicationCommand.ts index 8324dc684155..4547689b50b5 100644 --- a/clients/client-kinesis-analytics/src/commands/UpdateApplicationCommand.ts +++ b/clients/client-kinesis-analytics/src/commands/UpdateApplicationCommand.ts @@ -205,9 +205,6 @@ export class UpdateApplicationCommand extends $Command< UpdateApplicationCommandOutput, KinesisAnalyticsClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -221,9 +218,7 @@ export class UpdateApplicationCommand extends $Command< * @public */ constructor(readonly input: UpdateApplicationCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -276,7 +271,4 @@ export class UpdateApplicationCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdateApplicationCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-kinesis-video-archived-media/package.json b/clients/client-kinesis-video-archived-media/package.json index 380ca2baf7ab..66cb98516c18 100644 --- a/clients/client-kinesis-video-archived-media/package.json +++ b/clients/client-kinesis-video-archived-media/package.json @@ -34,30 +34,30 @@ "@aws-sdk/util-endpoints": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@smithy/config-resolver": "^2.0.16", - "@smithy/fetch-http-handler": "^2.2.4", - "@smithy/hash-node": "^2.0.12", - "@smithy/invalid-dependency": "^2.0.12", - "@smithy/middleware-content-length": "^2.0.14", - "@smithy/middleware-endpoint": "^2.1.3", - "@smithy/middleware-retry": "^2.0.18", - "@smithy/middleware-serde": "^2.0.12", - "@smithy/middleware-stack": "^2.0.6", - "@smithy/node-config-provider": "^2.1.3", - "@smithy/node-http-handler": "^2.1.8", - "@smithy/protocol-http": "^3.0.8", - "@smithy/smithy-client": "^2.1.12", - "@smithy/types": "^2.4.0", - "@smithy/url-parser": "^2.0.12", - "@smithy/util-base64": "^2.0.0", + "@smithy/config-resolver": "^2.0.18", + "@smithy/fetch-http-handler": "^2.2.6", + "@smithy/hash-node": "^2.0.15", + "@smithy/invalid-dependency": "^2.0.13", + "@smithy/middleware-content-length": "^2.0.15", + "@smithy/middleware-endpoint": "^2.2.0", + "@smithy/middleware-retry": "^2.0.20", + "@smithy/middleware-serde": "^2.0.13", + "@smithy/middleware-stack": "^2.0.7", + "@smithy/node-config-provider": "^2.1.5", + "@smithy/node-http-handler": "^2.1.9", + "@smithy/protocol-http": "^3.0.9", + "@smithy/smithy-client": "^2.1.15", + "@smithy/types": "^2.5.0", + "@smithy/url-parser": "^2.0.13", + "@smithy/util-base64": "^2.0.1", "@smithy/util-body-length-browser": "^2.0.0", "@smithy/util-body-length-node": "^2.1.0", - "@smithy/util-defaults-mode-browser": "^2.0.16", - "@smithy/util-defaults-mode-node": "^2.0.21", - "@smithy/util-endpoints": "^1.0.2", - "@smithy/util-retry": "^2.0.5", - "@smithy/util-stream": "^2.0.17", - "@smithy/util-utf8": "^2.0.0", + "@smithy/util-defaults-mode-browser": "^2.0.19", + "@smithy/util-defaults-mode-node": "^2.0.25", + "@smithy/util-endpoints": "^1.0.4", + "@smithy/util-retry": "^2.0.6", + "@smithy/util-stream": "^2.0.20", + "@smithy/util-utf8": "^2.0.2", "tslib": "^2.5.0" }, "devDependencies": { diff --git a/clients/client-kinesis-video-archived-media/src/commands/GetClipCommand.ts b/clients/client-kinesis-video-archived-media/src/commands/GetClipCommand.ts index 93b8812a0979..2b20660dd20a 100644 --- a/clients/client-kinesis-video-archived-media/src/commands/GetClipCommand.ts +++ b/clients/client-kinesis-video-archived-media/src/commands/GetClipCommand.ts @@ -169,9 +169,6 @@ export class GetClipCommand extends $Command< GetClipCommandOutput, KinesisVideoArchivedMediaClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -185,9 +182,7 @@ export class GetClipCommand extends $Command< * @public */ constructor(readonly input: GetClipCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -241,7 +236,4 @@ export class GetClipCommand extends $Command< ): Promise { return de_GetClipCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-kinesis-video-archived-media/src/commands/GetDASHStreamingSessionURLCommand.ts b/clients/client-kinesis-video-archived-media/src/commands/GetDASHStreamingSessionURLCommand.ts index 7d8375d9ae28..f559a2da6d43 100644 --- a/clients/client-kinesis-video-archived-media/src/commands/GetDASHStreamingSessionURLCommand.ts +++ b/clients/client-kinesis-video-archived-media/src/commands/GetDASHStreamingSessionURLCommand.ts @@ -270,9 +270,6 @@ export class GetDASHStreamingSessionURLCommand extends $Command< GetDASHStreamingSessionURLCommandOutput, KinesisVideoArchivedMediaClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -286,9 +283,7 @@ export class GetDASHStreamingSessionURLCommand extends $Command< * @public */ constructor(readonly input: GetDASHStreamingSessionURLCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -344,7 +339,4 @@ export class GetDASHStreamingSessionURLCommand extends $Command< ): Promise { return de_GetDASHStreamingSessionURLCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-kinesis-video-archived-media/src/commands/GetHLSStreamingSessionURLCommand.ts b/clients/client-kinesis-video-archived-media/src/commands/GetHLSStreamingSessionURLCommand.ts index 62cc924cc66f..53e5eda28baa 100644 --- a/clients/client-kinesis-video-archived-media/src/commands/GetHLSStreamingSessionURLCommand.ts +++ b/clients/client-kinesis-video-archived-media/src/commands/GetHLSStreamingSessionURLCommand.ts @@ -313,9 +313,6 @@ export class GetHLSStreamingSessionURLCommand extends $Command< GetHLSStreamingSessionURLCommandOutput, KinesisVideoArchivedMediaClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -329,9 +326,7 @@ export class GetHLSStreamingSessionURLCommand extends $Command< * @public */ constructor(readonly input: GetHLSStreamingSessionURLCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -387,7 +382,4 @@ export class GetHLSStreamingSessionURLCommand extends $Command< ): Promise { return de_GetHLSStreamingSessionURLCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-kinesis-video-archived-media/src/commands/GetImagesCommand.ts b/clients/client-kinesis-video-archived-media/src/commands/GetImagesCommand.ts index 7497fc2dd470..0a4203fd25ae 100644 --- a/clients/client-kinesis-video-archived-media/src/commands/GetImagesCommand.ts +++ b/clients/client-kinesis-video-archived-media/src/commands/GetImagesCommand.ts @@ -117,9 +117,6 @@ export class GetImagesCommand extends $Command< GetImagesCommandOutput, KinesisVideoArchivedMediaClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -133,9 +130,7 @@ export class GetImagesCommand extends $Command< * @public */ constructor(readonly input: GetImagesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -186,7 +181,4 @@ export class GetImagesCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetImagesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-kinesis-video-archived-media/src/commands/GetMediaForFragmentListCommand.ts b/clients/client-kinesis-video-archived-media/src/commands/GetMediaForFragmentListCommand.ts index 95c006aaed5a..e242231b31f3 100644 --- a/clients/client-kinesis-video-archived-media/src/commands/GetMediaForFragmentListCommand.ts +++ b/clients/client-kinesis-video-archived-media/src/commands/GetMediaForFragmentListCommand.ts @@ -145,9 +145,6 @@ export class GetMediaForFragmentListCommand extends $Command< GetMediaForFragmentListCommandOutput, KinesisVideoArchivedMediaClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -161,9 +158,7 @@ export class GetMediaForFragmentListCommand extends $Command< * @public */ constructor(readonly input: GetMediaForFragmentListCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -219,7 +214,4 @@ export class GetMediaForFragmentListCommand extends $Command< ): Promise { return de_GetMediaForFragmentListCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-kinesis-video-archived-media/src/commands/ListFragmentsCommand.ts b/clients/client-kinesis-video-archived-media/src/commands/ListFragmentsCommand.ts index 029639733c07..d2d2cfa3b2ed 100644 --- a/clients/client-kinesis-video-archived-media/src/commands/ListFragmentsCommand.ts +++ b/clients/client-kinesis-video-archived-media/src/commands/ListFragmentsCommand.ts @@ -151,9 +151,6 @@ export class ListFragmentsCommand extends $Command< ListFragmentsCommandOutput, KinesisVideoArchivedMediaClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -167,9 +164,7 @@ export class ListFragmentsCommand extends $Command< * @public */ constructor(readonly input: ListFragmentsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -220,7 +215,4 @@ export class ListFragmentsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListFragmentsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-kinesis-video-media/package.json b/clients/client-kinesis-video-media/package.json index ce873f4edbca..801392d5edcf 100644 --- a/clients/client-kinesis-video-media/package.json +++ b/clients/client-kinesis-video-media/package.json @@ -34,30 +34,30 @@ "@aws-sdk/util-endpoints": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@smithy/config-resolver": "^2.0.16", - "@smithy/fetch-http-handler": "^2.2.4", - "@smithy/hash-node": "^2.0.12", - "@smithy/invalid-dependency": "^2.0.12", - "@smithy/middleware-content-length": "^2.0.14", - "@smithy/middleware-endpoint": "^2.1.3", - "@smithy/middleware-retry": "^2.0.18", - "@smithy/middleware-serde": "^2.0.12", - "@smithy/middleware-stack": "^2.0.6", - "@smithy/node-config-provider": "^2.1.3", - "@smithy/node-http-handler": "^2.1.8", - "@smithy/protocol-http": "^3.0.8", - "@smithy/smithy-client": "^2.1.12", - "@smithy/types": "^2.4.0", - "@smithy/url-parser": "^2.0.12", - "@smithy/util-base64": "^2.0.0", + "@smithy/config-resolver": "^2.0.18", + "@smithy/fetch-http-handler": "^2.2.6", + "@smithy/hash-node": "^2.0.15", + "@smithy/invalid-dependency": "^2.0.13", + "@smithy/middleware-content-length": "^2.0.15", + "@smithy/middleware-endpoint": "^2.2.0", + "@smithy/middleware-retry": "^2.0.20", + "@smithy/middleware-serde": "^2.0.13", + "@smithy/middleware-stack": "^2.0.7", + "@smithy/node-config-provider": "^2.1.5", + "@smithy/node-http-handler": "^2.1.9", + "@smithy/protocol-http": "^3.0.9", + "@smithy/smithy-client": "^2.1.15", + "@smithy/types": "^2.5.0", + "@smithy/url-parser": "^2.0.13", + "@smithy/util-base64": "^2.0.1", "@smithy/util-body-length-browser": "^2.0.0", "@smithy/util-body-length-node": "^2.1.0", - "@smithy/util-defaults-mode-browser": "^2.0.16", - "@smithy/util-defaults-mode-node": "^2.0.21", - "@smithy/util-endpoints": "^1.0.2", - "@smithy/util-retry": "^2.0.5", - "@smithy/util-stream": "^2.0.17", - "@smithy/util-utf8": "^2.0.0", + "@smithy/util-defaults-mode-browser": "^2.0.19", + "@smithy/util-defaults-mode-node": "^2.0.25", + "@smithy/util-endpoints": "^1.0.4", + "@smithy/util-retry": "^2.0.6", + "@smithy/util-stream": "^2.0.20", + "@smithy/util-utf8": "^2.0.2", "tslib": "^2.5.0" }, "devDependencies": { diff --git a/clients/client-kinesis-video-media/src/commands/GetMediaCommand.ts b/clients/client-kinesis-video-media/src/commands/GetMediaCommand.ts index fc88a573cbf8..1bac9a6e44fe 100644 --- a/clients/client-kinesis-video-media/src/commands/GetMediaCommand.ts +++ b/clients/client-kinesis-video-media/src/commands/GetMediaCommand.ts @@ -155,9 +155,6 @@ export class GetMediaCommand extends $Command< GetMediaCommandOutput, KinesisVideoMediaClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -171,9 +168,7 @@ export class GetMediaCommand extends $Command< * @public */ constructor(readonly input: GetMediaCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -227,7 +222,4 @@ export class GetMediaCommand extends $Command< ): Promise { return de_GetMediaCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-kinesis-video-signaling/package.json b/clients/client-kinesis-video-signaling/package.json index d2e1549e452c..a72b35f7707d 100644 --- a/clients/client-kinesis-video-signaling/package.json +++ b/clients/client-kinesis-video-signaling/package.json @@ -34,29 +34,29 @@ "@aws-sdk/util-endpoints": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@smithy/config-resolver": "^2.0.16", - "@smithy/fetch-http-handler": "^2.2.4", - "@smithy/hash-node": "^2.0.12", - "@smithy/invalid-dependency": "^2.0.12", - "@smithy/middleware-content-length": "^2.0.14", - "@smithy/middleware-endpoint": "^2.1.3", - "@smithy/middleware-retry": "^2.0.18", - "@smithy/middleware-serde": "^2.0.12", - "@smithy/middleware-stack": "^2.0.6", - "@smithy/node-config-provider": "^2.1.3", - "@smithy/node-http-handler": "^2.1.8", - "@smithy/protocol-http": "^3.0.8", - "@smithy/smithy-client": "^2.1.12", - "@smithy/types": "^2.4.0", - "@smithy/url-parser": "^2.0.12", - "@smithy/util-base64": "^2.0.0", + "@smithy/config-resolver": "^2.0.18", + "@smithy/fetch-http-handler": "^2.2.6", + "@smithy/hash-node": "^2.0.15", + "@smithy/invalid-dependency": "^2.0.13", + "@smithy/middleware-content-length": "^2.0.15", + "@smithy/middleware-endpoint": "^2.2.0", + "@smithy/middleware-retry": "^2.0.20", + "@smithy/middleware-serde": "^2.0.13", + "@smithy/middleware-stack": "^2.0.7", + "@smithy/node-config-provider": "^2.1.5", + "@smithy/node-http-handler": "^2.1.9", + "@smithy/protocol-http": "^3.0.9", + "@smithy/smithy-client": "^2.1.15", + "@smithy/types": "^2.5.0", + "@smithy/url-parser": "^2.0.13", + "@smithy/util-base64": "^2.0.1", "@smithy/util-body-length-browser": "^2.0.0", "@smithy/util-body-length-node": "^2.1.0", - "@smithy/util-defaults-mode-browser": "^2.0.16", - "@smithy/util-defaults-mode-node": "^2.0.21", - "@smithy/util-endpoints": "^1.0.2", - "@smithy/util-retry": "^2.0.5", - "@smithy/util-utf8": "^2.0.0", + "@smithy/util-defaults-mode-browser": "^2.0.19", + "@smithy/util-defaults-mode-node": "^2.0.25", + "@smithy/util-endpoints": "^1.0.4", + "@smithy/util-retry": "^2.0.6", + "@smithy/util-utf8": "^2.0.2", "tslib": "^2.5.0" }, "devDependencies": { diff --git a/clients/client-kinesis-video-signaling/src/commands/GetIceServerConfigCommand.ts b/clients/client-kinesis-video-signaling/src/commands/GetIceServerConfigCommand.ts index 98bbb4d5d7c2..a74f066d8231 100644 --- a/clients/client-kinesis-video-signaling/src/commands/GetIceServerConfigCommand.ts +++ b/clients/client-kinesis-video-signaling/src/commands/GetIceServerConfigCommand.ts @@ -120,9 +120,6 @@ export class GetIceServerConfigCommand extends $Command< GetIceServerConfigCommandOutput, KinesisVideoSignalingClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -136,9 +133,7 @@ export class GetIceServerConfigCommand extends $Command< * @public */ constructor(readonly input: GetIceServerConfigCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -191,7 +186,4 @@ export class GetIceServerConfigCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetIceServerConfigCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-kinesis-video-signaling/src/commands/SendAlexaOfferToMasterCommand.ts b/clients/client-kinesis-video-signaling/src/commands/SendAlexaOfferToMasterCommand.ts index 024e40d7801e..d572f65f9dec 100644 --- a/clients/client-kinesis-video-signaling/src/commands/SendAlexaOfferToMasterCommand.ts +++ b/clients/client-kinesis-video-signaling/src/commands/SendAlexaOfferToMasterCommand.ts @@ -94,9 +94,6 @@ export class SendAlexaOfferToMasterCommand extends $Command< SendAlexaOfferToMasterCommandOutput, KinesisVideoSignalingClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -110,9 +107,7 @@ export class SendAlexaOfferToMasterCommand extends $Command< * @public */ constructor(readonly input: SendAlexaOfferToMasterCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -165,7 +160,4 @@ export class SendAlexaOfferToMasterCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_SendAlexaOfferToMasterCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-kinesis-video-webrtc-storage/package.json b/clients/client-kinesis-video-webrtc-storage/package.json index ff6aa009d7b4..472b96d27692 100644 --- a/clients/client-kinesis-video-webrtc-storage/package.json +++ b/clients/client-kinesis-video-webrtc-storage/package.json @@ -34,29 +34,29 @@ "@aws-sdk/util-endpoints": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@smithy/config-resolver": "^2.0.16", - "@smithy/fetch-http-handler": "^2.2.4", - "@smithy/hash-node": "^2.0.12", - "@smithy/invalid-dependency": "^2.0.12", - "@smithy/middleware-content-length": "^2.0.14", - "@smithy/middleware-endpoint": "^2.1.3", - "@smithy/middleware-retry": "^2.0.18", - "@smithy/middleware-serde": "^2.0.12", - "@smithy/middleware-stack": "^2.0.6", - "@smithy/node-config-provider": "^2.1.3", - "@smithy/node-http-handler": "^2.1.8", - "@smithy/protocol-http": "^3.0.8", - "@smithy/smithy-client": "^2.1.12", - "@smithy/types": "^2.4.0", - "@smithy/url-parser": "^2.0.12", - "@smithy/util-base64": "^2.0.0", + "@smithy/config-resolver": "^2.0.18", + "@smithy/fetch-http-handler": "^2.2.6", + "@smithy/hash-node": "^2.0.15", + "@smithy/invalid-dependency": "^2.0.13", + "@smithy/middleware-content-length": "^2.0.15", + "@smithy/middleware-endpoint": "^2.2.0", + "@smithy/middleware-retry": "^2.0.20", + "@smithy/middleware-serde": "^2.0.13", + "@smithy/middleware-stack": "^2.0.7", + "@smithy/node-config-provider": "^2.1.5", + "@smithy/node-http-handler": "^2.1.9", + "@smithy/protocol-http": "^3.0.9", + "@smithy/smithy-client": "^2.1.15", + "@smithy/types": "^2.5.0", + "@smithy/url-parser": "^2.0.13", + "@smithy/util-base64": "^2.0.1", "@smithy/util-body-length-browser": "^2.0.0", "@smithy/util-body-length-node": "^2.1.0", - "@smithy/util-defaults-mode-browser": "^2.0.16", - "@smithy/util-defaults-mode-node": "^2.0.21", - "@smithy/util-endpoints": "^1.0.2", - "@smithy/util-retry": "^2.0.5", - "@smithy/util-utf8": "^2.0.0", + "@smithy/util-defaults-mode-browser": "^2.0.19", + "@smithy/util-defaults-mode-node": "^2.0.25", + "@smithy/util-endpoints": "^1.0.4", + "@smithy/util-retry": "^2.0.6", + "@smithy/util-utf8": "^2.0.2", "tslib": "^2.5.0" }, "devDependencies": { diff --git a/clients/client-kinesis-video-webrtc-storage/src/commands/JoinStorageSessionCommand.ts b/clients/client-kinesis-video-webrtc-storage/src/commands/JoinStorageSessionCommand.ts index 5bd145333c9b..b2c653e379ed 100644 --- a/clients/client-kinesis-video-webrtc-storage/src/commands/JoinStorageSessionCommand.ts +++ b/clients/client-kinesis-video-webrtc-storage/src/commands/JoinStorageSessionCommand.ts @@ -107,9 +107,6 @@ export class JoinStorageSessionCommand extends $Command< JoinStorageSessionCommandOutput, KinesisVideoWebRTCStorageClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -123,9 +120,7 @@ export class JoinStorageSessionCommand extends $Command< * @public */ constructor(readonly input: JoinStorageSessionCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -178,7 +173,4 @@ export class JoinStorageSessionCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_JoinStorageSessionCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-kinesis-video/package.json b/clients/client-kinesis-video/package.json index 1135f7ab8d99..0b9093e6969c 100644 --- a/clients/client-kinesis-video/package.json +++ b/clients/client-kinesis-video/package.json @@ -34,29 +34,29 @@ "@aws-sdk/util-endpoints": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@smithy/config-resolver": "^2.0.16", - "@smithy/fetch-http-handler": "^2.2.4", - "@smithy/hash-node": "^2.0.12", - "@smithy/invalid-dependency": "^2.0.12", - "@smithy/middleware-content-length": "^2.0.14", - "@smithy/middleware-endpoint": "^2.1.3", - "@smithy/middleware-retry": "^2.0.18", - "@smithy/middleware-serde": "^2.0.12", - "@smithy/middleware-stack": "^2.0.6", - "@smithy/node-config-provider": "^2.1.3", - "@smithy/node-http-handler": "^2.1.8", - "@smithy/protocol-http": "^3.0.8", - "@smithy/smithy-client": "^2.1.12", - "@smithy/types": "^2.4.0", - "@smithy/url-parser": "^2.0.12", - "@smithy/util-base64": "^2.0.0", + "@smithy/config-resolver": "^2.0.18", + "@smithy/fetch-http-handler": "^2.2.6", + "@smithy/hash-node": "^2.0.15", + "@smithy/invalid-dependency": "^2.0.13", + "@smithy/middleware-content-length": "^2.0.15", + "@smithy/middleware-endpoint": "^2.2.0", + "@smithy/middleware-retry": "^2.0.20", + "@smithy/middleware-serde": "^2.0.13", + "@smithy/middleware-stack": "^2.0.7", + "@smithy/node-config-provider": "^2.1.5", + "@smithy/node-http-handler": "^2.1.9", + "@smithy/protocol-http": "^3.0.9", + "@smithy/smithy-client": "^2.1.15", + "@smithy/types": "^2.5.0", + "@smithy/url-parser": "^2.0.13", + "@smithy/util-base64": "^2.0.1", "@smithy/util-body-length-browser": "^2.0.0", "@smithy/util-body-length-node": "^2.1.0", - "@smithy/util-defaults-mode-browser": "^2.0.16", - "@smithy/util-defaults-mode-node": "^2.0.21", - "@smithy/util-endpoints": "^1.0.2", - "@smithy/util-retry": "^2.0.5", - "@smithy/util-utf8": "^2.0.0", + "@smithy/util-defaults-mode-browser": "^2.0.19", + "@smithy/util-defaults-mode-node": "^2.0.25", + "@smithy/util-endpoints": "^1.0.4", + "@smithy/util-retry": "^2.0.6", + "@smithy/util-utf8": "^2.0.2", "tslib": "^2.5.0" }, "devDependencies": { diff --git a/clients/client-kinesis-video/src/commands/CreateSignalingChannelCommand.ts b/clients/client-kinesis-video/src/commands/CreateSignalingChannelCommand.ts index 83054c238e3a..8678e8d3b948 100644 --- a/clients/client-kinesis-video/src/commands/CreateSignalingChannelCommand.ts +++ b/clients/client-kinesis-video/src/commands/CreateSignalingChannelCommand.ts @@ -120,9 +120,6 @@ export class CreateSignalingChannelCommand extends $Command< CreateSignalingChannelCommandOutput, KinesisVideoClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -136,9 +133,7 @@ export class CreateSignalingChannelCommand extends $Command< * @public */ constructor(readonly input: CreateSignalingChannelCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -191,7 +186,4 @@ export class CreateSignalingChannelCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateSignalingChannelCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-kinesis-video/src/commands/CreateStreamCommand.ts b/clients/client-kinesis-video/src/commands/CreateStreamCommand.ts index 81f415c44e1f..84c9b1e079b1 100644 --- a/clients/client-kinesis-video/src/commands/CreateStreamCommand.ts +++ b/clients/client-kinesis-video/src/commands/CreateStreamCommand.ts @@ -125,9 +125,6 @@ export class CreateStreamCommand extends $Command< CreateStreamCommandOutput, KinesisVideoClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -141,9 +138,7 @@ export class CreateStreamCommand extends $Command< * @public */ constructor(readonly input: CreateStreamCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -194,7 +189,4 @@ export class CreateStreamCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateStreamCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-kinesis-video/src/commands/DeleteEdgeConfigurationCommand.ts b/clients/client-kinesis-video/src/commands/DeleteEdgeConfigurationCommand.ts index 50ed7a1e22a9..316871dfdd25 100644 --- a/clients/client-kinesis-video/src/commands/DeleteEdgeConfigurationCommand.ts +++ b/clients/client-kinesis-video/src/commands/DeleteEdgeConfigurationCommand.ts @@ -88,9 +88,6 @@ export class DeleteEdgeConfigurationCommand extends $Command< DeleteEdgeConfigurationCommandOutput, KinesisVideoClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -104,9 +101,7 @@ export class DeleteEdgeConfigurationCommand extends $Command< * @public */ constructor(readonly input: DeleteEdgeConfigurationCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -159,7 +154,4 @@ export class DeleteEdgeConfigurationCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteEdgeConfigurationCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-kinesis-video/src/commands/DeleteSignalingChannelCommand.ts b/clients/client-kinesis-video/src/commands/DeleteSignalingChannelCommand.ts index e6dac87c4ada..a0989c6b2304 100644 --- a/clients/client-kinesis-video/src/commands/DeleteSignalingChannelCommand.ts +++ b/clients/client-kinesis-video/src/commands/DeleteSignalingChannelCommand.ts @@ -109,9 +109,6 @@ export class DeleteSignalingChannelCommand extends $Command< DeleteSignalingChannelCommandOutput, KinesisVideoClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -125,9 +122,7 @@ export class DeleteSignalingChannelCommand extends $Command< * @public */ constructor(readonly input: DeleteSignalingChannelCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -180,7 +175,4 @@ export class DeleteSignalingChannelCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteSignalingChannelCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-kinesis-video/src/commands/DeleteStreamCommand.ts b/clients/client-kinesis-video/src/commands/DeleteStreamCommand.ts index 64f2451982cd..26e9f1ac8c37 100644 --- a/clients/client-kinesis-video/src/commands/DeleteStreamCommand.ts +++ b/clients/client-kinesis-video/src/commands/DeleteStreamCommand.ts @@ -116,9 +116,6 @@ export class DeleteStreamCommand extends $Command< DeleteStreamCommandOutput, KinesisVideoClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -132,9 +129,7 @@ export class DeleteStreamCommand extends $Command< * @public */ constructor(readonly input: DeleteStreamCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -185,7 +180,4 @@ export class DeleteStreamCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteStreamCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-kinesis-video/src/commands/DescribeEdgeConfigurationCommand.ts b/clients/client-kinesis-video/src/commands/DescribeEdgeConfigurationCommand.ts index b1aefa1893e1..52efea02f89a 100644 --- a/clients/client-kinesis-video/src/commands/DescribeEdgeConfigurationCommand.ts +++ b/clients/client-kinesis-video/src/commands/DescribeEdgeConfigurationCommand.ts @@ -142,9 +142,6 @@ export class DescribeEdgeConfigurationCommand extends $Command< DescribeEdgeConfigurationCommandOutput, KinesisVideoClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -158,9 +155,7 @@ export class DescribeEdgeConfigurationCommand extends $Command< * @public */ constructor(readonly input: DescribeEdgeConfigurationCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -216,7 +211,4 @@ export class DescribeEdgeConfigurationCommand extends $Command< ): Promise { return de_DescribeEdgeConfigurationCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-kinesis-video/src/commands/DescribeImageGenerationConfigurationCommand.ts b/clients/client-kinesis-video/src/commands/DescribeImageGenerationConfigurationCommand.ts index 9031c9a72937..cb35587cf005 100644 --- a/clients/client-kinesis-video/src/commands/DescribeImageGenerationConfigurationCommand.ts +++ b/clients/client-kinesis-video/src/commands/DescribeImageGenerationConfigurationCommand.ts @@ -106,9 +106,6 @@ export class DescribeImageGenerationConfigurationCommand extends $Command< DescribeImageGenerationConfigurationCommandOutput, KinesisVideoClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -122,9 +119,7 @@ export class DescribeImageGenerationConfigurationCommand extends $Command< * @public */ constructor(readonly input: DescribeImageGenerationConfigurationCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -183,7 +178,4 @@ export class DescribeImageGenerationConfigurationCommand extends $Command< ): Promise { return de_DescribeImageGenerationConfigurationCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-kinesis-video/src/commands/DescribeMappedResourceConfigurationCommand.ts b/clients/client-kinesis-video/src/commands/DescribeMappedResourceConfigurationCommand.ts index 83b0081ba504..58eb48c88eab 100644 --- a/clients/client-kinesis-video/src/commands/DescribeMappedResourceConfigurationCommand.ts +++ b/clients/client-kinesis-video/src/commands/DescribeMappedResourceConfigurationCommand.ts @@ -101,9 +101,6 @@ export class DescribeMappedResourceConfigurationCommand extends $Command< DescribeMappedResourceConfigurationCommandOutput, KinesisVideoClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -117,9 +114,7 @@ export class DescribeMappedResourceConfigurationCommand extends $Command< * @public */ constructor(readonly input: DescribeMappedResourceConfigurationCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -178,7 +173,4 @@ export class DescribeMappedResourceConfigurationCommand extends $Command< ): Promise { return de_DescribeMappedResourceConfigurationCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-kinesis-video/src/commands/DescribeMediaStorageConfigurationCommand.ts b/clients/client-kinesis-video/src/commands/DescribeMediaStorageConfigurationCommand.ts index dbb8a0f9ef4a..f0d8437afa76 100644 --- a/clients/client-kinesis-video/src/commands/DescribeMediaStorageConfigurationCommand.ts +++ b/clients/client-kinesis-video/src/commands/DescribeMediaStorageConfigurationCommand.ts @@ -96,9 +96,6 @@ export class DescribeMediaStorageConfigurationCommand extends $Command< DescribeMediaStorageConfigurationCommandOutput, KinesisVideoClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -112,9 +109,7 @@ export class DescribeMediaStorageConfigurationCommand extends $Command< * @public */ constructor(readonly input: DescribeMediaStorageConfigurationCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -173,7 +168,4 @@ export class DescribeMediaStorageConfigurationCommand extends $Command< ): Promise { return de_DescribeMediaStorageConfigurationCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-kinesis-video/src/commands/DescribeNotificationConfigurationCommand.ts b/clients/client-kinesis-video/src/commands/DescribeNotificationConfigurationCommand.ts index f048d827c804..cf5be953925a 100644 --- a/clients/client-kinesis-video/src/commands/DescribeNotificationConfigurationCommand.ts +++ b/clients/client-kinesis-video/src/commands/DescribeNotificationConfigurationCommand.ts @@ -94,9 +94,6 @@ export class DescribeNotificationConfigurationCommand extends $Command< DescribeNotificationConfigurationCommandOutput, KinesisVideoClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -110,9 +107,7 @@ export class DescribeNotificationConfigurationCommand extends $Command< * @public */ constructor(readonly input: DescribeNotificationConfigurationCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -171,7 +166,4 @@ export class DescribeNotificationConfigurationCommand extends $Command< ): Promise { return de_DescribeNotificationConfigurationCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-kinesis-video/src/commands/DescribeSignalingChannelCommand.ts b/clients/client-kinesis-video/src/commands/DescribeSignalingChannelCommand.ts index f3f4e96fb4b5..d98cfe8381cf 100644 --- a/clients/client-kinesis-video/src/commands/DescribeSignalingChannelCommand.ts +++ b/clients/client-kinesis-video/src/commands/DescribeSignalingChannelCommand.ts @@ -96,9 +96,6 @@ export class DescribeSignalingChannelCommand extends $Command< DescribeSignalingChannelCommandOutput, KinesisVideoClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -112,9 +109,7 @@ export class DescribeSignalingChannelCommand extends $Command< * @public */ constructor(readonly input: DescribeSignalingChannelCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -167,7 +162,4 @@ export class DescribeSignalingChannelCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DescribeSignalingChannelCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-kinesis-video/src/commands/DescribeStreamCommand.ts b/clients/client-kinesis-video/src/commands/DescribeStreamCommand.ts index cfbad7bf7952..59b7a3d268a3 100644 --- a/clients/client-kinesis-video/src/commands/DescribeStreamCommand.ts +++ b/clients/client-kinesis-video/src/commands/DescribeStreamCommand.ts @@ -95,9 +95,6 @@ export class DescribeStreamCommand extends $Command< DescribeStreamCommandOutput, KinesisVideoClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -111,9 +108,7 @@ export class DescribeStreamCommand extends $Command< * @public */ constructor(readonly input: DescribeStreamCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -166,7 +161,4 @@ export class DescribeStreamCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DescribeStreamCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-kinesis-video/src/commands/GetDataEndpointCommand.ts b/clients/client-kinesis-video/src/commands/GetDataEndpointCommand.ts index 3efad33369f1..8c94d9f74ebd 100644 --- a/clients/client-kinesis-video/src/commands/GetDataEndpointCommand.ts +++ b/clients/client-kinesis-video/src/commands/GetDataEndpointCommand.ts @@ -95,9 +95,6 @@ export class GetDataEndpointCommand extends $Command< GetDataEndpointCommandOutput, KinesisVideoClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -111,9 +108,7 @@ export class GetDataEndpointCommand extends $Command< * @public */ constructor(readonly input: GetDataEndpointCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -166,7 +161,4 @@ export class GetDataEndpointCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetDataEndpointCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-kinesis-video/src/commands/GetSignalingChannelEndpointCommand.ts b/clients/client-kinesis-video/src/commands/GetSignalingChannelEndpointCommand.ts index 1fdbfc1f9dab..2a19afb99030 100644 --- a/clients/client-kinesis-video/src/commands/GetSignalingChannelEndpointCommand.ts +++ b/clients/client-kinesis-video/src/commands/GetSignalingChannelEndpointCommand.ts @@ -130,9 +130,6 @@ export class GetSignalingChannelEndpointCommand extends $Command< GetSignalingChannelEndpointCommandOutput, KinesisVideoClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -146,9 +143,7 @@ export class GetSignalingChannelEndpointCommand extends $Command< * @public */ constructor(readonly input: GetSignalingChannelEndpointCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -204,7 +199,4 @@ export class GetSignalingChannelEndpointCommand extends $Command< ): Promise { return de_GetSignalingChannelEndpointCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-kinesis-video/src/commands/ListEdgeAgentConfigurationsCommand.ts b/clients/client-kinesis-video/src/commands/ListEdgeAgentConfigurationsCommand.ts index 5eaab088e109..168f1ae0c1d2 100644 --- a/clients/client-kinesis-video/src/commands/ListEdgeAgentConfigurationsCommand.ts +++ b/clients/client-kinesis-video/src/commands/ListEdgeAgentConfigurationsCommand.ts @@ -127,9 +127,6 @@ export class ListEdgeAgentConfigurationsCommand extends $Command< ListEdgeAgentConfigurationsCommandOutput, KinesisVideoClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -143,9 +140,7 @@ export class ListEdgeAgentConfigurationsCommand extends $Command< * @public */ constructor(readonly input: ListEdgeAgentConfigurationsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -201,7 +196,4 @@ export class ListEdgeAgentConfigurationsCommand extends $Command< ): Promise { return de_ListEdgeAgentConfigurationsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-kinesis-video/src/commands/ListSignalingChannelsCommand.ts b/clients/client-kinesis-video/src/commands/ListSignalingChannelsCommand.ts index cc629362997f..8bef8ae51cea 100644 --- a/clients/client-kinesis-video/src/commands/ListSignalingChannelsCommand.ts +++ b/clients/client-kinesis-video/src/commands/ListSignalingChannelsCommand.ts @@ -100,9 +100,6 @@ export class ListSignalingChannelsCommand extends $Command< ListSignalingChannelsCommandOutput, KinesisVideoClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -116,9 +113,7 @@ export class ListSignalingChannelsCommand extends $Command< * @public */ constructor(readonly input: ListSignalingChannelsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -171,7 +166,4 @@ export class ListSignalingChannelsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListSignalingChannelsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-kinesis-video/src/commands/ListStreamsCommand.ts b/clients/client-kinesis-video/src/commands/ListStreamsCommand.ts index c2374490a3c9..389d93c74e15 100644 --- a/clients/client-kinesis-video/src/commands/ListStreamsCommand.ts +++ b/clients/client-kinesis-video/src/commands/ListStreamsCommand.ts @@ -97,9 +97,6 @@ export class ListStreamsCommand extends $Command< ListStreamsCommandOutput, KinesisVideoClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -113,9 +110,7 @@ export class ListStreamsCommand extends $Command< * @public */ constructor(readonly input: ListStreamsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -166,7 +161,4 @@ export class ListStreamsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListStreamsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-kinesis-video/src/commands/ListTagsForResourceCommand.ts b/clients/client-kinesis-video/src/commands/ListTagsForResourceCommand.ts index 8886d93f3d3d..57754eeef64f 100644 --- a/clients/client-kinesis-video/src/commands/ListTagsForResourceCommand.ts +++ b/clients/client-kinesis-video/src/commands/ListTagsForResourceCommand.ts @@ -87,9 +87,6 @@ export class ListTagsForResourceCommand extends $Command< ListTagsForResourceCommandOutput, KinesisVideoClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -103,9 +100,7 @@ export class ListTagsForResourceCommand extends $Command< * @public */ constructor(readonly input: ListTagsForResourceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -158,7 +153,4 @@ export class ListTagsForResourceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListTagsForResourceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-kinesis-video/src/commands/ListTagsForStreamCommand.ts b/clients/client-kinesis-video/src/commands/ListTagsForStreamCommand.ts index daa07e87b5b3..cf2cd68f4ec1 100644 --- a/clients/client-kinesis-video/src/commands/ListTagsForStreamCommand.ts +++ b/clients/client-kinesis-video/src/commands/ListTagsForStreamCommand.ts @@ -93,9 +93,6 @@ export class ListTagsForStreamCommand extends $Command< ListTagsForStreamCommandOutput, KinesisVideoClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -109,9 +106,7 @@ export class ListTagsForStreamCommand extends $Command< * @public */ constructor(readonly input: ListTagsForStreamCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -164,7 +159,4 @@ export class ListTagsForStreamCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListTagsForStreamCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-kinesis-video/src/commands/StartEdgeConfigurationUpdateCommand.ts b/clients/client-kinesis-video/src/commands/StartEdgeConfigurationUpdateCommand.ts index b930290613d2..e9036f72fe99 100644 --- a/clients/client-kinesis-video/src/commands/StartEdgeConfigurationUpdateCommand.ts +++ b/clients/client-kinesis-video/src/commands/StartEdgeConfigurationUpdateCommand.ts @@ -189,9 +189,6 @@ export class StartEdgeConfigurationUpdateCommand extends $Command< StartEdgeConfigurationUpdateCommandOutput, KinesisVideoClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -205,9 +202,7 @@ export class StartEdgeConfigurationUpdateCommand extends $Command< * @public */ constructor(readonly input: StartEdgeConfigurationUpdateCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -263,7 +258,4 @@ export class StartEdgeConfigurationUpdateCommand extends $Command< ): Promise { return de_StartEdgeConfigurationUpdateCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-kinesis-video/src/commands/TagResourceCommand.ts b/clients/client-kinesis-video/src/commands/TagResourceCommand.ts index b532d1775266..504d5a8d6041 100644 --- a/clients/client-kinesis-video/src/commands/TagResourceCommand.ts +++ b/clients/client-kinesis-video/src/commands/TagResourceCommand.ts @@ -96,9 +96,6 @@ export class TagResourceCommand extends $Command< TagResourceCommandOutput, KinesisVideoClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -112,9 +109,7 @@ export class TagResourceCommand extends $Command< * @public */ constructor(readonly input: TagResourceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -165,7 +160,4 @@ export class TagResourceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_TagResourceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-kinesis-video/src/commands/TagStreamCommand.ts b/clients/client-kinesis-video/src/commands/TagStreamCommand.ts index 09df0ae90aca..12a5ff95ddb4 100644 --- a/clients/client-kinesis-video/src/commands/TagStreamCommand.ts +++ b/clients/client-kinesis-video/src/commands/TagStreamCommand.ts @@ -101,9 +101,6 @@ export class TagStreamCommand extends $Command< TagStreamCommandOutput, KinesisVideoClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -117,9 +114,7 @@ export class TagStreamCommand extends $Command< * @public */ constructor(readonly input: TagStreamCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -170,7 +165,4 @@ export class TagStreamCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_TagStreamCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-kinesis-video/src/commands/UntagResourceCommand.ts b/clients/client-kinesis-video/src/commands/UntagResourceCommand.ts index b300de3c5359..5c63df9d2e42 100644 --- a/clients/client-kinesis-video/src/commands/UntagResourceCommand.ts +++ b/clients/client-kinesis-video/src/commands/UntagResourceCommand.ts @@ -86,9 +86,6 @@ export class UntagResourceCommand extends $Command< UntagResourceCommandOutput, KinesisVideoClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -102,9 +99,7 @@ export class UntagResourceCommand extends $Command< * @public */ constructor(readonly input: UntagResourceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -155,7 +150,4 @@ export class UntagResourceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UntagResourceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-kinesis-video/src/commands/UntagStreamCommand.ts b/clients/client-kinesis-video/src/commands/UntagStreamCommand.ts index f7915283bdc6..25659b6d15b2 100644 --- a/clients/client-kinesis-video/src/commands/UntagStreamCommand.ts +++ b/clients/client-kinesis-video/src/commands/UntagStreamCommand.ts @@ -92,9 +92,6 @@ export class UntagStreamCommand extends $Command< UntagStreamCommandOutput, KinesisVideoClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -108,9 +105,7 @@ export class UntagStreamCommand extends $Command< * @public */ constructor(readonly input: UntagStreamCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -161,7 +156,4 @@ export class UntagStreamCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UntagStreamCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-kinesis-video/src/commands/UpdateDataRetentionCommand.ts b/clients/client-kinesis-video/src/commands/UpdateDataRetentionCommand.ts index d43394e3613d..5ff86c33ff80 100644 --- a/clients/client-kinesis-video/src/commands/UpdateDataRetentionCommand.ts +++ b/clients/client-kinesis-video/src/commands/UpdateDataRetentionCommand.ts @@ -134,9 +134,6 @@ export class UpdateDataRetentionCommand extends $Command< UpdateDataRetentionCommandOutput, KinesisVideoClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -150,9 +147,7 @@ export class UpdateDataRetentionCommand extends $Command< * @public */ constructor(readonly input: UpdateDataRetentionCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -205,7 +200,4 @@ export class UpdateDataRetentionCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdateDataRetentionCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-kinesis-video/src/commands/UpdateImageGenerationConfigurationCommand.ts b/clients/client-kinesis-video/src/commands/UpdateImageGenerationConfigurationCommand.ts index 5d6beff55440..00de23b0654b 100644 --- a/clients/client-kinesis-video/src/commands/UpdateImageGenerationConfigurationCommand.ts +++ b/clients/client-kinesis-video/src/commands/UpdateImageGenerationConfigurationCommand.ts @@ -125,9 +125,6 @@ export class UpdateImageGenerationConfigurationCommand extends $Command< UpdateImageGenerationConfigurationCommandOutput, KinesisVideoClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -141,9 +138,7 @@ export class UpdateImageGenerationConfigurationCommand extends $Command< * @public */ constructor(readonly input: UpdateImageGenerationConfigurationCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -202,7 +197,4 @@ export class UpdateImageGenerationConfigurationCommand extends $Command< ): Promise { return de_UpdateImageGenerationConfigurationCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-kinesis-video/src/commands/UpdateMediaStorageConfigurationCommand.ts b/clients/client-kinesis-video/src/commands/UpdateMediaStorageConfigurationCommand.ts index 8046fe226218..035aa3802107 100644 --- a/clients/client-kinesis-video/src/commands/UpdateMediaStorageConfigurationCommand.ts +++ b/clients/client-kinesis-video/src/commands/UpdateMediaStorageConfigurationCommand.ts @@ -133,9 +133,6 @@ export class UpdateMediaStorageConfigurationCommand extends $Command< UpdateMediaStorageConfigurationCommandOutput, KinesisVideoClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -149,9 +146,7 @@ export class UpdateMediaStorageConfigurationCommand extends $Command< * @public */ constructor(readonly input: UpdateMediaStorageConfigurationCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -210,7 +205,4 @@ export class UpdateMediaStorageConfigurationCommand extends $Command< ): Promise { return de_UpdateMediaStorageConfigurationCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-kinesis-video/src/commands/UpdateNotificationConfigurationCommand.ts b/clients/client-kinesis-video/src/commands/UpdateNotificationConfigurationCommand.ts index 2671ba53f36c..5d9bfd26f2f5 100644 --- a/clients/client-kinesis-video/src/commands/UpdateNotificationConfigurationCommand.ts +++ b/clients/client-kinesis-video/src/commands/UpdateNotificationConfigurationCommand.ts @@ -116,9 +116,6 @@ export class UpdateNotificationConfigurationCommand extends $Command< UpdateNotificationConfigurationCommandOutput, KinesisVideoClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -132,9 +129,7 @@ export class UpdateNotificationConfigurationCommand extends $Command< * @public */ constructor(readonly input: UpdateNotificationConfigurationCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -193,7 +188,4 @@ export class UpdateNotificationConfigurationCommand extends $Command< ): Promise { return de_UpdateNotificationConfigurationCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-kinesis-video/src/commands/UpdateSignalingChannelCommand.ts b/clients/client-kinesis-video/src/commands/UpdateSignalingChannelCommand.ts index b1fd47a7b7c5..f191d00f7b20 100644 --- a/clients/client-kinesis-video/src/commands/UpdateSignalingChannelCommand.ts +++ b/clients/client-kinesis-video/src/commands/UpdateSignalingChannelCommand.ts @@ -115,9 +115,6 @@ export class UpdateSignalingChannelCommand extends $Command< UpdateSignalingChannelCommandOutput, KinesisVideoClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -131,9 +128,7 @@ export class UpdateSignalingChannelCommand extends $Command< * @public */ constructor(readonly input: UpdateSignalingChannelCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -186,7 +181,4 @@ export class UpdateSignalingChannelCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdateSignalingChannelCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-kinesis-video/src/commands/UpdateStreamCommand.ts b/clients/client-kinesis-video/src/commands/UpdateStreamCommand.ts index 27916504e6cb..0491e07a24d3 100644 --- a/clients/client-kinesis-video/src/commands/UpdateStreamCommand.ts +++ b/clients/client-kinesis-video/src/commands/UpdateStreamCommand.ts @@ -119,9 +119,6 @@ export class UpdateStreamCommand extends $Command< UpdateStreamCommandOutput, KinesisVideoClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -135,9 +132,7 @@ export class UpdateStreamCommand extends $Command< * @public */ constructor(readonly input: UpdateStreamCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -188,7 +183,4 @@ export class UpdateStreamCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdateStreamCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-kinesis/package.json b/clients/client-kinesis/package.json index 7875d10faffb..39f31647356b 100644 --- a/clients/client-kinesis/package.json +++ b/clients/client-kinesis/package.json @@ -35,33 +35,33 @@ "@aws-sdk/util-endpoints": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@smithy/config-resolver": "^2.0.16", - "@smithy/eventstream-serde-browser": "^2.0.12", - "@smithy/eventstream-serde-config-resolver": "^2.0.12", - "@smithy/eventstream-serde-node": "^2.0.12", - "@smithy/fetch-http-handler": "^2.2.4", - "@smithy/hash-node": "^2.0.12", - "@smithy/invalid-dependency": "^2.0.12", - "@smithy/middleware-content-length": "^2.0.14", - "@smithy/middleware-endpoint": "^2.1.3", - "@smithy/middleware-retry": "^2.0.18", - "@smithy/middleware-serde": "^2.0.12", - "@smithy/middleware-stack": "^2.0.6", - "@smithy/node-config-provider": "^2.1.3", - "@smithy/node-http-handler": "^2.1.8", - "@smithy/protocol-http": "^3.0.8", - "@smithy/smithy-client": "^2.1.12", - "@smithy/types": "^2.4.0", - "@smithy/url-parser": "^2.0.12", - "@smithy/util-base64": "^2.0.0", + "@smithy/config-resolver": "^2.0.18", + "@smithy/eventstream-serde-browser": "^2.0.13", + "@smithy/eventstream-serde-config-resolver": "^2.0.13", + "@smithy/eventstream-serde-node": "^2.0.13", + "@smithy/fetch-http-handler": "^2.2.6", + "@smithy/hash-node": "^2.0.15", + "@smithy/invalid-dependency": "^2.0.13", + "@smithy/middleware-content-length": "^2.0.15", + "@smithy/middleware-endpoint": "^2.2.0", + "@smithy/middleware-retry": "^2.0.20", + "@smithy/middleware-serde": "^2.0.13", + "@smithy/middleware-stack": "^2.0.7", + "@smithy/node-config-provider": "^2.1.5", + "@smithy/node-http-handler": "^2.1.9", + "@smithy/protocol-http": "^3.0.9", + "@smithy/smithy-client": "^2.1.15", + "@smithy/types": "^2.5.0", + "@smithy/url-parser": "^2.0.13", + "@smithy/util-base64": "^2.0.1", "@smithy/util-body-length-browser": "^2.0.0", "@smithy/util-body-length-node": "^2.1.0", - "@smithy/util-defaults-mode-browser": "^2.0.16", - "@smithy/util-defaults-mode-node": "^2.0.21", - "@smithy/util-endpoints": "^1.0.2", - "@smithy/util-retry": "^2.0.5", - "@smithy/util-utf8": "^2.0.0", - "@smithy/util-waiter": "^2.0.12", + "@smithy/util-defaults-mode-browser": "^2.0.19", + "@smithy/util-defaults-mode-node": "^2.0.25", + "@smithy/util-endpoints": "^1.0.4", + "@smithy/util-retry": "^2.0.6", + "@smithy/util-utf8": "^2.0.2", + "@smithy/util-waiter": "^2.0.13", "tslib": "^2.5.0" }, "devDependencies": { diff --git a/clients/client-kinesis/src/commands/AddTagsToStreamCommand.ts b/clients/client-kinesis/src/commands/AddTagsToStreamCommand.ts index 709f2b96745e..bdf94886f428 100644 --- a/clients/client-kinesis/src/commands/AddTagsToStreamCommand.ts +++ b/clients/client-kinesis/src/commands/AddTagsToStreamCommand.ts @@ -102,9 +102,6 @@ export class AddTagsToStreamCommand extends $Command< AddTagsToStreamCommandOutput, KinesisClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { OperationType: { type: "staticContextParams", value: `control` }, @@ -120,9 +117,7 @@ export class AddTagsToStreamCommand extends $Command< * @public */ constructor(readonly input: AddTagsToStreamCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -175,7 +170,4 @@ export class AddTagsToStreamCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_AddTagsToStreamCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-kinesis/src/commands/CreateStreamCommand.ts b/clients/client-kinesis/src/commands/CreateStreamCommand.ts index c994509b06b6..5797fe991b00 100644 --- a/clients/client-kinesis/src/commands/CreateStreamCommand.ts +++ b/clients/client-kinesis/src/commands/CreateStreamCommand.ts @@ -127,9 +127,6 @@ export class CreateStreamCommand extends $Command< CreateStreamCommandOutput, KinesisClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -143,9 +140,7 @@ export class CreateStreamCommand extends $Command< * @public */ constructor(readonly input: CreateStreamCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -196,7 +191,4 @@ export class CreateStreamCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateStreamCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-kinesis/src/commands/DecreaseStreamRetentionPeriodCommand.ts b/clients/client-kinesis/src/commands/DecreaseStreamRetentionPeriodCommand.ts index 1d8f163b4b3c..ab26e70b8366 100644 --- a/clients/client-kinesis/src/commands/DecreaseStreamRetentionPeriodCommand.ts +++ b/clients/client-kinesis/src/commands/DecreaseStreamRetentionPeriodCommand.ts @@ -102,9 +102,6 @@ export class DecreaseStreamRetentionPeriodCommand extends $Command< DecreaseStreamRetentionPeriodCommandOutput, KinesisClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { OperationType: { type: "staticContextParams", value: `control` }, @@ -120,9 +117,7 @@ export class DecreaseStreamRetentionPeriodCommand extends $Command< * @public */ constructor(readonly input: DecreaseStreamRetentionPeriodCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -178,7 +173,4 @@ export class DecreaseStreamRetentionPeriodCommand extends $Command< ): Promise { return de_DecreaseStreamRetentionPeriodCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-kinesis/src/commands/DeleteStreamCommand.ts b/clients/client-kinesis/src/commands/DeleteStreamCommand.ts index 336564f94d75..0f8023bf8ae9 100644 --- a/clients/client-kinesis/src/commands/DeleteStreamCommand.ts +++ b/clients/client-kinesis/src/commands/DeleteStreamCommand.ts @@ -112,9 +112,6 @@ export class DeleteStreamCommand extends $Command< DeleteStreamCommandOutput, KinesisClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { OperationType: { type: "staticContextParams", value: `control` }, @@ -130,9 +127,7 @@ export class DeleteStreamCommand extends $Command< * @public */ constructor(readonly input: DeleteStreamCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -183,7 +178,4 @@ export class DeleteStreamCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteStreamCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-kinesis/src/commands/DeregisterStreamConsumerCommand.ts b/clients/client-kinesis/src/commands/DeregisterStreamConsumerCommand.ts index 1f4072516d92..7c369869ccf6 100644 --- a/clients/client-kinesis/src/commands/DeregisterStreamConsumerCommand.ts +++ b/clients/client-kinesis/src/commands/DeregisterStreamConsumerCommand.ts @@ -89,9 +89,6 @@ export class DeregisterStreamConsumerCommand extends $Command< DeregisterStreamConsumerCommandOutput, KinesisClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { OperationType: { type: "staticContextParams", value: `control` }, @@ -108,9 +105,7 @@ export class DeregisterStreamConsumerCommand extends $Command< * @public */ constructor(readonly input: DeregisterStreamConsumerCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -163,7 +158,4 @@ export class DeregisterStreamConsumerCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeregisterStreamConsumerCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-kinesis/src/commands/DescribeLimitsCommand.ts b/clients/client-kinesis/src/commands/DescribeLimitsCommand.ts index 2c394f8e571a..940a5c2af125 100644 --- a/clients/client-kinesis/src/commands/DescribeLimitsCommand.ts +++ b/clients/client-kinesis/src/commands/DescribeLimitsCommand.ts @@ -78,9 +78,6 @@ export class DescribeLimitsCommand extends $Command< DescribeLimitsCommandOutput, KinesisClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -94,9 +91,7 @@ export class DescribeLimitsCommand extends $Command< * @public */ constructor(readonly input: DescribeLimitsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -149,7 +144,4 @@ export class DescribeLimitsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DescribeLimitsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-kinesis/src/commands/DescribeStreamCommand.ts b/clients/client-kinesis/src/commands/DescribeStreamCommand.ts index 835af383932e..1a1d2c0ac666 100644 --- a/clients/client-kinesis/src/commands/DescribeStreamCommand.ts +++ b/clients/client-kinesis/src/commands/DescribeStreamCommand.ts @@ -146,9 +146,6 @@ export class DescribeStreamCommand extends $Command< DescribeStreamCommandOutput, KinesisClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { OperationType: { type: "staticContextParams", value: `control` }, @@ -164,9 +161,7 @@ export class DescribeStreamCommand extends $Command< * @public */ constructor(readonly input: DescribeStreamCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -219,7 +214,4 @@ export class DescribeStreamCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DescribeStreamCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-kinesis/src/commands/DescribeStreamConsumerCommand.ts b/clients/client-kinesis/src/commands/DescribeStreamConsumerCommand.ts index f5b99c8cb017..16eebd785650 100644 --- a/clients/client-kinesis/src/commands/DescribeStreamConsumerCommand.ts +++ b/clients/client-kinesis/src/commands/DescribeStreamConsumerCommand.ts @@ -97,9 +97,6 @@ export class DescribeStreamConsumerCommand extends $Command< DescribeStreamConsumerCommandOutput, KinesisClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { OperationType: { type: "staticContextParams", value: `control` }, @@ -116,9 +113,7 @@ export class DescribeStreamConsumerCommand extends $Command< * @public */ constructor(readonly input: DescribeStreamConsumerCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -171,7 +166,4 @@ export class DescribeStreamConsumerCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DescribeStreamConsumerCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-kinesis/src/commands/DescribeStreamSummaryCommand.ts b/clients/client-kinesis/src/commands/DescribeStreamSummaryCommand.ts index 3addd9c5123e..bac4a66d3522 100644 --- a/clients/client-kinesis/src/commands/DescribeStreamSummaryCommand.ts +++ b/clients/client-kinesis/src/commands/DescribeStreamSummaryCommand.ts @@ -118,9 +118,6 @@ export class DescribeStreamSummaryCommand extends $Command< DescribeStreamSummaryCommandOutput, KinesisClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { OperationType: { type: "staticContextParams", value: `control` }, @@ -136,9 +133,7 @@ export class DescribeStreamSummaryCommand extends $Command< * @public */ constructor(readonly input: DescribeStreamSummaryCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -191,7 +186,4 @@ export class DescribeStreamSummaryCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DescribeStreamSummaryCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-kinesis/src/commands/DisableEnhancedMonitoringCommand.ts b/clients/client-kinesis/src/commands/DisableEnhancedMonitoringCommand.ts index 07dd3ddefec1..916ce0cf5d93 100644 --- a/clients/client-kinesis/src/commands/DisableEnhancedMonitoringCommand.ts +++ b/clients/client-kinesis/src/commands/DisableEnhancedMonitoringCommand.ts @@ -105,9 +105,6 @@ export class DisableEnhancedMonitoringCommand extends $Command< DisableEnhancedMonitoringCommandOutput, KinesisClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { OperationType: { type: "staticContextParams", value: `control` }, @@ -123,9 +120,7 @@ export class DisableEnhancedMonitoringCommand extends $Command< * @public */ constructor(readonly input: DisableEnhancedMonitoringCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -181,7 +176,4 @@ export class DisableEnhancedMonitoringCommand extends $Command< ): Promise { return de_DisableEnhancedMonitoringCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-kinesis/src/commands/EnableEnhancedMonitoringCommand.ts b/clients/client-kinesis/src/commands/EnableEnhancedMonitoringCommand.ts index 245a5d46c714..7b08071c6bb5 100644 --- a/clients/client-kinesis/src/commands/EnableEnhancedMonitoringCommand.ts +++ b/clients/client-kinesis/src/commands/EnableEnhancedMonitoringCommand.ts @@ -105,9 +105,6 @@ export class EnableEnhancedMonitoringCommand extends $Command< EnableEnhancedMonitoringCommandOutput, KinesisClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { OperationType: { type: "staticContextParams", value: `control` }, @@ -123,9 +120,7 @@ export class EnableEnhancedMonitoringCommand extends $Command< * @public */ constructor(readonly input: EnableEnhancedMonitoringCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -178,7 +173,4 @@ export class EnableEnhancedMonitoringCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_EnableEnhancedMonitoringCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-kinesis/src/commands/GetRecordsCommand.ts b/clients/client-kinesis/src/commands/GetRecordsCommand.ts index 463eb5419e58..2d8f42b15d39 100644 --- a/clients/client-kinesis/src/commands/GetRecordsCommand.ts +++ b/clients/client-kinesis/src/commands/GetRecordsCommand.ts @@ -194,9 +194,6 @@ export class GetRecordsCommand extends $Command< GetRecordsCommandOutput, KinesisClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { OperationType: { type: "staticContextParams", value: `data` }, @@ -212,9 +209,7 @@ export class GetRecordsCommand extends $Command< * @public */ constructor(readonly input: GetRecordsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -265,7 +260,4 @@ export class GetRecordsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetRecordsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-kinesis/src/commands/GetShardIteratorCommand.ts b/clients/client-kinesis/src/commands/GetShardIteratorCommand.ts index 7086f5c01e49..e7673b1c3bf4 100644 --- a/clients/client-kinesis/src/commands/GetShardIteratorCommand.ts +++ b/clients/client-kinesis/src/commands/GetShardIteratorCommand.ts @@ -131,9 +131,6 @@ export class GetShardIteratorCommand extends $Command< GetShardIteratorCommandOutput, KinesisClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { OperationType: { type: "staticContextParams", value: `data` }, @@ -149,9 +146,7 @@ export class GetShardIteratorCommand extends $Command< * @public */ constructor(readonly input: GetShardIteratorCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -204,7 +199,4 @@ export class GetShardIteratorCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetShardIteratorCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-kinesis/src/commands/IncreaseStreamRetentionPeriodCommand.ts b/clients/client-kinesis/src/commands/IncreaseStreamRetentionPeriodCommand.ts index 974d9e442118..10fde2b5df88 100644 --- a/clients/client-kinesis/src/commands/IncreaseStreamRetentionPeriodCommand.ts +++ b/clients/client-kinesis/src/commands/IncreaseStreamRetentionPeriodCommand.ts @@ -105,9 +105,6 @@ export class IncreaseStreamRetentionPeriodCommand extends $Command< IncreaseStreamRetentionPeriodCommandOutput, KinesisClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { OperationType: { type: "staticContextParams", value: `control` }, @@ -123,9 +120,7 @@ export class IncreaseStreamRetentionPeriodCommand extends $Command< * @public */ constructor(readonly input: IncreaseStreamRetentionPeriodCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -181,7 +176,4 @@ export class IncreaseStreamRetentionPeriodCommand extends $Command< ): Promise { return de_IncreaseStreamRetentionPeriodCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-kinesis/src/commands/ListShardsCommand.ts b/clients/client-kinesis/src/commands/ListShardsCommand.ts index 17c9a17f8390..f05eafef8e0f 100644 --- a/clients/client-kinesis/src/commands/ListShardsCommand.ts +++ b/clients/client-kinesis/src/commands/ListShardsCommand.ts @@ -132,9 +132,6 @@ export class ListShardsCommand extends $Command< ListShardsCommandOutput, KinesisClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { OperationType: { type: "staticContextParams", value: `control` }, @@ -150,9 +147,7 @@ export class ListShardsCommand extends $Command< * @public */ constructor(readonly input: ListShardsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -203,7 +198,4 @@ export class ListShardsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListShardsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-kinesis/src/commands/ListStreamConsumersCommand.ts b/clients/client-kinesis/src/commands/ListStreamConsumersCommand.ts index 46dfbf3b3762..28168f113df8 100644 --- a/clients/client-kinesis/src/commands/ListStreamConsumersCommand.ts +++ b/clients/client-kinesis/src/commands/ListStreamConsumersCommand.ts @@ -102,9 +102,6 @@ export class ListStreamConsumersCommand extends $Command< ListStreamConsumersCommandOutput, KinesisClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { OperationType: { type: "staticContextParams", value: `control` }, @@ -120,9 +117,7 @@ export class ListStreamConsumersCommand extends $Command< * @public */ constructor(readonly input: ListStreamConsumersCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -175,7 +170,4 @@ export class ListStreamConsumersCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListStreamConsumersCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-kinesis/src/commands/ListStreamsCommand.ts b/clients/client-kinesis/src/commands/ListStreamsCommand.ts index a68ac73a170b..c7f24643afcd 100644 --- a/clients/client-kinesis/src/commands/ListStreamsCommand.ts +++ b/clients/client-kinesis/src/commands/ListStreamsCommand.ts @@ -113,9 +113,6 @@ export class ListStreamsCommand extends $Command< ListStreamsCommandOutput, KinesisClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -129,9 +126,7 @@ export class ListStreamsCommand extends $Command< * @public */ constructor(readonly input: ListStreamsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -182,7 +177,4 @@ export class ListStreamsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListStreamsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-kinesis/src/commands/ListTagsForStreamCommand.ts b/clients/client-kinesis/src/commands/ListTagsForStreamCommand.ts index 18bf911de4f2..df1164f5e811 100644 --- a/clients/client-kinesis/src/commands/ListTagsForStreamCommand.ts +++ b/clients/client-kinesis/src/commands/ListTagsForStreamCommand.ts @@ -100,9 +100,6 @@ export class ListTagsForStreamCommand extends $Command< ListTagsForStreamCommandOutput, KinesisClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { OperationType: { type: "staticContextParams", value: `control` }, @@ -118,9 +115,7 @@ export class ListTagsForStreamCommand extends $Command< * @public */ constructor(readonly input: ListTagsForStreamCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -173,7 +168,4 @@ export class ListTagsForStreamCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListTagsForStreamCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-kinesis/src/commands/MergeShardsCommand.ts b/clients/client-kinesis/src/commands/MergeShardsCommand.ts index 1c6b2883a102..bfab59c74069 100644 --- a/clients/client-kinesis/src/commands/MergeShardsCommand.ts +++ b/clients/client-kinesis/src/commands/MergeShardsCommand.ts @@ -136,9 +136,6 @@ export class MergeShardsCommand extends $Command< MergeShardsCommandOutput, KinesisClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { OperationType: { type: "staticContextParams", value: `control` }, @@ -154,9 +151,7 @@ export class MergeShardsCommand extends $Command< * @public */ constructor(readonly input: MergeShardsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -207,7 +202,4 @@ export class MergeShardsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_MergeShardsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-kinesis/src/commands/PutRecordCommand.ts b/clients/client-kinesis/src/commands/PutRecordCommand.ts index 92fc01b69646..417efb2192ac 100644 --- a/clients/client-kinesis/src/commands/PutRecordCommand.ts +++ b/clients/client-kinesis/src/commands/PutRecordCommand.ts @@ -162,9 +162,6 @@ export class PutRecordCommand extends $Command< PutRecordCommandOutput, KinesisClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { OperationType: { type: "staticContextParams", value: `data` }, @@ -180,9 +177,7 @@ export class PutRecordCommand extends $Command< * @public */ constructor(readonly input: PutRecordCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -233,7 +228,4 @@ export class PutRecordCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_PutRecordCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-kinesis/src/commands/PutRecordsCommand.ts b/clients/client-kinesis/src/commands/PutRecordsCommand.ts index 05b9ee37bf16..cfe8718486dd 100644 --- a/clients/client-kinesis/src/commands/PutRecordsCommand.ts +++ b/clients/client-kinesis/src/commands/PutRecordsCommand.ts @@ -192,9 +192,6 @@ export class PutRecordsCommand extends $Command< PutRecordsCommandOutput, KinesisClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { OperationType: { type: "staticContextParams", value: `data` }, @@ -210,9 +207,7 @@ export class PutRecordsCommand extends $Command< * @public */ constructor(readonly input: PutRecordsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -263,7 +258,4 @@ export class PutRecordsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_PutRecordsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-kinesis/src/commands/RegisterStreamConsumerCommand.ts b/clients/client-kinesis/src/commands/RegisterStreamConsumerCommand.ts index 7d30e86c048c..92e99dbadc38 100644 --- a/clients/client-kinesis/src/commands/RegisterStreamConsumerCommand.ts +++ b/clients/client-kinesis/src/commands/RegisterStreamConsumerCommand.ts @@ -105,9 +105,6 @@ export class RegisterStreamConsumerCommand extends $Command< RegisterStreamConsumerCommandOutput, KinesisClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { OperationType: { type: "staticContextParams", value: `control` }, @@ -123,9 +120,7 @@ export class RegisterStreamConsumerCommand extends $Command< * @public */ constructor(readonly input: RegisterStreamConsumerCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -178,7 +173,4 @@ export class RegisterStreamConsumerCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_RegisterStreamConsumerCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-kinesis/src/commands/RemoveTagsFromStreamCommand.ts b/clients/client-kinesis/src/commands/RemoveTagsFromStreamCommand.ts index 92b8462b5042..9806c536fa5c 100644 --- a/clients/client-kinesis/src/commands/RemoveTagsFromStreamCommand.ts +++ b/clients/client-kinesis/src/commands/RemoveTagsFromStreamCommand.ts @@ -101,9 +101,6 @@ export class RemoveTagsFromStreamCommand extends $Command< RemoveTagsFromStreamCommandOutput, KinesisClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { OperationType: { type: "staticContextParams", value: `control` }, @@ -119,9 +116,7 @@ export class RemoveTagsFromStreamCommand extends $Command< * @public */ constructor(readonly input: RemoveTagsFromStreamCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -174,7 +169,4 @@ export class RemoveTagsFromStreamCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_RemoveTagsFromStreamCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-kinesis/src/commands/SplitShardCommand.ts b/clients/client-kinesis/src/commands/SplitShardCommand.ts index 4dc171f3f72f..36c19640eb82 100644 --- a/clients/client-kinesis/src/commands/SplitShardCommand.ts +++ b/clients/client-kinesis/src/commands/SplitShardCommand.ts @@ -140,9 +140,6 @@ export class SplitShardCommand extends $Command< SplitShardCommandOutput, KinesisClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { OperationType: { type: "staticContextParams", value: `control` }, @@ -158,9 +155,7 @@ export class SplitShardCommand extends $Command< * @public */ constructor(readonly input: SplitShardCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -211,7 +206,4 @@ export class SplitShardCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_SplitShardCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-kinesis/src/commands/StartStreamEncryptionCommand.ts b/clients/client-kinesis/src/commands/StartStreamEncryptionCommand.ts index f0cde8e0cb3f..0a4c0582e0fd 100644 --- a/clients/client-kinesis/src/commands/StartStreamEncryptionCommand.ts +++ b/clients/client-kinesis/src/commands/StartStreamEncryptionCommand.ts @@ -137,9 +137,6 @@ export class StartStreamEncryptionCommand extends $Command< StartStreamEncryptionCommandOutput, KinesisClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { OperationType: { type: "staticContextParams", value: `control` }, @@ -155,9 +152,7 @@ export class StartStreamEncryptionCommand extends $Command< * @public */ constructor(readonly input: StartStreamEncryptionCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -210,7 +205,4 @@ export class StartStreamEncryptionCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_StartStreamEncryptionCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-kinesis/src/commands/StopStreamEncryptionCommand.ts b/clients/client-kinesis/src/commands/StopStreamEncryptionCommand.ts index 1bfb0212ee54..4301337db811 100644 --- a/clients/client-kinesis/src/commands/StopStreamEncryptionCommand.ts +++ b/clients/client-kinesis/src/commands/StopStreamEncryptionCommand.ts @@ -109,9 +109,6 @@ export class StopStreamEncryptionCommand extends $Command< StopStreamEncryptionCommandOutput, KinesisClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { OperationType: { type: "staticContextParams", value: `control` }, @@ -127,9 +124,7 @@ export class StopStreamEncryptionCommand extends $Command< * @public */ constructor(readonly input: StopStreamEncryptionCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -182,7 +177,4 @@ export class StopStreamEncryptionCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_StopStreamEncryptionCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-kinesis/src/commands/SubscribeToShardCommand.ts b/clients/client-kinesis/src/commands/SubscribeToShardCommand.ts index aaa604e18e99..41de7f72e04b 100644 --- a/clients/client-kinesis/src/commands/SubscribeToShardCommand.ts +++ b/clients/client-kinesis/src/commands/SubscribeToShardCommand.ts @@ -176,9 +176,6 @@ export class SubscribeToShardCommand extends $Command< SubscribeToShardCommandOutput, KinesisClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { OperationType: { type: "staticContextParams", value: `data` }, @@ -194,9 +191,7 @@ export class SubscribeToShardCommand extends $Command< * @public */ constructor(readonly input: SubscribeToShardCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -252,7 +247,4 @@ export class SubscribeToShardCommand extends $Command< ): Promise { return de_SubscribeToShardCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-kinesis/src/commands/UpdateShardCountCommand.ts b/clients/client-kinesis/src/commands/UpdateShardCountCommand.ts index 7456c78f6a32..f84ba2ebf409 100644 --- a/clients/client-kinesis/src/commands/UpdateShardCountCommand.ts +++ b/clients/client-kinesis/src/commands/UpdateShardCountCommand.ts @@ -148,9 +148,6 @@ export class UpdateShardCountCommand extends $Command< UpdateShardCountCommandOutput, KinesisClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { OperationType: { type: "staticContextParams", value: `control` }, @@ -166,9 +163,7 @@ export class UpdateShardCountCommand extends $Command< * @public */ constructor(readonly input: UpdateShardCountCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -221,7 +216,4 @@ export class UpdateShardCountCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdateShardCountCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-kinesis/src/commands/UpdateStreamModeCommand.ts b/clients/client-kinesis/src/commands/UpdateStreamModeCommand.ts index d47676d49598..32f93858b0a6 100644 --- a/clients/client-kinesis/src/commands/UpdateStreamModeCommand.ts +++ b/clients/client-kinesis/src/commands/UpdateStreamModeCommand.ts @@ -90,9 +90,6 @@ export class UpdateStreamModeCommand extends $Command< UpdateStreamModeCommandOutput, KinesisClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { OperationType: { type: "staticContextParams", value: `control` }, @@ -108,9 +105,7 @@ export class UpdateStreamModeCommand extends $Command< * @public */ constructor(readonly input: UpdateStreamModeCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -163,7 +158,4 @@ export class UpdateStreamModeCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdateStreamModeCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-kms/package.json b/clients/client-kms/package.json index 11c7b75e17c8..121659dd21ef 100644 --- a/clients/client-kms/package.json +++ b/clients/client-kms/package.json @@ -34,29 +34,29 @@ "@aws-sdk/util-endpoints": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@smithy/config-resolver": "^2.0.16", - "@smithy/fetch-http-handler": "^2.2.4", - "@smithy/hash-node": "^2.0.12", - "@smithy/invalid-dependency": "^2.0.12", - "@smithy/middleware-content-length": "^2.0.14", - "@smithy/middleware-endpoint": "^2.1.3", - "@smithy/middleware-retry": "^2.0.18", - "@smithy/middleware-serde": "^2.0.12", - "@smithy/middleware-stack": "^2.0.6", - "@smithy/node-config-provider": "^2.1.3", - "@smithy/node-http-handler": "^2.1.8", - "@smithy/protocol-http": "^3.0.8", - "@smithy/smithy-client": "^2.1.12", - "@smithy/types": "^2.4.0", - "@smithy/url-parser": "^2.0.12", - "@smithy/util-base64": "^2.0.0", + "@smithy/config-resolver": "^2.0.18", + "@smithy/fetch-http-handler": "^2.2.6", + "@smithy/hash-node": "^2.0.15", + "@smithy/invalid-dependency": "^2.0.13", + "@smithy/middleware-content-length": "^2.0.15", + "@smithy/middleware-endpoint": "^2.2.0", + "@smithy/middleware-retry": "^2.0.20", + "@smithy/middleware-serde": "^2.0.13", + "@smithy/middleware-stack": "^2.0.7", + "@smithy/node-config-provider": "^2.1.5", + "@smithy/node-http-handler": "^2.1.9", + "@smithy/protocol-http": "^3.0.9", + "@smithy/smithy-client": "^2.1.15", + "@smithy/types": "^2.5.0", + "@smithy/url-parser": "^2.0.13", + "@smithy/util-base64": "^2.0.1", "@smithy/util-body-length-browser": "^2.0.0", "@smithy/util-body-length-node": "^2.1.0", - "@smithy/util-defaults-mode-browser": "^2.0.16", - "@smithy/util-defaults-mode-node": "^2.0.21", - "@smithy/util-endpoints": "^1.0.2", - "@smithy/util-retry": "^2.0.5", - "@smithy/util-utf8": "^2.0.0", + "@smithy/util-defaults-mode-browser": "^2.0.19", + "@smithy/util-defaults-mode-node": "^2.0.25", + "@smithy/util-endpoints": "^1.0.4", + "@smithy/util-retry": "^2.0.6", + "@smithy/util-utf8": "^2.0.2", "tslib": "^2.5.0" }, "devDependencies": { diff --git a/clients/client-kms/src/commands/CancelKeyDeletionCommand.ts b/clients/client-kms/src/commands/CancelKeyDeletionCommand.ts index 02859766abcb..cbd3a082a742 100644 --- a/clients/client-kms/src/commands/CancelKeyDeletionCommand.ts +++ b/clients/client-kms/src/commands/CancelKeyDeletionCommand.ts @@ -134,9 +134,6 @@ export class CancelKeyDeletionCommand extends $Command< CancelKeyDeletionCommandOutput, KMSClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -150,9 +147,7 @@ export class CancelKeyDeletionCommand extends $Command< * @public */ constructor(readonly input: CancelKeyDeletionCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -205,7 +200,4 @@ export class CancelKeyDeletionCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CancelKeyDeletionCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-kms/src/commands/ConnectCustomKeyStoreCommand.ts b/clients/client-kms/src/commands/ConnectCustomKeyStoreCommand.ts index 1e12478061d6..f061a0c86f4f 100644 --- a/clients/client-kms/src/commands/ConnectCustomKeyStoreCommand.ts +++ b/clients/client-kms/src/commands/ConnectCustomKeyStoreCommand.ts @@ -249,9 +249,6 @@ export class ConnectCustomKeyStoreCommand extends $Command< ConnectCustomKeyStoreCommandOutput, KMSClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -265,9 +262,7 @@ export class ConnectCustomKeyStoreCommand extends $Command< * @public */ constructor(readonly input: ConnectCustomKeyStoreCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -320,7 +315,4 @@ export class ConnectCustomKeyStoreCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ConnectCustomKeyStoreCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-kms/src/commands/CreateAliasCommand.ts b/clients/client-kms/src/commands/CreateAliasCommand.ts index 4ae95e791b1d..f57b19d92a79 100644 --- a/clients/client-kms/src/commands/CreateAliasCommand.ts +++ b/clients/client-kms/src/commands/CreateAliasCommand.ts @@ -180,9 +180,6 @@ export class CreateAliasCommand extends $Command< CreateAliasCommandOutput, KMSClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -196,9 +193,7 @@ export class CreateAliasCommand extends $Command< * @public */ constructor(readonly input: CreateAliasCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -249,7 +244,4 @@ export class CreateAliasCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateAliasCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-kms/src/commands/CreateCustomKeyStoreCommand.ts b/clients/client-kms/src/commands/CreateCustomKeyStoreCommand.ts index 19ecd11411ac..bb18cdfe646b 100644 --- a/clients/client-kms/src/commands/CreateCustomKeyStoreCommand.ts +++ b/clients/client-kms/src/commands/CreateCustomKeyStoreCommand.ts @@ -368,9 +368,6 @@ export class CreateCustomKeyStoreCommand extends $Command< CreateCustomKeyStoreCommandOutput, KMSClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -384,9 +381,7 @@ export class CreateCustomKeyStoreCommand extends $Command< * @public */ constructor(readonly input: CreateCustomKeyStoreCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -439,7 +434,4 @@ export class CreateCustomKeyStoreCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateCustomKeyStoreCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-kms/src/commands/CreateGrantCommand.ts b/clients/client-kms/src/commands/CreateGrantCommand.ts index e9c0b9bd4bb1..c5106dad90af 100644 --- a/clients/client-kms/src/commands/CreateGrantCommand.ts +++ b/clients/client-kms/src/commands/CreateGrantCommand.ts @@ -223,9 +223,6 @@ export class CreateGrantCommand extends $Command< CreateGrantCommandOutput, KMSClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -239,9 +236,7 @@ export class CreateGrantCommand extends $Command< * @public */ constructor(readonly input: CreateGrantCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -292,7 +287,4 @@ export class CreateGrantCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateGrantCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-kms/src/commands/CreateKeyCommand.ts b/clients/client-kms/src/commands/CreateKeyCommand.ts index fdefeaad5468..b86609a4fcd5 100644 --- a/clients/client-kms/src/commands/CreateKeyCommand.ts +++ b/clients/client-kms/src/commands/CreateKeyCommand.ts @@ -693,9 +693,6 @@ export interface CreateKeyCommandOutput extends CreateKeyResponse, __MetadataBea * */ export class CreateKeyCommand extends $Command { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -709,9 +706,7 @@ export class CreateKeyCommand extends $Command { return de_CreateKeyCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-kms/src/commands/DecryptCommand.ts b/clients/client-kms/src/commands/DecryptCommand.ts index b4f229871953..caae8cb07edf 100644 --- a/clients/client-kms/src/commands/DecryptCommand.ts +++ b/clients/client-kms/src/commands/DecryptCommand.ts @@ -319,9 +319,6 @@ export interface DecryptCommandOutput extends DecryptResponse, __MetadataBearer * */ export class DecryptCommand extends $Command { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -335,9 +332,7 @@ export class DecryptCommand extends $Command { return de_DecryptCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-kms/src/commands/DeleteAliasCommand.ts b/clients/client-kms/src/commands/DeleteAliasCommand.ts index 4dabd0bbc9d7..774e9f0423bd 100644 --- a/clients/client-kms/src/commands/DeleteAliasCommand.ts +++ b/clients/client-kms/src/commands/DeleteAliasCommand.ts @@ -158,9 +158,6 @@ export class DeleteAliasCommand extends $Command< DeleteAliasCommandOutput, KMSClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -174,9 +171,7 @@ export class DeleteAliasCommand extends $Command< * @public */ constructor(readonly input: DeleteAliasCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -227,7 +222,4 @@ export class DeleteAliasCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteAliasCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-kms/src/commands/DeleteCustomKeyStoreCommand.ts b/clients/client-kms/src/commands/DeleteCustomKeyStoreCommand.ts index 7e7260d79516..0fced8bc87a9 100644 --- a/clients/client-kms/src/commands/DeleteCustomKeyStoreCommand.ts +++ b/clients/client-kms/src/commands/DeleteCustomKeyStoreCommand.ts @@ -187,9 +187,6 @@ export class DeleteCustomKeyStoreCommand extends $Command< DeleteCustomKeyStoreCommandOutput, KMSClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -203,9 +200,7 @@ export class DeleteCustomKeyStoreCommand extends $Command< * @public */ constructor(readonly input: DeleteCustomKeyStoreCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -258,7 +253,4 @@ export class DeleteCustomKeyStoreCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteCustomKeyStoreCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-kms/src/commands/DeleteImportedKeyMaterialCommand.ts b/clients/client-kms/src/commands/DeleteImportedKeyMaterialCommand.ts index 1daf37f1a00a..798d91f37fbe 100644 --- a/clients/client-kms/src/commands/DeleteImportedKeyMaterialCommand.ts +++ b/clients/client-kms/src/commands/DeleteImportedKeyMaterialCommand.ts @@ -146,9 +146,6 @@ export class DeleteImportedKeyMaterialCommand extends $Command< DeleteImportedKeyMaterialCommandOutput, KMSClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -162,9 +159,7 @@ export class DeleteImportedKeyMaterialCommand extends $Command< * @public */ constructor(readonly input: DeleteImportedKeyMaterialCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -220,7 +215,4 @@ export class DeleteImportedKeyMaterialCommand extends $Command< ): Promise { return de_DeleteImportedKeyMaterialCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-kms/src/commands/DescribeCustomKeyStoresCommand.ts b/clients/client-kms/src/commands/DescribeCustomKeyStoresCommand.ts index 571147b4c55b..e0de792be119 100644 --- a/clients/client-kms/src/commands/DescribeCustomKeyStoresCommand.ts +++ b/clients/client-kms/src/commands/DescribeCustomKeyStoresCommand.ts @@ -268,9 +268,6 @@ export class DescribeCustomKeyStoresCommand extends $Command< DescribeCustomKeyStoresCommandOutput, KMSClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -284,9 +281,7 @@ export class DescribeCustomKeyStoresCommand extends $Command< * @public */ constructor(readonly input: DescribeCustomKeyStoresCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -339,7 +334,4 @@ export class DescribeCustomKeyStoresCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DescribeCustomKeyStoresCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-kms/src/commands/DescribeKeyCommand.ts b/clients/client-kms/src/commands/DescribeKeyCommand.ts index db3a072b68af..760632847204 100644 --- a/clients/client-kms/src/commands/DescribeKeyCommand.ts +++ b/clients/client-kms/src/commands/DescribeKeyCommand.ts @@ -444,9 +444,6 @@ export class DescribeKeyCommand extends $Command< DescribeKeyCommandOutput, KMSClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -460,9 +457,7 @@ export class DescribeKeyCommand extends $Command< * @public */ constructor(readonly input: DescribeKeyCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -513,7 +508,4 @@ export class DescribeKeyCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DescribeKeyCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-kms/src/commands/DisableKeyCommand.ts b/clients/client-kms/src/commands/DisableKeyCommand.ts index b9b40938ec5d..6588640660d9 100644 --- a/clients/client-kms/src/commands/DisableKeyCommand.ts +++ b/clients/client-kms/src/commands/DisableKeyCommand.ts @@ -129,9 +129,6 @@ export class DisableKeyCommand extends $Command< DisableKeyCommandOutput, KMSClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -145,9 +142,7 @@ export class DisableKeyCommand extends $Command< * @public */ constructor(readonly input: DisableKeyCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -198,7 +193,4 @@ export class DisableKeyCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DisableKeyCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-kms/src/commands/DisableKeyRotationCommand.ts b/clients/client-kms/src/commands/DisableKeyRotationCommand.ts index 2eaa68029550..3a08ec61c620 100644 --- a/clients/client-kms/src/commands/DisableKeyRotationCommand.ts +++ b/clients/client-kms/src/commands/DisableKeyRotationCommand.ts @@ -154,9 +154,6 @@ export class DisableKeyRotationCommand extends $Command< DisableKeyRotationCommandOutput, KMSClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -170,9 +167,7 @@ export class DisableKeyRotationCommand extends $Command< * @public */ constructor(readonly input: DisableKeyRotationCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -225,7 +220,4 @@ export class DisableKeyRotationCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DisableKeyRotationCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-kms/src/commands/DisconnectCustomKeyStoreCommand.ts b/clients/client-kms/src/commands/DisconnectCustomKeyStoreCommand.ts index d4ac083de92c..38ec63a72c65 100644 --- a/clients/client-kms/src/commands/DisconnectCustomKeyStoreCommand.ts +++ b/clients/client-kms/src/commands/DisconnectCustomKeyStoreCommand.ts @@ -174,9 +174,6 @@ export class DisconnectCustomKeyStoreCommand extends $Command< DisconnectCustomKeyStoreCommandOutput, KMSClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -190,9 +187,7 @@ export class DisconnectCustomKeyStoreCommand extends $Command< * @public */ constructor(readonly input: DisconnectCustomKeyStoreCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -245,7 +240,4 @@ export class DisconnectCustomKeyStoreCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DisconnectCustomKeyStoreCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-kms/src/commands/EnableKeyCommand.ts b/clients/client-kms/src/commands/EnableKeyCommand.ts index 47b6395fe51c..7c8179d11b22 100644 --- a/clients/client-kms/src/commands/EnableKeyCommand.ts +++ b/clients/client-kms/src/commands/EnableKeyCommand.ts @@ -125,9 +125,6 @@ export interface EnableKeyCommandOutput extends __MetadataBearer {} * */ export class EnableKeyCommand extends $Command { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -141,9 +138,7 @@ export class EnableKeyCommand extends $Command { return de_EnableKeyCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-kms/src/commands/EnableKeyRotationCommand.ts b/clients/client-kms/src/commands/EnableKeyRotationCommand.ts index 88783983d503..e2a50f10b684 100644 --- a/clients/client-kms/src/commands/EnableKeyRotationCommand.ts +++ b/clients/client-kms/src/commands/EnableKeyRotationCommand.ts @@ -162,9 +162,6 @@ export class EnableKeyRotationCommand extends $Command< EnableKeyRotationCommandOutput, KMSClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -178,9 +175,7 @@ export class EnableKeyRotationCommand extends $Command< * @public */ constructor(readonly input: EnableKeyRotationCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -233,7 +228,4 @@ export class EnableKeyRotationCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_EnableKeyRotationCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-kms/src/commands/EncryptCommand.ts b/clients/client-kms/src/commands/EncryptCommand.ts index f89cafcbde6e..d70e3af51ca0 100644 --- a/clients/client-kms/src/commands/EncryptCommand.ts +++ b/clients/client-kms/src/commands/EncryptCommand.ts @@ -292,9 +292,6 @@ export interface EncryptCommandOutput extends EncryptResponse, __MetadataBearer * */ export class EncryptCommand extends $Command { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -308,9 +305,7 @@ export class EncryptCommand extends $Command { return de_EncryptCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-kms/src/commands/GenerateDataKeyCommand.ts b/clients/client-kms/src/commands/GenerateDataKeyCommand.ts index 8f1d433cc775..d41e404d193e 100644 --- a/clients/client-kms/src/commands/GenerateDataKeyCommand.ts +++ b/clients/client-kms/src/commands/GenerateDataKeyCommand.ts @@ -303,9 +303,6 @@ export class GenerateDataKeyCommand extends $Command< GenerateDataKeyCommandOutput, KMSClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -319,9 +316,7 @@ export class GenerateDataKeyCommand extends $Command< * @public */ constructor(readonly input: GenerateDataKeyCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -374,7 +369,4 @@ export class GenerateDataKeyCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GenerateDataKeyCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-kms/src/commands/GenerateDataKeyPairCommand.ts b/clients/client-kms/src/commands/GenerateDataKeyPairCommand.ts index 83f0518758af..08d4a51b50e6 100644 --- a/clients/client-kms/src/commands/GenerateDataKeyPairCommand.ts +++ b/clients/client-kms/src/commands/GenerateDataKeyPairCommand.ts @@ -291,9 +291,6 @@ export class GenerateDataKeyPairCommand extends $Command< GenerateDataKeyPairCommandOutput, KMSClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -307,9 +304,7 @@ export class GenerateDataKeyPairCommand extends $Command< * @public */ constructor(readonly input: GenerateDataKeyPairCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -362,7 +357,4 @@ export class GenerateDataKeyPairCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GenerateDataKeyPairCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-kms/src/commands/GenerateDataKeyPairWithoutPlaintextCommand.ts b/clients/client-kms/src/commands/GenerateDataKeyPairWithoutPlaintextCommand.ts index 96ddc069ad77..812872c35868 100644 --- a/clients/client-kms/src/commands/GenerateDataKeyPairWithoutPlaintextCommand.ts +++ b/clients/client-kms/src/commands/GenerateDataKeyPairWithoutPlaintextCommand.ts @@ -244,9 +244,6 @@ export class GenerateDataKeyPairWithoutPlaintextCommand extends $Command< GenerateDataKeyPairWithoutPlaintextCommandOutput, KMSClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -260,9 +257,7 @@ export class GenerateDataKeyPairWithoutPlaintextCommand extends $Command< * @public */ constructor(readonly input: GenerateDataKeyPairWithoutPlaintextCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -321,7 +316,4 @@ export class GenerateDataKeyPairWithoutPlaintextCommand extends $Command< ): Promise { return de_GenerateDataKeyPairWithoutPlaintextCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-kms/src/commands/GenerateDataKeyWithoutPlaintextCommand.ts b/clients/client-kms/src/commands/GenerateDataKeyWithoutPlaintextCommand.ts index edd659e1307d..3e349dba3756 100644 --- a/clients/client-kms/src/commands/GenerateDataKeyWithoutPlaintextCommand.ts +++ b/clients/client-kms/src/commands/GenerateDataKeyWithoutPlaintextCommand.ts @@ -243,9 +243,6 @@ export class GenerateDataKeyWithoutPlaintextCommand extends $Command< GenerateDataKeyWithoutPlaintextCommandOutput, KMSClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -259,9 +256,7 @@ export class GenerateDataKeyWithoutPlaintextCommand extends $Command< * @public */ constructor(readonly input: GenerateDataKeyWithoutPlaintextCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -320,7 +315,4 @@ export class GenerateDataKeyWithoutPlaintextCommand extends $Command< ): Promise { return de_GenerateDataKeyWithoutPlaintextCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-kms/src/commands/GenerateMacCommand.ts b/clients/client-kms/src/commands/GenerateMacCommand.ts index 4dde7d26d13b..17a1f3067570 100644 --- a/clients/client-kms/src/commands/GenerateMacCommand.ts +++ b/clients/client-kms/src/commands/GenerateMacCommand.ts @@ -190,9 +190,6 @@ export class GenerateMacCommand extends $Command< GenerateMacCommandOutput, KMSClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -206,9 +203,7 @@ export class GenerateMacCommand extends $Command< * @public */ constructor(readonly input: GenerateMacCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -259,7 +254,4 @@ export class GenerateMacCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GenerateMacCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-kms/src/commands/GenerateRandomCommand.ts b/clients/client-kms/src/commands/GenerateRandomCommand.ts index 226f3ce63b6d..9f92c1397b3c 100644 --- a/clients/client-kms/src/commands/GenerateRandomCommand.ts +++ b/clients/client-kms/src/commands/GenerateRandomCommand.ts @@ -189,9 +189,6 @@ export class GenerateRandomCommand extends $Command< GenerateRandomCommandOutput, KMSClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -205,9 +202,7 @@ export class GenerateRandomCommand extends $Command< * @public */ constructor(readonly input: GenerateRandomCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -260,7 +255,4 @@ export class GenerateRandomCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GenerateRandomCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-kms/src/commands/GetKeyPolicyCommand.ts b/clients/client-kms/src/commands/GetKeyPolicyCommand.ts index 2880ebde903d..f1c6a2effab7 100644 --- a/clients/client-kms/src/commands/GetKeyPolicyCommand.ts +++ b/clients/client-kms/src/commands/GetKeyPolicyCommand.ts @@ -131,9 +131,6 @@ export class GetKeyPolicyCommand extends $Command< GetKeyPolicyCommandOutput, KMSClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -147,9 +144,7 @@ export class GetKeyPolicyCommand extends $Command< * @public */ constructor(readonly input: GetKeyPolicyCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -200,7 +195,4 @@ export class GetKeyPolicyCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetKeyPolicyCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-kms/src/commands/GetKeyRotationStatusCommand.ts b/clients/client-kms/src/commands/GetKeyRotationStatusCommand.ts index 14ece2485e1e..04562c79e1f2 100644 --- a/clients/client-kms/src/commands/GetKeyRotationStatusCommand.ts +++ b/clients/client-kms/src/commands/GetKeyRotationStatusCommand.ts @@ -178,9 +178,6 @@ export class GetKeyRotationStatusCommand extends $Command< GetKeyRotationStatusCommandOutput, KMSClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -194,9 +191,7 @@ export class GetKeyRotationStatusCommand extends $Command< * @public */ constructor(readonly input: GetKeyRotationStatusCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -249,7 +244,4 @@ export class GetKeyRotationStatusCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetKeyRotationStatusCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-kms/src/commands/GetParametersForImportCommand.ts b/clients/client-kms/src/commands/GetParametersForImportCommand.ts index f4160f891458..8e9864b67370 100644 --- a/clients/client-kms/src/commands/GetParametersForImportCommand.ts +++ b/clients/client-kms/src/commands/GetParametersForImportCommand.ts @@ -276,9 +276,6 @@ export class GetParametersForImportCommand extends $Command< GetParametersForImportCommandOutput, KMSClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -292,9 +289,7 @@ export class GetParametersForImportCommand extends $Command< * @public */ constructor(readonly input: GetParametersForImportCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -347,7 +342,4 @@ export class GetParametersForImportCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetParametersForImportCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-kms/src/commands/GetPublicKeyCommand.ts b/clients/client-kms/src/commands/GetPublicKeyCommand.ts index 2d54da7cf218..87f389ca3371 100644 --- a/clients/client-kms/src/commands/GetPublicKeyCommand.ts +++ b/clients/client-kms/src/commands/GetPublicKeyCommand.ts @@ -224,9 +224,6 @@ export class GetPublicKeyCommand extends $Command< GetPublicKeyCommandOutput, KMSClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -240,9 +237,7 @@ export class GetPublicKeyCommand extends $Command< * @public */ constructor(readonly input: GetPublicKeyCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -293,7 +288,4 @@ export class GetPublicKeyCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetPublicKeyCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-kms/src/commands/ImportKeyMaterialCommand.ts b/clients/client-kms/src/commands/ImportKeyMaterialCommand.ts index 40c9df1ee0ae..3a9c276ca971 100644 --- a/clients/client-kms/src/commands/ImportKeyMaterialCommand.ts +++ b/clients/client-kms/src/commands/ImportKeyMaterialCommand.ts @@ -262,9 +262,6 @@ export class ImportKeyMaterialCommand extends $Command< ImportKeyMaterialCommandOutput, KMSClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -278,9 +275,7 @@ export class ImportKeyMaterialCommand extends $Command< * @public */ constructor(readonly input: ImportKeyMaterialCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -333,7 +328,4 @@ export class ImportKeyMaterialCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ImportKeyMaterialCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-kms/src/commands/ListAliasesCommand.ts b/clients/client-kms/src/commands/ListAliasesCommand.ts index c991cab8298e..148a0a44314e 100644 --- a/clients/client-kms/src/commands/ListAliasesCommand.ts +++ b/clients/client-kms/src/commands/ListAliasesCommand.ts @@ -198,9 +198,6 @@ export class ListAliasesCommand extends $Command< ListAliasesCommandOutput, KMSClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -214,9 +211,7 @@ export class ListAliasesCommand extends $Command< * @public */ constructor(readonly input: ListAliasesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -267,7 +262,4 @@ export class ListAliasesCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListAliasesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-kms/src/commands/ListGrantsCommand.ts b/clients/client-kms/src/commands/ListGrantsCommand.ts index 98b903e5d099..0189149bcf0d 100644 --- a/clients/client-kms/src/commands/ListGrantsCommand.ts +++ b/clients/client-kms/src/commands/ListGrantsCommand.ts @@ -253,9 +253,6 @@ export class ListGrantsCommand extends $Command< ListGrantsCommandOutput, KMSClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -269,9 +266,7 @@ export class ListGrantsCommand extends $Command< * @public */ constructor(readonly input: ListGrantsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -322,7 +317,4 @@ export class ListGrantsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListGrantsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-kms/src/commands/ListKeyPoliciesCommand.ts b/clients/client-kms/src/commands/ListKeyPoliciesCommand.ts index 8ecfb4283540..33ea62640b43 100644 --- a/clients/client-kms/src/commands/ListKeyPoliciesCommand.ts +++ b/clients/client-kms/src/commands/ListKeyPoliciesCommand.ts @@ -152,9 +152,6 @@ export class ListKeyPoliciesCommand extends $Command< ListKeyPoliciesCommandOutput, KMSClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -168,9 +165,7 @@ export class ListKeyPoliciesCommand extends $Command< * @public */ constructor(readonly input: ListKeyPoliciesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -223,7 +218,4 @@ export class ListKeyPoliciesCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListKeyPoliciesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-kms/src/commands/ListKeysCommand.ts b/clients/client-kms/src/commands/ListKeysCommand.ts index 9e7d2b40a5d0..b81a433044ef 100644 --- a/clients/client-kms/src/commands/ListKeysCommand.ts +++ b/clients/client-kms/src/commands/ListKeysCommand.ts @@ -159,9 +159,6 @@ export interface ListKeysCommandOutput extends ListKeysResponse, __MetadataBeare * */ export class ListKeysCommand extends $Command { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -175,9 +172,7 @@ export class ListKeysCommand extends $Command { return de_ListKeysCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-kms/src/commands/ListResourceTagsCommand.ts b/clients/client-kms/src/commands/ListResourceTagsCommand.ts index 2948d0039e87..8b516a9deb99 100644 --- a/clients/client-kms/src/commands/ListResourceTagsCommand.ts +++ b/clients/client-kms/src/commands/ListResourceTagsCommand.ts @@ -158,9 +158,6 @@ export class ListResourceTagsCommand extends $Command< ListResourceTagsCommandOutput, KMSClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -174,9 +171,7 @@ export class ListResourceTagsCommand extends $Command< * @public */ constructor(readonly input: ListResourceTagsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -229,7 +224,4 @@ export class ListResourceTagsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListResourceTagsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-kms/src/commands/ListRetirableGrantsCommand.ts b/clients/client-kms/src/commands/ListRetirableGrantsCommand.ts index 95e0037f9dad..6813a9927685 100644 --- a/clients/client-kms/src/commands/ListRetirableGrantsCommand.ts +++ b/clients/client-kms/src/commands/ListRetirableGrantsCommand.ts @@ -187,9 +187,6 @@ export class ListRetirableGrantsCommand extends $Command< ListRetirableGrantsCommandOutput, KMSClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -203,9 +200,7 @@ export class ListRetirableGrantsCommand extends $Command< * @public */ constructor(readonly input: ListRetirableGrantsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -258,7 +253,4 @@ export class ListRetirableGrantsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListRetirableGrantsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-kms/src/commands/PutKeyPolicyCommand.ts b/clients/client-kms/src/commands/PutKeyPolicyCommand.ts index e6613d979e43..a607b9464189 100644 --- a/clients/client-kms/src/commands/PutKeyPolicyCommand.ts +++ b/clients/client-kms/src/commands/PutKeyPolicyCommand.ts @@ -144,9 +144,6 @@ export class PutKeyPolicyCommand extends $Command< PutKeyPolicyCommandOutput, KMSClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -160,9 +157,7 @@ export class PutKeyPolicyCommand extends $Command< * @public */ constructor(readonly input: PutKeyPolicyCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -213,7 +208,4 @@ export class PutKeyPolicyCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_PutKeyPolicyCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-kms/src/commands/ReEncryptCommand.ts b/clients/client-kms/src/commands/ReEncryptCommand.ts index c61f54ccbb2d..1620659663dd 100644 --- a/clients/client-kms/src/commands/ReEncryptCommand.ts +++ b/clients/client-kms/src/commands/ReEncryptCommand.ts @@ -279,9 +279,6 @@ export interface ReEncryptCommandOutput extends ReEncryptResponse, __MetadataBea * */ export class ReEncryptCommand extends $Command { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -295,9 +292,7 @@ export class ReEncryptCommand extends $Command { return de_ReEncryptCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-kms/src/commands/ReplicateKeyCommand.ts b/clients/client-kms/src/commands/ReplicateKeyCommand.ts index 4494e77539f9..e8fc4f0f0b2e 100644 --- a/clients/client-kms/src/commands/ReplicateKeyCommand.ts +++ b/clients/client-kms/src/commands/ReplicateKeyCommand.ts @@ -316,9 +316,6 @@ export class ReplicateKeyCommand extends $Command< ReplicateKeyCommandOutput, KMSClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -332,9 +329,7 @@ export class ReplicateKeyCommand extends $Command< * @public */ constructor(readonly input: ReplicateKeyCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -385,7 +380,4 @@ export class ReplicateKeyCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ReplicateKeyCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-kms/src/commands/RetireGrantCommand.ts b/clients/client-kms/src/commands/RetireGrantCommand.ts index 66ae55582aa5..ec0506191f7b 100644 --- a/clients/client-kms/src/commands/RetireGrantCommand.ts +++ b/clients/client-kms/src/commands/RetireGrantCommand.ts @@ -175,9 +175,6 @@ export class RetireGrantCommand extends $Command< RetireGrantCommandOutput, KMSClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -191,9 +188,7 @@ export class RetireGrantCommand extends $Command< * @public */ constructor(readonly input: RetireGrantCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -244,7 +239,4 @@ export class RetireGrantCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_RetireGrantCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-kms/src/commands/RevokeGrantCommand.ts b/clients/client-kms/src/commands/RevokeGrantCommand.ts index 359e44010ff8..7a8c6a04c046 100644 --- a/clients/client-kms/src/commands/RevokeGrantCommand.ts +++ b/clients/client-kms/src/commands/RevokeGrantCommand.ts @@ -169,9 +169,6 @@ export class RevokeGrantCommand extends $Command< RevokeGrantCommandOutput, KMSClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -185,9 +182,7 @@ export class RevokeGrantCommand extends $Command< * @public */ constructor(readonly input: RevokeGrantCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -238,7 +233,4 @@ export class RevokeGrantCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_RevokeGrantCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-kms/src/commands/ScheduleKeyDeletionCommand.ts b/clients/client-kms/src/commands/ScheduleKeyDeletionCommand.ts index dc2663bbccec..fe3d398aede5 100644 --- a/clients/client-kms/src/commands/ScheduleKeyDeletionCommand.ts +++ b/clients/client-kms/src/commands/ScheduleKeyDeletionCommand.ts @@ -185,9 +185,6 @@ export class ScheduleKeyDeletionCommand extends $Command< ScheduleKeyDeletionCommandOutput, KMSClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -201,9 +198,7 @@ export class ScheduleKeyDeletionCommand extends $Command< * @public */ constructor(readonly input: ScheduleKeyDeletionCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -256,7 +251,4 @@ export class ScheduleKeyDeletionCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ScheduleKeyDeletionCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-kms/src/commands/SignCommand.ts b/clients/client-kms/src/commands/SignCommand.ts index e9b47145ff53..1b4e724fdebf 100644 --- a/clients/client-kms/src/commands/SignCommand.ts +++ b/clients/client-kms/src/commands/SignCommand.ts @@ -236,9 +236,6 @@ export interface SignCommandOutput extends SignResponse, __MetadataBearer {} * */ export class SignCommand extends $Command { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -252,9 +249,7 @@ export class SignCommand extends $Command { return de_SignCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-kms/src/commands/TagResourceCommand.ts b/clients/client-kms/src/commands/TagResourceCommand.ts index d5b0d8ffb633..66cf81bc0aa3 100644 --- a/clients/client-kms/src/commands/TagResourceCommand.ts +++ b/clients/client-kms/src/commands/TagResourceCommand.ts @@ -176,9 +176,6 @@ export class TagResourceCommand extends $Command< TagResourceCommandOutput, KMSClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -192,9 +189,7 @@ export class TagResourceCommand extends $Command< * @public */ constructor(readonly input: TagResourceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -245,7 +240,4 @@ export class TagResourceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_TagResourceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-kms/src/commands/UntagResourceCommand.ts b/clients/client-kms/src/commands/UntagResourceCommand.ts index df7153250fe5..096c4ec0013c 100644 --- a/clients/client-kms/src/commands/UntagResourceCommand.ts +++ b/clients/client-kms/src/commands/UntagResourceCommand.ts @@ -162,9 +162,6 @@ export class UntagResourceCommand extends $Command< UntagResourceCommandOutput, KMSClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -178,9 +175,7 @@ export class UntagResourceCommand extends $Command< * @public */ constructor(readonly input: UntagResourceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -231,7 +226,4 @@ export class UntagResourceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UntagResourceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-kms/src/commands/UpdateAliasCommand.ts b/clients/client-kms/src/commands/UpdateAliasCommand.ts index 2af144c478fc..6856f23d8e20 100644 --- a/clients/client-kms/src/commands/UpdateAliasCommand.ts +++ b/clients/client-kms/src/commands/UpdateAliasCommand.ts @@ -179,9 +179,6 @@ export class UpdateAliasCommand extends $Command< UpdateAliasCommandOutput, KMSClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -195,9 +192,7 @@ export class UpdateAliasCommand extends $Command< * @public */ constructor(readonly input: UpdateAliasCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -248,7 +243,4 @@ export class UpdateAliasCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdateAliasCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-kms/src/commands/UpdateCustomKeyStoreCommand.ts b/clients/client-kms/src/commands/UpdateCustomKeyStoreCommand.ts index 244480a05e51..c0b075e8d2cb 100644 --- a/clients/client-kms/src/commands/UpdateCustomKeyStoreCommand.ts +++ b/clients/client-kms/src/commands/UpdateCustomKeyStoreCommand.ts @@ -410,9 +410,6 @@ export class UpdateCustomKeyStoreCommand extends $Command< UpdateCustomKeyStoreCommandOutput, KMSClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -426,9 +423,7 @@ export class UpdateCustomKeyStoreCommand extends $Command< * @public */ constructor(readonly input: UpdateCustomKeyStoreCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -481,7 +476,4 @@ export class UpdateCustomKeyStoreCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdateCustomKeyStoreCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-kms/src/commands/UpdateKeyDescriptionCommand.ts b/clients/client-kms/src/commands/UpdateKeyDescriptionCommand.ts index 276008011ea0..6b1ea2d4a6d7 100644 --- a/clients/client-kms/src/commands/UpdateKeyDescriptionCommand.ts +++ b/clients/client-kms/src/commands/UpdateKeyDescriptionCommand.ts @@ -138,9 +138,6 @@ export class UpdateKeyDescriptionCommand extends $Command< UpdateKeyDescriptionCommandOutput, KMSClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -154,9 +151,7 @@ export class UpdateKeyDescriptionCommand extends $Command< * @public */ constructor(readonly input: UpdateKeyDescriptionCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -209,7 +204,4 @@ export class UpdateKeyDescriptionCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdateKeyDescriptionCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-kms/src/commands/UpdatePrimaryRegionCommand.ts b/clients/client-kms/src/commands/UpdatePrimaryRegionCommand.ts index df92a9c45179..0528155965fc 100644 --- a/clients/client-kms/src/commands/UpdatePrimaryRegionCommand.ts +++ b/clients/client-kms/src/commands/UpdatePrimaryRegionCommand.ts @@ -188,9 +188,6 @@ export class UpdatePrimaryRegionCommand extends $Command< UpdatePrimaryRegionCommandOutput, KMSClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -204,9 +201,7 @@ export class UpdatePrimaryRegionCommand extends $Command< * @public */ constructor(readonly input: UpdatePrimaryRegionCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -259,7 +254,4 @@ export class UpdatePrimaryRegionCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdatePrimaryRegionCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-kms/src/commands/VerifyCommand.ts b/clients/client-kms/src/commands/VerifyCommand.ts index b7245fb58e86..319bf72930db 100644 --- a/clients/client-kms/src/commands/VerifyCommand.ts +++ b/clients/client-kms/src/commands/VerifyCommand.ts @@ -227,9 +227,6 @@ export interface VerifyCommandOutput extends VerifyResponse, __MetadataBearer {} * */ export class VerifyCommand extends $Command { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -243,9 +240,7 @@ export class VerifyCommand extends $Command { return de_VerifyCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-kms/src/commands/VerifyMacCommand.ts b/clients/client-kms/src/commands/VerifyMacCommand.ts index 53d58573c381..4cd900d28eef 100644 --- a/clients/client-kms/src/commands/VerifyMacCommand.ts +++ b/clients/client-kms/src/commands/VerifyMacCommand.ts @@ -185,9 +185,6 @@ export interface VerifyMacCommandOutput extends VerifyMacResponse, __MetadataBea * */ export class VerifyMacCommand extends $Command { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -201,9 +198,7 @@ export class VerifyMacCommand extends $Command { return de_VerifyMacCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-lakeformation/package.json b/clients/client-lakeformation/package.json index 5b6e93883682..078b9cad9086 100644 --- a/clients/client-lakeformation/package.json +++ b/clients/client-lakeformation/package.json @@ -34,30 +34,30 @@ "@aws-sdk/util-endpoints": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@smithy/config-resolver": "^2.0.16", - "@smithy/fetch-http-handler": "^2.2.4", - "@smithy/hash-node": "^2.0.12", - "@smithy/invalid-dependency": "^2.0.12", - "@smithy/middleware-content-length": "^2.0.14", - "@smithy/middleware-endpoint": "^2.1.3", - "@smithy/middleware-retry": "^2.0.18", - "@smithy/middleware-serde": "^2.0.12", - "@smithy/middleware-stack": "^2.0.6", - "@smithy/node-config-provider": "^2.1.3", - "@smithy/node-http-handler": "^2.1.8", - "@smithy/protocol-http": "^3.0.8", - "@smithy/smithy-client": "^2.1.12", - "@smithy/types": "^2.4.0", - "@smithy/url-parser": "^2.0.12", - "@smithy/util-base64": "^2.0.0", + "@smithy/config-resolver": "^2.0.18", + "@smithy/fetch-http-handler": "^2.2.6", + "@smithy/hash-node": "^2.0.15", + "@smithy/invalid-dependency": "^2.0.13", + "@smithy/middleware-content-length": "^2.0.15", + "@smithy/middleware-endpoint": "^2.2.0", + "@smithy/middleware-retry": "^2.0.20", + "@smithy/middleware-serde": "^2.0.13", + "@smithy/middleware-stack": "^2.0.7", + "@smithy/node-config-provider": "^2.1.5", + "@smithy/node-http-handler": "^2.1.9", + "@smithy/protocol-http": "^3.0.9", + "@smithy/smithy-client": "^2.1.15", + "@smithy/types": "^2.5.0", + "@smithy/url-parser": "^2.0.13", + "@smithy/util-base64": "^2.0.1", "@smithy/util-body-length-browser": "^2.0.0", "@smithy/util-body-length-node": "^2.1.0", - "@smithy/util-defaults-mode-browser": "^2.0.16", - "@smithy/util-defaults-mode-node": "^2.0.21", - "@smithy/util-endpoints": "^1.0.2", - "@smithy/util-retry": "^2.0.5", - "@smithy/util-stream": "^2.0.17", - "@smithy/util-utf8": "^2.0.0", + "@smithy/util-defaults-mode-browser": "^2.0.19", + "@smithy/util-defaults-mode-node": "^2.0.25", + "@smithy/util-endpoints": "^1.0.4", + "@smithy/util-retry": "^2.0.6", + "@smithy/util-stream": "^2.0.20", + "@smithy/util-utf8": "^2.0.2", "tslib": "^2.5.0" }, "devDependencies": { diff --git a/clients/client-lakeformation/src/commands/AddLFTagsToResourceCommand.ts b/clients/client-lakeformation/src/commands/AddLFTagsToResourceCommand.ts index 1e52872e7985..2b44a774e164 100644 --- a/clients/client-lakeformation/src/commands/AddLFTagsToResourceCommand.ts +++ b/clients/client-lakeformation/src/commands/AddLFTagsToResourceCommand.ts @@ -166,9 +166,6 @@ export class AddLFTagsToResourceCommand extends $Command< AddLFTagsToResourceCommandOutput, LakeFormationClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -182,9 +179,7 @@ export class AddLFTagsToResourceCommand extends $Command< * @public */ constructor(readonly input: AddLFTagsToResourceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -237,7 +232,4 @@ export class AddLFTagsToResourceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_AddLFTagsToResourceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-lakeformation/src/commands/AssumeDecoratedRoleWithSAMLCommand.ts b/clients/client-lakeformation/src/commands/AssumeDecoratedRoleWithSAMLCommand.ts index e3a0b9a4552a..55116372ea59 100644 --- a/clients/client-lakeformation/src/commands/AssumeDecoratedRoleWithSAMLCommand.ts +++ b/clients/client-lakeformation/src/commands/AssumeDecoratedRoleWithSAMLCommand.ts @@ -101,9 +101,6 @@ export class AssumeDecoratedRoleWithSAMLCommand extends $Command< AssumeDecoratedRoleWithSAMLCommandOutput, LakeFormationClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -117,9 +114,7 @@ export class AssumeDecoratedRoleWithSAMLCommand extends $Command< * @public */ constructor(readonly input: AssumeDecoratedRoleWithSAMLCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -175,7 +170,4 @@ export class AssumeDecoratedRoleWithSAMLCommand extends $Command< ): Promise { return de_AssumeDecoratedRoleWithSAMLCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-lakeformation/src/commands/BatchGrantPermissionsCommand.ts b/clients/client-lakeformation/src/commands/BatchGrantPermissionsCommand.ts index 1f4be99d8baa..85ef3546f66e 100644 --- a/clients/client-lakeformation/src/commands/BatchGrantPermissionsCommand.ts +++ b/clients/client-lakeformation/src/commands/BatchGrantPermissionsCommand.ts @@ -219,9 +219,6 @@ export class BatchGrantPermissionsCommand extends $Command< BatchGrantPermissionsCommandOutput, LakeFormationClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -235,9 +232,7 @@ export class BatchGrantPermissionsCommand extends $Command< * @public */ constructor(readonly input: BatchGrantPermissionsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -290,7 +285,4 @@ export class BatchGrantPermissionsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_BatchGrantPermissionsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-lakeformation/src/commands/BatchRevokePermissionsCommand.ts b/clients/client-lakeformation/src/commands/BatchRevokePermissionsCommand.ts index 82219cb49eac..549292382873 100644 --- a/clients/client-lakeformation/src/commands/BatchRevokePermissionsCommand.ts +++ b/clients/client-lakeformation/src/commands/BatchRevokePermissionsCommand.ts @@ -219,9 +219,6 @@ export class BatchRevokePermissionsCommand extends $Command< BatchRevokePermissionsCommandOutput, LakeFormationClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -235,9 +232,7 @@ export class BatchRevokePermissionsCommand extends $Command< * @public */ constructor(readonly input: BatchRevokePermissionsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -290,7 +285,4 @@ export class BatchRevokePermissionsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_BatchRevokePermissionsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-lakeformation/src/commands/CancelTransactionCommand.ts b/clients/client-lakeformation/src/commands/CancelTransactionCommand.ts index 18c2ada65d15..4b6c871348c1 100644 --- a/clients/client-lakeformation/src/commands/CancelTransactionCommand.ts +++ b/clients/client-lakeformation/src/commands/CancelTransactionCommand.ts @@ -89,9 +89,6 @@ export class CancelTransactionCommand extends $Command< CancelTransactionCommandOutput, LakeFormationClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -105,9 +102,7 @@ export class CancelTransactionCommand extends $Command< * @public */ constructor(readonly input: CancelTransactionCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -160,7 +155,4 @@ export class CancelTransactionCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CancelTransactionCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-lakeformation/src/commands/CommitTransactionCommand.ts b/clients/client-lakeformation/src/commands/CommitTransactionCommand.ts index 3b27220c0a2e..b3b6924a4ec6 100644 --- a/clients/client-lakeformation/src/commands/CommitTransactionCommand.ts +++ b/clients/client-lakeformation/src/commands/CommitTransactionCommand.ts @@ -88,9 +88,6 @@ export class CommitTransactionCommand extends $Command< CommitTransactionCommandOutput, LakeFormationClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -104,9 +101,7 @@ export class CommitTransactionCommand extends $Command< * @public */ constructor(readonly input: CommitTransactionCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -159,7 +154,4 @@ export class CommitTransactionCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CommitTransactionCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-lakeformation/src/commands/CreateDataCellsFilterCommand.ts b/clients/client-lakeformation/src/commands/CreateDataCellsFilterCommand.ts index 2b3c28b49456..91d289978f10 100644 --- a/clients/client-lakeformation/src/commands/CreateDataCellsFilterCommand.ts +++ b/clients/client-lakeformation/src/commands/CreateDataCellsFilterCommand.ts @@ -107,9 +107,6 @@ export class CreateDataCellsFilterCommand extends $Command< CreateDataCellsFilterCommandOutput, LakeFormationClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -123,9 +120,7 @@ export class CreateDataCellsFilterCommand extends $Command< * @public */ constructor(readonly input: CreateDataCellsFilterCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -178,7 +173,4 @@ export class CreateDataCellsFilterCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateDataCellsFilterCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-lakeformation/src/commands/CreateLFTagCommand.ts b/clients/client-lakeformation/src/commands/CreateLFTagCommand.ts index c353538c4f2a..e0d09686035d 100644 --- a/clients/client-lakeformation/src/commands/CreateLFTagCommand.ts +++ b/clients/client-lakeformation/src/commands/CreateLFTagCommand.ts @@ -90,9 +90,6 @@ export class CreateLFTagCommand extends $Command< CreateLFTagCommandOutput, LakeFormationClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -106,9 +103,7 @@ export class CreateLFTagCommand extends $Command< * @public */ constructor(readonly input: CreateLFTagCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -159,7 +154,4 @@ export class CreateLFTagCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateLFTagCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-lakeformation/src/commands/CreateLakeFormationOptInCommand.ts b/clients/client-lakeformation/src/commands/CreateLakeFormationOptInCommand.ts index af497294dee9..c7f1db6a4e0a 100644 --- a/clients/client-lakeformation/src/commands/CreateLakeFormationOptInCommand.ts +++ b/clients/client-lakeformation/src/commands/CreateLakeFormationOptInCommand.ts @@ -143,9 +143,6 @@ export class CreateLakeFormationOptInCommand extends $Command< CreateLakeFormationOptInCommandOutput, LakeFormationClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -159,9 +156,7 @@ export class CreateLakeFormationOptInCommand extends $Command< * @public */ constructor(readonly input: CreateLakeFormationOptInCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -214,7 +209,4 @@ export class CreateLakeFormationOptInCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateLakeFormationOptInCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-lakeformation/src/commands/DeleteDataCellsFilterCommand.ts b/clients/client-lakeformation/src/commands/DeleteDataCellsFilterCommand.ts index 6df50e055828..e5af90ec6532 100644 --- a/clients/client-lakeformation/src/commands/DeleteDataCellsFilterCommand.ts +++ b/clients/client-lakeformation/src/commands/DeleteDataCellsFilterCommand.ts @@ -86,9 +86,6 @@ export class DeleteDataCellsFilterCommand extends $Command< DeleteDataCellsFilterCommandOutput, LakeFormationClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -102,9 +99,7 @@ export class DeleteDataCellsFilterCommand extends $Command< * @public */ constructor(readonly input: DeleteDataCellsFilterCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -157,7 +152,4 @@ export class DeleteDataCellsFilterCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteDataCellsFilterCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-lakeformation/src/commands/DeleteLFTagCommand.ts b/clients/client-lakeformation/src/commands/DeleteLFTagCommand.ts index 73981fc1dd64..c02c21659cf3 100644 --- a/clients/client-lakeformation/src/commands/DeleteLFTagCommand.ts +++ b/clients/client-lakeformation/src/commands/DeleteLFTagCommand.ts @@ -84,9 +84,6 @@ export class DeleteLFTagCommand extends $Command< DeleteLFTagCommandOutput, LakeFormationClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -100,9 +97,7 @@ export class DeleteLFTagCommand extends $Command< * @public */ constructor(readonly input: DeleteLFTagCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -153,7 +148,4 @@ export class DeleteLFTagCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteLFTagCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-lakeformation/src/commands/DeleteLakeFormationOptInCommand.ts b/clients/client-lakeformation/src/commands/DeleteLakeFormationOptInCommand.ts index 7bcbd2ba68b6..1b70397585f8 100644 --- a/clients/client-lakeformation/src/commands/DeleteLakeFormationOptInCommand.ts +++ b/clients/client-lakeformation/src/commands/DeleteLakeFormationOptInCommand.ts @@ -143,9 +143,6 @@ export class DeleteLakeFormationOptInCommand extends $Command< DeleteLakeFormationOptInCommandOutput, LakeFormationClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -159,9 +156,7 @@ export class DeleteLakeFormationOptInCommand extends $Command< * @public */ constructor(readonly input: DeleteLakeFormationOptInCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -214,7 +209,4 @@ export class DeleteLakeFormationOptInCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteLakeFormationOptInCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-lakeformation/src/commands/DeleteObjectsOnCancelCommand.ts b/clients/client-lakeformation/src/commands/DeleteObjectsOnCancelCommand.ts index 2ef24be0f5c9..f3be51bd5854 100644 --- a/clients/client-lakeformation/src/commands/DeleteObjectsOnCancelCommand.ts +++ b/clients/client-lakeformation/src/commands/DeleteObjectsOnCancelCommand.ts @@ -108,9 +108,6 @@ export class DeleteObjectsOnCancelCommand extends $Command< DeleteObjectsOnCancelCommandOutput, LakeFormationClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -124,9 +121,7 @@ export class DeleteObjectsOnCancelCommand extends $Command< * @public */ constructor(readonly input: DeleteObjectsOnCancelCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -179,7 +174,4 @@ export class DeleteObjectsOnCancelCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteObjectsOnCancelCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-lakeformation/src/commands/DeregisterResourceCommand.ts b/clients/client-lakeformation/src/commands/DeregisterResourceCommand.ts index 8f6184b1295d..8aed82fdf31a 100644 --- a/clients/client-lakeformation/src/commands/DeregisterResourceCommand.ts +++ b/clients/client-lakeformation/src/commands/DeregisterResourceCommand.ts @@ -81,9 +81,6 @@ export class DeregisterResourceCommand extends $Command< DeregisterResourceCommandOutput, LakeFormationClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -97,9 +94,7 @@ export class DeregisterResourceCommand extends $Command< * @public */ constructor(readonly input: DeregisterResourceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -152,7 +147,4 @@ export class DeregisterResourceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeregisterResourceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-lakeformation/src/commands/DescribeResourceCommand.ts b/clients/client-lakeformation/src/commands/DescribeResourceCommand.ts index 4b678f4bc798..9d6549850f8c 100644 --- a/clients/client-lakeformation/src/commands/DescribeResourceCommand.ts +++ b/clients/client-lakeformation/src/commands/DescribeResourceCommand.ts @@ -88,9 +88,6 @@ export class DescribeResourceCommand extends $Command< DescribeResourceCommandOutput, LakeFormationClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -104,9 +101,7 @@ export class DescribeResourceCommand extends $Command< * @public */ constructor(readonly input: DescribeResourceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -159,7 +154,4 @@ export class DescribeResourceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DescribeResourceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-lakeformation/src/commands/DescribeTransactionCommand.ts b/clients/client-lakeformation/src/commands/DescribeTransactionCommand.ts index 9afe6302d36f..22e2bfb11c61 100644 --- a/clients/client-lakeformation/src/commands/DescribeTransactionCommand.ts +++ b/clients/client-lakeformation/src/commands/DescribeTransactionCommand.ts @@ -87,9 +87,6 @@ export class DescribeTransactionCommand extends $Command< DescribeTransactionCommandOutput, LakeFormationClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -103,9 +100,7 @@ export class DescribeTransactionCommand extends $Command< * @public */ constructor(readonly input: DescribeTransactionCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -158,7 +153,4 @@ export class DescribeTransactionCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DescribeTransactionCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-lakeformation/src/commands/ExtendTransactionCommand.ts b/clients/client-lakeformation/src/commands/ExtendTransactionCommand.ts index ff62f6305ba2..b68786520f92 100644 --- a/clients/client-lakeformation/src/commands/ExtendTransactionCommand.ts +++ b/clients/client-lakeformation/src/commands/ExtendTransactionCommand.ts @@ -90,9 +90,6 @@ export class ExtendTransactionCommand extends $Command< ExtendTransactionCommandOutput, LakeFormationClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -106,9 +103,7 @@ export class ExtendTransactionCommand extends $Command< * @public */ constructor(readonly input: ExtendTransactionCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -161,7 +156,4 @@ export class ExtendTransactionCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ExtendTransactionCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-lakeformation/src/commands/GetDataCellsFilterCommand.ts b/clients/client-lakeformation/src/commands/GetDataCellsFilterCommand.ts index 6ed99b1768c0..0fc875f4d3a0 100644 --- a/clients/client-lakeformation/src/commands/GetDataCellsFilterCommand.ts +++ b/clients/client-lakeformation/src/commands/GetDataCellsFilterCommand.ts @@ -106,9 +106,6 @@ export class GetDataCellsFilterCommand extends $Command< GetDataCellsFilterCommandOutput, LakeFormationClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -122,9 +119,7 @@ export class GetDataCellsFilterCommand extends $Command< * @public */ constructor(readonly input: GetDataCellsFilterCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -177,7 +172,4 @@ export class GetDataCellsFilterCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetDataCellsFilterCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-lakeformation/src/commands/GetDataLakeSettingsCommand.ts b/clients/client-lakeformation/src/commands/GetDataLakeSettingsCommand.ts index 688a01a0f922..730942118266 100644 --- a/clients/client-lakeformation/src/commands/GetDataLakeSettingsCommand.ts +++ b/clients/client-lakeformation/src/commands/GetDataLakeSettingsCommand.ts @@ -126,9 +126,6 @@ export class GetDataLakeSettingsCommand extends $Command< GetDataLakeSettingsCommandOutput, LakeFormationClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -142,9 +139,7 @@ export class GetDataLakeSettingsCommand extends $Command< * @public */ constructor(readonly input: GetDataLakeSettingsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -197,7 +192,4 @@ export class GetDataLakeSettingsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetDataLakeSettingsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-lakeformation/src/commands/GetEffectivePermissionsForPathCommand.ts b/clients/client-lakeformation/src/commands/GetEffectivePermissionsForPathCommand.ts index e54a2d411c00..e58d28206dbe 100644 --- a/clients/client-lakeformation/src/commands/GetEffectivePermissionsForPathCommand.ts +++ b/clients/client-lakeformation/src/commands/GetEffectivePermissionsForPathCommand.ts @@ -166,9 +166,6 @@ export class GetEffectivePermissionsForPathCommand extends $Command< GetEffectivePermissionsForPathCommandOutput, LakeFormationClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -182,9 +179,7 @@ export class GetEffectivePermissionsForPathCommand extends $Command< * @public */ constructor(readonly input: GetEffectivePermissionsForPathCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -243,7 +238,4 @@ export class GetEffectivePermissionsForPathCommand extends $Command< ): Promise { return de_GetEffectivePermissionsForPathCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-lakeformation/src/commands/GetLFTagCommand.ts b/clients/client-lakeformation/src/commands/GetLFTagCommand.ts index ad85b142f690..d8bb954019f9 100644 --- a/clients/client-lakeformation/src/commands/GetLFTagCommand.ts +++ b/clients/client-lakeformation/src/commands/GetLFTagCommand.ts @@ -90,9 +90,6 @@ export class GetLFTagCommand extends $Command< GetLFTagCommandOutput, LakeFormationClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -106,9 +103,7 @@ export class GetLFTagCommand extends $Command< * @public */ constructor(readonly input: GetLFTagCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -159,7 +154,4 @@ export class GetLFTagCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetLFTagCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-lakeformation/src/commands/GetQueryStateCommand.ts b/clients/client-lakeformation/src/commands/GetQueryStateCommand.ts index 645f15ec7a74..1c7b3cc86d8a 100644 --- a/clients/client-lakeformation/src/commands/GetQueryStateCommand.ts +++ b/clients/client-lakeformation/src/commands/GetQueryStateCommand.ts @@ -80,9 +80,6 @@ export class GetQueryStateCommand extends $Command< GetQueryStateCommandOutput, LakeFormationClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -96,9 +93,7 @@ export class GetQueryStateCommand extends $Command< * @public */ constructor(readonly input: GetQueryStateCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -149,7 +144,4 @@ export class GetQueryStateCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetQueryStateCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-lakeformation/src/commands/GetQueryStatisticsCommand.ts b/clients/client-lakeformation/src/commands/GetQueryStatisticsCommand.ts index 96b5cb0879c9..c8c02d6a9134 100644 --- a/clients/client-lakeformation/src/commands/GetQueryStatisticsCommand.ts +++ b/clients/client-lakeformation/src/commands/GetQueryStatisticsCommand.ts @@ -99,9 +99,6 @@ export class GetQueryStatisticsCommand extends $Command< GetQueryStatisticsCommandOutput, LakeFormationClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -115,9 +112,7 @@ export class GetQueryStatisticsCommand extends $Command< * @public */ constructor(readonly input: GetQueryStatisticsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -170,7 +165,4 @@ export class GetQueryStatisticsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetQueryStatisticsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-lakeformation/src/commands/GetResourceLFTagsCommand.ts b/clients/client-lakeformation/src/commands/GetResourceLFTagsCommand.ts index 3743072fb294..3dfd9fa34192 100644 --- a/clients/client-lakeformation/src/commands/GetResourceLFTagsCommand.ts +++ b/clients/client-lakeformation/src/commands/GetResourceLFTagsCommand.ts @@ -175,9 +175,6 @@ export class GetResourceLFTagsCommand extends $Command< GetResourceLFTagsCommandOutput, LakeFormationClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -191,9 +188,7 @@ export class GetResourceLFTagsCommand extends $Command< * @public */ constructor(readonly input: GetResourceLFTagsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -246,7 +241,4 @@ export class GetResourceLFTagsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetResourceLFTagsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-lakeformation/src/commands/GetTableObjectsCommand.ts b/clients/client-lakeformation/src/commands/GetTableObjectsCommand.ts index 99865956172e..95242ad2b63c 100644 --- a/clients/client-lakeformation/src/commands/GetTableObjectsCommand.ts +++ b/clients/client-lakeformation/src/commands/GetTableObjectsCommand.ts @@ -112,9 +112,6 @@ export class GetTableObjectsCommand extends $Command< GetTableObjectsCommandOutput, LakeFormationClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -128,9 +125,7 @@ export class GetTableObjectsCommand extends $Command< * @public */ constructor(readonly input: GetTableObjectsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -183,7 +178,4 @@ export class GetTableObjectsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetTableObjectsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-lakeformation/src/commands/GetTemporaryGluePartitionCredentialsCommand.ts b/clients/client-lakeformation/src/commands/GetTemporaryGluePartitionCredentialsCommand.ts index e7c35117abf8..c95e106d7fb3 100644 --- a/clients/client-lakeformation/src/commands/GetTemporaryGluePartitionCredentialsCommand.ts +++ b/clients/client-lakeformation/src/commands/GetTemporaryGluePartitionCredentialsCommand.ts @@ -114,9 +114,6 @@ export class GetTemporaryGluePartitionCredentialsCommand extends $Command< GetTemporaryGluePartitionCredentialsCommandOutput, LakeFormationClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -130,9 +127,7 @@ export class GetTemporaryGluePartitionCredentialsCommand extends $Command< * @public */ constructor(readonly input: GetTemporaryGluePartitionCredentialsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -191,7 +186,4 @@ export class GetTemporaryGluePartitionCredentialsCommand extends $Command< ): Promise { return de_GetTemporaryGluePartitionCredentialsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-lakeformation/src/commands/GetTemporaryGlueTableCredentialsCommand.ts b/clients/client-lakeformation/src/commands/GetTemporaryGlueTableCredentialsCommand.ts index 34df96482d28..5744f8b29f7e 100644 --- a/clients/client-lakeformation/src/commands/GetTemporaryGlueTableCredentialsCommand.ts +++ b/clients/client-lakeformation/src/commands/GetTemporaryGlueTableCredentialsCommand.ts @@ -106,9 +106,6 @@ export class GetTemporaryGlueTableCredentialsCommand extends $Command< GetTemporaryGlueTableCredentialsCommandOutput, LakeFormationClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -122,9 +119,7 @@ export class GetTemporaryGlueTableCredentialsCommand extends $Command< * @public */ constructor(readonly input: GetTemporaryGlueTableCredentialsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -183,7 +178,4 @@ export class GetTemporaryGlueTableCredentialsCommand extends $Command< ): Promise { return de_GetTemporaryGlueTableCredentialsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-lakeformation/src/commands/GetWorkUnitResultsCommand.ts b/clients/client-lakeformation/src/commands/GetWorkUnitResultsCommand.ts index 28050a9d5c69..968108b5699a 100644 --- a/clients/client-lakeformation/src/commands/GetWorkUnitResultsCommand.ts +++ b/clients/client-lakeformation/src/commands/GetWorkUnitResultsCommand.ts @@ -98,9 +98,6 @@ export class GetWorkUnitResultsCommand extends $Command< GetWorkUnitResultsCommandOutput, LakeFormationClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -114,9 +111,7 @@ export class GetWorkUnitResultsCommand extends $Command< * @public */ constructor(readonly input: GetWorkUnitResultsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -172,7 +167,4 @@ export class GetWorkUnitResultsCommand extends $Command< ): Promise { return de_GetWorkUnitResultsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-lakeformation/src/commands/GetWorkUnitsCommand.ts b/clients/client-lakeformation/src/commands/GetWorkUnitsCommand.ts index 0b4f0520615f..af1669be3fdc 100644 --- a/clients/client-lakeformation/src/commands/GetWorkUnitsCommand.ts +++ b/clients/client-lakeformation/src/commands/GetWorkUnitsCommand.ts @@ -95,9 +95,6 @@ export class GetWorkUnitsCommand extends $Command< GetWorkUnitsCommandOutput, LakeFormationClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -111,9 +108,7 @@ export class GetWorkUnitsCommand extends $Command< * @public */ constructor(readonly input: GetWorkUnitsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -164,7 +159,4 @@ export class GetWorkUnitsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetWorkUnitsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-lakeformation/src/commands/GrantPermissionsCommand.ts b/clients/client-lakeformation/src/commands/GrantPermissionsCommand.ts index fefe0b5687ce..0c2670588234 100644 --- a/clients/client-lakeformation/src/commands/GrantPermissionsCommand.ts +++ b/clients/client-lakeformation/src/commands/GrantPermissionsCommand.ts @@ -142,9 +142,6 @@ export class GrantPermissionsCommand extends $Command< GrantPermissionsCommandOutput, LakeFormationClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -158,9 +155,7 @@ export class GrantPermissionsCommand extends $Command< * @public */ constructor(readonly input: GrantPermissionsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -213,7 +208,4 @@ export class GrantPermissionsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GrantPermissionsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-lakeformation/src/commands/ListDataCellsFilterCommand.ts b/clients/client-lakeformation/src/commands/ListDataCellsFilterCommand.ts index 89d4a77bf168..76dd0de3e6d1 100644 --- a/clients/client-lakeformation/src/commands/ListDataCellsFilterCommand.ts +++ b/clients/client-lakeformation/src/commands/ListDataCellsFilterCommand.ts @@ -110,9 +110,6 @@ export class ListDataCellsFilterCommand extends $Command< ListDataCellsFilterCommandOutput, LakeFormationClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -126,9 +123,7 @@ export class ListDataCellsFilterCommand extends $Command< * @public */ constructor(readonly input: ListDataCellsFilterCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -181,7 +176,4 @@ export class ListDataCellsFilterCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListDataCellsFilterCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-lakeformation/src/commands/ListLFTagsCommand.ts b/clients/client-lakeformation/src/commands/ListLFTagsCommand.ts index 88d698f9c0fe..3451766b3795 100644 --- a/clients/client-lakeformation/src/commands/ListLFTagsCommand.ts +++ b/clients/client-lakeformation/src/commands/ListLFTagsCommand.ts @@ -97,9 +97,6 @@ export class ListLFTagsCommand extends $Command< ListLFTagsCommandOutput, LakeFormationClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -113,9 +110,7 @@ export class ListLFTagsCommand extends $Command< * @public */ constructor(readonly input: ListLFTagsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -166,7 +161,4 @@ export class ListLFTagsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListLFTagsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-lakeformation/src/commands/ListLakeFormationOptInsCommand.ts b/clients/client-lakeformation/src/commands/ListLakeFormationOptInsCommand.ts index 41c73ab9635a..8603adff0b85 100644 --- a/clients/client-lakeformation/src/commands/ListLakeFormationOptInsCommand.ts +++ b/clients/client-lakeformation/src/commands/ListLakeFormationOptInsCommand.ts @@ -205,9 +205,6 @@ export class ListLakeFormationOptInsCommand extends $Command< ListLakeFormationOptInsCommandOutput, LakeFormationClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -221,9 +218,7 @@ export class ListLakeFormationOptInsCommand extends $Command< * @public */ constructor(readonly input: ListLakeFormationOptInsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -276,7 +271,4 @@ export class ListLakeFormationOptInsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListLakeFormationOptInsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-lakeformation/src/commands/ListPermissionsCommand.ts b/clients/client-lakeformation/src/commands/ListPermissionsCommand.ts index 616885852908..08671f4340bc 100644 --- a/clients/client-lakeformation/src/commands/ListPermissionsCommand.ts +++ b/clients/client-lakeformation/src/commands/ListPermissionsCommand.ts @@ -218,9 +218,6 @@ export class ListPermissionsCommand extends $Command< ListPermissionsCommandOutput, LakeFormationClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -234,9 +231,7 @@ export class ListPermissionsCommand extends $Command< * @public */ constructor(readonly input: ListPermissionsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -289,7 +284,4 @@ export class ListPermissionsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListPermissionsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-lakeformation/src/commands/ListResourcesCommand.ts b/clients/client-lakeformation/src/commands/ListResourcesCommand.ts index bff96b5be11f..481fd2edd717 100644 --- a/clients/client-lakeformation/src/commands/ListResourcesCommand.ts +++ b/clients/client-lakeformation/src/commands/ListResourcesCommand.ts @@ -98,9 +98,6 @@ export class ListResourcesCommand extends $Command< ListResourcesCommandOutput, LakeFormationClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -114,9 +111,7 @@ export class ListResourcesCommand extends $Command< * @public */ constructor(readonly input: ListResourcesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -167,7 +162,4 @@ export class ListResourcesCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListResourcesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-lakeformation/src/commands/ListTableStorageOptimizersCommand.ts b/clients/client-lakeformation/src/commands/ListTableStorageOptimizersCommand.ts index 24fe1846b0d8..a386ca579c87 100644 --- a/clients/client-lakeformation/src/commands/ListTableStorageOptimizersCommand.ts +++ b/clients/client-lakeformation/src/commands/ListTableStorageOptimizersCommand.ts @@ -98,9 +98,6 @@ export class ListTableStorageOptimizersCommand extends $Command< ListTableStorageOptimizersCommandOutput, LakeFormationClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -114,9 +111,7 @@ export class ListTableStorageOptimizersCommand extends $Command< * @public */ constructor(readonly input: ListTableStorageOptimizersCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -172,7 +167,4 @@ export class ListTableStorageOptimizersCommand extends $Command< ): Promise { return de_ListTableStorageOptimizersCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-lakeformation/src/commands/ListTransactionsCommand.ts b/clients/client-lakeformation/src/commands/ListTransactionsCommand.ts index cf2a435a2558..7283db9fadf0 100644 --- a/clients/client-lakeformation/src/commands/ListTransactionsCommand.ts +++ b/clients/client-lakeformation/src/commands/ListTransactionsCommand.ts @@ -91,9 +91,6 @@ export class ListTransactionsCommand extends $Command< ListTransactionsCommandOutput, LakeFormationClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -107,9 +104,7 @@ export class ListTransactionsCommand extends $Command< * @public */ constructor(readonly input: ListTransactionsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -162,7 +157,4 @@ export class ListTransactionsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListTransactionsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-lakeformation/src/commands/PutDataLakeSettingsCommand.ts b/clients/client-lakeformation/src/commands/PutDataLakeSettingsCommand.ts index 2ab008bf10b5..1b4d17d4dc0e 100644 --- a/clients/client-lakeformation/src/commands/PutDataLakeSettingsCommand.ts +++ b/clients/client-lakeformation/src/commands/PutDataLakeSettingsCommand.ts @@ -123,9 +123,6 @@ export class PutDataLakeSettingsCommand extends $Command< PutDataLakeSettingsCommandOutput, LakeFormationClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -139,9 +136,7 @@ export class PutDataLakeSettingsCommand extends $Command< * @public */ constructor(readonly input: PutDataLakeSettingsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -194,7 +189,4 @@ export class PutDataLakeSettingsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_PutDataLakeSettingsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-lakeformation/src/commands/RegisterResourceCommand.ts b/clients/client-lakeformation/src/commands/RegisterResourceCommand.ts index 5eda56d1f5dc..b7d95bb48641 100644 --- a/clients/client-lakeformation/src/commands/RegisterResourceCommand.ts +++ b/clients/client-lakeformation/src/commands/RegisterResourceCommand.ts @@ -103,9 +103,6 @@ export class RegisterResourceCommand extends $Command< RegisterResourceCommandOutput, LakeFormationClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -119,9 +116,7 @@ export class RegisterResourceCommand extends $Command< * @public */ constructor(readonly input: RegisterResourceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -174,7 +169,4 @@ export class RegisterResourceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_RegisterResourceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-lakeformation/src/commands/RemoveLFTagsFromResourceCommand.ts b/clients/client-lakeformation/src/commands/RemoveLFTagsFromResourceCommand.ts index ea089c0dc9a4..805279708944 100644 --- a/clients/client-lakeformation/src/commands/RemoveLFTagsFromResourceCommand.ts +++ b/clients/client-lakeformation/src/commands/RemoveLFTagsFromResourceCommand.ts @@ -169,9 +169,6 @@ export class RemoveLFTagsFromResourceCommand extends $Command< RemoveLFTagsFromResourceCommandOutput, LakeFormationClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -185,9 +182,7 @@ export class RemoveLFTagsFromResourceCommand extends $Command< * @public */ constructor(readonly input: RemoveLFTagsFromResourceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -240,7 +235,4 @@ export class RemoveLFTagsFromResourceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_RemoveLFTagsFromResourceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-lakeformation/src/commands/RevokePermissionsCommand.ts b/clients/client-lakeformation/src/commands/RevokePermissionsCommand.ts index e46933bde632..4169c59f8750 100644 --- a/clients/client-lakeformation/src/commands/RevokePermissionsCommand.ts +++ b/clients/client-lakeformation/src/commands/RevokePermissionsCommand.ts @@ -141,9 +141,6 @@ export class RevokePermissionsCommand extends $Command< RevokePermissionsCommandOutput, LakeFormationClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -157,9 +154,7 @@ export class RevokePermissionsCommand extends $Command< * @public */ constructor(readonly input: RevokePermissionsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -212,7 +207,4 @@ export class RevokePermissionsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_RevokePermissionsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-lakeformation/src/commands/SearchDatabasesByLFTagsCommand.ts b/clients/client-lakeformation/src/commands/SearchDatabasesByLFTagsCommand.ts index a1eae25a278c..911d8c183abb 100644 --- a/clients/client-lakeformation/src/commands/SearchDatabasesByLFTagsCommand.ts +++ b/clients/client-lakeformation/src/commands/SearchDatabasesByLFTagsCommand.ts @@ -115,9 +115,6 @@ export class SearchDatabasesByLFTagsCommand extends $Command< SearchDatabasesByLFTagsCommandOutput, LakeFormationClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -131,9 +128,7 @@ export class SearchDatabasesByLFTagsCommand extends $Command< * @public */ constructor(readonly input: SearchDatabasesByLFTagsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -186,7 +181,4 @@ export class SearchDatabasesByLFTagsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_SearchDatabasesByLFTagsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-lakeformation/src/commands/SearchTablesByLFTagsCommand.ts b/clients/client-lakeformation/src/commands/SearchTablesByLFTagsCommand.ts index a4104a64face..c2d1bd8c8b83 100644 --- a/clients/client-lakeformation/src/commands/SearchTablesByLFTagsCommand.ts +++ b/clients/client-lakeformation/src/commands/SearchTablesByLFTagsCommand.ts @@ -140,9 +140,6 @@ export class SearchTablesByLFTagsCommand extends $Command< SearchTablesByLFTagsCommandOutput, LakeFormationClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -156,9 +153,7 @@ export class SearchTablesByLFTagsCommand extends $Command< * @public */ constructor(readonly input: SearchTablesByLFTagsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -211,7 +206,4 @@ export class SearchTablesByLFTagsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_SearchTablesByLFTagsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-lakeformation/src/commands/StartQueryPlanningCommand.ts b/clients/client-lakeformation/src/commands/StartQueryPlanningCommand.ts index 707a39955eb8..5e8747a1dfd6 100644 --- a/clients/client-lakeformation/src/commands/StartQueryPlanningCommand.ts +++ b/clients/client-lakeformation/src/commands/StartQueryPlanningCommand.ts @@ -96,9 +96,6 @@ export class StartQueryPlanningCommand extends $Command< StartQueryPlanningCommandOutput, LakeFormationClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -112,9 +109,7 @@ export class StartQueryPlanningCommand extends $Command< * @public */ constructor(readonly input: StartQueryPlanningCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -167,7 +162,4 @@ export class StartQueryPlanningCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_StartQueryPlanningCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-lakeformation/src/commands/StartTransactionCommand.ts b/clients/client-lakeformation/src/commands/StartTransactionCommand.ts index e0d6e2049b7c..f90f9fca4670 100644 --- a/clients/client-lakeformation/src/commands/StartTransactionCommand.ts +++ b/clients/client-lakeformation/src/commands/StartTransactionCommand.ts @@ -76,9 +76,6 @@ export class StartTransactionCommand extends $Command< StartTransactionCommandOutput, LakeFormationClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -92,9 +89,7 @@ export class StartTransactionCommand extends $Command< * @public */ constructor(readonly input: StartTransactionCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -147,7 +142,4 @@ export class StartTransactionCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_StartTransactionCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-lakeformation/src/commands/UpdateDataCellsFilterCommand.ts b/clients/client-lakeformation/src/commands/UpdateDataCellsFilterCommand.ts index 94864efd118d..89f168cb004b 100644 --- a/clients/client-lakeformation/src/commands/UpdateDataCellsFilterCommand.ts +++ b/clients/client-lakeformation/src/commands/UpdateDataCellsFilterCommand.ts @@ -104,9 +104,6 @@ export class UpdateDataCellsFilterCommand extends $Command< UpdateDataCellsFilterCommandOutput, LakeFormationClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -120,9 +117,7 @@ export class UpdateDataCellsFilterCommand extends $Command< * @public */ constructor(readonly input: UpdateDataCellsFilterCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -175,7 +170,4 @@ export class UpdateDataCellsFilterCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdateDataCellsFilterCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-lakeformation/src/commands/UpdateLFTagCommand.ts b/clients/client-lakeformation/src/commands/UpdateLFTagCommand.ts index a5edcc815625..8c2651cd5be9 100644 --- a/clients/client-lakeformation/src/commands/UpdateLFTagCommand.ts +++ b/clients/client-lakeformation/src/commands/UpdateLFTagCommand.ts @@ -93,9 +93,6 @@ export class UpdateLFTagCommand extends $Command< UpdateLFTagCommandOutput, LakeFormationClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -109,9 +106,7 @@ export class UpdateLFTagCommand extends $Command< * @public */ constructor(readonly input: UpdateLFTagCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -162,7 +157,4 @@ export class UpdateLFTagCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdateLFTagCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-lakeformation/src/commands/UpdateResourceCommand.ts b/clients/client-lakeformation/src/commands/UpdateResourceCommand.ts index 08c65e4a646d..6f1906b258d9 100644 --- a/clients/client-lakeformation/src/commands/UpdateResourceCommand.ts +++ b/clients/client-lakeformation/src/commands/UpdateResourceCommand.ts @@ -83,9 +83,6 @@ export class UpdateResourceCommand extends $Command< UpdateResourceCommandOutput, LakeFormationClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -99,9 +96,7 @@ export class UpdateResourceCommand extends $Command< * @public */ constructor(readonly input: UpdateResourceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -154,7 +149,4 @@ export class UpdateResourceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdateResourceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-lakeformation/src/commands/UpdateTableObjectsCommand.ts b/clients/client-lakeformation/src/commands/UpdateTableObjectsCommand.ts index 8240b8a8fc50..1ac3e311fe3b 100644 --- a/clients/client-lakeformation/src/commands/UpdateTableObjectsCommand.ts +++ b/clients/client-lakeformation/src/commands/UpdateTableObjectsCommand.ts @@ -117,9 +117,6 @@ export class UpdateTableObjectsCommand extends $Command< UpdateTableObjectsCommandOutput, LakeFormationClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -133,9 +130,7 @@ export class UpdateTableObjectsCommand extends $Command< * @public */ constructor(readonly input: UpdateTableObjectsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -188,7 +183,4 @@ export class UpdateTableObjectsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdateTableObjectsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-lakeformation/src/commands/UpdateTableStorageOptimizerCommand.ts b/clients/client-lakeformation/src/commands/UpdateTableStorageOptimizerCommand.ts index 7f210a463fe8..b886e12a64a3 100644 --- a/clients/client-lakeformation/src/commands/UpdateTableStorageOptimizerCommand.ts +++ b/clients/client-lakeformation/src/commands/UpdateTableStorageOptimizerCommand.ts @@ -94,9 +94,6 @@ export class UpdateTableStorageOptimizerCommand extends $Command< UpdateTableStorageOptimizerCommandOutput, LakeFormationClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -110,9 +107,7 @@ export class UpdateTableStorageOptimizerCommand extends $Command< * @public */ constructor(readonly input: UpdateTableStorageOptimizerCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -168,7 +163,4 @@ export class UpdateTableStorageOptimizerCommand extends $Command< ): Promise { return de_UpdateTableStorageOptimizerCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-lambda/package.json b/clients/client-lambda/package.json index ccef7b01802f..cd35e3586788 100644 --- a/clients/client-lambda/package.json +++ b/clients/client-lambda/package.json @@ -34,34 +34,34 @@ "@aws-sdk/util-endpoints": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@smithy/config-resolver": "^2.0.16", - "@smithy/eventstream-serde-browser": "^2.0.12", - "@smithy/eventstream-serde-config-resolver": "^2.0.12", - "@smithy/eventstream-serde-node": "^2.0.12", - "@smithy/fetch-http-handler": "^2.2.4", - "@smithy/hash-node": "^2.0.12", - "@smithy/invalid-dependency": "^2.0.12", - "@smithy/middleware-content-length": "^2.0.14", - "@smithy/middleware-endpoint": "^2.1.3", - "@smithy/middleware-retry": "^2.0.18", - "@smithy/middleware-serde": "^2.0.12", - "@smithy/middleware-stack": "^2.0.6", - "@smithy/node-config-provider": "^2.1.3", - "@smithy/node-http-handler": "^2.1.8", - "@smithy/protocol-http": "^3.0.8", - "@smithy/smithy-client": "^2.1.12", - "@smithy/types": "^2.4.0", - "@smithy/url-parser": "^2.0.12", - "@smithy/util-base64": "^2.0.0", + "@smithy/config-resolver": "^2.0.18", + "@smithy/eventstream-serde-browser": "^2.0.13", + "@smithy/eventstream-serde-config-resolver": "^2.0.13", + "@smithy/eventstream-serde-node": "^2.0.13", + "@smithy/fetch-http-handler": "^2.2.6", + "@smithy/hash-node": "^2.0.15", + "@smithy/invalid-dependency": "^2.0.13", + "@smithy/middleware-content-length": "^2.0.15", + "@smithy/middleware-endpoint": "^2.2.0", + "@smithy/middleware-retry": "^2.0.20", + "@smithy/middleware-serde": "^2.0.13", + "@smithy/middleware-stack": "^2.0.7", + "@smithy/node-config-provider": "^2.1.5", + "@smithy/node-http-handler": "^2.1.9", + "@smithy/protocol-http": "^3.0.9", + "@smithy/smithy-client": "^2.1.15", + "@smithy/types": "^2.5.0", + "@smithy/url-parser": "^2.0.13", + "@smithy/util-base64": "^2.0.1", "@smithy/util-body-length-browser": "^2.0.0", "@smithy/util-body-length-node": "^2.1.0", - "@smithy/util-defaults-mode-browser": "^2.0.16", - "@smithy/util-defaults-mode-node": "^2.0.21", - "@smithy/util-endpoints": "^1.0.2", - "@smithy/util-retry": "^2.0.5", - "@smithy/util-stream": "^2.0.17", - "@smithy/util-utf8": "^2.0.0", - "@smithy/util-waiter": "^2.0.12", + "@smithy/util-defaults-mode-browser": "^2.0.19", + "@smithy/util-defaults-mode-node": "^2.0.25", + "@smithy/util-endpoints": "^1.0.4", + "@smithy/util-retry": "^2.0.6", + "@smithy/util-stream": "^2.0.20", + "@smithy/util-utf8": "^2.0.2", + "@smithy/util-waiter": "^2.0.13", "tslib": "^2.5.0" }, "devDependencies": { diff --git a/clients/client-lambda/src/commands/AddLayerVersionPermissionCommand.ts b/clients/client-lambda/src/commands/AddLayerVersionPermissionCommand.ts index 0d0a37d2cd40..27d3004c9648 100644 --- a/clients/client-lambda/src/commands/AddLayerVersionPermissionCommand.ts +++ b/clients/client-lambda/src/commands/AddLayerVersionPermissionCommand.ts @@ -104,9 +104,6 @@ export class AddLayerVersionPermissionCommand extends $Command< AddLayerVersionPermissionCommandOutput, LambdaClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -120,9 +117,7 @@ export class AddLayerVersionPermissionCommand extends $Command< * @public */ constructor(readonly input: AddLayerVersionPermissionCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -178,7 +173,4 @@ export class AddLayerVersionPermissionCommand extends $Command< ): Promise { return de_AddLayerVersionPermissionCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-lambda/src/commands/AddPermissionCommand.ts b/clients/client-lambda/src/commands/AddPermissionCommand.ts index c940bb4bb9e1..13148d26c9b6 100644 --- a/clients/client-lambda/src/commands/AddPermissionCommand.ts +++ b/clients/client-lambda/src/commands/AddPermissionCommand.ts @@ -114,9 +114,6 @@ export class AddPermissionCommand extends $Command< AddPermissionCommandOutput, LambdaClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -130,9 +127,7 @@ export class AddPermissionCommand extends $Command< * @public */ constructor(readonly input: AddPermissionCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -183,7 +178,4 @@ export class AddPermissionCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_AddPermissionCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-lambda/src/commands/CreateAliasCommand.ts b/clients/client-lambda/src/commands/CreateAliasCommand.ts index fbbaa76255af..8a221297a040 100644 --- a/clients/client-lambda/src/commands/CreateAliasCommand.ts +++ b/clients/client-lambda/src/commands/CreateAliasCommand.ts @@ -107,9 +107,6 @@ export class CreateAliasCommand extends $Command< CreateAliasCommandOutput, LambdaClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -123,9 +120,7 @@ export class CreateAliasCommand extends $Command< * @public */ constructor(readonly input: CreateAliasCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -176,7 +171,4 @@ export class CreateAliasCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateAliasCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-lambda/src/commands/CreateCodeSigningConfigCommand.ts b/clients/client-lambda/src/commands/CreateCodeSigningConfigCommand.ts index 6efbd8e68bd4..7b53100bb1e5 100644 --- a/clients/client-lambda/src/commands/CreateCodeSigningConfigCommand.ts +++ b/clients/client-lambda/src/commands/CreateCodeSigningConfigCommand.ts @@ -99,9 +99,6 @@ export class CreateCodeSigningConfigCommand extends $Command< CreateCodeSigningConfigCommandOutput, LambdaClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -115,9 +112,7 @@ export class CreateCodeSigningConfigCommand extends $Command< * @public */ constructor(readonly input: CreateCodeSigningConfigCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -170,7 +165,4 @@ export class CreateCodeSigningConfigCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateCodeSigningConfigCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-lambda/src/commands/CreateEventSourceMappingCommand.ts b/clients/client-lambda/src/commands/CreateEventSourceMappingCommand.ts index 37aa391b60f1..df0b326d45a1 100644 --- a/clients/client-lambda/src/commands/CreateEventSourceMappingCommand.ts +++ b/clients/client-lambda/src/commands/CreateEventSourceMappingCommand.ts @@ -326,9 +326,6 @@ export class CreateEventSourceMappingCommand extends $Command< CreateEventSourceMappingCommandOutput, LambdaClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -342,9 +339,7 @@ export class CreateEventSourceMappingCommand extends $Command< * @public */ constructor(readonly input: CreateEventSourceMappingCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -397,7 +392,4 @@ export class CreateEventSourceMappingCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateEventSourceMappingCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-lambda/src/commands/CreateFunctionCommand.ts b/clients/client-lambda/src/commands/CreateFunctionCommand.ts index 0ff081af955f..fe52e389a6a7 100644 --- a/clients/client-lambda/src/commands/CreateFunctionCommand.ts +++ b/clients/client-lambda/src/commands/CreateFunctionCommand.ts @@ -302,9 +302,6 @@ export class CreateFunctionCommand extends $Command< CreateFunctionCommandOutput, LambdaClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -318,9 +315,7 @@ export class CreateFunctionCommand extends $Command< * @public */ constructor(readonly input: CreateFunctionCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -373,7 +368,4 @@ export class CreateFunctionCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateFunctionCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-lambda/src/commands/CreateFunctionUrlConfigCommand.ts b/clients/client-lambda/src/commands/CreateFunctionUrlConfigCommand.ts index 7d36f7c2ce30..2cfd490f9c18 100644 --- a/clients/client-lambda/src/commands/CreateFunctionUrlConfigCommand.ts +++ b/clients/client-lambda/src/commands/CreateFunctionUrlConfigCommand.ts @@ -125,9 +125,6 @@ export class CreateFunctionUrlConfigCommand extends $Command< CreateFunctionUrlConfigCommandOutput, LambdaClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -141,9 +138,7 @@ export class CreateFunctionUrlConfigCommand extends $Command< * @public */ constructor(readonly input: CreateFunctionUrlConfigCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -196,7 +191,4 @@ export class CreateFunctionUrlConfigCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateFunctionUrlConfigCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-lambda/src/commands/DeleteAliasCommand.ts b/clients/client-lambda/src/commands/DeleteAliasCommand.ts index 6b1671ee8644..62ac0ce7e7a4 100644 --- a/clients/client-lambda/src/commands/DeleteAliasCommand.ts +++ b/clients/client-lambda/src/commands/DeleteAliasCommand.ts @@ -81,9 +81,6 @@ export class DeleteAliasCommand extends $Command< DeleteAliasCommandOutput, LambdaClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -97,9 +94,7 @@ export class DeleteAliasCommand extends $Command< * @public */ constructor(readonly input: DeleteAliasCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -150,7 +145,4 @@ export class DeleteAliasCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteAliasCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-lambda/src/commands/DeleteCodeSigningConfigCommand.ts b/clients/client-lambda/src/commands/DeleteCodeSigningConfigCommand.ts index 3ef2c5669011..62c00951f2f1 100644 --- a/clients/client-lambda/src/commands/DeleteCodeSigningConfigCommand.ts +++ b/clients/client-lambda/src/commands/DeleteCodeSigningConfigCommand.ts @@ -81,9 +81,6 @@ export class DeleteCodeSigningConfigCommand extends $Command< DeleteCodeSigningConfigCommandOutput, LambdaClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -97,9 +94,7 @@ export class DeleteCodeSigningConfigCommand extends $Command< * @public */ constructor(readonly input: DeleteCodeSigningConfigCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -152,7 +147,4 @@ export class DeleteCodeSigningConfigCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteCodeSigningConfigCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-lambda/src/commands/DeleteEventSourceMappingCommand.ts b/clients/client-lambda/src/commands/DeleteEventSourceMappingCommand.ts index a24fe814f1bb..53d812b872e8 100644 --- a/clients/client-lambda/src/commands/DeleteEventSourceMappingCommand.ts +++ b/clients/client-lambda/src/commands/DeleteEventSourceMappingCommand.ts @@ -158,9 +158,6 @@ export class DeleteEventSourceMappingCommand extends $Command< DeleteEventSourceMappingCommandOutput, LambdaClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -174,9 +171,7 @@ export class DeleteEventSourceMappingCommand extends $Command< * @public */ constructor(readonly input: DeleteEventSourceMappingCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -229,7 +224,4 @@ export class DeleteEventSourceMappingCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteEventSourceMappingCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-lambda/src/commands/DeleteFunctionCodeSigningConfigCommand.ts b/clients/client-lambda/src/commands/DeleteFunctionCodeSigningConfigCommand.ts index a8dfeeb6e26e..dc7f006d6f12 100644 --- a/clients/client-lambda/src/commands/DeleteFunctionCodeSigningConfigCommand.ts +++ b/clients/client-lambda/src/commands/DeleteFunctionCodeSigningConfigCommand.ts @@ -89,9 +89,6 @@ export class DeleteFunctionCodeSigningConfigCommand extends $Command< DeleteFunctionCodeSigningConfigCommandOutput, LambdaClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -105,9 +102,7 @@ export class DeleteFunctionCodeSigningConfigCommand extends $Command< * @public */ constructor(readonly input: DeleteFunctionCodeSigningConfigCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -166,7 +161,4 @@ export class DeleteFunctionCodeSigningConfigCommand extends $Command< ): Promise { return de_DeleteFunctionCodeSigningConfigCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-lambda/src/commands/DeleteFunctionCommand.ts b/clients/client-lambda/src/commands/DeleteFunctionCommand.ts index ffa9276ba43a..7861b0e31ddb 100644 --- a/clients/client-lambda/src/commands/DeleteFunctionCommand.ts +++ b/clients/client-lambda/src/commands/DeleteFunctionCommand.ts @@ -88,9 +88,6 @@ export class DeleteFunctionCommand extends $Command< DeleteFunctionCommandOutput, LambdaClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -104,9 +101,7 @@ export class DeleteFunctionCommand extends $Command< * @public */ constructor(readonly input: DeleteFunctionCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -159,7 +154,4 @@ export class DeleteFunctionCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteFunctionCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-lambda/src/commands/DeleteFunctionConcurrencyCommand.ts b/clients/client-lambda/src/commands/DeleteFunctionConcurrencyCommand.ts index b8f671dab823..6bb122d9f001 100644 --- a/clients/client-lambda/src/commands/DeleteFunctionConcurrencyCommand.ts +++ b/clients/client-lambda/src/commands/DeleteFunctionConcurrencyCommand.ts @@ -83,9 +83,6 @@ export class DeleteFunctionConcurrencyCommand extends $Command< DeleteFunctionConcurrencyCommandOutput, LambdaClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -99,9 +96,7 @@ export class DeleteFunctionConcurrencyCommand extends $Command< * @public */ constructor(readonly input: DeleteFunctionConcurrencyCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -157,7 +152,4 @@ export class DeleteFunctionConcurrencyCommand extends $Command< ): Promise { return de_DeleteFunctionConcurrencyCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-lambda/src/commands/DeleteFunctionEventInvokeConfigCommand.ts b/clients/client-lambda/src/commands/DeleteFunctionEventInvokeConfigCommand.ts index edad3220da23..e82e8bee8d44 100644 --- a/clients/client-lambda/src/commands/DeleteFunctionEventInvokeConfigCommand.ts +++ b/clients/client-lambda/src/commands/DeleteFunctionEventInvokeConfigCommand.ts @@ -88,9 +88,6 @@ export class DeleteFunctionEventInvokeConfigCommand extends $Command< DeleteFunctionEventInvokeConfigCommandOutput, LambdaClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -104,9 +101,7 @@ export class DeleteFunctionEventInvokeConfigCommand extends $Command< * @public */ constructor(readonly input: DeleteFunctionEventInvokeConfigCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -165,7 +160,4 @@ export class DeleteFunctionEventInvokeConfigCommand extends $Command< ): Promise { return de_DeleteFunctionEventInvokeConfigCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-lambda/src/commands/DeleteFunctionUrlConfigCommand.ts b/clients/client-lambda/src/commands/DeleteFunctionUrlConfigCommand.ts index 57ff3b148363..4f390780af71 100644 --- a/clients/client-lambda/src/commands/DeleteFunctionUrlConfigCommand.ts +++ b/clients/client-lambda/src/commands/DeleteFunctionUrlConfigCommand.ts @@ -82,9 +82,6 @@ export class DeleteFunctionUrlConfigCommand extends $Command< DeleteFunctionUrlConfigCommandOutput, LambdaClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -98,9 +95,7 @@ export class DeleteFunctionUrlConfigCommand extends $Command< * @public */ constructor(readonly input: DeleteFunctionUrlConfigCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -153,7 +148,4 @@ export class DeleteFunctionUrlConfigCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteFunctionUrlConfigCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-lambda/src/commands/DeleteLayerVersionCommand.ts b/clients/client-lambda/src/commands/DeleteLayerVersionCommand.ts index 3facdc554665..6076e889355d 100644 --- a/clients/client-lambda/src/commands/DeleteLayerVersionCommand.ts +++ b/clients/client-lambda/src/commands/DeleteLayerVersionCommand.ts @@ -77,9 +77,6 @@ export class DeleteLayerVersionCommand extends $Command< DeleteLayerVersionCommandOutput, LambdaClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -93,9 +90,7 @@ export class DeleteLayerVersionCommand extends $Command< * @public */ constructor(readonly input: DeleteLayerVersionCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -148,7 +143,4 @@ export class DeleteLayerVersionCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteLayerVersionCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-lambda/src/commands/DeleteProvisionedConcurrencyConfigCommand.ts b/clients/client-lambda/src/commands/DeleteProvisionedConcurrencyConfigCommand.ts index f5119d5acf39..5f3215c02972 100644 --- a/clients/client-lambda/src/commands/DeleteProvisionedConcurrencyConfigCommand.ts +++ b/clients/client-lambda/src/commands/DeleteProvisionedConcurrencyConfigCommand.ts @@ -87,9 +87,6 @@ export class DeleteProvisionedConcurrencyConfigCommand extends $Command< DeleteProvisionedConcurrencyConfigCommandOutput, LambdaClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -103,9 +100,7 @@ export class DeleteProvisionedConcurrencyConfigCommand extends $Command< * @public */ constructor(readonly input: DeleteProvisionedConcurrencyConfigCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -164,7 +159,4 @@ export class DeleteProvisionedConcurrencyConfigCommand extends $Command< ): Promise { return de_DeleteProvisionedConcurrencyConfigCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-lambda/src/commands/GetAccountSettingsCommand.ts b/clients/client-lambda/src/commands/GetAccountSettingsCommand.ts index b5ef0188f009..46fffd606d4d 100644 --- a/clients/client-lambda/src/commands/GetAccountSettingsCommand.ts +++ b/clients/client-lambda/src/commands/GetAccountSettingsCommand.ts @@ -84,9 +84,6 @@ export class GetAccountSettingsCommand extends $Command< GetAccountSettingsCommandOutput, LambdaClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -100,9 +97,7 @@ export class GetAccountSettingsCommand extends $Command< * @public */ constructor(readonly input: GetAccountSettingsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -155,7 +150,4 @@ export class GetAccountSettingsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetAccountSettingsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-lambda/src/commands/GetAliasCommand.ts b/clients/client-lambda/src/commands/GetAliasCommand.ts index 95c751a6ff65..dd64196e7357 100644 --- a/clients/client-lambda/src/commands/GetAliasCommand.ts +++ b/clients/client-lambda/src/commands/GetAliasCommand.ts @@ -88,9 +88,6 @@ export interface GetAliasCommandOutput extends AliasConfiguration, __MetadataBea * */ export class GetAliasCommand extends $Command { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -104,9 +101,7 @@ export class GetAliasCommand extends $Command { return de_GetAliasCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-lambda/src/commands/GetCodeSigningConfigCommand.ts b/clients/client-lambda/src/commands/GetCodeSigningConfigCommand.ts index f9eb7b418c1f..46d3bd8bd456 100644 --- a/clients/client-lambda/src/commands/GetCodeSigningConfigCommand.ts +++ b/clients/client-lambda/src/commands/GetCodeSigningConfigCommand.ts @@ -92,9 +92,6 @@ export class GetCodeSigningConfigCommand extends $Command< GetCodeSigningConfigCommandOutput, LambdaClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -108,9 +105,7 @@ export class GetCodeSigningConfigCommand extends $Command< * @public */ constructor(readonly input: GetCodeSigningConfigCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -163,7 +158,4 @@ export class GetCodeSigningConfigCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetCodeSigningConfigCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-lambda/src/commands/GetEventSourceMappingCommand.ts b/clients/client-lambda/src/commands/GetEventSourceMappingCommand.ts index 8544c616d2dd..8e96d005ff65 100644 --- a/clients/client-lambda/src/commands/GetEventSourceMappingCommand.ts +++ b/clients/client-lambda/src/commands/GetEventSourceMappingCommand.ts @@ -149,9 +149,6 @@ export class GetEventSourceMappingCommand extends $Command< GetEventSourceMappingCommandOutput, LambdaClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -165,9 +162,7 @@ export class GetEventSourceMappingCommand extends $Command< * @public */ constructor(readonly input: GetEventSourceMappingCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -220,7 +215,4 @@ export class GetEventSourceMappingCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetEventSourceMappingCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-lambda/src/commands/GetFunctionCodeSigningConfigCommand.ts b/clients/client-lambda/src/commands/GetFunctionCodeSigningConfigCommand.ts index da30f257bd64..df23b706b92d 100644 --- a/clients/client-lambda/src/commands/GetFunctionCodeSigningConfigCommand.ts +++ b/clients/client-lambda/src/commands/GetFunctionCodeSigningConfigCommand.ts @@ -88,9 +88,6 @@ export class GetFunctionCodeSigningConfigCommand extends $Command< GetFunctionCodeSigningConfigCommandOutput, LambdaClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -104,9 +101,7 @@ export class GetFunctionCodeSigningConfigCommand extends $Command< * @public */ constructor(readonly input: GetFunctionCodeSigningConfigCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -162,7 +157,4 @@ export class GetFunctionCodeSigningConfigCommand extends $Command< ): Promise { return de_GetFunctionCodeSigningConfigCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-lambda/src/commands/GetFunctionCommand.ts b/clients/client-lambda/src/commands/GetFunctionCommand.ts index 8d92036baf38..19fa1e01e604 100644 --- a/clients/client-lambda/src/commands/GetFunctionCommand.ts +++ b/clients/client-lambda/src/commands/GetFunctionCommand.ts @@ -193,9 +193,6 @@ export class GetFunctionCommand extends $Command< GetFunctionCommandOutput, LambdaClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -209,9 +206,7 @@ export class GetFunctionCommand extends $Command< * @public */ constructor(readonly input: GetFunctionCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -262,7 +257,4 @@ export class GetFunctionCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetFunctionCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-lambda/src/commands/GetFunctionConcurrencyCommand.ts b/clients/client-lambda/src/commands/GetFunctionConcurrencyCommand.ts index a5d898339f3a..6308a4798672 100644 --- a/clients/client-lambda/src/commands/GetFunctionConcurrencyCommand.ts +++ b/clients/client-lambda/src/commands/GetFunctionConcurrencyCommand.ts @@ -83,9 +83,6 @@ export class GetFunctionConcurrencyCommand extends $Command< GetFunctionConcurrencyCommandOutput, LambdaClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -99,9 +96,7 @@ export class GetFunctionConcurrencyCommand extends $Command< * @public */ constructor(readonly input: GetFunctionConcurrencyCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -154,7 +149,4 @@ export class GetFunctionConcurrencyCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetFunctionConcurrencyCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-lambda/src/commands/GetFunctionConfigurationCommand.ts b/clients/client-lambda/src/commands/GetFunctionConfigurationCommand.ts index dfe4b3bae69f..97e94e733c31 100644 --- a/clients/client-lambda/src/commands/GetFunctionConfigurationCommand.ts +++ b/clients/client-lambda/src/commands/GetFunctionConfigurationCommand.ts @@ -183,9 +183,6 @@ export class GetFunctionConfigurationCommand extends $Command< GetFunctionConfigurationCommandOutput, LambdaClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -199,9 +196,7 @@ export class GetFunctionConfigurationCommand extends $Command< * @public */ constructor(readonly input: GetFunctionConfigurationCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -254,7 +249,4 @@ export class GetFunctionConfigurationCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetFunctionConfigurationCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-lambda/src/commands/GetFunctionEventInvokeConfigCommand.ts b/clients/client-lambda/src/commands/GetFunctionEventInvokeConfigCommand.ts index 16ec8679316c..c9cba935019b 100644 --- a/clients/client-lambda/src/commands/GetFunctionEventInvokeConfigCommand.ts +++ b/clients/client-lambda/src/commands/GetFunctionEventInvokeConfigCommand.ts @@ -98,9 +98,6 @@ export class GetFunctionEventInvokeConfigCommand extends $Command< GetFunctionEventInvokeConfigCommandOutput, LambdaClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -114,9 +111,7 @@ export class GetFunctionEventInvokeConfigCommand extends $Command< * @public */ constructor(readonly input: GetFunctionEventInvokeConfigCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -172,7 +167,4 @@ export class GetFunctionEventInvokeConfigCommand extends $Command< ): Promise { return de_GetFunctionEventInvokeConfigCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-lambda/src/commands/GetFunctionUrlConfigCommand.ts b/clients/client-lambda/src/commands/GetFunctionUrlConfigCommand.ts index 9278c2633eed..f55c08c181a6 100644 --- a/clients/client-lambda/src/commands/GetFunctionUrlConfigCommand.ts +++ b/clients/client-lambda/src/commands/GetFunctionUrlConfigCommand.ts @@ -104,9 +104,6 @@ export class GetFunctionUrlConfigCommand extends $Command< GetFunctionUrlConfigCommandOutput, LambdaClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -120,9 +117,7 @@ export class GetFunctionUrlConfigCommand extends $Command< * @public */ constructor(readonly input: GetFunctionUrlConfigCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -175,7 +170,4 @@ export class GetFunctionUrlConfigCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetFunctionUrlConfigCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-lambda/src/commands/GetLayerVersionByArnCommand.ts b/clients/client-lambda/src/commands/GetLayerVersionByArnCommand.ts index aab2d973fba2..d4574c25ec21 100644 --- a/clients/client-lambda/src/commands/GetLayerVersionByArnCommand.ts +++ b/clients/client-lambda/src/commands/GetLayerVersionByArnCommand.ts @@ -102,9 +102,6 @@ export class GetLayerVersionByArnCommand extends $Command< GetLayerVersionByArnCommandOutput, LambdaClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -118,9 +115,7 @@ export class GetLayerVersionByArnCommand extends $Command< * @public */ constructor(readonly input: GetLayerVersionByArnCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -173,7 +168,4 @@ export class GetLayerVersionByArnCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetLayerVersionByArnCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-lambda/src/commands/GetLayerVersionCommand.ts b/clients/client-lambda/src/commands/GetLayerVersionCommand.ts index 2fc044fd7a90..c3dc9963ef6f 100644 --- a/clients/client-lambda/src/commands/GetLayerVersionCommand.ts +++ b/clients/client-lambda/src/commands/GetLayerVersionCommand.ts @@ -103,9 +103,6 @@ export class GetLayerVersionCommand extends $Command< GetLayerVersionCommandOutput, LambdaClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -119,9 +116,7 @@ export class GetLayerVersionCommand extends $Command< * @public */ constructor(readonly input: GetLayerVersionCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -174,7 +169,4 @@ export class GetLayerVersionCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetLayerVersionCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-lambda/src/commands/GetLayerVersionPolicyCommand.ts b/clients/client-lambda/src/commands/GetLayerVersionPolicyCommand.ts index 2dcc93b24f63..094c3588ede8 100644 --- a/clients/client-lambda/src/commands/GetLayerVersionPolicyCommand.ts +++ b/clients/client-lambda/src/commands/GetLayerVersionPolicyCommand.ts @@ -85,9 +85,6 @@ export class GetLayerVersionPolicyCommand extends $Command< GetLayerVersionPolicyCommandOutput, LambdaClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -101,9 +98,7 @@ export class GetLayerVersionPolicyCommand extends $Command< * @public */ constructor(readonly input: GetLayerVersionPolicyCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -156,7 +151,4 @@ export class GetLayerVersionPolicyCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetLayerVersionPolicyCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-lambda/src/commands/GetPolicyCommand.ts b/clients/client-lambda/src/commands/GetPolicyCommand.ts index 91c4b8c66de6..b1447c7db834 100644 --- a/clients/client-lambda/src/commands/GetPolicyCommand.ts +++ b/clients/client-lambda/src/commands/GetPolicyCommand.ts @@ -84,9 +84,6 @@ export class GetPolicyCommand extends $Command< GetPolicyCommandOutput, LambdaClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -100,9 +97,7 @@ export class GetPolicyCommand extends $Command< * @public */ constructor(readonly input: GetPolicyCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -153,7 +148,4 @@ export class GetPolicyCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetPolicyCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-lambda/src/commands/GetProvisionedConcurrencyConfigCommand.ts b/clients/client-lambda/src/commands/GetProvisionedConcurrencyConfigCommand.ts index 6994916f6804..5dd465a8fc9a 100644 --- a/clients/client-lambda/src/commands/GetProvisionedConcurrencyConfigCommand.ts +++ b/clients/client-lambda/src/commands/GetProvisionedConcurrencyConfigCommand.ts @@ -96,9 +96,6 @@ export class GetProvisionedConcurrencyConfigCommand extends $Command< GetProvisionedConcurrencyConfigCommandOutput, LambdaClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -112,9 +109,7 @@ export class GetProvisionedConcurrencyConfigCommand extends $Command< * @public */ constructor(readonly input: GetProvisionedConcurrencyConfigCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -173,7 +168,4 @@ export class GetProvisionedConcurrencyConfigCommand extends $Command< ): Promise { return de_GetProvisionedConcurrencyConfigCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-lambda/src/commands/GetRuntimeManagementConfigCommand.ts b/clients/client-lambda/src/commands/GetRuntimeManagementConfigCommand.ts index 73d4cc31cf71..f8dc9e2dffc4 100644 --- a/clients/client-lambda/src/commands/GetRuntimeManagementConfigCommand.ts +++ b/clients/client-lambda/src/commands/GetRuntimeManagementConfigCommand.ts @@ -87,9 +87,6 @@ export class GetRuntimeManagementConfigCommand extends $Command< GetRuntimeManagementConfigCommandOutput, LambdaClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -103,9 +100,7 @@ export class GetRuntimeManagementConfigCommand extends $Command< * @public */ constructor(readonly input: GetRuntimeManagementConfigCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -161,7 +156,4 @@ export class GetRuntimeManagementConfigCommand extends $Command< ): Promise { return de_GetRuntimeManagementConfigCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-lambda/src/commands/InvokeAsyncCommand.ts b/clients/client-lambda/src/commands/InvokeAsyncCommand.ts index b52b7ea20101..286d53599220 100644 --- a/clients/client-lambda/src/commands/InvokeAsyncCommand.ts +++ b/clients/client-lambda/src/commands/InvokeAsyncCommand.ts @@ -99,9 +99,6 @@ export class InvokeAsyncCommand extends $Command< InvokeAsyncCommandOutput, LambdaClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -115,9 +112,7 @@ export class InvokeAsyncCommand extends $Command< * @public */ constructor(readonly input: InvokeAsyncCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -168,7 +163,4 @@ export class InvokeAsyncCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_InvokeAsyncCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-lambda/src/commands/InvokeCommand.ts b/clients/client-lambda/src/commands/InvokeCommand.ts index 23e26126d6b2..ef680b5242ca 100644 --- a/clients/client-lambda/src/commands/InvokeCommand.ts +++ b/clients/client-lambda/src/commands/InvokeCommand.ts @@ -226,9 +226,6 @@ export interface InvokeCommandOutput extends InvokeCommandOutputType, __Metadata * */ export class InvokeCommand extends $Command { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -242,9 +239,7 @@ export class InvokeCommand extends $Command { return de_InvokeCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-lambda/src/commands/InvokeWithResponseStreamCommand.ts b/clients/client-lambda/src/commands/InvokeWithResponseStreamCommand.ts index 392dffb82d97..eceb6ac2f67d 100644 --- a/clients/client-lambda/src/commands/InvokeWithResponseStreamCommand.ts +++ b/clients/client-lambda/src/commands/InvokeWithResponseStreamCommand.ts @@ -207,9 +207,6 @@ export class InvokeWithResponseStreamCommand extends $Command< InvokeWithResponseStreamCommandOutput, LambdaClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -223,9 +220,7 @@ export class InvokeWithResponseStreamCommand extends $Command< * @public */ constructor(readonly input: InvokeWithResponseStreamCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -281,7 +276,4 @@ export class InvokeWithResponseStreamCommand extends $Command< ): Promise { return de_InvokeWithResponseStreamCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-lambda/src/commands/ListAliasesCommand.ts b/clients/client-lambda/src/commands/ListAliasesCommand.ts index 0c27c4aa221c..6c25679ec0a9 100644 --- a/clients/client-lambda/src/commands/ListAliasesCommand.ts +++ b/clients/client-lambda/src/commands/ListAliasesCommand.ts @@ -100,9 +100,6 @@ export class ListAliasesCommand extends $Command< ListAliasesCommandOutput, LambdaClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -116,9 +113,7 @@ export class ListAliasesCommand extends $Command< * @public */ constructor(readonly input: ListAliasesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -169,7 +164,4 @@ export class ListAliasesCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListAliasesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-lambda/src/commands/ListCodeSigningConfigsCommand.ts b/clients/client-lambda/src/commands/ListCodeSigningConfigsCommand.ts index 86c00cd93432..7bcf4e4af058 100644 --- a/clients/client-lambda/src/commands/ListCodeSigningConfigsCommand.ts +++ b/clients/client-lambda/src/commands/ListCodeSigningConfigsCommand.ts @@ -95,9 +95,6 @@ export class ListCodeSigningConfigsCommand extends $Command< ListCodeSigningConfigsCommandOutput, LambdaClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -111,9 +108,7 @@ export class ListCodeSigningConfigsCommand extends $Command< * @public */ constructor(readonly input: ListCodeSigningConfigsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -166,7 +161,4 @@ export class ListCodeSigningConfigsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListCodeSigningConfigsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-lambda/src/commands/ListEventSourceMappingsCommand.ts b/clients/client-lambda/src/commands/ListEventSourceMappingsCommand.ts index af57ff4a2b27..67c320fc7034 100644 --- a/clients/client-lambda/src/commands/ListEventSourceMappingsCommand.ts +++ b/clients/client-lambda/src/commands/ListEventSourceMappingsCommand.ts @@ -157,9 +157,6 @@ export class ListEventSourceMappingsCommand extends $Command< ListEventSourceMappingsCommandOutput, LambdaClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -173,9 +170,7 @@ export class ListEventSourceMappingsCommand extends $Command< * @public */ constructor(readonly input: ListEventSourceMappingsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -228,7 +223,4 @@ export class ListEventSourceMappingsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListEventSourceMappingsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-lambda/src/commands/ListFunctionEventInvokeConfigsCommand.ts b/clients/client-lambda/src/commands/ListFunctionEventInvokeConfigsCommand.ts index 4d793e2ca2f4..61737ce82def 100644 --- a/clients/client-lambda/src/commands/ListFunctionEventInvokeConfigsCommand.ts +++ b/clients/client-lambda/src/commands/ListFunctionEventInvokeConfigsCommand.ts @@ -106,9 +106,6 @@ export class ListFunctionEventInvokeConfigsCommand extends $Command< ListFunctionEventInvokeConfigsCommandOutput, LambdaClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -122,9 +119,7 @@ export class ListFunctionEventInvokeConfigsCommand extends $Command< * @public */ constructor(readonly input: ListFunctionEventInvokeConfigsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -183,7 +178,4 @@ export class ListFunctionEventInvokeConfigsCommand extends $Command< ): Promise { return de_ListFunctionEventInvokeConfigsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-lambda/src/commands/ListFunctionUrlConfigsCommand.ts b/clients/client-lambda/src/commands/ListFunctionUrlConfigsCommand.ts index 979b07f247bf..fe424caaf89f 100644 --- a/clients/client-lambda/src/commands/ListFunctionUrlConfigsCommand.ts +++ b/clients/client-lambda/src/commands/ListFunctionUrlConfigsCommand.ts @@ -110,9 +110,6 @@ export class ListFunctionUrlConfigsCommand extends $Command< ListFunctionUrlConfigsCommandOutput, LambdaClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -126,9 +123,7 @@ export class ListFunctionUrlConfigsCommand extends $Command< * @public */ constructor(readonly input: ListFunctionUrlConfigsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -181,7 +176,4 @@ export class ListFunctionUrlConfigsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListFunctionUrlConfigsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-lambda/src/commands/ListFunctionsByCodeSigningConfigCommand.ts b/clients/client-lambda/src/commands/ListFunctionsByCodeSigningConfigCommand.ts index c18dff484595..60d26f95f57c 100644 --- a/clients/client-lambda/src/commands/ListFunctionsByCodeSigningConfigCommand.ts +++ b/clients/client-lambda/src/commands/ListFunctionsByCodeSigningConfigCommand.ts @@ -90,9 +90,6 @@ export class ListFunctionsByCodeSigningConfigCommand extends $Command< ListFunctionsByCodeSigningConfigCommandOutput, LambdaClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -106,9 +103,7 @@ export class ListFunctionsByCodeSigningConfigCommand extends $Command< * @public */ constructor(readonly input: ListFunctionsByCodeSigningConfigCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -167,7 +162,4 @@ export class ListFunctionsByCodeSigningConfigCommand extends $Command< ): Promise { return de_ListFunctionsByCodeSigningConfigCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-lambda/src/commands/ListFunctionsCommand.ts b/clients/client-lambda/src/commands/ListFunctionsCommand.ts index 5b1008489ebd..3e4d504b57ec 100644 --- a/clients/client-lambda/src/commands/ListFunctionsCommand.ts +++ b/clients/client-lambda/src/commands/ListFunctionsCommand.ts @@ -193,9 +193,6 @@ export class ListFunctionsCommand extends $Command< ListFunctionsCommandOutput, LambdaClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -209,9 +206,7 @@ export class ListFunctionsCommand extends $Command< * @public */ constructor(readonly input: ListFunctionsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -262,7 +257,4 @@ export class ListFunctionsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListFunctionsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-lambda/src/commands/ListLayerVersionsCommand.ts b/clients/client-lambda/src/commands/ListLayerVersionsCommand.ts index f8657b8c9b5d..5b37b78646ae 100644 --- a/clients/client-lambda/src/commands/ListLayerVersionsCommand.ts +++ b/clients/client-lambda/src/commands/ListLayerVersionsCommand.ts @@ -104,9 +104,6 @@ export class ListLayerVersionsCommand extends $Command< ListLayerVersionsCommandOutput, LambdaClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -120,9 +117,7 @@ export class ListLayerVersionsCommand extends $Command< * @public */ constructor(readonly input: ListLayerVersionsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -175,7 +170,4 @@ export class ListLayerVersionsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListLayerVersionsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-lambda/src/commands/ListLayersCommand.ts b/clients/client-lambda/src/commands/ListLayersCommand.ts index 49b03bd0c129..533100d49c08 100644 --- a/clients/client-lambda/src/commands/ListLayersCommand.ts +++ b/clients/client-lambda/src/commands/ListLayersCommand.ts @@ -106,9 +106,6 @@ export class ListLayersCommand extends $Command< ListLayersCommandOutput, LambdaClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -122,9 +119,7 @@ export class ListLayersCommand extends $Command< * @public */ constructor(readonly input: ListLayersCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -175,7 +170,4 @@ export class ListLayersCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListLayersCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-lambda/src/commands/ListProvisionedConcurrencyConfigsCommand.ts b/clients/client-lambda/src/commands/ListProvisionedConcurrencyConfigsCommand.ts index 58d1e0e3aac5..72a155d629f5 100644 --- a/clients/client-lambda/src/commands/ListProvisionedConcurrencyConfigsCommand.ts +++ b/clients/client-lambda/src/commands/ListProvisionedConcurrencyConfigsCommand.ts @@ -103,9 +103,6 @@ export class ListProvisionedConcurrencyConfigsCommand extends $Command< ListProvisionedConcurrencyConfigsCommandOutput, LambdaClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -119,9 +116,7 @@ export class ListProvisionedConcurrencyConfigsCommand extends $Command< * @public */ constructor(readonly input: ListProvisionedConcurrencyConfigsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -180,7 +175,4 @@ export class ListProvisionedConcurrencyConfigsCommand extends $Command< ): Promise { return de_ListProvisionedConcurrencyConfigsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-lambda/src/commands/ListTagsCommand.ts b/clients/client-lambda/src/commands/ListTagsCommand.ts index bd795572cc9f..87badf6250a9 100644 --- a/clients/client-lambda/src/commands/ListTagsCommand.ts +++ b/clients/client-lambda/src/commands/ListTagsCommand.ts @@ -81,9 +81,6 @@ export interface ListTagsCommandOutput extends ListTagsResponse, __MetadataBeare * */ export class ListTagsCommand extends $Command { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -97,9 +94,7 @@ export class ListTagsCommand extends $Command { return de_ListTagsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-lambda/src/commands/ListVersionsByFunctionCommand.ts b/clients/client-lambda/src/commands/ListVersionsByFunctionCommand.ts index 42b9ef0c2deb..a0ad987261ed 100644 --- a/clients/client-lambda/src/commands/ListVersionsByFunctionCommand.ts +++ b/clients/client-lambda/src/commands/ListVersionsByFunctionCommand.ts @@ -188,9 +188,6 @@ export class ListVersionsByFunctionCommand extends $Command< ListVersionsByFunctionCommandOutput, LambdaClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -204,9 +201,7 @@ export class ListVersionsByFunctionCommand extends $Command< * @public */ constructor(readonly input: ListVersionsByFunctionCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -259,7 +254,4 @@ export class ListVersionsByFunctionCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListVersionsByFunctionCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-lambda/src/commands/PublishLayerVersionCommand.ts b/clients/client-lambda/src/commands/PublishLayerVersionCommand.ts index fb247de715d1..60c269e34de9 100644 --- a/clients/client-lambda/src/commands/PublishLayerVersionCommand.ts +++ b/clients/client-lambda/src/commands/PublishLayerVersionCommand.ts @@ -124,9 +124,6 @@ export class PublishLayerVersionCommand extends $Command< PublishLayerVersionCommandOutput, LambdaClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -140,9 +137,7 @@ export class PublishLayerVersionCommand extends $Command< * @public */ constructor(readonly input: PublishLayerVersionCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -195,7 +190,4 @@ export class PublishLayerVersionCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_PublishLayerVersionCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-lambda/src/commands/PublishVersionCommand.ts b/clients/client-lambda/src/commands/PublishVersionCommand.ts index 5f6c924a8734..8164981cf743 100644 --- a/clients/client-lambda/src/commands/PublishVersionCommand.ts +++ b/clients/client-lambda/src/commands/PublishVersionCommand.ts @@ -199,9 +199,6 @@ export class PublishVersionCommand extends $Command< PublishVersionCommandOutput, LambdaClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -215,9 +212,7 @@ export class PublishVersionCommand extends $Command< * @public */ constructor(readonly input: PublishVersionCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -270,7 +265,4 @@ export class PublishVersionCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_PublishVersionCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-lambda/src/commands/PutFunctionCodeSigningConfigCommand.ts b/clients/client-lambda/src/commands/PutFunctionCodeSigningConfigCommand.ts index cb5e3ffe4d59..61145986e71f 100644 --- a/clients/client-lambda/src/commands/PutFunctionCodeSigningConfigCommand.ts +++ b/clients/client-lambda/src/commands/PutFunctionCodeSigningConfigCommand.ts @@ -96,9 +96,6 @@ export class PutFunctionCodeSigningConfigCommand extends $Command< PutFunctionCodeSigningConfigCommandOutput, LambdaClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -112,9 +109,7 @@ export class PutFunctionCodeSigningConfigCommand extends $Command< * @public */ constructor(readonly input: PutFunctionCodeSigningConfigCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -170,7 +165,4 @@ export class PutFunctionCodeSigningConfigCommand extends $Command< ): Promise { return de_PutFunctionCodeSigningConfigCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-lambda/src/commands/PutFunctionConcurrencyCommand.ts b/clients/client-lambda/src/commands/PutFunctionConcurrencyCommand.ts index 4df4a7a82b30..a9cc2c44f57f 100644 --- a/clients/client-lambda/src/commands/PutFunctionConcurrencyCommand.ts +++ b/clients/client-lambda/src/commands/PutFunctionConcurrencyCommand.ts @@ -94,9 +94,6 @@ export class PutFunctionConcurrencyCommand extends $Command< PutFunctionConcurrencyCommandOutput, LambdaClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -110,9 +107,7 @@ export class PutFunctionConcurrencyCommand extends $Command< * @public */ constructor(readonly input: PutFunctionConcurrencyCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -165,7 +160,4 @@ export class PutFunctionConcurrencyCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_PutFunctionConcurrencyCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-lambda/src/commands/PutFunctionEventInvokeConfigCommand.ts b/clients/client-lambda/src/commands/PutFunctionEventInvokeConfigCommand.ts index ea9dd32f8c69..894926116d9e 100644 --- a/clients/client-lambda/src/commands/PutFunctionEventInvokeConfigCommand.ts +++ b/clients/client-lambda/src/commands/PutFunctionEventInvokeConfigCommand.ts @@ -120,9 +120,6 @@ export class PutFunctionEventInvokeConfigCommand extends $Command< PutFunctionEventInvokeConfigCommandOutput, LambdaClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -136,9 +133,7 @@ export class PutFunctionEventInvokeConfigCommand extends $Command< * @public */ constructor(readonly input: PutFunctionEventInvokeConfigCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -194,7 +189,4 @@ export class PutFunctionEventInvokeConfigCommand extends $Command< ): Promise { return de_PutFunctionEventInvokeConfigCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-lambda/src/commands/PutProvisionedConcurrencyConfigCommand.ts b/clients/client-lambda/src/commands/PutProvisionedConcurrencyConfigCommand.ts index 4064f3123b42..2593026ce6dd 100644 --- a/clients/client-lambda/src/commands/PutProvisionedConcurrencyConfigCommand.ts +++ b/clients/client-lambda/src/commands/PutProvisionedConcurrencyConfigCommand.ts @@ -97,9 +97,6 @@ export class PutProvisionedConcurrencyConfigCommand extends $Command< PutProvisionedConcurrencyConfigCommandOutput, LambdaClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -113,9 +110,7 @@ export class PutProvisionedConcurrencyConfigCommand extends $Command< * @public */ constructor(readonly input: PutProvisionedConcurrencyConfigCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -174,7 +169,4 @@ export class PutProvisionedConcurrencyConfigCommand extends $Command< ): Promise { return de_PutProvisionedConcurrencyConfigCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-lambda/src/commands/PutRuntimeManagementConfigCommand.ts b/clients/client-lambda/src/commands/PutRuntimeManagementConfigCommand.ts index 4eb51cbfd3d6..5ce7bd34d61a 100644 --- a/clients/client-lambda/src/commands/PutRuntimeManagementConfigCommand.ts +++ b/clients/client-lambda/src/commands/PutRuntimeManagementConfigCommand.ts @@ -91,9 +91,6 @@ export class PutRuntimeManagementConfigCommand extends $Command< PutRuntimeManagementConfigCommandOutput, LambdaClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -107,9 +104,7 @@ export class PutRuntimeManagementConfigCommand extends $Command< * @public */ constructor(readonly input: PutRuntimeManagementConfigCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -165,7 +160,4 @@ export class PutRuntimeManagementConfigCommand extends $Command< ): Promise { return de_PutRuntimeManagementConfigCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-lambda/src/commands/RemoveLayerVersionPermissionCommand.ts b/clients/client-lambda/src/commands/RemoveLayerVersionPermissionCommand.ts index 498003ebd363..16569ccfa985 100644 --- a/clients/client-lambda/src/commands/RemoveLayerVersionPermissionCommand.ts +++ b/clients/client-lambda/src/commands/RemoveLayerVersionPermissionCommand.ts @@ -92,9 +92,6 @@ export class RemoveLayerVersionPermissionCommand extends $Command< RemoveLayerVersionPermissionCommandOutput, LambdaClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -108,9 +105,7 @@ export class RemoveLayerVersionPermissionCommand extends $Command< * @public */ constructor(readonly input: RemoveLayerVersionPermissionCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -166,7 +161,4 @@ export class RemoveLayerVersionPermissionCommand extends $Command< ): Promise { return de_RemoveLayerVersionPermissionCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-lambda/src/commands/RemovePermissionCommand.ts b/clients/client-lambda/src/commands/RemovePermissionCommand.ts index 58b71c589081..2c323f572846 100644 --- a/clients/client-lambda/src/commands/RemovePermissionCommand.ts +++ b/clients/client-lambda/src/commands/RemovePermissionCommand.ts @@ -88,9 +88,6 @@ export class RemovePermissionCommand extends $Command< RemovePermissionCommandOutput, LambdaClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -104,9 +101,7 @@ export class RemovePermissionCommand extends $Command< * @public */ constructor(readonly input: RemovePermissionCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -159,7 +154,4 @@ export class RemovePermissionCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_RemovePermissionCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-lambda/src/commands/TagResourceCommand.ts b/clients/client-lambda/src/commands/TagResourceCommand.ts index 2f333ec51935..33a04137add7 100644 --- a/clients/client-lambda/src/commands/TagResourceCommand.ts +++ b/clients/client-lambda/src/commands/TagResourceCommand.ts @@ -86,9 +86,6 @@ export class TagResourceCommand extends $Command< TagResourceCommandOutput, LambdaClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -102,9 +99,7 @@ export class TagResourceCommand extends $Command< * @public */ constructor(readonly input: TagResourceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -155,7 +150,4 @@ export class TagResourceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_TagResourceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-lambda/src/commands/UntagResourceCommand.ts b/clients/client-lambda/src/commands/UntagResourceCommand.ts index c2f962c01623..8d0158c64c8c 100644 --- a/clients/client-lambda/src/commands/UntagResourceCommand.ts +++ b/clients/client-lambda/src/commands/UntagResourceCommand.ts @@ -86,9 +86,6 @@ export class UntagResourceCommand extends $Command< UntagResourceCommandOutput, LambdaClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -102,9 +99,7 @@ export class UntagResourceCommand extends $Command< * @public */ constructor(readonly input: UntagResourceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -155,7 +150,4 @@ export class UntagResourceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UntagResourceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-lambda/src/commands/UpdateAliasCommand.ts b/clients/client-lambda/src/commands/UpdateAliasCommand.ts index 03f23f267a7e..b6a047f7d182 100644 --- a/clients/client-lambda/src/commands/UpdateAliasCommand.ts +++ b/clients/client-lambda/src/commands/UpdateAliasCommand.ts @@ -107,9 +107,6 @@ export class UpdateAliasCommand extends $Command< UpdateAliasCommandOutput, LambdaClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -123,9 +120,7 @@ export class UpdateAliasCommand extends $Command< * @public */ constructor(readonly input: UpdateAliasCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -176,7 +171,4 @@ export class UpdateAliasCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdateAliasCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-lambda/src/commands/UpdateCodeSigningConfigCommand.ts b/clients/client-lambda/src/commands/UpdateCodeSigningConfigCommand.ts index d8ff8cf04d08..9e591f7f4920 100644 --- a/clients/client-lambda/src/commands/UpdateCodeSigningConfigCommand.ts +++ b/clients/client-lambda/src/commands/UpdateCodeSigningConfigCommand.ts @@ -102,9 +102,6 @@ export class UpdateCodeSigningConfigCommand extends $Command< UpdateCodeSigningConfigCommandOutput, LambdaClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -118,9 +115,7 @@ export class UpdateCodeSigningConfigCommand extends $Command< * @public */ constructor(readonly input: UpdateCodeSigningConfigCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -173,7 +168,4 @@ export class UpdateCodeSigningConfigCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdateCodeSigningConfigCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-lambda/src/commands/UpdateEventSourceMappingCommand.ts b/clients/client-lambda/src/commands/UpdateEventSourceMappingCommand.ts index 2bf6245f95c9..71c784e1ae6b 100644 --- a/clients/client-lambda/src/commands/UpdateEventSourceMappingCommand.ts +++ b/clients/client-lambda/src/commands/UpdateEventSourceMappingCommand.ts @@ -310,9 +310,6 @@ export class UpdateEventSourceMappingCommand extends $Command< UpdateEventSourceMappingCommandOutput, LambdaClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -326,9 +323,7 @@ export class UpdateEventSourceMappingCommand extends $Command< * @public */ constructor(readonly input: UpdateEventSourceMappingCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -381,7 +376,4 @@ export class UpdateEventSourceMappingCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdateEventSourceMappingCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-lambda/src/commands/UpdateFunctionCodeCommand.ts b/clients/client-lambda/src/commands/UpdateFunctionCodeCommand.ts index c09afb5dcd6f..d0d9d1326332 100644 --- a/clients/client-lambda/src/commands/UpdateFunctionCodeCommand.ts +++ b/clients/client-lambda/src/commands/UpdateFunctionCodeCommand.ts @@ -228,9 +228,6 @@ export class UpdateFunctionCodeCommand extends $Command< UpdateFunctionCodeCommandOutput, LambdaClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -244,9 +241,7 @@ export class UpdateFunctionCodeCommand extends $Command< * @public */ constructor(readonly input: UpdateFunctionCodeCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -299,7 +294,4 @@ export class UpdateFunctionCodeCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdateFunctionCodeCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-lambda/src/commands/UpdateFunctionConfigurationCommand.ts b/clients/client-lambda/src/commands/UpdateFunctionConfigurationCommand.ts index f93fb041ea6d..d582190a14c9 100644 --- a/clients/client-lambda/src/commands/UpdateFunctionConfigurationCommand.ts +++ b/clients/client-lambda/src/commands/UpdateFunctionConfigurationCommand.ts @@ -265,9 +265,6 @@ export class UpdateFunctionConfigurationCommand extends $Command< UpdateFunctionConfigurationCommandOutput, LambdaClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -281,9 +278,7 @@ export class UpdateFunctionConfigurationCommand extends $Command< * @public */ constructor(readonly input: UpdateFunctionConfigurationCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -339,7 +334,4 @@ export class UpdateFunctionConfigurationCommand extends $Command< ): Promise { return de_UpdateFunctionConfigurationCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-lambda/src/commands/UpdateFunctionEventInvokeConfigCommand.ts b/clients/client-lambda/src/commands/UpdateFunctionEventInvokeConfigCommand.ts index 6092233f8dd3..3e5092c9a343 100644 --- a/clients/client-lambda/src/commands/UpdateFunctionEventInvokeConfigCommand.ts +++ b/clients/client-lambda/src/commands/UpdateFunctionEventInvokeConfigCommand.ts @@ -111,9 +111,6 @@ export class UpdateFunctionEventInvokeConfigCommand extends $Command< UpdateFunctionEventInvokeConfigCommandOutput, LambdaClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -127,9 +124,7 @@ export class UpdateFunctionEventInvokeConfigCommand extends $Command< * @public */ constructor(readonly input: UpdateFunctionEventInvokeConfigCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -188,7 +183,4 @@ export class UpdateFunctionEventInvokeConfigCommand extends $Command< ): Promise { return de_UpdateFunctionEventInvokeConfigCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-lambda/src/commands/UpdateFunctionUrlConfigCommand.ts b/clients/client-lambda/src/commands/UpdateFunctionUrlConfigCommand.ts index 262a5616b9dd..a8eea2139d9a 100644 --- a/clients/client-lambda/src/commands/UpdateFunctionUrlConfigCommand.ts +++ b/clients/client-lambda/src/commands/UpdateFunctionUrlConfigCommand.ts @@ -125,9 +125,6 @@ export class UpdateFunctionUrlConfigCommand extends $Command< UpdateFunctionUrlConfigCommandOutput, LambdaClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -141,9 +138,7 @@ export class UpdateFunctionUrlConfigCommand extends $Command< * @public */ constructor(readonly input: UpdateFunctionUrlConfigCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -196,7 +191,4 @@ export class UpdateFunctionUrlConfigCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdateFunctionUrlConfigCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-launch-wizard/package.json b/clients/client-launch-wizard/package.json index e5b97580ad27..dd82659828c9 100644 --- a/clients/client-launch-wizard/package.json +++ b/clients/client-launch-wizard/package.json @@ -34,29 +34,29 @@ "@aws-sdk/util-endpoints": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@smithy/config-resolver": "^2.0.16", - "@smithy/fetch-http-handler": "^2.2.4", - "@smithy/hash-node": "^2.0.12", - "@smithy/invalid-dependency": "^2.0.12", - "@smithy/middleware-content-length": "^2.0.14", - "@smithy/middleware-endpoint": "^2.1.3", - "@smithy/middleware-retry": "^2.0.18", - "@smithy/middleware-serde": "^2.0.12", - "@smithy/middleware-stack": "^2.0.6", - "@smithy/node-config-provider": "^2.1.3", - "@smithy/node-http-handler": "^2.1.8", - "@smithy/protocol-http": "^3.0.8", - "@smithy/smithy-client": "^2.1.12", - "@smithy/types": "^2.4.0", - "@smithy/url-parser": "^2.0.12", - "@smithy/util-base64": "^2.0.0", + "@smithy/config-resolver": "^2.0.18", + "@smithy/fetch-http-handler": "^2.2.6", + "@smithy/hash-node": "^2.0.15", + "@smithy/invalid-dependency": "^2.0.13", + "@smithy/middleware-content-length": "^2.0.15", + "@smithy/middleware-endpoint": "^2.2.0", + "@smithy/middleware-retry": "^2.0.20", + "@smithy/middleware-serde": "^2.0.13", + "@smithy/middleware-stack": "^2.0.7", + "@smithy/node-config-provider": "^2.1.5", + "@smithy/node-http-handler": "^2.1.9", + "@smithy/protocol-http": "^3.0.9", + "@smithy/smithy-client": "^2.1.15", + "@smithy/types": "^2.5.0", + "@smithy/url-parser": "^2.0.13", + "@smithy/util-base64": "^2.0.1", "@smithy/util-body-length-browser": "^2.0.0", "@smithy/util-body-length-node": "^2.1.0", - "@smithy/util-defaults-mode-browser": "^2.0.16", - "@smithy/util-defaults-mode-node": "^2.0.21", - "@smithy/util-endpoints": "^1.0.2", - "@smithy/util-retry": "^2.0.5", - "@smithy/util-utf8": "^2.0.0", + "@smithy/util-defaults-mode-browser": "^2.0.19", + "@smithy/util-defaults-mode-node": "^2.0.25", + "@smithy/util-endpoints": "^1.0.4", + "@smithy/util-retry": "^2.0.6", + "@smithy/util-utf8": "^2.0.2", "tslib": "^2.5.0" }, "devDependencies": { diff --git a/clients/client-launch-wizard/src/commands/CreateDeploymentCommand.ts b/clients/client-launch-wizard/src/commands/CreateDeploymentCommand.ts index 23e444dbface..1d7c21660a98 100644 --- a/clients/client-launch-wizard/src/commands/CreateDeploymentCommand.ts +++ b/clients/client-launch-wizard/src/commands/CreateDeploymentCommand.ts @@ -96,9 +96,6 @@ export class CreateDeploymentCommand extends $Command< CreateDeploymentCommandOutput, LaunchWizardClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -112,9 +109,7 @@ export class CreateDeploymentCommand extends $Command< * @public */ constructor(readonly input: CreateDeploymentCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -167,7 +162,4 @@ export class CreateDeploymentCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateDeploymentCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-launch-wizard/src/commands/DeleteDeploymentCommand.ts b/clients/client-launch-wizard/src/commands/DeleteDeploymentCommand.ts index f483842945ab..96ba0b419190 100644 --- a/clients/client-launch-wizard/src/commands/DeleteDeploymentCommand.ts +++ b/clients/client-launch-wizard/src/commands/DeleteDeploymentCommand.ts @@ -81,9 +81,6 @@ export class DeleteDeploymentCommand extends $Command< DeleteDeploymentCommandOutput, LaunchWizardClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -97,9 +94,7 @@ export class DeleteDeploymentCommand extends $Command< * @public */ constructor(readonly input: DeleteDeploymentCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -152,7 +147,4 @@ export class DeleteDeploymentCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteDeploymentCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-launch-wizard/src/commands/GetDeploymentCommand.ts b/clients/client-launch-wizard/src/commands/GetDeploymentCommand.ts index 104017b06276..bdab4ed84ff2 100644 --- a/clients/client-launch-wizard/src/commands/GetDeploymentCommand.ts +++ b/clients/client-launch-wizard/src/commands/GetDeploymentCommand.ts @@ -92,9 +92,6 @@ export class GetDeploymentCommand extends $Command< GetDeploymentCommandOutput, LaunchWizardClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -108,9 +105,7 @@ export class GetDeploymentCommand extends $Command< * @public */ constructor(readonly input: GetDeploymentCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -161,7 +156,4 @@ export class GetDeploymentCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetDeploymentCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-launch-wizard/src/commands/GetWorkloadCommand.ts b/clients/client-launch-wizard/src/commands/GetWorkloadCommand.ts index 21b4bf466d5f..20db2b106578 100644 --- a/clients/client-launch-wizard/src/commands/GetWorkloadCommand.ts +++ b/clients/client-launch-wizard/src/commands/GetWorkloadCommand.ts @@ -88,9 +88,6 @@ export class GetWorkloadCommand extends $Command< GetWorkloadCommandOutput, LaunchWizardClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -104,9 +101,7 @@ export class GetWorkloadCommand extends $Command< * @public */ constructor(readonly input: GetWorkloadCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -157,7 +152,4 @@ export class GetWorkloadCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetWorkloadCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-launch-wizard/src/commands/ListDeploymentEventsCommand.ts b/clients/client-launch-wizard/src/commands/ListDeploymentEventsCommand.ts index bdd0311c52b8..ef88cf5a8e84 100644 --- a/clients/client-launch-wizard/src/commands/ListDeploymentEventsCommand.ts +++ b/clients/client-launch-wizard/src/commands/ListDeploymentEventsCommand.ts @@ -91,9 +91,6 @@ export class ListDeploymentEventsCommand extends $Command< ListDeploymentEventsCommandOutput, LaunchWizardClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -107,9 +104,7 @@ export class ListDeploymentEventsCommand extends $Command< * @public */ constructor(readonly input: ListDeploymentEventsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -162,7 +157,4 @@ export class ListDeploymentEventsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListDeploymentEventsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-launch-wizard/src/commands/ListDeploymentsCommand.ts b/clients/client-launch-wizard/src/commands/ListDeploymentsCommand.ts index 0fafff0bcecb..43b4c7dd97a0 100644 --- a/clients/client-launch-wizard/src/commands/ListDeploymentsCommand.ts +++ b/clients/client-launch-wizard/src/commands/ListDeploymentsCommand.ts @@ -96,9 +96,6 @@ export class ListDeploymentsCommand extends $Command< ListDeploymentsCommandOutput, LaunchWizardClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -112,9 +109,7 @@ export class ListDeploymentsCommand extends $Command< * @public */ constructor(readonly input: ListDeploymentsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -167,7 +162,4 @@ export class ListDeploymentsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListDeploymentsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-launch-wizard/src/commands/ListWorkloadDeploymentPatternsCommand.ts b/clients/client-launch-wizard/src/commands/ListWorkloadDeploymentPatternsCommand.ts index f8a346c39dec..a45c0cea0f22 100644 --- a/clients/client-launch-wizard/src/commands/ListWorkloadDeploymentPatternsCommand.ts +++ b/clients/client-launch-wizard/src/commands/ListWorkloadDeploymentPatternsCommand.ts @@ -98,9 +98,6 @@ export class ListWorkloadDeploymentPatternsCommand extends $Command< ListWorkloadDeploymentPatternsCommandOutput, LaunchWizardClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -114,9 +111,7 @@ export class ListWorkloadDeploymentPatternsCommand extends $Command< * @public */ constructor(readonly input: ListWorkloadDeploymentPatternsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -175,7 +170,4 @@ export class ListWorkloadDeploymentPatternsCommand extends $Command< ): Promise { return de_ListWorkloadDeploymentPatternsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-launch-wizard/src/commands/ListWorkloadsCommand.ts b/clients/client-launch-wizard/src/commands/ListWorkloadsCommand.ts index 5e8ae033bf58..572a73650ad1 100644 --- a/clients/client-launch-wizard/src/commands/ListWorkloadsCommand.ts +++ b/clients/client-launch-wizard/src/commands/ListWorkloadsCommand.ts @@ -84,9 +84,6 @@ export class ListWorkloadsCommand extends $Command< ListWorkloadsCommandOutput, LaunchWizardClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -100,9 +97,7 @@ export class ListWorkloadsCommand extends $Command< * @public */ constructor(readonly input: ListWorkloadsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -153,7 +148,4 @@ export class ListWorkloadsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListWorkloadsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-lex-model-building-service/package.json b/clients/client-lex-model-building-service/package.json index bb26b3c8b6b8..95d916c42fa8 100644 --- a/clients/client-lex-model-building-service/package.json +++ b/clients/client-lex-model-building-service/package.json @@ -34,29 +34,29 @@ "@aws-sdk/util-endpoints": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@smithy/config-resolver": "^2.0.16", - "@smithy/fetch-http-handler": "^2.2.4", - "@smithy/hash-node": "^2.0.12", - "@smithy/invalid-dependency": "^2.0.12", - "@smithy/middleware-content-length": "^2.0.14", - "@smithy/middleware-endpoint": "^2.1.3", - "@smithy/middleware-retry": "^2.0.18", - "@smithy/middleware-serde": "^2.0.12", - "@smithy/middleware-stack": "^2.0.6", - "@smithy/node-config-provider": "^2.1.3", - "@smithy/node-http-handler": "^2.1.8", - "@smithy/protocol-http": "^3.0.8", - "@smithy/smithy-client": "^2.1.12", - "@smithy/types": "^2.4.0", - "@smithy/url-parser": "^2.0.12", - "@smithy/util-base64": "^2.0.0", + "@smithy/config-resolver": "^2.0.18", + "@smithy/fetch-http-handler": "^2.2.6", + "@smithy/hash-node": "^2.0.15", + "@smithy/invalid-dependency": "^2.0.13", + "@smithy/middleware-content-length": "^2.0.15", + "@smithy/middleware-endpoint": "^2.2.0", + "@smithy/middleware-retry": "^2.0.20", + "@smithy/middleware-serde": "^2.0.13", + "@smithy/middleware-stack": "^2.0.7", + "@smithy/node-config-provider": "^2.1.5", + "@smithy/node-http-handler": "^2.1.9", + "@smithy/protocol-http": "^3.0.9", + "@smithy/smithy-client": "^2.1.15", + "@smithy/types": "^2.5.0", + "@smithy/url-parser": "^2.0.13", + "@smithy/util-base64": "^2.0.1", "@smithy/util-body-length-browser": "^2.0.0", "@smithy/util-body-length-node": "^2.1.0", - "@smithy/util-defaults-mode-browser": "^2.0.16", - "@smithy/util-defaults-mode-node": "^2.0.21", - "@smithy/util-endpoints": "^1.0.2", - "@smithy/util-retry": "^2.0.5", - "@smithy/util-utf8": "^2.0.0", + "@smithy/util-defaults-mode-browser": "^2.0.19", + "@smithy/util-defaults-mode-node": "^2.0.25", + "@smithy/util-endpoints": "^1.0.4", + "@smithy/util-retry": "^2.0.6", + "@smithy/util-utf8": "^2.0.2", "tslib": "^2.5.0" }, "devDependencies": { diff --git a/clients/client-lex-model-building-service/src/commands/CreateBotVersionCommand.ts b/clients/client-lex-model-building-service/src/commands/CreateBotVersionCommand.ts index a47eed769d28..98d8f6585182 100644 --- a/clients/client-lex-model-building-service/src/commands/CreateBotVersionCommand.ts +++ b/clients/client-lex-model-building-service/src/commands/CreateBotVersionCommand.ts @@ -151,9 +151,6 @@ export class CreateBotVersionCommand extends $Command< CreateBotVersionCommandOutput, LexModelBuildingServiceClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -167,9 +164,7 @@ export class CreateBotVersionCommand extends $Command< * @public */ constructor(readonly input: CreateBotVersionCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -222,7 +217,4 @@ export class CreateBotVersionCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateBotVersionCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-lex-model-building-service/src/commands/CreateIntentVersionCommand.ts b/clients/client-lex-model-building-service/src/commands/CreateIntentVersionCommand.ts index e7c2a0f03f83..7fc9fd9334e8 100644 --- a/clients/client-lex-model-building-service/src/commands/CreateIntentVersionCommand.ts +++ b/clients/client-lex-model-building-service/src/commands/CreateIntentVersionCommand.ts @@ -214,9 +214,6 @@ export class CreateIntentVersionCommand extends $Command< CreateIntentVersionCommandOutput, LexModelBuildingServiceClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -230,9 +227,7 @@ export class CreateIntentVersionCommand extends $Command< * @public */ constructor(readonly input: CreateIntentVersionCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -285,7 +280,4 @@ export class CreateIntentVersionCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateIntentVersionCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-lex-model-building-service/src/commands/CreateSlotTypeVersionCommand.ts b/clients/client-lex-model-building-service/src/commands/CreateSlotTypeVersionCommand.ts index 474d25c406a4..5d26dcabea6e 100644 --- a/clients/client-lex-model-building-service/src/commands/CreateSlotTypeVersionCommand.ts +++ b/clients/client-lex-model-building-service/src/commands/CreateSlotTypeVersionCommand.ts @@ -134,9 +134,6 @@ export class CreateSlotTypeVersionCommand extends $Command< CreateSlotTypeVersionCommandOutput, LexModelBuildingServiceClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -150,9 +147,7 @@ export class CreateSlotTypeVersionCommand extends $Command< * @public */ constructor(readonly input: CreateSlotTypeVersionCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -205,7 +200,4 @@ export class CreateSlotTypeVersionCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateSlotTypeVersionCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-lex-model-building-service/src/commands/DeleteBotAliasCommand.ts b/clients/client-lex-model-building-service/src/commands/DeleteBotAliasCommand.ts index b26144d4bcc5..ec6afcc0e69e 100644 --- a/clients/client-lex-model-building-service/src/commands/DeleteBotAliasCommand.ts +++ b/clients/client-lex-model-building-service/src/commands/DeleteBotAliasCommand.ts @@ -118,9 +118,6 @@ export class DeleteBotAliasCommand extends $Command< DeleteBotAliasCommandOutput, LexModelBuildingServiceClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -134,9 +131,7 @@ export class DeleteBotAliasCommand extends $Command< * @public */ constructor(readonly input: DeleteBotAliasCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -189,7 +184,4 @@ export class DeleteBotAliasCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteBotAliasCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-lex-model-building-service/src/commands/DeleteBotChannelAssociationCommand.ts b/clients/client-lex-model-building-service/src/commands/DeleteBotChannelAssociationCommand.ts index 27540171e3e1..ee927094f4ae 100644 --- a/clients/client-lex-model-building-service/src/commands/DeleteBotChannelAssociationCommand.ts +++ b/clients/client-lex-model-building-service/src/commands/DeleteBotChannelAssociationCommand.ts @@ -99,9 +99,6 @@ export class DeleteBotChannelAssociationCommand extends $Command< DeleteBotChannelAssociationCommandOutput, LexModelBuildingServiceClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -115,9 +112,7 @@ export class DeleteBotChannelAssociationCommand extends $Command< * @public */ constructor(readonly input: DeleteBotChannelAssociationCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -173,7 +168,4 @@ export class DeleteBotChannelAssociationCommand extends $Command< ): Promise { return de_DeleteBotChannelAssociationCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-lex-model-building-service/src/commands/DeleteBotCommand.ts b/clients/client-lex-model-building-service/src/commands/DeleteBotCommand.ts index 6662f115ce93..ae4eec0eb327 100644 --- a/clients/client-lex-model-building-service/src/commands/DeleteBotCommand.ts +++ b/clients/client-lex-model-building-service/src/commands/DeleteBotCommand.ts @@ -124,9 +124,6 @@ export class DeleteBotCommand extends $Command< DeleteBotCommandOutput, LexModelBuildingServiceClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -140,9 +137,7 @@ export class DeleteBotCommand extends $Command< * @public */ constructor(readonly input: DeleteBotCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -193,7 +188,4 @@ export class DeleteBotCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteBotCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-lex-model-building-service/src/commands/DeleteBotVersionCommand.ts b/clients/client-lex-model-building-service/src/commands/DeleteBotVersionCommand.ts index 3c0640b5d263..3d5d7a45f9c0 100644 --- a/clients/client-lex-model-building-service/src/commands/DeleteBotVersionCommand.ts +++ b/clients/client-lex-model-building-service/src/commands/DeleteBotVersionCommand.ts @@ -113,9 +113,6 @@ export class DeleteBotVersionCommand extends $Command< DeleteBotVersionCommandOutput, LexModelBuildingServiceClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -129,9 +126,7 @@ export class DeleteBotVersionCommand extends $Command< * @public */ constructor(readonly input: DeleteBotVersionCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -184,7 +179,4 @@ export class DeleteBotVersionCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteBotVersionCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-lex-model-building-service/src/commands/DeleteIntentCommand.ts b/clients/client-lex-model-building-service/src/commands/DeleteIntentCommand.ts index 0ebbe9cc9c79..f60a1a931802 100644 --- a/clients/client-lex-model-building-service/src/commands/DeleteIntentCommand.ts +++ b/clients/client-lex-model-building-service/src/commands/DeleteIntentCommand.ts @@ -125,9 +125,6 @@ export class DeleteIntentCommand extends $Command< DeleteIntentCommandOutput, LexModelBuildingServiceClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -141,9 +138,7 @@ export class DeleteIntentCommand extends $Command< * @public */ constructor(readonly input: DeleteIntentCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -194,7 +189,4 @@ export class DeleteIntentCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteIntentCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-lex-model-building-service/src/commands/DeleteIntentVersionCommand.ts b/clients/client-lex-model-building-service/src/commands/DeleteIntentVersionCommand.ts index 076bebb974e6..4fa4f5bca30b 100644 --- a/clients/client-lex-model-building-service/src/commands/DeleteIntentVersionCommand.ts +++ b/clients/client-lex-model-building-service/src/commands/DeleteIntentVersionCommand.ts @@ -113,9 +113,6 @@ export class DeleteIntentVersionCommand extends $Command< DeleteIntentVersionCommandOutput, LexModelBuildingServiceClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -129,9 +126,7 @@ export class DeleteIntentVersionCommand extends $Command< * @public */ constructor(readonly input: DeleteIntentVersionCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -184,7 +179,4 @@ export class DeleteIntentVersionCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteIntentVersionCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-lex-model-building-service/src/commands/DeleteSlotTypeCommand.ts b/clients/client-lex-model-building-service/src/commands/DeleteSlotTypeCommand.ts index 66c2ae7c06ec..5a131beae078 100644 --- a/clients/client-lex-model-building-service/src/commands/DeleteSlotTypeCommand.ts +++ b/clients/client-lex-model-building-service/src/commands/DeleteSlotTypeCommand.ts @@ -125,9 +125,6 @@ export class DeleteSlotTypeCommand extends $Command< DeleteSlotTypeCommandOutput, LexModelBuildingServiceClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -141,9 +138,7 @@ export class DeleteSlotTypeCommand extends $Command< * @public */ constructor(readonly input: DeleteSlotTypeCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -196,7 +191,4 @@ export class DeleteSlotTypeCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteSlotTypeCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-lex-model-building-service/src/commands/DeleteSlotTypeVersionCommand.ts b/clients/client-lex-model-building-service/src/commands/DeleteSlotTypeVersionCommand.ts index 25c27e935696..9d02a50ed45e 100644 --- a/clients/client-lex-model-building-service/src/commands/DeleteSlotTypeVersionCommand.ts +++ b/clients/client-lex-model-building-service/src/commands/DeleteSlotTypeVersionCommand.ts @@ -113,9 +113,6 @@ export class DeleteSlotTypeVersionCommand extends $Command< DeleteSlotTypeVersionCommandOutput, LexModelBuildingServiceClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -129,9 +126,7 @@ export class DeleteSlotTypeVersionCommand extends $Command< * @public */ constructor(readonly input: DeleteSlotTypeVersionCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -184,7 +179,4 @@ export class DeleteSlotTypeVersionCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteSlotTypeVersionCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-lex-model-building-service/src/commands/DeleteUtterancesCommand.ts b/clients/client-lex-model-building-service/src/commands/DeleteUtterancesCommand.ts index 5fb173d3fc52..7852953ef1f5 100644 --- a/clients/client-lex-model-building-service/src/commands/DeleteUtterancesCommand.ts +++ b/clients/client-lex-model-building-service/src/commands/DeleteUtterancesCommand.ts @@ -99,9 +99,6 @@ export class DeleteUtterancesCommand extends $Command< DeleteUtterancesCommandOutput, LexModelBuildingServiceClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -115,9 +112,7 @@ export class DeleteUtterancesCommand extends $Command< * @public */ constructor(readonly input: DeleteUtterancesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -170,7 +165,4 @@ export class DeleteUtterancesCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteUtterancesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-lex-model-building-service/src/commands/GetBotAliasCommand.ts b/clients/client-lex-model-building-service/src/commands/GetBotAliasCommand.ts index 4fa9704a00de..31a38589e051 100644 --- a/clients/client-lex-model-building-service/src/commands/GetBotAliasCommand.ts +++ b/clients/client-lex-model-building-service/src/commands/GetBotAliasCommand.ts @@ -111,9 +111,6 @@ export class GetBotAliasCommand extends $Command< GetBotAliasCommandOutput, LexModelBuildingServiceClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -127,9 +124,7 @@ export class GetBotAliasCommand extends $Command< * @public */ constructor(readonly input: GetBotAliasCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -180,7 +175,4 @@ export class GetBotAliasCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetBotAliasCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-lex-model-building-service/src/commands/GetBotAliasesCommand.ts b/clients/client-lex-model-building-service/src/commands/GetBotAliasesCommand.ts index 85db5acdb9cb..3469ebbbe6d5 100644 --- a/clients/client-lex-model-building-service/src/commands/GetBotAliasesCommand.ts +++ b/clients/client-lex-model-building-service/src/commands/GetBotAliasesCommand.ts @@ -113,9 +113,6 @@ export class GetBotAliasesCommand extends $Command< GetBotAliasesCommandOutput, LexModelBuildingServiceClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -129,9 +126,7 @@ export class GetBotAliasesCommand extends $Command< * @public */ constructor(readonly input: GetBotAliasesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -182,7 +177,4 @@ export class GetBotAliasesCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetBotAliasesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-lex-model-building-service/src/commands/GetBotChannelAssociationCommand.ts b/clients/client-lex-model-building-service/src/commands/GetBotChannelAssociationCommand.ts index b90c24dfb8a7..2ecadf453896 100644 --- a/clients/client-lex-model-building-service/src/commands/GetBotChannelAssociationCommand.ts +++ b/clients/client-lex-model-building-service/src/commands/GetBotChannelAssociationCommand.ts @@ -108,9 +108,6 @@ export class GetBotChannelAssociationCommand extends $Command< GetBotChannelAssociationCommandOutput, LexModelBuildingServiceClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -124,9 +121,7 @@ export class GetBotChannelAssociationCommand extends $Command< * @public */ constructor(readonly input: GetBotChannelAssociationCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -179,7 +174,4 @@ export class GetBotChannelAssociationCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetBotChannelAssociationCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-lex-model-building-service/src/commands/GetBotChannelAssociationsCommand.ts b/clients/client-lex-model-building-service/src/commands/GetBotChannelAssociationsCommand.ts index 20426b33530a..e40395712623 100644 --- a/clients/client-lex-model-building-service/src/commands/GetBotChannelAssociationsCommand.ts +++ b/clients/client-lex-model-building-service/src/commands/GetBotChannelAssociationsCommand.ts @@ -112,9 +112,6 @@ export class GetBotChannelAssociationsCommand extends $Command< GetBotChannelAssociationsCommandOutput, LexModelBuildingServiceClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -128,9 +125,7 @@ export class GetBotChannelAssociationsCommand extends $Command< * @public */ constructor(readonly input: GetBotChannelAssociationsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -186,7 +181,4 @@ export class GetBotChannelAssociationsCommand extends $Command< ): Promise { return de_GetBotChannelAssociationsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-lex-model-building-service/src/commands/GetBotCommand.ts b/clients/client-lex-model-building-service/src/commands/GetBotCommand.ts index 51443f1a6ebe..6dc754f800cb 100644 --- a/clients/client-lex-model-building-service/src/commands/GetBotCommand.ts +++ b/clients/client-lex-model-building-service/src/commands/GetBotCommand.ts @@ -191,9 +191,6 @@ export class GetBotCommand extends $Command< GetBotCommandOutput, LexModelBuildingServiceClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -207,9 +204,7 @@ export class GetBotCommand extends $Command< * @public */ constructor(readonly input: GetBotCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -260,7 +255,4 @@ export class GetBotCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetBotCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-lex-model-building-service/src/commands/GetBotVersionsCommand.ts b/clients/client-lex-model-building-service/src/commands/GetBotVersionsCommand.ts index 913a6e004ea7..caf6b57183ed 100644 --- a/clients/client-lex-model-building-service/src/commands/GetBotVersionsCommand.ts +++ b/clients/client-lex-model-building-service/src/commands/GetBotVersionsCommand.ts @@ -111,9 +111,6 @@ export class GetBotVersionsCommand extends $Command< GetBotVersionsCommandOutput, LexModelBuildingServiceClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -127,9 +124,7 @@ export class GetBotVersionsCommand extends $Command< * @public */ constructor(readonly input: GetBotVersionsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -182,7 +177,4 @@ export class GetBotVersionsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetBotVersionsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-lex-model-building-service/src/commands/GetBotsCommand.ts b/clients/client-lex-model-building-service/src/commands/GetBotsCommand.ts index a8218ef13595..98c7d685e07f 100644 --- a/clients/client-lex-model-building-service/src/commands/GetBotsCommand.ts +++ b/clients/client-lex-model-building-service/src/commands/GetBotsCommand.ts @@ -141,9 +141,6 @@ export class GetBotsCommand extends $Command< GetBotsCommandOutput, LexModelBuildingServiceClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -157,9 +154,7 @@ export class GetBotsCommand extends $Command< * @public */ constructor(readonly input: GetBotsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -210,7 +205,4 @@ export class GetBotsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetBotsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-lex-model-building-service/src/commands/GetBuiltinIntentCommand.ts b/clients/client-lex-model-building-service/src/commands/GetBuiltinIntentCommand.ts index 411357a16358..88d21af4a14a 100644 --- a/clients/client-lex-model-building-service/src/commands/GetBuiltinIntentCommand.ts +++ b/clients/client-lex-model-building-service/src/commands/GetBuiltinIntentCommand.ts @@ -99,9 +99,6 @@ export class GetBuiltinIntentCommand extends $Command< GetBuiltinIntentCommandOutput, LexModelBuildingServiceClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -115,9 +112,7 @@ export class GetBuiltinIntentCommand extends $Command< * @public */ constructor(readonly input: GetBuiltinIntentCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -170,7 +165,4 @@ export class GetBuiltinIntentCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetBuiltinIntentCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-lex-model-building-service/src/commands/GetBuiltinIntentsCommand.ts b/clients/client-lex-model-building-service/src/commands/GetBuiltinIntentsCommand.ts index 1c38cd63d25d..06cb139235a9 100644 --- a/clients/client-lex-model-building-service/src/commands/GetBuiltinIntentsCommand.ts +++ b/clients/client-lex-model-building-service/src/commands/GetBuiltinIntentsCommand.ts @@ -99,9 +99,6 @@ export class GetBuiltinIntentsCommand extends $Command< GetBuiltinIntentsCommandOutput, LexModelBuildingServiceClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -115,9 +112,7 @@ export class GetBuiltinIntentsCommand extends $Command< * @public */ constructor(readonly input: GetBuiltinIntentsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -170,7 +165,4 @@ export class GetBuiltinIntentsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetBuiltinIntentsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-lex-model-building-service/src/commands/GetBuiltinSlotTypesCommand.ts b/clients/client-lex-model-building-service/src/commands/GetBuiltinSlotTypesCommand.ts index 8cad169f0636..9b04d4c7fab3 100644 --- a/clients/client-lex-model-building-service/src/commands/GetBuiltinSlotTypesCommand.ts +++ b/clients/client-lex-model-building-service/src/commands/GetBuiltinSlotTypesCommand.ts @@ -101,9 +101,6 @@ export class GetBuiltinSlotTypesCommand extends $Command< GetBuiltinSlotTypesCommandOutput, LexModelBuildingServiceClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -117,9 +114,7 @@ export class GetBuiltinSlotTypesCommand extends $Command< * @public */ constructor(readonly input: GetBuiltinSlotTypesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -172,7 +167,4 @@ export class GetBuiltinSlotTypesCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetBuiltinSlotTypesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-lex-model-building-service/src/commands/GetExportCommand.ts b/clients/client-lex-model-building-service/src/commands/GetExportCommand.ts index d5fffc6ae35d..b1ceb7547c08 100644 --- a/clients/client-lex-model-building-service/src/commands/GetExportCommand.ts +++ b/clients/client-lex-model-building-service/src/commands/GetExportCommand.ts @@ -99,9 +99,6 @@ export class GetExportCommand extends $Command< GetExportCommandOutput, LexModelBuildingServiceClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -115,9 +112,7 @@ export class GetExportCommand extends $Command< * @public */ constructor(readonly input: GetExportCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -168,7 +163,4 @@ export class GetExportCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetExportCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-lex-model-building-service/src/commands/GetImportCommand.ts b/clients/client-lex-model-building-service/src/commands/GetImportCommand.ts index be47ff4a04b1..ec0c9506bf52 100644 --- a/clients/client-lex-model-building-service/src/commands/GetImportCommand.ts +++ b/clients/client-lex-model-building-service/src/commands/GetImportCommand.ts @@ -98,9 +98,6 @@ export class GetImportCommand extends $Command< GetImportCommandOutput, LexModelBuildingServiceClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -114,9 +111,7 @@ export class GetImportCommand extends $Command< * @public */ constructor(readonly input: GetImportCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -167,7 +162,4 @@ export class GetImportCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetImportCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-lex-model-building-service/src/commands/GetIntentCommand.ts b/clients/client-lex-model-building-service/src/commands/GetIntentCommand.ts index aed135c82c99..8d8c569e4d5a 100644 --- a/clients/client-lex-model-building-service/src/commands/GetIntentCommand.ts +++ b/clients/client-lex-model-building-service/src/commands/GetIntentCommand.ts @@ -342,9 +342,6 @@ export class GetIntentCommand extends $Command< GetIntentCommandOutput, LexModelBuildingServiceClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -358,9 +355,7 @@ export class GetIntentCommand extends $Command< * @public */ constructor(readonly input: GetIntentCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -411,7 +406,4 @@ export class GetIntentCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetIntentCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-lex-model-building-service/src/commands/GetIntentVersionsCommand.ts b/clients/client-lex-model-building-service/src/commands/GetIntentVersionsCommand.ts index 0cf18aa74cc6..ac8cf1ccbaf8 100644 --- a/clients/client-lex-model-building-service/src/commands/GetIntentVersionsCommand.ts +++ b/clients/client-lex-model-building-service/src/commands/GetIntentVersionsCommand.ts @@ -110,9 +110,6 @@ export class GetIntentVersionsCommand extends $Command< GetIntentVersionsCommandOutput, LexModelBuildingServiceClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -126,9 +123,7 @@ export class GetIntentVersionsCommand extends $Command< * @public */ constructor(readonly input: GetIntentVersionsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -181,7 +176,4 @@ export class GetIntentVersionsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetIntentVersionsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-lex-model-building-service/src/commands/GetIntentsCommand.ts b/clients/client-lex-model-building-service/src/commands/GetIntentsCommand.ts index dbee19a06172..af6794cf7f9e 100644 --- a/clients/client-lex-model-building-service/src/commands/GetIntentsCommand.ts +++ b/clients/client-lex-model-building-service/src/commands/GetIntentsCommand.ts @@ -139,9 +139,6 @@ export class GetIntentsCommand extends $Command< GetIntentsCommandOutput, LexModelBuildingServiceClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -155,9 +152,7 @@ export class GetIntentsCommand extends $Command< * @public */ constructor(readonly input: GetIntentsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -208,7 +203,4 @@ export class GetIntentsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetIntentsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-lex-model-building-service/src/commands/GetMigrationCommand.ts b/clients/client-lex-model-building-service/src/commands/GetMigrationCommand.ts index 9edfedc525a9..eda9d60449d2 100644 --- a/clients/client-lex-model-building-service/src/commands/GetMigrationCommand.ts +++ b/clients/client-lex-model-building-service/src/commands/GetMigrationCommand.ts @@ -111,9 +111,6 @@ export class GetMigrationCommand extends $Command< GetMigrationCommandOutput, LexModelBuildingServiceClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -127,9 +124,7 @@ export class GetMigrationCommand extends $Command< * @public */ constructor(readonly input: GetMigrationCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -180,7 +175,4 @@ export class GetMigrationCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetMigrationCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-lex-model-building-service/src/commands/GetMigrationsCommand.ts b/clients/client-lex-model-building-service/src/commands/GetMigrationsCommand.ts index 009a7eaaf1a5..4b0ec8baf7e2 100644 --- a/clients/client-lex-model-building-service/src/commands/GetMigrationsCommand.ts +++ b/clients/client-lex-model-building-service/src/commands/GetMigrationsCommand.ts @@ -103,9 +103,6 @@ export class GetMigrationsCommand extends $Command< GetMigrationsCommandOutput, LexModelBuildingServiceClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -119,9 +116,7 @@ export class GetMigrationsCommand extends $Command< * @public */ constructor(readonly input: GetMigrationsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -172,7 +167,4 @@ export class GetMigrationsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetMigrationsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-lex-model-building-service/src/commands/GetSlotTypeCommand.ts b/clients/client-lex-model-building-service/src/commands/GetSlotTypeCommand.ts index 63dba9ba204c..ba894de901c2 100644 --- a/clients/client-lex-model-building-service/src/commands/GetSlotTypeCommand.ts +++ b/clients/client-lex-model-building-service/src/commands/GetSlotTypeCommand.ts @@ -146,9 +146,6 @@ export class GetSlotTypeCommand extends $Command< GetSlotTypeCommandOutput, LexModelBuildingServiceClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -162,9 +159,7 @@ export class GetSlotTypeCommand extends $Command< * @public */ constructor(readonly input: GetSlotTypeCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -215,7 +210,4 @@ export class GetSlotTypeCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetSlotTypeCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-lex-model-building-service/src/commands/GetSlotTypeVersionsCommand.ts b/clients/client-lex-model-building-service/src/commands/GetSlotTypeVersionsCommand.ts index e90e1ce27645..de69293c8290 100644 --- a/clients/client-lex-model-building-service/src/commands/GetSlotTypeVersionsCommand.ts +++ b/clients/client-lex-model-building-service/src/commands/GetSlotTypeVersionsCommand.ts @@ -110,9 +110,6 @@ export class GetSlotTypeVersionsCommand extends $Command< GetSlotTypeVersionsCommandOutput, LexModelBuildingServiceClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -126,9 +123,7 @@ export class GetSlotTypeVersionsCommand extends $Command< * @public */ constructor(readonly input: GetSlotTypeVersionsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -181,7 +176,4 @@ export class GetSlotTypeVersionsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetSlotTypeVersionsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-lex-model-building-service/src/commands/GetSlotTypesCommand.ts b/clients/client-lex-model-building-service/src/commands/GetSlotTypesCommand.ts index 019c365c521f..c100f8f6f3df 100644 --- a/clients/client-lex-model-building-service/src/commands/GetSlotTypesCommand.ts +++ b/clients/client-lex-model-building-service/src/commands/GetSlotTypesCommand.ts @@ -153,9 +153,6 @@ export class GetSlotTypesCommand extends $Command< GetSlotTypesCommandOutput, LexModelBuildingServiceClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -169,9 +166,7 @@ export class GetSlotTypesCommand extends $Command< * @public */ constructor(readonly input: GetSlotTypesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -222,7 +217,4 @@ export class GetSlotTypesCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetSlotTypesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-lex-model-building-service/src/commands/GetUtterancesViewCommand.ts b/clients/client-lex-model-building-service/src/commands/GetUtterancesViewCommand.ts index aa7f7b90828a..a85964f3c085 100644 --- a/clients/client-lex-model-building-service/src/commands/GetUtterancesViewCommand.ts +++ b/clients/client-lex-model-building-service/src/commands/GetUtterancesViewCommand.ts @@ -126,9 +126,6 @@ export class GetUtterancesViewCommand extends $Command< GetUtterancesViewCommandOutput, LexModelBuildingServiceClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -142,9 +139,7 @@ export class GetUtterancesViewCommand extends $Command< * @public */ constructor(readonly input: GetUtterancesViewCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -197,7 +192,4 @@ export class GetUtterancesViewCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetUtterancesViewCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-lex-model-building-service/src/commands/ListTagsForResourceCommand.ts b/clients/client-lex-model-building-service/src/commands/ListTagsForResourceCommand.ts index 75fd00aece86..27a3d86d0430 100644 --- a/clients/client-lex-model-building-service/src/commands/ListTagsForResourceCommand.ts +++ b/clients/client-lex-model-building-service/src/commands/ListTagsForResourceCommand.ts @@ -95,9 +95,6 @@ export class ListTagsForResourceCommand extends $Command< ListTagsForResourceCommandOutput, LexModelBuildingServiceClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -111,9 +108,7 @@ export class ListTagsForResourceCommand extends $Command< * @public */ constructor(readonly input: ListTagsForResourceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -166,7 +161,4 @@ export class ListTagsForResourceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListTagsForResourceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-lex-model-building-service/src/commands/PutBotAliasCommand.ts b/clients/client-lex-model-building-service/src/commands/PutBotAliasCommand.ts index 5a88c553679e..809b2292a24e 100644 --- a/clients/client-lex-model-building-service/src/commands/PutBotAliasCommand.ts +++ b/clients/client-lex-model-building-service/src/commands/PutBotAliasCommand.ts @@ -144,9 +144,6 @@ export class PutBotAliasCommand extends $Command< PutBotAliasCommandOutput, LexModelBuildingServiceClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -160,9 +157,7 @@ export class PutBotAliasCommand extends $Command< * @public */ constructor(readonly input: PutBotAliasCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -213,7 +208,4 @@ export class PutBotAliasCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_PutBotAliasCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-lex-model-building-service/src/commands/PutBotCommand.ts b/clients/client-lex-model-building-service/src/commands/PutBotCommand.ts index 166a6fd3ae90..1ad0c82c8985 100644 --- a/clients/client-lex-model-building-service/src/commands/PutBotCommand.ts +++ b/clients/client-lex-model-building-service/src/commands/PutBotCommand.ts @@ -294,9 +294,6 @@ export class PutBotCommand extends $Command< PutBotCommandOutput, LexModelBuildingServiceClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -310,9 +307,7 @@ export class PutBotCommand extends $Command< * @public */ constructor(readonly input: PutBotCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -363,7 +358,4 @@ export class PutBotCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_PutBotCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-lex-model-building-service/src/commands/PutIntentCommand.ts b/clients/client-lex-model-building-service/src/commands/PutIntentCommand.ts index 6d9b5f6e00ca..ee0588cfa79b 100644 --- a/clients/client-lex-model-building-service/src/commands/PutIntentCommand.ts +++ b/clients/client-lex-model-building-service/src/commands/PutIntentCommand.ts @@ -625,9 +625,6 @@ export class PutIntentCommand extends $Command< PutIntentCommandOutput, LexModelBuildingServiceClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -641,9 +638,7 @@ export class PutIntentCommand extends $Command< * @public */ constructor(readonly input: PutIntentCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -694,7 +689,4 @@ export class PutIntentCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_PutIntentCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-lex-model-building-service/src/commands/PutSlotTypeCommand.ts b/clients/client-lex-model-building-service/src/commands/PutSlotTypeCommand.ts index 92ff199fca9f..34188d68b0ea 100644 --- a/clients/client-lex-model-building-service/src/commands/PutSlotTypeCommand.ts +++ b/clients/client-lex-model-building-service/src/commands/PutSlotTypeCommand.ts @@ -189,9 +189,6 @@ export class PutSlotTypeCommand extends $Command< PutSlotTypeCommandOutput, LexModelBuildingServiceClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -205,9 +202,7 @@ export class PutSlotTypeCommand extends $Command< * @public */ constructor(readonly input: PutSlotTypeCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -258,7 +253,4 @@ export class PutSlotTypeCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_PutSlotTypeCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-lex-model-building-service/src/commands/StartImportCommand.ts b/clients/client-lex-model-building-service/src/commands/StartImportCommand.ts index c84510328d20..bedfd4a23e3e 100644 --- a/clients/client-lex-model-building-service/src/commands/StartImportCommand.ts +++ b/clients/client-lex-model-building-service/src/commands/StartImportCommand.ts @@ -104,9 +104,6 @@ export class StartImportCommand extends $Command< StartImportCommandOutput, LexModelBuildingServiceClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -120,9 +117,7 @@ export class StartImportCommand extends $Command< * @public */ constructor(readonly input: StartImportCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -173,7 +168,4 @@ export class StartImportCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_StartImportCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-lex-model-building-service/src/commands/StartMigrationCommand.ts b/clients/client-lex-model-building-service/src/commands/StartMigrationCommand.ts index a69df0ff37c4..b7ea89b0c58e 100644 --- a/clients/client-lex-model-building-service/src/commands/StartMigrationCommand.ts +++ b/clients/client-lex-model-building-service/src/commands/StartMigrationCommand.ts @@ -107,9 +107,6 @@ export class StartMigrationCommand extends $Command< StartMigrationCommandOutput, LexModelBuildingServiceClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -123,9 +120,7 @@ export class StartMigrationCommand extends $Command< * @public */ constructor(readonly input: StartMigrationCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -178,7 +173,4 @@ export class StartMigrationCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_StartMigrationCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-lex-model-building-service/src/commands/TagResourceCommand.ts b/clients/client-lex-model-building-service/src/commands/TagResourceCommand.ts index bb8860f8e3e2..58df5c6d63d5 100644 --- a/clients/client-lex-model-building-service/src/commands/TagResourceCommand.ts +++ b/clients/client-lex-model-building-service/src/commands/TagResourceCommand.ts @@ -98,9 +98,6 @@ export class TagResourceCommand extends $Command< TagResourceCommandOutput, LexModelBuildingServiceClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -114,9 +111,7 @@ export class TagResourceCommand extends $Command< * @public */ constructor(readonly input: TagResourceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -167,7 +162,4 @@ export class TagResourceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_TagResourceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-lex-model-building-service/src/commands/UntagResourceCommand.ts b/clients/client-lex-model-building-service/src/commands/UntagResourceCommand.ts index 8ecd13895297..8151b7995ae2 100644 --- a/clients/client-lex-model-building-service/src/commands/UntagResourceCommand.ts +++ b/clients/client-lex-model-building-service/src/commands/UntagResourceCommand.ts @@ -94,9 +94,6 @@ export class UntagResourceCommand extends $Command< UntagResourceCommandOutput, LexModelBuildingServiceClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -110,9 +107,7 @@ export class UntagResourceCommand extends $Command< * @public */ constructor(readonly input: UntagResourceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -163,7 +158,4 @@ export class UntagResourceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UntagResourceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-lex-models-v2/package.json b/clients/client-lex-models-v2/package.json index 671ba827f923..ef34e518702d 100644 --- a/clients/client-lex-models-v2/package.json +++ b/clients/client-lex-models-v2/package.json @@ -34,30 +34,30 @@ "@aws-sdk/util-endpoints": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@smithy/config-resolver": "^2.0.16", - "@smithy/fetch-http-handler": "^2.2.4", - "@smithy/hash-node": "^2.0.12", - "@smithy/invalid-dependency": "^2.0.12", - "@smithy/middleware-content-length": "^2.0.14", - "@smithy/middleware-endpoint": "^2.1.3", - "@smithy/middleware-retry": "^2.0.18", - "@smithy/middleware-serde": "^2.0.12", - "@smithy/middleware-stack": "^2.0.6", - "@smithy/node-config-provider": "^2.1.3", - "@smithy/node-http-handler": "^2.1.8", - "@smithy/protocol-http": "^3.0.8", - "@smithy/smithy-client": "^2.1.12", - "@smithy/types": "^2.4.0", - "@smithy/url-parser": "^2.0.12", - "@smithy/util-base64": "^2.0.0", + "@smithy/config-resolver": "^2.0.18", + "@smithy/fetch-http-handler": "^2.2.6", + "@smithy/hash-node": "^2.0.15", + "@smithy/invalid-dependency": "^2.0.13", + "@smithy/middleware-content-length": "^2.0.15", + "@smithy/middleware-endpoint": "^2.2.0", + "@smithy/middleware-retry": "^2.0.20", + "@smithy/middleware-serde": "^2.0.13", + "@smithy/middleware-stack": "^2.0.7", + "@smithy/node-config-provider": "^2.1.5", + "@smithy/node-http-handler": "^2.1.9", + "@smithy/protocol-http": "^3.0.9", + "@smithy/smithy-client": "^2.1.15", + "@smithy/types": "^2.5.0", + "@smithy/url-parser": "^2.0.13", + "@smithy/util-base64": "^2.0.1", "@smithy/util-body-length-browser": "^2.0.0", "@smithy/util-body-length-node": "^2.1.0", - "@smithy/util-defaults-mode-browser": "^2.0.16", - "@smithy/util-defaults-mode-node": "^2.0.21", - "@smithy/util-endpoints": "^1.0.2", - "@smithy/util-retry": "^2.0.5", - "@smithy/util-utf8": "^2.0.0", - "@smithy/util-waiter": "^2.0.12", + "@smithy/util-defaults-mode-browser": "^2.0.19", + "@smithy/util-defaults-mode-node": "^2.0.25", + "@smithy/util-endpoints": "^1.0.4", + "@smithy/util-retry": "^2.0.6", + "@smithy/util-utf8": "^2.0.2", + "@smithy/util-waiter": "^2.0.13", "tslib": "^2.5.0" }, "devDependencies": { diff --git a/clients/client-lex-models-v2/src/commands/BatchCreateCustomVocabularyItemCommand.ts b/clients/client-lex-models-v2/src/commands/BatchCreateCustomVocabularyItemCommand.ts index 53b341fda64e..cecd8af60f7e 100644 --- a/clients/client-lex-models-v2/src/commands/BatchCreateCustomVocabularyItemCommand.ts +++ b/clients/client-lex-models-v2/src/commands/BatchCreateCustomVocabularyItemCommand.ts @@ -121,9 +121,6 @@ export class BatchCreateCustomVocabularyItemCommand extends $Command< BatchCreateCustomVocabularyItemCommandOutput, LexModelsV2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -137,9 +134,7 @@ export class BatchCreateCustomVocabularyItemCommand extends $Command< * @public */ constructor(readonly input: BatchCreateCustomVocabularyItemCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -198,7 +193,4 @@ export class BatchCreateCustomVocabularyItemCommand extends $Command< ): Promise { return de_BatchCreateCustomVocabularyItemCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-lex-models-v2/src/commands/BatchDeleteCustomVocabularyItemCommand.ts b/clients/client-lex-models-v2/src/commands/BatchDeleteCustomVocabularyItemCommand.ts index 85f411f094bd..461f8cd04a2e 100644 --- a/clients/client-lex-models-v2/src/commands/BatchDeleteCustomVocabularyItemCommand.ts +++ b/clients/client-lex-models-v2/src/commands/BatchDeleteCustomVocabularyItemCommand.ts @@ -119,9 +119,6 @@ export class BatchDeleteCustomVocabularyItemCommand extends $Command< BatchDeleteCustomVocabularyItemCommandOutput, LexModelsV2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -135,9 +132,7 @@ export class BatchDeleteCustomVocabularyItemCommand extends $Command< * @public */ constructor(readonly input: BatchDeleteCustomVocabularyItemCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -196,7 +191,4 @@ export class BatchDeleteCustomVocabularyItemCommand extends $Command< ): Promise { return de_BatchDeleteCustomVocabularyItemCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-lex-models-v2/src/commands/BatchUpdateCustomVocabularyItemCommand.ts b/clients/client-lex-models-v2/src/commands/BatchUpdateCustomVocabularyItemCommand.ts index d1c8081a3e32..83a193ffaf1a 100644 --- a/clients/client-lex-models-v2/src/commands/BatchUpdateCustomVocabularyItemCommand.ts +++ b/clients/client-lex-models-v2/src/commands/BatchUpdateCustomVocabularyItemCommand.ts @@ -122,9 +122,6 @@ export class BatchUpdateCustomVocabularyItemCommand extends $Command< BatchUpdateCustomVocabularyItemCommandOutput, LexModelsV2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -138,9 +135,7 @@ export class BatchUpdateCustomVocabularyItemCommand extends $Command< * @public */ constructor(readonly input: BatchUpdateCustomVocabularyItemCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -199,7 +194,4 @@ export class BatchUpdateCustomVocabularyItemCommand extends $Command< ): Promise { return de_BatchUpdateCustomVocabularyItemCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-lex-models-v2/src/commands/BuildBotLocaleCommand.ts b/clients/client-lex-models-v2/src/commands/BuildBotLocaleCommand.ts index bbda24081771..24d06bec1df0 100644 --- a/clients/client-lex-models-v2/src/commands/BuildBotLocaleCommand.ts +++ b/clients/client-lex-models-v2/src/commands/BuildBotLocaleCommand.ts @@ -103,9 +103,6 @@ export class BuildBotLocaleCommand extends $Command< BuildBotLocaleCommandOutput, LexModelsV2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -119,9 +116,7 @@ export class BuildBotLocaleCommand extends $Command< * @public */ constructor(readonly input: BuildBotLocaleCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -174,7 +169,4 @@ export class BuildBotLocaleCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_BuildBotLocaleCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-lex-models-v2/src/commands/CreateBotAliasCommand.ts b/clients/client-lex-models-v2/src/commands/CreateBotAliasCommand.ts index bea3b4c32864..c72c55813759 100644 --- a/clients/client-lex-models-v2/src/commands/CreateBotAliasCommand.ts +++ b/clients/client-lex-models-v2/src/commands/CreateBotAliasCommand.ts @@ -196,9 +196,6 @@ export class CreateBotAliasCommand extends $Command< CreateBotAliasCommandOutput, LexModelsV2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -212,9 +209,7 @@ export class CreateBotAliasCommand extends $Command< * @public */ constructor(readonly input: CreateBotAliasCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -267,7 +262,4 @@ export class CreateBotAliasCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateBotAliasCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-lex-models-v2/src/commands/CreateBotCommand.ts b/clients/client-lex-models-v2/src/commands/CreateBotCommand.ts index 1f2b3756df4a..decfc381cb71 100644 --- a/clients/client-lex-models-v2/src/commands/CreateBotCommand.ts +++ b/clients/client-lex-models-v2/src/commands/CreateBotCommand.ts @@ -142,9 +142,6 @@ export class CreateBotCommand extends $Command< CreateBotCommandOutput, LexModelsV2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -158,9 +155,7 @@ export class CreateBotCommand extends $Command< * @public */ constructor(readonly input: CreateBotCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -211,7 +206,4 @@ export class CreateBotCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateBotCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-lex-models-v2/src/commands/CreateBotLocaleCommand.ts b/clients/client-lex-models-v2/src/commands/CreateBotLocaleCommand.ts index 6d084fd692f2..99fe819cae03 100644 --- a/clients/client-lex-models-v2/src/commands/CreateBotLocaleCommand.ts +++ b/clients/client-lex-models-v2/src/commands/CreateBotLocaleCommand.ts @@ -117,9 +117,6 @@ export class CreateBotLocaleCommand extends $Command< CreateBotLocaleCommandOutput, LexModelsV2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -133,9 +130,7 @@ export class CreateBotLocaleCommand extends $Command< * @public */ constructor(readonly input: CreateBotLocaleCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -188,7 +183,4 @@ export class CreateBotLocaleCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateBotLocaleCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-lex-models-v2/src/commands/CreateBotVersionCommand.ts b/clients/client-lex-models-v2/src/commands/CreateBotVersionCommand.ts index c93312ecfe2d..328fab7c38ab 100644 --- a/clients/client-lex-models-v2/src/commands/CreateBotVersionCommand.ts +++ b/clients/client-lex-models-v2/src/commands/CreateBotVersionCommand.ts @@ -115,9 +115,6 @@ export class CreateBotVersionCommand extends $Command< CreateBotVersionCommandOutput, LexModelsV2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -131,9 +128,7 @@ export class CreateBotVersionCommand extends $Command< * @public */ constructor(readonly input: CreateBotVersionCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -186,7 +181,4 @@ export class CreateBotVersionCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateBotVersionCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-lex-models-v2/src/commands/CreateExportCommand.ts b/clients/client-lex-models-v2/src/commands/CreateExportCommand.ts index 87f14debc664..2877c1bcd3af 100644 --- a/clients/client-lex-models-v2/src/commands/CreateExportCommand.ts +++ b/clients/client-lex-models-v2/src/commands/CreateExportCommand.ts @@ -145,9 +145,6 @@ export class CreateExportCommand extends $Command< CreateExportCommandOutput, LexModelsV2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -161,9 +158,7 @@ export class CreateExportCommand extends $Command< * @public */ constructor(readonly input: CreateExportCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -214,7 +209,4 @@ export class CreateExportCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateExportCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-lex-models-v2/src/commands/CreateIntentCommand.ts b/clients/client-lex-models-v2/src/commands/CreateIntentCommand.ts index 79e9e2baafc7..ae2fda2ff61f 100644 --- a/clients/client-lex-models-v2/src/commands/CreateIntentCommand.ts +++ b/clients/client-lex-models-v2/src/commands/CreateIntentCommand.ts @@ -988,9 +988,6 @@ export class CreateIntentCommand extends $Command< CreateIntentCommandOutput, LexModelsV2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -1004,9 +1001,7 @@ export class CreateIntentCommand extends $Command< * @public */ constructor(readonly input: CreateIntentCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -1057,7 +1052,4 @@ export class CreateIntentCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateIntentCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-lex-models-v2/src/commands/CreateResourcePolicyCommand.ts b/clients/client-lex-models-v2/src/commands/CreateResourcePolicyCommand.ts index 6ffd527c1ed8..25231c9efcdf 100644 --- a/clients/client-lex-models-v2/src/commands/CreateResourcePolicyCommand.ts +++ b/clients/client-lex-models-v2/src/commands/CreateResourcePolicyCommand.ts @@ -97,9 +97,6 @@ export class CreateResourcePolicyCommand extends $Command< CreateResourcePolicyCommandOutput, LexModelsV2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -113,9 +110,7 @@ export class CreateResourcePolicyCommand extends $Command< * @public */ constructor(readonly input: CreateResourcePolicyCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -168,7 +163,4 @@ export class CreateResourcePolicyCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateResourcePolicyCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-lex-models-v2/src/commands/CreateResourcePolicyStatementCommand.ts b/clients/client-lex-models-v2/src/commands/CreateResourcePolicyStatementCommand.ts index 8df65c4f3fb4..7de21f536fed 100644 --- a/clients/client-lex-models-v2/src/commands/CreateResourcePolicyStatementCommand.ts +++ b/clients/client-lex-models-v2/src/commands/CreateResourcePolicyStatementCommand.ts @@ -126,9 +126,6 @@ export class CreateResourcePolicyStatementCommand extends $Command< CreateResourcePolicyStatementCommandOutput, LexModelsV2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -142,9 +139,7 @@ export class CreateResourcePolicyStatementCommand extends $Command< * @public */ constructor(readonly input: CreateResourcePolicyStatementCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -200,7 +195,4 @@ export class CreateResourcePolicyStatementCommand extends $Command< ): Promise { return de_CreateResourcePolicyStatementCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-lex-models-v2/src/commands/CreateSlotCommand.ts b/clients/client-lex-models-v2/src/commands/CreateSlotCommand.ts index 4e3953963a26..402e6fc1d99b 100644 --- a/clients/client-lex-models-v2/src/commands/CreateSlotCommand.ts +++ b/clients/client-lex-models-v2/src/commands/CreateSlotCommand.ts @@ -895,9 +895,6 @@ export class CreateSlotCommand extends $Command< CreateSlotCommandOutput, LexModelsV2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -911,9 +908,7 @@ export class CreateSlotCommand extends $Command< * @public */ constructor(readonly input: CreateSlotCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -964,7 +959,4 @@ export class CreateSlotCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateSlotCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-lex-models-v2/src/commands/CreateSlotTypeCommand.ts b/clients/client-lex-models-v2/src/commands/CreateSlotTypeCommand.ts index a8986ae7e6b1..28ae17cf5fb6 100644 --- a/clients/client-lex-models-v2/src/commands/CreateSlotTypeCommand.ts +++ b/clients/client-lex-models-v2/src/commands/CreateSlotTypeCommand.ts @@ -186,9 +186,6 @@ export class CreateSlotTypeCommand extends $Command< CreateSlotTypeCommandOutput, LexModelsV2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -202,9 +199,7 @@ export class CreateSlotTypeCommand extends $Command< * @public */ constructor(readonly input: CreateSlotTypeCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -257,7 +252,4 @@ export class CreateSlotTypeCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateSlotTypeCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-lex-models-v2/src/commands/CreateTestSetDiscrepancyReportCommand.ts b/clients/client-lex-models-v2/src/commands/CreateTestSetDiscrepancyReportCommand.ts index 2271a3ac445f..80d90ac8850e 100644 --- a/clients/client-lex-models-v2/src/commands/CreateTestSetDiscrepancyReportCommand.ts +++ b/clients/client-lex-models-v2/src/commands/CreateTestSetDiscrepancyReportCommand.ts @@ -115,9 +115,6 @@ export class CreateTestSetDiscrepancyReportCommand extends $Command< CreateTestSetDiscrepancyReportCommandOutput, LexModelsV2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -131,9 +128,7 @@ export class CreateTestSetDiscrepancyReportCommand extends $Command< * @public */ constructor(readonly input: CreateTestSetDiscrepancyReportCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -192,7 +187,4 @@ export class CreateTestSetDiscrepancyReportCommand extends $Command< ): Promise { return de_CreateTestSetDiscrepancyReportCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-lex-models-v2/src/commands/CreateUploadUrlCommand.ts b/clients/client-lex-models-v2/src/commands/CreateUploadUrlCommand.ts index 7b7218965273..abe68018aaca 100644 --- a/clients/client-lex-models-v2/src/commands/CreateUploadUrlCommand.ts +++ b/clients/client-lex-models-v2/src/commands/CreateUploadUrlCommand.ts @@ -91,9 +91,6 @@ export class CreateUploadUrlCommand extends $Command< CreateUploadUrlCommandOutput, LexModelsV2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -107,9 +104,7 @@ export class CreateUploadUrlCommand extends $Command< * @public */ constructor(readonly input: CreateUploadUrlCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -162,7 +157,4 @@ export class CreateUploadUrlCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateUploadUrlCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-lex-models-v2/src/commands/DeleteBotAliasCommand.ts b/clients/client-lex-models-v2/src/commands/DeleteBotAliasCommand.ts index 88b8d63c9f7e..3447d2df619c 100644 --- a/clients/client-lex-models-v2/src/commands/DeleteBotAliasCommand.ts +++ b/clients/client-lex-models-v2/src/commands/DeleteBotAliasCommand.ts @@ -99,9 +99,6 @@ export class DeleteBotAliasCommand extends $Command< DeleteBotAliasCommandOutput, LexModelsV2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -115,9 +112,7 @@ export class DeleteBotAliasCommand extends $Command< * @public */ constructor(readonly input: DeleteBotAliasCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -170,7 +165,4 @@ export class DeleteBotAliasCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteBotAliasCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-lex-models-v2/src/commands/DeleteBotCommand.ts b/clients/client-lex-models-v2/src/commands/DeleteBotCommand.ts index 4d3178ae9885..5f64a6b777be 100644 --- a/clients/client-lex-models-v2/src/commands/DeleteBotCommand.ts +++ b/clients/client-lex-models-v2/src/commands/DeleteBotCommand.ts @@ -106,9 +106,6 @@ export class DeleteBotCommand extends $Command< DeleteBotCommandOutput, LexModelsV2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -122,9 +119,7 @@ export class DeleteBotCommand extends $Command< * @public */ constructor(readonly input: DeleteBotCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -175,7 +170,4 @@ export class DeleteBotCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteBotCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-lex-models-v2/src/commands/DeleteBotLocaleCommand.ts b/clients/client-lex-models-v2/src/commands/DeleteBotLocaleCommand.ts index 916df1ba5b29..3b286de2831c 100644 --- a/clients/client-lex-models-v2/src/commands/DeleteBotLocaleCommand.ts +++ b/clients/client-lex-models-v2/src/commands/DeleteBotLocaleCommand.ts @@ -102,9 +102,6 @@ export class DeleteBotLocaleCommand extends $Command< DeleteBotLocaleCommandOutput, LexModelsV2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -118,9 +115,7 @@ export class DeleteBotLocaleCommand extends $Command< * @public */ constructor(readonly input: DeleteBotLocaleCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -173,7 +168,4 @@ export class DeleteBotLocaleCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteBotLocaleCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-lex-models-v2/src/commands/DeleteBotVersionCommand.ts b/clients/client-lex-models-v2/src/commands/DeleteBotVersionCommand.ts index d6ec3018b989..741f1b44401b 100644 --- a/clients/client-lex-models-v2/src/commands/DeleteBotVersionCommand.ts +++ b/clients/client-lex-models-v2/src/commands/DeleteBotVersionCommand.ts @@ -100,9 +100,6 @@ export class DeleteBotVersionCommand extends $Command< DeleteBotVersionCommandOutput, LexModelsV2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -116,9 +113,7 @@ export class DeleteBotVersionCommand extends $Command< * @public */ constructor(readonly input: DeleteBotVersionCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -171,7 +166,4 @@ export class DeleteBotVersionCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteBotVersionCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-lex-models-v2/src/commands/DeleteCustomVocabularyCommand.ts b/clients/client-lex-models-v2/src/commands/DeleteCustomVocabularyCommand.ts index 1a915c5681c5..ea92dbf71b49 100644 --- a/clients/client-lex-models-v2/src/commands/DeleteCustomVocabularyCommand.ts +++ b/clients/client-lex-models-v2/src/commands/DeleteCustomVocabularyCommand.ts @@ -101,9 +101,6 @@ export class DeleteCustomVocabularyCommand extends $Command< DeleteCustomVocabularyCommandOutput, LexModelsV2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -117,9 +114,7 @@ export class DeleteCustomVocabularyCommand extends $Command< * @public */ constructor(readonly input: DeleteCustomVocabularyCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -172,7 +167,4 @@ export class DeleteCustomVocabularyCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteCustomVocabularyCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-lex-models-v2/src/commands/DeleteExportCommand.ts b/clients/client-lex-models-v2/src/commands/DeleteExportCommand.ts index 12e75e146411..bc29bbe8f68d 100644 --- a/clients/client-lex-models-v2/src/commands/DeleteExportCommand.ts +++ b/clients/client-lex-models-v2/src/commands/DeleteExportCommand.ts @@ -92,9 +92,6 @@ export class DeleteExportCommand extends $Command< DeleteExportCommandOutput, LexModelsV2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -108,9 +105,7 @@ export class DeleteExportCommand extends $Command< * @public */ constructor(readonly input: DeleteExportCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -161,7 +156,4 @@ export class DeleteExportCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteExportCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-lex-models-v2/src/commands/DeleteImportCommand.ts b/clients/client-lex-models-v2/src/commands/DeleteImportCommand.ts index 13a18ddc5158..8072ce3612e3 100644 --- a/clients/client-lex-models-v2/src/commands/DeleteImportCommand.ts +++ b/clients/client-lex-models-v2/src/commands/DeleteImportCommand.ts @@ -92,9 +92,6 @@ export class DeleteImportCommand extends $Command< DeleteImportCommandOutput, LexModelsV2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -108,9 +105,7 @@ export class DeleteImportCommand extends $Command< * @public */ constructor(readonly input: DeleteImportCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -161,7 +156,4 @@ export class DeleteImportCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteImportCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-lex-models-v2/src/commands/DeleteIntentCommand.ts b/clients/client-lex-models-v2/src/commands/DeleteIntentCommand.ts index 96ea00051580..3400a3012b01 100644 --- a/clients/client-lex-models-v2/src/commands/DeleteIntentCommand.ts +++ b/clients/client-lex-models-v2/src/commands/DeleteIntentCommand.ts @@ -98,9 +98,6 @@ export class DeleteIntentCommand extends $Command< DeleteIntentCommandOutput, LexModelsV2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -114,9 +111,7 @@ export class DeleteIntentCommand extends $Command< * @public */ constructor(readonly input: DeleteIntentCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -167,7 +162,4 @@ export class DeleteIntentCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteIntentCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-lex-models-v2/src/commands/DeleteResourcePolicyCommand.ts b/clients/client-lex-models-v2/src/commands/DeleteResourcePolicyCommand.ts index 4b249237faad..85ac1b1cc837 100644 --- a/clients/client-lex-models-v2/src/commands/DeleteResourcePolicyCommand.ts +++ b/clients/client-lex-models-v2/src/commands/DeleteResourcePolicyCommand.ts @@ -90,9 +90,6 @@ export class DeleteResourcePolicyCommand extends $Command< DeleteResourcePolicyCommandOutput, LexModelsV2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -106,9 +103,7 @@ export class DeleteResourcePolicyCommand extends $Command< * @public */ constructor(readonly input: DeleteResourcePolicyCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -161,7 +156,4 @@ export class DeleteResourcePolicyCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteResourcePolicyCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-lex-models-v2/src/commands/DeleteResourcePolicyStatementCommand.ts b/clients/client-lex-models-v2/src/commands/DeleteResourcePolicyStatementCommand.ts index 82e7ad0dc879..dd6d0c1dbf38 100644 --- a/clients/client-lex-models-v2/src/commands/DeleteResourcePolicyStatementCommand.ts +++ b/clients/client-lex-models-v2/src/commands/DeleteResourcePolicyStatementCommand.ts @@ -99,9 +99,6 @@ export class DeleteResourcePolicyStatementCommand extends $Command< DeleteResourcePolicyStatementCommandOutput, LexModelsV2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -115,9 +112,7 @@ export class DeleteResourcePolicyStatementCommand extends $Command< * @public */ constructor(readonly input: DeleteResourcePolicyStatementCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -173,7 +168,4 @@ export class DeleteResourcePolicyStatementCommand extends $Command< ): Promise { return de_DeleteResourcePolicyStatementCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-lex-models-v2/src/commands/DeleteSlotCommand.ts b/clients/client-lex-models-v2/src/commands/DeleteSlotCommand.ts index 0b33570d4e6c..a6fff39ad700 100644 --- a/clients/client-lex-models-v2/src/commands/DeleteSlotCommand.ts +++ b/clients/client-lex-models-v2/src/commands/DeleteSlotCommand.ts @@ -97,9 +97,6 @@ export class DeleteSlotCommand extends $Command< DeleteSlotCommandOutput, LexModelsV2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -113,9 +110,7 @@ export class DeleteSlotCommand extends $Command< * @public */ constructor(readonly input: DeleteSlotCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -166,7 +161,4 @@ export class DeleteSlotCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteSlotCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-lex-models-v2/src/commands/DeleteSlotTypeCommand.ts b/clients/client-lex-models-v2/src/commands/DeleteSlotTypeCommand.ts index 6f751576ea85..c8142698165f 100644 --- a/clients/client-lex-models-v2/src/commands/DeleteSlotTypeCommand.ts +++ b/clients/client-lex-models-v2/src/commands/DeleteSlotTypeCommand.ts @@ -101,9 +101,6 @@ export class DeleteSlotTypeCommand extends $Command< DeleteSlotTypeCommandOutput, LexModelsV2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -117,9 +114,7 @@ export class DeleteSlotTypeCommand extends $Command< * @public */ constructor(readonly input: DeleteSlotTypeCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -172,7 +167,4 @@ export class DeleteSlotTypeCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteSlotTypeCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-lex-models-v2/src/commands/DeleteTestSetCommand.ts b/clients/client-lex-models-v2/src/commands/DeleteTestSetCommand.ts index fa1c92f0367f..c030e467795f 100644 --- a/clients/client-lex-models-v2/src/commands/DeleteTestSetCommand.ts +++ b/clients/client-lex-models-v2/src/commands/DeleteTestSetCommand.ts @@ -93,9 +93,6 @@ export class DeleteTestSetCommand extends $Command< DeleteTestSetCommandOutput, LexModelsV2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -109,9 +106,7 @@ export class DeleteTestSetCommand extends $Command< * @public */ constructor(readonly input: DeleteTestSetCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -162,7 +157,4 @@ export class DeleteTestSetCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteTestSetCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-lex-models-v2/src/commands/DeleteUtterancesCommand.ts b/clients/client-lex-models-v2/src/commands/DeleteUtterancesCommand.ts index a3ec36473423..d43c2ab445fa 100644 --- a/clients/client-lex-models-v2/src/commands/DeleteUtterancesCommand.ts +++ b/clients/client-lex-models-v2/src/commands/DeleteUtterancesCommand.ts @@ -93,9 +93,6 @@ export class DeleteUtterancesCommand extends $Command< DeleteUtterancesCommandOutput, LexModelsV2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -109,9 +106,7 @@ export class DeleteUtterancesCommand extends $Command< * @public */ constructor(readonly input: DeleteUtterancesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -164,7 +159,4 @@ export class DeleteUtterancesCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteUtterancesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-lex-models-v2/src/commands/DescribeBotAliasCommand.ts b/clients/client-lex-models-v2/src/commands/DescribeBotAliasCommand.ts index 8c936cbc7275..d329a6bd6741 100644 --- a/clients/client-lex-models-v2/src/commands/DescribeBotAliasCommand.ts +++ b/clients/client-lex-models-v2/src/commands/DescribeBotAliasCommand.ts @@ -151,9 +151,6 @@ export class DescribeBotAliasCommand extends $Command< DescribeBotAliasCommandOutput, LexModelsV2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -167,9 +164,7 @@ export class DescribeBotAliasCommand extends $Command< * @public */ constructor(readonly input: DescribeBotAliasCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -222,7 +217,4 @@ export class DescribeBotAliasCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DescribeBotAliasCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-lex-models-v2/src/commands/DescribeBotCommand.ts b/clients/client-lex-models-v2/src/commands/DescribeBotCommand.ts index e3c6bdf37ea7..963ca71ed995 100644 --- a/clients/client-lex-models-v2/src/commands/DescribeBotCommand.ts +++ b/clients/client-lex-models-v2/src/commands/DescribeBotCommand.ts @@ -112,9 +112,6 @@ export class DescribeBotCommand extends $Command< DescribeBotCommandOutput, LexModelsV2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -128,9 +125,7 @@ export class DescribeBotCommand extends $Command< * @public */ constructor(readonly input: DescribeBotCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -181,7 +176,4 @@ export class DescribeBotCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DescribeBotCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-lex-models-v2/src/commands/DescribeBotLocaleCommand.ts b/clients/client-lex-models-v2/src/commands/DescribeBotLocaleCommand.ts index 5f5739e15e8f..f2b46657e3a2 100644 --- a/clients/client-lex-models-v2/src/commands/DescribeBotLocaleCommand.ts +++ b/clients/client-lex-models-v2/src/commands/DescribeBotLocaleCommand.ts @@ -118,9 +118,6 @@ export class DescribeBotLocaleCommand extends $Command< DescribeBotLocaleCommandOutput, LexModelsV2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -134,9 +131,7 @@ export class DescribeBotLocaleCommand extends $Command< * @public */ constructor(readonly input: DescribeBotLocaleCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -189,7 +184,4 @@ export class DescribeBotLocaleCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DescribeBotLocaleCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-lex-models-v2/src/commands/DescribeBotRecommendationCommand.ts b/clients/client-lex-models-v2/src/commands/DescribeBotRecommendationCommand.ts index d0e8e19deebf..fa2d1132c193 100644 --- a/clients/client-lex-models-v2/src/commands/DescribeBotRecommendationCommand.ts +++ b/clients/client-lex-models-v2/src/commands/DescribeBotRecommendationCommand.ts @@ -143,9 +143,6 @@ export class DescribeBotRecommendationCommand extends $Command< DescribeBotRecommendationCommandOutput, LexModelsV2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -159,9 +156,7 @@ export class DescribeBotRecommendationCommand extends $Command< * @public */ constructor(readonly input: DescribeBotRecommendationCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -217,7 +212,4 @@ export class DescribeBotRecommendationCommand extends $Command< ): Promise { return de_DescribeBotRecommendationCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-lex-models-v2/src/commands/DescribeBotVersionCommand.ts b/clients/client-lex-models-v2/src/commands/DescribeBotVersionCommand.ts index 80b6dda38ebd..c319940fc916 100644 --- a/clients/client-lex-models-v2/src/commands/DescribeBotVersionCommand.ts +++ b/clients/client-lex-models-v2/src/commands/DescribeBotVersionCommand.ts @@ -119,9 +119,6 @@ export class DescribeBotVersionCommand extends $Command< DescribeBotVersionCommandOutput, LexModelsV2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -135,9 +132,7 @@ export class DescribeBotVersionCommand extends $Command< * @public */ constructor(readonly input: DescribeBotVersionCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -190,7 +185,4 @@ export class DescribeBotVersionCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DescribeBotVersionCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-lex-models-v2/src/commands/DescribeCustomVocabularyMetadataCommand.ts b/clients/client-lex-models-v2/src/commands/DescribeCustomVocabularyMetadataCommand.ts index 00dcfe027421..5ca88f75ba27 100644 --- a/clients/client-lex-models-v2/src/commands/DescribeCustomVocabularyMetadataCommand.ts +++ b/clients/client-lex-models-v2/src/commands/DescribeCustomVocabularyMetadataCommand.ts @@ -101,9 +101,6 @@ export class DescribeCustomVocabularyMetadataCommand extends $Command< DescribeCustomVocabularyMetadataCommandOutput, LexModelsV2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -117,9 +114,7 @@ export class DescribeCustomVocabularyMetadataCommand extends $Command< * @public */ constructor(readonly input: DescribeCustomVocabularyMetadataCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -178,7 +173,4 @@ export class DescribeCustomVocabularyMetadataCommand extends $Command< ): Promise { return de_DescribeCustomVocabularyMetadataCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-lex-models-v2/src/commands/DescribeExportCommand.ts b/clients/client-lex-models-v2/src/commands/DescribeExportCommand.ts index aa7b3bc10b0a..bd5bb3973671 100644 --- a/clients/client-lex-models-v2/src/commands/DescribeExportCommand.ts +++ b/clients/client-lex-models-v2/src/commands/DescribeExportCommand.ts @@ -113,9 +113,6 @@ export class DescribeExportCommand extends $Command< DescribeExportCommandOutput, LexModelsV2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -129,9 +126,7 @@ export class DescribeExportCommand extends $Command< * @public */ constructor(readonly input: DescribeExportCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -184,7 +179,4 @@ export class DescribeExportCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DescribeExportCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-lex-models-v2/src/commands/DescribeImportCommand.ts b/clients/client-lex-models-v2/src/commands/DescribeImportCommand.ts index ef32d6c20fdd..5c15bb2a1790 100644 --- a/clients/client-lex-models-v2/src/commands/DescribeImportCommand.ts +++ b/clients/client-lex-models-v2/src/commands/DescribeImportCommand.ts @@ -144,9 +144,6 @@ export class DescribeImportCommand extends $Command< DescribeImportCommandOutput, LexModelsV2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -160,9 +157,7 @@ export class DescribeImportCommand extends $Command< * @public */ constructor(readonly input: DescribeImportCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -215,7 +210,4 @@ export class DescribeImportCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DescribeImportCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-lex-models-v2/src/commands/DescribeIntentCommand.ts b/clients/client-lex-models-v2/src/commands/DescribeIntentCommand.ts index fdab0b79a689..25699183169e 100644 --- a/clients/client-lex-models-v2/src/commands/DescribeIntentCommand.ts +++ b/clients/client-lex-models-v2/src/commands/DescribeIntentCommand.ts @@ -529,9 +529,6 @@ export class DescribeIntentCommand extends $Command< DescribeIntentCommandOutput, LexModelsV2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -545,9 +542,7 @@ export class DescribeIntentCommand extends $Command< * @public */ constructor(readonly input: DescribeIntentCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -600,7 +595,4 @@ export class DescribeIntentCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DescribeIntentCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-lex-models-v2/src/commands/DescribeResourcePolicyCommand.ts b/clients/client-lex-models-v2/src/commands/DescribeResourcePolicyCommand.ts index 031307dc5fab..fb3db0bb2658 100644 --- a/clients/client-lex-models-v2/src/commands/DescribeResourcePolicyCommand.ts +++ b/clients/client-lex-models-v2/src/commands/DescribeResourcePolicyCommand.ts @@ -85,9 +85,6 @@ export class DescribeResourcePolicyCommand extends $Command< DescribeResourcePolicyCommandOutput, LexModelsV2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -101,9 +98,7 @@ export class DescribeResourcePolicyCommand extends $Command< * @public */ constructor(readonly input: DescribeResourcePolicyCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -156,7 +151,4 @@ export class DescribeResourcePolicyCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DescribeResourcePolicyCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-lex-models-v2/src/commands/DescribeSlotCommand.ts b/clients/client-lex-models-v2/src/commands/DescribeSlotCommand.ts index 3f388006572e..f95d5fa79951 100644 --- a/clients/client-lex-models-v2/src/commands/DescribeSlotCommand.ts +++ b/clients/client-lex-models-v2/src/commands/DescribeSlotCommand.ts @@ -494,9 +494,6 @@ export class DescribeSlotCommand extends $Command< DescribeSlotCommandOutput, LexModelsV2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -510,9 +507,7 @@ export class DescribeSlotCommand extends $Command< * @public */ constructor(readonly input: DescribeSlotCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -563,7 +558,4 @@ export class DescribeSlotCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DescribeSlotCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-lex-models-v2/src/commands/DescribeSlotTypeCommand.ts b/clients/client-lex-models-v2/src/commands/DescribeSlotTypeCommand.ts index 931a6c0ae545..7910b725d9e2 100644 --- a/clients/client-lex-models-v2/src/commands/DescribeSlotTypeCommand.ts +++ b/clients/client-lex-models-v2/src/commands/DescribeSlotTypeCommand.ts @@ -139,9 +139,6 @@ export class DescribeSlotTypeCommand extends $Command< DescribeSlotTypeCommandOutput, LexModelsV2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -155,9 +152,7 @@ export class DescribeSlotTypeCommand extends $Command< * @public */ constructor(readonly input: DescribeSlotTypeCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -210,7 +205,4 @@ export class DescribeSlotTypeCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DescribeSlotTypeCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-lex-models-v2/src/commands/DescribeTestExecutionCommand.ts b/clients/client-lex-models-v2/src/commands/DescribeTestExecutionCommand.ts index 6f03adae2471..002d83d7feea 100644 --- a/clients/client-lex-models-v2/src/commands/DescribeTestExecutionCommand.ts +++ b/clients/client-lex-models-v2/src/commands/DescribeTestExecutionCommand.ts @@ -106,9 +106,6 @@ export class DescribeTestExecutionCommand extends $Command< DescribeTestExecutionCommandOutput, LexModelsV2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -122,9 +119,7 @@ export class DescribeTestExecutionCommand extends $Command< * @public */ constructor(readonly input: DescribeTestExecutionCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -177,7 +172,4 @@ export class DescribeTestExecutionCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DescribeTestExecutionCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-lex-models-v2/src/commands/DescribeTestSetCommand.ts b/clients/client-lex-models-v2/src/commands/DescribeTestSetCommand.ts index 306de8534cb4..0134e6de08d4 100644 --- a/clients/client-lex-models-v2/src/commands/DescribeTestSetCommand.ts +++ b/clients/client-lex-models-v2/src/commands/DescribeTestSetCommand.ts @@ -102,9 +102,6 @@ export class DescribeTestSetCommand extends $Command< DescribeTestSetCommandOutput, LexModelsV2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -118,9 +115,7 @@ export class DescribeTestSetCommand extends $Command< * @public */ constructor(readonly input: DescribeTestSetCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -173,7 +168,4 @@ export class DescribeTestSetCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DescribeTestSetCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-lex-models-v2/src/commands/DescribeTestSetDiscrepancyReportCommand.ts b/clients/client-lex-models-v2/src/commands/DescribeTestSetDiscrepancyReportCommand.ts index 24fe9541b328..935fd298ac07 100644 --- a/clients/client-lex-models-v2/src/commands/DescribeTestSetDiscrepancyReportCommand.ts +++ b/clients/client-lex-models-v2/src/commands/DescribeTestSetDiscrepancyReportCommand.ts @@ -124,9 +124,6 @@ export class DescribeTestSetDiscrepancyReportCommand extends $Command< DescribeTestSetDiscrepancyReportCommandOutput, LexModelsV2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -140,9 +137,7 @@ export class DescribeTestSetDiscrepancyReportCommand extends $Command< * @public */ constructor(readonly input: DescribeTestSetDiscrepancyReportCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -201,7 +196,4 @@ export class DescribeTestSetDiscrepancyReportCommand extends $Command< ): Promise { return de_DescribeTestSetDiscrepancyReportCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-lex-models-v2/src/commands/DescribeTestSetGenerationCommand.ts b/clients/client-lex-models-v2/src/commands/DescribeTestSetGenerationCommand.ts index 5dd8a1ed4458..26ed459560df 100644 --- a/clients/client-lex-models-v2/src/commands/DescribeTestSetGenerationCommand.ts +++ b/clients/client-lex-models-v2/src/commands/DescribeTestSetGenerationCommand.ts @@ -116,9 +116,6 @@ export class DescribeTestSetGenerationCommand extends $Command< DescribeTestSetGenerationCommandOutput, LexModelsV2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -132,9 +129,7 @@ export class DescribeTestSetGenerationCommand extends $Command< * @public */ constructor(readonly input: DescribeTestSetGenerationCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -190,7 +185,4 @@ export class DescribeTestSetGenerationCommand extends $Command< ): Promise { return de_DescribeTestSetGenerationCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-lex-models-v2/src/commands/GetTestExecutionArtifactsUrlCommand.ts b/clients/client-lex-models-v2/src/commands/GetTestExecutionArtifactsUrlCommand.ts index 6d1c50ff9c16..ea0fb50dab67 100644 --- a/clients/client-lex-models-v2/src/commands/GetTestExecutionArtifactsUrlCommand.ts +++ b/clients/client-lex-models-v2/src/commands/GetTestExecutionArtifactsUrlCommand.ts @@ -95,9 +95,6 @@ export class GetTestExecutionArtifactsUrlCommand extends $Command< GetTestExecutionArtifactsUrlCommandOutput, LexModelsV2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -111,9 +108,7 @@ export class GetTestExecutionArtifactsUrlCommand extends $Command< * @public */ constructor(readonly input: GetTestExecutionArtifactsUrlCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -169,7 +164,4 @@ export class GetTestExecutionArtifactsUrlCommand extends $Command< ): Promise { return de_GetTestExecutionArtifactsUrlCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-lex-models-v2/src/commands/ListAggregatedUtterancesCommand.ts b/clients/client-lex-models-v2/src/commands/ListAggregatedUtterancesCommand.ts index 717dec63b3d9..e49207f2ce3e 100644 --- a/clients/client-lex-models-v2/src/commands/ListAggregatedUtterancesCommand.ts +++ b/clients/client-lex-models-v2/src/commands/ListAggregatedUtterancesCommand.ts @@ -158,9 +158,6 @@ export class ListAggregatedUtterancesCommand extends $Command< ListAggregatedUtterancesCommandOutput, LexModelsV2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -174,9 +171,7 @@ export class ListAggregatedUtterancesCommand extends $Command< * @public */ constructor(readonly input: ListAggregatedUtterancesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -229,7 +224,4 @@ export class ListAggregatedUtterancesCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListAggregatedUtterancesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-lex-models-v2/src/commands/ListBotAliasesCommand.ts b/clients/client-lex-models-v2/src/commands/ListBotAliasesCommand.ts index af7a0de6ef72..ed9e5bd227d4 100644 --- a/clients/client-lex-models-v2/src/commands/ListBotAliasesCommand.ts +++ b/clients/client-lex-models-v2/src/commands/ListBotAliasesCommand.ts @@ -99,9 +99,6 @@ export class ListBotAliasesCommand extends $Command< ListBotAliasesCommandOutput, LexModelsV2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -115,9 +112,7 @@ export class ListBotAliasesCommand extends $Command< * @public */ constructor(readonly input: ListBotAliasesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -170,7 +165,4 @@ export class ListBotAliasesCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListBotAliasesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-lex-models-v2/src/commands/ListBotLocalesCommand.ts b/clients/client-lex-models-v2/src/commands/ListBotLocalesCommand.ts index 4e9268da01e1..b1930b1e18f6 100644 --- a/clients/client-lex-models-v2/src/commands/ListBotLocalesCommand.ts +++ b/clients/client-lex-models-v2/src/commands/ListBotLocalesCommand.ts @@ -113,9 +113,6 @@ export class ListBotLocalesCommand extends $Command< ListBotLocalesCommandOutput, LexModelsV2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -129,9 +126,7 @@ export class ListBotLocalesCommand extends $Command< * @public */ constructor(readonly input: ListBotLocalesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -184,7 +179,4 @@ export class ListBotLocalesCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListBotLocalesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-lex-models-v2/src/commands/ListBotRecommendationsCommand.ts b/clients/client-lex-models-v2/src/commands/ListBotRecommendationsCommand.ts index 36354f5e9b58..3c09eccbe6c5 100644 --- a/clients/client-lex-models-v2/src/commands/ListBotRecommendationsCommand.ts +++ b/clients/client-lex-models-v2/src/commands/ListBotRecommendationsCommand.ts @@ -102,9 +102,6 @@ export class ListBotRecommendationsCommand extends $Command< ListBotRecommendationsCommandOutput, LexModelsV2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -118,9 +115,7 @@ export class ListBotRecommendationsCommand extends $Command< * @public */ constructor(readonly input: ListBotRecommendationsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -173,7 +168,4 @@ export class ListBotRecommendationsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListBotRecommendationsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-lex-models-v2/src/commands/ListBotVersionsCommand.ts b/clients/client-lex-models-v2/src/commands/ListBotVersionsCommand.ts index b6a8ebf104c3..3b58b132db53 100644 --- a/clients/client-lex-models-v2/src/commands/ListBotVersionsCommand.ts +++ b/clients/client-lex-models-v2/src/commands/ListBotVersionsCommand.ts @@ -108,9 +108,6 @@ export class ListBotVersionsCommand extends $Command< ListBotVersionsCommandOutput, LexModelsV2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -124,9 +121,7 @@ export class ListBotVersionsCommand extends $Command< * @public */ constructor(readonly input: ListBotVersionsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -179,7 +174,4 @@ export class ListBotVersionsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListBotVersionsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-lex-models-v2/src/commands/ListBotsCommand.ts b/clients/client-lex-models-v2/src/commands/ListBotsCommand.ts index b485159f939d..c4b521aa7e68 100644 --- a/clients/client-lex-models-v2/src/commands/ListBotsCommand.ts +++ b/clients/client-lex-models-v2/src/commands/ListBotsCommand.ts @@ -110,9 +110,6 @@ export class ListBotsCommand extends $Command< ListBotsCommandOutput, LexModelsV2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -126,9 +123,7 @@ export class ListBotsCommand extends $Command< * @public */ constructor(readonly input: ListBotsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -179,7 +174,4 @@ export class ListBotsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListBotsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-lex-models-v2/src/commands/ListBuiltInIntentsCommand.ts b/clients/client-lex-models-v2/src/commands/ListBuiltInIntentsCommand.ts index 039345e9e1ca..5858a24391a2 100644 --- a/clients/client-lex-models-v2/src/commands/ListBuiltInIntentsCommand.ts +++ b/clients/client-lex-models-v2/src/commands/ListBuiltInIntentsCommand.ts @@ -103,9 +103,6 @@ export class ListBuiltInIntentsCommand extends $Command< ListBuiltInIntentsCommandOutput, LexModelsV2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -119,9 +116,7 @@ export class ListBuiltInIntentsCommand extends $Command< * @public */ constructor(readonly input: ListBuiltInIntentsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -174,7 +169,4 @@ export class ListBuiltInIntentsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListBuiltInIntentsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-lex-models-v2/src/commands/ListBuiltInSlotTypesCommand.ts b/clients/client-lex-models-v2/src/commands/ListBuiltInSlotTypesCommand.ts index 375645c62c6e..f031ff39bc74 100644 --- a/clients/client-lex-models-v2/src/commands/ListBuiltInSlotTypesCommand.ts +++ b/clients/client-lex-models-v2/src/commands/ListBuiltInSlotTypesCommand.ts @@ -99,9 +99,6 @@ export class ListBuiltInSlotTypesCommand extends $Command< ListBuiltInSlotTypesCommandOutput, LexModelsV2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -115,9 +112,7 @@ export class ListBuiltInSlotTypesCommand extends $Command< * @public */ constructor(readonly input: ListBuiltInSlotTypesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -170,7 +165,4 @@ export class ListBuiltInSlotTypesCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListBuiltInSlotTypesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-lex-models-v2/src/commands/ListCustomVocabularyItemsCommand.ts b/clients/client-lex-models-v2/src/commands/ListCustomVocabularyItemsCommand.ts index 4e8437299a64..faa47a67fbdd 100644 --- a/clients/client-lex-models-v2/src/commands/ListCustomVocabularyItemsCommand.ts +++ b/clients/client-lex-models-v2/src/commands/ListCustomVocabularyItemsCommand.ts @@ -105,9 +105,6 @@ export class ListCustomVocabularyItemsCommand extends $Command< ListCustomVocabularyItemsCommandOutput, LexModelsV2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -121,9 +118,7 @@ export class ListCustomVocabularyItemsCommand extends $Command< * @public */ constructor(readonly input: ListCustomVocabularyItemsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -179,7 +174,4 @@ export class ListCustomVocabularyItemsCommand extends $Command< ): Promise { return de_ListCustomVocabularyItemsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-lex-models-v2/src/commands/ListExportsCommand.ts b/clients/client-lex-models-v2/src/commands/ListExportsCommand.ts index 5f5d272e384b..83ac3d835d84 100644 --- a/clients/client-lex-models-v2/src/commands/ListExportsCommand.ts +++ b/clients/client-lex-models-v2/src/commands/ListExportsCommand.ts @@ -131,9 +131,6 @@ export class ListExportsCommand extends $Command< ListExportsCommandOutput, LexModelsV2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -147,9 +144,7 @@ export class ListExportsCommand extends $Command< * @public */ constructor(readonly input: ListExportsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -200,7 +195,4 @@ export class ListExportsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListExportsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-lex-models-v2/src/commands/ListImportsCommand.ts b/clients/client-lex-models-v2/src/commands/ListImportsCommand.ts index 4204581ec1bc..8e67f9603b5b 100644 --- a/clients/client-lex-models-v2/src/commands/ListImportsCommand.ts +++ b/clients/client-lex-models-v2/src/commands/ListImportsCommand.ts @@ -115,9 +115,6 @@ export class ListImportsCommand extends $Command< ListImportsCommandOutput, LexModelsV2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -131,9 +128,7 @@ export class ListImportsCommand extends $Command< * @public */ constructor(readonly input: ListImportsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -184,7 +179,4 @@ export class ListImportsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListImportsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-lex-models-v2/src/commands/ListIntentMetricsCommand.ts b/clients/client-lex-models-v2/src/commands/ListIntentMetricsCommand.ts index 354b08bc0fb6..84d8f5259da5 100644 --- a/clients/client-lex-models-v2/src/commands/ListIntentMetricsCommand.ts +++ b/clients/client-lex-models-v2/src/commands/ListIntentMetricsCommand.ts @@ -166,9 +166,6 @@ export class ListIntentMetricsCommand extends $Command< ListIntentMetricsCommandOutput, LexModelsV2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -182,9 +179,7 @@ export class ListIntentMetricsCommand extends $Command< * @public */ constructor(readonly input: ListIntentMetricsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -237,7 +232,4 @@ export class ListIntentMetricsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListIntentMetricsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-lex-models-v2/src/commands/ListIntentPathsCommand.ts b/clients/client-lex-models-v2/src/commands/ListIntentPathsCommand.ts index 6c99dbc4a03c..27311fe840dc 100644 --- a/clients/client-lex-models-v2/src/commands/ListIntentPathsCommand.ts +++ b/clients/client-lex-models-v2/src/commands/ListIntentPathsCommand.ts @@ -121,9 +121,6 @@ export class ListIntentPathsCommand extends $Command< ListIntentPathsCommandOutput, LexModelsV2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -137,9 +134,7 @@ export class ListIntentPathsCommand extends $Command< * @public */ constructor(readonly input: ListIntentPathsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -192,7 +187,4 @@ export class ListIntentPathsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListIntentPathsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-lex-models-v2/src/commands/ListIntentStageMetricsCommand.ts b/clients/client-lex-models-v2/src/commands/ListIntentStageMetricsCommand.ts index 1fe1c3f8cd81..bed386fbf19e 100644 --- a/clients/client-lex-models-v2/src/commands/ListIntentStageMetricsCommand.ts +++ b/clients/client-lex-models-v2/src/commands/ListIntentStageMetricsCommand.ts @@ -166,9 +166,6 @@ export class ListIntentStageMetricsCommand extends $Command< ListIntentStageMetricsCommandOutput, LexModelsV2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -182,9 +179,7 @@ export class ListIntentStageMetricsCommand extends $Command< * @public */ constructor(readonly input: ListIntentStageMetricsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -237,7 +232,4 @@ export class ListIntentStageMetricsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListIntentStageMetricsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-lex-models-v2/src/commands/ListIntentsCommand.ts b/clients/client-lex-models-v2/src/commands/ListIntentsCommand.ts index fc3da32b8c58..e0e4a36a697b 100644 --- a/clients/client-lex-models-v2/src/commands/ListIntentsCommand.ts +++ b/clients/client-lex-models-v2/src/commands/ListIntentsCommand.ts @@ -126,9 +126,6 @@ export class ListIntentsCommand extends $Command< ListIntentsCommandOutput, LexModelsV2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -142,9 +139,7 @@ export class ListIntentsCommand extends $Command< * @public */ constructor(readonly input: ListIntentsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -195,7 +190,4 @@ export class ListIntentsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListIntentsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-lex-models-v2/src/commands/ListRecommendedIntentsCommand.ts b/clients/client-lex-models-v2/src/commands/ListRecommendedIntentsCommand.ts index ba80c82901e7..647e0031950a 100644 --- a/clients/client-lex-models-v2/src/commands/ListRecommendedIntentsCommand.ts +++ b/clients/client-lex-models-v2/src/commands/ListRecommendedIntentsCommand.ts @@ -107,9 +107,6 @@ export class ListRecommendedIntentsCommand extends $Command< ListRecommendedIntentsCommandOutput, LexModelsV2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -123,9 +120,7 @@ export class ListRecommendedIntentsCommand extends $Command< * @public */ constructor(readonly input: ListRecommendedIntentsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -178,7 +173,4 @@ export class ListRecommendedIntentsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListRecommendedIntentsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-lex-models-v2/src/commands/ListSessionAnalyticsDataCommand.ts b/clients/client-lex-models-v2/src/commands/ListSessionAnalyticsDataCommand.ts index 68d065a15007..52e7137010f6 100644 --- a/clients/client-lex-models-v2/src/commands/ListSessionAnalyticsDataCommand.ts +++ b/clients/client-lex-models-v2/src/commands/ListSessionAnalyticsDataCommand.ts @@ -137,9 +137,6 @@ export class ListSessionAnalyticsDataCommand extends $Command< ListSessionAnalyticsDataCommandOutput, LexModelsV2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -153,9 +150,7 @@ export class ListSessionAnalyticsDataCommand extends $Command< * @public */ constructor(readonly input: ListSessionAnalyticsDataCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -208,7 +203,4 @@ export class ListSessionAnalyticsDataCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListSessionAnalyticsDataCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-lex-models-v2/src/commands/ListSessionMetricsCommand.ts b/clients/client-lex-models-v2/src/commands/ListSessionMetricsCommand.ts index 52ea9b9a3272..32b4189837ea 100644 --- a/clients/client-lex-models-v2/src/commands/ListSessionMetricsCommand.ts +++ b/clients/client-lex-models-v2/src/commands/ListSessionMetricsCommand.ts @@ -166,9 +166,6 @@ export class ListSessionMetricsCommand extends $Command< ListSessionMetricsCommandOutput, LexModelsV2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -182,9 +179,7 @@ export class ListSessionMetricsCommand extends $Command< * @public */ constructor(readonly input: ListSessionMetricsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -237,7 +232,4 @@ export class ListSessionMetricsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListSessionMetricsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-lex-models-v2/src/commands/ListSlotTypesCommand.ts b/clients/client-lex-models-v2/src/commands/ListSlotTypesCommand.ts index f49ec9c8bd46..5847c9f9260f 100644 --- a/clients/client-lex-models-v2/src/commands/ListSlotTypesCommand.ts +++ b/clients/client-lex-models-v2/src/commands/ListSlotTypesCommand.ts @@ -115,9 +115,6 @@ export class ListSlotTypesCommand extends $Command< ListSlotTypesCommandOutput, LexModelsV2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -131,9 +128,7 @@ export class ListSlotTypesCommand extends $Command< * @public */ constructor(readonly input: ListSlotTypesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -184,7 +179,4 @@ export class ListSlotTypesCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListSlotTypesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-lex-models-v2/src/commands/ListSlotsCommand.ts b/clients/client-lex-models-v2/src/commands/ListSlotsCommand.ts index e41d8d4316e9..eadf1e5296c9 100644 --- a/clients/client-lex-models-v2/src/commands/ListSlotsCommand.ts +++ b/clients/client-lex-models-v2/src/commands/ListSlotsCommand.ts @@ -197,9 +197,6 @@ export class ListSlotsCommand extends $Command< ListSlotsCommandOutput, LexModelsV2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -213,9 +210,7 @@ export class ListSlotsCommand extends $Command< * @public */ constructor(readonly input: ListSlotsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -266,7 +261,4 @@ export class ListSlotsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListSlotsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-lex-models-v2/src/commands/ListTagsForResourceCommand.ts b/clients/client-lex-models-v2/src/commands/ListTagsForResourceCommand.ts index 90f2bc3e471e..55124aa60f46 100644 --- a/clients/client-lex-models-v2/src/commands/ListTagsForResourceCommand.ts +++ b/clients/client-lex-models-v2/src/commands/ListTagsForResourceCommand.ts @@ -89,9 +89,6 @@ export class ListTagsForResourceCommand extends $Command< ListTagsForResourceCommandOutput, LexModelsV2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -105,9 +102,7 @@ export class ListTagsForResourceCommand extends $Command< * @public */ constructor(readonly input: ListTagsForResourceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -160,7 +155,4 @@ export class ListTagsForResourceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListTagsForResourceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-lex-models-v2/src/commands/ListTestExecutionResultItemsCommand.ts b/clients/client-lex-models-v2/src/commands/ListTestExecutionResultItemsCommand.ts index 57cde3725bf9..4246a10c9148 100644 --- a/clients/client-lex-models-v2/src/commands/ListTestExecutionResultItemsCommand.ts +++ b/clients/client-lex-models-v2/src/commands/ListTestExecutionResultItemsCommand.ts @@ -293,9 +293,6 @@ export class ListTestExecutionResultItemsCommand extends $Command< ListTestExecutionResultItemsCommandOutput, LexModelsV2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -309,9 +306,7 @@ export class ListTestExecutionResultItemsCommand extends $Command< * @public */ constructor(readonly input: ListTestExecutionResultItemsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -367,7 +362,4 @@ export class ListTestExecutionResultItemsCommand extends $Command< ): Promise { return de_ListTestExecutionResultItemsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-lex-models-v2/src/commands/ListTestExecutionsCommand.ts b/clients/client-lex-models-v2/src/commands/ListTestExecutionsCommand.ts index 3cf914d22a6c..c7ed848a2806 100644 --- a/clients/client-lex-models-v2/src/commands/ListTestExecutionsCommand.ts +++ b/clients/client-lex-models-v2/src/commands/ListTestExecutionsCommand.ts @@ -109,9 +109,6 @@ export class ListTestExecutionsCommand extends $Command< ListTestExecutionsCommandOutput, LexModelsV2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -125,9 +122,7 @@ export class ListTestExecutionsCommand extends $Command< * @public */ constructor(readonly input: ListTestExecutionsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -180,7 +175,4 @@ export class ListTestExecutionsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListTestExecutionsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-lex-models-v2/src/commands/ListTestSetRecordsCommand.ts b/clients/client-lex-models-v2/src/commands/ListTestSetRecordsCommand.ts index 34f356e55d12..f98a2ba08833 100644 --- a/clients/client-lex-models-v2/src/commands/ListTestSetRecordsCommand.ts +++ b/clients/client-lex-models-v2/src/commands/ListTestSetRecordsCommand.ts @@ -177,9 +177,6 @@ export class ListTestSetRecordsCommand extends $Command< ListTestSetRecordsCommandOutput, LexModelsV2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -193,9 +190,7 @@ export class ListTestSetRecordsCommand extends $Command< * @public */ constructor(readonly input: ListTestSetRecordsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -248,7 +243,4 @@ export class ListTestSetRecordsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListTestSetRecordsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-lex-models-v2/src/commands/ListTestSetsCommand.ts b/clients/client-lex-models-v2/src/commands/ListTestSetsCommand.ts index aa107338a6c6..0315bc000218 100644 --- a/clients/client-lex-models-v2/src/commands/ListTestSetsCommand.ts +++ b/clients/client-lex-models-v2/src/commands/ListTestSetsCommand.ts @@ -108,9 +108,6 @@ export class ListTestSetsCommand extends $Command< ListTestSetsCommandOutput, LexModelsV2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -124,9 +121,7 @@ export class ListTestSetsCommand extends $Command< * @public */ constructor(readonly input: ListTestSetsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -177,7 +172,4 @@ export class ListTestSetsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListTestSetsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-lex-models-v2/src/commands/ListUtteranceAnalyticsDataCommand.ts b/clients/client-lex-models-v2/src/commands/ListUtteranceAnalyticsDataCommand.ts index 2be06fadd3a5..aff413e428e1 100644 --- a/clients/client-lex-models-v2/src/commands/ListUtteranceAnalyticsDataCommand.ts +++ b/clients/client-lex-models-v2/src/commands/ListUtteranceAnalyticsDataCommand.ts @@ -171,9 +171,6 @@ export class ListUtteranceAnalyticsDataCommand extends $Command< ListUtteranceAnalyticsDataCommandOutput, LexModelsV2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -187,9 +184,7 @@ export class ListUtteranceAnalyticsDataCommand extends $Command< * @public */ constructor(readonly input: ListUtteranceAnalyticsDataCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -245,7 +240,4 @@ export class ListUtteranceAnalyticsDataCommand extends $Command< ): Promise { return de_ListUtteranceAnalyticsDataCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-lex-models-v2/src/commands/ListUtteranceMetricsCommand.ts b/clients/client-lex-models-v2/src/commands/ListUtteranceMetricsCommand.ts index ee1aea7210b4..911bd6313c73 100644 --- a/clients/client-lex-models-v2/src/commands/ListUtteranceMetricsCommand.ts +++ b/clients/client-lex-models-v2/src/commands/ListUtteranceMetricsCommand.ts @@ -182,9 +182,6 @@ export class ListUtteranceMetricsCommand extends $Command< ListUtteranceMetricsCommandOutput, LexModelsV2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -198,9 +195,7 @@ export class ListUtteranceMetricsCommand extends $Command< * @public */ constructor(readonly input: ListUtteranceMetricsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -253,7 +248,4 @@ export class ListUtteranceMetricsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListUtteranceMetricsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-lex-models-v2/src/commands/SearchAssociatedTranscriptsCommand.ts b/clients/client-lex-models-v2/src/commands/SearchAssociatedTranscriptsCommand.ts index 293fddb609e7..0cd75d5c9b2d 100644 --- a/clients/client-lex-models-v2/src/commands/SearchAssociatedTranscriptsCommand.ts +++ b/clients/client-lex-models-v2/src/commands/SearchAssociatedTranscriptsCommand.ts @@ -119,9 +119,6 @@ export class SearchAssociatedTranscriptsCommand extends $Command< SearchAssociatedTranscriptsCommandOutput, LexModelsV2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -135,9 +132,7 @@ export class SearchAssociatedTranscriptsCommand extends $Command< * @public */ constructor(readonly input: SearchAssociatedTranscriptsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -193,7 +188,4 @@ export class SearchAssociatedTranscriptsCommand extends $Command< ): Promise { return de_SearchAssociatedTranscriptsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-lex-models-v2/src/commands/StartBotRecommendationCommand.ts b/clients/client-lex-models-v2/src/commands/StartBotRecommendationCommand.ts index ca3a02a4c1f9..f9cd7f278e7e 100644 --- a/clients/client-lex-models-v2/src/commands/StartBotRecommendationCommand.ts +++ b/clients/client-lex-models-v2/src/commands/StartBotRecommendationCommand.ts @@ -162,9 +162,6 @@ export class StartBotRecommendationCommand extends $Command< StartBotRecommendationCommandOutput, LexModelsV2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -178,9 +175,7 @@ export class StartBotRecommendationCommand extends $Command< * @public */ constructor(readonly input: StartBotRecommendationCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -233,7 +228,4 @@ export class StartBotRecommendationCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_StartBotRecommendationCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-lex-models-v2/src/commands/StartImportCommand.ts b/clients/client-lex-models-v2/src/commands/StartImportCommand.ts index 08bb716150c7..f1e19cad6a90 100644 --- a/clients/client-lex-models-v2/src/commands/StartImportCommand.ts +++ b/clients/client-lex-models-v2/src/commands/StartImportCommand.ts @@ -198,9 +198,6 @@ export class StartImportCommand extends $Command< StartImportCommandOutput, LexModelsV2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -214,9 +211,7 @@ export class StartImportCommand extends $Command< * @public */ constructor(readonly input: StartImportCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -267,7 +262,4 @@ export class StartImportCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_StartImportCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-lex-models-v2/src/commands/StartTestExecutionCommand.ts b/clients/client-lex-models-v2/src/commands/StartTestExecutionCommand.ts index 4b5170ec8860..52415f9228de 100644 --- a/clients/client-lex-models-v2/src/commands/StartTestExecutionCommand.ts +++ b/clients/client-lex-models-v2/src/commands/StartTestExecutionCommand.ts @@ -114,9 +114,6 @@ export class StartTestExecutionCommand extends $Command< StartTestExecutionCommandOutput, LexModelsV2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -130,9 +127,7 @@ export class StartTestExecutionCommand extends $Command< * @public */ constructor(readonly input: StartTestExecutionCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -185,7 +180,4 @@ export class StartTestExecutionCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_StartTestExecutionCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-lex-models-v2/src/commands/StartTestSetGenerationCommand.ts b/clients/client-lex-models-v2/src/commands/StartTestSetGenerationCommand.ts index 0f849bed28f9..d5b784de1d7a 100644 --- a/clients/client-lex-models-v2/src/commands/StartTestSetGenerationCommand.ts +++ b/clients/client-lex-models-v2/src/commands/StartTestSetGenerationCommand.ts @@ -141,9 +141,6 @@ export class StartTestSetGenerationCommand extends $Command< StartTestSetGenerationCommandOutput, LexModelsV2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -157,9 +154,7 @@ export class StartTestSetGenerationCommand extends $Command< * @public */ constructor(readonly input: StartTestSetGenerationCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -212,7 +207,4 @@ export class StartTestSetGenerationCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_StartTestSetGenerationCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-lex-models-v2/src/commands/StopBotRecommendationCommand.ts b/clients/client-lex-models-v2/src/commands/StopBotRecommendationCommand.ts index 54ab3bd5729e..d53b469326aa 100644 --- a/clients/client-lex-models-v2/src/commands/StopBotRecommendationCommand.ts +++ b/clients/client-lex-models-v2/src/commands/StopBotRecommendationCommand.ts @@ -106,9 +106,6 @@ export class StopBotRecommendationCommand extends $Command< StopBotRecommendationCommandOutput, LexModelsV2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -122,9 +119,7 @@ export class StopBotRecommendationCommand extends $Command< * @public */ constructor(readonly input: StopBotRecommendationCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -177,7 +172,4 @@ export class StopBotRecommendationCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_StopBotRecommendationCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-lex-models-v2/src/commands/TagResourceCommand.ts b/clients/client-lex-models-v2/src/commands/TagResourceCommand.ts index 265ad5d18aa2..c13c550df6a9 100644 --- a/clients/client-lex-models-v2/src/commands/TagResourceCommand.ts +++ b/clients/client-lex-models-v2/src/commands/TagResourceCommand.ts @@ -89,9 +89,6 @@ export class TagResourceCommand extends $Command< TagResourceCommandOutput, LexModelsV2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -105,9 +102,7 @@ export class TagResourceCommand extends $Command< * @public */ constructor(readonly input: TagResourceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -158,7 +153,4 @@ export class TagResourceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_TagResourceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-lex-models-v2/src/commands/UntagResourceCommand.ts b/clients/client-lex-models-v2/src/commands/UntagResourceCommand.ts index a6550edc944e..083addda15d3 100644 --- a/clients/client-lex-models-v2/src/commands/UntagResourceCommand.ts +++ b/clients/client-lex-models-v2/src/commands/UntagResourceCommand.ts @@ -87,9 +87,6 @@ export class UntagResourceCommand extends $Command< UntagResourceCommandOutput, LexModelsV2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -103,9 +100,7 @@ export class UntagResourceCommand extends $Command< * @public */ constructor(readonly input: UntagResourceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -156,7 +151,4 @@ export class UntagResourceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UntagResourceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-lex-models-v2/src/commands/UpdateBotAliasCommand.ts b/clients/client-lex-models-v2/src/commands/UpdateBotAliasCommand.ts index 9a48c5f75ea3..a0c015244eae 100644 --- a/clients/client-lex-models-v2/src/commands/UpdateBotAliasCommand.ts +++ b/clients/client-lex-models-v2/src/commands/UpdateBotAliasCommand.ts @@ -188,9 +188,6 @@ export class UpdateBotAliasCommand extends $Command< UpdateBotAliasCommandOutput, LexModelsV2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -204,9 +201,7 @@ export class UpdateBotAliasCommand extends $Command< * @public */ constructor(readonly input: UpdateBotAliasCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -259,7 +254,4 @@ export class UpdateBotAliasCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdateBotAliasCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-lex-models-v2/src/commands/UpdateBotCommand.ts b/clients/client-lex-models-v2/src/commands/UpdateBotCommand.ts index 60c6b183f483..8653ab270d88 100644 --- a/clients/client-lex-models-v2/src/commands/UpdateBotCommand.ts +++ b/clients/client-lex-models-v2/src/commands/UpdateBotCommand.ts @@ -132,9 +132,6 @@ export class UpdateBotCommand extends $Command< UpdateBotCommandOutput, LexModelsV2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -148,9 +145,7 @@ export class UpdateBotCommand extends $Command< * @public */ constructor(readonly input: UpdateBotCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -201,7 +196,4 @@ export class UpdateBotCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdateBotCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-lex-models-v2/src/commands/UpdateBotLocaleCommand.ts b/clients/client-lex-models-v2/src/commands/UpdateBotLocaleCommand.ts index 4c97d4ffe7f7..8efea295b1b2 100644 --- a/clients/client-lex-models-v2/src/commands/UpdateBotLocaleCommand.ts +++ b/clients/client-lex-models-v2/src/commands/UpdateBotLocaleCommand.ts @@ -121,9 +121,6 @@ export class UpdateBotLocaleCommand extends $Command< UpdateBotLocaleCommandOutput, LexModelsV2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -137,9 +134,7 @@ export class UpdateBotLocaleCommand extends $Command< * @public */ constructor(readonly input: UpdateBotLocaleCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -192,7 +187,4 @@ export class UpdateBotLocaleCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdateBotLocaleCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-lex-models-v2/src/commands/UpdateBotRecommendationCommand.ts b/clients/client-lex-models-v2/src/commands/UpdateBotRecommendationCommand.ts index 7ec151e7398f..4733e4d8b77e 100644 --- a/clients/client-lex-models-v2/src/commands/UpdateBotRecommendationCommand.ts +++ b/clients/client-lex-models-v2/src/commands/UpdateBotRecommendationCommand.ts @@ -143,9 +143,6 @@ export class UpdateBotRecommendationCommand extends $Command< UpdateBotRecommendationCommandOutput, LexModelsV2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -159,9 +156,7 @@ export class UpdateBotRecommendationCommand extends $Command< * @public */ constructor(readonly input: UpdateBotRecommendationCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -214,7 +209,4 @@ export class UpdateBotRecommendationCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdateBotRecommendationCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-lex-models-v2/src/commands/UpdateExportCommand.ts b/clients/client-lex-models-v2/src/commands/UpdateExportCommand.ts index 4030289d0555..ef368d8821d4 100644 --- a/clients/client-lex-models-v2/src/commands/UpdateExportCommand.ts +++ b/clients/client-lex-models-v2/src/commands/UpdateExportCommand.ts @@ -122,9 +122,6 @@ export class UpdateExportCommand extends $Command< UpdateExportCommandOutput, LexModelsV2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -138,9 +135,7 @@ export class UpdateExportCommand extends $Command< * @public */ constructor(readonly input: UpdateExportCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -191,7 +186,4 @@ export class UpdateExportCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdateExportCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-lex-models-v2/src/commands/UpdateIntentCommand.ts b/clients/client-lex-models-v2/src/commands/UpdateIntentCommand.ts index bf300bd8bd51..6f536c02eb0d 100644 --- a/clients/client-lex-models-v2/src/commands/UpdateIntentCommand.ts +++ b/clients/client-lex-models-v2/src/commands/UpdateIntentCommand.ts @@ -965,9 +965,6 @@ export class UpdateIntentCommand extends $Command< UpdateIntentCommandOutput, LexModelsV2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -981,9 +978,7 @@ export class UpdateIntentCommand extends $Command< * @public */ constructor(readonly input: UpdateIntentCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -1034,7 +1029,4 @@ export class UpdateIntentCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdateIntentCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-lex-models-v2/src/commands/UpdateResourcePolicyCommand.ts b/clients/client-lex-models-v2/src/commands/UpdateResourcePolicyCommand.ts index 00eeeacd58fd..881b06d01a3d 100644 --- a/clients/client-lex-models-v2/src/commands/UpdateResourcePolicyCommand.ts +++ b/clients/client-lex-models-v2/src/commands/UpdateResourcePolicyCommand.ts @@ -99,9 +99,6 @@ export class UpdateResourcePolicyCommand extends $Command< UpdateResourcePolicyCommandOutput, LexModelsV2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -115,9 +112,7 @@ export class UpdateResourcePolicyCommand extends $Command< * @public */ constructor(readonly input: UpdateResourcePolicyCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -170,7 +165,4 @@ export class UpdateResourcePolicyCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdateResourcePolicyCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-lex-models-v2/src/commands/UpdateSlotCommand.ts b/clients/client-lex-models-v2/src/commands/UpdateSlotCommand.ts index 3c7a234f653b..1200fc0153a8 100644 --- a/clients/client-lex-models-v2/src/commands/UpdateSlotCommand.ts +++ b/clients/client-lex-models-v2/src/commands/UpdateSlotCommand.ts @@ -893,9 +893,6 @@ export class UpdateSlotCommand extends $Command< UpdateSlotCommandOutput, LexModelsV2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -909,9 +906,7 @@ export class UpdateSlotCommand extends $Command< * @public */ constructor(readonly input: UpdateSlotCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -962,7 +957,4 @@ export class UpdateSlotCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdateSlotCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-lex-models-v2/src/commands/UpdateSlotTypeCommand.ts b/clients/client-lex-models-v2/src/commands/UpdateSlotTypeCommand.ts index a7fe27d51035..21a10392a53d 100644 --- a/clients/client-lex-models-v2/src/commands/UpdateSlotTypeCommand.ts +++ b/clients/client-lex-models-v2/src/commands/UpdateSlotTypeCommand.ts @@ -185,9 +185,6 @@ export class UpdateSlotTypeCommand extends $Command< UpdateSlotTypeCommandOutput, LexModelsV2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -201,9 +198,7 @@ export class UpdateSlotTypeCommand extends $Command< * @public */ constructor(readonly input: UpdateSlotTypeCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -256,7 +251,4 @@ export class UpdateSlotTypeCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdateSlotTypeCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-lex-models-v2/src/commands/UpdateTestSetCommand.ts b/clients/client-lex-models-v2/src/commands/UpdateTestSetCommand.ts index 3d0adaa45c78..adfc90495316 100644 --- a/clients/client-lex-models-v2/src/commands/UpdateTestSetCommand.ts +++ b/clients/client-lex-models-v2/src/commands/UpdateTestSetCommand.ts @@ -110,9 +110,6 @@ export class UpdateTestSetCommand extends $Command< UpdateTestSetCommandOutput, LexModelsV2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -126,9 +123,7 @@ export class UpdateTestSetCommand extends $Command< * @public */ constructor(readonly input: UpdateTestSetCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -179,7 +174,4 @@ export class UpdateTestSetCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdateTestSetCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-lex-runtime-service/package.json b/clients/client-lex-runtime-service/package.json index 05b1e52d6a09..788bab9f24b9 100644 --- a/clients/client-lex-runtime-service/package.json +++ b/clients/client-lex-runtime-service/package.json @@ -36,30 +36,30 @@ "@aws-sdk/util-endpoints": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@smithy/config-resolver": "^2.0.16", - "@smithy/fetch-http-handler": "^2.2.4", - "@smithy/hash-node": "^2.0.12", - "@smithy/invalid-dependency": "^2.0.12", - "@smithy/middleware-content-length": "^2.0.14", - "@smithy/middleware-endpoint": "^2.1.3", - "@smithy/middleware-retry": "^2.0.18", - "@smithy/middleware-serde": "^2.0.12", - "@smithy/middleware-stack": "^2.0.6", - "@smithy/node-config-provider": "^2.1.3", - "@smithy/node-http-handler": "^2.1.8", - "@smithy/protocol-http": "^3.0.8", - "@smithy/smithy-client": "^2.1.12", - "@smithy/types": "^2.4.0", - "@smithy/url-parser": "^2.0.12", - "@smithy/util-base64": "^2.0.0", + "@smithy/config-resolver": "^2.0.18", + "@smithy/fetch-http-handler": "^2.2.6", + "@smithy/hash-node": "^2.0.15", + "@smithy/invalid-dependency": "^2.0.13", + "@smithy/middleware-content-length": "^2.0.15", + "@smithy/middleware-endpoint": "^2.2.0", + "@smithy/middleware-retry": "^2.0.20", + "@smithy/middleware-serde": "^2.0.13", + "@smithy/middleware-stack": "^2.0.7", + "@smithy/node-config-provider": "^2.1.5", + "@smithy/node-http-handler": "^2.1.9", + "@smithy/protocol-http": "^3.0.9", + "@smithy/smithy-client": "^2.1.15", + "@smithy/types": "^2.5.0", + "@smithy/url-parser": "^2.0.13", + "@smithy/util-base64": "^2.0.1", "@smithy/util-body-length-browser": "^2.0.0", "@smithy/util-body-length-node": "^2.1.0", - "@smithy/util-defaults-mode-browser": "^2.0.16", - "@smithy/util-defaults-mode-node": "^2.0.21", - "@smithy/util-endpoints": "^1.0.2", - "@smithy/util-retry": "^2.0.5", - "@smithy/util-stream": "^2.0.17", - "@smithy/util-utf8": "^2.0.0", + "@smithy/util-defaults-mode-browser": "^2.0.19", + "@smithy/util-defaults-mode-node": "^2.0.25", + "@smithy/util-endpoints": "^1.0.4", + "@smithy/util-retry": "^2.0.6", + "@smithy/util-stream": "^2.0.20", + "@smithy/util-utf8": "^2.0.2", "tslib": "^2.5.0" }, "devDependencies": { diff --git a/clients/client-lex-runtime-service/src/commands/DeleteSessionCommand.ts b/clients/client-lex-runtime-service/src/commands/DeleteSessionCommand.ts index 19bd5c6a4546..da0091374a92 100644 --- a/clients/client-lex-runtime-service/src/commands/DeleteSessionCommand.ts +++ b/clients/client-lex-runtime-service/src/commands/DeleteSessionCommand.ts @@ -99,9 +99,6 @@ export class DeleteSessionCommand extends $Command< DeleteSessionCommandOutput, LexRuntimeServiceClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -115,9 +112,7 @@ export class DeleteSessionCommand extends $Command< * @public */ constructor(readonly input: DeleteSessionCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -168,7 +163,4 @@ export class DeleteSessionCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteSessionCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-lex-runtime-service/src/commands/GetSessionCommand.ts b/clients/client-lex-runtime-service/src/commands/GetSessionCommand.ts index 5c6735a52588..9fbb0129304f 100644 --- a/clients/client-lex-runtime-service/src/commands/GetSessionCommand.ts +++ b/clients/client-lex-runtime-service/src/commands/GetSessionCommand.ts @@ -130,9 +130,6 @@ export class GetSessionCommand extends $Command< GetSessionCommandOutput, LexRuntimeServiceClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -146,9 +143,7 @@ export class GetSessionCommand extends $Command< * @public */ constructor(readonly input: GetSessionCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -199,7 +194,4 @@ export class GetSessionCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetSessionCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-lex-runtime-service/src/commands/PostContentCommand.ts b/clients/client-lex-runtime-service/src/commands/PostContentCommand.ts index 78a14b8d4975..ef3b30dd8b5a 100644 --- a/clients/client-lex-runtime-service/src/commands/PostContentCommand.ts +++ b/clients/client-lex-runtime-service/src/commands/PostContentCommand.ts @@ -243,9 +243,6 @@ export class PostContentCommand extends $Command< PostContentCommandOutput, LexRuntimeServiceClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -259,9 +256,7 @@ export class PostContentCommand extends $Command< * @public */ constructor(readonly input: PostContentCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -315,7 +310,4 @@ export class PostContentCommand extends $Command< ): Promise { return de_PostContentCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-lex-runtime-service/src/commands/PostTextCommand.ts b/clients/client-lex-runtime-service/src/commands/PostTextCommand.ts index 6650f7ccf463..635c71cc8f7e 100644 --- a/clients/client-lex-runtime-service/src/commands/PostTextCommand.ts +++ b/clients/client-lex-runtime-service/src/commands/PostTextCommand.ts @@ -280,9 +280,6 @@ export class PostTextCommand extends $Command< PostTextCommandOutput, LexRuntimeServiceClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -296,9 +293,7 @@ export class PostTextCommand extends $Command< * @public */ constructor(readonly input: PostTextCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -349,7 +344,4 @@ export class PostTextCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_PostTextCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-lex-runtime-service/src/commands/PutSessionCommand.ts b/clients/client-lex-runtime-service/src/commands/PutSessionCommand.ts index 9e2199e71a7c..db55a5a8cca5 100644 --- a/clients/client-lex-runtime-service/src/commands/PutSessionCommand.ts +++ b/clients/client-lex-runtime-service/src/commands/PutSessionCommand.ts @@ -183,9 +183,6 @@ export class PutSessionCommand extends $Command< PutSessionCommandOutput, LexRuntimeServiceClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -199,9 +196,7 @@ export class PutSessionCommand extends $Command< * @public */ constructor(readonly input: PutSessionCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -255,7 +250,4 @@ export class PutSessionCommand extends $Command< ): Promise { return de_PutSessionCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-lex-runtime-v2/package.json b/clients/client-lex-runtime-v2/package.json index 733704de1eb0..0a68523b38ae 100644 --- a/clients/client-lex-runtime-v2/package.json +++ b/clients/client-lex-runtime-v2/package.json @@ -36,33 +36,33 @@ "@aws-sdk/util-endpoints": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@smithy/config-resolver": "^2.0.16", - "@smithy/eventstream-serde-browser": "^2.0.12", - "@smithy/eventstream-serde-config-resolver": "^2.0.12", - "@smithy/eventstream-serde-node": "^2.0.12", - "@smithy/fetch-http-handler": "^2.2.4", - "@smithy/hash-node": "^2.0.12", - "@smithy/invalid-dependency": "^2.0.12", - "@smithy/middleware-content-length": "^2.0.14", - "@smithy/middleware-endpoint": "^2.1.3", - "@smithy/middleware-retry": "^2.0.18", - "@smithy/middleware-serde": "^2.0.12", - "@smithy/middleware-stack": "^2.0.6", - "@smithy/node-config-provider": "^2.1.3", - "@smithy/node-http-handler": "^2.1.8", - "@smithy/protocol-http": "^3.0.8", - "@smithy/smithy-client": "^2.1.12", - "@smithy/types": "^2.4.0", - "@smithy/url-parser": "^2.0.12", - "@smithy/util-base64": "^2.0.0", + "@smithy/config-resolver": "^2.0.18", + "@smithy/eventstream-serde-browser": "^2.0.13", + "@smithy/eventstream-serde-config-resolver": "^2.0.13", + "@smithy/eventstream-serde-node": "^2.0.13", + "@smithy/fetch-http-handler": "^2.2.6", + "@smithy/hash-node": "^2.0.15", + "@smithy/invalid-dependency": "^2.0.13", + "@smithy/middleware-content-length": "^2.0.15", + "@smithy/middleware-endpoint": "^2.2.0", + "@smithy/middleware-retry": "^2.0.20", + "@smithy/middleware-serde": "^2.0.13", + "@smithy/middleware-stack": "^2.0.7", + "@smithy/node-config-provider": "^2.1.5", + "@smithy/node-http-handler": "^2.1.9", + "@smithy/protocol-http": "^3.0.9", + "@smithy/smithy-client": "^2.1.15", + "@smithy/types": "^2.5.0", + "@smithy/url-parser": "^2.0.13", + "@smithy/util-base64": "^2.0.1", "@smithy/util-body-length-browser": "^2.0.0", "@smithy/util-body-length-node": "^2.1.0", - "@smithy/util-defaults-mode-browser": "^2.0.16", - "@smithy/util-defaults-mode-node": "^2.0.21", - "@smithy/util-endpoints": "^1.0.2", - "@smithy/util-retry": "^2.0.5", - "@smithy/util-stream": "^2.0.17", - "@smithy/util-utf8": "^2.0.0", + "@smithy/util-defaults-mode-browser": "^2.0.19", + "@smithy/util-defaults-mode-node": "^2.0.25", + "@smithy/util-endpoints": "^1.0.4", + "@smithy/util-retry": "^2.0.6", + "@smithy/util-stream": "^2.0.20", + "@smithy/util-utf8": "^2.0.2", "tslib": "^2.5.0" }, "devDependencies": { diff --git a/clients/client-lex-runtime-v2/src/commands/DeleteSessionCommand.ts b/clients/client-lex-runtime-v2/src/commands/DeleteSessionCommand.ts index e590f9b80ac9..8ad35769a426 100644 --- a/clients/client-lex-runtime-v2/src/commands/DeleteSessionCommand.ts +++ b/clients/client-lex-runtime-v2/src/commands/DeleteSessionCommand.ts @@ -107,9 +107,6 @@ export class DeleteSessionCommand extends $Command< DeleteSessionCommandOutput, LexRuntimeV2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -123,9 +120,7 @@ export class DeleteSessionCommand extends $Command< * @public */ constructor(readonly input: DeleteSessionCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -176,7 +171,4 @@ export class DeleteSessionCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteSessionCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-lex-runtime-v2/src/commands/GetSessionCommand.ts b/clients/client-lex-runtime-v2/src/commands/GetSessionCommand.ts index f9b4dd333e6d..752681e82d4b 100644 --- a/clients/client-lex-runtime-v2/src/commands/GetSessionCommand.ts +++ b/clients/client-lex-runtime-v2/src/commands/GetSessionCommand.ts @@ -224,9 +224,6 @@ export class GetSessionCommand extends $Command< GetSessionCommandOutput, LexRuntimeV2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -240,9 +237,7 @@ export class GetSessionCommand extends $Command< * @public */ constructor(readonly input: GetSessionCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -293,7 +288,4 @@ export class GetSessionCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetSessionCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-lex-runtime-v2/src/commands/PutSessionCommand.ts b/clients/client-lex-runtime-v2/src/commands/PutSessionCommand.ts index 444f30d9a3f1..2bc6b6f09985 100644 --- a/clients/client-lex-runtime-v2/src/commands/PutSessionCommand.ts +++ b/clients/client-lex-runtime-v2/src/commands/PutSessionCommand.ts @@ -223,9 +223,6 @@ export class PutSessionCommand extends $Command< PutSessionCommandOutput, LexRuntimeV2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -239,9 +236,7 @@ export class PutSessionCommand extends $Command< * @public */ constructor(readonly input: PutSessionCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -295,7 +290,4 @@ export class PutSessionCommand extends $Command< ): Promise { return de_PutSessionCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-lex-runtime-v2/src/commands/RecognizeTextCommand.ts b/clients/client-lex-runtime-v2/src/commands/RecognizeTextCommand.ts index 04ca5d52561b..3249ada4b79b 100644 --- a/clients/client-lex-runtime-v2/src/commands/RecognizeTextCommand.ts +++ b/clients/client-lex-runtime-v2/src/commands/RecognizeTextCommand.ts @@ -360,9 +360,6 @@ export class RecognizeTextCommand extends $Command< RecognizeTextCommandOutput, LexRuntimeV2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -376,9 +373,7 @@ export class RecognizeTextCommand extends $Command< * @public */ constructor(readonly input: RecognizeTextCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -429,7 +424,4 @@ export class RecognizeTextCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_RecognizeTextCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-lex-runtime-v2/src/commands/RecognizeUtteranceCommand.ts b/clients/client-lex-runtime-v2/src/commands/RecognizeUtteranceCommand.ts index e7f3756d0a24..89d4ebfa5c26 100644 --- a/clients/client-lex-runtime-v2/src/commands/RecognizeUtteranceCommand.ts +++ b/clients/client-lex-runtime-v2/src/commands/RecognizeUtteranceCommand.ts @@ -188,9 +188,6 @@ export class RecognizeUtteranceCommand extends $Command< RecognizeUtteranceCommandOutput, LexRuntimeV2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -204,9 +201,7 @@ export class RecognizeUtteranceCommand extends $Command< * @public */ constructor(readonly input: RecognizeUtteranceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -262,7 +257,4 @@ export class RecognizeUtteranceCommand extends $Command< ): Promise { return de_RecognizeUtteranceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-lex-runtime-v2/src/commands/StartConversationCommand.ts b/clients/client-lex-runtime-v2/src/commands/StartConversationCommand.ts index 18369db2d931..78896a4f0411 100644 --- a/clients/client-lex-runtime-v2/src/commands/StartConversationCommand.ts +++ b/clients/client-lex-runtime-v2/src/commands/StartConversationCommand.ts @@ -478,9 +478,6 @@ export class StartConversationCommand extends $Command< StartConversationCommandOutput, LexRuntimeV2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -494,9 +491,7 @@ export class StartConversationCommand extends $Command< * @public */ constructor(readonly input: StartConversationCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -556,7 +551,4 @@ export class StartConversationCommand extends $Command< ): Promise { return de_StartConversationCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-license-manager-linux-subscriptions/package.json b/clients/client-license-manager-linux-subscriptions/package.json index eeee02ce2b74..3672c9b861c3 100644 --- a/clients/client-license-manager-linux-subscriptions/package.json +++ b/clients/client-license-manager-linux-subscriptions/package.json @@ -34,29 +34,29 @@ "@aws-sdk/util-endpoints": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@smithy/config-resolver": "^2.0.16", - "@smithy/fetch-http-handler": "^2.2.4", - "@smithy/hash-node": "^2.0.12", - "@smithy/invalid-dependency": "^2.0.12", - "@smithy/middleware-content-length": "^2.0.14", - "@smithy/middleware-endpoint": "^2.1.3", - "@smithy/middleware-retry": "^2.0.18", - "@smithy/middleware-serde": "^2.0.12", - "@smithy/middleware-stack": "^2.0.6", - "@smithy/node-config-provider": "^2.1.3", - "@smithy/node-http-handler": "^2.1.8", - "@smithy/protocol-http": "^3.0.8", - "@smithy/smithy-client": "^2.1.12", - "@smithy/types": "^2.4.0", - "@smithy/url-parser": "^2.0.12", - "@smithy/util-base64": "^2.0.0", + "@smithy/config-resolver": "^2.0.18", + "@smithy/fetch-http-handler": "^2.2.6", + "@smithy/hash-node": "^2.0.15", + "@smithy/invalid-dependency": "^2.0.13", + "@smithy/middleware-content-length": "^2.0.15", + "@smithy/middleware-endpoint": "^2.2.0", + "@smithy/middleware-retry": "^2.0.20", + "@smithy/middleware-serde": "^2.0.13", + "@smithy/middleware-stack": "^2.0.7", + "@smithy/node-config-provider": "^2.1.5", + "@smithy/node-http-handler": "^2.1.9", + "@smithy/protocol-http": "^3.0.9", + "@smithy/smithy-client": "^2.1.15", + "@smithy/types": "^2.5.0", + "@smithy/url-parser": "^2.0.13", + "@smithy/util-base64": "^2.0.1", "@smithy/util-body-length-browser": "^2.0.0", "@smithy/util-body-length-node": "^2.1.0", - "@smithy/util-defaults-mode-browser": "^2.0.16", - "@smithy/util-defaults-mode-node": "^2.0.21", - "@smithy/util-endpoints": "^1.0.2", - "@smithy/util-retry": "^2.0.5", - "@smithy/util-utf8": "^2.0.0", + "@smithy/util-defaults-mode-browser": "^2.0.19", + "@smithy/util-defaults-mode-node": "^2.0.25", + "@smithy/util-endpoints": "^1.0.4", + "@smithy/util-retry": "^2.0.6", + "@smithy/util-utf8": "^2.0.2", "tslib": "^2.5.0" }, "devDependencies": { diff --git a/clients/client-license-manager-linux-subscriptions/src/commands/GetServiceSettingsCommand.ts b/clients/client-license-manager-linux-subscriptions/src/commands/GetServiceSettingsCommand.ts index 163b875a8b37..22b2337e42ec 100644 --- a/clients/client-license-manager-linux-subscriptions/src/commands/GetServiceSettingsCommand.ts +++ b/clients/client-license-manager-linux-subscriptions/src/commands/GetServiceSettingsCommand.ts @@ -94,9 +94,6 @@ export class GetServiceSettingsCommand extends $Command< GetServiceSettingsCommandOutput, LicenseManagerLinuxSubscriptionsClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -110,9 +107,7 @@ export class GetServiceSettingsCommand extends $Command< * @public */ constructor(readonly input: GetServiceSettingsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -165,7 +160,4 @@ export class GetServiceSettingsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetServiceSettingsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-license-manager-linux-subscriptions/src/commands/ListLinuxSubscriptionInstancesCommand.ts b/clients/client-license-manager-linux-subscriptions/src/commands/ListLinuxSubscriptionInstancesCommand.ts index c7d2b8782e15..5d984ff927ff 100644 --- a/clients/client-license-manager-linux-subscriptions/src/commands/ListLinuxSubscriptionInstancesCommand.ts +++ b/clients/client-license-manager-linux-subscriptions/src/commands/ListLinuxSubscriptionInstancesCommand.ts @@ -115,9 +115,6 @@ export class ListLinuxSubscriptionInstancesCommand extends $Command< ListLinuxSubscriptionInstancesCommandOutput, LicenseManagerLinuxSubscriptionsClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -131,9 +128,7 @@ export class ListLinuxSubscriptionInstancesCommand extends $Command< * @public */ constructor(readonly input: ListLinuxSubscriptionInstancesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -192,7 +187,4 @@ export class ListLinuxSubscriptionInstancesCommand extends $Command< ): Promise { return de_ListLinuxSubscriptionInstancesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-license-manager-linux-subscriptions/src/commands/ListLinuxSubscriptionsCommand.ts b/clients/client-license-manager-linux-subscriptions/src/commands/ListLinuxSubscriptionsCommand.ts index b8de57243831..7ea1dc618e67 100644 --- a/clients/client-license-manager-linux-subscriptions/src/commands/ListLinuxSubscriptionsCommand.ts +++ b/clients/client-license-manager-linux-subscriptions/src/commands/ListLinuxSubscriptionsCommand.ts @@ -102,9 +102,6 @@ export class ListLinuxSubscriptionsCommand extends $Command< ListLinuxSubscriptionsCommandOutput, LicenseManagerLinuxSubscriptionsClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -118,9 +115,7 @@ export class ListLinuxSubscriptionsCommand extends $Command< * @public */ constructor(readonly input: ListLinuxSubscriptionsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -173,7 +168,4 @@ export class ListLinuxSubscriptionsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListLinuxSubscriptionsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-license-manager-linux-subscriptions/src/commands/UpdateServiceSettingsCommand.ts b/clients/client-license-manager-linux-subscriptions/src/commands/UpdateServiceSettingsCommand.ts index 89f4b57eade6..543f2616d186 100644 --- a/clients/client-license-manager-linux-subscriptions/src/commands/UpdateServiceSettingsCommand.ts +++ b/clients/client-license-manager-linux-subscriptions/src/commands/UpdateServiceSettingsCommand.ts @@ -103,9 +103,6 @@ export class UpdateServiceSettingsCommand extends $Command< UpdateServiceSettingsCommandOutput, LicenseManagerLinuxSubscriptionsClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -119,9 +116,7 @@ export class UpdateServiceSettingsCommand extends $Command< * @public */ constructor(readonly input: UpdateServiceSettingsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -174,7 +169,4 @@ export class UpdateServiceSettingsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdateServiceSettingsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-license-manager-user-subscriptions/package.json b/clients/client-license-manager-user-subscriptions/package.json index e03603219fac..dd5756e47cf7 100644 --- a/clients/client-license-manager-user-subscriptions/package.json +++ b/clients/client-license-manager-user-subscriptions/package.json @@ -34,29 +34,29 @@ "@aws-sdk/util-endpoints": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@smithy/config-resolver": "^2.0.16", - "@smithy/fetch-http-handler": "^2.2.4", - "@smithy/hash-node": "^2.0.12", - "@smithy/invalid-dependency": "^2.0.12", - "@smithy/middleware-content-length": "^2.0.14", - "@smithy/middleware-endpoint": "^2.1.3", - "@smithy/middleware-retry": "^2.0.18", - "@smithy/middleware-serde": "^2.0.12", - "@smithy/middleware-stack": "^2.0.6", - "@smithy/node-config-provider": "^2.1.3", - "@smithy/node-http-handler": "^2.1.8", - "@smithy/protocol-http": "^3.0.8", - "@smithy/smithy-client": "^2.1.12", - "@smithy/types": "^2.4.0", - "@smithy/url-parser": "^2.0.12", - "@smithy/util-base64": "^2.0.0", + "@smithy/config-resolver": "^2.0.18", + "@smithy/fetch-http-handler": "^2.2.6", + "@smithy/hash-node": "^2.0.15", + "@smithy/invalid-dependency": "^2.0.13", + "@smithy/middleware-content-length": "^2.0.15", + "@smithy/middleware-endpoint": "^2.2.0", + "@smithy/middleware-retry": "^2.0.20", + "@smithy/middleware-serde": "^2.0.13", + "@smithy/middleware-stack": "^2.0.7", + "@smithy/node-config-provider": "^2.1.5", + "@smithy/node-http-handler": "^2.1.9", + "@smithy/protocol-http": "^3.0.9", + "@smithy/smithy-client": "^2.1.15", + "@smithy/types": "^2.5.0", + "@smithy/url-parser": "^2.0.13", + "@smithy/util-base64": "^2.0.1", "@smithy/util-body-length-browser": "^2.0.0", "@smithy/util-body-length-node": "^2.1.0", - "@smithy/util-defaults-mode-browser": "^2.0.16", - "@smithy/util-defaults-mode-node": "^2.0.21", - "@smithy/util-endpoints": "^1.0.2", - "@smithy/util-retry": "^2.0.5", - "@smithy/util-utf8": "^2.0.0", + "@smithy/util-defaults-mode-browser": "^2.0.19", + "@smithy/util-defaults-mode-node": "^2.0.25", + "@smithy/util-endpoints": "^1.0.4", + "@smithy/util-retry": "^2.0.6", + "@smithy/util-utf8": "^2.0.2", "tslib": "^2.5.0" }, "devDependencies": { diff --git a/clients/client-license-manager-user-subscriptions/src/commands/AssociateUserCommand.ts b/clients/client-license-manager-user-subscriptions/src/commands/AssociateUserCommand.ts index 104dc953b9a3..3bdd69b4af79 100644 --- a/clients/client-license-manager-user-subscriptions/src/commands/AssociateUserCommand.ts +++ b/clients/client-license-manager-user-subscriptions/src/commands/AssociateUserCommand.ts @@ -121,9 +121,6 @@ export class AssociateUserCommand extends $Command< AssociateUserCommandOutput, LicenseManagerUserSubscriptionsClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -137,9 +134,7 @@ export class AssociateUserCommand extends $Command< * @public */ constructor(readonly input: AssociateUserCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -190,7 +185,4 @@ export class AssociateUserCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_AssociateUserCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-license-manager-user-subscriptions/src/commands/DeregisterIdentityProviderCommand.ts b/clients/client-license-manager-user-subscriptions/src/commands/DeregisterIdentityProviderCommand.ts index 6fcf609dcfeb..9cf68d4cc96a 100644 --- a/clients/client-license-manager-user-subscriptions/src/commands/DeregisterIdentityProviderCommand.ts +++ b/clients/client-license-manager-user-subscriptions/src/commands/DeregisterIdentityProviderCommand.ts @@ -116,9 +116,6 @@ export class DeregisterIdentityProviderCommand extends $Command< DeregisterIdentityProviderCommandOutput, LicenseManagerUserSubscriptionsClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -132,9 +129,7 @@ export class DeregisterIdentityProviderCommand extends $Command< * @public */ constructor(readonly input: DeregisterIdentityProviderCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -190,7 +185,4 @@ export class DeregisterIdentityProviderCommand extends $Command< ): Promise { return de_DeregisterIdentityProviderCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-license-manager-user-subscriptions/src/commands/DisassociateUserCommand.ts b/clients/client-license-manager-user-subscriptions/src/commands/DisassociateUserCommand.ts index 1eb37f66d2be..1623e476adf3 100644 --- a/clients/client-license-manager-user-subscriptions/src/commands/DisassociateUserCommand.ts +++ b/clients/client-license-manager-user-subscriptions/src/commands/DisassociateUserCommand.ts @@ -116,9 +116,6 @@ export class DisassociateUserCommand extends $Command< DisassociateUserCommandOutput, LicenseManagerUserSubscriptionsClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -132,9 +129,7 @@ export class DisassociateUserCommand extends $Command< * @public */ constructor(readonly input: DisassociateUserCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -187,7 +182,4 @@ export class DisassociateUserCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DisassociateUserCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-license-manager-user-subscriptions/src/commands/ListIdentityProvidersCommand.ts b/clients/client-license-manager-user-subscriptions/src/commands/ListIdentityProvidersCommand.ts index 17272b01fcef..694975f86f1d 100644 --- a/clients/client-license-manager-user-subscriptions/src/commands/ListIdentityProvidersCommand.ts +++ b/clients/client-license-manager-user-subscriptions/src/commands/ListIdentityProvidersCommand.ts @@ -115,9 +115,6 @@ export class ListIdentityProvidersCommand extends $Command< ListIdentityProvidersCommandOutput, LicenseManagerUserSubscriptionsClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -131,9 +128,7 @@ export class ListIdentityProvidersCommand extends $Command< * @public */ constructor(readonly input: ListIdentityProvidersCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -186,7 +181,4 @@ export class ListIdentityProvidersCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListIdentityProvidersCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-license-manager-user-subscriptions/src/commands/ListInstancesCommand.ts b/clients/client-license-manager-user-subscriptions/src/commands/ListInstancesCommand.ts index 848f386671ba..8140913910a5 100644 --- a/clients/client-license-manager-user-subscriptions/src/commands/ListInstancesCommand.ts +++ b/clients/client-license-manager-user-subscriptions/src/commands/ListInstancesCommand.ts @@ -115,9 +115,6 @@ export class ListInstancesCommand extends $Command< ListInstancesCommandOutput, LicenseManagerUserSubscriptionsClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -131,9 +128,7 @@ export class ListInstancesCommand extends $Command< * @public */ constructor(readonly input: ListInstancesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -184,7 +179,4 @@ export class ListInstancesCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListInstancesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-license-manager-user-subscriptions/src/commands/ListProductSubscriptionsCommand.ts b/clients/client-license-manager-user-subscriptions/src/commands/ListProductSubscriptionsCommand.ts index aeba6af5cde8..a12081063b44 100644 --- a/clients/client-license-manager-user-subscriptions/src/commands/ListProductSubscriptionsCommand.ts +++ b/clients/client-license-manager-user-subscriptions/src/commands/ListProductSubscriptionsCommand.ts @@ -126,9 +126,6 @@ export class ListProductSubscriptionsCommand extends $Command< ListProductSubscriptionsCommandOutput, LicenseManagerUserSubscriptionsClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -142,9 +139,7 @@ export class ListProductSubscriptionsCommand extends $Command< * @public */ constructor(readonly input: ListProductSubscriptionsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -197,7 +192,4 @@ export class ListProductSubscriptionsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListProductSubscriptionsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-license-manager-user-subscriptions/src/commands/ListUserAssociationsCommand.ts b/clients/client-license-manager-user-subscriptions/src/commands/ListUserAssociationsCommand.ts index 45c10f5941fc..67756fa98b54 100644 --- a/clients/client-license-manager-user-subscriptions/src/commands/ListUserAssociationsCommand.ts +++ b/clients/client-license-manager-user-subscriptions/src/commands/ListUserAssociationsCommand.ts @@ -126,9 +126,6 @@ export class ListUserAssociationsCommand extends $Command< ListUserAssociationsCommandOutput, LicenseManagerUserSubscriptionsClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -142,9 +139,7 @@ export class ListUserAssociationsCommand extends $Command< * @public */ constructor(readonly input: ListUserAssociationsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -197,7 +192,4 @@ export class ListUserAssociationsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListUserAssociationsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-license-manager-user-subscriptions/src/commands/RegisterIdentityProviderCommand.ts b/clients/client-license-manager-user-subscriptions/src/commands/RegisterIdentityProviderCommand.ts index b440b5a35cc9..864b9db922de 100644 --- a/clients/client-license-manager-user-subscriptions/src/commands/RegisterIdentityProviderCommand.ts +++ b/clients/client-license-manager-user-subscriptions/src/commands/RegisterIdentityProviderCommand.ts @@ -122,9 +122,6 @@ export class RegisterIdentityProviderCommand extends $Command< RegisterIdentityProviderCommandOutput, LicenseManagerUserSubscriptionsClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -138,9 +135,7 @@ export class RegisterIdentityProviderCommand extends $Command< * @public */ constructor(readonly input: RegisterIdentityProviderCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -193,7 +188,4 @@ export class RegisterIdentityProviderCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_RegisterIdentityProviderCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-license-manager-user-subscriptions/src/commands/StartProductSubscriptionCommand.ts b/clients/client-license-manager-user-subscriptions/src/commands/StartProductSubscriptionCommand.ts index 7114a73ae228..dfb8eb2d6b14 100644 --- a/clients/client-license-manager-user-subscriptions/src/commands/StartProductSubscriptionCommand.ts +++ b/clients/client-license-manager-user-subscriptions/src/commands/StartProductSubscriptionCommand.ts @@ -121,9 +121,6 @@ export class StartProductSubscriptionCommand extends $Command< StartProductSubscriptionCommandOutput, LicenseManagerUserSubscriptionsClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -137,9 +134,7 @@ export class StartProductSubscriptionCommand extends $Command< * @public */ constructor(readonly input: StartProductSubscriptionCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -192,7 +187,4 @@ export class StartProductSubscriptionCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_StartProductSubscriptionCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-license-manager-user-subscriptions/src/commands/StopProductSubscriptionCommand.ts b/clients/client-license-manager-user-subscriptions/src/commands/StopProductSubscriptionCommand.ts index 7b8956627d0b..e1397a3739ed 100644 --- a/clients/client-license-manager-user-subscriptions/src/commands/StopProductSubscriptionCommand.ts +++ b/clients/client-license-manager-user-subscriptions/src/commands/StopProductSubscriptionCommand.ts @@ -116,9 +116,6 @@ export class StopProductSubscriptionCommand extends $Command< StopProductSubscriptionCommandOutput, LicenseManagerUserSubscriptionsClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -132,9 +129,7 @@ export class StopProductSubscriptionCommand extends $Command< * @public */ constructor(readonly input: StopProductSubscriptionCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -187,7 +182,4 @@ export class StopProductSubscriptionCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_StopProductSubscriptionCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-license-manager-user-subscriptions/src/commands/UpdateIdentityProviderSettingsCommand.ts b/clients/client-license-manager-user-subscriptions/src/commands/UpdateIdentityProviderSettingsCommand.ts index 7df08dc377c6..51b9f705c6c9 100644 --- a/clients/client-license-manager-user-subscriptions/src/commands/UpdateIdentityProviderSettingsCommand.ts +++ b/clients/client-license-manager-user-subscriptions/src/commands/UpdateIdentityProviderSettingsCommand.ts @@ -121,9 +121,6 @@ export class UpdateIdentityProviderSettingsCommand extends $Command< UpdateIdentityProviderSettingsCommandOutput, LicenseManagerUserSubscriptionsClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -137,9 +134,7 @@ export class UpdateIdentityProviderSettingsCommand extends $Command< * @public */ constructor(readonly input: UpdateIdentityProviderSettingsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -198,7 +193,4 @@ export class UpdateIdentityProviderSettingsCommand extends $Command< ): Promise { return de_UpdateIdentityProviderSettingsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-license-manager/package.json b/clients/client-license-manager/package.json index 02bbe7d6ac99..d7c245755321 100644 --- a/clients/client-license-manager/package.json +++ b/clients/client-license-manager/package.json @@ -34,29 +34,29 @@ "@aws-sdk/util-endpoints": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@smithy/config-resolver": "^2.0.16", - "@smithy/fetch-http-handler": "^2.2.4", - "@smithy/hash-node": "^2.0.12", - "@smithy/invalid-dependency": "^2.0.12", - "@smithy/middleware-content-length": "^2.0.14", - "@smithy/middleware-endpoint": "^2.1.3", - "@smithy/middleware-retry": "^2.0.18", - "@smithy/middleware-serde": "^2.0.12", - "@smithy/middleware-stack": "^2.0.6", - "@smithy/node-config-provider": "^2.1.3", - "@smithy/node-http-handler": "^2.1.8", - "@smithy/protocol-http": "^3.0.8", - "@smithy/smithy-client": "^2.1.12", - "@smithy/types": "^2.4.0", - "@smithy/url-parser": "^2.0.12", - "@smithy/util-base64": "^2.0.0", + "@smithy/config-resolver": "^2.0.18", + "@smithy/fetch-http-handler": "^2.2.6", + "@smithy/hash-node": "^2.0.15", + "@smithy/invalid-dependency": "^2.0.13", + "@smithy/middleware-content-length": "^2.0.15", + "@smithy/middleware-endpoint": "^2.2.0", + "@smithy/middleware-retry": "^2.0.20", + "@smithy/middleware-serde": "^2.0.13", + "@smithy/middleware-stack": "^2.0.7", + "@smithy/node-config-provider": "^2.1.5", + "@smithy/node-http-handler": "^2.1.9", + "@smithy/protocol-http": "^3.0.9", + "@smithy/smithy-client": "^2.1.15", + "@smithy/types": "^2.5.0", + "@smithy/url-parser": "^2.0.13", + "@smithy/util-base64": "^2.0.1", "@smithy/util-body-length-browser": "^2.0.0", "@smithy/util-body-length-node": "^2.1.0", - "@smithy/util-defaults-mode-browser": "^2.0.16", - "@smithy/util-defaults-mode-node": "^2.0.21", - "@smithy/util-endpoints": "^1.0.2", - "@smithy/util-retry": "^2.0.5", - "@smithy/util-utf8": "^2.0.0", + "@smithy/util-defaults-mode-browser": "^2.0.19", + "@smithy/util-defaults-mode-node": "^2.0.25", + "@smithy/util-endpoints": "^1.0.4", + "@smithy/util-retry": "^2.0.6", + "@smithy/util-utf8": "^2.0.2", "tslib": "^2.5.0" }, "devDependencies": { diff --git a/clients/client-license-manager/src/commands/AcceptGrantCommand.ts b/clients/client-license-manager/src/commands/AcceptGrantCommand.ts index 73fd08c94548..5cfceb82d5a9 100644 --- a/clients/client-license-manager/src/commands/AcceptGrantCommand.ts +++ b/clients/client-license-manager/src/commands/AcceptGrantCommand.ts @@ -94,9 +94,6 @@ export class AcceptGrantCommand extends $Command< AcceptGrantCommandOutput, LicenseManagerClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -110,9 +107,7 @@ export class AcceptGrantCommand extends $Command< * @public */ constructor(readonly input: AcceptGrantCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -163,7 +158,4 @@ export class AcceptGrantCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_AcceptGrantCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-license-manager/src/commands/CheckInLicenseCommand.ts b/clients/client-license-manager/src/commands/CheckInLicenseCommand.ts index 8bcf0f19fb1e..f2c4af5c3954 100644 --- a/clients/client-license-manager/src/commands/CheckInLicenseCommand.ts +++ b/clients/client-license-manager/src/commands/CheckInLicenseCommand.ts @@ -94,9 +94,6 @@ export class CheckInLicenseCommand extends $Command< CheckInLicenseCommandOutput, LicenseManagerClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -110,9 +107,7 @@ export class CheckInLicenseCommand extends $Command< * @public */ constructor(readonly input: CheckInLicenseCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -165,7 +160,4 @@ export class CheckInLicenseCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CheckInLicenseCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-license-manager/src/commands/CheckoutBorrowLicenseCommand.ts b/clients/client-license-manager/src/commands/CheckoutBorrowLicenseCommand.ts index 506275c66b76..bc074f5e99cf 100644 --- a/clients/client-license-manager/src/commands/CheckoutBorrowLicenseCommand.ts +++ b/clients/client-license-manager/src/commands/CheckoutBorrowLicenseCommand.ts @@ -138,9 +138,6 @@ export class CheckoutBorrowLicenseCommand extends $Command< CheckoutBorrowLicenseCommandOutput, LicenseManagerClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -154,9 +151,7 @@ export class CheckoutBorrowLicenseCommand extends $Command< * @public */ constructor(readonly input: CheckoutBorrowLicenseCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -209,7 +204,4 @@ export class CheckoutBorrowLicenseCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CheckoutBorrowLicenseCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-license-manager/src/commands/CheckoutLicenseCommand.ts b/clients/client-license-manager/src/commands/CheckoutLicenseCommand.ts index 67e8fb5e9b3f..a02d150a9c0a 100644 --- a/clients/client-license-manager/src/commands/CheckoutLicenseCommand.ts +++ b/clients/client-license-manager/src/commands/CheckoutLicenseCommand.ts @@ -130,9 +130,6 @@ export class CheckoutLicenseCommand extends $Command< CheckoutLicenseCommandOutput, LicenseManagerClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -146,9 +143,7 @@ export class CheckoutLicenseCommand extends $Command< * @public */ constructor(readonly input: CheckoutLicenseCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -201,7 +196,4 @@ export class CheckoutLicenseCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CheckoutLicenseCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-license-manager/src/commands/CreateGrantCommand.ts b/clients/client-license-manager/src/commands/CreateGrantCommand.ts index a963e33ffdf3..898be14058a8 100644 --- a/clients/client-license-manager/src/commands/CreateGrantCommand.ts +++ b/clients/client-license-manager/src/commands/CreateGrantCommand.ts @@ -105,9 +105,6 @@ export class CreateGrantCommand extends $Command< CreateGrantCommandOutput, LicenseManagerClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -121,9 +118,7 @@ export class CreateGrantCommand extends $Command< * @public */ constructor(readonly input: CreateGrantCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -174,7 +169,4 @@ export class CreateGrantCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateGrantCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-license-manager/src/commands/CreateGrantVersionCommand.ts b/clients/client-license-manager/src/commands/CreateGrantVersionCommand.ts index 69cb10a6c166..92ba4801ef6a 100644 --- a/clients/client-license-manager/src/commands/CreateGrantVersionCommand.ts +++ b/clients/client-license-manager/src/commands/CreateGrantVersionCommand.ts @@ -106,9 +106,6 @@ export class CreateGrantVersionCommand extends $Command< CreateGrantVersionCommandOutput, LicenseManagerClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -122,9 +119,7 @@ export class CreateGrantVersionCommand extends $Command< * @public */ constructor(readonly input: CreateGrantVersionCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -177,7 +172,4 @@ export class CreateGrantVersionCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateGrantVersionCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-license-manager/src/commands/CreateLicenseCommand.ts b/clients/client-license-manager/src/commands/CreateLicenseCommand.ts index 96944076d857..fac929faa7bd 100644 --- a/clients/client-license-manager/src/commands/CreateLicenseCommand.ts +++ b/clients/client-license-manager/src/commands/CreateLicenseCommand.ts @@ -133,9 +133,6 @@ export class CreateLicenseCommand extends $Command< CreateLicenseCommandOutput, LicenseManagerClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -149,9 +146,7 @@ export class CreateLicenseCommand extends $Command< * @public */ constructor(readonly input: CreateLicenseCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -202,7 +197,4 @@ export class CreateLicenseCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateLicenseCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-license-manager/src/commands/CreateLicenseConfigurationCommand.ts b/clients/client-license-manager/src/commands/CreateLicenseConfigurationCommand.ts index d5943b843dff..c06a638f5309 100644 --- a/clients/client-license-manager/src/commands/CreateLicenseConfigurationCommand.ts +++ b/clients/client-license-manager/src/commands/CreateLicenseConfigurationCommand.ts @@ -122,9 +122,6 @@ export class CreateLicenseConfigurationCommand extends $Command< CreateLicenseConfigurationCommandOutput, LicenseManagerClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -138,9 +135,7 @@ export class CreateLicenseConfigurationCommand extends $Command< * @public */ constructor(readonly input: CreateLicenseConfigurationCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -196,7 +191,4 @@ export class CreateLicenseConfigurationCommand extends $Command< ): Promise { return de_CreateLicenseConfigurationCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-license-manager/src/commands/CreateLicenseConversionTaskForResourceCommand.ts b/clients/client-license-manager/src/commands/CreateLicenseConversionTaskForResourceCommand.ts index a60c0b3781a5..f2f0420f883d 100644 --- a/clients/client-license-manager/src/commands/CreateLicenseConversionTaskForResourceCommand.ts +++ b/clients/client-license-manager/src/commands/CreateLicenseConversionTaskForResourceCommand.ts @@ -104,9 +104,6 @@ export class CreateLicenseConversionTaskForResourceCommand extends $Command< CreateLicenseConversionTaskForResourceCommandOutput, LicenseManagerClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -120,9 +117,7 @@ export class CreateLicenseConversionTaskForResourceCommand extends $Command< * @public */ constructor(readonly input: CreateLicenseConversionTaskForResourceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -181,7 +176,4 @@ export class CreateLicenseConversionTaskForResourceCommand extends $Command< ): Promise { return de_CreateLicenseConversionTaskForResourceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-license-manager/src/commands/CreateLicenseManagerReportGeneratorCommand.ts b/clients/client-license-manager/src/commands/CreateLicenseManagerReportGeneratorCommand.ts index 00ce12a0aea0..e3756f419d2a 100644 --- a/clients/client-license-manager/src/commands/CreateLicenseManagerReportGeneratorCommand.ts +++ b/clients/client-license-manager/src/commands/CreateLicenseManagerReportGeneratorCommand.ts @@ -123,9 +123,6 @@ export class CreateLicenseManagerReportGeneratorCommand extends $Command< CreateLicenseManagerReportGeneratorCommandOutput, LicenseManagerClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -139,9 +136,7 @@ export class CreateLicenseManagerReportGeneratorCommand extends $Command< * @public */ constructor(readonly input: CreateLicenseManagerReportGeneratorCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -200,7 +195,4 @@ export class CreateLicenseManagerReportGeneratorCommand extends $Command< ): Promise { return de_CreateLicenseManagerReportGeneratorCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-license-manager/src/commands/CreateLicenseVersionCommand.ts b/clients/client-license-manager/src/commands/CreateLicenseVersionCommand.ts index 43fc0e0060ad..4b41a30ced0d 100644 --- a/clients/client-license-manager/src/commands/CreateLicenseVersionCommand.ts +++ b/clients/client-license-manager/src/commands/CreateLicenseVersionCommand.ts @@ -137,9 +137,6 @@ export class CreateLicenseVersionCommand extends $Command< CreateLicenseVersionCommandOutput, LicenseManagerClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -153,9 +150,7 @@ export class CreateLicenseVersionCommand extends $Command< * @public */ constructor(readonly input: CreateLicenseVersionCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -208,7 +203,4 @@ export class CreateLicenseVersionCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateLicenseVersionCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-license-manager/src/commands/CreateTokenCommand.ts b/clients/client-license-manager/src/commands/CreateTokenCommand.ts index 22c367ab91c6..f2674678575f 100644 --- a/clients/client-license-manager/src/commands/CreateTokenCommand.ts +++ b/clients/client-license-manager/src/commands/CreateTokenCommand.ts @@ -108,9 +108,6 @@ export class CreateTokenCommand extends $Command< CreateTokenCommandOutput, LicenseManagerClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -124,9 +121,7 @@ export class CreateTokenCommand extends $Command< * @public */ constructor(readonly input: CreateTokenCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -177,7 +172,4 @@ export class CreateTokenCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateTokenCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-license-manager/src/commands/DeleteGrantCommand.ts b/clients/client-license-manager/src/commands/DeleteGrantCommand.ts index 80095d56326f..8ac8d3f0d186 100644 --- a/clients/client-license-manager/src/commands/DeleteGrantCommand.ts +++ b/clients/client-license-manager/src/commands/DeleteGrantCommand.ts @@ -96,9 +96,6 @@ export class DeleteGrantCommand extends $Command< DeleteGrantCommandOutput, LicenseManagerClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -112,9 +109,7 @@ export class DeleteGrantCommand extends $Command< * @public */ constructor(readonly input: DeleteGrantCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -165,7 +160,4 @@ export class DeleteGrantCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteGrantCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-license-manager/src/commands/DeleteLicenseCommand.ts b/clients/client-license-manager/src/commands/DeleteLicenseCommand.ts index 82ca04a11567..2928fc3987b7 100644 --- a/clients/client-license-manager/src/commands/DeleteLicenseCommand.ts +++ b/clients/client-license-manager/src/commands/DeleteLicenseCommand.ts @@ -97,9 +97,6 @@ export class DeleteLicenseCommand extends $Command< DeleteLicenseCommandOutput, LicenseManagerClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -113,9 +110,7 @@ export class DeleteLicenseCommand extends $Command< * @public */ constructor(readonly input: DeleteLicenseCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -166,7 +161,4 @@ export class DeleteLicenseCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteLicenseCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-license-manager/src/commands/DeleteLicenseConfigurationCommand.ts b/clients/client-license-manager/src/commands/DeleteLicenseConfigurationCommand.ts index 5be431f1dd6b..97f170029d95 100644 --- a/clients/client-license-manager/src/commands/DeleteLicenseConfigurationCommand.ts +++ b/clients/client-license-manager/src/commands/DeleteLicenseConfigurationCommand.ts @@ -85,9 +85,6 @@ export class DeleteLicenseConfigurationCommand extends $Command< DeleteLicenseConfigurationCommandOutput, LicenseManagerClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -101,9 +98,7 @@ export class DeleteLicenseConfigurationCommand extends $Command< * @public */ constructor(readonly input: DeleteLicenseConfigurationCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -159,7 +154,4 @@ export class DeleteLicenseConfigurationCommand extends $Command< ): Promise { return de_DeleteLicenseConfigurationCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-license-manager/src/commands/DeleteLicenseManagerReportGeneratorCommand.ts b/clients/client-license-manager/src/commands/DeleteLicenseManagerReportGeneratorCommand.ts index 37e73326a413..20c7bd29efb9 100644 --- a/clients/client-license-manager/src/commands/DeleteLicenseManagerReportGeneratorCommand.ts +++ b/clients/client-license-manager/src/commands/DeleteLicenseManagerReportGeneratorCommand.ts @@ -103,9 +103,6 @@ export class DeleteLicenseManagerReportGeneratorCommand extends $Command< DeleteLicenseManagerReportGeneratorCommandOutput, LicenseManagerClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -119,9 +116,7 @@ export class DeleteLicenseManagerReportGeneratorCommand extends $Command< * @public */ constructor(readonly input: DeleteLicenseManagerReportGeneratorCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -180,7 +175,4 @@ export class DeleteLicenseManagerReportGeneratorCommand extends $Command< ): Promise { return de_DeleteLicenseManagerReportGeneratorCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-license-manager/src/commands/DeleteTokenCommand.ts b/clients/client-license-manager/src/commands/DeleteTokenCommand.ts index 5787463a2e75..9a6c269bce52 100644 --- a/clients/client-license-manager/src/commands/DeleteTokenCommand.ts +++ b/clients/client-license-manager/src/commands/DeleteTokenCommand.ts @@ -90,9 +90,6 @@ export class DeleteTokenCommand extends $Command< DeleteTokenCommandOutput, LicenseManagerClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -106,9 +103,7 @@ export class DeleteTokenCommand extends $Command< * @public */ constructor(readonly input: DeleteTokenCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -159,7 +154,4 @@ export class DeleteTokenCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteTokenCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-license-manager/src/commands/ExtendLicenseConsumptionCommand.ts b/clients/client-license-manager/src/commands/ExtendLicenseConsumptionCommand.ts index 965026372778..d5d5e6ff18b7 100644 --- a/clients/client-license-manager/src/commands/ExtendLicenseConsumptionCommand.ts +++ b/clients/client-license-manager/src/commands/ExtendLicenseConsumptionCommand.ts @@ -94,9 +94,6 @@ export class ExtendLicenseConsumptionCommand extends $Command< ExtendLicenseConsumptionCommandOutput, LicenseManagerClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -110,9 +107,7 @@ export class ExtendLicenseConsumptionCommand extends $Command< * @public */ constructor(readonly input: ExtendLicenseConsumptionCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -165,7 +160,4 @@ export class ExtendLicenseConsumptionCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ExtendLicenseConsumptionCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-license-manager/src/commands/GetAccessTokenCommand.ts b/clients/client-license-manager/src/commands/GetAccessTokenCommand.ts index 7b6c6a1a82b8..91b7f68da441 100644 --- a/clients/client-license-manager/src/commands/GetAccessTokenCommand.ts +++ b/clients/client-license-manager/src/commands/GetAccessTokenCommand.ts @@ -90,9 +90,6 @@ export class GetAccessTokenCommand extends $Command< GetAccessTokenCommandOutput, LicenseManagerClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -106,9 +103,7 @@ export class GetAccessTokenCommand extends $Command< * @public */ constructor(readonly input: GetAccessTokenCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -161,7 +156,4 @@ export class GetAccessTokenCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetAccessTokenCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-license-manager/src/commands/GetGrantCommand.ts b/clients/client-license-manager/src/commands/GetGrantCommand.ts index 205ed08aecfc..e676d85cfe06 100644 --- a/clients/client-license-manager/src/commands/GetGrantCommand.ts +++ b/clients/client-license-manager/src/commands/GetGrantCommand.ts @@ -109,9 +109,6 @@ export class GetGrantCommand extends $Command< GetGrantCommandOutput, LicenseManagerClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -125,9 +122,7 @@ export class GetGrantCommand extends $Command< * @public */ constructor(readonly input: GetGrantCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -178,7 +173,4 @@ export class GetGrantCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetGrantCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-license-manager/src/commands/GetLicenseCommand.ts b/clients/client-license-manager/src/commands/GetLicenseCommand.ts index d931dcacc053..a5cd145c59bd 100644 --- a/clients/client-license-manager/src/commands/GetLicenseCommand.ts +++ b/clients/client-license-manager/src/commands/GetLicenseCommand.ts @@ -135,9 +135,6 @@ export class GetLicenseCommand extends $Command< GetLicenseCommandOutput, LicenseManagerClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -151,9 +148,7 @@ export class GetLicenseCommand extends $Command< * @public */ constructor(readonly input: GetLicenseCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -204,7 +199,4 @@ export class GetLicenseCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetLicenseCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-license-manager/src/commands/GetLicenseConfigurationCommand.ts b/clients/client-license-manager/src/commands/GetLicenseConfigurationCommand.ts index 52b2c33c4a8b..fa1b3b7e5c15 100644 --- a/clients/client-license-manager/src/commands/GetLicenseConfigurationCommand.ts +++ b/clients/client-license-manager/src/commands/GetLicenseConfigurationCommand.ts @@ -134,9 +134,6 @@ export class GetLicenseConfigurationCommand extends $Command< GetLicenseConfigurationCommandOutput, LicenseManagerClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -150,9 +147,7 @@ export class GetLicenseConfigurationCommand extends $Command< * @public */ constructor(readonly input: GetLicenseConfigurationCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -205,7 +200,4 @@ export class GetLicenseConfigurationCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetLicenseConfigurationCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-license-manager/src/commands/GetLicenseConversionTaskCommand.ts b/clients/client-license-manager/src/commands/GetLicenseConversionTaskCommand.ts index 44a86ed7edf7..6e419c7d7293 100644 --- a/clients/client-license-manager/src/commands/GetLicenseConversionTaskCommand.ts +++ b/clients/client-license-manager/src/commands/GetLicenseConversionTaskCommand.ts @@ -98,9 +98,6 @@ export class GetLicenseConversionTaskCommand extends $Command< GetLicenseConversionTaskCommandOutput, LicenseManagerClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -114,9 +111,7 @@ export class GetLicenseConversionTaskCommand extends $Command< * @public */ constructor(readonly input: GetLicenseConversionTaskCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -169,7 +164,4 @@ export class GetLicenseConversionTaskCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetLicenseConversionTaskCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-license-manager/src/commands/GetLicenseManagerReportGeneratorCommand.ts b/clients/client-license-manager/src/commands/GetLicenseManagerReportGeneratorCommand.ts index 0a4fc0f4bd81..2aa2fe4c6f92 100644 --- a/clients/client-license-manager/src/commands/GetLicenseManagerReportGeneratorCommand.ts +++ b/clients/client-license-manager/src/commands/GetLicenseManagerReportGeneratorCommand.ts @@ -131,9 +131,6 @@ export class GetLicenseManagerReportGeneratorCommand extends $Command< GetLicenseManagerReportGeneratorCommandOutput, LicenseManagerClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -147,9 +144,7 @@ export class GetLicenseManagerReportGeneratorCommand extends $Command< * @public */ constructor(readonly input: GetLicenseManagerReportGeneratorCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -208,7 +203,4 @@ export class GetLicenseManagerReportGeneratorCommand extends $Command< ): Promise { return de_GetLicenseManagerReportGeneratorCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-license-manager/src/commands/GetLicenseUsageCommand.ts b/clients/client-license-manager/src/commands/GetLicenseUsageCommand.ts index e1a8fcf73f1b..aee84cd493f0 100644 --- a/clients/client-license-manager/src/commands/GetLicenseUsageCommand.ts +++ b/clients/client-license-manager/src/commands/GetLicenseUsageCommand.ts @@ -98,9 +98,6 @@ export class GetLicenseUsageCommand extends $Command< GetLicenseUsageCommandOutput, LicenseManagerClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -114,9 +111,7 @@ export class GetLicenseUsageCommand extends $Command< * @public */ constructor(readonly input: GetLicenseUsageCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -169,7 +164,4 @@ export class GetLicenseUsageCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetLicenseUsageCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-license-manager/src/commands/GetServiceSettingsCommand.ts b/clients/client-license-manager/src/commands/GetServiceSettingsCommand.ts index e02039b8ccce..782576ce6bf4 100644 --- a/clients/client-license-manager/src/commands/GetServiceSettingsCommand.ts +++ b/clients/client-license-manager/src/commands/GetServiceSettingsCommand.ts @@ -87,9 +87,6 @@ export class GetServiceSettingsCommand extends $Command< GetServiceSettingsCommandOutput, LicenseManagerClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -103,9 +100,7 @@ export class GetServiceSettingsCommand extends $Command< * @public */ constructor(readonly input: GetServiceSettingsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -158,7 +153,4 @@ export class GetServiceSettingsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetServiceSettingsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-license-manager/src/commands/ListAssociationsForLicenseConfigurationCommand.ts b/clients/client-license-manager/src/commands/ListAssociationsForLicenseConfigurationCommand.ts index c1d7d296a55c..ae23a7014a80 100644 --- a/clients/client-license-manager/src/commands/ListAssociationsForLicenseConfigurationCommand.ts +++ b/clients/client-license-manager/src/commands/ListAssociationsForLicenseConfigurationCommand.ts @@ -112,9 +112,6 @@ export class ListAssociationsForLicenseConfigurationCommand extends $Command< ListAssociationsForLicenseConfigurationCommandOutput, LicenseManagerClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -128,9 +125,7 @@ export class ListAssociationsForLicenseConfigurationCommand extends $Command< * @public */ constructor(readonly input: ListAssociationsForLicenseConfigurationCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -195,7 +190,4 @@ export class ListAssociationsForLicenseConfigurationCommand extends $Command< ): Promise { return de_ListAssociationsForLicenseConfigurationCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-license-manager/src/commands/ListDistributedGrantsCommand.ts b/clients/client-license-manager/src/commands/ListDistributedGrantsCommand.ts index 1ac5c32c86ed..563a8ec26cda 100644 --- a/clients/client-license-manager/src/commands/ListDistributedGrantsCommand.ts +++ b/clients/client-license-manager/src/commands/ListDistributedGrantsCommand.ts @@ -123,9 +123,6 @@ export class ListDistributedGrantsCommand extends $Command< ListDistributedGrantsCommandOutput, LicenseManagerClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -139,9 +136,7 @@ export class ListDistributedGrantsCommand extends $Command< * @public */ constructor(readonly input: ListDistributedGrantsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -194,7 +189,4 @@ export class ListDistributedGrantsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListDistributedGrantsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-license-manager/src/commands/ListFailuresForLicenseConfigurationOperationsCommand.ts b/clients/client-license-manager/src/commands/ListFailuresForLicenseConfigurationOperationsCommand.ts index ca4d3c8498e8..9998ebed23ab 100644 --- a/clients/client-license-manager/src/commands/ListFailuresForLicenseConfigurationOperationsCommand.ts +++ b/clients/client-license-manager/src/commands/ListFailuresForLicenseConfigurationOperationsCommand.ts @@ -114,9 +114,6 @@ export class ListFailuresForLicenseConfigurationOperationsCommand extends $Comma ListFailuresForLicenseConfigurationOperationsCommandOutput, LicenseManagerClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -130,9 +127,7 @@ export class ListFailuresForLicenseConfigurationOperationsCommand extends $Comma * @public */ constructor(readonly input: ListFailuresForLicenseConfigurationOperationsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -197,7 +192,4 @@ export class ListFailuresForLicenseConfigurationOperationsCommand extends $Comma ): Promise { return de_ListFailuresForLicenseConfigurationOperationsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-license-manager/src/commands/ListLicenseConfigurationsCommand.ts b/clients/client-license-manager/src/commands/ListLicenseConfigurationsCommand.ts index 231c218b7776..7bccac6a2e09 100644 --- a/clients/client-license-manager/src/commands/ListLicenseConfigurationsCommand.ts +++ b/clients/client-license-manager/src/commands/ListLicenseConfigurationsCommand.ts @@ -148,9 +148,6 @@ export class ListLicenseConfigurationsCommand extends $Command< ListLicenseConfigurationsCommandOutput, LicenseManagerClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -164,9 +161,7 @@ export class ListLicenseConfigurationsCommand extends $Command< * @public */ constructor(readonly input: ListLicenseConfigurationsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -222,7 +217,4 @@ export class ListLicenseConfigurationsCommand extends $Command< ): Promise { return de_ListLicenseConfigurationsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-license-manager/src/commands/ListLicenseConversionTasksCommand.ts b/clients/client-license-manager/src/commands/ListLicenseConversionTasksCommand.ts index 9325dd9a9bfe..422449f9d3b0 100644 --- a/clients/client-license-manager/src/commands/ListLicenseConversionTasksCommand.ts +++ b/clients/client-license-manager/src/commands/ListLicenseConversionTasksCommand.ts @@ -112,9 +112,6 @@ export class ListLicenseConversionTasksCommand extends $Command< ListLicenseConversionTasksCommandOutput, LicenseManagerClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -128,9 +125,7 @@ export class ListLicenseConversionTasksCommand extends $Command< * @public */ constructor(readonly input: ListLicenseConversionTasksCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -186,7 +181,4 @@ export class ListLicenseConversionTasksCommand extends $Command< ): Promise { return de_ListLicenseConversionTasksCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-license-manager/src/commands/ListLicenseManagerReportGeneratorsCommand.ts b/clients/client-license-manager/src/commands/ListLicenseManagerReportGeneratorsCommand.ts index 97a1f4fe0b62..05c39c818bd9 100644 --- a/clients/client-license-manager/src/commands/ListLicenseManagerReportGeneratorsCommand.ts +++ b/clients/client-license-manager/src/commands/ListLicenseManagerReportGeneratorsCommand.ts @@ -146,9 +146,6 @@ export class ListLicenseManagerReportGeneratorsCommand extends $Command< ListLicenseManagerReportGeneratorsCommandOutput, LicenseManagerClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -162,9 +159,7 @@ export class ListLicenseManagerReportGeneratorsCommand extends $Command< * @public */ constructor(readonly input: ListLicenseManagerReportGeneratorsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -223,7 +218,4 @@ export class ListLicenseManagerReportGeneratorsCommand extends $Command< ): Promise { return de_ListLicenseManagerReportGeneratorsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-license-manager/src/commands/ListLicenseSpecificationsForResourceCommand.ts b/clients/client-license-manager/src/commands/ListLicenseSpecificationsForResourceCommand.ts index 166ca4232857..893bb775e1f1 100644 --- a/clients/client-license-manager/src/commands/ListLicenseSpecificationsForResourceCommand.ts +++ b/clients/client-license-manager/src/commands/ListLicenseSpecificationsForResourceCommand.ts @@ -102,9 +102,6 @@ export class ListLicenseSpecificationsForResourceCommand extends $Command< ListLicenseSpecificationsForResourceCommandOutput, LicenseManagerClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -118,9 +115,7 @@ export class ListLicenseSpecificationsForResourceCommand extends $Command< * @public */ constructor(readonly input: ListLicenseSpecificationsForResourceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -179,7 +174,4 @@ export class ListLicenseSpecificationsForResourceCommand extends $Command< ): Promise { return de_ListLicenseSpecificationsForResourceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-license-manager/src/commands/ListLicenseVersionsCommand.ts b/clients/client-license-manager/src/commands/ListLicenseVersionsCommand.ts index 65aa8cf4ba69..da67c8e46bb9 100644 --- a/clients/client-license-manager/src/commands/ListLicenseVersionsCommand.ts +++ b/clients/client-license-manager/src/commands/ListLicenseVersionsCommand.ts @@ -136,9 +136,6 @@ export class ListLicenseVersionsCommand extends $Command< ListLicenseVersionsCommandOutput, LicenseManagerClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -152,9 +149,7 @@ export class ListLicenseVersionsCommand extends $Command< * @public */ constructor(readonly input: ListLicenseVersionsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -207,7 +202,4 @@ export class ListLicenseVersionsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListLicenseVersionsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-license-manager/src/commands/ListLicensesCommand.ts b/clients/client-license-manager/src/commands/ListLicensesCommand.ts index b94af1f698ab..4e995168a862 100644 --- a/clients/client-license-manager/src/commands/ListLicensesCommand.ts +++ b/clients/client-license-manager/src/commands/ListLicensesCommand.ts @@ -149,9 +149,6 @@ export class ListLicensesCommand extends $Command< ListLicensesCommandOutput, LicenseManagerClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -165,9 +162,7 @@ export class ListLicensesCommand extends $Command< * @public */ constructor(readonly input: ListLicensesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -218,7 +213,4 @@ export class ListLicensesCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListLicensesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-license-manager/src/commands/ListReceivedGrantsCommand.ts b/clients/client-license-manager/src/commands/ListReceivedGrantsCommand.ts index 3dfdb0035e66..a0a5330f299e 100644 --- a/clients/client-license-manager/src/commands/ListReceivedGrantsCommand.ts +++ b/clients/client-license-manager/src/commands/ListReceivedGrantsCommand.ts @@ -125,9 +125,6 @@ export class ListReceivedGrantsCommand extends $Command< ListReceivedGrantsCommandOutput, LicenseManagerClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -141,9 +138,7 @@ export class ListReceivedGrantsCommand extends $Command< * @public */ constructor(readonly input: ListReceivedGrantsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -196,7 +191,4 @@ export class ListReceivedGrantsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListReceivedGrantsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-license-manager/src/commands/ListReceivedGrantsForOrganizationCommand.ts b/clients/client-license-manager/src/commands/ListReceivedGrantsForOrganizationCommand.ts index 5b23b4be616d..3b1a9b464140 100644 --- a/clients/client-license-manager/src/commands/ListReceivedGrantsForOrganizationCommand.ts +++ b/clients/client-license-manager/src/commands/ListReceivedGrantsForOrganizationCommand.ts @@ -129,9 +129,6 @@ export class ListReceivedGrantsForOrganizationCommand extends $Command< ListReceivedGrantsForOrganizationCommandOutput, LicenseManagerClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -145,9 +142,7 @@ export class ListReceivedGrantsForOrganizationCommand extends $Command< * @public */ constructor(readonly input: ListReceivedGrantsForOrganizationCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -206,7 +201,4 @@ export class ListReceivedGrantsForOrganizationCommand extends $Command< ): Promise { return de_ListReceivedGrantsForOrganizationCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-license-manager/src/commands/ListReceivedLicensesCommand.ts b/clients/client-license-manager/src/commands/ListReceivedLicensesCommand.ts index 6871cd2eacd1..db47ab4e502b 100644 --- a/clients/client-license-manager/src/commands/ListReceivedLicensesCommand.ts +++ b/clients/client-license-manager/src/commands/ListReceivedLicensesCommand.ts @@ -159,9 +159,6 @@ export class ListReceivedLicensesCommand extends $Command< ListReceivedLicensesCommandOutput, LicenseManagerClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -175,9 +172,7 @@ export class ListReceivedLicensesCommand extends $Command< * @public */ constructor(readonly input: ListReceivedLicensesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -230,7 +225,4 @@ export class ListReceivedLicensesCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListReceivedLicensesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-license-manager/src/commands/ListReceivedLicensesForOrganizationCommand.ts b/clients/client-license-manager/src/commands/ListReceivedLicensesForOrganizationCommand.ts index 6a76bcdbe47f..8ae1b79007bc 100644 --- a/clients/client-license-manager/src/commands/ListReceivedLicensesForOrganizationCommand.ts +++ b/clients/client-license-manager/src/commands/ListReceivedLicensesForOrganizationCommand.ts @@ -164,9 +164,6 @@ export class ListReceivedLicensesForOrganizationCommand extends $Command< ListReceivedLicensesForOrganizationCommandOutput, LicenseManagerClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -180,9 +177,7 @@ export class ListReceivedLicensesForOrganizationCommand extends $Command< * @public */ constructor(readonly input: ListReceivedLicensesForOrganizationCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -241,7 +236,4 @@ export class ListReceivedLicensesForOrganizationCommand extends $Command< ): Promise { return de_ListReceivedLicensesForOrganizationCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-license-manager/src/commands/ListResourceInventoryCommand.ts b/clients/client-license-manager/src/commands/ListResourceInventoryCommand.ts index ebd4ecfaf752..4a3534510baa 100644 --- a/clients/client-license-manager/src/commands/ListResourceInventoryCommand.ts +++ b/clients/client-license-manager/src/commands/ListResourceInventoryCommand.ts @@ -110,9 +110,6 @@ export class ListResourceInventoryCommand extends $Command< ListResourceInventoryCommandOutput, LicenseManagerClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -126,9 +123,7 @@ export class ListResourceInventoryCommand extends $Command< * @public */ constructor(readonly input: ListResourceInventoryCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -181,7 +176,4 @@ export class ListResourceInventoryCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListResourceInventoryCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-license-manager/src/commands/ListTagsForResourceCommand.ts b/clients/client-license-manager/src/commands/ListTagsForResourceCommand.ts index 63d346a8385b..f00533a5ea34 100644 --- a/clients/client-license-manager/src/commands/ListTagsForResourceCommand.ts +++ b/clients/client-license-manager/src/commands/ListTagsForResourceCommand.ts @@ -91,9 +91,6 @@ export class ListTagsForResourceCommand extends $Command< ListTagsForResourceCommandOutput, LicenseManagerClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -107,9 +104,7 @@ export class ListTagsForResourceCommand extends $Command< * @public */ constructor(readonly input: ListTagsForResourceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -162,7 +157,4 @@ export class ListTagsForResourceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListTagsForResourceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-license-manager/src/commands/ListTokensCommand.ts b/clients/client-license-manager/src/commands/ListTokensCommand.ts index 53b7dd7dc8fd..e0367dfebf4a 100644 --- a/clients/client-license-manager/src/commands/ListTokensCommand.ts +++ b/clients/client-license-manager/src/commands/ListTokensCommand.ts @@ -113,9 +113,6 @@ export class ListTokensCommand extends $Command< ListTokensCommandOutput, LicenseManagerClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -129,9 +126,7 @@ export class ListTokensCommand extends $Command< * @public */ constructor(readonly input: ListTokensCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -182,7 +177,4 @@ export class ListTokensCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListTokensCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-license-manager/src/commands/ListUsageForLicenseConfigurationCommand.ts b/clients/client-license-manager/src/commands/ListUsageForLicenseConfigurationCommand.ts index d5374160801e..85a87839a5ee 100644 --- a/clients/client-license-manager/src/commands/ListUsageForLicenseConfigurationCommand.ts +++ b/clients/client-license-manager/src/commands/ListUsageForLicenseConfigurationCommand.ts @@ -116,9 +116,6 @@ export class ListUsageForLicenseConfigurationCommand extends $Command< ListUsageForLicenseConfigurationCommandOutput, LicenseManagerClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -132,9 +129,7 @@ export class ListUsageForLicenseConfigurationCommand extends $Command< * @public */ constructor(readonly input: ListUsageForLicenseConfigurationCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -193,7 +188,4 @@ export class ListUsageForLicenseConfigurationCommand extends $Command< ): Promise { return de_ListUsageForLicenseConfigurationCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-license-manager/src/commands/RejectGrantCommand.ts b/clients/client-license-manager/src/commands/RejectGrantCommand.ts index 7a8faa7743fd..e5a3d624ddec 100644 --- a/clients/client-license-manager/src/commands/RejectGrantCommand.ts +++ b/clients/client-license-manager/src/commands/RejectGrantCommand.ts @@ -94,9 +94,6 @@ export class RejectGrantCommand extends $Command< RejectGrantCommandOutput, LicenseManagerClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -110,9 +107,7 @@ export class RejectGrantCommand extends $Command< * @public */ constructor(readonly input: RejectGrantCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -163,7 +158,4 @@ export class RejectGrantCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_RejectGrantCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-license-manager/src/commands/TagResourceCommand.ts b/clients/client-license-manager/src/commands/TagResourceCommand.ts index ba7f28973628..b616928a0ca7 100644 --- a/clients/client-license-manager/src/commands/TagResourceCommand.ts +++ b/clients/client-license-manager/src/commands/TagResourceCommand.ts @@ -90,9 +90,6 @@ export class TagResourceCommand extends $Command< TagResourceCommandOutput, LicenseManagerClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -106,9 +103,7 @@ export class TagResourceCommand extends $Command< * @public */ constructor(readonly input: TagResourceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -159,7 +154,4 @@ export class TagResourceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_TagResourceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-license-manager/src/commands/UntagResourceCommand.ts b/clients/client-license-manager/src/commands/UntagResourceCommand.ts index 9905cbfe6945..fc5c25b00928 100644 --- a/clients/client-license-manager/src/commands/UntagResourceCommand.ts +++ b/clients/client-license-manager/src/commands/UntagResourceCommand.ts @@ -87,9 +87,6 @@ export class UntagResourceCommand extends $Command< UntagResourceCommandOutput, LicenseManagerClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -103,9 +100,7 @@ export class UntagResourceCommand extends $Command< * @public */ constructor(readonly input: UntagResourceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -156,7 +151,4 @@ export class UntagResourceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UntagResourceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-license-manager/src/commands/UpdateLicenseConfigurationCommand.ts b/clients/client-license-manager/src/commands/UpdateLicenseConfigurationCommand.ts index e8b8931ab205..6d9bd83933a0 100644 --- a/clients/client-license-manager/src/commands/UpdateLicenseConfigurationCommand.ts +++ b/clients/client-license-manager/src/commands/UpdateLicenseConfigurationCommand.ts @@ -110,9 +110,6 @@ export class UpdateLicenseConfigurationCommand extends $Command< UpdateLicenseConfigurationCommandOutput, LicenseManagerClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -126,9 +123,7 @@ export class UpdateLicenseConfigurationCommand extends $Command< * @public */ constructor(readonly input: UpdateLicenseConfigurationCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -184,7 +179,4 @@ export class UpdateLicenseConfigurationCommand extends $Command< ): Promise { return de_UpdateLicenseConfigurationCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-license-manager/src/commands/UpdateLicenseManagerReportGeneratorCommand.ts b/clients/client-license-manager/src/commands/UpdateLicenseManagerReportGeneratorCommand.ts index 0b93d129202a..50b683586153 100644 --- a/clients/client-license-manager/src/commands/UpdateLicenseManagerReportGeneratorCommand.ts +++ b/clients/client-license-manager/src/commands/UpdateLicenseManagerReportGeneratorCommand.ts @@ -117,9 +117,6 @@ export class UpdateLicenseManagerReportGeneratorCommand extends $Command< UpdateLicenseManagerReportGeneratorCommandOutput, LicenseManagerClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -133,9 +130,7 @@ export class UpdateLicenseManagerReportGeneratorCommand extends $Command< * @public */ constructor(readonly input: UpdateLicenseManagerReportGeneratorCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -194,7 +189,4 @@ export class UpdateLicenseManagerReportGeneratorCommand extends $Command< ): Promise { return de_UpdateLicenseManagerReportGeneratorCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-license-manager/src/commands/UpdateLicenseSpecificationsForResourceCommand.ts b/clients/client-license-manager/src/commands/UpdateLicenseSpecificationsForResourceCommand.ts index dca757f9dc49..760b90bb1d51 100644 --- a/clients/client-license-manager/src/commands/UpdateLicenseSpecificationsForResourceCommand.ts +++ b/clients/client-license-manager/src/commands/UpdateLicenseSpecificationsForResourceCommand.ts @@ -116,9 +116,6 @@ export class UpdateLicenseSpecificationsForResourceCommand extends $Command< UpdateLicenseSpecificationsForResourceCommandOutput, LicenseManagerClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -132,9 +129,7 @@ export class UpdateLicenseSpecificationsForResourceCommand extends $Command< * @public */ constructor(readonly input: UpdateLicenseSpecificationsForResourceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -193,7 +188,4 @@ export class UpdateLicenseSpecificationsForResourceCommand extends $Command< ): Promise { return de_UpdateLicenseSpecificationsForResourceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-license-manager/src/commands/UpdateServiceSettingsCommand.ts b/clients/client-license-manager/src/commands/UpdateServiceSettingsCommand.ts index 7c693dd3b5d1..bf292389a469 100644 --- a/clients/client-license-manager/src/commands/UpdateServiceSettingsCommand.ts +++ b/clients/client-license-manager/src/commands/UpdateServiceSettingsCommand.ts @@ -89,9 +89,6 @@ export class UpdateServiceSettingsCommand extends $Command< UpdateServiceSettingsCommandOutput, LicenseManagerClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -105,9 +102,7 @@ export class UpdateServiceSettingsCommand extends $Command< * @public */ constructor(readonly input: UpdateServiceSettingsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -160,7 +155,4 @@ export class UpdateServiceSettingsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdateServiceSettingsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-lightsail/package.json b/clients/client-lightsail/package.json index ae03d3a7fd8d..c792abdfd036 100644 --- a/clients/client-lightsail/package.json +++ b/clients/client-lightsail/package.json @@ -34,29 +34,29 @@ "@aws-sdk/util-endpoints": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@smithy/config-resolver": "^2.0.16", - "@smithy/fetch-http-handler": "^2.2.4", - "@smithy/hash-node": "^2.0.12", - "@smithy/invalid-dependency": "^2.0.12", - "@smithy/middleware-content-length": "^2.0.14", - "@smithy/middleware-endpoint": "^2.1.3", - "@smithy/middleware-retry": "^2.0.18", - "@smithy/middleware-serde": "^2.0.12", - "@smithy/middleware-stack": "^2.0.6", - "@smithy/node-config-provider": "^2.1.3", - "@smithy/node-http-handler": "^2.1.8", - "@smithy/protocol-http": "^3.0.8", - "@smithy/smithy-client": "^2.1.12", - "@smithy/types": "^2.4.0", - "@smithy/url-parser": "^2.0.12", - "@smithy/util-base64": "^2.0.0", + "@smithy/config-resolver": "^2.0.18", + "@smithy/fetch-http-handler": "^2.2.6", + "@smithy/hash-node": "^2.0.15", + "@smithy/invalid-dependency": "^2.0.13", + "@smithy/middleware-content-length": "^2.0.15", + "@smithy/middleware-endpoint": "^2.2.0", + "@smithy/middleware-retry": "^2.0.20", + "@smithy/middleware-serde": "^2.0.13", + "@smithy/middleware-stack": "^2.0.7", + "@smithy/node-config-provider": "^2.1.5", + "@smithy/node-http-handler": "^2.1.9", + "@smithy/protocol-http": "^3.0.9", + "@smithy/smithy-client": "^2.1.15", + "@smithy/types": "^2.5.0", + "@smithy/url-parser": "^2.0.13", + "@smithy/util-base64": "^2.0.1", "@smithy/util-body-length-browser": "^2.0.0", "@smithy/util-body-length-node": "^2.1.0", - "@smithy/util-defaults-mode-browser": "^2.0.16", - "@smithy/util-defaults-mode-node": "^2.0.21", - "@smithy/util-endpoints": "^1.0.2", - "@smithy/util-retry": "^2.0.5", - "@smithy/util-utf8": "^2.0.0", + "@smithy/util-defaults-mode-browser": "^2.0.19", + "@smithy/util-defaults-mode-node": "^2.0.25", + "@smithy/util-endpoints": "^1.0.4", + "@smithy/util-retry": "^2.0.6", + "@smithy/util-utf8": "^2.0.2", "tslib": "^2.5.0" }, "devDependencies": { diff --git a/clients/client-lightsail/src/commands/AllocateStaticIpCommand.ts b/clients/client-lightsail/src/commands/AllocateStaticIpCommand.ts index 38c72ebe9739..ba5f5f761546 100644 --- a/clients/client-lightsail/src/commands/AllocateStaticIpCommand.ts +++ b/clients/client-lightsail/src/commands/AllocateStaticIpCommand.ts @@ -118,9 +118,6 @@ export class AllocateStaticIpCommand extends $Command< AllocateStaticIpCommandOutput, LightsailClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -134,9 +131,7 @@ export class AllocateStaticIpCommand extends $Command< * @public */ constructor(readonly input: AllocateStaticIpCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -189,7 +184,4 @@ export class AllocateStaticIpCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_AllocateStaticIpCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-lightsail/src/commands/AttachCertificateToDistributionCommand.ts b/clients/client-lightsail/src/commands/AttachCertificateToDistributionCommand.ts index d0fbd94dd1ed..9c1468dbdc3c 100644 --- a/clients/client-lightsail/src/commands/AttachCertificateToDistributionCommand.ts +++ b/clients/client-lightsail/src/commands/AttachCertificateToDistributionCommand.ts @@ -130,9 +130,6 @@ export class AttachCertificateToDistributionCommand extends $Command< AttachCertificateToDistributionCommandOutput, LightsailClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -146,9 +143,7 @@ export class AttachCertificateToDistributionCommand extends $Command< * @public */ constructor(readonly input: AttachCertificateToDistributionCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -207,7 +202,4 @@ export class AttachCertificateToDistributionCommand extends $Command< ): Promise { return de_AttachCertificateToDistributionCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-lightsail/src/commands/AttachDiskCommand.ts b/clients/client-lightsail/src/commands/AttachDiskCommand.ts index 9033dfdceb8a..92ba8ceb8b51 100644 --- a/clients/client-lightsail/src/commands/AttachDiskCommand.ts +++ b/clients/client-lightsail/src/commands/AttachDiskCommand.ts @@ -125,9 +125,6 @@ export class AttachDiskCommand extends $Command< AttachDiskCommandOutput, LightsailClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -141,9 +138,7 @@ export class AttachDiskCommand extends $Command< * @public */ constructor(readonly input: AttachDiskCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -194,7 +189,4 @@ export class AttachDiskCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_AttachDiskCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-lightsail/src/commands/AttachInstancesToLoadBalancerCommand.ts b/clients/client-lightsail/src/commands/AttachInstancesToLoadBalancerCommand.ts index e0e9de204d4a..d6a80017ac2d 100644 --- a/clients/client-lightsail/src/commands/AttachInstancesToLoadBalancerCommand.ts +++ b/clients/client-lightsail/src/commands/AttachInstancesToLoadBalancerCommand.ts @@ -131,9 +131,6 @@ export class AttachInstancesToLoadBalancerCommand extends $Command< AttachInstancesToLoadBalancerCommandOutput, LightsailClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -147,9 +144,7 @@ export class AttachInstancesToLoadBalancerCommand extends $Command< * @public */ constructor(readonly input: AttachInstancesToLoadBalancerCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -205,7 +200,4 @@ export class AttachInstancesToLoadBalancerCommand extends $Command< ): Promise { return de_AttachInstancesToLoadBalancerCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-lightsail/src/commands/AttachLoadBalancerTlsCertificateCommand.ts b/clients/client-lightsail/src/commands/AttachLoadBalancerTlsCertificateCommand.ts index 296ae0d1d671..50d4e6e6d3bc 100644 --- a/clients/client-lightsail/src/commands/AttachLoadBalancerTlsCertificateCommand.ts +++ b/clients/client-lightsail/src/commands/AttachLoadBalancerTlsCertificateCommand.ts @@ -132,9 +132,6 @@ export class AttachLoadBalancerTlsCertificateCommand extends $Command< AttachLoadBalancerTlsCertificateCommandOutput, LightsailClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -148,9 +145,7 @@ export class AttachLoadBalancerTlsCertificateCommand extends $Command< * @public */ constructor(readonly input: AttachLoadBalancerTlsCertificateCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -209,7 +204,4 @@ export class AttachLoadBalancerTlsCertificateCommand extends $Command< ): Promise { return de_AttachLoadBalancerTlsCertificateCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-lightsail/src/commands/AttachStaticIpCommand.ts b/clients/client-lightsail/src/commands/AttachStaticIpCommand.ts index 4120bd4a42ad..b5d864967bc4 100644 --- a/clients/client-lightsail/src/commands/AttachStaticIpCommand.ts +++ b/clients/client-lightsail/src/commands/AttachStaticIpCommand.ts @@ -119,9 +119,6 @@ export class AttachStaticIpCommand extends $Command< AttachStaticIpCommandOutput, LightsailClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -135,9 +132,7 @@ export class AttachStaticIpCommand extends $Command< * @public */ constructor(readonly input: AttachStaticIpCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -190,7 +185,4 @@ export class AttachStaticIpCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_AttachStaticIpCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-lightsail/src/commands/CloseInstancePublicPortsCommand.ts b/clients/client-lightsail/src/commands/CloseInstancePublicPortsCommand.ts index 7a25c548fe7a..7b41a7bdf084 100644 --- a/clients/client-lightsail/src/commands/CloseInstancePublicPortsCommand.ts +++ b/clients/client-lightsail/src/commands/CloseInstancePublicPortsCommand.ts @@ -133,9 +133,6 @@ export class CloseInstancePublicPortsCommand extends $Command< CloseInstancePublicPortsCommandOutput, LightsailClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -149,9 +146,7 @@ export class CloseInstancePublicPortsCommand extends $Command< * @public */ constructor(readonly input: CloseInstancePublicPortsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -204,7 +199,4 @@ export class CloseInstancePublicPortsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CloseInstancePublicPortsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-lightsail/src/commands/CopySnapshotCommand.ts b/clients/client-lightsail/src/commands/CopySnapshotCommand.ts index b1f6d85191c0..a499b3ded469 100644 --- a/clients/client-lightsail/src/commands/CopySnapshotCommand.ts +++ b/clients/client-lightsail/src/commands/CopySnapshotCommand.ts @@ -132,9 +132,6 @@ export class CopySnapshotCommand extends $Command< CopySnapshotCommandOutput, LightsailClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -148,9 +145,7 @@ export class CopySnapshotCommand extends $Command< * @public */ constructor(readonly input: CopySnapshotCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -201,7 +196,4 @@ export class CopySnapshotCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CopySnapshotCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-lightsail/src/commands/CreateBucketAccessKeyCommand.ts b/clients/client-lightsail/src/commands/CreateBucketAccessKeyCommand.ts index 1539de50e7c5..29e25549f4cb 100644 --- a/clients/client-lightsail/src/commands/CreateBucketAccessKeyCommand.ts +++ b/clients/client-lightsail/src/commands/CreateBucketAccessKeyCommand.ts @@ -137,9 +137,6 @@ export class CreateBucketAccessKeyCommand extends $Command< CreateBucketAccessKeyCommandOutput, LightsailClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -153,9 +150,7 @@ export class CreateBucketAccessKeyCommand extends $Command< * @public */ constructor(readonly input: CreateBucketAccessKeyCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -208,7 +203,4 @@ export class CreateBucketAccessKeyCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateBucketAccessKeyCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-lightsail/src/commands/CreateBucketCommand.ts b/clients/client-lightsail/src/commands/CreateBucketCommand.ts index 1f808e323379..3bf542c1b141 100644 --- a/clients/client-lightsail/src/commands/CreateBucketCommand.ts +++ b/clients/client-lightsail/src/commands/CreateBucketCommand.ts @@ -163,9 +163,6 @@ export class CreateBucketCommand extends $Command< CreateBucketCommandOutput, LightsailClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -179,9 +176,7 @@ export class CreateBucketCommand extends $Command< * @public */ constructor(readonly input: CreateBucketCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -232,7 +227,4 @@ export class CreateBucketCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateBucketCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-lightsail/src/commands/CreateCertificateCommand.ts b/clients/client-lightsail/src/commands/CreateCertificateCommand.ts index 662b45f4db4d..ff739358e0da 100644 --- a/clients/client-lightsail/src/commands/CreateCertificateCommand.ts +++ b/clients/client-lightsail/src/commands/CreateCertificateCommand.ts @@ -207,9 +207,6 @@ export class CreateCertificateCommand extends $Command< CreateCertificateCommandOutput, LightsailClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -223,9 +220,7 @@ export class CreateCertificateCommand extends $Command< * @public */ constructor(readonly input: CreateCertificateCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -278,7 +273,4 @@ export class CreateCertificateCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateCertificateCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-lightsail/src/commands/CreateCloudFormationStackCommand.ts b/clients/client-lightsail/src/commands/CreateCloudFormationStackCommand.ts index 6922750e7a53..ad8b26d18bf0 100644 --- a/clients/client-lightsail/src/commands/CreateCloudFormationStackCommand.ts +++ b/clients/client-lightsail/src/commands/CreateCloudFormationStackCommand.ts @@ -133,9 +133,6 @@ export class CreateCloudFormationStackCommand extends $Command< CreateCloudFormationStackCommandOutput, LightsailClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -149,9 +146,7 @@ export class CreateCloudFormationStackCommand extends $Command< * @public */ constructor(readonly input: CreateCloudFormationStackCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -207,7 +202,4 @@ export class CreateCloudFormationStackCommand extends $Command< ): Promise { return de_CreateCloudFormationStackCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-lightsail/src/commands/CreateContactMethodCommand.ts b/clients/client-lightsail/src/commands/CreateContactMethodCommand.ts index 91f90f439321..bf4f57e2a74e 100644 --- a/clients/client-lightsail/src/commands/CreateContactMethodCommand.ts +++ b/clients/client-lightsail/src/commands/CreateContactMethodCommand.ts @@ -119,9 +119,6 @@ export class CreateContactMethodCommand extends $Command< CreateContactMethodCommandOutput, LightsailClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -135,9 +132,7 @@ export class CreateContactMethodCommand extends $Command< * @public */ constructor(readonly input: CreateContactMethodCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -190,7 +185,4 @@ export class CreateContactMethodCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateContactMethodCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-lightsail/src/commands/CreateContainerServiceCommand.ts b/clients/client-lightsail/src/commands/CreateContainerServiceCommand.ts index 30f5c23ecfb2..aaaff7e65b19 100644 --- a/clients/client-lightsail/src/commands/CreateContainerServiceCommand.ts +++ b/clients/client-lightsail/src/commands/CreateContainerServiceCommand.ts @@ -242,9 +242,6 @@ export class CreateContainerServiceCommand extends $Command< CreateContainerServiceCommandOutput, LightsailClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -258,9 +255,7 @@ export class CreateContainerServiceCommand extends $Command< * @public */ constructor(readonly input: CreateContainerServiceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -313,7 +308,4 @@ export class CreateContainerServiceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateContainerServiceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-lightsail/src/commands/CreateContainerServiceDeploymentCommand.ts b/clients/client-lightsail/src/commands/CreateContainerServiceDeploymentCommand.ts index 646ee495248c..bbca86566bf4 100644 --- a/clients/client-lightsail/src/commands/CreateContainerServiceDeploymentCommand.ts +++ b/clients/client-lightsail/src/commands/CreateContainerServiceDeploymentCommand.ts @@ -233,9 +233,6 @@ export class CreateContainerServiceDeploymentCommand extends $Command< CreateContainerServiceDeploymentCommandOutput, LightsailClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -249,9 +246,7 @@ export class CreateContainerServiceDeploymentCommand extends $Command< * @public */ constructor(readonly input: CreateContainerServiceDeploymentCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -310,7 +305,4 @@ export class CreateContainerServiceDeploymentCommand extends $Command< ): Promise { return de_CreateContainerServiceDeploymentCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-lightsail/src/commands/CreateContainerServiceRegistryLoginCommand.ts b/clients/client-lightsail/src/commands/CreateContainerServiceRegistryLoginCommand.ts index a72a3fea0f83..4b5be790a9b5 100644 --- a/clients/client-lightsail/src/commands/CreateContainerServiceRegistryLoginCommand.ts +++ b/clients/client-lightsail/src/commands/CreateContainerServiceRegistryLoginCommand.ts @@ -123,9 +123,6 @@ export class CreateContainerServiceRegistryLoginCommand extends $Command< CreateContainerServiceRegistryLoginCommandOutput, LightsailClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -139,9 +136,7 @@ export class CreateContainerServiceRegistryLoginCommand extends $Command< * @public */ constructor(readonly input: CreateContainerServiceRegistryLoginCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -200,7 +195,4 @@ export class CreateContainerServiceRegistryLoginCommand extends $Command< ): Promise { return de_CreateContainerServiceRegistryLoginCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-lightsail/src/commands/CreateDiskCommand.ts b/clients/client-lightsail/src/commands/CreateDiskCommand.ts index b97a334bf29e..c8e16cd0cfd6 100644 --- a/clients/client-lightsail/src/commands/CreateDiskCommand.ts +++ b/clients/client-lightsail/src/commands/CreateDiskCommand.ts @@ -141,9 +141,6 @@ export class CreateDiskCommand extends $Command< CreateDiskCommandOutput, LightsailClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -157,9 +154,7 @@ export class CreateDiskCommand extends $Command< * @public */ constructor(readonly input: CreateDiskCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -210,7 +205,4 @@ export class CreateDiskCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateDiskCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-lightsail/src/commands/CreateDiskFromSnapshotCommand.ts b/clients/client-lightsail/src/commands/CreateDiskFromSnapshotCommand.ts index f79865e3142d..ee5a65e4d325 100644 --- a/clients/client-lightsail/src/commands/CreateDiskFromSnapshotCommand.ts +++ b/clients/client-lightsail/src/commands/CreateDiskFromSnapshotCommand.ts @@ -147,9 +147,6 @@ export class CreateDiskFromSnapshotCommand extends $Command< CreateDiskFromSnapshotCommandOutput, LightsailClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -163,9 +160,7 @@ export class CreateDiskFromSnapshotCommand extends $Command< * @public */ constructor(readonly input: CreateDiskFromSnapshotCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -218,7 +213,4 @@ export class CreateDiskFromSnapshotCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateDiskFromSnapshotCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-lightsail/src/commands/CreateDiskSnapshotCommand.ts b/clients/client-lightsail/src/commands/CreateDiskSnapshotCommand.ts index e30dd975e69f..8e4a1e895a13 100644 --- a/clients/client-lightsail/src/commands/CreateDiskSnapshotCommand.ts +++ b/clients/client-lightsail/src/commands/CreateDiskSnapshotCommand.ts @@ -144,9 +144,6 @@ export class CreateDiskSnapshotCommand extends $Command< CreateDiskSnapshotCommandOutput, LightsailClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -160,9 +157,7 @@ export class CreateDiskSnapshotCommand extends $Command< * @public */ constructor(readonly input: CreateDiskSnapshotCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -215,7 +210,4 @@ export class CreateDiskSnapshotCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateDiskSnapshotCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-lightsail/src/commands/CreateDistributionCommand.ts b/clients/client-lightsail/src/commands/CreateDistributionCommand.ts index 0c045bff4496..060beed322d9 100644 --- a/clients/client-lightsail/src/commands/CreateDistributionCommand.ts +++ b/clients/client-lightsail/src/commands/CreateDistributionCommand.ts @@ -230,9 +230,6 @@ export class CreateDistributionCommand extends $Command< CreateDistributionCommandOutput, LightsailClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -246,9 +243,7 @@ export class CreateDistributionCommand extends $Command< * @public */ constructor(readonly input: CreateDistributionCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -301,7 +296,4 @@ export class CreateDistributionCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateDistributionCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-lightsail/src/commands/CreateDomainCommand.ts b/clients/client-lightsail/src/commands/CreateDomainCommand.ts index 2e2e8a1d2bd9..513f580477de 100644 --- a/clients/client-lightsail/src/commands/CreateDomainCommand.ts +++ b/clients/client-lightsail/src/commands/CreateDomainCommand.ts @@ -124,9 +124,6 @@ export class CreateDomainCommand extends $Command< CreateDomainCommandOutput, LightsailClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -140,9 +137,7 @@ export class CreateDomainCommand extends $Command< * @public */ constructor(readonly input: CreateDomainCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -193,7 +188,4 @@ export class CreateDomainCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateDomainCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-lightsail/src/commands/CreateDomainEntryCommand.ts b/clients/client-lightsail/src/commands/CreateDomainEntryCommand.ts index 7683541fb193..07411ebd0383 100644 --- a/clients/client-lightsail/src/commands/CreateDomainEntryCommand.ts +++ b/clients/client-lightsail/src/commands/CreateDomainEntryCommand.ts @@ -131,9 +131,6 @@ export class CreateDomainEntryCommand extends $Command< CreateDomainEntryCommandOutput, LightsailClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -147,9 +144,7 @@ export class CreateDomainEntryCommand extends $Command< * @public */ constructor(readonly input: CreateDomainEntryCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -202,7 +197,4 @@ export class CreateDomainEntryCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateDomainEntryCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-lightsail/src/commands/CreateGUISessionAccessDetailsCommand.ts b/clients/client-lightsail/src/commands/CreateGUISessionAccessDetailsCommand.ts index 5e4b149feacc..c2f78e007f0c 100644 --- a/clients/client-lightsail/src/commands/CreateGUISessionAccessDetailsCommand.ts +++ b/clients/client-lightsail/src/commands/CreateGUISessionAccessDetailsCommand.ts @@ -114,9 +114,6 @@ export class CreateGUISessionAccessDetailsCommand extends $Command< CreateGUISessionAccessDetailsCommandOutput, LightsailClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -130,9 +127,7 @@ export class CreateGUISessionAccessDetailsCommand extends $Command< * @public */ constructor(readonly input: CreateGUISessionAccessDetailsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -188,7 +183,4 @@ export class CreateGUISessionAccessDetailsCommand extends $Command< ): Promise { return de_CreateGUISessionAccessDetailsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-lightsail/src/commands/CreateInstanceSnapshotCommand.ts b/clients/client-lightsail/src/commands/CreateInstanceSnapshotCommand.ts index e3bf11ea220b..723c9e4b2b68 100644 --- a/clients/client-lightsail/src/commands/CreateInstanceSnapshotCommand.ts +++ b/clients/client-lightsail/src/commands/CreateInstanceSnapshotCommand.ts @@ -128,9 +128,6 @@ export class CreateInstanceSnapshotCommand extends $Command< CreateInstanceSnapshotCommandOutput, LightsailClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -144,9 +141,7 @@ export class CreateInstanceSnapshotCommand extends $Command< * @public */ constructor(readonly input: CreateInstanceSnapshotCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -199,7 +194,4 @@ export class CreateInstanceSnapshotCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateInstanceSnapshotCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-lightsail/src/commands/CreateInstancesCommand.ts b/clients/client-lightsail/src/commands/CreateInstancesCommand.ts index 67bdf0b5df6e..93214cd7c7cf 100644 --- a/clients/client-lightsail/src/commands/CreateInstancesCommand.ts +++ b/clients/client-lightsail/src/commands/CreateInstancesCommand.ts @@ -147,9 +147,6 @@ export class CreateInstancesCommand extends $Command< CreateInstancesCommandOutput, LightsailClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -163,9 +160,7 @@ export class CreateInstancesCommand extends $Command< * @public */ constructor(readonly input: CreateInstancesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -218,7 +213,4 @@ export class CreateInstancesCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateInstancesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-lightsail/src/commands/CreateInstancesFromSnapshotCommand.ts b/clients/client-lightsail/src/commands/CreateInstancesFromSnapshotCommand.ts index d24d6db17d45..b6029d2759f8 100644 --- a/clients/client-lightsail/src/commands/CreateInstancesFromSnapshotCommand.ts +++ b/clients/client-lightsail/src/commands/CreateInstancesFromSnapshotCommand.ts @@ -159,9 +159,6 @@ export class CreateInstancesFromSnapshotCommand extends $Command< CreateInstancesFromSnapshotCommandOutput, LightsailClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -175,9 +172,7 @@ export class CreateInstancesFromSnapshotCommand extends $Command< * @public */ constructor(readonly input: CreateInstancesFromSnapshotCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -233,7 +228,4 @@ export class CreateInstancesFromSnapshotCommand extends $Command< ): Promise { return de_CreateInstancesFromSnapshotCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-lightsail/src/commands/CreateKeyPairCommand.ts b/clients/client-lightsail/src/commands/CreateKeyPairCommand.ts index d1350830b59a..a177e2cd27c3 100644 --- a/clients/client-lightsail/src/commands/CreateKeyPairCommand.ts +++ b/clients/client-lightsail/src/commands/CreateKeyPairCommand.ts @@ -150,9 +150,6 @@ export class CreateKeyPairCommand extends $Command< CreateKeyPairCommandOutput, LightsailClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -166,9 +163,7 @@ export class CreateKeyPairCommand extends $Command< * @public */ constructor(readonly input: CreateKeyPairCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -219,7 +214,4 @@ export class CreateKeyPairCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateKeyPairCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-lightsail/src/commands/CreateLoadBalancerCommand.ts b/clients/client-lightsail/src/commands/CreateLoadBalancerCommand.ts index e7998a3428e8..64f2d5beaa0c 100644 --- a/clients/client-lightsail/src/commands/CreateLoadBalancerCommand.ts +++ b/clients/client-lightsail/src/commands/CreateLoadBalancerCommand.ts @@ -140,9 +140,6 @@ export class CreateLoadBalancerCommand extends $Command< CreateLoadBalancerCommandOutput, LightsailClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -156,9 +153,7 @@ export class CreateLoadBalancerCommand extends $Command< * @public */ constructor(readonly input: CreateLoadBalancerCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -211,7 +206,4 @@ export class CreateLoadBalancerCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateLoadBalancerCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-lightsail/src/commands/CreateLoadBalancerTlsCertificateCommand.ts b/clients/client-lightsail/src/commands/CreateLoadBalancerTlsCertificateCommand.ts index 56a6db5eb71e..587f7b1603c6 100644 --- a/clients/client-lightsail/src/commands/CreateLoadBalancerTlsCertificateCommand.ts +++ b/clients/client-lightsail/src/commands/CreateLoadBalancerTlsCertificateCommand.ts @@ -138,9 +138,6 @@ export class CreateLoadBalancerTlsCertificateCommand extends $Command< CreateLoadBalancerTlsCertificateCommandOutput, LightsailClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -154,9 +151,7 @@ export class CreateLoadBalancerTlsCertificateCommand extends $Command< * @public */ constructor(readonly input: CreateLoadBalancerTlsCertificateCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -215,7 +210,4 @@ export class CreateLoadBalancerTlsCertificateCommand extends $Command< ): Promise { return de_CreateLoadBalancerTlsCertificateCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-lightsail/src/commands/CreateRelationalDatabaseCommand.ts b/clients/client-lightsail/src/commands/CreateRelationalDatabaseCommand.ts index ef014604185b..e1caab6c54cf 100644 --- a/clients/client-lightsail/src/commands/CreateRelationalDatabaseCommand.ts +++ b/clients/client-lightsail/src/commands/CreateRelationalDatabaseCommand.ts @@ -139,9 +139,6 @@ export class CreateRelationalDatabaseCommand extends $Command< CreateRelationalDatabaseCommandOutput, LightsailClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -155,9 +152,7 @@ export class CreateRelationalDatabaseCommand extends $Command< * @public */ constructor(readonly input: CreateRelationalDatabaseCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -210,7 +205,4 @@ export class CreateRelationalDatabaseCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateRelationalDatabaseCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-lightsail/src/commands/CreateRelationalDatabaseFromSnapshotCommand.ts b/clients/client-lightsail/src/commands/CreateRelationalDatabaseFromSnapshotCommand.ts index 02f82141ccd8..52bfa04d0eb4 100644 --- a/clients/client-lightsail/src/commands/CreateRelationalDatabaseFromSnapshotCommand.ts +++ b/clients/client-lightsail/src/commands/CreateRelationalDatabaseFromSnapshotCommand.ts @@ -145,9 +145,6 @@ export class CreateRelationalDatabaseFromSnapshotCommand extends $Command< CreateRelationalDatabaseFromSnapshotCommandOutput, LightsailClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -161,9 +158,7 @@ export class CreateRelationalDatabaseFromSnapshotCommand extends $Command< * @public */ constructor(readonly input: CreateRelationalDatabaseFromSnapshotCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -222,7 +217,4 @@ export class CreateRelationalDatabaseFromSnapshotCommand extends $Command< ): Promise { return de_CreateRelationalDatabaseFromSnapshotCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-lightsail/src/commands/CreateRelationalDatabaseSnapshotCommand.ts b/clients/client-lightsail/src/commands/CreateRelationalDatabaseSnapshotCommand.ts index 9f5f45686c01..c4d61c16a644 100644 --- a/clients/client-lightsail/src/commands/CreateRelationalDatabaseSnapshotCommand.ts +++ b/clients/client-lightsail/src/commands/CreateRelationalDatabaseSnapshotCommand.ts @@ -133,9 +133,6 @@ export class CreateRelationalDatabaseSnapshotCommand extends $Command< CreateRelationalDatabaseSnapshotCommandOutput, LightsailClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -149,9 +146,7 @@ export class CreateRelationalDatabaseSnapshotCommand extends $Command< * @public */ constructor(readonly input: CreateRelationalDatabaseSnapshotCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -210,7 +205,4 @@ export class CreateRelationalDatabaseSnapshotCommand extends $Command< ): Promise { return de_CreateRelationalDatabaseSnapshotCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-lightsail/src/commands/DeleteAlarmCommand.ts b/clients/client-lightsail/src/commands/DeleteAlarmCommand.ts index 284845982756..dc35e98a248c 100644 --- a/clients/client-lightsail/src/commands/DeleteAlarmCommand.ts +++ b/clients/client-lightsail/src/commands/DeleteAlarmCommand.ts @@ -118,9 +118,6 @@ export class DeleteAlarmCommand extends $Command< DeleteAlarmCommandOutput, LightsailClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -134,9 +131,7 @@ export class DeleteAlarmCommand extends $Command< * @public */ constructor(readonly input: DeleteAlarmCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -187,7 +182,4 @@ export class DeleteAlarmCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteAlarmCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-lightsail/src/commands/DeleteAutoSnapshotCommand.ts b/clients/client-lightsail/src/commands/DeleteAutoSnapshotCommand.ts index 68f4d6899061..c66f9d89040d 100644 --- a/clients/client-lightsail/src/commands/DeleteAutoSnapshotCommand.ts +++ b/clients/client-lightsail/src/commands/DeleteAutoSnapshotCommand.ts @@ -115,9 +115,6 @@ export class DeleteAutoSnapshotCommand extends $Command< DeleteAutoSnapshotCommandOutput, LightsailClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -131,9 +128,7 @@ export class DeleteAutoSnapshotCommand extends $Command< * @public */ constructor(readonly input: DeleteAutoSnapshotCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -186,7 +181,4 @@ export class DeleteAutoSnapshotCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteAutoSnapshotCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-lightsail/src/commands/DeleteBucketAccessKeyCommand.ts b/clients/client-lightsail/src/commands/DeleteBucketAccessKeyCommand.ts index a249d1c805e8..9d31eaf32c0e 100644 --- a/clients/client-lightsail/src/commands/DeleteBucketAccessKeyCommand.ts +++ b/clients/client-lightsail/src/commands/DeleteBucketAccessKeyCommand.ts @@ -115,9 +115,6 @@ export class DeleteBucketAccessKeyCommand extends $Command< DeleteBucketAccessKeyCommandOutput, LightsailClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -131,9 +128,7 @@ export class DeleteBucketAccessKeyCommand extends $Command< * @public */ constructor(readonly input: DeleteBucketAccessKeyCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -186,7 +181,4 @@ export class DeleteBucketAccessKeyCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteBucketAccessKeyCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-lightsail/src/commands/DeleteBucketCommand.ts b/clients/client-lightsail/src/commands/DeleteBucketCommand.ts index 58f9d4f59b72..54a74b33abaf 100644 --- a/clients/client-lightsail/src/commands/DeleteBucketCommand.ts +++ b/clients/client-lightsail/src/commands/DeleteBucketCommand.ts @@ -116,9 +116,6 @@ export class DeleteBucketCommand extends $Command< DeleteBucketCommandOutput, LightsailClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -132,9 +129,7 @@ export class DeleteBucketCommand extends $Command< * @public */ constructor(readonly input: DeleteBucketCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -185,7 +180,4 @@ export class DeleteBucketCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteBucketCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-lightsail/src/commands/DeleteCertificateCommand.ts b/clients/client-lightsail/src/commands/DeleteCertificateCommand.ts index 958051394d11..22661f817b71 100644 --- a/clients/client-lightsail/src/commands/DeleteCertificateCommand.ts +++ b/clients/client-lightsail/src/commands/DeleteCertificateCommand.ts @@ -115,9 +115,6 @@ export class DeleteCertificateCommand extends $Command< DeleteCertificateCommandOutput, LightsailClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -131,9 +128,7 @@ export class DeleteCertificateCommand extends $Command< * @public */ constructor(readonly input: DeleteCertificateCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -186,7 +181,4 @@ export class DeleteCertificateCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteCertificateCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-lightsail/src/commands/DeleteContactMethodCommand.ts b/clients/client-lightsail/src/commands/DeleteContactMethodCommand.ts index 73eab3e74017..f5532f9d3caa 100644 --- a/clients/client-lightsail/src/commands/DeleteContactMethodCommand.ts +++ b/clients/client-lightsail/src/commands/DeleteContactMethodCommand.ts @@ -118,9 +118,6 @@ export class DeleteContactMethodCommand extends $Command< DeleteContactMethodCommandOutput, LightsailClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -134,9 +131,7 @@ export class DeleteContactMethodCommand extends $Command< * @public */ constructor(readonly input: DeleteContactMethodCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -189,7 +184,4 @@ export class DeleteContactMethodCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteContactMethodCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-lightsail/src/commands/DeleteContainerImageCommand.ts b/clients/client-lightsail/src/commands/DeleteContainerImageCommand.ts index 959f8ac64fcb..5cc7676c40f9 100644 --- a/clients/client-lightsail/src/commands/DeleteContainerImageCommand.ts +++ b/clients/client-lightsail/src/commands/DeleteContainerImageCommand.ts @@ -93,9 +93,6 @@ export class DeleteContainerImageCommand extends $Command< DeleteContainerImageCommandOutput, LightsailClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -109,9 +106,7 @@ export class DeleteContainerImageCommand extends $Command< * @public */ constructor(readonly input: DeleteContainerImageCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -164,7 +159,4 @@ export class DeleteContainerImageCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteContainerImageCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-lightsail/src/commands/DeleteContainerServiceCommand.ts b/clients/client-lightsail/src/commands/DeleteContainerServiceCommand.ts index 106f95caa764..e7d5017cd9cf 100644 --- a/clients/client-lightsail/src/commands/DeleteContainerServiceCommand.ts +++ b/clients/client-lightsail/src/commands/DeleteContainerServiceCommand.ts @@ -91,9 +91,6 @@ export class DeleteContainerServiceCommand extends $Command< DeleteContainerServiceCommandOutput, LightsailClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -107,9 +104,7 @@ export class DeleteContainerServiceCommand extends $Command< * @public */ constructor(readonly input: DeleteContainerServiceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -162,7 +157,4 @@ export class DeleteContainerServiceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteContainerServiceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-lightsail/src/commands/DeleteDiskCommand.ts b/clients/client-lightsail/src/commands/DeleteDiskCommand.ts index 5d371f6562e4..d62a7badefe3 100644 --- a/clients/client-lightsail/src/commands/DeleteDiskCommand.ts +++ b/clients/client-lightsail/src/commands/DeleteDiskCommand.ts @@ -126,9 +126,6 @@ export class DeleteDiskCommand extends $Command< DeleteDiskCommandOutput, LightsailClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -142,9 +139,7 @@ export class DeleteDiskCommand extends $Command< * @public */ constructor(readonly input: DeleteDiskCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -195,7 +190,4 @@ export class DeleteDiskCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteDiskCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-lightsail/src/commands/DeleteDiskSnapshotCommand.ts b/clients/client-lightsail/src/commands/DeleteDiskSnapshotCommand.ts index ac0f0d71d6ef..42bbcd707522 100644 --- a/clients/client-lightsail/src/commands/DeleteDiskSnapshotCommand.ts +++ b/clients/client-lightsail/src/commands/DeleteDiskSnapshotCommand.ts @@ -126,9 +126,6 @@ export class DeleteDiskSnapshotCommand extends $Command< DeleteDiskSnapshotCommandOutput, LightsailClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -142,9 +139,7 @@ export class DeleteDiskSnapshotCommand extends $Command< * @public */ constructor(readonly input: DeleteDiskSnapshotCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -197,7 +192,4 @@ export class DeleteDiskSnapshotCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteDiskSnapshotCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-lightsail/src/commands/DeleteDistributionCommand.ts b/clients/client-lightsail/src/commands/DeleteDistributionCommand.ts index 4960a113543c..da4b97ea13d7 100644 --- a/clients/client-lightsail/src/commands/DeleteDistributionCommand.ts +++ b/clients/client-lightsail/src/commands/DeleteDistributionCommand.ts @@ -112,9 +112,6 @@ export class DeleteDistributionCommand extends $Command< DeleteDistributionCommandOutput, LightsailClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -128,9 +125,7 @@ export class DeleteDistributionCommand extends $Command< * @public */ constructor(readonly input: DeleteDistributionCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -183,7 +178,4 @@ export class DeleteDistributionCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteDistributionCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-lightsail/src/commands/DeleteDomainCommand.ts b/clients/client-lightsail/src/commands/DeleteDomainCommand.ts index 133046a11d24..973242164796 100644 --- a/clients/client-lightsail/src/commands/DeleteDomainCommand.ts +++ b/clients/client-lightsail/src/commands/DeleteDomainCommand.ts @@ -119,9 +119,6 @@ export class DeleteDomainCommand extends $Command< DeleteDomainCommandOutput, LightsailClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -135,9 +132,7 @@ export class DeleteDomainCommand extends $Command< * @public */ constructor(readonly input: DeleteDomainCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -188,7 +183,4 @@ export class DeleteDomainCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteDomainCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-lightsail/src/commands/DeleteDomainEntryCommand.ts b/clients/client-lightsail/src/commands/DeleteDomainEntryCommand.ts index c35efffe6cd1..3dff25607e54 100644 --- a/clients/client-lightsail/src/commands/DeleteDomainEntryCommand.ts +++ b/clients/client-lightsail/src/commands/DeleteDomainEntryCommand.ts @@ -129,9 +129,6 @@ export class DeleteDomainEntryCommand extends $Command< DeleteDomainEntryCommandOutput, LightsailClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -145,9 +142,7 @@ export class DeleteDomainEntryCommand extends $Command< * @public */ constructor(readonly input: DeleteDomainEntryCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -200,7 +195,4 @@ export class DeleteDomainEntryCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteDomainEntryCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-lightsail/src/commands/DeleteInstanceCommand.ts b/clients/client-lightsail/src/commands/DeleteInstanceCommand.ts index 661c48f4c49f..89ca47fc2c2a 100644 --- a/clients/client-lightsail/src/commands/DeleteInstanceCommand.ts +++ b/clients/client-lightsail/src/commands/DeleteInstanceCommand.ts @@ -122,9 +122,6 @@ export class DeleteInstanceCommand extends $Command< DeleteInstanceCommandOutput, LightsailClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -138,9 +135,7 @@ export class DeleteInstanceCommand extends $Command< * @public */ constructor(readonly input: DeleteInstanceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -193,7 +188,4 @@ export class DeleteInstanceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteInstanceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-lightsail/src/commands/DeleteInstanceSnapshotCommand.ts b/clients/client-lightsail/src/commands/DeleteInstanceSnapshotCommand.ts index a3c435250e30..98ed22ecfa56 100644 --- a/clients/client-lightsail/src/commands/DeleteInstanceSnapshotCommand.ts +++ b/clients/client-lightsail/src/commands/DeleteInstanceSnapshotCommand.ts @@ -122,9 +122,6 @@ export class DeleteInstanceSnapshotCommand extends $Command< DeleteInstanceSnapshotCommandOutput, LightsailClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -138,9 +135,7 @@ export class DeleteInstanceSnapshotCommand extends $Command< * @public */ constructor(readonly input: DeleteInstanceSnapshotCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -193,7 +188,4 @@ export class DeleteInstanceSnapshotCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteInstanceSnapshotCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-lightsail/src/commands/DeleteKeyPairCommand.ts b/clients/client-lightsail/src/commands/DeleteKeyPairCommand.ts index aabfd5a42e0f..c1b4cc827c19 100644 --- a/clients/client-lightsail/src/commands/DeleteKeyPairCommand.ts +++ b/clients/client-lightsail/src/commands/DeleteKeyPairCommand.ts @@ -124,9 +124,6 @@ export class DeleteKeyPairCommand extends $Command< DeleteKeyPairCommandOutput, LightsailClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -140,9 +137,7 @@ export class DeleteKeyPairCommand extends $Command< * @public */ constructor(readonly input: DeleteKeyPairCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -193,7 +188,4 @@ export class DeleteKeyPairCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteKeyPairCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-lightsail/src/commands/DeleteKnownHostKeysCommand.ts b/clients/client-lightsail/src/commands/DeleteKnownHostKeysCommand.ts index d7433ab3628c..20fcfaf1b553 100644 --- a/clients/client-lightsail/src/commands/DeleteKnownHostKeysCommand.ts +++ b/clients/client-lightsail/src/commands/DeleteKnownHostKeysCommand.ts @@ -126,9 +126,6 @@ export class DeleteKnownHostKeysCommand extends $Command< DeleteKnownHostKeysCommandOutput, LightsailClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -142,9 +139,7 @@ export class DeleteKnownHostKeysCommand extends $Command< * @public */ constructor(readonly input: DeleteKnownHostKeysCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -197,7 +192,4 @@ export class DeleteKnownHostKeysCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteKnownHostKeysCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-lightsail/src/commands/DeleteLoadBalancerCommand.ts b/clients/client-lightsail/src/commands/DeleteLoadBalancerCommand.ts index 62ccb19e3249..a19bc482ff69 100644 --- a/clients/client-lightsail/src/commands/DeleteLoadBalancerCommand.ts +++ b/clients/client-lightsail/src/commands/DeleteLoadBalancerCommand.ts @@ -123,9 +123,6 @@ export class DeleteLoadBalancerCommand extends $Command< DeleteLoadBalancerCommandOutput, LightsailClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -139,9 +136,7 @@ export class DeleteLoadBalancerCommand extends $Command< * @public */ constructor(readonly input: DeleteLoadBalancerCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -194,7 +189,4 @@ export class DeleteLoadBalancerCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteLoadBalancerCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-lightsail/src/commands/DeleteLoadBalancerTlsCertificateCommand.ts b/clients/client-lightsail/src/commands/DeleteLoadBalancerTlsCertificateCommand.ts index a433bbfa96f7..9a431338cf85 100644 --- a/clients/client-lightsail/src/commands/DeleteLoadBalancerTlsCertificateCommand.ts +++ b/clients/client-lightsail/src/commands/DeleteLoadBalancerTlsCertificateCommand.ts @@ -128,9 +128,6 @@ export class DeleteLoadBalancerTlsCertificateCommand extends $Command< DeleteLoadBalancerTlsCertificateCommandOutput, LightsailClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -144,9 +141,7 @@ export class DeleteLoadBalancerTlsCertificateCommand extends $Command< * @public */ constructor(readonly input: DeleteLoadBalancerTlsCertificateCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -205,7 +200,4 @@ export class DeleteLoadBalancerTlsCertificateCommand extends $Command< ): Promise { return de_DeleteLoadBalancerTlsCertificateCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-lightsail/src/commands/DeleteRelationalDatabaseCommand.ts b/clients/client-lightsail/src/commands/DeleteRelationalDatabaseCommand.ts index e8370e0208b8..852666a30b44 100644 --- a/clients/client-lightsail/src/commands/DeleteRelationalDatabaseCommand.ts +++ b/clients/client-lightsail/src/commands/DeleteRelationalDatabaseCommand.ts @@ -123,9 +123,6 @@ export class DeleteRelationalDatabaseCommand extends $Command< DeleteRelationalDatabaseCommandOutput, LightsailClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -139,9 +136,7 @@ export class DeleteRelationalDatabaseCommand extends $Command< * @public */ constructor(readonly input: DeleteRelationalDatabaseCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -194,7 +189,4 @@ export class DeleteRelationalDatabaseCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteRelationalDatabaseCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-lightsail/src/commands/DeleteRelationalDatabaseSnapshotCommand.ts b/clients/client-lightsail/src/commands/DeleteRelationalDatabaseSnapshotCommand.ts index 9ecf05758e64..282cc8f4224c 100644 --- a/clients/client-lightsail/src/commands/DeleteRelationalDatabaseSnapshotCommand.ts +++ b/clients/client-lightsail/src/commands/DeleteRelationalDatabaseSnapshotCommand.ts @@ -126,9 +126,6 @@ export class DeleteRelationalDatabaseSnapshotCommand extends $Command< DeleteRelationalDatabaseSnapshotCommandOutput, LightsailClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -142,9 +139,7 @@ export class DeleteRelationalDatabaseSnapshotCommand extends $Command< * @public */ constructor(readonly input: DeleteRelationalDatabaseSnapshotCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -203,7 +198,4 @@ export class DeleteRelationalDatabaseSnapshotCommand extends $Command< ): Promise { return de_DeleteRelationalDatabaseSnapshotCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-lightsail/src/commands/DetachCertificateFromDistributionCommand.ts b/clients/client-lightsail/src/commands/DetachCertificateFromDistributionCommand.ts index f6c7eeb2d88c..eb391d13b756 100644 --- a/clients/client-lightsail/src/commands/DetachCertificateFromDistributionCommand.ts +++ b/clients/client-lightsail/src/commands/DetachCertificateFromDistributionCommand.ts @@ -120,9 +120,6 @@ export class DetachCertificateFromDistributionCommand extends $Command< DetachCertificateFromDistributionCommandOutput, LightsailClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -136,9 +133,7 @@ export class DetachCertificateFromDistributionCommand extends $Command< * @public */ constructor(readonly input: DetachCertificateFromDistributionCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -197,7 +192,4 @@ export class DetachCertificateFromDistributionCommand extends $Command< ): Promise { return de_DetachCertificateFromDistributionCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-lightsail/src/commands/DetachDiskCommand.ts b/clients/client-lightsail/src/commands/DetachDiskCommand.ts index cc7637b038a3..d60411960d60 100644 --- a/clients/client-lightsail/src/commands/DetachDiskCommand.ts +++ b/clients/client-lightsail/src/commands/DetachDiskCommand.ts @@ -123,9 +123,6 @@ export class DetachDiskCommand extends $Command< DetachDiskCommandOutput, LightsailClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -139,9 +136,7 @@ export class DetachDiskCommand extends $Command< * @public */ constructor(readonly input: DetachDiskCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -192,7 +187,4 @@ export class DetachDiskCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DetachDiskCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-lightsail/src/commands/DetachInstancesFromLoadBalancerCommand.ts b/clients/client-lightsail/src/commands/DetachInstancesFromLoadBalancerCommand.ts index 1e99c7d50bd4..9f7b5cacb802 100644 --- a/clients/client-lightsail/src/commands/DetachInstancesFromLoadBalancerCommand.ts +++ b/clients/client-lightsail/src/commands/DetachInstancesFromLoadBalancerCommand.ts @@ -131,9 +131,6 @@ export class DetachInstancesFromLoadBalancerCommand extends $Command< DetachInstancesFromLoadBalancerCommandOutput, LightsailClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -147,9 +144,7 @@ export class DetachInstancesFromLoadBalancerCommand extends $Command< * @public */ constructor(readonly input: DetachInstancesFromLoadBalancerCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -208,7 +203,4 @@ export class DetachInstancesFromLoadBalancerCommand extends $Command< ): Promise { return de_DetachInstancesFromLoadBalancerCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-lightsail/src/commands/DetachStaticIpCommand.ts b/clients/client-lightsail/src/commands/DetachStaticIpCommand.ts index 2dab971750e2..ea1223e0a45a 100644 --- a/clients/client-lightsail/src/commands/DetachStaticIpCommand.ts +++ b/clients/client-lightsail/src/commands/DetachStaticIpCommand.ts @@ -118,9 +118,6 @@ export class DetachStaticIpCommand extends $Command< DetachStaticIpCommandOutput, LightsailClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -134,9 +131,7 @@ export class DetachStaticIpCommand extends $Command< * @public */ constructor(readonly input: DetachStaticIpCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -189,7 +184,4 @@ export class DetachStaticIpCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DetachStaticIpCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-lightsail/src/commands/DisableAddOnCommand.ts b/clients/client-lightsail/src/commands/DisableAddOnCommand.ts index 4edcc6bc28b0..25c4c381de74 100644 --- a/clients/client-lightsail/src/commands/DisableAddOnCommand.ts +++ b/clients/client-lightsail/src/commands/DisableAddOnCommand.ts @@ -115,9 +115,6 @@ export class DisableAddOnCommand extends $Command< DisableAddOnCommandOutput, LightsailClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -131,9 +128,7 @@ export class DisableAddOnCommand extends $Command< * @public */ constructor(readonly input: DisableAddOnCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -184,7 +179,4 @@ export class DisableAddOnCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DisableAddOnCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-lightsail/src/commands/DownloadDefaultKeyPairCommand.ts b/clients/client-lightsail/src/commands/DownloadDefaultKeyPairCommand.ts index 790f6ab2c5c3..4dd8122d5d0b 100644 --- a/clients/client-lightsail/src/commands/DownloadDefaultKeyPairCommand.ts +++ b/clients/client-lightsail/src/commands/DownloadDefaultKeyPairCommand.ts @@ -102,9 +102,6 @@ export class DownloadDefaultKeyPairCommand extends $Command< DownloadDefaultKeyPairCommandOutput, LightsailClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -118,9 +115,7 @@ export class DownloadDefaultKeyPairCommand extends $Command< * @public */ constructor(readonly input: DownloadDefaultKeyPairCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -173,7 +168,4 @@ export class DownloadDefaultKeyPairCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DownloadDefaultKeyPairCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-lightsail/src/commands/EnableAddOnCommand.ts b/clients/client-lightsail/src/commands/EnableAddOnCommand.ts index e4d7dab93d3a..e25a08483450 100644 --- a/clients/client-lightsail/src/commands/EnableAddOnCommand.ts +++ b/clients/client-lightsail/src/commands/EnableAddOnCommand.ts @@ -125,9 +125,6 @@ export class EnableAddOnCommand extends $Command< EnableAddOnCommandOutput, LightsailClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -141,9 +138,7 @@ export class EnableAddOnCommand extends $Command< * @public */ constructor(readonly input: EnableAddOnCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -194,7 +189,4 @@ export class EnableAddOnCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_EnableAddOnCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-lightsail/src/commands/ExportSnapshotCommand.ts b/clients/client-lightsail/src/commands/ExportSnapshotCommand.ts index 1dbe3893d8e9..a74a6d22925f 100644 --- a/clients/client-lightsail/src/commands/ExportSnapshotCommand.ts +++ b/clients/client-lightsail/src/commands/ExportSnapshotCommand.ts @@ -132,9 +132,6 @@ export class ExportSnapshotCommand extends $Command< ExportSnapshotCommandOutput, LightsailClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -148,9 +145,7 @@ export class ExportSnapshotCommand extends $Command< * @public */ constructor(readonly input: ExportSnapshotCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -203,7 +198,4 @@ export class ExportSnapshotCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ExportSnapshotCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-lightsail/src/commands/GetActiveNamesCommand.ts b/clients/client-lightsail/src/commands/GetActiveNamesCommand.ts index e983de7351de..c7bad03b2d5c 100644 --- a/clients/client-lightsail/src/commands/GetActiveNamesCommand.ts +++ b/clients/client-lightsail/src/commands/GetActiveNamesCommand.ts @@ -103,9 +103,6 @@ export class GetActiveNamesCommand extends $Command< GetActiveNamesCommandOutput, LightsailClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -119,9 +116,7 @@ export class GetActiveNamesCommand extends $Command< * @public */ constructor(readonly input: GetActiveNamesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -174,7 +169,4 @@ export class GetActiveNamesCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetActiveNamesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-lightsail/src/commands/GetAlarmsCommand.ts b/clients/client-lightsail/src/commands/GetAlarmsCommand.ts index 915a818946e1..a6b9fad58c4f 100644 --- a/clients/client-lightsail/src/commands/GetAlarmsCommand.ts +++ b/clients/client-lightsail/src/commands/GetAlarmsCommand.ts @@ -139,9 +139,6 @@ export class GetAlarmsCommand extends $Command< GetAlarmsCommandOutput, LightsailClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -155,9 +152,7 @@ export class GetAlarmsCommand extends $Command< * @public */ constructor(readonly input: GetAlarmsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -208,7 +203,4 @@ export class GetAlarmsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetAlarmsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-lightsail/src/commands/GetAutoSnapshotsCommand.ts b/clients/client-lightsail/src/commands/GetAutoSnapshotsCommand.ts index 2b07e572ae0a..96f5aefa95b6 100644 --- a/clients/client-lightsail/src/commands/GetAutoSnapshotsCommand.ts +++ b/clients/client-lightsail/src/commands/GetAutoSnapshotsCommand.ts @@ -111,9 +111,6 @@ export class GetAutoSnapshotsCommand extends $Command< GetAutoSnapshotsCommandOutput, LightsailClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -127,9 +124,7 @@ export class GetAutoSnapshotsCommand extends $Command< * @public */ constructor(readonly input: GetAutoSnapshotsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -182,7 +177,4 @@ export class GetAutoSnapshotsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetAutoSnapshotsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-lightsail/src/commands/GetBlueprintsCommand.ts b/clients/client-lightsail/src/commands/GetBlueprintsCommand.ts index 42b70487fb39..687115a1631d 100644 --- a/clients/client-lightsail/src/commands/GetBlueprintsCommand.ts +++ b/clients/client-lightsail/src/commands/GetBlueprintsCommand.ts @@ -128,9 +128,6 @@ export class GetBlueprintsCommand extends $Command< GetBlueprintsCommandOutput, LightsailClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -144,9 +141,7 @@ export class GetBlueprintsCommand extends $Command< * @public */ constructor(readonly input: GetBlueprintsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -197,7 +192,4 @@ export class GetBlueprintsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetBlueprintsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-lightsail/src/commands/GetBucketAccessKeysCommand.ts b/clients/client-lightsail/src/commands/GetBucketAccessKeysCommand.ts index 136bc688a8b4..c6429fa3a679 100644 --- a/clients/client-lightsail/src/commands/GetBucketAccessKeysCommand.ts +++ b/clients/client-lightsail/src/commands/GetBucketAccessKeysCommand.ts @@ -114,9 +114,6 @@ export class GetBucketAccessKeysCommand extends $Command< GetBucketAccessKeysCommandOutput, LightsailClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -130,9 +127,7 @@ export class GetBucketAccessKeysCommand extends $Command< * @public */ constructor(readonly input: GetBucketAccessKeysCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -185,7 +180,4 @@ export class GetBucketAccessKeysCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetBucketAccessKeysCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-lightsail/src/commands/GetBucketBundlesCommand.ts b/clients/client-lightsail/src/commands/GetBucketBundlesCommand.ts index d2cc190f7789..67b418251d09 100644 --- a/clients/client-lightsail/src/commands/GetBucketBundlesCommand.ts +++ b/clients/client-lightsail/src/commands/GetBucketBundlesCommand.ts @@ -103,9 +103,6 @@ export class GetBucketBundlesCommand extends $Command< GetBucketBundlesCommandOutput, LightsailClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -119,9 +116,7 @@ export class GetBucketBundlesCommand extends $Command< * @public */ constructor(readonly input: GetBucketBundlesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -174,7 +169,4 @@ export class GetBucketBundlesCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetBucketBundlesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-lightsail/src/commands/GetBucketMetricDataCommand.ts b/clients/client-lightsail/src/commands/GetBucketMetricDataCommand.ts index 21456b8ee032..5d359c7e833d 100644 --- a/clients/client-lightsail/src/commands/GetBucketMetricDataCommand.ts +++ b/clients/client-lightsail/src/commands/GetBucketMetricDataCommand.ts @@ -115,9 +115,6 @@ export class GetBucketMetricDataCommand extends $Command< GetBucketMetricDataCommandOutput, LightsailClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -131,9 +128,7 @@ export class GetBucketMetricDataCommand extends $Command< * @public */ constructor(readonly input: GetBucketMetricDataCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -186,7 +181,4 @@ export class GetBucketMetricDataCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetBucketMetricDataCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-lightsail/src/commands/GetBucketsCommand.ts b/clients/client-lightsail/src/commands/GetBucketsCommand.ts index 7ed25e61b50e..c8d33fbe9f88 100644 --- a/clients/client-lightsail/src/commands/GetBucketsCommand.ts +++ b/clients/client-lightsail/src/commands/GetBucketsCommand.ts @@ -150,9 +150,6 @@ export class GetBucketsCommand extends $Command< GetBucketsCommandOutput, LightsailClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -166,9 +163,7 @@ export class GetBucketsCommand extends $Command< * @public */ constructor(readonly input: GetBucketsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -219,7 +214,4 @@ export class GetBucketsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetBucketsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-lightsail/src/commands/GetBundlesCommand.ts b/clients/client-lightsail/src/commands/GetBundlesCommand.ts index 7664a2697888..6e3f66276473 100644 --- a/clients/client-lightsail/src/commands/GetBundlesCommand.ts +++ b/clients/client-lightsail/src/commands/GetBundlesCommand.ts @@ -130,9 +130,6 @@ export class GetBundlesCommand extends $Command< GetBundlesCommandOutput, LightsailClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -146,9 +143,7 @@ export class GetBundlesCommand extends $Command< * @public */ constructor(readonly input: GetBundlesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -199,7 +194,4 @@ export class GetBundlesCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetBundlesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-lightsail/src/commands/GetCertificatesCommand.ts b/clients/client-lightsail/src/commands/GetCertificatesCommand.ts index d9535b05baa3..d4aa9fd6d461 100644 --- a/clients/client-lightsail/src/commands/GetCertificatesCommand.ts +++ b/clients/client-lightsail/src/commands/GetCertificatesCommand.ts @@ -179,9 +179,6 @@ export class GetCertificatesCommand extends $Command< GetCertificatesCommandOutput, LightsailClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -195,9 +192,7 @@ export class GetCertificatesCommand extends $Command< * @public */ constructor(readonly input: GetCertificatesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -250,7 +245,4 @@ export class GetCertificatesCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetCertificatesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-lightsail/src/commands/GetCloudFormationStackRecordsCommand.ts b/clients/client-lightsail/src/commands/GetCloudFormationStackRecordsCommand.ts index 7699bbeced43..10db8806b967 100644 --- a/clients/client-lightsail/src/commands/GetCloudFormationStackRecordsCommand.ts +++ b/clients/client-lightsail/src/commands/GetCloudFormationStackRecordsCommand.ts @@ -132,9 +132,6 @@ export class GetCloudFormationStackRecordsCommand extends $Command< GetCloudFormationStackRecordsCommandOutput, LightsailClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -148,9 +145,7 @@ export class GetCloudFormationStackRecordsCommand extends $Command< * @public */ constructor(readonly input: GetCloudFormationStackRecordsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -206,7 +201,4 @@ export class GetCloudFormationStackRecordsCommand extends $Command< ): Promise { return de_GetCloudFormationStackRecordsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-lightsail/src/commands/GetContactMethodsCommand.ts b/clients/client-lightsail/src/commands/GetContactMethodsCommand.ts index ae9ced39bcca..0d52e295165d 100644 --- a/clients/client-lightsail/src/commands/GetContactMethodsCommand.ts +++ b/clients/client-lightsail/src/commands/GetContactMethodsCommand.ts @@ -118,9 +118,6 @@ export class GetContactMethodsCommand extends $Command< GetContactMethodsCommandOutput, LightsailClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -134,9 +131,7 @@ export class GetContactMethodsCommand extends $Command< * @public */ constructor(readonly input: GetContactMethodsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -189,7 +184,4 @@ export class GetContactMethodsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetContactMethodsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-lightsail/src/commands/GetContainerAPIMetadataCommand.ts b/clients/client-lightsail/src/commands/GetContainerAPIMetadataCommand.ts index 109e9bf9f6fc..1dd8714290e1 100644 --- a/clients/client-lightsail/src/commands/GetContainerAPIMetadataCommand.ts +++ b/clients/client-lightsail/src/commands/GetContainerAPIMetadataCommand.ts @@ -83,9 +83,6 @@ export class GetContainerAPIMetadataCommand extends $Command< GetContainerAPIMetadataCommandOutput, LightsailClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -99,9 +96,7 @@ export class GetContainerAPIMetadataCommand extends $Command< * @public */ constructor(readonly input: GetContainerAPIMetadataCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -154,7 +149,4 @@ export class GetContainerAPIMetadataCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetContainerAPIMetadataCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-lightsail/src/commands/GetContainerImagesCommand.ts b/clients/client-lightsail/src/commands/GetContainerImagesCommand.ts index ff58a31ac44a..9d9aba3b9a83 100644 --- a/clients/client-lightsail/src/commands/GetContainerImagesCommand.ts +++ b/clients/client-lightsail/src/commands/GetContainerImagesCommand.ts @@ -105,9 +105,6 @@ export class GetContainerImagesCommand extends $Command< GetContainerImagesCommandOutput, LightsailClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -121,9 +118,7 @@ export class GetContainerImagesCommand extends $Command< * @public */ constructor(readonly input: GetContainerImagesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -176,7 +171,4 @@ export class GetContainerImagesCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetContainerImagesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-lightsail/src/commands/GetContainerLogCommand.ts b/clients/client-lightsail/src/commands/GetContainerLogCommand.ts index f131d6b392b6..56aa2b01fbbd 100644 --- a/clients/client-lightsail/src/commands/GetContainerLogCommand.ts +++ b/clients/client-lightsail/src/commands/GetContainerLogCommand.ts @@ -113,9 +113,6 @@ export class GetContainerLogCommand extends $Command< GetContainerLogCommandOutput, LightsailClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -129,9 +126,7 @@ export class GetContainerLogCommand extends $Command< * @public */ constructor(readonly input: GetContainerLogCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -184,7 +179,4 @@ export class GetContainerLogCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetContainerLogCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-lightsail/src/commands/GetContainerServiceDeploymentsCommand.ts b/clients/client-lightsail/src/commands/GetContainerServiceDeploymentsCommand.ts index 8889b074bff4..875c1e7e4bf9 100644 --- a/clients/client-lightsail/src/commands/GetContainerServiceDeploymentsCommand.ts +++ b/clients/client-lightsail/src/commands/GetContainerServiceDeploymentsCommand.ts @@ -140,9 +140,6 @@ export class GetContainerServiceDeploymentsCommand extends $Command< GetContainerServiceDeploymentsCommandOutput, LightsailClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -156,9 +153,7 @@ export class GetContainerServiceDeploymentsCommand extends $Command< * @public */ constructor(readonly input: GetContainerServiceDeploymentsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -217,7 +212,4 @@ export class GetContainerServiceDeploymentsCommand extends $Command< ): Promise { return de_GetContainerServiceDeploymentsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-lightsail/src/commands/GetContainerServiceMetricDataCommand.ts b/clients/client-lightsail/src/commands/GetContainerServiceMetricDataCommand.ts index 12204a1f8b36..774c5f56be88 100644 --- a/clients/client-lightsail/src/commands/GetContainerServiceMetricDataCommand.ts +++ b/clients/client-lightsail/src/commands/GetContainerServiceMetricDataCommand.ts @@ -119,9 +119,6 @@ export class GetContainerServiceMetricDataCommand extends $Command< GetContainerServiceMetricDataCommandOutput, LightsailClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -135,9 +132,7 @@ export class GetContainerServiceMetricDataCommand extends $Command< * @public */ constructor(readonly input: GetContainerServiceMetricDataCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -193,7 +188,4 @@ export class GetContainerServiceMetricDataCommand extends $Command< ): Promise { return de_GetContainerServiceMetricDataCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-lightsail/src/commands/GetContainerServicePowersCommand.ts b/clients/client-lightsail/src/commands/GetContainerServicePowersCommand.ts index 044cf3eace14..d092ccdc0c25 100644 --- a/clients/client-lightsail/src/commands/GetContainerServicePowersCommand.ts +++ b/clients/client-lightsail/src/commands/GetContainerServicePowersCommand.ts @@ -103,9 +103,6 @@ export class GetContainerServicePowersCommand extends $Command< GetContainerServicePowersCommandOutput, LightsailClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -119,9 +116,7 @@ export class GetContainerServicePowersCommand extends $Command< * @public */ constructor(readonly input: GetContainerServicePowersCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -177,7 +172,4 @@ export class GetContainerServicePowersCommand extends $Command< ): Promise { return de_GetContainerServicePowersCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-lightsail/src/commands/GetContainerServicesCommand.ts b/clients/client-lightsail/src/commands/GetContainerServicesCommand.ts index 3e97b0a2e144..6d6320c2ea28 100644 --- a/clients/client-lightsail/src/commands/GetContainerServicesCommand.ts +++ b/clients/client-lightsail/src/commands/GetContainerServicesCommand.ts @@ -195,9 +195,6 @@ export class GetContainerServicesCommand extends $Command< GetContainerServicesCommandOutput, LightsailClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -211,9 +208,7 @@ export class GetContainerServicesCommand extends $Command< * @public */ constructor(readonly input: GetContainerServicesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -266,7 +261,4 @@ export class GetContainerServicesCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetContainerServicesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-lightsail/src/commands/GetCostEstimateCommand.ts b/clients/client-lightsail/src/commands/GetCostEstimateCommand.ts index f037697d2ce1..94b9c1bccf3f 100644 --- a/clients/client-lightsail/src/commands/GetCostEstimateCommand.ts +++ b/clients/client-lightsail/src/commands/GetCostEstimateCommand.ts @@ -119,9 +119,6 @@ export class GetCostEstimateCommand extends $Command< GetCostEstimateCommandOutput, LightsailClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -135,9 +132,7 @@ export class GetCostEstimateCommand extends $Command< * @public */ constructor(readonly input: GetCostEstimateCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -190,7 +185,4 @@ export class GetCostEstimateCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetCostEstimateCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-lightsail/src/commands/GetDiskCommand.ts b/clients/client-lightsail/src/commands/GetDiskCommand.ts index 0013283043cb..2d6bc337f70b 100644 --- a/clients/client-lightsail/src/commands/GetDiskCommand.ts +++ b/clients/client-lightsail/src/commands/GetDiskCommand.ts @@ -132,9 +132,6 @@ export interface GetDiskCommandOutput extends GetDiskResult, __MetadataBearer {} * */ export class GetDiskCommand extends $Command { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -148,9 +145,7 @@ export class GetDiskCommand extends $Command { return de_GetDiskCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-lightsail/src/commands/GetDiskSnapshotCommand.ts b/clients/client-lightsail/src/commands/GetDiskSnapshotCommand.ts index 75850d7f3c96..ef4d7abcc0b1 100644 --- a/clients/client-lightsail/src/commands/GetDiskSnapshotCommand.ts +++ b/clients/client-lightsail/src/commands/GetDiskSnapshotCommand.ts @@ -124,9 +124,6 @@ export class GetDiskSnapshotCommand extends $Command< GetDiskSnapshotCommandOutput, LightsailClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -140,9 +137,7 @@ export class GetDiskSnapshotCommand extends $Command< * @public */ constructor(readonly input: GetDiskSnapshotCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -195,7 +190,4 @@ export class GetDiskSnapshotCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetDiskSnapshotCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-lightsail/src/commands/GetDiskSnapshotsCommand.ts b/clients/client-lightsail/src/commands/GetDiskSnapshotsCommand.ts index 7d5a37bad9be..da8298579e8a 100644 --- a/clients/client-lightsail/src/commands/GetDiskSnapshotsCommand.ts +++ b/clients/client-lightsail/src/commands/GetDiskSnapshotsCommand.ts @@ -128,9 +128,6 @@ export class GetDiskSnapshotsCommand extends $Command< GetDiskSnapshotsCommandOutput, LightsailClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -144,9 +141,7 @@ export class GetDiskSnapshotsCommand extends $Command< * @public */ constructor(readonly input: GetDiskSnapshotsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -199,7 +194,4 @@ export class GetDiskSnapshotsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetDiskSnapshotsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-lightsail/src/commands/GetDisksCommand.ts b/clients/client-lightsail/src/commands/GetDisksCommand.ts index 64e53667dca8..858b60a806bc 100644 --- a/clients/client-lightsail/src/commands/GetDisksCommand.ts +++ b/clients/client-lightsail/src/commands/GetDisksCommand.ts @@ -139,9 +139,6 @@ export class GetDisksCommand extends $Command< GetDisksCommandOutput, LightsailClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -155,9 +152,7 @@ export class GetDisksCommand extends $Command< * @public */ constructor(readonly input: GetDisksCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -208,7 +203,4 @@ export class GetDisksCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetDisksCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-lightsail/src/commands/GetDistributionBundlesCommand.ts b/clients/client-lightsail/src/commands/GetDistributionBundlesCommand.ts index 1a03860e9d32..eb28d3e240ea 100644 --- a/clients/client-lightsail/src/commands/GetDistributionBundlesCommand.ts +++ b/clients/client-lightsail/src/commands/GetDistributionBundlesCommand.ts @@ -105,9 +105,6 @@ export class GetDistributionBundlesCommand extends $Command< GetDistributionBundlesCommandOutput, LightsailClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -121,9 +118,7 @@ export class GetDistributionBundlesCommand extends $Command< * @public */ constructor(readonly input: GetDistributionBundlesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -176,7 +171,4 @@ export class GetDistributionBundlesCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetDistributionBundlesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-lightsail/src/commands/GetDistributionLatestCacheResetCommand.ts b/clients/client-lightsail/src/commands/GetDistributionLatestCacheResetCommand.ts index 13be31a82978..1fe923273abf 100644 --- a/clients/client-lightsail/src/commands/GetDistributionLatestCacheResetCommand.ts +++ b/clients/client-lightsail/src/commands/GetDistributionLatestCacheResetCommand.ts @@ -103,9 +103,6 @@ export class GetDistributionLatestCacheResetCommand extends $Command< GetDistributionLatestCacheResetCommandOutput, LightsailClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -119,9 +116,7 @@ export class GetDistributionLatestCacheResetCommand extends $Command< * @public */ constructor(readonly input: GetDistributionLatestCacheResetCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -180,7 +175,4 @@ export class GetDistributionLatestCacheResetCommand extends $Command< ): Promise { return de_GetDistributionLatestCacheResetCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-lightsail/src/commands/GetDistributionMetricDataCommand.ts b/clients/client-lightsail/src/commands/GetDistributionMetricDataCommand.ts index f1b81fb52cb5..128773eb1f95 100644 --- a/clients/client-lightsail/src/commands/GetDistributionMetricDataCommand.ts +++ b/clients/client-lightsail/src/commands/GetDistributionMetricDataCommand.ts @@ -119,9 +119,6 @@ export class GetDistributionMetricDataCommand extends $Command< GetDistributionMetricDataCommandOutput, LightsailClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -135,9 +132,7 @@ export class GetDistributionMetricDataCommand extends $Command< * @public */ constructor(readonly input: GetDistributionMetricDataCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -193,7 +188,4 @@ export class GetDistributionMetricDataCommand extends $Command< ): Promise { return de_GetDistributionMetricDataCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-lightsail/src/commands/GetDistributionsCommand.ts b/clients/client-lightsail/src/commands/GetDistributionsCommand.ts index eed303f586aa..f4574fbef169 100644 --- a/clients/client-lightsail/src/commands/GetDistributionsCommand.ts +++ b/clients/client-lightsail/src/commands/GetDistributionsCommand.ts @@ -168,9 +168,6 @@ export class GetDistributionsCommand extends $Command< GetDistributionsCommandOutput, LightsailClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -184,9 +181,7 @@ export class GetDistributionsCommand extends $Command< * @public */ constructor(readonly input: GetDistributionsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -239,7 +234,4 @@ export class GetDistributionsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetDistributionsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-lightsail/src/commands/GetDomainCommand.ts b/clients/client-lightsail/src/commands/GetDomainCommand.ts index 723e2fd48494..5afa163b4e42 100644 --- a/clients/client-lightsail/src/commands/GetDomainCommand.ts +++ b/clients/client-lightsail/src/commands/GetDomainCommand.ts @@ -138,9 +138,6 @@ export class GetDomainCommand extends $Command< GetDomainCommandOutput, LightsailClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -154,9 +151,7 @@ export class GetDomainCommand extends $Command< * @public */ constructor(readonly input: GetDomainCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -207,7 +202,4 @@ export class GetDomainCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetDomainCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-lightsail/src/commands/GetDomainsCommand.ts b/clients/client-lightsail/src/commands/GetDomainsCommand.ts index e99cb61fc8af..158c74637748 100644 --- a/clients/client-lightsail/src/commands/GetDomainsCommand.ts +++ b/clients/client-lightsail/src/commands/GetDomainsCommand.ts @@ -141,9 +141,6 @@ export class GetDomainsCommand extends $Command< GetDomainsCommandOutput, LightsailClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -157,9 +154,7 @@ export class GetDomainsCommand extends $Command< * @public */ constructor(readonly input: GetDomainsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -210,7 +205,4 @@ export class GetDomainsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetDomainsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-lightsail/src/commands/GetExportSnapshotRecordsCommand.ts b/clients/client-lightsail/src/commands/GetExportSnapshotRecordsCommand.ts index 22b22ed08896..8066753f5ca8 100644 --- a/clients/client-lightsail/src/commands/GetExportSnapshotRecordsCommand.ts +++ b/clients/client-lightsail/src/commands/GetExportSnapshotRecordsCommand.ts @@ -144,9 +144,6 @@ export class GetExportSnapshotRecordsCommand extends $Command< GetExportSnapshotRecordsCommandOutput, LightsailClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -160,9 +157,7 @@ export class GetExportSnapshotRecordsCommand extends $Command< * @public */ constructor(readonly input: GetExportSnapshotRecordsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -215,7 +210,4 @@ export class GetExportSnapshotRecordsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetExportSnapshotRecordsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-lightsail/src/commands/GetInstanceAccessDetailsCommand.ts b/clients/client-lightsail/src/commands/GetInstanceAccessDetailsCommand.ts index 4afbeb7c2e57..9f37e9264807 100644 --- a/clients/client-lightsail/src/commands/GetInstanceAccessDetailsCommand.ts +++ b/clients/client-lightsail/src/commands/GetInstanceAccessDetailsCommand.ts @@ -129,9 +129,6 @@ export class GetInstanceAccessDetailsCommand extends $Command< GetInstanceAccessDetailsCommandOutput, LightsailClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -145,9 +142,7 @@ export class GetInstanceAccessDetailsCommand extends $Command< * @public */ constructor(readonly input: GetInstanceAccessDetailsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -200,7 +195,4 @@ export class GetInstanceAccessDetailsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetInstanceAccessDetailsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-lightsail/src/commands/GetInstanceCommand.ts b/clients/client-lightsail/src/commands/GetInstanceCommand.ts index f1cb299b889e..f447f83b35f0 100644 --- a/clients/client-lightsail/src/commands/GetInstanceCommand.ts +++ b/clients/client-lightsail/src/commands/GetInstanceCommand.ts @@ -218,9 +218,6 @@ export class GetInstanceCommand extends $Command< GetInstanceCommandOutput, LightsailClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -234,9 +231,7 @@ export class GetInstanceCommand extends $Command< * @public */ constructor(readonly input: GetInstanceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -287,7 +282,4 @@ export class GetInstanceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetInstanceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-lightsail/src/commands/GetInstanceMetricDataCommand.ts b/clients/client-lightsail/src/commands/GetInstanceMetricDataCommand.ts index 5bff391947e1..2ce4589848f8 100644 --- a/clients/client-lightsail/src/commands/GetInstanceMetricDataCommand.ts +++ b/clients/client-lightsail/src/commands/GetInstanceMetricDataCommand.ts @@ -123,9 +123,6 @@ export class GetInstanceMetricDataCommand extends $Command< GetInstanceMetricDataCommandOutput, LightsailClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -139,9 +136,7 @@ export class GetInstanceMetricDataCommand extends $Command< * @public */ constructor(readonly input: GetInstanceMetricDataCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -194,7 +189,4 @@ export class GetInstanceMetricDataCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetInstanceMetricDataCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-lightsail/src/commands/GetInstancePortStatesCommand.ts b/clients/client-lightsail/src/commands/GetInstancePortStatesCommand.ts index d8294dca9581..ce4f6977051a 100644 --- a/clients/client-lightsail/src/commands/GetInstancePortStatesCommand.ts +++ b/clients/client-lightsail/src/commands/GetInstancePortStatesCommand.ts @@ -117,9 +117,6 @@ export class GetInstancePortStatesCommand extends $Command< GetInstancePortStatesCommandOutput, LightsailClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -133,9 +130,7 @@ export class GetInstancePortStatesCommand extends $Command< * @public */ constructor(readonly input: GetInstancePortStatesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -188,7 +183,4 @@ export class GetInstancePortStatesCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetInstancePortStatesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-lightsail/src/commands/GetInstanceSnapshotCommand.ts b/clients/client-lightsail/src/commands/GetInstanceSnapshotCommand.ts index ed55db6d48b2..e4d00722233c 100644 --- a/clients/client-lightsail/src/commands/GetInstanceSnapshotCommand.ts +++ b/clients/client-lightsail/src/commands/GetInstanceSnapshotCommand.ts @@ -163,9 +163,6 @@ export class GetInstanceSnapshotCommand extends $Command< GetInstanceSnapshotCommandOutput, LightsailClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -179,9 +176,7 @@ export class GetInstanceSnapshotCommand extends $Command< * @public */ constructor(readonly input: GetInstanceSnapshotCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -234,7 +229,4 @@ export class GetInstanceSnapshotCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetInstanceSnapshotCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-lightsail/src/commands/GetInstanceSnapshotsCommand.ts b/clients/client-lightsail/src/commands/GetInstanceSnapshotsCommand.ts index cc75bf01322a..6aabfb951ded 100644 --- a/clients/client-lightsail/src/commands/GetInstanceSnapshotsCommand.ts +++ b/clients/client-lightsail/src/commands/GetInstanceSnapshotsCommand.ts @@ -166,9 +166,6 @@ export class GetInstanceSnapshotsCommand extends $Command< GetInstanceSnapshotsCommandOutput, LightsailClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -182,9 +179,7 @@ export class GetInstanceSnapshotsCommand extends $Command< * @public */ constructor(readonly input: GetInstanceSnapshotsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -237,7 +232,4 @@ export class GetInstanceSnapshotsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetInstanceSnapshotsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-lightsail/src/commands/GetInstanceStateCommand.ts b/clients/client-lightsail/src/commands/GetInstanceStateCommand.ts index d33c68a7a33a..e83fe27b963e 100644 --- a/clients/client-lightsail/src/commands/GetInstanceStateCommand.ts +++ b/clients/client-lightsail/src/commands/GetInstanceStateCommand.ts @@ -103,9 +103,6 @@ export class GetInstanceStateCommand extends $Command< GetInstanceStateCommandOutput, LightsailClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -119,9 +116,7 @@ export class GetInstanceStateCommand extends $Command< * @public */ constructor(readonly input: GetInstanceStateCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -174,7 +169,4 @@ export class GetInstanceStateCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetInstanceStateCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-lightsail/src/commands/GetInstancesCommand.ts b/clients/client-lightsail/src/commands/GetInstancesCommand.ts index 8ac08e17babf..a3dd77c223af 100644 --- a/clients/client-lightsail/src/commands/GetInstancesCommand.ts +++ b/clients/client-lightsail/src/commands/GetInstancesCommand.ts @@ -221,9 +221,6 @@ export class GetInstancesCommand extends $Command< GetInstancesCommandOutput, LightsailClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -237,9 +234,7 @@ export class GetInstancesCommand extends $Command< * @public */ constructor(readonly input: GetInstancesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -290,7 +285,4 @@ export class GetInstancesCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetInstancesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-lightsail/src/commands/GetKeyPairCommand.ts b/clients/client-lightsail/src/commands/GetKeyPairCommand.ts index 627e4590c787..e17f1ff4d7ff 100644 --- a/clients/client-lightsail/src/commands/GetKeyPairCommand.ts +++ b/clients/client-lightsail/src/commands/GetKeyPairCommand.ts @@ -117,9 +117,6 @@ export class GetKeyPairCommand extends $Command< GetKeyPairCommandOutput, LightsailClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -133,9 +130,7 @@ export class GetKeyPairCommand extends $Command< * @public */ constructor(readonly input: GetKeyPairCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -186,7 +181,4 @@ export class GetKeyPairCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetKeyPairCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-lightsail/src/commands/GetKeyPairsCommand.ts b/clients/client-lightsail/src/commands/GetKeyPairsCommand.ts index 17121e3a2511..1a532cebdc98 100644 --- a/clients/client-lightsail/src/commands/GetKeyPairsCommand.ts +++ b/clients/client-lightsail/src/commands/GetKeyPairsCommand.ts @@ -121,9 +121,6 @@ export class GetKeyPairsCommand extends $Command< GetKeyPairsCommandOutput, LightsailClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -137,9 +134,7 @@ export class GetKeyPairsCommand extends $Command< * @public */ constructor(readonly input: GetKeyPairsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -190,7 +185,4 @@ export class GetKeyPairsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetKeyPairsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-lightsail/src/commands/GetLoadBalancerCommand.ts b/clients/client-lightsail/src/commands/GetLoadBalancerCommand.ts index 28713c2b285c..c875e1f2d5c5 100644 --- a/clients/client-lightsail/src/commands/GetLoadBalancerCommand.ts +++ b/clients/client-lightsail/src/commands/GetLoadBalancerCommand.ts @@ -143,9 +143,6 @@ export class GetLoadBalancerCommand extends $Command< GetLoadBalancerCommandOutput, LightsailClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -159,9 +156,7 @@ export class GetLoadBalancerCommand extends $Command< * @public */ constructor(readonly input: GetLoadBalancerCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -214,7 +209,4 @@ export class GetLoadBalancerCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetLoadBalancerCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-lightsail/src/commands/GetLoadBalancerMetricDataCommand.ts b/clients/client-lightsail/src/commands/GetLoadBalancerMetricDataCommand.ts index 3e6dbb43e6e2..20ac8cbc545b 100644 --- a/clients/client-lightsail/src/commands/GetLoadBalancerMetricDataCommand.ts +++ b/clients/client-lightsail/src/commands/GetLoadBalancerMetricDataCommand.ts @@ -122,9 +122,6 @@ export class GetLoadBalancerMetricDataCommand extends $Command< GetLoadBalancerMetricDataCommandOutput, LightsailClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -138,9 +135,7 @@ export class GetLoadBalancerMetricDataCommand extends $Command< * @public */ constructor(readonly input: GetLoadBalancerMetricDataCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -196,7 +191,4 @@ export class GetLoadBalancerMetricDataCommand extends $Command< ): Promise { return de_GetLoadBalancerMetricDataCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-lightsail/src/commands/GetLoadBalancerTlsCertificatesCommand.ts b/clients/client-lightsail/src/commands/GetLoadBalancerTlsCertificatesCommand.ts index e4ca3112f4c4..1d9603d1b0b8 100644 --- a/clients/client-lightsail/src/commands/GetLoadBalancerTlsCertificatesCommand.ts +++ b/clients/client-lightsail/src/commands/GetLoadBalancerTlsCertificatesCommand.ts @@ -167,9 +167,6 @@ export class GetLoadBalancerTlsCertificatesCommand extends $Command< GetLoadBalancerTlsCertificatesCommandOutput, LightsailClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -183,9 +180,7 @@ export class GetLoadBalancerTlsCertificatesCommand extends $Command< * @public */ constructor(readonly input: GetLoadBalancerTlsCertificatesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -244,7 +239,4 @@ export class GetLoadBalancerTlsCertificatesCommand extends $Command< ): Promise { return de_GetLoadBalancerTlsCertificatesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-lightsail/src/commands/GetLoadBalancerTlsPoliciesCommand.ts b/clients/client-lightsail/src/commands/GetLoadBalancerTlsPoliciesCommand.ts index d2553e26d05e..78286a6f1bfe 100644 --- a/clients/client-lightsail/src/commands/GetLoadBalancerTlsPoliciesCommand.ts +++ b/clients/client-lightsail/src/commands/GetLoadBalancerTlsPoliciesCommand.ts @@ -110,9 +110,6 @@ export class GetLoadBalancerTlsPoliciesCommand extends $Command< GetLoadBalancerTlsPoliciesCommandOutput, LightsailClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -126,9 +123,7 @@ export class GetLoadBalancerTlsPoliciesCommand extends $Command< * @public */ constructor(readonly input: GetLoadBalancerTlsPoliciesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -184,7 +179,4 @@ export class GetLoadBalancerTlsPoliciesCommand extends $Command< ): Promise { return de_GetLoadBalancerTlsPoliciesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-lightsail/src/commands/GetLoadBalancersCommand.ts b/clients/client-lightsail/src/commands/GetLoadBalancersCommand.ts index ea3f81be8b7a..201b1a8959b9 100644 --- a/clients/client-lightsail/src/commands/GetLoadBalancersCommand.ts +++ b/clients/client-lightsail/src/commands/GetLoadBalancersCommand.ts @@ -146,9 +146,6 @@ export class GetLoadBalancersCommand extends $Command< GetLoadBalancersCommandOutput, LightsailClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -162,9 +159,7 @@ export class GetLoadBalancersCommand extends $Command< * @public */ constructor(readonly input: GetLoadBalancersCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -217,7 +212,4 @@ export class GetLoadBalancersCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetLoadBalancersCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-lightsail/src/commands/GetOperationCommand.ts b/clients/client-lightsail/src/commands/GetOperationCommand.ts index 493bb5efff84..e8cf3a96b9ac 100644 --- a/clients/client-lightsail/src/commands/GetOperationCommand.ts +++ b/clients/client-lightsail/src/commands/GetOperationCommand.ts @@ -117,9 +117,6 @@ export class GetOperationCommand extends $Command< GetOperationCommandOutput, LightsailClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -133,9 +130,7 @@ export class GetOperationCommand extends $Command< * @public */ constructor(readonly input: GetOperationCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -186,7 +181,4 @@ export class GetOperationCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetOperationCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-lightsail/src/commands/GetOperationsCommand.ts b/clients/client-lightsail/src/commands/GetOperationsCommand.ts index 18097b71caa4..b5c18c09e5d0 100644 --- a/clients/client-lightsail/src/commands/GetOperationsCommand.ts +++ b/clients/client-lightsail/src/commands/GetOperationsCommand.ts @@ -122,9 +122,6 @@ export class GetOperationsCommand extends $Command< GetOperationsCommandOutput, LightsailClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -138,9 +135,7 @@ export class GetOperationsCommand extends $Command< * @public */ constructor(readonly input: GetOperationsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -191,7 +186,4 @@ export class GetOperationsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetOperationsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-lightsail/src/commands/GetOperationsForResourceCommand.ts b/clients/client-lightsail/src/commands/GetOperationsForResourceCommand.ts index f84e897b3bf8..bac7f7e53466 100644 --- a/clients/client-lightsail/src/commands/GetOperationsForResourceCommand.ts +++ b/clients/client-lightsail/src/commands/GetOperationsForResourceCommand.ts @@ -121,9 +121,6 @@ export class GetOperationsForResourceCommand extends $Command< GetOperationsForResourceCommandOutput, LightsailClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -137,9 +134,7 @@ export class GetOperationsForResourceCommand extends $Command< * @public */ constructor(readonly input: GetOperationsForResourceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -192,7 +187,4 @@ export class GetOperationsForResourceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetOperationsForResourceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-lightsail/src/commands/GetRegionsCommand.ts b/clients/client-lightsail/src/commands/GetRegionsCommand.ts index f58208f3e509..45aea1028540 100644 --- a/clients/client-lightsail/src/commands/GetRegionsCommand.ts +++ b/clients/client-lightsail/src/commands/GetRegionsCommand.ts @@ -122,9 +122,6 @@ export class GetRegionsCommand extends $Command< GetRegionsCommandOutput, LightsailClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -138,9 +135,7 @@ export class GetRegionsCommand extends $Command< * @public */ constructor(readonly input: GetRegionsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -191,7 +186,4 @@ export class GetRegionsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetRegionsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-lightsail/src/commands/GetRelationalDatabaseBlueprintsCommand.ts b/clients/client-lightsail/src/commands/GetRelationalDatabaseBlueprintsCommand.ts index d3c2167d41f3..26a5fb5510a8 100644 --- a/clients/client-lightsail/src/commands/GetRelationalDatabaseBlueprintsCommand.ts +++ b/clients/client-lightsail/src/commands/GetRelationalDatabaseBlueprintsCommand.ts @@ -118,9 +118,6 @@ export class GetRelationalDatabaseBlueprintsCommand extends $Command< GetRelationalDatabaseBlueprintsCommandOutput, LightsailClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -134,9 +131,7 @@ export class GetRelationalDatabaseBlueprintsCommand extends $Command< * @public */ constructor(readonly input: GetRelationalDatabaseBlueprintsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -195,7 +190,4 @@ export class GetRelationalDatabaseBlueprintsCommand extends $Command< ): Promise { return de_GetRelationalDatabaseBlueprintsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-lightsail/src/commands/GetRelationalDatabaseBundlesCommand.ts b/clients/client-lightsail/src/commands/GetRelationalDatabaseBundlesCommand.ts index 799a4eec033d..29955f1cd447 100644 --- a/clients/client-lightsail/src/commands/GetRelationalDatabaseBundlesCommand.ts +++ b/clients/client-lightsail/src/commands/GetRelationalDatabaseBundlesCommand.ts @@ -122,9 +122,6 @@ export class GetRelationalDatabaseBundlesCommand extends $Command< GetRelationalDatabaseBundlesCommandOutput, LightsailClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -138,9 +135,7 @@ export class GetRelationalDatabaseBundlesCommand extends $Command< * @public */ constructor(readonly input: GetRelationalDatabaseBundlesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -196,7 +191,4 @@ export class GetRelationalDatabaseBundlesCommand extends $Command< ): Promise { return de_GetRelationalDatabaseBundlesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-lightsail/src/commands/GetRelationalDatabaseCommand.ts b/clients/client-lightsail/src/commands/GetRelationalDatabaseCommand.ts index bc52891a2f5b..4bdd1114fe44 100644 --- a/clients/client-lightsail/src/commands/GetRelationalDatabaseCommand.ts +++ b/clients/client-lightsail/src/commands/GetRelationalDatabaseCommand.ts @@ -152,9 +152,6 @@ export class GetRelationalDatabaseCommand extends $Command< GetRelationalDatabaseCommandOutput, LightsailClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -168,9 +165,7 @@ export class GetRelationalDatabaseCommand extends $Command< * @public */ constructor(readonly input: GetRelationalDatabaseCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -223,7 +218,4 @@ export class GetRelationalDatabaseCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetRelationalDatabaseCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-lightsail/src/commands/GetRelationalDatabaseEventsCommand.ts b/clients/client-lightsail/src/commands/GetRelationalDatabaseEventsCommand.ts index 06eadc50d3d3..c530f566cb2c 100644 --- a/clients/client-lightsail/src/commands/GetRelationalDatabaseEventsCommand.ts +++ b/clients/client-lightsail/src/commands/GetRelationalDatabaseEventsCommand.ts @@ -112,9 +112,6 @@ export class GetRelationalDatabaseEventsCommand extends $Command< GetRelationalDatabaseEventsCommandOutput, LightsailClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -128,9 +125,7 @@ export class GetRelationalDatabaseEventsCommand extends $Command< * @public */ constructor(readonly input: GetRelationalDatabaseEventsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -186,7 +181,4 @@ export class GetRelationalDatabaseEventsCommand extends $Command< ): Promise { return de_GetRelationalDatabaseEventsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-lightsail/src/commands/GetRelationalDatabaseLogEventsCommand.ts b/clients/client-lightsail/src/commands/GetRelationalDatabaseLogEventsCommand.ts index c723907eb52a..744a584d0208 100644 --- a/clients/client-lightsail/src/commands/GetRelationalDatabaseLogEventsCommand.ts +++ b/clients/client-lightsail/src/commands/GetRelationalDatabaseLogEventsCommand.ts @@ -117,9 +117,6 @@ export class GetRelationalDatabaseLogEventsCommand extends $Command< GetRelationalDatabaseLogEventsCommandOutput, LightsailClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -133,9 +130,7 @@ export class GetRelationalDatabaseLogEventsCommand extends $Command< * @public */ constructor(readonly input: GetRelationalDatabaseLogEventsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -194,7 +189,4 @@ export class GetRelationalDatabaseLogEventsCommand extends $Command< ): Promise { return de_GetRelationalDatabaseLogEventsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-lightsail/src/commands/GetRelationalDatabaseLogStreamsCommand.ts b/clients/client-lightsail/src/commands/GetRelationalDatabaseLogStreamsCommand.ts index 3a9df6bbdaa2..90ab1844d20e 100644 --- a/clients/client-lightsail/src/commands/GetRelationalDatabaseLogStreamsCommand.ts +++ b/clients/client-lightsail/src/commands/GetRelationalDatabaseLogStreamsCommand.ts @@ -107,9 +107,6 @@ export class GetRelationalDatabaseLogStreamsCommand extends $Command< GetRelationalDatabaseLogStreamsCommandOutput, LightsailClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -123,9 +120,7 @@ export class GetRelationalDatabaseLogStreamsCommand extends $Command< * @public */ constructor(readonly input: GetRelationalDatabaseLogStreamsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -184,7 +179,4 @@ export class GetRelationalDatabaseLogStreamsCommand extends $Command< ): Promise { return de_GetRelationalDatabaseLogStreamsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-lightsail/src/commands/GetRelationalDatabaseMasterUserPasswordCommand.ts b/clients/client-lightsail/src/commands/GetRelationalDatabaseMasterUserPasswordCommand.ts index f0fc32da71d2..44b150388873 100644 --- a/clients/client-lightsail/src/commands/GetRelationalDatabaseMasterUserPasswordCommand.ts +++ b/clients/client-lightsail/src/commands/GetRelationalDatabaseMasterUserPasswordCommand.ts @@ -116,9 +116,6 @@ export class GetRelationalDatabaseMasterUserPasswordCommand extends $Command< GetRelationalDatabaseMasterUserPasswordCommandOutput, LightsailClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -132,9 +129,7 @@ export class GetRelationalDatabaseMasterUserPasswordCommand extends $Command< * @public */ constructor(readonly input: GetRelationalDatabaseMasterUserPasswordCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -199,7 +194,4 @@ export class GetRelationalDatabaseMasterUserPasswordCommand extends $Command< ): Promise { return de_GetRelationalDatabaseMasterUserPasswordCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-lightsail/src/commands/GetRelationalDatabaseMetricDataCommand.ts b/clients/client-lightsail/src/commands/GetRelationalDatabaseMetricDataCommand.ts index abeb8ad822bd..d9dcf2880ecd 100644 --- a/clients/client-lightsail/src/commands/GetRelationalDatabaseMetricDataCommand.ts +++ b/clients/client-lightsail/src/commands/GetRelationalDatabaseMetricDataCommand.ts @@ -127,9 +127,6 @@ export class GetRelationalDatabaseMetricDataCommand extends $Command< GetRelationalDatabaseMetricDataCommandOutput, LightsailClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -143,9 +140,7 @@ export class GetRelationalDatabaseMetricDataCommand extends $Command< * @public */ constructor(readonly input: GetRelationalDatabaseMetricDataCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -204,7 +199,4 @@ export class GetRelationalDatabaseMetricDataCommand extends $Command< ): Promise { return de_GetRelationalDatabaseMetricDataCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-lightsail/src/commands/GetRelationalDatabaseParametersCommand.ts b/clients/client-lightsail/src/commands/GetRelationalDatabaseParametersCommand.ts index db04b744c635..cf00ba8446aa 100644 --- a/clients/client-lightsail/src/commands/GetRelationalDatabaseParametersCommand.ts +++ b/clients/client-lightsail/src/commands/GetRelationalDatabaseParametersCommand.ts @@ -122,9 +122,6 @@ export class GetRelationalDatabaseParametersCommand extends $Command< GetRelationalDatabaseParametersCommandOutput, LightsailClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -138,9 +135,7 @@ export class GetRelationalDatabaseParametersCommand extends $Command< * @public */ constructor(readonly input: GetRelationalDatabaseParametersCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -199,7 +194,4 @@ export class GetRelationalDatabaseParametersCommand extends $Command< ): Promise { return de_GetRelationalDatabaseParametersCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-lightsail/src/commands/GetRelationalDatabaseSnapshotCommand.ts b/clients/client-lightsail/src/commands/GetRelationalDatabaseSnapshotCommand.ts index 4b53b1a02c45..132e96ce819f 100644 --- a/clients/client-lightsail/src/commands/GetRelationalDatabaseSnapshotCommand.ts +++ b/clients/client-lightsail/src/commands/GetRelationalDatabaseSnapshotCommand.ts @@ -129,9 +129,6 @@ export class GetRelationalDatabaseSnapshotCommand extends $Command< GetRelationalDatabaseSnapshotCommandOutput, LightsailClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -145,9 +142,7 @@ export class GetRelationalDatabaseSnapshotCommand extends $Command< * @public */ constructor(readonly input: GetRelationalDatabaseSnapshotCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -203,7 +198,4 @@ export class GetRelationalDatabaseSnapshotCommand extends $Command< ): Promise { return de_GetRelationalDatabaseSnapshotCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-lightsail/src/commands/GetRelationalDatabaseSnapshotsCommand.ts b/clients/client-lightsail/src/commands/GetRelationalDatabaseSnapshotsCommand.ts index d8e1b40fd84c..b3cab23152a5 100644 --- a/clients/client-lightsail/src/commands/GetRelationalDatabaseSnapshotsCommand.ts +++ b/clients/client-lightsail/src/commands/GetRelationalDatabaseSnapshotsCommand.ts @@ -132,9 +132,6 @@ export class GetRelationalDatabaseSnapshotsCommand extends $Command< GetRelationalDatabaseSnapshotsCommandOutput, LightsailClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -148,9 +145,7 @@ export class GetRelationalDatabaseSnapshotsCommand extends $Command< * @public */ constructor(readonly input: GetRelationalDatabaseSnapshotsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -209,7 +204,4 @@ export class GetRelationalDatabaseSnapshotsCommand extends $Command< ): Promise { return de_GetRelationalDatabaseSnapshotsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-lightsail/src/commands/GetRelationalDatabasesCommand.ts b/clients/client-lightsail/src/commands/GetRelationalDatabasesCommand.ts index 8330b9183123..56d13ff4fcec 100644 --- a/clients/client-lightsail/src/commands/GetRelationalDatabasesCommand.ts +++ b/clients/client-lightsail/src/commands/GetRelationalDatabasesCommand.ts @@ -155,9 +155,6 @@ export class GetRelationalDatabasesCommand extends $Command< GetRelationalDatabasesCommandOutput, LightsailClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -171,9 +168,7 @@ export class GetRelationalDatabasesCommand extends $Command< * @public */ constructor(readonly input: GetRelationalDatabasesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -226,7 +221,4 @@ export class GetRelationalDatabasesCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetRelationalDatabasesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-lightsail/src/commands/GetStaticIpCommand.ts b/clients/client-lightsail/src/commands/GetStaticIpCommand.ts index 18d376e94b6a..589a78148849 100644 --- a/clients/client-lightsail/src/commands/GetStaticIpCommand.ts +++ b/clients/client-lightsail/src/commands/GetStaticIpCommand.ts @@ -113,9 +113,6 @@ export class GetStaticIpCommand extends $Command< GetStaticIpCommandOutput, LightsailClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -129,9 +126,7 @@ export class GetStaticIpCommand extends $Command< * @public */ constructor(readonly input: GetStaticIpCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -182,7 +177,4 @@ export class GetStaticIpCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetStaticIpCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-lightsail/src/commands/GetStaticIpsCommand.ts b/clients/client-lightsail/src/commands/GetStaticIpsCommand.ts index 744cbb47faa5..ffa9e8db09fd 100644 --- a/clients/client-lightsail/src/commands/GetStaticIpsCommand.ts +++ b/clients/client-lightsail/src/commands/GetStaticIpsCommand.ts @@ -116,9 +116,6 @@ export class GetStaticIpsCommand extends $Command< GetStaticIpsCommandOutput, LightsailClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -132,9 +129,7 @@ export class GetStaticIpsCommand extends $Command< * @public */ constructor(readonly input: GetStaticIpsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -185,7 +180,4 @@ export class GetStaticIpsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetStaticIpsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-lightsail/src/commands/ImportKeyPairCommand.ts b/clients/client-lightsail/src/commands/ImportKeyPairCommand.ts index 7b91787025e0..e85a2017363b 100644 --- a/clients/client-lightsail/src/commands/ImportKeyPairCommand.ts +++ b/clients/client-lightsail/src/commands/ImportKeyPairCommand.ts @@ -117,9 +117,6 @@ export class ImportKeyPairCommand extends $Command< ImportKeyPairCommandOutput, LightsailClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -133,9 +130,7 @@ export class ImportKeyPairCommand extends $Command< * @public */ constructor(readonly input: ImportKeyPairCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -186,7 +181,4 @@ export class ImportKeyPairCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ImportKeyPairCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-lightsail/src/commands/IsVpcPeeredCommand.ts b/clients/client-lightsail/src/commands/IsVpcPeeredCommand.ts index 43bb04fecf86..b989bbc76757 100644 --- a/clients/client-lightsail/src/commands/IsVpcPeeredCommand.ts +++ b/clients/client-lightsail/src/commands/IsVpcPeeredCommand.ts @@ -98,9 +98,6 @@ export class IsVpcPeeredCommand extends $Command< IsVpcPeeredCommandOutput, LightsailClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -114,9 +111,7 @@ export class IsVpcPeeredCommand extends $Command< * @public */ constructor(readonly input: IsVpcPeeredCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -167,7 +162,4 @@ export class IsVpcPeeredCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_IsVpcPeeredCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-lightsail/src/commands/OpenInstancePublicPortsCommand.ts b/clients/client-lightsail/src/commands/OpenInstancePublicPortsCommand.ts index 92b8b9dac8f9..4327921f0bf1 100644 --- a/clients/client-lightsail/src/commands/OpenInstancePublicPortsCommand.ts +++ b/clients/client-lightsail/src/commands/OpenInstancePublicPortsCommand.ts @@ -134,9 +134,6 @@ export class OpenInstancePublicPortsCommand extends $Command< OpenInstancePublicPortsCommandOutput, LightsailClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -150,9 +147,7 @@ export class OpenInstancePublicPortsCommand extends $Command< * @public */ constructor(readonly input: OpenInstancePublicPortsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -205,7 +200,4 @@ export class OpenInstancePublicPortsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_OpenInstancePublicPortsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-lightsail/src/commands/PeerVpcCommand.ts b/clients/client-lightsail/src/commands/PeerVpcCommand.ts index 533895af64d8..e20ef779665c 100644 --- a/clients/client-lightsail/src/commands/PeerVpcCommand.ts +++ b/clients/client-lightsail/src/commands/PeerVpcCommand.ts @@ -110,9 +110,6 @@ export interface PeerVpcCommandOutput extends PeerVpcResult, __MetadataBearer {} * */ export class PeerVpcCommand extends $Command { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -126,9 +123,7 @@ export class PeerVpcCommand extends $Command { return de_PeerVpcCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-lightsail/src/commands/PutAlarmCommand.ts b/clients/client-lightsail/src/commands/PutAlarmCommand.ts index e46148e72f51..c2804fd5f66a 100644 --- a/clients/client-lightsail/src/commands/PutAlarmCommand.ts +++ b/clients/client-lightsail/src/commands/PutAlarmCommand.ts @@ -138,9 +138,6 @@ export class PutAlarmCommand extends $Command< PutAlarmCommandOutput, LightsailClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -154,9 +151,7 @@ export class PutAlarmCommand extends $Command< * @public */ constructor(readonly input: PutAlarmCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -207,7 +202,4 @@ export class PutAlarmCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_PutAlarmCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-lightsail/src/commands/PutInstancePublicPortsCommand.ts b/clients/client-lightsail/src/commands/PutInstancePublicPortsCommand.ts index 26c9289934db..11a77aec90f3 100644 --- a/clients/client-lightsail/src/commands/PutInstancePublicPortsCommand.ts +++ b/clients/client-lightsail/src/commands/PutInstancePublicPortsCommand.ts @@ -140,9 +140,6 @@ export class PutInstancePublicPortsCommand extends $Command< PutInstancePublicPortsCommandOutput, LightsailClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -156,9 +153,7 @@ export class PutInstancePublicPortsCommand extends $Command< * @public */ constructor(readonly input: PutInstancePublicPortsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -211,7 +206,4 @@ export class PutInstancePublicPortsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_PutInstancePublicPortsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-lightsail/src/commands/RebootInstanceCommand.ts b/clients/client-lightsail/src/commands/RebootInstanceCommand.ts index 295c13c20030..559760a85743 100644 --- a/clients/client-lightsail/src/commands/RebootInstanceCommand.ts +++ b/clients/client-lightsail/src/commands/RebootInstanceCommand.ts @@ -121,9 +121,6 @@ export class RebootInstanceCommand extends $Command< RebootInstanceCommandOutput, LightsailClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -137,9 +134,7 @@ export class RebootInstanceCommand extends $Command< * @public */ constructor(readonly input: RebootInstanceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -192,7 +187,4 @@ export class RebootInstanceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_RebootInstanceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-lightsail/src/commands/RebootRelationalDatabaseCommand.ts b/clients/client-lightsail/src/commands/RebootRelationalDatabaseCommand.ts index d0955572a987..70beede80ad5 100644 --- a/clients/client-lightsail/src/commands/RebootRelationalDatabaseCommand.ts +++ b/clients/client-lightsail/src/commands/RebootRelationalDatabaseCommand.ts @@ -121,9 +121,6 @@ export class RebootRelationalDatabaseCommand extends $Command< RebootRelationalDatabaseCommandOutput, LightsailClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -137,9 +134,7 @@ export class RebootRelationalDatabaseCommand extends $Command< * @public */ constructor(readonly input: RebootRelationalDatabaseCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -192,7 +187,4 @@ export class RebootRelationalDatabaseCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_RebootRelationalDatabaseCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-lightsail/src/commands/RegisterContainerImageCommand.ts b/clients/client-lightsail/src/commands/RegisterContainerImageCommand.ts index c21fc248f443..b557b3a262c8 100644 --- a/clients/client-lightsail/src/commands/RegisterContainerImageCommand.ts +++ b/clients/client-lightsail/src/commands/RegisterContainerImageCommand.ts @@ -105,9 +105,6 @@ export class RegisterContainerImageCommand extends $Command< RegisterContainerImageCommandOutput, LightsailClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -121,9 +118,7 @@ export class RegisterContainerImageCommand extends $Command< * @public */ constructor(readonly input: RegisterContainerImageCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -176,7 +171,4 @@ export class RegisterContainerImageCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_RegisterContainerImageCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-lightsail/src/commands/ReleaseStaticIpCommand.ts b/clients/client-lightsail/src/commands/ReleaseStaticIpCommand.ts index a97dd36c076c..75b50afd381e 100644 --- a/clients/client-lightsail/src/commands/ReleaseStaticIpCommand.ts +++ b/clients/client-lightsail/src/commands/ReleaseStaticIpCommand.ts @@ -118,9 +118,6 @@ export class ReleaseStaticIpCommand extends $Command< ReleaseStaticIpCommandOutput, LightsailClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -134,9 +131,7 @@ export class ReleaseStaticIpCommand extends $Command< * @public */ constructor(readonly input: ReleaseStaticIpCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -189,7 +184,4 @@ export class ReleaseStaticIpCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ReleaseStaticIpCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-lightsail/src/commands/ResetDistributionCacheCommand.ts b/clients/client-lightsail/src/commands/ResetDistributionCacheCommand.ts index c96382bec88d..2be761e11939 100644 --- a/clients/client-lightsail/src/commands/ResetDistributionCacheCommand.ts +++ b/clients/client-lightsail/src/commands/ResetDistributionCacheCommand.ts @@ -117,9 +117,6 @@ export class ResetDistributionCacheCommand extends $Command< ResetDistributionCacheCommandOutput, LightsailClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -133,9 +130,7 @@ export class ResetDistributionCacheCommand extends $Command< * @public */ constructor(readonly input: ResetDistributionCacheCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -188,7 +183,4 @@ export class ResetDistributionCacheCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ResetDistributionCacheCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-lightsail/src/commands/SendContactMethodVerificationCommand.ts b/clients/client-lightsail/src/commands/SendContactMethodVerificationCommand.ts index c146e2dd3cec..11dbd06d9fab 100644 --- a/clients/client-lightsail/src/commands/SendContactMethodVerificationCommand.ts +++ b/clients/client-lightsail/src/commands/SendContactMethodVerificationCommand.ts @@ -131,9 +131,6 @@ export class SendContactMethodVerificationCommand extends $Command< SendContactMethodVerificationCommandOutput, LightsailClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -147,9 +144,7 @@ export class SendContactMethodVerificationCommand extends $Command< * @public */ constructor(readonly input: SendContactMethodVerificationCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -205,7 +200,4 @@ export class SendContactMethodVerificationCommand extends $Command< ): Promise { return de_SendContactMethodVerificationCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-lightsail/src/commands/SetIpAddressTypeCommand.ts b/clients/client-lightsail/src/commands/SetIpAddressTypeCommand.ts index 73856644538e..84c252b5025b 100644 --- a/clients/client-lightsail/src/commands/SetIpAddressTypeCommand.ts +++ b/clients/client-lightsail/src/commands/SetIpAddressTypeCommand.ts @@ -123,9 +123,6 @@ export class SetIpAddressTypeCommand extends $Command< SetIpAddressTypeCommandOutput, LightsailClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -139,9 +136,7 @@ export class SetIpAddressTypeCommand extends $Command< * @public */ constructor(readonly input: SetIpAddressTypeCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -194,7 +189,4 @@ export class SetIpAddressTypeCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_SetIpAddressTypeCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-lightsail/src/commands/SetResourceAccessForBucketCommand.ts b/clients/client-lightsail/src/commands/SetResourceAccessForBucketCommand.ts index 4d32957c19df..e8095da5f218 100644 --- a/clients/client-lightsail/src/commands/SetResourceAccessForBucketCommand.ts +++ b/clients/client-lightsail/src/commands/SetResourceAccessForBucketCommand.ts @@ -116,9 +116,6 @@ export class SetResourceAccessForBucketCommand extends $Command< SetResourceAccessForBucketCommandOutput, LightsailClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -132,9 +129,7 @@ export class SetResourceAccessForBucketCommand extends $Command< * @public */ constructor(readonly input: SetResourceAccessForBucketCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -190,7 +185,4 @@ export class SetResourceAccessForBucketCommand extends $Command< ): Promise { return de_SetResourceAccessForBucketCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-lightsail/src/commands/StartGUISessionCommand.ts b/clients/client-lightsail/src/commands/StartGUISessionCommand.ts index edb67cfe332b..9beb4a5836b9 100644 --- a/clients/client-lightsail/src/commands/StartGUISessionCommand.ts +++ b/clients/client-lightsail/src/commands/StartGUISessionCommand.ts @@ -112,9 +112,6 @@ export class StartGUISessionCommand extends $Command< StartGUISessionCommandOutput, LightsailClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -128,9 +125,7 @@ export class StartGUISessionCommand extends $Command< * @public */ constructor(readonly input: StartGUISessionCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -183,7 +178,4 @@ export class StartGUISessionCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_StartGUISessionCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-lightsail/src/commands/StartInstanceCommand.ts b/clients/client-lightsail/src/commands/StartInstanceCommand.ts index f657a8ecfd11..a2f88665689c 100644 --- a/clients/client-lightsail/src/commands/StartInstanceCommand.ts +++ b/clients/client-lightsail/src/commands/StartInstanceCommand.ts @@ -127,9 +127,6 @@ export class StartInstanceCommand extends $Command< StartInstanceCommandOutput, LightsailClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -143,9 +140,7 @@ export class StartInstanceCommand extends $Command< * @public */ constructor(readonly input: StartInstanceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -196,7 +191,4 @@ export class StartInstanceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_StartInstanceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-lightsail/src/commands/StartRelationalDatabaseCommand.ts b/clients/client-lightsail/src/commands/StartRelationalDatabaseCommand.ts index 059df185577c..8591867ec1c2 100644 --- a/clients/client-lightsail/src/commands/StartRelationalDatabaseCommand.ts +++ b/clients/client-lightsail/src/commands/StartRelationalDatabaseCommand.ts @@ -122,9 +122,6 @@ export class StartRelationalDatabaseCommand extends $Command< StartRelationalDatabaseCommandOutput, LightsailClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -138,9 +135,7 @@ export class StartRelationalDatabaseCommand extends $Command< * @public */ constructor(readonly input: StartRelationalDatabaseCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -193,7 +188,4 @@ export class StartRelationalDatabaseCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_StartRelationalDatabaseCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-lightsail/src/commands/StopGUISessionCommand.ts b/clients/client-lightsail/src/commands/StopGUISessionCommand.ts index 2972b22e103d..064bdd2b6647 100644 --- a/clients/client-lightsail/src/commands/StopGUISessionCommand.ts +++ b/clients/client-lightsail/src/commands/StopGUISessionCommand.ts @@ -112,9 +112,6 @@ export class StopGUISessionCommand extends $Command< StopGUISessionCommandOutput, LightsailClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -128,9 +125,7 @@ export class StopGUISessionCommand extends $Command< * @public */ constructor(readonly input: StopGUISessionCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -183,7 +178,4 @@ export class StopGUISessionCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_StopGUISessionCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-lightsail/src/commands/StopInstanceCommand.ts b/clients/client-lightsail/src/commands/StopInstanceCommand.ts index c6c4e0eee2ec..47cf9af634ce 100644 --- a/clients/client-lightsail/src/commands/StopInstanceCommand.ts +++ b/clients/client-lightsail/src/commands/StopInstanceCommand.ts @@ -127,9 +127,6 @@ export class StopInstanceCommand extends $Command< StopInstanceCommandOutput, LightsailClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -143,9 +140,7 @@ export class StopInstanceCommand extends $Command< * @public */ constructor(readonly input: StopInstanceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -196,7 +191,4 @@ export class StopInstanceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_StopInstanceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-lightsail/src/commands/StopRelationalDatabaseCommand.ts b/clients/client-lightsail/src/commands/StopRelationalDatabaseCommand.ts index 5969d9489d7e..885c92e7cf51 100644 --- a/clients/client-lightsail/src/commands/StopRelationalDatabaseCommand.ts +++ b/clients/client-lightsail/src/commands/StopRelationalDatabaseCommand.ts @@ -122,9 +122,6 @@ export class StopRelationalDatabaseCommand extends $Command< StopRelationalDatabaseCommandOutput, LightsailClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -138,9 +135,7 @@ export class StopRelationalDatabaseCommand extends $Command< * @public */ constructor(readonly input: StopRelationalDatabaseCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -193,7 +188,4 @@ export class StopRelationalDatabaseCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_StopRelationalDatabaseCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-lightsail/src/commands/TagResourceCommand.ts b/clients/client-lightsail/src/commands/TagResourceCommand.ts index 09687411e905..8bbf464397eb 100644 --- a/clients/client-lightsail/src/commands/TagResourceCommand.ts +++ b/clients/client-lightsail/src/commands/TagResourceCommand.ts @@ -130,9 +130,6 @@ export class TagResourceCommand extends $Command< TagResourceCommandOutput, LightsailClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -146,9 +143,7 @@ export class TagResourceCommand extends $Command< * @public */ constructor(readonly input: TagResourceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -199,7 +194,4 @@ export class TagResourceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_TagResourceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-lightsail/src/commands/TestAlarmCommand.ts b/clients/client-lightsail/src/commands/TestAlarmCommand.ts index 0ff1497c2538..d5784b1f72da 100644 --- a/clients/client-lightsail/src/commands/TestAlarmCommand.ts +++ b/clients/client-lightsail/src/commands/TestAlarmCommand.ts @@ -122,9 +122,6 @@ export class TestAlarmCommand extends $Command< TestAlarmCommandOutput, LightsailClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -138,9 +135,7 @@ export class TestAlarmCommand extends $Command< * @public */ constructor(readonly input: TestAlarmCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -191,7 +186,4 @@ export class TestAlarmCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_TestAlarmCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-lightsail/src/commands/UnpeerVpcCommand.ts b/clients/client-lightsail/src/commands/UnpeerVpcCommand.ts index 21930eee5ffe..9d62d2721efe 100644 --- a/clients/client-lightsail/src/commands/UnpeerVpcCommand.ts +++ b/clients/client-lightsail/src/commands/UnpeerVpcCommand.ts @@ -114,9 +114,6 @@ export class UnpeerVpcCommand extends $Command< UnpeerVpcCommandOutput, LightsailClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -130,9 +127,7 @@ export class UnpeerVpcCommand extends $Command< * @public */ constructor(readonly input: UnpeerVpcCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -183,7 +178,4 @@ export class UnpeerVpcCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UnpeerVpcCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-lightsail/src/commands/UntagResourceCommand.ts b/clients/client-lightsail/src/commands/UntagResourceCommand.ts index fd05e28ce4a0..d7fe9c7611e6 100644 --- a/clients/client-lightsail/src/commands/UntagResourceCommand.ts +++ b/clients/client-lightsail/src/commands/UntagResourceCommand.ts @@ -126,9 +126,6 @@ export class UntagResourceCommand extends $Command< UntagResourceCommandOutput, LightsailClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -142,9 +139,7 @@ export class UntagResourceCommand extends $Command< * @public */ constructor(readonly input: UntagResourceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -195,7 +190,4 @@ export class UntagResourceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UntagResourceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-lightsail/src/commands/UpdateBucketBundleCommand.ts b/clients/client-lightsail/src/commands/UpdateBucketBundleCommand.ts index 7da758bf3d60..2ff519308f05 100644 --- a/clients/client-lightsail/src/commands/UpdateBucketBundleCommand.ts +++ b/clients/client-lightsail/src/commands/UpdateBucketBundleCommand.ts @@ -124,9 +124,6 @@ export class UpdateBucketBundleCommand extends $Command< UpdateBucketBundleCommandOutput, LightsailClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -140,9 +137,7 @@ export class UpdateBucketBundleCommand extends $Command< * @public */ constructor(readonly input: UpdateBucketBundleCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -195,7 +190,4 @@ export class UpdateBucketBundleCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdateBucketBundleCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-lightsail/src/commands/UpdateBucketCommand.ts b/clients/client-lightsail/src/commands/UpdateBucketCommand.ts index 5119a9968233..370f4e04b34b 100644 --- a/clients/client-lightsail/src/commands/UpdateBucketCommand.ts +++ b/clients/client-lightsail/src/commands/UpdateBucketCommand.ts @@ -169,9 +169,6 @@ export class UpdateBucketCommand extends $Command< UpdateBucketCommandOutput, LightsailClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -185,9 +182,7 @@ export class UpdateBucketCommand extends $Command< * @public */ constructor(readonly input: UpdateBucketCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -238,7 +233,4 @@ export class UpdateBucketCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdateBucketCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-lightsail/src/commands/UpdateContainerServiceCommand.ts b/clients/client-lightsail/src/commands/UpdateContainerServiceCommand.ts index 0281826c3da5..1ca2d0cca1a6 100644 --- a/clients/client-lightsail/src/commands/UpdateContainerServiceCommand.ts +++ b/clients/client-lightsail/src/commands/UpdateContainerServiceCommand.ts @@ -207,9 +207,6 @@ export class UpdateContainerServiceCommand extends $Command< UpdateContainerServiceCommandOutput, LightsailClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -223,9 +220,7 @@ export class UpdateContainerServiceCommand extends $Command< * @public */ constructor(readonly input: UpdateContainerServiceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -278,7 +273,4 @@ export class UpdateContainerServiceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdateContainerServiceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-lightsail/src/commands/UpdateDistributionBundleCommand.ts b/clients/client-lightsail/src/commands/UpdateDistributionBundleCommand.ts index 6f46dc0792b1..e82e0cf77893 100644 --- a/clients/client-lightsail/src/commands/UpdateDistributionBundleCommand.ts +++ b/clients/client-lightsail/src/commands/UpdateDistributionBundleCommand.ts @@ -121,9 +121,6 @@ export class UpdateDistributionBundleCommand extends $Command< UpdateDistributionBundleCommandOutput, LightsailClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -137,9 +134,7 @@ export class UpdateDistributionBundleCommand extends $Command< * @public */ constructor(readonly input: UpdateDistributionBundleCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -192,7 +187,4 @@ export class UpdateDistributionBundleCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdateDistributionBundleCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-lightsail/src/commands/UpdateDistributionCommand.ts b/clients/client-lightsail/src/commands/UpdateDistributionCommand.ts index 93d993e52d55..e15fc6344a56 100644 --- a/clients/client-lightsail/src/commands/UpdateDistributionCommand.ts +++ b/clients/client-lightsail/src/commands/UpdateDistributionCommand.ts @@ -153,9 +153,6 @@ export class UpdateDistributionCommand extends $Command< UpdateDistributionCommandOutput, LightsailClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -169,9 +166,7 @@ export class UpdateDistributionCommand extends $Command< * @public */ constructor(readonly input: UpdateDistributionCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -224,7 +219,4 @@ export class UpdateDistributionCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdateDistributionCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-lightsail/src/commands/UpdateDomainEntryCommand.ts b/clients/client-lightsail/src/commands/UpdateDomainEntryCommand.ts index 2ccdf3c82854..3e6a7abb888a 100644 --- a/clients/client-lightsail/src/commands/UpdateDomainEntryCommand.ts +++ b/clients/client-lightsail/src/commands/UpdateDomainEntryCommand.ts @@ -131,9 +131,6 @@ export class UpdateDomainEntryCommand extends $Command< UpdateDomainEntryCommandOutput, LightsailClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -147,9 +144,7 @@ export class UpdateDomainEntryCommand extends $Command< * @public */ constructor(readonly input: UpdateDomainEntryCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -202,7 +197,4 @@ export class UpdateDomainEntryCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdateDomainEntryCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-lightsail/src/commands/UpdateInstanceMetadataOptionsCommand.ts b/clients/client-lightsail/src/commands/UpdateInstanceMetadataOptionsCommand.ts index 160ed77e33b3..064118969b0d 100644 --- a/clients/client-lightsail/src/commands/UpdateInstanceMetadataOptionsCommand.ts +++ b/clients/client-lightsail/src/commands/UpdateInstanceMetadataOptionsCommand.ts @@ -130,9 +130,6 @@ export class UpdateInstanceMetadataOptionsCommand extends $Command< UpdateInstanceMetadataOptionsCommandOutput, LightsailClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -146,9 +143,7 @@ export class UpdateInstanceMetadataOptionsCommand extends $Command< * @public */ constructor(readonly input: UpdateInstanceMetadataOptionsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -204,7 +199,4 @@ export class UpdateInstanceMetadataOptionsCommand extends $Command< ): Promise { return de_UpdateInstanceMetadataOptionsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-lightsail/src/commands/UpdateLoadBalancerAttributeCommand.ts b/clients/client-lightsail/src/commands/UpdateLoadBalancerAttributeCommand.ts index 0d8fa03af040..fe0f8369dc17 100644 --- a/clients/client-lightsail/src/commands/UpdateLoadBalancerAttributeCommand.ts +++ b/clients/client-lightsail/src/commands/UpdateLoadBalancerAttributeCommand.ts @@ -124,9 +124,6 @@ export class UpdateLoadBalancerAttributeCommand extends $Command< UpdateLoadBalancerAttributeCommandOutput, LightsailClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -140,9 +137,7 @@ export class UpdateLoadBalancerAttributeCommand extends $Command< * @public */ constructor(readonly input: UpdateLoadBalancerAttributeCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -198,7 +193,4 @@ export class UpdateLoadBalancerAttributeCommand extends $Command< ): Promise { return de_UpdateLoadBalancerAttributeCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-lightsail/src/commands/UpdateRelationalDatabaseCommand.ts b/clients/client-lightsail/src/commands/UpdateRelationalDatabaseCommand.ts index 0d4971fa2fb2..f4ffe976b2a1 100644 --- a/clients/client-lightsail/src/commands/UpdateRelationalDatabaseCommand.ts +++ b/clients/client-lightsail/src/commands/UpdateRelationalDatabaseCommand.ts @@ -136,9 +136,6 @@ export class UpdateRelationalDatabaseCommand extends $Command< UpdateRelationalDatabaseCommandOutput, LightsailClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -152,9 +149,7 @@ export class UpdateRelationalDatabaseCommand extends $Command< * @public */ constructor(readonly input: UpdateRelationalDatabaseCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -207,7 +202,4 @@ export class UpdateRelationalDatabaseCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdateRelationalDatabaseCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-lightsail/src/commands/UpdateRelationalDatabaseParametersCommand.ts b/clients/client-lightsail/src/commands/UpdateRelationalDatabaseParametersCommand.ts index 130adc01c074..2aa20b99f973 100644 --- a/clients/client-lightsail/src/commands/UpdateRelationalDatabaseParametersCommand.ts +++ b/clients/client-lightsail/src/commands/UpdateRelationalDatabaseParametersCommand.ts @@ -147,9 +147,6 @@ export class UpdateRelationalDatabaseParametersCommand extends $Command< UpdateRelationalDatabaseParametersCommandOutput, LightsailClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -163,9 +160,7 @@ export class UpdateRelationalDatabaseParametersCommand extends $Command< * @public */ constructor(readonly input: UpdateRelationalDatabaseParametersCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -224,7 +219,4 @@ export class UpdateRelationalDatabaseParametersCommand extends $Command< ): Promise { return de_UpdateRelationalDatabaseParametersCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-location/package.json b/clients/client-location/package.json index f90014a0272b..97b604c054e5 100644 --- a/clients/client-location/package.json +++ b/clients/client-location/package.json @@ -34,30 +34,30 @@ "@aws-sdk/util-endpoints": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@smithy/config-resolver": "^2.0.16", - "@smithy/fetch-http-handler": "^2.2.4", - "@smithy/hash-node": "^2.0.12", - "@smithy/invalid-dependency": "^2.0.12", - "@smithy/middleware-content-length": "^2.0.14", - "@smithy/middleware-endpoint": "^2.1.3", - "@smithy/middleware-retry": "^2.0.18", - "@smithy/middleware-serde": "^2.0.12", - "@smithy/middleware-stack": "^2.0.6", - "@smithy/node-config-provider": "^2.1.3", - "@smithy/node-http-handler": "^2.1.8", - "@smithy/protocol-http": "^3.0.8", - "@smithy/smithy-client": "^2.1.12", - "@smithy/types": "^2.4.0", - "@smithy/url-parser": "^2.0.12", - "@smithy/util-base64": "^2.0.0", + "@smithy/config-resolver": "^2.0.18", + "@smithy/fetch-http-handler": "^2.2.6", + "@smithy/hash-node": "^2.0.15", + "@smithy/invalid-dependency": "^2.0.13", + "@smithy/middleware-content-length": "^2.0.15", + "@smithy/middleware-endpoint": "^2.2.0", + "@smithy/middleware-retry": "^2.0.20", + "@smithy/middleware-serde": "^2.0.13", + "@smithy/middleware-stack": "^2.0.7", + "@smithy/node-config-provider": "^2.1.5", + "@smithy/node-http-handler": "^2.1.9", + "@smithy/protocol-http": "^3.0.9", + "@smithy/smithy-client": "^2.1.15", + "@smithy/types": "^2.5.0", + "@smithy/url-parser": "^2.0.13", + "@smithy/util-base64": "^2.0.1", "@smithy/util-body-length-browser": "^2.0.0", "@smithy/util-body-length-node": "^2.1.0", - "@smithy/util-defaults-mode-browser": "^2.0.16", - "@smithy/util-defaults-mode-node": "^2.0.21", - "@smithy/util-endpoints": "^1.0.2", - "@smithy/util-retry": "^2.0.5", - "@smithy/util-stream": "^2.0.17", - "@smithy/util-utf8": "^2.0.0", + "@smithy/util-defaults-mode-browser": "^2.0.19", + "@smithy/util-defaults-mode-node": "^2.0.25", + "@smithy/util-endpoints": "^1.0.4", + "@smithy/util-retry": "^2.0.6", + "@smithy/util-stream": "^2.0.20", + "@smithy/util-utf8": "^2.0.2", "tslib": "^2.5.0" }, "devDependencies": { diff --git a/clients/client-location/src/commands/AssociateTrackerConsumerCommand.ts b/clients/client-location/src/commands/AssociateTrackerConsumerCommand.ts index 2dc639d3b72a..097b79a421eb 100644 --- a/clients/client-location/src/commands/AssociateTrackerConsumerCommand.ts +++ b/clients/client-location/src/commands/AssociateTrackerConsumerCommand.ts @@ -98,9 +98,6 @@ export class AssociateTrackerConsumerCommand extends $Command< AssociateTrackerConsumerCommandOutput, LocationClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -114,9 +111,7 @@ export class AssociateTrackerConsumerCommand extends $Command< * @public */ constructor(readonly input: AssociateTrackerConsumerCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -169,7 +164,4 @@ export class AssociateTrackerConsumerCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_AssociateTrackerConsumerCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-location/src/commands/BatchDeleteDevicePositionHistoryCommand.ts b/clients/client-location/src/commands/BatchDeleteDevicePositionHistoryCommand.ts index 14fc0b165cbd..d7d261cc2aa1 100644 --- a/clients/client-location/src/commands/BatchDeleteDevicePositionHistoryCommand.ts +++ b/clients/client-location/src/commands/BatchDeleteDevicePositionHistoryCommand.ts @@ -102,9 +102,6 @@ export class BatchDeleteDevicePositionHistoryCommand extends $Command< BatchDeleteDevicePositionHistoryCommandOutput, LocationClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -118,9 +115,7 @@ export class BatchDeleteDevicePositionHistoryCommand extends $Command< * @public */ constructor(readonly input: BatchDeleteDevicePositionHistoryCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -179,7 +174,4 @@ export class BatchDeleteDevicePositionHistoryCommand extends $Command< ): Promise { return de_BatchDeleteDevicePositionHistoryCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-location/src/commands/BatchDeleteGeofenceCommand.ts b/clients/client-location/src/commands/BatchDeleteGeofenceCommand.ts index fc6a11b4c402..7eddfad40705 100644 --- a/clients/client-location/src/commands/BatchDeleteGeofenceCommand.ts +++ b/clients/client-location/src/commands/BatchDeleteGeofenceCommand.ts @@ -100,9 +100,6 @@ export class BatchDeleteGeofenceCommand extends $Command< BatchDeleteGeofenceCommandOutput, LocationClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -116,9 +113,7 @@ export class BatchDeleteGeofenceCommand extends $Command< * @public */ constructor(readonly input: BatchDeleteGeofenceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -171,7 +166,4 @@ export class BatchDeleteGeofenceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_BatchDeleteGeofenceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-location/src/commands/BatchEvaluateGeofencesCommand.ts b/clients/client-location/src/commands/BatchEvaluateGeofencesCommand.ts index a74f382a6cf9..d48572fdcc55 100644 --- a/clients/client-location/src/commands/BatchEvaluateGeofencesCommand.ts +++ b/clients/client-location/src/commands/BatchEvaluateGeofencesCommand.ts @@ -142,9 +142,6 @@ export class BatchEvaluateGeofencesCommand extends $Command< BatchEvaluateGeofencesCommandOutput, LocationClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -158,9 +155,7 @@ export class BatchEvaluateGeofencesCommand extends $Command< * @public */ constructor(readonly input: BatchEvaluateGeofencesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -213,7 +208,4 @@ export class BatchEvaluateGeofencesCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_BatchEvaluateGeofencesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-location/src/commands/BatchGetDevicePositionCommand.ts b/clients/client-location/src/commands/BatchGetDevicePositionCommand.ts index a6fbe91b77a3..26e0d6c95262 100644 --- a/clients/client-location/src/commands/BatchGetDevicePositionCommand.ts +++ b/clients/client-location/src/commands/BatchGetDevicePositionCommand.ts @@ -117,9 +117,6 @@ export class BatchGetDevicePositionCommand extends $Command< BatchGetDevicePositionCommandOutput, LocationClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -133,9 +130,7 @@ export class BatchGetDevicePositionCommand extends $Command< * @public */ constructor(readonly input: BatchGetDevicePositionCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -188,7 +183,4 @@ export class BatchGetDevicePositionCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_BatchGetDevicePositionCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-location/src/commands/BatchPutGeofenceCommand.ts b/clients/client-location/src/commands/BatchPutGeofenceCommand.ts index 5685bc1f0d1e..b507143adbec 100644 --- a/clients/client-location/src/commands/BatchPutGeofenceCommand.ts +++ b/clients/client-location/src/commands/BatchPutGeofenceCommand.ts @@ -129,9 +129,6 @@ export class BatchPutGeofenceCommand extends $Command< BatchPutGeofenceCommandOutput, LocationClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -145,9 +142,7 @@ export class BatchPutGeofenceCommand extends $Command< * @public */ constructor(readonly input: BatchPutGeofenceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -200,7 +195,4 @@ export class BatchPutGeofenceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_BatchPutGeofenceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-location/src/commands/BatchUpdateDevicePositionCommand.ts b/clients/client-location/src/commands/BatchUpdateDevicePositionCommand.ts index ac71530104f2..46ce2a900349 100644 --- a/clients/client-location/src/commands/BatchUpdateDevicePositionCommand.ts +++ b/clients/client-location/src/commands/BatchUpdateDevicePositionCommand.ts @@ -136,9 +136,6 @@ export class BatchUpdateDevicePositionCommand extends $Command< BatchUpdateDevicePositionCommandOutput, LocationClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -152,9 +149,7 @@ export class BatchUpdateDevicePositionCommand extends $Command< * @public */ constructor(readonly input: BatchUpdateDevicePositionCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -210,7 +205,4 @@ export class BatchUpdateDevicePositionCommand extends $Command< ): Promise { return de_BatchUpdateDevicePositionCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-location/src/commands/CalculateRouteCommand.ts b/clients/client-location/src/commands/CalculateRouteCommand.ts index feea02a2f76f..264b4bc33bd6 100644 --- a/clients/client-location/src/commands/CalculateRouteCommand.ts +++ b/clients/client-location/src/commands/CalculateRouteCommand.ts @@ -199,9 +199,6 @@ export class CalculateRouteCommand extends $Command< CalculateRouteCommandOutput, LocationClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -215,9 +212,7 @@ export class CalculateRouteCommand extends $Command< * @public */ constructor(readonly input: CalculateRouteCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -270,7 +265,4 @@ export class CalculateRouteCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CalculateRouteCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-location/src/commands/CalculateRouteMatrixCommand.ts b/clients/client-location/src/commands/CalculateRouteMatrixCommand.ts index d697b5bb7c11..d2478b2d1dbc 100644 --- a/clients/client-location/src/commands/CalculateRouteMatrixCommand.ts +++ b/clients/client-location/src/commands/CalculateRouteMatrixCommand.ts @@ -192,9 +192,6 @@ export class CalculateRouteMatrixCommand extends $Command< CalculateRouteMatrixCommandOutput, LocationClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -208,9 +205,7 @@ export class CalculateRouteMatrixCommand extends $Command< * @public */ constructor(readonly input: CalculateRouteMatrixCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -263,7 +258,4 @@ export class CalculateRouteMatrixCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CalculateRouteMatrixCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-location/src/commands/CreateGeofenceCollectionCommand.ts b/clients/client-location/src/commands/CreateGeofenceCollectionCommand.ts index eec997677cbb..e586deb7e697 100644 --- a/clients/client-location/src/commands/CreateGeofenceCollectionCommand.ts +++ b/clients/client-location/src/commands/CreateGeofenceCollectionCommand.ts @@ -99,9 +99,6 @@ export class CreateGeofenceCollectionCommand extends $Command< CreateGeofenceCollectionCommandOutput, LocationClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -115,9 +112,7 @@ export class CreateGeofenceCollectionCommand extends $Command< * @public */ constructor(readonly input: CreateGeofenceCollectionCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -170,7 +165,4 @@ export class CreateGeofenceCollectionCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateGeofenceCollectionCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-location/src/commands/CreateKeyCommand.ts b/clients/client-location/src/commands/CreateKeyCommand.ts index ac4041b92dff..e3a788f07c04 100644 --- a/clients/client-location/src/commands/CreateKeyCommand.ts +++ b/clients/client-location/src/commands/CreateKeyCommand.ts @@ -114,9 +114,6 @@ export class CreateKeyCommand extends $Command< CreateKeyCommandOutput, LocationClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -130,9 +127,7 @@ export class CreateKeyCommand extends $Command< * @public */ constructor(readonly input: CreateKeyCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -183,7 +178,4 @@ export class CreateKeyCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateKeyCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-location/src/commands/CreateMapCommand.ts b/clients/client-location/src/commands/CreateMapCommand.ts index f9e5366f090d..1ff614ae8b44 100644 --- a/clients/client-location/src/commands/CreateMapCommand.ts +++ b/clients/client-location/src/commands/CreateMapCommand.ts @@ -108,9 +108,6 @@ export class CreateMapCommand extends $Command< CreateMapCommandOutput, LocationClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -124,9 +121,7 @@ export class CreateMapCommand extends $Command< * @public */ constructor(readonly input: CreateMapCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -177,7 +172,4 @@ export class CreateMapCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateMapCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-location/src/commands/CreatePlaceIndexCommand.ts b/clients/client-location/src/commands/CreatePlaceIndexCommand.ts index cf7510d16cf9..8f7752b6c866 100644 --- a/clients/client-location/src/commands/CreatePlaceIndexCommand.ts +++ b/clients/client-location/src/commands/CreatePlaceIndexCommand.ts @@ -111,9 +111,6 @@ export class CreatePlaceIndexCommand extends $Command< CreatePlaceIndexCommandOutput, LocationClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -127,9 +124,7 @@ export class CreatePlaceIndexCommand extends $Command< * @public */ constructor(readonly input: CreatePlaceIndexCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -182,7 +177,4 @@ export class CreatePlaceIndexCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreatePlaceIndexCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-location/src/commands/CreateRouteCalculatorCommand.ts b/clients/client-location/src/commands/CreateRouteCalculatorCommand.ts index b624b711d470..04fe1bcaf3b4 100644 --- a/clients/client-location/src/commands/CreateRouteCalculatorCommand.ts +++ b/clients/client-location/src/commands/CreateRouteCalculatorCommand.ts @@ -107,9 +107,6 @@ export class CreateRouteCalculatorCommand extends $Command< CreateRouteCalculatorCommandOutput, LocationClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -123,9 +120,7 @@ export class CreateRouteCalculatorCommand extends $Command< * @public */ constructor(readonly input: CreateRouteCalculatorCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -178,7 +173,4 @@ export class CreateRouteCalculatorCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateRouteCalculatorCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-location/src/commands/CreateTrackerCommand.ts b/clients/client-location/src/commands/CreateTrackerCommand.ts index 90a0f0f5707a..827763b6c43f 100644 --- a/clients/client-location/src/commands/CreateTrackerCommand.ts +++ b/clients/client-location/src/commands/CreateTrackerCommand.ts @@ -103,9 +103,6 @@ export class CreateTrackerCommand extends $Command< CreateTrackerCommandOutput, LocationClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -119,9 +116,7 @@ export class CreateTrackerCommand extends $Command< * @public */ constructor(readonly input: CreateTrackerCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -172,7 +167,4 @@ export class CreateTrackerCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateTrackerCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-location/src/commands/DeleteGeofenceCollectionCommand.ts b/clients/client-location/src/commands/DeleteGeofenceCollectionCommand.ts index 4d4ab7cb779a..5fc14c269a29 100644 --- a/clients/client-location/src/commands/DeleteGeofenceCollectionCommand.ts +++ b/clients/client-location/src/commands/DeleteGeofenceCollectionCommand.ts @@ -88,9 +88,6 @@ export class DeleteGeofenceCollectionCommand extends $Command< DeleteGeofenceCollectionCommandOutput, LocationClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -104,9 +101,7 @@ export class DeleteGeofenceCollectionCommand extends $Command< * @public */ constructor(readonly input: DeleteGeofenceCollectionCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -159,7 +154,4 @@ export class DeleteGeofenceCollectionCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteGeofenceCollectionCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-location/src/commands/DeleteKeyCommand.ts b/clients/client-location/src/commands/DeleteKeyCommand.ts index eb8fbe643fd7..82c344bbb800 100644 --- a/clients/client-location/src/commands/DeleteKeyCommand.ts +++ b/clients/client-location/src/commands/DeleteKeyCommand.ts @@ -85,9 +85,6 @@ export class DeleteKeyCommand extends $Command< DeleteKeyCommandOutput, LocationClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -101,9 +98,7 @@ export class DeleteKeyCommand extends $Command< * @public */ constructor(readonly input: DeleteKeyCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -154,7 +149,4 @@ export class DeleteKeyCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteKeyCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-location/src/commands/DeleteMapCommand.ts b/clients/client-location/src/commands/DeleteMapCommand.ts index ce487fda33da..0a2bcb0074a8 100644 --- a/clients/client-location/src/commands/DeleteMapCommand.ts +++ b/clients/client-location/src/commands/DeleteMapCommand.ts @@ -88,9 +88,6 @@ export class DeleteMapCommand extends $Command< DeleteMapCommandOutput, LocationClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -104,9 +101,7 @@ export class DeleteMapCommand extends $Command< * @public */ constructor(readonly input: DeleteMapCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -157,7 +152,4 @@ export class DeleteMapCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteMapCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-location/src/commands/DeletePlaceIndexCommand.ts b/clients/client-location/src/commands/DeletePlaceIndexCommand.ts index 8c0dc04541a1..08b527fb9148 100644 --- a/clients/client-location/src/commands/DeletePlaceIndexCommand.ts +++ b/clients/client-location/src/commands/DeletePlaceIndexCommand.ts @@ -87,9 +87,6 @@ export class DeletePlaceIndexCommand extends $Command< DeletePlaceIndexCommandOutput, LocationClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -103,9 +100,7 @@ export class DeletePlaceIndexCommand extends $Command< * @public */ constructor(readonly input: DeletePlaceIndexCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -158,7 +153,4 @@ export class DeletePlaceIndexCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeletePlaceIndexCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-location/src/commands/DeleteRouteCalculatorCommand.ts b/clients/client-location/src/commands/DeleteRouteCalculatorCommand.ts index b991c04ab163..7f4a6e897404 100644 --- a/clients/client-location/src/commands/DeleteRouteCalculatorCommand.ts +++ b/clients/client-location/src/commands/DeleteRouteCalculatorCommand.ts @@ -87,9 +87,6 @@ export class DeleteRouteCalculatorCommand extends $Command< DeleteRouteCalculatorCommandOutput, LocationClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -103,9 +100,7 @@ export class DeleteRouteCalculatorCommand extends $Command< * @public */ constructor(readonly input: DeleteRouteCalculatorCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -158,7 +153,4 @@ export class DeleteRouteCalculatorCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteRouteCalculatorCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-location/src/commands/DeleteTrackerCommand.ts b/clients/client-location/src/commands/DeleteTrackerCommand.ts index ab0ce716134d..54883e1fb55f 100644 --- a/clients/client-location/src/commands/DeleteTrackerCommand.ts +++ b/clients/client-location/src/commands/DeleteTrackerCommand.ts @@ -89,9 +89,6 @@ export class DeleteTrackerCommand extends $Command< DeleteTrackerCommandOutput, LocationClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -105,9 +102,7 @@ export class DeleteTrackerCommand extends $Command< * @public */ constructor(readonly input: DeleteTrackerCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -158,7 +153,4 @@ export class DeleteTrackerCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteTrackerCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-location/src/commands/DescribeGeofenceCollectionCommand.ts b/clients/client-location/src/commands/DescribeGeofenceCollectionCommand.ts index 3ecf497998ae..143a9d7c023a 100644 --- a/clients/client-location/src/commands/DescribeGeofenceCollectionCommand.ts +++ b/clients/client-location/src/commands/DescribeGeofenceCollectionCommand.ts @@ -97,9 +97,6 @@ export class DescribeGeofenceCollectionCommand extends $Command< DescribeGeofenceCollectionCommandOutput, LocationClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -113,9 +110,7 @@ export class DescribeGeofenceCollectionCommand extends $Command< * @public */ constructor(readonly input: DescribeGeofenceCollectionCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -171,7 +166,4 @@ export class DescribeGeofenceCollectionCommand extends $Command< ): Promise { return de_DescribeGeofenceCollectionCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-location/src/commands/DescribeKeyCommand.ts b/clients/client-location/src/commands/DescribeKeyCommand.ts index 2ef829166191..18b6e0f73dae 100644 --- a/clients/client-location/src/commands/DescribeKeyCommand.ts +++ b/clients/client-location/src/commands/DescribeKeyCommand.ts @@ -106,9 +106,6 @@ export class DescribeKeyCommand extends $Command< DescribeKeyCommandOutput, LocationClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -122,9 +119,7 @@ export class DescribeKeyCommand extends $Command< * @public */ constructor(readonly input: DescribeKeyCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -175,7 +170,4 @@ export class DescribeKeyCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DescribeKeyCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-location/src/commands/DescribeMapCommand.ts b/clients/client-location/src/commands/DescribeMapCommand.ts index 29997c9fa125..bc6c9a274687 100644 --- a/clients/client-location/src/commands/DescribeMapCommand.ts +++ b/clients/client-location/src/commands/DescribeMapCommand.ts @@ -99,9 +99,6 @@ export class DescribeMapCommand extends $Command< DescribeMapCommandOutput, LocationClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -115,9 +112,7 @@ export class DescribeMapCommand extends $Command< * @public */ constructor(readonly input: DescribeMapCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -168,7 +163,4 @@ export class DescribeMapCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DescribeMapCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-location/src/commands/DescribePlaceIndexCommand.ts b/clients/client-location/src/commands/DescribePlaceIndexCommand.ts index 3d08aaa6ad8c..808080864fca 100644 --- a/clients/client-location/src/commands/DescribePlaceIndexCommand.ts +++ b/clients/client-location/src/commands/DescribePlaceIndexCommand.ts @@ -98,9 +98,6 @@ export class DescribePlaceIndexCommand extends $Command< DescribePlaceIndexCommandOutput, LocationClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -114,9 +111,7 @@ export class DescribePlaceIndexCommand extends $Command< * @public */ constructor(readonly input: DescribePlaceIndexCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -169,7 +164,4 @@ export class DescribePlaceIndexCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DescribePlaceIndexCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-location/src/commands/DescribeRouteCalculatorCommand.ts b/clients/client-location/src/commands/DescribeRouteCalculatorCommand.ts index 63b66cb5d343..9e4b416701c6 100644 --- a/clients/client-location/src/commands/DescribeRouteCalculatorCommand.ts +++ b/clients/client-location/src/commands/DescribeRouteCalculatorCommand.ts @@ -95,9 +95,6 @@ export class DescribeRouteCalculatorCommand extends $Command< DescribeRouteCalculatorCommandOutput, LocationClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -111,9 +108,7 @@ export class DescribeRouteCalculatorCommand extends $Command< * @public */ constructor(readonly input: DescribeRouteCalculatorCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -166,7 +161,4 @@ export class DescribeRouteCalculatorCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DescribeRouteCalculatorCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-location/src/commands/DescribeTrackerCommand.ts b/clients/client-location/src/commands/DescribeTrackerCommand.ts index 169137159620..5c67204f3a94 100644 --- a/clients/client-location/src/commands/DescribeTrackerCommand.ts +++ b/clients/client-location/src/commands/DescribeTrackerCommand.ts @@ -99,9 +99,6 @@ export class DescribeTrackerCommand extends $Command< DescribeTrackerCommandOutput, LocationClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -115,9 +112,7 @@ export class DescribeTrackerCommand extends $Command< * @public */ constructor(readonly input: DescribeTrackerCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -170,7 +165,4 @@ export class DescribeTrackerCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DescribeTrackerCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-location/src/commands/DisassociateTrackerConsumerCommand.ts b/clients/client-location/src/commands/DisassociateTrackerConsumerCommand.ts index 778863068508..5f3ed1391b8f 100644 --- a/clients/client-location/src/commands/DisassociateTrackerConsumerCommand.ts +++ b/clients/client-location/src/commands/DisassociateTrackerConsumerCommand.ts @@ -94,9 +94,6 @@ export class DisassociateTrackerConsumerCommand extends $Command< DisassociateTrackerConsumerCommandOutput, LocationClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -110,9 +107,7 @@ export class DisassociateTrackerConsumerCommand extends $Command< * @public */ constructor(readonly input: DisassociateTrackerConsumerCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -168,7 +163,4 @@ export class DisassociateTrackerConsumerCommand extends $Command< ): Promise { return de_DisassociateTrackerConsumerCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-location/src/commands/GetDevicePositionCommand.ts b/clients/client-location/src/commands/GetDevicePositionCommand.ts index 3f6abee77e99..c4f10f2b2479 100644 --- a/clients/client-location/src/commands/GetDevicePositionCommand.ts +++ b/clients/client-location/src/commands/GetDevicePositionCommand.ts @@ -105,9 +105,6 @@ export class GetDevicePositionCommand extends $Command< GetDevicePositionCommandOutput, LocationClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -121,9 +118,7 @@ export class GetDevicePositionCommand extends $Command< * @public */ constructor(readonly input: GetDevicePositionCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -176,7 +171,4 @@ export class GetDevicePositionCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetDevicePositionCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-location/src/commands/GetDevicePositionHistoryCommand.ts b/clients/client-location/src/commands/GetDevicePositionHistoryCommand.ts index d22982f49e66..c649f82e002a 100644 --- a/clients/client-location/src/commands/GetDevicePositionHistoryCommand.ts +++ b/clients/client-location/src/commands/GetDevicePositionHistoryCommand.ts @@ -115,9 +115,6 @@ export class GetDevicePositionHistoryCommand extends $Command< GetDevicePositionHistoryCommandOutput, LocationClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -131,9 +128,7 @@ export class GetDevicePositionHistoryCommand extends $Command< * @public */ constructor(readonly input: GetDevicePositionHistoryCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -186,7 +181,4 @@ export class GetDevicePositionHistoryCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetDevicePositionHistoryCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-location/src/commands/GetGeofenceCommand.ts b/clients/client-location/src/commands/GetGeofenceCommand.ts index 8d99b8df4172..460e2632d97f 100644 --- a/clients/client-location/src/commands/GetGeofenceCommand.ts +++ b/clients/client-location/src/commands/GetGeofenceCommand.ts @@ -108,9 +108,6 @@ export class GetGeofenceCommand extends $Command< GetGeofenceCommandOutput, LocationClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -124,9 +121,7 @@ export class GetGeofenceCommand extends $Command< * @public */ constructor(readonly input: GetGeofenceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -177,7 +172,4 @@ export class GetGeofenceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetGeofenceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-location/src/commands/GetMapGlyphsCommand.ts b/clients/client-location/src/commands/GetMapGlyphsCommand.ts index 2ab4d7f3e15e..1136e6f7bf7b 100644 --- a/clients/client-location/src/commands/GetMapGlyphsCommand.ts +++ b/clients/client-location/src/commands/GetMapGlyphsCommand.ts @@ -99,9 +99,6 @@ export class GetMapGlyphsCommand extends $Command< GetMapGlyphsCommandOutput, LocationClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -115,9 +112,7 @@ export class GetMapGlyphsCommand extends $Command< * @public */ constructor(readonly input: GetMapGlyphsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -168,7 +163,4 @@ export class GetMapGlyphsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetMapGlyphsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-location/src/commands/GetMapSpritesCommand.ts b/clients/client-location/src/commands/GetMapSpritesCommand.ts index 9431db263361..5e1815f764b7 100644 --- a/clients/client-location/src/commands/GetMapSpritesCommand.ts +++ b/clients/client-location/src/commands/GetMapSpritesCommand.ts @@ -104,9 +104,6 @@ export class GetMapSpritesCommand extends $Command< GetMapSpritesCommandOutput, LocationClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -120,9 +117,7 @@ export class GetMapSpritesCommand extends $Command< * @public */ constructor(readonly input: GetMapSpritesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -173,7 +168,4 @@ export class GetMapSpritesCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetMapSpritesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-location/src/commands/GetMapStyleDescriptorCommand.ts b/clients/client-location/src/commands/GetMapStyleDescriptorCommand.ts index dc70887c53d4..9141bb21efdd 100644 --- a/clients/client-location/src/commands/GetMapStyleDescriptorCommand.ts +++ b/clients/client-location/src/commands/GetMapStyleDescriptorCommand.ts @@ -104,9 +104,6 @@ export class GetMapStyleDescriptorCommand extends $Command< GetMapStyleDescriptorCommandOutput, LocationClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -120,9 +117,7 @@ export class GetMapStyleDescriptorCommand extends $Command< * @public */ constructor(readonly input: GetMapStyleDescriptorCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -175,7 +170,4 @@ export class GetMapStyleDescriptorCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetMapStyleDescriptorCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-location/src/commands/GetMapTileCommand.ts b/clients/client-location/src/commands/GetMapTileCommand.ts index 33e45e1c7be8..91e6ef5d7fd8 100644 --- a/clients/client-location/src/commands/GetMapTileCommand.ts +++ b/clients/client-location/src/commands/GetMapTileCommand.ts @@ -105,9 +105,6 @@ export class GetMapTileCommand extends $Command< GetMapTileCommandOutput, LocationClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -121,9 +118,7 @@ export class GetMapTileCommand extends $Command< * @public */ constructor(readonly input: GetMapTileCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -174,7 +169,4 @@ export class GetMapTileCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetMapTileCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-location/src/commands/GetPlaceCommand.ts b/clients/client-location/src/commands/GetPlaceCommand.ts index fd96df7315d7..e006158e2651 100644 --- a/clients/client-location/src/commands/GetPlaceCommand.ts +++ b/clients/client-location/src/commands/GetPlaceCommand.ts @@ -138,9 +138,6 @@ export class GetPlaceCommand extends $Command< GetPlaceCommandOutput, LocationClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -154,9 +151,7 @@ export class GetPlaceCommand extends $Command< * @public */ constructor(readonly input: GetPlaceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -207,7 +202,4 @@ export class GetPlaceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetPlaceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-location/src/commands/ListDevicePositionsCommand.ts b/clients/client-location/src/commands/ListDevicePositionsCommand.ts index aed9d005616c..b54855dc4088 100644 --- a/clients/client-location/src/commands/ListDevicePositionsCommand.ts +++ b/clients/client-location/src/commands/ListDevicePositionsCommand.ts @@ -114,9 +114,6 @@ export class ListDevicePositionsCommand extends $Command< ListDevicePositionsCommandOutput, LocationClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -130,9 +127,7 @@ export class ListDevicePositionsCommand extends $Command< * @public */ constructor(readonly input: ListDevicePositionsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -185,7 +180,4 @@ export class ListDevicePositionsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListDevicePositionsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-location/src/commands/ListGeofenceCollectionsCommand.ts b/clients/client-location/src/commands/ListGeofenceCollectionsCommand.ts index 840358146b4a..364ca2c617b8 100644 --- a/clients/client-location/src/commands/ListGeofenceCollectionsCommand.ts +++ b/clients/client-location/src/commands/ListGeofenceCollectionsCommand.ts @@ -94,9 +94,6 @@ export class ListGeofenceCollectionsCommand extends $Command< ListGeofenceCollectionsCommandOutput, LocationClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -110,9 +107,7 @@ export class ListGeofenceCollectionsCommand extends $Command< * @public */ constructor(readonly input: ListGeofenceCollectionsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -165,7 +160,4 @@ export class ListGeofenceCollectionsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListGeofenceCollectionsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-location/src/commands/ListGeofencesCommand.ts b/clients/client-location/src/commands/ListGeofencesCommand.ts index bf749e890861..7a81febc6dd3 100644 --- a/clients/client-location/src/commands/ListGeofencesCommand.ts +++ b/clients/client-location/src/commands/ListGeofencesCommand.ts @@ -118,9 +118,6 @@ export class ListGeofencesCommand extends $Command< ListGeofencesCommandOutput, LocationClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -134,9 +131,7 @@ export class ListGeofencesCommand extends $Command< * @public */ constructor(readonly input: ListGeofencesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -187,7 +182,4 @@ export class ListGeofencesCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListGeofencesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-location/src/commands/ListKeysCommand.ts b/clients/client-location/src/commands/ListKeysCommand.ts index d847995c25ec..4fcf26afc8e8 100644 --- a/clients/client-location/src/commands/ListKeysCommand.ts +++ b/clients/client-location/src/commands/ListKeysCommand.ts @@ -107,9 +107,6 @@ export class ListKeysCommand extends $Command< ListKeysCommandOutput, LocationClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -123,9 +120,7 @@ export class ListKeysCommand extends $Command< * @public */ constructor(readonly input: ListKeysCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -176,7 +171,4 @@ export class ListKeysCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListKeysCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-location/src/commands/ListMapsCommand.ts b/clients/client-location/src/commands/ListMapsCommand.ts index f2992149f144..4a5a5d4b09a5 100644 --- a/clients/client-location/src/commands/ListMapsCommand.ts +++ b/clients/client-location/src/commands/ListMapsCommand.ts @@ -94,9 +94,6 @@ export class ListMapsCommand extends $Command< ListMapsCommandOutput, LocationClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -110,9 +107,7 @@ export class ListMapsCommand extends $Command< * @public */ constructor(readonly input: ListMapsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -163,7 +158,4 @@ export class ListMapsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListMapsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-location/src/commands/ListPlaceIndexesCommand.ts b/clients/client-location/src/commands/ListPlaceIndexesCommand.ts index 8733bf90c3b7..0e375f8e97ed 100644 --- a/clients/client-location/src/commands/ListPlaceIndexesCommand.ts +++ b/clients/client-location/src/commands/ListPlaceIndexesCommand.ts @@ -94,9 +94,6 @@ export class ListPlaceIndexesCommand extends $Command< ListPlaceIndexesCommandOutput, LocationClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -110,9 +107,7 @@ export class ListPlaceIndexesCommand extends $Command< * @public */ constructor(readonly input: ListPlaceIndexesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -165,7 +160,4 @@ export class ListPlaceIndexesCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListPlaceIndexesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-location/src/commands/ListRouteCalculatorsCommand.ts b/clients/client-location/src/commands/ListRouteCalculatorsCommand.ts index fd2da3b67644..93516bb7a3cf 100644 --- a/clients/client-location/src/commands/ListRouteCalculatorsCommand.ts +++ b/clients/client-location/src/commands/ListRouteCalculatorsCommand.ts @@ -94,9 +94,6 @@ export class ListRouteCalculatorsCommand extends $Command< ListRouteCalculatorsCommandOutput, LocationClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -110,9 +107,7 @@ export class ListRouteCalculatorsCommand extends $Command< * @public */ constructor(readonly input: ListRouteCalculatorsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -165,7 +160,4 @@ export class ListRouteCalculatorsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListRouteCalculatorsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-location/src/commands/ListTagsForResourceCommand.ts b/clients/client-location/src/commands/ListTagsForResourceCommand.ts index cc0847d3ca7f..e81e8f7ed456 100644 --- a/clients/client-location/src/commands/ListTagsForResourceCommand.ts +++ b/clients/client-location/src/commands/ListTagsForResourceCommand.ts @@ -88,9 +88,6 @@ export class ListTagsForResourceCommand extends $Command< ListTagsForResourceCommandOutput, LocationClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -104,9 +101,7 @@ export class ListTagsForResourceCommand extends $Command< * @public */ constructor(readonly input: ListTagsForResourceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -159,7 +154,4 @@ export class ListTagsForResourceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListTagsForResourceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-location/src/commands/ListTrackerConsumersCommand.ts b/clients/client-location/src/commands/ListTrackerConsumersCommand.ts index 81e585b7c598..cbc501d1bb56 100644 --- a/clients/client-location/src/commands/ListTrackerConsumersCommand.ts +++ b/clients/client-location/src/commands/ListTrackerConsumersCommand.ts @@ -91,9 +91,6 @@ export class ListTrackerConsumersCommand extends $Command< ListTrackerConsumersCommandOutput, LocationClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -107,9 +104,7 @@ export class ListTrackerConsumersCommand extends $Command< * @public */ constructor(readonly input: ListTrackerConsumersCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -162,7 +157,4 @@ export class ListTrackerConsumersCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListTrackerConsumersCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-location/src/commands/ListTrackersCommand.ts b/clients/client-location/src/commands/ListTrackersCommand.ts index 5f8d7755d146..2580fc0c05c6 100644 --- a/clients/client-location/src/commands/ListTrackersCommand.ts +++ b/clients/client-location/src/commands/ListTrackersCommand.ts @@ -94,9 +94,6 @@ export class ListTrackersCommand extends $Command< ListTrackersCommandOutput, LocationClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -110,9 +107,7 @@ export class ListTrackersCommand extends $Command< * @public */ constructor(readonly input: ListTrackersCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -163,7 +158,4 @@ export class ListTrackersCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListTrackersCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-location/src/commands/PutGeofenceCommand.ts b/clients/client-location/src/commands/PutGeofenceCommand.ts index 6ecddc564d8e..3e493a46c65a 100644 --- a/clients/client-location/src/commands/PutGeofenceCommand.ts +++ b/clients/client-location/src/commands/PutGeofenceCommand.ts @@ -111,9 +111,6 @@ export class PutGeofenceCommand extends $Command< PutGeofenceCommandOutput, LocationClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -127,9 +124,7 @@ export class PutGeofenceCommand extends $Command< * @public */ constructor(readonly input: PutGeofenceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -180,7 +175,4 @@ export class PutGeofenceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_PutGeofenceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-location/src/commands/SearchPlaceIndexForPositionCommand.ts b/clients/client-location/src/commands/SearchPlaceIndexForPositionCommand.ts index 085f36a5feb1..dd72f390305e 100644 --- a/clients/client-location/src/commands/SearchPlaceIndexForPositionCommand.ts +++ b/clients/client-location/src/commands/SearchPlaceIndexForPositionCommand.ts @@ -145,9 +145,6 @@ export class SearchPlaceIndexForPositionCommand extends $Command< SearchPlaceIndexForPositionCommandOutput, LocationClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -161,9 +158,7 @@ export class SearchPlaceIndexForPositionCommand extends $Command< * @public */ constructor(readonly input: SearchPlaceIndexForPositionCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -219,7 +214,4 @@ export class SearchPlaceIndexForPositionCommand extends $Command< ): Promise { return de_SearchPlaceIndexForPositionCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-location/src/commands/SearchPlaceIndexForSuggestionsCommand.ts b/clients/client-location/src/commands/SearchPlaceIndexForSuggestionsCommand.ts index 36e1f196d3ea..470980d2f9b5 100644 --- a/clients/client-location/src/commands/SearchPlaceIndexForSuggestionsCommand.ts +++ b/clients/client-location/src/commands/SearchPlaceIndexForSuggestionsCommand.ts @@ -152,9 +152,6 @@ export class SearchPlaceIndexForSuggestionsCommand extends $Command< SearchPlaceIndexForSuggestionsCommandOutput, LocationClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -168,9 +165,7 @@ export class SearchPlaceIndexForSuggestionsCommand extends $Command< * @public */ constructor(readonly input: SearchPlaceIndexForSuggestionsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -229,7 +224,4 @@ export class SearchPlaceIndexForSuggestionsCommand extends $Command< ): Promise { return de_SearchPlaceIndexForSuggestionsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-location/src/commands/SearchPlaceIndexForTextCommand.ts b/clients/client-location/src/commands/SearchPlaceIndexForTextCommand.ts index b42dcb8476dc..5804f4903c04 100644 --- a/clients/client-location/src/commands/SearchPlaceIndexForTextCommand.ts +++ b/clients/client-location/src/commands/SearchPlaceIndexForTextCommand.ts @@ -172,9 +172,6 @@ export class SearchPlaceIndexForTextCommand extends $Command< SearchPlaceIndexForTextCommandOutput, LocationClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -188,9 +185,7 @@ export class SearchPlaceIndexForTextCommand extends $Command< * @public */ constructor(readonly input: SearchPlaceIndexForTextCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -243,7 +238,4 @@ export class SearchPlaceIndexForTextCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_SearchPlaceIndexForTextCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-location/src/commands/TagResourceCommand.ts b/clients/client-location/src/commands/TagResourceCommand.ts index 62f18f07ddf3..52ee98049142 100644 --- a/clients/client-location/src/commands/TagResourceCommand.ts +++ b/clients/client-location/src/commands/TagResourceCommand.ts @@ -97,9 +97,6 @@ export class TagResourceCommand extends $Command< TagResourceCommandOutput, LocationClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -113,9 +110,7 @@ export class TagResourceCommand extends $Command< * @public */ constructor(readonly input: TagResourceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -166,7 +161,4 @@ export class TagResourceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_TagResourceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-location/src/commands/UntagResourceCommand.ts b/clients/client-location/src/commands/UntagResourceCommand.ts index 6a47adf7da5d..2df26ad654be 100644 --- a/clients/client-location/src/commands/UntagResourceCommand.ts +++ b/clients/client-location/src/commands/UntagResourceCommand.ts @@ -87,9 +87,6 @@ export class UntagResourceCommand extends $Command< UntagResourceCommandOutput, LocationClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -103,9 +100,7 @@ export class UntagResourceCommand extends $Command< * @public */ constructor(readonly input: UntagResourceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -156,7 +151,4 @@ export class UntagResourceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UntagResourceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-location/src/commands/UpdateGeofenceCollectionCommand.ts b/clients/client-location/src/commands/UpdateGeofenceCollectionCommand.ts index 82f261cbb95d..0225dc4c8219 100644 --- a/clients/client-location/src/commands/UpdateGeofenceCollectionCommand.ts +++ b/clients/client-location/src/commands/UpdateGeofenceCollectionCommand.ts @@ -91,9 +91,6 @@ export class UpdateGeofenceCollectionCommand extends $Command< UpdateGeofenceCollectionCommandOutput, LocationClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -107,9 +104,7 @@ export class UpdateGeofenceCollectionCommand extends $Command< * @public */ constructor(readonly input: UpdateGeofenceCollectionCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -162,7 +157,4 @@ export class UpdateGeofenceCollectionCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdateGeofenceCollectionCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-location/src/commands/UpdateKeyCommand.ts b/clients/client-location/src/commands/UpdateKeyCommand.ts index e8de0ddc5a3a..7143c14983f4 100644 --- a/clients/client-location/src/commands/UpdateKeyCommand.ts +++ b/clients/client-location/src/commands/UpdateKeyCommand.ts @@ -103,9 +103,6 @@ export class UpdateKeyCommand extends $Command< UpdateKeyCommandOutput, LocationClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -119,9 +116,7 @@ export class UpdateKeyCommand extends $Command< * @public */ constructor(readonly input: UpdateKeyCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -172,7 +167,4 @@ export class UpdateKeyCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdateKeyCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-location/src/commands/UpdateMapCommand.ts b/clients/client-location/src/commands/UpdateMapCommand.ts index 554f47fb33d9..942953809909 100644 --- a/clients/client-location/src/commands/UpdateMapCommand.ts +++ b/clients/client-location/src/commands/UpdateMapCommand.ts @@ -93,9 +93,6 @@ export class UpdateMapCommand extends $Command< UpdateMapCommandOutput, LocationClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -109,9 +106,7 @@ export class UpdateMapCommand extends $Command< * @public */ constructor(readonly input: UpdateMapCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -162,7 +157,4 @@ export class UpdateMapCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdateMapCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-location/src/commands/UpdatePlaceIndexCommand.ts b/clients/client-location/src/commands/UpdatePlaceIndexCommand.ts index 29aff7e13260..72a9b343f880 100644 --- a/clients/client-location/src/commands/UpdatePlaceIndexCommand.ts +++ b/clients/client-location/src/commands/UpdatePlaceIndexCommand.ts @@ -93,9 +93,6 @@ export class UpdatePlaceIndexCommand extends $Command< UpdatePlaceIndexCommandOutput, LocationClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -109,9 +106,7 @@ export class UpdatePlaceIndexCommand extends $Command< * @public */ constructor(readonly input: UpdatePlaceIndexCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -164,7 +159,4 @@ export class UpdatePlaceIndexCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdatePlaceIndexCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-location/src/commands/UpdateRouteCalculatorCommand.ts b/clients/client-location/src/commands/UpdateRouteCalculatorCommand.ts index bc900af187d9..351fcb2653ad 100644 --- a/clients/client-location/src/commands/UpdateRouteCalculatorCommand.ts +++ b/clients/client-location/src/commands/UpdateRouteCalculatorCommand.ts @@ -90,9 +90,6 @@ export class UpdateRouteCalculatorCommand extends $Command< UpdateRouteCalculatorCommandOutput, LocationClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -106,9 +103,7 @@ export class UpdateRouteCalculatorCommand extends $Command< * @public */ constructor(readonly input: UpdateRouteCalculatorCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -161,7 +156,4 @@ export class UpdateRouteCalculatorCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdateRouteCalculatorCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-location/src/commands/UpdateTrackerCommand.ts b/clients/client-location/src/commands/UpdateTrackerCommand.ts index c99a6cc39220..d1e4b19095a3 100644 --- a/clients/client-location/src/commands/UpdateTrackerCommand.ts +++ b/clients/client-location/src/commands/UpdateTrackerCommand.ts @@ -94,9 +94,6 @@ export class UpdateTrackerCommand extends $Command< UpdateTrackerCommandOutput, LocationClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -110,9 +107,7 @@ export class UpdateTrackerCommand extends $Command< * @public */ constructor(readonly input: UpdateTrackerCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -163,7 +158,4 @@ export class UpdateTrackerCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdateTrackerCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-lookoutequipment/package.json b/clients/client-lookoutequipment/package.json index 42401e0a1a79..281af15b1266 100644 --- a/clients/client-lookoutequipment/package.json +++ b/clients/client-lookoutequipment/package.json @@ -34,29 +34,29 @@ "@aws-sdk/util-endpoints": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@smithy/config-resolver": "^2.0.16", - "@smithy/fetch-http-handler": "^2.2.4", - "@smithy/hash-node": "^2.0.12", - "@smithy/invalid-dependency": "^2.0.12", - "@smithy/middleware-content-length": "^2.0.14", - "@smithy/middleware-endpoint": "^2.1.3", - "@smithy/middleware-retry": "^2.0.18", - "@smithy/middleware-serde": "^2.0.12", - "@smithy/middleware-stack": "^2.0.6", - "@smithy/node-config-provider": "^2.1.3", - "@smithy/node-http-handler": "^2.1.8", - "@smithy/protocol-http": "^3.0.8", - "@smithy/smithy-client": "^2.1.12", - "@smithy/types": "^2.4.0", - "@smithy/url-parser": "^2.0.12", - "@smithy/util-base64": "^2.0.0", + "@smithy/config-resolver": "^2.0.18", + "@smithy/fetch-http-handler": "^2.2.6", + "@smithy/hash-node": "^2.0.15", + "@smithy/invalid-dependency": "^2.0.13", + "@smithy/middleware-content-length": "^2.0.15", + "@smithy/middleware-endpoint": "^2.2.0", + "@smithy/middleware-retry": "^2.0.20", + "@smithy/middleware-serde": "^2.0.13", + "@smithy/middleware-stack": "^2.0.7", + "@smithy/node-config-provider": "^2.1.5", + "@smithy/node-http-handler": "^2.1.9", + "@smithy/protocol-http": "^3.0.9", + "@smithy/smithy-client": "^2.1.15", + "@smithy/types": "^2.5.0", + "@smithy/url-parser": "^2.0.13", + "@smithy/util-base64": "^2.0.1", "@smithy/util-body-length-browser": "^2.0.0", "@smithy/util-body-length-node": "^2.1.0", - "@smithy/util-defaults-mode-browser": "^2.0.16", - "@smithy/util-defaults-mode-node": "^2.0.21", - "@smithy/util-endpoints": "^1.0.2", - "@smithy/util-retry": "^2.0.5", - "@smithy/util-utf8": "^2.0.0", + "@smithy/util-defaults-mode-browser": "^2.0.19", + "@smithy/util-defaults-mode-node": "^2.0.25", + "@smithy/util-endpoints": "^1.0.4", + "@smithy/util-retry": "^2.0.6", + "@smithy/util-utf8": "^2.0.2", "tslib": "^2.5.0", "uuid": "^8.3.2" }, diff --git a/clients/client-lookoutequipment/src/commands/CreateDatasetCommand.ts b/clients/client-lookoutequipment/src/commands/CreateDatasetCommand.ts index 29b80e981126..2052d179722c 100644 --- a/clients/client-lookoutequipment/src/commands/CreateDatasetCommand.ts +++ b/clients/client-lookoutequipment/src/commands/CreateDatasetCommand.ts @@ -108,9 +108,6 @@ export class CreateDatasetCommand extends $Command< CreateDatasetCommandOutput, LookoutEquipmentClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -124,9 +121,7 @@ export class CreateDatasetCommand extends $Command< * @public */ constructor(readonly input: CreateDatasetCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -177,7 +172,4 @@ export class CreateDatasetCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateDatasetCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-lookoutequipment/src/commands/CreateInferenceSchedulerCommand.ts b/clients/client-lookoutequipment/src/commands/CreateInferenceSchedulerCommand.ts index 3dd4f9fa92a6..a4b5f3064536 100644 --- a/clients/client-lookoutequipment/src/commands/CreateInferenceSchedulerCommand.ts +++ b/clients/client-lookoutequipment/src/commands/CreateInferenceSchedulerCommand.ts @@ -132,9 +132,6 @@ export class CreateInferenceSchedulerCommand extends $Command< CreateInferenceSchedulerCommandOutput, LookoutEquipmentClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -148,9 +145,7 @@ export class CreateInferenceSchedulerCommand extends $Command< * @public */ constructor(readonly input: CreateInferenceSchedulerCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -203,7 +198,4 @@ export class CreateInferenceSchedulerCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateInferenceSchedulerCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-lookoutequipment/src/commands/CreateLabelCommand.ts b/clients/client-lookoutequipment/src/commands/CreateLabelCommand.ts index c1087828792b..6650727c4fd8 100644 --- a/clients/client-lookoutequipment/src/commands/CreateLabelCommand.ts +++ b/clients/client-lookoutequipment/src/commands/CreateLabelCommand.ts @@ -103,9 +103,6 @@ export class CreateLabelCommand extends $Command< CreateLabelCommandOutput, LookoutEquipmentClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -119,9 +116,7 @@ export class CreateLabelCommand extends $Command< * @public */ constructor(readonly input: CreateLabelCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -172,7 +167,4 @@ export class CreateLabelCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateLabelCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-lookoutequipment/src/commands/CreateLabelGroupCommand.ts b/clients/client-lookoutequipment/src/commands/CreateLabelGroupCommand.ts index 118c79b7965f..a5c957f17b46 100644 --- a/clients/client-lookoutequipment/src/commands/CreateLabelGroupCommand.ts +++ b/clients/client-lookoutequipment/src/commands/CreateLabelGroupCommand.ts @@ -103,9 +103,6 @@ export class CreateLabelGroupCommand extends $Command< CreateLabelGroupCommandOutput, LookoutEquipmentClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -119,9 +116,7 @@ export class CreateLabelGroupCommand extends $Command< * @public */ constructor(readonly input: CreateLabelGroupCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -174,7 +169,4 @@ export class CreateLabelGroupCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateLabelGroupCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-lookoutequipment/src/commands/CreateModelCommand.ts b/clients/client-lookoutequipment/src/commands/CreateModelCommand.ts index 5c8d2b255c46..936382e434f6 100644 --- a/clients/client-lookoutequipment/src/commands/CreateModelCommand.ts +++ b/clients/client-lookoutequipment/src/commands/CreateModelCommand.ts @@ -133,9 +133,6 @@ export class CreateModelCommand extends $Command< CreateModelCommandOutput, LookoutEquipmentClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -149,9 +146,7 @@ export class CreateModelCommand extends $Command< * @public */ constructor(readonly input: CreateModelCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -202,7 +197,4 @@ export class CreateModelCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateModelCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-lookoutequipment/src/commands/CreateRetrainingSchedulerCommand.ts b/clients/client-lookoutequipment/src/commands/CreateRetrainingSchedulerCommand.ts index 161bb51bb892..131008f92af0 100644 --- a/clients/client-lookoutequipment/src/commands/CreateRetrainingSchedulerCommand.ts +++ b/clients/client-lookoutequipment/src/commands/CreateRetrainingSchedulerCommand.ts @@ -144,9 +144,6 @@ export class CreateRetrainingSchedulerCommand extends $Command< CreateRetrainingSchedulerCommandOutput, LookoutEquipmentClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -160,9 +157,7 @@ export class CreateRetrainingSchedulerCommand extends $Command< * @public */ constructor(readonly input: CreateRetrainingSchedulerCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -218,7 +213,4 @@ export class CreateRetrainingSchedulerCommand extends $Command< ): Promise { return de_CreateRetrainingSchedulerCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-lookoutequipment/src/commands/DeleteDatasetCommand.ts b/clients/client-lookoutequipment/src/commands/DeleteDatasetCommand.ts index e1049aecf39b..0acdd0f6d7be 100644 --- a/clients/client-lookoutequipment/src/commands/DeleteDatasetCommand.ts +++ b/clients/client-lookoutequipment/src/commands/DeleteDatasetCommand.ts @@ -95,9 +95,6 @@ export class DeleteDatasetCommand extends $Command< DeleteDatasetCommandOutput, LookoutEquipmentClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -111,9 +108,7 @@ export class DeleteDatasetCommand extends $Command< * @public */ constructor(readonly input: DeleteDatasetCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -164,7 +159,4 @@ export class DeleteDatasetCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteDatasetCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-lookoutequipment/src/commands/DeleteInferenceSchedulerCommand.ts b/clients/client-lookoutequipment/src/commands/DeleteInferenceSchedulerCommand.ts index 65e87b73d2f0..9751fed4ec00 100644 --- a/clients/client-lookoutequipment/src/commands/DeleteInferenceSchedulerCommand.ts +++ b/clients/client-lookoutequipment/src/commands/DeleteInferenceSchedulerCommand.ts @@ -92,9 +92,6 @@ export class DeleteInferenceSchedulerCommand extends $Command< DeleteInferenceSchedulerCommandOutput, LookoutEquipmentClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -108,9 +105,7 @@ export class DeleteInferenceSchedulerCommand extends $Command< * @public */ constructor(readonly input: DeleteInferenceSchedulerCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -163,7 +158,4 @@ export class DeleteInferenceSchedulerCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteInferenceSchedulerCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-lookoutequipment/src/commands/DeleteLabelCommand.ts b/clients/client-lookoutequipment/src/commands/DeleteLabelCommand.ts index 6a90908c608d..e4b73722b85e 100644 --- a/clients/client-lookoutequipment/src/commands/DeleteLabelCommand.ts +++ b/clients/client-lookoutequipment/src/commands/DeleteLabelCommand.ts @@ -92,9 +92,6 @@ export class DeleteLabelCommand extends $Command< DeleteLabelCommandOutput, LookoutEquipmentClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -108,9 +105,7 @@ export class DeleteLabelCommand extends $Command< * @public */ constructor(readonly input: DeleteLabelCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -161,7 +156,4 @@ export class DeleteLabelCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteLabelCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-lookoutequipment/src/commands/DeleteLabelGroupCommand.ts b/clients/client-lookoutequipment/src/commands/DeleteLabelGroupCommand.ts index a7ba94d1bae4..2cb5f14b4996 100644 --- a/clients/client-lookoutequipment/src/commands/DeleteLabelGroupCommand.ts +++ b/clients/client-lookoutequipment/src/commands/DeleteLabelGroupCommand.ts @@ -91,9 +91,6 @@ export class DeleteLabelGroupCommand extends $Command< DeleteLabelGroupCommandOutput, LookoutEquipmentClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -107,9 +104,7 @@ export class DeleteLabelGroupCommand extends $Command< * @public */ constructor(readonly input: DeleteLabelGroupCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -162,7 +157,4 @@ export class DeleteLabelGroupCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteLabelGroupCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-lookoutequipment/src/commands/DeleteModelCommand.ts b/clients/client-lookoutequipment/src/commands/DeleteModelCommand.ts index ca121d928ee8..af7b6308d6bf 100644 --- a/clients/client-lookoutequipment/src/commands/DeleteModelCommand.ts +++ b/clients/client-lookoutequipment/src/commands/DeleteModelCommand.ts @@ -92,9 +92,6 @@ export class DeleteModelCommand extends $Command< DeleteModelCommandOutput, LookoutEquipmentClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -108,9 +105,7 @@ export class DeleteModelCommand extends $Command< * @public */ constructor(readonly input: DeleteModelCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -161,7 +156,4 @@ export class DeleteModelCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteModelCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-lookoutequipment/src/commands/DeleteResourcePolicyCommand.ts b/clients/client-lookoutequipment/src/commands/DeleteResourcePolicyCommand.ts index f5e5982adca7..1cad38774308 100644 --- a/clients/client-lookoutequipment/src/commands/DeleteResourcePolicyCommand.ts +++ b/clients/client-lookoutequipment/src/commands/DeleteResourcePolicyCommand.ts @@ -91,9 +91,6 @@ export class DeleteResourcePolicyCommand extends $Command< DeleteResourcePolicyCommandOutput, LookoutEquipmentClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -107,9 +104,7 @@ export class DeleteResourcePolicyCommand extends $Command< * @public */ constructor(readonly input: DeleteResourcePolicyCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -162,7 +157,4 @@ export class DeleteResourcePolicyCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteResourcePolicyCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-lookoutequipment/src/commands/DeleteRetrainingSchedulerCommand.ts b/clients/client-lookoutequipment/src/commands/DeleteRetrainingSchedulerCommand.ts index 30d3bcd2dc72..59d939d892b3 100644 --- a/clients/client-lookoutequipment/src/commands/DeleteRetrainingSchedulerCommand.ts +++ b/clients/client-lookoutequipment/src/commands/DeleteRetrainingSchedulerCommand.ts @@ -103,9 +103,6 @@ export class DeleteRetrainingSchedulerCommand extends $Command< DeleteRetrainingSchedulerCommandOutput, LookoutEquipmentClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -119,9 +116,7 @@ export class DeleteRetrainingSchedulerCommand extends $Command< * @public */ constructor(readonly input: DeleteRetrainingSchedulerCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -177,7 +172,4 @@ export class DeleteRetrainingSchedulerCommand extends $Command< ): Promise { return de_DeleteRetrainingSchedulerCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-lookoutequipment/src/commands/DescribeDataIngestionJobCommand.ts b/clients/client-lookoutequipment/src/commands/DescribeDataIngestionJobCommand.ts index 282cb704fd99..109091744f98 100644 --- a/clients/client-lookoutequipment/src/commands/DescribeDataIngestionJobCommand.ts +++ b/clients/client-lookoutequipment/src/commands/DescribeDataIngestionJobCommand.ts @@ -141,9 +141,6 @@ export class DescribeDataIngestionJobCommand extends $Command< DescribeDataIngestionJobCommandOutput, LookoutEquipmentClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -157,9 +154,7 @@ export class DescribeDataIngestionJobCommand extends $Command< * @public */ constructor(readonly input: DescribeDataIngestionJobCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -212,7 +207,4 @@ export class DescribeDataIngestionJobCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DescribeDataIngestionJobCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-lookoutequipment/src/commands/DescribeDatasetCommand.ts b/clients/client-lookoutequipment/src/commands/DescribeDatasetCommand.ts index c208ae35e584..6c5cc68d8202 100644 --- a/clients/client-lookoutequipment/src/commands/DescribeDatasetCommand.ts +++ b/clients/client-lookoutequipment/src/commands/DescribeDatasetCommand.ts @@ -141,9 +141,6 @@ export class DescribeDatasetCommand extends $Command< DescribeDatasetCommandOutput, LookoutEquipmentClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -157,9 +154,7 @@ export class DescribeDatasetCommand extends $Command< * @public */ constructor(readonly input: DescribeDatasetCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -212,7 +207,4 @@ export class DescribeDatasetCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DescribeDatasetCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-lookoutequipment/src/commands/DescribeInferenceSchedulerCommand.ts b/clients/client-lookoutequipment/src/commands/DescribeInferenceSchedulerCommand.ts index 055963a4b3f1..4d48efec9106 100644 --- a/clients/client-lookoutequipment/src/commands/DescribeInferenceSchedulerCommand.ts +++ b/clients/client-lookoutequipment/src/commands/DescribeInferenceSchedulerCommand.ts @@ -119,9 +119,6 @@ export class DescribeInferenceSchedulerCommand extends $Command< DescribeInferenceSchedulerCommandOutput, LookoutEquipmentClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -135,9 +132,7 @@ export class DescribeInferenceSchedulerCommand extends $Command< * @public */ constructor(readonly input: DescribeInferenceSchedulerCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -193,7 +188,4 @@ export class DescribeInferenceSchedulerCommand extends $Command< ): Promise { return de_DescribeInferenceSchedulerCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-lookoutequipment/src/commands/DescribeLabelCommand.ts b/clients/client-lookoutequipment/src/commands/DescribeLabelCommand.ts index 67c9dc880150..5df0002d1152 100644 --- a/clients/client-lookoutequipment/src/commands/DescribeLabelCommand.ts +++ b/clients/client-lookoutequipment/src/commands/DescribeLabelCommand.ts @@ -99,9 +99,6 @@ export class DescribeLabelCommand extends $Command< DescribeLabelCommandOutput, LookoutEquipmentClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -115,9 +112,7 @@ export class DescribeLabelCommand extends $Command< * @public */ constructor(readonly input: DescribeLabelCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -168,7 +163,4 @@ export class DescribeLabelCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DescribeLabelCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-lookoutequipment/src/commands/DescribeLabelGroupCommand.ts b/clients/client-lookoutequipment/src/commands/DescribeLabelGroupCommand.ts index 4f4f923b0669..ba9e1c4f8740 100644 --- a/clients/client-lookoutequipment/src/commands/DescribeLabelGroupCommand.ts +++ b/clients/client-lookoutequipment/src/commands/DescribeLabelGroupCommand.ts @@ -95,9 +95,6 @@ export class DescribeLabelGroupCommand extends $Command< DescribeLabelGroupCommandOutput, LookoutEquipmentClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -111,9 +108,7 @@ export class DescribeLabelGroupCommand extends $Command< * @public */ constructor(readonly input: DescribeLabelGroupCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -166,7 +161,4 @@ export class DescribeLabelGroupCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DescribeLabelGroupCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-lookoutequipment/src/commands/DescribeModelCommand.ts b/clients/client-lookoutequipment/src/commands/DescribeModelCommand.ts index bdc36fe8d691..0bc4de0a3711 100644 --- a/clients/client-lookoutequipment/src/commands/DescribeModelCommand.ts +++ b/clients/client-lookoutequipment/src/commands/DescribeModelCommand.ts @@ -138,9 +138,6 @@ export class DescribeModelCommand extends $Command< DescribeModelCommandOutput, LookoutEquipmentClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -154,9 +151,7 @@ export class DescribeModelCommand extends $Command< * @public */ constructor(readonly input: DescribeModelCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -207,7 +202,4 @@ export class DescribeModelCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DescribeModelCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-lookoutequipment/src/commands/DescribeModelVersionCommand.ts b/clients/client-lookoutequipment/src/commands/DescribeModelVersionCommand.ts index c88e5b555614..e7b4918f9bfe 100644 --- a/clients/client-lookoutequipment/src/commands/DescribeModelVersionCommand.ts +++ b/clients/client-lookoutequipment/src/commands/DescribeModelVersionCommand.ts @@ -129,9 +129,6 @@ export class DescribeModelVersionCommand extends $Command< DescribeModelVersionCommandOutput, LookoutEquipmentClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -145,9 +142,7 @@ export class DescribeModelVersionCommand extends $Command< * @public */ constructor(readonly input: DescribeModelVersionCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -200,7 +195,4 @@ export class DescribeModelVersionCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DescribeModelVersionCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-lookoutequipment/src/commands/DescribeResourcePolicyCommand.ts b/clients/client-lookoutequipment/src/commands/DescribeResourcePolicyCommand.ts index 6f127faed90b..886a7b1e90fb 100644 --- a/clients/client-lookoutequipment/src/commands/DescribeResourcePolicyCommand.ts +++ b/clients/client-lookoutequipment/src/commands/DescribeResourcePolicyCommand.ts @@ -92,9 +92,6 @@ export class DescribeResourcePolicyCommand extends $Command< DescribeResourcePolicyCommandOutput, LookoutEquipmentClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -108,9 +105,7 @@ export class DescribeResourcePolicyCommand extends $Command< * @public */ constructor(readonly input: DescribeResourcePolicyCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -163,7 +158,4 @@ export class DescribeResourcePolicyCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DescribeResourcePolicyCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-lookoutequipment/src/commands/DescribeRetrainingSchedulerCommand.ts b/clients/client-lookoutequipment/src/commands/DescribeRetrainingSchedulerCommand.ts index e10b40182961..8c4253dd091e 100644 --- a/clients/client-lookoutequipment/src/commands/DescribeRetrainingSchedulerCommand.ts +++ b/clients/client-lookoutequipment/src/commands/DescribeRetrainingSchedulerCommand.ts @@ -124,9 +124,6 @@ export class DescribeRetrainingSchedulerCommand extends $Command< DescribeRetrainingSchedulerCommandOutput, LookoutEquipmentClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -140,9 +137,7 @@ export class DescribeRetrainingSchedulerCommand extends $Command< * @public */ constructor(readonly input: DescribeRetrainingSchedulerCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -198,7 +193,4 @@ export class DescribeRetrainingSchedulerCommand extends $Command< ): Promise { return de_DescribeRetrainingSchedulerCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-lookoutequipment/src/commands/ImportDatasetCommand.ts b/clients/client-lookoutequipment/src/commands/ImportDatasetCommand.ts index baddd9dda997..bf3a2e29bc84 100644 --- a/clients/client-lookoutequipment/src/commands/ImportDatasetCommand.ts +++ b/clients/client-lookoutequipment/src/commands/ImportDatasetCommand.ts @@ -108,9 +108,6 @@ export class ImportDatasetCommand extends $Command< ImportDatasetCommandOutput, LookoutEquipmentClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -124,9 +121,7 @@ export class ImportDatasetCommand extends $Command< * @public */ constructor(readonly input: ImportDatasetCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -177,7 +172,4 @@ export class ImportDatasetCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ImportDatasetCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-lookoutequipment/src/commands/ImportModelVersionCommand.ts b/clients/client-lookoutequipment/src/commands/ImportModelVersionCommand.ts index be2f4b50ce31..e8f904b384a5 100644 --- a/clients/client-lookoutequipment/src/commands/ImportModelVersionCommand.ts +++ b/clients/client-lookoutequipment/src/commands/ImportModelVersionCommand.ts @@ -119,9 +119,6 @@ export class ImportModelVersionCommand extends $Command< ImportModelVersionCommandOutput, LookoutEquipmentClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -135,9 +132,7 @@ export class ImportModelVersionCommand extends $Command< * @public */ constructor(readonly input: ImportModelVersionCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -190,7 +185,4 @@ export class ImportModelVersionCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ImportModelVersionCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-lookoutequipment/src/commands/ListDataIngestionJobsCommand.ts b/clients/client-lookoutequipment/src/commands/ListDataIngestionJobsCommand.ts index eff1a8456cef..d1dc4ea422f5 100644 --- a/clients/client-lookoutequipment/src/commands/ListDataIngestionJobsCommand.ts +++ b/clients/client-lookoutequipment/src/commands/ListDataIngestionJobsCommand.ts @@ -104,9 +104,6 @@ export class ListDataIngestionJobsCommand extends $Command< ListDataIngestionJobsCommandOutput, LookoutEquipmentClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -120,9 +117,7 @@ export class ListDataIngestionJobsCommand extends $Command< * @public */ constructor(readonly input: ListDataIngestionJobsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -175,7 +170,4 @@ export class ListDataIngestionJobsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListDataIngestionJobsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-lookoutequipment/src/commands/ListDatasetsCommand.ts b/clients/client-lookoutequipment/src/commands/ListDatasetsCommand.ts index 49b898aa4514..3c88cc9b64bf 100644 --- a/clients/client-lookoutequipment/src/commands/ListDatasetsCommand.ts +++ b/clients/client-lookoutequipment/src/commands/ListDatasetsCommand.ts @@ -96,9 +96,6 @@ export class ListDatasetsCommand extends $Command< ListDatasetsCommandOutput, LookoutEquipmentClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -112,9 +109,7 @@ export class ListDatasetsCommand extends $Command< * @public */ constructor(readonly input: ListDatasetsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -165,7 +160,4 @@ export class ListDatasetsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListDatasetsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-lookoutequipment/src/commands/ListInferenceEventsCommand.ts b/clients/client-lookoutequipment/src/commands/ListInferenceEventsCommand.ts index 26506ef3bf50..d088fdc29958 100644 --- a/clients/client-lookoutequipment/src/commands/ListInferenceEventsCommand.ts +++ b/clients/client-lookoutequipment/src/commands/ListInferenceEventsCommand.ts @@ -104,9 +104,6 @@ export class ListInferenceEventsCommand extends $Command< ListInferenceEventsCommandOutput, LookoutEquipmentClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -120,9 +117,7 @@ export class ListInferenceEventsCommand extends $Command< * @public */ constructor(readonly input: ListInferenceEventsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -175,7 +170,4 @@ export class ListInferenceEventsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListInferenceEventsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-lookoutequipment/src/commands/ListInferenceExecutionsCommand.ts b/clients/client-lookoutequipment/src/commands/ListInferenceExecutionsCommand.ts index 92de4c85673c..4717154a803c 100644 --- a/clients/client-lookoutequipment/src/commands/ListInferenceExecutionsCommand.ts +++ b/clients/client-lookoutequipment/src/commands/ListInferenceExecutionsCommand.ts @@ -132,9 +132,6 @@ export class ListInferenceExecutionsCommand extends $Command< ListInferenceExecutionsCommandOutput, LookoutEquipmentClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -148,9 +145,7 @@ export class ListInferenceExecutionsCommand extends $Command< * @public */ constructor(readonly input: ListInferenceExecutionsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -203,7 +198,4 @@ export class ListInferenceExecutionsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListInferenceExecutionsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-lookoutequipment/src/commands/ListInferenceSchedulersCommand.ts b/clients/client-lookoutequipment/src/commands/ListInferenceSchedulersCommand.ts index 106b8012a92a..f26e3769ff5c 100644 --- a/clients/client-lookoutequipment/src/commands/ListInferenceSchedulersCommand.ts +++ b/clients/client-lookoutequipment/src/commands/ListInferenceSchedulersCommand.ts @@ -102,9 +102,6 @@ export class ListInferenceSchedulersCommand extends $Command< ListInferenceSchedulersCommandOutput, LookoutEquipmentClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -118,9 +115,7 @@ export class ListInferenceSchedulersCommand extends $Command< * @public */ constructor(readonly input: ListInferenceSchedulersCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -173,7 +168,4 @@ export class ListInferenceSchedulersCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListInferenceSchedulersCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-lookoutequipment/src/commands/ListLabelGroupsCommand.ts b/clients/client-lookoutequipment/src/commands/ListLabelGroupsCommand.ts index 2baff7597cb7..e3cc57b6f3dd 100644 --- a/clients/client-lookoutequipment/src/commands/ListLabelGroupsCommand.ts +++ b/clients/client-lookoutequipment/src/commands/ListLabelGroupsCommand.ts @@ -95,9 +95,6 @@ export class ListLabelGroupsCommand extends $Command< ListLabelGroupsCommandOutput, LookoutEquipmentClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -111,9 +108,7 @@ export class ListLabelGroupsCommand extends $Command< * @public */ constructor(readonly input: ListLabelGroupsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -166,7 +161,4 @@ export class ListLabelGroupsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListLabelGroupsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-lookoutequipment/src/commands/ListLabelsCommand.ts b/clients/client-lookoutequipment/src/commands/ListLabelsCommand.ts index e9cd13e52546..79fc4a7a035e 100644 --- a/clients/client-lookoutequipment/src/commands/ListLabelsCommand.ts +++ b/clients/client-lookoutequipment/src/commands/ListLabelsCommand.ts @@ -104,9 +104,6 @@ export class ListLabelsCommand extends $Command< ListLabelsCommandOutput, LookoutEquipmentClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -120,9 +117,7 @@ export class ListLabelsCommand extends $Command< * @public */ constructor(readonly input: ListLabelsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -173,7 +168,4 @@ export class ListLabelsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListLabelsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-lookoutequipment/src/commands/ListModelVersionsCommand.ts b/clients/client-lookoutequipment/src/commands/ListModelVersionsCommand.ts index 0dafea528cbe..3f1e5e4ebb80 100644 --- a/clients/client-lookoutequipment/src/commands/ListModelVersionsCommand.ts +++ b/clients/client-lookoutequipment/src/commands/ListModelVersionsCommand.ts @@ -110,9 +110,6 @@ export class ListModelVersionsCommand extends $Command< ListModelVersionsCommandOutput, LookoutEquipmentClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -126,9 +123,7 @@ export class ListModelVersionsCommand extends $Command< * @public */ constructor(readonly input: ListModelVersionsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -181,7 +176,4 @@ export class ListModelVersionsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListModelVersionsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-lookoutequipment/src/commands/ListModelsCommand.ts b/clients/client-lookoutequipment/src/commands/ListModelsCommand.ts index e064f83fac04..d8306a09e6db 100644 --- a/clients/client-lookoutequipment/src/commands/ListModelsCommand.ts +++ b/clients/client-lookoutequipment/src/commands/ListModelsCommand.ts @@ -107,9 +107,6 @@ export class ListModelsCommand extends $Command< ListModelsCommandOutput, LookoutEquipmentClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -123,9 +120,7 @@ export class ListModelsCommand extends $Command< * @public */ constructor(readonly input: ListModelsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -176,7 +171,4 @@ export class ListModelsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListModelsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-lookoutequipment/src/commands/ListRetrainingSchedulersCommand.ts b/clients/client-lookoutequipment/src/commands/ListRetrainingSchedulersCommand.ts index 8c9156c058a4..e1a1f8caa6c9 100644 --- a/clients/client-lookoutequipment/src/commands/ListRetrainingSchedulersCommand.ts +++ b/clients/client-lookoutequipment/src/commands/ListRetrainingSchedulersCommand.ts @@ -140,9 +140,6 @@ export class ListRetrainingSchedulersCommand extends $Command< ListRetrainingSchedulersCommandOutput, LookoutEquipmentClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -156,9 +153,7 @@ export class ListRetrainingSchedulersCommand extends $Command< * @public */ constructor(readonly input: ListRetrainingSchedulersCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -211,7 +206,4 @@ export class ListRetrainingSchedulersCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListRetrainingSchedulersCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-lookoutequipment/src/commands/ListSensorStatisticsCommand.ts b/clients/client-lookoutequipment/src/commands/ListSensorStatisticsCommand.ts index 7f678251d925..71fdc062765d 100644 --- a/clients/client-lookoutequipment/src/commands/ListSensorStatisticsCommand.ts +++ b/clients/client-lookoutequipment/src/commands/ListSensorStatisticsCommand.ts @@ -135,9 +135,6 @@ export class ListSensorStatisticsCommand extends $Command< ListSensorStatisticsCommandOutput, LookoutEquipmentClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -151,9 +148,7 @@ export class ListSensorStatisticsCommand extends $Command< * @public */ constructor(readonly input: ListSensorStatisticsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -206,7 +201,4 @@ export class ListSensorStatisticsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListSensorStatisticsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-lookoutequipment/src/commands/ListTagsForResourceCommand.ts b/clients/client-lookoutequipment/src/commands/ListTagsForResourceCommand.ts index 606acb2e3173..bbbb02a250a7 100644 --- a/clients/client-lookoutequipment/src/commands/ListTagsForResourceCommand.ts +++ b/clients/client-lookoutequipment/src/commands/ListTagsForResourceCommand.ts @@ -94,9 +94,6 @@ export class ListTagsForResourceCommand extends $Command< ListTagsForResourceCommandOutput, LookoutEquipmentClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -110,9 +107,7 @@ export class ListTagsForResourceCommand extends $Command< * @public */ constructor(readonly input: ListTagsForResourceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -165,7 +160,4 @@ export class ListTagsForResourceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListTagsForResourceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-lookoutequipment/src/commands/PutResourcePolicyCommand.ts b/clients/client-lookoutequipment/src/commands/PutResourcePolicyCommand.ts index 2a63d56da55b..80fee0f65fcf 100644 --- a/clients/client-lookoutequipment/src/commands/PutResourcePolicyCommand.ts +++ b/clients/client-lookoutequipment/src/commands/PutResourcePolicyCommand.ts @@ -100,9 +100,6 @@ export class PutResourcePolicyCommand extends $Command< PutResourcePolicyCommandOutput, LookoutEquipmentClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -116,9 +113,7 @@ export class PutResourcePolicyCommand extends $Command< * @public */ constructor(readonly input: PutResourcePolicyCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -171,7 +166,4 @@ export class PutResourcePolicyCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_PutResourcePolicyCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-lookoutequipment/src/commands/StartDataIngestionJobCommand.ts b/clients/client-lookoutequipment/src/commands/StartDataIngestionJobCommand.ts index 9e7d4d4db1c3..e4e40e73ff1d 100644 --- a/clients/client-lookoutequipment/src/commands/StartDataIngestionJobCommand.ts +++ b/clients/client-lookoutequipment/src/commands/StartDataIngestionJobCommand.ts @@ -106,9 +106,6 @@ export class StartDataIngestionJobCommand extends $Command< StartDataIngestionJobCommandOutput, LookoutEquipmentClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -122,9 +119,7 @@ export class StartDataIngestionJobCommand extends $Command< * @public */ constructor(readonly input: StartDataIngestionJobCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -177,7 +172,4 @@ export class StartDataIngestionJobCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_StartDataIngestionJobCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-lookoutequipment/src/commands/StartInferenceSchedulerCommand.ts b/clients/client-lookoutequipment/src/commands/StartInferenceSchedulerCommand.ts index 83a72b548c2b..3646598fca31 100644 --- a/clients/client-lookoutequipment/src/commands/StartInferenceSchedulerCommand.ts +++ b/clients/client-lookoutequipment/src/commands/StartInferenceSchedulerCommand.ts @@ -97,9 +97,6 @@ export class StartInferenceSchedulerCommand extends $Command< StartInferenceSchedulerCommandOutput, LookoutEquipmentClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -113,9 +110,7 @@ export class StartInferenceSchedulerCommand extends $Command< * @public */ constructor(readonly input: StartInferenceSchedulerCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -168,7 +163,4 @@ export class StartInferenceSchedulerCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_StartInferenceSchedulerCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-lookoutequipment/src/commands/StartRetrainingSchedulerCommand.ts b/clients/client-lookoutequipment/src/commands/StartRetrainingSchedulerCommand.ts index 700837b49782..0616d270e458 100644 --- a/clients/client-lookoutequipment/src/commands/StartRetrainingSchedulerCommand.ts +++ b/clients/client-lookoutequipment/src/commands/StartRetrainingSchedulerCommand.ts @@ -113,9 +113,6 @@ export class StartRetrainingSchedulerCommand extends $Command< StartRetrainingSchedulerCommandOutput, LookoutEquipmentClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -129,9 +126,7 @@ export class StartRetrainingSchedulerCommand extends $Command< * @public */ constructor(readonly input: StartRetrainingSchedulerCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -184,7 +179,4 @@ export class StartRetrainingSchedulerCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_StartRetrainingSchedulerCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-lookoutequipment/src/commands/StopInferenceSchedulerCommand.ts b/clients/client-lookoutequipment/src/commands/StopInferenceSchedulerCommand.ts index b840ab49f4ca..00020e0d96b9 100644 --- a/clients/client-lookoutequipment/src/commands/StopInferenceSchedulerCommand.ts +++ b/clients/client-lookoutequipment/src/commands/StopInferenceSchedulerCommand.ts @@ -97,9 +97,6 @@ export class StopInferenceSchedulerCommand extends $Command< StopInferenceSchedulerCommandOutput, LookoutEquipmentClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -113,9 +110,7 @@ export class StopInferenceSchedulerCommand extends $Command< * @public */ constructor(readonly input: StopInferenceSchedulerCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -168,7 +163,4 @@ export class StopInferenceSchedulerCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_StopInferenceSchedulerCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-lookoutequipment/src/commands/StopRetrainingSchedulerCommand.ts b/clients/client-lookoutequipment/src/commands/StopRetrainingSchedulerCommand.ts index b0221f5f9492..a8f05ac2be93 100644 --- a/clients/client-lookoutequipment/src/commands/StopRetrainingSchedulerCommand.ts +++ b/clients/client-lookoutequipment/src/commands/StopRetrainingSchedulerCommand.ts @@ -113,9 +113,6 @@ export class StopRetrainingSchedulerCommand extends $Command< StopRetrainingSchedulerCommandOutput, LookoutEquipmentClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -129,9 +126,7 @@ export class StopRetrainingSchedulerCommand extends $Command< * @public */ constructor(readonly input: StopRetrainingSchedulerCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -184,7 +179,4 @@ export class StopRetrainingSchedulerCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_StopRetrainingSchedulerCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-lookoutequipment/src/commands/TagResourceCommand.ts b/clients/client-lookoutequipment/src/commands/TagResourceCommand.ts index dd008a7e06fa..f2dd984ec080 100644 --- a/clients/client-lookoutequipment/src/commands/TagResourceCommand.ts +++ b/clients/client-lookoutequipment/src/commands/TagResourceCommand.ts @@ -100,9 +100,6 @@ export class TagResourceCommand extends $Command< TagResourceCommandOutput, LookoutEquipmentClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -116,9 +113,7 @@ export class TagResourceCommand extends $Command< * @public */ constructor(readonly input: TagResourceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -169,7 +164,4 @@ export class TagResourceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_TagResourceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-lookoutequipment/src/commands/UntagResourceCommand.ts b/clients/client-lookoutequipment/src/commands/UntagResourceCommand.ts index 49d266b7f60a..c46f8de66970 100644 --- a/clients/client-lookoutequipment/src/commands/UntagResourceCommand.ts +++ b/clients/client-lookoutequipment/src/commands/UntagResourceCommand.ts @@ -90,9 +90,6 @@ export class UntagResourceCommand extends $Command< UntagResourceCommandOutput, LookoutEquipmentClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -106,9 +103,7 @@ export class UntagResourceCommand extends $Command< * @public */ constructor(readonly input: UntagResourceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -159,7 +154,4 @@ export class UntagResourceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UntagResourceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-lookoutequipment/src/commands/UpdateActiveModelVersionCommand.ts b/clients/client-lookoutequipment/src/commands/UpdateActiveModelVersionCommand.ts index 51eb440c5cf7..5f99ff48dd46 100644 --- a/clients/client-lookoutequipment/src/commands/UpdateActiveModelVersionCommand.ts +++ b/clients/client-lookoutequipment/src/commands/UpdateActiveModelVersionCommand.ts @@ -99,9 +99,6 @@ export class UpdateActiveModelVersionCommand extends $Command< UpdateActiveModelVersionCommandOutput, LookoutEquipmentClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -115,9 +112,7 @@ export class UpdateActiveModelVersionCommand extends $Command< * @public */ constructor(readonly input: UpdateActiveModelVersionCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -170,7 +165,4 @@ export class UpdateActiveModelVersionCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdateActiveModelVersionCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-lookoutequipment/src/commands/UpdateInferenceSchedulerCommand.ts b/clients/client-lookoutequipment/src/commands/UpdateInferenceSchedulerCommand.ts index ea0dc9703a03..10984859e75b 100644 --- a/clients/client-lookoutequipment/src/commands/UpdateInferenceSchedulerCommand.ts +++ b/clients/client-lookoutequipment/src/commands/UpdateInferenceSchedulerCommand.ts @@ -112,9 +112,6 @@ export class UpdateInferenceSchedulerCommand extends $Command< UpdateInferenceSchedulerCommandOutput, LookoutEquipmentClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -128,9 +125,7 @@ export class UpdateInferenceSchedulerCommand extends $Command< * @public */ constructor(readonly input: UpdateInferenceSchedulerCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -183,7 +178,4 @@ export class UpdateInferenceSchedulerCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdateInferenceSchedulerCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-lookoutequipment/src/commands/UpdateLabelGroupCommand.ts b/clients/client-lookoutequipment/src/commands/UpdateLabelGroupCommand.ts index 5eb7879c792d..341f93732670 100644 --- a/clients/client-lookoutequipment/src/commands/UpdateLabelGroupCommand.ts +++ b/clients/client-lookoutequipment/src/commands/UpdateLabelGroupCommand.ts @@ -94,9 +94,6 @@ export class UpdateLabelGroupCommand extends $Command< UpdateLabelGroupCommandOutput, LookoutEquipmentClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -110,9 +107,7 @@ export class UpdateLabelGroupCommand extends $Command< * @public */ constructor(readonly input: UpdateLabelGroupCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -165,7 +160,4 @@ export class UpdateLabelGroupCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdateLabelGroupCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-lookoutequipment/src/commands/UpdateModelCommand.ts b/clients/client-lookoutequipment/src/commands/UpdateModelCommand.ts index 9ed5ecf77f44..f7e7835f8948 100644 --- a/clients/client-lookoutequipment/src/commands/UpdateModelCommand.ts +++ b/clients/client-lookoutequipment/src/commands/UpdateModelCommand.ts @@ -113,9 +113,6 @@ export class UpdateModelCommand extends $Command< UpdateModelCommandOutput, LookoutEquipmentClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -129,9 +126,7 @@ export class UpdateModelCommand extends $Command< * @public */ constructor(readonly input: UpdateModelCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -182,7 +177,4 @@ export class UpdateModelCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdateModelCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-lookoutequipment/src/commands/UpdateRetrainingSchedulerCommand.ts b/clients/client-lookoutequipment/src/commands/UpdateRetrainingSchedulerCommand.ts index 674eb93e7e81..be3440ab34f8 100644 --- a/clients/client-lookoutequipment/src/commands/UpdateRetrainingSchedulerCommand.ts +++ b/clients/client-lookoutequipment/src/commands/UpdateRetrainingSchedulerCommand.ts @@ -108,9 +108,6 @@ export class UpdateRetrainingSchedulerCommand extends $Command< UpdateRetrainingSchedulerCommandOutput, LookoutEquipmentClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -124,9 +121,7 @@ export class UpdateRetrainingSchedulerCommand extends $Command< * @public */ constructor(readonly input: UpdateRetrainingSchedulerCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -182,7 +177,4 @@ export class UpdateRetrainingSchedulerCommand extends $Command< ): Promise { return de_UpdateRetrainingSchedulerCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-lookoutmetrics/package.json b/clients/client-lookoutmetrics/package.json index 5d82ef063bb3..efaaeda08ea4 100644 --- a/clients/client-lookoutmetrics/package.json +++ b/clients/client-lookoutmetrics/package.json @@ -34,29 +34,29 @@ "@aws-sdk/util-endpoints": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@smithy/config-resolver": "^2.0.16", - "@smithy/fetch-http-handler": "^2.2.4", - "@smithy/hash-node": "^2.0.12", - "@smithy/invalid-dependency": "^2.0.12", - "@smithy/middleware-content-length": "^2.0.14", - "@smithy/middleware-endpoint": "^2.1.3", - "@smithy/middleware-retry": "^2.0.18", - "@smithy/middleware-serde": "^2.0.12", - "@smithy/middleware-stack": "^2.0.6", - "@smithy/node-config-provider": "^2.1.3", - "@smithy/node-http-handler": "^2.1.8", - "@smithy/protocol-http": "^3.0.8", - "@smithy/smithy-client": "^2.1.12", - "@smithy/types": "^2.4.0", - "@smithy/url-parser": "^2.0.12", - "@smithy/util-base64": "^2.0.0", + "@smithy/config-resolver": "^2.0.18", + "@smithy/fetch-http-handler": "^2.2.6", + "@smithy/hash-node": "^2.0.15", + "@smithy/invalid-dependency": "^2.0.13", + "@smithy/middleware-content-length": "^2.0.15", + "@smithy/middleware-endpoint": "^2.2.0", + "@smithy/middleware-retry": "^2.0.20", + "@smithy/middleware-serde": "^2.0.13", + "@smithy/middleware-stack": "^2.0.7", + "@smithy/node-config-provider": "^2.1.5", + "@smithy/node-http-handler": "^2.1.9", + "@smithy/protocol-http": "^3.0.9", + "@smithy/smithy-client": "^2.1.15", + "@smithy/types": "^2.5.0", + "@smithy/url-parser": "^2.0.13", + "@smithy/util-base64": "^2.0.1", "@smithy/util-body-length-browser": "^2.0.0", "@smithy/util-body-length-node": "^2.1.0", - "@smithy/util-defaults-mode-browser": "^2.0.16", - "@smithy/util-defaults-mode-node": "^2.0.21", - "@smithy/util-endpoints": "^1.0.2", - "@smithy/util-retry": "^2.0.5", - "@smithy/util-utf8": "^2.0.0", + "@smithy/util-defaults-mode-browser": "^2.0.19", + "@smithy/util-defaults-mode-node": "^2.0.25", + "@smithy/util-endpoints": "^1.0.4", + "@smithy/util-retry": "^2.0.6", + "@smithy/util-utf8": "^2.0.2", "tslib": "^2.5.0" }, "devDependencies": { diff --git a/clients/client-lookoutmetrics/src/commands/ActivateAnomalyDetectorCommand.ts b/clients/client-lookoutmetrics/src/commands/ActivateAnomalyDetectorCommand.ts index 5578c1a81fad..a3ee719af982 100644 --- a/clients/client-lookoutmetrics/src/commands/ActivateAnomalyDetectorCommand.ts +++ b/clients/client-lookoutmetrics/src/commands/ActivateAnomalyDetectorCommand.ts @@ -87,9 +87,6 @@ export class ActivateAnomalyDetectorCommand extends $Command< ActivateAnomalyDetectorCommandOutput, LookoutMetricsClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -103,9 +100,7 @@ export class ActivateAnomalyDetectorCommand extends $Command< * @public */ constructor(readonly input: ActivateAnomalyDetectorCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -158,7 +153,4 @@ export class ActivateAnomalyDetectorCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ActivateAnomalyDetectorCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-lookoutmetrics/src/commands/BackTestAnomalyDetectorCommand.ts b/clients/client-lookoutmetrics/src/commands/BackTestAnomalyDetectorCommand.ts index d495f56d2231..514edef35660 100644 --- a/clients/client-lookoutmetrics/src/commands/BackTestAnomalyDetectorCommand.ts +++ b/clients/client-lookoutmetrics/src/commands/BackTestAnomalyDetectorCommand.ts @@ -84,9 +84,6 @@ export class BackTestAnomalyDetectorCommand extends $Command< BackTestAnomalyDetectorCommandOutput, LookoutMetricsClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -100,9 +97,7 @@ export class BackTestAnomalyDetectorCommand extends $Command< * @public */ constructor(readonly input: BackTestAnomalyDetectorCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -155,7 +150,4 @@ export class BackTestAnomalyDetectorCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_BackTestAnomalyDetectorCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-lookoutmetrics/src/commands/CreateAlertCommand.ts b/clients/client-lookoutmetrics/src/commands/CreateAlertCommand.ts index c6d6eaa3f29f..937b20c88276 100644 --- a/clients/client-lookoutmetrics/src/commands/CreateAlertCommand.ts +++ b/clients/client-lookoutmetrics/src/commands/CreateAlertCommand.ts @@ -122,9 +122,6 @@ export class CreateAlertCommand extends $Command< CreateAlertCommandOutput, LookoutMetricsClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -138,9 +135,7 @@ export class CreateAlertCommand extends $Command< * @public */ constructor(readonly input: CreateAlertCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -191,7 +186,4 @@ export class CreateAlertCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateAlertCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-lookoutmetrics/src/commands/CreateAnomalyDetectorCommand.ts b/clients/client-lookoutmetrics/src/commands/CreateAnomalyDetectorCommand.ts index 7ddbe886af1c..3b67435b31ec 100644 --- a/clients/client-lookoutmetrics/src/commands/CreateAnomalyDetectorCommand.ts +++ b/clients/client-lookoutmetrics/src/commands/CreateAnomalyDetectorCommand.ts @@ -97,9 +97,6 @@ export class CreateAnomalyDetectorCommand extends $Command< CreateAnomalyDetectorCommandOutput, LookoutMetricsClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -113,9 +110,7 @@ export class CreateAnomalyDetectorCommand extends $Command< * @public */ constructor(readonly input: CreateAnomalyDetectorCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -168,7 +163,4 @@ export class CreateAnomalyDetectorCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateAnomalyDetectorCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-lookoutmetrics/src/commands/CreateMetricSetCommand.ts b/clients/client-lookoutmetrics/src/commands/CreateMetricSetCommand.ts index 61951756e8b5..1f2fe4bc05eb 100644 --- a/clients/client-lookoutmetrics/src/commands/CreateMetricSetCommand.ts +++ b/clients/client-lookoutmetrics/src/commands/CreateMetricSetCommand.ts @@ -207,9 +207,6 @@ export class CreateMetricSetCommand extends $Command< CreateMetricSetCommandOutput, LookoutMetricsClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -223,9 +220,7 @@ export class CreateMetricSetCommand extends $Command< * @public */ constructor(readonly input: CreateMetricSetCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -278,7 +273,4 @@ export class CreateMetricSetCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateMetricSetCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-lookoutmetrics/src/commands/DeactivateAnomalyDetectorCommand.ts b/clients/client-lookoutmetrics/src/commands/DeactivateAnomalyDetectorCommand.ts index d74745078de0..89c818a4dd93 100644 --- a/clients/client-lookoutmetrics/src/commands/DeactivateAnomalyDetectorCommand.ts +++ b/clients/client-lookoutmetrics/src/commands/DeactivateAnomalyDetectorCommand.ts @@ -87,9 +87,6 @@ export class DeactivateAnomalyDetectorCommand extends $Command< DeactivateAnomalyDetectorCommandOutput, LookoutMetricsClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -103,9 +100,7 @@ export class DeactivateAnomalyDetectorCommand extends $Command< * @public */ constructor(readonly input: DeactivateAnomalyDetectorCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -161,7 +156,4 @@ export class DeactivateAnomalyDetectorCommand extends $Command< ): Promise { return de_DeactivateAnomalyDetectorCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-lookoutmetrics/src/commands/DeleteAlertCommand.ts b/clients/client-lookoutmetrics/src/commands/DeleteAlertCommand.ts index a3f5efe43c91..b5d49b84d770 100644 --- a/clients/client-lookoutmetrics/src/commands/DeleteAlertCommand.ts +++ b/clients/client-lookoutmetrics/src/commands/DeleteAlertCommand.ts @@ -84,9 +84,6 @@ export class DeleteAlertCommand extends $Command< DeleteAlertCommandOutput, LookoutMetricsClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -100,9 +97,7 @@ export class DeleteAlertCommand extends $Command< * @public */ constructor(readonly input: DeleteAlertCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -153,7 +148,4 @@ export class DeleteAlertCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteAlertCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-lookoutmetrics/src/commands/DeleteAnomalyDetectorCommand.ts b/clients/client-lookoutmetrics/src/commands/DeleteAnomalyDetectorCommand.ts index f7f7eec2d007..a71187b20ca0 100644 --- a/clients/client-lookoutmetrics/src/commands/DeleteAnomalyDetectorCommand.ts +++ b/clients/client-lookoutmetrics/src/commands/DeleteAnomalyDetectorCommand.ts @@ -88,9 +88,6 @@ export class DeleteAnomalyDetectorCommand extends $Command< DeleteAnomalyDetectorCommandOutput, LookoutMetricsClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -104,9 +101,7 @@ export class DeleteAnomalyDetectorCommand extends $Command< * @public */ constructor(readonly input: DeleteAnomalyDetectorCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -159,7 +154,4 @@ export class DeleteAnomalyDetectorCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteAnomalyDetectorCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-lookoutmetrics/src/commands/DescribeAlertCommand.ts b/clients/client-lookoutmetrics/src/commands/DescribeAlertCommand.ts index c0a2ab60d758..33f4945b437d 100644 --- a/clients/client-lookoutmetrics/src/commands/DescribeAlertCommand.ts +++ b/clients/client-lookoutmetrics/src/commands/DescribeAlertCommand.ts @@ -122,9 +122,6 @@ export class DescribeAlertCommand extends $Command< DescribeAlertCommandOutput, LookoutMetricsClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -138,9 +135,7 @@ export class DescribeAlertCommand extends $Command< * @public */ constructor(readonly input: DescribeAlertCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -191,7 +186,4 @@ export class DescribeAlertCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DescribeAlertCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-lookoutmetrics/src/commands/DescribeAnomalyDetectionExecutionsCommand.ts b/clients/client-lookoutmetrics/src/commands/DescribeAnomalyDetectionExecutionsCommand.ts index f2a41640fd33..1b02b66c9ba4 100644 --- a/clients/client-lookoutmetrics/src/commands/DescribeAnomalyDetectionExecutionsCommand.ts +++ b/clients/client-lookoutmetrics/src/commands/DescribeAnomalyDetectionExecutionsCommand.ts @@ -104,9 +104,6 @@ export class DescribeAnomalyDetectionExecutionsCommand extends $Command< DescribeAnomalyDetectionExecutionsCommandOutput, LookoutMetricsClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -120,9 +117,7 @@ export class DescribeAnomalyDetectionExecutionsCommand extends $Command< * @public */ constructor(readonly input: DescribeAnomalyDetectionExecutionsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -181,7 +176,4 @@ export class DescribeAnomalyDetectionExecutionsCommand extends $Command< ): Promise { return de_DescribeAnomalyDetectionExecutionsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-lookoutmetrics/src/commands/DescribeAnomalyDetectorCommand.ts b/clients/client-lookoutmetrics/src/commands/DescribeAnomalyDetectorCommand.ts index c36ac2bb502b..8d16109303a9 100644 --- a/clients/client-lookoutmetrics/src/commands/DescribeAnomalyDetectorCommand.ts +++ b/clients/client-lookoutmetrics/src/commands/DescribeAnomalyDetectorCommand.ts @@ -99,9 +99,6 @@ export class DescribeAnomalyDetectorCommand extends $Command< DescribeAnomalyDetectorCommandOutput, LookoutMetricsClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -115,9 +112,7 @@ export class DescribeAnomalyDetectorCommand extends $Command< * @public */ constructor(readonly input: DescribeAnomalyDetectorCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -170,7 +165,4 @@ export class DescribeAnomalyDetectorCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DescribeAnomalyDetectorCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-lookoutmetrics/src/commands/DescribeMetricSetCommand.ts b/clients/client-lookoutmetrics/src/commands/DescribeMetricSetCommand.ts index 10702b8b2a77..012e8e0e82de 100644 --- a/clients/client-lookoutmetrics/src/commands/DescribeMetricSetCommand.ts +++ b/clients/client-lookoutmetrics/src/commands/DescribeMetricSetCommand.ts @@ -203,9 +203,6 @@ export class DescribeMetricSetCommand extends $Command< DescribeMetricSetCommandOutput, LookoutMetricsClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -219,9 +216,7 @@ export class DescribeMetricSetCommand extends $Command< * @public */ constructor(readonly input: DescribeMetricSetCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -274,7 +269,4 @@ export class DescribeMetricSetCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DescribeMetricSetCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-lookoutmetrics/src/commands/DetectMetricSetConfigCommand.ts b/clients/client-lookoutmetrics/src/commands/DetectMetricSetConfigCommand.ts index ce13170248a0..7ad35cc0d3d1 100644 --- a/clients/client-lookoutmetrics/src/commands/DetectMetricSetConfigCommand.ts +++ b/clients/client-lookoutmetrics/src/commands/DetectMetricSetConfigCommand.ts @@ -202,9 +202,6 @@ export class DetectMetricSetConfigCommand extends $Command< DetectMetricSetConfigCommandOutput, LookoutMetricsClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -218,9 +215,7 @@ export class DetectMetricSetConfigCommand extends $Command< * @public */ constructor(readonly input: DetectMetricSetConfigCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -273,7 +268,4 @@ export class DetectMetricSetConfigCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DetectMetricSetConfigCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-lookoutmetrics/src/commands/GetAnomalyGroupCommand.ts b/clients/client-lookoutmetrics/src/commands/GetAnomalyGroupCommand.ts index a3f3c46dc8c4..f8c8cc5b986f 100644 --- a/clients/client-lookoutmetrics/src/commands/GetAnomalyGroupCommand.ts +++ b/clients/client-lookoutmetrics/src/commands/GetAnomalyGroupCommand.ts @@ -112,9 +112,6 @@ export class GetAnomalyGroupCommand extends $Command< GetAnomalyGroupCommandOutput, LookoutMetricsClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -128,9 +125,7 @@ export class GetAnomalyGroupCommand extends $Command< * @public */ constructor(readonly input: GetAnomalyGroupCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -183,7 +178,4 @@ export class GetAnomalyGroupCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetAnomalyGroupCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-lookoutmetrics/src/commands/GetDataQualityMetricsCommand.ts b/clients/client-lookoutmetrics/src/commands/GetDataQualityMetricsCommand.ts index 653d98a75b5c..04c7a50e7b19 100644 --- a/clients/client-lookoutmetrics/src/commands/GetDataQualityMetricsCommand.ts +++ b/clients/client-lookoutmetrics/src/commands/GetDataQualityMetricsCommand.ts @@ -104,9 +104,6 @@ export class GetDataQualityMetricsCommand extends $Command< GetDataQualityMetricsCommandOutput, LookoutMetricsClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -120,9 +117,7 @@ export class GetDataQualityMetricsCommand extends $Command< * @public */ constructor(readonly input: GetDataQualityMetricsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -175,7 +170,4 @@ export class GetDataQualityMetricsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetDataQualityMetricsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-lookoutmetrics/src/commands/GetFeedbackCommand.ts b/clients/client-lookoutmetrics/src/commands/GetFeedbackCommand.ts index 5f9c5c0bd1fe..bd8ddc32642f 100644 --- a/clients/client-lookoutmetrics/src/commands/GetFeedbackCommand.ts +++ b/clients/client-lookoutmetrics/src/commands/GetFeedbackCommand.ts @@ -98,9 +98,6 @@ export class GetFeedbackCommand extends $Command< GetFeedbackCommandOutput, LookoutMetricsClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -114,9 +111,7 @@ export class GetFeedbackCommand extends $Command< * @public */ constructor(readonly input: GetFeedbackCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -167,7 +162,4 @@ export class GetFeedbackCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetFeedbackCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-lookoutmetrics/src/commands/GetSampleDataCommand.ts b/clients/client-lookoutmetrics/src/commands/GetSampleDataCommand.ts index 92b716051fdb..82c784d1d79b 100644 --- a/clients/client-lookoutmetrics/src/commands/GetSampleDataCommand.ts +++ b/clients/client-lookoutmetrics/src/commands/GetSampleDataCommand.ts @@ -117,9 +117,6 @@ export class GetSampleDataCommand extends $Command< GetSampleDataCommandOutput, LookoutMetricsClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -133,9 +130,7 @@ export class GetSampleDataCommand extends $Command< * @public */ constructor(readonly input: GetSampleDataCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -186,7 +181,4 @@ export class GetSampleDataCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetSampleDataCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-lookoutmetrics/src/commands/ListAlertsCommand.ts b/clients/client-lookoutmetrics/src/commands/ListAlertsCommand.ts index edecb597744b..6796b3452f60 100644 --- a/clients/client-lookoutmetrics/src/commands/ListAlertsCommand.ts +++ b/clients/client-lookoutmetrics/src/commands/ListAlertsCommand.ts @@ -105,9 +105,6 @@ export class ListAlertsCommand extends $Command< ListAlertsCommandOutput, LookoutMetricsClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -121,9 +118,7 @@ export class ListAlertsCommand extends $Command< * @public */ constructor(readonly input: ListAlertsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -174,7 +169,4 @@ export class ListAlertsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListAlertsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-lookoutmetrics/src/commands/ListAnomalyDetectorsCommand.ts b/clients/client-lookoutmetrics/src/commands/ListAnomalyDetectorsCommand.ts index f39ec5ff2f7a..e7f6e8e8872a 100644 --- a/clients/client-lookoutmetrics/src/commands/ListAnomalyDetectorsCommand.ts +++ b/clients/client-lookoutmetrics/src/commands/ListAnomalyDetectorsCommand.ts @@ -102,9 +102,6 @@ export class ListAnomalyDetectorsCommand extends $Command< ListAnomalyDetectorsCommandOutput, LookoutMetricsClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -118,9 +115,7 @@ export class ListAnomalyDetectorsCommand extends $Command< * @public */ constructor(readonly input: ListAnomalyDetectorsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -173,7 +168,4 @@ export class ListAnomalyDetectorsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListAnomalyDetectorsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-lookoutmetrics/src/commands/ListAnomalyGroupRelatedMetricsCommand.ts b/clients/client-lookoutmetrics/src/commands/ListAnomalyGroupRelatedMetricsCommand.ts index 516eaf8e2b1c..a4e182c497ac 100644 --- a/clients/client-lookoutmetrics/src/commands/ListAnomalyGroupRelatedMetricsCommand.ts +++ b/clients/client-lookoutmetrics/src/commands/ListAnomalyGroupRelatedMetricsCommand.ts @@ -104,9 +104,6 @@ export class ListAnomalyGroupRelatedMetricsCommand extends $Command< ListAnomalyGroupRelatedMetricsCommandOutput, LookoutMetricsClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -120,9 +117,7 @@ export class ListAnomalyGroupRelatedMetricsCommand extends $Command< * @public */ constructor(readonly input: ListAnomalyGroupRelatedMetricsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -181,7 +176,4 @@ export class ListAnomalyGroupRelatedMetricsCommand extends $Command< ): Promise { return de_ListAnomalyGroupRelatedMetricsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-lookoutmetrics/src/commands/ListAnomalyGroupSummariesCommand.ts b/clients/client-lookoutmetrics/src/commands/ListAnomalyGroupSummariesCommand.ts index f8a9476f0c1e..c0621cbf8a73 100644 --- a/clients/client-lookoutmetrics/src/commands/ListAnomalyGroupSummariesCommand.ts +++ b/clients/client-lookoutmetrics/src/commands/ListAnomalyGroupSummariesCommand.ts @@ -108,9 +108,6 @@ export class ListAnomalyGroupSummariesCommand extends $Command< ListAnomalyGroupSummariesCommandOutput, LookoutMetricsClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -124,9 +121,7 @@ export class ListAnomalyGroupSummariesCommand extends $Command< * @public */ constructor(readonly input: ListAnomalyGroupSummariesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -182,7 +177,4 @@ export class ListAnomalyGroupSummariesCommand extends $Command< ): Promise { return de_ListAnomalyGroupSummariesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-lookoutmetrics/src/commands/ListAnomalyGroupTimeSeriesCommand.ts b/clients/client-lookoutmetrics/src/commands/ListAnomalyGroupTimeSeriesCommand.ts index 1edadb61e338..b5439590bfbf 100644 --- a/clients/client-lookoutmetrics/src/commands/ListAnomalyGroupTimeSeriesCommand.ts +++ b/clients/client-lookoutmetrics/src/commands/ListAnomalyGroupTimeSeriesCommand.ts @@ -109,9 +109,6 @@ export class ListAnomalyGroupTimeSeriesCommand extends $Command< ListAnomalyGroupTimeSeriesCommandOutput, LookoutMetricsClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -125,9 +122,7 @@ export class ListAnomalyGroupTimeSeriesCommand extends $Command< * @public */ constructor(readonly input: ListAnomalyGroupTimeSeriesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -183,7 +178,4 @@ export class ListAnomalyGroupTimeSeriesCommand extends $Command< ): Promise { return de_ListAnomalyGroupTimeSeriesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-lookoutmetrics/src/commands/ListMetricSetsCommand.ts b/clients/client-lookoutmetrics/src/commands/ListMetricSetsCommand.ts index a16034bc8314..f9cd46279ea7 100644 --- a/clients/client-lookoutmetrics/src/commands/ListMetricSetsCommand.ts +++ b/clients/client-lookoutmetrics/src/commands/ListMetricSetsCommand.ts @@ -103,9 +103,6 @@ export class ListMetricSetsCommand extends $Command< ListMetricSetsCommandOutput, LookoutMetricsClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -119,9 +116,7 @@ export class ListMetricSetsCommand extends $Command< * @public */ constructor(readonly input: ListMetricSetsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -174,7 +169,4 @@ export class ListMetricSetsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListMetricSetsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-lookoutmetrics/src/commands/ListTagsForResourceCommand.ts b/clients/client-lookoutmetrics/src/commands/ListTagsForResourceCommand.ts index 660f4602765f..d9a70191abc4 100644 --- a/clients/client-lookoutmetrics/src/commands/ListTagsForResourceCommand.ts +++ b/clients/client-lookoutmetrics/src/commands/ListTagsForResourceCommand.ts @@ -82,9 +82,6 @@ export class ListTagsForResourceCommand extends $Command< ListTagsForResourceCommandOutput, LookoutMetricsClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -98,9 +95,7 @@ export class ListTagsForResourceCommand extends $Command< * @public */ constructor(readonly input: ListTagsForResourceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -153,7 +148,4 @@ export class ListTagsForResourceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListTagsForResourceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-lookoutmetrics/src/commands/PutFeedbackCommand.ts b/clients/client-lookoutmetrics/src/commands/PutFeedbackCommand.ts index ddb583664cb1..089fe7a786b7 100644 --- a/clients/client-lookoutmetrics/src/commands/PutFeedbackCommand.ts +++ b/clients/client-lookoutmetrics/src/commands/PutFeedbackCommand.ts @@ -89,9 +89,6 @@ export class PutFeedbackCommand extends $Command< PutFeedbackCommandOutput, LookoutMetricsClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -105,9 +102,7 @@ export class PutFeedbackCommand extends $Command< * @public */ constructor(readonly input: PutFeedbackCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -158,7 +153,4 @@ export class PutFeedbackCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_PutFeedbackCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-lookoutmetrics/src/commands/TagResourceCommand.ts b/clients/client-lookoutmetrics/src/commands/TagResourceCommand.ts index 2e6e00ccf30b..33a31a6d4b84 100644 --- a/clients/client-lookoutmetrics/src/commands/TagResourceCommand.ts +++ b/clients/client-lookoutmetrics/src/commands/TagResourceCommand.ts @@ -81,9 +81,6 @@ export class TagResourceCommand extends $Command< TagResourceCommandOutput, LookoutMetricsClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -97,9 +94,7 @@ export class TagResourceCommand extends $Command< * @public */ constructor(readonly input: TagResourceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -150,7 +145,4 @@ export class TagResourceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_TagResourceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-lookoutmetrics/src/commands/UntagResourceCommand.ts b/clients/client-lookoutmetrics/src/commands/UntagResourceCommand.ts index 370f07e2f28c..33efeaafbc85 100644 --- a/clients/client-lookoutmetrics/src/commands/UntagResourceCommand.ts +++ b/clients/client-lookoutmetrics/src/commands/UntagResourceCommand.ts @@ -81,9 +81,6 @@ export class UntagResourceCommand extends $Command< UntagResourceCommandOutput, LookoutMetricsClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -97,9 +94,7 @@ export class UntagResourceCommand extends $Command< * @public */ constructor(readonly input: UntagResourceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -150,7 +145,4 @@ export class UntagResourceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UntagResourceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-lookoutmetrics/src/commands/UpdateAlertCommand.ts b/clients/client-lookoutmetrics/src/commands/UpdateAlertCommand.ts index cc9511b47c58..8c9be7e60f27 100644 --- a/clients/client-lookoutmetrics/src/commands/UpdateAlertCommand.ts +++ b/clients/client-lookoutmetrics/src/commands/UpdateAlertCommand.ts @@ -112,9 +112,6 @@ export class UpdateAlertCommand extends $Command< UpdateAlertCommandOutput, LookoutMetricsClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -128,9 +125,7 @@ export class UpdateAlertCommand extends $Command< * @public */ constructor(readonly input: UpdateAlertCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -181,7 +176,4 @@ export class UpdateAlertCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdateAlertCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-lookoutmetrics/src/commands/UpdateAnomalyDetectorCommand.ts b/clients/client-lookoutmetrics/src/commands/UpdateAnomalyDetectorCommand.ts index 155cd867a594..038356989cc5 100644 --- a/clients/client-lookoutmetrics/src/commands/UpdateAnomalyDetectorCommand.ts +++ b/clients/client-lookoutmetrics/src/commands/UpdateAnomalyDetectorCommand.ts @@ -91,9 +91,6 @@ export class UpdateAnomalyDetectorCommand extends $Command< UpdateAnomalyDetectorCommandOutput, LookoutMetricsClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -107,9 +104,7 @@ export class UpdateAnomalyDetectorCommand extends $Command< * @public */ constructor(readonly input: UpdateAnomalyDetectorCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -162,7 +157,4 @@ export class UpdateAnomalyDetectorCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdateAnomalyDetectorCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-lookoutmetrics/src/commands/UpdateMetricSetCommand.ts b/clients/client-lookoutmetrics/src/commands/UpdateMetricSetCommand.ts index 61d08d8f9422..3132638a9b49 100644 --- a/clients/client-lookoutmetrics/src/commands/UpdateMetricSetCommand.ts +++ b/clients/client-lookoutmetrics/src/commands/UpdateMetricSetCommand.ts @@ -199,9 +199,6 @@ export class UpdateMetricSetCommand extends $Command< UpdateMetricSetCommandOutput, LookoutMetricsClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -215,9 +212,7 @@ export class UpdateMetricSetCommand extends $Command< * @public */ constructor(readonly input: UpdateMetricSetCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -270,7 +265,4 @@ export class UpdateMetricSetCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdateMetricSetCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-lookoutvision/package.json b/clients/client-lookoutvision/package.json index 3d57f475141c..be57b32cf076 100644 --- a/clients/client-lookoutvision/package.json +++ b/clients/client-lookoutvision/package.json @@ -34,29 +34,29 @@ "@aws-sdk/util-endpoints": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@smithy/config-resolver": "^2.0.16", - "@smithy/fetch-http-handler": "^2.2.4", - "@smithy/hash-node": "^2.0.12", - "@smithy/invalid-dependency": "^2.0.12", - "@smithy/middleware-content-length": "^2.0.14", - "@smithy/middleware-endpoint": "^2.1.3", - "@smithy/middleware-retry": "^2.0.18", - "@smithy/middleware-serde": "^2.0.12", - "@smithy/middleware-stack": "^2.0.6", - "@smithy/node-config-provider": "^2.1.3", - "@smithy/node-http-handler": "^2.1.8", - "@smithy/protocol-http": "^3.0.8", - "@smithy/smithy-client": "^2.1.12", - "@smithy/types": "^2.4.0", - "@smithy/url-parser": "^2.0.12", - "@smithy/util-base64": "^2.0.0", + "@smithy/config-resolver": "^2.0.18", + "@smithy/fetch-http-handler": "^2.2.6", + "@smithy/hash-node": "^2.0.15", + "@smithy/invalid-dependency": "^2.0.13", + "@smithy/middleware-content-length": "^2.0.15", + "@smithy/middleware-endpoint": "^2.2.0", + "@smithy/middleware-retry": "^2.0.20", + "@smithy/middleware-serde": "^2.0.13", + "@smithy/middleware-stack": "^2.0.7", + "@smithy/node-config-provider": "^2.1.5", + "@smithy/node-http-handler": "^2.1.9", + "@smithy/protocol-http": "^3.0.9", + "@smithy/smithy-client": "^2.1.15", + "@smithy/types": "^2.5.0", + "@smithy/url-parser": "^2.0.13", + "@smithy/util-base64": "^2.0.1", "@smithy/util-body-length-browser": "^2.0.0", "@smithy/util-body-length-node": "^2.1.0", - "@smithy/util-defaults-mode-browser": "^2.0.16", - "@smithy/util-defaults-mode-node": "^2.0.21", - "@smithy/util-endpoints": "^1.0.2", - "@smithy/util-retry": "^2.0.5", - "@smithy/util-utf8": "^2.0.0", + "@smithy/util-defaults-mode-browser": "^2.0.19", + "@smithy/util-defaults-mode-node": "^2.0.25", + "@smithy/util-endpoints": "^1.0.4", + "@smithy/util-retry": "^2.0.6", + "@smithy/util-utf8": "^2.0.2", "tslib": "^2.5.0", "uuid": "^8.3.2" }, diff --git a/clients/client-lookoutvision/src/commands/CreateDatasetCommand.ts b/clients/client-lookoutvision/src/commands/CreateDatasetCommand.ts index 59d3fe050643..e0ae14646de7 100644 --- a/clients/client-lookoutvision/src/commands/CreateDatasetCommand.ts +++ b/clients/client-lookoutvision/src/commands/CreateDatasetCommand.ts @@ -118,9 +118,6 @@ export class CreateDatasetCommand extends $Command< CreateDatasetCommandOutput, LookoutVisionClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -134,9 +131,7 @@ export class CreateDatasetCommand extends $Command< * @public */ constructor(readonly input: CreateDatasetCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -187,7 +182,4 @@ export class CreateDatasetCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateDatasetCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-lookoutvision/src/commands/CreateModelCommand.ts b/clients/client-lookoutvision/src/commands/CreateModelCommand.ts index acd6480dd8d8..2bc80aa499d9 100644 --- a/clients/client-lookoutvision/src/commands/CreateModelCommand.ts +++ b/clients/client-lookoutvision/src/commands/CreateModelCommand.ts @@ -133,9 +133,6 @@ export class CreateModelCommand extends $Command< CreateModelCommandOutput, LookoutVisionClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -149,9 +146,7 @@ export class CreateModelCommand extends $Command< * @public */ constructor(readonly input: CreateModelCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -202,7 +197,4 @@ export class CreateModelCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateModelCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-lookoutvision/src/commands/CreateProjectCommand.ts b/clients/client-lookoutvision/src/commands/CreateProjectCommand.ts index 4753ab6fda4f..1d0f8549a0aa 100644 --- a/clients/client-lookoutvision/src/commands/CreateProjectCommand.ts +++ b/clients/client-lookoutvision/src/commands/CreateProjectCommand.ts @@ -101,9 +101,6 @@ export class CreateProjectCommand extends $Command< CreateProjectCommandOutput, LookoutVisionClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -117,9 +114,7 @@ export class CreateProjectCommand extends $Command< * @public */ constructor(readonly input: CreateProjectCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -170,7 +165,4 @@ export class CreateProjectCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateProjectCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-lookoutvision/src/commands/DeleteDatasetCommand.ts b/clients/client-lookoutvision/src/commands/DeleteDatasetCommand.ts index b8cdce56e757..60f204630d72 100644 --- a/clients/client-lookoutvision/src/commands/DeleteDatasetCommand.ts +++ b/clients/client-lookoutvision/src/commands/DeleteDatasetCommand.ts @@ -103,9 +103,6 @@ export class DeleteDatasetCommand extends $Command< DeleteDatasetCommandOutput, LookoutVisionClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -119,9 +116,7 @@ export class DeleteDatasetCommand extends $Command< * @public */ constructor(readonly input: DeleteDatasetCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -172,7 +167,4 @@ export class DeleteDatasetCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteDatasetCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-lookoutvision/src/commands/DeleteModelCommand.ts b/clients/client-lookoutvision/src/commands/DeleteModelCommand.ts index 38b3757d4eeb..f7f180f87017 100644 --- a/clients/client-lookoutvision/src/commands/DeleteModelCommand.ts +++ b/clients/client-lookoutvision/src/commands/DeleteModelCommand.ts @@ -98,9 +98,6 @@ export class DeleteModelCommand extends $Command< DeleteModelCommandOutput, LookoutVisionClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -114,9 +111,7 @@ export class DeleteModelCommand extends $Command< * @public */ constructor(readonly input: DeleteModelCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -167,7 +162,4 @@ export class DeleteModelCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteModelCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-lookoutvision/src/commands/DeleteProjectCommand.ts b/clients/client-lookoutvision/src/commands/DeleteProjectCommand.ts index 47d73d29dd83..3f8a868b5389 100644 --- a/clients/client-lookoutvision/src/commands/DeleteProjectCommand.ts +++ b/clients/client-lookoutvision/src/commands/DeleteProjectCommand.ts @@ -97,9 +97,6 @@ export class DeleteProjectCommand extends $Command< DeleteProjectCommandOutput, LookoutVisionClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -113,9 +110,7 @@ export class DeleteProjectCommand extends $Command< * @public */ constructor(readonly input: DeleteProjectCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -166,7 +161,4 @@ export class DeleteProjectCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteProjectCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-lookoutvision/src/commands/DescribeDatasetCommand.ts b/clients/client-lookoutvision/src/commands/DescribeDatasetCommand.ts index 7e2a56eea6af..15f199c54646 100644 --- a/clients/client-lookoutvision/src/commands/DescribeDatasetCommand.ts +++ b/clients/client-lookoutvision/src/commands/DescribeDatasetCommand.ts @@ -105,9 +105,6 @@ export class DescribeDatasetCommand extends $Command< DescribeDatasetCommandOutput, LookoutVisionClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -121,9 +118,7 @@ export class DescribeDatasetCommand extends $Command< * @public */ constructor(readonly input: DescribeDatasetCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -176,7 +171,4 @@ export class DescribeDatasetCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DescribeDatasetCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-lookoutvision/src/commands/DescribeModelCommand.ts b/clients/client-lookoutvision/src/commands/DescribeModelCommand.ts index 91a39e719dac..13f66bf66bfe 100644 --- a/clients/client-lookoutvision/src/commands/DescribeModelCommand.ts +++ b/clients/client-lookoutvision/src/commands/DescribeModelCommand.ts @@ -122,9 +122,6 @@ export class DescribeModelCommand extends $Command< DescribeModelCommandOutput, LookoutVisionClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -138,9 +135,7 @@ export class DescribeModelCommand extends $Command< * @public */ constructor(readonly input: DescribeModelCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -191,7 +186,4 @@ export class DescribeModelCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DescribeModelCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-lookoutvision/src/commands/DescribeModelPackagingJobCommand.ts b/clients/client-lookoutvision/src/commands/DescribeModelPackagingJobCommand.ts index 48abaf9cbb1d..48f2e95f9dcb 100644 --- a/clients/client-lookoutvision/src/commands/DescribeModelPackagingJobCommand.ts +++ b/clients/client-lookoutvision/src/commands/DescribeModelPackagingJobCommand.ts @@ -133,9 +133,6 @@ export class DescribeModelPackagingJobCommand extends $Command< DescribeModelPackagingJobCommandOutput, LookoutVisionClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -149,9 +146,7 @@ export class DescribeModelPackagingJobCommand extends $Command< * @public */ constructor(readonly input: DescribeModelPackagingJobCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -207,7 +202,4 @@ export class DescribeModelPackagingJobCommand extends $Command< ): Promise { return de_DescribeModelPackagingJobCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-lookoutvision/src/commands/DescribeProjectCommand.ts b/clients/client-lookoutvision/src/commands/DescribeProjectCommand.ts index d513b427f5f4..fa781ed40abd 100644 --- a/clients/client-lookoutvision/src/commands/DescribeProjectCommand.ts +++ b/clients/client-lookoutvision/src/commands/DescribeProjectCommand.ts @@ -103,9 +103,6 @@ export class DescribeProjectCommand extends $Command< DescribeProjectCommandOutput, LookoutVisionClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -119,9 +116,7 @@ export class DescribeProjectCommand extends $Command< * @public */ constructor(readonly input: DescribeProjectCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -174,7 +169,4 @@ export class DescribeProjectCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DescribeProjectCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-lookoutvision/src/commands/DetectAnomaliesCommand.ts b/clients/client-lookoutvision/src/commands/DetectAnomaliesCommand.ts index aff9050c8f64..f556939ec82b 100644 --- a/clients/client-lookoutvision/src/commands/DetectAnomaliesCommand.ts +++ b/clients/client-lookoutvision/src/commands/DetectAnomaliesCommand.ts @@ -128,9 +128,6 @@ export class DetectAnomaliesCommand extends $Command< DetectAnomaliesCommandOutput, LookoutVisionClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -144,9 +141,7 @@ export class DetectAnomaliesCommand extends $Command< * @public */ constructor(readonly input: DetectAnomaliesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -199,7 +194,4 @@ export class DetectAnomaliesCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DetectAnomaliesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-lookoutvision/src/commands/ListDatasetEntriesCommand.ts b/clients/client-lookoutvision/src/commands/ListDatasetEntriesCommand.ts index 45c3af9ceefc..aeb1d85ec3ff 100644 --- a/clients/client-lookoutvision/src/commands/ListDatasetEntriesCommand.ts +++ b/clients/client-lookoutvision/src/commands/ListDatasetEntriesCommand.ts @@ -103,9 +103,6 @@ export class ListDatasetEntriesCommand extends $Command< ListDatasetEntriesCommandOutput, LookoutVisionClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -119,9 +116,7 @@ export class ListDatasetEntriesCommand extends $Command< * @public */ constructor(readonly input: ListDatasetEntriesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -174,7 +169,4 @@ export class ListDatasetEntriesCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListDatasetEntriesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-lookoutvision/src/commands/ListModelPackagingJobsCommand.ts b/clients/client-lookoutvision/src/commands/ListModelPackagingJobsCommand.ts index f7ec4824a352..85cacee3a8c6 100644 --- a/clients/client-lookoutvision/src/commands/ListModelPackagingJobsCommand.ts +++ b/clients/client-lookoutvision/src/commands/ListModelPackagingJobsCommand.ts @@ -108,9 +108,6 @@ export class ListModelPackagingJobsCommand extends $Command< ListModelPackagingJobsCommandOutput, LookoutVisionClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -124,9 +121,7 @@ export class ListModelPackagingJobsCommand extends $Command< * @public */ constructor(readonly input: ListModelPackagingJobsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -179,7 +174,4 @@ export class ListModelPackagingJobsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListModelPackagingJobsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-lookoutvision/src/commands/ListModelsCommand.ts b/clients/client-lookoutvision/src/commands/ListModelsCommand.ts index d5b070d5e600..642a001ca938 100644 --- a/clients/client-lookoutvision/src/commands/ListModelsCommand.ts +++ b/clients/client-lookoutvision/src/commands/ListModelsCommand.ts @@ -111,9 +111,6 @@ export class ListModelsCommand extends $Command< ListModelsCommandOutput, LookoutVisionClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -127,9 +124,7 @@ export class ListModelsCommand extends $Command< * @public */ constructor(readonly input: ListModelsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -180,7 +175,4 @@ export class ListModelsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListModelsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-lookoutvision/src/commands/ListProjectsCommand.ts b/clients/client-lookoutvision/src/commands/ListProjectsCommand.ts index 7f55c955034b..6a852647dee0 100644 --- a/clients/client-lookoutvision/src/commands/ListProjectsCommand.ts +++ b/clients/client-lookoutvision/src/commands/ListProjectsCommand.ts @@ -103,9 +103,6 @@ export class ListProjectsCommand extends $Command< ListProjectsCommandOutput, LookoutVisionClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -119,9 +116,7 @@ export class ListProjectsCommand extends $Command< * @public */ constructor(readonly input: ListProjectsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -172,7 +167,4 @@ export class ListProjectsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListProjectsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-lookoutvision/src/commands/ListTagsForResourceCommand.ts b/clients/client-lookoutvision/src/commands/ListTagsForResourceCommand.ts index d5d2e2940f3e..91e7af8a2565 100644 --- a/clients/client-lookoutvision/src/commands/ListTagsForResourceCommand.ts +++ b/clients/client-lookoutvision/src/commands/ListTagsForResourceCommand.ts @@ -96,9 +96,6 @@ export class ListTagsForResourceCommand extends $Command< ListTagsForResourceCommandOutput, LookoutVisionClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -112,9 +109,7 @@ export class ListTagsForResourceCommand extends $Command< * @public */ constructor(readonly input: ListTagsForResourceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -167,7 +162,4 @@ export class ListTagsForResourceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListTagsForResourceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-lookoutvision/src/commands/StartModelCommand.ts b/clients/client-lookoutvision/src/commands/StartModelCommand.ts index 92f930a0ef5c..fc8cec408315 100644 --- a/clients/client-lookoutvision/src/commands/StartModelCommand.ts +++ b/clients/client-lookoutvision/src/commands/StartModelCommand.ts @@ -107,9 +107,6 @@ export class StartModelCommand extends $Command< StartModelCommandOutput, LookoutVisionClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -123,9 +120,7 @@ export class StartModelCommand extends $Command< * @public */ constructor(readonly input: StartModelCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -176,7 +171,4 @@ export class StartModelCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_StartModelCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-lookoutvision/src/commands/StartModelPackagingJobCommand.ts b/clients/client-lookoutvision/src/commands/StartModelPackagingJobCommand.ts index 18a01833df6f..615395ea6bfe 100644 --- a/clients/client-lookoutvision/src/commands/StartModelPackagingJobCommand.ts +++ b/clients/client-lookoutvision/src/commands/StartModelPackagingJobCommand.ts @@ -167,9 +167,6 @@ export class StartModelPackagingJobCommand extends $Command< StartModelPackagingJobCommandOutput, LookoutVisionClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -183,9 +180,7 @@ export class StartModelPackagingJobCommand extends $Command< * @public */ constructor(readonly input: StartModelPackagingJobCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -238,7 +233,4 @@ export class StartModelPackagingJobCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_StartModelPackagingJobCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-lookoutvision/src/commands/StopModelCommand.ts b/clients/client-lookoutvision/src/commands/StopModelCommand.ts index fef35dcd1dfb..485d08f26ee6 100644 --- a/clients/client-lookoutvision/src/commands/StopModelCommand.ts +++ b/clients/client-lookoutvision/src/commands/StopModelCommand.ts @@ -95,9 +95,6 @@ export class StopModelCommand extends $Command< StopModelCommandOutput, LookoutVisionClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -111,9 +108,7 @@ export class StopModelCommand extends $Command< * @public */ constructor(readonly input: StopModelCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -164,7 +159,4 @@ export class StopModelCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_StopModelCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-lookoutvision/src/commands/TagResourceCommand.ts b/clients/client-lookoutvision/src/commands/TagResourceCommand.ts index 6e312cc2251f..10518694bf2e 100644 --- a/clients/client-lookoutvision/src/commands/TagResourceCommand.ts +++ b/clients/client-lookoutvision/src/commands/TagResourceCommand.ts @@ -100,9 +100,6 @@ export class TagResourceCommand extends $Command< TagResourceCommandOutput, LookoutVisionClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -116,9 +113,7 @@ export class TagResourceCommand extends $Command< * @public */ constructor(readonly input: TagResourceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -169,7 +164,4 @@ export class TagResourceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_TagResourceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-lookoutvision/src/commands/UntagResourceCommand.ts b/clients/client-lookoutvision/src/commands/UntagResourceCommand.ts index c914b04605f1..00902db4e321 100644 --- a/clients/client-lookoutvision/src/commands/UntagResourceCommand.ts +++ b/clients/client-lookoutvision/src/commands/UntagResourceCommand.ts @@ -93,9 +93,6 @@ export class UntagResourceCommand extends $Command< UntagResourceCommandOutput, LookoutVisionClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -109,9 +106,7 @@ export class UntagResourceCommand extends $Command< * @public */ constructor(readonly input: UntagResourceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -162,7 +157,4 @@ export class UntagResourceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UntagResourceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-lookoutvision/src/commands/UpdateDatasetEntriesCommand.ts b/clients/client-lookoutvision/src/commands/UpdateDatasetEntriesCommand.ts index 25988b41caca..41e1b53172f2 100644 --- a/clients/client-lookoutvision/src/commands/UpdateDatasetEntriesCommand.ts +++ b/clients/client-lookoutvision/src/commands/UpdateDatasetEntriesCommand.ts @@ -106,9 +106,6 @@ export class UpdateDatasetEntriesCommand extends $Command< UpdateDatasetEntriesCommandOutput, LookoutVisionClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -122,9 +119,7 @@ export class UpdateDatasetEntriesCommand extends $Command< * @public */ constructor(readonly input: UpdateDatasetEntriesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -177,7 +172,4 @@ export class UpdateDatasetEntriesCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdateDatasetEntriesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-m2/package.json b/clients/client-m2/package.json index 0f93a9fc69e5..81ab7bdc0e99 100644 --- a/clients/client-m2/package.json +++ b/clients/client-m2/package.json @@ -34,29 +34,29 @@ "@aws-sdk/util-endpoints": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@smithy/config-resolver": "^2.0.16", - "@smithy/fetch-http-handler": "^2.2.4", - "@smithy/hash-node": "^2.0.12", - "@smithy/invalid-dependency": "^2.0.12", - "@smithy/middleware-content-length": "^2.0.14", - "@smithy/middleware-endpoint": "^2.1.3", - "@smithy/middleware-retry": "^2.0.18", - "@smithy/middleware-serde": "^2.0.12", - "@smithy/middleware-stack": "^2.0.6", - "@smithy/node-config-provider": "^2.1.3", - "@smithy/node-http-handler": "^2.1.8", - "@smithy/protocol-http": "^3.0.8", - "@smithy/smithy-client": "^2.1.12", - "@smithy/types": "^2.4.0", - "@smithy/url-parser": "^2.0.12", - "@smithy/util-base64": "^2.0.0", + "@smithy/config-resolver": "^2.0.18", + "@smithy/fetch-http-handler": "^2.2.6", + "@smithy/hash-node": "^2.0.15", + "@smithy/invalid-dependency": "^2.0.13", + "@smithy/middleware-content-length": "^2.0.15", + "@smithy/middleware-endpoint": "^2.2.0", + "@smithy/middleware-retry": "^2.0.20", + "@smithy/middleware-serde": "^2.0.13", + "@smithy/middleware-stack": "^2.0.7", + "@smithy/node-config-provider": "^2.1.5", + "@smithy/node-http-handler": "^2.1.9", + "@smithy/protocol-http": "^3.0.9", + "@smithy/smithy-client": "^2.1.15", + "@smithy/types": "^2.5.0", + "@smithy/url-parser": "^2.0.13", + "@smithy/util-base64": "^2.0.1", "@smithy/util-body-length-browser": "^2.0.0", "@smithy/util-body-length-node": "^2.1.0", - "@smithy/util-defaults-mode-browser": "^2.0.16", - "@smithy/util-defaults-mode-node": "^2.0.21", - "@smithy/util-endpoints": "^1.0.2", - "@smithy/util-retry": "^2.0.5", - "@smithy/util-utf8": "^2.0.0", + "@smithy/util-defaults-mode-browser": "^2.0.19", + "@smithy/util-defaults-mode-node": "^2.0.25", + "@smithy/util-endpoints": "^1.0.4", + "@smithy/util-retry": "^2.0.6", + "@smithy/util-utf8": "^2.0.2", "tslib": "^2.5.0", "uuid": "^8.3.2" }, diff --git a/clients/client-m2/src/commands/CancelBatchJobExecutionCommand.ts b/clients/client-m2/src/commands/CancelBatchJobExecutionCommand.ts index 9ad3485883c7..5f68e14ff839 100644 --- a/clients/client-m2/src/commands/CancelBatchJobExecutionCommand.ts +++ b/clients/client-m2/src/commands/CancelBatchJobExecutionCommand.ts @@ -87,9 +87,6 @@ export class CancelBatchJobExecutionCommand extends $Command< CancelBatchJobExecutionCommandOutput, M2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -103,9 +100,7 @@ export class CancelBatchJobExecutionCommand extends $Command< * @public */ constructor(readonly input: CancelBatchJobExecutionCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -158,7 +153,4 @@ export class CancelBatchJobExecutionCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CancelBatchJobExecutionCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-m2/src/commands/CreateApplicationCommand.ts b/clients/client-m2/src/commands/CreateApplicationCommand.ts index 770719ae8773..d073b696ca95 100644 --- a/clients/client-m2/src/commands/CreateApplicationCommand.ts +++ b/clients/client-m2/src/commands/CreateApplicationCommand.ts @@ -103,9 +103,6 @@ export class CreateApplicationCommand extends $Command< CreateApplicationCommandOutput, M2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -119,9 +116,7 @@ export class CreateApplicationCommand extends $Command< * @public */ constructor(readonly input: CreateApplicationCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -174,7 +169,4 @@ export class CreateApplicationCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateApplicationCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-m2/src/commands/CreateDataSetImportTaskCommand.ts b/clients/client-m2/src/commands/CreateDataSetImportTaskCommand.ts index 1aecfde1dfe3..4864107e09f4 100644 --- a/clients/client-m2/src/commands/CreateDataSetImportTaskCommand.ts +++ b/clients/client-m2/src/commands/CreateDataSetImportTaskCommand.ts @@ -146,9 +146,6 @@ export class CreateDataSetImportTaskCommand extends $Command< CreateDataSetImportTaskCommandOutput, M2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -162,9 +159,7 @@ export class CreateDataSetImportTaskCommand extends $Command< * @public */ constructor(readonly input: CreateDataSetImportTaskCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -217,7 +212,4 @@ export class CreateDataSetImportTaskCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateDataSetImportTaskCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-m2/src/commands/CreateDeploymentCommand.ts b/clients/client-m2/src/commands/CreateDeploymentCommand.ts index 5946b0f33d85..c87fce7999ee 100644 --- a/clients/client-m2/src/commands/CreateDeploymentCommand.ts +++ b/clients/client-m2/src/commands/CreateDeploymentCommand.ts @@ -95,9 +95,6 @@ export class CreateDeploymentCommand extends $Command< CreateDeploymentCommandOutput, M2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -111,9 +108,7 @@ export class CreateDeploymentCommand extends $Command< * @public */ constructor(readonly input: CreateDeploymentCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -166,7 +161,4 @@ export class CreateDeploymentCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateDeploymentCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-m2/src/commands/CreateEnvironmentCommand.ts b/clients/client-m2/src/commands/CreateEnvironmentCommand.ts index 4a8a97774e2e..0ca4f4e18e20 100644 --- a/clients/client-m2/src/commands/CreateEnvironmentCommand.ts +++ b/clients/client-m2/src/commands/CreateEnvironmentCommand.ts @@ -120,9 +120,6 @@ export class CreateEnvironmentCommand extends $Command< CreateEnvironmentCommandOutput, M2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -136,9 +133,7 @@ export class CreateEnvironmentCommand extends $Command< * @public */ constructor(readonly input: CreateEnvironmentCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -191,7 +186,4 @@ export class CreateEnvironmentCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateEnvironmentCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-m2/src/commands/DeleteApplicationCommand.ts b/clients/client-m2/src/commands/DeleteApplicationCommand.ts index 84d274dac1fc..de45dce2eaaf 100644 --- a/clients/client-m2/src/commands/DeleteApplicationCommand.ts +++ b/clients/client-m2/src/commands/DeleteApplicationCommand.ts @@ -83,9 +83,6 @@ export class DeleteApplicationCommand extends $Command< DeleteApplicationCommandOutput, M2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -99,9 +96,7 @@ export class DeleteApplicationCommand extends $Command< * @public */ constructor(readonly input: DeleteApplicationCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -154,7 +149,4 @@ export class DeleteApplicationCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteApplicationCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-m2/src/commands/DeleteApplicationFromEnvironmentCommand.ts b/clients/client-m2/src/commands/DeleteApplicationFromEnvironmentCommand.ts index 66231f14971d..6b2c496a2346 100644 --- a/clients/client-m2/src/commands/DeleteApplicationFromEnvironmentCommand.ts +++ b/clients/client-m2/src/commands/DeleteApplicationFromEnvironmentCommand.ts @@ -95,9 +95,6 @@ export class DeleteApplicationFromEnvironmentCommand extends $Command< DeleteApplicationFromEnvironmentCommandOutput, M2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -111,9 +108,7 @@ export class DeleteApplicationFromEnvironmentCommand extends $Command< * @public */ constructor(readonly input: DeleteApplicationFromEnvironmentCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -172,7 +167,4 @@ export class DeleteApplicationFromEnvironmentCommand extends $Command< ): Promise { return de_DeleteApplicationFromEnvironmentCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-m2/src/commands/DeleteEnvironmentCommand.ts b/clients/client-m2/src/commands/DeleteEnvironmentCommand.ts index 3d73d41f8d89..30d8f29ad157 100644 --- a/clients/client-m2/src/commands/DeleteEnvironmentCommand.ts +++ b/clients/client-m2/src/commands/DeleteEnvironmentCommand.ts @@ -85,9 +85,6 @@ export class DeleteEnvironmentCommand extends $Command< DeleteEnvironmentCommandOutput, M2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -101,9 +98,7 @@ export class DeleteEnvironmentCommand extends $Command< * @public */ constructor(readonly input: DeleteEnvironmentCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -156,7 +151,4 @@ export class DeleteEnvironmentCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteEnvironmentCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-m2/src/commands/GetApplicationCommand.ts b/clients/client-m2/src/commands/GetApplicationCommand.ts index 276db54d8765..20359c815468 100644 --- a/clients/client-m2/src/commands/GetApplicationCommand.ts +++ b/clients/client-m2/src/commands/GetApplicationCommand.ts @@ -126,9 +126,6 @@ export class GetApplicationCommand extends $Command< GetApplicationCommandOutput, M2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -142,9 +139,7 @@ export class GetApplicationCommand extends $Command< * @public */ constructor(readonly input: GetApplicationCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -197,7 +192,4 @@ export class GetApplicationCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetApplicationCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-m2/src/commands/GetApplicationVersionCommand.ts b/clients/client-m2/src/commands/GetApplicationVersionCommand.ts index 63f5225437e1..013a38721d62 100644 --- a/clients/client-m2/src/commands/GetApplicationVersionCommand.ts +++ b/clients/client-m2/src/commands/GetApplicationVersionCommand.ts @@ -92,9 +92,6 @@ export class GetApplicationVersionCommand extends $Command< GetApplicationVersionCommandOutput, M2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -108,9 +105,7 @@ export class GetApplicationVersionCommand extends $Command< * @public */ constructor(readonly input: GetApplicationVersionCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -163,7 +158,4 @@ export class GetApplicationVersionCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetApplicationVersionCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-m2/src/commands/GetBatchJobExecutionCommand.ts b/clients/client-m2/src/commands/GetBatchJobExecutionCommand.ts index 09a0dd8ba9a2..8c261673a865 100644 --- a/clients/client-m2/src/commands/GetBatchJobExecutionCommand.ts +++ b/clients/client-m2/src/commands/GetBatchJobExecutionCommand.ts @@ -113,9 +113,6 @@ export class GetBatchJobExecutionCommand extends $Command< GetBatchJobExecutionCommandOutput, M2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -129,9 +126,7 @@ export class GetBatchJobExecutionCommand extends $Command< * @public */ constructor(readonly input: GetBatchJobExecutionCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -184,7 +179,4 @@ export class GetBatchJobExecutionCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetBatchJobExecutionCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-m2/src/commands/GetDataSetDetailsCommand.ts b/clients/client-m2/src/commands/GetDataSetDetailsCommand.ts index 6e02200a3cea..c44171d9fa89 100644 --- a/clients/client-m2/src/commands/GetDataSetDetailsCommand.ts +++ b/clients/client-m2/src/commands/GetDataSetDetailsCommand.ts @@ -135,9 +135,6 @@ export class GetDataSetDetailsCommand extends $Command< GetDataSetDetailsCommandOutput, M2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -151,9 +148,7 @@ export class GetDataSetDetailsCommand extends $Command< * @public */ constructor(readonly input: GetDataSetDetailsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -206,7 +201,4 @@ export class GetDataSetDetailsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetDataSetDetailsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-m2/src/commands/GetDataSetImportTaskCommand.ts b/clients/client-m2/src/commands/GetDataSetImportTaskCommand.ts index a8392616d17a..c11895790bbc 100644 --- a/clients/client-m2/src/commands/GetDataSetImportTaskCommand.ts +++ b/clients/client-m2/src/commands/GetDataSetImportTaskCommand.ts @@ -94,9 +94,6 @@ export class GetDataSetImportTaskCommand extends $Command< GetDataSetImportTaskCommandOutput, M2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -110,9 +107,7 @@ export class GetDataSetImportTaskCommand extends $Command< * @public */ constructor(readonly input: GetDataSetImportTaskCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -165,7 +160,4 @@ export class GetDataSetImportTaskCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetDataSetImportTaskCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-m2/src/commands/GetDeploymentCommand.ts b/clients/client-m2/src/commands/GetDeploymentCommand.ts index d7ee7c2b0ebe..e070726cdcb4 100644 --- a/clients/client-m2/src/commands/GetDeploymentCommand.ts +++ b/clients/client-m2/src/commands/GetDeploymentCommand.ts @@ -92,9 +92,6 @@ export class GetDeploymentCommand extends $Command< GetDeploymentCommandOutput, M2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -108,9 +105,7 @@ export class GetDeploymentCommand extends $Command< * @public */ constructor(readonly input: GetDeploymentCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -161,7 +156,4 @@ export class GetDeploymentCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetDeploymentCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-m2/src/commands/GetEnvironmentCommand.ts b/clients/client-m2/src/commands/GetEnvironmentCommand.ts index 2de8df7adf6c..b5d595e5ede3 100644 --- a/clients/client-m2/src/commands/GetEnvironmentCommand.ts +++ b/clients/client-m2/src/commands/GetEnvironmentCommand.ts @@ -131,9 +131,6 @@ export class GetEnvironmentCommand extends $Command< GetEnvironmentCommandOutput, M2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -147,9 +144,7 @@ export class GetEnvironmentCommand extends $Command< * @public */ constructor(readonly input: GetEnvironmentCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -202,7 +197,4 @@ export class GetEnvironmentCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetEnvironmentCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-m2/src/commands/GetSignedBluinsightsUrlCommand.ts b/clients/client-m2/src/commands/GetSignedBluinsightsUrlCommand.ts index bdfabdd75c55..188b9b5fd7aa 100644 --- a/clients/client-m2/src/commands/GetSignedBluinsightsUrlCommand.ts +++ b/clients/client-m2/src/commands/GetSignedBluinsightsUrlCommand.ts @@ -77,9 +77,6 @@ export class GetSignedBluinsightsUrlCommand extends $Command< GetSignedBluinsightsUrlCommandOutput, M2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -93,9 +90,7 @@ export class GetSignedBluinsightsUrlCommand extends $Command< * @public */ constructor(readonly input: GetSignedBluinsightsUrlCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -148,7 +143,4 @@ export class GetSignedBluinsightsUrlCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetSignedBluinsightsUrlCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-m2/src/commands/ListApplicationVersionsCommand.ts b/clients/client-m2/src/commands/ListApplicationVersionsCommand.ts index 0646342456df..45fdb946acbd 100644 --- a/clients/client-m2/src/commands/ListApplicationVersionsCommand.ts +++ b/clients/client-m2/src/commands/ListApplicationVersionsCommand.ts @@ -95,9 +95,6 @@ export class ListApplicationVersionsCommand extends $Command< ListApplicationVersionsCommandOutput, M2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -111,9 +108,7 @@ export class ListApplicationVersionsCommand extends $Command< * @public */ constructor(readonly input: ListApplicationVersionsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -166,7 +161,4 @@ export class ListApplicationVersionsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListApplicationVersionsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-m2/src/commands/ListApplicationsCommand.ts b/clients/client-m2/src/commands/ListApplicationsCommand.ts index 76b97dbc8d3b..6eaaf5916f24 100644 --- a/clients/client-m2/src/commands/ListApplicationsCommand.ts +++ b/clients/client-m2/src/commands/ListApplicationsCommand.ts @@ -106,9 +106,6 @@ export class ListApplicationsCommand extends $Command< ListApplicationsCommandOutput, M2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -122,9 +119,7 @@ export class ListApplicationsCommand extends $Command< * @public */ constructor(readonly input: ListApplicationsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -177,7 +172,4 @@ export class ListApplicationsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListApplicationsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-m2/src/commands/ListBatchJobDefinitionsCommand.ts b/clients/client-m2/src/commands/ListBatchJobDefinitionsCommand.ts index 400800fd7e22..6bd30a6dfb93 100644 --- a/clients/client-m2/src/commands/ListBatchJobDefinitionsCommand.ts +++ b/clients/client-m2/src/commands/ListBatchJobDefinitionsCommand.ts @@ -101,9 +101,6 @@ export class ListBatchJobDefinitionsCommand extends $Command< ListBatchJobDefinitionsCommandOutput, M2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -117,9 +114,7 @@ export class ListBatchJobDefinitionsCommand extends $Command< * @public */ constructor(readonly input: ListBatchJobDefinitionsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -172,7 +167,4 @@ export class ListBatchJobDefinitionsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListBatchJobDefinitionsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-m2/src/commands/ListBatchJobExecutionsCommand.ts b/clients/client-m2/src/commands/ListBatchJobExecutionsCommand.ts index d11d5f8bb9af..da11c616d065 100644 --- a/clients/client-m2/src/commands/ListBatchJobExecutionsCommand.ts +++ b/clients/client-m2/src/commands/ListBatchJobExecutionsCommand.ts @@ -125,9 +125,6 @@ export class ListBatchJobExecutionsCommand extends $Command< ListBatchJobExecutionsCommandOutput, M2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -141,9 +138,7 @@ export class ListBatchJobExecutionsCommand extends $Command< * @public */ constructor(readonly input: ListBatchJobExecutionsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -196,7 +191,4 @@ export class ListBatchJobExecutionsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListBatchJobExecutionsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-m2/src/commands/ListDataSetImportHistoryCommand.ts b/clients/client-m2/src/commands/ListDataSetImportHistoryCommand.ts index a4d62c5188f1..330ee204311b 100644 --- a/clients/client-m2/src/commands/ListDataSetImportHistoryCommand.ts +++ b/clients/client-m2/src/commands/ListDataSetImportHistoryCommand.ts @@ -101,9 +101,6 @@ export class ListDataSetImportHistoryCommand extends $Command< ListDataSetImportHistoryCommandOutput, M2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -117,9 +114,7 @@ export class ListDataSetImportHistoryCommand extends $Command< * @public */ constructor(readonly input: ListDataSetImportHistoryCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -172,7 +167,4 @@ export class ListDataSetImportHistoryCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListDataSetImportHistoryCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-m2/src/commands/ListDataSetsCommand.ts b/clients/client-m2/src/commands/ListDataSetsCommand.ts index 1271220e9b1a..9ecdfec5e539 100644 --- a/clients/client-m2/src/commands/ListDataSetsCommand.ts +++ b/clients/client-m2/src/commands/ListDataSetsCommand.ts @@ -110,9 +110,6 @@ export class ListDataSetsCommand extends $Command< ListDataSetsCommandOutput, M2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -126,9 +123,7 @@ export class ListDataSetsCommand extends $Command< * @public */ constructor(readonly input: ListDataSetsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -179,7 +174,4 @@ export class ListDataSetsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListDataSetsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-m2/src/commands/ListDeploymentsCommand.ts b/clients/client-m2/src/commands/ListDeploymentsCommand.ts index 25079d48f861..7a4b238770dc 100644 --- a/clients/client-m2/src/commands/ListDeploymentsCommand.ts +++ b/clients/client-m2/src/commands/ListDeploymentsCommand.ts @@ -100,9 +100,6 @@ export class ListDeploymentsCommand extends $Command< ListDeploymentsCommandOutput, M2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -116,9 +113,7 @@ export class ListDeploymentsCommand extends $Command< * @public */ constructor(readonly input: ListDeploymentsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -171,7 +166,4 @@ export class ListDeploymentsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListDeploymentsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-m2/src/commands/ListEngineVersionsCommand.ts b/clients/client-m2/src/commands/ListEngineVersionsCommand.ts index 41edea618ec5..810fdd1255da 100644 --- a/clients/client-m2/src/commands/ListEngineVersionsCommand.ts +++ b/clients/client-m2/src/commands/ListEngineVersionsCommand.ts @@ -90,9 +90,6 @@ export class ListEngineVersionsCommand extends $Command< ListEngineVersionsCommandOutput, M2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -106,9 +103,7 @@ export class ListEngineVersionsCommand extends $Command< * @public */ constructor(readonly input: ListEngineVersionsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -161,7 +156,4 @@ export class ListEngineVersionsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListEngineVersionsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-m2/src/commands/ListEnvironmentsCommand.ts b/clients/client-m2/src/commands/ListEnvironmentsCommand.ts index d4abdfbc856c..1d6e2bdb0299 100644 --- a/clients/client-m2/src/commands/ListEnvironmentsCommand.ts +++ b/clients/client-m2/src/commands/ListEnvironmentsCommand.ts @@ -99,9 +99,6 @@ export class ListEnvironmentsCommand extends $Command< ListEnvironmentsCommandOutput, M2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -115,9 +112,7 @@ export class ListEnvironmentsCommand extends $Command< * @public */ constructor(readonly input: ListEnvironmentsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -170,7 +165,4 @@ export class ListEnvironmentsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListEnvironmentsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-m2/src/commands/ListTagsForResourceCommand.ts b/clients/client-m2/src/commands/ListTagsForResourceCommand.ts index d42b7aa93c59..1504656de44f 100644 --- a/clients/client-m2/src/commands/ListTagsForResourceCommand.ts +++ b/clients/client-m2/src/commands/ListTagsForResourceCommand.ts @@ -87,9 +87,6 @@ export class ListTagsForResourceCommand extends $Command< ListTagsForResourceCommandOutput, M2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -103,9 +100,7 @@ export class ListTagsForResourceCommand extends $Command< * @public */ constructor(readonly input: ListTagsForResourceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -158,7 +153,4 @@ export class ListTagsForResourceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListTagsForResourceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-m2/src/commands/StartApplicationCommand.ts b/clients/client-m2/src/commands/StartApplicationCommand.ts index 691287ef5e41..174257f18440 100644 --- a/clients/client-m2/src/commands/StartApplicationCommand.ts +++ b/clients/client-m2/src/commands/StartApplicationCommand.ts @@ -86,9 +86,6 @@ export class StartApplicationCommand extends $Command< StartApplicationCommandOutput, M2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -102,9 +99,7 @@ export class StartApplicationCommand extends $Command< * @public */ constructor(readonly input: StartApplicationCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -157,7 +152,4 @@ export class StartApplicationCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_StartApplicationCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-m2/src/commands/StartBatchJobCommand.ts b/clients/client-m2/src/commands/StartBatchJobCommand.ts index e62d765032d3..022abc7dc1f1 100644 --- a/clients/client-m2/src/commands/StartBatchJobCommand.ts +++ b/clients/client-m2/src/commands/StartBatchJobCommand.ts @@ -109,9 +109,6 @@ export class StartBatchJobCommand extends $Command< StartBatchJobCommandOutput, M2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -125,9 +122,7 @@ export class StartBatchJobCommand extends $Command< * @public */ constructor(readonly input: StartBatchJobCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -178,7 +173,4 @@ export class StartBatchJobCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_StartBatchJobCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-m2/src/commands/StopApplicationCommand.ts b/clients/client-m2/src/commands/StopApplicationCommand.ts index 2f9e71451af5..595e69ce50a1 100644 --- a/clients/client-m2/src/commands/StopApplicationCommand.ts +++ b/clients/client-m2/src/commands/StopApplicationCommand.ts @@ -87,9 +87,6 @@ export class StopApplicationCommand extends $Command< StopApplicationCommandOutput, M2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -103,9 +100,7 @@ export class StopApplicationCommand extends $Command< * @public */ constructor(readonly input: StopApplicationCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -158,7 +153,4 @@ export class StopApplicationCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_StopApplicationCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-m2/src/commands/TagResourceCommand.ts b/clients/client-m2/src/commands/TagResourceCommand.ts index 39e653f28c57..6cdc7ebb6dc2 100644 --- a/clients/client-m2/src/commands/TagResourceCommand.ts +++ b/clients/client-m2/src/commands/TagResourceCommand.ts @@ -89,9 +89,6 @@ export class TagResourceCommand extends $Command< TagResourceCommandOutput, M2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -105,9 +102,7 @@ export class TagResourceCommand extends $Command< * @public */ constructor(readonly input: TagResourceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -158,7 +153,4 @@ export class TagResourceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_TagResourceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-m2/src/commands/UntagResourceCommand.ts b/clients/client-m2/src/commands/UntagResourceCommand.ts index 3338f32f7bfa..1e42957a7626 100644 --- a/clients/client-m2/src/commands/UntagResourceCommand.ts +++ b/clients/client-m2/src/commands/UntagResourceCommand.ts @@ -86,9 +86,6 @@ export class UntagResourceCommand extends $Command< UntagResourceCommandOutput, M2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -102,9 +99,7 @@ export class UntagResourceCommand extends $Command< * @public */ constructor(readonly input: UntagResourceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -155,7 +150,4 @@ export class UntagResourceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UntagResourceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-m2/src/commands/UpdateApplicationCommand.ts b/clients/client-m2/src/commands/UpdateApplicationCommand.ts index aea6471a8e4d..e63c9523a00c 100644 --- a/clients/client-m2/src/commands/UpdateApplicationCommand.ts +++ b/clients/client-m2/src/commands/UpdateApplicationCommand.ts @@ -94,9 +94,6 @@ export class UpdateApplicationCommand extends $Command< UpdateApplicationCommandOutput, M2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -110,9 +107,7 @@ export class UpdateApplicationCommand extends $Command< * @public */ constructor(readonly input: UpdateApplicationCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -165,7 +160,4 @@ export class UpdateApplicationCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdateApplicationCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-m2/src/commands/UpdateEnvironmentCommand.ts b/clients/client-m2/src/commands/UpdateEnvironmentCommand.ts index 7035ac1c2bca..8c46c29b92e6 100644 --- a/clients/client-m2/src/commands/UpdateEnvironmentCommand.ts +++ b/clients/client-m2/src/commands/UpdateEnvironmentCommand.ts @@ -97,9 +97,6 @@ export class UpdateEnvironmentCommand extends $Command< UpdateEnvironmentCommandOutput, M2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -113,9 +110,7 @@ export class UpdateEnvironmentCommand extends $Command< * @public */ constructor(readonly input: UpdateEnvironmentCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -168,7 +163,4 @@ export class UpdateEnvironmentCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdateEnvironmentCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-machine-learning/package.json b/clients/client-machine-learning/package.json index 60e5784f0d3c..dc535705e888 100644 --- a/clients/client-machine-learning/package.json +++ b/clients/client-machine-learning/package.json @@ -35,30 +35,30 @@ "@aws-sdk/util-endpoints": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@smithy/config-resolver": "^2.0.16", - "@smithy/fetch-http-handler": "^2.2.4", - "@smithy/hash-node": "^2.0.12", - "@smithy/invalid-dependency": "^2.0.12", - "@smithy/middleware-content-length": "^2.0.14", - "@smithy/middleware-endpoint": "^2.1.3", - "@smithy/middleware-retry": "^2.0.18", - "@smithy/middleware-serde": "^2.0.12", - "@smithy/middleware-stack": "^2.0.6", - "@smithy/node-config-provider": "^2.1.3", - "@smithy/node-http-handler": "^2.1.8", - "@smithy/protocol-http": "^3.0.8", - "@smithy/smithy-client": "^2.1.12", - "@smithy/types": "^2.4.0", - "@smithy/url-parser": "^2.0.12", - "@smithy/util-base64": "^2.0.0", + "@smithy/config-resolver": "^2.0.18", + "@smithy/fetch-http-handler": "^2.2.6", + "@smithy/hash-node": "^2.0.15", + "@smithy/invalid-dependency": "^2.0.13", + "@smithy/middleware-content-length": "^2.0.15", + "@smithy/middleware-endpoint": "^2.2.0", + "@smithy/middleware-retry": "^2.0.20", + "@smithy/middleware-serde": "^2.0.13", + "@smithy/middleware-stack": "^2.0.7", + "@smithy/node-config-provider": "^2.1.5", + "@smithy/node-http-handler": "^2.1.9", + "@smithy/protocol-http": "^3.0.9", + "@smithy/smithy-client": "^2.1.15", + "@smithy/types": "^2.5.0", + "@smithy/url-parser": "^2.0.13", + "@smithy/util-base64": "^2.0.1", "@smithy/util-body-length-browser": "^2.0.0", "@smithy/util-body-length-node": "^2.1.0", - "@smithy/util-defaults-mode-browser": "^2.0.16", - "@smithy/util-defaults-mode-node": "^2.0.21", - "@smithy/util-endpoints": "^1.0.2", - "@smithy/util-retry": "^2.0.5", - "@smithy/util-utf8": "^2.0.0", - "@smithy/util-waiter": "^2.0.12", + "@smithy/util-defaults-mode-browser": "^2.0.19", + "@smithy/util-defaults-mode-node": "^2.0.25", + "@smithy/util-endpoints": "^1.0.4", + "@smithy/util-retry": "^2.0.6", + "@smithy/util-utf8": "^2.0.2", + "@smithy/util-waiter": "^2.0.13", "tslib": "^2.5.0" }, "devDependencies": { diff --git a/clients/client-machine-learning/src/commands/AddTagsCommand.ts b/clients/client-machine-learning/src/commands/AddTagsCommand.ts index 144b1f8f1951..540dbd096cda 100644 --- a/clients/client-machine-learning/src/commands/AddTagsCommand.ts +++ b/clients/client-machine-learning/src/commands/AddTagsCommand.ts @@ -93,9 +93,6 @@ export class AddTagsCommand extends $Command< AddTagsCommandOutput, MachineLearningClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -109,9 +106,7 @@ export class AddTagsCommand extends $Command< * @public */ constructor(readonly input: AddTagsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -162,7 +157,4 @@ export class AddTagsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_AddTagsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-machine-learning/src/commands/CreateBatchPredictionCommand.ts b/clients/client-machine-learning/src/commands/CreateBatchPredictionCommand.ts index b8e01b5cc4e7..443d8754c25a 100644 --- a/clients/client-machine-learning/src/commands/CreateBatchPredictionCommand.ts +++ b/clients/client-machine-learning/src/commands/CreateBatchPredictionCommand.ts @@ -94,9 +94,6 @@ export class CreateBatchPredictionCommand extends $Command< CreateBatchPredictionCommandOutput, MachineLearningClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -110,9 +107,7 @@ export class CreateBatchPredictionCommand extends $Command< * @public */ constructor(readonly input: CreateBatchPredictionCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -165,7 +160,4 @@ export class CreateBatchPredictionCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateBatchPredictionCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-machine-learning/src/commands/CreateDataSourceFromRDSCommand.ts b/clients/client-machine-learning/src/commands/CreateDataSourceFromRDSCommand.ts index 8934538634d0..973f6b0ed69f 100644 --- a/clients/client-machine-learning/src/commands/CreateDataSourceFromRDSCommand.ts +++ b/clients/client-machine-learning/src/commands/CreateDataSourceFromRDSCommand.ts @@ -118,9 +118,6 @@ export class CreateDataSourceFromRDSCommand extends $Command< CreateDataSourceFromRDSCommandOutput, MachineLearningClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -134,9 +131,7 @@ export class CreateDataSourceFromRDSCommand extends $Command< * @public */ constructor(readonly input: CreateDataSourceFromRDSCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -189,7 +184,4 @@ export class CreateDataSourceFromRDSCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateDataSourceFromRDSCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-machine-learning/src/commands/CreateDataSourceFromRedshiftCommand.ts b/clients/client-machine-learning/src/commands/CreateDataSourceFromRedshiftCommand.ts index fba0ddd65f03..0abc2f10e084 100644 --- a/clients/client-machine-learning/src/commands/CreateDataSourceFromRedshiftCommand.ts +++ b/clients/client-machine-learning/src/commands/CreateDataSourceFromRedshiftCommand.ts @@ -138,9 +138,6 @@ export class CreateDataSourceFromRedshiftCommand extends $Command< CreateDataSourceFromRedshiftCommandOutput, MachineLearningClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -154,9 +151,7 @@ export class CreateDataSourceFromRedshiftCommand extends $Command< * @public */ constructor(readonly input: CreateDataSourceFromRedshiftCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -212,7 +207,4 @@ export class CreateDataSourceFromRedshiftCommand extends $Command< ): Promise { return de_CreateDataSourceFromRedshiftCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-machine-learning/src/commands/CreateDataSourceFromS3Command.ts b/clients/client-machine-learning/src/commands/CreateDataSourceFromS3Command.ts index dd729f50f6f2..c6cd4228b0fc 100644 --- a/clients/client-machine-learning/src/commands/CreateDataSourceFromS3Command.ts +++ b/clients/client-machine-learning/src/commands/CreateDataSourceFromS3Command.ts @@ -117,9 +117,6 @@ export class CreateDataSourceFromS3Command extends $Command< CreateDataSourceFromS3CommandOutput, MachineLearningClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -133,9 +130,7 @@ export class CreateDataSourceFromS3Command extends $Command< * @public */ constructor(readonly input: CreateDataSourceFromS3CommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -188,7 +183,4 @@ export class CreateDataSourceFromS3Command extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateDataSourceFromS3Command(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-machine-learning/src/commands/CreateEvaluationCommand.ts b/clients/client-machine-learning/src/commands/CreateEvaluationCommand.ts index 377a33486133..4064dd37a5de 100644 --- a/clients/client-machine-learning/src/commands/CreateEvaluationCommand.ts +++ b/clients/client-machine-learning/src/commands/CreateEvaluationCommand.ts @@ -93,9 +93,6 @@ export class CreateEvaluationCommand extends $Command< CreateEvaluationCommandOutput, MachineLearningClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -109,9 +106,7 @@ export class CreateEvaluationCommand extends $Command< * @public */ constructor(readonly input: CreateEvaluationCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -164,7 +159,4 @@ export class CreateEvaluationCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateEvaluationCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-machine-learning/src/commands/CreateMLModelCommand.ts b/clients/client-machine-learning/src/commands/CreateMLModelCommand.ts index 28507687ecd5..0e877ebd2e23 100644 --- a/clients/client-machine-learning/src/commands/CreateMLModelCommand.ts +++ b/clients/client-machine-learning/src/commands/CreateMLModelCommand.ts @@ -106,9 +106,6 @@ export class CreateMLModelCommand extends $Command< CreateMLModelCommandOutput, MachineLearningClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -122,9 +119,7 @@ export class CreateMLModelCommand extends $Command< * @public */ constructor(readonly input: CreateMLModelCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -175,7 +170,4 @@ export class CreateMLModelCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateMLModelCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-machine-learning/src/commands/CreateRealtimeEndpointCommand.ts b/clients/client-machine-learning/src/commands/CreateRealtimeEndpointCommand.ts index 0db4399a891e..d9cfff4bd6bc 100644 --- a/clients/client-machine-learning/src/commands/CreateRealtimeEndpointCommand.ts +++ b/clients/client-machine-learning/src/commands/CreateRealtimeEndpointCommand.ts @@ -85,9 +85,6 @@ export class CreateRealtimeEndpointCommand extends $Command< CreateRealtimeEndpointCommandOutput, MachineLearningClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -101,9 +98,7 @@ export class CreateRealtimeEndpointCommand extends $Command< * @public */ constructor(readonly input: CreateRealtimeEndpointCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -156,7 +151,4 @@ export class CreateRealtimeEndpointCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateRealtimeEndpointCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-machine-learning/src/commands/DeleteBatchPredictionCommand.ts b/clients/client-machine-learning/src/commands/DeleteBatchPredictionCommand.ts index 0062e2543816..432978ab142b 100644 --- a/clients/client-machine-learning/src/commands/DeleteBatchPredictionCommand.ts +++ b/clients/client-machine-learning/src/commands/DeleteBatchPredictionCommand.ts @@ -84,9 +84,6 @@ export class DeleteBatchPredictionCommand extends $Command< DeleteBatchPredictionCommandOutput, MachineLearningClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -100,9 +97,7 @@ export class DeleteBatchPredictionCommand extends $Command< * @public */ constructor(readonly input: DeleteBatchPredictionCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -155,7 +150,4 @@ export class DeleteBatchPredictionCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteBatchPredictionCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-machine-learning/src/commands/DeleteDataSourceCommand.ts b/clients/client-machine-learning/src/commands/DeleteDataSourceCommand.ts index acfe4aa46895..6c35538811e8 100644 --- a/clients/client-machine-learning/src/commands/DeleteDataSourceCommand.ts +++ b/clients/client-machine-learning/src/commands/DeleteDataSourceCommand.ts @@ -82,9 +82,6 @@ export class DeleteDataSourceCommand extends $Command< DeleteDataSourceCommandOutput, MachineLearningClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -98,9 +95,7 @@ export class DeleteDataSourceCommand extends $Command< * @public */ constructor(readonly input: DeleteDataSourceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -153,7 +148,4 @@ export class DeleteDataSourceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteDataSourceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-machine-learning/src/commands/DeleteEvaluationCommand.ts b/clients/client-machine-learning/src/commands/DeleteEvaluationCommand.ts index e1020ca5c8b0..bf7edb036129 100644 --- a/clients/client-machine-learning/src/commands/DeleteEvaluationCommand.ts +++ b/clients/client-machine-learning/src/commands/DeleteEvaluationCommand.ts @@ -84,9 +84,6 @@ export class DeleteEvaluationCommand extends $Command< DeleteEvaluationCommandOutput, MachineLearningClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -100,9 +97,7 @@ export class DeleteEvaluationCommand extends $Command< * @public */ constructor(readonly input: DeleteEvaluationCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -155,7 +150,4 @@ export class DeleteEvaluationCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteEvaluationCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-machine-learning/src/commands/DeleteMLModelCommand.ts b/clients/client-machine-learning/src/commands/DeleteMLModelCommand.ts index 61f7a3c60f9e..23aa41c538b2 100644 --- a/clients/client-machine-learning/src/commands/DeleteMLModelCommand.ts +++ b/clients/client-machine-learning/src/commands/DeleteMLModelCommand.ts @@ -84,9 +84,6 @@ export class DeleteMLModelCommand extends $Command< DeleteMLModelCommandOutput, MachineLearningClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -100,9 +97,7 @@ export class DeleteMLModelCommand extends $Command< * @public */ constructor(readonly input: DeleteMLModelCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -153,7 +148,4 @@ export class DeleteMLModelCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteMLModelCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-machine-learning/src/commands/DeleteRealtimeEndpointCommand.ts b/clients/client-machine-learning/src/commands/DeleteRealtimeEndpointCommand.ts index f3bb846a4080..edf78fc8ba3b 100644 --- a/clients/client-machine-learning/src/commands/DeleteRealtimeEndpointCommand.ts +++ b/clients/client-machine-learning/src/commands/DeleteRealtimeEndpointCommand.ts @@ -85,9 +85,6 @@ export class DeleteRealtimeEndpointCommand extends $Command< DeleteRealtimeEndpointCommandOutput, MachineLearningClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -101,9 +98,7 @@ export class DeleteRealtimeEndpointCommand extends $Command< * @public */ constructor(readonly input: DeleteRealtimeEndpointCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -156,7 +151,4 @@ export class DeleteRealtimeEndpointCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteRealtimeEndpointCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-machine-learning/src/commands/DeleteTagsCommand.ts b/clients/client-machine-learning/src/commands/DeleteTagsCommand.ts index bdafba28c8fc..109e7457d2a4 100644 --- a/clients/client-machine-learning/src/commands/DeleteTagsCommand.ts +++ b/clients/client-machine-learning/src/commands/DeleteTagsCommand.ts @@ -87,9 +87,6 @@ export class DeleteTagsCommand extends $Command< DeleteTagsCommandOutput, MachineLearningClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -103,9 +100,7 @@ export class DeleteTagsCommand extends $Command< * @public */ constructor(readonly input: DeleteTagsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -156,7 +151,4 @@ export class DeleteTagsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteTagsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-machine-learning/src/commands/DescribeBatchPredictionsCommand.ts b/clients/client-machine-learning/src/commands/DescribeBatchPredictionsCommand.ts index d58e1bb9b3ad..79ba129c80f6 100644 --- a/clients/client-machine-learning/src/commands/DescribeBatchPredictionsCommand.ts +++ b/clients/client-machine-learning/src/commands/DescribeBatchPredictionsCommand.ts @@ -106,9 +106,6 @@ export class DescribeBatchPredictionsCommand extends $Command< DescribeBatchPredictionsCommandOutput, MachineLearningClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -122,9 +119,7 @@ export class DescribeBatchPredictionsCommand extends $Command< * @public */ constructor(readonly input: DescribeBatchPredictionsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -177,7 +172,4 @@ export class DescribeBatchPredictionsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DescribeBatchPredictionsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-machine-learning/src/commands/DescribeDataSourcesCommand.ts b/clients/client-machine-learning/src/commands/DescribeDataSourcesCommand.ts index cc70034f321c..cd39a9e97d30 100644 --- a/clients/client-machine-learning/src/commands/DescribeDataSourcesCommand.ts +++ b/clients/client-machine-learning/src/commands/DescribeDataSourcesCommand.ts @@ -125,9 +125,6 @@ export class DescribeDataSourcesCommand extends $Command< DescribeDataSourcesCommandOutput, MachineLearningClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -141,9 +138,7 @@ export class DescribeDataSourcesCommand extends $Command< * @public */ constructor(readonly input: DescribeDataSourcesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -196,7 +191,4 @@ export class DescribeDataSourcesCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DescribeDataSourcesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-machine-learning/src/commands/DescribeEvaluationsCommand.ts b/clients/client-machine-learning/src/commands/DescribeEvaluationsCommand.ts index a359527c5aa1..ba74a0fbb4fd 100644 --- a/clients/client-machine-learning/src/commands/DescribeEvaluationsCommand.ts +++ b/clients/client-machine-learning/src/commands/DescribeEvaluationsCommand.ts @@ -108,9 +108,6 @@ export class DescribeEvaluationsCommand extends $Command< DescribeEvaluationsCommandOutput, MachineLearningClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -124,9 +121,7 @@ export class DescribeEvaluationsCommand extends $Command< * @public */ constructor(readonly input: DescribeEvaluationsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -179,7 +174,4 @@ export class DescribeEvaluationsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DescribeEvaluationsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-machine-learning/src/commands/DescribeMLModelsCommand.ts b/clients/client-machine-learning/src/commands/DescribeMLModelsCommand.ts index 11fd70893d88..c91ec5b1f537 100644 --- a/clients/client-machine-learning/src/commands/DescribeMLModelsCommand.ts +++ b/clients/client-machine-learning/src/commands/DescribeMLModelsCommand.ts @@ -116,9 +116,6 @@ export class DescribeMLModelsCommand extends $Command< DescribeMLModelsCommandOutput, MachineLearningClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -132,9 +129,7 @@ export class DescribeMLModelsCommand extends $Command< * @public */ constructor(readonly input: DescribeMLModelsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -187,7 +182,4 @@ export class DescribeMLModelsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DescribeMLModelsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-machine-learning/src/commands/DescribeTagsCommand.ts b/clients/client-machine-learning/src/commands/DescribeTagsCommand.ts index 197bcab8a366..1b3d3fafe711 100644 --- a/clients/client-machine-learning/src/commands/DescribeTagsCommand.ts +++ b/clients/client-machine-learning/src/commands/DescribeTagsCommand.ts @@ -87,9 +87,6 @@ export class DescribeTagsCommand extends $Command< DescribeTagsCommandOutput, MachineLearningClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -103,9 +100,7 @@ export class DescribeTagsCommand extends $Command< * @public */ constructor(readonly input: DescribeTagsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -156,7 +151,4 @@ export class DescribeTagsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DescribeTagsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-machine-learning/src/commands/GetBatchPredictionCommand.ts b/clients/client-machine-learning/src/commands/GetBatchPredictionCommand.ts index c777c955a375..f9ae098096b5 100644 --- a/clients/client-machine-learning/src/commands/GetBatchPredictionCommand.ts +++ b/clients/client-machine-learning/src/commands/GetBatchPredictionCommand.ts @@ -96,9 +96,6 @@ export class GetBatchPredictionCommand extends $Command< GetBatchPredictionCommandOutput, MachineLearningClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -112,9 +109,7 @@ export class GetBatchPredictionCommand extends $Command< * @public */ constructor(readonly input: GetBatchPredictionCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -167,7 +162,4 @@ export class GetBatchPredictionCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetBatchPredictionCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-machine-learning/src/commands/GetDataSourceCommand.ts b/clients/client-machine-learning/src/commands/GetDataSourceCommand.ts index 8b6b42148802..81fd5050cc33 100644 --- a/clients/client-machine-learning/src/commands/GetDataSourceCommand.ts +++ b/clients/client-machine-learning/src/commands/GetDataSourceCommand.ts @@ -119,9 +119,6 @@ export class GetDataSourceCommand extends $Command< GetDataSourceCommandOutput, MachineLearningClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -135,9 +132,7 @@ export class GetDataSourceCommand extends $Command< * @public */ constructor(readonly input: GetDataSourceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -188,7 +183,4 @@ export class GetDataSourceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetDataSourceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-machine-learning/src/commands/GetEvaluationCommand.ts b/clients/client-machine-learning/src/commands/GetEvaluationCommand.ts index 41f62da11388..16600b1ee36e 100644 --- a/clients/client-machine-learning/src/commands/GetEvaluationCommand.ts +++ b/clients/client-machine-learning/src/commands/GetEvaluationCommand.ts @@ -97,9 +97,6 @@ export class GetEvaluationCommand extends $Command< GetEvaluationCommandOutput, MachineLearningClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -113,9 +110,7 @@ export class GetEvaluationCommand extends $Command< * @public */ constructor(readonly input: GetEvaluationCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -166,7 +161,4 @@ export class GetEvaluationCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetEvaluationCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-machine-learning/src/commands/GetMLModelCommand.ts b/clients/client-machine-learning/src/commands/GetMLModelCommand.ts index 4b47c3d5687c..91e3ea313bae 100644 --- a/clients/client-machine-learning/src/commands/GetMLModelCommand.ts +++ b/clients/client-machine-learning/src/commands/GetMLModelCommand.ts @@ -109,9 +109,6 @@ export class GetMLModelCommand extends $Command< GetMLModelCommandOutput, MachineLearningClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -125,9 +122,7 @@ export class GetMLModelCommand extends $Command< * @public */ constructor(readonly input: GetMLModelCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -178,7 +173,4 @@ export class GetMLModelCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetMLModelCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-machine-learning/src/commands/PredictCommand.ts b/clients/client-machine-learning/src/commands/PredictCommand.ts index 9e9f7a798d49..69992729b503 100644 --- a/clients/client-machine-learning/src/commands/PredictCommand.ts +++ b/clients/client-machine-learning/src/commands/PredictCommand.ts @@ -102,9 +102,6 @@ export class PredictCommand extends $Command< PredictCommandOutput, MachineLearningClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -118,9 +115,7 @@ export class PredictCommand extends $Command< * @public */ constructor(readonly input: PredictCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -172,7 +167,4 @@ export class PredictCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_PredictCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-machine-learning/src/commands/UpdateBatchPredictionCommand.ts b/clients/client-machine-learning/src/commands/UpdateBatchPredictionCommand.ts index 43dac0b8213a..bc59b36b1c61 100644 --- a/clients/client-machine-learning/src/commands/UpdateBatchPredictionCommand.ts +++ b/clients/client-machine-learning/src/commands/UpdateBatchPredictionCommand.ts @@ -81,9 +81,6 @@ export class UpdateBatchPredictionCommand extends $Command< UpdateBatchPredictionCommandOutput, MachineLearningClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -97,9 +94,7 @@ export class UpdateBatchPredictionCommand extends $Command< * @public */ constructor(readonly input: UpdateBatchPredictionCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -152,7 +147,4 @@ export class UpdateBatchPredictionCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdateBatchPredictionCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-machine-learning/src/commands/UpdateDataSourceCommand.ts b/clients/client-machine-learning/src/commands/UpdateDataSourceCommand.ts index 38bc52e2afcf..ab40f896e761 100644 --- a/clients/client-machine-learning/src/commands/UpdateDataSourceCommand.ts +++ b/clients/client-machine-learning/src/commands/UpdateDataSourceCommand.ts @@ -81,9 +81,6 @@ export class UpdateDataSourceCommand extends $Command< UpdateDataSourceCommandOutput, MachineLearningClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -97,9 +94,7 @@ export class UpdateDataSourceCommand extends $Command< * @public */ constructor(readonly input: UpdateDataSourceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -152,7 +147,4 @@ export class UpdateDataSourceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdateDataSourceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-machine-learning/src/commands/UpdateEvaluationCommand.ts b/clients/client-machine-learning/src/commands/UpdateEvaluationCommand.ts index bb41746451b9..39a6da1b1622 100644 --- a/clients/client-machine-learning/src/commands/UpdateEvaluationCommand.ts +++ b/clients/client-machine-learning/src/commands/UpdateEvaluationCommand.ts @@ -81,9 +81,6 @@ export class UpdateEvaluationCommand extends $Command< UpdateEvaluationCommandOutput, MachineLearningClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -97,9 +94,7 @@ export class UpdateEvaluationCommand extends $Command< * @public */ constructor(readonly input: UpdateEvaluationCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -152,7 +147,4 @@ export class UpdateEvaluationCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdateEvaluationCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-machine-learning/src/commands/UpdateMLModelCommand.ts b/clients/client-machine-learning/src/commands/UpdateMLModelCommand.ts index f73f296cc27c..dcefadcf18a6 100644 --- a/clients/client-machine-learning/src/commands/UpdateMLModelCommand.ts +++ b/clients/client-machine-learning/src/commands/UpdateMLModelCommand.ts @@ -82,9 +82,6 @@ export class UpdateMLModelCommand extends $Command< UpdateMLModelCommandOutput, MachineLearningClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -98,9 +95,7 @@ export class UpdateMLModelCommand extends $Command< * @public */ constructor(readonly input: UpdateMLModelCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -151,7 +146,4 @@ export class UpdateMLModelCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdateMLModelCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-macie/package.json b/clients/client-macie/package.json index 1aa3f67f4056..8bf75e94c6bb 100644 --- a/clients/client-macie/package.json +++ b/clients/client-macie/package.json @@ -34,29 +34,29 @@ "@aws-sdk/util-endpoints": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@smithy/config-resolver": "^2.0.16", - "@smithy/fetch-http-handler": "^2.2.4", - "@smithy/hash-node": "^2.0.12", - "@smithy/invalid-dependency": "^2.0.12", - "@smithy/middleware-content-length": "^2.0.14", - "@smithy/middleware-endpoint": "^2.1.3", - "@smithy/middleware-retry": "^2.0.18", - "@smithy/middleware-serde": "^2.0.12", - "@smithy/middleware-stack": "^2.0.6", - "@smithy/node-config-provider": "^2.1.3", - "@smithy/node-http-handler": "^2.1.8", - "@smithy/protocol-http": "^3.0.8", - "@smithy/smithy-client": "^2.1.12", - "@smithy/types": "^2.4.0", - "@smithy/url-parser": "^2.0.12", - "@smithy/util-base64": "^2.0.0", + "@smithy/config-resolver": "^2.0.18", + "@smithy/fetch-http-handler": "^2.2.6", + "@smithy/hash-node": "^2.0.15", + "@smithy/invalid-dependency": "^2.0.13", + "@smithy/middleware-content-length": "^2.0.15", + "@smithy/middleware-endpoint": "^2.2.0", + "@smithy/middleware-retry": "^2.0.20", + "@smithy/middleware-serde": "^2.0.13", + "@smithy/middleware-stack": "^2.0.7", + "@smithy/node-config-provider": "^2.1.5", + "@smithy/node-http-handler": "^2.1.9", + "@smithy/protocol-http": "^3.0.9", + "@smithy/smithy-client": "^2.1.15", + "@smithy/types": "^2.5.0", + "@smithy/url-parser": "^2.0.13", + "@smithy/util-base64": "^2.0.1", "@smithy/util-body-length-browser": "^2.0.0", "@smithy/util-body-length-node": "^2.1.0", - "@smithy/util-defaults-mode-browser": "^2.0.16", - "@smithy/util-defaults-mode-node": "^2.0.21", - "@smithy/util-endpoints": "^1.0.2", - "@smithy/util-retry": "^2.0.5", - "@smithy/util-utf8": "^2.0.0", + "@smithy/util-defaults-mode-browser": "^2.0.19", + "@smithy/util-defaults-mode-node": "^2.0.25", + "@smithy/util-endpoints": "^1.0.4", + "@smithy/util-retry": "^2.0.6", + "@smithy/util-utf8": "^2.0.2", "tslib": "^2.5.0" }, "devDependencies": { diff --git a/clients/client-macie/src/commands/AssociateMemberAccountCommand.ts b/clients/client-macie/src/commands/AssociateMemberAccountCommand.ts index 670db950a686..c043a3ba18bc 100644 --- a/clients/client-macie/src/commands/AssociateMemberAccountCommand.ts +++ b/clients/client-macie/src/commands/AssociateMemberAccountCommand.ts @@ -80,9 +80,6 @@ export class AssociateMemberAccountCommand extends $Command< AssociateMemberAccountCommandOutput, MacieClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -96,9 +93,7 @@ export class AssociateMemberAccountCommand extends $Command< * @public */ constructor(readonly input: AssociateMemberAccountCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -151,7 +146,4 @@ export class AssociateMemberAccountCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_AssociateMemberAccountCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-macie/src/commands/AssociateS3ResourcesCommand.ts b/clients/client-macie/src/commands/AssociateS3ResourcesCommand.ts index 5da742db34bd..e17a5ed06628 100644 --- a/clients/client-macie/src/commands/AssociateS3ResourcesCommand.ts +++ b/clients/client-macie/src/commands/AssociateS3ResourcesCommand.ts @@ -107,9 +107,6 @@ export class AssociateS3ResourcesCommand extends $Command< AssociateS3ResourcesCommandOutput, MacieClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -123,9 +120,7 @@ export class AssociateS3ResourcesCommand extends $Command< * @public */ constructor(readonly input: AssociateS3ResourcesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -178,7 +173,4 @@ export class AssociateS3ResourcesCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_AssociateS3ResourcesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-macie/src/commands/DisassociateMemberAccountCommand.ts b/clients/client-macie/src/commands/DisassociateMemberAccountCommand.ts index 3b0c8c36eb08..6c67ee8bfa1b 100644 --- a/clients/client-macie/src/commands/DisassociateMemberAccountCommand.ts +++ b/clients/client-macie/src/commands/DisassociateMemberAccountCommand.ts @@ -76,9 +76,6 @@ export class DisassociateMemberAccountCommand extends $Command< DisassociateMemberAccountCommandOutput, MacieClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -92,9 +89,7 @@ export class DisassociateMemberAccountCommand extends $Command< * @public */ constructor(readonly input: DisassociateMemberAccountCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -150,7 +145,4 @@ export class DisassociateMemberAccountCommand extends $Command< ): Promise { return de_DisassociateMemberAccountCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-macie/src/commands/DisassociateS3ResourcesCommand.ts b/clients/client-macie/src/commands/DisassociateS3ResourcesCommand.ts index f9f9b04e9b4f..0a326db6c540 100644 --- a/clients/client-macie/src/commands/DisassociateS3ResourcesCommand.ts +++ b/clients/client-macie/src/commands/DisassociateS3ResourcesCommand.ts @@ -99,9 +99,6 @@ export class DisassociateS3ResourcesCommand extends $Command< DisassociateS3ResourcesCommandOutput, MacieClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -115,9 +112,7 @@ export class DisassociateS3ResourcesCommand extends $Command< * @public */ constructor(readonly input: DisassociateS3ResourcesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -170,7 +165,4 @@ export class DisassociateS3ResourcesCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DisassociateS3ResourcesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-macie/src/commands/ListMemberAccountsCommand.ts b/clients/client-macie/src/commands/ListMemberAccountsCommand.ts index e14ce2cecd09..e3fc0553a718 100644 --- a/clients/client-macie/src/commands/ListMemberAccountsCommand.ts +++ b/clients/client-macie/src/commands/ListMemberAccountsCommand.ts @@ -84,9 +84,6 @@ export class ListMemberAccountsCommand extends $Command< ListMemberAccountsCommandOutput, MacieClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -100,9 +97,7 @@ export class ListMemberAccountsCommand extends $Command< * @public */ constructor(readonly input: ListMemberAccountsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -155,7 +150,4 @@ export class ListMemberAccountsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListMemberAccountsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-macie/src/commands/ListS3ResourcesCommand.ts b/clients/client-macie/src/commands/ListS3ResourcesCommand.ts index 0df3da3dfbce..837075841a7a 100644 --- a/clients/client-macie/src/commands/ListS3ResourcesCommand.ts +++ b/clients/client-macie/src/commands/ListS3ResourcesCommand.ts @@ -96,9 +96,6 @@ export class ListS3ResourcesCommand extends $Command< ListS3ResourcesCommandOutput, MacieClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -112,9 +109,7 @@ export class ListS3ResourcesCommand extends $Command< * @public */ constructor(readonly input: ListS3ResourcesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -167,7 +162,4 @@ export class ListS3ResourcesCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListS3ResourcesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-macie/src/commands/UpdateS3ResourcesCommand.ts b/clients/client-macie/src/commands/UpdateS3ResourcesCommand.ts index 8ff8310caece..f06fa8e4d35b 100644 --- a/clients/client-macie/src/commands/UpdateS3ResourcesCommand.ts +++ b/clients/client-macie/src/commands/UpdateS3ResourcesCommand.ts @@ -103,9 +103,6 @@ export class UpdateS3ResourcesCommand extends $Command< UpdateS3ResourcesCommandOutput, MacieClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -119,9 +116,7 @@ export class UpdateS3ResourcesCommand extends $Command< * @public */ constructor(readonly input: UpdateS3ResourcesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -174,7 +169,4 @@ export class UpdateS3ResourcesCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdateS3ResourcesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-macie2/package.json b/clients/client-macie2/package.json index 6b778ba2fd06..678105269d68 100644 --- a/clients/client-macie2/package.json +++ b/clients/client-macie2/package.json @@ -34,30 +34,30 @@ "@aws-sdk/util-endpoints": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@smithy/config-resolver": "^2.0.16", - "@smithy/fetch-http-handler": "^2.2.4", - "@smithy/hash-node": "^2.0.12", - "@smithy/invalid-dependency": "^2.0.12", - "@smithy/middleware-content-length": "^2.0.14", - "@smithy/middleware-endpoint": "^2.1.3", - "@smithy/middleware-retry": "^2.0.18", - "@smithy/middleware-serde": "^2.0.12", - "@smithy/middleware-stack": "^2.0.6", - "@smithy/node-config-provider": "^2.1.3", - "@smithy/node-http-handler": "^2.1.8", - "@smithy/protocol-http": "^3.0.8", - "@smithy/smithy-client": "^2.1.12", - "@smithy/types": "^2.4.0", - "@smithy/url-parser": "^2.0.12", - "@smithy/util-base64": "^2.0.0", + "@smithy/config-resolver": "^2.0.18", + "@smithy/fetch-http-handler": "^2.2.6", + "@smithy/hash-node": "^2.0.15", + "@smithy/invalid-dependency": "^2.0.13", + "@smithy/middleware-content-length": "^2.0.15", + "@smithy/middleware-endpoint": "^2.2.0", + "@smithy/middleware-retry": "^2.0.20", + "@smithy/middleware-serde": "^2.0.13", + "@smithy/middleware-stack": "^2.0.7", + "@smithy/node-config-provider": "^2.1.5", + "@smithy/node-http-handler": "^2.1.9", + "@smithy/protocol-http": "^3.0.9", + "@smithy/smithy-client": "^2.1.15", + "@smithy/types": "^2.5.0", + "@smithy/url-parser": "^2.0.13", + "@smithy/util-base64": "^2.0.1", "@smithy/util-body-length-browser": "^2.0.0", "@smithy/util-body-length-node": "^2.1.0", - "@smithy/util-defaults-mode-browser": "^2.0.16", - "@smithy/util-defaults-mode-node": "^2.0.21", - "@smithy/util-endpoints": "^1.0.2", - "@smithy/util-retry": "^2.0.5", - "@smithy/util-utf8": "^2.0.0", - "@smithy/util-waiter": "^2.0.12", + "@smithy/util-defaults-mode-browser": "^2.0.19", + "@smithy/util-defaults-mode-node": "^2.0.25", + "@smithy/util-endpoints": "^1.0.4", + "@smithy/util-retry": "^2.0.6", + "@smithy/util-utf8": "^2.0.2", + "@smithy/util-waiter": "^2.0.13", "tslib": "^2.5.0", "uuid": "^8.3.2" }, diff --git a/clients/client-macie2/src/commands/AcceptInvitationCommand.ts b/clients/client-macie2/src/commands/AcceptInvitationCommand.ts index 9f4d786229b8..fd514883da69 100644 --- a/clients/client-macie2/src/commands/AcceptInvitationCommand.ts +++ b/clients/client-macie2/src/commands/AcceptInvitationCommand.ts @@ -91,9 +91,6 @@ export class AcceptInvitationCommand extends $Command< AcceptInvitationCommandOutput, Macie2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -107,9 +104,7 @@ export class AcceptInvitationCommand extends $Command< * @public */ constructor(readonly input: AcceptInvitationCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -162,7 +157,4 @@ export class AcceptInvitationCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_AcceptInvitationCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-macie2/src/commands/BatchGetCustomDataIdentifiersCommand.ts b/clients/client-macie2/src/commands/BatchGetCustomDataIdentifiersCommand.ts index a730d58c98df..5c9b2568de77 100644 --- a/clients/client-macie2/src/commands/BatchGetCustomDataIdentifiersCommand.ts +++ b/clients/client-macie2/src/commands/BatchGetCustomDataIdentifiersCommand.ts @@ -110,9 +110,6 @@ export class BatchGetCustomDataIdentifiersCommand extends $Command< BatchGetCustomDataIdentifiersCommandOutput, Macie2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -126,9 +123,7 @@ export class BatchGetCustomDataIdentifiersCommand extends $Command< * @public */ constructor(readonly input: BatchGetCustomDataIdentifiersCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -184,7 +179,4 @@ export class BatchGetCustomDataIdentifiersCommand extends $Command< ): Promise { return de_BatchGetCustomDataIdentifiersCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-macie2/src/commands/CreateAllowListCommand.ts b/clients/client-macie2/src/commands/CreateAllowListCommand.ts index 7b81631bf9c3..a5edbd2a67d4 100644 --- a/clients/client-macie2/src/commands/CreateAllowListCommand.ts +++ b/clients/client-macie2/src/commands/CreateAllowListCommand.ts @@ -104,9 +104,6 @@ export class CreateAllowListCommand extends $Command< CreateAllowListCommandOutput, Macie2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -120,9 +117,7 @@ export class CreateAllowListCommand extends $Command< * @public */ constructor(readonly input: CreateAllowListCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -175,7 +170,4 @@ export class CreateAllowListCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateAllowListCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-macie2/src/commands/CreateClassificationJobCommand.ts b/clients/client-macie2/src/commands/CreateClassificationJobCommand.ts index 45c6e0fbf5f4..f64da17da31c 100644 --- a/clients/client-macie2/src/commands/CreateClassificationJobCommand.ts +++ b/clients/client-macie2/src/commands/CreateClassificationJobCommand.ts @@ -219,9 +219,6 @@ export class CreateClassificationJobCommand extends $Command< CreateClassificationJobCommandOutput, Macie2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -235,9 +232,7 @@ export class CreateClassificationJobCommand extends $Command< * @public */ constructor(readonly input: CreateClassificationJobCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -290,7 +285,4 @@ export class CreateClassificationJobCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateClassificationJobCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-macie2/src/commands/CreateCustomDataIdentifierCommand.ts b/clients/client-macie2/src/commands/CreateCustomDataIdentifierCommand.ts index e41a2775ceba..d4663325ca7b 100644 --- a/clients/client-macie2/src/commands/CreateCustomDataIdentifierCommand.ts +++ b/clients/client-macie2/src/commands/CreateCustomDataIdentifierCommand.ts @@ -110,9 +110,6 @@ export class CreateCustomDataIdentifierCommand extends $Command< CreateCustomDataIdentifierCommandOutput, Macie2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -126,9 +123,7 @@ export class CreateCustomDataIdentifierCommand extends $Command< * @public */ constructor(readonly input: CreateCustomDataIdentifierCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -184,7 +179,4 @@ export class CreateCustomDataIdentifierCommand extends $Command< ): Promise { return de_CreateCustomDataIdentifierCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-macie2/src/commands/CreateFindingsFilterCommand.ts b/clients/client-macie2/src/commands/CreateFindingsFilterCommand.ts index c6bb8ae2c453..632c3a871b96 100644 --- a/clients/client-macie2/src/commands/CreateFindingsFilterCommand.ts +++ b/clients/client-macie2/src/commands/CreateFindingsFilterCommand.ts @@ -118,9 +118,6 @@ export class CreateFindingsFilterCommand extends $Command< CreateFindingsFilterCommandOutput, Macie2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -134,9 +131,7 @@ export class CreateFindingsFilterCommand extends $Command< * @public */ constructor(readonly input: CreateFindingsFilterCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -189,7 +184,4 @@ export class CreateFindingsFilterCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateFindingsFilterCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-macie2/src/commands/CreateInvitationsCommand.ts b/clients/client-macie2/src/commands/CreateInvitationsCommand.ts index 8349644bd5e3..794bf60ae60a 100644 --- a/clients/client-macie2/src/commands/CreateInvitationsCommand.ts +++ b/clients/client-macie2/src/commands/CreateInvitationsCommand.ts @@ -101,9 +101,6 @@ export class CreateInvitationsCommand extends $Command< CreateInvitationsCommandOutput, Macie2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -117,9 +114,7 @@ export class CreateInvitationsCommand extends $Command< * @public */ constructor(readonly input: CreateInvitationsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -172,7 +167,4 @@ export class CreateInvitationsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateInvitationsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-macie2/src/commands/CreateMemberCommand.ts b/clients/client-macie2/src/commands/CreateMemberCommand.ts index 7ec524f9a5c8..684e3aed4b34 100644 --- a/clients/client-macie2/src/commands/CreateMemberCommand.ts +++ b/clients/client-macie2/src/commands/CreateMemberCommand.ts @@ -97,9 +97,6 @@ export class CreateMemberCommand extends $Command< CreateMemberCommandOutput, Macie2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -113,9 +110,7 @@ export class CreateMemberCommand extends $Command< * @public */ constructor(readonly input: CreateMemberCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -166,7 +161,4 @@ export class CreateMemberCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateMemberCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-macie2/src/commands/CreateSampleFindingsCommand.ts b/clients/client-macie2/src/commands/CreateSampleFindingsCommand.ts index 89a1fe882ca5..79e8764a72c5 100644 --- a/clients/client-macie2/src/commands/CreateSampleFindingsCommand.ts +++ b/clients/client-macie2/src/commands/CreateSampleFindingsCommand.ts @@ -91,9 +91,6 @@ export class CreateSampleFindingsCommand extends $Command< CreateSampleFindingsCommandOutput, Macie2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -107,9 +104,7 @@ export class CreateSampleFindingsCommand extends $Command< * @public */ constructor(readonly input: CreateSampleFindingsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -162,7 +157,4 @@ export class CreateSampleFindingsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateSampleFindingsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-macie2/src/commands/DeclineInvitationsCommand.ts b/clients/client-macie2/src/commands/DeclineInvitationsCommand.ts index 705acfe7cc1a..10835e733525 100644 --- a/clients/client-macie2/src/commands/DeclineInvitationsCommand.ts +++ b/clients/client-macie2/src/commands/DeclineInvitationsCommand.ts @@ -99,9 +99,6 @@ export class DeclineInvitationsCommand extends $Command< DeclineInvitationsCommandOutput, Macie2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -115,9 +112,7 @@ export class DeclineInvitationsCommand extends $Command< * @public */ constructor(readonly input: DeclineInvitationsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -170,7 +165,4 @@ export class DeclineInvitationsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeclineInvitationsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-macie2/src/commands/DeleteAllowListCommand.ts b/clients/client-macie2/src/commands/DeleteAllowListCommand.ts index 7f660ec25648..149d2c020a47 100644 --- a/clients/client-macie2/src/commands/DeleteAllowListCommand.ts +++ b/clients/client-macie2/src/commands/DeleteAllowListCommand.ts @@ -84,9 +84,6 @@ export class DeleteAllowListCommand extends $Command< DeleteAllowListCommandOutput, Macie2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -100,9 +97,7 @@ export class DeleteAllowListCommand extends $Command< * @public */ constructor(readonly input: DeleteAllowListCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -155,7 +150,4 @@ export class DeleteAllowListCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteAllowListCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-macie2/src/commands/DeleteCustomDataIdentifierCommand.ts b/clients/client-macie2/src/commands/DeleteCustomDataIdentifierCommand.ts index 64fd2ce052b9..0a0de4ec30dc 100644 --- a/clients/client-macie2/src/commands/DeleteCustomDataIdentifierCommand.ts +++ b/clients/client-macie2/src/commands/DeleteCustomDataIdentifierCommand.ts @@ -89,9 +89,6 @@ export class DeleteCustomDataIdentifierCommand extends $Command< DeleteCustomDataIdentifierCommandOutput, Macie2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -105,9 +102,7 @@ export class DeleteCustomDataIdentifierCommand extends $Command< * @public */ constructor(readonly input: DeleteCustomDataIdentifierCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -163,7 +158,4 @@ export class DeleteCustomDataIdentifierCommand extends $Command< ): Promise { return de_DeleteCustomDataIdentifierCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-macie2/src/commands/DeleteFindingsFilterCommand.ts b/clients/client-macie2/src/commands/DeleteFindingsFilterCommand.ts index a0e0d71fec71..3a8ec91fe30b 100644 --- a/clients/client-macie2/src/commands/DeleteFindingsFilterCommand.ts +++ b/clients/client-macie2/src/commands/DeleteFindingsFilterCommand.ts @@ -89,9 +89,6 @@ export class DeleteFindingsFilterCommand extends $Command< DeleteFindingsFilterCommandOutput, Macie2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -105,9 +102,7 @@ export class DeleteFindingsFilterCommand extends $Command< * @public */ constructor(readonly input: DeleteFindingsFilterCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -160,7 +155,4 @@ export class DeleteFindingsFilterCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteFindingsFilterCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-macie2/src/commands/DeleteInvitationsCommand.ts b/clients/client-macie2/src/commands/DeleteInvitationsCommand.ts index c47e9bf40904..b2f57617002c 100644 --- a/clients/client-macie2/src/commands/DeleteInvitationsCommand.ts +++ b/clients/client-macie2/src/commands/DeleteInvitationsCommand.ts @@ -99,9 +99,6 @@ export class DeleteInvitationsCommand extends $Command< DeleteInvitationsCommandOutput, Macie2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -115,9 +112,7 @@ export class DeleteInvitationsCommand extends $Command< * @public */ constructor(readonly input: DeleteInvitationsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -170,7 +165,4 @@ export class DeleteInvitationsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteInvitationsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-macie2/src/commands/DeleteMemberCommand.ts b/clients/client-macie2/src/commands/DeleteMemberCommand.ts index 0643d2e353e2..99e1c211e743 100644 --- a/clients/client-macie2/src/commands/DeleteMemberCommand.ts +++ b/clients/client-macie2/src/commands/DeleteMemberCommand.ts @@ -89,9 +89,6 @@ export class DeleteMemberCommand extends $Command< DeleteMemberCommandOutput, Macie2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -105,9 +102,7 @@ export class DeleteMemberCommand extends $Command< * @public */ constructor(readonly input: DeleteMemberCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -158,7 +153,4 @@ export class DeleteMemberCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteMemberCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-macie2/src/commands/DescribeBucketsCommand.ts b/clients/client-macie2/src/commands/DescribeBucketsCommand.ts index 7da7c32f3647..c1c9c969fe48 100644 --- a/clients/client-macie2/src/commands/DescribeBucketsCommand.ts +++ b/clients/client-macie2/src/commands/DescribeBucketsCommand.ts @@ -202,9 +202,6 @@ export class DescribeBucketsCommand extends $Command< DescribeBucketsCommandOutput, Macie2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -218,9 +215,7 @@ export class DescribeBucketsCommand extends $Command< * @public */ constructor(readonly input: DescribeBucketsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -273,7 +268,4 @@ export class DescribeBucketsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DescribeBucketsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-macie2/src/commands/DescribeClassificationJobCommand.ts b/clients/client-macie2/src/commands/DescribeClassificationJobCommand.ts index b03da22a1a55..7373cd750a60 100644 --- a/clients/client-macie2/src/commands/DescribeClassificationJobCommand.ts +++ b/clients/client-macie2/src/commands/DescribeClassificationJobCommand.ts @@ -235,9 +235,6 @@ export class DescribeClassificationJobCommand extends $Command< DescribeClassificationJobCommandOutput, Macie2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -251,9 +248,7 @@ export class DescribeClassificationJobCommand extends $Command< * @public */ constructor(readonly input: DescribeClassificationJobCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -309,7 +304,4 @@ export class DescribeClassificationJobCommand extends $Command< ): Promise { return de_DescribeClassificationJobCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-macie2/src/commands/DescribeOrganizationConfigurationCommand.ts b/clients/client-macie2/src/commands/DescribeOrganizationConfigurationCommand.ts index 4423d1356866..51c4207a64cc 100644 --- a/clients/client-macie2/src/commands/DescribeOrganizationConfigurationCommand.ts +++ b/clients/client-macie2/src/commands/DescribeOrganizationConfigurationCommand.ts @@ -98,9 +98,6 @@ export class DescribeOrganizationConfigurationCommand extends $Command< DescribeOrganizationConfigurationCommandOutput, Macie2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -114,9 +111,7 @@ export class DescribeOrganizationConfigurationCommand extends $Command< * @public */ constructor(readonly input: DescribeOrganizationConfigurationCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -175,7 +170,4 @@ export class DescribeOrganizationConfigurationCommand extends $Command< ): Promise { return de_DescribeOrganizationConfigurationCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-macie2/src/commands/DisableMacieCommand.ts b/clients/client-macie2/src/commands/DisableMacieCommand.ts index 838bb77dae09..049ca6cffb82 100644 --- a/clients/client-macie2/src/commands/DisableMacieCommand.ts +++ b/clients/client-macie2/src/commands/DisableMacieCommand.ts @@ -87,9 +87,6 @@ export class DisableMacieCommand extends $Command< DisableMacieCommandOutput, Macie2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -103,9 +100,7 @@ export class DisableMacieCommand extends $Command< * @public */ constructor(readonly input: DisableMacieCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -156,7 +151,4 @@ export class DisableMacieCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DisableMacieCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-macie2/src/commands/DisableOrganizationAdminAccountCommand.ts b/clients/client-macie2/src/commands/DisableOrganizationAdminAccountCommand.ts index 59ea12d3fc14..b08b4d220e69 100644 --- a/clients/client-macie2/src/commands/DisableOrganizationAdminAccountCommand.ts +++ b/clients/client-macie2/src/commands/DisableOrganizationAdminAccountCommand.ts @@ -94,9 +94,6 @@ export class DisableOrganizationAdminAccountCommand extends $Command< DisableOrganizationAdminAccountCommandOutput, Macie2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -110,9 +107,7 @@ export class DisableOrganizationAdminAccountCommand extends $Command< * @public */ constructor(readonly input: DisableOrganizationAdminAccountCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -171,7 +166,4 @@ export class DisableOrganizationAdminAccountCommand extends $Command< ): Promise { return de_DisableOrganizationAdminAccountCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-macie2/src/commands/DisassociateFromAdministratorAccountCommand.ts b/clients/client-macie2/src/commands/DisassociateFromAdministratorAccountCommand.ts index c3f153cda2d2..f165982669ca 100644 --- a/clients/client-macie2/src/commands/DisassociateFromAdministratorAccountCommand.ts +++ b/clients/client-macie2/src/commands/DisassociateFromAdministratorAccountCommand.ts @@ -95,9 +95,6 @@ export class DisassociateFromAdministratorAccountCommand extends $Command< DisassociateFromAdministratorAccountCommandOutput, Macie2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -111,9 +108,7 @@ export class DisassociateFromAdministratorAccountCommand extends $Command< * @public */ constructor(readonly input: DisassociateFromAdministratorAccountCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -172,7 +167,4 @@ export class DisassociateFromAdministratorAccountCommand extends $Command< ): Promise { return de_DisassociateFromAdministratorAccountCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-macie2/src/commands/DisassociateFromMasterAccountCommand.ts b/clients/client-macie2/src/commands/DisassociateFromMasterAccountCommand.ts index 4338935cb8d8..683943aa6ed8 100644 --- a/clients/client-macie2/src/commands/DisassociateFromMasterAccountCommand.ts +++ b/clients/client-macie2/src/commands/DisassociateFromMasterAccountCommand.ts @@ -92,9 +92,6 @@ export class DisassociateFromMasterAccountCommand extends $Command< DisassociateFromMasterAccountCommandOutput, Macie2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -108,9 +105,7 @@ export class DisassociateFromMasterAccountCommand extends $Command< * @public */ constructor(readonly input: DisassociateFromMasterAccountCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -166,7 +161,4 @@ export class DisassociateFromMasterAccountCommand extends $Command< ): Promise { return de_DisassociateFromMasterAccountCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-macie2/src/commands/DisassociateMemberCommand.ts b/clients/client-macie2/src/commands/DisassociateMemberCommand.ts index 4bd7ec953486..2d7918cb40ac 100644 --- a/clients/client-macie2/src/commands/DisassociateMemberCommand.ts +++ b/clients/client-macie2/src/commands/DisassociateMemberCommand.ts @@ -89,9 +89,6 @@ export class DisassociateMemberCommand extends $Command< DisassociateMemberCommandOutput, Macie2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -105,9 +102,7 @@ export class DisassociateMemberCommand extends $Command< * @public */ constructor(readonly input: DisassociateMemberCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -160,7 +155,4 @@ export class DisassociateMemberCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DisassociateMemberCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-macie2/src/commands/EnableMacieCommand.ts b/clients/client-macie2/src/commands/EnableMacieCommand.ts index 66cfb75516ff..c3d7a0125c9b 100644 --- a/clients/client-macie2/src/commands/EnableMacieCommand.ts +++ b/clients/client-macie2/src/commands/EnableMacieCommand.ts @@ -91,9 +91,6 @@ export class EnableMacieCommand extends $Command< EnableMacieCommandOutput, Macie2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -107,9 +104,7 @@ export class EnableMacieCommand extends $Command< * @public */ constructor(readonly input: EnableMacieCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -160,7 +155,4 @@ export class EnableMacieCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_EnableMacieCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-macie2/src/commands/EnableOrganizationAdminAccountCommand.ts b/clients/client-macie2/src/commands/EnableOrganizationAdminAccountCommand.ts index 95e274197378..3d1b9748fbad 100644 --- a/clients/client-macie2/src/commands/EnableOrganizationAdminAccountCommand.ts +++ b/clients/client-macie2/src/commands/EnableOrganizationAdminAccountCommand.ts @@ -95,9 +95,6 @@ export class EnableOrganizationAdminAccountCommand extends $Command< EnableOrganizationAdminAccountCommandOutput, Macie2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -111,9 +108,7 @@ export class EnableOrganizationAdminAccountCommand extends $Command< * @public */ constructor(readonly input: EnableOrganizationAdminAccountCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -172,7 +167,4 @@ export class EnableOrganizationAdminAccountCommand extends $Command< ): Promise { return de_EnableOrganizationAdminAccountCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-macie2/src/commands/GetAdministratorAccountCommand.ts b/clients/client-macie2/src/commands/GetAdministratorAccountCommand.ts index 3e2e52bb4213..eeee9ee6e0da 100644 --- a/clients/client-macie2/src/commands/GetAdministratorAccountCommand.ts +++ b/clients/client-macie2/src/commands/GetAdministratorAccountCommand.ts @@ -94,9 +94,6 @@ export class GetAdministratorAccountCommand extends $Command< GetAdministratorAccountCommandOutput, Macie2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -110,9 +107,7 @@ export class GetAdministratorAccountCommand extends $Command< * @public */ constructor(readonly input: GetAdministratorAccountCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -165,7 +160,4 @@ export class GetAdministratorAccountCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetAdministratorAccountCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-macie2/src/commands/GetAllowListCommand.ts b/clients/client-macie2/src/commands/GetAllowListCommand.ts index 6154c94042a4..2ea47fa965a8 100644 --- a/clients/client-macie2/src/commands/GetAllowListCommand.ts +++ b/clients/client-macie2/src/commands/GetAllowListCommand.ts @@ -104,9 +104,6 @@ export class GetAllowListCommand extends $Command< GetAllowListCommandOutput, Macie2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -120,9 +117,7 @@ export class GetAllowListCommand extends $Command< * @public */ constructor(readonly input: GetAllowListCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -173,7 +168,4 @@ export class GetAllowListCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetAllowListCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-macie2/src/commands/GetAutomatedDiscoveryConfigurationCommand.ts b/clients/client-macie2/src/commands/GetAutomatedDiscoveryConfigurationCommand.ts index c2378da958a7..7f373fcb6528 100644 --- a/clients/client-macie2/src/commands/GetAutomatedDiscoveryConfigurationCommand.ts +++ b/clients/client-macie2/src/commands/GetAutomatedDiscoveryConfigurationCommand.ts @@ -93,9 +93,6 @@ export class GetAutomatedDiscoveryConfigurationCommand extends $Command< GetAutomatedDiscoveryConfigurationCommandOutput, Macie2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -109,9 +106,7 @@ export class GetAutomatedDiscoveryConfigurationCommand extends $Command< * @public */ constructor(readonly input: GetAutomatedDiscoveryConfigurationCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -170,7 +165,4 @@ export class GetAutomatedDiscoveryConfigurationCommand extends $Command< ): Promise { return de_GetAutomatedDiscoveryConfigurationCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-macie2/src/commands/GetBucketStatisticsCommand.ts b/clients/client-macie2/src/commands/GetBucketStatisticsCommand.ts index 779f6f4c8317..d9cca593a0ba 100644 --- a/clients/client-macie2/src/commands/GetBucketStatisticsCommand.ts +++ b/clients/client-macie2/src/commands/GetBucketStatisticsCommand.ts @@ -156,9 +156,6 @@ export class GetBucketStatisticsCommand extends $Command< GetBucketStatisticsCommandOutput, Macie2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -172,9 +169,7 @@ export class GetBucketStatisticsCommand extends $Command< * @public */ constructor(readonly input: GetBucketStatisticsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -227,7 +222,4 @@ export class GetBucketStatisticsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetBucketStatisticsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-macie2/src/commands/GetClassificationExportConfigurationCommand.ts b/clients/client-macie2/src/commands/GetClassificationExportConfigurationCommand.ts index e1314a947f6e..a9ce26b0a87f 100644 --- a/clients/client-macie2/src/commands/GetClassificationExportConfigurationCommand.ts +++ b/clients/client-macie2/src/commands/GetClassificationExportConfigurationCommand.ts @@ -103,9 +103,6 @@ export class GetClassificationExportConfigurationCommand extends $Command< GetClassificationExportConfigurationCommandOutput, Macie2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -119,9 +116,7 @@ export class GetClassificationExportConfigurationCommand extends $Command< * @public */ constructor(readonly input: GetClassificationExportConfigurationCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -180,7 +175,4 @@ export class GetClassificationExportConfigurationCommand extends $Command< ): Promise { return de_GetClassificationExportConfigurationCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-macie2/src/commands/GetClassificationScopeCommand.ts b/clients/client-macie2/src/commands/GetClassificationScopeCommand.ts index d637bf90ce3d..3c63d91e8592 100644 --- a/clients/client-macie2/src/commands/GetClassificationScopeCommand.ts +++ b/clients/client-macie2/src/commands/GetClassificationScopeCommand.ts @@ -93,9 +93,6 @@ export class GetClassificationScopeCommand extends $Command< GetClassificationScopeCommandOutput, Macie2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -109,9 +106,7 @@ export class GetClassificationScopeCommand extends $Command< * @public */ constructor(readonly input: GetClassificationScopeCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -164,7 +159,4 @@ export class GetClassificationScopeCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetClassificationScopeCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-macie2/src/commands/GetCustomDataIdentifierCommand.ts b/clients/client-macie2/src/commands/GetCustomDataIdentifierCommand.ts index f91405a8d6aa..adfb5c60daf3 100644 --- a/clients/client-macie2/src/commands/GetCustomDataIdentifierCommand.ts +++ b/clients/client-macie2/src/commands/GetCustomDataIdentifierCommand.ts @@ -113,9 +113,6 @@ export class GetCustomDataIdentifierCommand extends $Command< GetCustomDataIdentifierCommandOutput, Macie2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -129,9 +126,7 @@ export class GetCustomDataIdentifierCommand extends $Command< * @public */ constructor(readonly input: GetCustomDataIdentifierCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -184,7 +179,4 @@ export class GetCustomDataIdentifierCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetCustomDataIdentifierCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-macie2/src/commands/GetFindingStatisticsCommand.ts b/clients/client-macie2/src/commands/GetFindingStatisticsCommand.ts index d4d09f8e4976..5bdd386500f4 100644 --- a/clients/client-macie2/src/commands/GetFindingStatisticsCommand.ts +++ b/clients/client-macie2/src/commands/GetFindingStatisticsCommand.ts @@ -120,9 +120,6 @@ export class GetFindingStatisticsCommand extends $Command< GetFindingStatisticsCommandOutput, Macie2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -136,9 +133,7 @@ export class GetFindingStatisticsCommand extends $Command< * @public */ constructor(readonly input: GetFindingStatisticsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -191,7 +186,4 @@ export class GetFindingStatisticsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetFindingStatisticsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-macie2/src/commands/GetFindingsCommand.ts b/clients/client-macie2/src/commands/GetFindingsCommand.ts index 2fd561d62432..cd436cd8862e 100644 --- a/clients/client-macie2/src/commands/GetFindingsCommand.ts +++ b/clients/client-macie2/src/commands/GetFindingsCommand.ts @@ -401,9 +401,6 @@ export class GetFindingsCommand extends $Command< GetFindingsCommandOutput, Macie2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -417,9 +414,7 @@ export class GetFindingsCommand extends $Command< * @public */ constructor(readonly input: GetFindingsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -470,7 +465,4 @@ export class GetFindingsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetFindingsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-macie2/src/commands/GetFindingsFilterCommand.ts b/clients/client-macie2/src/commands/GetFindingsFilterCommand.ts index 52e4c0e30816..4c4bc05c5691 100644 --- a/clients/client-macie2/src/commands/GetFindingsFilterCommand.ts +++ b/clients/client-macie2/src/commands/GetFindingsFilterCommand.ts @@ -118,9 +118,6 @@ export class GetFindingsFilterCommand extends $Command< GetFindingsFilterCommandOutput, Macie2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -134,9 +131,7 @@ export class GetFindingsFilterCommand extends $Command< * @public */ constructor(readonly input: GetFindingsFilterCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -189,7 +184,4 @@ export class GetFindingsFilterCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetFindingsFilterCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-macie2/src/commands/GetFindingsPublicationConfigurationCommand.ts b/clients/client-macie2/src/commands/GetFindingsPublicationConfigurationCommand.ts index 5d66498a4e32..92538d4be0a6 100644 --- a/clients/client-macie2/src/commands/GetFindingsPublicationConfigurationCommand.ts +++ b/clients/client-macie2/src/commands/GetFindingsPublicationConfigurationCommand.ts @@ -100,9 +100,6 @@ export class GetFindingsPublicationConfigurationCommand extends $Command< GetFindingsPublicationConfigurationCommandOutput, Macie2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -116,9 +113,7 @@ export class GetFindingsPublicationConfigurationCommand extends $Command< * @public */ constructor(readonly input: GetFindingsPublicationConfigurationCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -177,7 +172,4 @@ export class GetFindingsPublicationConfigurationCommand extends $Command< ): Promise { return de_GetFindingsPublicationConfigurationCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-macie2/src/commands/GetInvitationsCountCommand.ts b/clients/client-macie2/src/commands/GetInvitationsCountCommand.ts index da0233eeedcf..3b9a28b6a278 100644 --- a/clients/client-macie2/src/commands/GetInvitationsCountCommand.ts +++ b/clients/client-macie2/src/commands/GetInvitationsCountCommand.ts @@ -89,9 +89,6 @@ export class GetInvitationsCountCommand extends $Command< GetInvitationsCountCommandOutput, Macie2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -105,9 +102,7 @@ export class GetInvitationsCountCommand extends $Command< * @public */ constructor(readonly input: GetInvitationsCountCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -160,7 +155,4 @@ export class GetInvitationsCountCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetInvitationsCountCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-macie2/src/commands/GetMacieSessionCommand.ts b/clients/client-macie2/src/commands/GetMacieSessionCommand.ts index bc03d361aa60..aa0d09497c88 100644 --- a/clients/client-macie2/src/commands/GetMacieSessionCommand.ts +++ b/clients/client-macie2/src/commands/GetMacieSessionCommand.ts @@ -93,9 +93,6 @@ export class GetMacieSessionCommand extends $Command< GetMacieSessionCommandOutput, Macie2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -109,9 +106,7 @@ export class GetMacieSessionCommand extends $Command< * @public */ constructor(readonly input: GetMacieSessionCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -164,7 +159,4 @@ export class GetMacieSessionCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetMacieSessionCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-macie2/src/commands/GetMasterAccountCommand.ts b/clients/client-macie2/src/commands/GetMasterAccountCommand.ts index bd800da5d1ea..57ee6713053c 100644 --- a/clients/client-macie2/src/commands/GetMasterAccountCommand.ts +++ b/clients/client-macie2/src/commands/GetMasterAccountCommand.ts @@ -94,9 +94,6 @@ export class GetMasterAccountCommand extends $Command< GetMasterAccountCommandOutput, Macie2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -110,9 +107,7 @@ export class GetMasterAccountCommand extends $Command< * @public */ constructor(readonly input: GetMasterAccountCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -165,7 +160,4 @@ export class GetMasterAccountCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetMasterAccountCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-macie2/src/commands/GetMemberCommand.ts b/clients/client-macie2/src/commands/GetMemberCommand.ts index d83a7a9e6062..059ac005a78e 100644 --- a/clients/client-macie2/src/commands/GetMemberCommand.ts +++ b/clients/client-macie2/src/commands/GetMemberCommand.ts @@ -101,9 +101,6 @@ export class GetMemberCommand extends $Command< GetMemberCommandOutput, Macie2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -117,9 +114,7 @@ export class GetMemberCommand extends $Command< * @public */ constructor(readonly input: GetMemberCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -170,7 +165,4 @@ export class GetMemberCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetMemberCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-macie2/src/commands/GetResourceProfileCommand.ts b/clients/client-macie2/src/commands/GetResourceProfileCommand.ts index 38bf9047452a..406066084d54 100644 --- a/clients/client-macie2/src/commands/GetResourceProfileCommand.ts +++ b/clients/client-macie2/src/commands/GetResourceProfileCommand.ts @@ -101,9 +101,6 @@ export class GetResourceProfileCommand extends $Command< GetResourceProfileCommandOutput, Macie2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -117,9 +114,7 @@ export class GetResourceProfileCommand extends $Command< * @public */ constructor(readonly input: GetResourceProfileCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -172,7 +167,4 @@ export class GetResourceProfileCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetResourceProfileCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-macie2/src/commands/GetRevealConfigurationCommand.ts b/clients/client-macie2/src/commands/GetRevealConfigurationCommand.ts index 34d90f2b908a..b848424f51e2 100644 --- a/clients/client-macie2/src/commands/GetRevealConfigurationCommand.ts +++ b/clients/client-macie2/src/commands/GetRevealConfigurationCommand.ts @@ -83,9 +83,6 @@ export class GetRevealConfigurationCommand extends $Command< GetRevealConfigurationCommandOutput, Macie2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -99,9 +96,7 @@ export class GetRevealConfigurationCommand extends $Command< * @public */ constructor(readonly input: GetRevealConfigurationCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -154,7 +149,4 @@ export class GetRevealConfigurationCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetRevealConfigurationCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-macie2/src/commands/GetSensitiveDataOccurrencesAvailabilityCommand.ts b/clients/client-macie2/src/commands/GetSensitiveDataOccurrencesAvailabilityCommand.ts index 1b8e5d99753c..3dd1525347c9 100644 --- a/clients/client-macie2/src/commands/GetSensitiveDataOccurrencesAvailabilityCommand.ts +++ b/clients/client-macie2/src/commands/GetSensitiveDataOccurrencesAvailabilityCommand.ts @@ -94,9 +94,6 @@ export class GetSensitiveDataOccurrencesAvailabilityCommand extends $Command< GetSensitiveDataOccurrencesAvailabilityCommandOutput, Macie2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -110,9 +107,7 @@ export class GetSensitiveDataOccurrencesAvailabilityCommand extends $Command< * @public */ constructor(readonly input: GetSensitiveDataOccurrencesAvailabilityCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -177,7 +172,4 @@ export class GetSensitiveDataOccurrencesAvailabilityCommand extends $Command< ): Promise { return de_GetSensitiveDataOccurrencesAvailabilityCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-macie2/src/commands/GetSensitiveDataOccurrencesCommand.ts b/clients/client-macie2/src/commands/GetSensitiveDataOccurrencesCommand.ts index 7435e83290d2..bdfe30bc67ca 100644 --- a/clients/client-macie2/src/commands/GetSensitiveDataOccurrencesCommand.ts +++ b/clients/client-macie2/src/commands/GetSensitiveDataOccurrencesCommand.ts @@ -101,9 +101,6 @@ export class GetSensitiveDataOccurrencesCommand extends $Command< GetSensitiveDataOccurrencesCommandOutput, Macie2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -117,9 +114,7 @@ export class GetSensitiveDataOccurrencesCommand extends $Command< * @public */ constructor(readonly input: GetSensitiveDataOccurrencesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -175,7 +170,4 @@ export class GetSensitiveDataOccurrencesCommand extends $Command< ): Promise { return de_GetSensitiveDataOccurrencesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-macie2/src/commands/GetSensitivityInspectionTemplateCommand.ts b/clients/client-macie2/src/commands/GetSensitivityInspectionTemplateCommand.ts index 075b328696e2..9cfb63da3ba2 100644 --- a/clients/client-macie2/src/commands/GetSensitivityInspectionTemplateCommand.ts +++ b/clients/client-macie2/src/commands/GetSensitivityInspectionTemplateCommand.ts @@ -108,9 +108,6 @@ export class GetSensitivityInspectionTemplateCommand extends $Command< GetSensitivityInspectionTemplateCommandOutput, Macie2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -124,9 +121,7 @@ export class GetSensitivityInspectionTemplateCommand extends $Command< * @public */ constructor(readonly input: GetSensitivityInspectionTemplateCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -185,7 +180,4 @@ export class GetSensitivityInspectionTemplateCommand extends $Command< ): Promise { return de_GetSensitivityInspectionTemplateCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-macie2/src/commands/GetUsageStatisticsCommand.ts b/clients/client-macie2/src/commands/GetUsageStatisticsCommand.ts index 6e419625dc98..067b76aa7240 100644 --- a/clients/client-macie2/src/commands/GetUsageStatisticsCommand.ts +++ b/clients/client-macie2/src/commands/GetUsageStatisticsCommand.ts @@ -126,9 +126,6 @@ export class GetUsageStatisticsCommand extends $Command< GetUsageStatisticsCommandOutput, Macie2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -142,9 +139,7 @@ export class GetUsageStatisticsCommand extends $Command< * @public */ constructor(readonly input: GetUsageStatisticsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -197,7 +192,4 @@ export class GetUsageStatisticsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetUsageStatisticsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-macie2/src/commands/GetUsageTotalsCommand.ts b/clients/client-macie2/src/commands/GetUsageTotalsCommand.ts index 8f07e80bc4a4..a44f57677ef9 100644 --- a/clients/client-macie2/src/commands/GetUsageTotalsCommand.ts +++ b/clients/client-macie2/src/commands/GetUsageTotalsCommand.ts @@ -98,9 +98,6 @@ export class GetUsageTotalsCommand extends $Command< GetUsageTotalsCommandOutput, Macie2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -114,9 +111,7 @@ export class GetUsageTotalsCommand extends $Command< * @public */ constructor(readonly input: GetUsageTotalsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -169,7 +164,4 @@ export class GetUsageTotalsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetUsageTotalsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-macie2/src/commands/ListAllowListsCommand.ts b/clients/client-macie2/src/commands/ListAllowListsCommand.ts index ae3d9d6205fe..8d627116d7d3 100644 --- a/clients/client-macie2/src/commands/ListAllowListsCommand.ts +++ b/clients/client-macie2/src/commands/ListAllowListsCommand.ts @@ -93,9 +93,6 @@ export class ListAllowListsCommand extends $Command< ListAllowListsCommandOutput, Macie2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -109,9 +106,7 @@ export class ListAllowListsCommand extends $Command< * @public */ constructor(readonly input: ListAllowListsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -164,7 +159,4 @@ export class ListAllowListsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListAllowListsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-macie2/src/commands/ListClassificationJobsCommand.ts b/clients/client-macie2/src/commands/ListClassificationJobsCommand.ts index 7d1fdf6b1655..6739f2dcc461 100644 --- a/clients/client-macie2/src/commands/ListClassificationJobsCommand.ts +++ b/clients/client-macie2/src/commands/ListClassificationJobsCommand.ts @@ -187,9 +187,6 @@ export class ListClassificationJobsCommand extends $Command< ListClassificationJobsCommandOutput, Macie2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -203,9 +200,7 @@ export class ListClassificationJobsCommand extends $Command< * @public */ constructor(readonly input: ListClassificationJobsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -258,7 +253,4 @@ export class ListClassificationJobsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListClassificationJobsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-macie2/src/commands/ListClassificationScopesCommand.ts b/clients/client-macie2/src/commands/ListClassificationScopesCommand.ts index cda51f35445e..965307f76fbd 100644 --- a/clients/client-macie2/src/commands/ListClassificationScopesCommand.ts +++ b/clients/client-macie2/src/commands/ListClassificationScopesCommand.ts @@ -89,9 +89,6 @@ export class ListClassificationScopesCommand extends $Command< ListClassificationScopesCommandOutput, Macie2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -105,9 +102,7 @@ export class ListClassificationScopesCommand extends $Command< * @public */ constructor(readonly input: ListClassificationScopesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -160,7 +155,4 @@ export class ListClassificationScopesCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListClassificationScopesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-macie2/src/commands/ListCustomDataIdentifiersCommand.ts b/clients/client-macie2/src/commands/ListCustomDataIdentifiersCommand.ts index f4f2c1f94eea..fc5269b4a059 100644 --- a/clients/client-macie2/src/commands/ListCustomDataIdentifiersCommand.ts +++ b/clients/client-macie2/src/commands/ListCustomDataIdentifiersCommand.ts @@ -101,9 +101,6 @@ export class ListCustomDataIdentifiersCommand extends $Command< ListCustomDataIdentifiersCommandOutput, Macie2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -117,9 +114,7 @@ export class ListCustomDataIdentifiersCommand extends $Command< * @public */ constructor(readonly input: ListCustomDataIdentifiersCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -175,7 +170,4 @@ export class ListCustomDataIdentifiersCommand extends $Command< ): Promise { return de_ListCustomDataIdentifiersCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-macie2/src/commands/ListFindingsCommand.ts b/clients/client-macie2/src/commands/ListFindingsCommand.ts index 7962cfbe588d..694265b4fc5a 100644 --- a/clients/client-macie2/src/commands/ListFindingsCommand.ts +++ b/clients/client-macie2/src/commands/ListFindingsCommand.ts @@ -118,9 +118,6 @@ export class ListFindingsCommand extends $Command< ListFindingsCommandOutput, Macie2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -134,9 +131,7 @@ export class ListFindingsCommand extends $Command< * @public */ constructor(readonly input: ListFindingsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -187,7 +182,4 @@ export class ListFindingsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListFindingsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-macie2/src/commands/ListFindingsFiltersCommand.ts b/clients/client-macie2/src/commands/ListFindingsFiltersCommand.ts index 515e0a4edef1..280f9c9674ac 100644 --- a/clients/client-macie2/src/commands/ListFindingsFiltersCommand.ts +++ b/clients/client-macie2/src/commands/ListFindingsFiltersCommand.ts @@ -103,9 +103,6 @@ export class ListFindingsFiltersCommand extends $Command< ListFindingsFiltersCommandOutput, Macie2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -119,9 +116,7 @@ export class ListFindingsFiltersCommand extends $Command< * @public */ constructor(readonly input: ListFindingsFiltersCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -174,7 +169,4 @@ export class ListFindingsFiltersCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListFindingsFiltersCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-macie2/src/commands/ListInvitationsCommand.ts b/clients/client-macie2/src/commands/ListInvitationsCommand.ts index 61f9a20670f9..39db72dd29fa 100644 --- a/clients/client-macie2/src/commands/ListInvitationsCommand.ts +++ b/clients/client-macie2/src/commands/ListInvitationsCommand.ts @@ -100,9 +100,6 @@ export class ListInvitationsCommand extends $Command< ListInvitationsCommandOutput, Macie2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -116,9 +113,7 @@ export class ListInvitationsCommand extends $Command< * @public */ constructor(readonly input: ListInvitationsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -171,7 +166,4 @@ export class ListInvitationsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListInvitationsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-macie2/src/commands/ListManagedDataIdentifiersCommand.ts b/clients/client-macie2/src/commands/ListManagedDataIdentifiersCommand.ts index 4f2266bdd75d..c78fafd814be 100644 --- a/clients/client-macie2/src/commands/ListManagedDataIdentifiersCommand.ts +++ b/clients/client-macie2/src/commands/ListManagedDataIdentifiersCommand.ts @@ -76,9 +76,6 @@ export class ListManagedDataIdentifiersCommand extends $Command< ListManagedDataIdentifiersCommandOutput, Macie2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -92,9 +89,7 @@ export class ListManagedDataIdentifiersCommand extends $Command< * @public */ constructor(readonly input: ListManagedDataIdentifiersCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -150,7 +145,4 @@ export class ListManagedDataIdentifiersCommand extends $Command< ): Promise { return de_ListManagedDataIdentifiersCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-macie2/src/commands/ListMembersCommand.ts b/clients/client-macie2/src/commands/ListMembersCommand.ts index 8af7d345ec98..821abd436d60 100644 --- a/clients/client-macie2/src/commands/ListMembersCommand.ts +++ b/clients/client-macie2/src/commands/ListMembersCommand.ts @@ -108,9 +108,6 @@ export class ListMembersCommand extends $Command< ListMembersCommandOutput, Macie2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -124,9 +121,7 @@ export class ListMembersCommand extends $Command< * @public */ constructor(readonly input: ListMembersCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -177,7 +172,4 @@ export class ListMembersCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListMembersCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-macie2/src/commands/ListOrganizationAdminAccountsCommand.ts b/clients/client-macie2/src/commands/ListOrganizationAdminAccountsCommand.ts index a7de0832ea66..2f2fa0a0f3b5 100644 --- a/clients/client-macie2/src/commands/ListOrganizationAdminAccountsCommand.ts +++ b/clients/client-macie2/src/commands/ListOrganizationAdminAccountsCommand.ts @@ -103,9 +103,6 @@ export class ListOrganizationAdminAccountsCommand extends $Command< ListOrganizationAdminAccountsCommandOutput, Macie2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -119,9 +116,7 @@ export class ListOrganizationAdminAccountsCommand extends $Command< * @public */ constructor(readonly input: ListOrganizationAdminAccountsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -177,7 +172,4 @@ export class ListOrganizationAdminAccountsCommand extends $Command< ): Promise { return de_ListOrganizationAdminAccountsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-macie2/src/commands/ListResourceProfileArtifactsCommand.ts b/clients/client-macie2/src/commands/ListResourceProfileArtifactsCommand.ts index 5d7f1889b6d1..b9359270dfae 100644 --- a/clients/client-macie2/src/commands/ListResourceProfileArtifactsCommand.ts +++ b/clients/client-macie2/src/commands/ListResourceProfileArtifactsCommand.ts @@ -98,9 +98,6 @@ export class ListResourceProfileArtifactsCommand extends $Command< ListResourceProfileArtifactsCommandOutput, Macie2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -114,9 +111,7 @@ export class ListResourceProfileArtifactsCommand extends $Command< * @public */ constructor(readonly input: ListResourceProfileArtifactsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -172,7 +167,4 @@ export class ListResourceProfileArtifactsCommand extends $Command< ): Promise { return de_ListResourceProfileArtifactsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-macie2/src/commands/ListResourceProfileDetectionsCommand.ts b/clients/client-macie2/src/commands/ListResourceProfileDetectionsCommand.ts index a9217ffa962e..5f616939927f 100644 --- a/clients/client-macie2/src/commands/ListResourceProfileDetectionsCommand.ts +++ b/clients/client-macie2/src/commands/ListResourceProfileDetectionsCommand.ts @@ -105,9 +105,6 @@ export class ListResourceProfileDetectionsCommand extends $Command< ListResourceProfileDetectionsCommandOutput, Macie2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -121,9 +118,7 @@ export class ListResourceProfileDetectionsCommand extends $Command< * @public */ constructor(readonly input: ListResourceProfileDetectionsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -179,7 +174,4 @@ export class ListResourceProfileDetectionsCommand extends $Command< ): Promise { return de_ListResourceProfileDetectionsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-macie2/src/commands/ListSensitivityInspectionTemplatesCommand.ts b/clients/client-macie2/src/commands/ListSensitivityInspectionTemplatesCommand.ts index 82b421e26663..9af9a00ccc83 100644 --- a/clients/client-macie2/src/commands/ListSensitivityInspectionTemplatesCommand.ts +++ b/clients/client-macie2/src/commands/ListSensitivityInspectionTemplatesCommand.ts @@ -100,9 +100,6 @@ export class ListSensitivityInspectionTemplatesCommand extends $Command< ListSensitivityInspectionTemplatesCommandOutput, Macie2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -116,9 +113,7 @@ export class ListSensitivityInspectionTemplatesCommand extends $Command< * @public */ constructor(readonly input: ListSensitivityInspectionTemplatesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -177,7 +172,4 @@ export class ListSensitivityInspectionTemplatesCommand extends $Command< ): Promise { return de_ListSensitivityInspectionTemplatesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-macie2/src/commands/ListTagsForResourceCommand.ts b/clients/client-macie2/src/commands/ListTagsForResourceCommand.ts index ad654a61119b..a65a7f707d08 100644 --- a/clients/client-macie2/src/commands/ListTagsForResourceCommand.ts +++ b/clients/client-macie2/src/commands/ListTagsForResourceCommand.ts @@ -72,9 +72,6 @@ export class ListTagsForResourceCommand extends $Command< ListTagsForResourceCommandOutput, Macie2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -88,9 +85,7 @@ export class ListTagsForResourceCommand extends $Command< * @public */ constructor(readonly input: ListTagsForResourceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -143,7 +138,4 @@ export class ListTagsForResourceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListTagsForResourceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-macie2/src/commands/PutClassificationExportConfigurationCommand.ts b/clients/client-macie2/src/commands/PutClassificationExportConfigurationCommand.ts index 62ae9f2c5f8a..bc3428495e72 100644 --- a/clients/client-macie2/src/commands/PutClassificationExportConfigurationCommand.ts +++ b/clients/client-macie2/src/commands/PutClassificationExportConfigurationCommand.ts @@ -111,9 +111,6 @@ export class PutClassificationExportConfigurationCommand extends $Command< PutClassificationExportConfigurationCommandOutput, Macie2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -127,9 +124,7 @@ export class PutClassificationExportConfigurationCommand extends $Command< * @public */ constructor(readonly input: PutClassificationExportConfigurationCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -188,7 +183,4 @@ export class PutClassificationExportConfigurationCommand extends $Command< ): Promise { return de_PutClassificationExportConfigurationCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-macie2/src/commands/PutFindingsPublicationConfigurationCommand.ts b/clients/client-macie2/src/commands/PutFindingsPublicationConfigurationCommand.ts index 6174813f1bf0..c10f317094d8 100644 --- a/clients/client-macie2/src/commands/PutFindingsPublicationConfigurationCommand.ts +++ b/clients/client-macie2/src/commands/PutFindingsPublicationConfigurationCommand.ts @@ -101,9 +101,6 @@ export class PutFindingsPublicationConfigurationCommand extends $Command< PutFindingsPublicationConfigurationCommandOutput, Macie2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -117,9 +114,7 @@ export class PutFindingsPublicationConfigurationCommand extends $Command< * @public */ constructor(readonly input: PutFindingsPublicationConfigurationCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -178,7 +173,4 @@ export class PutFindingsPublicationConfigurationCommand extends $Command< ): Promise { return de_PutFindingsPublicationConfigurationCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-macie2/src/commands/SearchResourcesCommand.ts b/clients/client-macie2/src/commands/SearchResourcesCommand.ts index 64c224054ceb..19cec4db9e14 100644 --- a/clients/client-macie2/src/commands/SearchResourcesCommand.ts +++ b/clients/client-macie2/src/commands/SearchResourcesCommand.ts @@ -182,9 +182,6 @@ export class SearchResourcesCommand extends $Command< SearchResourcesCommandOutput, Macie2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -198,9 +195,7 @@ export class SearchResourcesCommand extends $Command< * @public */ constructor(readonly input: SearchResourcesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -253,7 +248,4 @@ export class SearchResourcesCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_SearchResourcesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-macie2/src/commands/TagResourceCommand.ts b/clients/client-macie2/src/commands/TagResourceCommand.ts index cb30042bc7f3..f51fab29a1e4 100644 --- a/clients/client-macie2/src/commands/TagResourceCommand.ts +++ b/clients/client-macie2/src/commands/TagResourceCommand.ts @@ -71,9 +71,6 @@ export class TagResourceCommand extends $Command< TagResourceCommandOutput, Macie2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -87,9 +84,7 @@ export class TagResourceCommand extends $Command< * @public */ constructor(readonly input: TagResourceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -140,7 +135,4 @@ export class TagResourceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_TagResourceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-macie2/src/commands/TestCustomDataIdentifierCommand.ts b/clients/client-macie2/src/commands/TestCustomDataIdentifierCommand.ts index 653f162576aa..3d2b67f43ce3 100644 --- a/clients/client-macie2/src/commands/TestCustomDataIdentifierCommand.ts +++ b/clients/client-macie2/src/commands/TestCustomDataIdentifierCommand.ts @@ -99,9 +99,6 @@ export class TestCustomDataIdentifierCommand extends $Command< TestCustomDataIdentifierCommandOutput, Macie2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -115,9 +112,7 @@ export class TestCustomDataIdentifierCommand extends $Command< * @public */ constructor(readonly input: TestCustomDataIdentifierCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -170,7 +165,4 @@ export class TestCustomDataIdentifierCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_TestCustomDataIdentifierCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-macie2/src/commands/UntagResourceCommand.ts b/clients/client-macie2/src/commands/UntagResourceCommand.ts index 4f9f5ed1358a..70eba2f9ac8a 100644 --- a/clients/client-macie2/src/commands/UntagResourceCommand.ts +++ b/clients/client-macie2/src/commands/UntagResourceCommand.ts @@ -71,9 +71,6 @@ export class UntagResourceCommand extends $Command< UntagResourceCommandOutput, Macie2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -87,9 +84,7 @@ export class UntagResourceCommand extends $Command< * @public */ constructor(readonly input: UntagResourceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -140,7 +135,4 @@ export class UntagResourceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UntagResourceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-macie2/src/commands/UpdateAllowListCommand.ts b/clients/client-macie2/src/commands/UpdateAllowListCommand.ts index b404c837a0db..0b0b9056529c 100644 --- a/clients/client-macie2/src/commands/UpdateAllowListCommand.ts +++ b/clients/client-macie2/src/commands/UpdateAllowListCommand.ts @@ -95,9 +95,6 @@ export class UpdateAllowListCommand extends $Command< UpdateAllowListCommandOutput, Macie2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -111,9 +108,7 @@ export class UpdateAllowListCommand extends $Command< * @public */ constructor(readonly input: UpdateAllowListCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -166,7 +161,4 @@ export class UpdateAllowListCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdateAllowListCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-macie2/src/commands/UpdateAutomatedDiscoveryConfigurationCommand.ts b/clients/client-macie2/src/commands/UpdateAutomatedDiscoveryConfigurationCommand.ts index fba16c2bdd27..4d970362b84a 100644 --- a/clients/client-macie2/src/commands/UpdateAutomatedDiscoveryConfigurationCommand.ts +++ b/clients/client-macie2/src/commands/UpdateAutomatedDiscoveryConfigurationCommand.ts @@ -89,9 +89,6 @@ export class UpdateAutomatedDiscoveryConfigurationCommand extends $Command< UpdateAutomatedDiscoveryConfigurationCommandOutput, Macie2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -105,9 +102,7 @@ export class UpdateAutomatedDiscoveryConfigurationCommand extends $Command< * @public */ constructor(readonly input: UpdateAutomatedDiscoveryConfigurationCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -166,7 +161,4 @@ export class UpdateAutomatedDiscoveryConfigurationCommand extends $Command< ): Promise { return de_UpdateAutomatedDiscoveryConfigurationCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-macie2/src/commands/UpdateClassificationJobCommand.ts b/clients/client-macie2/src/commands/UpdateClassificationJobCommand.ts index 3f637862995f..480fc10768ba 100644 --- a/clients/client-macie2/src/commands/UpdateClassificationJobCommand.ts +++ b/clients/client-macie2/src/commands/UpdateClassificationJobCommand.ts @@ -90,9 +90,6 @@ export class UpdateClassificationJobCommand extends $Command< UpdateClassificationJobCommandOutput, Macie2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -106,9 +103,7 @@ export class UpdateClassificationJobCommand extends $Command< * @public */ constructor(readonly input: UpdateClassificationJobCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -161,7 +156,4 @@ export class UpdateClassificationJobCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdateClassificationJobCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-macie2/src/commands/UpdateClassificationScopeCommand.ts b/clients/client-macie2/src/commands/UpdateClassificationScopeCommand.ts index f0073642afca..2dae07f1f3ab 100644 --- a/clients/client-macie2/src/commands/UpdateClassificationScopeCommand.ts +++ b/clients/client-macie2/src/commands/UpdateClassificationScopeCommand.ts @@ -91,9 +91,6 @@ export class UpdateClassificationScopeCommand extends $Command< UpdateClassificationScopeCommandOutput, Macie2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -107,9 +104,7 @@ export class UpdateClassificationScopeCommand extends $Command< * @public */ constructor(readonly input: UpdateClassificationScopeCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -165,7 +160,4 @@ export class UpdateClassificationScopeCommand extends $Command< ): Promise { return de_UpdateClassificationScopeCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-macie2/src/commands/UpdateFindingsFilterCommand.ts b/clients/client-macie2/src/commands/UpdateFindingsFilterCommand.ts index 2c159a52bfa3..17661a63dfb5 100644 --- a/clients/client-macie2/src/commands/UpdateFindingsFilterCommand.ts +++ b/clients/client-macie2/src/commands/UpdateFindingsFilterCommand.ts @@ -116,9 +116,6 @@ export class UpdateFindingsFilterCommand extends $Command< UpdateFindingsFilterCommandOutput, Macie2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -132,9 +129,7 @@ export class UpdateFindingsFilterCommand extends $Command< * @public */ constructor(readonly input: UpdateFindingsFilterCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -187,7 +182,4 @@ export class UpdateFindingsFilterCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdateFindingsFilterCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-macie2/src/commands/UpdateMacieSessionCommand.ts b/clients/client-macie2/src/commands/UpdateMacieSessionCommand.ts index c901b0a16b77..8a702856913c 100644 --- a/clients/client-macie2/src/commands/UpdateMacieSessionCommand.ts +++ b/clients/client-macie2/src/commands/UpdateMacieSessionCommand.ts @@ -90,9 +90,6 @@ export class UpdateMacieSessionCommand extends $Command< UpdateMacieSessionCommandOutput, Macie2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -106,9 +103,7 @@ export class UpdateMacieSessionCommand extends $Command< * @public */ constructor(readonly input: UpdateMacieSessionCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -161,7 +156,4 @@ export class UpdateMacieSessionCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdateMacieSessionCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-macie2/src/commands/UpdateMemberSessionCommand.ts b/clients/client-macie2/src/commands/UpdateMemberSessionCommand.ts index 1e6110ead3e3..a23e5e5adfbf 100644 --- a/clients/client-macie2/src/commands/UpdateMemberSessionCommand.ts +++ b/clients/client-macie2/src/commands/UpdateMemberSessionCommand.ts @@ -90,9 +90,6 @@ export class UpdateMemberSessionCommand extends $Command< UpdateMemberSessionCommandOutput, Macie2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -106,9 +103,7 @@ export class UpdateMemberSessionCommand extends $Command< * @public */ constructor(readonly input: UpdateMemberSessionCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -161,7 +156,4 @@ export class UpdateMemberSessionCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdateMemberSessionCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-macie2/src/commands/UpdateOrganizationConfigurationCommand.ts b/clients/client-macie2/src/commands/UpdateOrganizationConfigurationCommand.ts index 4452bb5f493a..3e695e117026 100644 --- a/clients/client-macie2/src/commands/UpdateOrganizationConfigurationCommand.ts +++ b/clients/client-macie2/src/commands/UpdateOrganizationConfigurationCommand.ts @@ -94,9 +94,6 @@ export class UpdateOrganizationConfigurationCommand extends $Command< UpdateOrganizationConfigurationCommandOutput, Macie2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -110,9 +107,7 @@ export class UpdateOrganizationConfigurationCommand extends $Command< * @public */ constructor(readonly input: UpdateOrganizationConfigurationCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -171,7 +166,4 @@ export class UpdateOrganizationConfigurationCommand extends $Command< ): Promise { return de_UpdateOrganizationConfigurationCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-macie2/src/commands/UpdateResourceProfileCommand.ts b/clients/client-macie2/src/commands/UpdateResourceProfileCommand.ts index 603465da2ed9..3869cfd695a5 100644 --- a/clients/client-macie2/src/commands/UpdateResourceProfileCommand.ts +++ b/clients/client-macie2/src/commands/UpdateResourceProfileCommand.ts @@ -87,9 +87,6 @@ export class UpdateResourceProfileCommand extends $Command< UpdateResourceProfileCommandOutput, Macie2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -103,9 +100,7 @@ export class UpdateResourceProfileCommand extends $Command< * @public */ constructor(readonly input: UpdateResourceProfileCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -158,7 +153,4 @@ export class UpdateResourceProfileCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdateResourceProfileCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-macie2/src/commands/UpdateResourceProfileDetectionsCommand.ts b/clients/client-macie2/src/commands/UpdateResourceProfileDetectionsCommand.ts index 531bb454fcb2..69825da72502 100644 --- a/clients/client-macie2/src/commands/UpdateResourceProfileDetectionsCommand.ts +++ b/clients/client-macie2/src/commands/UpdateResourceProfileDetectionsCommand.ts @@ -97,9 +97,6 @@ export class UpdateResourceProfileDetectionsCommand extends $Command< UpdateResourceProfileDetectionsCommandOutput, Macie2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -113,9 +110,7 @@ export class UpdateResourceProfileDetectionsCommand extends $Command< * @public */ constructor(readonly input: UpdateResourceProfileDetectionsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -174,7 +169,4 @@ export class UpdateResourceProfileDetectionsCommand extends $Command< ): Promise { return de_UpdateResourceProfileDetectionsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-macie2/src/commands/UpdateRevealConfigurationCommand.ts b/clients/client-macie2/src/commands/UpdateRevealConfigurationCommand.ts index c5bcc7ba6732..f7e9f45834f3 100644 --- a/clients/client-macie2/src/commands/UpdateRevealConfigurationCommand.ts +++ b/clients/client-macie2/src/commands/UpdateRevealConfigurationCommand.ts @@ -88,9 +88,6 @@ export class UpdateRevealConfigurationCommand extends $Command< UpdateRevealConfigurationCommandOutput, Macie2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -104,9 +101,7 @@ export class UpdateRevealConfigurationCommand extends $Command< * @public */ constructor(readonly input: UpdateRevealConfigurationCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -162,7 +157,4 @@ export class UpdateRevealConfigurationCommand extends $Command< ): Promise { return de_UpdateRevealConfigurationCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-macie2/src/commands/UpdateSensitivityInspectionTemplateCommand.ts b/clients/client-macie2/src/commands/UpdateSensitivityInspectionTemplateCommand.ts index bf432a27a4b0..a2e80855c9a9 100644 --- a/clients/client-macie2/src/commands/UpdateSensitivityInspectionTemplateCommand.ts +++ b/clients/client-macie2/src/commands/UpdateSensitivityInspectionTemplateCommand.ts @@ -108,9 +108,6 @@ export class UpdateSensitivityInspectionTemplateCommand extends $Command< UpdateSensitivityInspectionTemplateCommandOutput, Macie2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -124,9 +121,7 @@ export class UpdateSensitivityInspectionTemplateCommand extends $Command< * @public */ constructor(readonly input: UpdateSensitivityInspectionTemplateCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -185,7 +180,4 @@ export class UpdateSensitivityInspectionTemplateCommand extends $Command< ): Promise { return de_UpdateSensitivityInspectionTemplateCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-managedblockchain-query/package.json b/clients/client-managedblockchain-query/package.json index 813a0dd896b8..93744603dbd4 100644 --- a/clients/client-managedblockchain-query/package.json +++ b/clients/client-managedblockchain-query/package.json @@ -34,29 +34,29 @@ "@aws-sdk/util-endpoints": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@smithy/config-resolver": "^2.0.16", - "@smithy/fetch-http-handler": "^2.2.4", - "@smithy/hash-node": "^2.0.12", - "@smithy/invalid-dependency": "^2.0.12", - "@smithy/middleware-content-length": "^2.0.14", - "@smithy/middleware-endpoint": "^2.1.3", - "@smithy/middleware-retry": "^2.0.18", - "@smithy/middleware-serde": "^2.0.12", - "@smithy/middleware-stack": "^2.0.6", - "@smithy/node-config-provider": "^2.1.3", - "@smithy/node-http-handler": "^2.1.8", - "@smithy/protocol-http": "^3.0.8", - "@smithy/smithy-client": "^2.1.12", - "@smithy/types": "^2.4.0", - "@smithy/url-parser": "^2.0.12", - "@smithy/util-base64": "^2.0.0", + "@smithy/config-resolver": "^2.0.18", + "@smithy/fetch-http-handler": "^2.2.6", + "@smithy/hash-node": "^2.0.15", + "@smithy/invalid-dependency": "^2.0.13", + "@smithy/middleware-content-length": "^2.0.15", + "@smithy/middleware-endpoint": "^2.2.0", + "@smithy/middleware-retry": "^2.0.20", + "@smithy/middleware-serde": "^2.0.13", + "@smithy/middleware-stack": "^2.0.7", + "@smithy/node-config-provider": "^2.1.5", + "@smithy/node-http-handler": "^2.1.9", + "@smithy/protocol-http": "^3.0.9", + "@smithy/smithy-client": "^2.1.15", + "@smithy/types": "^2.5.0", + "@smithy/url-parser": "^2.0.13", + "@smithy/util-base64": "^2.0.1", "@smithy/util-body-length-browser": "^2.0.0", "@smithy/util-body-length-node": "^2.1.0", - "@smithy/util-defaults-mode-browser": "^2.0.16", - "@smithy/util-defaults-mode-node": "^2.0.21", - "@smithy/util-endpoints": "^1.0.2", - "@smithy/util-retry": "^2.0.5", - "@smithy/util-utf8": "^2.0.0", + "@smithy/util-defaults-mode-browser": "^2.0.19", + "@smithy/util-defaults-mode-node": "^2.0.25", + "@smithy/util-endpoints": "^1.0.4", + "@smithy/util-retry": "^2.0.6", + "@smithy/util-utf8": "^2.0.2", "tslib": "^2.5.0" }, "devDependencies": { diff --git a/clients/client-managedblockchain-query/src/commands/BatchGetTokenBalanceCommand.ts b/clients/client-managedblockchain-query/src/commands/BatchGetTokenBalanceCommand.ts index ebfec148033b..2dff09251d7f 100644 --- a/clients/client-managedblockchain-query/src/commands/BatchGetTokenBalanceCommand.ts +++ b/clients/client-managedblockchain-query/src/commands/BatchGetTokenBalanceCommand.ts @@ -150,9 +150,6 @@ export class BatchGetTokenBalanceCommand extends $Command< BatchGetTokenBalanceCommandOutput, ManagedBlockchainQueryClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -166,9 +163,7 @@ export class BatchGetTokenBalanceCommand extends $Command< * @public */ constructor(readonly input: BatchGetTokenBalanceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -221,7 +216,4 @@ export class BatchGetTokenBalanceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_BatchGetTokenBalanceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-managedblockchain-query/src/commands/GetAssetContractCommand.ts b/clients/client-managedblockchain-query/src/commands/GetAssetContractCommand.ts index 4674d6a9a961..50b075fb2119 100644 --- a/clients/client-managedblockchain-query/src/commands/GetAssetContractCommand.ts +++ b/clients/client-managedblockchain-query/src/commands/GetAssetContractCommand.ts @@ -120,9 +120,6 @@ export class GetAssetContractCommand extends $Command< GetAssetContractCommandOutput, ManagedBlockchainQueryClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -136,9 +133,7 @@ export class GetAssetContractCommand extends $Command< * @public */ constructor(readonly input: GetAssetContractCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -191,7 +186,4 @@ export class GetAssetContractCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetAssetContractCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-managedblockchain-query/src/commands/GetTokenBalanceCommand.ts b/clients/client-managedblockchain-query/src/commands/GetTokenBalanceCommand.ts index b33ad73bdf54..5f442f152ba9 100644 --- a/clients/client-managedblockchain-query/src/commands/GetTokenBalanceCommand.ts +++ b/clients/client-managedblockchain-query/src/commands/GetTokenBalanceCommand.ts @@ -123,9 +123,6 @@ export class GetTokenBalanceCommand extends $Command< GetTokenBalanceCommandOutput, ManagedBlockchainQueryClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -139,9 +136,7 @@ export class GetTokenBalanceCommand extends $Command< * @public */ constructor(readonly input: GetTokenBalanceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -194,7 +189,4 @@ export class GetTokenBalanceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetTokenBalanceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-managedblockchain-query/src/commands/GetTransactionCommand.ts b/clients/client-managedblockchain-query/src/commands/GetTransactionCommand.ts index efa9baca0b5a..afe929c7ff56 100644 --- a/clients/client-managedblockchain-query/src/commands/GetTransactionCommand.ts +++ b/clients/client-managedblockchain-query/src/commands/GetTransactionCommand.ts @@ -116,9 +116,6 @@ export class GetTransactionCommand extends $Command< GetTransactionCommandOutput, ManagedBlockchainQueryClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -132,9 +129,7 @@ export class GetTransactionCommand extends $Command< * @public */ constructor(readonly input: GetTransactionCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -187,7 +182,4 @@ export class GetTransactionCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetTransactionCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-managedblockchain-query/src/commands/ListAssetContractsCommand.ts b/clients/client-managedblockchain-query/src/commands/ListAssetContractsCommand.ts index 251af31f5ec6..7a5cdfa66deb 100644 --- a/clients/client-managedblockchain-query/src/commands/ListAssetContractsCommand.ts +++ b/clients/client-managedblockchain-query/src/commands/ListAssetContractsCommand.ts @@ -111,9 +111,6 @@ export class ListAssetContractsCommand extends $Command< ListAssetContractsCommandOutput, ManagedBlockchainQueryClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -127,9 +124,7 @@ export class ListAssetContractsCommand extends $Command< * @public */ constructor(readonly input: ListAssetContractsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -182,7 +177,4 @@ export class ListAssetContractsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListAssetContractsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-managedblockchain-query/src/commands/ListTokenBalancesCommand.ts b/clients/client-managedblockchain-query/src/commands/ListTokenBalancesCommand.ts index 24b174f74e36..7cb7d2175add 100644 --- a/clients/client-managedblockchain-query/src/commands/ListTokenBalancesCommand.ts +++ b/clients/client-managedblockchain-query/src/commands/ListTokenBalancesCommand.ts @@ -136,9 +136,6 @@ export class ListTokenBalancesCommand extends $Command< ListTokenBalancesCommandOutput, ManagedBlockchainQueryClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -152,9 +149,7 @@ export class ListTokenBalancesCommand extends $Command< * @public */ constructor(readonly input: ListTokenBalancesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -207,7 +202,4 @@ export class ListTokenBalancesCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListTokenBalancesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-managedblockchain-query/src/commands/ListTransactionEventsCommand.ts b/clients/client-managedblockchain-query/src/commands/ListTransactionEventsCommand.ts index c07a3679ee70..0d6a13741eb2 100644 --- a/clients/client-managedblockchain-query/src/commands/ListTransactionEventsCommand.ts +++ b/clients/client-managedblockchain-query/src/commands/ListTransactionEventsCommand.ts @@ -110,9 +110,6 @@ export class ListTransactionEventsCommand extends $Command< ListTransactionEventsCommandOutput, ManagedBlockchainQueryClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -126,9 +123,7 @@ export class ListTransactionEventsCommand extends $Command< * @public */ constructor(readonly input: ListTransactionEventsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -181,7 +176,4 @@ export class ListTransactionEventsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListTransactionEventsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-managedblockchain-query/src/commands/ListTransactionsCommand.ts b/clients/client-managedblockchain-query/src/commands/ListTransactionsCommand.ts index cb44a1b29c40..f4b03e20f855 100644 --- a/clients/client-managedblockchain-query/src/commands/ListTransactionsCommand.ts +++ b/clients/client-managedblockchain-query/src/commands/ListTransactionsCommand.ts @@ -112,9 +112,6 @@ export class ListTransactionsCommand extends $Command< ListTransactionsCommandOutput, ManagedBlockchainQueryClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -128,9 +125,7 @@ export class ListTransactionsCommand extends $Command< * @public */ constructor(readonly input: ListTransactionsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -183,7 +178,4 @@ export class ListTransactionsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListTransactionsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-managedblockchain/package.json b/clients/client-managedblockchain/package.json index cafaf649828c..85d2856e6d7c 100644 --- a/clients/client-managedblockchain/package.json +++ b/clients/client-managedblockchain/package.json @@ -34,29 +34,29 @@ "@aws-sdk/util-endpoints": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@smithy/config-resolver": "^2.0.16", - "@smithy/fetch-http-handler": "^2.2.4", - "@smithy/hash-node": "^2.0.12", - "@smithy/invalid-dependency": "^2.0.12", - "@smithy/middleware-content-length": "^2.0.14", - "@smithy/middleware-endpoint": "^2.1.3", - "@smithy/middleware-retry": "^2.0.18", - "@smithy/middleware-serde": "^2.0.12", - "@smithy/middleware-stack": "^2.0.6", - "@smithy/node-config-provider": "^2.1.3", - "@smithy/node-http-handler": "^2.1.8", - "@smithy/protocol-http": "^3.0.8", - "@smithy/smithy-client": "^2.1.12", - "@smithy/types": "^2.4.0", - "@smithy/url-parser": "^2.0.12", - "@smithy/util-base64": "^2.0.0", + "@smithy/config-resolver": "^2.0.18", + "@smithy/fetch-http-handler": "^2.2.6", + "@smithy/hash-node": "^2.0.15", + "@smithy/invalid-dependency": "^2.0.13", + "@smithy/middleware-content-length": "^2.0.15", + "@smithy/middleware-endpoint": "^2.2.0", + "@smithy/middleware-retry": "^2.0.20", + "@smithy/middleware-serde": "^2.0.13", + "@smithy/middleware-stack": "^2.0.7", + "@smithy/node-config-provider": "^2.1.5", + "@smithy/node-http-handler": "^2.1.9", + "@smithy/protocol-http": "^3.0.9", + "@smithy/smithy-client": "^2.1.15", + "@smithy/types": "^2.5.0", + "@smithy/url-parser": "^2.0.13", + "@smithy/util-base64": "^2.0.1", "@smithy/util-body-length-browser": "^2.0.0", "@smithy/util-body-length-node": "^2.1.0", - "@smithy/util-defaults-mode-browser": "^2.0.16", - "@smithy/util-defaults-mode-node": "^2.0.21", - "@smithy/util-endpoints": "^1.0.2", - "@smithy/util-retry": "^2.0.5", - "@smithy/util-utf8": "^2.0.0", + "@smithy/util-defaults-mode-browser": "^2.0.19", + "@smithy/util-defaults-mode-node": "^2.0.25", + "@smithy/util-endpoints": "^1.0.4", + "@smithy/util-retry": "^2.0.6", + "@smithy/util-utf8": "^2.0.2", "tslib": "^2.5.0", "uuid": "^8.3.2" }, diff --git a/clients/client-managedblockchain/src/commands/CreateAccessorCommand.ts b/clients/client-managedblockchain/src/commands/CreateAccessorCommand.ts index 4f10fe8f21e8..e0d8ea21a93f 100644 --- a/clients/client-managedblockchain/src/commands/CreateAccessorCommand.ts +++ b/clients/client-managedblockchain/src/commands/CreateAccessorCommand.ts @@ -105,9 +105,6 @@ export class CreateAccessorCommand extends $Command< CreateAccessorCommandOutput, ManagedBlockchainClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -121,9 +118,7 @@ export class CreateAccessorCommand extends $Command< * @public */ constructor(readonly input: CreateAccessorCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -176,7 +171,4 @@ export class CreateAccessorCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateAccessorCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-managedblockchain/src/commands/CreateMemberCommand.ts b/clients/client-managedblockchain/src/commands/CreateMemberCommand.ts index 2887832498e5..a9ce25c6ca26 100644 --- a/clients/client-managedblockchain/src/commands/CreateMemberCommand.ts +++ b/clients/client-managedblockchain/src/commands/CreateMemberCommand.ts @@ -131,9 +131,6 @@ export class CreateMemberCommand extends $Command< CreateMemberCommandOutput, ManagedBlockchainClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -147,9 +144,7 @@ export class CreateMemberCommand extends $Command< * @public */ constructor(readonly input: CreateMemberCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -200,7 +195,4 @@ export class CreateMemberCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateMemberCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-managedblockchain/src/commands/CreateNetworkCommand.ts b/clients/client-managedblockchain/src/commands/CreateNetworkCommand.ts index 10c407bfe0e2..ad423a784f53 100644 --- a/clients/client-managedblockchain/src/commands/CreateNetworkCommand.ts +++ b/clients/client-managedblockchain/src/commands/CreateNetworkCommand.ts @@ -143,9 +143,6 @@ export class CreateNetworkCommand extends $Command< CreateNetworkCommandOutput, ManagedBlockchainClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -159,9 +156,7 @@ export class CreateNetworkCommand extends $Command< * @public */ constructor(readonly input: CreateNetworkCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -212,7 +207,4 @@ export class CreateNetworkCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateNetworkCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-managedblockchain/src/commands/CreateNodeCommand.ts b/clients/client-managedblockchain/src/commands/CreateNodeCommand.ts index 7e61e955c63b..348b36520d53 100644 --- a/clients/client-managedblockchain/src/commands/CreateNodeCommand.ts +++ b/clients/client-managedblockchain/src/commands/CreateNodeCommand.ts @@ -130,9 +130,6 @@ export class CreateNodeCommand extends $Command< CreateNodeCommandOutput, ManagedBlockchainClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -146,9 +143,7 @@ export class CreateNodeCommand extends $Command< * @public */ constructor(readonly input: CreateNodeCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -199,7 +194,4 @@ export class CreateNodeCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateNodeCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-managedblockchain/src/commands/CreateProposalCommand.ts b/clients/client-managedblockchain/src/commands/CreateProposalCommand.ts index 827d92e502a3..406dc5683969 100644 --- a/clients/client-managedblockchain/src/commands/CreateProposalCommand.ts +++ b/clients/client-managedblockchain/src/commands/CreateProposalCommand.ts @@ -117,9 +117,6 @@ export class CreateProposalCommand extends $Command< CreateProposalCommandOutput, ManagedBlockchainClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -133,9 +130,7 @@ export class CreateProposalCommand extends $Command< * @public */ constructor(readonly input: CreateProposalCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -188,7 +183,4 @@ export class CreateProposalCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateProposalCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-managedblockchain/src/commands/DeleteAccessorCommand.ts b/clients/client-managedblockchain/src/commands/DeleteAccessorCommand.ts index dcf60154cdfc..b06479c5c6d8 100644 --- a/clients/client-managedblockchain/src/commands/DeleteAccessorCommand.ts +++ b/clients/client-managedblockchain/src/commands/DeleteAccessorCommand.ts @@ -96,9 +96,6 @@ export class DeleteAccessorCommand extends $Command< DeleteAccessorCommandOutput, ManagedBlockchainClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -112,9 +109,7 @@ export class DeleteAccessorCommand extends $Command< * @public */ constructor(readonly input: DeleteAccessorCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -167,7 +162,4 @@ export class DeleteAccessorCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteAccessorCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-managedblockchain/src/commands/DeleteMemberCommand.ts b/clients/client-managedblockchain/src/commands/DeleteMemberCommand.ts index 395354b3894f..547e32a8eba3 100644 --- a/clients/client-managedblockchain/src/commands/DeleteMemberCommand.ts +++ b/clients/client-managedblockchain/src/commands/DeleteMemberCommand.ts @@ -95,9 +95,6 @@ export class DeleteMemberCommand extends $Command< DeleteMemberCommandOutput, ManagedBlockchainClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -111,9 +108,7 @@ export class DeleteMemberCommand extends $Command< * @public */ constructor(readonly input: DeleteMemberCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -164,7 +159,4 @@ export class DeleteMemberCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteMemberCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-managedblockchain/src/commands/DeleteNodeCommand.ts b/clients/client-managedblockchain/src/commands/DeleteNodeCommand.ts index 7a9d1d8497d0..4a65d72f4af7 100644 --- a/clients/client-managedblockchain/src/commands/DeleteNodeCommand.ts +++ b/clients/client-managedblockchain/src/commands/DeleteNodeCommand.ts @@ -96,9 +96,6 @@ export class DeleteNodeCommand extends $Command< DeleteNodeCommandOutput, ManagedBlockchainClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -112,9 +109,7 @@ export class DeleteNodeCommand extends $Command< * @public */ constructor(readonly input: DeleteNodeCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -165,7 +160,4 @@ export class DeleteNodeCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteNodeCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-managedblockchain/src/commands/GetAccessorCommand.ts b/clients/client-managedblockchain/src/commands/GetAccessorCommand.ts index 15ec0329016a..b0e27c60787a 100644 --- a/clients/client-managedblockchain/src/commands/GetAccessorCommand.ts +++ b/clients/client-managedblockchain/src/commands/GetAccessorCommand.ts @@ -103,9 +103,6 @@ export class GetAccessorCommand extends $Command< GetAccessorCommandOutput, ManagedBlockchainClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -119,9 +116,7 @@ export class GetAccessorCommand extends $Command< * @public */ constructor(readonly input: GetAccessorCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -172,7 +167,4 @@ export class GetAccessorCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetAccessorCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-managedblockchain/src/commands/GetMemberCommand.ts b/clients/client-managedblockchain/src/commands/GetMemberCommand.ts index f1ad2a3fc0f2..92f580f50c1c 100644 --- a/clients/client-managedblockchain/src/commands/GetMemberCommand.ts +++ b/clients/client-managedblockchain/src/commands/GetMemberCommand.ts @@ -121,9 +121,6 @@ export class GetMemberCommand extends $Command< GetMemberCommandOutput, ManagedBlockchainClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -137,9 +134,7 @@ export class GetMemberCommand extends $Command< * @public */ constructor(readonly input: GetMemberCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -190,7 +185,4 @@ export class GetMemberCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetMemberCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-managedblockchain/src/commands/GetNetworkCommand.ts b/clients/client-managedblockchain/src/commands/GetNetworkCommand.ts index 4a9007a02944..f832529c1d8a 100644 --- a/clients/client-managedblockchain/src/commands/GetNetworkCommand.ts +++ b/clients/client-managedblockchain/src/commands/GetNetworkCommand.ts @@ -122,9 +122,6 @@ export class GetNetworkCommand extends $Command< GetNetworkCommandOutput, ManagedBlockchainClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -138,9 +135,7 @@ export class GetNetworkCommand extends $Command< * @public */ constructor(readonly input: GetNetworkCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -191,7 +186,4 @@ export class GetNetworkCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetNetworkCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-managedblockchain/src/commands/GetNodeCommand.ts b/clients/client-managedblockchain/src/commands/GetNodeCommand.ts index b5fc37b01337..b56cd5e70751 100644 --- a/clients/client-managedblockchain/src/commands/GetNodeCommand.ts +++ b/clients/client-managedblockchain/src/commands/GetNodeCommand.ts @@ -133,9 +133,6 @@ export class GetNodeCommand extends $Command< GetNodeCommandOutput, ManagedBlockchainClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -149,9 +146,7 @@ export class GetNodeCommand extends $Command< * @public */ constructor(readonly input: GetNodeCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -202,7 +197,4 @@ export class GetNodeCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetNodeCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-managedblockchain/src/commands/GetProposalCommand.ts b/clients/client-managedblockchain/src/commands/GetProposalCommand.ts index b73eea8f34cd..45b0614da73b 100644 --- a/clients/client-managedblockchain/src/commands/GetProposalCommand.ts +++ b/clients/client-managedblockchain/src/commands/GetProposalCommand.ts @@ -122,9 +122,6 @@ export class GetProposalCommand extends $Command< GetProposalCommandOutput, ManagedBlockchainClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -138,9 +135,7 @@ export class GetProposalCommand extends $Command< * @public */ constructor(readonly input: GetProposalCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -191,7 +186,4 @@ export class GetProposalCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetProposalCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-managedblockchain/src/commands/ListAccessorsCommand.ts b/clients/client-managedblockchain/src/commands/ListAccessorsCommand.ts index 1c7d7f2e3f6b..b90d9efb8c9b 100644 --- a/clients/client-managedblockchain/src/commands/ListAccessorsCommand.ts +++ b/clients/client-managedblockchain/src/commands/ListAccessorsCommand.ts @@ -100,9 +100,6 @@ export class ListAccessorsCommand extends $Command< ListAccessorsCommandOutput, ManagedBlockchainClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -116,9 +113,7 @@ export class ListAccessorsCommand extends $Command< * @public */ constructor(readonly input: ListAccessorsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -169,7 +164,4 @@ export class ListAccessorsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListAccessorsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-managedblockchain/src/commands/ListInvitationsCommand.ts b/clients/client-managedblockchain/src/commands/ListInvitationsCommand.ts index e5cd43a76578..84160b634e4d 100644 --- a/clients/client-managedblockchain/src/commands/ListInvitationsCommand.ts +++ b/clients/client-managedblockchain/src/commands/ListInvitationsCommand.ts @@ -117,9 +117,6 @@ export class ListInvitationsCommand extends $Command< ListInvitationsCommandOutput, ManagedBlockchainClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -133,9 +130,7 @@ export class ListInvitationsCommand extends $Command< * @public */ constructor(readonly input: ListInvitationsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -188,7 +183,4 @@ export class ListInvitationsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListInvitationsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-managedblockchain/src/commands/ListMembersCommand.ts b/clients/client-managedblockchain/src/commands/ListMembersCommand.ts index 9d94442862cb..4a70595743e0 100644 --- a/clients/client-managedblockchain/src/commands/ListMembersCommand.ts +++ b/clients/client-managedblockchain/src/commands/ListMembersCommand.ts @@ -106,9 +106,6 @@ export class ListMembersCommand extends $Command< ListMembersCommandOutput, ManagedBlockchainClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -122,9 +119,7 @@ export class ListMembersCommand extends $Command< * @public */ constructor(readonly input: ListMembersCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -175,7 +170,4 @@ export class ListMembersCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListMembersCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-managedblockchain/src/commands/ListNetworksCommand.ts b/clients/client-managedblockchain/src/commands/ListNetworksCommand.ts index febdf323c3ca..0da9b9c7900e 100644 --- a/clients/client-managedblockchain/src/commands/ListNetworksCommand.ts +++ b/clients/client-managedblockchain/src/commands/ListNetworksCommand.ts @@ -106,9 +106,6 @@ export class ListNetworksCommand extends $Command< ListNetworksCommandOutput, ManagedBlockchainClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -122,9 +119,7 @@ export class ListNetworksCommand extends $Command< * @public */ constructor(readonly input: ListNetworksCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -175,7 +170,4 @@ export class ListNetworksCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListNetworksCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-managedblockchain/src/commands/ListNodesCommand.ts b/clients/client-managedblockchain/src/commands/ListNodesCommand.ts index b2a021eb5b13..d9c0a4499edb 100644 --- a/clients/client-managedblockchain/src/commands/ListNodesCommand.ts +++ b/clients/client-managedblockchain/src/commands/ListNodesCommand.ts @@ -104,9 +104,6 @@ export class ListNodesCommand extends $Command< ListNodesCommandOutput, ManagedBlockchainClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -120,9 +117,7 @@ export class ListNodesCommand extends $Command< * @public */ constructor(readonly input: ListNodesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -173,7 +168,4 @@ export class ListNodesCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListNodesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-managedblockchain/src/commands/ListProposalVotesCommand.ts b/clients/client-managedblockchain/src/commands/ListProposalVotesCommand.ts index 71c6423d6571..b3e24ed5b038 100644 --- a/clients/client-managedblockchain/src/commands/ListProposalVotesCommand.ts +++ b/clients/client-managedblockchain/src/commands/ListProposalVotesCommand.ts @@ -100,9 +100,6 @@ export class ListProposalVotesCommand extends $Command< ListProposalVotesCommandOutput, ManagedBlockchainClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -116,9 +113,7 @@ export class ListProposalVotesCommand extends $Command< * @public */ constructor(readonly input: ListProposalVotesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -171,7 +166,4 @@ export class ListProposalVotesCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListProposalVotesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-managedblockchain/src/commands/ListProposalsCommand.ts b/clients/client-managedblockchain/src/commands/ListProposalsCommand.ts index 96906e816cd9..4558655ada37 100644 --- a/clients/client-managedblockchain/src/commands/ListProposalsCommand.ts +++ b/clients/client-managedblockchain/src/commands/ListProposalsCommand.ts @@ -107,9 +107,6 @@ export class ListProposalsCommand extends $Command< ListProposalsCommandOutput, ManagedBlockchainClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -123,9 +120,7 @@ export class ListProposalsCommand extends $Command< * @public */ constructor(readonly input: ListProposalsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -176,7 +171,4 @@ export class ListProposalsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListProposalsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-managedblockchain/src/commands/ListTagsForResourceCommand.ts b/clients/client-managedblockchain/src/commands/ListTagsForResourceCommand.ts index 3aa8522d9298..f8855bcb79d0 100644 --- a/clients/client-managedblockchain/src/commands/ListTagsForResourceCommand.ts +++ b/clients/client-managedblockchain/src/commands/ListTagsForResourceCommand.ts @@ -89,9 +89,6 @@ export class ListTagsForResourceCommand extends $Command< ListTagsForResourceCommandOutput, ManagedBlockchainClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -105,9 +102,7 @@ export class ListTagsForResourceCommand extends $Command< * @public */ constructor(readonly input: ListTagsForResourceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -160,7 +155,4 @@ export class ListTagsForResourceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListTagsForResourceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-managedblockchain/src/commands/RejectInvitationCommand.ts b/clients/client-managedblockchain/src/commands/RejectInvitationCommand.ts index 4d6ba04a8b67..b2b5b0b20a89 100644 --- a/clients/client-managedblockchain/src/commands/RejectInvitationCommand.ts +++ b/clients/client-managedblockchain/src/commands/RejectInvitationCommand.ts @@ -94,9 +94,6 @@ export class RejectInvitationCommand extends $Command< RejectInvitationCommandOutput, ManagedBlockchainClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -110,9 +107,7 @@ export class RejectInvitationCommand extends $Command< * @public */ constructor(readonly input: RejectInvitationCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -165,7 +160,4 @@ export class RejectInvitationCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_RejectInvitationCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-managedblockchain/src/commands/TagResourceCommand.ts b/clients/client-managedblockchain/src/commands/TagResourceCommand.ts index 8e6ecf224a44..b81bbfcd14d9 100644 --- a/clients/client-managedblockchain/src/commands/TagResourceCommand.ts +++ b/clients/client-managedblockchain/src/commands/TagResourceCommand.ts @@ -93,9 +93,6 @@ export class TagResourceCommand extends $Command< TagResourceCommandOutput, ManagedBlockchainClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -109,9 +106,7 @@ export class TagResourceCommand extends $Command< * @public */ constructor(readonly input: TagResourceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -162,7 +157,4 @@ export class TagResourceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_TagResourceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-managedblockchain/src/commands/UntagResourceCommand.ts b/clients/client-managedblockchain/src/commands/UntagResourceCommand.ts index 092c57e8fd37..188efa518922 100644 --- a/clients/client-managedblockchain/src/commands/UntagResourceCommand.ts +++ b/clients/client-managedblockchain/src/commands/UntagResourceCommand.ts @@ -88,9 +88,6 @@ export class UntagResourceCommand extends $Command< UntagResourceCommandOutput, ManagedBlockchainClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -104,9 +101,7 @@ export class UntagResourceCommand extends $Command< * @public */ constructor(readonly input: UntagResourceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -157,7 +152,4 @@ export class UntagResourceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UntagResourceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-managedblockchain/src/commands/UpdateMemberCommand.ts b/clients/client-managedblockchain/src/commands/UpdateMemberCommand.ts index 2b4e2f85249c..2abc588ba1b6 100644 --- a/clients/client-managedblockchain/src/commands/UpdateMemberCommand.ts +++ b/clients/client-managedblockchain/src/commands/UpdateMemberCommand.ts @@ -101,9 +101,6 @@ export class UpdateMemberCommand extends $Command< UpdateMemberCommandOutput, ManagedBlockchainClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -117,9 +114,7 @@ export class UpdateMemberCommand extends $Command< * @public */ constructor(readonly input: UpdateMemberCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -170,7 +165,4 @@ export class UpdateMemberCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdateMemberCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-managedblockchain/src/commands/UpdateNodeCommand.ts b/clients/client-managedblockchain/src/commands/UpdateNodeCommand.ts index 0581fad32abc..442c4977462a 100644 --- a/clients/client-managedblockchain/src/commands/UpdateNodeCommand.ts +++ b/clients/client-managedblockchain/src/commands/UpdateNodeCommand.ts @@ -107,9 +107,6 @@ export class UpdateNodeCommand extends $Command< UpdateNodeCommandOutput, ManagedBlockchainClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -123,9 +120,7 @@ export class UpdateNodeCommand extends $Command< * @public */ constructor(readonly input: UpdateNodeCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -176,7 +171,4 @@ export class UpdateNodeCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdateNodeCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-managedblockchain/src/commands/VoteOnProposalCommand.ts b/clients/client-managedblockchain/src/commands/VoteOnProposalCommand.ts index 1a14c8c29813..fc7f96d11878 100644 --- a/clients/client-managedblockchain/src/commands/VoteOnProposalCommand.ts +++ b/clients/client-managedblockchain/src/commands/VoteOnProposalCommand.ts @@ -97,9 +97,6 @@ export class VoteOnProposalCommand extends $Command< VoteOnProposalCommandOutput, ManagedBlockchainClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -113,9 +110,7 @@ export class VoteOnProposalCommand extends $Command< * @public */ constructor(readonly input: VoteOnProposalCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -168,7 +163,4 @@ export class VoteOnProposalCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_VoteOnProposalCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-marketplace-catalog/package.json b/clients/client-marketplace-catalog/package.json index 443eb18689d4..8afce31cfd4c 100644 --- a/clients/client-marketplace-catalog/package.json +++ b/clients/client-marketplace-catalog/package.json @@ -34,29 +34,29 @@ "@aws-sdk/util-endpoints": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@smithy/config-resolver": "^2.0.16", - "@smithy/fetch-http-handler": "^2.2.4", - "@smithy/hash-node": "^2.0.12", - "@smithy/invalid-dependency": "^2.0.12", - "@smithy/middleware-content-length": "^2.0.14", - "@smithy/middleware-endpoint": "^2.1.3", - "@smithy/middleware-retry": "^2.0.18", - "@smithy/middleware-serde": "^2.0.12", - "@smithy/middleware-stack": "^2.0.6", - "@smithy/node-config-provider": "^2.1.3", - "@smithy/node-http-handler": "^2.1.8", - "@smithy/protocol-http": "^3.0.8", - "@smithy/smithy-client": "^2.1.12", - "@smithy/types": "^2.4.0", - "@smithy/url-parser": "^2.0.12", - "@smithy/util-base64": "^2.0.0", + "@smithy/config-resolver": "^2.0.18", + "@smithy/fetch-http-handler": "^2.2.6", + "@smithy/hash-node": "^2.0.15", + "@smithy/invalid-dependency": "^2.0.13", + "@smithy/middleware-content-length": "^2.0.15", + "@smithy/middleware-endpoint": "^2.2.0", + "@smithy/middleware-retry": "^2.0.20", + "@smithy/middleware-serde": "^2.0.13", + "@smithy/middleware-stack": "^2.0.7", + "@smithy/node-config-provider": "^2.1.5", + "@smithy/node-http-handler": "^2.1.9", + "@smithy/protocol-http": "^3.0.9", + "@smithy/smithy-client": "^2.1.15", + "@smithy/types": "^2.5.0", + "@smithy/url-parser": "^2.0.13", + "@smithy/util-base64": "^2.0.1", "@smithy/util-body-length-browser": "^2.0.0", "@smithy/util-body-length-node": "^2.1.0", - "@smithy/util-defaults-mode-browser": "^2.0.16", - "@smithy/util-defaults-mode-node": "^2.0.21", - "@smithy/util-endpoints": "^1.0.2", - "@smithy/util-retry": "^2.0.5", - "@smithy/util-utf8": "^2.0.0", + "@smithy/util-defaults-mode-browser": "^2.0.19", + "@smithy/util-defaults-mode-node": "^2.0.25", + "@smithy/util-endpoints": "^1.0.4", + "@smithy/util-retry": "^2.0.6", + "@smithy/util-utf8": "^2.0.2", "tslib": "^2.5.0", "uuid": "^8.3.2" }, diff --git a/clients/client-marketplace-catalog/src/commands/CancelChangeSetCommand.ts b/clients/client-marketplace-catalog/src/commands/CancelChangeSetCommand.ts index e21fb03fb730..4d00d26fbb49 100644 --- a/clients/client-marketplace-catalog/src/commands/CancelChangeSetCommand.ts +++ b/clients/client-marketplace-catalog/src/commands/CancelChangeSetCommand.ts @@ -102,9 +102,6 @@ export class CancelChangeSetCommand extends $Command< CancelChangeSetCommandOutput, MarketplaceCatalogClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -118,9 +115,7 @@ export class CancelChangeSetCommand extends $Command< * @public */ constructor(readonly input: CancelChangeSetCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -173,7 +168,4 @@ export class CancelChangeSetCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CancelChangeSetCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-marketplace-catalog/src/commands/DeleteResourcePolicyCommand.ts b/clients/client-marketplace-catalog/src/commands/DeleteResourcePolicyCommand.ts index 1b7d799a45c5..f666466359f7 100644 --- a/clients/client-marketplace-catalog/src/commands/DeleteResourcePolicyCommand.ts +++ b/clients/client-marketplace-catalog/src/commands/DeleteResourcePolicyCommand.ts @@ -93,9 +93,6 @@ export class DeleteResourcePolicyCommand extends $Command< DeleteResourcePolicyCommandOutput, MarketplaceCatalogClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -109,9 +106,7 @@ export class DeleteResourcePolicyCommand extends $Command< * @public */ constructor(readonly input: DeleteResourcePolicyCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -164,7 +159,4 @@ export class DeleteResourcePolicyCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteResourcePolicyCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-marketplace-catalog/src/commands/DescribeChangeSetCommand.ts b/clients/client-marketplace-catalog/src/commands/DescribeChangeSetCommand.ts index 75ce6fe385f5..ee4c874923b7 100644 --- a/clients/client-marketplace-catalog/src/commands/DescribeChangeSetCommand.ts +++ b/clients/client-marketplace-catalog/src/commands/DescribeChangeSetCommand.ts @@ -120,9 +120,6 @@ export class DescribeChangeSetCommand extends $Command< DescribeChangeSetCommandOutput, MarketplaceCatalogClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -136,9 +133,7 @@ export class DescribeChangeSetCommand extends $Command< * @public */ constructor(readonly input: DescribeChangeSetCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -191,7 +186,4 @@ export class DescribeChangeSetCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DescribeChangeSetCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-marketplace-catalog/src/commands/DescribeEntityCommand.ts b/clients/client-marketplace-catalog/src/commands/DescribeEntityCommand.ts index c3d5c5fe7755..e6f9815edc53 100644 --- a/clients/client-marketplace-catalog/src/commands/DescribeEntityCommand.ts +++ b/clients/client-marketplace-catalog/src/commands/DescribeEntityCommand.ts @@ -103,9 +103,6 @@ export class DescribeEntityCommand extends $Command< DescribeEntityCommandOutput, MarketplaceCatalogClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -119,9 +116,7 @@ export class DescribeEntityCommand extends $Command< * @public */ constructor(readonly input: DescribeEntityCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -174,7 +169,4 @@ export class DescribeEntityCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DescribeEntityCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-marketplace-catalog/src/commands/GetResourcePolicyCommand.ts b/clients/client-marketplace-catalog/src/commands/GetResourcePolicyCommand.ts index 791b46ce437a..f22241a56b94 100644 --- a/clients/client-marketplace-catalog/src/commands/GetResourcePolicyCommand.ts +++ b/clients/client-marketplace-catalog/src/commands/GetResourcePolicyCommand.ts @@ -95,9 +95,6 @@ export class GetResourcePolicyCommand extends $Command< GetResourcePolicyCommandOutput, MarketplaceCatalogClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -111,9 +108,7 @@ export class GetResourcePolicyCommand extends $Command< * @public */ constructor(readonly input: GetResourcePolicyCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -166,7 +161,4 @@ export class GetResourcePolicyCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetResourcePolicyCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-marketplace-catalog/src/commands/ListChangeSetsCommand.ts b/clients/client-marketplace-catalog/src/commands/ListChangeSetsCommand.ts index 085a7401e4de..37b28032e6b6 100644 --- a/clients/client-marketplace-catalog/src/commands/ListChangeSetsCommand.ts +++ b/clients/client-marketplace-catalog/src/commands/ListChangeSetsCommand.ts @@ -123,9 +123,6 @@ export class ListChangeSetsCommand extends $Command< ListChangeSetsCommandOutput, MarketplaceCatalogClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -139,9 +136,7 @@ export class ListChangeSetsCommand extends $Command< * @public */ constructor(readonly input: ListChangeSetsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -194,7 +189,4 @@ export class ListChangeSetsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListChangeSetsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-marketplace-catalog/src/commands/ListEntitiesCommand.ts b/clients/client-marketplace-catalog/src/commands/ListEntitiesCommand.ts index ffd7e045d5c6..eb44d32fd5f7 100644 --- a/clients/client-marketplace-catalog/src/commands/ListEntitiesCommand.ts +++ b/clients/client-marketplace-catalog/src/commands/ListEntitiesCommand.ts @@ -120,9 +120,6 @@ export class ListEntitiesCommand extends $Command< ListEntitiesCommandOutput, MarketplaceCatalogClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -136,9 +133,7 @@ export class ListEntitiesCommand extends $Command< * @public */ constructor(readonly input: ListEntitiesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -189,7 +184,4 @@ export class ListEntitiesCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListEntitiesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-marketplace-catalog/src/commands/ListTagsForResourceCommand.ts b/clients/client-marketplace-catalog/src/commands/ListTagsForResourceCommand.ts index 999dc526b85e..fef3250dd1cb 100644 --- a/clients/client-marketplace-catalog/src/commands/ListTagsForResourceCommand.ts +++ b/clients/client-marketplace-catalog/src/commands/ListTagsForResourceCommand.ts @@ -100,9 +100,6 @@ export class ListTagsForResourceCommand extends $Command< ListTagsForResourceCommandOutput, MarketplaceCatalogClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -116,9 +113,7 @@ export class ListTagsForResourceCommand extends $Command< * @public */ constructor(readonly input: ListTagsForResourceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -171,7 +166,4 @@ export class ListTagsForResourceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListTagsForResourceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-marketplace-catalog/src/commands/PutResourcePolicyCommand.ts b/clients/client-marketplace-catalog/src/commands/PutResourcePolicyCommand.ts index 0d98b30d7aa1..10d8fbeb4000 100644 --- a/clients/client-marketplace-catalog/src/commands/PutResourcePolicyCommand.ts +++ b/clients/client-marketplace-catalog/src/commands/PutResourcePolicyCommand.ts @@ -94,9 +94,6 @@ export class PutResourcePolicyCommand extends $Command< PutResourcePolicyCommandOutput, MarketplaceCatalogClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -110,9 +107,7 @@ export class PutResourcePolicyCommand extends $Command< * @public */ constructor(readonly input: PutResourcePolicyCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -165,7 +160,4 @@ export class PutResourcePolicyCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_PutResourcePolicyCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-marketplace-catalog/src/commands/StartChangeSetCommand.ts b/clients/client-marketplace-catalog/src/commands/StartChangeSetCommand.ts index 32d391abe565..1beec2f6f29e 100644 --- a/clients/client-marketplace-catalog/src/commands/StartChangeSetCommand.ts +++ b/clients/client-marketplace-catalog/src/commands/StartChangeSetCommand.ts @@ -139,9 +139,6 @@ export class StartChangeSetCommand extends $Command< StartChangeSetCommandOutput, MarketplaceCatalogClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -155,9 +152,7 @@ export class StartChangeSetCommand extends $Command< * @public */ constructor(readonly input: StartChangeSetCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -210,7 +205,4 @@ export class StartChangeSetCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_StartChangeSetCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-marketplace-catalog/src/commands/TagResourceCommand.ts b/clients/client-marketplace-catalog/src/commands/TagResourceCommand.ts index 63b5c77d6ae8..871eb997647c 100644 --- a/clients/client-marketplace-catalog/src/commands/TagResourceCommand.ts +++ b/clients/client-marketplace-catalog/src/commands/TagResourceCommand.ts @@ -98,9 +98,6 @@ export class TagResourceCommand extends $Command< TagResourceCommandOutput, MarketplaceCatalogClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -114,9 +111,7 @@ export class TagResourceCommand extends $Command< * @public */ constructor(readonly input: TagResourceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -167,7 +162,4 @@ export class TagResourceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_TagResourceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-marketplace-catalog/src/commands/UntagResourceCommand.ts b/clients/client-marketplace-catalog/src/commands/UntagResourceCommand.ts index 3470d39784b8..13400f8d1b9e 100644 --- a/clients/client-marketplace-catalog/src/commands/UntagResourceCommand.ts +++ b/clients/client-marketplace-catalog/src/commands/UntagResourceCommand.ts @@ -95,9 +95,6 @@ export class UntagResourceCommand extends $Command< UntagResourceCommandOutput, MarketplaceCatalogClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -111,9 +108,7 @@ export class UntagResourceCommand extends $Command< * @public */ constructor(readonly input: UntagResourceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -164,7 +159,4 @@ export class UntagResourceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UntagResourceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-marketplace-commerce-analytics/package.json b/clients/client-marketplace-commerce-analytics/package.json index b7a7d59e8277..07b197aa578f 100644 --- a/clients/client-marketplace-commerce-analytics/package.json +++ b/clients/client-marketplace-commerce-analytics/package.json @@ -34,29 +34,29 @@ "@aws-sdk/util-endpoints": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@smithy/config-resolver": "^2.0.16", - "@smithy/fetch-http-handler": "^2.2.4", - "@smithy/hash-node": "^2.0.12", - "@smithy/invalid-dependency": "^2.0.12", - "@smithy/middleware-content-length": "^2.0.14", - "@smithy/middleware-endpoint": "^2.1.3", - "@smithy/middleware-retry": "^2.0.18", - "@smithy/middleware-serde": "^2.0.12", - "@smithy/middleware-stack": "^2.0.6", - "@smithy/node-config-provider": "^2.1.3", - "@smithy/node-http-handler": "^2.1.8", - "@smithy/protocol-http": "^3.0.8", - "@smithy/smithy-client": "^2.1.12", - "@smithy/types": "^2.4.0", - "@smithy/url-parser": "^2.0.12", - "@smithy/util-base64": "^2.0.0", + "@smithy/config-resolver": "^2.0.18", + "@smithy/fetch-http-handler": "^2.2.6", + "@smithy/hash-node": "^2.0.15", + "@smithy/invalid-dependency": "^2.0.13", + "@smithy/middleware-content-length": "^2.0.15", + "@smithy/middleware-endpoint": "^2.2.0", + "@smithy/middleware-retry": "^2.0.20", + "@smithy/middleware-serde": "^2.0.13", + "@smithy/middleware-stack": "^2.0.7", + "@smithy/node-config-provider": "^2.1.5", + "@smithy/node-http-handler": "^2.1.9", + "@smithy/protocol-http": "^3.0.9", + "@smithy/smithy-client": "^2.1.15", + "@smithy/types": "^2.5.0", + "@smithy/url-parser": "^2.0.13", + "@smithy/util-base64": "^2.0.1", "@smithy/util-body-length-browser": "^2.0.0", "@smithy/util-body-length-node": "^2.1.0", - "@smithy/util-defaults-mode-browser": "^2.0.16", - "@smithy/util-defaults-mode-node": "^2.0.21", - "@smithy/util-endpoints": "^1.0.2", - "@smithy/util-retry": "^2.0.5", - "@smithy/util-utf8": "^2.0.0", + "@smithy/util-defaults-mode-browser": "^2.0.19", + "@smithy/util-defaults-mode-node": "^2.0.25", + "@smithy/util-endpoints": "^1.0.4", + "@smithy/util-retry": "^2.0.6", + "@smithy/util-utf8": "^2.0.2", "tslib": "^2.5.0" }, "devDependencies": { diff --git a/clients/client-marketplace-commerce-analytics/src/commands/GenerateDataSetCommand.ts b/clients/client-marketplace-commerce-analytics/src/commands/GenerateDataSetCommand.ts index 5d824ed94389..32cf8aa23830 100644 --- a/clients/client-marketplace-commerce-analytics/src/commands/GenerateDataSetCommand.ts +++ b/clients/client-marketplace-commerce-analytics/src/commands/GenerateDataSetCommand.ts @@ -92,9 +92,6 @@ export class GenerateDataSetCommand extends $Command< GenerateDataSetCommandOutput, MarketplaceCommerceAnalyticsClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -108,9 +105,7 @@ export class GenerateDataSetCommand extends $Command< * @public */ constructor(readonly input: GenerateDataSetCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -163,7 +158,4 @@ export class GenerateDataSetCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GenerateDataSetCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-marketplace-commerce-analytics/src/commands/StartSupportDataExportCommand.ts b/clients/client-marketplace-commerce-analytics/src/commands/StartSupportDataExportCommand.ts index 81dd41bb805c..9c10790a231f 100644 --- a/clients/client-marketplace-commerce-analytics/src/commands/StartSupportDataExportCommand.ts +++ b/clients/client-marketplace-commerce-analytics/src/commands/StartSupportDataExportCommand.ts @@ -94,9 +94,6 @@ export class StartSupportDataExportCommand extends $Command< StartSupportDataExportCommandOutput, MarketplaceCommerceAnalyticsClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -110,9 +107,7 @@ export class StartSupportDataExportCommand extends $Command< * @public */ constructor(readonly input: StartSupportDataExportCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -165,7 +160,4 @@ export class StartSupportDataExportCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_StartSupportDataExportCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-marketplace-entitlement-service/package.json b/clients/client-marketplace-entitlement-service/package.json index f80d9222a0ce..ba8f68dc423d 100644 --- a/clients/client-marketplace-entitlement-service/package.json +++ b/clients/client-marketplace-entitlement-service/package.json @@ -34,29 +34,29 @@ "@aws-sdk/util-endpoints": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@smithy/config-resolver": "^2.0.16", - "@smithy/fetch-http-handler": "^2.2.4", - "@smithy/hash-node": "^2.0.12", - "@smithy/invalid-dependency": "^2.0.12", - "@smithy/middleware-content-length": "^2.0.14", - "@smithy/middleware-endpoint": "^2.1.3", - "@smithy/middleware-retry": "^2.0.18", - "@smithy/middleware-serde": "^2.0.12", - "@smithy/middleware-stack": "^2.0.6", - "@smithy/node-config-provider": "^2.1.3", - "@smithy/node-http-handler": "^2.1.8", - "@smithy/protocol-http": "^3.0.8", - "@smithy/smithy-client": "^2.1.12", - "@smithy/types": "^2.4.0", - "@smithy/url-parser": "^2.0.12", - "@smithy/util-base64": "^2.0.0", + "@smithy/config-resolver": "^2.0.18", + "@smithy/fetch-http-handler": "^2.2.6", + "@smithy/hash-node": "^2.0.15", + "@smithy/invalid-dependency": "^2.0.13", + "@smithy/middleware-content-length": "^2.0.15", + "@smithy/middleware-endpoint": "^2.2.0", + "@smithy/middleware-retry": "^2.0.20", + "@smithy/middleware-serde": "^2.0.13", + "@smithy/middleware-stack": "^2.0.7", + "@smithy/node-config-provider": "^2.1.5", + "@smithy/node-http-handler": "^2.1.9", + "@smithy/protocol-http": "^3.0.9", + "@smithy/smithy-client": "^2.1.15", + "@smithy/types": "^2.5.0", + "@smithy/url-parser": "^2.0.13", + "@smithy/util-base64": "^2.0.1", "@smithy/util-body-length-browser": "^2.0.0", "@smithy/util-body-length-node": "^2.1.0", - "@smithy/util-defaults-mode-browser": "^2.0.16", - "@smithy/util-defaults-mode-node": "^2.0.21", - "@smithy/util-endpoints": "^1.0.2", - "@smithy/util-retry": "^2.0.5", - "@smithy/util-utf8": "^2.0.0", + "@smithy/util-defaults-mode-browser": "^2.0.19", + "@smithy/util-defaults-mode-node": "^2.0.25", + "@smithy/util-endpoints": "^1.0.4", + "@smithy/util-retry": "^2.0.6", + "@smithy/util-utf8": "^2.0.2", "tslib": "^2.5.0" }, "devDependencies": { diff --git a/clients/client-marketplace-entitlement-service/src/commands/GetEntitlementsCommand.ts b/clients/client-marketplace-entitlement-service/src/commands/GetEntitlementsCommand.ts index 0aa3e409c0dc..c259d5e79887 100644 --- a/clients/client-marketplace-entitlement-service/src/commands/GetEntitlementsCommand.ts +++ b/clients/client-marketplace-entitlement-service/src/commands/GetEntitlementsCommand.ts @@ -106,9 +106,6 @@ export class GetEntitlementsCommand extends $Command< GetEntitlementsCommandOutput, MarketplaceEntitlementServiceClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -122,9 +119,7 @@ export class GetEntitlementsCommand extends $Command< * @public */ constructor(readonly input: GetEntitlementsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -177,7 +172,4 @@ export class GetEntitlementsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetEntitlementsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-marketplace-metering/package.json b/clients/client-marketplace-metering/package.json index 94384faa4f57..d08c47f8faad 100644 --- a/clients/client-marketplace-metering/package.json +++ b/clients/client-marketplace-metering/package.json @@ -34,29 +34,29 @@ "@aws-sdk/util-endpoints": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@smithy/config-resolver": "^2.0.16", - "@smithy/fetch-http-handler": "^2.2.4", - "@smithy/hash-node": "^2.0.12", - "@smithy/invalid-dependency": "^2.0.12", - "@smithy/middleware-content-length": "^2.0.14", - "@smithy/middleware-endpoint": "^2.1.3", - "@smithy/middleware-retry": "^2.0.18", - "@smithy/middleware-serde": "^2.0.12", - "@smithy/middleware-stack": "^2.0.6", - "@smithy/node-config-provider": "^2.1.3", - "@smithy/node-http-handler": "^2.1.8", - "@smithy/protocol-http": "^3.0.8", - "@smithy/smithy-client": "^2.1.12", - "@smithy/types": "^2.4.0", - "@smithy/url-parser": "^2.0.12", - "@smithy/util-base64": "^2.0.0", + "@smithy/config-resolver": "^2.0.18", + "@smithy/fetch-http-handler": "^2.2.6", + "@smithy/hash-node": "^2.0.15", + "@smithy/invalid-dependency": "^2.0.13", + "@smithy/middleware-content-length": "^2.0.15", + "@smithy/middleware-endpoint": "^2.2.0", + "@smithy/middleware-retry": "^2.0.20", + "@smithy/middleware-serde": "^2.0.13", + "@smithy/middleware-stack": "^2.0.7", + "@smithy/node-config-provider": "^2.1.5", + "@smithy/node-http-handler": "^2.1.9", + "@smithy/protocol-http": "^3.0.9", + "@smithy/smithy-client": "^2.1.15", + "@smithy/types": "^2.5.0", + "@smithy/url-parser": "^2.0.13", + "@smithy/util-base64": "^2.0.1", "@smithy/util-body-length-browser": "^2.0.0", "@smithy/util-body-length-node": "^2.1.0", - "@smithy/util-defaults-mode-browser": "^2.0.16", - "@smithy/util-defaults-mode-node": "^2.0.21", - "@smithy/util-endpoints": "^1.0.2", - "@smithy/util-retry": "^2.0.5", - "@smithy/util-utf8": "^2.0.0", + "@smithy/util-defaults-mode-browser": "^2.0.19", + "@smithy/util-defaults-mode-node": "^2.0.25", + "@smithy/util-endpoints": "^1.0.4", + "@smithy/util-retry": "^2.0.6", + "@smithy/util-utf8": "^2.0.2", "tslib": "^2.5.0" }, "devDependencies": { diff --git a/clients/client-marketplace-metering/src/commands/BatchMeterUsageCommand.ts b/clients/client-marketplace-metering/src/commands/BatchMeterUsageCommand.ts index 362c278fb6d6..eb833af308cd 100644 --- a/clients/client-marketplace-metering/src/commands/BatchMeterUsageCommand.ts +++ b/clients/client-marketplace-metering/src/commands/BatchMeterUsageCommand.ts @@ -196,9 +196,6 @@ export class BatchMeterUsageCommand extends $Command< BatchMeterUsageCommandOutput, MarketplaceMeteringClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -212,9 +209,7 @@ export class BatchMeterUsageCommand extends $Command< * @public */ constructor(readonly input: BatchMeterUsageCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -267,7 +262,4 @@ export class BatchMeterUsageCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_BatchMeterUsageCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-marketplace-metering/src/commands/MeterUsageCommand.ts b/clients/client-marketplace-metering/src/commands/MeterUsageCommand.ts index 92cac6fe3383..c21451f968b3 100644 --- a/clients/client-marketplace-metering/src/commands/MeterUsageCommand.ts +++ b/clients/client-marketplace-metering/src/commands/MeterUsageCommand.ts @@ -142,9 +142,6 @@ export class MeterUsageCommand extends $Command< MeterUsageCommandOutput, MarketplaceMeteringClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -158,9 +155,7 @@ export class MeterUsageCommand extends $Command< * @public */ constructor(readonly input: MeterUsageCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -211,7 +206,4 @@ export class MeterUsageCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_MeterUsageCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-marketplace-metering/src/commands/RegisterUsageCommand.ts b/clients/client-marketplace-metering/src/commands/RegisterUsageCommand.ts index 999ac0aa63c2..f46ce8bc9f8b 100644 --- a/clients/client-marketplace-metering/src/commands/RegisterUsageCommand.ts +++ b/clients/client-marketplace-metering/src/commands/RegisterUsageCommand.ts @@ -147,9 +147,6 @@ export class RegisterUsageCommand extends $Command< RegisterUsageCommandOutput, MarketplaceMeteringClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -163,9 +160,7 @@ export class RegisterUsageCommand extends $Command< * @public */ constructor(readonly input: RegisterUsageCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -216,7 +211,4 @@ export class RegisterUsageCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_RegisterUsageCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-marketplace-metering/src/commands/ResolveCustomerCommand.ts b/clients/client-marketplace-metering/src/commands/ResolveCustomerCommand.ts index f0ac39c0ce2b..415ee018e102 100644 --- a/clients/client-marketplace-metering/src/commands/ResolveCustomerCommand.ts +++ b/clients/client-marketplace-metering/src/commands/ResolveCustomerCommand.ts @@ -109,9 +109,6 @@ export class ResolveCustomerCommand extends $Command< ResolveCustomerCommandOutput, MarketplaceMeteringClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -125,9 +122,7 @@ export class ResolveCustomerCommand extends $Command< * @public */ constructor(readonly input: ResolveCustomerCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -180,7 +175,4 @@ export class ResolveCustomerCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ResolveCustomerCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-mediaconnect/package.json b/clients/client-mediaconnect/package.json index db4a55b1a67f..3455c542b762 100644 --- a/clients/client-mediaconnect/package.json +++ b/clients/client-mediaconnect/package.json @@ -34,30 +34,30 @@ "@aws-sdk/util-endpoints": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@smithy/config-resolver": "^2.0.16", - "@smithy/fetch-http-handler": "^2.2.4", - "@smithy/hash-node": "^2.0.12", - "@smithy/invalid-dependency": "^2.0.12", - "@smithy/middleware-content-length": "^2.0.14", - "@smithy/middleware-endpoint": "^2.1.3", - "@smithy/middleware-retry": "^2.0.18", - "@smithy/middleware-serde": "^2.0.12", - "@smithy/middleware-stack": "^2.0.6", - "@smithy/node-config-provider": "^2.1.3", - "@smithy/node-http-handler": "^2.1.8", - "@smithy/protocol-http": "^3.0.8", - "@smithy/smithy-client": "^2.1.12", - "@smithy/types": "^2.4.0", - "@smithy/url-parser": "^2.0.12", - "@smithy/util-base64": "^2.0.0", + "@smithy/config-resolver": "^2.0.18", + "@smithy/fetch-http-handler": "^2.2.6", + "@smithy/hash-node": "^2.0.15", + "@smithy/invalid-dependency": "^2.0.13", + "@smithy/middleware-content-length": "^2.0.15", + "@smithy/middleware-endpoint": "^2.2.0", + "@smithy/middleware-retry": "^2.0.20", + "@smithy/middleware-serde": "^2.0.13", + "@smithy/middleware-stack": "^2.0.7", + "@smithy/node-config-provider": "^2.1.5", + "@smithy/node-http-handler": "^2.1.9", + "@smithy/protocol-http": "^3.0.9", + "@smithy/smithy-client": "^2.1.15", + "@smithy/types": "^2.5.0", + "@smithy/url-parser": "^2.0.13", + "@smithy/util-base64": "^2.0.1", "@smithy/util-body-length-browser": "^2.0.0", "@smithy/util-body-length-node": "^2.1.0", - "@smithy/util-defaults-mode-browser": "^2.0.16", - "@smithy/util-defaults-mode-node": "^2.0.21", - "@smithy/util-endpoints": "^1.0.2", - "@smithy/util-retry": "^2.0.5", - "@smithy/util-utf8": "^2.0.0", - "@smithy/util-waiter": "^2.0.12", + "@smithy/util-defaults-mode-browser": "^2.0.19", + "@smithy/util-defaults-mode-node": "^2.0.25", + "@smithy/util-endpoints": "^1.0.4", + "@smithy/util-retry": "^2.0.6", + "@smithy/util-utf8": "^2.0.2", + "@smithy/util-waiter": "^2.0.13", "tslib": "^2.5.0" }, "devDependencies": { diff --git a/clients/client-mediaconnect/src/commands/AddBridgeOutputsCommand.ts b/clients/client-mediaconnect/src/commands/AddBridgeOutputsCommand.ts index 8338557f0f7d..1421d151e1e6 100644 --- a/clients/client-mediaconnect/src/commands/AddBridgeOutputsCommand.ts +++ b/clients/client-mediaconnect/src/commands/AddBridgeOutputsCommand.ts @@ -120,9 +120,6 @@ export class AddBridgeOutputsCommand extends $Command< AddBridgeOutputsCommandOutput, MediaConnectClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -136,9 +133,7 @@ export class AddBridgeOutputsCommand extends $Command< * @public */ constructor(readonly input: AddBridgeOutputsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -191,7 +186,4 @@ export class AddBridgeOutputsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_AddBridgeOutputsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-mediaconnect/src/commands/AddBridgeSourcesCommand.ts b/clients/client-mediaconnect/src/commands/AddBridgeSourcesCommand.ts index 0edf165d6f6d..45cc287d6d11 100644 --- a/clients/client-mediaconnect/src/commands/AddBridgeSourcesCommand.ts +++ b/clients/client-mediaconnect/src/commands/AddBridgeSourcesCommand.ts @@ -128,9 +128,6 @@ export class AddBridgeSourcesCommand extends $Command< AddBridgeSourcesCommandOutput, MediaConnectClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -144,9 +141,7 @@ export class AddBridgeSourcesCommand extends $Command< * @public */ constructor(readonly input: AddBridgeSourcesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -199,7 +194,4 @@ export class AddBridgeSourcesCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_AddBridgeSourcesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-mediaconnect/src/commands/AddFlowMediaStreamsCommand.ts b/clients/client-mediaconnect/src/commands/AddFlowMediaStreamsCommand.ts index d74ee69dcca6..a6887feaebe2 100644 --- a/clients/client-mediaconnect/src/commands/AddFlowMediaStreamsCommand.ts +++ b/clients/client-mediaconnect/src/commands/AddFlowMediaStreamsCommand.ts @@ -133,9 +133,6 @@ export class AddFlowMediaStreamsCommand extends $Command< AddFlowMediaStreamsCommandOutput, MediaConnectClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -149,9 +146,7 @@ export class AddFlowMediaStreamsCommand extends $Command< * @public */ constructor(readonly input: AddFlowMediaStreamsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -204,7 +199,4 @@ export class AddFlowMediaStreamsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_AddFlowMediaStreamsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-mediaconnect/src/commands/AddFlowOutputsCommand.ts b/clients/client-mediaconnect/src/commands/AddFlowOutputsCommand.ts index ee324c77c692..7fc463cc6d78 100644 --- a/clients/client-mediaconnect/src/commands/AddFlowOutputsCommand.ts +++ b/clients/client-mediaconnect/src/commands/AddFlowOutputsCommand.ts @@ -210,9 +210,6 @@ export class AddFlowOutputsCommand extends $Command< AddFlowOutputsCommandOutput, MediaConnectClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -226,9 +223,7 @@ export class AddFlowOutputsCommand extends $Command< * @public */ constructor(readonly input: AddFlowOutputsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -281,7 +276,4 @@ export class AddFlowOutputsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_AddFlowOutputsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-mediaconnect/src/commands/AddFlowSourcesCommand.ts b/clients/client-mediaconnect/src/commands/AddFlowSourcesCommand.ts index 12e45a0aa8d1..7f3f6a588c42 100644 --- a/clients/client-mediaconnect/src/commands/AddFlowSourcesCommand.ts +++ b/clients/client-mediaconnect/src/commands/AddFlowSourcesCommand.ts @@ -203,9 +203,6 @@ export class AddFlowSourcesCommand extends $Command< AddFlowSourcesCommandOutput, MediaConnectClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -219,9 +216,7 @@ export class AddFlowSourcesCommand extends $Command< * @public */ constructor(readonly input: AddFlowSourcesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -274,7 +269,4 @@ export class AddFlowSourcesCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_AddFlowSourcesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-mediaconnect/src/commands/AddFlowVpcInterfacesCommand.ts b/clients/client-mediaconnect/src/commands/AddFlowVpcInterfacesCommand.ts index 81993ef2dde1..58235864ecc6 100644 --- a/clients/client-mediaconnect/src/commands/AddFlowVpcInterfacesCommand.ts +++ b/clients/client-mediaconnect/src/commands/AddFlowVpcInterfacesCommand.ts @@ -113,9 +113,6 @@ export class AddFlowVpcInterfacesCommand extends $Command< AddFlowVpcInterfacesCommandOutput, MediaConnectClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -129,9 +126,7 @@ export class AddFlowVpcInterfacesCommand extends $Command< * @public */ constructor(readonly input: AddFlowVpcInterfacesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -184,7 +179,4 @@ export class AddFlowVpcInterfacesCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_AddFlowVpcInterfacesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-mediaconnect/src/commands/CreateBridgeCommand.ts b/clients/client-mediaconnect/src/commands/CreateBridgeCommand.ts index 40b35244bcb3..020a4e2940ac 100644 --- a/clients/client-mediaconnect/src/commands/CreateBridgeCommand.ts +++ b/clients/client-mediaconnect/src/commands/CreateBridgeCommand.ts @@ -202,9 +202,6 @@ export class CreateBridgeCommand extends $Command< CreateBridgeCommandOutput, MediaConnectClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -218,9 +215,7 @@ export class CreateBridgeCommand extends $Command< * @public */ constructor(readonly input: CreateBridgeCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -271,7 +266,4 @@ export class CreateBridgeCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateBridgeCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-mediaconnect/src/commands/CreateFlowCommand.ts b/clients/client-mediaconnect/src/commands/CreateFlowCommand.ts index c626117213ce..409a59788c1a 100644 --- a/clients/client-mediaconnect/src/commands/CreateFlowCommand.ts +++ b/clients/client-mediaconnect/src/commands/CreateFlowCommand.ts @@ -580,9 +580,6 @@ export class CreateFlowCommand extends $Command< CreateFlowCommandOutput, MediaConnectClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -596,9 +593,7 @@ export class CreateFlowCommand extends $Command< * @public */ constructor(readonly input: CreateFlowCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -649,7 +644,4 @@ export class CreateFlowCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateFlowCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-mediaconnect/src/commands/CreateGatewayCommand.ts b/clients/client-mediaconnect/src/commands/CreateGatewayCommand.ts index 68fa8e3ecaa1..5cbca21cca5c 100644 --- a/clients/client-mediaconnect/src/commands/CreateGatewayCommand.ts +++ b/clients/client-mediaconnect/src/commands/CreateGatewayCommand.ts @@ -120,9 +120,6 @@ export class CreateGatewayCommand extends $Command< CreateGatewayCommandOutput, MediaConnectClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -136,9 +133,7 @@ export class CreateGatewayCommand extends $Command< * @public */ constructor(readonly input: CreateGatewayCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -189,7 +184,4 @@ export class CreateGatewayCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateGatewayCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-mediaconnect/src/commands/DeleteBridgeCommand.ts b/clients/client-mediaconnect/src/commands/DeleteBridgeCommand.ts index 502224163f84..363605eb4279 100644 --- a/clients/client-mediaconnect/src/commands/DeleteBridgeCommand.ts +++ b/clients/client-mediaconnect/src/commands/DeleteBridgeCommand.ts @@ -91,9 +91,6 @@ export class DeleteBridgeCommand extends $Command< DeleteBridgeCommandOutput, MediaConnectClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -107,9 +104,7 @@ export class DeleteBridgeCommand extends $Command< * @public */ constructor(readonly input: DeleteBridgeCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -160,7 +155,4 @@ export class DeleteBridgeCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteBridgeCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-mediaconnect/src/commands/DeleteFlowCommand.ts b/clients/client-mediaconnect/src/commands/DeleteFlowCommand.ts index f3c7bdbf16bb..67177cdf93ce 100644 --- a/clients/client-mediaconnect/src/commands/DeleteFlowCommand.ts +++ b/clients/client-mediaconnect/src/commands/DeleteFlowCommand.ts @@ -89,9 +89,6 @@ export class DeleteFlowCommand extends $Command< DeleteFlowCommandOutput, MediaConnectClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -105,9 +102,7 @@ export class DeleteFlowCommand extends $Command< * @public */ constructor(readonly input: DeleteFlowCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -158,7 +153,4 @@ export class DeleteFlowCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteFlowCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-mediaconnect/src/commands/DeleteGatewayCommand.ts b/clients/client-mediaconnect/src/commands/DeleteGatewayCommand.ts index 2b6e9f4c9a2c..6deedee0e46a 100644 --- a/clients/client-mediaconnect/src/commands/DeleteGatewayCommand.ts +++ b/clients/client-mediaconnect/src/commands/DeleteGatewayCommand.ts @@ -91,9 +91,6 @@ export class DeleteGatewayCommand extends $Command< DeleteGatewayCommandOutput, MediaConnectClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -107,9 +104,7 @@ export class DeleteGatewayCommand extends $Command< * @public */ constructor(readonly input: DeleteGatewayCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -160,7 +155,4 @@ export class DeleteGatewayCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteGatewayCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-mediaconnect/src/commands/DeregisterGatewayInstanceCommand.ts b/clients/client-mediaconnect/src/commands/DeregisterGatewayInstanceCommand.ts index d5a90018a7d5..78a8f9e2c3de 100644 --- a/clients/client-mediaconnect/src/commands/DeregisterGatewayInstanceCommand.ts +++ b/clients/client-mediaconnect/src/commands/DeregisterGatewayInstanceCommand.ts @@ -93,9 +93,6 @@ export class DeregisterGatewayInstanceCommand extends $Command< DeregisterGatewayInstanceCommandOutput, MediaConnectClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -109,9 +106,7 @@ export class DeregisterGatewayInstanceCommand extends $Command< * @public */ constructor(readonly input: DeregisterGatewayInstanceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -167,7 +162,4 @@ export class DeregisterGatewayInstanceCommand extends $Command< ): Promise { return de_DeregisterGatewayInstanceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-mediaconnect/src/commands/DescribeBridgeCommand.ts b/clients/client-mediaconnect/src/commands/DescribeBridgeCommand.ts index 046f586a8991..d1043d4d050e 100644 --- a/clients/client-mediaconnect/src/commands/DescribeBridgeCommand.ts +++ b/clients/client-mediaconnect/src/commands/DescribeBridgeCommand.ts @@ -156,9 +156,6 @@ export class DescribeBridgeCommand extends $Command< DescribeBridgeCommandOutput, MediaConnectClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -172,9 +169,7 @@ export class DescribeBridgeCommand extends $Command< * @public */ constructor(readonly input: DescribeBridgeCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -227,7 +222,4 @@ export class DescribeBridgeCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DescribeBridgeCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-mediaconnect/src/commands/DescribeFlowCommand.ts b/clients/client-mediaconnect/src/commands/DescribeFlowCommand.ts index 1375cc48e3ec..37aa9c9efb69 100644 --- a/clients/client-mediaconnect/src/commands/DescribeFlowCommand.ts +++ b/clients/client-mediaconnect/src/commands/DescribeFlowCommand.ts @@ -364,9 +364,6 @@ export class DescribeFlowCommand extends $Command< DescribeFlowCommandOutput, MediaConnectClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -380,9 +377,7 @@ export class DescribeFlowCommand extends $Command< * @public */ constructor(readonly input: DescribeFlowCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -433,7 +428,4 @@ export class DescribeFlowCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DescribeFlowCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-mediaconnect/src/commands/DescribeGatewayCommand.ts b/clients/client-mediaconnect/src/commands/DescribeGatewayCommand.ts index 1850620753fa..cbaaa5d74f26 100644 --- a/clients/client-mediaconnect/src/commands/DescribeGatewayCommand.ts +++ b/clients/client-mediaconnect/src/commands/DescribeGatewayCommand.ts @@ -111,9 +111,6 @@ export class DescribeGatewayCommand extends $Command< DescribeGatewayCommandOutput, MediaConnectClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -127,9 +124,7 @@ export class DescribeGatewayCommand extends $Command< * @public */ constructor(readonly input: DescribeGatewayCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -182,7 +177,4 @@ export class DescribeGatewayCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DescribeGatewayCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-mediaconnect/src/commands/DescribeGatewayInstanceCommand.ts b/clients/client-mediaconnect/src/commands/DescribeGatewayInstanceCommand.ts index 21ea55e6a18a..0924c420d978 100644 --- a/clients/client-mediaconnect/src/commands/DescribeGatewayInstanceCommand.ts +++ b/clients/client-mediaconnect/src/commands/DescribeGatewayInstanceCommand.ts @@ -106,9 +106,6 @@ export class DescribeGatewayInstanceCommand extends $Command< DescribeGatewayInstanceCommandOutput, MediaConnectClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -122,9 +119,7 @@ export class DescribeGatewayInstanceCommand extends $Command< * @public */ constructor(readonly input: DescribeGatewayInstanceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -177,7 +172,4 @@ export class DescribeGatewayInstanceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DescribeGatewayInstanceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-mediaconnect/src/commands/DescribeOfferingCommand.ts b/clients/client-mediaconnect/src/commands/DescribeOfferingCommand.ts index f112cf06ff2c..aaad460792d5 100644 --- a/clients/client-mediaconnect/src/commands/DescribeOfferingCommand.ts +++ b/clients/client-mediaconnect/src/commands/DescribeOfferingCommand.ts @@ -97,9 +97,6 @@ export class DescribeOfferingCommand extends $Command< DescribeOfferingCommandOutput, MediaConnectClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -113,9 +110,7 @@ export class DescribeOfferingCommand extends $Command< * @public */ constructor(readonly input: DescribeOfferingCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -168,7 +163,4 @@ export class DescribeOfferingCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DescribeOfferingCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-mediaconnect/src/commands/DescribeReservationCommand.ts b/clients/client-mediaconnect/src/commands/DescribeReservationCommand.ts index fc3e00b1d53f..1106893d2fc0 100644 --- a/clients/client-mediaconnect/src/commands/DescribeReservationCommand.ts +++ b/clients/client-mediaconnect/src/commands/DescribeReservationCommand.ts @@ -102,9 +102,6 @@ export class DescribeReservationCommand extends $Command< DescribeReservationCommandOutput, MediaConnectClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -118,9 +115,7 @@ export class DescribeReservationCommand extends $Command< * @public */ constructor(readonly input: DescribeReservationCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -173,7 +168,4 @@ export class DescribeReservationCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DescribeReservationCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-mediaconnect/src/commands/GrantFlowEntitlementsCommand.ts b/clients/client-mediaconnect/src/commands/GrantFlowEntitlementsCommand.ts index eddf5d578eab..3e70449464fa 100644 --- a/clients/client-mediaconnect/src/commands/GrantFlowEntitlementsCommand.ts +++ b/clients/client-mediaconnect/src/commands/GrantFlowEntitlementsCommand.ts @@ -136,9 +136,6 @@ export class GrantFlowEntitlementsCommand extends $Command< GrantFlowEntitlementsCommandOutput, MediaConnectClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -152,9 +149,7 @@ export class GrantFlowEntitlementsCommand extends $Command< * @public */ constructor(readonly input: GrantFlowEntitlementsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -207,7 +202,4 @@ export class GrantFlowEntitlementsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GrantFlowEntitlementsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-mediaconnect/src/commands/ListBridgesCommand.ts b/clients/client-mediaconnect/src/commands/ListBridgesCommand.ts index 644226e26087..3eabe4a34540 100644 --- a/clients/client-mediaconnect/src/commands/ListBridgesCommand.ts +++ b/clients/client-mediaconnect/src/commands/ListBridgesCommand.ts @@ -96,9 +96,6 @@ export class ListBridgesCommand extends $Command< ListBridgesCommandOutput, MediaConnectClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -112,9 +109,7 @@ export class ListBridgesCommand extends $Command< * @public */ constructor(readonly input: ListBridgesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -165,7 +160,4 @@ export class ListBridgesCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListBridgesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-mediaconnect/src/commands/ListEntitlementsCommand.ts b/clients/client-mediaconnect/src/commands/ListEntitlementsCommand.ts index d3e168346f71..88737459dd4c 100644 --- a/clients/client-mediaconnect/src/commands/ListEntitlementsCommand.ts +++ b/clients/client-mediaconnect/src/commands/ListEntitlementsCommand.ts @@ -90,9 +90,6 @@ export class ListEntitlementsCommand extends $Command< ListEntitlementsCommandOutput, MediaConnectClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -106,9 +103,7 @@ export class ListEntitlementsCommand extends $Command< * @public */ constructor(readonly input: ListEntitlementsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -161,7 +156,4 @@ export class ListEntitlementsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListEntitlementsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-mediaconnect/src/commands/ListFlowsCommand.ts b/clients/client-mediaconnect/src/commands/ListFlowsCommand.ts index 2e94804269ff..742e72d3b33f 100644 --- a/clients/client-mediaconnect/src/commands/ListFlowsCommand.ts +++ b/clients/client-mediaconnect/src/commands/ListFlowsCommand.ts @@ -99,9 +99,6 @@ export class ListFlowsCommand extends $Command< ListFlowsCommandOutput, MediaConnectClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -115,9 +112,7 @@ export class ListFlowsCommand extends $Command< * @public */ constructor(readonly input: ListFlowsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -168,7 +163,4 @@ export class ListFlowsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListFlowsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-mediaconnect/src/commands/ListGatewayInstancesCommand.ts b/clients/client-mediaconnect/src/commands/ListGatewayInstancesCommand.ts index 9fc8718d9a00..fabf4bdc0204 100644 --- a/clients/client-mediaconnect/src/commands/ListGatewayInstancesCommand.ts +++ b/clients/client-mediaconnect/src/commands/ListGatewayInstancesCommand.ts @@ -95,9 +95,6 @@ export class ListGatewayInstancesCommand extends $Command< ListGatewayInstancesCommandOutput, MediaConnectClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -111,9 +108,7 @@ export class ListGatewayInstancesCommand extends $Command< * @public */ constructor(readonly input: ListGatewayInstancesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -166,7 +161,4 @@ export class ListGatewayInstancesCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListGatewayInstancesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-mediaconnect/src/commands/ListGatewaysCommand.ts b/clients/client-mediaconnect/src/commands/ListGatewaysCommand.ts index 4f62d0c9897c..66e2e023f567 100644 --- a/clients/client-mediaconnect/src/commands/ListGatewaysCommand.ts +++ b/clients/client-mediaconnect/src/commands/ListGatewaysCommand.ts @@ -93,9 +93,6 @@ export class ListGatewaysCommand extends $Command< ListGatewaysCommandOutput, MediaConnectClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -109,9 +106,7 @@ export class ListGatewaysCommand extends $Command< * @public */ constructor(readonly input: ListGatewaysCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -162,7 +157,4 @@ export class ListGatewaysCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListGatewaysCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-mediaconnect/src/commands/ListOfferingsCommand.ts b/clients/client-mediaconnect/src/commands/ListOfferingsCommand.ts index 35e36a8c69d1..11ffb1fa7b2a 100644 --- a/clients/client-mediaconnect/src/commands/ListOfferingsCommand.ts +++ b/clients/client-mediaconnect/src/commands/ListOfferingsCommand.ts @@ -98,9 +98,6 @@ export class ListOfferingsCommand extends $Command< ListOfferingsCommandOutput, MediaConnectClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -114,9 +111,7 @@ export class ListOfferingsCommand extends $Command< * @public */ constructor(readonly input: ListOfferingsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -167,7 +162,4 @@ export class ListOfferingsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListOfferingsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-mediaconnect/src/commands/ListReservationsCommand.ts b/clients/client-mediaconnect/src/commands/ListReservationsCommand.ts index 91117d2c0743..352873bd6594 100644 --- a/clients/client-mediaconnect/src/commands/ListReservationsCommand.ts +++ b/clients/client-mediaconnect/src/commands/ListReservationsCommand.ts @@ -103,9 +103,6 @@ export class ListReservationsCommand extends $Command< ListReservationsCommandOutput, MediaConnectClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -119,9 +116,7 @@ export class ListReservationsCommand extends $Command< * @public */ constructor(readonly input: ListReservationsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -174,7 +169,4 @@ export class ListReservationsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListReservationsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-mediaconnect/src/commands/ListTagsForResourceCommand.ts b/clients/client-mediaconnect/src/commands/ListTagsForResourceCommand.ts index 7e8d43d8ded7..c2ca4b3e7328 100644 --- a/clients/client-mediaconnect/src/commands/ListTagsForResourceCommand.ts +++ b/clients/client-mediaconnect/src/commands/ListTagsForResourceCommand.ts @@ -81,9 +81,6 @@ export class ListTagsForResourceCommand extends $Command< ListTagsForResourceCommandOutput, MediaConnectClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -97,9 +94,7 @@ export class ListTagsForResourceCommand extends $Command< * @public */ constructor(readonly input: ListTagsForResourceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -152,7 +147,4 @@ export class ListTagsForResourceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListTagsForResourceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-mediaconnect/src/commands/PurchaseOfferingCommand.ts b/clients/client-mediaconnect/src/commands/PurchaseOfferingCommand.ts index bead31cbb2ec..5ecc9511817c 100644 --- a/clients/client-mediaconnect/src/commands/PurchaseOfferingCommand.ts +++ b/clients/client-mediaconnect/src/commands/PurchaseOfferingCommand.ts @@ -107,9 +107,6 @@ export class PurchaseOfferingCommand extends $Command< PurchaseOfferingCommandOutput, MediaConnectClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -123,9 +120,7 @@ export class PurchaseOfferingCommand extends $Command< * @public */ constructor(readonly input: PurchaseOfferingCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -178,7 +173,4 @@ export class PurchaseOfferingCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_PurchaseOfferingCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-mediaconnect/src/commands/RemoveBridgeOutputCommand.ts b/clients/client-mediaconnect/src/commands/RemoveBridgeOutputCommand.ts index 4a29ad1cc80b..63fd51810c5d 100644 --- a/clients/client-mediaconnect/src/commands/RemoveBridgeOutputCommand.ts +++ b/clients/client-mediaconnect/src/commands/RemoveBridgeOutputCommand.ts @@ -93,9 +93,6 @@ export class RemoveBridgeOutputCommand extends $Command< RemoveBridgeOutputCommandOutput, MediaConnectClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -109,9 +106,7 @@ export class RemoveBridgeOutputCommand extends $Command< * @public */ constructor(readonly input: RemoveBridgeOutputCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -164,7 +159,4 @@ export class RemoveBridgeOutputCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_RemoveBridgeOutputCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-mediaconnect/src/commands/RemoveBridgeSourceCommand.ts b/clients/client-mediaconnect/src/commands/RemoveBridgeSourceCommand.ts index 3979fe23f17b..5b37837f519c 100644 --- a/clients/client-mediaconnect/src/commands/RemoveBridgeSourceCommand.ts +++ b/clients/client-mediaconnect/src/commands/RemoveBridgeSourceCommand.ts @@ -93,9 +93,6 @@ export class RemoveBridgeSourceCommand extends $Command< RemoveBridgeSourceCommandOutput, MediaConnectClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -109,9 +106,7 @@ export class RemoveBridgeSourceCommand extends $Command< * @public */ constructor(readonly input: RemoveBridgeSourceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -164,7 +159,4 @@ export class RemoveBridgeSourceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_RemoveBridgeSourceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-mediaconnect/src/commands/RemoveFlowMediaStreamCommand.ts b/clients/client-mediaconnect/src/commands/RemoveFlowMediaStreamCommand.ts index 91c2f4285b64..b6220fe09ce4 100644 --- a/clients/client-mediaconnect/src/commands/RemoveFlowMediaStreamCommand.ts +++ b/clients/client-mediaconnect/src/commands/RemoveFlowMediaStreamCommand.ts @@ -90,9 +90,6 @@ export class RemoveFlowMediaStreamCommand extends $Command< RemoveFlowMediaStreamCommandOutput, MediaConnectClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -106,9 +103,7 @@ export class RemoveFlowMediaStreamCommand extends $Command< * @public */ constructor(readonly input: RemoveFlowMediaStreamCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -161,7 +156,4 @@ export class RemoveFlowMediaStreamCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_RemoveFlowMediaStreamCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-mediaconnect/src/commands/RemoveFlowOutputCommand.ts b/clients/client-mediaconnect/src/commands/RemoveFlowOutputCommand.ts index 0ef7f95231d2..2037c9bf4e36 100644 --- a/clients/client-mediaconnect/src/commands/RemoveFlowOutputCommand.ts +++ b/clients/client-mediaconnect/src/commands/RemoveFlowOutputCommand.ts @@ -90,9 +90,6 @@ export class RemoveFlowOutputCommand extends $Command< RemoveFlowOutputCommandOutput, MediaConnectClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -106,9 +103,7 @@ export class RemoveFlowOutputCommand extends $Command< * @public */ constructor(readonly input: RemoveFlowOutputCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -161,7 +156,4 @@ export class RemoveFlowOutputCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_RemoveFlowOutputCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-mediaconnect/src/commands/RemoveFlowSourceCommand.ts b/clients/client-mediaconnect/src/commands/RemoveFlowSourceCommand.ts index 2f42d3837093..d0680f0bf7eb 100644 --- a/clients/client-mediaconnect/src/commands/RemoveFlowSourceCommand.ts +++ b/clients/client-mediaconnect/src/commands/RemoveFlowSourceCommand.ts @@ -90,9 +90,6 @@ export class RemoveFlowSourceCommand extends $Command< RemoveFlowSourceCommandOutput, MediaConnectClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -106,9 +103,7 @@ export class RemoveFlowSourceCommand extends $Command< * @public */ constructor(readonly input: RemoveFlowSourceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -161,7 +156,4 @@ export class RemoveFlowSourceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_RemoveFlowSourceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-mediaconnect/src/commands/RemoveFlowVpcInterfaceCommand.ts b/clients/client-mediaconnect/src/commands/RemoveFlowVpcInterfaceCommand.ts index 6e3b8489a883..df3972ebef6d 100644 --- a/clients/client-mediaconnect/src/commands/RemoveFlowVpcInterfaceCommand.ts +++ b/clients/client-mediaconnect/src/commands/RemoveFlowVpcInterfaceCommand.ts @@ -93,9 +93,6 @@ export class RemoveFlowVpcInterfaceCommand extends $Command< RemoveFlowVpcInterfaceCommandOutput, MediaConnectClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -109,9 +106,7 @@ export class RemoveFlowVpcInterfaceCommand extends $Command< * @public */ constructor(readonly input: RemoveFlowVpcInterfaceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -164,7 +159,4 @@ export class RemoveFlowVpcInterfaceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_RemoveFlowVpcInterfaceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-mediaconnect/src/commands/RevokeFlowEntitlementCommand.ts b/clients/client-mediaconnect/src/commands/RevokeFlowEntitlementCommand.ts index 83306bdf14bb..707ff18f1bf9 100644 --- a/clients/client-mediaconnect/src/commands/RevokeFlowEntitlementCommand.ts +++ b/clients/client-mediaconnect/src/commands/RevokeFlowEntitlementCommand.ts @@ -90,9 +90,6 @@ export class RevokeFlowEntitlementCommand extends $Command< RevokeFlowEntitlementCommandOutput, MediaConnectClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -106,9 +103,7 @@ export class RevokeFlowEntitlementCommand extends $Command< * @public */ constructor(readonly input: RevokeFlowEntitlementCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -161,7 +156,4 @@ export class RevokeFlowEntitlementCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_RevokeFlowEntitlementCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-mediaconnect/src/commands/StartFlowCommand.ts b/clients/client-mediaconnect/src/commands/StartFlowCommand.ts index e02d9ccea78a..5af4508d328d 100644 --- a/clients/client-mediaconnect/src/commands/StartFlowCommand.ts +++ b/clients/client-mediaconnect/src/commands/StartFlowCommand.ts @@ -89,9 +89,6 @@ export class StartFlowCommand extends $Command< StartFlowCommandOutput, MediaConnectClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -105,9 +102,7 @@ export class StartFlowCommand extends $Command< * @public */ constructor(readonly input: StartFlowCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -158,7 +153,4 @@ export class StartFlowCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_StartFlowCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-mediaconnect/src/commands/StopFlowCommand.ts b/clients/client-mediaconnect/src/commands/StopFlowCommand.ts index 100f0b6ea09d..902cdf0ff5a1 100644 --- a/clients/client-mediaconnect/src/commands/StopFlowCommand.ts +++ b/clients/client-mediaconnect/src/commands/StopFlowCommand.ts @@ -89,9 +89,6 @@ export class StopFlowCommand extends $Command< StopFlowCommandOutput, MediaConnectClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -105,9 +102,7 @@ export class StopFlowCommand extends $Command< * @public */ constructor(readonly input: StopFlowCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -158,7 +153,4 @@ export class StopFlowCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_StopFlowCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-mediaconnect/src/commands/TagResourceCommand.ts b/clients/client-mediaconnect/src/commands/TagResourceCommand.ts index 40ae821b2f86..e4b9ee26bdee 100644 --- a/clients/client-mediaconnect/src/commands/TagResourceCommand.ts +++ b/clients/client-mediaconnect/src/commands/TagResourceCommand.ts @@ -80,9 +80,6 @@ export class TagResourceCommand extends $Command< TagResourceCommandOutput, MediaConnectClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -96,9 +93,7 @@ export class TagResourceCommand extends $Command< * @public */ constructor(readonly input: TagResourceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -149,7 +144,4 @@ export class TagResourceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_TagResourceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-mediaconnect/src/commands/UntagResourceCommand.ts b/clients/client-mediaconnect/src/commands/UntagResourceCommand.ts index 60fd70c4f02a..5b08142b8d63 100644 --- a/clients/client-mediaconnect/src/commands/UntagResourceCommand.ts +++ b/clients/client-mediaconnect/src/commands/UntagResourceCommand.ts @@ -80,9 +80,6 @@ export class UntagResourceCommand extends $Command< UntagResourceCommandOutput, MediaConnectClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -96,9 +93,7 @@ export class UntagResourceCommand extends $Command< * @public */ constructor(readonly input: UntagResourceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -149,7 +144,4 @@ export class UntagResourceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UntagResourceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-mediaconnect/src/commands/UpdateBridgeCommand.ts b/clients/client-mediaconnect/src/commands/UpdateBridgeCommand.ts index 370b560d90a9..22513fe4ee27 100644 --- a/clients/client-mediaconnect/src/commands/UpdateBridgeCommand.ts +++ b/clients/client-mediaconnect/src/commands/UpdateBridgeCommand.ts @@ -171,9 +171,6 @@ export class UpdateBridgeCommand extends $Command< UpdateBridgeCommandOutput, MediaConnectClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -187,9 +184,7 @@ export class UpdateBridgeCommand extends $Command< * @public */ constructor(readonly input: UpdateBridgeCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -240,7 +235,4 @@ export class UpdateBridgeCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdateBridgeCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-mediaconnect/src/commands/UpdateBridgeOutputCommand.ts b/clients/client-mediaconnect/src/commands/UpdateBridgeOutputCommand.ts index 72f9047bcd14..a9e7a813f31b 100644 --- a/clients/client-mediaconnect/src/commands/UpdateBridgeOutputCommand.ts +++ b/clients/client-mediaconnect/src/commands/UpdateBridgeOutputCommand.ts @@ -114,9 +114,6 @@ export class UpdateBridgeOutputCommand extends $Command< UpdateBridgeOutputCommandOutput, MediaConnectClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -130,9 +127,7 @@ export class UpdateBridgeOutputCommand extends $Command< * @public */ constructor(readonly input: UpdateBridgeOutputCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -185,7 +180,4 @@ export class UpdateBridgeOutputCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdateBridgeOutputCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-mediaconnect/src/commands/UpdateBridgeSourceCommand.ts b/clients/client-mediaconnect/src/commands/UpdateBridgeSourceCommand.ts index a8e698a63f16..3300a4db15dd 100644 --- a/clients/client-mediaconnect/src/commands/UpdateBridgeSourceCommand.ts +++ b/clients/client-mediaconnect/src/commands/UpdateBridgeSourceCommand.ts @@ -121,9 +121,6 @@ export class UpdateBridgeSourceCommand extends $Command< UpdateBridgeSourceCommandOutput, MediaConnectClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -137,9 +134,7 @@ export class UpdateBridgeSourceCommand extends $Command< * @public */ constructor(readonly input: UpdateBridgeSourceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -192,7 +187,4 @@ export class UpdateBridgeSourceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdateBridgeSourceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-mediaconnect/src/commands/UpdateBridgeStateCommand.ts b/clients/client-mediaconnect/src/commands/UpdateBridgeStateCommand.ts index abadfc9cbfbc..419e5e392866 100644 --- a/clients/client-mediaconnect/src/commands/UpdateBridgeStateCommand.ts +++ b/clients/client-mediaconnect/src/commands/UpdateBridgeStateCommand.ts @@ -93,9 +93,6 @@ export class UpdateBridgeStateCommand extends $Command< UpdateBridgeStateCommandOutput, MediaConnectClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -109,9 +106,7 @@ export class UpdateBridgeStateCommand extends $Command< * @public */ constructor(readonly input: UpdateBridgeStateCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -164,7 +159,4 @@ export class UpdateBridgeStateCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdateBridgeStateCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-mediaconnect/src/commands/UpdateFlowCommand.ts b/clients/client-mediaconnect/src/commands/UpdateFlowCommand.ts index b8bd735f3324..b1ba262cf12a 100644 --- a/clients/client-mediaconnect/src/commands/UpdateFlowCommand.ts +++ b/clients/client-mediaconnect/src/commands/UpdateFlowCommand.ts @@ -374,9 +374,6 @@ export class UpdateFlowCommand extends $Command< UpdateFlowCommandOutput, MediaConnectClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -390,9 +387,7 @@ export class UpdateFlowCommand extends $Command< * @public */ constructor(readonly input: UpdateFlowCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -443,7 +438,4 @@ export class UpdateFlowCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdateFlowCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-mediaconnect/src/commands/UpdateFlowEntitlementCommand.ts b/clients/client-mediaconnect/src/commands/UpdateFlowEntitlementCommand.ts index 023aafbc459f..ea76fa45e257 100644 --- a/clients/client-mediaconnect/src/commands/UpdateFlowEntitlementCommand.ts +++ b/clients/client-mediaconnect/src/commands/UpdateFlowEntitlementCommand.ts @@ -126,9 +126,6 @@ export class UpdateFlowEntitlementCommand extends $Command< UpdateFlowEntitlementCommandOutput, MediaConnectClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -142,9 +139,7 @@ export class UpdateFlowEntitlementCommand extends $Command< * @public */ constructor(readonly input: UpdateFlowEntitlementCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -197,7 +192,4 @@ export class UpdateFlowEntitlementCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdateFlowEntitlementCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-mediaconnect/src/commands/UpdateFlowMediaStreamCommand.ts b/clients/client-mediaconnect/src/commands/UpdateFlowMediaStreamCommand.ts index d8743e8e3b96..5c8e46d19f01 100644 --- a/clients/client-mediaconnect/src/commands/UpdateFlowMediaStreamCommand.ts +++ b/clients/client-mediaconnect/src/commands/UpdateFlowMediaStreamCommand.ts @@ -126,9 +126,6 @@ export class UpdateFlowMediaStreamCommand extends $Command< UpdateFlowMediaStreamCommandOutput, MediaConnectClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -142,9 +139,7 @@ export class UpdateFlowMediaStreamCommand extends $Command< * @public */ constructor(readonly input: UpdateFlowMediaStreamCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -197,7 +192,4 @@ export class UpdateFlowMediaStreamCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdateFlowMediaStreamCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-mediaconnect/src/commands/UpdateFlowOutputCommand.ts b/clients/client-mediaconnect/src/commands/UpdateFlowOutputCommand.ts index fd550e6e1600..99541b6fabab 100644 --- a/clients/client-mediaconnect/src/commands/UpdateFlowOutputCommand.ts +++ b/clients/client-mediaconnect/src/commands/UpdateFlowOutputCommand.ts @@ -202,9 +202,6 @@ export class UpdateFlowOutputCommand extends $Command< UpdateFlowOutputCommandOutput, MediaConnectClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -218,9 +215,7 @@ export class UpdateFlowOutputCommand extends $Command< * @public */ constructor(readonly input: UpdateFlowOutputCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -273,7 +268,4 @@ export class UpdateFlowOutputCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdateFlowOutputCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-mediaconnect/src/commands/UpdateFlowSourceCommand.ts b/clients/client-mediaconnect/src/commands/UpdateFlowSourceCommand.ts index 8ff4369b653a..1ceb6825da84 100644 --- a/clients/client-mediaconnect/src/commands/UpdateFlowSourceCommand.ts +++ b/clients/client-mediaconnect/src/commands/UpdateFlowSourceCommand.ts @@ -197,9 +197,6 @@ export class UpdateFlowSourceCommand extends $Command< UpdateFlowSourceCommandOutput, MediaConnectClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -213,9 +210,7 @@ export class UpdateFlowSourceCommand extends $Command< * @public */ constructor(readonly input: UpdateFlowSourceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -268,7 +263,4 @@ export class UpdateFlowSourceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdateFlowSourceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-mediaconnect/src/commands/UpdateGatewayInstanceCommand.ts b/clients/client-mediaconnect/src/commands/UpdateGatewayInstanceCommand.ts index fde8029348df..573917443765 100644 --- a/clients/client-mediaconnect/src/commands/UpdateGatewayInstanceCommand.ts +++ b/clients/client-mediaconnect/src/commands/UpdateGatewayInstanceCommand.ts @@ -93,9 +93,6 @@ export class UpdateGatewayInstanceCommand extends $Command< UpdateGatewayInstanceCommandOutput, MediaConnectClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -109,9 +106,7 @@ export class UpdateGatewayInstanceCommand extends $Command< * @public */ constructor(readonly input: UpdateGatewayInstanceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -164,7 +159,4 @@ export class UpdateGatewayInstanceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdateGatewayInstanceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-mediaconvert/package.json b/clients/client-mediaconvert/package.json index f5910398a9a2..70a2751ff937 100644 --- a/clients/client-mediaconvert/package.json +++ b/clients/client-mediaconvert/package.json @@ -34,29 +34,29 @@ "@aws-sdk/util-endpoints": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@smithy/config-resolver": "^2.0.16", - "@smithy/fetch-http-handler": "^2.2.4", - "@smithy/hash-node": "^2.0.12", - "@smithy/invalid-dependency": "^2.0.12", - "@smithy/middleware-content-length": "^2.0.14", - "@smithy/middleware-endpoint": "^2.1.3", - "@smithy/middleware-retry": "^2.0.18", - "@smithy/middleware-serde": "^2.0.12", - "@smithy/middleware-stack": "^2.0.6", - "@smithy/node-config-provider": "^2.1.3", - "@smithy/node-http-handler": "^2.1.8", - "@smithy/protocol-http": "^3.0.8", - "@smithy/smithy-client": "^2.1.12", - "@smithy/types": "^2.4.0", - "@smithy/url-parser": "^2.0.12", - "@smithy/util-base64": "^2.0.0", + "@smithy/config-resolver": "^2.0.18", + "@smithy/fetch-http-handler": "^2.2.6", + "@smithy/hash-node": "^2.0.15", + "@smithy/invalid-dependency": "^2.0.13", + "@smithy/middleware-content-length": "^2.0.15", + "@smithy/middleware-endpoint": "^2.2.0", + "@smithy/middleware-retry": "^2.0.20", + "@smithy/middleware-serde": "^2.0.13", + "@smithy/middleware-stack": "^2.0.7", + "@smithy/node-config-provider": "^2.1.5", + "@smithy/node-http-handler": "^2.1.9", + "@smithy/protocol-http": "^3.0.9", + "@smithy/smithy-client": "^2.1.15", + "@smithy/types": "^2.5.0", + "@smithy/url-parser": "^2.0.13", + "@smithy/util-base64": "^2.0.1", "@smithy/util-body-length-browser": "^2.0.0", "@smithy/util-body-length-node": "^2.1.0", - "@smithy/util-defaults-mode-browser": "^2.0.16", - "@smithy/util-defaults-mode-node": "^2.0.21", - "@smithy/util-endpoints": "^1.0.2", - "@smithy/util-retry": "^2.0.5", - "@smithy/util-utf8": "^2.0.0", + "@smithy/util-defaults-mode-browser": "^2.0.19", + "@smithy/util-defaults-mode-node": "^2.0.25", + "@smithy/util-endpoints": "^1.0.4", + "@smithy/util-retry": "^2.0.6", + "@smithy/util-utf8": "^2.0.2", "tslib": "^2.5.0", "uuid": "^8.3.2" }, diff --git a/clients/client-mediaconvert/src/commands/AssociateCertificateCommand.ts b/clients/client-mediaconvert/src/commands/AssociateCertificateCommand.ts index a75eb3662324..c1c9acf0d553 100644 --- a/clients/client-mediaconvert/src/commands/AssociateCertificateCommand.ts +++ b/clients/client-mediaconvert/src/commands/AssociateCertificateCommand.ts @@ -86,9 +86,6 @@ export class AssociateCertificateCommand extends $Command< AssociateCertificateCommandOutput, MediaConvertClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -102,9 +99,7 @@ export class AssociateCertificateCommand extends $Command< * @public */ constructor(readonly input: AssociateCertificateCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -157,7 +152,4 @@ export class AssociateCertificateCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_AssociateCertificateCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-mediaconvert/src/commands/CancelJobCommand.ts b/clients/client-mediaconvert/src/commands/CancelJobCommand.ts index c93336ce1c28..1cad672a3d3c 100644 --- a/clients/client-mediaconvert/src/commands/CancelJobCommand.ts +++ b/clients/client-mediaconvert/src/commands/CancelJobCommand.ts @@ -86,9 +86,6 @@ export class CancelJobCommand extends $Command< CancelJobCommandOutput, MediaConvertClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -102,9 +99,7 @@ export class CancelJobCommand extends $Command< * @public */ constructor(readonly input: CancelJobCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -155,7 +150,4 @@ export class CancelJobCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CancelJobCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-mediaconvert/src/commands/CreateJobCommand.ts b/clients/client-mediaconvert/src/commands/CreateJobCommand.ts index 880520702522..73b5f3867e2d 100644 --- a/clients/client-mediaconvert/src/commands/CreateJobCommand.ts +++ b/clients/client-mediaconvert/src/commands/CreateJobCommand.ts @@ -2992,9 +2992,6 @@ export class CreateJobCommand extends $Command< CreateJobCommandOutput, MediaConvertClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -3008,9 +3005,7 @@ export class CreateJobCommand extends $Command< * @public */ constructor(readonly input: CreateJobCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -3061,7 +3056,4 @@ export class CreateJobCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateJobCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-mediaconvert/src/commands/CreateJobTemplateCommand.ts b/clients/client-mediaconvert/src/commands/CreateJobTemplateCommand.ts index 198672ebfd13..3a928bf774ef 100644 --- a/clients/client-mediaconvert/src/commands/CreateJobTemplateCommand.ts +++ b/clients/client-mediaconvert/src/commands/CreateJobTemplateCommand.ts @@ -2911,9 +2911,6 @@ export class CreateJobTemplateCommand extends $Command< CreateJobTemplateCommandOutput, MediaConvertClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -2927,9 +2924,7 @@ export class CreateJobTemplateCommand extends $Command< * @public */ constructor(readonly input: CreateJobTemplateCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -2982,7 +2977,4 @@ export class CreateJobTemplateCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateJobTemplateCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-mediaconvert/src/commands/CreatePresetCommand.ts b/clients/client-mediaconvert/src/commands/CreatePresetCommand.ts index d9dc4cefed7f..2cb7ceeb7ae1 100644 --- a/clients/client-mediaconvert/src/commands/CreatePresetCommand.ts +++ b/clients/client-mediaconvert/src/commands/CreatePresetCommand.ts @@ -1673,9 +1673,6 @@ export class CreatePresetCommand extends $Command< CreatePresetCommandOutput, MediaConvertClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -1689,9 +1686,7 @@ export class CreatePresetCommand extends $Command< * @public */ constructor(readonly input: CreatePresetCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -1742,7 +1737,4 @@ export class CreatePresetCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreatePresetCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-mediaconvert/src/commands/CreateQueueCommand.ts b/clients/client-mediaconvert/src/commands/CreateQueueCommand.ts index 1067d8fe7e84..3e7e4567f3d8 100644 --- a/clients/client-mediaconvert/src/commands/CreateQueueCommand.ts +++ b/clients/client-mediaconvert/src/commands/CreateQueueCommand.ts @@ -118,9 +118,6 @@ export class CreateQueueCommand extends $Command< CreateQueueCommandOutput, MediaConvertClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -134,9 +131,7 @@ export class CreateQueueCommand extends $Command< * @public */ constructor(readonly input: CreateQueueCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -187,7 +182,4 @@ export class CreateQueueCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateQueueCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-mediaconvert/src/commands/DeleteJobTemplateCommand.ts b/clients/client-mediaconvert/src/commands/DeleteJobTemplateCommand.ts index ea17a838e3c7..9e734f3a80a0 100644 --- a/clients/client-mediaconvert/src/commands/DeleteJobTemplateCommand.ts +++ b/clients/client-mediaconvert/src/commands/DeleteJobTemplateCommand.ts @@ -86,9 +86,6 @@ export class DeleteJobTemplateCommand extends $Command< DeleteJobTemplateCommandOutput, MediaConvertClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -102,9 +99,7 @@ export class DeleteJobTemplateCommand extends $Command< * @public */ constructor(readonly input: DeleteJobTemplateCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -157,7 +152,4 @@ export class DeleteJobTemplateCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteJobTemplateCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-mediaconvert/src/commands/DeletePolicyCommand.ts b/clients/client-mediaconvert/src/commands/DeletePolicyCommand.ts index b86ac1501b0c..eb4144f1320d 100644 --- a/clients/client-mediaconvert/src/commands/DeletePolicyCommand.ts +++ b/clients/client-mediaconvert/src/commands/DeletePolicyCommand.ts @@ -84,9 +84,6 @@ export class DeletePolicyCommand extends $Command< DeletePolicyCommandOutput, MediaConvertClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -100,9 +97,7 @@ export class DeletePolicyCommand extends $Command< * @public */ constructor(readonly input: DeletePolicyCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -153,7 +148,4 @@ export class DeletePolicyCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeletePolicyCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-mediaconvert/src/commands/DeletePresetCommand.ts b/clients/client-mediaconvert/src/commands/DeletePresetCommand.ts index 69092347922a..a5c764dfc962 100644 --- a/clients/client-mediaconvert/src/commands/DeletePresetCommand.ts +++ b/clients/client-mediaconvert/src/commands/DeletePresetCommand.ts @@ -86,9 +86,6 @@ export class DeletePresetCommand extends $Command< DeletePresetCommandOutput, MediaConvertClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -102,9 +99,7 @@ export class DeletePresetCommand extends $Command< * @public */ constructor(readonly input: DeletePresetCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -155,7 +150,4 @@ export class DeletePresetCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeletePresetCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-mediaconvert/src/commands/DeleteQueueCommand.ts b/clients/client-mediaconvert/src/commands/DeleteQueueCommand.ts index b4f7b934c3e5..05d0665eb9cc 100644 --- a/clients/client-mediaconvert/src/commands/DeleteQueueCommand.ts +++ b/clients/client-mediaconvert/src/commands/DeleteQueueCommand.ts @@ -86,9 +86,6 @@ export class DeleteQueueCommand extends $Command< DeleteQueueCommandOutput, MediaConvertClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -102,9 +99,7 @@ export class DeleteQueueCommand extends $Command< * @public */ constructor(readonly input: DeleteQueueCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -155,7 +150,4 @@ export class DeleteQueueCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteQueueCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-mediaconvert/src/commands/DescribeEndpointsCommand.ts b/clients/client-mediaconvert/src/commands/DescribeEndpointsCommand.ts index f31bfda9224c..6c3f58014c96 100644 --- a/clients/client-mediaconvert/src/commands/DescribeEndpointsCommand.ts +++ b/clients/client-mediaconvert/src/commands/DescribeEndpointsCommand.ts @@ -95,9 +95,6 @@ export class DescribeEndpointsCommand extends $Command< DescribeEndpointsCommandOutput, MediaConvertClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -111,9 +108,7 @@ export class DescribeEndpointsCommand extends $Command< * @public */ constructor(readonly input: DescribeEndpointsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -166,7 +161,4 @@ export class DescribeEndpointsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DescribeEndpointsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-mediaconvert/src/commands/DisassociateCertificateCommand.ts b/clients/client-mediaconvert/src/commands/DisassociateCertificateCommand.ts index 18a16a9ef8fa..bbda70867f6c 100644 --- a/clients/client-mediaconvert/src/commands/DisassociateCertificateCommand.ts +++ b/clients/client-mediaconvert/src/commands/DisassociateCertificateCommand.ts @@ -86,9 +86,6 @@ export class DisassociateCertificateCommand extends $Command< DisassociateCertificateCommandOutput, MediaConvertClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -102,9 +99,7 @@ export class DisassociateCertificateCommand extends $Command< * @public */ constructor(readonly input: DisassociateCertificateCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -157,7 +152,4 @@ export class DisassociateCertificateCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DisassociateCertificateCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-mediaconvert/src/commands/GetJobCommand.ts b/clients/client-mediaconvert/src/commands/GetJobCommand.ts index 608d8f540771..9a885b643117 100644 --- a/clients/client-mediaconvert/src/commands/GetJobCommand.ts +++ b/clients/client-mediaconvert/src/commands/GetJobCommand.ts @@ -1560,9 +1560,6 @@ export interface GetJobCommandOutput extends GetJobResponse, __MetadataBearer {} * */ export class GetJobCommand extends $Command { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -1576,9 +1573,7 @@ export class GetJobCommand extends $Command { return de_GetJobCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-mediaconvert/src/commands/GetJobTemplateCommand.ts b/clients/client-mediaconvert/src/commands/GetJobTemplateCommand.ts index 373da06fa3fe..ae421beb39a8 100644 --- a/clients/client-mediaconvert/src/commands/GetJobTemplateCommand.ts +++ b/clients/client-mediaconvert/src/commands/GetJobTemplateCommand.ts @@ -1501,9 +1501,6 @@ export class GetJobTemplateCommand extends $Command< GetJobTemplateCommandOutput, MediaConvertClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -1517,9 +1514,7 @@ export class GetJobTemplateCommand extends $Command< * @public */ constructor(readonly input: GetJobTemplateCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -1572,7 +1567,4 @@ export class GetJobTemplateCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetJobTemplateCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-mediaconvert/src/commands/GetPolicyCommand.ts b/clients/client-mediaconvert/src/commands/GetPolicyCommand.ts index 6cbcde3881a8..54a33cf0430d 100644 --- a/clients/client-mediaconvert/src/commands/GetPolicyCommand.ts +++ b/clients/client-mediaconvert/src/commands/GetPolicyCommand.ts @@ -90,9 +90,6 @@ export class GetPolicyCommand extends $Command< GetPolicyCommandOutput, MediaConvertClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -106,9 +103,7 @@ export class GetPolicyCommand extends $Command< * @public */ constructor(readonly input: GetPolicyCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -159,7 +154,4 @@ export class GetPolicyCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetPolicyCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-mediaconvert/src/commands/GetPresetCommand.ts b/clients/client-mediaconvert/src/commands/GetPresetCommand.ts index 9be0f46a1eab..f0fad5da8a19 100644 --- a/clients/client-mediaconvert/src/commands/GetPresetCommand.ts +++ b/clients/client-mediaconvert/src/commands/GetPresetCommand.ts @@ -882,9 +882,6 @@ export class GetPresetCommand extends $Command< GetPresetCommandOutput, MediaConvertClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -898,9 +895,7 @@ export class GetPresetCommand extends $Command< * @public */ constructor(readonly input: GetPresetCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -951,7 +946,4 @@ export class GetPresetCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetPresetCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-mediaconvert/src/commands/GetQueueCommand.ts b/clients/client-mediaconvert/src/commands/GetQueueCommand.ts index 20b0dc669d12..c5b741da5fc9 100644 --- a/clients/client-mediaconvert/src/commands/GetQueueCommand.ts +++ b/clients/client-mediaconvert/src/commands/GetQueueCommand.ts @@ -107,9 +107,6 @@ export class GetQueueCommand extends $Command< GetQueueCommandOutput, MediaConvertClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -123,9 +120,7 @@ export class GetQueueCommand extends $Command< * @public */ constructor(readonly input: GetQueueCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -176,7 +171,4 @@ export class GetQueueCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetQueueCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-mediaconvert/src/commands/ListJobTemplatesCommand.ts b/clients/client-mediaconvert/src/commands/ListJobTemplatesCommand.ts index 4234558fb796..10147e6264dc 100644 --- a/clients/client-mediaconvert/src/commands/ListJobTemplatesCommand.ts +++ b/clients/client-mediaconvert/src/commands/ListJobTemplatesCommand.ts @@ -1508,9 +1508,6 @@ export class ListJobTemplatesCommand extends $Command< ListJobTemplatesCommandOutput, MediaConvertClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -1524,9 +1521,7 @@ export class ListJobTemplatesCommand extends $Command< * @public */ constructor(readonly input: ListJobTemplatesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -1579,7 +1574,4 @@ export class ListJobTemplatesCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListJobTemplatesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-mediaconvert/src/commands/ListJobsCommand.ts b/clients/client-mediaconvert/src/commands/ListJobsCommand.ts index f3e2366afb96..b2fa9f6f57f1 100644 --- a/clients/client-mediaconvert/src/commands/ListJobsCommand.ts +++ b/clients/client-mediaconvert/src/commands/ListJobsCommand.ts @@ -1571,9 +1571,6 @@ export class ListJobsCommand extends $Command< ListJobsCommandOutput, MediaConvertClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -1587,9 +1584,7 @@ export class ListJobsCommand extends $Command< * @public */ constructor(readonly input: ListJobsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -1640,7 +1635,4 @@ export class ListJobsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListJobsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-mediaconvert/src/commands/ListPresetsCommand.ts b/clients/client-mediaconvert/src/commands/ListPresetsCommand.ts index de3e7f076ed1..128618d66fd3 100644 --- a/clients/client-mediaconvert/src/commands/ListPresetsCommand.ts +++ b/clients/client-mediaconvert/src/commands/ListPresetsCommand.ts @@ -889,9 +889,6 @@ export class ListPresetsCommand extends $Command< ListPresetsCommandOutput, MediaConvertClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -905,9 +902,7 @@ export class ListPresetsCommand extends $Command< * @public */ constructor(readonly input: ListPresetsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -958,7 +953,4 @@ export class ListPresetsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListPresetsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-mediaconvert/src/commands/ListQueuesCommand.ts b/clients/client-mediaconvert/src/commands/ListQueuesCommand.ts index c8f222e9b061..8ed98898a304 100644 --- a/clients/client-mediaconvert/src/commands/ListQueuesCommand.ts +++ b/clients/client-mediaconvert/src/commands/ListQueuesCommand.ts @@ -113,9 +113,6 @@ export class ListQueuesCommand extends $Command< ListQueuesCommandOutput, MediaConvertClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -129,9 +126,7 @@ export class ListQueuesCommand extends $Command< * @public */ constructor(readonly input: ListQueuesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -182,7 +177,4 @@ export class ListQueuesCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListQueuesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-mediaconvert/src/commands/ListTagsForResourceCommand.ts b/clients/client-mediaconvert/src/commands/ListTagsForResourceCommand.ts index 26ac4b28dc34..e0b59d7ee7bd 100644 --- a/clients/client-mediaconvert/src/commands/ListTagsForResourceCommand.ts +++ b/clients/client-mediaconvert/src/commands/ListTagsForResourceCommand.ts @@ -93,9 +93,6 @@ export class ListTagsForResourceCommand extends $Command< ListTagsForResourceCommandOutput, MediaConvertClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -109,9 +106,7 @@ export class ListTagsForResourceCommand extends $Command< * @public */ constructor(readonly input: ListTagsForResourceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -164,7 +159,4 @@ export class ListTagsForResourceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListTagsForResourceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-mediaconvert/src/commands/PutPolicyCommand.ts b/clients/client-mediaconvert/src/commands/PutPolicyCommand.ts index 1c505c02a190..d4653dbf7a46 100644 --- a/clients/client-mediaconvert/src/commands/PutPolicyCommand.ts +++ b/clients/client-mediaconvert/src/commands/PutPolicyCommand.ts @@ -96,9 +96,6 @@ export class PutPolicyCommand extends $Command< PutPolicyCommandOutput, MediaConvertClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -112,9 +109,7 @@ export class PutPolicyCommand extends $Command< * @public */ constructor(readonly input: PutPolicyCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -165,7 +160,4 @@ export class PutPolicyCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_PutPolicyCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-mediaconvert/src/commands/TagResourceCommand.ts b/clients/client-mediaconvert/src/commands/TagResourceCommand.ts index cced7d8aca54..94ed163a7bd6 100644 --- a/clients/client-mediaconvert/src/commands/TagResourceCommand.ts +++ b/clients/client-mediaconvert/src/commands/TagResourceCommand.ts @@ -89,9 +89,6 @@ export class TagResourceCommand extends $Command< TagResourceCommandOutput, MediaConvertClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -105,9 +102,7 @@ export class TagResourceCommand extends $Command< * @public */ constructor(readonly input: TagResourceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -158,7 +153,4 @@ export class TagResourceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_TagResourceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-mediaconvert/src/commands/UntagResourceCommand.ts b/clients/client-mediaconvert/src/commands/UntagResourceCommand.ts index 237673196a23..4914bf17ebca 100644 --- a/clients/client-mediaconvert/src/commands/UntagResourceCommand.ts +++ b/clients/client-mediaconvert/src/commands/UntagResourceCommand.ts @@ -89,9 +89,6 @@ export class UntagResourceCommand extends $Command< UntagResourceCommandOutput, MediaConvertClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -105,9 +102,7 @@ export class UntagResourceCommand extends $Command< * @public */ constructor(readonly input: UntagResourceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -158,7 +153,4 @@ export class UntagResourceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UntagResourceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-mediaconvert/src/commands/UpdateJobTemplateCommand.ts b/clients/client-mediaconvert/src/commands/UpdateJobTemplateCommand.ts index be9bd678a7fa..a4be3a94354e 100644 --- a/clients/client-mediaconvert/src/commands/UpdateJobTemplateCommand.ts +++ b/clients/client-mediaconvert/src/commands/UpdateJobTemplateCommand.ts @@ -2908,9 +2908,6 @@ export class UpdateJobTemplateCommand extends $Command< UpdateJobTemplateCommandOutput, MediaConvertClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -2924,9 +2921,7 @@ export class UpdateJobTemplateCommand extends $Command< * @public */ constructor(readonly input: UpdateJobTemplateCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -2979,7 +2974,4 @@ export class UpdateJobTemplateCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdateJobTemplateCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-mediaconvert/src/commands/UpdatePresetCommand.ts b/clients/client-mediaconvert/src/commands/UpdatePresetCommand.ts index d1eadcd0270c..09f156bbc113 100644 --- a/clients/client-mediaconvert/src/commands/UpdatePresetCommand.ts +++ b/clients/client-mediaconvert/src/commands/UpdatePresetCommand.ts @@ -1670,9 +1670,6 @@ export class UpdatePresetCommand extends $Command< UpdatePresetCommandOutput, MediaConvertClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -1686,9 +1683,7 @@ export class UpdatePresetCommand extends $Command< * @public */ constructor(readonly input: UpdatePresetCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -1739,7 +1734,4 @@ export class UpdatePresetCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdatePresetCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-mediaconvert/src/commands/UpdateQueueCommand.ts b/clients/client-mediaconvert/src/commands/UpdateQueueCommand.ts index 82f4ca331aba..326b1d8d623e 100644 --- a/clients/client-mediaconvert/src/commands/UpdateQueueCommand.ts +++ b/clients/client-mediaconvert/src/commands/UpdateQueueCommand.ts @@ -114,9 +114,6 @@ export class UpdateQueueCommand extends $Command< UpdateQueueCommandOutput, MediaConvertClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -130,9 +127,7 @@ export class UpdateQueueCommand extends $Command< * @public */ constructor(readonly input: UpdateQueueCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -183,7 +178,4 @@ export class UpdateQueueCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdateQueueCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-medialive/package.json b/clients/client-medialive/package.json index 20fec3b64385..bb8c5d994eca 100644 --- a/clients/client-medialive/package.json +++ b/clients/client-medialive/package.json @@ -34,31 +34,31 @@ "@aws-sdk/util-endpoints": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@smithy/config-resolver": "^2.0.16", - "@smithy/fetch-http-handler": "^2.2.4", - "@smithy/hash-node": "^2.0.12", - "@smithy/invalid-dependency": "^2.0.12", - "@smithy/middleware-content-length": "^2.0.14", - "@smithy/middleware-endpoint": "^2.1.3", - "@smithy/middleware-retry": "^2.0.18", - "@smithy/middleware-serde": "^2.0.12", - "@smithy/middleware-stack": "^2.0.6", - "@smithy/node-config-provider": "^2.1.3", - "@smithy/node-http-handler": "^2.1.8", - "@smithy/protocol-http": "^3.0.8", - "@smithy/smithy-client": "^2.1.12", - "@smithy/types": "^2.4.0", - "@smithy/url-parser": "^2.0.12", - "@smithy/util-base64": "^2.0.0", + "@smithy/config-resolver": "^2.0.18", + "@smithy/fetch-http-handler": "^2.2.6", + "@smithy/hash-node": "^2.0.15", + "@smithy/invalid-dependency": "^2.0.13", + "@smithy/middleware-content-length": "^2.0.15", + "@smithy/middleware-endpoint": "^2.2.0", + "@smithy/middleware-retry": "^2.0.20", + "@smithy/middleware-serde": "^2.0.13", + "@smithy/middleware-stack": "^2.0.7", + "@smithy/node-config-provider": "^2.1.5", + "@smithy/node-http-handler": "^2.1.9", + "@smithy/protocol-http": "^3.0.9", + "@smithy/smithy-client": "^2.1.15", + "@smithy/types": "^2.5.0", + "@smithy/url-parser": "^2.0.13", + "@smithy/util-base64": "^2.0.1", "@smithy/util-body-length-browser": "^2.0.0", "@smithy/util-body-length-node": "^2.1.0", - "@smithy/util-defaults-mode-browser": "^2.0.16", - "@smithy/util-defaults-mode-node": "^2.0.21", - "@smithy/util-endpoints": "^1.0.2", - "@smithy/util-retry": "^2.0.5", - "@smithy/util-stream": "^2.0.17", - "@smithy/util-utf8": "^2.0.0", - "@smithy/util-waiter": "^2.0.12", + "@smithy/util-defaults-mode-browser": "^2.0.19", + "@smithy/util-defaults-mode-node": "^2.0.25", + "@smithy/util-endpoints": "^1.0.4", + "@smithy/util-retry": "^2.0.6", + "@smithy/util-stream": "^2.0.20", + "@smithy/util-utf8": "^2.0.2", + "@smithy/util-waiter": "^2.0.13", "tslib": "^2.5.0", "uuid": "^8.3.2" }, diff --git a/clients/client-medialive/src/commands/AcceptInputDeviceTransferCommand.ts b/clients/client-medialive/src/commands/AcceptInputDeviceTransferCommand.ts index 4100eff8691d..a5f93b55a899 100644 --- a/clients/client-medialive/src/commands/AcceptInputDeviceTransferCommand.ts +++ b/clients/client-medialive/src/commands/AcceptInputDeviceTransferCommand.ts @@ -95,9 +95,6 @@ export class AcceptInputDeviceTransferCommand extends $Command< AcceptInputDeviceTransferCommandOutput, MediaLiveClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -111,9 +108,7 @@ export class AcceptInputDeviceTransferCommand extends $Command< * @public */ constructor(readonly input: AcceptInputDeviceTransferCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -169,7 +164,4 @@ export class AcceptInputDeviceTransferCommand extends $Command< ): Promise { return de_AcceptInputDeviceTransferCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-medialive/src/commands/BatchDeleteCommand.ts b/clients/client-medialive/src/commands/BatchDeleteCommand.ts index d25d0e7035b9..c9b4558295ad 100644 --- a/clients/client-medialive/src/commands/BatchDeleteCommand.ts +++ b/clients/client-medialive/src/commands/BatchDeleteCommand.ts @@ -119,9 +119,6 @@ export class BatchDeleteCommand extends $Command< BatchDeleteCommandOutput, MediaLiveClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -135,9 +132,7 @@ export class BatchDeleteCommand extends $Command< * @public */ constructor(readonly input: BatchDeleteCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -188,7 +183,4 @@ export class BatchDeleteCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_BatchDeleteCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-medialive/src/commands/BatchStartCommand.ts b/clients/client-medialive/src/commands/BatchStartCommand.ts index bdb525ded08b..74c17585ea0b 100644 --- a/clients/client-medialive/src/commands/BatchStartCommand.ts +++ b/clients/client-medialive/src/commands/BatchStartCommand.ts @@ -113,9 +113,6 @@ export class BatchStartCommand extends $Command< BatchStartCommandOutput, MediaLiveClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -129,9 +126,7 @@ export class BatchStartCommand extends $Command< * @public */ constructor(readonly input: BatchStartCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -182,7 +177,4 @@ export class BatchStartCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_BatchStartCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-medialive/src/commands/BatchStopCommand.ts b/clients/client-medialive/src/commands/BatchStopCommand.ts index 0a3d76a1252a..8bde3e42c4b5 100644 --- a/clients/client-medialive/src/commands/BatchStopCommand.ts +++ b/clients/client-medialive/src/commands/BatchStopCommand.ts @@ -113,9 +113,6 @@ export class BatchStopCommand extends $Command< BatchStopCommandOutput, MediaLiveClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -129,9 +126,7 @@ export class BatchStopCommand extends $Command< * @public */ constructor(readonly input: BatchStopCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -182,7 +177,4 @@ export class BatchStopCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_BatchStopCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-medialive/src/commands/BatchUpdateScheduleCommand.ts b/clients/client-medialive/src/commands/BatchUpdateScheduleCommand.ts index 93fc2280b7d3..e2dc54ad5aa1 100644 --- a/clients/client-medialive/src/commands/BatchUpdateScheduleCommand.ts +++ b/clients/client-medialive/src/commands/BatchUpdateScheduleCommand.ts @@ -485,9 +485,6 @@ export class BatchUpdateScheduleCommand extends $Command< BatchUpdateScheduleCommandOutput, MediaLiveClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -501,9 +498,7 @@ export class BatchUpdateScheduleCommand extends $Command< * @public */ constructor(readonly input: BatchUpdateScheduleCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -556,7 +551,4 @@ export class BatchUpdateScheduleCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_BatchUpdateScheduleCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-medialive/src/commands/CancelInputDeviceTransferCommand.ts b/clients/client-medialive/src/commands/CancelInputDeviceTransferCommand.ts index acaba0eb8a77..9969f3d0331f 100644 --- a/clients/client-medialive/src/commands/CancelInputDeviceTransferCommand.ts +++ b/clients/client-medialive/src/commands/CancelInputDeviceTransferCommand.ts @@ -95,9 +95,6 @@ export class CancelInputDeviceTransferCommand extends $Command< CancelInputDeviceTransferCommandOutput, MediaLiveClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -111,9 +108,7 @@ export class CancelInputDeviceTransferCommand extends $Command< * @public */ constructor(readonly input: CancelInputDeviceTransferCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -169,7 +164,4 @@ export class CancelInputDeviceTransferCommand extends $Command< ): Promise { return de_CancelInputDeviceTransferCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-medialive/src/commands/ClaimDeviceCommand.ts b/clients/client-medialive/src/commands/ClaimDeviceCommand.ts index 18cca85e14a5..f267e0cee6b8 100644 --- a/clients/client-medialive/src/commands/ClaimDeviceCommand.ts +++ b/clients/client-medialive/src/commands/ClaimDeviceCommand.ts @@ -92,9 +92,6 @@ export class ClaimDeviceCommand extends $Command< ClaimDeviceCommandOutput, MediaLiveClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -108,9 +105,7 @@ export class ClaimDeviceCommand extends $Command< * @public */ constructor(readonly input: ClaimDeviceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -161,7 +156,4 @@ export class ClaimDeviceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ClaimDeviceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-medialive/src/commands/CreateChannelCommand.ts b/clients/client-medialive/src/commands/CreateChannelCommand.ts index d26e31d4106f..12ac9a94549e 100644 --- a/clients/client-medialive/src/commands/CreateChannelCommand.ts +++ b/clients/client-medialive/src/commands/CreateChannelCommand.ts @@ -2111,9 +2111,6 @@ export class CreateChannelCommand extends $Command< CreateChannelCommandOutput, MediaLiveClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -2127,9 +2124,7 @@ export class CreateChannelCommand extends $Command< * @public */ constructor(readonly input: CreateChannelCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -2180,7 +2175,4 @@ export class CreateChannelCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateChannelCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-medialive/src/commands/CreateInputCommand.ts b/clients/client-medialive/src/commands/CreateInputCommand.ts index 82c614e8c342..89e4d2ac353a 100644 --- a/clients/client-medialive/src/commands/CreateInputCommand.ts +++ b/clients/client-medialive/src/commands/CreateInputCommand.ts @@ -176,9 +176,6 @@ export class CreateInputCommand extends $Command< CreateInputCommandOutput, MediaLiveClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -192,9 +189,7 @@ export class CreateInputCommand extends $Command< * @public */ constructor(readonly input: CreateInputCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -245,7 +240,4 @@ export class CreateInputCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateInputCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-medialive/src/commands/CreateInputSecurityGroupCommand.ts b/clients/client-medialive/src/commands/CreateInputSecurityGroupCommand.ts index 33f0d0e5f258..8d7e6d07870f 100644 --- a/clients/client-medialive/src/commands/CreateInputSecurityGroupCommand.ts +++ b/clients/client-medialive/src/commands/CreateInputSecurityGroupCommand.ts @@ -110,9 +110,6 @@ export class CreateInputSecurityGroupCommand extends $Command< CreateInputSecurityGroupCommandOutput, MediaLiveClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -126,9 +123,7 @@ export class CreateInputSecurityGroupCommand extends $Command< * @public */ constructor(readonly input: CreateInputSecurityGroupCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -181,7 +176,4 @@ export class CreateInputSecurityGroupCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateInputSecurityGroupCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-medialive/src/commands/CreateMultiplexCommand.ts b/clients/client-medialive/src/commands/CreateMultiplexCommand.ts index 55d096775983..6914609b89dd 100644 --- a/clients/client-medialive/src/commands/CreateMultiplexCommand.ts +++ b/clients/client-medialive/src/commands/CreateMultiplexCommand.ts @@ -133,9 +133,6 @@ export class CreateMultiplexCommand extends $Command< CreateMultiplexCommandOutput, MediaLiveClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -149,9 +146,7 @@ export class CreateMultiplexCommand extends $Command< * @public */ constructor(readonly input: CreateMultiplexCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -204,7 +199,4 @@ export class CreateMultiplexCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateMultiplexCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-medialive/src/commands/CreateMultiplexProgramCommand.ts b/clients/client-medialive/src/commands/CreateMultiplexProgramCommand.ts index df006ce123a2..4ce63dd1519e 100644 --- a/clients/client-medialive/src/commands/CreateMultiplexProgramCommand.ts +++ b/clients/client-medialive/src/commands/CreateMultiplexProgramCommand.ts @@ -160,9 +160,6 @@ export class CreateMultiplexProgramCommand extends $Command< CreateMultiplexProgramCommandOutput, MediaLiveClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -176,9 +173,7 @@ export class CreateMultiplexProgramCommand extends $Command< * @public */ constructor(readonly input: CreateMultiplexProgramCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -231,7 +226,4 @@ export class CreateMultiplexProgramCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateMultiplexProgramCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-medialive/src/commands/CreatePartnerInputCommand.ts b/clients/client-medialive/src/commands/CreatePartnerInputCommand.ts index fde5962ebe11..b1f2431bfd9f 100644 --- a/clients/client-medialive/src/commands/CreatePartnerInputCommand.ts +++ b/clients/client-medialive/src/commands/CreatePartnerInputCommand.ts @@ -141,9 +141,6 @@ export class CreatePartnerInputCommand extends $Command< CreatePartnerInputCommandOutput, MediaLiveClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -157,9 +154,7 @@ export class CreatePartnerInputCommand extends $Command< * @public */ constructor(readonly input: CreatePartnerInputCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -212,7 +207,4 @@ export class CreatePartnerInputCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreatePartnerInputCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-medialive/src/commands/CreateTagsCommand.ts b/clients/client-medialive/src/commands/CreateTagsCommand.ts index 7be86bc96fd1..35b2e91d0e42 100644 --- a/clients/client-medialive/src/commands/CreateTagsCommand.ts +++ b/clients/client-medialive/src/commands/CreateTagsCommand.ts @@ -83,9 +83,6 @@ export class CreateTagsCommand extends $Command< CreateTagsCommandOutput, MediaLiveClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -99,9 +96,7 @@ export class CreateTagsCommand extends $Command< * @public */ constructor(readonly input: CreateTagsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -152,7 +147,4 @@ export class CreateTagsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateTagsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-medialive/src/commands/DeleteChannelCommand.ts b/clients/client-medialive/src/commands/DeleteChannelCommand.ts index cca7e7a5a2f2..ff42a3677c65 100644 --- a/clients/client-medialive/src/commands/DeleteChannelCommand.ts +++ b/clients/client-medialive/src/commands/DeleteChannelCommand.ts @@ -1111,9 +1111,6 @@ export class DeleteChannelCommand extends $Command< DeleteChannelCommandOutput, MediaLiveClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -1127,9 +1124,7 @@ export class DeleteChannelCommand extends $Command< * @public */ constructor(readonly input: DeleteChannelCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -1180,7 +1175,4 @@ export class DeleteChannelCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteChannelCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-medialive/src/commands/DeleteInputCommand.ts b/clients/client-medialive/src/commands/DeleteInputCommand.ts index e508342eabaf..25b03f44177b 100644 --- a/clients/client-medialive/src/commands/DeleteInputCommand.ts +++ b/clients/client-medialive/src/commands/DeleteInputCommand.ts @@ -92,9 +92,6 @@ export class DeleteInputCommand extends $Command< DeleteInputCommandOutput, MediaLiveClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -108,9 +105,7 @@ export class DeleteInputCommand extends $Command< * @public */ constructor(readonly input: DeleteInputCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -161,7 +156,4 @@ export class DeleteInputCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteInputCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-medialive/src/commands/DeleteInputSecurityGroupCommand.ts b/clients/client-medialive/src/commands/DeleteInputSecurityGroupCommand.ts index 4c9930a5e96e..c576923a104a 100644 --- a/clients/client-medialive/src/commands/DeleteInputSecurityGroupCommand.ts +++ b/clients/client-medialive/src/commands/DeleteInputSecurityGroupCommand.ts @@ -89,9 +89,6 @@ export class DeleteInputSecurityGroupCommand extends $Command< DeleteInputSecurityGroupCommandOutput, MediaLiveClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -105,9 +102,7 @@ export class DeleteInputSecurityGroupCommand extends $Command< * @public */ constructor(readonly input: DeleteInputSecurityGroupCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -160,7 +155,4 @@ export class DeleteInputSecurityGroupCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteInputSecurityGroupCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-medialive/src/commands/DeleteMultiplexCommand.ts b/clients/client-medialive/src/commands/DeleteMultiplexCommand.ts index ec87d738d04a..033e04d62b9c 100644 --- a/clients/client-medialive/src/commands/DeleteMultiplexCommand.ts +++ b/clients/client-medialive/src/commands/DeleteMultiplexCommand.ts @@ -118,9 +118,6 @@ export class DeleteMultiplexCommand extends $Command< DeleteMultiplexCommandOutput, MediaLiveClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -134,9 +131,7 @@ export class DeleteMultiplexCommand extends $Command< * @public */ constructor(readonly input: DeleteMultiplexCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -189,7 +184,4 @@ export class DeleteMultiplexCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteMultiplexCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-medialive/src/commands/DeleteMultiplexProgramCommand.ts b/clients/client-medialive/src/commands/DeleteMultiplexProgramCommand.ts index f0bb212242b0..886231621402 100644 --- a/clients/client-medialive/src/commands/DeleteMultiplexProgramCommand.ts +++ b/clients/client-medialive/src/commands/DeleteMultiplexProgramCommand.ts @@ -141,9 +141,6 @@ export class DeleteMultiplexProgramCommand extends $Command< DeleteMultiplexProgramCommandOutput, MediaLiveClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -157,9 +154,7 @@ export class DeleteMultiplexProgramCommand extends $Command< * @public */ constructor(readonly input: DeleteMultiplexProgramCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -212,7 +207,4 @@ export class DeleteMultiplexProgramCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteMultiplexProgramCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-medialive/src/commands/DeleteReservationCommand.ts b/clients/client-medialive/src/commands/DeleteReservationCommand.ts index 38197a607759..96a0fc6596af 100644 --- a/clients/client-medialive/src/commands/DeleteReservationCommand.ts +++ b/clients/client-medialive/src/commands/DeleteReservationCommand.ts @@ -126,9 +126,6 @@ export class DeleteReservationCommand extends $Command< DeleteReservationCommandOutput, MediaLiveClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -142,9 +139,7 @@ export class DeleteReservationCommand extends $Command< * @public */ constructor(readonly input: DeleteReservationCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -197,7 +192,4 @@ export class DeleteReservationCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteReservationCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-medialive/src/commands/DeleteScheduleCommand.ts b/clients/client-medialive/src/commands/DeleteScheduleCommand.ts index 3fd4b6f81548..40d558a7de9e 100644 --- a/clients/client-medialive/src/commands/DeleteScheduleCommand.ts +++ b/clients/client-medialive/src/commands/DeleteScheduleCommand.ts @@ -89,9 +89,6 @@ export class DeleteScheduleCommand extends $Command< DeleteScheduleCommandOutput, MediaLiveClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -105,9 +102,7 @@ export class DeleteScheduleCommand extends $Command< * @public */ constructor(readonly input: DeleteScheduleCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -160,7 +155,4 @@ export class DeleteScheduleCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteScheduleCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-medialive/src/commands/DeleteTagsCommand.ts b/clients/client-medialive/src/commands/DeleteTagsCommand.ts index 2c51faee607e..a2ee1f6686cb 100644 --- a/clients/client-medialive/src/commands/DeleteTagsCommand.ts +++ b/clients/client-medialive/src/commands/DeleteTagsCommand.ts @@ -83,9 +83,6 @@ export class DeleteTagsCommand extends $Command< DeleteTagsCommandOutput, MediaLiveClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -99,9 +96,7 @@ export class DeleteTagsCommand extends $Command< * @public */ constructor(readonly input: DeleteTagsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -152,7 +147,4 @@ export class DeleteTagsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteTagsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-medialive/src/commands/DescribeAccountConfigurationCommand.ts b/clients/client-medialive/src/commands/DescribeAccountConfigurationCommand.ts index c9bb1a344448..63e1bc821671 100644 --- a/clients/client-medialive/src/commands/DescribeAccountConfigurationCommand.ts +++ b/clients/client-medialive/src/commands/DescribeAccountConfigurationCommand.ts @@ -93,9 +93,6 @@ export class DescribeAccountConfigurationCommand extends $Command< DescribeAccountConfigurationCommandOutput, MediaLiveClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -109,9 +106,7 @@ export class DescribeAccountConfigurationCommand extends $Command< * @public */ constructor(readonly input: DescribeAccountConfigurationCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -167,7 +162,4 @@ export class DescribeAccountConfigurationCommand extends $Command< ): Promise { return de_DescribeAccountConfigurationCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-medialive/src/commands/DescribeChannelCommand.ts b/clients/client-medialive/src/commands/DescribeChannelCommand.ts index 5076e5402c83..6deba70314e3 100644 --- a/clients/client-medialive/src/commands/DescribeChannelCommand.ts +++ b/clients/client-medialive/src/commands/DescribeChannelCommand.ts @@ -1108,9 +1108,6 @@ export class DescribeChannelCommand extends $Command< DescribeChannelCommandOutput, MediaLiveClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -1124,9 +1121,7 @@ export class DescribeChannelCommand extends $Command< * @public */ constructor(readonly input: DescribeChannelCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -1179,7 +1174,4 @@ export class DescribeChannelCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DescribeChannelCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-medialive/src/commands/DescribeInputCommand.ts b/clients/client-medialive/src/commands/DescribeInputCommand.ts index 5e16e2f067db..ebce0b934f5f 100644 --- a/clients/client-medialive/src/commands/DescribeInputCommand.ts +++ b/clients/client-medialive/src/commands/DescribeInputCommand.ts @@ -138,9 +138,6 @@ export class DescribeInputCommand extends $Command< DescribeInputCommandOutput, MediaLiveClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -154,9 +151,7 @@ export class DescribeInputCommand extends $Command< * @public */ constructor(readonly input: DescribeInputCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -207,7 +202,4 @@ export class DescribeInputCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DescribeInputCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-medialive/src/commands/DescribeInputDeviceCommand.ts b/clients/client-medialive/src/commands/DescribeInputDeviceCommand.ts index 833cf87b5175..09f2a1cf2d73 100644 --- a/clients/client-medialive/src/commands/DescribeInputDeviceCommand.ts +++ b/clients/client-medialive/src/commands/DescribeInputDeviceCommand.ts @@ -145,9 +145,6 @@ export class DescribeInputDeviceCommand extends $Command< DescribeInputDeviceCommandOutput, MediaLiveClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -161,9 +158,7 @@ export class DescribeInputDeviceCommand extends $Command< * @public */ constructor(readonly input: DescribeInputDeviceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -216,7 +211,4 @@ export class DescribeInputDeviceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DescribeInputDeviceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-medialive/src/commands/DescribeInputDeviceThumbnailCommand.ts b/clients/client-medialive/src/commands/DescribeInputDeviceThumbnailCommand.ts index 28f0f6ca0b8e..646aed3efdd0 100644 --- a/clients/client-medialive/src/commands/DescribeInputDeviceThumbnailCommand.ts +++ b/clients/client-medialive/src/commands/DescribeInputDeviceThumbnailCommand.ts @@ -109,9 +109,6 @@ export class DescribeInputDeviceThumbnailCommand extends $Command< DescribeInputDeviceThumbnailCommandOutput, MediaLiveClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -125,9 +122,7 @@ export class DescribeInputDeviceThumbnailCommand extends $Command< * @public */ constructor(readonly input: DescribeInputDeviceThumbnailCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -183,7 +178,4 @@ export class DescribeInputDeviceThumbnailCommand extends $Command< ): Promise { return de_DescribeInputDeviceThumbnailCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-medialive/src/commands/DescribeInputSecurityGroupCommand.ts b/clients/client-medialive/src/commands/DescribeInputSecurityGroupCommand.ts index 2d41a73a5c19..2e459f71f360 100644 --- a/clients/client-medialive/src/commands/DescribeInputSecurityGroupCommand.ts +++ b/clients/client-medialive/src/commands/DescribeInputSecurityGroupCommand.ts @@ -104,9 +104,6 @@ export class DescribeInputSecurityGroupCommand extends $Command< DescribeInputSecurityGroupCommandOutput, MediaLiveClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -120,9 +117,7 @@ export class DescribeInputSecurityGroupCommand extends $Command< * @public */ constructor(readonly input: DescribeInputSecurityGroupCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -178,7 +173,4 @@ export class DescribeInputSecurityGroupCommand extends $Command< ): Promise { return de_DescribeInputSecurityGroupCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-medialive/src/commands/DescribeMultiplexCommand.ts b/clients/client-medialive/src/commands/DescribeMultiplexCommand.ts index b1b979cd8b2a..2db07ffe2441 100644 --- a/clients/client-medialive/src/commands/DescribeMultiplexCommand.ts +++ b/clients/client-medialive/src/commands/DescribeMultiplexCommand.ts @@ -115,9 +115,6 @@ export class DescribeMultiplexCommand extends $Command< DescribeMultiplexCommandOutput, MediaLiveClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -131,9 +128,7 @@ export class DescribeMultiplexCommand extends $Command< * @public */ constructor(readonly input: DescribeMultiplexCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -186,7 +181,4 @@ export class DescribeMultiplexCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DescribeMultiplexCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-medialive/src/commands/DescribeMultiplexProgramCommand.ts b/clients/client-medialive/src/commands/DescribeMultiplexProgramCommand.ts index bb779f8b37f2..1b0f9efcd3ab 100644 --- a/clients/client-medialive/src/commands/DescribeMultiplexProgramCommand.ts +++ b/clients/client-medialive/src/commands/DescribeMultiplexProgramCommand.ts @@ -138,9 +138,6 @@ export class DescribeMultiplexProgramCommand extends $Command< DescribeMultiplexProgramCommandOutput, MediaLiveClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -154,9 +151,7 @@ export class DescribeMultiplexProgramCommand extends $Command< * @public */ constructor(readonly input: DescribeMultiplexProgramCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -209,7 +204,4 @@ export class DescribeMultiplexProgramCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DescribeMultiplexProgramCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-medialive/src/commands/DescribeOfferingCommand.ts b/clients/client-medialive/src/commands/DescribeOfferingCommand.ts index 5725430aff92..7922b0a15216 100644 --- a/clients/client-medialive/src/commands/DescribeOfferingCommand.ts +++ b/clients/client-medialive/src/commands/DescribeOfferingCommand.ts @@ -110,9 +110,6 @@ export class DescribeOfferingCommand extends $Command< DescribeOfferingCommandOutput, MediaLiveClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -126,9 +123,7 @@ export class DescribeOfferingCommand extends $Command< * @public */ constructor(readonly input: DescribeOfferingCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -181,7 +176,4 @@ export class DescribeOfferingCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DescribeOfferingCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-medialive/src/commands/DescribeReservationCommand.ts b/clients/client-medialive/src/commands/DescribeReservationCommand.ts index c8db94647d29..917fbe9f6337 100644 --- a/clients/client-medialive/src/commands/DescribeReservationCommand.ts +++ b/clients/client-medialive/src/commands/DescribeReservationCommand.ts @@ -123,9 +123,6 @@ export class DescribeReservationCommand extends $Command< DescribeReservationCommandOutput, MediaLiveClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -139,9 +136,7 @@ export class DescribeReservationCommand extends $Command< * @public */ constructor(readonly input: DescribeReservationCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -194,7 +189,4 @@ export class DescribeReservationCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DescribeReservationCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-medialive/src/commands/DescribeScheduleCommand.ts b/clients/client-medialive/src/commands/DescribeScheduleCommand.ts index 13a83e2c5263..2d2f1c6cf398 100644 --- a/clients/client-medialive/src/commands/DescribeScheduleCommand.ts +++ b/clients/client-medialive/src/commands/DescribeScheduleCommand.ts @@ -220,9 +220,6 @@ export class DescribeScheduleCommand extends $Command< DescribeScheduleCommandOutput, MediaLiveClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -236,9 +233,7 @@ export class DescribeScheduleCommand extends $Command< * @public */ constructor(readonly input: DescribeScheduleCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -291,7 +286,4 @@ export class DescribeScheduleCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DescribeScheduleCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-medialive/src/commands/DescribeThumbnailsCommand.ts b/clients/client-medialive/src/commands/DescribeThumbnailsCommand.ts index a0c85fc37c02..ea8b65be3152 100644 --- a/clients/client-medialive/src/commands/DescribeThumbnailsCommand.ts +++ b/clients/client-medialive/src/commands/DescribeThumbnailsCommand.ts @@ -108,9 +108,6 @@ export class DescribeThumbnailsCommand extends $Command< DescribeThumbnailsCommandOutput, MediaLiveClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -124,9 +121,7 @@ export class DescribeThumbnailsCommand extends $Command< * @public */ constructor(readonly input: DescribeThumbnailsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -179,7 +174,4 @@ export class DescribeThumbnailsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DescribeThumbnailsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-medialive/src/commands/ListChannelsCommand.ts b/clients/client-medialive/src/commands/ListChannelsCommand.ts index 79fc9e14d4ac..e626a7a1b4b2 100644 --- a/clients/client-medialive/src/commands/ListChannelsCommand.ts +++ b/clients/client-medialive/src/commands/ListChannelsCommand.ts @@ -291,9 +291,6 @@ export class ListChannelsCommand extends $Command< ListChannelsCommandOutput, MediaLiveClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -307,9 +304,7 @@ export class ListChannelsCommand extends $Command< * @public */ constructor(readonly input: ListChannelsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -360,7 +355,4 @@ export class ListChannelsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListChannelsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-medialive/src/commands/ListInputDeviceTransfersCommand.ts b/clients/client-medialive/src/commands/ListInputDeviceTransfersCommand.ts index f01cf6e86d7a..5e4708822e05 100644 --- a/clients/client-medialive/src/commands/ListInputDeviceTransfersCommand.ts +++ b/clients/client-medialive/src/commands/ListInputDeviceTransfersCommand.ts @@ -101,9 +101,6 @@ export class ListInputDeviceTransfersCommand extends $Command< ListInputDeviceTransfersCommandOutput, MediaLiveClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -117,9 +114,7 @@ export class ListInputDeviceTransfersCommand extends $Command< * @public */ constructor(readonly input: ListInputDeviceTransfersCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -172,7 +167,4 @@ export class ListInputDeviceTransfersCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListInputDeviceTransfersCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-medialive/src/commands/ListInputDevicesCommand.ts b/clients/client-medialive/src/commands/ListInputDevicesCommand.ts index 34216a370b25..50790eaa8abf 100644 --- a/clients/client-medialive/src/commands/ListInputDevicesCommand.ts +++ b/clients/client-medialive/src/commands/ListInputDevicesCommand.ts @@ -148,9 +148,6 @@ export class ListInputDevicesCommand extends $Command< ListInputDevicesCommandOutput, MediaLiveClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -164,9 +161,7 @@ export class ListInputDevicesCommand extends $Command< * @public */ constructor(readonly input: ListInputDevicesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -219,7 +214,4 @@ export class ListInputDevicesCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListInputDevicesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-medialive/src/commands/ListInputSecurityGroupsCommand.ts b/clients/client-medialive/src/commands/ListInputSecurityGroupsCommand.ts index a24444bc0749..c725a61ac807 100644 --- a/clients/client-medialive/src/commands/ListInputSecurityGroupsCommand.ts +++ b/clients/client-medialive/src/commands/ListInputSecurityGroupsCommand.ts @@ -107,9 +107,6 @@ export class ListInputSecurityGroupsCommand extends $Command< ListInputSecurityGroupsCommandOutput, MediaLiveClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -123,9 +120,7 @@ export class ListInputSecurityGroupsCommand extends $Command< * @public */ constructor(readonly input: ListInputSecurityGroupsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -178,7 +173,4 @@ export class ListInputSecurityGroupsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListInputSecurityGroupsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-medialive/src/commands/ListInputsCommand.ts b/clients/client-medialive/src/commands/ListInputsCommand.ts index 50042d2a8441..bdf9b9606cbd 100644 --- a/clients/client-medialive/src/commands/ListInputsCommand.ts +++ b/clients/client-medialive/src/commands/ListInputsCommand.ts @@ -141,9 +141,6 @@ export class ListInputsCommand extends $Command< ListInputsCommandOutput, MediaLiveClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -157,9 +154,7 @@ export class ListInputsCommand extends $Command< * @public */ constructor(readonly input: ListInputsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -210,7 +205,4 @@ export class ListInputsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListInputsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-medialive/src/commands/ListMultiplexProgramsCommand.ts b/clients/client-medialive/src/commands/ListMultiplexProgramsCommand.ts index 3c87cb8528cb..f4f238c225ee 100644 --- a/clients/client-medialive/src/commands/ListMultiplexProgramsCommand.ts +++ b/clients/client-medialive/src/commands/ListMultiplexProgramsCommand.ts @@ -99,9 +99,6 @@ export class ListMultiplexProgramsCommand extends $Command< ListMultiplexProgramsCommandOutput, MediaLiveClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -115,9 +112,7 @@ export class ListMultiplexProgramsCommand extends $Command< * @public */ constructor(readonly input: ListMultiplexProgramsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -170,7 +165,4 @@ export class ListMultiplexProgramsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListMultiplexProgramsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-medialive/src/commands/ListMultiplexesCommand.ts b/clients/client-medialive/src/commands/ListMultiplexesCommand.ts index fca7ec08214d..961490dd274a 100644 --- a/clients/client-medialive/src/commands/ListMultiplexesCommand.ts +++ b/clients/client-medialive/src/commands/ListMultiplexesCommand.ts @@ -109,9 +109,6 @@ export class ListMultiplexesCommand extends $Command< ListMultiplexesCommandOutput, MediaLiveClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -125,9 +122,7 @@ export class ListMultiplexesCommand extends $Command< * @public */ constructor(readonly input: ListMultiplexesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -180,7 +175,4 @@ export class ListMultiplexesCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListMultiplexesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-medialive/src/commands/ListOfferingsCommand.ts b/clients/client-medialive/src/commands/ListOfferingsCommand.ts index fc91fb6921e9..dc9bc1b2f909 100644 --- a/clients/client-medialive/src/commands/ListOfferingsCommand.ts +++ b/clients/client-medialive/src/commands/ListOfferingsCommand.ts @@ -123,9 +123,6 @@ export class ListOfferingsCommand extends $Command< ListOfferingsCommandOutput, MediaLiveClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -139,9 +136,7 @@ export class ListOfferingsCommand extends $Command< * @public */ constructor(readonly input: ListOfferingsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -192,7 +187,4 @@ export class ListOfferingsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListOfferingsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-medialive/src/commands/ListReservationsCommand.ts b/clients/client-medialive/src/commands/ListReservationsCommand.ts index 0d88e5ba5c25..4ffee1c59e43 100644 --- a/clients/client-medialive/src/commands/ListReservationsCommand.ts +++ b/clients/client-medialive/src/commands/ListReservationsCommand.ts @@ -134,9 +134,6 @@ export class ListReservationsCommand extends $Command< ListReservationsCommandOutput, MediaLiveClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -150,9 +147,7 @@ export class ListReservationsCommand extends $Command< * @public */ constructor(readonly input: ListReservationsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -205,7 +200,4 @@ export class ListReservationsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListReservationsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-medialive/src/commands/ListTagsForResourceCommand.ts b/clients/client-medialive/src/commands/ListTagsForResourceCommand.ts index 42d773c08f14..8b511c4b9181 100644 --- a/clients/client-medialive/src/commands/ListTagsForResourceCommand.ts +++ b/clients/client-medialive/src/commands/ListTagsForResourceCommand.ts @@ -84,9 +84,6 @@ export class ListTagsForResourceCommand extends $Command< ListTagsForResourceCommandOutput, MediaLiveClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -100,9 +97,7 @@ export class ListTagsForResourceCommand extends $Command< * @public */ constructor(readonly input: ListTagsForResourceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -155,7 +150,4 @@ export class ListTagsForResourceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListTagsForResourceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-medialive/src/commands/PurchaseOfferingCommand.ts b/clients/client-medialive/src/commands/PurchaseOfferingCommand.ts index 807838af3912..da5d7b3af91e 100644 --- a/clients/client-medialive/src/commands/PurchaseOfferingCommand.ts +++ b/clients/client-medialive/src/commands/PurchaseOfferingCommand.ts @@ -139,9 +139,6 @@ export class PurchaseOfferingCommand extends $Command< PurchaseOfferingCommandOutput, MediaLiveClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -155,9 +152,7 @@ export class PurchaseOfferingCommand extends $Command< * @public */ constructor(readonly input: PurchaseOfferingCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -210,7 +205,4 @@ export class PurchaseOfferingCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_PurchaseOfferingCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-medialive/src/commands/RebootInputDeviceCommand.ts b/clients/client-medialive/src/commands/RebootInputDeviceCommand.ts index 80bb083f1e80..20d9798ebc04 100644 --- a/clients/client-medialive/src/commands/RebootInputDeviceCommand.ts +++ b/clients/client-medialive/src/commands/RebootInputDeviceCommand.ts @@ -93,9 +93,6 @@ export class RebootInputDeviceCommand extends $Command< RebootInputDeviceCommandOutput, MediaLiveClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -109,9 +106,7 @@ export class RebootInputDeviceCommand extends $Command< * @public */ constructor(readonly input: RebootInputDeviceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -164,7 +159,4 @@ export class RebootInputDeviceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_RebootInputDeviceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-medialive/src/commands/RejectInputDeviceTransferCommand.ts b/clients/client-medialive/src/commands/RejectInputDeviceTransferCommand.ts index 88212c40dc75..ae0c7f5068b4 100644 --- a/clients/client-medialive/src/commands/RejectInputDeviceTransferCommand.ts +++ b/clients/client-medialive/src/commands/RejectInputDeviceTransferCommand.ts @@ -95,9 +95,6 @@ export class RejectInputDeviceTransferCommand extends $Command< RejectInputDeviceTransferCommandOutput, MediaLiveClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -111,9 +108,7 @@ export class RejectInputDeviceTransferCommand extends $Command< * @public */ constructor(readonly input: RejectInputDeviceTransferCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -169,7 +164,4 @@ export class RejectInputDeviceTransferCommand extends $Command< ): Promise { return de_RejectInputDeviceTransferCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-medialive/src/commands/StartChannelCommand.ts b/clients/client-medialive/src/commands/StartChannelCommand.ts index d4c216244625..fb3a8570a302 100644 --- a/clients/client-medialive/src/commands/StartChannelCommand.ts +++ b/clients/client-medialive/src/commands/StartChannelCommand.ts @@ -1111,9 +1111,6 @@ export class StartChannelCommand extends $Command< StartChannelCommandOutput, MediaLiveClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -1127,9 +1124,7 @@ export class StartChannelCommand extends $Command< * @public */ constructor(readonly input: StartChannelCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -1180,7 +1175,4 @@ export class StartChannelCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_StartChannelCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-medialive/src/commands/StartInputDeviceCommand.ts b/clients/client-medialive/src/commands/StartInputDeviceCommand.ts index e0611552446f..2262bbeaf27f 100644 --- a/clients/client-medialive/src/commands/StartInputDeviceCommand.ts +++ b/clients/client-medialive/src/commands/StartInputDeviceCommand.ts @@ -92,9 +92,6 @@ export class StartInputDeviceCommand extends $Command< StartInputDeviceCommandOutput, MediaLiveClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -108,9 +105,7 @@ export class StartInputDeviceCommand extends $Command< * @public */ constructor(readonly input: StartInputDeviceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -163,7 +158,4 @@ export class StartInputDeviceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_StartInputDeviceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-medialive/src/commands/StartInputDeviceMaintenanceWindowCommand.ts b/clients/client-medialive/src/commands/StartInputDeviceMaintenanceWindowCommand.ts index 51c701abe839..468529ddd406 100644 --- a/clients/client-medialive/src/commands/StartInputDeviceMaintenanceWindowCommand.ts +++ b/clients/client-medialive/src/commands/StartInputDeviceMaintenanceWindowCommand.ts @@ -100,9 +100,6 @@ export class StartInputDeviceMaintenanceWindowCommand extends $Command< StartInputDeviceMaintenanceWindowCommandOutput, MediaLiveClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -116,9 +113,7 @@ export class StartInputDeviceMaintenanceWindowCommand extends $Command< * @public */ constructor(readonly input: StartInputDeviceMaintenanceWindowCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -177,7 +172,4 @@ export class StartInputDeviceMaintenanceWindowCommand extends $Command< ): Promise { return de_StartInputDeviceMaintenanceWindowCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-medialive/src/commands/StartMultiplexCommand.ts b/clients/client-medialive/src/commands/StartMultiplexCommand.ts index 7c8266370922..3ee0f82f82d0 100644 --- a/clients/client-medialive/src/commands/StartMultiplexCommand.ts +++ b/clients/client-medialive/src/commands/StartMultiplexCommand.ts @@ -118,9 +118,6 @@ export class StartMultiplexCommand extends $Command< StartMultiplexCommandOutput, MediaLiveClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -134,9 +131,7 @@ export class StartMultiplexCommand extends $Command< * @public */ constructor(readonly input: StartMultiplexCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -189,7 +184,4 @@ export class StartMultiplexCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_StartMultiplexCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-medialive/src/commands/StopChannelCommand.ts b/clients/client-medialive/src/commands/StopChannelCommand.ts index 160bf982965b..5d989966ff9d 100644 --- a/clients/client-medialive/src/commands/StopChannelCommand.ts +++ b/clients/client-medialive/src/commands/StopChannelCommand.ts @@ -1111,9 +1111,6 @@ export class StopChannelCommand extends $Command< StopChannelCommandOutput, MediaLiveClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -1127,9 +1124,7 @@ export class StopChannelCommand extends $Command< * @public */ constructor(readonly input: StopChannelCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -1180,7 +1175,4 @@ export class StopChannelCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_StopChannelCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-medialive/src/commands/StopInputDeviceCommand.ts b/clients/client-medialive/src/commands/StopInputDeviceCommand.ts index 54748c9c2145..96493f0f2e9e 100644 --- a/clients/client-medialive/src/commands/StopInputDeviceCommand.ts +++ b/clients/client-medialive/src/commands/StopInputDeviceCommand.ts @@ -92,9 +92,6 @@ export class StopInputDeviceCommand extends $Command< StopInputDeviceCommandOutput, MediaLiveClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -108,9 +105,7 @@ export class StopInputDeviceCommand extends $Command< * @public */ constructor(readonly input: StopInputDeviceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -163,7 +158,4 @@ export class StopInputDeviceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_StopInputDeviceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-medialive/src/commands/StopMultiplexCommand.ts b/clients/client-medialive/src/commands/StopMultiplexCommand.ts index 1fa2f045b826..9e0e32cb028c 100644 --- a/clients/client-medialive/src/commands/StopMultiplexCommand.ts +++ b/clients/client-medialive/src/commands/StopMultiplexCommand.ts @@ -118,9 +118,6 @@ export class StopMultiplexCommand extends $Command< StopMultiplexCommandOutput, MediaLiveClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -134,9 +131,7 @@ export class StopMultiplexCommand extends $Command< * @public */ constructor(readonly input: StopMultiplexCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -187,7 +182,4 @@ export class StopMultiplexCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_StopMultiplexCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-medialive/src/commands/TransferInputDeviceCommand.ts b/clients/client-medialive/src/commands/TransferInputDeviceCommand.ts index e32928e6e698..eddd114d9333 100644 --- a/clients/client-medialive/src/commands/TransferInputDeviceCommand.ts +++ b/clients/client-medialive/src/commands/TransferInputDeviceCommand.ts @@ -98,9 +98,6 @@ export class TransferInputDeviceCommand extends $Command< TransferInputDeviceCommandOutput, MediaLiveClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -114,9 +111,7 @@ export class TransferInputDeviceCommand extends $Command< * @public */ constructor(readonly input: TransferInputDeviceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -169,7 +164,4 @@ export class TransferInputDeviceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_TransferInputDeviceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-medialive/src/commands/UpdateAccountConfigurationCommand.ts b/clients/client-medialive/src/commands/UpdateAccountConfigurationCommand.ts index c04c2c477911..955770d922a5 100644 --- a/clients/client-medialive/src/commands/UpdateAccountConfigurationCommand.ts +++ b/clients/client-medialive/src/commands/UpdateAccountConfigurationCommand.ts @@ -95,9 +95,6 @@ export class UpdateAccountConfigurationCommand extends $Command< UpdateAccountConfigurationCommandOutput, MediaLiveClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -111,9 +108,7 @@ export class UpdateAccountConfigurationCommand extends $Command< * @public */ constructor(readonly input: UpdateAccountConfigurationCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -169,7 +164,4 @@ export class UpdateAccountConfigurationCommand extends $Command< ): Promise { return de_UpdateAccountConfigurationCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-medialive/src/commands/UpdateChannelClassCommand.ts b/clients/client-medialive/src/commands/UpdateChannelClassCommand.ts index 36dbbb074a94..3ed18acd16b4 100644 --- a/clients/client-medialive/src/commands/UpdateChannelClassCommand.ts +++ b/clients/client-medialive/src/commands/UpdateChannelClassCommand.ts @@ -1139,9 +1139,6 @@ export class UpdateChannelClassCommand extends $Command< UpdateChannelClassCommandOutput, MediaLiveClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -1155,9 +1152,7 @@ export class UpdateChannelClassCommand extends $Command< * @public */ constructor(readonly input: UpdateChannelClassCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -1210,7 +1205,4 @@ export class UpdateChannelClassCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdateChannelClassCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-medialive/src/commands/UpdateChannelCommand.ts b/clients/client-medialive/src/commands/UpdateChannelCommand.ts index 909ff61464c3..67aa8e3dd5a5 100644 --- a/clients/client-medialive/src/commands/UpdateChannelCommand.ts +++ b/clients/client-medialive/src/commands/UpdateChannelCommand.ts @@ -2093,9 +2093,6 @@ export class UpdateChannelCommand extends $Command< UpdateChannelCommandOutput, MediaLiveClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -2109,9 +2106,7 @@ export class UpdateChannelCommand extends $Command< * @public */ constructor(readonly input: UpdateChannelCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -2162,7 +2157,4 @@ export class UpdateChannelCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdateChannelCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-medialive/src/commands/UpdateInputCommand.ts b/clients/client-medialive/src/commands/UpdateInputCommand.ts index 533535a8ab1f..b4dc5dee36a7 100644 --- a/clients/client-medialive/src/commands/UpdateInputCommand.ts +++ b/clients/client-medialive/src/commands/UpdateInputCommand.ts @@ -167,9 +167,6 @@ export class UpdateInputCommand extends $Command< UpdateInputCommandOutput, MediaLiveClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -183,9 +180,7 @@ export class UpdateInputCommand extends $Command< * @public */ constructor(readonly input: UpdateInputCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -236,7 +231,4 @@ export class UpdateInputCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdateInputCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-medialive/src/commands/UpdateInputDeviceCommand.ts b/clients/client-medialive/src/commands/UpdateInputDeviceCommand.ts index 5b183f35036d..1ae9a4f37124 100644 --- a/clients/client-medialive/src/commands/UpdateInputDeviceCommand.ts +++ b/clients/client-medialive/src/commands/UpdateInputDeviceCommand.ts @@ -174,9 +174,6 @@ export class UpdateInputDeviceCommand extends $Command< UpdateInputDeviceCommandOutput, MediaLiveClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -190,9 +187,7 @@ export class UpdateInputDeviceCommand extends $Command< * @public */ constructor(readonly input: UpdateInputDeviceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -245,7 +240,4 @@ export class UpdateInputDeviceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdateInputDeviceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-medialive/src/commands/UpdateInputSecurityGroupCommand.ts b/clients/client-medialive/src/commands/UpdateInputSecurityGroupCommand.ts index 63f42b0cf2fd..99f35e49c603 100644 --- a/clients/client-medialive/src/commands/UpdateInputSecurityGroupCommand.ts +++ b/clients/client-medialive/src/commands/UpdateInputSecurityGroupCommand.ts @@ -114,9 +114,6 @@ export class UpdateInputSecurityGroupCommand extends $Command< UpdateInputSecurityGroupCommandOutput, MediaLiveClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -130,9 +127,7 @@ export class UpdateInputSecurityGroupCommand extends $Command< * @public */ constructor(readonly input: UpdateInputSecurityGroupCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -185,7 +180,4 @@ export class UpdateInputSecurityGroupCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdateInputSecurityGroupCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-medialive/src/commands/UpdateMultiplexCommand.ts b/clients/client-medialive/src/commands/UpdateMultiplexCommand.ts index d2f196435090..604b6ecb8e38 100644 --- a/clients/client-medialive/src/commands/UpdateMultiplexCommand.ts +++ b/clients/client-medialive/src/commands/UpdateMultiplexCommand.ts @@ -127,9 +127,6 @@ export class UpdateMultiplexCommand extends $Command< UpdateMultiplexCommandOutput, MediaLiveClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -143,9 +140,7 @@ export class UpdateMultiplexCommand extends $Command< * @public */ constructor(readonly input: UpdateMultiplexCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -198,7 +193,4 @@ export class UpdateMultiplexCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdateMultiplexCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-medialive/src/commands/UpdateMultiplexProgramCommand.ts b/clients/client-medialive/src/commands/UpdateMultiplexProgramCommand.ts index 3f27dbeac654..ef2ed35e7444 100644 --- a/clients/client-medialive/src/commands/UpdateMultiplexProgramCommand.ts +++ b/clients/client-medialive/src/commands/UpdateMultiplexProgramCommand.ts @@ -159,9 +159,6 @@ export class UpdateMultiplexProgramCommand extends $Command< UpdateMultiplexProgramCommandOutput, MediaLiveClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -175,9 +172,7 @@ export class UpdateMultiplexProgramCommand extends $Command< * @public */ constructor(readonly input: UpdateMultiplexProgramCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -230,7 +225,4 @@ export class UpdateMultiplexProgramCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdateMultiplexProgramCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-medialive/src/commands/UpdateReservationCommand.ts b/clients/client-medialive/src/commands/UpdateReservationCommand.ts index 1a504b75b61f..1cc1489fa692 100644 --- a/clients/client-medialive/src/commands/UpdateReservationCommand.ts +++ b/clients/client-medialive/src/commands/UpdateReservationCommand.ts @@ -133,9 +133,6 @@ export class UpdateReservationCommand extends $Command< UpdateReservationCommandOutput, MediaLiveClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -149,9 +146,7 @@ export class UpdateReservationCommand extends $Command< * @public */ constructor(readonly input: UpdateReservationCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -204,7 +199,4 @@ export class UpdateReservationCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdateReservationCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-mediapackage-vod/package.json b/clients/client-mediapackage-vod/package.json index 9f4d7bfc3277..381c117eac69 100644 --- a/clients/client-mediapackage-vod/package.json +++ b/clients/client-mediapackage-vod/package.json @@ -34,29 +34,29 @@ "@aws-sdk/util-endpoints": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@smithy/config-resolver": "^2.0.16", - "@smithy/fetch-http-handler": "^2.2.4", - "@smithy/hash-node": "^2.0.12", - "@smithy/invalid-dependency": "^2.0.12", - "@smithy/middleware-content-length": "^2.0.14", - "@smithy/middleware-endpoint": "^2.1.3", - "@smithy/middleware-retry": "^2.0.18", - "@smithy/middleware-serde": "^2.0.12", - "@smithy/middleware-stack": "^2.0.6", - "@smithy/node-config-provider": "^2.1.3", - "@smithy/node-http-handler": "^2.1.8", - "@smithy/protocol-http": "^3.0.8", - "@smithy/smithy-client": "^2.1.12", - "@smithy/types": "^2.4.0", - "@smithy/url-parser": "^2.0.12", - "@smithy/util-base64": "^2.0.0", + "@smithy/config-resolver": "^2.0.18", + "@smithy/fetch-http-handler": "^2.2.6", + "@smithy/hash-node": "^2.0.15", + "@smithy/invalid-dependency": "^2.0.13", + "@smithy/middleware-content-length": "^2.0.15", + "@smithy/middleware-endpoint": "^2.2.0", + "@smithy/middleware-retry": "^2.0.20", + "@smithy/middleware-serde": "^2.0.13", + "@smithy/middleware-stack": "^2.0.7", + "@smithy/node-config-provider": "^2.1.5", + "@smithy/node-http-handler": "^2.1.9", + "@smithy/protocol-http": "^3.0.9", + "@smithy/smithy-client": "^2.1.15", + "@smithy/types": "^2.5.0", + "@smithy/url-parser": "^2.0.13", + "@smithy/util-base64": "^2.0.1", "@smithy/util-body-length-browser": "^2.0.0", "@smithy/util-body-length-node": "^2.1.0", - "@smithy/util-defaults-mode-browser": "^2.0.16", - "@smithy/util-defaults-mode-node": "^2.0.21", - "@smithy/util-endpoints": "^1.0.2", - "@smithy/util-retry": "^2.0.5", - "@smithy/util-utf8": "^2.0.0", + "@smithy/util-defaults-mode-browser": "^2.0.19", + "@smithy/util-defaults-mode-node": "^2.0.25", + "@smithy/util-endpoints": "^1.0.4", + "@smithy/util-retry": "^2.0.6", + "@smithy/util-utf8": "^2.0.2", "tslib": "^2.5.0" }, "devDependencies": { diff --git a/clients/client-mediapackage-vod/src/commands/ConfigureLogsCommand.ts b/clients/client-mediapackage-vod/src/commands/ConfigureLogsCommand.ts index 7276fe363294..c7fc79722658 100644 --- a/clients/client-mediapackage-vod/src/commands/ConfigureLogsCommand.ts +++ b/clients/client-mediapackage-vod/src/commands/ConfigureLogsCommand.ts @@ -104,9 +104,6 @@ export class ConfigureLogsCommand extends $Command< ConfigureLogsCommandOutput, MediaPackageVodClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -120,9 +117,7 @@ export class ConfigureLogsCommand extends $Command< * @public */ constructor(readonly input: ConfigureLogsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -173,7 +168,4 @@ export class ConfigureLogsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ConfigureLogsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-mediapackage-vod/src/commands/CreateAssetCommand.ts b/clients/client-mediapackage-vod/src/commands/CreateAssetCommand.ts index d2e26a943fae..4ae3a6459936 100644 --- a/clients/client-mediapackage-vod/src/commands/CreateAssetCommand.ts +++ b/clients/client-mediapackage-vod/src/commands/CreateAssetCommand.ts @@ -111,9 +111,6 @@ export class CreateAssetCommand extends $Command< CreateAssetCommandOutput, MediaPackageVodClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -127,9 +124,7 @@ export class CreateAssetCommand extends $Command< * @public */ constructor(readonly input: CreateAssetCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -180,7 +175,4 @@ export class CreateAssetCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateAssetCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-mediapackage-vod/src/commands/CreatePackagingConfigurationCommand.ts b/clients/client-mediapackage-vod/src/commands/CreatePackagingConfigurationCommand.ts index ae2c44e1892f..2e3149b9e9ea 100644 --- a/clients/client-mediapackage-vod/src/commands/CreatePackagingConfigurationCommand.ts +++ b/clients/client-mediapackage-vod/src/commands/CreatePackagingConfigurationCommand.ts @@ -359,9 +359,6 @@ export class CreatePackagingConfigurationCommand extends $Command< CreatePackagingConfigurationCommandOutput, MediaPackageVodClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -375,9 +372,7 @@ export class CreatePackagingConfigurationCommand extends $Command< * @public */ constructor(readonly input: CreatePackagingConfigurationCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -433,7 +428,4 @@ export class CreatePackagingConfigurationCommand extends $Command< ): Promise { return de_CreatePackagingConfigurationCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-mediapackage-vod/src/commands/CreatePackagingGroupCommand.ts b/clients/client-mediapackage-vod/src/commands/CreatePackagingGroupCommand.ts index f15046e16271..393d332ac8a9 100644 --- a/clients/client-mediapackage-vod/src/commands/CreatePackagingGroupCommand.ts +++ b/clients/client-mediapackage-vod/src/commands/CreatePackagingGroupCommand.ts @@ -111,9 +111,6 @@ export class CreatePackagingGroupCommand extends $Command< CreatePackagingGroupCommandOutput, MediaPackageVodClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -127,9 +124,7 @@ export class CreatePackagingGroupCommand extends $Command< * @public */ constructor(readonly input: CreatePackagingGroupCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -182,7 +177,4 @@ export class CreatePackagingGroupCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreatePackagingGroupCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-mediapackage-vod/src/commands/DeleteAssetCommand.ts b/clients/client-mediapackage-vod/src/commands/DeleteAssetCommand.ts index 4c5ad9ca8426..9ec6b85ced64 100644 --- a/clients/client-mediapackage-vod/src/commands/DeleteAssetCommand.ts +++ b/clients/client-mediapackage-vod/src/commands/DeleteAssetCommand.ts @@ -86,9 +86,6 @@ export class DeleteAssetCommand extends $Command< DeleteAssetCommandOutput, MediaPackageVodClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -102,9 +99,7 @@ export class DeleteAssetCommand extends $Command< * @public */ constructor(readonly input: DeleteAssetCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -155,7 +150,4 @@ export class DeleteAssetCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteAssetCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-mediapackage-vod/src/commands/DeletePackagingConfigurationCommand.ts b/clients/client-mediapackage-vod/src/commands/DeletePackagingConfigurationCommand.ts index c77411484659..d04b9ad3315f 100644 --- a/clients/client-mediapackage-vod/src/commands/DeletePackagingConfigurationCommand.ts +++ b/clients/client-mediapackage-vod/src/commands/DeletePackagingConfigurationCommand.ts @@ -91,9 +91,6 @@ export class DeletePackagingConfigurationCommand extends $Command< DeletePackagingConfigurationCommandOutput, MediaPackageVodClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -107,9 +104,7 @@ export class DeletePackagingConfigurationCommand extends $Command< * @public */ constructor(readonly input: DeletePackagingConfigurationCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -165,7 +160,4 @@ export class DeletePackagingConfigurationCommand extends $Command< ): Promise { return de_DeletePackagingConfigurationCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-mediapackage-vod/src/commands/DeletePackagingGroupCommand.ts b/clients/client-mediapackage-vod/src/commands/DeletePackagingGroupCommand.ts index fb64a9600e0e..c3b3e0d0f10f 100644 --- a/clients/client-mediapackage-vod/src/commands/DeletePackagingGroupCommand.ts +++ b/clients/client-mediapackage-vod/src/commands/DeletePackagingGroupCommand.ts @@ -86,9 +86,6 @@ export class DeletePackagingGroupCommand extends $Command< DeletePackagingGroupCommandOutput, MediaPackageVodClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -102,9 +99,7 @@ export class DeletePackagingGroupCommand extends $Command< * @public */ constructor(readonly input: DeletePackagingGroupCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -157,7 +152,4 @@ export class DeletePackagingGroupCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeletePackagingGroupCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-mediapackage-vod/src/commands/DescribeAssetCommand.ts b/clients/client-mediapackage-vod/src/commands/DescribeAssetCommand.ts index 6bc39e0d4086..2d225440299d 100644 --- a/clients/client-mediapackage-vod/src/commands/DescribeAssetCommand.ts +++ b/clients/client-mediapackage-vod/src/commands/DescribeAssetCommand.ts @@ -104,9 +104,6 @@ export class DescribeAssetCommand extends $Command< DescribeAssetCommandOutput, MediaPackageVodClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -120,9 +117,7 @@ export class DescribeAssetCommand extends $Command< * @public */ constructor(readonly input: DescribeAssetCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -173,7 +168,4 @@ export class DescribeAssetCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DescribeAssetCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-mediapackage-vod/src/commands/DescribePackagingConfigurationCommand.ts b/clients/client-mediapackage-vod/src/commands/DescribePackagingConfigurationCommand.ts index e00b8493bd44..f13a04ffc645 100644 --- a/clients/client-mediapackage-vod/src/commands/DescribePackagingConfigurationCommand.ts +++ b/clients/client-mediapackage-vod/src/commands/DescribePackagingConfigurationCommand.ts @@ -227,9 +227,6 @@ export class DescribePackagingConfigurationCommand extends $Command< DescribePackagingConfigurationCommandOutput, MediaPackageVodClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -243,9 +240,7 @@ export class DescribePackagingConfigurationCommand extends $Command< * @public */ constructor(readonly input: DescribePackagingConfigurationCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -304,7 +299,4 @@ export class DescribePackagingConfigurationCommand extends $Command< ): Promise { return de_DescribePackagingConfigurationCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-mediapackage-vod/src/commands/DescribePackagingGroupCommand.ts b/clients/client-mediapackage-vod/src/commands/DescribePackagingGroupCommand.ts index 1f91f793facb..35ed49a21a02 100644 --- a/clients/client-mediapackage-vod/src/commands/DescribePackagingGroupCommand.ts +++ b/clients/client-mediapackage-vod/src/commands/DescribePackagingGroupCommand.ts @@ -102,9 +102,6 @@ export class DescribePackagingGroupCommand extends $Command< DescribePackagingGroupCommandOutput, MediaPackageVodClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -118,9 +115,7 @@ export class DescribePackagingGroupCommand extends $Command< * @public */ constructor(readonly input: DescribePackagingGroupCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -173,7 +168,4 @@ export class DescribePackagingGroupCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DescribePackagingGroupCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-mediapackage-vod/src/commands/ListAssetsCommand.ts b/clients/client-mediapackage-vod/src/commands/ListAssetsCommand.ts index ba663666935e..d4f7a76809d3 100644 --- a/clients/client-mediapackage-vod/src/commands/ListAssetsCommand.ts +++ b/clients/client-mediapackage-vod/src/commands/ListAssetsCommand.ts @@ -104,9 +104,6 @@ export class ListAssetsCommand extends $Command< ListAssetsCommandOutput, MediaPackageVodClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -120,9 +117,7 @@ export class ListAssetsCommand extends $Command< * @public */ constructor(readonly input: ListAssetsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -173,7 +168,4 @@ export class ListAssetsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListAssetsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-mediapackage-vod/src/commands/ListPackagingConfigurationsCommand.ts b/clients/client-mediapackage-vod/src/commands/ListPackagingConfigurationsCommand.ts index 800762a2deb2..8173b0751b35 100644 --- a/clients/client-mediapackage-vod/src/commands/ListPackagingConfigurationsCommand.ts +++ b/clients/client-mediapackage-vod/src/commands/ListPackagingConfigurationsCommand.ts @@ -234,9 +234,6 @@ export class ListPackagingConfigurationsCommand extends $Command< ListPackagingConfigurationsCommandOutput, MediaPackageVodClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -250,9 +247,7 @@ export class ListPackagingConfigurationsCommand extends $Command< * @public */ constructor(readonly input: ListPackagingConfigurationsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -308,7 +303,4 @@ export class ListPackagingConfigurationsCommand extends $Command< ): Promise { return de_ListPackagingConfigurationsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-mediapackage-vod/src/commands/ListPackagingGroupsCommand.ts b/clients/client-mediapackage-vod/src/commands/ListPackagingGroupsCommand.ts index c60177710a31..e9e0c9922561 100644 --- a/clients/client-mediapackage-vod/src/commands/ListPackagingGroupsCommand.ts +++ b/clients/client-mediapackage-vod/src/commands/ListPackagingGroupsCommand.ts @@ -108,9 +108,6 @@ export class ListPackagingGroupsCommand extends $Command< ListPackagingGroupsCommandOutput, MediaPackageVodClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -124,9 +121,7 @@ export class ListPackagingGroupsCommand extends $Command< * @public */ constructor(readonly input: ListPackagingGroupsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -179,7 +174,4 @@ export class ListPackagingGroupsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListPackagingGroupsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-mediapackage-vod/src/commands/ListTagsForResourceCommand.ts b/clients/client-mediapackage-vod/src/commands/ListTagsForResourceCommand.ts index ff91b0d3b3e2..228f07b08547 100644 --- a/clients/client-mediapackage-vod/src/commands/ListTagsForResourceCommand.ts +++ b/clients/client-mediapackage-vod/src/commands/ListTagsForResourceCommand.ts @@ -72,9 +72,6 @@ export class ListTagsForResourceCommand extends $Command< ListTagsForResourceCommandOutput, MediaPackageVodClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -88,9 +85,7 @@ export class ListTagsForResourceCommand extends $Command< * @public */ constructor(readonly input: ListTagsForResourceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -143,7 +138,4 @@ export class ListTagsForResourceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListTagsForResourceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-mediapackage-vod/src/commands/TagResourceCommand.ts b/clients/client-mediapackage-vod/src/commands/TagResourceCommand.ts index f795f6574c12..4f51c2a8c750 100644 --- a/clients/client-mediapackage-vod/src/commands/TagResourceCommand.ts +++ b/clients/client-mediapackage-vod/src/commands/TagResourceCommand.ts @@ -71,9 +71,6 @@ export class TagResourceCommand extends $Command< TagResourceCommandOutput, MediaPackageVodClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -87,9 +84,7 @@ export class TagResourceCommand extends $Command< * @public */ constructor(readonly input: TagResourceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -140,7 +135,4 @@ export class TagResourceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_TagResourceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-mediapackage-vod/src/commands/UntagResourceCommand.ts b/clients/client-mediapackage-vod/src/commands/UntagResourceCommand.ts index b09f2de69200..c0501f71dbcc 100644 --- a/clients/client-mediapackage-vod/src/commands/UntagResourceCommand.ts +++ b/clients/client-mediapackage-vod/src/commands/UntagResourceCommand.ts @@ -71,9 +71,6 @@ export class UntagResourceCommand extends $Command< UntagResourceCommandOutput, MediaPackageVodClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -87,9 +84,7 @@ export class UntagResourceCommand extends $Command< * @public */ constructor(readonly input: UntagResourceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -140,7 +135,4 @@ export class UntagResourceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UntagResourceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-mediapackage-vod/src/commands/UpdatePackagingGroupCommand.ts b/clients/client-mediapackage-vod/src/commands/UpdatePackagingGroupCommand.ts index 37fd1ddd39e0..1f4033df294c 100644 --- a/clients/client-mediapackage-vod/src/commands/UpdatePackagingGroupCommand.ts +++ b/clients/client-mediapackage-vod/src/commands/UpdatePackagingGroupCommand.ts @@ -106,9 +106,6 @@ export class UpdatePackagingGroupCommand extends $Command< UpdatePackagingGroupCommandOutput, MediaPackageVodClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -122,9 +119,7 @@ export class UpdatePackagingGroupCommand extends $Command< * @public */ constructor(readonly input: UpdatePackagingGroupCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -177,7 +172,4 @@ export class UpdatePackagingGroupCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdatePackagingGroupCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-mediapackage/package.json b/clients/client-mediapackage/package.json index 5e84f05b7979..1fd27fba6417 100644 --- a/clients/client-mediapackage/package.json +++ b/clients/client-mediapackage/package.json @@ -34,29 +34,29 @@ "@aws-sdk/util-endpoints": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@smithy/config-resolver": "^2.0.16", - "@smithy/fetch-http-handler": "^2.2.4", - "@smithy/hash-node": "^2.0.12", - "@smithy/invalid-dependency": "^2.0.12", - "@smithy/middleware-content-length": "^2.0.14", - "@smithy/middleware-endpoint": "^2.1.3", - "@smithy/middleware-retry": "^2.0.18", - "@smithy/middleware-serde": "^2.0.12", - "@smithy/middleware-stack": "^2.0.6", - "@smithy/node-config-provider": "^2.1.3", - "@smithy/node-http-handler": "^2.1.8", - "@smithy/protocol-http": "^3.0.8", - "@smithy/smithy-client": "^2.1.12", - "@smithy/types": "^2.4.0", - "@smithy/url-parser": "^2.0.12", - "@smithy/util-base64": "^2.0.0", + "@smithy/config-resolver": "^2.0.18", + "@smithy/fetch-http-handler": "^2.2.6", + "@smithy/hash-node": "^2.0.15", + "@smithy/invalid-dependency": "^2.0.13", + "@smithy/middleware-content-length": "^2.0.15", + "@smithy/middleware-endpoint": "^2.2.0", + "@smithy/middleware-retry": "^2.0.20", + "@smithy/middleware-serde": "^2.0.13", + "@smithy/middleware-stack": "^2.0.7", + "@smithy/node-config-provider": "^2.1.5", + "@smithy/node-http-handler": "^2.1.9", + "@smithy/protocol-http": "^3.0.9", + "@smithy/smithy-client": "^2.1.15", + "@smithy/types": "^2.5.0", + "@smithy/url-parser": "^2.0.13", + "@smithy/util-base64": "^2.0.1", "@smithy/util-body-length-browser": "^2.0.0", "@smithy/util-body-length-node": "^2.1.0", - "@smithy/util-defaults-mode-browser": "^2.0.16", - "@smithy/util-defaults-mode-node": "^2.0.21", - "@smithy/util-endpoints": "^1.0.2", - "@smithy/util-retry": "^2.0.5", - "@smithy/util-utf8": "^2.0.0", + "@smithy/util-defaults-mode-browser": "^2.0.19", + "@smithy/util-defaults-mode-node": "^2.0.25", + "@smithy/util-endpoints": "^1.0.4", + "@smithy/util-retry": "^2.0.6", + "@smithy/util-utf8": "^2.0.2", "tslib": "^2.5.0" }, "devDependencies": { diff --git a/clients/client-mediapackage/src/commands/ConfigureLogsCommand.ts b/clients/client-mediapackage/src/commands/ConfigureLogsCommand.ts index 67649732408d..a7ead809973b 100644 --- a/clients/client-mediapackage/src/commands/ConfigureLogsCommand.ts +++ b/clients/client-mediapackage/src/commands/ConfigureLogsCommand.ts @@ -120,9 +120,6 @@ export class ConfigureLogsCommand extends $Command< ConfigureLogsCommandOutput, MediaPackageClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -136,9 +133,7 @@ export class ConfigureLogsCommand extends $Command< * @public */ constructor(readonly input: ConfigureLogsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -189,7 +184,4 @@ export class ConfigureLogsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ConfigureLogsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-mediapackage/src/commands/CreateChannelCommand.ts b/clients/client-mediapackage/src/commands/CreateChannelCommand.ts index 1e151b8bb629..41706a289e3f 100644 --- a/clients/client-mediapackage/src/commands/CreateChannelCommand.ts +++ b/clients/client-mediapackage/src/commands/CreateChannelCommand.ts @@ -118,9 +118,6 @@ export class CreateChannelCommand extends $Command< CreateChannelCommandOutput, MediaPackageClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -134,9 +131,7 @@ export class CreateChannelCommand extends $Command< * @public */ constructor(readonly input: CreateChannelCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -187,7 +182,4 @@ export class CreateChannelCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateChannelCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-mediapackage/src/commands/CreateHarvestJobCommand.ts b/clients/client-mediapackage/src/commands/CreateHarvestJobCommand.ts index 0234e8265245..788f39c118ea 100644 --- a/clients/client-mediapackage/src/commands/CreateHarvestJobCommand.ts +++ b/clients/client-mediapackage/src/commands/CreateHarvestJobCommand.ts @@ -108,9 +108,6 @@ export class CreateHarvestJobCommand extends $Command< CreateHarvestJobCommandOutput, MediaPackageClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -124,9 +121,7 @@ export class CreateHarvestJobCommand extends $Command< * @public */ constructor(readonly input: CreateHarvestJobCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -179,7 +174,4 @@ export class CreateHarvestJobCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateHarvestJobCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-mediapackage/src/commands/CreateOriginEndpointCommand.ts b/clients/client-mediapackage/src/commands/CreateOriginEndpointCommand.ts index ba247de76f5c..977ad2b5e8d2 100644 --- a/clients/client-mediapackage/src/commands/CreateOriginEndpointCommand.ts +++ b/clients/client-mediapackage/src/commands/CreateOriginEndpointCommand.ts @@ -414,9 +414,6 @@ export class CreateOriginEndpointCommand extends $Command< CreateOriginEndpointCommandOutput, MediaPackageClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -430,9 +427,7 @@ export class CreateOriginEndpointCommand extends $Command< * @public */ constructor(readonly input: CreateOriginEndpointCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -485,7 +480,4 @@ export class CreateOriginEndpointCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateOriginEndpointCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-mediapackage/src/commands/DeleteChannelCommand.ts b/clients/client-mediapackage/src/commands/DeleteChannelCommand.ts index d6f54215e18f..93f750515d6b 100644 --- a/clients/client-mediapackage/src/commands/DeleteChannelCommand.ts +++ b/clients/client-mediapackage/src/commands/DeleteChannelCommand.ts @@ -86,9 +86,6 @@ export class DeleteChannelCommand extends $Command< DeleteChannelCommandOutput, MediaPackageClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -102,9 +99,7 @@ export class DeleteChannelCommand extends $Command< * @public */ constructor(readonly input: DeleteChannelCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -155,7 +150,4 @@ export class DeleteChannelCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteChannelCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-mediapackage/src/commands/DeleteOriginEndpointCommand.ts b/clients/client-mediapackage/src/commands/DeleteOriginEndpointCommand.ts index 4a0caa8e3da7..fadda257376d 100644 --- a/clients/client-mediapackage/src/commands/DeleteOriginEndpointCommand.ts +++ b/clients/client-mediapackage/src/commands/DeleteOriginEndpointCommand.ts @@ -86,9 +86,6 @@ export class DeleteOriginEndpointCommand extends $Command< DeleteOriginEndpointCommandOutput, MediaPackageClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -102,9 +99,7 @@ export class DeleteOriginEndpointCommand extends $Command< * @public */ constructor(readonly input: DeleteOriginEndpointCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -157,7 +152,4 @@ export class DeleteOriginEndpointCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteOriginEndpointCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-mediapackage/src/commands/DescribeChannelCommand.ts b/clients/client-mediapackage/src/commands/DescribeChannelCommand.ts index d486e4c1cf59..50a0fbb2e3b2 100644 --- a/clients/client-mediapackage/src/commands/DescribeChannelCommand.ts +++ b/clients/client-mediapackage/src/commands/DescribeChannelCommand.ts @@ -114,9 +114,6 @@ export class DescribeChannelCommand extends $Command< DescribeChannelCommandOutput, MediaPackageClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -130,9 +127,7 @@ export class DescribeChannelCommand extends $Command< * @public */ constructor(readonly input: DescribeChannelCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -185,7 +180,4 @@ export class DescribeChannelCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DescribeChannelCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-mediapackage/src/commands/DescribeHarvestJobCommand.ts b/clients/client-mediapackage/src/commands/DescribeHarvestJobCommand.ts index f1bb6dc45fb1..81d144ec1744 100644 --- a/clients/client-mediapackage/src/commands/DescribeHarvestJobCommand.ts +++ b/clients/client-mediapackage/src/commands/DescribeHarvestJobCommand.ts @@ -100,9 +100,6 @@ export class DescribeHarvestJobCommand extends $Command< DescribeHarvestJobCommandOutput, MediaPackageClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -116,9 +113,7 @@ export class DescribeHarvestJobCommand extends $Command< * @public */ constructor(readonly input: DescribeHarvestJobCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -171,7 +166,4 @@ export class DescribeHarvestJobCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DescribeHarvestJobCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-mediapackage/src/commands/DescribeOriginEndpointCommand.ts b/clients/client-mediapackage/src/commands/DescribeOriginEndpointCommand.ts index fd63ec0b7ca5..f35cf5a1f54d 100644 --- a/clients/client-mediapackage/src/commands/DescribeOriginEndpointCommand.ts +++ b/clients/client-mediapackage/src/commands/DescribeOriginEndpointCommand.ts @@ -253,9 +253,6 @@ export class DescribeOriginEndpointCommand extends $Command< DescribeOriginEndpointCommandOutput, MediaPackageClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -269,9 +266,7 @@ export class DescribeOriginEndpointCommand extends $Command< * @public */ constructor(readonly input: DescribeOriginEndpointCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -324,7 +319,4 @@ export class DescribeOriginEndpointCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DescribeOriginEndpointCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-mediapackage/src/commands/ListChannelsCommand.ts b/clients/client-mediapackage/src/commands/ListChannelsCommand.ts index 4edb9d4d2765..0d9634ec5f2e 100644 --- a/clients/client-mediapackage/src/commands/ListChannelsCommand.ts +++ b/clients/client-mediapackage/src/commands/ListChannelsCommand.ts @@ -116,9 +116,6 @@ export class ListChannelsCommand extends $Command< ListChannelsCommandOutput, MediaPackageClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -132,9 +129,7 @@ export class ListChannelsCommand extends $Command< * @public */ constructor(readonly input: ListChannelsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -185,7 +180,4 @@ export class ListChannelsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListChannelsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-mediapackage/src/commands/ListHarvestJobsCommand.ts b/clients/client-mediapackage/src/commands/ListHarvestJobsCommand.ts index 7e501f72324d..0d6af73e299b 100644 --- a/clients/client-mediapackage/src/commands/ListHarvestJobsCommand.ts +++ b/clients/client-mediapackage/src/commands/ListHarvestJobsCommand.ts @@ -108,9 +108,6 @@ export class ListHarvestJobsCommand extends $Command< ListHarvestJobsCommandOutput, MediaPackageClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -124,9 +121,7 @@ export class ListHarvestJobsCommand extends $Command< * @public */ constructor(readonly input: ListHarvestJobsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -179,7 +174,4 @@ export class ListHarvestJobsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListHarvestJobsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-mediapackage/src/commands/ListOriginEndpointsCommand.ts b/clients/client-mediapackage/src/commands/ListOriginEndpointsCommand.ts index bd4c61ddf18d..21792a35a6ac 100644 --- a/clients/client-mediapackage/src/commands/ListOriginEndpointsCommand.ts +++ b/clients/client-mediapackage/src/commands/ListOriginEndpointsCommand.ts @@ -260,9 +260,6 @@ export class ListOriginEndpointsCommand extends $Command< ListOriginEndpointsCommandOutput, MediaPackageClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -276,9 +273,7 @@ export class ListOriginEndpointsCommand extends $Command< * @public */ constructor(readonly input: ListOriginEndpointsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -331,7 +326,4 @@ export class ListOriginEndpointsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListOriginEndpointsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-mediapackage/src/commands/ListTagsForResourceCommand.ts b/clients/client-mediapackage/src/commands/ListTagsForResourceCommand.ts index 531791c16f6a..46b063da120f 100644 --- a/clients/client-mediapackage/src/commands/ListTagsForResourceCommand.ts +++ b/clients/client-mediapackage/src/commands/ListTagsForResourceCommand.ts @@ -72,9 +72,6 @@ export class ListTagsForResourceCommand extends $Command< ListTagsForResourceCommandOutput, MediaPackageClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -88,9 +85,7 @@ export class ListTagsForResourceCommand extends $Command< * @public */ constructor(readonly input: ListTagsForResourceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -143,7 +138,4 @@ export class ListTagsForResourceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListTagsForResourceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-mediapackage/src/commands/RotateChannelCredentialsCommand.ts b/clients/client-mediapackage/src/commands/RotateChannelCredentialsCommand.ts index dc761d55b9d9..500639473cb7 100644 --- a/clients/client-mediapackage/src/commands/RotateChannelCredentialsCommand.ts +++ b/clients/client-mediapackage/src/commands/RotateChannelCredentialsCommand.ts @@ -116,9 +116,6 @@ export class RotateChannelCredentialsCommand extends $Command< RotateChannelCredentialsCommandOutput, MediaPackageClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -132,9 +129,7 @@ export class RotateChannelCredentialsCommand extends $Command< * @public */ constructor(readonly input: RotateChannelCredentialsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -187,7 +182,4 @@ export class RotateChannelCredentialsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_RotateChannelCredentialsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-mediapackage/src/commands/RotateIngestEndpointCredentialsCommand.ts b/clients/client-mediapackage/src/commands/RotateIngestEndpointCredentialsCommand.ts index 9984c2e3919b..1ddca3a53920 100644 --- a/clients/client-mediapackage/src/commands/RotateIngestEndpointCredentialsCommand.ts +++ b/clients/client-mediapackage/src/commands/RotateIngestEndpointCredentialsCommand.ts @@ -120,9 +120,6 @@ export class RotateIngestEndpointCredentialsCommand extends $Command< RotateIngestEndpointCredentialsCommandOutput, MediaPackageClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -136,9 +133,7 @@ export class RotateIngestEndpointCredentialsCommand extends $Command< * @public */ constructor(readonly input: RotateIngestEndpointCredentialsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -197,7 +192,4 @@ export class RotateIngestEndpointCredentialsCommand extends $Command< ): Promise { return de_RotateIngestEndpointCredentialsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-mediapackage/src/commands/TagResourceCommand.ts b/clients/client-mediapackage/src/commands/TagResourceCommand.ts index 9c3d2722cfc4..d2f9231389b0 100644 --- a/clients/client-mediapackage/src/commands/TagResourceCommand.ts +++ b/clients/client-mediapackage/src/commands/TagResourceCommand.ts @@ -71,9 +71,6 @@ export class TagResourceCommand extends $Command< TagResourceCommandOutput, MediaPackageClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -87,9 +84,7 @@ export class TagResourceCommand extends $Command< * @public */ constructor(readonly input: TagResourceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -140,7 +135,4 @@ export class TagResourceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_TagResourceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-mediapackage/src/commands/UntagResourceCommand.ts b/clients/client-mediapackage/src/commands/UntagResourceCommand.ts index 4b165f85d56c..d206506d1b54 100644 --- a/clients/client-mediapackage/src/commands/UntagResourceCommand.ts +++ b/clients/client-mediapackage/src/commands/UntagResourceCommand.ts @@ -71,9 +71,6 @@ export class UntagResourceCommand extends $Command< UntagResourceCommandOutput, MediaPackageClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -87,9 +84,7 @@ export class UntagResourceCommand extends $Command< * @public */ constructor(readonly input: UntagResourceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -140,7 +135,4 @@ export class UntagResourceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UntagResourceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-mediapackage/src/commands/UpdateChannelCommand.ts b/clients/client-mediapackage/src/commands/UpdateChannelCommand.ts index 1baa9d30b48f..3e8ee2868556 100644 --- a/clients/client-mediapackage/src/commands/UpdateChannelCommand.ts +++ b/clients/client-mediapackage/src/commands/UpdateChannelCommand.ts @@ -115,9 +115,6 @@ export class UpdateChannelCommand extends $Command< UpdateChannelCommandOutput, MediaPackageClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -131,9 +128,7 @@ export class UpdateChannelCommand extends $Command< * @public */ constructor(readonly input: UpdateChannelCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -184,7 +179,4 @@ export class UpdateChannelCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdateChannelCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-mediapackage/src/commands/UpdateOriginEndpointCommand.ts b/clients/client-mediapackage/src/commands/UpdateOriginEndpointCommand.ts index 1405e533c519..06cca898d5a3 100644 --- a/clients/client-mediapackage/src/commands/UpdateOriginEndpointCommand.ts +++ b/clients/client-mediapackage/src/commands/UpdateOriginEndpointCommand.ts @@ -410,9 +410,6 @@ export class UpdateOriginEndpointCommand extends $Command< UpdateOriginEndpointCommandOutput, MediaPackageClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -426,9 +423,7 @@ export class UpdateOriginEndpointCommand extends $Command< * @public */ constructor(readonly input: UpdateOriginEndpointCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -481,7 +476,4 @@ export class UpdateOriginEndpointCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdateOriginEndpointCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-mediapackagev2/package.json b/clients/client-mediapackagev2/package.json index 6f28b84d6b35..16d9993965ec 100644 --- a/clients/client-mediapackagev2/package.json +++ b/clients/client-mediapackagev2/package.json @@ -34,29 +34,29 @@ "@aws-sdk/util-endpoints": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@smithy/config-resolver": "^2.0.16", - "@smithy/fetch-http-handler": "^2.2.4", - "@smithy/hash-node": "^2.0.12", - "@smithy/invalid-dependency": "^2.0.12", - "@smithy/middleware-content-length": "^2.0.14", - "@smithy/middleware-endpoint": "^2.1.3", - "@smithy/middleware-retry": "^2.0.18", - "@smithy/middleware-serde": "^2.0.12", - "@smithy/middleware-stack": "^2.0.6", - "@smithy/node-config-provider": "^2.1.3", - "@smithy/node-http-handler": "^2.1.8", - "@smithy/protocol-http": "^3.0.8", - "@smithy/smithy-client": "^2.1.12", - "@smithy/types": "^2.4.0", - "@smithy/url-parser": "^2.0.12", - "@smithy/util-base64": "^2.0.0", + "@smithy/config-resolver": "^2.0.18", + "@smithy/fetch-http-handler": "^2.2.6", + "@smithy/hash-node": "^2.0.15", + "@smithy/invalid-dependency": "^2.0.13", + "@smithy/middleware-content-length": "^2.0.15", + "@smithy/middleware-endpoint": "^2.2.0", + "@smithy/middleware-retry": "^2.0.20", + "@smithy/middleware-serde": "^2.0.13", + "@smithy/middleware-stack": "^2.0.7", + "@smithy/node-config-provider": "^2.1.5", + "@smithy/node-http-handler": "^2.1.9", + "@smithy/protocol-http": "^3.0.9", + "@smithy/smithy-client": "^2.1.15", + "@smithy/types": "^2.5.0", + "@smithy/url-parser": "^2.0.13", + "@smithy/util-base64": "^2.0.1", "@smithy/util-body-length-browser": "^2.0.0", "@smithy/util-body-length-node": "^2.1.0", - "@smithy/util-defaults-mode-browser": "^2.0.16", - "@smithy/util-defaults-mode-node": "^2.0.21", - "@smithy/util-endpoints": "^1.0.2", - "@smithy/util-retry": "^2.0.5", - "@smithy/util-utf8": "^2.0.0", + "@smithy/util-defaults-mode-browser": "^2.0.19", + "@smithy/util-defaults-mode-node": "^2.0.25", + "@smithy/util-endpoints": "^1.0.4", + "@smithy/util-retry": "^2.0.6", + "@smithy/util-utf8": "^2.0.2", "tslib": "^2.5.0", "uuid": "^8.3.2" }, diff --git a/clients/client-mediapackagev2/src/commands/CreateChannelCommand.ts b/clients/client-mediapackagev2/src/commands/CreateChannelCommand.ts index 8d23499f4eae..fea105de4b48 100644 --- a/clients/client-mediapackagev2/src/commands/CreateChannelCommand.ts +++ b/clients/client-mediapackagev2/src/commands/CreateChannelCommand.ts @@ -111,9 +111,6 @@ export class CreateChannelCommand extends $Command< CreateChannelCommandOutput, MediaPackageV2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -127,9 +124,7 @@ export class CreateChannelCommand extends $Command< * @public */ constructor(readonly input: CreateChannelCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -180,7 +175,4 @@ export class CreateChannelCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateChannelCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-mediapackagev2/src/commands/CreateChannelGroupCommand.ts b/clients/client-mediapackagev2/src/commands/CreateChannelGroupCommand.ts index e5c3601f7bae..6ebe26e8f830 100644 --- a/clients/client-mediapackagev2/src/commands/CreateChannelGroupCommand.ts +++ b/clients/client-mediapackagev2/src/commands/CreateChannelGroupCommand.ts @@ -104,9 +104,6 @@ export class CreateChannelGroupCommand extends $Command< CreateChannelGroupCommandOutput, MediaPackageV2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -120,9 +117,7 @@ export class CreateChannelGroupCommand extends $Command< * @public */ constructor(readonly input: CreateChannelGroupCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -175,7 +170,4 @@ export class CreateChannelGroupCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateChannelGroupCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-mediapackagev2/src/commands/CreateOriginEndpointCommand.ts b/clients/client-mediapackagev2/src/commands/CreateOriginEndpointCommand.ts index 50911a1a8e5d..ce2b3d88a743 100644 --- a/clients/client-mediapackagev2/src/commands/CreateOriginEndpointCommand.ts +++ b/clients/client-mediapackagev2/src/commands/CreateOriginEndpointCommand.ts @@ -245,9 +245,6 @@ export class CreateOriginEndpointCommand extends $Command< CreateOriginEndpointCommandOutput, MediaPackageV2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -261,9 +258,7 @@ export class CreateOriginEndpointCommand extends $Command< * @public */ constructor(readonly input: CreateOriginEndpointCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -316,7 +311,4 @@ export class CreateOriginEndpointCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateOriginEndpointCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-mediapackagev2/src/commands/DeleteChannelCommand.ts b/clients/client-mediapackagev2/src/commands/DeleteChannelCommand.ts index 0b9611d70758..262b283a2cc7 100644 --- a/clients/client-mediapackagev2/src/commands/DeleteChannelCommand.ts +++ b/clients/client-mediapackagev2/src/commands/DeleteChannelCommand.ts @@ -84,9 +84,6 @@ export class DeleteChannelCommand extends $Command< DeleteChannelCommandOutput, MediaPackageV2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -100,9 +97,7 @@ export class DeleteChannelCommand extends $Command< * @public */ constructor(readonly input: DeleteChannelCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -153,7 +148,4 @@ export class DeleteChannelCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteChannelCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-mediapackagev2/src/commands/DeleteChannelGroupCommand.ts b/clients/client-mediapackagev2/src/commands/DeleteChannelGroupCommand.ts index 5122dfcdfc54..7a921b22d897 100644 --- a/clients/client-mediapackagev2/src/commands/DeleteChannelGroupCommand.ts +++ b/clients/client-mediapackagev2/src/commands/DeleteChannelGroupCommand.ts @@ -83,9 +83,6 @@ export class DeleteChannelGroupCommand extends $Command< DeleteChannelGroupCommandOutput, MediaPackageV2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -99,9 +96,7 @@ export class DeleteChannelGroupCommand extends $Command< * @public */ constructor(readonly input: DeleteChannelGroupCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -154,7 +149,4 @@ export class DeleteChannelGroupCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteChannelGroupCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-mediapackagev2/src/commands/DeleteChannelPolicyCommand.ts b/clients/client-mediapackagev2/src/commands/DeleteChannelPolicyCommand.ts index a4a5c185f066..3e654a2b50c4 100644 --- a/clients/client-mediapackagev2/src/commands/DeleteChannelPolicyCommand.ts +++ b/clients/client-mediapackagev2/src/commands/DeleteChannelPolicyCommand.ts @@ -84,9 +84,6 @@ export class DeleteChannelPolicyCommand extends $Command< DeleteChannelPolicyCommandOutput, MediaPackageV2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -100,9 +97,7 @@ export class DeleteChannelPolicyCommand extends $Command< * @public */ constructor(readonly input: DeleteChannelPolicyCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -155,7 +150,4 @@ export class DeleteChannelPolicyCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteChannelPolicyCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-mediapackagev2/src/commands/DeleteOriginEndpointCommand.ts b/clients/client-mediapackagev2/src/commands/DeleteOriginEndpointCommand.ts index 181b804749e2..cef4a81b3fe7 100644 --- a/clients/client-mediapackagev2/src/commands/DeleteOriginEndpointCommand.ts +++ b/clients/client-mediapackagev2/src/commands/DeleteOriginEndpointCommand.ts @@ -82,9 +82,6 @@ export class DeleteOriginEndpointCommand extends $Command< DeleteOriginEndpointCommandOutput, MediaPackageV2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -98,9 +95,7 @@ export class DeleteOriginEndpointCommand extends $Command< * @public */ constructor(readonly input: DeleteOriginEndpointCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -153,7 +148,4 @@ export class DeleteOriginEndpointCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteOriginEndpointCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-mediapackagev2/src/commands/DeleteOriginEndpointPolicyCommand.ts b/clients/client-mediapackagev2/src/commands/DeleteOriginEndpointPolicyCommand.ts index 0a176da334d7..e2dfb76e7a42 100644 --- a/clients/client-mediapackagev2/src/commands/DeleteOriginEndpointPolicyCommand.ts +++ b/clients/client-mediapackagev2/src/commands/DeleteOriginEndpointPolicyCommand.ts @@ -85,9 +85,6 @@ export class DeleteOriginEndpointPolicyCommand extends $Command< DeleteOriginEndpointPolicyCommandOutput, MediaPackageV2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -101,9 +98,7 @@ export class DeleteOriginEndpointPolicyCommand extends $Command< * @public */ constructor(readonly input: DeleteOriginEndpointPolicyCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -159,7 +154,4 @@ export class DeleteOriginEndpointPolicyCommand extends $Command< ): Promise { return de_DeleteOriginEndpointPolicyCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-mediapackagev2/src/commands/GetChannelCommand.ts b/clients/client-mediapackagev2/src/commands/GetChannelCommand.ts index 6fa265463616..ba2d6af6c8b3 100644 --- a/clients/client-mediapackagev2/src/commands/GetChannelCommand.ts +++ b/clients/client-mediapackagev2/src/commands/GetChannelCommand.ts @@ -100,9 +100,6 @@ export class GetChannelCommand extends $Command< GetChannelCommandOutput, MediaPackageV2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -116,9 +113,7 @@ export class GetChannelCommand extends $Command< * @public */ constructor(readonly input: GetChannelCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -169,7 +164,4 @@ export class GetChannelCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetChannelCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-mediapackagev2/src/commands/GetChannelGroupCommand.ts b/clients/client-mediapackagev2/src/commands/GetChannelGroupCommand.ts index f00d3a5baf85..f70a206370fc 100644 --- a/clients/client-mediapackagev2/src/commands/GetChannelGroupCommand.ts +++ b/clients/client-mediapackagev2/src/commands/GetChannelGroupCommand.ts @@ -93,9 +93,6 @@ export class GetChannelGroupCommand extends $Command< GetChannelGroupCommandOutput, MediaPackageV2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -109,9 +106,7 @@ export class GetChannelGroupCommand extends $Command< * @public */ constructor(readonly input: GetChannelGroupCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -164,7 +159,4 @@ export class GetChannelGroupCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetChannelGroupCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-mediapackagev2/src/commands/GetChannelPolicyCommand.ts b/clients/client-mediapackagev2/src/commands/GetChannelPolicyCommand.ts index 919bfe28932e..22028e9406d1 100644 --- a/clients/client-mediapackagev2/src/commands/GetChannelPolicyCommand.ts +++ b/clients/client-mediapackagev2/src/commands/GetChannelPolicyCommand.ts @@ -88,9 +88,6 @@ export class GetChannelPolicyCommand extends $Command< GetChannelPolicyCommandOutput, MediaPackageV2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -104,9 +101,7 @@ export class GetChannelPolicyCommand extends $Command< * @public */ constructor(readonly input: GetChannelPolicyCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -159,7 +154,4 @@ export class GetChannelPolicyCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetChannelPolicyCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-mediapackagev2/src/commands/GetOriginEndpointCommand.ts b/clients/client-mediapackagev2/src/commands/GetOriginEndpointCommand.ts index 62a9dda0d214..0a488c5737e3 100644 --- a/clients/client-mediapackagev2/src/commands/GetOriginEndpointCommand.ts +++ b/clients/client-mediapackagev2/src/commands/GetOriginEndpointCommand.ts @@ -166,9 +166,6 @@ export class GetOriginEndpointCommand extends $Command< GetOriginEndpointCommandOutput, MediaPackageV2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -182,9 +179,7 @@ export class GetOriginEndpointCommand extends $Command< * @public */ constructor(readonly input: GetOriginEndpointCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -237,7 +232,4 @@ export class GetOriginEndpointCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetOriginEndpointCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-mediapackagev2/src/commands/GetOriginEndpointPolicyCommand.ts b/clients/client-mediapackagev2/src/commands/GetOriginEndpointPolicyCommand.ts index 79d4fd389c5e..99961c291fee 100644 --- a/clients/client-mediapackagev2/src/commands/GetOriginEndpointPolicyCommand.ts +++ b/clients/client-mediapackagev2/src/commands/GetOriginEndpointPolicyCommand.ts @@ -90,9 +90,6 @@ export class GetOriginEndpointPolicyCommand extends $Command< GetOriginEndpointPolicyCommandOutput, MediaPackageV2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -106,9 +103,7 @@ export class GetOriginEndpointPolicyCommand extends $Command< * @public */ constructor(readonly input: GetOriginEndpointPolicyCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -161,7 +156,4 @@ export class GetOriginEndpointPolicyCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetOriginEndpointPolicyCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-mediapackagev2/src/commands/ListChannelGroupsCommand.ts b/clients/client-mediapackagev2/src/commands/ListChannelGroupsCommand.ts index 1ad20f3e21ae..54bf8e9de860 100644 --- a/clients/client-mediapackagev2/src/commands/ListChannelGroupsCommand.ts +++ b/clients/client-mediapackagev2/src/commands/ListChannelGroupsCommand.ts @@ -92,9 +92,6 @@ export class ListChannelGroupsCommand extends $Command< ListChannelGroupsCommandOutput, MediaPackageV2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -108,9 +105,7 @@ export class ListChannelGroupsCommand extends $Command< * @public */ constructor(readonly input: ListChannelGroupsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -163,7 +158,4 @@ export class ListChannelGroupsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListChannelGroupsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-mediapackagev2/src/commands/ListChannelsCommand.ts b/clients/client-mediapackagev2/src/commands/ListChannelsCommand.ts index b53189508246..064bdf20e34a 100644 --- a/clients/client-mediapackagev2/src/commands/ListChannelsCommand.ts +++ b/clients/client-mediapackagev2/src/commands/ListChannelsCommand.ts @@ -97,9 +97,6 @@ export class ListChannelsCommand extends $Command< ListChannelsCommandOutput, MediaPackageV2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -113,9 +110,7 @@ export class ListChannelsCommand extends $Command< * @public */ constructor(readonly input: ListChannelsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -166,7 +161,4 @@ export class ListChannelsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListChannelsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-mediapackagev2/src/commands/ListOriginEndpointsCommand.ts b/clients/client-mediapackagev2/src/commands/ListOriginEndpointsCommand.ts index 22bc7a97e801..0c37a6c54171 100644 --- a/clients/client-mediapackagev2/src/commands/ListOriginEndpointsCommand.ts +++ b/clients/client-mediapackagev2/src/commands/ListOriginEndpointsCommand.ts @@ -114,9 +114,6 @@ export class ListOriginEndpointsCommand extends $Command< ListOriginEndpointsCommandOutput, MediaPackageV2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -130,9 +127,7 @@ export class ListOriginEndpointsCommand extends $Command< * @public */ constructor(readonly input: ListOriginEndpointsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -185,7 +180,4 @@ export class ListOriginEndpointsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListOriginEndpointsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-mediapackagev2/src/commands/ListTagsForResourceCommand.ts b/clients/client-mediapackagev2/src/commands/ListTagsForResourceCommand.ts index 6bb99cafaa61..e83372477dc3 100644 --- a/clients/client-mediapackagev2/src/commands/ListTagsForResourceCommand.ts +++ b/clients/client-mediapackagev2/src/commands/ListTagsForResourceCommand.ts @@ -75,9 +75,6 @@ export class ListTagsForResourceCommand extends $Command< ListTagsForResourceCommandOutput, MediaPackageV2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -91,9 +88,7 @@ export class ListTagsForResourceCommand extends $Command< * @public */ constructor(readonly input: ListTagsForResourceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -146,7 +141,4 @@ export class ListTagsForResourceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListTagsForResourceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-mediapackagev2/src/commands/PutChannelPolicyCommand.ts b/clients/client-mediapackagev2/src/commands/PutChannelPolicyCommand.ts index d240ef14eb5e..73e3170c1bf8 100644 --- a/clients/client-mediapackagev2/src/commands/PutChannelPolicyCommand.ts +++ b/clients/client-mediapackagev2/src/commands/PutChannelPolicyCommand.ts @@ -88,9 +88,6 @@ export class PutChannelPolicyCommand extends $Command< PutChannelPolicyCommandOutput, MediaPackageV2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -104,9 +101,7 @@ export class PutChannelPolicyCommand extends $Command< * @public */ constructor(readonly input: PutChannelPolicyCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -159,7 +154,4 @@ export class PutChannelPolicyCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_PutChannelPolicyCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-mediapackagev2/src/commands/PutOriginEndpointPolicyCommand.ts b/clients/client-mediapackagev2/src/commands/PutOriginEndpointPolicyCommand.ts index f1c79e7f9753..f00956361438 100644 --- a/clients/client-mediapackagev2/src/commands/PutOriginEndpointPolicyCommand.ts +++ b/clients/client-mediapackagev2/src/commands/PutOriginEndpointPolicyCommand.ts @@ -89,9 +89,6 @@ export class PutOriginEndpointPolicyCommand extends $Command< PutOriginEndpointPolicyCommandOutput, MediaPackageV2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -105,9 +102,7 @@ export class PutOriginEndpointPolicyCommand extends $Command< * @public */ constructor(readonly input: PutOriginEndpointPolicyCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -160,7 +155,4 @@ export class PutOriginEndpointPolicyCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_PutOriginEndpointPolicyCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-mediapackagev2/src/commands/TagResourceCommand.ts b/clients/client-mediapackagev2/src/commands/TagResourceCommand.ts index eba4da9b4c22..ad35715343a9 100644 --- a/clients/client-mediapackagev2/src/commands/TagResourceCommand.ts +++ b/clients/client-mediapackagev2/src/commands/TagResourceCommand.ts @@ -79,9 +79,6 @@ export class TagResourceCommand extends $Command< TagResourceCommandOutput, MediaPackageV2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -95,9 +92,7 @@ export class TagResourceCommand extends $Command< * @public */ constructor(readonly input: TagResourceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -148,7 +143,4 @@ export class TagResourceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_TagResourceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-mediapackagev2/src/commands/UntagResourceCommand.ts b/clients/client-mediapackagev2/src/commands/UntagResourceCommand.ts index d84593a3c1ba..9cc36ca8a609 100644 --- a/clients/client-mediapackagev2/src/commands/UntagResourceCommand.ts +++ b/clients/client-mediapackagev2/src/commands/UntagResourceCommand.ts @@ -74,9 +74,6 @@ export class UntagResourceCommand extends $Command< UntagResourceCommandOutput, MediaPackageV2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -90,9 +87,7 @@ export class UntagResourceCommand extends $Command< * @public */ constructor(readonly input: UntagResourceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -143,7 +138,4 @@ export class UntagResourceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UntagResourceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-mediapackagev2/src/commands/UpdateChannelCommand.ts b/clients/client-mediapackagev2/src/commands/UpdateChannelCommand.ts index 4ecc5c70a36b..ec38461f9fa8 100644 --- a/clients/client-mediapackagev2/src/commands/UpdateChannelCommand.ts +++ b/clients/client-mediapackagev2/src/commands/UpdateChannelCommand.ts @@ -105,9 +105,6 @@ export class UpdateChannelCommand extends $Command< UpdateChannelCommandOutput, MediaPackageV2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -121,9 +118,7 @@ export class UpdateChannelCommand extends $Command< * @public */ constructor(readonly input: UpdateChannelCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -174,7 +169,4 @@ export class UpdateChannelCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdateChannelCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-mediapackagev2/src/commands/UpdateChannelGroupCommand.ts b/clients/client-mediapackagev2/src/commands/UpdateChannelGroupCommand.ts index 2a6df78ced4f..d9ed6676e75c 100644 --- a/clients/client-mediapackagev2/src/commands/UpdateChannelGroupCommand.ts +++ b/clients/client-mediapackagev2/src/commands/UpdateChannelGroupCommand.ts @@ -98,9 +98,6 @@ export class UpdateChannelGroupCommand extends $Command< UpdateChannelGroupCommandOutput, MediaPackageV2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -114,9 +111,7 @@ export class UpdateChannelGroupCommand extends $Command< * @public */ constructor(readonly input: UpdateChannelGroupCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -169,7 +164,4 @@ export class UpdateChannelGroupCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdateChannelGroupCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-mediapackagev2/src/commands/UpdateOriginEndpointCommand.ts b/clients/client-mediapackagev2/src/commands/UpdateOriginEndpointCommand.ts index 3396479820de..e7ca26df20ab 100644 --- a/clients/client-mediapackagev2/src/commands/UpdateOriginEndpointCommand.ts +++ b/clients/client-mediapackagev2/src/commands/UpdateOriginEndpointCommand.ts @@ -242,9 +242,6 @@ export class UpdateOriginEndpointCommand extends $Command< UpdateOriginEndpointCommandOutput, MediaPackageV2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -258,9 +255,7 @@ export class UpdateOriginEndpointCommand extends $Command< * @public */ constructor(readonly input: UpdateOriginEndpointCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -313,7 +308,4 @@ export class UpdateOriginEndpointCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdateOriginEndpointCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-mediastore-data/package.json b/clients/client-mediastore-data/package.json index 7431079eb779..12d412e500c3 100644 --- a/clients/client-mediastore-data/package.json +++ b/clients/client-mediastore-data/package.json @@ -36,30 +36,30 @@ "@aws-sdk/util-endpoints": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@smithy/config-resolver": "^2.0.16", - "@smithy/fetch-http-handler": "^2.2.4", - "@smithy/hash-node": "^2.0.12", - "@smithy/invalid-dependency": "^2.0.12", - "@smithy/middleware-content-length": "^2.0.14", - "@smithy/middleware-endpoint": "^2.1.3", - "@smithy/middleware-retry": "^2.0.18", - "@smithy/middleware-serde": "^2.0.12", - "@smithy/middleware-stack": "^2.0.6", - "@smithy/node-config-provider": "^2.1.3", - "@smithy/node-http-handler": "^2.1.8", - "@smithy/protocol-http": "^3.0.8", - "@smithy/smithy-client": "^2.1.12", - "@smithy/types": "^2.4.0", - "@smithy/url-parser": "^2.0.12", - "@smithy/util-base64": "^2.0.0", + "@smithy/config-resolver": "^2.0.18", + "@smithy/fetch-http-handler": "^2.2.6", + "@smithy/hash-node": "^2.0.15", + "@smithy/invalid-dependency": "^2.0.13", + "@smithy/middleware-content-length": "^2.0.15", + "@smithy/middleware-endpoint": "^2.2.0", + "@smithy/middleware-retry": "^2.0.20", + "@smithy/middleware-serde": "^2.0.13", + "@smithy/middleware-stack": "^2.0.7", + "@smithy/node-config-provider": "^2.1.5", + "@smithy/node-http-handler": "^2.1.9", + "@smithy/protocol-http": "^3.0.9", + "@smithy/smithy-client": "^2.1.15", + "@smithy/types": "^2.5.0", + "@smithy/url-parser": "^2.0.13", + "@smithy/util-base64": "^2.0.1", "@smithy/util-body-length-browser": "^2.0.0", "@smithy/util-body-length-node": "^2.1.0", - "@smithy/util-defaults-mode-browser": "^2.0.16", - "@smithy/util-defaults-mode-node": "^2.0.21", - "@smithy/util-endpoints": "^1.0.2", - "@smithy/util-retry": "^2.0.5", - "@smithy/util-stream": "^2.0.17", - "@smithy/util-utf8": "^2.0.0", + "@smithy/util-defaults-mode-browser": "^2.0.19", + "@smithy/util-defaults-mode-node": "^2.0.25", + "@smithy/util-endpoints": "^1.0.4", + "@smithy/util-retry": "^2.0.6", + "@smithy/util-stream": "^2.0.20", + "@smithy/util-utf8": "^2.0.2", "tslib": "^2.5.0" }, "devDependencies": { diff --git a/clients/client-mediastore-data/src/commands/DeleteObjectCommand.ts b/clients/client-mediastore-data/src/commands/DeleteObjectCommand.ts index d5ff8288aec6..fba0bf0a24f1 100644 --- a/clients/client-mediastore-data/src/commands/DeleteObjectCommand.ts +++ b/clients/client-mediastore-data/src/commands/DeleteObjectCommand.ts @@ -77,9 +77,6 @@ export class DeleteObjectCommand extends $Command< DeleteObjectCommandOutput, MediaStoreDataClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -93,9 +90,7 @@ export class DeleteObjectCommand extends $Command< * @public */ constructor(readonly input: DeleteObjectCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -146,7 +141,4 @@ export class DeleteObjectCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteObjectCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-mediastore-data/src/commands/DescribeObjectCommand.ts b/clients/client-mediastore-data/src/commands/DescribeObjectCommand.ts index ac58e3d337a5..74837a99d421 100644 --- a/clients/client-mediastore-data/src/commands/DescribeObjectCommand.ts +++ b/clients/client-mediastore-data/src/commands/DescribeObjectCommand.ts @@ -83,9 +83,6 @@ export class DescribeObjectCommand extends $Command< DescribeObjectCommandOutput, MediaStoreDataClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -99,9 +96,7 @@ export class DescribeObjectCommand extends $Command< * @public */ constructor(readonly input: DescribeObjectCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -154,7 +149,4 @@ export class DescribeObjectCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DescribeObjectCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-mediastore-data/src/commands/GetObjectCommand.ts b/clients/client-mediastore-data/src/commands/GetObjectCommand.ts index 6f2c8ade0408..4e96442435f5 100644 --- a/clients/client-mediastore-data/src/commands/GetObjectCommand.ts +++ b/clients/client-mediastore-data/src/commands/GetObjectCommand.ts @@ -94,9 +94,6 @@ export class GetObjectCommand extends $Command< GetObjectCommandOutput, MediaStoreDataClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -110,9 +107,7 @@ export class GetObjectCommand extends $Command< * @public */ constructor(readonly input: GetObjectCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -166,7 +161,4 @@ export class GetObjectCommand extends $Command< ): Promise { return de_GetObjectCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-mediastore-data/src/commands/ListItemsCommand.ts b/clients/client-mediastore-data/src/commands/ListItemsCommand.ts index c49707f574f5..941d071bc4b5 100644 --- a/clients/client-mediastore-data/src/commands/ListItemsCommand.ts +++ b/clients/client-mediastore-data/src/commands/ListItemsCommand.ts @@ -89,9 +89,6 @@ export class ListItemsCommand extends $Command< ListItemsCommandOutput, MediaStoreDataClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -105,9 +102,7 @@ export class ListItemsCommand extends $Command< * @public */ constructor(readonly input: ListItemsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -158,7 +153,4 @@ export class ListItemsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListItemsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-mediastore-data/src/commands/PutObjectCommand.ts b/clients/client-mediastore-data/src/commands/PutObjectCommand.ts index 9723be9ba768..8e2cc966f422 100644 --- a/clients/client-mediastore-data/src/commands/PutObjectCommand.ts +++ b/clients/client-mediastore-data/src/commands/PutObjectCommand.ts @@ -87,9 +87,6 @@ export class PutObjectCommand extends $Command< PutObjectCommandOutput, MediaStoreDataClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -103,9 +100,7 @@ export class PutObjectCommand extends $Command< * @public */ constructor(readonly input: PutObjectCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -156,7 +151,4 @@ export class PutObjectCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_PutObjectCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-mediastore/package.json b/clients/client-mediastore/package.json index 091000c5ad34..830985401ffb 100644 --- a/clients/client-mediastore/package.json +++ b/clients/client-mediastore/package.json @@ -34,29 +34,29 @@ "@aws-sdk/util-endpoints": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@smithy/config-resolver": "^2.0.16", - "@smithy/fetch-http-handler": "^2.2.4", - "@smithy/hash-node": "^2.0.12", - "@smithy/invalid-dependency": "^2.0.12", - "@smithy/middleware-content-length": "^2.0.14", - "@smithy/middleware-endpoint": "^2.1.3", - "@smithy/middleware-retry": "^2.0.18", - "@smithy/middleware-serde": "^2.0.12", - "@smithy/middleware-stack": "^2.0.6", - "@smithy/node-config-provider": "^2.1.3", - "@smithy/node-http-handler": "^2.1.8", - "@smithy/protocol-http": "^3.0.8", - "@smithy/smithy-client": "^2.1.12", - "@smithy/types": "^2.4.0", - "@smithy/url-parser": "^2.0.12", - "@smithy/util-base64": "^2.0.0", + "@smithy/config-resolver": "^2.0.18", + "@smithy/fetch-http-handler": "^2.2.6", + "@smithy/hash-node": "^2.0.15", + "@smithy/invalid-dependency": "^2.0.13", + "@smithy/middleware-content-length": "^2.0.15", + "@smithy/middleware-endpoint": "^2.2.0", + "@smithy/middleware-retry": "^2.0.20", + "@smithy/middleware-serde": "^2.0.13", + "@smithy/middleware-stack": "^2.0.7", + "@smithy/node-config-provider": "^2.1.5", + "@smithy/node-http-handler": "^2.1.9", + "@smithy/protocol-http": "^3.0.9", + "@smithy/smithy-client": "^2.1.15", + "@smithy/types": "^2.5.0", + "@smithy/url-parser": "^2.0.13", + "@smithy/util-base64": "^2.0.1", "@smithy/util-body-length-browser": "^2.0.0", "@smithy/util-body-length-node": "^2.1.0", - "@smithy/util-defaults-mode-browser": "^2.0.16", - "@smithy/util-defaults-mode-node": "^2.0.21", - "@smithy/util-endpoints": "^1.0.2", - "@smithy/util-retry": "^2.0.5", - "@smithy/util-utf8": "^2.0.0", + "@smithy/util-defaults-mode-browser": "^2.0.19", + "@smithy/util-defaults-mode-node": "^2.0.25", + "@smithy/util-endpoints": "^1.0.4", + "@smithy/util-retry": "^2.0.6", + "@smithy/util-utf8": "^2.0.2", "tslib": "^2.5.0" }, "devDependencies": { diff --git a/clients/client-mediastore/src/commands/CreateContainerCommand.ts b/clients/client-mediastore/src/commands/CreateContainerCommand.ts index 303866e7e753..32574622a772 100644 --- a/clients/client-mediastore/src/commands/CreateContainerCommand.ts +++ b/clients/client-mediastore/src/commands/CreateContainerCommand.ts @@ -94,9 +94,6 @@ export class CreateContainerCommand extends $Command< CreateContainerCommandOutput, MediaStoreClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -110,9 +107,7 @@ export class CreateContainerCommand extends $Command< * @public */ constructor(readonly input: CreateContainerCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -165,7 +160,4 @@ export class CreateContainerCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateContainerCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-mediastore/src/commands/DeleteContainerCommand.ts b/clients/client-mediastore/src/commands/DeleteContainerCommand.ts index 5b46d37f02b3..4a9755a5af2e 100644 --- a/clients/client-mediastore/src/commands/DeleteContainerCommand.ts +++ b/clients/client-mediastore/src/commands/DeleteContainerCommand.ts @@ -80,9 +80,6 @@ export class DeleteContainerCommand extends $Command< DeleteContainerCommandOutput, MediaStoreClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -96,9 +93,7 @@ export class DeleteContainerCommand extends $Command< * @public */ constructor(readonly input: DeleteContainerCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -151,7 +146,4 @@ export class DeleteContainerCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteContainerCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-mediastore/src/commands/DeleteContainerPolicyCommand.ts b/clients/client-mediastore/src/commands/DeleteContainerPolicyCommand.ts index 8b3cb672ace1..3d1be44b117a 100644 --- a/clients/client-mediastore/src/commands/DeleteContainerPolicyCommand.ts +++ b/clients/client-mediastore/src/commands/DeleteContainerPolicyCommand.ts @@ -81,9 +81,6 @@ export class DeleteContainerPolicyCommand extends $Command< DeleteContainerPolicyCommandOutput, MediaStoreClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -97,9 +94,7 @@ export class DeleteContainerPolicyCommand extends $Command< * @public */ constructor(readonly input: DeleteContainerPolicyCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -152,7 +147,4 @@ export class DeleteContainerPolicyCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteContainerPolicyCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-mediastore/src/commands/DeleteCorsPolicyCommand.ts b/clients/client-mediastore/src/commands/DeleteCorsPolicyCommand.ts index 4c0312a045f5..ca59aade4e61 100644 --- a/clients/client-mediastore/src/commands/DeleteCorsPolicyCommand.ts +++ b/clients/client-mediastore/src/commands/DeleteCorsPolicyCommand.ts @@ -85,9 +85,6 @@ export class DeleteCorsPolicyCommand extends $Command< DeleteCorsPolicyCommandOutput, MediaStoreClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -101,9 +98,7 @@ export class DeleteCorsPolicyCommand extends $Command< * @public */ constructor(readonly input: DeleteCorsPolicyCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -156,7 +151,4 @@ export class DeleteCorsPolicyCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteCorsPolicyCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-mediastore/src/commands/DeleteLifecyclePolicyCommand.ts b/clients/client-mediastore/src/commands/DeleteLifecyclePolicyCommand.ts index 20dc16a8daac..38f0aa4dea4b 100644 --- a/clients/client-mediastore/src/commands/DeleteLifecyclePolicyCommand.ts +++ b/clients/client-mediastore/src/commands/DeleteLifecyclePolicyCommand.ts @@ -81,9 +81,6 @@ export class DeleteLifecyclePolicyCommand extends $Command< DeleteLifecyclePolicyCommandOutput, MediaStoreClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -97,9 +94,7 @@ export class DeleteLifecyclePolicyCommand extends $Command< * @public */ constructor(readonly input: DeleteLifecyclePolicyCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -152,7 +147,4 @@ export class DeleteLifecyclePolicyCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteLifecyclePolicyCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-mediastore/src/commands/DeleteMetricPolicyCommand.ts b/clients/client-mediastore/src/commands/DeleteMetricPolicyCommand.ts index 2ce31b98c16e..bd4bf52c3425 100644 --- a/clients/client-mediastore/src/commands/DeleteMetricPolicyCommand.ts +++ b/clients/client-mediastore/src/commands/DeleteMetricPolicyCommand.ts @@ -81,9 +81,6 @@ export class DeleteMetricPolicyCommand extends $Command< DeleteMetricPolicyCommandOutput, MediaStoreClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -97,9 +94,7 @@ export class DeleteMetricPolicyCommand extends $Command< * @public */ constructor(readonly input: DeleteMetricPolicyCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -152,7 +147,4 @@ export class DeleteMetricPolicyCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteMetricPolicyCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-mediastore/src/commands/DescribeContainerCommand.ts b/clients/client-mediastore/src/commands/DescribeContainerCommand.ts index d603b4c6313f..7a20eb67aa63 100644 --- a/clients/client-mediastore/src/commands/DescribeContainerCommand.ts +++ b/clients/client-mediastore/src/commands/DescribeContainerCommand.ts @@ -89,9 +89,6 @@ export class DescribeContainerCommand extends $Command< DescribeContainerCommandOutput, MediaStoreClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -105,9 +102,7 @@ export class DescribeContainerCommand extends $Command< * @public */ constructor(readonly input: DescribeContainerCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -160,7 +155,4 @@ export class DescribeContainerCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DescribeContainerCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-mediastore/src/commands/GetContainerPolicyCommand.ts b/clients/client-mediastore/src/commands/GetContainerPolicyCommand.ts index 788211046e1a..aafd758ad4a9 100644 --- a/clients/client-mediastore/src/commands/GetContainerPolicyCommand.ts +++ b/clients/client-mediastore/src/commands/GetContainerPolicyCommand.ts @@ -85,9 +85,6 @@ export class GetContainerPolicyCommand extends $Command< GetContainerPolicyCommandOutput, MediaStoreClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -101,9 +98,7 @@ export class GetContainerPolicyCommand extends $Command< * @public */ constructor(readonly input: GetContainerPolicyCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -156,7 +151,4 @@ export class GetContainerPolicyCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetContainerPolicyCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-mediastore/src/commands/GetCorsPolicyCommand.ts b/clients/client-mediastore/src/commands/GetCorsPolicyCommand.ts index d45ca093c5cc..5c7586fc269f 100644 --- a/clients/client-mediastore/src/commands/GetCorsPolicyCommand.ts +++ b/clients/client-mediastore/src/commands/GetCorsPolicyCommand.ts @@ -103,9 +103,6 @@ export class GetCorsPolicyCommand extends $Command< GetCorsPolicyCommandOutput, MediaStoreClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -119,9 +116,7 @@ export class GetCorsPolicyCommand extends $Command< * @public */ constructor(readonly input: GetCorsPolicyCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -172,7 +167,4 @@ export class GetCorsPolicyCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetCorsPolicyCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-mediastore/src/commands/GetLifecyclePolicyCommand.ts b/clients/client-mediastore/src/commands/GetLifecyclePolicyCommand.ts index 0df5e7b998b1..ffe26b38bf01 100644 --- a/clients/client-mediastore/src/commands/GetLifecyclePolicyCommand.ts +++ b/clients/client-mediastore/src/commands/GetLifecyclePolicyCommand.ts @@ -83,9 +83,6 @@ export class GetLifecyclePolicyCommand extends $Command< GetLifecyclePolicyCommandOutput, MediaStoreClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -99,9 +96,7 @@ export class GetLifecyclePolicyCommand extends $Command< * @public */ constructor(readonly input: GetLifecyclePolicyCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -154,7 +149,4 @@ export class GetLifecyclePolicyCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetLifecyclePolicyCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-mediastore/src/commands/GetMetricPolicyCommand.ts b/clients/client-mediastore/src/commands/GetMetricPolicyCommand.ts index 05857c050fc7..fb059c0b9227 100644 --- a/clients/client-mediastore/src/commands/GetMetricPolicyCommand.ts +++ b/clients/client-mediastore/src/commands/GetMetricPolicyCommand.ts @@ -91,9 +91,6 @@ export class GetMetricPolicyCommand extends $Command< GetMetricPolicyCommandOutput, MediaStoreClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -107,9 +104,7 @@ export class GetMetricPolicyCommand extends $Command< * @public */ constructor(readonly input: GetMetricPolicyCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -162,7 +157,4 @@ export class GetMetricPolicyCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetMetricPolicyCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-mediastore/src/commands/ListContainersCommand.ts b/clients/client-mediastore/src/commands/ListContainersCommand.ts index 4d1a4fc536fd..667a8c88ddb3 100644 --- a/clients/client-mediastore/src/commands/ListContainersCommand.ts +++ b/clients/client-mediastore/src/commands/ListContainersCommand.ts @@ -92,9 +92,6 @@ export class ListContainersCommand extends $Command< ListContainersCommandOutput, MediaStoreClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -108,9 +105,7 @@ export class ListContainersCommand extends $Command< * @public */ constructor(readonly input: ListContainersCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -163,7 +158,4 @@ export class ListContainersCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListContainersCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-mediastore/src/commands/ListTagsForResourceCommand.ts b/clients/client-mediastore/src/commands/ListTagsForResourceCommand.ts index 9c85236a4fa3..9d35a59f2b5e 100644 --- a/clients/client-mediastore/src/commands/ListTagsForResourceCommand.ts +++ b/clients/client-mediastore/src/commands/ListTagsForResourceCommand.ts @@ -85,9 +85,6 @@ export class ListTagsForResourceCommand extends $Command< ListTagsForResourceCommandOutput, MediaStoreClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -101,9 +98,7 @@ export class ListTagsForResourceCommand extends $Command< * @public */ constructor(readonly input: ListTagsForResourceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -156,7 +151,4 @@ export class ListTagsForResourceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListTagsForResourceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-mediastore/src/commands/PutContainerPolicyCommand.ts b/clients/client-mediastore/src/commands/PutContainerPolicyCommand.ts index 385531834eb3..7fcde3a7a76a 100644 --- a/clients/client-mediastore/src/commands/PutContainerPolicyCommand.ts +++ b/clients/client-mediastore/src/commands/PutContainerPolicyCommand.ts @@ -85,9 +85,6 @@ export class PutContainerPolicyCommand extends $Command< PutContainerPolicyCommandOutput, MediaStoreClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -101,9 +98,7 @@ export class PutContainerPolicyCommand extends $Command< * @public */ constructor(readonly input: PutContainerPolicyCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -156,7 +151,4 @@ export class PutContainerPolicyCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_PutContainerPolicyCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-mediastore/src/commands/PutCorsPolicyCommand.ts b/clients/client-mediastore/src/commands/PutCorsPolicyCommand.ts index c5513b123e0d..4496d83ff0a0 100644 --- a/clients/client-mediastore/src/commands/PutCorsPolicyCommand.ts +++ b/clients/client-mediastore/src/commands/PutCorsPolicyCommand.ts @@ -105,9 +105,6 @@ export class PutCorsPolicyCommand extends $Command< PutCorsPolicyCommandOutput, MediaStoreClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -121,9 +118,7 @@ export class PutCorsPolicyCommand extends $Command< * @public */ constructor(readonly input: PutCorsPolicyCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -174,7 +169,4 @@ export class PutCorsPolicyCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_PutCorsPolicyCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-mediastore/src/commands/PutLifecyclePolicyCommand.ts b/clients/client-mediastore/src/commands/PutLifecyclePolicyCommand.ts index 5a41f2860eea..0438674cd349 100644 --- a/clients/client-mediastore/src/commands/PutLifecyclePolicyCommand.ts +++ b/clients/client-mediastore/src/commands/PutLifecyclePolicyCommand.ts @@ -80,9 +80,6 @@ export class PutLifecyclePolicyCommand extends $Command< PutLifecyclePolicyCommandOutput, MediaStoreClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -96,9 +93,7 @@ export class PutLifecyclePolicyCommand extends $Command< * @public */ constructor(readonly input: PutLifecyclePolicyCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -151,7 +146,4 @@ export class PutLifecyclePolicyCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_PutLifecyclePolicyCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-mediastore/src/commands/PutMetricPolicyCommand.ts b/clients/client-mediastore/src/commands/PutMetricPolicyCommand.ts index 8f10fc3b4fc8..481592ac2acf 100644 --- a/clients/client-mediastore/src/commands/PutMetricPolicyCommand.ts +++ b/clients/client-mediastore/src/commands/PutMetricPolicyCommand.ts @@ -87,9 +87,6 @@ export class PutMetricPolicyCommand extends $Command< PutMetricPolicyCommandOutput, MediaStoreClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -103,9 +100,7 @@ export class PutMetricPolicyCommand extends $Command< * @public */ constructor(readonly input: PutMetricPolicyCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -158,7 +153,4 @@ export class PutMetricPolicyCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_PutMetricPolicyCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-mediastore/src/commands/StartAccessLoggingCommand.ts b/clients/client-mediastore/src/commands/StartAccessLoggingCommand.ts index 7ec385ab763c..c1164a92b08f 100644 --- a/clients/client-mediastore/src/commands/StartAccessLoggingCommand.ts +++ b/clients/client-mediastore/src/commands/StartAccessLoggingCommand.ts @@ -78,9 +78,6 @@ export class StartAccessLoggingCommand extends $Command< StartAccessLoggingCommandOutput, MediaStoreClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -94,9 +91,7 @@ export class StartAccessLoggingCommand extends $Command< * @public */ constructor(readonly input: StartAccessLoggingCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -149,7 +144,4 @@ export class StartAccessLoggingCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_StartAccessLoggingCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-mediastore/src/commands/StopAccessLoggingCommand.ts b/clients/client-mediastore/src/commands/StopAccessLoggingCommand.ts index ce0a24245556..9ef051f6388c 100644 --- a/clients/client-mediastore/src/commands/StopAccessLoggingCommand.ts +++ b/clients/client-mediastore/src/commands/StopAccessLoggingCommand.ts @@ -78,9 +78,6 @@ export class StopAccessLoggingCommand extends $Command< StopAccessLoggingCommandOutput, MediaStoreClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -94,9 +91,7 @@ export class StopAccessLoggingCommand extends $Command< * @public */ constructor(readonly input: StopAccessLoggingCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -149,7 +144,4 @@ export class StopAccessLoggingCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_StopAccessLoggingCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-mediastore/src/commands/TagResourceCommand.ts b/clients/client-mediastore/src/commands/TagResourceCommand.ts index 8fe5a62d3245..1d9eacf54f62 100644 --- a/clients/client-mediastore/src/commands/TagResourceCommand.ts +++ b/clients/client-mediastore/src/commands/TagResourceCommand.ts @@ -86,9 +86,6 @@ export class TagResourceCommand extends $Command< TagResourceCommandOutput, MediaStoreClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -102,9 +99,7 @@ export class TagResourceCommand extends $Command< * @public */ constructor(readonly input: TagResourceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -155,7 +150,4 @@ export class TagResourceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_TagResourceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-mediastore/src/commands/UntagResourceCommand.ts b/clients/client-mediastore/src/commands/UntagResourceCommand.ts index 7b8447e9ba52..0aafba141ecb 100644 --- a/clients/client-mediastore/src/commands/UntagResourceCommand.ts +++ b/clients/client-mediastore/src/commands/UntagResourceCommand.ts @@ -81,9 +81,6 @@ export class UntagResourceCommand extends $Command< UntagResourceCommandOutput, MediaStoreClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -97,9 +94,7 @@ export class UntagResourceCommand extends $Command< * @public */ constructor(readonly input: UntagResourceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -150,7 +145,4 @@ export class UntagResourceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UntagResourceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-mediatailor/package.json b/clients/client-mediatailor/package.json index 082fa5171d52..e1298e261a24 100644 --- a/clients/client-mediatailor/package.json +++ b/clients/client-mediatailor/package.json @@ -34,29 +34,29 @@ "@aws-sdk/util-endpoints": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@smithy/config-resolver": "^2.0.16", - "@smithy/fetch-http-handler": "^2.2.4", - "@smithy/hash-node": "^2.0.12", - "@smithy/invalid-dependency": "^2.0.12", - "@smithy/middleware-content-length": "^2.0.14", - "@smithy/middleware-endpoint": "^2.1.3", - "@smithy/middleware-retry": "^2.0.18", - "@smithy/middleware-serde": "^2.0.12", - "@smithy/middleware-stack": "^2.0.6", - "@smithy/node-config-provider": "^2.1.3", - "@smithy/node-http-handler": "^2.1.8", - "@smithy/protocol-http": "^3.0.8", - "@smithy/smithy-client": "^2.1.12", - "@smithy/types": "^2.4.0", - "@smithy/url-parser": "^2.0.12", - "@smithy/util-base64": "^2.0.0", + "@smithy/config-resolver": "^2.0.18", + "@smithy/fetch-http-handler": "^2.2.6", + "@smithy/hash-node": "^2.0.15", + "@smithy/invalid-dependency": "^2.0.13", + "@smithy/middleware-content-length": "^2.0.15", + "@smithy/middleware-endpoint": "^2.2.0", + "@smithy/middleware-retry": "^2.0.20", + "@smithy/middleware-serde": "^2.0.13", + "@smithy/middleware-stack": "^2.0.7", + "@smithy/node-config-provider": "^2.1.5", + "@smithy/node-http-handler": "^2.1.9", + "@smithy/protocol-http": "^3.0.9", + "@smithy/smithy-client": "^2.1.15", + "@smithy/types": "^2.5.0", + "@smithy/url-parser": "^2.0.13", + "@smithy/util-base64": "^2.0.1", "@smithy/util-body-length-browser": "^2.0.0", "@smithy/util-body-length-node": "^2.1.0", - "@smithy/util-defaults-mode-browser": "^2.0.16", - "@smithy/util-defaults-mode-node": "^2.0.21", - "@smithy/util-endpoints": "^1.0.2", - "@smithy/util-retry": "^2.0.5", - "@smithy/util-utf8": "^2.0.0", + "@smithy/util-defaults-mode-browser": "^2.0.19", + "@smithy/util-defaults-mode-node": "^2.0.25", + "@smithy/util-endpoints": "^1.0.4", + "@smithy/util-retry": "^2.0.6", + "@smithy/util-utf8": "^2.0.2", "tslib": "^2.5.0" }, "devDependencies": { diff --git a/clients/client-mediatailor/src/commands/ConfigureLogsForChannelCommand.ts b/clients/client-mediatailor/src/commands/ConfigureLogsForChannelCommand.ts index 8bf7edbb082e..d6d9f83dde80 100644 --- a/clients/client-mediatailor/src/commands/ConfigureLogsForChannelCommand.ts +++ b/clients/client-mediatailor/src/commands/ConfigureLogsForChannelCommand.ts @@ -76,9 +76,6 @@ export class ConfigureLogsForChannelCommand extends $Command< ConfigureLogsForChannelCommandOutput, MediaTailorClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -92,9 +89,7 @@ export class ConfigureLogsForChannelCommand extends $Command< * @public */ constructor(readonly input: ConfigureLogsForChannelCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -147,7 +142,4 @@ export class ConfigureLogsForChannelCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ConfigureLogsForChannelCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-mediatailor/src/commands/ConfigureLogsForPlaybackConfigurationCommand.ts b/clients/client-mediatailor/src/commands/ConfigureLogsForPlaybackConfigurationCommand.ts index 0ff22f8cf457..a732064e4618 100644 --- a/clients/client-mediatailor/src/commands/ConfigureLogsForPlaybackConfigurationCommand.ts +++ b/clients/client-mediatailor/src/commands/ConfigureLogsForPlaybackConfigurationCommand.ts @@ -81,9 +81,6 @@ export class ConfigureLogsForPlaybackConfigurationCommand extends $Command< ConfigureLogsForPlaybackConfigurationCommandOutput, MediaTailorClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -97,9 +94,7 @@ export class ConfigureLogsForPlaybackConfigurationCommand extends $Command< * @public */ constructor(readonly input: ConfigureLogsForPlaybackConfigurationCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -158,7 +153,4 @@ export class ConfigureLogsForPlaybackConfigurationCommand extends $Command< ): Promise { return de_ConfigureLogsForPlaybackConfigurationCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-mediatailor/src/commands/CreateChannelCommand.ts b/clients/client-mediatailor/src/commands/CreateChannelCommand.ts index 82d142785ed9..fe29012ca668 100644 --- a/clients/client-mediatailor/src/commands/CreateChannelCommand.ts +++ b/clients/client-mediatailor/src/commands/CreateChannelCommand.ts @@ -129,9 +129,6 @@ export class CreateChannelCommand extends $Command< CreateChannelCommandOutput, MediaTailorClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -145,9 +142,7 @@ export class CreateChannelCommand extends $Command< * @public */ constructor(readonly input: CreateChannelCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -198,7 +193,4 @@ export class CreateChannelCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateChannelCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-mediatailor/src/commands/CreateLiveSourceCommand.ts b/clients/client-mediatailor/src/commands/CreateLiveSourceCommand.ts index 8f61a56e5de3..e7e7b0085d98 100644 --- a/clients/client-mediatailor/src/commands/CreateLiveSourceCommand.ts +++ b/clients/client-mediatailor/src/commands/CreateLiveSourceCommand.ts @@ -95,9 +95,6 @@ export class CreateLiveSourceCommand extends $Command< CreateLiveSourceCommandOutput, MediaTailorClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -111,9 +108,7 @@ export class CreateLiveSourceCommand extends $Command< * @public */ constructor(readonly input: CreateLiveSourceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -166,7 +161,4 @@ export class CreateLiveSourceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateLiveSourceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-mediatailor/src/commands/CreatePrefetchScheduleCommand.ts b/clients/client-mediatailor/src/commands/CreatePrefetchScheduleCommand.ts index c88787079cc1..ff1df66d28bf 100644 --- a/clients/client-mediatailor/src/commands/CreatePrefetchScheduleCommand.ts +++ b/clients/client-mediatailor/src/commands/CreatePrefetchScheduleCommand.ts @@ -109,9 +109,6 @@ export class CreatePrefetchScheduleCommand extends $Command< CreatePrefetchScheduleCommandOutput, MediaTailorClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -125,9 +122,7 @@ export class CreatePrefetchScheduleCommand extends $Command< * @public */ constructor(readonly input: CreatePrefetchScheduleCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -180,7 +175,4 @@ export class CreatePrefetchScheduleCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreatePrefetchScheduleCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-mediatailor/src/commands/CreateProgramCommand.ts b/clients/client-mediatailor/src/commands/CreateProgramCommand.ts index f841388177c5..82eae94a4962 100644 --- a/clients/client-mediatailor/src/commands/CreateProgramCommand.ts +++ b/clients/client-mediatailor/src/commands/CreateProgramCommand.ts @@ -169,9 +169,6 @@ export class CreateProgramCommand extends $Command< CreateProgramCommandOutput, MediaTailorClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -185,9 +182,7 @@ export class CreateProgramCommand extends $Command< * @public */ constructor(readonly input: CreateProgramCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -238,7 +233,4 @@ export class CreateProgramCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateProgramCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-mediatailor/src/commands/CreateSourceLocationCommand.ts b/clients/client-mediatailor/src/commands/CreateSourceLocationCommand.ts index 13d9a4dba8bb..5df675dbc249 100644 --- a/clients/client-mediatailor/src/commands/CreateSourceLocationCommand.ts +++ b/clients/client-mediatailor/src/commands/CreateSourceLocationCommand.ts @@ -119,9 +119,6 @@ export class CreateSourceLocationCommand extends $Command< CreateSourceLocationCommandOutput, MediaTailorClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -135,9 +132,7 @@ export class CreateSourceLocationCommand extends $Command< * @public */ constructor(readonly input: CreateSourceLocationCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -190,7 +185,4 @@ export class CreateSourceLocationCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateSourceLocationCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-mediatailor/src/commands/CreateVodSourceCommand.ts b/clients/client-mediatailor/src/commands/CreateVodSourceCommand.ts index a1e0ea34685a..f287f0710204 100644 --- a/clients/client-mediatailor/src/commands/CreateVodSourceCommand.ts +++ b/clients/client-mediatailor/src/commands/CreateVodSourceCommand.ts @@ -95,9 +95,6 @@ export class CreateVodSourceCommand extends $Command< CreateVodSourceCommandOutput, MediaTailorClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -111,9 +108,7 @@ export class CreateVodSourceCommand extends $Command< * @public */ constructor(readonly input: CreateVodSourceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -166,7 +161,4 @@ export class CreateVodSourceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateVodSourceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-mediatailor/src/commands/DeleteChannelCommand.ts b/clients/client-mediatailor/src/commands/DeleteChannelCommand.ts index 59ae345abc23..b6beb5bdd602 100644 --- a/clients/client-mediatailor/src/commands/DeleteChannelCommand.ts +++ b/clients/client-mediatailor/src/commands/DeleteChannelCommand.ts @@ -68,9 +68,6 @@ export class DeleteChannelCommand extends $Command< DeleteChannelCommandOutput, MediaTailorClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -84,9 +81,7 @@ export class DeleteChannelCommand extends $Command< * @public */ constructor(readonly input: DeleteChannelCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -137,7 +132,4 @@ export class DeleteChannelCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteChannelCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-mediatailor/src/commands/DeleteChannelPolicyCommand.ts b/clients/client-mediatailor/src/commands/DeleteChannelPolicyCommand.ts index e0269ced726b..886f72265de6 100644 --- a/clients/client-mediatailor/src/commands/DeleteChannelPolicyCommand.ts +++ b/clients/client-mediatailor/src/commands/DeleteChannelPolicyCommand.ts @@ -68,9 +68,6 @@ export class DeleteChannelPolicyCommand extends $Command< DeleteChannelPolicyCommandOutput, MediaTailorClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -84,9 +81,7 @@ export class DeleteChannelPolicyCommand extends $Command< * @public */ constructor(readonly input: DeleteChannelPolicyCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -139,7 +134,4 @@ export class DeleteChannelPolicyCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteChannelPolicyCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-mediatailor/src/commands/DeleteLiveSourceCommand.ts b/clients/client-mediatailor/src/commands/DeleteLiveSourceCommand.ts index 441b23855afd..d1fdf6abc825 100644 --- a/clients/client-mediatailor/src/commands/DeleteLiveSourceCommand.ts +++ b/clients/client-mediatailor/src/commands/DeleteLiveSourceCommand.ts @@ -69,9 +69,6 @@ export class DeleteLiveSourceCommand extends $Command< DeleteLiveSourceCommandOutput, MediaTailorClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -85,9 +82,7 @@ export class DeleteLiveSourceCommand extends $Command< * @public */ constructor(readonly input: DeleteLiveSourceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -140,7 +135,4 @@ export class DeleteLiveSourceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteLiveSourceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-mediatailor/src/commands/DeletePlaybackConfigurationCommand.ts b/clients/client-mediatailor/src/commands/DeletePlaybackConfigurationCommand.ts index fc6fc0b798ad..027498160bea 100644 --- a/clients/client-mediatailor/src/commands/DeletePlaybackConfigurationCommand.ts +++ b/clients/client-mediatailor/src/commands/DeletePlaybackConfigurationCommand.ts @@ -73,9 +73,6 @@ export class DeletePlaybackConfigurationCommand extends $Command< DeletePlaybackConfigurationCommandOutput, MediaTailorClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -89,9 +86,7 @@ export class DeletePlaybackConfigurationCommand extends $Command< * @public */ constructor(readonly input: DeletePlaybackConfigurationCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -147,7 +142,4 @@ export class DeletePlaybackConfigurationCommand extends $Command< ): Promise { return de_DeletePlaybackConfigurationCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-mediatailor/src/commands/DeletePrefetchScheduleCommand.ts b/clients/client-mediatailor/src/commands/DeletePrefetchScheduleCommand.ts index ae41ce3d4626..6d4f94aa3db9 100644 --- a/clients/client-mediatailor/src/commands/DeletePrefetchScheduleCommand.ts +++ b/clients/client-mediatailor/src/commands/DeletePrefetchScheduleCommand.ts @@ -69,9 +69,6 @@ export class DeletePrefetchScheduleCommand extends $Command< DeletePrefetchScheduleCommandOutput, MediaTailorClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -85,9 +82,7 @@ export class DeletePrefetchScheduleCommand extends $Command< * @public */ constructor(readonly input: DeletePrefetchScheduleCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -140,7 +135,4 @@ export class DeletePrefetchScheduleCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeletePrefetchScheduleCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-mediatailor/src/commands/DeleteProgramCommand.ts b/clients/client-mediatailor/src/commands/DeleteProgramCommand.ts index 5bfa83dfc6b1..809090064622 100644 --- a/clients/client-mediatailor/src/commands/DeleteProgramCommand.ts +++ b/clients/client-mediatailor/src/commands/DeleteProgramCommand.ts @@ -69,9 +69,6 @@ export class DeleteProgramCommand extends $Command< DeleteProgramCommandOutput, MediaTailorClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -85,9 +82,7 @@ export class DeleteProgramCommand extends $Command< * @public */ constructor(readonly input: DeleteProgramCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -138,7 +133,4 @@ export class DeleteProgramCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteProgramCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-mediatailor/src/commands/DeleteSourceLocationCommand.ts b/clients/client-mediatailor/src/commands/DeleteSourceLocationCommand.ts index 8a981771849d..4698bd95c0ff 100644 --- a/clients/client-mediatailor/src/commands/DeleteSourceLocationCommand.ts +++ b/clients/client-mediatailor/src/commands/DeleteSourceLocationCommand.ts @@ -68,9 +68,6 @@ export class DeleteSourceLocationCommand extends $Command< DeleteSourceLocationCommandOutput, MediaTailorClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -84,9 +81,7 @@ export class DeleteSourceLocationCommand extends $Command< * @public */ constructor(readonly input: DeleteSourceLocationCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -139,7 +134,4 @@ export class DeleteSourceLocationCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteSourceLocationCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-mediatailor/src/commands/DeleteVodSourceCommand.ts b/clients/client-mediatailor/src/commands/DeleteVodSourceCommand.ts index cce12711b5f3..eea8728e2a23 100644 --- a/clients/client-mediatailor/src/commands/DeleteVodSourceCommand.ts +++ b/clients/client-mediatailor/src/commands/DeleteVodSourceCommand.ts @@ -69,9 +69,6 @@ export class DeleteVodSourceCommand extends $Command< DeleteVodSourceCommandOutput, MediaTailorClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -85,9 +82,7 @@ export class DeleteVodSourceCommand extends $Command< * @public */ constructor(readonly input: DeleteVodSourceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -140,7 +135,4 @@ export class DeleteVodSourceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteVodSourceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-mediatailor/src/commands/DescribeChannelCommand.ts b/clients/client-mediatailor/src/commands/DescribeChannelCommand.ts index b870ebe6221a..39304e19a89a 100644 --- a/clients/client-mediatailor/src/commands/DescribeChannelCommand.ts +++ b/clients/client-mediatailor/src/commands/DescribeChannelCommand.ts @@ -107,9 +107,6 @@ export class DescribeChannelCommand extends $Command< DescribeChannelCommandOutput, MediaTailorClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -123,9 +120,7 @@ export class DescribeChannelCommand extends $Command< * @public */ constructor(readonly input: DescribeChannelCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -178,7 +173,4 @@ export class DescribeChannelCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DescribeChannelCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-mediatailor/src/commands/DescribeLiveSourceCommand.ts b/clients/client-mediatailor/src/commands/DescribeLiveSourceCommand.ts index cc56485b3a4f..09cb8be7ed99 100644 --- a/clients/client-mediatailor/src/commands/DescribeLiveSourceCommand.ts +++ b/clients/client-mediatailor/src/commands/DescribeLiveSourceCommand.ts @@ -85,9 +85,6 @@ export class DescribeLiveSourceCommand extends $Command< DescribeLiveSourceCommandOutput, MediaTailorClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -101,9 +98,7 @@ export class DescribeLiveSourceCommand extends $Command< * @public */ constructor(readonly input: DescribeLiveSourceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -156,7 +151,4 @@ export class DescribeLiveSourceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DescribeLiveSourceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-mediatailor/src/commands/DescribeProgramCommand.ts b/clients/client-mediatailor/src/commands/DescribeProgramCommand.ts index ae3b2d35a470..fadcb174749a 100644 --- a/clients/client-mediatailor/src/commands/DescribeProgramCommand.ts +++ b/clients/client-mediatailor/src/commands/DescribeProgramCommand.ts @@ -118,9 +118,6 @@ export class DescribeProgramCommand extends $Command< DescribeProgramCommandOutput, MediaTailorClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -134,9 +131,7 @@ export class DescribeProgramCommand extends $Command< * @public */ constructor(readonly input: DescribeProgramCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -189,7 +184,4 @@ export class DescribeProgramCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DescribeProgramCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-mediatailor/src/commands/DescribeSourceLocationCommand.ts b/clients/client-mediatailor/src/commands/DescribeSourceLocationCommand.ts index 59080205f487..5854c0200712 100644 --- a/clients/client-mediatailor/src/commands/DescribeSourceLocationCommand.ts +++ b/clients/client-mediatailor/src/commands/DescribeSourceLocationCommand.ts @@ -96,9 +96,6 @@ export class DescribeSourceLocationCommand extends $Command< DescribeSourceLocationCommandOutput, MediaTailorClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -112,9 +109,7 @@ export class DescribeSourceLocationCommand extends $Command< * @public */ constructor(readonly input: DescribeSourceLocationCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -167,7 +162,4 @@ export class DescribeSourceLocationCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DescribeSourceLocationCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-mediatailor/src/commands/DescribeVodSourceCommand.ts b/clients/client-mediatailor/src/commands/DescribeVodSourceCommand.ts index bd55a5011d24..6bf6fc0f7859 100644 --- a/clients/client-mediatailor/src/commands/DescribeVodSourceCommand.ts +++ b/clients/client-mediatailor/src/commands/DescribeVodSourceCommand.ts @@ -90,9 +90,6 @@ export class DescribeVodSourceCommand extends $Command< DescribeVodSourceCommandOutput, MediaTailorClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -106,9 +103,7 @@ export class DescribeVodSourceCommand extends $Command< * @public */ constructor(readonly input: DescribeVodSourceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -161,7 +156,4 @@ export class DescribeVodSourceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DescribeVodSourceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-mediatailor/src/commands/GetChannelPolicyCommand.ts b/clients/client-mediatailor/src/commands/GetChannelPolicyCommand.ts index 8f9031335b54..5ef463f33b27 100644 --- a/clients/client-mediatailor/src/commands/GetChannelPolicyCommand.ts +++ b/clients/client-mediatailor/src/commands/GetChannelPolicyCommand.ts @@ -70,9 +70,6 @@ export class GetChannelPolicyCommand extends $Command< GetChannelPolicyCommandOutput, MediaTailorClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -86,9 +83,7 @@ export class GetChannelPolicyCommand extends $Command< * @public */ constructor(readonly input: GetChannelPolicyCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -141,7 +136,4 @@ export class GetChannelPolicyCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetChannelPolicyCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-mediatailor/src/commands/GetChannelScheduleCommand.ts b/clients/client-mediatailor/src/commands/GetChannelScheduleCommand.ts index 50f9d56e8350..f6a29dad84b8 100644 --- a/clients/client-mediatailor/src/commands/GetChannelScheduleCommand.ts +++ b/clients/client-mediatailor/src/commands/GetChannelScheduleCommand.ts @@ -94,9 +94,6 @@ export class GetChannelScheduleCommand extends $Command< GetChannelScheduleCommandOutput, MediaTailorClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -110,9 +107,7 @@ export class GetChannelScheduleCommand extends $Command< * @public */ constructor(readonly input: GetChannelScheduleCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -165,7 +160,4 @@ export class GetChannelScheduleCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetChannelScheduleCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-mediatailor/src/commands/GetPlaybackConfigurationCommand.ts b/clients/client-mediatailor/src/commands/GetPlaybackConfigurationCommand.ts index a564fc6f7ea7..b4f94da387f8 100644 --- a/clients/client-mediatailor/src/commands/GetPlaybackConfigurationCommand.ts +++ b/clients/client-mediatailor/src/commands/GetPlaybackConfigurationCommand.ts @@ -119,9 +119,6 @@ export class GetPlaybackConfigurationCommand extends $Command< GetPlaybackConfigurationCommandOutput, MediaTailorClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -135,9 +132,7 @@ export class GetPlaybackConfigurationCommand extends $Command< * @public */ constructor(readonly input: GetPlaybackConfigurationCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -190,7 +185,4 @@ export class GetPlaybackConfigurationCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetPlaybackConfigurationCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-mediatailor/src/commands/GetPrefetchScheduleCommand.ts b/clients/client-mediatailor/src/commands/GetPrefetchScheduleCommand.ts index 516c26d13eb6..ededc3e45629 100644 --- a/clients/client-mediatailor/src/commands/GetPrefetchScheduleCommand.ts +++ b/clients/client-mediatailor/src/commands/GetPrefetchScheduleCommand.ts @@ -91,9 +91,6 @@ export class GetPrefetchScheduleCommand extends $Command< GetPrefetchScheduleCommandOutput, MediaTailorClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -107,9 +104,7 @@ export class GetPrefetchScheduleCommand extends $Command< * @public */ constructor(readonly input: GetPrefetchScheduleCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -162,7 +157,4 @@ export class GetPrefetchScheduleCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetPrefetchScheduleCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-mediatailor/src/commands/ListAlertsCommand.ts b/clients/client-mediatailor/src/commands/ListAlertsCommand.ts index 2a2666200b1e..469618ed1eb3 100644 --- a/clients/client-mediatailor/src/commands/ListAlertsCommand.ts +++ b/clients/client-mediatailor/src/commands/ListAlertsCommand.ts @@ -84,9 +84,6 @@ export class ListAlertsCommand extends $Command< ListAlertsCommandOutput, MediaTailorClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -100,9 +97,7 @@ export class ListAlertsCommand extends $Command< * @public */ constructor(readonly input: ListAlertsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -153,7 +148,4 @@ export class ListAlertsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListAlertsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-mediatailor/src/commands/ListChannelsCommand.ts b/clients/client-mediatailor/src/commands/ListChannelsCommand.ts index be86fb162832..4d35b8647fcf 100644 --- a/clients/client-mediatailor/src/commands/ListChannelsCommand.ts +++ b/clients/client-mediatailor/src/commands/ListChannelsCommand.ts @@ -113,9 +113,6 @@ export class ListChannelsCommand extends $Command< ListChannelsCommandOutput, MediaTailorClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -129,9 +126,7 @@ export class ListChannelsCommand extends $Command< * @public */ constructor(readonly input: ListChannelsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -182,7 +177,4 @@ export class ListChannelsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListChannelsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-mediatailor/src/commands/ListLiveSourcesCommand.ts b/clients/client-mediatailor/src/commands/ListLiveSourcesCommand.ts index 1c3a3f6f0094..c0f614d83645 100644 --- a/clients/client-mediatailor/src/commands/ListLiveSourcesCommand.ts +++ b/clients/client-mediatailor/src/commands/ListLiveSourcesCommand.ts @@ -91,9 +91,6 @@ export class ListLiveSourcesCommand extends $Command< ListLiveSourcesCommandOutput, MediaTailorClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -107,9 +104,7 @@ export class ListLiveSourcesCommand extends $Command< * @public */ constructor(readonly input: ListLiveSourcesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -162,7 +157,4 @@ export class ListLiveSourcesCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListLiveSourcesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-mediatailor/src/commands/ListPlaybackConfigurationsCommand.ts b/clients/client-mediatailor/src/commands/ListPlaybackConfigurationsCommand.ts index cd7e22967be1..c0d483e37260 100644 --- a/clients/client-mediatailor/src/commands/ListPlaybackConfigurationsCommand.ts +++ b/clients/client-mediatailor/src/commands/ListPlaybackConfigurationsCommand.ts @@ -125,9 +125,6 @@ export class ListPlaybackConfigurationsCommand extends $Command< ListPlaybackConfigurationsCommandOutput, MediaTailorClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -141,9 +138,7 @@ export class ListPlaybackConfigurationsCommand extends $Command< * @public */ constructor(readonly input: ListPlaybackConfigurationsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -199,7 +194,4 @@ export class ListPlaybackConfigurationsCommand extends $Command< ): Promise { return de_ListPlaybackConfigurationsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-mediatailor/src/commands/ListPrefetchSchedulesCommand.ts b/clients/client-mediatailor/src/commands/ListPrefetchSchedulesCommand.ts index 885987b4e4be..30126bbd7c65 100644 --- a/clients/client-mediatailor/src/commands/ListPrefetchSchedulesCommand.ts +++ b/clients/client-mediatailor/src/commands/ListPrefetchSchedulesCommand.ts @@ -98,9 +98,6 @@ export class ListPrefetchSchedulesCommand extends $Command< ListPrefetchSchedulesCommandOutput, MediaTailorClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -114,9 +111,7 @@ export class ListPrefetchSchedulesCommand extends $Command< * @public */ constructor(readonly input: ListPrefetchSchedulesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -169,7 +164,4 @@ export class ListPrefetchSchedulesCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListPrefetchSchedulesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-mediatailor/src/commands/ListSourceLocationsCommand.ts b/clients/client-mediatailor/src/commands/ListSourceLocationsCommand.ts index 323491216eb8..0d889880108d 100644 --- a/clients/client-mediatailor/src/commands/ListSourceLocationsCommand.ts +++ b/clients/client-mediatailor/src/commands/ListSourceLocationsCommand.ts @@ -102,9 +102,6 @@ export class ListSourceLocationsCommand extends $Command< ListSourceLocationsCommandOutput, MediaTailorClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -118,9 +115,7 @@ export class ListSourceLocationsCommand extends $Command< * @public */ constructor(readonly input: ListSourceLocationsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -173,7 +168,4 @@ export class ListSourceLocationsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListSourceLocationsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-mediatailor/src/commands/ListTagsForResourceCommand.ts b/clients/client-mediatailor/src/commands/ListTagsForResourceCommand.ts index e40e54cda29b..004ea319c7ce 100644 --- a/clients/client-mediatailor/src/commands/ListTagsForResourceCommand.ts +++ b/clients/client-mediatailor/src/commands/ListTagsForResourceCommand.ts @@ -75,9 +75,6 @@ export class ListTagsForResourceCommand extends $Command< ListTagsForResourceCommandOutput, MediaTailorClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -91,9 +88,7 @@ export class ListTagsForResourceCommand extends $Command< * @public */ constructor(readonly input: ListTagsForResourceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -146,7 +141,4 @@ export class ListTagsForResourceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListTagsForResourceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-mediatailor/src/commands/ListVodSourcesCommand.ts b/clients/client-mediatailor/src/commands/ListVodSourcesCommand.ts index 344b306dd7fd..bd269360e7db 100644 --- a/clients/client-mediatailor/src/commands/ListVodSourcesCommand.ts +++ b/clients/client-mediatailor/src/commands/ListVodSourcesCommand.ts @@ -91,9 +91,6 @@ export class ListVodSourcesCommand extends $Command< ListVodSourcesCommandOutput, MediaTailorClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -107,9 +104,7 @@ export class ListVodSourcesCommand extends $Command< * @public */ constructor(readonly input: ListVodSourcesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -162,7 +157,4 @@ export class ListVodSourcesCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListVodSourcesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-mediatailor/src/commands/PutChannelPolicyCommand.ts b/clients/client-mediatailor/src/commands/PutChannelPolicyCommand.ts index ede4356d7c07..63450811a4ce 100644 --- a/clients/client-mediatailor/src/commands/PutChannelPolicyCommand.ts +++ b/clients/client-mediatailor/src/commands/PutChannelPolicyCommand.ts @@ -69,9 +69,6 @@ export class PutChannelPolicyCommand extends $Command< PutChannelPolicyCommandOutput, MediaTailorClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -85,9 +82,7 @@ export class PutChannelPolicyCommand extends $Command< * @public */ constructor(readonly input: PutChannelPolicyCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -140,7 +135,4 @@ export class PutChannelPolicyCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_PutChannelPolicyCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-mediatailor/src/commands/PutPlaybackConfigurationCommand.ts b/clients/client-mediatailor/src/commands/PutPlaybackConfigurationCommand.ts index fc281f85b919..04391fd5fb26 100644 --- a/clients/client-mediatailor/src/commands/PutPlaybackConfigurationCommand.ts +++ b/clients/client-mediatailor/src/commands/PutPlaybackConfigurationCommand.ts @@ -158,9 +158,6 @@ export class PutPlaybackConfigurationCommand extends $Command< PutPlaybackConfigurationCommandOutput, MediaTailorClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -174,9 +171,7 @@ export class PutPlaybackConfigurationCommand extends $Command< * @public */ constructor(readonly input: PutPlaybackConfigurationCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -229,7 +224,4 @@ export class PutPlaybackConfigurationCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_PutPlaybackConfigurationCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-mediatailor/src/commands/StartChannelCommand.ts b/clients/client-mediatailor/src/commands/StartChannelCommand.ts index 4ca654920b70..494ab9b73610 100644 --- a/clients/client-mediatailor/src/commands/StartChannelCommand.ts +++ b/clients/client-mediatailor/src/commands/StartChannelCommand.ts @@ -68,9 +68,6 @@ export class StartChannelCommand extends $Command< StartChannelCommandOutput, MediaTailorClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -84,9 +81,7 @@ export class StartChannelCommand extends $Command< * @public */ constructor(readonly input: StartChannelCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -137,7 +132,4 @@ export class StartChannelCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_StartChannelCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-mediatailor/src/commands/StopChannelCommand.ts b/clients/client-mediatailor/src/commands/StopChannelCommand.ts index a030d1ebc043..2049e33d44d5 100644 --- a/clients/client-mediatailor/src/commands/StopChannelCommand.ts +++ b/clients/client-mediatailor/src/commands/StopChannelCommand.ts @@ -68,9 +68,6 @@ export class StopChannelCommand extends $Command< StopChannelCommandOutput, MediaTailorClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -84,9 +81,7 @@ export class StopChannelCommand extends $Command< * @public */ constructor(readonly input: StopChannelCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -137,7 +132,4 @@ export class StopChannelCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_StopChannelCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-mediatailor/src/commands/TagResourceCommand.ts b/clients/client-mediatailor/src/commands/TagResourceCommand.ts index 77f76640ebb8..f1f28df3d3c5 100644 --- a/clients/client-mediatailor/src/commands/TagResourceCommand.ts +++ b/clients/client-mediatailor/src/commands/TagResourceCommand.ts @@ -74,9 +74,6 @@ export class TagResourceCommand extends $Command< TagResourceCommandOutput, MediaTailorClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -90,9 +87,7 @@ export class TagResourceCommand extends $Command< * @public */ constructor(readonly input: TagResourceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -143,7 +138,4 @@ export class TagResourceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_TagResourceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-mediatailor/src/commands/UntagResourceCommand.ts b/clients/client-mediatailor/src/commands/UntagResourceCommand.ts index 69c6c63506e4..07c0d2369eff 100644 --- a/clients/client-mediatailor/src/commands/UntagResourceCommand.ts +++ b/clients/client-mediatailor/src/commands/UntagResourceCommand.ts @@ -74,9 +74,6 @@ export class UntagResourceCommand extends $Command< UntagResourceCommandOutput, MediaTailorClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -90,9 +87,7 @@ export class UntagResourceCommand extends $Command< * @public */ constructor(readonly input: UntagResourceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -143,7 +138,4 @@ export class UntagResourceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UntagResourceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-mediatailor/src/commands/UpdateChannelCommand.ts b/clients/client-mediatailor/src/commands/UpdateChannelCommand.ts index b4f015b821b2..4bebedbda354 100644 --- a/clients/client-mediatailor/src/commands/UpdateChannelCommand.ts +++ b/clients/client-mediatailor/src/commands/UpdateChannelCommand.ts @@ -124,9 +124,6 @@ export class UpdateChannelCommand extends $Command< UpdateChannelCommandOutput, MediaTailorClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -140,9 +137,7 @@ export class UpdateChannelCommand extends $Command< * @public */ constructor(readonly input: UpdateChannelCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -193,7 +188,4 @@ export class UpdateChannelCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdateChannelCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-mediatailor/src/commands/UpdateLiveSourceCommand.ts b/clients/client-mediatailor/src/commands/UpdateLiveSourceCommand.ts index 40865addcef4..3ea0a5773fcb 100644 --- a/clients/client-mediatailor/src/commands/UpdateLiveSourceCommand.ts +++ b/clients/client-mediatailor/src/commands/UpdateLiveSourceCommand.ts @@ -92,9 +92,6 @@ export class UpdateLiveSourceCommand extends $Command< UpdateLiveSourceCommandOutput, MediaTailorClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -108,9 +105,7 @@ export class UpdateLiveSourceCommand extends $Command< * @public */ constructor(readonly input: UpdateLiveSourceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -163,7 +158,4 @@ export class UpdateLiveSourceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdateLiveSourceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-mediatailor/src/commands/UpdateProgramCommand.ts b/clients/client-mediatailor/src/commands/UpdateProgramCommand.ts index d3ed7346c6e2..72959c5f4462 100644 --- a/clients/client-mediatailor/src/commands/UpdateProgramCommand.ts +++ b/clients/client-mediatailor/src/commands/UpdateProgramCommand.ts @@ -163,9 +163,6 @@ export class UpdateProgramCommand extends $Command< UpdateProgramCommandOutput, MediaTailorClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -179,9 +176,7 @@ export class UpdateProgramCommand extends $Command< * @public */ constructor(readonly input: UpdateProgramCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -232,7 +227,4 @@ export class UpdateProgramCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdateProgramCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-mediatailor/src/commands/UpdateSourceLocationCommand.ts b/clients/client-mediatailor/src/commands/UpdateSourceLocationCommand.ts index 2bbfa040d1b5..d9d35077dfee 100644 --- a/clients/client-mediatailor/src/commands/UpdateSourceLocationCommand.ts +++ b/clients/client-mediatailor/src/commands/UpdateSourceLocationCommand.ts @@ -116,9 +116,6 @@ export class UpdateSourceLocationCommand extends $Command< UpdateSourceLocationCommandOutput, MediaTailorClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -132,9 +129,7 @@ export class UpdateSourceLocationCommand extends $Command< * @public */ constructor(readonly input: UpdateSourceLocationCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -187,7 +182,4 @@ export class UpdateSourceLocationCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdateSourceLocationCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-mediatailor/src/commands/UpdateVodSourceCommand.ts b/clients/client-mediatailor/src/commands/UpdateVodSourceCommand.ts index a3d4674fb4d4..faca537f3a90 100644 --- a/clients/client-mediatailor/src/commands/UpdateVodSourceCommand.ts +++ b/clients/client-mediatailor/src/commands/UpdateVodSourceCommand.ts @@ -92,9 +92,6 @@ export class UpdateVodSourceCommand extends $Command< UpdateVodSourceCommandOutput, MediaTailorClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -108,9 +105,7 @@ export class UpdateVodSourceCommand extends $Command< * @public */ constructor(readonly input: UpdateVodSourceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -163,7 +158,4 @@ export class UpdateVodSourceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdateVodSourceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-medical-imaging/package.json b/clients/client-medical-imaging/package.json index 39026e73cdf5..9f477f7f94e1 100644 --- a/clients/client-medical-imaging/package.json +++ b/clients/client-medical-imaging/package.json @@ -34,30 +34,30 @@ "@aws-sdk/util-endpoints": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@smithy/config-resolver": "^2.0.16", - "@smithy/fetch-http-handler": "^2.2.4", - "@smithy/hash-node": "^2.0.12", - "@smithy/invalid-dependency": "^2.0.12", - "@smithy/middleware-content-length": "^2.0.14", - "@smithy/middleware-endpoint": "^2.1.3", - "@smithy/middleware-retry": "^2.0.18", - "@smithy/middleware-serde": "^2.0.12", - "@smithy/middleware-stack": "^2.0.6", - "@smithy/node-config-provider": "^2.1.3", - "@smithy/node-http-handler": "^2.1.8", - "@smithy/protocol-http": "^3.0.8", - "@smithy/smithy-client": "^2.1.12", - "@smithy/types": "^2.4.0", - "@smithy/url-parser": "^2.0.12", - "@smithy/util-base64": "^2.0.0", + "@smithy/config-resolver": "^2.0.18", + "@smithy/fetch-http-handler": "^2.2.6", + "@smithy/hash-node": "^2.0.15", + "@smithy/invalid-dependency": "^2.0.13", + "@smithy/middleware-content-length": "^2.0.15", + "@smithy/middleware-endpoint": "^2.2.0", + "@smithy/middleware-retry": "^2.0.20", + "@smithy/middleware-serde": "^2.0.13", + "@smithy/middleware-stack": "^2.0.7", + "@smithy/node-config-provider": "^2.1.5", + "@smithy/node-http-handler": "^2.1.9", + "@smithy/protocol-http": "^3.0.9", + "@smithy/smithy-client": "^2.1.15", + "@smithy/types": "^2.5.0", + "@smithy/url-parser": "^2.0.13", + "@smithy/util-base64": "^2.0.1", "@smithy/util-body-length-browser": "^2.0.0", "@smithy/util-body-length-node": "^2.1.0", - "@smithy/util-defaults-mode-browser": "^2.0.16", - "@smithy/util-defaults-mode-node": "^2.0.21", - "@smithy/util-endpoints": "^1.0.2", - "@smithy/util-retry": "^2.0.5", - "@smithy/util-stream": "^2.0.17", - "@smithy/util-utf8": "^2.0.0", + "@smithy/util-defaults-mode-browser": "^2.0.19", + "@smithy/util-defaults-mode-node": "^2.0.25", + "@smithy/util-endpoints": "^1.0.4", + "@smithy/util-retry": "^2.0.6", + "@smithy/util-stream": "^2.0.20", + "@smithy/util-utf8": "^2.0.2", "tslib": "^2.5.0", "uuid": "^8.3.2" }, diff --git a/clients/client-medical-imaging/src/commands/CopyImageSetCommand.ts b/clients/client-medical-imaging/src/commands/CopyImageSetCommand.ts index 770e91b967c2..7a815f301006 100644 --- a/clients/client-medical-imaging/src/commands/CopyImageSetCommand.ts +++ b/clients/client-medical-imaging/src/commands/CopyImageSetCommand.ts @@ -119,9 +119,6 @@ export class CopyImageSetCommand extends $Command< CopyImageSetCommandOutput, MedicalImagingClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -135,9 +132,7 @@ export class CopyImageSetCommand extends $Command< * @public */ constructor(readonly input: CopyImageSetCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -188,7 +183,4 @@ export class CopyImageSetCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CopyImageSetCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-medical-imaging/src/commands/CreateDatastoreCommand.ts b/clients/client-medical-imaging/src/commands/CreateDatastoreCommand.ts index 9831dd8204b3..6f5dbca06196 100644 --- a/clients/client-medical-imaging/src/commands/CreateDatastoreCommand.ts +++ b/clients/client-medical-imaging/src/commands/CreateDatastoreCommand.ts @@ -94,9 +94,6 @@ export class CreateDatastoreCommand extends $Command< CreateDatastoreCommandOutput, MedicalImagingClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -110,9 +107,7 @@ export class CreateDatastoreCommand extends $Command< * @public */ constructor(readonly input: CreateDatastoreCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -165,7 +160,4 @@ export class CreateDatastoreCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateDatastoreCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-medical-imaging/src/commands/DeleteDatastoreCommand.ts b/clients/client-medical-imaging/src/commands/DeleteDatastoreCommand.ts index 4e68a8377aaa..b538b05c74d5 100644 --- a/clients/client-medical-imaging/src/commands/DeleteDatastoreCommand.ts +++ b/clients/client-medical-imaging/src/commands/DeleteDatastoreCommand.ts @@ -92,9 +92,6 @@ export class DeleteDatastoreCommand extends $Command< DeleteDatastoreCommandOutput, MedicalImagingClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -108,9 +105,7 @@ export class DeleteDatastoreCommand extends $Command< * @public */ constructor(readonly input: DeleteDatastoreCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -163,7 +158,4 @@ export class DeleteDatastoreCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteDatastoreCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-medical-imaging/src/commands/DeleteImageSetCommand.ts b/clients/client-medical-imaging/src/commands/DeleteImageSetCommand.ts index edf3189c4c97..37cfa9082315 100644 --- a/clients/client-medical-imaging/src/commands/DeleteImageSetCommand.ts +++ b/clients/client-medical-imaging/src/commands/DeleteImageSetCommand.ts @@ -92,9 +92,6 @@ export class DeleteImageSetCommand extends $Command< DeleteImageSetCommandOutput, MedicalImagingClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -108,9 +105,7 @@ export class DeleteImageSetCommand extends $Command< * @public */ constructor(readonly input: DeleteImageSetCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -163,7 +158,4 @@ export class DeleteImageSetCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteImageSetCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-medical-imaging/src/commands/GetDICOMImportJobCommand.ts b/clients/client-medical-imaging/src/commands/GetDICOMImportJobCommand.ts index 05331781fd96..9b816fded0d9 100644 --- a/clients/client-medical-imaging/src/commands/GetDICOMImportJobCommand.ts +++ b/clients/client-medical-imaging/src/commands/GetDICOMImportJobCommand.ts @@ -100,9 +100,6 @@ export class GetDICOMImportJobCommand extends $Command< GetDICOMImportJobCommandOutput, MedicalImagingClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -116,9 +113,7 @@ export class GetDICOMImportJobCommand extends $Command< * @public */ constructor(readonly input: GetDICOMImportJobCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -171,7 +166,4 @@ export class GetDICOMImportJobCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetDICOMImportJobCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-medical-imaging/src/commands/GetDatastoreCommand.ts b/clients/client-medical-imaging/src/commands/GetDatastoreCommand.ts index 773f9fbe6a6c..47b5216867ae 100644 --- a/clients/client-medical-imaging/src/commands/GetDatastoreCommand.ts +++ b/clients/client-medical-imaging/src/commands/GetDatastoreCommand.ts @@ -93,9 +93,6 @@ export class GetDatastoreCommand extends $Command< GetDatastoreCommandOutput, MedicalImagingClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -109,9 +106,7 @@ export class GetDatastoreCommand extends $Command< * @public */ constructor(readonly input: GetDatastoreCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -162,7 +157,4 @@ export class GetDatastoreCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetDatastoreCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-medical-imaging/src/commands/GetImageFrameCommand.ts b/clients/client-medical-imaging/src/commands/GetImageFrameCommand.ts index 6aced0871a30..ac61c70dd0fe 100644 --- a/clients/client-medical-imaging/src/commands/GetImageFrameCommand.ts +++ b/clients/client-medical-imaging/src/commands/GetImageFrameCommand.ts @@ -101,9 +101,6 @@ export class GetImageFrameCommand extends $Command< GetImageFrameCommandOutput, MedicalImagingClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -117,9 +114,7 @@ export class GetImageFrameCommand extends $Command< * @public */ constructor(readonly input: GetImageFrameCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -173,7 +168,4 @@ export class GetImageFrameCommand extends $Command< ): Promise { return de_GetImageFrameCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-medical-imaging/src/commands/GetImageSetCommand.ts b/clients/client-medical-imaging/src/commands/GetImageSetCommand.ts index 6c8b4de053d0..40b060cf5cac 100644 --- a/clients/client-medical-imaging/src/commands/GetImageSetCommand.ts +++ b/clients/client-medical-imaging/src/commands/GetImageSetCommand.ts @@ -99,9 +99,6 @@ export class GetImageSetCommand extends $Command< GetImageSetCommandOutput, MedicalImagingClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -115,9 +112,7 @@ export class GetImageSetCommand extends $Command< * @public */ constructor(readonly input: GetImageSetCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -168,7 +163,4 @@ export class GetImageSetCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetImageSetCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-medical-imaging/src/commands/GetImageSetMetadataCommand.ts b/clients/client-medical-imaging/src/commands/GetImageSetMetadataCommand.ts index fa594d8f5606..09752eae8667 100644 --- a/clients/client-medical-imaging/src/commands/GetImageSetMetadataCommand.ts +++ b/clients/client-medical-imaging/src/commands/GetImageSetMetadataCommand.ts @@ -102,9 +102,6 @@ export class GetImageSetMetadataCommand extends $Command< GetImageSetMetadataCommandOutput, MedicalImagingClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -118,9 +115,7 @@ export class GetImageSetMetadataCommand extends $Command< * @public */ constructor(readonly input: GetImageSetMetadataCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -176,7 +171,4 @@ export class GetImageSetMetadataCommand extends $Command< ): Promise { return de_GetImageSetMetadataCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-medical-imaging/src/commands/ListDICOMImportJobsCommand.ts b/clients/client-medical-imaging/src/commands/ListDICOMImportJobsCommand.ts index 5f4052de2464..588d94e03be9 100644 --- a/clients/client-medical-imaging/src/commands/ListDICOMImportJobsCommand.ts +++ b/clients/client-medical-imaging/src/commands/ListDICOMImportJobsCommand.ts @@ -103,9 +103,6 @@ export class ListDICOMImportJobsCommand extends $Command< ListDICOMImportJobsCommandOutput, MedicalImagingClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -119,9 +116,7 @@ export class ListDICOMImportJobsCommand extends $Command< * @public */ constructor(readonly input: ListDICOMImportJobsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -174,7 +169,4 @@ export class ListDICOMImportJobsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListDICOMImportJobsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-medical-imaging/src/commands/ListDatastoresCommand.ts b/clients/client-medical-imaging/src/commands/ListDatastoresCommand.ts index e264e8455da3..6e27dc9ea449 100644 --- a/clients/client-medical-imaging/src/commands/ListDatastoresCommand.ts +++ b/clients/client-medical-imaging/src/commands/ListDatastoresCommand.ts @@ -94,9 +94,6 @@ export class ListDatastoresCommand extends $Command< ListDatastoresCommandOutput, MedicalImagingClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -110,9 +107,7 @@ export class ListDatastoresCommand extends $Command< * @public */ constructor(readonly input: ListDatastoresCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -165,7 +160,4 @@ export class ListDatastoresCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListDatastoresCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-medical-imaging/src/commands/ListImageSetVersionsCommand.ts b/clients/client-medical-imaging/src/commands/ListImageSetVersionsCommand.ts index 81c9c24192e7..f51b9cc8f5d2 100644 --- a/clients/client-medical-imaging/src/commands/ListImageSetVersionsCommand.ts +++ b/clients/client-medical-imaging/src/commands/ListImageSetVersionsCommand.ts @@ -103,9 +103,6 @@ export class ListImageSetVersionsCommand extends $Command< ListImageSetVersionsCommandOutput, MedicalImagingClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -119,9 +116,7 @@ export class ListImageSetVersionsCommand extends $Command< * @public */ constructor(readonly input: ListImageSetVersionsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -174,7 +169,4 @@ export class ListImageSetVersionsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListImageSetVersionsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-medical-imaging/src/commands/ListTagsForResourceCommand.ts b/clients/client-medical-imaging/src/commands/ListTagsForResourceCommand.ts index 990d13ee9a24..9e86c12044e8 100644 --- a/clients/client-medical-imaging/src/commands/ListTagsForResourceCommand.ts +++ b/clients/client-medical-imaging/src/commands/ListTagsForResourceCommand.ts @@ -87,9 +87,6 @@ export class ListTagsForResourceCommand extends $Command< ListTagsForResourceCommandOutput, MedicalImagingClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -103,9 +100,7 @@ export class ListTagsForResourceCommand extends $Command< * @public */ constructor(readonly input: ListTagsForResourceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -158,7 +153,4 @@ export class ListTagsForResourceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListTagsForResourceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-medical-imaging/src/commands/SearchImageSetsCommand.ts b/clients/client-medical-imaging/src/commands/SearchImageSetsCommand.ts index aeb5df0bed26..61185875d5a5 100644 --- a/clients/client-medical-imaging/src/commands/SearchImageSetsCommand.ts +++ b/clients/client-medical-imaging/src/commands/SearchImageSetsCommand.ts @@ -146,9 +146,6 @@ export class SearchImageSetsCommand extends $Command< SearchImageSetsCommandOutput, MedicalImagingClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -162,9 +159,7 @@ export class SearchImageSetsCommand extends $Command< * @public */ constructor(readonly input: SearchImageSetsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -217,7 +212,4 @@ export class SearchImageSetsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_SearchImageSetsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-medical-imaging/src/commands/StartDICOMImportJobCommand.ts b/clients/client-medical-imaging/src/commands/StartDICOMImportJobCommand.ts index 4c6205376b82..9e3326ccd419 100644 --- a/clients/client-medical-imaging/src/commands/StartDICOMImportJobCommand.ts +++ b/clients/client-medical-imaging/src/commands/StartDICOMImportJobCommand.ts @@ -101,9 +101,6 @@ export class StartDICOMImportJobCommand extends $Command< StartDICOMImportJobCommandOutput, MedicalImagingClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -117,9 +114,7 @@ export class StartDICOMImportJobCommand extends $Command< * @public */ constructor(readonly input: StartDICOMImportJobCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -172,7 +167,4 @@ export class StartDICOMImportJobCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_StartDICOMImportJobCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-medical-imaging/src/commands/TagResourceCommand.ts b/clients/client-medical-imaging/src/commands/TagResourceCommand.ts index 053b16ab9434..ca5dafb75ce6 100644 --- a/clients/client-medical-imaging/src/commands/TagResourceCommand.ts +++ b/clients/client-medical-imaging/src/commands/TagResourceCommand.ts @@ -86,9 +86,6 @@ export class TagResourceCommand extends $Command< TagResourceCommandOutput, MedicalImagingClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -102,9 +99,7 @@ export class TagResourceCommand extends $Command< * @public */ constructor(readonly input: TagResourceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -155,7 +150,4 @@ export class TagResourceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_TagResourceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-medical-imaging/src/commands/UntagResourceCommand.ts b/clients/client-medical-imaging/src/commands/UntagResourceCommand.ts index c78a6ce8938a..8fcf4218f258 100644 --- a/clients/client-medical-imaging/src/commands/UntagResourceCommand.ts +++ b/clients/client-medical-imaging/src/commands/UntagResourceCommand.ts @@ -86,9 +86,6 @@ export class UntagResourceCommand extends $Command< UntagResourceCommandOutput, MedicalImagingClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -102,9 +99,7 @@ export class UntagResourceCommand extends $Command< * @public */ constructor(readonly input: UntagResourceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -155,7 +150,4 @@ export class UntagResourceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UntagResourceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-medical-imaging/src/commands/UpdateImageSetMetadataCommand.ts b/clients/client-medical-imaging/src/commands/UpdateImageSetMetadataCommand.ts index 5ffbe46dabdd..6d06460c4596 100644 --- a/clients/client-medical-imaging/src/commands/UpdateImageSetMetadataCommand.ts +++ b/clients/client-medical-imaging/src/commands/UpdateImageSetMetadataCommand.ts @@ -110,9 +110,6 @@ export class UpdateImageSetMetadataCommand extends $Command< UpdateImageSetMetadataCommandOutput, MedicalImagingClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -126,9 +123,7 @@ export class UpdateImageSetMetadataCommand extends $Command< * @public */ constructor(readonly input: UpdateImageSetMetadataCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -181,7 +176,4 @@ export class UpdateImageSetMetadataCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdateImageSetMetadataCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-memorydb/package.json b/clients/client-memorydb/package.json index 0481dfa54604..8b867cd0cc49 100644 --- a/clients/client-memorydb/package.json +++ b/clients/client-memorydb/package.json @@ -34,29 +34,29 @@ "@aws-sdk/util-endpoints": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@smithy/config-resolver": "^2.0.16", - "@smithy/fetch-http-handler": "^2.2.4", - "@smithy/hash-node": "^2.0.12", - "@smithy/invalid-dependency": "^2.0.12", - "@smithy/middleware-content-length": "^2.0.14", - "@smithy/middleware-endpoint": "^2.1.3", - "@smithy/middleware-retry": "^2.0.18", - "@smithy/middleware-serde": "^2.0.12", - "@smithy/middleware-stack": "^2.0.6", - "@smithy/node-config-provider": "^2.1.3", - "@smithy/node-http-handler": "^2.1.8", - "@smithy/protocol-http": "^3.0.8", - "@smithy/smithy-client": "^2.1.12", - "@smithy/types": "^2.4.0", - "@smithy/url-parser": "^2.0.12", - "@smithy/util-base64": "^2.0.0", + "@smithy/config-resolver": "^2.0.18", + "@smithy/fetch-http-handler": "^2.2.6", + "@smithy/hash-node": "^2.0.15", + "@smithy/invalid-dependency": "^2.0.13", + "@smithy/middleware-content-length": "^2.0.15", + "@smithy/middleware-endpoint": "^2.2.0", + "@smithy/middleware-retry": "^2.0.20", + "@smithy/middleware-serde": "^2.0.13", + "@smithy/middleware-stack": "^2.0.7", + "@smithy/node-config-provider": "^2.1.5", + "@smithy/node-http-handler": "^2.1.9", + "@smithy/protocol-http": "^3.0.9", + "@smithy/smithy-client": "^2.1.15", + "@smithy/types": "^2.5.0", + "@smithy/url-parser": "^2.0.13", + "@smithy/util-base64": "^2.0.1", "@smithy/util-body-length-browser": "^2.0.0", "@smithy/util-body-length-node": "^2.1.0", - "@smithy/util-defaults-mode-browser": "^2.0.16", - "@smithy/util-defaults-mode-node": "^2.0.21", - "@smithy/util-endpoints": "^1.0.2", - "@smithy/util-retry": "^2.0.5", - "@smithy/util-utf8": "^2.0.0", + "@smithy/util-defaults-mode-browser": "^2.0.19", + "@smithy/util-defaults-mode-node": "^2.0.25", + "@smithy/util-endpoints": "^1.0.4", + "@smithy/util-retry": "^2.0.6", + "@smithy/util-utf8": "^2.0.2", "tslib": "^2.5.0" }, "devDependencies": { diff --git a/clients/client-memorydb/src/commands/BatchUpdateClusterCommand.ts b/clients/client-memorydb/src/commands/BatchUpdateClusterCommand.ts index 85820226e261..85dcc3dfe480 100644 --- a/clients/client-memorydb/src/commands/BatchUpdateClusterCommand.ts +++ b/clients/client-memorydb/src/commands/BatchUpdateClusterCommand.ts @@ -159,9 +159,6 @@ export class BatchUpdateClusterCommand extends $Command< BatchUpdateClusterCommandOutput, MemoryDBClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -175,9 +172,7 @@ export class BatchUpdateClusterCommand extends $Command< * @public */ constructor(readonly input: BatchUpdateClusterCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -230,7 +225,4 @@ export class BatchUpdateClusterCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_BatchUpdateClusterCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-memorydb/src/commands/CopySnapshotCommand.ts b/clients/client-memorydb/src/commands/CopySnapshotCommand.ts index 47d600ee41df..440a63980fa8 100644 --- a/clients/client-memorydb/src/commands/CopySnapshotCommand.ts +++ b/clients/client-memorydb/src/commands/CopySnapshotCommand.ts @@ -136,9 +136,6 @@ export class CopySnapshotCommand extends $Command< CopySnapshotCommandOutput, MemoryDBClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -152,9 +149,7 @@ export class CopySnapshotCommand extends $Command< * @public */ constructor(readonly input: CopySnapshotCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -205,7 +200,4 @@ export class CopySnapshotCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CopySnapshotCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-memorydb/src/commands/CreateACLCommand.ts b/clients/client-memorydb/src/commands/CreateACLCommand.ts index 93023288b456..eeb1409fde41 100644 --- a/clients/client-memorydb/src/commands/CreateACLCommand.ts +++ b/clients/client-memorydb/src/commands/CreateACLCommand.ts @@ -119,9 +119,6 @@ export class CreateACLCommand extends $Command< CreateACLCommandOutput, MemoryDBClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -135,9 +132,7 @@ export class CreateACLCommand extends $Command< * @public */ constructor(readonly input: CreateACLCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -188,7 +183,4 @@ export class CreateACLCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateACLCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-memorydb/src/commands/CreateClusterCommand.ts b/clients/client-memorydb/src/commands/CreateClusterCommand.ts index 3a50f8a8c5ca..5564dfa56916 100644 --- a/clients/client-memorydb/src/commands/CreateClusterCommand.ts +++ b/clients/client-memorydb/src/commands/CreateClusterCommand.ts @@ -217,9 +217,6 @@ export class CreateClusterCommand extends $Command< CreateClusterCommandOutput, MemoryDBClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -233,9 +230,7 @@ export class CreateClusterCommand extends $Command< * @public */ constructor(readonly input: CreateClusterCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -286,7 +281,4 @@ export class CreateClusterCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateClusterCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-memorydb/src/commands/CreateParameterGroupCommand.ts b/clients/client-memorydb/src/commands/CreateParameterGroupCommand.ts index 703ad7418f29..ff2a13161354 100644 --- a/clients/client-memorydb/src/commands/CreateParameterGroupCommand.ts +++ b/clients/client-memorydb/src/commands/CreateParameterGroupCommand.ts @@ -107,9 +107,6 @@ export class CreateParameterGroupCommand extends $Command< CreateParameterGroupCommandOutput, MemoryDBClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -123,9 +120,7 @@ export class CreateParameterGroupCommand extends $Command< * @public */ constructor(readonly input: CreateParameterGroupCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -178,7 +173,4 @@ export class CreateParameterGroupCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateParameterGroupCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-memorydb/src/commands/CreateSnapshotCommand.ts b/clients/client-memorydb/src/commands/CreateSnapshotCommand.ts index 080c955d5ceb..1ce41fd537e9 100644 --- a/clients/client-memorydb/src/commands/CreateSnapshotCommand.ts +++ b/clients/client-memorydb/src/commands/CreateSnapshotCommand.ts @@ -135,9 +135,6 @@ export class CreateSnapshotCommand extends $Command< CreateSnapshotCommandOutput, MemoryDBClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -151,9 +148,7 @@ export class CreateSnapshotCommand extends $Command< * @public */ constructor(readonly input: CreateSnapshotCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -206,7 +201,4 @@ export class CreateSnapshotCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateSnapshotCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-memorydb/src/commands/CreateSubnetGroupCommand.ts b/clients/client-memorydb/src/commands/CreateSubnetGroupCommand.ts index b78454c6775a..35fc24cd6b44 100644 --- a/clients/client-memorydb/src/commands/CreateSubnetGroupCommand.ts +++ b/clients/client-memorydb/src/commands/CreateSubnetGroupCommand.ts @@ -117,9 +117,6 @@ export class CreateSubnetGroupCommand extends $Command< CreateSubnetGroupCommandOutput, MemoryDBClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -133,9 +130,7 @@ export class CreateSubnetGroupCommand extends $Command< * @public */ constructor(readonly input: CreateSubnetGroupCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -188,7 +183,4 @@ export class CreateSubnetGroupCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateSubnetGroupCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-memorydb/src/commands/CreateUserCommand.ts b/clients/client-memorydb/src/commands/CreateUserCommand.ts index e07fec3b1122..6ae44d53a425 100644 --- a/clients/client-memorydb/src/commands/CreateUserCommand.ts +++ b/clients/client-memorydb/src/commands/CreateUserCommand.ts @@ -114,9 +114,6 @@ export class CreateUserCommand extends $Command< CreateUserCommandOutput, MemoryDBClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -130,9 +127,7 @@ export class CreateUserCommand extends $Command< * @public */ constructor(readonly input: CreateUserCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -183,7 +178,4 @@ export class CreateUserCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateUserCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-memorydb/src/commands/DeleteACLCommand.ts b/clients/client-memorydb/src/commands/DeleteACLCommand.ts index f68c019870ac..332fa92e7f19 100644 --- a/clients/client-memorydb/src/commands/DeleteACLCommand.ts +++ b/clients/client-memorydb/src/commands/DeleteACLCommand.ts @@ -98,9 +98,6 @@ export class DeleteACLCommand extends $Command< DeleteACLCommandOutput, MemoryDBClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -114,9 +111,7 @@ export class DeleteACLCommand extends $Command< * @public */ constructor(readonly input: DeleteACLCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -167,7 +162,4 @@ export class DeleteACLCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteACLCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-memorydb/src/commands/DeleteClusterCommand.ts b/clients/client-memorydb/src/commands/DeleteClusterCommand.ts index 94fb2f172778..c676f0ed6b52 100644 --- a/clients/client-memorydb/src/commands/DeleteClusterCommand.ts +++ b/clients/client-memorydb/src/commands/DeleteClusterCommand.ts @@ -158,9 +158,6 @@ export class DeleteClusterCommand extends $Command< DeleteClusterCommandOutput, MemoryDBClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -174,9 +171,7 @@ export class DeleteClusterCommand extends $Command< * @public */ constructor(readonly input: DeleteClusterCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -227,7 +222,4 @@ export class DeleteClusterCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteClusterCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-memorydb/src/commands/DeleteParameterGroupCommand.ts b/clients/client-memorydb/src/commands/DeleteParameterGroupCommand.ts index a238736eaa97..33179cc7c8d8 100644 --- a/clients/client-memorydb/src/commands/DeleteParameterGroupCommand.ts +++ b/clients/client-memorydb/src/commands/DeleteParameterGroupCommand.ts @@ -91,9 +91,6 @@ export class DeleteParameterGroupCommand extends $Command< DeleteParameterGroupCommandOutput, MemoryDBClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -107,9 +104,7 @@ export class DeleteParameterGroupCommand extends $Command< * @public */ constructor(readonly input: DeleteParameterGroupCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -162,7 +157,4 @@ export class DeleteParameterGroupCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteParameterGroupCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-memorydb/src/commands/DeleteSnapshotCommand.ts b/clients/client-memorydb/src/commands/DeleteSnapshotCommand.ts index 306c91c4d37b..f54b02430ed1 100644 --- a/clients/client-memorydb/src/commands/DeleteSnapshotCommand.ts +++ b/clients/client-memorydb/src/commands/DeleteSnapshotCommand.ts @@ -118,9 +118,6 @@ export class DeleteSnapshotCommand extends $Command< DeleteSnapshotCommandOutput, MemoryDBClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -134,9 +131,7 @@ export class DeleteSnapshotCommand extends $Command< * @public */ constructor(readonly input: DeleteSnapshotCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -189,7 +184,4 @@ export class DeleteSnapshotCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteSnapshotCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-memorydb/src/commands/DeleteSubnetGroupCommand.ts b/clients/client-memorydb/src/commands/DeleteSubnetGroupCommand.ts index e57f8548340d..17c54a385822 100644 --- a/clients/client-memorydb/src/commands/DeleteSubnetGroupCommand.ts +++ b/clients/client-memorydb/src/commands/DeleteSubnetGroupCommand.ts @@ -92,9 +92,6 @@ export class DeleteSubnetGroupCommand extends $Command< DeleteSubnetGroupCommandOutput, MemoryDBClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -108,9 +105,7 @@ export class DeleteSubnetGroupCommand extends $Command< * @public */ constructor(readonly input: DeleteSubnetGroupCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -163,7 +158,4 @@ export class DeleteSubnetGroupCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteSubnetGroupCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-memorydb/src/commands/DeleteUserCommand.ts b/clients/client-memorydb/src/commands/DeleteUserCommand.ts index 0209f3d5bc30..8fbff9ced94c 100644 --- a/clients/client-memorydb/src/commands/DeleteUserCommand.ts +++ b/clients/client-memorydb/src/commands/DeleteUserCommand.ts @@ -92,9 +92,6 @@ export class DeleteUserCommand extends $Command< DeleteUserCommandOutput, MemoryDBClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -108,9 +105,7 @@ export class DeleteUserCommand extends $Command< * @public */ constructor(readonly input: DeleteUserCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -161,7 +156,4 @@ export class DeleteUserCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteUserCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-memorydb/src/commands/DescribeACLsCommand.ts b/clients/client-memorydb/src/commands/DescribeACLsCommand.ts index eeacb7f57ae8..0c6c50673670 100644 --- a/clients/client-memorydb/src/commands/DescribeACLsCommand.ts +++ b/clients/client-memorydb/src/commands/DescribeACLsCommand.ts @@ -100,9 +100,6 @@ export class DescribeACLsCommand extends $Command< DescribeACLsCommandOutput, MemoryDBClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -116,9 +113,7 @@ export class DescribeACLsCommand extends $Command< * @public */ constructor(readonly input: DescribeACLsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -169,7 +164,4 @@ export class DescribeACLsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DescribeACLsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-memorydb/src/commands/DescribeClustersCommand.ts b/clients/client-memorydb/src/commands/DescribeClustersCommand.ts index f3da2a5c595f..ace894335e2b 100644 --- a/clients/client-memorydb/src/commands/DescribeClustersCommand.ts +++ b/clients/client-memorydb/src/commands/DescribeClustersCommand.ts @@ -157,9 +157,6 @@ export class DescribeClustersCommand extends $Command< DescribeClustersCommandOutput, MemoryDBClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -173,9 +170,7 @@ export class DescribeClustersCommand extends $Command< * @public */ constructor(readonly input: DescribeClustersCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -228,7 +223,4 @@ export class DescribeClustersCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DescribeClustersCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-memorydb/src/commands/DescribeEngineVersionsCommand.ts b/clients/client-memorydb/src/commands/DescribeEngineVersionsCommand.ts index 5e28eb1fdbcc..39385b78f054 100644 --- a/clients/client-memorydb/src/commands/DescribeEngineVersionsCommand.ts +++ b/clients/client-memorydb/src/commands/DescribeEngineVersionsCommand.ts @@ -90,9 +90,6 @@ export class DescribeEngineVersionsCommand extends $Command< DescribeEngineVersionsCommandOutput, MemoryDBClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -106,9 +103,7 @@ export class DescribeEngineVersionsCommand extends $Command< * @public */ constructor(readonly input: DescribeEngineVersionsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -161,7 +156,4 @@ export class DescribeEngineVersionsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DescribeEngineVersionsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-memorydb/src/commands/DescribeEventsCommand.ts b/clients/client-memorydb/src/commands/DescribeEventsCommand.ts index d6f46a56cb10..eb9c98db7806 100644 --- a/clients/client-memorydb/src/commands/DescribeEventsCommand.ts +++ b/clients/client-memorydb/src/commands/DescribeEventsCommand.ts @@ -95,9 +95,6 @@ export class DescribeEventsCommand extends $Command< DescribeEventsCommandOutput, MemoryDBClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -111,9 +108,7 @@ export class DescribeEventsCommand extends $Command< * @public */ constructor(readonly input: DescribeEventsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -166,7 +161,4 @@ export class DescribeEventsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DescribeEventsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-memorydb/src/commands/DescribeParameterGroupsCommand.ts b/clients/client-memorydb/src/commands/DescribeParameterGroupsCommand.ts index 07fb82b2067e..656ae33684e0 100644 --- a/clients/client-memorydb/src/commands/DescribeParameterGroupsCommand.ts +++ b/clients/client-memorydb/src/commands/DescribeParameterGroupsCommand.ts @@ -92,9 +92,6 @@ export class DescribeParameterGroupsCommand extends $Command< DescribeParameterGroupsCommandOutput, MemoryDBClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -108,9 +105,7 @@ export class DescribeParameterGroupsCommand extends $Command< * @public */ constructor(readonly input: DescribeParameterGroupsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -163,7 +158,4 @@ export class DescribeParameterGroupsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DescribeParameterGroupsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-memorydb/src/commands/DescribeParametersCommand.ts b/clients/client-memorydb/src/commands/DescribeParametersCommand.ts index f2b8ec115349..2cfb89047f29 100644 --- a/clients/client-memorydb/src/commands/DescribeParametersCommand.ts +++ b/clients/client-memorydb/src/commands/DescribeParametersCommand.ts @@ -94,9 +94,6 @@ export class DescribeParametersCommand extends $Command< DescribeParametersCommandOutput, MemoryDBClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -110,9 +107,7 @@ export class DescribeParametersCommand extends $Command< * @public */ constructor(readonly input: DescribeParametersCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -165,7 +160,4 @@ export class DescribeParametersCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DescribeParametersCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-memorydb/src/commands/DescribeReservedNodesCommand.ts b/clients/client-memorydb/src/commands/DescribeReservedNodesCommand.ts index 684348e9264f..a9886c5996ab 100644 --- a/clients/client-memorydb/src/commands/DescribeReservedNodesCommand.ts +++ b/clients/client-memorydb/src/commands/DescribeReservedNodesCommand.ts @@ -108,9 +108,6 @@ export class DescribeReservedNodesCommand extends $Command< DescribeReservedNodesCommandOutput, MemoryDBClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -124,9 +121,7 @@ export class DescribeReservedNodesCommand extends $Command< * @public */ constructor(readonly input: DescribeReservedNodesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -179,7 +174,4 @@ export class DescribeReservedNodesCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DescribeReservedNodesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-memorydb/src/commands/DescribeReservedNodesOfferingsCommand.ts b/clients/client-memorydb/src/commands/DescribeReservedNodesOfferingsCommand.ts index 7712b1d296d3..ffaa49d97a1d 100644 --- a/clients/client-memorydb/src/commands/DescribeReservedNodesOfferingsCommand.ts +++ b/clients/client-memorydb/src/commands/DescribeReservedNodesOfferingsCommand.ts @@ -109,9 +109,6 @@ export class DescribeReservedNodesOfferingsCommand extends $Command< DescribeReservedNodesOfferingsCommandOutput, MemoryDBClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -125,9 +122,7 @@ export class DescribeReservedNodesOfferingsCommand extends $Command< * @public */ constructor(readonly input: DescribeReservedNodesOfferingsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -186,7 +181,4 @@ export class DescribeReservedNodesOfferingsCommand extends $Command< ): Promise { return de_DescribeReservedNodesOfferingsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-memorydb/src/commands/DescribeServiceUpdatesCommand.ts b/clients/client-memorydb/src/commands/DescribeServiceUpdatesCommand.ts index 9b9657222806..08d76464dd66 100644 --- a/clients/client-memorydb/src/commands/DescribeServiceUpdatesCommand.ts +++ b/clients/client-memorydb/src/commands/DescribeServiceUpdatesCommand.ts @@ -96,9 +96,6 @@ export class DescribeServiceUpdatesCommand extends $Command< DescribeServiceUpdatesCommandOutput, MemoryDBClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -112,9 +109,7 @@ export class DescribeServiceUpdatesCommand extends $Command< * @public */ constructor(readonly input: DescribeServiceUpdatesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -167,7 +162,4 @@ export class DescribeServiceUpdatesCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DescribeServiceUpdatesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-memorydb/src/commands/DescribeSnapshotsCommand.ts b/clients/client-memorydb/src/commands/DescribeSnapshotsCommand.ts index c2bd5156ea2f..457cae33e46b 100644 --- a/clients/client-memorydb/src/commands/DescribeSnapshotsCommand.ts +++ b/clients/client-memorydb/src/commands/DescribeSnapshotsCommand.ts @@ -124,9 +124,6 @@ export class DescribeSnapshotsCommand extends $Command< DescribeSnapshotsCommandOutput, MemoryDBClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -140,9 +137,7 @@ export class DescribeSnapshotsCommand extends $Command< * @public */ constructor(readonly input: DescribeSnapshotsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -195,7 +190,4 @@ export class DescribeSnapshotsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DescribeSnapshotsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-memorydb/src/commands/DescribeSubnetGroupsCommand.ts b/clients/client-memorydb/src/commands/DescribeSubnetGroupsCommand.ts index 433b8a672001..5e2a0f5be4a5 100644 --- a/clients/client-memorydb/src/commands/DescribeSubnetGroupsCommand.ts +++ b/clients/client-memorydb/src/commands/DescribeSubnetGroupsCommand.ts @@ -94,9 +94,6 @@ export class DescribeSubnetGroupsCommand extends $Command< DescribeSubnetGroupsCommandOutput, MemoryDBClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -110,9 +107,7 @@ export class DescribeSubnetGroupsCommand extends $Command< * @public */ constructor(readonly input: DescribeSubnetGroupsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -165,7 +160,4 @@ export class DescribeSubnetGroupsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DescribeSubnetGroupsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-memorydb/src/commands/DescribeUsersCommand.ts b/clients/client-memorydb/src/commands/DescribeUsersCommand.ts index 5fc74598d0a2..0d6fe67a14ff 100644 --- a/clients/client-memorydb/src/commands/DescribeUsersCommand.ts +++ b/clients/client-memorydb/src/commands/DescribeUsersCommand.ts @@ -102,9 +102,6 @@ export class DescribeUsersCommand extends $Command< DescribeUsersCommandOutput, MemoryDBClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -118,9 +115,7 @@ export class DescribeUsersCommand extends $Command< * @public */ constructor(readonly input: DescribeUsersCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -171,7 +166,4 @@ export class DescribeUsersCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DescribeUsersCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-memorydb/src/commands/FailoverShardCommand.ts b/clients/client-memorydb/src/commands/FailoverShardCommand.ts index ce873898b7b5..adf5092f344d 100644 --- a/clients/client-memorydb/src/commands/FailoverShardCommand.ts +++ b/clients/client-memorydb/src/commands/FailoverShardCommand.ts @@ -165,9 +165,6 @@ export class FailoverShardCommand extends $Command< FailoverShardCommandOutput, MemoryDBClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -181,9 +178,7 @@ export class FailoverShardCommand extends $Command< * @public */ constructor(readonly input: FailoverShardCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -234,7 +229,4 @@ export class FailoverShardCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_FailoverShardCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-memorydb/src/commands/ListAllowedNodeTypeUpdatesCommand.ts b/clients/client-memorydb/src/commands/ListAllowedNodeTypeUpdatesCommand.ts index 6dad62a01185..f7865727f2f9 100644 --- a/clients/client-memorydb/src/commands/ListAllowedNodeTypeUpdatesCommand.ts +++ b/clients/client-memorydb/src/commands/ListAllowedNodeTypeUpdatesCommand.ts @@ -89,9 +89,6 @@ export class ListAllowedNodeTypeUpdatesCommand extends $Command< ListAllowedNodeTypeUpdatesCommandOutput, MemoryDBClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -105,9 +102,7 @@ export class ListAllowedNodeTypeUpdatesCommand extends $Command< * @public */ constructor(readonly input: ListAllowedNodeTypeUpdatesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -163,7 +158,4 @@ export class ListAllowedNodeTypeUpdatesCommand extends $Command< ): Promise { return de_ListAllowedNodeTypeUpdatesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-memorydb/src/commands/ListTagsCommand.ts b/clients/client-memorydb/src/commands/ListTagsCommand.ts index 738d2fbc47b1..33f1fdec4f5e 100644 --- a/clients/client-memorydb/src/commands/ListTagsCommand.ts +++ b/clients/client-memorydb/src/commands/ListTagsCommand.ts @@ -106,9 +106,6 @@ export class ListTagsCommand extends $Command< ListTagsCommandOutput, MemoryDBClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -122,9 +119,7 @@ export class ListTagsCommand extends $Command< * @public */ constructor(readonly input: ListTagsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -175,7 +170,4 @@ export class ListTagsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListTagsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-memorydb/src/commands/PurchaseReservedNodesOfferingCommand.ts b/clients/client-memorydb/src/commands/PurchaseReservedNodesOfferingCommand.ts index a9bcccc0b68d..4a5c1ee6d995 100644 --- a/clients/client-memorydb/src/commands/PurchaseReservedNodesOfferingCommand.ts +++ b/clients/client-memorydb/src/commands/PurchaseReservedNodesOfferingCommand.ts @@ -123,9 +123,6 @@ export class PurchaseReservedNodesOfferingCommand extends $Command< PurchaseReservedNodesOfferingCommandOutput, MemoryDBClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -139,9 +136,7 @@ export class PurchaseReservedNodesOfferingCommand extends $Command< * @public */ constructor(readonly input: PurchaseReservedNodesOfferingCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -197,7 +192,4 @@ export class PurchaseReservedNodesOfferingCommand extends $Command< ): Promise { return de_PurchaseReservedNodesOfferingCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-memorydb/src/commands/ResetParameterGroupCommand.ts b/clients/client-memorydb/src/commands/ResetParameterGroupCommand.ts index 99c93a7dc6ca..6af94e3bb0fc 100644 --- a/clients/client-memorydb/src/commands/ResetParameterGroupCommand.ts +++ b/clients/client-memorydb/src/commands/ResetParameterGroupCommand.ts @@ -94,9 +94,6 @@ export class ResetParameterGroupCommand extends $Command< ResetParameterGroupCommandOutput, MemoryDBClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -110,9 +107,7 @@ export class ResetParameterGroupCommand extends $Command< * @public */ constructor(readonly input: ResetParameterGroupCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -165,7 +160,4 @@ export class ResetParameterGroupCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ResetParameterGroupCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-memorydb/src/commands/TagResourceCommand.ts b/clients/client-memorydb/src/commands/TagResourceCommand.ts index 5f2aff07a02d..a2bb4b11bfce 100644 --- a/clients/client-memorydb/src/commands/TagResourceCommand.ts +++ b/clients/client-memorydb/src/commands/TagResourceCommand.ts @@ -120,9 +120,6 @@ export class TagResourceCommand extends $Command< TagResourceCommandOutput, MemoryDBClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -136,9 +133,7 @@ export class TagResourceCommand extends $Command< * @public */ constructor(readonly input: TagResourceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -189,7 +184,4 @@ export class TagResourceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_TagResourceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-memorydb/src/commands/UntagResourceCommand.ts b/clients/client-memorydb/src/commands/UntagResourceCommand.ts index 0f2acd5c8c0c..a674b2885374 100644 --- a/clients/client-memorydb/src/commands/UntagResourceCommand.ts +++ b/clients/client-memorydb/src/commands/UntagResourceCommand.ts @@ -108,9 +108,6 @@ export class UntagResourceCommand extends $Command< UntagResourceCommandOutput, MemoryDBClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -124,9 +121,7 @@ export class UntagResourceCommand extends $Command< * @public */ constructor(readonly input: UntagResourceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -177,7 +172,4 @@ export class UntagResourceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UntagResourceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-memorydb/src/commands/UpdateACLCommand.ts b/clients/client-memorydb/src/commands/UpdateACLCommand.ts index 47af85164386..da3c8a0bdb64 100644 --- a/clients/client-memorydb/src/commands/UpdateACLCommand.ts +++ b/clients/client-memorydb/src/commands/UpdateACLCommand.ts @@ -116,9 +116,6 @@ export class UpdateACLCommand extends $Command< UpdateACLCommandOutput, MemoryDBClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -132,9 +129,7 @@ export class UpdateACLCommand extends $Command< * @public */ constructor(readonly input: UpdateACLCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -185,7 +180,4 @@ export class UpdateACLCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdateACLCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-memorydb/src/commands/UpdateClusterCommand.ts b/clients/client-memorydb/src/commands/UpdateClusterCommand.ts index d2722afea51a..f57f039c1224 100644 --- a/clients/client-memorydb/src/commands/UpdateClusterCommand.ts +++ b/clients/client-memorydb/src/commands/UpdateClusterCommand.ts @@ -206,9 +206,6 @@ export class UpdateClusterCommand extends $Command< UpdateClusterCommandOutput, MemoryDBClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -222,9 +219,7 @@ export class UpdateClusterCommand extends $Command< * @public */ constructor(readonly input: UpdateClusterCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -275,7 +270,4 @@ export class UpdateClusterCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdateClusterCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-memorydb/src/commands/UpdateParameterGroupCommand.ts b/clients/client-memorydb/src/commands/UpdateParameterGroupCommand.ts index d5d139a76a15..798016720742 100644 --- a/clients/client-memorydb/src/commands/UpdateParameterGroupCommand.ts +++ b/clients/client-memorydb/src/commands/UpdateParameterGroupCommand.ts @@ -96,9 +96,6 @@ export class UpdateParameterGroupCommand extends $Command< UpdateParameterGroupCommandOutput, MemoryDBClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -112,9 +109,7 @@ export class UpdateParameterGroupCommand extends $Command< * @public */ constructor(readonly input: UpdateParameterGroupCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -167,7 +162,4 @@ export class UpdateParameterGroupCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdateParameterGroupCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-memorydb/src/commands/UpdateSubnetGroupCommand.ts b/clients/client-memorydb/src/commands/UpdateSubnetGroupCommand.ts index d24fcbd3c0b8..b6ace09b7c84 100644 --- a/clients/client-memorydb/src/commands/UpdateSubnetGroupCommand.ts +++ b/clients/client-memorydb/src/commands/UpdateSubnetGroupCommand.ts @@ -106,9 +106,6 @@ export class UpdateSubnetGroupCommand extends $Command< UpdateSubnetGroupCommandOutput, MemoryDBClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -122,9 +119,7 @@ export class UpdateSubnetGroupCommand extends $Command< * @public */ constructor(readonly input: UpdateSubnetGroupCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -177,7 +172,4 @@ export class UpdateSubnetGroupCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdateSubnetGroupCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-memorydb/src/commands/UpdateUserCommand.ts b/clients/client-memorydb/src/commands/UpdateUserCommand.ts index c61ded675ceb..4e41079056b0 100644 --- a/clients/client-memorydb/src/commands/UpdateUserCommand.ts +++ b/clients/client-memorydb/src/commands/UpdateUserCommand.ts @@ -102,9 +102,6 @@ export class UpdateUserCommand extends $Command< UpdateUserCommandOutput, MemoryDBClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -118,9 +115,7 @@ export class UpdateUserCommand extends $Command< * @public */ constructor(readonly input: UpdateUserCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -171,7 +166,4 @@ export class UpdateUserCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdateUserCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-mgn/package.json b/clients/client-mgn/package.json index d04db9a3d345..e077fb459c8a 100644 --- a/clients/client-mgn/package.json +++ b/clients/client-mgn/package.json @@ -34,29 +34,29 @@ "@aws-sdk/util-endpoints": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@smithy/config-resolver": "^2.0.16", - "@smithy/fetch-http-handler": "^2.2.4", - "@smithy/hash-node": "^2.0.12", - "@smithy/invalid-dependency": "^2.0.12", - "@smithy/middleware-content-length": "^2.0.14", - "@smithy/middleware-endpoint": "^2.1.3", - "@smithy/middleware-retry": "^2.0.18", - "@smithy/middleware-serde": "^2.0.12", - "@smithy/middleware-stack": "^2.0.6", - "@smithy/node-config-provider": "^2.1.3", - "@smithy/node-http-handler": "^2.1.8", - "@smithy/protocol-http": "^3.0.8", - "@smithy/smithy-client": "^2.1.12", - "@smithy/types": "^2.4.0", - "@smithy/url-parser": "^2.0.12", - "@smithy/util-base64": "^2.0.0", + "@smithy/config-resolver": "^2.0.18", + "@smithy/fetch-http-handler": "^2.2.6", + "@smithy/hash-node": "^2.0.15", + "@smithy/invalid-dependency": "^2.0.13", + "@smithy/middleware-content-length": "^2.0.15", + "@smithy/middleware-endpoint": "^2.2.0", + "@smithy/middleware-retry": "^2.0.20", + "@smithy/middleware-serde": "^2.0.13", + "@smithy/middleware-stack": "^2.0.7", + "@smithy/node-config-provider": "^2.1.5", + "@smithy/node-http-handler": "^2.1.9", + "@smithy/protocol-http": "^3.0.9", + "@smithy/smithy-client": "^2.1.15", + "@smithy/types": "^2.5.0", + "@smithy/url-parser": "^2.0.13", + "@smithy/util-base64": "^2.0.1", "@smithy/util-body-length-browser": "^2.0.0", "@smithy/util-body-length-node": "^2.1.0", - "@smithy/util-defaults-mode-browser": "^2.0.16", - "@smithy/util-defaults-mode-node": "^2.0.21", - "@smithy/util-endpoints": "^1.0.2", - "@smithy/util-retry": "^2.0.5", - "@smithy/util-utf8": "^2.0.0", + "@smithy/util-defaults-mode-browser": "^2.0.19", + "@smithy/util-defaults-mode-node": "^2.0.25", + "@smithy/util-endpoints": "^1.0.4", + "@smithy/util-retry": "^2.0.6", + "@smithy/util-utf8": "^2.0.2", "tslib": "^2.5.0", "uuid": "^8.3.2" }, diff --git a/clients/client-mgn/src/commands/ArchiveApplicationCommand.ts b/clients/client-mgn/src/commands/ArchiveApplicationCommand.ts index 0e6e0efd5ea2..2d8aa54061dc 100644 --- a/clients/client-mgn/src/commands/ArchiveApplicationCommand.ts +++ b/clients/client-mgn/src/commands/ArchiveApplicationCommand.ts @@ -99,9 +99,6 @@ export class ArchiveApplicationCommand extends $Command< ArchiveApplicationCommandOutput, MgnClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -115,9 +112,7 @@ export class ArchiveApplicationCommand extends $Command< * @public */ constructor(readonly input: ArchiveApplicationCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -170,7 +165,4 @@ export class ArchiveApplicationCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ArchiveApplicationCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-mgn/src/commands/ArchiveWaveCommand.ts b/clients/client-mgn/src/commands/ArchiveWaveCommand.ts index b029ee14fc91..67379ae18ce3 100644 --- a/clients/client-mgn/src/commands/ArchiveWaveCommand.ts +++ b/clients/client-mgn/src/commands/ArchiveWaveCommand.ts @@ -99,9 +99,6 @@ export class ArchiveWaveCommand extends $Command< ArchiveWaveCommandOutput, MgnClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -115,9 +112,7 @@ export class ArchiveWaveCommand extends $Command< * @public */ constructor(readonly input: ArchiveWaveCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -168,7 +163,4 @@ export class ArchiveWaveCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ArchiveWaveCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-mgn/src/commands/AssociateApplicationsCommand.ts b/clients/client-mgn/src/commands/AssociateApplicationsCommand.ts index 2b91ae3b6e3e..9e62dd8efb53 100644 --- a/clients/client-mgn/src/commands/AssociateApplicationsCommand.ts +++ b/clients/client-mgn/src/commands/AssociateApplicationsCommand.ts @@ -84,9 +84,6 @@ export class AssociateApplicationsCommand extends $Command< AssociateApplicationsCommandOutput, MgnClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -100,9 +97,7 @@ export class AssociateApplicationsCommand extends $Command< * @public */ constructor(readonly input: AssociateApplicationsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -155,7 +150,4 @@ export class AssociateApplicationsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_AssociateApplicationsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-mgn/src/commands/AssociateSourceServersCommand.ts b/clients/client-mgn/src/commands/AssociateSourceServersCommand.ts index b0496d28d56f..b90bfabfb7a8 100644 --- a/clients/client-mgn/src/commands/AssociateSourceServersCommand.ts +++ b/clients/client-mgn/src/commands/AssociateSourceServersCommand.ts @@ -84,9 +84,6 @@ export class AssociateSourceServersCommand extends $Command< AssociateSourceServersCommandOutput, MgnClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -100,9 +97,7 @@ export class AssociateSourceServersCommand extends $Command< * @public */ constructor(readonly input: AssociateSourceServersCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -155,7 +150,4 @@ export class AssociateSourceServersCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_AssociateSourceServersCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-mgn/src/commands/ChangeServerLifeCycleStateCommand.ts b/clients/client-mgn/src/commands/ChangeServerLifeCycleStateCommand.ts index ffb33bd30116..452459670ab7 100644 --- a/clients/client-mgn/src/commands/ChangeServerLifeCycleStateCommand.ts +++ b/clients/client-mgn/src/commands/ChangeServerLifeCycleStateCommand.ts @@ -201,9 +201,6 @@ export class ChangeServerLifeCycleStateCommand extends $Command< ChangeServerLifeCycleStateCommandOutput, MgnClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -217,9 +214,7 @@ export class ChangeServerLifeCycleStateCommand extends $Command< * @public */ constructor(readonly input: ChangeServerLifeCycleStateCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -275,7 +270,4 @@ export class ChangeServerLifeCycleStateCommand extends $Command< ): Promise { return de_ChangeServerLifeCycleStateCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-mgn/src/commands/CreateApplicationCommand.ts b/clients/client-mgn/src/commands/CreateApplicationCommand.ts index e807f6eac659..39c161815800 100644 --- a/clients/client-mgn/src/commands/CreateApplicationCommand.ts +++ b/clients/client-mgn/src/commands/CreateApplicationCommand.ts @@ -105,9 +105,6 @@ export class CreateApplicationCommand extends $Command< CreateApplicationCommandOutput, MgnClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -121,9 +118,7 @@ export class CreateApplicationCommand extends $Command< * @public */ constructor(readonly input: CreateApplicationCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -176,7 +171,4 @@ export class CreateApplicationCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateApplicationCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-mgn/src/commands/CreateConnectorCommand.ts b/clients/client-mgn/src/commands/CreateConnectorCommand.ts index 0cd268e963b9..0413bcbdeca5 100644 --- a/clients/client-mgn/src/commands/CreateConnectorCommand.ts +++ b/clients/client-mgn/src/commands/CreateConnectorCommand.ts @@ -103,9 +103,6 @@ export class CreateConnectorCommand extends $Command< CreateConnectorCommandOutput, MgnClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -119,9 +116,7 @@ export class CreateConnectorCommand extends $Command< * @public */ constructor(readonly input: CreateConnectorCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -174,7 +169,4 @@ export class CreateConnectorCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateConnectorCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-mgn/src/commands/CreateLaunchConfigurationTemplateCommand.ts b/clients/client-mgn/src/commands/CreateLaunchConfigurationTemplateCommand.ts index 1acc202ad2da..81a85e640a3b 100644 --- a/clients/client-mgn/src/commands/CreateLaunchConfigurationTemplateCommand.ts +++ b/clients/client-mgn/src/commands/CreateLaunchConfigurationTemplateCommand.ts @@ -192,9 +192,6 @@ export class CreateLaunchConfigurationTemplateCommand extends $Command< CreateLaunchConfigurationTemplateCommandOutput, MgnClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -208,9 +205,7 @@ export class CreateLaunchConfigurationTemplateCommand extends $Command< * @public */ constructor(readonly input: CreateLaunchConfigurationTemplateCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -269,7 +264,4 @@ export class CreateLaunchConfigurationTemplateCommand extends $Command< ): Promise { return de_CreateLaunchConfigurationTemplateCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-mgn/src/commands/CreateReplicationConfigurationTemplateCommand.ts b/clients/client-mgn/src/commands/CreateReplicationConfigurationTemplateCommand.ts index 69a4a80d79e2..e360ef497e9d 100644 --- a/clients/client-mgn/src/commands/CreateReplicationConfigurationTemplateCommand.ts +++ b/clients/client-mgn/src/commands/CreateReplicationConfigurationTemplateCommand.ts @@ -130,9 +130,6 @@ export class CreateReplicationConfigurationTemplateCommand extends $Command< CreateReplicationConfigurationTemplateCommandOutput, MgnClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -146,9 +143,7 @@ export class CreateReplicationConfigurationTemplateCommand extends $Command< * @public */ constructor(readonly input: CreateReplicationConfigurationTemplateCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -207,7 +202,4 @@ export class CreateReplicationConfigurationTemplateCommand extends $Command< ): Promise { return de_CreateReplicationConfigurationTemplateCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-mgn/src/commands/CreateWaveCommand.ts b/clients/client-mgn/src/commands/CreateWaveCommand.ts index 4cf6c20c7b07..cc65b98f37d6 100644 --- a/clients/client-mgn/src/commands/CreateWaveCommand.ts +++ b/clients/client-mgn/src/commands/CreateWaveCommand.ts @@ -105,9 +105,6 @@ export class CreateWaveCommand extends $Command< CreateWaveCommandOutput, MgnClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -121,9 +118,7 @@ export class CreateWaveCommand extends $Command< * @public */ constructor(readonly input: CreateWaveCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -174,7 +169,4 @@ export class CreateWaveCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateWaveCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-mgn/src/commands/DeleteApplicationCommand.ts b/clients/client-mgn/src/commands/DeleteApplicationCommand.ts index 5c75db718747..b0ba40b83a21 100644 --- a/clients/client-mgn/src/commands/DeleteApplicationCommand.ts +++ b/clients/client-mgn/src/commands/DeleteApplicationCommand.ts @@ -78,9 +78,6 @@ export class DeleteApplicationCommand extends $Command< DeleteApplicationCommandOutput, MgnClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -94,9 +91,7 @@ export class DeleteApplicationCommand extends $Command< * @public */ constructor(readonly input: DeleteApplicationCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -149,7 +144,4 @@ export class DeleteApplicationCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteApplicationCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-mgn/src/commands/DeleteConnectorCommand.ts b/clients/client-mgn/src/commands/DeleteConnectorCommand.ts index 4323113e75b0..6f5e8968fe6c 100644 --- a/clients/client-mgn/src/commands/DeleteConnectorCommand.ts +++ b/clients/client-mgn/src/commands/DeleteConnectorCommand.ts @@ -77,9 +77,6 @@ export class DeleteConnectorCommand extends $Command< DeleteConnectorCommandOutput, MgnClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -93,9 +90,7 @@ export class DeleteConnectorCommand extends $Command< * @public */ constructor(readonly input: DeleteConnectorCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -148,7 +143,4 @@ export class DeleteConnectorCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteConnectorCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-mgn/src/commands/DeleteJobCommand.ts b/clients/client-mgn/src/commands/DeleteJobCommand.ts index b2e4ef2c0a55..9b7732604231 100644 --- a/clients/client-mgn/src/commands/DeleteJobCommand.ts +++ b/clients/client-mgn/src/commands/DeleteJobCommand.ts @@ -74,9 +74,6 @@ export interface DeleteJobCommandOutput extends DeleteJobResponse, __MetadataBea * */ export class DeleteJobCommand extends $Command { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -90,9 +87,7 @@ export class DeleteJobCommand extends $Command { return de_DeleteJobCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-mgn/src/commands/DeleteLaunchConfigurationTemplateCommand.ts b/clients/client-mgn/src/commands/DeleteLaunchConfigurationTemplateCommand.ts index 842b9f6ba2e4..d6130998f2f4 100644 --- a/clients/client-mgn/src/commands/DeleteLaunchConfigurationTemplateCommand.ts +++ b/clients/client-mgn/src/commands/DeleteLaunchConfigurationTemplateCommand.ts @@ -85,9 +85,6 @@ export class DeleteLaunchConfigurationTemplateCommand extends $Command< DeleteLaunchConfigurationTemplateCommandOutput, MgnClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -101,9 +98,7 @@ export class DeleteLaunchConfigurationTemplateCommand extends $Command< * @public */ constructor(readonly input: DeleteLaunchConfigurationTemplateCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -162,7 +157,4 @@ export class DeleteLaunchConfigurationTemplateCommand extends $Command< ): Promise { return de_DeleteLaunchConfigurationTemplateCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-mgn/src/commands/DeleteReplicationConfigurationTemplateCommand.ts b/clients/client-mgn/src/commands/DeleteReplicationConfigurationTemplateCommand.ts index 8ba67bbd3f83..72c417a94d3f 100644 --- a/clients/client-mgn/src/commands/DeleteReplicationConfigurationTemplateCommand.ts +++ b/clients/client-mgn/src/commands/DeleteReplicationConfigurationTemplateCommand.ts @@ -86,9 +86,6 @@ export class DeleteReplicationConfigurationTemplateCommand extends $Command< DeleteReplicationConfigurationTemplateCommandOutput, MgnClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -102,9 +99,7 @@ export class DeleteReplicationConfigurationTemplateCommand extends $Command< * @public */ constructor(readonly input: DeleteReplicationConfigurationTemplateCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -163,7 +158,4 @@ export class DeleteReplicationConfigurationTemplateCommand extends $Command< ): Promise { return de_DeleteReplicationConfigurationTemplateCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-mgn/src/commands/DeleteSourceServerCommand.ts b/clients/client-mgn/src/commands/DeleteSourceServerCommand.ts index 97ff5151ef9c..3fbcea5b589c 100644 --- a/clients/client-mgn/src/commands/DeleteSourceServerCommand.ts +++ b/clients/client-mgn/src/commands/DeleteSourceServerCommand.ts @@ -78,9 +78,6 @@ export class DeleteSourceServerCommand extends $Command< DeleteSourceServerCommandOutput, MgnClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -94,9 +91,7 @@ export class DeleteSourceServerCommand extends $Command< * @public */ constructor(readonly input: DeleteSourceServerCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -149,7 +144,4 @@ export class DeleteSourceServerCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteSourceServerCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-mgn/src/commands/DeleteVcenterClientCommand.ts b/clients/client-mgn/src/commands/DeleteVcenterClientCommand.ts index db8d38dd3fd7..1be911c2b69e 100644 --- a/clients/client-mgn/src/commands/DeleteVcenterClientCommand.ts +++ b/clients/client-mgn/src/commands/DeleteVcenterClientCommand.ts @@ -77,9 +77,6 @@ export class DeleteVcenterClientCommand extends $Command< DeleteVcenterClientCommandOutput, MgnClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -93,9 +90,7 @@ export class DeleteVcenterClientCommand extends $Command< * @public */ constructor(readonly input: DeleteVcenterClientCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -148,7 +143,4 @@ export class DeleteVcenterClientCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteVcenterClientCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-mgn/src/commands/DeleteWaveCommand.ts b/clients/client-mgn/src/commands/DeleteWaveCommand.ts index ef128a9a7d70..1efb5d51842e 100644 --- a/clients/client-mgn/src/commands/DeleteWaveCommand.ts +++ b/clients/client-mgn/src/commands/DeleteWaveCommand.ts @@ -78,9 +78,6 @@ export class DeleteWaveCommand extends $Command< DeleteWaveCommandOutput, MgnClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -94,9 +91,7 @@ export class DeleteWaveCommand extends $Command< * @public */ constructor(readonly input: DeleteWaveCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -147,7 +142,4 @@ export class DeleteWaveCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteWaveCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-mgn/src/commands/DescribeJobLogItemsCommand.ts b/clients/client-mgn/src/commands/DescribeJobLogItemsCommand.ts index a07646383766..c1bc0ec96e9a 100644 --- a/clients/client-mgn/src/commands/DescribeJobLogItemsCommand.ts +++ b/clients/client-mgn/src/commands/DescribeJobLogItemsCommand.ts @@ -91,9 +91,6 @@ export class DescribeJobLogItemsCommand extends $Command< DescribeJobLogItemsCommandOutput, MgnClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -107,9 +104,7 @@ export class DescribeJobLogItemsCommand extends $Command< * @public */ constructor(readonly input: DescribeJobLogItemsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -162,7 +157,4 @@ export class DescribeJobLogItemsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DescribeJobLogItemsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-mgn/src/commands/DescribeJobsCommand.ts b/clients/client-mgn/src/commands/DescribeJobsCommand.ts index 971e9872a31b..9437686c6c12 100644 --- a/clients/client-mgn/src/commands/DescribeJobsCommand.ts +++ b/clients/client-mgn/src/commands/DescribeJobsCommand.ts @@ -136,9 +136,6 @@ export class DescribeJobsCommand extends $Command< DescribeJobsCommandOutput, MgnClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -152,9 +149,7 @@ export class DescribeJobsCommand extends $Command< * @public */ constructor(readonly input: DescribeJobsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -205,7 +200,4 @@ export class DescribeJobsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DescribeJobsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-mgn/src/commands/DescribeLaunchConfigurationTemplatesCommand.ts b/clients/client-mgn/src/commands/DescribeLaunchConfigurationTemplatesCommand.ts index e23e0bf885c6..1c66e2bd5cf1 100644 --- a/clients/client-mgn/src/commands/DescribeLaunchConfigurationTemplatesCommand.ts +++ b/clients/client-mgn/src/commands/DescribeLaunchConfigurationTemplatesCommand.ts @@ -151,9 +151,6 @@ export class DescribeLaunchConfigurationTemplatesCommand extends $Command< DescribeLaunchConfigurationTemplatesCommandOutput, MgnClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -167,9 +164,7 @@ export class DescribeLaunchConfigurationTemplatesCommand extends $Command< * @public */ constructor(readonly input: DescribeLaunchConfigurationTemplatesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -228,7 +223,4 @@ export class DescribeLaunchConfigurationTemplatesCommand extends $Command< ): Promise { return de_DescribeLaunchConfigurationTemplatesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-mgn/src/commands/DescribeReplicationConfigurationTemplatesCommand.ts b/clients/client-mgn/src/commands/DescribeReplicationConfigurationTemplatesCommand.ts index ee71fb44695e..ba6842e10f6b 100644 --- a/clients/client-mgn/src/commands/DescribeReplicationConfigurationTemplatesCommand.ts +++ b/clients/client-mgn/src/commands/DescribeReplicationConfigurationTemplatesCommand.ts @@ -119,9 +119,6 @@ export class DescribeReplicationConfigurationTemplatesCommand extends $Command< DescribeReplicationConfigurationTemplatesCommandOutput, MgnClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -135,9 +132,7 @@ export class DescribeReplicationConfigurationTemplatesCommand extends $Command< * @public */ constructor(readonly input: DescribeReplicationConfigurationTemplatesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -202,7 +197,4 @@ export class DescribeReplicationConfigurationTemplatesCommand extends $Command< ): Promise { return de_DescribeReplicationConfigurationTemplatesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-mgn/src/commands/DescribeSourceServersCommand.ts b/clients/client-mgn/src/commands/DescribeSourceServersCommand.ts index 9138ea9f6248..c867a0b08c00 100644 --- a/clients/client-mgn/src/commands/DescribeSourceServersCommand.ts +++ b/clients/client-mgn/src/commands/DescribeSourceServersCommand.ts @@ -217,9 +217,6 @@ export class DescribeSourceServersCommand extends $Command< DescribeSourceServersCommandOutput, MgnClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -233,9 +230,7 @@ export class DescribeSourceServersCommand extends $Command< * @public */ constructor(readonly input: DescribeSourceServersCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -288,7 +283,4 @@ export class DescribeSourceServersCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DescribeSourceServersCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-mgn/src/commands/DescribeVcenterClientsCommand.ts b/clients/client-mgn/src/commands/DescribeVcenterClientsCommand.ts index 9a2ac9aef9b7..55bbb6572644 100644 --- a/clients/client-mgn/src/commands/DescribeVcenterClientsCommand.ts +++ b/clients/client-mgn/src/commands/DescribeVcenterClientsCommand.ts @@ -100,9 +100,6 @@ export class DescribeVcenterClientsCommand extends $Command< DescribeVcenterClientsCommandOutput, MgnClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -116,9 +113,7 @@ export class DescribeVcenterClientsCommand extends $Command< * @public */ constructor(readonly input: DescribeVcenterClientsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -171,7 +166,4 @@ export class DescribeVcenterClientsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DescribeVcenterClientsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-mgn/src/commands/DisassociateApplicationsCommand.ts b/clients/client-mgn/src/commands/DisassociateApplicationsCommand.ts index 70927a8613a0..eaa792f1a01f 100644 --- a/clients/client-mgn/src/commands/DisassociateApplicationsCommand.ts +++ b/clients/client-mgn/src/commands/DisassociateApplicationsCommand.ts @@ -81,9 +81,6 @@ export class DisassociateApplicationsCommand extends $Command< DisassociateApplicationsCommandOutput, MgnClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -97,9 +94,7 @@ export class DisassociateApplicationsCommand extends $Command< * @public */ constructor(readonly input: DisassociateApplicationsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -152,7 +147,4 @@ export class DisassociateApplicationsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DisassociateApplicationsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-mgn/src/commands/DisassociateSourceServersCommand.ts b/clients/client-mgn/src/commands/DisassociateSourceServersCommand.ts index 579499971a98..099103946ef8 100644 --- a/clients/client-mgn/src/commands/DisassociateSourceServersCommand.ts +++ b/clients/client-mgn/src/commands/DisassociateSourceServersCommand.ts @@ -81,9 +81,6 @@ export class DisassociateSourceServersCommand extends $Command< DisassociateSourceServersCommandOutput, MgnClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -97,9 +94,7 @@ export class DisassociateSourceServersCommand extends $Command< * @public */ constructor(readonly input: DisassociateSourceServersCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -155,7 +150,4 @@ export class DisassociateSourceServersCommand extends $Command< ): Promise { return de_DisassociateSourceServersCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-mgn/src/commands/DisconnectFromServiceCommand.ts b/clients/client-mgn/src/commands/DisconnectFromServiceCommand.ts index 2f8e62751b72..3e5c1f3dc109 100644 --- a/clients/client-mgn/src/commands/DisconnectFromServiceCommand.ts +++ b/clients/client-mgn/src/commands/DisconnectFromServiceCommand.ts @@ -195,9 +195,6 @@ export class DisconnectFromServiceCommand extends $Command< DisconnectFromServiceCommandOutput, MgnClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -211,9 +208,7 @@ export class DisconnectFromServiceCommand extends $Command< * @public */ constructor(readonly input: DisconnectFromServiceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -266,7 +261,4 @@ export class DisconnectFromServiceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DisconnectFromServiceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-mgn/src/commands/FinalizeCutoverCommand.ts b/clients/client-mgn/src/commands/FinalizeCutoverCommand.ts index 00e43f769925..3c5b5bcd1033 100644 --- a/clients/client-mgn/src/commands/FinalizeCutoverCommand.ts +++ b/clients/client-mgn/src/commands/FinalizeCutoverCommand.ts @@ -198,9 +198,6 @@ export class FinalizeCutoverCommand extends $Command< FinalizeCutoverCommandOutput, MgnClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -214,9 +211,7 @@ export class FinalizeCutoverCommand extends $Command< * @public */ constructor(readonly input: FinalizeCutoverCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -269,7 +264,4 @@ export class FinalizeCutoverCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_FinalizeCutoverCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-mgn/src/commands/GetLaunchConfigurationCommand.ts b/clients/client-mgn/src/commands/GetLaunchConfigurationCommand.ts index 398709c712b3..ef3ed25a55c5 100644 --- a/clients/client-mgn/src/commands/GetLaunchConfigurationCommand.ts +++ b/clients/client-mgn/src/commands/GetLaunchConfigurationCommand.ts @@ -116,9 +116,6 @@ export class GetLaunchConfigurationCommand extends $Command< GetLaunchConfigurationCommandOutput, MgnClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -132,9 +129,7 @@ export class GetLaunchConfigurationCommand extends $Command< * @public */ constructor(readonly input: GetLaunchConfigurationCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -187,7 +182,4 @@ export class GetLaunchConfigurationCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetLaunchConfigurationCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-mgn/src/commands/GetReplicationConfigurationCommand.ts b/clients/client-mgn/src/commands/GetReplicationConfigurationCommand.ts index 25a8fc6a4e86..7a18dca5dfd8 100644 --- a/clients/client-mgn/src/commands/GetReplicationConfigurationCommand.ts +++ b/clients/client-mgn/src/commands/GetReplicationConfigurationCommand.ts @@ -111,9 +111,6 @@ export class GetReplicationConfigurationCommand extends $Command< GetReplicationConfigurationCommandOutput, MgnClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -127,9 +124,7 @@ export class GetReplicationConfigurationCommand extends $Command< * @public */ constructor(readonly input: GetReplicationConfigurationCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -185,7 +180,4 @@ export class GetReplicationConfigurationCommand extends $Command< ): Promise { return de_GetReplicationConfigurationCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-mgn/src/commands/InitializeServiceCommand.ts b/clients/client-mgn/src/commands/InitializeServiceCommand.ts index e45dc2f87857..e12c6c4424c3 100644 --- a/clients/client-mgn/src/commands/InitializeServiceCommand.ts +++ b/clients/client-mgn/src/commands/InitializeServiceCommand.ts @@ -72,9 +72,6 @@ export class InitializeServiceCommand extends $Command< InitializeServiceCommandOutput, MgnClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -88,9 +85,7 @@ export class InitializeServiceCommand extends $Command< * @public */ constructor(readonly input: InitializeServiceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -143,7 +138,4 @@ export class InitializeServiceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_InitializeServiceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-mgn/src/commands/ListApplicationsCommand.ts b/clients/client-mgn/src/commands/ListApplicationsCommand.ts index 3e39111cdd5b..fa797507727a 100644 --- a/clients/client-mgn/src/commands/ListApplicationsCommand.ts +++ b/clients/client-mgn/src/commands/ListApplicationsCommand.ts @@ -109,9 +109,6 @@ export class ListApplicationsCommand extends $Command< ListApplicationsCommandOutput, MgnClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -125,9 +122,7 @@ export class ListApplicationsCommand extends $Command< * @public */ constructor(readonly input: ListApplicationsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -180,7 +175,4 @@ export class ListApplicationsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListApplicationsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-mgn/src/commands/ListConnectorsCommand.ts b/clients/client-mgn/src/commands/ListConnectorsCommand.ts index 189eeaefa121..94cd55279242 100644 --- a/clients/client-mgn/src/commands/ListConnectorsCommand.ts +++ b/clients/client-mgn/src/commands/ListConnectorsCommand.ts @@ -103,9 +103,6 @@ export class ListConnectorsCommand extends $Command< ListConnectorsCommandOutput, MgnClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -119,9 +116,7 @@ export class ListConnectorsCommand extends $Command< * @public */ constructor(readonly input: ListConnectorsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -174,7 +169,4 @@ export class ListConnectorsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListConnectorsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-mgn/src/commands/ListExportErrorsCommand.ts b/clients/client-mgn/src/commands/ListExportErrorsCommand.ts index 1b3b53bc98d9..a3e4da6c8b2a 100644 --- a/clients/client-mgn/src/commands/ListExportErrorsCommand.ts +++ b/clients/client-mgn/src/commands/ListExportErrorsCommand.ts @@ -86,9 +86,6 @@ export class ListExportErrorsCommand extends $Command< ListExportErrorsCommandOutput, MgnClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -102,9 +99,7 @@ export class ListExportErrorsCommand extends $Command< * @public */ constructor(readonly input: ListExportErrorsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -157,7 +152,4 @@ export class ListExportErrorsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListExportErrorsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-mgn/src/commands/ListExportsCommand.ts b/clients/client-mgn/src/commands/ListExportsCommand.ts index 57948890e29e..9cfb1dfc9f71 100644 --- a/clients/client-mgn/src/commands/ListExportsCommand.ts +++ b/clients/client-mgn/src/commands/ListExportsCommand.ts @@ -96,9 +96,6 @@ export class ListExportsCommand extends $Command< ListExportsCommandOutput, MgnClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -112,9 +109,7 @@ export class ListExportsCommand extends $Command< * @public */ constructor(readonly input: ListExportsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -165,7 +160,4 @@ export class ListExportsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListExportsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-mgn/src/commands/ListImportErrorsCommand.ts b/clients/client-mgn/src/commands/ListImportErrorsCommand.ts index b628fd08fcb1..cfccf12ff680 100644 --- a/clients/client-mgn/src/commands/ListImportErrorsCommand.ts +++ b/clients/client-mgn/src/commands/ListImportErrorsCommand.ts @@ -93,9 +93,6 @@ export class ListImportErrorsCommand extends $Command< ListImportErrorsCommandOutput, MgnClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -109,9 +106,7 @@ export class ListImportErrorsCommand extends $Command< * @public */ constructor(readonly input: ListImportErrorsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -164,7 +159,4 @@ export class ListImportErrorsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListImportErrorsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-mgn/src/commands/ListImportsCommand.ts b/clients/client-mgn/src/commands/ListImportsCommand.ts index 7334029ff5fc..2bd7d29bdea3 100644 --- a/clients/client-mgn/src/commands/ListImportsCommand.ts +++ b/clients/client-mgn/src/commands/ListImportsCommand.ts @@ -110,9 +110,6 @@ export class ListImportsCommand extends $Command< ListImportsCommandOutput, MgnClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -126,9 +123,7 @@ export class ListImportsCommand extends $Command< * @public */ constructor(readonly input: ListImportsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -179,7 +174,4 @@ export class ListImportsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListImportsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-mgn/src/commands/ListManagedAccountsCommand.ts b/clients/client-mgn/src/commands/ListManagedAccountsCommand.ts index 7ad889ae548e..ace92a2bf0f4 100644 --- a/clients/client-mgn/src/commands/ListManagedAccountsCommand.ts +++ b/clients/client-mgn/src/commands/ListManagedAccountsCommand.ts @@ -82,9 +82,6 @@ export class ListManagedAccountsCommand extends $Command< ListManagedAccountsCommandOutput, MgnClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -98,9 +95,7 @@ export class ListManagedAccountsCommand extends $Command< * @public */ constructor(readonly input: ListManagedAccountsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -153,7 +148,4 @@ export class ListManagedAccountsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListManagedAccountsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-mgn/src/commands/ListSourceServerActionsCommand.ts b/clients/client-mgn/src/commands/ListSourceServerActionsCommand.ts index 14ef94b3a83b..5ebd6f426f91 100644 --- a/clients/client-mgn/src/commands/ListSourceServerActionsCommand.ts +++ b/clients/client-mgn/src/commands/ListSourceServerActionsCommand.ts @@ -111,9 +111,6 @@ export class ListSourceServerActionsCommand extends $Command< ListSourceServerActionsCommandOutput, MgnClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -127,9 +124,7 @@ export class ListSourceServerActionsCommand extends $Command< * @public */ constructor(readonly input: ListSourceServerActionsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -182,7 +177,4 @@ export class ListSourceServerActionsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListSourceServerActionsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-mgn/src/commands/ListTagsForResourceCommand.ts b/clients/client-mgn/src/commands/ListTagsForResourceCommand.ts index 1989f0f62744..32891a42d4dd 100644 --- a/clients/client-mgn/src/commands/ListTagsForResourceCommand.ts +++ b/clients/client-mgn/src/commands/ListTagsForResourceCommand.ts @@ -91,9 +91,6 @@ export class ListTagsForResourceCommand extends $Command< ListTagsForResourceCommandOutput, MgnClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -107,9 +104,7 @@ export class ListTagsForResourceCommand extends $Command< * @public */ constructor(readonly input: ListTagsForResourceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -162,7 +157,4 @@ export class ListTagsForResourceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListTagsForResourceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-mgn/src/commands/ListTemplateActionsCommand.ts b/clients/client-mgn/src/commands/ListTemplateActionsCommand.ts index e54d7863f994..df31b7713d4d 100644 --- a/clients/client-mgn/src/commands/ListTemplateActionsCommand.ts +++ b/clients/client-mgn/src/commands/ListTemplateActionsCommand.ts @@ -111,9 +111,6 @@ export class ListTemplateActionsCommand extends $Command< ListTemplateActionsCommandOutput, MgnClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -127,9 +124,7 @@ export class ListTemplateActionsCommand extends $Command< * @public */ constructor(readonly input: ListTemplateActionsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -182,7 +177,4 @@ export class ListTemplateActionsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListTemplateActionsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-mgn/src/commands/ListWavesCommand.ts b/clients/client-mgn/src/commands/ListWavesCommand.ts index 02e3e235cb81..638f58aeab4b 100644 --- a/clients/client-mgn/src/commands/ListWavesCommand.ts +++ b/clients/client-mgn/src/commands/ListWavesCommand.ts @@ -98,9 +98,6 @@ export interface ListWavesCommandOutput extends ListWavesResponse, __MetadataBea * */ export class ListWavesCommand extends $Command { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -114,9 +111,7 @@ export class ListWavesCommand extends $Command { return de_ListWavesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-mgn/src/commands/MarkAsArchivedCommand.ts b/clients/client-mgn/src/commands/MarkAsArchivedCommand.ts index 89fef1a88818..29489c5d2e59 100644 --- a/clients/client-mgn/src/commands/MarkAsArchivedCommand.ts +++ b/clients/client-mgn/src/commands/MarkAsArchivedCommand.ts @@ -195,9 +195,6 @@ export class MarkAsArchivedCommand extends $Command< MarkAsArchivedCommandOutput, MgnClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -211,9 +208,7 @@ export class MarkAsArchivedCommand extends $Command< * @public */ constructor(readonly input: MarkAsArchivedCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -266,7 +261,4 @@ export class MarkAsArchivedCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_MarkAsArchivedCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-mgn/src/commands/PauseReplicationCommand.ts b/clients/client-mgn/src/commands/PauseReplicationCommand.ts index f688aa008159..455420febd31 100644 --- a/clients/client-mgn/src/commands/PauseReplicationCommand.ts +++ b/clients/client-mgn/src/commands/PauseReplicationCommand.ts @@ -201,9 +201,6 @@ export class PauseReplicationCommand extends $Command< PauseReplicationCommandOutput, MgnClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -217,9 +214,7 @@ export class PauseReplicationCommand extends $Command< * @public */ constructor(readonly input: PauseReplicationCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -272,7 +267,4 @@ export class PauseReplicationCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_PauseReplicationCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-mgn/src/commands/PutSourceServerActionCommand.ts b/clients/client-mgn/src/commands/PutSourceServerActionCommand.ts index 21fd7ef9adad..6e1eb2870f9e 100644 --- a/clients/client-mgn/src/commands/PutSourceServerActionCommand.ts +++ b/clients/client-mgn/src/commands/PutSourceServerActionCommand.ts @@ -128,9 +128,6 @@ export class PutSourceServerActionCommand extends $Command< PutSourceServerActionCommandOutput, MgnClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -144,9 +141,7 @@ export class PutSourceServerActionCommand extends $Command< * @public */ constructor(readonly input: PutSourceServerActionCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -199,7 +194,4 @@ export class PutSourceServerActionCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_PutSourceServerActionCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-mgn/src/commands/PutTemplateActionCommand.ts b/clients/client-mgn/src/commands/PutTemplateActionCommand.ts index b34f1e56e4b6..ede509f50a9f 100644 --- a/clients/client-mgn/src/commands/PutTemplateActionCommand.ts +++ b/clients/client-mgn/src/commands/PutTemplateActionCommand.ts @@ -129,9 +129,6 @@ export class PutTemplateActionCommand extends $Command< PutTemplateActionCommandOutput, MgnClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -145,9 +142,7 @@ export class PutTemplateActionCommand extends $Command< * @public */ constructor(readonly input: PutTemplateActionCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -200,7 +195,4 @@ export class PutTemplateActionCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_PutTemplateActionCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-mgn/src/commands/RemoveSourceServerActionCommand.ts b/clients/client-mgn/src/commands/RemoveSourceServerActionCommand.ts index d3755902957f..455c3f19d092 100644 --- a/clients/client-mgn/src/commands/RemoveSourceServerActionCommand.ts +++ b/clients/client-mgn/src/commands/RemoveSourceServerActionCommand.ts @@ -79,9 +79,6 @@ export class RemoveSourceServerActionCommand extends $Command< RemoveSourceServerActionCommandOutput, MgnClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -95,9 +92,7 @@ export class RemoveSourceServerActionCommand extends $Command< * @public */ constructor(readonly input: RemoveSourceServerActionCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -150,7 +145,4 @@ export class RemoveSourceServerActionCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_RemoveSourceServerActionCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-mgn/src/commands/RemoveTemplateActionCommand.ts b/clients/client-mgn/src/commands/RemoveTemplateActionCommand.ts index 03464def87e2..39169ac5a46d 100644 --- a/clients/client-mgn/src/commands/RemoveTemplateActionCommand.ts +++ b/clients/client-mgn/src/commands/RemoveTemplateActionCommand.ts @@ -78,9 +78,6 @@ export class RemoveTemplateActionCommand extends $Command< RemoveTemplateActionCommandOutput, MgnClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -94,9 +91,7 @@ export class RemoveTemplateActionCommand extends $Command< * @public */ constructor(readonly input: RemoveTemplateActionCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -149,7 +144,4 @@ export class RemoveTemplateActionCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_RemoveTemplateActionCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-mgn/src/commands/ResumeReplicationCommand.ts b/clients/client-mgn/src/commands/ResumeReplicationCommand.ts index 1554a3618ed7..a089d07607a4 100644 --- a/clients/client-mgn/src/commands/ResumeReplicationCommand.ts +++ b/clients/client-mgn/src/commands/ResumeReplicationCommand.ts @@ -201,9 +201,6 @@ export class ResumeReplicationCommand extends $Command< ResumeReplicationCommandOutput, MgnClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -217,9 +214,7 @@ export class ResumeReplicationCommand extends $Command< * @public */ constructor(readonly input: ResumeReplicationCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -272,7 +267,4 @@ export class ResumeReplicationCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ResumeReplicationCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-mgn/src/commands/RetryDataReplicationCommand.ts b/clients/client-mgn/src/commands/RetryDataReplicationCommand.ts index 9091e637e5aa..25fcc96be3e1 100644 --- a/clients/client-mgn/src/commands/RetryDataReplicationCommand.ts +++ b/clients/client-mgn/src/commands/RetryDataReplicationCommand.ts @@ -195,9 +195,6 @@ export class RetryDataReplicationCommand extends $Command< RetryDataReplicationCommandOutput, MgnClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -211,9 +208,7 @@ export class RetryDataReplicationCommand extends $Command< * @public */ constructor(readonly input: RetryDataReplicationCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -266,7 +261,4 @@ export class RetryDataReplicationCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_RetryDataReplicationCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-mgn/src/commands/StartCutoverCommand.ts b/clients/client-mgn/src/commands/StartCutoverCommand.ts index caf266bdb910..108c288efdf9 100644 --- a/clients/client-mgn/src/commands/StartCutoverCommand.ts +++ b/clients/client-mgn/src/commands/StartCutoverCommand.ts @@ -138,9 +138,6 @@ export class StartCutoverCommand extends $Command< StartCutoverCommandOutput, MgnClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -154,9 +151,7 @@ export class StartCutoverCommand extends $Command< * @public */ constructor(readonly input: StartCutoverCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -207,7 +202,4 @@ export class StartCutoverCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_StartCutoverCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-mgn/src/commands/StartExportCommand.ts b/clients/client-mgn/src/commands/StartExportCommand.ts index 58703b849600..d0ae34ef1a1d 100644 --- a/clients/client-mgn/src/commands/StartExportCommand.ts +++ b/clients/client-mgn/src/commands/StartExportCommand.ts @@ -95,9 +95,6 @@ export class StartExportCommand extends $Command< StartExportCommandOutput, MgnClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -111,9 +108,7 @@ export class StartExportCommand extends $Command< * @public */ constructor(readonly input: StartExportCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -164,7 +159,4 @@ export class StartExportCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_StartExportCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-mgn/src/commands/StartImportCommand.ts b/clients/client-mgn/src/commands/StartImportCommand.ts index a70de65fbd3b..f4176e322c02 100644 --- a/clients/client-mgn/src/commands/StartImportCommand.ts +++ b/clients/client-mgn/src/commands/StartImportCommand.ts @@ -115,9 +115,6 @@ export class StartImportCommand extends $Command< StartImportCommandOutput, MgnClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -131,9 +128,7 @@ export class StartImportCommand extends $Command< * @public */ constructor(readonly input: StartImportCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -184,7 +179,4 @@ export class StartImportCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_StartImportCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-mgn/src/commands/StartReplicationCommand.ts b/clients/client-mgn/src/commands/StartReplicationCommand.ts index 8a4c14a7fe9b..86d93b56df61 100644 --- a/clients/client-mgn/src/commands/StartReplicationCommand.ts +++ b/clients/client-mgn/src/commands/StartReplicationCommand.ts @@ -201,9 +201,6 @@ export class StartReplicationCommand extends $Command< StartReplicationCommandOutput, MgnClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -217,9 +214,7 @@ export class StartReplicationCommand extends $Command< * @public */ constructor(readonly input: StartReplicationCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -272,7 +267,4 @@ export class StartReplicationCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_StartReplicationCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-mgn/src/commands/StartTestCommand.ts b/clients/client-mgn/src/commands/StartTestCommand.ts index cc7b8c553d21..47eb30f33f6c 100644 --- a/clients/client-mgn/src/commands/StartTestCommand.ts +++ b/clients/client-mgn/src/commands/StartTestCommand.ts @@ -134,9 +134,6 @@ export interface StartTestCommandOutput extends StartTestResponse, __MetadataBea * */ export class StartTestCommand extends $Command { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -150,9 +147,7 @@ export class StartTestCommand extends $Command { return de_StartTestCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-mgn/src/commands/StopReplicationCommand.ts b/clients/client-mgn/src/commands/StopReplicationCommand.ts index c8b8c0fa1edb..6e03abbc9c79 100644 --- a/clients/client-mgn/src/commands/StopReplicationCommand.ts +++ b/clients/client-mgn/src/commands/StopReplicationCommand.ts @@ -201,9 +201,6 @@ export class StopReplicationCommand extends $Command< StopReplicationCommandOutput, MgnClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -217,9 +214,7 @@ export class StopReplicationCommand extends $Command< * @public */ constructor(readonly input: StopReplicationCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -272,7 +267,4 @@ export class StopReplicationCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_StopReplicationCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-mgn/src/commands/TagResourceCommand.ts b/clients/client-mgn/src/commands/TagResourceCommand.ts index 4f6a4b80cd4f..2418e90f306f 100644 --- a/clients/client-mgn/src/commands/TagResourceCommand.ts +++ b/clients/client-mgn/src/commands/TagResourceCommand.ts @@ -86,9 +86,6 @@ export class TagResourceCommand extends $Command< TagResourceCommandOutput, MgnClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -102,9 +99,7 @@ export class TagResourceCommand extends $Command< * @public */ constructor(readonly input: TagResourceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -155,7 +150,4 @@ export class TagResourceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_TagResourceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-mgn/src/commands/TerminateTargetInstancesCommand.ts b/clients/client-mgn/src/commands/TerminateTargetInstancesCommand.ts index dc0dbf23a963..a63314e0fb99 100644 --- a/clients/client-mgn/src/commands/TerminateTargetInstancesCommand.ts +++ b/clients/client-mgn/src/commands/TerminateTargetInstancesCommand.ts @@ -138,9 +138,6 @@ export class TerminateTargetInstancesCommand extends $Command< TerminateTargetInstancesCommandOutput, MgnClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -154,9 +151,7 @@ export class TerminateTargetInstancesCommand extends $Command< * @public */ constructor(readonly input: TerminateTargetInstancesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -209,7 +204,4 @@ export class TerminateTargetInstancesCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_TerminateTargetInstancesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-mgn/src/commands/UnarchiveApplicationCommand.ts b/clients/client-mgn/src/commands/UnarchiveApplicationCommand.ts index c20dac749fca..eaa2c9bdeca7 100644 --- a/clients/client-mgn/src/commands/UnarchiveApplicationCommand.ts +++ b/clients/client-mgn/src/commands/UnarchiveApplicationCommand.ts @@ -96,9 +96,6 @@ export class UnarchiveApplicationCommand extends $Command< UnarchiveApplicationCommandOutput, MgnClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -112,9 +109,7 @@ export class UnarchiveApplicationCommand extends $Command< * @public */ constructor(readonly input: UnarchiveApplicationCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -167,7 +162,4 @@ export class UnarchiveApplicationCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UnarchiveApplicationCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-mgn/src/commands/UnarchiveWaveCommand.ts b/clients/client-mgn/src/commands/UnarchiveWaveCommand.ts index 06f69e0241b7..cb6be7842f62 100644 --- a/clients/client-mgn/src/commands/UnarchiveWaveCommand.ts +++ b/clients/client-mgn/src/commands/UnarchiveWaveCommand.ts @@ -96,9 +96,6 @@ export class UnarchiveWaveCommand extends $Command< UnarchiveWaveCommandOutput, MgnClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -112,9 +109,7 @@ export class UnarchiveWaveCommand extends $Command< * @public */ constructor(readonly input: UnarchiveWaveCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -165,7 +160,4 @@ export class UnarchiveWaveCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UnarchiveWaveCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-mgn/src/commands/UntagResourceCommand.ts b/clients/client-mgn/src/commands/UntagResourceCommand.ts index 2a785169851f..7e6d55ee8ca5 100644 --- a/clients/client-mgn/src/commands/UntagResourceCommand.ts +++ b/clients/client-mgn/src/commands/UntagResourceCommand.ts @@ -86,9 +86,6 @@ export class UntagResourceCommand extends $Command< UntagResourceCommandOutput, MgnClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -102,9 +99,7 @@ export class UntagResourceCommand extends $Command< * @public */ constructor(readonly input: UntagResourceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -155,7 +150,4 @@ export class UntagResourceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UntagResourceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-mgn/src/commands/UpdateApplicationCommand.ts b/clients/client-mgn/src/commands/UpdateApplicationCommand.ts index 6159bc36157d..b1dd1a3519ba 100644 --- a/clients/client-mgn/src/commands/UpdateApplicationCommand.ts +++ b/clients/client-mgn/src/commands/UpdateApplicationCommand.ts @@ -98,9 +98,6 @@ export class UpdateApplicationCommand extends $Command< UpdateApplicationCommandOutput, MgnClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -114,9 +111,7 @@ export class UpdateApplicationCommand extends $Command< * @public */ constructor(readonly input: UpdateApplicationCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -169,7 +164,4 @@ export class UpdateApplicationCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdateApplicationCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-mgn/src/commands/UpdateConnectorCommand.ts b/clients/client-mgn/src/commands/UpdateConnectorCommand.ts index 3de824d9f047..91241e6ff107 100644 --- a/clients/client-mgn/src/commands/UpdateConnectorCommand.ts +++ b/clients/client-mgn/src/commands/UpdateConnectorCommand.ts @@ -98,9 +98,6 @@ export class UpdateConnectorCommand extends $Command< UpdateConnectorCommandOutput, MgnClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -114,9 +111,7 @@ export class UpdateConnectorCommand extends $Command< * @public */ constructor(readonly input: UpdateConnectorCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -169,7 +164,4 @@ export class UpdateConnectorCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdateConnectorCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-mgn/src/commands/UpdateLaunchConfigurationCommand.ts b/clients/client-mgn/src/commands/UpdateLaunchConfigurationCommand.ts index 1af7a60bc5fb..370d466bc8d2 100644 --- a/clients/client-mgn/src/commands/UpdateLaunchConfigurationCommand.ts +++ b/clients/client-mgn/src/commands/UpdateLaunchConfigurationCommand.ts @@ -160,9 +160,6 @@ export class UpdateLaunchConfigurationCommand extends $Command< UpdateLaunchConfigurationCommandOutput, MgnClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -176,9 +173,7 @@ export class UpdateLaunchConfigurationCommand extends $Command< * @public */ constructor(readonly input: UpdateLaunchConfigurationCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -234,7 +229,4 @@ export class UpdateLaunchConfigurationCommand extends $Command< ): Promise { return de_UpdateLaunchConfigurationCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-mgn/src/commands/UpdateLaunchConfigurationTemplateCommand.ts b/clients/client-mgn/src/commands/UpdateLaunchConfigurationTemplateCommand.ts index d0167b79e894..ec5ef70856a4 100644 --- a/clients/client-mgn/src/commands/UpdateLaunchConfigurationTemplateCommand.ts +++ b/clients/client-mgn/src/commands/UpdateLaunchConfigurationTemplateCommand.ts @@ -192,9 +192,6 @@ export class UpdateLaunchConfigurationTemplateCommand extends $Command< UpdateLaunchConfigurationTemplateCommandOutput, MgnClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -208,9 +205,7 @@ export class UpdateLaunchConfigurationTemplateCommand extends $Command< * @public */ constructor(readonly input: UpdateLaunchConfigurationTemplateCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -269,7 +264,4 @@ export class UpdateLaunchConfigurationTemplateCommand extends $Command< ): Promise { return de_UpdateLaunchConfigurationTemplateCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-mgn/src/commands/UpdateReplicationConfigurationCommand.ts b/clients/client-mgn/src/commands/UpdateReplicationConfigurationCommand.ts index a842bdb20754..cf376b02af8d 100644 --- a/clients/client-mgn/src/commands/UpdateReplicationConfigurationCommand.ts +++ b/clients/client-mgn/src/commands/UpdateReplicationConfigurationCommand.ts @@ -148,9 +148,6 @@ export class UpdateReplicationConfigurationCommand extends $Command< UpdateReplicationConfigurationCommandOutput, MgnClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -164,9 +161,7 @@ export class UpdateReplicationConfigurationCommand extends $Command< * @public */ constructor(readonly input: UpdateReplicationConfigurationCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -225,7 +220,4 @@ export class UpdateReplicationConfigurationCommand extends $Command< ): Promise { return de_UpdateReplicationConfigurationCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-mgn/src/commands/UpdateReplicationConfigurationTemplateCommand.ts b/clients/client-mgn/src/commands/UpdateReplicationConfigurationTemplateCommand.ts index 5264f230c76d..5160f7bf436c 100644 --- a/clients/client-mgn/src/commands/UpdateReplicationConfigurationTemplateCommand.ts +++ b/clients/client-mgn/src/commands/UpdateReplicationConfigurationTemplateCommand.ts @@ -132,9 +132,6 @@ export class UpdateReplicationConfigurationTemplateCommand extends $Command< UpdateReplicationConfigurationTemplateCommandOutput, MgnClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -148,9 +145,7 @@ export class UpdateReplicationConfigurationTemplateCommand extends $Command< * @public */ constructor(readonly input: UpdateReplicationConfigurationTemplateCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -209,7 +204,4 @@ export class UpdateReplicationConfigurationTemplateCommand extends $Command< ): Promise { return de_UpdateReplicationConfigurationTemplateCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-mgn/src/commands/UpdateSourceServerCommand.ts b/clients/client-mgn/src/commands/UpdateSourceServerCommand.ts index 5b92298bbb37..5ca00b9f8db2 100644 --- a/clients/client-mgn/src/commands/UpdateSourceServerCommand.ts +++ b/clients/client-mgn/src/commands/UpdateSourceServerCommand.ts @@ -199,9 +199,6 @@ export class UpdateSourceServerCommand extends $Command< UpdateSourceServerCommandOutput, MgnClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -215,9 +212,7 @@ export class UpdateSourceServerCommand extends $Command< * @public */ constructor(readonly input: UpdateSourceServerCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -270,7 +265,4 @@ export class UpdateSourceServerCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdateSourceServerCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-mgn/src/commands/UpdateSourceServerReplicationTypeCommand.ts b/clients/client-mgn/src/commands/UpdateSourceServerReplicationTypeCommand.ts index 8f15870437c7..2d086dac3699 100644 --- a/clients/client-mgn/src/commands/UpdateSourceServerReplicationTypeCommand.ts +++ b/clients/client-mgn/src/commands/UpdateSourceServerReplicationTypeCommand.ts @@ -206,9 +206,6 @@ export class UpdateSourceServerReplicationTypeCommand extends $Command< UpdateSourceServerReplicationTypeCommandOutput, MgnClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -222,9 +219,7 @@ export class UpdateSourceServerReplicationTypeCommand extends $Command< * @public */ constructor(readonly input: UpdateSourceServerReplicationTypeCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -283,7 +278,4 @@ export class UpdateSourceServerReplicationTypeCommand extends $Command< ): Promise { return de_UpdateSourceServerReplicationTypeCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-mgn/src/commands/UpdateWaveCommand.ts b/clients/client-mgn/src/commands/UpdateWaveCommand.ts index 9460a145ebdf..43d4ecdd7260 100644 --- a/clients/client-mgn/src/commands/UpdateWaveCommand.ts +++ b/clients/client-mgn/src/commands/UpdateWaveCommand.ts @@ -98,9 +98,6 @@ export class UpdateWaveCommand extends $Command< UpdateWaveCommandOutput, MgnClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -114,9 +111,7 @@ export class UpdateWaveCommand extends $Command< * @public */ constructor(readonly input: UpdateWaveCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -167,7 +162,4 @@ export class UpdateWaveCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdateWaveCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-migration-hub-refactor-spaces/package.json b/clients/client-migration-hub-refactor-spaces/package.json index abb753a736ba..f96609c7fcbb 100644 --- a/clients/client-migration-hub-refactor-spaces/package.json +++ b/clients/client-migration-hub-refactor-spaces/package.json @@ -34,29 +34,29 @@ "@aws-sdk/util-endpoints": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@smithy/config-resolver": "^2.0.16", - "@smithy/fetch-http-handler": "^2.2.4", - "@smithy/hash-node": "^2.0.12", - "@smithy/invalid-dependency": "^2.0.12", - "@smithy/middleware-content-length": "^2.0.14", - "@smithy/middleware-endpoint": "^2.1.3", - "@smithy/middleware-retry": "^2.0.18", - "@smithy/middleware-serde": "^2.0.12", - "@smithy/middleware-stack": "^2.0.6", - "@smithy/node-config-provider": "^2.1.3", - "@smithy/node-http-handler": "^2.1.8", - "@smithy/protocol-http": "^3.0.8", - "@smithy/smithy-client": "^2.1.12", - "@smithy/types": "^2.4.0", - "@smithy/url-parser": "^2.0.12", - "@smithy/util-base64": "^2.0.0", + "@smithy/config-resolver": "^2.0.18", + "@smithy/fetch-http-handler": "^2.2.6", + "@smithy/hash-node": "^2.0.15", + "@smithy/invalid-dependency": "^2.0.13", + "@smithy/middleware-content-length": "^2.0.15", + "@smithy/middleware-endpoint": "^2.2.0", + "@smithy/middleware-retry": "^2.0.20", + "@smithy/middleware-serde": "^2.0.13", + "@smithy/middleware-stack": "^2.0.7", + "@smithy/node-config-provider": "^2.1.5", + "@smithy/node-http-handler": "^2.1.9", + "@smithy/protocol-http": "^3.0.9", + "@smithy/smithy-client": "^2.1.15", + "@smithy/types": "^2.5.0", + "@smithy/url-parser": "^2.0.13", + "@smithy/util-base64": "^2.0.1", "@smithy/util-body-length-browser": "^2.0.0", "@smithy/util-body-length-node": "^2.1.0", - "@smithy/util-defaults-mode-browser": "^2.0.16", - "@smithy/util-defaults-mode-node": "^2.0.21", - "@smithy/util-endpoints": "^1.0.2", - "@smithy/util-retry": "^2.0.5", - "@smithy/util-utf8": "^2.0.0", + "@smithy/util-defaults-mode-browser": "^2.0.19", + "@smithy/util-defaults-mode-node": "^2.0.25", + "@smithy/util-endpoints": "^1.0.4", + "@smithy/util-retry": "^2.0.6", + "@smithy/util-utf8": "^2.0.2", "tslib": "^2.5.0", "uuid": "^8.3.2" }, diff --git a/clients/client-migration-hub-refactor-spaces/src/commands/CreateApplicationCommand.ts b/clients/client-migration-hub-refactor-spaces/src/commands/CreateApplicationCommand.ts index 9a09f7cd153f..3713320fe80e 100644 --- a/clients/client-migration-hub-refactor-spaces/src/commands/CreateApplicationCommand.ts +++ b/clients/client-migration-hub-refactor-spaces/src/commands/CreateApplicationCommand.ts @@ -137,9 +137,6 @@ export class CreateApplicationCommand extends $Command< CreateApplicationCommandOutput, MigrationHubRefactorSpacesClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -153,9 +150,7 @@ export class CreateApplicationCommand extends $Command< * @public */ constructor(readonly input: CreateApplicationCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -208,7 +203,4 @@ export class CreateApplicationCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateApplicationCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-migration-hub-refactor-spaces/src/commands/CreateEnvironmentCommand.ts b/clients/client-migration-hub-refactor-spaces/src/commands/CreateEnvironmentCommand.ts index 2c3912dbd5a7..28a36a5e8d8e 100644 --- a/clients/client-migration-hub-refactor-spaces/src/commands/CreateEnvironmentCommand.ts +++ b/clients/client-migration-hub-refactor-spaces/src/commands/CreateEnvironmentCommand.ts @@ -127,9 +127,6 @@ export class CreateEnvironmentCommand extends $Command< CreateEnvironmentCommandOutput, MigrationHubRefactorSpacesClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -143,9 +140,7 @@ export class CreateEnvironmentCommand extends $Command< * @public */ constructor(readonly input: CreateEnvironmentCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -198,7 +193,4 @@ export class CreateEnvironmentCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateEnvironmentCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-migration-hub-refactor-spaces/src/commands/CreateRouteCommand.ts b/clients/client-migration-hub-refactor-spaces/src/commands/CreateRouteCommand.ts index f90b639d5235..2bcf213ef1fb 100644 --- a/clients/client-migration-hub-refactor-spaces/src/commands/CreateRouteCommand.ts +++ b/clients/client-migration-hub-refactor-spaces/src/commands/CreateRouteCommand.ts @@ -212,9 +212,6 @@ export class CreateRouteCommand extends $Command< CreateRouteCommandOutput, MigrationHubRefactorSpacesClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -228,9 +225,7 @@ export class CreateRouteCommand extends $Command< * @public */ constructor(readonly input: CreateRouteCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -281,7 +276,4 @@ export class CreateRouteCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateRouteCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-migration-hub-refactor-spaces/src/commands/CreateServiceCommand.ts b/clients/client-migration-hub-refactor-spaces/src/commands/CreateServiceCommand.ts index 30f84327ed20..3506dc7f53ca 100644 --- a/clients/client-migration-hub-refactor-spaces/src/commands/CreateServiceCommand.ts +++ b/clients/client-migration-hub-refactor-spaces/src/commands/CreateServiceCommand.ts @@ -148,9 +148,6 @@ export class CreateServiceCommand extends $Command< CreateServiceCommandOutput, MigrationHubRefactorSpacesClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -164,9 +161,7 @@ export class CreateServiceCommand extends $Command< * @public */ constructor(readonly input: CreateServiceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -217,7 +212,4 @@ export class CreateServiceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateServiceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-migration-hub-refactor-spaces/src/commands/DeleteApplicationCommand.ts b/clients/client-migration-hub-refactor-spaces/src/commands/DeleteApplicationCommand.ts index 0ede7c10dfd6..cb99975b2135 100644 --- a/clients/client-migration-hub-refactor-spaces/src/commands/DeleteApplicationCommand.ts +++ b/clients/client-migration-hub-refactor-spaces/src/commands/DeleteApplicationCommand.ts @@ -100,9 +100,6 @@ export class DeleteApplicationCommand extends $Command< DeleteApplicationCommandOutput, MigrationHubRefactorSpacesClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -116,9 +113,7 @@ export class DeleteApplicationCommand extends $Command< * @public */ constructor(readonly input: DeleteApplicationCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -171,7 +166,4 @@ export class DeleteApplicationCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteApplicationCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-migration-hub-refactor-spaces/src/commands/DeleteEnvironmentCommand.ts b/clients/client-migration-hub-refactor-spaces/src/commands/DeleteEnvironmentCommand.ts index da41e097f60c..95e92032851e 100644 --- a/clients/client-migration-hub-refactor-spaces/src/commands/DeleteEnvironmentCommand.ts +++ b/clients/client-migration-hub-refactor-spaces/src/commands/DeleteEnvironmentCommand.ts @@ -98,9 +98,6 @@ export class DeleteEnvironmentCommand extends $Command< DeleteEnvironmentCommandOutput, MigrationHubRefactorSpacesClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -114,9 +111,7 @@ export class DeleteEnvironmentCommand extends $Command< * @public */ constructor(readonly input: DeleteEnvironmentCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -169,7 +164,4 @@ export class DeleteEnvironmentCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteEnvironmentCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-migration-hub-refactor-spaces/src/commands/DeleteResourcePolicyCommand.ts b/clients/client-migration-hub-refactor-spaces/src/commands/DeleteResourcePolicyCommand.ts index e26101530e76..32558744e464 100644 --- a/clients/client-migration-hub-refactor-spaces/src/commands/DeleteResourcePolicyCommand.ts +++ b/clients/client-migration-hub-refactor-spaces/src/commands/DeleteResourcePolicyCommand.ts @@ -88,9 +88,6 @@ export class DeleteResourcePolicyCommand extends $Command< DeleteResourcePolicyCommandOutput, MigrationHubRefactorSpacesClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -104,9 +101,7 @@ export class DeleteResourcePolicyCommand extends $Command< * @public */ constructor(readonly input: DeleteResourcePolicyCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -159,7 +154,4 @@ export class DeleteResourcePolicyCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteResourcePolicyCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-migration-hub-refactor-spaces/src/commands/DeleteRouteCommand.ts b/clients/client-migration-hub-refactor-spaces/src/commands/DeleteRouteCommand.ts index 73dfc68f301a..55b8aaa6a85b 100644 --- a/clients/client-migration-hub-refactor-spaces/src/commands/DeleteRouteCommand.ts +++ b/clients/client-migration-hub-refactor-spaces/src/commands/DeleteRouteCommand.ts @@ -100,9 +100,6 @@ export class DeleteRouteCommand extends $Command< DeleteRouteCommandOutput, MigrationHubRefactorSpacesClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -116,9 +113,7 @@ export class DeleteRouteCommand extends $Command< * @public */ constructor(readonly input: DeleteRouteCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -169,7 +164,4 @@ export class DeleteRouteCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteRouteCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-migration-hub-refactor-spaces/src/commands/DeleteServiceCommand.ts b/clients/client-migration-hub-refactor-spaces/src/commands/DeleteServiceCommand.ts index f371392156ce..eb0b43b29d9d 100644 --- a/clients/client-migration-hub-refactor-spaces/src/commands/DeleteServiceCommand.ts +++ b/clients/client-migration-hub-refactor-spaces/src/commands/DeleteServiceCommand.ts @@ -101,9 +101,6 @@ export class DeleteServiceCommand extends $Command< DeleteServiceCommandOutput, MigrationHubRefactorSpacesClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -117,9 +114,7 @@ export class DeleteServiceCommand extends $Command< * @public */ constructor(readonly input: DeleteServiceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -170,7 +165,4 @@ export class DeleteServiceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteServiceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-migration-hub-refactor-spaces/src/commands/GetApplicationCommand.ts b/clients/client-migration-hub-refactor-spaces/src/commands/GetApplicationCommand.ts index 0c95c9e694b9..9560a3cf500a 100644 --- a/clients/client-migration-hub-refactor-spaces/src/commands/GetApplicationCommand.ts +++ b/clients/client-migration-hub-refactor-spaces/src/commands/GetApplicationCommand.ts @@ -127,9 +127,6 @@ export class GetApplicationCommand extends $Command< GetApplicationCommandOutput, MigrationHubRefactorSpacesClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -143,9 +140,7 @@ export class GetApplicationCommand extends $Command< * @public */ constructor(readonly input: GetApplicationCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -198,7 +193,4 @@ export class GetApplicationCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetApplicationCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-migration-hub-refactor-spaces/src/commands/GetEnvironmentCommand.ts b/clients/client-migration-hub-refactor-spaces/src/commands/GetEnvironmentCommand.ts index f534330a651f..dc76b911ebc9 100644 --- a/clients/client-migration-hub-refactor-spaces/src/commands/GetEnvironmentCommand.ts +++ b/clients/client-migration-hub-refactor-spaces/src/commands/GetEnvironmentCommand.ts @@ -116,9 +116,6 @@ export class GetEnvironmentCommand extends $Command< GetEnvironmentCommandOutput, MigrationHubRefactorSpacesClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -132,9 +129,7 @@ export class GetEnvironmentCommand extends $Command< * @public */ constructor(readonly input: GetEnvironmentCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -187,7 +182,4 @@ export class GetEnvironmentCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetEnvironmentCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-migration-hub-refactor-spaces/src/commands/GetResourcePolicyCommand.ts b/clients/client-migration-hub-refactor-spaces/src/commands/GetResourcePolicyCommand.ts index 221a9f011a78..6f34d1550a11 100644 --- a/clients/client-migration-hub-refactor-spaces/src/commands/GetResourcePolicyCommand.ts +++ b/clients/client-migration-hub-refactor-spaces/src/commands/GetResourcePolicyCommand.ts @@ -90,9 +90,6 @@ export class GetResourcePolicyCommand extends $Command< GetResourcePolicyCommandOutput, MigrationHubRefactorSpacesClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -106,9 +103,7 @@ export class GetResourcePolicyCommand extends $Command< * @public */ constructor(readonly input: GetResourcePolicyCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -161,7 +156,4 @@ export class GetResourcePolicyCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetResourcePolicyCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-migration-hub-refactor-spaces/src/commands/GetRouteCommand.ts b/clients/client-migration-hub-refactor-spaces/src/commands/GetRouteCommand.ts index 7042f9f3ce43..93d554da820f 100644 --- a/clients/client-migration-hub-refactor-spaces/src/commands/GetRouteCommand.ts +++ b/clients/client-migration-hub-refactor-spaces/src/commands/GetRouteCommand.ts @@ -124,9 +124,6 @@ export class GetRouteCommand extends $Command< GetRouteCommandOutput, MigrationHubRefactorSpacesClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -140,9 +137,7 @@ export class GetRouteCommand extends $Command< * @public */ constructor(readonly input: GetRouteCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -193,7 +188,4 @@ export class GetRouteCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetRouteCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-migration-hub-refactor-spaces/src/commands/GetServiceCommand.ts b/clients/client-migration-hub-refactor-spaces/src/commands/GetServiceCommand.ts index 9a06a1fa18d9..5cef7e190438 100644 --- a/clients/client-migration-hub-refactor-spaces/src/commands/GetServiceCommand.ts +++ b/clients/client-migration-hub-refactor-spaces/src/commands/GetServiceCommand.ts @@ -124,9 +124,6 @@ export class GetServiceCommand extends $Command< GetServiceCommandOutput, MigrationHubRefactorSpacesClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -140,9 +137,7 @@ export class GetServiceCommand extends $Command< * @public */ constructor(readonly input: GetServiceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -193,7 +188,4 @@ export class GetServiceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetServiceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-migration-hub-refactor-spaces/src/commands/ListApplicationsCommand.ts b/clients/client-migration-hub-refactor-spaces/src/commands/ListApplicationsCommand.ts index a2f23533a0e4..efaa4d0425c4 100644 --- a/clients/client-migration-hub-refactor-spaces/src/commands/ListApplicationsCommand.ts +++ b/clients/client-migration-hub-refactor-spaces/src/commands/ListApplicationsCommand.ts @@ -139,9 +139,6 @@ export class ListApplicationsCommand extends $Command< ListApplicationsCommandOutput, MigrationHubRefactorSpacesClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -155,9 +152,7 @@ export class ListApplicationsCommand extends $Command< * @public */ constructor(readonly input: ListApplicationsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -210,7 +205,4 @@ export class ListApplicationsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListApplicationsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-migration-hub-refactor-spaces/src/commands/ListEnvironmentVpcsCommand.ts b/clients/client-migration-hub-refactor-spaces/src/commands/ListEnvironmentVpcsCommand.ts index bc40c9cd38d9..3137906c16f8 100644 --- a/clients/client-migration-hub-refactor-spaces/src/commands/ListEnvironmentVpcsCommand.ts +++ b/clients/client-migration-hub-refactor-spaces/src/commands/ListEnvironmentVpcsCommand.ts @@ -106,9 +106,6 @@ export class ListEnvironmentVpcsCommand extends $Command< ListEnvironmentVpcsCommandOutput, MigrationHubRefactorSpacesClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -122,9 +119,7 @@ export class ListEnvironmentVpcsCommand extends $Command< * @public */ constructor(readonly input: ListEnvironmentVpcsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -177,7 +172,4 @@ export class ListEnvironmentVpcsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListEnvironmentVpcsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-migration-hub-refactor-spaces/src/commands/ListEnvironmentsCommand.ts b/clients/client-migration-hub-refactor-spaces/src/commands/ListEnvironmentsCommand.ts index e41b1dc8c415..84a2cd5f542d 100644 --- a/clients/client-migration-hub-refactor-spaces/src/commands/ListEnvironmentsCommand.ts +++ b/clients/client-migration-hub-refactor-spaces/src/commands/ListEnvironmentsCommand.ts @@ -123,9 +123,6 @@ export class ListEnvironmentsCommand extends $Command< ListEnvironmentsCommandOutput, MigrationHubRefactorSpacesClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -139,9 +136,7 @@ export class ListEnvironmentsCommand extends $Command< * @public */ constructor(readonly input: ListEnvironmentsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -194,7 +189,4 @@ export class ListEnvironmentsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListEnvironmentsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-migration-hub-refactor-spaces/src/commands/ListRoutesCommand.ts b/clients/client-migration-hub-refactor-spaces/src/commands/ListRoutesCommand.ts index be51540907bf..ecc285a5ac1a 100644 --- a/clients/client-migration-hub-refactor-spaces/src/commands/ListRoutesCommand.ts +++ b/clients/client-migration-hub-refactor-spaces/src/commands/ListRoutesCommand.ts @@ -136,9 +136,6 @@ export class ListRoutesCommand extends $Command< ListRoutesCommandOutput, MigrationHubRefactorSpacesClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -152,9 +149,7 @@ export class ListRoutesCommand extends $Command< * @public */ constructor(readonly input: ListRoutesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -205,7 +200,4 @@ export class ListRoutesCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListRoutesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-migration-hub-refactor-spaces/src/commands/ListServicesCommand.ts b/clients/client-migration-hub-refactor-spaces/src/commands/ListServicesCommand.ts index d45bcb6d7fda..dbe017e02fc8 100644 --- a/clients/client-migration-hub-refactor-spaces/src/commands/ListServicesCommand.ts +++ b/clients/client-migration-hub-refactor-spaces/src/commands/ListServicesCommand.ts @@ -136,9 +136,6 @@ export class ListServicesCommand extends $Command< ListServicesCommandOutput, MigrationHubRefactorSpacesClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -152,9 +149,7 @@ export class ListServicesCommand extends $Command< * @public */ constructor(readonly input: ListServicesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -205,7 +200,4 @@ export class ListServicesCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListServicesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-migration-hub-refactor-spaces/src/commands/ListTagsForResourceCommand.ts b/clients/client-migration-hub-refactor-spaces/src/commands/ListTagsForResourceCommand.ts index 7322a6b54713..ae564415caf0 100644 --- a/clients/client-migration-hub-refactor-spaces/src/commands/ListTagsForResourceCommand.ts +++ b/clients/client-migration-hub-refactor-spaces/src/commands/ListTagsForResourceCommand.ts @@ -91,9 +91,6 @@ export class ListTagsForResourceCommand extends $Command< ListTagsForResourceCommandOutput, MigrationHubRefactorSpacesClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -107,9 +104,7 @@ export class ListTagsForResourceCommand extends $Command< * @public */ constructor(readonly input: ListTagsForResourceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -162,7 +157,4 @@ export class ListTagsForResourceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListTagsForResourceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-migration-hub-refactor-spaces/src/commands/PutResourcePolicyCommand.ts b/clients/client-migration-hub-refactor-spaces/src/commands/PutResourcePolicyCommand.ts index 6032d467160c..5aec27e99a2f 100644 --- a/clients/client-migration-hub-refactor-spaces/src/commands/PutResourcePolicyCommand.ts +++ b/clients/client-migration-hub-refactor-spaces/src/commands/PutResourcePolicyCommand.ts @@ -96,9 +96,6 @@ export class PutResourcePolicyCommand extends $Command< PutResourcePolicyCommandOutput, MigrationHubRefactorSpacesClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -112,9 +109,7 @@ export class PutResourcePolicyCommand extends $Command< * @public */ constructor(readonly input: PutResourcePolicyCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -167,7 +162,4 @@ export class PutResourcePolicyCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_PutResourcePolicyCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-migration-hub-refactor-spaces/src/commands/TagResourceCommand.ts b/clients/client-migration-hub-refactor-spaces/src/commands/TagResourceCommand.ts index e1d3bdb179a6..9613110ece41 100644 --- a/clients/client-migration-hub-refactor-spaces/src/commands/TagResourceCommand.ts +++ b/clients/client-migration-hub-refactor-spaces/src/commands/TagResourceCommand.ts @@ -91,9 +91,6 @@ export class TagResourceCommand extends $Command< TagResourceCommandOutput, MigrationHubRefactorSpacesClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -107,9 +104,7 @@ export class TagResourceCommand extends $Command< * @public */ constructor(readonly input: TagResourceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -160,7 +155,4 @@ export class TagResourceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_TagResourceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-migration-hub-refactor-spaces/src/commands/UntagResourceCommand.ts b/clients/client-migration-hub-refactor-spaces/src/commands/UntagResourceCommand.ts index f9d941b8fad6..4f5a446b8112 100644 --- a/clients/client-migration-hub-refactor-spaces/src/commands/UntagResourceCommand.ts +++ b/clients/client-migration-hub-refactor-spaces/src/commands/UntagResourceCommand.ts @@ -91,9 +91,6 @@ export class UntagResourceCommand extends $Command< UntagResourceCommandOutput, MigrationHubRefactorSpacesClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -107,9 +104,7 @@ export class UntagResourceCommand extends $Command< * @public */ constructor(readonly input: UntagResourceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -160,7 +155,4 @@ export class UntagResourceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UntagResourceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-migration-hub-refactor-spaces/src/commands/UpdateRouteCommand.ts b/clients/client-migration-hub-refactor-spaces/src/commands/UpdateRouteCommand.ts index 595c2cebf36b..c1f72d4cfd5e 100644 --- a/clients/client-migration-hub-refactor-spaces/src/commands/UpdateRouteCommand.ts +++ b/clients/client-migration-hub-refactor-spaces/src/commands/UpdateRouteCommand.ts @@ -98,9 +98,6 @@ export class UpdateRouteCommand extends $Command< UpdateRouteCommandOutput, MigrationHubRefactorSpacesClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -114,9 +111,7 @@ export class UpdateRouteCommand extends $Command< * @public */ constructor(readonly input: UpdateRouteCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -167,7 +162,4 @@ export class UpdateRouteCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdateRouteCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-migration-hub/package.json b/clients/client-migration-hub/package.json index bfab08071638..d72a96876356 100644 --- a/clients/client-migration-hub/package.json +++ b/clients/client-migration-hub/package.json @@ -34,29 +34,29 @@ "@aws-sdk/util-endpoints": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@smithy/config-resolver": "^2.0.16", - "@smithy/fetch-http-handler": "^2.2.4", - "@smithy/hash-node": "^2.0.12", - "@smithy/invalid-dependency": "^2.0.12", - "@smithy/middleware-content-length": "^2.0.14", - "@smithy/middleware-endpoint": "^2.1.3", - "@smithy/middleware-retry": "^2.0.18", - "@smithy/middleware-serde": "^2.0.12", - "@smithy/middleware-stack": "^2.0.6", - "@smithy/node-config-provider": "^2.1.3", - "@smithy/node-http-handler": "^2.1.8", - "@smithy/protocol-http": "^3.0.8", - "@smithy/smithy-client": "^2.1.12", - "@smithy/types": "^2.4.0", - "@smithy/url-parser": "^2.0.12", - "@smithy/util-base64": "^2.0.0", + "@smithy/config-resolver": "^2.0.18", + "@smithy/fetch-http-handler": "^2.2.6", + "@smithy/hash-node": "^2.0.15", + "@smithy/invalid-dependency": "^2.0.13", + "@smithy/middleware-content-length": "^2.0.15", + "@smithy/middleware-endpoint": "^2.2.0", + "@smithy/middleware-retry": "^2.0.20", + "@smithy/middleware-serde": "^2.0.13", + "@smithy/middleware-stack": "^2.0.7", + "@smithy/node-config-provider": "^2.1.5", + "@smithy/node-http-handler": "^2.1.9", + "@smithy/protocol-http": "^3.0.9", + "@smithy/smithy-client": "^2.1.15", + "@smithy/types": "^2.5.0", + "@smithy/url-parser": "^2.0.13", + "@smithy/util-base64": "^2.0.1", "@smithy/util-body-length-browser": "^2.0.0", "@smithy/util-body-length-node": "^2.1.0", - "@smithy/util-defaults-mode-browser": "^2.0.16", - "@smithy/util-defaults-mode-node": "^2.0.21", - "@smithy/util-endpoints": "^1.0.2", - "@smithy/util-retry": "^2.0.5", - "@smithy/util-utf8": "^2.0.0", + "@smithy/util-defaults-mode-browser": "^2.0.19", + "@smithy/util-defaults-mode-node": "^2.0.25", + "@smithy/util-endpoints": "^1.0.4", + "@smithy/util-retry": "^2.0.6", + "@smithy/util-utf8": "^2.0.2", "tslib": "^2.5.0" }, "devDependencies": { diff --git a/clients/client-migration-hub/src/commands/AssociateCreatedArtifactCommand.ts b/clients/client-migration-hub/src/commands/AssociateCreatedArtifactCommand.ts index c929ad8972c9..b0a0b9941762 100644 --- a/clients/client-migration-hub/src/commands/AssociateCreatedArtifactCommand.ts +++ b/clients/client-migration-hub/src/commands/AssociateCreatedArtifactCommand.ts @@ -125,9 +125,6 @@ export class AssociateCreatedArtifactCommand extends $Command< AssociateCreatedArtifactCommandOutput, MigrationHubClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -141,9 +138,7 @@ export class AssociateCreatedArtifactCommand extends $Command< * @public */ constructor(readonly input: AssociateCreatedArtifactCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -196,7 +191,4 @@ export class AssociateCreatedArtifactCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_AssociateCreatedArtifactCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-migration-hub/src/commands/AssociateDiscoveredResourceCommand.ts b/clients/client-migration-hub/src/commands/AssociateDiscoveredResourceCommand.ts index 7768841009bb..d3e4fc94917a 100644 --- a/clients/client-migration-hub/src/commands/AssociateDiscoveredResourceCommand.ts +++ b/clients/client-migration-hub/src/commands/AssociateDiscoveredResourceCommand.ts @@ -114,9 +114,6 @@ export class AssociateDiscoveredResourceCommand extends $Command< AssociateDiscoveredResourceCommandOutput, MigrationHubClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -130,9 +127,7 @@ export class AssociateDiscoveredResourceCommand extends $Command< * @public */ constructor(readonly input: AssociateDiscoveredResourceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -188,7 +183,4 @@ export class AssociateDiscoveredResourceCommand extends $Command< ): Promise { return de_AssociateDiscoveredResourceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-migration-hub/src/commands/CreateProgressUpdateStreamCommand.ts b/clients/client-migration-hub/src/commands/CreateProgressUpdateStreamCommand.ts index a5e860d6095a..50669b9f4d91 100644 --- a/clients/client-migration-hub/src/commands/CreateProgressUpdateStreamCommand.ts +++ b/clients/client-migration-hub/src/commands/CreateProgressUpdateStreamCommand.ts @@ -102,9 +102,6 @@ export class CreateProgressUpdateStreamCommand extends $Command< CreateProgressUpdateStreamCommandOutput, MigrationHubClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -118,9 +115,7 @@ export class CreateProgressUpdateStreamCommand extends $Command< * @public */ constructor(readonly input: CreateProgressUpdateStreamCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -176,7 +171,4 @@ export class CreateProgressUpdateStreamCommand extends $Command< ): Promise { return de_CreateProgressUpdateStreamCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-migration-hub/src/commands/DeleteProgressUpdateStreamCommand.ts b/clients/client-migration-hub/src/commands/DeleteProgressUpdateStreamCommand.ts index 2a7c53c0a979..48ecb2df668d 100644 --- a/clients/client-migration-hub/src/commands/DeleteProgressUpdateStreamCommand.ts +++ b/clients/client-migration-hub/src/commands/DeleteProgressUpdateStreamCommand.ts @@ -133,9 +133,6 @@ export class DeleteProgressUpdateStreamCommand extends $Command< DeleteProgressUpdateStreamCommandOutput, MigrationHubClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -149,9 +146,7 @@ export class DeleteProgressUpdateStreamCommand extends $Command< * @public */ constructor(readonly input: DeleteProgressUpdateStreamCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -207,7 +202,4 @@ export class DeleteProgressUpdateStreamCommand extends $Command< ): Promise { return de_DeleteProgressUpdateStreamCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-migration-hub/src/commands/DescribeApplicationStateCommand.ts b/clients/client-migration-hub/src/commands/DescribeApplicationStateCommand.ts index 26355cc96206..9e7b339d2232 100644 --- a/clients/client-migration-hub/src/commands/DescribeApplicationStateCommand.ts +++ b/clients/client-migration-hub/src/commands/DescribeApplicationStateCommand.ts @@ -102,9 +102,6 @@ export class DescribeApplicationStateCommand extends $Command< DescribeApplicationStateCommandOutput, MigrationHubClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -118,9 +115,7 @@ export class DescribeApplicationStateCommand extends $Command< * @public */ constructor(readonly input: DescribeApplicationStateCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -173,7 +168,4 @@ export class DescribeApplicationStateCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DescribeApplicationStateCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-migration-hub/src/commands/DescribeMigrationTaskCommand.ts b/clients/client-migration-hub/src/commands/DescribeMigrationTaskCommand.ts index d033b4e80485..e7b7898dbaef 100644 --- a/clients/client-migration-hub/src/commands/DescribeMigrationTaskCommand.ts +++ b/clients/client-migration-hub/src/commands/DescribeMigrationTaskCommand.ts @@ -112,9 +112,6 @@ export class DescribeMigrationTaskCommand extends $Command< DescribeMigrationTaskCommandOutput, MigrationHubClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -128,9 +125,7 @@ export class DescribeMigrationTaskCommand extends $Command< * @public */ constructor(readonly input: DescribeMigrationTaskCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -183,7 +178,4 @@ export class DescribeMigrationTaskCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DescribeMigrationTaskCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-migration-hub/src/commands/DisassociateCreatedArtifactCommand.ts b/clients/client-migration-hub/src/commands/DisassociateCreatedArtifactCommand.ts index bb73dc2f3a54..7f9fc876f1d1 100644 --- a/clients/client-migration-hub/src/commands/DisassociateCreatedArtifactCommand.ts +++ b/clients/client-migration-hub/src/commands/DisassociateCreatedArtifactCommand.ts @@ -121,9 +121,6 @@ export class DisassociateCreatedArtifactCommand extends $Command< DisassociateCreatedArtifactCommandOutput, MigrationHubClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -137,9 +134,7 @@ export class DisassociateCreatedArtifactCommand extends $Command< * @public */ constructor(readonly input: DisassociateCreatedArtifactCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -195,7 +190,4 @@ export class DisassociateCreatedArtifactCommand extends $Command< ): Promise { return de_DisassociateCreatedArtifactCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-migration-hub/src/commands/DisassociateDiscoveredResourceCommand.ts b/clients/client-migration-hub/src/commands/DisassociateDiscoveredResourceCommand.ts index 96cf6eb54d56..6ef6afecb661 100644 --- a/clients/client-migration-hub/src/commands/DisassociateDiscoveredResourceCommand.ts +++ b/clients/client-migration-hub/src/commands/DisassociateDiscoveredResourceCommand.ts @@ -111,9 +111,6 @@ export class DisassociateDiscoveredResourceCommand extends $Command< DisassociateDiscoveredResourceCommandOutput, MigrationHubClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -127,9 +124,7 @@ export class DisassociateDiscoveredResourceCommand extends $Command< * @public */ constructor(readonly input: DisassociateDiscoveredResourceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -188,7 +183,4 @@ export class DisassociateDiscoveredResourceCommand extends $Command< ): Promise { return de_DisassociateDiscoveredResourceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-migration-hub/src/commands/ImportMigrationTaskCommand.ts b/clients/client-migration-hub/src/commands/ImportMigrationTaskCommand.ts index b07be6533af3..c3818bd37e4e 100644 --- a/clients/client-migration-hub/src/commands/ImportMigrationTaskCommand.ts +++ b/clients/client-migration-hub/src/commands/ImportMigrationTaskCommand.ts @@ -107,9 +107,6 @@ export class ImportMigrationTaskCommand extends $Command< ImportMigrationTaskCommandOutput, MigrationHubClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -123,9 +120,7 @@ export class ImportMigrationTaskCommand extends $Command< * @public */ constructor(readonly input: ImportMigrationTaskCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -178,7 +173,4 @@ export class ImportMigrationTaskCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ImportMigrationTaskCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-migration-hub/src/commands/ListApplicationStatesCommand.ts b/clients/client-migration-hub/src/commands/ListApplicationStatesCommand.ts index e578a1b70567..d250ce74c4fb 100644 --- a/clients/client-migration-hub/src/commands/ListApplicationStatesCommand.ts +++ b/clients/client-migration-hub/src/commands/ListApplicationStatesCommand.ts @@ -104,9 +104,6 @@ export class ListApplicationStatesCommand extends $Command< ListApplicationStatesCommandOutput, MigrationHubClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -120,9 +117,7 @@ export class ListApplicationStatesCommand extends $Command< * @public */ constructor(readonly input: ListApplicationStatesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -175,7 +170,4 @@ export class ListApplicationStatesCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListApplicationStatesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-migration-hub/src/commands/ListCreatedArtifactsCommand.ts b/clients/client-migration-hub/src/commands/ListCreatedArtifactsCommand.ts index 9aabfbea52c6..328812fff475 100644 --- a/clients/client-migration-hub/src/commands/ListCreatedArtifactsCommand.ts +++ b/clients/client-migration-hub/src/commands/ListCreatedArtifactsCommand.ts @@ -119,9 +119,6 @@ export class ListCreatedArtifactsCommand extends $Command< ListCreatedArtifactsCommandOutput, MigrationHubClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -135,9 +132,7 @@ export class ListCreatedArtifactsCommand extends $Command< * @public */ constructor(readonly input: ListCreatedArtifactsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -190,7 +185,4 @@ export class ListCreatedArtifactsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListCreatedArtifactsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-migration-hub/src/commands/ListDiscoveredResourcesCommand.ts b/clients/client-migration-hub/src/commands/ListDiscoveredResourcesCommand.ts index 95237c279a9a..18449d2b2109 100644 --- a/clients/client-migration-hub/src/commands/ListDiscoveredResourcesCommand.ts +++ b/clients/client-migration-hub/src/commands/ListDiscoveredResourcesCommand.ts @@ -105,9 +105,6 @@ export class ListDiscoveredResourcesCommand extends $Command< ListDiscoveredResourcesCommandOutput, MigrationHubClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -121,9 +118,7 @@ export class ListDiscoveredResourcesCommand extends $Command< * @public */ constructor(readonly input: ListDiscoveredResourcesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -176,7 +171,4 @@ export class ListDiscoveredResourcesCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListDiscoveredResourcesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-migration-hub/src/commands/ListMigrationTasksCommand.ts b/clients/client-migration-hub/src/commands/ListMigrationTasksCommand.ts index 44590e0e91cb..a68df30b0609 100644 --- a/clients/client-migration-hub/src/commands/ListMigrationTasksCommand.ts +++ b/clients/client-migration-hub/src/commands/ListMigrationTasksCommand.ts @@ -126,9 +126,6 @@ export class ListMigrationTasksCommand extends $Command< ListMigrationTasksCommandOutput, MigrationHubClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -142,9 +139,7 @@ export class ListMigrationTasksCommand extends $Command< * @public */ constructor(readonly input: ListMigrationTasksCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -197,7 +192,4 @@ export class ListMigrationTasksCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListMigrationTasksCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-migration-hub/src/commands/ListProgressUpdateStreamsCommand.ts b/clients/client-migration-hub/src/commands/ListProgressUpdateStreamsCommand.ts index 35767ca5a43a..9bc6cc50278a 100644 --- a/clients/client-migration-hub/src/commands/ListProgressUpdateStreamsCommand.ts +++ b/clients/client-migration-hub/src/commands/ListProgressUpdateStreamsCommand.ts @@ -97,9 +97,6 @@ export class ListProgressUpdateStreamsCommand extends $Command< ListProgressUpdateStreamsCommandOutput, MigrationHubClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -113,9 +110,7 @@ export class ListProgressUpdateStreamsCommand extends $Command< * @public */ constructor(readonly input: ListProgressUpdateStreamsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -171,7 +166,4 @@ export class ListProgressUpdateStreamsCommand extends $Command< ): Promise { return de_ListProgressUpdateStreamsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-migration-hub/src/commands/NotifyApplicationStateCommand.ts b/clients/client-migration-hub/src/commands/NotifyApplicationStateCommand.ts index 793f07c929bb..8fd6687c3f5a 100644 --- a/clients/client-migration-hub/src/commands/NotifyApplicationStateCommand.ts +++ b/clients/client-migration-hub/src/commands/NotifyApplicationStateCommand.ts @@ -113,9 +113,6 @@ export class NotifyApplicationStateCommand extends $Command< NotifyApplicationStateCommandOutput, MigrationHubClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -129,9 +126,7 @@ export class NotifyApplicationStateCommand extends $Command< * @public */ constructor(readonly input: NotifyApplicationStateCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -184,7 +179,4 @@ export class NotifyApplicationStateCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_NotifyApplicationStateCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-migration-hub/src/commands/NotifyMigrationTaskStateCommand.ts b/clients/client-migration-hub/src/commands/NotifyMigrationTaskStateCommand.ts index ef18cf0681c5..f4d8e56b5cf7 100644 --- a/clients/client-migration-hub/src/commands/NotifyMigrationTaskStateCommand.ts +++ b/clients/client-migration-hub/src/commands/NotifyMigrationTaskStateCommand.ts @@ -128,9 +128,6 @@ export class NotifyMigrationTaskStateCommand extends $Command< NotifyMigrationTaskStateCommandOutput, MigrationHubClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -144,9 +141,7 @@ export class NotifyMigrationTaskStateCommand extends $Command< * @public */ constructor(readonly input: NotifyMigrationTaskStateCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -199,7 +194,4 @@ export class NotifyMigrationTaskStateCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_NotifyMigrationTaskStateCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-migration-hub/src/commands/PutResourceAttributesCommand.ts b/clients/client-migration-hub/src/commands/PutResourceAttributesCommand.ts index ce6266a14f6a..a0a5d32d057f 100644 --- a/clients/client-migration-hub/src/commands/PutResourceAttributesCommand.ts +++ b/clients/client-migration-hub/src/commands/PutResourceAttributesCommand.ts @@ -135,9 +135,6 @@ export class PutResourceAttributesCommand extends $Command< PutResourceAttributesCommandOutput, MigrationHubClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -151,9 +148,7 @@ export class PutResourceAttributesCommand extends $Command< * @public */ constructor(readonly input: PutResourceAttributesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -206,7 +201,4 @@ export class PutResourceAttributesCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_PutResourceAttributesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-migrationhub-config/package.json b/clients/client-migrationhub-config/package.json index 28d2a10a630f..8e9a2fc9fbc5 100644 --- a/clients/client-migrationhub-config/package.json +++ b/clients/client-migrationhub-config/package.json @@ -34,29 +34,29 @@ "@aws-sdk/util-endpoints": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@smithy/config-resolver": "^2.0.16", - "@smithy/fetch-http-handler": "^2.2.4", - "@smithy/hash-node": "^2.0.12", - "@smithy/invalid-dependency": "^2.0.12", - "@smithy/middleware-content-length": "^2.0.14", - "@smithy/middleware-endpoint": "^2.1.3", - "@smithy/middleware-retry": "^2.0.18", - "@smithy/middleware-serde": "^2.0.12", - "@smithy/middleware-stack": "^2.0.6", - "@smithy/node-config-provider": "^2.1.3", - "@smithy/node-http-handler": "^2.1.8", - "@smithy/protocol-http": "^3.0.8", - "@smithy/smithy-client": "^2.1.12", - "@smithy/types": "^2.4.0", - "@smithy/url-parser": "^2.0.12", - "@smithy/util-base64": "^2.0.0", + "@smithy/config-resolver": "^2.0.18", + "@smithy/fetch-http-handler": "^2.2.6", + "@smithy/hash-node": "^2.0.15", + "@smithy/invalid-dependency": "^2.0.13", + "@smithy/middleware-content-length": "^2.0.15", + "@smithy/middleware-endpoint": "^2.2.0", + "@smithy/middleware-retry": "^2.0.20", + "@smithy/middleware-serde": "^2.0.13", + "@smithy/middleware-stack": "^2.0.7", + "@smithy/node-config-provider": "^2.1.5", + "@smithy/node-http-handler": "^2.1.9", + "@smithy/protocol-http": "^3.0.9", + "@smithy/smithy-client": "^2.1.15", + "@smithy/types": "^2.5.0", + "@smithy/url-parser": "^2.0.13", + "@smithy/util-base64": "^2.0.1", "@smithy/util-body-length-browser": "^2.0.0", "@smithy/util-body-length-node": "^2.1.0", - "@smithy/util-defaults-mode-browser": "^2.0.16", - "@smithy/util-defaults-mode-node": "^2.0.21", - "@smithy/util-endpoints": "^1.0.2", - "@smithy/util-retry": "^2.0.5", - "@smithy/util-utf8": "^2.0.0", + "@smithy/util-defaults-mode-browser": "^2.0.19", + "@smithy/util-defaults-mode-node": "^2.0.25", + "@smithy/util-endpoints": "^1.0.4", + "@smithy/util-retry": "^2.0.6", + "@smithy/util-utf8": "^2.0.2", "tslib": "^2.5.0" }, "devDependencies": { diff --git a/clients/client-migrationhub-config/src/commands/CreateHomeRegionControlCommand.ts b/clients/client-migrationhub-config/src/commands/CreateHomeRegionControlCommand.ts index 87de022839f1..71684f6416ed 100644 --- a/clients/client-migrationhub-config/src/commands/CreateHomeRegionControlCommand.ts +++ b/clients/client-migrationhub-config/src/commands/CreateHomeRegionControlCommand.ts @@ -109,9 +109,6 @@ export class CreateHomeRegionControlCommand extends $Command< CreateHomeRegionControlCommandOutput, MigrationHubConfigClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -125,9 +122,7 @@ export class CreateHomeRegionControlCommand extends $Command< * @public */ constructor(readonly input: CreateHomeRegionControlCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -180,7 +175,4 @@ export class CreateHomeRegionControlCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateHomeRegionControlCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-migrationhub-config/src/commands/DeleteHomeRegionControlCommand.ts b/clients/client-migrationhub-config/src/commands/DeleteHomeRegionControlCommand.ts index c2cd521e1db3..39f483d502b9 100644 --- a/clients/client-migrationhub-config/src/commands/DeleteHomeRegionControlCommand.ts +++ b/clients/client-migrationhub-config/src/commands/DeleteHomeRegionControlCommand.ts @@ -90,9 +90,6 @@ export class DeleteHomeRegionControlCommand extends $Command< DeleteHomeRegionControlCommandOutput, MigrationHubConfigClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -106,9 +103,7 @@ export class DeleteHomeRegionControlCommand extends $Command< * @public */ constructor(readonly input: DeleteHomeRegionControlCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -161,7 +156,4 @@ export class DeleteHomeRegionControlCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteHomeRegionControlCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-migrationhub-config/src/commands/DescribeHomeRegionControlsCommand.ts b/clients/client-migrationhub-config/src/commands/DescribeHomeRegionControlsCommand.ts index 0647a97b4571..be87eb417fd0 100644 --- a/clients/client-migrationhub-config/src/commands/DescribeHomeRegionControlsCommand.ts +++ b/clients/client-migrationhub-config/src/commands/DescribeHomeRegionControlsCommand.ts @@ -111,9 +111,6 @@ export class DescribeHomeRegionControlsCommand extends $Command< DescribeHomeRegionControlsCommandOutput, MigrationHubConfigClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -127,9 +124,7 @@ export class DescribeHomeRegionControlsCommand extends $Command< * @public */ constructor(readonly input: DescribeHomeRegionControlsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -185,7 +180,4 @@ export class DescribeHomeRegionControlsCommand extends $Command< ): Promise { return de_DescribeHomeRegionControlsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-migrationhub-config/src/commands/GetHomeRegionCommand.ts b/clients/client-migrationhub-config/src/commands/GetHomeRegionCommand.ts index 7f5b9fc14891..3bbaf299ef94 100644 --- a/clients/client-migrationhub-config/src/commands/GetHomeRegionCommand.ts +++ b/clients/client-migrationhub-config/src/commands/GetHomeRegionCommand.ts @@ -94,9 +94,6 @@ export class GetHomeRegionCommand extends $Command< GetHomeRegionCommandOutput, MigrationHubConfigClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -110,9 +107,7 @@ export class GetHomeRegionCommand extends $Command< * @public */ constructor(readonly input: GetHomeRegionCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -163,7 +158,4 @@ export class GetHomeRegionCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetHomeRegionCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-migrationhuborchestrator/package.json b/clients/client-migrationhuborchestrator/package.json index af988cf0da07..e43b1307f78f 100644 --- a/clients/client-migrationhuborchestrator/package.json +++ b/clients/client-migrationhuborchestrator/package.json @@ -34,29 +34,29 @@ "@aws-sdk/util-endpoints": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@smithy/config-resolver": "^2.0.16", - "@smithy/fetch-http-handler": "^2.2.4", - "@smithy/hash-node": "^2.0.12", - "@smithy/invalid-dependency": "^2.0.12", - "@smithy/middleware-content-length": "^2.0.14", - "@smithy/middleware-endpoint": "^2.1.3", - "@smithy/middleware-retry": "^2.0.18", - "@smithy/middleware-serde": "^2.0.12", - "@smithy/middleware-stack": "^2.0.6", - "@smithy/node-config-provider": "^2.1.3", - "@smithy/node-http-handler": "^2.1.8", - "@smithy/protocol-http": "^3.0.8", - "@smithy/smithy-client": "^2.1.12", - "@smithy/types": "^2.4.0", - "@smithy/url-parser": "^2.0.12", - "@smithy/util-base64": "^2.0.0", + "@smithy/config-resolver": "^2.0.18", + "@smithy/fetch-http-handler": "^2.2.6", + "@smithy/hash-node": "^2.0.15", + "@smithy/invalid-dependency": "^2.0.13", + "@smithy/middleware-content-length": "^2.0.15", + "@smithy/middleware-endpoint": "^2.2.0", + "@smithy/middleware-retry": "^2.0.20", + "@smithy/middleware-serde": "^2.0.13", + "@smithy/middleware-stack": "^2.0.7", + "@smithy/node-config-provider": "^2.1.5", + "@smithy/node-http-handler": "^2.1.9", + "@smithy/protocol-http": "^3.0.9", + "@smithy/smithy-client": "^2.1.15", + "@smithy/types": "^2.5.0", + "@smithy/url-parser": "^2.0.13", + "@smithy/util-base64": "^2.0.1", "@smithy/util-body-length-browser": "^2.0.0", "@smithy/util-body-length-node": "^2.1.0", - "@smithy/util-defaults-mode-browser": "^2.0.16", - "@smithy/util-defaults-mode-node": "^2.0.21", - "@smithy/util-endpoints": "^1.0.2", - "@smithy/util-retry": "^2.0.5", - "@smithy/util-utf8": "^2.0.0", + "@smithy/util-defaults-mode-browser": "^2.0.19", + "@smithy/util-defaults-mode-node": "^2.0.25", + "@smithy/util-endpoints": "^1.0.4", + "@smithy/util-retry": "^2.0.6", + "@smithy/util-utf8": "^2.0.2", "tslib": "^2.5.0" }, "devDependencies": { diff --git a/clients/client-migrationhuborchestrator/src/commands/CreateWorkflowCommand.ts b/clients/client-migrationhuborchestrator/src/commands/CreateWorkflowCommand.ts index 3a599cce3670..cfc0ebf073eb 100644 --- a/clients/client-migrationhuborchestrator/src/commands/CreateWorkflowCommand.ts +++ b/clients/client-migrationhuborchestrator/src/commands/CreateWorkflowCommand.ts @@ -137,9 +137,6 @@ export class CreateWorkflowCommand extends $Command< CreateWorkflowCommandOutput, MigrationHubOrchestratorClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -153,9 +150,7 @@ export class CreateWorkflowCommand extends $Command< * @public */ constructor(readonly input: CreateWorkflowCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -208,7 +203,4 @@ export class CreateWorkflowCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateWorkflowCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-migrationhuborchestrator/src/commands/CreateWorkflowStepCommand.ts b/clients/client-migrationhuborchestrator/src/commands/CreateWorkflowStepCommand.ts index 8944dce3461e..c6c7bf684400 100644 --- a/clients/client-migrationhuborchestrator/src/commands/CreateWorkflowStepCommand.ts +++ b/clients/client-migrationhuborchestrator/src/commands/CreateWorkflowStepCommand.ts @@ -129,9 +129,6 @@ export class CreateWorkflowStepCommand extends $Command< CreateWorkflowStepCommandOutput, MigrationHubOrchestratorClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -145,9 +142,7 @@ export class CreateWorkflowStepCommand extends $Command< * @public */ constructor(readonly input: CreateWorkflowStepCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -200,7 +195,4 @@ export class CreateWorkflowStepCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateWorkflowStepCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-migrationhuborchestrator/src/commands/CreateWorkflowStepGroupCommand.ts b/clients/client-migrationhuborchestrator/src/commands/CreateWorkflowStepGroupCommand.ts index 9411aa394f66..0fa83c7bcbe3 100644 --- a/clients/client-migrationhuborchestrator/src/commands/CreateWorkflowStepGroupCommand.ts +++ b/clients/client-migrationhuborchestrator/src/commands/CreateWorkflowStepGroupCommand.ts @@ -110,9 +110,6 @@ export class CreateWorkflowStepGroupCommand extends $Command< CreateWorkflowStepGroupCommandOutput, MigrationHubOrchestratorClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -126,9 +123,7 @@ export class CreateWorkflowStepGroupCommand extends $Command< * @public */ constructor(readonly input: CreateWorkflowStepGroupCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -181,7 +176,4 @@ export class CreateWorkflowStepGroupCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateWorkflowStepGroupCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-migrationhuborchestrator/src/commands/DeleteWorkflowCommand.ts b/clients/client-migrationhuborchestrator/src/commands/DeleteWorkflowCommand.ts index f54353ee363e..51f9eacc8b13 100644 --- a/clients/client-migrationhuborchestrator/src/commands/DeleteWorkflowCommand.ts +++ b/clients/client-migrationhuborchestrator/src/commands/DeleteWorkflowCommand.ts @@ -92,9 +92,6 @@ export class DeleteWorkflowCommand extends $Command< DeleteWorkflowCommandOutput, MigrationHubOrchestratorClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -108,9 +105,7 @@ export class DeleteWorkflowCommand extends $Command< * @public */ constructor(readonly input: DeleteWorkflowCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -163,7 +158,4 @@ export class DeleteWorkflowCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteWorkflowCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-migrationhuborchestrator/src/commands/DeleteWorkflowStepCommand.ts b/clients/client-migrationhuborchestrator/src/commands/DeleteWorkflowStepCommand.ts index e6bcc8dab7ca..bd133c9fb314 100644 --- a/clients/client-migrationhuborchestrator/src/commands/DeleteWorkflowStepCommand.ts +++ b/clients/client-migrationhuborchestrator/src/commands/DeleteWorkflowStepCommand.ts @@ -90,9 +90,6 @@ export class DeleteWorkflowStepCommand extends $Command< DeleteWorkflowStepCommandOutput, MigrationHubOrchestratorClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -106,9 +103,7 @@ export class DeleteWorkflowStepCommand extends $Command< * @public */ constructor(readonly input: DeleteWorkflowStepCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -161,7 +156,4 @@ export class DeleteWorkflowStepCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteWorkflowStepCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-migrationhuborchestrator/src/commands/DeleteWorkflowStepGroupCommand.ts b/clients/client-migrationhuborchestrator/src/commands/DeleteWorkflowStepGroupCommand.ts index 75d0c2889da4..c8b8edf2fc8c 100644 --- a/clients/client-migrationhuborchestrator/src/commands/DeleteWorkflowStepGroupCommand.ts +++ b/clients/client-migrationhuborchestrator/src/commands/DeleteWorkflowStepGroupCommand.ts @@ -88,9 +88,6 @@ export class DeleteWorkflowStepGroupCommand extends $Command< DeleteWorkflowStepGroupCommandOutput, MigrationHubOrchestratorClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -104,9 +101,7 @@ export class DeleteWorkflowStepGroupCommand extends $Command< * @public */ constructor(readonly input: DeleteWorkflowStepGroupCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -159,7 +154,4 @@ export class DeleteWorkflowStepGroupCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteWorkflowStepGroupCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-migrationhuborchestrator/src/commands/GetTemplateCommand.ts b/clients/client-migrationhuborchestrator/src/commands/GetTemplateCommand.ts index 8c794ece6296..22a1605b7ed8 100644 --- a/clients/client-migrationhuborchestrator/src/commands/GetTemplateCommand.ts +++ b/clients/client-migrationhuborchestrator/src/commands/GetTemplateCommand.ts @@ -103,9 +103,6 @@ export class GetTemplateCommand extends $Command< GetTemplateCommandOutput, MigrationHubOrchestratorClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -119,9 +116,7 @@ export class GetTemplateCommand extends $Command< * @public */ constructor(readonly input: GetTemplateCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -172,7 +167,4 @@ export class GetTemplateCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetTemplateCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-migrationhuborchestrator/src/commands/GetTemplateStepCommand.ts b/clients/client-migrationhuborchestrator/src/commands/GetTemplateStepCommand.ts index aebd176c43db..c4aab5cb2b1b 100644 --- a/clients/client-migrationhuborchestrator/src/commands/GetTemplateStepCommand.ts +++ b/clients/client-migrationhuborchestrator/src/commands/GetTemplateStepCommand.ts @@ -123,9 +123,6 @@ export class GetTemplateStepCommand extends $Command< GetTemplateStepCommandOutput, MigrationHubOrchestratorClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -139,9 +136,7 @@ export class GetTemplateStepCommand extends $Command< * @public */ constructor(readonly input: GetTemplateStepCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -194,7 +189,4 @@ export class GetTemplateStepCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetTemplateStepCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-migrationhuborchestrator/src/commands/GetTemplateStepGroupCommand.ts b/clients/client-migrationhuborchestrator/src/commands/GetTemplateStepGroupCommand.ts index bb45f76569b5..457ff5016c1a 100644 --- a/clients/client-migrationhuborchestrator/src/commands/GetTemplateStepGroupCommand.ts +++ b/clients/client-migrationhuborchestrator/src/commands/GetTemplateStepGroupCommand.ts @@ -108,9 +108,6 @@ export class GetTemplateStepGroupCommand extends $Command< GetTemplateStepGroupCommandOutput, MigrationHubOrchestratorClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -124,9 +121,7 @@ export class GetTemplateStepGroupCommand extends $Command< * @public */ constructor(readonly input: GetTemplateStepGroupCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -179,7 +174,4 @@ export class GetTemplateStepGroupCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetTemplateStepGroupCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-migrationhuborchestrator/src/commands/GetWorkflowCommand.ts b/clients/client-migrationhuborchestrator/src/commands/GetWorkflowCommand.ts index 7aaf61abdd41..7c49c0fab584 100644 --- a/clients/client-migrationhuborchestrator/src/commands/GetWorkflowCommand.ts +++ b/clients/client-migrationhuborchestrator/src/commands/GetWorkflowCommand.ts @@ -130,9 +130,6 @@ export class GetWorkflowCommand extends $Command< GetWorkflowCommandOutput, MigrationHubOrchestratorClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -146,9 +143,7 @@ export class GetWorkflowCommand extends $Command< * @public */ constructor(readonly input: GetWorkflowCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -199,7 +194,4 @@ export class GetWorkflowCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetWorkflowCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-migrationhuborchestrator/src/commands/GetWorkflowStepCommand.ts b/clients/client-migrationhuborchestrator/src/commands/GetWorkflowStepCommand.ts index d51b31832b48..595043222cbd 100644 --- a/clients/client-migrationhuborchestrator/src/commands/GetWorkflowStepCommand.ts +++ b/clients/client-migrationhuborchestrator/src/commands/GetWorkflowStepCommand.ts @@ -139,9 +139,6 @@ export class GetWorkflowStepCommand extends $Command< GetWorkflowStepCommandOutput, MigrationHubOrchestratorClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -155,9 +152,7 @@ export class GetWorkflowStepCommand extends $Command< * @public */ constructor(readonly input: GetWorkflowStepCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -210,7 +205,4 @@ export class GetWorkflowStepCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetWorkflowStepCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-migrationhuborchestrator/src/commands/GetWorkflowStepGroupCommand.ts b/clients/client-migrationhuborchestrator/src/commands/GetWorkflowStepGroupCommand.ts index 692e0f02a3d8..24e2ed79b34f 100644 --- a/clients/client-migrationhuborchestrator/src/commands/GetWorkflowStepGroupCommand.ts +++ b/clients/client-migrationhuborchestrator/src/commands/GetWorkflowStepGroupCommand.ts @@ -110,9 +110,6 @@ export class GetWorkflowStepGroupCommand extends $Command< GetWorkflowStepGroupCommandOutput, MigrationHubOrchestratorClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -126,9 +123,7 @@ export class GetWorkflowStepGroupCommand extends $Command< * @public */ constructor(readonly input: GetWorkflowStepGroupCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -181,7 +176,4 @@ export class GetWorkflowStepGroupCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetWorkflowStepGroupCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-migrationhuborchestrator/src/commands/ListPluginsCommand.ts b/clients/client-migrationhuborchestrator/src/commands/ListPluginsCommand.ts index 6d97ce970935..6d36c757355d 100644 --- a/clients/client-migrationhuborchestrator/src/commands/ListPluginsCommand.ts +++ b/clients/client-migrationhuborchestrator/src/commands/ListPluginsCommand.ts @@ -94,9 +94,6 @@ export class ListPluginsCommand extends $Command< ListPluginsCommandOutput, MigrationHubOrchestratorClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -110,9 +107,7 @@ export class ListPluginsCommand extends $Command< * @public */ constructor(readonly input: ListPluginsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -163,7 +158,4 @@ export class ListPluginsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListPluginsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-migrationhuborchestrator/src/commands/ListTagsForResourceCommand.ts b/clients/client-migrationhuborchestrator/src/commands/ListTagsForResourceCommand.ts index adfb4e384bed..646ce3cf1b23 100644 --- a/clients/client-migrationhuborchestrator/src/commands/ListTagsForResourceCommand.ts +++ b/clients/client-migrationhuborchestrator/src/commands/ListTagsForResourceCommand.ts @@ -82,9 +82,6 @@ export class ListTagsForResourceCommand extends $Command< ListTagsForResourceCommandOutput, MigrationHubOrchestratorClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -98,9 +95,7 @@ export class ListTagsForResourceCommand extends $Command< * @public */ constructor(readonly input: ListTagsForResourceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -153,7 +148,4 @@ export class ListTagsForResourceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListTagsForResourceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-migrationhuborchestrator/src/commands/ListTemplateStepGroupsCommand.ts b/clients/client-migrationhuborchestrator/src/commands/ListTemplateStepGroupsCommand.ts index 3f5b0b7e6776..0eb857c74844 100644 --- a/clients/client-migrationhuborchestrator/src/commands/ListTemplateStepGroupsCommand.ts +++ b/clients/client-migrationhuborchestrator/src/commands/ListTemplateStepGroupsCommand.ts @@ -100,9 +100,6 @@ export class ListTemplateStepGroupsCommand extends $Command< ListTemplateStepGroupsCommandOutput, MigrationHubOrchestratorClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -116,9 +113,7 @@ export class ListTemplateStepGroupsCommand extends $Command< * @public */ constructor(readonly input: ListTemplateStepGroupsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -171,7 +166,4 @@ export class ListTemplateStepGroupsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListTemplateStepGroupsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-migrationhuborchestrator/src/commands/ListTemplateStepsCommand.ts b/clients/client-migrationhuborchestrator/src/commands/ListTemplateStepsCommand.ts index d9b3697431b1..dd858dfae5ea 100644 --- a/clients/client-migrationhuborchestrator/src/commands/ListTemplateStepsCommand.ts +++ b/clients/client-migrationhuborchestrator/src/commands/ListTemplateStepsCommand.ts @@ -109,9 +109,6 @@ export class ListTemplateStepsCommand extends $Command< ListTemplateStepsCommandOutput, MigrationHubOrchestratorClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -125,9 +122,7 @@ export class ListTemplateStepsCommand extends $Command< * @public */ constructor(readonly input: ListTemplateStepsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -180,7 +175,4 @@ export class ListTemplateStepsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListTemplateStepsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-migrationhuborchestrator/src/commands/ListTemplatesCommand.ts b/clients/client-migrationhuborchestrator/src/commands/ListTemplatesCommand.ts index e5667d24c76a..75b417614b06 100644 --- a/clients/client-migrationhuborchestrator/src/commands/ListTemplatesCommand.ts +++ b/clients/client-migrationhuborchestrator/src/commands/ListTemplatesCommand.ts @@ -93,9 +93,6 @@ export class ListTemplatesCommand extends $Command< ListTemplatesCommandOutput, MigrationHubOrchestratorClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -109,9 +106,7 @@ export class ListTemplatesCommand extends $Command< * @public */ constructor(readonly input: ListTemplatesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -162,7 +157,4 @@ export class ListTemplatesCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListTemplatesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-migrationhuborchestrator/src/commands/ListWorkflowStepGroupsCommand.ts b/clients/client-migrationhuborchestrator/src/commands/ListWorkflowStepGroupsCommand.ts index 670bf4ff9692..71a30c8541df 100644 --- a/clients/client-migrationhuborchestrator/src/commands/ListWorkflowStepGroupsCommand.ts +++ b/clients/client-migrationhuborchestrator/src/commands/ListWorkflowStepGroupsCommand.ts @@ -105,9 +105,6 @@ export class ListWorkflowStepGroupsCommand extends $Command< ListWorkflowStepGroupsCommandOutput, MigrationHubOrchestratorClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -121,9 +118,7 @@ export class ListWorkflowStepGroupsCommand extends $Command< * @public */ constructor(readonly input: ListWorkflowStepGroupsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -176,7 +171,4 @@ export class ListWorkflowStepGroupsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListWorkflowStepGroupsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-migrationhuborchestrator/src/commands/ListWorkflowStepsCommand.ts b/clients/client-migrationhuborchestrator/src/commands/ListWorkflowStepsCommand.ts index e2b260ec0b23..6057faaddec9 100644 --- a/clients/client-migrationhuborchestrator/src/commands/ListWorkflowStepsCommand.ts +++ b/clients/client-migrationhuborchestrator/src/commands/ListWorkflowStepsCommand.ts @@ -110,9 +110,6 @@ export class ListWorkflowStepsCommand extends $Command< ListWorkflowStepsCommandOutput, MigrationHubOrchestratorClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -126,9 +123,7 @@ export class ListWorkflowStepsCommand extends $Command< * @public */ constructor(readonly input: ListWorkflowStepsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -181,7 +176,4 @@ export class ListWorkflowStepsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListWorkflowStepsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-migrationhuborchestrator/src/commands/ListWorkflowsCommand.ts b/clients/client-migrationhuborchestrator/src/commands/ListWorkflowsCommand.ts index 5f029284a2e4..ee5cf0c8d9f6 100644 --- a/clients/client-migrationhuborchestrator/src/commands/ListWorkflowsCommand.ts +++ b/clients/client-migrationhuborchestrator/src/commands/ListWorkflowsCommand.ts @@ -108,9 +108,6 @@ export class ListWorkflowsCommand extends $Command< ListWorkflowsCommandOutput, MigrationHubOrchestratorClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -124,9 +121,7 @@ export class ListWorkflowsCommand extends $Command< * @public */ constructor(readonly input: ListWorkflowsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -177,7 +172,4 @@ export class ListWorkflowsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListWorkflowsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-migrationhuborchestrator/src/commands/RetryWorkflowStepCommand.ts b/clients/client-migrationhuborchestrator/src/commands/RetryWorkflowStepCommand.ts index b5e335c2d111..53a333864534 100644 --- a/clients/client-migrationhuborchestrator/src/commands/RetryWorkflowStepCommand.ts +++ b/clients/client-migrationhuborchestrator/src/commands/RetryWorkflowStepCommand.ts @@ -91,9 +91,6 @@ export class RetryWorkflowStepCommand extends $Command< RetryWorkflowStepCommandOutput, MigrationHubOrchestratorClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -107,9 +104,7 @@ export class RetryWorkflowStepCommand extends $Command< * @public */ constructor(readonly input: RetryWorkflowStepCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -162,7 +157,4 @@ export class RetryWorkflowStepCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_RetryWorkflowStepCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-migrationhuborchestrator/src/commands/StartWorkflowCommand.ts b/clients/client-migrationhuborchestrator/src/commands/StartWorkflowCommand.ts index 66fde0a3be82..7895d82bfe5e 100644 --- a/clients/client-migrationhuborchestrator/src/commands/StartWorkflowCommand.ts +++ b/clients/client-migrationhuborchestrator/src/commands/StartWorkflowCommand.ts @@ -93,9 +93,6 @@ export class StartWorkflowCommand extends $Command< StartWorkflowCommandOutput, MigrationHubOrchestratorClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -109,9 +106,7 @@ export class StartWorkflowCommand extends $Command< * @public */ constructor(readonly input: StartWorkflowCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -162,7 +157,4 @@ export class StartWorkflowCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_StartWorkflowCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-migrationhuborchestrator/src/commands/StopWorkflowCommand.ts b/clients/client-migrationhuborchestrator/src/commands/StopWorkflowCommand.ts index f7551b8d1980..abac0242b374 100644 --- a/clients/client-migrationhuborchestrator/src/commands/StopWorkflowCommand.ts +++ b/clients/client-migrationhuborchestrator/src/commands/StopWorkflowCommand.ts @@ -93,9 +93,6 @@ export class StopWorkflowCommand extends $Command< StopWorkflowCommandOutput, MigrationHubOrchestratorClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -109,9 +106,7 @@ export class StopWorkflowCommand extends $Command< * @public */ constructor(readonly input: StopWorkflowCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -162,7 +157,4 @@ export class StopWorkflowCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_StopWorkflowCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-migrationhuborchestrator/src/commands/TagResourceCommand.ts b/clients/client-migrationhuborchestrator/src/commands/TagResourceCommand.ts index e74a0f64894c..72f186564710 100644 --- a/clients/client-migrationhuborchestrator/src/commands/TagResourceCommand.ts +++ b/clients/client-migrationhuborchestrator/src/commands/TagResourceCommand.ts @@ -81,9 +81,6 @@ export class TagResourceCommand extends $Command< TagResourceCommandOutput, MigrationHubOrchestratorClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -97,9 +94,7 @@ export class TagResourceCommand extends $Command< * @public */ constructor(readonly input: TagResourceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -150,7 +145,4 @@ export class TagResourceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_TagResourceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-migrationhuborchestrator/src/commands/UntagResourceCommand.ts b/clients/client-migrationhuborchestrator/src/commands/UntagResourceCommand.ts index 742c6bfb71ee..a2ee5437a3c0 100644 --- a/clients/client-migrationhuborchestrator/src/commands/UntagResourceCommand.ts +++ b/clients/client-migrationhuborchestrator/src/commands/UntagResourceCommand.ts @@ -81,9 +81,6 @@ export class UntagResourceCommand extends $Command< UntagResourceCommandOutput, MigrationHubOrchestratorClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -97,9 +94,7 @@ export class UntagResourceCommand extends $Command< * @public */ constructor(readonly input: UntagResourceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -150,7 +145,4 @@ export class UntagResourceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UntagResourceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-migrationhuborchestrator/src/commands/UpdateWorkflowCommand.ts b/clients/client-migrationhuborchestrator/src/commands/UpdateWorkflowCommand.ts index bae0d6f1ae2c..bc09414d83d8 100644 --- a/clients/client-migrationhuborchestrator/src/commands/UpdateWorkflowCommand.ts +++ b/clients/client-migrationhuborchestrator/src/commands/UpdateWorkflowCommand.ts @@ -137,9 +137,6 @@ export class UpdateWorkflowCommand extends $Command< UpdateWorkflowCommandOutput, MigrationHubOrchestratorClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -153,9 +150,7 @@ export class UpdateWorkflowCommand extends $Command< * @public */ constructor(readonly input: UpdateWorkflowCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -208,7 +203,4 @@ export class UpdateWorkflowCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdateWorkflowCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-migrationhuborchestrator/src/commands/UpdateWorkflowStepCommand.ts b/clients/client-migrationhuborchestrator/src/commands/UpdateWorkflowStepCommand.ts index 806fbc9ff02e..84c721132e3b 100644 --- a/clients/client-migrationhuborchestrator/src/commands/UpdateWorkflowStepCommand.ts +++ b/clients/client-migrationhuborchestrator/src/commands/UpdateWorkflowStepCommand.ts @@ -131,9 +131,6 @@ export class UpdateWorkflowStepCommand extends $Command< UpdateWorkflowStepCommandOutput, MigrationHubOrchestratorClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -147,9 +144,7 @@ export class UpdateWorkflowStepCommand extends $Command< * @public */ constructor(readonly input: UpdateWorkflowStepCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -202,7 +197,4 @@ export class UpdateWorkflowStepCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdateWorkflowStepCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-migrationhuborchestrator/src/commands/UpdateWorkflowStepGroupCommand.ts b/clients/client-migrationhuborchestrator/src/commands/UpdateWorkflowStepGroupCommand.ts index 2333adb63945..18709809ca63 100644 --- a/clients/client-migrationhuborchestrator/src/commands/UpdateWorkflowStepGroupCommand.ts +++ b/clients/client-migrationhuborchestrator/src/commands/UpdateWorkflowStepGroupCommand.ts @@ -114,9 +114,6 @@ export class UpdateWorkflowStepGroupCommand extends $Command< UpdateWorkflowStepGroupCommandOutput, MigrationHubOrchestratorClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -130,9 +127,7 @@ export class UpdateWorkflowStepGroupCommand extends $Command< * @public */ constructor(readonly input: UpdateWorkflowStepGroupCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -185,7 +180,4 @@ export class UpdateWorkflowStepGroupCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdateWorkflowStepGroupCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-migrationhubstrategy/package.json b/clients/client-migrationhubstrategy/package.json index 3b8508cb9823..920c13973ff1 100644 --- a/clients/client-migrationhubstrategy/package.json +++ b/clients/client-migrationhubstrategy/package.json @@ -34,29 +34,29 @@ "@aws-sdk/util-endpoints": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@smithy/config-resolver": "^2.0.16", - "@smithy/fetch-http-handler": "^2.2.4", - "@smithy/hash-node": "^2.0.12", - "@smithy/invalid-dependency": "^2.0.12", - "@smithy/middleware-content-length": "^2.0.14", - "@smithy/middleware-endpoint": "^2.1.3", - "@smithy/middleware-retry": "^2.0.18", - "@smithy/middleware-serde": "^2.0.12", - "@smithy/middleware-stack": "^2.0.6", - "@smithy/node-config-provider": "^2.1.3", - "@smithy/node-http-handler": "^2.1.8", - "@smithy/protocol-http": "^3.0.8", - "@smithy/smithy-client": "^2.1.12", - "@smithy/types": "^2.4.0", - "@smithy/url-parser": "^2.0.12", - "@smithy/util-base64": "^2.0.0", + "@smithy/config-resolver": "^2.0.18", + "@smithy/fetch-http-handler": "^2.2.6", + "@smithy/hash-node": "^2.0.15", + "@smithy/invalid-dependency": "^2.0.13", + "@smithy/middleware-content-length": "^2.0.15", + "@smithy/middleware-endpoint": "^2.2.0", + "@smithy/middleware-retry": "^2.0.20", + "@smithy/middleware-serde": "^2.0.13", + "@smithy/middleware-stack": "^2.0.7", + "@smithy/node-config-provider": "^2.1.5", + "@smithy/node-http-handler": "^2.1.9", + "@smithy/protocol-http": "^3.0.9", + "@smithy/smithy-client": "^2.1.15", + "@smithy/types": "^2.5.0", + "@smithy/url-parser": "^2.0.13", + "@smithy/util-base64": "^2.0.1", "@smithy/util-body-length-browser": "^2.0.0", "@smithy/util-body-length-node": "^2.1.0", - "@smithy/util-defaults-mode-browser": "^2.0.16", - "@smithy/util-defaults-mode-node": "^2.0.21", - "@smithy/util-endpoints": "^1.0.2", - "@smithy/util-retry": "^2.0.5", - "@smithy/util-utf8": "^2.0.0", + "@smithy/util-defaults-mode-browser": "^2.0.19", + "@smithy/util-defaults-mode-node": "^2.0.25", + "@smithy/util-endpoints": "^1.0.4", + "@smithy/util-retry": "^2.0.6", + "@smithy/util-utf8": "^2.0.2", "tslib": "^2.5.0" }, "devDependencies": { diff --git a/clients/client-migrationhubstrategy/src/commands/GetApplicationComponentDetailsCommand.ts b/clients/client-migrationhubstrategy/src/commands/GetApplicationComponentDetailsCommand.ts index 7195e5699ef9..e8eb9854b11d 100644 --- a/clients/client-migrationhubstrategy/src/commands/GetApplicationComponentDetailsCommand.ts +++ b/clients/client-migrationhubstrategy/src/commands/GetApplicationComponentDetailsCommand.ts @@ -173,9 +173,6 @@ export class GetApplicationComponentDetailsCommand extends $Command< GetApplicationComponentDetailsCommandOutput, MigrationHubStrategyClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -189,9 +186,7 @@ export class GetApplicationComponentDetailsCommand extends $Command< * @public */ constructor(readonly input: GetApplicationComponentDetailsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -250,7 +245,4 @@ export class GetApplicationComponentDetailsCommand extends $Command< ): Promise { return de_GetApplicationComponentDetailsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-migrationhubstrategy/src/commands/GetApplicationComponentStrategiesCommand.ts b/clients/client-migrationhubstrategy/src/commands/GetApplicationComponentStrategiesCommand.ts index a0c2aab7ed04..1b885311b547 100644 --- a/clients/client-migrationhubstrategy/src/commands/GetApplicationComponentStrategiesCommand.ts +++ b/clients/client-migrationhubstrategy/src/commands/GetApplicationComponentStrategiesCommand.ts @@ -106,9 +106,6 @@ export class GetApplicationComponentStrategiesCommand extends $Command< GetApplicationComponentStrategiesCommandOutput, MigrationHubStrategyClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -122,9 +119,7 @@ export class GetApplicationComponentStrategiesCommand extends $Command< * @public */ constructor(readonly input: GetApplicationComponentStrategiesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -183,7 +178,4 @@ export class GetApplicationComponentStrategiesCommand extends $Command< ): Promise { return de_GetApplicationComponentStrategiesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-migrationhubstrategy/src/commands/GetAssessmentCommand.ts b/clients/client-migrationhubstrategy/src/commands/GetAssessmentCommand.ts index 48aefcf1c51a..e261d22757e4 100644 --- a/clients/client-migrationhubstrategy/src/commands/GetAssessmentCommand.ts +++ b/clients/client-migrationhubstrategy/src/commands/GetAssessmentCommand.ts @@ -106,9 +106,6 @@ export class GetAssessmentCommand extends $Command< GetAssessmentCommandOutput, MigrationHubStrategyClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -122,9 +119,7 @@ export class GetAssessmentCommand extends $Command< * @public */ constructor(readonly input: GetAssessmentCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -175,7 +170,4 @@ export class GetAssessmentCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetAssessmentCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-migrationhubstrategy/src/commands/GetImportFileTaskCommand.ts b/clients/client-migrationhubstrategy/src/commands/GetImportFileTaskCommand.ts index c775644aeb92..d74c6184f323 100644 --- a/clients/client-migrationhubstrategy/src/commands/GetImportFileTaskCommand.ts +++ b/clients/client-migrationhubstrategy/src/commands/GetImportFileTaskCommand.ts @@ -100,9 +100,6 @@ export class GetImportFileTaskCommand extends $Command< GetImportFileTaskCommandOutput, MigrationHubStrategyClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -116,9 +113,7 @@ export class GetImportFileTaskCommand extends $Command< * @public */ constructor(readonly input: GetImportFileTaskCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -171,7 +166,4 @@ export class GetImportFileTaskCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetImportFileTaskCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-migrationhubstrategy/src/commands/GetLatestAssessmentIdCommand.ts b/clients/client-migrationhubstrategy/src/commands/GetLatestAssessmentIdCommand.ts index b2f5599924ba..f8e5f6835e0c 100644 --- a/clients/client-migrationhubstrategy/src/commands/GetLatestAssessmentIdCommand.ts +++ b/clients/client-migrationhubstrategy/src/commands/GetLatestAssessmentIdCommand.ts @@ -85,9 +85,6 @@ export class GetLatestAssessmentIdCommand extends $Command< GetLatestAssessmentIdCommandOutput, MigrationHubStrategyClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -101,9 +98,7 @@ export class GetLatestAssessmentIdCommand extends $Command< * @public */ constructor(readonly input: GetLatestAssessmentIdCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -156,7 +151,4 @@ export class GetLatestAssessmentIdCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetLatestAssessmentIdCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-migrationhubstrategy/src/commands/GetPortfolioPreferencesCommand.ts b/clients/client-migrationhubstrategy/src/commands/GetPortfolioPreferencesCommand.ts index c2626037e891..465aed542016 100644 --- a/clients/client-migrationhubstrategy/src/commands/GetPortfolioPreferencesCommand.ts +++ b/clients/client-migrationhubstrategy/src/commands/GetPortfolioPreferencesCommand.ts @@ -132,9 +132,6 @@ export class GetPortfolioPreferencesCommand extends $Command< GetPortfolioPreferencesCommandOutput, MigrationHubStrategyClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -148,9 +145,7 @@ export class GetPortfolioPreferencesCommand extends $Command< * @public */ constructor(readonly input: GetPortfolioPreferencesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -203,7 +198,4 @@ export class GetPortfolioPreferencesCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetPortfolioPreferencesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-migrationhubstrategy/src/commands/GetPortfolioSummaryCommand.ts b/clients/client-migrationhubstrategy/src/commands/GetPortfolioSummaryCommand.ts index ce0fc318bfc5..ca988462e99e 100644 --- a/clients/client-migrationhubstrategy/src/commands/GetPortfolioSummaryCommand.ts +++ b/clients/client-migrationhubstrategy/src/commands/GetPortfolioSummaryCommand.ts @@ -133,9 +133,6 @@ export class GetPortfolioSummaryCommand extends $Command< GetPortfolioSummaryCommandOutput, MigrationHubStrategyClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -149,9 +146,7 @@ export class GetPortfolioSummaryCommand extends $Command< * @public */ constructor(readonly input: GetPortfolioSummaryCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -204,7 +199,4 @@ export class GetPortfolioSummaryCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetPortfolioSummaryCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-migrationhubstrategy/src/commands/GetRecommendationReportDetailsCommand.ts b/clients/client-migrationhubstrategy/src/commands/GetRecommendationReportDetailsCommand.ts index 177a8f4ee10f..a0d6a487fc26 100644 --- a/clients/client-migrationhubstrategy/src/commands/GetRecommendationReportDetailsCommand.ts +++ b/clients/client-migrationhubstrategy/src/commands/GetRecommendationReportDetailsCommand.ts @@ -105,9 +105,6 @@ export class GetRecommendationReportDetailsCommand extends $Command< GetRecommendationReportDetailsCommandOutput, MigrationHubStrategyClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -121,9 +118,7 @@ export class GetRecommendationReportDetailsCommand extends $Command< * @public */ constructor(readonly input: GetRecommendationReportDetailsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -182,7 +177,4 @@ export class GetRecommendationReportDetailsCommand extends $Command< ): Promise { return de_GetRecommendationReportDetailsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-migrationhubstrategy/src/commands/GetServerDetailsCommand.ts b/clients/client-migrationhubstrategy/src/commands/GetServerDetailsCommand.ts index 9ef242761da2..37cd9e63b1f4 100644 --- a/clients/client-migrationhubstrategy/src/commands/GetServerDetailsCommand.ts +++ b/clients/client-migrationhubstrategy/src/commands/GetServerDetailsCommand.ts @@ -152,9 +152,6 @@ export class GetServerDetailsCommand extends $Command< GetServerDetailsCommandOutput, MigrationHubStrategyClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -168,9 +165,7 @@ export class GetServerDetailsCommand extends $Command< * @public */ constructor(readonly input: GetServerDetailsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -223,7 +218,4 @@ export class GetServerDetailsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetServerDetailsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-migrationhubstrategy/src/commands/GetServerStrategiesCommand.ts b/clients/client-migrationhubstrategy/src/commands/GetServerStrategiesCommand.ts index dab51bbdc3a4..19f8d6993d45 100644 --- a/clients/client-migrationhubstrategy/src/commands/GetServerStrategiesCommand.ts +++ b/clients/client-migrationhubstrategy/src/commands/GetServerStrategiesCommand.ts @@ -105,9 +105,6 @@ export class GetServerStrategiesCommand extends $Command< GetServerStrategiesCommandOutput, MigrationHubStrategyClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -121,9 +118,7 @@ export class GetServerStrategiesCommand extends $Command< * @public */ constructor(readonly input: GetServerStrategiesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -176,7 +171,4 @@ export class GetServerStrategiesCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetServerStrategiesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-migrationhubstrategy/src/commands/ListAnalyzableServersCommand.ts b/clients/client-migrationhubstrategy/src/commands/ListAnalyzableServersCommand.ts index 1d026c4c0acd..32385c68b212 100644 --- a/clients/client-migrationhubstrategy/src/commands/ListAnalyzableServersCommand.ts +++ b/clients/client-migrationhubstrategy/src/commands/ListAnalyzableServersCommand.ts @@ -97,9 +97,6 @@ export class ListAnalyzableServersCommand extends $Command< ListAnalyzableServersCommandOutput, MigrationHubStrategyClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -113,9 +110,7 @@ export class ListAnalyzableServersCommand extends $Command< * @public */ constructor(readonly input: ListAnalyzableServersCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -168,7 +163,4 @@ export class ListAnalyzableServersCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListAnalyzableServersCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-migrationhubstrategy/src/commands/ListApplicationComponentsCommand.ts b/clients/client-migrationhubstrategy/src/commands/ListApplicationComponentsCommand.ts index 35aac631ef88..b7d8e1327d23 100644 --- a/clients/client-migrationhubstrategy/src/commands/ListApplicationComponentsCommand.ts +++ b/clients/client-migrationhubstrategy/src/commands/ListApplicationComponentsCommand.ts @@ -175,9 +175,6 @@ export class ListApplicationComponentsCommand extends $Command< ListApplicationComponentsCommandOutput, MigrationHubStrategyClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -191,9 +188,7 @@ export class ListApplicationComponentsCommand extends $Command< * @public */ constructor(readonly input: ListApplicationComponentsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -249,7 +244,4 @@ export class ListApplicationComponentsCommand extends $Command< ): Promise { return de_ListApplicationComponentsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-migrationhubstrategy/src/commands/ListCollectorsCommand.ts b/clients/client-migrationhubstrategy/src/commands/ListCollectorsCommand.ts index 5bb26e50e1e8..c8d1678fb3b9 100644 --- a/clients/client-migrationhubstrategy/src/commands/ListCollectorsCommand.ts +++ b/clients/client-migrationhubstrategy/src/commands/ListCollectorsCommand.ts @@ -129,9 +129,6 @@ export class ListCollectorsCommand extends $Command< ListCollectorsCommandOutput, MigrationHubStrategyClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -145,9 +142,7 @@ export class ListCollectorsCommand extends $Command< * @public */ constructor(readonly input: ListCollectorsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -200,7 +195,4 @@ export class ListCollectorsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListCollectorsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-migrationhubstrategy/src/commands/ListImportFileTaskCommand.ts b/clients/client-migrationhubstrategy/src/commands/ListImportFileTaskCommand.ts index 28d8605fbd68..5e25fe4da804 100644 --- a/clients/client-migrationhubstrategy/src/commands/ListImportFileTaskCommand.ts +++ b/clients/client-migrationhubstrategy/src/commands/ListImportFileTaskCommand.ts @@ -103,9 +103,6 @@ export class ListImportFileTaskCommand extends $Command< ListImportFileTaskCommandOutput, MigrationHubStrategyClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -119,9 +116,7 @@ export class ListImportFileTaskCommand extends $Command< * @public */ constructor(readonly input: ListImportFileTaskCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -174,7 +169,4 @@ export class ListImportFileTaskCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListImportFileTaskCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-migrationhubstrategy/src/commands/ListServersCommand.ts b/clients/client-migrationhubstrategy/src/commands/ListServersCommand.ts index b19db7d330b8..11a0de5f9333 100644 --- a/clients/client-migrationhubstrategy/src/commands/ListServersCommand.ts +++ b/clients/client-migrationhubstrategy/src/commands/ListServersCommand.ts @@ -153,9 +153,6 @@ export class ListServersCommand extends $Command< ListServersCommandOutput, MigrationHubStrategyClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -169,9 +166,7 @@ export class ListServersCommand extends $Command< * @public */ constructor(readonly input: ListServersCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -222,7 +217,4 @@ export class ListServersCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListServersCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-migrationhubstrategy/src/commands/PutPortfolioPreferencesCommand.ts b/clients/client-migrationhubstrategy/src/commands/PutPortfolioPreferencesCommand.ts index 00751e4bf9c3..905209f898d9 100644 --- a/clients/client-migrationhubstrategy/src/commands/PutPortfolioPreferencesCommand.ts +++ b/clients/client-migrationhubstrategy/src/commands/PutPortfolioPreferencesCommand.ts @@ -136,9 +136,6 @@ export class PutPortfolioPreferencesCommand extends $Command< PutPortfolioPreferencesCommandOutput, MigrationHubStrategyClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -152,9 +149,7 @@ export class PutPortfolioPreferencesCommand extends $Command< * @public */ constructor(readonly input: PutPortfolioPreferencesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -207,7 +202,4 @@ export class PutPortfolioPreferencesCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_PutPortfolioPreferencesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-migrationhubstrategy/src/commands/StartAssessmentCommand.ts b/clients/client-migrationhubstrategy/src/commands/StartAssessmentCommand.ts index aa73450ee761..e9376e2c9ddc 100644 --- a/clients/client-migrationhubstrategy/src/commands/StartAssessmentCommand.ts +++ b/clients/client-migrationhubstrategy/src/commands/StartAssessmentCommand.ts @@ -99,9 +99,6 @@ export class StartAssessmentCommand extends $Command< StartAssessmentCommandOutput, MigrationHubStrategyClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -115,9 +112,7 @@ export class StartAssessmentCommand extends $Command< * @public */ constructor(readonly input: StartAssessmentCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -170,7 +165,4 @@ export class StartAssessmentCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_StartAssessmentCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-migrationhubstrategy/src/commands/StartImportFileTaskCommand.ts b/clients/client-migrationhubstrategy/src/commands/StartImportFileTaskCommand.ts index 3527a5b7efe5..627c423ce4c5 100644 --- a/clients/client-migrationhubstrategy/src/commands/StartImportFileTaskCommand.ts +++ b/clients/client-migrationhubstrategy/src/commands/StartImportFileTaskCommand.ts @@ -101,9 +101,6 @@ export class StartImportFileTaskCommand extends $Command< StartImportFileTaskCommandOutput, MigrationHubStrategyClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -117,9 +114,7 @@ export class StartImportFileTaskCommand extends $Command< * @public */ constructor(readonly input: StartImportFileTaskCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -172,7 +167,4 @@ export class StartImportFileTaskCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_StartImportFileTaskCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-migrationhubstrategy/src/commands/StartRecommendationReportGenerationCommand.ts b/clients/client-migrationhubstrategy/src/commands/StartRecommendationReportGenerationCommand.ts index 0092f4c9b6e6..93b6fb7bf201 100644 --- a/clients/client-migrationhubstrategy/src/commands/StartRecommendationReportGenerationCommand.ts +++ b/clients/client-migrationhubstrategy/src/commands/StartRecommendationReportGenerationCommand.ts @@ -105,9 +105,6 @@ export class StartRecommendationReportGenerationCommand extends $Command< StartRecommendationReportGenerationCommandOutput, MigrationHubStrategyClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -121,9 +118,7 @@ export class StartRecommendationReportGenerationCommand extends $Command< * @public */ constructor(readonly input: StartRecommendationReportGenerationCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -182,7 +177,4 @@ export class StartRecommendationReportGenerationCommand extends $Command< ): Promise { return de_StartRecommendationReportGenerationCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-migrationhubstrategy/src/commands/StopAssessmentCommand.ts b/clients/client-migrationhubstrategy/src/commands/StopAssessmentCommand.ts index 0a03fb0094fa..ce8606c7c46b 100644 --- a/clients/client-migrationhubstrategy/src/commands/StopAssessmentCommand.ts +++ b/clients/client-migrationhubstrategy/src/commands/StopAssessmentCommand.ts @@ -85,9 +85,6 @@ export class StopAssessmentCommand extends $Command< StopAssessmentCommandOutput, MigrationHubStrategyClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -101,9 +98,7 @@ export class StopAssessmentCommand extends $Command< * @public */ constructor(readonly input: StopAssessmentCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -156,7 +151,4 @@ export class StopAssessmentCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_StopAssessmentCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-migrationhubstrategy/src/commands/UpdateApplicationComponentConfigCommand.ts b/clients/client-migrationhubstrategy/src/commands/UpdateApplicationComponentConfigCommand.ts index 1d4eef57635d..9750b5311381 100644 --- a/clients/client-migrationhubstrategy/src/commands/UpdateApplicationComponentConfigCommand.ts +++ b/clients/client-migrationhubstrategy/src/commands/UpdateApplicationComponentConfigCommand.ts @@ -111,9 +111,6 @@ export class UpdateApplicationComponentConfigCommand extends $Command< UpdateApplicationComponentConfigCommandOutput, MigrationHubStrategyClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -127,9 +124,7 @@ export class UpdateApplicationComponentConfigCommand extends $Command< * @public */ constructor(readonly input: UpdateApplicationComponentConfigCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -188,7 +183,4 @@ export class UpdateApplicationComponentConfigCommand extends $Command< ): Promise { return de_UpdateApplicationComponentConfigCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-migrationhubstrategy/src/commands/UpdateServerConfigCommand.ts b/clients/client-migrationhubstrategy/src/commands/UpdateServerConfigCommand.ts index 98f0f49020e4..8e6d2ec9c4a6 100644 --- a/clients/client-migrationhubstrategy/src/commands/UpdateServerConfigCommand.ts +++ b/clients/client-migrationhubstrategy/src/commands/UpdateServerConfigCommand.ts @@ -90,9 +90,6 @@ export class UpdateServerConfigCommand extends $Command< UpdateServerConfigCommandOutput, MigrationHubStrategyClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -106,9 +103,7 @@ export class UpdateServerConfigCommand extends $Command< * @public */ constructor(readonly input: UpdateServerConfigCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -161,7 +156,4 @@ export class UpdateServerConfigCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdateServerConfigCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-mobile/package.json b/clients/client-mobile/package.json index a52b77e65efb..316709f67bcd 100644 --- a/clients/client-mobile/package.json +++ b/clients/client-mobile/package.json @@ -34,29 +34,29 @@ "@aws-sdk/util-endpoints": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@smithy/config-resolver": "^2.0.16", - "@smithy/fetch-http-handler": "^2.2.4", - "@smithy/hash-node": "^2.0.12", - "@smithy/invalid-dependency": "^2.0.12", - "@smithy/middleware-content-length": "^2.0.14", - "@smithy/middleware-endpoint": "^2.1.3", - "@smithy/middleware-retry": "^2.0.18", - "@smithy/middleware-serde": "^2.0.12", - "@smithy/middleware-stack": "^2.0.6", - "@smithy/node-config-provider": "^2.1.3", - "@smithy/node-http-handler": "^2.1.8", - "@smithy/protocol-http": "^3.0.8", - "@smithy/smithy-client": "^2.1.12", - "@smithy/types": "^2.4.0", - "@smithy/url-parser": "^2.0.12", - "@smithy/util-base64": "^2.0.0", + "@smithy/config-resolver": "^2.0.18", + "@smithy/fetch-http-handler": "^2.2.6", + "@smithy/hash-node": "^2.0.15", + "@smithy/invalid-dependency": "^2.0.13", + "@smithy/middleware-content-length": "^2.0.15", + "@smithy/middleware-endpoint": "^2.2.0", + "@smithy/middleware-retry": "^2.0.20", + "@smithy/middleware-serde": "^2.0.13", + "@smithy/middleware-stack": "^2.0.7", + "@smithy/node-config-provider": "^2.1.5", + "@smithy/node-http-handler": "^2.1.9", + "@smithy/protocol-http": "^3.0.9", + "@smithy/smithy-client": "^2.1.15", + "@smithy/types": "^2.5.0", + "@smithy/url-parser": "^2.0.13", + "@smithy/util-base64": "^2.0.1", "@smithy/util-body-length-browser": "^2.0.0", "@smithy/util-body-length-node": "^2.1.0", - "@smithy/util-defaults-mode-browser": "^2.0.16", - "@smithy/util-defaults-mode-node": "^2.0.21", - "@smithy/util-endpoints": "^1.0.2", - "@smithy/util-retry": "^2.0.5", - "@smithy/util-utf8": "^2.0.0", + "@smithy/util-defaults-mode-browser": "^2.0.19", + "@smithy/util-defaults-mode-node": "^2.0.25", + "@smithy/util-endpoints": "^1.0.4", + "@smithy/util-retry": "^2.0.6", + "@smithy/util-utf8": "^2.0.2", "tslib": "^2.5.0" }, "devDependencies": { diff --git a/clients/client-mobile/src/commands/CreateProjectCommand.ts b/clients/client-mobile/src/commands/CreateProjectCommand.ts index b912016f00fa..798c79e1bf3f 100644 --- a/clients/client-mobile/src/commands/CreateProjectCommand.ts +++ b/clients/client-mobile/src/commands/CreateProjectCommand.ts @@ -144,9 +144,6 @@ export class CreateProjectCommand extends $Command< CreateProjectCommandOutput, MobileClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -160,9 +157,7 @@ export class CreateProjectCommand extends $Command< * @public */ constructor(readonly input: CreateProjectCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -213,7 +208,4 @@ export class CreateProjectCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateProjectCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-mobile/src/commands/DeleteProjectCommand.ts b/clients/client-mobile/src/commands/DeleteProjectCommand.ts index 9078c35e16a3..e972398e2e18 100644 --- a/clients/client-mobile/src/commands/DeleteProjectCommand.ts +++ b/clients/client-mobile/src/commands/DeleteProjectCommand.ts @@ -121,9 +121,6 @@ export class DeleteProjectCommand extends $Command< DeleteProjectCommandOutput, MobileClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -137,9 +134,7 @@ export class DeleteProjectCommand extends $Command< * @public */ constructor(readonly input: DeleteProjectCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -190,7 +185,4 @@ export class DeleteProjectCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteProjectCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-mobile/src/commands/DescribeBundleCommand.ts b/clients/client-mobile/src/commands/DescribeBundleCommand.ts index c7b3c0809652..8022923d13c0 100644 --- a/clients/client-mobile/src/commands/DescribeBundleCommand.ts +++ b/clients/client-mobile/src/commands/DescribeBundleCommand.ts @@ -115,9 +115,6 @@ export class DescribeBundleCommand extends $Command< DescribeBundleCommandOutput, MobileClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -131,9 +128,7 @@ export class DescribeBundleCommand extends $Command< * @public */ constructor(readonly input: DescribeBundleCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -186,7 +181,4 @@ export class DescribeBundleCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DescribeBundleCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-mobile/src/commands/DescribeProjectCommand.ts b/clients/client-mobile/src/commands/DescribeProjectCommand.ts index dd4ab2445f93..d86cc9e85bda 100644 --- a/clients/client-mobile/src/commands/DescribeProjectCommand.ts +++ b/clients/client-mobile/src/commands/DescribeProjectCommand.ts @@ -126,9 +126,6 @@ export class DescribeProjectCommand extends $Command< DescribeProjectCommandOutput, MobileClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -142,9 +139,7 @@ export class DescribeProjectCommand extends $Command< * @public */ constructor(readonly input: DescribeProjectCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -197,7 +192,4 @@ export class DescribeProjectCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DescribeProjectCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-mobile/src/commands/ExportBundleCommand.ts b/clients/client-mobile/src/commands/ExportBundleCommand.ts index 3302f81607d8..1035e795698e 100644 --- a/clients/client-mobile/src/commands/ExportBundleCommand.ts +++ b/clients/client-mobile/src/commands/ExportBundleCommand.ts @@ -109,9 +109,6 @@ export class ExportBundleCommand extends $Command< ExportBundleCommandOutput, MobileClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -125,9 +122,7 @@ export class ExportBundleCommand extends $Command< * @public */ constructor(readonly input: ExportBundleCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -178,7 +173,4 @@ export class ExportBundleCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ExportBundleCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-mobile/src/commands/ExportProjectCommand.ts b/clients/client-mobile/src/commands/ExportProjectCommand.ts index 9ae05982b42a..c14637a76eea 100644 --- a/clients/client-mobile/src/commands/ExportProjectCommand.ts +++ b/clients/client-mobile/src/commands/ExportProjectCommand.ts @@ -110,9 +110,6 @@ export class ExportProjectCommand extends $Command< ExportProjectCommandOutput, MobileClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -126,9 +123,7 @@ export class ExportProjectCommand extends $Command< * @public */ constructor(readonly input: ExportProjectCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -179,7 +174,4 @@ export class ExportProjectCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ExportProjectCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-mobile/src/commands/ListBundlesCommand.ts b/clients/client-mobile/src/commands/ListBundlesCommand.ts index 1cdd77177bfe..006223a5d48a 100644 --- a/clients/client-mobile/src/commands/ListBundlesCommand.ts +++ b/clients/client-mobile/src/commands/ListBundlesCommand.ts @@ -114,9 +114,6 @@ export class ListBundlesCommand extends $Command< ListBundlesCommandOutput, MobileClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -130,9 +127,7 @@ export class ListBundlesCommand extends $Command< * @public */ constructor(readonly input: ListBundlesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -183,7 +178,4 @@ export class ListBundlesCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListBundlesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-mobile/src/commands/ListProjectsCommand.ts b/clients/client-mobile/src/commands/ListProjectsCommand.ts index be55c7469594..9f29a2c59411 100644 --- a/clients/client-mobile/src/commands/ListProjectsCommand.ts +++ b/clients/client-mobile/src/commands/ListProjectsCommand.ts @@ -108,9 +108,6 @@ export class ListProjectsCommand extends $Command< ListProjectsCommandOutput, MobileClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -124,9 +121,7 @@ export class ListProjectsCommand extends $Command< * @public */ constructor(readonly input: ListProjectsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -177,7 +172,4 @@ export class ListProjectsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListProjectsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-mobile/src/commands/UpdateProjectCommand.ts b/clients/client-mobile/src/commands/UpdateProjectCommand.ts index e5120fcf8cf8..9f76f5fb4fa2 100644 --- a/clients/client-mobile/src/commands/UpdateProjectCommand.ts +++ b/clients/client-mobile/src/commands/UpdateProjectCommand.ts @@ -147,9 +147,6 @@ export class UpdateProjectCommand extends $Command< UpdateProjectCommandOutput, MobileClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -163,9 +160,7 @@ export class UpdateProjectCommand extends $Command< * @public */ constructor(readonly input: UpdateProjectCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -216,7 +211,4 @@ export class UpdateProjectCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdateProjectCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-mq/package.json b/clients/client-mq/package.json index 3a493996bed3..6646aef0f267 100644 --- a/clients/client-mq/package.json +++ b/clients/client-mq/package.json @@ -34,29 +34,29 @@ "@aws-sdk/util-endpoints": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@smithy/config-resolver": "^2.0.16", - "@smithy/fetch-http-handler": "^2.2.4", - "@smithy/hash-node": "^2.0.12", - "@smithy/invalid-dependency": "^2.0.12", - "@smithy/middleware-content-length": "^2.0.14", - "@smithy/middleware-endpoint": "^2.1.3", - "@smithy/middleware-retry": "^2.0.18", - "@smithy/middleware-serde": "^2.0.12", - "@smithy/middleware-stack": "^2.0.6", - "@smithy/node-config-provider": "^2.1.3", - "@smithy/node-http-handler": "^2.1.8", - "@smithy/protocol-http": "^3.0.8", - "@smithy/smithy-client": "^2.1.12", - "@smithy/types": "^2.4.0", - "@smithy/url-parser": "^2.0.12", - "@smithy/util-base64": "^2.0.0", + "@smithy/config-resolver": "^2.0.18", + "@smithy/fetch-http-handler": "^2.2.6", + "@smithy/hash-node": "^2.0.15", + "@smithy/invalid-dependency": "^2.0.13", + "@smithy/middleware-content-length": "^2.0.15", + "@smithy/middleware-endpoint": "^2.2.0", + "@smithy/middleware-retry": "^2.0.20", + "@smithy/middleware-serde": "^2.0.13", + "@smithy/middleware-stack": "^2.0.7", + "@smithy/node-config-provider": "^2.1.5", + "@smithy/node-http-handler": "^2.1.9", + "@smithy/protocol-http": "^3.0.9", + "@smithy/smithy-client": "^2.1.15", + "@smithy/types": "^2.5.0", + "@smithy/url-parser": "^2.0.13", + "@smithy/util-base64": "^2.0.1", "@smithy/util-body-length-browser": "^2.0.0", "@smithy/util-body-length-node": "^2.1.0", - "@smithy/util-defaults-mode-browser": "^2.0.16", - "@smithy/util-defaults-mode-node": "^2.0.21", - "@smithy/util-endpoints": "^1.0.2", - "@smithy/util-retry": "^2.0.5", - "@smithy/util-utf8": "^2.0.0", + "@smithy/util-defaults-mode-browser": "^2.0.19", + "@smithy/util-defaults-mode-node": "^2.0.25", + "@smithy/util-endpoints": "^1.0.4", + "@smithy/util-retry": "^2.0.6", + "@smithy/util-utf8": "^2.0.2", "tslib": "^2.5.0", "uuid": "^8.3.2" }, diff --git a/clients/client-mq/src/commands/CreateBrokerCommand.ts b/clients/client-mq/src/commands/CreateBrokerCommand.ts index e14c42e0279e..32c651277865 100644 --- a/clients/client-mq/src/commands/CreateBrokerCommand.ts +++ b/clients/client-mq/src/commands/CreateBrokerCommand.ts @@ -147,9 +147,6 @@ export class CreateBrokerCommand extends $Command< CreateBrokerCommandOutput, MqClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -163,9 +160,7 @@ export class CreateBrokerCommand extends $Command< * @public */ constructor(readonly input: CreateBrokerCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -216,7 +211,4 @@ export class CreateBrokerCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateBrokerCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-mq/src/commands/CreateConfigurationCommand.ts b/clients/client-mq/src/commands/CreateConfigurationCommand.ts index 190104512013..84a7046c925c 100644 --- a/clients/client-mq/src/commands/CreateConfigurationCommand.ts +++ b/clients/client-mq/src/commands/CreateConfigurationCommand.ts @@ -97,9 +97,6 @@ export class CreateConfigurationCommand extends $Command< CreateConfigurationCommandOutput, MqClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -113,9 +110,7 @@ export class CreateConfigurationCommand extends $Command< * @public */ constructor(readonly input: CreateConfigurationCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -168,7 +163,4 @@ export class CreateConfigurationCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateConfigurationCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-mq/src/commands/CreateTagsCommand.ts b/clients/client-mq/src/commands/CreateTagsCommand.ts index b80d762da337..3b3312e60ff5 100644 --- a/clients/client-mq/src/commands/CreateTagsCommand.ts +++ b/clients/client-mq/src/commands/CreateTagsCommand.ts @@ -83,9 +83,6 @@ export class CreateTagsCommand extends $Command< CreateTagsCommandOutput, MqClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -99,9 +96,7 @@ export class CreateTagsCommand extends $Command< * @public */ constructor(readonly input: CreateTagsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -152,7 +147,4 @@ export class CreateTagsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateTagsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-mq/src/commands/CreateUserCommand.ts b/clients/client-mq/src/commands/CreateUserCommand.ts index 067f68a63a3e..56b1023e55bb 100644 --- a/clients/client-mq/src/commands/CreateUserCommand.ts +++ b/clients/client-mq/src/commands/CreateUserCommand.ts @@ -90,9 +90,6 @@ export class CreateUserCommand extends $Command< CreateUserCommandOutput, MqClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -106,9 +103,7 @@ export class CreateUserCommand extends $Command< * @public */ constructor(readonly input: CreateUserCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -159,7 +154,4 @@ export class CreateUserCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateUserCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-mq/src/commands/DeleteBrokerCommand.ts b/clients/client-mq/src/commands/DeleteBrokerCommand.ts index fd0af1ef28c6..255077314ecc 100644 --- a/clients/client-mq/src/commands/DeleteBrokerCommand.ts +++ b/clients/client-mq/src/commands/DeleteBrokerCommand.ts @@ -82,9 +82,6 @@ export class DeleteBrokerCommand extends $Command< DeleteBrokerCommandOutput, MqClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -98,9 +95,7 @@ export class DeleteBrokerCommand extends $Command< * @public */ constructor(readonly input: DeleteBrokerCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -151,7 +146,4 @@ export class DeleteBrokerCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteBrokerCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-mq/src/commands/DeleteTagsCommand.ts b/clients/client-mq/src/commands/DeleteTagsCommand.ts index 70042c865bcc..124f7736c3ff 100644 --- a/clients/client-mq/src/commands/DeleteTagsCommand.ts +++ b/clients/client-mq/src/commands/DeleteTagsCommand.ts @@ -83,9 +83,6 @@ export class DeleteTagsCommand extends $Command< DeleteTagsCommandOutput, MqClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -99,9 +96,7 @@ export class DeleteTagsCommand extends $Command< * @public */ constructor(readonly input: DeleteTagsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -152,7 +147,4 @@ export class DeleteTagsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteTagsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-mq/src/commands/DeleteUserCommand.ts b/clients/client-mq/src/commands/DeleteUserCommand.ts index 63a417893007..5af98fbb387e 100644 --- a/clients/client-mq/src/commands/DeleteUserCommand.ts +++ b/clients/client-mq/src/commands/DeleteUserCommand.ts @@ -81,9 +81,6 @@ export class DeleteUserCommand extends $Command< DeleteUserCommandOutput, MqClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -97,9 +94,7 @@ export class DeleteUserCommand extends $Command< * @public */ constructor(readonly input: DeleteUserCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -150,7 +145,4 @@ export class DeleteUserCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteUserCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-mq/src/commands/DescribeBrokerCommand.ts b/clients/client-mq/src/commands/DescribeBrokerCommand.ts index a61b35307539..9271bb577d0d 100644 --- a/clients/client-mq/src/commands/DescribeBrokerCommand.ts +++ b/clients/client-mq/src/commands/DescribeBrokerCommand.ts @@ -203,9 +203,6 @@ export class DescribeBrokerCommand extends $Command< DescribeBrokerCommandOutput, MqClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -219,9 +216,7 @@ export class DescribeBrokerCommand extends $Command< * @public */ constructor(readonly input: DescribeBrokerCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -274,7 +269,4 @@ export class DescribeBrokerCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DescribeBrokerCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-mq/src/commands/DescribeBrokerEngineTypesCommand.ts b/clients/client-mq/src/commands/DescribeBrokerEngineTypesCommand.ts index 2dc359b9607f..5b40f01c8d24 100644 --- a/clients/client-mq/src/commands/DescribeBrokerEngineTypesCommand.ts +++ b/clients/client-mq/src/commands/DescribeBrokerEngineTypesCommand.ts @@ -92,9 +92,6 @@ export class DescribeBrokerEngineTypesCommand extends $Command< DescribeBrokerEngineTypesCommandOutput, MqClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -108,9 +105,7 @@ export class DescribeBrokerEngineTypesCommand extends $Command< * @public */ constructor(readonly input: DescribeBrokerEngineTypesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -166,7 +161,4 @@ export class DescribeBrokerEngineTypesCommand extends $Command< ): Promise { return de_DescribeBrokerEngineTypesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-mq/src/commands/DescribeBrokerInstanceOptionsCommand.ts b/clients/client-mq/src/commands/DescribeBrokerInstanceOptionsCommand.ts index 9bc5a7756fe7..9c2c00eb67d6 100644 --- a/clients/client-mq/src/commands/DescribeBrokerInstanceOptionsCommand.ts +++ b/clients/client-mq/src/commands/DescribeBrokerInstanceOptionsCommand.ts @@ -107,9 +107,6 @@ export class DescribeBrokerInstanceOptionsCommand extends $Command< DescribeBrokerInstanceOptionsCommandOutput, MqClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -123,9 +120,7 @@ export class DescribeBrokerInstanceOptionsCommand extends $Command< * @public */ constructor(readonly input: DescribeBrokerInstanceOptionsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -181,7 +176,4 @@ export class DescribeBrokerInstanceOptionsCommand extends $Command< ): Promise { return de_DescribeBrokerInstanceOptionsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-mq/src/commands/DescribeConfigurationCommand.ts b/clients/client-mq/src/commands/DescribeConfigurationCommand.ts index e0cd75a8d08f..66e9126ff019 100644 --- a/clients/client-mq/src/commands/DescribeConfigurationCommand.ts +++ b/clients/client-mq/src/commands/DescribeConfigurationCommand.ts @@ -97,9 +97,6 @@ export class DescribeConfigurationCommand extends $Command< DescribeConfigurationCommandOutput, MqClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -113,9 +110,7 @@ export class DescribeConfigurationCommand extends $Command< * @public */ constructor(readonly input: DescribeConfigurationCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -168,7 +163,4 @@ export class DescribeConfigurationCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DescribeConfigurationCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-mq/src/commands/DescribeConfigurationRevisionCommand.ts b/clients/client-mq/src/commands/DescribeConfigurationRevisionCommand.ts index 7d77b2c4be75..671c563f6db9 100644 --- a/clients/client-mq/src/commands/DescribeConfigurationRevisionCommand.ts +++ b/clients/client-mq/src/commands/DescribeConfigurationRevisionCommand.ts @@ -91,9 +91,6 @@ export class DescribeConfigurationRevisionCommand extends $Command< DescribeConfigurationRevisionCommandOutput, MqClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -107,9 +104,7 @@ export class DescribeConfigurationRevisionCommand extends $Command< * @public */ constructor(readonly input: DescribeConfigurationRevisionCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -165,7 +160,4 @@ export class DescribeConfigurationRevisionCommand extends $Command< ): Promise { return de_DescribeConfigurationRevisionCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-mq/src/commands/DescribeUserCommand.ts b/clients/client-mq/src/commands/DescribeUserCommand.ts index 2922f3c72d34..461d0e7412d5 100644 --- a/clients/client-mq/src/commands/DescribeUserCommand.ts +++ b/clients/client-mq/src/commands/DescribeUserCommand.ts @@ -96,9 +96,6 @@ export class DescribeUserCommand extends $Command< DescribeUserCommandOutput, MqClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -112,9 +109,7 @@ export class DescribeUserCommand extends $Command< * @public */ constructor(readonly input: DescribeUserCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -165,7 +160,4 @@ export class DescribeUserCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DescribeUserCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-mq/src/commands/ListBrokersCommand.ts b/clients/client-mq/src/commands/ListBrokersCommand.ts index d5f9cf661299..b6cfc698e74b 100644 --- a/clients/client-mq/src/commands/ListBrokersCommand.ts +++ b/clients/client-mq/src/commands/ListBrokersCommand.ts @@ -92,9 +92,6 @@ export class ListBrokersCommand extends $Command< ListBrokersCommandOutput, MqClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -108,9 +105,7 @@ export class ListBrokersCommand extends $Command< * @public */ constructor(readonly input: ListBrokersCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -161,7 +156,4 @@ export class ListBrokersCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListBrokersCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-mq/src/commands/ListConfigurationRevisionsCommand.ts b/clients/client-mq/src/commands/ListConfigurationRevisionsCommand.ts index 251b1b98ff4e..8366a4dcfd98 100644 --- a/clients/client-mq/src/commands/ListConfigurationRevisionsCommand.ts +++ b/clients/client-mq/src/commands/ListConfigurationRevisionsCommand.ts @@ -93,9 +93,6 @@ export class ListConfigurationRevisionsCommand extends $Command< ListConfigurationRevisionsCommandOutput, MqClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -109,9 +106,7 @@ export class ListConfigurationRevisionsCommand extends $Command< * @public */ constructor(readonly input: ListConfigurationRevisionsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -167,7 +162,4 @@ export class ListConfigurationRevisionsCommand extends $Command< ): Promise { return de_ListConfigurationRevisionsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-mq/src/commands/ListConfigurationsCommand.ts b/clients/client-mq/src/commands/ListConfigurationsCommand.ts index d3323512a8eb..30fd28f6cf27 100644 --- a/clients/client-mq/src/commands/ListConfigurationsCommand.ts +++ b/clients/client-mq/src/commands/ListConfigurationsCommand.ts @@ -101,9 +101,6 @@ export class ListConfigurationsCommand extends $Command< ListConfigurationsCommandOutput, MqClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -117,9 +114,7 @@ export class ListConfigurationsCommand extends $Command< * @public */ constructor(readonly input: ListConfigurationsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -172,7 +167,4 @@ export class ListConfigurationsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListConfigurationsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-mq/src/commands/ListTagsCommand.ts b/clients/client-mq/src/commands/ListTagsCommand.ts index 2b2ee967eb45..d9c1dc9dd004 100644 --- a/clients/client-mq/src/commands/ListTagsCommand.ts +++ b/clients/client-mq/src/commands/ListTagsCommand.ts @@ -80,9 +80,6 @@ export interface ListTagsCommandOutput extends ListTagsResponse, __MetadataBeare * */ export class ListTagsCommand extends $Command { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -96,9 +93,7 @@ export class ListTagsCommand extends $Command { return de_ListTagsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-mq/src/commands/ListUsersCommand.ts b/clients/client-mq/src/commands/ListUsersCommand.ts index e0981df74090..4d0a35ea96f9 100644 --- a/clients/client-mq/src/commands/ListUsersCommand.ts +++ b/clients/client-mq/src/commands/ListUsersCommand.ts @@ -88,9 +88,6 @@ export interface ListUsersCommandOutput extends ListUsersResponse, __MetadataBea * */ export class ListUsersCommand extends $Command { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -104,9 +101,7 @@ export class ListUsersCommand extends $Command { return de_ListUsersCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-mq/src/commands/PromoteCommand.ts b/clients/client-mq/src/commands/PromoteCommand.ts index 2b49c44c9d98..8cbfdfc15980 100644 --- a/clients/client-mq/src/commands/PromoteCommand.ts +++ b/clients/client-mq/src/commands/PromoteCommand.ts @@ -79,9 +79,6 @@ export interface PromoteCommandOutput extends PromoteResponse, __MetadataBearer * */ export class PromoteCommand extends $Command { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -95,9 +92,7 @@ export class PromoteCommand extends $Command { return de_PromoteCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-mq/src/commands/RebootBrokerCommand.ts b/clients/client-mq/src/commands/RebootBrokerCommand.ts index 64824d785316..cc3d36eee88e 100644 --- a/clients/client-mq/src/commands/RebootBrokerCommand.ts +++ b/clients/client-mq/src/commands/RebootBrokerCommand.ts @@ -80,9 +80,6 @@ export class RebootBrokerCommand extends $Command< RebootBrokerCommandOutput, MqClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -96,9 +93,7 @@ export class RebootBrokerCommand extends $Command< * @public */ constructor(readonly input: RebootBrokerCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -149,7 +144,4 @@ export class RebootBrokerCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_RebootBrokerCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-mq/src/commands/UpdateBrokerCommand.ts b/clients/client-mq/src/commands/UpdateBrokerCommand.ts index 2608f68a16d3..0dde57693e0f 100644 --- a/clients/client-mq/src/commands/UpdateBrokerCommand.ts +++ b/clients/client-mq/src/commands/UpdateBrokerCommand.ts @@ -171,9 +171,6 @@ export class UpdateBrokerCommand extends $Command< UpdateBrokerCommandOutput, MqClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -187,9 +184,7 @@ export class UpdateBrokerCommand extends $Command< * @public */ constructor(readonly input: UpdateBrokerCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -240,7 +235,4 @@ export class UpdateBrokerCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdateBrokerCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-mq/src/commands/UpdateConfigurationCommand.ts b/clients/client-mq/src/commands/UpdateConfigurationCommand.ts index 485b60483515..3443e0a4b3ac 100644 --- a/clients/client-mq/src/commands/UpdateConfigurationCommand.ts +++ b/clients/client-mq/src/commands/UpdateConfigurationCommand.ts @@ -102,9 +102,6 @@ export class UpdateConfigurationCommand extends $Command< UpdateConfigurationCommandOutput, MqClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -118,9 +115,7 @@ export class UpdateConfigurationCommand extends $Command< * @public */ constructor(readonly input: UpdateConfigurationCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -173,7 +168,4 @@ export class UpdateConfigurationCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdateConfigurationCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-mq/src/commands/UpdateUserCommand.ts b/clients/client-mq/src/commands/UpdateUserCommand.ts index 25b183ea3db1..3c32ab863ec4 100644 --- a/clients/client-mq/src/commands/UpdateUserCommand.ts +++ b/clients/client-mq/src/commands/UpdateUserCommand.ts @@ -90,9 +90,6 @@ export class UpdateUserCommand extends $Command< UpdateUserCommandOutput, MqClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -106,9 +103,7 @@ export class UpdateUserCommand extends $Command< * @public */ constructor(readonly input: UpdateUserCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -159,7 +154,4 @@ export class UpdateUserCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdateUserCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-mturk/package.json b/clients/client-mturk/package.json index 3d0981ae19e3..85b94ae797f6 100644 --- a/clients/client-mturk/package.json +++ b/clients/client-mturk/package.json @@ -34,29 +34,29 @@ "@aws-sdk/util-endpoints": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@smithy/config-resolver": "^2.0.16", - "@smithy/fetch-http-handler": "^2.2.4", - "@smithy/hash-node": "^2.0.12", - "@smithy/invalid-dependency": "^2.0.12", - "@smithy/middleware-content-length": "^2.0.14", - "@smithy/middleware-endpoint": "^2.1.3", - "@smithy/middleware-retry": "^2.0.18", - "@smithy/middleware-serde": "^2.0.12", - "@smithy/middleware-stack": "^2.0.6", - "@smithy/node-config-provider": "^2.1.3", - "@smithy/node-http-handler": "^2.1.8", - "@smithy/protocol-http": "^3.0.8", - "@smithy/smithy-client": "^2.1.12", - "@smithy/types": "^2.4.0", - "@smithy/url-parser": "^2.0.12", - "@smithy/util-base64": "^2.0.0", + "@smithy/config-resolver": "^2.0.18", + "@smithy/fetch-http-handler": "^2.2.6", + "@smithy/hash-node": "^2.0.15", + "@smithy/invalid-dependency": "^2.0.13", + "@smithy/middleware-content-length": "^2.0.15", + "@smithy/middleware-endpoint": "^2.2.0", + "@smithy/middleware-retry": "^2.0.20", + "@smithy/middleware-serde": "^2.0.13", + "@smithy/middleware-stack": "^2.0.7", + "@smithy/node-config-provider": "^2.1.5", + "@smithy/node-http-handler": "^2.1.9", + "@smithy/protocol-http": "^3.0.9", + "@smithy/smithy-client": "^2.1.15", + "@smithy/types": "^2.5.0", + "@smithy/url-parser": "^2.0.13", + "@smithy/util-base64": "^2.0.1", "@smithy/util-body-length-browser": "^2.0.0", "@smithy/util-body-length-node": "^2.1.0", - "@smithy/util-defaults-mode-browser": "^2.0.16", - "@smithy/util-defaults-mode-node": "^2.0.21", - "@smithy/util-endpoints": "^1.0.2", - "@smithy/util-retry": "^2.0.5", - "@smithy/util-utf8": "^2.0.0", + "@smithy/util-defaults-mode-browser": "^2.0.19", + "@smithy/util-defaults-mode-node": "^2.0.25", + "@smithy/util-endpoints": "^1.0.4", + "@smithy/util-retry": "^2.0.6", + "@smithy/util-utf8": "^2.0.2", "tslib": "^2.5.0" }, "devDependencies": { diff --git a/clients/client-mturk/src/commands/AcceptQualificationRequestCommand.ts b/clients/client-mturk/src/commands/AcceptQualificationRequestCommand.ts index 8fb13b9b9fb6..bbe698ae7a32 100644 --- a/clients/client-mturk/src/commands/AcceptQualificationRequestCommand.ts +++ b/clients/client-mturk/src/commands/AcceptQualificationRequestCommand.ts @@ -84,9 +84,6 @@ export class AcceptQualificationRequestCommand extends $Command< AcceptQualificationRequestCommandOutput, MTurkClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -100,9 +97,7 @@ export class AcceptQualificationRequestCommand extends $Command< * @public */ constructor(readonly input: AcceptQualificationRequestCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -158,7 +153,4 @@ export class AcceptQualificationRequestCommand extends $Command< ): Promise { return de_AcceptQualificationRequestCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-mturk/src/commands/ApproveAssignmentCommand.ts b/clients/client-mturk/src/commands/ApproveAssignmentCommand.ts index 25b88168363c..9f530b306c63 100644 --- a/clients/client-mturk/src/commands/ApproveAssignmentCommand.ts +++ b/clients/client-mturk/src/commands/ApproveAssignmentCommand.ts @@ -105,9 +105,6 @@ export class ApproveAssignmentCommand extends $Command< ApproveAssignmentCommandOutput, MTurkClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -121,9 +118,7 @@ export class ApproveAssignmentCommand extends $Command< * @public */ constructor(readonly input: ApproveAssignmentCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -176,7 +171,4 @@ export class ApproveAssignmentCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ApproveAssignmentCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-mturk/src/commands/AssociateQualificationWithWorkerCommand.ts b/clients/client-mturk/src/commands/AssociateQualificationWithWorkerCommand.ts index 56267c61e2bd..4cf211995e97 100644 --- a/clients/client-mturk/src/commands/AssociateQualificationWithWorkerCommand.ts +++ b/clients/client-mturk/src/commands/AssociateQualificationWithWorkerCommand.ts @@ -102,9 +102,6 @@ export class AssociateQualificationWithWorkerCommand extends $Command< AssociateQualificationWithWorkerCommandOutput, MTurkClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -118,9 +115,7 @@ export class AssociateQualificationWithWorkerCommand extends $Command< * @public */ constructor(readonly input: AssociateQualificationWithWorkerCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -179,7 +174,4 @@ export class AssociateQualificationWithWorkerCommand extends $Command< ): Promise { return de_AssociateQualificationWithWorkerCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-mturk/src/commands/CreateAdditionalAssignmentsForHITCommand.ts b/clients/client-mturk/src/commands/CreateAdditionalAssignmentsForHITCommand.ts index cad023a48e30..6b91803a5c26 100644 --- a/clients/client-mturk/src/commands/CreateAdditionalAssignmentsForHITCommand.ts +++ b/clients/client-mturk/src/commands/CreateAdditionalAssignmentsForHITCommand.ts @@ -106,9 +106,6 @@ export class CreateAdditionalAssignmentsForHITCommand extends $Command< CreateAdditionalAssignmentsForHITCommandOutput, MTurkClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -122,9 +119,7 @@ export class CreateAdditionalAssignmentsForHITCommand extends $Command< * @public */ constructor(readonly input: CreateAdditionalAssignmentsForHITCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -183,7 +178,4 @@ export class CreateAdditionalAssignmentsForHITCommand extends $Command< ): Promise { return de_CreateAdditionalAssignmentsForHITCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-mturk/src/commands/CreateHITCommand.ts b/clients/client-mturk/src/commands/CreateHITCommand.ts index 54556b72eded..6aec646b1a21 100644 --- a/clients/client-mturk/src/commands/CreateHITCommand.ts +++ b/clients/client-mturk/src/commands/CreateHITCommand.ts @@ -202,9 +202,6 @@ export class CreateHITCommand extends $Command< CreateHITCommandOutput, MTurkClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -218,9 +215,7 @@ export class CreateHITCommand extends $Command< * @public */ constructor(readonly input: CreateHITCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -271,7 +266,4 @@ export class CreateHITCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateHITCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-mturk/src/commands/CreateHITTypeCommand.ts b/clients/client-mturk/src/commands/CreateHITTypeCommand.ts index dc824d35989d..08375ebd8529 100644 --- a/clients/client-mturk/src/commands/CreateHITTypeCommand.ts +++ b/clients/client-mturk/src/commands/CreateHITTypeCommand.ts @@ -103,9 +103,6 @@ export class CreateHITTypeCommand extends $Command< CreateHITTypeCommandOutput, MTurkClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -119,9 +116,7 @@ export class CreateHITTypeCommand extends $Command< * @public */ constructor(readonly input: CreateHITTypeCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -172,7 +167,4 @@ export class CreateHITTypeCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateHITTypeCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-mturk/src/commands/CreateHITWithHITTypeCommand.ts b/clients/client-mturk/src/commands/CreateHITWithHITTypeCommand.ts index 83d678132318..0ee5d7556b7c 100644 --- a/clients/client-mturk/src/commands/CreateHITWithHITTypeCommand.ts +++ b/clients/client-mturk/src/commands/CreateHITWithHITTypeCommand.ts @@ -181,9 +181,6 @@ export class CreateHITWithHITTypeCommand extends $Command< CreateHITWithHITTypeCommandOutput, MTurkClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -197,9 +194,7 @@ export class CreateHITWithHITTypeCommand extends $Command< * @public */ constructor(readonly input: CreateHITWithHITTypeCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -252,7 +247,4 @@ export class CreateHITWithHITTypeCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateHITWithHITTypeCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-mturk/src/commands/CreateQualificationTypeCommand.ts b/clients/client-mturk/src/commands/CreateQualificationTypeCommand.ts index 9d0a95d69766..96e6832bb9fe 100644 --- a/clients/client-mturk/src/commands/CreateQualificationTypeCommand.ts +++ b/clients/client-mturk/src/commands/CreateQualificationTypeCommand.ts @@ -105,9 +105,6 @@ export class CreateQualificationTypeCommand extends $Command< CreateQualificationTypeCommandOutput, MTurkClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -121,9 +118,7 @@ export class CreateQualificationTypeCommand extends $Command< * @public */ constructor(readonly input: CreateQualificationTypeCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -176,7 +171,4 @@ export class CreateQualificationTypeCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateQualificationTypeCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-mturk/src/commands/CreateWorkerBlockCommand.ts b/clients/client-mturk/src/commands/CreateWorkerBlockCommand.ts index a1cbbbba96ba..a419dc68fec8 100644 --- a/clients/client-mturk/src/commands/CreateWorkerBlockCommand.ts +++ b/clients/client-mturk/src/commands/CreateWorkerBlockCommand.ts @@ -75,9 +75,6 @@ export class CreateWorkerBlockCommand extends $Command< CreateWorkerBlockCommandOutput, MTurkClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -91,9 +88,7 @@ export class CreateWorkerBlockCommand extends $Command< * @public */ constructor(readonly input: CreateWorkerBlockCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -146,7 +141,4 @@ export class CreateWorkerBlockCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateWorkerBlockCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-mturk/src/commands/DeleteHITCommand.ts b/clients/client-mturk/src/commands/DeleteHITCommand.ts index 7f9a51713169..00c0feec0be8 100644 --- a/clients/client-mturk/src/commands/DeleteHITCommand.ts +++ b/clients/client-mturk/src/commands/DeleteHITCommand.ts @@ -109,9 +109,6 @@ export class DeleteHITCommand extends $Command< DeleteHITCommandOutput, MTurkClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -125,9 +122,7 @@ export class DeleteHITCommand extends $Command< * @public */ constructor(readonly input: DeleteHITCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -178,7 +173,4 @@ export class DeleteHITCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteHITCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-mturk/src/commands/DeleteQualificationTypeCommand.ts b/clients/client-mturk/src/commands/DeleteQualificationTypeCommand.ts index 805c370b301b..57a52af6e865 100644 --- a/clients/client-mturk/src/commands/DeleteQualificationTypeCommand.ts +++ b/clients/client-mturk/src/commands/DeleteQualificationTypeCommand.ts @@ -92,9 +92,6 @@ export class DeleteQualificationTypeCommand extends $Command< DeleteQualificationTypeCommandOutput, MTurkClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -108,9 +105,7 @@ export class DeleteQualificationTypeCommand extends $Command< * @public */ constructor(readonly input: DeleteQualificationTypeCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -163,7 +158,4 @@ export class DeleteQualificationTypeCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteQualificationTypeCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-mturk/src/commands/DeleteWorkerBlockCommand.ts b/clients/client-mturk/src/commands/DeleteWorkerBlockCommand.ts index 92d02a5b3460..1473a7d5adf9 100644 --- a/clients/client-mturk/src/commands/DeleteWorkerBlockCommand.ts +++ b/clients/client-mturk/src/commands/DeleteWorkerBlockCommand.ts @@ -75,9 +75,6 @@ export class DeleteWorkerBlockCommand extends $Command< DeleteWorkerBlockCommandOutput, MTurkClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -91,9 +88,7 @@ export class DeleteWorkerBlockCommand extends $Command< * @public */ constructor(readonly input: DeleteWorkerBlockCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -146,7 +141,4 @@ export class DeleteWorkerBlockCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteWorkerBlockCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-mturk/src/commands/DisassociateQualificationFromWorkerCommand.ts b/clients/client-mturk/src/commands/DisassociateQualificationFromWorkerCommand.ts index d9c92e368022..0c890a9609fa 100644 --- a/clients/client-mturk/src/commands/DisassociateQualificationFromWorkerCommand.ts +++ b/clients/client-mturk/src/commands/DisassociateQualificationFromWorkerCommand.ts @@ -91,9 +91,6 @@ export class DisassociateQualificationFromWorkerCommand extends $Command< DisassociateQualificationFromWorkerCommandOutput, MTurkClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -107,9 +104,7 @@ export class DisassociateQualificationFromWorkerCommand extends $Command< * @public */ constructor(readonly input: DisassociateQualificationFromWorkerCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -168,7 +163,4 @@ export class DisassociateQualificationFromWorkerCommand extends $Command< ): Promise { return de_DisassociateQualificationFromWorkerCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-mturk/src/commands/GetAccountBalanceCommand.ts b/clients/client-mturk/src/commands/GetAccountBalanceCommand.ts index d732d3085fc6..1507950052e9 100644 --- a/clients/client-mturk/src/commands/GetAccountBalanceCommand.ts +++ b/clients/client-mturk/src/commands/GetAccountBalanceCommand.ts @@ -77,9 +77,6 @@ export class GetAccountBalanceCommand extends $Command< GetAccountBalanceCommandOutput, MTurkClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -93,9 +90,7 @@ export class GetAccountBalanceCommand extends $Command< * @public */ constructor(readonly input: GetAccountBalanceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -148,7 +143,4 @@ export class GetAccountBalanceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetAccountBalanceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-mturk/src/commands/GetAssignmentCommand.ts b/clients/client-mturk/src/commands/GetAssignmentCommand.ts index 8bbe5e120de4..3d6ebb8fa8c1 100644 --- a/clients/client-mturk/src/commands/GetAssignmentCommand.ts +++ b/clients/client-mturk/src/commands/GetAssignmentCommand.ts @@ -130,9 +130,6 @@ export class GetAssignmentCommand extends $Command< GetAssignmentCommandOutput, MTurkClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -146,9 +143,7 @@ export class GetAssignmentCommand extends $Command< * @public */ constructor(readonly input: GetAssignmentCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -199,7 +194,4 @@ export class GetAssignmentCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetAssignmentCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-mturk/src/commands/GetFileUploadURLCommand.ts b/clients/client-mturk/src/commands/GetFileUploadURLCommand.ts index 6a5584d819a0..de3b5fa5f4c4 100644 --- a/clients/client-mturk/src/commands/GetFileUploadURLCommand.ts +++ b/clients/client-mturk/src/commands/GetFileUploadURLCommand.ts @@ -94,9 +94,6 @@ export class GetFileUploadURLCommand extends $Command< GetFileUploadURLCommandOutput, MTurkClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -110,9 +107,7 @@ export class GetFileUploadURLCommand extends $Command< * @public */ constructor(readonly input: GetFileUploadURLCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -165,7 +160,4 @@ export class GetFileUploadURLCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetFileUploadURLCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-mturk/src/commands/GetHITCommand.ts b/clients/client-mturk/src/commands/GetHITCommand.ts index 34a6931e3ed8..b4af9bef0b37 100644 --- a/clients/client-mturk/src/commands/GetHITCommand.ts +++ b/clients/client-mturk/src/commands/GetHITCommand.ts @@ -112,9 +112,6 @@ export interface GetHITCommandOutput extends GetHITResponse, __MetadataBearer {} * */ export class GetHITCommand extends $Command { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -128,9 +125,7 @@ export class GetHITCommand extends $Command { return de_GetHITCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-mturk/src/commands/GetQualificationScoreCommand.ts b/clients/client-mturk/src/commands/GetQualificationScoreCommand.ts index 9f4aa1ccf12c..2dc0f8df7ade 100644 --- a/clients/client-mturk/src/commands/GetQualificationScoreCommand.ts +++ b/clients/client-mturk/src/commands/GetQualificationScoreCommand.ts @@ -100,9 +100,6 @@ export class GetQualificationScoreCommand extends $Command< GetQualificationScoreCommandOutput, MTurkClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -116,9 +113,7 @@ export class GetQualificationScoreCommand extends $Command< * @public */ constructor(readonly input: GetQualificationScoreCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -171,7 +166,4 @@ export class GetQualificationScoreCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetQualificationScoreCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-mturk/src/commands/GetQualificationTypeCommand.ts b/clients/client-mturk/src/commands/GetQualificationTypeCommand.ts index 3c5f2f6e7f8e..01cbabe53a35 100644 --- a/clients/client-mturk/src/commands/GetQualificationTypeCommand.ts +++ b/clients/client-mturk/src/commands/GetQualificationTypeCommand.ts @@ -92,9 +92,6 @@ export class GetQualificationTypeCommand extends $Command< GetQualificationTypeCommandOutput, MTurkClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -108,9 +105,7 @@ export class GetQualificationTypeCommand extends $Command< * @public */ constructor(readonly input: GetQualificationTypeCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -163,7 +158,4 @@ export class GetQualificationTypeCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetQualificationTypeCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-mturk/src/commands/ListAssignmentsForHITCommand.ts b/clients/client-mturk/src/commands/ListAssignmentsForHITCommand.ts index 1e94e850f37d..560a9e1b16fb 100644 --- a/clients/client-mturk/src/commands/ListAssignmentsForHITCommand.ts +++ b/clients/client-mturk/src/commands/ListAssignmentsForHITCommand.ts @@ -124,9 +124,6 @@ export class ListAssignmentsForHITCommand extends $Command< ListAssignmentsForHITCommandOutput, MTurkClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -140,9 +137,7 @@ export class ListAssignmentsForHITCommand extends $Command< * @public */ constructor(readonly input: ListAssignmentsForHITCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -195,7 +190,4 @@ export class ListAssignmentsForHITCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListAssignmentsForHITCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-mturk/src/commands/ListBonusPaymentsCommand.ts b/clients/client-mturk/src/commands/ListBonusPaymentsCommand.ts index 8f3c45b8e915..e9db9e870259 100644 --- a/clients/client-mturk/src/commands/ListBonusPaymentsCommand.ts +++ b/clients/client-mturk/src/commands/ListBonusPaymentsCommand.ts @@ -94,9 +94,6 @@ export class ListBonusPaymentsCommand extends $Command< ListBonusPaymentsCommandOutput, MTurkClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -110,9 +107,7 @@ export class ListBonusPaymentsCommand extends $Command< * @public */ constructor(readonly input: ListBonusPaymentsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -165,7 +160,4 @@ export class ListBonusPaymentsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListBonusPaymentsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-mturk/src/commands/ListHITsCommand.ts b/clients/client-mturk/src/commands/ListHITsCommand.ts index 43e2029b034c..8e9d34c3087e 100644 --- a/clients/client-mturk/src/commands/ListHITsCommand.ts +++ b/clients/client-mturk/src/commands/ListHITsCommand.ts @@ -121,9 +121,6 @@ export interface ListHITsCommandOutput extends ListHITsResponse, __MetadataBeare * */ export class ListHITsCommand extends $Command { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -137,9 +134,7 @@ export class ListHITsCommand extends $Command { return de_ListHITsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-mturk/src/commands/ListHITsForQualificationTypeCommand.ts b/clients/client-mturk/src/commands/ListHITsForQualificationTypeCommand.ts index 7a622cd1c6ad..d2cfbe8f1c0f 100644 --- a/clients/client-mturk/src/commands/ListHITsForQualificationTypeCommand.ts +++ b/clients/client-mturk/src/commands/ListHITsForQualificationTypeCommand.ts @@ -130,9 +130,6 @@ export class ListHITsForQualificationTypeCommand extends $Command< ListHITsForQualificationTypeCommandOutput, MTurkClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -146,9 +143,7 @@ export class ListHITsForQualificationTypeCommand extends $Command< * @public */ constructor(readonly input: ListHITsForQualificationTypeCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -204,7 +199,4 @@ export class ListHITsForQualificationTypeCommand extends $Command< ): Promise { return de_ListHITsForQualificationTypeCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-mturk/src/commands/ListQualificationRequestsCommand.ts b/clients/client-mturk/src/commands/ListQualificationRequestsCommand.ts index 73d34f30f69c..7bbb21377fe9 100644 --- a/clients/client-mturk/src/commands/ListQualificationRequestsCommand.ts +++ b/clients/client-mturk/src/commands/ListQualificationRequestsCommand.ts @@ -96,9 +96,6 @@ export class ListQualificationRequestsCommand extends $Command< ListQualificationRequestsCommandOutput, MTurkClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -112,9 +109,7 @@ export class ListQualificationRequestsCommand extends $Command< * @public */ constructor(readonly input: ListQualificationRequestsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -170,7 +165,4 @@ export class ListQualificationRequestsCommand extends $Command< ): Promise { return de_ListQualificationRequestsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-mturk/src/commands/ListQualificationTypesCommand.ts b/clients/client-mturk/src/commands/ListQualificationTypesCommand.ts index 537533d4dfb3..4b81e538562c 100644 --- a/clients/client-mturk/src/commands/ListQualificationTypesCommand.ts +++ b/clients/client-mturk/src/commands/ListQualificationTypesCommand.ts @@ -103,9 +103,6 @@ export class ListQualificationTypesCommand extends $Command< ListQualificationTypesCommandOutput, MTurkClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -119,9 +116,7 @@ export class ListQualificationTypesCommand extends $Command< * @public */ constructor(readonly input: ListQualificationTypesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -174,7 +169,4 @@ export class ListQualificationTypesCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListQualificationTypesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-mturk/src/commands/ListReviewPolicyResultsForHITCommand.ts b/clients/client-mturk/src/commands/ListReviewPolicyResultsForHITCommand.ts index d6fa6320bfe7..f5d85d0e0a14 100644 --- a/clients/client-mturk/src/commands/ListReviewPolicyResultsForHITCommand.ts +++ b/clients/client-mturk/src/commands/ListReviewPolicyResultsForHITCommand.ts @@ -181,9 +181,6 @@ export class ListReviewPolicyResultsForHITCommand extends $Command< ListReviewPolicyResultsForHITCommandOutput, MTurkClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -197,9 +194,7 @@ export class ListReviewPolicyResultsForHITCommand extends $Command< * @public */ constructor(readonly input: ListReviewPolicyResultsForHITCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -255,7 +250,4 @@ export class ListReviewPolicyResultsForHITCommand extends $Command< ): Promise { return de_ListReviewPolicyResultsForHITCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-mturk/src/commands/ListReviewableHITsCommand.ts b/clients/client-mturk/src/commands/ListReviewableHITsCommand.ts index d2ba22335962..bdb2d458aec4 100644 --- a/clients/client-mturk/src/commands/ListReviewableHITsCommand.ts +++ b/clients/client-mturk/src/commands/ListReviewableHITsCommand.ts @@ -124,9 +124,6 @@ export class ListReviewableHITsCommand extends $Command< ListReviewableHITsCommandOutput, MTurkClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -140,9 +137,7 @@ export class ListReviewableHITsCommand extends $Command< * @public */ constructor(readonly input: ListReviewableHITsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -195,7 +190,4 @@ export class ListReviewableHITsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListReviewableHITsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-mturk/src/commands/ListWorkerBlocksCommand.ts b/clients/client-mturk/src/commands/ListWorkerBlocksCommand.ts index 5aa12fffc10a..417bda156e35 100644 --- a/clients/client-mturk/src/commands/ListWorkerBlocksCommand.ts +++ b/clients/client-mturk/src/commands/ListWorkerBlocksCommand.ts @@ -84,9 +84,6 @@ export class ListWorkerBlocksCommand extends $Command< ListWorkerBlocksCommandOutput, MTurkClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -100,9 +97,7 @@ export class ListWorkerBlocksCommand extends $Command< * @public */ constructor(readonly input: ListWorkerBlocksCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -155,7 +150,4 @@ export class ListWorkerBlocksCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListWorkerBlocksCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-mturk/src/commands/ListWorkersWithQualificationTypeCommand.ts b/clients/client-mturk/src/commands/ListWorkersWithQualificationTypeCommand.ts index 09c23641d94c..81094179cac8 100644 --- a/clients/client-mturk/src/commands/ListWorkersWithQualificationTypeCommand.ts +++ b/clients/client-mturk/src/commands/ListWorkersWithQualificationTypeCommand.ts @@ -101,9 +101,6 @@ export class ListWorkersWithQualificationTypeCommand extends $Command< ListWorkersWithQualificationTypeCommandOutput, MTurkClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -117,9 +114,7 @@ export class ListWorkersWithQualificationTypeCommand extends $Command< * @public */ constructor(readonly input: ListWorkersWithQualificationTypeCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -178,7 +173,4 @@ export class ListWorkersWithQualificationTypeCommand extends $Command< ): Promise { return de_ListWorkersWithQualificationTypeCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-mturk/src/commands/NotifyWorkersCommand.ts b/clients/client-mturk/src/commands/NotifyWorkersCommand.ts index ebba4b929f6e..1f619eee377c 100644 --- a/clients/client-mturk/src/commands/NotifyWorkersCommand.ts +++ b/clients/client-mturk/src/commands/NotifyWorkersCommand.ts @@ -95,9 +95,6 @@ export class NotifyWorkersCommand extends $Command< NotifyWorkersCommandOutput, MTurkClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -111,9 +108,7 @@ export class NotifyWorkersCommand extends $Command< * @public */ constructor(readonly input: NotifyWorkersCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -164,7 +159,4 @@ export class NotifyWorkersCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_NotifyWorkersCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-mturk/src/commands/RejectAssignmentCommand.ts b/clients/client-mturk/src/commands/RejectAssignmentCommand.ts index b85e9c8604d3..2a722de965ae 100644 --- a/clients/client-mturk/src/commands/RejectAssignmentCommand.ts +++ b/clients/client-mturk/src/commands/RejectAssignmentCommand.ts @@ -87,9 +87,6 @@ export class RejectAssignmentCommand extends $Command< RejectAssignmentCommandOutput, MTurkClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -103,9 +100,7 @@ export class RejectAssignmentCommand extends $Command< * @public */ constructor(readonly input: RejectAssignmentCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -158,7 +153,4 @@ export class RejectAssignmentCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_RejectAssignmentCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-mturk/src/commands/RejectQualificationRequestCommand.ts b/clients/client-mturk/src/commands/RejectQualificationRequestCommand.ts index 06f2c08c2013..e4dc6a6a98c8 100644 --- a/clients/client-mturk/src/commands/RejectQualificationRequestCommand.ts +++ b/clients/client-mturk/src/commands/RejectQualificationRequestCommand.ts @@ -81,9 +81,6 @@ export class RejectQualificationRequestCommand extends $Command< RejectQualificationRequestCommandOutput, MTurkClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -97,9 +94,7 @@ export class RejectQualificationRequestCommand extends $Command< * @public */ constructor(readonly input: RejectQualificationRequestCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -155,7 +150,4 @@ export class RejectQualificationRequestCommand extends $Command< ): Promise { return de_RejectQualificationRequestCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-mturk/src/commands/SendBonusCommand.ts b/clients/client-mturk/src/commands/SendBonusCommand.ts index 93f958fba165..0c37ec19c955 100644 --- a/clients/client-mturk/src/commands/SendBonusCommand.ts +++ b/clients/client-mturk/src/commands/SendBonusCommand.ts @@ -91,9 +91,6 @@ export class SendBonusCommand extends $Command< SendBonusCommandOutput, MTurkClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -107,9 +104,7 @@ export class SendBonusCommand extends $Command< * @public */ constructor(readonly input: SendBonusCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -160,7 +155,4 @@ export class SendBonusCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_SendBonusCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-mturk/src/commands/SendTestEventNotificationCommand.ts b/clients/client-mturk/src/commands/SendTestEventNotificationCommand.ts index 1b2a6495fbf0..d7c483b7867c 100644 --- a/clients/client-mturk/src/commands/SendTestEventNotificationCommand.ts +++ b/clients/client-mturk/src/commands/SendTestEventNotificationCommand.ts @@ -88,9 +88,6 @@ export class SendTestEventNotificationCommand extends $Command< SendTestEventNotificationCommandOutput, MTurkClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -104,9 +101,7 @@ export class SendTestEventNotificationCommand extends $Command< * @public */ constructor(readonly input: SendTestEventNotificationCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -162,7 +157,4 @@ export class SendTestEventNotificationCommand extends $Command< ): Promise { return de_SendTestEventNotificationCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-mturk/src/commands/UpdateExpirationForHITCommand.ts b/clients/client-mturk/src/commands/UpdateExpirationForHITCommand.ts index e00955f673fa..fd9594ceaf04 100644 --- a/clients/client-mturk/src/commands/UpdateExpirationForHITCommand.ts +++ b/clients/client-mturk/src/commands/UpdateExpirationForHITCommand.ts @@ -78,9 +78,6 @@ export class UpdateExpirationForHITCommand extends $Command< UpdateExpirationForHITCommandOutput, MTurkClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -94,9 +91,7 @@ export class UpdateExpirationForHITCommand extends $Command< * @public */ constructor(readonly input: UpdateExpirationForHITCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -149,7 +144,4 @@ export class UpdateExpirationForHITCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdateExpirationForHITCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-mturk/src/commands/UpdateHITReviewStatusCommand.ts b/clients/client-mturk/src/commands/UpdateHITReviewStatusCommand.ts index d55422d1e9a1..aca9f12ebe31 100644 --- a/clients/client-mturk/src/commands/UpdateHITReviewStatusCommand.ts +++ b/clients/client-mturk/src/commands/UpdateHITReviewStatusCommand.ts @@ -79,9 +79,6 @@ export class UpdateHITReviewStatusCommand extends $Command< UpdateHITReviewStatusCommandOutput, MTurkClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -95,9 +92,7 @@ export class UpdateHITReviewStatusCommand extends $Command< * @public */ constructor(readonly input: UpdateHITReviewStatusCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -150,7 +145,4 @@ export class UpdateHITReviewStatusCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdateHITReviewStatusCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-mturk/src/commands/UpdateHITTypeOfHITCommand.ts b/clients/client-mturk/src/commands/UpdateHITTypeOfHITCommand.ts index 5e7ee8e993c4..6a071ae2f4c3 100644 --- a/clients/client-mturk/src/commands/UpdateHITTypeOfHITCommand.ts +++ b/clients/client-mturk/src/commands/UpdateHITTypeOfHITCommand.ts @@ -82,9 +82,6 @@ export class UpdateHITTypeOfHITCommand extends $Command< UpdateHITTypeOfHITCommandOutput, MTurkClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -98,9 +95,7 @@ export class UpdateHITTypeOfHITCommand extends $Command< * @public */ constructor(readonly input: UpdateHITTypeOfHITCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -153,7 +148,4 @@ export class UpdateHITTypeOfHITCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdateHITTypeOfHITCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-mturk/src/commands/UpdateNotificationSettingsCommand.ts b/clients/client-mturk/src/commands/UpdateNotificationSettingsCommand.ts index 893b621faaf7..161113b3d683 100644 --- a/clients/client-mturk/src/commands/UpdateNotificationSettingsCommand.ts +++ b/clients/client-mturk/src/commands/UpdateNotificationSettingsCommand.ts @@ -94,9 +94,6 @@ export class UpdateNotificationSettingsCommand extends $Command< UpdateNotificationSettingsCommandOutput, MTurkClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -110,9 +107,7 @@ export class UpdateNotificationSettingsCommand extends $Command< * @public */ constructor(readonly input: UpdateNotificationSettingsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -168,7 +163,4 @@ export class UpdateNotificationSettingsCommand extends $Command< ): Promise { return de_UpdateNotificationSettingsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-mturk/src/commands/UpdateQualificationTypeCommand.ts b/clients/client-mturk/src/commands/UpdateQualificationTypeCommand.ts index a877ca311d50..223d8917fd67 100644 --- a/clients/client-mturk/src/commands/UpdateQualificationTypeCommand.ts +++ b/clients/client-mturk/src/commands/UpdateQualificationTypeCommand.ts @@ -130,9 +130,6 @@ export class UpdateQualificationTypeCommand extends $Command< UpdateQualificationTypeCommandOutput, MTurkClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -146,9 +143,7 @@ export class UpdateQualificationTypeCommand extends $Command< * @public */ constructor(readonly input: UpdateQualificationTypeCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -201,7 +196,4 @@ export class UpdateQualificationTypeCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdateQualificationTypeCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-mwaa/package.json b/clients/client-mwaa/package.json index 0769f1ae5904..17c18aaec870 100644 --- a/clients/client-mwaa/package.json +++ b/clients/client-mwaa/package.json @@ -34,29 +34,29 @@ "@aws-sdk/util-endpoints": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@smithy/config-resolver": "^2.0.16", - "@smithy/fetch-http-handler": "^2.2.4", - "@smithy/hash-node": "^2.0.12", - "@smithy/invalid-dependency": "^2.0.12", - "@smithy/middleware-content-length": "^2.0.14", - "@smithy/middleware-endpoint": "^2.1.3", - "@smithy/middleware-retry": "^2.0.18", - "@smithy/middleware-serde": "^2.0.12", - "@smithy/middleware-stack": "^2.0.6", - "@smithy/node-config-provider": "^2.1.3", - "@smithy/node-http-handler": "^2.1.8", - "@smithy/protocol-http": "^3.0.8", - "@smithy/smithy-client": "^2.1.12", - "@smithy/types": "^2.4.0", - "@smithy/url-parser": "^2.0.12", - "@smithy/util-base64": "^2.0.0", + "@smithy/config-resolver": "^2.0.18", + "@smithy/fetch-http-handler": "^2.2.6", + "@smithy/hash-node": "^2.0.15", + "@smithy/invalid-dependency": "^2.0.13", + "@smithy/middleware-content-length": "^2.0.15", + "@smithy/middleware-endpoint": "^2.2.0", + "@smithy/middleware-retry": "^2.0.20", + "@smithy/middleware-serde": "^2.0.13", + "@smithy/middleware-stack": "^2.0.7", + "@smithy/node-config-provider": "^2.1.5", + "@smithy/node-http-handler": "^2.1.9", + "@smithy/protocol-http": "^3.0.9", + "@smithy/smithy-client": "^2.1.15", + "@smithy/types": "^2.5.0", + "@smithy/url-parser": "^2.0.13", + "@smithy/util-base64": "^2.0.1", "@smithy/util-body-length-browser": "^2.0.0", "@smithy/util-body-length-node": "^2.1.0", - "@smithy/util-defaults-mode-browser": "^2.0.16", - "@smithy/util-defaults-mode-node": "^2.0.21", - "@smithy/util-endpoints": "^1.0.2", - "@smithy/util-retry": "^2.0.5", - "@smithy/util-utf8": "^2.0.0", + "@smithy/util-defaults-mode-browser": "^2.0.19", + "@smithy/util-defaults-mode-node": "^2.0.25", + "@smithy/util-endpoints": "^1.0.4", + "@smithy/util-retry": "^2.0.6", + "@smithy/util-utf8": "^2.0.2", "tslib": "^2.5.0" }, "devDependencies": { diff --git a/clients/client-mwaa/src/commands/CreateCliTokenCommand.ts b/clients/client-mwaa/src/commands/CreateCliTokenCommand.ts index e0cbd7b98a04..9733bf82a513 100644 --- a/clients/client-mwaa/src/commands/CreateCliTokenCommand.ts +++ b/clients/client-mwaa/src/commands/CreateCliTokenCommand.ts @@ -78,9 +78,6 @@ export class CreateCliTokenCommand extends $Command< CreateCliTokenCommandOutput, MWAAClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -94,9 +91,7 @@ export class CreateCliTokenCommand extends $Command< * @public */ constructor(readonly input: CreateCliTokenCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -149,7 +144,4 @@ export class CreateCliTokenCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateCliTokenCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-mwaa/src/commands/CreateEnvironmentCommand.ts b/clients/client-mwaa/src/commands/CreateEnvironmentCommand.ts index cc13e949c506..0ca9ca70ab16 100644 --- a/clients/client-mwaa/src/commands/CreateEnvironmentCommand.ts +++ b/clients/client-mwaa/src/commands/CreateEnvironmentCommand.ts @@ -133,9 +133,6 @@ export class CreateEnvironmentCommand extends $Command< CreateEnvironmentCommandOutput, MWAAClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -149,9 +146,7 @@ export class CreateEnvironmentCommand extends $Command< * @public */ constructor(readonly input: CreateEnvironmentCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -204,7 +199,4 @@ export class CreateEnvironmentCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateEnvironmentCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-mwaa/src/commands/CreateWebLoginTokenCommand.ts b/clients/client-mwaa/src/commands/CreateWebLoginTokenCommand.ts index b60afa5fad81..511691ec516c 100644 --- a/clients/client-mwaa/src/commands/CreateWebLoginTokenCommand.ts +++ b/clients/client-mwaa/src/commands/CreateWebLoginTokenCommand.ts @@ -87,9 +87,6 @@ export class CreateWebLoginTokenCommand extends $Command< CreateWebLoginTokenCommandOutput, MWAAClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -103,9 +100,7 @@ export class CreateWebLoginTokenCommand extends $Command< * @public */ constructor(readonly input: CreateWebLoginTokenCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -158,7 +153,4 @@ export class CreateWebLoginTokenCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateWebLoginTokenCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-mwaa/src/commands/DeleteEnvironmentCommand.ts b/clients/client-mwaa/src/commands/DeleteEnvironmentCommand.ts index 1c9b238cb5a1..70cf12f69ba2 100644 --- a/clients/client-mwaa/src/commands/DeleteEnvironmentCommand.ts +++ b/clients/client-mwaa/src/commands/DeleteEnvironmentCommand.ts @@ -77,9 +77,6 @@ export class DeleteEnvironmentCommand extends $Command< DeleteEnvironmentCommandOutput, MWAAClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -93,9 +90,7 @@ export class DeleteEnvironmentCommand extends $Command< * @public */ constructor(readonly input: DeleteEnvironmentCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -148,7 +143,4 @@ export class DeleteEnvironmentCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteEnvironmentCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-mwaa/src/commands/GetEnvironmentCommand.ts b/clients/client-mwaa/src/commands/GetEnvironmentCommand.ts index 72ce14f14661..20088e00fe29 100644 --- a/clients/client-mwaa/src/commands/GetEnvironmentCommand.ts +++ b/clients/client-mwaa/src/commands/GetEnvironmentCommand.ts @@ -153,9 +153,6 @@ export class GetEnvironmentCommand extends $Command< GetEnvironmentCommandOutput, MWAAClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -169,9 +166,7 @@ export class GetEnvironmentCommand extends $Command< * @public */ constructor(readonly input: GetEnvironmentCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -224,7 +219,4 @@ export class GetEnvironmentCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetEnvironmentCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-mwaa/src/commands/ListEnvironmentsCommand.ts b/clients/client-mwaa/src/commands/ListEnvironmentsCommand.ts index 7be86274a66a..c3d4ba31ed77 100644 --- a/clients/client-mwaa/src/commands/ListEnvironmentsCommand.ts +++ b/clients/client-mwaa/src/commands/ListEnvironmentsCommand.ts @@ -80,9 +80,6 @@ export class ListEnvironmentsCommand extends $Command< ListEnvironmentsCommandOutput, MWAAClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -96,9 +93,7 @@ export class ListEnvironmentsCommand extends $Command< * @public */ constructor(readonly input: ListEnvironmentsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -151,7 +146,4 @@ export class ListEnvironmentsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListEnvironmentsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-mwaa/src/commands/ListTagsForResourceCommand.ts b/clients/client-mwaa/src/commands/ListTagsForResourceCommand.ts index c03ffb4be8fe..ca03a0d12c94 100644 --- a/clients/client-mwaa/src/commands/ListTagsForResourceCommand.ts +++ b/clients/client-mwaa/src/commands/ListTagsForResourceCommand.ts @@ -81,9 +81,6 @@ export class ListTagsForResourceCommand extends $Command< ListTagsForResourceCommandOutput, MWAAClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -97,9 +94,7 @@ export class ListTagsForResourceCommand extends $Command< * @public */ constructor(readonly input: ListTagsForResourceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -152,7 +147,4 @@ export class ListTagsForResourceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListTagsForResourceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-mwaa/src/commands/PublishMetricsCommand.ts b/clients/client-mwaa/src/commands/PublishMetricsCommand.ts index 72d1869d2747..1ebeca45a115 100644 --- a/clients/client-mwaa/src/commands/PublishMetricsCommand.ts +++ b/clients/client-mwaa/src/commands/PublishMetricsCommand.ts @@ -97,9 +97,6 @@ export class PublishMetricsCommand extends $Command< PublishMetricsCommandOutput, MWAAClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -113,9 +110,7 @@ export class PublishMetricsCommand extends $Command< * @public */ constructor(readonly input: PublishMetricsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -168,7 +163,4 @@ export class PublishMetricsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_PublishMetricsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-mwaa/src/commands/TagResourceCommand.ts b/clients/client-mwaa/src/commands/TagResourceCommand.ts index aae1d0e00113..4f87936196ca 100644 --- a/clients/client-mwaa/src/commands/TagResourceCommand.ts +++ b/clients/client-mwaa/src/commands/TagResourceCommand.ts @@ -80,9 +80,6 @@ export class TagResourceCommand extends $Command< TagResourceCommandOutput, MWAAClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -96,9 +93,7 @@ export class TagResourceCommand extends $Command< * @public */ constructor(readonly input: TagResourceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -149,7 +144,4 @@ export class TagResourceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_TagResourceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-mwaa/src/commands/UntagResourceCommand.ts b/clients/client-mwaa/src/commands/UntagResourceCommand.ts index 1072df851624..1b49112f19a7 100644 --- a/clients/client-mwaa/src/commands/UntagResourceCommand.ts +++ b/clients/client-mwaa/src/commands/UntagResourceCommand.ts @@ -80,9 +80,6 @@ export class UntagResourceCommand extends $Command< UntagResourceCommandOutput, MWAAClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -96,9 +93,7 @@ export class UntagResourceCommand extends $Command< * @public */ constructor(readonly input: UntagResourceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -149,7 +144,4 @@ export class UntagResourceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UntagResourceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-mwaa/src/commands/UpdateEnvironmentCommand.ts b/clients/client-mwaa/src/commands/UpdateEnvironmentCommand.ts index 612058b549ae..25aa941df6fa 100644 --- a/clients/client-mwaa/src/commands/UpdateEnvironmentCommand.ts +++ b/clients/client-mwaa/src/commands/UpdateEnvironmentCommand.ts @@ -129,9 +129,6 @@ export class UpdateEnvironmentCommand extends $Command< UpdateEnvironmentCommandOutput, MWAAClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -145,9 +142,7 @@ export class UpdateEnvironmentCommand extends $Command< * @public */ constructor(readonly input: UpdateEnvironmentCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -200,7 +195,4 @@ export class UpdateEnvironmentCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdateEnvironmentCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-neptune/package.json b/clients/client-neptune/package.json index 105ae1217e0f..c18edc2762a1 100644 --- a/clients/client-neptune/package.json +++ b/clients/client-neptune/package.json @@ -35,30 +35,30 @@ "@aws-sdk/util-endpoints": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@smithy/config-resolver": "^2.0.16", - "@smithy/fetch-http-handler": "^2.2.4", - "@smithy/hash-node": "^2.0.12", - "@smithy/invalid-dependency": "^2.0.12", - "@smithy/middleware-content-length": "^2.0.14", - "@smithy/middleware-endpoint": "^2.1.3", - "@smithy/middleware-retry": "^2.0.18", - "@smithy/middleware-serde": "^2.0.12", - "@smithy/middleware-stack": "^2.0.6", - "@smithy/node-config-provider": "^2.1.3", - "@smithy/node-http-handler": "^2.1.8", - "@smithy/protocol-http": "^3.0.8", - "@smithy/smithy-client": "^2.1.12", - "@smithy/types": "^2.4.0", - "@smithy/url-parser": "^2.0.12", - "@smithy/util-base64": "^2.0.0", + "@smithy/config-resolver": "^2.0.18", + "@smithy/fetch-http-handler": "^2.2.6", + "@smithy/hash-node": "^2.0.15", + "@smithy/invalid-dependency": "^2.0.13", + "@smithy/middleware-content-length": "^2.0.15", + "@smithy/middleware-endpoint": "^2.2.0", + "@smithy/middleware-retry": "^2.0.20", + "@smithy/middleware-serde": "^2.0.13", + "@smithy/middleware-stack": "^2.0.7", + "@smithy/node-config-provider": "^2.1.5", + "@smithy/node-http-handler": "^2.1.9", + "@smithy/protocol-http": "^3.0.9", + "@smithy/smithy-client": "^2.1.15", + "@smithy/types": "^2.5.0", + "@smithy/url-parser": "^2.0.13", + "@smithy/util-base64": "^2.0.1", "@smithy/util-body-length-browser": "^2.0.0", "@smithy/util-body-length-node": "^2.1.0", - "@smithy/util-defaults-mode-browser": "^2.0.16", - "@smithy/util-defaults-mode-node": "^2.0.21", - "@smithy/util-endpoints": "^1.0.2", - "@smithy/util-retry": "^2.0.5", - "@smithy/util-utf8": "^2.0.0", - "@smithy/util-waiter": "^2.0.12", + "@smithy/util-defaults-mode-browser": "^2.0.19", + "@smithy/util-defaults-mode-node": "^2.0.25", + "@smithy/util-endpoints": "^1.0.4", + "@smithy/util-retry": "^2.0.6", + "@smithy/util-utf8": "^2.0.2", + "@smithy/util-waiter": "^2.0.13", "fast-xml-parser": "4.2.5", "tslib": "^2.5.0" }, diff --git a/clients/client-neptune/src/commands/AddRoleToDBClusterCommand.ts b/clients/client-neptune/src/commands/AddRoleToDBClusterCommand.ts index 519b981b8888..e2c1a465e268 100644 --- a/clients/client-neptune/src/commands/AddRoleToDBClusterCommand.ts +++ b/clients/client-neptune/src/commands/AddRoleToDBClusterCommand.ts @@ -84,9 +84,6 @@ export class AddRoleToDBClusterCommand extends $Command< AddRoleToDBClusterCommandOutput, NeptuneClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -100,9 +97,7 @@ export class AddRoleToDBClusterCommand extends $Command< * @public */ constructor(readonly input: AddRoleToDBClusterCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -155,7 +150,4 @@ export class AddRoleToDBClusterCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_AddRoleToDBClusterCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-neptune/src/commands/AddSourceIdentifierToSubscriptionCommand.ts b/clients/client-neptune/src/commands/AddSourceIdentifierToSubscriptionCommand.ts index 7bd40561fd39..8b3bf0e7ab14 100644 --- a/clients/client-neptune/src/commands/AddSourceIdentifierToSubscriptionCommand.ts +++ b/clients/client-neptune/src/commands/AddSourceIdentifierToSubscriptionCommand.ts @@ -97,9 +97,6 @@ export class AddSourceIdentifierToSubscriptionCommand extends $Command< AddSourceIdentifierToSubscriptionCommandOutput, NeptuneClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -113,9 +110,7 @@ export class AddSourceIdentifierToSubscriptionCommand extends $Command< * @public */ constructor(readonly input: AddSourceIdentifierToSubscriptionCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -174,7 +169,4 @@ export class AddSourceIdentifierToSubscriptionCommand extends $Command< ): Promise { return de_AddSourceIdentifierToSubscriptionCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-neptune/src/commands/AddTagsToResourceCommand.ts b/clients/client-neptune/src/commands/AddTagsToResourceCommand.ts index f7ffd694151c..45f7a4af56ef 100644 --- a/clients/client-neptune/src/commands/AddTagsToResourceCommand.ts +++ b/clients/client-neptune/src/commands/AddTagsToResourceCommand.ts @@ -88,9 +88,6 @@ export class AddTagsToResourceCommand extends $Command< AddTagsToResourceCommandOutput, NeptuneClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -104,9 +101,7 @@ export class AddTagsToResourceCommand extends $Command< * @public */ constructor(readonly input: AddTagsToResourceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -159,7 +154,4 @@ export class AddTagsToResourceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_AddTagsToResourceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-neptune/src/commands/ApplyPendingMaintenanceActionCommand.ts b/clients/client-neptune/src/commands/ApplyPendingMaintenanceActionCommand.ts index 72574d94aec0..5391f1847624 100644 --- a/clients/client-neptune/src/commands/ApplyPendingMaintenanceActionCommand.ts +++ b/clients/client-neptune/src/commands/ApplyPendingMaintenanceActionCommand.ts @@ -92,9 +92,6 @@ export class ApplyPendingMaintenanceActionCommand extends $Command< ApplyPendingMaintenanceActionCommandOutput, NeptuneClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -108,9 +105,7 @@ export class ApplyPendingMaintenanceActionCommand extends $Command< * @public */ constructor(readonly input: ApplyPendingMaintenanceActionCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -166,7 +161,4 @@ export class ApplyPendingMaintenanceActionCommand extends $Command< ): Promise { return de_ApplyPendingMaintenanceActionCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-neptune/src/commands/CopyDBClusterParameterGroupCommand.ts b/clients/client-neptune/src/commands/CopyDBClusterParameterGroupCommand.ts index e46e5bc8e738..bb28b4061737 100644 --- a/clients/client-neptune/src/commands/CopyDBClusterParameterGroupCommand.ts +++ b/clients/client-neptune/src/commands/CopyDBClusterParameterGroupCommand.ts @@ -94,9 +94,6 @@ export class CopyDBClusterParameterGroupCommand extends $Command< CopyDBClusterParameterGroupCommandOutput, NeptuneClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -110,9 +107,7 @@ export class CopyDBClusterParameterGroupCommand extends $Command< * @public */ constructor(readonly input: CopyDBClusterParameterGroupCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -168,7 +163,4 @@ export class CopyDBClusterParameterGroupCommand extends $Command< ): Promise { return de_CopyDBClusterParameterGroupCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-neptune/src/commands/CopyDBClusterSnapshotCommand.ts b/clients/client-neptune/src/commands/CopyDBClusterSnapshotCommand.ts index 7e977140b96c..e5f6b2d20912 100644 --- a/clients/client-neptune/src/commands/CopyDBClusterSnapshotCommand.ts +++ b/clients/client-neptune/src/commands/CopyDBClusterSnapshotCommand.ts @@ -127,9 +127,6 @@ export class CopyDBClusterSnapshotCommand extends $Command< CopyDBClusterSnapshotCommandOutput, NeptuneClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -143,9 +140,7 @@ export class CopyDBClusterSnapshotCommand extends $Command< * @public */ constructor(readonly input: CopyDBClusterSnapshotCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -199,7 +194,4 @@ export class CopyDBClusterSnapshotCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CopyDBClusterSnapshotCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-neptune/src/commands/CopyDBParameterGroupCommand.ts b/clients/client-neptune/src/commands/CopyDBParameterGroupCommand.ts index 251a50d9dd54..7ebdf8e78ea2 100644 --- a/clients/client-neptune/src/commands/CopyDBParameterGroupCommand.ts +++ b/clients/client-neptune/src/commands/CopyDBParameterGroupCommand.ts @@ -94,9 +94,6 @@ export class CopyDBParameterGroupCommand extends $Command< CopyDBParameterGroupCommandOutput, NeptuneClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -110,9 +107,7 @@ export class CopyDBParameterGroupCommand extends $Command< * @public */ constructor(readonly input: CopyDBParameterGroupCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -165,7 +160,4 @@ export class CopyDBParameterGroupCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CopyDBParameterGroupCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-neptune/src/commands/CreateDBClusterCommand.ts b/clients/client-neptune/src/commands/CreateDBClusterCommand.ts index 3cc10336ba9c..3f79b34c85a7 100644 --- a/clients/client-neptune/src/commands/CreateDBClusterCommand.ts +++ b/clients/client-neptune/src/commands/CreateDBClusterCommand.ts @@ -270,9 +270,6 @@ export class CreateDBClusterCommand extends $Command< CreateDBClusterCommandOutput, NeptuneClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -286,9 +283,7 @@ export class CreateDBClusterCommand extends $Command< * @public */ constructor(readonly input: CreateDBClusterCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -342,7 +337,4 @@ export class CreateDBClusterCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateDBClusterCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-neptune/src/commands/CreateDBClusterEndpointCommand.ts b/clients/client-neptune/src/commands/CreateDBClusterEndpointCommand.ts index a2d274ad9e82..438a9ca69e17 100644 --- a/clients/client-neptune/src/commands/CreateDBClusterEndpointCommand.ts +++ b/clients/client-neptune/src/commands/CreateDBClusterEndpointCommand.ts @@ -117,9 +117,6 @@ export class CreateDBClusterEndpointCommand extends $Command< CreateDBClusterEndpointCommandOutput, NeptuneClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -133,9 +130,7 @@ export class CreateDBClusterEndpointCommand extends $Command< * @public */ constructor(readonly input: CreateDBClusterEndpointCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -188,7 +183,4 @@ export class CreateDBClusterEndpointCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateDBClusterEndpointCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-neptune/src/commands/CreateDBClusterParameterGroupCommand.ts b/clients/client-neptune/src/commands/CreateDBClusterParameterGroupCommand.ts index ffa4ef3d751b..8d96caac7245 100644 --- a/clients/client-neptune/src/commands/CreateDBClusterParameterGroupCommand.ts +++ b/clients/client-neptune/src/commands/CreateDBClusterParameterGroupCommand.ts @@ -118,9 +118,6 @@ export class CreateDBClusterParameterGroupCommand extends $Command< CreateDBClusterParameterGroupCommandOutput, NeptuneClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -134,9 +131,7 @@ export class CreateDBClusterParameterGroupCommand extends $Command< * @public */ constructor(readonly input: CreateDBClusterParameterGroupCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -192,7 +187,4 @@ export class CreateDBClusterParameterGroupCommand extends $Command< ): Promise { return de_CreateDBClusterParameterGroupCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-neptune/src/commands/CreateDBClusterSnapshotCommand.ts b/clients/client-neptune/src/commands/CreateDBClusterSnapshotCommand.ts index b6fed7d9d46f..192513b900f3 100644 --- a/clients/client-neptune/src/commands/CreateDBClusterSnapshotCommand.ts +++ b/clients/client-neptune/src/commands/CreateDBClusterSnapshotCommand.ts @@ -116,9 +116,6 @@ export class CreateDBClusterSnapshotCommand extends $Command< CreateDBClusterSnapshotCommandOutput, NeptuneClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -132,9 +129,7 @@ export class CreateDBClusterSnapshotCommand extends $Command< * @public */ constructor(readonly input: CreateDBClusterSnapshotCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -187,7 +182,4 @@ export class CreateDBClusterSnapshotCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateDBClusterSnapshotCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-neptune/src/commands/CreateDBInstanceCommand.ts b/clients/client-neptune/src/commands/CreateDBInstanceCommand.ts index c5e2c985b200..b92c6ab9410c 100644 --- a/clients/client-neptune/src/commands/CreateDBInstanceCommand.ts +++ b/clients/client-neptune/src/commands/CreateDBInstanceCommand.ts @@ -329,9 +329,6 @@ export class CreateDBInstanceCommand extends $Command< CreateDBInstanceCommandOutput, NeptuneClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -345,9 +342,7 @@ export class CreateDBInstanceCommand extends $Command< * @public */ constructor(readonly input: CreateDBInstanceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -400,7 +395,4 @@ export class CreateDBInstanceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateDBInstanceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-neptune/src/commands/CreateDBParameterGroupCommand.ts b/clients/client-neptune/src/commands/CreateDBParameterGroupCommand.ts index c2030c082cb9..d3242b57e4c5 100644 --- a/clients/client-neptune/src/commands/CreateDBParameterGroupCommand.ts +++ b/clients/client-neptune/src/commands/CreateDBParameterGroupCommand.ts @@ -108,9 +108,6 @@ export class CreateDBParameterGroupCommand extends $Command< CreateDBParameterGroupCommandOutput, NeptuneClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -124,9 +121,7 @@ export class CreateDBParameterGroupCommand extends $Command< * @public */ constructor(readonly input: CreateDBParameterGroupCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -179,7 +174,4 @@ export class CreateDBParameterGroupCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateDBParameterGroupCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-neptune/src/commands/CreateDBSubnetGroupCommand.ts b/clients/client-neptune/src/commands/CreateDBSubnetGroupCommand.ts index dc1defad9fe2..ccb1c720840a 100644 --- a/clients/client-neptune/src/commands/CreateDBSubnetGroupCommand.ts +++ b/clients/client-neptune/src/commands/CreateDBSubnetGroupCommand.ts @@ -114,9 +114,6 @@ export class CreateDBSubnetGroupCommand extends $Command< CreateDBSubnetGroupCommandOutput, NeptuneClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -130,9 +127,7 @@ export class CreateDBSubnetGroupCommand extends $Command< * @public */ constructor(readonly input: CreateDBSubnetGroupCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -185,7 +180,4 @@ export class CreateDBSubnetGroupCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateDBSubnetGroupCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-neptune/src/commands/CreateEventSubscriptionCommand.ts b/clients/client-neptune/src/commands/CreateEventSubscriptionCommand.ts index d2dc8bce1345..e21c24ba6baf 100644 --- a/clients/client-neptune/src/commands/CreateEventSubscriptionCommand.ts +++ b/clients/client-neptune/src/commands/CreateEventSubscriptionCommand.ts @@ -135,9 +135,6 @@ export class CreateEventSubscriptionCommand extends $Command< CreateEventSubscriptionCommandOutput, NeptuneClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -151,9 +148,7 @@ export class CreateEventSubscriptionCommand extends $Command< * @public */ constructor(readonly input: CreateEventSubscriptionCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -206,7 +201,4 @@ export class CreateEventSubscriptionCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateEventSubscriptionCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-neptune/src/commands/CreateGlobalClusterCommand.ts b/clients/client-neptune/src/commands/CreateGlobalClusterCommand.ts index 78c50cc5b9a4..300e4ddc1bee 100644 --- a/clients/client-neptune/src/commands/CreateGlobalClusterCommand.ts +++ b/clients/client-neptune/src/commands/CreateGlobalClusterCommand.ts @@ -114,9 +114,6 @@ export class CreateGlobalClusterCommand extends $Command< CreateGlobalClusterCommandOutput, NeptuneClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -130,9 +127,7 @@ export class CreateGlobalClusterCommand extends $Command< * @public */ constructor(readonly input: CreateGlobalClusterCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -185,7 +180,4 @@ export class CreateGlobalClusterCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateGlobalClusterCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-neptune/src/commands/DeleteDBClusterCommand.ts b/clients/client-neptune/src/commands/DeleteDBClusterCommand.ts index 76f1df1195ba..a262f827fd6a 100644 --- a/clients/client-neptune/src/commands/DeleteDBClusterCommand.ts +++ b/clients/client-neptune/src/commands/DeleteDBClusterCommand.ts @@ -184,9 +184,6 @@ export class DeleteDBClusterCommand extends $Command< DeleteDBClusterCommandOutput, NeptuneClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -200,9 +197,7 @@ export class DeleteDBClusterCommand extends $Command< * @public */ constructor(readonly input: DeleteDBClusterCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -255,7 +250,4 @@ export class DeleteDBClusterCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteDBClusterCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-neptune/src/commands/DeleteDBClusterEndpointCommand.ts b/clients/client-neptune/src/commands/DeleteDBClusterEndpointCommand.ts index 8845e9b425dd..bbe23faa832d 100644 --- a/clients/client-neptune/src/commands/DeleteDBClusterEndpointCommand.ts +++ b/clients/client-neptune/src/commands/DeleteDBClusterEndpointCommand.ts @@ -92,9 +92,6 @@ export class DeleteDBClusterEndpointCommand extends $Command< DeleteDBClusterEndpointCommandOutput, NeptuneClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -108,9 +105,7 @@ export class DeleteDBClusterEndpointCommand extends $Command< * @public */ constructor(readonly input: DeleteDBClusterEndpointCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -163,7 +158,4 @@ export class DeleteDBClusterEndpointCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteDBClusterEndpointCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-neptune/src/commands/DeleteDBClusterParameterGroupCommand.ts b/clients/client-neptune/src/commands/DeleteDBClusterParameterGroupCommand.ts index e48e8bbe7095..4569d4c814a3 100644 --- a/clients/client-neptune/src/commands/DeleteDBClusterParameterGroupCommand.ts +++ b/clients/client-neptune/src/commands/DeleteDBClusterParameterGroupCommand.ts @@ -81,9 +81,6 @@ export class DeleteDBClusterParameterGroupCommand extends $Command< DeleteDBClusterParameterGroupCommandOutput, NeptuneClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -97,9 +94,7 @@ export class DeleteDBClusterParameterGroupCommand extends $Command< * @public */ constructor(readonly input: DeleteDBClusterParameterGroupCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -155,7 +150,4 @@ export class DeleteDBClusterParameterGroupCommand extends $Command< ): Promise { return de_DeleteDBClusterParameterGroupCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-neptune/src/commands/DeleteDBClusterSnapshotCommand.ts b/clients/client-neptune/src/commands/DeleteDBClusterSnapshotCommand.ts index c1536b6d1ae8..ecf1ed9af4be 100644 --- a/clients/client-neptune/src/commands/DeleteDBClusterSnapshotCommand.ts +++ b/clients/client-neptune/src/commands/DeleteDBClusterSnapshotCommand.ts @@ -106,9 +106,6 @@ export class DeleteDBClusterSnapshotCommand extends $Command< DeleteDBClusterSnapshotCommandOutput, NeptuneClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -122,9 +119,7 @@ export class DeleteDBClusterSnapshotCommand extends $Command< * @public */ constructor(readonly input: DeleteDBClusterSnapshotCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -177,7 +172,4 @@ export class DeleteDBClusterSnapshotCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteDBClusterSnapshotCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-neptune/src/commands/DeleteDBInstanceCommand.ts b/clients/client-neptune/src/commands/DeleteDBInstanceCommand.ts index e8cabc329b11..d5d628daa559 100644 --- a/clients/client-neptune/src/commands/DeleteDBInstanceCommand.ts +++ b/clients/client-neptune/src/commands/DeleteDBInstanceCommand.ts @@ -237,9 +237,6 @@ export class DeleteDBInstanceCommand extends $Command< DeleteDBInstanceCommandOutput, NeptuneClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -253,9 +250,7 @@ export class DeleteDBInstanceCommand extends $Command< * @public */ constructor(readonly input: DeleteDBInstanceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -308,7 +303,4 @@ export class DeleteDBInstanceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteDBInstanceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-neptune/src/commands/DeleteDBParameterGroupCommand.ts b/clients/client-neptune/src/commands/DeleteDBParameterGroupCommand.ts index 878f50922a6e..72f4c4eed77b 100644 --- a/clients/client-neptune/src/commands/DeleteDBParameterGroupCommand.ts +++ b/clients/client-neptune/src/commands/DeleteDBParameterGroupCommand.ts @@ -78,9 +78,6 @@ export class DeleteDBParameterGroupCommand extends $Command< DeleteDBParameterGroupCommandOutput, NeptuneClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -94,9 +91,7 @@ export class DeleteDBParameterGroupCommand extends $Command< * @public */ constructor(readonly input: DeleteDBParameterGroupCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -149,7 +144,4 @@ export class DeleteDBParameterGroupCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteDBParameterGroupCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-neptune/src/commands/DeleteDBSubnetGroupCommand.ts b/clients/client-neptune/src/commands/DeleteDBSubnetGroupCommand.ts index 6cf0136d6d79..7b77be2dea05 100644 --- a/clients/client-neptune/src/commands/DeleteDBSubnetGroupCommand.ts +++ b/clients/client-neptune/src/commands/DeleteDBSubnetGroupCommand.ts @@ -82,9 +82,6 @@ export class DeleteDBSubnetGroupCommand extends $Command< DeleteDBSubnetGroupCommandOutput, NeptuneClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -98,9 +95,7 @@ export class DeleteDBSubnetGroupCommand extends $Command< * @public */ constructor(readonly input: DeleteDBSubnetGroupCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -153,7 +148,4 @@ export class DeleteDBSubnetGroupCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteDBSubnetGroupCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-neptune/src/commands/DeleteEventSubscriptionCommand.ts b/clients/client-neptune/src/commands/DeleteEventSubscriptionCommand.ts index f232f3bbea23..aff6381ba208 100644 --- a/clients/client-neptune/src/commands/DeleteEventSubscriptionCommand.ts +++ b/clients/client-neptune/src/commands/DeleteEventSubscriptionCommand.ts @@ -91,9 +91,6 @@ export class DeleteEventSubscriptionCommand extends $Command< DeleteEventSubscriptionCommandOutput, NeptuneClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -107,9 +104,7 @@ export class DeleteEventSubscriptionCommand extends $Command< * @public */ constructor(readonly input: DeleteEventSubscriptionCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -162,7 +157,4 @@ export class DeleteEventSubscriptionCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteEventSubscriptionCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-neptune/src/commands/DeleteGlobalClusterCommand.ts b/clients/client-neptune/src/commands/DeleteGlobalClusterCommand.ts index 36571c51746e..7958b299e9e1 100644 --- a/clients/client-neptune/src/commands/DeleteGlobalClusterCommand.ts +++ b/clients/client-neptune/src/commands/DeleteGlobalClusterCommand.ts @@ -95,9 +95,6 @@ export class DeleteGlobalClusterCommand extends $Command< DeleteGlobalClusterCommandOutput, NeptuneClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -111,9 +108,7 @@ export class DeleteGlobalClusterCommand extends $Command< * @public */ constructor(readonly input: DeleteGlobalClusterCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -166,7 +161,4 @@ export class DeleteGlobalClusterCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteGlobalClusterCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-neptune/src/commands/DescribeDBClusterEndpointsCommand.ts b/clients/client-neptune/src/commands/DescribeDBClusterEndpointsCommand.ts index b7bd0e7b8022..ea6d06c5ff46 100644 --- a/clients/client-neptune/src/commands/DescribeDBClusterEndpointsCommand.ts +++ b/clients/client-neptune/src/commands/DescribeDBClusterEndpointsCommand.ts @@ -107,9 +107,6 @@ export class DescribeDBClusterEndpointsCommand extends $Command< DescribeDBClusterEndpointsCommandOutput, NeptuneClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -123,9 +120,7 @@ export class DescribeDBClusterEndpointsCommand extends $Command< * @public */ constructor(readonly input: DescribeDBClusterEndpointsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -181,7 +176,4 @@ export class DescribeDBClusterEndpointsCommand extends $Command< ): Promise { return de_DescribeDBClusterEndpointsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-neptune/src/commands/DescribeDBClusterParameterGroupsCommand.ts b/clients/client-neptune/src/commands/DescribeDBClusterParameterGroupsCommand.ts index 6d4e9fe2f74f..254078237fb8 100644 --- a/clients/client-neptune/src/commands/DescribeDBClusterParameterGroupsCommand.ts +++ b/clients/client-neptune/src/commands/DescribeDBClusterParameterGroupsCommand.ts @@ -100,9 +100,6 @@ export class DescribeDBClusterParameterGroupsCommand extends $Command< DescribeDBClusterParameterGroupsCommandOutput, NeptuneClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -116,9 +113,7 @@ export class DescribeDBClusterParameterGroupsCommand extends $Command< * @public */ constructor(readonly input: DescribeDBClusterParameterGroupsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -177,7 +172,4 @@ export class DescribeDBClusterParameterGroupsCommand extends $Command< ): Promise { return de_DescribeDBClusterParameterGroupsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-neptune/src/commands/DescribeDBClusterParametersCommand.ts b/clients/client-neptune/src/commands/DescribeDBClusterParametersCommand.ts index 4e38a943b925..0ed3aeecadbe 100644 --- a/clients/client-neptune/src/commands/DescribeDBClusterParametersCommand.ts +++ b/clients/client-neptune/src/commands/DescribeDBClusterParametersCommand.ts @@ -100,9 +100,6 @@ export class DescribeDBClusterParametersCommand extends $Command< DescribeDBClusterParametersCommandOutput, NeptuneClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -116,9 +113,7 @@ export class DescribeDBClusterParametersCommand extends $Command< * @public */ constructor(readonly input: DescribeDBClusterParametersCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -174,7 +169,4 @@ export class DescribeDBClusterParametersCommand extends $Command< ): Promise { return de_DescribeDBClusterParametersCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-neptune/src/commands/DescribeDBClusterSnapshotAttributesCommand.ts b/clients/client-neptune/src/commands/DescribeDBClusterSnapshotAttributesCommand.ts index 8eb2f52b3bc4..0dc45ca76266 100644 --- a/clients/client-neptune/src/commands/DescribeDBClusterSnapshotAttributesCommand.ts +++ b/clients/client-neptune/src/commands/DescribeDBClusterSnapshotAttributesCommand.ts @@ -102,9 +102,6 @@ export class DescribeDBClusterSnapshotAttributesCommand extends $Command< DescribeDBClusterSnapshotAttributesCommandOutput, NeptuneClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -118,9 +115,7 @@ export class DescribeDBClusterSnapshotAttributesCommand extends $Command< * @public */ constructor(readonly input: DescribeDBClusterSnapshotAttributesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -179,7 +174,4 @@ export class DescribeDBClusterSnapshotAttributesCommand extends $Command< ): Promise { return de_DescribeDBClusterSnapshotAttributesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-neptune/src/commands/DescribeDBClusterSnapshotsCommand.ts b/clients/client-neptune/src/commands/DescribeDBClusterSnapshotsCommand.ts index 009fc9b7761c..26c217b1bfa5 100644 --- a/clients/client-neptune/src/commands/DescribeDBClusterSnapshotsCommand.ts +++ b/clients/client-neptune/src/commands/DescribeDBClusterSnapshotsCommand.ts @@ -116,9 +116,6 @@ export class DescribeDBClusterSnapshotsCommand extends $Command< DescribeDBClusterSnapshotsCommandOutput, NeptuneClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -132,9 +129,7 @@ export class DescribeDBClusterSnapshotsCommand extends $Command< * @public */ constructor(readonly input: DescribeDBClusterSnapshotsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -190,7 +185,4 @@ export class DescribeDBClusterSnapshotsCommand extends $Command< ): Promise { return de_DescribeDBClusterSnapshotsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-neptune/src/commands/DescribeDBClustersCommand.ts b/clients/client-neptune/src/commands/DescribeDBClustersCommand.ts index 47493ddb319b..7a4aff766074 100644 --- a/clients/client-neptune/src/commands/DescribeDBClustersCommand.ts +++ b/clients/client-neptune/src/commands/DescribeDBClustersCommand.ts @@ -183,9 +183,6 @@ export class DescribeDBClustersCommand extends $Command< DescribeDBClustersCommandOutput, NeptuneClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -199,9 +196,7 @@ export class DescribeDBClustersCommand extends $Command< * @public */ constructor(readonly input: DescribeDBClustersCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -254,7 +249,4 @@ export class DescribeDBClustersCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DescribeDBClustersCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-neptune/src/commands/DescribeDBEngineVersionsCommand.ts b/clients/client-neptune/src/commands/DescribeDBEngineVersionsCommand.ts index 8013bc7ff6c6..ebe2f0208c31 100644 --- a/clients/client-neptune/src/commands/DescribeDBEngineVersionsCommand.ts +++ b/clients/client-neptune/src/commands/DescribeDBEngineVersionsCommand.ts @@ -125,9 +125,6 @@ export class DescribeDBEngineVersionsCommand extends $Command< DescribeDBEngineVersionsCommandOutput, NeptuneClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -141,9 +138,7 @@ export class DescribeDBEngineVersionsCommand extends $Command< * @public */ constructor(readonly input: DescribeDBEngineVersionsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -196,7 +191,4 @@ export class DescribeDBEngineVersionsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DescribeDBEngineVersionsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-neptune/src/commands/DescribeDBInstancesCommand.ts b/clients/client-neptune/src/commands/DescribeDBInstancesCommand.ts index 174bba4f5677..87ff24e18384 100644 --- a/clients/client-neptune/src/commands/DescribeDBInstancesCommand.ts +++ b/clients/client-neptune/src/commands/DescribeDBInstancesCommand.ts @@ -226,9 +226,6 @@ export class DescribeDBInstancesCommand extends $Command< DescribeDBInstancesCommandOutput, NeptuneClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -242,9 +239,7 @@ export class DescribeDBInstancesCommand extends $Command< * @public */ constructor(readonly input: DescribeDBInstancesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -297,7 +292,4 @@ export class DescribeDBInstancesCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DescribeDBInstancesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-neptune/src/commands/DescribeDBParameterGroupsCommand.ts b/clients/client-neptune/src/commands/DescribeDBParameterGroupsCommand.ts index 0f35119d71f0..b6d8e1a161b7 100644 --- a/clients/client-neptune/src/commands/DescribeDBParameterGroupsCommand.ts +++ b/clients/client-neptune/src/commands/DescribeDBParameterGroupsCommand.ts @@ -95,9 +95,6 @@ export class DescribeDBParameterGroupsCommand extends $Command< DescribeDBParameterGroupsCommandOutput, NeptuneClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -111,9 +108,7 @@ export class DescribeDBParameterGroupsCommand extends $Command< * @public */ constructor(readonly input: DescribeDBParameterGroupsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -169,7 +164,4 @@ export class DescribeDBParameterGroupsCommand extends $Command< ): Promise { return de_DescribeDBParameterGroupsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-neptune/src/commands/DescribeDBParametersCommand.ts b/clients/client-neptune/src/commands/DescribeDBParametersCommand.ts index c9a2229f2d35..ef0cc635185b 100644 --- a/clients/client-neptune/src/commands/DescribeDBParametersCommand.ts +++ b/clients/client-neptune/src/commands/DescribeDBParametersCommand.ts @@ -100,9 +100,6 @@ export class DescribeDBParametersCommand extends $Command< DescribeDBParametersCommandOutput, NeptuneClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -116,9 +113,7 @@ export class DescribeDBParametersCommand extends $Command< * @public */ constructor(readonly input: DescribeDBParametersCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -171,7 +166,4 @@ export class DescribeDBParametersCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DescribeDBParametersCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-neptune/src/commands/DescribeDBSubnetGroupsCommand.ts b/clients/client-neptune/src/commands/DescribeDBSubnetGroupsCommand.ts index df19d86c621f..3491f4a39fd5 100644 --- a/clients/client-neptune/src/commands/DescribeDBSubnetGroupsCommand.ts +++ b/clients/client-neptune/src/commands/DescribeDBSubnetGroupsCommand.ts @@ -105,9 +105,6 @@ export class DescribeDBSubnetGroupsCommand extends $Command< DescribeDBSubnetGroupsCommandOutput, NeptuneClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -121,9 +118,7 @@ export class DescribeDBSubnetGroupsCommand extends $Command< * @public */ constructor(readonly input: DescribeDBSubnetGroupsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -176,7 +171,4 @@ export class DescribeDBSubnetGroupsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DescribeDBSubnetGroupsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-neptune/src/commands/DescribeEngineDefaultClusterParametersCommand.ts b/clients/client-neptune/src/commands/DescribeEngineDefaultClusterParametersCommand.ts index 980b5aa27d1a..3b2f63264d74 100644 --- a/clients/client-neptune/src/commands/DescribeEngineDefaultClusterParametersCommand.ts +++ b/clients/client-neptune/src/commands/DescribeEngineDefaultClusterParametersCommand.ts @@ -107,9 +107,6 @@ export class DescribeEngineDefaultClusterParametersCommand extends $Command< DescribeEngineDefaultClusterParametersCommandOutput, NeptuneClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -123,9 +120,7 @@ export class DescribeEngineDefaultClusterParametersCommand extends $Command< * @public */ constructor(readonly input: DescribeEngineDefaultClusterParametersCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -184,7 +179,4 @@ export class DescribeEngineDefaultClusterParametersCommand extends $Command< ): Promise { return de_DescribeEngineDefaultClusterParametersCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-neptune/src/commands/DescribeEngineDefaultParametersCommand.ts b/clients/client-neptune/src/commands/DescribeEngineDefaultParametersCommand.ts index c77701399263..b6085ee1b2d3 100644 --- a/clients/client-neptune/src/commands/DescribeEngineDefaultParametersCommand.ts +++ b/clients/client-neptune/src/commands/DescribeEngineDefaultParametersCommand.ts @@ -103,9 +103,6 @@ export class DescribeEngineDefaultParametersCommand extends $Command< DescribeEngineDefaultParametersCommandOutput, NeptuneClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -119,9 +116,7 @@ export class DescribeEngineDefaultParametersCommand extends $Command< * @public */ constructor(readonly input: DescribeEngineDefaultParametersCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -180,7 +175,4 @@ export class DescribeEngineDefaultParametersCommand extends $Command< ): Promise { return de_DescribeEngineDefaultParametersCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-neptune/src/commands/DescribeEventCategoriesCommand.ts b/clients/client-neptune/src/commands/DescribeEventCategoriesCommand.ts index 94252e78a382..a4be0d8c4368 100644 --- a/clients/client-neptune/src/commands/DescribeEventCategoriesCommand.ts +++ b/clients/client-neptune/src/commands/DescribeEventCategoriesCommand.ts @@ -86,9 +86,6 @@ export class DescribeEventCategoriesCommand extends $Command< DescribeEventCategoriesCommandOutput, NeptuneClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -102,9 +99,7 @@ export class DescribeEventCategoriesCommand extends $Command< * @public */ constructor(readonly input: DescribeEventCategoriesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -157,7 +152,4 @@ export class DescribeEventCategoriesCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DescribeEventCategoriesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-neptune/src/commands/DescribeEventSubscriptionsCommand.ts b/clients/client-neptune/src/commands/DescribeEventSubscriptionsCommand.ts index 6af1a51b2648..a40bfbb998f0 100644 --- a/clients/client-neptune/src/commands/DescribeEventSubscriptionsCommand.ts +++ b/clients/client-neptune/src/commands/DescribeEventSubscriptionsCommand.ts @@ -104,9 +104,6 @@ export class DescribeEventSubscriptionsCommand extends $Command< DescribeEventSubscriptionsCommandOutput, NeptuneClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -120,9 +117,7 @@ export class DescribeEventSubscriptionsCommand extends $Command< * @public */ constructor(readonly input: DescribeEventSubscriptionsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -178,7 +173,4 @@ export class DescribeEventSubscriptionsCommand extends $Command< ): Promise { return de_DescribeEventSubscriptionsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-neptune/src/commands/DescribeEventsCommand.ts b/clients/client-neptune/src/commands/DescribeEventsCommand.ts index 4f52e6d4b838..b8d42345538a 100644 --- a/clients/client-neptune/src/commands/DescribeEventsCommand.ts +++ b/clients/client-neptune/src/commands/DescribeEventsCommand.ts @@ -102,9 +102,6 @@ export class DescribeEventsCommand extends $Command< DescribeEventsCommandOutput, NeptuneClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -118,9 +115,7 @@ export class DescribeEventsCommand extends $Command< * @public */ constructor(readonly input: DescribeEventsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -173,7 +168,4 @@ export class DescribeEventsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DescribeEventsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-neptune/src/commands/DescribeGlobalClustersCommand.ts b/clients/client-neptune/src/commands/DescribeGlobalClustersCommand.ts index dae6b006f296..ba1f6b958e58 100644 --- a/clients/client-neptune/src/commands/DescribeGlobalClustersCommand.ts +++ b/clients/client-neptune/src/commands/DescribeGlobalClustersCommand.ts @@ -97,9 +97,6 @@ export class DescribeGlobalClustersCommand extends $Command< DescribeGlobalClustersCommandOutput, NeptuneClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -113,9 +110,7 @@ export class DescribeGlobalClustersCommand extends $Command< * @public */ constructor(readonly input: DescribeGlobalClustersCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -168,7 +163,4 @@ export class DescribeGlobalClustersCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DescribeGlobalClustersCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-neptune/src/commands/DescribeOrderableDBInstanceOptionsCommand.ts b/clients/client-neptune/src/commands/DescribeOrderableDBInstanceOptionsCommand.ts index b7fd95dfdfaf..e84d1adb27a2 100644 --- a/clients/client-neptune/src/commands/DescribeOrderableDBInstanceOptionsCommand.ts +++ b/clients/client-neptune/src/commands/DescribeOrderableDBInstanceOptionsCommand.ts @@ -118,9 +118,6 @@ export class DescribeOrderableDBInstanceOptionsCommand extends $Command< DescribeOrderableDBInstanceOptionsCommandOutput, NeptuneClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -134,9 +131,7 @@ export class DescribeOrderableDBInstanceOptionsCommand extends $Command< * @public */ constructor(readonly input: DescribeOrderableDBInstanceOptionsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -195,7 +190,4 @@ export class DescribeOrderableDBInstanceOptionsCommand extends $Command< ): Promise { return de_DescribeOrderableDBInstanceOptionsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-neptune/src/commands/DescribePendingMaintenanceActionsCommand.ts b/clients/client-neptune/src/commands/DescribePendingMaintenanceActionsCommand.ts index b496e6e9b47f..70f7bc7fb16e 100644 --- a/clients/client-neptune/src/commands/DescribePendingMaintenanceActionsCommand.ts +++ b/clients/client-neptune/src/commands/DescribePendingMaintenanceActionsCommand.ts @@ -104,9 +104,6 @@ export class DescribePendingMaintenanceActionsCommand extends $Command< DescribePendingMaintenanceActionsCommandOutput, NeptuneClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -120,9 +117,7 @@ export class DescribePendingMaintenanceActionsCommand extends $Command< * @public */ constructor(readonly input: DescribePendingMaintenanceActionsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -181,7 +176,4 @@ export class DescribePendingMaintenanceActionsCommand extends $Command< ): Promise { return de_DescribePendingMaintenanceActionsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-neptune/src/commands/DescribeValidDBInstanceModificationsCommand.ts b/clients/client-neptune/src/commands/DescribeValidDBInstanceModificationsCommand.ts index 060c878aa3fc..f98f66050645 100644 --- a/clients/client-neptune/src/commands/DescribeValidDBInstanceModificationsCommand.ts +++ b/clients/client-neptune/src/commands/DescribeValidDBInstanceModificationsCommand.ts @@ -113,9 +113,6 @@ export class DescribeValidDBInstanceModificationsCommand extends $Command< DescribeValidDBInstanceModificationsCommandOutput, NeptuneClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -129,9 +126,7 @@ export class DescribeValidDBInstanceModificationsCommand extends $Command< * @public */ constructor(readonly input: DescribeValidDBInstanceModificationsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -190,7 +185,4 @@ export class DescribeValidDBInstanceModificationsCommand extends $Command< ): Promise { return de_DescribeValidDBInstanceModificationsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-neptune/src/commands/FailoverDBClusterCommand.ts b/clients/client-neptune/src/commands/FailoverDBClusterCommand.ts index 54123fb62720..6c1020df058b 100644 --- a/clients/client-neptune/src/commands/FailoverDBClusterCommand.ts +++ b/clients/client-neptune/src/commands/FailoverDBClusterCommand.ts @@ -179,9 +179,6 @@ export class FailoverDBClusterCommand extends $Command< FailoverDBClusterCommandOutput, NeptuneClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -195,9 +192,7 @@ export class FailoverDBClusterCommand extends $Command< * @public */ constructor(readonly input: FailoverDBClusterCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -250,7 +245,4 @@ export class FailoverDBClusterCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_FailoverDBClusterCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-neptune/src/commands/FailoverGlobalClusterCommand.ts b/clients/client-neptune/src/commands/FailoverGlobalClusterCommand.ts index dcb4d9f41c22..a0c258036aee 100644 --- a/clients/client-neptune/src/commands/FailoverGlobalClusterCommand.ts +++ b/clients/client-neptune/src/commands/FailoverGlobalClusterCommand.ts @@ -115,9 +115,6 @@ export class FailoverGlobalClusterCommand extends $Command< FailoverGlobalClusterCommandOutput, NeptuneClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -131,9 +128,7 @@ export class FailoverGlobalClusterCommand extends $Command< * @public */ constructor(readonly input: FailoverGlobalClusterCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -186,7 +181,4 @@ export class FailoverGlobalClusterCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_FailoverGlobalClusterCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-neptune/src/commands/ListTagsForResourceCommand.ts b/clients/client-neptune/src/commands/ListTagsForResourceCommand.ts index a36ee64bb538..5a561376a4b6 100644 --- a/clients/client-neptune/src/commands/ListTagsForResourceCommand.ts +++ b/clients/client-neptune/src/commands/ListTagsForResourceCommand.ts @@ -95,9 +95,6 @@ export class ListTagsForResourceCommand extends $Command< ListTagsForResourceCommandOutput, NeptuneClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -111,9 +108,7 @@ export class ListTagsForResourceCommand extends $Command< * @public */ constructor(readonly input: ListTagsForResourceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -166,7 +161,4 @@ export class ListTagsForResourceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListTagsForResourceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-neptune/src/commands/ModifyDBClusterCommand.ts b/clients/client-neptune/src/commands/ModifyDBClusterCommand.ts index cadecfeecbfe..0c492a6eca64 100644 --- a/clients/client-neptune/src/commands/ModifyDBClusterCommand.ts +++ b/clients/client-neptune/src/commands/ModifyDBClusterCommand.ts @@ -232,9 +232,6 @@ export class ModifyDBClusterCommand extends $Command< ModifyDBClusterCommandOutput, NeptuneClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -248,9 +245,7 @@ export class ModifyDBClusterCommand extends $Command< * @public */ constructor(readonly input: ModifyDBClusterCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -303,7 +298,4 @@ export class ModifyDBClusterCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ModifyDBClusterCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-neptune/src/commands/ModifyDBClusterEndpointCommand.ts b/clients/client-neptune/src/commands/ModifyDBClusterEndpointCommand.ts index 2928fd0b9f42..fab11649730e 100644 --- a/clients/client-neptune/src/commands/ModifyDBClusterEndpointCommand.ts +++ b/clients/client-neptune/src/commands/ModifyDBClusterEndpointCommand.ts @@ -106,9 +106,6 @@ export class ModifyDBClusterEndpointCommand extends $Command< ModifyDBClusterEndpointCommandOutput, NeptuneClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -122,9 +119,7 @@ export class ModifyDBClusterEndpointCommand extends $Command< * @public */ constructor(readonly input: ModifyDBClusterEndpointCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -177,7 +172,4 @@ export class ModifyDBClusterEndpointCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ModifyDBClusterEndpointCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-neptune/src/commands/ModifyDBClusterParameterGroupCommand.ts b/clients/client-neptune/src/commands/ModifyDBClusterParameterGroupCommand.ts index 9a8ea0f6f5b8..d716ddc339c2 100644 --- a/clients/client-neptune/src/commands/ModifyDBClusterParameterGroupCommand.ts +++ b/clients/client-neptune/src/commands/ModifyDBClusterParameterGroupCommand.ts @@ -117,9 +117,6 @@ export class ModifyDBClusterParameterGroupCommand extends $Command< ModifyDBClusterParameterGroupCommandOutput, NeptuneClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -133,9 +130,7 @@ export class ModifyDBClusterParameterGroupCommand extends $Command< * @public */ constructor(readonly input: ModifyDBClusterParameterGroupCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -191,7 +186,4 @@ export class ModifyDBClusterParameterGroupCommand extends $Command< ): Promise { return de_ModifyDBClusterParameterGroupCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-neptune/src/commands/ModifyDBClusterSnapshotAttributeCommand.ts b/clients/client-neptune/src/commands/ModifyDBClusterSnapshotAttributeCommand.ts index a0ae38efd022..e05e0c116ee0 100644 --- a/clients/client-neptune/src/commands/ModifyDBClusterSnapshotAttributeCommand.ts +++ b/clients/client-neptune/src/commands/ModifyDBClusterSnapshotAttributeCommand.ts @@ -116,9 +116,6 @@ export class ModifyDBClusterSnapshotAttributeCommand extends $Command< ModifyDBClusterSnapshotAttributeCommandOutput, NeptuneClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -132,9 +129,7 @@ export class ModifyDBClusterSnapshotAttributeCommand extends $Command< * @public */ constructor(readonly input: ModifyDBClusterSnapshotAttributeCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -193,7 +188,4 @@ export class ModifyDBClusterSnapshotAttributeCommand extends $Command< ): Promise { return de_ModifyDBClusterSnapshotAttributeCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-neptune/src/commands/ModifyDBInstanceCommand.ts b/clients/client-neptune/src/commands/ModifyDBInstanceCommand.ts index 9e0e5f15bf68..9b707a772fdc 100644 --- a/clients/client-neptune/src/commands/ModifyDBInstanceCommand.ts +++ b/clients/client-neptune/src/commands/ModifyDBInstanceCommand.ts @@ -316,9 +316,6 @@ export class ModifyDBInstanceCommand extends $Command< ModifyDBInstanceCommandOutput, NeptuneClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -332,9 +329,7 @@ export class ModifyDBInstanceCommand extends $Command< * @public */ constructor(readonly input: ModifyDBInstanceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -387,7 +382,4 @@ export class ModifyDBInstanceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ModifyDBInstanceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-neptune/src/commands/ModifyDBParameterGroupCommand.ts b/clients/client-neptune/src/commands/ModifyDBParameterGroupCommand.ts index 32059c87795e..6679598b6f0d 100644 --- a/clients/client-neptune/src/commands/ModifyDBParameterGroupCommand.ts +++ b/clients/client-neptune/src/commands/ModifyDBParameterGroupCommand.ts @@ -112,9 +112,6 @@ export class ModifyDBParameterGroupCommand extends $Command< ModifyDBParameterGroupCommandOutput, NeptuneClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -128,9 +125,7 @@ export class ModifyDBParameterGroupCommand extends $Command< * @public */ constructor(readonly input: ModifyDBParameterGroupCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -183,7 +178,4 @@ export class ModifyDBParameterGroupCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ModifyDBParameterGroupCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-neptune/src/commands/ModifyDBSubnetGroupCommand.ts b/clients/client-neptune/src/commands/ModifyDBSubnetGroupCommand.ts index 9a33ac853023..02043b4f9ded 100644 --- a/clients/client-neptune/src/commands/ModifyDBSubnetGroupCommand.ts +++ b/clients/client-neptune/src/commands/ModifyDBSubnetGroupCommand.ts @@ -109,9 +109,6 @@ export class ModifyDBSubnetGroupCommand extends $Command< ModifyDBSubnetGroupCommandOutput, NeptuneClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -125,9 +122,7 @@ export class ModifyDBSubnetGroupCommand extends $Command< * @public */ constructor(readonly input: ModifyDBSubnetGroupCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -180,7 +175,4 @@ export class ModifyDBSubnetGroupCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ModifyDBSubnetGroupCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-neptune/src/commands/ModifyEventSubscriptionCommand.ts b/clients/client-neptune/src/commands/ModifyEventSubscriptionCommand.ts index 07389571b9b5..5990c693d6ab 100644 --- a/clients/client-neptune/src/commands/ModifyEventSubscriptionCommand.ts +++ b/clients/client-neptune/src/commands/ModifyEventSubscriptionCommand.ts @@ -113,9 +113,6 @@ export class ModifyEventSubscriptionCommand extends $Command< ModifyEventSubscriptionCommandOutput, NeptuneClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -129,9 +126,7 @@ export class ModifyEventSubscriptionCommand extends $Command< * @public */ constructor(readonly input: ModifyEventSubscriptionCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -184,7 +179,4 @@ export class ModifyEventSubscriptionCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ModifyEventSubscriptionCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-neptune/src/commands/ModifyGlobalClusterCommand.ts b/clients/client-neptune/src/commands/ModifyGlobalClusterCommand.ts index 26bbe3b09146..52dd1f1ebc6a 100644 --- a/clients/client-neptune/src/commands/ModifyGlobalClusterCommand.ts +++ b/clients/client-neptune/src/commands/ModifyGlobalClusterCommand.ts @@ -100,9 +100,6 @@ export class ModifyGlobalClusterCommand extends $Command< ModifyGlobalClusterCommandOutput, NeptuneClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -116,9 +113,7 @@ export class ModifyGlobalClusterCommand extends $Command< * @public */ constructor(readonly input: ModifyGlobalClusterCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -171,7 +166,4 @@ export class ModifyGlobalClusterCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ModifyGlobalClusterCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-neptune/src/commands/PromoteReadReplicaDBClusterCommand.ts b/clients/client-neptune/src/commands/PromoteReadReplicaDBClusterCommand.ts index b4fcf1c6c978..dcd77a3d792c 100644 --- a/clients/client-neptune/src/commands/PromoteReadReplicaDBClusterCommand.ts +++ b/clients/client-neptune/src/commands/PromoteReadReplicaDBClusterCommand.ts @@ -168,9 +168,6 @@ export class PromoteReadReplicaDBClusterCommand extends $Command< PromoteReadReplicaDBClusterCommandOutput, NeptuneClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -184,9 +181,7 @@ export class PromoteReadReplicaDBClusterCommand extends $Command< * @public */ constructor(readonly input: PromoteReadReplicaDBClusterCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -242,7 +237,4 @@ export class PromoteReadReplicaDBClusterCommand extends $Command< ): Promise { return de_PromoteReadReplicaDBClusterCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-neptune/src/commands/RebootDBInstanceCommand.ts b/clients/client-neptune/src/commands/RebootDBInstanceCommand.ts index b15c83239835..1f2c54d17c52 100644 --- a/clients/client-neptune/src/commands/RebootDBInstanceCommand.ts +++ b/clients/client-neptune/src/commands/RebootDBInstanceCommand.ts @@ -217,9 +217,6 @@ export class RebootDBInstanceCommand extends $Command< RebootDBInstanceCommandOutput, NeptuneClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -233,9 +230,7 @@ export class RebootDBInstanceCommand extends $Command< * @public */ constructor(readonly input: RebootDBInstanceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -288,7 +283,4 @@ export class RebootDBInstanceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_RebootDBInstanceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-neptune/src/commands/RemoveFromGlobalClusterCommand.ts b/clients/client-neptune/src/commands/RemoveFromGlobalClusterCommand.ts index c59c1011112d..ea44af8b3d3c 100644 --- a/clients/client-neptune/src/commands/RemoveFromGlobalClusterCommand.ts +++ b/clients/client-neptune/src/commands/RemoveFromGlobalClusterCommand.ts @@ -102,9 +102,6 @@ export class RemoveFromGlobalClusterCommand extends $Command< RemoveFromGlobalClusterCommandOutput, NeptuneClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -118,9 +115,7 @@ export class RemoveFromGlobalClusterCommand extends $Command< * @public */ constructor(readonly input: RemoveFromGlobalClusterCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -173,7 +168,4 @@ export class RemoveFromGlobalClusterCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_RemoveFromGlobalClusterCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-neptune/src/commands/RemoveRoleFromDBClusterCommand.ts b/clients/client-neptune/src/commands/RemoveRoleFromDBClusterCommand.ts index 44cabe7a58ea..3d0c844589f2 100644 --- a/clients/client-neptune/src/commands/RemoveRoleFromDBClusterCommand.ts +++ b/clients/client-neptune/src/commands/RemoveRoleFromDBClusterCommand.ts @@ -80,9 +80,6 @@ export class RemoveRoleFromDBClusterCommand extends $Command< RemoveRoleFromDBClusterCommandOutput, NeptuneClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -96,9 +93,7 @@ export class RemoveRoleFromDBClusterCommand extends $Command< * @public */ constructor(readonly input: RemoveRoleFromDBClusterCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -151,7 +146,4 @@ export class RemoveRoleFromDBClusterCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_RemoveRoleFromDBClusterCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-neptune/src/commands/RemoveSourceIdentifierFromSubscriptionCommand.ts b/clients/client-neptune/src/commands/RemoveSourceIdentifierFromSubscriptionCommand.ts index ef0eeee54efe..b14a0f7d7b5f 100644 --- a/clients/client-neptune/src/commands/RemoveSourceIdentifierFromSubscriptionCommand.ts +++ b/clients/client-neptune/src/commands/RemoveSourceIdentifierFromSubscriptionCommand.ts @@ -101,9 +101,6 @@ export class RemoveSourceIdentifierFromSubscriptionCommand extends $Command< RemoveSourceIdentifierFromSubscriptionCommandOutput, NeptuneClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -117,9 +114,7 @@ export class RemoveSourceIdentifierFromSubscriptionCommand extends $Command< * @public */ constructor(readonly input: RemoveSourceIdentifierFromSubscriptionCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -178,7 +173,4 @@ export class RemoveSourceIdentifierFromSubscriptionCommand extends $Command< ): Promise { return de_RemoveSourceIdentifierFromSubscriptionCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-neptune/src/commands/RemoveTagsFromResourceCommand.ts b/clients/client-neptune/src/commands/RemoveTagsFromResourceCommand.ts index eaafa04721e2..dd9078bb1371 100644 --- a/clients/client-neptune/src/commands/RemoveTagsFromResourceCommand.ts +++ b/clients/client-neptune/src/commands/RemoveTagsFromResourceCommand.ts @@ -83,9 +83,6 @@ export class RemoveTagsFromResourceCommand extends $Command< RemoveTagsFromResourceCommandOutput, NeptuneClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -99,9 +96,7 @@ export class RemoveTagsFromResourceCommand extends $Command< * @public */ constructor(readonly input: RemoveTagsFromResourceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -154,7 +149,4 @@ export class RemoveTagsFromResourceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_RemoveTagsFromResourceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-neptune/src/commands/ResetDBClusterParameterGroupCommand.ts b/clients/client-neptune/src/commands/ResetDBClusterParameterGroupCommand.ts index 092e2eab5cec..fe51c1a0d4d7 100644 --- a/clients/client-neptune/src/commands/ResetDBClusterParameterGroupCommand.ts +++ b/clients/client-neptune/src/commands/ResetDBClusterParameterGroupCommand.ts @@ -103,9 +103,6 @@ export class ResetDBClusterParameterGroupCommand extends $Command< ResetDBClusterParameterGroupCommandOutput, NeptuneClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -119,9 +116,7 @@ export class ResetDBClusterParameterGroupCommand extends $Command< * @public */ constructor(readonly input: ResetDBClusterParameterGroupCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -177,7 +172,4 @@ export class ResetDBClusterParameterGroupCommand extends $Command< ): Promise { return de_ResetDBClusterParameterGroupCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-neptune/src/commands/ResetDBParameterGroupCommand.ts b/clients/client-neptune/src/commands/ResetDBParameterGroupCommand.ts index 4927dec79ccf..e4f270d52cdd 100644 --- a/clients/client-neptune/src/commands/ResetDBParameterGroupCommand.ts +++ b/clients/client-neptune/src/commands/ResetDBParameterGroupCommand.ts @@ -100,9 +100,6 @@ export class ResetDBParameterGroupCommand extends $Command< ResetDBParameterGroupCommandOutput, NeptuneClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -116,9 +113,7 @@ export class ResetDBParameterGroupCommand extends $Command< * @public */ constructor(readonly input: ResetDBParameterGroupCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -171,7 +166,4 @@ export class ResetDBParameterGroupCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ResetDBParameterGroupCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-neptune/src/commands/RestoreDBClusterFromSnapshotCommand.ts b/clients/client-neptune/src/commands/RestoreDBClusterFromSnapshotCommand.ts index d908ebd1df2d..2e1a5931a64c 100644 --- a/clients/client-neptune/src/commands/RestoreDBClusterFromSnapshotCommand.ts +++ b/clients/client-neptune/src/commands/RestoreDBClusterFromSnapshotCommand.ts @@ -258,9 +258,6 @@ export class RestoreDBClusterFromSnapshotCommand extends $Command< RestoreDBClusterFromSnapshotCommandOutput, NeptuneClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -274,9 +271,7 @@ export class RestoreDBClusterFromSnapshotCommand extends $Command< * @public */ constructor(readonly input: RestoreDBClusterFromSnapshotCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -332,7 +327,4 @@ export class RestoreDBClusterFromSnapshotCommand extends $Command< ): Promise { return de_RestoreDBClusterFromSnapshotCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-neptune/src/commands/RestoreDBClusterToPointInTimeCommand.ts b/clients/client-neptune/src/commands/RestoreDBClusterToPointInTimeCommand.ts index 9f51e27224f5..a2307d72c0fa 100644 --- a/clients/client-neptune/src/commands/RestoreDBClusterToPointInTimeCommand.ts +++ b/clients/client-neptune/src/commands/RestoreDBClusterToPointInTimeCommand.ts @@ -267,9 +267,6 @@ export class RestoreDBClusterToPointInTimeCommand extends $Command< RestoreDBClusterToPointInTimeCommandOutput, NeptuneClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -283,9 +280,7 @@ export class RestoreDBClusterToPointInTimeCommand extends $Command< * @public */ constructor(readonly input: RestoreDBClusterToPointInTimeCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -341,7 +336,4 @@ export class RestoreDBClusterToPointInTimeCommand extends $Command< ): Promise { return de_RestoreDBClusterToPointInTimeCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-neptune/src/commands/StartDBClusterCommand.ts b/clients/client-neptune/src/commands/StartDBClusterCommand.ts index b103114b4c07..4a5e22f235a8 100644 --- a/clients/client-neptune/src/commands/StartDBClusterCommand.ts +++ b/clients/client-neptune/src/commands/StartDBClusterCommand.ts @@ -172,9 +172,6 @@ export class StartDBClusterCommand extends $Command< StartDBClusterCommandOutput, NeptuneClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -188,9 +185,7 @@ export class StartDBClusterCommand extends $Command< * @public */ constructor(readonly input: StartDBClusterCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -243,7 +238,4 @@ export class StartDBClusterCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_StartDBClusterCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-neptune/src/commands/StopDBClusterCommand.ts b/clients/client-neptune/src/commands/StopDBClusterCommand.ts index 0a5d70d93774..e740f7ae265b 100644 --- a/clients/client-neptune/src/commands/StopDBClusterCommand.ts +++ b/clients/client-neptune/src/commands/StopDBClusterCommand.ts @@ -175,9 +175,6 @@ export class StopDBClusterCommand extends $Command< StopDBClusterCommandOutput, NeptuneClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -191,9 +188,7 @@ export class StopDBClusterCommand extends $Command< * @public */ constructor(readonly input: StopDBClusterCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -244,7 +239,4 @@ export class StopDBClusterCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_StopDBClusterCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-neptunedata/package.json b/clients/client-neptunedata/package.json index 444f06e493e7..28b355d5a03a 100644 --- a/clients/client-neptunedata/package.json +++ b/clients/client-neptunedata/package.json @@ -34,30 +34,30 @@ "@aws-sdk/util-endpoints": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@smithy/config-resolver": "^2.0.16", - "@smithy/fetch-http-handler": "^2.2.4", - "@smithy/hash-node": "^2.0.12", - "@smithy/invalid-dependency": "^2.0.12", - "@smithy/middleware-content-length": "^2.0.14", - "@smithy/middleware-endpoint": "^2.1.3", - "@smithy/middleware-retry": "^2.0.18", - "@smithy/middleware-serde": "^2.0.12", - "@smithy/middleware-stack": "^2.0.6", - "@smithy/node-config-provider": "^2.1.3", - "@smithy/node-http-handler": "^2.1.8", - "@smithy/protocol-http": "^3.0.8", - "@smithy/smithy-client": "^2.1.12", - "@smithy/types": "^2.4.0", - "@smithy/url-parser": "^2.0.12", - "@smithy/util-base64": "^2.0.0", + "@smithy/config-resolver": "^2.0.18", + "@smithy/fetch-http-handler": "^2.2.6", + "@smithy/hash-node": "^2.0.15", + "@smithy/invalid-dependency": "^2.0.13", + "@smithy/middleware-content-length": "^2.0.15", + "@smithy/middleware-endpoint": "^2.2.0", + "@smithy/middleware-retry": "^2.0.20", + "@smithy/middleware-serde": "^2.0.13", + "@smithy/middleware-stack": "^2.0.7", + "@smithy/node-config-provider": "^2.1.5", + "@smithy/node-http-handler": "^2.1.9", + "@smithy/protocol-http": "^3.0.9", + "@smithy/smithy-client": "^2.1.15", + "@smithy/types": "^2.5.0", + "@smithy/url-parser": "^2.0.13", + "@smithy/util-base64": "^2.0.1", "@smithy/util-body-length-browser": "^2.0.0", "@smithy/util-body-length-node": "^2.1.0", - "@smithy/util-defaults-mode-browser": "^2.0.16", - "@smithy/util-defaults-mode-node": "^2.0.21", - "@smithy/util-endpoints": "^1.0.2", - "@smithy/util-retry": "^2.0.5", - "@smithy/util-stream": "^2.0.17", - "@smithy/util-utf8": "^2.0.0", + "@smithy/util-defaults-mode-browser": "^2.0.19", + "@smithy/util-defaults-mode-node": "^2.0.25", + "@smithy/util-endpoints": "^1.0.4", + "@smithy/util-retry": "^2.0.6", + "@smithy/util-stream": "^2.0.20", + "@smithy/util-utf8": "^2.0.2", "tslib": "^2.5.0" }, "devDependencies": { diff --git a/clients/client-neptunedata/src/commands/CancelGremlinQueryCommand.ts b/clients/client-neptunedata/src/commands/CancelGremlinQueryCommand.ts index 2a821c7bd971..34a9dbc8d6e0 100644 --- a/clients/client-neptunedata/src/commands/CancelGremlinQueryCommand.ts +++ b/clients/client-neptunedata/src/commands/CancelGremlinQueryCommand.ts @@ -118,9 +118,6 @@ export class CancelGremlinQueryCommand extends $Command< CancelGremlinQueryCommandOutput, NeptunedataClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -134,9 +131,7 @@ export class CancelGremlinQueryCommand extends $Command< * @public */ constructor(readonly input: CancelGremlinQueryCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -189,7 +184,4 @@ export class CancelGremlinQueryCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CancelGremlinQueryCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-neptunedata/src/commands/CancelLoaderJobCommand.ts b/clients/client-neptunedata/src/commands/CancelLoaderJobCommand.ts index 02048127e8ef..89648ee3d5eb 100644 --- a/clients/client-neptunedata/src/commands/CancelLoaderJobCommand.ts +++ b/clients/client-neptunedata/src/commands/CancelLoaderJobCommand.ts @@ -115,9 +115,6 @@ export class CancelLoaderJobCommand extends $Command< CancelLoaderJobCommandOutput, NeptunedataClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -131,9 +128,7 @@ export class CancelLoaderJobCommand extends $Command< * @public */ constructor(readonly input: CancelLoaderJobCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -186,7 +181,4 @@ export class CancelLoaderJobCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CancelLoaderJobCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-neptunedata/src/commands/CancelMLDataProcessingJobCommand.ts b/clients/client-neptunedata/src/commands/CancelMLDataProcessingJobCommand.ts index 2cb6c7136353..b9158b4f423d 100644 --- a/clients/client-neptunedata/src/commands/CancelMLDataProcessingJobCommand.ts +++ b/clients/client-neptunedata/src/commands/CancelMLDataProcessingJobCommand.ts @@ -110,9 +110,6 @@ export class CancelMLDataProcessingJobCommand extends $Command< CancelMLDataProcessingJobCommandOutput, NeptunedataClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -126,9 +123,7 @@ export class CancelMLDataProcessingJobCommand extends $Command< * @public */ constructor(readonly input: CancelMLDataProcessingJobCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -184,7 +179,4 @@ export class CancelMLDataProcessingJobCommand extends $Command< ): Promise { return de_CancelMLDataProcessingJobCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-neptunedata/src/commands/CancelMLModelTrainingJobCommand.ts b/clients/client-neptunedata/src/commands/CancelMLModelTrainingJobCommand.ts index a0d513fac714..9ce7bc3021e9 100644 --- a/clients/client-neptunedata/src/commands/CancelMLModelTrainingJobCommand.ts +++ b/clients/client-neptunedata/src/commands/CancelMLModelTrainingJobCommand.ts @@ -110,9 +110,6 @@ export class CancelMLModelTrainingJobCommand extends $Command< CancelMLModelTrainingJobCommandOutput, NeptunedataClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -126,9 +123,7 @@ export class CancelMLModelTrainingJobCommand extends $Command< * @public */ constructor(readonly input: CancelMLModelTrainingJobCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -181,7 +176,4 @@ export class CancelMLModelTrainingJobCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CancelMLModelTrainingJobCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-neptunedata/src/commands/CancelMLModelTransformJobCommand.ts b/clients/client-neptunedata/src/commands/CancelMLModelTransformJobCommand.ts index 1ba685a56cc3..3ef3a93ad12a 100644 --- a/clients/client-neptunedata/src/commands/CancelMLModelTransformJobCommand.ts +++ b/clients/client-neptunedata/src/commands/CancelMLModelTransformJobCommand.ts @@ -110,9 +110,6 @@ export class CancelMLModelTransformJobCommand extends $Command< CancelMLModelTransformJobCommandOutput, NeptunedataClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -126,9 +123,7 @@ export class CancelMLModelTransformJobCommand extends $Command< * @public */ constructor(readonly input: CancelMLModelTransformJobCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -184,7 +179,4 @@ export class CancelMLModelTransformJobCommand extends $Command< ): Promise { return de_CancelMLModelTransformJobCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-neptunedata/src/commands/CancelOpenCypherQueryCommand.ts b/clients/client-neptunedata/src/commands/CancelOpenCypherQueryCommand.ts index aaed933d8766..be6388d42b4c 100644 --- a/clients/client-neptunedata/src/commands/CancelOpenCypherQueryCommand.ts +++ b/clients/client-neptunedata/src/commands/CancelOpenCypherQueryCommand.ts @@ -123,9 +123,6 @@ export class CancelOpenCypherQueryCommand extends $Command< CancelOpenCypherQueryCommandOutput, NeptunedataClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -139,9 +136,7 @@ export class CancelOpenCypherQueryCommand extends $Command< * @public */ constructor(readonly input: CancelOpenCypherQueryCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -194,7 +189,4 @@ export class CancelOpenCypherQueryCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CancelOpenCypherQueryCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-neptunedata/src/commands/CreateMLEndpointCommand.ts b/clients/client-neptunedata/src/commands/CreateMLEndpointCommand.ts index c47b9a719e88..f57d54387b3e 100644 --- a/clients/client-neptunedata/src/commands/CreateMLEndpointCommand.ts +++ b/clients/client-neptunedata/src/commands/CreateMLEndpointCommand.ts @@ -120,9 +120,6 @@ export class CreateMLEndpointCommand extends $Command< CreateMLEndpointCommandOutput, NeptunedataClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -136,9 +133,7 @@ export class CreateMLEndpointCommand extends $Command< * @public */ constructor(readonly input: CreateMLEndpointCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -191,7 +186,4 @@ export class CreateMLEndpointCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateMLEndpointCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-neptunedata/src/commands/DeleteMLEndpointCommand.ts b/clients/client-neptunedata/src/commands/DeleteMLEndpointCommand.ts index 3a33cf8a811b..2ce913f62070 100644 --- a/clients/client-neptunedata/src/commands/DeleteMLEndpointCommand.ts +++ b/clients/client-neptunedata/src/commands/DeleteMLEndpointCommand.ts @@ -111,9 +111,6 @@ export class DeleteMLEndpointCommand extends $Command< DeleteMLEndpointCommandOutput, NeptunedataClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -127,9 +124,7 @@ export class DeleteMLEndpointCommand extends $Command< * @public */ constructor(readonly input: DeleteMLEndpointCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -182,7 +177,4 @@ export class DeleteMLEndpointCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteMLEndpointCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-neptunedata/src/commands/DeletePropertygraphStatisticsCommand.ts b/clients/client-neptunedata/src/commands/DeletePropertygraphStatisticsCommand.ts index 1f39f5c4b5f9..f35be1be37fc 100644 --- a/clients/client-neptunedata/src/commands/DeletePropertygraphStatisticsCommand.ts +++ b/clients/client-neptunedata/src/commands/DeletePropertygraphStatisticsCommand.ts @@ -122,9 +122,6 @@ export class DeletePropertygraphStatisticsCommand extends $Command< DeletePropertygraphStatisticsCommandOutput, NeptunedataClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -138,9 +135,7 @@ export class DeletePropertygraphStatisticsCommand extends $Command< * @public */ constructor(readonly input: DeletePropertygraphStatisticsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -196,7 +191,4 @@ export class DeletePropertygraphStatisticsCommand extends $Command< ): Promise { return de_DeletePropertygraphStatisticsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-neptunedata/src/commands/DeleteSparqlStatisticsCommand.ts b/clients/client-neptunedata/src/commands/DeleteSparqlStatisticsCommand.ts index 61ddbee730b6..d5149f580c4e 100644 --- a/clients/client-neptunedata/src/commands/DeleteSparqlStatisticsCommand.ts +++ b/clients/client-neptunedata/src/commands/DeleteSparqlStatisticsCommand.ts @@ -116,9 +116,6 @@ export class DeleteSparqlStatisticsCommand extends $Command< DeleteSparqlStatisticsCommandOutput, NeptunedataClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -132,9 +129,7 @@ export class DeleteSparqlStatisticsCommand extends $Command< * @public */ constructor(readonly input: DeleteSparqlStatisticsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -187,7 +182,4 @@ export class DeleteSparqlStatisticsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteSparqlStatisticsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-neptunedata/src/commands/ExecuteFastResetCommand.ts b/clients/client-neptunedata/src/commands/ExecuteFastResetCommand.ts index a07cad3c4f75..e96595ab557f 100644 --- a/clients/client-neptunedata/src/commands/ExecuteFastResetCommand.ts +++ b/clients/client-neptunedata/src/commands/ExecuteFastResetCommand.ts @@ -124,9 +124,6 @@ export class ExecuteFastResetCommand extends $Command< ExecuteFastResetCommandOutput, NeptunedataClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -140,9 +137,7 @@ export class ExecuteFastResetCommand extends $Command< * @public */ constructor(readonly input: ExecuteFastResetCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -195,7 +190,4 @@ export class ExecuteFastResetCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ExecuteFastResetCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-neptunedata/src/commands/ExecuteGremlinExplainQueryCommand.ts b/clients/client-neptunedata/src/commands/ExecuteGremlinExplainQueryCommand.ts index 9003ea24f4e8..0f893c6dc997 100644 --- a/clients/client-neptunedata/src/commands/ExecuteGremlinExplainQueryCommand.ts +++ b/clients/client-neptunedata/src/commands/ExecuteGremlinExplainQueryCommand.ts @@ -180,9 +180,6 @@ export class ExecuteGremlinExplainQueryCommand extends $Command< ExecuteGremlinExplainQueryCommandOutput, NeptunedataClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -196,9 +193,7 @@ export class ExecuteGremlinExplainQueryCommand extends $Command< * @public */ constructor(readonly input: ExecuteGremlinExplainQueryCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -254,7 +249,4 @@ export class ExecuteGremlinExplainQueryCommand extends $Command< ): Promise { return de_ExecuteGremlinExplainQueryCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-neptunedata/src/commands/ExecuteGremlinProfileQueryCommand.ts b/clients/client-neptunedata/src/commands/ExecuteGremlinProfileQueryCommand.ts index 3f0f8fb8874b..528b4a4bf28c 100644 --- a/clients/client-neptunedata/src/commands/ExecuteGremlinProfileQueryCommand.ts +++ b/clients/client-neptunedata/src/commands/ExecuteGremlinProfileQueryCommand.ts @@ -159,9 +159,6 @@ export class ExecuteGremlinProfileQueryCommand extends $Command< ExecuteGremlinProfileQueryCommandOutput, NeptunedataClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -175,9 +172,7 @@ export class ExecuteGremlinProfileQueryCommand extends $Command< * @public */ constructor(readonly input: ExecuteGremlinProfileQueryCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -233,7 +228,4 @@ export class ExecuteGremlinProfileQueryCommand extends $Command< ): Promise { return de_ExecuteGremlinProfileQueryCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-neptunedata/src/commands/ExecuteGremlinQueryCommand.ts b/clients/client-neptunedata/src/commands/ExecuteGremlinQueryCommand.ts index a3eab405157b..6cb4a5060b85 100644 --- a/clients/client-neptunedata/src/commands/ExecuteGremlinQueryCommand.ts +++ b/clients/client-neptunedata/src/commands/ExecuteGremlinQueryCommand.ts @@ -172,9 +172,6 @@ export class ExecuteGremlinQueryCommand extends $Command< ExecuteGremlinQueryCommandOutput, NeptunedataClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -188,9 +185,7 @@ export class ExecuteGremlinQueryCommand extends $Command< * @public */ constructor(readonly input: ExecuteGremlinQueryCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -243,7 +238,4 @@ export class ExecuteGremlinQueryCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ExecuteGremlinQueryCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-neptunedata/src/commands/ExecuteOpenCypherExplainQueryCommand.ts b/clients/client-neptunedata/src/commands/ExecuteOpenCypherExplainQueryCommand.ts index 9bf1169e9c50..c97036623ff5 100644 --- a/clients/client-neptunedata/src/commands/ExecuteOpenCypherExplainQueryCommand.ts +++ b/clients/client-neptunedata/src/commands/ExecuteOpenCypherExplainQueryCommand.ts @@ -162,9 +162,6 @@ export class ExecuteOpenCypherExplainQueryCommand extends $Command< ExecuteOpenCypherExplainQueryCommandOutput, NeptunedataClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -178,9 +175,7 @@ export class ExecuteOpenCypherExplainQueryCommand extends $Command< * @public */ constructor(readonly input: ExecuteOpenCypherExplainQueryCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -236,7 +231,4 @@ export class ExecuteOpenCypherExplainQueryCommand extends $Command< ): Promise { return de_ExecuteOpenCypherExplainQueryCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-neptunedata/src/commands/ExecuteOpenCypherQueryCommand.ts b/clients/client-neptunedata/src/commands/ExecuteOpenCypherQueryCommand.ts index ab8b5e6eba7b..21f820e9749b 100644 --- a/clients/client-neptunedata/src/commands/ExecuteOpenCypherQueryCommand.ts +++ b/clients/client-neptunedata/src/commands/ExecuteOpenCypherQueryCommand.ts @@ -173,9 +173,6 @@ export class ExecuteOpenCypherQueryCommand extends $Command< ExecuteOpenCypherQueryCommandOutput, NeptunedataClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -189,9 +186,7 @@ export class ExecuteOpenCypherQueryCommand extends $Command< * @public */ constructor(readonly input: ExecuteOpenCypherQueryCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -244,7 +239,4 @@ export class ExecuteOpenCypherQueryCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ExecuteOpenCypherQueryCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-neptunedata/src/commands/GetEngineStatusCommand.ts b/clients/client-neptunedata/src/commands/GetEngineStatusCommand.ts index c750638f9559..53ac4124f100 100644 --- a/clients/client-neptunedata/src/commands/GetEngineStatusCommand.ts +++ b/clients/client-neptunedata/src/commands/GetEngineStatusCommand.ts @@ -120,9 +120,6 @@ export class GetEngineStatusCommand extends $Command< GetEngineStatusCommandOutput, NeptunedataClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -136,9 +133,7 @@ export class GetEngineStatusCommand extends $Command< * @public */ constructor(readonly input: GetEngineStatusCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -191,7 +186,4 @@ export class GetEngineStatusCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetEngineStatusCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-neptunedata/src/commands/GetGremlinQueryStatusCommand.ts b/clients/client-neptunedata/src/commands/GetGremlinQueryStatusCommand.ts index eaa261b6009e..7177f10d6657 100644 --- a/clients/client-neptunedata/src/commands/GetGremlinQueryStatusCommand.ts +++ b/clients/client-neptunedata/src/commands/GetGremlinQueryStatusCommand.ts @@ -134,9 +134,6 @@ export class GetGremlinQueryStatusCommand extends $Command< GetGremlinQueryStatusCommandOutput, NeptunedataClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -150,9 +147,7 @@ export class GetGremlinQueryStatusCommand extends $Command< * @public */ constructor(readonly input: GetGremlinQueryStatusCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -205,7 +200,4 @@ export class GetGremlinQueryStatusCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetGremlinQueryStatusCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-neptunedata/src/commands/GetLoaderJobStatusCommand.ts b/clients/client-neptunedata/src/commands/GetLoaderJobStatusCommand.ts index 0fb789dd37df..5bd0b0e2372c 100644 --- a/clients/client-neptunedata/src/commands/GetLoaderJobStatusCommand.ts +++ b/clients/client-neptunedata/src/commands/GetLoaderJobStatusCommand.ts @@ -122,9 +122,6 @@ export class GetLoaderJobStatusCommand extends $Command< GetLoaderJobStatusCommandOutput, NeptunedataClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -138,9 +135,7 @@ export class GetLoaderJobStatusCommand extends $Command< * @public */ constructor(readonly input: GetLoaderJobStatusCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -193,7 +188,4 @@ export class GetLoaderJobStatusCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetLoaderJobStatusCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-neptunedata/src/commands/GetMLDataProcessingJobCommand.ts b/clients/client-neptunedata/src/commands/GetMLDataProcessingJobCommand.ts index 4eac1707ce25..5d7f6a311f40 100644 --- a/clients/client-neptunedata/src/commands/GetMLDataProcessingJobCommand.ts +++ b/clients/client-neptunedata/src/commands/GetMLDataProcessingJobCommand.ts @@ -118,9 +118,6 @@ export class GetMLDataProcessingJobCommand extends $Command< GetMLDataProcessingJobCommandOutput, NeptunedataClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -134,9 +131,7 @@ export class GetMLDataProcessingJobCommand extends $Command< * @public */ constructor(readonly input: GetMLDataProcessingJobCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -189,7 +184,4 @@ export class GetMLDataProcessingJobCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetMLDataProcessingJobCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-neptunedata/src/commands/GetMLEndpointCommand.ts b/clients/client-neptunedata/src/commands/GetMLEndpointCommand.ts index 45d4aa12acd9..df2494169dab 100644 --- a/clients/client-neptunedata/src/commands/GetMLEndpointCommand.ts +++ b/clients/client-neptunedata/src/commands/GetMLEndpointCommand.ts @@ -122,9 +122,6 @@ export class GetMLEndpointCommand extends $Command< GetMLEndpointCommandOutput, NeptunedataClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -138,9 +135,7 @@ export class GetMLEndpointCommand extends $Command< * @public */ constructor(readonly input: GetMLEndpointCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -191,7 +186,4 @@ export class GetMLEndpointCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetMLEndpointCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-neptunedata/src/commands/GetMLModelTrainingJobCommand.ts b/clients/client-neptunedata/src/commands/GetMLModelTrainingJobCommand.ts index 9db4d42f0f80..d46d8eee3dae 100644 --- a/clients/client-neptunedata/src/commands/GetMLModelTrainingJobCommand.ts +++ b/clients/client-neptunedata/src/commands/GetMLModelTrainingJobCommand.ts @@ -140,9 +140,6 @@ export class GetMLModelTrainingJobCommand extends $Command< GetMLModelTrainingJobCommandOutput, NeptunedataClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -156,9 +153,7 @@ export class GetMLModelTrainingJobCommand extends $Command< * @public */ constructor(readonly input: GetMLModelTrainingJobCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -211,7 +206,4 @@ export class GetMLModelTrainingJobCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetMLModelTrainingJobCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-neptunedata/src/commands/GetMLModelTransformJobCommand.ts b/clients/client-neptunedata/src/commands/GetMLModelTransformJobCommand.ts index aa537137973f..757610ed7b13 100644 --- a/clients/client-neptunedata/src/commands/GetMLModelTransformJobCommand.ts +++ b/clients/client-neptunedata/src/commands/GetMLModelTransformJobCommand.ts @@ -132,9 +132,6 @@ export class GetMLModelTransformJobCommand extends $Command< GetMLModelTransformJobCommandOutput, NeptunedataClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -148,9 +145,7 @@ export class GetMLModelTransformJobCommand extends $Command< * @public */ constructor(readonly input: GetMLModelTransformJobCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -203,7 +198,4 @@ export class GetMLModelTransformJobCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetMLModelTransformJobCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-neptunedata/src/commands/GetOpenCypherQueryStatusCommand.ts b/clients/client-neptunedata/src/commands/GetOpenCypherQueryStatusCommand.ts index bff296a5e02c..e4dc4b1a2f9d 100644 --- a/clients/client-neptunedata/src/commands/GetOpenCypherQueryStatusCommand.ts +++ b/clients/client-neptunedata/src/commands/GetOpenCypherQueryStatusCommand.ts @@ -137,9 +137,6 @@ export class GetOpenCypherQueryStatusCommand extends $Command< GetOpenCypherQueryStatusCommandOutput, NeptunedataClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -153,9 +150,7 @@ export class GetOpenCypherQueryStatusCommand extends $Command< * @public */ constructor(readonly input: GetOpenCypherQueryStatusCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -208,7 +203,4 @@ export class GetOpenCypherQueryStatusCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetOpenCypherQueryStatusCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-neptunedata/src/commands/GetPropertygraphStatisticsCommand.ts b/clients/client-neptunedata/src/commands/GetPropertygraphStatisticsCommand.ts index db94b0de2abf..649d8d1f5aa8 100644 --- a/clients/client-neptunedata/src/commands/GetPropertygraphStatisticsCommand.ts +++ b/clients/client-neptunedata/src/commands/GetPropertygraphStatisticsCommand.ts @@ -123,9 +123,6 @@ export class GetPropertygraphStatisticsCommand extends $Command< GetPropertygraphStatisticsCommandOutput, NeptunedataClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -139,9 +136,7 @@ export class GetPropertygraphStatisticsCommand extends $Command< * @public */ constructor(readonly input: GetPropertygraphStatisticsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -197,7 +192,4 @@ export class GetPropertygraphStatisticsCommand extends $Command< ): Promise { return de_GetPropertygraphStatisticsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-neptunedata/src/commands/GetPropertygraphStreamCommand.ts b/clients/client-neptunedata/src/commands/GetPropertygraphStreamCommand.ts index d69f80ee6b00..0d389dcde77b 100644 --- a/clients/client-neptunedata/src/commands/GetPropertygraphStreamCommand.ts +++ b/clients/client-neptunedata/src/commands/GetPropertygraphStreamCommand.ts @@ -168,9 +168,6 @@ export class GetPropertygraphStreamCommand extends $Command< GetPropertygraphStreamCommandOutput, NeptunedataClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -184,9 +181,7 @@ export class GetPropertygraphStreamCommand extends $Command< * @public */ constructor(readonly input: GetPropertygraphStreamCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -239,7 +234,4 @@ export class GetPropertygraphStreamCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetPropertygraphStreamCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-neptunedata/src/commands/GetPropertygraphSummaryCommand.ts b/clients/client-neptunedata/src/commands/GetPropertygraphSummaryCommand.ts index a1bb2d203711..0360eb63d5a0 100644 --- a/clients/client-neptunedata/src/commands/GetPropertygraphSummaryCommand.ts +++ b/clients/client-neptunedata/src/commands/GetPropertygraphSummaryCommand.ts @@ -162,9 +162,6 @@ export class GetPropertygraphSummaryCommand extends $Command< GetPropertygraphSummaryCommandOutput, NeptunedataClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -178,9 +175,7 @@ export class GetPropertygraphSummaryCommand extends $Command< * @public */ constructor(readonly input: GetPropertygraphSummaryCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -233,7 +228,4 @@ export class GetPropertygraphSummaryCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetPropertygraphSummaryCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-neptunedata/src/commands/GetRDFGraphSummaryCommand.ts b/clients/client-neptunedata/src/commands/GetRDFGraphSummaryCommand.ts index 71365632dff8..c8bbca202c59 100644 --- a/clients/client-neptunedata/src/commands/GetRDFGraphSummaryCommand.ts +++ b/clients/client-neptunedata/src/commands/GetRDFGraphSummaryCommand.ts @@ -139,9 +139,6 @@ export class GetRDFGraphSummaryCommand extends $Command< GetRDFGraphSummaryCommandOutput, NeptunedataClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -155,9 +152,7 @@ export class GetRDFGraphSummaryCommand extends $Command< * @public */ constructor(readonly input: GetRDFGraphSummaryCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -210,7 +205,4 @@ export class GetRDFGraphSummaryCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetRDFGraphSummaryCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-neptunedata/src/commands/GetSparqlStatisticsCommand.ts b/clients/client-neptunedata/src/commands/GetSparqlStatisticsCommand.ts index c24bb82cab82..ecefa24b8f21 100644 --- a/clients/client-neptunedata/src/commands/GetSparqlStatisticsCommand.ts +++ b/clients/client-neptunedata/src/commands/GetSparqlStatisticsCommand.ts @@ -119,9 +119,6 @@ export class GetSparqlStatisticsCommand extends $Command< GetSparqlStatisticsCommandOutput, NeptunedataClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -135,9 +132,7 @@ export class GetSparqlStatisticsCommand extends $Command< * @public */ constructor(readonly input: GetSparqlStatisticsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -190,7 +185,4 @@ export class GetSparqlStatisticsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetSparqlStatisticsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-neptunedata/src/commands/GetSparqlStreamCommand.ts b/clients/client-neptunedata/src/commands/GetSparqlStreamCommand.ts index 97b6ead2c614..89516bfe296c 100644 --- a/clients/client-neptunedata/src/commands/GetSparqlStreamCommand.ts +++ b/clients/client-neptunedata/src/commands/GetSparqlStreamCommand.ts @@ -147,9 +147,6 @@ export class GetSparqlStreamCommand extends $Command< GetSparqlStreamCommandOutput, NeptunedataClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -163,9 +160,7 @@ export class GetSparqlStreamCommand extends $Command< * @public */ constructor(readonly input: GetSparqlStreamCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -218,7 +213,4 @@ export class GetSparqlStreamCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetSparqlStreamCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-neptunedata/src/commands/ListGremlinQueriesCommand.ts b/clients/client-neptunedata/src/commands/ListGremlinQueriesCommand.ts index 846fdcb8e457..70de27296e58 100644 --- a/clients/client-neptunedata/src/commands/ListGremlinQueriesCommand.ts +++ b/clients/client-neptunedata/src/commands/ListGremlinQueriesCommand.ts @@ -141,9 +141,6 @@ export class ListGremlinQueriesCommand extends $Command< ListGremlinQueriesCommandOutput, NeptunedataClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -157,9 +154,7 @@ export class ListGremlinQueriesCommand extends $Command< * @public */ constructor(readonly input: ListGremlinQueriesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -212,7 +207,4 @@ export class ListGremlinQueriesCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListGremlinQueriesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-neptunedata/src/commands/ListLoaderJobsCommand.ts b/clients/client-neptunedata/src/commands/ListLoaderJobsCommand.ts index 7c389422ba35..76f51dcc0b25 100644 --- a/clients/client-neptunedata/src/commands/ListLoaderJobsCommand.ts +++ b/clients/client-neptunedata/src/commands/ListLoaderJobsCommand.ts @@ -117,9 +117,6 @@ export class ListLoaderJobsCommand extends $Command< ListLoaderJobsCommandOutput, NeptunedataClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -133,9 +130,7 @@ export class ListLoaderJobsCommand extends $Command< * @public */ constructor(readonly input: ListLoaderJobsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -188,7 +183,4 @@ export class ListLoaderJobsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListLoaderJobsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-neptunedata/src/commands/ListMLDataProcessingJobsCommand.ts b/clients/client-neptunedata/src/commands/ListMLDataProcessingJobsCommand.ts index 60e254434edc..a2ddfade35bb 100644 --- a/clients/client-neptunedata/src/commands/ListMLDataProcessingJobsCommand.ts +++ b/clients/client-neptunedata/src/commands/ListMLDataProcessingJobsCommand.ts @@ -111,9 +111,6 @@ export class ListMLDataProcessingJobsCommand extends $Command< ListMLDataProcessingJobsCommandOutput, NeptunedataClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -127,9 +124,7 @@ export class ListMLDataProcessingJobsCommand extends $Command< * @public */ constructor(readonly input: ListMLDataProcessingJobsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -182,7 +177,4 @@ export class ListMLDataProcessingJobsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListMLDataProcessingJobsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-neptunedata/src/commands/ListMLEndpointsCommand.ts b/clients/client-neptunedata/src/commands/ListMLEndpointsCommand.ts index b3ca7c4e015f..7fb63486bb72 100644 --- a/clients/client-neptunedata/src/commands/ListMLEndpointsCommand.ts +++ b/clients/client-neptunedata/src/commands/ListMLEndpointsCommand.ts @@ -111,9 +111,6 @@ export class ListMLEndpointsCommand extends $Command< ListMLEndpointsCommandOutput, NeptunedataClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -127,9 +124,7 @@ export class ListMLEndpointsCommand extends $Command< * @public */ constructor(readonly input: ListMLEndpointsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -182,7 +177,4 @@ export class ListMLEndpointsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListMLEndpointsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-neptunedata/src/commands/ListMLModelTrainingJobsCommand.ts b/clients/client-neptunedata/src/commands/ListMLModelTrainingJobsCommand.ts index 065c749789d0..5b351f0dcea8 100644 --- a/clients/client-neptunedata/src/commands/ListMLModelTrainingJobsCommand.ts +++ b/clients/client-neptunedata/src/commands/ListMLModelTrainingJobsCommand.ts @@ -111,9 +111,6 @@ export class ListMLModelTrainingJobsCommand extends $Command< ListMLModelTrainingJobsCommandOutput, NeptunedataClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -127,9 +124,7 @@ export class ListMLModelTrainingJobsCommand extends $Command< * @public */ constructor(readonly input: ListMLModelTrainingJobsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -182,7 +177,4 @@ export class ListMLModelTrainingJobsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListMLModelTrainingJobsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-neptunedata/src/commands/ListMLModelTransformJobsCommand.ts b/clients/client-neptunedata/src/commands/ListMLModelTransformJobsCommand.ts index f5786a7dad36..ff163f528acc 100644 --- a/clients/client-neptunedata/src/commands/ListMLModelTransformJobsCommand.ts +++ b/clients/client-neptunedata/src/commands/ListMLModelTransformJobsCommand.ts @@ -111,9 +111,6 @@ export class ListMLModelTransformJobsCommand extends $Command< ListMLModelTransformJobsCommandOutput, NeptunedataClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -127,9 +124,7 @@ export class ListMLModelTransformJobsCommand extends $Command< * @public */ constructor(readonly input: ListMLModelTransformJobsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -182,7 +177,4 @@ export class ListMLModelTransformJobsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListMLModelTransformJobsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-neptunedata/src/commands/ListOpenCypherQueriesCommand.ts b/clients/client-neptunedata/src/commands/ListOpenCypherQueriesCommand.ts index 48c8eaac0c20..573977e4b814 100644 --- a/clients/client-neptunedata/src/commands/ListOpenCypherQueriesCommand.ts +++ b/clients/client-neptunedata/src/commands/ListOpenCypherQueriesCommand.ts @@ -144,9 +144,6 @@ export class ListOpenCypherQueriesCommand extends $Command< ListOpenCypherQueriesCommandOutput, NeptunedataClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -160,9 +157,7 @@ export class ListOpenCypherQueriesCommand extends $Command< * @public */ constructor(readonly input: ListOpenCypherQueriesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -215,7 +210,4 @@ export class ListOpenCypherQueriesCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListOpenCypherQueriesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-neptunedata/src/commands/ManagePropertygraphStatisticsCommand.ts b/clients/client-neptunedata/src/commands/ManagePropertygraphStatisticsCommand.ts index 149aa4bec1bb..a027dfd2437d 100644 --- a/clients/client-neptunedata/src/commands/ManagePropertygraphStatisticsCommand.ts +++ b/clients/client-neptunedata/src/commands/ManagePropertygraphStatisticsCommand.ts @@ -121,9 +121,6 @@ export class ManagePropertygraphStatisticsCommand extends $Command< ManagePropertygraphStatisticsCommandOutput, NeptunedataClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -137,9 +134,7 @@ export class ManagePropertygraphStatisticsCommand extends $Command< * @public */ constructor(readonly input: ManagePropertygraphStatisticsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -195,7 +190,4 @@ export class ManagePropertygraphStatisticsCommand extends $Command< ): Promise { return de_ManagePropertygraphStatisticsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-neptunedata/src/commands/ManageSparqlStatisticsCommand.ts b/clients/client-neptunedata/src/commands/ManageSparqlStatisticsCommand.ts index eea817e74cf5..00ecd2c2cad6 100644 --- a/clients/client-neptunedata/src/commands/ManageSparqlStatisticsCommand.ts +++ b/clients/client-neptunedata/src/commands/ManageSparqlStatisticsCommand.ts @@ -116,9 +116,6 @@ export class ManageSparqlStatisticsCommand extends $Command< ManageSparqlStatisticsCommandOutput, NeptunedataClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -132,9 +129,7 @@ export class ManageSparqlStatisticsCommand extends $Command< * @public */ constructor(readonly input: ManageSparqlStatisticsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -187,7 +182,4 @@ export class ManageSparqlStatisticsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ManageSparqlStatisticsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-neptunedata/src/commands/StartLoaderJobCommand.ts b/clients/client-neptunedata/src/commands/StartLoaderJobCommand.ts index d7d799e43c22..ea351b43299f 100644 --- a/clients/client-neptunedata/src/commands/StartLoaderJobCommand.ts +++ b/clients/client-neptunedata/src/commands/StartLoaderJobCommand.ts @@ -136,9 +136,6 @@ export class StartLoaderJobCommand extends $Command< StartLoaderJobCommandOutput, NeptunedataClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -152,9 +149,7 @@ export class StartLoaderJobCommand extends $Command< * @public */ constructor(readonly input: StartLoaderJobCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -207,7 +202,4 @@ export class StartLoaderJobCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_StartLoaderJobCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-neptunedata/src/commands/StartMLDataProcessingJobCommand.ts b/clients/client-neptunedata/src/commands/StartMLDataProcessingJobCommand.ts index 1340634b1b47..66ec8d458271 100644 --- a/clients/client-neptunedata/src/commands/StartMLDataProcessingJobCommand.ts +++ b/clients/client-neptunedata/src/commands/StartMLDataProcessingJobCommand.ts @@ -129,9 +129,6 @@ export class StartMLDataProcessingJobCommand extends $Command< StartMLDataProcessingJobCommandOutput, NeptunedataClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -145,9 +142,7 @@ export class StartMLDataProcessingJobCommand extends $Command< * @public */ constructor(readonly input: StartMLDataProcessingJobCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -200,7 +195,4 @@ export class StartMLDataProcessingJobCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_StartMLDataProcessingJobCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-neptunedata/src/commands/StartMLModelTrainingJobCommand.ts b/clients/client-neptunedata/src/commands/StartMLModelTrainingJobCommand.ts index 08f2d73732f8..512dcd59acbc 100644 --- a/clients/client-neptunedata/src/commands/StartMLModelTrainingJobCommand.ts +++ b/clients/client-neptunedata/src/commands/StartMLModelTrainingJobCommand.ts @@ -135,9 +135,6 @@ export class StartMLModelTrainingJobCommand extends $Command< StartMLModelTrainingJobCommandOutput, NeptunedataClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -151,9 +148,7 @@ export class StartMLModelTrainingJobCommand extends $Command< * @public */ constructor(readonly input: StartMLModelTrainingJobCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -206,7 +201,4 @@ export class StartMLModelTrainingJobCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_StartMLModelTrainingJobCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-neptunedata/src/commands/StartMLModelTransformJobCommand.ts b/clients/client-neptunedata/src/commands/StartMLModelTransformJobCommand.ts index b495594ba02b..26b4cf6d0f3c 100644 --- a/clients/client-neptunedata/src/commands/StartMLModelTransformJobCommand.ts +++ b/clients/client-neptunedata/src/commands/StartMLModelTransformJobCommand.ts @@ -130,9 +130,6 @@ export class StartMLModelTransformJobCommand extends $Command< StartMLModelTransformJobCommandOutput, NeptunedataClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -146,9 +143,7 @@ export class StartMLModelTransformJobCommand extends $Command< * @public */ constructor(readonly input: StartMLModelTransformJobCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -201,7 +196,4 @@ export class StartMLModelTransformJobCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_StartMLModelTransformJobCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-network-firewall/package.json b/clients/client-network-firewall/package.json index fced25be6936..348528b08305 100644 --- a/clients/client-network-firewall/package.json +++ b/clients/client-network-firewall/package.json @@ -34,29 +34,29 @@ "@aws-sdk/util-endpoints": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@smithy/config-resolver": "^2.0.16", - "@smithy/fetch-http-handler": "^2.2.4", - "@smithy/hash-node": "^2.0.12", - "@smithy/invalid-dependency": "^2.0.12", - "@smithy/middleware-content-length": "^2.0.14", - "@smithy/middleware-endpoint": "^2.1.3", - "@smithy/middleware-retry": "^2.0.18", - "@smithy/middleware-serde": "^2.0.12", - "@smithy/middleware-stack": "^2.0.6", - "@smithy/node-config-provider": "^2.1.3", - "@smithy/node-http-handler": "^2.1.8", - "@smithy/protocol-http": "^3.0.8", - "@smithy/smithy-client": "^2.1.12", - "@smithy/types": "^2.4.0", - "@smithy/url-parser": "^2.0.12", - "@smithy/util-base64": "^2.0.0", + "@smithy/config-resolver": "^2.0.18", + "@smithy/fetch-http-handler": "^2.2.6", + "@smithy/hash-node": "^2.0.15", + "@smithy/invalid-dependency": "^2.0.13", + "@smithy/middleware-content-length": "^2.0.15", + "@smithy/middleware-endpoint": "^2.2.0", + "@smithy/middleware-retry": "^2.0.20", + "@smithy/middleware-serde": "^2.0.13", + "@smithy/middleware-stack": "^2.0.7", + "@smithy/node-config-provider": "^2.1.5", + "@smithy/node-http-handler": "^2.1.9", + "@smithy/protocol-http": "^3.0.9", + "@smithy/smithy-client": "^2.1.15", + "@smithy/types": "^2.5.0", + "@smithy/url-parser": "^2.0.13", + "@smithy/util-base64": "^2.0.1", "@smithy/util-body-length-browser": "^2.0.0", "@smithy/util-body-length-node": "^2.1.0", - "@smithy/util-defaults-mode-browser": "^2.0.16", - "@smithy/util-defaults-mode-node": "^2.0.21", - "@smithy/util-endpoints": "^1.0.2", - "@smithy/util-retry": "^2.0.5", - "@smithy/util-utf8": "^2.0.0", + "@smithy/util-defaults-mode-browser": "^2.0.19", + "@smithy/util-defaults-mode-node": "^2.0.25", + "@smithy/util-endpoints": "^1.0.4", + "@smithy/util-retry": "^2.0.6", + "@smithy/util-utf8": "^2.0.2", "tslib": "^2.5.0" }, "devDependencies": { diff --git a/clients/client-network-firewall/src/commands/AssociateFirewallPolicyCommand.ts b/clients/client-network-firewall/src/commands/AssociateFirewallPolicyCommand.ts index d9fc1ccdf681..8ad969bea775 100644 --- a/clients/client-network-firewall/src/commands/AssociateFirewallPolicyCommand.ts +++ b/clients/client-network-firewall/src/commands/AssociateFirewallPolicyCommand.ts @@ -113,9 +113,6 @@ export class AssociateFirewallPolicyCommand extends $Command< AssociateFirewallPolicyCommandOutput, NetworkFirewallClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -129,9 +126,7 @@ export class AssociateFirewallPolicyCommand extends $Command< * @public */ constructor(readonly input: AssociateFirewallPolicyCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -184,7 +179,4 @@ export class AssociateFirewallPolicyCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_AssociateFirewallPolicyCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-network-firewall/src/commands/AssociateSubnetsCommand.ts b/clients/client-network-firewall/src/commands/AssociateSubnetsCommand.ts index 931ecc53416a..2566c87915b6 100644 --- a/clients/client-network-firewall/src/commands/AssociateSubnetsCommand.ts +++ b/clients/client-network-firewall/src/commands/AssociateSubnetsCommand.ts @@ -128,9 +128,6 @@ export class AssociateSubnetsCommand extends $Command< AssociateSubnetsCommandOutput, NetworkFirewallClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -144,9 +141,7 @@ export class AssociateSubnetsCommand extends $Command< * @public */ constructor(readonly input: AssociateSubnetsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -199,7 +194,4 @@ export class AssociateSubnetsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_AssociateSubnetsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-network-firewall/src/commands/CreateFirewallCommand.ts b/clients/client-network-firewall/src/commands/CreateFirewallCommand.ts index 24f0dd91fb9c..bab9204a68a6 100644 --- a/clients/client-network-firewall/src/commands/CreateFirewallCommand.ts +++ b/clients/client-network-firewall/src/commands/CreateFirewallCommand.ts @@ -189,9 +189,6 @@ export class CreateFirewallCommand extends $Command< CreateFirewallCommandOutput, NetworkFirewallClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -205,9 +202,7 @@ export class CreateFirewallCommand extends $Command< * @public */ constructor(readonly input: CreateFirewallCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -260,7 +255,4 @@ export class CreateFirewallCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateFirewallCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-network-firewall/src/commands/CreateFirewallPolicyCommand.ts b/clients/client-network-firewall/src/commands/CreateFirewallPolicyCommand.ts index 4702b669fb93..084df9aae1f4 100644 --- a/clients/client-network-firewall/src/commands/CreateFirewallPolicyCommand.ts +++ b/clients/client-network-firewall/src/commands/CreateFirewallPolicyCommand.ts @@ -190,9 +190,6 @@ export class CreateFirewallPolicyCommand extends $Command< CreateFirewallPolicyCommandOutput, NetworkFirewallClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -206,9 +203,7 @@ export class CreateFirewallPolicyCommand extends $Command< * @public */ constructor(readonly input: CreateFirewallPolicyCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -261,7 +256,4 @@ export class CreateFirewallPolicyCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateFirewallPolicyCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-network-firewall/src/commands/CreateRuleGroupCommand.ts b/clients/client-network-firewall/src/commands/CreateRuleGroupCommand.ts index 1896e2350877..10d9f947b3c8 100644 --- a/clients/client-network-firewall/src/commands/CreateRuleGroupCommand.ts +++ b/clients/client-network-firewall/src/commands/CreateRuleGroupCommand.ts @@ -283,9 +283,6 @@ export class CreateRuleGroupCommand extends $Command< CreateRuleGroupCommandOutput, NetworkFirewallClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -299,9 +296,7 @@ export class CreateRuleGroupCommand extends $Command< * @public */ constructor(readonly input: CreateRuleGroupCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -354,7 +349,4 @@ export class CreateRuleGroupCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateRuleGroupCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-network-firewall/src/commands/CreateTLSInspectionConfigurationCommand.ts b/clients/client-network-firewall/src/commands/CreateTLSInspectionConfigurationCommand.ts index ca661079b088..f6ca48591d4c 100644 --- a/clients/client-network-firewall/src/commands/CreateTLSInspectionConfigurationCommand.ts +++ b/clients/client-network-firewall/src/commands/CreateTLSInspectionConfigurationCommand.ts @@ -202,9 +202,6 @@ export class CreateTLSInspectionConfigurationCommand extends $Command< CreateTLSInspectionConfigurationCommandOutput, NetworkFirewallClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -218,9 +215,7 @@ export class CreateTLSInspectionConfigurationCommand extends $Command< * @public */ constructor(readonly input: CreateTLSInspectionConfigurationCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -279,7 +274,4 @@ export class CreateTLSInspectionConfigurationCommand extends $Command< ): Promise { return de_CreateTLSInspectionConfigurationCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-network-firewall/src/commands/DeleteFirewallCommand.ts b/clients/client-network-firewall/src/commands/DeleteFirewallCommand.ts index 28c3e3e909bd..d14a33cdb1b9 100644 --- a/clients/client-network-firewall/src/commands/DeleteFirewallCommand.ts +++ b/clients/client-network-firewall/src/commands/DeleteFirewallCommand.ts @@ -171,9 +171,6 @@ export class DeleteFirewallCommand extends $Command< DeleteFirewallCommandOutput, NetworkFirewallClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -187,9 +184,7 @@ export class DeleteFirewallCommand extends $Command< * @public */ constructor(readonly input: DeleteFirewallCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -242,7 +237,4 @@ export class DeleteFirewallCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteFirewallCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-network-firewall/src/commands/DeleteFirewallPolicyCommand.ts b/clients/client-network-firewall/src/commands/DeleteFirewallPolicyCommand.ts index 06f1dc9e6815..199c6c295df5 100644 --- a/clients/client-network-firewall/src/commands/DeleteFirewallPolicyCommand.ts +++ b/clients/client-network-firewall/src/commands/DeleteFirewallPolicyCommand.ts @@ -124,9 +124,6 @@ export class DeleteFirewallPolicyCommand extends $Command< DeleteFirewallPolicyCommandOutput, NetworkFirewallClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -140,9 +137,7 @@ export class DeleteFirewallPolicyCommand extends $Command< * @public */ constructor(readonly input: DeleteFirewallPolicyCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -195,7 +190,4 @@ export class DeleteFirewallPolicyCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteFirewallPolicyCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-network-firewall/src/commands/DeleteResourcePolicyCommand.ts b/clients/client-network-firewall/src/commands/DeleteResourcePolicyCommand.ts index 22cc0834a0ba..8a1e7f0ff752 100644 --- a/clients/client-network-firewall/src/commands/DeleteResourcePolicyCommand.ts +++ b/clients/client-network-firewall/src/commands/DeleteResourcePolicyCommand.ts @@ -97,9 +97,6 @@ export class DeleteResourcePolicyCommand extends $Command< DeleteResourcePolicyCommandOutput, NetworkFirewallClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -113,9 +110,7 @@ export class DeleteResourcePolicyCommand extends $Command< * @public */ constructor(readonly input: DeleteResourcePolicyCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -168,7 +163,4 @@ export class DeleteResourcePolicyCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteResourcePolicyCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-network-firewall/src/commands/DeleteRuleGroupCommand.ts b/clients/client-network-firewall/src/commands/DeleteRuleGroupCommand.ts index 34d8bad0740b..fcedde523241 100644 --- a/clients/client-network-firewall/src/commands/DeleteRuleGroupCommand.ts +++ b/clients/client-network-firewall/src/commands/DeleteRuleGroupCommand.ts @@ -140,9 +140,6 @@ export class DeleteRuleGroupCommand extends $Command< DeleteRuleGroupCommandOutput, NetworkFirewallClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -156,9 +153,7 @@ export class DeleteRuleGroupCommand extends $Command< * @public */ constructor(readonly input: DeleteRuleGroupCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -211,7 +206,4 @@ export class DeleteRuleGroupCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteRuleGroupCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-network-firewall/src/commands/DeleteTLSInspectionConfigurationCommand.ts b/clients/client-network-firewall/src/commands/DeleteTLSInspectionConfigurationCommand.ts index 0fc80400a43d..df43880309c0 100644 --- a/clients/client-network-firewall/src/commands/DeleteTLSInspectionConfigurationCommand.ts +++ b/clients/client-network-firewall/src/commands/DeleteTLSInspectionConfigurationCommand.ts @@ -138,9 +138,6 @@ export class DeleteTLSInspectionConfigurationCommand extends $Command< DeleteTLSInspectionConfigurationCommandOutput, NetworkFirewallClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -154,9 +151,7 @@ export class DeleteTLSInspectionConfigurationCommand extends $Command< * @public */ constructor(readonly input: DeleteTLSInspectionConfigurationCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -215,7 +210,4 @@ export class DeleteTLSInspectionConfigurationCommand extends $Command< ): Promise { return de_DeleteTLSInspectionConfigurationCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-network-firewall/src/commands/DescribeFirewallCommand.ts b/clients/client-network-firewall/src/commands/DescribeFirewallCommand.ts index ec1a9f55250e..624eaba59538 100644 --- a/clients/client-network-firewall/src/commands/DescribeFirewallCommand.ts +++ b/clients/client-network-firewall/src/commands/DescribeFirewallCommand.ts @@ -155,9 +155,6 @@ export class DescribeFirewallCommand extends $Command< DescribeFirewallCommandOutput, NetworkFirewallClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -171,9 +168,7 @@ export class DescribeFirewallCommand extends $Command< * @public */ constructor(readonly input: DescribeFirewallCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -226,7 +221,4 @@ export class DescribeFirewallCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DescribeFirewallCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-network-firewall/src/commands/DescribeFirewallPolicyCommand.ts b/clients/client-network-firewall/src/commands/DescribeFirewallPolicyCommand.ts index 32fbeca26b5a..79dafcdb30a9 100644 --- a/clients/client-network-firewall/src/commands/DescribeFirewallPolicyCommand.ts +++ b/clients/client-network-firewall/src/commands/DescribeFirewallPolicyCommand.ts @@ -172,9 +172,6 @@ export class DescribeFirewallPolicyCommand extends $Command< DescribeFirewallPolicyCommandOutput, NetworkFirewallClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -188,9 +185,7 @@ export class DescribeFirewallPolicyCommand extends $Command< * @public */ constructor(readonly input: DescribeFirewallPolicyCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -243,7 +238,4 @@ export class DescribeFirewallPolicyCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DescribeFirewallPolicyCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-network-firewall/src/commands/DescribeLoggingConfigurationCommand.ts b/clients/client-network-firewall/src/commands/DescribeLoggingConfigurationCommand.ts index 077717bf45d5..246d053ba866 100644 --- a/clients/client-network-firewall/src/commands/DescribeLoggingConfigurationCommand.ts +++ b/clients/client-network-firewall/src/commands/DescribeLoggingConfigurationCommand.ts @@ -113,9 +113,6 @@ export class DescribeLoggingConfigurationCommand extends $Command< DescribeLoggingConfigurationCommandOutput, NetworkFirewallClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -129,9 +126,7 @@ export class DescribeLoggingConfigurationCommand extends $Command< * @public */ constructor(readonly input: DescribeLoggingConfigurationCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -187,7 +182,4 @@ export class DescribeLoggingConfigurationCommand extends $Command< ): Promise { return de_DescribeLoggingConfigurationCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-network-firewall/src/commands/DescribeResourcePolicyCommand.ts b/clients/client-network-firewall/src/commands/DescribeResourcePolicyCommand.ts index dd439560696b..eb495b1eeb98 100644 --- a/clients/client-network-firewall/src/commands/DescribeResourcePolicyCommand.ts +++ b/clients/client-network-firewall/src/commands/DescribeResourcePolicyCommand.ts @@ -96,9 +96,6 @@ export class DescribeResourcePolicyCommand extends $Command< DescribeResourcePolicyCommandOutput, NetworkFirewallClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -112,9 +109,7 @@ export class DescribeResourcePolicyCommand extends $Command< * @public */ constructor(readonly input: DescribeResourcePolicyCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -167,7 +162,4 @@ export class DescribeResourcePolicyCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DescribeResourcePolicyCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-network-firewall/src/commands/DescribeRuleGroupCommand.ts b/clients/client-network-firewall/src/commands/DescribeRuleGroupCommand.ts index 24c8bed0cf39..bf19ac917086 100644 --- a/clients/client-network-firewall/src/commands/DescribeRuleGroupCommand.ts +++ b/clients/client-network-firewall/src/commands/DescribeRuleGroupCommand.ts @@ -259,9 +259,6 @@ export class DescribeRuleGroupCommand extends $Command< DescribeRuleGroupCommandOutput, NetworkFirewallClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -275,9 +272,7 @@ export class DescribeRuleGroupCommand extends $Command< * @public */ constructor(readonly input: DescribeRuleGroupCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -330,7 +325,4 @@ export class DescribeRuleGroupCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DescribeRuleGroupCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-network-firewall/src/commands/DescribeRuleGroupMetadataCommand.ts b/clients/client-network-firewall/src/commands/DescribeRuleGroupMetadataCommand.ts index e3c8ab6fa6ca..b0df5204cfb4 100644 --- a/clients/client-network-firewall/src/commands/DescribeRuleGroupMetadataCommand.ts +++ b/clients/client-network-firewall/src/commands/DescribeRuleGroupMetadataCommand.ts @@ -109,9 +109,6 @@ export class DescribeRuleGroupMetadataCommand extends $Command< DescribeRuleGroupMetadataCommandOutput, NetworkFirewallClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -125,9 +122,7 @@ export class DescribeRuleGroupMetadataCommand extends $Command< * @public */ constructor(readonly input: DescribeRuleGroupMetadataCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -183,7 +178,4 @@ export class DescribeRuleGroupMetadataCommand extends $Command< ): Promise { return de_DescribeRuleGroupMetadataCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-network-firewall/src/commands/DescribeTLSInspectionConfigurationCommand.ts b/clients/client-network-firewall/src/commands/DescribeTLSInspectionConfigurationCommand.ts index 101e35bf4a79..f4f47622fce8 100644 --- a/clients/client-network-firewall/src/commands/DescribeTLSInspectionConfigurationCommand.ts +++ b/clients/client-network-firewall/src/commands/DescribeTLSInspectionConfigurationCommand.ts @@ -183,9 +183,6 @@ export class DescribeTLSInspectionConfigurationCommand extends $Command< DescribeTLSInspectionConfigurationCommandOutput, NetworkFirewallClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -199,9 +196,7 @@ export class DescribeTLSInspectionConfigurationCommand extends $Command< * @public */ constructor(readonly input: DescribeTLSInspectionConfigurationCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -260,7 +255,4 @@ export class DescribeTLSInspectionConfigurationCommand extends $Command< ): Promise { return de_DescribeTLSInspectionConfigurationCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-network-firewall/src/commands/DisassociateSubnetsCommand.ts b/clients/client-network-firewall/src/commands/DisassociateSubnetsCommand.ts index 0fcbbc82dc8e..e7ff7785441f 100644 --- a/clients/client-network-firewall/src/commands/DisassociateSubnetsCommand.ts +++ b/clients/client-network-firewall/src/commands/DisassociateSubnetsCommand.ts @@ -119,9 +119,6 @@ export class DisassociateSubnetsCommand extends $Command< DisassociateSubnetsCommandOutput, NetworkFirewallClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -135,9 +132,7 @@ export class DisassociateSubnetsCommand extends $Command< * @public */ constructor(readonly input: DisassociateSubnetsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -190,7 +185,4 @@ export class DisassociateSubnetsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DisassociateSubnetsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-network-firewall/src/commands/ListFirewallPoliciesCommand.ts b/clients/client-network-firewall/src/commands/ListFirewallPoliciesCommand.ts index b2c0d49bda0c..a7509c69d6e6 100644 --- a/clients/client-network-firewall/src/commands/ListFirewallPoliciesCommand.ts +++ b/clients/client-network-firewall/src/commands/ListFirewallPoliciesCommand.ts @@ -102,9 +102,6 @@ export class ListFirewallPoliciesCommand extends $Command< ListFirewallPoliciesCommandOutput, NetworkFirewallClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -118,9 +115,7 @@ export class ListFirewallPoliciesCommand extends $Command< * @public */ constructor(readonly input: ListFirewallPoliciesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -173,7 +168,4 @@ export class ListFirewallPoliciesCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListFirewallPoliciesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-network-firewall/src/commands/ListFirewallsCommand.ts b/clients/client-network-firewall/src/commands/ListFirewallsCommand.ts index 64536729790b..05a24011e43f 100644 --- a/clients/client-network-firewall/src/commands/ListFirewallsCommand.ts +++ b/clients/client-network-firewall/src/commands/ListFirewallsCommand.ts @@ -106,9 +106,6 @@ export class ListFirewallsCommand extends $Command< ListFirewallsCommandOutput, NetworkFirewallClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -122,9 +119,7 @@ export class ListFirewallsCommand extends $Command< * @public */ constructor(readonly input: ListFirewallsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -175,7 +170,4 @@ export class ListFirewallsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListFirewallsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-network-firewall/src/commands/ListRuleGroupsCommand.ts b/clients/client-network-firewall/src/commands/ListRuleGroupsCommand.ts index bf61b155ffde..3f0401645674 100644 --- a/clients/client-network-firewall/src/commands/ListRuleGroupsCommand.ts +++ b/clients/client-network-firewall/src/commands/ListRuleGroupsCommand.ts @@ -105,9 +105,6 @@ export class ListRuleGroupsCommand extends $Command< ListRuleGroupsCommandOutput, NetworkFirewallClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -121,9 +118,7 @@ export class ListRuleGroupsCommand extends $Command< * @public */ constructor(readonly input: ListRuleGroupsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -176,7 +171,4 @@ export class ListRuleGroupsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListRuleGroupsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-network-firewall/src/commands/ListTLSInspectionConfigurationsCommand.ts b/clients/client-network-firewall/src/commands/ListTLSInspectionConfigurationsCommand.ts index 14bf680b3897..a755751171d2 100644 --- a/clients/client-network-firewall/src/commands/ListTLSInspectionConfigurationsCommand.ts +++ b/clients/client-network-firewall/src/commands/ListTLSInspectionConfigurationsCommand.ts @@ -105,9 +105,6 @@ export class ListTLSInspectionConfigurationsCommand extends $Command< ListTLSInspectionConfigurationsCommandOutput, NetworkFirewallClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -121,9 +118,7 @@ export class ListTLSInspectionConfigurationsCommand extends $Command< * @public */ constructor(readonly input: ListTLSInspectionConfigurationsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -182,7 +177,4 @@ export class ListTLSInspectionConfigurationsCommand extends $Command< ): Promise { return de_ListTLSInspectionConfigurationsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-network-firewall/src/commands/ListTagsForResourceCommand.ts b/clients/client-network-firewall/src/commands/ListTagsForResourceCommand.ts index d8f9b290443d..56e2420a507f 100644 --- a/clients/client-network-firewall/src/commands/ListTagsForResourceCommand.ts +++ b/clients/client-network-firewall/src/commands/ListTagsForResourceCommand.ts @@ -110,9 +110,6 @@ export class ListTagsForResourceCommand extends $Command< ListTagsForResourceCommandOutput, NetworkFirewallClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -126,9 +123,7 @@ export class ListTagsForResourceCommand extends $Command< * @public */ constructor(readonly input: ListTagsForResourceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -181,7 +176,4 @@ export class ListTagsForResourceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListTagsForResourceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-network-firewall/src/commands/PutResourcePolicyCommand.ts b/clients/client-network-firewall/src/commands/PutResourcePolicyCommand.ts index 480b29782a58..568473d7d5f9 100644 --- a/clients/client-network-firewall/src/commands/PutResourcePolicyCommand.ts +++ b/clients/client-network-firewall/src/commands/PutResourcePolicyCommand.ts @@ -112,9 +112,6 @@ export class PutResourcePolicyCommand extends $Command< PutResourcePolicyCommandOutput, NetworkFirewallClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -128,9 +125,7 @@ export class PutResourcePolicyCommand extends $Command< * @public */ constructor(readonly input: PutResourcePolicyCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -183,7 +178,4 @@ export class PutResourcePolicyCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_PutResourcePolicyCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-network-firewall/src/commands/TagResourceCommand.ts b/clients/client-network-firewall/src/commands/TagResourceCommand.ts index 7d12d2e358c5..966859c20eaa 100644 --- a/clients/client-network-firewall/src/commands/TagResourceCommand.ts +++ b/clients/client-network-firewall/src/commands/TagResourceCommand.ts @@ -105,9 +105,6 @@ export class TagResourceCommand extends $Command< TagResourceCommandOutput, NetworkFirewallClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -121,9 +118,7 @@ export class TagResourceCommand extends $Command< * @public */ constructor(readonly input: TagResourceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -174,7 +169,4 @@ export class TagResourceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_TagResourceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-network-firewall/src/commands/UntagResourceCommand.ts b/clients/client-network-firewall/src/commands/UntagResourceCommand.ts index 36d2497b5475..ca32e00ae669 100644 --- a/clients/client-network-firewall/src/commands/UntagResourceCommand.ts +++ b/clients/client-network-firewall/src/commands/UntagResourceCommand.ts @@ -103,9 +103,6 @@ export class UntagResourceCommand extends $Command< UntagResourceCommandOutput, NetworkFirewallClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -119,9 +116,7 @@ export class UntagResourceCommand extends $Command< * @public */ constructor(readonly input: UntagResourceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -172,7 +167,4 @@ export class UntagResourceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UntagResourceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-network-firewall/src/commands/UpdateFirewallDeleteProtectionCommand.ts b/clients/client-network-firewall/src/commands/UpdateFirewallDeleteProtectionCommand.ts index 46b656d2d8ef..cb5898a85d71 100644 --- a/clients/client-network-firewall/src/commands/UpdateFirewallDeleteProtectionCommand.ts +++ b/clients/client-network-firewall/src/commands/UpdateFirewallDeleteProtectionCommand.ts @@ -116,9 +116,6 @@ export class UpdateFirewallDeleteProtectionCommand extends $Command< UpdateFirewallDeleteProtectionCommandOutput, NetworkFirewallClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -132,9 +129,7 @@ export class UpdateFirewallDeleteProtectionCommand extends $Command< * @public */ constructor(readonly input: UpdateFirewallDeleteProtectionCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -193,7 +188,4 @@ export class UpdateFirewallDeleteProtectionCommand extends $Command< ): Promise { return de_UpdateFirewallDeleteProtectionCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-network-firewall/src/commands/UpdateFirewallDescriptionCommand.ts b/clients/client-network-firewall/src/commands/UpdateFirewallDescriptionCommand.ts index 2f93ecaca7bc..3e6b377ac411 100644 --- a/clients/client-network-firewall/src/commands/UpdateFirewallDescriptionCommand.ts +++ b/clients/client-network-firewall/src/commands/UpdateFirewallDescriptionCommand.ts @@ -106,9 +106,6 @@ export class UpdateFirewallDescriptionCommand extends $Command< UpdateFirewallDescriptionCommandOutput, NetworkFirewallClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -122,9 +119,7 @@ export class UpdateFirewallDescriptionCommand extends $Command< * @public */ constructor(readonly input: UpdateFirewallDescriptionCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -180,7 +175,4 @@ export class UpdateFirewallDescriptionCommand extends $Command< ): Promise { return de_UpdateFirewallDescriptionCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-network-firewall/src/commands/UpdateFirewallEncryptionConfigurationCommand.ts b/clients/client-network-firewall/src/commands/UpdateFirewallEncryptionConfigurationCommand.ts index f5071af1993a..b70bbd98e181 100644 --- a/clients/client-network-firewall/src/commands/UpdateFirewallEncryptionConfigurationCommand.ts +++ b/clients/client-network-firewall/src/commands/UpdateFirewallEncryptionConfigurationCommand.ts @@ -123,9 +123,6 @@ export class UpdateFirewallEncryptionConfigurationCommand extends $Command< UpdateFirewallEncryptionConfigurationCommandOutput, NetworkFirewallClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -139,9 +136,7 @@ export class UpdateFirewallEncryptionConfigurationCommand extends $Command< * @public */ constructor(readonly input: UpdateFirewallEncryptionConfigurationCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -200,7 +195,4 @@ export class UpdateFirewallEncryptionConfigurationCommand extends $Command< ): Promise { return de_UpdateFirewallEncryptionConfigurationCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-network-firewall/src/commands/UpdateFirewallPolicyChangeProtectionCommand.ts b/clients/client-network-firewall/src/commands/UpdateFirewallPolicyChangeProtectionCommand.ts index eb317f26ee9d..4df15d34162a 100644 --- a/clients/client-network-firewall/src/commands/UpdateFirewallPolicyChangeProtectionCommand.ts +++ b/clients/client-network-firewall/src/commands/UpdateFirewallPolicyChangeProtectionCommand.ts @@ -118,9 +118,6 @@ export class UpdateFirewallPolicyChangeProtectionCommand extends $Command< UpdateFirewallPolicyChangeProtectionCommandOutput, NetworkFirewallClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -134,9 +131,7 @@ export class UpdateFirewallPolicyChangeProtectionCommand extends $Command< * @public */ constructor(readonly input: UpdateFirewallPolicyChangeProtectionCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -195,7 +190,4 @@ export class UpdateFirewallPolicyChangeProtectionCommand extends $Command< ): Promise { return de_UpdateFirewallPolicyChangeProtectionCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-network-firewall/src/commands/UpdateFirewallPolicyCommand.ts b/clients/client-network-firewall/src/commands/UpdateFirewallPolicyCommand.ts index b7597d1f69ea..cc9119ea21cc 100644 --- a/clients/client-network-firewall/src/commands/UpdateFirewallPolicyCommand.ts +++ b/clients/client-network-firewall/src/commands/UpdateFirewallPolicyCommand.ts @@ -182,9 +182,6 @@ export class UpdateFirewallPolicyCommand extends $Command< UpdateFirewallPolicyCommandOutput, NetworkFirewallClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -198,9 +195,7 @@ export class UpdateFirewallPolicyCommand extends $Command< * @public */ constructor(readonly input: UpdateFirewallPolicyCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -253,7 +248,4 @@ export class UpdateFirewallPolicyCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdateFirewallPolicyCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-network-firewall/src/commands/UpdateLoggingConfigurationCommand.ts b/clients/client-network-firewall/src/commands/UpdateLoggingConfigurationCommand.ts index b7f3124eaa4e..83c0242089d9 100644 --- a/clients/client-network-firewall/src/commands/UpdateLoggingConfigurationCommand.ts +++ b/clients/client-network-firewall/src/commands/UpdateLoggingConfigurationCommand.ts @@ -151,9 +151,6 @@ export class UpdateLoggingConfigurationCommand extends $Command< UpdateLoggingConfigurationCommandOutput, NetworkFirewallClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -167,9 +164,7 @@ export class UpdateLoggingConfigurationCommand extends $Command< * @public */ constructor(readonly input: UpdateLoggingConfigurationCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -225,7 +220,4 @@ export class UpdateLoggingConfigurationCommand extends $Command< ): Promise { return de_UpdateLoggingConfigurationCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-network-firewall/src/commands/UpdateRuleGroupCommand.ts b/clients/client-network-firewall/src/commands/UpdateRuleGroupCommand.ts index c31f86653155..da57d8b3fdd0 100644 --- a/clients/client-network-firewall/src/commands/UpdateRuleGroupCommand.ts +++ b/clients/client-network-firewall/src/commands/UpdateRuleGroupCommand.ts @@ -279,9 +279,6 @@ export class UpdateRuleGroupCommand extends $Command< UpdateRuleGroupCommandOutput, NetworkFirewallClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -295,9 +292,7 @@ export class UpdateRuleGroupCommand extends $Command< * @public */ constructor(readonly input: UpdateRuleGroupCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -350,7 +345,4 @@ export class UpdateRuleGroupCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdateRuleGroupCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-network-firewall/src/commands/UpdateSubnetChangeProtectionCommand.ts b/clients/client-network-firewall/src/commands/UpdateSubnetChangeProtectionCommand.ts index dce329d4043d..4f5afc990a9b 100644 --- a/clients/client-network-firewall/src/commands/UpdateSubnetChangeProtectionCommand.ts +++ b/clients/client-network-firewall/src/commands/UpdateSubnetChangeProtectionCommand.ts @@ -113,9 +113,6 @@ export class UpdateSubnetChangeProtectionCommand extends $Command< UpdateSubnetChangeProtectionCommandOutput, NetworkFirewallClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -129,9 +126,7 @@ export class UpdateSubnetChangeProtectionCommand extends $Command< * @public */ constructor(readonly input: UpdateSubnetChangeProtectionCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -187,7 +182,4 @@ export class UpdateSubnetChangeProtectionCommand extends $Command< ): Promise { return de_UpdateSubnetChangeProtectionCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-network-firewall/src/commands/UpdateTLSInspectionConfigurationCommand.ts b/clients/client-network-firewall/src/commands/UpdateTLSInspectionConfigurationCommand.ts index 7361d6b34a5d..d3d1c8c5df8c 100644 --- a/clients/client-network-firewall/src/commands/UpdateTLSInspectionConfigurationCommand.ts +++ b/clients/client-network-firewall/src/commands/UpdateTLSInspectionConfigurationCommand.ts @@ -194,9 +194,6 @@ export class UpdateTLSInspectionConfigurationCommand extends $Command< UpdateTLSInspectionConfigurationCommandOutput, NetworkFirewallClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -210,9 +207,7 @@ export class UpdateTLSInspectionConfigurationCommand extends $Command< * @public */ constructor(readonly input: UpdateTLSInspectionConfigurationCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -271,7 +266,4 @@ export class UpdateTLSInspectionConfigurationCommand extends $Command< ): Promise { return de_UpdateTLSInspectionConfigurationCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-networkmanager/package.json b/clients/client-networkmanager/package.json index 1c2ab0a1d3ce..22fe036667f7 100644 --- a/clients/client-networkmanager/package.json +++ b/clients/client-networkmanager/package.json @@ -34,29 +34,29 @@ "@aws-sdk/util-endpoints": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@smithy/config-resolver": "^2.0.16", - "@smithy/fetch-http-handler": "^2.2.4", - "@smithy/hash-node": "^2.0.12", - "@smithy/invalid-dependency": "^2.0.12", - "@smithy/middleware-content-length": "^2.0.14", - "@smithy/middleware-endpoint": "^2.1.3", - "@smithy/middleware-retry": "^2.0.18", - "@smithy/middleware-serde": "^2.0.12", - "@smithy/middleware-stack": "^2.0.6", - "@smithy/node-config-provider": "^2.1.3", - "@smithy/node-http-handler": "^2.1.8", - "@smithy/protocol-http": "^3.0.8", - "@smithy/smithy-client": "^2.1.12", - "@smithy/types": "^2.4.0", - "@smithy/url-parser": "^2.0.12", - "@smithy/util-base64": "^2.0.0", + "@smithy/config-resolver": "^2.0.18", + "@smithy/fetch-http-handler": "^2.2.6", + "@smithy/hash-node": "^2.0.15", + "@smithy/invalid-dependency": "^2.0.13", + "@smithy/middleware-content-length": "^2.0.15", + "@smithy/middleware-endpoint": "^2.2.0", + "@smithy/middleware-retry": "^2.0.20", + "@smithy/middleware-serde": "^2.0.13", + "@smithy/middleware-stack": "^2.0.7", + "@smithy/node-config-provider": "^2.1.5", + "@smithy/node-http-handler": "^2.1.9", + "@smithy/protocol-http": "^3.0.9", + "@smithy/smithy-client": "^2.1.15", + "@smithy/types": "^2.5.0", + "@smithy/url-parser": "^2.0.13", + "@smithy/util-base64": "^2.0.1", "@smithy/util-body-length-browser": "^2.0.0", "@smithy/util-body-length-node": "^2.1.0", - "@smithy/util-defaults-mode-browser": "^2.0.16", - "@smithy/util-defaults-mode-node": "^2.0.21", - "@smithy/util-endpoints": "^1.0.2", - "@smithy/util-retry": "^2.0.5", - "@smithy/util-utf8": "^2.0.0", + "@smithy/util-defaults-mode-browser": "^2.0.19", + "@smithy/util-defaults-mode-node": "^2.0.25", + "@smithy/util-endpoints": "^1.0.4", + "@smithy/util-retry": "^2.0.6", + "@smithy/util-utf8": "^2.0.2", "tslib": "^2.5.0", "uuid": "^8.3.2" }, diff --git a/clients/client-networkmanager/src/commands/AcceptAttachmentCommand.ts b/clients/client-networkmanager/src/commands/AcceptAttachmentCommand.ts index 0c9dafbff34b..0c37b8088789 100644 --- a/clients/client-networkmanager/src/commands/AcceptAttachmentCommand.ts +++ b/clients/client-networkmanager/src/commands/AcceptAttachmentCommand.ts @@ -120,9 +120,6 @@ export class AcceptAttachmentCommand extends $Command< AcceptAttachmentCommandOutput, NetworkManagerClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -136,9 +133,7 @@ export class AcceptAttachmentCommand extends $Command< * @public */ constructor(readonly input: AcceptAttachmentCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -191,7 +186,4 @@ export class AcceptAttachmentCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_AcceptAttachmentCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-networkmanager/src/commands/AssociateConnectPeerCommand.ts b/clients/client-networkmanager/src/commands/AssociateConnectPeerCommand.ts index 49e757089de5..25d9c63031db 100644 --- a/clients/client-networkmanager/src/commands/AssociateConnectPeerCommand.ts +++ b/clients/client-networkmanager/src/commands/AssociateConnectPeerCommand.ts @@ -104,9 +104,6 @@ export class AssociateConnectPeerCommand extends $Command< AssociateConnectPeerCommandOutput, NetworkManagerClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -120,9 +117,7 @@ export class AssociateConnectPeerCommand extends $Command< * @public */ constructor(readonly input: AssociateConnectPeerCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -175,7 +170,4 @@ export class AssociateConnectPeerCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_AssociateConnectPeerCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-networkmanager/src/commands/AssociateCustomerGatewayCommand.ts b/clients/client-networkmanager/src/commands/AssociateCustomerGatewayCommand.ts index dfb491e95a2e..3210cecb14d8 100644 --- a/clients/client-networkmanager/src/commands/AssociateCustomerGatewayCommand.ts +++ b/clients/client-networkmanager/src/commands/AssociateCustomerGatewayCommand.ts @@ -109,9 +109,6 @@ export class AssociateCustomerGatewayCommand extends $Command< AssociateCustomerGatewayCommandOutput, NetworkManagerClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -125,9 +122,7 @@ export class AssociateCustomerGatewayCommand extends $Command< * @public */ constructor(readonly input: AssociateCustomerGatewayCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -180,7 +175,4 @@ export class AssociateCustomerGatewayCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_AssociateCustomerGatewayCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-networkmanager/src/commands/AssociateLinkCommand.ts b/clients/client-networkmanager/src/commands/AssociateLinkCommand.ts index 8cf2504f6fc8..0acd0cdbdb6a 100644 --- a/clients/client-networkmanager/src/commands/AssociateLinkCommand.ts +++ b/clients/client-networkmanager/src/commands/AssociateLinkCommand.ts @@ -99,9 +99,6 @@ export class AssociateLinkCommand extends $Command< AssociateLinkCommandOutput, NetworkManagerClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -115,9 +112,7 @@ export class AssociateLinkCommand extends $Command< * @public */ constructor(readonly input: AssociateLinkCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -168,7 +163,4 @@ export class AssociateLinkCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_AssociateLinkCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-networkmanager/src/commands/AssociateTransitGatewayConnectPeerCommand.ts b/clients/client-networkmanager/src/commands/AssociateTransitGatewayConnectPeerCommand.ts index 77fc83ab39a8..577d37da6698 100644 --- a/clients/client-networkmanager/src/commands/AssociateTransitGatewayConnectPeerCommand.ts +++ b/clients/client-networkmanager/src/commands/AssociateTransitGatewayConnectPeerCommand.ts @@ -113,9 +113,6 @@ export class AssociateTransitGatewayConnectPeerCommand extends $Command< AssociateTransitGatewayConnectPeerCommandOutput, NetworkManagerClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -129,9 +126,7 @@ export class AssociateTransitGatewayConnectPeerCommand extends $Command< * @public */ constructor(readonly input: AssociateTransitGatewayConnectPeerCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -190,7 +185,4 @@ export class AssociateTransitGatewayConnectPeerCommand extends $Command< ): Promise { return de_AssociateTransitGatewayConnectPeerCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-networkmanager/src/commands/CreateConnectAttachmentCommand.ts b/clients/client-networkmanager/src/commands/CreateConnectAttachmentCommand.ts index 5873960a1242..439ebde437cb 100644 --- a/clients/client-networkmanager/src/commands/CreateConnectAttachmentCommand.ts +++ b/clients/client-networkmanager/src/commands/CreateConnectAttachmentCommand.ts @@ -139,9 +139,6 @@ export class CreateConnectAttachmentCommand extends $Command< CreateConnectAttachmentCommandOutput, NetworkManagerClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -155,9 +152,7 @@ export class CreateConnectAttachmentCommand extends $Command< * @public */ constructor(readonly input: CreateConnectAttachmentCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -210,7 +205,4 @@ export class CreateConnectAttachmentCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateConnectAttachmentCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-networkmanager/src/commands/CreateConnectPeerCommand.ts b/clients/client-networkmanager/src/commands/CreateConnectPeerCommand.ts index c982f8a32f5a..b9ae3bbf3649 100644 --- a/clients/client-networkmanager/src/commands/CreateConnectPeerCommand.ts +++ b/clients/client-networkmanager/src/commands/CreateConnectPeerCommand.ts @@ -136,9 +136,6 @@ export class CreateConnectPeerCommand extends $Command< CreateConnectPeerCommandOutput, NetworkManagerClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -152,9 +149,7 @@ export class CreateConnectPeerCommand extends $Command< * @public */ constructor(readonly input: CreateConnectPeerCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -207,7 +202,4 @@ export class CreateConnectPeerCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateConnectPeerCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-networkmanager/src/commands/CreateConnectionCommand.ts b/clients/client-networkmanager/src/commands/CreateConnectionCommand.ts index e8bc3d155b82..f3b0c5a84045 100644 --- a/clients/client-networkmanager/src/commands/CreateConnectionCommand.ts +++ b/clients/client-networkmanager/src/commands/CreateConnectionCommand.ts @@ -117,9 +117,6 @@ export class CreateConnectionCommand extends $Command< CreateConnectionCommandOutput, NetworkManagerClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -133,9 +130,7 @@ export class CreateConnectionCommand extends $Command< * @public */ constructor(readonly input: CreateConnectionCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -188,7 +183,4 @@ export class CreateConnectionCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateConnectionCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-networkmanager/src/commands/CreateCoreNetworkCommand.ts b/clients/client-networkmanager/src/commands/CreateCoreNetworkCommand.ts index 8c34c66b3c42..d2fc3d7a926d 100644 --- a/clients/client-networkmanager/src/commands/CreateCoreNetworkCommand.ts +++ b/clients/client-networkmanager/src/commands/CreateCoreNetworkCommand.ts @@ -134,9 +134,6 @@ export class CreateCoreNetworkCommand extends $Command< CreateCoreNetworkCommandOutput, NetworkManagerClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -150,9 +147,7 @@ export class CreateCoreNetworkCommand extends $Command< * @public */ constructor(readonly input: CreateCoreNetworkCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -205,7 +200,4 @@ export class CreateCoreNetworkCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateCoreNetworkCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-networkmanager/src/commands/CreateDeviceCommand.ts b/clients/client-networkmanager/src/commands/CreateDeviceCommand.ts index 8f1247957daf..457d8902ef4b 100644 --- a/clients/client-networkmanager/src/commands/CreateDeviceCommand.ts +++ b/clients/client-networkmanager/src/commands/CreateDeviceCommand.ts @@ -146,9 +146,6 @@ export class CreateDeviceCommand extends $Command< CreateDeviceCommandOutput, NetworkManagerClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -162,9 +159,7 @@ export class CreateDeviceCommand extends $Command< * @public */ constructor(readonly input: CreateDeviceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -215,7 +210,4 @@ export class CreateDeviceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateDeviceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-networkmanager/src/commands/CreateGlobalNetworkCommand.ts b/clients/client-networkmanager/src/commands/CreateGlobalNetworkCommand.ts index 29d6443ac587..459ae89a39bd 100644 --- a/clients/client-networkmanager/src/commands/CreateGlobalNetworkCommand.ts +++ b/clients/client-networkmanager/src/commands/CreateGlobalNetworkCommand.ts @@ -107,9 +107,6 @@ export class CreateGlobalNetworkCommand extends $Command< CreateGlobalNetworkCommandOutput, NetworkManagerClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -123,9 +120,7 @@ export class CreateGlobalNetworkCommand extends $Command< * @public */ constructor(readonly input: CreateGlobalNetworkCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -178,7 +173,4 @@ export class CreateGlobalNetworkCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateGlobalNetworkCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-networkmanager/src/commands/CreateLinkCommand.ts b/clients/client-networkmanager/src/commands/CreateLinkCommand.ts index b35755b9978c..6fad3cc0978b 100644 --- a/clients/client-networkmanager/src/commands/CreateLinkCommand.ts +++ b/clients/client-networkmanager/src/commands/CreateLinkCommand.ts @@ -126,9 +126,6 @@ export class CreateLinkCommand extends $Command< CreateLinkCommandOutput, NetworkManagerClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -142,9 +139,7 @@ export class CreateLinkCommand extends $Command< * @public */ constructor(readonly input: CreateLinkCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -195,7 +190,4 @@ export class CreateLinkCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateLinkCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-networkmanager/src/commands/CreateSiteCommand.ts b/clients/client-networkmanager/src/commands/CreateSiteCommand.ts index 5b0e7ea5ccaf..b17520a28fc7 100644 --- a/clients/client-networkmanager/src/commands/CreateSiteCommand.ts +++ b/clients/client-networkmanager/src/commands/CreateSiteCommand.ts @@ -127,9 +127,6 @@ export class CreateSiteCommand extends $Command< CreateSiteCommandOutput, NetworkManagerClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -143,9 +140,7 @@ export class CreateSiteCommand extends $Command< * @public */ constructor(readonly input: CreateSiteCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -196,7 +191,4 @@ export class CreateSiteCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateSiteCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-networkmanager/src/commands/CreateSiteToSiteVpnAttachmentCommand.ts b/clients/client-networkmanager/src/commands/CreateSiteToSiteVpnAttachmentCommand.ts index 2c4e58bc13e3..977ce44c430e 100644 --- a/clients/client-networkmanager/src/commands/CreateSiteToSiteVpnAttachmentCommand.ts +++ b/clients/client-networkmanager/src/commands/CreateSiteToSiteVpnAttachmentCommand.ts @@ -134,9 +134,6 @@ export class CreateSiteToSiteVpnAttachmentCommand extends $Command< CreateSiteToSiteVpnAttachmentCommandOutput, NetworkManagerClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -150,9 +147,7 @@ export class CreateSiteToSiteVpnAttachmentCommand extends $Command< * @public */ constructor(readonly input: CreateSiteToSiteVpnAttachmentCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -208,7 +203,4 @@ export class CreateSiteToSiteVpnAttachmentCommand extends $Command< ): Promise { return de_CreateSiteToSiteVpnAttachmentCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-networkmanager/src/commands/CreateTransitGatewayPeeringCommand.ts b/clients/client-networkmanager/src/commands/CreateTransitGatewayPeeringCommand.ts index 5406aeeffe1d..8fc17855b17f 100644 --- a/clients/client-networkmanager/src/commands/CreateTransitGatewayPeeringCommand.ts +++ b/clients/client-networkmanager/src/commands/CreateTransitGatewayPeeringCommand.ts @@ -122,9 +122,6 @@ export class CreateTransitGatewayPeeringCommand extends $Command< CreateTransitGatewayPeeringCommandOutput, NetworkManagerClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -138,9 +135,7 @@ export class CreateTransitGatewayPeeringCommand extends $Command< * @public */ constructor(readonly input: CreateTransitGatewayPeeringCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -196,7 +191,4 @@ export class CreateTransitGatewayPeeringCommand extends $Command< ): Promise { return de_CreateTransitGatewayPeeringCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-networkmanager/src/commands/CreateTransitGatewayRouteTableAttachmentCommand.ts b/clients/client-networkmanager/src/commands/CreateTransitGatewayRouteTableAttachmentCommand.ts index bc4ddde0332c..481a66d609ce 100644 --- a/clients/client-networkmanager/src/commands/CreateTransitGatewayRouteTableAttachmentCommand.ts +++ b/clients/client-networkmanager/src/commands/CreateTransitGatewayRouteTableAttachmentCommand.ts @@ -139,9 +139,6 @@ export class CreateTransitGatewayRouteTableAttachmentCommand extends $Command< CreateTransitGatewayRouteTableAttachmentCommandOutput, NetworkManagerClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -155,9 +152,7 @@ export class CreateTransitGatewayRouteTableAttachmentCommand extends $Command< * @public */ constructor(readonly input: CreateTransitGatewayRouteTableAttachmentCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -222,7 +217,4 @@ export class CreateTransitGatewayRouteTableAttachmentCommand extends $Command< ): Promise { return de_CreateTransitGatewayRouteTableAttachmentCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-networkmanager/src/commands/CreateVpcAttachmentCommand.ts b/clients/client-networkmanager/src/commands/CreateVpcAttachmentCommand.ts index 12d392dc674e..bbeaeebfb2ad 100644 --- a/clients/client-networkmanager/src/commands/CreateVpcAttachmentCommand.ts +++ b/clients/client-networkmanager/src/commands/CreateVpcAttachmentCommand.ts @@ -142,9 +142,6 @@ export class CreateVpcAttachmentCommand extends $Command< CreateVpcAttachmentCommandOutput, NetworkManagerClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -158,9 +155,7 @@ export class CreateVpcAttachmentCommand extends $Command< * @public */ constructor(readonly input: CreateVpcAttachmentCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -213,7 +208,4 @@ export class CreateVpcAttachmentCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateVpcAttachmentCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-networkmanager/src/commands/DeleteAttachmentCommand.ts b/clients/client-networkmanager/src/commands/DeleteAttachmentCommand.ts index f9d352c098d6..5fc4db40f121 100644 --- a/clients/client-networkmanager/src/commands/DeleteAttachmentCommand.ts +++ b/clients/client-networkmanager/src/commands/DeleteAttachmentCommand.ts @@ -118,9 +118,6 @@ export class DeleteAttachmentCommand extends $Command< DeleteAttachmentCommandOutput, NetworkManagerClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -134,9 +131,7 @@ export class DeleteAttachmentCommand extends $Command< * @public */ constructor(readonly input: DeleteAttachmentCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -189,7 +184,4 @@ export class DeleteAttachmentCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteAttachmentCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-networkmanager/src/commands/DeleteConnectPeerCommand.ts b/clients/client-networkmanager/src/commands/DeleteConnectPeerCommand.ts index cb4c3649919e..e61c2ffdb354 100644 --- a/clients/client-networkmanager/src/commands/DeleteConnectPeerCommand.ts +++ b/clients/client-networkmanager/src/commands/DeleteConnectPeerCommand.ts @@ -119,9 +119,6 @@ export class DeleteConnectPeerCommand extends $Command< DeleteConnectPeerCommandOutput, NetworkManagerClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -135,9 +132,7 @@ export class DeleteConnectPeerCommand extends $Command< * @public */ constructor(readonly input: DeleteConnectPeerCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -190,7 +185,4 @@ export class DeleteConnectPeerCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteConnectPeerCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-networkmanager/src/commands/DeleteConnectionCommand.ts b/clients/client-networkmanager/src/commands/DeleteConnectionCommand.ts index 63c3f643267d..37be8b0fa43f 100644 --- a/clients/client-networkmanager/src/commands/DeleteConnectionCommand.ts +++ b/clients/client-networkmanager/src/commands/DeleteConnectionCommand.ts @@ -107,9 +107,6 @@ export class DeleteConnectionCommand extends $Command< DeleteConnectionCommandOutput, NetworkManagerClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -123,9 +120,7 @@ export class DeleteConnectionCommand extends $Command< * @public */ constructor(readonly input: DeleteConnectionCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -178,7 +173,4 @@ export class DeleteConnectionCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteConnectionCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-networkmanager/src/commands/DeleteCoreNetworkCommand.ts b/clients/client-networkmanager/src/commands/DeleteCoreNetworkCommand.ts index 91e0dcc84e5d..95d45e2fc3f6 100644 --- a/clients/client-networkmanager/src/commands/DeleteCoreNetworkCommand.ts +++ b/clients/client-networkmanager/src/commands/DeleteCoreNetworkCommand.ts @@ -122,9 +122,6 @@ export class DeleteCoreNetworkCommand extends $Command< DeleteCoreNetworkCommandOutput, NetworkManagerClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -138,9 +135,7 @@ export class DeleteCoreNetworkCommand extends $Command< * @public */ constructor(readonly input: DeleteCoreNetworkCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -193,7 +188,4 @@ export class DeleteCoreNetworkCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteCoreNetworkCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-networkmanager/src/commands/DeleteCoreNetworkPolicyVersionCommand.ts b/clients/client-networkmanager/src/commands/DeleteCoreNetworkPolicyVersionCommand.ts index 54bb52b66d0f..a505dd44db5b 100644 --- a/clients/client-networkmanager/src/commands/DeleteCoreNetworkPolicyVersionCommand.ts +++ b/clients/client-networkmanager/src/commands/DeleteCoreNetworkPolicyVersionCommand.ts @@ -110,9 +110,6 @@ export class DeleteCoreNetworkPolicyVersionCommand extends $Command< DeleteCoreNetworkPolicyVersionCommandOutput, NetworkManagerClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -126,9 +123,7 @@ export class DeleteCoreNetworkPolicyVersionCommand extends $Command< * @public */ constructor(readonly input: DeleteCoreNetworkPolicyVersionCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -187,7 +182,4 @@ export class DeleteCoreNetworkPolicyVersionCommand extends $Command< ): Promise { return de_DeleteCoreNetworkPolicyVersionCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-networkmanager/src/commands/DeleteDeviceCommand.ts b/clients/client-networkmanager/src/commands/DeleteDeviceCommand.ts index 86915a3576be..8347b32a93a9 100644 --- a/clients/client-networkmanager/src/commands/DeleteDeviceCommand.ts +++ b/clients/client-networkmanager/src/commands/DeleteDeviceCommand.ts @@ -118,9 +118,6 @@ export class DeleteDeviceCommand extends $Command< DeleteDeviceCommandOutput, NetworkManagerClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -134,9 +131,7 @@ export class DeleteDeviceCommand extends $Command< * @public */ constructor(readonly input: DeleteDeviceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -187,7 +182,4 @@ export class DeleteDeviceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteDeviceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-networkmanager/src/commands/DeleteGlobalNetworkCommand.ts b/clients/client-networkmanager/src/commands/DeleteGlobalNetworkCommand.ts index 5d89ebe1f6b9..17dfb26da014 100644 --- a/clients/client-networkmanager/src/commands/DeleteGlobalNetworkCommand.ts +++ b/clients/client-networkmanager/src/commands/DeleteGlobalNetworkCommand.ts @@ -102,9 +102,6 @@ export class DeleteGlobalNetworkCommand extends $Command< DeleteGlobalNetworkCommandOutput, NetworkManagerClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -118,9 +115,7 @@ export class DeleteGlobalNetworkCommand extends $Command< * @public */ constructor(readonly input: DeleteGlobalNetworkCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -173,7 +168,4 @@ export class DeleteGlobalNetworkCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteGlobalNetworkCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-networkmanager/src/commands/DeleteLinkCommand.ts b/clients/client-networkmanager/src/commands/DeleteLinkCommand.ts index 1b37cbc597d3..839b27d8877d 100644 --- a/clients/client-networkmanager/src/commands/DeleteLinkCommand.ts +++ b/clients/client-networkmanager/src/commands/DeleteLinkCommand.ts @@ -111,9 +111,6 @@ export class DeleteLinkCommand extends $Command< DeleteLinkCommandOutput, NetworkManagerClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -127,9 +124,7 @@ export class DeleteLinkCommand extends $Command< * @public */ constructor(readonly input: DeleteLinkCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -180,7 +175,4 @@ export class DeleteLinkCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteLinkCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-networkmanager/src/commands/DeletePeeringCommand.ts b/clients/client-networkmanager/src/commands/DeletePeeringCommand.ts index be04bc2527d0..fe49bda48057 100644 --- a/clients/client-networkmanager/src/commands/DeletePeeringCommand.ts +++ b/clients/client-networkmanager/src/commands/DeletePeeringCommand.ts @@ -105,9 +105,6 @@ export class DeletePeeringCommand extends $Command< DeletePeeringCommandOutput, NetworkManagerClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -121,9 +118,7 @@ export class DeletePeeringCommand extends $Command< * @public */ constructor(readonly input: DeletePeeringCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -174,7 +169,4 @@ export class DeletePeeringCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeletePeeringCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-networkmanager/src/commands/DeleteResourcePolicyCommand.ts b/clients/client-networkmanager/src/commands/DeleteResourcePolicyCommand.ts index 1ca9b9fa4ad2..0e7b2616d707 100644 --- a/clients/client-networkmanager/src/commands/DeleteResourcePolicyCommand.ts +++ b/clients/client-networkmanager/src/commands/DeleteResourcePolicyCommand.ts @@ -84,9 +84,6 @@ export class DeleteResourcePolicyCommand extends $Command< DeleteResourcePolicyCommandOutput, NetworkManagerClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -100,9 +97,7 @@ export class DeleteResourcePolicyCommand extends $Command< * @public */ constructor(readonly input: DeleteResourcePolicyCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -155,7 +150,4 @@ export class DeleteResourcePolicyCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteResourcePolicyCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-networkmanager/src/commands/DeleteSiteCommand.ts b/clients/client-networkmanager/src/commands/DeleteSiteCommand.ts index 4dc89dd13a40..5f63014e8bad 100644 --- a/clients/client-networkmanager/src/commands/DeleteSiteCommand.ts +++ b/clients/client-networkmanager/src/commands/DeleteSiteCommand.ts @@ -108,9 +108,6 @@ export class DeleteSiteCommand extends $Command< DeleteSiteCommandOutput, NetworkManagerClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -124,9 +121,7 @@ export class DeleteSiteCommand extends $Command< * @public */ constructor(readonly input: DeleteSiteCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -177,7 +172,4 @@ export class DeleteSiteCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteSiteCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-networkmanager/src/commands/DeregisterTransitGatewayCommand.ts b/clients/client-networkmanager/src/commands/DeregisterTransitGatewayCommand.ts index 8b03b26f5e1b..b8f04ab4bbcd 100644 --- a/clients/client-networkmanager/src/commands/DeregisterTransitGatewayCommand.ts +++ b/clients/client-networkmanager/src/commands/DeregisterTransitGatewayCommand.ts @@ -98,9 +98,6 @@ export class DeregisterTransitGatewayCommand extends $Command< DeregisterTransitGatewayCommandOutput, NetworkManagerClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -114,9 +111,7 @@ export class DeregisterTransitGatewayCommand extends $Command< * @public */ constructor(readonly input: DeregisterTransitGatewayCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -169,7 +164,4 @@ export class DeregisterTransitGatewayCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeregisterTransitGatewayCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-networkmanager/src/commands/DescribeGlobalNetworksCommand.ts b/clients/client-networkmanager/src/commands/DescribeGlobalNetworksCommand.ts index 36b22e04f269..2215a62df400 100644 --- a/clients/client-networkmanager/src/commands/DescribeGlobalNetworksCommand.ts +++ b/clients/client-networkmanager/src/commands/DescribeGlobalNetworksCommand.ts @@ -107,9 +107,6 @@ export class DescribeGlobalNetworksCommand extends $Command< DescribeGlobalNetworksCommandOutput, NetworkManagerClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -123,9 +120,7 @@ export class DescribeGlobalNetworksCommand extends $Command< * @public */ constructor(readonly input: DescribeGlobalNetworksCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -178,7 +173,4 @@ export class DescribeGlobalNetworksCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DescribeGlobalNetworksCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-networkmanager/src/commands/DisassociateConnectPeerCommand.ts b/clients/client-networkmanager/src/commands/DisassociateConnectPeerCommand.ts index 960767d24f44..d0fe0b7cad34 100644 --- a/clients/client-networkmanager/src/commands/DisassociateConnectPeerCommand.ts +++ b/clients/client-networkmanager/src/commands/DisassociateConnectPeerCommand.ts @@ -96,9 +96,6 @@ export class DisassociateConnectPeerCommand extends $Command< DisassociateConnectPeerCommandOutput, NetworkManagerClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -112,9 +109,7 @@ export class DisassociateConnectPeerCommand extends $Command< * @public */ constructor(readonly input: DisassociateConnectPeerCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -167,7 +162,4 @@ export class DisassociateConnectPeerCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DisassociateConnectPeerCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-networkmanager/src/commands/DisassociateCustomerGatewayCommand.ts b/clients/client-networkmanager/src/commands/DisassociateCustomerGatewayCommand.ts index 354bbf533311..ceccbd3e018b 100644 --- a/clients/client-networkmanager/src/commands/DisassociateCustomerGatewayCommand.ts +++ b/clients/client-networkmanager/src/commands/DisassociateCustomerGatewayCommand.ts @@ -101,9 +101,6 @@ export class DisassociateCustomerGatewayCommand extends $Command< DisassociateCustomerGatewayCommandOutput, NetworkManagerClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -117,9 +114,7 @@ export class DisassociateCustomerGatewayCommand extends $Command< * @public */ constructor(readonly input: DisassociateCustomerGatewayCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -175,7 +170,4 @@ export class DisassociateCustomerGatewayCommand extends $Command< ): Promise { return de_DisassociateCustomerGatewayCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-networkmanager/src/commands/DisassociateLinkCommand.ts b/clients/client-networkmanager/src/commands/DisassociateLinkCommand.ts index ab5d0b5fb752..d5318b67d7bf 100644 --- a/clients/client-networkmanager/src/commands/DisassociateLinkCommand.ts +++ b/clients/client-networkmanager/src/commands/DisassociateLinkCommand.ts @@ -97,9 +97,6 @@ export class DisassociateLinkCommand extends $Command< DisassociateLinkCommandOutput, NetworkManagerClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -113,9 +110,7 @@ export class DisassociateLinkCommand extends $Command< * @public */ constructor(readonly input: DisassociateLinkCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -168,7 +163,4 @@ export class DisassociateLinkCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DisassociateLinkCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-networkmanager/src/commands/DisassociateTransitGatewayConnectPeerCommand.ts b/clients/client-networkmanager/src/commands/DisassociateTransitGatewayConnectPeerCommand.ts index 0028f2be61b4..e08b46119e6b 100644 --- a/clients/client-networkmanager/src/commands/DisassociateTransitGatewayConnectPeerCommand.ts +++ b/clients/client-networkmanager/src/commands/DisassociateTransitGatewayConnectPeerCommand.ts @@ -105,9 +105,6 @@ export class DisassociateTransitGatewayConnectPeerCommand extends $Command< DisassociateTransitGatewayConnectPeerCommandOutput, NetworkManagerClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -121,9 +118,7 @@ export class DisassociateTransitGatewayConnectPeerCommand extends $Command< * @public */ constructor(readonly input: DisassociateTransitGatewayConnectPeerCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -182,7 +177,4 @@ export class DisassociateTransitGatewayConnectPeerCommand extends $Command< ): Promise { return de_DisassociateTransitGatewayConnectPeerCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-networkmanager/src/commands/ExecuteCoreNetworkChangeSetCommand.ts b/clients/client-networkmanager/src/commands/ExecuteCoreNetworkChangeSetCommand.ts index 52775c2af75e..b6c54451e30f 100644 --- a/clients/client-networkmanager/src/commands/ExecuteCoreNetworkChangeSetCommand.ts +++ b/clients/client-networkmanager/src/commands/ExecuteCoreNetworkChangeSetCommand.ts @@ -93,9 +93,6 @@ export class ExecuteCoreNetworkChangeSetCommand extends $Command< ExecuteCoreNetworkChangeSetCommandOutput, NetworkManagerClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -109,9 +106,7 @@ export class ExecuteCoreNetworkChangeSetCommand extends $Command< * @public */ constructor(readonly input: ExecuteCoreNetworkChangeSetCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -167,7 +162,4 @@ export class ExecuteCoreNetworkChangeSetCommand extends $Command< ): Promise { return de_ExecuteCoreNetworkChangeSetCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-networkmanager/src/commands/GetConnectAttachmentCommand.ts b/clients/client-networkmanager/src/commands/GetConnectAttachmentCommand.ts index 64a272b27baf..c1f74c8862af 100644 --- a/clients/client-networkmanager/src/commands/GetConnectAttachmentCommand.ts +++ b/clients/client-networkmanager/src/commands/GetConnectAttachmentCommand.ts @@ -120,9 +120,6 @@ export class GetConnectAttachmentCommand extends $Command< GetConnectAttachmentCommandOutput, NetworkManagerClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -136,9 +133,7 @@ export class GetConnectAttachmentCommand extends $Command< * @public */ constructor(readonly input: GetConnectAttachmentCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -191,7 +186,4 @@ export class GetConnectAttachmentCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetConnectAttachmentCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-networkmanager/src/commands/GetConnectPeerAssociationsCommand.ts b/clients/client-networkmanager/src/commands/GetConnectPeerAssociationsCommand.ts index faeb105b3e18..b871f0a62349 100644 --- a/clients/client-networkmanager/src/commands/GetConnectPeerAssociationsCommand.ts +++ b/clients/client-networkmanager/src/commands/GetConnectPeerAssociationsCommand.ts @@ -103,9 +103,6 @@ export class GetConnectPeerAssociationsCommand extends $Command< GetConnectPeerAssociationsCommandOutput, NetworkManagerClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -119,9 +116,7 @@ export class GetConnectPeerAssociationsCommand extends $Command< * @public */ constructor(readonly input: GetConnectPeerAssociationsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -177,7 +172,4 @@ export class GetConnectPeerAssociationsCommand extends $Command< ): Promise { return de_GetConnectPeerAssociationsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-networkmanager/src/commands/GetConnectPeerCommand.ts b/clients/client-networkmanager/src/commands/GetConnectPeerCommand.ts index 1262fe9a603f..8e56334355dc 100644 --- a/clients/client-networkmanager/src/commands/GetConnectPeerCommand.ts +++ b/clients/client-networkmanager/src/commands/GetConnectPeerCommand.ts @@ -115,9 +115,6 @@ export class GetConnectPeerCommand extends $Command< GetConnectPeerCommandOutput, NetworkManagerClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -131,9 +128,7 @@ export class GetConnectPeerCommand extends $Command< * @public */ constructor(readonly input: GetConnectPeerCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -186,7 +181,4 @@ export class GetConnectPeerCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetConnectPeerCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-networkmanager/src/commands/GetConnectionsCommand.ts b/clients/client-networkmanager/src/commands/GetConnectionsCommand.ts index 864aebf3a26f..196d12dea706 100644 --- a/clients/client-networkmanager/src/commands/GetConnectionsCommand.ts +++ b/clients/client-networkmanager/src/commands/GetConnectionsCommand.ts @@ -111,9 +111,6 @@ export class GetConnectionsCommand extends $Command< GetConnectionsCommandOutput, NetworkManagerClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -127,9 +124,7 @@ export class GetConnectionsCommand extends $Command< * @public */ constructor(readonly input: GetConnectionsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -182,7 +177,4 @@ export class GetConnectionsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetConnectionsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-networkmanager/src/commands/GetCoreNetworkChangeEventsCommand.ts b/clients/client-networkmanager/src/commands/GetCoreNetworkChangeEventsCommand.ts index 9832a43a50af..3bd91b680be4 100644 --- a/clients/client-networkmanager/src/commands/GetCoreNetworkChangeEventsCommand.ts +++ b/clients/client-networkmanager/src/commands/GetCoreNetworkChangeEventsCommand.ts @@ -103,9 +103,6 @@ export class GetCoreNetworkChangeEventsCommand extends $Command< GetCoreNetworkChangeEventsCommandOutput, NetworkManagerClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -119,9 +116,7 @@ export class GetCoreNetworkChangeEventsCommand extends $Command< * @public */ constructor(readonly input: GetCoreNetworkChangeEventsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -177,7 +172,4 @@ export class GetCoreNetworkChangeEventsCommand extends $Command< ): Promise { return de_GetCoreNetworkChangeEventsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-networkmanager/src/commands/GetCoreNetworkChangeSetCommand.ts b/clients/client-networkmanager/src/commands/GetCoreNetworkChangeSetCommand.ts index 77409de9dc82..75e95deca1fe 100644 --- a/clients/client-networkmanager/src/commands/GetCoreNetworkChangeSetCommand.ts +++ b/clients/client-networkmanager/src/commands/GetCoreNetworkChangeSetCommand.ts @@ -126,9 +126,6 @@ export class GetCoreNetworkChangeSetCommand extends $Command< GetCoreNetworkChangeSetCommandOutput, NetworkManagerClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -142,9 +139,7 @@ export class GetCoreNetworkChangeSetCommand extends $Command< * @public */ constructor(readonly input: GetCoreNetworkChangeSetCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -197,7 +192,4 @@ export class GetCoreNetworkChangeSetCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetCoreNetworkChangeSetCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-networkmanager/src/commands/GetCoreNetworkCommand.ts b/clients/client-networkmanager/src/commands/GetCoreNetworkCommand.ts index f95681061cc5..6d1d15b0acd7 100644 --- a/clients/client-networkmanager/src/commands/GetCoreNetworkCommand.ts +++ b/clients/client-networkmanager/src/commands/GetCoreNetworkCommand.ts @@ -118,9 +118,6 @@ export class GetCoreNetworkCommand extends $Command< GetCoreNetworkCommandOutput, NetworkManagerClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -134,9 +131,7 @@ export class GetCoreNetworkCommand extends $Command< * @public */ constructor(readonly input: GetCoreNetworkCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -189,7 +184,4 @@ export class GetCoreNetworkCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetCoreNetworkCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-networkmanager/src/commands/GetCoreNetworkPolicyCommand.ts b/clients/client-networkmanager/src/commands/GetCoreNetworkPolicyCommand.ts index 108af111d3d6..df56ef3811ad 100644 --- a/clients/client-networkmanager/src/commands/GetCoreNetworkPolicyCommand.ts +++ b/clients/client-networkmanager/src/commands/GetCoreNetworkPolicyCommand.ts @@ -102,9 +102,6 @@ export class GetCoreNetworkPolicyCommand extends $Command< GetCoreNetworkPolicyCommandOutput, NetworkManagerClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -118,9 +115,7 @@ export class GetCoreNetworkPolicyCommand extends $Command< * @public */ constructor(readonly input: GetCoreNetworkPolicyCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -173,7 +168,4 @@ export class GetCoreNetworkPolicyCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetCoreNetworkPolicyCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-networkmanager/src/commands/GetCustomerGatewayAssociationsCommand.ts b/clients/client-networkmanager/src/commands/GetCustomerGatewayAssociationsCommand.ts index 1af1f96b72bf..7023033f70c2 100644 --- a/clients/client-networkmanager/src/commands/GetCustomerGatewayAssociationsCommand.ts +++ b/clients/client-networkmanager/src/commands/GetCustomerGatewayAssociationsCommand.ts @@ -109,9 +109,6 @@ export class GetCustomerGatewayAssociationsCommand extends $Command< GetCustomerGatewayAssociationsCommandOutput, NetworkManagerClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -125,9 +122,7 @@ export class GetCustomerGatewayAssociationsCommand extends $Command< * @public */ constructor(readonly input: GetCustomerGatewayAssociationsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -186,7 +181,4 @@ export class GetCustomerGatewayAssociationsCommand extends $Command< ): Promise { return de_GetCustomerGatewayAssociationsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-networkmanager/src/commands/GetDevicesCommand.ts b/clients/client-networkmanager/src/commands/GetDevicesCommand.ts index d6ab9c5f5e48..faa6b6ea8cd3 100644 --- a/clients/client-networkmanager/src/commands/GetDevicesCommand.ts +++ b/clients/client-networkmanager/src/commands/GetDevicesCommand.ts @@ -121,9 +121,6 @@ export class GetDevicesCommand extends $Command< GetDevicesCommandOutput, NetworkManagerClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -137,9 +134,7 @@ export class GetDevicesCommand extends $Command< * @public */ constructor(readonly input: GetDevicesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -190,7 +185,4 @@ export class GetDevicesCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetDevicesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-networkmanager/src/commands/GetLinkAssociationsCommand.ts b/clients/client-networkmanager/src/commands/GetLinkAssociationsCommand.ts index 26ef9078ad17..badb3dc71d2f 100644 --- a/clients/client-networkmanager/src/commands/GetLinkAssociationsCommand.ts +++ b/clients/client-networkmanager/src/commands/GetLinkAssociationsCommand.ts @@ -98,9 +98,6 @@ export class GetLinkAssociationsCommand extends $Command< GetLinkAssociationsCommandOutput, NetworkManagerClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -114,9 +111,7 @@ export class GetLinkAssociationsCommand extends $Command< * @public */ constructor(readonly input: GetLinkAssociationsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -169,7 +164,4 @@ export class GetLinkAssociationsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetLinkAssociationsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-networkmanager/src/commands/GetLinksCommand.ts b/clients/client-networkmanager/src/commands/GetLinksCommand.ts index f0e729c5af66..fa5876e277ca 100644 --- a/clients/client-networkmanager/src/commands/GetLinksCommand.ts +++ b/clients/client-networkmanager/src/commands/GetLinksCommand.ts @@ -117,9 +117,6 @@ export class GetLinksCommand extends $Command< GetLinksCommandOutput, NetworkManagerClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -133,9 +130,7 @@ export class GetLinksCommand extends $Command< * @public */ constructor(readonly input: GetLinksCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -186,7 +181,4 @@ export class GetLinksCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetLinksCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-networkmanager/src/commands/GetNetworkResourceCountsCommand.ts b/clients/client-networkmanager/src/commands/GetNetworkResourceCountsCommand.ts index 421985a57080..b0a6600ed4a0 100644 --- a/clients/client-networkmanager/src/commands/GetNetworkResourceCountsCommand.ts +++ b/clients/client-networkmanager/src/commands/GetNetworkResourceCountsCommand.ts @@ -91,9 +91,6 @@ export class GetNetworkResourceCountsCommand extends $Command< GetNetworkResourceCountsCommandOutput, NetworkManagerClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -107,9 +104,7 @@ export class GetNetworkResourceCountsCommand extends $Command< * @public */ constructor(readonly input: GetNetworkResourceCountsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -162,7 +157,4 @@ export class GetNetworkResourceCountsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetNetworkResourceCountsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-networkmanager/src/commands/GetNetworkResourceRelationshipsCommand.ts b/clients/client-networkmanager/src/commands/GetNetworkResourceRelationshipsCommand.ts index 67e3807e634c..8fd51eb9e33b 100644 --- a/clients/client-networkmanager/src/commands/GetNetworkResourceRelationshipsCommand.ts +++ b/clients/client-networkmanager/src/commands/GetNetworkResourceRelationshipsCommand.ts @@ -104,9 +104,6 @@ export class GetNetworkResourceRelationshipsCommand extends $Command< GetNetworkResourceRelationshipsCommandOutput, NetworkManagerClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -120,9 +117,7 @@ export class GetNetworkResourceRelationshipsCommand extends $Command< * @public */ constructor(readonly input: GetNetworkResourceRelationshipsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -181,7 +176,4 @@ export class GetNetworkResourceRelationshipsCommand extends $Command< ): Promise { return de_GetNetworkResourceRelationshipsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-networkmanager/src/commands/GetNetworkResourcesCommand.ts b/clients/client-networkmanager/src/commands/GetNetworkResourcesCommand.ts index b0452a72112e..4052aa9d6597 100644 --- a/clients/client-networkmanager/src/commands/GetNetworkResourcesCommand.ts +++ b/clients/client-networkmanager/src/commands/GetNetworkResourcesCommand.ts @@ -116,9 +116,6 @@ export class GetNetworkResourcesCommand extends $Command< GetNetworkResourcesCommandOutput, NetworkManagerClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -132,9 +129,7 @@ export class GetNetworkResourcesCommand extends $Command< * @public */ constructor(readonly input: GetNetworkResourcesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -187,7 +182,4 @@ export class GetNetworkResourcesCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetNetworkResourcesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-networkmanager/src/commands/GetNetworkRoutesCommand.ts b/clients/client-networkmanager/src/commands/GetNetworkRoutesCommand.ts index 06e088bb3475..a3434ebe7d84 100644 --- a/clients/client-networkmanager/src/commands/GetNetworkRoutesCommand.ts +++ b/clients/client-networkmanager/src/commands/GetNetworkRoutesCommand.ts @@ -144,9 +144,6 @@ export class GetNetworkRoutesCommand extends $Command< GetNetworkRoutesCommandOutput, NetworkManagerClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -160,9 +157,7 @@ export class GetNetworkRoutesCommand extends $Command< * @public */ constructor(readonly input: GetNetworkRoutesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -215,7 +210,4 @@ export class GetNetworkRoutesCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetNetworkRoutesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-networkmanager/src/commands/GetNetworkTelemetryCommand.ts b/clients/client-networkmanager/src/commands/GetNetworkTelemetryCommand.ts index 02386feb2f37..2c7e59145078 100644 --- a/clients/client-networkmanager/src/commands/GetNetworkTelemetryCommand.ts +++ b/clients/client-networkmanager/src/commands/GetNetworkTelemetryCommand.ts @@ -110,9 +110,6 @@ export class GetNetworkTelemetryCommand extends $Command< GetNetworkTelemetryCommandOutput, NetworkManagerClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -126,9 +123,7 @@ export class GetNetworkTelemetryCommand extends $Command< * @public */ constructor(readonly input: GetNetworkTelemetryCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -181,7 +176,4 @@ export class GetNetworkTelemetryCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetNetworkTelemetryCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-networkmanager/src/commands/GetResourcePolicyCommand.ts b/clients/client-networkmanager/src/commands/GetResourcePolicyCommand.ts index 43e8b68a2ff6..90a729f6931f 100644 --- a/clients/client-networkmanager/src/commands/GetResourcePolicyCommand.ts +++ b/clients/client-networkmanager/src/commands/GetResourcePolicyCommand.ts @@ -82,9 +82,6 @@ export class GetResourcePolicyCommand extends $Command< GetResourcePolicyCommandOutput, NetworkManagerClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -98,9 +95,7 @@ export class GetResourcePolicyCommand extends $Command< * @public */ constructor(readonly input: GetResourcePolicyCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -153,7 +148,4 @@ export class GetResourcePolicyCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetResourcePolicyCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-networkmanager/src/commands/GetRouteAnalysisCommand.ts b/clients/client-networkmanager/src/commands/GetRouteAnalysisCommand.ts index 3b0195550bd6..fed5e9f85ad1 100644 --- a/clients/client-networkmanager/src/commands/GetRouteAnalysisCommand.ts +++ b/clients/client-networkmanager/src/commands/GetRouteAnalysisCommand.ts @@ -150,9 +150,6 @@ export class GetRouteAnalysisCommand extends $Command< GetRouteAnalysisCommandOutput, NetworkManagerClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -166,9 +163,7 @@ export class GetRouteAnalysisCommand extends $Command< * @public */ constructor(readonly input: GetRouteAnalysisCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -221,7 +216,4 @@ export class GetRouteAnalysisCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetRouteAnalysisCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-networkmanager/src/commands/GetSiteToSiteVpnAttachmentCommand.ts b/clients/client-networkmanager/src/commands/GetSiteToSiteVpnAttachmentCommand.ts index 341fb5765d1a..6984f94ca3a9 100644 --- a/clients/client-networkmanager/src/commands/GetSiteToSiteVpnAttachmentCommand.ts +++ b/clients/client-networkmanager/src/commands/GetSiteToSiteVpnAttachmentCommand.ts @@ -117,9 +117,6 @@ export class GetSiteToSiteVpnAttachmentCommand extends $Command< GetSiteToSiteVpnAttachmentCommandOutput, NetworkManagerClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -133,9 +130,7 @@ export class GetSiteToSiteVpnAttachmentCommand extends $Command< * @public */ constructor(readonly input: GetSiteToSiteVpnAttachmentCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -191,7 +186,4 @@ export class GetSiteToSiteVpnAttachmentCommand extends $Command< ): Promise { return de_GetSiteToSiteVpnAttachmentCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-networkmanager/src/commands/GetSitesCommand.ts b/clients/client-networkmanager/src/commands/GetSitesCommand.ts index 08059708c6cc..d20f6a539eaa 100644 --- a/clients/client-networkmanager/src/commands/GetSitesCommand.ts +++ b/clients/client-networkmanager/src/commands/GetSitesCommand.ts @@ -111,9 +111,6 @@ export class GetSitesCommand extends $Command< GetSitesCommandOutput, NetworkManagerClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -127,9 +124,7 @@ export class GetSitesCommand extends $Command< * @public */ constructor(readonly input: GetSitesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -180,7 +175,4 @@ export class GetSitesCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetSitesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-networkmanager/src/commands/GetTransitGatewayConnectPeerAssociationsCommand.ts b/clients/client-networkmanager/src/commands/GetTransitGatewayConnectPeerAssociationsCommand.ts index 9eaf842526a6..f6280c2a340d 100644 --- a/clients/client-networkmanager/src/commands/GetTransitGatewayConnectPeerAssociationsCommand.ts +++ b/clients/client-networkmanager/src/commands/GetTransitGatewayConnectPeerAssociationsCommand.ts @@ -112,9 +112,6 @@ export class GetTransitGatewayConnectPeerAssociationsCommand extends $Command< GetTransitGatewayConnectPeerAssociationsCommandOutput, NetworkManagerClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -128,9 +125,7 @@ export class GetTransitGatewayConnectPeerAssociationsCommand extends $Command< * @public */ constructor(readonly input: GetTransitGatewayConnectPeerAssociationsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -195,7 +190,4 @@ export class GetTransitGatewayConnectPeerAssociationsCommand extends $Command< ): Promise { return de_GetTransitGatewayConnectPeerAssociationsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-networkmanager/src/commands/GetTransitGatewayPeeringCommand.ts b/clients/client-networkmanager/src/commands/GetTransitGatewayPeeringCommand.ts index f8d0a55d2751..38a8f1433ad1 100644 --- a/clients/client-networkmanager/src/commands/GetTransitGatewayPeeringCommand.ts +++ b/clients/client-networkmanager/src/commands/GetTransitGatewayPeeringCommand.ts @@ -105,9 +105,6 @@ export class GetTransitGatewayPeeringCommand extends $Command< GetTransitGatewayPeeringCommandOutput, NetworkManagerClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -121,9 +118,7 @@ export class GetTransitGatewayPeeringCommand extends $Command< * @public */ constructor(readonly input: GetTransitGatewayPeeringCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -176,7 +171,4 @@ export class GetTransitGatewayPeeringCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetTransitGatewayPeeringCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-networkmanager/src/commands/GetTransitGatewayRegistrationsCommand.ts b/clients/client-networkmanager/src/commands/GetTransitGatewayRegistrationsCommand.ts index 03422affc41b..1dc58986ebb6 100644 --- a/clients/client-networkmanager/src/commands/GetTransitGatewayRegistrationsCommand.ts +++ b/clients/client-networkmanager/src/commands/GetTransitGatewayRegistrationsCommand.ts @@ -106,9 +106,6 @@ export class GetTransitGatewayRegistrationsCommand extends $Command< GetTransitGatewayRegistrationsCommandOutput, NetworkManagerClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -122,9 +119,7 @@ export class GetTransitGatewayRegistrationsCommand extends $Command< * @public */ constructor(readonly input: GetTransitGatewayRegistrationsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -183,7 +178,4 @@ export class GetTransitGatewayRegistrationsCommand extends $Command< ): Promise { return de_GetTransitGatewayRegistrationsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-networkmanager/src/commands/GetTransitGatewayRouteTableAttachmentCommand.ts b/clients/client-networkmanager/src/commands/GetTransitGatewayRouteTableAttachmentCommand.ts index ba5763778056..d00f77b8ea66 100644 --- a/clients/client-networkmanager/src/commands/GetTransitGatewayRouteTableAttachmentCommand.ts +++ b/clients/client-networkmanager/src/commands/GetTransitGatewayRouteTableAttachmentCommand.ts @@ -127,9 +127,6 @@ export class GetTransitGatewayRouteTableAttachmentCommand extends $Command< GetTransitGatewayRouteTableAttachmentCommandOutput, NetworkManagerClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -143,9 +140,7 @@ export class GetTransitGatewayRouteTableAttachmentCommand extends $Command< * @public */ constructor(readonly input: GetTransitGatewayRouteTableAttachmentCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -204,7 +199,4 @@ export class GetTransitGatewayRouteTableAttachmentCommand extends $Command< ): Promise { return de_GetTransitGatewayRouteTableAttachmentCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-networkmanager/src/commands/GetVpcAttachmentCommand.ts b/clients/client-networkmanager/src/commands/GetVpcAttachmentCommand.ts index 5aac612e505e..9056f87ec513 100644 --- a/clients/client-networkmanager/src/commands/GetVpcAttachmentCommand.ts +++ b/clients/client-networkmanager/src/commands/GetVpcAttachmentCommand.ts @@ -123,9 +123,6 @@ export class GetVpcAttachmentCommand extends $Command< GetVpcAttachmentCommandOutput, NetworkManagerClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -139,9 +136,7 @@ export class GetVpcAttachmentCommand extends $Command< * @public */ constructor(readonly input: GetVpcAttachmentCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -194,7 +189,4 @@ export class GetVpcAttachmentCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetVpcAttachmentCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-networkmanager/src/commands/ListAttachmentsCommand.ts b/clients/client-networkmanager/src/commands/ListAttachmentsCommand.ts index 5ee13a6c6427..ed72143c2c78 100644 --- a/clients/client-networkmanager/src/commands/ListAttachmentsCommand.ts +++ b/clients/client-networkmanager/src/commands/ListAttachmentsCommand.ts @@ -119,9 +119,6 @@ export class ListAttachmentsCommand extends $Command< ListAttachmentsCommandOutput, NetworkManagerClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -135,9 +132,7 @@ export class ListAttachmentsCommand extends $Command< * @public */ constructor(readonly input: ListAttachmentsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -190,7 +185,4 @@ export class ListAttachmentsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListAttachmentsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-networkmanager/src/commands/ListConnectPeersCommand.ts b/clients/client-networkmanager/src/commands/ListConnectPeersCommand.ts index 8ab2475370a9..1a4a09560d1e 100644 --- a/clients/client-networkmanager/src/commands/ListConnectPeersCommand.ts +++ b/clients/client-networkmanager/src/commands/ListConnectPeersCommand.ts @@ -102,9 +102,6 @@ export class ListConnectPeersCommand extends $Command< ListConnectPeersCommandOutput, NetworkManagerClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -118,9 +115,7 @@ export class ListConnectPeersCommand extends $Command< * @public */ constructor(readonly input: ListConnectPeersCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -173,7 +168,4 @@ export class ListConnectPeersCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListConnectPeersCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-networkmanager/src/commands/ListCoreNetworkPolicyVersionsCommand.ts b/clients/client-networkmanager/src/commands/ListCoreNetworkPolicyVersionsCommand.ts index 37b6f201425d..01a8a1e89eb0 100644 --- a/clients/client-networkmanager/src/commands/ListCoreNetworkPolicyVersionsCommand.ts +++ b/clients/client-networkmanager/src/commands/ListCoreNetworkPolicyVersionsCommand.ts @@ -102,9 +102,6 @@ export class ListCoreNetworkPolicyVersionsCommand extends $Command< ListCoreNetworkPolicyVersionsCommandOutput, NetworkManagerClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -118,9 +115,7 @@ export class ListCoreNetworkPolicyVersionsCommand extends $Command< * @public */ constructor(readonly input: ListCoreNetworkPolicyVersionsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -176,7 +171,4 @@ export class ListCoreNetworkPolicyVersionsCommand extends $Command< ): Promise { return de_ListCoreNetworkPolicyVersionsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-networkmanager/src/commands/ListCoreNetworksCommand.ts b/clients/client-networkmanager/src/commands/ListCoreNetworksCommand.ts index 019c6cc8b602..c838222d711a 100644 --- a/clients/client-networkmanager/src/commands/ListCoreNetworksCommand.ts +++ b/clients/client-networkmanager/src/commands/ListCoreNetworksCommand.ts @@ -99,9 +99,6 @@ export class ListCoreNetworksCommand extends $Command< ListCoreNetworksCommandOutput, NetworkManagerClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -115,9 +112,7 @@ export class ListCoreNetworksCommand extends $Command< * @public */ constructor(readonly input: ListCoreNetworksCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -170,7 +165,4 @@ export class ListCoreNetworksCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListCoreNetworksCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-networkmanager/src/commands/ListOrganizationServiceAccessStatusCommand.ts b/clients/client-networkmanager/src/commands/ListOrganizationServiceAccessStatusCommand.ts index e27eec7d9525..6062768ba6c9 100644 --- a/clients/client-networkmanager/src/commands/ListOrganizationServiceAccessStatusCommand.ts +++ b/clients/client-networkmanager/src/commands/ListOrganizationServiceAccessStatusCommand.ts @@ -90,9 +90,6 @@ export class ListOrganizationServiceAccessStatusCommand extends $Command< ListOrganizationServiceAccessStatusCommandOutput, NetworkManagerClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -106,9 +103,7 @@ export class ListOrganizationServiceAccessStatusCommand extends $Command< * @public */ constructor(readonly input: ListOrganizationServiceAccessStatusCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -167,7 +162,4 @@ export class ListOrganizationServiceAccessStatusCommand extends $Command< ): Promise { return de_ListOrganizationServiceAccessStatusCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-networkmanager/src/commands/ListPeeringsCommand.ts b/clients/client-networkmanager/src/commands/ListPeeringsCommand.ts index a2032eff3362..9bb58707728b 100644 --- a/clients/client-networkmanager/src/commands/ListPeeringsCommand.ts +++ b/clients/client-networkmanager/src/commands/ListPeeringsCommand.ts @@ -106,9 +106,6 @@ export class ListPeeringsCommand extends $Command< ListPeeringsCommandOutput, NetworkManagerClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -122,9 +119,7 @@ export class ListPeeringsCommand extends $Command< * @public */ constructor(readonly input: ListPeeringsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -175,7 +170,4 @@ export class ListPeeringsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListPeeringsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-networkmanager/src/commands/ListTagsForResourceCommand.ts b/clients/client-networkmanager/src/commands/ListTagsForResourceCommand.ts index 7259544811c1..83eb05e1b2e0 100644 --- a/clients/client-networkmanager/src/commands/ListTagsForResourceCommand.ts +++ b/clients/client-networkmanager/src/commands/ListTagsForResourceCommand.ts @@ -90,9 +90,6 @@ export class ListTagsForResourceCommand extends $Command< ListTagsForResourceCommandOutput, NetworkManagerClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -106,9 +103,7 @@ export class ListTagsForResourceCommand extends $Command< * @public */ constructor(readonly input: ListTagsForResourceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -161,7 +156,4 @@ export class ListTagsForResourceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListTagsForResourceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-networkmanager/src/commands/PutCoreNetworkPolicyCommand.ts b/clients/client-networkmanager/src/commands/PutCoreNetworkPolicyCommand.ts index 516791244d25..7d4bc4a12040 100644 --- a/clients/client-networkmanager/src/commands/PutCoreNetworkPolicyCommand.ts +++ b/clients/client-networkmanager/src/commands/PutCoreNetworkPolicyCommand.ts @@ -111,9 +111,6 @@ export class PutCoreNetworkPolicyCommand extends $Command< PutCoreNetworkPolicyCommandOutput, NetworkManagerClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -127,9 +124,7 @@ export class PutCoreNetworkPolicyCommand extends $Command< * @public */ constructor(readonly input: PutCoreNetworkPolicyCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -182,7 +177,4 @@ export class PutCoreNetworkPolicyCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_PutCoreNetworkPolicyCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-networkmanager/src/commands/PutResourcePolicyCommand.ts b/clients/client-networkmanager/src/commands/PutResourcePolicyCommand.ts index 920752834a1d..33d8cee3f1f8 100644 --- a/clients/client-networkmanager/src/commands/PutResourcePolicyCommand.ts +++ b/clients/client-networkmanager/src/commands/PutResourcePolicyCommand.ts @@ -88,9 +88,6 @@ export class PutResourcePolicyCommand extends $Command< PutResourcePolicyCommandOutput, NetworkManagerClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -104,9 +101,7 @@ export class PutResourcePolicyCommand extends $Command< * @public */ constructor(readonly input: PutResourcePolicyCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -159,7 +154,4 @@ export class PutResourcePolicyCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_PutResourcePolicyCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-networkmanager/src/commands/RegisterTransitGatewayCommand.ts b/clients/client-networkmanager/src/commands/RegisterTransitGatewayCommand.ts index f558a6c3165d..5d5941213d27 100644 --- a/clients/client-networkmanager/src/commands/RegisterTransitGatewayCommand.ts +++ b/clients/client-networkmanager/src/commands/RegisterTransitGatewayCommand.ts @@ -101,9 +101,6 @@ export class RegisterTransitGatewayCommand extends $Command< RegisterTransitGatewayCommandOutput, NetworkManagerClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -117,9 +114,7 @@ export class RegisterTransitGatewayCommand extends $Command< * @public */ constructor(readonly input: RegisterTransitGatewayCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -172,7 +167,4 @@ export class RegisterTransitGatewayCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_RegisterTransitGatewayCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-networkmanager/src/commands/RejectAttachmentCommand.ts b/clients/client-networkmanager/src/commands/RejectAttachmentCommand.ts index 7c245d493c47..620cbe07f49e 100644 --- a/clients/client-networkmanager/src/commands/RejectAttachmentCommand.ts +++ b/clients/client-networkmanager/src/commands/RejectAttachmentCommand.ts @@ -118,9 +118,6 @@ export class RejectAttachmentCommand extends $Command< RejectAttachmentCommandOutput, NetworkManagerClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -134,9 +131,7 @@ export class RejectAttachmentCommand extends $Command< * @public */ constructor(readonly input: RejectAttachmentCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -189,7 +184,4 @@ export class RejectAttachmentCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_RejectAttachmentCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-networkmanager/src/commands/RestoreCoreNetworkPolicyVersionCommand.ts b/clients/client-networkmanager/src/commands/RestoreCoreNetworkPolicyVersionCommand.ts index 98b9cd4e4ce7..054f63329026 100644 --- a/clients/client-networkmanager/src/commands/RestoreCoreNetworkPolicyVersionCommand.ts +++ b/clients/client-networkmanager/src/commands/RestoreCoreNetworkPolicyVersionCommand.ts @@ -110,9 +110,6 @@ export class RestoreCoreNetworkPolicyVersionCommand extends $Command< RestoreCoreNetworkPolicyVersionCommandOutput, NetworkManagerClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -126,9 +123,7 @@ export class RestoreCoreNetworkPolicyVersionCommand extends $Command< * @public */ constructor(readonly input: RestoreCoreNetworkPolicyVersionCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -187,7 +182,4 @@ export class RestoreCoreNetworkPolicyVersionCommand extends $Command< ): Promise { return de_RestoreCoreNetworkPolicyVersionCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-networkmanager/src/commands/StartOrganizationServiceAccessUpdateCommand.ts b/clients/client-networkmanager/src/commands/StartOrganizationServiceAccessUpdateCommand.ts index 643aa7142e6f..c7f3d8cadea5 100644 --- a/clients/client-networkmanager/src/commands/StartOrganizationServiceAccessUpdateCommand.ts +++ b/clients/client-networkmanager/src/commands/StartOrganizationServiceAccessUpdateCommand.ts @@ -107,9 +107,6 @@ export class StartOrganizationServiceAccessUpdateCommand extends $Command< StartOrganizationServiceAccessUpdateCommandOutput, NetworkManagerClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -123,9 +120,7 @@ export class StartOrganizationServiceAccessUpdateCommand extends $Command< * @public */ constructor(readonly input: StartOrganizationServiceAccessUpdateCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -184,7 +179,4 @@ export class StartOrganizationServiceAccessUpdateCommand extends $Command< ): Promise { return de_StartOrganizationServiceAccessUpdateCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-networkmanager/src/commands/StartRouteAnalysisCommand.ts b/clients/client-networkmanager/src/commands/StartRouteAnalysisCommand.ts index e55777a2a9fa..2f49ffa8cdc7 100644 --- a/clients/client-networkmanager/src/commands/StartRouteAnalysisCommand.ts +++ b/clients/client-networkmanager/src/commands/StartRouteAnalysisCommand.ts @@ -164,9 +164,6 @@ export class StartRouteAnalysisCommand extends $Command< StartRouteAnalysisCommandOutput, NetworkManagerClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -180,9 +177,7 @@ export class StartRouteAnalysisCommand extends $Command< * @public */ constructor(readonly input: StartRouteAnalysisCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -235,7 +230,4 @@ export class StartRouteAnalysisCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_StartRouteAnalysisCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-networkmanager/src/commands/TagResourceCommand.ts b/clients/client-networkmanager/src/commands/TagResourceCommand.ts index f7d0d394e372..1a0a927d545a 100644 --- a/clients/client-networkmanager/src/commands/TagResourceCommand.ts +++ b/clients/client-networkmanager/src/commands/TagResourceCommand.ts @@ -96,9 +96,6 @@ export class TagResourceCommand extends $Command< TagResourceCommandOutput, NetworkManagerClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -112,9 +109,7 @@ export class TagResourceCommand extends $Command< * @public */ constructor(readonly input: TagResourceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -165,7 +160,4 @@ export class TagResourceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_TagResourceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-networkmanager/src/commands/UntagResourceCommand.ts b/clients/client-networkmanager/src/commands/UntagResourceCommand.ts index 4023a46c463d..fc10d4721c66 100644 --- a/clients/client-networkmanager/src/commands/UntagResourceCommand.ts +++ b/clients/client-networkmanager/src/commands/UntagResourceCommand.ts @@ -90,9 +90,6 @@ export class UntagResourceCommand extends $Command< UntagResourceCommandOutput, NetworkManagerClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -106,9 +103,7 @@ export class UntagResourceCommand extends $Command< * @public */ constructor(readonly input: UntagResourceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -159,7 +154,4 @@ export class UntagResourceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UntagResourceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-networkmanager/src/commands/UpdateConnectionCommand.ts b/clients/client-networkmanager/src/commands/UpdateConnectionCommand.ts index 6095e846dd02..fed87264f52a 100644 --- a/clients/client-networkmanager/src/commands/UpdateConnectionCommand.ts +++ b/clients/client-networkmanager/src/commands/UpdateConnectionCommand.ts @@ -111,9 +111,6 @@ export class UpdateConnectionCommand extends $Command< UpdateConnectionCommandOutput, NetworkManagerClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -127,9 +124,7 @@ export class UpdateConnectionCommand extends $Command< * @public */ constructor(readonly input: UpdateConnectionCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -182,7 +177,4 @@ export class UpdateConnectionCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdateConnectionCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-networkmanager/src/commands/UpdateCoreNetworkCommand.ts b/clients/client-networkmanager/src/commands/UpdateCoreNetworkCommand.ts index 1e1726fc5bf0..35f17511050d 100644 --- a/clients/client-networkmanager/src/commands/UpdateCoreNetworkCommand.ts +++ b/clients/client-networkmanager/src/commands/UpdateCoreNetworkCommand.ts @@ -123,9 +123,6 @@ export class UpdateCoreNetworkCommand extends $Command< UpdateCoreNetworkCommandOutput, NetworkManagerClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -139,9 +136,7 @@ export class UpdateCoreNetworkCommand extends $Command< * @public */ constructor(readonly input: UpdateCoreNetworkCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -194,7 +189,4 @@ export class UpdateCoreNetworkCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdateCoreNetworkCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-networkmanager/src/commands/UpdateDeviceCommand.ts b/clients/client-networkmanager/src/commands/UpdateDeviceCommand.ts index 8ebd0e33c38a..78b2121eff4d 100644 --- a/clients/client-networkmanager/src/commands/UpdateDeviceCommand.ts +++ b/clients/client-networkmanager/src/commands/UpdateDeviceCommand.ts @@ -138,9 +138,6 @@ export class UpdateDeviceCommand extends $Command< UpdateDeviceCommandOutput, NetworkManagerClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -154,9 +151,7 @@ export class UpdateDeviceCommand extends $Command< * @public */ constructor(readonly input: UpdateDeviceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -207,7 +202,4 @@ export class UpdateDeviceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdateDeviceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-networkmanager/src/commands/UpdateGlobalNetworkCommand.ts b/clients/client-networkmanager/src/commands/UpdateGlobalNetworkCommand.ts index 4a60462b3161..f0a2bd8e973e 100644 --- a/clients/client-networkmanager/src/commands/UpdateGlobalNetworkCommand.ts +++ b/clients/client-networkmanager/src/commands/UpdateGlobalNetworkCommand.ts @@ -103,9 +103,6 @@ export class UpdateGlobalNetworkCommand extends $Command< UpdateGlobalNetworkCommandOutput, NetworkManagerClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -119,9 +116,7 @@ export class UpdateGlobalNetworkCommand extends $Command< * @public */ constructor(readonly input: UpdateGlobalNetworkCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -174,7 +169,4 @@ export class UpdateGlobalNetworkCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdateGlobalNetworkCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-networkmanager/src/commands/UpdateLinkCommand.ts b/clients/client-networkmanager/src/commands/UpdateLinkCommand.ts index 2eaaac5e8baa..1a03fb190000 100644 --- a/clients/client-networkmanager/src/commands/UpdateLinkCommand.ts +++ b/clients/client-networkmanager/src/commands/UpdateLinkCommand.ts @@ -121,9 +121,6 @@ export class UpdateLinkCommand extends $Command< UpdateLinkCommandOutput, NetworkManagerClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -137,9 +134,7 @@ export class UpdateLinkCommand extends $Command< * @public */ constructor(readonly input: UpdateLinkCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -190,7 +185,4 @@ export class UpdateLinkCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdateLinkCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-networkmanager/src/commands/UpdateNetworkResourceMetadataCommand.ts b/clients/client-networkmanager/src/commands/UpdateNetworkResourceMetadataCommand.ts index 26d5ca61bcb9..262732825f30 100644 --- a/clients/client-networkmanager/src/commands/UpdateNetworkResourceMetadataCommand.ts +++ b/clients/client-networkmanager/src/commands/UpdateNetworkResourceMetadataCommand.ts @@ -101,9 +101,6 @@ export class UpdateNetworkResourceMetadataCommand extends $Command< UpdateNetworkResourceMetadataCommandOutput, NetworkManagerClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -117,9 +114,7 @@ export class UpdateNetworkResourceMetadataCommand extends $Command< * @public */ constructor(readonly input: UpdateNetworkResourceMetadataCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -175,7 +170,4 @@ export class UpdateNetworkResourceMetadataCommand extends $Command< ): Promise { return de_UpdateNetworkResourceMetadataCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-networkmanager/src/commands/UpdateSiteCommand.ts b/clients/client-networkmanager/src/commands/UpdateSiteCommand.ts index 9f81b3ecfc3b..b0eb126cefb5 100644 --- a/clients/client-networkmanager/src/commands/UpdateSiteCommand.ts +++ b/clients/client-networkmanager/src/commands/UpdateSiteCommand.ts @@ -120,9 +120,6 @@ export class UpdateSiteCommand extends $Command< UpdateSiteCommandOutput, NetworkManagerClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -136,9 +133,7 @@ export class UpdateSiteCommand extends $Command< * @public */ constructor(readonly input: UpdateSiteCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -189,7 +184,4 @@ export class UpdateSiteCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdateSiteCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-networkmanager/src/commands/UpdateVpcAttachmentCommand.ts b/clients/client-networkmanager/src/commands/UpdateVpcAttachmentCommand.ts index 4ea28ea83da9..be298de42942 100644 --- a/clients/client-networkmanager/src/commands/UpdateVpcAttachmentCommand.ts +++ b/clients/client-networkmanager/src/commands/UpdateVpcAttachmentCommand.ts @@ -137,9 +137,6 @@ export class UpdateVpcAttachmentCommand extends $Command< UpdateVpcAttachmentCommandOutput, NetworkManagerClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -153,9 +150,7 @@ export class UpdateVpcAttachmentCommand extends $Command< * @public */ constructor(readonly input: UpdateVpcAttachmentCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -208,7 +203,4 @@ export class UpdateVpcAttachmentCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdateVpcAttachmentCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-nimble/package.json b/clients/client-nimble/package.json index 9354c07b15c6..54e99d50cfc2 100644 --- a/clients/client-nimble/package.json +++ b/clients/client-nimble/package.json @@ -34,30 +34,30 @@ "@aws-sdk/util-endpoints": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@smithy/config-resolver": "^2.0.16", - "@smithy/fetch-http-handler": "^2.2.4", - "@smithy/hash-node": "^2.0.12", - "@smithy/invalid-dependency": "^2.0.12", - "@smithy/middleware-content-length": "^2.0.14", - "@smithy/middleware-endpoint": "^2.1.3", - "@smithy/middleware-retry": "^2.0.18", - "@smithy/middleware-serde": "^2.0.12", - "@smithy/middleware-stack": "^2.0.6", - "@smithy/node-config-provider": "^2.1.3", - "@smithy/node-http-handler": "^2.1.8", - "@smithy/protocol-http": "^3.0.8", - "@smithy/smithy-client": "^2.1.12", - "@smithy/types": "^2.4.0", - "@smithy/url-parser": "^2.0.12", - "@smithy/util-base64": "^2.0.0", + "@smithy/config-resolver": "^2.0.18", + "@smithy/fetch-http-handler": "^2.2.6", + "@smithy/hash-node": "^2.0.15", + "@smithy/invalid-dependency": "^2.0.13", + "@smithy/middleware-content-length": "^2.0.15", + "@smithy/middleware-endpoint": "^2.2.0", + "@smithy/middleware-retry": "^2.0.20", + "@smithy/middleware-serde": "^2.0.13", + "@smithy/middleware-stack": "^2.0.7", + "@smithy/node-config-provider": "^2.1.5", + "@smithy/node-http-handler": "^2.1.9", + "@smithy/protocol-http": "^3.0.9", + "@smithy/smithy-client": "^2.1.15", + "@smithy/types": "^2.5.0", + "@smithy/url-parser": "^2.0.13", + "@smithy/util-base64": "^2.0.1", "@smithy/util-body-length-browser": "^2.0.0", "@smithy/util-body-length-node": "^2.1.0", - "@smithy/util-defaults-mode-browser": "^2.0.16", - "@smithy/util-defaults-mode-node": "^2.0.21", - "@smithy/util-endpoints": "^1.0.2", - "@smithy/util-retry": "^2.0.5", - "@smithy/util-utf8": "^2.0.0", - "@smithy/util-waiter": "^2.0.12", + "@smithy/util-defaults-mode-browser": "^2.0.19", + "@smithy/util-defaults-mode-node": "^2.0.25", + "@smithy/util-endpoints": "^1.0.4", + "@smithy/util-retry": "^2.0.6", + "@smithy/util-utf8": "^2.0.2", + "@smithy/util-waiter": "^2.0.13", "tslib": "^2.5.0", "uuid": "^8.3.2" }, diff --git a/clients/client-nimble/src/commands/AcceptEulasCommand.ts b/clients/client-nimble/src/commands/AcceptEulasCommand.ts index 40ecd4556c74..1fe7f137858b 100644 --- a/clients/client-nimble/src/commands/AcceptEulasCommand.ts +++ b/clients/client-nimble/src/commands/AcceptEulasCommand.ts @@ -106,9 +106,6 @@ export class AcceptEulasCommand extends $Command< AcceptEulasCommandOutput, NimbleClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -122,9 +119,7 @@ export class AcceptEulasCommand extends $Command< * @public */ constructor(readonly input: AcceptEulasCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -175,7 +170,4 @@ export class AcceptEulasCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_AcceptEulasCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-nimble/src/commands/CreateLaunchProfileCommand.ts b/clients/client-nimble/src/commands/CreateLaunchProfileCommand.ts index c49d0956450c..e74e524c7d86 100644 --- a/clients/client-nimble/src/commands/CreateLaunchProfileCommand.ts +++ b/clients/client-nimble/src/commands/CreateLaunchProfileCommand.ts @@ -208,9 +208,6 @@ export class CreateLaunchProfileCommand extends $Command< CreateLaunchProfileCommandOutput, NimbleClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -224,9 +221,7 @@ export class CreateLaunchProfileCommand extends $Command< * @public */ constructor(readonly input: CreateLaunchProfileCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -279,7 +274,4 @@ export class CreateLaunchProfileCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateLaunchProfileCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-nimble/src/commands/CreateStreamingImageCommand.ts b/clients/client-nimble/src/commands/CreateStreamingImageCommand.ts index e2f768497212..c231e78c1613 100644 --- a/clients/client-nimble/src/commands/CreateStreamingImageCommand.ts +++ b/clients/client-nimble/src/commands/CreateStreamingImageCommand.ts @@ -127,9 +127,6 @@ export class CreateStreamingImageCommand extends $Command< CreateStreamingImageCommandOutput, NimbleClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -143,9 +140,7 @@ export class CreateStreamingImageCommand extends $Command< * @public */ constructor(readonly input: CreateStreamingImageCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -198,7 +193,4 @@ export class CreateStreamingImageCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateStreamingImageCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-nimble/src/commands/CreateStreamingSessionCommand.ts b/clients/client-nimble/src/commands/CreateStreamingSessionCommand.ts index 5828bf17f329..239c1c471213 100644 --- a/clients/client-nimble/src/commands/CreateStreamingSessionCommand.ts +++ b/clients/client-nimble/src/commands/CreateStreamingSessionCommand.ts @@ -138,9 +138,6 @@ export class CreateStreamingSessionCommand extends $Command< CreateStreamingSessionCommandOutput, NimbleClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -154,9 +151,7 @@ export class CreateStreamingSessionCommand extends $Command< * @public */ constructor(readonly input: CreateStreamingSessionCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -209,7 +204,4 @@ export class CreateStreamingSessionCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateStreamingSessionCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-nimble/src/commands/CreateStreamingSessionStreamCommand.ts b/clients/client-nimble/src/commands/CreateStreamingSessionStreamCommand.ts index b5671215a4f0..51b47afb28ea 100644 --- a/clients/client-nimble/src/commands/CreateStreamingSessionStreamCommand.ts +++ b/clients/client-nimble/src/commands/CreateStreamingSessionStreamCommand.ts @@ -117,9 +117,6 @@ export class CreateStreamingSessionStreamCommand extends $Command< CreateStreamingSessionStreamCommandOutput, NimbleClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -133,9 +130,7 @@ export class CreateStreamingSessionStreamCommand extends $Command< * @public */ constructor(readonly input: CreateStreamingSessionStreamCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -191,7 +186,4 @@ export class CreateStreamingSessionStreamCommand extends $Command< ): Promise { return de_CreateStreamingSessionStreamCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-nimble/src/commands/CreateStudioCommand.ts b/clients/client-nimble/src/commands/CreateStudioCommand.ts index 67c91a971524..abe2ff8551d5 100644 --- a/clients/client-nimble/src/commands/CreateStudioCommand.ts +++ b/clients/client-nimble/src/commands/CreateStudioCommand.ts @@ -151,9 +151,6 @@ export class CreateStudioCommand extends $Command< CreateStudioCommandOutput, NimbleClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -167,9 +164,7 @@ export class CreateStudioCommand extends $Command< * @public */ constructor(readonly input: CreateStudioCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -220,7 +215,4 @@ export class CreateStudioCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateStudioCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-nimble/src/commands/CreateStudioComponentCommand.ts b/clients/client-nimble/src/commands/CreateStudioComponentCommand.ts index 71db18873c67..d03e8c3784b4 100644 --- a/clients/client-nimble/src/commands/CreateStudioComponentCommand.ts +++ b/clients/client-nimble/src/commands/CreateStudioComponentCommand.ts @@ -214,9 +214,6 @@ export class CreateStudioComponentCommand extends $Command< CreateStudioComponentCommandOutput, NimbleClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -230,9 +227,7 @@ export class CreateStudioComponentCommand extends $Command< * @public */ constructor(readonly input: CreateStudioComponentCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -285,7 +280,4 @@ export class CreateStudioComponentCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateStudioComponentCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-nimble/src/commands/DeleteLaunchProfileCommand.ts b/clients/client-nimble/src/commands/DeleteLaunchProfileCommand.ts index 4e746e48ece4..31aa799a46d7 100644 --- a/clients/client-nimble/src/commands/DeleteLaunchProfileCommand.ts +++ b/clients/client-nimble/src/commands/DeleteLaunchProfileCommand.ts @@ -163,9 +163,6 @@ export class DeleteLaunchProfileCommand extends $Command< DeleteLaunchProfileCommandOutput, NimbleClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -179,9 +176,7 @@ export class DeleteLaunchProfileCommand extends $Command< * @public */ constructor(readonly input: DeleteLaunchProfileCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -234,7 +229,4 @@ export class DeleteLaunchProfileCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteLaunchProfileCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-nimble/src/commands/DeleteLaunchProfileMemberCommand.ts b/clients/client-nimble/src/commands/DeleteLaunchProfileMemberCommand.ts index 7db4273d837c..a48ffe8a7419 100644 --- a/clients/client-nimble/src/commands/DeleteLaunchProfileMemberCommand.ts +++ b/clients/client-nimble/src/commands/DeleteLaunchProfileMemberCommand.ts @@ -95,9 +95,6 @@ export class DeleteLaunchProfileMemberCommand extends $Command< DeleteLaunchProfileMemberCommandOutput, NimbleClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -111,9 +108,7 @@ export class DeleteLaunchProfileMemberCommand extends $Command< * @public */ constructor(readonly input: DeleteLaunchProfileMemberCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -169,7 +164,4 @@ export class DeleteLaunchProfileMemberCommand extends $Command< ): Promise { return de_DeleteLaunchProfileMemberCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-nimble/src/commands/DeleteStreamingImageCommand.ts b/clients/client-nimble/src/commands/DeleteStreamingImageCommand.ts index 3847a5024186..ed908a3efd5e 100644 --- a/clients/client-nimble/src/commands/DeleteStreamingImageCommand.ts +++ b/clients/client-nimble/src/commands/DeleteStreamingImageCommand.ts @@ -121,9 +121,6 @@ export class DeleteStreamingImageCommand extends $Command< DeleteStreamingImageCommandOutput, NimbleClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -137,9 +134,7 @@ export class DeleteStreamingImageCommand extends $Command< * @public */ constructor(readonly input: DeleteStreamingImageCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -192,7 +187,4 @@ export class DeleteStreamingImageCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteStreamingImageCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-nimble/src/commands/DeleteStreamingSessionCommand.ts b/clients/client-nimble/src/commands/DeleteStreamingSessionCommand.ts index 82aa52f69151..b160317567ad 100644 --- a/clients/client-nimble/src/commands/DeleteStreamingSessionCommand.ts +++ b/clients/client-nimble/src/commands/DeleteStreamingSessionCommand.ts @@ -134,9 +134,6 @@ export class DeleteStreamingSessionCommand extends $Command< DeleteStreamingSessionCommandOutput, NimbleClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -150,9 +147,7 @@ export class DeleteStreamingSessionCommand extends $Command< * @public */ constructor(readonly input: DeleteStreamingSessionCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -205,7 +200,4 @@ export class DeleteStreamingSessionCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteStreamingSessionCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-nimble/src/commands/DeleteStudioCommand.ts b/clients/client-nimble/src/commands/DeleteStudioCommand.ts index cd947d612755..cd9a7e4f4fae 100644 --- a/clients/client-nimble/src/commands/DeleteStudioCommand.ts +++ b/clients/client-nimble/src/commands/DeleteStudioCommand.ts @@ -117,9 +117,6 @@ export class DeleteStudioCommand extends $Command< DeleteStudioCommandOutput, NimbleClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -133,9 +130,7 @@ export class DeleteStudioCommand extends $Command< * @public */ constructor(readonly input: DeleteStudioCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -186,7 +181,4 @@ export class DeleteStudioCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteStudioCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-nimble/src/commands/DeleteStudioComponentCommand.ts b/clients/client-nimble/src/commands/DeleteStudioComponentCommand.ts index 6e9de6bc8388..942e5cb057dc 100644 --- a/clients/client-nimble/src/commands/DeleteStudioComponentCommand.ts +++ b/clients/client-nimble/src/commands/DeleteStudioComponentCommand.ts @@ -162,9 +162,6 @@ export class DeleteStudioComponentCommand extends $Command< DeleteStudioComponentCommandOutput, NimbleClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -178,9 +175,7 @@ export class DeleteStudioComponentCommand extends $Command< * @public */ constructor(readonly input: DeleteStudioComponentCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -233,7 +228,4 @@ export class DeleteStudioComponentCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteStudioComponentCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-nimble/src/commands/DeleteStudioMemberCommand.ts b/clients/client-nimble/src/commands/DeleteStudioMemberCommand.ts index c06da49b863b..af5cbe1c8f2e 100644 --- a/clients/client-nimble/src/commands/DeleteStudioMemberCommand.ts +++ b/clients/client-nimble/src/commands/DeleteStudioMemberCommand.ts @@ -94,9 +94,6 @@ export class DeleteStudioMemberCommand extends $Command< DeleteStudioMemberCommandOutput, NimbleClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -110,9 +107,7 @@ export class DeleteStudioMemberCommand extends $Command< * @public */ constructor(readonly input: DeleteStudioMemberCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -165,7 +160,4 @@ export class DeleteStudioMemberCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteStudioMemberCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-nimble/src/commands/GetEulaCommand.ts b/clients/client-nimble/src/commands/GetEulaCommand.ts index c7a07e115a36..bc061ba8a843 100644 --- a/clients/client-nimble/src/commands/GetEulaCommand.ts +++ b/clients/client-nimble/src/commands/GetEulaCommand.ts @@ -96,9 +96,6 @@ export interface GetEulaCommandOutput extends GetEulaResponse, __MetadataBearer * */ export class GetEulaCommand extends $Command { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -112,9 +109,7 @@ export class GetEulaCommand extends $Command { return de_GetEulaCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-nimble/src/commands/GetLaunchProfileCommand.ts b/clients/client-nimble/src/commands/GetLaunchProfileCommand.ts index 4207daf34a91..ca282d5e4e83 100644 --- a/clients/client-nimble/src/commands/GetLaunchProfileCommand.ts +++ b/clients/client-nimble/src/commands/GetLaunchProfileCommand.ts @@ -162,9 +162,6 @@ export class GetLaunchProfileCommand extends $Command< GetLaunchProfileCommandOutput, NimbleClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -178,9 +175,7 @@ export class GetLaunchProfileCommand extends $Command< * @public */ constructor(readonly input: GetLaunchProfileCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -233,7 +228,4 @@ export class GetLaunchProfileCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetLaunchProfileCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-nimble/src/commands/GetLaunchProfileDetailsCommand.ts b/clients/client-nimble/src/commands/GetLaunchProfileDetailsCommand.ts index aca94dd79864..5b695eb633a9 100644 --- a/clients/client-nimble/src/commands/GetLaunchProfileDetailsCommand.ts +++ b/clients/client-nimble/src/commands/GetLaunchProfileDetailsCommand.ts @@ -202,9 +202,6 @@ export class GetLaunchProfileDetailsCommand extends $Command< GetLaunchProfileDetailsCommandOutput, NimbleClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -218,9 +215,7 @@ export class GetLaunchProfileDetailsCommand extends $Command< * @public */ constructor(readonly input: GetLaunchProfileDetailsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -273,7 +268,4 @@ export class GetLaunchProfileDetailsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetLaunchProfileDetailsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-nimble/src/commands/GetLaunchProfileInitializationCommand.ts b/clients/client-nimble/src/commands/GetLaunchProfileInitializationCommand.ts index 7f13ccc59c39..61c9e0adaa83 100644 --- a/clients/client-nimble/src/commands/GetLaunchProfileInitializationCommand.ts +++ b/clients/client-nimble/src/commands/GetLaunchProfileInitializationCommand.ts @@ -152,9 +152,6 @@ export class GetLaunchProfileInitializationCommand extends $Command< GetLaunchProfileInitializationCommandOutput, NimbleClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -168,9 +165,7 @@ export class GetLaunchProfileInitializationCommand extends $Command< * @public */ constructor(readonly input: GetLaunchProfileInitializationCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -229,7 +224,4 @@ export class GetLaunchProfileInitializationCommand extends $Command< ): Promise { return de_GetLaunchProfileInitializationCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-nimble/src/commands/GetLaunchProfileMemberCommand.ts b/clients/client-nimble/src/commands/GetLaunchProfileMemberCommand.ts index 2f368fb6b82b..7a885ed87ab9 100644 --- a/clients/client-nimble/src/commands/GetLaunchProfileMemberCommand.ts +++ b/clients/client-nimble/src/commands/GetLaunchProfileMemberCommand.ts @@ -101,9 +101,6 @@ export class GetLaunchProfileMemberCommand extends $Command< GetLaunchProfileMemberCommandOutput, NimbleClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -117,9 +114,7 @@ export class GetLaunchProfileMemberCommand extends $Command< * @public */ constructor(readonly input: GetLaunchProfileMemberCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -172,7 +167,4 @@ export class GetLaunchProfileMemberCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetLaunchProfileMemberCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-nimble/src/commands/GetStreamingImageCommand.ts b/clients/client-nimble/src/commands/GetStreamingImageCommand.ts index e7cf101318cb..c15dc804aaa4 100644 --- a/clients/client-nimble/src/commands/GetStreamingImageCommand.ts +++ b/clients/client-nimble/src/commands/GetStreamingImageCommand.ts @@ -120,9 +120,6 @@ export class GetStreamingImageCommand extends $Command< GetStreamingImageCommandOutput, NimbleClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -136,9 +133,7 @@ export class GetStreamingImageCommand extends $Command< * @public */ constructor(readonly input: GetStreamingImageCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -191,7 +186,4 @@ export class GetStreamingImageCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetStreamingImageCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-nimble/src/commands/GetStreamingSessionBackupCommand.ts b/clients/client-nimble/src/commands/GetStreamingSessionBackupCommand.ts index 817f7f52c253..8bc7d6a0c0a6 100644 --- a/clients/client-nimble/src/commands/GetStreamingSessionBackupCommand.ts +++ b/clients/client-nimble/src/commands/GetStreamingSessionBackupCommand.ts @@ -105,9 +105,6 @@ export class GetStreamingSessionBackupCommand extends $Command< GetStreamingSessionBackupCommandOutput, NimbleClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -121,9 +118,7 @@ export class GetStreamingSessionBackupCommand extends $Command< * @public */ constructor(readonly input: GetStreamingSessionBackupCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -179,7 +174,4 @@ export class GetStreamingSessionBackupCommand extends $Command< ): Promise { return de_GetStreamingSessionBackupCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-nimble/src/commands/GetStreamingSessionCommand.ts b/clients/client-nimble/src/commands/GetStreamingSessionCommand.ts index 855075057e36..56b120fdd112 100644 --- a/clients/client-nimble/src/commands/GetStreamingSessionCommand.ts +++ b/clients/client-nimble/src/commands/GetStreamingSessionCommand.ts @@ -131,9 +131,6 @@ export class GetStreamingSessionCommand extends $Command< GetStreamingSessionCommandOutput, NimbleClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -147,9 +144,7 @@ export class GetStreamingSessionCommand extends $Command< * @public */ constructor(readonly input: GetStreamingSessionCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -202,7 +197,4 @@ export class GetStreamingSessionCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetStreamingSessionCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-nimble/src/commands/GetStreamingSessionStreamCommand.ts b/clients/client-nimble/src/commands/GetStreamingSessionStreamCommand.ts index fdaccb75a373..95869265af62 100644 --- a/clients/client-nimble/src/commands/GetStreamingSessionStreamCommand.ts +++ b/clients/client-nimble/src/commands/GetStreamingSessionStreamCommand.ts @@ -113,9 +113,6 @@ export class GetStreamingSessionStreamCommand extends $Command< GetStreamingSessionStreamCommandOutput, NimbleClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -129,9 +126,7 @@ export class GetStreamingSessionStreamCommand extends $Command< * @public */ constructor(readonly input: GetStreamingSessionStreamCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -187,7 +182,4 @@ export class GetStreamingSessionStreamCommand extends $Command< ): Promise { return de_GetStreamingSessionStreamCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-nimble/src/commands/GetStudioCommand.ts b/clients/client-nimble/src/commands/GetStudioCommand.ts index 8ba06e2c320a..b6ec1760088e 100644 --- a/clients/client-nimble/src/commands/GetStudioCommand.ts +++ b/clients/client-nimble/src/commands/GetStudioCommand.ts @@ -116,9 +116,6 @@ export class GetStudioCommand extends $Command< GetStudioCommandOutput, NimbleClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -132,9 +129,7 @@ export class GetStudioCommand extends $Command< * @public */ constructor(readonly input: GetStudioCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -185,7 +180,4 @@ export class GetStudioCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetStudioCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-nimble/src/commands/GetStudioComponentCommand.ts b/clients/client-nimble/src/commands/GetStudioComponentCommand.ts index e9397182aea8..89a0df137f7b 100644 --- a/clients/client-nimble/src/commands/GetStudioComponentCommand.ts +++ b/clients/client-nimble/src/commands/GetStudioComponentCommand.ts @@ -161,9 +161,6 @@ export class GetStudioComponentCommand extends $Command< GetStudioComponentCommandOutput, NimbleClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -177,9 +174,7 @@ export class GetStudioComponentCommand extends $Command< * @public */ constructor(readonly input: GetStudioComponentCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -232,7 +227,4 @@ export class GetStudioComponentCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetStudioComponentCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-nimble/src/commands/GetStudioMemberCommand.ts b/clients/client-nimble/src/commands/GetStudioMemberCommand.ts index ea38fa2fd32a..4d9ced2bdcd6 100644 --- a/clients/client-nimble/src/commands/GetStudioMemberCommand.ts +++ b/clients/client-nimble/src/commands/GetStudioMemberCommand.ts @@ -100,9 +100,6 @@ export class GetStudioMemberCommand extends $Command< GetStudioMemberCommandOutput, NimbleClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -116,9 +113,7 @@ export class GetStudioMemberCommand extends $Command< * @public */ constructor(readonly input: GetStudioMemberCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -171,7 +166,4 @@ export class GetStudioMemberCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetStudioMemberCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-nimble/src/commands/ListEulaAcceptancesCommand.ts b/clients/client-nimble/src/commands/ListEulaAcceptancesCommand.ts index d37493eab84e..23ebfd06e859 100644 --- a/clients/client-nimble/src/commands/ListEulaAcceptancesCommand.ts +++ b/clients/client-nimble/src/commands/ListEulaAcceptancesCommand.ts @@ -107,9 +107,6 @@ export class ListEulaAcceptancesCommand extends $Command< ListEulaAcceptancesCommandOutput, NimbleClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -123,9 +120,7 @@ export class ListEulaAcceptancesCommand extends $Command< * @public */ constructor(readonly input: ListEulaAcceptancesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -178,7 +173,4 @@ export class ListEulaAcceptancesCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListEulaAcceptancesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-nimble/src/commands/ListEulasCommand.ts b/clients/client-nimble/src/commands/ListEulasCommand.ts index 77ba38b87106..70bba58fb38c 100644 --- a/clients/client-nimble/src/commands/ListEulasCommand.ts +++ b/clients/client-nimble/src/commands/ListEulasCommand.ts @@ -106,9 +106,6 @@ export class ListEulasCommand extends $Command< ListEulasCommandOutput, NimbleClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -122,9 +119,7 @@ export class ListEulasCommand extends $Command< * @public */ constructor(readonly input: ListEulasCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -175,7 +170,4 @@ export class ListEulasCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListEulasCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-nimble/src/commands/ListLaunchProfileMembersCommand.ts b/clients/client-nimble/src/commands/ListLaunchProfileMembersCommand.ts index 16855d37f4f9..b9223bef7c6c 100644 --- a/clients/client-nimble/src/commands/ListLaunchProfileMembersCommand.ts +++ b/clients/client-nimble/src/commands/ListLaunchProfileMembersCommand.ts @@ -105,9 +105,6 @@ export class ListLaunchProfileMembersCommand extends $Command< ListLaunchProfileMembersCommandOutput, NimbleClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -121,9 +118,7 @@ export class ListLaunchProfileMembersCommand extends $Command< * @public */ constructor(readonly input: ListLaunchProfileMembersCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -176,7 +171,4 @@ export class ListLaunchProfileMembersCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListLaunchProfileMembersCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-nimble/src/commands/ListLaunchProfilesCommand.ts b/clients/client-nimble/src/commands/ListLaunchProfilesCommand.ts index 3523010f8a75..0a6842b4631b 100644 --- a/clients/client-nimble/src/commands/ListLaunchProfilesCommand.ts +++ b/clients/client-nimble/src/commands/ListLaunchProfilesCommand.ts @@ -170,9 +170,6 @@ export class ListLaunchProfilesCommand extends $Command< ListLaunchProfilesCommandOutput, NimbleClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -186,9 +183,7 @@ export class ListLaunchProfilesCommand extends $Command< * @public */ constructor(readonly input: ListLaunchProfilesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -241,7 +236,4 @@ export class ListLaunchProfilesCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListLaunchProfilesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-nimble/src/commands/ListStreamingImagesCommand.ts b/clients/client-nimble/src/commands/ListStreamingImagesCommand.ts index 701bb11b5ce5..4c2ce106330a 100644 --- a/clients/client-nimble/src/commands/ListStreamingImagesCommand.ts +++ b/clients/client-nimble/src/commands/ListStreamingImagesCommand.ts @@ -126,9 +126,6 @@ export class ListStreamingImagesCommand extends $Command< ListStreamingImagesCommandOutput, NimbleClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -142,9 +139,7 @@ export class ListStreamingImagesCommand extends $Command< * @public */ constructor(readonly input: ListStreamingImagesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -197,7 +192,4 @@ export class ListStreamingImagesCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListStreamingImagesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-nimble/src/commands/ListStreamingSessionBackupsCommand.ts b/clients/client-nimble/src/commands/ListStreamingSessionBackupsCommand.ts index 125d505598bc..d4cb8dfbc3b2 100644 --- a/clients/client-nimble/src/commands/ListStreamingSessionBackupsCommand.ts +++ b/clients/client-nimble/src/commands/ListStreamingSessionBackupsCommand.ts @@ -112,9 +112,6 @@ export class ListStreamingSessionBackupsCommand extends $Command< ListStreamingSessionBackupsCommandOutput, NimbleClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -128,9 +125,7 @@ export class ListStreamingSessionBackupsCommand extends $Command< * @public */ constructor(readonly input: ListStreamingSessionBackupsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -186,7 +181,4 @@ export class ListStreamingSessionBackupsCommand extends $Command< ): Promise { return de_ListStreamingSessionBackupsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-nimble/src/commands/ListStreamingSessionsCommand.ts b/clients/client-nimble/src/commands/ListStreamingSessionsCommand.ts index f05bff21a38f..439440c05f43 100644 --- a/clients/client-nimble/src/commands/ListStreamingSessionsCommand.ts +++ b/clients/client-nimble/src/commands/ListStreamingSessionsCommand.ts @@ -135,9 +135,6 @@ export class ListStreamingSessionsCommand extends $Command< ListStreamingSessionsCommandOutput, NimbleClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -151,9 +148,7 @@ export class ListStreamingSessionsCommand extends $Command< * @public */ constructor(readonly input: ListStreamingSessionsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -206,7 +201,4 @@ export class ListStreamingSessionsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListStreamingSessionsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-nimble/src/commands/ListStudioComponentsCommand.ts b/clients/client-nimble/src/commands/ListStudioComponentsCommand.ts index bf6c2e7e7c2f..5b6fdd2b71d1 100644 --- a/clients/client-nimble/src/commands/ListStudioComponentsCommand.ts +++ b/clients/client-nimble/src/commands/ListStudioComponentsCommand.ts @@ -171,9 +171,6 @@ export class ListStudioComponentsCommand extends $Command< ListStudioComponentsCommandOutput, NimbleClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -187,9 +184,7 @@ export class ListStudioComponentsCommand extends $Command< * @public */ constructor(readonly input: ListStudioComponentsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -242,7 +237,4 @@ export class ListStudioComponentsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListStudioComponentsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-nimble/src/commands/ListStudioMembersCommand.ts b/clients/client-nimble/src/commands/ListStudioMembersCommand.ts index f5794f21cb26..5aef8189cbc4 100644 --- a/clients/client-nimble/src/commands/ListStudioMembersCommand.ts +++ b/clients/client-nimble/src/commands/ListStudioMembersCommand.ts @@ -108,9 +108,6 @@ export class ListStudioMembersCommand extends $Command< ListStudioMembersCommandOutput, NimbleClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -124,9 +121,7 @@ export class ListStudioMembersCommand extends $Command< * @public */ constructor(readonly input: ListStudioMembersCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -179,7 +174,4 @@ export class ListStudioMembersCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListStudioMembersCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-nimble/src/commands/ListStudiosCommand.ts b/clients/client-nimble/src/commands/ListStudiosCommand.ts index 578bb6e9dd4a..35ca5230b0f2 100644 --- a/clients/client-nimble/src/commands/ListStudiosCommand.ts +++ b/clients/client-nimble/src/commands/ListStudiosCommand.ts @@ -119,9 +119,6 @@ export class ListStudiosCommand extends $Command< ListStudiosCommandOutput, NimbleClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -135,9 +132,7 @@ export class ListStudiosCommand extends $Command< * @public */ constructor(readonly input: ListStudiosCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -188,7 +183,4 @@ export class ListStudiosCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListStudiosCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-nimble/src/commands/ListTagsForResourceCommand.ts b/clients/client-nimble/src/commands/ListTagsForResourceCommand.ts index d8055e5a9500..a6b298f06f57 100644 --- a/clients/client-nimble/src/commands/ListTagsForResourceCommand.ts +++ b/clients/client-nimble/src/commands/ListTagsForResourceCommand.ts @@ -100,9 +100,6 @@ export class ListTagsForResourceCommand extends $Command< ListTagsForResourceCommandOutput, NimbleClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -116,9 +113,7 @@ export class ListTagsForResourceCommand extends $Command< * @public */ constructor(readonly input: ListTagsForResourceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -171,7 +166,4 @@ export class ListTagsForResourceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListTagsForResourceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-nimble/src/commands/PutLaunchProfileMembersCommand.ts b/clients/client-nimble/src/commands/PutLaunchProfileMembersCommand.ts index 3b5f8ae9f816..474f65634d47 100644 --- a/clients/client-nimble/src/commands/PutLaunchProfileMembersCommand.ts +++ b/clients/client-nimble/src/commands/PutLaunchProfileMembersCommand.ts @@ -101,9 +101,6 @@ export class PutLaunchProfileMembersCommand extends $Command< PutLaunchProfileMembersCommandOutput, NimbleClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -117,9 +114,7 @@ export class PutLaunchProfileMembersCommand extends $Command< * @public */ constructor(readonly input: PutLaunchProfileMembersCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -172,7 +167,4 @@ export class PutLaunchProfileMembersCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_PutLaunchProfileMembersCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-nimble/src/commands/PutStudioMembersCommand.ts b/clients/client-nimble/src/commands/PutStudioMembersCommand.ts index 8819d3cf5535..26956d3366db 100644 --- a/clients/client-nimble/src/commands/PutStudioMembersCommand.ts +++ b/clients/client-nimble/src/commands/PutStudioMembersCommand.ts @@ -100,9 +100,6 @@ export class PutStudioMembersCommand extends $Command< PutStudioMembersCommandOutput, NimbleClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -116,9 +113,7 @@ export class PutStudioMembersCommand extends $Command< * @public */ constructor(readonly input: PutStudioMembersCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -171,7 +166,4 @@ export class PutStudioMembersCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_PutStudioMembersCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-nimble/src/commands/StartStreamingSessionCommand.ts b/clients/client-nimble/src/commands/StartStreamingSessionCommand.ts index c1e60eae5c99..5f7335ddf560 100644 --- a/clients/client-nimble/src/commands/StartStreamingSessionCommand.ts +++ b/clients/client-nimble/src/commands/StartStreamingSessionCommand.ts @@ -133,9 +133,6 @@ export class StartStreamingSessionCommand extends $Command< StartStreamingSessionCommandOutput, NimbleClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -149,9 +146,7 @@ export class StartStreamingSessionCommand extends $Command< * @public */ constructor(readonly input: StartStreamingSessionCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -204,7 +199,4 @@ export class StartStreamingSessionCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_StartStreamingSessionCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-nimble/src/commands/StartStudioSSOConfigurationRepairCommand.ts b/clients/client-nimble/src/commands/StartStudioSSOConfigurationRepairCommand.ts index 5807cdaab16b..58bc43011295 100644 --- a/clients/client-nimble/src/commands/StartStudioSSOConfigurationRepairCommand.ts +++ b/clients/client-nimble/src/commands/StartStudioSSOConfigurationRepairCommand.ts @@ -132,9 +132,6 @@ export class StartStudioSSOConfigurationRepairCommand extends $Command< StartStudioSSOConfigurationRepairCommandOutput, NimbleClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -148,9 +145,7 @@ export class StartStudioSSOConfigurationRepairCommand extends $Command< * @public */ constructor(readonly input: StartStudioSSOConfigurationRepairCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -209,7 +204,4 @@ export class StartStudioSSOConfigurationRepairCommand extends $Command< ): Promise { return de_StartStudioSSOConfigurationRepairCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-nimble/src/commands/StopStreamingSessionCommand.ts b/clients/client-nimble/src/commands/StopStreamingSessionCommand.ts index 1ec00af8ef07..047b5668e131 100644 --- a/clients/client-nimble/src/commands/StopStreamingSessionCommand.ts +++ b/clients/client-nimble/src/commands/StopStreamingSessionCommand.ts @@ -133,9 +133,6 @@ export class StopStreamingSessionCommand extends $Command< StopStreamingSessionCommandOutput, NimbleClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -149,9 +146,7 @@ export class StopStreamingSessionCommand extends $Command< * @public */ constructor(readonly input: StopStreamingSessionCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -204,7 +199,4 @@ export class StopStreamingSessionCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_StopStreamingSessionCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-nimble/src/commands/TagResourceCommand.ts b/clients/client-nimble/src/commands/TagResourceCommand.ts index e00a440c0855..fec32328651e 100644 --- a/clients/client-nimble/src/commands/TagResourceCommand.ts +++ b/clients/client-nimble/src/commands/TagResourceCommand.ts @@ -95,9 +95,6 @@ export class TagResourceCommand extends $Command< TagResourceCommandOutput, NimbleClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -111,9 +108,7 @@ export class TagResourceCommand extends $Command< * @public */ constructor(readonly input: TagResourceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -164,7 +159,4 @@ export class TagResourceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_TagResourceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-nimble/src/commands/UntagResourceCommand.ts b/clients/client-nimble/src/commands/UntagResourceCommand.ts index 35cde5c54793..c381cb394099 100644 --- a/clients/client-nimble/src/commands/UntagResourceCommand.ts +++ b/clients/client-nimble/src/commands/UntagResourceCommand.ts @@ -95,9 +95,6 @@ export class UntagResourceCommand extends $Command< UntagResourceCommandOutput, NimbleClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -111,9 +108,7 @@ export class UntagResourceCommand extends $Command< * @public */ constructor(readonly input: UntagResourceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -164,7 +159,4 @@ export class UntagResourceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UntagResourceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-nimble/src/commands/UpdateLaunchProfileCommand.ts b/clients/client-nimble/src/commands/UpdateLaunchProfileCommand.ts index 3a2d7f030dbf..97d71c1ca08c 100644 --- a/clients/client-nimble/src/commands/UpdateLaunchProfileCommand.ts +++ b/clients/client-nimble/src/commands/UpdateLaunchProfileCommand.ts @@ -203,9 +203,6 @@ export class UpdateLaunchProfileCommand extends $Command< UpdateLaunchProfileCommandOutput, NimbleClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -219,9 +216,7 @@ export class UpdateLaunchProfileCommand extends $Command< * @public */ constructor(readonly input: UpdateLaunchProfileCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -274,7 +269,4 @@ export class UpdateLaunchProfileCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdateLaunchProfileCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-nimble/src/commands/UpdateLaunchProfileMemberCommand.ts b/clients/client-nimble/src/commands/UpdateLaunchProfileMemberCommand.ts index 831c93bd2b5f..105463ea7d31 100644 --- a/clients/client-nimble/src/commands/UpdateLaunchProfileMemberCommand.ts +++ b/clients/client-nimble/src/commands/UpdateLaunchProfileMemberCommand.ts @@ -103,9 +103,6 @@ export class UpdateLaunchProfileMemberCommand extends $Command< UpdateLaunchProfileMemberCommandOutput, NimbleClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -119,9 +116,7 @@ export class UpdateLaunchProfileMemberCommand extends $Command< * @public */ constructor(readonly input: UpdateLaunchProfileMemberCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -177,7 +172,4 @@ export class UpdateLaunchProfileMemberCommand extends $Command< ): Promise { return de_UpdateLaunchProfileMemberCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-nimble/src/commands/UpdateStreamingImageCommand.ts b/clients/client-nimble/src/commands/UpdateStreamingImageCommand.ts index 27bdc5cef34d..c551c468acbb 100644 --- a/clients/client-nimble/src/commands/UpdateStreamingImageCommand.ts +++ b/clients/client-nimble/src/commands/UpdateStreamingImageCommand.ts @@ -124,9 +124,6 @@ export class UpdateStreamingImageCommand extends $Command< UpdateStreamingImageCommandOutput, NimbleClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -140,9 +137,7 @@ export class UpdateStreamingImageCommand extends $Command< * @public */ constructor(readonly input: UpdateStreamingImageCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -195,7 +190,4 @@ export class UpdateStreamingImageCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdateStreamingImageCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-nimble/src/commands/UpdateStudioCommand.ts b/clients/client-nimble/src/commands/UpdateStudioCommand.ts index 6ba360f98cad..a492671528e3 100644 --- a/clients/client-nimble/src/commands/UpdateStudioCommand.ts +++ b/clients/client-nimble/src/commands/UpdateStudioCommand.ts @@ -127,9 +127,6 @@ export class UpdateStudioCommand extends $Command< UpdateStudioCommandOutput, NimbleClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -143,9 +140,7 @@ export class UpdateStudioCommand extends $Command< * @public */ constructor(readonly input: UpdateStudioCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -196,7 +191,4 @@ export class UpdateStudioCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdateStudioCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-nimble/src/commands/UpdateStudioComponentCommand.ts b/clients/client-nimble/src/commands/UpdateStudioComponentCommand.ts index e7fa16468bcb..06450b702e44 100644 --- a/clients/client-nimble/src/commands/UpdateStudioComponentCommand.ts +++ b/clients/client-nimble/src/commands/UpdateStudioComponentCommand.ts @@ -212,9 +212,6 @@ export class UpdateStudioComponentCommand extends $Command< UpdateStudioComponentCommandOutput, NimbleClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -228,9 +225,7 @@ export class UpdateStudioComponentCommand extends $Command< * @public */ constructor(readonly input: UpdateStudioComponentCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -283,7 +278,4 @@ export class UpdateStudioComponentCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdateStudioComponentCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-oam/package.json b/clients/client-oam/package.json index 4346b24c5e92..62cbd447d0e9 100644 --- a/clients/client-oam/package.json +++ b/clients/client-oam/package.json @@ -34,29 +34,29 @@ "@aws-sdk/util-endpoints": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@smithy/config-resolver": "^2.0.16", - "@smithy/fetch-http-handler": "^2.2.4", - "@smithy/hash-node": "^2.0.12", - "@smithy/invalid-dependency": "^2.0.12", - "@smithy/middleware-content-length": "^2.0.14", - "@smithy/middleware-endpoint": "^2.1.3", - "@smithy/middleware-retry": "^2.0.18", - "@smithy/middleware-serde": "^2.0.12", - "@smithy/middleware-stack": "^2.0.6", - "@smithy/node-config-provider": "^2.1.3", - "@smithy/node-http-handler": "^2.1.8", - "@smithy/protocol-http": "^3.0.8", - "@smithy/smithy-client": "^2.1.12", - "@smithy/types": "^2.4.0", - "@smithy/url-parser": "^2.0.12", - "@smithy/util-base64": "^2.0.0", + "@smithy/config-resolver": "^2.0.18", + "@smithy/fetch-http-handler": "^2.2.6", + "@smithy/hash-node": "^2.0.15", + "@smithy/invalid-dependency": "^2.0.13", + "@smithy/middleware-content-length": "^2.0.15", + "@smithy/middleware-endpoint": "^2.2.0", + "@smithy/middleware-retry": "^2.0.20", + "@smithy/middleware-serde": "^2.0.13", + "@smithy/middleware-stack": "^2.0.7", + "@smithy/node-config-provider": "^2.1.5", + "@smithy/node-http-handler": "^2.1.9", + "@smithy/protocol-http": "^3.0.9", + "@smithy/smithy-client": "^2.1.15", + "@smithy/types": "^2.5.0", + "@smithy/url-parser": "^2.0.13", + "@smithy/util-base64": "^2.0.1", "@smithy/util-body-length-browser": "^2.0.0", "@smithy/util-body-length-node": "^2.1.0", - "@smithy/util-defaults-mode-browser": "^2.0.16", - "@smithy/util-defaults-mode-node": "^2.0.21", - "@smithy/util-endpoints": "^1.0.2", - "@smithy/util-retry": "^2.0.5", - "@smithy/util-utf8": "^2.0.0", + "@smithy/util-defaults-mode-browser": "^2.0.19", + "@smithy/util-defaults-mode-node": "^2.0.25", + "@smithy/util-endpoints": "^1.0.4", + "@smithy/util-retry": "^2.0.6", + "@smithy/util-utf8": "^2.0.2", "tslib": "^2.5.0" }, "devDependencies": { diff --git a/clients/client-oam/src/commands/CreateLinkCommand.ts b/clients/client-oam/src/commands/CreateLinkCommand.ts index 138cc70266f7..139ffbdb42d4 100644 --- a/clients/client-oam/src/commands/CreateLinkCommand.ts +++ b/clients/client-oam/src/commands/CreateLinkCommand.ts @@ -111,9 +111,6 @@ export class CreateLinkCommand extends $Command< CreateLinkCommandOutput, OAMClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -127,9 +124,7 @@ export class CreateLinkCommand extends $Command< * @public */ constructor(readonly input: CreateLinkCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -180,7 +175,4 @@ export class CreateLinkCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateLinkCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-oam/src/commands/CreateSinkCommand.ts b/clients/client-oam/src/commands/CreateSinkCommand.ts index c2791aa47554..afa58c050559 100644 --- a/clients/client-oam/src/commands/CreateSinkCommand.ts +++ b/clients/client-oam/src/commands/CreateSinkCommand.ts @@ -99,9 +99,6 @@ export class CreateSinkCommand extends $Command< CreateSinkCommandOutput, OAMClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -115,9 +112,7 @@ export class CreateSinkCommand extends $Command< * @public */ constructor(readonly input: CreateSinkCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -168,7 +163,4 @@ export class CreateSinkCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateSinkCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-oam/src/commands/DeleteLinkCommand.ts b/clients/client-oam/src/commands/DeleteLinkCommand.ts index 7d5a98544584..8e75df33e030 100644 --- a/clients/client-oam/src/commands/DeleteLinkCommand.ts +++ b/clients/client-oam/src/commands/DeleteLinkCommand.ts @@ -81,9 +81,6 @@ export class DeleteLinkCommand extends $Command< DeleteLinkCommandOutput, OAMClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -97,9 +94,7 @@ export class DeleteLinkCommand extends $Command< * @public */ constructor(readonly input: DeleteLinkCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -150,7 +145,4 @@ export class DeleteLinkCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteLinkCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-oam/src/commands/DeleteSinkCommand.ts b/clients/client-oam/src/commands/DeleteSinkCommand.ts index 68313b1f8876..4e310359795d 100644 --- a/clients/client-oam/src/commands/DeleteSinkCommand.ts +++ b/clients/client-oam/src/commands/DeleteSinkCommand.ts @@ -83,9 +83,6 @@ export class DeleteSinkCommand extends $Command< DeleteSinkCommandOutput, OAMClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -99,9 +96,7 @@ export class DeleteSinkCommand extends $Command< * @public */ constructor(readonly input: DeleteSinkCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -152,7 +147,4 @@ export class DeleteSinkCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteSinkCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-oam/src/commands/GetLinkCommand.ts b/clients/client-oam/src/commands/GetLinkCommand.ts index d107f8504c6b..91bff23f170f 100644 --- a/clients/client-oam/src/commands/GetLinkCommand.ts +++ b/clients/client-oam/src/commands/GetLinkCommand.ts @@ -89,9 +89,6 @@ export interface GetLinkCommandOutput extends GetLinkOutput, __MetadataBearer {} * */ export class GetLinkCommand extends $Command { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -105,9 +102,7 @@ export class GetLinkCommand extends $Command { return de_GetLinkCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-oam/src/commands/GetSinkCommand.ts b/clients/client-oam/src/commands/GetSinkCommand.ts index 031b61ddfa96..b1821ed22e28 100644 --- a/clients/client-oam/src/commands/GetSinkCommand.ts +++ b/clients/client-oam/src/commands/GetSinkCommand.ts @@ -84,9 +84,6 @@ export interface GetSinkCommandOutput extends GetSinkOutput, __MetadataBearer {} * */ export class GetSinkCommand extends $Command { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -100,9 +97,7 @@ export class GetSinkCommand extends $Command { return de_GetSinkCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-oam/src/commands/GetSinkPolicyCommand.ts b/clients/client-oam/src/commands/GetSinkPolicyCommand.ts index 2a0e10a93766..440e3d72181b 100644 --- a/clients/client-oam/src/commands/GetSinkPolicyCommand.ts +++ b/clients/client-oam/src/commands/GetSinkPolicyCommand.ts @@ -85,9 +85,6 @@ export class GetSinkPolicyCommand extends $Command< GetSinkPolicyCommandOutput, OAMClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -101,9 +98,7 @@ export class GetSinkPolicyCommand extends $Command< * @public */ constructor(readonly input: GetSinkPolicyCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -154,7 +149,4 @@ export class GetSinkPolicyCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetSinkPolicyCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-oam/src/commands/ListAttachedLinksCommand.ts b/clients/client-oam/src/commands/ListAttachedLinksCommand.ts index a568c6ff603f..2cbe33cbd061 100644 --- a/clients/client-oam/src/commands/ListAttachedLinksCommand.ts +++ b/clients/client-oam/src/commands/ListAttachedLinksCommand.ts @@ -95,9 +95,6 @@ export class ListAttachedLinksCommand extends $Command< ListAttachedLinksCommandOutput, OAMClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -111,9 +108,7 @@ export class ListAttachedLinksCommand extends $Command< * @public */ constructor(readonly input: ListAttachedLinksCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -166,7 +161,4 @@ export class ListAttachedLinksCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListAttachedLinksCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-oam/src/commands/ListLinksCommand.ts b/clients/client-oam/src/commands/ListLinksCommand.ts index 21b8fa52fe4e..f579dfb7aaa9 100644 --- a/clients/client-oam/src/commands/ListLinksCommand.ts +++ b/clients/client-oam/src/commands/ListLinksCommand.ts @@ -89,9 +89,6 @@ export interface ListLinksCommandOutput extends ListLinksOutput, __MetadataBeare * */ export class ListLinksCommand extends $Command { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -105,9 +102,7 @@ export class ListLinksCommand extends $Command { return de_ListLinksCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-oam/src/commands/ListSinksCommand.ts b/clients/client-oam/src/commands/ListSinksCommand.ts index 7ce186f20a85..80ca51a17651 100644 --- a/clients/client-oam/src/commands/ListSinksCommand.ts +++ b/clients/client-oam/src/commands/ListSinksCommand.ts @@ -83,9 +83,6 @@ export interface ListSinksCommandOutput extends ListSinksOutput, __MetadataBeare * */ export class ListSinksCommand extends $Command { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -99,9 +96,7 @@ export class ListSinksCommand extends $Command { return de_ListSinksCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-oam/src/commands/ListTagsForResourceCommand.ts b/clients/client-oam/src/commands/ListTagsForResourceCommand.ts index e14527a97712..83a362683c79 100644 --- a/clients/client-oam/src/commands/ListTagsForResourceCommand.ts +++ b/clients/client-oam/src/commands/ListTagsForResourceCommand.ts @@ -78,9 +78,6 @@ export class ListTagsForResourceCommand extends $Command< ListTagsForResourceCommandOutput, OAMClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -94,9 +91,7 @@ export class ListTagsForResourceCommand extends $Command< * @public */ constructor(readonly input: ListTagsForResourceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -149,7 +144,4 @@ export class ListTagsForResourceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListTagsForResourceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-oam/src/commands/PutSinkPolicyCommand.ts b/clients/client-oam/src/commands/PutSinkPolicyCommand.ts index 0ff25330d84b..b2e47f9503b1 100644 --- a/clients/client-oam/src/commands/PutSinkPolicyCommand.ts +++ b/clients/client-oam/src/commands/PutSinkPolicyCommand.ts @@ -113,9 +113,6 @@ export class PutSinkPolicyCommand extends $Command< PutSinkPolicyCommandOutput, OAMClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -129,9 +126,7 @@ export class PutSinkPolicyCommand extends $Command< * @public */ constructor(readonly input: PutSinkPolicyCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -182,7 +177,4 @@ export class PutSinkPolicyCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_PutSinkPolicyCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-oam/src/commands/TagResourceCommand.ts b/clients/client-oam/src/commands/TagResourceCommand.ts index adf708fa2d01..279369afb915 100644 --- a/clients/client-oam/src/commands/TagResourceCommand.ts +++ b/clients/client-oam/src/commands/TagResourceCommand.ts @@ -96,9 +96,6 @@ export class TagResourceCommand extends $Command< TagResourceCommandOutput, OAMClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -112,9 +109,7 @@ export class TagResourceCommand extends $Command< * @public */ constructor(readonly input: TagResourceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -165,7 +160,4 @@ export class TagResourceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_TagResourceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-oam/src/commands/UntagResourceCommand.ts b/clients/client-oam/src/commands/UntagResourceCommand.ts index b9c28aa7d640..5e753c17b383 100644 --- a/clients/client-oam/src/commands/UntagResourceCommand.ts +++ b/clients/client-oam/src/commands/UntagResourceCommand.ts @@ -83,9 +83,6 @@ export class UntagResourceCommand extends $Command< UntagResourceCommandOutput, OAMClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -99,9 +96,7 @@ export class UntagResourceCommand extends $Command< * @public */ constructor(readonly input: UntagResourceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -152,7 +147,4 @@ export class UntagResourceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UntagResourceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-oam/src/commands/UpdateLinkCommand.ts b/clients/client-oam/src/commands/UpdateLinkCommand.ts index 4df160314762..8b26b0137bf7 100644 --- a/clients/client-oam/src/commands/UpdateLinkCommand.ts +++ b/clients/client-oam/src/commands/UpdateLinkCommand.ts @@ -98,9 +98,6 @@ export class UpdateLinkCommand extends $Command< UpdateLinkCommandOutput, OAMClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -114,9 +111,7 @@ export class UpdateLinkCommand extends $Command< * @public */ constructor(readonly input: UpdateLinkCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -167,7 +162,4 @@ export class UpdateLinkCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdateLinkCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-omics/package.json b/clients/client-omics/package.json index bd772b530f14..d01f9e56b825 100644 --- a/clients/client-omics/package.json +++ b/clients/client-omics/package.json @@ -34,31 +34,31 @@ "@aws-sdk/util-endpoints": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@smithy/config-resolver": "^2.0.16", - "@smithy/fetch-http-handler": "^2.2.4", - "@smithy/hash-node": "^2.0.12", - "@smithy/invalid-dependency": "^2.0.12", - "@smithy/middleware-content-length": "^2.0.14", - "@smithy/middleware-endpoint": "^2.1.3", - "@smithy/middleware-retry": "^2.0.18", - "@smithy/middleware-serde": "^2.0.12", - "@smithy/middleware-stack": "^2.0.6", - "@smithy/node-config-provider": "^2.1.3", - "@smithy/node-http-handler": "^2.1.8", - "@smithy/protocol-http": "^3.0.8", - "@smithy/smithy-client": "^2.1.12", - "@smithy/types": "^2.4.0", - "@smithy/url-parser": "^2.0.12", - "@smithy/util-base64": "^2.0.0", + "@smithy/config-resolver": "^2.0.18", + "@smithy/fetch-http-handler": "^2.2.6", + "@smithy/hash-node": "^2.0.15", + "@smithy/invalid-dependency": "^2.0.13", + "@smithy/middleware-content-length": "^2.0.15", + "@smithy/middleware-endpoint": "^2.2.0", + "@smithy/middleware-retry": "^2.0.20", + "@smithy/middleware-serde": "^2.0.13", + "@smithy/middleware-stack": "^2.0.7", + "@smithy/node-config-provider": "^2.1.5", + "@smithy/node-http-handler": "^2.1.9", + "@smithy/protocol-http": "^3.0.9", + "@smithy/smithy-client": "^2.1.15", + "@smithy/types": "^2.5.0", + "@smithy/url-parser": "^2.0.13", + "@smithy/util-base64": "^2.0.1", "@smithy/util-body-length-browser": "^2.0.0", "@smithy/util-body-length-node": "^2.1.0", - "@smithy/util-defaults-mode-browser": "^2.0.16", - "@smithy/util-defaults-mode-node": "^2.0.21", - "@smithy/util-endpoints": "^1.0.2", - "@smithy/util-retry": "^2.0.5", - "@smithy/util-stream": "^2.0.17", - "@smithy/util-utf8": "^2.0.0", - "@smithy/util-waiter": "^2.0.12", + "@smithy/util-defaults-mode-browser": "^2.0.19", + "@smithy/util-defaults-mode-node": "^2.0.25", + "@smithy/util-endpoints": "^1.0.4", + "@smithy/util-retry": "^2.0.6", + "@smithy/util-stream": "^2.0.20", + "@smithy/util-utf8": "^2.0.2", + "@smithy/util-waiter": "^2.0.13", "tslib": "^2.5.0", "uuid": "^8.3.2" }, diff --git a/clients/client-omics/src/commands/AbortMultipartReadSetUploadCommand.ts b/clients/client-omics/src/commands/AbortMultipartReadSetUploadCommand.ts index e4803be55c3c..171acfbd8d53 100644 --- a/clients/client-omics/src/commands/AbortMultipartReadSetUploadCommand.ts +++ b/clients/client-omics/src/commands/AbortMultipartReadSetUploadCommand.ts @@ -102,9 +102,6 @@ export class AbortMultipartReadSetUploadCommand extends $Command< AbortMultipartReadSetUploadCommandOutput, OmicsClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -118,9 +115,7 @@ export class AbortMultipartReadSetUploadCommand extends $Command< * @public */ constructor(readonly input: AbortMultipartReadSetUploadCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -176,7 +171,4 @@ export class AbortMultipartReadSetUploadCommand extends $Command< ): Promise { return de_AbortMultipartReadSetUploadCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-omics/src/commands/AcceptShareCommand.ts b/clients/client-omics/src/commands/AcceptShareCommand.ts index 58004e6cf344..eb68f874c50e 100644 --- a/clients/client-omics/src/commands/AcceptShareCommand.ts +++ b/clients/client-omics/src/commands/AcceptShareCommand.ts @@ -93,9 +93,6 @@ export class AcceptShareCommand extends $Command< AcceptShareCommandOutput, OmicsClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -109,9 +106,7 @@ export class AcceptShareCommand extends $Command< * @public */ constructor(readonly input: AcceptShareCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -162,7 +157,4 @@ export class AcceptShareCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_AcceptShareCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-omics/src/commands/BatchDeleteReadSetCommand.ts b/clients/client-omics/src/commands/BatchDeleteReadSetCommand.ts index 37520b57cefa..42f40da16f3f 100644 --- a/clients/client-omics/src/commands/BatchDeleteReadSetCommand.ts +++ b/clients/client-omics/src/commands/BatchDeleteReadSetCommand.ts @@ -97,9 +97,6 @@ export class BatchDeleteReadSetCommand extends $Command< BatchDeleteReadSetCommandOutput, OmicsClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -113,9 +110,7 @@ export class BatchDeleteReadSetCommand extends $Command< * @public */ constructor(readonly input: BatchDeleteReadSetCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -168,7 +163,4 @@ export class BatchDeleteReadSetCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_BatchDeleteReadSetCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-omics/src/commands/CancelAnnotationImportJobCommand.ts b/clients/client-omics/src/commands/CancelAnnotationImportJobCommand.ts index b81ee0f76a95..1e933682e306 100644 --- a/clients/client-omics/src/commands/CancelAnnotationImportJobCommand.ts +++ b/clients/client-omics/src/commands/CancelAnnotationImportJobCommand.ts @@ -83,9 +83,6 @@ export class CancelAnnotationImportJobCommand extends $Command< CancelAnnotationImportJobCommandOutput, OmicsClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -99,9 +96,7 @@ export class CancelAnnotationImportJobCommand extends $Command< * @public */ constructor(readonly input: CancelAnnotationImportJobCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -157,7 +152,4 @@ export class CancelAnnotationImportJobCommand extends $Command< ): Promise { return de_CancelAnnotationImportJobCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-omics/src/commands/CancelRunCommand.ts b/clients/client-omics/src/commands/CancelRunCommand.ts index 46ac711f79e0..d43caa6c8f93 100644 --- a/clients/client-omics/src/commands/CancelRunCommand.ts +++ b/clients/client-omics/src/commands/CancelRunCommand.ts @@ -92,9 +92,6 @@ export class CancelRunCommand extends $Command< CancelRunCommandOutput, OmicsClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -108,9 +105,7 @@ export class CancelRunCommand extends $Command< * @public */ constructor(readonly input: CancelRunCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -161,7 +156,4 @@ export class CancelRunCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CancelRunCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-omics/src/commands/CancelVariantImportJobCommand.ts b/clients/client-omics/src/commands/CancelVariantImportJobCommand.ts index fe596372d1ce..73609c80bcd9 100644 --- a/clients/client-omics/src/commands/CancelVariantImportJobCommand.ts +++ b/clients/client-omics/src/commands/CancelVariantImportJobCommand.ts @@ -83,9 +83,6 @@ export class CancelVariantImportJobCommand extends $Command< CancelVariantImportJobCommandOutput, OmicsClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -99,9 +96,7 @@ export class CancelVariantImportJobCommand extends $Command< * @public */ constructor(readonly input: CancelVariantImportJobCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -154,7 +149,4 @@ export class CancelVariantImportJobCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CancelVariantImportJobCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-omics/src/commands/CompleteMultipartReadSetUploadCommand.ts b/clients/client-omics/src/commands/CompleteMultipartReadSetUploadCommand.ts index 33bf923dfa81..16d49ee52f2e 100644 --- a/clients/client-omics/src/commands/CompleteMultipartReadSetUploadCommand.ts +++ b/clients/client-omics/src/commands/CompleteMultipartReadSetUploadCommand.ts @@ -111,9 +111,6 @@ export class CompleteMultipartReadSetUploadCommand extends $Command< CompleteMultipartReadSetUploadCommandOutput, OmicsClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -127,9 +124,7 @@ export class CompleteMultipartReadSetUploadCommand extends $Command< * @public */ constructor(readonly input: CompleteMultipartReadSetUploadCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -188,7 +183,4 @@ export class CompleteMultipartReadSetUploadCommand extends $Command< ): Promise { return de_CompleteMultipartReadSetUploadCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-omics/src/commands/CreateAnnotationStoreCommand.ts b/clients/client-omics/src/commands/CreateAnnotationStoreCommand.ts index a4a685760e4b..99e863733649 100644 --- a/clients/client-omics/src/commands/CreateAnnotationStoreCommand.ts +++ b/clients/client-omics/src/commands/CreateAnnotationStoreCommand.ts @@ -138,9 +138,6 @@ export class CreateAnnotationStoreCommand extends $Command< CreateAnnotationStoreCommandOutput, OmicsClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -154,9 +151,7 @@ export class CreateAnnotationStoreCommand extends $Command< * @public */ constructor(readonly input: CreateAnnotationStoreCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -209,7 +204,4 @@ export class CreateAnnotationStoreCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateAnnotationStoreCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-omics/src/commands/CreateAnnotationStoreVersionCommand.ts b/clients/client-omics/src/commands/CreateAnnotationStoreVersionCommand.ts index b5c0fa362197..7e9a354d4cd8 100644 --- a/clients/client-omics/src/commands/CreateAnnotationStoreVersionCommand.ts +++ b/clients/client-omics/src/commands/CreateAnnotationStoreVersionCommand.ts @@ -134,9 +134,6 @@ export class CreateAnnotationStoreVersionCommand extends $Command< CreateAnnotationStoreVersionCommandOutput, OmicsClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -150,9 +147,7 @@ export class CreateAnnotationStoreVersionCommand extends $Command< * @public */ constructor(readonly input: CreateAnnotationStoreVersionCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -208,7 +203,4 @@ export class CreateAnnotationStoreVersionCommand extends $Command< ): Promise { return de_CreateAnnotationStoreVersionCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-omics/src/commands/CreateMultipartReadSetUploadCommand.ts b/clients/client-omics/src/commands/CreateMultipartReadSetUploadCommand.ts index 75c798e58ea9..f6bd6251e7ed 100644 --- a/clients/client-omics/src/commands/CreateMultipartReadSetUploadCommand.ts +++ b/clients/client-omics/src/commands/CreateMultipartReadSetUploadCommand.ts @@ -126,9 +126,6 @@ export class CreateMultipartReadSetUploadCommand extends $Command< CreateMultipartReadSetUploadCommandOutput, OmicsClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -142,9 +139,7 @@ export class CreateMultipartReadSetUploadCommand extends $Command< * @public */ constructor(readonly input: CreateMultipartReadSetUploadCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -200,7 +195,4 @@ export class CreateMultipartReadSetUploadCommand extends $Command< ): Promise { return de_CreateMultipartReadSetUploadCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-omics/src/commands/CreateReferenceStoreCommand.ts b/clients/client-omics/src/commands/CreateReferenceStoreCommand.ts index 58b9af7e0134..3322eb935476 100644 --- a/clients/client-omics/src/commands/CreateReferenceStoreCommand.ts +++ b/clients/client-omics/src/commands/CreateReferenceStoreCommand.ts @@ -105,9 +105,6 @@ export class CreateReferenceStoreCommand extends $Command< CreateReferenceStoreCommandOutput, OmicsClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -121,9 +118,7 @@ export class CreateReferenceStoreCommand extends $Command< * @public */ constructor(readonly input: CreateReferenceStoreCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -176,7 +171,4 @@ export class CreateReferenceStoreCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateReferenceStoreCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-omics/src/commands/CreateRunGroupCommand.ts b/clients/client-omics/src/commands/CreateRunGroupCommand.ts index 078a11e7e777..65ee794e7f25 100644 --- a/clients/client-omics/src/commands/CreateRunGroupCommand.ts +++ b/clients/client-omics/src/commands/CreateRunGroupCommand.ts @@ -106,9 +106,6 @@ export class CreateRunGroupCommand extends $Command< CreateRunGroupCommandOutput, OmicsClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -122,9 +119,7 @@ export class CreateRunGroupCommand extends $Command< * @public */ constructor(readonly input: CreateRunGroupCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -177,7 +172,4 @@ export class CreateRunGroupCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateRunGroupCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-omics/src/commands/CreateSequenceStoreCommand.ts b/clients/client-omics/src/commands/CreateSequenceStoreCommand.ts index 15dffaa744f2..de32ce597df2 100644 --- a/clients/client-omics/src/commands/CreateSequenceStoreCommand.ts +++ b/clients/client-omics/src/commands/CreateSequenceStoreCommand.ts @@ -107,9 +107,6 @@ export class CreateSequenceStoreCommand extends $Command< CreateSequenceStoreCommandOutput, OmicsClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -123,9 +120,7 @@ export class CreateSequenceStoreCommand extends $Command< * @public */ constructor(readonly input: CreateSequenceStoreCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -178,7 +173,4 @@ export class CreateSequenceStoreCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateSequenceStoreCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-omics/src/commands/CreateShareCommand.ts b/clients/client-omics/src/commands/CreateShareCommand.ts index 78e3be707ec7..3444e4db6c02 100644 --- a/clients/client-omics/src/commands/CreateShareCommand.ts +++ b/clients/client-omics/src/commands/CreateShareCommand.ts @@ -97,9 +97,6 @@ export class CreateShareCommand extends $Command< CreateShareCommandOutput, OmicsClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -113,9 +110,7 @@ export class CreateShareCommand extends $Command< * @public */ constructor(readonly input: CreateShareCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -166,7 +161,4 @@ export class CreateShareCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateShareCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-omics/src/commands/CreateVariantStoreCommand.ts b/clients/client-omics/src/commands/CreateVariantStoreCommand.ts index 5082e60580c6..1172deee49d7 100644 --- a/clients/client-omics/src/commands/CreateVariantStoreCommand.ts +++ b/clients/client-omics/src/commands/CreateVariantStoreCommand.ts @@ -108,9 +108,6 @@ export class CreateVariantStoreCommand extends $Command< CreateVariantStoreCommandOutput, OmicsClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -124,9 +121,7 @@ export class CreateVariantStoreCommand extends $Command< * @public */ constructor(readonly input: CreateVariantStoreCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -179,7 +174,4 @@ export class CreateVariantStoreCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateVariantStoreCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-omics/src/commands/CreateWorkflowCommand.ts b/clients/client-omics/src/commands/CreateWorkflowCommand.ts index 9641d27c435c..93fc9f1ebc3d 100644 --- a/clients/client-omics/src/commands/CreateWorkflowCommand.ts +++ b/clients/client-omics/src/commands/CreateWorkflowCommand.ts @@ -116,9 +116,6 @@ export class CreateWorkflowCommand extends $Command< CreateWorkflowCommandOutput, OmicsClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -132,9 +129,7 @@ export class CreateWorkflowCommand extends $Command< * @public */ constructor(readonly input: CreateWorkflowCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -187,7 +182,4 @@ export class CreateWorkflowCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateWorkflowCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-omics/src/commands/DeleteAnnotationStoreCommand.ts b/clients/client-omics/src/commands/DeleteAnnotationStoreCommand.ts index 877b0a71bfe5..eabd12831c33 100644 --- a/clients/client-omics/src/commands/DeleteAnnotationStoreCommand.ts +++ b/clients/client-omics/src/commands/DeleteAnnotationStoreCommand.ts @@ -89,9 +89,6 @@ export class DeleteAnnotationStoreCommand extends $Command< DeleteAnnotationStoreCommandOutput, OmicsClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -105,9 +102,7 @@ export class DeleteAnnotationStoreCommand extends $Command< * @public */ constructor(readonly input: DeleteAnnotationStoreCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -160,7 +155,4 @@ export class DeleteAnnotationStoreCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteAnnotationStoreCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-omics/src/commands/DeleteAnnotationStoreVersionsCommand.ts b/clients/client-omics/src/commands/DeleteAnnotationStoreVersionsCommand.ts index 2b3ba2c18a28..ea5ea009397b 100644 --- a/clients/client-omics/src/commands/DeleteAnnotationStoreVersionsCommand.ts +++ b/clients/client-omics/src/commands/DeleteAnnotationStoreVersionsCommand.ts @@ -104,9 +104,6 @@ export class DeleteAnnotationStoreVersionsCommand extends $Command< DeleteAnnotationStoreVersionsCommandOutput, OmicsClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -120,9 +117,7 @@ export class DeleteAnnotationStoreVersionsCommand extends $Command< * @public */ constructor(readonly input: DeleteAnnotationStoreVersionsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -178,7 +173,4 @@ export class DeleteAnnotationStoreVersionsCommand extends $Command< ): Promise { return de_DeleteAnnotationStoreVersionsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-omics/src/commands/DeleteReferenceCommand.ts b/clients/client-omics/src/commands/DeleteReferenceCommand.ts index eaddca9b03f9..d4dc637abb66 100644 --- a/clients/client-omics/src/commands/DeleteReferenceCommand.ts +++ b/clients/client-omics/src/commands/DeleteReferenceCommand.ts @@ -90,9 +90,6 @@ export class DeleteReferenceCommand extends $Command< DeleteReferenceCommandOutput, OmicsClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -106,9 +103,7 @@ export class DeleteReferenceCommand extends $Command< * @public */ constructor(readonly input: DeleteReferenceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -161,7 +156,4 @@ export class DeleteReferenceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteReferenceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-omics/src/commands/DeleteReferenceStoreCommand.ts b/clients/client-omics/src/commands/DeleteReferenceStoreCommand.ts index 1fb27f458150..58cce71b05cd 100644 --- a/clients/client-omics/src/commands/DeleteReferenceStoreCommand.ts +++ b/clients/client-omics/src/commands/DeleteReferenceStoreCommand.ts @@ -89,9 +89,6 @@ export class DeleteReferenceStoreCommand extends $Command< DeleteReferenceStoreCommandOutput, OmicsClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -105,9 +102,7 @@ export class DeleteReferenceStoreCommand extends $Command< * @public */ constructor(readonly input: DeleteReferenceStoreCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -160,7 +155,4 @@ export class DeleteReferenceStoreCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteReferenceStoreCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-omics/src/commands/DeleteRunCommand.ts b/clients/client-omics/src/commands/DeleteRunCommand.ts index bdea21f341cf..714de066ea7c 100644 --- a/clients/client-omics/src/commands/DeleteRunCommand.ts +++ b/clients/client-omics/src/commands/DeleteRunCommand.ts @@ -92,9 +92,6 @@ export class DeleteRunCommand extends $Command< DeleteRunCommandOutput, OmicsClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -108,9 +105,7 @@ export class DeleteRunCommand extends $Command< * @public */ constructor(readonly input: DeleteRunCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -161,7 +156,4 @@ export class DeleteRunCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteRunCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-omics/src/commands/DeleteRunGroupCommand.ts b/clients/client-omics/src/commands/DeleteRunGroupCommand.ts index bde3dac02a03..1cd1696ea0b3 100644 --- a/clients/client-omics/src/commands/DeleteRunGroupCommand.ts +++ b/clients/client-omics/src/commands/DeleteRunGroupCommand.ts @@ -92,9 +92,6 @@ export class DeleteRunGroupCommand extends $Command< DeleteRunGroupCommandOutput, OmicsClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -108,9 +105,7 @@ export class DeleteRunGroupCommand extends $Command< * @public */ constructor(readonly input: DeleteRunGroupCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -163,7 +158,4 @@ export class DeleteRunGroupCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteRunGroupCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-omics/src/commands/DeleteSequenceStoreCommand.ts b/clients/client-omics/src/commands/DeleteSequenceStoreCommand.ts index 6ad8ce271d2b..9356d1400150 100644 --- a/clients/client-omics/src/commands/DeleteSequenceStoreCommand.ts +++ b/clients/client-omics/src/commands/DeleteSequenceStoreCommand.ts @@ -89,9 +89,6 @@ export class DeleteSequenceStoreCommand extends $Command< DeleteSequenceStoreCommandOutput, OmicsClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -105,9 +102,7 @@ export class DeleteSequenceStoreCommand extends $Command< * @public */ constructor(readonly input: DeleteSequenceStoreCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -160,7 +155,4 @@ export class DeleteSequenceStoreCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteSequenceStoreCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-omics/src/commands/DeleteShareCommand.ts b/clients/client-omics/src/commands/DeleteShareCommand.ts index 377df59d4e93..7144b606fd43 100644 --- a/clients/client-omics/src/commands/DeleteShareCommand.ts +++ b/clients/client-omics/src/commands/DeleteShareCommand.ts @@ -93,9 +93,6 @@ export class DeleteShareCommand extends $Command< DeleteShareCommandOutput, OmicsClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -109,9 +106,7 @@ export class DeleteShareCommand extends $Command< * @public */ constructor(readonly input: DeleteShareCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -162,7 +157,4 @@ export class DeleteShareCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteShareCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-omics/src/commands/DeleteVariantStoreCommand.ts b/clients/client-omics/src/commands/DeleteVariantStoreCommand.ts index 12fda123c107..ae1f7dc16b39 100644 --- a/clients/client-omics/src/commands/DeleteVariantStoreCommand.ts +++ b/clients/client-omics/src/commands/DeleteVariantStoreCommand.ts @@ -89,9 +89,6 @@ export class DeleteVariantStoreCommand extends $Command< DeleteVariantStoreCommandOutput, OmicsClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -105,9 +102,7 @@ export class DeleteVariantStoreCommand extends $Command< * @public */ constructor(readonly input: DeleteVariantStoreCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -160,7 +155,4 @@ export class DeleteVariantStoreCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteVariantStoreCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-omics/src/commands/DeleteWorkflowCommand.ts b/clients/client-omics/src/commands/DeleteWorkflowCommand.ts index e6a19b237d14..b8aecf638fe0 100644 --- a/clients/client-omics/src/commands/DeleteWorkflowCommand.ts +++ b/clients/client-omics/src/commands/DeleteWorkflowCommand.ts @@ -92,9 +92,6 @@ export class DeleteWorkflowCommand extends $Command< DeleteWorkflowCommandOutput, OmicsClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -108,9 +105,7 @@ export class DeleteWorkflowCommand extends $Command< * @public */ constructor(readonly input: DeleteWorkflowCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -163,7 +158,4 @@ export class DeleteWorkflowCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteWorkflowCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-omics/src/commands/GetAnnotationImportJobCommand.ts b/clients/client-omics/src/commands/GetAnnotationImportJobCommand.ts index 6bc5a0ab651b..5a43b0ca0389 100644 --- a/clients/client-omics/src/commands/GetAnnotationImportJobCommand.ts +++ b/clients/client-omics/src/commands/GetAnnotationImportJobCommand.ts @@ -122,9 +122,6 @@ export class GetAnnotationImportJobCommand extends $Command< GetAnnotationImportJobCommandOutput, OmicsClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -138,9 +135,7 @@ export class GetAnnotationImportJobCommand extends $Command< * @public */ constructor(readonly input: GetAnnotationImportJobCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -193,7 +188,4 @@ export class GetAnnotationImportJobCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetAnnotationImportJobCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-omics/src/commands/GetAnnotationStoreCommand.ts b/clients/client-omics/src/commands/GetAnnotationStoreCommand.ts index c989565181d3..1ae94e1935aa 100644 --- a/clients/client-omics/src/commands/GetAnnotationStoreCommand.ts +++ b/clients/client-omics/src/commands/GetAnnotationStoreCommand.ts @@ -118,9 +118,6 @@ export class GetAnnotationStoreCommand extends $Command< GetAnnotationStoreCommandOutput, OmicsClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -134,9 +131,7 @@ export class GetAnnotationStoreCommand extends $Command< * @public */ constructor(readonly input: GetAnnotationStoreCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -189,7 +184,4 @@ export class GetAnnotationStoreCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetAnnotationStoreCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-omics/src/commands/GetAnnotationStoreVersionCommand.ts b/clients/client-omics/src/commands/GetAnnotationStoreVersionCommand.ts index fbab6e2c0e95..74c384c98e84 100644 --- a/clients/client-omics/src/commands/GetAnnotationStoreVersionCommand.ts +++ b/clients/client-omics/src/commands/GetAnnotationStoreVersionCommand.ts @@ -114,9 +114,6 @@ export class GetAnnotationStoreVersionCommand extends $Command< GetAnnotationStoreVersionCommandOutput, OmicsClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -130,9 +127,7 @@ export class GetAnnotationStoreVersionCommand extends $Command< * @public */ constructor(readonly input: GetAnnotationStoreVersionCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -188,7 +183,4 @@ export class GetAnnotationStoreVersionCommand extends $Command< ): Promise { return de_GetAnnotationStoreVersionCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-omics/src/commands/GetReadSetActivationJobCommand.ts b/clients/client-omics/src/commands/GetReadSetActivationJobCommand.ts index ce72d539d5cd..b3df1d6ca34f 100644 --- a/clients/client-omics/src/commands/GetReadSetActivationJobCommand.ts +++ b/clients/client-omics/src/commands/GetReadSetActivationJobCommand.ts @@ -101,9 +101,6 @@ export class GetReadSetActivationJobCommand extends $Command< GetReadSetActivationJobCommandOutput, OmicsClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -117,9 +114,7 @@ export class GetReadSetActivationJobCommand extends $Command< * @public */ constructor(readonly input: GetReadSetActivationJobCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -172,7 +167,4 @@ export class GetReadSetActivationJobCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetReadSetActivationJobCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-omics/src/commands/GetReadSetCommand.ts b/clients/client-omics/src/commands/GetReadSetCommand.ts index f780094c53c0..61390df4bc03 100644 --- a/clients/client-omics/src/commands/GetReadSetCommand.ts +++ b/clients/client-omics/src/commands/GetReadSetCommand.ts @@ -101,9 +101,6 @@ export class GetReadSetCommand extends $Command< GetReadSetCommandOutput, OmicsClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -117,9 +114,7 @@ export class GetReadSetCommand extends $Command< * @public */ constructor(readonly input: GetReadSetCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -173,7 +168,4 @@ export class GetReadSetCommand extends $Command< ): Promise { return de_GetReadSetCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-omics/src/commands/GetReadSetExportJobCommand.ts b/clients/client-omics/src/commands/GetReadSetExportJobCommand.ts index 13288f747c72..437bc1143361 100644 --- a/clients/client-omics/src/commands/GetReadSetExportJobCommand.ts +++ b/clients/client-omics/src/commands/GetReadSetExportJobCommand.ts @@ -102,9 +102,6 @@ export class GetReadSetExportJobCommand extends $Command< GetReadSetExportJobCommandOutput, OmicsClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -118,9 +115,7 @@ export class GetReadSetExportJobCommand extends $Command< * @public */ constructor(readonly input: GetReadSetExportJobCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -173,7 +168,4 @@ export class GetReadSetExportJobCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetReadSetExportJobCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-omics/src/commands/GetReadSetImportJobCommand.ts b/clients/client-omics/src/commands/GetReadSetImportJobCommand.ts index 52f027a21ed0..8b4c80b429c0 100644 --- a/clients/client-omics/src/commands/GetReadSetImportJobCommand.ts +++ b/clients/client-omics/src/commands/GetReadSetImportJobCommand.ts @@ -115,9 +115,6 @@ export class GetReadSetImportJobCommand extends $Command< GetReadSetImportJobCommandOutput, OmicsClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -131,9 +128,7 @@ export class GetReadSetImportJobCommand extends $Command< * @public */ constructor(readonly input: GetReadSetImportJobCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -186,7 +181,4 @@ export class GetReadSetImportJobCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetReadSetImportJobCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-omics/src/commands/GetReadSetMetadataCommand.ts b/clients/client-omics/src/commands/GetReadSetMetadataCommand.ts index 62813e5d1221..73c1b3e9a7e1 100644 --- a/clients/client-omics/src/commands/GetReadSetMetadataCommand.ts +++ b/clients/client-omics/src/commands/GetReadSetMetadataCommand.ts @@ -129,9 +129,6 @@ export class GetReadSetMetadataCommand extends $Command< GetReadSetMetadataCommandOutput, OmicsClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -145,9 +142,7 @@ export class GetReadSetMetadataCommand extends $Command< * @public */ constructor(readonly input: GetReadSetMetadataCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -200,7 +195,4 @@ export class GetReadSetMetadataCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetReadSetMetadataCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-omics/src/commands/GetReferenceCommand.ts b/clients/client-omics/src/commands/GetReferenceCommand.ts index fb6e529edb78..0dc1265a4841 100644 --- a/clients/client-omics/src/commands/GetReferenceCommand.ts +++ b/clients/client-omics/src/commands/GetReferenceCommand.ts @@ -99,9 +99,6 @@ export class GetReferenceCommand extends $Command< GetReferenceCommandOutput, OmicsClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -115,9 +112,7 @@ export class GetReferenceCommand extends $Command< * @public */ constructor(readonly input: GetReferenceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -171,7 +166,4 @@ export class GetReferenceCommand extends $Command< ): Promise { return de_GetReferenceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-omics/src/commands/GetReferenceImportJobCommand.ts b/clients/client-omics/src/commands/GetReferenceImportJobCommand.ts index f6854197baf7..81cfd065393b 100644 --- a/clients/client-omics/src/commands/GetReferenceImportJobCommand.ts +++ b/clients/client-omics/src/commands/GetReferenceImportJobCommand.ts @@ -107,9 +107,6 @@ export class GetReferenceImportJobCommand extends $Command< GetReferenceImportJobCommandOutput, OmicsClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -123,9 +120,7 @@ export class GetReferenceImportJobCommand extends $Command< * @public */ constructor(readonly input: GetReferenceImportJobCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -178,7 +173,4 @@ export class GetReferenceImportJobCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetReferenceImportJobCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-omics/src/commands/GetReferenceMetadataCommand.ts b/clients/client-omics/src/commands/GetReferenceMetadataCommand.ts index 928b094a29f8..49d748527ecb 100644 --- a/clients/client-omics/src/commands/GetReferenceMetadataCommand.ts +++ b/clients/client-omics/src/commands/GetReferenceMetadataCommand.ts @@ -109,9 +109,6 @@ export class GetReferenceMetadataCommand extends $Command< GetReferenceMetadataCommandOutput, OmicsClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -125,9 +122,7 @@ export class GetReferenceMetadataCommand extends $Command< * @public */ constructor(readonly input: GetReferenceMetadataCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -180,7 +175,4 @@ export class GetReferenceMetadataCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetReferenceMetadataCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-omics/src/commands/GetReferenceStoreCommand.ts b/clients/client-omics/src/commands/GetReferenceStoreCommand.ts index a1f6d7b63151..5ea0f68e3d3f 100644 --- a/clients/client-omics/src/commands/GetReferenceStoreCommand.ts +++ b/clients/client-omics/src/commands/GetReferenceStoreCommand.ts @@ -96,9 +96,6 @@ export class GetReferenceStoreCommand extends $Command< GetReferenceStoreCommandOutput, OmicsClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -112,9 +109,7 @@ export class GetReferenceStoreCommand extends $Command< * @public */ constructor(readonly input: GetReferenceStoreCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -167,7 +162,4 @@ export class GetReferenceStoreCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetReferenceStoreCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-omics/src/commands/GetRunCommand.ts b/clients/client-omics/src/commands/GetRunCommand.ts index 512b587f0954..573aa4c5ee88 100644 --- a/clients/client-omics/src/commands/GetRunCommand.ts +++ b/clients/client-omics/src/commands/GetRunCommand.ts @@ -128,9 +128,6 @@ export interface GetRunCommandOutput extends GetRunResponse, __MetadataBearer {} * */ export class GetRunCommand extends $Command { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -144,9 +141,7 @@ export class GetRunCommand extends $Command { return de_GetRunCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-omics/src/commands/GetRunGroupCommand.ts b/clients/client-omics/src/commands/GetRunGroupCommand.ts index a7873e297bc7..60fdd27a16a4 100644 --- a/clients/client-omics/src/commands/GetRunGroupCommand.ts +++ b/clients/client-omics/src/commands/GetRunGroupCommand.ts @@ -104,9 +104,6 @@ export class GetRunGroupCommand extends $Command< GetRunGroupCommandOutput, OmicsClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -120,9 +117,7 @@ export class GetRunGroupCommand extends $Command< * @public */ constructor(readonly input: GetRunGroupCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -173,7 +168,4 @@ export class GetRunGroupCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetRunGroupCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-omics/src/commands/GetRunTaskCommand.ts b/clients/client-omics/src/commands/GetRunTaskCommand.ts index 3b62bb79854e..7280e6102d29 100644 --- a/clients/client-omics/src/commands/GetRunTaskCommand.ts +++ b/clients/client-omics/src/commands/GetRunTaskCommand.ts @@ -107,9 +107,6 @@ export class GetRunTaskCommand extends $Command< GetRunTaskCommandOutput, OmicsClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -123,9 +120,7 @@ export class GetRunTaskCommand extends $Command< * @public */ constructor(readonly input: GetRunTaskCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -176,7 +171,4 @@ export class GetRunTaskCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetRunTaskCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-omics/src/commands/GetSequenceStoreCommand.ts b/clients/client-omics/src/commands/GetSequenceStoreCommand.ts index 59bdfb1bcd4d..e21b19d21fa5 100644 --- a/clients/client-omics/src/commands/GetSequenceStoreCommand.ts +++ b/clients/client-omics/src/commands/GetSequenceStoreCommand.ts @@ -97,9 +97,6 @@ export class GetSequenceStoreCommand extends $Command< GetSequenceStoreCommandOutput, OmicsClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -113,9 +110,7 @@ export class GetSequenceStoreCommand extends $Command< * @public */ constructor(readonly input: GetSequenceStoreCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -168,7 +163,4 @@ export class GetSequenceStoreCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetSequenceStoreCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-omics/src/commands/GetShareCommand.ts b/clients/client-omics/src/commands/GetShareCommand.ts index 171eef23e4b1..7783f3c1a042 100644 --- a/clients/client-omics/src/commands/GetShareCommand.ts +++ b/clients/client-omics/src/commands/GetShareCommand.ts @@ -99,9 +99,6 @@ export interface GetShareCommandOutput extends GetShareResponse, __MetadataBeare * */ export class GetShareCommand extends $Command { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -115,9 +112,7 @@ export class GetShareCommand extends $Command { return de_GetShareCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-omics/src/commands/GetVariantImportJobCommand.ts b/clients/client-omics/src/commands/GetVariantImportJobCommand.ts index 686cb186adac..0ba2fee80dd3 100644 --- a/clients/client-omics/src/commands/GetVariantImportJobCommand.ts +++ b/clients/client-omics/src/commands/GetVariantImportJobCommand.ts @@ -103,9 +103,6 @@ export class GetVariantImportJobCommand extends $Command< GetVariantImportJobCommandOutput, OmicsClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -119,9 +116,7 @@ export class GetVariantImportJobCommand extends $Command< * @public */ constructor(readonly input: GetVariantImportJobCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -174,7 +169,4 @@ export class GetVariantImportJobCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetVariantImportJobCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-omics/src/commands/GetVariantStoreCommand.ts b/clients/client-omics/src/commands/GetVariantStoreCommand.ts index 3427fe85d67c..2fa9650390fb 100644 --- a/clients/client-omics/src/commands/GetVariantStoreCommand.ts +++ b/clients/client-omics/src/commands/GetVariantStoreCommand.ts @@ -103,9 +103,6 @@ export class GetVariantStoreCommand extends $Command< GetVariantStoreCommandOutput, OmicsClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -119,9 +116,7 @@ export class GetVariantStoreCommand extends $Command< * @public */ constructor(readonly input: GetVariantStoreCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -174,7 +169,4 @@ export class GetVariantStoreCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetVariantStoreCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-omics/src/commands/GetWorkflowCommand.ts b/clients/client-omics/src/commands/GetWorkflowCommand.ts index 51f83fdf5a82..1135abb8ccf9 100644 --- a/clients/client-omics/src/commands/GetWorkflowCommand.ts +++ b/clients/client-omics/src/commands/GetWorkflowCommand.ts @@ -123,9 +123,6 @@ export class GetWorkflowCommand extends $Command< GetWorkflowCommandOutput, OmicsClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -139,9 +136,7 @@ export class GetWorkflowCommand extends $Command< * @public */ constructor(readonly input: GetWorkflowCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -192,7 +187,4 @@ export class GetWorkflowCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetWorkflowCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-omics/src/commands/ListAnnotationImportJobsCommand.ts b/clients/client-omics/src/commands/ListAnnotationImportJobsCommand.ts index e49c0a5351e3..92f8160516d2 100644 --- a/clients/client-omics/src/commands/ListAnnotationImportJobsCommand.ts +++ b/clients/client-omics/src/commands/ListAnnotationImportJobsCommand.ts @@ -109,9 +109,6 @@ export class ListAnnotationImportJobsCommand extends $Command< ListAnnotationImportJobsCommandOutput, OmicsClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -125,9 +122,7 @@ export class ListAnnotationImportJobsCommand extends $Command< * @public */ constructor(readonly input: ListAnnotationImportJobsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -180,7 +175,4 @@ export class ListAnnotationImportJobsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListAnnotationImportJobsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-omics/src/commands/ListAnnotationStoreVersionsCommand.ts b/clients/client-omics/src/commands/ListAnnotationStoreVersionsCommand.ts index 9ef0b23da1c8..4cf3b3efb098 100644 --- a/clients/client-omics/src/commands/ListAnnotationStoreVersionsCommand.ts +++ b/clients/client-omics/src/commands/ListAnnotationStoreVersionsCommand.ts @@ -112,9 +112,6 @@ export class ListAnnotationStoreVersionsCommand extends $Command< ListAnnotationStoreVersionsCommandOutput, OmicsClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -128,9 +125,7 @@ export class ListAnnotationStoreVersionsCommand extends $Command< * @public */ constructor(readonly input: ListAnnotationStoreVersionsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -186,7 +181,4 @@ export class ListAnnotationStoreVersionsCommand extends $Command< ): Promise { return de_ListAnnotationStoreVersionsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-omics/src/commands/ListAnnotationStoresCommand.ts b/clients/client-omics/src/commands/ListAnnotationStoresCommand.ts index 04fe649c6c85..0191b918b627 100644 --- a/clients/client-omics/src/commands/ListAnnotationStoresCommand.ts +++ b/clients/client-omics/src/commands/ListAnnotationStoresCommand.ts @@ -113,9 +113,6 @@ export class ListAnnotationStoresCommand extends $Command< ListAnnotationStoresCommandOutput, OmicsClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -129,9 +126,7 @@ export class ListAnnotationStoresCommand extends $Command< * @public */ constructor(readonly input: ListAnnotationStoresCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -184,7 +179,4 @@ export class ListAnnotationStoresCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListAnnotationStoresCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-omics/src/commands/ListMultipartReadSetUploadsCommand.ts b/clients/client-omics/src/commands/ListMultipartReadSetUploadsCommand.ts index 0f1c9c8daf9e..b82833ec9ad3 100644 --- a/clients/client-omics/src/commands/ListMultipartReadSetUploadsCommand.ts +++ b/clients/client-omics/src/commands/ListMultipartReadSetUploadsCommand.ts @@ -122,9 +122,6 @@ export class ListMultipartReadSetUploadsCommand extends $Command< ListMultipartReadSetUploadsCommandOutput, OmicsClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -138,9 +135,7 @@ export class ListMultipartReadSetUploadsCommand extends $Command< * @public */ constructor(readonly input: ListMultipartReadSetUploadsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -196,7 +191,4 @@ export class ListMultipartReadSetUploadsCommand extends $Command< ): Promise { return de_ListMultipartReadSetUploadsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-omics/src/commands/ListReadSetActivationJobsCommand.ts b/clients/client-omics/src/commands/ListReadSetActivationJobsCommand.ts index 52517e9d07a2..78610956f67f 100644 --- a/clients/client-omics/src/commands/ListReadSetActivationJobsCommand.ts +++ b/clients/client-omics/src/commands/ListReadSetActivationJobsCommand.ts @@ -104,9 +104,6 @@ export class ListReadSetActivationJobsCommand extends $Command< ListReadSetActivationJobsCommandOutput, OmicsClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -120,9 +117,7 @@ export class ListReadSetActivationJobsCommand extends $Command< * @public */ constructor(readonly input: ListReadSetActivationJobsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -178,7 +173,4 @@ export class ListReadSetActivationJobsCommand extends $Command< ): Promise { return de_ListReadSetActivationJobsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-omics/src/commands/ListReadSetExportJobsCommand.ts b/clients/client-omics/src/commands/ListReadSetExportJobsCommand.ts index c41001c9dc2d..a2f271c70fb2 100644 --- a/clients/client-omics/src/commands/ListReadSetExportJobsCommand.ts +++ b/clients/client-omics/src/commands/ListReadSetExportJobsCommand.ts @@ -105,9 +105,6 @@ export class ListReadSetExportJobsCommand extends $Command< ListReadSetExportJobsCommandOutput, OmicsClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -121,9 +118,7 @@ export class ListReadSetExportJobsCommand extends $Command< * @public */ constructor(readonly input: ListReadSetExportJobsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -176,7 +171,4 @@ export class ListReadSetExportJobsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListReadSetExportJobsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-omics/src/commands/ListReadSetImportJobsCommand.ts b/clients/client-omics/src/commands/ListReadSetImportJobsCommand.ts index bf09b6a3db45..fb9dbe9f59b0 100644 --- a/clients/client-omics/src/commands/ListReadSetImportJobsCommand.ts +++ b/clients/client-omics/src/commands/ListReadSetImportJobsCommand.ts @@ -105,9 +105,6 @@ export class ListReadSetImportJobsCommand extends $Command< ListReadSetImportJobsCommandOutput, OmicsClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -121,9 +118,7 @@ export class ListReadSetImportJobsCommand extends $Command< * @public */ constructor(readonly input: ListReadSetImportJobsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -176,7 +171,4 @@ export class ListReadSetImportJobsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListReadSetImportJobsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-omics/src/commands/ListReadSetUploadPartsCommand.ts b/clients/client-omics/src/commands/ListReadSetUploadPartsCommand.ts index 2095b16fda8f..bb6a4ef5a76d 100644 --- a/clients/client-omics/src/commands/ListReadSetUploadPartsCommand.ts +++ b/clients/client-omics/src/commands/ListReadSetUploadPartsCommand.ts @@ -116,9 +116,6 @@ export class ListReadSetUploadPartsCommand extends $Command< ListReadSetUploadPartsCommandOutput, OmicsClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -132,9 +129,7 @@ export class ListReadSetUploadPartsCommand extends $Command< * @public */ constructor(readonly input: ListReadSetUploadPartsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -187,7 +182,4 @@ export class ListReadSetUploadPartsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListReadSetUploadPartsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-omics/src/commands/ListReadSetsCommand.ts b/clients/client-omics/src/commands/ListReadSetsCommand.ts index 73e332b4ec97..bf8c53a987b0 100644 --- a/clients/client-omics/src/commands/ListReadSetsCommand.ts +++ b/clients/client-omics/src/commands/ListReadSetsCommand.ts @@ -129,9 +129,6 @@ export class ListReadSetsCommand extends $Command< ListReadSetsCommandOutput, OmicsClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -145,9 +142,7 @@ export class ListReadSetsCommand extends $Command< * @public */ constructor(readonly input: ListReadSetsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -198,7 +193,4 @@ export class ListReadSetsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListReadSetsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-omics/src/commands/ListReferenceImportJobsCommand.ts b/clients/client-omics/src/commands/ListReferenceImportJobsCommand.ts index 1bc8622fd3d5..3c5f67e2ffaf 100644 --- a/clients/client-omics/src/commands/ListReferenceImportJobsCommand.ts +++ b/clients/client-omics/src/commands/ListReferenceImportJobsCommand.ts @@ -105,9 +105,6 @@ export class ListReferenceImportJobsCommand extends $Command< ListReferenceImportJobsCommandOutput, OmicsClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -121,9 +118,7 @@ export class ListReferenceImportJobsCommand extends $Command< * @public */ constructor(readonly input: ListReferenceImportJobsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -176,7 +171,4 @@ export class ListReferenceImportJobsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListReferenceImportJobsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-omics/src/commands/ListReferenceStoresCommand.ts b/clients/client-omics/src/commands/ListReferenceStoresCommand.ts index 4c4c1bd56ef2..a494bd7ff7bf 100644 --- a/clients/client-omics/src/commands/ListReferenceStoresCommand.ts +++ b/clients/client-omics/src/commands/ListReferenceStoresCommand.ts @@ -104,9 +104,6 @@ export class ListReferenceStoresCommand extends $Command< ListReferenceStoresCommandOutput, OmicsClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -120,9 +117,7 @@ export class ListReferenceStoresCommand extends $Command< * @public */ constructor(readonly input: ListReferenceStoresCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -175,7 +170,4 @@ export class ListReferenceStoresCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListReferenceStoresCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-omics/src/commands/ListReferencesCommand.ts b/clients/client-omics/src/commands/ListReferencesCommand.ts index 09a7503b88bc..f0abf824ae49 100644 --- a/clients/client-omics/src/commands/ListReferencesCommand.ts +++ b/clients/client-omics/src/commands/ListReferencesCommand.ts @@ -109,9 +109,6 @@ export class ListReferencesCommand extends $Command< ListReferencesCommandOutput, OmicsClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -125,9 +122,7 @@ export class ListReferencesCommand extends $Command< * @public */ constructor(readonly input: ListReferencesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -180,7 +175,4 @@ export class ListReferencesCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListReferencesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-omics/src/commands/ListRunGroupsCommand.ts b/clients/client-omics/src/commands/ListRunGroupsCommand.ts index b4e7b5452f20..6180c37214fc 100644 --- a/clients/client-omics/src/commands/ListRunGroupsCommand.ts +++ b/clients/client-omics/src/commands/ListRunGroupsCommand.ts @@ -108,9 +108,6 @@ export class ListRunGroupsCommand extends $Command< ListRunGroupsCommandOutput, OmicsClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -124,9 +121,7 @@ export class ListRunGroupsCommand extends $Command< * @public */ constructor(readonly input: ListRunGroupsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -177,7 +172,4 @@ export class ListRunGroupsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListRunGroupsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-omics/src/commands/ListRunTasksCommand.ts b/clients/client-omics/src/commands/ListRunTasksCommand.ts index 2d42d111fe3a..4567800fe51f 100644 --- a/clients/client-omics/src/commands/ListRunTasksCommand.ts +++ b/clients/client-omics/src/commands/ListRunTasksCommand.ts @@ -111,9 +111,6 @@ export class ListRunTasksCommand extends $Command< ListRunTasksCommandOutput, OmicsClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -127,9 +124,7 @@ export class ListRunTasksCommand extends $Command< * @public */ constructor(readonly input: ListRunTasksCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -180,7 +175,4 @@ export class ListRunTasksCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListRunTasksCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-omics/src/commands/ListRunsCommand.ts b/clients/client-omics/src/commands/ListRunsCommand.ts index b3f62c8e33b4..1611bd8e338c 100644 --- a/clients/client-omics/src/commands/ListRunsCommand.ts +++ b/clients/client-omics/src/commands/ListRunsCommand.ts @@ -108,9 +108,6 @@ export interface ListRunsCommandOutput extends ListRunsResponse, __MetadataBeare * */ export class ListRunsCommand extends $Command { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -124,9 +121,7 @@ export class ListRunsCommand extends $Command { return de_ListRunsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-omics/src/commands/ListSequenceStoresCommand.ts b/clients/client-omics/src/commands/ListSequenceStoresCommand.ts index a7f09f27209d..ad016a86cab1 100644 --- a/clients/client-omics/src/commands/ListSequenceStoresCommand.ts +++ b/clients/client-omics/src/commands/ListSequenceStoresCommand.ts @@ -105,9 +105,6 @@ export class ListSequenceStoresCommand extends $Command< ListSequenceStoresCommandOutput, OmicsClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -121,9 +118,7 @@ export class ListSequenceStoresCommand extends $Command< * @public */ constructor(readonly input: ListSequenceStoresCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -176,7 +171,4 @@ export class ListSequenceStoresCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListSequenceStoresCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-omics/src/commands/ListSharesCommand.ts b/clients/client-omics/src/commands/ListSharesCommand.ts index f64b7c13bd6c..43d6fa0b50b3 100644 --- a/clients/client-omics/src/commands/ListSharesCommand.ts +++ b/clients/client-omics/src/commands/ListSharesCommand.ts @@ -116,9 +116,6 @@ export class ListSharesCommand extends $Command< ListSharesCommandOutput, OmicsClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -132,9 +129,7 @@ export class ListSharesCommand extends $Command< * @public */ constructor(readonly input: ListSharesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -185,7 +180,4 @@ export class ListSharesCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListSharesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-omics/src/commands/ListTagsForResourceCommand.ts b/clients/client-omics/src/commands/ListTagsForResourceCommand.ts index 49715b1b5377..fc6ca0bc2973 100644 --- a/clients/client-omics/src/commands/ListTagsForResourceCommand.ts +++ b/clients/client-omics/src/commands/ListTagsForResourceCommand.ts @@ -96,9 +96,6 @@ export class ListTagsForResourceCommand extends $Command< ListTagsForResourceCommandOutput, OmicsClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -112,9 +109,7 @@ export class ListTagsForResourceCommand extends $Command< * @public */ constructor(readonly input: ListTagsForResourceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -167,7 +162,4 @@ export class ListTagsForResourceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListTagsForResourceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-omics/src/commands/ListVariantImportJobsCommand.ts b/clients/client-omics/src/commands/ListVariantImportJobsCommand.ts index d6d747ef1104..6486b63681b3 100644 --- a/clients/client-omics/src/commands/ListVariantImportJobsCommand.ts +++ b/clients/client-omics/src/commands/ListVariantImportJobsCommand.ts @@ -108,9 +108,6 @@ export class ListVariantImportJobsCommand extends $Command< ListVariantImportJobsCommandOutput, OmicsClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -124,9 +121,7 @@ export class ListVariantImportJobsCommand extends $Command< * @public */ constructor(readonly input: ListVariantImportJobsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -179,7 +174,4 @@ export class ListVariantImportJobsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListVariantImportJobsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-omics/src/commands/ListVariantStoresCommand.ts b/clients/client-omics/src/commands/ListVariantStoresCommand.ts index 3774f8cb3388..07c3f913c45d 100644 --- a/clients/client-omics/src/commands/ListVariantStoresCommand.ts +++ b/clients/client-omics/src/commands/ListVariantStoresCommand.ts @@ -112,9 +112,6 @@ export class ListVariantStoresCommand extends $Command< ListVariantStoresCommandOutput, OmicsClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -128,9 +125,7 @@ export class ListVariantStoresCommand extends $Command< * @public */ constructor(readonly input: ListVariantStoresCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -183,7 +178,4 @@ export class ListVariantStoresCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListVariantStoresCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-omics/src/commands/ListWorkflowsCommand.ts b/clients/client-omics/src/commands/ListWorkflowsCommand.ts index 41457f44ad39..7cd80a74b288 100644 --- a/clients/client-omics/src/commands/ListWorkflowsCommand.ts +++ b/clients/client-omics/src/commands/ListWorkflowsCommand.ts @@ -111,9 +111,6 @@ export class ListWorkflowsCommand extends $Command< ListWorkflowsCommandOutput, OmicsClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -127,9 +124,7 @@ export class ListWorkflowsCommand extends $Command< * @public */ constructor(readonly input: ListWorkflowsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -180,7 +175,4 @@ export class ListWorkflowsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListWorkflowsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-omics/src/commands/StartAnnotationImportJobCommand.ts b/clients/client-omics/src/commands/StartAnnotationImportJobCommand.ts index df7ca1422e4b..f5d58c42a226 100644 --- a/clients/client-omics/src/commands/StartAnnotationImportJobCommand.ts +++ b/clients/client-omics/src/commands/StartAnnotationImportJobCommand.ts @@ -118,9 +118,6 @@ export class StartAnnotationImportJobCommand extends $Command< StartAnnotationImportJobCommandOutput, OmicsClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -134,9 +131,7 @@ export class StartAnnotationImportJobCommand extends $Command< * @public */ constructor(readonly input: StartAnnotationImportJobCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -189,7 +184,4 @@ export class StartAnnotationImportJobCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_StartAnnotationImportJobCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-omics/src/commands/StartReadSetActivationJobCommand.ts b/clients/client-omics/src/commands/StartReadSetActivationJobCommand.ts index 2729bfa99b28..834cb7c2cb51 100644 --- a/clients/client-omics/src/commands/StartReadSetActivationJobCommand.ts +++ b/clients/client-omics/src/commands/StartReadSetActivationJobCommand.ts @@ -101,9 +101,6 @@ export class StartReadSetActivationJobCommand extends $Command< StartReadSetActivationJobCommandOutput, OmicsClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -117,9 +114,7 @@ export class StartReadSetActivationJobCommand extends $Command< * @public */ constructor(readonly input: StartReadSetActivationJobCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -175,7 +170,4 @@ export class StartReadSetActivationJobCommand extends $Command< ): Promise { return de_StartReadSetActivationJobCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-omics/src/commands/StartReadSetExportJobCommand.ts b/clients/client-omics/src/commands/StartReadSetExportJobCommand.ts index cbdc5da5f283..ac1b9d927c8a 100644 --- a/clients/client-omics/src/commands/StartReadSetExportJobCommand.ts +++ b/clients/client-omics/src/commands/StartReadSetExportJobCommand.ts @@ -103,9 +103,6 @@ export class StartReadSetExportJobCommand extends $Command< StartReadSetExportJobCommandOutput, OmicsClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -119,9 +116,7 @@ export class StartReadSetExportJobCommand extends $Command< * @public */ constructor(readonly input: StartReadSetExportJobCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -174,7 +169,4 @@ export class StartReadSetExportJobCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_StartReadSetExportJobCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-omics/src/commands/StartReadSetImportJobCommand.ts b/clients/client-omics/src/commands/StartReadSetImportJobCommand.ts index 5ebcbc2a858a..9f80a9f2842c 100644 --- a/clients/client-omics/src/commands/StartReadSetImportJobCommand.ts +++ b/clients/client-omics/src/commands/StartReadSetImportJobCommand.ts @@ -115,9 +115,6 @@ export class StartReadSetImportJobCommand extends $Command< StartReadSetImportJobCommandOutput, OmicsClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -131,9 +128,7 @@ export class StartReadSetImportJobCommand extends $Command< * @public */ constructor(readonly input: StartReadSetImportJobCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -186,7 +181,4 @@ export class StartReadSetImportJobCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_StartReadSetImportJobCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-omics/src/commands/StartReferenceImportJobCommand.ts b/clients/client-omics/src/commands/StartReferenceImportJobCommand.ts index 4a30a2f6e8a7..d80e8cb3d314 100644 --- a/clients/client-omics/src/commands/StartReferenceImportJobCommand.ts +++ b/clients/client-omics/src/commands/StartReferenceImportJobCommand.ts @@ -107,9 +107,6 @@ export class StartReferenceImportJobCommand extends $Command< StartReferenceImportJobCommandOutput, OmicsClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -123,9 +120,7 @@ export class StartReferenceImportJobCommand extends $Command< * @public */ constructor(readonly input: StartReferenceImportJobCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -178,7 +173,4 @@ export class StartReferenceImportJobCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_StartReferenceImportJobCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-omics/src/commands/StartRunCommand.ts b/clients/client-omics/src/commands/StartRunCommand.ts index 3adbe3149144..a1729ab8ebd9 100644 --- a/clients/client-omics/src/commands/StartRunCommand.ts +++ b/clients/client-omics/src/commands/StartRunCommand.ts @@ -116,9 +116,6 @@ export interface StartRunCommandOutput extends StartRunResponse, __MetadataBeare * */ export class StartRunCommand extends $Command { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -132,9 +129,7 @@ export class StartRunCommand extends $Command { return de_StartRunCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-omics/src/commands/StartVariantImportJobCommand.ts b/clients/client-omics/src/commands/StartVariantImportJobCommand.ts index 633dfe57c082..100df0cd1ca1 100644 --- a/clients/client-omics/src/commands/StartVariantImportJobCommand.ts +++ b/clients/client-omics/src/commands/StartVariantImportJobCommand.ts @@ -98,9 +98,6 @@ export class StartVariantImportJobCommand extends $Command< StartVariantImportJobCommandOutput, OmicsClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -114,9 +111,7 @@ export class StartVariantImportJobCommand extends $Command< * @public */ constructor(readonly input: StartVariantImportJobCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -169,7 +164,4 @@ export class StartVariantImportJobCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_StartVariantImportJobCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-omics/src/commands/TagResourceCommand.ts b/clients/client-omics/src/commands/TagResourceCommand.ts index 39c3402658c3..312b7dc9ea4e 100644 --- a/clients/client-omics/src/commands/TagResourceCommand.ts +++ b/clients/client-omics/src/commands/TagResourceCommand.ts @@ -95,9 +95,6 @@ export class TagResourceCommand extends $Command< TagResourceCommandOutput, OmicsClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -111,9 +108,7 @@ export class TagResourceCommand extends $Command< * @public */ constructor(readonly input: TagResourceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -164,7 +159,4 @@ export class TagResourceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_TagResourceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-omics/src/commands/UntagResourceCommand.ts b/clients/client-omics/src/commands/UntagResourceCommand.ts index b0b01753fb46..1b54c8364d18 100644 --- a/clients/client-omics/src/commands/UntagResourceCommand.ts +++ b/clients/client-omics/src/commands/UntagResourceCommand.ts @@ -95,9 +95,6 @@ export class UntagResourceCommand extends $Command< UntagResourceCommandOutput, OmicsClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -111,9 +108,7 @@ export class UntagResourceCommand extends $Command< * @public */ constructor(readonly input: UntagResourceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -164,7 +159,4 @@ export class UntagResourceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UntagResourceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-omics/src/commands/UpdateAnnotationStoreCommand.ts b/clients/client-omics/src/commands/UpdateAnnotationStoreCommand.ts index fdc3689c905a..4aa92ee79750 100644 --- a/clients/client-omics/src/commands/UpdateAnnotationStoreCommand.ts +++ b/clients/client-omics/src/commands/UpdateAnnotationStoreCommand.ts @@ -108,9 +108,6 @@ export class UpdateAnnotationStoreCommand extends $Command< UpdateAnnotationStoreCommandOutput, OmicsClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -124,9 +121,7 @@ export class UpdateAnnotationStoreCommand extends $Command< * @public */ constructor(readonly input: UpdateAnnotationStoreCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -179,7 +174,4 @@ export class UpdateAnnotationStoreCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdateAnnotationStoreCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-omics/src/commands/UpdateAnnotationStoreVersionCommand.ts b/clients/client-omics/src/commands/UpdateAnnotationStoreVersionCommand.ts index 35d95fa7052b..9d702a4feb63 100644 --- a/clients/client-omics/src/commands/UpdateAnnotationStoreVersionCommand.ts +++ b/clients/client-omics/src/commands/UpdateAnnotationStoreVersionCommand.ts @@ -101,9 +101,6 @@ export class UpdateAnnotationStoreVersionCommand extends $Command< UpdateAnnotationStoreVersionCommandOutput, OmicsClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -117,9 +114,7 @@ export class UpdateAnnotationStoreVersionCommand extends $Command< * @public */ constructor(readonly input: UpdateAnnotationStoreVersionCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -175,7 +170,4 @@ export class UpdateAnnotationStoreVersionCommand extends $Command< ): Promise { return de_UpdateAnnotationStoreVersionCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-omics/src/commands/UpdateRunGroupCommand.ts b/clients/client-omics/src/commands/UpdateRunGroupCommand.ts index 1cb310556033..c5d26befb54c 100644 --- a/clients/client-omics/src/commands/UpdateRunGroupCommand.ts +++ b/clients/client-omics/src/commands/UpdateRunGroupCommand.ts @@ -97,9 +97,6 @@ export class UpdateRunGroupCommand extends $Command< UpdateRunGroupCommandOutput, OmicsClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -113,9 +110,7 @@ export class UpdateRunGroupCommand extends $Command< * @public */ constructor(readonly input: UpdateRunGroupCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -168,7 +163,4 @@ export class UpdateRunGroupCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdateRunGroupCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-omics/src/commands/UpdateVariantStoreCommand.ts b/clients/client-omics/src/commands/UpdateVariantStoreCommand.ts index c4839cc8a807..b64e95a8c36e 100644 --- a/clients/client-omics/src/commands/UpdateVariantStoreCommand.ts +++ b/clients/client-omics/src/commands/UpdateVariantStoreCommand.ts @@ -94,9 +94,6 @@ export class UpdateVariantStoreCommand extends $Command< UpdateVariantStoreCommandOutput, OmicsClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -110,9 +107,7 @@ export class UpdateVariantStoreCommand extends $Command< * @public */ constructor(readonly input: UpdateVariantStoreCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -165,7 +160,4 @@ export class UpdateVariantStoreCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdateVariantStoreCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-omics/src/commands/UpdateWorkflowCommand.ts b/clients/client-omics/src/commands/UpdateWorkflowCommand.ts index f52f0a1be756..5951521ca40f 100644 --- a/clients/client-omics/src/commands/UpdateWorkflowCommand.ts +++ b/clients/client-omics/src/commands/UpdateWorkflowCommand.ts @@ -94,9 +94,6 @@ export class UpdateWorkflowCommand extends $Command< UpdateWorkflowCommandOutput, OmicsClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -110,9 +107,7 @@ export class UpdateWorkflowCommand extends $Command< * @public */ constructor(readonly input: UpdateWorkflowCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -165,7 +160,4 @@ export class UpdateWorkflowCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdateWorkflowCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-omics/src/commands/UploadReadSetPartCommand.ts b/clients/client-omics/src/commands/UploadReadSetPartCommand.ts index 81db3082e75c..1eaa3716a062 100644 --- a/clients/client-omics/src/commands/UploadReadSetPartCommand.ts +++ b/clients/client-omics/src/commands/UploadReadSetPartCommand.ts @@ -110,9 +110,6 @@ export class UploadReadSetPartCommand extends $Command< UploadReadSetPartCommandOutput, OmicsClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -126,9 +123,7 @@ export class UploadReadSetPartCommand extends $Command< * @public */ constructor(readonly input: UploadReadSetPartCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -181,7 +176,4 @@ export class UploadReadSetPartCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UploadReadSetPartCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-opensearch/package.json b/clients/client-opensearch/package.json index 1f1aec10bf50..7bf2fb584caf 100644 --- a/clients/client-opensearch/package.json +++ b/clients/client-opensearch/package.json @@ -34,29 +34,29 @@ "@aws-sdk/util-endpoints": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@smithy/config-resolver": "^2.0.16", - "@smithy/fetch-http-handler": "^2.2.4", - "@smithy/hash-node": "^2.0.12", - "@smithy/invalid-dependency": "^2.0.12", - "@smithy/middleware-content-length": "^2.0.14", - "@smithy/middleware-endpoint": "^2.1.3", - "@smithy/middleware-retry": "^2.0.18", - "@smithy/middleware-serde": "^2.0.12", - "@smithy/middleware-stack": "^2.0.6", - "@smithy/node-config-provider": "^2.1.3", - "@smithy/node-http-handler": "^2.1.8", - "@smithy/protocol-http": "^3.0.8", - "@smithy/smithy-client": "^2.1.12", - "@smithy/types": "^2.4.0", - "@smithy/url-parser": "^2.0.12", - "@smithy/util-base64": "^2.0.0", + "@smithy/config-resolver": "^2.0.18", + "@smithy/fetch-http-handler": "^2.2.6", + "@smithy/hash-node": "^2.0.15", + "@smithy/invalid-dependency": "^2.0.13", + "@smithy/middleware-content-length": "^2.0.15", + "@smithy/middleware-endpoint": "^2.2.0", + "@smithy/middleware-retry": "^2.0.20", + "@smithy/middleware-serde": "^2.0.13", + "@smithy/middleware-stack": "^2.0.7", + "@smithy/node-config-provider": "^2.1.5", + "@smithy/node-http-handler": "^2.1.9", + "@smithy/protocol-http": "^3.0.9", + "@smithy/smithy-client": "^2.1.15", + "@smithy/types": "^2.5.0", + "@smithy/url-parser": "^2.0.13", + "@smithy/util-base64": "^2.0.1", "@smithy/util-body-length-browser": "^2.0.0", "@smithy/util-body-length-node": "^2.1.0", - "@smithy/util-defaults-mode-browser": "^2.0.16", - "@smithy/util-defaults-mode-node": "^2.0.21", - "@smithy/util-endpoints": "^1.0.2", - "@smithy/util-retry": "^2.0.5", - "@smithy/util-utf8": "^2.0.0", + "@smithy/util-defaults-mode-browser": "^2.0.19", + "@smithy/util-defaults-mode-node": "^2.0.25", + "@smithy/util-endpoints": "^1.0.4", + "@smithy/util-retry": "^2.0.6", + "@smithy/util-utf8": "^2.0.2", "tslib": "^2.5.0" }, "devDependencies": { diff --git a/clients/client-opensearch/src/commands/AcceptInboundConnectionCommand.ts b/clients/client-opensearch/src/commands/AcceptInboundConnectionCommand.ts index 279c93760bce..88ef3f73e887 100644 --- a/clients/client-opensearch/src/commands/AcceptInboundConnectionCommand.ts +++ b/clients/client-opensearch/src/commands/AcceptInboundConnectionCommand.ts @@ -102,9 +102,6 @@ export class AcceptInboundConnectionCommand extends $Command< AcceptInboundConnectionCommandOutput, OpenSearchClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -118,9 +115,7 @@ export class AcceptInboundConnectionCommand extends $Command< * @public */ constructor(readonly input: AcceptInboundConnectionCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -173,7 +168,4 @@ export class AcceptInboundConnectionCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_AcceptInboundConnectionCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-opensearch/src/commands/AddTagsCommand.ts b/clients/client-opensearch/src/commands/AddTagsCommand.ts index 1dbecbb6e1c5..b88afd8a85ef 100644 --- a/clients/client-opensearch/src/commands/AddTagsCommand.ts +++ b/clients/client-opensearch/src/commands/AddTagsCommand.ts @@ -88,9 +88,6 @@ export class AddTagsCommand extends $Command< AddTagsCommandOutput, OpenSearchClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -104,9 +101,7 @@ export class AddTagsCommand extends $Command< * @public */ constructor(readonly input: AddTagsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -157,7 +152,4 @@ export class AddTagsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_AddTagsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-opensearch/src/commands/AssociatePackageCommand.ts b/clients/client-opensearch/src/commands/AssociatePackageCommand.ts index 53b1cf3ff3f3..33385c0a025a 100644 --- a/clients/client-opensearch/src/commands/AssociatePackageCommand.ts +++ b/clients/client-opensearch/src/commands/AssociatePackageCommand.ts @@ -104,9 +104,6 @@ export class AssociatePackageCommand extends $Command< AssociatePackageCommandOutput, OpenSearchClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -120,9 +117,7 @@ export class AssociatePackageCommand extends $Command< * @public */ constructor(readonly input: AssociatePackageCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -175,7 +170,4 @@ export class AssociatePackageCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_AssociatePackageCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-opensearch/src/commands/AuthorizeVpcEndpointAccessCommand.ts b/clients/client-opensearch/src/commands/AuthorizeVpcEndpointAccessCommand.ts index 74603a160482..72382451d948 100644 --- a/clients/client-opensearch/src/commands/AuthorizeVpcEndpointAccessCommand.ts +++ b/clients/client-opensearch/src/commands/AuthorizeVpcEndpointAccessCommand.ts @@ -93,9 +93,6 @@ export class AuthorizeVpcEndpointAccessCommand extends $Command< AuthorizeVpcEndpointAccessCommandOutput, OpenSearchClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -109,9 +106,7 @@ export class AuthorizeVpcEndpointAccessCommand extends $Command< * @public */ constructor(readonly input: AuthorizeVpcEndpointAccessCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -167,7 +162,4 @@ export class AuthorizeVpcEndpointAccessCommand extends $Command< ): Promise { return de_AuthorizeVpcEndpointAccessCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-opensearch/src/commands/CancelServiceSoftwareUpdateCommand.ts b/clients/client-opensearch/src/commands/CancelServiceSoftwareUpdateCommand.ts index 6500f0c83d60..121e47c76efb 100644 --- a/clients/client-opensearch/src/commands/CancelServiceSoftwareUpdateCommand.ts +++ b/clients/client-opensearch/src/commands/CancelServiceSoftwareUpdateCommand.ts @@ -98,9 +98,6 @@ export class CancelServiceSoftwareUpdateCommand extends $Command< CancelServiceSoftwareUpdateCommandOutput, OpenSearchClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -114,9 +111,7 @@ export class CancelServiceSoftwareUpdateCommand extends $Command< * @public */ constructor(readonly input: CancelServiceSoftwareUpdateCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -172,7 +167,4 @@ export class CancelServiceSoftwareUpdateCommand extends $Command< ): Promise { return de_CancelServiceSoftwareUpdateCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-opensearch/src/commands/CreateDomainCommand.ts b/clients/client-opensearch/src/commands/CreateDomainCommand.ts index 63c22f7bb432..3c8233798300 100644 --- a/clients/client-opensearch/src/commands/CreateDomainCommand.ts +++ b/clients/client-opensearch/src/commands/CreateDomainCommand.ts @@ -345,9 +345,6 @@ export class CreateDomainCommand extends $Command< CreateDomainCommandOutput, OpenSearchClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -361,9 +358,7 @@ export class CreateDomainCommand extends $Command< * @public */ constructor(readonly input: CreateDomainCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -414,7 +409,4 @@ export class CreateDomainCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateDomainCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-opensearch/src/commands/CreateOutboundConnectionCommand.ts b/clients/client-opensearch/src/commands/CreateOutboundConnectionCommand.ts index cd2ad416a8fb..d0eb28b10af3 100644 --- a/clients/client-opensearch/src/commands/CreateOutboundConnectionCommand.ts +++ b/clients/client-opensearch/src/commands/CreateOutboundConnectionCommand.ts @@ -131,9 +131,6 @@ export class CreateOutboundConnectionCommand extends $Command< CreateOutboundConnectionCommandOutput, OpenSearchClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -147,9 +144,7 @@ export class CreateOutboundConnectionCommand extends $Command< * @public */ constructor(readonly input: CreateOutboundConnectionCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -202,7 +197,4 @@ export class CreateOutboundConnectionCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateOutboundConnectionCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-opensearch/src/commands/CreatePackageCommand.ts b/clients/client-opensearch/src/commands/CreatePackageCommand.ts index a1215830676e..c4fad8b08af8 100644 --- a/clients/client-opensearch/src/commands/CreatePackageCommand.ts +++ b/clients/client-opensearch/src/commands/CreatePackageCommand.ts @@ -119,9 +119,6 @@ export class CreatePackageCommand extends $Command< CreatePackageCommandOutput, OpenSearchClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -135,9 +132,7 @@ export class CreatePackageCommand extends $Command< * @public */ constructor(readonly input: CreatePackageCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -188,7 +183,4 @@ export class CreatePackageCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreatePackageCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-opensearch/src/commands/CreateVpcEndpointCommand.ts b/clients/client-opensearch/src/commands/CreateVpcEndpointCommand.ts index 9940eab32816..9b8d4f307f49 100644 --- a/clients/client-opensearch/src/commands/CreateVpcEndpointCommand.ts +++ b/clients/client-opensearch/src/commands/CreateVpcEndpointCommand.ts @@ -115,9 +115,6 @@ export class CreateVpcEndpointCommand extends $Command< CreateVpcEndpointCommandOutput, OpenSearchClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -131,9 +128,7 @@ export class CreateVpcEndpointCommand extends $Command< * @public */ constructor(readonly input: CreateVpcEndpointCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -186,7 +181,4 @@ export class CreateVpcEndpointCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateVpcEndpointCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-opensearch/src/commands/DeleteDomainCommand.ts b/clients/client-opensearch/src/commands/DeleteDomainCommand.ts index 36698c9a5d12..361ff9006e5e 100644 --- a/clients/client-opensearch/src/commands/DeleteDomainCommand.ts +++ b/clients/client-opensearch/src/commands/DeleteDomainCommand.ts @@ -215,9 +215,6 @@ export class DeleteDomainCommand extends $Command< DeleteDomainCommandOutput, OpenSearchClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -231,9 +228,7 @@ export class DeleteDomainCommand extends $Command< * @public */ constructor(readonly input: DeleteDomainCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -284,7 +279,4 @@ export class DeleteDomainCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteDomainCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-opensearch/src/commands/DeleteInboundConnectionCommand.ts b/clients/client-opensearch/src/commands/DeleteInboundConnectionCommand.ts index 6ae87294cb78..353e5e9e74f6 100644 --- a/clients/client-opensearch/src/commands/DeleteInboundConnectionCommand.ts +++ b/clients/client-opensearch/src/commands/DeleteInboundConnectionCommand.ts @@ -99,9 +99,6 @@ export class DeleteInboundConnectionCommand extends $Command< DeleteInboundConnectionCommandOutput, OpenSearchClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -115,9 +112,7 @@ export class DeleteInboundConnectionCommand extends $Command< * @public */ constructor(readonly input: DeleteInboundConnectionCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -170,7 +165,4 @@ export class DeleteInboundConnectionCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteInboundConnectionCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-opensearch/src/commands/DeleteOutboundConnectionCommand.ts b/clients/client-opensearch/src/commands/DeleteOutboundConnectionCommand.ts index b5a189c8687a..08c8b8eded8e 100644 --- a/clients/client-opensearch/src/commands/DeleteOutboundConnectionCommand.ts +++ b/clients/client-opensearch/src/commands/DeleteOutboundConnectionCommand.ts @@ -106,9 +106,6 @@ export class DeleteOutboundConnectionCommand extends $Command< DeleteOutboundConnectionCommandOutput, OpenSearchClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -122,9 +119,7 @@ export class DeleteOutboundConnectionCommand extends $Command< * @public */ constructor(readonly input: DeleteOutboundConnectionCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -177,7 +172,4 @@ export class DeleteOutboundConnectionCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteOutboundConnectionCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-opensearch/src/commands/DeletePackageCommand.ts b/clients/client-opensearch/src/commands/DeletePackageCommand.ts index ae6d1c7e7657..e9f44e49c1a9 100644 --- a/clients/client-opensearch/src/commands/DeletePackageCommand.ts +++ b/clients/client-opensearch/src/commands/DeletePackageCommand.ts @@ -110,9 +110,6 @@ export class DeletePackageCommand extends $Command< DeletePackageCommandOutput, OpenSearchClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -126,9 +123,7 @@ export class DeletePackageCommand extends $Command< * @public */ constructor(readonly input: DeletePackageCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -179,7 +174,4 @@ export class DeletePackageCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeletePackageCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-opensearch/src/commands/DeleteVpcEndpointCommand.ts b/clients/client-opensearch/src/commands/DeleteVpcEndpointCommand.ts index 1b4133d01f1a..3bc92b9f93b4 100644 --- a/clients/client-opensearch/src/commands/DeleteVpcEndpointCommand.ts +++ b/clients/client-opensearch/src/commands/DeleteVpcEndpointCommand.ts @@ -87,9 +87,6 @@ export class DeleteVpcEndpointCommand extends $Command< DeleteVpcEndpointCommandOutput, OpenSearchClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -103,9 +100,7 @@ export class DeleteVpcEndpointCommand extends $Command< * @public */ constructor(readonly input: DeleteVpcEndpointCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -158,7 +153,4 @@ export class DeleteVpcEndpointCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteVpcEndpointCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-opensearch/src/commands/DescribeDomainAutoTunesCommand.ts b/clients/client-opensearch/src/commands/DescribeDomainAutoTunesCommand.ts index a424b3cd09e4..d9a4b6bcafdc 100644 --- a/clients/client-opensearch/src/commands/DescribeDomainAutoTunesCommand.ts +++ b/clients/client-opensearch/src/commands/DescribeDomainAutoTunesCommand.ts @@ -99,9 +99,6 @@ export class DescribeDomainAutoTunesCommand extends $Command< DescribeDomainAutoTunesCommandOutput, OpenSearchClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -115,9 +112,7 @@ export class DescribeDomainAutoTunesCommand extends $Command< * @public */ constructor(readonly input: DescribeDomainAutoTunesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -170,7 +165,4 @@ export class DescribeDomainAutoTunesCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DescribeDomainAutoTunesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-opensearch/src/commands/DescribeDomainChangeProgressCommand.ts b/clients/client-opensearch/src/commands/DescribeDomainChangeProgressCommand.ts index 63ba794038bb..66eb4054d182 100644 --- a/clients/client-opensearch/src/commands/DescribeDomainChangeProgressCommand.ts +++ b/clients/client-opensearch/src/commands/DescribeDomainChangeProgressCommand.ts @@ -108,9 +108,6 @@ export class DescribeDomainChangeProgressCommand extends $Command< DescribeDomainChangeProgressCommandOutput, OpenSearchClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -124,9 +121,7 @@ export class DescribeDomainChangeProgressCommand extends $Command< * @public */ constructor(readonly input: DescribeDomainChangeProgressCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -182,7 +177,4 @@ export class DescribeDomainChangeProgressCommand extends $Command< ): Promise { return de_DescribeDomainChangeProgressCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-opensearch/src/commands/DescribeDomainCommand.ts b/clients/client-opensearch/src/commands/DescribeDomainCommand.ts index cc50101cfc3b..879cb010f134 100644 --- a/clients/client-opensearch/src/commands/DescribeDomainCommand.ts +++ b/clients/client-opensearch/src/commands/DescribeDomainCommand.ts @@ -215,9 +215,6 @@ export class DescribeDomainCommand extends $Command< DescribeDomainCommandOutput, OpenSearchClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -231,9 +228,7 @@ export class DescribeDomainCommand extends $Command< * @public */ constructor(readonly input: DescribeDomainCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -286,7 +281,4 @@ export class DescribeDomainCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DescribeDomainCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-opensearch/src/commands/DescribeDomainConfigCommand.ts b/clients/client-opensearch/src/commands/DescribeDomainConfigCommand.ts index 74923536e937..c79386f80768 100644 --- a/clients/client-opensearch/src/commands/DescribeDomainConfigCommand.ts +++ b/clients/client-opensearch/src/commands/DescribeDomainConfigCommand.ts @@ -290,9 +290,6 @@ export class DescribeDomainConfigCommand extends $Command< DescribeDomainConfigCommandOutput, OpenSearchClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -306,9 +303,7 @@ export class DescribeDomainConfigCommand extends $Command< * @public */ constructor(readonly input: DescribeDomainConfigCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -361,7 +356,4 @@ export class DescribeDomainConfigCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DescribeDomainConfigCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-opensearch/src/commands/DescribeDomainHealthCommand.ts b/clients/client-opensearch/src/commands/DescribeDomainHealthCommand.ts index 6df0979cb6d5..1124d2b8762f 100644 --- a/clients/client-opensearch/src/commands/DescribeDomainHealthCommand.ts +++ b/clients/client-opensearch/src/commands/DescribeDomainHealthCommand.ts @@ -110,9 +110,6 @@ export class DescribeDomainHealthCommand extends $Command< DescribeDomainHealthCommandOutput, OpenSearchClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -126,9 +123,7 @@ export class DescribeDomainHealthCommand extends $Command< * @public */ constructor(readonly input: DescribeDomainHealthCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -181,7 +176,4 @@ export class DescribeDomainHealthCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DescribeDomainHealthCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-opensearch/src/commands/DescribeDomainNodesCommand.ts b/clients/client-opensearch/src/commands/DescribeDomainNodesCommand.ts index b47f8a3ec907..d0003cb9f1cb 100644 --- a/clients/client-opensearch/src/commands/DescribeDomainNodesCommand.ts +++ b/clients/client-opensearch/src/commands/DescribeDomainNodesCommand.ts @@ -100,9 +100,6 @@ export class DescribeDomainNodesCommand extends $Command< DescribeDomainNodesCommandOutput, OpenSearchClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -116,9 +113,7 @@ export class DescribeDomainNodesCommand extends $Command< * @public */ constructor(readonly input: DescribeDomainNodesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -171,7 +166,4 @@ export class DescribeDomainNodesCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DescribeDomainNodesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-opensearch/src/commands/DescribeDomainsCommand.ts b/clients/client-opensearch/src/commands/DescribeDomainsCommand.ts index 9e2cb513ad70..5e1e6e5795ba 100644 --- a/clients/client-opensearch/src/commands/DescribeDomainsCommand.ts +++ b/clients/client-opensearch/src/commands/DescribeDomainsCommand.ts @@ -216,9 +216,6 @@ export class DescribeDomainsCommand extends $Command< DescribeDomainsCommandOutput, OpenSearchClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -232,9 +229,7 @@ export class DescribeDomainsCommand extends $Command< * @public */ constructor(readonly input: DescribeDomainsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -287,7 +282,4 @@ export class DescribeDomainsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DescribeDomainsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-opensearch/src/commands/DescribeDryRunProgressCommand.ts b/clients/client-opensearch/src/commands/DescribeDryRunProgressCommand.ts index 461e5528dae5..d180fa4d594b 100644 --- a/clients/client-opensearch/src/commands/DescribeDryRunProgressCommand.ts +++ b/clients/client-opensearch/src/commands/DescribeDryRunProgressCommand.ts @@ -236,9 +236,6 @@ export class DescribeDryRunProgressCommand extends $Command< DescribeDryRunProgressCommandOutput, OpenSearchClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -252,9 +249,7 @@ export class DescribeDryRunProgressCommand extends $Command< * @public */ constructor(readonly input: DescribeDryRunProgressCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -307,7 +302,4 @@ export class DescribeDryRunProgressCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DescribeDryRunProgressCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-opensearch/src/commands/DescribeInboundConnectionsCommand.ts b/clients/client-opensearch/src/commands/DescribeInboundConnectionsCommand.ts index 130dfb693958..9ac007cce36d 100644 --- a/clients/client-opensearch/src/commands/DescribeInboundConnectionsCommand.ts +++ b/clients/client-opensearch/src/commands/DescribeInboundConnectionsCommand.ts @@ -111,9 +111,6 @@ export class DescribeInboundConnectionsCommand extends $Command< DescribeInboundConnectionsCommandOutput, OpenSearchClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -127,9 +124,7 @@ export class DescribeInboundConnectionsCommand extends $Command< * @public */ constructor(readonly input: DescribeInboundConnectionsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -185,7 +180,4 @@ export class DescribeInboundConnectionsCommand extends $Command< ): Promise { return de_DescribeInboundConnectionsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-opensearch/src/commands/DescribeInstanceTypeLimitsCommand.ts b/clients/client-opensearch/src/commands/DescribeInstanceTypeLimitsCommand.ts index 4e5f7176fc0c..13d84bfcc897 100644 --- a/clients/client-opensearch/src/commands/DescribeInstanceTypeLimitsCommand.ts +++ b/clients/client-opensearch/src/commands/DescribeInstanceTypeLimitsCommand.ts @@ -122,9 +122,6 @@ export class DescribeInstanceTypeLimitsCommand extends $Command< DescribeInstanceTypeLimitsCommandOutput, OpenSearchClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -138,9 +135,7 @@ export class DescribeInstanceTypeLimitsCommand extends $Command< * @public */ constructor(readonly input: DescribeInstanceTypeLimitsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -196,7 +191,4 @@ export class DescribeInstanceTypeLimitsCommand extends $Command< ): Promise { return de_DescribeInstanceTypeLimitsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-opensearch/src/commands/DescribeOutboundConnectionsCommand.ts b/clients/client-opensearch/src/commands/DescribeOutboundConnectionsCommand.ts index 723fd381f7a5..a638c1ee3c2b 100644 --- a/clients/client-opensearch/src/commands/DescribeOutboundConnectionsCommand.ts +++ b/clients/client-opensearch/src/commands/DescribeOutboundConnectionsCommand.ts @@ -123,9 +123,6 @@ export class DescribeOutboundConnectionsCommand extends $Command< DescribeOutboundConnectionsCommandOutput, OpenSearchClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -139,9 +136,7 @@ export class DescribeOutboundConnectionsCommand extends $Command< * @public */ constructor(readonly input: DescribeOutboundConnectionsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -197,7 +192,4 @@ export class DescribeOutboundConnectionsCommand extends $Command< ): Promise { return de_DescribeOutboundConnectionsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-opensearch/src/commands/DescribePackagesCommand.ts b/clients/client-opensearch/src/commands/DescribePackagesCommand.ts index 27ddc5adbd3c..54d72337e8a8 100644 --- a/clients/client-opensearch/src/commands/DescribePackagesCommand.ts +++ b/clients/client-opensearch/src/commands/DescribePackagesCommand.ts @@ -119,9 +119,6 @@ export class DescribePackagesCommand extends $Command< DescribePackagesCommandOutput, OpenSearchClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -135,9 +132,7 @@ export class DescribePackagesCommand extends $Command< * @public */ constructor(readonly input: DescribePackagesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -190,7 +185,4 @@ export class DescribePackagesCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DescribePackagesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-opensearch/src/commands/DescribeReservedInstanceOfferingsCommand.ts b/clients/client-opensearch/src/commands/DescribeReservedInstanceOfferingsCommand.ts index 9557e5146863..d829bce1c829 100644 --- a/clients/client-opensearch/src/commands/DescribeReservedInstanceOfferingsCommand.ts +++ b/clients/client-opensearch/src/commands/DescribeReservedInstanceOfferingsCommand.ts @@ -110,9 +110,6 @@ export class DescribeReservedInstanceOfferingsCommand extends $Command< DescribeReservedInstanceOfferingsCommandOutput, OpenSearchClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -126,9 +123,7 @@ export class DescribeReservedInstanceOfferingsCommand extends $Command< * @public */ constructor(readonly input: DescribeReservedInstanceOfferingsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -187,7 +182,4 @@ export class DescribeReservedInstanceOfferingsCommand extends $Command< ): Promise { return de_DescribeReservedInstanceOfferingsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-opensearch/src/commands/DescribeReservedInstancesCommand.ts b/clients/client-opensearch/src/commands/DescribeReservedInstancesCommand.ts index 72234f9d5177..fe55fd372d4a 100644 --- a/clients/client-opensearch/src/commands/DescribeReservedInstancesCommand.ts +++ b/clients/client-opensearch/src/commands/DescribeReservedInstancesCommand.ts @@ -109,9 +109,6 @@ export class DescribeReservedInstancesCommand extends $Command< DescribeReservedInstancesCommandOutput, OpenSearchClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -125,9 +122,7 @@ export class DescribeReservedInstancesCommand extends $Command< * @public */ constructor(readonly input: DescribeReservedInstancesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -183,7 +178,4 @@ export class DescribeReservedInstancesCommand extends $Command< ): Promise { return de_DescribeReservedInstancesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-opensearch/src/commands/DescribeVpcEndpointsCommand.ts b/clients/client-opensearch/src/commands/DescribeVpcEndpointsCommand.ts index 89d5e782a9e1..fe65f02bf741 100644 --- a/clients/client-opensearch/src/commands/DescribeVpcEndpointsCommand.ts +++ b/clients/client-opensearch/src/commands/DescribeVpcEndpointsCommand.ts @@ -111,9 +111,6 @@ export class DescribeVpcEndpointsCommand extends $Command< DescribeVpcEndpointsCommandOutput, OpenSearchClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -127,9 +124,7 @@ export class DescribeVpcEndpointsCommand extends $Command< * @public */ constructor(readonly input: DescribeVpcEndpointsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -182,7 +177,4 @@ export class DescribeVpcEndpointsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DescribeVpcEndpointsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-opensearch/src/commands/DissociatePackageCommand.ts b/clients/client-opensearch/src/commands/DissociatePackageCommand.ts index d5dd73da7c9c..98270fa5f63e 100644 --- a/clients/client-opensearch/src/commands/DissociatePackageCommand.ts +++ b/clients/client-opensearch/src/commands/DissociatePackageCommand.ts @@ -105,9 +105,6 @@ export class DissociatePackageCommand extends $Command< DissociatePackageCommandOutput, OpenSearchClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -121,9 +118,7 @@ export class DissociatePackageCommand extends $Command< * @public */ constructor(readonly input: DissociatePackageCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -176,7 +171,4 @@ export class DissociatePackageCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DissociatePackageCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-opensearch/src/commands/GetCompatibleVersionsCommand.ts b/clients/client-opensearch/src/commands/GetCompatibleVersionsCommand.ts index 01e55d971a6e..fe5a5365a117 100644 --- a/clients/client-opensearch/src/commands/GetCompatibleVersionsCommand.ts +++ b/clients/client-opensearch/src/commands/GetCompatibleVersionsCommand.ts @@ -93,9 +93,6 @@ export class GetCompatibleVersionsCommand extends $Command< GetCompatibleVersionsCommandOutput, OpenSearchClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -109,9 +106,7 @@ export class GetCompatibleVersionsCommand extends $Command< * @public */ constructor(readonly input: GetCompatibleVersionsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -164,7 +159,4 @@ export class GetCompatibleVersionsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetCompatibleVersionsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-opensearch/src/commands/GetDomainMaintenanceStatusCommand.ts b/clients/client-opensearch/src/commands/GetDomainMaintenanceStatusCommand.ts index 45ab84d41d85..75c881f52820 100644 --- a/clients/client-opensearch/src/commands/GetDomainMaintenanceStatusCommand.ts +++ b/clients/client-opensearch/src/commands/GetDomainMaintenanceStatusCommand.ts @@ -91,9 +91,6 @@ export class GetDomainMaintenanceStatusCommand extends $Command< GetDomainMaintenanceStatusCommandOutput, OpenSearchClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -107,9 +104,7 @@ export class GetDomainMaintenanceStatusCommand extends $Command< * @public */ constructor(readonly input: GetDomainMaintenanceStatusCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -165,7 +160,4 @@ export class GetDomainMaintenanceStatusCommand extends $Command< ): Promise { return de_GetDomainMaintenanceStatusCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-opensearch/src/commands/GetPackageVersionHistoryCommand.ts b/clients/client-opensearch/src/commands/GetPackageVersionHistoryCommand.ts index 5ab62eb3563d..de6adfbbd99c 100644 --- a/clients/client-opensearch/src/commands/GetPackageVersionHistoryCommand.ts +++ b/clients/client-opensearch/src/commands/GetPackageVersionHistoryCommand.ts @@ -104,9 +104,6 @@ export class GetPackageVersionHistoryCommand extends $Command< GetPackageVersionHistoryCommandOutput, OpenSearchClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -120,9 +117,7 @@ export class GetPackageVersionHistoryCommand extends $Command< * @public */ constructor(readonly input: GetPackageVersionHistoryCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -175,7 +170,4 @@ export class GetPackageVersionHistoryCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetPackageVersionHistoryCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-opensearch/src/commands/GetUpgradeHistoryCommand.ts b/clients/client-opensearch/src/commands/GetUpgradeHistoryCommand.ts index 6f0eead5e79c..9358a52b22e9 100644 --- a/clients/client-opensearch/src/commands/GetUpgradeHistoryCommand.ts +++ b/clients/client-opensearch/src/commands/GetUpgradeHistoryCommand.ts @@ -105,9 +105,6 @@ export class GetUpgradeHistoryCommand extends $Command< GetUpgradeHistoryCommandOutput, OpenSearchClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -121,9 +118,7 @@ export class GetUpgradeHistoryCommand extends $Command< * @public */ constructor(readonly input: GetUpgradeHistoryCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -176,7 +171,4 @@ export class GetUpgradeHistoryCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetUpgradeHistoryCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-opensearch/src/commands/GetUpgradeStatusCommand.ts b/clients/client-opensearch/src/commands/GetUpgradeStatusCommand.ts index b595aa18958c..9f1c99fdc4a2 100644 --- a/clients/client-opensearch/src/commands/GetUpgradeStatusCommand.ts +++ b/clients/client-opensearch/src/commands/GetUpgradeStatusCommand.ts @@ -88,9 +88,6 @@ export class GetUpgradeStatusCommand extends $Command< GetUpgradeStatusCommandOutput, OpenSearchClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -104,9 +101,7 @@ export class GetUpgradeStatusCommand extends $Command< * @public */ constructor(readonly input: GetUpgradeStatusCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -159,7 +154,4 @@ export class GetUpgradeStatusCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetUpgradeStatusCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-opensearch/src/commands/ListDomainMaintenancesCommand.ts b/clients/client-opensearch/src/commands/ListDomainMaintenancesCommand.ts index 2fd9ee70ee4e..b00c3d49602e 100644 --- a/clients/client-opensearch/src/commands/ListDomainMaintenancesCommand.ts +++ b/clients/client-opensearch/src/commands/ListDomainMaintenancesCommand.ts @@ -101,9 +101,6 @@ export class ListDomainMaintenancesCommand extends $Command< ListDomainMaintenancesCommandOutput, OpenSearchClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -117,9 +114,7 @@ export class ListDomainMaintenancesCommand extends $Command< * @public */ constructor(readonly input: ListDomainMaintenancesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -172,7 +167,4 @@ export class ListDomainMaintenancesCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListDomainMaintenancesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-opensearch/src/commands/ListDomainNamesCommand.ts b/clients/client-opensearch/src/commands/ListDomainNamesCommand.ts index 24e366346286..7bdc1123a394 100644 --- a/clients/client-opensearch/src/commands/ListDomainNamesCommand.ts +++ b/clients/client-opensearch/src/commands/ListDomainNamesCommand.ts @@ -82,9 +82,6 @@ export class ListDomainNamesCommand extends $Command< ListDomainNamesCommandOutput, OpenSearchClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -98,9 +95,7 @@ export class ListDomainNamesCommand extends $Command< * @public */ constructor(readonly input: ListDomainNamesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -153,7 +148,4 @@ export class ListDomainNamesCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListDomainNamesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-opensearch/src/commands/ListDomainsForPackageCommand.ts b/clients/client-opensearch/src/commands/ListDomainsForPackageCommand.ts index 6bc0a584fe94..b5e9ee7c5784 100644 --- a/clients/client-opensearch/src/commands/ListDomainsForPackageCommand.ts +++ b/clients/client-opensearch/src/commands/ListDomainsForPackageCommand.ts @@ -105,9 +105,6 @@ export class ListDomainsForPackageCommand extends $Command< ListDomainsForPackageCommandOutput, OpenSearchClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -121,9 +118,7 @@ export class ListDomainsForPackageCommand extends $Command< * @public */ constructor(readonly input: ListDomainsForPackageCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -176,7 +171,4 @@ export class ListDomainsForPackageCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListDomainsForPackageCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-opensearch/src/commands/ListInstanceTypeDetailsCommand.ts b/clients/client-opensearch/src/commands/ListInstanceTypeDetailsCommand.ts index d0e801af3f02..4263dd0fa036 100644 --- a/clients/client-opensearch/src/commands/ListInstanceTypeDetailsCommand.ts +++ b/clients/client-opensearch/src/commands/ListInstanceTypeDetailsCommand.ts @@ -104,9 +104,6 @@ export class ListInstanceTypeDetailsCommand extends $Command< ListInstanceTypeDetailsCommandOutput, OpenSearchClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -120,9 +117,7 @@ export class ListInstanceTypeDetailsCommand extends $Command< * @public */ constructor(readonly input: ListInstanceTypeDetailsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -175,7 +170,4 @@ export class ListInstanceTypeDetailsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListInstanceTypeDetailsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-opensearch/src/commands/ListPackagesForDomainCommand.ts b/clients/client-opensearch/src/commands/ListPackagesForDomainCommand.ts index cc2a011f9adb..7eb298d30774 100644 --- a/clients/client-opensearch/src/commands/ListPackagesForDomainCommand.ts +++ b/clients/client-opensearch/src/commands/ListPackagesForDomainCommand.ts @@ -105,9 +105,6 @@ export class ListPackagesForDomainCommand extends $Command< ListPackagesForDomainCommandOutput, OpenSearchClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -121,9 +118,7 @@ export class ListPackagesForDomainCommand extends $Command< * @public */ constructor(readonly input: ListPackagesForDomainCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -176,7 +171,4 @@ export class ListPackagesForDomainCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListPackagesForDomainCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-opensearch/src/commands/ListScheduledActionsCommand.ts b/clients/client-opensearch/src/commands/ListScheduledActionsCommand.ts index b8746b69b52d..29b99d51ae32 100644 --- a/clients/client-opensearch/src/commands/ListScheduledActionsCommand.ts +++ b/clients/client-opensearch/src/commands/ListScheduledActionsCommand.ts @@ -103,9 +103,6 @@ export class ListScheduledActionsCommand extends $Command< ListScheduledActionsCommandOutput, OpenSearchClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -119,9 +116,7 @@ export class ListScheduledActionsCommand extends $Command< * @public */ constructor(readonly input: ListScheduledActionsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -174,7 +169,4 @@ export class ListScheduledActionsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListScheduledActionsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-opensearch/src/commands/ListTagsCommand.ts b/clients/client-opensearch/src/commands/ListTagsCommand.ts index 62a57e1b64fa..652a6e0b4328 100644 --- a/clients/client-opensearch/src/commands/ListTagsCommand.ts +++ b/clients/client-opensearch/src/commands/ListTagsCommand.ts @@ -88,9 +88,6 @@ export class ListTagsCommand extends $Command< ListTagsCommandOutput, OpenSearchClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -104,9 +101,7 @@ export class ListTagsCommand extends $Command< * @public */ constructor(readonly input: ListTagsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -157,7 +152,4 @@ export class ListTagsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListTagsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-opensearch/src/commands/ListVersionsCommand.ts b/clients/client-opensearch/src/commands/ListVersionsCommand.ts index 9fa85f22adf6..3914f9a81dc1 100644 --- a/clients/client-opensearch/src/commands/ListVersionsCommand.ts +++ b/clients/client-opensearch/src/commands/ListVersionsCommand.ts @@ -87,9 +87,6 @@ export class ListVersionsCommand extends $Command< ListVersionsCommandOutput, OpenSearchClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -103,9 +100,7 @@ export class ListVersionsCommand extends $Command< * @public */ constructor(readonly input: ListVersionsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -156,7 +151,4 @@ export class ListVersionsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListVersionsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-opensearch/src/commands/ListVpcEndpointAccessCommand.ts b/clients/client-opensearch/src/commands/ListVpcEndpointAccessCommand.ts index 9d47fc184f6c..42bf8fa3fd0f 100644 --- a/clients/client-opensearch/src/commands/ListVpcEndpointAccessCommand.ts +++ b/clients/client-opensearch/src/commands/ListVpcEndpointAccessCommand.ts @@ -90,9 +90,6 @@ export class ListVpcEndpointAccessCommand extends $Command< ListVpcEndpointAccessCommandOutput, OpenSearchClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -106,9 +103,7 @@ export class ListVpcEndpointAccessCommand extends $Command< * @public */ constructor(readonly input: ListVpcEndpointAccessCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -161,7 +156,4 @@ export class ListVpcEndpointAccessCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListVpcEndpointAccessCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-opensearch/src/commands/ListVpcEndpointsCommand.ts b/clients/client-opensearch/src/commands/ListVpcEndpointsCommand.ts index 7d5c8d1099d8..78beac2c82c8 100644 --- a/clients/client-opensearch/src/commands/ListVpcEndpointsCommand.ts +++ b/clients/client-opensearch/src/commands/ListVpcEndpointsCommand.ts @@ -87,9 +87,6 @@ export class ListVpcEndpointsCommand extends $Command< ListVpcEndpointsCommandOutput, OpenSearchClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -103,9 +100,7 @@ export class ListVpcEndpointsCommand extends $Command< * @public */ constructor(readonly input: ListVpcEndpointsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -158,7 +153,4 @@ export class ListVpcEndpointsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListVpcEndpointsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-opensearch/src/commands/ListVpcEndpointsForDomainCommand.ts b/clients/client-opensearch/src/commands/ListVpcEndpointsForDomainCommand.ts index fb0037a4824a..7b369748d47c 100644 --- a/clients/client-opensearch/src/commands/ListVpcEndpointsForDomainCommand.ts +++ b/clients/client-opensearch/src/commands/ListVpcEndpointsForDomainCommand.ts @@ -92,9 +92,6 @@ export class ListVpcEndpointsForDomainCommand extends $Command< ListVpcEndpointsForDomainCommandOutput, OpenSearchClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -108,9 +105,7 @@ export class ListVpcEndpointsForDomainCommand extends $Command< * @public */ constructor(readonly input: ListVpcEndpointsForDomainCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -166,7 +161,4 @@ export class ListVpcEndpointsForDomainCommand extends $Command< ): Promise { return de_ListVpcEndpointsForDomainCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-opensearch/src/commands/PurchaseReservedInstanceOfferingCommand.ts b/clients/client-opensearch/src/commands/PurchaseReservedInstanceOfferingCommand.ts index 602733870118..75d63912a720 100644 --- a/clients/client-opensearch/src/commands/PurchaseReservedInstanceOfferingCommand.ts +++ b/clients/client-opensearch/src/commands/PurchaseReservedInstanceOfferingCommand.ts @@ -96,9 +96,6 @@ export class PurchaseReservedInstanceOfferingCommand extends $Command< PurchaseReservedInstanceOfferingCommandOutput, OpenSearchClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -112,9 +109,7 @@ export class PurchaseReservedInstanceOfferingCommand extends $Command< * @public */ constructor(readonly input: PurchaseReservedInstanceOfferingCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -173,7 +168,4 @@ export class PurchaseReservedInstanceOfferingCommand extends $Command< ): Promise { return de_PurchaseReservedInstanceOfferingCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-opensearch/src/commands/RejectInboundConnectionCommand.ts b/clients/client-opensearch/src/commands/RejectInboundConnectionCommand.ts index 6892f106eef2..b8f8002d1650 100644 --- a/clients/client-opensearch/src/commands/RejectInboundConnectionCommand.ts +++ b/clients/client-opensearch/src/commands/RejectInboundConnectionCommand.ts @@ -98,9 +98,6 @@ export class RejectInboundConnectionCommand extends $Command< RejectInboundConnectionCommandOutput, OpenSearchClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -114,9 +111,7 @@ export class RejectInboundConnectionCommand extends $Command< * @public */ constructor(readonly input: RejectInboundConnectionCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -169,7 +164,4 @@ export class RejectInboundConnectionCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_RejectInboundConnectionCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-opensearch/src/commands/RemoveTagsCommand.ts b/clients/client-opensearch/src/commands/RemoveTagsCommand.ts index e7dda82e1dd5..3376ee496d91 100644 --- a/clients/client-opensearch/src/commands/RemoveTagsCommand.ts +++ b/clients/client-opensearch/src/commands/RemoveTagsCommand.ts @@ -81,9 +81,6 @@ export class RemoveTagsCommand extends $Command< RemoveTagsCommandOutput, OpenSearchClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -97,9 +94,7 @@ export class RemoveTagsCommand extends $Command< * @public */ constructor(readonly input: RemoveTagsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -150,7 +145,4 @@ export class RemoveTagsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_RemoveTagsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-opensearch/src/commands/RevokeVpcEndpointAccessCommand.ts b/clients/client-opensearch/src/commands/RevokeVpcEndpointAccessCommand.ts index 4dfd71e8b8ed..c7a9a3dcab11 100644 --- a/clients/client-opensearch/src/commands/RevokeVpcEndpointAccessCommand.ts +++ b/clients/client-opensearch/src/commands/RevokeVpcEndpointAccessCommand.ts @@ -85,9 +85,6 @@ export class RevokeVpcEndpointAccessCommand extends $Command< RevokeVpcEndpointAccessCommandOutput, OpenSearchClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -101,9 +98,7 @@ export class RevokeVpcEndpointAccessCommand extends $Command< * @public */ constructor(readonly input: RevokeVpcEndpointAccessCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -156,7 +151,4 @@ export class RevokeVpcEndpointAccessCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_RevokeVpcEndpointAccessCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-opensearch/src/commands/StartDomainMaintenanceCommand.ts b/clients/client-opensearch/src/commands/StartDomainMaintenanceCommand.ts index 9c131d41472c..cbdf9a4be4c9 100644 --- a/clients/client-opensearch/src/commands/StartDomainMaintenanceCommand.ts +++ b/clients/client-opensearch/src/commands/StartDomainMaintenanceCommand.ts @@ -88,9 +88,6 @@ export class StartDomainMaintenanceCommand extends $Command< StartDomainMaintenanceCommandOutput, OpenSearchClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -104,9 +101,7 @@ export class StartDomainMaintenanceCommand extends $Command< * @public */ constructor(readonly input: StartDomainMaintenanceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -159,7 +154,4 @@ export class StartDomainMaintenanceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_StartDomainMaintenanceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-opensearch/src/commands/StartServiceSoftwareUpdateCommand.ts b/clients/client-opensearch/src/commands/StartServiceSoftwareUpdateCommand.ts index 81e5fe38fa51..895273c5c207 100644 --- a/clients/client-opensearch/src/commands/StartServiceSoftwareUpdateCommand.ts +++ b/clients/client-opensearch/src/commands/StartServiceSoftwareUpdateCommand.ts @@ -95,9 +95,6 @@ export class StartServiceSoftwareUpdateCommand extends $Command< StartServiceSoftwareUpdateCommandOutput, OpenSearchClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -111,9 +108,7 @@ export class StartServiceSoftwareUpdateCommand extends $Command< * @public */ constructor(readonly input: StartServiceSoftwareUpdateCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -169,7 +164,4 @@ export class StartServiceSoftwareUpdateCommand extends $Command< ): Promise { return de_StartServiceSoftwareUpdateCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-opensearch/src/commands/UpdateDomainConfigCommand.ts b/clients/client-opensearch/src/commands/UpdateDomainConfigCommand.ts index 8a6eea775665..88af6111c780 100644 --- a/clients/client-opensearch/src/commands/UpdateDomainConfigCommand.ts +++ b/clients/client-opensearch/src/commands/UpdateDomainConfigCommand.ts @@ -435,9 +435,6 @@ export class UpdateDomainConfigCommand extends $Command< UpdateDomainConfigCommandOutput, OpenSearchClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -451,9 +448,7 @@ export class UpdateDomainConfigCommand extends $Command< * @public */ constructor(readonly input: UpdateDomainConfigCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -506,7 +501,4 @@ export class UpdateDomainConfigCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdateDomainConfigCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-opensearch/src/commands/UpdatePackageCommand.ts b/clients/client-opensearch/src/commands/UpdatePackageCommand.ts index caf0d2aaf20a..9ce00aa10b2d 100644 --- a/clients/client-opensearch/src/commands/UpdatePackageCommand.ts +++ b/clients/client-opensearch/src/commands/UpdatePackageCommand.ts @@ -116,9 +116,6 @@ export class UpdatePackageCommand extends $Command< UpdatePackageCommandOutput, OpenSearchClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -132,9 +129,7 @@ export class UpdatePackageCommand extends $Command< * @public */ constructor(readonly input: UpdatePackageCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -185,7 +180,4 @@ export class UpdatePackageCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdatePackageCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-opensearch/src/commands/UpdateScheduledActionCommand.ts b/clients/client-opensearch/src/commands/UpdateScheduledActionCommand.ts index dac421ae012a..697a0ea47adf 100644 --- a/clients/client-opensearch/src/commands/UpdateScheduledActionCommand.ts +++ b/clients/client-opensearch/src/commands/UpdateScheduledActionCommand.ts @@ -108,9 +108,6 @@ export class UpdateScheduledActionCommand extends $Command< UpdateScheduledActionCommandOutput, OpenSearchClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -124,9 +121,7 @@ export class UpdateScheduledActionCommand extends $Command< * @public */ constructor(readonly input: UpdateScheduledActionCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -179,7 +174,4 @@ export class UpdateScheduledActionCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdateScheduledActionCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-opensearch/src/commands/UpdateVpcEndpointCommand.ts b/clients/client-opensearch/src/commands/UpdateVpcEndpointCommand.ts index ff44806b0404..059a4deade1d 100644 --- a/clients/client-opensearch/src/commands/UpdateVpcEndpointCommand.ts +++ b/clients/client-opensearch/src/commands/UpdateVpcEndpointCommand.ts @@ -114,9 +114,6 @@ export class UpdateVpcEndpointCommand extends $Command< UpdateVpcEndpointCommandOutput, OpenSearchClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -130,9 +127,7 @@ export class UpdateVpcEndpointCommand extends $Command< * @public */ constructor(readonly input: UpdateVpcEndpointCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -185,7 +180,4 @@ export class UpdateVpcEndpointCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdateVpcEndpointCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-opensearch/src/commands/UpgradeDomainCommand.ts b/clients/client-opensearch/src/commands/UpgradeDomainCommand.ts index 7d2891804fa9..ffe1cdd711b1 100644 --- a/clients/client-opensearch/src/commands/UpgradeDomainCommand.ts +++ b/clients/client-opensearch/src/commands/UpgradeDomainCommand.ts @@ -104,9 +104,6 @@ export class UpgradeDomainCommand extends $Command< UpgradeDomainCommandOutput, OpenSearchClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -120,9 +117,7 @@ export class UpgradeDomainCommand extends $Command< * @public */ constructor(readonly input: UpgradeDomainCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -173,7 +168,4 @@ export class UpgradeDomainCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpgradeDomainCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-opensearchserverless/package.json b/clients/client-opensearchserverless/package.json index 6a5230c747e6..65fd87bdfd66 100644 --- a/clients/client-opensearchserverless/package.json +++ b/clients/client-opensearchserverless/package.json @@ -34,29 +34,29 @@ "@aws-sdk/util-endpoints": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@smithy/config-resolver": "^2.0.16", - "@smithy/fetch-http-handler": "^2.2.4", - "@smithy/hash-node": "^2.0.12", - "@smithy/invalid-dependency": "^2.0.12", - "@smithy/middleware-content-length": "^2.0.14", - "@smithy/middleware-endpoint": "^2.1.3", - "@smithy/middleware-retry": "^2.0.18", - "@smithy/middleware-serde": "^2.0.12", - "@smithy/middleware-stack": "^2.0.6", - "@smithy/node-config-provider": "^2.1.3", - "@smithy/node-http-handler": "^2.1.8", - "@smithy/protocol-http": "^3.0.8", - "@smithy/smithy-client": "^2.1.12", - "@smithy/types": "^2.4.0", - "@smithy/url-parser": "^2.0.12", - "@smithy/util-base64": "^2.0.0", + "@smithy/config-resolver": "^2.0.18", + "@smithy/fetch-http-handler": "^2.2.6", + "@smithy/hash-node": "^2.0.15", + "@smithy/invalid-dependency": "^2.0.13", + "@smithy/middleware-content-length": "^2.0.15", + "@smithy/middleware-endpoint": "^2.2.0", + "@smithy/middleware-retry": "^2.0.20", + "@smithy/middleware-serde": "^2.0.13", + "@smithy/middleware-stack": "^2.0.7", + "@smithy/node-config-provider": "^2.1.5", + "@smithy/node-http-handler": "^2.1.9", + "@smithy/protocol-http": "^3.0.9", + "@smithy/smithy-client": "^2.1.15", + "@smithy/types": "^2.5.0", + "@smithy/url-parser": "^2.0.13", + "@smithy/util-base64": "^2.0.1", "@smithy/util-body-length-browser": "^2.0.0", "@smithy/util-body-length-node": "^2.1.0", - "@smithy/util-defaults-mode-browser": "^2.0.16", - "@smithy/util-defaults-mode-node": "^2.0.21", - "@smithy/util-endpoints": "^1.0.2", - "@smithy/util-retry": "^2.0.5", - "@smithy/util-utf8": "^2.0.0", + "@smithy/util-defaults-mode-browser": "^2.0.19", + "@smithy/util-defaults-mode-node": "^2.0.25", + "@smithy/util-endpoints": "^1.0.4", + "@smithy/util-retry": "^2.0.6", + "@smithy/util-utf8": "^2.0.2", "tslib": "^2.5.0", "uuid": "^8.3.2" }, diff --git a/clients/client-opensearchserverless/src/commands/BatchGetCollectionCommand.ts b/clients/client-opensearchserverless/src/commands/BatchGetCollectionCommand.ts index 88783f1058b5..fa1007015b3d 100644 --- a/clients/client-opensearchserverless/src/commands/BatchGetCollectionCommand.ts +++ b/clients/client-opensearchserverless/src/commands/BatchGetCollectionCommand.ts @@ -110,9 +110,6 @@ export class BatchGetCollectionCommand extends $Command< BatchGetCollectionCommandOutput, OpenSearchServerlessClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -126,9 +123,7 @@ export class BatchGetCollectionCommand extends $Command< * @public */ constructor(readonly input: BatchGetCollectionCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -181,7 +176,4 @@ export class BatchGetCollectionCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_BatchGetCollectionCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-opensearchserverless/src/commands/BatchGetEffectiveLifecyclePolicyCommand.ts b/clients/client-opensearchserverless/src/commands/BatchGetEffectiveLifecyclePolicyCommand.ts index 902baadbf8df..960c6b5fe84b 100644 --- a/clients/client-opensearchserverless/src/commands/BatchGetEffectiveLifecyclePolicyCommand.ts +++ b/clients/client-opensearchserverless/src/commands/BatchGetEffectiveLifecyclePolicyCommand.ts @@ -108,9 +108,6 @@ export class BatchGetEffectiveLifecyclePolicyCommand extends $Command< BatchGetEffectiveLifecyclePolicyCommandOutput, OpenSearchServerlessClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -124,9 +121,7 @@ export class BatchGetEffectiveLifecyclePolicyCommand extends $Command< * @public */ constructor(readonly input: BatchGetEffectiveLifecyclePolicyCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -185,7 +180,4 @@ export class BatchGetEffectiveLifecyclePolicyCommand extends $Command< ): Promise { return de_BatchGetEffectiveLifecyclePolicyCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-opensearchserverless/src/commands/BatchGetLifecyclePolicyCommand.ts b/clients/client-opensearchserverless/src/commands/BatchGetLifecyclePolicyCommand.ts index af90be2e142e..480d9931b7ce 100644 --- a/clients/client-opensearchserverless/src/commands/BatchGetLifecyclePolicyCommand.ts +++ b/clients/client-opensearchserverless/src/commands/BatchGetLifecyclePolicyCommand.ts @@ -104,9 +104,6 @@ export class BatchGetLifecyclePolicyCommand extends $Command< BatchGetLifecyclePolicyCommandOutput, OpenSearchServerlessClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -120,9 +117,7 @@ export class BatchGetLifecyclePolicyCommand extends $Command< * @public */ constructor(readonly input: BatchGetLifecyclePolicyCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -175,7 +170,4 @@ export class BatchGetLifecyclePolicyCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_BatchGetLifecyclePolicyCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-opensearchserverless/src/commands/BatchGetVpcEndpointCommand.ts b/clients/client-opensearchserverless/src/commands/BatchGetVpcEndpointCommand.ts index 7d60e57b6882..26afe55a0b14 100644 --- a/clients/client-opensearchserverless/src/commands/BatchGetVpcEndpointCommand.ts +++ b/clients/client-opensearchserverless/src/commands/BatchGetVpcEndpointCommand.ts @@ -106,9 +106,6 @@ export class BatchGetVpcEndpointCommand extends $Command< BatchGetVpcEndpointCommandOutput, OpenSearchServerlessClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -122,9 +119,7 @@ export class BatchGetVpcEndpointCommand extends $Command< * @public */ constructor(readonly input: BatchGetVpcEndpointCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -177,7 +172,4 @@ export class BatchGetVpcEndpointCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_BatchGetVpcEndpointCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-opensearchserverless/src/commands/CreateAccessPolicyCommand.ts b/clients/client-opensearchserverless/src/commands/CreateAccessPolicyCommand.ts index 4ebea43aad95..72beaa9e6166 100644 --- a/clients/client-opensearchserverless/src/commands/CreateAccessPolicyCommand.ts +++ b/clients/client-opensearchserverless/src/commands/CreateAccessPolicyCommand.ts @@ -104,9 +104,6 @@ export class CreateAccessPolicyCommand extends $Command< CreateAccessPolicyCommandOutput, OpenSearchServerlessClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -120,9 +117,7 @@ export class CreateAccessPolicyCommand extends $Command< * @public */ constructor(readonly input: CreateAccessPolicyCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -175,7 +170,4 @@ export class CreateAccessPolicyCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateAccessPolicyCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-opensearchserverless/src/commands/CreateCollectionCommand.ts b/clients/client-opensearchserverless/src/commands/CreateCollectionCommand.ts index 50a5e7f4a053..8cfea6693005 100644 --- a/clients/client-opensearchserverless/src/commands/CreateCollectionCommand.ts +++ b/clients/client-opensearchserverless/src/commands/CreateCollectionCommand.ts @@ -112,9 +112,6 @@ export class CreateCollectionCommand extends $Command< CreateCollectionCommandOutput, OpenSearchServerlessClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -128,9 +125,7 @@ export class CreateCollectionCommand extends $Command< * @public */ constructor(readonly input: CreateCollectionCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -183,7 +178,4 @@ export class CreateCollectionCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateCollectionCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-opensearchserverless/src/commands/CreateLifecyclePolicyCommand.ts b/clients/client-opensearchserverless/src/commands/CreateLifecyclePolicyCommand.ts index d706facb55fb..80032233a8fc 100644 --- a/clients/client-opensearchserverless/src/commands/CreateLifecyclePolicyCommand.ts +++ b/clients/client-opensearchserverless/src/commands/CreateLifecyclePolicyCommand.ts @@ -102,9 +102,6 @@ export class CreateLifecyclePolicyCommand extends $Command< CreateLifecyclePolicyCommandOutput, OpenSearchServerlessClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -118,9 +115,7 @@ export class CreateLifecyclePolicyCommand extends $Command< * @public */ constructor(readonly input: CreateLifecyclePolicyCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -173,7 +168,4 @@ export class CreateLifecyclePolicyCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateLifecyclePolicyCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-opensearchserverless/src/commands/CreateSecurityConfigCommand.ts b/clients/client-opensearchserverless/src/commands/CreateSecurityConfigCommand.ts index f7dc5eb41b49..94686cf017fa 100644 --- a/clients/client-opensearchserverless/src/commands/CreateSecurityConfigCommand.ts +++ b/clients/client-opensearchserverless/src/commands/CreateSecurityConfigCommand.ts @@ -113,9 +113,6 @@ export class CreateSecurityConfigCommand extends $Command< CreateSecurityConfigCommandOutput, OpenSearchServerlessClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -129,9 +126,7 @@ export class CreateSecurityConfigCommand extends $Command< * @public */ constructor(readonly input: CreateSecurityConfigCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -184,7 +179,4 @@ export class CreateSecurityConfigCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateSecurityConfigCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-opensearchserverless/src/commands/CreateSecurityPolicyCommand.ts b/clients/client-opensearchserverless/src/commands/CreateSecurityPolicyCommand.ts index c20a3d673f93..7ab90160b58f 100644 --- a/clients/client-opensearchserverless/src/commands/CreateSecurityPolicyCommand.ts +++ b/clients/client-opensearchserverless/src/commands/CreateSecurityPolicyCommand.ts @@ -106,9 +106,6 @@ export class CreateSecurityPolicyCommand extends $Command< CreateSecurityPolicyCommandOutput, OpenSearchServerlessClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -122,9 +119,7 @@ export class CreateSecurityPolicyCommand extends $Command< * @public */ constructor(readonly input: CreateSecurityPolicyCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -177,7 +172,4 @@ export class CreateSecurityPolicyCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateSecurityPolicyCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-opensearchserverless/src/commands/CreateVpcEndpointCommand.ts b/clients/client-opensearchserverless/src/commands/CreateVpcEndpointCommand.ts index ff5843ceabed..8abd26fcf234 100644 --- a/clients/client-opensearchserverless/src/commands/CreateVpcEndpointCommand.ts +++ b/clients/client-opensearchserverless/src/commands/CreateVpcEndpointCommand.ts @@ -102,9 +102,6 @@ export class CreateVpcEndpointCommand extends $Command< CreateVpcEndpointCommandOutput, OpenSearchServerlessClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -118,9 +115,7 @@ export class CreateVpcEndpointCommand extends $Command< * @public */ constructor(readonly input: CreateVpcEndpointCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -173,7 +168,4 @@ export class CreateVpcEndpointCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateVpcEndpointCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-opensearchserverless/src/commands/DeleteAccessPolicyCommand.ts b/clients/client-opensearchserverless/src/commands/DeleteAccessPolicyCommand.ts index 681eefafcf2e..c146a5e24b99 100644 --- a/clients/client-opensearchserverless/src/commands/DeleteAccessPolicyCommand.ts +++ b/clients/client-opensearchserverless/src/commands/DeleteAccessPolicyCommand.ts @@ -90,9 +90,6 @@ export class DeleteAccessPolicyCommand extends $Command< DeleteAccessPolicyCommandOutput, OpenSearchServerlessClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -106,9 +103,7 @@ export class DeleteAccessPolicyCommand extends $Command< * @public */ constructor(readonly input: DeleteAccessPolicyCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -161,7 +156,4 @@ export class DeleteAccessPolicyCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteAccessPolicyCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-opensearchserverless/src/commands/DeleteCollectionCommand.ts b/clients/client-opensearchserverless/src/commands/DeleteCollectionCommand.ts index 82ab1eddb3c6..355e3108de8b 100644 --- a/clients/client-opensearchserverless/src/commands/DeleteCollectionCommand.ts +++ b/clients/client-opensearchserverless/src/commands/DeleteCollectionCommand.ts @@ -95,9 +95,6 @@ export class DeleteCollectionCommand extends $Command< DeleteCollectionCommandOutput, OpenSearchServerlessClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -111,9 +108,7 @@ export class DeleteCollectionCommand extends $Command< * @public */ constructor(readonly input: DeleteCollectionCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -166,7 +161,4 @@ export class DeleteCollectionCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteCollectionCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-opensearchserverless/src/commands/DeleteLifecyclePolicyCommand.ts b/clients/client-opensearchserverless/src/commands/DeleteLifecyclePolicyCommand.ts index 5d17dad2ff79..d1f32821c310 100644 --- a/clients/client-opensearchserverless/src/commands/DeleteLifecyclePolicyCommand.ts +++ b/clients/client-opensearchserverless/src/commands/DeleteLifecyclePolicyCommand.ts @@ -89,9 +89,6 @@ export class DeleteLifecyclePolicyCommand extends $Command< DeleteLifecyclePolicyCommandOutput, OpenSearchServerlessClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -105,9 +102,7 @@ export class DeleteLifecyclePolicyCommand extends $Command< * @public */ constructor(readonly input: DeleteLifecyclePolicyCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -160,7 +155,4 @@ export class DeleteLifecyclePolicyCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteLifecyclePolicyCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-opensearchserverless/src/commands/DeleteSecurityConfigCommand.ts b/clients/client-opensearchserverless/src/commands/DeleteSecurityConfigCommand.ts index b1d0aeaf400a..705a86b1ddc5 100644 --- a/clients/client-opensearchserverless/src/commands/DeleteSecurityConfigCommand.ts +++ b/clients/client-opensearchserverless/src/commands/DeleteSecurityConfigCommand.ts @@ -90,9 +90,6 @@ export class DeleteSecurityConfigCommand extends $Command< DeleteSecurityConfigCommandOutput, OpenSearchServerlessClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -106,9 +103,7 @@ export class DeleteSecurityConfigCommand extends $Command< * @public */ constructor(readonly input: DeleteSecurityConfigCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -161,7 +156,4 @@ export class DeleteSecurityConfigCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteSecurityConfigCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-opensearchserverless/src/commands/DeleteSecurityPolicyCommand.ts b/clients/client-opensearchserverless/src/commands/DeleteSecurityPolicyCommand.ts index aaca63793d50..45c17afbdf36 100644 --- a/clients/client-opensearchserverless/src/commands/DeleteSecurityPolicyCommand.ts +++ b/clients/client-opensearchserverless/src/commands/DeleteSecurityPolicyCommand.ts @@ -89,9 +89,6 @@ export class DeleteSecurityPolicyCommand extends $Command< DeleteSecurityPolicyCommandOutput, OpenSearchServerlessClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -105,9 +102,7 @@ export class DeleteSecurityPolicyCommand extends $Command< * @public */ constructor(readonly input: DeleteSecurityPolicyCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -160,7 +155,4 @@ export class DeleteSecurityPolicyCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteSecurityPolicyCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-opensearchserverless/src/commands/DeleteVpcEndpointCommand.ts b/clients/client-opensearchserverless/src/commands/DeleteVpcEndpointCommand.ts index 79d6c1e0e512..e3707a8ef5cc 100644 --- a/clients/client-opensearchserverless/src/commands/DeleteVpcEndpointCommand.ts +++ b/clients/client-opensearchserverless/src/commands/DeleteVpcEndpointCommand.ts @@ -95,9 +95,6 @@ export class DeleteVpcEndpointCommand extends $Command< DeleteVpcEndpointCommandOutput, OpenSearchServerlessClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -111,9 +108,7 @@ export class DeleteVpcEndpointCommand extends $Command< * @public */ constructor(readonly input: DeleteVpcEndpointCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -166,7 +161,4 @@ export class DeleteVpcEndpointCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteVpcEndpointCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-opensearchserverless/src/commands/GetAccessPolicyCommand.ts b/clients/client-opensearchserverless/src/commands/GetAccessPolicyCommand.ts index 54e288e252e4..3c652e4342ca 100644 --- a/clients/client-opensearchserverless/src/commands/GetAccessPolicyCommand.ts +++ b/clients/client-opensearchserverless/src/commands/GetAccessPolicyCommand.ts @@ -94,9 +94,6 @@ export class GetAccessPolicyCommand extends $Command< GetAccessPolicyCommandOutput, OpenSearchServerlessClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -110,9 +107,7 @@ export class GetAccessPolicyCommand extends $Command< * @public */ constructor(readonly input: GetAccessPolicyCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -165,7 +160,4 @@ export class GetAccessPolicyCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetAccessPolicyCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-opensearchserverless/src/commands/GetAccountSettingsCommand.ts b/clients/client-opensearchserverless/src/commands/GetAccountSettingsCommand.ts index fd5920348702..7a619838346f 100644 --- a/clients/client-opensearchserverless/src/commands/GetAccountSettingsCommand.ts +++ b/clients/client-opensearchserverless/src/commands/GetAccountSettingsCommand.ts @@ -84,9 +84,6 @@ export class GetAccountSettingsCommand extends $Command< GetAccountSettingsCommandOutput, OpenSearchServerlessClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -100,9 +97,7 @@ export class GetAccountSettingsCommand extends $Command< * @public */ constructor(readonly input: GetAccountSettingsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -155,7 +150,4 @@ export class GetAccountSettingsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetAccountSettingsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-opensearchserverless/src/commands/GetPoliciesStatsCommand.ts b/clients/client-opensearchserverless/src/commands/GetPoliciesStatsCommand.ts index c4e1fc962ad4..4ac8e7056912 100644 --- a/clients/client-opensearchserverless/src/commands/GetPoliciesStatsCommand.ts +++ b/clients/client-opensearchserverless/src/commands/GetPoliciesStatsCommand.ts @@ -89,9 +89,6 @@ export class GetPoliciesStatsCommand extends $Command< GetPoliciesStatsCommandOutput, OpenSearchServerlessClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -105,9 +102,7 @@ export class GetPoliciesStatsCommand extends $Command< * @public */ constructor(readonly input: GetPoliciesStatsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -160,7 +155,4 @@ export class GetPoliciesStatsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetPoliciesStatsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-opensearchserverless/src/commands/GetSecurityConfigCommand.ts b/clients/client-opensearchserverless/src/commands/GetSecurityConfigCommand.ts index 39413cd579e7..a329acef8031 100644 --- a/clients/client-opensearchserverless/src/commands/GetSecurityConfigCommand.ts +++ b/clients/client-opensearchserverless/src/commands/GetSecurityConfigCommand.ts @@ -99,9 +99,6 @@ export class GetSecurityConfigCommand extends $Command< GetSecurityConfigCommandOutput, OpenSearchServerlessClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -115,9 +112,7 @@ export class GetSecurityConfigCommand extends $Command< * @public */ constructor(readonly input: GetSecurityConfigCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -170,7 +165,4 @@ export class GetSecurityConfigCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetSecurityConfigCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-opensearchserverless/src/commands/GetSecurityPolicyCommand.ts b/clients/client-opensearchserverless/src/commands/GetSecurityPolicyCommand.ts index 0b410f676600..3c7984e82574 100644 --- a/clients/client-opensearchserverless/src/commands/GetSecurityPolicyCommand.ts +++ b/clients/client-opensearchserverless/src/commands/GetSecurityPolicyCommand.ts @@ -95,9 +95,6 @@ export class GetSecurityPolicyCommand extends $Command< GetSecurityPolicyCommandOutput, OpenSearchServerlessClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -111,9 +108,7 @@ export class GetSecurityPolicyCommand extends $Command< * @public */ constructor(readonly input: GetSecurityPolicyCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -166,7 +161,4 @@ export class GetSecurityPolicyCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetSecurityPolicyCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-opensearchserverless/src/commands/ListAccessPoliciesCommand.ts b/clients/client-opensearchserverless/src/commands/ListAccessPoliciesCommand.ts index 0fb944e936ef..2035f5458be7 100644 --- a/clients/client-opensearchserverless/src/commands/ListAccessPoliciesCommand.ts +++ b/clients/client-opensearchserverless/src/commands/ListAccessPoliciesCommand.ts @@ -96,9 +96,6 @@ export class ListAccessPoliciesCommand extends $Command< ListAccessPoliciesCommandOutput, OpenSearchServerlessClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -112,9 +109,7 @@ export class ListAccessPoliciesCommand extends $Command< * @public */ constructor(readonly input: ListAccessPoliciesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -167,7 +162,4 @@ export class ListAccessPoliciesCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListAccessPoliciesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-opensearchserverless/src/commands/ListCollectionsCommand.ts b/clients/client-opensearchserverless/src/commands/ListCollectionsCommand.ts index 523f7dbc2d0c..283286e8f6da 100644 --- a/clients/client-opensearchserverless/src/commands/ListCollectionsCommand.ts +++ b/clients/client-opensearchserverless/src/commands/ListCollectionsCommand.ts @@ -99,9 +99,6 @@ export class ListCollectionsCommand extends $Command< ListCollectionsCommandOutput, OpenSearchServerlessClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -115,9 +112,7 @@ export class ListCollectionsCommand extends $Command< * @public */ constructor(readonly input: ListCollectionsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -170,7 +165,4 @@ export class ListCollectionsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListCollectionsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-opensearchserverless/src/commands/ListLifecyclePoliciesCommand.ts b/clients/client-opensearchserverless/src/commands/ListLifecyclePoliciesCommand.ts index 9a0cbc9c086a..bd1d9120158f 100644 --- a/clients/client-opensearchserverless/src/commands/ListLifecyclePoliciesCommand.ts +++ b/clients/client-opensearchserverless/src/commands/ListLifecyclePoliciesCommand.ts @@ -96,9 +96,6 @@ export class ListLifecyclePoliciesCommand extends $Command< ListLifecyclePoliciesCommandOutput, OpenSearchServerlessClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -112,9 +109,7 @@ export class ListLifecyclePoliciesCommand extends $Command< * @public */ constructor(readonly input: ListLifecyclePoliciesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -167,7 +162,4 @@ export class ListLifecyclePoliciesCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListLifecyclePoliciesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-opensearchserverless/src/commands/ListSecurityConfigsCommand.ts b/clients/client-opensearchserverless/src/commands/ListSecurityConfigsCommand.ts index 1fe73cf424bd..3c912f611836 100644 --- a/clients/client-opensearchserverless/src/commands/ListSecurityConfigsCommand.ts +++ b/clients/client-opensearchserverless/src/commands/ListSecurityConfigsCommand.ts @@ -95,9 +95,6 @@ export class ListSecurityConfigsCommand extends $Command< ListSecurityConfigsCommandOutput, OpenSearchServerlessClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -111,9 +108,7 @@ export class ListSecurityConfigsCommand extends $Command< * @public */ constructor(readonly input: ListSecurityConfigsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -166,7 +161,4 @@ export class ListSecurityConfigsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListSecurityConfigsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-opensearchserverless/src/commands/ListSecurityPoliciesCommand.ts b/clients/client-opensearchserverless/src/commands/ListSecurityPoliciesCommand.ts index 3ddf9e10c22c..618aea9e7315 100644 --- a/clients/client-opensearchserverless/src/commands/ListSecurityPoliciesCommand.ts +++ b/clients/client-opensearchserverless/src/commands/ListSecurityPoliciesCommand.ts @@ -96,9 +96,6 @@ export class ListSecurityPoliciesCommand extends $Command< ListSecurityPoliciesCommandOutput, OpenSearchServerlessClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -112,9 +109,7 @@ export class ListSecurityPoliciesCommand extends $Command< * @public */ constructor(readonly input: ListSecurityPoliciesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -167,7 +162,4 @@ export class ListSecurityPoliciesCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListSecurityPoliciesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-opensearchserverless/src/commands/ListTagsForResourceCommand.ts b/clients/client-opensearchserverless/src/commands/ListTagsForResourceCommand.ts index c50e2657b892..a7308633bdcd 100644 --- a/clients/client-opensearchserverless/src/commands/ListTagsForResourceCommand.ts +++ b/clients/client-opensearchserverless/src/commands/ListTagsForResourceCommand.ts @@ -89,9 +89,6 @@ export class ListTagsForResourceCommand extends $Command< ListTagsForResourceCommandOutput, OpenSearchServerlessClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -105,9 +102,7 @@ export class ListTagsForResourceCommand extends $Command< * @public */ constructor(readonly input: ListTagsForResourceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -160,7 +155,4 @@ export class ListTagsForResourceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListTagsForResourceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-opensearchserverless/src/commands/ListVpcEndpointsCommand.ts b/clients/client-opensearchserverless/src/commands/ListVpcEndpointsCommand.ts index ef364afdcdc9..2f9ee7bef28b 100644 --- a/clients/client-opensearchserverless/src/commands/ListVpcEndpointsCommand.ts +++ b/clients/client-opensearchserverless/src/commands/ListVpcEndpointsCommand.ts @@ -94,9 +94,6 @@ export class ListVpcEndpointsCommand extends $Command< ListVpcEndpointsCommandOutput, OpenSearchServerlessClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -110,9 +107,7 @@ export class ListVpcEndpointsCommand extends $Command< * @public */ constructor(readonly input: ListVpcEndpointsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -165,7 +160,4 @@ export class ListVpcEndpointsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListVpcEndpointsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-opensearchserverless/src/commands/TagResourceCommand.ts b/clients/client-opensearchserverless/src/commands/TagResourceCommand.ts index 6b8cb3db82c4..bd265d53b497 100644 --- a/clients/client-opensearchserverless/src/commands/TagResourceCommand.ts +++ b/clients/client-opensearchserverless/src/commands/TagResourceCommand.ts @@ -96,9 +96,6 @@ export class TagResourceCommand extends $Command< TagResourceCommandOutput, OpenSearchServerlessClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -112,9 +109,7 @@ export class TagResourceCommand extends $Command< * @public */ constructor(readonly input: TagResourceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -165,7 +160,4 @@ export class TagResourceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_TagResourceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-opensearchserverless/src/commands/UntagResourceCommand.ts b/clients/client-opensearchserverless/src/commands/UntagResourceCommand.ts index 72194db3b634..ea004032627b 100644 --- a/clients/client-opensearchserverless/src/commands/UntagResourceCommand.ts +++ b/clients/client-opensearchserverless/src/commands/UntagResourceCommand.ts @@ -90,9 +90,6 @@ export class UntagResourceCommand extends $Command< UntagResourceCommandOutput, OpenSearchServerlessClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -106,9 +103,7 @@ export class UntagResourceCommand extends $Command< * @public */ constructor(readonly input: UntagResourceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -159,7 +154,4 @@ export class UntagResourceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UntagResourceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-opensearchserverless/src/commands/UpdateAccessPolicyCommand.ts b/clients/client-opensearchserverless/src/commands/UpdateAccessPolicyCommand.ts index 8fcbfba38b99..1faff353c9dc 100644 --- a/clients/client-opensearchserverless/src/commands/UpdateAccessPolicyCommand.ts +++ b/clients/client-opensearchserverless/src/commands/UpdateAccessPolicyCommand.ts @@ -103,9 +103,6 @@ export class UpdateAccessPolicyCommand extends $Command< UpdateAccessPolicyCommandOutput, OpenSearchServerlessClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -119,9 +116,7 @@ export class UpdateAccessPolicyCommand extends $Command< * @public */ constructor(readonly input: UpdateAccessPolicyCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -174,7 +169,4 @@ export class UpdateAccessPolicyCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdateAccessPolicyCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-opensearchserverless/src/commands/UpdateAccountSettingsCommand.ts b/clients/client-opensearchserverless/src/commands/UpdateAccountSettingsCommand.ts index e46ba3bd281a..6dd5c71cb62b 100644 --- a/clients/client-opensearchserverless/src/commands/UpdateAccountSettingsCommand.ts +++ b/clients/client-opensearchserverless/src/commands/UpdateAccountSettingsCommand.ts @@ -90,9 +90,6 @@ export class UpdateAccountSettingsCommand extends $Command< UpdateAccountSettingsCommandOutput, OpenSearchServerlessClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -106,9 +103,7 @@ export class UpdateAccountSettingsCommand extends $Command< * @public */ constructor(readonly input: UpdateAccountSettingsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -161,7 +156,4 @@ export class UpdateAccountSettingsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdateAccountSettingsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-opensearchserverless/src/commands/UpdateCollectionCommand.ts b/clients/client-opensearchserverless/src/commands/UpdateCollectionCommand.ts index eef43b635bc2..4d5451d8aedb 100644 --- a/clients/client-opensearchserverless/src/commands/UpdateCollectionCommand.ts +++ b/clients/client-opensearchserverless/src/commands/UpdateCollectionCommand.ts @@ -97,9 +97,6 @@ export class UpdateCollectionCommand extends $Command< UpdateCollectionCommandOutput, OpenSearchServerlessClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -113,9 +110,7 @@ export class UpdateCollectionCommand extends $Command< * @public */ constructor(readonly input: UpdateCollectionCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -168,7 +163,4 @@ export class UpdateCollectionCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdateCollectionCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-opensearchserverless/src/commands/UpdateLifecyclePolicyCommand.ts b/clients/client-opensearchserverless/src/commands/UpdateLifecyclePolicyCommand.ts index dc238bf6a0e2..d3aa92c7291e 100644 --- a/clients/client-opensearchserverless/src/commands/UpdateLifecyclePolicyCommand.ts +++ b/clients/client-opensearchserverless/src/commands/UpdateLifecyclePolicyCommand.ts @@ -105,9 +105,6 @@ export class UpdateLifecyclePolicyCommand extends $Command< UpdateLifecyclePolicyCommandOutput, OpenSearchServerlessClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -121,9 +118,7 @@ export class UpdateLifecyclePolicyCommand extends $Command< * @public */ constructor(readonly input: UpdateLifecyclePolicyCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -176,7 +171,4 @@ export class UpdateLifecyclePolicyCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdateLifecyclePolicyCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-opensearchserverless/src/commands/UpdateSecurityConfigCommand.ts b/clients/client-opensearchserverless/src/commands/UpdateSecurityConfigCommand.ts index eaaf4a8d05b2..5d00bdfe0646 100644 --- a/clients/client-opensearchserverless/src/commands/UpdateSecurityConfigCommand.ts +++ b/clients/client-opensearchserverless/src/commands/UpdateSecurityConfigCommand.ts @@ -113,9 +113,6 @@ export class UpdateSecurityConfigCommand extends $Command< UpdateSecurityConfigCommandOutput, OpenSearchServerlessClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -129,9 +126,7 @@ export class UpdateSecurityConfigCommand extends $Command< * @public */ constructor(readonly input: UpdateSecurityConfigCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -184,7 +179,4 @@ export class UpdateSecurityConfigCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdateSecurityConfigCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-opensearchserverless/src/commands/UpdateSecurityPolicyCommand.ts b/clients/client-opensearchserverless/src/commands/UpdateSecurityPolicyCommand.ts index d8203a81df87..b6c47a1ec7d8 100644 --- a/clients/client-opensearchserverless/src/commands/UpdateSecurityPolicyCommand.ts +++ b/clients/client-opensearchserverless/src/commands/UpdateSecurityPolicyCommand.ts @@ -107,9 +107,6 @@ export class UpdateSecurityPolicyCommand extends $Command< UpdateSecurityPolicyCommandOutput, OpenSearchServerlessClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -123,9 +120,7 @@ export class UpdateSecurityPolicyCommand extends $Command< * @public */ constructor(readonly input: UpdateSecurityPolicyCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -178,7 +173,4 @@ export class UpdateSecurityPolicyCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdateSecurityPolicyCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-opensearchserverless/src/commands/UpdateVpcEndpointCommand.ts b/clients/client-opensearchserverless/src/commands/UpdateVpcEndpointCommand.ts index 6ae48dca49ef..b46bb161d5dc 100644 --- a/clients/client-opensearchserverless/src/commands/UpdateVpcEndpointCommand.ts +++ b/clients/client-opensearchserverless/src/commands/UpdateVpcEndpointCommand.ts @@ -111,9 +111,6 @@ export class UpdateVpcEndpointCommand extends $Command< UpdateVpcEndpointCommandOutput, OpenSearchServerlessClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -127,9 +124,7 @@ export class UpdateVpcEndpointCommand extends $Command< * @public */ constructor(readonly input: UpdateVpcEndpointCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -182,7 +177,4 @@ export class UpdateVpcEndpointCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdateVpcEndpointCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-opsworks/package.json b/clients/client-opsworks/package.json index 9571d3a6330f..399a7203e50c 100644 --- a/clients/client-opsworks/package.json +++ b/clients/client-opsworks/package.json @@ -34,30 +34,30 @@ "@aws-sdk/util-endpoints": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@smithy/config-resolver": "^2.0.16", - "@smithy/fetch-http-handler": "^2.2.4", - "@smithy/hash-node": "^2.0.12", - "@smithy/invalid-dependency": "^2.0.12", - "@smithy/middleware-content-length": "^2.0.14", - "@smithy/middleware-endpoint": "^2.1.3", - "@smithy/middleware-retry": "^2.0.18", - "@smithy/middleware-serde": "^2.0.12", - "@smithy/middleware-stack": "^2.0.6", - "@smithy/node-config-provider": "^2.1.3", - "@smithy/node-http-handler": "^2.1.8", - "@smithy/protocol-http": "^3.0.8", - "@smithy/smithy-client": "^2.1.12", - "@smithy/types": "^2.4.0", - "@smithy/url-parser": "^2.0.12", - "@smithy/util-base64": "^2.0.0", + "@smithy/config-resolver": "^2.0.18", + "@smithy/fetch-http-handler": "^2.2.6", + "@smithy/hash-node": "^2.0.15", + "@smithy/invalid-dependency": "^2.0.13", + "@smithy/middleware-content-length": "^2.0.15", + "@smithy/middleware-endpoint": "^2.2.0", + "@smithy/middleware-retry": "^2.0.20", + "@smithy/middleware-serde": "^2.0.13", + "@smithy/middleware-stack": "^2.0.7", + "@smithy/node-config-provider": "^2.1.5", + "@smithy/node-http-handler": "^2.1.9", + "@smithy/protocol-http": "^3.0.9", + "@smithy/smithy-client": "^2.1.15", + "@smithy/types": "^2.5.0", + "@smithy/url-parser": "^2.0.13", + "@smithy/util-base64": "^2.0.1", "@smithy/util-body-length-browser": "^2.0.0", "@smithy/util-body-length-node": "^2.1.0", - "@smithy/util-defaults-mode-browser": "^2.0.16", - "@smithy/util-defaults-mode-node": "^2.0.21", - "@smithy/util-endpoints": "^1.0.2", - "@smithy/util-retry": "^2.0.5", - "@smithy/util-utf8": "^2.0.0", - "@smithy/util-waiter": "^2.0.12", + "@smithy/util-defaults-mode-browser": "^2.0.19", + "@smithy/util-defaults-mode-node": "^2.0.25", + "@smithy/util-endpoints": "^1.0.4", + "@smithy/util-retry": "^2.0.6", + "@smithy/util-utf8": "^2.0.2", + "@smithy/util-waiter": "^2.0.13", "tslib": "^2.5.0" }, "devDependencies": { diff --git a/clients/client-opsworks/src/commands/AssignInstanceCommand.ts b/clients/client-opsworks/src/commands/AssignInstanceCommand.ts index 03205155dab4..1f44b42d0089 100644 --- a/clients/client-opsworks/src/commands/AssignInstanceCommand.ts +++ b/clients/client-opsworks/src/commands/AssignInstanceCommand.ts @@ -94,9 +94,6 @@ export class AssignInstanceCommand extends $Command< AssignInstanceCommandOutput, OpsWorksClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -110,9 +107,7 @@ export class AssignInstanceCommand extends $Command< * @public */ constructor(readonly input: AssignInstanceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -165,7 +160,4 @@ export class AssignInstanceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_AssignInstanceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-opsworks/src/commands/AssignVolumeCommand.ts b/clients/client-opsworks/src/commands/AssignVolumeCommand.ts index db8e4e860854..8495afb8a40f 100644 --- a/clients/client-opsworks/src/commands/AssignVolumeCommand.ts +++ b/clients/client-opsworks/src/commands/AssignVolumeCommand.ts @@ -83,9 +83,6 @@ export class AssignVolumeCommand extends $Command< AssignVolumeCommandOutput, OpsWorksClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -99,9 +96,7 @@ export class AssignVolumeCommand extends $Command< * @public */ constructor(readonly input: AssignVolumeCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -152,7 +147,4 @@ export class AssignVolumeCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_AssignVolumeCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-opsworks/src/commands/AssociateElasticIpCommand.ts b/clients/client-opsworks/src/commands/AssociateElasticIpCommand.ts index d39df5051afa..543a176219b5 100644 --- a/clients/client-opsworks/src/commands/AssociateElasticIpCommand.ts +++ b/clients/client-opsworks/src/commands/AssociateElasticIpCommand.ts @@ -83,9 +83,6 @@ export class AssociateElasticIpCommand extends $Command< AssociateElasticIpCommandOutput, OpsWorksClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -99,9 +96,7 @@ export class AssociateElasticIpCommand extends $Command< * @public */ constructor(readonly input: AssociateElasticIpCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -154,7 +149,4 @@ export class AssociateElasticIpCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_AssociateElasticIpCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-opsworks/src/commands/AttachElasticLoadBalancerCommand.ts b/clients/client-opsworks/src/commands/AttachElasticLoadBalancerCommand.ts index a499edca9413..1a738769e24c 100644 --- a/clients/client-opsworks/src/commands/AttachElasticLoadBalancerCommand.ts +++ b/clients/client-opsworks/src/commands/AttachElasticLoadBalancerCommand.ts @@ -88,9 +88,6 @@ export class AttachElasticLoadBalancerCommand extends $Command< AttachElasticLoadBalancerCommandOutput, OpsWorksClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -104,9 +101,7 @@ export class AttachElasticLoadBalancerCommand extends $Command< * @public */ constructor(readonly input: AttachElasticLoadBalancerCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -162,7 +157,4 @@ export class AttachElasticLoadBalancerCommand extends $Command< ): Promise { return de_AttachElasticLoadBalancerCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-opsworks/src/commands/CloneStackCommand.ts b/clients/client-opsworks/src/commands/CloneStackCommand.ts index dce112703e51..2c3dd8a418a7 100644 --- a/clients/client-opsworks/src/commands/CloneStackCommand.ts +++ b/clients/client-opsworks/src/commands/CloneStackCommand.ts @@ -119,9 +119,6 @@ export class CloneStackCommand extends $Command< CloneStackCommandOutput, OpsWorksClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -135,9 +132,7 @@ export class CloneStackCommand extends $Command< * @public */ constructor(readonly input: CloneStackCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -188,7 +183,4 @@ export class CloneStackCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CloneStackCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-opsworks/src/commands/CreateAppCommand.ts b/clients/client-opsworks/src/commands/CreateAppCommand.ts index 4c8e52ab8cc3..3ec7df24f130 100644 --- a/clients/client-opsworks/src/commands/CreateAppCommand.ts +++ b/clients/client-opsworks/src/commands/CreateAppCommand.ts @@ -120,9 +120,6 @@ export class CreateAppCommand extends $Command< CreateAppCommandOutput, OpsWorksClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -136,9 +133,7 @@ export class CreateAppCommand extends $Command< * @public */ constructor(readonly input: CreateAppCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -189,7 +184,4 @@ export class CreateAppCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateAppCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-opsworks/src/commands/CreateDeploymentCommand.ts b/clients/client-opsworks/src/commands/CreateDeploymentCommand.ts index 699f64476cfe..1c5174c74b31 100644 --- a/clients/client-opsworks/src/commands/CreateDeploymentCommand.ts +++ b/clients/client-opsworks/src/commands/CreateDeploymentCommand.ts @@ -99,9 +99,6 @@ export class CreateDeploymentCommand extends $Command< CreateDeploymentCommandOutput, OpsWorksClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -115,9 +112,7 @@ export class CreateDeploymentCommand extends $Command< * @public */ constructor(readonly input: CreateDeploymentCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -170,7 +165,4 @@ export class CreateDeploymentCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateDeploymentCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-opsworks/src/commands/CreateInstanceCommand.ts b/clients/client-opsworks/src/commands/CreateInstanceCommand.ts index c61bd6ce633c..edf327bb4ef9 100644 --- a/clients/client-opsworks/src/commands/CreateInstanceCommand.ts +++ b/clients/client-opsworks/src/commands/CreateInstanceCommand.ts @@ -114,9 +114,6 @@ export class CreateInstanceCommand extends $Command< CreateInstanceCommandOutput, OpsWorksClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -130,9 +127,7 @@ export class CreateInstanceCommand extends $Command< * @public */ constructor(readonly input: CreateInstanceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -185,7 +180,4 @@ export class CreateInstanceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateInstanceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-opsworks/src/commands/CreateLayerCommand.ts b/clients/client-opsworks/src/commands/CreateLayerCommand.ts index f78121a50220..8f01690208f7 100644 --- a/clients/client-opsworks/src/commands/CreateLayerCommand.ts +++ b/clients/client-opsworks/src/commands/CreateLayerCommand.ts @@ -156,9 +156,6 @@ export class CreateLayerCommand extends $Command< CreateLayerCommandOutput, OpsWorksClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -172,9 +169,7 @@ export class CreateLayerCommand extends $Command< * @public */ constructor(readonly input: CreateLayerCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -225,7 +220,4 @@ export class CreateLayerCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateLayerCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-opsworks/src/commands/CreateStackCommand.ts b/clients/client-opsworks/src/commands/CreateStackCommand.ts index 2ca0869b4a95..280b3a875f18 100644 --- a/clients/client-opsworks/src/commands/CreateStackCommand.ts +++ b/clients/client-opsworks/src/commands/CreateStackCommand.ts @@ -111,9 +111,6 @@ export class CreateStackCommand extends $Command< CreateStackCommandOutput, OpsWorksClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -127,9 +124,7 @@ export class CreateStackCommand extends $Command< * @public */ constructor(readonly input: CreateStackCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -180,7 +175,4 @@ export class CreateStackCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateStackCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-opsworks/src/commands/CreateUserProfileCommand.ts b/clients/client-opsworks/src/commands/CreateUserProfileCommand.ts index 0b1dab924052..5188d2f7e263 100644 --- a/clients/client-opsworks/src/commands/CreateUserProfileCommand.ts +++ b/clients/client-opsworks/src/commands/CreateUserProfileCommand.ts @@ -80,9 +80,6 @@ export class CreateUserProfileCommand extends $Command< CreateUserProfileCommandOutput, OpsWorksClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -96,9 +93,7 @@ export class CreateUserProfileCommand extends $Command< * @public */ constructor(readonly input: CreateUserProfileCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -151,7 +146,4 @@ export class CreateUserProfileCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateUserProfileCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-opsworks/src/commands/DeleteAppCommand.ts b/clients/client-opsworks/src/commands/DeleteAppCommand.ts index a7f7a01f09d3..1cca614348c9 100644 --- a/clients/client-opsworks/src/commands/DeleteAppCommand.ts +++ b/clients/client-opsworks/src/commands/DeleteAppCommand.ts @@ -79,9 +79,6 @@ export class DeleteAppCommand extends $Command< DeleteAppCommandOutput, OpsWorksClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -95,9 +92,7 @@ export class DeleteAppCommand extends $Command< * @public */ constructor(readonly input: DeleteAppCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -148,7 +143,4 @@ export class DeleteAppCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteAppCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-opsworks/src/commands/DeleteInstanceCommand.ts b/clients/client-opsworks/src/commands/DeleteInstanceCommand.ts index bebc52ef3b2e..d950c59825b6 100644 --- a/clients/client-opsworks/src/commands/DeleteInstanceCommand.ts +++ b/clients/client-opsworks/src/commands/DeleteInstanceCommand.ts @@ -83,9 +83,6 @@ export class DeleteInstanceCommand extends $Command< DeleteInstanceCommandOutput, OpsWorksClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -99,9 +96,7 @@ export class DeleteInstanceCommand extends $Command< * @public */ constructor(readonly input: DeleteInstanceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -154,7 +149,4 @@ export class DeleteInstanceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteInstanceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-opsworks/src/commands/DeleteLayerCommand.ts b/clients/client-opsworks/src/commands/DeleteLayerCommand.ts index ca97c90cd2eb..de200daff901 100644 --- a/clients/client-opsworks/src/commands/DeleteLayerCommand.ts +++ b/clients/client-opsworks/src/commands/DeleteLayerCommand.ts @@ -81,9 +81,6 @@ export class DeleteLayerCommand extends $Command< DeleteLayerCommandOutput, OpsWorksClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -97,9 +94,7 @@ export class DeleteLayerCommand extends $Command< * @public */ constructor(readonly input: DeleteLayerCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -150,7 +145,4 @@ export class DeleteLayerCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteLayerCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-opsworks/src/commands/DeleteStackCommand.ts b/clients/client-opsworks/src/commands/DeleteStackCommand.ts index 571999072fd6..a2002331bbd1 100644 --- a/clients/client-opsworks/src/commands/DeleteStackCommand.ts +++ b/clients/client-opsworks/src/commands/DeleteStackCommand.ts @@ -81,9 +81,6 @@ export class DeleteStackCommand extends $Command< DeleteStackCommandOutput, OpsWorksClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -97,9 +94,7 @@ export class DeleteStackCommand extends $Command< * @public */ constructor(readonly input: DeleteStackCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -150,7 +145,4 @@ export class DeleteStackCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteStackCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-opsworks/src/commands/DeleteUserProfileCommand.ts b/clients/client-opsworks/src/commands/DeleteUserProfileCommand.ts index e0fce57d03c3..9cd2f21d2dc1 100644 --- a/clients/client-opsworks/src/commands/DeleteUserProfileCommand.ts +++ b/clients/client-opsworks/src/commands/DeleteUserProfileCommand.ts @@ -78,9 +78,6 @@ export class DeleteUserProfileCommand extends $Command< DeleteUserProfileCommandOutput, OpsWorksClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -94,9 +91,7 @@ export class DeleteUserProfileCommand extends $Command< * @public */ constructor(readonly input: DeleteUserProfileCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -149,7 +144,4 @@ export class DeleteUserProfileCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteUserProfileCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-opsworks/src/commands/DeregisterEcsClusterCommand.ts b/clients/client-opsworks/src/commands/DeregisterEcsClusterCommand.ts index 3af166fe8b34..cf1a91b1fa23 100644 --- a/clients/client-opsworks/src/commands/DeregisterEcsClusterCommand.ts +++ b/clients/client-opsworks/src/commands/DeregisterEcsClusterCommand.ts @@ -82,9 +82,6 @@ export class DeregisterEcsClusterCommand extends $Command< DeregisterEcsClusterCommandOutput, OpsWorksClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -98,9 +95,7 @@ export class DeregisterEcsClusterCommand extends $Command< * @public */ constructor(readonly input: DeregisterEcsClusterCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -153,7 +148,4 @@ export class DeregisterEcsClusterCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeregisterEcsClusterCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-opsworks/src/commands/DeregisterElasticIpCommand.ts b/clients/client-opsworks/src/commands/DeregisterElasticIpCommand.ts index 56b471ba4554..e63148ca62d2 100644 --- a/clients/client-opsworks/src/commands/DeregisterElasticIpCommand.ts +++ b/clients/client-opsworks/src/commands/DeregisterElasticIpCommand.ts @@ -80,9 +80,6 @@ export class DeregisterElasticIpCommand extends $Command< DeregisterElasticIpCommandOutput, OpsWorksClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -96,9 +93,7 @@ export class DeregisterElasticIpCommand extends $Command< * @public */ constructor(readonly input: DeregisterElasticIpCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -151,7 +146,4 @@ export class DeregisterElasticIpCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeregisterElasticIpCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-opsworks/src/commands/DeregisterInstanceCommand.ts b/clients/client-opsworks/src/commands/DeregisterInstanceCommand.ts index 86a8eead70b9..7240aaaf06da 100644 --- a/clients/client-opsworks/src/commands/DeregisterInstanceCommand.ts +++ b/clients/client-opsworks/src/commands/DeregisterInstanceCommand.ts @@ -81,9 +81,6 @@ export class DeregisterInstanceCommand extends $Command< DeregisterInstanceCommandOutput, OpsWorksClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -97,9 +94,7 @@ export class DeregisterInstanceCommand extends $Command< * @public */ constructor(readonly input: DeregisterInstanceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -152,7 +147,4 @@ export class DeregisterInstanceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeregisterInstanceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-opsworks/src/commands/DeregisterRdsDbInstanceCommand.ts b/clients/client-opsworks/src/commands/DeregisterRdsDbInstanceCommand.ts index 7f2da5e7a029..0e33dd2038fd 100644 --- a/clients/client-opsworks/src/commands/DeregisterRdsDbInstanceCommand.ts +++ b/clients/client-opsworks/src/commands/DeregisterRdsDbInstanceCommand.ts @@ -79,9 +79,6 @@ export class DeregisterRdsDbInstanceCommand extends $Command< DeregisterRdsDbInstanceCommandOutput, OpsWorksClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -95,9 +92,7 @@ export class DeregisterRdsDbInstanceCommand extends $Command< * @public */ constructor(readonly input: DeregisterRdsDbInstanceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -150,7 +145,4 @@ export class DeregisterRdsDbInstanceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeregisterRdsDbInstanceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-opsworks/src/commands/DeregisterVolumeCommand.ts b/clients/client-opsworks/src/commands/DeregisterVolumeCommand.ts index ce5e466bdc44..013073ea8447 100644 --- a/clients/client-opsworks/src/commands/DeregisterVolumeCommand.ts +++ b/clients/client-opsworks/src/commands/DeregisterVolumeCommand.ts @@ -81,9 +81,6 @@ export class DeregisterVolumeCommand extends $Command< DeregisterVolumeCommandOutput, OpsWorksClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -97,9 +94,7 @@ export class DeregisterVolumeCommand extends $Command< * @public */ constructor(readonly input: DeregisterVolumeCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -152,7 +147,4 @@ export class DeregisterVolumeCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeregisterVolumeCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-opsworks/src/commands/DescribeAgentVersionsCommand.ts b/clients/client-opsworks/src/commands/DescribeAgentVersionsCommand.ts index 7d537014efd4..16d190ad36f4 100644 --- a/clients/client-opsworks/src/commands/DescribeAgentVersionsCommand.ts +++ b/clients/client-opsworks/src/commands/DescribeAgentVersionsCommand.ts @@ -90,9 +90,6 @@ export class DescribeAgentVersionsCommand extends $Command< DescribeAgentVersionsCommandOutput, OpsWorksClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -106,9 +103,7 @@ export class DescribeAgentVersionsCommand extends $Command< * @public */ constructor(readonly input: DescribeAgentVersionsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -161,7 +156,4 @@ export class DescribeAgentVersionsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DescribeAgentVersionsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-opsworks/src/commands/DescribeAppsCommand.ts b/clients/client-opsworks/src/commands/DescribeAppsCommand.ts index 839319d0fc48..51364e32e17f 100644 --- a/clients/client-opsworks/src/commands/DescribeAppsCommand.ts +++ b/clients/client-opsworks/src/commands/DescribeAppsCommand.ts @@ -131,9 +131,6 @@ export class DescribeAppsCommand extends $Command< DescribeAppsCommandOutput, OpsWorksClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -147,9 +144,7 @@ export class DescribeAppsCommand extends $Command< * @public */ constructor(readonly input: DescribeAppsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -200,7 +195,4 @@ export class DescribeAppsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DescribeAppsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-opsworks/src/commands/DescribeCommandsCommand.ts b/clients/client-opsworks/src/commands/DescribeCommandsCommand.ts index 3b89cb1d125b..2ac86b21739d 100644 --- a/clients/client-opsworks/src/commands/DescribeCommandsCommand.ts +++ b/clients/client-opsworks/src/commands/DescribeCommandsCommand.ts @@ -101,9 +101,6 @@ export class DescribeCommandsCommand extends $Command< DescribeCommandsCommandOutput, OpsWorksClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -117,9 +114,7 @@ export class DescribeCommandsCommand extends $Command< * @public */ constructor(readonly input: DescribeCommandsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -172,7 +167,4 @@ export class DescribeCommandsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DescribeCommandsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-opsworks/src/commands/DescribeDeploymentsCommand.ts b/clients/client-opsworks/src/commands/DescribeDeploymentsCommand.ts index d0719cd71c68..6cfb366db0b9 100644 --- a/clients/client-opsworks/src/commands/DescribeDeploymentsCommand.ts +++ b/clients/client-opsworks/src/commands/DescribeDeploymentsCommand.ts @@ -112,9 +112,6 @@ export class DescribeDeploymentsCommand extends $Command< DescribeDeploymentsCommandOutput, OpsWorksClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -128,9 +125,7 @@ export class DescribeDeploymentsCommand extends $Command< * @public */ constructor(readonly input: DescribeDeploymentsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -183,7 +178,4 @@ export class DescribeDeploymentsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DescribeDeploymentsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-opsworks/src/commands/DescribeEcsClustersCommand.ts b/clients/client-opsworks/src/commands/DescribeEcsClustersCommand.ts index 3fc6c87ed2d4..80699d8c79bd 100644 --- a/clients/client-opsworks/src/commands/DescribeEcsClustersCommand.ts +++ b/clients/client-opsworks/src/commands/DescribeEcsClustersCommand.ts @@ -98,9 +98,6 @@ export class DescribeEcsClustersCommand extends $Command< DescribeEcsClustersCommandOutput, OpsWorksClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -114,9 +111,7 @@ export class DescribeEcsClustersCommand extends $Command< * @public */ constructor(readonly input: DescribeEcsClustersCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -169,7 +164,4 @@ export class DescribeEcsClustersCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DescribeEcsClustersCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-opsworks/src/commands/DescribeElasticIpsCommand.ts b/clients/client-opsworks/src/commands/DescribeElasticIpsCommand.ts index 77c325e0b3e0..ce50df25f5be 100644 --- a/clients/client-opsworks/src/commands/DescribeElasticIpsCommand.ts +++ b/clients/client-opsworks/src/commands/DescribeElasticIpsCommand.ts @@ -96,9 +96,6 @@ export class DescribeElasticIpsCommand extends $Command< DescribeElasticIpsCommandOutput, OpsWorksClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -112,9 +109,7 @@ export class DescribeElasticIpsCommand extends $Command< * @public */ constructor(readonly input: DescribeElasticIpsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -167,7 +162,4 @@ export class DescribeElasticIpsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DescribeElasticIpsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-opsworks/src/commands/DescribeElasticLoadBalancersCommand.ts b/clients/client-opsworks/src/commands/DescribeElasticLoadBalancersCommand.ts index f0b78cc80cdf..8727433659f9 100644 --- a/clients/client-opsworks/src/commands/DescribeElasticLoadBalancersCommand.ts +++ b/clients/client-opsworks/src/commands/DescribeElasticLoadBalancersCommand.ts @@ -110,9 +110,6 @@ export class DescribeElasticLoadBalancersCommand extends $Command< DescribeElasticLoadBalancersCommandOutput, OpsWorksClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -126,9 +123,7 @@ export class DescribeElasticLoadBalancersCommand extends $Command< * @public */ constructor(readonly input: DescribeElasticLoadBalancersCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -184,7 +179,4 @@ export class DescribeElasticLoadBalancersCommand extends $Command< ): Promise { return de_DescribeElasticLoadBalancersCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-opsworks/src/commands/DescribeInstancesCommand.ts b/clients/client-opsworks/src/commands/DescribeInstancesCommand.ts index b21430d72c9e..8cb11c85f0ac 100644 --- a/clients/client-opsworks/src/commands/DescribeInstancesCommand.ts +++ b/clients/client-opsworks/src/commands/DescribeInstancesCommand.ts @@ -153,9 +153,6 @@ export class DescribeInstancesCommand extends $Command< DescribeInstancesCommandOutput, OpsWorksClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -169,9 +166,7 @@ export class DescribeInstancesCommand extends $Command< * @public */ constructor(readonly input: DescribeInstancesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -224,7 +219,4 @@ export class DescribeInstancesCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DescribeInstancesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-opsworks/src/commands/DescribeLayersCommand.ts b/clients/client-opsworks/src/commands/DescribeLayersCommand.ts index b127807f8fff..449e7e80bfdf 100644 --- a/clients/client-opsworks/src/commands/DescribeLayersCommand.ts +++ b/clients/client-opsworks/src/commands/DescribeLayersCommand.ts @@ -169,9 +169,6 @@ export class DescribeLayersCommand extends $Command< DescribeLayersCommandOutput, OpsWorksClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -185,9 +182,7 @@ export class DescribeLayersCommand extends $Command< * @public */ constructor(readonly input: DescribeLayersCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -240,7 +235,4 @@ export class DescribeLayersCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DescribeLayersCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-opsworks/src/commands/DescribeLoadBasedAutoScalingCommand.ts b/clients/client-opsworks/src/commands/DescribeLoadBasedAutoScalingCommand.ts index 3394c0d57749..d7adfa8f9e54 100644 --- a/clients/client-opsworks/src/commands/DescribeLoadBasedAutoScalingCommand.ts +++ b/clients/client-opsworks/src/commands/DescribeLoadBasedAutoScalingCommand.ts @@ -118,9 +118,6 @@ export class DescribeLoadBasedAutoScalingCommand extends $Command< DescribeLoadBasedAutoScalingCommandOutput, OpsWorksClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -134,9 +131,7 @@ export class DescribeLoadBasedAutoScalingCommand extends $Command< * @public */ constructor(readonly input: DescribeLoadBasedAutoScalingCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -192,7 +187,4 @@ export class DescribeLoadBasedAutoScalingCommand extends $Command< ): Promise { return de_DescribeLoadBasedAutoScalingCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-opsworks/src/commands/DescribeMyUserProfileCommand.ts b/clients/client-opsworks/src/commands/DescribeMyUserProfileCommand.ts index 4b28958bd500..0587b3a0593a 100644 --- a/clients/client-opsworks/src/commands/DescribeMyUserProfileCommand.ts +++ b/clients/client-opsworks/src/commands/DescribeMyUserProfileCommand.ts @@ -78,9 +78,6 @@ export class DescribeMyUserProfileCommand extends $Command< DescribeMyUserProfileCommandOutput, OpsWorksClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -94,9 +91,7 @@ export class DescribeMyUserProfileCommand extends $Command< * @public */ constructor(readonly input: DescribeMyUserProfileCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -149,7 +144,4 @@ export class DescribeMyUserProfileCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DescribeMyUserProfileCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-opsworks/src/commands/DescribeOperatingSystemsCommand.ts b/clients/client-opsworks/src/commands/DescribeOperatingSystemsCommand.ts index 6ef0f4b48dd4..f6e0a103234f 100644 --- a/clients/client-opsworks/src/commands/DescribeOperatingSystemsCommand.ts +++ b/clients/client-opsworks/src/commands/DescribeOperatingSystemsCommand.ts @@ -83,9 +83,6 @@ export class DescribeOperatingSystemsCommand extends $Command< DescribeOperatingSystemsCommandOutput, OpsWorksClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -99,9 +96,7 @@ export class DescribeOperatingSystemsCommand extends $Command< * @public */ constructor(readonly input: DescribeOperatingSystemsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -154,7 +149,4 @@ export class DescribeOperatingSystemsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DescribeOperatingSystemsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-opsworks/src/commands/DescribePermissionsCommand.ts b/clients/client-opsworks/src/commands/DescribePermissionsCommand.ts index fa6268f865e5..604432e2b7dd 100644 --- a/clients/client-opsworks/src/commands/DescribePermissionsCommand.ts +++ b/clients/client-opsworks/src/commands/DescribePermissionsCommand.ts @@ -90,9 +90,6 @@ export class DescribePermissionsCommand extends $Command< DescribePermissionsCommandOutput, OpsWorksClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -106,9 +103,7 @@ export class DescribePermissionsCommand extends $Command< * @public */ constructor(readonly input: DescribePermissionsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -161,7 +156,4 @@ export class DescribePermissionsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DescribePermissionsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-opsworks/src/commands/DescribeRaidArraysCommand.ts b/clients/client-opsworks/src/commands/DescribeRaidArraysCommand.ts index c8e6c6f073b0..e7ef602ccab1 100644 --- a/clients/client-opsworks/src/commands/DescribeRaidArraysCommand.ts +++ b/clients/client-opsworks/src/commands/DescribeRaidArraysCommand.ts @@ -104,9 +104,6 @@ export class DescribeRaidArraysCommand extends $Command< DescribeRaidArraysCommandOutput, OpsWorksClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -120,9 +117,7 @@ export class DescribeRaidArraysCommand extends $Command< * @public */ constructor(readonly input: DescribeRaidArraysCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -175,7 +170,4 @@ export class DescribeRaidArraysCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DescribeRaidArraysCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-opsworks/src/commands/DescribeRdsDbInstancesCommand.ts b/clients/client-opsworks/src/commands/DescribeRdsDbInstancesCommand.ts index a234ca899bfe..78fae982cadf 100644 --- a/clients/client-opsworks/src/commands/DescribeRdsDbInstancesCommand.ts +++ b/clients/client-opsworks/src/commands/DescribeRdsDbInstancesCommand.ts @@ -97,9 +97,6 @@ export class DescribeRdsDbInstancesCommand extends $Command< DescribeRdsDbInstancesCommandOutput, OpsWorksClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -113,9 +110,7 @@ export class DescribeRdsDbInstancesCommand extends $Command< * @public */ constructor(readonly input: DescribeRdsDbInstancesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -168,7 +163,4 @@ export class DescribeRdsDbInstancesCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DescribeRdsDbInstancesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-opsworks/src/commands/DescribeServiceErrorsCommand.ts b/clients/client-opsworks/src/commands/DescribeServiceErrorsCommand.ts index 58dd9663ff54..f011f472dfc7 100644 --- a/clients/client-opsworks/src/commands/DescribeServiceErrorsCommand.ts +++ b/clients/client-opsworks/src/commands/DescribeServiceErrorsCommand.ts @@ -95,9 +95,6 @@ export class DescribeServiceErrorsCommand extends $Command< DescribeServiceErrorsCommandOutput, OpsWorksClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -111,9 +108,7 @@ export class DescribeServiceErrorsCommand extends $Command< * @public */ constructor(readonly input: DescribeServiceErrorsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -166,7 +161,4 @@ export class DescribeServiceErrorsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DescribeServiceErrorsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-opsworks/src/commands/DescribeStackProvisioningParametersCommand.ts b/clients/client-opsworks/src/commands/DescribeStackProvisioningParametersCommand.ts index 7bb8f3b87365..50e2192bc8cd 100644 --- a/clients/client-opsworks/src/commands/DescribeStackProvisioningParametersCommand.ts +++ b/clients/client-opsworks/src/commands/DescribeStackProvisioningParametersCommand.ts @@ -92,9 +92,6 @@ export class DescribeStackProvisioningParametersCommand extends $Command< DescribeStackProvisioningParametersCommandOutput, OpsWorksClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -108,9 +105,7 @@ export class DescribeStackProvisioningParametersCommand extends $Command< * @public */ constructor(readonly input: DescribeStackProvisioningParametersCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -169,7 +164,4 @@ export class DescribeStackProvisioningParametersCommand extends $Command< ): Promise { return de_DescribeStackProvisioningParametersCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-opsworks/src/commands/DescribeStackSummaryCommand.ts b/clients/client-opsworks/src/commands/DescribeStackSummaryCommand.ts index dd1f6366468d..23428225bc67 100644 --- a/clients/client-opsworks/src/commands/DescribeStackSummaryCommand.ts +++ b/clients/client-opsworks/src/commands/DescribeStackSummaryCommand.ts @@ -110,9 +110,6 @@ export class DescribeStackSummaryCommand extends $Command< DescribeStackSummaryCommandOutput, OpsWorksClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -126,9 +123,7 @@ export class DescribeStackSummaryCommand extends $Command< * @public */ constructor(readonly input: DescribeStackSummaryCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -181,7 +176,4 @@ export class DescribeStackSummaryCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DescribeStackSummaryCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-opsworks/src/commands/DescribeStacksCommand.ts b/clients/client-opsworks/src/commands/DescribeStacksCommand.ts index c398b3d4228b..f90089419a93 100644 --- a/clients/client-opsworks/src/commands/DescribeStacksCommand.ts +++ b/clients/client-opsworks/src/commands/DescribeStacksCommand.ts @@ -123,9 +123,6 @@ export class DescribeStacksCommand extends $Command< DescribeStacksCommandOutput, OpsWorksClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -139,9 +136,7 @@ export class DescribeStacksCommand extends $Command< * @public */ constructor(readonly input: DescribeStacksCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -194,7 +189,4 @@ export class DescribeStacksCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DescribeStacksCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-opsworks/src/commands/DescribeTimeBasedAutoScalingCommand.ts b/clients/client-opsworks/src/commands/DescribeTimeBasedAutoScalingCommand.ts index 0352fa3a276f..6c29a8d5c6e0 100644 --- a/clients/client-opsworks/src/commands/DescribeTimeBasedAutoScalingCommand.ts +++ b/clients/client-opsworks/src/commands/DescribeTimeBasedAutoScalingCommand.ts @@ -114,9 +114,6 @@ export class DescribeTimeBasedAutoScalingCommand extends $Command< DescribeTimeBasedAutoScalingCommandOutput, OpsWorksClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -130,9 +127,7 @@ export class DescribeTimeBasedAutoScalingCommand extends $Command< * @public */ constructor(readonly input: DescribeTimeBasedAutoScalingCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -188,7 +183,4 @@ export class DescribeTimeBasedAutoScalingCommand extends $Command< ): Promise { return de_DescribeTimeBasedAutoScalingCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-opsworks/src/commands/DescribeUserProfilesCommand.ts b/clients/client-opsworks/src/commands/DescribeUserProfilesCommand.ts index f12929f33c77..4b9d1fd3c39d 100644 --- a/clients/client-opsworks/src/commands/DescribeUserProfilesCommand.ts +++ b/clients/client-opsworks/src/commands/DescribeUserProfilesCommand.ts @@ -90,9 +90,6 @@ export class DescribeUserProfilesCommand extends $Command< DescribeUserProfilesCommandOutput, OpsWorksClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -106,9 +103,7 @@ export class DescribeUserProfilesCommand extends $Command< * @public */ constructor(readonly input: DescribeUserProfilesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -161,7 +156,4 @@ export class DescribeUserProfilesCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DescribeUserProfilesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-opsworks/src/commands/DescribeVolumesCommand.ts b/clients/client-opsworks/src/commands/DescribeVolumesCommand.ts index b6d93d82ff6d..bfe557e9c7a6 100644 --- a/clients/client-opsworks/src/commands/DescribeVolumesCommand.ts +++ b/clients/client-opsworks/src/commands/DescribeVolumesCommand.ts @@ -106,9 +106,6 @@ export class DescribeVolumesCommand extends $Command< DescribeVolumesCommandOutput, OpsWorksClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -122,9 +119,7 @@ export class DescribeVolumesCommand extends $Command< * @public */ constructor(readonly input: DescribeVolumesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -177,7 +172,4 @@ export class DescribeVolumesCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DescribeVolumesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-opsworks/src/commands/DetachElasticLoadBalancerCommand.ts b/clients/client-opsworks/src/commands/DetachElasticLoadBalancerCommand.ts index e6e4676e4f5a..2ea46545bee6 100644 --- a/clients/client-opsworks/src/commands/DetachElasticLoadBalancerCommand.ts +++ b/clients/client-opsworks/src/commands/DetachElasticLoadBalancerCommand.ts @@ -77,9 +77,6 @@ export class DetachElasticLoadBalancerCommand extends $Command< DetachElasticLoadBalancerCommandOutput, OpsWorksClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -93,9 +90,7 @@ export class DetachElasticLoadBalancerCommand extends $Command< * @public */ constructor(readonly input: DetachElasticLoadBalancerCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -151,7 +146,4 @@ export class DetachElasticLoadBalancerCommand extends $Command< ): Promise { return de_DetachElasticLoadBalancerCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-opsworks/src/commands/DisassociateElasticIpCommand.ts b/clients/client-opsworks/src/commands/DisassociateElasticIpCommand.ts index 72f59fd1a099..ddb4239b9300 100644 --- a/clients/client-opsworks/src/commands/DisassociateElasticIpCommand.ts +++ b/clients/client-opsworks/src/commands/DisassociateElasticIpCommand.ts @@ -80,9 +80,6 @@ export class DisassociateElasticIpCommand extends $Command< DisassociateElasticIpCommandOutput, OpsWorksClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -96,9 +93,7 @@ export class DisassociateElasticIpCommand extends $Command< * @public */ constructor(readonly input: DisassociateElasticIpCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -151,7 +146,4 @@ export class DisassociateElasticIpCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DisassociateElasticIpCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-opsworks/src/commands/GetHostnameSuggestionCommand.ts b/clients/client-opsworks/src/commands/GetHostnameSuggestionCommand.ts index db5a4148b6cb..48f717787131 100644 --- a/clients/client-opsworks/src/commands/GetHostnameSuggestionCommand.ts +++ b/clients/client-opsworks/src/commands/GetHostnameSuggestionCommand.ts @@ -82,9 +82,6 @@ export class GetHostnameSuggestionCommand extends $Command< GetHostnameSuggestionCommandOutput, OpsWorksClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -98,9 +95,7 @@ export class GetHostnameSuggestionCommand extends $Command< * @public */ constructor(readonly input: GetHostnameSuggestionCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -153,7 +148,4 @@ export class GetHostnameSuggestionCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetHostnameSuggestionCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-opsworks/src/commands/GrantAccessCommand.ts b/clients/client-opsworks/src/commands/GrantAccessCommand.ts index 05aa5e0dd338..667c8f6a6144 100644 --- a/clients/client-opsworks/src/commands/GrantAccessCommand.ts +++ b/clients/client-opsworks/src/commands/GrantAccessCommand.ts @@ -85,9 +85,6 @@ export class GrantAccessCommand extends $Command< GrantAccessCommandOutput, OpsWorksClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -101,9 +98,7 @@ export class GrantAccessCommand extends $Command< * @public */ constructor(readonly input: GrantAccessCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -154,7 +149,4 @@ export class GrantAccessCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GrantAccessCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-opsworks/src/commands/ListTagsCommand.ts b/clients/client-opsworks/src/commands/ListTagsCommand.ts index 0de9d7ed3331..b9d73cd71b53 100644 --- a/clients/client-opsworks/src/commands/ListTagsCommand.ts +++ b/clients/client-opsworks/src/commands/ListTagsCommand.ts @@ -81,9 +81,6 @@ export class ListTagsCommand extends $Command< ListTagsCommandOutput, OpsWorksClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -97,9 +94,7 @@ export class ListTagsCommand extends $Command< * @public */ constructor(readonly input: ListTagsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -150,7 +145,4 @@ export class ListTagsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListTagsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-opsworks/src/commands/RebootInstanceCommand.ts b/clients/client-opsworks/src/commands/RebootInstanceCommand.ts index c824acf63374..4c6b4e6bad13 100644 --- a/clients/client-opsworks/src/commands/RebootInstanceCommand.ts +++ b/clients/client-opsworks/src/commands/RebootInstanceCommand.ts @@ -80,9 +80,6 @@ export class RebootInstanceCommand extends $Command< RebootInstanceCommandOutput, OpsWorksClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -96,9 +93,7 @@ export class RebootInstanceCommand extends $Command< * @public */ constructor(readonly input: RebootInstanceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -151,7 +146,4 @@ export class RebootInstanceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_RebootInstanceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-opsworks/src/commands/RegisterEcsClusterCommand.ts b/clients/client-opsworks/src/commands/RegisterEcsClusterCommand.ts index da9c0885b52c..9b9e096a951e 100644 --- a/clients/client-opsworks/src/commands/RegisterEcsClusterCommand.ts +++ b/clients/client-opsworks/src/commands/RegisterEcsClusterCommand.ts @@ -87,9 +87,6 @@ export class RegisterEcsClusterCommand extends $Command< RegisterEcsClusterCommandOutput, OpsWorksClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -103,9 +100,7 @@ export class RegisterEcsClusterCommand extends $Command< * @public */ constructor(readonly input: RegisterEcsClusterCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -158,7 +153,4 @@ export class RegisterEcsClusterCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_RegisterEcsClusterCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-opsworks/src/commands/RegisterElasticIpCommand.ts b/clients/client-opsworks/src/commands/RegisterElasticIpCommand.ts index b319a89564a4..04a03c79c82a 100644 --- a/clients/client-opsworks/src/commands/RegisterElasticIpCommand.ts +++ b/clients/client-opsworks/src/commands/RegisterElasticIpCommand.ts @@ -84,9 +84,6 @@ export class RegisterElasticIpCommand extends $Command< RegisterElasticIpCommandOutput, OpsWorksClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -100,9 +97,7 @@ export class RegisterElasticIpCommand extends $Command< * @public */ constructor(readonly input: RegisterElasticIpCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -155,7 +150,4 @@ export class RegisterElasticIpCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_RegisterElasticIpCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-opsworks/src/commands/RegisterInstanceCommand.ts b/clients/client-opsworks/src/commands/RegisterInstanceCommand.ts index b95190372787..2dc8ab7673c4 100644 --- a/clients/client-opsworks/src/commands/RegisterInstanceCommand.ts +++ b/clients/client-opsworks/src/commands/RegisterInstanceCommand.ts @@ -103,9 +103,6 @@ export class RegisterInstanceCommand extends $Command< RegisterInstanceCommandOutput, OpsWorksClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -119,9 +116,7 @@ export class RegisterInstanceCommand extends $Command< * @public */ constructor(readonly input: RegisterInstanceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -174,7 +169,4 @@ export class RegisterInstanceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_RegisterInstanceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-opsworks/src/commands/RegisterRdsDbInstanceCommand.ts b/clients/client-opsworks/src/commands/RegisterRdsDbInstanceCommand.ts index 01d4bd4b4552..9c75e088227a 100644 --- a/clients/client-opsworks/src/commands/RegisterRdsDbInstanceCommand.ts +++ b/clients/client-opsworks/src/commands/RegisterRdsDbInstanceCommand.ts @@ -82,9 +82,6 @@ export class RegisterRdsDbInstanceCommand extends $Command< RegisterRdsDbInstanceCommandOutput, OpsWorksClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -98,9 +95,7 @@ export class RegisterRdsDbInstanceCommand extends $Command< * @public */ constructor(readonly input: RegisterRdsDbInstanceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -153,7 +148,4 @@ export class RegisterRdsDbInstanceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_RegisterRdsDbInstanceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-opsworks/src/commands/RegisterVolumeCommand.ts b/clients/client-opsworks/src/commands/RegisterVolumeCommand.ts index e8fcbf418689..5fe1a77d113e 100644 --- a/clients/client-opsworks/src/commands/RegisterVolumeCommand.ts +++ b/clients/client-opsworks/src/commands/RegisterVolumeCommand.ts @@ -84,9 +84,6 @@ export class RegisterVolumeCommand extends $Command< RegisterVolumeCommandOutput, OpsWorksClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -100,9 +97,7 @@ export class RegisterVolumeCommand extends $Command< * @public */ constructor(readonly input: RegisterVolumeCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -155,7 +150,4 @@ export class RegisterVolumeCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_RegisterVolumeCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-opsworks/src/commands/SetLoadBasedAutoScalingCommand.ts b/clients/client-opsworks/src/commands/SetLoadBasedAutoScalingCommand.ts index d9871f278900..29ab02e4aa22 100644 --- a/clients/client-opsworks/src/commands/SetLoadBasedAutoScalingCommand.ts +++ b/clients/client-opsworks/src/commands/SetLoadBasedAutoScalingCommand.ts @@ -107,9 +107,6 @@ export class SetLoadBasedAutoScalingCommand extends $Command< SetLoadBasedAutoScalingCommandOutput, OpsWorksClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -123,9 +120,7 @@ export class SetLoadBasedAutoScalingCommand extends $Command< * @public */ constructor(readonly input: SetLoadBasedAutoScalingCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -178,7 +173,4 @@ export class SetLoadBasedAutoScalingCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_SetLoadBasedAutoScalingCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-opsworks/src/commands/SetPermissionCommand.ts b/clients/client-opsworks/src/commands/SetPermissionCommand.ts index dc222a61b428..1170127fa377 100644 --- a/clients/client-opsworks/src/commands/SetPermissionCommand.ts +++ b/clients/client-opsworks/src/commands/SetPermissionCommand.ts @@ -84,9 +84,6 @@ export class SetPermissionCommand extends $Command< SetPermissionCommandOutput, OpsWorksClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -100,9 +97,7 @@ export class SetPermissionCommand extends $Command< * @public */ constructor(readonly input: SetPermissionCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -153,7 +148,4 @@ export class SetPermissionCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_SetPermissionCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-opsworks/src/commands/SetTimeBasedAutoScalingCommand.ts b/clients/client-opsworks/src/commands/SetTimeBasedAutoScalingCommand.ts index c0ec0d802fb8..3b4fb8bba66b 100644 --- a/clients/client-opsworks/src/commands/SetTimeBasedAutoScalingCommand.ts +++ b/clients/client-opsworks/src/commands/SetTimeBasedAutoScalingCommand.ts @@ -100,9 +100,6 @@ export class SetTimeBasedAutoScalingCommand extends $Command< SetTimeBasedAutoScalingCommandOutput, OpsWorksClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -116,9 +113,7 @@ export class SetTimeBasedAutoScalingCommand extends $Command< * @public */ constructor(readonly input: SetTimeBasedAutoScalingCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -171,7 +166,4 @@ export class SetTimeBasedAutoScalingCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_SetTimeBasedAutoScalingCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-opsworks/src/commands/StartInstanceCommand.ts b/clients/client-opsworks/src/commands/StartInstanceCommand.ts index b5a8e2e89ddd..832f067f30eb 100644 --- a/clients/client-opsworks/src/commands/StartInstanceCommand.ts +++ b/clients/client-opsworks/src/commands/StartInstanceCommand.ts @@ -80,9 +80,6 @@ export class StartInstanceCommand extends $Command< StartInstanceCommandOutput, OpsWorksClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -96,9 +93,7 @@ export class StartInstanceCommand extends $Command< * @public */ constructor(readonly input: StartInstanceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -149,7 +144,4 @@ export class StartInstanceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_StartInstanceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-opsworks/src/commands/StartStackCommand.ts b/clients/client-opsworks/src/commands/StartStackCommand.ts index dda88fe02120..c1754ab53aa7 100644 --- a/clients/client-opsworks/src/commands/StartStackCommand.ts +++ b/clients/client-opsworks/src/commands/StartStackCommand.ts @@ -79,9 +79,6 @@ export class StartStackCommand extends $Command< StartStackCommandOutput, OpsWorksClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -95,9 +92,7 @@ export class StartStackCommand extends $Command< * @public */ constructor(readonly input: StartStackCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -148,7 +143,4 @@ export class StartStackCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_StartStackCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-opsworks/src/commands/StopInstanceCommand.ts b/clients/client-opsworks/src/commands/StopInstanceCommand.ts index c418a862d6a4..eed0c765f2a0 100644 --- a/clients/client-opsworks/src/commands/StopInstanceCommand.ts +++ b/clients/client-opsworks/src/commands/StopInstanceCommand.ts @@ -83,9 +83,6 @@ export class StopInstanceCommand extends $Command< StopInstanceCommandOutput, OpsWorksClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -99,9 +96,7 @@ export class StopInstanceCommand extends $Command< * @public */ constructor(readonly input: StopInstanceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -152,7 +147,4 @@ export class StopInstanceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_StopInstanceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-opsworks/src/commands/StopStackCommand.ts b/clients/client-opsworks/src/commands/StopStackCommand.ts index ae4cf814c4c0..76b130642d5e 100644 --- a/clients/client-opsworks/src/commands/StopStackCommand.ts +++ b/clients/client-opsworks/src/commands/StopStackCommand.ts @@ -79,9 +79,6 @@ export class StopStackCommand extends $Command< StopStackCommandOutput, OpsWorksClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -95,9 +92,7 @@ export class StopStackCommand extends $Command< * @public */ constructor(readonly input: StopStackCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -148,7 +143,4 @@ export class StopStackCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_StopStackCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-opsworks/src/commands/TagResourceCommand.ts b/clients/client-opsworks/src/commands/TagResourceCommand.ts index b95a72189e45..11ad0ef21cdd 100644 --- a/clients/client-opsworks/src/commands/TagResourceCommand.ts +++ b/clients/client-opsworks/src/commands/TagResourceCommand.ts @@ -77,9 +77,6 @@ export class TagResourceCommand extends $Command< TagResourceCommandOutput, OpsWorksClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -93,9 +90,7 @@ export class TagResourceCommand extends $Command< * @public */ constructor(readonly input: TagResourceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -146,7 +141,4 @@ export class TagResourceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_TagResourceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-opsworks/src/commands/UnassignInstanceCommand.ts b/clients/client-opsworks/src/commands/UnassignInstanceCommand.ts index d198ec657144..2f94a1e53008 100644 --- a/clients/client-opsworks/src/commands/UnassignInstanceCommand.ts +++ b/clients/client-opsworks/src/commands/UnassignInstanceCommand.ts @@ -82,9 +82,6 @@ export class UnassignInstanceCommand extends $Command< UnassignInstanceCommandOutput, OpsWorksClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -98,9 +95,7 @@ export class UnassignInstanceCommand extends $Command< * @public */ constructor(readonly input: UnassignInstanceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -153,7 +148,4 @@ export class UnassignInstanceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UnassignInstanceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-opsworks/src/commands/UnassignVolumeCommand.ts b/clients/client-opsworks/src/commands/UnassignVolumeCommand.ts index 04797e7e5629..1311b3412d79 100644 --- a/clients/client-opsworks/src/commands/UnassignVolumeCommand.ts +++ b/clients/client-opsworks/src/commands/UnassignVolumeCommand.ts @@ -81,9 +81,6 @@ export class UnassignVolumeCommand extends $Command< UnassignVolumeCommandOutput, OpsWorksClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -97,9 +94,7 @@ export class UnassignVolumeCommand extends $Command< * @public */ constructor(readonly input: UnassignVolumeCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -152,7 +147,4 @@ export class UnassignVolumeCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UnassignVolumeCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-opsworks/src/commands/UntagResourceCommand.ts b/clients/client-opsworks/src/commands/UntagResourceCommand.ts index b2a0ce7f5ebb..429f4c986294 100644 --- a/clients/client-opsworks/src/commands/UntagResourceCommand.ts +++ b/clients/client-opsworks/src/commands/UntagResourceCommand.ts @@ -77,9 +77,6 @@ export class UntagResourceCommand extends $Command< UntagResourceCommandOutput, OpsWorksClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -93,9 +90,7 @@ export class UntagResourceCommand extends $Command< * @public */ constructor(readonly input: UntagResourceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -146,7 +141,4 @@ export class UntagResourceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UntagResourceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-opsworks/src/commands/UpdateAppCommand.ts b/clients/client-opsworks/src/commands/UpdateAppCommand.ts index 8412c7ec945c..db91512b70d1 100644 --- a/clients/client-opsworks/src/commands/UpdateAppCommand.ts +++ b/clients/client-opsworks/src/commands/UpdateAppCommand.ts @@ -116,9 +116,6 @@ export class UpdateAppCommand extends $Command< UpdateAppCommandOutput, OpsWorksClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -132,9 +129,7 @@ export class UpdateAppCommand extends $Command< * @public */ constructor(readonly input: UpdateAppCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -185,7 +180,4 @@ export class UpdateAppCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdateAppCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-opsworks/src/commands/UpdateElasticIpCommand.ts b/clients/client-opsworks/src/commands/UpdateElasticIpCommand.ts index a9babf58d019..3b0a817b0332 100644 --- a/clients/client-opsworks/src/commands/UpdateElasticIpCommand.ts +++ b/clients/client-opsworks/src/commands/UpdateElasticIpCommand.ts @@ -80,9 +80,6 @@ export class UpdateElasticIpCommand extends $Command< UpdateElasticIpCommandOutput, OpsWorksClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -96,9 +93,7 @@ export class UpdateElasticIpCommand extends $Command< * @public */ constructor(readonly input: UpdateElasticIpCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -151,7 +146,4 @@ export class UpdateElasticIpCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdateElasticIpCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-opsworks/src/commands/UpdateInstanceCommand.ts b/clients/client-opsworks/src/commands/UpdateInstanceCommand.ts index 8bea894d2e16..029e5ce0f1ff 100644 --- a/clients/client-opsworks/src/commands/UpdateInstanceCommand.ts +++ b/clients/client-opsworks/src/commands/UpdateInstanceCommand.ts @@ -92,9 +92,6 @@ export class UpdateInstanceCommand extends $Command< UpdateInstanceCommandOutput, OpsWorksClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -108,9 +105,7 @@ export class UpdateInstanceCommand extends $Command< * @public */ constructor(readonly input: UpdateInstanceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -163,7 +158,4 @@ export class UpdateInstanceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdateInstanceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-opsworks/src/commands/UpdateLayerCommand.ts b/clients/client-opsworks/src/commands/UpdateLayerCommand.ts index a6684046b2f6..cd74afe8cb7e 100644 --- a/clients/client-opsworks/src/commands/UpdateLayerCommand.ts +++ b/clients/client-opsworks/src/commands/UpdateLayerCommand.ts @@ -145,9 +145,6 @@ export class UpdateLayerCommand extends $Command< UpdateLayerCommandOutput, OpsWorksClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -161,9 +158,7 @@ export class UpdateLayerCommand extends $Command< * @public */ constructor(readonly input: UpdateLayerCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -214,7 +209,4 @@ export class UpdateLayerCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdateLayerCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-opsworks/src/commands/UpdateMyUserProfileCommand.ts b/clients/client-opsworks/src/commands/UpdateMyUserProfileCommand.ts index 1edb08f4b72e..e7e01f6d5c10 100644 --- a/clients/client-opsworks/src/commands/UpdateMyUserProfileCommand.ts +++ b/clients/client-opsworks/src/commands/UpdateMyUserProfileCommand.ts @@ -76,9 +76,6 @@ export class UpdateMyUserProfileCommand extends $Command< UpdateMyUserProfileCommandOutput, OpsWorksClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -92,9 +89,7 @@ export class UpdateMyUserProfileCommand extends $Command< * @public */ constructor(readonly input: UpdateMyUserProfileCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -147,7 +142,4 @@ export class UpdateMyUserProfileCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdateMyUserProfileCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-opsworks/src/commands/UpdateRdsDbInstanceCommand.ts b/clients/client-opsworks/src/commands/UpdateRdsDbInstanceCommand.ts index b76c833b35ff..65ae73dbb811 100644 --- a/clients/client-opsworks/src/commands/UpdateRdsDbInstanceCommand.ts +++ b/clients/client-opsworks/src/commands/UpdateRdsDbInstanceCommand.ts @@ -81,9 +81,6 @@ export class UpdateRdsDbInstanceCommand extends $Command< UpdateRdsDbInstanceCommandOutput, OpsWorksClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -97,9 +94,7 @@ export class UpdateRdsDbInstanceCommand extends $Command< * @public */ constructor(readonly input: UpdateRdsDbInstanceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -152,7 +147,4 @@ export class UpdateRdsDbInstanceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdateRdsDbInstanceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-opsworks/src/commands/UpdateStackCommand.ts b/clients/client-opsworks/src/commands/UpdateStackCommand.ts index fdbe785f7959..064386236ca0 100644 --- a/clients/client-opsworks/src/commands/UpdateStackCommand.ts +++ b/clients/client-opsworks/src/commands/UpdateStackCommand.ts @@ -111,9 +111,6 @@ export class UpdateStackCommand extends $Command< UpdateStackCommandOutput, OpsWorksClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -127,9 +124,7 @@ export class UpdateStackCommand extends $Command< * @public */ constructor(readonly input: UpdateStackCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -180,7 +175,4 @@ export class UpdateStackCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdateStackCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-opsworks/src/commands/UpdateUserProfileCommand.ts b/clients/client-opsworks/src/commands/UpdateUserProfileCommand.ts index 7bb0f9edba5b..279f0aeb2e61 100644 --- a/clients/client-opsworks/src/commands/UpdateUserProfileCommand.ts +++ b/clients/client-opsworks/src/commands/UpdateUserProfileCommand.ts @@ -81,9 +81,6 @@ export class UpdateUserProfileCommand extends $Command< UpdateUserProfileCommandOutput, OpsWorksClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -97,9 +94,7 @@ export class UpdateUserProfileCommand extends $Command< * @public */ constructor(readonly input: UpdateUserProfileCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -152,7 +147,4 @@ export class UpdateUserProfileCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdateUserProfileCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-opsworks/src/commands/UpdateVolumeCommand.ts b/clients/client-opsworks/src/commands/UpdateVolumeCommand.ts index 8e9b98f4d9e6..136bc664b338 100644 --- a/clients/client-opsworks/src/commands/UpdateVolumeCommand.ts +++ b/clients/client-opsworks/src/commands/UpdateVolumeCommand.ts @@ -81,9 +81,6 @@ export class UpdateVolumeCommand extends $Command< UpdateVolumeCommandOutput, OpsWorksClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -97,9 +94,7 @@ export class UpdateVolumeCommand extends $Command< * @public */ constructor(readonly input: UpdateVolumeCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -150,7 +145,4 @@ export class UpdateVolumeCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdateVolumeCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-opsworkscm/package.json b/clients/client-opsworkscm/package.json index 381bd080e07f..3b457b4cb6a7 100644 --- a/clients/client-opsworkscm/package.json +++ b/clients/client-opsworkscm/package.json @@ -34,30 +34,30 @@ "@aws-sdk/util-endpoints": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@smithy/config-resolver": "^2.0.16", - "@smithy/fetch-http-handler": "^2.2.4", - "@smithy/hash-node": "^2.0.12", - "@smithy/invalid-dependency": "^2.0.12", - "@smithy/middleware-content-length": "^2.0.14", - "@smithy/middleware-endpoint": "^2.1.3", - "@smithy/middleware-retry": "^2.0.18", - "@smithy/middleware-serde": "^2.0.12", - "@smithy/middleware-stack": "^2.0.6", - "@smithy/node-config-provider": "^2.1.3", - "@smithy/node-http-handler": "^2.1.8", - "@smithy/protocol-http": "^3.0.8", - "@smithy/smithy-client": "^2.1.12", - "@smithy/types": "^2.4.0", - "@smithy/url-parser": "^2.0.12", - "@smithy/util-base64": "^2.0.0", + "@smithy/config-resolver": "^2.0.18", + "@smithy/fetch-http-handler": "^2.2.6", + "@smithy/hash-node": "^2.0.15", + "@smithy/invalid-dependency": "^2.0.13", + "@smithy/middleware-content-length": "^2.0.15", + "@smithy/middleware-endpoint": "^2.2.0", + "@smithy/middleware-retry": "^2.0.20", + "@smithy/middleware-serde": "^2.0.13", + "@smithy/middleware-stack": "^2.0.7", + "@smithy/node-config-provider": "^2.1.5", + "@smithy/node-http-handler": "^2.1.9", + "@smithy/protocol-http": "^3.0.9", + "@smithy/smithy-client": "^2.1.15", + "@smithy/types": "^2.5.0", + "@smithy/url-parser": "^2.0.13", + "@smithy/util-base64": "^2.0.1", "@smithy/util-body-length-browser": "^2.0.0", "@smithy/util-body-length-node": "^2.1.0", - "@smithy/util-defaults-mode-browser": "^2.0.16", - "@smithy/util-defaults-mode-node": "^2.0.21", - "@smithy/util-endpoints": "^1.0.2", - "@smithy/util-retry": "^2.0.5", - "@smithy/util-utf8": "^2.0.0", - "@smithy/util-waiter": "^2.0.12", + "@smithy/util-defaults-mode-browser": "^2.0.19", + "@smithy/util-defaults-mode-node": "^2.0.25", + "@smithy/util-endpoints": "^1.0.4", + "@smithy/util-retry": "^2.0.6", + "@smithy/util-utf8": "^2.0.2", + "@smithy/util-waiter": "^2.0.13", "tslib": "^2.5.0" }, "devDependencies": { diff --git a/clients/client-opsworkscm/src/commands/AssociateNodeCommand.ts b/clients/client-opsworkscm/src/commands/AssociateNodeCommand.ts index 209b9bfbc778..a120b2688964 100644 --- a/clients/client-opsworkscm/src/commands/AssociateNodeCommand.ts +++ b/clients/client-opsworkscm/src/commands/AssociateNodeCommand.ts @@ -109,9 +109,6 @@ export class AssociateNodeCommand extends $Command< AssociateNodeCommandOutput, OpsWorksCMClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -125,9 +122,7 @@ export class AssociateNodeCommand extends $Command< * @public */ constructor(readonly input: AssociateNodeCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -178,7 +173,4 @@ export class AssociateNodeCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_AssociateNodeCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-opsworkscm/src/commands/CreateBackupCommand.ts b/clients/client-opsworkscm/src/commands/CreateBackupCommand.ts index 8ca23f5489d0..49c94c09817d 100644 --- a/clients/client-opsworkscm/src/commands/CreateBackupCommand.ts +++ b/clients/client-opsworkscm/src/commands/CreateBackupCommand.ts @@ -139,9 +139,6 @@ export class CreateBackupCommand extends $Command< CreateBackupCommandOutput, OpsWorksCMClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -155,9 +152,7 @@ export class CreateBackupCommand extends $Command< * @public */ constructor(readonly input: CreateBackupCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -208,7 +203,4 @@ export class CreateBackupCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateBackupCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-opsworkscm/src/commands/CreateServerCommand.ts b/clients/client-opsworkscm/src/commands/CreateServerCommand.ts index 055d5964abff..9011a3fda8d6 100644 --- a/clients/client-opsworkscm/src/commands/CreateServerCommand.ts +++ b/clients/client-opsworkscm/src/commands/CreateServerCommand.ts @@ -186,9 +186,6 @@ export class CreateServerCommand extends $Command< CreateServerCommandOutput, OpsWorksCMClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -202,9 +199,7 @@ export class CreateServerCommand extends $Command< * @public */ constructor(readonly input: CreateServerCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -255,7 +250,4 @@ export class CreateServerCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateServerCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-opsworkscm/src/commands/DeleteBackupCommand.ts b/clients/client-opsworkscm/src/commands/DeleteBackupCommand.ts index 93f2a72314f8..eb7d579ad6c0 100644 --- a/clients/client-opsworkscm/src/commands/DeleteBackupCommand.ts +++ b/clients/client-opsworkscm/src/commands/DeleteBackupCommand.ts @@ -87,9 +87,6 @@ export class DeleteBackupCommand extends $Command< DeleteBackupCommandOutput, OpsWorksCMClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -103,9 +100,7 @@ export class DeleteBackupCommand extends $Command< * @public */ constructor(readonly input: DeleteBackupCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -156,7 +151,4 @@ export class DeleteBackupCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteBackupCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-opsworkscm/src/commands/DeleteServerCommand.ts b/clients/client-opsworkscm/src/commands/DeleteServerCommand.ts index 8e0d73a5f787..2666abde09c2 100644 --- a/clients/client-opsworkscm/src/commands/DeleteServerCommand.ts +++ b/clients/client-opsworkscm/src/commands/DeleteServerCommand.ts @@ -95,9 +95,6 @@ export class DeleteServerCommand extends $Command< DeleteServerCommandOutput, OpsWorksCMClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -111,9 +108,7 @@ export class DeleteServerCommand extends $Command< * @public */ constructor(readonly input: DeleteServerCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -164,7 +159,4 @@ export class DeleteServerCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteServerCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-opsworkscm/src/commands/DescribeAccountAttributesCommand.ts b/clients/client-opsworkscm/src/commands/DescribeAccountAttributesCommand.ts index 6bb6e845fb97..f9b6c4be104b 100644 --- a/clients/client-opsworkscm/src/commands/DescribeAccountAttributesCommand.ts +++ b/clients/client-opsworkscm/src/commands/DescribeAccountAttributesCommand.ts @@ -79,9 +79,6 @@ export class DescribeAccountAttributesCommand extends $Command< DescribeAccountAttributesCommandOutput, OpsWorksCMClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -95,9 +92,7 @@ export class DescribeAccountAttributesCommand extends $Command< * @public */ constructor(readonly input: DescribeAccountAttributesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -153,7 +148,4 @@ export class DescribeAccountAttributesCommand extends $Command< ): Promise { return de_DescribeAccountAttributesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-opsworkscm/src/commands/DescribeBackupsCommand.ts b/clients/client-opsworkscm/src/commands/DescribeBackupsCommand.ts index b56126cf6a6a..4c09797930e8 100644 --- a/clients/client-opsworkscm/src/commands/DescribeBackupsCommand.ts +++ b/clients/client-opsworkscm/src/commands/DescribeBackupsCommand.ts @@ -127,9 +127,6 @@ export class DescribeBackupsCommand extends $Command< DescribeBackupsCommandOutput, OpsWorksCMClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -143,9 +140,7 @@ export class DescribeBackupsCommand extends $Command< * @public */ constructor(readonly input: DescribeBackupsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -198,7 +193,4 @@ export class DescribeBackupsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DescribeBackupsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-opsworkscm/src/commands/DescribeEventsCommand.ts b/clients/client-opsworkscm/src/commands/DescribeEventsCommand.ts index 7064f8eab309..3a11c037764b 100644 --- a/clients/client-opsworkscm/src/commands/DescribeEventsCommand.ts +++ b/clients/client-opsworkscm/src/commands/DescribeEventsCommand.ts @@ -101,9 +101,6 @@ export class DescribeEventsCommand extends $Command< DescribeEventsCommandOutput, OpsWorksCMClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -117,9 +114,7 @@ export class DescribeEventsCommand extends $Command< * @public */ constructor(readonly input: DescribeEventsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -172,7 +167,4 @@ export class DescribeEventsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DescribeEventsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-opsworkscm/src/commands/DescribeNodeAssociationStatusCommand.ts b/clients/client-opsworkscm/src/commands/DescribeNodeAssociationStatusCommand.ts index fd587d9a93f4..44f1e6ebfd87 100644 --- a/clients/client-opsworkscm/src/commands/DescribeNodeAssociationStatusCommand.ts +++ b/clients/client-opsworkscm/src/commands/DescribeNodeAssociationStatusCommand.ts @@ -100,9 +100,6 @@ export class DescribeNodeAssociationStatusCommand extends $Command< DescribeNodeAssociationStatusCommandOutput, OpsWorksCMClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -116,9 +113,7 @@ export class DescribeNodeAssociationStatusCommand extends $Command< * @public */ constructor(readonly input: DescribeNodeAssociationStatusCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -174,7 +169,4 @@ export class DescribeNodeAssociationStatusCommand extends $Command< ): Promise { return de_DescribeNodeAssociationStatusCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-opsworkscm/src/commands/DescribeServersCommand.ts b/clients/client-opsworkscm/src/commands/DescribeServersCommand.ts index 7ce263d2ef0e..b988e0ced517 100644 --- a/clients/client-opsworkscm/src/commands/DescribeServersCommand.ts +++ b/clients/client-opsworkscm/src/commands/DescribeServersCommand.ts @@ -136,9 +136,6 @@ export class DescribeServersCommand extends $Command< DescribeServersCommandOutput, OpsWorksCMClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -152,9 +149,7 @@ export class DescribeServersCommand extends $Command< * @public */ constructor(readonly input: DescribeServersCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -207,7 +202,4 @@ export class DescribeServersCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DescribeServersCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-opsworkscm/src/commands/DisassociateNodeCommand.ts b/clients/client-opsworkscm/src/commands/DisassociateNodeCommand.ts index 5aba1da208e9..576a140f6b95 100644 --- a/clients/client-opsworkscm/src/commands/DisassociateNodeCommand.ts +++ b/clients/client-opsworkscm/src/commands/DisassociateNodeCommand.ts @@ -100,9 +100,6 @@ export class DisassociateNodeCommand extends $Command< DisassociateNodeCommandOutput, OpsWorksCMClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -116,9 +113,7 @@ export class DisassociateNodeCommand extends $Command< * @public */ constructor(readonly input: DisassociateNodeCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -171,7 +166,4 @@ export class DisassociateNodeCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DisassociateNodeCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-opsworkscm/src/commands/ExportServerEngineAttributeCommand.ts b/clients/client-opsworkscm/src/commands/ExportServerEngineAttributeCommand.ts index b27e3e0f7a2e..5047d7a60b13 100644 --- a/clients/client-opsworkscm/src/commands/ExportServerEngineAttributeCommand.ts +++ b/clients/client-opsworkscm/src/commands/ExportServerEngineAttributeCommand.ts @@ -111,9 +111,6 @@ export class ExportServerEngineAttributeCommand extends $Command< ExportServerEngineAttributeCommandOutput, OpsWorksCMClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -127,9 +124,7 @@ export class ExportServerEngineAttributeCommand extends $Command< * @public */ constructor(readonly input: ExportServerEngineAttributeCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -185,7 +180,4 @@ export class ExportServerEngineAttributeCommand extends $Command< ): Promise { return de_ExportServerEngineAttributeCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-opsworkscm/src/commands/ListTagsForResourceCommand.ts b/clients/client-opsworkscm/src/commands/ListTagsForResourceCommand.ts index 133e351e95d7..9a0c42921733 100644 --- a/clients/client-opsworkscm/src/commands/ListTagsForResourceCommand.ts +++ b/clients/client-opsworkscm/src/commands/ListTagsForResourceCommand.ts @@ -87,9 +87,6 @@ export class ListTagsForResourceCommand extends $Command< ListTagsForResourceCommandOutput, OpsWorksCMClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -103,9 +100,7 @@ export class ListTagsForResourceCommand extends $Command< * @public */ constructor(readonly input: ListTagsForResourceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -158,7 +153,4 @@ export class ListTagsForResourceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListTagsForResourceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-opsworkscm/src/commands/RestoreServerCommand.ts b/clients/client-opsworkscm/src/commands/RestoreServerCommand.ts index 9509ac1abc03..85edd853583b 100644 --- a/clients/client-opsworkscm/src/commands/RestoreServerCommand.ts +++ b/clients/client-opsworkscm/src/commands/RestoreServerCommand.ts @@ -137,9 +137,6 @@ export class RestoreServerCommand extends $Command< RestoreServerCommandOutput, OpsWorksCMClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -153,9 +150,7 @@ export class RestoreServerCommand extends $Command< * @public */ constructor(readonly input: RestoreServerCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -206,7 +201,4 @@ export class RestoreServerCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_RestoreServerCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-opsworkscm/src/commands/StartMaintenanceCommand.ts b/clients/client-opsworkscm/src/commands/StartMaintenanceCommand.ts index 02e7ada798c3..d39e1d170844 100644 --- a/clients/client-opsworkscm/src/commands/StartMaintenanceCommand.ts +++ b/clients/client-opsworkscm/src/commands/StartMaintenanceCommand.ts @@ -134,9 +134,6 @@ export class StartMaintenanceCommand extends $Command< StartMaintenanceCommandOutput, OpsWorksCMClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -150,9 +147,7 @@ export class StartMaintenanceCommand extends $Command< * @public */ constructor(readonly input: StartMaintenanceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -205,7 +200,4 @@ export class StartMaintenanceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_StartMaintenanceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-opsworkscm/src/commands/TagResourceCommand.ts b/clients/client-opsworkscm/src/commands/TagResourceCommand.ts index 384799b800ad..1b42e472d187 100644 --- a/clients/client-opsworkscm/src/commands/TagResourceCommand.ts +++ b/clients/client-opsworkscm/src/commands/TagResourceCommand.ts @@ -86,9 +86,6 @@ export class TagResourceCommand extends $Command< TagResourceCommandOutput, OpsWorksCMClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -102,9 +99,7 @@ export class TagResourceCommand extends $Command< * @public */ constructor(readonly input: TagResourceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -155,7 +150,4 @@ export class TagResourceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_TagResourceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-opsworkscm/src/commands/UntagResourceCommand.ts b/clients/client-opsworkscm/src/commands/UntagResourceCommand.ts index 3b5ef31e229e..3bb8dd05f72d 100644 --- a/clients/client-opsworkscm/src/commands/UntagResourceCommand.ts +++ b/clients/client-opsworkscm/src/commands/UntagResourceCommand.ts @@ -83,9 +83,6 @@ export class UntagResourceCommand extends $Command< UntagResourceCommandOutput, OpsWorksCMClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -99,9 +96,7 @@ export class UntagResourceCommand extends $Command< * @public */ constructor(readonly input: UntagResourceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -152,7 +147,4 @@ export class UntagResourceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UntagResourceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-opsworkscm/src/commands/UpdateServerCommand.ts b/clients/client-opsworkscm/src/commands/UpdateServerCommand.ts index 0be5897f727f..89286399cb04 100644 --- a/clients/client-opsworkscm/src/commands/UpdateServerCommand.ts +++ b/clients/client-opsworkscm/src/commands/UpdateServerCommand.ts @@ -125,9 +125,6 @@ export class UpdateServerCommand extends $Command< UpdateServerCommandOutput, OpsWorksCMClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -141,9 +138,7 @@ export class UpdateServerCommand extends $Command< * @public */ constructor(readonly input: UpdateServerCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -194,7 +189,4 @@ export class UpdateServerCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdateServerCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-opsworkscm/src/commands/UpdateServerEngineAttributesCommand.ts b/clients/client-opsworkscm/src/commands/UpdateServerEngineAttributesCommand.ts index d0bec910861a..d13a11548bfe 100644 --- a/clients/client-opsworkscm/src/commands/UpdateServerEngineAttributesCommand.ts +++ b/clients/client-opsworkscm/src/commands/UpdateServerEngineAttributesCommand.ts @@ -140,9 +140,6 @@ export class UpdateServerEngineAttributesCommand extends $Command< UpdateServerEngineAttributesCommandOutput, OpsWorksCMClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -156,9 +153,7 @@ export class UpdateServerEngineAttributesCommand extends $Command< * @public */ constructor(readonly input: UpdateServerEngineAttributesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -214,7 +209,4 @@ export class UpdateServerEngineAttributesCommand extends $Command< ): Promise { return de_UpdateServerEngineAttributesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-organizations/package.json b/clients/client-organizations/package.json index c6541a316f65..57f52a465fba 100644 --- a/clients/client-organizations/package.json +++ b/clients/client-organizations/package.json @@ -34,29 +34,29 @@ "@aws-sdk/util-endpoints": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@smithy/config-resolver": "^2.0.16", - "@smithy/fetch-http-handler": "^2.2.4", - "@smithy/hash-node": "^2.0.12", - "@smithy/invalid-dependency": "^2.0.12", - "@smithy/middleware-content-length": "^2.0.14", - "@smithy/middleware-endpoint": "^2.1.3", - "@smithy/middleware-retry": "^2.0.18", - "@smithy/middleware-serde": "^2.0.12", - "@smithy/middleware-stack": "^2.0.6", - "@smithy/node-config-provider": "^2.1.3", - "@smithy/node-http-handler": "^2.1.8", - "@smithy/protocol-http": "^3.0.8", - "@smithy/smithy-client": "^2.1.12", - "@smithy/types": "^2.4.0", - "@smithy/url-parser": "^2.0.12", - "@smithy/util-base64": "^2.0.0", + "@smithy/config-resolver": "^2.0.18", + "@smithy/fetch-http-handler": "^2.2.6", + "@smithy/hash-node": "^2.0.15", + "@smithy/invalid-dependency": "^2.0.13", + "@smithy/middleware-content-length": "^2.0.15", + "@smithy/middleware-endpoint": "^2.2.0", + "@smithy/middleware-retry": "^2.0.20", + "@smithy/middleware-serde": "^2.0.13", + "@smithy/middleware-stack": "^2.0.7", + "@smithy/node-config-provider": "^2.1.5", + "@smithy/node-http-handler": "^2.1.9", + "@smithy/protocol-http": "^3.0.9", + "@smithy/smithy-client": "^2.1.15", + "@smithy/types": "^2.5.0", + "@smithy/url-parser": "^2.0.13", + "@smithy/util-base64": "^2.0.1", "@smithy/util-body-length-browser": "^2.0.0", "@smithy/util-body-length-node": "^2.1.0", - "@smithy/util-defaults-mode-browser": "^2.0.16", - "@smithy/util-defaults-mode-node": "^2.0.21", - "@smithy/util-endpoints": "^1.0.2", - "@smithy/util-retry": "^2.0.5", - "@smithy/util-utf8": "^2.0.0", + "@smithy/util-defaults-mode-browser": "^2.0.19", + "@smithy/util-defaults-mode-node": "^2.0.25", + "@smithy/util-endpoints": "^1.0.4", + "@smithy/util-retry": "^2.0.6", + "@smithy/util-utf8": "^2.0.2", "tslib": "^2.5.0" }, "devDependencies": { diff --git a/clients/client-organizations/src/commands/AcceptHandshakeCommand.ts b/clients/client-organizations/src/commands/AcceptHandshakeCommand.ts index 8b18da41aa86..c61293bf33a1 100644 --- a/clients/client-organizations/src/commands/AcceptHandshakeCommand.ts +++ b/clients/client-organizations/src/commands/AcceptHandshakeCommand.ts @@ -392,9 +392,6 @@ export class AcceptHandshakeCommand extends $Command< AcceptHandshakeCommandOutput, OrganizationsClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -408,9 +405,7 @@ export class AcceptHandshakeCommand extends $Command< * @public */ constructor(readonly input: AcceptHandshakeCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -463,7 +458,4 @@ export class AcceptHandshakeCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_AcceptHandshakeCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-organizations/src/commands/AttachPolicyCommand.ts b/clients/client-organizations/src/commands/AttachPolicyCommand.ts index 2f8d4814bcc9..e4a95156ef9c 100644 --- a/clients/client-organizations/src/commands/AttachPolicyCommand.ts +++ b/clients/client-organizations/src/commands/AttachPolicyCommand.ts @@ -470,9 +470,6 @@ export class AttachPolicyCommand extends $Command< AttachPolicyCommandOutput, OrganizationsClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -486,9 +483,7 @@ export class AttachPolicyCommand extends $Command< * @public */ constructor(readonly input: AttachPolicyCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -539,7 +534,4 @@ export class AttachPolicyCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_AttachPolicyCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-organizations/src/commands/CancelHandshakeCommand.ts b/clients/client-organizations/src/commands/CancelHandshakeCommand.ts index 2432b1834b7a..cb744e0ec154 100644 --- a/clients/client-organizations/src/commands/CancelHandshakeCommand.ts +++ b/clients/client-organizations/src/commands/CancelHandshakeCommand.ts @@ -303,9 +303,6 @@ export class CancelHandshakeCommand extends $Command< CancelHandshakeCommandOutput, OrganizationsClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -319,9 +316,7 @@ export class CancelHandshakeCommand extends $Command< * @public */ constructor(readonly input: CancelHandshakeCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -374,7 +369,4 @@ export class CancelHandshakeCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CancelHandshakeCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-organizations/src/commands/CloseAccountCommand.ts b/clients/client-organizations/src/commands/CloseAccountCommand.ts index 4f9c5209777d..c3c985f4a719 100644 --- a/clients/client-organizations/src/commands/CloseAccountCommand.ts +++ b/clients/client-organizations/src/commands/CloseAccountCommand.ts @@ -456,9 +456,6 @@ export class CloseAccountCommand extends $Command< CloseAccountCommandOutput, OrganizationsClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -472,9 +469,7 @@ export class CloseAccountCommand extends $Command< * @public */ constructor(readonly input: CloseAccountCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -525,7 +520,4 @@ export class CloseAccountCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CloseAccountCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-organizations/src/commands/CreateAccountCommand.ts b/clients/client-organizations/src/commands/CreateAccountCommand.ts index a067a371afaa..67e42ee40cd5 100644 --- a/clients/client-organizations/src/commands/CreateAccountCommand.ts +++ b/clients/client-organizations/src/commands/CreateAccountCommand.ts @@ -522,9 +522,6 @@ export class CreateAccountCommand extends $Command< CreateAccountCommandOutput, OrganizationsClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -538,9 +535,7 @@ export class CreateAccountCommand extends $Command< * @public */ constructor(readonly input: CreateAccountCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -591,7 +586,4 @@ export class CreateAccountCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateAccountCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-organizations/src/commands/CreateGovCloudAccountCommand.ts b/clients/client-organizations/src/commands/CreateGovCloudAccountCommand.ts index 4728e6a7cdd0..d08de8b5bf37 100644 --- a/clients/client-organizations/src/commands/CreateGovCloudAccountCommand.ts +++ b/clients/client-organizations/src/commands/CreateGovCloudAccountCommand.ts @@ -552,9 +552,6 @@ export class CreateGovCloudAccountCommand extends $Command< CreateGovCloudAccountCommandOutput, OrganizationsClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -568,9 +565,7 @@ export class CreateGovCloudAccountCommand extends $Command< * @public */ constructor(readonly input: CreateGovCloudAccountCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -623,7 +618,4 @@ export class CreateGovCloudAccountCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateGovCloudAccountCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-organizations/src/commands/CreateOrganizationCommand.ts b/clients/client-organizations/src/commands/CreateOrganizationCommand.ts index 3549c87856ea..96efabd35c52 100644 --- a/clients/client-organizations/src/commands/CreateOrganizationCommand.ts +++ b/clients/client-organizations/src/commands/CreateOrganizationCommand.ts @@ -484,9 +484,6 @@ export class CreateOrganizationCommand extends $Command< CreateOrganizationCommandOutput, OrganizationsClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -500,9 +497,7 @@ export class CreateOrganizationCommand extends $Command< * @public */ constructor(readonly input: CreateOrganizationCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -555,7 +550,4 @@ export class CreateOrganizationCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateOrganizationCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-organizations/src/commands/CreateOrganizationalUnitCommand.ts b/clients/client-organizations/src/commands/CreateOrganizationalUnitCommand.ts index 0e1cefa2b351..f36d534aef0b 100644 --- a/clients/client-organizations/src/commands/CreateOrganizationalUnitCommand.ts +++ b/clients/client-organizations/src/commands/CreateOrganizationalUnitCommand.ts @@ -445,9 +445,6 @@ export class CreateOrganizationalUnitCommand extends $Command< CreateOrganizationalUnitCommandOutput, OrganizationsClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -461,9 +458,7 @@ export class CreateOrganizationalUnitCommand extends $Command< * @public */ constructor(readonly input: CreateOrganizationalUnitCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -516,7 +511,4 @@ export class CreateOrganizationalUnitCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateOrganizationalUnitCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-organizations/src/commands/CreatePolicyCommand.ts b/clients/client-organizations/src/commands/CreatePolicyCommand.ts index cab7c42c6b4f..e35a3c423ad7 100644 --- a/clients/client-organizations/src/commands/CreatePolicyCommand.ts +++ b/clients/client-organizations/src/commands/CreatePolicyCommand.ts @@ -469,9 +469,6 @@ export class CreatePolicyCommand extends $Command< CreatePolicyCommandOutput, OrganizationsClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -485,9 +482,7 @@ export class CreatePolicyCommand extends $Command< * @public */ constructor(readonly input: CreatePolicyCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -538,7 +533,4 @@ export class CreatePolicyCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreatePolicyCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-organizations/src/commands/DeclineHandshakeCommand.ts b/clients/client-organizations/src/commands/DeclineHandshakeCommand.ts index b8c78cd77426..f35c419b5c6b 100644 --- a/clients/client-organizations/src/commands/DeclineHandshakeCommand.ts +++ b/clients/client-organizations/src/commands/DeclineHandshakeCommand.ts @@ -299,9 +299,6 @@ export class DeclineHandshakeCommand extends $Command< DeclineHandshakeCommandOutput, OrganizationsClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -315,9 +312,7 @@ export class DeclineHandshakeCommand extends $Command< * @public */ constructor(readonly input: DeclineHandshakeCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -370,7 +365,4 @@ export class DeclineHandshakeCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeclineHandshakeCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-organizations/src/commands/DeleteOrganizationCommand.ts b/clients/client-organizations/src/commands/DeleteOrganizationCommand.ts index 78c93c9acf86..813ca8428320 100644 --- a/clients/client-organizations/src/commands/DeleteOrganizationCommand.ts +++ b/clients/client-organizations/src/commands/DeleteOrganizationCommand.ts @@ -198,9 +198,6 @@ export class DeleteOrganizationCommand extends $Command< DeleteOrganizationCommandOutput, OrganizationsClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -214,9 +211,7 @@ export class DeleteOrganizationCommand extends $Command< * @public */ constructor(readonly input: DeleteOrganizationCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -269,7 +264,4 @@ export class DeleteOrganizationCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteOrganizationCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-organizations/src/commands/DeleteOrganizationalUnitCommand.ts b/clients/client-organizations/src/commands/DeleteOrganizationalUnitCommand.ts index 597bb3d4100a..67d030d8b8eb 100644 --- a/clients/client-organizations/src/commands/DeleteOrganizationalUnitCommand.ts +++ b/clients/client-organizations/src/commands/DeleteOrganizationalUnitCommand.ts @@ -219,9 +219,6 @@ export class DeleteOrganizationalUnitCommand extends $Command< DeleteOrganizationalUnitCommandOutput, OrganizationsClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -235,9 +232,7 @@ export class DeleteOrganizationalUnitCommand extends $Command< * @public */ constructor(readonly input: DeleteOrganizationalUnitCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -290,7 +285,4 @@ export class DeleteOrganizationalUnitCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteOrganizationalUnitCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-organizations/src/commands/DeletePolicyCommand.ts b/clients/client-organizations/src/commands/DeletePolicyCommand.ts index 488850c562c7..9cb629021ad3 100644 --- a/clients/client-organizations/src/commands/DeletePolicyCommand.ts +++ b/clients/client-organizations/src/commands/DeletePolicyCommand.ts @@ -223,9 +223,6 @@ export class DeletePolicyCommand extends $Command< DeletePolicyCommandOutput, OrganizationsClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -239,9 +236,7 @@ export class DeletePolicyCommand extends $Command< * @public */ constructor(readonly input: DeletePolicyCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -292,7 +287,4 @@ export class DeletePolicyCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeletePolicyCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-organizations/src/commands/DeleteResourcePolicyCommand.ts b/clients/client-organizations/src/commands/DeleteResourcePolicyCommand.ts index 18aff36e2712..42f173631e9f 100644 --- a/clients/client-organizations/src/commands/DeleteResourcePolicyCommand.ts +++ b/clients/client-organizations/src/commands/DeleteResourcePolicyCommand.ts @@ -294,9 +294,6 @@ export class DeleteResourcePolicyCommand extends $Command< DeleteResourcePolicyCommandOutput, OrganizationsClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -310,9 +307,7 @@ export class DeleteResourcePolicyCommand extends $Command< * @public */ constructor(readonly input: DeleteResourcePolicyCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -365,7 +360,4 @@ export class DeleteResourcePolicyCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteResourcePolicyCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-organizations/src/commands/DeregisterDelegatedAdministratorCommand.ts b/clients/client-organizations/src/commands/DeregisterDelegatedAdministratorCommand.ts index e9e965ab06c9..2b9aef914267 100644 --- a/clients/client-organizations/src/commands/DeregisterDelegatedAdministratorCommand.ts +++ b/clients/client-organizations/src/commands/DeregisterDelegatedAdministratorCommand.ts @@ -422,9 +422,6 @@ export class DeregisterDelegatedAdministratorCommand extends $Command< DeregisterDelegatedAdministratorCommandOutput, OrganizationsClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -438,9 +435,7 @@ export class DeregisterDelegatedAdministratorCommand extends $Command< * @public */ constructor(readonly input: DeregisterDelegatedAdministratorCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -499,7 +494,4 @@ export class DeregisterDelegatedAdministratorCommand extends $Command< ): Promise { return de_DeregisterDelegatedAdministratorCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-organizations/src/commands/DescribeAccountCommand.ts b/clients/client-organizations/src/commands/DescribeAccountCommand.ts index e157c6ce12a6..aff5c1763842 100644 --- a/clients/client-organizations/src/commands/DescribeAccountCommand.ts +++ b/clients/client-organizations/src/commands/DescribeAccountCommand.ts @@ -234,9 +234,6 @@ export class DescribeAccountCommand extends $Command< DescribeAccountCommandOutput, OrganizationsClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -250,9 +247,7 @@ export class DescribeAccountCommand extends $Command< * @public */ constructor(readonly input: DescribeAccountCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -305,7 +300,4 @@ export class DescribeAccountCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DescribeAccountCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-organizations/src/commands/DescribeCreateAccountStatusCommand.ts b/clients/client-organizations/src/commands/DescribeCreateAccountStatusCommand.ts index 38667892d96c..79689cce6715 100644 --- a/clients/client-organizations/src/commands/DescribeCreateAccountStatusCommand.ts +++ b/clients/client-organizations/src/commands/DescribeCreateAccountStatusCommand.ts @@ -238,9 +238,6 @@ export class DescribeCreateAccountStatusCommand extends $Command< DescribeCreateAccountStatusCommandOutput, OrganizationsClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -254,9 +251,7 @@ export class DescribeCreateAccountStatusCommand extends $Command< * @public */ constructor(readonly input: DescribeCreateAccountStatusCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -312,7 +307,4 @@ export class DescribeCreateAccountStatusCommand extends $Command< ): Promise { return de_DescribeCreateAccountStatusCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-organizations/src/commands/DescribeEffectivePolicyCommand.ts b/clients/client-organizations/src/commands/DescribeEffectivePolicyCommand.ts index 9ee3084b4959..0fd04c5b31dd 100644 --- a/clients/client-organizations/src/commands/DescribeEffectivePolicyCommand.ts +++ b/clients/client-organizations/src/commands/DescribeEffectivePolicyCommand.ts @@ -419,9 +419,6 @@ export class DescribeEffectivePolicyCommand extends $Command< DescribeEffectivePolicyCommandOutput, OrganizationsClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -435,9 +432,7 @@ export class DescribeEffectivePolicyCommand extends $Command< * @public */ constructor(readonly input: DescribeEffectivePolicyCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -490,7 +485,4 @@ export class DescribeEffectivePolicyCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DescribeEffectivePolicyCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-organizations/src/commands/DescribeHandshakeCommand.ts b/clients/client-organizations/src/commands/DescribeHandshakeCommand.ts index 6f1297227c1e..433cdb34f016 100644 --- a/clients/client-organizations/src/commands/DescribeHandshakeCommand.ts +++ b/clients/client-organizations/src/commands/DescribeHandshakeCommand.ts @@ -286,9 +286,6 @@ export class DescribeHandshakeCommand extends $Command< DescribeHandshakeCommandOutput, OrganizationsClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -302,9 +299,7 @@ export class DescribeHandshakeCommand extends $Command< * @public */ constructor(readonly input: DescribeHandshakeCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -357,7 +352,4 @@ export class DescribeHandshakeCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DescribeHandshakeCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-organizations/src/commands/DescribeOrganizationCommand.ts b/clients/client-organizations/src/commands/DescribeOrganizationCommand.ts index fa079d4d66d2..f5959de61a15 100644 --- a/clients/client-organizations/src/commands/DescribeOrganizationCommand.ts +++ b/clients/client-organizations/src/commands/DescribeOrganizationCommand.ts @@ -138,9 +138,6 @@ export class DescribeOrganizationCommand extends $Command< DescribeOrganizationCommandOutput, OrganizationsClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -154,9 +151,7 @@ export class DescribeOrganizationCommand extends $Command< * @public */ constructor(readonly input: DescribeOrganizationCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -209,7 +204,4 @@ export class DescribeOrganizationCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DescribeOrganizationCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-organizations/src/commands/DescribeOrganizationalUnitCommand.ts b/clients/client-organizations/src/commands/DescribeOrganizationalUnitCommand.ts index fddd97c5196a..36ec15c80940 100644 --- a/clients/client-organizations/src/commands/DescribeOrganizationalUnitCommand.ts +++ b/clients/client-organizations/src/commands/DescribeOrganizationalUnitCommand.ts @@ -224,9 +224,6 @@ export class DescribeOrganizationalUnitCommand extends $Command< DescribeOrganizationalUnitCommandOutput, OrganizationsClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -240,9 +237,7 @@ export class DescribeOrganizationalUnitCommand extends $Command< * @public */ constructor(readonly input: DescribeOrganizationalUnitCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -298,7 +293,4 @@ export class DescribeOrganizationalUnitCommand extends $Command< ): Promise { return de_DescribeOrganizationalUnitCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-organizations/src/commands/DescribePolicyCommand.ts b/clients/client-organizations/src/commands/DescribePolicyCommand.ts index e897de0d1dd1..7bfc91457b21 100644 --- a/clients/client-organizations/src/commands/DescribePolicyCommand.ts +++ b/clients/client-organizations/src/commands/DescribePolicyCommand.ts @@ -238,9 +238,6 @@ export class DescribePolicyCommand extends $Command< DescribePolicyCommandOutput, OrganizationsClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -254,9 +251,7 @@ export class DescribePolicyCommand extends $Command< * @public */ constructor(readonly input: DescribePolicyCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -309,7 +304,4 @@ export class DescribePolicyCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DescribePolicyCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-organizations/src/commands/DescribeResourcePolicyCommand.ts b/clients/client-organizations/src/commands/DescribeResourcePolicyCommand.ts index cd0ffeeca599..cd7c43cb969e 100644 --- a/clients/client-organizations/src/commands/DescribeResourcePolicyCommand.ts +++ b/clients/client-organizations/src/commands/DescribeResourcePolicyCommand.ts @@ -300,9 +300,6 @@ export class DescribeResourcePolicyCommand extends $Command< DescribeResourcePolicyCommandOutput, OrganizationsClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -316,9 +313,7 @@ export class DescribeResourcePolicyCommand extends $Command< * @public */ constructor(readonly input: DescribeResourcePolicyCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -371,7 +366,4 @@ export class DescribeResourcePolicyCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DescribeResourcePolicyCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-organizations/src/commands/DetachPolicyCommand.ts b/clients/client-organizations/src/commands/DetachPolicyCommand.ts index 7b7275505204..8ae7ee27926a 100644 --- a/clients/client-organizations/src/commands/DetachPolicyCommand.ts +++ b/clients/client-organizations/src/commands/DetachPolicyCommand.ts @@ -439,9 +439,6 @@ export class DetachPolicyCommand extends $Command< DetachPolicyCommandOutput, OrganizationsClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -455,9 +452,7 @@ export class DetachPolicyCommand extends $Command< * @public */ constructor(readonly input: DetachPolicyCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -508,7 +503,4 @@ export class DetachPolicyCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DetachPolicyCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-organizations/src/commands/DisableAWSServiceAccessCommand.ts b/clients/client-organizations/src/commands/DisableAWSServiceAccessCommand.ts index bd2b7f79a6b1..f43ed3319984 100644 --- a/clients/client-organizations/src/commands/DisableAWSServiceAccessCommand.ts +++ b/clients/client-organizations/src/commands/DisableAWSServiceAccessCommand.ts @@ -451,9 +451,6 @@ export class DisableAWSServiceAccessCommand extends $Command< DisableAWSServiceAccessCommandOutput, OrganizationsClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -467,9 +464,7 @@ export class DisableAWSServiceAccessCommand extends $Command< * @public */ constructor(readonly input: DisableAWSServiceAccessCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -522,7 +517,4 @@ export class DisableAWSServiceAccessCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DisableAWSServiceAccessCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-organizations/src/commands/DisablePolicyTypeCommand.ts b/clients/client-organizations/src/commands/DisablePolicyTypeCommand.ts index d02dd9c08446..62e2eeac884e 100644 --- a/clients/client-organizations/src/commands/DisablePolicyTypeCommand.ts +++ b/clients/client-organizations/src/commands/DisablePolicyTypeCommand.ts @@ -456,9 +456,6 @@ export class DisablePolicyTypeCommand extends $Command< DisablePolicyTypeCommandOutput, OrganizationsClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -472,9 +469,7 @@ export class DisablePolicyTypeCommand extends $Command< * @public */ constructor(readonly input: DisablePolicyTypeCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -527,7 +522,4 @@ export class DisablePolicyTypeCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DisablePolicyTypeCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-organizations/src/commands/EnableAWSServiceAccessCommand.ts b/clients/client-organizations/src/commands/EnableAWSServiceAccessCommand.ts index f2f7716d9d85..ac2e06643f15 100644 --- a/clients/client-organizations/src/commands/EnableAWSServiceAccessCommand.ts +++ b/clients/client-organizations/src/commands/EnableAWSServiceAccessCommand.ts @@ -415,9 +415,6 @@ export class EnableAWSServiceAccessCommand extends $Command< EnableAWSServiceAccessCommandOutput, OrganizationsClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -431,9 +428,7 @@ export class EnableAWSServiceAccessCommand extends $Command< * @public */ constructor(readonly input: EnableAWSServiceAccessCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -486,7 +481,4 @@ export class EnableAWSServiceAccessCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_EnableAWSServiceAccessCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-organizations/src/commands/EnableAllFeaturesCommand.ts b/clients/client-organizations/src/commands/EnableAllFeaturesCommand.ts index 325ae3e2010a..bde9fb70ec83 100644 --- a/clients/client-organizations/src/commands/EnableAllFeaturesCommand.ts +++ b/clients/client-organizations/src/commands/EnableAllFeaturesCommand.ts @@ -343,9 +343,6 @@ export class EnableAllFeaturesCommand extends $Command< EnableAllFeaturesCommandOutput, OrganizationsClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -359,9 +356,7 @@ export class EnableAllFeaturesCommand extends $Command< * @public */ constructor(readonly input: EnableAllFeaturesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -414,7 +409,4 @@ export class EnableAllFeaturesCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_EnableAllFeaturesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-organizations/src/commands/EnablePolicyTypeCommand.ts b/clients/client-organizations/src/commands/EnablePolicyTypeCommand.ts index 13fb2f55460a..c695b38317d3 100644 --- a/clients/client-organizations/src/commands/EnablePolicyTypeCommand.ts +++ b/clients/client-organizations/src/commands/EnablePolicyTypeCommand.ts @@ -464,9 +464,6 @@ export class EnablePolicyTypeCommand extends $Command< EnablePolicyTypeCommandOutput, OrganizationsClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -480,9 +477,7 @@ export class EnablePolicyTypeCommand extends $Command< * @public */ constructor(readonly input: EnablePolicyTypeCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -535,7 +530,4 @@ export class EnablePolicyTypeCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_EnablePolicyTypeCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-organizations/src/commands/InviteAccountToOrganizationCommand.ts b/clients/client-organizations/src/commands/InviteAccountToOrganizationCommand.ts index f53abac06756..e803b6b25892 100644 --- a/clients/client-organizations/src/commands/InviteAccountToOrganizationCommand.ts +++ b/clients/client-organizations/src/commands/InviteAccountToOrganizationCommand.ts @@ -603,9 +603,6 @@ export class InviteAccountToOrganizationCommand extends $Command< InviteAccountToOrganizationCommandOutput, OrganizationsClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -619,9 +616,7 @@ export class InviteAccountToOrganizationCommand extends $Command< * @public */ constructor(readonly input: InviteAccountToOrganizationCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -677,7 +672,4 @@ export class InviteAccountToOrganizationCommand extends $Command< ): Promise { return de_InviteAccountToOrganizationCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-organizations/src/commands/LeaveOrganizationCommand.ts b/clients/client-organizations/src/commands/LeaveOrganizationCommand.ts index c07a79f32785..d78f17b4b312 100644 --- a/clients/client-organizations/src/commands/LeaveOrganizationCommand.ts +++ b/clients/client-organizations/src/commands/LeaveOrganizationCommand.ts @@ -477,9 +477,6 @@ export class LeaveOrganizationCommand extends $Command< LeaveOrganizationCommandOutput, OrganizationsClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -493,9 +490,7 @@ export class LeaveOrganizationCommand extends $Command< * @public */ constructor(readonly input: LeaveOrganizationCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -548,7 +543,4 @@ export class LeaveOrganizationCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_LeaveOrganizationCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-organizations/src/commands/ListAWSServiceAccessForOrganizationCommand.ts b/clients/client-organizations/src/commands/ListAWSServiceAccessForOrganizationCommand.ts index a958d674edb5..0460e795a420 100644 --- a/clients/client-organizations/src/commands/ListAWSServiceAccessForOrganizationCommand.ts +++ b/clients/client-organizations/src/commands/ListAWSServiceAccessForOrganizationCommand.ts @@ -417,9 +417,6 @@ export class ListAWSServiceAccessForOrganizationCommand extends $Command< ListAWSServiceAccessForOrganizationCommandOutput, OrganizationsClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -433,9 +430,7 @@ export class ListAWSServiceAccessForOrganizationCommand extends $Command< * @public */ constructor(readonly input: ListAWSServiceAccessForOrganizationCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -494,7 +489,4 @@ export class ListAWSServiceAccessForOrganizationCommand extends $Command< ): Promise { return de_ListAWSServiceAccessForOrganizationCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-organizations/src/commands/ListAccountsCommand.ts b/clients/client-organizations/src/commands/ListAccountsCommand.ts index e1ce1238311c..9f6181787b72 100644 --- a/clients/client-organizations/src/commands/ListAccountsCommand.ts +++ b/clients/client-organizations/src/commands/ListAccountsCommand.ts @@ -268,9 +268,6 @@ export class ListAccountsCommand extends $Command< ListAccountsCommandOutput, OrganizationsClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -284,9 +281,7 @@ export class ListAccountsCommand extends $Command< * @public */ constructor(readonly input: ListAccountsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -337,7 +332,4 @@ export class ListAccountsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListAccountsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-organizations/src/commands/ListAccountsForParentCommand.ts b/clients/client-organizations/src/commands/ListAccountsForParentCommand.ts index cd1304941f89..913d9d53c35a 100644 --- a/clients/client-organizations/src/commands/ListAccountsForParentCommand.ts +++ b/clients/client-organizations/src/commands/ListAccountsForParentCommand.ts @@ -263,9 +263,6 @@ export class ListAccountsForParentCommand extends $Command< ListAccountsForParentCommandOutput, OrganizationsClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -279,9 +276,7 @@ export class ListAccountsForParentCommand extends $Command< * @public */ constructor(readonly input: ListAccountsForParentCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -334,7 +329,4 @@ export class ListAccountsForParentCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListAccountsForParentCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-organizations/src/commands/ListChildrenCommand.ts b/clients/client-organizations/src/commands/ListChildrenCommand.ts index a208a94ce3d9..4fd8048dcfc0 100644 --- a/clients/client-organizations/src/commands/ListChildrenCommand.ts +++ b/clients/client-organizations/src/commands/ListChildrenCommand.ts @@ -244,9 +244,6 @@ export class ListChildrenCommand extends $Command< ListChildrenCommandOutput, OrganizationsClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -260,9 +257,7 @@ export class ListChildrenCommand extends $Command< * @public */ constructor(readonly input: ListChildrenCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -313,7 +308,4 @@ export class ListChildrenCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListChildrenCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-organizations/src/commands/ListCreateAccountStatusCommand.ts b/clients/client-organizations/src/commands/ListCreateAccountStatusCommand.ts index 1dffc6f7ce3c..ac9f5563bd53 100644 --- a/clients/client-organizations/src/commands/ListCreateAccountStatusCommand.ts +++ b/clients/client-organizations/src/commands/ListCreateAccountStatusCommand.ts @@ -280,9 +280,6 @@ export class ListCreateAccountStatusCommand extends $Command< ListCreateAccountStatusCommandOutput, OrganizationsClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -296,9 +293,7 @@ export class ListCreateAccountStatusCommand extends $Command< * @public */ constructor(readonly input: ListCreateAccountStatusCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -351,7 +346,4 @@ export class ListCreateAccountStatusCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListCreateAccountStatusCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-organizations/src/commands/ListDelegatedAdministratorsCommand.ts b/clients/client-organizations/src/commands/ListDelegatedAdministratorsCommand.ts index 436718a8ff45..3de2eaff42ad 100644 --- a/clients/client-organizations/src/commands/ListDelegatedAdministratorsCommand.ts +++ b/clients/client-organizations/src/commands/ListDelegatedAdministratorsCommand.ts @@ -418,9 +418,6 @@ export class ListDelegatedAdministratorsCommand extends $Command< ListDelegatedAdministratorsCommandOutput, OrganizationsClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -434,9 +431,7 @@ export class ListDelegatedAdministratorsCommand extends $Command< * @public */ constructor(readonly input: ListDelegatedAdministratorsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -492,7 +487,4 @@ export class ListDelegatedAdministratorsCommand extends $Command< ): Promise { return de_ListDelegatedAdministratorsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-organizations/src/commands/ListDelegatedServicesForAccountCommand.ts b/clients/client-organizations/src/commands/ListDelegatedServicesForAccountCommand.ts index 77aa9a47c5b1..ff5b110b7254 100644 --- a/clients/client-organizations/src/commands/ListDelegatedServicesForAccountCommand.ts +++ b/clients/client-organizations/src/commands/ListDelegatedServicesForAccountCommand.ts @@ -419,9 +419,6 @@ export class ListDelegatedServicesForAccountCommand extends $Command< ListDelegatedServicesForAccountCommandOutput, OrganizationsClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -435,9 +432,7 @@ export class ListDelegatedServicesForAccountCommand extends $Command< * @public */ constructor(readonly input: ListDelegatedServicesForAccountCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -496,7 +491,4 @@ export class ListDelegatedServicesForAccountCommand extends $Command< ): Promise { return de_ListDelegatedServicesForAccountCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-organizations/src/commands/ListHandshakesForAccountCommand.ts b/clients/client-organizations/src/commands/ListHandshakesForAccountCommand.ts index d882132cbbb4..14db2086a87c 100644 --- a/clients/client-organizations/src/commands/ListHandshakesForAccountCommand.ts +++ b/clients/client-organizations/src/commands/ListHandshakesForAccountCommand.ts @@ -303,9 +303,6 @@ export class ListHandshakesForAccountCommand extends $Command< ListHandshakesForAccountCommandOutput, OrganizationsClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -319,9 +316,7 @@ export class ListHandshakesForAccountCommand extends $Command< * @public */ constructor(readonly input: ListHandshakesForAccountCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -374,7 +369,4 @@ export class ListHandshakesForAccountCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListHandshakesForAccountCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-organizations/src/commands/ListHandshakesForOrganizationCommand.ts b/clients/client-organizations/src/commands/ListHandshakesForOrganizationCommand.ts index 02acd14711be..3b6018dc38fa 100644 --- a/clients/client-organizations/src/commands/ListHandshakesForOrganizationCommand.ts +++ b/clients/client-organizations/src/commands/ListHandshakesForOrganizationCommand.ts @@ -357,9 +357,6 @@ export class ListHandshakesForOrganizationCommand extends $Command< ListHandshakesForOrganizationCommandOutput, OrganizationsClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -373,9 +370,7 @@ export class ListHandshakesForOrganizationCommand extends $Command< * @public */ constructor(readonly input: ListHandshakesForOrganizationCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -431,7 +426,4 @@ export class ListHandshakesForOrganizationCommand extends $Command< ): Promise { return de_ListHandshakesForOrganizationCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-organizations/src/commands/ListOrganizationalUnitsForParentCommand.ts b/clients/client-organizations/src/commands/ListOrganizationalUnitsForParentCommand.ts index 4a01c39d3bc2..b89f54e6c726 100644 --- a/clients/client-organizations/src/commands/ListOrganizationalUnitsForParentCommand.ts +++ b/clients/client-organizations/src/commands/ListOrganizationalUnitsForParentCommand.ts @@ -248,9 +248,6 @@ export class ListOrganizationalUnitsForParentCommand extends $Command< ListOrganizationalUnitsForParentCommandOutput, OrganizationsClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -264,9 +261,7 @@ export class ListOrganizationalUnitsForParentCommand extends $Command< * @public */ constructor(readonly input: ListOrganizationalUnitsForParentCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -325,7 +320,4 @@ export class ListOrganizationalUnitsForParentCommand extends $Command< ): Promise { return de_ListOrganizationalUnitsForParentCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-organizations/src/commands/ListParentsCommand.ts b/clients/client-organizations/src/commands/ListParentsCommand.ts index 92a5277bc04a..08d7bc77a64f 100644 --- a/clients/client-organizations/src/commands/ListParentsCommand.ts +++ b/clients/client-organizations/src/commands/ListParentsCommand.ts @@ -242,9 +242,6 @@ export class ListParentsCommand extends $Command< ListParentsCommandOutput, OrganizationsClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -258,9 +255,7 @@ export class ListParentsCommand extends $Command< * @public */ constructor(readonly input: ListParentsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -311,7 +306,4 @@ export class ListParentsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListParentsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-organizations/src/commands/ListPoliciesCommand.ts b/clients/client-organizations/src/commands/ListPoliciesCommand.ts index 75eb3f27137a..4a3f93106ce4 100644 --- a/clients/client-organizations/src/commands/ListPoliciesCommand.ts +++ b/clients/client-organizations/src/commands/ListPoliciesCommand.ts @@ -260,9 +260,6 @@ export class ListPoliciesCommand extends $Command< ListPoliciesCommandOutput, OrganizationsClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -276,9 +273,7 @@ export class ListPoliciesCommand extends $Command< * @public */ constructor(readonly input: ListPoliciesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -329,7 +324,4 @@ export class ListPoliciesCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListPoliciesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-organizations/src/commands/ListPoliciesForTargetCommand.ts b/clients/client-organizations/src/commands/ListPoliciesForTargetCommand.ts index f24be2e1fd5c..de4bf7c4167a 100644 --- a/clients/client-organizations/src/commands/ListPoliciesForTargetCommand.ts +++ b/clients/client-organizations/src/commands/ListPoliciesForTargetCommand.ts @@ -252,9 +252,6 @@ export class ListPoliciesForTargetCommand extends $Command< ListPoliciesForTargetCommandOutput, OrganizationsClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -268,9 +265,7 @@ export class ListPoliciesForTargetCommand extends $Command< * @public */ constructor(readonly input: ListPoliciesForTargetCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -323,7 +318,4 @@ export class ListPoliciesForTargetCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListPoliciesForTargetCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-organizations/src/commands/ListRootsCommand.ts b/clients/client-organizations/src/commands/ListRootsCommand.ts index 7d567ca641c4..f016e7755ee8 100644 --- a/clients/client-organizations/src/commands/ListRootsCommand.ts +++ b/clients/client-organizations/src/commands/ListRootsCommand.ts @@ -251,9 +251,6 @@ export class ListRootsCommand extends $Command< ListRootsCommandOutput, OrganizationsClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -267,9 +264,7 @@ export class ListRootsCommand extends $Command< * @public */ constructor(readonly input: ListRootsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -320,7 +315,4 @@ export class ListRootsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListRootsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-organizations/src/commands/ListTagsForResourceCommand.ts b/clients/client-organizations/src/commands/ListTagsForResourceCommand.ts index 6ef83815b225..c72f8cb0e1c4 100644 --- a/clients/client-organizations/src/commands/ListTagsForResourceCommand.ts +++ b/clients/client-organizations/src/commands/ListTagsForResourceCommand.ts @@ -222,9 +222,6 @@ export class ListTagsForResourceCommand extends $Command< ListTagsForResourceCommandOutput, OrganizationsClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -238,9 +235,7 @@ export class ListTagsForResourceCommand extends $Command< * @public */ constructor(readonly input: ListTagsForResourceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -293,7 +288,4 @@ export class ListTagsForResourceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListTagsForResourceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-organizations/src/commands/ListTargetsForPolicyCommand.ts b/clients/client-organizations/src/commands/ListTargetsForPolicyCommand.ts index 55c99be8d38c..e41dd8a3fd84 100644 --- a/clients/client-organizations/src/commands/ListTargetsForPolicyCommand.ts +++ b/clients/client-organizations/src/commands/ListTargetsForPolicyCommand.ts @@ -256,9 +256,6 @@ export class ListTargetsForPolicyCommand extends $Command< ListTargetsForPolicyCommandOutput, OrganizationsClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -272,9 +269,7 @@ export class ListTargetsForPolicyCommand extends $Command< * @public */ constructor(readonly input: ListTargetsForPolicyCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -327,7 +322,4 @@ export class ListTargetsForPolicyCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListTargetsForPolicyCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-organizations/src/commands/MoveAccountCommand.ts b/clients/client-organizations/src/commands/MoveAccountCommand.ts index d34aed794ccc..cc8881ec14d4 100644 --- a/clients/client-organizations/src/commands/MoveAccountCommand.ts +++ b/clients/client-organizations/src/commands/MoveAccountCommand.ts @@ -229,9 +229,6 @@ export class MoveAccountCommand extends $Command< MoveAccountCommandOutput, OrganizationsClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -245,9 +242,7 @@ export class MoveAccountCommand extends $Command< * @public */ constructor(readonly input: MoveAccountCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -298,7 +293,4 @@ export class MoveAccountCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_MoveAccountCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-organizations/src/commands/PutResourcePolicyCommand.ts b/clients/client-organizations/src/commands/PutResourcePolicyCommand.ts index efd82f733d99..8d1a3b28fd98 100644 --- a/clients/client-organizations/src/commands/PutResourcePolicyCommand.ts +++ b/clients/client-organizations/src/commands/PutResourcePolicyCommand.ts @@ -412,9 +412,6 @@ export class PutResourcePolicyCommand extends $Command< PutResourcePolicyCommandOutput, OrganizationsClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -428,9 +425,7 @@ export class PutResourcePolicyCommand extends $Command< * @public */ constructor(readonly input: PutResourcePolicyCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -483,7 +478,4 @@ export class PutResourcePolicyCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_PutResourcePolicyCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-organizations/src/commands/RegisterDelegatedAdministratorCommand.ts b/clients/client-organizations/src/commands/RegisterDelegatedAdministratorCommand.ts index 7555c7094417..71015303b99b 100644 --- a/clients/client-organizations/src/commands/RegisterDelegatedAdministratorCommand.ts +++ b/clients/client-organizations/src/commands/RegisterDelegatedAdministratorCommand.ts @@ -418,9 +418,6 @@ export class RegisterDelegatedAdministratorCommand extends $Command< RegisterDelegatedAdministratorCommandOutput, OrganizationsClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -434,9 +431,7 @@ export class RegisterDelegatedAdministratorCommand extends $Command< * @public */ constructor(readonly input: RegisterDelegatedAdministratorCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -495,7 +490,4 @@ export class RegisterDelegatedAdministratorCommand extends $Command< ): Promise { return de_RegisterDelegatedAdministratorCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-organizations/src/commands/RemoveAccountFromOrganizationCommand.ts b/clients/client-organizations/src/commands/RemoveAccountFromOrganizationCommand.ts index 6bea0574a73e..b62e92b1158e 100644 --- a/clients/client-organizations/src/commands/RemoveAccountFromOrganizationCommand.ts +++ b/clients/client-organizations/src/commands/RemoveAccountFromOrganizationCommand.ts @@ -448,9 +448,6 @@ export class RemoveAccountFromOrganizationCommand extends $Command< RemoveAccountFromOrganizationCommandOutput, OrganizationsClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -464,9 +461,7 @@ export class RemoveAccountFromOrganizationCommand extends $Command< * @public */ constructor(readonly input: RemoveAccountFromOrganizationCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -522,7 +517,4 @@ export class RemoveAccountFromOrganizationCommand extends $Command< ): Promise { return de_RemoveAccountFromOrganizationCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-organizations/src/commands/TagResourceCommand.ts b/clients/client-organizations/src/commands/TagResourceCommand.ts index 126cd656fc48..de758f6f3365 100644 --- a/clients/client-organizations/src/commands/TagResourceCommand.ts +++ b/clients/client-organizations/src/commands/TagResourceCommand.ts @@ -421,9 +421,6 @@ export class TagResourceCommand extends $Command< TagResourceCommandOutput, OrganizationsClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -437,9 +434,7 @@ export class TagResourceCommand extends $Command< * @public */ constructor(readonly input: TagResourceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -490,7 +485,4 @@ export class TagResourceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_TagResourceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-organizations/src/commands/UntagResourceCommand.ts b/clients/client-organizations/src/commands/UntagResourceCommand.ts index c3cb4d854620..3e76907fa567 100644 --- a/clients/client-organizations/src/commands/UntagResourceCommand.ts +++ b/clients/client-organizations/src/commands/UntagResourceCommand.ts @@ -418,9 +418,6 @@ export class UntagResourceCommand extends $Command< UntagResourceCommandOutput, OrganizationsClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -434,9 +431,7 @@ export class UntagResourceCommand extends $Command< * @public */ constructor(readonly input: UntagResourceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -487,7 +482,4 @@ export class UntagResourceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UntagResourceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-organizations/src/commands/UpdateOrganizationalUnitCommand.ts b/clients/client-organizations/src/commands/UpdateOrganizationalUnitCommand.ts index 1da43c97141e..fb58fa061f12 100644 --- a/clients/client-organizations/src/commands/UpdateOrganizationalUnitCommand.ts +++ b/clients/client-organizations/src/commands/UpdateOrganizationalUnitCommand.ts @@ -234,9 +234,6 @@ export class UpdateOrganizationalUnitCommand extends $Command< UpdateOrganizationalUnitCommandOutput, OrganizationsClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -250,9 +247,7 @@ export class UpdateOrganizationalUnitCommand extends $Command< * @public */ constructor(readonly input: UpdateOrganizationalUnitCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -305,7 +300,4 @@ export class UpdateOrganizationalUnitCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdateOrganizationalUnitCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-organizations/src/commands/UpdatePolicyCommand.ts b/clients/client-organizations/src/commands/UpdatePolicyCommand.ts index 5742889a5792..8f8366e698ed 100644 --- a/clients/client-organizations/src/commands/UpdatePolicyCommand.ts +++ b/clients/client-organizations/src/commands/UpdatePolicyCommand.ts @@ -487,9 +487,6 @@ export class UpdatePolicyCommand extends $Command< UpdatePolicyCommandOutput, OrganizationsClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -503,9 +500,7 @@ export class UpdatePolicyCommand extends $Command< * @public */ constructor(readonly input: UpdatePolicyCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -556,7 +551,4 @@ export class UpdatePolicyCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdatePolicyCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-osis/package.json b/clients/client-osis/package.json index 7d100616b25e..2d68bd94784a 100644 --- a/clients/client-osis/package.json +++ b/clients/client-osis/package.json @@ -34,29 +34,29 @@ "@aws-sdk/util-endpoints": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@smithy/config-resolver": "^2.0.16", - "@smithy/fetch-http-handler": "^2.2.4", - "@smithy/hash-node": "^2.0.12", - "@smithy/invalid-dependency": "^2.0.12", - "@smithy/middleware-content-length": "^2.0.14", - "@smithy/middleware-endpoint": "^2.1.3", - "@smithy/middleware-retry": "^2.0.18", - "@smithy/middleware-serde": "^2.0.12", - "@smithy/middleware-stack": "^2.0.6", - "@smithy/node-config-provider": "^2.1.3", - "@smithy/node-http-handler": "^2.1.8", - "@smithy/protocol-http": "^3.0.8", - "@smithy/smithy-client": "^2.1.12", - "@smithy/types": "^2.4.0", - "@smithy/url-parser": "^2.0.12", - "@smithy/util-base64": "^2.0.0", + "@smithy/config-resolver": "^2.0.18", + "@smithy/fetch-http-handler": "^2.2.6", + "@smithy/hash-node": "^2.0.15", + "@smithy/invalid-dependency": "^2.0.13", + "@smithy/middleware-content-length": "^2.0.15", + "@smithy/middleware-endpoint": "^2.2.0", + "@smithy/middleware-retry": "^2.0.20", + "@smithy/middleware-serde": "^2.0.13", + "@smithy/middleware-stack": "^2.0.7", + "@smithy/node-config-provider": "^2.1.5", + "@smithy/node-http-handler": "^2.1.9", + "@smithy/protocol-http": "^3.0.9", + "@smithy/smithy-client": "^2.1.15", + "@smithy/types": "^2.5.0", + "@smithy/url-parser": "^2.0.13", + "@smithy/util-base64": "^2.0.1", "@smithy/util-body-length-browser": "^2.0.0", "@smithy/util-body-length-node": "^2.1.0", - "@smithy/util-defaults-mode-browser": "^2.0.16", - "@smithy/util-defaults-mode-node": "^2.0.21", - "@smithy/util-endpoints": "^1.0.2", - "@smithy/util-retry": "^2.0.5", - "@smithy/util-utf8": "^2.0.0", + "@smithy/util-defaults-mode-browser": "^2.0.19", + "@smithy/util-defaults-mode-node": "^2.0.25", + "@smithy/util-endpoints": "^1.0.4", + "@smithy/util-retry": "^2.0.6", + "@smithy/util-utf8": "^2.0.2", "tslib": "^2.5.0" }, "devDependencies": { diff --git a/clients/client-osis/src/commands/CreatePipelineCommand.ts b/clients/client-osis/src/commands/CreatePipelineCommand.ts index 3ee0c8cad432..4d4d24d751b1 100644 --- a/clients/client-osis/src/commands/CreatePipelineCommand.ts +++ b/clients/client-osis/src/commands/CreatePipelineCommand.ts @@ -144,9 +144,6 @@ export class CreatePipelineCommand extends $Command< CreatePipelineCommandOutput, OSISClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -160,9 +157,7 @@ export class CreatePipelineCommand extends $Command< * @public */ constructor(readonly input: CreatePipelineCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -215,7 +210,4 @@ export class CreatePipelineCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreatePipelineCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-osis/src/commands/DeletePipelineCommand.ts b/clients/client-osis/src/commands/DeletePipelineCommand.ts index b4122802eeea..e2e44587b2ca 100644 --- a/clients/client-osis/src/commands/DeletePipelineCommand.ts +++ b/clients/client-osis/src/commands/DeletePipelineCommand.ts @@ -84,9 +84,6 @@ export class DeletePipelineCommand extends $Command< DeletePipelineCommandOutput, OSISClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -100,9 +97,7 @@ export class DeletePipelineCommand extends $Command< * @public */ constructor(readonly input: DeletePipelineCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -155,7 +150,4 @@ export class DeletePipelineCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeletePipelineCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-osis/src/commands/GetPipelineBlueprintCommand.ts b/clients/client-osis/src/commands/GetPipelineBlueprintCommand.ts index 8cb1793ae8f0..c813933ab88c 100644 --- a/clients/client-osis/src/commands/GetPipelineBlueprintCommand.ts +++ b/clients/client-osis/src/commands/GetPipelineBlueprintCommand.ts @@ -89,9 +89,6 @@ export class GetPipelineBlueprintCommand extends $Command< GetPipelineBlueprintCommandOutput, OSISClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -105,9 +102,7 @@ export class GetPipelineBlueprintCommand extends $Command< * @public */ constructor(readonly input: GetPipelineBlueprintCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -160,7 +155,4 @@ export class GetPipelineBlueprintCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetPipelineBlueprintCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-osis/src/commands/GetPipelineChangeProgressCommand.ts b/clients/client-osis/src/commands/GetPipelineChangeProgressCommand.ts index 05721a24f652..bd272bb448da 100644 --- a/clients/client-osis/src/commands/GetPipelineChangeProgressCommand.ts +++ b/clients/client-osis/src/commands/GetPipelineChangeProgressCommand.ts @@ -100,9 +100,6 @@ export class GetPipelineChangeProgressCommand extends $Command< GetPipelineChangeProgressCommandOutput, OSISClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -116,9 +113,7 @@ export class GetPipelineChangeProgressCommand extends $Command< * @public */ constructor(readonly input: GetPipelineChangeProgressCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -174,7 +169,4 @@ export class GetPipelineChangeProgressCommand extends $Command< ): Promise { return de_GetPipelineChangeProgressCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-osis/src/commands/GetPipelineCommand.ts b/clients/client-osis/src/commands/GetPipelineCommand.ts index 4a2ec70bba92..6b6fd9fa8e42 100644 --- a/clients/client-osis/src/commands/GetPipelineCommand.ts +++ b/clients/client-osis/src/commands/GetPipelineCommand.ts @@ -118,9 +118,6 @@ export class GetPipelineCommand extends $Command< GetPipelineCommandOutput, OSISClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -134,9 +131,7 @@ export class GetPipelineCommand extends $Command< * @public */ constructor(readonly input: GetPipelineCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -187,7 +182,4 @@ export class GetPipelineCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetPipelineCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-osis/src/commands/ListPipelineBlueprintsCommand.ts b/clients/client-osis/src/commands/ListPipelineBlueprintsCommand.ts index 919a98d31275..f9e171f9d982 100644 --- a/clients/client-osis/src/commands/ListPipelineBlueprintsCommand.ts +++ b/clients/client-osis/src/commands/ListPipelineBlueprintsCommand.ts @@ -86,9 +86,6 @@ export class ListPipelineBlueprintsCommand extends $Command< ListPipelineBlueprintsCommandOutput, OSISClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -102,9 +99,7 @@ export class ListPipelineBlueprintsCommand extends $Command< * @public */ constructor(readonly input: ListPipelineBlueprintsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -157,7 +152,4 @@ export class ListPipelineBlueprintsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListPipelineBlueprintsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-osis/src/commands/ListPipelinesCommand.ts b/clients/client-osis/src/commands/ListPipelinesCommand.ts index 973652d34677..1bcbaf2bf175 100644 --- a/clients/client-osis/src/commands/ListPipelinesCommand.ts +++ b/clients/client-osis/src/commands/ListPipelinesCommand.ts @@ -99,9 +99,6 @@ export class ListPipelinesCommand extends $Command< ListPipelinesCommandOutput, OSISClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -115,9 +112,7 @@ export class ListPipelinesCommand extends $Command< * @public */ constructor(readonly input: ListPipelinesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -168,7 +163,4 @@ export class ListPipelinesCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListPipelinesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-osis/src/commands/ListTagsForResourceCommand.ts b/clients/client-osis/src/commands/ListTagsForResourceCommand.ts index 6304762df893..fd391ef3dfbe 100644 --- a/clients/client-osis/src/commands/ListTagsForResourceCommand.ts +++ b/clients/client-osis/src/commands/ListTagsForResourceCommand.ts @@ -89,9 +89,6 @@ export class ListTagsForResourceCommand extends $Command< ListTagsForResourceCommandOutput, OSISClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -105,9 +102,7 @@ export class ListTagsForResourceCommand extends $Command< * @public */ constructor(readonly input: ListTagsForResourceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -160,7 +155,4 @@ export class ListTagsForResourceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListTagsForResourceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-osis/src/commands/StartPipelineCommand.ts b/clients/client-osis/src/commands/StartPipelineCommand.ts index f0f7817c7f1d..37780dfa8514 100644 --- a/clients/client-osis/src/commands/StartPipelineCommand.ts +++ b/clients/client-osis/src/commands/StartPipelineCommand.ts @@ -121,9 +121,6 @@ export class StartPipelineCommand extends $Command< StartPipelineCommandOutput, OSISClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -137,9 +134,7 @@ export class StartPipelineCommand extends $Command< * @public */ constructor(readonly input: StartPipelineCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -190,7 +185,4 @@ export class StartPipelineCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_StartPipelineCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-osis/src/commands/StopPipelineCommand.ts b/clients/client-osis/src/commands/StopPipelineCommand.ts index f15526831109..c96a24d1ede5 100644 --- a/clients/client-osis/src/commands/StopPipelineCommand.ts +++ b/clients/client-osis/src/commands/StopPipelineCommand.ts @@ -121,9 +121,6 @@ export class StopPipelineCommand extends $Command< StopPipelineCommandOutput, OSISClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -137,9 +134,7 @@ export class StopPipelineCommand extends $Command< * @public */ constructor(readonly input: StopPipelineCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -190,7 +185,4 @@ export class StopPipelineCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_StopPipelineCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-osis/src/commands/TagResourceCommand.ts b/clients/client-osis/src/commands/TagResourceCommand.ts index 0cabc109e62d..27ee5bf1a0bf 100644 --- a/clients/client-osis/src/commands/TagResourceCommand.ts +++ b/clients/client-osis/src/commands/TagResourceCommand.ts @@ -90,9 +90,6 @@ export class TagResourceCommand extends $Command< TagResourceCommandOutput, OSISClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -106,9 +103,7 @@ export class TagResourceCommand extends $Command< * @public */ constructor(readonly input: TagResourceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -159,7 +154,4 @@ export class TagResourceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_TagResourceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-osis/src/commands/UntagResourceCommand.ts b/clients/client-osis/src/commands/UntagResourceCommand.ts index e71700d1a66c..9ae5701eec86 100644 --- a/clients/client-osis/src/commands/UntagResourceCommand.ts +++ b/clients/client-osis/src/commands/UntagResourceCommand.ts @@ -85,9 +85,6 @@ export class UntagResourceCommand extends $Command< UntagResourceCommandOutput, OSISClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -101,9 +98,7 @@ export class UntagResourceCommand extends $Command< * @public */ constructor(readonly input: UntagResourceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -154,7 +149,4 @@ export class UntagResourceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UntagResourceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-osis/src/commands/UpdatePipelineCommand.ts b/clients/client-osis/src/commands/UpdatePipelineCommand.ts index a0a936b5691e..5013782a158e 100644 --- a/clients/client-osis/src/commands/UpdatePipelineCommand.ts +++ b/clients/client-osis/src/commands/UpdatePipelineCommand.ts @@ -130,9 +130,6 @@ export class UpdatePipelineCommand extends $Command< UpdatePipelineCommandOutput, OSISClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -146,9 +143,7 @@ export class UpdatePipelineCommand extends $Command< * @public */ constructor(readonly input: UpdatePipelineCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -201,7 +196,4 @@ export class UpdatePipelineCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdatePipelineCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-osis/src/commands/ValidatePipelineCommand.ts b/clients/client-osis/src/commands/ValidatePipelineCommand.ts index 35537b7f204f..877bbb621c17 100644 --- a/clients/client-osis/src/commands/ValidatePipelineCommand.ts +++ b/clients/client-osis/src/commands/ValidatePipelineCommand.ts @@ -87,9 +87,6 @@ export class ValidatePipelineCommand extends $Command< ValidatePipelineCommandOutput, OSISClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -103,9 +100,7 @@ export class ValidatePipelineCommand extends $Command< * @public */ constructor(readonly input: ValidatePipelineCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -158,7 +153,4 @@ export class ValidatePipelineCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ValidatePipelineCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-outposts/package.json b/clients/client-outposts/package.json index 27879e88b507..9749b649a41c 100644 --- a/clients/client-outposts/package.json +++ b/clients/client-outposts/package.json @@ -34,29 +34,29 @@ "@aws-sdk/util-endpoints": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@smithy/config-resolver": "^2.0.16", - "@smithy/fetch-http-handler": "^2.2.4", - "@smithy/hash-node": "^2.0.12", - "@smithy/invalid-dependency": "^2.0.12", - "@smithy/middleware-content-length": "^2.0.14", - "@smithy/middleware-endpoint": "^2.1.3", - "@smithy/middleware-retry": "^2.0.18", - "@smithy/middleware-serde": "^2.0.12", - "@smithy/middleware-stack": "^2.0.6", - "@smithy/node-config-provider": "^2.1.3", - "@smithy/node-http-handler": "^2.1.8", - "@smithy/protocol-http": "^3.0.8", - "@smithy/smithy-client": "^2.1.12", - "@smithy/types": "^2.4.0", - "@smithy/url-parser": "^2.0.12", - "@smithy/util-base64": "^2.0.0", + "@smithy/config-resolver": "^2.0.18", + "@smithy/fetch-http-handler": "^2.2.6", + "@smithy/hash-node": "^2.0.15", + "@smithy/invalid-dependency": "^2.0.13", + "@smithy/middleware-content-length": "^2.0.15", + "@smithy/middleware-endpoint": "^2.2.0", + "@smithy/middleware-retry": "^2.0.20", + "@smithy/middleware-serde": "^2.0.13", + "@smithy/middleware-stack": "^2.0.7", + "@smithy/node-config-provider": "^2.1.5", + "@smithy/node-http-handler": "^2.1.9", + "@smithy/protocol-http": "^3.0.9", + "@smithy/smithy-client": "^2.1.15", + "@smithy/types": "^2.5.0", + "@smithy/url-parser": "^2.0.13", + "@smithy/util-base64": "^2.0.1", "@smithy/util-body-length-browser": "^2.0.0", "@smithy/util-body-length-node": "^2.1.0", - "@smithy/util-defaults-mode-browser": "^2.0.16", - "@smithy/util-defaults-mode-node": "^2.0.21", - "@smithy/util-endpoints": "^1.0.2", - "@smithy/util-retry": "^2.0.5", - "@smithy/util-utf8": "^2.0.0", + "@smithy/util-defaults-mode-browser": "^2.0.19", + "@smithy/util-defaults-mode-node": "^2.0.25", + "@smithy/util-endpoints": "^1.0.4", + "@smithy/util-retry": "^2.0.6", + "@smithy/util-utf8": "^2.0.2", "tslib": "^2.5.0" }, "devDependencies": { diff --git a/clients/client-outposts/src/commands/CancelOrderCommand.ts b/clients/client-outposts/src/commands/CancelOrderCommand.ts index dc5d0b8ba21a..65fb80b0c88b 100644 --- a/clients/client-outposts/src/commands/CancelOrderCommand.ts +++ b/clients/client-outposts/src/commands/CancelOrderCommand.ts @@ -83,9 +83,6 @@ export class CancelOrderCommand extends $Command< CancelOrderCommandOutput, OutpostsClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -99,9 +96,7 @@ export class CancelOrderCommand extends $Command< * @public */ constructor(readonly input: CancelOrderCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -152,7 +147,4 @@ export class CancelOrderCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CancelOrderCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-outposts/src/commands/CreateOrderCommand.ts b/clients/client-outposts/src/commands/CreateOrderCommand.ts index b62db759a03a..197a29aab0ec 100644 --- a/clients/client-outposts/src/commands/CreateOrderCommand.ts +++ b/clients/client-outposts/src/commands/CreateOrderCommand.ts @@ -127,9 +127,6 @@ export class CreateOrderCommand extends $Command< CreateOrderCommandOutput, OutpostsClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -143,9 +140,7 @@ export class CreateOrderCommand extends $Command< * @public */ constructor(readonly input: CreateOrderCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -196,7 +191,4 @@ export class CreateOrderCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateOrderCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-outposts/src/commands/CreateOutpostCommand.ts b/clients/client-outposts/src/commands/CreateOutpostCommand.ts index 7b6a8403d189..16643b8d0840 100644 --- a/clients/client-outposts/src/commands/CreateOutpostCommand.ts +++ b/clients/client-outposts/src/commands/CreateOutpostCommand.ts @@ -112,9 +112,6 @@ export class CreateOutpostCommand extends $Command< CreateOutpostCommandOutput, OutpostsClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -128,9 +125,7 @@ export class CreateOutpostCommand extends $Command< * @public */ constructor(readonly input: CreateOutpostCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -181,7 +176,4 @@ export class CreateOutpostCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateOutpostCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-outposts/src/commands/CreateSiteCommand.ts b/clients/client-outposts/src/commands/CreateSiteCommand.ts index 7f858b00fea6..f83969915da2 100644 --- a/clients/client-outposts/src/commands/CreateSiteCommand.ts +++ b/clients/client-outposts/src/commands/CreateSiteCommand.ts @@ -151,9 +151,6 @@ export class CreateSiteCommand extends $Command< CreateSiteCommandOutput, OutpostsClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -167,9 +164,7 @@ export class CreateSiteCommand extends $Command< * @public */ constructor(readonly input: CreateSiteCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -220,7 +215,4 @@ export class CreateSiteCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateSiteCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-outposts/src/commands/DeleteOutpostCommand.ts b/clients/client-outposts/src/commands/DeleteOutpostCommand.ts index e6d4d7481274..ad5904116946 100644 --- a/clients/client-outposts/src/commands/DeleteOutpostCommand.ts +++ b/clients/client-outposts/src/commands/DeleteOutpostCommand.ts @@ -83,9 +83,6 @@ export class DeleteOutpostCommand extends $Command< DeleteOutpostCommandOutput, OutpostsClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -99,9 +96,7 @@ export class DeleteOutpostCommand extends $Command< * @public */ constructor(readonly input: DeleteOutpostCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -152,7 +147,4 @@ export class DeleteOutpostCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteOutpostCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-outposts/src/commands/DeleteSiteCommand.ts b/clients/client-outposts/src/commands/DeleteSiteCommand.ts index d7568b23df18..a287a5a330e8 100644 --- a/clients/client-outposts/src/commands/DeleteSiteCommand.ts +++ b/clients/client-outposts/src/commands/DeleteSiteCommand.ts @@ -83,9 +83,6 @@ export class DeleteSiteCommand extends $Command< DeleteSiteCommandOutput, OutpostsClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -99,9 +96,7 @@ export class DeleteSiteCommand extends $Command< * @public */ constructor(readonly input: DeleteSiteCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -152,7 +147,4 @@ export class DeleteSiteCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteSiteCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-outposts/src/commands/GetCatalogItemCommand.ts b/clients/client-outposts/src/commands/GetCatalogItemCommand.ts index 2f9395659a9f..91e9a8550601 100644 --- a/clients/client-outposts/src/commands/GetCatalogItemCommand.ts +++ b/clients/client-outposts/src/commands/GetCatalogItemCommand.ts @@ -97,9 +97,6 @@ export class GetCatalogItemCommand extends $Command< GetCatalogItemCommandOutput, OutpostsClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -113,9 +110,7 @@ export class GetCatalogItemCommand extends $Command< * @public */ constructor(readonly input: GetCatalogItemCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -168,7 +163,4 @@ export class GetCatalogItemCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetCatalogItemCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-outposts/src/commands/GetConnectionCommand.ts b/clients/client-outposts/src/commands/GetConnectionCommand.ts index 730bf943f6a9..49241b0b37b2 100644 --- a/clients/client-outposts/src/commands/GetConnectionCommand.ts +++ b/clients/client-outposts/src/commands/GetConnectionCommand.ts @@ -102,9 +102,6 @@ export class GetConnectionCommand extends $Command< GetConnectionCommandOutput, OutpostsClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -118,9 +115,7 @@ export class GetConnectionCommand extends $Command< * @public */ constructor(readonly input: GetConnectionCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -171,7 +166,4 @@ export class GetConnectionCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetConnectionCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-outposts/src/commands/GetOrderCommand.ts b/clients/client-outposts/src/commands/GetOrderCommand.ts index e77aea70fa58..288883418f19 100644 --- a/clients/client-outposts/src/commands/GetOrderCommand.ts +++ b/clients/client-outposts/src/commands/GetOrderCommand.ts @@ -110,9 +110,6 @@ export class GetOrderCommand extends $Command< GetOrderCommandOutput, OutpostsClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -126,9 +123,7 @@ export class GetOrderCommand extends $Command< * @public */ constructor(readonly input: GetOrderCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -179,7 +174,4 @@ export class GetOrderCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetOrderCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-outposts/src/commands/GetOutpostCommand.ts b/clients/client-outposts/src/commands/GetOutpostCommand.ts index db02a0faf7d4..165e1ff3454c 100644 --- a/clients/client-outposts/src/commands/GetOutpostCommand.ts +++ b/clients/client-outposts/src/commands/GetOutpostCommand.ts @@ -97,9 +97,6 @@ export class GetOutpostCommand extends $Command< GetOutpostCommandOutput, OutpostsClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -113,9 +110,7 @@ export class GetOutpostCommand extends $Command< * @public */ constructor(readonly input: GetOutpostCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -166,7 +161,4 @@ export class GetOutpostCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetOutpostCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-outposts/src/commands/GetOutpostInstanceTypesCommand.ts b/clients/client-outposts/src/commands/GetOutpostInstanceTypesCommand.ts index aebd3a39502b..851b90ef0b4a 100644 --- a/clients/client-outposts/src/commands/GetOutpostInstanceTypesCommand.ts +++ b/clients/client-outposts/src/commands/GetOutpostInstanceTypesCommand.ts @@ -91,9 +91,6 @@ export class GetOutpostInstanceTypesCommand extends $Command< GetOutpostInstanceTypesCommandOutput, OutpostsClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -107,9 +104,7 @@ export class GetOutpostInstanceTypesCommand extends $Command< * @public */ constructor(readonly input: GetOutpostInstanceTypesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -162,7 +157,4 @@ export class GetOutpostInstanceTypesCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetOutpostInstanceTypesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-outposts/src/commands/GetSiteAddressCommand.ts b/clients/client-outposts/src/commands/GetSiteAddressCommand.ts index 73faecd13780..83ca70c158c0 100644 --- a/clients/client-outposts/src/commands/GetSiteAddressCommand.ts +++ b/clients/client-outposts/src/commands/GetSiteAddressCommand.ts @@ -97,9 +97,6 @@ export class GetSiteAddressCommand extends $Command< GetSiteAddressCommandOutput, OutpostsClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -113,9 +110,7 @@ export class GetSiteAddressCommand extends $Command< * @public */ constructor(readonly input: GetSiteAddressCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -168,7 +163,4 @@ export class GetSiteAddressCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetSiteAddressCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-outposts/src/commands/GetSiteCommand.ts b/clients/client-outposts/src/commands/GetSiteCommand.ts index ffa9091ddb4f..1de2621732be 100644 --- a/clients/client-outposts/src/commands/GetSiteCommand.ts +++ b/clients/client-outposts/src/commands/GetSiteCommand.ts @@ -102,9 +102,6 @@ export interface GetSiteCommandOutput extends GetSiteOutput, __MetadataBearer {} * */ export class GetSiteCommand extends $Command { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -118,9 +115,7 @@ export class GetSiteCommand extends $Command { return de_GetSiteCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-outposts/src/commands/ListAssetsCommand.ts b/clients/client-outposts/src/commands/ListAssetsCommand.ts index 39f31ff39806..ddcd8fdd6471 100644 --- a/clients/client-outposts/src/commands/ListAssetsCommand.ts +++ b/clients/client-outposts/src/commands/ListAssetsCommand.ts @@ -110,9 +110,6 @@ export class ListAssetsCommand extends $Command< ListAssetsCommandOutput, OutpostsClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -126,9 +123,7 @@ export class ListAssetsCommand extends $Command< * @public */ constructor(readonly input: ListAssetsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -179,7 +174,4 @@ export class ListAssetsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListAssetsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-outposts/src/commands/ListCatalogItemsCommand.ts b/clients/client-outposts/src/commands/ListCatalogItemsCommand.ts index 9105c5f7bb5b..55efc7e973c4 100644 --- a/clients/client-outposts/src/commands/ListCatalogItemsCommand.ts +++ b/clients/client-outposts/src/commands/ListCatalogItemsCommand.ts @@ -113,9 +113,6 @@ export class ListCatalogItemsCommand extends $Command< ListCatalogItemsCommandOutput, OutpostsClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -129,9 +126,7 @@ export class ListCatalogItemsCommand extends $Command< * @public */ constructor(readonly input: ListCatalogItemsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -184,7 +179,4 @@ export class ListCatalogItemsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListCatalogItemsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-outposts/src/commands/ListOrdersCommand.ts b/clients/client-outposts/src/commands/ListOrdersCommand.ts index f1ae6b8adc31..e0f00b3f0fa8 100644 --- a/clients/client-outposts/src/commands/ListOrdersCommand.ts +++ b/clients/client-outposts/src/commands/ListOrdersCommand.ts @@ -97,9 +97,6 @@ export class ListOrdersCommand extends $Command< ListOrdersCommandOutput, OutpostsClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -113,9 +110,7 @@ export class ListOrdersCommand extends $Command< * @public */ constructor(readonly input: ListOrdersCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -166,7 +161,4 @@ export class ListOrdersCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListOrdersCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-outposts/src/commands/ListOutpostsCommand.ts b/clients/client-outposts/src/commands/ListOutpostsCommand.ts index c6cb4a0d9f6a..c61cc42d5e2d 100644 --- a/clients/client-outposts/src/commands/ListOutpostsCommand.ts +++ b/clients/client-outposts/src/commands/ListOutpostsCommand.ts @@ -110,9 +110,6 @@ export class ListOutpostsCommand extends $Command< ListOutpostsCommandOutput, OutpostsClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -126,9 +123,7 @@ export class ListOutpostsCommand extends $Command< * @public */ constructor(readonly input: ListOutpostsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -179,7 +174,4 @@ export class ListOutpostsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListOutpostsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-outposts/src/commands/ListSitesCommand.ts b/clients/client-outposts/src/commands/ListSitesCommand.ts index bb3f57a236f7..1fd0a76330df 100644 --- a/clients/client-outposts/src/commands/ListSitesCommand.ts +++ b/clients/client-outposts/src/commands/ListSitesCommand.ts @@ -120,9 +120,6 @@ export class ListSitesCommand extends $Command< ListSitesCommandOutput, OutpostsClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -136,9 +133,7 @@ export class ListSitesCommand extends $Command< * @public */ constructor(readonly input: ListSitesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -189,7 +184,4 @@ export class ListSitesCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListSitesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-outposts/src/commands/ListTagsForResourceCommand.ts b/clients/client-outposts/src/commands/ListTagsForResourceCommand.ts index 54c6a784680b..c33717b7c3bb 100644 --- a/clients/client-outposts/src/commands/ListTagsForResourceCommand.ts +++ b/clients/client-outposts/src/commands/ListTagsForResourceCommand.ts @@ -81,9 +81,6 @@ export class ListTagsForResourceCommand extends $Command< ListTagsForResourceCommandOutput, OutpostsClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -97,9 +94,7 @@ export class ListTagsForResourceCommand extends $Command< * @public */ constructor(readonly input: ListTagsForResourceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -152,7 +147,4 @@ export class ListTagsForResourceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListTagsForResourceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-outposts/src/commands/StartConnectionCommand.ts b/clients/client-outposts/src/commands/StartConnectionCommand.ts index 9bfe4d6982a8..f78dce143721 100644 --- a/clients/client-outposts/src/commands/StartConnectionCommand.ts +++ b/clients/client-outposts/src/commands/StartConnectionCommand.ts @@ -96,9 +96,6 @@ export class StartConnectionCommand extends $Command< StartConnectionCommandOutput, OutpostsClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -112,9 +109,7 @@ export class StartConnectionCommand extends $Command< * @public */ constructor(readonly input: StartConnectionCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -167,7 +162,4 @@ export class StartConnectionCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_StartConnectionCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-outposts/src/commands/TagResourceCommand.ts b/clients/client-outposts/src/commands/TagResourceCommand.ts index dd36d38bca09..3f0701ff4e06 100644 --- a/clients/client-outposts/src/commands/TagResourceCommand.ts +++ b/clients/client-outposts/src/commands/TagResourceCommand.ts @@ -80,9 +80,6 @@ export class TagResourceCommand extends $Command< TagResourceCommandOutput, OutpostsClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -96,9 +93,7 @@ export class TagResourceCommand extends $Command< * @public */ constructor(readonly input: TagResourceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -149,7 +144,4 @@ export class TagResourceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_TagResourceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-outposts/src/commands/UntagResourceCommand.ts b/clients/client-outposts/src/commands/UntagResourceCommand.ts index f79070caf8f7..6dfbd5245ffa 100644 --- a/clients/client-outposts/src/commands/UntagResourceCommand.ts +++ b/clients/client-outposts/src/commands/UntagResourceCommand.ts @@ -80,9 +80,6 @@ export class UntagResourceCommand extends $Command< UntagResourceCommandOutput, OutpostsClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -96,9 +93,7 @@ export class UntagResourceCommand extends $Command< * @public */ constructor(readonly input: UntagResourceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -149,7 +144,4 @@ export class UntagResourceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UntagResourceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-outposts/src/commands/UpdateOutpostCommand.ts b/clients/client-outposts/src/commands/UpdateOutpostCommand.ts index 8b93cd0e84f2..7f70d5829aa1 100644 --- a/clients/client-outposts/src/commands/UpdateOutpostCommand.ts +++ b/clients/client-outposts/src/commands/UpdateOutpostCommand.ts @@ -103,9 +103,6 @@ export class UpdateOutpostCommand extends $Command< UpdateOutpostCommandOutput, OutpostsClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -119,9 +116,7 @@ export class UpdateOutpostCommand extends $Command< * @public */ constructor(readonly input: UpdateOutpostCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -172,7 +167,4 @@ export class UpdateOutpostCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdateOutpostCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-outposts/src/commands/UpdateSiteAddressCommand.ts b/clients/client-outposts/src/commands/UpdateSiteAddressCommand.ts index 2c64749404a6..1954a8281a6d 100644 --- a/clients/client-outposts/src/commands/UpdateSiteAddressCommand.ts +++ b/clients/client-outposts/src/commands/UpdateSiteAddressCommand.ts @@ -116,9 +116,6 @@ export class UpdateSiteAddressCommand extends $Command< UpdateSiteAddressCommandOutput, OutpostsClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -132,9 +129,7 @@ export class UpdateSiteAddressCommand extends $Command< * @public */ constructor(readonly input: UpdateSiteAddressCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -187,7 +182,4 @@ export class UpdateSiteAddressCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdateSiteAddressCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-outposts/src/commands/UpdateSiteCommand.ts b/clients/client-outposts/src/commands/UpdateSiteCommand.ts index c36295bf0a3c..1364ec7cdf38 100644 --- a/clients/client-outposts/src/commands/UpdateSiteCommand.ts +++ b/clients/client-outposts/src/commands/UpdateSiteCommand.ts @@ -112,9 +112,6 @@ export class UpdateSiteCommand extends $Command< UpdateSiteCommandOutput, OutpostsClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -128,9 +125,7 @@ export class UpdateSiteCommand extends $Command< * @public */ constructor(readonly input: UpdateSiteCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -181,7 +176,4 @@ export class UpdateSiteCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdateSiteCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-outposts/src/commands/UpdateSiteRackPhysicalPropertiesCommand.ts b/clients/client-outposts/src/commands/UpdateSiteRackPhysicalPropertiesCommand.ts index 157982e64489..54f9939501ad 100644 --- a/clients/client-outposts/src/commands/UpdateSiteRackPhysicalPropertiesCommand.ts +++ b/clients/client-outposts/src/commands/UpdateSiteRackPhysicalPropertiesCommand.ts @@ -128,9 +128,6 @@ export class UpdateSiteRackPhysicalPropertiesCommand extends $Command< UpdateSiteRackPhysicalPropertiesCommandOutput, OutpostsClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -144,9 +141,7 @@ export class UpdateSiteRackPhysicalPropertiesCommand extends $Command< * @public */ constructor(readonly input: UpdateSiteRackPhysicalPropertiesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -205,7 +200,4 @@ export class UpdateSiteRackPhysicalPropertiesCommand extends $Command< ): Promise { return de_UpdateSiteRackPhysicalPropertiesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-panorama/package.json b/clients/client-panorama/package.json index a2826c0d4d16..ce9259e18d51 100644 --- a/clients/client-panorama/package.json +++ b/clients/client-panorama/package.json @@ -34,29 +34,29 @@ "@aws-sdk/util-endpoints": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@smithy/config-resolver": "^2.0.16", - "@smithy/fetch-http-handler": "^2.2.4", - "@smithy/hash-node": "^2.0.12", - "@smithy/invalid-dependency": "^2.0.12", - "@smithy/middleware-content-length": "^2.0.14", - "@smithy/middleware-endpoint": "^2.1.3", - "@smithy/middleware-retry": "^2.0.18", - "@smithy/middleware-serde": "^2.0.12", - "@smithy/middleware-stack": "^2.0.6", - "@smithy/node-config-provider": "^2.1.3", - "@smithy/node-http-handler": "^2.1.8", - "@smithy/protocol-http": "^3.0.8", - "@smithy/smithy-client": "^2.1.12", - "@smithy/types": "^2.4.0", - "@smithy/url-parser": "^2.0.12", - "@smithy/util-base64": "^2.0.0", + "@smithy/config-resolver": "^2.0.18", + "@smithy/fetch-http-handler": "^2.2.6", + "@smithy/hash-node": "^2.0.15", + "@smithy/invalid-dependency": "^2.0.13", + "@smithy/middleware-content-length": "^2.0.15", + "@smithy/middleware-endpoint": "^2.2.0", + "@smithy/middleware-retry": "^2.0.20", + "@smithy/middleware-serde": "^2.0.13", + "@smithy/middleware-stack": "^2.0.7", + "@smithy/node-config-provider": "^2.1.5", + "@smithy/node-http-handler": "^2.1.9", + "@smithy/protocol-http": "^3.0.9", + "@smithy/smithy-client": "^2.1.15", + "@smithy/types": "^2.5.0", + "@smithy/url-parser": "^2.0.13", + "@smithy/util-base64": "^2.0.1", "@smithy/util-body-length-browser": "^2.0.0", "@smithy/util-body-length-node": "^2.1.0", - "@smithy/util-defaults-mode-browser": "^2.0.16", - "@smithy/util-defaults-mode-node": "^2.0.21", - "@smithy/util-endpoints": "^1.0.2", - "@smithy/util-retry": "^2.0.5", - "@smithy/util-utf8": "^2.0.0", + "@smithy/util-defaults-mode-browser": "^2.0.19", + "@smithy/util-defaults-mode-node": "^2.0.25", + "@smithy/util-endpoints": "^1.0.4", + "@smithy/util-retry": "^2.0.6", + "@smithy/util-utf8": "^2.0.2", "tslib": "^2.5.0" }, "devDependencies": { diff --git a/clients/client-panorama/src/commands/CreateApplicationInstanceCommand.ts b/clients/client-panorama/src/commands/CreateApplicationInstanceCommand.ts index 7ce9d3970d42..85c7ee2436a7 100644 --- a/clients/client-panorama/src/commands/CreateApplicationInstanceCommand.ts +++ b/clients/client-panorama/src/commands/CreateApplicationInstanceCommand.ts @@ -95,9 +95,6 @@ export class CreateApplicationInstanceCommand extends $Command< CreateApplicationInstanceCommandOutput, PanoramaClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -111,9 +108,7 @@ export class CreateApplicationInstanceCommand extends $Command< * @public */ constructor(readonly input: CreateApplicationInstanceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -169,7 +164,4 @@ export class CreateApplicationInstanceCommand extends $Command< ): Promise { return de_CreateApplicationInstanceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-panorama/src/commands/CreateJobForDevicesCommand.ts b/clients/client-panorama/src/commands/CreateJobForDevicesCommand.ts index 9ea4fc94d93d..776980f72813 100644 --- a/clients/client-panorama/src/commands/CreateJobForDevicesCommand.ts +++ b/clients/client-panorama/src/commands/CreateJobForDevicesCommand.ts @@ -99,9 +99,6 @@ export class CreateJobForDevicesCommand extends $Command< CreateJobForDevicesCommandOutput, PanoramaClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -115,9 +112,7 @@ export class CreateJobForDevicesCommand extends $Command< * @public */ constructor(readonly input: CreateJobForDevicesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -170,7 +165,4 @@ export class CreateJobForDevicesCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateJobForDevicesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-panorama/src/commands/CreateNodeFromTemplateJobCommand.ts b/clients/client-panorama/src/commands/CreateNodeFromTemplateJobCommand.ts index d4e1f4f9fe1c..8804b632cce8 100644 --- a/clients/client-panorama/src/commands/CreateNodeFromTemplateJobCommand.ts +++ b/clients/client-panorama/src/commands/CreateNodeFromTemplateJobCommand.ts @@ -101,9 +101,6 @@ export class CreateNodeFromTemplateJobCommand extends $Command< CreateNodeFromTemplateJobCommandOutput, PanoramaClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -117,9 +114,7 @@ export class CreateNodeFromTemplateJobCommand extends $Command< * @public */ constructor(readonly input: CreateNodeFromTemplateJobCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -175,7 +170,4 @@ export class CreateNodeFromTemplateJobCommand extends $Command< ): Promise { return de_CreateNodeFromTemplateJobCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-panorama/src/commands/CreatePackageCommand.ts b/clients/client-panorama/src/commands/CreatePackageCommand.ts index cdc4e51622c7..d97f974f1f2f 100644 --- a/clients/client-panorama/src/commands/CreatePackageCommand.ts +++ b/clients/client-panorama/src/commands/CreatePackageCommand.ts @@ -93,9 +93,6 @@ export class CreatePackageCommand extends $Command< CreatePackageCommandOutput, PanoramaClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -109,9 +106,7 @@ export class CreatePackageCommand extends $Command< * @public */ constructor(readonly input: CreatePackageCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -162,7 +157,4 @@ export class CreatePackageCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreatePackageCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-panorama/src/commands/CreatePackageImportJobCommand.ts b/clients/client-panorama/src/commands/CreatePackageImportJobCommand.ts index d3021f1defb2..3265668af9cc 100644 --- a/clients/client-panorama/src/commands/CreatePackageImportJobCommand.ts +++ b/clients/client-panorama/src/commands/CreatePackageImportJobCommand.ts @@ -107,9 +107,6 @@ export class CreatePackageImportJobCommand extends $Command< CreatePackageImportJobCommandOutput, PanoramaClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -123,9 +120,7 @@ export class CreatePackageImportJobCommand extends $Command< * @public */ constructor(readonly input: CreatePackageImportJobCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -178,7 +173,4 @@ export class CreatePackageImportJobCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreatePackageImportJobCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-panorama/src/commands/DeleteDeviceCommand.ts b/clients/client-panorama/src/commands/DeleteDeviceCommand.ts index 48a364b94043..564d3de93e4c 100644 --- a/clients/client-panorama/src/commands/DeleteDeviceCommand.ts +++ b/clients/client-panorama/src/commands/DeleteDeviceCommand.ts @@ -85,9 +85,6 @@ export class DeleteDeviceCommand extends $Command< DeleteDeviceCommandOutput, PanoramaClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -101,9 +98,7 @@ export class DeleteDeviceCommand extends $Command< * @public */ constructor(readonly input: DeleteDeviceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -154,7 +149,4 @@ export class DeleteDeviceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteDeviceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-panorama/src/commands/DeletePackageCommand.ts b/clients/client-panorama/src/commands/DeletePackageCommand.ts index 32d0e68c65a0..2dc8df96e17f 100644 --- a/clients/client-panorama/src/commands/DeletePackageCommand.ts +++ b/clients/client-panorama/src/commands/DeletePackageCommand.ts @@ -88,9 +88,6 @@ export class DeletePackageCommand extends $Command< DeletePackageCommandOutput, PanoramaClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -104,9 +101,7 @@ export class DeletePackageCommand extends $Command< * @public */ constructor(readonly input: DeletePackageCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -157,7 +152,4 @@ export class DeletePackageCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeletePackageCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-panorama/src/commands/DeregisterPackageVersionCommand.ts b/clients/client-panorama/src/commands/DeregisterPackageVersionCommand.ts index a69f21360323..fb8fec1d8b97 100644 --- a/clients/client-panorama/src/commands/DeregisterPackageVersionCommand.ts +++ b/clients/client-panorama/src/commands/DeregisterPackageVersionCommand.ts @@ -87,9 +87,6 @@ export class DeregisterPackageVersionCommand extends $Command< DeregisterPackageVersionCommandOutput, PanoramaClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -103,9 +100,7 @@ export class DeregisterPackageVersionCommand extends $Command< * @public */ constructor(readonly input: DeregisterPackageVersionCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -158,7 +153,4 @@ export class DeregisterPackageVersionCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeregisterPackageVersionCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-panorama/src/commands/DescribeApplicationInstanceCommand.ts b/clients/client-panorama/src/commands/DescribeApplicationInstanceCommand.ts index 3131578301a8..e595b09a3670 100644 --- a/clients/client-panorama/src/commands/DescribeApplicationInstanceCommand.ts +++ b/clients/client-panorama/src/commands/DescribeApplicationInstanceCommand.ts @@ -113,9 +113,6 @@ export class DescribeApplicationInstanceCommand extends $Command< DescribeApplicationInstanceCommandOutput, PanoramaClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -129,9 +126,7 @@ export class DescribeApplicationInstanceCommand extends $Command< * @public */ constructor(readonly input: DescribeApplicationInstanceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -187,7 +182,4 @@ export class DescribeApplicationInstanceCommand extends $Command< ): Promise { return de_DescribeApplicationInstanceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-panorama/src/commands/DescribeApplicationInstanceDetailsCommand.ts b/clients/client-panorama/src/commands/DescribeApplicationInstanceDetailsCommand.ts index ac5a0685fbf0..707d897a5967 100644 --- a/clients/client-panorama/src/commands/DescribeApplicationInstanceDetailsCommand.ts +++ b/clients/client-panorama/src/commands/DescribeApplicationInstanceDetailsCommand.ts @@ -104,9 +104,6 @@ export class DescribeApplicationInstanceDetailsCommand extends $Command< DescribeApplicationInstanceDetailsCommandOutput, PanoramaClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -120,9 +117,7 @@ export class DescribeApplicationInstanceDetailsCommand extends $Command< * @public */ constructor(readonly input: DescribeApplicationInstanceDetailsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -181,7 +176,4 @@ export class DescribeApplicationInstanceDetailsCommand extends $Command< ): Promise { return de_DescribeApplicationInstanceDetailsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-panorama/src/commands/DescribeDeviceCommand.ts b/clients/client-panorama/src/commands/DescribeDeviceCommand.ts index 853a25f963b1..0eab45586021 100644 --- a/clients/client-panorama/src/commands/DescribeDeviceCommand.ts +++ b/clients/client-panorama/src/commands/DescribeDeviceCommand.ts @@ -156,9 +156,6 @@ export class DescribeDeviceCommand extends $Command< DescribeDeviceCommandOutput, PanoramaClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -172,9 +169,7 @@ export class DescribeDeviceCommand extends $Command< * @public */ constructor(readonly input: DescribeDeviceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -227,7 +222,4 @@ export class DescribeDeviceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DescribeDeviceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-panorama/src/commands/DescribeDeviceJobCommand.ts b/clients/client-panorama/src/commands/DescribeDeviceJobCommand.ts index 9e6c40194282..ab1b59f8fba7 100644 --- a/clients/client-panorama/src/commands/DescribeDeviceJobCommand.ts +++ b/clients/client-panorama/src/commands/DescribeDeviceJobCommand.ts @@ -93,9 +93,6 @@ export class DescribeDeviceJobCommand extends $Command< DescribeDeviceJobCommandOutput, PanoramaClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -109,9 +106,7 @@ export class DescribeDeviceJobCommand extends $Command< * @public */ constructor(readonly input: DescribeDeviceJobCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -164,7 +159,4 @@ export class DescribeDeviceJobCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DescribeDeviceJobCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-panorama/src/commands/DescribeNodeCommand.ts b/clients/client-panorama/src/commands/DescribeNodeCommand.ts index be01ecfd2913..61e3aa0fd720 100644 --- a/clients/client-panorama/src/commands/DescribeNodeCommand.ts +++ b/clients/client-panorama/src/commands/DescribeNodeCommand.ts @@ -116,9 +116,6 @@ export class DescribeNodeCommand extends $Command< DescribeNodeCommandOutput, PanoramaClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -132,9 +129,7 @@ export class DescribeNodeCommand extends $Command< * @public */ constructor(readonly input: DescribeNodeCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -185,7 +180,4 @@ export class DescribeNodeCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DescribeNodeCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-panorama/src/commands/DescribeNodeFromTemplateJobCommand.ts b/clients/client-panorama/src/commands/DescribeNodeFromTemplateJobCommand.ts index c7b8692dd256..58d3b749163d 100644 --- a/clients/client-panorama/src/commands/DescribeNodeFromTemplateJobCommand.ts +++ b/clients/client-panorama/src/commands/DescribeNodeFromTemplateJobCommand.ts @@ -111,9 +111,6 @@ export class DescribeNodeFromTemplateJobCommand extends $Command< DescribeNodeFromTemplateJobCommandOutput, PanoramaClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -127,9 +124,7 @@ export class DescribeNodeFromTemplateJobCommand extends $Command< * @public */ constructor(readonly input: DescribeNodeFromTemplateJobCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -185,7 +180,4 @@ export class DescribeNodeFromTemplateJobCommand extends $Command< ): Promise { return de_DescribeNodeFromTemplateJobCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-panorama/src/commands/DescribePackageCommand.ts b/clients/client-panorama/src/commands/DescribePackageCommand.ts index 728090aeda87..395f6f5257df 100644 --- a/clients/client-panorama/src/commands/DescribePackageCommand.ts +++ b/clients/client-panorama/src/commands/DescribePackageCommand.ts @@ -104,9 +104,6 @@ export class DescribePackageCommand extends $Command< DescribePackageCommandOutput, PanoramaClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -120,9 +117,7 @@ export class DescribePackageCommand extends $Command< * @public */ constructor(readonly input: DescribePackageCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -175,7 +170,4 @@ export class DescribePackageCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DescribePackageCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-panorama/src/commands/DescribePackageImportJobCommand.ts b/clients/client-panorama/src/commands/DescribePackageImportJobCommand.ts index 0ed83f0fc86e..88ab748a8303 100644 --- a/clients/client-panorama/src/commands/DescribePackageImportJobCommand.ts +++ b/clients/client-panorama/src/commands/DescribePackageImportJobCommand.ts @@ -121,9 +121,6 @@ export class DescribePackageImportJobCommand extends $Command< DescribePackageImportJobCommandOutput, PanoramaClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -137,9 +134,7 @@ export class DescribePackageImportJobCommand extends $Command< * @public */ constructor(readonly input: DescribePackageImportJobCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -192,7 +187,4 @@ export class DescribePackageImportJobCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DescribePackageImportJobCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-panorama/src/commands/DescribePackageVersionCommand.ts b/clients/client-panorama/src/commands/DescribePackageVersionCommand.ts index 46f59f4459fb..003a98c2ab1f 100644 --- a/clients/client-panorama/src/commands/DescribePackageVersionCommand.ts +++ b/clients/client-panorama/src/commands/DescribePackageVersionCommand.ts @@ -97,9 +97,6 @@ export class DescribePackageVersionCommand extends $Command< DescribePackageVersionCommandOutput, PanoramaClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -113,9 +110,7 @@ export class DescribePackageVersionCommand extends $Command< * @public */ constructor(readonly input: DescribePackageVersionCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -168,7 +163,4 @@ export class DescribePackageVersionCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DescribePackageVersionCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-panorama/src/commands/ListApplicationInstanceDependenciesCommand.ts b/clients/client-panorama/src/commands/ListApplicationInstanceDependenciesCommand.ts index e26e1f747509..b2ee5dfe89a5 100644 --- a/clients/client-panorama/src/commands/ListApplicationInstanceDependenciesCommand.ts +++ b/clients/client-panorama/src/commands/ListApplicationInstanceDependenciesCommand.ts @@ -93,9 +93,6 @@ export class ListApplicationInstanceDependenciesCommand extends $Command< ListApplicationInstanceDependenciesCommandOutput, PanoramaClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -109,9 +106,7 @@ export class ListApplicationInstanceDependenciesCommand extends $Command< * @public */ constructor(readonly input: ListApplicationInstanceDependenciesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -170,7 +165,4 @@ export class ListApplicationInstanceDependenciesCommand extends $Command< ): Promise { return de_ListApplicationInstanceDependenciesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-panorama/src/commands/ListApplicationInstanceNodeInstancesCommand.ts b/clients/client-panorama/src/commands/ListApplicationInstanceNodeInstancesCommand.ts index 13e46e9481e6..d775bb2b3d00 100644 --- a/clients/client-panorama/src/commands/ListApplicationInstanceNodeInstancesCommand.ts +++ b/clients/client-panorama/src/commands/ListApplicationInstanceNodeInstancesCommand.ts @@ -97,9 +97,6 @@ export class ListApplicationInstanceNodeInstancesCommand extends $Command< ListApplicationInstanceNodeInstancesCommandOutput, PanoramaClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -113,9 +110,7 @@ export class ListApplicationInstanceNodeInstancesCommand extends $Command< * @public */ constructor(readonly input: ListApplicationInstanceNodeInstancesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -174,7 +169,4 @@ export class ListApplicationInstanceNodeInstancesCommand extends $Command< ): Promise { return de_ListApplicationInstanceNodeInstancesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-panorama/src/commands/ListApplicationInstancesCommand.ts b/clients/client-panorama/src/commands/ListApplicationInstancesCommand.ts index 5e8abfdb5149..546b626103e3 100644 --- a/clients/client-panorama/src/commands/ListApplicationInstancesCommand.ts +++ b/clients/client-panorama/src/commands/ListApplicationInstancesCommand.ts @@ -104,9 +104,6 @@ export class ListApplicationInstancesCommand extends $Command< ListApplicationInstancesCommandOutput, PanoramaClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -120,9 +117,7 @@ export class ListApplicationInstancesCommand extends $Command< * @public */ constructor(readonly input: ListApplicationInstancesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -175,7 +170,4 @@ export class ListApplicationInstancesCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListApplicationInstancesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-panorama/src/commands/ListDevicesCommand.ts b/clients/client-panorama/src/commands/ListDevicesCommand.ts index 0129afb2180b..777828a27fea 100644 --- a/clients/client-panorama/src/commands/ListDevicesCommand.ts +++ b/clients/client-panorama/src/commands/ListDevicesCommand.ts @@ -110,9 +110,6 @@ export class ListDevicesCommand extends $Command< ListDevicesCommandOutput, PanoramaClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -126,9 +123,7 @@ export class ListDevicesCommand extends $Command< * @public */ constructor(readonly input: ListDevicesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -179,7 +174,4 @@ export class ListDevicesCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListDevicesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-panorama/src/commands/ListDevicesJobsCommand.ts b/clients/client-panorama/src/commands/ListDevicesJobsCommand.ts index a09674b6bfb8..de83b56301aa 100644 --- a/clients/client-panorama/src/commands/ListDevicesJobsCommand.ts +++ b/clients/client-panorama/src/commands/ListDevicesJobsCommand.ts @@ -96,9 +96,6 @@ export class ListDevicesJobsCommand extends $Command< ListDevicesJobsCommandOutput, PanoramaClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -112,9 +109,7 @@ export class ListDevicesJobsCommand extends $Command< * @public */ constructor(readonly input: ListDevicesJobsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -167,7 +162,4 @@ export class ListDevicesJobsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListDevicesJobsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-panorama/src/commands/ListNodeFromTemplateJobsCommand.ts b/clients/client-panorama/src/commands/ListNodeFromTemplateJobsCommand.ts index 48130909b5a8..557a3e3f419e 100644 --- a/clients/client-panorama/src/commands/ListNodeFromTemplateJobsCommand.ts +++ b/clients/client-panorama/src/commands/ListNodeFromTemplateJobsCommand.ts @@ -93,9 +93,6 @@ export class ListNodeFromTemplateJobsCommand extends $Command< ListNodeFromTemplateJobsCommandOutput, PanoramaClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -109,9 +106,7 @@ export class ListNodeFromTemplateJobsCommand extends $Command< * @public */ constructor(readonly input: ListNodeFromTemplateJobsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -164,7 +159,4 @@ export class ListNodeFromTemplateJobsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListNodeFromTemplateJobsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-panorama/src/commands/ListNodesCommand.ts b/clients/client-panorama/src/commands/ListNodesCommand.ts index e3e2939c0da3..1084274ac142 100644 --- a/clients/client-panorama/src/commands/ListNodesCommand.ts +++ b/clients/client-panorama/src/commands/ListNodesCommand.ts @@ -100,9 +100,6 @@ export class ListNodesCommand extends $Command< ListNodesCommandOutput, PanoramaClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -116,9 +113,7 @@ export class ListNodesCommand extends $Command< * @public */ constructor(readonly input: ListNodesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -169,7 +164,4 @@ export class ListNodesCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListNodesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-panorama/src/commands/ListPackageImportJobsCommand.ts b/clients/client-panorama/src/commands/ListPackageImportJobsCommand.ts index ac8b262b0a38..36b8934b117f 100644 --- a/clients/client-panorama/src/commands/ListPackageImportJobsCommand.ts +++ b/clients/client-panorama/src/commands/ListPackageImportJobsCommand.ts @@ -93,9 +93,6 @@ export class ListPackageImportJobsCommand extends $Command< ListPackageImportJobsCommandOutput, PanoramaClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -109,9 +106,7 @@ export class ListPackageImportJobsCommand extends $Command< * @public */ constructor(readonly input: ListPackageImportJobsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -164,7 +159,4 @@ export class ListPackageImportJobsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListPackageImportJobsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-panorama/src/commands/ListPackagesCommand.ts b/clients/client-panorama/src/commands/ListPackagesCommand.ts index e7f36ca2b0a4..257b1870aaa5 100644 --- a/clients/client-panorama/src/commands/ListPackagesCommand.ts +++ b/clients/client-panorama/src/commands/ListPackagesCommand.ts @@ -97,9 +97,6 @@ export class ListPackagesCommand extends $Command< ListPackagesCommandOutput, PanoramaClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -113,9 +110,7 @@ export class ListPackagesCommand extends $Command< * @public */ constructor(readonly input: ListPackagesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -166,7 +161,4 @@ export class ListPackagesCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListPackagesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-panorama/src/commands/ListTagsForResourceCommand.ts b/clients/client-panorama/src/commands/ListTagsForResourceCommand.ts index 886765e886bb..c6c46f5b9900 100644 --- a/clients/client-panorama/src/commands/ListTagsForResourceCommand.ts +++ b/clients/client-panorama/src/commands/ListTagsForResourceCommand.ts @@ -81,9 +81,6 @@ export class ListTagsForResourceCommand extends $Command< ListTagsForResourceCommandOutput, PanoramaClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -97,9 +94,7 @@ export class ListTagsForResourceCommand extends $Command< * @public */ constructor(readonly input: ListTagsForResourceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -152,7 +147,4 @@ export class ListTagsForResourceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListTagsForResourceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-panorama/src/commands/ProvisionDeviceCommand.ts b/clients/client-panorama/src/commands/ProvisionDeviceCommand.ts index 0acdd8dc60f3..40291d01967d 100644 --- a/clients/client-panorama/src/commands/ProvisionDeviceCommand.ts +++ b/clients/client-panorama/src/commands/ProvisionDeviceCommand.ts @@ -125,9 +125,6 @@ export class ProvisionDeviceCommand extends $Command< ProvisionDeviceCommandOutput, PanoramaClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -141,9 +138,7 @@ export class ProvisionDeviceCommand extends $Command< * @public */ constructor(readonly input: ProvisionDeviceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -196,7 +191,4 @@ export class ProvisionDeviceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ProvisionDeviceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-panorama/src/commands/RegisterPackageVersionCommand.ts b/clients/client-panorama/src/commands/RegisterPackageVersionCommand.ts index c9f6f8746064..62a6441a10eb 100644 --- a/clients/client-panorama/src/commands/RegisterPackageVersionCommand.ts +++ b/clients/client-panorama/src/commands/RegisterPackageVersionCommand.ts @@ -84,9 +84,6 @@ export class RegisterPackageVersionCommand extends $Command< RegisterPackageVersionCommandOutput, PanoramaClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -100,9 +97,7 @@ export class RegisterPackageVersionCommand extends $Command< * @public */ constructor(readonly input: RegisterPackageVersionCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -155,7 +150,4 @@ export class RegisterPackageVersionCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_RegisterPackageVersionCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-panorama/src/commands/RemoveApplicationInstanceCommand.ts b/clients/client-panorama/src/commands/RemoveApplicationInstanceCommand.ts index ab19f2382dff..1bc99520c95c 100644 --- a/clients/client-panorama/src/commands/RemoveApplicationInstanceCommand.ts +++ b/clients/client-panorama/src/commands/RemoveApplicationInstanceCommand.ts @@ -83,9 +83,6 @@ export class RemoveApplicationInstanceCommand extends $Command< RemoveApplicationInstanceCommandOutput, PanoramaClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -99,9 +96,7 @@ export class RemoveApplicationInstanceCommand extends $Command< * @public */ constructor(readonly input: RemoveApplicationInstanceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -157,7 +152,4 @@ export class RemoveApplicationInstanceCommand extends $Command< ): Promise { return de_RemoveApplicationInstanceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-panorama/src/commands/SignalApplicationInstanceNodeInstancesCommand.ts b/clients/client-panorama/src/commands/SignalApplicationInstanceNodeInstancesCommand.ts index 0c2433c92a0b..57071a50bc3d 100644 --- a/clients/client-panorama/src/commands/SignalApplicationInstanceNodeInstancesCommand.ts +++ b/clients/client-panorama/src/commands/SignalApplicationInstanceNodeInstancesCommand.ts @@ -97,9 +97,6 @@ export class SignalApplicationInstanceNodeInstancesCommand extends $Command< SignalApplicationInstanceNodeInstancesCommandOutput, PanoramaClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -113,9 +110,7 @@ export class SignalApplicationInstanceNodeInstancesCommand extends $Command< * @public */ constructor(readonly input: SignalApplicationInstanceNodeInstancesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -174,7 +169,4 @@ export class SignalApplicationInstanceNodeInstancesCommand extends $Command< ): Promise { return de_SignalApplicationInstanceNodeInstancesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-panorama/src/commands/TagResourceCommand.ts b/clients/client-panorama/src/commands/TagResourceCommand.ts index 1119399571a2..6e082d984c39 100644 --- a/clients/client-panorama/src/commands/TagResourceCommand.ts +++ b/clients/client-panorama/src/commands/TagResourceCommand.ts @@ -80,9 +80,6 @@ export class TagResourceCommand extends $Command< TagResourceCommandOutput, PanoramaClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -96,9 +93,7 @@ export class TagResourceCommand extends $Command< * @public */ constructor(readonly input: TagResourceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -149,7 +144,4 @@ export class TagResourceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_TagResourceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-panorama/src/commands/UntagResourceCommand.ts b/clients/client-panorama/src/commands/UntagResourceCommand.ts index c0e176e9e5d4..2fe21c3661be 100644 --- a/clients/client-panorama/src/commands/UntagResourceCommand.ts +++ b/clients/client-panorama/src/commands/UntagResourceCommand.ts @@ -80,9 +80,6 @@ export class UntagResourceCommand extends $Command< UntagResourceCommandOutput, PanoramaClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -96,9 +93,7 @@ export class UntagResourceCommand extends $Command< * @public */ constructor(readonly input: UntagResourceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -149,7 +144,4 @@ export class UntagResourceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UntagResourceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-panorama/src/commands/UpdateDeviceMetadataCommand.ts b/clients/client-panorama/src/commands/UpdateDeviceMetadataCommand.ts index be169b0e18ac..d4588f39ee8c 100644 --- a/clients/client-panorama/src/commands/UpdateDeviceMetadataCommand.ts +++ b/clients/client-panorama/src/commands/UpdateDeviceMetadataCommand.ts @@ -86,9 +86,6 @@ export class UpdateDeviceMetadataCommand extends $Command< UpdateDeviceMetadataCommandOutput, PanoramaClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -102,9 +99,7 @@ export class UpdateDeviceMetadataCommand extends $Command< * @public */ constructor(readonly input: UpdateDeviceMetadataCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -157,7 +152,4 @@ export class UpdateDeviceMetadataCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdateDeviceMetadataCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-payment-cryptography-data/package.json b/clients/client-payment-cryptography-data/package.json index fb3c6b9495f9..ce004e219160 100644 --- a/clients/client-payment-cryptography-data/package.json +++ b/clients/client-payment-cryptography-data/package.json @@ -34,29 +34,29 @@ "@aws-sdk/util-endpoints": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@smithy/config-resolver": "^2.0.16", - "@smithy/fetch-http-handler": "^2.2.4", - "@smithy/hash-node": "^2.0.12", - "@smithy/invalid-dependency": "^2.0.12", - "@smithy/middleware-content-length": "^2.0.14", - "@smithy/middleware-endpoint": "^2.1.3", - "@smithy/middleware-retry": "^2.0.18", - "@smithy/middleware-serde": "^2.0.12", - "@smithy/middleware-stack": "^2.0.6", - "@smithy/node-config-provider": "^2.1.3", - "@smithy/node-http-handler": "^2.1.8", - "@smithy/protocol-http": "^3.0.8", - "@smithy/smithy-client": "^2.1.12", - "@smithy/types": "^2.4.0", - "@smithy/url-parser": "^2.0.12", - "@smithy/util-base64": "^2.0.0", + "@smithy/config-resolver": "^2.0.18", + "@smithy/fetch-http-handler": "^2.2.6", + "@smithy/hash-node": "^2.0.15", + "@smithy/invalid-dependency": "^2.0.13", + "@smithy/middleware-content-length": "^2.0.15", + "@smithy/middleware-endpoint": "^2.2.0", + "@smithy/middleware-retry": "^2.0.20", + "@smithy/middleware-serde": "^2.0.13", + "@smithy/middleware-stack": "^2.0.7", + "@smithy/node-config-provider": "^2.1.5", + "@smithy/node-http-handler": "^2.1.9", + "@smithy/protocol-http": "^3.0.9", + "@smithy/smithy-client": "^2.1.15", + "@smithy/types": "^2.5.0", + "@smithy/url-parser": "^2.0.13", + "@smithy/util-base64": "^2.0.1", "@smithy/util-body-length-browser": "^2.0.0", "@smithy/util-body-length-node": "^2.1.0", - "@smithy/util-defaults-mode-browser": "^2.0.16", - "@smithy/util-defaults-mode-node": "^2.0.21", - "@smithy/util-endpoints": "^1.0.2", - "@smithy/util-retry": "^2.0.5", - "@smithy/util-utf8": "^2.0.0", + "@smithy/util-defaults-mode-browser": "^2.0.19", + "@smithy/util-defaults-mode-node": "^2.0.25", + "@smithy/util-endpoints": "^1.0.4", + "@smithy/util-retry": "^2.0.6", + "@smithy/util-utf8": "^2.0.2", "tslib": "^2.5.0" }, "devDependencies": { diff --git a/clients/client-payment-cryptography-data/src/commands/DecryptDataCommand.ts b/clients/client-payment-cryptography-data/src/commands/DecryptDataCommand.ts index 92b67bb180dc..f93261416146 100644 --- a/clients/client-payment-cryptography-data/src/commands/DecryptDataCommand.ts +++ b/clients/client-payment-cryptography-data/src/commands/DecryptDataCommand.ts @@ -139,9 +139,6 @@ export class DecryptDataCommand extends $Command< DecryptDataCommandOutput, PaymentCryptographyDataClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -155,9 +152,7 @@ export class DecryptDataCommand extends $Command< * @public */ constructor(readonly input: DecryptDataCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -208,7 +203,4 @@ export class DecryptDataCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DecryptDataCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-payment-cryptography-data/src/commands/EncryptDataCommand.ts b/clients/client-payment-cryptography-data/src/commands/EncryptDataCommand.ts index 0ebbd2c5e416..714243b171e4 100644 --- a/clients/client-payment-cryptography-data/src/commands/EncryptDataCommand.ts +++ b/clients/client-payment-cryptography-data/src/commands/EncryptDataCommand.ts @@ -144,9 +144,6 @@ export class EncryptDataCommand extends $Command< EncryptDataCommandOutput, PaymentCryptographyDataClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -160,9 +157,7 @@ export class EncryptDataCommand extends $Command< * @public */ constructor(readonly input: EncryptDataCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -213,7 +208,4 @@ export class EncryptDataCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_EncryptDataCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-payment-cryptography-data/src/commands/GenerateCardValidationDataCommand.ts b/clients/client-payment-cryptography-data/src/commands/GenerateCardValidationDataCommand.ts index 108630fec804..d5ea4fce7fec 100644 --- a/clients/client-payment-cryptography-data/src/commands/GenerateCardValidationDataCommand.ts +++ b/clients/client-payment-cryptography-data/src/commands/GenerateCardValidationDataCommand.ts @@ -149,9 +149,6 @@ export class GenerateCardValidationDataCommand extends $Command< GenerateCardValidationDataCommandOutput, PaymentCryptographyDataClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -165,9 +162,7 @@ export class GenerateCardValidationDataCommand extends $Command< * @public */ constructor(readonly input: GenerateCardValidationDataCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -223,7 +218,4 @@ export class GenerateCardValidationDataCommand extends $Command< ): Promise { return de_GenerateCardValidationDataCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-payment-cryptography-data/src/commands/GenerateMacCommand.ts b/clients/client-payment-cryptography-data/src/commands/GenerateMacCommand.ts index 5ffc898362c1..71d78c4c27dd 100644 --- a/clients/client-payment-cryptography-data/src/commands/GenerateMacCommand.ts +++ b/clients/client-payment-cryptography-data/src/commands/GenerateMacCommand.ts @@ -135,9 +135,6 @@ export class GenerateMacCommand extends $Command< GenerateMacCommandOutput, PaymentCryptographyDataClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -151,9 +148,7 @@ export class GenerateMacCommand extends $Command< * @public */ constructor(readonly input: GenerateMacCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -204,7 +199,4 @@ export class GenerateMacCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GenerateMacCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-payment-cryptography-data/src/commands/GeneratePinDataCommand.ts b/clients/client-payment-cryptography-data/src/commands/GeneratePinDataCommand.ts index 2b3bb8253e41..a3401d29784f 100644 --- a/clients/client-payment-cryptography-data/src/commands/GeneratePinDataCommand.ts +++ b/clients/client-payment-cryptography-data/src/commands/GeneratePinDataCommand.ts @@ -160,9 +160,6 @@ export class GeneratePinDataCommand extends $Command< GeneratePinDataCommandOutput, PaymentCryptographyDataClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -176,9 +173,7 @@ export class GeneratePinDataCommand extends $Command< * @public */ constructor(readonly input: GeneratePinDataCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -231,7 +226,4 @@ export class GeneratePinDataCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GeneratePinDataCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-payment-cryptography-data/src/commands/ReEncryptDataCommand.ts b/clients/client-payment-cryptography-data/src/commands/ReEncryptDataCommand.ts index e7e9ec5043b3..3b23769d058a 100644 --- a/clients/client-payment-cryptography-data/src/commands/ReEncryptDataCommand.ts +++ b/clients/client-payment-cryptography-data/src/commands/ReEncryptDataCommand.ts @@ -156,9 +156,6 @@ export class ReEncryptDataCommand extends $Command< ReEncryptDataCommandOutput, PaymentCryptographyDataClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -172,9 +169,7 @@ export class ReEncryptDataCommand extends $Command< * @public */ constructor(readonly input: ReEncryptDataCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -225,7 +220,4 @@ export class ReEncryptDataCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ReEncryptDataCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-payment-cryptography-data/src/commands/TranslatePinDataCommand.ts b/clients/client-payment-cryptography-data/src/commands/TranslatePinDataCommand.ts index d9872f04b4e0..381d6a0c61f5 100644 --- a/clients/client-payment-cryptography-data/src/commands/TranslatePinDataCommand.ts +++ b/clients/client-payment-cryptography-data/src/commands/TranslatePinDataCommand.ts @@ -152,9 +152,6 @@ export class TranslatePinDataCommand extends $Command< TranslatePinDataCommandOutput, PaymentCryptographyDataClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -168,9 +165,7 @@ export class TranslatePinDataCommand extends $Command< * @public */ constructor(readonly input: TranslatePinDataCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -223,7 +218,4 @@ export class TranslatePinDataCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_TranslatePinDataCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-payment-cryptography-data/src/commands/VerifyAuthRequestCryptogramCommand.ts b/clients/client-payment-cryptography-data/src/commands/VerifyAuthRequestCryptogramCommand.ts index b49ee7283913..598a53319c2a 100644 --- a/clients/client-payment-cryptography-data/src/commands/VerifyAuthRequestCryptogramCommand.ts +++ b/clients/client-payment-cryptography-data/src/commands/VerifyAuthRequestCryptogramCommand.ts @@ -158,9 +158,6 @@ export class VerifyAuthRequestCryptogramCommand extends $Command< VerifyAuthRequestCryptogramCommandOutput, PaymentCryptographyDataClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -174,9 +171,7 @@ export class VerifyAuthRequestCryptogramCommand extends $Command< * @public */ constructor(readonly input: VerifyAuthRequestCryptogramCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -232,7 +227,4 @@ export class VerifyAuthRequestCryptogramCommand extends $Command< ): Promise { return de_VerifyAuthRequestCryptogramCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-payment-cryptography-data/src/commands/VerifyCardValidationDataCommand.ts b/clients/client-payment-cryptography-data/src/commands/VerifyCardValidationDataCommand.ts index c22b6929fcc5..65e1fd2c48dd 100644 --- a/clients/client-payment-cryptography-data/src/commands/VerifyCardValidationDataCommand.ts +++ b/clients/client-payment-cryptography-data/src/commands/VerifyCardValidationDataCommand.ts @@ -161,9 +161,6 @@ export class VerifyCardValidationDataCommand extends $Command< VerifyCardValidationDataCommandOutput, PaymentCryptographyDataClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -177,9 +174,7 @@ export class VerifyCardValidationDataCommand extends $Command< * @public */ constructor(readonly input: VerifyCardValidationDataCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -232,7 +227,4 @@ export class VerifyCardValidationDataCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_VerifyCardValidationDataCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-payment-cryptography-data/src/commands/VerifyMacCommand.ts b/clients/client-payment-cryptography-data/src/commands/VerifyMacCommand.ts index a06280ca8147..77c74a381e52 100644 --- a/clients/client-payment-cryptography-data/src/commands/VerifyMacCommand.ts +++ b/clients/client-payment-cryptography-data/src/commands/VerifyMacCommand.ts @@ -138,9 +138,6 @@ export class VerifyMacCommand extends $Command< VerifyMacCommandOutput, PaymentCryptographyDataClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -154,9 +151,7 @@ export class VerifyMacCommand extends $Command< * @public */ constructor(readonly input: VerifyMacCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -207,7 +202,4 @@ export class VerifyMacCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_VerifyMacCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-payment-cryptography-data/src/commands/VerifyPinDataCommand.ts b/clients/client-payment-cryptography-data/src/commands/VerifyPinDataCommand.ts index 4cd5de30caf6..8ac7d43f7c8a 100644 --- a/clients/client-payment-cryptography-data/src/commands/VerifyPinDataCommand.ts +++ b/clients/client-payment-cryptography-data/src/commands/VerifyPinDataCommand.ts @@ -135,9 +135,6 @@ export class VerifyPinDataCommand extends $Command< VerifyPinDataCommandOutput, PaymentCryptographyDataClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -151,9 +148,7 @@ export class VerifyPinDataCommand extends $Command< * @public */ constructor(readonly input: VerifyPinDataCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -204,7 +199,4 @@ export class VerifyPinDataCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_VerifyPinDataCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-payment-cryptography/package.json b/clients/client-payment-cryptography/package.json index dc0dc26a9875..37929c3fb080 100644 --- a/clients/client-payment-cryptography/package.json +++ b/clients/client-payment-cryptography/package.json @@ -34,29 +34,29 @@ "@aws-sdk/util-endpoints": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@smithy/config-resolver": "^2.0.16", - "@smithy/fetch-http-handler": "^2.2.4", - "@smithy/hash-node": "^2.0.12", - "@smithy/invalid-dependency": "^2.0.12", - "@smithy/middleware-content-length": "^2.0.14", - "@smithy/middleware-endpoint": "^2.1.3", - "@smithy/middleware-retry": "^2.0.18", - "@smithy/middleware-serde": "^2.0.12", - "@smithy/middleware-stack": "^2.0.6", - "@smithy/node-config-provider": "^2.1.3", - "@smithy/node-http-handler": "^2.1.8", - "@smithy/protocol-http": "^3.0.8", - "@smithy/smithy-client": "^2.1.12", - "@smithy/types": "^2.4.0", - "@smithy/url-parser": "^2.0.12", - "@smithy/util-base64": "^2.0.0", + "@smithy/config-resolver": "^2.0.18", + "@smithy/fetch-http-handler": "^2.2.6", + "@smithy/hash-node": "^2.0.15", + "@smithy/invalid-dependency": "^2.0.13", + "@smithy/middleware-content-length": "^2.0.15", + "@smithy/middleware-endpoint": "^2.2.0", + "@smithy/middleware-retry": "^2.0.20", + "@smithy/middleware-serde": "^2.0.13", + "@smithy/middleware-stack": "^2.0.7", + "@smithy/node-config-provider": "^2.1.5", + "@smithy/node-http-handler": "^2.1.9", + "@smithy/protocol-http": "^3.0.9", + "@smithy/smithy-client": "^2.1.15", + "@smithy/types": "^2.5.0", + "@smithy/url-parser": "^2.0.13", + "@smithy/util-base64": "^2.0.1", "@smithy/util-body-length-browser": "^2.0.0", "@smithy/util-body-length-node": "^2.1.0", - "@smithy/util-defaults-mode-browser": "^2.0.16", - "@smithy/util-defaults-mode-node": "^2.0.21", - "@smithy/util-endpoints": "^1.0.2", - "@smithy/util-retry": "^2.0.5", - "@smithy/util-utf8": "^2.0.0", + "@smithy/util-defaults-mode-browser": "^2.0.19", + "@smithy/util-defaults-mode-node": "^2.0.25", + "@smithy/util-endpoints": "^1.0.4", + "@smithy/util-retry": "^2.0.6", + "@smithy/util-utf8": "^2.0.2", "tslib": "^2.5.0" }, "devDependencies": { diff --git a/clients/client-payment-cryptography/src/commands/CreateAliasCommand.ts b/clients/client-payment-cryptography/src/commands/CreateAliasCommand.ts index b1caa67f7dcd..2fceefa5dc34 100644 --- a/clients/client-payment-cryptography/src/commands/CreateAliasCommand.ts +++ b/clients/client-payment-cryptography/src/commands/CreateAliasCommand.ts @@ -131,9 +131,6 @@ export class CreateAliasCommand extends $Command< CreateAliasCommandOutput, PaymentCryptographyClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -147,9 +144,7 @@ export class CreateAliasCommand extends $Command< * @public */ constructor(readonly input: CreateAliasCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -200,7 +195,4 @@ export class CreateAliasCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateAliasCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-payment-cryptography/src/commands/CreateKeyCommand.ts b/clients/client-payment-cryptography/src/commands/CreateKeyCommand.ts index 9ce67fa08116..13da170e5230 100644 --- a/clients/client-payment-cryptography/src/commands/CreateKeyCommand.ts +++ b/clients/client-payment-cryptography/src/commands/CreateKeyCommand.ts @@ -176,9 +176,6 @@ export class CreateKeyCommand extends $Command< CreateKeyCommandOutput, PaymentCryptographyClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -192,9 +189,7 @@ export class CreateKeyCommand extends $Command< * @public */ constructor(readonly input: CreateKeyCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -245,7 +240,4 @@ export class CreateKeyCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateKeyCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-payment-cryptography/src/commands/DeleteAliasCommand.ts b/clients/client-payment-cryptography/src/commands/DeleteAliasCommand.ts index e23fdf88670a..ebaec27c2576 100644 --- a/clients/client-payment-cryptography/src/commands/DeleteAliasCommand.ts +++ b/clients/client-payment-cryptography/src/commands/DeleteAliasCommand.ts @@ -121,9 +121,6 @@ export class DeleteAliasCommand extends $Command< DeleteAliasCommandOutput, PaymentCryptographyClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -137,9 +134,7 @@ export class DeleteAliasCommand extends $Command< * @public */ constructor(readonly input: DeleteAliasCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -190,7 +185,4 @@ export class DeleteAliasCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteAliasCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-payment-cryptography/src/commands/DeleteKeyCommand.ts b/clients/client-payment-cryptography/src/commands/DeleteKeyCommand.ts index 855ba466f9d3..0c86025e595f 100644 --- a/clients/client-payment-cryptography/src/commands/DeleteKeyCommand.ts +++ b/clients/client-payment-cryptography/src/commands/DeleteKeyCommand.ts @@ -150,9 +150,6 @@ export class DeleteKeyCommand extends $Command< DeleteKeyCommandOutput, PaymentCryptographyClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -166,9 +163,7 @@ export class DeleteKeyCommand extends $Command< * @public */ constructor(readonly input: DeleteKeyCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -219,7 +214,4 @@ export class DeleteKeyCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteKeyCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-payment-cryptography/src/commands/ExportKeyCommand.ts b/clients/client-payment-cryptography/src/commands/ExportKeyCommand.ts index 34f729093c05..f2d326450bb1 100644 --- a/clients/client-payment-cryptography/src/commands/ExportKeyCommand.ts +++ b/clients/client-payment-cryptography/src/commands/ExportKeyCommand.ts @@ -159,9 +159,6 @@ export class ExportKeyCommand extends $Command< ExportKeyCommandOutput, PaymentCryptographyClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -175,9 +172,7 @@ export class ExportKeyCommand extends $Command< * @public */ constructor(readonly input: ExportKeyCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -228,7 +223,4 @@ export class ExportKeyCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ExportKeyCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-payment-cryptography/src/commands/GetAliasCommand.ts b/clients/client-payment-cryptography/src/commands/GetAliasCommand.ts index b105f409017e..5d89e725f052 100644 --- a/clients/client-payment-cryptography/src/commands/GetAliasCommand.ts +++ b/clients/client-payment-cryptography/src/commands/GetAliasCommand.ts @@ -122,9 +122,6 @@ export class GetAliasCommand extends $Command< GetAliasCommandOutput, PaymentCryptographyClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -138,9 +135,7 @@ export class GetAliasCommand extends $Command< * @public */ constructor(readonly input: GetAliasCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -191,7 +186,4 @@ export class GetAliasCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetAliasCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-payment-cryptography/src/commands/GetKeyCommand.ts b/clients/client-payment-cryptography/src/commands/GetKeyCommand.ts index 9610644cffb0..c0b3a0c73150 100644 --- a/clients/client-payment-cryptography/src/commands/GetKeyCommand.ts +++ b/clients/client-payment-cryptography/src/commands/GetKeyCommand.ts @@ -143,9 +143,6 @@ export class GetKeyCommand extends $Command< GetKeyCommandOutput, PaymentCryptographyClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -159,9 +156,7 @@ export class GetKeyCommand extends $Command< * @public */ constructor(readonly input: GetKeyCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -212,7 +207,4 @@ export class GetKeyCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetKeyCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-payment-cryptography/src/commands/GetParametersForExportCommand.ts b/clients/client-payment-cryptography/src/commands/GetParametersForExportCommand.ts index d001a089a59a..d32efb18d9f8 100644 --- a/clients/client-payment-cryptography/src/commands/GetParametersForExportCommand.ts +++ b/clients/client-payment-cryptography/src/commands/GetParametersForExportCommand.ts @@ -125,9 +125,6 @@ export class GetParametersForExportCommand extends $Command< GetParametersForExportCommandOutput, PaymentCryptographyClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -141,9 +138,7 @@ export class GetParametersForExportCommand extends $Command< * @public */ constructor(readonly input: GetParametersForExportCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -196,7 +191,4 @@ export class GetParametersForExportCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetParametersForExportCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-payment-cryptography/src/commands/GetParametersForImportCommand.ts b/clients/client-payment-cryptography/src/commands/GetParametersForImportCommand.ts index 39419a903777..16e5fe448b3b 100644 --- a/clients/client-payment-cryptography/src/commands/GetParametersForImportCommand.ts +++ b/clients/client-payment-cryptography/src/commands/GetParametersForImportCommand.ts @@ -125,9 +125,6 @@ export class GetParametersForImportCommand extends $Command< GetParametersForImportCommandOutput, PaymentCryptographyClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -141,9 +138,7 @@ export class GetParametersForImportCommand extends $Command< * @public */ constructor(readonly input: GetParametersForImportCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -196,7 +191,4 @@ export class GetParametersForImportCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetParametersForImportCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-payment-cryptography/src/commands/GetPublicKeyCertificateCommand.ts b/clients/client-payment-cryptography/src/commands/GetPublicKeyCertificateCommand.ts index c41e578e95c1..619e4af6635b 100644 --- a/clients/client-payment-cryptography/src/commands/GetPublicKeyCertificateCommand.ts +++ b/clients/client-payment-cryptography/src/commands/GetPublicKeyCertificateCommand.ts @@ -100,9 +100,6 @@ export class GetPublicKeyCertificateCommand extends $Command< GetPublicKeyCertificateCommandOutput, PaymentCryptographyClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -116,9 +113,7 @@ export class GetPublicKeyCertificateCommand extends $Command< * @public */ constructor(readonly input: GetPublicKeyCertificateCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -171,7 +166,4 @@ export class GetPublicKeyCertificateCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetPublicKeyCertificateCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-payment-cryptography/src/commands/ImportKeyCommand.ts b/clients/client-payment-cryptography/src/commands/ImportKeyCommand.ts index 35ca08c7a5bc..aefe392aaf44 100644 --- a/clients/client-payment-cryptography/src/commands/ImportKeyCommand.ts +++ b/clients/client-payment-cryptography/src/commands/ImportKeyCommand.ts @@ -302,9 +302,6 @@ export class ImportKeyCommand extends $Command< ImportKeyCommandOutput, PaymentCryptographyClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -318,9 +315,7 @@ export class ImportKeyCommand extends $Command< * @public */ constructor(readonly input: ImportKeyCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -371,7 +366,4 @@ export class ImportKeyCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ImportKeyCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-payment-cryptography/src/commands/ListAliasesCommand.ts b/clients/client-payment-cryptography/src/commands/ListAliasesCommand.ts index 5d5a7979a9d7..a729a547a14b 100644 --- a/clients/client-payment-cryptography/src/commands/ListAliasesCommand.ts +++ b/clients/client-payment-cryptography/src/commands/ListAliasesCommand.ts @@ -128,9 +128,6 @@ export class ListAliasesCommand extends $Command< ListAliasesCommandOutput, PaymentCryptographyClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -144,9 +141,7 @@ export class ListAliasesCommand extends $Command< * @public */ constructor(readonly input: ListAliasesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -197,7 +192,4 @@ export class ListAliasesCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListAliasesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-payment-cryptography/src/commands/ListKeysCommand.ts b/clients/client-payment-cryptography/src/commands/ListKeysCommand.ts index 36a73eb74248..8f92a2d61888 100644 --- a/clients/client-payment-cryptography/src/commands/ListKeysCommand.ts +++ b/clients/client-payment-cryptography/src/commands/ListKeysCommand.ts @@ -144,9 +144,6 @@ export class ListKeysCommand extends $Command< ListKeysCommandOutput, PaymentCryptographyClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -160,9 +157,7 @@ export class ListKeysCommand extends $Command< * @public */ constructor(readonly input: ListKeysCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -213,7 +208,4 @@ export class ListKeysCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListKeysCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-payment-cryptography/src/commands/ListTagsForResourceCommand.ts b/clients/client-payment-cryptography/src/commands/ListTagsForResourceCommand.ts index facf5f8561a6..5a0e10d0ac40 100644 --- a/clients/client-payment-cryptography/src/commands/ListTagsForResourceCommand.ts +++ b/clients/client-payment-cryptography/src/commands/ListTagsForResourceCommand.ts @@ -120,9 +120,6 @@ export class ListTagsForResourceCommand extends $Command< ListTagsForResourceCommandOutput, PaymentCryptographyClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -136,9 +133,7 @@ export class ListTagsForResourceCommand extends $Command< * @public */ constructor(readonly input: ListTagsForResourceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -191,7 +186,4 @@ export class ListTagsForResourceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListTagsForResourceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-payment-cryptography/src/commands/RestoreKeyCommand.ts b/clients/client-payment-cryptography/src/commands/RestoreKeyCommand.ts index 9284d0ce719a..58dbb2e17ffe 100644 --- a/clients/client-payment-cryptography/src/commands/RestoreKeyCommand.ts +++ b/clients/client-payment-cryptography/src/commands/RestoreKeyCommand.ts @@ -151,9 +151,6 @@ export class RestoreKeyCommand extends $Command< RestoreKeyCommandOutput, PaymentCryptographyClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -167,9 +164,7 @@ export class RestoreKeyCommand extends $Command< * @public */ constructor(readonly input: RestoreKeyCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -220,7 +215,4 @@ export class RestoreKeyCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_RestoreKeyCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-payment-cryptography/src/commands/StartKeyUsageCommand.ts b/clients/client-payment-cryptography/src/commands/StartKeyUsageCommand.ts index af0b1fc77297..714ec65448d5 100644 --- a/clients/client-payment-cryptography/src/commands/StartKeyUsageCommand.ts +++ b/clients/client-payment-cryptography/src/commands/StartKeyUsageCommand.ts @@ -139,9 +139,6 @@ export class StartKeyUsageCommand extends $Command< StartKeyUsageCommandOutput, PaymentCryptographyClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -155,9 +152,7 @@ export class StartKeyUsageCommand extends $Command< * @public */ constructor(readonly input: StartKeyUsageCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -208,7 +203,4 @@ export class StartKeyUsageCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_StartKeyUsageCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-payment-cryptography/src/commands/StopKeyUsageCommand.ts b/clients/client-payment-cryptography/src/commands/StopKeyUsageCommand.ts index 8888c49b059a..809a566fd10b 100644 --- a/clients/client-payment-cryptography/src/commands/StopKeyUsageCommand.ts +++ b/clients/client-payment-cryptography/src/commands/StopKeyUsageCommand.ts @@ -145,9 +145,6 @@ export class StopKeyUsageCommand extends $Command< StopKeyUsageCommandOutput, PaymentCryptographyClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -161,9 +158,7 @@ export class StopKeyUsageCommand extends $Command< * @public */ constructor(readonly input: StopKeyUsageCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -214,7 +209,4 @@ export class StopKeyUsageCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_StopKeyUsageCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-payment-cryptography/src/commands/TagResourceCommand.ts b/clients/client-payment-cryptography/src/commands/TagResourceCommand.ts index 0097ae6216c8..c4a7dd34a526 100644 --- a/clients/client-payment-cryptography/src/commands/TagResourceCommand.ts +++ b/clients/client-payment-cryptography/src/commands/TagResourceCommand.ts @@ -123,9 +123,6 @@ export class TagResourceCommand extends $Command< TagResourceCommandOutput, PaymentCryptographyClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -139,9 +136,7 @@ export class TagResourceCommand extends $Command< * @public */ constructor(readonly input: TagResourceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -192,7 +187,4 @@ export class TagResourceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_TagResourceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-payment-cryptography/src/commands/UntagResourceCommand.ts b/clients/client-payment-cryptography/src/commands/UntagResourceCommand.ts index df0d60d77b74..2d61e28e0f8c 100644 --- a/clients/client-payment-cryptography/src/commands/UntagResourceCommand.ts +++ b/clients/client-payment-cryptography/src/commands/UntagResourceCommand.ts @@ -116,9 +116,6 @@ export class UntagResourceCommand extends $Command< UntagResourceCommandOutput, PaymentCryptographyClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -132,9 +129,7 @@ export class UntagResourceCommand extends $Command< * @public */ constructor(readonly input: UntagResourceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -185,7 +180,4 @@ export class UntagResourceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UntagResourceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-payment-cryptography/src/commands/UpdateAliasCommand.ts b/clients/client-payment-cryptography/src/commands/UpdateAliasCommand.ts index 31a24b94cb0f..70e69f77e177 100644 --- a/clients/client-payment-cryptography/src/commands/UpdateAliasCommand.ts +++ b/clients/client-payment-cryptography/src/commands/UpdateAliasCommand.ts @@ -126,9 +126,6 @@ export class UpdateAliasCommand extends $Command< UpdateAliasCommandOutput, PaymentCryptographyClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -142,9 +139,7 @@ export class UpdateAliasCommand extends $Command< * @public */ constructor(readonly input: UpdateAliasCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -195,7 +190,4 @@ export class UpdateAliasCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdateAliasCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-pca-connector-ad/package.json b/clients/client-pca-connector-ad/package.json index 41c7fb331b2c..8f74e0b34010 100644 --- a/clients/client-pca-connector-ad/package.json +++ b/clients/client-pca-connector-ad/package.json @@ -34,29 +34,29 @@ "@aws-sdk/util-endpoints": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@smithy/config-resolver": "^2.0.16", - "@smithy/fetch-http-handler": "^2.2.4", - "@smithy/hash-node": "^2.0.12", - "@smithy/invalid-dependency": "^2.0.12", - "@smithy/middleware-content-length": "^2.0.14", - "@smithy/middleware-endpoint": "^2.1.3", - "@smithy/middleware-retry": "^2.0.18", - "@smithy/middleware-serde": "^2.0.12", - "@smithy/middleware-stack": "^2.0.6", - "@smithy/node-config-provider": "^2.1.3", - "@smithy/node-http-handler": "^2.1.8", - "@smithy/protocol-http": "^3.0.8", - "@smithy/smithy-client": "^2.1.12", - "@smithy/types": "^2.4.0", - "@smithy/url-parser": "^2.0.12", - "@smithy/util-base64": "^2.0.0", + "@smithy/config-resolver": "^2.0.18", + "@smithy/fetch-http-handler": "^2.2.6", + "@smithy/hash-node": "^2.0.15", + "@smithy/invalid-dependency": "^2.0.13", + "@smithy/middleware-content-length": "^2.0.15", + "@smithy/middleware-endpoint": "^2.2.0", + "@smithy/middleware-retry": "^2.0.20", + "@smithy/middleware-serde": "^2.0.13", + "@smithy/middleware-stack": "^2.0.7", + "@smithy/node-config-provider": "^2.1.5", + "@smithy/node-http-handler": "^2.1.9", + "@smithy/protocol-http": "^3.0.9", + "@smithy/smithy-client": "^2.1.15", + "@smithy/types": "^2.5.0", + "@smithy/url-parser": "^2.0.13", + "@smithy/util-base64": "^2.0.1", "@smithy/util-body-length-browser": "^2.0.0", "@smithy/util-body-length-node": "^2.1.0", - "@smithy/util-defaults-mode-browser": "^2.0.16", - "@smithy/util-defaults-mode-node": "^2.0.21", - "@smithy/util-endpoints": "^1.0.2", - "@smithy/util-retry": "^2.0.5", - "@smithy/util-utf8": "^2.0.0", + "@smithy/util-defaults-mode-browser": "^2.0.19", + "@smithy/util-defaults-mode-node": "^2.0.25", + "@smithy/util-endpoints": "^1.0.4", + "@smithy/util-retry": "^2.0.6", + "@smithy/util-utf8": "^2.0.2", "tslib": "^2.5.0", "uuid": "^8.3.2" }, diff --git a/clients/client-pca-connector-ad/src/commands/CreateConnectorCommand.ts b/clients/client-pca-connector-ad/src/commands/CreateConnectorCommand.ts index a4f4ab35f080..806433fca096 100644 --- a/clients/client-pca-connector-ad/src/commands/CreateConnectorCommand.ts +++ b/clients/client-pca-connector-ad/src/commands/CreateConnectorCommand.ts @@ -110,9 +110,6 @@ export class CreateConnectorCommand extends $Command< CreateConnectorCommandOutput, PcaConnectorAdClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -126,9 +123,7 @@ export class CreateConnectorCommand extends $Command< * @public */ constructor(readonly input: CreateConnectorCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -181,7 +176,4 @@ export class CreateConnectorCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateConnectorCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-pca-connector-ad/src/commands/CreateDirectoryRegistrationCommand.ts b/clients/client-pca-connector-ad/src/commands/CreateDirectoryRegistrationCommand.ts index 80bb0bb5971b..fa7ec51ffedb 100644 --- a/clients/client-pca-connector-ad/src/commands/CreateDirectoryRegistrationCommand.ts +++ b/clients/client-pca-connector-ad/src/commands/CreateDirectoryRegistrationCommand.ts @@ -106,9 +106,6 @@ export class CreateDirectoryRegistrationCommand extends $Command< CreateDirectoryRegistrationCommandOutput, PcaConnectorAdClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -122,9 +119,7 @@ export class CreateDirectoryRegistrationCommand extends $Command< * @public */ constructor(readonly input: CreateDirectoryRegistrationCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -180,7 +175,4 @@ export class CreateDirectoryRegistrationCommand extends $Command< ): Promise { return de_CreateDirectoryRegistrationCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-pca-connector-ad/src/commands/CreateServicePrincipalNameCommand.ts b/clients/client-pca-connector-ad/src/commands/CreateServicePrincipalNameCommand.ts index 8cebce71a059..4cfa8d539c89 100644 --- a/clients/client-pca-connector-ad/src/commands/CreateServicePrincipalNameCommand.ts +++ b/clients/client-pca-connector-ad/src/commands/CreateServicePrincipalNameCommand.ts @@ -98,9 +98,6 @@ export class CreateServicePrincipalNameCommand extends $Command< CreateServicePrincipalNameCommandOutput, PcaConnectorAdClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -114,9 +111,7 @@ export class CreateServicePrincipalNameCommand extends $Command< * @public */ constructor(readonly input: CreateServicePrincipalNameCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -172,7 +167,4 @@ export class CreateServicePrincipalNameCommand extends $Command< ): Promise { return de_CreateServicePrincipalNameCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-pca-connector-ad/src/commands/CreateTemplateCommand.ts b/clients/client-pca-connector-ad/src/commands/CreateTemplateCommand.ts index 92924906cd31..68c92bfb1d56 100644 --- a/clients/client-pca-connector-ad/src/commands/CreateTemplateCommand.ts +++ b/clients/client-pca-connector-ad/src/commands/CreateTemplateCommand.ts @@ -341,9 +341,6 @@ export class CreateTemplateCommand extends $Command< CreateTemplateCommandOutput, PcaConnectorAdClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -357,9 +354,7 @@ export class CreateTemplateCommand extends $Command< * @public */ constructor(readonly input: CreateTemplateCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -412,7 +407,4 @@ export class CreateTemplateCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateTemplateCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-pca-connector-ad/src/commands/CreateTemplateGroupAccessControlEntryCommand.ts b/clients/client-pca-connector-ad/src/commands/CreateTemplateGroupAccessControlEntryCommand.ts index 210e9a66b860..5efd664d0bca 100644 --- a/clients/client-pca-connector-ad/src/commands/CreateTemplateGroupAccessControlEntryCommand.ts +++ b/clients/client-pca-connector-ad/src/commands/CreateTemplateGroupAccessControlEntryCommand.ts @@ -109,9 +109,6 @@ export class CreateTemplateGroupAccessControlEntryCommand extends $Command< CreateTemplateGroupAccessControlEntryCommandOutput, PcaConnectorAdClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -125,9 +122,7 @@ export class CreateTemplateGroupAccessControlEntryCommand extends $Command< * @public */ constructor(readonly input: CreateTemplateGroupAccessControlEntryCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -186,7 +181,4 @@ export class CreateTemplateGroupAccessControlEntryCommand extends $Command< ): Promise { return de_CreateTemplateGroupAccessControlEntryCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-pca-connector-ad/src/commands/DeleteConnectorCommand.ts b/clients/client-pca-connector-ad/src/commands/DeleteConnectorCommand.ts index 4ef0a820df5e..43672cd7e33c 100644 --- a/clients/client-pca-connector-ad/src/commands/DeleteConnectorCommand.ts +++ b/clients/client-pca-connector-ad/src/commands/DeleteConnectorCommand.ts @@ -98,9 +98,6 @@ export class DeleteConnectorCommand extends $Command< DeleteConnectorCommandOutput, PcaConnectorAdClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -114,9 +111,7 @@ export class DeleteConnectorCommand extends $Command< * @public */ constructor(readonly input: DeleteConnectorCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -169,7 +164,4 @@ export class DeleteConnectorCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteConnectorCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-pca-connector-ad/src/commands/DeleteDirectoryRegistrationCommand.ts b/clients/client-pca-connector-ad/src/commands/DeleteDirectoryRegistrationCommand.ts index aab1fa52a6fd..5cecef15cd11 100644 --- a/clients/client-pca-connector-ad/src/commands/DeleteDirectoryRegistrationCommand.ts +++ b/clients/client-pca-connector-ad/src/commands/DeleteDirectoryRegistrationCommand.ts @@ -94,9 +94,6 @@ export class DeleteDirectoryRegistrationCommand extends $Command< DeleteDirectoryRegistrationCommandOutput, PcaConnectorAdClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -110,9 +107,7 @@ export class DeleteDirectoryRegistrationCommand extends $Command< * @public */ constructor(readonly input: DeleteDirectoryRegistrationCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -168,7 +163,4 @@ export class DeleteDirectoryRegistrationCommand extends $Command< ): Promise { return de_DeleteDirectoryRegistrationCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-pca-connector-ad/src/commands/DeleteServicePrincipalNameCommand.ts b/clients/client-pca-connector-ad/src/commands/DeleteServicePrincipalNameCommand.ts index 337781d16a06..356e739ca4a8 100644 --- a/clients/client-pca-connector-ad/src/commands/DeleteServicePrincipalNameCommand.ts +++ b/clients/client-pca-connector-ad/src/commands/DeleteServicePrincipalNameCommand.ts @@ -92,9 +92,6 @@ export class DeleteServicePrincipalNameCommand extends $Command< DeleteServicePrincipalNameCommandOutput, PcaConnectorAdClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -108,9 +105,7 @@ export class DeleteServicePrincipalNameCommand extends $Command< * @public */ constructor(readonly input: DeleteServicePrincipalNameCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -166,7 +161,4 @@ export class DeleteServicePrincipalNameCommand extends $Command< ): Promise { return de_DeleteServicePrincipalNameCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-pca-connector-ad/src/commands/DeleteTemplateCommand.ts b/clients/client-pca-connector-ad/src/commands/DeleteTemplateCommand.ts index a05cbef9afc2..d3ff3c391e21 100644 --- a/clients/client-pca-connector-ad/src/commands/DeleteTemplateCommand.ts +++ b/clients/client-pca-connector-ad/src/commands/DeleteTemplateCommand.ts @@ -95,9 +95,6 @@ export class DeleteTemplateCommand extends $Command< DeleteTemplateCommandOutput, PcaConnectorAdClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -111,9 +108,7 @@ export class DeleteTemplateCommand extends $Command< * @public */ constructor(readonly input: DeleteTemplateCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -166,7 +161,4 @@ export class DeleteTemplateCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteTemplateCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-pca-connector-ad/src/commands/DeleteTemplateGroupAccessControlEntryCommand.ts b/clients/client-pca-connector-ad/src/commands/DeleteTemplateGroupAccessControlEntryCommand.ts index 8f908630b4f4..a680060dcccd 100644 --- a/clients/client-pca-connector-ad/src/commands/DeleteTemplateGroupAccessControlEntryCommand.ts +++ b/clients/client-pca-connector-ad/src/commands/DeleteTemplateGroupAccessControlEntryCommand.ts @@ -99,9 +99,6 @@ export class DeleteTemplateGroupAccessControlEntryCommand extends $Command< DeleteTemplateGroupAccessControlEntryCommandOutput, PcaConnectorAdClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -115,9 +112,7 @@ export class DeleteTemplateGroupAccessControlEntryCommand extends $Command< * @public */ constructor(readonly input: DeleteTemplateGroupAccessControlEntryCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -176,7 +171,4 @@ export class DeleteTemplateGroupAccessControlEntryCommand extends $Command< ): Promise { return de_DeleteTemplateGroupAccessControlEntryCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-pca-connector-ad/src/commands/GetConnectorCommand.ts b/clients/client-pca-connector-ad/src/commands/GetConnectorCommand.ts index b60d5948f6bd..f2909777f2a9 100644 --- a/clients/client-pca-connector-ad/src/commands/GetConnectorCommand.ts +++ b/clients/client-pca-connector-ad/src/commands/GetConnectorCommand.ts @@ -107,9 +107,6 @@ export class GetConnectorCommand extends $Command< GetConnectorCommandOutput, PcaConnectorAdClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -123,9 +120,7 @@ export class GetConnectorCommand extends $Command< * @public */ constructor(readonly input: GetConnectorCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -176,7 +171,4 @@ export class GetConnectorCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetConnectorCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-pca-connector-ad/src/commands/GetDirectoryRegistrationCommand.ts b/clients/client-pca-connector-ad/src/commands/GetDirectoryRegistrationCommand.ts index 097394345b82..827b5b09f328 100644 --- a/clients/client-pca-connector-ad/src/commands/GetDirectoryRegistrationCommand.ts +++ b/clients/client-pca-connector-ad/src/commands/GetDirectoryRegistrationCommand.ts @@ -99,9 +99,6 @@ export class GetDirectoryRegistrationCommand extends $Command< GetDirectoryRegistrationCommandOutput, PcaConnectorAdClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -115,9 +112,7 @@ export class GetDirectoryRegistrationCommand extends $Command< * @public */ constructor(readonly input: GetDirectoryRegistrationCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -170,7 +165,4 @@ export class GetDirectoryRegistrationCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetDirectoryRegistrationCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-pca-connector-ad/src/commands/GetServicePrincipalNameCommand.ts b/clients/client-pca-connector-ad/src/commands/GetServicePrincipalNameCommand.ts index 77d995b80bed..5eda03371674 100644 --- a/clients/client-pca-connector-ad/src/commands/GetServicePrincipalNameCommand.ts +++ b/clients/client-pca-connector-ad/src/commands/GetServicePrincipalNameCommand.ts @@ -101,9 +101,6 @@ export class GetServicePrincipalNameCommand extends $Command< GetServicePrincipalNameCommandOutput, PcaConnectorAdClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -117,9 +114,7 @@ export class GetServicePrincipalNameCommand extends $Command< * @public */ constructor(readonly input: GetServicePrincipalNameCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -172,7 +167,4 @@ export class GetServicePrincipalNameCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetServicePrincipalNameCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-pca-connector-ad/src/commands/GetTemplateCommand.ts b/clients/client-pca-connector-ad/src/commands/GetTemplateCommand.ts index e77fb0bf8db4..8b7b5c4d0351 100644 --- a/clients/client-pca-connector-ad/src/commands/GetTemplateCommand.ts +++ b/clients/client-pca-connector-ad/src/commands/GetTemplateCommand.ts @@ -342,9 +342,6 @@ export class GetTemplateCommand extends $Command< GetTemplateCommandOutput, PcaConnectorAdClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -358,9 +355,7 @@ export class GetTemplateCommand extends $Command< * @public */ constructor(readonly input: GetTemplateCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -411,7 +406,4 @@ export class GetTemplateCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetTemplateCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-pca-connector-ad/src/commands/GetTemplateGroupAccessControlEntryCommand.ts b/clients/client-pca-connector-ad/src/commands/GetTemplateGroupAccessControlEntryCommand.ts index d43ef6f4d9ea..56812f151144 100644 --- a/clients/client-pca-connector-ad/src/commands/GetTemplateGroupAccessControlEntryCommand.ts +++ b/clients/client-pca-connector-ad/src/commands/GetTemplateGroupAccessControlEntryCommand.ts @@ -111,9 +111,6 @@ export class GetTemplateGroupAccessControlEntryCommand extends $Command< GetTemplateGroupAccessControlEntryCommandOutput, PcaConnectorAdClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -127,9 +124,7 @@ export class GetTemplateGroupAccessControlEntryCommand extends $Command< * @public */ constructor(readonly input: GetTemplateGroupAccessControlEntryCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -188,7 +183,4 @@ export class GetTemplateGroupAccessControlEntryCommand extends $Command< ): Promise { return de_GetTemplateGroupAccessControlEntryCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-pca-connector-ad/src/commands/ListConnectorsCommand.ts b/clients/client-pca-connector-ad/src/commands/ListConnectorsCommand.ts index 1591358af134..bd325b650e4c 100644 --- a/clients/client-pca-connector-ad/src/commands/ListConnectorsCommand.ts +++ b/clients/client-pca-connector-ad/src/commands/ListConnectorsCommand.ts @@ -106,9 +106,6 @@ export class ListConnectorsCommand extends $Command< ListConnectorsCommandOutput, PcaConnectorAdClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -122,9 +119,7 @@ export class ListConnectorsCommand extends $Command< * @public */ constructor(readonly input: ListConnectorsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -177,7 +172,4 @@ export class ListConnectorsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListConnectorsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-pca-connector-ad/src/commands/ListDirectoryRegistrationsCommand.ts b/clients/client-pca-connector-ad/src/commands/ListDirectoryRegistrationsCommand.ts index c9f6594ae913..030222445722 100644 --- a/clients/client-pca-connector-ad/src/commands/ListDirectoryRegistrationsCommand.ts +++ b/clients/client-pca-connector-ad/src/commands/ListDirectoryRegistrationsCommand.ts @@ -100,9 +100,6 @@ export class ListDirectoryRegistrationsCommand extends $Command< ListDirectoryRegistrationsCommandOutput, PcaConnectorAdClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -116,9 +113,7 @@ export class ListDirectoryRegistrationsCommand extends $Command< * @public */ constructor(readonly input: ListDirectoryRegistrationsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -174,7 +169,4 @@ export class ListDirectoryRegistrationsCommand extends $Command< ): Promise { return de_ListDirectoryRegistrationsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-pca-connector-ad/src/commands/ListServicePrincipalNamesCommand.ts b/clients/client-pca-connector-ad/src/commands/ListServicePrincipalNamesCommand.ts index a4ec3ef6121d..40b57d001c67 100644 --- a/clients/client-pca-connector-ad/src/commands/ListServicePrincipalNamesCommand.ts +++ b/clients/client-pca-connector-ad/src/commands/ListServicePrincipalNamesCommand.ts @@ -105,9 +105,6 @@ export class ListServicePrincipalNamesCommand extends $Command< ListServicePrincipalNamesCommandOutput, PcaConnectorAdClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -121,9 +118,7 @@ export class ListServicePrincipalNamesCommand extends $Command< * @public */ constructor(readonly input: ListServicePrincipalNamesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -179,7 +174,4 @@ export class ListServicePrincipalNamesCommand extends $Command< ): Promise { return de_ListServicePrincipalNamesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-pca-connector-ad/src/commands/ListTagsForResourceCommand.ts b/clients/client-pca-connector-ad/src/commands/ListTagsForResourceCommand.ts index 9c2985cec90a..dbc73b510c9a 100644 --- a/clients/client-pca-connector-ad/src/commands/ListTagsForResourceCommand.ts +++ b/clients/client-pca-connector-ad/src/commands/ListTagsForResourceCommand.ts @@ -94,9 +94,6 @@ export class ListTagsForResourceCommand extends $Command< ListTagsForResourceCommandOutput, PcaConnectorAdClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -110,9 +107,7 @@ export class ListTagsForResourceCommand extends $Command< * @public */ constructor(readonly input: ListTagsForResourceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -165,7 +160,4 @@ export class ListTagsForResourceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListTagsForResourceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-pca-connector-ad/src/commands/ListTemplateGroupAccessControlEntriesCommand.ts b/clients/client-pca-connector-ad/src/commands/ListTemplateGroupAccessControlEntriesCommand.ts index 0cefa9557369..d923af794a0c 100644 --- a/clients/client-pca-connector-ad/src/commands/ListTemplateGroupAccessControlEntriesCommand.ts +++ b/clients/client-pca-connector-ad/src/commands/ListTemplateGroupAccessControlEntriesCommand.ts @@ -116,9 +116,6 @@ export class ListTemplateGroupAccessControlEntriesCommand extends $Command< ListTemplateGroupAccessControlEntriesCommandOutput, PcaConnectorAdClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -132,9 +129,7 @@ export class ListTemplateGroupAccessControlEntriesCommand extends $Command< * @public */ constructor(readonly input: ListTemplateGroupAccessControlEntriesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -193,7 +188,4 @@ export class ListTemplateGroupAccessControlEntriesCommand extends $Command< ): Promise { return de_ListTemplateGroupAccessControlEntriesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-pca-connector-ad/src/commands/ListTemplatesCommand.ts b/clients/client-pca-connector-ad/src/commands/ListTemplatesCommand.ts index 73193de82be1..fe371786f9e1 100644 --- a/clients/client-pca-connector-ad/src/commands/ListTemplatesCommand.ts +++ b/clients/client-pca-connector-ad/src/commands/ListTemplatesCommand.ts @@ -346,9 +346,6 @@ export class ListTemplatesCommand extends $Command< ListTemplatesCommandOutput, PcaConnectorAdClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -362,9 +359,7 @@ export class ListTemplatesCommand extends $Command< * @public */ constructor(readonly input: ListTemplatesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -415,7 +410,4 @@ export class ListTemplatesCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListTemplatesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-pca-connector-ad/src/commands/TagResourceCommand.ts b/clients/client-pca-connector-ad/src/commands/TagResourceCommand.ts index 1d7b8695c350..e6ef77c73ff9 100644 --- a/clients/client-pca-connector-ad/src/commands/TagResourceCommand.ts +++ b/clients/client-pca-connector-ad/src/commands/TagResourceCommand.ts @@ -93,9 +93,6 @@ export class TagResourceCommand extends $Command< TagResourceCommandOutput, PcaConnectorAdClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -109,9 +106,7 @@ export class TagResourceCommand extends $Command< * @public */ constructor(readonly input: TagResourceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -162,7 +157,4 @@ export class TagResourceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_TagResourceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-pca-connector-ad/src/commands/UntagResourceCommand.ts b/clients/client-pca-connector-ad/src/commands/UntagResourceCommand.ts index 4b5051a43851..07b8ff6d03f2 100644 --- a/clients/client-pca-connector-ad/src/commands/UntagResourceCommand.ts +++ b/clients/client-pca-connector-ad/src/commands/UntagResourceCommand.ts @@ -93,9 +93,6 @@ export class UntagResourceCommand extends $Command< UntagResourceCommandOutput, PcaConnectorAdClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -109,9 +106,7 @@ export class UntagResourceCommand extends $Command< * @public */ constructor(readonly input: UntagResourceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -162,7 +157,4 @@ export class UntagResourceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UntagResourceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-pca-connector-ad/src/commands/UpdateTemplateCommand.ts b/clients/client-pca-connector-ad/src/commands/UpdateTemplateCommand.ts index e17658bc3d09..73f50581819a 100644 --- a/clients/client-pca-connector-ad/src/commands/UpdateTemplateCommand.ts +++ b/clients/client-pca-connector-ad/src/commands/UpdateTemplateCommand.ts @@ -331,9 +331,6 @@ export class UpdateTemplateCommand extends $Command< UpdateTemplateCommandOutput, PcaConnectorAdClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -347,9 +344,7 @@ export class UpdateTemplateCommand extends $Command< * @public */ constructor(readonly input: UpdateTemplateCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -402,7 +397,4 @@ export class UpdateTemplateCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdateTemplateCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-pca-connector-ad/src/commands/UpdateTemplateGroupAccessControlEntryCommand.ts b/clients/client-pca-connector-ad/src/commands/UpdateTemplateGroupAccessControlEntryCommand.ts index 37a1711dd3b6..eaf501429923 100644 --- a/clients/client-pca-connector-ad/src/commands/UpdateTemplateGroupAccessControlEntryCommand.ts +++ b/clients/client-pca-connector-ad/src/commands/UpdateTemplateGroupAccessControlEntryCommand.ts @@ -104,9 +104,6 @@ export class UpdateTemplateGroupAccessControlEntryCommand extends $Command< UpdateTemplateGroupAccessControlEntryCommandOutput, PcaConnectorAdClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -120,9 +117,7 @@ export class UpdateTemplateGroupAccessControlEntryCommand extends $Command< * @public */ constructor(readonly input: UpdateTemplateGroupAccessControlEntryCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -181,7 +176,4 @@ export class UpdateTemplateGroupAccessControlEntryCommand extends $Command< ): Promise { return de_UpdateTemplateGroupAccessControlEntryCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-personalize-events/package.json b/clients/client-personalize-events/package.json index 4d72555c7c19..78c26a7960f2 100644 --- a/clients/client-personalize-events/package.json +++ b/clients/client-personalize-events/package.json @@ -34,29 +34,29 @@ "@aws-sdk/util-endpoints": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@smithy/config-resolver": "^2.0.16", - "@smithy/fetch-http-handler": "^2.2.4", - "@smithy/hash-node": "^2.0.12", - "@smithy/invalid-dependency": "^2.0.12", - "@smithy/middleware-content-length": "^2.0.14", - "@smithy/middleware-endpoint": "^2.1.3", - "@smithy/middleware-retry": "^2.0.18", - "@smithy/middleware-serde": "^2.0.12", - "@smithy/middleware-stack": "^2.0.6", - "@smithy/node-config-provider": "^2.1.3", - "@smithy/node-http-handler": "^2.1.8", - "@smithy/protocol-http": "^3.0.8", - "@smithy/smithy-client": "^2.1.12", - "@smithy/types": "^2.4.0", - "@smithy/url-parser": "^2.0.12", - "@smithy/util-base64": "^2.0.0", + "@smithy/config-resolver": "^2.0.18", + "@smithy/fetch-http-handler": "^2.2.6", + "@smithy/hash-node": "^2.0.15", + "@smithy/invalid-dependency": "^2.0.13", + "@smithy/middleware-content-length": "^2.0.15", + "@smithy/middleware-endpoint": "^2.2.0", + "@smithy/middleware-retry": "^2.0.20", + "@smithy/middleware-serde": "^2.0.13", + "@smithy/middleware-stack": "^2.0.7", + "@smithy/node-config-provider": "^2.1.5", + "@smithy/node-http-handler": "^2.1.9", + "@smithy/protocol-http": "^3.0.9", + "@smithy/smithy-client": "^2.1.15", + "@smithy/types": "^2.5.0", + "@smithy/url-parser": "^2.0.13", + "@smithy/util-base64": "^2.0.1", "@smithy/util-body-length-browser": "^2.0.0", "@smithy/util-body-length-node": "^2.1.0", - "@smithy/util-defaults-mode-browser": "^2.0.16", - "@smithy/util-defaults-mode-node": "^2.0.21", - "@smithy/util-endpoints": "^1.0.2", - "@smithy/util-retry": "^2.0.5", - "@smithy/util-utf8": "^2.0.0", + "@smithy/util-defaults-mode-browser": "^2.0.19", + "@smithy/util-defaults-mode-node": "^2.0.25", + "@smithy/util-endpoints": "^1.0.4", + "@smithy/util-retry": "^2.0.6", + "@smithy/util-utf8": "^2.0.2", "tslib": "^2.5.0" }, "devDependencies": { diff --git a/clients/client-personalize-events/src/commands/PutEventsCommand.ts b/clients/client-personalize-events/src/commands/PutEventsCommand.ts index 0b351d4eef13..d0ab3e9987fd 100644 --- a/clients/client-personalize-events/src/commands/PutEventsCommand.ts +++ b/clients/client-personalize-events/src/commands/PutEventsCommand.ts @@ -95,9 +95,6 @@ export class PutEventsCommand extends $Command< PutEventsCommandOutput, PersonalizeEventsClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -111,9 +108,7 @@ export class PutEventsCommand extends $Command< * @public */ constructor(readonly input: PutEventsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -164,7 +159,4 @@ export class PutEventsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_PutEventsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-personalize-events/src/commands/PutItemsCommand.ts b/clients/client-personalize-events/src/commands/PutItemsCommand.ts index a2236b6a8e8e..443e4815ed30 100644 --- a/clients/client-personalize-events/src/commands/PutItemsCommand.ts +++ b/clients/client-personalize-events/src/commands/PutItemsCommand.ts @@ -89,9 +89,6 @@ export class PutItemsCommand extends $Command< PutItemsCommandOutput, PersonalizeEventsClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -105,9 +102,7 @@ export class PutItemsCommand extends $Command< * @public */ constructor(readonly input: PutItemsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -158,7 +153,4 @@ export class PutItemsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_PutItemsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-personalize-events/src/commands/PutUsersCommand.ts b/clients/client-personalize-events/src/commands/PutUsersCommand.ts index 4514eee8f191..b9c2a963dde4 100644 --- a/clients/client-personalize-events/src/commands/PutUsersCommand.ts +++ b/clients/client-personalize-events/src/commands/PutUsersCommand.ts @@ -88,9 +88,6 @@ export class PutUsersCommand extends $Command< PutUsersCommandOutput, PersonalizeEventsClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -104,9 +101,7 @@ export class PutUsersCommand extends $Command< * @public */ constructor(readonly input: PutUsersCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -157,7 +152,4 @@ export class PutUsersCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_PutUsersCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-personalize-runtime/package.json b/clients/client-personalize-runtime/package.json index b45e7e31536e..55186deca997 100644 --- a/clients/client-personalize-runtime/package.json +++ b/clients/client-personalize-runtime/package.json @@ -34,29 +34,29 @@ "@aws-sdk/util-endpoints": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@smithy/config-resolver": "^2.0.16", - "@smithy/fetch-http-handler": "^2.2.4", - "@smithy/hash-node": "^2.0.12", - "@smithy/invalid-dependency": "^2.0.12", - "@smithy/middleware-content-length": "^2.0.14", - "@smithy/middleware-endpoint": "^2.1.3", - "@smithy/middleware-retry": "^2.0.18", - "@smithy/middleware-serde": "^2.0.12", - "@smithy/middleware-stack": "^2.0.6", - "@smithy/node-config-provider": "^2.1.3", - "@smithy/node-http-handler": "^2.1.8", - "@smithy/protocol-http": "^3.0.8", - "@smithy/smithy-client": "^2.1.12", - "@smithy/types": "^2.4.0", - "@smithy/url-parser": "^2.0.12", - "@smithy/util-base64": "^2.0.0", + "@smithy/config-resolver": "^2.0.18", + "@smithy/fetch-http-handler": "^2.2.6", + "@smithy/hash-node": "^2.0.15", + "@smithy/invalid-dependency": "^2.0.13", + "@smithy/middleware-content-length": "^2.0.15", + "@smithy/middleware-endpoint": "^2.2.0", + "@smithy/middleware-retry": "^2.0.20", + "@smithy/middleware-serde": "^2.0.13", + "@smithy/middleware-stack": "^2.0.7", + "@smithy/node-config-provider": "^2.1.5", + "@smithy/node-http-handler": "^2.1.9", + "@smithy/protocol-http": "^3.0.9", + "@smithy/smithy-client": "^2.1.15", + "@smithy/types": "^2.5.0", + "@smithy/url-parser": "^2.0.13", + "@smithy/util-base64": "^2.0.1", "@smithy/util-body-length-browser": "^2.0.0", "@smithy/util-body-length-node": "^2.1.0", - "@smithy/util-defaults-mode-browser": "^2.0.16", - "@smithy/util-defaults-mode-node": "^2.0.21", - "@smithy/util-endpoints": "^1.0.2", - "@smithy/util-retry": "^2.0.5", - "@smithy/util-utf8": "^2.0.0", + "@smithy/util-defaults-mode-browser": "^2.0.19", + "@smithy/util-defaults-mode-node": "^2.0.25", + "@smithy/util-endpoints": "^1.0.4", + "@smithy/util-retry": "^2.0.6", + "@smithy/util-utf8": "^2.0.2", "tslib": "^2.5.0" }, "devDependencies": { diff --git a/clients/client-personalize-runtime/src/commands/GetPersonalizedRankingCommand.ts b/clients/client-personalize-runtime/src/commands/GetPersonalizedRankingCommand.ts index 743e856951a5..6d4f5a629fb1 100644 --- a/clients/client-personalize-runtime/src/commands/GetPersonalizedRankingCommand.ts +++ b/clients/client-personalize-runtime/src/commands/GetPersonalizedRankingCommand.ts @@ -107,9 +107,6 @@ export class GetPersonalizedRankingCommand extends $Command< GetPersonalizedRankingCommandOutput, PersonalizeRuntimeClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -123,9 +120,7 @@ export class GetPersonalizedRankingCommand extends $Command< * @public */ constructor(readonly input: GetPersonalizedRankingCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -178,7 +173,4 @@ export class GetPersonalizedRankingCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetPersonalizedRankingCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-personalize-runtime/src/commands/GetRecommendationsCommand.ts b/clients/client-personalize-runtime/src/commands/GetRecommendationsCommand.ts index e784f96c8ea6..af347a2cefeb 100644 --- a/clients/client-personalize-runtime/src/commands/GetRecommendationsCommand.ts +++ b/clients/client-personalize-runtime/src/commands/GetRecommendationsCommand.ts @@ -129,9 +129,6 @@ export class GetRecommendationsCommand extends $Command< GetRecommendationsCommandOutput, PersonalizeRuntimeClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -145,9 +142,7 @@ export class GetRecommendationsCommand extends $Command< * @public */ constructor(readonly input: GetRecommendationsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -200,7 +195,4 @@ export class GetRecommendationsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetRecommendationsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-personalize/package.json b/clients/client-personalize/package.json index b1fef25f553d..9a5f5b561ef3 100644 --- a/clients/client-personalize/package.json +++ b/clients/client-personalize/package.json @@ -34,29 +34,29 @@ "@aws-sdk/util-endpoints": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@smithy/config-resolver": "^2.0.16", - "@smithy/fetch-http-handler": "^2.2.4", - "@smithy/hash-node": "^2.0.12", - "@smithy/invalid-dependency": "^2.0.12", - "@smithy/middleware-content-length": "^2.0.14", - "@smithy/middleware-endpoint": "^2.1.3", - "@smithy/middleware-retry": "^2.0.18", - "@smithy/middleware-serde": "^2.0.12", - "@smithy/middleware-stack": "^2.0.6", - "@smithy/node-config-provider": "^2.1.3", - "@smithy/node-http-handler": "^2.1.8", - "@smithy/protocol-http": "^3.0.8", - "@smithy/smithy-client": "^2.1.12", - "@smithy/types": "^2.4.0", - "@smithy/url-parser": "^2.0.12", - "@smithy/util-base64": "^2.0.0", + "@smithy/config-resolver": "^2.0.18", + "@smithy/fetch-http-handler": "^2.2.6", + "@smithy/hash-node": "^2.0.15", + "@smithy/invalid-dependency": "^2.0.13", + "@smithy/middleware-content-length": "^2.0.15", + "@smithy/middleware-endpoint": "^2.2.0", + "@smithy/middleware-retry": "^2.0.20", + "@smithy/middleware-serde": "^2.0.13", + "@smithy/middleware-stack": "^2.0.7", + "@smithy/node-config-provider": "^2.1.5", + "@smithy/node-http-handler": "^2.1.9", + "@smithy/protocol-http": "^3.0.9", + "@smithy/smithy-client": "^2.1.15", + "@smithy/types": "^2.5.0", + "@smithy/url-parser": "^2.0.13", + "@smithy/util-base64": "^2.0.1", "@smithy/util-body-length-browser": "^2.0.0", "@smithy/util-body-length-node": "^2.1.0", - "@smithy/util-defaults-mode-browser": "^2.0.16", - "@smithy/util-defaults-mode-node": "^2.0.21", - "@smithy/util-endpoints": "^1.0.2", - "@smithy/util-retry": "^2.0.5", - "@smithy/util-utf8": "^2.0.0", + "@smithy/util-defaults-mode-browser": "^2.0.19", + "@smithy/util-defaults-mode-node": "^2.0.25", + "@smithy/util-endpoints": "^1.0.4", + "@smithy/util-retry": "^2.0.6", + "@smithy/util-utf8": "^2.0.2", "tslib": "^2.5.0" }, "devDependencies": { diff --git a/clients/client-personalize/src/commands/CreateBatchInferenceJobCommand.ts b/clients/client-personalize/src/commands/CreateBatchInferenceJobCommand.ts index 33464d7928ac..0ff18b2b2749 100644 --- a/clients/client-personalize/src/commands/CreateBatchInferenceJobCommand.ts +++ b/clients/client-personalize/src/commands/CreateBatchInferenceJobCommand.ts @@ -118,9 +118,6 @@ export class CreateBatchInferenceJobCommand extends $Command< CreateBatchInferenceJobCommandOutput, PersonalizeClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -134,9 +131,7 @@ export class CreateBatchInferenceJobCommand extends $Command< * @public */ constructor(readonly input: CreateBatchInferenceJobCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -189,7 +184,4 @@ export class CreateBatchInferenceJobCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateBatchInferenceJobCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-personalize/src/commands/CreateBatchSegmentJobCommand.ts b/clients/client-personalize/src/commands/CreateBatchSegmentJobCommand.ts index 9f5e3fd459f8..9490a0282822 100644 --- a/clients/client-personalize/src/commands/CreateBatchSegmentJobCommand.ts +++ b/clients/client-personalize/src/commands/CreateBatchSegmentJobCommand.ts @@ -112,9 +112,6 @@ export class CreateBatchSegmentJobCommand extends $Command< CreateBatchSegmentJobCommandOutput, PersonalizeClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -128,9 +125,7 @@ export class CreateBatchSegmentJobCommand extends $Command< * @public */ constructor(readonly input: CreateBatchSegmentJobCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -183,7 +178,4 @@ export class CreateBatchSegmentJobCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateBatchSegmentJobCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-personalize/src/commands/CreateCampaignCommand.ts b/clients/client-personalize/src/commands/CreateCampaignCommand.ts index ed55360c76f9..0c30f8d136ad 100644 --- a/clients/client-personalize/src/commands/CreateCampaignCommand.ts +++ b/clients/client-personalize/src/commands/CreateCampaignCommand.ts @@ -172,9 +172,6 @@ export class CreateCampaignCommand extends $Command< CreateCampaignCommandOutput, PersonalizeClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -188,9 +185,7 @@ export class CreateCampaignCommand extends $Command< * @public */ constructor(readonly input: CreateCampaignCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -243,7 +238,4 @@ export class CreateCampaignCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateCampaignCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-personalize/src/commands/CreateDatasetCommand.ts b/clients/client-personalize/src/commands/CreateDatasetCommand.ts index 397eed94f0c7..f53e70fbc354 100644 --- a/clients/client-personalize/src/commands/CreateDatasetCommand.ts +++ b/clients/client-personalize/src/commands/CreateDatasetCommand.ts @@ -150,9 +150,6 @@ export class CreateDatasetCommand extends $Command< CreateDatasetCommandOutput, PersonalizeClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -166,9 +163,7 @@ export class CreateDatasetCommand extends $Command< * @public */ constructor(readonly input: CreateDatasetCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -219,7 +214,4 @@ export class CreateDatasetCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateDatasetCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-personalize/src/commands/CreateDatasetExportJobCommand.ts b/clients/client-personalize/src/commands/CreateDatasetExportJobCommand.ts index 10187734fc12..2d095244d17c 100644 --- a/clients/client-personalize/src/commands/CreateDatasetExportJobCommand.ts +++ b/clients/client-personalize/src/commands/CreateDatasetExportJobCommand.ts @@ -121,9 +121,6 @@ export class CreateDatasetExportJobCommand extends $Command< CreateDatasetExportJobCommandOutput, PersonalizeClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -137,9 +134,7 @@ export class CreateDatasetExportJobCommand extends $Command< * @public */ constructor(readonly input: CreateDatasetExportJobCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -192,7 +187,4 @@ export class CreateDatasetExportJobCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateDatasetExportJobCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-personalize/src/commands/CreateDatasetGroupCommand.ts b/clients/client-personalize/src/commands/CreateDatasetGroupCommand.ts index 6c5ba1e87f89..cd25cfc341d6 100644 --- a/clients/client-personalize/src/commands/CreateDatasetGroupCommand.ts +++ b/clients/client-personalize/src/commands/CreateDatasetGroupCommand.ts @@ -172,9 +172,6 @@ export class CreateDatasetGroupCommand extends $Command< CreateDatasetGroupCommandOutput, PersonalizeClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -188,9 +185,7 @@ export class CreateDatasetGroupCommand extends $Command< * @public */ constructor(readonly input: CreateDatasetGroupCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -243,7 +238,4 @@ export class CreateDatasetGroupCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateDatasetGroupCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-personalize/src/commands/CreateDatasetImportJobCommand.ts b/clients/client-personalize/src/commands/CreateDatasetImportJobCommand.ts index 636575dae5b6..a6d7c394c231 100644 --- a/clients/client-personalize/src/commands/CreateDatasetImportJobCommand.ts +++ b/clients/client-personalize/src/commands/CreateDatasetImportJobCommand.ts @@ -147,9 +147,6 @@ export class CreateDatasetImportJobCommand extends $Command< CreateDatasetImportJobCommandOutput, PersonalizeClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -163,9 +160,7 @@ export class CreateDatasetImportJobCommand extends $Command< * @public */ constructor(readonly input: CreateDatasetImportJobCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -218,7 +213,4 @@ export class CreateDatasetImportJobCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateDatasetImportJobCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-personalize/src/commands/CreateEventTrackerCommand.ts b/clients/client-personalize/src/commands/CreateEventTrackerCommand.ts index 8e46155db8f3..0d0dd0add4e7 100644 --- a/clients/client-personalize/src/commands/CreateEventTrackerCommand.ts +++ b/clients/client-personalize/src/commands/CreateEventTrackerCommand.ts @@ -141,9 +141,6 @@ export class CreateEventTrackerCommand extends $Command< CreateEventTrackerCommandOutput, PersonalizeClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -157,9 +154,7 @@ export class CreateEventTrackerCommand extends $Command< * @public */ constructor(readonly input: CreateEventTrackerCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -212,7 +207,4 @@ export class CreateEventTrackerCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateEventTrackerCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-personalize/src/commands/CreateFilterCommand.ts b/clients/client-personalize/src/commands/CreateFilterCommand.ts index 1169613a900f..569495a49452 100644 --- a/clients/client-personalize/src/commands/CreateFilterCommand.ts +++ b/clients/client-personalize/src/commands/CreateFilterCommand.ts @@ -93,9 +93,6 @@ export class CreateFilterCommand extends $Command< CreateFilterCommandOutput, PersonalizeClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -109,9 +106,7 @@ export class CreateFilterCommand extends $Command< * @public */ constructor(readonly input: CreateFilterCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -162,7 +157,4 @@ export class CreateFilterCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateFilterCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-personalize/src/commands/CreateMetricAttributionCommand.ts b/clients/client-personalize/src/commands/CreateMetricAttributionCommand.ts index 0a2e006b9b93..83e17b4a9f84 100644 --- a/clients/client-personalize/src/commands/CreateMetricAttributionCommand.ts +++ b/clients/client-personalize/src/commands/CreateMetricAttributionCommand.ts @@ -102,9 +102,6 @@ export class CreateMetricAttributionCommand extends $Command< CreateMetricAttributionCommandOutput, PersonalizeClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -118,9 +115,7 @@ export class CreateMetricAttributionCommand extends $Command< * @public */ constructor(readonly input: CreateMetricAttributionCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -173,7 +168,4 @@ export class CreateMetricAttributionCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateMetricAttributionCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-personalize/src/commands/CreateRecommenderCommand.ts b/clients/client-personalize/src/commands/CreateRecommenderCommand.ts index 7d1cb7065551..c46114602439 100644 --- a/clients/client-personalize/src/commands/CreateRecommenderCommand.ts +++ b/clients/client-personalize/src/commands/CreateRecommenderCommand.ts @@ -186,9 +186,6 @@ export class CreateRecommenderCommand extends $Command< CreateRecommenderCommandOutput, PersonalizeClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -202,9 +199,7 @@ export class CreateRecommenderCommand extends $Command< * @public */ constructor(readonly input: CreateRecommenderCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -257,7 +252,4 @@ export class CreateRecommenderCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateRecommenderCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-personalize/src/commands/CreateSchemaCommand.ts b/clients/client-personalize/src/commands/CreateSchemaCommand.ts index b22eb8e91305..b436fcc25371 100644 --- a/clients/client-personalize/src/commands/CreateSchemaCommand.ts +++ b/clients/client-personalize/src/commands/CreateSchemaCommand.ts @@ -106,9 +106,6 @@ export class CreateSchemaCommand extends $Command< CreateSchemaCommandOutput, PersonalizeClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -122,9 +119,7 @@ export class CreateSchemaCommand extends $Command< * @public */ constructor(readonly input: CreateSchemaCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -175,7 +170,4 @@ export class CreateSchemaCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateSchemaCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-personalize/src/commands/CreateSolutionCommand.ts b/clients/client-personalize/src/commands/CreateSolutionCommand.ts index bd113dc2eedb..2e8868e0f338 100644 --- a/clients/client-personalize/src/commands/CreateSolutionCommand.ts +++ b/clients/client-personalize/src/commands/CreateSolutionCommand.ts @@ -227,9 +227,6 @@ export class CreateSolutionCommand extends $Command< CreateSolutionCommandOutput, PersonalizeClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -243,9 +240,7 @@ export class CreateSolutionCommand extends $Command< * @public */ constructor(readonly input: CreateSolutionCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -298,7 +293,4 @@ export class CreateSolutionCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateSolutionCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-personalize/src/commands/CreateSolutionVersionCommand.ts b/clients/client-personalize/src/commands/CreateSolutionVersionCommand.ts index 2a116a724519..88cca680350a 100644 --- a/clients/client-personalize/src/commands/CreateSolutionVersionCommand.ts +++ b/clients/client-personalize/src/commands/CreateSolutionVersionCommand.ts @@ -162,9 +162,6 @@ export class CreateSolutionVersionCommand extends $Command< CreateSolutionVersionCommandOutput, PersonalizeClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -178,9 +175,7 @@ export class CreateSolutionVersionCommand extends $Command< * @public */ constructor(readonly input: CreateSolutionVersionCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -233,7 +228,4 @@ export class CreateSolutionVersionCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateSolutionVersionCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-personalize/src/commands/DeleteCampaignCommand.ts b/clients/client-personalize/src/commands/DeleteCampaignCommand.ts index 45a143a5e70b..0a1ab9586f80 100644 --- a/clients/client-personalize/src/commands/DeleteCampaignCommand.ts +++ b/clients/client-personalize/src/commands/DeleteCampaignCommand.ts @@ -82,9 +82,6 @@ export class DeleteCampaignCommand extends $Command< DeleteCampaignCommandOutput, PersonalizeClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -98,9 +95,7 @@ export class DeleteCampaignCommand extends $Command< * @public */ constructor(readonly input: DeleteCampaignCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -153,7 +148,4 @@ export class DeleteCampaignCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteCampaignCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-personalize/src/commands/DeleteDatasetCommand.ts b/clients/client-personalize/src/commands/DeleteDatasetCommand.ts index e4281f9e09ba..6a4c6a838bb6 100644 --- a/clients/client-personalize/src/commands/DeleteDatasetCommand.ts +++ b/clients/client-personalize/src/commands/DeleteDatasetCommand.ts @@ -80,9 +80,6 @@ export class DeleteDatasetCommand extends $Command< DeleteDatasetCommandOutput, PersonalizeClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -96,9 +93,7 @@ export class DeleteDatasetCommand extends $Command< * @public */ constructor(readonly input: DeleteDatasetCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -149,7 +144,4 @@ export class DeleteDatasetCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteDatasetCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-personalize/src/commands/DeleteDatasetGroupCommand.ts b/clients/client-personalize/src/commands/DeleteDatasetGroupCommand.ts index 1fb7b7362792..5089c4b68237 100644 --- a/clients/client-personalize/src/commands/DeleteDatasetGroupCommand.ts +++ b/clients/client-personalize/src/commands/DeleteDatasetGroupCommand.ts @@ -89,9 +89,6 @@ export class DeleteDatasetGroupCommand extends $Command< DeleteDatasetGroupCommandOutput, PersonalizeClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -105,9 +102,7 @@ export class DeleteDatasetGroupCommand extends $Command< * @public */ constructor(readonly input: DeleteDatasetGroupCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -160,7 +155,4 @@ export class DeleteDatasetGroupCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteDatasetGroupCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-personalize/src/commands/DeleteEventTrackerCommand.ts b/clients/client-personalize/src/commands/DeleteEventTrackerCommand.ts index 9ff852428360..7a25e0a6a48f 100644 --- a/clients/client-personalize/src/commands/DeleteEventTrackerCommand.ts +++ b/clients/client-personalize/src/commands/DeleteEventTrackerCommand.ts @@ -79,9 +79,6 @@ export class DeleteEventTrackerCommand extends $Command< DeleteEventTrackerCommandOutput, PersonalizeClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -95,9 +92,7 @@ export class DeleteEventTrackerCommand extends $Command< * @public */ constructor(readonly input: DeleteEventTrackerCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -150,7 +145,4 @@ export class DeleteEventTrackerCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteEventTrackerCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-personalize/src/commands/DeleteFilterCommand.ts b/clients/client-personalize/src/commands/DeleteFilterCommand.ts index 40f38a1abe84..a8e6e6ab0c01 100644 --- a/clients/client-personalize/src/commands/DeleteFilterCommand.ts +++ b/clients/client-personalize/src/commands/DeleteFilterCommand.ts @@ -77,9 +77,6 @@ export class DeleteFilterCommand extends $Command< DeleteFilterCommandOutput, PersonalizeClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -93,9 +90,7 @@ export class DeleteFilterCommand extends $Command< * @public */ constructor(readonly input: DeleteFilterCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -146,7 +141,4 @@ export class DeleteFilterCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteFilterCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-personalize/src/commands/DeleteMetricAttributionCommand.ts b/clients/client-personalize/src/commands/DeleteMetricAttributionCommand.ts index 22dae1491161..29dc2211ea75 100644 --- a/clients/client-personalize/src/commands/DeleteMetricAttributionCommand.ts +++ b/clients/client-personalize/src/commands/DeleteMetricAttributionCommand.ts @@ -77,9 +77,6 @@ export class DeleteMetricAttributionCommand extends $Command< DeleteMetricAttributionCommandOutput, PersonalizeClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -93,9 +90,7 @@ export class DeleteMetricAttributionCommand extends $Command< * @public */ constructor(readonly input: DeleteMetricAttributionCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -148,7 +143,4 @@ export class DeleteMetricAttributionCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteMetricAttributionCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-personalize/src/commands/DeleteRecommenderCommand.ts b/clients/client-personalize/src/commands/DeleteRecommenderCommand.ts index d182a6de299f..ef3bb06ec5b2 100644 --- a/clients/client-personalize/src/commands/DeleteRecommenderCommand.ts +++ b/clients/client-personalize/src/commands/DeleteRecommenderCommand.ts @@ -78,9 +78,6 @@ export class DeleteRecommenderCommand extends $Command< DeleteRecommenderCommandOutput, PersonalizeClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -94,9 +91,7 @@ export class DeleteRecommenderCommand extends $Command< * @public */ constructor(readonly input: DeleteRecommenderCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -149,7 +144,4 @@ export class DeleteRecommenderCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteRecommenderCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-personalize/src/commands/DeleteSchemaCommand.ts b/clients/client-personalize/src/commands/DeleteSchemaCommand.ts index e240c41569ad..f8beba8a65eb 100644 --- a/clients/client-personalize/src/commands/DeleteSchemaCommand.ts +++ b/clients/client-personalize/src/commands/DeleteSchemaCommand.ts @@ -79,9 +79,6 @@ export class DeleteSchemaCommand extends $Command< DeleteSchemaCommandOutput, PersonalizeClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -95,9 +92,7 @@ export class DeleteSchemaCommand extends $Command< * @public */ constructor(readonly input: DeleteSchemaCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -148,7 +143,4 @@ export class DeleteSchemaCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteSchemaCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-personalize/src/commands/DeleteSolutionCommand.ts b/clients/client-personalize/src/commands/DeleteSolutionCommand.ts index f674900a42fa..1b8c25c83cc5 100644 --- a/clients/client-personalize/src/commands/DeleteSolutionCommand.ts +++ b/clients/client-personalize/src/commands/DeleteSolutionCommand.ts @@ -83,9 +83,6 @@ export class DeleteSolutionCommand extends $Command< DeleteSolutionCommandOutput, PersonalizeClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -99,9 +96,7 @@ export class DeleteSolutionCommand extends $Command< * @public */ constructor(readonly input: DeleteSolutionCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -154,7 +149,4 @@ export class DeleteSolutionCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteSolutionCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-personalize/src/commands/DescribeAlgorithmCommand.ts b/clients/client-personalize/src/commands/DescribeAlgorithmCommand.ts index 1cf502611718..3f5b7bb56bed 100644 --- a/clients/client-personalize/src/commands/DescribeAlgorithmCommand.ts +++ b/clients/client-personalize/src/commands/DescribeAlgorithmCommand.ts @@ -120,9 +120,6 @@ export class DescribeAlgorithmCommand extends $Command< DescribeAlgorithmCommandOutput, PersonalizeClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -136,9 +133,7 @@ export class DescribeAlgorithmCommand extends $Command< * @public */ constructor(readonly input: DescribeAlgorithmCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -191,7 +186,4 @@ export class DescribeAlgorithmCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DescribeAlgorithmCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-personalize/src/commands/DescribeBatchInferenceJobCommand.ts b/clients/client-personalize/src/commands/DescribeBatchInferenceJobCommand.ts index 371f3ea4f2e7..a631699bca8e 100644 --- a/clients/client-personalize/src/commands/DescribeBatchInferenceJobCommand.ts +++ b/clients/client-personalize/src/commands/DescribeBatchInferenceJobCommand.ts @@ -106,9 +106,6 @@ export class DescribeBatchInferenceJobCommand extends $Command< DescribeBatchInferenceJobCommandOutput, PersonalizeClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -122,9 +119,7 @@ export class DescribeBatchInferenceJobCommand extends $Command< * @public */ constructor(readonly input: DescribeBatchInferenceJobCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -180,7 +175,4 @@ export class DescribeBatchInferenceJobCommand extends $Command< ): Promise { return de_DescribeBatchInferenceJobCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-personalize/src/commands/DescribeBatchSegmentJobCommand.ts b/clients/client-personalize/src/commands/DescribeBatchSegmentJobCommand.ts index e3eb8e946f00..7320592e37bf 100644 --- a/clients/client-personalize/src/commands/DescribeBatchSegmentJobCommand.ts +++ b/clients/client-personalize/src/commands/DescribeBatchSegmentJobCommand.ts @@ -101,9 +101,6 @@ export class DescribeBatchSegmentJobCommand extends $Command< DescribeBatchSegmentJobCommandOutput, PersonalizeClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -117,9 +114,7 @@ export class DescribeBatchSegmentJobCommand extends $Command< * @public */ constructor(readonly input: DescribeBatchSegmentJobCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -172,7 +167,4 @@ export class DescribeBatchSegmentJobCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DescribeBatchSegmentJobCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-personalize/src/commands/DescribeCampaignCommand.ts b/clients/client-personalize/src/commands/DescribeCampaignCommand.ts index cd14264e6f7f..9bda84732f99 100644 --- a/clients/client-personalize/src/commands/DescribeCampaignCommand.ts +++ b/clients/client-personalize/src/commands/DescribeCampaignCommand.ts @@ -115,9 +115,6 @@ export class DescribeCampaignCommand extends $Command< DescribeCampaignCommandOutput, PersonalizeClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -131,9 +128,7 @@ export class DescribeCampaignCommand extends $Command< * @public */ constructor(readonly input: DescribeCampaignCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -186,7 +181,4 @@ export class DescribeCampaignCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DescribeCampaignCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-personalize/src/commands/DescribeDatasetCommand.ts b/clients/client-personalize/src/commands/DescribeDatasetCommand.ts index 2ee09cf09a0c..7d1e519b5a0e 100644 --- a/clients/client-personalize/src/commands/DescribeDatasetCommand.ts +++ b/clients/client-personalize/src/commands/DescribeDatasetCommand.ts @@ -93,9 +93,6 @@ export class DescribeDatasetCommand extends $Command< DescribeDatasetCommandOutput, PersonalizeClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -109,9 +106,7 @@ export class DescribeDatasetCommand extends $Command< * @public */ constructor(readonly input: DescribeDatasetCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -164,7 +159,4 @@ export class DescribeDatasetCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DescribeDatasetCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-personalize/src/commands/DescribeDatasetExportJobCommand.ts b/clients/client-personalize/src/commands/DescribeDatasetExportJobCommand.ts index 4961187c35b6..dd0e9103a113 100644 --- a/clients/client-personalize/src/commands/DescribeDatasetExportJobCommand.ts +++ b/clients/client-personalize/src/commands/DescribeDatasetExportJobCommand.ts @@ -92,9 +92,6 @@ export class DescribeDatasetExportJobCommand extends $Command< DescribeDatasetExportJobCommandOutput, PersonalizeClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -108,9 +105,7 @@ export class DescribeDatasetExportJobCommand extends $Command< * @public */ constructor(readonly input: DescribeDatasetExportJobCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -163,7 +158,4 @@ export class DescribeDatasetExportJobCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DescribeDatasetExportJobCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-personalize/src/commands/DescribeDatasetGroupCommand.ts b/clients/client-personalize/src/commands/DescribeDatasetGroupCommand.ts index 67ba3d7edccc..6675a445ff9f 100644 --- a/clients/client-personalize/src/commands/DescribeDatasetGroupCommand.ts +++ b/clients/client-personalize/src/commands/DescribeDatasetGroupCommand.ts @@ -87,9 +87,6 @@ export class DescribeDatasetGroupCommand extends $Command< DescribeDatasetGroupCommandOutput, PersonalizeClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -103,9 +100,7 @@ export class DescribeDatasetGroupCommand extends $Command< * @public */ constructor(readonly input: DescribeDatasetGroupCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -158,7 +153,4 @@ export class DescribeDatasetGroupCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DescribeDatasetGroupCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-personalize/src/commands/DescribeDatasetImportJobCommand.ts b/clients/client-personalize/src/commands/DescribeDatasetImportJobCommand.ts index 0494339b8db1..5775e4df93d6 100644 --- a/clients/client-personalize/src/commands/DescribeDatasetImportJobCommand.ts +++ b/clients/client-personalize/src/commands/DescribeDatasetImportJobCommand.ts @@ -90,9 +90,6 @@ export class DescribeDatasetImportJobCommand extends $Command< DescribeDatasetImportJobCommandOutput, PersonalizeClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -106,9 +103,7 @@ export class DescribeDatasetImportJobCommand extends $Command< * @public */ constructor(readonly input: DescribeDatasetImportJobCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -161,7 +156,4 @@ export class DescribeDatasetImportJobCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DescribeDatasetImportJobCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-personalize/src/commands/DescribeEventTrackerCommand.ts b/clients/client-personalize/src/commands/DescribeEventTrackerCommand.ts index 5ef02c554d4c..f5922dc96b14 100644 --- a/clients/client-personalize/src/commands/DescribeEventTrackerCommand.ts +++ b/clients/client-personalize/src/commands/DescribeEventTrackerCommand.ts @@ -87,9 +87,6 @@ export class DescribeEventTrackerCommand extends $Command< DescribeEventTrackerCommandOutput, PersonalizeClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -103,9 +100,7 @@ export class DescribeEventTrackerCommand extends $Command< * @public */ constructor(readonly input: DescribeEventTrackerCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -158,7 +153,4 @@ export class DescribeEventTrackerCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DescribeEventTrackerCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-personalize/src/commands/DescribeFeatureTransformationCommand.ts b/clients/client-personalize/src/commands/DescribeFeatureTransformationCommand.ts index 030ace8b3efc..af7e429e4d14 100644 --- a/clients/client-personalize/src/commands/DescribeFeatureTransformationCommand.ts +++ b/clients/client-personalize/src/commands/DescribeFeatureTransformationCommand.ts @@ -90,9 +90,6 @@ export class DescribeFeatureTransformationCommand extends $Command< DescribeFeatureTransformationCommandOutput, PersonalizeClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -106,9 +103,7 @@ export class DescribeFeatureTransformationCommand extends $Command< * @public */ constructor(readonly input: DescribeFeatureTransformationCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -164,7 +159,4 @@ export class DescribeFeatureTransformationCommand extends $Command< ): Promise { return de_DescribeFeatureTransformationCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-personalize/src/commands/DescribeFilterCommand.ts b/clients/client-personalize/src/commands/DescribeFilterCommand.ts index 77f2ac8a5bd7..78b7e0d8081c 100644 --- a/clients/client-personalize/src/commands/DescribeFilterCommand.ts +++ b/clients/client-personalize/src/commands/DescribeFilterCommand.ts @@ -89,9 +89,6 @@ export class DescribeFilterCommand extends $Command< DescribeFilterCommandOutput, PersonalizeClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -105,9 +102,7 @@ export class DescribeFilterCommand extends $Command< * @public */ constructor(readonly input: DescribeFilterCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -160,7 +155,4 @@ export class DescribeFilterCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DescribeFilterCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-personalize/src/commands/DescribeMetricAttributionCommand.ts b/clients/client-personalize/src/commands/DescribeMetricAttributionCommand.ts index 2f8fb91892f0..181b702ca087 100644 --- a/clients/client-personalize/src/commands/DescribeMetricAttributionCommand.ts +++ b/clients/client-personalize/src/commands/DescribeMetricAttributionCommand.ts @@ -91,9 +91,6 @@ export class DescribeMetricAttributionCommand extends $Command< DescribeMetricAttributionCommandOutput, PersonalizeClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -107,9 +104,7 @@ export class DescribeMetricAttributionCommand extends $Command< * @public */ constructor(readonly input: DescribeMetricAttributionCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -165,7 +160,4 @@ export class DescribeMetricAttributionCommand extends $Command< ): Promise { return de_DescribeMetricAttributionCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-personalize/src/commands/DescribeRecipeCommand.ts b/clients/client-personalize/src/commands/DescribeRecipeCommand.ts index 9cccacd53c39..a013381fb587 100644 --- a/clients/client-personalize/src/commands/DescribeRecipeCommand.ts +++ b/clients/client-personalize/src/commands/DescribeRecipeCommand.ts @@ -104,9 +104,6 @@ export class DescribeRecipeCommand extends $Command< DescribeRecipeCommandOutput, PersonalizeClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -120,9 +117,7 @@ export class DescribeRecipeCommand extends $Command< * @public */ constructor(readonly input: DescribeRecipeCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -175,7 +170,4 @@ export class DescribeRecipeCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DescribeRecipeCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-personalize/src/commands/DescribeRecommenderCommand.ts b/clients/client-personalize/src/commands/DescribeRecommenderCommand.ts index 94049f5102c9..8eb9a1b3a53c 100644 --- a/clients/client-personalize/src/commands/DescribeRecommenderCommand.ts +++ b/clients/client-personalize/src/commands/DescribeRecommenderCommand.ts @@ -137,9 +137,6 @@ export class DescribeRecommenderCommand extends $Command< DescribeRecommenderCommandOutput, PersonalizeClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -153,9 +150,7 @@ export class DescribeRecommenderCommand extends $Command< * @public */ constructor(readonly input: DescribeRecommenderCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -208,7 +203,4 @@ export class DescribeRecommenderCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DescribeRecommenderCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-personalize/src/commands/DescribeSchemaCommand.ts b/clients/client-personalize/src/commands/DescribeSchemaCommand.ts index 26c04b478133..06ab251101d7 100644 --- a/clients/client-personalize/src/commands/DescribeSchemaCommand.ts +++ b/clients/client-personalize/src/commands/DescribeSchemaCommand.ts @@ -84,9 +84,6 @@ export class DescribeSchemaCommand extends $Command< DescribeSchemaCommandOutput, PersonalizeClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -100,9 +97,7 @@ export class DescribeSchemaCommand extends $Command< * @public */ constructor(readonly input: DescribeSchemaCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -155,7 +150,4 @@ export class DescribeSchemaCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DescribeSchemaCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-personalize/src/commands/DescribeSolutionCommand.ts b/clients/client-personalize/src/commands/DescribeSolutionCommand.ts index 244cc381c605..635b9e0787ea 100644 --- a/clients/client-personalize/src/commands/DescribeSolutionCommand.ts +++ b/clients/client-personalize/src/commands/DescribeSolutionCommand.ts @@ -159,9 +159,6 @@ export class DescribeSolutionCommand extends $Command< DescribeSolutionCommandOutput, PersonalizeClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -175,9 +172,7 @@ export class DescribeSolutionCommand extends $Command< * @public */ constructor(readonly input: DescribeSolutionCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -230,7 +225,4 @@ export class DescribeSolutionCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DescribeSolutionCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-personalize/src/commands/DescribeSolutionVersionCommand.ts b/clients/client-personalize/src/commands/DescribeSolutionVersionCommand.ts index 6ab82052dc4b..2e38ff5c7471 100644 --- a/clients/client-personalize/src/commands/DescribeSolutionVersionCommand.ts +++ b/clients/client-personalize/src/commands/DescribeSolutionVersionCommand.ts @@ -158,9 +158,6 @@ export class DescribeSolutionVersionCommand extends $Command< DescribeSolutionVersionCommandOutput, PersonalizeClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -174,9 +171,7 @@ export class DescribeSolutionVersionCommand extends $Command< * @public */ constructor(readonly input: DescribeSolutionVersionCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -229,7 +224,4 @@ export class DescribeSolutionVersionCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DescribeSolutionVersionCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-personalize/src/commands/GetSolutionMetricsCommand.ts b/clients/client-personalize/src/commands/GetSolutionMetricsCommand.ts index cd1e612b0e50..a72416822f55 100644 --- a/clients/client-personalize/src/commands/GetSolutionMetricsCommand.ts +++ b/clients/client-personalize/src/commands/GetSolutionMetricsCommand.ts @@ -82,9 +82,6 @@ export class GetSolutionMetricsCommand extends $Command< GetSolutionMetricsCommandOutput, PersonalizeClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -98,9 +95,7 @@ export class GetSolutionMetricsCommand extends $Command< * @public */ constructor(readonly input: GetSolutionMetricsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -153,7 +148,4 @@ export class GetSolutionMetricsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetSolutionMetricsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-personalize/src/commands/ListBatchInferenceJobsCommand.ts b/clients/client-personalize/src/commands/ListBatchInferenceJobsCommand.ts index e96b1b32714c..4900a4caa68d 100644 --- a/clients/client-personalize/src/commands/ListBatchInferenceJobsCommand.ts +++ b/clients/client-personalize/src/commands/ListBatchInferenceJobsCommand.ts @@ -90,9 +90,6 @@ export class ListBatchInferenceJobsCommand extends $Command< ListBatchInferenceJobsCommandOutput, PersonalizeClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -106,9 +103,7 @@ export class ListBatchInferenceJobsCommand extends $Command< * @public */ constructor(readonly input: ListBatchInferenceJobsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -161,7 +156,4 @@ export class ListBatchInferenceJobsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListBatchInferenceJobsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-personalize/src/commands/ListBatchSegmentJobsCommand.ts b/clients/client-personalize/src/commands/ListBatchSegmentJobsCommand.ts index c26bc4032dd4..7fbcb91b025d 100644 --- a/clients/client-personalize/src/commands/ListBatchSegmentJobsCommand.ts +++ b/clients/client-personalize/src/commands/ListBatchSegmentJobsCommand.ts @@ -90,9 +90,6 @@ export class ListBatchSegmentJobsCommand extends $Command< ListBatchSegmentJobsCommandOutput, PersonalizeClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -106,9 +103,7 @@ export class ListBatchSegmentJobsCommand extends $Command< * @public */ constructor(readonly input: ListBatchSegmentJobsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -161,7 +156,4 @@ export class ListBatchSegmentJobsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListBatchSegmentJobsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-personalize/src/commands/ListCampaignsCommand.ts b/clients/client-personalize/src/commands/ListCampaignsCommand.ts index b6f076589c21..39965a41d1d6 100644 --- a/clients/client-personalize/src/commands/ListCampaignsCommand.ts +++ b/clients/client-personalize/src/commands/ListCampaignsCommand.ts @@ -91,9 +91,6 @@ export class ListCampaignsCommand extends $Command< ListCampaignsCommandOutput, PersonalizeClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -107,9 +104,7 @@ export class ListCampaignsCommand extends $Command< * @public */ constructor(readonly input: ListCampaignsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -160,7 +155,4 @@ export class ListCampaignsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListCampaignsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-personalize/src/commands/ListDatasetExportJobsCommand.ts b/clients/client-personalize/src/commands/ListDatasetExportJobsCommand.ts index c230af98e6ec..deebcdbf65d4 100644 --- a/clients/client-personalize/src/commands/ListDatasetExportJobsCommand.ts +++ b/clients/client-personalize/src/commands/ListDatasetExportJobsCommand.ts @@ -93,9 +93,6 @@ export class ListDatasetExportJobsCommand extends $Command< ListDatasetExportJobsCommandOutput, PersonalizeClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -109,9 +106,7 @@ export class ListDatasetExportJobsCommand extends $Command< * @public */ constructor(readonly input: ListDatasetExportJobsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -164,7 +159,4 @@ export class ListDatasetExportJobsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListDatasetExportJobsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-personalize/src/commands/ListDatasetGroupsCommand.ts b/clients/client-personalize/src/commands/ListDatasetGroupsCommand.ts index cc45c7fe7607..be9cd57dc7a0 100644 --- a/clients/client-personalize/src/commands/ListDatasetGroupsCommand.ts +++ b/clients/client-personalize/src/commands/ListDatasetGroupsCommand.ts @@ -87,9 +87,6 @@ export class ListDatasetGroupsCommand extends $Command< ListDatasetGroupsCommandOutput, PersonalizeClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -103,9 +100,7 @@ export class ListDatasetGroupsCommand extends $Command< * @public */ constructor(readonly input: ListDatasetGroupsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -158,7 +153,4 @@ export class ListDatasetGroupsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListDatasetGroupsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-personalize/src/commands/ListDatasetImportJobsCommand.ts b/clients/client-personalize/src/commands/ListDatasetImportJobsCommand.ts index ccb81aae011c..ab7d6392e751 100644 --- a/clients/client-personalize/src/commands/ListDatasetImportJobsCommand.ts +++ b/clients/client-personalize/src/commands/ListDatasetImportJobsCommand.ts @@ -94,9 +94,6 @@ export class ListDatasetImportJobsCommand extends $Command< ListDatasetImportJobsCommandOutput, PersonalizeClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -110,9 +107,7 @@ export class ListDatasetImportJobsCommand extends $Command< * @public */ constructor(readonly input: ListDatasetImportJobsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -165,7 +160,4 @@ export class ListDatasetImportJobsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListDatasetImportJobsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-personalize/src/commands/ListDatasetsCommand.ts b/clients/client-personalize/src/commands/ListDatasetsCommand.ts index 0a6d3327aab4..3aae8cd4c562 100644 --- a/clients/client-personalize/src/commands/ListDatasetsCommand.ts +++ b/clients/client-personalize/src/commands/ListDatasetsCommand.ts @@ -90,9 +90,6 @@ export class ListDatasetsCommand extends $Command< ListDatasetsCommandOutput, PersonalizeClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -106,9 +103,7 @@ export class ListDatasetsCommand extends $Command< * @public */ constructor(readonly input: ListDatasetsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -159,7 +154,4 @@ export class ListDatasetsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListDatasetsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-personalize/src/commands/ListEventTrackersCommand.ts b/clients/client-personalize/src/commands/ListEventTrackersCommand.ts index 355f30c94590..b5037d913f35 100644 --- a/clients/client-personalize/src/commands/ListEventTrackersCommand.ts +++ b/clients/client-personalize/src/commands/ListEventTrackersCommand.ts @@ -90,9 +90,6 @@ export class ListEventTrackersCommand extends $Command< ListEventTrackersCommandOutput, PersonalizeClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -106,9 +103,7 @@ export class ListEventTrackersCommand extends $Command< * @public */ constructor(readonly input: ListEventTrackersCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -161,7 +156,4 @@ export class ListEventTrackersCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListEventTrackersCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-personalize/src/commands/ListFiltersCommand.ts b/clients/client-personalize/src/commands/ListFiltersCommand.ts index 74079fbc8f4e..832201ae8e3e 100644 --- a/clients/client-personalize/src/commands/ListFiltersCommand.ts +++ b/clients/client-personalize/src/commands/ListFiltersCommand.ts @@ -89,9 +89,6 @@ export class ListFiltersCommand extends $Command< ListFiltersCommandOutput, PersonalizeClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -105,9 +102,7 @@ export class ListFiltersCommand extends $Command< * @public */ constructor(readonly input: ListFiltersCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -158,7 +153,4 @@ export class ListFiltersCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListFiltersCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-personalize/src/commands/ListMetricAttributionMetricsCommand.ts b/clients/client-personalize/src/commands/ListMetricAttributionMetricsCommand.ts index fe135cf8b6f3..cc0c366df053 100644 --- a/clients/client-personalize/src/commands/ListMetricAttributionMetricsCommand.ts +++ b/clients/client-personalize/src/commands/ListMetricAttributionMetricsCommand.ts @@ -90,9 +90,6 @@ export class ListMetricAttributionMetricsCommand extends $Command< ListMetricAttributionMetricsCommandOutput, PersonalizeClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -106,9 +103,7 @@ export class ListMetricAttributionMetricsCommand extends $Command< * @public */ constructor(readonly input: ListMetricAttributionMetricsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -164,7 +159,4 @@ export class ListMetricAttributionMetricsCommand extends $Command< ): Promise { return de_ListMetricAttributionMetricsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-personalize/src/commands/ListMetricAttributionsCommand.ts b/clients/client-personalize/src/commands/ListMetricAttributionsCommand.ts index 191d37562c56..8f8916b7a8da 100644 --- a/clients/client-personalize/src/commands/ListMetricAttributionsCommand.ts +++ b/clients/client-personalize/src/commands/ListMetricAttributionsCommand.ts @@ -88,9 +88,6 @@ export class ListMetricAttributionsCommand extends $Command< ListMetricAttributionsCommandOutput, PersonalizeClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -104,9 +101,7 @@ export class ListMetricAttributionsCommand extends $Command< * @public */ constructor(readonly input: ListMetricAttributionsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -159,7 +154,4 @@ export class ListMetricAttributionsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListMetricAttributionsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-personalize/src/commands/ListRecipesCommand.ts b/clients/client-personalize/src/commands/ListRecipesCommand.ts index d0720904fd20..c765dd4479a1 100644 --- a/clients/client-personalize/src/commands/ListRecipesCommand.ts +++ b/clients/client-personalize/src/commands/ListRecipesCommand.ts @@ -90,9 +90,6 @@ export class ListRecipesCommand extends $Command< ListRecipesCommandOutput, PersonalizeClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -106,9 +103,7 @@ export class ListRecipesCommand extends $Command< * @public */ constructor(readonly input: ListRecipesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -159,7 +154,4 @@ export class ListRecipesCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListRecipesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-personalize/src/commands/ListRecommendersCommand.ts b/clients/client-personalize/src/commands/ListRecommendersCommand.ts index 7540686c2af3..ddeeaa00de00 100644 --- a/clients/client-personalize/src/commands/ListRecommendersCommand.ts +++ b/clients/client-personalize/src/commands/ListRecommendersCommand.ts @@ -105,9 +105,6 @@ export class ListRecommendersCommand extends $Command< ListRecommendersCommandOutput, PersonalizeClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -121,9 +118,7 @@ export class ListRecommendersCommand extends $Command< * @public */ constructor(readonly input: ListRecommendersCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -176,7 +171,4 @@ export class ListRecommendersCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListRecommendersCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-personalize/src/commands/ListSchemasCommand.ts b/clients/client-personalize/src/commands/ListSchemasCommand.ts index 9474cab66451..7635aa3b5abc 100644 --- a/clients/client-personalize/src/commands/ListSchemasCommand.ts +++ b/clients/client-personalize/src/commands/ListSchemasCommand.ts @@ -85,9 +85,6 @@ export class ListSchemasCommand extends $Command< ListSchemasCommandOutput, PersonalizeClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -101,9 +98,7 @@ export class ListSchemasCommand extends $Command< * @public */ constructor(readonly input: ListSchemasCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -154,7 +149,4 @@ export class ListSchemasCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListSchemasCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-personalize/src/commands/ListSolutionVersionsCommand.ts b/clients/client-personalize/src/commands/ListSolutionVersionsCommand.ts index 8807c80b59ee..279921725ac5 100644 --- a/clients/client-personalize/src/commands/ListSolutionVersionsCommand.ts +++ b/clients/client-personalize/src/commands/ListSolutionVersionsCommand.ts @@ -92,9 +92,6 @@ export class ListSolutionVersionsCommand extends $Command< ListSolutionVersionsCommandOutput, PersonalizeClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -108,9 +105,7 @@ export class ListSolutionVersionsCommand extends $Command< * @public */ constructor(readonly input: ListSolutionVersionsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -163,7 +158,4 @@ export class ListSolutionVersionsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListSolutionVersionsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-personalize/src/commands/ListSolutionsCommand.ts b/clients/client-personalize/src/commands/ListSolutionsCommand.ts index 863e7db7b9bc..bcca9683045a 100644 --- a/clients/client-personalize/src/commands/ListSolutionsCommand.ts +++ b/clients/client-personalize/src/commands/ListSolutionsCommand.ts @@ -91,9 +91,6 @@ export class ListSolutionsCommand extends $Command< ListSolutionsCommandOutput, PersonalizeClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -107,9 +104,7 @@ export class ListSolutionsCommand extends $Command< * @public */ constructor(readonly input: ListSolutionsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -160,7 +155,4 @@ export class ListSolutionsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListSolutionsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-personalize/src/commands/ListTagsForResourceCommand.ts b/clients/client-personalize/src/commands/ListTagsForResourceCommand.ts index ff04ac528b4f..c4ad22cc74d6 100644 --- a/clients/client-personalize/src/commands/ListTagsForResourceCommand.ts +++ b/clients/client-personalize/src/commands/ListTagsForResourceCommand.ts @@ -84,9 +84,6 @@ export class ListTagsForResourceCommand extends $Command< ListTagsForResourceCommandOutput, PersonalizeClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -100,9 +97,7 @@ export class ListTagsForResourceCommand extends $Command< * @public */ constructor(readonly input: ListTagsForResourceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -155,7 +150,4 @@ export class ListTagsForResourceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListTagsForResourceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-personalize/src/commands/StartRecommenderCommand.ts b/clients/client-personalize/src/commands/StartRecommenderCommand.ts index 0fe25d4a38e2..eb1b4d219dcf 100644 --- a/clients/client-personalize/src/commands/StartRecommenderCommand.ts +++ b/clients/client-personalize/src/commands/StartRecommenderCommand.ts @@ -80,9 +80,6 @@ export class StartRecommenderCommand extends $Command< StartRecommenderCommandOutput, PersonalizeClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -96,9 +93,7 @@ export class StartRecommenderCommand extends $Command< * @public */ constructor(readonly input: StartRecommenderCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -151,7 +146,4 @@ export class StartRecommenderCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_StartRecommenderCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-personalize/src/commands/StopRecommenderCommand.ts b/clients/client-personalize/src/commands/StopRecommenderCommand.ts index 13c1471794e4..db2119515d78 100644 --- a/clients/client-personalize/src/commands/StopRecommenderCommand.ts +++ b/clients/client-personalize/src/commands/StopRecommenderCommand.ts @@ -79,9 +79,6 @@ export class StopRecommenderCommand extends $Command< StopRecommenderCommandOutput, PersonalizeClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -95,9 +92,7 @@ export class StopRecommenderCommand extends $Command< * @public */ constructor(readonly input: StopRecommenderCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -150,7 +145,4 @@ export class StopRecommenderCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_StopRecommenderCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-personalize/src/commands/StopSolutionVersionCreationCommand.ts b/clients/client-personalize/src/commands/StopSolutionVersionCreationCommand.ts index 42035fcbc876..f3db38fe0ed3 100644 --- a/clients/client-personalize/src/commands/StopSolutionVersionCreationCommand.ts +++ b/clients/client-personalize/src/commands/StopSolutionVersionCreationCommand.ts @@ -90,9 +90,6 @@ export class StopSolutionVersionCreationCommand extends $Command< StopSolutionVersionCreationCommandOutput, PersonalizeClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -106,9 +103,7 @@ export class StopSolutionVersionCreationCommand extends $Command< * @public */ constructor(readonly input: StopSolutionVersionCreationCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -164,7 +159,4 @@ export class StopSolutionVersionCreationCommand extends $Command< ): Promise { return de_StopSolutionVersionCreationCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-personalize/src/commands/TagResourceCommand.ts b/clients/client-personalize/src/commands/TagResourceCommand.ts index 4986b41fcc56..be764a7522c5 100644 --- a/clients/client-personalize/src/commands/TagResourceCommand.ts +++ b/clients/client-personalize/src/commands/TagResourceCommand.ts @@ -89,9 +89,6 @@ export class TagResourceCommand extends $Command< TagResourceCommandOutput, PersonalizeClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -105,9 +102,7 @@ export class TagResourceCommand extends $Command< * @public */ constructor(readonly input: TagResourceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -158,7 +153,4 @@ export class TagResourceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_TagResourceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-personalize/src/commands/UntagResourceCommand.ts b/clients/client-personalize/src/commands/UntagResourceCommand.ts index 7c8df2924435..f4fc74376af0 100644 --- a/clients/client-personalize/src/commands/UntagResourceCommand.ts +++ b/clients/client-personalize/src/commands/UntagResourceCommand.ts @@ -83,9 +83,6 @@ export class UntagResourceCommand extends $Command< UntagResourceCommandOutput, PersonalizeClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -99,9 +96,7 @@ export class UntagResourceCommand extends $Command< * @public */ constructor(readonly input: UntagResourceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -152,7 +147,4 @@ export class UntagResourceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UntagResourceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-personalize/src/commands/UpdateCampaignCommand.ts b/clients/client-personalize/src/commands/UpdateCampaignCommand.ts index 5fdb706a578e..2f625216daba 100644 --- a/clients/client-personalize/src/commands/UpdateCampaignCommand.ts +++ b/clients/client-personalize/src/commands/UpdateCampaignCommand.ts @@ -95,9 +95,6 @@ export class UpdateCampaignCommand extends $Command< UpdateCampaignCommandOutput, PersonalizeClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -111,9 +108,7 @@ export class UpdateCampaignCommand extends $Command< * @public */ constructor(readonly input: UpdateCampaignCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -166,7 +161,4 @@ export class UpdateCampaignCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdateCampaignCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-personalize/src/commands/UpdateDatasetCommand.ts b/clients/client-personalize/src/commands/UpdateDatasetCommand.ts index eb3ed65b9105..f654317835d6 100644 --- a/clients/client-personalize/src/commands/UpdateDatasetCommand.ts +++ b/clients/client-personalize/src/commands/UpdateDatasetCommand.ts @@ -80,9 +80,6 @@ export class UpdateDatasetCommand extends $Command< UpdateDatasetCommandOutput, PersonalizeClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -96,9 +93,7 @@ export class UpdateDatasetCommand extends $Command< * @public */ constructor(readonly input: UpdateDatasetCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -149,7 +144,4 @@ export class UpdateDatasetCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdateDatasetCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-personalize/src/commands/UpdateMetricAttributionCommand.ts b/clients/client-personalize/src/commands/UpdateMetricAttributionCommand.ts index 358621d956eb..f5d154da1bfe 100644 --- a/clients/client-personalize/src/commands/UpdateMetricAttributionCommand.ts +++ b/clients/client-personalize/src/commands/UpdateMetricAttributionCommand.ts @@ -99,9 +99,6 @@ export class UpdateMetricAttributionCommand extends $Command< UpdateMetricAttributionCommandOutput, PersonalizeClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -115,9 +112,7 @@ export class UpdateMetricAttributionCommand extends $Command< * @public */ constructor(readonly input: UpdateMetricAttributionCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -170,7 +165,4 @@ export class UpdateMetricAttributionCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdateMetricAttributionCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-personalize/src/commands/UpdateRecommenderCommand.ts b/clients/client-personalize/src/commands/UpdateRecommenderCommand.ts index ecfd06b5c379..92b1e99048a6 100644 --- a/clients/client-personalize/src/commands/UpdateRecommenderCommand.ts +++ b/clients/client-personalize/src/commands/UpdateRecommenderCommand.ts @@ -99,9 +99,6 @@ export class UpdateRecommenderCommand extends $Command< UpdateRecommenderCommandOutput, PersonalizeClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -115,9 +112,7 @@ export class UpdateRecommenderCommand extends $Command< * @public */ constructor(readonly input: UpdateRecommenderCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -170,7 +165,4 @@ export class UpdateRecommenderCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdateRecommenderCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-pi/package.json b/clients/client-pi/package.json index 3ae56eb57bb0..1905c91de9e7 100644 --- a/clients/client-pi/package.json +++ b/clients/client-pi/package.json @@ -34,29 +34,29 @@ "@aws-sdk/util-endpoints": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@smithy/config-resolver": "^2.0.16", - "@smithy/fetch-http-handler": "^2.2.4", - "@smithy/hash-node": "^2.0.12", - "@smithy/invalid-dependency": "^2.0.12", - "@smithy/middleware-content-length": "^2.0.14", - "@smithy/middleware-endpoint": "^2.1.3", - "@smithy/middleware-retry": "^2.0.18", - "@smithy/middleware-serde": "^2.0.12", - "@smithy/middleware-stack": "^2.0.6", - "@smithy/node-config-provider": "^2.1.3", - "@smithy/node-http-handler": "^2.1.8", - "@smithy/protocol-http": "^3.0.8", - "@smithy/smithy-client": "^2.1.12", - "@smithy/types": "^2.4.0", - "@smithy/url-parser": "^2.0.12", - "@smithy/util-base64": "^2.0.0", + "@smithy/config-resolver": "^2.0.18", + "@smithy/fetch-http-handler": "^2.2.6", + "@smithy/hash-node": "^2.0.15", + "@smithy/invalid-dependency": "^2.0.13", + "@smithy/middleware-content-length": "^2.0.15", + "@smithy/middleware-endpoint": "^2.2.0", + "@smithy/middleware-retry": "^2.0.20", + "@smithy/middleware-serde": "^2.0.13", + "@smithy/middleware-stack": "^2.0.7", + "@smithy/node-config-provider": "^2.1.5", + "@smithy/node-http-handler": "^2.1.9", + "@smithy/protocol-http": "^3.0.9", + "@smithy/smithy-client": "^2.1.15", + "@smithy/types": "^2.5.0", + "@smithy/url-parser": "^2.0.13", + "@smithy/util-base64": "^2.0.1", "@smithy/util-body-length-browser": "^2.0.0", "@smithy/util-body-length-node": "^2.1.0", - "@smithy/util-defaults-mode-browser": "^2.0.16", - "@smithy/util-defaults-mode-node": "^2.0.21", - "@smithy/util-endpoints": "^1.0.2", - "@smithy/util-retry": "^2.0.5", - "@smithy/util-utf8": "^2.0.0", + "@smithy/util-defaults-mode-browser": "^2.0.19", + "@smithy/util-defaults-mode-node": "^2.0.25", + "@smithy/util-endpoints": "^1.0.4", + "@smithy/util-retry": "^2.0.6", + "@smithy/util-utf8": "^2.0.2", "tslib": "^2.5.0" }, "devDependencies": { diff --git a/clients/client-pi/src/commands/CreatePerformanceAnalysisReportCommand.ts b/clients/client-pi/src/commands/CreatePerformanceAnalysisReportCommand.ts index c3a5d2bfe962..0b7c1c59a80b 100644 --- a/clients/client-pi/src/commands/CreatePerformanceAnalysisReportCommand.ts +++ b/clients/client-pi/src/commands/CreatePerformanceAnalysisReportCommand.ts @@ -94,9 +94,6 @@ export class CreatePerformanceAnalysisReportCommand extends $Command< CreatePerformanceAnalysisReportCommandOutput, PIClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -110,9 +107,7 @@ export class CreatePerformanceAnalysisReportCommand extends $Command< * @public */ constructor(readonly input: CreatePerformanceAnalysisReportCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -171,7 +166,4 @@ export class CreatePerformanceAnalysisReportCommand extends $Command< ): Promise { return de_CreatePerformanceAnalysisReportCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-pi/src/commands/DeletePerformanceAnalysisReportCommand.ts b/clients/client-pi/src/commands/DeletePerformanceAnalysisReportCommand.ts index 66e8a1043ab2..a13b192d0a96 100644 --- a/clients/client-pi/src/commands/DeletePerformanceAnalysisReportCommand.ts +++ b/clients/client-pi/src/commands/DeletePerformanceAnalysisReportCommand.ts @@ -84,9 +84,6 @@ export class DeletePerformanceAnalysisReportCommand extends $Command< DeletePerformanceAnalysisReportCommandOutput, PIClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -100,9 +97,7 @@ export class DeletePerformanceAnalysisReportCommand extends $Command< * @public */ constructor(readonly input: DeletePerformanceAnalysisReportCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -161,7 +156,4 @@ export class DeletePerformanceAnalysisReportCommand extends $Command< ): Promise { return de_DeletePerformanceAnalysisReportCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-pi/src/commands/DescribeDimensionKeysCommand.ts b/clients/client-pi/src/commands/DescribeDimensionKeysCommand.ts index 50c7e4714dd3..8daa9ead0220 100644 --- a/clients/client-pi/src/commands/DescribeDimensionKeysCommand.ts +++ b/clients/client-pi/src/commands/DescribeDimensionKeysCommand.ts @@ -134,9 +134,6 @@ export class DescribeDimensionKeysCommand extends $Command< DescribeDimensionKeysCommandOutput, PIClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -150,9 +147,7 @@ export class DescribeDimensionKeysCommand extends $Command< * @public */ constructor(readonly input: DescribeDimensionKeysCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -205,7 +200,4 @@ export class DescribeDimensionKeysCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DescribeDimensionKeysCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-pi/src/commands/GetDimensionKeyDetailsCommand.ts b/clients/client-pi/src/commands/GetDimensionKeyDetailsCommand.ts index 3ec7e7cbfb1a..0374f938e47d 100644 --- a/clients/client-pi/src/commands/GetDimensionKeyDetailsCommand.ts +++ b/clients/client-pi/src/commands/GetDimensionKeyDetailsCommand.ts @@ -94,9 +94,6 @@ export class GetDimensionKeyDetailsCommand extends $Command< GetDimensionKeyDetailsCommandOutput, PIClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -110,9 +107,7 @@ export class GetDimensionKeyDetailsCommand extends $Command< * @public */ constructor(readonly input: GetDimensionKeyDetailsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -165,7 +160,4 @@ export class GetDimensionKeyDetailsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetDimensionKeyDetailsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-pi/src/commands/GetPerformanceAnalysisReportCommand.ts b/clients/client-pi/src/commands/GetPerformanceAnalysisReportCommand.ts index 66ca40f24d88..fe860fb6ef61 100644 --- a/clients/client-pi/src/commands/GetPerformanceAnalysisReportCommand.ts +++ b/clients/client-pi/src/commands/GetPerformanceAnalysisReportCommand.ts @@ -186,9 +186,6 @@ export class GetPerformanceAnalysisReportCommand extends $Command< GetPerformanceAnalysisReportCommandOutput, PIClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -202,9 +199,7 @@ export class GetPerformanceAnalysisReportCommand extends $Command< * @public */ constructor(readonly input: GetPerformanceAnalysisReportCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -260,7 +255,4 @@ export class GetPerformanceAnalysisReportCommand extends $Command< ): Promise { return de_GetPerformanceAnalysisReportCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-pi/src/commands/GetResourceMetadataCommand.ts b/clients/client-pi/src/commands/GetResourceMetadataCommand.ts index 253caed74902..d79b92215435 100644 --- a/clients/client-pi/src/commands/GetResourceMetadataCommand.ts +++ b/clients/client-pi/src/commands/GetResourceMetadataCommand.ts @@ -87,9 +87,6 @@ export class GetResourceMetadataCommand extends $Command< GetResourceMetadataCommandOutput, PIClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -103,9 +100,7 @@ export class GetResourceMetadataCommand extends $Command< * @public */ constructor(readonly input: GetResourceMetadataCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -158,7 +153,4 @@ export class GetResourceMetadataCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetResourceMetadataCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-pi/src/commands/GetResourceMetricsCommand.ts b/clients/client-pi/src/commands/GetResourceMetricsCommand.ts index c1d72d4893fe..3e83aa8d7c21 100644 --- a/clients/client-pi/src/commands/GetResourceMetricsCommand.ts +++ b/clients/client-pi/src/commands/GetResourceMetricsCommand.ts @@ -126,9 +126,6 @@ export class GetResourceMetricsCommand extends $Command< GetResourceMetricsCommandOutput, PIClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -142,9 +139,7 @@ export class GetResourceMetricsCommand extends $Command< * @public */ constructor(readonly input: GetResourceMetricsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -197,7 +192,4 @@ export class GetResourceMetricsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetResourceMetricsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-pi/src/commands/ListAvailableResourceDimensionsCommand.ts b/clients/client-pi/src/commands/ListAvailableResourceDimensionsCommand.ts index 94aa163dbbfa..51d22594b5f9 100644 --- a/clients/client-pi/src/commands/ListAvailableResourceDimensionsCommand.ts +++ b/clients/client-pi/src/commands/ListAvailableResourceDimensionsCommand.ts @@ -105,9 +105,6 @@ export class ListAvailableResourceDimensionsCommand extends $Command< ListAvailableResourceDimensionsCommandOutput, PIClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -121,9 +118,7 @@ export class ListAvailableResourceDimensionsCommand extends $Command< * @public */ constructor(readonly input: ListAvailableResourceDimensionsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -182,7 +177,4 @@ export class ListAvailableResourceDimensionsCommand extends $Command< ): Promise { return de_ListAvailableResourceDimensionsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-pi/src/commands/ListAvailableResourceMetricsCommand.ts b/clients/client-pi/src/commands/ListAvailableResourceMetricsCommand.ts index f2cf3b74b66c..a8f32c3af275 100644 --- a/clients/client-pi/src/commands/ListAvailableResourceMetricsCommand.ts +++ b/clients/client-pi/src/commands/ListAvailableResourceMetricsCommand.ts @@ -98,9 +98,6 @@ export class ListAvailableResourceMetricsCommand extends $Command< ListAvailableResourceMetricsCommandOutput, PIClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -114,9 +111,7 @@ export class ListAvailableResourceMetricsCommand extends $Command< * @public */ constructor(readonly input: ListAvailableResourceMetricsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -172,7 +167,4 @@ export class ListAvailableResourceMetricsCommand extends $Command< ): Promise { return de_ListAvailableResourceMetricsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-pi/src/commands/ListPerformanceAnalysisReportsCommand.ts b/clients/client-pi/src/commands/ListPerformanceAnalysisReportsCommand.ts index 93f867f1e6fa..2749b4000abe 100644 --- a/clients/client-pi/src/commands/ListPerformanceAnalysisReportsCommand.ts +++ b/clients/client-pi/src/commands/ListPerformanceAnalysisReportsCommand.ts @@ -103,9 +103,6 @@ export class ListPerformanceAnalysisReportsCommand extends $Command< ListPerformanceAnalysisReportsCommandOutput, PIClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -119,9 +116,7 @@ export class ListPerformanceAnalysisReportsCommand extends $Command< * @public */ constructor(readonly input: ListPerformanceAnalysisReportsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -180,7 +175,4 @@ export class ListPerformanceAnalysisReportsCommand extends $Command< ): Promise { return de_ListPerformanceAnalysisReportsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-pi/src/commands/ListTagsForResourceCommand.ts b/clients/client-pi/src/commands/ListTagsForResourceCommand.ts index cfa41fa58229..a5ebccc02d26 100644 --- a/clients/client-pi/src/commands/ListTagsForResourceCommand.ts +++ b/clients/client-pi/src/commands/ListTagsForResourceCommand.ts @@ -85,9 +85,6 @@ export class ListTagsForResourceCommand extends $Command< ListTagsForResourceCommandOutput, PIClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -101,9 +98,7 @@ export class ListTagsForResourceCommand extends $Command< * @public */ constructor(readonly input: ListTagsForResourceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -156,7 +151,4 @@ export class ListTagsForResourceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListTagsForResourceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-pi/src/commands/TagResourceCommand.ts b/clients/client-pi/src/commands/TagResourceCommand.ts index 803a24ddad19..1514248c32f6 100644 --- a/clients/client-pi/src/commands/TagResourceCommand.ts +++ b/clients/client-pi/src/commands/TagResourceCommand.ts @@ -84,9 +84,6 @@ export class TagResourceCommand extends $Command< TagResourceCommandOutput, PIClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -100,9 +97,7 @@ export class TagResourceCommand extends $Command< * @public */ constructor(readonly input: TagResourceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -153,7 +148,4 @@ export class TagResourceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_TagResourceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-pi/src/commands/UntagResourceCommand.ts b/clients/client-pi/src/commands/UntagResourceCommand.ts index f8cba5f357fb..d812b3bf25e7 100644 --- a/clients/client-pi/src/commands/UntagResourceCommand.ts +++ b/clients/client-pi/src/commands/UntagResourceCommand.ts @@ -81,9 +81,6 @@ export class UntagResourceCommand extends $Command< UntagResourceCommandOutput, PIClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -97,9 +94,7 @@ export class UntagResourceCommand extends $Command< * @public */ constructor(readonly input: UntagResourceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -150,7 +145,4 @@ export class UntagResourceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UntagResourceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-pinpoint-email/package.json b/clients/client-pinpoint-email/package.json index aa44f7760c46..b55651a1df05 100644 --- a/clients/client-pinpoint-email/package.json +++ b/clients/client-pinpoint-email/package.json @@ -34,29 +34,29 @@ "@aws-sdk/util-endpoints": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@smithy/config-resolver": "^2.0.16", - "@smithy/fetch-http-handler": "^2.2.4", - "@smithy/hash-node": "^2.0.12", - "@smithy/invalid-dependency": "^2.0.12", - "@smithy/middleware-content-length": "^2.0.14", - "@smithy/middleware-endpoint": "^2.1.3", - "@smithy/middleware-retry": "^2.0.18", - "@smithy/middleware-serde": "^2.0.12", - "@smithy/middleware-stack": "^2.0.6", - "@smithy/node-config-provider": "^2.1.3", - "@smithy/node-http-handler": "^2.1.8", - "@smithy/protocol-http": "^3.0.8", - "@smithy/smithy-client": "^2.1.12", - "@smithy/types": "^2.4.0", - "@smithy/url-parser": "^2.0.12", - "@smithy/util-base64": "^2.0.0", + "@smithy/config-resolver": "^2.0.18", + "@smithy/fetch-http-handler": "^2.2.6", + "@smithy/hash-node": "^2.0.15", + "@smithy/invalid-dependency": "^2.0.13", + "@smithy/middleware-content-length": "^2.0.15", + "@smithy/middleware-endpoint": "^2.2.0", + "@smithy/middleware-retry": "^2.0.20", + "@smithy/middleware-serde": "^2.0.13", + "@smithy/middleware-stack": "^2.0.7", + "@smithy/node-config-provider": "^2.1.5", + "@smithy/node-http-handler": "^2.1.9", + "@smithy/protocol-http": "^3.0.9", + "@smithy/smithy-client": "^2.1.15", + "@smithy/types": "^2.5.0", + "@smithy/url-parser": "^2.0.13", + "@smithy/util-base64": "^2.0.1", "@smithy/util-body-length-browser": "^2.0.0", "@smithy/util-body-length-node": "^2.1.0", - "@smithy/util-defaults-mode-browser": "^2.0.16", - "@smithy/util-defaults-mode-node": "^2.0.21", - "@smithy/util-endpoints": "^1.0.2", - "@smithy/util-retry": "^2.0.5", - "@smithy/util-utf8": "^2.0.0", + "@smithy/util-defaults-mode-browser": "^2.0.19", + "@smithy/util-defaults-mode-node": "^2.0.25", + "@smithy/util-endpoints": "^1.0.4", + "@smithy/util-retry": "^2.0.6", + "@smithy/util-utf8": "^2.0.2", "tslib": "^2.5.0" }, "devDependencies": { diff --git a/clients/client-pinpoint-email/src/commands/CreateConfigurationSetCommand.ts b/clients/client-pinpoint-email/src/commands/CreateConfigurationSetCommand.ts index bc7d0efe8c24..94fe4a1be541 100644 --- a/clients/client-pinpoint-email/src/commands/CreateConfigurationSetCommand.ts +++ b/clients/client-pinpoint-email/src/commands/CreateConfigurationSetCommand.ts @@ -110,9 +110,6 @@ export class CreateConfigurationSetCommand extends $Command< CreateConfigurationSetCommandOutput, PinpointEmailClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -126,9 +123,7 @@ export class CreateConfigurationSetCommand extends $Command< * @public */ constructor(readonly input: CreateConfigurationSetCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -181,7 +176,4 @@ export class CreateConfigurationSetCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateConfigurationSetCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-pinpoint-email/src/commands/CreateConfigurationSetEventDestinationCommand.ts b/clients/client-pinpoint-email/src/commands/CreateConfigurationSetEventDestinationCommand.ts index 56ea218f6fa6..8d9e99c46ae5 100644 --- a/clients/client-pinpoint-email/src/commands/CreateConfigurationSetEventDestinationCommand.ts +++ b/clients/client-pinpoint-email/src/commands/CreateConfigurationSetEventDestinationCommand.ts @@ -124,9 +124,6 @@ export class CreateConfigurationSetEventDestinationCommand extends $Command< CreateConfigurationSetEventDestinationCommandOutput, PinpointEmailClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -140,9 +137,7 @@ export class CreateConfigurationSetEventDestinationCommand extends $Command< * @public */ constructor(readonly input: CreateConfigurationSetEventDestinationCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -201,7 +196,4 @@ export class CreateConfigurationSetEventDestinationCommand extends $Command< ): Promise { return de_CreateConfigurationSetEventDestinationCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-pinpoint-email/src/commands/CreateDedicatedIpPoolCommand.ts b/clients/client-pinpoint-email/src/commands/CreateDedicatedIpPoolCommand.ts index 59094a62d7a8..4dd67929cf87 100644 --- a/clients/client-pinpoint-email/src/commands/CreateDedicatedIpPoolCommand.ts +++ b/clients/client-pinpoint-email/src/commands/CreateDedicatedIpPoolCommand.ts @@ -92,9 +92,6 @@ export class CreateDedicatedIpPoolCommand extends $Command< CreateDedicatedIpPoolCommandOutput, PinpointEmailClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -108,9 +105,7 @@ export class CreateDedicatedIpPoolCommand extends $Command< * @public */ constructor(readonly input: CreateDedicatedIpPoolCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -163,7 +158,4 @@ export class CreateDedicatedIpPoolCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateDedicatedIpPoolCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-pinpoint-email/src/commands/CreateDeliverabilityTestReportCommand.ts b/clients/client-pinpoint-email/src/commands/CreateDeliverabilityTestReportCommand.ts index e5803f855d84..1dcce4853c05 100644 --- a/clients/client-pinpoint-email/src/commands/CreateDeliverabilityTestReportCommand.ts +++ b/clients/client-pinpoint-email/src/commands/CreateDeliverabilityTestReportCommand.ts @@ -143,9 +143,6 @@ export class CreateDeliverabilityTestReportCommand extends $Command< CreateDeliverabilityTestReportCommandOutput, PinpointEmailClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -159,9 +156,7 @@ export class CreateDeliverabilityTestReportCommand extends $Command< * @public */ constructor(readonly input: CreateDeliverabilityTestReportCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -220,7 +215,4 @@ export class CreateDeliverabilityTestReportCommand extends $Command< ): Promise { return de_CreateDeliverabilityTestReportCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-pinpoint-email/src/commands/CreateEmailIdentityCommand.ts b/clients/client-pinpoint-email/src/commands/CreateEmailIdentityCommand.ts index 992cdede6659..f2bf3386f944 100644 --- a/clients/client-pinpoint-email/src/commands/CreateEmailIdentityCommand.ts +++ b/clients/client-pinpoint-email/src/commands/CreateEmailIdentityCommand.ts @@ -109,9 +109,6 @@ export class CreateEmailIdentityCommand extends $Command< CreateEmailIdentityCommandOutput, PinpointEmailClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -125,9 +122,7 @@ export class CreateEmailIdentityCommand extends $Command< * @public */ constructor(readonly input: CreateEmailIdentityCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -180,7 +175,4 @@ export class CreateEmailIdentityCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateEmailIdentityCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-pinpoint-email/src/commands/DeleteConfigurationSetCommand.ts b/clients/client-pinpoint-email/src/commands/DeleteConfigurationSetCommand.ts index 3f7eb968f2cd..60a32953cad8 100644 --- a/clients/client-pinpoint-email/src/commands/DeleteConfigurationSetCommand.ts +++ b/clients/client-pinpoint-email/src/commands/DeleteConfigurationSetCommand.ts @@ -85,9 +85,6 @@ export class DeleteConfigurationSetCommand extends $Command< DeleteConfigurationSetCommandOutput, PinpointEmailClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -101,9 +98,7 @@ export class DeleteConfigurationSetCommand extends $Command< * @public */ constructor(readonly input: DeleteConfigurationSetCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -156,7 +151,4 @@ export class DeleteConfigurationSetCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteConfigurationSetCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-pinpoint-email/src/commands/DeleteConfigurationSetEventDestinationCommand.ts b/clients/client-pinpoint-email/src/commands/DeleteConfigurationSetEventDestinationCommand.ts index 1d8f56e31abd..75794bdbc24b 100644 --- a/clients/client-pinpoint-email/src/commands/DeleteConfigurationSetEventDestinationCommand.ts +++ b/clients/client-pinpoint-email/src/commands/DeleteConfigurationSetEventDestinationCommand.ts @@ -92,9 +92,6 @@ export class DeleteConfigurationSetEventDestinationCommand extends $Command< DeleteConfigurationSetEventDestinationCommandOutput, PinpointEmailClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -108,9 +105,7 @@ export class DeleteConfigurationSetEventDestinationCommand extends $Command< * @public */ constructor(readonly input: DeleteConfigurationSetEventDestinationCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -169,7 +164,4 @@ export class DeleteConfigurationSetEventDestinationCommand extends $Command< ): Promise { return de_DeleteConfigurationSetEventDestinationCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-pinpoint-email/src/commands/DeleteDedicatedIpPoolCommand.ts b/clients/client-pinpoint-email/src/commands/DeleteDedicatedIpPoolCommand.ts index bed6e7eec284..09583e130a25 100644 --- a/clients/client-pinpoint-email/src/commands/DeleteDedicatedIpPoolCommand.ts +++ b/clients/client-pinpoint-email/src/commands/DeleteDedicatedIpPoolCommand.ts @@ -80,9 +80,6 @@ export class DeleteDedicatedIpPoolCommand extends $Command< DeleteDedicatedIpPoolCommandOutput, PinpointEmailClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -96,9 +93,7 @@ export class DeleteDedicatedIpPoolCommand extends $Command< * @public */ constructor(readonly input: DeleteDedicatedIpPoolCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -151,7 +146,4 @@ export class DeleteDedicatedIpPoolCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteDedicatedIpPoolCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-pinpoint-email/src/commands/DeleteEmailIdentityCommand.ts b/clients/client-pinpoint-email/src/commands/DeleteEmailIdentityCommand.ts index a1095ec77b61..54b02f46f5ed 100644 --- a/clients/client-pinpoint-email/src/commands/DeleteEmailIdentityCommand.ts +++ b/clients/client-pinpoint-email/src/commands/DeleteEmailIdentityCommand.ts @@ -81,9 +81,6 @@ export class DeleteEmailIdentityCommand extends $Command< DeleteEmailIdentityCommandOutput, PinpointEmailClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -97,9 +94,7 @@ export class DeleteEmailIdentityCommand extends $Command< * @public */ constructor(readonly input: DeleteEmailIdentityCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -152,7 +147,4 @@ export class DeleteEmailIdentityCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteEmailIdentityCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-pinpoint-email/src/commands/GetAccountCommand.ts b/clients/client-pinpoint-email/src/commands/GetAccountCommand.ts index b5f01772c542..c98bd3588fa1 100644 --- a/clients/client-pinpoint-email/src/commands/GetAccountCommand.ts +++ b/clients/client-pinpoint-email/src/commands/GetAccountCommand.ts @@ -83,9 +83,6 @@ export class GetAccountCommand extends $Command< GetAccountCommandOutput, PinpointEmailClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -99,9 +96,7 @@ export class GetAccountCommand extends $Command< * @public */ constructor(readonly input: GetAccountCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -152,7 +147,4 @@ export class GetAccountCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetAccountCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-pinpoint-email/src/commands/GetBlacklistReportsCommand.ts b/clients/client-pinpoint-email/src/commands/GetBlacklistReportsCommand.ts index 71e0294e7360..2e30a407c2be 100644 --- a/clients/client-pinpoint-email/src/commands/GetBlacklistReportsCommand.ts +++ b/clients/client-pinpoint-email/src/commands/GetBlacklistReportsCommand.ts @@ -89,9 +89,6 @@ export class GetBlacklistReportsCommand extends $Command< GetBlacklistReportsCommandOutput, PinpointEmailClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -105,9 +102,7 @@ export class GetBlacklistReportsCommand extends $Command< * @public */ constructor(readonly input: GetBlacklistReportsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -160,7 +155,4 @@ export class GetBlacklistReportsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetBlacklistReportsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-pinpoint-email/src/commands/GetConfigurationSetCommand.ts b/clients/client-pinpoint-email/src/commands/GetConfigurationSetCommand.ts index 5899b89b19c9..bff755450c1a 100644 --- a/clients/client-pinpoint-email/src/commands/GetConfigurationSetCommand.ts +++ b/clients/client-pinpoint-email/src/commands/GetConfigurationSetCommand.ts @@ -106,9 +106,6 @@ export class GetConfigurationSetCommand extends $Command< GetConfigurationSetCommandOutput, PinpointEmailClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -122,9 +119,7 @@ export class GetConfigurationSetCommand extends $Command< * @public */ constructor(readonly input: GetConfigurationSetCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -177,7 +172,4 @@ export class GetConfigurationSetCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetConfigurationSetCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-pinpoint-email/src/commands/GetConfigurationSetEventDestinationsCommand.ts b/clients/client-pinpoint-email/src/commands/GetConfigurationSetEventDestinationsCommand.ts index 582fd3ae42a5..575d68959ba2 100644 --- a/clients/client-pinpoint-email/src/commands/GetConfigurationSetEventDestinationsCommand.ts +++ b/clients/client-pinpoint-email/src/commands/GetConfigurationSetEventDestinationsCommand.ts @@ -120,9 +120,6 @@ export class GetConfigurationSetEventDestinationsCommand extends $Command< GetConfigurationSetEventDestinationsCommandOutput, PinpointEmailClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -136,9 +133,7 @@ export class GetConfigurationSetEventDestinationsCommand extends $Command< * @public */ constructor(readonly input: GetConfigurationSetEventDestinationsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -197,7 +192,4 @@ export class GetConfigurationSetEventDestinationsCommand extends $Command< ): Promise { return de_GetConfigurationSetEventDestinationsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-pinpoint-email/src/commands/GetDedicatedIpCommand.ts b/clients/client-pinpoint-email/src/commands/GetDedicatedIpCommand.ts index 8c05ba8a63bb..7774684dc022 100644 --- a/clients/client-pinpoint-email/src/commands/GetDedicatedIpCommand.ts +++ b/clients/client-pinpoint-email/src/commands/GetDedicatedIpCommand.ts @@ -86,9 +86,6 @@ export class GetDedicatedIpCommand extends $Command< GetDedicatedIpCommandOutput, PinpointEmailClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -102,9 +99,7 @@ export class GetDedicatedIpCommand extends $Command< * @public */ constructor(readonly input: GetDedicatedIpCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -157,7 +152,4 @@ export class GetDedicatedIpCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetDedicatedIpCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-pinpoint-email/src/commands/GetDedicatedIpsCommand.ts b/clients/client-pinpoint-email/src/commands/GetDedicatedIpsCommand.ts index 3d139e11523b..9d689ee03df3 100644 --- a/clients/client-pinpoint-email/src/commands/GetDedicatedIpsCommand.ts +++ b/clients/client-pinpoint-email/src/commands/GetDedicatedIpsCommand.ts @@ -90,9 +90,6 @@ export class GetDedicatedIpsCommand extends $Command< GetDedicatedIpsCommandOutput, PinpointEmailClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -106,9 +103,7 @@ export class GetDedicatedIpsCommand extends $Command< * @public */ constructor(readonly input: GetDedicatedIpsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -161,7 +156,4 @@ export class GetDedicatedIpsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetDedicatedIpsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-pinpoint-email/src/commands/GetDeliverabilityDashboardOptionsCommand.ts b/clients/client-pinpoint-email/src/commands/GetDeliverabilityDashboardOptionsCommand.ts index 8ce07b7d9736..f4b43a0e298c 100644 --- a/clients/client-pinpoint-email/src/commands/GetDeliverabilityDashboardOptionsCommand.ts +++ b/clients/client-pinpoint-email/src/commands/GetDeliverabilityDashboardOptionsCommand.ts @@ -117,9 +117,6 @@ export class GetDeliverabilityDashboardOptionsCommand extends $Command< GetDeliverabilityDashboardOptionsCommandOutput, PinpointEmailClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -133,9 +130,7 @@ export class GetDeliverabilityDashboardOptionsCommand extends $Command< * @public */ constructor(readonly input: GetDeliverabilityDashboardOptionsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -194,7 +189,4 @@ export class GetDeliverabilityDashboardOptionsCommand extends $Command< ): Promise { return de_GetDeliverabilityDashboardOptionsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-pinpoint-email/src/commands/GetDeliverabilityTestReportCommand.ts b/clients/client-pinpoint-email/src/commands/GetDeliverabilityTestReportCommand.ts index d1a9b7f52bca..e7286fa20d93 100644 --- a/clients/client-pinpoint-email/src/commands/GetDeliverabilityTestReportCommand.ts +++ b/clients/client-pinpoint-email/src/commands/GetDeliverabilityTestReportCommand.ts @@ -117,9 +117,6 @@ export class GetDeliverabilityTestReportCommand extends $Command< GetDeliverabilityTestReportCommandOutput, PinpointEmailClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -133,9 +130,7 @@ export class GetDeliverabilityTestReportCommand extends $Command< * @public */ constructor(readonly input: GetDeliverabilityTestReportCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -191,7 +186,4 @@ export class GetDeliverabilityTestReportCommand extends $Command< ): Promise { return de_GetDeliverabilityTestReportCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-pinpoint-email/src/commands/GetDomainDeliverabilityCampaignCommand.ts b/clients/client-pinpoint-email/src/commands/GetDomainDeliverabilityCampaignCommand.ts index fa4e5987fdf3..7079ce9e31a2 100644 --- a/clients/client-pinpoint-email/src/commands/GetDomainDeliverabilityCampaignCommand.ts +++ b/clients/client-pinpoint-email/src/commands/GetDomainDeliverabilityCampaignCommand.ts @@ -106,9 +106,6 @@ export class GetDomainDeliverabilityCampaignCommand extends $Command< GetDomainDeliverabilityCampaignCommandOutput, PinpointEmailClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -122,9 +119,7 @@ export class GetDomainDeliverabilityCampaignCommand extends $Command< * @public */ constructor(readonly input: GetDomainDeliverabilityCampaignCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -183,7 +178,4 @@ export class GetDomainDeliverabilityCampaignCommand extends $Command< ): Promise { return de_GetDomainDeliverabilityCampaignCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-pinpoint-email/src/commands/GetDomainStatisticsReportCommand.ts b/clients/client-pinpoint-email/src/commands/GetDomainStatisticsReportCommand.ts index 490bdda348f2..a14ba2031552 100644 --- a/clients/client-pinpoint-email/src/commands/GetDomainStatisticsReportCommand.ts +++ b/clients/client-pinpoint-email/src/commands/GetDomainStatisticsReportCommand.ts @@ -119,9 +119,6 @@ export class GetDomainStatisticsReportCommand extends $Command< GetDomainStatisticsReportCommandOutput, PinpointEmailClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -135,9 +132,7 @@ export class GetDomainStatisticsReportCommand extends $Command< * @public */ constructor(readonly input: GetDomainStatisticsReportCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -193,7 +188,4 @@ export class GetDomainStatisticsReportCommand extends $Command< ): Promise { return de_GetDomainStatisticsReportCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-pinpoint-email/src/commands/GetEmailIdentityCommand.ts b/clients/client-pinpoint-email/src/commands/GetEmailIdentityCommand.ts index 2b7a4fa80eba..87e98096ceba 100644 --- a/clients/client-pinpoint-email/src/commands/GetEmailIdentityCommand.ts +++ b/clients/client-pinpoint-email/src/commands/GetEmailIdentityCommand.ts @@ -101,9 +101,6 @@ export class GetEmailIdentityCommand extends $Command< GetEmailIdentityCommandOutput, PinpointEmailClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -117,9 +114,7 @@ export class GetEmailIdentityCommand extends $Command< * @public */ constructor(readonly input: GetEmailIdentityCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -172,7 +167,4 @@ export class GetEmailIdentityCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetEmailIdentityCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-pinpoint-email/src/commands/ListConfigurationSetsCommand.ts b/clients/client-pinpoint-email/src/commands/ListConfigurationSetsCommand.ts index 7f3ead156860..1bf0f4654a22 100644 --- a/clients/client-pinpoint-email/src/commands/ListConfigurationSetsCommand.ts +++ b/clients/client-pinpoint-email/src/commands/ListConfigurationSetsCommand.ts @@ -86,9 +86,6 @@ export class ListConfigurationSetsCommand extends $Command< ListConfigurationSetsCommandOutput, PinpointEmailClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -102,9 +99,7 @@ export class ListConfigurationSetsCommand extends $Command< * @public */ constructor(readonly input: ListConfigurationSetsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -157,7 +152,4 @@ export class ListConfigurationSetsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListConfigurationSetsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-pinpoint-email/src/commands/ListDedicatedIpPoolsCommand.ts b/clients/client-pinpoint-email/src/commands/ListDedicatedIpPoolsCommand.ts index c79efa9f59ab..e5227451724c 100644 --- a/clients/client-pinpoint-email/src/commands/ListDedicatedIpPoolsCommand.ts +++ b/clients/client-pinpoint-email/src/commands/ListDedicatedIpPoolsCommand.ts @@ -81,9 +81,6 @@ export class ListDedicatedIpPoolsCommand extends $Command< ListDedicatedIpPoolsCommandOutput, PinpointEmailClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -97,9 +94,7 @@ export class ListDedicatedIpPoolsCommand extends $Command< * @public */ constructor(readonly input: ListDedicatedIpPoolsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -152,7 +147,4 @@ export class ListDedicatedIpPoolsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListDedicatedIpPoolsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-pinpoint-email/src/commands/ListDeliverabilityTestReportsCommand.ts b/clients/client-pinpoint-email/src/commands/ListDeliverabilityTestReportsCommand.ts index f8823f8f8de0..fefb379ee260 100644 --- a/clients/client-pinpoint-email/src/commands/ListDeliverabilityTestReportsCommand.ts +++ b/clients/client-pinpoint-email/src/commands/ListDeliverabilityTestReportsCommand.ts @@ -97,9 +97,6 @@ export class ListDeliverabilityTestReportsCommand extends $Command< ListDeliverabilityTestReportsCommandOutput, PinpointEmailClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -113,9 +110,7 @@ export class ListDeliverabilityTestReportsCommand extends $Command< * @public */ constructor(readonly input: ListDeliverabilityTestReportsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -171,7 +166,4 @@ export class ListDeliverabilityTestReportsCommand extends $Command< ): Promise { return de_ListDeliverabilityTestReportsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-pinpoint-email/src/commands/ListDomainDeliverabilityCampaignsCommand.ts b/clients/client-pinpoint-email/src/commands/ListDomainDeliverabilityCampaignsCommand.ts index 554a2cdb1fbf..bea33661a24f 100644 --- a/clients/client-pinpoint-email/src/commands/ListDomainDeliverabilityCampaignsCommand.ts +++ b/clients/client-pinpoint-email/src/commands/ListDomainDeliverabilityCampaignsCommand.ts @@ -116,9 +116,6 @@ export class ListDomainDeliverabilityCampaignsCommand extends $Command< ListDomainDeliverabilityCampaignsCommandOutput, PinpointEmailClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -132,9 +129,7 @@ export class ListDomainDeliverabilityCampaignsCommand extends $Command< * @public */ constructor(readonly input: ListDomainDeliverabilityCampaignsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -193,7 +188,4 @@ export class ListDomainDeliverabilityCampaignsCommand extends $Command< ): Promise { return de_ListDomainDeliverabilityCampaignsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-pinpoint-email/src/commands/ListEmailIdentitiesCommand.ts b/clients/client-pinpoint-email/src/commands/ListEmailIdentitiesCommand.ts index 3509d788dd4a..781982a88528 100644 --- a/clients/client-pinpoint-email/src/commands/ListEmailIdentitiesCommand.ts +++ b/clients/client-pinpoint-email/src/commands/ListEmailIdentitiesCommand.ts @@ -86,9 +86,6 @@ export class ListEmailIdentitiesCommand extends $Command< ListEmailIdentitiesCommandOutput, PinpointEmailClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -102,9 +99,7 @@ export class ListEmailIdentitiesCommand extends $Command< * @public */ constructor(readonly input: ListEmailIdentitiesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -157,7 +152,4 @@ export class ListEmailIdentitiesCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListEmailIdentitiesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-pinpoint-email/src/commands/ListTagsForResourceCommand.ts b/clients/client-pinpoint-email/src/commands/ListTagsForResourceCommand.ts index 3c18f4621ec9..7e67b7141e61 100644 --- a/clients/client-pinpoint-email/src/commands/ListTagsForResourceCommand.ts +++ b/clients/client-pinpoint-email/src/commands/ListTagsForResourceCommand.ts @@ -89,9 +89,6 @@ export class ListTagsForResourceCommand extends $Command< ListTagsForResourceCommandOutput, PinpointEmailClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -105,9 +102,7 @@ export class ListTagsForResourceCommand extends $Command< * @public */ constructor(readonly input: ListTagsForResourceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -160,7 +155,4 @@ export class ListTagsForResourceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListTagsForResourceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-pinpoint-email/src/commands/PutAccountDedicatedIpWarmupAttributesCommand.ts b/clients/client-pinpoint-email/src/commands/PutAccountDedicatedIpWarmupAttributesCommand.ts index 33064179986c..dc783555cde3 100644 --- a/clients/client-pinpoint-email/src/commands/PutAccountDedicatedIpWarmupAttributesCommand.ts +++ b/clients/client-pinpoint-email/src/commands/PutAccountDedicatedIpWarmupAttributesCommand.ts @@ -83,9 +83,6 @@ export class PutAccountDedicatedIpWarmupAttributesCommand extends $Command< PutAccountDedicatedIpWarmupAttributesCommandOutput, PinpointEmailClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -99,9 +96,7 @@ export class PutAccountDedicatedIpWarmupAttributesCommand extends $Command< * @public */ constructor(readonly input: PutAccountDedicatedIpWarmupAttributesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -160,7 +155,4 @@ export class PutAccountDedicatedIpWarmupAttributesCommand extends $Command< ): Promise { return de_PutAccountDedicatedIpWarmupAttributesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-pinpoint-email/src/commands/PutAccountSendingAttributesCommand.ts b/clients/client-pinpoint-email/src/commands/PutAccountSendingAttributesCommand.ts index bcce5f3c3af0..1ae8f5d33697 100644 --- a/clients/client-pinpoint-email/src/commands/PutAccountSendingAttributesCommand.ts +++ b/clients/client-pinpoint-email/src/commands/PutAccountSendingAttributesCommand.ts @@ -79,9 +79,6 @@ export class PutAccountSendingAttributesCommand extends $Command< PutAccountSendingAttributesCommandOutput, PinpointEmailClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -95,9 +92,7 @@ export class PutAccountSendingAttributesCommand extends $Command< * @public */ constructor(readonly input: PutAccountSendingAttributesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -153,7 +148,4 @@ export class PutAccountSendingAttributesCommand extends $Command< ): Promise { return de_PutAccountSendingAttributesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-pinpoint-email/src/commands/PutConfigurationSetDeliveryOptionsCommand.ts b/clients/client-pinpoint-email/src/commands/PutConfigurationSetDeliveryOptionsCommand.ts index 268236eee2c8..5c801fe2d05c 100644 --- a/clients/client-pinpoint-email/src/commands/PutConfigurationSetDeliveryOptionsCommand.ts +++ b/clients/client-pinpoint-email/src/commands/PutConfigurationSetDeliveryOptionsCommand.ts @@ -88,9 +88,6 @@ export class PutConfigurationSetDeliveryOptionsCommand extends $Command< PutConfigurationSetDeliveryOptionsCommandOutput, PinpointEmailClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -104,9 +101,7 @@ export class PutConfigurationSetDeliveryOptionsCommand extends $Command< * @public */ constructor(readonly input: PutConfigurationSetDeliveryOptionsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -165,7 +160,4 @@ export class PutConfigurationSetDeliveryOptionsCommand extends $Command< ): Promise { return de_PutConfigurationSetDeliveryOptionsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-pinpoint-email/src/commands/PutConfigurationSetReputationOptionsCommand.ts b/clients/client-pinpoint-email/src/commands/PutConfigurationSetReputationOptionsCommand.ts index ad5be396c3b4..087f257824c2 100644 --- a/clients/client-pinpoint-email/src/commands/PutConfigurationSetReputationOptionsCommand.ts +++ b/clients/client-pinpoint-email/src/commands/PutConfigurationSetReputationOptionsCommand.ts @@ -87,9 +87,6 @@ export class PutConfigurationSetReputationOptionsCommand extends $Command< PutConfigurationSetReputationOptionsCommandOutput, PinpointEmailClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -103,9 +100,7 @@ export class PutConfigurationSetReputationOptionsCommand extends $Command< * @public */ constructor(readonly input: PutConfigurationSetReputationOptionsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -164,7 +159,4 @@ export class PutConfigurationSetReputationOptionsCommand extends $Command< ): Promise { return de_PutConfigurationSetReputationOptionsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-pinpoint-email/src/commands/PutConfigurationSetSendingOptionsCommand.ts b/clients/client-pinpoint-email/src/commands/PutConfigurationSetSendingOptionsCommand.ts index d38f582ba5e8..5ade60fbc02b 100644 --- a/clients/client-pinpoint-email/src/commands/PutConfigurationSetSendingOptionsCommand.ts +++ b/clients/client-pinpoint-email/src/commands/PutConfigurationSetSendingOptionsCommand.ts @@ -87,9 +87,6 @@ export class PutConfigurationSetSendingOptionsCommand extends $Command< PutConfigurationSetSendingOptionsCommandOutput, PinpointEmailClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -103,9 +100,7 @@ export class PutConfigurationSetSendingOptionsCommand extends $Command< * @public */ constructor(readonly input: PutConfigurationSetSendingOptionsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -164,7 +159,4 @@ export class PutConfigurationSetSendingOptionsCommand extends $Command< ): Promise { return de_PutConfigurationSetSendingOptionsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-pinpoint-email/src/commands/PutConfigurationSetTrackingOptionsCommand.ts b/clients/client-pinpoint-email/src/commands/PutConfigurationSetTrackingOptionsCommand.ts index f6b7c15fff0f..9d1acbeb3703 100644 --- a/clients/client-pinpoint-email/src/commands/PutConfigurationSetTrackingOptionsCommand.ts +++ b/clients/client-pinpoint-email/src/commands/PutConfigurationSetTrackingOptionsCommand.ts @@ -87,9 +87,6 @@ export class PutConfigurationSetTrackingOptionsCommand extends $Command< PutConfigurationSetTrackingOptionsCommandOutput, PinpointEmailClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -103,9 +100,7 @@ export class PutConfigurationSetTrackingOptionsCommand extends $Command< * @public */ constructor(readonly input: PutConfigurationSetTrackingOptionsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -164,7 +159,4 @@ export class PutConfigurationSetTrackingOptionsCommand extends $Command< ): Promise { return de_PutConfigurationSetTrackingOptionsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-pinpoint-email/src/commands/PutDedicatedIpInPoolCommand.ts b/clients/client-pinpoint-email/src/commands/PutDedicatedIpInPoolCommand.ts index da46ff124d94..3a4ee1d0dafa 100644 --- a/clients/client-pinpoint-email/src/commands/PutDedicatedIpInPoolCommand.ts +++ b/clients/client-pinpoint-email/src/commands/PutDedicatedIpInPoolCommand.ts @@ -87,9 +87,6 @@ export class PutDedicatedIpInPoolCommand extends $Command< PutDedicatedIpInPoolCommandOutput, PinpointEmailClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -103,9 +100,7 @@ export class PutDedicatedIpInPoolCommand extends $Command< * @public */ constructor(readonly input: PutDedicatedIpInPoolCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -158,7 +153,4 @@ export class PutDedicatedIpInPoolCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_PutDedicatedIpInPoolCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-pinpoint-email/src/commands/PutDedicatedIpWarmupAttributesCommand.ts b/clients/client-pinpoint-email/src/commands/PutDedicatedIpWarmupAttributesCommand.ts index 86239e3085a7..40794027eac9 100644 --- a/clients/client-pinpoint-email/src/commands/PutDedicatedIpWarmupAttributesCommand.ts +++ b/clients/client-pinpoint-email/src/commands/PutDedicatedIpWarmupAttributesCommand.ts @@ -83,9 +83,6 @@ export class PutDedicatedIpWarmupAttributesCommand extends $Command< PutDedicatedIpWarmupAttributesCommandOutput, PinpointEmailClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -99,9 +96,7 @@ export class PutDedicatedIpWarmupAttributesCommand extends $Command< * @public */ constructor(readonly input: PutDedicatedIpWarmupAttributesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -160,7 +155,4 @@ export class PutDedicatedIpWarmupAttributesCommand extends $Command< ): Promise { return de_PutDedicatedIpWarmupAttributesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-pinpoint-email/src/commands/PutDeliverabilityDashboardOptionCommand.ts b/clients/client-pinpoint-email/src/commands/PutDeliverabilityDashboardOptionCommand.ts index 075758fc2722..74eedf617485 100644 --- a/clients/client-pinpoint-email/src/commands/PutDeliverabilityDashboardOptionCommand.ts +++ b/clients/client-pinpoint-email/src/commands/PutDeliverabilityDashboardOptionCommand.ts @@ -106,9 +106,6 @@ export class PutDeliverabilityDashboardOptionCommand extends $Command< PutDeliverabilityDashboardOptionCommandOutput, PinpointEmailClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -122,9 +119,7 @@ export class PutDeliverabilityDashboardOptionCommand extends $Command< * @public */ constructor(readonly input: PutDeliverabilityDashboardOptionCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -183,7 +178,4 @@ export class PutDeliverabilityDashboardOptionCommand extends $Command< ): Promise { return de_PutDeliverabilityDashboardOptionCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-pinpoint-email/src/commands/PutEmailIdentityDkimAttributesCommand.ts b/clients/client-pinpoint-email/src/commands/PutEmailIdentityDkimAttributesCommand.ts index d19b96bfa89c..ca473de2e5d5 100644 --- a/clients/client-pinpoint-email/src/commands/PutEmailIdentityDkimAttributesCommand.ts +++ b/clients/client-pinpoint-email/src/commands/PutEmailIdentityDkimAttributesCommand.ts @@ -83,9 +83,6 @@ export class PutEmailIdentityDkimAttributesCommand extends $Command< PutEmailIdentityDkimAttributesCommandOutput, PinpointEmailClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -99,9 +96,7 @@ export class PutEmailIdentityDkimAttributesCommand extends $Command< * @public */ constructor(readonly input: PutEmailIdentityDkimAttributesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -160,7 +155,4 @@ export class PutEmailIdentityDkimAttributesCommand extends $Command< ): Promise { return de_PutEmailIdentityDkimAttributesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-pinpoint-email/src/commands/PutEmailIdentityFeedbackAttributesCommand.ts b/clients/client-pinpoint-email/src/commands/PutEmailIdentityFeedbackAttributesCommand.ts index 02c573e0c64d..bed87ff7fcff 100644 --- a/clients/client-pinpoint-email/src/commands/PutEmailIdentityFeedbackAttributesCommand.ts +++ b/clients/client-pinpoint-email/src/commands/PutEmailIdentityFeedbackAttributesCommand.ts @@ -96,9 +96,6 @@ export class PutEmailIdentityFeedbackAttributesCommand extends $Command< PutEmailIdentityFeedbackAttributesCommandOutput, PinpointEmailClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -112,9 +109,7 @@ export class PutEmailIdentityFeedbackAttributesCommand extends $Command< * @public */ constructor(readonly input: PutEmailIdentityFeedbackAttributesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -173,7 +168,4 @@ export class PutEmailIdentityFeedbackAttributesCommand extends $Command< ): Promise { return de_PutEmailIdentityFeedbackAttributesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-pinpoint-email/src/commands/PutEmailIdentityMailFromAttributesCommand.ts b/clients/client-pinpoint-email/src/commands/PutEmailIdentityMailFromAttributesCommand.ts index 1d67f9fc9ee1..b2437f425006 100644 --- a/clients/client-pinpoint-email/src/commands/PutEmailIdentityMailFromAttributesCommand.ts +++ b/clients/client-pinpoint-email/src/commands/PutEmailIdentityMailFromAttributesCommand.ts @@ -88,9 +88,6 @@ export class PutEmailIdentityMailFromAttributesCommand extends $Command< PutEmailIdentityMailFromAttributesCommandOutput, PinpointEmailClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -104,9 +101,7 @@ export class PutEmailIdentityMailFromAttributesCommand extends $Command< * @public */ constructor(readonly input: PutEmailIdentityMailFromAttributesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -165,7 +160,4 @@ export class PutEmailIdentityMailFromAttributesCommand extends $Command< ): Promise { return de_PutEmailIdentityMailFromAttributesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-pinpoint-email/src/commands/SendEmailCommand.ts b/clients/client-pinpoint-email/src/commands/SendEmailCommand.ts index 6db108890fc0..eacc39e4866b 100644 --- a/clients/client-pinpoint-email/src/commands/SendEmailCommand.ts +++ b/clients/client-pinpoint-email/src/commands/SendEmailCommand.ts @@ -160,9 +160,6 @@ export class SendEmailCommand extends $Command< SendEmailCommandOutput, PinpointEmailClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -176,9 +173,7 @@ export class SendEmailCommand extends $Command< * @public */ constructor(readonly input: SendEmailCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -229,7 +224,4 @@ export class SendEmailCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_SendEmailCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-pinpoint-email/src/commands/TagResourceCommand.ts b/clients/client-pinpoint-email/src/commands/TagResourceCommand.ts index d1a5d252a350..a5ea83d7bb7a 100644 --- a/clients/client-pinpoint-email/src/commands/TagResourceCommand.ts +++ b/clients/client-pinpoint-email/src/commands/TagResourceCommand.ts @@ -94,9 +94,6 @@ export class TagResourceCommand extends $Command< TagResourceCommandOutput, PinpointEmailClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -110,9 +107,7 @@ export class TagResourceCommand extends $Command< * @public */ constructor(readonly input: TagResourceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -163,7 +158,4 @@ export class TagResourceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_TagResourceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-pinpoint-email/src/commands/UntagResourceCommand.ts b/clients/client-pinpoint-email/src/commands/UntagResourceCommand.ts index 16273bf46907..4bb07a59ccb4 100644 --- a/clients/client-pinpoint-email/src/commands/UntagResourceCommand.ts +++ b/clients/client-pinpoint-email/src/commands/UntagResourceCommand.ts @@ -83,9 +83,6 @@ export class UntagResourceCommand extends $Command< UntagResourceCommandOutput, PinpointEmailClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -99,9 +96,7 @@ export class UntagResourceCommand extends $Command< * @public */ constructor(readonly input: UntagResourceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -152,7 +147,4 @@ export class UntagResourceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UntagResourceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-pinpoint-email/src/commands/UpdateConfigurationSetEventDestinationCommand.ts b/clients/client-pinpoint-email/src/commands/UpdateConfigurationSetEventDestinationCommand.ts index 62576dae2720..7dd6b3fa3f72 100644 --- a/clients/client-pinpoint-email/src/commands/UpdateConfigurationSetEventDestinationCommand.ts +++ b/clients/client-pinpoint-email/src/commands/UpdateConfigurationSetEventDestinationCommand.ts @@ -117,9 +117,6 @@ export class UpdateConfigurationSetEventDestinationCommand extends $Command< UpdateConfigurationSetEventDestinationCommandOutput, PinpointEmailClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -133,9 +130,7 @@ export class UpdateConfigurationSetEventDestinationCommand extends $Command< * @public */ constructor(readonly input: UpdateConfigurationSetEventDestinationCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -194,7 +189,4 @@ export class UpdateConfigurationSetEventDestinationCommand extends $Command< ): Promise { return de_UpdateConfigurationSetEventDestinationCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-pinpoint-sms-voice-v2/package.json b/clients/client-pinpoint-sms-voice-v2/package.json index 848a9d2ad835..1f5fd037be30 100644 --- a/clients/client-pinpoint-sms-voice-v2/package.json +++ b/clients/client-pinpoint-sms-voice-v2/package.json @@ -34,29 +34,29 @@ "@aws-sdk/util-endpoints": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@smithy/config-resolver": "^2.0.16", - "@smithy/fetch-http-handler": "^2.2.4", - "@smithy/hash-node": "^2.0.12", - "@smithy/invalid-dependency": "^2.0.12", - "@smithy/middleware-content-length": "^2.0.14", - "@smithy/middleware-endpoint": "^2.1.3", - "@smithy/middleware-retry": "^2.0.18", - "@smithy/middleware-serde": "^2.0.12", - "@smithy/middleware-stack": "^2.0.6", - "@smithy/node-config-provider": "^2.1.3", - "@smithy/node-http-handler": "^2.1.8", - "@smithy/protocol-http": "^3.0.8", - "@smithy/smithy-client": "^2.1.12", - "@smithy/types": "^2.4.0", - "@smithy/url-parser": "^2.0.12", - "@smithy/util-base64": "^2.0.0", + "@smithy/config-resolver": "^2.0.18", + "@smithy/fetch-http-handler": "^2.2.6", + "@smithy/hash-node": "^2.0.15", + "@smithy/invalid-dependency": "^2.0.13", + "@smithy/middleware-content-length": "^2.0.15", + "@smithy/middleware-endpoint": "^2.2.0", + "@smithy/middleware-retry": "^2.0.20", + "@smithy/middleware-serde": "^2.0.13", + "@smithy/middleware-stack": "^2.0.7", + "@smithy/node-config-provider": "^2.1.5", + "@smithy/node-http-handler": "^2.1.9", + "@smithy/protocol-http": "^3.0.9", + "@smithy/smithy-client": "^2.1.15", + "@smithy/types": "^2.5.0", + "@smithy/url-parser": "^2.0.13", + "@smithy/util-base64": "^2.0.1", "@smithy/util-body-length-browser": "^2.0.0", "@smithy/util-body-length-node": "^2.1.0", - "@smithy/util-defaults-mode-browser": "^2.0.16", - "@smithy/util-defaults-mode-node": "^2.0.21", - "@smithy/util-endpoints": "^1.0.2", - "@smithy/util-retry": "^2.0.5", - "@smithy/util-utf8": "^2.0.0", + "@smithy/util-defaults-mode-browser": "^2.0.19", + "@smithy/util-defaults-mode-node": "^2.0.25", + "@smithy/util-endpoints": "^1.0.4", + "@smithy/util-retry": "^2.0.6", + "@smithy/util-utf8": "^2.0.2", "tslib": "^2.5.0", "uuid": "^8.3.2" }, diff --git a/clients/client-pinpoint-sms-voice-v2/src/commands/AssociateOriginationIdentityCommand.ts b/clients/client-pinpoint-sms-voice-v2/src/commands/AssociateOriginationIdentityCommand.ts index fbe28d82b3a9..0d405b8ff9ef 100644 --- a/clients/client-pinpoint-sms-voice-v2/src/commands/AssociateOriginationIdentityCommand.ts +++ b/clients/client-pinpoint-sms-voice-v2/src/commands/AssociateOriginationIdentityCommand.ts @@ -117,9 +117,6 @@ export class AssociateOriginationIdentityCommand extends $Command< AssociateOriginationIdentityCommandOutput, PinpointSMSVoiceV2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -133,9 +130,7 @@ export class AssociateOriginationIdentityCommand extends $Command< * @public */ constructor(readonly input: AssociateOriginationIdentityCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -191,7 +186,4 @@ export class AssociateOriginationIdentityCommand extends $Command< ): Promise { return de_AssociateOriginationIdentityCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-pinpoint-sms-voice-v2/src/commands/CreateConfigurationSetCommand.ts b/clients/client-pinpoint-sms-voice-v2/src/commands/CreateConfigurationSetCommand.ts index f57922b0a8f5..2852fb24d9e6 100644 --- a/clients/client-pinpoint-sms-voice-v2/src/commands/CreateConfigurationSetCommand.ts +++ b/clients/client-pinpoint-sms-voice-v2/src/commands/CreateConfigurationSetCommand.ts @@ -117,9 +117,6 @@ export class CreateConfigurationSetCommand extends $Command< CreateConfigurationSetCommandOutput, PinpointSMSVoiceV2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -133,9 +130,7 @@ export class CreateConfigurationSetCommand extends $Command< * @public */ constructor(readonly input: CreateConfigurationSetCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -188,7 +183,4 @@ export class CreateConfigurationSetCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateConfigurationSetCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-pinpoint-sms-voice-v2/src/commands/CreateEventDestinationCommand.ts b/clients/client-pinpoint-sms-voice-v2/src/commands/CreateEventDestinationCommand.ts index c05ba066736a..c2d12fd326e8 100644 --- a/clients/client-pinpoint-sms-voice-v2/src/commands/CreateEventDestinationCommand.ts +++ b/clients/client-pinpoint-sms-voice-v2/src/commands/CreateEventDestinationCommand.ts @@ -144,9 +144,6 @@ export class CreateEventDestinationCommand extends $Command< CreateEventDestinationCommandOutput, PinpointSMSVoiceV2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -160,9 +157,7 @@ export class CreateEventDestinationCommand extends $Command< * @public */ constructor(readonly input: CreateEventDestinationCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -215,7 +210,4 @@ export class CreateEventDestinationCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateEventDestinationCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-pinpoint-sms-voice-v2/src/commands/CreateOptOutListCommand.ts b/clients/client-pinpoint-sms-voice-v2/src/commands/CreateOptOutListCommand.ts index c6497c5ea91c..df6afee72baa 100644 --- a/clients/client-pinpoint-sms-voice-v2/src/commands/CreateOptOutListCommand.ts +++ b/clients/client-pinpoint-sms-voice-v2/src/commands/CreateOptOutListCommand.ts @@ -121,9 +121,6 @@ export class CreateOptOutListCommand extends $Command< CreateOptOutListCommandOutput, PinpointSMSVoiceV2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -137,9 +134,7 @@ export class CreateOptOutListCommand extends $Command< * @public */ constructor(readonly input: CreateOptOutListCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -192,7 +187,4 @@ export class CreateOptOutListCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateOptOutListCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-pinpoint-sms-voice-v2/src/commands/CreatePoolCommand.ts b/clients/client-pinpoint-sms-voice-v2/src/commands/CreatePoolCommand.ts index 7707d8e1f8f7..e0ca61f7cbe3 100644 --- a/clients/client-pinpoint-sms-voice-v2/src/commands/CreatePoolCommand.ts +++ b/clients/client-pinpoint-sms-voice-v2/src/commands/CreatePoolCommand.ts @@ -135,9 +135,6 @@ export class CreatePoolCommand extends $Command< CreatePoolCommandOutput, PinpointSMSVoiceV2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -151,9 +148,7 @@ export class CreatePoolCommand extends $Command< * @public */ constructor(readonly input: CreatePoolCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -204,7 +199,4 @@ export class CreatePoolCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreatePoolCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-pinpoint-sms-voice-v2/src/commands/DeleteConfigurationSetCommand.ts b/clients/client-pinpoint-sms-voice-v2/src/commands/DeleteConfigurationSetCommand.ts index 6db4f55400fb..3998b7e59d1a 100644 --- a/clients/client-pinpoint-sms-voice-v2/src/commands/DeleteConfigurationSetCommand.ts +++ b/clients/client-pinpoint-sms-voice-v2/src/commands/DeleteConfigurationSetCommand.ts @@ -119,9 +119,6 @@ export class DeleteConfigurationSetCommand extends $Command< DeleteConfigurationSetCommandOutput, PinpointSMSVoiceV2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -135,9 +132,7 @@ export class DeleteConfigurationSetCommand extends $Command< * @public */ constructor(readonly input: DeleteConfigurationSetCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -190,7 +185,4 @@ export class DeleteConfigurationSetCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteConfigurationSetCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-pinpoint-sms-voice-v2/src/commands/DeleteDefaultMessageTypeCommand.ts b/clients/client-pinpoint-sms-voice-v2/src/commands/DeleteDefaultMessageTypeCommand.ts index 3a2cb047cfb4..74eb85135466 100644 --- a/clients/client-pinpoint-sms-voice-v2/src/commands/DeleteDefaultMessageTypeCommand.ts +++ b/clients/client-pinpoint-sms-voice-v2/src/commands/DeleteDefaultMessageTypeCommand.ts @@ -99,9 +99,6 @@ export class DeleteDefaultMessageTypeCommand extends $Command< DeleteDefaultMessageTypeCommandOutput, PinpointSMSVoiceV2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -115,9 +112,7 @@ export class DeleteDefaultMessageTypeCommand extends $Command< * @public */ constructor(readonly input: DeleteDefaultMessageTypeCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -170,7 +165,4 @@ export class DeleteDefaultMessageTypeCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteDefaultMessageTypeCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-pinpoint-sms-voice-v2/src/commands/DeleteDefaultSenderIdCommand.ts b/clients/client-pinpoint-sms-voice-v2/src/commands/DeleteDefaultSenderIdCommand.ts index 992884bd4cf9..181dd4e5a2bd 100644 --- a/clients/client-pinpoint-sms-voice-v2/src/commands/DeleteDefaultSenderIdCommand.ts +++ b/clients/client-pinpoint-sms-voice-v2/src/commands/DeleteDefaultSenderIdCommand.ts @@ -97,9 +97,6 @@ export class DeleteDefaultSenderIdCommand extends $Command< DeleteDefaultSenderIdCommandOutput, PinpointSMSVoiceV2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -113,9 +110,7 @@ export class DeleteDefaultSenderIdCommand extends $Command< * @public */ constructor(readonly input: DeleteDefaultSenderIdCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -168,7 +163,4 @@ export class DeleteDefaultSenderIdCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteDefaultSenderIdCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-pinpoint-sms-voice-v2/src/commands/DeleteEventDestinationCommand.ts b/clients/client-pinpoint-sms-voice-v2/src/commands/DeleteEventDestinationCommand.ts index 03e7a4598408..edb0d3b320d5 100644 --- a/clients/client-pinpoint-sms-voice-v2/src/commands/DeleteEventDestinationCommand.ts +++ b/clients/client-pinpoint-sms-voice-v2/src/commands/DeleteEventDestinationCommand.ts @@ -116,9 +116,6 @@ export class DeleteEventDestinationCommand extends $Command< DeleteEventDestinationCommandOutput, PinpointSMSVoiceV2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -132,9 +129,7 @@ export class DeleteEventDestinationCommand extends $Command< * @public */ constructor(readonly input: DeleteEventDestinationCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -187,7 +182,4 @@ export class DeleteEventDestinationCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteEventDestinationCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-pinpoint-sms-voice-v2/src/commands/DeleteKeywordCommand.ts b/clients/client-pinpoint-sms-voice-v2/src/commands/DeleteKeywordCommand.ts index 45be12b6d04b..ee0476fa3932 100644 --- a/clients/client-pinpoint-sms-voice-v2/src/commands/DeleteKeywordCommand.ts +++ b/clients/client-pinpoint-sms-voice-v2/src/commands/DeleteKeywordCommand.ts @@ -109,9 +109,6 @@ export class DeleteKeywordCommand extends $Command< DeleteKeywordCommandOutput, PinpointSMSVoiceV2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -125,9 +122,7 @@ export class DeleteKeywordCommand extends $Command< * @public */ constructor(readonly input: DeleteKeywordCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -178,7 +173,4 @@ export class DeleteKeywordCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteKeywordCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-pinpoint-sms-voice-v2/src/commands/DeleteOptOutListCommand.ts b/clients/client-pinpoint-sms-voice-v2/src/commands/DeleteOptOutListCommand.ts index d6702a8633d9..7ebb9009de43 100644 --- a/clients/client-pinpoint-sms-voice-v2/src/commands/DeleteOptOutListCommand.ts +++ b/clients/client-pinpoint-sms-voice-v2/src/commands/DeleteOptOutListCommand.ts @@ -103,9 +103,6 @@ export class DeleteOptOutListCommand extends $Command< DeleteOptOutListCommandOutput, PinpointSMSVoiceV2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -119,9 +116,7 @@ export class DeleteOptOutListCommand extends $Command< * @public */ constructor(readonly input: DeleteOptOutListCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -174,7 +169,4 @@ export class DeleteOptOutListCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteOptOutListCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-pinpoint-sms-voice-v2/src/commands/DeleteOptedOutNumberCommand.ts b/clients/client-pinpoint-sms-voice-v2/src/commands/DeleteOptedOutNumberCommand.ts index ca3137423fed..11926f5656ac 100644 --- a/clients/client-pinpoint-sms-voice-v2/src/commands/DeleteOptedOutNumberCommand.ts +++ b/clients/client-pinpoint-sms-voice-v2/src/commands/DeleteOptedOutNumberCommand.ts @@ -107,9 +107,6 @@ export class DeleteOptedOutNumberCommand extends $Command< DeleteOptedOutNumberCommandOutput, PinpointSMSVoiceV2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -123,9 +120,7 @@ export class DeleteOptedOutNumberCommand extends $Command< * @public */ constructor(readonly input: DeleteOptedOutNumberCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -178,7 +173,4 @@ export class DeleteOptedOutNumberCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteOptedOutNumberCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-pinpoint-sms-voice-v2/src/commands/DeletePoolCommand.ts b/clients/client-pinpoint-sms-voice-v2/src/commands/DeletePoolCommand.ts index 045361e0a48b..9142de2e8417 100644 --- a/clients/client-pinpoint-sms-voice-v2/src/commands/DeletePoolCommand.ts +++ b/clients/client-pinpoint-sms-voice-v2/src/commands/DeletePoolCommand.ts @@ -113,9 +113,6 @@ export class DeletePoolCommand extends $Command< DeletePoolCommandOutput, PinpointSMSVoiceV2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -129,9 +126,7 @@ export class DeletePoolCommand extends $Command< * @public */ constructor(readonly input: DeletePoolCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -182,7 +177,4 @@ export class DeletePoolCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeletePoolCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-pinpoint-sms-voice-v2/src/commands/DeleteTextMessageSpendLimitOverrideCommand.ts b/clients/client-pinpoint-sms-voice-v2/src/commands/DeleteTextMessageSpendLimitOverrideCommand.ts index c2249f48ab29..7af0bbb19469 100644 --- a/clients/client-pinpoint-sms-voice-v2/src/commands/DeleteTextMessageSpendLimitOverrideCommand.ts +++ b/clients/client-pinpoint-sms-voice-v2/src/commands/DeleteTextMessageSpendLimitOverrideCommand.ts @@ -99,9 +99,6 @@ export class DeleteTextMessageSpendLimitOverrideCommand extends $Command< DeleteTextMessageSpendLimitOverrideCommandOutput, PinpointSMSVoiceV2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -115,9 +112,7 @@ export class DeleteTextMessageSpendLimitOverrideCommand extends $Command< * @public */ constructor(readonly input: DeleteTextMessageSpendLimitOverrideCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -176,7 +171,4 @@ export class DeleteTextMessageSpendLimitOverrideCommand extends $Command< ): Promise { return de_DeleteTextMessageSpendLimitOverrideCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-pinpoint-sms-voice-v2/src/commands/DeleteVoiceMessageSpendLimitOverrideCommand.ts b/clients/client-pinpoint-sms-voice-v2/src/commands/DeleteVoiceMessageSpendLimitOverrideCommand.ts index 1c32502ffe19..0c2146f19e8a 100644 --- a/clients/client-pinpoint-sms-voice-v2/src/commands/DeleteVoiceMessageSpendLimitOverrideCommand.ts +++ b/clients/client-pinpoint-sms-voice-v2/src/commands/DeleteVoiceMessageSpendLimitOverrideCommand.ts @@ -99,9 +99,6 @@ export class DeleteVoiceMessageSpendLimitOverrideCommand extends $Command< DeleteVoiceMessageSpendLimitOverrideCommandOutput, PinpointSMSVoiceV2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -115,9 +112,7 @@ export class DeleteVoiceMessageSpendLimitOverrideCommand extends $Command< * @public */ constructor(readonly input: DeleteVoiceMessageSpendLimitOverrideCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -176,7 +171,4 @@ export class DeleteVoiceMessageSpendLimitOverrideCommand extends $Command< ): Promise { return de_DeleteVoiceMessageSpendLimitOverrideCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-pinpoint-sms-voice-v2/src/commands/DescribeAccountAttributesCommand.ts b/clients/client-pinpoint-sms-voice-v2/src/commands/DescribeAccountAttributesCommand.ts index 900a72f54058..3ec460e13946 100644 --- a/clients/client-pinpoint-sms-voice-v2/src/commands/DescribeAccountAttributesCommand.ts +++ b/clients/client-pinpoint-sms-voice-v2/src/commands/DescribeAccountAttributesCommand.ts @@ -102,9 +102,6 @@ export class DescribeAccountAttributesCommand extends $Command< DescribeAccountAttributesCommandOutput, PinpointSMSVoiceV2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -118,9 +115,7 @@ export class DescribeAccountAttributesCommand extends $Command< * @public */ constructor(readonly input: DescribeAccountAttributesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -176,7 +171,4 @@ export class DescribeAccountAttributesCommand extends $Command< ): Promise { return de_DescribeAccountAttributesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-pinpoint-sms-voice-v2/src/commands/DescribeAccountLimitsCommand.ts b/clients/client-pinpoint-sms-voice-v2/src/commands/DescribeAccountLimitsCommand.ts index 2975ca937b06..dc847b796c8d 100644 --- a/clients/client-pinpoint-sms-voice-v2/src/commands/DescribeAccountLimitsCommand.ts +++ b/clients/client-pinpoint-sms-voice-v2/src/commands/DescribeAccountLimitsCommand.ts @@ -104,9 +104,6 @@ export class DescribeAccountLimitsCommand extends $Command< DescribeAccountLimitsCommandOutput, PinpointSMSVoiceV2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -120,9 +117,7 @@ export class DescribeAccountLimitsCommand extends $Command< * @public */ constructor(readonly input: DescribeAccountLimitsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -175,7 +170,4 @@ export class DescribeAccountLimitsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DescribeAccountLimitsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-pinpoint-sms-voice-v2/src/commands/DescribeConfigurationSetsCommand.ts b/clients/client-pinpoint-sms-voice-v2/src/commands/DescribeConfigurationSetsCommand.ts index a79bea5c0256..6bdbd87d6df6 100644 --- a/clients/client-pinpoint-sms-voice-v2/src/commands/DescribeConfigurationSetsCommand.ts +++ b/clients/client-pinpoint-sms-voice-v2/src/commands/DescribeConfigurationSetsCommand.ts @@ -139,9 +139,6 @@ export class DescribeConfigurationSetsCommand extends $Command< DescribeConfigurationSetsCommandOutput, PinpointSMSVoiceV2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -155,9 +152,7 @@ export class DescribeConfigurationSetsCommand extends $Command< * @public */ constructor(readonly input: DescribeConfigurationSetsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -213,7 +208,4 @@ export class DescribeConfigurationSetsCommand extends $Command< ): Promise { return de_DescribeConfigurationSetsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-pinpoint-sms-voice-v2/src/commands/DescribeKeywordsCommand.ts b/clients/client-pinpoint-sms-voice-v2/src/commands/DescribeKeywordsCommand.ts index 150354495ba9..5310e3e03db7 100644 --- a/clients/client-pinpoint-sms-voice-v2/src/commands/DescribeKeywordsCommand.ts +++ b/clients/client-pinpoint-sms-voice-v2/src/commands/DescribeKeywordsCommand.ts @@ -121,9 +121,6 @@ export class DescribeKeywordsCommand extends $Command< DescribeKeywordsCommandOutput, PinpointSMSVoiceV2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -137,9 +134,7 @@ export class DescribeKeywordsCommand extends $Command< * @public */ constructor(readonly input: DescribeKeywordsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -192,7 +187,4 @@ export class DescribeKeywordsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DescribeKeywordsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-pinpoint-sms-voice-v2/src/commands/DescribeOptOutListsCommand.ts b/clients/client-pinpoint-sms-voice-v2/src/commands/DescribeOptOutListsCommand.ts index b6a862126005..68b69506ac8d 100644 --- a/clients/client-pinpoint-sms-voice-v2/src/commands/DescribeOptOutListsCommand.ts +++ b/clients/client-pinpoint-sms-voice-v2/src/commands/DescribeOptOutListsCommand.ts @@ -108,9 +108,6 @@ export class DescribeOptOutListsCommand extends $Command< DescribeOptOutListsCommandOutput, PinpointSMSVoiceV2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -124,9 +121,7 @@ export class DescribeOptOutListsCommand extends $Command< * @public */ constructor(readonly input: DescribeOptOutListsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -179,7 +174,4 @@ export class DescribeOptOutListsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DescribeOptOutListsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-pinpoint-sms-voice-v2/src/commands/DescribeOptedOutNumbersCommand.ts b/clients/client-pinpoint-sms-voice-v2/src/commands/DescribeOptedOutNumbersCommand.ts index 75c97cfd1050..11017c9361d6 100644 --- a/clients/client-pinpoint-sms-voice-v2/src/commands/DescribeOptedOutNumbersCommand.ts +++ b/clients/client-pinpoint-sms-voice-v2/src/commands/DescribeOptedOutNumbersCommand.ts @@ -121,9 +121,6 @@ export class DescribeOptedOutNumbersCommand extends $Command< DescribeOptedOutNumbersCommandOutput, PinpointSMSVoiceV2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -137,9 +134,7 @@ export class DescribeOptedOutNumbersCommand extends $Command< * @public */ constructor(readonly input: DescribeOptedOutNumbersCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -192,7 +187,4 @@ export class DescribeOptedOutNumbersCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DescribeOptedOutNumbersCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-pinpoint-sms-voice-v2/src/commands/DescribePhoneNumbersCommand.ts b/clients/client-pinpoint-sms-voice-v2/src/commands/DescribePhoneNumbersCommand.ts index 9a983b1f3a95..651c76f649e0 100644 --- a/clients/client-pinpoint-sms-voice-v2/src/commands/DescribePhoneNumbersCommand.ts +++ b/clients/client-pinpoint-sms-voice-v2/src/commands/DescribePhoneNumbersCommand.ts @@ -132,9 +132,6 @@ export class DescribePhoneNumbersCommand extends $Command< DescribePhoneNumbersCommandOutput, PinpointSMSVoiceV2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -148,9 +145,7 @@ export class DescribePhoneNumbersCommand extends $Command< * @public */ constructor(readonly input: DescribePhoneNumbersCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -203,7 +198,4 @@ export class DescribePhoneNumbersCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DescribePhoneNumbersCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-pinpoint-sms-voice-v2/src/commands/DescribePoolsCommand.ts b/clients/client-pinpoint-sms-voice-v2/src/commands/DescribePoolsCommand.ts index 35567e703def..5a6f01e4f07d 100644 --- a/clients/client-pinpoint-sms-voice-v2/src/commands/DescribePoolsCommand.ts +++ b/clients/client-pinpoint-sms-voice-v2/src/commands/DescribePoolsCommand.ts @@ -128,9 +128,6 @@ export class DescribePoolsCommand extends $Command< DescribePoolsCommandOutput, PinpointSMSVoiceV2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -144,9 +141,7 @@ export class DescribePoolsCommand extends $Command< * @public */ constructor(readonly input: DescribePoolsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -197,7 +192,4 @@ export class DescribePoolsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DescribePoolsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-pinpoint-sms-voice-v2/src/commands/DescribeSenderIdsCommand.ts b/clients/client-pinpoint-sms-voice-v2/src/commands/DescribeSenderIdsCommand.ts index 3d0710d26a33..a9ce6c8ec627 100644 --- a/clients/client-pinpoint-sms-voice-v2/src/commands/DescribeSenderIdsCommand.ts +++ b/clients/client-pinpoint-sms-voice-v2/src/commands/DescribeSenderIdsCommand.ts @@ -123,9 +123,6 @@ export class DescribeSenderIdsCommand extends $Command< DescribeSenderIdsCommandOutput, PinpointSMSVoiceV2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -139,9 +136,7 @@ export class DescribeSenderIdsCommand extends $Command< * @public */ constructor(readonly input: DescribeSenderIdsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -194,7 +189,4 @@ export class DescribeSenderIdsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DescribeSenderIdsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-pinpoint-sms-voice-v2/src/commands/DescribeSpendLimitsCommand.ts b/clients/client-pinpoint-sms-voice-v2/src/commands/DescribeSpendLimitsCommand.ts index 0a10b98b7f74..a31437941629 100644 --- a/clients/client-pinpoint-sms-voice-v2/src/commands/DescribeSpendLimitsCommand.ts +++ b/clients/client-pinpoint-sms-voice-v2/src/commands/DescribeSpendLimitsCommand.ts @@ -104,9 +104,6 @@ export class DescribeSpendLimitsCommand extends $Command< DescribeSpendLimitsCommandOutput, PinpointSMSVoiceV2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -120,9 +117,7 @@ export class DescribeSpendLimitsCommand extends $Command< * @public */ constructor(readonly input: DescribeSpendLimitsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -175,7 +170,4 @@ export class DescribeSpendLimitsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DescribeSpendLimitsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-pinpoint-sms-voice-v2/src/commands/DisassociateOriginationIdentityCommand.ts b/clients/client-pinpoint-sms-voice-v2/src/commands/DisassociateOriginationIdentityCommand.ts index ce129ae1b0c0..d20f9eedf64f 100644 --- a/clients/client-pinpoint-sms-voice-v2/src/commands/DisassociateOriginationIdentityCommand.ts +++ b/clients/client-pinpoint-sms-voice-v2/src/commands/DisassociateOriginationIdentityCommand.ts @@ -112,9 +112,6 @@ export class DisassociateOriginationIdentityCommand extends $Command< DisassociateOriginationIdentityCommandOutput, PinpointSMSVoiceV2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -128,9 +125,7 @@ export class DisassociateOriginationIdentityCommand extends $Command< * @public */ constructor(readonly input: DisassociateOriginationIdentityCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -189,7 +184,4 @@ export class DisassociateOriginationIdentityCommand extends $Command< ): Promise { return de_DisassociateOriginationIdentityCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-pinpoint-sms-voice-v2/src/commands/ListPoolOriginationIdentitiesCommand.ts b/clients/client-pinpoint-sms-voice-v2/src/commands/ListPoolOriginationIdentitiesCommand.ts index e09729d52bae..9f31be596862 100644 --- a/clients/client-pinpoint-sms-voice-v2/src/commands/ListPoolOriginationIdentitiesCommand.ts +++ b/clients/client-pinpoint-sms-voice-v2/src/commands/ListPoolOriginationIdentitiesCommand.ts @@ -121,9 +121,6 @@ export class ListPoolOriginationIdentitiesCommand extends $Command< ListPoolOriginationIdentitiesCommandOutput, PinpointSMSVoiceV2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -137,9 +134,7 @@ export class ListPoolOriginationIdentitiesCommand extends $Command< * @public */ constructor(readonly input: ListPoolOriginationIdentitiesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -195,7 +190,4 @@ export class ListPoolOriginationIdentitiesCommand extends $Command< ): Promise { return de_ListPoolOriginationIdentitiesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-pinpoint-sms-voice-v2/src/commands/ListTagsForResourceCommand.ts b/clients/client-pinpoint-sms-voice-v2/src/commands/ListTagsForResourceCommand.ts index 55178c3fc60e..73ebbdf8a9c4 100644 --- a/clients/client-pinpoint-sms-voice-v2/src/commands/ListTagsForResourceCommand.ts +++ b/clients/client-pinpoint-sms-voice-v2/src/commands/ListTagsForResourceCommand.ts @@ -98,9 +98,6 @@ export class ListTagsForResourceCommand extends $Command< ListTagsForResourceCommandOutput, PinpointSMSVoiceV2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -114,9 +111,7 @@ export class ListTagsForResourceCommand extends $Command< * @public */ constructor(readonly input: ListTagsForResourceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -169,7 +164,4 @@ export class ListTagsForResourceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListTagsForResourceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-pinpoint-sms-voice-v2/src/commands/PutKeywordCommand.ts b/clients/client-pinpoint-sms-voice-v2/src/commands/PutKeywordCommand.ts index 97551a12a9f3..6523ddcdc203 100644 --- a/clients/client-pinpoint-sms-voice-v2/src/commands/PutKeywordCommand.ts +++ b/clients/client-pinpoint-sms-voice-v2/src/commands/PutKeywordCommand.ts @@ -115,9 +115,6 @@ export class PutKeywordCommand extends $Command< PutKeywordCommandOutput, PinpointSMSVoiceV2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -131,9 +128,7 @@ export class PutKeywordCommand extends $Command< * @public */ constructor(readonly input: PutKeywordCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -184,7 +179,4 @@ export class PutKeywordCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_PutKeywordCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-pinpoint-sms-voice-v2/src/commands/PutOptedOutNumberCommand.ts b/clients/client-pinpoint-sms-voice-v2/src/commands/PutOptedOutNumberCommand.ts index 203745e737cc..810112b6a763 100644 --- a/clients/client-pinpoint-sms-voice-v2/src/commands/PutOptedOutNumberCommand.ts +++ b/clients/client-pinpoint-sms-voice-v2/src/commands/PutOptedOutNumberCommand.ts @@ -99,9 +99,6 @@ export class PutOptedOutNumberCommand extends $Command< PutOptedOutNumberCommandOutput, PinpointSMSVoiceV2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -115,9 +112,7 @@ export class PutOptedOutNumberCommand extends $Command< * @public */ constructor(readonly input: PutOptedOutNumberCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -170,7 +165,4 @@ export class PutOptedOutNumberCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_PutOptedOutNumberCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-pinpoint-sms-voice-v2/src/commands/ReleasePhoneNumberCommand.ts b/clients/client-pinpoint-sms-voice-v2/src/commands/ReleasePhoneNumberCommand.ts index 0c0306a9f83d..9d2880f56c30 100644 --- a/clients/client-pinpoint-sms-voice-v2/src/commands/ReleasePhoneNumberCommand.ts +++ b/clients/client-pinpoint-sms-voice-v2/src/commands/ReleasePhoneNumberCommand.ts @@ -116,9 +116,6 @@ export class ReleasePhoneNumberCommand extends $Command< ReleasePhoneNumberCommandOutput, PinpointSMSVoiceV2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -132,9 +129,7 @@ export class ReleasePhoneNumberCommand extends $Command< * @public */ constructor(readonly input: ReleasePhoneNumberCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -187,7 +182,4 @@ export class ReleasePhoneNumberCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ReleasePhoneNumberCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-pinpoint-sms-voice-v2/src/commands/RequestPhoneNumberCommand.ts b/clients/client-pinpoint-sms-voice-v2/src/commands/RequestPhoneNumberCommand.ts index 7d0e060c6fc8..4338f5b9aa46 100644 --- a/clients/client-pinpoint-sms-voice-v2/src/commands/RequestPhoneNumberCommand.ts +++ b/clients/client-pinpoint-sms-voice-v2/src/commands/RequestPhoneNumberCommand.ts @@ -142,9 +142,6 @@ export class RequestPhoneNumberCommand extends $Command< RequestPhoneNumberCommandOutput, PinpointSMSVoiceV2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -158,9 +155,7 @@ export class RequestPhoneNumberCommand extends $Command< * @public */ constructor(readonly input: RequestPhoneNumberCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -213,7 +208,4 @@ export class RequestPhoneNumberCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_RequestPhoneNumberCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-pinpoint-sms-voice-v2/src/commands/SendTextMessageCommand.ts b/clients/client-pinpoint-sms-voice-v2/src/commands/SendTextMessageCommand.ts index 4b1721375680..bff84f3ff26c 100644 --- a/clients/client-pinpoint-sms-voice-v2/src/commands/SendTextMessageCommand.ts +++ b/clients/client-pinpoint-sms-voice-v2/src/commands/SendTextMessageCommand.ts @@ -120,9 +120,6 @@ export class SendTextMessageCommand extends $Command< SendTextMessageCommandOutput, PinpointSMSVoiceV2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -136,9 +133,7 @@ export class SendTextMessageCommand extends $Command< * @public */ constructor(readonly input: SendTextMessageCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -191,7 +186,4 @@ export class SendTextMessageCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_SendTextMessageCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-pinpoint-sms-voice-v2/src/commands/SendVoiceMessageCommand.ts b/clients/client-pinpoint-sms-voice-v2/src/commands/SendVoiceMessageCommand.ts index 2c8fadb4bec8..0322a5ddd9a4 100644 --- a/clients/client-pinpoint-sms-voice-v2/src/commands/SendVoiceMessageCommand.ts +++ b/clients/client-pinpoint-sms-voice-v2/src/commands/SendVoiceMessageCommand.ts @@ -114,9 +114,6 @@ export class SendVoiceMessageCommand extends $Command< SendVoiceMessageCommandOutput, PinpointSMSVoiceV2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -130,9 +127,7 @@ export class SendVoiceMessageCommand extends $Command< * @public */ constructor(readonly input: SendVoiceMessageCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -185,7 +180,4 @@ export class SendVoiceMessageCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_SendVoiceMessageCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-pinpoint-sms-voice-v2/src/commands/SetDefaultMessageTypeCommand.ts b/clients/client-pinpoint-sms-voice-v2/src/commands/SetDefaultMessageTypeCommand.ts index 10e156812058..e0f937e02303 100644 --- a/clients/client-pinpoint-sms-voice-v2/src/commands/SetDefaultMessageTypeCommand.ts +++ b/clients/client-pinpoint-sms-voice-v2/src/commands/SetDefaultMessageTypeCommand.ts @@ -100,9 +100,6 @@ export class SetDefaultMessageTypeCommand extends $Command< SetDefaultMessageTypeCommandOutput, PinpointSMSVoiceV2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -116,9 +113,7 @@ export class SetDefaultMessageTypeCommand extends $Command< * @public */ constructor(readonly input: SetDefaultMessageTypeCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -171,7 +166,4 @@ export class SetDefaultMessageTypeCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_SetDefaultMessageTypeCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-pinpoint-sms-voice-v2/src/commands/SetDefaultSenderIdCommand.ts b/clients/client-pinpoint-sms-voice-v2/src/commands/SetDefaultSenderIdCommand.ts index 1c5f4c73fb98..dc46ee259876 100644 --- a/clients/client-pinpoint-sms-voice-v2/src/commands/SetDefaultSenderIdCommand.ts +++ b/clients/client-pinpoint-sms-voice-v2/src/commands/SetDefaultSenderIdCommand.ts @@ -98,9 +98,6 @@ export class SetDefaultSenderIdCommand extends $Command< SetDefaultSenderIdCommandOutput, PinpointSMSVoiceV2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -114,9 +111,7 @@ export class SetDefaultSenderIdCommand extends $Command< * @public */ constructor(readonly input: SetDefaultSenderIdCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -169,7 +164,4 @@ export class SetDefaultSenderIdCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_SetDefaultSenderIdCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-pinpoint-sms-voice-v2/src/commands/SetTextMessageSpendLimitOverrideCommand.ts b/clients/client-pinpoint-sms-voice-v2/src/commands/SetTextMessageSpendLimitOverrideCommand.ts index 784684b5fb07..c0953c15dc47 100644 --- a/clients/client-pinpoint-sms-voice-v2/src/commands/SetTextMessageSpendLimitOverrideCommand.ts +++ b/clients/client-pinpoint-sms-voice-v2/src/commands/SetTextMessageSpendLimitOverrideCommand.ts @@ -96,9 +96,6 @@ export class SetTextMessageSpendLimitOverrideCommand extends $Command< SetTextMessageSpendLimitOverrideCommandOutput, PinpointSMSVoiceV2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -112,9 +109,7 @@ export class SetTextMessageSpendLimitOverrideCommand extends $Command< * @public */ constructor(readonly input: SetTextMessageSpendLimitOverrideCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -173,7 +168,4 @@ export class SetTextMessageSpendLimitOverrideCommand extends $Command< ): Promise { return de_SetTextMessageSpendLimitOverrideCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-pinpoint-sms-voice-v2/src/commands/SetVoiceMessageSpendLimitOverrideCommand.ts b/clients/client-pinpoint-sms-voice-v2/src/commands/SetVoiceMessageSpendLimitOverrideCommand.ts index da9c189ea849..a600a1500b9e 100644 --- a/clients/client-pinpoint-sms-voice-v2/src/commands/SetVoiceMessageSpendLimitOverrideCommand.ts +++ b/clients/client-pinpoint-sms-voice-v2/src/commands/SetVoiceMessageSpendLimitOverrideCommand.ts @@ -96,9 +96,6 @@ export class SetVoiceMessageSpendLimitOverrideCommand extends $Command< SetVoiceMessageSpendLimitOverrideCommandOutput, PinpointSMSVoiceV2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -112,9 +109,7 @@ export class SetVoiceMessageSpendLimitOverrideCommand extends $Command< * @public */ constructor(readonly input: SetVoiceMessageSpendLimitOverrideCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -173,7 +168,4 @@ export class SetVoiceMessageSpendLimitOverrideCommand extends $Command< ): Promise { return de_SetVoiceMessageSpendLimitOverrideCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-pinpoint-sms-voice-v2/src/commands/TagResourceCommand.ts b/clients/client-pinpoint-sms-voice-v2/src/commands/TagResourceCommand.ts index cf544f5dd565..ca7a931950aa 100644 --- a/clients/client-pinpoint-sms-voice-v2/src/commands/TagResourceCommand.ts +++ b/clients/client-pinpoint-sms-voice-v2/src/commands/TagResourceCommand.ts @@ -104,9 +104,6 @@ export class TagResourceCommand extends $Command< TagResourceCommandOutput, PinpointSMSVoiceV2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -120,9 +117,7 @@ export class TagResourceCommand extends $Command< * @public */ constructor(readonly input: TagResourceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -173,7 +168,4 @@ export class TagResourceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_TagResourceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-pinpoint-sms-voice-v2/src/commands/UntagResourceCommand.ts b/clients/client-pinpoint-sms-voice-v2/src/commands/UntagResourceCommand.ts index 4145c2493a34..b9438ff276fe 100644 --- a/clients/client-pinpoint-sms-voice-v2/src/commands/UntagResourceCommand.ts +++ b/clients/client-pinpoint-sms-voice-v2/src/commands/UntagResourceCommand.ts @@ -95,9 +95,6 @@ export class UntagResourceCommand extends $Command< UntagResourceCommandOutput, PinpointSMSVoiceV2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -111,9 +108,7 @@ export class UntagResourceCommand extends $Command< * @public */ constructor(readonly input: UntagResourceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -164,7 +159,4 @@ export class UntagResourceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UntagResourceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-pinpoint-sms-voice-v2/src/commands/UpdateEventDestinationCommand.ts b/clients/client-pinpoint-sms-voice-v2/src/commands/UpdateEventDestinationCommand.ts index 3e2878dfd8e3..b68c41ce67c7 100644 --- a/clients/client-pinpoint-sms-voice-v2/src/commands/UpdateEventDestinationCommand.ts +++ b/clients/client-pinpoint-sms-voice-v2/src/commands/UpdateEventDestinationCommand.ts @@ -138,9 +138,6 @@ export class UpdateEventDestinationCommand extends $Command< UpdateEventDestinationCommandOutput, PinpointSMSVoiceV2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -154,9 +151,7 @@ export class UpdateEventDestinationCommand extends $Command< * @public */ constructor(readonly input: UpdateEventDestinationCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -209,7 +204,4 @@ export class UpdateEventDestinationCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdateEventDestinationCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-pinpoint-sms-voice-v2/src/commands/UpdatePhoneNumberCommand.ts b/clients/client-pinpoint-sms-voice-v2/src/commands/UpdatePhoneNumberCommand.ts index 0437a7975fec..db262a689581 100644 --- a/clients/client-pinpoint-sms-voice-v2/src/commands/UpdatePhoneNumberCommand.ts +++ b/clients/client-pinpoint-sms-voice-v2/src/commands/UpdatePhoneNumberCommand.ts @@ -123,9 +123,6 @@ export class UpdatePhoneNumberCommand extends $Command< UpdatePhoneNumberCommandOutput, PinpointSMSVoiceV2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -139,9 +136,7 @@ export class UpdatePhoneNumberCommand extends $Command< * @public */ constructor(readonly input: UpdatePhoneNumberCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -194,7 +189,4 @@ export class UpdatePhoneNumberCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdatePhoneNumberCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-pinpoint-sms-voice-v2/src/commands/UpdatePoolCommand.ts b/clients/client-pinpoint-sms-voice-v2/src/commands/UpdatePoolCommand.ts index 8a6fc75ececa..ffbf3c09be28 100644 --- a/clients/client-pinpoint-sms-voice-v2/src/commands/UpdatePoolCommand.ts +++ b/clients/client-pinpoint-sms-voice-v2/src/commands/UpdatePoolCommand.ts @@ -117,9 +117,6 @@ export class UpdatePoolCommand extends $Command< UpdatePoolCommandOutput, PinpointSMSVoiceV2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -133,9 +130,7 @@ export class UpdatePoolCommand extends $Command< * @public */ constructor(readonly input: UpdatePoolCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -186,7 +181,4 @@ export class UpdatePoolCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdatePoolCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-pinpoint-sms-voice/package.json b/clients/client-pinpoint-sms-voice/package.json index 6872efc8ccd5..9fbc9bd26882 100644 --- a/clients/client-pinpoint-sms-voice/package.json +++ b/clients/client-pinpoint-sms-voice/package.json @@ -34,29 +34,29 @@ "@aws-sdk/util-endpoints": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@smithy/config-resolver": "^2.0.16", - "@smithy/fetch-http-handler": "^2.2.4", - "@smithy/hash-node": "^2.0.12", - "@smithy/invalid-dependency": "^2.0.12", - "@smithy/middleware-content-length": "^2.0.14", - "@smithy/middleware-endpoint": "^2.1.3", - "@smithy/middleware-retry": "^2.0.18", - "@smithy/middleware-serde": "^2.0.12", - "@smithy/middleware-stack": "^2.0.6", - "@smithy/node-config-provider": "^2.1.3", - "@smithy/node-http-handler": "^2.1.8", - "@smithy/protocol-http": "^3.0.8", - "@smithy/smithy-client": "^2.1.12", - "@smithy/types": "^2.4.0", - "@smithy/url-parser": "^2.0.12", - "@smithy/util-base64": "^2.0.0", + "@smithy/config-resolver": "^2.0.18", + "@smithy/fetch-http-handler": "^2.2.6", + "@smithy/hash-node": "^2.0.15", + "@smithy/invalid-dependency": "^2.0.13", + "@smithy/middleware-content-length": "^2.0.15", + "@smithy/middleware-endpoint": "^2.2.0", + "@smithy/middleware-retry": "^2.0.20", + "@smithy/middleware-serde": "^2.0.13", + "@smithy/middleware-stack": "^2.0.7", + "@smithy/node-config-provider": "^2.1.5", + "@smithy/node-http-handler": "^2.1.9", + "@smithy/protocol-http": "^3.0.9", + "@smithy/smithy-client": "^2.1.15", + "@smithy/types": "^2.5.0", + "@smithy/url-parser": "^2.0.13", + "@smithy/util-base64": "^2.0.1", "@smithy/util-body-length-browser": "^2.0.0", "@smithy/util-body-length-node": "^2.1.0", - "@smithy/util-defaults-mode-browser": "^2.0.16", - "@smithy/util-defaults-mode-node": "^2.0.21", - "@smithy/util-endpoints": "^1.0.2", - "@smithy/util-retry": "^2.0.5", - "@smithy/util-utf8": "^2.0.0", + "@smithy/util-defaults-mode-browser": "^2.0.19", + "@smithy/util-defaults-mode-node": "^2.0.25", + "@smithy/util-endpoints": "^1.0.4", + "@smithy/util-retry": "^2.0.6", + "@smithy/util-utf8": "^2.0.2", "tslib": "^2.5.0" }, "devDependencies": { diff --git a/clients/client-pinpoint-sms-voice/src/commands/CreateConfigurationSetCommand.ts b/clients/client-pinpoint-sms-voice/src/commands/CreateConfigurationSetCommand.ts index 6bc721e4200c..9f17810db882 100644 --- a/clients/client-pinpoint-sms-voice/src/commands/CreateConfigurationSetCommand.ts +++ b/clients/client-pinpoint-sms-voice/src/commands/CreateConfigurationSetCommand.ts @@ -83,9 +83,6 @@ export class CreateConfigurationSetCommand extends $Command< CreateConfigurationSetCommandOutput, PinpointSMSVoiceClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -99,9 +96,7 @@ export class CreateConfigurationSetCommand extends $Command< * @public */ constructor(readonly input: CreateConfigurationSetCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -154,7 +149,4 @@ export class CreateConfigurationSetCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateConfigurationSetCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-pinpoint-sms-voice/src/commands/CreateConfigurationSetEventDestinationCommand.ts b/clients/client-pinpoint-sms-voice/src/commands/CreateConfigurationSetEventDestinationCommand.ts index cb63914a8287..d95509b18e2f 100644 --- a/clients/client-pinpoint-sms-voice/src/commands/CreateConfigurationSetEventDestinationCommand.ts +++ b/clients/client-pinpoint-sms-voice/src/commands/CreateConfigurationSetEventDestinationCommand.ts @@ -113,9 +113,6 @@ export class CreateConfigurationSetEventDestinationCommand extends $Command< CreateConfigurationSetEventDestinationCommandOutput, PinpointSMSVoiceClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -129,9 +126,7 @@ export class CreateConfigurationSetEventDestinationCommand extends $Command< * @public */ constructor(readonly input: CreateConfigurationSetEventDestinationCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -190,7 +185,4 @@ export class CreateConfigurationSetEventDestinationCommand extends $Command< ): Promise { return de_CreateConfigurationSetEventDestinationCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-pinpoint-sms-voice/src/commands/DeleteConfigurationSetCommand.ts b/clients/client-pinpoint-sms-voice/src/commands/DeleteConfigurationSetCommand.ts index 8946d8f273ae..d80533164460 100644 --- a/clients/client-pinpoint-sms-voice/src/commands/DeleteConfigurationSetCommand.ts +++ b/clients/client-pinpoint-sms-voice/src/commands/DeleteConfigurationSetCommand.ts @@ -80,9 +80,6 @@ export class DeleteConfigurationSetCommand extends $Command< DeleteConfigurationSetCommandOutput, PinpointSMSVoiceClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -96,9 +93,7 @@ export class DeleteConfigurationSetCommand extends $Command< * @public */ constructor(readonly input: DeleteConfigurationSetCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -151,7 +146,4 @@ export class DeleteConfigurationSetCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteConfigurationSetCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-pinpoint-sms-voice/src/commands/DeleteConfigurationSetEventDestinationCommand.ts b/clients/client-pinpoint-sms-voice/src/commands/DeleteConfigurationSetEventDestinationCommand.ts index 9fd28af1509b..e4d69e7194a3 100644 --- a/clients/client-pinpoint-sms-voice/src/commands/DeleteConfigurationSetEventDestinationCommand.ts +++ b/clients/client-pinpoint-sms-voice/src/commands/DeleteConfigurationSetEventDestinationCommand.ts @@ -90,9 +90,6 @@ export class DeleteConfigurationSetEventDestinationCommand extends $Command< DeleteConfigurationSetEventDestinationCommandOutput, PinpointSMSVoiceClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -106,9 +103,7 @@ export class DeleteConfigurationSetEventDestinationCommand extends $Command< * @public */ constructor(readonly input: DeleteConfigurationSetEventDestinationCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -167,7 +162,4 @@ export class DeleteConfigurationSetEventDestinationCommand extends $Command< ): Promise { return de_DeleteConfigurationSetEventDestinationCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-pinpoint-sms-voice/src/commands/GetConfigurationSetEventDestinationsCommand.ts b/clients/client-pinpoint-sms-voice/src/commands/GetConfigurationSetEventDestinationsCommand.ts index 0e9a92ad08f0..770f7e58cf9b 100644 --- a/clients/client-pinpoint-sms-voice/src/commands/GetConfigurationSetEventDestinationsCommand.ts +++ b/clients/client-pinpoint-sms-voice/src/commands/GetConfigurationSetEventDestinationsCommand.ts @@ -109,9 +109,6 @@ export class GetConfigurationSetEventDestinationsCommand extends $Command< GetConfigurationSetEventDestinationsCommandOutput, PinpointSMSVoiceClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -125,9 +122,7 @@ export class GetConfigurationSetEventDestinationsCommand extends $Command< * @public */ constructor(readonly input: GetConfigurationSetEventDestinationsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -186,7 +181,4 @@ export class GetConfigurationSetEventDestinationsCommand extends $Command< ): Promise { return de_GetConfigurationSetEventDestinationsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-pinpoint-sms-voice/src/commands/ListConfigurationSetsCommand.ts b/clients/client-pinpoint-sms-voice/src/commands/ListConfigurationSetsCommand.ts index ae74fd6ef626..56bb74e3695d 100644 --- a/clients/client-pinpoint-sms-voice/src/commands/ListConfigurationSetsCommand.ts +++ b/clients/client-pinpoint-sms-voice/src/commands/ListConfigurationSetsCommand.ts @@ -83,9 +83,6 @@ export class ListConfigurationSetsCommand extends $Command< ListConfigurationSetsCommandOutput, PinpointSMSVoiceClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -99,9 +96,7 @@ export class ListConfigurationSetsCommand extends $Command< * @public */ constructor(readonly input: ListConfigurationSetsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -154,7 +149,4 @@ export class ListConfigurationSetsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListConfigurationSetsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-pinpoint-sms-voice/src/commands/SendVoiceMessageCommand.ts b/clients/client-pinpoint-sms-voice/src/commands/SendVoiceMessageCommand.ts index 6c714c17458d..719f9edc206d 100644 --- a/clients/client-pinpoint-sms-voice/src/commands/SendVoiceMessageCommand.ts +++ b/clients/client-pinpoint-sms-voice/src/commands/SendVoiceMessageCommand.ts @@ -97,9 +97,6 @@ export class SendVoiceMessageCommand extends $Command< SendVoiceMessageCommandOutput, PinpointSMSVoiceClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -113,9 +110,7 @@ export class SendVoiceMessageCommand extends $Command< * @public */ constructor(readonly input: SendVoiceMessageCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -168,7 +163,4 @@ export class SendVoiceMessageCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_SendVoiceMessageCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-pinpoint-sms-voice/src/commands/UpdateConfigurationSetEventDestinationCommand.ts b/clients/client-pinpoint-sms-voice/src/commands/UpdateConfigurationSetEventDestinationCommand.ts index 9a37da5bdd45..8cd532323e7f 100644 --- a/clients/client-pinpoint-sms-voice/src/commands/UpdateConfigurationSetEventDestinationCommand.ts +++ b/clients/client-pinpoint-sms-voice/src/commands/UpdateConfigurationSetEventDestinationCommand.ts @@ -107,9 +107,6 @@ export class UpdateConfigurationSetEventDestinationCommand extends $Command< UpdateConfigurationSetEventDestinationCommandOutput, PinpointSMSVoiceClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -123,9 +120,7 @@ export class UpdateConfigurationSetEventDestinationCommand extends $Command< * @public */ constructor(readonly input: UpdateConfigurationSetEventDestinationCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -184,7 +179,4 @@ export class UpdateConfigurationSetEventDestinationCommand extends $Command< ): Promise { return de_UpdateConfigurationSetEventDestinationCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-pinpoint/package.json b/clients/client-pinpoint/package.json index 01764ce4bbbe..9a159db021ed 100644 --- a/clients/client-pinpoint/package.json +++ b/clients/client-pinpoint/package.json @@ -34,29 +34,29 @@ "@aws-sdk/util-endpoints": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@smithy/config-resolver": "^2.0.16", - "@smithy/fetch-http-handler": "^2.2.4", - "@smithy/hash-node": "^2.0.12", - "@smithy/invalid-dependency": "^2.0.12", - "@smithy/middleware-content-length": "^2.0.14", - "@smithy/middleware-endpoint": "^2.1.3", - "@smithy/middleware-retry": "^2.0.18", - "@smithy/middleware-serde": "^2.0.12", - "@smithy/middleware-stack": "^2.0.6", - "@smithy/node-config-provider": "^2.1.3", - "@smithy/node-http-handler": "^2.1.8", - "@smithy/protocol-http": "^3.0.8", - "@smithy/smithy-client": "^2.1.12", - "@smithy/types": "^2.4.0", - "@smithy/url-parser": "^2.0.12", - "@smithy/util-base64": "^2.0.0", + "@smithy/config-resolver": "^2.0.18", + "@smithy/fetch-http-handler": "^2.2.6", + "@smithy/hash-node": "^2.0.15", + "@smithy/invalid-dependency": "^2.0.13", + "@smithy/middleware-content-length": "^2.0.15", + "@smithy/middleware-endpoint": "^2.2.0", + "@smithy/middleware-retry": "^2.0.20", + "@smithy/middleware-serde": "^2.0.13", + "@smithy/middleware-stack": "^2.0.7", + "@smithy/node-config-provider": "^2.1.5", + "@smithy/node-http-handler": "^2.1.9", + "@smithy/protocol-http": "^3.0.9", + "@smithy/smithy-client": "^2.1.15", + "@smithy/types": "^2.5.0", + "@smithy/url-parser": "^2.0.13", + "@smithy/util-base64": "^2.0.1", "@smithy/util-body-length-browser": "^2.0.0", "@smithy/util-body-length-node": "^2.1.0", - "@smithy/util-defaults-mode-browser": "^2.0.16", - "@smithy/util-defaults-mode-node": "^2.0.21", - "@smithy/util-endpoints": "^1.0.2", - "@smithy/util-retry": "^2.0.5", - "@smithy/util-utf8": "^2.0.0", + "@smithy/util-defaults-mode-browser": "^2.0.19", + "@smithy/util-defaults-mode-node": "^2.0.25", + "@smithy/util-endpoints": "^1.0.4", + "@smithy/util-retry": "^2.0.6", + "@smithy/util-utf8": "^2.0.2", "tslib": "^2.5.0" }, "devDependencies": { diff --git a/clients/client-pinpoint/src/commands/CreateAppCommand.ts b/clients/client-pinpoint/src/commands/CreateAppCommand.ts index a021e0a32a60..95981858098e 100644 --- a/clients/client-pinpoint/src/commands/CreateAppCommand.ts +++ b/clients/client-pinpoint/src/commands/CreateAppCommand.ts @@ -104,9 +104,6 @@ export class CreateAppCommand extends $Command< CreateAppCommandOutput, PinpointClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -120,9 +117,7 @@ export class CreateAppCommand extends $Command< * @public */ constructor(readonly input: CreateAppCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -173,7 +168,4 @@ export class CreateAppCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateAppCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-pinpoint/src/commands/CreateCampaignCommand.ts b/clients/client-pinpoint/src/commands/CreateCampaignCommand.ts index 83aaafc03ff6..45cf7d054b7b 100644 --- a/clients/client-pinpoint/src/commands/CreateCampaignCommand.ts +++ b/clients/client-pinpoint/src/commands/CreateCampaignCommand.ts @@ -838,9 +838,6 @@ export class CreateCampaignCommand extends $Command< CreateCampaignCommandOutput, PinpointClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -854,9 +851,7 @@ export class CreateCampaignCommand extends $Command< * @public */ constructor(readonly input: CreateCampaignCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -909,7 +904,4 @@ export class CreateCampaignCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateCampaignCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-pinpoint/src/commands/CreateEmailTemplateCommand.ts b/clients/client-pinpoint/src/commands/CreateEmailTemplateCommand.ts index 110fce433e64..f929522fa480 100644 --- a/clients/client-pinpoint/src/commands/CreateEmailTemplateCommand.ts +++ b/clients/client-pinpoint/src/commands/CreateEmailTemplateCommand.ts @@ -100,9 +100,6 @@ export class CreateEmailTemplateCommand extends $Command< CreateEmailTemplateCommandOutput, PinpointClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -116,9 +113,7 @@ export class CreateEmailTemplateCommand extends $Command< * @public */ constructor(readonly input: CreateEmailTemplateCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -171,7 +166,4 @@ export class CreateEmailTemplateCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateEmailTemplateCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-pinpoint/src/commands/CreateExportJobCommand.ts b/clients/client-pinpoint/src/commands/CreateExportJobCommand.ts index a2803bfd67c1..52faf3d95076 100644 --- a/clients/client-pinpoint/src/commands/CreateExportJobCommand.ts +++ b/clients/client-pinpoint/src/commands/CreateExportJobCommand.ts @@ -118,9 +118,6 @@ export class CreateExportJobCommand extends $Command< CreateExportJobCommandOutput, PinpointClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -134,9 +131,7 @@ export class CreateExportJobCommand extends $Command< * @public */ constructor(readonly input: CreateExportJobCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -189,7 +184,4 @@ export class CreateExportJobCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateExportJobCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-pinpoint/src/commands/CreateImportJobCommand.ts b/clients/client-pinpoint/src/commands/CreateImportJobCommand.ts index 041ae5a605b9..f056cc3e49b2 100644 --- a/clients/client-pinpoint/src/commands/CreateImportJobCommand.ts +++ b/clients/client-pinpoint/src/commands/CreateImportJobCommand.ts @@ -126,9 +126,6 @@ export class CreateImportJobCommand extends $Command< CreateImportJobCommandOutput, PinpointClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -142,9 +139,7 @@ export class CreateImportJobCommand extends $Command< * @public */ constructor(readonly input: CreateImportJobCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -197,7 +192,4 @@ export class CreateImportJobCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateImportJobCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-pinpoint/src/commands/CreateInAppTemplateCommand.ts b/clients/client-pinpoint/src/commands/CreateInAppTemplateCommand.ts index 1c591fbd051d..cb23e5a48f51 100644 --- a/clients/client-pinpoint/src/commands/CreateInAppTemplateCommand.ts +++ b/clients/client-pinpoint/src/commands/CreateInAppTemplateCommand.ts @@ -156,9 +156,6 @@ export class CreateInAppTemplateCommand extends $Command< CreateInAppTemplateCommandOutput, PinpointClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -172,9 +169,7 @@ export class CreateInAppTemplateCommand extends $Command< * @public */ constructor(readonly input: CreateInAppTemplateCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -227,7 +222,4 @@ export class CreateInAppTemplateCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateInAppTemplateCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-pinpoint/src/commands/CreateJourneyCommand.ts b/clients/client-pinpoint/src/commands/CreateJourneyCommand.ts index 34284fed5960..4b62afd6a102 100644 --- a/clients/client-pinpoint/src/commands/CreateJourneyCommand.ts +++ b/clients/client-pinpoint/src/commands/CreateJourneyCommand.ts @@ -857,9 +857,6 @@ export class CreateJourneyCommand extends $Command< CreateJourneyCommandOutput, PinpointClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -873,9 +870,7 @@ export class CreateJourneyCommand extends $Command< * @public */ constructor(readonly input: CreateJourneyCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -926,7 +921,4 @@ export class CreateJourneyCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateJourneyCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-pinpoint/src/commands/CreatePushTemplateCommand.ts b/clients/client-pinpoint/src/commands/CreatePushTemplateCommand.ts index fd3f0f1b2f91..3ec36f53c17f 100644 --- a/clients/client-pinpoint/src/commands/CreatePushTemplateCommand.ts +++ b/clients/client-pinpoint/src/commands/CreatePushTemplateCommand.ts @@ -146,9 +146,6 @@ export class CreatePushTemplateCommand extends $Command< CreatePushTemplateCommandOutput, PinpointClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -162,9 +159,7 @@ export class CreatePushTemplateCommand extends $Command< * @public */ constructor(readonly input: CreatePushTemplateCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -217,7 +212,4 @@ export class CreatePushTemplateCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreatePushTemplateCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-pinpoint/src/commands/CreateRecommenderConfigurationCommand.ts b/clients/client-pinpoint/src/commands/CreateRecommenderConfigurationCommand.ts index 401397c8e9fc..a53d266770c1 100644 --- a/clients/client-pinpoint/src/commands/CreateRecommenderConfigurationCommand.ts +++ b/clients/client-pinpoint/src/commands/CreateRecommenderConfigurationCommand.ts @@ -123,9 +123,6 @@ export class CreateRecommenderConfigurationCommand extends $Command< CreateRecommenderConfigurationCommandOutput, PinpointClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -139,9 +136,7 @@ export class CreateRecommenderConfigurationCommand extends $Command< * @public */ constructor(readonly input: CreateRecommenderConfigurationCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -200,7 +195,4 @@ export class CreateRecommenderConfigurationCommand extends $Command< ): Promise { return de_CreateRecommenderConfigurationCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-pinpoint/src/commands/CreateSegmentCommand.ts b/clients/client-pinpoint/src/commands/CreateSegmentCommand.ts index 45b33680e7a9..831069b226e3 100644 --- a/clients/client-pinpoint/src/commands/CreateSegmentCommand.ts +++ b/clients/client-pinpoint/src/commands/CreateSegmentCommand.ts @@ -379,9 +379,6 @@ export class CreateSegmentCommand extends $Command< CreateSegmentCommandOutput, PinpointClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -395,9 +392,7 @@ export class CreateSegmentCommand extends $Command< * @public */ constructor(readonly input: CreateSegmentCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -448,7 +443,4 @@ export class CreateSegmentCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateSegmentCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-pinpoint/src/commands/CreateSmsTemplateCommand.ts b/clients/client-pinpoint/src/commands/CreateSmsTemplateCommand.ts index 2532cd8e6a57..29673ed4944e 100644 --- a/clients/client-pinpoint/src/commands/CreateSmsTemplateCommand.ts +++ b/clients/client-pinpoint/src/commands/CreateSmsTemplateCommand.ts @@ -98,9 +98,6 @@ export class CreateSmsTemplateCommand extends $Command< CreateSmsTemplateCommandOutput, PinpointClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -114,9 +111,7 @@ export class CreateSmsTemplateCommand extends $Command< * @public */ constructor(readonly input: CreateSmsTemplateCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -169,7 +164,4 @@ export class CreateSmsTemplateCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateSmsTemplateCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-pinpoint/src/commands/CreateVoiceTemplateCommand.ts b/clients/client-pinpoint/src/commands/CreateVoiceTemplateCommand.ts index 315ea7bebd97..d479eb1fe637 100644 --- a/clients/client-pinpoint/src/commands/CreateVoiceTemplateCommand.ts +++ b/clients/client-pinpoint/src/commands/CreateVoiceTemplateCommand.ts @@ -99,9 +99,6 @@ export class CreateVoiceTemplateCommand extends $Command< CreateVoiceTemplateCommandOutput, PinpointClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -115,9 +112,7 @@ export class CreateVoiceTemplateCommand extends $Command< * @public */ constructor(readonly input: CreateVoiceTemplateCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -170,7 +165,4 @@ export class CreateVoiceTemplateCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateVoiceTemplateCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-pinpoint/src/commands/DeleteAdmChannelCommand.ts b/clients/client-pinpoint/src/commands/DeleteAdmChannelCommand.ts index 30aef7bb1c68..ae52c6ad21a9 100644 --- a/clients/client-pinpoint/src/commands/DeleteAdmChannelCommand.ts +++ b/clients/client-pinpoint/src/commands/DeleteAdmChannelCommand.ts @@ -102,9 +102,6 @@ export class DeleteAdmChannelCommand extends $Command< DeleteAdmChannelCommandOutput, PinpointClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -118,9 +115,7 @@ export class DeleteAdmChannelCommand extends $Command< * @public */ constructor(readonly input: DeleteAdmChannelCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -173,7 +168,4 @@ export class DeleteAdmChannelCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteAdmChannelCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-pinpoint/src/commands/DeleteApnsChannelCommand.ts b/clients/client-pinpoint/src/commands/DeleteApnsChannelCommand.ts index 6f264a4a2a23..fbf7edd13865 100644 --- a/clients/client-pinpoint/src/commands/DeleteApnsChannelCommand.ts +++ b/clients/client-pinpoint/src/commands/DeleteApnsChannelCommand.ts @@ -104,9 +104,6 @@ export class DeleteApnsChannelCommand extends $Command< DeleteApnsChannelCommandOutput, PinpointClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -120,9 +117,7 @@ export class DeleteApnsChannelCommand extends $Command< * @public */ constructor(readonly input: DeleteApnsChannelCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -175,7 +170,4 @@ export class DeleteApnsChannelCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteApnsChannelCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-pinpoint/src/commands/DeleteApnsSandboxChannelCommand.ts b/clients/client-pinpoint/src/commands/DeleteApnsSandboxChannelCommand.ts index 7b98700d8520..4cf33ef33ffb 100644 --- a/clients/client-pinpoint/src/commands/DeleteApnsSandboxChannelCommand.ts +++ b/clients/client-pinpoint/src/commands/DeleteApnsSandboxChannelCommand.ts @@ -104,9 +104,6 @@ export class DeleteApnsSandboxChannelCommand extends $Command< DeleteApnsSandboxChannelCommandOutput, PinpointClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -120,9 +117,7 @@ export class DeleteApnsSandboxChannelCommand extends $Command< * @public */ constructor(readonly input: DeleteApnsSandboxChannelCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -175,7 +170,4 @@ export class DeleteApnsSandboxChannelCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteApnsSandboxChannelCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-pinpoint/src/commands/DeleteApnsVoipChannelCommand.ts b/clients/client-pinpoint/src/commands/DeleteApnsVoipChannelCommand.ts index ce4005275f62..eab010fc3a5d 100644 --- a/clients/client-pinpoint/src/commands/DeleteApnsVoipChannelCommand.ts +++ b/clients/client-pinpoint/src/commands/DeleteApnsVoipChannelCommand.ts @@ -104,9 +104,6 @@ export class DeleteApnsVoipChannelCommand extends $Command< DeleteApnsVoipChannelCommandOutput, PinpointClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -120,9 +117,7 @@ export class DeleteApnsVoipChannelCommand extends $Command< * @public */ constructor(readonly input: DeleteApnsVoipChannelCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -175,7 +170,4 @@ export class DeleteApnsVoipChannelCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteApnsVoipChannelCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-pinpoint/src/commands/DeleteApnsVoipSandboxChannelCommand.ts b/clients/client-pinpoint/src/commands/DeleteApnsVoipSandboxChannelCommand.ts index bbbbdbae0b45..32fc3c7dd1ab 100644 --- a/clients/client-pinpoint/src/commands/DeleteApnsVoipSandboxChannelCommand.ts +++ b/clients/client-pinpoint/src/commands/DeleteApnsVoipSandboxChannelCommand.ts @@ -109,9 +109,6 @@ export class DeleteApnsVoipSandboxChannelCommand extends $Command< DeleteApnsVoipSandboxChannelCommandOutput, PinpointClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -125,9 +122,7 @@ export class DeleteApnsVoipSandboxChannelCommand extends $Command< * @public */ constructor(readonly input: DeleteApnsVoipSandboxChannelCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -183,7 +178,4 @@ export class DeleteApnsVoipSandboxChannelCommand extends $Command< ): Promise { return de_DeleteApnsVoipSandboxChannelCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-pinpoint/src/commands/DeleteAppCommand.ts b/clients/client-pinpoint/src/commands/DeleteAppCommand.ts index a7aa2c75c3be..b03939642316 100644 --- a/clients/client-pinpoint/src/commands/DeleteAppCommand.ts +++ b/clients/client-pinpoint/src/commands/DeleteAppCommand.ts @@ -99,9 +99,6 @@ export class DeleteAppCommand extends $Command< DeleteAppCommandOutput, PinpointClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -115,9 +112,7 @@ export class DeleteAppCommand extends $Command< * @public */ constructor(readonly input: DeleteAppCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -168,7 +163,4 @@ export class DeleteAppCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteAppCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-pinpoint/src/commands/DeleteBaiduChannelCommand.ts b/clients/client-pinpoint/src/commands/DeleteBaiduChannelCommand.ts index 24ecee467040..69718f796f13 100644 --- a/clients/client-pinpoint/src/commands/DeleteBaiduChannelCommand.ts +++ b/clients/client-pinpoint/src/commands/DeleteBaiduChannelCommand.ts @@ -103,9 +103,6 @@ export class DeleteBaiduChannelCommand extends $Command< DeleteBaiduChannelCommandOutput, PinpointClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -119,9 +116,7 @@ export class DeleteBaiduChannelCommand extends $Command< * @public */ constructor(readonly input: DeleteBaiduChannelCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -174,7 +169,4 @@ export class DeleteBaiduChannelCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteBaiduChannelCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-pinpoint/src/commands/DeleteCampaignCommand.ts b/clients/client-pinpoint/src/commands/DeleteCampaignCommand.ts index f7c163d49870..96fc088879b1 100644 --- a/clients/client-pinpoint/src/commands/DeleteCampaignCommand.ts +++ b/clients/client-pinpoint/src/commands/DeleteCampaignCommand.ts @@ -473,9 +473,6 @@ export class DeleteCampaignCommand extends $Command< DeleteCampaignCommandOutput, PinpointClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -489,9 +486,7 @@ export class DeleteCampaignCommand extends $Command< * @public */ constructor(readonly input: DeleteCampaignCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -544,7 +539,4 @@ export class DeleteCampaignCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteCampaignCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-pinpoint/src/commands/DeleteEmailChannelCommand.ts b/clients/client-pinpoint/src/commands/DeleteEmailChannelCommand.ts index 6d634e39e1f9..e4768e2dae06 100644 --- a/clients/client-pinpoint/src/commands/DeleteEmailChannelCommand.ts +++ b/clients/client-pinpoint/src/commands/DeleteEmailChannelCommand.ts @@ -107,9 +107,6 @@ export class DeleteEmailChannelCommand extends $Command< DeleteEmailChannelCommandOutput, PinpointClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -123,9 +120,7 @@ export class DeleteEmailChannelCommand extends $Command< * @public */ constructor(readonly input: DeleteEmailChannelCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -178,7 +173,4 @@ export class DeleteEmailChannelCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteEmailChannelCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-pinpoint/src/commands/DeleteEmailTemplateCommand.ts b/clients/client-pinpoint/src/commands/DeleteEmailTemplateCommand.ts index 96019df24833..88a56299746f 100644 --- a/clients/client-pinpoint/src/commands/DeleteEmailTemplateCommand.ts +++ b/clients/client-pinpoint/src/commands/DeleteEmailTemplateCommand.ts @@ -95,9 +95,6 @@ export class DeleteEmailTemplateCommand extends $Command< DeleteEmailTemplateCommandOutput, PinpointClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -111,9 +108,7 @@ export class DeleteEmailTemplateCommand extends $Command< * @public */ constructor(readonly input: DeleteEmailTemplateCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -166,7 +161,4 @@ export class DeleteEmailTemplateCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteEmailTemplateCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-pinpoint/src/commands/DeleteEndpointCommand.ts b/clients/client-pinpoint/src/commands/DeleteEndpointCommand.ts index 67e5268df015..020aef8f2ff4 100644 --- a/clients/client-pinpoint/src/commands/DeleteEndpointCommand.ts +++ b/clients/client-pinpoint/src/commands/DeleteEndpointCommand.ts @@ -137,9 +137,6 @@ export class DeleteEndpointCommand extends $Command< DeleteEndpointCommandOutput, PinpointClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -153,9 +150,7 @@ export class DeleteEndpointCommand extends $Command< * @public */ constructor(readonly input: DeleteEndpointCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -208,7 +203,4 @@ export class DeleteEndpointCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteEndpointCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-pinpoint/src/commands/DeleteEventStreamCommand.ts b/clients/client-pinpoint/src/commands/DeleteEventStreamCommand.ts index cb8692f092bd..ef974f05d7b0 100644 --- a/clients/client-pinpoint/src/commands/DeleteEventStreamCommand.ts +++ b/clients/client-pinpoint/src/commands/DeleteEventStreamCommand.ts @@ -98,9 +98,6 @@ export class DeleteEventStreamCommand extends $Command< DeleteEventStreamCommandOutput, PinpointClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -114,9 +111,7 @@ export class DeleteEventStreamCommand extends $Command< * @public */ constructor(readonly input: DeleteEventStreamCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -169,7 +164,4 @@ export class DeleteEventStreamCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteEventStreamCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-pinpoint/src/commands/DeleteGcmChannelCommand.ts b/clients/client-pinpoint/src/commands/DeleteGcmChannelCommand.ts index 759169de6c06..8a4a67ffd186 100644 --- a/clients/client-pinpoint/src/commands/DeleteGcmChannelCommand.ts +++ b/clients/client-pinpoint/src/commands/DeleteGcmChannelCommand.ts @@ -105,9 +105,6 @@ export class DeleteGcmChannelCommand extends $Command< DeleteGcmChannelCommandOutput, PinpointClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -121,9 +118,7 @@ export class DeleteGcmChannelCommand extends $Command< * @public */ constructor(readonly input: DeleteGcmChannelCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -176,7 +171,4 @@ export class DeleteGcmChannelCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteGcmChannelCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-pinpoint/src/commands/DeleteInAppTemplateCommand.ts b/clients/client-pinpoint/src/commands/DeleteInAppTemplateCommand.ts index 255cc95e7892..95d315d0cbfc 100644 --- a/clients/client-pinpoint/src/commands/DeleteInAppTemplateCommand.ts +++ b/clients/client-pinpoint/src/commands/DeleteInAppTemplateCommand.ts @@ -95,9 +95,6 @@ export class DeleteInAppTemplateCommand extends $Command< DeleteInAppTemplateCommandOutput, PinpointClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -111,9 +108,7 @@ export class DeleteInAppTemplateCommand extends $Command< * @public */ constructor(readonly input: DeleteInAppTemplateCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -166,7 +161,4 @@ export class DeleteInAppTemplateCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteInAppTemplateCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-pinpoint/src/commands/DeleteJourneyCommand.ts b/clients/client-pinpoint/src/commands/DeleteJourneyCommand.ts index bf67d9ee0f55..837885a90f09 100644 --- a/clients/client-pinpoint/src/commands/DeleteJourneyCommand.ts +++ b/clients/client-pinpoint/src/commands/DeleteJourneyCommand.ts @@ -477,9 +477,6 @@ export class DeleteJourneyCommand extends $Command< DeleteJourneyCommandOutput, PinpointClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -493,9 +490,7 @@ export class DeleteJourneyCommand extends $Command< * @public */ constructor(readonly input: DeleteJourneyCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -546,7 +541,4 @@ export class DeleteJourneyCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteJourneyCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-pinpoint/src/commands/DeletePushTemplateCommand.ts b/clients/client-pinpoint/src/commands/DeletePushTemplateCommand.ts index a7abfc10ca7e..a106c2c40311 100644 --- a/clients/client-pinpoint/src/commands/DeletePushTemplateCommand.ts +++ b/clients/client-pinpoint/src/commands/DeletePushTemplateCommand.ts @@ -95,9 +95,6 @@ export class DeletePushTemplateCommand extends $Command< DeletePushTemplateCommandOutput, PinpointClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -111,9 +108,7 @@ export class DeletePushTemplateCommand extends $Command< * @public */ constructor(readonly input: DeletePushTemplateCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -166,7 +161,4 @@ export class DeletePushTemplateCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeletePushTemplateCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-pinpoint/src/commands/DeleteRecommenderConfigurationCommand.ts b/clients/client-pinpoint/src/commands/DeleteRecommenderConfigurationCommand.ts index 3657cad20459..6c3ff0c63c48 100644 --- a/clients/client-pinpoint/src/commands/DeleteRecommenderConfigurationCommand.ts +++ b/clients/client-pinpoint/src/commands/DeleteRecommenderConfigurationCommand.ts @@ -111,9 +111,6 @@ export class DeleteRecommenderConfigurationCommand extends $Command< DeleteRecommenderConfigurationCommandOutput, PinpointClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -127,9 +124,7 @@ export class DeleteRecommenderConfigurationCommand extends $Command< * @public */ constructor(readonly input: DeleteRecommenderConfigurationCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -188,7 +183,4 @@ export class DeleteRecommenderConfigurationCommand extends $Command< ): Promise { return de_DeleteRecommenderConfigurationCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-pinpoint/src/commands/DeleteSegmentCommand.ts b/clients/client-pinpoint/src/commands/DeleteSegmentCommand.ts index 561408eeeaab..a627d4f537b3 100644 --- a/clients/client-pinpoint/src/commands/DeleteSegmentCommand.ts +++ b/clients/client-pinpoint/src/commands/DeleteSegmentCommand.ts @@ -244,9 +244,6 @@ export class DeleteSegmentCommand extends $Command< DeleteSegmentCommandOutput, PinpointClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -260,9 +257,7 @@ export class DeleteSegmentCommand extends $Command< * @public */ constructor(readonly input: DeleteSegmentCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -313,7 +308,4 @@ export class DeleteSegmentCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteSegmentCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-pinpoint/src/commands/DeleteSmsChannelCommand.ts b/clients/client-pinpoint/src/commands/DeleteSmsChannelCommand.ts index 2d135a19cafc..4d90961d979e 100644 --- a/clients/client-pinpoint/src/commands/DeleteSmsChannelCommand.ts +++ b/clients/client-pinpoint/src/commands/DeleteSmsChannelCommand.ts @@ -106,9 +106,6 @@ export class DeleteSmsChannelCommand extends $Command< DeleteSmsChannelCommandOutput, PinpointClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -122,9 +119,7 @@ export class DeleteSmsChannelCommand extends $Command< * @public */ constructor(readonly input: DeleteSmsChannelCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -177,7 +172,4 @@ export class DeleteSmsChannelCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteSmsChannelCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-pinpoint/src/commands/DeleteSmsTemplateCommand.ts b/clients/client-pinpoint/src/commands/DeleteSmsTemplateCommand.ts index a598d5906ec6..e9ca21399a68 100644 --- a/clients/client-pinpoint/src/commands/DeleteSmsTemplateCommand.ts +++ b/clients/client-pinpoint/src/commands/DeleteSmsTemplateCommand.ts @@ -95,9 +95,6 @@ export class DeleteSmsTemplateCommand extends $Command< DeleteSmsTemplateCommandOutput, PinpointClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -111,9 +108,7 @@ export class DeleteSmsTemplateCommand extends $Command< * @public */ constructor(readonly input: DeleteSmsTemplateCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -166,7 +161,4 @@ export class DeleteSmsTemplateCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteSmsTemplateCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-pinpoint/src/commands/DeleteUserEndpointsCommand.ts b/clients/client-pinpoint/src/commands/DeleteUserEndpointsCommand.ts index c15389e27321..8dfdc888d076 100644 --- a/clients/client-pinpoint/src/commands/DeleteUserEndpointsCommand.ts +++ b/clients/client-pinpoint/src/commands/DeleteUserEndpointsCommand.ts @@ -141,9 +141,6 @@ export class DeleteUserEndpointsCommand extends $Command< DeleteUserEndpointsCommandOutput, PinpointClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -157,9 +154,7 @@ export class DeleteUserEndpointsCommand extends $Command< * @public */ constructor(readonly input: DeleteUserEndpointsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -212,7 +207,4 @@ export class DeleteUserEndpointsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteUserEndpointsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-pinpoint/src/commands/DeleteVoiceChannelCommand.ts b/clients/client-pinpoint/src/commands/DeleteVoiceChannelCommand.ts index f34032213264..a10828b1a4bc 100644 --- a/clients/client-pinpoint/src/commands/DeleteVoiceChannelCommand.ts +++ b/clients/client-pinpoint/src/commands/DeleteVoiceChannelCommand.ts @@ -102,9 +102,6 @@ export class DeleteVoiceChannelCommand extends $Command< DeleteVoiceChannelCommandOutput, PinpointClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -118,9 +115,7 @@ export class DeleteVoiceChannelCommand extends $Command< * @public */ constructor(readonly input: DeleteVoiceChannelCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -173,7 +168,4 @@ export class DeleteVoiceChannelCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteVoiceChannelCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-pinpoint/src/commands/DeleteVoiceTemplateCommand.ts b/clients/client-pinpoint/src/commands/DeleteVoiceTemplateCommand.ts index e4a26f82ce7b..22465f85330a 100644 --- a/clients/client-pinpoint/src/commands/DeleteVoiceTemplateCommand.ts +++ b/clients/client-pinpoint/src/commands/DeleteVoiceTemplateCommand.ts @@ -95,9 +95,6 @@ export class DeleteVoiceTemplateCommand extends $Command< DeleteVoiceTemplateCommandOutput, PinpointClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -111,9 +108,7 @@ export class DeleteVoiceTemplateCommand extends $Command< * @public */ constructor(readonly input: DeleteVoiceTemplateCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -166,7 +161,4 @@ export class DeleteVoiceTemplateCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteVoiceTemplateCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-pinpoint/src/commands/GetAdmChannelCommand.ts b/clients/client-pinpoint/src/commands/GetAdmChannelCommand.ts index 95268c0f8e0c..a2e724a7c212 100644 --- a/clients/client-pinpoint/src/commands/GetAdmChannelCommand.ts +++ b/clients/client-pinpoint/src/commands/GetAdmChannelCommand.ts @@ -102,9 +102,6 @@ export class GetAdmChannelCommand extends $Command< GetAdmChannelCommandOutput, PinpointClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -118,9 +115,7 @@ export class GetAdmChannelCommand extends $Command< * @public */ constructor(readonly input: GetAdmChannelCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -171,7 +166,4 @@ export class GetAdmChannelCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetAdmChannelCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-pinpoint/src/commands/GetApnsChannelCommand.ts b/clients/client-pinpoint/src/commands/GetApnsChannelCommand.ts index 3b5d9da1d8b9..a9aae2183502 100644 --- a/clients/client-pinpoint/src/commands/GetApnsChannelCommand.ts +++ b/clients/client-pinpoint/src/commands/GetApnsChannelCommand.ts @@ -104,9 +104,6 @@ export class GetApnsChannelCommand extends $Command< GetApnsChannelCommandOutput, PinpointClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -120,9 +117,7 @@ export class GetApnsChannelCommand extends $Command< * @public */ constructor(readonly input: GetApnsChannelCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -175,7 +170,4 @@ export class GetApnsChannelCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetApnsChannelCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-pinpoint/src/commands/GetApnsSandboxChannelCommand.ts b/clients/client-pinpoint/src/commands/GetApnsSandboxChannelCommand.ts index f9ef3ff1cfec..e8c96b88826a 100644 --- a/clients/client-pinpoint/src/commands/GetApnsSandboxChannelCommand.ts +++ b/clients/client-pinpoint/src/commands/GetApnsSandboxChannelCommand.ts @@ -104,9 +104,6 @@ export class GetApnsSandboxChannelCommand extends $Command< GetApnsSandboxChannelCommandOutput, PinpointClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -120,9 +117,7 @@ export class GetApnsSandboxChannelCommand extends $Command< * @public */ constructor(readonly input: GetApnsSandboxChannelCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -175,7 +170,4 @@ export class GetApnsSandboxChannelCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetApnsSandboxChannelCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-pinpoint/src/commands/GetApnsVoipChannelCommand.ts b/clients/client-pinpoint/src/commands/GetApnsVoipChannelCommand.ts index 2a97771022e5..7c423d197e7a 100644 --- a/clients/client-pinpoint/src/commands/GetApnsVoipChannelCommand.ts +++ b/clients/client-pinpoint/src/commands/GetApnsVoipChannelCommand.ts @@ -104,9 +104,6 @@ export class GetApnsVoipChannelCommand extends $Command< GetApnsVoipChannelCommandOutput, PinpointClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -120,9 +117,7 @@ export class GetApnsVoipChannelCommand extends $Command< * @public */ constructor(readonly input: GetApnsVoipChannelCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -175,7 +170,4 @@ export class GetApnsVoipChannelCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetApnsVoipChannelCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-pinpoint/src/commands/GetApnsVoipSandboxChannelCommand.ts b/clients/client-pinpoint/src/commands/GetApnsVoipSandboxChannelCommand.ts index 5eed9910f9cf..3212e08daca8 100644 --- a/clients/client-pinpoint/src/commands/GetApnsVoipSandboxChannelCommand.ts +++ b/clients/client-pinpoint/src/commands/GetApnsVoipSandboxChannelCommand.ts @@ -104,9 +104,6 @@ export class GetApnsVoipSandboxChannelCommand extends $Command< GetApnsVoipSandboxChannelCommandOutput, PinpointClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -120,9 +117,7 @@ export class GetApnsVoipSandboxChannelCommand extends $Command< * @public */ constructor(readonly input: GetApnsVoipSandboxChannelCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -178,7 +173,4 @@ export class GetApnsVoipSandboxChannelCommand extends $Command< ): Promise { return de_GetApnsVoipSandboxChannelCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-pinpoint/src/commands/GetAppCommand.ts b/clients/client-pinpoint/src/commands/GetAppCommand.ts index 81f613a3111f..e7feb57b1c93 100644 --- a/clients/client-pinpoint/src/commands/GetAppCommand.ts +++ b/clients/client-pinpoint/src/commands/GetAppCommand.ts @@ -95,9 +95,6 @@ export interface GetAppCommandOutput extends GetAppResponse, __MetadataBearer {} * */ export class GetAppCommand extends $Command { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -111,9 +108,7 @@ export class GetAppCommand extends $Command { return de_GetAppCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-pinpoint/src/commands/GetApplicationDateRangeKpiCommand.ts b/clients/client-pinpoint/src/commands/GetApplicationDateRangeKpiCommand.ts index 2a6091a67e1d..764be3b9a020 100644 --- a/clients/client-pinpoint/src/commands/GetApplicationDateRangeKpiCommand.ts +++ b/clients/client-pinpoint/src/commands/GetApplicationDateRangeKpiCommand.ts @@ -122,9 +122,6 @@ export class GetApplicationDateRangeKpiCommand extends $Command< GetApplicationDateRangeKpiCommandOutput, PinpointClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -138,9 +135,7 @@ export class GetApplicationDateRangeKpiCommand extends $Command< * @public */ constructor(readonly input: GetApplicationDateRangeKpiCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -196,7 +191,4 @@ export class GetApplicationDateRangeKpiCommand extends $Command< ): Promise { return de_GetApplicationDateRangeKpiCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-pinpoint/src/commands/GetApplicationSettingsCommand.ts b/clients/client-pinpoint/src/commands/GetApplicationSettingsCommand.ts index 2e1786893515..7828c3e4c549 100644 --- a/clients/client-pinpoint/src/commands/GetApplicationSettingsCommand.ts +++ b/clients/client-pinpoint/src/commands/GetApplicationSettingsCommand.ts @@ -118,9 +118,6 @@ export class GetApplicationSettingsCommand extends $Command< GetApplicationSettingsCommandOutput, PinpointClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -134,9 +131,7 @@ export class GetApplicationSettingsCommand extends $Command< * @public */ constructor(readonly input: GetApplicationSettingsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -189,7 +184,4 @@ export class GetApplicationSettingsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetApplicationSettingsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-pinpoint/src/commands/GetAppsCommand.ts b/clients/client-pinpoint/src/commands/GetAppsCommand.ts index f369ae144a58..e94e9e465279 100644 --- a/clients/client-pinpoint/src/commands/GetAppsCommand.ts +++ b/clients/client-pinpoint/src/commands/GetAppsCommand.ts @@ -101,9 +101,6 @@ export interface GetAppsCommandOutput extends GetAppsResponse, __MetadataBearer * */ export class GetAppsCommand extends $Command { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -117,9 +114,7 @@ export class GetAppsCommand extends $Command { return de_GetAppsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-pinpoint/src/commands/GetBaiduChannelCommand.ts b/clients/client-pinpoint/src/commands/GetBaiduChannelCommand.ts index 56ca9de7d045..979670b9579d 100644 --- a/clients/client-pinpoint/src/commands/GetBaiduChannelCommand.ts +++ b/clients/client-pinpoint/src/commands/GetBaiduChannelCommand.ts @@ -103,9 +103,6 @@ export class GetBaiduChannelCommand extends $Command< GetBaiduChannelCommandOutput, PinpointClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -119,9 +116,7 @@ export class GetBaiduChannelCommand extends $Command< * @public */ constructor(readonly input: GetBaiduChannelCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -174,7 +169,4 @@ export class GetBaiduChannelCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetBaiduChannelCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-pinpoint/src/commands/GetCampaignActivitiesCommand.ts b/clients/client-pinpoint/src/commands/GetCampaignActivitiesCommand.ts index 94933f525340..ab3992550891 100644 --- a/clients/client-pinpoint/src/commands/GetCampaignActivitiesCommand.ts +++ b/clients/client-pinpoint/src/commands/GetCampaignActivitiesCommand.ts @@ -116,9 +116,6 @@ export class GetCampaignActivitiesCommand extends $Command< GetCampaignActivitiesCommandOutput, PinpointClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -132,9 +129,7 @@ export class GetCampaignActivitiesCommand extends $Command< * @public */ constructor(readonly input: GetCampaignActivitiesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -187,7 +182,4 @@ export class GetCampaignActivitiesCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetCampaignActivitiesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-pinpoint/src/commands/GetCampaignCommand.ts b/clients/client-pinpoint/src/commands/GetCampaignCommand.ts index 1e5c0849e213..69d05cc241f0 100644 --- a/clients/client-pinpoint/src/commands/GetCampaignCommand.ts +++ b/clients/client-pinpoint/src/commands/GetCampaignCommand.ts @@ -473,9 +473,6 @@ export class GetCampaignCommand extends $Command< GetCampaignCommandOutput, PinpointClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -489,9 +486,7 @@ export class GetCampaignCommand extends $Command< * @public */ constructor(readonly input: GetCampaignCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -542,7 +537,4 @@ export class GetCampaignCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetCampaignCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-pinpoint/src/commands/GetCampaignDateRangeKpiCommand.ts b/clients/client-pinpoint/src/commands/GetCampaignDateRangeKpiCommand.ts index 4795a7bdf3b1..dd3674540cb8 100644 --- a/clients/client-pinpoint/src/commands/GetCampaignDateRangeKpiCommand.ts +++ b/clients/client-pinpoint/src/commands/GetCampaignDateRangeKpiCommand.ts @@ -124,9 +124,6 @@ export class GetCampaignDateRangeKpiCommand extends $Command< GetCampaignDateRangeKpiCommandOutput, PinpointClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -140,9 +137,7 @@ export class GetCampaignDateRangeKpiCommand extends $Command< * @public */ constructor(readonly input: GetCampaignDateRangeKpiCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -195,7 +190,4 @@ export class GetCampaignDateRangeKpiCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetCampaignDateRangeKpiCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-pinpoint/src/commands/GetCampaignVersionCommand.ts b/clients/client-pinpoint/src/commands/GetCampaignVersionCommand.ts index a6db331b1de9..5b78a2ba4732 100644 --- a/clients/client-pinpoint/src/commands/GetCampaignVersionCommand.ts +++ b/clients/client-pinpoint/src/commands/GetCampaignVersionCommand.ts @@ -475,9 +475,6 @@ export class GetCampaignVersionCommand extends $Command< GetCampaignVersionCommandOutput, PinpointClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -491,9 +488,7 @@ export class GetCampaignVersionCommand extends $Command< * @public */ constructor(readonly input: GetCampaignVersionCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -546,7 +541,4 @@ export class GetCampaignVersionCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetCampaignVersionCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-pinpoint/src/commands/GetCampaignVersionsCommand.ts b/clients/client-pinpoint/src/commands/GetCampaignVersionsCommand.ts index 9a643b0a0553..2ae12ed61e56 100644 --- a/clients/client-pinpoint/src/commands/GetCampaignVersionsCommand.ts +++ b/clients/client-pinpoint/src/commands/GetCampaignVersionsCommand.ts @@ -480,9 +480,6 @@ export class GetCampaignVersionsCommand extends $Command< GetCampaignVersionsCommandOutput, PinpointClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -496,9 +493,7 @@ export class GetCampaignVersionsCommand extends $Command< * @public */ constructor(readonly input: GetCampaignVersionsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -551,7 +546,4 @@ export class GetCampaignVersionsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetCampaignVersionsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-pinpoint/src/commands/GetCampaignsCommand.ts b/clients/client-pinpoint/src/commands/GetCampaignsCommand.ts index f9fb67817809..c9eee8795759 100644 --- a/clients/client-pinpoint/src/commands/GetCampaignsCommand.ts +++ b/clients/client-pinpoint/src/commands/GetCampaignsCommand.ts @@ -479,9 +479,6 @@ export class GetCampaignsCommand extends $Command< GetCampaignsCommandOutput, PinpointClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -495,9 +492,7 @@ export class GetCampaignsCommand extends $Command< * @public */ constructor(readonly input: GetCampaignsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -548,7 +543,4 @@ export class GetCampaignsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetCampaignsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-pinpoint/src/commands/GetChannelsCommand.ts b/clients/client-pinpoint/src/commands/GetChannelsCommand.ts index 121aa9fad202..3089f4cec70e 100644 --- a/clients/client-pinpoint/src/commands/GetChannelsCommand.ts +++ b/clients/client-pinpoint/src/commands/GetChannelsCommand.ts @@ -105,9 +105,6 @@ export class GetChannelsCommand extends $Command< GetChannelsCommandOutput, PinpointClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -121,9 +118,7 @@ export class GetChannelsCommand extends $Command< * @public */ constructor(readonly input: GetChannelsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -174,7 +169,4 @@ export class GetChannelsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetChannelsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-pinpoint/src/commands/GetEmailChannelCommand.ts b/clients/client-pinpoint/src/commands/GetEmailChannelCommand.ts index 9bc1e668db53..8909f1bb037c 100644 --- a/clients/client-pinpoint/src/commands/GetEmailChannelCommand.ts +++ b/clients/client-pinpoint/src/commands/GetEmailChannelCommand.ts @@ -107,9 +107,6 @@ export class GetEmailChannelCommand extends $Command< GetEmailChannelCommandOutput, PinpointClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -123,9 +120,7 @@ export class GetEmailChannelCommand extends $Command< * @public */ constructor(readonly input: GetEmailChannelCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -178,7 +173,4 @@ export class GetEmailChannelCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetEmailChannelCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-pinpoint/src/commands/GetEmailTemplateCommand.ts b/clients/client-pinpoint/src/commands/GetEmailTemplateCommand.ts index 558fb73942d1..d0e7bbc26127 100644 --- a/clients/client-pinpoint/src/commands/GetEmailTemplateCommand.ts +++ b/clients/client-pinpoint/src/commands/GetEmailTemplateCommand.ts @@ -108,9 +108,6 @@ export class GetEmailTemplateCommand extends $Command< GetEmailTemplateCommandOutput, PinpointClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -124,9 +121,7 @@ export class GetEmailTemplateCommand extends $Command< * @public */ constructor(readonly input: GetEmailTemplateCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -179,7 +174,4 @@ export class GetEmailTemplateCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetEmailTemplateCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-pinpoint/src/commands/GetEndpointCommand.ts b/clients/client-pinpoint/src/commands/GetEndpointCommand.ts index 222794942fec..b14f00a36222 100644 --- a/clients/client-pinpoint/src/commands/GetEndpointCommand.ts +++ b/clients/client-pinpoint/src/commands/GetEndpointCommand.ts @@ -137,9 +137,6 @@ export class GetEndpointCommand extends $Command< GetEndpointCommandOutput, PinpointClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -153,9 +150,7 @@ export class GetEndpointCommand extends $Command< * @public */ constructor(readonly input: GetEndpointCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -206,7 +201,4 @@ export class GetEndpointCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetEndpointCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-pinpoint/src/commands/GetEventStreamCommand.ts b/clients/client-pinpoint/src/commands/GetEventStreamCommand.ts index dfef33baeee5..f7a6aa75b102 100644 --- a/clients/client-pinpoint/src/commands/GetEventStreamCommand.ts +++ b/clients/client-pinpoint/src/commands/GetEventStreamCommand.ts @@ -98,9 +98,6 @@ export class GetEventStreamCommand extends $Command< GetEventStreamCommandOutput, PinpointClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -114,9 +111,7 @@ export class GetEventStreamCommand extends $Command< * @public */ constructor(readonly input: GetEventStreamCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -169,7 +164,4 @@ export class GetEventStreamCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetEventStreamCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-pinpoint/src/commands/GetExportJobCommand.ts b/clients/client-pinpoint/src/commands/GetExportJobCommand.ts index cd8d59139302..f37e3d5bdeda 100644 --- a/clients/client-pinpoint/src/commands/GetExportJobCommand.ts +++ b/clients/client-pinpoint/src/commands/GetExportJobCommand.ts @@ -113,9 +113,6 @@ export class GetExportJobCommand extends $Command< GetExportJobCommandOutput, PinpointClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -129,9 +126,7 @@ export class GetExportJobCommand extends $Command< * @public */ constructor(readonly input: GetExportJobCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -182,7 +177,4 @@ export class GetExportJobCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetExportJobCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-pinpoint/src/commands/GetExportJobsCommand.ts b/clients/client-pinpoint/src/commands/GetExportJobsCommand.ts index bb65d014d346..0519463770c1 100644 --- a/clients/client-pinpoint/src/commands/GetExportJobsCommand.ts +++ b/clients/client-pinpoint/src/commands/GetExportJobsCommand.ts @@ -119,9 +119,6 @@ export class GetExportJobsCommand extends $Command< GetExportJobsCommandOutput, PinpointClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -135,9 +132,7 @@ export class GetExportJobsCommand extends $Command< * @public */ constructor(readonly input: GetExportJobsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -188,7 +183,4 @@ export class GetExportJobsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetExportJobsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-pinpoint/src/commands/GetGcmChannelCommand.ts b/clients/client-pinpoint/src/commands/GetGcmChannelCommand.ts index 0129ca1cecd7..4a2d4a82d126 100644 --- a/clients/client-pinpoint/src/commands/GetGcmChannelCommand.ts +++ b/clients/client-pinpoint/src/commands/GetGcmChannelCommand.ts @@ -105,9 +105,6 @@ export class GetGcmChannelCommand extends $Command< GetGcmChannelCommandOutput, PinpointClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -121,9 +118,7 @@ export class GetGcmChannelCommand extends $Command< * @public */ constructor(readonly input: GetGcmChannelCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -174,7 +169,4 @@ export class GetGcmChannelCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetGcmChannelCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-pinpoint/src/commands/GetImportJobCommand.ts b/clients/client-pinpoint/src/commands/GetImportJobCommand.ts index 73c1ea87be1b..7e6b01e3a7e6 100644 --- a/clients/client-pinpoint/src/commands/GetImportJobCommand.ts +++ b/clients/client-pinpoint/src/commands/GetImportJobCommand.ts @@ -117,9 +117,6 @@ export class GetImportJobCommand extends $Command< GetImportJobCommandOutput, PinpointClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -133,9 +130,7 @@ export class GetImportJobCommand extends $Command< * @public */ constructor(readonly input: GetImportJobCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -186,7 +181,4 @@ export class GetImportJobCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetImportJobCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-pinpoint/src/commands/GetImportJobsCommand.ts b/clients/client-pinpoint/src/commands/GetImportJobsCommand.ts index 914065bfff23..5bcb958e34b7 100644 --- a/clients/client-pinpoint/src/commands/GetImportJobsCommand.ts +++ b/clients/client-pinpoint/src/commands/GetImportJobsCommand.ts @@ -123,9 +123,6 @@ export class GetImportJobsCommand extends $Command< GetImportJobsCommandOutput, PinpointClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -139,9 +136,7 @@ export class GetImportJobsCommand extends $Command< * @public */ constructor(readonly input: GetImportJobsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -192,7 +187,4 @@ export class GetImportJobsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetImportJobsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-pinpoint/src/commands/GetInAppMessagesCommand.ts b/clients/client-pinpoint/src/commands/GetInAppMessagesCommand.ts index 677cc2ac0dec..da55c26c229a 100644 --- a/clients/client-pinpoint/src/commands/GetInAppMessagesCommand.ts +++ b/clients/client-pinpoint/src/commands/GetInAppMessagesCommand.ts @@ -198,9 +198,6 @@ export class GetInAppMessagesCommand extends $Command< GetInAppMessagesCommandOutput, PinpointClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -214,9 +211,7 @@ export class GetInAppMessagesCommand extends $Command< * @public */ constructor(readonly input: GetInAppMessagesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -269,7 +264,4 @@ export class GetInAppMessagesCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetInAppMessagesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-pinpoint/src/commands/GetInAppTemplateCommand.ts b/clients/client-pinpoint/src/commands/GetInAppTemplateCommand.ts index bc7dd38e4684..182bb7f6dcd7 100644 --- a/clients/client-pinpoint/src/commands/GetInAppTemplateCommand.ts +++ b/clients/client-pinpoint/src/commands/GetInAppTemplateCommand.ts @@ -164,9 +164,6 @@ export class GetInAppTemplateCommand extends $Command< GetInAppTemplateCommandOutput, PinpointClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -180,9 +177,7 @@ export class GetInAppTemplateCommand extends $Command< * @public */ constructor(readonly input: GetInAppTemplateCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -235,7 +230,4 @@ export class GetInAppTemplateCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetInAppTemplateCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-pinpoint/src/commands/GetJourneyCommand.ts b/clients/client-pinpoint/src/commands/GetJourneyCommand.ts index 97bae30687ff..2e9e3ae2ab79 100644 --- a/clients/client-pinpoint/src/commands/GetJourneyCommand.ts +++ b/clients/client-pinpoint/src/commands/GetJourneyCommand.ts @@ -477,9 +477,6 @@ export class GetJourneyCommand extends $Command< GetJourneyCommandOutput, PinpointClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -493,9 +490,7 @@ export class GetJourneyCommand extends $Command< * @public */ constructor(readonly input: GetJourneyCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -546,7 +541,4 @@ export class GetJourneyCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetJourneyCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-pinpoint/src/commands/GetJourneyDateRangeKpiCommand.ts b/clients/client-pinpoint/src/commands/GetJourneyDateRangeKpiCommand.ts index dc3f6b1f7a81..0af5e3e185de 100644 --- a/clients/client-pinpoint/src/commands/GetJourneyDateRangeKpiCommand.ts +++ b/clients/client-pinpoint/src/commands/GetJourneyDateRangeKpiCommand.ts @@ -124,9 +124,6 @@ export class GetJourneyDateRangeKpiCommand extends $Command< GetJourneyDateRangeKpiCommandOutput, PinpointClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -140,9 +137,7 @@ export class GetJourneyDateRangeKpiCommand extends $Command< * @public */ constructor(readonly input: GetJourneyDateRangeKpiCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -195,7 +190,4 @@ export class GetJourneyDateRangeKpiCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetJourneyDateRangeKpiCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-pinpoint/src/commands/GetJourneyExecutionActivityMetricsCommand.ts b/clients/client-pinpoint/src/commands/GetJourneyExecutionActivityMetricsCommand.ts index 3c722802ce65..b692fa6162f8 100644 --- a/clients/client-pinpoint/src/commands/GetJourneyExecutionActivityMetricsCommand.ts +++ b/clients/client-pinpoint/src/commands/GetJourneyExecutionActivityMetricsCommand.ts @@ -112,9 +112,6 @@ export class GetJourneyExecutionActivityMetricsCommand extends $Command< GetJourneyExecutionActivityMetricsCommandOutput, PinpointClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -128,9 +125,7 @@ export class GetJourneyExecutionActivityMetricsCommand extends $Command< * @public */ constructor(readonly input: GetJourneyExecutionActivityMetricsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -189,7 +184,4 @@ export class GetJourneyExecutionActivityMetricsCommand extends $Command< ): Promise { return de_GetJourneyExecutionActivityMetricsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-pinpoint/src/commands/GetJourneyExecutionMetricsCommand.ts b/clients/client-pinpoint/src/commands/GetJourneyExecutionMetricsCommand.ts index 019fa817f056..d86e3da430c0 100644 --- a/clients/client-pinpoint/src/commands/GetJourneyExecutionMetricsCommand.ts +++ b/clients/client-pinpoint/src/commands/GetJourneyExecutionMetricsCommand.ts @@ -101,9 +101,6 @@ export class GetJourneyExecutionMetricsCommand extends $Command< GetJourneyExecutionMetricsCommandOutput, PinpointClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -117,9 +114,7 @@ export class GetJourneyExecutionMetricsCommand extends $Command< * @public */ constructor(readonly input: GetJourneyExecutionMetricsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -175,7 +170,4 @@ export class GetJourneyExecutionMetricsCommand extends $Command< ): Promise { return de_GetJourneyExecutionMetricsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-pinpoint/src/commands/GetJourneyRunExecutionActivityMetricsCommand.ts b/clients/client-pinpoint/src/commands/GetJourneyRunExecutionActivityMetricsCommand.ts index 9b24c615876f..7543ef20ae70 100644 --- a/clients/client-pinpoint/src/commands/GetJourneyRunExecutionActivityMetricsCommand.ts +++ b/clients/client-pinpoint/src/commands/GetJourneyRunExecutionActivityMetricsCommand.ts @@ -144,9 +144,6 @@ export class GetJourneyRunExecutionActivityMetricsCommand extends $Command< GetJourneyRunExecutionActivityMetricsCommandOutput, PinpointClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -160,9 +157,7 @@ export class GetJourneyRunExecutionActivityMetricsCommand extends $Command< * @public */ constructor(readonly input: GetJourneyRunExecutionActivityMetricsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -221,7 +216,4 @@ export class GetJourneyRunExecutionActivityMetricsCommand extends $Command< ): Promise { return de_GetJourneyRunExecutionActivityMetricsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-pinpoint/src/commands/GetJourneyRunExecutionMetricsCommand.ts b/clients/client-pinpoint/src/commands/GetJourneyRunExecutionMetricsCommand.ts index 482cee9e786c..3ed542bd967c 100644 --- a/clients/client-pinpoint/src/commands/GetJourneyRunExecutionMetricsCommand.ts +++ b/clients/client-pinpoint/src/commands/GetJourneyRunExecutionMetricsCommand.ts @@ -136,9 +136,6 @@ export class GetJourneyRunExecutionMetricsCommand extends $Command< GetJourneyRunExecutionMetricsCommandOutput, PinpointClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -152,9 +149,7 @@ export class GetJourneyRunExecutionMetricsCommand extends $Command< * @public */ constructor(readonly input: GetJourneyRunExecutionMetricsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -210,7 +205,4 @@ export class GetJourneyRunExecutionMetricsCommand extends $Command< ): Promise { return de_GetJourneyRunExecutionMetricsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-pinpoint/src/commands/GetJourneyRunsCommand.ts b/clients/client-pinpoint/src/commands/GetJourneyRunsCommand.ts index ae070f266f5b..07d341f8aaeb 100644 --- a/clients/client-pinpoint/src/commands/GetJourneyRunsCommand.ts +++ b/clients/client-pinpoint/src/commands/GetJourneyRunsCommand.ts @@ -136,9 +136,6 @@ export class GetJourneyRunsCommand extends $Command< GetJourneyRunsCommandOutput, PinpointClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -152,9 +149,7 @@ export class GetJourneyRunsCommand extends $Command< * @public */ constructor(readonly input: GetJourneyRunsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -207,7 +202,4 @@ export class GetJourneyRunsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetJourneyRunsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-pinpoint/src/commands/GetPushTemplateCommand.ts b/clients/client-pinpoint/src/commands/GetPushTemplateCommand.ts index 74207940a7b1..8980326922ba 100644 --- a/clients/client-pinpoint/src/commands/GetPushTemplateCommand.ts +++ b/clients/client-pinpoint/src/commands/GetPushTemplateCommand.ts @@ -154,9 +154,6 @@ export class GetPushTemplateCommand extends $Command< GetPushTemplateCommandOutput, PinpointClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -170,9 +167,7 @@ export class GetPushTemplateCommand extends $Command< * @public */ constructor(readonly input: GetPushTemplateCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -225,7 +220,4 @@ export class GetPushTemplateCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetPushTemplateCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-pinpoint/src/commands/GetRecommenderConfigurationCommand.ts b/clients/client-pinpoint/src/commands/GetRecommenderConfigurationCommand.ts index b2241851688f..53004b14a83b 100644 --- a/clients/client-pinpoint/src/commands/GetRecommenderConfigurationCommand.ts +++ b/clients/client-pinpoint/src/commands/GetRecommenderConfigurationCommand.ts @@ -111,9 +111,6 @@ export class GetRecommenderConfigurationCommand extends $Command< GetRecommenderConfigurationCommandOutput, PinpointClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -127,9 +124,7 @@ export class GetRecommenderConfigurationCommand extends $Command< * @public */ constructor(readonly input: GetRecommenderConfigurationCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -185,7 +180,4 @@ export class GetRecommenderConfigurationCommand extends $Command< ): Promise { return de_GetRecommenderConfigurationCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-pinpoint/src/commands/GetRecommenderConfigurationsCommand.ts b/clients/client-pinpoint/src/commands/GetRecommenderConfigurationsCommand.ts index 6a5ab558135a..b423c3950c17 100644 --- a/clients/client-pinpoint/src/commands/GetRecommenderConfigurationsCommand.ts +++ b/clients/client-pinpoint/src/commands/GetRecommenderConfigurationsCommand.ts @@ -117,9 +117,6 @@ export class GetRecommenderConfigurationsCommand extends $Command< GetRecommenderConfigurationsCommandOutput, PinpointClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -133,9 +130,7 @@ export class GetRecommenderConfigurationsCommand extends $Command< * @public */ constructor(readonly input: GetRecommenderConfigurationsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -191,7 +186,4 @@ export class GetRecommenderConfigurationsCommand extends $Command< ): Promise { return de_GetRecommenderConfigurationsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-pinpoint/src/commands/GetSegmentCommand.ts b/clients/client-pinpoint/src/commands/GetSegmentCommand.ts index 0156261c9da3..a6824ba1909c 100644 --- a/clients/client-pinpoint/src/commands/GetSegmentCommand.ts +++ b/clients/client-pinpoint/src/commands/GetSegmentCommand.ts @@ -244,9 +244,6 @@ export class GetSegmentCommand extends $Command< GetSegmentCommandOutput, PinpointClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -260,9 +257,7 @@ export class GetSegmentCommand extends $Command< * @public */ constructor(readonly input: GetSegmentCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -313,7 +308,4 @@ export class GetSegmentCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetSegmentCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-pinpoint/src/commands/GetSegmentExportJobsCommand.ts b/clients/client-pinpoint/src/commands/GetSegmentExportJobsCommand.ts index 2338332e621d..dc797e311768 100644 --- a/clients/client-pinpoint/src/commands/GetSegmentExportJobsCommand.ts +++ b/clients/client-pinpoint/src/commands/GetSegmentExportJobsCommand.ts @@ -120,9 +120,6 @@ export class GetSegmentExportJobsCommand extends $Command< GetSegmentExportJobsCommandOutput, PinpointClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -136,9 +133,7 @@ export class GetSegmentExportJobsCommand extends $Command< * @public */ constructor(readonly input: GetSegmentExportJobsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -191,7 +186,4 @@ export class GetSegmentExportJobsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetSegmentExportJobsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-pinpoint/src/commands/GetSegmentImportJobsCommand.ts b/clients/client-pinpoint/src/commands/GetSegmentImportJobsCommand.ts index 8168aae59616..bfb6ad8eb96f 100644 --- a/clients/client-pinpoint/src/commands/GetSegmentImportJobsCommand.ts +++ b/clients/client-pinpoint/src/commands/GetSegmentImportJobsCommand.ts @@ -124,9 +124,6 @@ export class GetSegmentImportJobsCommand extends $Command< GetSegmentImportJobsCommandOutput, PinpointClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -140,9 +137,7 @@ export class GetSegmentImportJobsCommand extends $Command< * @public */ constructor(readonly input: GetSegmentImportJobsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -195,7 +190,4 @@ export class GetSegmentImportJobsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetSegmentImportJobsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-pinpoint/src/commands/GetSegmentVersionCommand.ts b/clients/client-pinpoint/src/commands/GetSegmentVersionCommand.ts index fde589fbf433..8e6fceadca71 100644 --- a/clients/client-pinpoint/src/commands/GetSegmentVersionCommand.ts +++ b/clients/client-pinpoint/src/commands/GetSegmentVersionCommand.ts @@ -245,9 +245,6 @@ export class GetSegmentVersionCommand extends $Command< GetSegmentVersionCommandOutput, PinpointClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -261,9 +258,7 @@ export class GetSegmentVersionCommand extends $Command< * @public */ constructor(readonly input: GetSegmentVersionCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -316,7 +311,4 @@ export class GetSegmentVersionCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetSegmentVersionCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-pinpoint/src/commands/GetSegmentVersionsCommand.ts b/clients/client-pinpoint/src/commands/GetSegmentVersionsCommand.ts index 7c54f59c5327..9f28f6e6416e 100644 --- a/clients/client-pinpoint/src/commands/GetSegmentVersionsCommand.ts +++ b/clients/client-pinpoint/src/commands/GetSegmentVersionsCommand.ts @@ -251,9 +251,6 @@ export class GetSegmentVersionsCommand extends $Command< GetSegmentVersionsCommandOutput, PinpointClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -267,9 +264,7 @@ export class GetSegmentVersionsCommand extends $Command< * @public */ constructor(readonly input: GetSegmentVersionsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -322,7 +317,4 @@ export class GetSegmentVersionsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetSegmentVersionsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-pinpoint/src/commands/GetSegmentsCommand.ts b/clients/client-pinpoint/src/commands/GetSegmentsCommand.ts index e18c76cc5cf2..220ef56095f6 100644 --- a/clients/client-pinpoint/src/commands/GetSegmentsCommand.ts +++ b/clients/client-pinpoint/src/commands/GetSegmentsCommand.ts @@ -250,9 +250,6 @@ export class GetSegmentsCommand extends $Command< GetSegmentsCommandOutput, PinpointClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -266,9 +263,7 @@ export class GetSegmentsCommand extends $Command< * @public */ constructor(readonly input: GetSegmentsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -319,7 +314,4 @@ export class GetSegmentsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetSegmentsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-pinpoint/src/commands/GetSmsChannelCommand.ts b/clients/client-pinpoint/src/commands/GetSmsChannelCommand.ts index f8249dafff9c..0b0205d6ad53 100644 --- a/clients/client-pinpoint/src/commands/GetSmsChannelCommand.ts +++ b/clients/client-pinpoint/src/commands/GetSmsChannelCommand.ts @@ -106,9 +106,6 @@ export class GetSmsChannelCommand extends $Command< GetSmsChannelCommandOutput, PinpointClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -122,9 +119,7 @@ export class GetSmsChannelCommand extends $Command< * @public */ constructor(readonly input: GetSmsChannelCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -175,7 +170,4 @@ export class GetSmsChannelCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetSmsChannelCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-pinpoint/src/commands/GetSmsTemplateCommand.ts b/clients/client-pinpoint/src/commands/GetSmsTemplateCommand.ts index 990ff16fd3d8..908c53657a37 100644 --- a/clients/client-pinpoint/src/commands/GetSmsTemplateCommand.ts +++ b/clients/client-pinpoint/src/commands/GetSmsTemplateCommand.ts @@ -106,9 +106,6 @@ export class GetSmsTemplateCommand extends $Command< GetSmsTemplateCommandOutput, PinpointClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -122,9 +119,7 @@ export class GetSmsTemplateCommand extends $Command< * @public */ constructor(readonly input: GetSmsTemplateCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -177,7 +172,4 @@ export class GetSmsTemplateCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetSmsTemplateCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-pinpoint/src/commands/GetUserEndpointsCommand.ts b/clients/client-pinpoint/src/commands/GetUserEndpointsCommand.ts index 3290faa53da9..596a35487dfc 100644 --- a/clients/client-pinpoint/src/commands/GetUserEndpointsCommand.ts +++ b/clients/client-pinpoint/src/commands/GetUserEndpointsCommand.ts @@ -141,9 +141,6 @@ export class GetUserEndpointsCommand extends $Command< GetUserEndpointsCommandOutput, PinpointClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -157,9 +154,7 @@ export class GetUserEndpointsCommand extends $Command< * @public */ constructor(readonly input: GetUserEndpointsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -212,7 +207,4 @@ export class GetUserEndpointsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetUserEndpointsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-pinpoint/src/commands/GetVoiceChannelCommand.ts b/clients/client-pinpoint/src/commands/GetVoiceChannelCommand.ts index 491b554dc2ee..b8edd05fa84b 100644 --- a/clients/client-pinpoint/src/commands/GetVoiceChannelCommand.ts +++ b/clients/client-pinpoint/src/commands/GetVoiceChannelCommand.ts @@ -102,9 +102,6 @@ export class GetVoiceChannelCommand extends $Command< GetVoiceChannelCommandOutput, PinpointClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -118,9 +115,7 @@ export class GetVoiceChannelCommand extends $Command< * @public */ constructor(readonly input: GetVoiceChannelCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -173,7 +168,4 @@ export class GetVoiceChannelCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetVoiceChannelCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-pinpoint/src/commands/GetVoiceTemplateCommand.ts b/clients/client-pinpoint/src/commands/GetVoiceTemplateCommand.ts index e204320a0272..228b8ffcd9d7 100644 --- a/clients/client-pinpoint/src/commands/GetVoiceTemplateCommand.ts +++ b/clients/client-pinpoint/src/commands/GetVoiceTemplateCommand.ts @@ -107,9 +107,6 @@ export class GetVoiceTemplateCommand extends $Command< GetVoiceTemplateCommandOutput, PinpointClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -123,9 +120,7 @@ export class GetVoiceTemplateCommand extends $Command< * @public */ constructor(readonly input: GetVoiceTemplateCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -178,7 +173,4 @@ export class GetVoiceTemplateCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetVoiceTemplateCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-pinpoint/src/commands/ListJourneysCommand.ts b/clients/client-pinpoint/src/commands/ListJourneysCommand.ts index e313ba204100..36a0017b6791 100644 --- a/clients/client-pinpoint/src/commands/ListJourneysCommand.ts +++ b/clients/client-pinpoint/src/commands/ListJourneysCommand.ts @@ -483,9 +483,6 @@ export class ListJourneysCommand extends $Command< ListJourneysCommandOutput, PinpointClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -499,9 +496,7 @@ export class ListJourneysCommand extends $Command< * @public */ constructor(readonly input: ListJourneysCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -552,7 +547,4 @@ export class ListJourneysCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListJourneysCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-pinpoint/src/commands/ListTagsForResourceCommand.ts b/clients/client-pinpoint/src/commands/ListTagsForResourceCommand.ts index b262701f5a87..c29048a8e19c 100644 --- a/clients/client-pinpoint/src/commands/ListTagsForResourceCommand.ts +++ b/clients/client-pinpoint/src/commands/ListTagsForResourceCommand.ts @@ -74,9 +74,6 @@ export class ListTagsForResourceCommand extends $Command< ListTagsForResourceCommandOutput, PinpointClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -90,9 +87,7 @@ export class ListTagsForResourceCommand extends $Command< * @public */ constructor(readonly input: ListTagsForResourceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -145,7 +140,4 @@ export class ListTagsForResourceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListTagsForResourceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-pinpoint/src/commands/ListTemplateVersionsCommand.ts b/clients/client-pinpoint/src/commands/ListTemplateVersionsCommand.ts index bfa49f57784f..b81c85ce58ab 100644 --- a/clients/client-pinpoint/src/commands/ListTemplateVersionsCommand.ts +++ b/clients/client-pinpoint/src/commands/ListTemplateVersionsCommand.ts @@ -109,9 +109,6 @@ export class ListTemplateVersionsCommand extends $Command< ListTemplateVersionsCommandOutput, PinpointClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -125,9 +122,7 @@ export class ListTemplateVersionsCommand extends $Command< * @public */ constructor(readonly input: ListTemplateVersionsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -180,7 +175,4 @@ export class ListTemplateVersionsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListTemplateVersionsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-pinpoint/src/commands/ListTemplatesCommand.ts b/clients/client-pinpoint/src/commands/ListTemplatesCommand.ts index 4b7fbccf6812..bb09c689cdec 100644 --- a/clients/client-pinpoint/src/commands/ListTemplatesCommand.ts +++ b/clients/client-pinpoint/src/commands/ListTemplatesCommand.ts @@ -105,9 +105,6 @@ export class ListTemplatesCommand extends $Command< ListTemplatesCommandOutput, PinpointClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -121,9 +118,7 @@ export class ListTemplatesCommand extends $Command< * @public */ constructor(readonly input: ListTemplatesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -174,7 +169,4 @@ export class ListTemplatesCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListTemplatesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-pinpoint/src/commands/PhoneNumberValidateCommand.ts b/clients/client-pinpoint/src/commands/PhoneNumberValidateCommand.ts index f104175c790c..6bec146c9465 100644 --- a/clients/client-pinpoint/src/commands/PhoneNumberValidateCommand.ts +++ b/clients/client-pinpoint/src/commands/PhoneNumberValidateCommand.ts @@ -109,9 +109,6 @@ export class PhoneNumberValidateCommand extends $Command< PhoneNumberValidateCommandOutput, PinpointClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -125,9 +122,7 @@ export class PhoneNumberValidateCommand extends $Command< * @public */ constructor(readonly input: PhoneNumberValidateCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -180,7 +175,4 @@ export class PhoneNumberValidateCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_PhoneNumberValidateCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-pinpoint/src/commands/PutEventStreamCommand.ts b/clients/client-pinpoint/src/commands/PutEventStreamCommand.ts index ed70e4c53eb5..86261af9c648 100644 --- a/clients/client-pinpoint/src/commands/PutEventStreamCommand.ts +++ b/clients/client-pinpoint/src/commands/PutEventStreamCommand.ts @@ -102,9 +102,6 @@ export class PutEventStreamCommand extends $Command< PutEventStreamCommandOutput, PinpointClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -118,9 +115,7 @@ export class PutEventStreamCommand extends $Command< * @public */ constructor(readonly input: PutEventStreamCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -173,7 +168,4 @@ export class PutEventStreamCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_PutEventStreamCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-pinpoint/src/commands/PutEventsCommand.ts b/clients/client-pinpoint/src/commands/PutEventsCommand.ts index f2bc32bd53e4..32df227eb48c 100644 --- a/clients/client-pinpoint/src/commands/PutEventsCommand.ts +++ b/clients/client-pinpoint/src/commands/PutEventsCommand.ts @@ -177,9 +177,6 @@ export class PutEventsCommand extends $Command< PutEventsCommandOutput, PinpointClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -193,9 +190,7 @@ export class PutEventsCommand extends $Command< * @public */ constructor(readonly input: PutEventsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -246,7 +241,4 @@ export class PutEventsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_PutEventsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-pinpoint/src/commands/RemoveAttributesCommand.ts b/clients/client-pinpoint/src/commands/RemoveAttributesCommand.ts index b0eff22365d9..c27c33e5f03b 100644 --- a/clients/client-pinpoint/src/commands/RemoveAttributesCommand.ts +++ b/clients/client-pinpoint/src/commands/RemoveAttributesCommand.ts @@ -103,9 +103,6 @@ export class RemoveAttributesCommand extends $Command< RemoveAttributesCommandOutput, PinpointClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -119,9 +116,7 @@ export class RemoveAttributesCommand extends $Command< * @public */ constructor(readonly input: RemoveAttributesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -174,7 +169,4 @@ export class RemoveAttributesCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_RemoveAttributesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-pinpoint/src/commands/SendMessagesCommand.ts b/clients/client-pinpoint/src/commands/SendMessagesCommand.ts index 90dac559b5a0..6f89084166d4 100644 --- a/clients/client-pinpoint/src/commands/SendMessagesCommand.ts +++ b/clients/client-pinpoint/src/commands/SendMessagesCommand.ts @@ -319,9 +319,6 @@ export class SendMessagesCommand extends $Command< SendMessagesCommandOutput, PinpointClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -335,9 +332,7 @@ export class SendMessagesCommand extends $Command< * @public */ constructor(readonly input: SendMessagesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -388,7 +383,4 @@ export class SendMessagesCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_SendMessagesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-pinpoint/src/commands/SendOTPMessageCommand.ts b/clients/client-pinpoint/src/commands/SendOTPMessageCommand.ts index dde2040f2dc3..386183aeffc4 100644 --- a/clients/client-pinpoint/src/commands/SendOTPMessageCommand.ts +++ b/clients/client-pinpoint/src/commands/SendOTPMessageCommand.ts @@ -126,9 +126,6 @@ export class SendOTPMessageCommand extends $Command< SendOTPMessageCommandOutput, PinpointClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -142,9 +139,7 @@ export class SendOTPMessageCommand extends $Command< * @public */ constructor(readonly input: SendOTPMessageCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -197,7 +192,4 @@ export class SendOTPMessageCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_SendOTPMessageCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-pinpoint/src/commands/SendUsersMessagesCommand.ts b/clients/client-pinpoint/src/commands/SendUsersMessagesCommand.ts index bb5a3beda764..b64700bdb7bd 100644 --- a/clients/client-pinpoint/src/commands/SendUsersMessagesCommand.ts +++ b/clients/client-pinpoint/src/commands/SendUsersMessagesCommand.ts @@ -302,9 +302,6 @@ export class SendUsersMessagesCommand extends $Command< SendUsersMessagesCommandOutput, PinpointClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -318,9 +315,7 @@ export class SendUsersMessagesCommand extends $Command< * @public */ constructor(readonly input: SendUsersMessagesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -373,7 +368,4 @@ export class SendUsersMessagesCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_SendUsersMessagesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-pinpoint/src/commands/TagResourceCommand.ts b/clients/client-pinpoint/src/commands/TagResourceCommand.ts index 24c8878aa246..33df33f228dc 100644 --- a/clients/client-pinpoint/src/commands/TagResourceCommand.ts +++ b/clients/client-pinpoint/src/commands/TagResourceCommand.ts @@ -73,9 +73,6 @@ export class TagResourceCommand extends $Command< TagResourceCommandOutput, PinpointClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -89,9 +86,7 @@ export class TagResourceCommand extends $Command< * @public */ constructor(readonly input: TagResourceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -142,7 +137,4 @@ export class TagResourceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_TagResourceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-pinpoint/src/commands/UntagResourceCommand.ts b/clients/client-pinpoint/src/commands/UntagResourceCommand.ts index 60275e55567d..4795036e8c1b 100644 --- a/clients/client-pinpoint/src/commands/UntagResourceCommand.ts +++ b/clients/client-pinpoint/src/commands/UntagResourceCommand.ts @@ -71,9 +71,6 @@ export class UntagResourceCommand extends $Command< UntagResourceCommandOutput, PinpointClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -87,9 +84,7 @@ export class UntagResourceCommand extends $Command< * @public */ constructor(readonly input: UntagResourceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -140,7 +135,4 @@ export class UntagResourceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UntagResourceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-pinpoint/src/commands/UpdateAdmChannelCommand.ts b/clients/client-pinpoint/src/commands/UpdateAdmChannelCommand.ts index a23a80327ed3..5a9fdee83fdc 100644 --- a/clients/client-pinpoint/src/commands/UpdateAdmChannelCommand.ts +++ b/clients/client-pinpoint/src/commands/UpdateAdmChannelCommand.ts @@ -107,9 +107,6 @@ export class UpdateAdmChannelCommand extends $Command< UpdateAdmChannelCommandOutput, PinpointClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -123,9 +120,7 @@ export class UpdateAdmChannelCommand extends $Command< * @public */ constructor(readonly input: UpdateAdmChannelCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -178,7 +173,4 @@ export class UpdateAdmChannelCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdateAdmChannelCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-pinpoint/src/commands/UpdateApnsChannelCommand.ts b/clients/client-pinpoint/src/commands/UpdateApnsChannelCommand.ts index 07cf64e39f9f..80297ba33fd5 100644 --- a/clients/client-pinpoint/src/commands/UpdateApnsChannelCommand.ts +++ b/clients/client-pinpoint/src/commands/UpdateApnsChannelCommand.ts @@ -114,9 +114,6 @@ export class UpdateApnsChannelCommand extends $Command< UpdateApnsChannelCommandOutput, PinpointClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -130,9 +127,7 @@ export class UpdateApnsChannelCommand extends $Command< * @public */ constructor(readonly input: UpdateApnsChannelCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -185,7 +180,4 @@ export class UpdateApnsChannelCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdateApnsChannelCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-pinpoint/src/commands/UpdateApnsSandboxChannelCommand.ts b/clients/client-pinpoint/src/commands/UpdateApnsSandboxChannelCommand.ts index 96af4615b1c5..3e12781ad41e 100644 --- a/clients/client-pinpoint/src/commands/UpdateApnsSandboxChannelCommand.ts +++ b/clients/client-pinpoint/src/commands/UpdateApnsSandboxChannelCommand.ts @@ -114,9 +114,6 @@ export class UpdateApnsSandboxChannelCommand extends $Command< UpdateApnsSandboxChannelCommandOutput, PinpointClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -130,9 +127,7 @@ export class UpdateApnsSandboxChannelCommand extends $Command< * @public */ constructor(readonly input: UpdateApnsSandboxChannelCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -185,7 +180,4 @@ export class UpdateApnsSandboxChannelCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdateApnsSandboxChannelCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-pinpoint/src/commands/UpdateApnsVoipChannelCommand.ts b/clients/client-pinpoint/src/commands/UpdateApnsVoipChannelCommand.ts index a037389d8b3b..a74a82602d1d 100644 --- a/clients/client-pinpoint/src/commands/UpdateApnsVoipChannelCommand.ts +++ b/clients/client-pinpoint/src/commands/UpdateApnsVoipChannelCommand.ts @@ -114,9 +114,6 @@ export class UpdateApnsVoipChannelCommand extends $Command< UpdateApnsVoipChannelCommandOutput, PinpointClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -130,9 +127,7 @@ export class UpdateApnsVoipChannelCommand extends $Command< * @public */ constructor(readonly input: UpdateApnsVoipChannelCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -185,7 +180,4 @@ export class UpdateApnsVoipChannelCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdateApnsVoipChannelCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-pinpoint/src/commands/UpdateApnsVoipSandboxChannelCommand.ts b/clients/client-pinpoint/src/commands/UpdateApnsVoipSandboxChannelCommand.ts index ef2858e1c457..3983906628c8 100644 --- a/clients/client-pinpoint/src/commands/UpdateApnsVoipSandboxChannelCommand.ts +++ b/clients/client-pinpoint/src/commands/UpdateApnsVoipSandboxChannelCommand.ts @@ -119,9 +119,6 @@ export class UpdateApnsVoipSandboxChannelCommand extends $Command< UpdateApnsVoipSandboxChannelCommandOutput, PinpointClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -135,9 +132,7 @@ export class UpdateApnsVoipSandboxChannelCommand extends $Command< * @public */ constructor(readonly input: UpdateApnsVoipSandboxChannelCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -193,7 +188,4 @@ export class UpdateApnsVoipSandboxChannelCommand extends $Command< ): Promise { return de_UpdateApnsVoipSandboxChannelCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-pinpoint/src/commands/UpdateApplicationSettingsCommand.ts b/clients/client-pinpoint/src/commands/UpdateApplicationSettingsCommand.ts index 08e1449ea8c0..bf6d1d3919ba 100644 --- a/clients/client-pinpoint/src/commands/UpdateApplicationSettingsCommand.ts +++ b/clients/client-pinpoint/src/commands/UpdateApplicationSettingsCommand.ts @@ -146,9 +146,6 @@ export class UpdateApplicationSettingsCommand extends $Command< UpdateApplicationSettingsCommandOutput, PinpointClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -162,9 +159,7 @@ export class UpdateApplicationSettingsCommand extends $Command< * @public */ constructor(readonly input: UpdateApplicationSettingsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -220,7 +215,4 @@ export class UpdateApplicationSettingsCommand extends $Command< ): Promise { return de_UpdateApplicationSettingsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-pinpoint/src/commands/UpdateBaiduChannelCommand.ts b/clients/client-pinpoint/src/commands/UpdateBaiduChannelCommand.ts index 31e29accd569..7f0d174fc6e3 100644 --- a/clients/client-pinpoint/src/commands/UpdateBaiduChannelCommand.ts +++ b/clients/client-pinpoint/src/commands/UpdateBaiduChannelCommand.ts @@ -108,9 +108,6 @@ export class UpdateBaiduChannelCommand extends $Command< UpdateBaiduChannelCommandOutput, PinpointClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -124,9 +121,7 @@ export class UpdateBaiduChannelCommand extends $Command< * @public */ constructor(readonly input: UpdateBaiduChannelCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -179,7 +174,4 @@ export class UpdateBaiduChannelCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdateBaiduChannelCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-pinpoint/src/commands/UpdateCampaignCommand.ts b/clients/client-pinpoint/src/commands/UpdateCampaignCommand.ts index d99f2c9d8a4c..cc2d0fd88232 100644 --- a/clients/client-pinpoint/src/commands/UpdateCampaignCommand.ts +++ b/clients/client-pinpoint/src/commands/UpdateCampaignCommand.ts @@ -839,9 +839,6 @@ export class UpdateCampaignCommand extends $Command< UpdateCampaignCommandOutput, PinpointClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -855,9 +852,7 @@ export class UpdateCampaignCommand extends $Command< * @public */ constructor(readonly input: UpdateCampaignCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -910,7 +905,4 @@ export class UpdateCampaignCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdateCampaignCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-pinpoint/src/commands/UpdateEmailChannelCommand.ts b/clients/client-pinpoint/src/commands/UpdateEmailChannelCommand.ts index 120c71b98694..6bd7952c7046 100644 --- a/clients/client-pinpoint/src/commands/UpdateEmailChannelCommand.ts +++ b/clients/client-pinpoint/src/commands/UpdateEmailChannelCommand.ts @@ -114,9 +114,6 @@ export class UpdateEmailChannelCommand extends $Command< UpdateEmailChannelCommandOutput, PinpointClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -130,9 +127,7 @@ export class UpdateEmailChannelCommand extends $Command< * @public */ constructor(readonly input: UpdateEmailChannelCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -185,7 +180,4 @@ export class UpdateEmailChannelCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdateEmailChannelCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-pinpoint/src/commands/UpdateEmailTemplateCommand.ts b/clients/client-pinpoint/src/commands/UpdateEmailTemplateCommand.ts index 76b04121fe45..9a91c2e3f8cb 100644 --- a/clients/client-pinpoint/src/commands/UpdateEmailTemplateCommand.ts +++ b/clients/client-pinpoint/src/commands/UpdateEmailTemplateCommand.ts @@ -107,9 +107,6 @@ export class UpdateEmailTemplateCommand extends $Command< UpdateEmailTemplateCommandOutput, PinpointClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -123,9 +120,7 @@ export class UpdateEmailTemplateCommand extends $Command< * @public */ constructor(readonly input: UpdateEmailTemplateCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -178,7 +173,4 @@ export class UpdateEmailTemplateCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdateEmailTemplateCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-pinpoint/src/commands/UpdateEndpointCommand.ts b/clients/client-pinpoint/src/commands/UpdateEndpointCommand.ts index a2bbbdd34e0c..d7256093325f 100644 --- a/clients/client-pinpoint/src/commands/UpdateEndpointCommand.ts +++ b/clients/client-pinpoint/src/commands/UpdateEndpointCommand.ts @@ -137,9 +137,6 @@ export class UpdateEndpointCommand extends $Command< UpdateEndpointCommandOutput, PinpointClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -153,9 +150,7 @@ export class UpdateEndpointCommand extends $Command< * @public */ constructor(readonly input: UpdateEndpointCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -208,7 +203,4 @@ export class UpdateEndpointCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdateEndpointCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-pinpoint/src/commands/UpdateEndpointsBatchCommand.ts b/clients/client-pinpoint/src/commands/UpdateEndpointsBatchCommand.ts index bb6b4be86491..76618e604b84 100644 --- a/clients/client-pinpoint/src/commands/UpdateEndpointsBatchCommand.ts +++ b/clients/client-pinpoint/src/commands/UpdateEndpointsBatchCommand.ts @@ -141,9 +141,6 @@ export class UpdateEndpointsBatchCommand extends $Command< UpdateEndpointsBatchCommandOutput, PinpointClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -157,9 +154,7 @@ export class UpdateEndpointsBatchCommand extends $Command< * @public */ constructor(readonly input: UpdateEndpointsBatchCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -212,7 +207,4 @@ export class UpdateEndpointsBatchCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdateEndpointsBatchCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-pinpoint/src/commands/UpdateGcmChannelCommand.ts b/clients/client-pinpoint/src/commands/UpdateGcmChannelCommand.ts index 88014558cf89..2abd9ee9ffb7 100644 --- a/clients/client-pinpoint/src/commands/UpdateGcmChannelCommand.ts +++ b/clients/client-pinpoint/src/commands/UpdateGcmChannelCommand.ts @@ -111,9 +111,6 @@ export class UpdateGcmChannelCommand extends $Command< UpdateGcmChannelCommandOutput, PinpointClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -127,9 +124,7 @@ export class UpdateGcmChannelCommand extends $Command< * @public */ constructor(readonly input: UpdateGcmChannelCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -182,7 +177,4 @@ export class UpdateGcmChannelCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdateGcmChannelCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-pinpoint/src/commands/UpdateInAppTemplateCommand.ts b/clients/client-pinpoint/src/commands/UpdateInAppTemplateCommand.ts index 57d75a986071..3f838fbe2273 100644 --- a/clients/client-pinpoint/src/commands/UpdateInAppTemplateCommand.ts +++ b/clients/client-pinpoint/src/commands/UpdateInAppTemplateCommand.ts @@ -163,9 +163,6 @@ export class UpdateInAppTemplateCommand extends $Command< UpdateInAppTemplateCommandOutput, PinpointClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -179,9 +176,7 @@ export class UpdateInAppTemplateCommand extends $Command< * @public */ constructor(readonly input: UpdateInAppTemplateCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -234,7 +229,4 @@ export class UpdateInAppTemplateCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdateInAppTemplateCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-pinpoint/src/commands/UpdateJourneyCommand.ts b/clients/client-pinpoint/src/commands/UpdateJourneyCommand.ts index ec91b8716b96..bc8348a822e3 100644 --- a/clients/client-pinpoint/src/commands/UpdateJourneyCommand.ts +++ b/clients/client-pinpoint/src/commands/UpdateJourneyCommand.ts @@ -861,9 +861,6 @@ export class UpdateJourneyCommand extends $Command< UpdateJourneyCommandOutput, PinpointClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -877,9 +874,7 @@ export class UpdateJourneyCommand extends $Command< * @public */ constructor(readonly input: UpdateJourneyCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -930,7 +925,4 @@ export class UpdateJourneyCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdateJourneyCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-pinpoint/src/commands/UpdateJourneyStateCommand.ts b/clients/client-pinpoint/src/commands/UpdateJourneyStateCommand.ts index 956c493ae064..2fe5dceb65ac 100644 --- a/clients/client-pinpoint/src/commands/UpdateJourneyStateCommand.ts +++ b/clients/client-pinpoint/src/commands/UpdateJourneyStateCommand.ts @@ -480,9 +480,6 @@ export class UpdateJourneyStateCommand extends $Command< UpdateJourneyStateCommandOutput, PinpointClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -496,9 +493,7 @@ export class UpdateJourneyStateCommand extends $Command< * @public */ constructor(readonly input: UpdateJourneyStateCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -551,7 +546,4 @@ export class UpdateJourneyStateCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdateJourneyStateCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-pinpoint/src/commands/UpdatePushTemplateCommand.ts b/clients/client-pinpoint/src/commands/UpdatePushTemplateCommand.ts index 2c329fd7df2f..c29b6442adb5 100644 --- a/clients/client-pinpoint/src/commands/UpdatePushTemplateCommand.ts +++ b/clients/client-pinpoint/src/commands/UpdatePushTemplateCommand.ts @@ -153,9 +153,6 @@ export class UpdatePushTemplateCommand extends $Command< UpdatePushTemplateCommandOutput, PinpointClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -169,9 +166,7 @@ export class UpdatePushTemplateCommand extends $Command< * @public */ constructor(readonly input: UpdatePushTemplateCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -224,7 +219,4 @@ export class UpdatePushTemplateCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdatePushTemplateCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-pinpoint/src/commands/UpdateRecommenderConfigurationCommand.ts b/clients/client-pinpoint/src/commands/UpdateRecommenderConfigurationCommand.ts index 5d755a5f77d1..bee7897ad55f 100644 --- a/clients/client-pinpoint/src/commands/UpdateRecommenderConfigurationCommand.ts +++ b/clients/client-pinpoint/src/commands/UpdateRecommenderConfigurationCommand.ts @@ -124,9 +124,6 @@ export class UpdateRecommenderConfigurationCommand extends $Command< UpdateRecommenderConfigurationCommandOutput, PinpointClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -140,9 +137,7 @@ export class UpdateRecommenderConfigurationCommand extends $Command< * @public */ constructor(readonly input: UpdateRecommenderConfigurationCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -201,7 +196,4 @@ export class UpdateRecommenderConfigurationCommand extends $Command< ): Promise { return de_UpdateRecommenderConfigurationCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-pinpoint/src/commands/UpdateSegmentCommand.ts b/clients/client-pinpoint/src/commands/UpdateSegmentCommand.ts index 2deefc81d64c..9a52c446c789 100644 --- a/clients/client-pinpoint/src/commands/UpdateSegmentCommand.ts +++ b/clients/client-pinpoint/src/commands/UpdateSegmentCommand.ts @@ -380,9 +380,6 @@ export class UpdateSegmentCommand extends $Command< UpdateSegmentCommandOutput, PinpointClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -396,9 +393,7 @@ export class UpdateSegmentCommand extends $Command< * @public */ constructor(readonly input: UpdateSegmentCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -449,7 +444,4 @@ export class UpdateSegmentCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdateSegmentCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-pinpoint/src/commands/UpdateSmsChannelCommand.ts b/clients/client-pinpoint/src/commands/UpdateSmsChannelCommand.ts index 566f787d9d12..3bb80093d718 100644 --- a/clients/client-pinpoint/src/commands/UpdateSmsChannelCommand.ts +++ b/clients/client-pinpoint/src/commands/UpdateSmsChannelCommand.ts @@ -111,9 +111,6 @@ export class UpdateSmsChannelCommand extends $Command< UpdateSmsChannelCommandOutput, PinpointClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -127,9 +124,7 @@ export class UpdateSmsChannelCommand extends $Command< * @public */ constructor(readonly input: UpdateSmsChannelCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -182,7 +177,4 @@ export class UpdateSmsChannelCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdateSmsChannelCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-pinpoint/src/commands/UpdateSmsTemplateCommand.ts b/clients/client-pinpoint/src/commands/UpdateSmsTemplateCommand.ts index d994054458cc..ed0d53ab8cc2 100644 --- a/clients/client-pinpoint/src/commands/UpdateSmsTemplateCommand.ts +++ b/clients/client-pinpoint/src/commands/UpdateSmsTemplateCommand.ts @@ -105,9 +105,6 @@ export class UpdateSmsTemplateCommand extends $Command< UpdateSmsTemplateCommandOutput, PinpointClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -121,9 +118,7 @@ export class UpdateSmsTemplateCommand extends $Command< * @public */ constructor(readonly input: UpdateSmsTemplateCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -176,7 +171,4 @@ export class UpdateSmsTemplateCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdateSmsTemplateCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-pinpoint/src/commands/UpdateTemplateActiveVersionCommand.ts b/clients/client-pinpoint/src/commands/UpdateTemplateActiveVersionCommand.ts index c4d8fa7e0f2c..325348bf8164 100644 --- a/clients/client-pinpoint/src/commands/UpdateTemplateActiveVersionCommand.ts +++ b/clients/client-pinpoint/src/commands/UpdateTemplateActiveVersionCommand.ts @@ -103,9 +103,6 @@ export class UpdateTemplateActiveVersionCommand extends $Command< UpdateTemplateActiveVersionCommandOutput, PinpointClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -119,9 +116,7 @@ export class UpdateTemplateActiveVersionCommand extends $Command< * @public */ constructor(readonly input: UpdateTemplateActiveVersionCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -177,7 +172,4 @@ export class UpdateTemplateActiveVersionCommand extends $Command< ): Promise { return de_UpdateTemplateActiveVersionCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-pinpoint/src/commands/UpdateVoiceChannelCommand.ts b/clients/client-pinpoint/src/commands/UpdateVoiceChannelCommand.ts index 1feba86bf1e1..76bfe10c832a 100644 --- a/clients/client-pinpoint/src/commands/UpdateVoiceChannelCommand.ts +++ b/clients/client-pinpoint/src/commands/UpdateVoiceChannelCommand.ts @@ -105,9 +105,6 @@ export class UpdateVoiceChannelCommand extends $Command< UpdateVoiceChannelCommandOutput, PinpointClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -121,9 +118,7 @@ export class UpdateVoiceChannelCommand extends $Command< * @public */ constructor(readonly input: UpdateVoiceChannelCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -176,7 +171,4 @@ export class UpdateVoiceChannelCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdateVoiceChannelCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-pinpoint/src/commands/UpdateVoiceTemplateCommand.ts b/clients/client-pinpoint/src/commands/UpdateVoiceTemplateCommand.ts index 8fdde79e960d..c22a3a6a6983 100644 --- a/clients/client-pinpoint/src/commands/UpdateVoiceTemplateCommand.ts +++ b/clients/client-pinpoint/src/commands/UpdateVoiceTemplateCommand.ts @@ -106,9 +106,6 @@ export class UpdateVoiceTemplateCommand extends $Command< UpdateVoiceTemplateCommandOutput, PinpointClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -122,9 +119,7 @@ export class UpdateVoiceTemplateCommand extends $Command< * @public */ constructor(readonly input: UpdateVoiceTemplateCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -177,7 +172,4 @@ export class UpdateVoiceTemplateCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdateVoiceTemplateCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-pinpoint/src/commands/VerifyOTPMessageCommand.ts b/clients/client-pinpoint/src/commands/VerifyOTPMessageCommand.ts index 8650ad08bbe9..8b0b18336af9 100644 --- a/clients/client-pinpoint/src/commands/VerifyOTPMessageCommand.ts +++ b/clients/client-pinpoint/src/commands/VerifyOTPMessageCommand.ts @@ -98,9 +98,6 @@ export class VerifyOTPMessageCommand extends $Command< VerifyOTPMessageCommandOutput, PinpointClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -114,9 +111,7 @@ export class VerifyOTPMessageCommand extends $Command< * @public */ constructor(readonly input: VerifyOTPMessageCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -169,7 +164,4 @@ export class VerifyOTPMessageCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_VerifyOTPMessageCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-pipes/package.json b/clients/client-pipes/package.json index df8fd803303d..dbe6a8c0fdca 100644 --- a/clients/client-pipes/package.json +++ b/clients/client-pipes/package.json @@ -34,29 +34,29 @@ "@aws-sdk/util-endpoints": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@smithy/config-resolver": "^2.0.16", - "@smithy/fetch-http-handler": "^2.2.4", - "@smithy/hash-node": "^2.0.12", - "@smithy/invalid-dependency": "^2.0.12", - "@smithy/middleware-content-length": "^2.0.14", - "@smithy/middleware-endpoint": "^2.1.3", - "@smithy/middleware-retry": "^2.0.18", - "@smithy/middleware-serde": "^2.0.12", - "@smithy/middleware-stack": "^2.0.6", - "@smithy/node-config-provider": "^2.1.3", - "@smithy/node-http-handler": "^2.1.8", - "@smithy/protocol-http": "^3.0.8", - "@smithy/smithy-client": "^2.1.12", - "@smithy/types": "^2.4.0", - "@smithy/url-parser": "^2.0.12", - "@smithy/util-base64": "^2.0.0", + "@smithy/config-resolver": "^2.0.18", + "@smithy/fetch-http-handler": "^2.2.6", + "@smithy/hash-node": "^2.0.15", + "@smithy/invalid-dependency": "^2.0.13", + "@smithy/middleware-content-length": "^2.0.15", + "@smithy/middleware-endpoint": "^2.2.0", + "@smithy/middleware-retry": "^2.0.20", + "@smithy/middleware-serde": "^2.0.13", + "@smithy/middleware-stack": "^2.0.7", + "@smithy/node-config-provider": "^2.1.5", + "@smithy/node-http-handler": "^2.1.9", + "@smithy/protocol-http": "^3.0.9", + "@smithy/smithy-client": "^2.1.15", + "@smithy/types": "^2.5.0", + "@smithy/url-parser": "^2.0.13", + "@smithy/util-base64": "^2.0.1", "@smithy/util-body-length-browser": "^2.0.0", "@smithy/util-body-length-node": "^2.1.0", - "@smithy/util-defaults-mode-browser": "^2.0.16", - "@smithy/util-defaults-mode-node": "^2.0.21", - "@smithy/util-endpoints": "^1.0.2", - "@smithy/util-retry": "^2.0.5", - "@smithy/util-utf8": "^2.0.0", + "@smithy/util-defaults-mode-browser": "^2.0.19", + "@smithy/util-defaults-mode-node": "^2.0.25", + "@smithy/util-endpoints": "^1.0.4", + "@smithy/util-retry": "^2.0.6", + "@smithy/util-utf8": "^2.0.2", "tslib": "^2.5.0" }, "devDependencies": { diff --git a/clients/client-pipes/src/commands/CreatePipeCommand.ts b/clients/client-pipes/src/commands/CreatePipeCommand.ts index 8d3bb048d649..17b8bde04730 100644 --- a/clients/client-pipes/src/commands/CreatePipeCommand.ts +++ b/clients/client-pipes/src/commands/CreatePipeCommand.ts @@ -393,9 +393,6 @@ export class CreatePipeCommand extends $Command< CreatePipeCommandOutput, PipesClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -409,9 +406,7 @@ export class CreatePipeCommand extends $Command< * @public */ constructor(readonly input: CreatePipeCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -462,7 +457,4 @@ export class CreatePipeCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreatePipeCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-pipes/src/commands/DeletePipeCommand.ts b/clients/client-pipes/src/commands/DeletePipeCommand.ts index 968358afb49e..f5db8a4d0781 100644 --- a/clients/client-pipes/src/commands/DeletePipeCommand.ts +++ b/clients/client-pipes/src/commands/DeletePipeCommand.ts @@ -90,9 +90,6 @@ export class DeletePipeCommand extends $Command< DeletePipeCommandOutput, PipesClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -106,9 +103,7 @@ export class DeletePipeCommand extends $Command< * @public */ constructor(readonly input: DeletePipeCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -159,7 +154,4 @@ export class DeletePipeCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeletePipeCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-pipes/src/commands/DescribePipeCommand.ts b/clients/client-pipes/src/commands/DescribePipeCommand.ts index 5db5b70a8e98..a77c199efe02 100644 --- a/clients/client-pipes/src/commands/DescribePipeCommand.ts +++ b/clients/client-pipes/src/commands/DescribePipeCommand.ts @@ -387,9 +387,6 @@ export class DescribePipeCommand extends $Command< DescribePipeCommandOutput, PipesClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -403,9 +400,7 @@ export class DescribePipeCommand extends $Command< * @public */ constructor(readonly input: DescribePipeCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -456,7 +451,4 @@ export class DescribePipeCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DescribePipeCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-pipes/src/commands/ListPipesCommand.ts b/clients/client-pipes/src/commands/ListPipesCommand.ts index aa3fe8c794d8..3a85e1eadebc 100644 --- a/clients/client-pipes/src/commands/ListPipesCommand.ts +++ b/clients/client-pipes/src/commands/ListPipesCommand.ts @@ -104,9 +104,6 @@ export class ListPipesCommand extends $Command< ListPipesCommandOutput, PipesClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -120,9 +117,7 @@ export class ListPipesCommand extends $Command< * @public */ constructor(readonly input: ListPipesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -173,7 +168,4 @@ export class ListPipesCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListPipesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-pipes/src/commands/ListTagsForResourceCommand.ts b/clients/client-pipes/src/commands/ListTagsForResourceCommand.ts index d4422c5ac022..c0257cb9d383 100644 --- a/clients/client-pipes/src/commands/ListTagsForResourceCommand.ts +++ b/clients/client-pipes/src/commands/ListTagsForResourceCommand.ts @@ -85,9 +85,6 @@ export class ListTagsForResourceCommand extends $Command< ListTagsForResourceCommandOutput, PipesClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -101,9 +98,7 @@ export class ListTagsForResourceCommand extends $Command< * @public */ constructor(readonly input: ListTagsForResourceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -156,7 +151,4 @@ export class ListTagsForResourceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListTagsForResourceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-pipes/src/commands/StartPipeCommand.ts b/clients/client-pipes/src/commands/StartPipeCommand.ts index 6db5a46fff48..0db0ebc65383 100644 --- a/clients/client-pipes/src/commands/StartPipeCommand.ts +++ b/clients/client-pipes/src/commands/StartPipeCommand.ts @@ -90,9 +90,6 @@ export class StartPipeCommand extends $Command< StartPipeCommandOutput, PipesClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -106,9 +103,7 @@ export class StartPipeCommand extends $Command< * @public */ constructor(readonly input: StartPipeCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -159,7 +154,4 @@ export class StartPipeCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_StartPipeCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-pipes/src/commands/StopPipeCommand.ts b/clients/client-pipes/src/commands/StopPipeCommand.ts index 67303e949712..47ddcc9d9708 100644 --- a/clients/client-pipes/src/commands/StopPipeCommand.ts +++ b/clients/client-pipes/src/commands/StopPipeCommand.ts @@ -86,9 +86,6 @@ export interface StopPipeCommandOutput extends StopPipeResponse, __MetadataBeare * */ export class StopPipeCommand extends $Command { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -102,9 +99,7 @@ export class StopPipeCommand extends $Command { return de_StopPipeCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-pipes/src/commands/TagResourceCommand.ts b/clients/client-pipes/src/commands/TagResourceCommand.ts index 52e9e8602dcc..c3f2df07a4fb 100644 --- a/clients/client-pipes/src/commands/TagResourceCommand.ts +++ b/clients/client-pipes/src/commands/TagResourceCommand.ts @@ -90,9 +90,6 @@ export class TagResourceCommand extends $Command< TagResourceCommandOutput, PipesClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -106,9 +103,7 @@ export class TagResourceCommand extends $Command< * @public */ constructor(readonly input: TagResourceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -159,7 +154,4 @@ export class TagResourceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_TagResourceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-pipes/src/commands/UntagResourceCommand.ts b/clients/client-pipes/src/commands/UntagResourceCommand.ts index d7c972e2a876..c4d25981d46a 100644 --- a/clients/client-pipes/src/commands/UntagResourceCommand.ts +++ b/clients/client-pipes/src/commands/UntagResourceCommand.ts @@ -80,9 +80,6 @@ export class UntagResourceCommand extends $Command< UntagResourceCommandOutput, PipesClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -96,9 +93,7 @@ export class UntagResourceCommand extends $Command< * @public */ constructor(readonly input: UntagResourceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -149,7 +144,4 @@ export class UntagResourceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UntagResourceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-pipes/src/commands/UpdatePipeCommand.ts b/clients/client-pipes/src/commands/UpdatePipeCommand.ts index 814a6e171fc2..e9154c4f9a50 100644 --- a/clients/client-pipes/src/commands/UpdatePipeCommand.ts +++ b/clients/client-pipes/src/commands/UpdatePipeCommand.ts @@ -376,9 +376,6 @@ export class UpdatePipeCommand extends $Command< UpdatePipeCommandOutput, PipesClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -392,9 +389,7 @@ export class UpdatePipeCommand extends $Command< * @public */ constructor(readonly input: UpdatePipeCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -445,7 +440,4 @@ export class UpdatePipeCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdatePipeCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-polly/package.json b/clients/client-polly/package.json index 40f6cd09d3b8..f78428af6807 100644 --- a/clients/client-polly/package.json +++ b/clients/client-polly/package.json @@ -34,30 +34,30 @@ "@aws-sdk/util-endpoints": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@smithy/config-resolver": "^2.0.16", - "@smithy/fetch-http-handler": "^2.2.4", - "@smithy/hash-node": "^2.0.12", - "@smithy/invalid-dependency": "^2.0.12", - "@smithy/middleware-content-length": "^2.0.14", - "@smithy/middleware-endpoint": "^2.1.3", - "@smithy/middleware-retry": "^2.0.18", - "@smithy/middleware-serde": "^2.0.12", - "@smithy/middleware-stack": "^2.0.6", - "@smithy/node-config-provider": "^2.1.3", - "@smithy/node-http-handler": "^2.1.8", - "@smithy/protocol-http": "^3.0.8", - "@smithy/smithy-client": "^2.1.12", - "@smithy/types": "^2.4.0", - "@smithy/url-parser": "^2.0.12", - "@smithy/util-base64": "^2.0.0", + "@smithy/config-resolver": "^2.0.18", + "@smithy/fetch-http-handler": "^2.2.6", + "@smithy/hash-node": "^2.0.15", + "@smithy/invalid-dependency": "^2.0.13", + "@smithy/middleware-content-length": "^2.0.15", + "@smithy/middleware-endpoint": "^2.2.0", + "@smithy/middleware-retry": "^2.0.20", + "@smithy/middleware-serde": "^2.0.13", + "@smithy/middleware-stack": "^2.0.7", + "@smithy/node-config-provider": "^2.1.5", + "@smithy/node-http-handler": "^2.1.9", + "@smithy/protocol-http": "^3.0.9", + "@smithy/smithy-client": "^2.1.15", + "@smithy/types": "^2.5.0", + "@smithy/url-parser": "^2.0.13", + "@smithy/util-base64": "^2.0.1", "@smithy/util-body-length-browser": "^2.0.0", "@smithy/util-body-length-node": "^2.1.0", - "@smithy/util-defaults-mode-browser": "^2.0.16", - "@smithy/util-defaults-mode-node": "^2.0.21", - "@smithy/util-endpoints": "^1.0.2", - "@smithy/util-retry": "^2.0.5", - "@smithy/util-stream": "^2.0.17", - "@smithy/util-utf8": "^2.0.0", + "@smithy/util-defaults-mode-browser": "^2.0.19", + "@smithy/util-defaults-mode-node": "^2.0.25", + "@smithy/util-endpoints": "^1.0.4", + "@smithy/util-retry": "^2.0.6", + "@smithy/util-stream": "^2.0.20", + "@smithy/util-utf8": "^2.0.2", "tslib": "^2.5.0" }, "devDependencies": { diff --git a/clients/client-polly/src/commands/DeleteLexiconCommand.ts b/clients/client-polly/src/commands/DeleteLexiconCommand.ts index 42b343010fb0..1b883b4dcf7f 100644 --- a/clients/client-polly/src/commands/DeleteLexiconCommand.ts +++ b/clients/client-polly/src/commands/DeleteLexiconCommand.ts @@ -92,9 +92,6 @@ export class DeleteLexiconCommand extends $Command< DeleteLexiconCommandOutput, PollyClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -108,9 +105,7 @@ export class DeleteLexiconCommand extends $Command< * @public */ constructor(readonly input: DeleteLexiconCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -161,7 +156,4 @@ export class DeleteLexiconCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteLexiconCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-polly/src/commands/DescribeVoicesCommand.ts b/clients/client-polly/src/commands/DescribeVoicesCommand.ts index 2a594f091f95..740a7b02530d 100644 --- a/clients/client-polly/src/commands/DescribeVoicesCommand.ts +++ b/clients/client-polly/src/commands/DescribeVoicesCommand.ts @@ -148,9 +148,6 @@ export class DescribeVoicesCommand extends $Command< DescribeVoicesCommandOutput, PollyClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -164,9 +161,7 @@ export class DescribeVoicesCommand extends $Command< * @public */ constructor(readonly input: DescribeVoicesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -219,7 +214,4 @@ export class DescribeVoicesCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DescribeVoicesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-polly/src/commands/GetLexiconCommand.ts b/clients/client-polly/src/commands/GetLexiconCommand.ts index db562c90b1b0..df2e1154399d 100644 --- a/clients/client-polly/src/commands/GetLexiconCommand.ts +++ b/clients/client-polly/src/commands/GetLexiconCommand.ts @@ -119,9 +119,6 @@ export class GetLexiconCommand extends $Command< GetLexiconCommandOutput, PollyClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -135,9 +132,7 @@ export class GetLexiconCommand extends $Command< * @public */ constructor(readonly input: GetLexiconCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -188,7 +183,4 @@ export class GetLexiconCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetLexiconCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-polly/src/commands/GetSpeechSynthesisTaskCommand.ts b/clients/client-polly/src/commands/GetSpeechSynthesisTaskCommand.ts index bd3c097ed83c..75f4ac8970bf 100644 --- a/clients/client-polly/src/commands/GetSpeechSynthesisTaskCommand.ts +++ b/clients/client-polly/src/commands/GetSpeechSynthesisTaskCommand.ts @@ -104,9 +104,6 @@ export class GetSpeechSynthesisTaskCommand extends $Command< GetSpeechSynthesisTaskCommandOutput, PollyClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -120,9 +117,7 @@ export class GetSpeechSynthesisTaskCommand extends $Command< * @public */ constructor(readonly input: GetSpeechSynthesisTaskCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -175,7 +170,4 @@ export class GetSpeechSynthesisTaskCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetSpeechSynthesisTaskCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-polly/src/commands/ListLexiconsCommand.ts b/clients/client-polly/src/commands/ListLexiconsCommand.ts index 640af131120d..e7e8b889e94d 100644 --- a/clients/client-polly/src/commands/ListLexiconsCommand.ts +++ b/clients/client-polly/src/commands/ListLexiconsCommand.ts @@ -116,9 +116,6 @@ export class ListLexiconsCommand extends $Command< ListLexiconsCommandOutput, PollyClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -132,9 +129,7 @@ export class ListLexiconsCommand extends $Command< * @public */ constructor(readonly input: ListLexiconsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -185,7 +180,4 @@ export class ListLexiconsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListLexiconsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-polly/src/commands/ListSpeechSynthesisTasksCommand.ts b/clients/client-polly/src/commands/ListSpeechSynthesisTasksCommand.ts index 75e68ab97711..400454001015 100644 --- a/clients/client-polly/src/commands/ListSpeechSynthesisTasksCommand.ts +++ b/clients/client-polly/src/commands/ListSpeechSynthesisTasksCommand.ts @@ -104,9 +104,6 @@ export class ListSpeechSynthesisTasksCommand extends $Command< ListSpeechSynthesisTasksCommandOutput, PollyClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -120,9 +117,7 @@ export class ListSpeechSynthesisTasksCommand extends $Command< * @public */ constructor(readonly input: ListSpeechSynthesisTasksCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -175,7 +170,4 @@ export class ListSpeechSynthesisTasksCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListSpeechSynthesisTasksCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-polly/src/commands/PutLexiconCommand.ts b/clients/client-polly/src/commands/PutLexiconCommand.ts index af51f062a694..cff34a9b11f7 100644 --- a/clients/client-polly/src/commands/PutLexiconCommand.ts +++ b/clients/client-polly/src/commands/PutLexiconCommand.ts @@ -113,9 +113,6 @@ export class PutLexiconCommand extends $Command< PutLexiconCommandOutput, PollyClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -129,9 +126,7 @@ export class PutLexiconCommand extends $Command< * @public */ constructor(readonly input: PutLexiconCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -182,7 +177,4 @@ export class PutLexiconCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_PutLexiconCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-polly/src/commands/StartSpeechSynthesisTaskCommand.ts b/clients/client-polly/src/commands/StartSpeechSynthesisTaskCommand.ts index 4f153565474e..eeeaf2b5a5fc 100644 --- a/clients/client-polly/src/commands/StartSpeechSynthesisTaskCommand.ts +++ b/clients/client-polly/src/commands/StartSpeechSynthesisTaskCommand.ts @@ -170,9 +170,6 @@ export class StartSpeechSynthesisTaskCommand extends $Command< StartSpeechSynthesisTaskCommandOutput, PollyClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -186,9 +183,7 @@ export class StartSpeechSynthesisTaskCommand extends $Command< * @public */ constructor(readonly input: StartSpeechSynthesisTaskCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -241,7 +236,4 @@ export class StartSpeechSynthesisTaskCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_StartSpeechSynthesisTaskCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-polly/src/commands/SynthesizeSpeechCommand.ts b/clients/client-polly/src/commands/SynthesizeSpeechCommand.ts index 17d6cbb32ac6..6802a4776586 100644 --- a/clients/client-polly/src/commands/SynthesizeSpeechCommand.ts +++ b/clients/client-polly/src/commands/SynthesizeSpeechCommand.ts @@ -165,9 +165,6 @@ export class SynthesizeSpeechCommand extends $Command< SynthesizeSpeechCommandOutput, PollyClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -181,9 +178,7 @@ export class SynthesizeSpeechCommand extends $Command< * @public */ constructor(readonly input: SynthesizeSpeechCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -239,7 +234,4 @@ export class SynthesizeSpeechCommand extends $Command< ): Promise { return de_SynthesizeSpeechCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-pricing/package.json b/clients/client-pricing/package.json index 6977f2ac8fa2..19b5ad4476f1 100644 --- a/clients/client-pricing/package.json +++ b/clients/client-pricing/package.json @@ -34,29 +34,29 @@ "@aws-sdk/util-endpoints": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@smithy/config-resolver": "^2.0.16", - "@smithy/fetch-http-handler": "^2.2.4", - "@smithy/hash-node": "^2.0.12", - "@smithy/invalid-dependency": "^2.0.12", - "@smithy/middleware-content-length": "^2.0.14", - "@smithy/middleware-endpoint": "^2.1.3", - "@smithy/middleware-retry": "^2.0.18", - "@smithy/middleware-serde": "^2.0.12", - "@smithy/middleware-stack": "^2.0.6", - "@smithy/node-config-provider": "^2.1.3", - "@smithy/node-http-handler": "^2.1.8", - "@smithy/protocol-http": "^3.0.8", - "@smithy/smithy-client": "^2.1.12", - "@smithy/types": "^2.4.0", - "@smithy/url-parser": "^2.0.12", - "@smithy/util-base64": "^2.0.0", + "@smithy/config-resolver": "^2.0.18", + "@smithy/fetch-http-handler": "^2.2.6", + "@smithy/hash-node": "^2.0.15", + "@smithy/invalid-dependency": "^2.0.13", + "@smithy/middleware-content-length": "^2.0.15", + "@smithy/middleware-endpoint": "^2.2.0", + "@smithy/middleware-retry": "^2.0.20", + "@smithy/middleware-serde": "^2.0.13", + "@smithy/middleware-stack": "^2.0.7", + "@smithy/node-config-provider": "^2.1.5", + "@smithy/node-http-handler": "^2.1.9", + "@smithy/protocol-http": "^3.0.9", + "@smithy/smithy-client": "^2.1.15", + "@smithy/types": "^2.5.0", + "@smithy/url-parser": "^2.0.13", + "@smithy/util-base64": "^2.0.1", "@smithy/util-body-length-browser": "^2.0.0", "@smithy/util-body-length-node": "^2.1.0", - "@smithy/util-defaults-mode-browser": "^2.0.16", - "@smithy/util-defaults-mode-node": "^2.0.21", - "@smithy/util-endpoints": "^1.0.2", - "@smithy/util-retry": "^2.0.5", - "@smithy/util-utf8": "^2.0.0", + "@smithy/util-defaults-mode-browser": "^2.0.19", + "@smithy/util-defaults-mode-node": "^2.0.25", + "@smithy/util-endpoints": "^1.0.4", + "@smithy/util-retry": "^2.0.6", + "@smithy/util-utf8": "^2.0.2", "tslib": "^2.5.0" }, "devDependencies": { diff --git a/clients/client-pricing/src/commands/DescribeServicesCommand.ts b/clients/client-pricing/src/commands/DescribeServicesCommand.ts index 2f6f198862f0..bdab26ae64b8 100644 --- a/clients/client-pricing/src/commands/DescribeServicesCommand.ts +++ b/clients/client-pricing/src/commands/DescribeServicesCommand.ts @@ -103,9 +103,6 @@ export class DescribeServicesCommand extends $Command< DescribeServicesCommandOutput, PricingClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -119,9 +116,7 @@ export class DescribeServicesCommand extends $Command< * @public */ constructor(readonly input: DescribeServicesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -174,7 +169,4 @@ export class DescribeServicesCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DescribeServicesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-pricing/src/commands/GetAttributeValuesCommand.ts b/clients/client-pricing/src/commands/GetAttributeValuesCommand.ts index ee6bfa675a7c..50069c5237c3 100644 --- a/clients/client-pricing/src/commands/GetAttributeValuesCommand.ts +++ b/clients/client-pricing/src/commands/GetAttributeValuesCommand.ts @@ -96,9 +96,6 @@ export class GetAttributeValuesCommand extends $Command< GetAttributeValuesCommandOutput, PricingClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -112,9 +109,7 @@ export class GetAttributeValuesCommand extends $Command< * @public */ constructor(readonly input: GetAttributeValuesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -167,7 +162,4 @@ export class GetAttributeValuesCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetAttributeValuesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-pricing/src/commands/GetPriceListFileUrlCommand.ts b/clients/client-pricing/src/commands/GetPriceListFileUrlCommand.ts index 948963219d89..0aebc6aad340 100644 --- a/clients/client-pricing/src/commands/GetPriceListFileUrlCommand.ts +++ b/clients/client-pricing/src/commands/GetPriceListFileUrlCommand.ts @@ -90,9 +90,6 @@ export class GetPriceListFileUrlCommand extends $Command< GetPriceListFileUrlCommandOutput, PricingClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -106,9 +103,7 @@ export class GetPriceListFileUrlCommand extends $Command< * @public */ constructor(readonly input: GetPriceListFileUrlCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -161,7 +156,4 @@ export class GetPriceListFileUrlCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetPriceListFileUrlCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-pricing/src/commands/GetProductsCommand.ts b/clients/client-pricing/src/commands/GetProductsCommand.ts index 57ec21d1ae1c..ff7d5ba8142b 100644 --- a/clients/client-pricing/src/commands/GetProductsCommand.ts +++ b/clients/client-pricing/src/commands/GetProductsCommand.ts @@ -99,9 +99,6 @@ export class GetProductsCommand extends $Command< GetProductsCommandOutput, PricingClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -115,9 +112,7 @@ export class GetProductsCommand extends $Command< * @public */ constructor(readonly input: GetProductsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -168,7 +163,4 @@ export class GetProductsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetProductsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-pricing/src/commands/ListPriceListsCommand.ts b/clients/client-pricing/src/commands/ListPriceListsCommand.ts index 99c9b2557162..7d656986846d 100644 --- a/clients/client-pricing/src/commands/ListPriceListsCommand.ts +++ b/clients/client-pricing/src/commands/ListPriceListsCommand.ts @@ -114,9 +114,6 @@ export class ListPriceListsCommand extends $Command< ListPriceListsCommandOutput, PricingClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -130,9 +127,7 @@ export class ListPriceListsCommand extends $Command< * @public */ constructor(readonly input: ListPriceListsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -185,7 +180,4 @@ export class ListPriceListsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListPriceListsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-privatenetworks/package.json b/clients/client-privatenetworks/package.json index 014870ac4422..c7519f26f4a2 100644 --- a/clients/client-privatenetworks/package.json +++ b/clients/client-privatenetworks/package.json @@ -34,29 +34,29 @@ "@aws-sdk/util-endpoints": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@smithy/config-resolver": "^2.0.16", - "@smithy/fetch-http-handler": "^2.2.4", - "@smithy/hash-node": "^2.0.12", - "@smithy/invalid-dependency": "^2.0.12", - "@smithy/middleware-content-length": "^2.0.14", - "@smithy/middleware-endpoint": "^2.1.3", - "@smithy/middleware-retry": "^2.0.18", - "@smithy/middleware-serde": "^2.0.12", - "@smithy/middleware-stack": "^2.0.6", - "@smithy/node-config-provider": "^2.1.3", - "@smithy/node-http-handler": "^2.1.8", - "@smithy/protocol-http": "^3.0.8", - "@smithy/smithy-client": "^2.1.12", - "@smithy/types": "^2.4.0", - "@smithy/url-parser": "^2.0.12", - "@smithy/util-base64": "^2.0.0", + "@smithy/config-resolver": "^2.0.18", + "@smithy/fetch-http-handler": "^2.2.6", + "@smithy/hash-node": "^2.0.15", + "@smithy/invalid-dependency": "^2.0.13", + "@smithy/middleware-content-length": "^2.0.15", + "@smithy/middleware-endpoint": "^2.2.0", + "@smithy/middleware-retry": "^2.0.20", + "@smithy/middleware-serde": "^2.0.13", + "@smithy/middleware-stack": "^2.0.7", + "@smithy/node-config-provider": "^2.1.5", + "@smithy/node-http-handler": "^2.1.9", + "@smithy/protocol-http": "^3.0.9", + "@smithy/smithy-client": "^2.1.15", + "@smithy/types": "^2.5.0", + "@smithy/url-parser": "^2.0.13", + "@smithy/util-base64": "^2.0.1", "@smithy/util-body-length-browser": "^2.0.0", "@smithy/util-body-length-node": "^2.1.0", - "@smithy/util-defaults-mode-browser": "^2.0.16", - "@smithy/util-defaults-mode-node": "^2.0.21", - "@smithy/util-endpoints": "^1.0.2", - "@smithy/util-retry": "^2.0.5", - "@smithy/util-utf8": "^2.0.0", + "@smithy/util-defaults-mode-browser": "^2.0.19", + "@smithy/util-defaults-mode-node": "^2.0.25", + "@smithy/util-endpoints": "^1.0.4", + "@smithy/util-retry": "^2.0.6", + "@smithy/util-utf8": "^2.0.2", "tslib": "^2.5.0" }, "devDependencies": { diff --git a/clients/client-privatenetworks/src/commands/AcknowledgeOrderReceiptCommand.ts b/clients/client-privatenetworks/src/commands/AcknowledgeOrderReceiptCommand.ts index fb618e47151d..ccb7999e1385 100644 --- a/clients/client-privatenetworks/src/commands/AcknowledgeOrderReceiptCommand.ts +++ b/clients/client-privatenetworks/src/commands/AcknowledgeOrderReceiptCommand.ts @@ -117,9 +117,6 @@ export class AcknowledgeOrderReceiptCommand extends $Command< AcknowledgeOrderReceiptCommandOutput, PrivateNetworksClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -133,9 +130,7 @@ export class AcknowledgeOrderReceiptCommand extends $Command< * @public */ constructor(readonly input: AcknowledgeOrderReceiptCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -188,7 +183,4 @@ export class AcknowledgeOrderReceiptCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_AcknowledgeOrderReceiptCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-privatenetworks/src/commands/ActivateDeviceIdentifierCommand.ts b/clients/client-privatenetworks/src/commands/ActivateDeviceIdentifierCommand.ts index 37848abc2bb0..8bf48b32749c 100644 --- a/clients/client-privatenetworks/src/commands/ActivateDeviceIdentifierCommand.ts +++ b/clients/client-privatenetworks/src/commands/ActivateDeviceIdentifierCommand.ts @@ -97,9 +97,6 @@ export class ActivateDeviceIdentifierCommand extends $Command< ActivateDeviceIdentifierCommandOutput, PrivateNetworksClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -113,9 +110,7 @@ export class ActivateDeviceIdentifierCommand extends $Command< * @public */ constructor(readonly input: ActivateDeviceIdentifierCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -168,7 +163,4 @@ export class ActivateDeviceIdentifierCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ActivateDeviceIdentifierCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-privatenetworks/src/commands/ActivateNetworkSiteCommand.ts b/clients/client-privatenetworks/src/commands/ActivateNetworkSiteCommand.ts index 468d193274bc..4e86aeacf45a 100644 --- a/clients/client-privatenetworks/src/commands/ActivateNetworkSiteCommand.ts +++ b/clients/client-privatenetworks/src/commands/ActivateNetworkSiteCommand.ts @@ -151,9 +151,6 @@ export class ActivateNetworkSiteCommand extends $Command< ActivateNetworkSiteCommandOutput, PrivateNetworksClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -167,9 +164,7 @@ export class ActivateNetworkSiteCommand extends $Command< * @public */ constructor(readonly input: ActivateNetworkSiteCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -222,7 +217,4 @@ export class ActivateNetworkSiteCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ActivateNetworkSiteCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-privatenetworks/src/commands/ConfigureAccessPointCommand.ts b/clients/client-privatenetworks/src/commands/ConfigureAccessPointCommand.ts index b6d04bd6120b..1884ebcb504d 100644 --- a/clients/client-privatenetworks/src/commands/ConfigureAccessPointCommand.ts +++ b/clients/client-privatenetworks/src/commands/ConfigureAccessPointCommand.ts @@ -152,9 +152,6 @@ export class ConfigureAccessPointCommand extends $Command< ConfigureAccessPointCommandOutput, PrivateNetworksClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -168,9 +165,7 @@ export class ConfigureAccessPointCommand extends $Command< * @public */ constructor(readonly input: ConfigureAccessPointCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -223,7 +218,4 @@ export class ConfigureAccessPointCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ConfigureAccessPointCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-privatenetworks/src/commands/CreateNetworkCommand.ts b/clients/client-privatenetworks/src/commands/CreateNetworkCommand.ts index 219dfcf92ef8..7bc5c53ef6eb 100644 --- a/clients/client-privatenetworks/src/commands/CreateNetworkCommand.ts +++ b/clients/client-privatenetworks/src/commands/CreateNetworkCommand.ts @@ -99,9 +99,6 @@ export class CreateNetworkCommand extends $Command< CreateNetworkCommandOutput, PrivateNetworksClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -115,9 +112,7 @@ export class CreateNetworkCommand extends $Command< * @public */ constructor(readonly input: CreateNetworkCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -168,7 +163,4 @@ export class CreateNetworkCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateNetworkCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-privatenetworks/src/commands/CreateNetworkSiteCommand.ts b/clients/client-privatenetworks/src/commands/CreateNetworkSiteCommand.ts index 5f52fcdba25e..17f91ce58fda 100644 --- a/clients/client-privatenetworks/src/commands/CreateNetworkSiteCommand.ts +++ b/clients/client-privatenetworks/src/commands/CreateNetworkSiteCommand.ts @@ -165,9 +165,6 @@ export class CreateNetworkSiteCommand extends $Command< CreateNetworkSiteCommandOutput, PrivateNetworksClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -181,9 +178,7 @@ export class CreateNetworkSiteCommand extends $Command< * @public */ constructor(readonly input: CreateNetworkSiteCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -236,7 +231,4 @@ export class CreateNetworkSiteCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateNetworkSiteCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-privatenetworks/src/commands/DeactivateDeviceIdentifierCommand.ts b/clients/client-privatenetworks/src/commands/DeactivateDeviceIdentifierCommand.ts index ab82b6540513..a8b3e759e084 100644 --- a/clients/client-privatenetworks/src/commands/DeactivateDeviceIdentifierCommand.ts +++ b/clients/client-privatenetworks/src/commands/DeactivateDeviceIdentifierCommand.ts @@ -94,9 +94,6 @@ export class DeactivateDeviceIdentifierCommand extends $Command< DeactivateDeviceIdentifierCommandOutput, PrivateNetworksClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -110,9 +107,7 @@ export class DeactivateDeviceIdentifierCommand extends $Command< * @public */ constructor(readonly input: DeactivateDeviceIdentifierCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -168,7 +163,4 @@ export class DeactivateDeviceIdentifierCommand extends $Command< ): Promise { return de_DeactivateDeviceIdentifierCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-privatenetworks/src/commands/DeleteNetworkCommand.ts b/clients/client-privatenetworks/src/commands/DeleteNetworkCommand.ts index a617d0203099..0587f9069a73 100644 --- a/clients/client-privatenetworks/src/commands/DeleteNetworkCommand.ts +++ b/clients/client-privatenetworks/src/commands/DeleteNetworkCommand.ts @@ -92,9 +92,6 @@ export class DeleteNetworkCommand extends $Command< DeleteNetworkCommandOutput, PrivateNetworksClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -108,9 +105,7 @@ export class DeleteNetworkCommand extends $Command< * @public */ constructor(readonly input: DeleteNetworkCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -161,7 +156,4 @@ export class DeleteNetworkCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteNetworkCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-privatenetworks/src/commands/DeleteNetworkSiteCommand.ts b/clients/client-privatenetworks/src/commands/DeleteNetworkSiteCommand.ts index e0e48e00e83d..ffaa96b8adaa 100644 --- a/clients/client-privatenetworks/src/commands/DeleteNetworkSiteCommand.ts +++ b/clients/client-privatenetworks/src/commands/DeleteNetworkSiteCommand.ts @@ -136,9 +136,6 @@ export class DeleteNetworkSiteCommand extends $Command< DeleteNetworkSiteCommandOutput, PrivateNetworksClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -152,9 +149,7 @@ export class DeleteNetworkSiteCommand extends $Command< * @public */ constructor(readonly input: DeleteNetworkSiteCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -207,7 +202,4 @@ export class DeleteNetworkSiteCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteNetworkSiteCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-privatenetworks/src/commands/GetDeviceIdentifierCommand.ts b/clients/client-privatenetworks/src/commands/GetDeviceIdentifierCommand.ts index f5e4ed4f5065..e897e58ba419 100644 --- a/clients/client-privatenetworks/src/commands/GetDeviceIdentifierCommand.ts +++ b/clients/client-privatenetworks/src/commands/GetDeviceIdentifierCommand.ts @@ -96,9 +96,6 @@ export class GetDeviceIdentifierCommand extends $Command< GetDeviceIdentifierCommandOutput, PrivateNetworksClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -112,9 +109,7 @@ export class GetDeviceIdentifierCommand extends $Command< * @public */ constructor(readonly input: GetDeviceIdentifierCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -167,7 +162,4 @@ export class GetDeviceIdentifierCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetDeviceIdentifierCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-privatenetworks/src/commands/GetNetworkCommand.ts b/clients/client-privatenetworks/src/commands/GetNetworkCommand.ts index 0f64c4f50ff0..de5db10a1531 100644 --- a/clients/client-privatenetworks/src/commands/GetNetworkCommand.ts +++ b/clients/client-privatenetworks/src/commands/GetNetworkCommand.ts @@ -89,9 +89,6 @@ export class GetNetworkCommand extends $Command< GetNetworkCommandOutput, PrivateNetworksClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -105,9 +102,7 @@ export class GetNetworkCommand extends $Command< * @public */ constructor(readonly input: GetNetworkCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -158,7 +153,4 @@ export class GetNetworkCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetNetworkCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-privatenetworks/src/commands/GetNetworkResourceCommand.ts b/clients/client-privatenetworks/src/commands/GetNetworkResourceCommand.ts index cc655d346218..b0b0a2243028 100644 --- a/clients/client-privatenetworks/src/commands/GetNetworkResourceCommand.ts +++ b/clients/client-privatenetworks/src/commands/GetNetworkResourceCommand.ts @@ -139,9 +139,6 @@ export class GetNetworkResourceCommand extends $Command< GetNetworkResourceCommandOutput, PrivateNetworksClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -155,9 +152,7 @@ export class GetNetworkResourceCommand extends $Command< * @public */ constructor(readonly input: GetNetworkResourceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -210,7 +205,4 @@ export class GetNetworkResourceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetNetworkResourceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-privatenetworks/src/commands/GetNetworkSiteCommand.ts b/clients/client-privatenetworks/src/commands/GetNetworkSiteCommand.ts index dbb86aee68d4..e40e41ae8afe 100644 --- a/clients/client-privatenetworks/src/commands/GetNetworkSiteCommand.ts +++ b/clients/client-privatenetworks/src/commands/GetNetworkSiteCommand.ts @@ -136,9 +136,6 @@ export class GetNetworkSiteCommand extends $Command< GetNetworkSiteCommandOutput, PrivateNetworksClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -152,9 +149,7 @@ export class GetNetworkSiteCommand extends $Command< * @public */ constructor(readonly input: GetNetworkSiteCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -207,7 +202,4 @@ export class GetNetworkSiteCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetNetworkSiteCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-privatenetworks/src/commands/GetOrderCommand.ts b/clients/client-privatenetworks/src/commands/GetOrderCommand.ts index 4a3d418badf7..658f4583fffc 100644 --- a/clients/client-privatenetworks/src/commands/GetOrderCommand.ts +++ b/clients/client-privatenetworks/src/commands/GetOrderCommand.ts @@ -116,9 +116,6 @@ export class GetOrderCommand extends $Command< GetOrderCommandOutput, PrivateNetworksClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -132,9 +129,7 @@ export class GetOrderCommand extends $Command< * @public */ constructor(readonly input: GetOrderCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -185,7 +180,4 @@ export class GetOrderCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetOrderCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-privatenetworks/src/commands/ListDeviceIdentifiersCommand.ts b/clients/client-privatenetworks/src/commands/ListDeviceIdentifiersCommand.ts index 930cec19f150..ad03dc61514b 100644 --- a/clients/client-privatenetworks/src/commands/ListDeviceIdentifiersCommand.ts +++ b/clients/client-privatenetworks/src/commands/ListDeviceIdentifiersCommand.ts @@ -107,9 +107,6 @@ export class ListDeviceIdentifiersCommand extends $Command< ListDeviceIdentifiersCommandOutput, PrivateNetworksClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -123,9 +120,7 @@ export class ListDeviceIdentifiersCommand extends $Command< * @public */ constructor(readonly input: ListDeviceIdentifiersCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -178,7 +173,4 @@ export class ListDeviceIdentifiersCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListDeviceIdentifiersCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-privatenetworks/src/commands/ListNetworkResourcesCommand.ts b/clients/client-privatenetworks/src/commands/ListNetworkResourcesCommand.ts index b6fd5a789f74..28b1b8229915 100644 --- a/clients/client-privatenetworks/src/commands/ListNetworkResourcesCommand.ts +++ b/clients/client-privatenetworks/src/commands/ListNetworkResourcesCommand.ts @@ -150,9 +150,6 @@ export class ListNetworkResourcesCommand extends $Command< ListNetworkResourcesCommandOutput, PrivateNetworksClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -166,9 +163,7 @@ export class ListNetworkResourcesCommand extends $Command< * @public */ constructor(readonly input: ListNetworkResourcesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -221,7 +216,4 @@ export class ListNetworkResourcesCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListNetworkResourcesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-privatenetworks/src/commands/ListNetworkSitesCommand.ts b/clients/client-privatenetworks/src/commands/ListNetworkSitesCommand.ts index 54303228045b..e52d4724a6fa 100644 --- a/clients/client-privatenetworks/src/commands/ListNetworkSitesCommand.ts +++ b/clients/client-privatenetworks/src/commands/ListNetworkSitesCommand.ts @@ -140,9 +140,6 @@ export class ListNetworkSitesCommand extends $Command< ListNetworkSitesCommandOutput, PrivateNetworksClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -156,9 +153,7 @@ export class ListNetworkSitesCommand extends $Command< * @public */ constructor(readonly input: ListNetworkSitesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -211,7 +206,4 @@ export class ListNetworkSitesCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListNetworkSitesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-privatenetworks/src/commands/ListNetworksCommand.ts b/clients/client-privatenetworks/src/commands/ListNetworksCommand.ts index 792b1b936774..8ca6a4769146 100644 --- a/clients/client-privatenetworks/src/commands/ListNetworksCommand.ts +++ b/clients/client-privatenetworks/src/commands/ListNetworksCommand.ts @@ -96,9 +96,6 @@ export class ListNetworksCommand extends $Command< ListNetworksCommandOutput, PrivateNetworksClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -112,9 +109,7 @@ export class ListNetworksCommand extends $Command< * @public */ constructor(readonly input: ListNetworksCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -165,7 +160,4 @@ export class ListNetworksCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListNetworksCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-privatenetworks/src/commands/ListOrdersCommand.ts b/clients/client-privatenetworks/src/commands/ListOrdersCommand.ts index ad1e7dca2a3c..05b3885d319b 100644 --- a/clients/client-privatenetworks/src/commands/ListOrdersCommand.ts +++ b/clients/client-privatenetworks/src/commands/ListOrdersCommand.ts @@ -127,9 +127,6 @@ export class ListOrdersCommand extends $Command< ListOrdersCommandOutput, PrivateNetworksClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -143,9 +140,7 @@ export class ListOrdersCommand extends $Command< * @public */ constructor(readonly input: ListOrdersCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -196,7 +191,4 @@ export class ListOrdersCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListOrdersCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-privatenetworks/src/commands/ListTagsForResourceCommand.ts b/clients/client-privatenetworks/src/commands/ListTagsForResourceCommand.ts index e9342021099c..b5c702d8cb02 100644 --- a/clients/client-privatenetworks/src/commands/ListTagsForResourceCommand.ts +++ b/clients/client-privatenetworks/src/commands/ListTagsForResourceCommand.ts @@ -91,9 +91,6 @@ export class ListTagsForResourceCommand extends $Command< ListTagsForResourceCommandOutput, PrivateNetworksClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -107,9 +104,7 @@ export class ListTagsForResourceCommand extends $Command< * @public */ constructor(readonly input: ListTagsForResourceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -162,7 +157,4 @@ export class ListTagsForResourceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListTagsForResourceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-privatenetworks/src/commands/PingCommand.ts b/clients/client-privatenetworks/src/commands/PingCommand.ts index cb371353e794..501d5380d35e 100644 --- a/clients/client-privatenetworks/src/commands/PingCommand.ts +++ b/clients/client-privatenetworks/src/commands/PingCommand.ts @@ -67,9 +67,6 @@ export interface PingCommandOutput extends PingResponse, __MetadataBearer {} * */ export class PingCommand extends $Command { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -83,9 +80,7 @@ export class PingCommand extends $Command { return de_PingCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-privatenetworks/src/commands/StartNetworkResourceUpdateCommand.ts b/clients/client-privatenetworks/src/commands/StartNetworkResourceUpdateCommand.ts index 40a01c52137d..981bec9381f0 100644 --- a/clients/client-privatenetworks/src/commands/StartNetworkResourceUpdateCommand.ts +++ b/clients/client-privatenetworks/src/commands/StartNetworkResourceUpdateCommand.ts @@ -173,9 +173,6 @@ export class StartNetworkResourceUpdateCommand extends $Command< StartNetworkResourceUpdateCommandOutput, PrivateNetworksClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -189,9 +186,7 @@ export class StartNetworkResourceUpdateCommand extends $Command< * @public */ constructor(readonly input: StartNetworkResourceUpdateCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -247,7 +242,4 @@ export class StartNetworkResourceUpdateCommand extends $Command< ): Promise { return de_StartNetworkResourceUpdateCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-privatenetworks/src/commands/TagResourceCommand.ts b/clients/client-privatenetworks/src/commands/TagResourceCommand.ts index cd48bba85258..d68d0fcd5217 100644 --- a/clients/client-privatenetworks/src/commands/TagResourceCommand.ts +++ b/clients/client-privatenetworks/src/commands/TagResourceCommand.ts @@ -86,9 +86,6 @@ export class TagResourceCommand extends $Command< TagResourceCommandOutput, PrivateNetworksClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -102,9 +99,7 @@ export class TagResourceCommand extends $Command< * @public */ constructor(readonly input: TagResourceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -155,7 +150,4 @@ export class TagResourceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_TagResourceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-privatenetworks/src/commands/UntagResourceCommand.ts b/clients/client-privatenetworks/src/commands/UntagResourceCommand.ts index 8b186731cf1f..cca810b1f4cc 100644 --- a/clients/client-privatenetworks/src/commands/UntagResourceCommand.ts +++ b/clients/client-privatenetworks/src/commands/UntagResourceCommand.ts @@ -90,9 +90,6 @@ export class UntagResourceCommand extends $Command< UntagResourceCommandOutput, PrivateNetworksClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -106,9 +103,7 @@ export class UntagResourceCommand extends $Command< * @public */ constructor(readonly input: UntagResourceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -159,7 +154,4 @@ export class UntagResourceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UntagResourceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-privatenetworks/src/commands/UpdateNetworkSiteCommand.ts b/clients/client-privatenetworks/src/commands/UpdateNetworkSiteCommand.ts index b069351f9d93..a2c4a6e3abf6 100644 --- a/clients/client-privatenetworks/src/commands/UpdateNetworkSiteCommand.ts +++ b/clients/client-privatenetworks/src/commands/UpdateNetworkSiteCommand.ts @@ -138,9 +138,6 @@ export class UpdateNetworkSiteCommand extends $Command< UpdateNetworkSiteCommandOutput, PrivateNetworksClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -154,9 +151,7 @@ export class UpdateNetworkSiteCommand extends $Command< * @public */ constructor(readonly input: UpdateNetworkSiteCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -209,7 +204,4 @@ export class UpdateNetworkSiteCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdateNetworkSiteCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-privatenetworks/src/commands/UpdateNetworkSitePlanCommand.ts b/clients/client-privatenetworks/src/commands/UpdateNetworkSitePlanCommand.ts index b465efa950c1..a669b3ed2b24 100644 --- a/clients/client-privatenetworks/src/commands/UpdateNetworkSitePlanCommand.ts +++ b/clients/client-privatenetworks/src/commands/UpdateNetworkSitePlanCommand.ts @@ -157,9 +157,6 @@ export class UpdateNetworkSitePlanCommand extends $Command< UpdateNetworkSitePlanCommandOutput, PrivateNetworksClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -173,9 +170,7 @@ export class UpdateNetworkSitePlanCommand extends $Command< * @public */ constructor(readonly input: UpdateNetworkSitePlanCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -228,7 +223,4 @@ export class UpdateNetworkSitePlanCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdateNetworkSitePlanCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-proton/package.json b/clients/client-proton/package.json index ad294008978d..023a43139ed9 100644 --- a/clients/client-proton/package.json +++ b/clients/client-proton/package.json @@ -34,30 +34,30 @@ "@aws-sdk/util-endpoints": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@smithy/config-resolver": "^2.0.16", - "@smithy/fetch-http-handler": "^2.2.4", - "@smithy/hash-node": "^2.0.12", - "@smithy/invalid-dependency": "^2.0.12", - "@smithy/middleware-content-length": "^2.0.14", - "@smithy/middleware-endpoint": "^2.1.3", - "@smithy/middleware-retry": "^2.0.18", - "@smithy/middleware-serde": "^2.0.12", - "@smithy/middleware-stack": "^2.0.6", - "@smithy/node-config-provider": "^2.1.3", - "@smithy/node-http-handler": "^2.1.8", - "@smithy/protocol-http": "^3.0.8", - "@smithy/smithy-client": "^2.1.12", - "@smithy/types": "^2.4.0", - "@smithy/url-parser": "^2.0.12", - "@smithy/util-base64": "^2.0.0", + "@smithy/config-resolver": "^2.0.18", + "@smithy/fetch-http-handler": "^2.2.6", + "@smithy/hash-node": "^2.0.15", + "@smithy/invalid-dependency": "^2.0.13", + "@smithy/middleware-content-length": "^2.0.15", + "@smithy/middleware-endpoint": "^2.2.0", + "@smithy/middleware-retry": "^2.0.20", + "@smithy/middleware-serde": "^2.0.13", + "@smithy/middleware-stack": "^2.0.7", + "@smithy/node-config-provider": "^2.1.5", + "@smithy/node-http-handler": "^2.1.9", + "@smithy/protocol-http": "^3.0.9", + "@smithy/smithy-client": "^2.1.15", + "@smithy/types": "^2.5.0", + "@smithy/url-parser": "^2.0.13", + "@smithy/util-base64": "^2.0.1", "@smithy/util-body-length-browser": "^2.0.0", "@smithy/util-body-length-node": "^2.1.0", - "@smithy/util-defaults-mode-browser": "^2.0.16", - "@smithy/util-defaults-mode-node": "^2.0.21", - "@smithy/util-endpoints": "^1.0.2", - "@smithy/util-retry": "^2.0.5", - "@smithy/util-utf8": "^2.0.0", - "@smithy/util-waiter": "^2.0.12", + "@smithy/util-defaults-mode-browser": "^2.0.19", + "@smithy/util-defaults-mode-node": "^2.0.25", + "@smithy/util-endpoints": "^1.0.4", + "@smithy/util-retry": "^2.0.6", + "@smithy/util-utf8": "^2.0.2", + "@smithy/util-waiter": "^2.0.13", "tslib": "^2.5.0", "uuid": "^8.3.2" }, diff --git a/clients/client-proton/src/commands/AcceptEnvironmentAccountConnectionCommand.ts b/clients/client-proton/src/commands/AcceptEnvironmentAccountConnectionCommand.ts index 4d5c14f17d11..2bbdd96619f2 100644 --- a/clients/client-proton/src/commands/AcceptEnvironmentAccountConnectionCommand.ts +++ b/clients/client-proton/src/commands/AcceptEnvironmentAccountConnectionCommand.ts @@ -108,9 +108,6 @@ export class AcceptEnvironmentAccountConnectionCommand extends $Command< AcceptEnvironmentAccountConnectionCommandOutput, ProtonClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -124,9 +121,7 @@ export class AcceptEnvironmentAccountConnectionCommand extends $Command< * @public */ constructor(readonly input: AcceptEnvironmentAccountConnectionCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -185,7 +180,4 @@ export class AcceptEnvironmentAccountConnectionCommand extends $Command< ): Promise { return de_AcceptEnvironmentAccountConnectionCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-proton/src/commands/CancelComponentDeploymentCommand.ts b/clients/client-proton/src/commands/CancelComponentDeploymentCommand.ts index 99fa88c779e3..af5dff22adfe 100644 --- a/clients/client-proton/src/commands/CancelComponentDeploymentCommand.ts +++ b/clients/client-proton/src/commands/CancelComponentDeploymentCommand.ts @@ -112,9 +112,6 @@ export class CancelComponentDeploymentCommand extends $Command< CancelComponentDeploymentCommandOutput, ProtonClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -128,9 +125,7 @@ export class CancelComponentDeploymentCommand extends $Command< * @public */ constructor(readonly input: CancelComponentDeploymentCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -186,7 +181,4 @@ export class CancelComponentDeploymentCommand extends $Command< ): Promise { return de_CancelComponentDeploymentCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-proton/src/commands/CancelEnvironmentDeploymentCommand.ts b/clients/client-proton/src/commands/CancelEnvironmentDeploymentCommand.ts index b27f472abd7c..695f82d0cc41 100644 --- a/clients/client-proton/src/commands/CancelEnvironmentDeploymentCommand.ts +++ b/clients/client-proton/src/commands/CancelEnvironmentDeploymentCommand.ts @@ -134,9 +134,6 @@ export class CancelEnvironmentDeploymentCommand extends $Command< CancelEnvironmentDeploymentCommandOutput, ProtonClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -150,9 +147,7 @@ export class CancelEnvironmentDeploymentCommand extends $Command< * @public */ constructor(readonly input: CancelEnvironmentDeploymentCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -208,7 +203,4 @@ export class CancelEnvironmentDeploymentCommand extends $Command< ): Promise { return de_CancelEnvironmentDeploymentCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-proton/src/commands/CancelServiceInstanceDeploymentCommand.ts b/clients/client-proton/src/commands/CancelServiceInstanceDeploymentCommand.ts index d181189a1afb..3d316fa32b0e 100644 --- a/clients/client-proton/src/commands/CancelServiceInstanceDeploymentCommand.ts +++ b/clients/client-proton/src/commands/CancelServiceInstanceDeploymentCommand.ts @@ -133,9 +133,6 @@ export class CancelServiceInstanceDeploymentCommand extends $Command< CancelServiceInstanceDeploymentCommandOutput, ProtonClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -149,9 +146,7 @@ export class CancelServiceInstanceDeploymentCommand extends $Command< * @public */ constructor(readonly input: CancelServiceInstanceDeploymentCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -210,7 +205,4 @@ export class CancelServiceInstanceDeploymentCommand extends $Command< ): Promise { return de_CancelServiceInstanceDeploymentCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-proton/src/commands/CancelServicePipelineDeploymentCommand.ts b/clients/client-proton/src/commands/CancelServicePipelineDeploymentCommand.ts index bcbb3e71b0f2..e024ecd1c56d 100644 --- a/clients/client-proton/src/commands/CancelServicePipelineDeploymentCommand.ts +++ b/clients/client-proton/src/commands/CancelServicePipelineDeploymentCommand.ts @@ -128,9 +128,6 @@ export class CancelServicePipelineDeploymentCommand extends $Command< CancelServicePipelineDeploymentCommandOutput, ProtonClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -144,9 +141,7 @@ export class CancelServicePipelineDeploymentCommand extends $Command< * @public */ constructor(readonly input: CancelServicePipelineDeploymentCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -205,7 +200,4 @@ export class CancelServicePipelineDeploymentCommand extends $Command< ): Promise { return de_CancelServicePipelineDeploymentCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-proton/src/commands/CreateComponentCommand.ts b/clients/client-proton/src/commands/CreateComponentCommand.ts index 9b9174ec0f79..34612688637a 100644 --- a/clients/client-proton/src/commands/CreateComponentCommand.ts +++ b/clients/client-proton/src/commands/CreateComponentCommand.ts @@ -131,9 +131,6 @@ export class CreateComponentCommand extends $Command< CreateComponentCommandOutput, ProtonClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -147,9 +144,7 @@ export class CreateComponentCommand extends $Command< * @public */ constructor(readonly input: CreateComponentCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -202,7 +197,4 @@ export class CreateComponentCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateComponentCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-proton/src/commands/CreateEnvironmentAccountConnectionCommand.ts b/clients/client-proton/src/commands/CreateEnvironmentAccountConnectionCommand.ts index 977dc06966dc..4552b49e4621 100644 --- a/clients/client-proton/src/commands/CreateEnvironmentAccountConnectionCommand.ts +++ b/clients/client-proton/src/commands/CreateEnvironmentAccountConnectionCommand.ts @@ -121,9 +121,6 @@ export class CreateEnvironmentAccountConnectionCommand extends $Command< CreateEnvironmentAccountConnectionCommandOutput, ProtonClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -137,9 +134,7 @@ export class CreateEnvironmentAccountConnectionCommand extends $Command< * @public */ constructor(readonly input: CreateEnvironmentAccountConnectionCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -198,7 +193,4 @@ export class CreateEnvironmentAccountConnectionCommand extends $Command< ): Promise { return de_CreateEnvironmentAccountConnectionCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-proton/src/commands/CreateEnvironmentCommand.ts b/clients/client-proton/src/commands/CreateEnvironmentCommand.ts index ccea98b61feb..e511fbbce649 100644 --- a/clients/client-proton/src/commands/CreateEnvironmentCommand.ts +++ b/clients/client-proton/src/commands/CreateEnvironmentCommand.ts @@ -159,9 +159,6 @@ export class CreateEnvironmentCommand extends $Command< CreateEnvironmentCommandOutput, ProtonClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -175,9 +172,7 @@ export class CreateEnvironmentCommand extends $Command< * @public */ constructor(readonly input: CreateEnvironmentCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -230,7 +225,4 @@ export class CreateEnvironmentCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateEnvironmentCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-proton/src/commands/CreateEnvironmentTemplateCommand.ts b/clients/client-proton/src/commands/CreateEnvironmentTemplateCommand.ts index 66283bb2e8b5..e416994582e4 100644 --- a/clients/client-proton/src/commands/CreateEnvironmentTemplateCommand.ts +++ b/clients/client-proton/src/commands/CreateEnvironmentTemplateCommand.ts @@ -128,9 +128,6 @@ export class CreateEnvironmentTemplateCommand extends $Command< CreateEnvironmentTemplateCommandOutput, ProtonClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -144,9 +141,7 @@ export class CreateEnvironmentTemplateCommand extends $Command< * @public */ constructor(readonly input: CreateEnvironmentTemplateCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -202,7 +197,4 @@ export class CreateEnvironmentTemplateCommand extends $Command< ): Promise { return de_CreateEnvironmentTemplateCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-proton/src/commands/CreateEnvironmentTemplateVersionCommand.ts b/clients/client-proton/src/commands/CreateEnvironmentTemplateVersionCommand.ts index a8f0dfe59306..9866b5d4c57b 100644 --- a/clients/client-proton/src/commands/CreateEnvironmentTemplateVersionCommand.ts +++ b/clients/client-proton/src/commands/CreateEnvironmentTemplateVersionCommand.ts @@ -131,9 +131,6 @@ export class CreateEnvironmentTemplateVersionCommand extends $Command< CreateEnvironmentTemplateVersionCommandOutput, ProtonClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -147,9 +144,7 @@ export class CreateEnvironmentTemplateVersionCommand extends $Command< * @public */ constructor(readonly input: CreateEnvironmentTemplateVersionCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -208,7 +203,4 @@ export class CreateEnvironmentTemplateVersionCommand extends $Command< ): Promise { return de_CreateEnvironmentTemplateVersionCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-proton/src/commands/CreateRepositoryCommand.ts b/clients/client-proton/src/commands/CreateRepositoryCommand.ts index ad584b92e896..2f71180ab1a5 100644 --- a/clients/client-proton/src/commands/CreateRepositoryCommand.ts +++ b/clients/client-proton/src/commands/CreateRepositoryCommand.ts @@ -109,9 +109,6 @@ export class CreateRepositoryCommand extends $Command< CreateRepositoryCommandOutput, ProtonClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -125,9 +122,7 @@ export class CreateRepositoryCommand extends $Command< * @public */ constructor(readonly input: CreateRepositoryCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -180,7 +175,4 @@ export class CreateRepositoryCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateRepositoryCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-proton/src/commands/CreateServiceCommand.ts b/clients/client-proton/src/commands/CreateServiceCommand.ts index a68fcfc42cf5..e33b349a4e6b 100644 --- a/clients/client-proton/src/commands/CreateServiceCommand.ts +++ b/clients/client-proton/src/commands/CreateServiceCommand.ts @@ -141,9 +141,6 @@ export class CreateServiceCommand extends $Command< CreateServiceCommandOutput, ProtonClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -157,9 +154,7 @@ export class CreateServiceCommand extends $Command< * @public */ constructor(readonly input: CreateServiceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -210,7 +205,4 @@ export class CreateServiceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateServiceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-proton/src/commands/CreateServiceInstanceCommand.ts b/clients/client-proton/src/commands/CreateServiceInstanceCommand.ts index 7bf4b91ac498..da998143548e 100644 --- a/clients/client-proton/src/commands/CreateServiceInstanceCommand.ts +++ b/clients/client-proton/src/commands/CreateServiceInstanceCommand.ts @@ -121,9 +121,6 @@ export class CreateServiceInstanceCommand extends $Command< CreateServiceInstanceCommandOutput, ProtonClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -137,9 +134,7 @@ export class CreateServiceInstanceCommand extends $Command< * @public */ constructor(readonly input: CreateServiceInstanceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -192,7 +187,4 @@ export class CreateServiceInstanceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateServiceInstanceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-proton/src/commands/CreateServiceSyncConfigCommand.ts b/clients/client-proton/src/commands/CreateServiceSyncConfigCommand.ts index 6ce752433ba2..3854b713ac7d 100644 --- a/clients/client-proton/src/commands/CreateServiceSyncConfigCommand.ts +++ b/clients/client-proton/src/commands/CreateServiceSyncConfigCommand.ts @@ -99,9 +99,6 @@ export class CreateServiceSyncConfigCommand extends $Command< CreateServiceSyncConfigCommandOutput, ProtonClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -115,9 +112,7 @@ export class CreateServiceSyncConfigCommand extends $Command< * @public */ constructor(readonly input: CreateServiceSyncConfigCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -170,7 +165,4 @@ export class CreateServiceSyncConfigCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateServiceSyncConfigCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-proton/src/commands/CreateServiceTemplateCommand.ts b/clients/client-proton/src/commands/CreateServiceTemplateCommand.ts index e3417f8f6845..73deeb413ec5 100644 --- a/clients/client-proton/src/commands/CreateServiceTemplateCommand.ts +++ b/clients/client-proton/src/commands/CreateServiceTemplateCommand.ts @@ -119,9 +119,6 @@ export class CreateServiceTemplateCommand extends $Command< CreateServiceTemplateCommandOutput, ProtonClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -135,9 +132,7 @@ export class CreateServiceTemplateCommand extends $Command< * @public */ constructor(readonly input: CreateServiceTemplateCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -190,7 +185,4 @@ export class CreateServiceTemplateCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateServiceTemplateCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-proton/src/commands/CreateServiceTemplateVersionCommand.ts b/clients/client-proton/src/commands/CreateServiceTemplateVersionCommand.ts index c77030d9bfb5..96c26e8eeee6 100644 --- a/clients/client-proton/src/commands/CreateServiceTemplateVersionCommand.ts +++ b/clients/client-proton/src/commands/CreateServiceTemplateVersionCommand.ts @@ -149,9 +149,6 @@ export class CreateServiceTemplateVersionCommand extends $Command< CreateServiceTemplateVersionCommandOutput, ProtonClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -165,9 +162,7 @@ export class CreateServiceTemplateVersionCommand extends $Command< * @public */ constructor(readonly input: CreateServiceTemplateVersionCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -223,7 +218,4 @@ export class CreateServiceTemplateVersionCommand extends $Command< ): Promise { return de_CreateServiceTemplateVersionCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-proton/src/commands/CreateTemplateSyncConfigCommand.ts b/clients/client-proton/src/commands/CreateTemplateSyncConfigCommand.ts index 592450999cbe..7b24dfc0195a 100644 --- a/clients/client-proton/src/commands/CreateTemplateSyncConfigCommand.ts +++ b/clients/client-proton/src/commands/CreateTemplateSyncConfigCommand.ts @@ -105,9 +105,6 @@ export class CreateTemplateSyncConfigCommand extends $Command< CreateTemplateSyncConfigCommandOutput, ProtonClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -121,9 +118,7 @@ export class CreateTemplateSyncConfigCommand extends $Command< * @public */ constructor(readonly input: CreateTemplateSyncConfigCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -176,7 +171,4 @@ export class CreateTemplateSyncConfigCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateTemplateSyncConfigCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-proton/src/commands/DeleteComponentCommand.ts b/clients/client-proton/src/commands/DeleteComponentCommand.ts index 58e7c9970f92..8982e07bb6ed 100644 --- a/clients/client-proton/src/commands/DeleteComponentCommand.ts +++ b/clients/client-proton/src/commands/DeleteComponentCommand.ts @@ -112,9 +112,6 @@ export class DeleteComponentCommand extends $Command< DeleteComponentCommandOutput, ProtonClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -128,9 +125,7 @@ export class DeleteComponentCommand extends $Command< * @public */ constructor(readonly input: DeleteComponentCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -183,7 +178,4 @@ export class DeleteComponentCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteComponentCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-proton/src/commands/DeleteDeploymentCommand.ts b/clients/client-proton/src/commands/DeleteDeploymentCommand.ts index 34675aacc48a..d9c23b209aaa 100644 --- a/clients/client-proton/src/commands/DeleteDeploymentCommand.ts +++ b/clients/client-proton/src/commands/DeleteDeploymentCommand.ts @@ -168,9 +168,6 @@ export class DeleteDeploymentCommand extends $Command< DeleteDeploymentCommandOutput, ProtonClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -184,9 +181,7 @@ export class DeleteDeploymentCommand extends $Command< * @public */ constructor(readonly input: DeleteDeploymentCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -239,7 +234,4 @@ export class DeleteDeploymentCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteDeploymentCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-proton/src/commands/DeleteEnvironmentAccountConnectionCommand.ts b/clients/client-proton/src/commands/DeleteEnvironmentAccountConnectionCommand.ts index c16b03c3f977..d76a191bfae6 100644 --- a/clients/client-proton/src/commands/DeleteEnvironmentAccountConnectionCommand.ts +++ b/clients/client-proton/src/commands/DeleteEnvironmentAccountConnectionCommand.ts @@ -110,9 +110,6 @@ export class DeleteEnvironmentAccountConnectionCommand extends $Command< DeleteEnvironmentAccountConnectionCommandOutput, ProtonClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -126,9 +123,7 @@ export class DeleteEnvironmentAccountConnectionCommand extends $Command< * @public */ constructor(readonly input: DeleteEnvironmentAccountConnectionCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -187,7 +182,4 @@ export class DeleteEnvironmentAccountConnectionCommand extends $Command< ): Promise { return de_DeleteEnvironmentAccountConnectionCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-proton/src/commands/DeleteEnvironmentCommand.ts b/clients/client-proton/src/commands/DeleteEnvironmentCommand.ts index a9e22111e807..15dccab6159d 100644 --- a/clients/client-proton/src/commands/DeleteEnvironmentCommand.ts +++ b/clients/client-proton/src/commands/DeleteEnvironmentCommand.ts @@ -119,9 +119,6 @@ export class DeleteEnvironmentCommand extends $Command< DeleteEnvironmentCommandOutput, ProtonClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -135,9 +132,7 @@ export class DeleteEnvironmentCommand extends $Command< * @public */ constructor(readonly input: DeleteEnvironmentCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -190,7 +185,4 @@ export class DeleteEnvironmentCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteEnvironmentCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-proton/src/commands/DeleteEnvironmentTemplateCommand.ts b/clients/client-proton/src/commands/DeleteEnvironmentTemplateCommand.ts index 3585132c649d..8ea507fb9b6f 100644 --- a/clients/client-proton/src/commands/DeleteEnvironmentTemplateCommand.ts +++ b/clients/client-proton/src/commands/DeleteEnvironmentTemplateCommand.ts @@ -102,9 +102,6 @@ export class DeleteEnvironmentTemplateCommand extends $Command< DeleteEnvironmentTemplateCommandOutput, ProtonClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -118,9 +115,7 @@ export class DeleteEnvironmentTemplateCommand extends $Command< * @public */ constructor(readonly input: DeleteEnvironmentTemplateCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -176,7 +171,4 @@ export class DeleteEnvironmentTemplateCommand extends $Command< ): Promise { return de_DeleteEnvironmentTemplateCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-proton/src/commands/DeleteEnvironmentTemplateVersionCommand.ts b/clients/client-proton/src/commands/DeleteEnvironmentTemplateVersionCommand.ts index 7a2bfb0a2301..9891d7c9a298 100644 --- a/clients/client-proton/src/commands/DeleteEnvironmentTemplateVersionCommand.ts +++ b/clients/client-proton/src/commands/DeleteEnvironmentTemplateVersionCommand.ts @@ -116,9 +116,6 @@ export class DeleteEnvironmentTemplateVersionCommand extends $Command< DeleteEnvironmentTemplateVersionCommandOutput, ProtonClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -132,9 +129,7 @@ export class DeleteEnvironmentTemplateVersionCommand extends $Command< * @public */ constructor(readonly input: DeleteEnvironmentTemplateVersionCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -193,7 +188,4 @@ export class DeleteEnvironmentTemplateVersionCommand extends $Command< ): Promise { return de_DeleteEnvironmentTemplateVersionCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-proton/src/commands/DeleteRepositoryCommand.ts b/clients/client-proton/src/commands/DeleteRepositoryCommand.ts index 4198e16415bc..eb6f68f40656 100644 --- a/clients/client-proton/src/commands/DeleteRepositoryCommand.ts +++ b/clients/client-proton/src/commands/DeleteRepositoryCommand.ts @@ -95,9 +95,6 @@ export class DeleteRepositoryCommand extends $Command< DeleteRepositoryCommandOutput, ProtonClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -111,9 +108,7 @@ export class DeleteRepositoryCommand extends $Command< * @public */ constructor(readonly input: DeleteRepositoryCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -166,7 +161,4 @@ export class DeleteRepositoryCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteRepositoryCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-proton/src/commands/DeleteServiceCommand.ts b/clients/client-proton/src/commands/DeleteServiceCommand.ts index b823b7d682f9..c2c75ab6f748 100644 --- a/clients/client-proton/src/commands/DeleteServiceCommand.ts +++ b/clients/client-proton/src/commands/DeleteServiceCommand.ts @@ -122,9 +122,6 @@ export class DeleteServiceCommand extends $Command< DeleteServiceCommandOutput, ProtonClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -138,9 +135,7 @@ export class DeleteServiceCommand extends $Command< * @public */ constructor(readonly input: DeleteServiceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -191,7 +186,4 @@ export class DeleteServiceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteServiceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-proton/src/commands/DeleteServiceSyncConfigCommand.ts b/clients/client-proton/src/commands/DeleteServiceSyncConfigCommand.ts index 7fc7411d9148..3f294c8ce142 100644 --- a/clients/client-proton/src/commands/DeleteServiceSyncConfigCommand.ts +++ b/clients/client-proton/src/commands/DeleteServiceSyncConfigCommand.ts @@ -94,9 +94,6 @@ export class DeleteServiceSyncConfigCommand extends $Command< DeleteServiceSyncConfigCommandOutput, ProtonClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -110,9 +107,7 @@ export class DeleteServiceSyncConfigCommand extends $Command< * @public */ constructor(readonly input: DeleteServiceSyncConfigCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -165,7 +160,4 @@ export class DeleteServiceSyncConfigCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteServiceSyncConfigCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-proton/src/commands/DeleteServiceTemplateCommand.ts b/clients/client-proton/src/commands/DeleteServiceTemplateCommand.ts index 515b372302d9..8d2eb7b334d2 100644 --- a/clients/client-proton/src/commands/DeleteServiceTemplateCommand.ts +++ b/clients/client-proton/src/commands/DeleteServiceTemplateCommand.ts @@ -103,9 +103,6 @@ export class DeleteServiceTemplateCommand extends $Command< DeleteServiceTemplateCommandOutput, ProtonClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -119,9 +116,7 @@ export class DeleteServiceTemplateCommand extends $Command< * @public */ constructor(readonly input: DeleteServiceTemplateCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -174,7 +169,4 @@ export class DeleteServiceTemplateCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteServiceTemplateCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-proton/src/commands/DeleteServiceTemplateVersionCommand.ts b/clients/client-proton/src/commands/DeleteServiceTemplateVersionCommand.ts index 902a474d9793..94f32d3b6e90 100644 --- a/clients/client-proton/src/commands/DeleteServiceTemplateVersionCommand.ts +++ b/clients/client-proton/src/commands/DeleteServiceTemplateVersionCommand.ts @@ -128,9 +128,6 @@ export class DeleteServiceTemplateVersionCommand extends $Command< DeleteServiceTemplateVersionCommandOutput, ProtonClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -144,9 +141,7 @@ export class DeleteServiceTemplateVersionCommand extends $Command< * @public */ constructor(readonly input: DeleteServiceTemplateVersionCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -202,7 +197,4 @@ export class DeleteServiceTemplateVersionCommand extends $Command< ): Promise { return de_DeleteServiceTemplateVersionCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-proton/src/commands/DeleteTemplateSyncConfigCommand.ts b/clients/client-proton/src/commands/DeleteTemplateSyncConfigCommand.ts index 8db45ab0a14a..ca1b8b24522b 100644 --- a/clients/client-proton/src/commands/DeleteTemplateSyncConfigCommand.ts +++ b/clients/client-proton/src/commands/DeleteTemplateSyncConfigCommand.ts @@ -96,9 +96,6 @@ export class DeleteTemplateSyncConfigCommand extends $Command< DeleteTemplateSyncConfigCommandOutput, ProtonClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -112,9 +109,7 @@ export class DeleteTemplateSyncConfigCommand extends $Command< * @public */ constructor(readonly input: DeleteTemplateSyncConfigCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -167,7 +162,4 @@ export class DeleteTemplateSyncConfigCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteTemplateSyncConfigCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-proton/src/commands/GetAccountSettingsCommand.ts b/clients/client-proton/src/commands/GetAccountSettingsCommand.ts index 7416e9ec25b3..c89df1309990 100644 --- a/clients/client-proton/src/commands/GetAccountSettingsCommand.ts +++ b/clients/client-proton/src/commands/GetAccountSettingsCommand.ts @@ -92,9 +92,6 @@ export class GetAccountSettingsCommand extends $Command< GetAccountSettingsCommandOutput, ProtonClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -108,9 +105,7 @@ export class GetAccountSettingsCommand extends $Command< * @public */ constructor(readonly input: GetAccountSettingsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -163,7 +158,4 @@ export class GetAccountSettingsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetAccountSettingsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-proton/src/commands/GetComponentCommand.ts b/clients/client-proton/src/commands/GetComponentCommand.ts index e71d7b9f6715..a882b7cec6c0 100644 --- a/clients/client-proton/src/commands/GetComponentCommand.ts +++ b/clients/client-proton/src/commands/GetComponentCommand.ts @@ -105,9 +105,6 @@ export class GetComponentCommand extends $Command< GetComponentCommandOutput, ProtonClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -121,9 +118,7 @@ export class GetComponentCommand extends $Command< * @public */ constructor(readonly input: GetComponentCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -174,7 +169,4 @@ export class GetComponentCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetComponentCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-proton/src/commands/GetDeploymentCommand.ts b/clients/client-proton/src/commands/GetDeploymentCommand.ts index af9d20cff5f4..0d39d4604c20 100644 --- a/clients/client-proton/src/commands/GetDeploymentCommand.ts +++ b/clients/client-proton/src/commands/GetDeploymentCommand.ts @@ -168,9 +168,6 @@ export class GetDeploymentCommand extends $Command< GetDeploymentCommandOutput, ProtonClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -184,9 +181,7 @@ export class GetDeploymentCommand extends $Command< * @public */ constructor(readonly input: GetDeploymentCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -237,7 +232,4 @@ export class GetDeploymentCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetDeploymentCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-proton/src/commands/GetEnvironmentAccountConnectionCommand.ts b/clients/client-proton/src/commands/GetEnvironmentAccountConnectionCommand.ts index 430a7ed4b5ea..cc6fb5c89259 100644 --- a/clients/client-proton/src/commands/GetEnvironmentAccountConnectionCommand.ts +++ b/clients/client-proton/src/commands/GetEnvironmentAccountConnectionCommand.ts @@ -104,9 +104,6 @@ export class GetEnvironmentAccountConnectionCommand extends $Command< GetEnvironmentAccountConnectionCommandOutput, ProtonClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -120,9 +117,7 @@ export class GetEnvironmentAccountConnectionCommand extends $Command< * @public */ constructor(readonly input: GetEnvironmentAccountConnectionCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -181,7 +176,4 @@ export class GetEnvironmentAccountConnectionCommand extends $Command< ): Promise { return de_GetEnvironmentAccountConnectionCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-proton/src/commands/GetEnvironmentCommand.ts b/clients/client-proton/src/commands/GetEnvironmentCommand.ts index f9152b18d6e1..c4b414b7a871 100644 --- a/clients/client-proton/src/commands/GetEnvironmentCommand.ts +++ b/clients/client-proton/src/commands/GetEnvironmentCommand.ts @@ -112,9 +112,6 @@ export class GetEnvironmentCommand extends $Command< GetEnvironmentCommandOutput, ProtonClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -128,9 +125,7 @@ export class GetEnvironmentCommand extends $Command< * @public */ constructor(readonly input: GetEnvironmentCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -183,7 +178,4 @@ export class GetEnvironmentCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetEnvironmentCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-proton/src/commands/GetEnvironmentTemplateCommand.ts b/clients/client-proton/src/commands/GetEnvironmentTemplateCommand.ts index bd7cb1ee88e7..59d920519e05 100644 --- a/clients/client-proton/src/commands/GetEnvironmentTemplateCommand.ts +++ b/clients/client-proton/src/commands/GetEnvironmentTemplateCommand.ts @@ -99,9 +99,6 @@ export class GetEnvironmentTemplateCommand extends $Command< GetEnvironmentTemplateCommandOutput, ProtonClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -115,9 +112,7 @@ export class GetEnvironmentTemplateCommand extends $Command< * @public */ constructor(readonly input: GetEnvironmentTemplateCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -170,7 +165,4 @@ export class GetEnvironmentTemplateCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetEnvironmentTemplateCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-proton/src/commands/GetEnvironmentTemplateVersionCommand.ts b/clients/client-proton/src/commands/GetEnvironmentTemplateVersionCommand.ts index 00dfd97b0ade..870cb3e3bc59 100644 --- a/clients/client-proton/src/commands/GetEnvironmentTemplateVersionCommand.ts +++ b/clients/client-proton/src/commands/GetEnvironmentTemplateVersionCommand.ts @@ -108,9 +108,6 @@ export class GetEnvironmentTemplateVersionCommand extends $Command< GetEnvironmentTemplateVersionCommandOutput, ProtonClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -124,9 +121,7 @@ export class GetEnvironmentTemplateVersionCommand extends $Command< * @public */ constructor(readonly input: GetEnvironmentTemplateVersionCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -182,7 +177,4 @@ export class GetEnvironmentTemplateVersionCommand extends $Command< ): Promise { return de_GetEnvironmentTemplateVersionCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-proton/src/commands/GetRepositoryCommand.ts b/clients/client-proton/src/commands/GetRepositoryCommand.ts index b8f2d7dfc18a..c2cfd980876a 100644 --- a/clients/client-proton/src/commands/GetRepositoryCommand.ts +++ b/clients/client-proton/src/commands/GetRepositoryCommand.ts @@ -92,9 +92,6 @@ export class GetRepositoryCommand extends $Command< GetRepositoryCommandOutput, ProtonClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -108,9 +105,7 @@ export class GetRepositoryCommand extends $Command< * @public */ constructor(readonly input: GetRepositoryCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -161,7 +156,4 @@ export class GetRepositoryCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetRepositoryCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-proton/src/commands/GetRepositorySyncStatusCommand.ts b/clients/client-proton/src/commands/GetRepositorySyncStatusCommand.ts index b0c6619de48b..0e71c353297f 100644 --- a/clients/client-proton/src/commands/GetRepositorySyncStatusCommand.ts +++ b/clients/client-proton/src/commands/GetRepositorySyncStatusCommand.ts @@ -106,9 +106,6 @@ export class GetRepositorySyncStatusCommand extends $Command< GetRepositorySyncStatusCommandOutput, ProtonClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -122,9 +119,7 @@ export class GetRepositorySyncStatusCommand extends $Command< * @public */ constructor(readonly input: GetRepositorySyncStatusCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -177,7 +172,4 @@ export class GetRepositorySyncStatusCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetRepositorySyncStatusCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-proton/src/commands/GetResourcesSummaryCommand.ts b/clients/client-proton/src/commands/GetResourcesSummaryCommand.ts index 2a3a4d7d074f..5b11406a19be 100644 --- a/clients/client-proton/src/commands/GetResourcesSummaryCommand.ts +++ b/clients/client-proton/src/commands/GetResourcesSummaryCommand.ts @@ -127,9 +127,6 @@ export class GetResourcesSummaryCommand extends $Command< GetResourcesSummaryCommandOutput, ProtonClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -143,9 +140,7 @@ export class GetResourcesSummaryCommand extends $Command< * @public */ constructor(readonly input: GetResourcesSummaryCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -198,7 +193,4 @@ export class GetResourcesSummaryCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetResourcesSummaryCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-proton/src/commands/GetServiceCommand.ts b/clients/client-proton/src/commands/GetServiceCommand.ts index 1bcab6a12f83..e581b6245055 100644 --- a/clients/client-proton/src/commands/GetServiceCommand.ts +++ b/clients/client-proton/src/commands/GetServiceCommand.ts @@ -112,9 +112,6 @@ export class GetServiceCommand extends $Command< GetServiceCommandOutput, ProtonClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -128,9 +125,7 @@ export class GetServiceCommand extends $Command< * @public */ constructor(readonly input: GetServiceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -181,7 +176,4 @@ export class GetServiceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetServiceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-proton/src/commands/GetServiceInstanceCommand.ts b/clients/client-proton/src/commands/GetServiceInstanceCommand.ts index 9235fccb9517..c56e32886d54 100644 --- a/clients/client-proton/src/commands/GetServiceInstanceCommand.ts +++ b/clients/client-proton/src/commands/GetServiceInstanceCommand.ts @@ -108,9 +108,6 @@ export class GetServiceInstanceCommand extends $Command< GetServiceInstanceCommandOutput, ProtonClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -124,9 +121,7 @@ export class GetServiceInstanceCommand extends $Command< * @public */ constructor(readonly input: GetServiceInstanceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -179,7 +174,4 @@ export class GetServiceInstanceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetServiceInstanceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-proton/src/commands/GetServiceInstanceSyncStatusCommand.ts b/clients/client-proton/src/commands/GetServiceInstanceSyncStatusCommand.ts index 110929278302..0e513fd9f306 100644 --- a/clients/client-proton/src/commands/GetServiceInstanceSyncStatusCommand.ts +++ b/clients/client-proton/src/commands/GetServiceInstanceSyncStatusCommand.ts @@ -151,9 +151,6 @@ export class GetServiceInstanceSyncStatusCommand extends $Command< GetServiceInstanceSyncStatusCommandOutput, ProtonClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -167,9 +164,7 @@ export class GetServiceInstanceSyncStatusCommand extends $Command< * @public */ constructor(readonly input: GetServiceInstanceSyncStatusCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -225,7 +220,4 @@ export class GetServiceInstanceSyncStatusCommand extends $Command< ): Promise { return de_GetServiceInstanceSyncStatusCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-proton/src/commands/GetServiceSyncBlockerSummaryCommand.ts b/clients/client-proton/src/commands/GetServiceSyncBlockerSummaryCommand.ts index 49adbdd542d7..559a978f512b 100644 --- a/clients/client-proton/src/commands/GetServiceSyncBlockerSummaryCommand.ts +++ b/clients/client-proton/src/commands/GetServiceSyncBlockerSummaryCommand.ts @@ -111,9 +111,6 @@ export class GetServiceSyncBlockerSummaryCommand extends $Command< GetServiceSyncBlockerSummaryCommandOutput, ProtonClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -127,9 +124,7 @@ export class GetServiceSyncBlockerSummaryCommand extends $Command< * @public */ constructor(readonly input: GetServiceSyncBlockerSummaryCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -185,7 +180,4 @@ export class GetServiceSyncBlockerSummaryCommand extends $Command< ): Promise { return de_GetServiceSyncBlockerSummaryCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-proton/src/commands/GetServiceSyncConfigCommand.ts b/clients/client-proton/src/commands/GetServiceSyncConfigCommand.ts index e058831ad288..0fb737c9237c 100644 --- a/clients/client-proton/src/commands/GetServiceSyncConfigCommand.ts +++ b/clients/client-proton/src/commands/GetServiceSyncConfigCommand.ts @@ -91,9 +91,6 @@ export class GetServiceSyncConfigCommand extends $Command< GetServiceSyncConfigCommandOutput, ProtonClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -107,9 +104,7 @@ export class GetServiceSyncConfigCommand extends $Command< * @public */ constructor(readonly input: GetServiceSyncConfigCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -162,7 +157,4 @@ export class GetServiceSyncConfigCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetServiceSyncConfigCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-proton/src/commands/GetServiceTemplateCommand.ts b/clients/client-proton/src/commands/GetServiceTemplateCommand.ts index c10fd5e2dcd2..e07aa718496a 100644 --- a/clients/client-proton/src/commands/GetServiceTemplateCommand.ts +++ b/clients/client-proton/src/commands/GetServiceTemplateCommand.ts @@ -99,9 +99,6 @@ export class GetServiceTemplateCommand extends $Command< GetServiceTemplateCommandOutput, ProtonClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -115,9 +112,7 @@ export class GetServiceTemplateCommand extends $Command< * @public */ constructor(readonly input: GetServiceTemplateCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -170,7 +165,4 @@ export class GetServiceTemplateCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetServiceTemplateCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-proton/src/commands/GetServiceTemplateVersionCommand.ts b/clients/client-proton/src/commands/GetServiceTemplateVersionCommand.ts index 7a1a28ca06a5..d684263840c0 100644 --- a/clients/client-proton/src/commands/GetServiceTemplateVersionCommand.ts +++ b/clients/client-proton/src/commands/GetServiceTemplateVersionCommand.ts @@ -112,9 +112,6 @@ export class GetServiceTemplateVersionCommand extends $Command< GetServiceTemplateVersionCommandOutput, ProtonClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -128,9 +125,7 @@ export class GetServiceTemplateVersionCommand extends $Command< * @public */ constructor(readonly input: GetServiceTemplateVersionCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -186,7 +181,4 @@ export class GetServiceTemplateVersionCommand extends $Command< ): Promise { return de_GetServiceTemplateVersionCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-proton/src/commands/GetTemplateSyncConfigCommand.ts b/clients/client-proton/src/commands/GetTemplateSyncConfigCommand.ts index 575bdd6faef6..7cebf0255009 100644 --- a/clients/client-proton/src/commands/GetTemplateSyncConfigCommand.ts +++ b/clients/client-proton/src/commands/GetTemplateSyncConfigCommand.ts @@ -93,9 +93,6 @@ export class GetTemplateSyncConfigCommand extends $Command< GetTemplateSyncConfigCommandOutput, ProtonClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -109,9 +106,7 @@ export class GetTemplateSyncConfigCommand extends $Command< * @public */ constructor(readonly input: GetTemplateSyncConfigCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -164,7 +159,4 @@ export class GetTemplateSyncConfigCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetTemplateSyncConfigCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-proton/src/commands/GetTemplateSyncStatusCommand.ts b/clients/client-proton/src/commands/GetTemplateSyncStatusCommand.ts index 3c2605667fa5..507267cb3967 100644 --- a/clients/client-proton/src/commands/GetTemplateSyncStatusCommand.ts +++ b/clients/client-proton/src/commands/GetTemplateSyncStatusCommand.ts @@ -147,9 +147,6 @@ export class GetTemplateSyncStatusCommand extends $Command< GetTemplateSyncStatusCommandOutput, ProtonClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -163,9 +160,7 @@ export class GetTemplateSyncStatusCommand extends $Command< * @public */ constructor(readonly input: GetTemplateSyncStatusCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -218,7 +213,4 @@ export class GetTemplateSyncStatusCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetTemplateSyncStatusCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-proton/src/commands/ListComponentOutputsCommand.ts b/clients/client-proton/src/commands/ListComponentOutputsCommand.ts index b6c433c2c6bc..adc33157d6f5 100644 --- a/clients/client-proton/src/commands/ListComponentOutputsCommand.ts +++ b/clients/client-proton/src/commands/ListComponentOutputsCommand.ts @@ -100,9 +100,6 @@ export class ListComponentOutputsCommand extends $Command< ListComponentOutputsCommandOutput, ProtonClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -116,9 +113,7 @@ export class ListComponentOutputsCommand extends $Command< * @public */ constructor(readonly input: ListComponentOutputsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -171,7 +166,4 @@ export class ListComponentOutputsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListComponentOutputsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-proton/src/commands/ListComponentProvisionedResourcesCommand.ts b/clients/client-proton/src/commands/ListComponentProvisionedResourcesCommand.ts index b985331e202f..37f6ec864224 100644 --- a/clients/client-proton/src/commands/ListComponentProvisionedResourcesCommand.ts +++ b/clients/client-proton/src/commands/ListComponentProvisionedResourcesCommand.ts @@ -101,9 +101,6 @@ export class ListComponentProvisionedResourcesCommand extends $Command< ListComponentProvisionedResourcesCommandOutput, ProtonClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -117,9 +114,7 @@ export class ListComponentProvisionedResourcesCommand extends $Command< * @public */ constructor(readonly input: ListComponentProvisionedResourcesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -178,7 +173,4 @@ export class ListComponentProvisionedResourcesCommand extends $Command< ): Promise { return de_ListComponentProvisionedResourcesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-proton/src/commands/ListComponentsCommand.ts b/clients/client-proton/src/commands/ListComponentsCommand.ts index eeeee3f2dad0..89c27f1eca77 100644 --- a/clients/client-proton/src/commands/ListComponentsCommand.ts +++ b/clients/client-proton/src/commands/ListComponentsCommand.ts @@ -106,9 +106,6 @@ export class ListComponentsCommand extends $Command< ListComponentsCommandOutput, ProtonClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -122,9 +119,7 @@ export class ListComponentsCommand extends $Command< * @public */ constructor(readonly input: ListComponentsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -177,7 +172,4 @@ export class ListComponentsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListComponentsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-proton/src/commands/ListDeploymentsCommand.ts b/clients/client-proton/src/commands/ListDeploymentsCommand.ts index cc8acf235731..b32d0c841848 100644 --- a/clients/client-proton/src/commands/ListDeploymentsCommand.ts +++ b/clients/client-proton/src/commands/ListDeploymentsCommand.ts @@ -109,9 +109,6 @@ export class ListDeploymentsCommand extends $Command< ListDeploymentsCommandOutput, ProtonClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -125,9 +122,7 @@ export class ListDeploymentsCommand extends $Command< * @public */ constructor(readonly input: ListDeploymentsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -180,7 +175,4 @@ export class ListDeploymentsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListDeploymentsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-proton/src/commands/ListEnvironmentAccountConnectionsCommand.ts b/clients/client-proton/src/commands/ListEnvironmentAccountConnectionsCommand.ts index 17a7dd5ebd5e..21c761bd165f 100644 --- a/clients/client-proton/src/commands/ListEnvironmentAccountConnectionsCommand.ts +++ b/clients/client-proton/src/commands/ListEnvironmentAccountConnectionsCommand.ts @@ -109,9 +109,6 @@ export class ListEnvironmentAccountConnectionsCommand extends $Command< ListEnvironmentAccountConnectionsCommandOutput, ProtonClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -125,9 +122,7 @@ export class ListEnvironmentAccountConnectionsCommand extends $Command< * @public */ constructor(readonly input: ListEnvironmentAccountConnectionsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -186,7 +181,4 @@ export class ListEnvironmentAccountConnectionsCommand extends $Command< ): Promise { return de_ListEnvironmentAccountConnectionsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-proton/src/commands/ListEnvironmentOutputsCommand.ts b/clients/client-proton/src/commands/ListEnvironmentOutputsCommand.ts index dd0fa4d9bb46..7ad469539005 100644 --- a/clients/client-proton/src/commands/ListEnvironmentOutputsCommand.ts +++ b/clients/client-proton/src/commands/ListEnvironmentOutputsCommand.ts @@ -97,9 +97,6 @@ export class ListEnvironmentOutputsCommand extends $Command< ListEnvironmentOutputsCommandOutput, ProtonClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -113,9 +110,7 @@ export class ListEnvironmentOutputsCommand extends $Command< * @public */ constructor(readonly input: ListEnvironmentOutputsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -168,7 +163,4 @@ export class ListEnvironmentOutputsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListEnvironmentOutputsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-proton/src/commands/ListEnvironmentProvisionedResourcesCommand.ts b/clients/client-proton/src/commands/ListEnvironmentProvisionedResourcesCommand.ts index 7da9d1296a70..cb7a8126d3d0 100644 --- a/clients/client-proton/src/commands/ListEnvironmentProvisionedResourcesCommand.ts +++ b/clients/client-proton/src/commands/ListEnvironmentProvisionedResourcesCommand.ts @@ -101,9 +101,6 @@ export class ListEnvironmentProvisionedResourcesCommand extends $Command< ListEnvironmentProvisionedResourcesCommandOutput, ProtonClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -117,9 +114,7 @@ export class ListEnvironmentProvisionedResourcesCommand extends $Command< * @public */ constructor(readonly input: ListEnvironmentProvisionedResourcesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -178,7 +173,4 @@ export class ListEnvironmentProvisionedResourcesCommand extends $Command< ): Promise { return de_ListEnvironmentProvisionedResourcesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-proton/src/commands/ListEnvironmentTemplateVersionsCommand.ts b/clients/client-proton/src/commands/ListEnvironmentTemplateVersionsCommand.ts index 6dc24e95df4f..970e7d41801e 100644 --- a/clients/client-proton/src/commands/ListEnvironmentTemplateVersionsCommand.ts +++ b/clients/client-proton/src/commands/ListEnvironmentTemplateVersionsCommand.ts @@ -111,9 +111,6 @@ export class ListEnvironmentTemplateVersionsCommand extends $Command< ListEnvironmentTemplateVersionsCommandOutput, ProtonClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -127,9 +124,7 @@ export class ListEnvironmentTemplateVersionsCommand extends $Command< * @public */ constructor(readonly input: ListEnvironmentTemplateVersionsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -188,7 +183,4 @@ export class ListEnvironmentTemplateVersionsCommand extends $Command< ): Promise { return de_ListEnvironmentTemplateVersionsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-proton/src/commands/ListEnvironmentTemplatesCommand.ts b/clients/client-proton/src/commands/ListEnvironmentTemplatesCommand.ts index 4c4f96ed6b8e..6bdb45b31060 100644 --- a/clients/client-proton/src/commands/ListEnvironmentTemplatesCommand.ts +++ b/clients/client-proton/src/commands/ListEnvironmentTemplatesCommand.ts @@ -99,9 +99,6 @@ export class ListEnvironmentTemplatesCommand extends $Command< ListEnvironmentTemplatesCommandOutput, ProtonClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -115,9 +112,7 @@ export class ListEnvironmentTemplatesCommand extends $Command< * @public */ constructor(readonly input: ListEnvironmentTemplatesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -170,7 +165,4 @@ export class ListEnvironmentTemplatesCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListEnvironmentTemplatesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-proton/src/commands/ListEnvironmentsCommand.ts b/clients/client-proton/src/commands/ListEnvironmentsCommand.ts index 051695ec5388..b57c22ddce2d 100644 --- a/clients/client-proton/src/commands/ListEnvironmentsCommand.ts +++ b/clients/client-proton/src/commands/ListEnvironmentsCommand.ts @@ -118,9 +118,6 @@ export class ListEnvironmentsCommand extends $Command< ListEnvironmentsCommandOutput, ProtonClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -134,9 +131,7 @@ export class ListEnvironmentsCommand extends $Command< * @public */ constructor(readonly input: ListEnvironmentsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -189,7 +184,4 @@ export class ListEnvironmentsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListEnvironmentsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-proton/src/commands/ListRepositoriesCommand.ts b/clients/client-proton/src/commands/ListRepositoriesCommand.ts index a68524e87dad..76da9af83767 100644 --- a/clients/client-proton/src/commands/ListRepositoriesCommand.ts +++ b/clients/client-proton/src/commands/ListRepositoriesCommand.ts @@ -94,9 +94,6 @@ export class ListRepositoriesCommand extends $Command< ListRepositoriesCommandOutput, ProtonClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -110,9 +107,7 @@ export class ListRepositoriesCommand extends $Command< * @public */ constructor(readonly input: ListRepositoriesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -165,7 +160,4 @@ export class ListRepositoriesCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListRepositoriesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-proton/src/commands/ListRepositorySyncDefinitionsCommand.ts b/clients/client-proton/src/commands/ListRepositorySyncDefinitionsCommand.ts index 975004ad73f9..9e3410f343e5 100644 --- a/clients/client-proton/src/commands/ListRepositorySyncDefinitionsCommand.ts +++ b/clients/client-proton/src/commands/ListRepositorySyncDefinitionsCommand.ts @@ -98,9 +98,6 @@ export class ListRepositorySyncDefinitionsCommand extends $Command< ListRepositorySyncDefinitionsCommandOutput, ProtonClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -114,9 +111,7 @@ export class ListRepositorySyncDefinitionsCommand extends $Command< * @public */ constructor(readonly input: ListRepositorySyncDefinitionsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -172,7 +167,4 @@ export class ListRepositorySyncDefinitionsCommand extends $Command< ): Promise { return de_ListRepositorySyncDefinitionsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-proton/src/commands/ListServiceInstanceOutputsCommand.ts b/clients/client-proton/src/commands/ListServiceInstanceOutputsCommand.ts index ac8cad94c390..03bf63e35c3b 100644 --- a/clients/client-proton/src/commands/ListServiceInstanceOutputsCommand.ts +++ b/clients/client-proton/src/commands/ListServiceInstanceOutputsCommand.ts @@ -98,9 +98,6 @@ export class ListServiceInstanceOutputsCommand extends $Command< ListServiceInstanceOutputsCommandOutput, ProtonClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -114,9 +111,7 @@ export class ListServiceInstanceOutputsCommand extends $Command< * @public */ constructor(readonly input: ListServiceInstanceOutputsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -172,7 +167,4 @@ export class ListServiceInstanceOutputsCommand extends $Command< ): Promise { return de_ListServiceInstanceOutputsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-proton/src/commands/ListServiceInstanceProvisionedResourcesCommand.ts b/clients/client-proton/src/commands/ListServiceInstanceProvisionedResourcesCommand.ts index f3da7ed91ea1..a2b6ff51f465 100644 --- a/clients/client-proton/src/commands/ListServiceInstanceProvisionedResourcesCommand.ts +++ b/clients/client-proton/src/commands/ListServiceInstanceProvisionedResourcesCommand.ts @@ -103,9 +103,6 @@ export class ListServiceInstanceProvisionedResourcesCommand extends $Command< ListServiceInstanceProvisionedResourcesCommandOutput, ProtonClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -119,9 +116,7 @@ export class ListServiceInstanceProvisionedResourcesCommand extends $Command< * @public */ constructor(readonly input: ListServiceInstanceProvisionedResourcesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -186,7 +181,4 @@ export class ListServiceInstanceProvisionedResourcesCommand extends $Command< ): Promise { return de_ListServiceInstanceProvisionedResourcesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-proton/src/commands/ListServiceInstancesCommand.ts b/clients/client-proton/src/commands/ListServiceInstancesCommand.ts index 77ed2fd5885d..c65c28c76a69 100644 --- a/clients/client-proton/src/commands/ListServiceInstancesCommand.ts +++ b/clients/client-proton/src/commands/ListServiceInstancesCommand.ts @@ -118,9 +118,6 @@ export class ListServiceInstancesCommand extends $Command< ListServiceInstancesCommandOutput, ProtonClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -134,9 +131,7 @@ export class ListServiceInstancesCommand extends $Command< * @public */ constructor(readonly input: ListServiceInstancesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -189,7 +184,4 @@ export class ListServiceInstancesCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListServiceInstancesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-proton/src/commands/ListServicePipelineOutputsCommand.ts b/clients/client-proton/src/commands/ListServicePipelineOutputsCommand.ts index d83523ec445b..f6f6e7b98c77 100644 --- a/clients/client-proton/src/commands/ListServicePipelineOutputsCommand.ts +++ b/clients/client-proton/src/commands/ListServicePipelineOutputsCommand.ts @@ -97,9 +97,6 @@ export class ListServicePipelineOutputsCommand extends $Command< ListServicePipelineOutputsCommandOutput, ProtonClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -113,9 +110,7 @@ export class ListServicePipelineOutputsCommand extends $Command< * @public */ constructor(readonly input: ListServicePipelineOutputsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -171,7 +166,4 @@ export class ListServicePipelineOutputsCommand extends $Command< ): Promise { return de_ListServicePipelineOutputsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-proton/src/commands/ListServicePipelineProvisionedResourcesCommand.ts b/clients/client-proton/src/commands/ListServicePipelineProvisionedResourcesCommand.ts index fae837ca37dd..4434abdb7834 100644 --- a/clients/client-proton/src/commands/ListServicePipelineProvisionedResourcesCommand.ts +++ b/clients/client-proton/src/commands/ListServicePipelineProvisionedResourcesCommand.ts @@ -102,9 +102,6 @@ export class ListServicePipelineProvisionedResourcesCommand extends $Command< ListServicePipelineProvisionedResourcesCommandOutput, ProtonClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -118,9 +115,7 @@ export class ListServicePipelineProvisionedResourcesCommand extends $Command< * @public */ constructor(readonly input: ListServicePipelineProvisionedResourcesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -185,7 +180,4 @@ export class ListServicePipelineProvisionedResourcesCommand extends $Command< ): Promise { return de_ListServicePipelineProvisionedResourcesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-proton/src/commands/ListServiceTemplateVersionsCommand.ts b/clients/client-proton/src/commands/ListServiceTemplateVersionsCommand.ts index 1d87ab99cecb..cf1c8ec9adcc 100644 --- a/clients/client-proton/src/commands/ListServiceTemplateVersionsCommand.ts +++ b/clients/client-proton/src/commands/ListServiceTemplateVersionsCommand.ts @@ -106,9 +106,6 @@ export class ListServiceTemplateVersionsCommand extends $Command< ListServiceTemplateVersionsCommandOutput, ProtonClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -122,9 +119,7 @@ export class ListServiceTemplateVersionsCommand extends $Command< * @public */ constructor(readonly input: ListServiceTemplateVersionsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -180,7 +175,4 @@ export class ListServiceTemplateVersionsCommand extends $Command< ): Promise { return de_ListServiceTemplateVersionsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-proton/src/commands/ListServiceTemplatesCommand.ts b/clients/client-proton/src/commands/ListServiceTemplatesCommand.ts index c1703ba6e0ad..00ad9a12816f 100644 --- a/clients/client-proton/src/commands/ListServiceTemplatesCommand.ts +++ b/clients/client-proton/src/commands/ListServiceTemplatesCommand.ts @@ -99,9 +99,6 @@ export class ListServiceTemplatesCommand extends $Command< ListServiceTemplatesCommandOutput, ProtonClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -115,9 +112,7 @@ export class ListServiceTemplatesCommand extends $Command< * @public */ constructor(readonly input: ListServiceTemplatesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -170,7 +165,4 @@ export class ListServiceTemplatesCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListServiceTemplatesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-proton/src/commands/ListServicesCommand.ts b/clients/client-proton/src/commands/ListServicesCommand.ts index 5e621ba943fb..59d8b22393e6 100644 --- a/clients/client-proton/src/commands/ListServicesCommand.ts +++ b/clients/client-proton/src/commands/ListServicesCommand.ts @@ -95,9 +95,6 @@ export class ListServicesCommand extends $Command< ListServicesCommandOutput, ProtonClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -111,9 +108,7 @@ export class ListServicesCommand extends $Command< * @public */ constructor(readonly input: ListServicesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -164,7 +159,4 @@ export class ListServicesCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListServicesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-proton/src/commands/ListTagsForResourceCommand.ts b/clients/client-proton/src/commands/ListTagsForResourceCommand.ts index 5ed2127d248e..cace70cdcc4a 100644 --- a/clients/client-proton/src/commands/ListTagsForResourceCommand.ts +++ b/clients/client-proton/src/commands/ListTagsForResourceCommand.ts @@ -94,9 +94,6 @@ export class ListTagsForResourceCommand extends $Command< ListTagsForResourceCommandOutput, ProtonClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -110,9 +107,7 @@ export class ListTagsForResourceCommand extends $Command< * @public */ constructor(readonly input: ListTagsForResourceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -165,7 +160,4 @@ export class ListTagsForResourceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListTagsForResourceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-proton/src/commands/NotifyResourceDeploymentStatusChangeCommand.ts b/clients/client-proton/src/commands/NotifyResourceDeploymentStatusChangeCommand.ts index 73ae3bc4e280..903f4d216ccc 100644 --- a/clients/client-proton/src/commands/NotifyResourceDeploymentStatusChangeCommand.ts +++ b/clients/client-proton/src/commands/NotifyResourceDeploymentStatusChangeCommand.ts @@ -109,9 +109,6 @@ export class NotifyResourceDeploymentStatusChangeCommand extends $Command< NotifyResourceDeploymentStatusChangeCommandOutput, ProtonClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -125,9 +122,7 @@ export class NotifyResourceDeploymentStatusChangeCommand extends $Command< * @public */ constructor(readonly input: NotifyResourceDeploymentStatusChangeCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -186,7 +181,4 @@ export class NotifyResourceDeploymentStatusChangeCommand extends $Command< ): Promise { return de_NotifyResourceDeploymentStatusChangeCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-proton/src/commands/RejectEnvironmentAccountConnectionCommand.ts b/clients/client-proton/src/commands/RejectEnvironmentAccountConnectionCommand.ts index 7b7cc539219e..9eb317fb10ac 100644 --- a/clients/client-proton/src/commands/RejectEnvironmentAccountConnectionCommand.ts +++ b/clients/client-proton/src/commands/RejectEnvironmentAccountConnectionCommand.ts @@ -110,9 +110,6 @@ export class RejectEnvironmentAccountConnectionCommand extends $Command< RejectEnvironmentAccountConnectionCommandOutput, ProtonClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -126,9 +123,7 @@ export class RejectEnvironmentAccountConnectionCommand extends $Command< * @public */ constructor(readonly input: RejectEnvironmentAccountConnectionCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -187,7 +182,4 @@ export class RejectEnvironmentAccountConnectionCommand extends $Command< ): Promise { return de_RejectEnvironmentAccountConnectionCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-proton/src/commands/TagResourceCommand.ts b/clients/client-proton/src/commands/TagResourceCommand.ts index 3d84f34abd79..55564b779779 100644 --- a/clients/client-proton/src/commands/TagResourceCommand.ts +++ b/clients/client-proton/src/commands/TagResourceCommand.ts @@ -94,9 +94,6 @@ export class TagResourceCommand extends $Command< TagResourceCommandOutput, ProtonClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -110,9 +107,7 @@ export class TagResourceCommand extends $Command< * @public */ constructor(readonly input: TagResourceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -163,7 +158,4 @@ export class TagResourceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_TagResourceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-proton/src/commands/UntagResourceCommand.ts b/clients/client-proton/src/commands/UntagResourceCommand.ts index e5a9a14645b3..a8e49343e73f 100644 --- a/clients/client-proton/src/commands/UntagResourceCommand.ts +++ b/clients/client-proton/src/commands/UntagResourceCommand.ts @@ -91,9 +91,6 @@ export class UntagResourceCommand extends $Command< UntagResourceCommandOutput, ProtonClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -107,9 +104,7 @@ export class UntagResourceCommand extends $Command< * @public */ constructor(readonly input: UntagResourceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -160,7 +155,4 @@ export class UntagResourceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UntagResourceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-proton/src/commands/UpdateAccountSettingsCommand.ts b/clients/client-proton/src/commands/UpdateAccountSettingsCommand.ts index 3c05c70bc9c5..86c1a25e94fc 100644 --- a/clients/client-proton/src/commands/UpdateAccountSettingsCommand.ts +++ b/clients/client-proton/src/commands/UpdateAccountSettingsCommand.ts @@ -101,9 +101,6 @@ export class UpdateAccountSettingsCommand extends $Command< UpdateAccountSettingsCommandOutput, ProtonClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -117,9 +114,7 @@ export class UpdateAccountSettingsCommand extends $Command< * @public */ constructor(readonly input: UpdateAccountSettingsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -172,7 +167,4 @@ export class UpdateAccountSettingsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdateAccountSettingsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-proton/src/commands/UpdateComponentCommand.ts b/clients/client-proton/src/commands/UpdateComponentCommand.ts index 79e1cf4faa48..a5b88eee576f 100644 --- a/clients/client-proton/src/commands/UpdateComponentCommand.ts +++ b/clients/client-proton/src/commands/UpdateComponentCommand.ts @@ -129,9 +129,6 @@ export class UpdateComponentCommand extends $Command< UpdateComponentCommandOutput, ProtonClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -145,9 +142,7 @@ export class UpdateComponentCommand extends $Command< * @public */ constructor(readonly input: UpdateComponentCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -200,7 +195,4 @@ export class UpdateComponentCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdateComponentCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-proton/src/commands/UpdateEnvironmentAccountConnectionCommand.ts b/clients/client-proton/src/commands/UpdateEnvironmentAccountConnectionCommand.ts index 6fbb1223e817..3b3731736126 100644 --- a/clients/client-proton/src/commands/UpdateEnvironmentAccountConnectionCommand.ts +++ b/clients/client-proton/src/commands/UpdateEnvironmentAccountConnectionCommand.ts @@ -110,9 +110,6 @@ export class UpdateEnvironmentAccountConnectionCommand extends $Command< UpdateEnvironmentAccountConnectionCommandOutput, ProtonClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -126,9 +123,7 @@ export class UpdateEnvironmentAccountConnectionCommand extends $Command< * @public */ constructor(readonly input: UpdateEnvironmentAccountConnectionCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -187,7 +182,4 @@ export class UpdateEnvironmentAccountConnectionCommand extends $Command< ): Promise { return de_UpdateEnvironmentAccountConnectionCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-proton/src/commands/UpdateEnvironmentCommand.ts b/clients/client-proton/src/commands/UpdateEnvironmentCommand.ts index db48f12813ea..a1d87e08f679 100644 --- a/clients/client-proton/src/commands/UpdateEnvironmentCommand.ts +++ b/clients/client-proton/src/commands/UpdateEnvironmentCommand.ts @@ -182,9 +182,6 @@ export class UpdateEnvironmentCommand extends $Command< UpdateEnvironmentCommandOutput, ProtonClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -198,9 +195,7 @@ export class UpdateEnvironmentCommand extends $Command< * @public */ constructor(readonly input: UpdateEnvironmentCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -253,7 +248,4 @@ export class UpdateEnvironmentCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdateEnvironmentCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-proton/src/commands/UpdateEnvironmentTemplateCommand.ts b/clients/client-proton/src/commands/UpdateEnvironmentTemplateCommand.ts index b769f8f53ec3..f3f645cc2e7c 100644 --- a/clients/client-proton/src/commands/UpdateEnvironmentTemplateCommand.ts +++ b/clients/client-proton/src/commands/UpdateEnvironmentTemplateCommand.ts @@ -105,9 +105,6 @@ export class UpdateEnvironmentTemplateCommand extends $Command< UpdateEnvironmentTemplateCommandOutput, ProtonClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -121,9 +118,7 @@ export class UpdateEnvironmentTemplateCommand extends $Command< * @public */ constructor(readonly input: UpdateEnvironmentTemplateCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -179,7 +174,4 @@ export class UpdateEnvironmentTemplateCommand extends $Command< ): Promise { return de_UpdateEnvironmentTemplateCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-proton/src/commands/UpdateEnvironmentTemplateVersionCommand.ts b/clients/client-proton/src/commands/UpdateEnvironmentTemplateVersionCommand.ts index 352cd5506f4d..d185644a56c6 100644 --- a/clients/client-proton/src/commands/UpdateEnvironmentTemplateVersionCommand.ts +++ b/clients/client-proton/src/commands/UpdateEnvironmentTemplateVersionCommand.ts @@ -114,9 +114,6 @@ export class UpdateEnvironmentTemplateVersionCommand extends $Command< UpdateEnvironmentTemplateVersionCommandOutput, ProtonClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -130,9 +127,7 @@ export class UpdateEnvironmentTemplateVersionCommand extends $Command< * @public */ constructor(readonly input: UpdateEnvironmentTemplateVersionCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -191,7 +186,4 @@ export class UpdateEnvironmentTemplateVersionCommand extends $Command< ): Promise { return de_UpdateEnvironmentTemplateVersionCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-proton/src/commands/UpdateServiceCommand.ts b/clients/client-proton/src/commands/UpdateServiceCommand.ts index c4cc384f6951..7cedb428cf15 100644 --- a/clients/client-proton/src/commands/UpdateServiceCommand.ts +++ b/clients/client-proton/src/commands/UpdateServiceCommand.ts @@ -139,9 +139,6 @@ export class UpdateServiceCommand extends $Command< UpdateServiceCommandOutput, ProtonClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -155,9 +152,7 @@ export class UpdateServiceCommand extends $Command< * @public */ constructor(readonly input: UpdateServiceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -208,7 +203,4 @@ export class UpdateServiceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdateServiceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-proton/src/commands/UpdateServiceInstanceCommand.ts b/clients/client-proton/src/commands/UpdateServiceInstanceCommand.ts index f5c785b0f36b..cc132abcd4dc 100644 --- a/clients/client-proton/src/commands/UpdateServiceInstanceCommand.ts +++ b/clients/client-proton/src/commands/UpdateServiceInstanceCommand.ts @@ -125,9 +125,6 @@ export class UpdateServiceInstanceCommand extends $Command< UpdateServiceInstanceCommandOutput, ProtonClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -141,9 +138,7 @@ export class UpdateServiceInstanceCommand extends $Command< * @public */ constructor(readonly input: UpdateServiceInstanceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -196,7 +191,4 @@ export class UpdateServiceInstanceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdateServiceInstanceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-proton/src/commands/UpdateServicePipelineCommand.ts b/clients/client-proton/src/commands/UpdateServicePipelineCommand.ts index 01e55d7ce16c..053b01cdc3db 100644 --- a/clients/client-proton/src/commands/UpdateServicePipelineCommand.ts +++ b/clients/client-proton/src/commands/UpdateServicePipelineCommand.ts @@ -150,9 +150,6 @@ export class UpdateServicePipelineCommand extends $Command< UpdateServicePipelineCommandOutput, ProtonClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -166,9 +163,7 @@ export class UpdateServicePipelineCommand extends $Command< * @public */ constructor(readonly input: UpdateServicePipelineCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -221,7 +216,4 @@ export class UpdateServicePipelineCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdateServicePipelineCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-proton/src/commands/UpdateServiceSyncBlockerCommand.ts b/clients/client-proton/src/commands/UpdateServiceSyncBlockerCommand.ts index d332e9ad8f5d..a1f1ef2a9ab4 100644 --- a/clients/client-proton/src/commands/UpdateServiceSyncBlockerCommand.ts +++ b/clients/client-proton/src/commands/UpdateServiceSyncBlockerCommand.ts @@ -105,9 +105,6 @@ export class UpdateServiceSyncBlockerCommand extends $Command< UpdateServiceSyncBlockerCommandOutput, ProtonClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -121,9 +118,7 @@ export class UpdateServiceSyncBlockerCommand extends $Command< * @public */ constructor(readonly input: UpdateServiceSyncBlockerCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -176,7 +171,4 @@ export class UpdateServiceSyncBlockerCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdateServiceSyncBlockerCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-proton/src/commands/UpdateServiceSyncConfigCommand.ts b/clients/client-proton/src/commands/UpdateServiceSyncConfigCommand.ts index 6f7585c41120..e379962fdcb8 100644 --- a/clients/client-proton/src/commands/UpdateServiceSyncConfigCommand.ts +++ b/clients/client-proton/src/commands/UpdateServiceSyncConfigCommand.ts @@ -98,9 +98,6 @@ export class UpdateServiceSyncConfigCommand extends $Command< UpdateServiceSyncConfigCommandOutput, ProtonClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -114,9 +111,7 @@ export class UpdateServiceSyncConfigCommand extends $Command< * @public */ constructor(readonly input: UpdateServiceSyncConfigCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -169,7 +164,4 @@ export class UpdateServiceSyncConfigCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdateServiceSyncConfigCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-proton/src/commands/UpdateServiceTemplateCommand.ts b/clients/client-proton/src/commands/UpdateServiceTemplateCommand.ts index 2d74b817f4c1..cdfe7a3156c7 100644 --- a/clients/client-proton/src/commands/UpdateServiceTemplateCommand.ts +++ b/clients/client-proton/src/commands/UpdateServiceTemplateCommand.ts @@ -105,9 +105,6 @@ export class UpdateServiceTemplateCommand extends $Command< UpdateServiceTemplateCommandOutput, ProtonClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -121,9 +118,7 @@ export class UpdateServiceTemplateCommand extends $Command< * @public */ constructor(readonly input: UpdateServiceTemplateCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -176,7 +171,4 @@ export class UpdateServiceTemplateCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdateServiceTemplateCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-proton/src/commands/UpdateServiceTemplateVersionCommand.ts b/clients/client-proton/src/commands/UpdateServiceTemplateVersionCommand.ts index 2bb299a0100b..6a1cc5df5eca 100644 --- a/clients/client-proton/src/commands/UpdateServiceTemplateVersionCommand.ts +++ b/clients/client-proton/src/commands/UpdateServiceTemplateVersionCommand.ts @@ -132,9 +132,6 @@ export class UpdateServiceTemplateVersionCommand extends $Command< UpdateServiceTemplateVersionCommandOutput, ProtonClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -148,9 +145,7 @@ export class UpdateServiceTemplateVersionCommand extends $Command< * @public */ constructor(readonly input: UpdateServiceTemplateVersionCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -206,7 +201,4 @@ export class UpdateServiceTemplateVersionCommand extends $Command< ): Promise { return de_UpdateServiceTemplateVersionCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-proton/src/commands/UpdateTemplateSyncConfigCommand.ts b/clients/client-proton/src/commands/UpdateTemplateSyncConfigCommand.ts index 8683ce6b58f5..bf6b87ac2045 100644 --- a/clients/client-proton/src/commands/UpdateTemplateSyncConfigCommand.ts +++ b/clients/client-proton/src/commands/UpdateTemplateSyncConfigCommand.ts @@ -102,9 +102,6 @@ export class UpdateTemplateSyncConfigCommand extends $Command< UpdateTemplateSyncConfigCommandOutput, ProtonClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -118,9 +115,7 @@ export class UpdateTemplateSyncConfigCommand extends $Command< * @public */ constructor(readonly input: UpdateTemplateSyncConfigCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -173,7 +168,4 @@ export class UpdateTemplateSyncConfigCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdateTemplateSyncConfigCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-qldb-session/package.json b/clients/client-qldb-session/package.json index 14e0bd908b67..cac2f9b77efe 100644 --- a/clients/client-qldb-session/package.json +++ b/clients/client-qldb-session/package.json @@ -34,29 +34,29 @@ "@aws-sdk/util-endpoints": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@smithy/config-resolver": "^2.0.16", - "@smithy/fetch-http-handler": "^2.2.4", - "@smithy/hash-node": "^2.0.12", - "@smithy/invalid-dependency": "^2.0.12", - "@smithy/middleware-content-length": "^2.0.14", - "@smithy/middleware-endpoint": "^2.1.3", - "@smithy/middleware-retry": "^2.0.18", - "@smithy/middleware-serde": "^2.0.12", - "@smithy/middleware-stack": "^2.0.6", - "@smithy/node-config-provider": "^2.1.3", - "@smithy/node-http-handler": "^2.1.8", - "@smithy/protocol-http": "^3.0.8", - "@smithy/smithy-client": "^2.1.12", - "@smithy/types": "^2.4.0", - "@smithy/url-parser": "^2.0.12", - "@smithy/util-base64": "^2.0.0", + "@smithy/config-resolver": "^2.0.18", + "@smithy/fetch-http-handler": "^2.2.6", + "@smithy/hash-node": "^2.0.15", + "@smithy/invalid-dependency": "^2.0.13", + "@smithy/middleware-content-length": "^2.0.15", + "@smithy/middleware-endpoint": "^2.2.0", + "@smithy/middleware-retry": "^2.0.20", + "@smithy/middleware-serde": "^2.0.13", + "@smithy/middleware-stack": "^2.0.7", + "@smithy/node-config-provider": "^2.1.5", + "@smithy/node-http-handler": "^2.1.9", + "@smithy/protocol-http": "^3.0.9", + "@smithy/smithy-client": "^2.1.15", + "@smithy/types": "^2.5.0", + "@smithy/url-parser": "^2.0.13", + "@smithy/util-base64": "^2.0.1", "@smithy/util-body-length-browser": "^2.0.0", "@smithy/util-body-length-node": "^2.1.0", - "@smithy/util-defaults-mode-browser": "^2.0.16", - "@smithy/util-defaults-mode-node": "^2.0.21", - "@smithy/util-endpoints": "^1.0.2", - "@smithy/util-retry": "^2.0.5", - "@smithy/util-utf8": "^2.0.0", + "@smithy/util-defaults-mode-browser": "^2.0.19", + "@smithy/util-defaults-mode-node": "^2.0.25", + "@smithy/util-endpoints": "^1.0.4", + "@smithy/util-retry": "^2.0.6", + "@smithy/util-utf8": "^2.0.2", "tslib": "^2.5.0" }, "devDependencies": { diff --git a/clients/client-qldb-session/src/commands/SendCommandCommand.ts b/clients/client-qldb-session/src/commands/SendCommandCommand.ts index fba0c9885c2f..c78ef24dc176 100644 --- a/clients/client-qldb-session/src/commands/SendCommandCommand.ts +++ b/clients/client-qldb-session/src/commands/SendCommandCommand.ts @@ -198,9 +198,6 @@ export class SendCommandCommand extends $Command< SendCommandCommandOutput, QLDBSessionClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -214,9 +211,7 @@ export class SendCommandCommand extends $Command< * @public */ constructor(readonly input: SendCommandCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -267,7 +262,4 @@ export class SendCommandCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_SendCommandCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-qldb/package.json b/clients/client-qldb/package.json index b4464e5e146e..3a5016d969a6 100644 --- a/clients/client-qldb/package.json +++ b/clients/client-qldb/package.json @@ -34,29 +34,29 @@ "@aws-sdk/util-endpoints": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@smithy/config-resolver": "^2.0.16", - "@smithy/fetch-http-handler": "^2.2.4", - "@smithy/hash-node": "^2.0.12", - "@smithy/invalid-dependency": "^2.0.12", - "@smithy/middleware-content-length": "^2.0.14", - "@smithy/middleware-endpoint": "^2.1.3", - "@smithy/middleware-retry": "^2.0.18", - "@smithy/middleware-serde": "^2.0.12", - "@smithy/middleware-stack": "^2.0.6", - "@smithy/node-config-provider": "^2.1.3", - "@smithy/node-http-handler": "^2.1.8", - "@smithy/protocol-http": "^3.0.8", - "@smithy/smithy-client": "^2.1.12", - "@smithy/types": "^2.4.0", - "@smithy/url-parser": "^2.0.12", - "@smithy/util-base64": "^2.0.0", + "@smithy/config-resolver": "^2.0.18", + "@smithy/fetch-http-handler": "^2.2.6", + "@smithy/hash-node": "^2.0.15", + "@smithy/invalid-dependency": "^2.0.13", + "@smithy/middleware-content-length": "^2.0.15", + "@smithy/middleware-endpoint": "^2.2.0", + "@smithy/middleware-retry": "^2.0.20", + "@smithy/middleware-serde": "^2.0.13", + "@smithy/middleware-stack": "^2.0.7", + "@smithy/node-config-provider": "^2.1.5", + "@smithy/node-http-handler": "^2.1.9", + "@smithy/protocol-http": "^3.0.9", + "@smithy/smithy-client": "^2.1.15", + "@smithy/types": "^2.5.0", + "@smithy/url-parser": "^2.0.13", + "@smithy/util-base64": "^2.0.1", "@smithy/util-body-length-browser": "^2.0.0", "@smithy/util-body-length-node": "^2.1.0", - "@smithy/util-defaults-mode-browser": "^2.0.16", - "@smithy/util-defaults-mode-node": "^2.0.21", - "@smithy/util-endpoints": "^1.0.2", - "@smithy/util-retry": "^2.0.5", - "@smithy/util-utf8": "^2.0.0", + "@smithy/util-defaults-mode-browser": "^2.0.19", + "@smithy/util-defaults-mode-node": "^2.0.25", + "@smithy/util-endpoints": "^1.0.4", + "@smithy/util-retry": "^2.0.6", + "@smithy/util-utf8": "^2.0.2", "tslib": "^2.5.0" }, "devDependencies": { diff --git a/clients/client-qldb/src/commands/CancelJournalKinesisStreamCommand.ts b/clients/client-qldb/src/commands/CancelJournalKinesisStreamCommand.ts index 422dbecdb2ec..5ddc3b0e1272 100644 --- a/clients/client-qldb/src/commands/CancelJournalKinesisStreamCommand.ts +++ b/clients/client-qldb/src/commands/CancelJournalKinesisStreamCommand.ts @@ -84,9 +84,6 @@ export class CancelJournalKinesisStreamCommand extends $Command< CancelJournalKinesisStreamCommandOutput, QLDBClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -100,9 +97,7 @@ export class CancelJournalKinesisStreamCommand extends $Command< * @public */ constructor(readonly input: CancelJournalKinesisStreamCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -158,7 +153,4 @@ export class CancelJournalKinesisStreamCommand extends $Command< ): Promise { return de_CancelJournalKinesisStreamCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-qldb/src/commands/CreateLedgerCommand.ts b/clients/client-qldb/src/commands/CreateLedgerCommand.ts index afc75d2d6ad3..72ac95ba09c2 100644 --- a/clients/client-qldb/src/commands/CreateLedgerCommand.ts +++ b/clients/client-qldb/src/commands/CreateLedgerCommand.ts @@ -94,9 +94,6 @@ export class CreateLedgerCommand extends $Command< CreateLedgerCommandOutput, QLDBClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -110,9 +107,7 @@ export class CreateLedgerCommand extends $Command< * @public */ constructor(readonly input: CreateLedgerCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -163,7 +158,4 @@ export class CreateLedgerCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateLedgerCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-qldb/src/commands/DeleteLedgerCommand.ts b/clients/client-qldb/src/commands/DeleteLedgerCommand.ts index 843b2683e747..0f528578fffc 100644 --- a/clients/client-qldb/src/commands/DeleteLedgerCommand.ts +++ b/clients/client-qldb/src/commands/DeleteLedgerCommand.ts @@ -82,9 +82,6 @@ export class DeleteLedgerCommand extends $Command< DeleteLedgerCommandOutput, QLDBClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -98,9 +95,7 @@ export class DeleteLedgerCommand extends $Command< * @public */ constructor(readonly input: DeleteLedgerCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -151,7 +146,4 @@ export class DeleteLedgerCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteLedgerCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-qldb/src/commands/DescribeJournalKinesisStreamCommand.ts b/clients/client-qldb/src/commands/DescribeJournalKinesisStreamCommand.ts index bf5a1c2784e2..f45f106017d4 100644 --- a/clients/client-qldb/src/commands/DescribeJournalKinesisStreamCommand.ts +++ b/clients/client-qldb/src/commands/DescribeJournalKinesisStreamCommand.ts @@ -105,9 +105,6 @@ export class DescribeJournalKinesisStreamCommand extends $Command< DescribeJournalKinesisStreamCommandOutput, QLDBClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -121,9 +118,7 @@ export class DescribeJournalKinesisStreamCommand extends $Command< * @public */ constructor(readonly input: DescribeJournalKinesisStreamCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -179,7 +174,4 @@ export class DescribeJournalKinesisStreamCommand extends $Command< ): Promise { return de_DescribeJournalKinesisStreamCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-qldb/src/commands/DescribeJournalS3ExportCommand.ts b/clients/client-qldb/src/commands/DescribeJournalS3ExportCommand.ts index 01e982bf81c8..da90515a63a6 100644 --- a/clients/client-qldb/src/commands/DescribeJournalS3ExportCommand.ts +++ b/clients/client-qldb/src/commands/DescribeJournalS3ExportCommand.ts @@ -99,9 +99,6 @@ export class DescribeJournalS3ExportCommand extends $Command< DescribeJournalS3ExportCommandOutput, QLDBClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -115,9 +112,7 @@ export class DescribeJournalS3ExportCommand extends $Command< * @public */ constructor(readonly input: DescribeJournalS3ExportCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -170,7 +165,4 @@ export class DescribeJournalS3ExportCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DescribeJournalS3ExportCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-qldb/src/commands/DescribeLedgerCommand.ts b/clients/client-qldb/src/commands/DescribeLedgerCommand.ts index fe74aec4bbbb..7a5c12162269 100644 --- a/clients/client-qldb/src/commands/DescribeLedgerCommand.ts +++ b/clients/client-qldb/src/commands/DescribeLedgerCommand.ts @@ -87,9 +87,6 @@ export class DescribeLedgerCommand extends $Command< DescribeLedgerCommandOutput, QLDBClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -103,9 +100,7 @@ export class DescribeLedgerCommand extends $Command< * @public */ constructor(readonly input: DescribeLedgerCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -158,7 +153,4 @@ export class DescribeLedgerCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DescribeLedgerCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-qldb/src/commands/ExportJournalToS3Command.ts b/clients/client-qldb/src/commands/ExportJournalToS3Command.ts index 216b0f860c3e..0bc65fc51a31 100644 --- a/clients/client-qldb/src/commands/ExportJournalToS3Command.ts +++ b/clients/client-qldb/src/commands/ExportJournalToS3Command.ts @@ -97,9 +97,6 @@ export class ExportJournalToS3Command extends $Command< ExportJournalToS3CommandOutput, QLDBClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -113,9 +110,7 @@ export class ExportJournalToS3Command extends $Command< * @public */ constructor(readonly input: ExportJournalToS3CommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -168,7 +163,4 @@ export class ExportJournalToS3Command extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ExportJournalToS3Command(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-qldb/src/commands/GetBlockCommand.ts b/clients/client-qldb/src/commands/GetBlockCommand.ts index b82d0c1fdcb3..9e58254b927e 100644 --- a/clients/client-qldb/src/commands/GetBlockCommand.ts +++ b/clients/client-qldb/src/commands/GetBlockCommand.ts @@ -100,9 +100,6 @@ export interface GetBlockCommandOutput extends GetBlockResponse, __MetadataBeare * */ export class GetBlockCommand extends $Command { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -116,9 +113,7 @@ export class GetBlockCommand extends $Command { return de_GetBlockCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-qldb/src/commands/GetDigestCommand.ts b/clients/client-qldb/src/commands/GetDigestCommand.ts index 7cabbd6fcbac..85eb95c5f5c4 100644 --- a/clients/client-qldb/src/commands/GetDigestCommand.ts +++ b/clients/client-qldb/src/commands/GetDigestCommand.ts @@ -83,9 +83,6 @@ export class GetDigestCommand extends $Command< GetDigestCommandOutput, QLDBClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -99,9 +96,7 @@ export class GetDigestCommand extends $Command< * @public */ constructor(readonly input: GetDigestCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -152,7 +147,4 @@ export class GetDigestCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetDigestCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-qldb/src/commands/GetRevisionCommand.ts b/clients/client-qldb/src/commands/GetRevisionCommand.ts index 6fd48cf76bbd..c9b4b4a9aa76 100644 --- a/clients/client-qldb/src/commands/GetRevisionCommand.ts +++ b/clients/client-qldb/src/commands/GetRevisionCommand.ts @@ -98,9 +98,6 @@ export class GetRevisionCommand extends $Command< GetRevisionCommandOutput, QLDBClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -114,9 +111,7 @@ export class GetRevisionCommand extends $Command< * @public */ constructor(readonly input: GetRevisionCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -167,7 +162,4 @@ export class GetRevisionCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetRevisionCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-qldb/src/commands/ListJournalKinesisStreamsForLedgerCommand.ts b/clients/client-qldb/src/commands/ListJournalKinesisStreamsForLedgerCommand.ts index 964aceac49a8..14f6c3facffc 100644 --- a/clients/client-qldb/src/commands/ListJournalKinesisStreamsForLedgerCommand.ts +++ b/clients/client-qldb/src/commands/ListJournalKinesisStreamsForLedgerCommand.ts @@ -113,9 +113,6 @@ export class ListJournalKinesisStreamsForLedgerCommand extends $Command< ListJournalKinesisStreamsForLedgerCommandOutput, QLDBClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -129,9 +126,7 @@ export class ListJournalKinesisStreamsForLedgerCommand extends $Command< * @public */ constructor(readonly input: ListJournalKinesisStreamsForLedgerCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -190,7 +185,4 @@ export class ListJournalKinesisStreamsForLedgerCommand extends $Command< ): Promise { return de_ListJournalKinesisStreamsForLedgerCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-qldb/src/commands/ListJournalS3ExportsCommand.ts b/clients/client-qldb/src/commands/ListJournalS3ExportsCommand.ts index e8638b748968..774891cff94a 100644 --- a/clients/client-qldb/src/commands/ListJournalS3ExportsCommand.ts +++ b/clients/client-qldb/src/commands/ListJournalS3ExportsCommand.ts @@ -97,9 +97,6 @@ export class ListJournalS3ExportsCommand extends $Command< ListJournalS3ExportsCommandOutput, QLDBClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -113,9 +110,7 @@ export class ListJournalS3ExportsCommand extends $Command< * @public */ constructor(readonly input: ListJournalS3ExportsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -168,7 +163,4 @@ export class ListJournalS3ExportsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListJournalS3ExportsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-qldb/src/commands/ListJournalS3ExportsForLedgerCommand.ts b/clients/client-qldb/src/commands/ListJournalS3ExportsForLedgerCommand.ts index 4de7f38a37e6..7d273f11875c 100644 --- a/clients/client-qldb/src/commands/ListJournalS3ExportsForLedgerCommand.ts +++ b/clients/client-qldb/src/commands/ListJournalS3ExportsForLedgerCommand.ts @@ -102,9 +102,6 @@ export class ListJournalS3ExportsForLedgerCommand extends $Command< ListJournalS3ExportsForLedgerCommandOutput, QLDBClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -118,9 +115,7 @@ export class ListJournalS3ExportsForLedgerCommand extends $Command< * @public */ constructor(readonly input: ListJournalS3ExportsForLedgerCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -176,7 +171,4 @@ export class ListJournalS3ExportsForLedgerCommand extends $Command< ): Promise { return de_ListJournalS3ExportsForLedgerCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-qldb/src/commands/ListLedgersCommand.ts b/clients/client-qldb/src/commands/ListLedgersCommand.ts index 5274442bfa3e..c26e32888f87 100644 --- a/clients/client-qldb/src/commands/ListLedgersCommand.ts +++ b/clients/client-qldb/src/commands/ListLedgersCommand.ts @@ -81,9 +81,6 @@ export class ListLedgersCommand extends $Command< ListLedgersCommandOutput, QLDBClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -97,9 +94,7 @@ export class ListLedgersCommand extends $Command< * @public */ constructor(readonly input: ListLedgersCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -150,7 +145,4 @@ export class ListLedgersCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListLedgersCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-qldb/src/commands/ListTagsForResourceCommand.ts b/clients/client-qldb/src/commands/ListTagsForResourceCommand.ts index 53191707e0e9..3c2c545bacdd 100644 --- a/clients/client-qldb/src/commands/ListTagsForResourceCommand.ts +++ b/clients/client-qldb/src/commands/ListTagsForResourceCommand.ts @@ -78,9 +78,6 @@ export class ListTagsForResourceCommand extends $Command< ListTagsForResourceCommandOutput, QLDBClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -94,9 +91,7 @@ export class ListTagsForResourceCommand extends $Command< * @public */ constructor(readonly input: ListTagsForResourceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -149,7 +144,4 @@ export class ListTagsForResourceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListTagsForResourceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-qldb/src/commands/StreamJournalToKinesisCommand.ts b/clients/client-qldb/src/commands/StreamJournalToKinesisCommand.ts index 7de8ed7a0fbf..e2e8eae78869 100644 --- a/clients/client-qldb/src/commands/StreamJournalToKinesisCommand.ts +++ b/clients/client-qldb/src/commands/StreamJournalToKinesisCommand.ts @@ -92,9 +92,6 @@ export class StreamJournalToKinesisCommand extends $Command< StreamJournalToKinesisCommandOutput, QLDBClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -108,9 +105,7 @@ export class StreamJournalToKinesisCommand extends $Command< * @public */ constructor(readonly input: StreamJournalToKinesisCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -163,7 +158,4 @@ export class StreamJournalToKinesisCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_StreamJournalToKinesisCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-qldb/src/commands/TagResourceCommand.ts b/clients/client-qldb/src/commands/TagResourceCommand.ts index 1ecae37e0b7b..8c58cae062da 100644 --- a/clients/client-qldb/src/commands/TagResourceCommand.ts +++ b/clients/client-qldb/src/commands/TagResourceCommand.ts @@ -79,9 +79,6 @@ export class TagResourceCommand extends $Command< TagResourceCommandOutput, QLDBClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -95,9 +92,7 @@ export class TagResourceCommand extends $Command< * @public */ constructor(readonly input: TagResourceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -148,7 +143,4 @@ export class TagResourceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_TagResourceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-qldb/src/commands/UntagResourceCommand.ts b/clients/client-qldb/src/commands/UntagResourceCommand.ts index ee7a5137e50b..b0c62a99cb2d 100644 --- a/clients/client-qldb/src/commands/UntagResourceCommand.ts +++ b/clients/client-qldb/src/commands/UntagResourceCommand.ts @@ -78,9 +78,6 @@ export class UntagResourceCommand extends $Command< UntagResourceCommandOutput, QLDBClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -94,9 +91,7 @@ export class UntagResourceCommand extends $Command< * @public */ constructor(readonly input: UntagResourceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -147,7 +142,4 @@ export class UntagResourceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UntagResourceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-qldb/src/commands/UpdateLedgerCommand.ts b/clients/client-qldb/src/commands/UpdateLedgerCommand.ts index 1700b90af27d..943c971500ac 100644 --- a/clients/client-qldb/src/commands/UpdateLedgerCommand.ts +++ b/clients/client-qldb/src/commands/UpdateLedgerCommand.ts @@ -87,9 +87,6 @@ export class UpdateLedgerCommand extends $Command< UpdateLedgerCommandOutput, QLDBClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -103,9 +100,7 @@ export class UpdateLedgerCommand extends $Command< * @public */ constructor(readonly input: UpdateLedgerCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -156,7 +151,4 @@ export class UpdateLedgerCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdateLedgerCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-qldb/src/commands/UpdateLedgerPermissionsModeCommand.ts b/clients/client-qldb/src/commands/UpdateLedgerPermissionsModeCommand.ts index d7a06164d194..53138198cb74 100644 --- a/clients/client-qldb/src/commands/UpdateLedgerPermissionsModeCommand.ts +++ b/clients/client-qldb/src/commands/UpdateLedgerPermissionsModeCommand.ts @@ -90,9 +90,6 @@ export class UpdateLedgerPermissionsModeCommand extends $Command< UpdateLedgerPermissionsModeCommandOutput, QLDBClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -106,9 +103,7 @@ export class UpdateLedgerPermissionsModeCommand extends $Command< * @public */ constructor(readonly input: UpdateLedgerPermissionsModeCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -164,7 +159,4 @@ export class UpdateLedgerPermissionsModeCommand extends $Command< ): Promise { return de_UpdateLedgerPermissionsModeCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-quicksight/package.json b/clients/client-quicksight/package.json index 9aef6a7c1383..1a315c239c91 100644 --- a/clients/client-quicksight/package.json +++ b/clients/client-quicksight/package.json @@ -34,29 +34,29 @@ "@aws-sdk/util-endpoints": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@smithy/config-resolver": "^2.0.16", - "@smithy/fetch-http-handler": "^2.2.4", - "@smithy/hash-node": "^2.0.12", - "@smithy/invalid-dependency": "^2.0.12", - "@smithy/middleware-content-length": "^2.0.14", - "@smithy/middleware-endpoint": "^2.1.3", - "@smithy/middleware-retry": "^2.0.18", - "@smithy/middleware-serde": "^2.0.12", - "@smithy/middleware-stack": "^2.0.6", - "@smithy/node-config-provider": "^2.1.3", - "@smithy/node-http-handler": "^2.1.8", - "@smithy/protocol-http": "^3.0.8", - "@smithy/smithy-client": "^2.1.12", - "@smithy/types": "^2.4.0", - "@smithy/url-parser": "^2.0.12", - "@smithy/util-base64": "^2.0.0", + "@smithy/config-resolver": "^2.0.18", + "@smithy/fetch-http-handler": "^2.2.6", + "@smithy/hash-node": "^2.0.15", + "@smithy/invalid-dependency": "^2.0.13", + "@smithy/middleware-content-length": "^2.0.15", + "@smithy/middleware-endpoint": "^2.2.0", + "@smithy/middleware-retry": "^2.0.20", + "@smithy/middleware-serde": "^2.0.13", + "@smithy/middleware-stack": "^2.0.7", + "@smithy/node-config-provider": "^2.1.5", + "@smithy/node-http-handler": "^2.1.9", + "@smithy/protocol-http": "^3.0.9", + "@smithy/smithy-client": "^2.1.15", + "@smithy/types": "^2.5.0", + "@smithy/url-parser": "^2.0.13", + "@smithy/util-base64": "^2.0.1", "@smithy/util-body-length-browser": "^2.0.0", "@smithy/util-body-length-node": "^2.1.0", - "@smithy/util-defaults-mode-browser": "^2.0.16", - "@smithy/util-defaults-mode-node": "^2.0.21", - "@smithy/util-endpoints": "^1.0.2", - "@smithy/util-retry": "^2.0.5", - "@smithy/util-utf8": "^2.0.0", + "@smithy/util-defaults-mode-browser": "^2.0.19", + "@smithy/util-defaults-mode-node": "^2.0.25", + "@smithy/util-endpoints": "^1.0.4", + "@smithy/util-retry": "^2.0.6", + "@smithy/util-utf8": "^2.0.2", "tslib": "^2.5.0" }, "devDependencies": { diff --git a/clients/client-quicksight/src/commands/CancelIngestionCommand.ts b/clients/client-quicksight/src/commands/CancelIngestionCommand.ts index 6f9ce870c26b..deb4d5e8dd26 100644 --- a/clients/client-quicksight/src/commands/CancelIngestionCommand.ts +++ b/clients/client-quicksight/src/commands/CancelIngestionCommand.ts @@ -96,9 +96,6 @@ export class CancelIngestionCommand extends $Command< CancelIngestionCommandOutput, QuickSightClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -112,9 +109,7 @@ export class CancelIngestionCommand extends $Command< * @public */ constructor(readonly input: CancelIngestionCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -167,7 +162,4 @@ export class CancelIngestionCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CancelIngestionCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-quicksight/src/commands/CreateAccountCustomizationCommand.ts b/clients/client-quicksight/src/commands/CreateAccountCustomizationCommand.ts index 0ecd022bfcb0..ed537645ea83 100644 --- a/clients/client-quicksight/src/commands/CreateAccountCustomizationCommand.ts +++ b/clients/client-quicksight/src/commands/CreateAccountCustomizationCommand.ts @@ -138,9 +138,6 @@ export class CreateAccountCustomizationCommand extends $Command< CreateAccountCustomizationCommandOutput, QuickSightClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -154,9 +151,7 @@ export class CreateAccountCustomizationCommand extends $Command< * @public */ constructor(readonly input: CreateAccountCustomizationCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -212,7 +207,4 @@ export class CreateAccountCustomizationCommand extends $Command< ): Promise { return de_CreateAccountCustomizationCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-quicksight/src/commands/CreateAccountSubscriptionCommand.ts b/clients/client-quicksight/src/commands/CreateAccountSubscriptionCommand.ts index a3192bfa337a..22903a376df0 100644 --- a/clients/client-quicksight/src/commands/CreateAccountSubscriptionCommand.ts +++ b/clients/client-quicksight/src/commands/CreateAccountSubscriptionCommand.ts @@ -149,9 +149,6 @@ export class CreateAccountSubscriptionCommand extends $Command< CreateAccountSubscriptionCommandOutput, QuickSightClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -165,9 +162,7 @@ export class CreateAccountSubscriptionCommand extends $Command< * @public */ constructor(readonly input: CreateAccountSubscriptionCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -223,7 +218,4 @@ export class CreateAccountSubscriptionCommand extends $Command< ): Promise { return de_CreateAccountSubscriptionCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-quicksight/src/commands/CreateAnalysisCommand.ts b/clients/client-quicksight/src/commands/CreateAnalysisCommand.ts index 17db5cb3f76a..41e4263cb578 100644 --- a/clients/client-quicksight/src/commands/CreateAnalysisCommand.ts +++ b/clients/client-quicksight/src/commands/CreateAnalysisCommand.ts @@ -4640,9 +4640,6 @@ export class CreateAnalysisCommand extends $Command< CreateAnalysisCommandOutput, QuickSightClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -4656,9 +4653,7 @@ export class CreateAnalysisCommand extends $Command< * @public */ constructor(readonly input: CreateAnalysisCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -4711,7 +4706,4 @@ export class CreateAnalysisCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateAnalysisCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-quicksight/src/commands/CreateDashboardCommand.ts b/clients/client-quicksight/src/commands/CreateDashboardCommand.ts index a735fdb6ab20..009416bf90c3 100644 --- a/clients/client-quicksight/src/commands/CreateDashboardCommand.ts +++ b/clients/client-quicksight/src/commands/CreateDashboardCommand.ts @@ -4687,9 +4687,6 @@ export class CreateDashboardCommand extends $Command< CreateDashboardCommandOutput, QuickSightClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -4703,9 +4700,7 @@ export class CreateDashboardCommand extends $Command< * @public */ constructor(readonly input: CreateDashboardCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -4758,7 +4753,4 @@ export class CreateDashboardCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateDashboardCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-quicksight/src/commands/CreateDataSetCommand.ts b/clients/client-quicksight/src/commands/CreateDataSetCommand.ts index bd28e8eeacfb..763adb297b00 100644 --- a/clients/client-quicksight/src/commands/CreateDataSetCommand.ts +++ b/clients/client-quicksight/src/commands/CreateDataSetCommand.ts @@ -366,9 +366,6 @@ export class CreateDataSetCommand extends $Command< CreateDataSetCommandOutput, QuickSightClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -382,9 +379,7 @@ export class CreateDataSetCommand extends $Command< * @public */ constructor(readonly input: CreateDataSetCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -435,7 +430,4 @@ export class CreateDataSetCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateDataSetCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-quicksight/src/commands/CreateDataSourceCommand.ts b/clients/client-quicksight/src/commands/CreateDataSourceCommand.ts index d712443191e8..afd4e70a8e16 100644 --- a/clients/client-quicksight/src/commands/CreateDataSourceCommand.ts +++ b/clients/client-quicksight/src/commands/CreateDataSourceCommand.ts @@ -389,9 +389,6 @@ export class CreateDataSourceCommand extends $Command< CreateDataSourceCommandOutput, QuickSightClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -405,9 +402,7 @@ export class CreateDataSourceCommand extends $Command< * @public */ constructor(readonly input: CreateDataSourceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -460,7 +455,4 @@ export class CreateDataSourceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateDataSourceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-quicksight/src/commands/CreateFolderCommand.ts b/clients/client-quicksight/src/commands/CreateFolderCommand.ts index 0d4bf872db76..9bb1458ce990 100644 --- a/clients/client-quicksight/src/commands/CreateFolderCommand.ts +++ b/clients/client-quicksight/src/commands/CreateFolderCommand.ts @@ -125,9 +125,6 @@ export class CreateFolderCommand extends $Command< CreateFolderCommandOutput, QuickSightClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -141,9 +138,7 @@ export class CreateFolderCommand extends $Command< * @public */ constructor(readonly input: CreateFolderCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -194,7 +189,4 @@ export class CreateFolderCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateFolderCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-quicksight/src/commands/CreateFolderMembershipCommand.ts b/clients/client-quicksight/src/commands/CreateFolderMembershipCommand.ts index 8fc78cae8af3..799288aaac87 100644 --- a/clients/client-quicksight/src/commands/CreateFolderMembershipCommand.ts +++ b/clients/client-quicksight/src/commands/CreateFolderMembershipCommand.ts @@ -108,9 +108,6 @@ export class CreateFolderMembershipCommand extends $Command< CreateFolderMembershipCommandOutput, QuickSightClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -124,9 +121,7 @@ export class CreateFolderMembershipCommand extends $Command< * @public */ constructor(readonly input: CreateFolderMembershipCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -179,7 +174,4 @@ export class CreateFolderMembershipCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateFolderMembershipCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-quicksight/src/commands/CreateGroupCommand.ts b/clients/client-quicksight/src/commands/CreateGroupCommand.ts index 2e57d7143c65..0810f9906205 100644 --- a/clients/client-quicksight/src/commands/CreateGroupCommand.ts +++ b/clients/client-quicksight/src/commands/CreateGroupCommand.ts @@ -114,9 +114,6 @@ export class CreateGroupCommand extends $Command< CreateGroupCommandOutput, QuickSightClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -130,9 +127,7 @@ export class CreateGroupCommand extends $Command< * @public */ constructor(readonly input: CreateGroupCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -183,7 +178,4 @@ export class CreateGroupCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateGroupCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-quicksight/src/commands/CreateGroupMembershipCommand.ts b/clients/client-quicksight/src/commands/CreateGroupMembershipCommand.ts index 8152b4105f37..95a5e7d2005c 100644 --- a/clients/client-quicksight/src/commands/CreateGroupMembershipCommand.ts +++ b/clients/client-quicksight/src/commands/CreateGroupMembershipCommand.ts @@ -102,9 +102,6 @@ export class CreateGroupMembershipCommand extends $Command< CreateGroupMembershipCommandOutput, QuickSightClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -118,9 +115,7 @@ export class CreateGroupMembershipCommand extends $Command< * @public */ constructor(readonly input: CreateGroupMembershipCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -173,7 +168,4 @@ export class CreateGroupMembershipCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateGroupMembershipCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-quicksight/src/commands/CreateIAMPolicyAssignmentCommand.ts b/clients/client-quicksight/src/commands/CreateIAMPolicyAssignmentCommand.ts index 68f2551b57e7..b313394cdaed 100644 --- a/clients/client-quicksight/src/commands/CreateIAMPolicyAssignmentCommand.ts +++ b/clients/client-quicksight/src/commands/CreateIAMPolicyAssignmentCommand.ts @@ -118,9 +118,6 @@ export class CreateIAMPolicyAssignmentCommand extends $Command< CreateIAMPolicyAssignmentCommandOutput, QuickSightClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -134,9 +131,7 @@ export class CreateIAMPolicyAssignmentCommand extends $Command< * @public */ constructor(readonly input: CreateIAMPolicyAssignmentCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -192,7 +187,4 @@ export class CreateIAMPolicyAssignmentCommand extends $Command< ): Promise { return de_CreateIAMPolicyAssignmentCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-quicksight/src/commands/CreateIngestionCommand.ts b/clients/client-quicksight/src/commands/CreateIngestionCommand.ts index aa96f66e23f8..56768f16640a 100644 --- a/clients/client-quicksight/src/commands/CreateIngestionCommand.ts +++ b/clients/client-quicksight/src/commands/CreateIngestionCommand.ts @@ -107,9 +107,6 @@ export class CreateIngestionCommand extends $Command< CreateIngestionCommandOutput, QuickSightClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -123,9 +120,7 @@ export class CreateIngestionCommand extends $Command< * @public */ constructor(readonly input: CreateIngestionCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -178,7 +173,4 @@ export class CreateIngestionCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateIngestionCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-quicksight/src/commands/CreateNamespaceCommand.ts b/clients/client-quicksight/src/commands/CreateNamespaceCommand.ts index 3886c03ee170..31123b19a4d9 100644 --- a/clients/client-quicksight/src/commands/CreateNamespaceCommand.ts +++ b/clients/client-quicksight/src/commands/CreateNamespaceCommand.ts @@ -124,9 +124,6 @@ export class CreateNamespaceCommand extends $Command< CreateNamespaceCommandOutput, QuickSightClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -140,9 +137,7 @@ export class CreateNamespaceCommand extends $Command< * @public */ constructor(readonly input: CreateNamespaceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -195,7 +190,4 @@ export class CreateNamespaceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateNamespaceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-quicksight/src/commands/CreateRefreshScheduleCommand.ts b/clients/client-quicksight/src/commands/CreateRefreshScheduleCommand.ts index 40f06abd5ce3..5fcdb4d7c27b 100644 --- a/clients/client-quicksight/src/commands/CreateRefreshScheduleCommand.ts +++ b/clients/client-quicksight/src/commands/CreateRefreshScheduleCommand.ts @@ -116,9 +116,6 @@ export class CreateRefreshScheduleCommand extends $Command< CreateRefreshScheduleCommandOutput, QuickSightClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -132,9 +129,7 @@ export class CreateRefreshScheduleCommand extends $Command< * @public */ constructor(readonly input: CreateRefreshScheduleCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -187,7 +182,4 @@ export class CreateRefreshScheduleCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateRefreshScheduleCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-quicksight/src/commands/CreateTemplateAliasCommand.ts b/clients/client-quicksight/src/commands/CreateTemplateAliasCommand.ts index 4c0ed51b7893..53d294903de6 100644 --- a/clients/client-quicksight/src/commands/CreateTemplateAliasCommand.ts +++ b/clients/client-quicksight/src/commands/CreateTemplateAliasCommand.ts @@ -103,9 +103,6 @@ export class CreateTemplateAliasCommand extends $Command< CreateTemplateAliasCommandOutput, QuickSightClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -119,9 +116,7 @@ export class CreateTemplateAliasCommand extends $Command< * @public */ constructor(readonly input: CreateTemplateAliasCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -174,7 +169,4 @@ export class CreateTemplateAliasCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateTemplateAliasCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-quicksight/src/commands/CreateTemplateCommand.ts b/clients/client-quicksight/src/commands/CreateTemplateCommand.ts index 6c61d603b391..2b7025378e0a 100644 --- a/clients/client-quicksight/src/commands/CreateTemplateCommand.ts +++ b/clients/client-quicksight/src/commands/CreateTemplateCommand.ts @@ -4638,9 +4638,6 @@ export class CreateTemplateCommand extends $Command< CreateTemplateCommandOutput, QuickSightClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -4654,9 +4651,7 @@ export class CreateTemplateCommand extends $Command< * @public */ constructor(readonly input: CreateTemplateCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -4709,7 +4704,4 @@ export class CreateTemplateCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateTemplateCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-quicksight/src/commands/CreateThemeAliasCommand.ts b/clients/client-quicksight/src/commands/CreateThemeAliasCommand.ts index cb1b9f8d182d..c1db62712bce 100644 --- a/clients/client-quicksight/src/commands/CreateThemeAliasCommand.ts +++ b/clients/client-quicksight/src/commands/CreateThemeAliasCommand.ts @@ -106,9 +106,6 @@ export class CreateThemeAliasCommand extends $Command< CreateThemeAliasCommandOutput, QuickSightClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -122,9 +119,7 @@ export class CreateThemeAliasCommand extends $Command< * @public */ constructor(readonly input: CreateThemeAliasCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -177,7 +172,4 @@ export class CreateThemeAliasCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateThemeAliasCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-quicksight/src/commands/CreateThemeCommand.ts b/clients/client-quicksight/src/commands/CreateThemeCommand.ts index 47d6081233d0..49f1c1d7c050 100644 --- a/clients/client-quicksight/src/commands/CreateThemeCommand.ts +++ b/clients/client-quicksight/src/commands/CreateThemeCommand.ts @@ -177,9 +177,6 @@ export class CreateThemeCommand extends $Command< CreateThemeCommandOutput, QuickSightClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -193,9 +190,7 @@ export class CreateThemeCommand extends $Command< * @public */ constructor(readonly input: CreateThemeCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -246,7 +241,4 @@ export class CreateThemeCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateThemeCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-quicksight/src/commands/CreateTopicCommand.ts b/clients/client-quicksight/src/commands/CreateTopicCommand.ts index 84113d188b39..4a937e89b490 100644 --- a/clients/client-quicksight/src/commands/CreateTopicCommand.ts +++ b/clients/client-quicksight/src/commands/CreateTopicCommand.ts @@ -355,9 +355,6 @@ export class CreateTopicCommand extends $Command< CreateTopicCommandOutput, QuickSightClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -371,9 +368,7 @@ export class CreateTopicCommand extends $Command< * @public */ constructor(readonly input: CreateTopicCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -424,7 +419,4 @@ export class CreateTopicCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateTopicCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-quicksight/src/commands/CreateTopicRefreshScheduleCommand.ts b/clients/client-quicksight/src/commands/CreateTopicRefreshScheduleCommand.ts index e53e6d17efe2..b2e038a3fb05 100644 --- a/clients/client-quicksight/src/commands/CreateTopicRefreshScheduleCommand.ts +++ b/clients/client-quicksight/src/commands/CreateTopicRefreshScheduleCommand.ts @@ -112,9 +112,6 @@ export class CreateTopicRefreshScheduleCommand extends $Command< CreateTopicRefreshScheduleCommandOutput, QuickSightClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -128,9 +125,7 @@ export class CreateTopicRefreshScheduleCommand extends $Command< * @public */ constructor(readonly input: CreateTopicRefreshScheduleCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -186,7 +181,4 @@ export class CreateTopicRefreshScheduleCommand extends $Command< ): Promise { return de_CreateTopicRefreshScheduleCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-quicksight/src/commands/CreateVPCConnectionCommand.ts b/clients/client-quicksight/src/commands/CreateVPCConnectionCommand.ts index 0c8272b9fbdf..5580ef366954 100644 --- a/clients/client-quicksight/src/commands/CreateVPCConnectionCommand.ts +++ b/clients/client-quicksight/src/commands/CreateVPCConnectionCommand.ts @@ -124,9 +124,6 @@ export class CreateVPCConnectionCommand extends $Command< CreateVPCConnectionCommandOutput, QuickSightClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -140,9 +137,7 @@ export class CreateVPCConnectionCommand extends $Command< * @public */ constructor(readonly input: CreateVPCConnectionCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -195,7 +190,4 @@ export class CreateVPCConnectionCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateVPCConnectionCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-quicksight/src/commands/DeleteAccountCustomizationCommand.ts b/clients/client-quicksight/src/commands/DeleteAccountCustomizationCommand.ts index be081babc87e..da741eb2812e 100644 --- a/clients/client-quicksight/src/commands/DeleteAccountCustomizationCommand.ts +++ b/clients/client-quicksight/src/commands/DeleteAccountCustomizationCommand.ts @@ -103,9 +103,6 @@ export class DeleteAccountCustomizationCommand extends $Command< DeleteAccountCustomizationCommandOutput, QuickSightClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -119,9 +116,7 @@ export class DeleteAccountCustomizationCommand extends $Command< * @public */ constructor(readonly input: DeleteAccountCustomizationCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -177,7 +172,4 @@ export class DeleteAccountCustomizationCommand extends $Command< ): Promise { return de_DeleteAccountCustomizationCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-quicksight/src/commands/DeleteAccountSubscriptionCommand.ts b/clients/client-quicksight/src/commands/DeleteAccountSubscriptionCommand.ts index 76e89c4bfa56..8e5b9ae7bc9f 100644 --- a/clients/client-quicksight/src/commands/DeleteAccountSubscriptionCommand.ts +++ b/clients/client-quicksight/src/commands/DeleteAccountSubscriptionCommand.ts @@ -95,9 +95,6 @@ export class DeleteAccountSubscriptionCommand extends $Command< DeleteAccountSubscriptionCommandOutput, QuickSightClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -111,9 +108,7 @@ export class DeleteAccountSubscriptionCommand extends $Command< * @public */ constructor(readonly input: DeleteAccountSubscriptionCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -169,7 +164,4 @@ export class DeleteAccountSubscriptionCommand extends $Command< ): Promise { return de_DeleteAccountSubscriptionCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-quicksight/src/commands/DeleteAnalysisCommand.ts b/clients/client-quicksight/src/commands/DeleteAnalysisCommand.ts index 751dfbe3fd77..b8b23d741a5b 100644 --- a/clients/client-quicksight/src/commands/DeleteAnalysisCommand.ts +++ b/clients/client-quicksight/src/commands/DeleteAnalysisCommand.ts @@ -109,9 +109,6 @@ export class DeleteAnalysisCommand extends $Command< DeleteAnalysisCommandOutput, QuickSightClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -125,9 +122,7 @@ export class DeleteAnalysisCommand extends $Command< * @public */ constructor(readonly input: DeleteAnalysisCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -180,7 +175,4 @@ export class DeleteAnalysisCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteAnalysisCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-quicksight/src/commands/DeleteDashboardCommand.ts b/clients/client-quicksight/src/commands/DeleteDashboardCommand.ts index 3f7fa266e3bf..a7fdf7000c26 100644 --- a/clients/client-quicksight/src/commands/DeleteDashboardCommand.ts +++ b/clients/client-quicksight/src/commands/DeleteDashboardCommand.ts @@ -96,9 +96,6 @@ export class DeleteDashboardCommand extends $Command< DeleteDashboardCommandOutput, QuickSightClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -112,9 +109,7 @@ export class DeleteDashboardCommand extends $Command< * @public */ constructor(readonly input: DeleteDashboardCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -167,7 +162,4 @@ export class DeleteDashboardCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteDashboardCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-quicksight/src/commands/DeleteDataSetCommand.ts b/clients/client-quicksight/src/commands/DeleteDataSetCommand.ts index 9a32d96f8be4..831e65d134d4 100644 --- a/clients/client-quicksight/src/commands/DeleteDataSetCommand.ts +++ b/clients/client-quicksight/src/commands/DeleteDataSetCommand.ts @@ -92,9 +92,6 @@ export class DeleteDataSetCommand extends $Command< DeleteDataSetCommandOutput, QuickSightClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -108,9 +105,7 @@ export class DeleteDataSetCommand extends $Command< * @public */ constructor(readonly input: DeleteDataSetCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -161,7 +156,4 @@ export class DeleteDataSetCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteDataSetCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-quicksight/src/commands/DeleteDataSetRefreshPropertiesCommand.ts b/clients/client-quicksight/src/commands/DeleteDataSetRefreshPropertiesCommand.ts index f0aa6bc16813..ae56aad91c8a 100644 --- a/clients/client-quicksight/src/commands/DeleteDataSetRefreshPropertiesCommand.ts +++ b/clients/client-quicksight/src/commands/DeleteDataSetRefreshPropertiesCommand.ts @@ -101,9 +101,6 @@ export class DeleteDataSetRefreshPropertiesCommand extends $Command< DeleteDataSetRefreshPropertiesCommandOutput, QuickSightClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -117,9 +114,7 @@ export class DeleteDataSetRefreshPropertiesCommand extends $Command< * @public */ constructor(readonly input: DeleteDataSetRefreshPropertiesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -178,7 +173,4 @@ export class DeleteDataSetRefreshPropertiesCommand extends $Command< ): Promise { return de_DeleteDataSetRefreshPropertiesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-quicksight/src/commands/DeleteDataSourceCommand.ts b/clients/client-quicksight/src/commands/DeleteDataSourceCommand.ts index def089bb10d4..0f40c83f41d7 100644 --- a/clients/client-quicksight/src/commands/DeleteDataSourceCommand.ts +++ b/clients/client-quicksight/src/commands/DeleteDataSourceCommand.ts @@ -93,9 +93,6 @@ export class DeleteDataSourceCommand extends $Command< DeleteDataSourceCommandOutput, QuickSightClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -109,9 +106,7 @@ export class DeleteDataSourceCommand extends $Command< * @public */ constructor(readonly input: DeleteDataSourceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -164,7 +159,4 @@ export class DeleteDataSourceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteDataSourceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-quicksight/src/commands/DeleteFolderCommand.ts b/clients/client-quicksight/src/commands/DeleteFolderCommand.ts index e71377b08848..685d954e6add 100644 --- a/clients/client-quicksight/src/commands/DeleteFolderCommand.ts +++ b/clients/client-quicksight/src/commands/DeleteFolderCommand.ts @@ -104,9 +104,6 @@ export class DeleteFolderCommand extends $Command< DeleteFolderCommandOutput, QuickSightClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -120,9 +117,7 @@ export class DeleteFolderCommand extends $Command< * @public */ constructor(readonly input: DeleteFolderCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -173,7 +168,4 @@ export class DeleteFolderCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteFolderCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-quicksight/src/commands/DeleteFolderMembershipCommand.ts b/clients/client-quicksight/src/commands/DeleteFolderMembershipCommand.ts index a664fa9552da..e1fc45df9f87 100644 --- a/clients/client-quicksight/src/commands/DeleteFolderMembershipCommand.ts +++ b/clients/client-quicksight/src/commands/DeleteFolderMembershipCommand.ts @@ -98,9 +98,6 @@ export class DeleteFolderMembershipCommand extends $Command< DeleteFolderMembershipCommandOutput, QuickSightClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -114,9 +111,7 @@ export class DeleteFolderMembershipCommand extends $Command< * @public */ constructor(readonly input: DeleteFolderMembershipCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -169,7 +164,4 @@ export class DeleteFolderMembershipCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteFolderMembershipCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-quicksight/src/commands/DeleteGroupCommand.ts b/clients/client-quicksight/src/commands/DeleteGroupCommand.ts index 1271920058c3..af54bb2cbc56 100644 --- a/clients/client-quicksight/src/commands/DeleteGroupCommand.ts +++ b/clients/client-quicksight/src/commands/DeleteGroupCommand.ts @@ -97,9 +97,6 @@ export class DeleteGroupCommand extends $Command< DeleteGroupCommandOutput, QuickSightClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -113,9 +110,7 @@ export class DeleteGroupCommand extends $Command< * @public */ constructor(readonly input: DeleteGroupCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -166,7 +161,4 @@ export class DeleteGroupCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteGroupCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-quicksight/src/commands/DeleteGroupMembershipCommand.ts b/clients/client-quicksight/src/commands/DeleteGroupMembershipCommand.ts index b9775858083a..2de5c1ce46ee 100644 --- a/clients/client-quicksight/src/commands/DeleteGroupMembershipCommand.ts +++ b/clients/client-quicksight/src/commands/DeleteGroupMembershipCommand.ts @@ -98,9 +98,6 @@ export class DeleteGroupMembershipCommand extends $Command< DeleteGroupMembershipCommandOutput, QuickSightClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -114,9 +111,7 @@ export class DeleteGroupMembershipCommand extends $Command< * @public */ constructor(readonly input: DeleteGroupMembershipCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -169,7 +164,4 @@ export class DeleteGroupMembershipCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteGroupMembershipCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-quicksight/src/commands/DeleteIAMPolicyAssignmentCommand.ts b/clients/client-quicksight/src/commands/DeleteIAMPolicyAssignmentCommand.ts index 6f2152cbec91..8eaea95d6804 100644 --- a/clients/client-quicksight/src/commands/DeleteIAMPolicyAssignmentCommand.ts +++ b/clients/client-quicksight/src/commands/DeleteIAMPolicyAssignmentCommand.ts @@ -99,9 +99,6 @@ export class DeleteIAMPolicyAssignmentCommand extends $Command< DeleteIAMPolicyAssignmentCommandOutput, QuickSightClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -115,9 +112,7 @@ export class DeleteIAMPolicyAssignmentCommand extends $Command< * @public */ constructor(readonly input: DeleteIAMPolicyAssignmentCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -173,7 +168,4 @@ export class DeleteIAMPolicyAssignmentCommand extends $Command< ): Promise { return de_DeleteIAMPolicyAssignmentCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-quicksight/src/commands/DeleteNamespaceCommand.ts b/clients/client-quicksight/src/commands/DeleteNamespaceCommand.ts index be787bcbf5d1..5dc8659bd266 100644 --- a/clients/client-quicksight/src/commands/DeleteNamespaceCommand.ts +++ b/clients/client-quicksight/src/commands/DeleteNamespaceCommand.ts @@ -98,9 +98,6 @@ export class DeleteNamespaceCommand extends $Command< DeleteNamespaceCommandOutput, QuickSightClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -114,9 +111,7 @@ export class DeleteNamespaceCommand extends $Command< * @public */ constructor(readonly input: DeleteNamespaceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -169,7 +164,4 @@ export class DeleteNamespaceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteNamespaceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-quicksight/src/commands/DeleteRefreshScheduleCommand.ts b/clients/client-quicksight/src/commands/DeleteRefreshScheduleCommand.ts index 90edc2b19ef9..8e1ae1a6965c 100644 --- a/clients/client-quicksight/src/commands/DeleteRefreshScheduleCommand.ts +++ b/clients/client-quicksight/src/commands/DeleteRefreshScheduleCommand.ts @@ -96,9 +96,6 @@ export class DeleteRefreshScheduleCommand extends $Command< DeleteRefreshScheduleCommandOutput, QuickSightClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -112,9 +109,7 @@ export class DeleteRefreshScheduleCommand extends $Command< * @public */ constructor(readonly input: DeleteRefreshScheduleCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -167,7 +162,4 @@ export class DeleteRefreshScheduleCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteRefreshScheduleCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-quicksight/src/commands/DeleteTemplateAliasCommand.ts b/clients/client-quicksight/src/commands/DeleteTemplateAliasCommand.ts index e8323ecbf803..b46989a43c2b 100644 --- a/clients/client-quicksight/src/commands/DeleteTemplateAliasCommand.ts +++ b/clients/client-quicksight/src/commands/DeleteTemplateAliasCommand.ts @@ -95,9 +95,6 @@ export class DeleteTemplateAliasCommand extends $Command< DeleteTemplateAliasCommandOutput, QuickSightClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -111,9 +108,7 @@ export class DeleteTemplateAliasCommand extends $Command< * @public */ constructor(readonly input: DeleteTemplateAliasCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -166,7 +161,4 @@ export class DeleteTemplateAliasCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteTemplateAliasCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-quicksight/src/commands/DeleteTemplateCommand.ts b/clients/client-quicksight/src/commands/DeleteTemplateCommand.ts index bcd1fad51dba..7edc40f56af6 100644 --- a/clients/client-quicksight/src/commands/DeleteTemplateCommand.ts +++ b/clients/client-quicksight/src/commands/DeleteTemplateCommand.ts @@ -99,9 +99,6 @@ export class DeleteTemplateCommand extends $Command< DeleteTemplateCommandOutput, QuickSightClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -115,9 +112,7 @@ export class DeleteTemplateCommand extends $Command< * @public */ constructor(readonly input: DeleteTemplateCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -170,7 +165,4 @@ export class DeleteTemplateCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteTemplateCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-quicksight/src/commands/DeleteThemeAliasCommand.ts b/clients/client-quicksight/src/commands/DeleteThemeAliasCommand.ts index 6a45a4bbd05d..e38dc69556c7 100644 --- a/clients/client-quicksight/src/commands/DeleteThemeAliasCommand.ts +++ b/clients/client-quicksight/src/commands/DeleteThemeAliasCommand.ts @@ -99,9 +99,6 @@ export class DeleteThemeAliasCommand extends $Command< DeleteThemeAliasCommandOutput, QuickSightClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -115,9 +112,7 @@ export class DeleteThemeAliasCommand extends $Command< * @public */ constructor(readonly input: DeleteThemeAliasCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -170,7 +165,4 @@ export class DeleteThemeAliasCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteThemeAliasCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-quicksight/src/commands/DeleteThemeCommand.ts b/clients/client-quicksight/src/commands/DeleteThemeCommand.ts index 8d99f9e74076..38c9b79e6256 100644 --- a/clients/client-quicksight/src/commands/DeleteThemeCommand.ts +++ b/clients/client-quicksight/src/commands/DeleteThemeCommand.ts @@ -102,9 +102,6 @@ export class DeleteThemeCommand extends $Command< DeleteThemeCommandOutput, QuickSightClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -118,9 +115,7 @@ export class DeleteThemeCommand extends $Command< * @public */ constructor(readonly input: DeleteThemeCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -171,7 +166,4 @@ export class DeleteThemeCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteThemeCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-quicksight/src/commands/DeleteTopicCommand.ts b/clients/client-quicksight/src/commands/DeleteTopicCommand.ts index e1aac76e61a3..fd5014b040f9 100644 --- a/clients/client-quicksight/src/commands/DeleteTopicCommand.ts +++ b/clients/client-quicksight/src/commands/DeleteTopicCommand.ts @@ -95,9 +95,6 @@ export class DeleteTopicCommand extends $Command< DeleteTopicCommandOutput, QuickSightClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -111,9 +108,7 @@ export class DeleteTopicCommand extends $Command< * @public */ constructor(readonly input: DeleteTopicCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -164,7 +159,4 @@ export class DeleteTopicCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteTopicCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-quicksight/src/commands/DeleteTopicRefreshScheduleCommand.ts b/clients/client-quicksight/src/commands/DeleteTopicRefreshScheduleCommand.ts index 9fb2e7c408d1..5fb870d83ae6 100644 --- a/clients/client-quicksight/src/commands/DeleteTopicRefreshScheduleCommand.ts +++ b/clients/client-quicksight/src/commands/DeleteTopicRefreshScheduleCommand.ts @@ -103,9 +103,6 @@ export class DeleteTopicRefreshScheduleCommand extends $Command< DeleteTopicRefreshScheduleCommandOutput, QuickSightClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -119,9 +116,7 @@ export class DeleteTopicRefreshScheduleCommand extends $Command< * @public */ constructor(readonly input: DeleteTopicRefreshScheduleCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -177,7 +172,4 @@ export class DeleteTopicRefreshScheduleCommand extends $Command< ): Promise { return de_DeleteTopicRefreshScheduleCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-quicksight/src/commands/DeleteUserByPrincipalIdCommand.ts b/clients/client-quicksight/src/commands/DeleteUserByPrincipalIdCommand.ts index 995b99e5a3c2..8f77979852c5 100644 --- a/clients/client-quicksight/src/commands/DeleteUserByPrincipalIdCommand.ts +++ b/clients/client-quicksight/src/commands/DeleteUserByPrincipalIdCommand.ts @@ -97,9 +97,6 @@ export class DeleteUserByPrincipalIdCommand extends $Command< DeleteUserByPrincipalIdCommandOutput, QuickSightClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -113,9 +110,7 @@ export class DeleteUserByPrincipalIdCommand extends $Command< * @public */ constructor(readonly input: DeleteUserByPrincipalIdCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -168,7 +163,4 @@ export class DeleteUserByPrincipalIdCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteUserByPrincipalIdCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-quicksight/src/commands/DeleteUserCommand.ts b/clients/client-quicksight/src/commands/DeleteUserCommand.ts index b0e1c72bca65..b5743fcb7968 100644 --- a/clients/client-quicksight/src/commands/DeleteUserCommand.ts +++ b/clients/client-quicksight/src/commands/DeleteUserCommand.ts @@ -99,9 +99,6 @@ export class DeleteUserCommand extends $Command< DeleteUserCommandOutput, QuickSightClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -115,9 +112,7 @@ export class DeleteUserCommand extends $Command< * @public */ constructor(readonly input: DeleteUserCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -168,7 +163,4 @@ export class DeleteUserCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteUserCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-quicksight/src/commands/DeleteVPCConnectionCommand.ts b/clients/client-quicksight/src/commands/DeleteVPCConnectionCommand.ts index a5f241c213f6..42e5eecff77e 100644 --- a/clients/client-quicksight/src/commands/DeleteVPCConnectionCommand.ts +++ b/clients/client-quicksight/src/commands/DeleteVPCConnectionCommand.ts @@ -103,9 +103,6 @@ export class DeleteVPCConnectionCommand extends $Command< DeleteVPCConnectionCommandOutput, QuickSightClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -119,9 +116,7 @@ export class DeleteVPCConnectionCommand extends $Command< * @public */ constructor(readonly input: DeleteVPCConnectionCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -174,7 +169,4 @@ export class DeleteVPCConnectionCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteVPCConnectionCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-quicksight/src/commands/DescribeAccountCustomizationCommand.ts b/clients/client-quicksight/src/commands/DescribeAccountCustomizationCommand.ts index 180176ac1454..ec71c5b14851 100644 --- a/clients/client-quicksight/src/commands/DescribeAccountCustomizationCommand.ts +++ b/clients/client-quicksight/src/commands/DescribeAccountCustomizationCommand.ts @@ -162,9 +162,6 @@ export class DescribeAccountCustomizationCommand extends $Command< DescribeAccountCustomizationCommandOutput, QuickSightClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -178,9 +175,7 @@ export class DescribeAccountCustomizationCommand extends $Command< * @public */ constructor(readonly input: DescribeAccountCustomizationCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -236,7 +231,4 @@ export class DescribeAccountCustomizationCommand extends $Command< ): Promise { return de_DescribeAccountCustomizationCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-quicksight/src/commands/DescribeAccountSettingsCommand.ts b/clients/client-quicksight/src/commands/DescribeAccountSettingsCommand.ts index 024a8b9c4071..b7dbfef776d8 100644 --- a/clients/client-quicksight/src/commands/DescribeAccountSettingsCommand.ts +++ b/clients/client-quicksight/src/commands/DescribeAccountSettingsCommand.ts @@ -101,9 +101,6 @@ export class DescribeAccountSettingsCommand extends $Command< DescribeAccountSettingsCommandOutput, QuickSightClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -117,9 +114,7 @@ export class DescribeAccountSettingsCommand extends $Command< * @public */ constructor(readonly input: DescribeAccountSettingsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -172,7 +167,4 @@ export class DescribeAccountSettingsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DescribeAccountSettingsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-quicksight/src/commands/DescribeAccountSubscriptionCommand.ts b/clients/client-quicksight/src/commands/DescribeAccountSubscriptionCommand.ts index 945a19190645..472cb7b96391 100644 --- a/clients/client-quicksight/src/commands/DescribeAccountSubscriptionCommand.ts +++ b/clients/client-quicksight/src/commands/DescribeAccountSubscriptionCommand.ts @@ -105,9 +105,6 @@ export class DescribeAccountSubscriptionCommand extends $Command< DescribeAccountSubscriptionCommandOutput, QuickSightClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -121,9 +118,7 @@ export class DescribeAccountSubscriptionCommand extends $Command< * @public */ constructor(readonly input: DescribeAccountSubscriptionCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -179,7 +174,4 @@ export class DescribeAccountSubscriptionCommand extends $Command< ): Promise { return de_DescribeAccountSubscriptionCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-quicksight/src/commands/DescribeAnalysisCommand.ts b/clients/client-quicksight/src/commands/DescribeAnalysisCommand.ts index 04ec162b7530..4d29b94f6675 100644 --- a/clients/client-quicksight/src/commands/DescribeAnalysisCommand.ts +++ b/clients/client-quicksight/src/commands/DescribeAnalysisCommand.ts @@ -129,9 +129,6 @@ export class DescribeAnalysisCommand extends $Command< DescribeAnalysisCommandOutput, QuickSightClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -145,9 +142,7 @@ export class DescribeAnalysisCommand extends $Command< * @public */ constructor(readonly input: DescribeAnalysisCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -200,7 +195,4 @@ export class DescribeAnalysisCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DescribeAnalysisCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-quicksight/src/commands/DescribeAnalysisDefinitionCommand.ts b/clients/client-quicksight/src/commands/DescribeAnalysisDefinitionCommand.ts index 439f0fdef614..3979b64b02a8 100644 --- a/clients/client-quicksight/src/commands/DescribeAnalysisDefinitionCommand.ts +++ b/clients/client-quicksight/src/commands/DescribeAnalysisDefinitionCommand.ts @@ -4596,9 +4596,6 @@ export class DescribeAnalysisDefinitionCommand extends $Command< DescribeAnalysisDefinitionCommandOutput, QuickSightClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -4612,9 +4609,7 @@ export class DescribeAnalysisDefinitionCommand extends $Command< * @public */ constructor(readonly input: DescribeAnalysisDefinitionCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -4670,7 +4665,4 @@ export class DescribeAnalysisDefinitionCommand extends $Command< ): Promise { return de_DescribeAnalysisDefinitionCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-quicksight/src/commands/DescribeAnalysisPermissionsCommand.ts b/clients/client-quicksight/src/commands/DescribeAnalysisPermissionsCommand.ts index 5b6d056cbe23..4cd99630d410 100644 --- a/clients/client-quicksight/src/commands/DescribeAnalysisPermissionsCommand.ts +++ b/clients/client-quicksight/src/commands/DescribeAnalysisPermissionsCommand.ts @@ -105,9 +105,6 @@ export class DescribeAnalysisPermissionsCommand extends $Command< DescribeAnalysisPermissionsCommandOutput, QuickSightClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -121,9 +118,7 @@ export class DescribeAnalysisPermissionsCommand extends $Command< * @public */ constructor(readonly input: DescribeAnalysisPermissionsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -179,7 +174,4 @@ export class DescribeAnalysisPermissionsCommand extends $Command< ): Promise { return de_DescribeAnalysisPermissionsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-quicksight/src/commands/DescribeAssetBundleExportJobCommand.ts b/clients/client-quicksight/src/commands/DescribeAssetBundleExportJobCommand.ts index 78b96c9a7469..30f95753432f 100644 --- a/clients/client-quicksight/src/commands/DescribeAssetBundleExportJobCommand.ts +++ b/clients/client-quicksight/src/commands/DescribeAssetBundleExportJobCommand.ts @@ -170,9 +170,6 @@ export class DescribeAssetBundleExportJobCommand extends $Command< DescribeAssetBundleExportJobCommandOutput, QuickSightClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -186,9 +183,7 @@ export class DescribeAssetBundleExportJobCommand extends $Command< * @public */ constructor(readonly input: DescribeAssetBundleExportJobCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -244,7 +239,4 @@ export class DescribeAssetBundleExportJobCommand extends $Command< ): Promise { return de_DescribeAssetBundleExportJobCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-quicksight/src/commands/DescribeAssetBundleImportJobCommand.ts b/clients/client-quicksight/src/commands/DescribeAssetBundleImportJobCommand.ts index 97b53029dcca..f13785ee2c4c 100644 --- a/clients/client-quicksight/src/commands/DescribeAssetBundleImportJobCommand.ts +++ b/clients/client-quicksight/src/commands/DescribeAssetBundleImportJobCommand.ts @@ -313,9 +313,6 @@ export class DescribeAssetBundleImportJobCommand extends $Command< DescribeAssetBundleImportJobCommandOutput, QuickSightClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -329,9 +326,7 @@ export class DescribeAssetBundleImportJobCommand extends $Command< * @public */ constructor(readonly input: DescribeAssetBundleImportJobCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -387,7 +382,4 @@ export class DescribeAssetBundleImportJobCommand extends $Command< ): Promise { return de_DescribeAssetBundleImportJobCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-quicksight/src/commands/DescribeDashboardCommand.ts b/clients/client-quicksight/src/commands/DescribeDashboardCommand.ts index 351b683b9f7e..da99e385a317 100644 --- a/clients/client-quicksight/src/commands/DescribeDashboardCommand.ts +++ b/clients/client-quicksight/src/commands/DescribeDashboardCommand.ts @@ -139,9 +139,6 @@ export class DescribeDashboardCommand extends $Command< DescribeDashboardCommandOutput, QuickSightClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -155,9 +152,7 @@ export class DescribeDashboardCommand extends $Command< * @public */ constructor(readonly input: DescribeDashboardCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -210,7 +205,4 @@ export class DescribeDashboardCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DescribeDashboardCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-quicksight/src/commands/DescribeDashboardDefinitionCommand.ts b/clients/client-quicksight/src/commands/DescribeDashboardDefinitionCommand.ts index 8216874739a1..156e003789a4 100644 --- a/clients/client-quicksight/src/commands/DescribeDashboardDefinitionCommand.ts +++ b/clients/client-quicksight/src/commands/DescribeDashboardDefinitionCommand.ts @@ -4640,9 +4640,6 @@ export class DescribeDashboardDefinitionCommand extends $Command< DescribeDashboardDefinitionCommandOutput, QuickSightClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -4656,9 +4653,7 @@ export class DescribeDashboardDefinitionCommand extends $Command< * @public */ constructor(readonly input: DescribeDashboardDefinitionCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -4714,7 +4709,4 @@ export class DescribeDashboardDefinitionCommand extends $Command< ): Promise { return de_DescribeDashboardDefinitionCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-quicksight/src/commands/DescribeDashboardPermissionsCommand.ts b/clients/client-quicksight/src/commands/DescribeDashboardPermissionsCommand.ts index 2563d8a4cd23..3edd9db36bb1 100644 --- a/clients/client-quicksight/src/commands/DescribeDashboardPermissionsCommand.ts +++ b/clients/client-quicksight/src/commands/DescribeDashboardPermissionsCommand.ts @@ -115,9 +115,6 @@ export class DescribeDashboardPermissionsCommand extends $Command< DescribeDashboardPermissionsCommandOutput, QuickSightClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -131,9 +128,7 @@ export class DescribeDashboardPermissionsCommand extends $Command< * @public */ constructor(readonly input: DescribeDashboardPermissionsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -189,7 +184,4 @@ export class DescribeDashboardPermissionsCommand extends $Command< ): Promise { return de_DescribeDashboardPermissionsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-quicksight/src/commands/DescribeDashboardSnapshotJobCommand.ts b/clients/client-quicksight/src/commands/DescribeDashboardSnapshotJobCommand.ts index 04b1a792d9da..0325fe0b8b8d 100644 --- a/clients/client-quicksight/src/commands/DescribeDashboardSnapshotJobCommand.ts +++ b/clients/client-quicksight/src/commands/DescribeDashboardSnapshotJobCommand.ts @@ -185,9 +185,6 @@ export class DescribeDashboardSnapshotJobCommand extends $Command< DescribeDashboardSnapshotJobCommandOutput, QuickSightClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -201,9 +198,7 @@ export class DescribeDashboardSnapshotJobCommand extends $Command< * @public */ constructor(readonly input: DescribeDashboardSnapshotJobCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -259,7 +254,4 @@ export class DescribeDashboardSnapshotJobCommand extends $Command< ): Promise { return de_DescribeDashboardSnapshotJobCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-quicksight/src/commands/DescribeDashboardSnapshotJobResultCommand.ts b/clients/client-quicksight/src/commands/DescribeDashboardSnapshotJobResultCommand.ts index 5cebca06754a..830120320c22 100644 --- a/clients/client-quicksight/src/commands/DescribeDashboardSnapshotJobResultCommand.ts +++ b/clients/client-quicksight/src/commands/DescribeDashboardSnapshotJobResultCommand.ts @@ -161,9 +161,6 @@ export class DescribeDashboardSnapshotJobResultCommand extends $Command< DescribeDashboardSnapshotJobResultCommandOutput, QuickSightClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -177,9 +174,7 @@ export class DescribeDashboardSnapshotJobResultCommand extends $Command< * @public */ constructor(readonly input: DescribeDashboardSnapshotJobResultCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -238,7 +233,4 @@ export class DescribeDashboardSnapshotJobResultCommand extends $Command< ): Promise { return de_DescribeDashboardSnapshotJobResultCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-quicksight/src/commands/DescribeDataSetCommand.ts b/clients/client-quicksight/src/commands/DescribeDataSetCommand.ts index cdadd97f0c7d..041e256fca1e 100644 --- a/clients/client-quicksight/src/commands/DescribeDataSetCommand.ts +++ b/clients/client-quicksight/src/commands/DescribeDataSetCommand.ts @@ -345,9 +345,6 @@ export class DescribeDataSetCommand extends $Command< DescribeDataSetCommandOutput, QuickSightClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -361,9 +358,7 @@ export class DescribeDataSetCommand extends $Command< * @public */ constructor(readonly input: DescribeDataSetCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -416,7 +411,4 @@ export class DescribeDataSetCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DescribeDataSetCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-quicksight/src/commands/DescribeDataSetPermissionsCommand.ts b/clients/client-quicksight/src/commands/DescribeDataSetPermissionsCommand.ts index b9955343445d..d525585f3a7f 100644 --- a/clients/client-quicksight/src/commands/DescribeDataSetPermissionsCommand.ts +++ b/clients/client-quicksight/src/commands/DescribeDataSetPermissionsCommand.ts @@ -101,9 +101,6 @@ export class DescribeDataSetPermissionsCommand extends $Command< DescribeDataSetPermissionsCommandOutput, QuickSightClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -117,9 +114,7 @@ export class DescribeDataSetPermissionsCommand extends $Command< * @public */ constructor(readonly input: DescribeDataSetPermissionsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -175,7 +170,4 @@ export class DescribeDataSetPermissionsCommand extends $Command< ): Promise { return de_DescribeDataSetPermissionsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-quicksight/src/commands/DescribeDataSetRefreshPropertiesCommand.ts b/clients/client-quicksight/src/commands/DescribeDataSetRefreshPropertiesCommand.ts index 18c2af63e339..003cd2a59715 100644 --- a/clients/client-quicksight/src/commands/DescribeDataSetRefreshPropertiesCommand.ts +++ b/clients/client-quicksight/src/commands/DescribeDataSetRefreshPropertiesCommand.ts @@ -112,9 +112,6 @@ export class DescribeDataSetRefreshPropertiesCommand extends $Command< DescribeDataSetRefreshPropertiesCommandOutput, QuickSightClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -128,9 +125,7 @@ export class DescribeDataSetRefreshPropertiesCommand extends $Command< * @public */ constructor(readonly input: DescribeDataSetRefreshPropertiesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -189,7 +184,4 @@ export class DescribeDataSetRefreshPropertiesCommand extends $Command< ): Promise { return de_DescribeDataSetRefreshPropertiesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-quicksight/src/commands/DescribeDataSourceCommand.ts b/clients/client-quicksight/src/commands/DescribeDataSourceCommand.ts index b26cf7ddacaa..a7609d697e76 100644 --- a/clients/client-quicksight/src/commands/DescribeDataSourceCommand.ts +++ b/clients/client-quicksight/src/commands/DescribeDataSourceCommand.ts @@ -360,9 +360,6 @@ export class DescribeDataSourceCommand extends $Command< DescribeDataSourceCommandOutput, QuickSightClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -376,9 +373,7 @@ export class DescribeDataSourceCommand extends $Command< * @public */ constructor(readonly input: DescribeDataSourceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -431,7 +426,4 @@ export class DescribeDataSourceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DescribeDataSourceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-quicksight/src/commands/DescribeDataSourcePermissionsCommand.ts b/clients/client-quicksight/src/commands/DescribeDataSourcePermissionsCommand.ts index e4758ad2263a..ca8a0e409518 100644 --- a/clients/client-quicksight/src/commands/DescribeDataSourcePermissionsCommand.ts +++ b/clients/client-quicksight/src/commands/DescribeDataSourcePermissionsCommand.ts @@ -105,9 +105,6 @@ export class DescribeDataSourcePermissionsCommand extends $Command< DescribeDataSourcePermissionsCommandOutput, QuickSightClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -121,9 +118,7 @@ export class DescribeDataSourcePermissionsCommand extends $Command< * @public */ constructor(readonly input: DescribeDataSourcePermissionsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -179,7 +174,4 @@ export class DescribeDataSourcePermissionsCommand extends $Command< ): Promise { return de_DescribeDataSourcePermissionsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-quicksight/src/commands/DescribeFolderCommand.ts b/clients/client-quicksight/src/commands/DescribeFolderCommand.ts index 98a73d21c5e5..ae490cbaee63 100644 --- a/clients/client-quicksight/src/commands/DescribeFolderCommand.ts +++ b/clients/client-quicksight/src/commands/DescribeFolderCommand.ts @@ -108,9 +108,6 @@ export class DescribeFolderCommand extends $Command< DescribeFolderCommandOutput, QuickSightClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -124,9 +121,7 @@ export class DescribeFolderCommand extends $Command< * @public */ constructor(readonly input: DescribeFolderCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -179,7 +174,4 @@ export class DescribeFolderCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DescribeFolderCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-quicksight/src/commands/DescribeFolderPermissionsCommand.ts b/clients/client-quicksight/src/commands/DescribeFolderPermissionsCommand.ts index 9edbac55d9be..fa53ebda0ef7 100644 --- a/clients/client-quicksight/src/commands/DescribeFolderPermissionsCommand.ts +++ b/clients/client-quicksight/src/commands/DescribeFolderPermissionsCommand.ts @@ -113,9 +113,6 @@ export class DescribeFolderPermissionsCommand extends $Command< DescribeFolderPermissionsCommandOutput, QuickSightClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -129,9 +126,7 @@ export class DescribeFolderPermissionsCommand extends $Command< * @public */ constructor(readonly input: DescribeFolderPermissionsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -187,7 +182,4 @@ export class DescribeFolderPermissionsCommand extends $Command< ): Promise { return de_DescribeFolderPermissionsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-quicksight/src/commands/DescribeFolderResolvedPermissionsCommand.ts b/clients/client-quicksight/src/commands/DescribeFolderResolvedPermissionsCommand.ts index d67cd8812204..8203c46cc3ef 100644 --- a/clients/client-quicksight/src/commands/DescribeFolderResolvedPermissionsCommand.ts +++ b/clients/client-quicksight/src/commands/DescribeFolderResolvedPermissionsCommand.ts @@ -121,9 +121,6 @@ export class DescribeFolderResolvedPermissionsCommand extends $Command< DescribeFolderResolvedPermissionsCommandOutput, QuickSightClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -137,9 +134,7 @@ export class DescribeFolderResolvedPermissionsCommand extends $Command< * @public */ constructor(readonly input: DescribeFolderResolvedPermissionsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -198,7 +193,4 @@ export class DescribeFolderResolvedPermissionsCommand extends $Command< ): Promise { return de_DescribeFolderResolvedPermissionsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-quicksight/src/commands/DescribeGroupCommand.ts b/clients/client-quicksight/src/commands/DescribeGroupCommand.ts index 2ba524dd158d..eb0bcecefce4 100644 --- a/clients/client-quicksight/src/commands/DescribeGroupCommand.ts +++ b/clients/client-quicksight/src/commands/DescribeGroupCommand.ts @@ -103,9 +103,6 @@ export class DescribeGroupCommand extends $Command< DescribeGroupCommandOutput, QuickSightClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -119,9 +116,7 @@ export class DescribeGroupCommand extends $Command< * @public */ constructor(readonly input: DescribeGroupCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -172,7 +167,4 @@ export class DescribeGroupCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DescribeGroupCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-quicksight/src/commands/DescribeGroupMembershipCommand.ts b/clients/client-quicksight/src/commands/DescribeGroupMembershipCommand.ts index 9165e44f1f55..4e039e7ad750 100644 --- a/clients/client-quicksight/src/commands/DescribeGroupMembershipCommand.ts +++ b/clients/client-quicksight/src/commands/DescribeGroupMembershipCommand.ts @@ -104,9 +104,6 @@ export class DescribeGroupMembershipCommand extends $Command< DescribeGroupMembershipCommandOutput, QuickSightClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -120,9 +117,7 @@ export class DescribeGroupMembershipCommand extends $Command< * @public */ constructor(readonly input: DescribeGroupMembershipCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -175,7 +170,4 @@ export class DescribeGroupMembershipCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DescribeGroupMembershipCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-quicksight/src/commands/DescribeIAMPolicyAssignmentCommand.ts b/clients/client-quicksight/src/commands/DescribeIAMPolicyAssignmentCommand.ts index 035861911b83..f4f1236ed2a0 100644 --- a/clients/client-quicksight/src/commands/DescribeIAMPolicyAssignmentCommand.ts +++ b/clients/client-quicksight/src/commands/DescribeIAMPolicyAssignmentCommand.ts @@ -112,9 +112,6 @@ export class DescribeIAMPolicyAssignmentCommand extends $Command< DescribeIAMPolicyAssignmentCommandOutput, QuickSightClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -128,9 +125,7 @@ export class DescribeIAMPolicyAssignmentCommand extends $Command< * @public */ constructor(readonly input: DescribeIAMPolicyAssignmentCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -186,7 +181,4 @@ export class DescribeIAMPolicyAssignmentCommand extends $Command< ): Promise { return de_DescribeIAMPolicyAssignmentCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-quicksight/src/commands/DescribeIngestionCommand.ts b/clients/client-quicksight/src/commands/DescribeIngestionCommand.ts index d16ba7b4863c..80a9b7e532f9 100644 --- a/clients/client-quicksight/src/commands/DescribeIngestionCommand.ts +++ b/clients/client-quicksight/src/commands/DescribeIngestionCommand.ts @@ -117,9 +117,6 @@ export class DescribeIngestionCommand extends $Command< DescribeIngestionCommandOutput, QuickSightClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -133,9 +130,7 @@ export class DescribeIngestionCommand extends $Command< * @public */ constructor(readonly input: DescribeIngestionCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -188,7 +183,4 @@ export class DescribeIngestionCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DescribeIngestionCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-quicksight/src/commands/DescribeIpRestrictionCommand.ts b/clients/client-quicksight/src/commands/DescribeIpRestrictionCommand.ts index a9a376a8271f..02cad4d2645a 100644 --- a/clients/client-quicksight/src/commands/DescribeIpRestrictionCommand.ts +++ b/clients/client-quicksight/src/commands/DescribeIpRestrictionCommand.ts @@ -94,9 +94,6 @@ export class DescribeIpRestrictionCommand extends $Command< DescribeIpRestrictionCommandOutput, QuickSightClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -110,9 +107,7 @@ export class DescribeIpRestrictionCommand extends $Command< * @public */ constructor(readonly input: DescribeIpRestrictionCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -165,7 +160,4 @@ export class DescribeIpRestrictionCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DescribeIpRestrictionCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-quicksight/src/commands/DescribeNamespaceCommand.ts b/clients/client-quicksight/src/commands/DescribeNamespaceCommand.ts index 70a7f2397291..a027941611a5 100644 --- a/clients/client-quicksight/src/commands/DescribeNamespaceCommand.ts +++ b/clients/client-quicksight/src/commands/DescribeNamespaceCommand.ts @@ -104,9 +104,6 @@ export class DescribeNamespaceCommand extends $Command< DescribeNamespaceCommandOutput, QuickSightClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -120,9 +117,7 @@ export class DescribeNamespaceCommand extends $Command< * @public */ constructor(readonly input: DescribeNamespaceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -175,7 +170,4 @@ export class DescribeNamespaceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DescribeNamespaceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-quicksight/src/commands/DescribeRefreshScheduleCommand.ts b/clients/client-quicksight/src/commands/DescribeRefreshScheduleCommand.ts index 2e336aae61db..7464721dc96e 100644 --- a/clients/client-quicksight/src/commands/DescribeRefreshScheduleCommand.ts +++ b/clients/client-quicksight/src/commands/DescribeRefreshScheduleCommand.ts @@ -110,9 +110,6 @@ export class DescribeRefreshScheduleCommand extends $Command< DescribeRefreshScheduleCommandOutput, QuickSightClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -126,9 +123,7 @@ export class DescribeRefreshScheduleCommand extends $Command< * @public */ constructor(readonly input: DescribeRefreshScheduleCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -181,7 +176,4 @@ export class DescribeRefreshScheduleCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DescribeRefreshScheduleCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-quicksight/src/commands/DescribeTemplateAliasCommand.ts b/clients/client-quicksight/src/commands/DescribeTemplateAliasCommand.ts index ec4c36e3bd11..40ddf9cc0b7f 100644 --- a/clients/client-quicksight/src/commands/DescribeTemplateAliasCommand.ts +++ b/clients/client-quicksight/src/commands/DescribeTemplateAliasCommand.ts @@ -93,9 +93,6 @@ export class DescribeTemplateAliasCommand extends $Command< DescribeTemplateAliasCommandOutput, QuickSightClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -109,9 +106,7 @@ export class DescribeTemplateAliasCommand extends $Command< * @public */ constructor(readonly input: DescribeTemplateAliasCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -164,7 +159,4 @@ export class DescribeTemplateAliasCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DescribeTemplateAliasCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-quicksight/src/commands/DescribeTemplateCommand.ts b/clients/client-quicksight/src/commands/DescribeTemplateCommand.ts index 7e6f57133536..da2e88008981 100644 --- a/clients/client-quicksight/src/commands/DescribeTemplateCommand.ts +++ b/clients/client-quicksight/src/commands/DescribeTemplateCommand.ts @@ -164,9 +164,6 @@ export class DescribeTemplateCommand extends $Command< DescribeTemplateCommandOutput, QuickSightClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -180,9 +177,7 @@ export class DescribeTemplateCommand extends $Command< * @public */ constructor(readonly input: DescribeTemplateCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -235,7 +230,4 @@ export class DescribeTemplateCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DescribeTemplateCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-quicksight/src/commands/DescribeTemplateDefinitionCommand.ts b/clients/client-quicksight/src/commands/DescribeTemplateDefinitionCommand.ts index ef991abc2d09..87b6af814b17 100644 --- a/clients/client-quicksight/src/commands/DescribeTemplateDefinitionCommand.ts +++ b/clients/client-quicksight/src/commands/DescribeTemplateDefinitionCommand.ts @@ -4616,9 +4616,6 @@ export class DescribeTemplateDefinitionCommand extends $Command< DescribeTemplateDefinitionCommandOutput, QuickSightClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -4632,9 +4629,7 @@ export class DescribeTemplateDefinitionCommand extends $Command< * @public */ constructor(readonly input: DescribeTemplateDefinitionCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -4690,7 +4685,4 @@ export class DescribeTemplateDefinitionCommand extends $Command< ): Promise { return de_DescribeTemplateDefinitionCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-quicksight/src/commands/DescribeTemplatePermissionsCommand.ts b/clients/client-quicksight/src/commands/DescribeTemplatePermissionsCommand.ts index aa3138fc2678..a6e73caa74fa 100644 --- a/clients/client-quicksight/src/commands/DescribeTemplatePermissionsCommand.ts +++ b/clients/client-quicksight/src/commands/DescribeTemplatePermissionsCommand.ts @@ -108,9 +108,6 @@ export class DescribeTemplatePermissionsCommand extends $Command< DescribeTemplatePermissionsCommandOutput, QuickSightClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -124,9 +121,7 @@ export class DescribeTemplatePermissionsCommand extends $Command< * @public */ constructor(readonly input: DescribeTemplatePermissionsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -182,7 +177,4 @@ export class DescribeTemplatePermissionsCommand extends $Command< ): Promise { return de_DescribeTemplatePermissionsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-quicksight/src/commands/DescribeThemeAliasCommand.ts b/clients/client-quicksight/src/commands/DescribeThemeAliasCommand.ts index a0a5054f0d5c..4a738e4311a0 100644 --- a/clients/client-quicksight/src/commands/DescribeThemeAliasCommand.ts +++ b/clients/client-quicksight/src/commands/DescribeThemeAliasCommand.ts @@ -99,9 +99,6 @@ export class DescribeThemeAliasCommand extends $Command< DescribeThemeAliasCommandOutput, QuickSightClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -115,9 +112,7 @@ export class DescribeThemeAliasCommand extends $Command< * @public */ constructor(readonly input: DescribeThemeAliasCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -170,7 +165,4 @@ export class DescribeThemeAliasCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DescribeThemeAliasCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-quicksight/src/commands/DescribeThemeCommand.ts b/clients/client-quicksight/src/commands/DescribeThemeCommand.ts index b14e4dfe50c3..c05cfacfd070 100644 --- a/clients/client-quicksight/src/commands/DescribeThemeCommand.ts +++ b/clients/client-quicksight/src/commands/DescribeThemeCommand.ts @@ -174,9 +174,6 @@ export class DescribeThemeCommand extends $Command< DescribeThemeCommandOutput, QuickSightClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -190,9 +187,7 @@ export class DescribeThemeCommand extends $Command< * @public */ constructor(readonly input: DescribeThemeCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -243,7 +238,4 @@ export class DescribeThemeCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DescribeThemeCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-quicksight/src/commands/DescribeThemePermissionsCommand.ts b/clients/client-quicksight/src/commands/DescribeThemePermissionsCommand.ts index d0b7f7343d55..58cbfd0dbade 100644 --- a/clients/client-quicksight/src/commands/DescribeThemePermissionsCommand.ts +++ b/clients/client-quicksight/src/commands/DescribeThemePermissionsCommand.ts @@ -106,9 +106,6 @@ export class DescribeThemePermissionsCommand extends $Command< DescribeThemePermissionsCommandOutput, QuickSightClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -122,9 +119,7 @@ export class DescribeThemePermissionsCommand extends $Command< * @public */ constructor(readonly input: DescribeThemePermissionsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -177,7 +172,4 @@ export class DescribeThemePermissionsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DescribeThemePermissionsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-quicksight/src/commands/DescribeTopicCommand.ts b/clients/client-quicksight/src/commands/DescribeTopicCommand.ts index 48cc6bc257a0..fd7f46be93aa 100644 --- a/clients/client-quicksight/src/commands/DescribeTopicCommand.ts +++ b/clients/client-quicksight/src/commands/DescribeTopicCommand.ts @@ -343,9 +343,6 @@ export class DescribeTopicCommand extends $Command< DescribeTopicCommandOutput, QuickSightClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -359,9 +356,7 @@ export class DescribeTopicCommand extends $Command< * @public */ constructor(readonly input: DescribeTopicCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -412,7 +407,4 @@ export class DescribeTopicCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DescribeTopicCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-quicksight/src/commands/DescribeTopicPermissionsCommand.ts b/clients/client-quicksight/src/commands/DescribeTopicPermissionsCommand.ts index fc5703e7d81a..2359828c18e6 100644 --- a/clients/client-quicksight/src/commands/DescribeTopicPermissionsCommand.ts +++ b/clients/client-quicksight/src/commands/DescribeTopicPermissionsCommand.ts @@ -100,9 +100,6 @@ export class DescribeTopicPermissionsCommand extends $Command< DescribeTopicPermissionsCommandOutput, QuickSightClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -116,9 +113,7 @@ export class DescribeTopicPermissionsCommand extends $Command< * @public */ constructor(readonly input: DescribeTopicPermissionsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -171,7 +166,4 @@ export class DescribeTopicPermissionsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DescribeTopicPermissionsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-quicksight/src/commands/DescribeTopicRefreshCommand.ts b/clients/client-quicksight/src/commands/DescribeTopicRefreshCommand.ts index fd9aad69e150..81af324191de 100644 --- a/clients/client-quicksight/src/commands/DescribeTopicRefreshCommand.ts +++ b/clients/client-quicksight/src/commands/DescribeTopicRefreshCommand.ts @@ -96,9 +96,6 @@ export class DescribeTopicRefreshCommand extends $Command< DescribeTopicRefreshCommandOutput, QuickSightClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -112,9 +109,7 @@ export class DescribeTopicRefreshCommand extends $Command< * @public */ constructor(readonly input: DescribeTopicRefreshCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -167,7 +162,4 @@ export class DescribeTopicRefreshCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DescribeTopicRefreshCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-quicksight/src/commands/DescribeTopicRefreshScheduleCommand.ts b/clients/client-quicksight/src/commands/DescribeTopicRefreshScheduleCommand.ts index 5222b7726258..25f02745a831 100644 --- a/clients/client-quicksight/src/commands/DescribeTopicRefreshScheduleCommand.ts +++ b/clients/client-quicksight/src/commands/DescribeTopicRefreshScheduleCommand.ts @@ -116,9 +116,6 @@ export class DescribeTopicRefreshScheduleCommand extends $Command< DescribeTopicRefreshScheduleCommandOutput, QuickSightClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -132,9 +129,7 @@ export class DescribeTopicRefreshScheduleCommand extends $Command< * @public */ constructor(readonly input: DescribeTopicRefreshScheduleCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -190,7 +185,4 @@ export class DescribeTopicRefreshScheduleCommand extends $Command< ): Promise { return de_DescribeTopicRefreshScheduleCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-quicksight/src/commands/DescribeUserCommand.ts b/clients/client-quicksight/src/commands/DescribeUserCommand.ts index 7a9c8d757e0b..383795ea4a64 100644 --- a/clients/client-quicksight/src/commands/DescribeUserCommand.ts +++ b/clients/client-quicksight/src/commands/DescribeUserCommand.ts @@ -110,9 +110,6 @@ export class DescribeUserCommand extends $Command< DescribeUserCommandOutput, QuickSightClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -126,9 +123,7 @@ export class DescribeUserCommand extends $Command< * @public */ constructor(readonly input: DescribeUserCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -179,7 +174,4 @@ export class DescribeUserCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DescribeUserCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-quicksight/src/commands/DescribeVPCConnectionCommand.ts b/clients/client-quicksight/src/commands/DescribeVPCConnectionCommand.ts index dedc23ce5370..a145a8b2b5ff 100644 --- a/clients/client-quicksight/src/commands/DescribeVPCConnectionCommand.ts +++ b/clients/client-quicksight/src/commands/DescribeVPCConnectionCommand.ts @@ -122,9 +122,6 @@ export class DescribeVPCConnectionCommand extends $Command< DescribeVPCConnectionCommandOutput, QuickSightClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -138,9 +135,7 @@ export class DescribeVPCConnectionCommand extends $Command< * @public */ constructor(readonly input: DescribeVPCConnectionCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -193,7 +188,4 @@ export class DescribeVPCConnectionCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DescribeVPCConnectionCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-quicksight/src/commands/GenerateEmbedUrlForAnonymousUserCommand.ts b/clients/client-quicksight/src/commands/GenerateEmbedUrlForAnonymousUserCommand.ts index 9402c68c3cb9..918d386de8e7 100644 --- a/clients/client-quicksight/src/commands/GenerateEmbedUrlForAnonymousUserCommand.ts +++ b/clients/client-quicksight/src/commands/GenerateEmbedUrlForAnonymousUserCommand.ts @@ -168,9 +168,6 @@ export class GenerateEmbedUrlForAnonymousUserCommand extends $Command< GenerateEmbedUrlForAnonymousUserCommandOutput, QuickSightClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -184,9 +181,7 @@ export class GenerateEmbedUrlForAnonymousUserCommand extends $Command< * @public */ constructor(readonly input: GenerateEmbedUrlForAnonymousUserCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -245,7 +240,4 @@ export class GenerateEmbedUrlForAnonymousUserCommand extends $Command< ): Promise { return de_GenerateEmbedUrlForAnonymousUserCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-quicksight/src/commands/GenerateEmbedUrlForRegisteredUserCommand.ts b/clients/client-quicksight/src/commands/GenerateEmbedUrlForRegisteredUserCommand.ts index c5b8d6cd2ea0..96318d9fcc9d 100644 --- a/clients/client-quicksight/src/commands/GenerateEmbedUrlForRegisteredUserCommand.ts +++ b/clients/client-quicksight/src/commands/GenerateEmbedUrlForRegisteredUserCommand.ts @@ -181,9 +181,6 @@ export class GenerateEmbedUrlForRegisteredUserCommand extends $Command< GenerateEmbedUrlForRegisteredUserCommandOutput, QuickSightClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -197,9 +194,7 @@ export class GenerateEmbedUrlForRegisteredUserCommand extends $Command< * @public */ constructor(readonly input: GenerateEmbedUrlForRegisteredUserCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -258,7 +253,4 @@ export class GenerateEmbedUrlForRegisteredUserCommand extends $Command< ): Promise { return de_GenerateEmbedUrlForRegisteredUserCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-quicksight/src/commands/GetDashboardEmbedUrlCommand.ts b/clients/client-quicksight/src/commands/GetDashboardEmbedUrlCommand.ts index e4e3f3cbd57d..134a31742619 100644 --- a/clients/client-quicksight/src/commands/GetDashboardEmbedUrlCommand.ts +++ b/clients/client-quicksight/src/commands/GetDashboardEmbedUrlCommand.ts @@ -163,9 +163,6 @@ export class GetDashboardEmbedUrlCommand extends $Command< GetDashboardEmbedUrlCommandOutput, QuickSightClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -179,9 +176,7 @@ export class GetDashboardEmbedUrlCommand extends $Command< * @public */ constructor(readonly input: GetDashboardEmbedUrlCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -234,7 +229,4 @@ export class GetDashboardEmbedUrlCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetDashboardEmbedUrlCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-quicksight/src/commands/GetSessionEmbedUrlCommand.ts b/clients/client-quicksight/src/commands/GetSessionEmbedUrlCommand.ts index 30249b895168..61536b98e208 100644 --- a/clients/client-quicksight/src/commands/GetSessionEmbedUrlCommand.ts +++ b/clients/client-quicksight/src/commands/GetSessionEmbedUrlCommand.ts @@ -140,9 +140,6 @@ export class GetSessionEmbedUrlCommand extends $Command< GetSessionEmbedUrlCommandOutput, QuickSightClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -156,9 +153,7 @@ export class GetSessionEmbedUrlCommand extends $Command< * @public */ constructor(readonly input: GetSessionEmbedUrlCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -211,7 +206,4 @@ export class GetSessionEmbedUrlCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetSessionEmbedUrlCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-quicksight/src/commands/ListAnalysesCommand.ts b/clients/client-quicksight/src/commands/ListAnalysesCommand.ts index 4af5d3fbd261..061c7a97d873 100644 --- a/clients/client-quicksight/src/commands/ListAnalysesCommand.ts +++ b/clients/client-quicksight/src/commands/ListAnalysesCommand.ts @@ -99,9 +99,6 @@ export class ListAnalysesCommand extends $Command< ListAnalysesCommandOutput, QuickSightClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -115,9 +112,7 @@ export class ListAnalysesCommand extends $Command< * @public */ constructor(readonly input: ListAnalysesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -168,7 +163,4 @@ export class ListAnalysesCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListAnalysesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-quicksight/src/commands/ListAssetBundleExportJobsCommand.ts b/clients/client-quicksight/src/commands/ListAssetBundleExportJobsCommand.ts index acdc62f45c96..1c12cca2f8f4 100644 --- a/clients/client-quicksight/src/commands/ListAssetBundleExportJobsCommand.ts +++ b/clients/client-quicksight/src/commands/ListAssetBundleExportJobsCommand.ts @@ -105,9 +105,6 @@ export class ListAssetBundleExportJobsCommand extends $Command< ListAssetBundleExportJobsCommandOutput, QuickSightClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -121,9 +118,7 @@ export class ListAssetBundleExportJobsCommand extends $Command< * @public */ constructor(readonly input: ListAssetBundleExportJobsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -179,7 +174,4 @@ export class ListAssetBundleExportJobsCommand extends $Command< ): Promise { return de_ListAssetBundleExportJobsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-quicksight/src/commands/ListAssetBundleImportJobsCommand.ts b/clients/client-quicksight/src/commands/ListAssetBundleImportJobsCommand.ts index 2e61a4854410..e02ef0df1264 100644 --- a/clients/client-quicksight/src/commands/ListAssetBundleImportJobsCommand.ts +++ b/clients/client-quicksight/src/commands/ListAssetBundleImportJobsCommand.ts @@ -104,9 +104,6 @@ export class ListAssetBundleImportJobsCommand extends $Command< ListAssetBundleImportJobsCommandOutput, QuickSightClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -120,9 +117,7 @@ export class ListAssetBundleImportJobsCommand extends $Command< * @public */ constructor(readonly input: ListAssetBundleImportJobsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -178,7 +173,4 @@ export class ListAssetBundleImportJobsCommand extends $Command< ): Promise { return de_ListAssetBundleImportJobsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-quicksight/src/commands/ListDashboardVersionsCommand.ts b/clients/client-quicksight/src/commands/ListDashboardVersionsCommand.ts index c253e3b0f31c..b5b9363bdd80 100644 --- a/clients/client-quicksight/src/commands/ListDashboardVersionsCommand.ts +++ b/clients/client-quicksight/src/commands/ListDashboardVersionsCommand.ts @@ -106,9 +106,6 @@ export class ListDashboardVersionsCommand extends $Command< ListDashboardVersionsCommandOutput, QuickSightClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -122,9 +119,7 @@ export class ListDashboardVersionsCommand extends $Command< * @public */ constructor(readonly input: ListDashboardVersionsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -177,7 +172,4 @@ export class ListDashboardVersionsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListDashboardVersionsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-quicksight/src/commands/ListDashboardsCommand.ts b/clients/client-quicksight/src/commands/ListDashboardsCommand.ts index e9a1d7db4a54..7808136731b9 100644 --- a/clients/client-quicksight/src/commands/ListDashboardsCommand.ts +++ b/clients/client-quicksight/src/commands/ListDashboardsCommand.ts @@ -100,9 +100,6 @@ export class ListDashboardsCommand extends $Command< ListDashboardsCommandOutput, QuickSightClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -116,9 +113,7 @@ export class ListDashboardsCommand extends $Command< * @public */ constructor(readonly input: ListDashboardsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -171,7 +166,4 @@ export class ListDashboardsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListDashboardsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-quicksight/src/commands/ListDataSetsCommand.ts b/clients/client-quicksight/src/commands/ListDataSetsCommand.ts index 299904d0e981..4320270ffdf4 100644 --- a/clients/client-quicksight/src/commands/ListDataSetsCommand.ts +++ b/clients/client-quicksight/src/commands/ListDataSetsCommand.ts @@ -112,9 +112,6 @@ export class ListDataSetsCommand extends $Command< ListDataSetsCommandOutput, QuickSightClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -128,9 +125,7 @@ export class ListDataSetsCommand extends $Command< * @public */ constructor(readonly input: ListDataSetsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -181,7 +176,4 @@ export class ListDataSetsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListDataSetsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-quicksight/src/commands/ListDataSourcesCommand.ts b/clients/client-quicksight/src/commands/ListDataSourcesCommand.ts index 713790356307..93854126dd59 100644 --- a/clients/client-quicksight/src/commands/ListDataSourcesCommand.ts +++ b/clients/client-quicksight/src/commands/ListDataSourcesCommand.ts @@ -364,9 +364,6 @@ export class ListDataSourcesCommand extends $Command< ListDataSourcesCommandOutput, QuickSightClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -380,9 +377,7 @@ export class ListDataSourcesCommand extends $Command< * @public */ constructor(readonly input: ListDataSourcesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -435,7 +430,4 @@ export class ListDataSourcesCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListDataSourcesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-quicksight/src/commands/ListFolderMembersCommand.ts b/clients/client-quicksight/src/commands/ListFolderMembersCommand.ts index f92e1019e3b1..c2cbf4d58a0d 100644 --- a/clients/client-quicksight/src/commands/ListFolderMembersCommand.ts +++ b/clients/client-quicksight/src/commands/ListFolderMembersCommand.ts @@ -108,9 +108,6 @@ export class ListFolderMembersCommand extends $Command< ListFolderMembersCommandOutput, QuickSightClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -124,9 +121,7 @@ export class ListFolderMembersCommand extends $Command< * @public */ constructor(readonly input: ListFolderMembersCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -179,7 +174,4 @@ export class ListFolderMembersCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListFolderMembersCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-quicksight/src/commands/ListFoldersCommand.ts b/clients/client-quicksight/src/commands/ListFoldersCommand.ts index 75f4883e16f1..7663a3036d73 100644 --- a/clients/client-quicksight/src/commands/ListFoldersCommand.ts +++ b/clients/client-quicksight/src/commands/ListFoldersCommand.ts @@ -112,9 +112,6 @@ export class ListFoldersCommand extends $Command< ListFoldersCommandOutput, QuickSightClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -128,9 +125,7 @@ export class ListFoldersCommand extends $Command< * @public */ constructor(readonly input: ListFoldersCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -181,7 +176,4 @@ export class ListFoldersCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListFoldersCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-quicksight/src/commands/ListGroupMembershipsCommand.ts b/clients/client-quicksight/src/commands/ListGroupMembershipsCommand.ts index dddb7972ccea..f9aeeac426a9 100644 --- a/clients/client-quicksight/src/commands/ListGroupMembershipsCommand.ts +++ b/clients/client-quicksight/src/commands/ListGroupMembershipsCommand.ts @@ -109,9 +109,6 @@ export class ListGroupMembershipsCommand extends $Command< ListGroupMembershipsCommandOutput, QuickSightClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -125,9 +122,7 @@ export class ListGroupMembershipsCommand extends $Command< * @public */ constructor(readonly input: ListGroupMembershipsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -180,7 +175,4 @@ export class ListGroupMembershipsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListGroupMembershipsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-quicksight/src/commands/ListGroupsCommand.ts b/clients/client-quicksight/src/commands/ListGroupsCommand.ts index 2cb07aeb4da8..db28677498c4 100644 --- a/clients/client-quicksight/src/commands/ListGroupsCommand.ts +++ b/clients/client-quicksight/src/commands/ListGroupsCommand.ts @@ -110,9 +110,6 @@ export class ListGroupsCommand extends $Command< ListGroupsCommandOutput, QuickSightClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -126,9 +123,7 @@ export class ListGroupsCommand extends $Command< * @public */ constructor(readonly input: ListGroupsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -179,7 +174,4 @@ export class ListGroupsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListGroupsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-quicksight/src/commands/ListIAMPolicyAssignmentsCommand.ts b/clients/client-quicksight/src/commands/ListIAMPolicyAssignmentsCommand.ts index 57e854062cd7..4ef45fb6e235 100644 --- a/clients/client-quicksight/src/commands/ListIAMPolicyAssignmentsCommand.ts +++ b/clients/client-quicksight/src/commands/ListIAMPolicyAssignmentsCommand.ts @@ -105,9 +105,6 @@ export class ListIAMPolicyAssignmentsCommand extends $Command< ListIAMPolicyAssignmentsCommandOutput, QuickSightClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -121,9 +118,7 @@ export class ListIAMPolicyAssignmentsCommand extends $Command< * @public */ constructor(readonly input: ListIAMPolicyAssignmentsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -176,7 +171,4 @@ export class ListIAMPolicyAssignmentsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListIAMPolicyAssignmentsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-quicksight/src/commands/ListIAMPolicyAssignmentsForUserCommand.ts b/clients/client-quicksight/src/commands/ListIAMPolicyAssignmentsForUserCommand.ts index 698aec975d1b..4f3b4c52e3ca 100644 --- a/clients/client-quicksight/src/commands/ListIAMPolicyAssignmentsForUserCommand.ts +++ b/clients/client-quicksight/src/commands/ListIAMPolicyAssignmentsForUserCommand.ts @@ -118,9 +118,6 @@ export class ListIAMPolicyAssignmentsForUserCommand extends $Command< ListIAMPolicyAssignmentsForUserCommandOutput, QuickSightClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -134,9 +131,7 @@ export class ListIAMPolicyAssignmentsForUserCommand extends $Command< * @public */ constructor(readonly input: ListIAMPolicyAssignmentsForUserCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -195,7 +190,4 @@ export class ListIAMPolicyAssignmentsForUserCommand extends $Command< ): Promise { return de_ListIAMPolicyAssignmentsForUserCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-quicksight/src/commands/ListIngestionsCommand.ts b/clients/client-quicksight/src/commands/ListIngestionsCommand.ts index 1e968c98828d..7560585f33e8 100644 --- a/clients/client-quicksight/src/commands/ListIngestionsCommand.ts +++ b/clients/client-quicksight/src/commands/ListIngestionsCommand.ts @@ -124,9 +124,6 @@ export class ListIngestionsCommand extends $Command< ListIngestionsCommandOutput, QuickSightClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -140,9 +137,7 @@ export class ListIngestionsCommand extends $Command< * @public */ constructor(readonly input: ListIngestionsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -195,7 +190,4 @@ export class ListIngestionsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListIngestionsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-quicksight/src/commands/ListNamespacesCommand.ts b/clients/client-quicksight/src/commands/ListNamespacesCommand.ts index 797c2a6863f8..95d0a3dbd3a3 100644 --- a/clients/client-quicksight/src/commands/ListNamespacesCommand.ts +++ b/clients/client-quicksight/src/commands/ListNamespacesCommand.ts @@ -114,9 +114,6 @@ export class ListNamespacesCommand extends $Command< ListNamespacesCommandOutput, QuickSightClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -130,9 +127,7 @@ export class ListNamespacesCommand extends $Command< * @public */ constructor(readonly input: ListNamespacesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -185,7 +180,4 @@ export class ListNamespacesCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListNamespacesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-quicksight/src/commands/ListRefreshSchedulesCommand.ts b/clients/client-quicksight/src/commands/ListRefreshSchedulesCommand.ts index bd76e6f5c924..a489a066de51 100644 --- a/clients/client-quicksight/src/commands/ListRefreshSchedulesCommand.ts +++ b/clients/client-quicksight/src/commands/ListRefreshSchedulesCommand.ts @@ -110,9 +110,6 @@ export class ListRefreshSchedulesCommand extends $Command< ListRefreshSchedulesCommandOutput, QuickSightClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -126,9 +123,7 @@ export class ListRefreshSchedulesCommand extends $Command< * @public */ constructor(readonly input: ListRefreshSchedulesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -181,7 +176,4 @@ export class ListRefreshSchedulesCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListRefreshSchedulesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-quicksight/src/commands/ListTagsForResourceCommand.ts b/clients/client-quicksight/src/commands/ListTagsForResourceCommand.ts index 4c19f8bda780..d203c6b16fa1 100644 --- a/clients/client-quicksight/src/commands/ListTagsForResourceCommand.ts +++ b/clients/client-quicksight/src/commands/ListTagsForResourceCommand.ts @@ -95,9 +95,6 @@ export class ListTagsForResourceCommand extends $Command< ListTagsForResourceCommandOutput, QuickSightClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -111,9 +108,7 @@ export class ListTagsForResourceCommand extends $Command< * @public */ constructor(readonly input: ListTagsForResourceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -166,7 +161,4 @@ export class ListTagsForResourceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListTagsForResourceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-quicksight/src/commands/ListTemplateAliasesCommand.ts b/clients/client-quicksight/src/commands/ListTemplateAliasesCommand.ts index 9b3f234847df..a2e6d702087f 100644 --- a/clients/client-quicksight/src/commands/ListTemplateAliasesCommand.ts +++ b/clients/client-quicksight/src/commands/ListTemplateAliasesCommand.ts @@ -100,9 +100,6 @@ export class ListTemplateAliasesCommand extends $Command< ListTemplateAliasesCommandOutput, QuickSightClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -116,9 +113,7 @@ export class ListTemplateAliasesCommand extends $Command< * @public */ constructor(readonly input: ListTemplateAliasesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -171,7 +166,4 @@ export class ListTemplateAliasesCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListTemplateAliasesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-quicksight/src/commands/ListTemplateVersionsCommand.ts b/clients/client-quicksight/src/commands/ListTemplateVersionsCommand.ts index 247fa4887d19..846e76511639 100644 --- a/clients/client-quicksight/src/commands/ListTemplateVersionsCommand.ts +++ b/clients/client-quicksight/src/commands/ListTemplateVersionsCommand.ts @@ -105,9 +105,6 @@ export class ListTemplateVersionsCommand extends $Command< ListTemplateVersionsCommandOutput, QuickSightClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -121,9 +118,7 @@ export class ListTemplateVersionsCommand extends $Command< * @public */ constructor(readonly input: ListTemplateVersionsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -176,7 +171,4 @@ export class ListTemplateVersionsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListTemplateVersionsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-quicksight/src/commands/ListTemplatesCommand.ts b/clients/client-quicksight/src/commands/ListTemplatesCommand.ts index 0a6a91654a6f..05bbd26f68c6 100644 --- a/clients/client-quicksight/src/commands/ListTemplatesCommand.ts +++ b/clients/client-quicksight/src/commands/ListTemplatesCommand.ts @@ -105,9 +105,6 @@ export class ListTemplatesCommand extends $Command< ListTemplatesCommandOutput, QuickSightClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -121,9 +118,7 @@ export class ListTemplatesCommand extends $Command< * @public */ constructor(readonly input: ListTemplatesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -174,7 +169,4 @@ export class ListTemplatesCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListTemplatesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-quicksight/src/commands/ListThemeAliasesCommand.ts b/clients/client-quicksight/src/commands/ListThemeAliasesCommand.ts index 6bf12b1f4f5f..b95a38d1e41a 100644 --- a/clients/client-quicksight/src/commands/ListThemeAliasesCommand.ts +++ b/clients/client-quicksight/src/commands/ListThemeAliasesCommand.ts @@ -106,9 +106,6 @@ export class ListThemeAliasesCommand extends $Command< ListThemeAliasesCommandOutput, QuickSightClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -122,9 +119,7 @@ export class ListThemeAliasesCommand extends $Command< * @public */ constructor(readonly input: ListThemeAliasesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -177,7 +172,4 @@ export class ListThemeAliasesCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListThemeAliasesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-quicksight/src/commands/ListThemeVersionsCommand.ts b/clients/client-quicksight/src/commands/ListThemeVersionsCommand.ts index 8aeb085e0d6a..69c6317dcb93 100644 --- a/clients/client-quicksight/src/commands/ListThemeVersionsCommand.ts +++ b/clients/client-quicksight/src/commands/ListThemeVersionsCommand.ts @@ -111,9 +111,6 @@ export class ListThemeVersionsCommand extends $Command< ListThemeVersionsCommandOutput, QuickSightClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -127,9 +124,7 @@ export class ListThemeVersionsCommand extends $Command< * @public */ constructor(readonly input: ListThemeVersionsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -182,7 +177,4 @@ export class ListThemeVersionsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListThemeVersionsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-quicksight/src/commands/ListThemesCommand.ts b/clients/client-quicksight/src/commands/ListThemesCommand.ts index 5294ff77e84b..8c83432b21cb 100644 --- a/clients/client-quicksight/src/commands/ListThemesCommand.ts +++ b/clients/client-quicksight/src/commands/ListThemesCommand.ts @@ -112,9 +112,6 @@ export class ListThemesCommand extends $Command< ListThemesCommandOutput, QuickSightClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -128,9 +125,7 @@ export class ListThemesCommand extends $Command< * @public */ constructor(readonly input: ListThemesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -181,7 +176,4 @@ export class ListThemesCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListThemesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-quicksight/src/commands/ListTopicRefreshSchedulesCommand.ts b/clients/client-quicksight/src/commands/ListTopicRefreshSchedulesCommand.ts index 6b247c5362d6..8132d11f6270 100644 --- a/clients/client-quicksight/src/commands/ListTopicRefreshSchedulesCommand.ts +++ b/clients/client-quicksight/src/commands/ListTopicRefreshSchedulesCommand.ts @@ -116,9 +116,6 @@ export class ListTopicRefreshSchedulesCommand extends $Command< ListTopicRefreshSchedulesCommandOutput, QuickSightClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -132,9 +129,7 @@ export class ListTopicRefreshSchedulesCommand extends $Command< * @public */ constructor(readonly input: ListTopicRefreshSchedulesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -190,7 +185,4 @@ export class ListTopicRefreshSchedulesCommand extends $Command< ): Promise { return de_ListTopicRefreshSchedulesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-quicksight/src/commands/ListTopicsCommand.ts b/clients/client-quicksight/src/commands/ListTopicsCommand.ts index cd7d72995987..7e0b006eef84 100644 --- a/clients/client-quicksight/src/commands/ListTopicsCommand.ts +++ b/clients/client-quicksight/src/commands/ListTopicsCommand.ts @@ -99,9 +99,6 @@ export class ListTopicsCommand extends $Command< ListTopicsCommandOutput, QuickSightClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -115,9 +112,7 @@ export class ListTopicsCommand extends $Command< * @public */ constructor(readonly input: ListTopicsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -168,7 +163,4 @@ export class ListTopicsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListTopicsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-quicksight/src/commands/ListUserGroupsCommand.ts b/clients/client-quicksight/src/commands/ListUserGroupsCommand.ts index 1d826fd2f60d..6681963828eb 100644 --- a/clients/client-quicksight/src/commands/ListUserGroupsCommand.ts +++ b/clients/client-quicksight/src/commands/ListUserGroupsCommand.ts @@ -108,9 +108,6 @@ export class ListUserGroupsCommand extends $Command< ListUserGroupsCommandOutput, QuickSightClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -124,9 +121,7 @@ export class ListUserGroupsCommand extends $Command< * @public */ constructor(readonly input: ListUserGroupsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -179,7 +174,4 @@ export class ListUserGroupsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListUserGroupsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-quicksight/src/commands/ListUsersCommand.ts b/clients/client-quicksight/src/commands/ListUsersCommand.ts index 128df48295de..df98567d1455 100644 --- a/clients/client-quicksight/src/commands/ListUsersCommand.ts +++ b/clients/client-quicksight/src/commands/ListUsersCommand.ts @@ -117,9 +117,6 @@ export class ListUsersCommand extends $Command< ListUsersCommandOutput, QuickSightClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -133,9 +130,7 @@ export class ListUsersCommand extends $Command< * @public */ constructor(readonly input: ListUsersCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -186,7 +181,4 @@ export class ListUsersCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListUsersCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-quicksight/src/commands/ListVPCConnectionsCommand.ts b/clients/client-quicksight/src/commands/ListVPCConnectionsCommand.ts index 9e77e2dfae4c..591502d60991 100644 --- a/clients/client-quicksight/src/commands/ListVPCConnectionsCommand.ts +++ b/clients/client-quicksight/src/commands/ListVPCConnectionsCommand.ts @@ -127,9 +127,6 @@ export class ListVPCConnectionsCommand extends $Command< ListVPCConnectionsCommandOutput, QuickSightClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -143,9 +140,7 @@ export class ListVPCConnectionsCommand extends $Command< * @public */ constructor(readonly input: ListVPCConnectionsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -198,7 +193,4 @@ export class ListVPCConnectionsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListVPCConnectionsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-quicksight/src/commands/PutDataSetRefreshPropertiesCommand.ts b/clients/client-quicksight/src/commands/PutDataSetRefreshPropertiesCommand.ts index 2241fc01180e..2a7a5c68aa1f 100644 --- a/clients/client-quicksight/src/commands/PutDataSetRefreshPropertiesCommand.ts +++ b/clients/client-quicksight/src/commands/PutDataSetRefreshPropertiesCommand.ts @@ -115,9 +115,6 @@ export class PutDataSetRefreshPropertiesCommand extends $Command< PutDataSetRefreshPropertiesCommandOutput, QuickSightClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -131,9 +128,7 @@ export class PutDataSetRefreshPropertiesCommand extends $Command< * @public */ constructor(readonly input: PutDataSetRefreshPropertiesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -189,7 +184,4 @@ export class PutDataSetRefreshPropertiesCommand extends $Command< ): Promise { return de_PutDataSetRefreshPropertiesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-quicksight/src/commands/RegisterUserCommand.ts b/clients/client-quicksight/src/commands/RegisterUserCommand.ts index 36d3ed9026b3..45163889f6b9 100644 --- a/clients/client-quicksight/src/commands/RegisterUserCommand.ts +++ b/clients/client-quicksight/src/commands/RegisterUserCommand.ts @@ -132,9 +132,6 @@ export class RegisterUserCommand extends $Command< RegisterUserCommandOutput, QuickSightClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -148,9 +145,7 @@ export class RegisterUserCommand extends $Command< * @public */ constructor(readonly input: RegisterUserCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -201,7 +196,4 @@ export class RegisterUserCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_RegisterUserCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-quicksight/src/commands/RestoreAnalysisCommand.ts b/clients/client-quicksight/src/commands/RestoreAnalysisCommand.ts index f2025848daac..2688585b53a5 100644 --- a/clients/client-quicksight/src/commands/RestoreAnalysisCommand.ts +++ b/clients/client-quicksight/src/commands/RestoreAnalysisCommand.ts @@ -95,9 +95,6 @@ export class RestoreAnalysisCommand extends $Command< RestoreAnalysisCommandOutput, QuickSightClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -111,9 +108,7 @@ export class RestoreAnalysisCommand extends $Command< * @public */ constructor(readonly input: RestoreAnalysisCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -166,7 +161,4 @@ export class RestoreAnalysisCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_RestoreAnalysisCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-quicksight/src/commands/SearchAnalysesCommand.ts b/clients/client-quicksight/src/commands/SearchAnalysesCommand.ts index 13a3d2443797..95de8403733a 100644 --- a/clients/client-quicksight/src/commands/SearchAnalysesCommand.ts +++ b/clients/client-quicksight/src/commands/SearchAnalysesCommand.ts @@ -115,9 +115,6 @@ export class SearchAnalysesCommand extends $Command< SearchAnalysesCommandOutput, QuickSightClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -131,9 +128,7 @@ export class SearchAnalysesCommand extends $Command< * @public */ constructor(readonly input: SearchAnalysesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -186,7 +181,4 @@ export class SearchAnalysesCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_SearchAnalysesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-quicksight/src/commands/SearchDashboardsCommand.ts b/clients/client-quicksight/src/commands/SearchDashboardsCommand.ts index ab8e29051e6b..0821f25158d2 100644 --- a/clients/client-quicksight/src/commands/SearchDashboardsCommand.ts +++ b/clients/client-quicksight/src/commands/SearchDashboardsCommand.ts @@ -116,9 +116,6 @@ export class SearchDashboardsCommand extends $Command< SearchDashboardsCommandOutput, QuickSightClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -132,9 +129,7 @@ export class SearchDashboardsCommand extends $Command< * @public */ constructor(readonly input: SearchDashboardsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -187,7 +182,4 @@ export class SearchDashboardsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_SearchDashboardsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-quicksight/src/commands/SearchDataSetsCommand.ts b/clients/client-quicksight/src/commands/SearchDataSetsCommand.ts index 62e896e93f63..5b123a3c0120 100644 --- a/clients/client-quicksight/src/commands/SearchDataSetsCommand.ts +++ b/clients/client-quicksight/src/commands/SearchDataSetsCommand.ts @@ -122,9 +122,6 @@ export class SearchDataSetsCommand extends $Command< SearchDataSetsCommandOutput, QuickSightClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -138,9 +135,7 @@ export class SearchDataSetsCommand extends $Command< * @public */ constructor(readonly input: SearchDataSetsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -193,7 +188,4 @@ export class SearchDataSetsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_SearchDataSetsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-quicksight/src/commands/SearchDataSourcesCommand.ts b/clients/client-quicksight/src/commands/SearchDataSourcesCommand.ts index 5179102feba4..07cf302c8992 100644 --- a/clients/client-quicksight/src/commands/SearchDataSourcesCommand.ts +++ b/clients/client-quicksight/src/commands/SearchDataSourcesCommand.ts @@ -112,9 +112,6 @@ export class SearchDataSourcesCommand extends $Command< SearchDataSourcesCommandOutput, QuickSightClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -128,9 +125,7 @@ export class SearchDataSourcesCommand extends $Command< * @public */ constructor(readonly input: SearchDataSourcesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -183,7 +178,4 @@ export class SearchDataSourcesCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_SearchDataSourcesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-quicksight/src/commands/SearchFoldersCommand.ts b/clients/client-quicksight/src/commands/SearchFoldersCommand.ts index 0b8b1fa51bb6..618a3191ab08 100644 --- a/clients/client-quicksight/src/commands/SearchFoldersCommand.ts +++ b/clients/client-quicksight/src/commands/SearchFoldersCommand.ts @@ -122,9 +122,6 @@ export class SearchFoldersCommand extends $Command< SearchFoldersCommandOutput, QuickSightClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -138,9 +135,7 @@ export class SearchFoldersCommand extends $Command< * @public */ constructor(readonly input: SearchFoldersCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -191,7 +186,4 @@ export class SearchFoldersCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_SearchFoldersCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-quicksight/src/commands/SearchGroupsCommand.ts b/clients/client-quicksight/src/commands/SearchGroupsCommand.ts index 638c2ee57f31..337d88e65b8d 100644 --- a/clients/client-quicksight/src/commands/SearchGroupsCommand.ts +++ b/clients/client-quicksight/src/commands/SearchGroupsCommand.ts @@ -117,9 +117,6 @@ export class SearchGroupsCommand extends $Command< SearchGroupsCommandOutput, QuickSightClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -133,9 +130,7 @@ export class SearchGroupsCommand extends $Command< * @public */ constructor(readonly input: SearchGroupsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -186,7 +181,4 @@ export class SearchGroupsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_SearchGroupsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-quicksight/src/commands/StartAssetBundleExportJobCommand.ts b/clients/client-quicksight/src/commands/StartAssetBundleExportJobCommand.ts index 192b723fd6cf..49ded0b2f890 100644 --- a/clients/client-quicksight/src/commands/StartAssetBundleExportJobCommand.ts +++ b/clients/client-quicksight/src/commands/StartAssetBundleExportJobCommand.ts @@ -169,9 +169,6 @@ export class StartAssetBundleExportJobCommand extends $Command< StartAssetBundleExportJobCommandOutput, QuickSightClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -185,9 +182,7 @@ export class StartAssetBundleExportJobCommand extends $Command< * @public */ constructor(readonly input: StartAssetBundleExportJobCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -243,7 +238,4 @@ export class StartAssetBundleExportJobCommand extends $Command< ): Promise { return de_StartAssetBundleExportJobCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-quicksight/src/commands/StartAssetBundleImportJobCommand.ts b/clients/client-quicksight/src/commands/StartAssetBundleImportJobCommand.ts index e441c6c51edd..c23612051314 100644 --- a/clients/client-quicksight/src/commands/StartAssetBundleImportJobCommand.ts +++ b/clients/client-quicksight/src/commands/StartAssetBundleImportJobCommand.ts @@ -307,9 +307,6 @@ export class StartAssetBundleImportJobCommand extends $Command< StartAssetBundleImportJobCommandOutput, QuickSightClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -323,9 +320,7 @@ export class StartAssetBundleImportJobCommand extends $Command< * @public */ constructor(readonly input: StartAssetBundleImportJobCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -381,7 +376,4 @@ export class StartAssetBundleImportJobCommand extends $Command< ): Promise { return de_StartAssetBundleImportJobCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-quicksight/src/commands/StartDashboardSnapshotJobCommand.ts b/clients/client-quicksight/src/commands/StartDashboardSnapshotJobCommand.ts index 190409cdc9a6..455f911c1987 100644 --- a/clients/client-quicksight/src/commands/StartDashboardSnapshotJobCommand.ts +++ b/clients/client-quicksight/src/commands/StartDashboardSnapshotJobCommand.ts @@ -209,9 +209,6 @@ export class StartDashboardSnapshotJobCommand extends $Command< StartDashboardSnapshotJobCommandOutput, QuickSightClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -225,9 +222,7 @@ export class StartDashboardSnapshotJobCommand extends $Command< * @public */ constructor(readonly input: StartDashboardSnapshotJobCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -283,7 +278,4 @@ export class StartDashboardSnapshotJobCommand extends $Command< ): Promise { return de_StartDashboardSnapshotJobCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-quicksight/src/commands/TagResourceCommand.ts b/clients/client-quicksight/src/commands/TagResourceCommand.ts index 817f394a7580..dcbed0f7dece 100644 --- a/clients/client-quicksight/src/commands/TagResourceCommand.ts +++ b/clients/client-quicksight/src/commands/TagResourceCommand.ts @@ -117,9 +117,6 @@ export class TagResourceCommand extends $Command< TagResourceCommandOutput, QuickSightClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -133,9 +130,7 @@ export class TagResourceCommand extends $Command< * @public */ constructor(readonly input: TagResourceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -186,7 +181,4 @@ export class TagResourceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_TagResourceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-quicksight/src/commands/UntagResourceCommand.ts b/clients/client-quicksight/src/commands/UntagResourceCommand.ts index b16ecca1de55..31f816359887 100644 --- a/clients/client-quicksight/src/commands/UntagResourceCommand.ts +++ b/clients/client-quicksight/src/commands/UntagResourceCommand.ts @@ -92,9 +92,6 @@ export class UntagResourceCommand extends $Command< UntagResourceCommandOutput, QuickSightClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -108,9 +105,7 @@ export class UntagResourceCommand extends $Command< * @public */ constructor(readonly input: UntagResourceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -161,7 +156,4 @@ export class UntagResourceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UntagResourceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-quicksight/src/commands/UpdateAccountCustomizationCommand.ts b/clients/client-quicksight/src/commands/UpdateAccountCustomizationCommand.ts index 075b605c2b2e..3daf8e83362f 100644 --- a/clients/client-quicksight/src/commands/UpdateAccountCustomizationCommand.ts +++ b/clients/client-quicksight/src/commands/UpdateAccountCustomizationCommand.ts @@ -111,9 +111,6 @@ export class UpdateAccountCustomizationCommand extends $Command< UpdateAccountCustomizationCommandOutput, QuickSightClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -127,9 +124,7 @@ export class UpdateAccountCustomizationCommand extends $Command< * @public */ constructor(readonly input: UpdateAccountCustomizationCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -185,7 +180,4 @@ export class UpdateAccountCustomizationCommand extends $Command< ): Promise { return de_UpdateAccountCustomizationCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-quicksight/src/commands/UpdateAccountSettingsCommand.ts b/clients/client-quicksight/src/commands/UpdateAccountSettingsCommand.ts index bb6dc079fd03..7c81964b6536 100644 --- a/clients/client-quicksight/src/commands/UpdateAccountSettingsCommand.ts +++ b/clients/client-quicksight/src/commands/UpdateAccountSettingsCommand.ts @@ -95,9 +95,6 @@ export class UpdateAccountSettingsCommand extends $Command< UpdateAccountSettingsCommandOutput, QuickSightClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -111,9 +108,7 @@ export class UpdateAccountSettingsCommand extends $Command< * @public */ constructor(readonly input: UpdateAccountSettingsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -166,7 +161,4 @@ export class UpdateAccountSettingsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdateAccountSettingsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-quicksight/src/commands/UpdateAnalysisCommand.ts b/clients/client-quicksight/src/commands/UpdateAnalysisCommand.ts index f2a0bb703b2e..093f9697afd6 100644 --- a/clients/client-quicksight/src/commands/UpdateAnalysisCommand.ts +++ b/clients/client-quicksight/src/commands/UpdateAnalysisCommand.ts @@ -4620,9 +4620,6 @@ export class UpdateAnalysisCommand extends $Command< UpdateAnalysisCommandOutput, QuickSightClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -4636,9 +4633,7 @@ export class UpdateAnalysisCommand extends $Command< * @public */ constructor(readonly input: UpdateAnalysisCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -4691,7 +4686,4 @@ export class UpdateAnalysisCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdateAnalysisCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-quicksight/src/commands/UpdateAnalysisPermissionsCommand.ts b/clients/client-quicksight/src/commands/UpdateAnalysisPermissionsCommand.ts index c241f15d04d0..0f486a20fb15 100644 --- a/clients/client-quicksight/src/commands/UpdateAnalysisPermissionsCommand.ts +++ b/clients/client-quicksight/src/commands/UpdateAnalysisPermissionsCommand.ts @@ -122,9 +122,6 @@ export class UpdateAnalysisPermissionsCommand extends $Command< UpdateAnalysisPermissionsCommandOutput, QuickSightClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -138,9 +135,7 @@ export class UpdateAnalysisPermissionsCommand extends $Command< * @public */ constructor(readonly input: UpdateAnalysisPermissionsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -196,7 +191,4 @@ export class UpdateAnalysisPermissionsCommand extends $Command< ): Promise { return de_UpdateAnalysisPermissionsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-quicksight/src/commands/UpdateDashboardCommand.ts b/clients/client-quicksight/src/commands/UpdateDashboardCommand.ts index 74eb95b2d09e..b2868d30b717 100644 --- a/clients/client-quicksight/src/commands/UpdateDashboardCommand.ts +++ b/clients/client-quicksight/src/commands/UpdateDashboardCommand.ts @@ -4666,9 +4666,6 @@ export class UpdateDashboardCommand extends $Command< UpdateDashboardCommandOutput, QuickSightClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -4682,9 +4679,7 @@ export class UpdateDashboardCommand extends $Command< * @public */ constructor(readonly input: UpdateDashboardCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -4737,7 +4732,4 @@ export class UpdateDashboardCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdateDashboardCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-quicksight/src/commands/UpdateDashboardPermissionsCommand.ts b/clients/client-quicksight/src/commands/UpdateDashboardPermissionsCommand.ts index a399fef6a141..0a01c83e8c73 100644 --- a/clients/client-quicksight/src/commands/UpdateDashboardPermissionsCommand.ts +++ b/clients/client-quicksight/src/commands/UpdateDashboardPermissionsCommand.ts @@ -148,9 +148,6 @@ export class UpdateDashboardPermissionsCommand extends $Command< UpdateDashboardPermissionsCommandOutput, QuickSightClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -164,9 +161,7 @@ export class UpdateDashboardPermissionsCommand extends $Command< * @public */ constructor(readonly input: UpdateDashboardPermissionsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -222,7 +217,4 @@ export class UpdateDashboardPermissionsCommand extends $Command< ): Promise { return de_UpdateDashboardPermissionsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-quicksight/src/commands/UpdateDashboardPublishedVersionCommand.ts b/clients/client-quicksight/src/commands/UpdateDashboardPublishedVersionCommand.ts index 6ed51745e3db..c41848ac0837 100644 --- a/clients/client-quicksight/src/commands/UpdateDashboardPublishedVersionCommand.ts +++ b/clients/client-quicksight/src/commands/UpdateDashboardPublishedVersionCommand.ts @@ -101,9 +101,6 @@ export class UpdateDashboardPublishedVersionCommand extends $Command< UpdateDashboardPublishedVersionCommandOutput, QuickSightClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -117,9 +114,7 @@ export class UpdateDashboardPublishedVersionCommand extends $Command< * @public */ constructor(readonly input: UpdateDashboardPublishedVersionCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -178,7 +173,4 @@ export class UpdateDashboardPublishedVersionCommand extends $Command< ): Promise { return de_UpdateDashboardPublishedVersionCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-quicksight/src/commands/UpdateDataSetCommand.ts b/clients/client-quicksight/src/commands/UpdateDataSetCommand.ts index 5f3d6a97650c..03f8427cb9a6 100644 --- a/clients/client-quicksight/src/commands/UpdateDataSetCommand.ts +++ b/clients/client-quicksight/src/commands/UpdateDataSetCommand.ts @@ -346,9 +346,6 @@ export class UpdateDataSetCommand extends $Command< UpdateDataSetCommandOutput, QuickSightClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -362,9 +359,7 @@ export class UpdateDataSetCommand extends $Command< * @public */ constructor(readonly input: UpdateDataSetCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -415,7 +410,4 @@ export class UpdateDataSetCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdateDataSetCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-quicksight/src/commands/UpdateDataSetPermissionsCommand.ts b/clients/client-quicksight/src/commands/UpdateDataSetPermissionsCommand.ts index cc478fc324d9..a3ad7ac9d44c 100644 --- a/clients/client-quicksight/src/commands/UpdateDataSetPermissionsCommand.ts +++ b/clients/client-quicksight/src/commands/UpdateDataSetPermissionsCommand.ts @@ -112,9 +112,6 @@ export class UpdateDataSetPermissionsCommand extends $Command< UpdateDataSetPermissionsCommandOutput, QuickSightClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -128,9 +125,7 @@ export class UpdateDataSetPermissionsCommand extends $Command< * @public */ constructor(readonly input: UpdateDataSetPermissionsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -183,7 +178,4 @@ export class UpdateDataSetPermissionsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdateDataSetPermissionsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-quicksight/src/commands/UpdateDataSourceCommand.ts b/clients/client-quicksight/src/commands/UpdateDataSourceCommand.ts index ee0b1f6629d9..e49c83a0fc16 100644 --- a/clients/client-quicksight/src/commands/UpdateDataSourceCommand.ts +++ b/clients/client-quicksight/src/commands/UpdateDataSourceCommand.ts @@ -365,9 +365,6 @@ export class UpdateDataSourceCommand extends $Command< UpdateDataSourceCommandOutput, QuickSightClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -381,9 +378,7 @@ export class UpdateDataSourceCommand extends $Command< * @public */ constructor(readonly input: UpdateDataSourceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -436,7 +431,4 @@ export class UpdateDataSourceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdateDataSourceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-quicksight/src/commands/UpdateDataSourcePermissionsCommand.ts b/clients/client-quicksight/src/commands/UpdateDataSourcePermissionsCommand.ts index 270ed395c005..d058682272a1 100644 --- a/clients/client-quicksight/src/commands/UpdateDataSourcePermissionsCommand.ts +++ b/clients/client-quicksight/src/commands/UpdateDataSourcePermissionsCommand.ts @@ -116,9 +116,6 @@ export class UpdateDataSourcePermissionsCommand extends $Command< UpdateDataSourcePermissionsCommandOutput, QuickSightClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -132,9 +129,7 @@ export class UpdateDataSourcePermissionsCommand extends $Command< * @public */ constructor(readonly input: UpdateDataSourcePermissionsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -190,7 +185,4 @@ export class UpdateDataSourcePermissionsCommand extends $Command< ): Promise { return de_UpdateDataSourcePermissionsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-quicksight/src/commands/UpdateFolderCommand.ts b/clients/client-quicksight/src/commands/UpdateFolderCommand.ts index 45cd5f302005..e54c991dcaaf 100644 --- a/clients/client-quicksight/src/commands/UpdateFolderCommand.ts +++ b/clients/client-quicksight/src/commands/UpdateFolderCommand.ts @@ -105,9 +105,6 @@ export class UpdateFolderCommand extends $Command< UpdateFolderCommandOutput, QuickSightClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -121,9 +118,7 @@ export class UpdateFolderCommand extends $Command< * @public */ constructor(readonly input: UpdateFolderCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -174,7 +169,4 @@ export class UpdateFolderCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdateFolderCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-quicksight/src/commands/UpdateFolderPermissionsCommand.ts b/clients/client-quicksight/src/commands/UpdateFolderPermissionsCommand.ts index c66a15084866..31dfa180b17d 100644 --- a/clients/client-quicksight/src/commands/UpdateFolderPermissionsCommand.ts +++ b/clients/client-quicksight/src/commands/UpdateFolderPermissionsCommand.ts @@ -125,9 +125,6 @@ export class UpdateFolderPermissionsCommand extends $Command< UpdateFolderPermissionsCommandOutput, QuickSightClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -141,9 +138,7 @@ export class UpdateFolderPermissionsCommand extends $Command< * @public */ constructor(readonly input: UpdateFolderPermissionsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -196,7 +191,4 @@ export class UpdateFolderPermissionsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdateFolderPermissionsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-quicksight/src/commands/UpdateGroupCommand.ts b/clients/client-quicksight/src/commands/UpdateGroupCommand.ts index 22ab71d583e5..0873e558ab71 100644 --- a/clients/client-quicksight/src/commands/UpdateGroupCommand.ts +++ b/clients/client-quicksight/src/commands/UpdateGroupCommand.ts @@ -104,9 +104,6 @@ export class UpdateGroupCommand extends $Command< UpdateGroupCommandOutput, QuickSightClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -120,9 +117,7 @@ export class UpdateGroupCommand extends $Command< * @public */ constructor(readonly input: UpdateGroupCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -173,7 +168,4 @@ export class UpdateGroupCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdateGroupCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-quicksight/src/commands/UpdateIAMPolicyAssignmentCommand.ts b/clients/client-quicksight/src/commands/UpdateIAMPolicyAssignmentCommand.ts index 96f8e0770f24..85fe9b24815e 100644 --- a/clients/client-quicksight/src/commands/UpdateIAMPolicyAssignmentCommand.ts +++ b/clients/client-quicksight/src/commands/UpdateIAMPolicyAssignmentCommand.ts @@ -116,9 +116,6 @@ export class UpdateIAMPolicyAssignmentCommand extends $Command< UpdateIAMPolicyAssignmentCommandOutput, QuickSightClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -132,9 +129,7 @@ export class UpdateIAMPolicyAssignmentCommand extends $Command< * @public */ constructor(readonly input: UpdateIAMPolicyAssignmentCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -190,7 +185,4 @@ export class UpdateIAMPolicyAssignmentCommand extends $Command< ): Promise { return de_UpdateIAMPolicyAssignmentCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-quicksight/src/commands/UpdateIpRestrictionCommand.ts b/clients/client-quicksight/src/commands/UpdateIpRestrictionCommand.ts index 99faadc29f6c..ad58a7b065b5 100644 --- a/clients/client-quicksight/src/commands/UpdateIpRestrictionCommand.ts +++ b/clients/client-quicksight/src/commands/UpdateIpRestrictionCommand.ts @@ -100,9 +100,6 @@ export class UpdateIpRestrictionCommand extends $Command< UpdateIpRestrictionCommandOutput, QuickSightClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -116,9 +113,7 @@ export class UpdateIpRestrictionCommand extends $Command< * @public */ constructor(readonly input: UpdateIpRestrictionCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -171,7 +166,4 @@ export class UpdateIpRestrictionCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdateIpRestrictionCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-quicksight/src/commands/UpdatePublicSharingSettingsCommand.ts b/clients/client-quicksight/src/commands/UpdatePublicSharingSettingsCommand.ts index adb64adfe99b..87d2dab56e51 100644 --- a/clients/client-quicksight/src/commands/UpdatePublicSharingSettingsCommand.ts +++ b/clients/client-quicksight/src/commands/UpdatePublicSharingSettingsCommand.ts @@ -114,9 +114,6 @@ export class UpdatePublicSharingSettingsCommand extends $Command< UpdatePublicSharingSettingsCommandOutput, QuickSightClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -130,9 +127,7 @@ export class UpdatePublicSharingSettingsCommand extends $Command< * @public */ constructor(readonly input: UpdatePublicSharingSettingsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -188,7 +183,4 @@ export class UpdatePublicSharingSettingsCommand extends $Command< ): Promise { return de_UpdatePublicSharingSettingsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-quicksight/src/commands/UpdateRefreshScheduleCommand.ts b/clients/client-quicksight/src/commands/UpdateRefreshScheduleCommand.ts index 00f7a2a4414a..c9d728b099ff 100644 --- a/clients/client-quicksight/src/commands/UpdateRefreshScheduleCommand.ts +++ b/clients/client-quicksight/src/commands/UpdateRefreshScheduleCommand.ts @@ -113,9 +113,6 @@ export class UpdateRefreshScheduleCommand extends $Command< UpdateRefreshScheduleCommandOutput, QuickSightClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -129,9 +126,7 @@ export class UpdateRefreshScheduleCommand extends $Command< * @public */ constructor(readonly input: UpdateRefreshScheduleCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -184,7 +179,4 @@ export class UpdateRefreshScheduleCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdateRefreshScheduleCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-quicksight/src/commands/UpdateTemplateAliasCommand.ts b/clients/client-quicksight/src/commands/UpdateTemplateAliasCommand.ts index 97d2a96665fa..3a3a89f0b30e 100644 --- a/clients/client-quicksight/src/commands/UpdateTemplateAliasCommand.ts +++ b/clients/client-quicksight/src/commands/UpdateTemplateAliasCommand.ts @@ -97,9 +97,6 @@ export class UpdateTemplateAliasCommand extends $Command< UpdateTemplateAliasCommandOutput, QuickSightClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -113,9 +110,7 @@ export class UpdateTemplateAliasCommand extends $Command< * @public */ constructor(readonly input: UpdateTemplateAliasCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -168,7 +163,4 @@ export class UpdateTemplateAliasCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdateTemplateAliasCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-quicksight/src/commands/UpdateTemplateCommand.ts b/clients/client-quicksight/src/commands/UpdateTemplateCommand.ts index 8e574bac57ad..3466263ac726 100644 --- a/clients/client-quicksight/src/commands/UpdateTemplateCommand.ts +++ b/clients/client-quicksight/src/commands/UpdateTemplateCommand.ts @@ -4611,9 +4611,6 @@ export class UpdateTemplateCommand extends $Command< UpdateTemplateCommandOutput, QuickSightClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -4627,9 +4624,7 @@ export class UpdateTemplateCommand extends $Command< * @public */ constructor(readonly input: UpdateTemplateCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -4682,7 +4677,4 @@ export class UpdateTemplateCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdateTemplateCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-quicksight/src/commands/UpdateTemplatePermissionsCommand.ts b/clients/client-quicksight/src/commands/UpdateTemplatePermissionsCommand.ts index 4fe7e791293c..49190009a4d9 100644 --- a/clients/client-quicksight/src/commands/UpdateTemplatePermissionsCommand.ts +++ b/clients/client-quicksight/src/commands/UpdateTemplatePermissionsCommand.ts @@ -122,9 +122,6 @@ export class UpdateTemplatePermissionsCommand extends $Command< UpdateTemplatePermissionsCommandOutput, QuickSightClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -138,9 +135,7 @@ export class UpdateTemplatePermissionsCommand extends $Command< * @public */ constructor(readonly input: UpdateTemplatePermissionsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -196,7 +191,4 @@ export class UpdateTemplatePermissionsCommand extends $Command< ): Promise { return de_UpdateTemplatePermissionsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-quicksight/src/commands/UpdateThemeAliasCommand.ts b/clients/client-quicksight/src/commands/UpdateThemeAliasCommand.ts index 765c1ecb78b0..ff9f9ed5f18c 100644 --- a/clients/client-quicksight/src/commands/UpdateThemeAliasCommand.ts +++ b/clients/client-quicksight/src/commands/UpdateThemeAliasCommand.ts @@ -103,9 +103,6 @@ export class UpdateThemeAliasCommand extends $Command< UpdateThemeAliasCommandOutput, QuickSightClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -119,9 +116,7 @@ export class UpdateThemeAliasCommand extends $Command< * @public */ constructor(readonly input: UpdateThemeAliasCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -174,7 +169,4 @@ export class UpdateThemeAliasCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdateThemeAliasCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-quicksight/src/commands/UpdateThemeCommand.ts b/clients/client-quicksight/src/commands/UpdateThemeCommand.ts index 13ac89565e01..272c210c29b9 100644 --- a/clients/client-quicksight/src/commands/UpdateThemeCommand.ts +++ b/clients/client-quicksight/src/commands/UpdateThemeCommand.ts @@ -160,9 +160,6 @@ export class UpdateThemeCommand extends $Command< UpdateThemeCommandOutput, QuickSightClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -176,9 +173,7 @@ export class UpdateThemeCommand extends $Command< * @public */ constructor(readonly input: UpdateThemeCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -229,7 +224,4 @@ export class UpdateThemeCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdateThemeCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-quicksight/src/commands/UpdateThemePermissionsCommand.ts b/clients/client-quicksight/src/commands/UpdateThemePermissionsCommand.ts index 0e8b05f6adc6..8e89c96a677c 100644 --- a/clients/client-quicksight/src/commands/UpdateThemePermissionsCommand.ts +++ b/clients/client-quicksight/src/commands/UpdateThemePermissionsCommand.ts @@ -218,9 +218,6 @@ export class UpdateThemePermissionsCommand extends $Command< UpdateThemePermissionsCommandOutput, QuickSightClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -234,9 +231,7 @@ export class UpdateThemePermissionsCommand extends $Command< * @public */ constructor(readonly input: UpdateThemePermissionsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -289,7 +284,4 @@ export class UpdateThemePermissionsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdateThemePermissionsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-quicksight/src/commands/UpdateTopicCommand.ts b/clients/client-quicksight/src/commands/UpdateTopicCommand.ts index cd3609dd3817..7e4e9550bd5e 100644 --- a/clients/client-quicksight/src/commands/UpdateTopicCommand.ts +++ b/clients/client-quicksight/src/commands/UpdateTopicCommand.ts @@ -349,9 +349,6 @@ export class UpdateTopicCommand extends $Command< UpdateTopicCommandOutput, QuickSightClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -365,9 +362,7 @@ export class UpdateTopicCommand extends $Command< * @public */ constructor(readonly input: UpdateTopicCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -418,7 +413,4 @@ export class UpdateTopicCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdateTopicCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-quicksight/src/commands/UpdateTopicPermissionsCommand.ts b/clients/client-quicksight/src/commands/UpdateTopicPermissionsCommand.ts index debcdaa709ad..d730140e3938 100644 --- a/clients/client-quicksight/src/commands/UpdateTopicPermissionsCommand.ts +++ b/clients/client-quicksight/src/commands/UpdateTopicPermissionsCommand.ts @@ -128,9 +128,6 @@ export class UpdateTopicPermissionsCommand extends $Command< UpdateTopicPermissionsCommandOutput, QuickSightClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -144,9 +141,7 @@ export class UpdateTopicPermissionsCommand extends $Command< * @public */ constructor(readonly input: UpdateTopicPermissionsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -199,7 +194,4 @@ export class UpdateTopicPermissionsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdateTopicPermissionsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-quicksight/src/commands/UpdateTopicRefreshScheduleCommand.ts b/clients/client-quicksight/src/commands/UpdateTopicRefreshScheduleCommand.ts index 7a965a9e6e59..6e87a9f3f601 100644 --- a/clients/client-quicksight/src/commands/UpdateTopicRefreshScheduleCommand.ts +++ b/clients/client-quicksight/src/commands/UpdateTopicRefreshScheduleCommand.ts @@ -111,9 +111,6 @@ export class UpdateTopicRefreshScheduleCommand extends $Command< UpdateTopicRefreshScheduleCommandOutput, QuickSightClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -127,9 +124,7 @@ export class UpdateTopicRefreshScheduleCommand extends $Command< * @public */ constructor(readonly input: UpdateTopicRefreshScheduleCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -185,7 +180,4 @@ export class UpdateTopicRefreshScheduleCommand extends $Command< ): Promise { return de_UpdateTopicRefreshScheduleCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-quicksight/src/commands/UpdateUserCommand.ts b/clients/client-quicksight/src/commands/UpdateUserCommand.ts index a2f0bfc38b87..a13e934464f6 100644 --- a/clients/client-quicksight/src/commands/UpdateUserCommand.ts +++ b/clients/client-quicksight/src/commands/UpdateUserCommand.ts @@ -117,9 +117,6 @@ export class UpdateUserCommand extends $Command< UpdateUserCommandOutput, QuickSightClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -133,9 +130,7 @@ export class UpdateUserCommand extends $Command< * @public */ constructor(readonly input: UpdateUserCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -186,7 +181,4 @@ export class UpdateUserCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdateUserCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-quicksight/src/commands/UpdateVPCConnectionCommand.ts b/clients/client-quicksight/src/commands/UpdateVPCConnectionCommand.ts index b62070278e98..218297244748 100644 --- a/clients/client-quicksight/src/commands/UpdateVPCConnectionCommand.ts +++ b/clients/client-quicksight/src/commands/UpdateVPCConnectionCommand.ts @@ -117,9 +117,6 @@ export class UpdateVPCConnectionCommand extends $Command< UpdateVPCConnectionCommandOutput, QuickSightClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -133,9 +130,7 @@ export class UpdateVPCConnectionCommand extends $Command< * @public */ constructor(readonly input: UpdateVPCConnectionCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -188,7 +183,4 @@ export class UpdateVPCConnectionCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdateVPCConnectionCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ram/package.json b/clients/client-ram/package.json index f6bd1049b533..82be1dd6852c 100644 --- a/clients/client-ram/package.json +++ b/clients/client-ram/package.json @@ -34,29 +34,29 @@ "@aws-sdk/util-endpoints": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@smithy/config-resolver": "^2.0.16", - "@smithy/fetch-http-handler": "^2.2.4", - "@smithy/hash-node": "^2.0.12", - "@smithy/invalid-dependency": "^2.0.12", - "@smithy/middleware-content-length": "^2.0.14", - "@smithy/middleware-endpoint": "^2.1.3", - "@smithy/middleware-retry": "^2.0.18", - "@smithy/middleware-serde": "^2.0.12", - "@smithy/middleware-stack": "^2.0.6", - "@smithy/node-config-provider": "^2.1.3", - "@smithy/node-http-handler": "^2.1.8", - "@smithy/protocol-http": "^3.0.8", - "@smithy/smithy-client": "^2.1.12", - "@smithy/types": "^2.4.0", - "@smithy/url-parser": "^2.0.12", - "@smithy/util-base64": "^2.0.0", + "@smithy/config-resolver": "^2.0.18", + "@smithy/fetch-http-handler": "^2.2.6", + "@smithy/hash-node": "^2.0.15", + "@smithy/invalid-dependency": "^2.0.13", + "@smithy/middleware-content-length": "^2.0.15", + "@smithy/middleware-endpoint": "^2.2.0", + "@smithy/middleware-retry": "^2.0.20", + "@smithy/middleware-serde": "^2.0.13", + "@smithy/middleware-stack": "^2.0.7", + "@smithy/node-config-provider": "^2.1.5", + "@smithy/node-http-handler": "^2.1.9", + "@smithy/protocol-http": "^3.0.9", + "@smithy/smithy-client": "^2.1.15", + "@smithy/types": "^2.5.0", + "@smithy/url-parser": "^2.0.13", + "@smithy/util-base64": "^2.0.1", "@smithy/util-body-length-browser": "^2.0.0", "@smithy/util-body-length-node": "^2.1.0", - "@smithy/util-defaults-mode-browser": "^2.0.16", - "@smithy/util-defaults-mode-node": "^2.0.21", - "@smithy/util-endpoints": "^1.0.2", - "@smithy/util-retry": "^2.0.5", - "@smithy/util-utf8": "^2.0.0", + "@smithy/util-defaults-mode-browser": "^2.0.19", + "@smithy/util-defaults-mode-node": "^2.0.25", + "@smithy/util-endpoints": "^1.0.4", + "@smithy/util-retry": "^2.0.6", + "@smithy/util-utf8": "^2.0.2", "tslib": "^2.5.0" }, "devDependencies": { diff --git a/clients/client-ram/src/commands/AcceptResourceShareInvitationCommand.ts b/clients/client-ram/src/commands/AcceptResourceShareInvitationCommand.ts index b7ce549d9727..1b6d72159d96 100644 --- a/clients/client-ram/src/commands/AcceptResourceShareInvitationCommand.ts +++ b/clients/client-ram/src/commands/AcceptResourceShareInvitationCommand.ts @@ -137,9 +137,6 @@ export class AcceptResourceShareInvitationCommand extends $Command< AcceptResourceShareInvitationCommandOutput, RAMClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -153,9 +150,7 @@ export class AcceptResourceShareInvitationCommand extends $Command< * @public */ constructor(readonly input: AcceptResourceShareInvitationCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -211,7 +206,4 @@ export class AcceptResourceShareInvitationCommand extends $Command< ): Promise { return de_AcceptResourceShareInvitationCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ram/src/commands/AssociateResourceShareCommand.ts b/clients/client-ram/src/commands/AssociateResourceShareCommand.ts index 04ce013b8300..4cb981101726 100644 --- a/clients/client-ram/src/commands/AssociateResourceShareCommand.ts +++ b/clients/client-ram/src/commands/AssociateResourceShareCommand.ts @@ -136,9 +136,6 @@ export class AssociateResourceShareCommand extends $Command< AssociateResourceShareCommandOutput, RAMClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -152,9 +149,7 @@ export class AssociateResourceShareCommand extends $Command< * @public */ constructor(readonly input: AssociateResourceShareCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -207,7 +202,4 @@ export class AssociateResourceShareCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_AssociateResourceShareCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ram/src/commands/AssociateResourceSharePermissionCommand.ts b/clients/client-ram/src/commands/AssociateResourceSharePermissionCommand.ts index 99cf61dabd4a..040ff781f6bf 100644 --- a/clients/client-ram/src/commands/AssociateResourceSharePermissionCommand.ts +++ b/clients/client-ram/src/commands/AssociateResourceSharePermissionCommand.ts @@ -106,9 +106,6 @@ export class AssociateResourceSharePermissionCommand extends $Command< AssociateResourceSharePermissionCommandOutput, RAMClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -122,9 +119,7 @@ export class AssociateResourceSharePermissionCommand extends $Command< * @public */ constructor(readonly input: AssociateResourceSharePermissionCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -183,7 +178,4 @@ export class AssociateResourceSharePermissionCommand extends $Command< ): Promise { return de_AssociateResourceSharePermissionCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ram/src/commands/CreatePermissionCommand.ts b/clients/client-ram/src/commands/CreatePermissionCommand.ts index 2099722eac22..34225a483324 100644 --- a/clients/client-ram/src/commands/CreatePermissionCommand.ts +++ b/clients/client-ram/src/commands/CreatePermissionCommand.ts @@ -135,9 +135,6 @@ export class CreatePermissionCommand extends $Command< CreatePermissionCommandOutput, RAMClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -151,9 +148,7 @@ export class CreatePermissionCommand extends $Command< * @public */ constructor(readonly input: CreatePermissionCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -206,7 +201,4 @@ export class CreatePermissionCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreatePermissionCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ram/src/commands/CreatePermissionVersionCommand.ts b/clients/client-ram/src/commands/CreatePermissionVersionCommand.ts index 52ba37b77546..3672ff6773dc 100644 --- a/clients/client-ram/src/commands/CreatePermissionVersionCommand.ts +++ b/clients/client-ram/src/commands/CreatePermissionVersionCommand.ts @@ -133,9 +133,6 @@ export class CreatePermissionVersionCommand extends $Command< CreatePermissionVersionCommandOutput, RAMClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -149,9 +146,7 @@ export class CreatePermissionVersionCommand extends $Command< * @public */ constructor(readonly input: CreatePermissionVersionCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -204,7 +199,4 @@ export class CreatePermissionVersionCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreatePermissionVersionCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ram/src/commands/CreateResourceShareCommand.ts b/clients/client-ram/src/commands/CreateResourceShareCommand.ts index 82211aee8ed1..ffbc7cc8e51f 100644 --- a/clients/client-ram/src/commands/CreateResourceShareCommand.ts +++ b/clients/client-ram/src/commands/CreateResourceShareCommand.ts @@ -159,9 +159,6 @@ export class CreateResourceShareCommand extends $Command< CreateResourceShareCommandOutput, RAMClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -175,9 +172,7 @@ export class CreateResourceShareCommand extends $Command< * @public */ constructor(readonly input: CreateResourceShareCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -230,7 +225,4 @@ export class CreateResourceShareCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateResourceShareCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ram/src/commands/DeletePermissionCommand.ts b/clients/client-ram/src/commands/DeletePermissionCommand.ts index c4b37e005fab..5bf6cacb4a4c 100644 --- a/clients/client-ram/src/commands/DeletePermissionCommand.ts +++ b/clients/client-ram/src/commands/DeletePermissionCommand.ts @@ -100,9 +100,6 @@ export class DeletePermissionCommand extends $Command< DeletePermissionCommandOutput, RAMClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -116,9 +113,7 @@ export class DeletePermissionCommand extends $Command< * @public */ constructor(readonly input: DeletePermissionCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -171,7 +166,4 @@ export class DeletePermissionCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeletePermissionCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ram/src/commands/DeletePermissionVersionCommand.ts b/clients/client-ram/src/commands/DeletePermissionVersionCommand.ts index 9356495c3274..dbc2f32398f9 100644 --- a/clients/client-ram/src/commands/DeletePermissionVersionCommand.ts +++ b/clients/client-ram/src/commands/DeletePermissionVersionCommand.ts @@ -105,9 +105,6 @@ export class DeletePermissionVersionCommand extends $Command< DeletePermissionVersionCommandOutput, RAMClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -121,9 +118,7 @@ export class DeletePermissionVersionCommand extends $Command< * @public */ constructor(readonly input: DeletePermissionVersionCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -176,7 +171,4 @@ export class DeletePermissionVersionCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeletePermissionVersionCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ram/src/commands/DeleteResourceShareCommand.ts b/clients/client-ram/src/commands/DeleteResourceShareCommand.ts index c3e540cdc887..2cc63006c0ce 100644 --- a/clients/client-ram/src/commands/DeleteResourceShareCommand.ts +++ b/clients/client-ram/src/commands/DeleteResourceShareCommand.ts @@ -108,9 +108,6 @@ export class DeleteResourceShareCommand extends $Command< DeleteResourceShareCommandOutput, RAMClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -124,9 +121,7 @@ export class DeleteResourceShareCommand extends $Command< * @public */ constructor(readonly input: DeleteResourceShareCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -179,7 +174,4 @@ export class DeleteResourceShareCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteResourceShareCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ram/src/commands/DisassociateResourceShareCommand.ts b/clients/client-ram/src/commands/DisassociateResourceShareCommand.ts index 5e17591c4d75..2742fe252b5e 100644 --- a/clients/client-ram/src/commands/DisassociateResourceShareCommand.ts +++ b/clients/client-ram/src/commands/DisassociateResourceShareCommand.ts @@ -131,9 +131,6 @@ export class DisassociateResourceShareCommand extends $Command< DisassociateResourceShareCommandOutput, RAMClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -147,9 +144,7 @@ export class DisassociateResourceShareCommand extends $Command< * @public */ constructor(readonly input: DisassociateResourceShareCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -205,7 +200,4 @@ export class DisassociateResourceShareCommand extends $Command< ): Promise { return de_DisassociateResourceShareCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ram/src/commands/DisassociateResourceSharePermissionCommand.ts b/clients/client-ram/src/commands/DisassociateResourceSharePermissionCommand.ts index c39d8b7f6845..e89c4690dc96 100644 --- a/clients/client-ram/src/commands/DisassociateResourceSharePermissionCommand.ts +++ b/clients/client-ram/src/commands/DisassociateResourceSharePermissionCommand.ts @@ -110,9 +110,6 @@ export class DisassociateResourceSharePermissionCommand extends $Command< DisassociateResourceSharePermissionCommandOutput, RAMClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -126,9 +123,7 @@ export class DisassociateResourceSharePermissionCommand extends $Command< * @public */ constructor(readonly input: DisassociateResourceSharePermissionCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -187,7 +182,4 @@ export class DisassociateResourceSharePermissionCommand extends $Command< ): Promise { return de_DisassociateResourceSharePermissionCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ram/src/commands/EnableSharingWithAwsOrganizationCommand.ts b/clients/client-ram/src/commands/EnableSharingWithAwsOrganizationCommand.ts index 4796b1e980f1..5fc7f372dd4a 100644 --- a/clients/client-ram/src/commands/EnableSharingWithAwsOrganizationCommand.ts +++ b/clients/client-ram/src/commands/EnableSharingWithAwsOrganizationCommand.ts @@ -93,9 +93,6 @@ export class EnableSharingWithAwsOrganizationCommand extends $Command< EnableSharingWithAwsOrganizationCommandOutput, RAMClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -109,9 +106,7 @@ export class EnableSharingWithAwsOrganizationCommand extends $Command< * @public */ constructor(readonly input: EnableSharingWithAwsOrganizationCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -170,7 +165,4 @@ export class EnableSharingWithAwsOrganizationCommand extends $Command< ): Promise { return de_EnableSharingWithAwsOrganizationCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ram/src/commands/GetPermissionCommand.ts b/clients/client-ram/src/commands/GetPermissionCommand.ts index c59846397a8b..f0719efcb0a1 100644 --- a/clients/client-ram/src/commands/GetPermissionCommand.ts +++ b/clients/client-ram/src/commands/GetPermissionCommand.ts @@ -110,9 +110,6 @@ export class GetPermissionCommand extends $Command< GetPermissionCommandOutput, RAMClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -126,9 +123,7 @@ export class GetPermissionCommand extends $Command< * @public */ constructor(readonly input: GetPermissionCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -179,7 +174,4 @@ export class GetPermissionCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetPermissionCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ram/src/commands/GetResourcePoliciesCommand.ts b/clients/client-ram/src/commands/GetResourcePoliciesCommand.ts index b1ec08e3e06b..fd81058dc7c4 100644 --- a/clients/client-ram/src/commands/GetResourcePoliciesCommand.ts +++ b/clients/client-ram/src/commands/GetResourcePoliciesCommand.ts @@ -101,9 +101,6 @@ export class GetResourcePoliciesCommand extends $Command< GetResourcePoliciesCommandOutput, RAMClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -117,9 +114,7 @@ export class GetResourcePoliciesCommand extends $Command< * @public */ constructor(readonly input: GetResourcePoliciesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -172,7 +167,4 @@ export class GetResourcePoliciesCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetResourcePoliciesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ram/src/commands/GetResourceShareAssociationsCommand.ts b/clients/client-ram/src/commands/GetResourceShareAssociationsCommand.ts index 481c9a39419c..c48ec333aaf7 100644 --- a/clients/client-ram/src/commands/GetResourceShareAssociationsCommand.ts +++ b/clients/client-ram/src/commands/GetResourceShareAssociationsCommand.ts @@ -122,9 +122,6 @@ export class GetResourceShareAssociationsCommand extends $Command< GetResourceShareAssociationsCommandOutput, RAMClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -138,9 +135,7 @@ export class GetResourceShareAssociationsCommand extends $Command< * @public */ constructor(readonly input: GetResourceShareAssociationsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -196,7 +191,4 @@ export class GetResourceShareAssociationsCommand extends $Command< ): Promise { return de_GetResourceShareAssociationsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ram/src/commands/GetResourceShareInvitationsCommand.ts b/clients/client-ram/src/commands/GetResourceShareInvitationsCommand.ts index 9667aab8797c..85aa45babbc7 100644 --- a/clients/client-ram/src/commands/GetResourceShareInvitationsCommand.ts +++ b/clients/client-ram/src/commands/GetResourceShareInvitationsCommand.ts @@ -137,9 +137,6 @@ export class GetResourceShareInvitationsCommand extends $Command< GetResourceShareInvitationsCommandOutput, RAMClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -153,9 +150,7 @@ export class GetResourceShareInvitationsCommand extends $Command< * @public */ constructor(readonly input: GetResourceShareInvitationsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -211,7 +206,4 @@ export class GetResourceShareInvitationsCommand extends $Command< ): Promise { return de_GetResourceShareInvitationsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ram/src/commands/GetResourceSharesCommand.ts b/clients/client-ram/src/commands/GetResourceSharesCommand.ts index 846dd077d19c..88291c583a0a 100644 --- a/clients/client-ram/src/commands/GetResourceSharesCommand.ts +++ b/clients/client-ram/src/commands/GetResourceSharesCommand.ts @@ -128,9 +128,6 @@ export class GetResourceSharesCommand extends $Command< GetResourceSharesCommandOutput, RAMClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -144,9 +141,7 @@ export class GetResourceSharesCommand extends $Command< * @public */ constructor(readonly input: GetResourceSharesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -199,7 +194,4 @@ export class GetResourceSharesCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetResourceSharesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ram/src/commands/ListPendingInvitationResourcesCommand.ts b/clients/client-ram/src/commands/ListPendingInvitationResourcesCommand.ts index 9437095a88b7..21c59207ec4f 100644 --- a/clients/client-ram/src/commands/ListPendingInvitationResourcesCommand.ts +++ b/clients/client-ram/src/commands/ListPendingInvitationResourcesCommand.ts @@ -126,9 +126,6 @@ export class ListPendingInvitationResourcesCommand extends $Command< ListPendingInvitationResourcesCommandOutput, RAMClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -142,9 +139,7 @@ export class ListPendingInvitationResourcesCommand extends $Command< * @public */ constructor(readonly input: ListPendingInvitationResourcesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -203,7 +198,4 @@ export class ListPendingInvitationResourcesCommand extends $Command< ): Promise { return de_ListPendingInvitationResourcesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ram/src/commands/ListPermissionAssociationsCommand.ts b/clients/client-ram/src/commands/ListPermissionAssociationsCommand.ts index f80c545a9d67..8640d75dd6c5 100644 --- a/clients/client-ram/src/commands/ListPermissionAssociationsCommand.ts +++ b/clients/client-ram/src/commands/ListPermissionAssociationsCommand.ts @@ -110,9 +110,6 @@ export class ListPermissionAssociationsCommand extends $Command< ListPermissionAssociationsCommandOutput, RAMClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -126,9 +123,7 @@ export class ListPermissionAssociationsCommand extends $Command< * @public */ constructor(readonly input: ListPermissionAssociationsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -184,7 +179,4 @@ export class ListPermissionAssociationsCommand extends $Command< ): Promise { return de_ListPermissionAssociationsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ram/src/commands/ListPermissionVersionsCommand.ts b/clients/client-ram/src/commands/ListPermissionVersionsCommand.ts index 040a44bfe3b6..36d569d863aa 100644 --- a/clients/client-ram/src/commands/ListPermissionVersionsCommand.ts +++ b/clients/client-ram/src/commands/ListPermissionVersionsCommand.ts @@ -118,9 +118,6 @@ export class ListPermissionVersionsCommand extends $Command< ListPermissionVersionsCommandOutput, RAMClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -134,9 +131,7 @@ export class ListPermissionVersionsCommand extends $Command< * @public */ constructor(readonly input: ListPermissionVersionsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -189,7 +184,4 @@ export class ListPermissionVersionsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListPermissionVersionsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ram/src/commands/ListPermissionsCommand.ts b/clients/client-ram/src/commands/ListPermissionsCommand.ts index 2395aac07139..7dc9bf17bf9d 100644 --- a/clients/client-ram/src/commands/ListPermissionsCommand.ts +++ b/clients/client-ram/src/commands/ListPermissionsCommand.ts @@ -113,9 +113,6 @@ export class ListPermissionsCommand extends $Command< ListPermissionsCommandOutput, RAMClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -129,9 +126,7 @@ export class ListPermissionsCommand extends $Command< * @public */ constructor(readonly input: ListPermissionsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -184,7 +179,4 @@ export class ListPermissionsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListPermissionsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ram/src/commands/ListPrincipalsCommand.ts b/clients/client-ram/src/commands/ListPrincipalsCommand.ts index c51c40030947..e435bbaa4a8d 100644 --- a/clients/client-ram/src/commands/ListPrincipalsCommand.ts +++ b/clients/client-ram/src/commands/ListPrincipalsCommand.ts @@ -112,9 +112,6 @@ export class ListPrincipalsCommand extends $Command< ListPrincipalsCommandOutput, RAMClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -128,9 +125,7 @@ export class ListPrincipalsCommand extends $Command< * @public */ constructor(readonly input: ListPrincipalsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -183,7 +178,4 @@ export class ListPrincipalsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListPrincipalsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ram/src/commands/ListReplacePermissionAssociationsWorkCommand.ts b/clients/client-ram/src/commands/ListReplacePermissionAssociationsWorkCommand.ts index 712e2674bb24..f67a13cfdc1d 100644 --- a/clients/client-ram/src/commands/ListReplacePermissionAssociationsWorkCommand.ts +++ b/clients/client-ram/src/commands/ListReplacePermissionAssociationsWorkCommand.ts @@ -113,9 +113,6 @@ export class ListReplacePermissionAssociationsWorkCommand extends $Command< ListReplacePermissionAssociationsWorkCommandOutput, RAMClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -129,9 +126,7 @@ export class ListReplacePermissionAssociationsWorkCommand extends $Command< * @public */ constructor(readonly input: ListReplacePermissionAssociationsWorkCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -190,7 +185,4 @@ export class ListReplacePermissionAssociationsWorkCommand extends $Command< ): Promise { return de_ListReplacePermissionAssociationsWorkCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ram/src/commands/ListResourceSharePermissionsCommand.ts b/clients/client-ram/src/commands/ListResourceSharePermissionsCommand.ts index cc253bb69891..f044d2eba7cb 100644 --- a/clients/client-ram/src/commands/ListResourceSharePermissionsCommand.ts +++ b/clients/client-ram/src/commands/ListResourceSharePermissionsCommand.ts @@ -123,9 +123,6 @@ export class ListResourceSharePermissionsCommand extends $Command< ListResourceSharePermissionsCommandOutput, RAMClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -139,9 +136,7 @@ export class ListResourceSharePermissionsCommand extends $Command< * @public */ constructor(readonly input: ListResourceSharePermissionsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -197,7 +192,4 @@ export class ListResourceSharePermissionsCommand extends $Command< ): Promise { return de_ListResourceSharePermissionsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ram/src/commands/ListResourceTypesCommand.ts b/clients/client-ram/src/commands/ListResourceTypesCommand.ts index dc481470891e..aa54434e29e1 100644 --- a/clients/client-ram/src/commands/ListResourceTypesCommand.ts +++ b/clients/client-ram/src/commands/ListResourceTypesCommand.ts @@ -94,9 +94,6 @@ export class ListResourceTypesCommand extends $Command< ListResourceTypesCommandOutput, RAMClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -110,9 +107,7 @@ export class ListResourceTypesCommand extends $Command< * @public */ constructor(readonly input: ListResourceTypesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -165,7 +160,4 @@ export class ListResourceTypesCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListResourceTypesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ram/src/commands/ListResourcesCommand.ts b/clients/client-ram/src/commands/ListResourcesCommand.ts index 5fc6adcf5442..acda6ffdf151 100644 --- a/clients/client-ram/src/commands/ListResourcesCommand.ts +++ b/clients/client-ram/src/commands/ListResourcesCommand.ts @@ -120,9 +120,6 @@ export class ListResourcesCommand extends $Command< ListResourcesCommandOutput, RAMClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -136,9 +133,7 @@ export class ListResourcesCommand extends $Command< * @public */ constructor(readonly input: ListResourcesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -189,7 +184,4 @@ export class ListResourcesCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListResourcesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ram/src/commands/PromotePermissionCreatedFromPolicyCommand.ts b/clients/client-ram/src/commands/PromotePermissionCreatedFromPolicyCommand.ts index 7592aee89000..0df559d979d0 100644 --- a/clients/client-ram/src/commands/PromotePermissionCreatedFromPolicyCommand.ts +++ b/clients/client-ram/src/commands/PromotePermissionCreatedFromPolicyCommand.ts @@ -153,9 +153,6 @@ export class PromotePermissionCreatedFromPolicyCommand extends $Command< PromotePermissionCreatedFromPolicyCommandOutput, RAMClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -169,9 +166,7 @@ export class PromotePermissionCreatedFromPolicyCommand extends $Command< * @public */ constructor(readonly input: PromotePermissionCreatedFromPolicyCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -230,7 +225,4 @@ export class PromotePermissionCreatedFromPolicyCommand extends $Command< ): Promise { return de_PromotePermissionCreatedFromPolicyCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ram/src/commands/PromoteResourceShareCreatedFromPolicyCommand.ts b/clients/client-ram/src/commands/PromoteResourceShareCreatedFromPolicyCommand.ts index 785b44a12f22..ec25cbc8cdc6 100644 --- a/clients/client-ram/src/commands/PromoteResourceShareCreatedFromPolicyCommand.ts +++ b/clients/client-ram/src/commands/PromoteResourceShareCreatedFromPolicyCommand.ts @@ -128,9 +128,6 @@ export class PromoteResourceShareCreatedFromPolicyCommand extends $Command< PromoteResourceShareCreatedFromPolicyCommandOutput, RAMClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -144,9 +141,7 @@ export class PromoteResourceShareCreatedFromPolicyCommand extends $Command< * @public */ constructor(readonly input: PromoteResourceShareCreatedFromPolicyCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -205,7 +200,4 @@ export class PromoteResourceShareCreatedFromPolicyCommand extends $Command< ): Promise { return de_PromoteResourceShareCreatedFromPolicyCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ram/src/commands/RejectResourceShareInvitationCommand.ts b/clients/client-ram/src/commands/RejectResourceShareInvitationCommand.ts index adcefd6ca213..936309aeac0d 100644 --- a/clients/client-ram/src/commands/RejectResourceShareInvitationCommand.ts +++ b/clients/client-ram/src/commands/RejectResourceShareInvitationCommand.ts @@ -135,9 +135,6 @@ export class RejectResourceShareInvitationCommand extends $Command< RejectResourceShareInvitationCommandOutput, RAMClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -151,9 +148,7 @@ export class RejectResourceShareInvitationCommand extends $Command< * @public */ constructor(readonly input: RejectResourceShareInvitationCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -209,7 +204,4 @@ export class RejectResourceShareInvitationCommand extends $Command< ): Promise { return de_RejectResourceShareInvitationCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ram/src/commands/ReplacePermissionAssociationsCommand.ts b/clients/client-ram/src/commands/ReplacePermissionAssociationsCommand.ts index f6730d409886..9d7616e02b6d 100644 --- a/clients/client-ram/src/commands/ReplacePermissionAssociationsCommand.ts +++ b/clients/client-ram/src/commands/ReplacePermissionAssociationsCommand.ts @@ -131,9 +131,6 @@ export class ReplacePermissionAssociationsCommand extends $Command< ReplacePermissionAssociationsCommandOutput, RAMClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -147,9 +144,7 @@ export class ReplacePermissionAssociationsCommand extends $Command< * @public */ constructor(readonly input: ReplacePermissionAssociationsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -205,7 +200,4 @@ export class ReplacePermissionAssociationsCommand extends $Command< ): Promise { return de_ReplacePermissionAssociationsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ram/src/commands/SetDefaultPermissionVersionCommand.ts b/clients/client-ram/src/commands/SetDefaultPermissionVersionCommand.ts index 3feaf9a4d0e4..d516e51f6c8f 100644 --- a/clients/client-ram/src/commands/SetDefaultPermissionVersionCommand.ts +++ b/clients/client-ram/src/commands/SetDefaultPermissionVersionCommand.ts @@ -105,9 +105,6 @@ export class SetDefaultPermissionVersionCommand extends $Command< SetDefaultPermissionVersionCommandOutput, RAMClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -121,9 +118,7 @@ export class SetDefaultPermissionVersionCommand extends $Command< * @public */ constructor(readonly input: SetDefaultPermissionVersionCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -179,7 +174,4 @@ export class SetDefaultPermissionVersionCommand extends $Command< ): Promise { return de_SetDefaultPermissionVersionCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ram/src/commands/TagResourceCommand.ts b/clients/client-ram/src/commands/TagResourceCommand.ts index 3e9277504b68..916145647485 100644 --- a/clients/client-ram/src/commands/TagResourceCommand.ts +++ b/clients/client-ram/src/commands/TagResourceCommand.ts @@ -105,9 +105,6 @@ export class TagResourceCommand extends $Command< TagResourceCommandOutput, RAMClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -121,9 +118,7 @@ export class TagResourceCommand extends $Command< * @public */ constructor(readonly input: TagResourceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -174,7 +169,4 @@ export class TagResourceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_TagResourceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ram/src/commands/UntagResourceCommand.ts b/clients/client-ram/src/commands/UntagResourceCommand.ts index a45c93bc9b00..b7bb1a279796 100644 --- a/clients/client-ram/src/commands/UntagResourceCommand.ts +++ b/clients/client-ram/src/commands/UntagResourceCommand.ts @@ -89,9 +89,6 @@ export class UntagResourceCommand extends $Command< UntagResourceCommandOutput, RAMClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -105,9 +102,7 @@ export class UntagResourceCommand extends $Command< * @public */ constructor(readonly input: UntagResourceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -158,7 +153,4 @@ export class UntagResourceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UntagResourceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ram/src/commands/UpdateResourceShareCommand.ts b/clients/client-ram/src/commands/UpdateResourceShareCommand.ts index 5bc4be6cbdb8..6cc5b6d60233 100644 --- a/clients/client-ram/src/commands/UpdateResourceShareCommand.ts +++ b/clients/client-ram/src/commands/UpdateResourceShareCommand.ts @@ -121,9 +121,6 @@ export class UpdateResourceShareCommand extends $Command< UpdateResourceShareCommandOutput, RAMClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -137,9 +134,7 @@ export class UpdateResourceShareCommand extends $Command< * @public */ constructor(readonly input: UpdateResourceShareCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -192,7 +187,4 @@ export class UpdateResourceShareCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdateResourceShareCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-rbin/package.json b/clients/client-rbin/package.json index 142d7589918a..d5462d3899e6 100644 --- a/clients/client-rbin/package.json +++ b/clients/client-rbin/package.json @@ -34,29 +34,29 @@ "@aws-sdk/util-endpoints": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@smithy/config-resolver": "^2.0.16", - "@smithy/fetch-http-handler": "^2.2.4", - "@smithy/hash-node": "^2.0.12", - "@smithy/invalid-dependency": "^2.0.12", - "@smithy/middleware-content-length": "^2.0.14", - "@smithy/middleware-endpoint": "^2.1.3", - "@smithy/middleware-retry": "^2.0.18", - "@smithy/middleware-serde": "^2.0.12", - "@smithy/middleware-stack": "^2.0.6", - "@smithy/node-config-provider": "^2.1.3", - "@smithy/node-http-handler": "^2.1.8", - "@smithy/protocol-http": "^3.0.8", - "@smithy/smithy-client": "^2.1.12", - "@smithy/types": "^2.4.0", - "@smithy/url-parser": "^2.0.12", - "@smithy/util-base64": "^2.0.0", + "@smithy/config-resolver": "^2.0.18", + "@smithy/fetch-http-handler": "^2.2.6", + "@smithy/hash-node": "^2.0.15", + "@smithy/invalid-dependency": "^2.0.13", + "@smithy/middleware-content-length": "^2.0.15", + "@smithy/middleware-endpoint": "^2.2.0", + "@smithy/middleware-retry": "^2.0.20", + "@smithy/middleware-serde": "^2.0.13", + "@smithy/middleware-stack": "^2.0.7", + "@smithy/node-config-provider": "^2.1.5", + "@smithy/node-http-handler": "^2.1.9", + "@smithy/protocol-http": "^3.0.9", + "@smithy/smithy-client": "^2.1.15", + "@smithy/types": "^2.5.0", + "@smithy/url-parser": "^2.0.13", + "@smithy/util-base64": "^2.0.1", "@smithy/util-body-length-browser": "^2.0.0", "@smithy/util-body-length-node": "^2.1.0", - "@smithy/util-defaults-mode-browser": "^2.0.16", - "@smithy/util-defaults-mode-node": "^2.0.21", - "@smithy/util-endpoints": "^1.0.2", - "@smithy/util-retry": "^2.0.5", - "@smithy/util-utf8": "^2.0.0", + "@smithy/util-defaults-mode-browser": "^2.0.19", + "@smithy/util-defaults-mode-node": "^2.0.25", + "@smithy/util-endpoints": "^1.0.4", + "@smithy/util-retry": "^2.0.6", + "@smithy/util-utf8": "^2.0.2", "tslib": "^2.5.0" }, "devDependencies": { diff --git a/clients/client-rbin/src/commands/CreateRuleCommand.ts b/clients/client-rbin/src/commands/CreateRuleCommand.ts index 80add161fa67..24020748ea40 100644 --- a/clients/client-rbin/src/commands/CreateRuleCommand.ts +++ b/clients/client-rbin/src/commands/CreateRuleCommand.ts @@ -129,9 +129,6 @@ export class CreateRuleCommand extends $Command< CreateRuleCommandOutput, RbinClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -145,9 +142,7 @@ export class CreateRuleCommand extends $Command< * @public */ constructor(readonly input: CreateRuleCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -198,7 +193,4 @@ export class CreateRuleCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateRuleCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-rbin/src/commands/DeleteRuleCommand.ts b/clients/client-rbin/src/commands/DeleteRuleCommand.ts index b11ca9ddf115..66d24ad4fd77 100644 --- a/clients/client-rbin/src/commands/DeleteRuleCommand.ts +++ b/clients/client-rbin/src/commands/DeleteRuleCommand.ts @@ -81,9 +81,6 @@ export class DeleteRuleCommand extends $Command< DeleteRuleCommandOutput, RbinClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -97,9 +94,7 @@ export class DeleteRuleCommand extends $Command< * @public */ constructor(readonly input: DeleteRuleCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -150,7 +145,4 @@ export class DeleteRuleCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteRuleCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-rbin/src/commands/GetRuleCommand.ts b/clients/client-rbin/src/commands/GetRuleCommand.ts index f421b4421015..7732b44d39d9 100644 --- a/clients/client-rbin/src/commands/GetRuleCommand.ts +++ b/clients/client-rbin/src/commands/GetRuleCommand.ts @@ -96,9 +96,6 @@ export interface GetRuleCommandOutput extends GetRuleResponse, __MetadataBearer * */ export class GetRuleCommand extends $Command { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -112,9 +109,7 @@ export class GetRuleCommand extends $Command { return de_GetRuleCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-rbin/src/commands/ListRulesCommand.ts b/clients/client-rbin/src/commands/ListRulesCommand.ts index f30ad9f91395..0f2966a6a55f 100644 --- a/clients/client-rbin/src/commands/ListRulesCommand.ts +++ b/clients/client-rbin/src/commands/ListRulesCommand.ts @@ -96,9 +96,6 @@ export class ListRulesCommand extends $Command< ListRulesCommandOutput, RbinClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -112,9 +109,7 @@ export class ListRulesCommand extends $Command< * @public */ constructor(readonly input: ListRulesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -165,7 +160,4 @@ export class ListRulesCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListRulesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-rbin/src/commands/ListTagsForResourceCommand.ts b/clients/client-rbin/src/commands/ListTagsForResourceCommand.ts index 3db16eaf834e..05cfbed5149a 100644 --- a/clients/client-rbin/src/commands/ListTagsForResourceCommand.ts +++ b/clients/client-rbin/src/commands/ListTagsForResourceCommand.ts @@ -84,9 +84,6 @@ export class ListTagsForResourceCommand extends $Command< ListTagsForResourceCommandOutput, RbinClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -100,9 +97,7 @@ export class ListTagsForResourceCommand extends $Command< * @public */ constructor(readonly input: ListTagsForResourceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -155,7 +150,4 @@ export class ListTagsForResourceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListTagsForResourceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-rbin/src/commands/LockRuleCommand.ts b/clients/client-rbin/src/commands/LockRuleCommand.ts index 61fa810b0fb6..cb471218fbe9 100644 --- a/clients/client-rbin/src/commands/LockRuleCommand.ts +++ b/clients/client-rbin/src/commands/LockRuleCommand.ts @@ -104,9 +104,6 @@ export interface LockRuleCommandOutput extends LockRuleResponse, __MetadataBeare * */ export class LockRuleCommand extends $Command { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -120,9 +117,7 @@ export class LockRuleCommand extends $Command { return de_LockRuleCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-rbin/src/commands/TagResourceCommand.ts b/clients/client-rbin/src/commands/TagResourceCommand.ts index f8972cfb7eb8..55b99ace3689 100644 --- a/clients/client-rbin/src/commands/TagResourceCommand.ts +++ b/clients/client-rbin/src/commands/TagResourceCommand.ts @@ -86,9 +86,6 @@ export class TagResourceCommand extends $Command< TagResourceCommandOutput, RbinClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -102,9 +99,7 @@ export class TagResourceCommand extends $Command< * @public */ constructor(readonly input: TagResourceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -155,7 +150,4 @@ export class TagResourceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_TagResourceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-rbin/src/commands/UnlockRuleCommand.ts b/clients/client-rbin/src/commands/UnlockRuleCommand.ts index 850b594b7eb2..13ca1f1be44c 100644 --- a/clients/client-rbin/src/commands/UnlockRuleCommand.ts +++ b/clients/client-rbin/src/commands/UnlockRuleCommand.ts @@ -104,9 +104,6 @@ export class UnlockRuleCommand extends $Command< UnlockRuleCommandOutput, RbinClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -120,9 +117,7 @@ export class UnlockRuleCommand extends $Command< * @public */ constructor(readonly input: UnlockRuleCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -173,7 +168,4 @@ export class UnlockRuleCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UnlockRuleCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-rbin/src/commands/UntagResourceCommand.ts b/clients/client-rbin/src/commands/UntagResourceCommand.ts index 0d9ea2f91890..2baea27a0c4e 100644 --- a/clients/client-rbin/src/commands/UntagResourceCommand.ts +++ b/clients/client-rbin/src/commands/UntagResourceCommand.ts @@ -80,9 +80,6 @@ export class UntagResourceCommand extends $Command< UntagResourceCommandOutput, RbinClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -96,9 +93,7 @@ export class UntagResourceCommand extends $Command< * @public */ constructor(readonly input: UntagResourceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -149,7 +144,4 @@ export class UntagResourceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UntagResourceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-rbin/src/commands/UpdateRuleCommand.ts b/clients/client-rbin/src/commands/UpdateRuleCommand.ts index db1eeb9f089d..2d707785ea7b 100644 --- a/clients/client-rbin/src/commands/UpdateRuleCommand.ts +++ b/clients/client-rbin/src/commands/UpdateRuleCommand.ts @@ -112,9 +112,6 @@ export class UpdateRuleCommand extends $Command< UpdateRuleCommandOutput, RbinClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -128,9 +125,7 @@ export class UpdateRuleCommand extends $Command< * @public */ constructor(readonly input: UpdateRuleCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -181,7 +176,4 @@ export class UpdateRuleCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdateRuleCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-rds-data/package.json b/clients/client-rds-data/package.json index 1c6dba8deeca..98ab719494fc 100644 --- a/clients/client-rds-data/package.json +++ b/clients/client-rds-data/package.json @@ -34,29 +34,29 @@ "@aws-sdk/util-endpoints": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@smithy/config-resolver": "^2.0.16", - "@smithy/fetch-http-handler": "^2.2.4", - "@smithy/hash-node": "^2.0.12", - "@smithy/invalid-dependency": "^2.0.12", - "@smithy/middleware-content-length": "^2.0.14", - "@smithy/middleware-endpoint": "^2.1.3", - "@smithy/middleware-retry": "^2.0.18", - "@smithy/middleware-serde": "^2.0.12", - "@smithy/middleware-stack": "^2.0.6", - "@smithy/node-config-provider": "^2.1.3", - "@smithy/node-http-handler": "^2.1.8", - "@smithy/protocol-http": "^3.0.8", - "@smithy/smithy-client": "^2.1.12", - "@smithy/types": "^2.4.0", - "@smithy/url-parser": "^2.0.12", - "@smithy/util-base64": "^2.0.0", + "@smithy/config-resolver": "^2.0.18", + "@smithy/fetch-http-handler": "^2.2.6", + "@smithy/hash-node": "^2.0.15", + "@smithy/invalid-dependency": "^2.0.13", + "@smithy/middleware-content-length": "^2.0.15", + "@smithy/middleware-endpoint": "^2.2.0", + "@smithy/middleware-retry": "^2.0.20", + "@smithy/middleware-serde": "^2.0.13", + "@smithy/middleware-stack": "^2.0.7", + "@smithy/node-config-provider": "^2.1.5", + "@smithy/node-http-handler": "^2.1.9", + "@smithy/protocol-http": "^3.0.9", + "@smithy/smithy-client": "^2.1.15", + "@smithy/types": "^2.5.0", + "@smithy/url-parser": "^2.0.13", + "@smithy/util-base64": "^2.0.1", "@smithy/util-body-length-browser": "^2.0.0", "@smithy/util-body-length-node": "^2.1.0", - "@smithy/util-defaults-mode-browser": "^2.0.16", - "@smithy/util-defaults-mode-node": "^2.0.21", - "@smithy/util-endpoints": "^1.0.2", - "@smithy/util-retry": "^2.0.5", - "@smithy/util-utf8": "^2.0.0", + "@smithy/util-defaults-mode-browser": "^2.0.19", + "@smithy/util-defaults-mode-node": "^2.0.25", + "@smithy/util-endpoints": "^1.0.4", + "@smithy/util-retry": "^2.0.6", + "@smithy/util-utf8": "^2.0.2", "tslib": "^2.5.0" }, "devDependencies": { diff --git a/clients/client-rds-data/src/commands/BatchExecuteStatementCommand.ts b/clients/client-rds-data/src/commands/BatchExecuteStatementCommand.ts index 8643f504bfd7..587a52d2e68c 100644 --- a/clients/client-rds-data/src/commands/BatchExecuteStatementCommand.ts +++ b/clients/client-rds-data/src/commands/BatchExecuteStatementCommand.ts @@ -202,9 +202,6 @@ export class BatchExecuteStatementCommand extends $Command< BatchExecuteStatementCommandOutput, RDSDataClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -218,9 +215,7 @@ export class BatchExecuteStatementCommand extends $Command< * @public */ constructor(readonly input: BatchExecuteStatementCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -273,7 +268,4 @@ export class BatchExecuteStatementCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_BatchExecuteStatementCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-rds-data/src/commands/BeginTransactionCommand.ts b/clients/client-rds-data/src/commands/BeginTransactionCommand.ts index 84819b895968..dc742eaec6d4 100644 --- a/clients/client-rds-data/src/commands/BeginTransactionCommand.ts +++ b/clients/client-rds-data/src/commands/BeginTransactionCommand.ts @@ -100,9 +100,6 @@ export class BeginTransactionCommand extends $Command< BeginTransactionCommandOutput, RDSDataClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -116,9 +113,7 @@ export class BeginTransactionCommand extends $Command< * @public */ constructor(readonly input: BeginTransactionCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -171,7 +166,4 @@ export class BeginTransactionCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_BeginTransactionCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-rds-data/src/commands/CommitTransactionCommand.ts b/clients/client-rds-data/src/commands/CommitTransactionCommand.ts index ffb9fc5478bf..4fec0e813c85 100644 --- a/clients/client-rds-data/src/commands/CommitTransactionCommand.ts +++ b/clients/client-rds-data/src/commands/CommitTransactionCommand.ts @@ -95,9 +95,6 @@ export class CommitTransactionCommand extends $Command< CommitTransactionCommandOutput, RDSDataClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -111,9 +108,7 @@ export class CommitTransactionCommand extends $Command< * @public */ constructor(readonly input: CommitTransactionCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -166,7 +161,4 @@ export class CommitTransactionCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CommitTransactionCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-rds-data/src/commands/ExecuteSqlCommand.ts b/clients/client-rds-data/src/commands/ExecuteSqlCommand.ts index a6a882038a2a..4a3c0c98a075 100644 --- a/clients/client-rds-data/src/commands/ExecuteSqlCommand.ts +++ b/clients/client-rds-data/src/commands/ExecuteSqlCommand.ts @@ -160,9 +160,6 @@ export class ExecuteSqlCommand extends $Command< ExecuteSqlCommandOutput, RDSDataClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -176,9 +173,7 @@ export class ExecuteSqlCommand extends $Command< * @public */ constructor(readonly input: ExecuteSqlCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -229,7 +224,4 @@ export class ExecuteSqlCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ExecuteSqlCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-rds-data/src/commands/ExecuteStatementCommand.ts b/clients/client-rds-data/src/commands/ExecuteStatementCommand.ts index 9201d252d9ee..b51e9f0f0b37 100644 --- a/clients/client-rds-data/src/commands/ExecuteStatementCommand.ts +++ b/clients/client-rds-data/src/commands/ExecuteStatementCommand.ts @@ -229,9 +229,6 @@ export class ExecuteStatementCommand extends $Command< ExecuteStatementCommandOutput, RDSDataClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -245,9 +242,7 @@ export class ExecuteStatementCommand extends $Command< * @public */ constructor(readonly input: ExecuteStatementCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -300,7 +295,4 @@ export class ExecuteStatementCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ExecuteStatementCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-rds-data/src/commands/RollbackTransactionCommand.ts b/clients/client-rds-data/src/commands/RollbackTransactionCommand.ts index b135bcd5645a..73c361f08685 100644 --- a/clients/client-rds-data/src/commands/RollbackTransactionCommand.ts +++ b/clients/client-rds-data/src/commands/RollbackTransactionCommand.ts @@ -94,9 +94,6 @@ export class RollbackTransactionCommand extends $Command< RollbackTransactionCommandOutput, RDSDataClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -110,9 +107,7 @@ export class RollbackTransactionCommand extends $Command< * @public */ constructor(readonly input: RollbackTransactionCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -165,7 +160,4 @@ export class RollbackTransactionCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_RollbackTransactionCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-rds/package.json b/clients/client-rds/package.json index 9d064de51227..af09f546c132 100644 --- a/clients/client-rds/package.json +++ b/clients/client-rds/package.json @@ -35,30 +35,30 @@ "@aws-sdk/util-endpoints": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@smithy/config-resolver": "^2.0.16", - "@smithy/fetch-http-handler": "^2.2.4", - "@smithy/hash-node": "^2.0.12", - "@smithy/invalid-dependency": "^2.0.12", - "@smithy/middleware-content-length": "^2.0.14", - "@smithy/middleware-endpoint": "^2.1.3", - "@smithy/middleware-retry": "^2.0.18", - "@smithy/middleware-serde": "^2.0.12", - "@smithy/middleware-stack": "^2.0.6", - "@smithy/node-config-provider": "^2.1.3", - "@smithy/node-http-handler": "^2.1.8", - "@smithy/protocol-http": "^3.0.8", - "@smithy/smithy-client": "^2.1.12", - "@smithy/types": "^2.4.0", - "@smithy/url-parser": "^2.0.12", - "@smithy/util-base64": "^2.0.0", + "@smithy/config-resolver": "^2.0.18", + "@smithy/fetch-http-handler": "^2.2.6", + "@smithy/hash-node": "^2.0.15", + "@smithy/invalid-dependency": "^2.0.13", + "@smithy/middleware-content-length": "^2.0.15", + "@smithy/middleware-endpoint": "^2.2.0", + "@smithy/middleware-retry": "^2.0.20", + "@smithy/middleware-serde": "^2.0.13", + "@smithy/middleware-stack": "^2.0.7", + "@smithy/node-config-provider": "^2.1.5", + "@smithy/node-http-handler": "^2.1.9", + "@smithy/protocol-http": "^3.0.9", + "@smithy/smithy-client": "^2.1.15", + "@smithy/types": "^2.5.0", + "@smithy/url-parser": "^2.0.13", + "@smithy/util-base64": "^2.0.1", "@smithy/util-body-length-browser": "^2.0.0", "@smithy/util-body-length-node": "^2.1.0", - "@smithy/util-defaults-mode-browser": "^2.0.16", - "@smithy/util-defaults-mode-node": "^2.0.21", - "@smithy/util-endpoints": "^1.0.2", - "@smithy/util-retry": "^2.0.5", - "@smithy/util-utf8": "^2.0.0", - "@smithy/util-waiter": "^2.0.12", + "@smithy/util-defaults-mode-browser": "^2.0.19", + "@smithy/util-defaults-mode-node": "^2.0.25", + "@smithy/util-endpoints": "^1.0.4", + "@smithy/util-retry": "^2.0.6", + "@smithy/util-utf8": "^2.0.2", + "@smithy/util-waiter": "^2.0.13", "fast-xml-parser": "4.2.5", "tslib": "^2.5.0" }, diff --git a/clients/client-rds/src/commands/AddRoleToDBClusterCommand.ts b/clients/client-rds/src/commands/AddRoleToDBClusterCommand.ts index 89f5e7ffc041..f393198fca74 100644 --- a/clients/client-rds/src/commands/AddRoleToDBClusterCommand.ts +++ b/clients/client-rds/src/commands/AddRoleToDBClusterCommand.ts @@ -95,9 +95,6 @@ export class AddRoleToDBClusterCommand extends $Command< AddRoleToDBClusterCommandOutput, RDSClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -111,9 +108,7 @@ export class AddRoleToDBClusterCommand extends $Command< * @public */ constructor(readonly input: AddRoleToDBClusterCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -166,7 +161,4 @@ export class AddRoleToDBClusterCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_AddRoleToDBClusterCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-rds/src/commands/AddRoleToDBInstanceCommand.ts b/clients/client-rds/src/commands/AddRoleToDBInstanceCommand.ts index 4d0d36995f04..a91c3f7459e5 100644 --- a/clients/client-rds/src/commands/AddRoleToDBInstanceCommand.ts +++ b/clients/client-rds/src/commands/AddRoleToDBInstanceCommand.ts @@ -100,9 +100,6 @@ export class AddRoleToDBInstanceCommand extends $Command< AddRoleToDBInstanceCommandOutput, RDSClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -116,9 +113,7 @@ export class AddRoleToDBInstanceCommand extends $Command< * @public */ constructor(readonly input: AddRoleToDBInstanceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -171,7 +166,4 @@ export class AddRoleToDBInstanceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_AddRoleToDBInstanceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-rds/src/commands/AddSourceIdentifierToSubscriptionCommand.ts b/clients/client-rds/src/commands/AddSourceIdentifierToSubscriptionCommand.ts index 52d1f085fab8..542c8aa36c0d 100644 --- a/clients/client-rds/src/commands/AddSourceIdentifierToSubscriptionCommand.ts +++ b/clients/client-rds/src/commands/AddSourceIdentifierToSubscriptionCommand.ts @@ -131,9 +131,6 @@ export class AddSourceIdentifierToSubscriptionCommand extends $Command< AddSourceIdentifierToSubscriptionCommandOutput, RDSClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -147,9 +144,7 @@ export class AddSourceIdentifierToSubscriptionCommand extends $Command< * @public */ constructor(readonly input: AddSourceIdentifierToSubscriptionCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -208,7 +203,4 @@ export class AddSourceIdentifierToSubscriptionCommand extends $Command< ): Promise { return de_AddSourceIdentifierToSubscriptionCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-rds/src/commands/AddTagsToResourceCommand.ts b/clients/client-rds/src/commands/AddTagsToResourceCommand.ts index 2e662fc89888..7f410aec3e17 100644 --- a/clients/client-rds/src/commands/AddTagsToResourceCommand.ts +++ b/clients/client-rds/src/commands/AddTagsToResourceCommand.ts @@ -124,9 +124,6 @@ export class AddTagsToResourceCommand extends $Command< AddTagsToResourceCommandOutput, RDSClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -140,9 +137,7 @@ export class AddTagsToResourceCommand extends $Command< * @public */ constructor(readonly input: AddTagsToResourceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -195,7 +190,4 @@ export class AddTagsToResourceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_AddTagsToResourceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-rds/src/commands/ApplyPendingMaintenanceActionCommand.ts b/clients/client-rds/src/commands/ApplyPendingMaintenanceActionCommand.ts index f1e30697f069..5655b6c60e77 100644 --- a/clients/client-rds/src/commands/ApplyPendingMaintenanceActionCommand.ts +++ b/clients/client-rds/src/commands/ApplyPendingMaintenanceActionCommand.ts @@ -126,9 +126,6 @@ export class ApplyPendingMaintenanceActionCommand extends $Command< ApplyPendingMaintenanceActionCommandOutput, RDSClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -142,9 +139,7 @@ export class ApplyPendingMaintenanceActionCommand extends $Command< * @public */ constructor(readonly input: ApplyPendingMaintenanceActionCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -200,7 +195,4 @@ export class ApplyPendingMaintenanceActionCommand extends $Command< ): Promise { return de_ApplyPendingMaintenanceActionCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-rds/src/commands/AuthorizeDBSecurityGroupIngressCommand.ts b/clients/client-rds/src/commands/AuthorizeDBSecurityGroupIngressCommand.ts index 02cf8b7364d7..414c9ee96880 100644 --- a/clients/client-rds/src/commands/AuthorizeDBSecurityGroupIngressCommand.ts +++ b/clients/client-rds/src/commands/AuthorizeDBSecurityGroupIngressCommand.ts @@ -145,9 +145,6 @@ export class AuthorizeDBSecurityGroupIngressCommand extends $Command< AuthorizeDBSecurityGroupIngressCommandOutput, RDSClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -161,9 +158,7 @@ export class AuthorizeDBSecurityGroupIngressCommand extends $Command< * @public */ constructor(readonly input: AuthorizeDBSecurityGroupIngressCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -222,7 +217,4 @@ export class AuthorizeDBSecurityGroupIngressCommand extends $Command< ): Promise { return de_AuthorizeDBSecurityGroupIngressCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-rds/src/commands/BacktrackDBClusterCommand.ts b/clients/client-rds/src/commands/BacktrackDBClusterCommand.ts index cfceeee17925..c29f9c9ed2f8 100644 --- a/clients/client-rds/src/commands/BacktrackDBClusterCommand.ts +++ b/clients/client-rds/src/commands/BacktrackDBClusterCommand.ts @@ -92,9 +92,6 @@ export class BacktrackDBClusterCommand extends $Command< BacktrackDBClusterCommandOutput, RDSClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -108,9 +105,7 @@ export class BacktrackDBClusterCommand extends $Command< * @public */ constructor(readonly input: BacktrackDBClusterCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -163,7 +158,4 @@ export class BacktrackDBClusterCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_BacktrackDBClusterCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-rds/src/commands/CancelExportTaskCommand.ts b/clients/client-rds/src/commands/CancelExportTaskCommand.ts index d01319a8c67f..db38ad75179d 100644 --- a/clients/client-rds/src/commands/CancelExportTaskCommand.ts +++ b/clients/client-rds/src/commands/CancelExportTaskCommand.ts @@ -119,9 +119,6 @@ export class CancelExportTaskCommand extends $Command< CancelExportTaskCommandOutput, RDSClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -135,9 +132,7 @@ export class CancelExportTaskCommand extends $Command< * @public */ constructor(readonly input: CancelExportTaskCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -190,7 +185,4 @@ export class CancelExportTaskCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CancelExportTaskCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-rds/src/commands/CopyDBClusterParameterGroupCommand.ts b/clients/client-rds/src/commands/CopyDBClusterParameterGroupCommand.ts index ac9f0bff7309..957502ec3141 100644 --- a/clients/client-rds/src/commands/CopyDBClusterParameterGroupCommand.ts +++ b/clients/client-rds/src/commands/CopyDBClusterParameterGroupCommand.ts @@ -118,9 +118,6 @@ export class CopyDBClusterParameterGroupCommand extends $Command< CopyDBClusterParameterGroupCommandOutput, RDSClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -134,9 +131,7 @@ export class CopyDBClusterParameterGroupCommand extends $Command< * @public */ constructor(readonly input: CopyDBClusterParameterGroupCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -192,7 +187,4 @@ export class CopyDBClusterParameterGroupCommand extends $Command< ): Promise { return de_CopyDBClusterParameterGroupCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-rds/src/commands/CopyDBClusterSnapshotCommand.ts b/clients/client-rds/src/commands/CopyDBClusterSnapshotCommand.ts index 0ccd35e8e2e5..85db1e8a9c7d 100644 --- a/clients/client-rds/src/commands/CopyDBClusterSnapshotCommand.ts +++ b/clients/client-rds/src/commands/CopyDBClusterSnapshotCommand.ts @@ -212,9 +212,6 @@ export class CopyDBClusterSnapshotCommand extends $Command< CopyDBClusterSnapshotCommandOutput, RDSClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -228,9 +225,7 @@ export class CopyDBClusterSnapshotCommand extends $Command< * @public */ constructor(readonly input: CopyDBClusterSnapshotCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -284,7 +279,4 @@ export class CopyDBClusterSnapshotCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CopyDBClusterSnapshotCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-rds/src/commands/CopyDBParameterGroupCommand.ts b/clients/client-rds/src/commands/CopyDBParameterGroupCommand.ts index 7c63817ea2b9..fef5f589a73d 100644 --- a/clients/client-rds/src/commands/CopyDBParameterGroupCommand.ts +++ b/clients/client-rds/src/commands/CopyDBParameterGroupCommand.ts @@ -118,9 +118,6 @@ export class CopyDBParameterGroupCommand extends $Command< CopyDBParameterGroupCommandOutput, RDSClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -134,9 +131,7 @@ export class CopyDBParameterGroupCommand extends $Command< * @public */ constructor(readonly input: CopyDBParameterGroupCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -189,7 +184,4 @@ export class CopyDBParameterGroupCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CopyDBParameterGroupCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-rds/src/commands/CopyDBSnapshotCommand.ts b/clients/client-rds/src/commands/CopyDBSnapshotCommand.ts index af33eaff946a..5333f5d70690 100644 --- a/clients/client-rds/src/commands/CopyDBSnapshotCommand.ts +++ b/clients/client-rds/src/commands/CopyDBSnapshotCommand.ts @@ -203,9 +203,6 @@ export class CopyDBSnapshotCommand extends $Command< CopyDBSnapshotCommandOutput, RDSClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -219,9 +216,7 @@ export class CopyDBSnapshotCommand extends $Command< * @public */ constructor(readonly input: CopyDBSnapshotCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -275,7 +270,4 @@ export class CopyDBSnapshotCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CopyDBSnapshotCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-rds/src/commands/CopyOptionGroupCommand.ts b/clients/client-rds/src/commands/CopyOptionGroupCommand.ts index f0c289094ae1..f8989a911d85 100644 --- a/clients/client-rds/src/commands/CopyOptionGroupCommand.ts +++ b/clients/client-rds/src/commands/CopyOptionGroupCommand.ts @@ -159,9 +159,6 @@ export class CopyOptionGroupCommand extends $Command< CopyOptionGroupCommandOutput, RDSClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -175,9 +172,7 @@ export class CopyOptionGroupCommand extends $Command< * @public */ constructor(readonly input: CopyOptionGroupCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -230,7 +225,4 @@ export class CopyOptionGroupCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CopyOptionGroupCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-rds/src/commands/CreateBlueGreenDeploymentCommand.ts b/clients/client-rds/src/commands/CreateBlueGreenDeploymentCommand.ts index 0569d6ce1de8..b6091e277508 100644 --- a/clients/client-rds/src/commands/CreateBlueGreenDeploymentCommand.ts +++ b/clients/client-rds/src/commands/CreateBlueGreenDeploymentCommand.ts @@ -292,9 +292,6 @@ export class CreateBlueGreenDeploymentCommand extends $Command< CreateBlueGreenDeploymentCommandOutput, RDSClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -308,9 +305,7 @@ export class CreateBlueGreenDeploymentCommand extends $Command< * @public */ constructor(readonly input: CreateBlueGreenDeploymentCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -366,7 +361,4 @@ export class CreateBlueGreenDeploymentCommand extends $Command< ): Promise { return de_CreateBlueGreenDeploymentCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-rds/src/commands/CreateCustomDBEngineVersionCommand.ts b/clients/client-rds/src/commands/CreateCustomDBEngineVersionCommand.ts index 2bcc4717a6e5..79e2363ede4d 100644 --- a/clients/client-rds/src/commands/CreateCustomDBEngineVersionCommand.ts +++ b/clients/client-rds/src/commands/CreateCustomDBEngineVersionCommand.ts @@ -181,9 +181,6 @@ export class CreateCustomDBEngineVersionCommand extends $Command< CreateCustomDBEngineVersionCommandOutput, RDSClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -197,9 +194,7 @@ export class CreateCustomDBEngineVersionCommand extends $Command< * @public */ constructor(readonly input: CreateCustomDBEngineVersionCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -255,7 +250,4 @@ export class CreateCustomDBEngineVersionCommand extends $Command< ): Promise { return de_CreateCustomDBEngineVersionCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-rds/src/commands/CreateDBClusterCommand.ts b/clients/client-rds/src/commands/CreateDBClusterCommand.ts index 4d97adbde45a..d901f0ab0a90 100644 --- a/clients/client-rds/src/commands/CreateDBClusterCommand.ts +++ b/clients/client-rds/src/commands/CreateDBClusterCommand.ts @@ -512,9 +512,6 @@ export class CreateDBClusterCommand extends $Command< CreateDBClusterCommandOutput, RDSClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -528,9 +525,7 @@ export class CreateDBClusterCommand extends $Command< * @public */ constructor(readonly input: CreateDBClusterCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -584,7 +579,4 @@ export class CreateDBClusterCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateDBClusterCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-rds/src/commands/CreateDBClusterEndpointCommand.ts b/clients/client-rds/src/commands/CreateDBClusterEndpointCommand.ts index a4dd0727c885..f0e386528485 100644 --- a/clients/client-rds/src/commands/CreateDBClusterEndpointCommand.ts +++ b/clients/client-rds/src/commands/CreateDBClusterEndpointCommand.ts @@ -154,9 +154,6 @@ export class CreateDBClusterEndpointCommand extends $Command< CreateDBClusterEndpointCommandOutput, RDSClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -170,9 +167,7 @@ export class CreateDBClusterEndpointCommand extends $Command< * @public */ constructor(readonly input: CreateDBClusterEndpointCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -225,7 +220,4 @@ export class CreateDBClusterEndpointCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateDBClusterEndpointCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-rds/src/commands/CreateDBClusterParameterGroupCommand.ts b/clients/client-rds/src/commands/CreateDBClusterParameterGroupCommand.ts index 7c83b1dd9ee1..f26545b25683 100644 --- a/clients/client-rds/src/commands/CreateDBClusterParameterGroupCommand.ts +++ b/clients/client-rds/src/commands/CreateDBClusterParameterGroupCommand.ts @@ -147,9 +147,6 @@ export class CreateDBClusterParameterGroupCommand extends $Command< CreateDBClusterParameterGroupCommandOutput, RDSClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -163,9 +160,7 @@ export class CreateDBClusterParameterGroupCommand extends $Command< * @public */ constructor(readonly input: CreateDBClusterParameterGroupCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -221,7 +216,4 @@ export class CreateDBClusterParameterGroupCommand extends $Command< ): Promise { return de_CreateDBClusterParameterGroupCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-rds/src/commands/CreateDBClusterSnapshotCommand.ts b/clients/client-rds/src/commands/CreateDBClusterSnapshotCommand.ts index d507159b499d..818029911165 100644 --- a/clients/client-rds/src/commands/CreateDBClusterSnapshotCommand.ts +++ b/clients/client-rds/src/commands/CreateDBClusterSnapshotCommand.ts @@ -173,9 +173,6 @@ export class CreateDBClusterSnapshotCommand extends $Command< CreateDBClusterSnapshotCommandOutput, RDSClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -189,9 +186,7 @@ export class CreateDBClusterSnapshotCommand extends $Command< * @public */ constructor(readonly input: CreateDBClusterSnapshotCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -244,7 +239,4 @@ export class CreateDBClusterSnapshotCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateDBClusterSnapshotCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-rds/src/commands/CreateDBInstanceCommand.ts b/clients/client-rds/src/commands/CreateDBInstanceCommand.ts index f46ed472dcd2..39c19f6748fd 100644 --- a/clients/client-rds/src/commands/CreateDBInstanceCommand.ts +++ b/clients/client-rds/src/commands/CreateDBInstanceCommand.ts @@ -568,9 +568,6 @@ export class CreateDBInstanceCommand extends $Command< CreateDBInstanceCommandOutput, RDSClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -584,9 +581,7 @@ export class CreateDBInstanceCommand extends $Command< * @public */ constructor(readonly input: CreateDBInstanceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -639,7 +634,4 @@ export class CreateDBInstanceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateDBInstanceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-rds/src/commands/CreateDBInstanceReadReplicaCommand.ts b/clients/client-rds/src/commands/CreateDBInstanceReadReplicaCommand.ts index 9e7da6687626..df6a65ab954f 100644 --- a/clients/client-rds/src/commands/CreateDBInstanceReadReplicaCommand.ts +++ b/clients/client-rds/src/commands/CreateDBInstanceReadReplicaCommand.ts @@ -470,9 +470,6 @@ export class CreateDBInstanceReadReplicaCommand extends $Command< CreateDBInstanceReadReplicaCommandOutput, RDSClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -486,9 +483,7 @@ export class CreateDBInstanceReadReplicaCommand extends $Command< * @public */ constructor(readonly input: CreateDBInstanceReadReplicaCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -545,7 +540,4 @@ export class CreateDBInstanceReadReplicaCommand extends $Command< ): Promise { return de_CreateDBInstanceReadReplicaCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-rds/src/commands/CreateDBParameterGroupCommand.ts b/clients/client-rds/src/commands/CreateDBParameterGroupCommand.ts index efd3b53237b0..d02722021556 100644 --- a/clients/client-rds/src/commands/CreateDBParameterGroupCommand.ts +++ b/clients/client-rds/src/commands/CreateDBParameterGroupCommand.ts @@ -132,9 +132,6 @@ export class CreateDBParameterGroupCommand extends $Command< CreateDBParameterGroupCommandOutput, RDSClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -148,9 +145,7 @@ export class CreateDBParameterGroupCommand extends $Command< * @public */ constructor(readonly input: CreateDBParameterGroupCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -203,7 +198,4 @@ export class CreateDBParameterGroupCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateDBParameterGroupCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-rds/src/commands/CreateDBProxyCommand.ts b/clients/client-rds/src/commands/CreateDBProxyCommand.ts index a68fa722a726..5abdc0e4b706 100644 --- a/clients/client-rds/src/commands/CreateDBProxyCommand.ts +++ b/clients/client-rds/src/commands/CreateDBProxyCommand.ts @@ -135,9 +135,6 @@ export class CreateDBProxyCommand extends $Command< CreateDBProxyCommandOutput, RDSClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -151,9 +148,7 @@ export class CreateDBProxyCommand extends $Command< * @public */ constructor(readonly input: CreateDBProxyCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -204,7 +199,4 @@ export class CreateDBProxyCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateDBProxyCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-rds/src/commands/CreateDBProxyEndpointCommand.ts b/clients/client-rds/src/commands/CreateDBProxyEndpointCommand.ts index 470aaea1549c..eba528ec4b7a 100644 --- a/clients/client-rds/src/commands/CreateDBProxyEndpointCommand.ts +++ b/clients/client-rds/src/commands/CreateDBProxyEndpointCommand.ts @@ -117,9 +117,6 @@ export class CreateDBProxyEndpointCommand extends $Command< CreateDBProxyEndpointCommandOutput, RDSClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -133,9 +130,7 @@ export class CreateDBProxyEndpointCommand extends $Command< * @public */ constructor(readonly input: CreateDBProxyEndpointCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -188,7 +183,4 @@ export class CreateDBProxyEndpointCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateDBProxyEndpointCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-rds/src/commands/CreateDBSecurityGroupCommand.ts b/clients/client-rds/src/commands/CreateDBSecurityGroupCommand.ts index 0bc146e3c511..65bb8c2ebe33 100644 --- a/clients/client-rds/src/commands/CreateDBSecurityGroupCommand.ts +++ b/clients/client-rds/src/commands/CreateDBSecurityGroupCommand.ts @@ -133,9 +133,6 @@ export class CreateDBSecurityGroupCommand extends $Command< CreateDBSecurityGroupCommandOutput, RDSClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -149,9 +146,7 @@ export class CreateDBSecurityGroupCommand extends $Command< * @public */ constructor(readonly input: CreateDBSecurityGroupCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -204,7 +199,4 @@ export class CreateDBSecurityGroupCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateDBSecurityGroupCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-rds/src/commands/CreateDBSnapshotCommand.ts b/clients/client-rds/src/commands/CreateDBSnapshotCommand.ts index f6309fc17bc0..800f6040bd7b 100644 --- a/clients/client-rds/src/commands/CreateDBSnapshotCommand.ts +++ b/clients/client-rds/src/commands/CreateDBSnapshotCommand.ts @@ -181,9 +181,6 @@ export class CreateDBSnapshotCommand extends $Command< CreateDBSnapshotCommandOutput, RDSClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -197,9 +194,7 @@ export class CreateDBSnapshotCommand extends $Command< * @public */ constructor(readonly input: CreateDBSnapshotCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -252,7 +247,4 @@ export class CreateDBSnapshotCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateDBSnapshotCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-rds/src/commands/CreateDBSubnetGroupCommand.ts b/clients/client-rds/src/commands/CreateDBSubnetGroupCommand.ts index fb2d74822adc..c8de21814678 100644 --- a/clients/client-rds/src/commands/CreateDBSubnetGroupCommand.ts +++ b/clients/client-rds/src/commands/CreateDBSubnetGroupCommand.ts @@ -170,9 +170,6 @@ export class CreateDBSubnetGroupCommand extends $Command< CreateDBSubnetGroupCommandOutput, RDSClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -186,9 +183,7 @@ export class CreateDBSubnetGroupCommand extends $Command< * @public */ constructor(readonly input: CreateDBSubnetGroupCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -241,7 +236,4 @@ export class CreateDBSubnetGroupCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateDBSubnetGroupCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-rds/src/commands/CreateEventSubscriptionCommand.ts b/clients/client-rds/src/commands/CreateEventSubscriptionCommand.ts index 17237e6b1e7f..01ebc9b99f98 100644 --- a/clients/client-rds/src/commands/CreateEventSubscriptionCommand.ts +++ b/clients/client-rds/src/commands/CreateEventSubscriptionCommand.ts @@ -179,9 +179,6 @@ export class CreateEventSubscriptionCommand extends $Command< CreateEventSubscriptionCommandOutput, RDSClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -195,9 +192,7 @@ export class CreateEventSubscriptionCommand extends $Command< * @public */ constructor(readonly input: CreateEventSubscriptionCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -250,7 +245,4 @@ export class CreateEventSubscriptionCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateEventSubscriptionCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-rds/src/commands/CreateGlobalClusterCommand.ts b/clients/client-rds/src/commands/CreateGlobalClusterCommand.ts index 82e11a637166..6f652c5233c1 100644 --- a/clients/client-rds/src/commands/CreateGlobalClusterCommand.ts +++ b/clients/client-rds/src/commands/CreateGlobalClusterCommand.ts @@ -155,9 +155,6 @@ export class CreateGlobalClusterCommand extends $Command< CreateGlobalClusterCommandOutput, RDSClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -171,9 +168,7 @@ export class CreateGlobalClusterCommand extends $Command< * @public */ constructor(readonly input: CreateGlobalClusterCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -226,7 +221,4 @@ export class CreateGlobalClusterCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateGlobalClusterCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-rds/src/commands/CreateIntegrationCommand.ts b/clients/client-rds/src/commands/CreateIntegrationCommand.ts index f58e2a2530e3..bbcb4e21b757 100644 --- a/clients/client-rds/src/commands/CreateIntegrationCommand.ts +++ b/clients/client-rds/src/commands/CreateIntegrationCommand.ts @@ -125,9 +125,6 @@ export class CreateIntegrationCommand extends $Command< CreateIntegrationCommandOutput, RDSClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -141,9 +138,7 @@ export class CreateIntegrationCommand extends $Command< * @public */ constructor(readonly input: CreateIntegrationCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -196,7 +191,4 @@ export class CreateIntegrationCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateIntegrationCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-rds/src/commands/CreateOptionGroupCommand.ts b/clients/client-rds/src/commands/CreateOptionGroupCommand.ts index aa676ab2d1f1..95e767de8d0b 100644 --- a/clients/client-rds/src/commands/CreateOptionGroupCommand.ts +++ b/clients/client-rds/src/commands/CreateOptionGroupCommand.ts @@ -159,9 +159,6 @@ export class CreateOptionGroupCommand extends $Command< CreateOptionGroupCommandOutput, RDSClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -175,9 +172,7 @@ export class CreateOptionGroupCommand extends $Command< * @public */ constructor(readonly input: CreateOptionGroupCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -230,7 +225,4 @@ export class CreateOptionGroupCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateOptionGroupCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-rds/src/commands/CreateTenantDatabaseCommand.ts b/clients/client-rds/src/commands/CreateTenantDatabaseCommand.ts index 39d9ab78e16b..06f6b3520e98 100644 --- a/clients/client-rds/src/commands/CreateTenantDatabaseCommand.ts +++ b/clients/client-rds/src/commands/CreateTenantDatabaseCommand.ts @@ -124,9 +124,6 @@ export class CreateTenantDatabaseCommand extends $Command< CreateTenantDatabaseCommandOutput, RDSClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -140,9 +137,7 @@ export class CreateTenantDatabaseCommand extends $Command< * @public */ constructor(readonly input: CreateTenantDatabaseCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -195,7 +190,4 @@ export class CreateTenantDatabaseCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateTenantDatabaseCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-rds/src/commands/DeleteBlueGreenDeploymentCommand.ts b/clients/client-rds/src/commands/DeleteBlueGreenDeploymentCommand.ts index 0cc05384834c..b07f0ff506a3 100644 --- a/clients/client-rds/src/commands/DeleteBlueGreenDeploymentCommand.ts +++ b/clients/client-rds/src/commands/DeleteBlueGreenDeploymentCommand.ts @@ -252,9 +252,6 @@ export class DeleteBlueGreenDeploymentCommand extends $Command< DeleteBlueGreenDeploymentCommandOutput, RDSClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -268,9 +265,7 @@ export class DeleteBlueGreenDeploymentCommand extends $Command< * @public */ constructor(readonly input: DeleteBlueGreenDeploymentCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -326,7 +321,4 @@ export class DeleteBlueGreenDeploymentCommand extends $Command< ): Promise { return de_DeleteBlueGreenDeploymentCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-rds/src/commands/DeleteCustomDBEngineVersionCommand.ts b/clients/client-rds/src/commands/DeleteCustomDBEngineVersionCommand.ts index 77738256ede3..9ac377be1c28 100644 --- a/clients/client-rds/src/commands/DeleteCustomDBEngineVersionCommand.ts +++ b/clients/client-rds/src/commands/DeleteCustomDBEngineVersionCommand.ts @@ -178,9 +178,6 @@ export class DeleteCustomDBEngineVersionCommand extends $Command< DeleteCustomDBEngineVersionCommandOutput, RDSClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -194,9 +191,7 @@ export class DeleteCustomDBEngineVersionCommand extends $Command< * @public */ constructor(readonly input: DeleteCustomDBEngineVersionCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -252,7 +247,4 @@ export class DeleteCustomDBEngineVersionCommand extends $Command< ): Promise { return de_DeleteCustomDBEngineVersionCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-rds/src/commands/DeleteDBClusterAutomatedBackupCommand.ts b/clients/client-rds/src/commands/DeleteDBClusterAutomatedBackupCommand.ts index 466fa51b4507..3ed09805aafb 100644 --- a/clients/client-rds/src/commands/DeleteDBClusterAutomatedBackupCommand.ts +++ b/clients/client-rds/src/commands/DeleteDBClusterAutomatedBackupCommand.ts @@ -113,9 +113,6 @@ export class DeleteDBClusterAutomatedBackupCommand extends $Command< DeleteDBClusterAutomatedBackupCommandOutput, RDSClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -129,9 +126,7 @@ export class DeleteDBClusterAutomatedBackupCommand extends $Command< * @public */ constructor(readonly input: DeleteDBClusterAutomatedBackupCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -190,7 +185,4 @@ export class DeleteDBClusterAutomatedBackupCommand extends $Command< ): Promise { return de_DeleteDBClusterAutomatedBackupCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-rds/src/commands/DeleteDBClusterCommand.ts b/clients/client-rds/src/commands/DeleteDBClusterCommand.ts index 03800acafb33..8a6502db6e8e 100644 --- a/clients/client-rds/src/commands/DeleteDBClusterCommand.ts +++ b/clients/client-rds/src/commands/DeleteDBClusterCommand.ts @@ -296,9 +296,6 @@ export class DeleteDBClusterCommand extends $Command< DeleteDBClusterCommandOutput, RDSClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -312,9 +309,7 @@ export class DeleteDBClusterCommand extends $Command< * @public */ constructor(readonly input: DeleteDBClusterCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -367,7 +362,4 @@ export class DeleteDBClusterCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteDBClusterCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-rds/src/commands/DeleteDBClusterEndpointCommand.ts b/clients/client-rds/src/commands/DeleteDBClusterEndpointCommand.ts index 4b00d652783a..fbf7f5743d68 100644 --- a/clients/client-rds/src/commands/DeleteDBClusterEndpointCommand.ts +++ b/clients/client-rds/src/commands/DeleteDBClusterEndpointCommand.ts @@ -124,9 +124,6 @@ export class DeleteDBClusterEndpointCommand extends $Command< DeleteDBClusterEndpointCommandOutput, RDSClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -140,9 +137,7 @@ export class DeleteDBClusterEndpointCommand extends $Command< * @public */ constructor(readonly input: DeleteDBClusterEndpointCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -195,7 +190,4 @@ export class DeleteDBClusterEndpointCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteDBClusterEndpointCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-rds/src/commands/DeleteDBClusterParameterGroupCommand.ts b/clients/client-rds/src/commands/DeleteDBClusterParameterGroupCommand.ts index c96c33642dd5..f57f83876348 100644 --- a/clients/client-rds/src/commands/DeleteDBClusterParameterGroupCommand.ts +++ b/clients/client-rds/src/commands/DeleteDBClusterParameterGroupCommand.ts @@ -98,9 +98,6 @@ export class DeleteDBClusterParameterGroupCommand extends $Command< DeleteDBClusterParameterGroupCommandOutput, RDSClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -114,9 +111,7 @@ export class DeleteDBClusterParameterGroupCommand extends $Command< * @public */ constructor(readonly input: DeleteDBClusterParameterGroupCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -172,7 +167,4 @@ export class DeleteDBClusterParameterGroupCommand extends $Command< ): Promise { return de_DeleteDBClusterParameterGroupCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-rds/src/commands/DeleteDBClusterSnapshotCommand.ts b/clients/client-rds/src/commands/DeleteDBClusterSnapshotCommand.ts index 90e1e1e05284..4897d55bf4e2 100644 --- a/clients/client-rds/src/commands/DeleteDBClusterSnapshotCommand.ts +++ b/clients/client-rds/src/commands/DeleteDBClusterSnapshotCommand.ts @@ -160,9 +160,6 @@ export class DeleteDBClusterSnapshotCommand extends $Command< DeleteDBClusterSnapshotCommandOutput, RDSClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -176,9 +173,7 @@ export class DeleteDBClusterSnapshotCommand extends $Command< * @public */ constructor(readonly input: DeleteDBClusterSnapshotCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -231,7 +226,4 @@ export class DeleteDBClusterSnapshotCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteDBClusterSnapshotCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-rds/src/commands/DeleteDBInstanceAutomatedBackupCommand.ts b/clients/client-rds/src/commands/DeleteDBInstanceAutomatedBackupCommand.ts index 0450f056ad38..1dc56734fe93 100644 --- a/clients/client-rds/src/commands/DeleteDBInstanceAutomatedBackupCommand.ts +++ b/clients/client-rds/src/commands/DeleteDBInstanceAutomatedBackupCommand.ts @@ -160,9 +160,6 @@ export class DeleteDBInstanceAutomatedBackupCommand extends $Command< DeleteDBInstanceAutomatedBackupCommandOutput, RDSClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -176,9 +173,7 @@ export class DeleteDBInstanceAutomatedBackupCommand extends $Command< * @public */ constructor(readonly input: DeleteDBInstanceAutomatedBackupCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -237,7 +232,4 @@ export class DeleteDBInstanceAutomatedBackupCommand extends $Command< ): Promise { return de_DeleteDBInstanceAutomatedBackupCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-rds/src/commands/DeleteDBInstanceCommand.ts b/clients/client-rds/src/commands/DeleteDBInstanceCommand.ts index a739a92ed49a..dfad12c667d9 100644 --- a/clients/client-rds/src/commands/DeleteDBInstanceCommand.ts +++ b/clients/client-rds/src/commands/DeleteDBInstanceCommand.ts @@ -361,9 +361,6 @@ export class DeleteDBInstanceCommand extends $Command< DeleteDBInstanceCommandOutput, RDSClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -377,9 +374,7 @@ export class DeleteDBInstanceCommand extends $Command< * @public */ constructor(readonly input: DeleteDBInstanceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -432,7 +427,4 @@ export class DeleteDBInstanceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteDBInstanceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-rds/src/commands/DeleteDBParameterGroupCommand.ts b/clients/client-rds/src/commands/DeleteDBParameterGroupCommand.ts index 93d05e8d69e8..ec3f86fd45b4 100644 --- a/clients/client-rds/src/commands/DeleteDBParameterGroupCommand.ts +++ b/clients/client-rds/src/commands/DeleteDBParameterGroupCommand.ts @@ -89,9 +89,6 @@ export class DeleteDBParameterGroupCommand extends $Command< DeleteDBParameterGroupCommandOutput, RDSClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -105,9 +102,7 @@ export class DeleteDBParameterGroupCommand extends $Command< * @public */ constructor(readonly input: DeleteDBParameterGroupCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -160,7 +155,4 @@ export class DeleteDBParameterGroupCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteDBParameterGroupCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-rds/src/commands/DeleteDBProxyCommand.ts b/clients/client-rds/src/commands/DeleteDBProxyCommand.ts index 6783f2c0ca7b..4a6476eeab18 100644 --- a/clients/client-rds/src/commands/DeleteDBProxyCommand.ts +++ b/clients/client-rds/src/commands/DeleteDBProxyCommand.ts @@ -105,9 +105,6 @@ export class DeleteDBProxyCommand extends $Command< DeleteDBProxyCommandOutput, RDSClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -121,9 +118,7 @@ export class DeleteDBProxyCommand extends $Command< * @public */ constructor(readonly input: DeleteDBProxyCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -174,7 +169,4 @@ export class DeleteDBProxyCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteDBProxyCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-rds/src/commands/DeleteDBProxyEndpointCommand.ts b/clients/client-rds/src/commands/DeleteDBProxyEndpointCommand.ts index 0ab365d43748..6d565488f2dd 100644 --- a/clients/client-rds/src/commands/DeleteDBProxyEndpointCommand.ts +++ b/clients/client-rds/src/commands/DeleteDBProxyEndpointCommand.ts @@ -94,9 +94,6 @@ export class DeleteDBProxyEndpointCommand extends $Command< DeleteDBProxyEndpointCommandOutput, RDSClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -110,9 +107,7 @@ export class DeleteDBProxyEndpointCommand extends $Command< * @public */ constructor(readonly input: DeleteDBProxyEndpointCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -165,7 +160,4 @@ export class DeleteDBProxyEndpointCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteDBProxyEndpointCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-rds/src/commands/DeleteDBSecurityGroupCommand.ts b/clients/client-rds/src/commands/DeleteDBSecurityGroupCommand.ts index 17e2c41a682a..2f8d3ce3e991 100644 --- a/clients/client-rds/src/commands/DeleteDBSecurityGroupCommand.ts +++ b/clients/client-rds/src/commands/DeleteDBSecurityGroupCommand.ts @@ -94,9 +94,6 @@ export class DeleteDBSecurityGroupCommand extends $Command< DeleteDBSecurityGroupCommandOutput, RDSClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -110,9 +107,7 @@ export class DeleteDBSecurityGroupCommand extends $Command< * @public */ constructor(readonly input: DeleteDBSecurityGroupCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -165,7 +160,4 @@ export class DeleteDBSecurityGroupCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteDBSecurityGroupCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-rds/src/commands/DeleteDBSnapshotCommand.ts b/clients/client-rds/src/commands/DeleteDBSnapshotCommand.ts index 42fd231fb039..1349fad892b0 100644 --- a/clients/client-rds/src/commands/DeleteDBSnapshotCommand.ts +++ b/clients/client-rds/src/commands/DeleteDBSnapshotCommand.ts @@ -169,9 +169,6 @@ export class DeleteDBSnapshotCommand extends $Command< DeleteDBSnapshotCommandOutput, RDSClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -185,9 +182,7 @@ export class DeleteDBSnapshotCommand extends $Command< * @public */ constructor(readonly input: DeleteDBSnapshotCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -240,7 +235,4 @@ export class DeleteDBSnapshotCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteDBSnapshotCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-rds/src/commands/DeleteDBSubnetGroupCommand.ts b/clients/client-rds/src/commands/DeleteDBSubnetGroupCommand.ts index c83e7185e3ca..99744e3ba1fb 100644 --- a/clients/client-rds/src/commands/DeleteDBSubnetGroupCommand.ts +++ b/clients/client-rds/src/commands/DeleteDBSubnetGroupCommand.ts @@ -92,9 +92,6 @@ export class DeleteDBSubnetGroupCommand extends $Command< DeleteDBSubnetGroupCommandOutput, RDSClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -108,9 +105,7 @@ export class DeleteDBSubnetGroupCommand extends $Command< * @public */ constructor(readonly input: DeleteDBSubnetGroupCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -163,7 +158,4 @@ export class DeleteDBSubnetGroupCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteDBSubnetGroupCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-rds/src/commands/DeleteEventSubscriptionCommand.ts b/clients/client-rds/src/commands/DeleteEventSubscriptionCommand.ts index 3a3e44cfd668..ec0fbfbe53b5 100644 --- a/clients/client-rds/src/commands/DeleteEventSubscriptionCommand.ts +++ b/clients/client-rds/src/commands/DeleteEventSubscriptionCommand.ts @@ -123,9 +123,6 @@ export class DeleteEventSubscriptionCommand extends $Command< DeleteEventSubscriptionCommandOutput, RDSClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -139,9 +136,7 @@ export class DeleteEventSubscriptionCommand extends $Command< * @public */ constructor(readonly input: DeleteEventSubscriptionCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -194,7 +189,4 @@ export class DeleteEventSubscriptionCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteEventSubscriptionCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-rds/src/commands/DeleteGlobalClusterCommand.ts b/clients/client-rds/src/commands/DeleteGlobalClusterCommand.ts index 4f632dd0ec27..1df3a1c7172e 100644 --- a/clients/client-rds/src/commands/DeleteGlobalClusterCommand.ts +++ b/clients/client-rds/src/commands/DeleteGlobalClusterCommand.ts @@ -133,9 +133,6 @@ export class DeleteGlobalClusterCommand extends $Command< DeleteGlobalClusterCommandOutput, RDSClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -149,9 +146,7 @@ export class DeleteGlobalClusterCommand extends $Command< * @public */ constructor(readonly input: DeleteGlobalClusterCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -204,7 +199,4 @@ export class DeleteGlobalClusterCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteGlobalClusterCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-rds/src/commands/DeleteIntegrationCommand.ts b/clients/client-rds/src/commands/DeleteIntegrationCommand.ts index 840e11dda9bd..bc40f3a99345 100644 --- a/clients/client-rds/src/commands/DeleteIntegrationCommand.ts +++ b/clients/client-rds/src/commands/DeleteIntegrationCommand.ts @@ -102,9 +102,6 @@ export class DeleteIntegrationCommand extends $Command< DeleteIntegrationCommandOutput, RDSClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -118,9 +115,7 @@ export class DeleteIntegrationCommand extends $Command< * @public */ constructor(readonly input: DeleteIntegrationCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -173,7 +168,4 @@ export class DeleteIntegrationCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteIntegrationCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-rds/src/commands/DeleteOptionGroupCommand.ts b/clients/client-rds/src/commands/DeleteOptionGroupCommand.ts index dc3fe643b118..af61764e4f1c 100644 --- a/clients/client-rds/src/commands/DeleteOptionGroupCommand.ts +++ b/clients/client-rds/src/commands/DeleteOptionGroupCommand.ts @@ -85,9 +85,6 @@ export class DeleteOptionGroupCommand extends $Command< DeleteOptionGroupCommandOutput, RDSClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -101,9 +98,7 @@ export class DeleteOptionGroupCommand extends $Command< * @public */ constructor(readonly input: DeleteOptionGroupCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -156,7 +151,4 @@ export class DeleteOptionGroupCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteOptionGroupCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-rds/src/commands/DeleteTenantDatabaseCommand.ts b/clients/client-rds/src/commands/DeleteTenantDatabaseCommand.ts index 9dd22bebe28c..b3d318a09add 100644 --- a/clients/client-rds/src/commands/DeleteTenantDatabaseCommand.ts +++ b/clients/client-rds/src/commands/DeleteTenantDatabaseCommand.ts @@ -112,9 +112,6 @@ export class DeleteTenantDatabaseCommand extends $Command< DeleteTenantDatabaseCommandOutput, RDSClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -128,9 +125,7 @@ export class DeleteTenantDatabaseCommand extends $Command< * @public */ constructor(readonly input: DeleteTenantDatabaseCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -183,7 +178,4 @@ export class DeleteTenantDatabaseCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteTenantDatabaseCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-rds/src/commands/DeregisterDBProxyTargetsCommand.ts b/clients/client-rds/src/commands/DeregisterDBProxyTargetsCommand.ts index a12d79508473..38138f70e70e 100644 --- a/clients/client-rds/src/commands/DeregisterDBProxyTargetsCommand.ts +++ b/clients/client-rds/src/commands/DeregisterDBProxyTargetsCommand.ts @@ -87,9 +87,6 @@ export class DeregisterDBProxyTargetsCommand extends $Command< DeregisterDBProxyTargetsCommandOutput, RDSClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -103,9 +100,7 @@ export class DeregisterDBProxyTargetsCommand extends $Command< * @public */ constructor(readonly input: DeregisterDBProxyTargetsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -158,7 +153,4 @@ export class DeregisterDBProxyTargetsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeregisterDBProxyTargetsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-rds/src/commands/DescribeAccountAttributesCommand.ts b/clients/client-rds/src/commands/DescribeAccountAttributesCommand.ts index 96bacb058430..2d48e66f7641 100644 --- a/clients/client-rds/src/commands/DescribeAccountAttributesCommand.ts +++ b/clients/client-rds/src/commands/DescribeAccountAttributesCommand.ts @@ -165,9 +165,6 @@ export class DescribeAccountAttributesCommand extends $Command< DescribeAccountAttributesCommandOutput, RDSClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -181,9 +178,7 @@ export class DescribeAccountAttributesCommand extends $Command< * @public */ constructor(readonly input: DescribeAccountAttributesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -239,7 +234,4 @@ export class DescribeAccountAttributesCommand extends $Command< ): Promise { return de_DescribeAccountAttributesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-rds/src/commands/DescribeBlueGreenDeploymentsCommand.ts b/clients/client-rds/src/commands/DescribeBlueGreenDeploymentsCommand.ts index 26d1b9f04c86..60e27e61b052 100644 --- a/clients/client-rds/src/commands/DescribeBlueGreenDeploymentsCommand.ts +++ b/clients/client-rds/src/commands/DescribeBlueGreenDeploymentsCommand.ts @@ -337,9 +337,6 @@ export class DescribeBlueGreenDeploymentsCommand extends $Command< DescribeBlueGreenDeploymentsCommandOutput, RDSClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -353,9 +350,7 @@ export class DescribeBlueGreenDeploymentsCommand extends $Command< * @public */ constructor(readonly input: DescribeBlueGreenDeploymentsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -411,7 +406,4 @@ export class DescribeBlueGreenDeploymentsCommand extends $Command< ): Promise { return de_DescribeBlueGreenDeploymentsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-rds/src/commands/DescribeCertificatesCommand.ts b/clients/client-rds/src/commands/DescribeCertificatesCommand.ts index 92180a36ab9e..5b6a9fbff73b 100644 --- a/clients/client-rds/src/commands/DescribeCertificatesCommand.ts +++ b/clients/client-rds/src/commands/DescribeCertificatesCommand.ts @@ -155,9 +155,6 @@ export class DescribeCertificatesCommand extends $Command< DescribeCertificatesCommandOutput, RDSClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -171,9 +168,7 @@ export class DescribeCertificatesCommand extends $Command< * @public */ constructor(readonly input: DescribeCertificatesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -226,7 +221,4 @@ export class DescribeCertificatesCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DescribeCertificatesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-rds/src/commands/DescribeDBClusterAutomatedBackupsCommand.ts b/clients/client-rds/src/commands/DescribeDBClusterAutomatedBackupsCommand.ts index b5f7331566be..d3c05a328844 100644 --- a/clients/client-rds/src/commands/DescribeDBClusterAutomatedBackupsCommand.ts +++ b/clients/client-rds/src/commands/DescribeDBClusterAutomatedBackupsCommand.ts @@ -126,9 +126,6 @@ export class DescribeDBClusterAutomatedBackupsCommand extends $Command< DescribeDBClusterAutomatedBackupsCommandOutput, RDSClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -142,9 +139,7 @@ export class DescribeDBClusterAutomatedBackupsCommand extends $Command< * @public */ constructor(readonly input: DescribeDBClusterAutomatedBackupsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -203,7 +198,4 @@ export class DescribeDBClusterAutomatedBackupsCommand extends $Command< ): Promise { return de_DescribeDBClusterAutomatedBackupsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-rds/src/commands/DescribeDBClusterBacktracksCommand.ts b/clients/client-rds/src/commands/DescribeDBClusterBacktracksCommand.ts index 3aaf240db3d1..91bb741b5f93 100644 --- a/clients/client-rds/src/commands/DescribeDBClusterBacktracksCommand.ts +++ b/clients/client-rds/src/commands/DescribeDBClusterBacktracksCommand.ts @@ -138,9 +138,6 @@ export class DescribeDBClusterBacktracksCommand extends $Command< DescribeDBClusterBacktracksCommandOutput, RDSClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -154,9 +151,7 @@ export class DescribeDBClusterBacktracksCommand extends $Command< * @public */ constructor(readonly input: DescribeDBClusterBacktracksCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -212,7 +207,4 @@ export class DescribeDBClusterBacktracksCommand extends $Command< ): Promise { return de_DescribeDBClusterBacktracksCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-rds/src/commands/DescribeDBClusterEndpointsCommand.ts b/clients/client-rds/src/commands/DescribeDBClusterEndpointsCommand.ts index 7814c7115cce..ed737654ddcc 100644 --- a/clients/client-rds/src/commands/DescribeDBClusterEndpointsCommand.ts +++ b/clients/client-rds/src/commands/DescribeDBClusterEndpointsCommand.ts @@ -168,9 +168,6 @@ export class DescribeDBClusterEndpointsCommand extends $Command< DescribeDBClusterEndpointsCommandOutput, RDSClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -184,9 +181,7 @@ export class DescribeDBClusterEndpointsCommand extends $Command< * @public */ constructor(readonly input: DescribeDBClusterEndpointsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -242,7 +237,4 @@ export class DescribeDBClusterEndpointsCommand extends $Command< ): Promise { return de_DescribeDBClusterEndpointsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-rds/src/commands/DescribeDBClusterParameterGroupsCommand.ts b/clients/client-rds/src/commands/DescribeDBClusterParameterGroupsCommand.ts index 03466026587b..0d7140eaef91 100644 --- a/clients/client-rds/src/commands/DescribeDBClusterParameterGroupsCommand.ts +++ b/clients/client-rds/src/commands/DescribeDBClusterParameterGroupsCommand.ts @@ -151,9 +151,6 @@ export class DescribeDBClusterParameterGroupsCommand extends $Command< DescribeDBClusterParameterGroupsCommandOutput, RDSClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -167,9 +164,7 @@ export class DescribeDBClusterParameterGroupsCommand extends $Command< * @public */ constructor(readonly input: DescribeDBClusterParameterGroupsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -228,7 +223,4 @@ export class DescribeDBClusterParameterGroupsCommand extends $Command< ): Promise { return de_DescribeDBClusterParameterGroupsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-rds/src/commands/DescribeDBClusterParametersCommand.ts b/clients/client-rds/src/commands/DescribeDBClusterParametersCommand.ts index d28a5a51281b..086beaca87d3 100644 --- a/clients/client-rds/src/commands/DescribeDBClusterParametersCommand.ts +++ b/clients/client-rds/src/commands/DescribeDBClusterParametersCommand.ts @@ -153,9 +153,6 @@ export class DescribeDBClusterParametersCommand extends $Command< DescribeDBClusterParametersCommandOutput, RDSClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -169,9 +166,7 @@ export class DescribeDBClusterParametersCommand extends $Command< * @public */ constructor(readonly input: DescribeDBClusterParametersCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -227,7 +222,4 @@ export class DescribeDBClusterParametersCommand extends $Command< ): Promise { return de_DescribeDBClusterParametersCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-rds/src/commands/DescribeDBClusterSnapshotAttributesCommand.ts b/clients/client-rds/src/commands/DescribeDBClusterSnapshotAttributesCommand.ts index 43525e38fea0..4c1e33d2ae67 100644 --- a/clients/client-rds/src/commands/DescribeDBClusterSnapshotAttributesCommand.ts +++ b/clients/client-rds/src/commands/DescribeDBClusterSnapshotAttributesCommand.ts @@ -125,9 +125,6 @@ export class DescribeDBClusterSnapshotAttributesCommand extends $Command< DescribeDBClusterSnapshotAttributesCommandOutput, RDSClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -141,9 +138,7 @@ export class DescribeDBClusterSnapshotAttributesCommand extends $Command< * @public */ constructor(readonly input: DescribeDBClusterSnapshotAttributesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -202,7 +197,4 @@ export class DescribeDBClusterSnapshotAttributesCommand extends $Command< ): Promise { return de_DescribeDBClusterSnapshotAttributesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-rds/src/commands/DescribeDBClusterSnapshotsCommand.ts b/clients/client-rds/src/commands/DescribeDBClusterSnapshotsCommand.ts index 07b0fc71a5e9..8d7f8709a535 100644 --- a/clients/client-rds/src/commands/DescribeDBClusterSnapshotsCommand.ts +++ b/clients/client-rds/src/commands/DescribeDBClusterSnapshotsCommand.ts @@ -198,9 +198,6 @@ export class DescribeDBClusterSnapshotsCommand extends $Command< DescribeDBClusterSnapshotsCommandOutput, RDSClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -214,9 +211,7 @@ export class DescribeDBClusterSnapshotsCommand extends $Command< * @public */ constructor(readonly input: DescribeDBClusterSnapshotsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -272,7 +267,4 @@ export class DescribeDBClusterSnapshotsCommand extends $Command< ): Promise { return de_DescribeDBClusterSnapshotsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-rds/src/commands/DescribeDBClustersCommand.ts b/clients/client-rds/src/commands/DescribeDBClustersCommand.ts index b0a474069b08..f48e29b78bfc 100644 --- a/clients/client-rds/src/commands/DescribeDBClustersCommand.ts +++ b/clients/client-rds/src/commands/DescribeDBClustersCommand.ts @@ -355,9 +355,6 @@ export class DescribeDBClustersCommand extends $Command< DescribeDBClustersCommandOutput, RDSClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -371,9 +368,7 @@ export class DescribeDBClustersCommand extends $Command< * @public */ constructor(readonly input: DescribeDBClustersCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -426,7 +421,4 @@ export class DescribeDBClustersCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DescribeDBClustersCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-rds/src/commands/DescribeDBEngineVersionsCommand.ts b/clients/client-rds/src/commands/DescribeDBEngineVersionsCommand.ts index e65e7e356358..3f4b7d36ce09 100644 --- a/clients/client-rds/src/commands/DescribeDBEngineVersionsCommand.ts +++ b/clients/client-rds/src/commands/DescribeDBEngineVersionsCommand.ts @@ -212,9 +212,6 @@ export class DescribeDBEngineVersionsCommand extends $Command< DescribeDBEngineVersionsCommandOutput, RDSClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -228,9 +225,7 @@ export class DescribeDBEngineVersionsCommand extends $Command< * @public */ constructor(readonly input: DescribeDBEngineVersionsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -283,7 +278,4 @@ export class DescribeDBEngineVersionsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DescribeDBEngineVersionsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-rds/src/commands/DescribeDBInstanceAutomatedBackupsCommand.ts b/clients/client-rds/src/commands/DescribeDBInstanceAutomatedBackupsCommand.ts index e735dc968388..38b0f1aac31e 100644 --- a/clients/client-rds/src/commands/DescribeDBInstanceAutomatedBackupsCommand.ts +++ b/clients/client-rds/src/commands/DescribeDBInstanceAutomatedBackupsCommand.ts @@ -179,9 +179,6 @@ export class DescribeDBInstanceAutomatedBackupsCommand extends $Command< DescribeDBInstanceAutomatedBackupsCommandOutput, RDSClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -195,9 +192,7 @@ export class DescribeDBInstanceAutomatedBackupsCommand extends $Command< * @public */ constructor(readonly input: DescribeDBInstanceAutomatedBackupsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -256,7 +251,4 @@ export class DescribeDBInstanceAutomatedBackupsCommand extends $Command< ): Promise { return de_DescribeDBInstanceAutomatedBackupsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-rds/src/commands/DescribeDBInstancesCommand.ts b/clients/client-rds/src/commands/DescribeDBInstancesCommand.ts index b7b5cf914c9a..0b80b102abb0 100644 --- a/clients/client-rds/src/commands/DescribeDBInstancesCommand.ts +++ b/clients/client-rds/src/commands/DescribeDBInstancesCommand.ts @@ -341,9 +341,6 @@ export class DescribeDBInstancesCommand extends $Command< DescribeDBInstancesCommandOutput, RDSClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -357,9 +354,7 @@ export class DescribeDBInstancesCommand extends $Command< * @public */ constructor(readonly input: DescribeDBInstancesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -412,7 +407,4 @@ export class DescribeDBInstancesCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DescribeDBInstancesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-rds/src/commands/DescribeDBLogFilesCommand.ts b/clients/client-rds/src/commands/DescribeDBLogFilesCommand.ts index 4d1cf002acfa..34d445bc9cb3 100644 --- a/clients/client-rds/src/commands/DescribeDBLogFilesCommand.ts +++ b/clients/client-rds/src/commands/DescribeDBLogFilesCommand.ts @@ -142,9 +142,6 @@ export class DescribeDBLogFilesCommand extends $Command< DescribeDBLogFilesCommandOutput, RDSClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -158,9 +155,7 @@ export class DescribeDBLogFilesCommand extends $Command< * @public */ constructor(readonly input: DescribeDBLogFilesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -213,7 +208,4 @@ export class DescribeDBLogFilesCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DescribeDBLogFilesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-rds/src/commands/DescribeDBParameterGroupsCommand.ts b/clients/client-rds/src/commands/DescribeDBParameterGroupsCommand.ts index 0c5e22a00a2c..1c806d1b3a67 100644 --- a/clients/client-rds/src/commands/DescribeDBParameterGroupsCommand.ts +++ b/clients/client-rds/src/commands/DescribeDBParameterGroupsCommand.ts @@ -133,9 +133,6 @@ export class DescribeDBParameterGroupsCommand extends $Command< DescribeDBParameterGroupsCommandOutput, RDSClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -149,9 +146,7 @@ export class DescribeDBParameterGroupsCommand extends $Command< * @public */ constructor(readonly input: DescribeDBParameterGroupsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -207,7 +202,4 @@ export class DescribeDBParameterGroupsCommand extends $Command< ): Promise { return de_DescribeDBParameterGroupsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-rds/src/commands/DescribeDBParametersCommand.ts b/clients/client-rds/src/commands/DescribeDBParametersCommand.ts index 2d512bf4c83d..55874aa12259 100644 --- a/clients/client-rds/src/commands/DescribeDBParametersCommand.ts +++ b/clients/client-rds/src/commands/DescribeDBParametersCommand.ts @@ -140,9 +140,6 @@ export class DescribeDBParametersCommand extends $Command< DescribeDBParametersCommandOutput, RDSClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -156,9 +153,7 @@ export class DescribeDBParametersCommand extends $Command< * @public */ constructor(readonly input: DescribeDBParametersCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -211,7 +206,4 @@ export class DescribeDBParametersCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DescribeDBParametersCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-rds/src/commands/DescribeDBProxiesCommand.ts b/clients/client-rds/src/commands/DescribeDBProxiesCommand.ts index bf5992a54ab0..7efeb3283b7c 100644 --- a/clients/client-rds/src/commands/DescribeDBProxiesCommand.ts +++ b/clients/client-rds/src/commands/DescribeDBProxiesCommand.ts @@ -115,9 +115,6 @@ export class DescribeDBProxiesCommand extends $Command< DescribeDBProxiesCommandOutput, RDSClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -131,9 +128,7 @@ export class DescribeDBProxiesCommand extends $Command< * @public */ constructor(readonly input: DescribeDBProxiesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -186,7 +181,4 @@ export class DescribeDBProxiesCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DescribeDBProxiesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-rds/src/commands/DescribeDBProxyEndpointsCommand.ts b/clients/client-rds/src/commands/DescribeDBProxyEndpointsCommand.ts index 91f72943305c..f6dbd6fb0727 100644 --- a/clients/client-rds/src/commands/DescribeDBProxyEndpointsCommand.ts +++ b/clients/client-rds/src/commands/DescribeDBProxyEndpointsCommand.ts @@ -106,9 +106,6 @@ export class DescribeDBProxyEndpointsCommand extends $Command< DescribeDBProxyEndpointsCommandOutput, RDSClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -122,9 +119,7 @@ export class DescribeDBProxyEndpointsCommand extends $Command< * @public */ constructor(readonly input: DescribeDBProxyEndpointsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -177,7 +172,4 @@ export class DescribeDBProxyEndpointsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DescribeDBProxyEndpointsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-rds/src/commands/DescribeDBProxyTargetGroupsCommand.ts b/clients/client-rds/src/commands/DescribeDBProxyTargetGroupsCommand.ts index e8e0bddf8e0a..17aebf77bc7d 100644 --- a/clients/client-rds/src/commands/DescribeDBProxyTargetGroupsCommand.ts +++ b/clients/client-rds/src/commands/DescribeDBProxyTargetGroupsCommand.ts @@ -112,9 +112,6 @@ export class DescribeDBProxyTargetGroupsCommand extends $Command< DescribeDBProxyTargetGroupsCommandOutput, RDSClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -128,9 +125,7 @@ export class DescribeDBProxyTargetGroupsCommand extends $Command< * @public */ constructor(readonly input: DescribeDBProxyTargetGroupsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -186,7 +181,4 @@ export class DescribeDBProxyTargetGroupsCommand extends $Command< ): Promise { return de_DescribeDBProxyTargetGroupsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-rds/src/commands/DescribeDBProxyTargetsCommand.ts b/clients/client-rds/src/commands/DescribeDBProxyTargetsCommand.ts index 03c93f85dde1..7d060808cac3 100644 --- a/clients/client-rds/src/commands/DescribeDBProxyTargetsCommand.ts +++ b/clients/client-rds/src/commands/DescribeDBProxyTargetsCommand.ts @@ -109,9 +109,6 @@ export class DescribeDBProxyTargetsCommand extends $Command< DescribeDBProxyTargetsCommandOutput, RDSClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -125,9 +122,7 @@ export class DescribeDBProxyTargetsCommand extends $Command< * @public */ constructor(readonly input: DescribeDBProxyTargetsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -180,7 +175,4 @@ export class DescribeDBProxyTargetsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DescribeDBProxyTargetsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-rds/src/commands/DescribeDBSecurityGroupsCommand.ts b/clients/client-rds/src/commands/DescribeDBSecurityGroupsCommand.ts index ac7073aa971e..800c7c0bcd5c 100644 --- a/clients/client-rds/src/commands/DescribeDBSecurityGroupsCommand.ts +++ b/clients/client-rds/src/commands/DescribeDBSecurityGroupsCommand.ts @@ -126,9 +126,6 @@ export class DescribeDBSecurityGroupsCommand extends $Command< DescribeDBSecurityGroupsCommandOutput, RDSClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -142,9 +139,7 @@ export class DescribeDBSecurityGroupsCommand extends $Command< * @public */ constructor(readonly input: DescribeDBSecurityGroupsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -197,7 +192,4 @@ export class DescribeDBSecurityGroupsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DescribeDBSecurityGroupsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-rds/src/commands/DescribeDBSnapshotAttributesCommand.ts b/clients/client-rds/src/commands/DescribeDBSnapshotAttributesCommand.ts index 1052dda99214..d493884f0719 100644 --- a/clients/client-rds/src/commands/DescribeDBSnapshotAttributesCommand.ts +++ b/clients/client-rds/src/commands/DescribeDBSnapshotAttributesCommand.ts @@ -120,9 +120,6 @@ export class DescribeDBSnapshotAttributesCommand extends $Command< DescribeDBSnapshotAttributesCommandOutput, RDSClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -136,9 +133,7 @@ export class DescribeDBSnapshotAttributesCommand extends $Command< * @public */ constructor(readonly input: DescribeDBSnapshotAttributesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -194,7 +189,4 @@ export class DescribeDBSnapshotAttributesCommand extends $Command< ): Promise { return de_DescribeDBSnapshotAttributesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-rds/src/commands/DescribeDBSnapshotTenantDatabasesCommand.ts b/clients/client-rds/src/commands/DescribeDBSnapshotTenantDatabasesCommand.ts index 5c984a6343e6..83742b83515f 100644 --- a/clients/client-rds/src/commands/DescribeDBSnapshotTenantDatabasesCommand.ts +++ b/clients/client-rds/src/commands/DescribeDBSnapshotTenantDatabasesCommand.ts @@ -119,9 +119,6 @@ export class DescribeDBSnapshotTenantDatabasesCommand extends $Command< DescribeDBSnapshotTenantDatabasesCommandOutput, RDSClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -135,9 +132,7 @@ export class DescribeDBSnapshotTenantDatabasesCommand extends $Command< * @public */ constructor(readonly input: DescribeDBSnapshotTenantDatabasesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -196,7 +191,4 @@ export class DescribeDBSnapshotTenantDatabasesCommand extends $Command< ): Promise { return de_DescribeDBSnapshotTenantDatabasesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-rds/src/commands/DescribeDBSnapshotsCommand.ts b/clients/client-rds/src/commands/DescribeDBSnapshotsCommand.ts index cf1b23f4bbcb..b2d7527f4418 100644 --- a/clients/client-rds/src/commands/DescribeDBSnapshotsCommand.ts +++ b/clients/client-rds/src/commands/DescribeDBSnapshotsCommand.ts @@ -180,9 +180,6 @@ export class DescribeDBSnapshotsCommand extends $Command< DescribeDBSnapshotsCommandOutput, RDSClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -196,9 +193,7 @@ export class DescribeDBSnapshotsCommand extends $Command< * @public */ constructor(readonly input: DescribeDBSnapshotsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -251,7 +246,4 @@ export class DescribeDBSnapshotsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DescribeDBSnapshotsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-rds/src/commands/DescribeDBSubnetGroupsCommand.ts b/clients/client-rds/src/commands/DescribeDBSubnetGroupsCommand.ts index 64044755cc21..655befad3815 100644 --- a/clients/client-rds/src/commands/DescribeDBSubnetGroupsCommand.ts +++ b/clients/client-rds/src/commands/DescribeDBSubnetGroupsCommand.ts @@ -162,9 +162,6 @@ export class DescribeDBSubnetGroupsCommand extends $Command< DescribeDBSubnetGroupsCommandOutput, RDSClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -178,9 +175,7 @@ export class DescribeDBSubnetGroupsCommand extends $Command< * @public */ constructor(readonly input: DescribeDBSubnetGroupsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -233,7 +228,4 @@ export class DescribeDBSubnetGroupsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DescribeDBSubnetGroupsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-rds/src/commands/DescribeEngineDefaultClusterParametersCommand.ts b/clients/client-rds/src/commands/DescribeEngineDefaultClusterParametersCommand.ts index a4cf5968bde8..b35174a9876a 100644 --- a/clients/client-rds/src/commands/DescribeEngineDefaultClusterParametersCommand.ts +++ b/clients/client-rds/src/commands/DescribeEngineDefaultClusterParametersCommand.ts @@ -142,9 +142,6 @@ export class DescribeEngineDefaultClusterParametersCommand extends $Command< DescribeEngineDefaultClusterParametersCommandOutput, RDSClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -158,9 +155,7 @@ export class DescribeEngineDefaultClusterParametersCommand extends $Command< * @public */ constructor(readonly input: DescribeEngineDefaultClusterParametersCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -219,7 +214,4 @@ export class DescribeEngineDefaultClusterParametersCommand extends $Command< ): Promise { return de_DescribeEngineDefaultClusterParametersCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-rds/src/commands/DescribeEngineDefaultParametersCommand.ts b/clients/client-rds/src/commands/DescribeEngineDefaultParametersCommand.ts index 532e1a0f89b7..a943ede26b8b 100644 --- a/clients/client-rds/src/commands/DescribeEngineDefaultParametersCommand.ts +++ b/clients/client-rds/src/commands/DescribeEngineDefaultParametersCommand.ts @@ -133,9 +133,6 @@ export class DescribeEngineDefaultParametersCommand extends $Command< DescribeEngineDefaultParametersCommandOutput, RDSClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -149,9 +146,7 @@ export class DescribeEngineDefaultParametersCommand extends $Command< * @public */ constructor(readonly input: DescribeEngineDefaultParametersCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -210,7 +205,4 @@ export class DescribeEngineDefaultParametersCommand extends $Command< ): Promise { return de_DescribeEngineDefaultParametersCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-rds/src/commands/DescribeEventCategoriesCommand.ts b/clients/client-rds/src/commands/DescribeEventCategoriesCommand.ts index 242c56fe7b81..2f1d53ff320e 100644 --- a/clients/client-rds/src/commands/DescribeEventCategoriesCommand.ts +++ b/clients/client-rds/src/commands/DescribeEventCategoriesCommand.ts @@ -164,9 +164,6 @@ export class DescribeEventCategoriesCommand extends $Command< DescribeEventCategoriesCommandOutput, RDSClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -180,9 +177,7 @@ export class DescribeEventCategoriesCommand extends $Command< * @public */ constructor(readonly input: DescribeEventCategoriesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -235,7 +230,4 @@ export class DescribeEventCategoriesCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DescribeEventCategoriesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-rds/src/commands/DescribeEventSubscriptionsCommand.ts b/clients/client-rds/src/commands/DescribeEventSubscriptionsCommand.ts index 40ab38f2cb14..75ca5adb23b8 100644 --- a/clients/client-rds/src/commands/DescribeEventSubscriptionsCommand.ts +++ b/clients/client-rds/src/commands/DescribeEventSubscriptionsCommand.ts @@ -132,9 +132,6 @@ export class DescribeEventSubscriptionsCommand extends $Command< DescribeEventSubscriptionsCommandOutput, RDSClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -148,9 +145,7 @@ export class DescribeEventSubscriptionsCommand extends $Command< * @public */ constructor(readonly input: DescribeEventSubscriptionsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -206,7 +201,4 @@ export class DescribeEventSubscriptionsCommand extends $Command< ): Promise { return de_DescribeEventSubscriptionsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-rds/src/commands/DescribeEventsCommand.ts b/clients/client-rds/src/commands/DescribeEventsCommand.ts index 4c0f2dc456b4..d4a25fdcd3fb 100644 --- a/clients/client-rds/src/commands/DescribeEventsCommand.ts +++ b/clients/client-rds/src/commands/DescribeEventsCommand.ts @@ -144,9 +144,6 @@ export class DescribeEventsCommand extends $Command< DescribeEventsCommandOutput, RDSClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -160,9 +157,7 @@ export class DescribeEventsCommand extends $Command< * @public */ constructor(readonly input: DescribeEventsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -215,7 +210,4 @@ export class DescribeEventsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DescribeEventsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-rds/src/commands/DescribeExportTasksCommand.ts b/clients/client-rds/src/commands/DescribeExportTasksCommand.ts index 211b4fb76017..1dcf3b020fe7 100644 --- a/clients/client-rds/src/commands/DescribeExportTasksCommand.ts +++ b/clients/client-rds/src/commands/DescribeExportTasksCommand.ts @@ -149,9 +149,6 @@ export class DescribeExportTasksCommand extends $Command< DescribeExportTasksCommandOutput, RDSClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -165,9 +162,7 @@ export class DescribeExportTasksCommand extends $Command< * @public */ constructor(readonly input: DescribeExportTasksCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -220,7 +215,4 @@ export class DescribeExportTasksCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DescribeExportTasksCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-rds/src/commands/DescribeGlobalClustersCommand.ts b/clients/client-rds/src/commands/DescribeGlobalClustersCommand.ts index 1c185c12ab08..3a6e29a700f2 100644 --- a/clients/client-rds/src/commands/DescribeGlobalClustersCommand.ts +++ b/clients/client-rds/src/commands/DescribeGlobalClustersCommand.ts @@ -144,9 +144,6 @@ export class DescribeGlobalClustersCommand extends $Command< DescribeGlobalClustersCommandOutput, RDSClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -160,9 +157,7 @@ export class DescribeGlobalClustersCommand extends $Command< * @public */ constructor(readonly input: DescribeGlobalClustersCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -215,7 +210,4 @@ export class DescribeGlobalClustersCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DescribeGlobalClustersCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-rds/src/commands/DescribeIntegrationsCommand.ts b/clients/client-rds/src/commands/DescribeIntegrationsCommand.ts index 792cdc632a24..e4a3b0be30e2 100644 --- a/clients/client-rds/src/commands/DescribeIntegrationsCommand.ts +++ b/clients/client-rds/src/commands/DescribeIntegrationsCommand.ts @@ -109,9 +109,6 @@ export class DescribeIntegrationsCommand extends $Command< DescribeIntegrationsCommandOutput, RDSClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -125,9 +122,7 @@ export class DescribeIntegrationsCommand extends $Command< * @public */ constructor(readonly input: DescribeIntegrationsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -180,7 +175,4 @@ export class DescribeIntegrationsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DescribeIntegrationsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-rds/src/commands/DescribeOptionGroupOptionsCommand.ts b/clients/client-rds/src/commands/DescribeOptionGroupOptionsCommand.ts index 2f37ed4fed6a..b36ffab762ac 100644 --- a/clients/client-rds/src/commands/DescribeOptionGroupOptionsCommand.ts +++ b/clients/client-rds/src/commands/DescribeOptionGroupOptionsCommand.ts @@ -177,9 +177,6 @@ export class DescribeOptionGroupOptionsCommand extends $Command< DescribeOptionGroupOptionsCommandOutput, RDSClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -193,9 +190,7 @@ export class DescribeOptionGroupOptionsCommand extends $Command< * @public */ constructor(readonly input: DescribeOptionGroupOptionsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -251,7 +246,4 @@ export class DescribeOptionGroupOptionsCommand extends $Command< ): Promise { return de_DescribeOptionGroupOptionsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-rds/src/commands/DescribeOptionGroupsCommand.ts b/clients/client-rds/src/commands/DescribeOptionGroupsCommand.ts index b6dd429eab3c..ab70af753bda 100644 --- a/clients/client-rds/src/commands/DescribeOptionGroupsCommand.ts +++ b/clients/client-rds/src/commands/DescribeOptionGroupsCommand.ts @@ -161,9 +161,6 @@ export class DescribeOptionGroupsCommand extends $Command< DescribeOptionGroupsCommandOutput, RDSClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -177,9 +174,7 @@ export class DescribeOptionGroupsCommand extends $Command< * @public */ constructor(readonly input: DescribeOptionGroupsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -232,7 +227,4 @@ export class DescribeOptionGroupsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DescribeOptionGroupsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-rds/src/commands/DescribeOrderableDBInstanceOptionsCommand.ts b/clients/client-rds/src/commands/DescribeOrderableDBInstanceOptionsCommand.ts index 5e364cac8bd9..6d69bf8f4a59 100644 --- a/clients/client-rds/src/commands/DescribeOrderableDBInstanceOptionsCommand.ts +++ b/clients/client-rds/src/commands/DescribeOrderableDBInstanceOptionsCommand.ts @@ -194,9 +194,6 @@ export class DescribeOrderableDBInstanceOptionsCommand extends $Command< DescribeOrderableDBInstanceOptionsCommandOutput, RDSClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -210,9 +207,7 @@ export class DescribeOrderableDBInstanceOptionsCommand extends $Command< * @public */ constructor(readonly input: DescribeOrderableDBInstanceOptionsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -271,7 +266,4 @@ export class DescribeOrderableDBInstanceOptionsCommand extends $Command< ): Promise { return de_DescribeOrderableDBInstanceOptionsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-rds/src/commands/DescribePendingMaintenanceActionsCommand.ts b/clients/client-rds/src/commands/DescribePendingMaintenanceActionsCommand.ts index 5b813ce41109..c620c4fbc6fd 100644 --- a/clients/client-rds/src/commands/DescribePendingMaintenanceActionsCommand.ts +++ b/clients/client-rds/src/commands/DescribePendingMaintenanceActionsCommand.ts @@ -127,9 +127,6 @@ export class DescribePendingMaintenanceActionsCommand extends $Command< DescribePendingMaintenanceActionsCommandOutput, RDSClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -143,9 +140,7 @@ export class DescribePendingMaintenanceActionsCommand extends $Command< * @public */ constructor(readonly input: DescribePendingMaintenanceActionsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -204,7 +199,4 @@ export class DescribePendingMaintenanceActionsCommand extends $Command< ): Promise { return de_DescribePendingMaintenanceActionsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-rds/src/commands/DescribeReservedDBInstancesCommand.ts b/clients/client-rds/src/commands/DescribeReservedDBInstancesCommand.ts index 63f770df986e..64d07b1cfeb8 100644 --- a/clients/client-rds/src/commands/DescribeReservedDBInstancesCommand.ts +++ b/clients/client-rds/src/commands/DescribeReservedDBInstancesCommand.ts @@ -153,9 +153,6 @@ export class DescribeReservedDBInstancesCommand extends $Command< DescribeReservedDBInstancesCommandOutput, RDSClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -169,9 +166,7 @@ export class DescribeReservedDBInstancesCommand extends $Command< * @public */ constructor(readonly input: DescribeReservedDBInstancesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -227,7 +222,4 @@ export class DescribeReservedDBInstancesCommand extends $Command< ): Promise { return de_DescribeReservedDBInstancesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-rds/src/commands/DescribeReservedDBInstancesOfferingsCommand.ts b/clients/client-rds/src/commands/DescribeReservedDBInstancesOfferingsCommand.ts index 8209cf5303df..4a0b9a191df5 100644 --- a/clients/client-rds/src/commands/DescribeReservedDBInstancesOfferingsCommand.ts +++ b/clients/client-rds/src/commands/DescribeReservedDBInstancesOfferingsCommand.ts @@ -146,9 +146,6 @@ export class DescribeReservedDBInstancesOfferingsCommand extends $Command< DescribeReservedDBInstancesOfferingsCommandOutput, RDSClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -162,9 +159,7 @@ export class DescribeReservedDBInstancesOfferingsCommand extends $Command< * @public */ constructor(readonly input: DescribeReservedDBInstancesOfferingsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -223,7 +218,4 @@ export class DescribeReservedDBInstancesOfferingsCommand extends $Command< ): Promise { return de_DescribeReservedDBInstancesOfferingsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-rds/src/commands/DescribeSourceRegionsCommand.ts b/clients/client-rds/src/commands/DescribeSourceRegionsCommand.ts index dd4cf57e14a2..e0084dfcbaea 100644 --- a/clients/client-rds/src/commands/DescribeSourceRegionsCommand.ts +++ b/clients/client-rds/src/commands/DescribeSourceRegionsCommand.ts @@ -238,9 +238,6 @@ export class DescribeSourceRegionsCommand extends $Command< DescribeSourceRegionsCommandOutput, RDSClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -254,9 +251,7 @@ export class DescribeSourceRegionsCommand extends $Command< * @public */ constructor(readonly input: DescribeSourceRegionsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -309,7 +304,4 @@ export class DescribeSourceRegionsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DescribeSourceRegionsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-rds/src/commands/DescribeTenantDatabasesCommand.ts b/clients/client-rds/src/commands/DescribeTenantDatabasesCommand.ts index 8bbd4c6420b2..d21cf1a0e67b 100644 --- a/clients/client-rds/src/commands/DescribeTenantDatabasesCommand.ts +++ b/clients/client-rds/src/commands/DescribeTenantDatabasesCommand.ts @@ -115,9 +115,6 @@ export class DescribeTenantDatabasesCommand extends $Command< DescribeTenantDatabasesCommandOutput, RDSClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -131,9 +128,7 @@ export class DescribeTenantDatabasesCommand extends $Command< * @public */ constructor(readonly input: DescribeTenantDatabasesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -186,7 +181,4 @@ export class DescribeTenantDatabasesCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DescribeTenantDatabasesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-rds/src/commands/DescribeValidDBInstanceModificationsCommand.ts b/clients/client-rds/src/commands/DescribeValidDBInstanceModificationsCommand.ts index a7c7f17946ad..8c0d462dabb0 100644 --- a/clients/client-rds/src/commands/DescribeValidDBInstanceModificationsCommand.ts +++ b/clients/client-rds/src/commands/DescribeValidDBInstanceModificationsCommand.ts @@ -169,9 +169,6 @@ export class DescribeValidDBInstanceModificationsCommand extends $Command< DescribeValidDBInstanceModificationsCommandOutput, RDSClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -185,9 +182,7 @@ export class DescribeValidDBInstanceModificationsCommand extends $Command< * @public */ constructor(readonly input: DescribeValidDBInstanceModificationsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -246,7 +241,4 @@ export class DescribeValidDBInstanceModificationsCommand extends $Command< ): Promise { return de_DescribeValidDBInstanceModificationsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-rds/src/commands/DownloadDBLogFilePortionCommand.ts b/clients/client-rds/src/commands/DownloadDBLogFilePortionCommand.ts index 24811c1b0cb8..dfe57d5a5b18 100644 --- a/clients/client-rds/src/commands/DownloadDBLogFilePortionCommand.ts +++ b/clients/client-rds/src/commands/DownloadDBLogFilePortionCommand.ts @@ -96,9 +96,6 @@ export class DownloadDBLogFilePortionCommand extends $Command< DownloadDBLogFilePortionCommandOutput, RDSClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -112,9 +109,7 @@ export class DownloadDBLogFilePortionCommand extends $Command< * @public */ constructor(readonly input: DownloadDBLogFilePortionCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -167,7 +162,4 @@ export class DownloadDBLogFilePortionCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DownloadDBLogFilePortionCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-rds/src/commands/FailoverDBClusterCommand.ts b/clients/client-rds/src/commands/FailoverDBClusterCommand.ts index 60d4e62d7e82..244aa1784df0 100644 --- a/clients/client-rds/src/commands/FailoverDBClusterCommand.ts +++ b/clients/client-rds/src/commands/FailoverDBClusterCommand.ts @@ -276,9 +276,6 @@ export class FailoverDBClusterCommand extends $Command< FailoverDBClusterCommandOutput, RDSClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -292,9 +289,7 @@ export class FailoverDBClusterCommand extends $Command< * @public */ constructor(readonly input: FailoverDBClusterCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -347,7 +342,4 @@ export class FailoverDBClusterCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_FailoverDBClusterCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-rds/src/commands/FailoverGlobalClusterCommand.ts b/clients/client-rds/src/commands/FailoverGlobalClusterCommand.ts index 5e3358094831..e538f69e9251 100644 --- a/clients/client-rds/src/commands/FailoverGlobalClusterCommand.ts +++ b/clients/client-rds/src/commands/FailoverGlobalClusterCommand.ts @@ -148,9 +148,6 @@ export class FailoverGlobalClusterCommand extends $Command< FailoverGlobalClusterCommandOutput, RDSClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -164,9 +161,7 @@ export class FailoverGlobalClusterCommand extends $Command< * @public */ constructor(readonly input: FailoverGlobalClusterCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -219,7 +214,4 @@ export class FailoverGlobalClusterCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_FailoverGlobalClusterCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-rds/src/commands/ListTagsForResourceCommand.ts b/clients/client-rds/src/commands/ListTagsForResourceCommand.ts index 934a5edf129c..0f68a320ebc7 100644 --- a/clients/client-rds/src/commands/ListTagsForResourceCommand.ts +++ b/clients/client-rds/src/commands/ListTagsForResourceCommand.ts @@ -142,9 +142,6 @@ export class ListTagsForResourceCommand extends $Command< ListTagsForResourceCommandOutput, RDSClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -158,9 +155,7 @@ export class ListTagsForResourceCommand extends $Command< * @public */ constructor(readonly input: ListTagsForResourceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -213,7 +208,4 @@ export class ListTagsForResourceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListTagsForResourceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-rds/src/commands/ModifyActivityStreamCommand.ts b/clients/client-rds/src/commands/ModifyActivityStreamCommand.ts index edd4559af843..b36b8549db7d 100644 --- a/clients/client-rds/src/commands/ModifyActivityStreamCommand.ts +++ b/clients/client-rds/src/commands/ModifyActivityStreamCommand.ts @@ -90,9 +90,6 @@ export class ModifyActivityStreamCommand extends $Command< ModifyActivityStreamCommandOutput, RDSClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -106,9 +103,7 @@ export class ModifyActivityStreamCommand extends $Command< * @public */ constructor(readonly input: ModifyActivityStreamCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -161,7 +156,4 @@ export class ModifyActivityStreamCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ModifyActivityStreamCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-rds/src/commands/ModifyCertificatesCommand.ts b/clients/client-rds/src/commands/ModifyCertificatesCommand.ts index 48a52edd3d88..5ece93f884fd 100644 --- a/clients/client-rds/src/commands/ModifyCertificatesCommand.ts +++ b/clients/client-rds/src/commands/ModifyCertificatesCommand.ts @@ -134,9 +134,6 @@ export class ModifyCertificatesCommand extends $Command< ModifyCertificatesCommandOutput, RDSClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -150,9 +147,7 @@ export class ModifyCertificatesCommand extends $Command< * @public */ constructor(readonly input: ModifyCertificatesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -205,7 +200,4 @@ export class ModifyCertificatesCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ModifyCertificatesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-rds/src/commands/ModifyCurrentDBClusterCapacityCommand.ts b/clients/client-rds/src/commands/ModifyCurrentDBClusterCapacityCommand.ts index 0095e16be5e9..99de5091c27b 100644 --- a/clients/client-rds/src/commands/ModifyCurrentDBClusterCapacityCommand.ts +++ b/clients/client-rds/src/commands/ModifyCurrentDBClusterCapacityCommand.ts @@ -131,9 +131,6 @@ export class ModifyCurrentDBClusterCapacityCommand extends $Command< ModifyCurrentDBClusterCapacityCommandOutput, RDSClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -147,9 +144,7 @@ export class ModifyCurrentDBClusterCapacityCommand extends $Command< * @public */ constructor(readonly input: ModifyCurrentDBClusterCapacityCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -208,7 +203,4 @@ export class ModifyCurrentDBClusterCapacityCommand extends $Command< ): Promise { return de_ModifyCurrentDBClusterCapacityCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-rds/src/commands/ModifyCustomDBEngineVersionCommand.ts b/clients/client-rds/src/commands/ModifyCustomDBEngineVersionCommand.ts index 00850277abd0..142d76241155 100644 --- a/clients/client-rds/src/commands/ModifyCustomDBEngineVersionCommand.ts +++ b/clients/client-rds/src/commands/ModifyCustomDBEngineVersionCommand.ts @@ -171,9 +171,6 @@ export class ModifyCustomDBEngineVersionCommand extends $Command< ModifyCustomDBEngineVersionCommandOutput, RDSClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -187,9 +184,7 @@ export class ModifyCustomDBEngineVersionCommand extends $Command< * @public */ constructor(readonly input: ModifyCustomDBEngineVersionCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -245,7 +240,4 @@ export class ModifyCustomDBEngineVersionCommand extends $Command< ): Promise { return de_ModifyCustomDBEngineVersionCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-rds/src/commands/ModifyDBClusterCommand.ts b/clients/client-rds/src/commands/ModifyDBClusterCommand.ts index 6be312037ae5..c84737c189c4 100644 --- a/clients/client-rds/src/commands/ModifyDBClusterCommand.ts +++ b/clients/client-rds/src/commands/ModifyDBClusterCommand.ts @@ -423,9 +423,6 @@ export class ModifyDBClusterCommand extends $Command< ModifyDBClusterCommandOutput, RDSClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -439,9 +436,7 @@ export class ModifyDBClusterCommand extends $Command< * @public */ constructor(readonly input: ModifyDBClusterCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -494,7 +489,4 @@ export class ModifyDBClusterCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ModifyDBClusterCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-rds/src/commands/ModifyDBClusterEndpointCommand.ts b/clients/client-rds/src/commands/ModifyDBClusterEndpointCommand.ts index de697b6dfb42..d4b4611b9a25 100644 --- a/clients/client-rds/src/commands/ModifyDBClusterEndpointCommand.ts +++ b/clients/client-rds/src/commands/ModifyDBClusterEndpointCommand.ts @@ -144,9 +144,6 @@ export class ModifyDBClusterEndpointCommand extends $Command< ModifyDBClusterEndpointCommandOutput, RDSClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -160,9 +157,7 @@ export class ModifyDBClusterEndpointCommand extends $Command< * @public */ constructor(readonly input: ModifyDBClusterEndpointCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -215,7 +210,4 @@ export class ModifyDBClusterEndpointCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ModifyDBClusterEndpointCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-rds/src/commands/ModifyDBClusterParameterGroupCommand.ts b/clients/client-rds/src/commands/ModifyDBClusterParameterGroupCommand.ts index 3e7909e3d4b8..6c175aa472e3 100644 --- a/clients/client-rds/src/commands/ModifyDBClusterParameterGroupCommand.ts +++ b/clients/client-rds/src/commands/ModifyDBClusterParameterGroupCommand.ts @@ -155,9 +155,6 @@ export class ModifyDBClusterParameterGroupCommand extends $Command< ModifyDBClusterParameterGroupCommandOutput, RDSClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -171,9 +168,7 @@ export class ModifyDBClusterParameterGroupCommand extends $Command< * @public */ constructor(readonly input: ModifyDBClusterParameterGroupCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -229,7 +224,4 @@ export class ModifyDBClusterParameterGroupCommand extends $Command< ): Promise { return de_ModifyDBClusterParameterGroupCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-rds/src/commands/ModifyDBClusterSnapshotAttributeCommand.ts b/clients/client-rds/src/commands/ModifyDBClusterSnapshotAttributeCommand.ts index 60e095b248c7..c02190301afe 100644 --- a/clients/client-rds/src/commands/ModifyDBClusterSnapshotAttributeCommand.ts +++ b/clients/client-rds/src/commands/ModifyDBClusterSnapshotAttributeCommand.ts @@ -150,9 +150,6 @@ export class ModifyDBClusterSnapshotAttributeCommand extends $Command< ModifyDBClusterSnapshotAttributeCommandOutput, RDSClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -166,9 +163,7 @@ export class ModifyDBClusterSnapshotAttributeCommand extends $Command< * @public */ constructor(readonly input: ModifyDBClusterSnapshotAttributeCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -227,7 +222,4 @@ export class ModifyDBClusterSnapshotAttributeCommand extends $Command< ): Promise { return de_ModifyDBClusterSnapshotAttributeCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-rds/src/commands/ModifyDBInstanceCommand.ts b/clients/client-rds/src/commands/ModifyDBInstanceCommand.ts index 61987f22f2ec..16944283bec5 100644 --- a/clients/client-rds/src/commands/ModifyDBInstanceCommand.ts +++ b/clients/client-rds/src/commands/ModifyDBInstanceCommand.ts @@ -499,9 +499,6 @@ export class ModifyDBInstanceCommand extends $Command< ModifyDBInstanceCommandOutput, RDSClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -515,9 +512,7 @@ export class ModifyDBInstanceCommand extends $Command< * @public */ constructor(readonly input: ModifyDBInstanceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -570,7 +565,4 @@ export class ModifyDBInstanceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ModifyDBInstanceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-rds/src/commands/ModifyDBParameterGroupCommand.ts b/clients/client-rds/src/commands/ModifyDBParameterGroupCommand.ts index 4eb3f4d5154b..c06cc4f7960b 100644 --- a/clients/client-rds/src/commands/ModifyDBParameterGroupCommand.ts +++ b/clients/client-rds/src/commands/ModifyDBParameterGroupCommand.ts @@ -133,9 +133,6 @@ export class ModifyDBParameterGroupCommand extends $Command< ModifyDBParameterGroupCommandOutput, RDSClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -149,9 +146,7 @@ export class ModifyDBParameterGroupCommand extends $Command< * @public */ constructor(readonly input: ModifyDBParameterGroupCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -204,7 +199,4 @@ export class ModifyDBParameterGroupCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ModifyDBParameterGroupCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-rds/src/commands/ModifyDBProxyCommand.ts b/clients/client-rds/src/commands/ModifyDBProxyCommand.ts index f61bcabd9fc7..7200268afcb4 100644 --- a/clients/client-rds/src/commands/ModifyDBProxyCommand.ts +++ b/clients/client-rds/src/commands/ModifyDBProxyCommand.ts @@ -126,9 +126,6 @@ export class ModifyDBProxyCommand extends $Command< ModifyDBProxyCommandOutput, RDSClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -142,9 +139,7 @@ export class ModifyDBProxyCommand extends $Command< * @public */ constructor(readonly input: ModifyDBProxyCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -195,7 +190,4 @@ export class ModifyDBProxyCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ModifyDBProxyCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-rds/src/commands/ModifyDBProxyEndpointCommand.ts b/clients/client-rds/src/commands/ModifyDBProxyEndpointCommand.ts index bbe873dfd43f..fa43976dbd17 100644 --- a/clients/client-rds/src/commands/ModifyDBProxyEndpointCommand.ts +++ b/clients/client-rds/src/commands/ModifyDBProxyEndpointCommand.ts @@ -102,9 +102,6 @@ export class ModifyDBProxyEndpointCommand extends $Command< ModifyDBProxyEndpointCommandOutput, RDSClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -118,9 +115,7 @@ export class ModifyDBProxyEndpointCommand extends $Command< * @public */ constructor(readonly input: ModifyDBProxyEndpointCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -173,7 +168,4 @@ export class ModifyDBProxyEndpointCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ModifyDBProxyEndpointCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-rds/src/commands/ModifyDBProxyTargetGroupCommand.ts b/clients/client-rds/src/commands/ModifyDBProxyTargetGroupCommand.ts index 4a6de019845c..f8669aa3af6a 100644 --- a/clients/client-rds/src/commands/ModifyDBProxyTargetGroupCommand.ts +++ b/clients/client-rds/src/commands/ModifyDBProxyTargetGroupCommand.ts @@ -107,9 +107,6 @@ export class ModifyDBProxyTargetGroupCommand extends $Command< ModifyDBProxyTargetGroupCommandOutput, RDSClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -123,9 +120,7 @@ export class ModifyDBProxyTargetGroupCommand extends $Command< * @public */ constructor(readonly input: ModifyDBProxyTargetGroupCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -178,7 +173,4 @@ export class ModifyDBProxyTargetGroupCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ModifyDBProxyTargetGroupCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-rds/src/commands/ModifyDBSnapshotAttributeCommand.ts b/clients/client-rds/src/commands/ModifyDBSnapshotAttributeCommand.ts index 0984b57966b3..57d584059412 100644 --- a/clients/client-rds/src/commands/ModifyDBSnapshotAttributeCommand.ts +++ b/clients/client-rds/src/commands/ModifyDBSnapshotAttributeCommand.ts @@ -175,9 +175,6 @@ export class ModifyDBSnapshotAttributeCommand extends $Command< ModifyDBSnapshotAttributeCommandOutput, RDSClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -191,9 +188,7 @@ export class ModifyDBSnapshotAttributeCommand extends $Command< * @public */ constructor(readonly input: ModifyDBSnapshotAttributeCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -249,7 +244,4 @@ export class ModifyDBSnapshotAttributeCommand extends $Command< ): Promise { return de_ModifyDBSnapshotAttributeCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-rds/src/commands/ModifyDBSnapshotCommand.ts b/clients/client-rds/src/commands/ModifyDBSnapshotCommand.ts index 22fea7797a79..16c9136d1183 100644 --- a/clients/client-rds/src/commands/ModifyDBSnapshotCommand.ts +++ b/clients/client-rds/src/commands/ModifyDBSnapshotCommand.ts @@ -168,9 +168,6 @@ export class ModifyDBSnapshotCommand extends $Command< ModifyDBSnapshotCommandOutput, RDSClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -184,9 +181,7 @@ export class ModifyDBSnapshotCommand extends $Command< * @public */ constructor(readonly input: ModifyDBSnapshotCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -239,7 +234,4 @@ export class ModifyDBSnapshotCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ModifyDBSnapshotCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-rds/src/commands/ModifyDBSubnetGroupCommand.ts b/clients/client-rds/src/commands/ModifyDBSubnetGroupCommand.ts index 4801fb8dd4e2..d11503a91ee7 100644 --- a/clients/client-rds/src/commands/ModifyDBSubnetGroupCommand.ts +++ b/clients/client-rds/src/commands/ModifyDBSubnetGroupCommand.ts @@ -171,9 +171,6 @@ export class ModifyDBSubnetGroupCommand extends $Command< ModifyDBSubnetGroupCommandOutput, RDSClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -187,9 +184,7 @@ export class ModifyDBSubnetGroupCommand extends $Command< * @public */ constructor(readonly input: ModifyDBSubnetGroupCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -242,7 +237,4 @@ export class ModifyDBSubnetGroupCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ModifyDBSubnetGroupCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-rds/src/commands/ModifyEventSubscriptionCommand.ts b/clients/client-rds/src/commands/ModifyEventSubscriptionCommand.ts index e3ed2f9d8d9f..b41d09bc51d2 100644 --- a/clients/client-rds/src/commands/ModifyEventSubscriptionCommand.ts +++ b/clients/client-rds/src/commands/ModifyEventSubscriptionCommand.ts @@ -143,9 +143,6 @@ export class ModifyEventSubscriptionCommand extends $Command< ModifyEventSubscriptionCommandOutput, RDSClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -159,9 +156,7 @@ export class ModifyEventSubscriptionCommand extends $Command< * @public */ constructor(readonly input: ModifyEventSubscriptionCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -214,7 +209,4 @@ export class ModifyEventSubscriptionCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ModifyEventSubscriptionCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-rds/src/commands/ModifyGlobalClusterCommand.ts b/clients/client-rds/src/commands/ModifyGlobalClusterCommand.ts index 4ae2d34ed1d4..287a417371ce 100644 --- a/clients/client-rds/src/commands/ModifyGlobalClusterCommand.ts +++ b/clients/client-rds/src/commands/ModifyGlobalClusterCommand.ts @@ -146,9 +146,6 @@ export class ModifyGlobalClusterCommand extends $Command< ModifyGlobalClusterCommandOutput, RDSClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -162,9 +159,7 @@ export class ModifyGlobalClusterCommand extends $Command< * @public */ constructor(readonly input: ModifyGlobalClusterCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -217,7 +212,4 @@ export class ModifyGlobalClusterCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ModifyGlobalClusterCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-rds/src/commands/ModifyOptionGroupCommand.ts b/clients/client-rds/src/commands/ModifyOptionGroupCommand.ts index 70f7d2dcacd8..1e48a4163227 100644 --- a/clients/client-rds/src/commands/ModifyOptionGroupCommand.ts +++ b/clients/client-rds/src/commands/ModifyOptionGroupCommand.ts @@ -177,9 +177,6 @@ export class ModifyOptionGroupCommand extends $Command< ModifyOptionGroupCommandOutput, RDSClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -193,9 +190,7 @@ export class ModifyOptionGroupCommand extends $Command< * @public */ constructor(readonly input: ModifyOptionGroupCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -248,7 +243,4 @@ export class ModifyOptionGroupCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ModifyOptionGroupCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-rds/src/commands/ModifyTenantDatabaseCommand.ts b/clients/client-rds/src/commands/ModifyTenantDatabaseCommand.ts index f174494cb6c9..8048425b7615 100644 --- a/clients/client-rds/src/commands/ModifyTenantDatabaseCommand.ts +++ b/clients/client-rds/src/commands/ModifyTenantDatabaseCommand.ts @@ -116,9 +116,6 @@ export class ModifyTenantDatabaseCommand extends $Command< ModifyTenantDatabaseCommandOutput, RDSClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -132,9 +129,7 @@ export class ModifyTenantDatabaseCommand extends $Command< * @public */ constructor(readonly input: ModifyTenantDatabaseCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -187,7 +182,4 @@ export class ModifyTenantDatabaseCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ModifyTenantDatabaseCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-rds/src/commands/PromoteReadReplicaCommand.ts b/clients/client-rds/src/commands/PromoteReadReplicaCommand.ts index 102e4d19dc40..00d18fbf2e7d 100644 --- a/clients/client-rds/src/commands/PromoteReadReplicaCommand.ts +++ b/clients/client-rds/src/commands/PromoteReadReplicaCommand.ts @@ -339,9 +339,6 @@ export class PromoteReadReplicaCommand extends $Command< PromoteReadReplicaCommandOutput, RDSClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -355,9 +352,7 @@ export class PromoteReadReplicaCommand extends $Command< * @public */ constructor(readonly input: PromoteReadReplicaCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -410,7 +405,4 @@ export class PromoteReadReplicaCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_PromoteReadReplicaCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-rds/src/commands/PromoteReadReplicaDBClusterCommand.ts b/clients/client-rds/src/commands/PromoteReadReplicaDBClusterCommand.ts index f9741ffc429f..2f3014361f87 100644 --- a/clients/client-rds/src/commands/PromoteReadReplicaDBClusterCommand.ts +++ b/clients/client-rds/src/commands/PromoteReadReplicaDBClusterCommand.ts @@ -239,9 +239,6 @@ export class PromoteReadReplicaDBClusterCommand extends $Command< PromoteReadReplicaDBClusterCommandOutput, RDSClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -255,9 +252,7 @@ export class PromoteReadReplicaDBClusterCommand extends $Command< * @public */ constructor(readonly input: PromoteReadReplicaDBClusterCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -313,7 +308,4 @@ export class PromoteReadReplicaDBClusterCommand extends $Command< ): Promise { return de_PromoteReadReplicaDBClusterCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-rds/src/commands/PurchaseReservedDBInstancesOfferingCommand.ts b/clients/client-rds/src/commands/PurchaseReservedDBInstancesOfferingCommand.ts index 69aaee4e1a2d..df077a435f98 100644 --- a/clients/client-rds/src/commands/PurchaseReservedDBInstancesOfferingCommand.ts +++ b/clients/client-rds/src/commands/PurchaseReservedDBInstancesOfferingCommand.ts @@ -155,9 +155,6 @@ export class PurchaseReservedDBInstancesOfferingCommand extends $Command< PurchaseReservedDBInstancesOfferingCommandOutput, RDSClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -171,9 +168,7 @@ export class PurchaseReservedDBInstancesOfferingCommand extends $Command< * @public */ constructor(readonly input: PurchaseReservedDBInstancesOfferingCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -232,7 +227,4 @@ export class PurchaseReservedDBInstancesOfferingCommand extends $Command< ): Promise { return de_PurchaseReservedDBInstancesOfferingCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-rds/src/commands/RebootDBClusterCommand.ts b/clients/client-rds/src/commands/RebootDBClusterCommand.ts index 4cf570b366de..944c0dae99c2 100644 --- a/clients/client-rds/src/commands/RebootDBClusterCommand.ts +++ b/clients/client-rds/src/commands/RebootDBClusterCommand.ts @@ -252,9 +252,6 @@ export class RebootDBClusterCommand extends $Command< RebootDBClusterCommandOutput, RDSClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -268,9 +265,7 @@ export class RebootDBClusterCommand extends $Command< * @public */ constructor(readonly input: RebootDBClusterCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -323,7 +318,4 @@ export class RebootDBClusterCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_RebootDBClusterCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-rds/src/commands/RebootDBInstanceCommand.ts b/clients/client-rds/src/commands/RebootDBInstanceCommand.ts index 54252f8c55dc..2c6f621f2253 100644 --- a/clients/client-rds/src/commands/RebootDBInstanceCommand.ts +++ b/clients/client-rds/src/commands/RebootDBInstanceCommand.ts @@ -336,9 +336,6 @@ export class RebootDBInstanceCommand extends $Command< RebootDBInstanceCommandOutput, RDSClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -352,9 +349,7 @@ export class RebootDBInstanceCommand extends $Command< * @public */ constructor(readonly input: RebootDBInstanceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -407,7 +402,4 @@ export class RebootDBInstanceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_RebootDBInstanceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-rds/src/commands/RegisterDBProxyTargetsCommand.ts b/clients/client-rds/src/commands/RegisterDBProxyTargetsCommand.ts index d2d7faaf0ef8..df9b496f127a 100644 --- a/clients/client-rds/src/commands/RegisterDBProxyTargetsCommand.ts +++ b/clients/client-rds/src/commands/RegisterDBProxyTargetsCommand.ts @@ -123,9 +123,6 @@ export class RegisterDBProxyTargetsCommand extends $Command< RegisterDBProxyTargetsCommandOutput, RDSClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -139,9 +136,7 @@ export class RegisterDBProxyTargetsCommand extends $Command< * @public */ constructor(readonly input: RegisterDBProxyTargetsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -194,7 +189,4 @@ export class RegisterDBProxyTargetsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_RegisterDBProxyTargetsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-rds/src/commands/RemoveFromGlobalClusterCommand.ts b/clients/client-rds/src/commands/RemoveFromGlobalClusterCommand.ts index d095c44066c2..f9b586da34b2 100644 --- a/clients/client-rds/src/commands/RemoveFromGlobalClusterCommand.ts +++ b/clients/client-rds/src/commands/RemoveFromGlobalClusterCommand.ts @@ -154,9 +154,6 @@ export class RemoveFromGlobalClusterCommand extends $Command< RemoveFromGlobalClusterCommandOutput, RDSClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -170,9 +167,7 @@ export class RemoveFromGlobalClusterCommand extends $Command< * @public */ constructor(readonly input: RemoveFromGlobalClusterCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -225,7 +220,4 @@ export class RemoveFromGlobalClusterCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_RemoveFromGlobalClusterCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-rds/src/commands/RemoveRoleFromDBClusterCommand.ts b/clients/client-rds/src/commands/RemoveRoleFromDBClusterCommand.ts index 5f8f573ae5d9..fbd9036fb07b 100644 --- a/clients/client-rds/src/commands/RemoveRoleFromDBClusterCommand.ts +++ b/clients/client-rds/src/commands/RemoveRoleFromDBClusterCommand.ts @@ -100,9 +100,6 @@ export class RemoveRoleFromDBClusterCommand extends $Command< RemoveRoleFromDBClusterCommandOutput, RDSClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -116,9 +113,7 @@ export class RemoveRoleFromDBClusterCommand extends $Command< * @public */ constructor(readonly input: RemoveRoleFromDBClusterCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -171,7 +166,4 @@ export class RemoveRoleFromDBClusterCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_RemoveRoleFromDBClusterCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-rds/src/commands/RemoveRoleFromDBInstanceCommand.ts b/clients/client-rds/src/commands/RemoveRoleFromDBInstanceCommand.ts index b1662c75428b..8ac79b25991c 100644 --- a/clients/client-rds/src/commands/RemoveRoleFromDBInstanceCommand.ts +++ b/clients/client-rds/src/commands/RemoveRoleFromDBInstanceCommand.ts @@ -81,9 +81,6 @@ export class RemoveRoleFromDBInstanceCommand extends $Command< RemoveRoleFromDBInstanceCommandOutput, RDSClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -97,9 +94,7 @@ export class RemoveRoleFromDBInstanceCommand extends $Command< * @public */ constructor(readonly input: RemoveRoleFromDBInstanceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -152,7 +147,4 @@ export class RemoveRoleFromDBInstanceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_RemoveRoleFromDBInstanceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-rds/src/commands/RemoveSourceIdentifierFromSubscriptionCommand.ts b/clients/client-rds/src/commands/RemoveSourceIdentifierFromSubscriptionCommand.ts index 58a49e77ec3a..d7929fb8393a 100644 --- a/clients/client-rds/src/commands/RemoveSourceIdentifierFromSubscriptionCommand.ts +++ b/clients/client-rds/src/commands/RemoveSourceIdentifierFromSubscriptionCommand.ts @@ -134,9 +134,6 @@ export class RemoveSourceIdentifierFromSubscriptionCommand extends $Command< RemoveSourceIdentifierFromSubscriptionCommandOutput, RDSClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -150,9 +147,7 @@ export class RemoveSourceIdentifierFromSubscriptionCommand extends $Command< * @public */ constructor(readonly input: RemoveSourceIdentifierFromSubscriptionCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -211,7 +206,4 @@ export class RemoveSourceIdentifierFromSubscriptionCommand extends $Command< ): Promise { return de_RemoveSourceIdentifierFromSubscriptionCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-rds/src/commands/RemoveTagsFromResourceCommand.ts b/clients/client-rds/src/commands/RemoveTagsFromResourceCommand.ts index a88bab0b07fa..e9d4ac2cae43 100644 --- a/clients/client-rds/src/commands/RemoveTagsFromResourceCommand.ts +++ b/clients/client-rds/src/commands/RemoveTagsFromResourceCommand.ts @@ -121,9 +121,6 @@ export class RemoveTagsFromResourceCommand extends $Command< RemoveTagsFromResourceCommandOutput, RDSClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -137,9 +134,7 @@ export class RemoveTagsFromResourceCommand extends $Command< * @public */ constructor(readonly input: RemoveTagsFromResourceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -192,7 +187,4 @@ export class RemoveTagsFromResourceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_RemoveTagsFromResourceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-rds/src/commands/ResetDBClusterParameterGroupCommand.ts b/clients/client-rds/src/commands/ResetDBClusterParameterGroupCommand.ts index adeef3bf0ba5..6ddfc6e46931 100644 --- a/clients/client-rds/src/commands/ResetDBClusterParameterGroupCommand.ts +++ b/clients/client-rds/src/commands/ResetDBClusterParameterGroupCommand.ts @@ -132,9 +132,6 @@ export class ResetDBClusterParameterGroupCommand extends $Command< ResetDBClusterParameterGroupCommandOutput, RDSClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -148,9 +145,7 @@ export class ResetDBClusterParameterGroupCommand extends $Command< * @public */ constructor(readonly input: ResetDBClusterParameterGroupCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -206,7 +201,4 @@ export class ResetDBClusterParameterGroupCommand extends $Command< ): Promise { return de_ResetDBClusterParameterGroupCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-rds/src/commands/ResetDBParameterGroupCommand.ts b/clients/client-rds/src/commands/ResetDBParameterGroupCommand.ts index 028640e1a81f..a57c57128c39 100644 --- a/clients/client-rds/src/commands/ResetDBParameterGroupCommand.ts +++ b/clients/client-rds/src/commands/ResetDBParameterGroupCommand.ts @@ -122,9 +122,6 @@ export class ResetDBParameterGroupCommand extends $Command< ResetDBParameterGroupCommandOutput, RDSClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -138,9 +135,7 @@ export class ResetDBParameterGroupCommand extends $Command< * @public */ constructor(readonly input: ResetDBParameterGroupCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -193,7 +188,4 @@ export class ResetDBParameterGroupCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ResetDBParameterGroupCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-rds/src/commands/RestoreDBClusterFromS3Command.ts b/clients/client-rds/src/commands/RestoreDBClusterFromS3Command.ts index b05c5728ba35..88f8969472e8 100644 --- a/clients/client-rds/src/commands/RestoreDBClusterFromS3Command.ts +++ b/clients/client-rds/src/commands/RestoreDBClusterFromS3Command.ts @@ -420,9 +420,6 @@ export class RestoreDBClusterFromS3Command extends $Command< RestoreDBClusterFromS3CommandOutput, RDSClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -436,9 +433,7 @@ export class RestoreDBClusterFromS3Command extends $Command< * @public */ constructor(readonly input: RestoreDBClusterFromS3CommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -491,7 +486,4 @@ export class RestoreDBClusterFromS3Command extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_RestoreDBClusterFromS3Command(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-rds/src/commands/RestoreDBClusterFromSnapshotCommand.ts b/clients/client-rds/src/commands/RestoreDBClusterFromSnapshotCommand.ts index 0a9c93fa4739..bb491ab0d435 100644 --- a/clients/client-rds/src/commands/RestoreDBClusterFromSnapshotCommand.ts +++ b/clients/client-rds/src/commands/RestoreDBClusterFromSnapshotCommand.ts @@ -435,9 +435,6 @@ export class RestoreDBClusterFromSnapshotCommand extends $Command< RestoreDBClusterFromSnapshotCommandOutput, RDSClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -451,9 +448,7 @@ export class RestoreDBClusterFromSnapshotCommand extends $Command< * @public */ constructor(readonly input: RestoreDBClusterFromSnapshotCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -509,7 +504,4 @@ export class RestoreDBClusterFromSnapshotCommand extends $Command< ): Promise { return de_RestoreDBClusterFromSnapshotCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-rds/src/commands/RestoreDBClusterToPointInTimeCommand.ts b/clients/client-rds/src/commands/RestoreDBClusterToPointInTimeCommand.ts index 01e278220b80..5b3a318954b9 100644 --- a/clients/client-rds/src/commands/RestoreDBClusterToPointInTimeCommand.ts +++ b/clients/client-rds/src/commands/RestoreDBClusterToPointInTimeCommand.ts @@ -437,9 +437,6 @@ export class RestoreDBClusterToPointInTimeCommand extends $Command< RestoreDBClusterToPointInTimeCommandOutput, RDSClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -453,9 +450,7 @@ export class RestoreDBClusterToPointInTimeCommand extends $Command< * @public */ constructor(readonly input: RestoreDBClusterToPointInTimeCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -511,7 +506,4 @@ export class RestoreDBClusterToPointInTimeCommand extends $Command< ): Promise { return de_RestoreDBClusterToPointInTimeCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-rds/src/commands/RestoreDBInstanceFromDBSnapshotCommand.ts b/clients/client-rds/src/commands/RestoreDBInstanceFromDBSnapshotCommand.ts index 5208b6682355..ec3b5cd35dd8 100644 --- a/clients/client-rds/src/commands/RestoreDBInstanceFromDBSnapshotCommand.ts +++ b/clients/client-rds/src/commands/RestoreDBInstanceFromDBSnapshotCommand.ts @@ -483,9 +483,6 @@ export class RestoreDBInstanceFromDBSnapshotCommand extends $Command< RestoreDBInstanceFromDBSnapshotCommandOutput, RDSClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -499,9 +496,7 @@ export class RestoreDBInstanceFromDBSnapshotCommand extends $Command< * @public */ constructor(readonly input: RestoreDBInstanceFromDBSnapshotCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -560,7 +555,4 @@ export class RestoreDBInstanceFromDBSnapshotCommand extends $Command< ): Promise { return de_RestoreDBInstanceFromDBSnapshotCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-rds/src/commands/RestoreDBInstanceFromS3Command.ts b/clients/client-rds/src/commands/RestoreDBInstanceFromS3Command.ts index ebe0a837688b..b0696fce147f 100644 --- a/clients/client-rds/src/commands/RestoreDBInstanceFromS3Command.ts +++ b/clients/client-rds/src/commands/RestoreDBInstanceFromS3Command.ts @@ -429,9 +429,6 @@ export class RestoreDBInstanceFromS3Command extends $Command< RestoreDBInstanceFromS3CommandOutput, RDSClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -445,9 +442,7 @@ export class RestoreDBInstanceFromS3Command extends $Command< * @public */ constructor(readonly input: RestoreDBInstanceFromS3CommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -500,7 +495,4 @@ export class RestoreDBInstanceFromS3Command extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_RestoreDBInstanceFromS3Command(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-rds/src/commands/RestoreDBInstanceToPointInTimeCommand.ts b/clients/client-rds/src/commands/RestoreDBInstanceToPointInTimeCommand.ts index e7ab6f42e905..842ee4c569fd 100644 --- a/clients/client-rds/src/commands/RestoreDBInstanceToPointInTimeCommand.ts +++ b/clients/client-rds/src/commands/RestoreDBInstanceToPointInTimeCommand.ts @@ -547,9 +547,6 @@ export class RestoreDBInstanceToPointInTimeCommand extends $Command< RestoreDBInstanceToPointInTimeCommandOutput, RDSClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -563,9 +560,7 @@ export class RestoreDBInstanceToPointInTimeCommand extends $Command< * @public */ constructor(readonly input: RestoreDBInstanceToPointInTimeCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -624,7 +619,4 @@ export class RestoreDBInstanceToPointInTimeCommand extends $Command< ): Promise { return de_RestoreDBInstanceToPointInTimeCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-rds/src/commands/RevokeDBSecurityGroupIngressCommand.ts b/clients/client-rds/src/commands/RevokeDBSecurityGroupIngressCommand.ts index 6ff394f9bdb5..de9791ae3554 100644 --- a/clients/client-rds/src/commands/RevokeDBSecurityGroupIngressCommand.ts +++ b/clients/client-rds/src/commands/RevokeDBSecurityGroupIngressCommand.ts @@ -135,9 +135,6 @@ export class RevokeDBSecurityGroupIngressCommand extends $Command< RevokeDBSecurityGroupIngressCommandOutput, RDSClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -151,9 +148,7 @@ export class RevokeDBSecurityGroupIngressCommand extends $Command< * @public */ constructor(readonly input: RevokeDBSecurityGroupIngressCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -209,7 +204,4 @@ export class RevokeDBSecurityGroupIngressCommand extends $Command< ): Promise { return de_RevokeDBSecurityGroupIngressCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-rds/src/commands/StartActivityStreamCommand.ts b/clients/client-rds/src/commands/StartActivityStreamCommand.ts index d2c8a422e74a..d0168f0ac536 100644 --- a/clients/client-rds/src/commands/StartActivityStreamCommand.ts +++ b/clients/client-rds/src/commands/StartActivityStreamCommand.ts @@ -129,9 +129,6 @@ export class StartActivityStreamCommand extends $Command< StartActivityStreamCommandOutput, RDSClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -145,9 +142,7 @@ export class StartActivityStreamCommand extends $Command< * @public */ constructor(readonly input: StartActivityStreamCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -200,7 +195,4 @@ export class StartActivityStreamCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_StartActivityStreamCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-rds/src/commands/StartDBClusterCommand.ts b/clients/client-rds/src/commands/StartDBClusterCommand.ts index 101686bd0e72..daf4ed0f617e 100644 --- a/clients/client-rds/src/commands/StartDBClusterCommand.ts +++ b/clients/client-rds/src/commands/StartDBClusterCommand.ts @@ -275,9 +275,6 @@ export class StartDBClusterCommand extends $Command< StartDBClusterCommandOutput, RDSClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -291,9 +288,7 @@ export class StartDBClusterCommand extends $Command< * @public */ constructor(readonly input: StartDBClusterCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -346,7 +341,4 @@ export class StartDBClusterCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_StartDBClusterCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-rds/src/commands/StartDBInstanceAutomatedBackupsReplicationCommand.ts b/clients/client-rds/src/commands/StartDBInstanceAutomatedBackupsReplicationCommand.ts index 284e648e3c9a..0f3dc41d9ffd 100644 --- a/clients/client-rds/src/commands/StartDBInstanceAutomatedBackupsReplicationCommand.ts +++ b/clients/client-rds/src/commands/StartDBInstanceAutomatedBackupsReplicationCommand.ts @@ -181,9 +181,6 @@ export class StartDBInstanceAutomatedBackupsReplicationCommand extends $Command< StartDBInstanceAutomatedBackupsReplicationCommandOutput, RDSClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -197,9 +194,7 @@ export class StartDBInstanceAutomatedBackupsReplicationCommand extends $Command< * @public */ constructor(readonly input: StartDBInstanceAutomatedBackupsReplicationCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -265,7 +260,4 @@ export class StartDBInstanceAutomatedBackupsReplicationCommand extends $Command< ): Promise { return de_StartDBInstanceAutomatedBackupsReplicationCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-rds/src/commands/StartDBInstanceCommand.ts b/clients/client-rds/src/commands/StartDBInstanceCommand.ts index da98a11aa472..d91d537ed810 100644 --- a/clients/client-rds/src/commands/StartDBInstanceCommand.ts +++ b/clients/client-rds/src/commands/StartDBInstanceCommand.ts @@ -360,9 +360,6 @@ export class StartDBInstanceCommand extends $Command< StartDBInstanceCommandOutput, RDSClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -376,9 +373,7 @@ export class StartDBInstanceCommand extends $Command< * @public */ constructor(readonly input: StartDBInstanceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -431,7 +426,4 @@ export class StartDBInstanceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_StartDBInstanceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-rds/src/commands/StartExportTaskCommand.ts b/clients/client-rds/src/commands/StartExportTaskCommand.ts index b5c2d598d05f..b44dda4c5097 100644 --- a/clients/client-rds/src/commands/StartExportTaskCommand.ts +++ b/clients/client-rds/src/commands/StartExportTaskCommand.ts @@ -169,9 +169,6 @@ export class StartExportTaskCommand extends $Command< StartExportTaskCommandOutput, RDSClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -185,9 +182,7 @@ export class StartExportTaskCommand extends $Command< * @public */ constructor(readonly input: StartExportTaskCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -240,7 +235,4 @@ export class StartExportTaskCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_StartExportTaskCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-rds/src/commands/StopActivityStreamCommand.ts b/clients/client-rds/src/commands/StopActivityStreamCommand.ts index dabbb8032f9f..74cef3638bfd 100644 --- a/clients/client-rds/src/commands/StopActivityStreamCommand.ts +++ b/clients/client-rds/src/commands/StopActivityStreamCommand.ts @@ -117,9 +117,6 @@ export class StopActivityStreamCommand extends $Command< StopActivityStreamCommandOutput, RDSClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -133,9 +130,7 @@ export class StopActivityStreamCommand extends $Command< * @public */ constructor(readonly input: StopActivityStreamCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -188,7 +183,4 @@ export class StopActivityStreamCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_StopActivityStreamCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-rds/src/commands/StopDBClusterCommand.ts b/clients/client-rds/src/commands/StopDBClusterCommand.ts index 0dcf8ef5a6b0..6f335a45ce3b 100644 --- a/clients/client-rds/src/commands/StopDBClusterCommand.ts +++ b/clients/client-rds/src/commands/StopDBClusterCommand.ts @@ -276,9 +276,6 @@ export class StopDBClusterCommand extends $Command< StopDBClusterCommandOutput, RDSClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -292,9 +289,7 @@ export class StopDBClusterCommand extends $Command< * @public */ constructor(readonly input: StopDBClusterCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -345,7 +340,4 @@ export class StopDBClusterCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_StopDBClusterCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-rds/src/commands/StopDBInstanceAutomatedBackupsReplicationCommand.ts b/clients/client-rds/src/commands/StopDBInstanceAutomatedBackupsReplicationCommand.ts index d63762890f9e..1dded674e142 100644 --- a/clients/client-rds/src/commands/StopDBInstanceAutomatedBackupsReplicationCommand.ts +++ b/clients/client-rds/src/commands/StopDBInstanceAutomatedBackupsReplicationCommand.ts @@ -168,9 +168,6 @@ export class StopDBInstanceAutomatedBackupsReplicationCommand extends $Command< StopDBInstanceAutomatedBackupsReplicationCommandOutput, RDSClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -184,9 +181,7 @@ export class StopDBInstanceAutomatedBackupsReplicationCommand extends $Command< * @public */ constructor(readonly input: StopDBInstanceAutomatedBackupsReplicationCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -251,7 +246,4 @@ export class StopDBInstanceAutomatedBackupsReplicationCommand extends $Command< ): Promise { return de_StopDBInstanceAutomatedBackupsReplicationCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-rds/src/commands/StopDBInstanceCommand.ts b/clients/client-rds/src/commands/StopDBInstanceCommand.ts index 5ffe79c026e8..3acb723c8384 100644 --- a/clients/client-rds/src/commands/StopDBInstanceCommand.ts +++ b/clients/client-rds/src/commands/StopDBInstanceCommand.ts @@ -340,9 +340,6 @@ export class StopDBInstanceCommand extends $Command< StopDBInstanceCommandOutput, RDSClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -356,9 +353,7 @@ export class StopDBInstanceCommand extends $Command< * @public */ constructor(readonly input: StopDBInstanceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -411,7 +406,4 @@ export class StopDBInstanceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_StopDBInstanceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-rds/src/commands/SwitchoverBlueGreenDeploymentCommand.ts b/clients/client-rds/src/commands/SwitchoverBlueGreenDeploymentCommand.ts index aa38aecedec3..ccab8269fd84 100644 --- a/clients/client-rds/src/commands/SwitchoverBlueGreenDeploymentCommand.ts +++ b/clients/client-rds/src/commands/SwitchoverBlueGreenDeploymentCommand.ts @@ -257,9 +257,6 @@ export class SwitchoverBlueGreenDeploymentCommand extends $Command< SwitchoverBlueGreenDeploymentCommandOutput, RDSClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -273,9 +270,7 @@ export class SwitchoverBlueGreenDeploymentCommand extends $Command< * @public */ constructor(readonly input: SwitchoverBlueGreenDeploymentCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -331,7 +326,4 @@ export class SwitchoverBlueGreenDeploymentCommand extends $Command< ): Promise { return de_SwitchoverBlueGreenDeploymentCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-rds/src/commands/SwitchoverGlobalClusterCommand.ts b/clients/client-rds/src/commands/SwitchoverGlobalClusterCommand.ts index 288016b7b2df..696757652997 100644 --- a/clients/client-rds/src/commands/SwitchoverGlobalClusterCommand.ts +++ b/clients/client-rds/src/commands/SwitchoverGlobalClusterCommand.ts @@ -121,9 +121,6 @@ export class SwitchoverGlobalClusterCommand extends $Command< SwitchoverGlobalClusterCommandOutput, RDSClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -137,9 +134,7 @@ export class SwitchoverGlobalClusterCommand extends $Command< * @public */ constructor(readonly input: SwitchoverGlobalClusterCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -192,7 +187,4 @@ export class SwitchoverGlobalClusterCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_SwitchoverGlobalClusterCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-rds/src/commands/SwitchoverReadReplicaCommand.ts b/clients/client-rds/src/commands/SwitchoverReadReplicaCommand.ts index 64c030ca56f4..9957ecb9cb24 100644 --- a/clients/client-rds/src/commands/SwitchoverReadReplicaCommand.ts +++ b/clients/client-rds/src/commands/SwitchoverReadReplicaCommand.ts @@ -300,9 +300,6 @@ export class SwitchoverReadReplicaCommand extends $Command< SwitchoverReadReplicaCommandOutput, RDSClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -316,9 +313,7 @@ export class SwitchoverReadReplicaCommand extends $Command< * @public */ constructor(readonly input: SwitchoverReadReplicaCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -371,7 +366,4 @@ export class SwitchoverReadReplicaCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_SwitchoverReadReplicaCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-redshift-data/package.json b/clients/client-redshift-data/package.json index bf0fe1cbc8fc..25d29e0a944f 100644 --- a/clients/client-redshift-data/package.json +++ b/clients/client-redshift-data/package.json @@ -34,29 +34,29 @@ "@aws-sdk/util-endpoints": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@smithy/config-resolver": "^2.0.16", - "@smithy/fetch-http-handler": "^2.2.4", - "@smithy/hash-node": "^2.0.12", - "@smithy/invalid-dependency": "^2.0.12", - "@smithy/middleware-content-length": "^2.0.14", - "@smithy/middleware-endpoint": "^2.1.3", - "@smithy/middleware-retry": "^2.0.18", - "@smithy/middleware-serde": "^2.0.12", - "@smithy/middleware-stack": "^2.0.6", - "@smithy/node-config-provider": "^2.1.3", - "@smithy/node-http-handler": "^2.1.8", - "@smithy/protocol-http": "^3.0.8", - "@smithy/smithy-client": "^2.1.12", - "@smithy/types": "^2.4.0", - "@smithy/url-parser": "^2.0.12", - "@smithy/util-base64": "^2.0.0", + "@smithy/config-resolver": "^2.0.18", + "@smithy/fetch-http-handler": "^2.2.6", + "@smithy/hash-node": "^2.0.15", + "@smithy/invalid-dependency": "^2.0.13", + "@smithy/middleware-content-length": "^2.0.15", + "@smithy/middleware-endpoint": "^2.2.0", + "@smithy/middleware-retry": "^2.0.20", + "@smithy/middleware-serde": "^2.0.13", + "@smithy/middleware-stack": "^2.0.7", + "@smithy/node-config-provider": "^2.1.5", + "@smithy/node-http-handler": "^2.1.9", + "@smithy/protocol-http": "^3.0.9", + "@smithy/smithy-client": "^2.1.15", + "@smithy/types": "^2.5.0", + "@smithy/url-parser": "^2.0.13", + "@smithy/util-base64": "^2.0.1", "@smithy/util-body-length-browser": "^2.0.0", "@smithy/util-body-length-node": "^2.1.0", - "@smithy/util-defaults-mode-browser": "^2.0.16", - "@smithy/util-defaults-mode-node": "^2.0.21", - "@smithy/util-endpoints": "^1.0.2", - "@smithy/util-retry": "^2.0.5", - "@smithy/util-utf8": "^2.0.0", + "@smithy/util-defaults-mode-browser": "^2.0.19", + "@smithy/util-defaults-mode-node": "^2.0.25", + "@smithy/util-endpoints": "^1.0.4", + "@smithy/util-retry": "^2.0.6", + "@smithy/util-utf8": "^2.0.2", "tslib": "^2.5.0", "uuid": "^8.3.2" }, diff --git a/clients/client-redshift-data/src/commands/BatchExecuteStatementCommand.ts b/clients/client-redshift-data/src/commands/BatchExecuteStatementCommand.ts index 0c84e68dcb74..bac16fbc38e0 100644 --- a/clients/client-redshift-data/src/commands/BatchExecuteStatementCommand.ts +++ b/clients/client-redshift-data/src/commands/BatchExecuteStatementCommand.ts @@ -131,9 +131,6 @@ export class BatchExecuteStatementCommand extends $Command< BatchExecuteStatementCommandOutput, RedshiftDataClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -147,9 +144,7 @@ export class BatchExecuteStatementCommand extends $Command< * @public */ constructor(readonly input: BatchExecuteStatementCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -202,7 +197,4 @@ export class BatchExecuteStatementCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_BatchExecuteStatementCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-redshift-data/src/commands/CancelStatementCommand.ts b/clients/client-redshift-data/src/commands/CancelStatementCommand.ts index 246e6437b267..5aa854b25236 100644 --- a/clients/client-redshift-data/src/commands/CancelStatementCommand.ts +++ b/clients/client-redshift-data/src/commands/CancelStatementCommand.ts @@ -85,9 +85,6 @@ export class CancelStatementCommand extends $Command< CancelStatementCommandOutput, RedshiftDataClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -101,9 +98,7 @@ export class CancelStatementCommand extends $Command< * @public */ constructor(readonly input: CancelStatementCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -156,7 +151,4 @@ export class CancelStatementCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CancelStatementCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-redshift-data/src/commands/DescribeStatementCommand.ts b/clients/client-redshift-data/src/commands/DescribeStatementCommand.ts index 44094eab3cc0..e6153a0c909b 100644 --- a/clients/client-redshift-data/src/commands/DescribeStatementCommand.ts +++ b/clients/client-redshift-data/src/commands/DescribeStatementCommand.ts @@ -121,9 +121,6 @@ export class DescribeStatementCommand extends $Command< DescribeStatementCommandOutput, RedshiftDataClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -137,9 +134,7 @@ export class DescribeStatementCommand extends $Command< * @public */ constructor(readonly input: DescribeStatementCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -192,7 +187,4 @@ export class DescribeStatementCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DescribeStatementCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-redshift-data/src/commands/DescribeTableCommand.ts b/clients/client-redshift-data/src/commands/DescribeTableCommand.ts index f9a16e974d7f..0b6c4b547f38 100644 --- a/clients/client-redshift-data/src/commands/DescribeTableCommand.ts +++ b/clients/client-redshift-data/src/commands/DescribeTableCommand.ts @@ -143,9 +143,6 @@ export class DescribeTableCommand extends $Command< DescribeTableCommandOutput, RedshiftDataClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -159,9 +156,7 @@ export class DescribeTableCommand extends $Command< * @public */ constructor(readonly input: DescribeTableCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -212,7 +207,4 @@ export class DescribeTableCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DescribeTableCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-redshift-data/src/commands/ExecuteStatementCommand.ts b/clients/client-redshift-data/src/commands/ExecuteStatementCommand.ts index 1fcf295426c2..22c5e8339745 100644 --- a/clients/client-redshift-data/src/commands/ExecuteStatementCommand.ts +++ b/clients/client-redshift-data/src/commands/ExecuteStatementCommand.ts @@ -135,9 +135,6 @@ export class ExecuteStatementCommand extends $Command< ExecuteStatementCommandOutput, RedshiftDataClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -151,9 +148,7 @@ export class ExecuteStatementCommand extends $Command< * @public */ constructor(readonly input: ExecuteStatementCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -206,7 +201,4 @@ export class ExecuteStatementCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ExecuteStatementCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-redshift-data/src/commands/GetStatementResultCommand.ts b/clients/client-redshift-data/src/commands/GetStatementResultCommand.ts index f6c6f152a2b0..719149af54f8 100644 --- a/clients/client-redshift-data/src/commands/GetStatementResultCommand.ts +++ b/clients/client-redshift-data/src/commands/GetStatementResultCommand.ts @@ -114,9 +114,6 @@ export class GetStatementResultCommand extends $Command< GetStatementResultCommandOutput, RedshiftDataClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -130,9 +127,7 @@ export class GetStatementResultCommand extends $Command< * @public */ constructor(readonly input: GetStatementResultCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -185,7 +180,4 @@ export class GetStatementResultCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetStatementResultCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-redshift-data/src/commands/ListDatabasesCommand.ts b/clients/client-redshift-data/src/commands/ListDatabasesCommand.ts index 8fa895be36b6..181a7bc5f8e8 100644 --- a/clients/client-redshift-data/src/commands/ListDatabasesCommand.ts +++ b/clients/client-redshift-data/src/commands/ListDatabasesCommand.ts @@ -124,9 +124,6 @@ export class ListDatabasesCommand extends $Command< ListDatabasesCommandOutput, RedshiftDataClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -140,9 +137,7 @@ export class ListDatabasesCommand extends $Command< * @public */ constructor(readonly input: ListDatabasesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -193,7 +188,4 @@ export class ListDatabasesCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListDatabasesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-redshift-data/src/commands/ListSchemasCommand.ts b/clients/client-redshift-data/src/commands/ListSchemasCommand.ts index 7c024ecef599..6205e20df73a 100644 --- a/clients/client-redshift-data/src/commands/ListSchemasCommand.ts +++ b/clients/client-redshift-data/src/commands/ListSchemasCommand.ts @@ -126,9 +126,6 @@ export class ListSchemasCommand extends $Command< ListSchemasCommandOutput, RedshiftDataClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -142,9 +139,7 @@ export class ListSchemasCommand extends $Command< * @public */ constructor(readonly input: ListSchemasCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -195,7 +190,4 @@ export class ListSchemasCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListSchemasCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-redshift-data/src/commands/ListStatementsCommand.ts b/clients/client-redshift-data/src/commands/ListStatementsCommand.ts index c10ba2bb4cf3..5c5f5e82be13 100644 --- a/clients/client-redshift-data/src/commands/ListStatementsCommand.ts +++ b/clients/client-redshift-data/src/commands/ListStatementsCommand.ts @@ -105,9 +105,6 @@ export class ListStatementsCommand extends $Command< ListStatementsCommandOutput, RedshiftDataClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -121,9 +118,7 @@ export class ListStatementsCommand extends $Command< * @public */ constructor(readonly input: ListStatementsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -176,7 +171,4 @@ export class ListStatementsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListStatementsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-redshift-data/src/commands/ListTablesCommand.ts b/clients/client-redshift-data/src/commands/ListTablesCommand.ts index 5536c80393ef..2df1b25abd4e 100644 --- a/clients/client-redshift-data/src/commands/ListTablesCommand.ts +++ b/clients/client-redshift-data/src/commands/ListTablesCommand.ts @@ -132,9 +132,6 @@ export class ListTablesCommand extends $Command< ListTablesCommandOutput, RedshiftDataClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -148,9 +145,7 @@ export class ListTablesCommand extends $Command< * @public */ constructor(readonly input: ListTablesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -201,7 +196,4 @@ export class ListTablesCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListTablesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-redshift-serverless/package.json b/clients/client-redshift-serverless/package.json index ad7b48df1cd5..405c08dea74a 100644 --- a/clients/client-redshift-serverless/package.json +++ b/clients/client-redshift-serverless/package.json @@ -34,29 +34,29 @@ "@aws-sdk/util-endpoints": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@smithy/config-resolver": "^2.0.16", - "@smithy/fetch-http-handler": "^2.2.4", - "@smithy/hash-node": "^2.0.12", - "@smithy/invalid-dependency": "^2.0.12", - "@smithy/middleware-content-length": "^2.0.14", - "@smithy/middleware-endpoint": "^2.1.3", - "@smithy/middleware-retry": "^2.0.18", - "@smithy/middleware-serde": "^2.0.12", - "@smithy/middleware-stack": "^2.0.6", - "@smithy/node-config-provider": "^2.1.3", - "@smithy/node-http-handler": "^2.1.8", - "@smithy/protocol-http": "^3.0.8", - "@smithy/smithy-client": "^2.1.12", - "@smithy/types": "^2.4.0", - "@smithy/url-parser": "^2.0.12", - "@smithy/util-base64": "^2.0.0", + "@smithy/config-resolver": "^2.0.18", + "@smithy/fetch-http-handler": "^2.2.6", + "@smithy/hash-node": "^2.0.15", + "@smithy/invalid-dependency": "^2.0.13", + "@smithy/middleware-content-length": "^2.0.15", + "@smithy/middleware-endpoint": "^2.2.0", + "@smithy/middleware-retry": "^2.0.20", + "@smithy/middleware-serde": "^2.0.13", + "@smithy/middleware-stack": "^2.0.7", + "@smithy/node-config-provider": "^2.1.5", + "@smithy/node-http-handler": "^2.1.9", + "@smithy/protocol-http": "^3.0.9", + "@smithy/smithy-client": "^2.1.15", + "@smithy/types": "^2.5.0", + "@smithy/url-parser": "^2.0.13", + "@smithy/util-base64": "^2.0.1", "@smithy/util-body-length-browser": "^2.0.0", "@smithy/util-body-length-node": "^2.1.0", - "@smithy/util-defaults-mode-browser": "^2.0.16", - "@smithy/util-defaults-mode-node": "^2.0.21", - "@smithy/util-endpoints": "^1.0.2", - "@smithy/util-retry": "^2.0.5", - "@smithy/util-utf8": "^2.0.0", + "@smithy/util-defaults-mode-browser": "^2.0.19", + "@smithy/util-defaults-mode-node": "^2.0.25", + "@smithy/util-endpoints": "^1.0.4", + "@smithy/util-retry": "^2.0.6", + "@smithy/util-utf8": "^2.0.2", "tslib": "^2.5.0" }, "devDependencies": { diff --git a/clients/client-redshift-serverless/src/commands/ConvertRecoveryPointToSnapshotCommand.ts b/clients/client-redshift-serverless/src/commands/ConvertRecoveryPointToSnapshotCommand.ts index 96bee61001d0..2908db1e9a9e 100644 --- a/clients/client-redshift-serverless/src/commands/ConvertRecoveryPointToSnapshotCommand.ts +++ b/clients/client-redshift-serverless/src/commands/ConvertRecoveryPointToSnapshotCommand.ts @@ -133,9 +133,6 @@ export class ConvertRecoveryPointToSnapshotCommand extends $Command< ConvertRecoveryPointToSnapshotCommandOutput, RedshiftServerlessClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -149,9 +146,7 @@ export class ConvertRecoveryPointToSnapshotCommand extends $Command< * @public */ constructor(readonly input: ConvertRecoveryPointToSnapshotCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -210,7 +205,4 @@ export class ConvertRecoveryPointToSnapshotCommand extends $Command< ): Promise { return de_ConvertRecoveryPointToSnapshotCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-redshift-serverless/src/commands/CreateCustomDomainAssociationCommand.ts b/clients/client-redshift-serverless/src/commands/CreateCustomDomainAssociationCommand.ts index b5835a3bb1ae..7282b4edb262 100644 --- a/clients/client-redshift-serverless/src/commands/CreateCustomDomainAssociationCommand.ts +++ b/clients/client-redshift-serverless/src/commands/CreateCustomDomainAssociationCommand.ts @@ -102,9 +102,6 @@ export class CreateCustomDomainAssociationCommand extends $Command< CreateCustomDomainAssociationCommandOutput, RedshiftServerlessClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -118,9 +115,7 @@ export class CreateCustomDomainAssociationCommand extends $Command< * @public */ constructor(readonly input: CreateCustomDomainAssociationCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -176,7 +171,4 @@ export class CreateCustomDomainAssociationCommand extends $Command< ): Promise { return de_CreateCustomDomainAssociationCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-redshift-serverless/src/commands/CreateEndpointAccessCommand.ts b/clients/client-redshift-serverless/src/commands/CreateEndpointAccessCommand.ts index fd79a84fa313..b6fe5e49aa55 100644 --- a/clients/client-redshift-serverless/src/commands/CreateEndpointAccessCommand.ts +++ b/clients/client-redshift-serverless/src/commands/CreateEndpointAccessCommand.ts @@ -128,9 +128,6 @@ export class CreateEndpointAccessCommand extends $Command< CreateEndpointAccessCommandOutput, RedshiftServerlessClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -144,9 +141,7 @@ export class CreateEndpointAccessCommand extends $Command< * @public */ constructor(readonly input: CreateEndpointAccessCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -199,7 +194,4 @@ export class CreateEndpointAccessCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateEndpointAccessCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-redshift-serverless/src/commands/CreateNamespaceCommand.ts b/clients/client-redshift-serverless/src/commands/CreateNamespaceCommand.ts index 4789035411e3..158c6c671dc0 100644 --- a/clients/client-redshift-serverless/src/commands/CreateNamespaceCommand.ts +++ b/clients/client-redshift-serverless/src/commands/CreateNamespaceCommand.ts @@ -128,9 +128,6 @@ export class CreateNamespaceCommand extends $Command< CreateNamespaceCommandOutput, RedshiftServerlessClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -144,9 +141,7 @@ export class CreateNamespaceCommand extends $Command< * @public */ constructor(readonly input: CreateNamespaceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -199,7 +194,4 @@ export class CreateNamespaceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateNamespaceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-redshift-serverless/src/commands/CreateSnapshotCommand.ts b/clients/client-redshift-serverless/src/commands/CreateSnapshotCommand.ts index 9831888ca84d..b91ac8c2cb27 100644 --- a/clients/client-redshift-serverless/src/commands/CreateSnapshotCommand.ts +++ b/clients/client-redshift-serverless/src/commands/CreateSnapshotCommand.ts @@ -130,9 +130,6 @@ export class CreateSnapshotCommand extends $Command< CreateSnapshotCommandOutput, RedshiftServerlessClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -146,9 +143,7 @@ export class CreateSnapshotCommand extends $Command< * @public */ constructor(readonly input: CreateSnapshotCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -201,7 +196,4 @@ export class CreateSnapshotCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateSnapshotCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-redshift-serverless/src/commands/CreateUsageLimitCommand.ts b/clients/client-redshift-serverless/src/commands/CreateUsageLimitCommand.ts index 324a5b26c705..b5eb0f230893 100644 --- a/clients/client-redshift-serverless/src/commands/CreateUsageLimitCommand.ts +++ b/clients/client-redshift-serverless/src/commands/CreateUsageLimitCommand.ts @@ -102,9 +102,6 @@ export class CreateUsageLimitCommand extends $Command< CreateUsageLimitCommandOutput, RedshiftServerlessClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -118,9 +115,7 @@ export class CreateUsageLimitCommand extends $Command< * @public */ constructor(readonly input: CreateUsageLimitCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -173,7 +168,4 @@ export class CreateUsageLimitCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateUsageLimitCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-redshift-serverless/src/commands/CreateWorkgroupCommand.ts b/clients/client-redshift-serverless/src/commands/CreateWorkgroupCommand.ts index 1b39b63079cc..2cceaf4f7275 100644 --- a/clients/client-redshift-serverless/src/commands/CreateWorkgroupCommand.ts +++ b/clients/client-redshift-serverless/src/commands/CreateWorkgroupCommand.ts @@ -163,9 +163,6 @@ export class CreateWorkgroupCommand extends $Command< CreateWorkgroupCommandOutput, RedshiftServerlessClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -179,9 +176,7 @@ export class CreateWorkgroupCommand extends $Command< * @public */ constructor(readonly input: CreateWorkgroupCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -234,7 +229,4 @@ export class CreateWorkgroupCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateWorkgroupCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-redshift-serverless/src/commands/DeleteCustomDomainAssociationCommand.ts b/clients/client-redshift-serverless/src/commands/DeleteCustomDomainAssociationCommand.ts index e485945f6062..97694b75d383 100644 --- a/clients/client-redshift-serverless/src/commands/DeleteCustomDomainAssociationCommand.ts +++ b/clients/client-redshift-serverless/src/commands/DeleteCustomDomainAssociationCommand.ts @@ -96,9 +96,6 @@ export class DeleteCustomDomainAssociationCommand extends $Command< DeleteCustomDomainAssociationCommandOutput, RedshiftServerlessClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -112,9 +109,7 @@ export class DeleteCustomDomainAssociationCommand extends $Command< * @public */ constructor(readonly input: DeleteCustomDomainAssociationCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -170,7 +165,4 @@ export class DeleteCustomDomainAssociationCommand extends $Command< ): Promise { return de_DeleteCustomDomainAssociationCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-redshift-serverless/src/commands/DeleteEndpointAccessCommand.ts b/clients/client-redshift-serverless/src/commands/DeleteEndpointAccessCommand.ts index 3fdc760c7588..b4b680240e5e 100644 --- a/clients/client-redshift-serverless/src/commands/DeleteEndpointAccessCommand.ts +++ b/clients/client-redshift-serverless/src/commands/DeleteEndpointAccessCommand.ts @@ -115,9 +115,6 @@ export class DeleteEndpointAccessCommand extends $Command< DeleteEndpointAccessCommandOutput, RedshiftServerlessClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -131,9 +128,7 @@ export class DeleteEndpointAccessCommand extends $Command< * @public */ constructor(readonly input: DeleteEndpointAccessCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -186,7 +181,4 @@ export class DeleteEndpointAccessCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteEndpointAccessCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-redshift-serverless/src/commands/DeleteNamespaceCommand.ts b/clients/client-redshift-serverless/src/commands/DeleteNamespaceCommand.ts index 2961cf825ae8..424527337eaa 100644 --- a/clients/client-redshift-serverless/src/commands/DeleteNamespaceCommand.ts +++ b/clients/client-redshift-serverless/src/commands/DeleteNamespaceCommand.ts @@ -111,9 +111,6 @@ export class DeleteNamespaceCommand extends $Command< DeleteNamespaceCommandOutput, RedshiftServerlessClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -127,9 +124,7 @@ export class DeleteNamespaceCommand extends $Command< * @public */ constructor(readonly input: DeleteNamespaceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -182,7 +177,4 @@ export class DeleteNamespaceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteNamespaceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-redshift-serverless/src/commands/DeleteResourcePolicyCommand.ts b/clients/client-redshift-serverless/src/commands/DeleteResourcePolicyCommand.ts index db746c74ccd3..012fce579d09 100644 --- a/clients/client-redshift-serverless/src/commands/DeleteResourcePolicyCommand.ts +++ b/clients/client-redshift-serverless/src/commands/DeleteResourcePolicyCommand.ts @@ -81,9 +81,6 @@ export class DeleteResourcePolicyCommand extends $Command< DeleteResourcePolicyCommandOutput, RedshiftServerlessClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -97,9 +94,7 @@ export class DeleteResourcePolicyCommand extends $Command< * @public */ constructor(readonly input: DeleteResourcePolicyCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -152,7 +147,4 @@ export class DeleteResourcePolicyCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteResourcePolicyCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-redshift-serverless/src/commands/DeleteSnapshotCommand.ts b/clients/client-redshift-serverless/src/commands/DeleteSnapshotCommand.ts index c5fb7a3a0e6c..aec9174b16a1 100644 --- a/clients/client-redshift-serverless/src/commands/DeleteSnapshotCommand.ts +++ b/clients/client-redshift-serverless/src/commands/DeleteSnapshotCommand.ts @@ -113,9 +113,6 @@ export class DeleteSnapshotCommand extends $Command< DeleteSnapshotCommandOutput, RedshiftServerlessClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -129,9 +126,7 @@ export class DeleteSnapshotCommand extends $Command< * @public */ constructor(readonly input: DeleteSnapshotCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -184,7 +179,4 @@ export class DeleteSnapshotCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteSnapshotCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-redshift-serverless/src/commands/DeleteUsageLimitCommand.ts b/clients/client-redshift-serverless/src/commands/DeleteUsageLimitCommand.ts index 02992041190d..644887483d95 100644 --- a/clients/client-redshift-serverless/src/commands/DeleteUsageLimitCommand.ts +++ b/clients/client-redshift-serverless/src/commands/DeleteUsageLimitCommand.ts @@ -94,9 +94,6 @@ export class DeleteUsageLimitCommand extends $Command< DeleteUsageLimitCommandOutput, RedshiftServerlessClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -110,9 +107,7 @@ export class DeleteUsageLimitCommand extends $Command< * @public */ constructor(readonly input: DeleteUsageLimitCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -165,7 +160,4 @@ export class DeleteUsageLimitCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteUsageLimitCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-redshift-serverless/src/commands/DeleteWorkgroupCommand.ts b/clients/client-redshift-serverless/src/commands/DeleteWorkgroupCommand.ts index 546575efe78f..dd4ba9ff97b6 100644 --- a/clients/client-redshift-serverless/src/commands/DeleteWorkgroupCommand.ts +++ b/clients/client-redshift-serverless/src/commands/DeleteWorkgroupCommand.ts @@ -133,9 +133,6 @@ export class DeleteWorkgroupCommand extends $Command< DeleteWorkgroupCommandOutput, RedshiftServerlessClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -149,9 +146,7 @@ export class DeleteWorkgroupCommand extends $Command< * @public */ constructor(readonly input: DeleteWorkgroupCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -204,7 +199,4 @@ export class DeleteWorkgroupCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteWorkgroupCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-redshift-serverless/src/commands/GetCredentialsCommand.ts b/clients/client-redshift-serverless/src/commands/GetCredentialsCommand.ts index 9a75ead442dd..cd648d7c6ebb 100644 --- a/clients/client-redshift-serverless/src/commands/GetCredentialsCommand.ts +++ b/clients/client-redshift-serverless/src/commands/GetCredentialsCommand.ts @@ -103,9 +103,6 @@ export class GetCredentialsCommand extends $Command< GetCredentialsCommandOutput, RedshiftServerlessClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -119,9 +116,7 @@ export class GetCredentialsCommand extends $Command< * @public */ constructor(readonly input: GetCredentialsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -174,7 +169,4 @@ export class GetCredentialsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetCredentialsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-redshift-serverless/src/commands/GetCustomDomainAssociationCommand.ts b/clients/client-redshift-serverless/src/commands/GetCustomDomainAssociationCommand.ts index 1a0e9777e9f4..4d5085164acd 100644 --- a/clients/client-redshift-serverless/src/commands/GetCustomDomainAssociationCommand.ts +++ b/clients/client-redshift-serverless/src/commands/GetCustomDomainAssociationCommand.ts @@ -96,9 +96,6 @@ export class GetCustomDomainAssociationCommand extends $Command< GetCustomDomainAssociationCommandOutput, RedshiftServerlessClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -112,9 +109,7 @@ export class GetCustomDomainAssociationCommand extends $Command< * @public */ constructor(readonly input: GetCustomDomainAssociationCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -170,7 +165,4 @@ export class GetCustomDomainAssociationCommand extends $Command< ): Promise { return de_GetCustomDomainAssociationCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-redshift-serverless/src/commands/GetEndpointAccessCommand.ts b/clients/client-redshift-serverless/src/commands/GetEndpointAccessCommand.ts index 948224a8eb75..640692a2a55d 100644 --- a/clients/client-redshift-serverless/src/commands/GetEndpointAccessCommand.ts +++ b/clients/client-redshift-serverless/src/commands/GetEndpointAccessCommand.ts @@ -115,9 +115,6 @@ export class GetEndpointAccessCommand extends $Command< GetEndpointAccessCommandOutput, RedshiftServerlessClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -131,9 +128,7 @@ export class GetEndpointAccessCommand extends $Command< * @public */ constructor(readonly input: GetEndpointAccessCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -186,7 +181,4 @@ export class GetEndpointAccessCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetEndpointAccessCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-redshift-serverless/src/commands/GetNamespaceCommand.ts b/clients/client-redshift-serverless/src/commands/GetNamespaceCommand.ts index 8f261aeb9866..4705c2fbcc40 100644 --- a/clients/client-redshift-serverless/src/commands/GetNamespaceCommand.ts +++ b/clients/client-redshift-serverless/src/commands/GetNamespaceCommand.ts @@ -101,9 +101,6 @@ export class GetNamespaceCommand extends $Command< GetNamespaceCommandOutput, RedshiftServerlessClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -117,9 +114,7 @@ export class GetNamespaceCommand extends $Command< * @public */ constructor(readonly input: GetNamespaceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -170,7 +165,4 @@ export class GetNamespaceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetNamespaceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-redshift-serverless/src/commands/GetRecoveryPointCommand.ts b/clients/client-redshift-serverless/src/commands/GetRecoveryPointCommand.ts index fc01afcbd276..c5693e6c230c 100644 --- a/clients/client-redshift-serverless/src/commands/GetRecoveryPointCommand.ts +++ b/clients/client-redshift-serverless/src/commands/GetRecoveryPointCommand.ts @@ -93,9 +93,6 @@ export class GetRecoveryPointCommand extends $Command< GetRecoveryPointCommandOutput, RedshiftServerlessClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -109,9 +106,7 @@ export class GetRecoveryPointCommand extends $Command< * @public */ constructor(readonly input: GetRecoveryPointCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -164,7 +159,4 @@ export class GetRecoveryPointCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetRecoveryPointCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-redshift-serverless/src/commands/GetResourcePolicyCommand.ts b/clients/client-redshift-serverless/src/commands/GetResourcePolicyCommand.ts index 3acf21ec6a94..24eb3fb88e55 100644 --- a/clients/client-redshift-serverless/src/commands/GetResourcePolicyCommand.ts +++ b/clients/client-redshift-serverless/src/commands/GetResourcePolicyCommand.ts @@ -86,9 +86,6 @@ export class GetResourcePolicyCommand extends $Command< GetResourcePolicyCommandOutput, RedshiftServerlessClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -102,9 +99,7 @@ export class GetResourcePolicyCommand extends $Command< * @public */ constructor(readonly input: GetResourcePolicyCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -157,7 +152,4 @@ export class GetResourcePolicyCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetResourcePolicyCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-redshift-serverless/src/commands/GetSnapshotCommand.ts b/clients/client-redshift-serverless/src/commands/GetSnapshotCommand.ts index 8bb4bd8bd954..237d555389f4 100644 --- a/clients/client-redshift-serverless/src/commands/GetSnapshotCommand.ts +++ b/clients/client-redshift-serverless/src/commands/GetSnapshotCommand.ts @@ -112,9 +112,6 @@ export class GetSnapshotCommand extends $Command< GetSnapshotCommandOutput, RedshiftServerlessClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -128,9 +125,7 @@ export class GetSnapshotCommand extends $Command< * @public */ constructor(readonly input: GetSnapshotCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -181,7 +176,4 @@ export class GetSnapshotCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetSnapshotCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-redshift-serverless/src/commands/GetTableRestoreStatusCommand.ts b/clients/client-redshift-serverless/src/commands/GetTableRestoreStatusCommand.ts index cacdb4c8c161..0e6f285a54b4 100644 --- a/clients/client-redshift-serverless/src/commands/GetTableRestoreStatusCommand.ts +++ b/clients/client-redshift-serverless/src/commands/GetTableRestoreStatusCommand.ts @@ -96,9 +96,6 @@ export class GetTableRestoreStatusCommand extends $Command< GetTableRestoreStatusCommandOutput, RedshiftServerlessClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -112,9 +109,7 @@ export class GetTableRestoreStatusCommand extends $Command< * @public */ constructor(readonly input: GetTableRestoreStatusCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -167,7 +162,4 @@ export class GetTableRestoreStatusCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetTableRestoreStatusCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-redshift-serverless/src/commands/GetUsageLimitCommand.ts b/clients/client-redshift-serverless/src/commands/GetUsageLimitCommand.ts index 773cf93c6b20..31f08b745268 100644 --- a/clients/client-redshift-serverless/src/commands/GetUsageLimitCommand.ts +++ b/clients/client-redshift-serverless/src/commands/GetUsageLimitCommand.ts @@ -94,9 +94,6 @@ export class GetUsageLimitCommand extends $Command< GetUsageLimitCommandOutput, RedshiftServerlessClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -110,9 +107,7 @@ export class GetUsageLimitCommand extends $Command< * @public */ constructor(readonly input: GetUsageLimitCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -163,7 +158,4 @@ export class GetUsageLimitCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetUsageLimitCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-redshift-serverless/src/commands/GetWorkgroupCommand.ts b/clients/client-redshift-serverless/src/commands/GetWorkgroupCommand.ts index 38722c110340..a3cd1dc86339 100644 --- a/clients/client-redshift-serverless/src/commands/GetWorkgroupCommand.ts +++ b/clients/client-redshift-serverless/src/commands/GetWorkgroupCommand.ts @@ -130,9 +130,6 @@ export class GetWorkgroupCommand extends $Command< GetWorkgroupCommandOutput, RedshiftServerlessClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -146,9 +143,7 @@ export class GetWorkgroupCommand extends $Command< * @public */ constructor(readonly input: GetWorkgroupCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -199,7 +194,4 @@ export class GetWorkgroupCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetWorkgroupCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-redshift-serverless/src/commands/ListCustomDomainAssociationsCommand.ts b/clients/client-redshift-serverless/src/commands/ListCustomDomainAssociationsCommand.ts index 771ad1867e92..53379c36a97a 100644 --- a/clients/client-redshift-serverless/src/commands/ListCustomDomainAssociationsCommand.ts +++ b/clients/client-redshift-serverless/src/commands/ListCustomDomainAssociationsCommand.ts @@ -105,9 +105,6 @@ export class ListCustomDomainAssociationsCommand extends $Command< ListCustomDomainAssociationsCommandOutput, RedshiftServerlessClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -121,9 +118,7 @@ export class ListCustomDomainAssociationsCommand extends $Command< * @public */ constructor(readonly input: ListCustomDomainAssociationsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -179,7 +174,4 @@ export class ListCustomDomainAssociationsCommand extends $Command< ): Promise { return de_ListCustomDomainAssociationsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-redshift-serverless/src/commands/ListEndpointAccessCommand.ts b/clients/client-redshift-serverless/src/commands/ListEndpointAccessCommand.ts index f17b6ed967d1..9b766a29844a 100644 --- a/clients/client-redshift-serverless/src/commands/ListEndpointAccessCommand.ts +++ b/clients/client-redshift-serverless/src/commands/ListEndpointAccessCommand.ts @@ -121,9 +121,6 @@ export class ListEndpointAccessCommand extends $Command< ListEndpointAccessCommandOutput, RedshiftServerlessClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -137,9 +134,7 @@ export class ListEndpointAccessCommand extends $Command< * @public */ constructor(readonly input: ListEndpointAccessCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -192,7 +187,4 @@ export class ListEndpointAccessCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListEndpointAccessCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-redshift-serverless/src/commands/ListNamespacesCommand.ts b/clients/client-redshift-serverless/src/commands/ListNamespacesCommand.ts index 3ff2d4765891..08dc8dc81dfa 100644 --- a/clients/client-redshift-serverless/src/commands/ListNamespacesCommand.ts +++ b/clients/client-redshift-serverless/src/commands/ListNamespacesCommand.ts @@ -106,9 +106,6 @@ export class ListNamespacesCommand extends $Command< ListNamespacesCommandOutput, RedshiftServerlessClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -122,9 +119,7 @@ export class ListNamespacesCommand extends $Command< * @public */ constructor(readonly input: ListNamespacesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -177,7 +172,4 @@ export class ListNamespacesCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListNamespacesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-redshift-serverless/src/commands/ListRecoveryPointsCommand.ts b/clients/client-redshift-serverless/src/commands/ListRecoveryPointsCommand.ts index 299228c89574..1a67ebd8dbea 100644 --- a/clients/client-redshift-serverless/src/commands/ListRecoveryPointsCommand.ts +++ b/clients/client-redshift-serverless/src/commands/ListRecoveryPointsCommand.ts @@ -95,9 +95,6 @@ export class ListRecoveryPointsCommand extends $Command< ListRecoveryPointsCommandOutput, RedshiftServerlessClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -111,9 +108,7 @@ export class ListRecoveryPointsCommand extends $Command< * @public */ constructor(readonly input: ListRecoveryPointsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -166,7 +161,4 @@ export class ListRecoveryPointsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListRecoveryPointsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-redshift-serverless/src/commands/ListSnapshotsCommand.ts b/clients/client-redshift-serverless/src/commands/ListSnapshotsCommand.ts index 0892ea1e48b0..b59e3a950d29 100644 --- a/clients/client-redshift-serverless/src/commands/ListSnapshotsCommand.ts +++ b/clients/client-redshift-serverless/src/commands/ListSnapshotsCommand.ts @@ -119,9 +119,6 @@ export class ListSnapshotsCommand extends $Command< ListSnapshotsCommandOutput, RedshiftServerlessClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -135,9 +132,7 @@ export class ListSnapshotsCommand extends $Command< * @public */ constructor(readonly input: ListSnapshotsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -188,7 +183,4 @@ export class ListSnapshotsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListSnapshotsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-redshift-serverless/src/commands/ListTableRestoreStatusCommand.ts b/clients/client-redshift-serverless/src/commands/ListTableRestoreStatusCommand.ts index 82ef8b9d5ec4..6e988b2b6b27 100644 --- a/clients/client-redshift-serverless/src/commands/ListTableRestoreStatusCommand.ts +++ b/clients/client-redshift-serverless/src/commands/ListTableRestoreStatusCommand.ts @@ -105,9 +105,6 @@ export class ListTableRestoreStatusCommand extends $Command< ListTableRestoreStatusCommandOutput, RedshiftServerlessClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -121,9 +118,7 @@ export class ListTableRestoreStatusCommand extends $Command< * @public */ constructor(readonly input: ListTableRestoreStatusCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -176,7 +171,4 @@ export class ListTableRestoreStatusCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListTableRestoreStatusCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-redshift-serverless/src/commands/ListTagsForResourceCommand.ts b/clients/client-redshift-serverless/src/commands/ListTagsForResourceCommand.ts index 0c1b3edacd78..b421fabc9933 100644 --- a/clients/client-redshift-serverless/src/commands/ListTagsForResourceCommand.ts +++ b/clients/client-redshift-serverless/src/commands/ListTagsForResourceCommand.ts @@ -91,9 +91,6 @@ export class ListTagsForResourceCommand extends $Command< ListTagsForResourceCommandOutput, RedshiftServerlessClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -107,9 +104,7 @@ export class ListTagsForResourceCommand extends $Command< * @public */ constructor(readonly input: ListTagsForResourceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -162,7 +157,4 @@ export class ListTagsForResourceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListTagsForResourceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-redshift-serverless/src/commands/ListUsageLimitsCommand.ts b/clients/client-redshift-serverless/src/commands/ListUsageLimitsCommand.ts index 93069cc95439..f7f99fa7b9ec 100644 --- a/clients/client-redshift-serverless/src/commands/ListUsageLimitsCommand.ts +++ b/clients/client-redshift-serverless/src/commands/ListUsageLimitsCommand.ts @@ -103,9 +103,6 @@ export class ListUsageLimitsCommand extends $Command< ListUsageLimitsCommandOutput, RedshiftServerlessClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -119,9 +116,7 @@ export class ListUsageLimitsCommand extends $Command< * @public */ constructor(readonly input: ListUsageLimitsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -174,7 +169,4 @@ export class ListUsageLimitsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListUsageLimitsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-redshift-serverless/src/commands/ListWorkgroupsCommand.ts b/clients/client-redshift-serverless/src/commands/ListWorkgroupsCommand.ts index af6883ecf8a1..d7c22a2a5d6d 100644 --- a/clients/client-redshift-serverless/src/commands/ListWorkgroupsCommand.ts +++ b/clients/client-redshift-serverless/src/commands/ListWorkgroupsCommand.ts @@ -131,9 +131,6 @@ export class ListWorkgroupsCommand extends $Command< ListWorkgroupsCommandOutput, RedshiftServerlessClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -147,9 +144,7 @@ export class ListWorkgroupsCommand extends $Command< * @public */ constructor(readonly input: ListWorkgroupsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -202,7 +197,4 @@ export class ListWorkgroupsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListWorkgroupsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-redshift-serverless/src/commands/PutResourcePolicyCommand.ts b/clients/client-redshift-serverless/src/commands/PutResourcePolicyCommand.ts index 936b45751bbc..e9e6e52cddf9 100644 --- a/clients/client-redshift-serverless/src/commands/PutResourcePolicyCommand.ts +++ b/clients/client-redshift-serverless/src/commands/PutResourcePolicyCommand.ts @@ -93,9 +93,6 @@ export class PutResourcePolicyCommand extends $Command< PutResourcePolicyCommandOutput, RedshiftServerlessClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -109,9 +106,7 @@ export class PutResourcePolicyCommand extends $Command< * @public */ constructor(readonly input: PutResourcePolicyCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -164,7 +159,4 @@ export class PutResourcePolicyCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_PutResourcePolicyCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-redshift-serverless/src/commands/RestoreFromRecoveryPointCommand.ts b/clients/client-redshift-serverless/src/commands/RestoreFromRecoveryPointCommand.ts index 4b580f8734a1..2194d237aa7e 100644 --- a/clients/client-redshift-serverless/src/commands/RestoreFromRecoveryPointCommand.ts +++ b/clients/client-redshift-serverless/src/commands/RestoreFromRecoveryPointCommand.ts @@ -111,9 +111,6 @@ export class RestoreFromRecoveryPointCommand extends $Command< RestoreFromRecoveryPointCommandOutput, RedshiftServerlessClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -127,9 +124,7 @@ export class RestoreFromRecoveryPointCommand extends $Command< * @public */ constructor(readonly input: RestoreFromRecoveryPointCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -182,7 +177,4 @@ export class RestoreFromRecoveryPointCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_RestoreFromRecoveryPointCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-redshift-serverless/src/commands/RestoreFromSnapshotCommand.ts b/clients/client-redshift-serverless/src/commands/RestoreFromSnapshotCommand.ts index cb67aeb4bebc..2c2c0018e748 100644 --- a/clients/client-redshift-serverless/src/commands/RestoreFromSnapshotCommand.ts +++ b/clients/client-redshift-serverless/src/commands/RestoreFromSnapshotCommand.ts @@ -119,9 +119,6 @@ export class RestoreFromSnapshotCommand extends $Command< RestoreFromSnapshotCommandOutput, RedshiftServerlessClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -135,9 +132,7 @@ export class RestoreFromSnapshotCommand extends $Command< * @public */ constructor(readonly input: RestoreFromSnapshotCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -190,7 +185,4 @@ export class RestoreFromSnapshotCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_RestoreFromSnapshotCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-redshift-serverless/src/commands/RestoreTableFromSnapshotCommand.ts b/clients/client-redshift-serverless/src/commands/RestoreTableFromSnapshotCommand.ts index d9be0b9529e3..71a68475b100 100644 --- a/clients/client-redshift-serverless/src/commands/RestoreTableFromSnapshotCommand.ts +++ b/clients/client-redshift-serverless/src/commands/RestoreTableFromSnapshotCommand.ts @@ -112,9 +112,6 @@ export class RestoreTableFromSnapshotCommand extends $Command< RestoreTableFromSnapshotCommandOutput, RedshiftServerlessClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -128,9 +125,7 @@ export class RestoreTableFromSnapshotCommand extends $Command< * @public */ constructor(readonly input: RestoreTableFromSnapshotCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -183,7 +178,4 @@ export class RestoreTableFromSnapshotCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_RestoreTableFromSnapshotCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-redshift-serverless/src/commands/TagResourceCommand.ts b/clients/client-redshift-serverless/src/commands/TagResourceCommand.ts index 5494f9127176..b1a9c3588c9f 100644 --- a/clients/client-redshift-serverless/src/commands/TagResourceCommand.ts +++ b/clients/client-redshift-serverless/src/commands/TagResourceCommand.ts @@ -93,9 +93,6 @@ export class TagResourceCommand extends $Command< TagResourceCommandOutput, RedshiftServerlessClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -109,9 +106,7 @@ export class TagResourceCommand extends $Command< * @public */ constructor(readonly input: TagResourceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -162,7 +157,4 @@ export class TagResourceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_TagResourceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-redshift-serverless/src/commands/UntagResourceCommand.ts b/clients/client-redshift-serverless/src/commands/UntagResourceCommand.ts index aa1617fdedf6..c07e0b93b656 100644 --- a/clients/client-redshift-serverless/src/commands/UntagResourceCommand.ts +++ b/clients/client-redshift-serverless/src/commands/UntagResourceCommand.ts @@ -87,9 +87,6 @@ export class UntagResourceCommand extends $Command< UntagResourceCommandOutput, RedshiftServerlessClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -103,9 +100,7 @@ export class UntagResourceCommand extends $Command< * @public */ constructor(readonly input: UntagResourceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -156,7 +151,4 @@ export class UntagResourceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UntagResourceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-redshift-serverless/src/commands/UpdateCustomDomainAssociationCommand.ts b/clients/client-redshift-serverless/src/commands/UpdateCustomDomainAssociationCommand.ts index 6b7d546ec4af..7e9dccaea795 100644 --- a/clients/client-redshift-serverless/src/commands/UpdateCustomDomainAssociationCommand.ts +++ b/clients/client-redshift-serverless/src/commands/UpdateCustomDomainAssociationCommand.ts @@ -102,9 +102,6 @@ export class UpdateCustomDomainAssociationCommand extends $Command< UpdateCustomDomainAssociationCommandOutput, RedshiftServerlessClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -118,9 +115,7 @@ export class UpdateCustomDomainAssociationCommand extends $Command< * @public */ constructor(readonly input: UpdateCustomDomainAssociationCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -176,7 +171,4 @@ export class UpdateCustomDomainAssociationCommand extends $Command< ): Promise { return de_UpdateCustomDomainAssociationCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-redshift-serverless/src/commands/UpdateEndpointAccessCommand.ts b/clients/client-redshift-serverless/src/commands/UpdateEndpointAccessCommand.ts index 432db504537c..125108adeeae 100644 --- a/clients/client-redshift-serverless/src/commands/UpdateEndpointAccessCommand.ts +++ b/clients/client-redshift-serverless/src/commands/UpdateEndpointAccessCommand.ts @@ -121,9 +121,6 @@ export class UpdateEndpointAccessCommand extends $Command< UpdateEndpointAccessCommandOutput, RedshiftServerlessClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -137,9 +134,7 @@ export class UpdateEndpointAccessCommand extends $Command< * @public */ constructor(readonly input: UpdateEndpointAccessCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -192,7 +187,4 @@ export class UpdateEndpointAccessCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdateEndpointAccessCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-redshift-serverless/src/commands/UpdateNamespaceCommand.ts b/clients/client-redshift-serverless/src/commands/UpdateNamespaceCommand.ts index ef8d4d830056..1005e4c1a83b 100644 --- a/clients/client-redshift-serverless/src/commands/UpdateNamespaceCommand.ts +++ b/clients/client-redshift-serverless/src/commands/UpdateNamespaceCommand.ts @@ -123,9 +123,6 @@ export class UpdateNamespaceCommand extends $Command< UpdateNamespaceCommandOutput, RedshiftServerlessClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -139,9 +136,7 @@ export class UpdateNamespaceCommand extends $Command< * @public */ constructor(readonly input: UpdateNamespaceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -194,7 +189,4 @@ export class UpdateNamespaceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdateNamespaceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-redshift-serverless/src/commands/UpdateSnapshotCommand.ts b/clients/client-redshift-serverless/src/commands/UpdateSnapshotCommand.ts index 9ba50d3a985e..8271efde4c18 100644 --- a/clients/client-redshift-serverless/src/commands/UpdateSnapshotCommand.ts +++ b/clients/client-redshift-serverless/src/commands/UpdateSnapshotCommand.ts @@ -114,9 +114,6 @@ export class UpdateSnapshotCommand extends $Command< UpdateSnapshotCommandOutput, RedshiftServerlessClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -130,9 +127,7 @@ export class UpdateSnapshotCommand extends $Command< * @public */ constructor(readonly input: UpdateSnapshotCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -185,7 +180,4 @@ export class UpdateSnapshotCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdateSnapshotCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-redshift-serverless/src/commands/UpdateUsageLimitCommand.ts b/clients/client-redshift-serverless/src/commands/UpdateUsageLimitCommand.ts index 5e4f52646c71..179a3ae879f3 100644 --- a/clients/client-redshift-serverless/src/commands/UpdateUsageLimitCommand.ts +++ b/clients/client-redshift-serverless/src/commands/UpdateUsageLimitCommand.ts @@ -96,9 +96,6 @@ export class UpdateUsageLimitCommand extends $Command< UpdateUsageLimitCommandOutput, RedshiftServerlessClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -112,9 +109,7 @@ export class UpdateUsageLimitCommand extends $Command< * @public */ constructor(readonly input: UpdateUsageLimitCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -167,7 +162,4 @@ export class UpdateUsageLimitCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdateUsageLimitCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-redshift-serverless/src/commands/UpdateWorkgroupCommand.ts b/clients/client-redshift-serverless/src/commands/UpdateWorkgroupCommand.ts index 7fd4f3d05c1c..d23d6212e630 100644 --- a/clients/client-redshift-serverless/src/commands/UpdateWorkgroupCommand.ts +++ b/clients/client-redshift-serverless/src/commands/UpdateWorkgroupCommand.ts @@ -154,9 +154,6 @@ export class UpdateWorkgroupCommand extends $Command< UpdateWorkgroupCommandOutput, RedshiftServerlessClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -170,9 +167,7 @@ export class UpdateWorkgroupCommand extends $Command< * @public */ constructor(readonly input: UpdateWorkgroupCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -225,7 +220,4 @@ export class UpdateWorkgroupCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdateWorkgroupCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-redshift/package.json b/clients/client-redshift/package.json index b8fc1d5fbe4b..8c55e3e3bc60 100644 --- a/clients/client-redshift/package.json +++ b/clients/client-redshift/package.json @@ -34,30 +34,30 @@ "@aws-sdk/util-endpoints": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@smithy/config-resolver": "^2.0.16", - "@smithy/fetch-http-handler": "^2.2.4", - "@smithy/hash-node": "^2.0.12", - "@smithy/invalid-dependency": "^2.0.12", - "@smithy/middleware-content-length": "^2.0.14", - "@smithy/middleware-endpoint": "^2.1.3", - "@smithy/middleware-retry": "^2.0.18", - "@smithy/middleware-serde": "^2.0.12", - "@smithy/middleware-stack": "^2.0.6", - "@smithy/node-config-provider": "^2.1.3", - "@smithy/node-http-handler": "^2.1.8", - "@smithy/protocol-http": "^3.0.8", - "@smithy/smithy-client": "^2.1.12", - "@smithy/types": "^2.4.0", - "@smithy/url-parser": "^2.0.12", - "@smithy/util-base64": "^2.0.0", + "@smithy/config-resolver": "^2.0.18", + "@smithy/fetch-http-handler": "^2.2.6", + "@smithy/hash-node": "^2.0.15", + "@smithy/invalid-dependency": "^2.0.13", + "@smithy/middleware-content-length": "^2.0.15", + "@smithy/middleware-endpoint": "^2.2.0", + "@smithy/middleware-retry": "^2.0.20", + "@smithy/middleware-serde": "^2.0.13", + "@smithy/middleware-stack": "^2.0.7", + "@smithy/node-config-provider": "^2.1.5", + "@smithy/node-http-handler": "^2.1.9", + "@smithy/protocol-http": "^3.0.9", + "@smithy/smithy-client": "^2.1.15", + "@smithy/types": "^2.5.0", + "@smithy/url-parser": "^2.0.13", + "@smithy/util-base64": "^2.0.1", "@smithy/util-body-length-browser": "^2.0.0", "@smithy/util-body-length-node": "^2.1.0", - "@smithy/util-defaults-mode-browser": "^2.0.16", - "@smithy/util-defaults-mode-node": "^2.0.21", - "@smithy/util-endpoints": "^1.0.2", - "@smithy/util-retry": "^2.0.5", - "@smithy/util-utf8": "^2.0.0", - "@smithy/util-waiter": "^2.0.12", + "@smithy/util-defaults-mode-browser": "^2.0.19", + "@smithy/util-defaults-mode-node": "^2.0.25", + "@smithy/util-endpoints": "^1.0.4", + "@smithy/util-retry": "^2.0.6", + "@smithy/util-utf8": "^2.0.2", + "@smithy/util-waiter": "^2.0.13", "fast-xml-parser": "4.2.5", "tslib": "^2.5.0" }, diff --git a/clients/client-redshift/src/commands/AcceptReservedNodeExchangeCommand.ts b/clients/client-redshift/src/commands/AcceptReservedNodeExchangeCommand.ts index 926a02221f77..14f63add7a33 100644 --- a/clients/client-redshift/src/commands/AcceptReservedNodeExchangeCommand.ts +++ b/clients/client-redshift/src/commands/AcceptReservedNodeExchangeCommand.ts @@ -116,9 +116,6 @@ export class AcceptReservedNodeExchangeCommand extends $Command< AcceptReservedNodeExchangeCommandOutput, RedshiftClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -132,9 +129,7 @@ export class AcceptReservedNodeExchangeCommand extends $Command< * @public */ constructor(readonly input: AcceptReservedNodeExchangeCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -190,7 +185,4 @@ export class AcceptReservedNodeExchangeCommand extends $Command< ): Promise { return de_AcceptReservedNodeExchangeCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-redshift/src/commands/AddPartnerCommand.ts b/clients/client-redshift/src/commands/AddPartnerCommand.ts index ffcc2f5d1511..a0da6487f919 100644 --- a/clients/client-redshift/src/commands/AddPartnerCommand.ts +++ b/clients/client-redshift/src/commands/AddPartnerCommand.ts @@ -89,9 +89,6 @@ export class AddPartnerCommand extends $Command< AddPartnerCommandOutput, RedshiftClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -105,9 +102,7 @@ export class AddPartnerCommand extends $Command< * @public */ constructor(readonly input: AddPartnerCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -158,7 +153,4 @@ export class AddPartnerCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_AddPartnerCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-redshift/src/commands/AssociateDataShareConsumerCommand.ts b/clients/client-redshift/src/commands/AssociateDataShareConsumerCommand.ts index c3aa983babc6..82da826a7513 100644 --- a/clients/client-redshift/src/commands/AssociateDataShareConsumerCommand.ts +++ b/clients/client-redshift/src/commands/AssociateDataShareConsumerCommand.ts @@ -93,9 +93,6 @@ export class AssociateDataShareConsumerCommand extends $Command< AssociateDataShareConsumerCommandOutput, RedshiftClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -109,9 +106,7 @@ export class AssociateDataShareConsumerCommand extends $Command< * @public */ constructor(readonly input: AssociateDataShareConsumerCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -167,7 +162,4 @@ export class AssociateDataShareConsumerCommand extends $Command< ): Promise { return de_AssociateDataShareConsumerCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-redshift/src/commands/AuthorizeClusterSecurityGroupIngressCommand.ts b/clients/client-redshift/src/commands/AuthorizeClusterSecurityGroupIngressCommand.ts index 0f0e87745c46..dfe334af0202 100644 --- a/clients/client-redshift/src/commands/AuthorizeClusterSecurityGroupIngressCommand.ts +++ b/clients/client-redshift/src/commands/AuthorizeClusterSecurityGroupIngressCommand.ts @@ -144,9 +144,6 @@ export class AuthorizeClusterSecurityGroupIngressCommand extends $Command< AuthorizeClusterSecurityGroupIngressCommandOutput, RedshiftClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -160,9 +157,7 @@ export class AuthorizeClusterSecurityGroupIngressCommand extends $Command< * @public */ constructor(readonly input: AuthorizeClusterSecurityGroupIngressCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -221,7 +216,4 @@ export class AuthorizeClusterSecurityGroupIngressCommand extends $Command< ): Promise { return de_AuthorizeClusterSecurityGroupIngressCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-redshift/src/commands/AuthorizeDataShareCommand.ts b/clients/client-redshift/src/commands/AuthorizeDataShareCommand.ts index 9e3870e1e91e..6b0042c47716 100644 --- a/clients/client-redshift/src/commands/AuthorizeDataShareCommand.ts +++ b/clients/client-redshift/src/commands/AuthorizeDataShareCommand.ts @@ -88,9 +88,6 @@ export class AuthorizeDataShareCommand extends $Command< AuthorizeDataShareCommandOutput, RedshiftClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -104,9 +101,7 @@ export class AuthorizeDataShareCommand extends $Command< * @public */ constructor(readonly input: AuthorizeDataShareCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -159,7 +154,4 @@ export class AuthorizeDataShareCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_AuthorizeDataShareCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-redshift/src/commands/AuthorizeEndpointAccessCommand.ts b/clients/client-redshift/src/commands/AuthorizeEndpointAccessCommand.ts index daf26341d0b7..8fb0464fb686 100644 --- a/clients/client-redshift/src/commands/AuthorizeEndpointAccessCommand.ts +++ b/clients/client-redshift/src/commands/AuthorizeEndpointAccessCommand.ts @@ -103,9 +103,6 @@ export class AuthorizeEndpointAccessCommand extends $Command< AuthorizeEndpointAccessCommandOutput, RedshiftClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -119,9 +116,7 @@ export class AuthorizeEndpointAccessCommand extends $Command< * @public */ constructor(readonly input: AuthorizeEndpointAccessCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -174,7 +169,4 @@ export class AuthorizeEndpointAccessCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_AuthorizeEndpointAccessCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-redshift/src/commands/AuthorizeSnapshotAccessCommand.ts b/clients/client-redshift/src/commands/AuthorizeSnapshotAccessCommand.ts index 919e11c8ddec..494b11814b4f 100644 --- a/clients/client-redshift/src/commands/AuthorizeSnapshotAccessCommand.ts +++ b/clients/client-redshift/src/commands/AuthorizeSnapshotAccessCommand.ts @@ -151,9 +151,6 @@ export class AuthorizeSnapshotAccessCommand extends $Command< AuthorizeSnapshotAccessCommandOutput, RedshiftClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -167,9 +164,7 @@ export class AuthorizeSnapshotAccessCommand extends $Command< * @public */ constructor(readonly input: AuthorizeSnapshotAccessCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -222,7 +217,4 @@ export class AuthorizeSnapshotAccessCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_AuthorizeSnapshotAccessCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-redshift/src/commands/BatchDeleteClusterSnapshotsCommand.ts b/clients/client-redshift/src/commands/BatchDeleteClusterSnapshotsCommand.ts index d7485e22dc56..3336446fe534 100644 --- a/clients/client-redshift/src/commands/BatchDeleteClusterSnapshotsCommand.ts +++ b/clients/client-redshift/src/commands/BatchDeleteClusterSnapshotsCommand.ts @@ -89,9 +89,6 @@ export class BatchDeleteClusterSnapshotsCommand extends $Command< BatchDeleteClusterSnapshotsCommandOutput, RedshiftClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -105,9 +102,7 @@ export class BatchDeleteClusterSnapshotsCommand extends $Command< * @public */ constructor(readonly input: BatchDeleteClusterSnapshotsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -163,7 +158,4 @@ export class BatchDeleteClusterSnapshotsCommand extends $Command< ): Promise { return de_BatchDeleteClusterSnapshotsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-redshift/src/commands/BatchModifyClusterSnapshotsCommand.ts b/clients/client-redshift/src/commands/BatchModifyClusterSnapshotsCommand.ts index 8a2bcb5c3dfb..b5b2f51eda55 100644 --- a/clients/client-redshift/src/commands/BatchModifyClusterSnapshotsCommand.ts +++ b/clients/client-redshift/src/commands/BatchModifyClusterSnapshotsCommand.ts @@ -94,9 +94,6 @@ export class BatchModifyClusterSnapshotsCommand extends $Command< BatchModifyClusterSnapshotsCommandOutput, RedshiftClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -110,9 +107,7 @@ export class BatchModifyClusterSnapshotsCommand extends $Command< * @public */ constructor(readonly input: BatchModifyClusterSnapshotsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -168,7 +163,4 @@ export class BatchModifyClusterSnapshotsCommand extends $Command< ): Promise { return de_BatchModifyClusterSnapshotsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-redshift/src/commands/CancelResizeCommand.ts b/clients/client-redshift/src/commands/CancelResizeCommand.ts index bd5f13d75a4d..88dd8e6038b7 100644 --- a/clients/client-redshift/src/commands/CancelResizeCommand.ts +++ b/clients/client-redshift/src/commands/CancelResizeCommand.ts @@ -104,9 +104,6 @@ export class CancelResizeCommand extends $Command< CancelResizeCommandOutput, RedshiftClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -120,9 +117,7 @@ export class CancelResizeCommand extends $Command< * @public */ constructor(readonly input: CancelResizeCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -173,7 +168,4 @@ export class CancelResizeCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CancelResizeCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-redshift/src/commands/CopyClusterSnapshotCommand.ts b/clients/client-redshift/src/commands/CopyClusterSnapshotCommand.ts index e47b5154255f..5236d94c228e 100644 --- a/clients/client-redshift/src/commands/CopyClusterSnapshotCommand.ts +++ b/clients/client-redshift/src/commands/CopyClusterSnapshotCommand.ts @@ -156,9 +156,6 @@ export class CopyClusterSnapshotCommand extends $Command< CopyClusterSnapshotCommandOutput, RedshiftClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -172,9 +169,7 @@ export class CopyClusterSnapshotCommand extends $Command< * @public */ constructor(readonly input: CopyClusterSnapshotCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -227,7 +222,4 @@ export class CopyClusterSnapshotCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CopyClusterSnapshotCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-redshift/src/commands/CreateAuthenticationProfileCommand.ts b/clients/client-redshift/src/commands/CreateAuthenticationProfileCommand.ts index 096160e6a42b..af0b52a17789 100644 --- a/clients/client-redshift/src/commands/CreateAuthenticationProfileCommand.ts +++ b/clients/client-redshift/src/commands/CreateAuthenticationProfileCommand.ts @@ -83,9 +83,6 @@ export class CreateAuthenticationProfileCommand extends $Command< CreateAuthenticationProfileCommandOutput, RedshiftClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -99,9 +96,7 @@ export class CreateAuthenticationProfileCommand extends $Command< * @public */ constructor(readonly input: CreateAuthenticationProfileCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -157,7 +152,4 @@ export class CreateAuthenticationProfileCommand extends $Command< ): Promise { return de_CreateAuthenticationProfileCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-redshift/src/commands/CreateClusterCommand.ts b/clients/client-redshift/src/commands/CreateClusterCommand.ts index 95778de7f215..252b9a80f239 100644 --- a/clients/client-redshift/src/commands/CreateClusterCommand.ts +++ b/clients/client-redshift/src/commands/CreateClusterCommand.ts @@ -405,9 +405,6 @@ export class CreateClusterCommand extends $Command< CreateClusterCommandOutput, RedshiftClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -421,9 +418,7 @@ export class CreateClusterCommand extends $Command< * @public */ constructor(readonly input: CreateClusterCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -474,7 +469,4 @@ export class CreateClusterCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateClusterCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-redshift/src/commands/CreateClusterParameterGroupCommand.ts b/clients/client-redshift/src/commands/CreateClusterParameterGroupCommand.ts index bc67bbcb2316..17c0571d5eb1 100644 --- a/clients/client-redshift/src/commands/CreateClusterParameterGroupCommand.ts +++ b/clients/client-redshift/src/commands/CreateClusterParameterGroupCommand.ts @@ -112,9 +112,6 @@ export class CreateClusterParameterGroupCommand extends $Command< CreateClusterParameterGroupCommandOutput, RedshiftClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -128,9 +125,7 @@ export class CreateClusterParameterGroupCommand extends $Command< * @public */ constructor(readonly input: CreateClusterParameterGroupCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -186,7 +181,4 @@ export class CreateClusterParameterGroupCommand extends $Command< ): Promise { return de_CreateClusterParameterGroupCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-redshift/src/commands/CreateClusterSecurityGroupCommand.ts b/clients/client-redshift/src/commands/CreateClusterSecurityGroupCommand.ts index 90b9a2ac35a6..fb17cdd9fec3 100644 --- a/clients/client-redshift/src/commands/CreateClusterSecurityGroupCommand.ts +++ b/clients/client-redshift/src/commands/CreateClusterSecurityGroupCommand.ts @@ -132,9 +132,6 @@ export class CreateClusterSecurityGroupCommand extends $Command< CreateClusterSecurityGroupCommandOutput, RedshiftClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -148,9 +145,7 @@ export class CreateClusterSecurityGroupCommand extends $Command< * @public */ constructor(readonly input: CreateClusterSecurityGroupCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -206,7 +201,4 @@ export class CreateClusterSecurityGroupCommand extends $Command< ): Promise { return de_CreateClusterSecurityGroupCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-redshift/src/commands/CreateClusterSnapshotCommand.ts b/clients/client-redshift/src/commands/CreateClusterSnapshotCommand.ts index cbac801e1687..ede3d28db983 100644 --- a/clients/client-redshift/src/commands/CreateClusterSnapshotCommand.ts +++ b/clients/client-redshift/src/commands/CreateClusterSnapshotCommand.ts @@ -157,9 +157,6 @@ export class CreateClusterSnapshotCommand extends $Command< CreateClusterSnapshotCommandOutput, RedshiftClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -173,9 +170,7 @@ export class CreateClusterSnapshotCommand extends $Command< * @public */ constructor(readonly input: CreateClusterSnapshotCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -228,7 +223,4 @@ export class CreateClusterSnapshotCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateClusterSnapshotCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-redshift/src/commands/CreateClusterSubnetGroupCommand.ts b/clients/client-redshift/src/commands/CreateClusterSubnetGroupCommand.ts index 0072237cb5f1..10da31389fe5 100644 --- a/clients/client-redshift/src/commands/CreateClusterSubnetGroupCommand.ts +++ b/clients/client-redshift/src/commands/CreateClusterSubnetGroupCommand.ts @@ -149,9 +149,6 @@ export class CreateClusterSubnetGroupCommand extends $Command< CreateClusterSubnetGroupCommandOutput, RedshiftClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -165,9 +162,7 @@ export class CreateClusterSubnetGroupCommand extends $Command< * @public */ constructor(readonly input: CreateClusterSubnetGroupCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -220,7 +215,4 @@ export class CreateClusterSubnetGroupCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateClusterSubnetGroupCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-redshift/src/commands/CreateCustomDomainAssociationCommand.ts b/clients/client-redshift/src/commands/CreateCustomDomainAssociationCommand.ts index 67f6c03a6234..63c1d33e456b 100644 --- a/clients/client-redshift/src/commands/CreateCustomDomainAssociationCommand.ts +++ b/clients/client-redshift/src/commands/CreateCustomDomainAssociationCommand.ts @@ -91,9 +91,6 @@ export class CreateCustomDomainAssociationCommand extends $Command< CreateCustomDomainAssociationCommandOutput, RedshiftClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -107,9 +104,7 @@ export class CreateCustomDomainAssociationCommand extends $Command< * @public */ constructor(readonly input: CreateCustomDomainAssociationCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -165,7 +160,4 @@ export class CreateCustomDomainAssociationCommand extends $Command< ): Promise { return de_CreateCustomDomainAssociationCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-redshift/src/commands/CreateEndpointAccessCommand.ts b/clients/client-redshift/src/commands/CreateEndpointAccessCommand.ts index e5508c2f5693..9ffc24372fba 100644 --- a/clients/client-redshift/src/commands/CreateEndpointAccessCommand.ts +++ b/clients/client-redshift/src/commands/CreateEndpointAccessCommand.ts @@ -134,9 +134,6 @@ export class CreateEndpointAccessCommand extends $Command< CreateEndpointAccessCommandOutput, RedshiftClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -150,9 +147,7 @@ export class CreateEndpointAccessCommand extends $Command< * @public */ constructor(readonly input: CreateEndpointAccessCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -205,7 +200,4 @@ export class CreateEndpointAccessCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateEndpointAccessCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-redshift/src/commands/CreateEventSubscriptionCommand.ts b/clients/client-redshift/src/commands/CreateEventSubscriptionCommand.ts index 5e8309e785d0..306282cd651c 100644 --- a/clients/client-redshift/src/commands/CreateEventSubscriptionCommand.ts +++ b/clients/client-redshift/src/commands/CreateEventSubscriptionCommand.ts @@ -167,9 +167,6 @@ export class CreateEventSubscriptionCommand extends $Command< CreateEventSubscriptionCommandOutput, RedshiftClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -183,9 +180,7 @@ export class CreateEventSubscriptionCommand extends $Command< * @public */ constructor(readonly input: CreateEventSubscriptionCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -238,7 +233,4 @@ export class CreateEventSubscriptionCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateEventSubscriptionCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-redshift/src/commands/CreateHsmClientCertificateCommand.ts b/clients/client-redshift/src/commands/CreateHsmClientCertificateCommand.ts index 05afab8161f2..06610bf2d958 100644 --- a/clients/client-redshift/src/commands/CreateHsmClientCertificateCommand.ts +++ b/clients/client-redshift/src/commands/CreateHsmClientCertificateCommand.ts @@ -108,9 +108,6 @@ export class CreateHsmClientCertificateCommand extends $Command< CreateHsmClientCertificateCommandOutput, RedshiftClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -124,9 +121,7 @@ export class CreateHsmClientCertificateCommand extends $Command< * @public */ constructor(readonly input: CreateHsmClientCertificateCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -182,7 +177,4 @@ export class CreateHsmClientCertificateCommand extends $Command< ): Promise { return de_CreateHsmClientCertificateCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-redshift/src/commands/CreateHsmConfigurationCommand.ts b/clients/client-redshift/src/commands/CreateHsmConfigurationCommand.ts index 17dad2008abe..aae17b14a714 100644 --- a/clients/client-redshift/src/commands/CreateHsmConfigurationCommand.ts +++ b/clients/client-redshift/src/commands/CreateHsmConfigurationCommand.ts @@ -114,9 +114,6 @@ export class CreateHsmConfigurationCommand extends $Command< CreateHsmConfigurationCommandOutput, RedshiftClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -130,9 +127,7 @@ export class CreateHsmConfigurationCommand extends $Command< * @public */ constructor(readonly input: CreateHsmConfigurationCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -185,7 +180,4 @@ export class CreateHsmConfigurationCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateHsmConfigurationCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-redshift/src/commands/CreateScheduledActionCommand.ts b/clients/client-redshift/src/commands/CreateScheduledActionCommand.ts index dc08798c02df..0b86942966de 100644 --- a/clients/client-redshift/src/commands/CreateScheduledActionCommand.ts +++ b/clients/client-redshift/src/commands/CreateScheduledActionCommand.ts @@ -146,9 +146,6 @@ export class CreateScheduledActionCommand extends $Command< CreateScheduledActionCommandOutput, RedshiftClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -162,9 +159,7 @@ export class CreateScheduledActionCommand extends $Command< * @public */ constructor(readonly input: CreateScheduledActionCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -217,7 +212,4 @@ export class CreateScheduledActionCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateScheduledActionCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-redshift/src/commands/CreateSnapshotCopyGrantCommand.ts b/clients/client-redshift/src/commands/CreateSnapshotCopyGrantCommand.ts index ec9667cc8865..b9429d177707 100644 --- a/clients/client-redshift/src/commands/CreateSnapshotCopyGrantCommand.ts +++ b/clients/client-redshift/src/commands/CreateSnapshotCopyGrantCommand.ts @@ -114,9 +114,6 @@ export class CreateSnapshotCopyGrantCommand extends $Command< CreateSnapshotCopyGrantCommandOutput, RedshiftClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -130,9 +127,7 @@ export class CreateSnapshotCopyGrantCommand extends $Command< * @public */ constructor(readonly input: CreateSnapshotCopyGrantCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -185,7 +180,4 @@ export class CreateSnapshotCopyGrantCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateSnapshotCopyGrantCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-redshift/src/commands/CreateSnapshotScheduleCommand.ts b/clients/client-redshift/src/commands/CreateSnapshotScheduleCommand.ts index 69a89a978619..793f4d3eedbf 100644 --- a/clients/client-redshift/src/commands/CreateSnapshotScheduleCommand.ts +++ b/clients/client-redshift/src/commands/CreateSnapshotScheduleCommand.ts @@ -120,9 +120,6 @@ export class CreateSnapshotScheduleCommand extends $Command< CreateSnapshotScheduleCommandOutput, RedshiftClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -136,9 +133,7 @@ export class CreateSnapshotScheduleCommand extends $Command< * @public */ constructor(readonly input: CreateSnapshotScheduleCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -191,7 +186,4 @@ export class CreateSnapshotScheduleCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateSnapshotScheduleCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-redshift/src/commands/CreateTagsCommand.ts b/clients/client-redshift/src/commands/CreateTagsCommand.ts index e55c1be96844..50fa399a7099 100644 --- a/clients/client-redshift/src/commands/CreateTagsCommand.ts +++ b/clients/client-redshift/src/commands/CreateTagsCommand.ts @@ -90,9 +90,6 @@ export class CreateTagsCommand extends $Command< CreateTagsCommandOutput, RedshiftClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -106,9 +103,7 @@ export class CreateTagsCommand extends $Command< * @public */ constructor(readonly input: CreateTagsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -159,7 +154,4 @@ export class CreateTagsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateTagsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-redshift/src/commands/CreateUsageLimitCommand.ts b/clients/client-redshift/src/commands/CreateUsageLimitCommand.ts index a58c0f3ab49f..4d1d90fd7aac 100644 --- a/clients/client-redshift/src/commands/CreateUsageLimitCommand.ts +++ b/clients/client-redshift/src/commands/CreateUsageLimitCommand.ts @@ -116,9 +116,6 @@ export class CreateUsageLimitCommand extends $Command< CreateUsageLimitCommandOutput, RedshiftClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -132,9 +129,7 @@ export class CreateUsageLimitCommand extends $Command< * @public */ constructor(readonly input: CreateUsageLimitCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -187,7 +182,4 @@ export class CreateUsageLimitCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateUsageLimitCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-redshift/src/commands/DeauthorizeDataShareCommand.ts b/clients/client-redshift/src/commands/DeauthorizeDataShareCommand.ts index 29cb00c236bd..6e9e92752ec0 100644 --- a/clients/client-redshift/src/commands/DeauthorizeDataShareCommand.ts +++ b/clients/client-redshift/src/commands/DeauthorizeDataShareCommand.ts @@ -86,9 +86,6 @@ export class DeauthorizeDataShareCommand extends $Command< DeauthorizeDataShareCommandOutput, RedshiftClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -102,9 +99,7 @@ export class DeauthorizeDataShareCommand extends $Command< * @public */ constructor(readonly input: DeauthorizeDataShareCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -157,7 +152,4 @@ export class DeauthorizeDataShareCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeauthorizeDataShareCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-redshift/src/commands/DeleteAuthenticationProfileCommand.ts b/clients/client-redshift/src/commands/DeleteAuthenticationProfileCommand.ts index d10f21021025..8d16fab39346 100644 --- a/clients/client-redshift/src/commands/DeleteAuthenticationProfileCommand.ts +++ b/clients/client-redshift/src/commands/DeleteAuthenticationProfileCommand.ts @@ -77,9 +77,6 @@ export class DeleteAuthenticationProfileCommand extends $Command< DeleteAuthenticationProfileCommandOutput, RedshiftClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -93,9 +90,7 @@ export class DeleteAuthenticationProfileCommand extends $Command< * @public */ constructor(readonly input: DeleteAuthenticationProfileCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -151,7 +146,4 @@ export class DeleteAuthenticationProfileCommand extends $Command< ): Promise { return de_DeleteAuthenticationProfileCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-redshift/src/commands/DeleteClusterCommand.ts b/clients/client-redshift/src/commands/DeleteClusterCommand.ts index 613e466a48d5..0e16dbfe8b2f 100644 --- a/clients/client-redshift/src/commands/DeleteClusterCommand.ts +++ b/clients/client-redshift/src/commands/DeleteClusterCommand.ts @@ -295,9 +295,6 @@ export class DeleteClusterCommand extends $Command< DeleteClusterCommandOutput, RedshiftClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -311,9 +308,7 @@ export class DeleteClusterCommand extends $Command< * @public */ constructor(readonly input: DeleteClusterCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -364,7 +359,4 @@ export class DeleteClusterCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteClusterCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-redshift/src/commands/DeleteClusterParameterGroupCommand.ts b/clients/client-redshift/src/commands/DeleteClusterParameterGroupCommand.ts index 03ec835c1957..465edf2ab953 100644 --- a/clients/client-redshift/src/commands/DeleteClusterParameterGroupCommand.ts +++ b/clients/client-redshift/src/commands/DeleteClusterParameterGroupCommand.ts @@ -80,9 +80,6 @@ export class DeleteClusterParameterGroupCommand extends $Command< DeleteClusterParameterGroupCommandOutput, RedshiftClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -96,9 +93,7 @@ export class DeleteClusterParameterGroupCommand extends $Command< * @public */ constructor(readonly input: DeleteClusterParameterGroupCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -154,7 +149,4 @@ export class DeleteClusterParameterGroupCommand extends $Command< ): Promise { return de_DeleteClusterParameterGroupCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-redshift/src/commands/DeleteClusterSecurityGroupCommand.ts b/clients/client-redshift/src/commands/DeleteClusterSecurityGroupCommand.ts index a85cddc71441..7a5523098cec 100644 --- a/clients/client-redshift/src/commands/DeleteClusterSecurityGroupCommand.ts +++ b/clients/client-redshift/src/commands/DeleteClusterSecurityGroupCommand.ts @@ -83,9 +83,6 @@ export class DeleteClusterSecurityGroupCommand extends $Command< DeleteClusterSecurityGroupCommandOutput, RedshiftClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -99,9 +96,7 @@ export class DeleteClusterSecurityGroupCommand extends $Command< * @public */ constructor(readonly input: DeleteClusterSecurityGroupCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -157,7 +152,4 @@ export class DeleteClusterSecurityGroupCommand extends $Command< ): Promise { return de_DeleteClusterSecurityGroupCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-redshift/src/commands/DeleteClusterSnapshotCommand.ts b/clients/client-redshift/src/commands/DeleteClusterSnapshotCommand.ts index 1708bcdb8a50..5b4a050a1cff 100644 --- a/clients/client-redshift/src/commands/DeleteClusterSnapshotCommand.ts +++ b/clients/client-redshift/src/commands/DeleteClusterSnapshotCommand.ts @@ -133,9 +133,6 @@ export class DeleteClusterSnapshotCommand extends $Command< DeleteClusterSnapshotCommandOutput, RedshiftClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -149,9 +146,7 @@ export class DeleteClusterSnapshotCommand extends $Command< * @public */ constructor(readonly input: DeleteClusterSnapshotCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -204,7 +199,4 @@ export class DeleteClusterSnapshotCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteClusterSnapshotCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-redshift/src/commands/DeleteClusterSubnetGroupCommand.ts b/clients/client-redshift/src/commands/DeleteClusterSubnetGroupCommand.ts index 263ac27a3b0e..1481801bf383 100644 --- a/clients/client-redshift/src/commands/DeleteClusterSubnetGroupCommand.ts +++ b/clients/client-redshift/src/commands/DeleteClusterSubnetGroupCommand.ts @@ -78,9 +78,6 @@ export class DeleteClusterSubnetGroupCommand extends $Command< DeleteClusterSubnetGroupCommandOutput, RedshiftClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -94,9 +91,7 @@ export class DeleteClusterSubnetGroupCommand extends $Command< * @public */ constructor(readonly input: DeleteClusterSubnetGroupCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -149,7 +144,4 @@ export class DeleteClusterSubnetGroupCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteClusterSubnetGroupCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-redshift/src/commands/DeleteCustomDomainAssociationCommand.ts b/clients/client-redshift/src/commands/DeleteCustomDomainAssociationCommand.ts index 72e82a07d163..be987a7d4ac9 100644 --- a/clients/client-redshift/src/commands/DeleteCustomDomainAssociationCommand.ts +++ b/clients/client-redshift/src/commands/DeleteCustomDomainAssociationCommand.ts @@ -81,9 +81,6 @@ export class DeleteCustomDomainAssociationCommand extends $Command< DeleteCustomDomainAssociationCommandOutput, RedshiftClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -97,9 +94,7 @@ export class DeleteCustomDomainAssociationCommand extends $Command< * @public */ constructor(readonly input: DeleteCustomDomainAssociationCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -155,7 +150,4 @@ export class DeleteCustomDomainAssociationCommand extends $Command< ): Promise { return de_DeleteCustomDomainAssociationCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-redshift/src/commands/DeleteEndpointAccessCommand.ts b/clients/client-redshift/src/commands/DeleteEndpointAccessCommand.ts index 889225e0bb82..a52b569b1887 100644 --- a/clients/client-redshift/src/commands/DeleteEndpointAccessCommand.ts +++ b/clients/client-redshift/src/commands/DeleteEndpointAccessCommand.ts @@ -112,9 +112,6 @@ export class DeleteEndpointAccessCommand extends $Command< DeleteEndpointAccessCommandOutput, RedshiftClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -128,9 +125,7 @@ export class DeleteEndpointAccessCommand extends $Command< * @public */ constructor(readonly input: DeleteEndpointAccessCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -183,7 +178,4 @@ export class DeleteEndpointAccessCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteEndpointAccessCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-redshift/src/commands/DeleteEventSubscriptionCommand.ts b/clients/client-redshift/src/commands/DeleteEventSubscriptionCommand.ts index 6cbc181c1d02..f880b04fed28 100644 --- a/clients/client-redshift/src/commands/DeleteEventSubscriptionCommand.ts +++ b/clients/client-redshift/src/commands/DeleteEventSubscriptionCommand.ts @@ -76,9 +76,6 @@ export class DeleteEventSubscriptionCommand extends $Command< DeleteEventSubscriptionCommandOutput, RedshiftClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -92,9 +89,7 @@ export class DeleteEventSubscriptionCommand extends $Command< * @public */ constructor(readonly input: DeleteEventSubscriptionCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -147,7 +142,4 @@ export class DeleteEventSubscriptionCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteEventSubscriptionCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-redshift/src/commands/DeleteHsmClientCertificateCommand.ts b/clients/client-redshift/src/commands/DeleteHsmClientCertificateCommand.ts index ed8f0c93f549..056b222b3a35 100644 --- a/clients/client-redshift/src/commands/DeleteHsmClientCertificateCommand.ts +++ b/clients/client-redshift/src/commands/DeleteHsmClientCertificateCommand.ts @@ -76,9 +76,6 @@ export class DeleteHsmClientCertificateCommand extends $Command< DeleteHsmClientCertificateCommandOutput, RedshiftClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -92,9 +89,7 @@ export class DeleteHsmClientCertificateCommand extends $Command< * @public */ constructor(readonly input: DeleteHsmClientCertificateCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -150,7 +145,4 @@ export class DeleteHsmClientCertificateCommand extends $Command< ): Promise { return de_DeleteHsmClientCertificateCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-redshift/src/commands/DeleteHsmConfigurationCommand.ts b/clients/client-redshift/src/commands/DeleteHsmConfigurationCommand.ts index 5cb181875ebd..15cf0cac119e 100644 --- a/clients/client-redshift/src/commands/DeleteHsmConfigurationCommand.ts +++ b/clients/client-redshift/src/commands/DeleteHsmConfigurationCommand.ts @@ -75,9 +75,6 @@ export class DeleteHsmConfigurationCommand extends $Command< DeleteHsmConfigurationCommandOutput, RedshiftClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -91,9 +88,7 @@ export class DeleteHsmConfigurationCommand extends $Command< * @public */ constructor(readonly input: DeleteHsmConfigurationCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -146,7 +141,4 @@ export class DeleteHsmConfigurationCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteHsmConfigurationCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-redshift/src/commands/DeletePartnerCommand.ts b/clients/client-redshift/src/commands/DeletePartnerCommand.ts index 64f9fcf2f087..488250981eda 100644 --- a/clients/client-redshift/src/commands/DeletePartnerCommand.ts +++ b/clients/client-redshift/src/commands/DeletePartnerCommand.ts @@ -87,9 +87,6 @@ export class DeletePartnerCommand extends $Command< DeletePartnerCommandOutput, RedshiftClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -103,9 +100,7 @@ export class DeletePartnerCommand extends $Command< * @public */ constructor(readonly input: DeletePartnerCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -156,7 +151,4 @@ export class DeletePartnerCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeletePartnerCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-redshift/src/commands/DeleteResourcePolicyCommand.ts b/clients/client-redshift/src/commands/DeleteResourcePolicyCommand.ts index 17dbf8a799c7..75d8529199ce 100644 --- a/clients/client-redshift/src/commands/DeleteResourcePolicyCommand.ts +++ b/clients/client-redshift/src/commands/DeleteResourcePolicyCommand.ts @@ -74,9 +74,6 @@ export class DeleteResourcePolicyCommand extends $Command< DeleteResourcePolicyCommandOutput, RedshiftClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -90,9 +87,7 @@ export class DeleteResourcePolicyCommand extends $Command< * @public */ constructor(readonly input: DeleteResourcePolicyCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -145,7 +140,4 @@ export class DeleteResourcePolicyCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteResourcePolicyCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-redshift/src/commands/DeleteScheduledActionCommand.ts b/clients/client-redshift/src/commands/DeleteScheduledActionCommand.ts index 1fbdec77dee4..3996da5b45e0 100644 --- a/clients/client-redshift/src/commands/DeleteScheduledActionCommand.ts +++ b/clients/client-redshift/src/commands/DeleteScheduledActionCommand.ts @@ -75,9 +75,6 @@ export class DeleteScheduledActionCommand extends $Command< DeleteScheduledActionCommandOutput, RedshiftClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -91,9 +88,7 @@ export class DeleteScheduledActionCommand extends $Command< * @public */ constructor(readonly input: DeleteScheduledActionCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -146,7 +141,4 @@ export class DeleteScheduledActionCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteScheduledActionCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-redshift/src/commands/DeleteSnapshotCopyGrantCommand.ts b/clients/client-redshift/src/commands/DeleteSnapshotCopyGrantCommand.ts index 824a68c50fbb..209794a89ba1 100644 --- a/clients/client-redshift/src/commands/DeleteSnapshotCopyGrantCommand.ts +++ b/clients/client-redshift/src/commands/DeleteSnapshotCopyGrantCommand.ts @@ -76,9 +76,6 @@ export class DeleteSnapshotCopyGrantCommand extends $Command< DeleteSnapshotCopyGrantCommandOutput, RedshiftClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -92,9 +89,7 @@ export class DeleteSnapshotCopyGrantCommand extends $Command< * @public */ constructor(readonly input: DeleteSnapshotCopyGrantCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -147,7 +142,4 @@ export class DeleteSnapshotCopyGrantCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteSnapshotCopyGrantCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-redshift/src/commands/DeleteSnapshotScheduleCommand.ts b/clients/client-redshift/src/commands/DeleteSnapshotScheduleCommand.ts index 94e50f3c7228..dcf39f355264 100644 --- a/clients/client-redshift/src/commands/DeleteSnapshotScheduleCommand.ts +++ b/clients/client-redshift/src/commands/DeleteSnapshotScheduleCommand.ts @@ -74,9 +74,6 @@ export class DeleteSnapshotScheduleCommand extends $Command< DeleteSnapshotScheduleCommandOutput, RedshiftClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -90,9 +87,7 @@ export class DeleteSnapshotScheduleCommand extends $Command< * @public */ constructor(readonly input: DeleteSnapshotScheduleCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -145,7 +140,4 @@ export class DeleteSnapshotScheduleCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteSnapshotScheduleCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-redshift/src/commands/DeleteTagsCommand.ts b/clients/client-redshift/src/commands/DeleteTagsCommand.ts index bb5af84941f5..b7c281104ddf 100644 --- a/clients/client-redshift/src/commands/DeleteTagsCommand.ts +++ b/clients/client-redshift/src/commands/DeleteTagsCommand.ts @@ -78,9 +78,6 @@ export class DeleteTagsCommand extends $Command< DeleteTagsCommandOutput, RedshiftClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -94,9 +91,7 @@ export class DeleteTagsCommand extends $Command< * @public */ constructor(readonly input: DeleteTagsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -147,7 +142,4 @@ export class DeleteTagsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteTagsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-redshift/src/commands/DeleteUsageLimitCommand.ts b/clients/client-redshift/src/commands/DeleteUsageLimitCommand.ts index 3187ca941b1f..06191f917994 100644 --- a/clients/client-redshift/src/commands/DeleteUsageLimitCommand.ts +++ b/clients/client-redshift/src/commands/DeleteUsageLimitCommand.ts @@ -74,9 +74,6 @@ export class DeleteUsageLimitCommand extends $Command< DeleteUsageLimitCommandOutput, RedshiftClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -90,9 +87,7 @@ export class DeleteUsageLimitCommand extends $Command< * @public */ constructor(readonly input: DeleteUsageLimitCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -145,7 +140,4 @@ export class DeleteUsageLimitCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteUsageLimitCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-redshift/src/commands/DescribeAccountAttributesCommand.ts b/clients/client-redshift/src/commands/DescribeAccountAttributesCommand.ts index dfbd956424e5..3861f90cfcf7 100644 --- a/clients/client-redshift/src/commands/DescribeAccountAttributesCommand.ts +++ b/clients/client-redshift/src/commands/DescribeAccountAttributesCommand.ts @@ -81,9 +81,6 @@ export class DescribeAccountAttributesCommand extends $Command< DescribeAccountAttributesCommandOutput, RedshiftClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -97,9 +94,7 @@ export class DescribeAccountAttributesCommand extends $Command< * @public */ constructor(readonly input: DescribeAccountAttributesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -155,7 +150,4 @@ export class DescribeAccountAttributesCommand extends $Command< ): Promise { return de_DescribeAccountAttributesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-redshift/src/commands/DescribeAuthenticationProfilesCommand.ts b/clients/client-redshift/src/commands/DescribeAuthenticationProfilesCommand.ts index 92aa119a20aa..6bafbfc68cc4 100644 --- a/clients/client-redshift/src/commands/DescribeAuthenticationProfilesCommand.ts +++ b/clients/client-redshift/src/commands/DescribeAuthenticationProfilesCommand.ts @@ -87,9 +87,6 @@ export class DescribeAuthenticationProfilesCommand extends $Command< DescribeAuthenticationProfilesCommandOutput, RedshiftClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -103,9 +100,7 @@ export class DescribeAuthenticationProfilesCommand extends $Command< * @public */ constructor(readonly input: DescribeAuthenticationProfilesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -164,7 +159,4 @@ export class DescribeAuthenticationProfilesCommand extends $Command< ): Promise { return de_DescribeAuthenticationProfilesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-redshift/src/commands/DescribeClusterDbRevisionsCommand.ts b/clients/client-redshift/src/commands/DescribeClusterDbRevisionsCommand.ts index 7b898eade5b2..fdc0e5b8512c 100644 --- a/clients/client-redshift/src/commands/DescribeClusterDbRevisionsCommand.ts +++ b/clients/client-redshift/src/commands/DescribeClusterDbRevisionsCommand.ts @@ -93,9 +93,6 @@ export class DescribeClusterDbRevisionsCommand extends $Command< DescribeClusterDbRevisionsCommandOutput, RedshiftClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -109,9 +106,7 @@ export class DescribeClusterDbRevisionsCommand extends $Command< * @public */ constructor(readonly input: DescribeClusterDbRevisionsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -167,7 +162,4 @@ export class DescribeClusterDbRevisionsCommand extends $Command< ): Promise { return de_DescribeClusterDbRevisionsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-redshift/src/commands/DescribeClusterParameterGroupsCommand.ts b/clients/client-redshift/src/commands/DescribeClusterParameterGroupsCommand.ts index d455ef940fbc..13bf55ef7884 100644 --- a/clients/client-redshift/src/commands/DescribeClusterParameterGroupsCommand.ts +++ b/clients/client-redshift/src/commands/DescribeClusterParameterGroupsCommand.ts @@ -116,9 +116,6 @@ export class DescribeClusterParameterGroupsCommand extends $Command< DescribeClusterParameterGroupsCommandOutput, RedshiftClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -132,9 +129,7 @@ export class DescribeClusterParameterGroupsCommand extends $Command< * @public */ constructor(readonly input: DescribeClusterParameterGroupsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -193,7 +188,4 @@ export class DescribeClusterParameterGroupsCommand extends $Command< ): Promise { return de_DescribeClusterParameterGroupsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-redshift/src/commands/DescribeClusterParametersCommand.ts b/clients/client-redshift/src/commands/DescribeClusterParametersCommand.ts index 01f17c0ac906..6260afd2a368 100644 --- a/clients/client-redshift/src/commands/DescribeClusterParametersCommand.ts +++ b/clients/client-redshift/src/commands/DescribeClusterParametersCommand.ts @@ -100,9 +100,6 @@ export class DescribeClusterParametersCommand extends $Command< DescribeClusterParametersCommandOutput, RedshiftClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -116,9 +113,7 @@ export class DescribeClusterParametersCommand extends $Command< * @public */ constructor(readonly input: DescribeClusterParametersCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -174,7 +169,4 @@ export class DescribeClusterParametersCommand extends $Command< ): Promise { return de_DescribeClusterParametersCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-redshift/src/commands/DescribeClusterSecurityGroupsCommand.ts b/clients/client-redshift/src/commands/DescribeClusterSecurityGroupsCommand.ts index 3cc787544a35..24dc7caf1f74 100644 --- a/clients/client-redshift/src/commands/DescribeClusterSecurityGroupsCommand.ts +++ b/clients/client-redshift/src/commands/DescribeClusterSecurityGroupsCommand.ts @@ -139,9 +139,6 @@ export class DescribeClusterSecurityGroupsCommand extends $Command< DescribeClusterSecurityGroupsCommandOutput, RedshiftClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -155,9 +152,7 @@ export class DescribeClusterSecurityGroupsCommand extends $Command< * @public */ constructor(readonly input: DescribeClusterSecurityGroupsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -213,7 +208,4 @@ export class DescribeClusterSecurityGroupsCommand extends $Command< ): Promise { return de_DescribeClusterSecurityGroupsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-redshift/src/commands/DescribeClusterSnapshotsCommand.ts b/clients/client-redshift/src/commands/DescribeClusterSnapshotsCommand.ts index 36262b124d61..cc4c77b081d4 100644 --- a/clients/client-redshift/src/commands/DescribeClusterSnapshotsCommand.ts +++ b/clients/client-redshift/src/commands/DescribeClusterSnapshotsCommand.ts @@ -168,9 +168,6 @@ export class DescribeClusterSnapshotsCommand extends $Command< DescribeClusterSnapshotsCommandOutput, RedshiftClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -184,9 +181,7 @@ export class DescribeClusterSnapshotsCommand extends $Command< * @public */ constructor(readonly input: DescribeClusterSnapshotsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -239,7 +234,4 @@ export class DescribeClusterSnapshotsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DescribeClusterSnapshotsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-redshift/src/commands/DescribeClusterSubnetGroupsCommand.ts b/clients/client-redshift/src/commands/DescribeClusterSubnetGroupsCommand.ts index 35be9b83b68d..6349e32d3c4f 100644 --- a/clients/client-redshift/src/commands/DescribeClusterSubnetGroupsCommand.ts +++ b/clients/client-redshift/src/commands/DescribeClusterSubnetGroupsCommand.ts @@ -126,9 +126,6 @@ export class DescribeClusterSubnetGroupsCommand extends $Command< DescribeClusterSubnetGroupsCommandOutput, RedshiftClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -142,9 +139,7 @@ export class DescribeClusterSubnetGroupsCommand extends $Command< * @public */ constructor(readonly input: DescribeClusterSubnetGroupsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -200,7 +195,4 @@ export class DescribeClusterSubnetGroupsCommand extends $Command< ): Promise { return de_DescribeClusterSubnetGroupsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-redshift/src/commands/DescribeClusterTracksCommand.ts b/clients/client-redshift/src/commands/DescribeClusterTracksCommand.ts index 8fcf6503ef1f..c4f9aadd749b 100644 --- a/clients/client-redshift/src/commands/DescribeClusterTracksCommand.ts +++ b/clients/client-redshift/src/commands/DescribeClusterTracksCommand.ts @@ -95,9 +95,6 @@ export class DescribeClusterTracksCommand extends $Command< DescribeClusterTracksCommandOutput, RedshiftClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -111,9 +108,7 @@ export class DescribeClusterTracksCommand extends $Command< * @public */ constructor(readonly input: DescribeClusterTracksCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -166,7 +161,4 @@ export class DescribeClusterTracksCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DescribeClusterTracksCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-redshift/src/commands/DescribeClusterVersionsCommand.ts b/clients/client-redshift/src/commands/DescribeClusterVersionsCommand.ts index 3d3db51e5520..c2d2c90cbd97 100644 --- a/clients/client-redshift/src/commands/DescribeClusterVersionsCommand.ts +++ b/clients/client-redshift/src/commands/DescribeClusterVersionsCommand.ts @@ -85,9 +85,6 @@ export class DescribeClusterVersionsCommand extends $Command< DescribeClusterVersionsCommandOutput, RedshiftClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -101,9 +98,7 @@ export class DescribeClusterVersionsCommand extends $Command< * @public */ constructor(readonly input: DescribeClusterVersionsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -156,7 +151,4 @@ export class DescribeClusterVersionsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DescribeClusterVersionsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-redshift/src/commands/DescribeClustersCommand.ts b/clients/client-redshift/src/commands/DescribeClustersCommand.ts index fadaa53f0312..6474e99e6dc0 100644 --- a/clients/client-redshift/src/commands/DescribeClustersCommand.ts +++ b/clients/client-redshift/src/commands/DescribeClustersCommand.ts @@ -288,9 +288,6 @@ export class DescribeClustersCommand extends $Command< DescribeClustersCommandOutput, RedshiftClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -304,9 +301,7 @@ export class DescribeClustersCommand extends $Command< * @public */ constructor(readonly input: DescribeClustersCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -359,7 +354,4 @@ export class DescribeClustersCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DescribeClustersCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-redshift/src/commands/DescribeCustomDomainAssociationsCommand.ts b/clients/client-redshift/src/commands/DescribeCustomDomainAssociationsCommand.ts index a35cb4c2aee8..34a7e158c53b 100644 --- a/clients/client-redshift/src/commands/DescribeCustomDomainAssociationsCommand.ts +++ b/clients/client-redshift/src/commands/DescribeCustomDomainAssociationsCommand.ts @@ -96,9 +96,6 @@ export class DescribeCustomDomainAssociationsCommand extends $Command< DescribeCustomDomainAssociationsCommandOutput, RedshiftClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -112,9 +109,7 @@ export class DescribeCustomDomainAssociationsCommand extends $Command< * @public */ constructor(readonly input: DescribeCustomDomainAssociationsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -173,7 +168,4 @@ export class DescribeCustomDomainAssociationsCommand extends $Command< ): Promise { return de_DescribeCustomDomainAssociationsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-redshift/src/commands/DescribeDataSharesCommand.ts b/clients/client-redshift/src/commands/DescribeDataSharesCommand.ts index e33e31f6f9f2..0123d4acbe4d 100644 --- a/clients/client-redshift/src/commands/DescribeDataSharesCommand.ts +++ b/clients/client-redshift/src/commands/DescribeDataSharesCommand.ts @@ -93,9 +93,6 @@ export class DescribeDataSharesCommand extends $Command< DescribeDataSharesCommandOutput, RedshiftClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -109,9 +106,7 @@ export class DescribeDataSharesCommand extends $Command< * @public */ constructor(readonly input: DescribeDataSharesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -164,7 +159,4 @@ export class DescribeDataSharesCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DescribeDataSharesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-redshift/src/commands/DescribeDataSharesForConsumerCommand.ts b/clients/client-redshift/src/commands/DescribeDataSharesForConsumerCommand.ts index f68831bb1594..ea44d22ca8da 100644 --- a/clients/client-redshift/src/commands/DescribeDataSharesForConsumerCommand.ts +++ b/clients/client-redshift/src/commands/DescribeDataSharesForConsumerCommand.ts @@ -98,9 +98,6 @@ export class DescribeDataSharesForConsumerCommand extends $Command< DescribeDataSharesForConsumerCommandOutput, RedshiftClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -114,9 +111,7 @@ export class DescribeDataSharesForConsumerCommand extends $Command< * @public */ constructor(readonly input: DescribeDataSharesForConsumerCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -172,7 +167,4 @@ export class DescribeDataSharesForConsumerCommand extends $Command< ): Promise { return de_DescribeDataSharesForConsumerCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-redshift/src/commands/DescribeDataSharesForProducerCommand.ts b/clients/client-redshift/src/commands/DescribeDataSharesForProducerCommand.ts index 03ddb4bffd85..ef88564a154b 100644 --- a/clients/client-redshift/src/commands/DescribeDataSharesForProducerCommand.ts +++ b/clients/client-redshift/src/commands/DescribeDataSharesForProducerCommand.ts @@ -98,9 +98,6 @@ export class DescribeDataSharesForProducerCommand extends $Command< DescribeDataSharesForProducerCommandOutput, RedshiftClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -114,9 +111,7 @@ export class DescribeDataSharesForProducerCommand extends $Command< * @public */ constructor(readonly input: DescribeDataSharesForProducerCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -172,7 +167,4 @@ export class DescribeDataSharesForProducerCommand extends $Command< ): Promise { return de_DescribeDataSharesForProducerCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-redshift/src/commands/DescribeDefaultClusterParametersCommand.ts b/clients/client-redshift/src/commands/DescribeDefaultClusterParametersCommand.ts index 038b12e5fb7d..16dd207af4a8 100644 --- a/clients/client-redshift/src/commands/DescribeDefaultClusterParametersCommand.ts +++ b/clients/client-redshift/src/commands/DescribeDefaultClusterParametersCommand.ts @@ -98,9 +98,6 @@ export class DescribeDefaultClusterParametersCommand extends $Command< DescribeDefaultClusterParametersCommandOutput, RedshiftClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -114,9 +111,7 @@ export class DescribeDefaultClusterParametersCommand extends $Command< * @public */ constructor(readonly input: DescribeDefaultClusterParametersCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -175,7 +170,4 @@ export class DescribeDefaultClusterParametersCommand extends $Command< ): Promise { return de_DescribeDefaultClusterParametersCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-redshift/src/commands/DescribeEndpointAccessCommand.ts b/clients/client-redshift/src/commands/DescribeEndpointAccessCommand.ts index 08b2b3006fe0..d2dcf401a971 100644 --- a/clients/client-redshift/src/commands/DescribeEndpointAccessCommand.ts +++ b/clients/client-redshift/src/commands/DescribeEndpointAccessCommand.ts @@ -116,9 +116,6 @@ export class DescribeEndpointAccessCommand extends $Command< DescribeEndpointAccessCommandOutput, RedshiftClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -132,9 +129,7 @@ export class DescribeEndpointAccessCommand extends $Command< * @public */ constructor(readonly input: DescribeEndpointAccessCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -187,7 +182,4 @@ export class DescribeEndpointAccessCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DescribeEndpointAccessCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-redshift/src/commands/DescribeEndpointAuthorizationCommand.ts b/clients/client-redshift/src/commands/DescribeEndpointAuthorizationCommand.ts index 48ef5f8de462..6b25abdfd40e 100644 --- a/clients/client-redshift/src/commands/DescribeEndpointAuthorizationCommand.ts +++ b/clients/client-redshift/src/commands/DescribeEndpointAuthorizationCommand.ts @@ -100,9 +100,6 @@ export class DescribeEndpointAuthorizationCommand extends $Command< DescribeEndpointAuthorizationCommandOutput, RedshiftClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -116,9 +113,7 @@ export class DescribeEndpointAuthorizationCommand extends $Command< * @public */ constructor(readonly input: DescribeEndpointAuthorizationCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -174,7 +169,4 @@ export class DescribeEndpointAuthorizationCommand extends $Command< ): Promise { return de_DescribeEndpointAuthorizationCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-redshift/src/commands/DescribeEventCategoriesCommand.ts b/clients/client-redshift/src/commands/DescribeEventCategoriesCommand.ts index da4e9cb50e0f..19dec87b894d 100644 --- a/clients/client-redshift/src/commands/DescribeEventCategoriesCommand.ts +++ b/clients/client-redshift/src/commands/DescribeEventCategoriesCommand.ts @@ -86,9 +86,6 @@ export class DescribeEventCategoriesCommand extends $Command< DescribeEventCategoriesCommandOutput, RedshiftClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -102,9 +99,7 @@ export class DescribeEventCategoriesCommand extends $Command< * @public */ constructor(readonly input: DescribeEventCategoriesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -157,7 +152,4 @@ export class DescribeEventCategoriesCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DescribeEventCategoriesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-redshift/src/commands/DescribeEventSubscriptionsCommand.ts b/clients/client-redshift/src/commands/DescribeEventSubscriptionsCommand.ts index 3b6499308ba6..2a10fc234544 100644 --- a/clients/client-redshift/src/commands/DescribeEventSubscriptionsCommand.ts +++ b/clients/client-redshift/src/commands/DescribeEventSubscriptionsCommand.ts @@ -119,9 +119,6 @@ export class DescribeEventSubscriptionsCommand extends $Command< DescribeEventSubscriptionsCommandOutput, RedshiftClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -135,9 +132,7 @@ export class DescribeEventSubscriptionsCommand extends $Command< * @public */ constructor(readonly input: DescribeEventSubscriptionsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -193,7 +188,4 @@ export class DescribeEventSubscriptionsCommand extends $Command< ): Promise { return de_DescribeEventSubscriptionsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-redshift/src/commands/DescribeEventsCommand.ts b/clients/client-redshift/src/commands/DescribeEventsCommand.ts index 540e7ceb028b..ec3c3150ce30 100644 --- a/clients/client-redshift/src/commands/DescribeEventsCommand.ts +++ b/clients/client-redshift/src/commands/DescribeEventsCommand.ts @@ -92,9 +92,6 @@ export class DescribeEventsCommand extends $Command< DescribeEventsCommandOutput, RedshiftClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -108,9 +105,7 @@ export class DescribeEventsCommand extends $Command< * @public */ constructor(readonly input: DescribeEventsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -163,7 +158,4 @@ export class DescribeEventsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DescribeEventsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-redshift/src/commands/DescribeHsmClientCertificatesCommand.ts b/clients/client-redshift/src/commands/DescribeHsmClientCertificatesCommand.ts index fb8e5dfd4af4..f0e118d7a3f7 100644 --- a/clients/client-redshift/src/commands/DescribeHsmClientCertificatesCommand.ts +++ b/clients/client-redshift/src/commands/DescribeHsmClientCertificatesCommand.ts @@ -109,9 +109,6 @@ export class DescribeHsmClientCertificatesCommand extends $Command< DescribeHsmClientCertificatesCommandOutput, RedshiftClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -125,9 +122,7 @@ export class DescribeHsmClientCertificatesCommand extends $Command< * @public */ constructor(readonly input: DescribeHsmClientCertificatesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -183,7 +178,4 @@ export class DescribeHsmClientCertificatesCommand extends $Command< ): Promise { return de_DescribeHsmClientCertificatesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-redshift/src/commands/DescribeHsmConfigurationsCommand.ts b/clients/client-redshift/src/commands/DescribeHsmConfigurationsCommand.ts index a1c4fa4e82a7..774e8d92b764 100644 --- a/clients/client-redshift/src/commands/DescribeHsmConfigurationsCommand.ts +++ b/clients/client-redshift/src/commands/DescribeHsmConfigurationsCommand.ts @@ -108,9 +108,6 @@ export class DescribeHsmConfigurationsCommand extends $Command< DescribeHsmConfigurationsCommandOutput, RedshiftClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -124,9 +121,7 @@ export class DescribeHsmConfigurationsCommand extends $Command< * @public */ constructor(readonly input: DescribeHsmConfigurationsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -182,7 +177,4 @@ export class DescribeHsmConfigurationsCommand extends $Command< ): Promise { return de_DescribeHsmConfigurationsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-redshift/src/commands/DescribeInboundIntegrationsCommand.ts b/clients/client-redshift/src/commands/DescribeInboundIntegrationsCommand.ts index 90a0bb51ea45..e1324ba13789 100644 --- a/clients/client-redshift/src/commands/DescribeInboundIntegrationsCommand.ts +++ b/clients/client-redshift/src/commands/DescribeInboundIntegrationsCommand.ts @@ -97,9 +97,6 @@ export class DescribeInboundIntegrationsCommand extends $Command< DescribeInboundIntegrationsCommandOutput, RedshiftClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -113,9 +110,7 @@ export class DescribeInboundIntegrationsCommand extends $Command< * @public */ constructor(readonly input: DescribeInboundIntegrationsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -171,7 +166,4 @@ export class DescribeInboundIntegrationsCommand extends $Command< ): Promise { return de_DescribeInboundIntegrationsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-redshift/src/commands/DescribeLoggingStatusCommand.ts b/clients/client-redshift/src/commands/DescribeLoggingStatusCommand.ts index 3f960f9be3b7..24e55ae0f708 100644 --- a/clients/client-redshift/src/commands/DescribeLoggingStatusCommand.ts +++ b/clients/client-redshift/src/commands/DescribeLoggingStatusCommand.ts @@ -87,9 +87,6 @@ export class DescribeLoggingStatusCommand extends $Command< DescribeLoggingStatusCommandOutput, RedshiftClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -103,9 +100,7 @@ export class DescribeLoggingStatusCommand extends $Command< * @public */ constructor(readonly input: DescribeLoggingStatusCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -158,7 +153,4 @@ export class DescribeLoggingStatusCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DescribeLoggingStatusCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-redshift/src/commands/DescribeNodeConfigurationOptionsCommand.ts b/clients/client-redshift/src/commands/DescribeNodeConfigurationOptionsCommand.ts index 98c7517b2e0c..91342ec2aa03 100644 --- a/clients/client-redshift/src/commands/DescribeNodeConfigurationOptionsCommand.ts +++ b/clients/client-redshift/src/commands/DescribeNodeConfigurationOptionsCommand.ts @@ -117,9 +117,6 @@ export class DescribeNodeConfigurationOptionsCommand extends $Command< DescribeNodeConfigurationOptionsCommandOutput, RedshiftClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -133,9 +130,7 @@ export class DescribeNodeConfigurationOptionsCommand extends $Command< * @public */ constructor(readonly input: DescribeNodeConfigurationOptionsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -194,7 +189,4 @@ export class DescribeNodeConfigurationOptionsCommand extends $Command< ): Promise { return de_DescribeNodeConfigurationOptionsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-redshift/src/commands/DescribeOrderableClusterOptionsCommand.ts b/clients/client-redshift/src/commands/DescribeOrderableClusterOptionsCommand.ts index 9f3fd822555f..4883e16415bc 100644 --- a/clients/client-redshift/src/commands/DescribeOrderableClusterOptionsCommand.ts +++ b/clients/client-redshift/src/commands/DescribeOrderableClusterOptionsCommand.ts @@ -103,9 +103,6 @@ export class DescribeOrderableClusterOptionsCommand extends $Command< DescribeOrderableClusterOptionsCommandOutput, RedshiftClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -119,9 +116,7 @@ export class DescribeOrderableClusterOptionsCommand extends $Command< * @public */ constructor(readonly input: DescribeOrderableClusterOptionsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -180,7 +175,4 @@ export class DescribeOrderableClusterOptionsCommand extends $Command< ): Promise { return de_DescribeOrderableClusterOptionsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-redshift/src/commands/DescribePartnersCommand.ts b/clients/client-redshift/src/commands/DescribePartnersCommand.ts index 4bd45887d16e..86b6ef941038 100644 --- a/clients/client-redshift/src/commands/DescribePartnersCommand.ts +++ b/clients/client-redshift/src/commands/DescribePartnersCommand.ts @@ -92,9 +92,6 @@ export class DescribePartnersCommand extends $Command< DescribePartnersCommandOutput, RedshiftClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -108,9 +105,7 @@ export class DescribePartnersCommand extends $Command< * @public */ constructor(readonly input: DescribePartnersCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -163,7 +158,4 @@ export class DescribePartnersCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DescribePartnersCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-redshift/src/commands/DescribeReservedNodeExchangeStatusCommand.ts b/clients/client-redshift/src/commands/DescribeReservedNodeExchangeStatusCommand.ts index 4ffbc96e2946..380883056807 100644 --- a/clients/client-redshift/src/commands/DescribeReservedNodeExchangeStatusCommand.ts +++ b/clients/client-redshift/src/commands/DescribeReservedNodeExchangeStatusCommand.ts @@ -105,9 +105,6 @@ export class DescribeReservedNodeExchangeStatusCommand extends $Command< DescribeReservedNodeExchangeStatusCommandOutput, RedshiftClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -121,9 +118,7 @@ export class DescribeReservedNodeExchangeStatusCommand extends $Command< * @public */ constructor(readonly input: DescribeReservedNodeExchangeStatusCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -182,7 +177,4 @@ export class DescribeReservedNodeExchangeStatusCommand extends $Command< ): Promise { return de_DescribeReservedNodeExchangeStatusCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-redshift/src/commands/DescribeReservedNodeOfferingsCommand.ts b/clients/client-redshift/src/commands/DescribeReservedNodeOfferingsCommand.ts index 0abc75a0064e..0aaa54718c4b 100644 --- a/clients/client-redshift/src/commands/DescribeReservedNodeOfferingsCommand.ts +++ b/clients/client-redshift/src/commands/DescribeReservedNodeOfferingsCommand.ts @@ -112,9 +112,6 @@ export class DescribeReservedNodeOfferingsCommand extends $Command< DescribeReservedNodeOfferingsCommandOutput, RedshiftClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -128,9 +125,7 @@ export class DescribeReservedNodeOfferingsCommand extends $Command< * @public */ constructor(readonly input: DescribeReservedNodeOfferingsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -186,7 +181,4 @@ export class DescribeReservedNodeOfferingsCommand extends $Command< ): Promise { return de_DescribeReservedNodeOfferingsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-redshift/src/commands/DescribeReservedNodesCommand.ts b/clients/client-redshift/src/commands/DescribeReservedNodesCommand.ts index 6979f6a2a3cf..fa0c2e051bfa 100644 --- a/clients/client-redshift/src/commands/DescribeReservedNodesCommand.ts +++ b/clients/client-redshift/src/commands/DescribeReservedNodesCommand.ts @@ -101,9 +101,6 @@ export class DescribeReservedNodesCommand extends $Command< DescribeReservedNodesCommandOutput, RedshiftClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -117,9 +114,7 @@ export class DescribeReservedNodesCommand extends $Command< * @public */ constructor(readonly input: DescribeReservedNodesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -172,7 +167,4 @@ export class DescribeReservedNodesCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DescribeReservedNodesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-redshift/src/commands/DescribeResizeCommand.ts b/clients/client-redshift/src/commands/DescribeResizeCommand.ts index ce0cd5dec57d..01a0b75b3fcb 100644 --- a/clients/client-redshift/src/commands/DescribeResizeCommand.ts +++ b/clients/client-redshift/src/commands/DescribeResizeCommand.ts @@ -107,9 +107,6 @@ export class DescribeResizeCommand extends $Command< DescribeResizeCommandOutput, RedshiftClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -123,9 +120,7 @@ export class DescribeResizeCommand extends $Command< * @public */ constructor(readonly input: DescribeResizeCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -178,7 +173,4 @@ export class DescribeResizeCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DescribeResizeCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-redshift/src/commands/DescribeScheduledActionsCommand.ts b/clients/client-redshift/src/commands/DescribeScheduledActionsCommand.ts index 0ab8a46997f3..ea8a146969de 100644 --- a/clients/client-redshift/src/commands/DescribeScheduledActionsCommand.ts +++ b/clients/client-redshift/src/commands/DescribeScheduledActionsCommand.ts @@ -122,9 +122,6 @@ export class DescribeScheduledActionsCommand extends $Command< DescribeScheduledActionsCommandOutput, RedshiftClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -138,9 +135,7 @@ export class DescribeScheduledActionsCommand extends $Command< * @public */ constructor(readonly input: DescribeScheduledActionsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -193,7 +188,4 @@ export class DescribeScheduledActionsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DescribeScheduledActionsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-redshift/src/commands/DescribeSnapshotCopyGrantsCommand.ts b/clients/client-redshift/src/commands/DescribeSnapshotCopyGrantsCommand.ts index c58cda6f5b59..ed6a8f6a7c33 100644 --- a/clients/client-redshift/src/commands/DescribeSnapshotCopyGrantsCommand.ts +++ b/clients/client-redshift/src/commands/DescribeSnapshotCopyGrantsCommand.ts @@ -103,9 +103,6 @@ export class DescribeSnapshotCopyGrantsCommand extends $Command< DescribeSnapshotCopyGrantsCommandOutput, RedshiftClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -119,9 +116,7 @@ export class DescribeSnapshotCopyGrantsCommand extends $Command< * @public */ constructor(readonly input: DescribeSnapshotCopyGrantsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -177,7 +172,4 @@ export class DescribeSnapshotCopyGrantsCommand extends $Command< ): Promise { return de_DescribeSnapshotCopyGrantsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-redshift/src/commands/DescribeSnapshotSchedulesCommand.ts b/clients/client-redshift/src/commands/DescribeSnapshotSchedulesCommand.ts index ae363c0de196..e3d5f5700721 100644 --- a/clients/client-redshift/src/commands/DescribeSnapshotSchedulesCommand.ts +++ b/clients/client-redshift/src/commands/DescribeSnapshotSchedulesCommand.ts @@ -106,9 +106,6 @@ export class DescribeSnapshotSchedulesCommand extends $Command< DescribeSnapshotSchedulesCommandOutput, RedshiftClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -122,9 +119,7 @@ export class DescribeSnapshotSchedulesCommand extends $Command< * @public */ constructor(readonly input: DescribeSnapshotSchedulesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -180,7 +175,4 @@ export class DescribeSnapshotSchedulesCommand extends $Command< ): Promise { return de_DescribeSnapshotSchedulesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-redshift/src/commands/DescribeStorageCommand.ts b/clients/client-redshift/src/commands/DescribeStorageCommand.ts index 7e924aebfb59..dc83f0fde8d9 100644 --- a/clients/client-redshift/src/commands/DescribeStorageCommand.ts +++ b/clients/client-redshift/src/commands/DescribeStorageCommand.ts @@ -69,9 +69,6 @@ export class DescribeStorageCommand extends $Command< DescribeStorageCommandOutput, RedshiftClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -85,9 +82,7 @@ export class DescribeStorageCommand extends $Command< * @public */ constructor(readonly input: DescribeStorageCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -140,7 +135,4 @@ export class DescribeStorageCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DescribeStorageCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-redshift/src/commands/DescribeTableRestoreStatusCommand.ts b/clients/client-redshift/src/commands/DescribeTableRestoreStatusCommand.ts index ad842f4abb17..1aafa5fddff3 100644 --- a/clients/client-redshift/src/commands/DescribeTableRestoreStatusCommand.ts +++ b/clients/client-redshift/src/commands/DescribeTableRestoreStatusCommand.ts @@ -103,9 +103,6 @@ export class DescribeTableRestoreStatusCommand extends $Command< DescribeTableRestoreStatusCommandOutput, RedshiftClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -119,9 +116,7 @@ export class DescribeTableRestoreStatusCommand extends $Command< * @public */ constructor(readonly input: DescribeTableRestoreStatusCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -177,7 +172,4 @@ export class DescribeTableRestoreStatusCommand extends $Command< ): Promise { return de_DescribeTableRestoreStatusCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-redshift/src/commands/DescribeTagsCommand.ts b/clients/client-redshift/src/commands/DescribeTagsCommand.ts index f18767bdbb63..2ad6e26c22fb 100644 --- a/clients/client-redshift/src/commands/DescribeTagsCommand.ts +++ b/clients/client-redshift/src/commands/DescribeTagsCommand.ts @@ -119,9 +119,6 @@ export class DescribeTagsCommand extends $Command< DescribeTagsCommandOutput, RedshiftClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -135,9 +132,7 @@ export class DescribeTagsCommand extends $Command< * @public */ constructor(readonly input: DescribeTagsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -188,7 +183,4 @@ export class DescribeTagsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DescribeTagsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-redshift/src/commands/DescribeUsageLimitsCommand.ts b/clients/client-redshift/src/commands/DescribeUsageLimitsCommand.ts index 518b9dcea23b..387d09dd6d84 100644 --- a/clients/client-redshift/src/commands/DescribeUsageLimitsCommand.ts +++ b/clients/client-redshift/src/commands/DescribeUsageLimitsCommand.ts @@ -123,9 +123,6 @@ export class DescribeUsageLimitsCommand extends $Command< DescribeUsageLimitsCommandOutput, RedshiftClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -139,9 +136,7 @@ export class DescribeUsageLimitsCommand extends $Command< * @public */ constructor(readonly input: DescribeUsageLimitsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -194,7 +189,4 @@ export class DescribeUsageLimitsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DescribeUsageLimitsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-redshift/src/commands/DisableLoggingCommand.ts b/clients/client-redshift/src/commands/DisableLoggingCommand.ts index 9bbc75952308..cc356a82cfd8 100644 --- a/clients/client-redshift/src/commands/DisableLoggingCommand.ts +++ b/clients/client-redshift/src/commands/DisableLoggingCommand.ts @@ -90,9 +90,6 @@ export class DisableLoggingCommand extends $Command< DisableLoggingCommandOutput, RedshiftClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -106,9 +103,7 @@ export class DisableLoggingCommand extends $Command< * @public */ constructor(readonly input: DisableLoggingCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -161,7 +156,4 @@ export class DisableLoggingCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DisableLoggingCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-redshift/src/commands/DisableSnapshotCopyCommand.ts b/clients/client-redshift/src/commands/DisableSnapshotCopyCommand.ts index 42594d316916..be9717968faf 100644 --- a/clients/client-redshift/src/commands/DisableSnapshotCopyCommand.ts +++ b/clients/client-redshift/src/commands/DisableSnapshotCopyCommand.ts @@ -282,9 +282,6 @@ export class DisableSnapshotCopyCommand extends $Command< DisableSnapshotCopyCommandOutput, RedshiftClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -298,9 +295,7 @@ export class DisableSnapshotCopyCommand extends $Command< * @public */ constructor(readonly input: DisableSnapshotCopyCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -353,7 +348,4 @@ export class DisableSnapshotCopyCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DisableSnapshotCopyCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-redshift/src/commands/DisassociateDataShareConsumerCommand.ts b/clients/client-redshift/src/commands/DisassociateDataShareConsumerCommand.ts index 3066e01a60ba..e436cac8ebe1 100644 --- a/clients/client-redshift/src/commands/DisassociateDataShareConsumerCommand.ts +++ b/clients/client-redshift/src/commands/DisassociateDataShareConsumerCommand.ts @@ -96,9 +96,6 @@ export class DisassociateDataShareConsumerCommand extends $Command< DisassociateDataShareConsumerCommandOutput, RedshiftClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -112,9 +109,7 @@ export class DisassociateDataShareConsumerCommand extends $Command< * @public */ constructor(readonly input: DisassociateDataShareConsumerCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -170,7 +165,4 @@ export class DisassociateDataShareConsumerCommand extends $Command< ): Promise { return de_DisassociateDataShareConsumerCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-redshift/src/commands/EnableLoggingCommand.ts b/clients/client-redshift/src/commands/EnableLoggingCommand.ts index 3a15b06a4797..a3d2a044f791 100644 --- a/clients/client-redshift/src/commands/EnableLoggingCommand.ts +++ b/clients/client-redshift/src/commands/EnableLoggingCommand.ts @@ -113,9 +113,6 @@ export class EnableLoggingCommand extends $Command< EnableLoggingCommandOutput, RedshiftClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -129,9 +126,7 @@ export class EnableLoggingCommand extends $Command< * @public */ constructor(readonly input: EnableLoggingCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -182,7 +177,4 @@ export class EnableLoggingCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_EnableLoggingCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-redshift/src/commands/EnableSnapshotCopyCommand.ts b/clients/client-redshift/src/commands/EnableSnapshotCopyCommand.ts index 506ede2c63da..fd7ac633991e 100644 --- a/clients/client-redshift/src/commands/EnableSnapshotCopyCommand.ts +++ b/clients/client-redshift/src/commands/EnableSnapshotCopyCommand.ts @@ -305,9 +305,6 @@ export class EnableSnapshotCopyCommand extends $Command< EnableSnapshotCopyCommandOutput, RedshiftClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -321,9 +318,7 @@ export class EnableSnapshotCopyCommand extends $Command< * @public */ constructor(readonly input: EnableSnapshotCopyCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -376,7 +371,4 @@ export class EnableSnapshotCopyCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_EnableSnapshotCopyCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-redshift/src/commands/FailoverPrimaryComputeCommand.ts b/clients/client-redshift/src/commands/FailoverPrimaryComputeCommand.ts index 6f48c19021e7..069cb5cf341f 100644 --- a/clients/client-redshift/src/commands/FailoverPrimaryComputeCommand.ts +++ b/clients/client-redshift/src/commands/FailoverPrimaryComputeCommand.ts @@ -275,9 +275,6 @@ export class FailoverPrimaryComputeCommand extends $Command< FailoverPrimaryComputeCommandOutput, RedshiftClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -291,9 +288,7 @@ export class FailoverPrimaryComputeCommand extends $Command< * @public */ constructor(readonly input: FailoverPrimaryComputeCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -346,7 +341,4 @@ export class FailoverPrimaryComputeCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_FailoverPrimaryComputeCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-redshift/src/commands/GetClusterCredentialsCommand.ts b/clients/client-redshift/src/commands/GetClusterCredentialsCommand.ts index c11611b738af..6a931b4fd7d3 100644 --- a/clients/client-redshift/src/commands/GetClusterCredentialsCommand.ts +++ b/clients/client-redshift/src/commands/GetClusterCredentialsCommand.ts @@ -108,9 +108,6 @@ export class GetClusterCredentialsCommand extends $Command< GetClusterCredentialsCommandOutput, RedshiftClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -124,9 +121,7 @@ export class GetClusterCredentialsCommand extends $Command< * @public */ constructor(readonly input: GetClusterCredentialsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -179,7 +174,4 @@ export class GetClusterCredentialsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetClusterCredentialsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-redshift/src/commands/GetClusterCredentialsWithIAMCommand.ts b/clients/client-redshift/src/commands/GetClusterCredentialsWithIAMCommand.ts index 8c881edf72f2..d2e9aa29b416 100644 --- a/clients/client-redshift/src/commands/GetClusterCredentialsWithIAMCommand.ts +++ b/clients/client-redshift/src/commands/GetClusterCredentialsWithIAMCommand.ts @@ -93,9 +93,6 @@ export class GetClusterCredentialsWithIAMCommand extends $Command< GetClusterCredentialsWithIAMCommandOutput, RedshiftClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -109,9 +106,7 @@ export class GetClusterCredentialsWithIAMCommand extends $Command< * @public */ constructor(readonly input: GetClusterCredentialsWithIAMCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -167,7 +162,4 @@ export class GetClusterCredentialsWithIAMCommand extends $Command< ): Promise { return de_GetClusterCredentialsWithIAMCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-redshift/src/commands/GetReservedNodeExchangeConfigurationOptionsCommand.ts b/clients/client-redshift/src/commands/GetReservedNodeExchangeConfigurationOptionsCommand.ts index 97408c72ad1b..fc059eb4b410 100644 --- a/clients/client-redshift/src/commands/GetReservedNodeExchangeConfigurationOptionsCommand.ts +++ b/clients/client-redshift/src/commands/GetReservedNodeExchangeConfigurationOptionsCommand.ts @@ -152,9 +152,6 @@ export class GetReservedNodeExchangeConfigurationOptionsCommand extends $Command GetReservedNodeExchangeConfigurationOptionsCommandOutput, RedshiftClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -168,9 +165,7 @@ export class GetReservedNodeExchangeConfigurationOptionsCommand extends $Command * @public */ constructor(readonly input: GetReservedNodeExchangeConfigurationOptionsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -235,7 +230,4 @@ export class GetReservedNodeExchangeConfigurationOptionsCommand extends $Command ): Promise { return de_GetReservedNodeExchangeConfigurationOptionsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-redshift/src/commands/GetReservedNodeExchangeOfferingsCommand.ts b/clients/client-redshift/src/commands/GetReservedNodeExchangeOfferingsCommand.ts index 1e914f53f588..0a95c086a61b 100644 --- a/clients/client-redshift/src/commands/GetReservedNodeExchangeOfferingsCommand.ts +++ b/clients/client-redshift/src/commands/GetReservedNodeExchangeOfferingsCommand.ts @@ -118,9 +118,6 @@ export class GetReservedNodeExchangeOfferingsCommand extends $Command< GetReservedNodeExchangeOfferingsCommandOutput, RedshiftClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -134,9 +131,7 @@ export class GetReservedNodeExchangeOfferingsCommand extends $Command< * @public */ constructor(readonly input: GetReservedNodeExchangeOfferingsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -195,7 +190,4 @@ export class GetReservedNodeExchangeOfferingsCommand extends $Command< ): Promise { return de_GetReservedNodeExchangeOfferingsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-redshift/src/commands/GetResourcePolicyCommand.ts b/clients/client-redshift/src/commands/GetResourcePolicyCommand.ts index 4e2bae084db9..b63c4bf4c470 100644 --- a/clients/client-redshift/src/commands/GetResourcePolicyCommand.ts +++ b/clients/client-redshift/src/commands/GetResourcePolicyCommand.ts @@ -82,9 +82,6 @@ export class GetResourcePolicyCommand extends $Command< GetResourcePolicyCommandOutput, RedshiftClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -98,9 +95,7 @@ export class GetResourcePolicyCommand extends $Command< * @public */ constructor(readonly input: GetResourcePolicyCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -153,7 +148,4 @@ export class GetResourcePolicyCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetResourcePolicyCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-redshift/src/commands/ModifyAquaConfigurationCommand.ts b/clients/client-redshift/src/commands/ModifyAquaConfigurationCommand.ts index ee1ae81e8afa..7f326bd6971c 100644 --- a/clients/client-redshift/src/commands/ModifyAquaConfigurationCommand.ts +++ b/clients/client-redshift/src/commands/ModifyAquaConfigurationCommand.ts @@ -84,9 +84,6 @@ export class ModifyAquaConfigurationCommand extends $Command< ModifyAquaConfigurationCommandOutput, RedshiftClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -100,9 +97,7 @@ export class ModifyAquaConfigurationCommand extends $Command< * @public */ constructor(readonly input: ModifyAquaConfigurationCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -155,7 +150,4 @@ export class ModifyAquaConfigurationCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ModifyAquaConfigurationCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-redshift/src/commands/ModifyAuthenticationProfileCommand.ts b/clients/client-redshift/src/commands/ModifyAuthenticationProfileCommand.ts index 45a333244f1a..811586213588 100644 --- a/clients/client-redshift/src/commands/ModifyAuthenticationProfileCommand.ts +++ b/clients/client-redshift/src/commands/ModifyAuthenticationProfileCommand.ts @@ -83,9 +83,6 @@ export class ModifyAuthenticationProfileCommand extends $Command< ModifyAuthenticationProfileCommandOutput, RedshiftClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -99,9 +96,7 @@ export class ModifyAuthenticationProfileCommand extends $Command< * @public */ constructor(readonly input: ModifyAuthenticationProfileCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -157,7 +152,4 @@ export class ModifyAuthenticationProfileCommand extends $Command< ): Promise { return de_ModifyAuthenticationProfileCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-redshift/src/commands/ModifyClusterCommand.ts b/clients/client-redshift/src/commands/ModifyClusterCommand.ts index ec8d6e62841e..0d669285122f 100644 --- a/clients/client-redshift/src/commands/ModifyClusterCommand.ts +++ b/clients/client-redshift/src/commands/ModifyClusterCommand.ts @@ -381,9 +381,6 @@ export class ModifyClusterCommand extends $Command< ModifyClusterCommandOutput, RedshiftClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -397,9 +394,7 @@ export class ModifyClusterCommand extends $Command< * @public */ constructor(readonly input: ModifyClusterCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -450,7 +445,4 @@ export class ModifyClusterCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ModifyClusterCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-redshift/src/commands/ModifyClusterDbRevisionCommand.ts b/clients/client-redshift/src/commands/ModifyClusterDbRevisionCommand.ts index 59f2e1fc1b97..18321af68edc 100644 --- a/clients/client-redshift/src/commands/ModifyClusterDbRevisionCommand.ts +++ b/clients/client-redshift/src/commands/ModifyClusterDbRevisionCommand.ts @@ -277,9 +277,6 @@ export class ModifyClusterDbRevisionCommand extends $Command< ModifyClusterDbRevisionCommandOutput, RedshiftClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -293,9 +290,7 @@ export class ModifyClusterDbRevisionCommand extends $Command< * @public */ constructor(readonly input: ModifyClusterDbRevisionCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -348,7 +343,4 @@ export class ModifyClusterDbRevisionCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ModifyClusterDbRevisionCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-redshift/src/commands/ModifyClusterIamRolesCommand.ts b/clients/client-redshift/src/commands/ModifyClusterIamRolesCommand.ts index d86f36e7248b..1912b7a24b14 100644 --- a/clients/client-redshift/src/commands/ModifyClusterIamRolesCommand.ts +++ b/clients/client-redshift/src/commands/ModifyClusterIamRolesCommand.ts @@ -280,9 +280,6 @@ export class ModifyClusterIamRolesCommand extends $Command< ModifyClusterIamRolesCommandOutput, RedshiftClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -296,9 +293,7 @@ export class ModifyClusterIamRolesCommand extends $Command< * @public */ constructor(readonly input: ModifyClusterIamRolesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -351,7 +346,4 @@ export class ModifyClusterIamRolesCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ModifyClusterIamRolesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-redshift/src/commands/ModifyClusterMaintenanceCommand.ts b/clients/client-redshift/src/commands/ModifyClusterMaintenanceCommand.ts index 52a5ce617447..8fe0a4864a24 100644 --- a/clients/client-redshift/src/commands/ModifyClusterMaintenanceCommand.ts +++ b/clients/client-redshift/src/commands/ModifyClusterMaintenanceCommand.ts @@ -274,9 +274,6 @@ export class ModifyClusterMaintenanceCommand extends $Command< ModifyClusterMaintenanceCommandOutput, RedshiftClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -290,9 +287,7 @@ export class ModifyClusterMaintenanceCommand extends $Command< * @public */ constructor(readonly input: ModifyClusterMaintenanceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -345,7 +340,4 @@ export class ModifyClusterMaintenanceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ModifyClusterMaintenanceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-redshift/src/commands/ModifyClusterParameterGroupCommand.ts b/clients/client-redshift/src/commands/ModifyClusterParameterGroupCommand.ts index 93616500f56d..e65d6af083c7 100644 --- a/clients/client-redshift/src/commands/ModifyClusterParameterGroupCommand.ts +++ b/clients/client-redshift/src/commands/ModifyClusterParameterGroupCommand.ts @@ -97,9 +97,6 @@ export class ModifyClusterParameterGroupCommand extends $Command< ModifyClusterParameterGroupCommandOutput, RedshiftClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -113,9 +110,7 @@ export class ModifyClusterParameterGroupCommand extends $Command< * @public */ constructor(readonly input: ModifyClusterParameterGroupCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -171,7 +166,4 @@ export class ModifyClusterParameterGroupCommand extends $Command< ): Promise { return de_ModifyClusterParameterGroupCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-redshift/src/commands/ModifyClusterSnapshotCommand.ts b/clients/client-redshift/src/commands/ModifyClusterSnapshotCommand.ts index 06bf552bf527..801d453f468b 100644 --- a/clients/client-redshift/src/commands/ModifyClusterSnapshotCommand.ts +++ b/clients/client-redshift/src/commands/ModifyClusterSnapshotCommand.ts @@ -133,9 +133,6 @@ export class ModifyClusterSnapshotCommand extends $Command< ModifyClusterSnapshotCommandOutput, RedshiftClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -149,9 +146,7 @@ export class ModifyClusterSnapshotCommand extends $Command< * @public */ constructor(readonly input: ModifyClusterSnapshotCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -204,7 +199,4 @@ export class ModifyClusterSnapshotCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ModifyClusterSnapshotCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-redshift/src/commands/ModifyClusterSnapshotScheduleCommand.ts b/clients/client-redshift/src/commands/ModifyClusterSnapshotScheduleCommand.ts index aa362567f516..e9faa5e5bcaf 100644 --- a/clients/client-redshift/src/commands/ModifyClusterSnapshotScheduleCommand.ts +++ b/clients/client-redshift/src/commands/ModifyClusterSnapshotScheduleCommand.ts @@ -83,9 +83,6 @@ export class ModifyClusterSnapshotScheduleCommand extends $Command< ModifyClusterSnapshotScheduleCommandOutput, RedshiftClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -99,9 +96,7 @@ export class ModifyClusterSnapshotScheduleCommand extends $Command< * @public */ constructor(readonly input: ModifyClusterSnapshotScheduleCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -157,7 +152,4 @@ export class ModifyClusterSnapshotScheduleCommand extends $Command< ): Promise { return de_ModifyClusterSnapshotScheduleCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-redshift/src/commands/ModifyClusterSubnetGroupCommand.ts b/clients/client-redshift/src/commands/ModifyClusterSubnetGroupCommand.ts index 3833a472ce62..9fded4351400 100644 --- a/clients/client-redshift/src/commands/ModifyClusterSubnetGroupCommand.ts +++ b/clients/client-redshift/src/commands/ModifyClusterSubnetGroupCommand.ts @@ -128,9 +128,6 @@ export class ModifyClusterSubnetGroupCommand extends $Command< ModifyClusterSubnetGroupCommandOutput, RedshiftClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -144,9 +141,7 @@ export class ModifyClusterSubnetGroupCommand extends $Command< * @public */ constructor(readonly input: ModifyClusterSubnetGroupCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -199,7 +194,4 @@ export class ModifyClusterSubnetGroupCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ModifyClusterSubnetGroupCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-redshift/src/commands/ModifyCustomDomainAssociationCommand.ts b/clients/client-redshift/src/commands/ModifyCustomDomainAssociationCommand.ts index ffa5a0c271e4..d4227d8a8a55 100644 --- a/clients/client-redshift/src/commands/ModifyCustomDomainAssociationCommand.ts +++ b/clients/client-redshift/src/commands/ModifyCustomDomainAssociationCommand.ts @@ -90,9 +90,6 @@ export class ModifyCustomDomainAssociationCommand extends $Command< ModifyCustomDomainAssociationCommandOutput, RedshiftClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -106,9 +103,7 @@ export class ModifyCustomDomainAssociationCommand extends $Command< * @public */ constructor(readonly input: ModifyCustomDomainAssociationCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -164,7 +159,4 @@ export class ModifyCustomDomainAssociationCommand extends $Command< ): Promise { return de_ModifyCustomDomainAssociationCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-redshift/src/commands/ModifyEndpointAccessCommand.ts b/clients/client-redshift/src/commands/ModifyEndpointAccessCommand.ts index 1e1e553d6ffe..b074d4560649 100644 --- a/clients/client-redshift/src/commands/ModifyEndpointAccessCommand.ts +++ b/clients/client-redshift/src/commands/ModifyEndpointAccessCommand.ts @@ -119,9 +119,6 @@ export class ModifyEndpointAccessCommand extends $Command< ModifyEndpointAccessCommandOutput, RedshiftClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -135,9 +132,7 @@ export class ModifyEndpointAccessCommand extends $Command< * @public */ constructor(readonly input: ModifyEndpointAccessCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -190,7 +185,4 @@ export class ModifyEndpointAccessCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ModifyEndpointAccessCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-redshift/src/commands/ModifyEventSubscriptionCommand.ts b/clients/client-redshift/src/commands/ModifyEventSubscriptionCommand.ts index fbab4920a228..79908bb15617 100644 --- a/clients/client-redshift/src/commands/ModifyEventSubscriptionCommand.ts +++ b/clients/client-redshift/src/commands/ModifyEventSubscriptionCommand.ts @@ -136,9 +136,6 @@ export class ModifyEventSubscriptionCommand extends $Command< ModifyEventSubscriptionCommandOutput, RedshiftClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -152,9 +149,7 @@ export class ModifyEventSubscriptionCommand extends $Command< * @public */ constructor(readonly input: ModifyEventSubscriptionCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -207,7 +202,4 @@ export class ModifyEventSubscriptionCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ModifyEventSubscriptionCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-redshift/src/commands/ModifyScheduledActionCommand.ts b/clients/client-redshift/src/commands/ModifyScheduledActionCommand.ts index 9f56966c804a..8dc654a39906 100644 --- a/clients/client-redshift/src/commands/ModifyScheduledActionCommand.ts +++ b/clients/client-redshift/src/commands/ModifyScheduledActionCommand.ts @@ -143,9 +143,6 @@ export class ModifyScheduledActionCommand extends $Command< ModifyScheduledActionCommandOutput, RedshiftClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -159,9 +156,7 @@ export class ModifyScheduledActionCommand extends $Command< * @public */ constructor(readonly input: ModifyScheduledActionCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -214,7 +209,4 @@ export class ModifyScheduledActionCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ModifyScheduledActionCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-redshift/src/commands/ModifySnapshotCopyRetentionPeriodCommand.ts b/clients/client-redshift/src/commands/ModifySnapshotCopyRetentionPeriodCommand.ts index 115acf2de6fe..5492b1a718ca 100644 --- a/clients/client-redshift/src/commands/ModifySnapshotCopyRetentionPeriodCommand.ts +++ b/clients/client-redshift/src/commands/ModifySnapshotCopyRetentionPeriodCommand.ts @@ -293,9 +293,6 @@ export class ModifySnapshotCopyRetentionPeriodCommand extends $Command< ModifySnapshotCopyRetentionPeriodCommandOutput, RedshiftClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -309,9 +306,7 @@ export class ModifySnapshotCopyRetentionPeriodCommand extends $Command< * @public */ constructor(readonly input: ModifySnapshotCopyRetentionPeriodCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -370,7 +365,4 @@ export class ModifySnapshotCopyRetentionPeriodCommand extends $Command< ): Promise { return de_ModifySnapshotCopyRetentionPeriodCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-redshift/src/commands/ModifySnapshotScheduleCommand.ts b/clients/client-redshift/src/commands/ModifySnapshotScheduleCommand.ts index 920f9f8a77f6..0d2ef5e06060 100644 --- a/clients/client-redshift/src/commands/ModifySnapshotScheduleCommand.ts +++ b/clients/client-redshift/src/commands/ModifySnapshotScheduleCommand.ts @@ -104,9 +104,6 @@ export class ModifySnapshotScheduleCommand extends $Command< ModifySnapshotScheduleCommandOutput, RedshiftClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -120,9 +117,7 @@ export class ModifySnapshotScheduleCommand extends $Command< * @public */ constructor(readonly input: ModifySnapshotScheduleCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -175,7 +170,4 @@ export class ModifySnapshotScheduleCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ModifySnapshotScheduleCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-redshift/src/commands/ModifyUsageLimitCommand.ts b/clients/client-redshift/src/commands/ModifyUsageLimitCommand.ts index 8713715ffc43..0eb22c82f1c4 100644 --- a/clients/client-redshift/src/commands/ModifyUsageLimitCommand.ts +++ b/clients/client-redshift/src/commands/ModifyUsageLimitCommand.ts @@ -95,9 +95,6 @@ export class ModifyUsageLimitCommand extends $Command< ModifyUsageLimitCommandOutput, RedshiftClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -111,9 +108,7 @@ export class ModifyUsageLimitCommand extends $Command< * @public */ constructor(readonly input: ModifyUsageLimitCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -166,7 +161,4 @@ export class ModifyUsageLimitCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ModifyUsageLimitCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-redshift/src/commands/PauseClusterCommand.ts b/clients/client-redshift/src/commands/PauseClusterCommand.ts index 8ca840ac89c0..1dc1582bb034 100644 --- a/clients/client-redshift/src/commands/PauseClusterCommand.ts +++ b/clients/client-redshift/src/commands/PauseClusterCommand.ts @@ -269,9 +269,6 @@ export class PauseClusterCommand extends $Command< PauseClusterCommandOutput, RedshiftClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -285,9 +282,7 @@ export class PauseClusterCommand extends $Command< * @public */ constructor(readonly input: PauseClusterCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -338,7 +333,4 @@ export class PauseClusterCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_PauseClusterCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-redshift/src/commands/PurchaseReservedNodeOfferingCommand.ts b/clients/client-redshift/src/commands/PurchaseReservedNodeOfferingCommand.ts index 4b5ebed8d7b3..5d9b41aaf617 100644 --- a/clients/client-redshift/src/commands/PurchaseReservedNodeOfferingCommand.ts +++ b/clients/client-redshift/src/commands/PurchaseReservedNodeOfferingCommand.ts @@ -115,9 +115,6 @@ export class PurchaseReservedNodeOfferingCommand extends $Command< PurchaseReservedNodeOfferingCommandOutput, RedshiftClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -131,9 +128,7 @@ export class PurchaseReservedNodeOfferingCommand extends $Command< * @public */ constructor(readonly input: PurchaseReservedNodeOfferingCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -189,7 +184,4 @@ export class PurchaseReservedNodeOfferingCommand extends $Command< ): Promise { return de_PurchaseReservedNodeOfferingCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-redshift/src/commands/PutResourcePolicyCommand.ts b/clients/client-redshift/src/commands/PutResourcePolicyCommand.ts index dc160abed0ca..2b2ee509ee3b 100644 --- a/clients/client-redshift/src/commands/PutResourcePolicyCommand.ts +++ b/clients/client-redshift/src/commands/PutResourcePolicyCommand.ts @@ -86,9 +86,6 @@ export class PutResourcePolicyCommand extends $Command< PutResourcePolicyCommandOutput, RedshiftClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -102,9 +99,7 @@ export class PutResourcePolicyCommand extends $Command< * @public */ constructor(readonly input: PutResourcePolicyCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -157,7 +152,4 @@ export class PutResourcePolicyCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_PutResourcePolicyCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-redshift/src/commands/RebootClusterCommand.ts b/clients/client-redshift/src/commands/RebootClusterCommand.ts index c620bcc9486e..4d0ce1dc3d5c 100644 --- a/clients/client-redshift/src/commands/RebootClusterCommand.ts +++ b/clients/client-redshift/src/commands/RebootClusterCommand.ts @@ -272,9 +272,6 @@ export class RebootClusterCommand extends $Command< RebootClusterCommandOutput, RedshiftClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -288,9 +285,7 @@ export class RebootClusterCommand extends $Command< * @public */ constructor(readonly input: RebootClusterCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -341,7 +336,4 @@ export class RebootClusterCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_RebootClusterCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-redshift/src/commands/RejectDataShareCommand.ts b/clients/client-redshift/src/commands/RejectDataShareCommand.ts index 64fc27d65580..2f450d4258dd 100644 --- a/clients/client-redshift/src/commands/RejectDataShareCommand.ts +++ b/clients/client-redshift/src/commands/RejectDataShareCommand.ts @@ -86,9 +86,6 @@ export class RejectDataShareCommand extends $Command< RejectDataShareCommandOutput, RedshiftClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -102,9 +99,7 @@ export class RejectDataShareCommand extends $Command< * @public */ constructor(readonly input: RejectDataShareCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -157,7 +152,4 @@ export class RejectDataShareCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_RejectDataShareCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-redshift/src/commands/ResetClusterParameterGroupCommand.ts b/clients/client-redshift/src/commands/ResetClusterParameterGroupCommand.ts index cf78c5795d92..e87b25004df0 100644 --- a/clients/client-redshift/src/commands/ResetClusterParameterGroupCommand.ts +++ b/clients/client-redshift/src/commands/ResetClusterParameterGroupCommand.ts @@ -97,9 +97,6 @@ export class ResetClusterParameterGroupCommand extends $Command< ResetClusterParameterGroupCommandOutput, RedshiftClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -113,9 +110,7 @@ export class ResetClusterParameterGroupCommand extends $Command< * @public */ constructor(readonly input: ResetClusterParameterGroupCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -171,7 +166,4 @@ export class ResetClusterParameterGroupCommand extends $Command< ): Promise { return de_ResetClusterParameterGroupCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-redshift/src/commands/ResizeClusterCommand.ts b/clients/client-redshift/src/commands/ResizeClusterCommand.ts index a38a214d9f72..c0949b3cc7d7 100644 --- a/clients/client-redshift/src/commands/ResizeClusterCommand.ts +++ b/clients/client-redshift/src/commands/ResizeClusterCommand.ts @@ -359,9 +359,6 @@ export class ResizeClusterCommand extends $Command< ResizeClusterCommandOutput, RedshiftClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -375,9 +372,7 @@ export class ResizeClusterCommand extends $Command< * @public */ constructor(readonly input: ResizeClusterCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -428,7 +423,4 @@ export class ResizeClusterCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ResizeClusterCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-redshift/src/commands/RestoreFromClusterSnapshotCommand.ts b/clients/client-redshift/src/commands/RestoreFromClusterSnapshotCommand.ts index cca9c786aea1..bc4e68a0291a 100644 --- a/clients/client-redshift/src/commands/RestoreFromClusterSnapshotCommand.ts +++ b/clients/client-redshift/src/commands/RestoreFromClusterSnapshotCommand.ts @@ -432,9 +432,6 @@ export class RestoreFromClusterSnapshotCommand extends $Command< RestoreFromClusterSnapshotCommandOutput, RedshiftClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -448,9 +445,7 @@ export class RestoreFromClusterSnapshotCommand extends $Command< * @public */ constructor(readonly input: RestoreFromClusterSnapshotCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -506,7 +501,4 @@ export class RestoreFromClusterSnapshotCommand extends $Command< ): Promise { return de_RestoreFromClusterSnapshotCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-redshift/src/commands/RestoreTableFromClusterSnapshotCommand.ts b/clients/client-redshift/src/commands/RestoreTableFromClusterSnapshotCommand.ts index b4a644979dff..71d512dd48f2 100644 --- a/clients/client-redshift/src/commands/RestoreTableFromClusterSnapshotCommand.ts +++ b/clients/client-redshift/src/commands/RestoreTableFromClusterSnapshotCommand.ts @@ -137,9 +137,6 @@ export class RestoreTableFromClusterSnapshotCommand extends $Command< RestoreTableFromClusterSnapshotCommandOutput, RedshiftClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -153,9 +150,7 @@ export class RestoreTableFromClusterSnapshotCommand extends $Command< * @public */ constructor(readonly input: RestoreTableFromClusterSnapshotCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -214,7 +209,4 @@ export class RestoreTableFromClusterSnapshotCommand extends $Command< ): Promise { return de_RestoreTableFromClusterSnapshotCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-redshift/src/commands/ResumeClusterCommand.ts b/clients/client-redshift/src/commands/ResumeClusterCommand.ts index cd99fddd4296..a2764a1deb1f 100644 --- a/clients/client-redshift/src/commands/ResumeClusterCommand.ts +++ b/clients/client-redshift/src/commands/ResumeClusterCommand.ts @@ -273,9 +273,6 @@ export class ResumeClusterCommand extends $Command< ResumeClusterCommandOutput, RedshiftClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -289,9 +286,7 @@ export class ResumeClusterCommand extends $Command< * @public */ constructor(readonly input: ResumeClusterCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -342,7 +337,4 @@ export class ResumeClusterCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ResumeClusterCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-redshift/src/commands/RevokeClusterSecurityGroupIngressCommand.ts b/clients/client-redshift/src/commands/RevokeClusterSecurityGroupIngressCommand.ts index a66b88795cbb..98ed85a04c3b 100644 --- a/clients/client-redshift/src/commands/RevokeClusterSecurityGroupIngressCommand.ts +++ b/clients/client-redshift/src/commands/RevokeClusterSecurityGroupIngressCommand.ts @@ -127,9 +127,6 @@ export class RevokeClusterSecurityGroupIngressCommand extends $Command< RevokeClusterSecurityGroupIngressCommandOutput, RedshiftClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -143,9 +140,7 @@ export class RevokeClusterSecurityGroupIngressCommand extends $Command< * @public */ constructor(readonly input: RevokeClusterSecurityGroupIngressCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -204,7 +199,4 @@ export class RevokeClusterSecurityGroupIngressCommand extends $Command< ): Promise { return de_RevokeClusterSecurityGroupIngressCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-redshift/src/commands/RevokeEndpointAccessCommand.ts b/clients/client-redshift/src/commands/RevokeEndpointAccessCommand.ts index 9fe51cc91644..a6d95c332fb0 100644 --- a/clients/client-redshift/src/commands/RevokeEndpointAccessCommand.ts +++ b/clients/client-redshift/src/commands/RevokeEndpointAccessCommand.ts @@ -108,9 +108,6 @@ export class RevokeEndpointAccessCommand extends $Command< RevokeEndpointAccessCommandOutput, RedshiftClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -124,9 +121,7 @@ export class RevokeEndpointAccessCommand extends $Command< * @public */ constructor(readonly input: RevokeEndpointAccessCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -179,7 +174,4 @@ export class RevokeEndpointAccessCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_RevokeEndpointAccessCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-redshift/src/commands/RevokeSnapshotAccessCommand.ts b/clients/client-redshift/src/commands/RevokeSnapshotAccessCommand.ts index c9c138620be9..dd2204758fd9 100644 --- a/clients/client-redshift/src/commands/RevokeSnapshotAccessCommand.ts +++ b/clients/client-redshift/src/commands/RevokeSnapshotAccessCommand.ts @@ -142,9 +142,6 @@ export class RevokeSnapshotAccessCommand extends $Command< RevokeSnapshotAccessCommandOutput, RedshiftClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -158,9 +155,7 @@ export class RevokeSnapshotAccessCommand extends $Command< * @public */ constructor(readonly input: RevokeSnapshotAccessCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -213,7 +208,4 @@ export class RevokeSnapshotAccessCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_RevokeSnapshotAccessCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-redshift/src/commands/RotateEncryptionKeyCommand.ts b/clients/client-redshift/src/commands/RotateEncryptionKeyCommand.ts index 26b17b45e386..1f773eabc527 100644 --- a/clients/client-redshift/src/commands/RotateEncryptionKeyCommand.ts +++ b/clients/client-redshift/src/commands/RotateEncryptionKeyCommand.ts @@ -276,9 +276,6 @@ export class RotateEncryptionKeyCommand extends $Command< RotateEncryptionKeyCommandOutput, RedshiftClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -292,9 +289,7 @@ export class RotateEncryptionKeyCommand extends $Command< * @public */ constructor(readonly input: RotateEncryptionKeyCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -347,7 +342,4 @@ export class RotateEncryptionKeyCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_RotateEncryptionKeyCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-redshift/src/commands/UpdatePartnerStatusCommand.ts b/clients/client-redshift/src/commands/UpdatePartnerStatusCommand.ts index 0364a8fc94be..d4d517cd55bf 100644 --- a/clients/client-redshift/src/commands/UpdatePartnerStatusCommand.ts +++ b/clients/client-redshift/src/commands/UpdatePartnerStatusCommand.ts @@ -90,9 +90,6 @@ export class UpdatePartnerStatusCommand extends $Command< UpdatePartnerStatusCommandOutput, RedshiftClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -106,9 +103,7 @@ export class UpdatePartnerStatusCommand extends $Command< * @public */ constructor(readonly input: UpdatePartnerStatusCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -161,7 +156,4 @@ export class UpdatePartnerStatusCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdatePartnerStatusCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-rekognition/package.json b/clients/client-rekognition/package.json index bb2e194cc89a..ca5420b8c492 100644 --- a/clients/client-rekognition/package.json +++ b/clients/client-rekognition/package.json @@ -34,30 +34,30 @@ "@aws-sdk/util-endpoints": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@smithy/config-resolver": "^2.0.16", - "@smithy/fetch-http-handler": "^2.2.4", - "@smithy/hash-node": "^2.0.12", - "@smithy/invalid-dependency": "^2.0.12", - "@smithy/middleware-content-length": "^2.0.14", - "@smithy/middleware-endpoint": "^2.1.3", - "@smithy/middleware-retry": "^2.0.18", - "@smithy/middleware-serde": "^2.0.12", - "@smithy/middleware-stack": "^2.0.6", - "@smithy/node-config-provider": "^2.1.3", - "@smithy/node-http-handler": "^2.1.8", - "@smithy/protocol-http": "^3.0.8", - "@smithy/smithy-client": "^2.1.12", - "@smithy/types": "^2.4.0", - "@smithy/url-parser": "^2.0.12", - "@smithy/util-base64": "^2.0.0", + "@smithy/config-resolver": "^2.0.18", + "@smithy/fetch-http-handler": "^2.2.6", + "@smithy/hash-node": "^2.0.15", + "@smithy/invalid-dependency": "^2.0.13", + "@smithy/middleware-content-length": "^2.0.15", + "@smithy/middleware-endpoint": "^2.2.0", + "@smithy/middleware-retry": "^2.0.20", + "@smithy/middleware-serde": "^2.0.13", + "@smithy/middleware-stack": "^2.0.7", + "@smithy/node-config-provider": "^2.1.5", + "@smithy/node-http-handler": "^2.1.9", + "@smithy/protocol-http": "^3.0.9", + "@smithy/smithy-client": "^2.1.15", + "@smithy/types": "^2.5.0", + "@smithy/url-parser": "^2.0.13", + "@smithy/util-base64": "^2.0.1", "@smithy/util-body-length-browser": "^2.0.0", "@smithy/util-body-length-node": "^2.1.0", - "@smithy/util-defaults-mode-browser": "^2.0.16", - "@smithy/util-defaults-mode-node": "^2.0.21", - "@smithy/util-endpoints": "^1.0.2", - "@smithy/util-retry": "^2.0.5", - "@smithy/util-utf8": "^2.0.0", - "@smithy/util-waiter": "^2.0.12", + "@smithy/util-defaults-mode-browser": "^2.0.19", + "@smithy/util-defaults-mode-node": "^2.0.25", + "@smithy/util-endpoints": "^1.0.4", + "@smithy/util-retry": "^2.0.6", + "@smithy/util-utf8": "^2.0.2", + "@smithy/util-waiter": "^2.0.13", "tslib": "^2.5.0", "uuid": "^8.3.2" }, diff --git a/clients/client-rekognition/src/commands/AssociateFacesCommand.ts b/clients/client-rekognition/src/commands/AssociateFacesCommand.ts index 1f0a0a5a6639..0f521e850fe1 100644 --- a/clients/client-rekognition/src/commands/AssociateFacesCommand.ts +++ b/clients/client-rekognition/src/commands/AssociateFacesCommand.ts @@ -199,9 +199,6 @@ export class AssociateFacesCommand extends $Command< AssociateFacesCommandOutput, RekognitionClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -215,9 +212,7 @@ export class AssociateFacesCommand extends $Command< * @public */ constructor(readonly input: AssociateFacesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -270,7 +265,4 @@ export class AssociateFacesCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_AssociateFacesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-rekognition/src/commands/CompareFacesCommand.ts b/clients/client-rekognition/src/commands/CompareFacesCommand.ts index 865012ee4537..b35005025508 100644 --- a/clients/client-rekognition/src/commands/CompareFacesCommand.ts +++ b/clients/client-rekognition/src/commands/CompareFacesCommand.ts @@ -298,9 +298,6 @@ export class CompareFacesCommand extends $Command< CompareFacesCommandOutput, RekognitionClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -314,9 +311,7 @@ export class CompareFacesCommand extends $Command< * @public */ constructor(readonly input: CompareFacesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -367,7 +362,4 @@ export class CompareFacesCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CompareFacesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-rekognition/src/commands/CopyProjectVersionCommand.ts b/clients/client-rekognition/src/commands/CopyProjectVersionCommand.ts index 291a4fadde8b..fa4900d5db01 100644 --- a/clients/client-rekognition/src/commands/CopyProjectVersionCommand.ts +++ b/clients/client-rekognition/src/commands/CopyProjectVersionCommand.ts @@ -167,9 +167,6 @@ export class CopyProjectVersionCommand extends $Command< CopyProjectVersionCommandOutput, RekognitionClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -183,9 +180,7 @@ export class CopyProjectVersionCommand extends $Command< * @public */ constructor(readonly input: CopyProjectVersionCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -238,7 +233,4 @@ export class CopyProjectVersionCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CopyProjectVersionCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-rekognition/src/commands/CreateCollectionCommand.ts b/clients/client-rekognition/src/commands/CreateCollectionCommand.ts index 2f07ed067a7d..234e114e0c5b 100644 --- a/clients/client-rekognition/src/commands/CreateCollectionCommand.ts +++ b/clients/client-rekognition/src/commands/CreateCollectionCommand.ts @@ -131,9 +131,6 @@ export class CreateCollectionCommand extends $Command< CreateCollectionCommandOutput, RekognitionClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -147,9 +144,7 @@ export class CreateCollectionCommand extends $Command< * @public */ constructor(readonly input: CreateCollectionCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -202,7 +197,4 @@ export class CreateCollectionCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateCollectionCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-rekognition/src/commands/CreateDatasetCommand.ts b/clients/client-rekognition/src/commands/CreateDatasetCommand.ts index c1809d2aa191..95ecd215a685 100644 --- a/clients/client-rekognition/src/commands/CreateDatasetCommand.ts +++ b/clients/client-rekognition/src/commands/CreateDatasetCommand.ts @@ -160,9 +160,6 @@ export class CreateDatasetCommand extends $Command< CreateDatasetCommandOutput, RekognitionClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -176,9 +173,7 @@ export class CreateDatasetCommand extends $Command< * @public */ constructor(readonly input: CreateDatasetCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -229,7 +224,4 @@ export class CreateDatasetCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateDatasetCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-rekognition/src/commands/CreateFaceLivenessSessionCommand.ts b/clients/client-rekognition/src/commands/CreateFaceLivenessSessionCommand.ts index a63500972efa..e02e523edc60 100644 --- a/clients/client-rekognition/src/commands/CreateFaceLivenessSessionCommand.ts +++ b/clients/client-rekognition/src/commands/CreateFaceLivenessSessionCommand.ts @@ -104,9 +104,6 @@ export class CreateFaceLivenessSessionCommand extends $Command< CreateFaceLivenessSessionCommandOutput, RekognitionClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -120,9 +117,7 @@ export class CreateFaceLivenessSessionCommand extends $Command< * @public */ constructor(readonly input: CreateFaceLivenessSessionCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -178,7 +173,4 @@ export class CreateFaceLivenessSessionCommand extends $Command< ): Promise { return de_CreateFaceLivenessSessionCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-rekognition/src/commands/CreateProjectCommand.ts b/clients/client-rekognition/src/commands/CreateProjectCommand.ts index 4cd353d3763e..35644c890e56 100644 --- a/clients/client-rekognition/src/commands/CreateProjectCommand.ts +++ b/clients/client-rekognition/src/commands/CreateProjectCommand.ts @@ -120,9 +120,6 @@ export class CreateProjectCommand extends $Command< CreateProjectCommandOutput, RekognitionClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -136,9 +133,7 @@ export class CreateProjectCommand extends $Command< * @public */ constructor(readonly input: CreateProjectCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -189,7 +184,4 @@ export class CreateProjectCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateProjectCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-rekognition/src/commands/CreateProjectVersionCommand.ts b/clients/client-rekognition/src/commands/CreateProjectVersionCommand.ts index c5fd3166d5d7..da63305a868d 100644 --- a/clients/client-rekognition/src/commands/CreateProjectVersionCommand.ts +++ b/clients/client-rekognition/src/commands/CreateProjectVersionCommand.ts @@ -196,9 +196,6 @@ export class CreateProjectVersionCommand extends $Command< CreateProjectVersionCommandOutput, RekognitionClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -212,9 +209,7 @@ export class CreateProjectVersionCommand extends $Command< * @public */ constructor(readonly input: CreateProjectVersionCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -267,7 +262,4 @@ export class CreateProjectVersionCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateProjectVersionCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-rekognition/src/commands/CreateStreamProcessorCommand.ts b/clients/client-rekognition/src/commands/CreateStreamProcessorCommand.ts index 13719dfdbd07..eaed50ef7fb8 100644 --- a/clients/client-rekognition/src/commands/CreateStreamProcessorCommand.ts +++ b/clients/client-rekognition/src/commands/CreateStreamProcessorCommand.ts @@ -185,9 +185,6 @@ export class CreateStreamProcessorCommand extends $Command< CreateStreamProcessorCommandOutput, RekognitionClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -201,9 +198,7 @@ export class CreateStreamProcessorCommand extends $Command< * @public */ constructor(readonly input: CreateStreamProcessorCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -256,7 +251,4 @@ export class CreateStreamProcessorCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateStreamProcessorCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-rekognition/src/commands/CreateUserCommand.ts b/clients/client-rekognition/src/commands/CreateUserCommand.ts index c6a7714c7c34..52085333e28c 100644 --- a/clients/client-rekognition/src/commands/CreateUserCommand.ts +++ b/clients/client-rekognition/src/commands/CreateUserCommand.ts @@ -122,9 +122,6 @@ export class CreateUserCommand extends $Command< CreateUserCommandOutput, RekognitionClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -138,9 +135,7 @@ export class CreateUserCommand extends $Command< * @public */ constructor(readonly input: CreateUserCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -191,7 +186,4 @@ export class CreateUserCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateUserCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-rekognition/src/commands/DeleteCollectionCommand.ts b/clients/client-rekognition/src/commands/DeleteCollectionCommand.ts index 287b62a816ac..7c0cf2825f43 100644 --- a/clients/client-rekognition/src/commands/DeleteCollectionCommand.ts +++ b/clients/client-rekognition/src/commands/DeleteCollectionCommand.ts @@ -110,9 +110,6 @@ export class DeleteCollectionCommand extends $Command< DeleteCollectionCommandOutput, RekognitionClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -126,9 +123,7 @@ export class DeleteCollectionCommand extends $Command< * @public */ constructor(readonly input: DeleteCollectionCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -181,7 +176,4 @@ export class DeleteCollectionCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteCollectionCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-rekognition/src/commands/DeleteDatasetCommand.ts b/clients/client-rekognition/src/commands/DeleteDatasetCommand.ts index a40d8a4a52a8..d7eaee1a4ae6 100644 --- a/clients/client-rekognition/src/commands/DeleteDatasetCommand.ts +++ b/clients/client-rekognition/src/commands/DeleteDatasetCommand.ts @@ -121,9 +121,6 @@ export class DeleteDatasetCommand extends $Command< DeleteDatasetCommandOutput, RekognitionClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -137,9 +134,7 @@ export class DeleteDatasetCommand extends $Command< * @public */ constructor(readonly input: DeleteDatasetCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -190,7 +185,4 @@ export class DeleteDatasetCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteDatasetCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-rekognition/src/commands/DeleteFacesCommand.ts b/clients/client-rekognition/src/commands/DeleteFacesCommand.ts index 8df55d355ced..a614ba5c264e 100644 --- a/clients/client-rekognition/src/commands/DeleteFacesCommand.ts +++ b/clients/client-rekognition/src/commands/DeleteFacesCommand.ts @@ -128,9 +128,6 @@ export class DeleteFacesCommand extends $Command< DeleteFacesCommandOutput, RekognitionClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -144,9 +141,7 @@ export class DeleteFacesCommand extends $Command< * @public */ constructor(readonly input: DeleteFacesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -197,7 +192,4 @@ export class DeleteFacesCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteFacesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-rekognition/src/commands/DeleteProjectCommand.ts b/clients/client-rekognition/src/commands/DeleteProjectCommand.ts index 0d31ec98fbaa..4a9d6afa4c3c 100644 --- a/clients/client-rekognition/src/commands/DeleteProjectCommand.ts +++ b/clients/client-rekognition/src/commands/DeleteProjectCommand.ts @@ -117,9 +117,6 @@ export class DeleteProjectCommand extends $Command< DeleteProjectCommandOutput, RekognitionClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -133,9 +130,7 @@ export class DeleteProjectCommand extends $Command< * @public */ constructor(readonly input: DeleteProjectCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -186,7 +181,4 @@ export class DeleteProjectCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteProjectCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-rekognition/src/commands/DeleteProjectPolicyCommand.ts b/clients/client-rekognition/src/commands/DeleteProjectPolicyCommand.ts index 5b21a8b64cd8..592d7a62c187 100644 --- a/clients/client-rekognition/src/commands/DeleteProjectPolicyCommand.ts +++ b/clients/client-rekognition/src/commands/DeleteProjectPolicyCommand.ts @@ -111,9 +111,6 @@ export class DeleteProjectPolicyCommand extends $Command< DeleteProjectPolicyCommandOutput, RekognitionClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -127,9 +124,7 @@ export class DeleteProjectPolicyCommand extends $Command< * @public */ constructor(readonly input: DeleteProjectPolicyCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -182,7 +177,4 @@ export class DeleteProjectPolicyCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteProjectPolicyCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-rekognition/src/commands/DeleteProjectVersionCommand.ts b/clients/client-rekognition/src/commands/DeleteProjectVersionCommand.ts index e9d44bd8f0ae..08418b5b71d1 100644 --- a/clients/client-rekognition/src/commands/DeleteProjectVersionCommand.ts +++ b/clients/client-rekognition/src/commands/DeleteProjectVersionCommand.ts @@ -115,9 +115,6 @@ export class DeleteProjectVersionCommand extends $Command< DeleteProjectVersionCommandOutput, RekognitionClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -131,9 +128,7 @@ export class DeleteProjectVersionCommand extends $Command< * @public */ constructor(readonly input: DeleteProjectVersionCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -186,7 +181,4 @@ export class DeleteProjectVersionCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteProjectVersionCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-rekognition/src/commands/DeleteStreamProcessorCommand.ts b/clients/client-rekognition/src/commands/DeleteStreamProcessorCommand.ts index b5f75267ea5d..57ee8d19b9ed 100644 --- a/clients/client-rekognition/src/commands/DeleteStreamProcessorCommand.ts +++ b/clients/client-rekognition/src/commands/DeleteStreamProcessorCommand.ts @@ -92,9 +92,6 @@ export class DeleteStreamProcessorCommand extends $Command< DeleteStreamProcessorCommandOutput, RekognitionClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -108,9 +105,7 @@ export class DeleteStreamProcessorCommand extends $Command< * @public */ constructor(readonly input: DeleteStreamProcessorCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -163,7 +158,4 @@ export class DeleteStreamProcessorCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteStreamProcessorCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-rekognition/src/commands/DeleteUserCommand.ts b/clients/client-rekognition/src/commands/DeleteUserCommand.ts index fda9bbbf8c56..894469ce84f7 100644 --- a/clients/client-rekognition/src/commands/DeleteUserCommand.ts +++ b/clients/client-rekognition/src/commands/DeleteUserCommand.ts @@ -115,9 +115,6 @@ export class DeleteUserCommand extends $Command< DeleteUserCommandOutput, RekognitionClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -131,9 +128,7 @@ export class DeleteUserCommand extends $Command< * @public */ constructor(readonly input: DeleteUserCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -184,7 +179,4 @@ export class DeleteUserCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteUserCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-rekognition/src/commands/DescribeCollectionCommand.ts b/clients/client-rekognition/src/commands/DescribeCollectionCommand.ts index efa96a725472..b9b833aea74d 100644 --- a/clients/client-rekognition/src/commands/DescribeCollectionCommand.ts +++ b/clients/client-rekognition/src/commands/DescribeCollectionCommand.ts @@ -98,9 +98,6 @@ export class DescribeCollectionCommand extends $Command< DescribeCollectionCommandOutput, RekognitionClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -114,9 +111,7 @@ export class DescribeCollectionCommand extends $Command< * @public */ constructor(readonly input: DescribeCollectionCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -169,7 +164,4 @@ export class DescribeCollectionCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DescribeCollectionCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-rekognition/src/commands/DescribeDatasetCommand.ts b/clients/client-rekognition/src/commands/DescribeDatasetCommand.ts index 8a16f9f20463..ec907ee00da1 100644 --- a/clients/client-rekognition/src/commands/DescribeDatasetCommand.ts +++ b/clients/client-rekognition/src/commands/DescribeDatasetCommand.ts @@ -137,9 +137,6 @@ export class DescribeDatasetCommand extends $Command< DescribeDatasetCommandOutput, RekognitionClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -153,9 +150,7 @@ export class DescribeDatasetCommand extends $Command< * @public */ constructor(readonly input: DescribeDatasetCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -208,7 +203,4 @@ export class DescribeDatasetCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DescribeDatasetCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-rekognition/src/commands/DescribeProjectVersionsCommand.ts b/clients/client-rekognition/src/commands/DescribeProjectVersionsCommand.ts index a46201090d2d..3a05c3519fea 100644 --- a/clients/client-rekognition/src/commands/DescribeProjectVersionsCommand.ts +++ b/clients/client-rekognition/src/commands/DescribeProjectVersionsCommand.ts @@ -314,9 +314,6 @@ export class DescribeProjectVersionsCommand extends $Command< DescribeProjectVersionsCommandOutput, RekognitionClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -330,9 +327,7 @@ export class DescribeProjectVersionsCommand extends $Command< * @public */ constructor(readonly input: DescribeProjectVersionsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -385,7 +380,4 @@ export class DescribeProjectVersionsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DescribeProjectVersionsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-rekognition/src/commands/DescribeProjectsCommand.ts b/clients/client-rekognition/src/commands/DescribeProjectsCommand.ts index 28ffc6ef3599..c3ed4a3126e0 100644 --- a/clients/client-rekognition/src/commands/DescribeProjectsCommand.ts +++ b/clients/client-rekognition/src/commands/DescribeProjectsCommand.ts @@ -159,9 +159,6 @@ export class DescribeProjectsCommand extends $Command< DescribeProjectsCommandOutput, RekognitionClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -175,9 +172,7 @@ export class DescribeProjectsCommand extends $Command< * @public */ constructor(readonly input: DescribeProjectsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -230,7 +225,4 @@ export class DescribeProjectsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DescribeProjectsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-rekognition/src/commands/DescribeStreamProcessorCommand.ts b/clients/client-rekognition/src/commands/DescribeStreamProcessorCommand.ts index 07463924d318..78ac000b17cb 100644 --- a/clients/client-rekognition/src/commands/DescribeStreamProcessorCommand.ts +++ b/clients/client-rekognition/src/commands/DescribeStreamProcessorCommand.ts @@ -146,9 +146,6 @@ export class DescribeStreamProcessorCommand extends $Command< DescribeStreamProcessorCommandOutput, RekognitionClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -162,9 +159,7 @@ export class DescribeStreamProcessorCommand extends $Command< * @public */ constructor(readonly input: DescribeStreamProcessorCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -217,7 +212,4 @@ export class DescribeStreamProcessorCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DescribeStreamProcessorCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-rekognition/src/commands/DetectCustomLabelsCommand.ts b/clients/client-rekognition/src/commands/DetectCustomLabelsCommand.ts index 9682225e7037..514fc0f1ce0f 100644 --- a/clients/client-rekognition/src/commands/DetectCustomLabelsCommand.ts +++ b/clients/client-rekognition/src/commands/DetectCustomLabelsCommand.ts @@ -210,9 +210,6 @@ export class DetectCustomLabelsCommand extends $Command< DetectCustomLabelsCommandOutput, RekognitionClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -226,9 +223,7 @@ export class DetectCustomLabelsCommand extends $Command< * @public */ constructor(readonly input: DetectCustomLabelsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -281,7 +276,4 @@ export class DetectCustomLabelsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DetectCustomLabelsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-rekognition/src/commands/DetectFacesCommand.ts b/clients/client-rekognition/src/commands/DetectFacesCommand.ts index 08ea3ade6db1..9e00878d1ad9 100644 --- a/clients/client-rekognition/src/commands/DetectFacesCommand.ts +++ b/clients/client-rekognition/src/commands/DetectFacesCommand.ts @@ -273,9 +273,6 @@ export class DetectFacesCommand extends $Command< DetectFacesCommandOutput, RekognitionClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -289,9 +286,7 @@ export class DetectFacesCommand extends $Command< * @public */ constructor(readonly input: DetectFacesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -342,7 +337,4 @@ export class DetectFacesCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DetectFacesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-rekognition/src/commands/DetectLabelsCommand.ts b/clients/client-rekognition/src/commands/DetectLabelsCommand.ts index 70eefe1e39ee..4d21a1b02143 100644 --- a/clients/client-rekognition/src/commands/DetectLabelsCommand.ts +++ b/clients/client-rekognition/src/commands/DetectLabelsCommand.ts @@ -355,9 +355,6 @@ export class DetectLabelsCommand extends $Command< DetectLabelsCommandOutput, RekognitionClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -371,9 +368,7 @@ export class DetectLabelsCommand extends $Command< * @public */ constructor(readonly input: DetectLabelsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -424,7 +419,4 @@ export class DetectLabelsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DetectLabelsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-rekognition/src/commands/DetectModerationLabelsCommand.ts b/clients/client-rekognition/src/commands/DetectModerationLabelsCommand.ts index 21eb9a7a2ec5..0d611ef48617 100644 --- a/clients/client-rekognition/src/commands/DetectModerationLabelsCommand.ts +++ b/clients/client-rekognition/src/commands/DetectModerationLabelsCommand.ts @@ -157,9 +157,6 @@ export class DetectModerationLabelsCommand extends $Command< DetectModerationLabelsCommandOutput, RekognitionClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -173,9 +170,7 @@ export class DetectModerationLabelsCommand extends $Command< * @public */ constructor(readonly input: DetectModerationLabelsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -228,7 +223,4 @@ export class DetectModerationLabelsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DetectModerationLabelsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-rekognition/src/commands/DetectProtectiveEquipmentCommand.ts b/clients/client-rekognition/src/commands/DetectProtectiveEquipmentCommand.ts index da3bc6cded23..a8b9f369ca0f 100644 --- a/clients/client-rekognition/src/commands/DetectProtectiveEquipmentCommand.ts +++ b/clients/client-rekognition/src/commands/DetectProtectiveEquipmentCommand.ts @@ -193,9 +193,6 @@ export class DetectProtectiveEquipmentCommand extends $Command< DetectProtectiveEquipmentCommandOutput, RekognitionClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -209,9 +206,7 @@ export class DetectProtectiveEquipmentCommand extends $Command< * @public */ constructor(readonly input: DetectProtectiveEquipmentCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -267,7 +262,4 @@ export class DetectProtectiveEquipmentCommand extends $Command< ): Promise { return de_DetectProtectiveEquipmentCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-rekognition/src/commands/DetectTextCommand.ts b/clients/client-rekognition/src/commands/DetectTextCommand.ts index da0692bbb9a6..f0d08a84e7f9 100644 --- a/clients/client-rekognition/src/commands/DetectTextCommand.ts +++ b/clients/client-rekognition/src/commands/DetectTextCommand.ts @@ -174,9 +174,6 @@ export class DetectTextCommand extends $Command< DetectTextCommandOutput, RekognitionClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -190,9 +187,7 @@ export class DetectTextCommand extends $Command< * @public */ constructor(readonly input: DetectTextCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -243,7 +238,4 @@ export class DetectTextCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DetectTextCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-rekognition/src/commands/DisassociateFacesCommand.ts b/clients/client-rekognition/src/commands/DisassociateFacesCommand.ts index 32076f01794a..1c1529a7c545 100644 --- a/clients/client-rekognition/src/commands/DisassociateFacesCommand.ts +++ b/clients/client-rekognition/src/commands/DisassociateFacesCommand.ts @@ -160,9 +160,6 @@ export class DisassociateFacesCommand extends $Command< DisassociateFacesCommandOutput, RekognitionClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -176,9 +173,7 @@ export class DisassociateFacesCommand extends $Command< * @public */ constructor(readonly input: DisassociateFacesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -231,7 +226,4 @@ export class DisassociateFacesCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DisassociateFacesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-rekognition/src/commands/DistributeDatasetEntriesCommand.ts b/clients/client-rekognition/src/commands/DistributeDatasetEntriesCommand.ts index 889dabcfc3aa..4e4120f10a48 100644 --- a/clients/client-rekognition/src/commands/DistributeDatasetEntriesCommand.ts +++ b/clients/client-rekognition/src/commands/DistributeDatasetEntriesCommand.ts @@ -128,9 +128,6 @@ export class DistributeDatasetEntriesCommand extends $Command< DistributeDatasetEntriesCommandOutput, RekognitionClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -144,9 +141,7 @@ export class DistributeDatasetEntriesCommand extends $Command< * @public */ constructor(readonly input: DistributeDatasetEntriesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -199,7 +194,4 @@ export class DistributeDatasetEntriesCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DistributeDatasetEntriesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-rekognition/src/commands/GetCelebrityInfoCommand.ts b/clients/client-rekognition/src/commands/GetCelebrityInfoCommand.ts index f2840f5b2c5f..27c4433a7810 100644 --- a/clients/client-rekognition/src/commands/GetCelebrityInfoCommand.ts +++ b/clients/client-rekognition/src/commands/GetCelebrityInfoCommand.ts @@ -102,9 +102,6 @@ export class GetCelebrityInfoCommand extends $Command< GetCelebrityInfoCommandOutput, RekognitionClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -118,9 +115,7 @@ export class GetCelebrityInfoCommand extends $Command< * @public */ constructor(readonly input: GetCelebrityInfoCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -173,7 +168,4 @@ export class GetCelebrityInfoCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetCelebrityInfoCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-rekognition/src/commands/GetCelebrityRecognitionCommand.ts b/clients/client-rekognition/src/commands/GetCelebrityRecognitionCommand.ts index cadab89dffba..105108bd7234 100644 --- a/clients/client-rekognition/src/commands/GetCelebrityRecognitionCommand.ts +++ b/clients/client-rekognition/src/commands/GetCelebrityRecognitionCommand.ts @@ -252,9 +252,6 @@ export class GetCelebrityRecognitionCommand extends $Command< GetCelebrityRecognitionCommandOutput, RekognitionClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -268,9 +265,7 @@ export class GetCelebrityRecognitionCommand extends $Command< * @public */ constructor(readonly input: GetCelebrityRecognitionCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -323,7 +318,4 @@ export class GetCelebrityRecognitionCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetCelebrityRecognitionCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-rekognition/src/commands/GetContentModerationCommand.ts b/clients/client-rekognition/src/commands/GetContentModerationCommand.ts index 25748e66bb19..eea528788f95 100644 --- a/clients/client-rekognition/src/commands/GetContentModerationCommand.ts +++ b/clients/client-rekognition/src/commands/GetContentModerationCommand.ts @@ -161,9 +161,6 @@ export class GetContentModerationCommand extends $Command< GetContentModerationCommandOutput, RekognitionClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -177,9 +174,7 @@ export class GetContentModerationCommand extends $Command< * @public */ constructor(readonly input: GetContentModerationCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -232,7 +227,4 @@ export class GetContentModerationCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetContentModerationCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-rekognition/src/commands/GetFaceDetectionCommand.ts b/clients/client-rekognition/src/commands/GetFaceDetectionCommand.ts index a71f06697437..227d1e935067 100644 --- a/clients/client-rekognition/src/commands/GetFaceDetectionCommand.ts +++ b/clients/client-rekognition/src/commands/GetFaceDetectionCommand.ts @@ -210,9 +210,6 @@ export class GetFaceDetectionCommand extends $Command< GetFaceDetectionCommandOutput, RekognitionClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -226,9 +223,7 @@ export class GetFaceDetectionCommand extends $Command< * @public */ constructor(readonly input: GetFaceDetectionCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -281,7 +276,4 @@ export class GetFaceDetectionCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetFaceDetectionCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-rekognition/src/commands/GetFaceLivenessSessionResultsCommand.ts b/clients/client-rekognition/src/commands/GetFaceLivenessSessionResultsCommand.ts index e1a5a016de07..51eb38184af0 100644 --- a/clients/client-rekognition/src/commands/GetFaceLivenessSessionResultsCommand.ts +++ b/clients/client-rekognition/src/commands/GetFaceLivenessSessionResultsCommand.ts @@ -139,9 +139,6 @@ export class GetFaceLivenessSessionResultsCommand extends $Command< GetFaceLivenessSessionResultsCommandOutput, RekognitionClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -155,9 +152,7 @@ export class GetFaceLivenessSessionResultsCommand extends $Command< * @public */ constructor(readonly input: GetFaceLivenessSessionResultsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -213,7 +208,4 @@ export class GetFaceLivenessSessionResultsCommand extends $Command< ): Promise { return de_GetFaceLivenessSessionResultsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-rekognition/src/commands/GetFaceSearchCommand.ts b/clients/client-rekognition/src/commands/GetFaceSearchCommand.ts index 894ee529eed1..d334735bd41d 100644 --- a/clients/client-rekognition/src/commands/GetFaceSearchCommand.ts +++ b/clients/client-rekognition/src/commands/GetFaceSearchCommand.ts @@ -248,9 +248,6 @@ export class GetFaceSearchCommand extends $Command< GetFaceSearchCommandOutput, RekognitionClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -264,9 +261,7 @@ export class GetFaceSearchCommand extends $Command< * @public */ constructor(readonly input: GetFaceSearchCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -317,7 +312,4 @@ export class GetFaceSearchCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetFaceSearchCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-rekognition/src/commands/GetLabelDetectionCommand.ts b/clients/client-rekognition/src/commands/GetLabelDetectionCommand.ts index 09bb96f52f51..4e6396bfef56 100644 --- a/clients/client-rekognition/src/commands/GetLabelDetectionCommand.ts +++ b/clients/client-rekognition/src/commands/GetLabelDetectionCommand.ts @@ -236,9 +236,6 @@ export class GetLabelDetectionCommand extends $Command< GetLabelDetectionCommandOutput, RekognitionClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -252,9 +249,7 @@ export class GetLabelDetectionCommand extends $Command< * @public */ constructor(readonly input: GetLabelDetectionCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -307,7 +302,4 @@ export class GetLabelDetectionCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetLabelDetectionCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-rekognition/src/commands/GetMediaAnalysisJobCommand.ts b/clients/client-rekognition/src/commands/GetMediaAnalysisJobCommand.ts index 0f4e6270af19..efc59fc5bea7 100644 --- a/clients/client-rekognition/src/commands/GetMediaAnalysisJobCommand.ts +++ b/clients/client-rekognition/src/commands/GetMediaAnalysisJobCommand.ts @@ -179,9 +179,6 @@ export class GetMediaAnalysisJobCommand extends $Command< GetMediaAnalysisJobCommandOutput, RekognitionClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -195,9 +192,7 @@ export class GetMediaAnalysisJobCommand extends $Command< * @public */ constructor(readonly input: GetMediaAnalysisJobCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -250,7 +245,4 @@ export class GetMediaAnalysisJobCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetMediaAnalysisJobCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-rekognition/src/commands/GetPersonTrackingCommand.ts b/clients/client-rekognition/src/commands/GetPersonTrackingCommand.ts index 8cf61b108758..ede2d3d76eae 100644 --- a/clients/client-rekognition/src/commands/GetPersonTrackingCommand.ts +++ b/clients/client-rekognition/src/commands/GetPersonTrackingCommand.ts @@ -230,9 +230,6 @@ export class GetPersonTrackingCommand extends $Command< GetPersonTrackingCommandOutput, RekognitionClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -246,9 +243,7 @@ export class GetPersonTrackingCommand extends $Command< * @public */ constructor(readonly input: GetPersonTrackingCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -301,7 +296,4 @@ export class GetPersonTrackingCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetPersonTrackingCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-rekognition/src/commands/GetSegmentDetectionCommand.ts b/clients/client-rekognition/src/commands/GetSegmentDetectionCommand.ts index a1919049c8b9..7f9bfb0112f8 100644 --- a/clients/client-rekognition/src/commands/GetSegmentDetectionCommand.ts +++ b/clients/client-rekognition/src/commands/GetSegmentDetectionCommand.ts @@ -174,9 +174,6 @@ export class GetSegmentDetectionCommand extends $Command< GetSegmentDetectionCommandOutput, RekognitionClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -190,9 +187,7 @@ export class GetSegmentDetectionCommand extends $Command< * @public */ constructor(readonly input: GetSegmentDetectionCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -245,7 +240,4 @@ export class GetSegmentDetectionCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetSegmentDetectionCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-rekognition/src/commands/GetTextDetectionCommand.ts b/clients/client-rekognition/src/commands/GetTextDetectionCommand.ts index 01dc2b0a3c2f..e850229c8a58 100644 --- a/clients/client-rekognition/src/commands/GetTextDetectionCommand.ts +++ b/clients/client-rekognition/src/commands/GetTextDetectionCommand.ts @@ -160,9 +160,6 @@ export class GetTextDetectionCommand extends $Command< GetTextDetectionCommandOutput, RekognitionClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -176,9 +173,7 @@ export class GetTextDetectionCommand extends $Command< * @public */ constructor(readonly input: GetTextDetectionCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -231,7 +226,4 @@ export class GetTextDetectionCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetTextDetectionCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-rekognition/src/commands/IndexFacesCommand.ts b/clients/client-rekognition/src/commands/IndexFacesCommand.ts index bea944473ed5..40368cff38c2 100644 --- a/clients/client-rekognition/src/commands/IndexFacesCommand.ts +++ b/clients/client-rekognition/src/commands/IndexFacesCommand.ts @@ -533,9 +533,6 @@ export class IndexFacesCommand extends $Command< IndexFacesCommandOutput, RekognitionClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -549,9 +546,7 @@ export class IndexFacesCommand extends $Command< * @public */ constructor(readonly input: IndexFacesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -602,7 +597,4 @@ export class IndexFacesCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_IndexFacesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-rekognition/src/commands/ListCollectionsCommand.ts b/clients/client-rekognition/src/commands/ListCollectionsCommand.ts index cdcbb948ad37..336540c33e93 100644 --- a/clients/client-rekognition/src/commands/ListCollectionsCommand.ts +++ b/clients/client-rekognition/src/commands/ListCollectionsCommand.ts @@ -122,9 +122,6 @@ export class ListCollectionsCommand extends $Command< ListCollectionsCommandOutput, RekognitionClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -138,9 +135,7 @@ export class ListCollectionsCommand extends $Command< * @public */ constructor(readonly input: ListCollectionsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -193,7 +188,4 @@ export class ListCollectionsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListCollectionsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-rekognition/src/commands/ListDatasetEntriesCommand.ts b/clients/client-rekognition/src/commands/ListDatasetEntriesCommand.ts index 7789dd17f69a..58acdb58944a 100644 --- a/clients/client-rekognition/src/commands/ListDatasetEntriesCommand.ts +++ b/clients/client-rekognition/src/commands/ListDatasetEntriesCommand.ts @@ -155,9 +155,6 @@ export class ListDatasetEntriesCommand extends $Command< ListDatasetEntriesCommandOutput, RekognitionClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -171,9 +168,7 @@ export class ListDatasetEntriesCommand extends $Command< * @public */ constructor(readonly input: ListDatasetEntriesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -226,7 +221,4 @@ export class ListDatasetEntriesCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListDatasetEntriesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-rekognition/src/commands/ListDatasetLabelsCommand.ts b/clients/client-rekognition/src/commands/ListDatasetLabelsCommand.ts index 864b124de24a..476c127d2ccd 100644 --- a/clients/client-rekognition/src/commands/ListDatasetLabelsCommand.ts +++ b/clients/client-rekognition/src/commands/ListDatasetLabelsCommand.ts @@ -157,9 +157,6 @@ export class ListDatasetLabelsCommand extends $Command< ListDatasetLabelsCommandOutput, RekognitionClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -173,9 +170,7 @@ export class ListDatasetLabelsCommand extends $Command< * @public */ constructor(readonly input: ListDatasetLabelsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -228,7 +223,4 @@ export class ListDatasetLabelsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListDatasetLabelsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-rekognition/src/commands/ListFacesCommand.ts b/clients/client-rekognition/src/commands/ListFacesCommand.ts index 54d86e6d466b..70f7f21f90ae 100644 --- a/clients/client-rekognition/src/commands/ListFacesCommand.ts +++ b/clients/client-rekognition/src/commands/ListFacesCommand.ts @@ -177,9 +177,6 @@ export class ListFacesCommand extends $Command< ListFacesCommandOutput, RekognitionClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -193,9 +190,7 @@ export class ListFacesCommand extends $Command< * @public */ constructor(readonly input: ListFacesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -246,7 +241,4 @@ export class ListFacesCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListFacesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-rekognition/src/commands/ListMediaAnalysisJobsCommand.ts b/clients/client-rekognition/src/commands/ListMediaAnalysisJobsCommand.ts index 73364e04bafb..7e15a7a6bad9 100644 --- a/clients/client-rekognition/src/commands/ListMediaAnalysisJobsCommand.ts +++ b/clients/client-rekognition/src/commands/ListMediaAnalysisJobsCommand.ts @@ -188,9 +188,6 @@ export class ListMediaAnalysisJobsCommand extends $Command< ListMediaAnalysisJobsCommandOutput, RekognitionClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -204,9 +201,7 @@ export class ListMediaAnalysisJobsCommand extends $Command< * @public */ constructor(readonly input: ListMediaAnalysisJobsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -259,7 +254,4 @@ export class ListMediaAnalysisJobsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListMediaAnalysisJobsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-rekognition/src/commands/ListProjectPoliciesCommand.ts b/clients/client-rekognition/src/commands/ListProjectPoliciesCommand.ts index eacee753420e..1b88779a6bd5 100644 --- a/clients/client-rekognition/src/commands/ListProjectPoliciesCommand.ts +++ b/clients/client-rekognition/src/commands/ListProjectPoliciesCommand.ts @@ -138,9 +138,6 @@ export class ListProjectPoliciesCommand extends $Command< ListProjectPoliciesCommandOutput, RekognitionClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -154,9 +151,7 @@ export class ListProjectPoliciesCommand extends $Command< * @public */ constructor(readonly input: ListProjectPoliciesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -209,7 +204,4 @@ export class ListProjectPoliciesCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListProjectPoliciesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-rekognition/src/commands/ListStreamProcessorsCommand.ts b/clients/client-rekognition/src/commands/ListStreamProcessorsCommand.ts index 2cee230b8a4e..1d63d5033b56 100644 --- a/clients/client-rekognition/src/commands/ListStreamProcessorsCommand.ts +++ b/clients/client-rekognition/src/commands/ListStreamProcessorsCommand.ts @@ -97,9 +97,6 @@ export class ListStreamProcessorsCommand extends $Command< ListStreamProcessorsCommandOutput, RekognitionClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -113,9 +110,7 @@ export class ListStreamProcessorsCommand extends $Command< * @public */ constructor(readonly input: ListStreamProcessorsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -168,7 +163,4 @@ export class ListStreamProcessorsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListStreamProcessorsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-rekognition/src/commands/ListTagsForResourceCommand.ts b/clients/client-rekognition/src/commands/ListTagsForResourceCommand.ts index b339efaa1bc6..16c3b1e14afe 100644 --- a/clients/client-rekognition/src/commands/ListTagsForResourceCommand.ts +++ b/clients/client-rekognition/src/commands/ListTagsForResourceCommand.ts @@ -95,9 +95,6 @@ export class ListTagsForResourceCommand extends $Command< ListTagsForResourceCommandOutput, RekognitionClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -111,9 +108,7 @@ export class ListTagsForResourceCommand extends $Command< * @public */ constructor(readonly input: ListTagsForResourceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -166,7 +161,4 @@ export class ListTagsForResourceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListTagsForResourceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-rekognition/src/commands/ListUsersCommand.ts b/clients/client-rekognition/src/commands/ListUsersCommand.ts index 2f91b4fec045..9eb50369c318 100644 --- a/clients/client-rekognition/src/commands/ListUsersCommand.ts +++ b/clients/client-rekognition/src/commands/ListUsersCommand.ts @@ -131,9 +131,6 @@ export class ListUsersCommand extends $Command< ListUsersCommandOutput, RekognitionClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -147,9 +144,7 @@ export class ListUsersCommand extends $Command< * @public */ constructor(readonly input: ListUsersCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -200,7 +195,4 @@ export class ListUsersCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListUsersCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-rekognition/src/commands/PutProjectPolicyCommand.ts b/clients/client-rekognition/src/commands/PutProjectPolicyCommand.ts index 7ea120a272b7..cf4d97fca187 100644 --- a/clients/client-rekognition/src/commands/PutProjectPolicyCommand.ts +++ b/clients/client-rekognition/src/commands/PutProjectPolicyCommand.ts @@ -151,9 +151,6 @@ export class PutProjectPolicyCommand extends $Command< PutProjectPolicyCommandOutput, RekognitionClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -167,9 +164,7 @@ export class PutProjectPolicyCommand extends $Command< * @public */ constructor(readonly input: PutProjectPolicyCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -222,7 +217,4 @@ export class PutProjectPolicyCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_PutProjectPolicyCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-rekognition/src/commands/RecognizeCelebritiesCommand.ts b/clients/client-rekognition/src/commands/RecognizeCelebritiesCommand.ts index 1d448c411f23..08a55162d577 100644 --- a/clients/client-rekognition/src/commands/RecognizeCelebritiesCommand.ts +++ b/clients/client-rekognition/src/commands/RecognizeCelebritiesCommand.ts @@ -217,9 +217,6 @@ export class RecognizeCelebritiesCommand extends $Command< RecognizeCelebritiesCommandOutput, RekognitionClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -233,9 +230,7 @@ export class RecognizeCelebritiesCommand extends $Command< * @public */ constructor(readonly input: RecognizeCelebritiesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -288,7 +283,4 @@ export class RecognizeCelebritiesCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_RecognizeCelebritiesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-rekognition/src/commands/SearchFacesByImageCommand.ts b/clients/client-rekognition/src/commands/SearchFacesByImageCommand.ts index 43d941d67c49..e41ce517fd37 100644 --- a/clients/client-rekognition/src/commands/SearchFacesByImageCommand.ts +++ b/clients/client-rekognition/src/commands/SearchFacesByImageCommand.ts @@ -221,9 +221,6 @@ export class SearchFacesByImageCommand extends $Command< SearchFacesByImageCommandOutput, RekognitionClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -237,9 +234,7 @@ export class SearchFacesByImageCommand extends $Command< * @public */ constructor(readonly input: SearchFacesByImageCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -292,7 +287,4 @@ export class SearchFacesByImageCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_SearchFacesByImageCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-rekognition/src/commands/SearchFacesCommand.ts b/clients/client-rekognition/src/commands/SearchFacesCommand.ts index eb7f1d46a069..7c0c6a542f6f 100644 --- a/clients/client-rekognition/src/commands/SearchFacesCommand.ts +++ b/clients/client-rekognition/src/commands/SearchFacesCommand.ts @@ -191,9 +191,6 @@ export class SearchFacesCommand extends $Command< SearchFacesCommandOutput, RekognitionClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -207,9 +204,7 @@ export class SearchFacesCommand extends $Command< * @public */ constructor(readonly input: SearchFacesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -260,7 +255,4 @@ export class SearchFacesCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_SearchFacesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-rekognition/src/commands/SearchUsersByImageCommand.ts b/clients/client-rekognition/src/commands/SearchUsersByImageCommand.ts index 5b76b514f1e0..bd4e5a9b4f62 100644 --- a/clients/client-rekognition/src/commands/SearchUsersByImageCommand.ts +++ b/clients/client-rekognition/src/commands/SearchUsersByImageCommand.ts @@ -363,9 +363,6 @@ export class SearchUsersByImageCommand extends $Command< SearchUsersByImageCommandOutput, RekognitionClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -379,9 +376,7 @@ export class SearchUsersByImageCommand extends $Command< * @public */ constructor(readonly input: SearchUsersByImageCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -434,7 +429,4 @@ export class SearchUsersByImageCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_SearchUsersByImageCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-rekognition/src/commands/SearchUsersCommand.ts b/clients/client-rekognition/src/commands/SearchUsersCommand.ts index 67486f4e5360..59bcda886e72 100644 --- a/clients/client-rekognition/src/commands/SearchUsersCommand.ts +++ b/clients/client-rekognition/src/commands/SearchUsersCommand.ts @@ -145,9 +145,6 @@ export class SearchUsersCommand extends $Command< SearchUsersCommandOutput, RekognitionClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -161,9 +158,7 @@ export class SearchUsersCommand extends $Command< * @public */ constructor(readonly input: SearchUsersCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -214,7 +209,4 @@ export class SearchUsersCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_SearchUsersCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-rekognition/src/commands/StartCelebrityRecognitionCommand.ts b/clients/client-rekognition/src/commands/StartCelebrityRecognitionCommand.ts index 1bdc9d461656..5e3a0a26a9ce 100644 --- a/clients/client-rekognition/src/commands/StartCelebrityRecognitionCommand.ts +++ b/clients/client-rekognition/src/commands/StartCelebrityRecognitionCommand.ts @@ -127,9 +127,6 @@ export class StartCelebrityRecognitionCommand extends $Command< StartCelebrityRecognitionCommandOutput, RekognitionClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -143,9 +140,7 @@ export class StartCelebrityRecognitionCommand extends $Command< * @public */ constructor(readonly input: StartCelebrityRecognitionCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -201,7 +196,4 @@ export class StartCelebrityRecognitionCommand extends $Command< ): Promise { return de_StartCelebrityRecognitionCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-rekognition/src/commands/StartContentModerationCommand.ts b/clients/client-rekognition/src/commands/StartContentModerationCommand.ts index 3fda28ebbadc..1de3c2b7fdf6 100644 --- a/clients/client-rekognition/src/commands/StartContentModerationCommand.ts +++ b/clients/client-rekognition/src/commands/StartContentModerationCommand.ts @@ -128,9 +128,6 @@ export class StartContentModerationCommand extends $Command< StartContentModerationCommandOutput, RekognitionClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -144,9 +141,7 @@ export class StartContentModerationCommand extends $Command< * @public */ constructor(readonly input: StartContentModerationCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -199,7 +194,4 @@ export class StartContentModerationCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_StartContentModerationCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-rekognition/src/commands/StartFaceDetectionCommand.ts b/clients/client-rekognition/src/commands/StartFaceDetectionCommand.ts index 6650eee14bfe..ed4bbc949a33 100644 --- a/clients/client-rekognition/src/commands/StartFaceDetectionCommand.ts +++ b/clients/client-rekognition/src/commands/StartFaceDetectionCommand.ts @@ -129,9 +129,6 @@ export class StartFaceDetectionCommand extends $Command< StartFaceDetectionCommandOutput, RekognitionClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -145,9 +142,7 @@ export class StartFaceDetectionCommand extends $Command< * @public */ constructor(readonly input: StartFaceDetectionCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -200,7 +195,4 @@ export class StartFaceDetectionCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_StartFaceDetectionCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-rekognition/src/commands/StartFaceSearchCommand.ts b/clients/client-rekognition/src/commands/StartFaceSearchCommand.ts index 8e506b6f8071..a8418bccd2a2 100644 --- a/clients/client-rekognition/src/commands/StartFaceSearchCommand.ts +++ b/clients/client-rekognition/src/commands/StartFaceSearchCommand.ts @@ -132,9 +132,6 @@ export class StartFaceSearchCommand extends $Command< StartFaceSearchCommandOutput, RekognitionClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -148,9 +145,7 @@ export class StartFaceSearchCommand extends $Command< * @public */ constructor(readonly input: StartFaceSearchCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -203,7 +198,4 @@ export class StartFaceSearchCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_StartFaceSearchCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-rekognition/src/commands/StartLabelDetectionCommand.ts b/clients/client-rekognition/src/commands/StartLabelDetectionCommand.ts index a46da47243e4..958021d1a38a 100644 --- a/clients/client-rekognition/src/commands/StartLabelDetectionCommand.ts +++ b/clients/client-rekognition/src/commands/StartLabelDetectionCommand.ts @@ -161,9 +161,6 @@ export class StartLabelDetectionCommand extends $Command< StartLabelDetectionCommandOutput, RekognitionClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -177,9 +174,7 @@ export class StartLabelDetectionCommand extends $Command< * @public */ constructor(readonly input: StartLabelDetectionCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -232,7 +227,4 @@ export class StartLabelDetectionCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_StartLabelDetectionCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-rekognition/src/commands/StartMediaAnalysisJobCommand.ts b/clients/client-rekognition/src/commands/StartMediaAnalysisJobCommand.ts index d1af3c57171c..512435845a7f 100644 --- a/clients/client-rekognition/src/commands/StartMediaAnalysisJobCommand.ts +++ b/clients/client-rekognition/src/commands/StartMediaAnalysisJobCommand.ts @@ -164,9 +164,6 @@ export class StartMediaAnalysisJobCommand extends $Command< StartMediaAnalysisJobCommandOutput, RekognitionClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -180,9 +177,7 @@ export class StartMediaAnalysisJobCommand extends $Command< * @public */ constructor(readonly input: StartMediaAnalysisJobCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -235,7 +230,4 @@ export class StartMediaAnalysisJobCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_StartMediaAnalysisJobCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-rekognition/src/commands/StartPersonTrackingCommand.ts b/clients/client-rekognition/src/commands/StartPersonTrackingCommand.ts index 2598736987d9..f5079f1514db 100644 --- a/clients/client-rekognition/src/commands/StartPersonTrackingCommand.ts +++ b/clients/client-rekognition/src/commands/StartPersonTrackingCommand.ts @@ -125,9 +125,6 @@ export class StartPersonTrackingCommand extends $Command< StartPersonTrackingCommandOutput, RekognitionClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -141,9 +138,7 @@ export class StartPersonTrackingCommand extends $Command< * @public */ constructor(readonly input: StartPersonTrackingCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -196,7 +191,4 @@ export class StartPersonTrackingCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_StartPersonTrackingCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-rekognition/src/commands/StartProjectVersionCommand.ts b/clients/client-rekognition/src/commands/StartProjectVersionCommand.ts index 638e88b8281c..0d273e0f63fe 100644 --- a/clients/client-rekognition/src/commands/StartProjectVersionCommand.ts +++ b/clients/client-rekognition/src/commands/StartProjectVersionCommand.ts @@ -132,9 +132,6 @@ export class StartProjectVersionCommand extends $Command< StartProjectVersionCommandOutput, RekognitionClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -148,9 +145,7 @@ export class StartProjectVersionCommand extends $Command< * @public */ constructor(readonly input: StartProjectVersionCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -203,7 +198,4 @@ export class StartProjectVersionCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_StartProjectVersionCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-rekognition/src/commands/StartSegmentDetectionCommand.ts b/clients/client-rekognition/src/commands/StartSegmentDetectionCommand.ts index 95bcd17d4133..03360401434e 100644 --- a/clients/client-rekognition/src/commands/StartSegmentDetectionCommand.ts +++ b/clients/client-rekognition/src/commands/StartSegmentDetectionCommand.ts @@ -145,9 +145,6 @@ export class StartSegmentDetectionCommand extends $Command< StartSegmentDetectionCommandOutput, RekognitionClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -161,9 +158,7 @@ export class StartSegmentDetectionCommand extends $Command< * @public */ constructor(readonly input: StartSegmentDetectionCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -216,7 +211,4 @@ export class StartSegmentDetectionCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_StartSegmentDetectionCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-rekognition/src/commands/StartStreamProcessorCommand.ts b/clients/client-rekognition/src/commands/StartStreamProcessorCommand.ts index 25bfab54aad0..ef330b0dfcd6 100644 --- a/clients/client-rekognition/src/commands/StartStreamProcessorCommand.ts +++ b/clients/client-rekognition/src/commands/StartStreamProcessorCommand.ts @@ -105,9 +105,6 @@ export class StartStreamProcessorCommand extends $Command< StartStreamProcessorCommandOutput, RekognitionClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -121,9 +118,7 @@ export class StartStreamProcessorCommand extends $Command< * @public */ constructor(readonly input: StartStreamProcessorCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -176,7 +171,4 @@ export class StartStreamProcessorCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_StartStreamProcessorCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-rekognition/src/commands/StartTextDetectionCommand.ts b/clients/client-rekognition/src/commands/StartTextDetectionCommand.ts index 796fd83deac0..2116fb498787 100644 --- a/clients/client-rekognition/src/commands/StartTextDetectionCommand.ts +++ b/clients/client-rekognition/src/commands/StartTextDetectionCommand.ts @@ -147,9 +147,6 @@ export class StartTextDetectionCommand extends $Command< StartTextDetectionCommandOutput, RekognitionClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -163,9 +160,7 @@ export class StartTextDetectionCommand extends $Command< * @public */ constructor(readonly input: StartTextDetectionCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -218,7 +213,4 @@ export class StartTextDetectionCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_StartTextDetectionCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-rekognition/src/commands/StopProjectVersionCommand.ts b/clients/client-rekognition/src/commands/StopProjectVersionCommand.ts index e30fe67c50dd..d4076c55d294 100644 --- a/clients/client-rekognition/src/commands/StopProjectVersionCommand.ts +++ b/clients/client-rekognition/src/commands/StopProjectVersionCommand.ts @@ -115,9 +115,6 @@ export class StopProjectVersionCommand extends $Command< StopProjectVersionCommandOutput, RekognitionClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -131,9 +128,7 @@ export class StopProjectVersionCommand extends $Command< * @public */ constructor(readonly input: StopProjectVersionCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -186,7 +181,4 @@ export class StopProjectVersionCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_StopProjectVersionCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-rekognition/src/commands/StopStreamProcessorCommand.ts b/clients/client-rekognition/src/commands/StopStreamProcessorCommand.ts index 8f0664aadca2..5075dc91db25 100644 --- a/clients/client-rekognition/src/commands/StopStreamProcessorCommand.ts +++ b/clients/client-rekognition/src/commands/StopStreamProcessorCommand.ts @@ -91,9 +91,6 @@ export class StopStreamProcessorCommand extends $Command< StopStreamProcessorCommandOutput, RekognitionClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -107,9 +104,7 @@ export class StopStreamProcessorCommand extends $Command< * @public */ constructor(readonly input: StopStreamProcessorCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -162,7 +157,4 @@ export class StopStreamProcessorCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_StopStreamProcessorCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-rekognition/src/commands/TagResourceCommand.ts b/clients/client-rekognition/src/commands/TagResourceCommand.ts index 944a4f872948..b5de30d3c967 100644 --- a/clients/client-rekognition/src/commands/TagResourceCommand.ts +++ b/clients/client-rekognition/src/commands/TagResourceCommand.ts @@ -100,9 +100,6 @@ export class TagResourceCommand extends $Command< TagResourceCommandOutput, RekognitionClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -116,9 +113,7 @@ export class TagResourceCommand extends $Command< * @public */ constructor(readonly input: TagResourceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -169,7 +164,4 @@ export class TagResourceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_TagResourceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-rekognition/src/commands/UntagResourceCommand.ts b/clients/client-rekognition/src/commands/UntagResourceCommand.ts index 80e5947f55c9..51fa53c6f0b7 100644 --- a/clients/client-rekognition/src/commands/UntagResourceCommand.ts +++ b/clients/client-rekognition/src/commands/UntagResourceCommand.ts @@ -94,9 +94,6 @@ export class UntagResourceCommand extends $Command< UntagResourceCommandOutput, RekognitionClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -110,9 +107,7 @@ export class UntagResourceCommand extends $Command< * @public */ constructor(readonly input: UntagResourceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -163,7 +158,4 @@ export class UntagResourceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UntagResourceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-rekognition/src/commands/UpdateDatasetEntriesCommand.ts b/clients/client-rekognition/src/commands/UpdateDatasetEntriesCommand.ts index 34d3f580088f..683d17b9a395 100644 --- a/clients/client-rekognition/src/commands/UpdateDatasetEntriesCommand.ts +++ b/clients/client-rekognition/src/commands/UpdateDatasetEntriesCommand.ts @@ -139,9 +139,6 @@ export class UpdateDatasetEntriesCommand extends $Command< UpdateDatasetEntriesCommandOutput, RekognitionClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -155,9 +152,7 @@ export class UpdateDatasetEntriesCommand extends $Command< * @public */ constructor(readonly input: UpdateDatasetEntriesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -210,7 +205,4 @@ export class UpdateDatasetEntriesCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdateDatasetEntriesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-rekognition/src/commands/UpdateStreamProcessorCommand.ts b/clients/client-rekognition/src/commands/UpdateStreamProcessorCommand.ts index 3d39c3877e06..ffd26d2679bb 100644 --- a/clients/client-rekognition/src/commands/UpdateStreamProcessorCommand.ts +++ b/clients/client-rekognition/src/commands/UpdateStreamProcessorCommand.ts @@ -123,9 +123,6 @@ export class UpdateStreamProcessorCommand extends $Command< UpdateStreamProcessorCommandOutput, RekognitionClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -139,9 +136,7 @@ export class UpdateStreamProcessorCommand extends $Command< * @public */ constructor(readonly input: UpdateStreamProcessorCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -194,7 +189,4 @@ export class UpdateStreamProcessorCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdateStreamProcessorCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-rekognitionstreaming/package.json b/clients/client-rekognitionstreaming/package.json index edd7d8235701..74400c33df31 100644 --- a/clients/client-rekognitionstreaming/package.json +++ b/clients/client-rekognitionstreaming/package.json @@ -37,32 +37,32 @@ "@aws-sdk/util-endpoints": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@smithy/config-resolver": "^2.0.16", - "@smithy/eventstream-serde-browser": "^2.0.12", - "@smithy/eventstream-serde-config-resolver": "^2.0.12", - "@smithy/eventstream-serde-node": "^2.0.12", - "@smithy/fetch-http-handler": "^2.2.4", - "@smithy/hash-node": "^2.0.12", - "@smithy/invalid-dependency": "^2.0.12", - "@smithy/middleware-content-length": "^2.0.14", - "@smithy/middleware-endpoint": "^2.1.3", - "@smithy/middleware-retry": "^2.0.18", - "@smithy/middleware-serde": "^2.0.12", - "@smithy/middleware-stack": "^2.0.6", - "@smithy/node-config-provider": "^2.1.3", - "@smithy/node-http-handler": "^2.1.8", - "@smithy/protocol-http": "^3.0.8", - "@smithy/smithy-client": "^2.1.12", - "@smithy/types": "^2.4.0", - "@smithy/url-parser": "^2.0.12", - "@smithy/util-base64": "^2.0.0", + "@smithy/config-resolver": "^2.0.18", + "@smithy/eventstream-serde-browser": "^2.0.13", + "@smithy/eventstream-serde-config-resolver": "^2.0.13", + "@smithy/eventstream-serde-node": "^2.0.13", + "@smithy/fetch-http-handler": "^2.2.6", + "@smithy/hash-node": "^2.0.15", + "@smithy/invalid-dependency": "^2.0.13", + "@smithy/middleware-content-length": "^2.0.15", + "@smithy/middleware-endpoint": "^2.2.0", + "@smithy/middleware-retry": "^2.0.20", + "@smithy/middleware-serde": "^2.0.13", + "@smithy/middleware-stack": "^2.0.7", + "@smithy/node-config-provider": "^2.1.5", + "@smithy/node-http-handler": "^2.1.9", + "@smithy/protocol-http": "^3.0.9", + "@smithy/smithy-client": "^2.1.15", + "@smithy/types": "^2.5.0", + "@smithy/url-parser": "^2.0.13", + "@smithy/util-base64": "^2.0.1", "@smithy/util-body-length-browser": "^2.0.0", "@smithy/util-body-length-node": "^2.1.0", - "@smithy/util-defaults-mode-browser": "^2.0.16", - "@smithy/util-defaults-mode-node": "^2.0.21", - "@smithy/util-endpoints": "^1.0.2", - "@smithy/util-retry": "^2.0.5", - "@smithy/util-utf8": "^2.0.0", + "@smithy/util-defaults-mode-browser": "^2.0.19", + "@smithy/util-defaults-mode-node": "^2.0.25", + "@smithy/util-endpoints": "^1.0.4", + "@smithy/util-retry": "^2.0.6", + "@smithy/util-utf8": "^2.0.2", "tslib": "^2.5.0" }, "devDependencies": { diff --git a/clients/client-rekognitionstreaming/src/commands/StartFaceLivenessSessionCommand.ts b/clients/client-rekognitionstreaming/src/commands/StartFaceLivenessSessionCommand.ts index 793f1b1f2647..a494867b4bb5 100644 --- a/clients/client-rekognitionstreaming/src/commands/StartFaceLivenessSessionCommand.ts +++ b/clients/client-rekognitionstreaming/src/commands/StartFaceLivenessSessionCommand.ts @@ -233,9 +233,6 @@ export class StartFaceLivenessSessionCommand extends $Command< StartFaceLivenessSessionCommandOutput, RekognitionStreamingClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -249,9 +246,7 @@ export class StartFaceLivenessSessionCommand extends $Command< * @public */ constructor(readonly input: StartFaceLivenessSessionCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -314,7 +309,4 @@ export class StartFaceLivenessSessionCommand extends $Command< ): Promise { return de_StartFaceLivenessSessionCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-resiliencehub/package.json b/clients/client-resiliencehub/package.json index fc0a3ee93f92..ac66fae18f3c 100644 --- a/clients/client-resiliencehub/package.json +++ b/clients/client-resiliencehub/package.json @@ -34,29 +34,29 @@ "@aws-sdk/util-endpoints": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@smithy/config-resolver": "^2.0.16", - "@smithy/fetch-http-handler": "^2.2.4", - "@smithy/hash-node": "^2.0.12", - "@smithy/invalid-dependency": "^2.0.12", - "@smithy/middleware-content-length": "^2.0.14", - "@smithy/middleware-endpoint": "^2.1.3", - "@smithy/middleware-retry": "^2.0.18", - "@smithy/middleware-serde": "^2.0.12", - "@smithy/middleware-stack": "^2.0.6", - "@smithy/node-config-provider": "^2.1.3", - "@smithy/node-http-handler": "^2.1.8", - "@smithy/protocol-http": "^3.0.8", - "@smithy/smithy-client": "^2.1.12", - "@smithy/types": "^2.4.0", - "@smithy/url-parser": "^2.0.12", - "@smithy/util-base64": "^2.0.0", + "@smithy/config-resolver": "^2.0.18", + "@smithy/fetch-http-handler": "^2.2.6", + "@smithy/hash-node": "^2.0.15", + "@smithy/invalid-dependency": "^2.0.13", + "@smithy/middleware-content-length": "^2.0.15", + "@smithy/middleware-endpoint": "^2.2.0", + "@smithy/middleware-retry": "^2.0.20", + "@smithy/middleware-serde": "^2.0.13", + "@smithy/middleware-stack": "^2.0.7", + "@smithy/node-config-provider": "^2.1.5", + "@smithy/node-http-handler": "^2.1.9", + "@smithy/protocol-http": "^3.0.9", + "@smithy/smithy-client": "^2.1.15", + "@smithy/types": "^2.5.0", + "@smithy/url-parser": "^2.0.13", + "@smithy/util-base64": "^2.0.1", "@smithy/util-body-length-browser": "^2.0.0", "@smithy/util-body-length-node": "^2.1.0", - "@smithy/util-defaults-mode-browser": "^2.0.16", - "@smithy/util-defaults-mode-node": "^2.0.21", - "@smithy/util-endpoints": "^1.0.2", - "@smithy/util-retry": "^2.0.5", - "@smithy/util-utf8": "^2.0.0", + "@smithy/util-defaults-mode-browser": "^2.0.19", + "@smithy/util-defaults-mode-node": "^2.0.25", + "@smithy/util-endpoints": "^1.0.4", + "@smithy/util-retry": "^2.0.6", + "@smithy/util-utf8": "^2.0.2", "tslib": "^2.5.0", "uuid": "^8.3.2" }, diff --git a/clients/client-resiliencehub/src/commands/AddDraftAppVersionResourceMappingsCommand.ts b/clients/client-resiliencehub/src/commands/AddDraftAppVersionResourceMappingsCommand.ts index ac69cf8a35c2..41cdbb6a9c5a 100644 --- a/clients/client-resiliencehub/src/commands/AddDraftAppVersionResourceMappingsCommand.ts +++ b/clients/client-resiliencehub/src/commands/AddDraftAppVersionResourceMappingsCommand.ts @@ -137,9 +137,6 @@ export class AddDraftAppVersionResourceMappingsCommand extends $Command< AddDraftAppVersionResourceMappingsCommandOutput, ResiliencehubClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -153,9 +150,7 @@ export class AddDraftAppVersionResourceMappingsCommand extends $Command< * @public */ constructor(readonly input: AddDraftAppVersionResourceMappingsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -214,7 +209,4 @@ export class AddDraftAppVersionResourceMappingsCommand extends $Command< ): Promise { return de_AddDraftAppVersionResourceMappingsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-resiliencehub/src/commands/BatchUpdateRecommendationStatusCommand.ts b/clients/client-resiliencehub/src/commands/BatchUpdateRecommendationStatusCommand.ts index 64763ec92b81..ddd95d01f5d4 100644 --- a/clients/client-resiliencehub/src/commands/BatchUpdateRecommendationStatusCommand.ts +++ b/clients/client-resiliencehub/src/commands/BatchUpdateRecommendationStatusCommand.ts @@ -125,9 +125,6 @@ export class BatchUpdateRecommendationStatusCommand extends $Command< BatchUpdateRecommendationStatusCommandOutput, ResiliencehubClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -141,9 +138,7 @@ export class BatchUpdateRecommendationStatusCommand extends $Command< * @public */ constructor(readonly input: BatchUpdateRecommendationStatusCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -202,7 +197,4 @@ export class BatchUpdateRecommendationStatusCommand extends $Command< ): Promise { return de_BatchUpdateRecommendationStatusCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-resiliencehub/src/commands/CreateAppCommand.ts b/clients/client-resiliencehub/src/commands/CreateAppCommand.ts index 9d10d9c702b7..3320a9f7c35d 100644 --- a/clients/client-resiliencehub/src/commands/CreateAppCommand.ts +++ b/clients/client-resiliencehub/src/commands/CreateAppCommand.ts @@ -167,9 +167,6 @@ export class CreateAppCommand extends $Command< CreateAppCommandOutput, ResiliencehubClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -183,9 +180,7 @@ export class CreateAppCommand extends $Command< * @public */ constructor(readonly input: CreateAppCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -236,7 +231,4 @@ export class CreateAppCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateAppCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-resiliencehub/src/commands/CreateAppVersionAppComponentCommand.ts b/clients/client-resiliencehub/src/commands/CreateAppVersionAppComponentCommand.ts index 648ced5d35b0..c0c87978c5b2 100644 --- a/clients/client-resiliencehub/src/commands/CreateAppVersionAppComponentCommand.ts +++ b/clients/client-resiliencehub/src/commands/CreateAppVersionAppComponentCommand.ts @@ -126,9 +126,6 @@ export class CreateAppVersionAppComponentCommand extends $Command< CreateAppVersionAppComponentCommandOutput, ResiliencehubClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -142,9 +139,7 @@ export class CreateAppVersionAppComponentCommand extends $Command< * @public */ constructor(readonly input: CreateAppVersionAppComponentCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -200,7 +195,4 @@ export class CreateAppVersionAppComponentCommand extends $Command< ): Promise { return de_CreateAppVersionAppComponentCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-resiliencehub/src/commands/CreateAppVersionResourceCommand.ts b/clients/client-resiliencehub/src/commands/CreateAppVersionResourceCommand.ts index 4b49c7f12783..b61709c66844 100644 --- a/clients/client-resiliencehub/src/commands/CreateAppVersionResourceCommand.ts +++ b/clients/client-resiliencehub/src/commands/CreateAppVersionResourceCommand.ts @@ -175,9 +175,6 @@ export class CreateAppVersionResourceCommand extends $Command< CreateAppVersionResourceCommandOutput, ResiliencehubClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -191,9 +188,7 @@ export class CreateAppVersionResourceCommand extends $Command< * @public */ constructor(readonly input: CreateAppVersionResourceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -246,7 +241,4 @@ export class CreateAppVersionResourceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateAppVersionResourceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-resiliencehub/src/commands/CreateRecommendationTemplateCommand.ts b/clients/client-resiliencehub/src/commands/CreateRecommendationTemplateCommand.ts index 60f553c6a560..fc1cccce3704 100644 --- a/clients/client-resiliencehub/src/commands/CreateRecommendationTemplateCommand.ts +++ b/clients/client-resiliencehub/src/commands/CreateRecommendationTemplateCommand.ts @@ -145,9 +145,6 @@ export class CreateRecommendationTemplateCommand extends $Command< CreateRecommendationTemplateCommandOutput, ResiliencehubClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -161,9 +158,7 @@ export class CreateRecommendationTemplateCommand extends $Command< * @public */ constructor(readonly input: CreateRecommendationTemplateCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -219,7 +214,4 @@ export class CreateRecommendationTemplateCommand extends $Command< ): Promise { return de_CreateRecommendationTemplateCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-resiliencehub/src/commands/CreateResiliencyPolicyCommand.ts b/clients/client-resiliencehub/src/commands/CreateResiliencyPolicyCommand.ts index b2da20ba360b..6375c4f17de1 100644 --- a/clients/client-resiliencehub/src/commands/CreateResiliencyPolicyCommand.ts +++ b/clients/client-resiliencehub/src/commands/CreateResiliencyPolicyCommand.ts @@ -137,9 +137,6 @@ export class CreateResiliencyPolicyCommand extends $Command< CreateResiliencyPolicyCommandOutput, ResiliencehubClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -153,9 +150,7 @@ export class CreateResiliencyPolicyCommand extends $Command< * @public */ constructor(readonly input: CreateResiliencyPolicyCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -208,7 +203,4 @@ export class CreateResiliencyPolicyCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateResiliencyPolicyCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-resiliencehub/src/commands/DeleteAppAssessmentCommand.ts b/clients/client-resiliencehub/src/commands/DeleteAppAssessmentCommand.ts index 89b5077bae2e..a37e36666820 100644 --- a/clients/client-resiliencehub/src/commands/DeleteAppAssessmentCommand.ts +++ b/clients/client-resiliencehub/src/commands/DeleteAppAssessmentCommand.ts @@ -97,9 +97,6 @@ export class DeleteAppAssessmentCommand extends $Command< DeleteAppAssessmentCommandOutput, ResiliencehubClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -113,9 +110,7 @@ export class DeleteAppAssessmentCommand extends $Command< * @public */ constructor(readonly input: DeleteAppAssessmentCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -168,7 +163,4 @@ export class DeleteAppAssessmentCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteAppAssessmentCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-resiliencehub/src/commands/DeleteAppCommand.ts b/clients/client-resiliencehub/src/commands/DeleteAppCommand.ts index 215fb9d91d2c..ad32e131858d 100644 --- a/clients/client-resiliencehub/src/commands/DeleteAppCommand.ts +++ b/clients/client-resiliencehub/src/commands/DeleteAppCommand.ts @@ -92,9 +92,6 @@ export class DeleteAppCommand extends $Command< DeleteAppCommandOutput, ResiliencehubClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -108,9 +105,7 @@ export class DeleteAppCommand extends $Command< * @public */ constructor(readonly input: DeleteAppCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -161,7 +156,4 @@ export class DeleteAppCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteAppCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-resiliencehub/src/commands/DeleteAppInputSourceCommand.ts b/clients/client-resiliencehub/src/commands/DeleteAppInputSourceCommand.ts index e28746ef2d6c..1caf5aac945e 100644 --- a/clients/client-resiliencehub/src/commands/DeleteAppInputSourceCommand.ts +++ b/clients/client-resiliencehub/src/commands/DeleteAppInputSourceCommand.ts @@ -116,9 +116,6 @@ export class DeleteAppInputSourceCommand extends $Command< DeleteAppInputSourceCommandOutput, ResiliencehubClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -132,9 +129,7 @@ export class DeleteAppInputSourceCommand extends $Command< * @public */ constructor(readonly input: DeleteAppInputSourceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -187,7 +182,4 @@ export class DeleteAppInputSourceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteAppInputSourceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-resiliencehub/src/commands/DeleteAppVersionAppComponentCommand.ts b/clients/client-resiliencehub/src/commands/DeleteAppVersionAppComponentCommand.ts index 9afbf2bffbf2..70d2826e41b0 100644 --- a/clients/client-resiliencehub/src/commands/DeleteAppVersionAppComponentCommand.ts +++ b/clients/client-resiliencehub/src/commands/DeleteAppVersionAppComponentCommand.ts @@ -122,9 +122,6 @@ export class DeleteAppVersionAppComponentCommand extends $Command< DeleteAppVersionAppComponentCommandOutput, ResiliencehubClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -138,9 +135,7 @@ export class DeleteAppVersionAppComponentCommand extends $Command< * @public */ constructor(readonly input: DeleteAppVersionAppComponentCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -196,7 +191,4 @@ export class DeleteAppVersionAppComponentCommand extends $Command< ): Promise { return de_DeleteAppVersionAppComponentCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-resiliencehub/src/commands/DeleteAppVersionResourceCommand.ts b/clients/client-resiliencehub/src/commands/DeleteAppVersionResourceCommand.ts index a173c5836fe3..3b4a4bef7912 100644 --- a/clients/client-resiliencehub/src/commands/DeleteAppVersionResourceCommand.ts +++ b/clients/client-resiliencehub/src/commands/DeleteAppVersionResourceCommand.ts @@ -157,9 +157,6 @@ export class DeleteAppVersionResourceCommand extends $Command< DeleteAppVersionResourceCommandOutput, ResiliencehubClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -173,9 +170,7 @@ export class DeleteAppVersionResourceCommand extends $Command< * @public */ constructor(readonly input: DeleteAppVersionResourceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -228,7 +223,4 @@ export class DeleteAppVersionResourceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteAppVersionResourceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-resiliencehub/src/commands/DeleteRecommendationTemplateCommand.ts b/clients/client-resiliencehub/src/commands/DeleteRecommendationTemplateCommand.ts index dd2db5f84aa5..76d25c3f1306 100644 --- a/clients/client-resiliencehub/src/commands/DeleteRecommendationTemplateCommand.ts +++ b/clients/client-resiliencehub/src/commands/DeleteRecommendationTemplateCommand.ts @@ -96,9 +96,6 @@ export class DeleteRecommendationTemplateCommand extends $Command< DeleteRecommendationTemplateCommandOutput, ResiliencehubClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -112,9 +109,7 @@ export class DeleteRecommendationTemplateCommand extends $Command< * @public */ constructor(readonly input: DeleteRecommendationTemplateCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -170,7 +165,4 @@ export class DeleteRecommendationTemplateCommand extends $Command< ): Promise { return de_DeleteRecommendationTemplateCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-resiliencehub/src/commands/DeleteResiliencyPolicyCommand.ts b/clients/client-resiliencehub/src/commands/DeleteResiliencyPolicyCommand.ts index 142e320e9183..a4dc5b3023ab 100644 --- a/clients/client-resiliencehub/src/commands/DeleteResiliencyPolicyCommand.ts +++ b/clients/client-resiliencehub/src/commands/DeleteResiliencyPolicyCommand.ts @@ -95,9 +95,6 @@ export class DeleteResiliencyPolicyCommand extends $Command< DeleteResiliencyPolicyCommandOutput, ResiliencehubClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -111,9 +108,7 @@ export class DeleteResiliencyPolicyCommand extends $Command< * @public */ constructor(readonly input: DeleteResiliencyPolicyCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -166,7 +161,4 @@ export class DeleteResiliencyPolicyCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteResiliencyPolicyCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-resiliencehub/src/commands/DescribeAppAssessmentCommand.ts b/clients/client-resiliencehub/src/commands/DescribeAppAssessmentCommand.ts index a79eaea3776a..04a34f43dace 100644 --- a/clients/client-resiliencehub/src/commands/DescribeAppAssessmentCommand.ts +++ b/clients/client-resiliencehub/src/commands/DescribeAppAssessmentCommand.ts @@ -169,9 +169,6 @@ export class DescribeAppAssessmentCommand extends $Command< DescribeAppAssessmentCommandOutput, ResiliencehubClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -185,9 +182,7 @@ export class DescribeAppAssessmentCommand extends $Command< * @public */ constructor(readonly input: DescribeAppAssessmentCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -240,7 +235,4 @@ export class DescribeAppAssessmentCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DescribeAppAssessmentCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-resiliencehub/src/commands/DescribeAppCommand.ts b/clients/client-resiliencehub/src/commands/DescribeAppCommand.ts index 692af9d0bf92..46c0c49aabef 100644 --- a/clients/client-resiliencehub/src/commands/DescribeAppCommand.ts +++ b/clients/client-resiliencehub/src/commands/DescribeAppCommand.ts @@ -121,9 +121,6 @@ export class DescribeAppCommand extends $Command< DescribeAppCommandOutput, ResiliencehubClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -137,9 +134,7 @@ export class DescribeAppCommand extends $Command< * @public */ constructor(readonly input: DescribeAppCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -190,7 +185,4 @@ export class DescribeAppCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DescribeAppCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-resiliencehub/src/commands/DescribeAppVersionAppComponentCommand.ts b/clients/client-resiliencehub/src/commands/DescribeAppVersionAppComponentCommand.ts index a40cfeafddba..fb543b1af9c1 100644 --- a/clients/client-resiliencehub/src/commands/DescribeAppVersionAppComponentCommand.ts +++ b/clients/client-resiliencehub/src/commands/DescribeAppVersionAppComponentCommand.ts @@ -112,9 +112,6 @@ export class DescribeAppVersionAppComponentCommand extends $Command< DescribeAppVersionAppComponentCommandOutput, ResiliencehubClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -128,9 +125,7 @@ export class DescribeAppVersionAppComponentCommand extends $Command< * @public */ constructor(readonly input: DescribeAppVersionAppComponentCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -189,7 +184,4 @@ export class DescribeAppVersionAppComponentCommand extends $Command< ): Promise { return de_DescribeAppVersionAppComponentCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-resiliencehub/src/commands/DescribeAppVersionCommand.ts b/clients/client-resiliencehub/src/commands/DescribeAppVersionCommand.ts index bde29c5350c7..1d061c30a1a7 100644 --- a/clients/client-resiliencehub/src/commands/DescribeAppVersionCommand.ts +++ b/clients/client-resiliencehub/src/commands/DescribeAppVersionCommand.ts @@ -95,9 +95,6 @@ export class DescribeAppVersionCommand extends $Command< DescribeAppVersionCommandOutput, ResiliencehubClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -111,9 +108,7 @@ export class DescribeAppVersionCommand extends $Command< * @public */ constructor(readonly input: DescribeAppVersionCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -166,7 +161,4 @@ export class DescribeAppVersionCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DescribeAppVersionCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-resiliencehub/src/commands/DescribeAppVersionResourceCommand.ts b/clients/client-resiliencehub/src/commands/DescribeAppVersionResourceCommand.ts index 713dbf7fe860..775f78cbc228 100644 --- a/clients/client-resiliencehub/src/commands/DescribeAppVersionResourceCommand.ts +++ b/clients/client-resiliencehub/src/commands/DescribeAppVersionResourceCommand.ts @@ -164,9 +164,6 @@ export class DescribeAppVersionResourceCommand extends $Command< DescribeAppVersionResourceCommandOutput, ResiliencehubClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -180,9 +177,7 @@ export class DescribeAppVersionResourceCommand extends $Command< * @public */ constructor(readonly input: DescribeAppVersionResourceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -238,7 +233,4 @@ export class DescribeAppVersionResourceCommand extends $Command< ): Promise { return de_DescribeAppVersionResourceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-resiliencehub/src/commands/DescribeAppVersionResourcesResolutionStatusCommand.ts b/clients/client-resiliencehub/src/commands/DescribeAppVersionResourcesResolutionStatusCommand.ts index 0788bcf64ef3..30d32858b914 100644 --- a/clients/client-resiliencehub/src/commands/DescribeAppVersionResourcesResolutionStatusCommand.ts +++ b/clients/client-resiliencehub/src/commands/DescribeAppVersionResourcesResolutionStatusCommand.ts @@ -105,9 +105,6 @@ export class DescribeAppVersionResourcesResolutionStatusCommand extends $Command DescribeAppVersionResourcesResolutionStatusCommandOutput, ResiliencehubClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -121,9 +118,7 @@ export class DescribeAppVersionResourcesResolutionStatusCommand extends $Command * @public */ constructor(readonly input: DescribeAppVersionResourcesResolutionStatusCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -188,7 +183,4 @@ export class DescribeAppVersionResourcesResolutionStatusCommand extends $Command ): Promise { return de_DescribeAppVersionResourcesResolutionStatusCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-resiliencehub/src/commands/DescribeAppVersionTemplateCommand.ts b/clients/client-resiliencehub/src/commands/DescribeAppVersionTemplateCommand.ts index 45839c9aa2f6..780aa2e705f6 100644 --- a/clients/client-resiliencehub/src/commands/DescribeAppVersionTemplateCommand.ts +++ b/clients/client-resiliencehub/src/commands/DescribeAppVersionTemplateCommand.ts @@ -91,9 +91,6 @@ export class DescribeAppVersionTemplateCommand extends $Command< DescribeAppVersionTemplateCommandOutput, ResiliencehubClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -107,9 +104,7 @@ export class DescribeAppVersionTemplateCommand extends $Command< * @public */ constructor(readonly input: DescribeAppVersionTemplateCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -165,7 +160,4 @@ export class DescribeAppVersionTemplateCommand extends $Command< ): Promise { return de_DescribeAppVersionTemplateCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-resiliencehub/src/commands/DescribeDraftAppVersionResourcesImportStatusCommand.ts b/clients/client-resiliencehub/src/commands/DescribeDraftAppVersionResourcesImportStatusCommand.ts index 85c880200c7e..5254d037957a 100644 --- a/clients/client-resiliencehub/src/commands/DescribeDraftAppVersionResourcesImportStatusCommand.ts +++ b/clients/client-resiliencehub/src/commands/DescribeDraftAppVersionResourcesImportStatusCommand.ts @@ -108,9 +108,6 @@ export class DescribeDraftAppVersionResourcesImportStatusCommand extends $Comman DescribeDraftAppVersionResourcesImportStatusCommandOutput, ResiliencehubClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -124,9 +121,7 @@ export class DescribeDraftAppVersionResourcesImportStatusCommand extends $Comman * @public */ constructor(readonly input: DescribeDraftAppVersionResourcesImportStatusCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -191,7 +186,4 @@ export class DescribeDraftAppVersionResourcesImportStatusCommand extends $Comman ): Promise { return de_DescribeDraftAppVersionResourcesImportStatusCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-resiliencehub/src/commands/DescribeResiliencyPolicyCommand.ts b/clients/client-resiliencehub/src/commands/DescribeResiliencyPolicyCommand.ts index 60728bac350b..50a66800c80f 100644 --- a/clients/client-resiliencehub/src/commands/DescribeResiliencyPolicyCommand.ts +++ b/clients/client-resiliencehub/src/commands/DescribeResiliencyPolicyCommand.ts @@ -111,9 +111,6 @@ export class DescribeResiliencyPolicyCommand extends $Command< DescribeResiliencyPolicyCommandOutput, ResiliencehubClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -127,9 +124,7 @@ export class DescribeResiliencyPolicyCommand extends $Command< * @public */ constructor(readonly input: DescribeResiliencyPolicyCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -182,7 +177,4 @@ export class DescribeResiliencyPolicyCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DescribeResiliencyPolicyCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-resiliencehub/src/commands/ImportResourcesToDraftAppVersionCommand.ts b/clients/client-resiliencehub/src/commands/ImportResourcesToDraftAppVersionCommand.ts index 5ffa396dc149..b8b8d7e19ae7 100644 --- a/clients/client-resiliencehub/src/commands/ImportResourcesToDraftAppVersionCommand.ts +++ b/clients/client-resiliencehub/src/commands/ImportResourcesToDraftAppVersionCommand.ts @@ -139,9 +139,6 @@ export class ImportResourcesToDraftAppVersionCommand extends $Command< ImportResourcesToDraftAppVersionCommandOutput, ResiliencehubClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -155,9 +152,7 @@ export class ImportResourcesToDraftAppVersionCommand extends $Command< * @public */ constructor(readonly input: ImportResourcesToDraftAppVersionCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -216,7 +211,4 @@ export class ImportResourcesToDraftAppVersionCommand extends $Command< ): Promise { return de_ImportResourcesToDraftAppVersionCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-resiliencehub/src/commands/ListAlarmRecommendationsCommand.ts b/clients/client-resiliencehub/src/commands/ListAlarmRecommendationsCommand.ts index d649533163e7..c5d2b31a4019 100644 --- a/clients/client-resiliencehub/src/commands/ListAlarmRecommendationsCommand.ts +++ b/clients/client-resiliencehub/src/commands/ListAlarmRecommendationsCommand.ts @@ -115,9 +115,6 @@ export class ListAlarmRecommendationsCommand extends $Command< ListAlarmRecommendationsCommandOutput, ResiliencehubClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -131,9 +128,7 @@ export class ListAlarmRecommendationsCommand extends $Command< * @public */ constructor(readonly input: ListAlarmRecommendationsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -186,7 +181,4 @@ export class ListAlarmRecommendationsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListAlarmRecommendationsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-resiliencehub/src/commands/ListAppAssessmentComplianceDriftsCommand.ts b/clients/client-resiliencehub/src/commands/ListAppAssessmentComplianceDriftsCommand.ts index 45c795444d21..96c04c031d2f 100644 --- a/clients/client-resiliencehub/src/commands/ListAppAssessmentComplianceDriftsCommand.ts +++ b/clients/client-resiliencehub/src/commands/ListAppAssessmentComplianceDriftsCommand.ts @@ -135,9 +135,6 @@ export class ListAppAssessmentComplianceDriftsCommand extends $Command< ListAppAssessmentComplianceDriftsCommandOutput, ResiliencehubClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -151,9 +148,7 @@ export class ListAppAssessmentComplianceDriftsCommand extends $Command< * @public */ constructor(readonly input: ListAppAssessmentComplianceDriftsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -212,7 +207,4 @@ export class ListAppAssessmentComplianceDriftsCommand extends $Command< ): Promise { return de_ListAppAssessmentComplianceDriftsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-resiliencehub/src/commands/ListAppAssessmentsCommand.ts b/clients/client-resiliencehub/src/commands/ListAppAssessmentsCommand.ts index 068b1ea7230b..47f4904526d0 100644 --- a/clients/client-resiliencehub/src/commands/ListAppAssessmentsCommand.ts +++ b/clients/client-resiliencehub/src/commands/ListAppAssessmentsCommand.ts @@ -120,9 +120,6 @@ export class ListAppAssessmentsCommand extends $Command< ListAppAssessmentsCommandOutput, ResiliencehubClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -136,9 +133,7 @@ export class ListAppAssessmentsCommand extends $Command< * @public */ constructor(readonly input: ListAppAssessmentsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -191,7 +186,4 @@ export class ListAppAssessmentsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListAppAssessmentsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-resiliencehub/src/commands/ListAppComponentCompliancesCommand.ts b/clients/client-resiliencehub/src/commands/ListAppComponentCompliancesCommand.ts index a76f0097d2b9..269315f8f657 100644 --- a/clients/client-resiliencehub/src/commands/ListAppComponentCompliancesCommand.ts +++ b/clients/client-resiliencehub/src/commands/ListAppComponentCompliancesCommand.ts @@ -135,9 +135,6 @@ export class ListAppComponentCompliancesCommand extends $Command< ListAppComponentCompliancesCommandOutput, ResiliencehubClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -151,9 +148,7 @@ export class ListAppComponentCompliancesCommand extends $Command< * @public */ constructor(readonly input: ListAppComponentCompliancesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -209,7 +204,4 @@ export class ListAppComponentCompliancesCommand extends $Command< ): Promise { return de_ListAppComponentCompliancesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-resiliencehub/src/commands/ListAppComponentRecommendationsCommand.ts b/clients/client-resiliencehub/src/commands/ListAppComponentRecommendationsCommand.ts index a3d15e08e337..d0e5d4db857b 100644 --- a/clients/client-resiliencehub/src/commands/ListAppComponentRecommendationsCommand.ts +++ b/clients/client-resiliencehub/src/commands/ListAppComponentRecommendationsCommand.ts @@ -142,9 +142,6 @@ export class ListAppComponentRecommendationsCommand extends $Command< ListAppComponentRecommendationsCommandOutput, ResiliencehubClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -158,9 +155,7 @@ export class ListAppComponentRecommendationsCommand extends $Command< * @public */ constructor(readonly input: ListAppComponentRecommendationsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -219,7 +214,4 @@ export class ListAppComponentRecommendationsCommand extends $Command< ): Promise { return de_ListAppComponentRecommendationsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-resiliencehub/src/commands/ListAppInputSourcesCommand.ts b/clients/client-resiliencehub/src/commands/ListAppInputSourcesCommand.ts index fad6c1c30fc2..d91b001eebd7 100644 --- a/clients/client-resiliencehub/src/commands/ListAppInputSourcesCommand.ts +++ b/clients/client-resiliencehub/src/commands/ListAppInputSourcesCommand.ts @@ -108,9 +108,6 @@ export class ListAppInputSourcesCommand extends $Command< ListAppInputSourcesCommandOutput, ResiliencehubClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -124,9 +121,7 @@ export class ListAppInputSourcesCommand extends $Command< * @public */ constructor(readonly input: ListAppInputSourcesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -179,7 +174,4 @@ export class ListAppInputSourcesCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListAppInputSourcesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-resiliencehub/src/commands/ListAppVersionAppComponentsCommand.ts b/clients/client-resiliencehub/src/commands/ListAppVersionAppComponentsCommand.ts index 22173a856a1c..0f4cb9a19c46 100644 --- a/clients/client-resiliencehub/src/commands/ListAppVersionAppComponentsCommand.ts +++ b/clients/client-resiliencehub/src/commands/ListAppVersionAppComponentsCommand.ts @@ -116,9 +116,6 @@ export class ListAppVersionAppComponentsCommand extends $Command< ListAppVersionAppComponentsCommandOutput, ResiliencehubClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -132,9 +129,7 @@ export class ListAppVersionAppComponentsCommand extends $Command< * @public */ constructor(readonly input: ListAppVersionAppComponentsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -190,7 +185,4 @@ export class ListAppVersionAppComponentsCommand extends $Command< ): Promise { return de_ListAppVersionAppComponentsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-resiliencehub/src/commands/ListAppVersionResourceMappingsCommand.ts b/clients/client-resiliencehub/src/commands/ListAppVersionResourceMappingsCommand.ts index ead6c1afd4df..bcc8c74f3855 100644 --- a/clients/client-resiliencehub/src/commands/ListAppVersionResourceMappingsCommand.ts +++ b/clients/client-resiliencehub/src/commands/ListAppVersionResourceMappingsCommand.ts @@ -115,9 +115,6 @@ export class ListAppVersionResourceMappingsCommand extends $Command< ListAppVersionResourceMappingsCommandOutput, ResiliencehubClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -131,9 +128,7 @@ export class ListAppVersionResourceMappingsCommand extends $Command< * @public */ constructor(readonly input: ListAppVersionResourceMappingsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -192,7 +187,4 @@ export class ListAppVersionResourceMappingsCommand extends $Command< ): Promise { return de_ListAppVersionResourceMappingsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-resiliencehub/src/commands/ListAppVersionResourcesCommand.ts b/clients/client-resiliencehub/src/commands/ListAppVersionResourcesCommand.ts index 206c1dc05666..2be4d5ae3762 100644 --- a/clients/client-resiliencehub/src/commands/ListAppVersionResourcesCommand.ts +++ b/clients/client-resiliencehub/src/commands/ListAppVersionResourcesCommand.ts @@ -138,9 +138,6 @@ export class ListAppVersionResourcesCommand extends $Command< ListAppVersionResourcesCommandOutput, ResiliencehubClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -154,9 +151,7 @@ export class ListAppVersionResourcesCommand extends $Command< * @public */ constructor(readonly input: ListAppVersionResourcesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -209,7 +204,4 @@ export class ListAppVersionResourcesCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListAppVersionResourcesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-resiliencehub/src/commands/ListAppVersionsCommand.ts b/clients/client-resiliencehub/src/commands/ListAppVersionsCommand.ts index 71741e948508..a3e58b0b50b1 100644 --- a/clients/client-resiliencehub/src/commands/ListAppVersionsCommand.ts +++ b/clients/client-resiliencehub/src/commands/ListAppVersionsCommand.ts @@ -97,9 +97,6 @@ export class ListAppVersionsCommand extends $Command< ListAppVersionsCommandOutput, ResiliencehubClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -113,9 +110,7 @@ export class ListAppVersionsCommand extends $Command< * @public */ constructor(readonly input: ListAppVersionsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -168,7 +163,4 @@ export class ListAppVersionsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListAppVersionsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-resiliencehub/src/commands/ListAppsCommand.ts b/clients/client-resiliencehub/src/commands/ListAppsCommand.ts index 50ed4856e64d..e8347764f4d4 100644 --- a/clients/client-resiliencehub/src/commands/ListAppsCommand.ts +++ b/clients/client-resiliencehub/src/commands/ListAppsCommand.ts @@ -116,9 +116,6 @@ export class ListAppsCommand extends $Command< ListAppsCommandOutput, ResiliencehubClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -132,9 +129,7 @@ export class ListAppsCommand extends $Command< * @public */ constructor(readonly input: ListAppsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -185,7 +180,4 @@ export class ListAppsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListAppsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-resiliencehub/src/commands/ListRecommendationTemplatesCommand.ts b/clients/client-resiliencehub/src/commands/ListRecommendationTemplatesCommand.ts index 2150c6acf11f..90b4ba088a8a 100644 --- a/clients/client-resiliencehub/src/commands/ListRecommendationTemplatesCommand.ts +++ b/clients/client-resiliencehub/src/commands/ListRecommendationTemplatesCommand.ts @@ -129,9 +129,6 @@ export class ListRecommendationTemplatesCommand extends $Command< ListRecommendationTemplatesCommandOutput, ResiliencehubClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -145,9 +142,7 @@ export class ListRecommendationTemplatesCommand extends $Command< * @public */ constructor(readonly input: ListRecommendationTemplatesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -203,7 +198,4 @@ export class ListRecommendationTemplatesCommand extends $Command< ): Promise { return de_ListRecommendationTemplatesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-resiliencehub/src/commands/ListResiliencyPoliciesCommand.ts b/clients/client-resiliencehub/src/commands/ListResiliencyPoliciesCommand.ts index b4d21812eada..3dec3d9927bb 100644 --- a/clients/client-resiliencehub/src/commands/ListResiliencyPoliciesCommand.ts +++ b/clients/client-resiliencehub/src/commands/ListResiliencyPoliciesCommand.ts @@ -114,9 +114,6 @@ export class ListResiliencyPoliciesCommand extends $Command< ListResiliencyPoliciesCommandOutput, ResiliencehubClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -130,9 +127,7 @@ export class ListResiliencyPoliciesCommand extends $Command< * @public */ constructor(readonly input: ListResiliencyPoliciesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -185,7 +180,4 @@ export class ListResiliencyPoliciesCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListResiliencyPoliciesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-resiliencehub/src/commands/ListSopRecommendationsCommand.ts b/clients/client-resiliencehub/src/commands/ListSopRecommendationsCommand.ts index 52e99fef6cd8..fb30c425795b 100644 --- a/clients/client-resiliencehub/src/commands/ListSopRecommendationsCommand.ts +++ b/clients/client-resiliencehub/src/commands/ListSopRecommendationsCommand.ts @@ -119,9 +119,6 @@ export class ListSopRecommendationsCommand extends $Command< ListSopRecommendationsCommandOutput, ResiliencehubClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -135,9 +132,7 @@ export class ListSopRecommendationsCommand extends $Command< * @public */ constructor(readonly input: ListSopRecommendationsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -190,7 +185,4 @@ export class ListSopRecommendationsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListSopRecommendationsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-resiliencehub/src/commands/ListSuggestedResiliencyPoliciesCommand.ts b/clients/client-resiliencehub/src/commands/ListSuggestedResiliencyPoliciesCommand.ts index b1cb48bafa20..341300f18aae 100644 --- a/clients/client-resiliencehub/src/commands/ListSuggestedResiliencyPoliciesCommand.ts +++ b/clients/client-resiliencehub/src/commands/ListSuggestedResiliencyPoliciesCommand.ts @@ -118,9 +118,6 @@ export class ListSuggestedResiliencyPoliciesCommand extends $Command< ListSuggestedResiliencyPoliciesCommandOutput, ResiliencehubClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -134,9 +131,7 @@ export class ListSuggestedResiliencyPoliciesCommand extends $Command< * @public */ constructor(readonly input: ListSuggestedResiliencyPoliciesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -195,7 +190,4 @@ export class ListSuggestedResiliencyPoliciesCommand extends $Command< ): Promise { return de_ListSuggestedResiliencyPoliciesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-resiliencehub/src/commands/ListTagsForResourceCommand.ts b/clients/client-resiliencehub/src/commands/ListTagsForResourceCommand.ts index d81549932ce4..ebe217ffeccd 100644 --- a/clients/client-resiliencehub/src/commands/ListTagsForResourceCommand.ts +++ b/clients/client-resiliencehub/src/commands/ListTagsForResourceCommand.ts @@ -94,9 +94,6 @@ export class ListTagsForResourceCommand extends $Command< ListTagsForResourceCommandOutput, ResiliencehubClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -110,9 +107,7 @@ export class ListTagsForResourceCommand extends $Command< * @public */ constructor(readonly input: ListTagsForResourceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -165,7 +160,4 @@ export class ListTagsForResourceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListTagsForResourceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-resiliencehub/src/commands/ListTestRecommendationsCommand.ts b/clients/client-resiliencehub/src/commands/ListTestRecommendationsCommand.ts index 53cfe5a30c78..2acf5c9abbc7 100644 --- a/clients/client-resiliencehub/src/commands/ListTestRecommendationsCommand.ts +++ b/clients/client-resiliencehub/src/commands/ListTestRecommendationsCommand.ts @@ -123,9 +123,6 @@ export class ListTestRecommendationsCommand extends $Command< ListTestRecommendationsCommandOutput, ResiliencehubClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -139,9 +136,7 @@ export class ListTestRecommendationsCommand extends $Command< * @public */ constructor(readonly input: ListTestRecommendationsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -194,7 +189,4 @@ export class ListTestRecommendationsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListTestRecommendationsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-resiliencehub/src/commands/ListUnsupportedAppVersionResourcesCommand.ts b/clients/client-resiliencehub/src/commands/ListUnsupportedAppVersionResourcesCommand.ts index aca9a7fb482c..95a7e56b8898 100644 --- a/clients/client-resiliencehub/src/commands/ListUnsupportedAppVersionResourcesCommand.ts +++ b/clients/client-resiliencehub/src/commands/ListUnsupportedAppVersionResourcesCommand.ts @@ -128,9 +128,6 @@ export class ListUnsupportedAppVersionResourcesCommand extends $Command< ListUnsupportedAppVersionResourcesCommandOutput, ResiliencehubClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -144,9 +141,7 @@ export class ListUnsupportedAppVersionResourcesCommand extends $Command< * @public */ constructor(readonly input: ListUnsupportedAppVersionResourcesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -205,7 +200,4 @@ export class ListUnsupportedAppVersionResourcesCommand extends $Command< ): Promise { return de_ListUnsupportedAppVersionResourcesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-resiliencehub/src/commands/PublishAppVersionCommand.ts b/clients/client-resiliencehub/src/commands/PublishAppVersionCommand.ts index c992e79d8959..a833a48cc247 100644 --- a/clients/client-resiliencehub/src/commands/PublishAppVersionCommand.ts +++ b/clients/client-resiliencehub/src/commands/PublishAppVersionCommand.ts @@ -98,9 +98,6 @@ export class PublishAppVersionCommand extends $Command< PublishAppVersionCommandOutput, ResiliencehubClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -114,9 +111,7 @@ export class PublishAppVersionCommand extends $Command< * @public */ constructor(readonly input: PublishAppVersionCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -169,7 +164,4 @@ export class PublishAppVersionCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_PublishAppVersionCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-resiliencehub/src/commands/PutDraftAppVersionTemplateCommand.ts b/clients/client-resiliencehub/src/commands/PutDraftAppVersionTemplateCommand.ts index 71a24ca19f02..59e90e80f506 100644 --- a/clients/client-resiliencehub/src/commands/PutDraftAppVersionTemplateCommand.ts +++ b/clients/client-resiliencehub/src/commands/PutDraftAppVersionTemplateCommand.ts @@ -96,9 +96,6 @@ export class PutDraftAppVersionTemplateCommand extends $Command< PutDraftAppVersionTemplateCommandOutput, ResiliencehubClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -112,9 +109,7 @@ export class PutDraftAppVersionTemplateCommand extends $Command< * @public */ constructor(readonly input: PutDraftAppVersionTemplateCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -170,7 +165,4 @@ export class PutDraftAppVersionTemplateCommand extends $Command< ): Promise { return de_PutDraftAppVersionTemplateCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-resiliencehub/src/commands/RemoveDraftAppVersionResourceMappingsCommand.ts b/clients/client-resiliencehub/src/commands/RemoveDraftAppVersionResourceMappingsCommand.ts index 1b2cbcbd1131..46ef113ddec7 100644 --- a/clients/client-resiliencehub/src/commands/RemoveDraftAppVersionResourceMappingsCommand.ts +++ b/clients/client-resiliencehub/src/commands/RemoveDraftAppVersionResourceMappingsCommand.ts @@ -122,9 +122,6 @@ export class RemoveDraftAppVersionResourceMappingsCommand extends $Command< RemoveDraftAppVersionResourceMappingsCommandOutput, ResiliencehubClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -138,9 +135,7 @@ export class RemoveDraftAppVersionResourceMappingsCommand extends $Command< * @public */ constructor(readonly input: RemoveDraftAppVersionResourceMappingsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -199,7 +194,4 @@ export class RemoveDraftAppVersionResourceMappingsCommand extends $Command< ): Promise { return de_RemoveDraftAppVersionResourceMappingsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-resiliencehub/src/commands/ResolveAppVersionResourcesCommand.ts b/clients/client-resiliencehub/src/commands/ResolveAppVersionResourcesCommand.ts index 315dcf3cc8be..1dbeea52247f 100644 --- a/clients/client-resiliencehub/src/commands/ResolveAppVersionResourcesCommand.ts +++ b/clients/client-resiliencehub/src/commands/ResolveAppVersionResourcesCommand.ts @@ -98,9 +98,6 @@ export class ResolveAppVersionResourcesCommand extends $Command< ResolveAppVersionResourcesCommandOutput, ResiliencehubClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -114,9 +111,7 @@ export class ResolveAppVersionResourcesCommand extends $Command< * @public */ constructor(readonly input: ResolveAppVersionResourcesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -172,7 +167,4 @@ export class ResolveAppVersionResourcesCommand extends $Command< ): Promise { return de_ResolveAppVersionResourcesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-resiliencehub/src/commands/StartAppAssessmentCommand.ts b/clients/client-resiliencehub/src/commands/StartAppAssessmentCommand.ts index 18c606c8edf7..ed4057469ffc 100644 --- a/clients/client-resiliencehub/src/commands/StartAppAssessmentCommand.ts +++ b/clients/client-resiliencehub/src/commands/StartAppAssessmentCommand.ts @@ -186,9 +186,6 @@ export class StartAppAssessmentCommand extends $Command< StartAppAssessmentCommandOutput, ResiliencehubClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -202,9 +199,7 @@ export class StartAppAssessmentCommand extends $Command< * @public */ constructor(readonly input: StartAppAssessmentCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -257,7 +252,4 @@ export class StartAppAssessmentCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_StartAppAssessmentCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-resiliencehub/src/commands/TagResourceCommand.ts b/clients/client-resiliencehub/src/commands/TagResourceCommand.ts index 3e17a3b95559..0d08ffb1fc55 100644 --- a/clients/client-resiliencehub/src/commands/TagResourceCommand.ts +++ b/clients/client-resiliencehub/src/commands/TagResourceCommand.ts @@ -89,9 +89,6 @@ export class TagResourceCommand extends $Command< TagResourceCommandOutput, ResiliencehubClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -105,9 +102,7 @@ export class TagResourceCommand extends $Command< * @public */ constructor(readonly input: TagResourceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -158,7 +153,4 @@ export class TagResourceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_TagResourceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-resiliencehub/src/commands/UntagResourceCommand.ts b/clients/client-resiliencehub/src/commands/UntagResourceCommand.ts index 81177e3bf3da..f8890f682746 100644 --- a/clients/client-resiliencehub/src/commands/UntagResourceCommand.ts +++ b/clients/client-resiliencehub/src/commands/UntagResourceCommand.ts @@ -93,9 +93,6 @@ export class UntagResourceCommand extends $Command< UntagResourceCommandOutput, ResiliencehubClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -109,9 +106,7 @@ export class UntagResourceCommand extends $Command< * @public */ constructor(readonly input: UntagResourceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -162,7 +157,4 @@ export class UntagResourceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UntagResourceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-resiliencehub/src/commands/UpdateAppCommand.ts b/clients/client-resiliencehub/src/commands/UpdateAppCommand.ts index b69bf69e5f58..31eb429c0c88 100644 --- a/clients/client-resiliencehub/src/commands/UpdateAppCommand.ts +++ b/clients/client-resiliencehub/src/commands/UpdateAppCommand.ts @@ -145,9 +145,6 @@ export class UpdateAppCommand extends $Command< UpdateAppCommandOutput, ResiliencehubClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -161,9 +158,7 @@ export class UpdateAppCommand extends $Command< * @public */ constructor(readonly input: UpdateAppCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -214,7 +209,4 @@ export class UpdateAppCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdateAppCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-resiliencehub/src/commands/UpdateAppVersionAppComponentCommand.ts b/clients/client-resiliencehub/src/commands/UpdateAppVersionAppComponentCommand.ts index 8b17bcb58eda..0776172230ef 100644 --- a/clients/client-resiliencehub/src/commands/UpdateAppVersionAppComponentCommand.ts +++ b/clients/client-resiliencehub/src/commands/UpdateAppVersionAppComponentCommand.ts @@ -121,9 +121,6 @@ export class UpdateAppVersionAppComponentCommand extends $Command< UpdateAppVersionAppComponentCommandOutput, ResiliencehubClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -137,9 +134,7 @@ export class UpdateAppVersionAppComponentCommand extends $Command< * @public */ constructor(readonly input: UpdateAppVersionAppComponentCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -195,7 +190,4 @@ export class UpdateAppVersionAppComponentCommand extends $Command< ): Promise { return de_UpdateAppVersionAppComponentCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-resiliencehub/src/commands/UpdateAppVersionCommand.ts b/clients/client-resiliencehub/src/commands/UpdateAppVersionCommand.ts index 58941635e7c1..932c27bb4e82 100644 --- a/clients/client-resiliencehub/src/commands/UpdateAppVersionCommand.ts +++ b/clients/client-resiliencehub/src/commands/UpdateAppVersionCommand.ts @@ -110,9 +110,6 @@ export class UpdateAppVersionCommand extends $Command< UpdateAppVersionCommandOutput, ResiliencehubClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -126,9 +123,7 @@ export class UpdateAppVersionCommand extends $Command< * @public */ constructor(readonly input: UpdateAppVersionCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -181,7 +176,4 @@ export class UpdateAppVersionCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdateAppVersionCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-resiliencehub/src/commands/UpdateAppVersionResourceCommand.ts b/clients/client-resiliencehub/src/commands/UpdateAppVersionResourceCommand.ts index 10f4fe23c180..41ff0713891e 100644 --- a/clients/client-resiliencehub/src/commands/UpdateAppVersionResourceCommand.ts +++ b/clients/client-resiliencehub/src/commands/UpdateAppVersionResourceCommand.ts @@ -171,9 +171,6 @@ export class UpdateAppVersionResourceCommand extends $Command< UpdateAppVersionResourceCommandOutput, ResiliencehubClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -187,9 +184,7 @@ export class UpdateAppVersionResourceCommand extends $Command< * @public */ constructor(readonly input: UpdateAppVersionResourceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -242,7 +237,4 @@ export class UpdateAppVersionResourceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdateAppVersionResourceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-resiliencehub/src/commands/UpdateResiliencyPolicyCommand.ts b/clients/client-resiliencehub/src/commands/UpdateResiliencyPolicyCommand.ts index a885ce434b20..cd23bc0a1844 100644 --- a/clients/client-resiliencehub/src/commands/UpdateResiliencyPolicyCommand.ts +++ b/clients/client-resiliencehub/src/commands/UpdateResiliencyPolicyCommand.ts @@ -134,9 +134,6 @@ export class UpdateResiliencyPolicyCommand extends $Command< UpdateResiliencyPolicyCommandOutput, ResiliencehubClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -150,9 +147,7 @@ export class UpdateResiliencyPolicyCommand extends $Command< * @public */ constructor(readonly input: UpdateResiliencyPolicyCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -205,7 +200,4 @@ export class UpdateResiliencyPolicyCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdateResiliencyPolicyCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-resource-explorer-2/package.json b/clients/client-resource-explorer-2/package.json index 330334f08651..3b7bf114a4ab 100644 --- a/clients/client-resource-explorer-2/package.json +++ b/clients/client-resource-explorer-2/package.json @@ -34,29 +34,29 @@ "@aws-sdk/util-endpoints": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@smithy/config-resolver": "^2.0.16", - "@smithy/fetch-http-handler": "^2.2.4", - "@smithy/hash-node": "^2.0.12", - "@smithy/invalid-dependency": "^2.0.12", - "@smithy/middleware-content-length": "^2.0.14", - "@smithy/middleware-endpoint": "^2.1.3", - "@smithy/middleware-retry": "^2.0.18", - "@smithy/middleware-serde": "^2.0.12", - "@smithy/middleware-stack": "^2.0.6", - "@smithy/node-config-provider": "^2.1.3", - "@smithy/node-http-handler": "^2.1.8", - "@smithy/protocol-http": "^3.0.8", - "@smithy/smithy-client": "^2.1.12", - "@smithy/types": "^2.4.0", - "@smithy/url-parser": "^2.0.12", - "@smithy/util-base64": "^2.0.0", + "@smithy/config-resolver": "^2.0.18", + "@smithy/fetch-http-handler": "^2.2.6", + "@smithy/hash-node": "^2.0.15", + "@smithy/invalid-dependency": "^2.0.13", + "@smithy/middleware-content-length": "^2.0.15", + "@smithy/middleware-endpoint": "^2.2.0", + "@smithy/middleware-retry": "^2.0.20", + "@smithy/middleware-serde": "^2.0.13", + "@smithy/middleware-stack": "^2.0.7", + "@smithy/node-config-provider": "^2.1.5", + "@smithy/node-http-handler": "^2.1.9", + "@smithy/protocol-http": "^3.0.9", + "@smithy/smithy-client": "^2.1.15", + "@smithy/types": "^2.5.0", + "@smithy/url-parser": "^2.0.13", + "@smithy/util-base64": "^2.0.1", "@smithy/util-body-length-browser": "^2.0.0", "@smithy/util-body-length-node": "^2.1.0", - "@smithy/util-defaults-mode-browser": "^2.0.16", - "@smithy/util-defaults-mode-node": "^2.0.21", - "@smithy/util-endpoints": "^1.0.2", - "@smithy/util-retry": "^2.0.5", - "@smithy/util-utf8": "^2.0.0", + "@smithy/util-defaults-mode-browser": "^2.0.19", + "@smithy/util-defaults-mode-node": "^2.0.25", + "@smithy/util-endpoints": "^1.0.4", + "@smithy/util-retry": "^2.0.6", + "@smithy/util-utf8": "^2.0.2", "tslib": "^2.5.0", "uuid": "^8.3.2" }, diff --git a/clients/client-resource-explorer-2/src/commands/AssociateDefaultViewCommand.ts b/clients/client-resource-explorer-2/src/commands/AssociateDefaultViewCommand.ts index 6554f96e3e0b..55f6d7ad2a5c 100644 --- a/clients/client-resource-explorer-2/src/commands/AssociateDefaultViewCommand.ts +++ b/clients/client-resource-explorer-2/src/commands/AssociateDefaultViewCommand.ts @@ -101,9 +101,6 @@ export class AssociateDefaultViewCommand extends $Command< AssociateDefaultViewCommandOutput, ResourceExplorer2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -116,9 +113,7 @@ export class AssociateDefaultViewCommand extends $Command< * @public */ constructor(readonly input: AssociateDefaultViewCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -171,7 +166,4 @@ export class AssociateDefaultViewCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_AssociateDefaultViewCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-resource-explorer-2/src/commands/BatchGetViewCommand.ts b/clients/client-resource-explorer-2/src/commands/BatchGetViewCommand.ts index 8fd3a47b6594..47f7e0f9b247 100644 --- a/clients/client-resource-explorer-2/src/commands/BatchGetViewCommand.ts +++ b/clients/client-resource-explorer-2/src/commands/BatchGetViewCommand.ts @@ -117,9 +117,6 @@ export class BatchGetViewCommand extends $Command< BatchGetViewCommandOutput, ResourceExplorer2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -132,9 +129,7 @@ export class BatchGetViewCommand extends $Command< * @public */ constructor(readonly input: BatchGetViewCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -185,7 +180,4 @@ export class BatchGetViewCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_BatchGetViewCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-resource-explorer-2/src/commands/CreateIndexCommand.ts b/clients/client-resource-explorer-2/src/commands/CreateIndexCommand.ts index 267d7fb0a1a7..3af79fd3f5c4 100644 --- a/clients/client-resource-explorer-2/src/commands/CreateIndexCommand.ts +++ b/clients/client-resource-explorer-2/src/commands/CreateIndexCommand.ts @@ -151,9 +151,6 @@ export class CreateIndexCommand extends $Command< CreateIndexCommandOutput, ResourceExplorer2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -166,9 +163,7 @@ export class CreateIndexCommand extends $Command< * @public */ constructor(readonly input: CreateIndexCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -219,7 +214,4 @@ export class CreateIndexCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateIndexCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-resource-explorer-2/src/commands/CreateViewCommand.ts b/clients/client-resource-explorer-2/src/commands/CreateViewCommand.ts index a209cb68c75f..c5001a08e9ea 100644 --- a/clients/client-resource-explorer-2/src/commands/CreateViewCommand.ts +++ b/clients/client-resource-explorer-2/src/commands/CreateViewCommand.ts @@ -139,9 +139,6 @@ export class CreateViewCommand extends $Command< CreateViewCommandOutput, ResourceExplorer2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -154,9 +151,7 @@ export class CreateViewCommand extends $Command< * @public */ constructor(readonly input: CreateViewCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -207,7 +202,4 @@ export class CreateViewCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateViewCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-resource-explorer-2/src/commands/DeleteIndexCommand.ts b/clients/client-resource-explorer-2/src/commands/DeleteIndexCommand.ts index 12ae0188e759..e12a28c97ecf 100644 --- a/clients/client-resource-explorer-2/src/commands/DeleteIndexCommand.ts +++ b/clients/client-resource-explorer-2/src/commands/DeleteIndexCommand.ts @@ -108,9 +108,6 @@ export class DeleteIndexCommand extends $Command< DeleteIndexCommandOutput, ResourceExplorer2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -123,9 +120,7 @@ export class DeleteIndexCommand extends $Command< * @public */ constructor(readonly input: DeleteIndexCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -176,7 +171,4 @@ export class DeleteIndexCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteIndexCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-resource-explorer-2/src/commands/DeleteViewCommand.ts b/clients/client-resource-explorer-2/src/commands/DeleteViewCommand.ts index 464ca5c1e007..38c47a4901e5 100644 --- a/clients/client-resource-explorer-2/src/commands/DeleteViewCommand.ts +++ b/clients/client-resource-explorer-2/src/commands/DeleteViewCommand.ts @@ -101,9 +101,6 @@ export class DeleteViewCommand extends $Command< DeleteViewCommandOutput, ResourceExplorer2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -116,9 +113,7 @@ export class DeleteViewCommand extends $Command< * @public */ constructor(readonly input: DeleteViewCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -169,7 +164,4 @@ export class DeleteViewCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteViewCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-resource-explorer-2/src/commands/DisassociateDefaultViewCommand.ts b/clients/client-resource-explorer-2/src/commands/DisassociateDefaultViewCommand.ts index 5079d66dbdf5..1deb796bfbf0 100644 --- a/clients/client-resource-explorer-2/src/commands/DisassociateDefaultViewCommand.ts +++ b/clients/client-resource-explorer-2/src/commands/DisassociateDefaultViewCommand.ts @@ -91,9 +91,6 @@ export class DisassociateDefaultViewCommand extends $Command< DisassociateDefaultViewCommandOutput, ResourceExplorer2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -106,9 +103,7 @@ export class DisassociateDefaultViewCommand extends $Command< * @public */ constructor(readonly input: DisassociateDefaultViewCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -161,7 +156,4 @@ export class DisassociateDefaultViewCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DisassociateDefaultViewCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-resource-explorer-2/src/commands/GetDefaultViewCommand.ts b/clients/client-resource-explorer-2/src/commands/GetDefaultViewCommand.ts index 345f59000684..0663ddeb8456 100644 --- a/clients/client-resource-explorer-2/src/commands/GetDefaultViewCommand.ts +++ b/clients/client-resource-explorer-2/src/commands/GetDefaultViewCommand.ts @@ -94,9 +94,6 @@ export class GetDefaultViewCommand extends $Command< GetDefaultViewCommandOutput, ResourceExplorer2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -109,9 +106,7 @@ export class GetDefaultViewCommand extends $Command< * @public */ constructor(readonly input: GetDefaultViewCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -164,7 +159,4 @@ export class GetDefaultViewCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetDefaultViewCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-resource-explorer-2/src/commands/GetIndexCommand.ts b/clients/client-resource-explorer-2/src/commands/GetIndexCommand.ts index ed55bfddee36..eb75310fecff 100644 --- a/clients/client-resource-explorer-2/src/commands/GetIndexCommand.ts +++ b/clients/client-resource-explorer-2/src/commands/GetIndexCommand.ts @@ -107,9 +107,6 @@ export class GetIndexCommand extends $Command< GetIndexCommandOutput, ResourceExplorer2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -122,9 +119,7 @@ export class GetIndexCommand extends $Command< * @public */ constructor(readonly input: GetIndexCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -175,7 +170,4 @@ export class GetIndexCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetIndexCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-resource-explorer-2/src/commands/GetViewCommand.ts b/clients/client-resource-explorer-2/src/commands/GetViewCommand.ts index 1eaa9833ebed..503f94804954 100644 --- a/clients/client-resource-explorer-2/src/commands/GetViewCommand.ts +++ b/clients/client-resource-explorer-2/src/commands/GetViewCommand.ts @@ -114,9 +114,6 @@ export class GetViewCommand extends $Command< GetViewCommandOutput, ResourceExplorer2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -129,9 +126,7 @@ export class GetViewCommand extends $Command< * @public */ constructor(readonly input: GetViewCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -182,7 +177,4 @@ export class GetViewCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetViewCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-resource-explorer-2/src/commands/ListIndexesCommand.ts b/clients/client-resource-explorer-2/src/commands/ListIndexesCommand.ts index 55ed80db4440..98566daaf744 100644 --- a/clients/client-resource-explorer-2/src/commands/ListIndexesCommand.ts +++ b/clients/client-resource-explorer-2/src/commands/ListIndexesCommand.ts @@ -104,9 +104,6 @@ export class ListIndexesCommand extends $Command< ListIndexesCommandOutput, ResourceExplorer2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -119,9 +116,7 @@ export class ListIndexesCommand extends $Command< * @public */ constructor(readonly input: ListIndexesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -172,7 +167,4 @@ export class ListIndexesCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListIndexesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-resource-explorer-2/src/commands/ListSupportedResourceTypesCommand.ts b/clients/client-resource-explorer-2/src/commands/ListSupportedResourceTypesCommand.ts index 81278aa25456..317c1d0655d9 100644 --- a/clients/client-resource-explorer-2/src/commands/ListSupportedResourceTypesCommand.ts +++ b/clients/client-resource-explorer-2/src/commands/ListSupportedResourceTypesCommand.ts @@ -98,9 +98,6 @@ export class ListSupportedResourceTypesCommand extends $Command< ListSupportedResourceTypesCommandOutput, ResourceExplorer2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -113,9 +110,7 @@ export class ListSupportedResourceTypesCommand extends $Command< * @public */ constructor(readonly input: ListSupportedResourceTypesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -171,7 +166,4 @@ export class ListSupportedResourceTypesCommand extends $Command< ): Promise { return de_ListSupportedResourceTypesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-resource-explorer-2/src/commands/ListTagsForResourceCommand.ts b/clients/client-resource-explorer-2/src/commands/ListTagsForResourceCommand.ts index 36fde499edb8..faf04ca6e7f7 100644 --- a/clients/client-resource-explorer-2/src/commands/ListTagsForResourceCommand.ts +++ b/clients/client-resource-explorer-2/src/commands/ListTagsForResourceCommand.ts @@ -100,9 +100,6 @@ export class ListTagsForResourceCommand extends $Command< ListTagsForResourceCommandOutput, ResourceExplorer2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -115,9 +112,7 @@ export class ListTagsForResourceCommand extends $Command< * @public */ constructor(readonly input: ListTagsForResourceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -170,7 +165,4 @@ export class ListTagsForResourceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListTagsForResourceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-resource-explorer-2/src/commands/ListViewsCommand.ts b/clients/client-resource-explorer-2/src/commands/ListViewsCommand.ts index a762e87d7c70..82e7534b3364 100644 --- a/clients/client-resource-explorer-2/src/commands/ListViewsCommand.ts +++ b/clients/client-resource-explorer-2/src/commands/ListViewsCommand.ts @@ -104,9 +104,6 @@ export class ListViewsCommand extends $Command< ListViewsCommandOutput, ResourceExplorer2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -119,9 +116,7 @@ export class ListViewsCommand extends $Command< * @public */ constructor(readonly input: ListViewsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -172,7 +167,4 @@ export class ListViewsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListViewsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-resource-explorer-2/src/commands/SearchCommand.ts b/clients/client-resource-explorer-2/src/commands/SearchCommand.ts index 52b2c539a180..c87b431a3209 100644 --- a/clients/client-resource-explorer-2/src/commands/SearchCommand.ts +++ b/clients/client-resource-explorer-2/src/commands/SearchCommand.ts @@ -135,9 +135,6 @@ export class SearchCommand extends $Command< SearchCommandOutput, ResourceExplorer2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -150,9 +147,7 @@ export class SearchCommand extends $Command< * @public */ constructor(readonly input: SearchCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -203,7 +198,4 @@ export class SearchCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_SearchCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-resource-explorer-2/src/commands/TagResourceCommand.ts b/clients/client-resource-explorer-2/src/commands/TagResourceCommand.ts index ba5d9036b04a..8b701d802e22 100644 --- a/clients/client-resource-explorer-2/src/commands/TagResourceCommand.ts +++ b/clients/client-resource-explorer-2/src/commands/TagResourceCommand.ts @@ -100,9 +100,6 @@ export class TagResourceCommand extends $Command< TagResourceCommandOutput, ResourceExplorer2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -115,9 +112,7 @@ export class TagResourceCommand extends $Command< * @public */ constructor(readonly input: TagResourceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -168,7 +163,4 @@ export class TagResourceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_TagResourceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-resource-explorer-2/src/commands/UntagResourceCommand.ts b/clients/client-resource-explorer-2/src/commands/UntagResourceCommand.ts index 80dc7e67f315..3eba2a4657c3 100644 --- a/clients/client-resource-explorer-2/src/commands/UntagResourceCommand.ts +++ b/clients/client-resource-explorer-2/src/commands/UntagResourceCommand.ts @@ -99,9 +99,6 @@ export class UntagResourceCommand extends $Command< UntagResourceCommandOutput, ResourceExplorer2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -114,9 +111,7 @@ export class UntagResourceCommand extends $Command< * @public */ constructor(readonly input: UntagResourceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -167,7 +162,4 @@ export class UntagResourceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UntagResourceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-resource-explorer-2/src/commands/UpdateIndexTypeCommand.ts b/clients/client-resource-explorer-2/src/commands/UpdateIndexTypeCommand.ts index 36154179b6d0..78e95dec6e55 100644 --- a/clients/client-resource-explorer-2/src/commands/UpdateIndexTypeCommand.ts +++ b/clients/client-resource-explorer-2/src/commands/UpdateIndexTypeCommand.ts @@ -163,9 +163,6 @@ export class UpdateIndexTypeCommand extends $Command< UpdateIndexTypeCommandOutput, ResourceExplorer2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -178,9 +175,7 @@ export class UpdateIndexTypeCommand extends $Command< * @public */ constructor(readonly input: UpdateIndexTypeCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -233,7 +228,4 @@ export class UpdateIndexTypeCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdateIndexTypeCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-resource-explorer-2/src/commands/UpdateViewCommand.ts b/clients/client-resource-explorer-2/src/commands/UpdateViewCommand.ts index 5ae5e09c3e81..c165f38d2e35 100644 --- a/clients/client-resource-explorer-2/src/commands/UpdateViewCommand.ts +++ b/clients/client-resource-explorer-2/src/commands/UpdateViewCommand.ts @@ -124,9 +124,6 @@ export class UpdateViewCommand extends $Command< UpdateViewCommandOutput, ResourceExplorer2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -139,9 +136,7 @@ export class UpdateViewCommand extends $Command< * @public */ constructor(readonly input: UpdateViewCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -192,7 +187,4 @@ export class UpdateViewCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdateViewCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-resource-groups-tagging-api/package.json b/clients/client-resource-groups-tagging-api/package.json index 37df06243531..ba693379bf4c 100644 --- a/clients/client-resource-groups-tagging-api/package.json +++ b/clients/client-resource-groups-tagging-api/package.json @@ -34,29 +34,29 @@ "@aws-sdk/util-endpoints": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@smithy/config-resolver": "^2.0.16", - "@smithy/fetch-http-handler": "^2.2.4", - "@smithy/hash-node": "^2.0.12", - "@smithy/invalid-dependency": "^2.0.12", - "@smithy/middleware-content-length": "^2.0.14", - "@smithy/middleware-endpoint": "^2.1.3", - "@smithy/middleware-retry": "^2.0.18", - "@smithy/middleware-serde": "^2.0.12", - "@smithy/middleware-stack": "^2.0.6", - "@smithy/node-config-provider": "^2.1.3", - "@smithy/node-http-handler": "^2.1.8", - "@smithy/protocol-http": "^3.0.8", - "@smithy/smithy-client": "^2.1.12", - "@smithy/types": "^2.4.0", - "@smithy/url-parser": "^2.0.12", - "@smithy/util-base64": "^2.0.0", + "@smithy/config-resolver": "^2.0.18", + "@smithy/fetch-http-handler": "^2.2.6", + "@smithy/hash-node": "^2.0.15", + "@smithy/invalid-dependency": "^2.0.13", + "@smithy/middleware-content-length": "^2.0.15", + "@smithy/middleware-endpoint": "^2.2.0", + "@smithy/middleware-retry": "^2.0.20", + "@smithy/middleware-serde": "^2.0.13", + "@smithy/middleware-stack": "^2.0.7", + "@smithy/node-config-provider": "^2.1.5", + "@smithy/node-http-handler": "^2.1.9", + "@smithy/protocol-http": "^3.0.9", + "@smithy/smithy-client": "^2.1.15", + "@smithy/types": "^2.5.0", + "@smithy/url-parser": "^2.0.13", + "@smithy/util-base64": "^2.0.1", "@smithy/util-body-length-browser": "^2.0.0", "@smithy/util-body-length-node": "^2.1.0", - "@smithy/util-defaults-mode-browser": "^2.0.16", - "@smithy/util-defaults-mode-node": "^2.0.21", - "@smithy/util-endpoints": "^1.0.2", - "@smithy/util-retry": "^2.0.5", - "@smithy/util-utf8": "^2.0.0", + "@smithy/util-defaults-mode-browser": "^2.0.19", + "@smithy/util-defaults-mode-node": "^2.0.25", + "@smithy/util-endpoints": "^1.0.4", + "@smithy/util-retry": "^2.0.6", + "@smithy/util-utf8": "^2.0.2", "tslib": "^2.5.0" }, "devDependencies": { diff --git a/clients/client-resource-groups-tagging-api/src/commands/DescribeReportCreationCommand.ts b/clients/client-resource-groups-tagging-api/src/commands/DescribeReportCreationCommand.ts index 5a47ab4bdea3..cf16e47a171b 100644 --- a/clients/client-resource-groups-tagging-api/src/commands/DescribeReportCreationCommand.ts +++ b/clients/client-resource-groups-tagging-api/src/commands/DescribeReportCreationCommand.ts @@ -129,9 +129,6 @@ export class DescribeReportCreationCommand extends $Command< DescribeReportCreationCommandOutput, ResourceGroupsTaggingAPIClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -145,9 +142,7 @@ export class DescribeReportCreationCommand extends $Command< * @public */ constructor(readonly input: DescribeReportCreationCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -200,7 +195,4 @@ export class DescribeReportCreationCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DescribeReportCreationCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-resource-groups-tagging-api/src/commands/GetComplianceSummaryCommand.ts b/clients/client-resource-groups-tagging-api/src/commands/GetComplianceSummaryCommand.ts index dbc0df79fa3e..ecb72563c706 100644 --- a/clients/client-resource-groups-tagging-api/src/commands/GetComplianceSummaryCommand.ts +++ b/clients/client-resource-groups-tagging-api/src/commands/GetComplianceSummaryCommand.ts @@ -164,9 +164,6 @@ export class GetComplianceSummaryCommand extends $Command< GetComplianceSummaryCommandOutput, ResourceGroupsTaggingAPIClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -180,9 +177,7 @@ export class GetComplianceSummaryCommand extends $Command< * @public */ constructor(readonly input: GetComplianceSummaryCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -235,7 +230,4 @@ export class GetComplianceSummaryCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetComplianceSummaryCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-resource-groups-tagging-api/src/commands/GetResourcesCommand.ts b/clients/client-resource-groups-tagging-api/src/commands/GetResourcesCommand.ts index f162d99cb0ef..8470d906a3d6 100644 --- a/clients/client-resource-groups-tagging-api/src/commands/GetResourcesCommand.ts +++ b/clients/client-resource-groups-tagging-api/src/commands/GetResourcesCommand.ts @@ -169,9 +169,6 @@ export class GetResourcesCommand extends $Command< GetResourcesCommandOutput, ResourceGroupsTaggingAPIClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -185,9 +182,7 @@ export class GetResourcesCommand extends $Command< * @public */ constructor(readonly input: GetResourcesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -238,7 +233,4 @@ export class GetResourcesCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetResourcesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-resource-groups-tagging-api/src/commands/GetTagKeysCommand.ts b/clients/client-resource-groups-tagging-api/src/commands/GetTagKeysCommand.ts index 8cfe93f8ccc2..9b6828730359 100644 --- a/clients/client-resource-groups-tagging-api/src/commands/GetTagKeysCommand.ts +++ b/clients/client-resource-groups-tagging-api/src/commands/GetTagKeysCommand.ts @@ -118,9 +118,6 @@ export class GetTagKeysCommand extends $Command< GetTagKeysCommandOutput, ResourceGroupsTaggingAPIClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -134,9 +131,7 @@ export class GetTagKeysCommand extends $Command< * @public */ constructor(readonly input: GetTagKeysCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -187,7 +182,4 @@ export class GetTagKeysCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetTagKeysCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-resource-groups-tagging-api/src/commands/GetTagValuesCommand.ts b/clients/client-resource-groups-tagging-api/src/commands/GetTagValuesCommand.ts index f9053e4e470e..72888a63073e 100644 --- a/clients/client-resource-groups-tagging-api/src/commands/GetTagValuesCommand.ts +++ b/clients/client-resource-groups-tagging-api/src/commands/GetTagValuesCommand.ts @@ -119,9 +119,6 @@ export class GetTagValuesCommand extends $Command< GetTagValuesCommandOutput, ResourceGroupsTaggingAPIClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -135,9 +132,7 @@ export class GetTagValuesCommand extends $Command< * @public */ constructor(readonly input: GetTagValuesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -188,7 +183,4 @@ export class GetTagValuesCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetTagValuesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-resource-groups-tagging-api/src/commands/StartReportCreationCommand.ts b/clients/client-resource-groups-tagging-api/src/commands/StartReportCreationCommand.ts index 761b301b9c6d..fc5bae352788 100644 --- a/clients/client-resource-groups-tagging-api/src/commands/StartReportCreationCommand.ts +++ b/clients/client-resource-groups-tagging-api/src/commands/StartReportCreationCommand.ts @@ -136,9 +136,6 @@ export class StartReportCreationCommand extends $Command< StartReportCreationCommandOutput, ResourceGroupsTaggingAPIClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -152,9 +149,7 @@ export class StartReportCreationCommand extends $Command< * @public */ constructor(readonly input: StartReportCreationCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -207,7 +202,4 @@ export class StartReportCreationCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_StartReportCreationCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-resource-groups-tagging-api/src/commands/TagResourcesCommand.ts b/clients/client-resource-groups-tagging-api/src/commands/TagResourcesCommand.ts index 7e00e9872ac2..6d0bbafdd3ac 100644 --- a/clients/client-resource-groups-tagging-api/src/commands/TagResourcesCommand.ts +++ b/clients/client-resource-groups-tagging-api/src/commands/TagResourcesCommand.ts @@ -164,9 +164,6 @@ export class TagResourcesCommand extends $Command< TagResourcesCommandOutput, ResourceGroupsTaggingAPIClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -180,9 +177,7 @@ export class TagResourcesCommand extends $Command< * @public */ constructor(readonly input: TagResourcesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -233,7 +228,4 @@ export class TagResourcesCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_TagResourcesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-resource-groups-tagging-api/src/commands/UntagResourcesCommand.ts b/clients/client-resource-groups-tagging-api/src/commands/UntagResourcesCommand.ts index b12bdf956a10..a9c8d908426d 100644 --- a/clients/client-resource-groups-tagging-api/src/commands/UntagResourcesCommand.ts +++ b/clients/client-resource-groups-tagging-api/src/commands/UntagResourcesCommand.ts @@ -150,9 +150,6 @@ export class UntagResourcesCommand extends $Command< UntagResourcesCommandOutput, ResourceGroupsTaggingAPIClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -166,9 +163,7 @@ export class UntagResourcesCommand extends $Command< * @public */ constructor(readonly input: UntagResourcesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -221,7 +216,4 @@ export class UntagResourcesCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UntagResourcesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-resource-groups/package.json b/clients/client-resource-groups/package.json index d08bf044862b..341a48b542e4 100644 --- a/clients/client-resource-groups/package.json +++ b/clients/client-resource-groups/package.json @@ -34,29 +34,29 @@ "@aws-sdk/util-endpoints": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@smithy/config-resolver": "^2.0.16", - "@smithy/fetch-http-handler": "^2.2.4", - "@smithy/hash-node": "^2.0.12", - "@smithy/invalid-dependency": "^2.0.12", - "@smithy/middleware-content-length": "^2.0.14", - "@smithy/middleware-endpoint": "^2.1.3", - "@smithy/middleware-retry": "^2.0.18", - "@smithy/middleware-serde": "^2.0.12", - "@smithy/middleware-stack": "^2.0.6", - "@smithy/node-config-provider": "^2.1.3", - "@smithy/node-http-handler": "^2.1.8", - "@smithy/protocol-http": "^3.0.8", - "@smithy/smithy-client": "^2.1.12", - "@smithy/types": "^2.4.0", - "@smithy/url-parser": "^2.0.12", - "@smithy/util-base64": "^2.0.0", + "@smithy/config-resolver": "^2.0.18", + "@smithy/fetch-http-handler": "^2.2.6", + "@smithy/hash-node": "^2.0.15", + "@smithy/invalid-dependency": "^2.0.13", + "@smithy/middleware-content-length": "^2.0.15", + "@smithy/middleware-endpoint": "^2.2.0", + "@smithy/middleware-retry": "^2.0.20", + "@smithy/middleware-serde": "^2.0.13", + "@smithy/middleware-stack": "^2.0.7", + "@smithy/node-config-provider": "^2.1.5", + "@smithy/node-http-handler": "^2.1.9", + "@smithy/protocol-http": "^3.0.9", + "@smithy/smithy-client": "^2.1.15", + "@smithy/types": "^2.5.0", + "@smithy/url-parser": "^2.0.13", + "@smithy/util-base64": "^2.0.1", "@smithy/util-body-length-browser": "^2.0.0", "@smithy/util-body-length-node": "^2.1.0", - "@smithy/util-defaults-mode-browser": "^2.0.16", - "@smithy/util-defaults-mode-node": "^2.0.21", - "@smithy/util-endpoints": "^1.0.2", - "@smithy/util-retry": "^2.0.5", - "@smithy/util-utf8": "^2.0.0", + "@smithy/util-defaults-mode-browser": "^2.0.19", + "@smithy/util-defaults-mode-node": "^2.0.25", + "@smithy/util-endpoints": "^1.0.4", + "@smithy/util-retry": "^2.0.6", + "@smithy/util-utf8": "^2.0.2", "tslib": "^2.5.0" }, "devDependencies": { diff --git a/clients/client-resource-groups/src/commands/CreateGroupCommand.ts b/clients/client-resource-groups/src/commands/CreateGroupCommand.ts index 0ce266b6570d..5c4a08cfb449 100644 --- a/clients/client-resource-groups/src/commands/CreateGroupCommand.ts +++ b/clients/client-resource-groups/src/commands/CreateGroupCommand.ts @@ -163,9 +163,6 @@ export class CreateGroupCommand extends $Command< CreateGroupCommandOutput, ResourceGroupsClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -179,9 +176,7 @@ export class CreateGroupCommand extends $Command< * @public */ constructor(readonly input: CreateGroupCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -232,7 +227,4 @@ export class CreateGroupCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateGroupCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-resource-groups/src/commands/DeleteGroupCommand.ts b/clients/client-resource-groups/src/commands/DeleteGroupCommand.ts index de6681dcc098..11ad8668b601 100644 --- a/clients/client-resource-groups/src/commands/DeleteGroupCommand.ts +++ b/clients/client-resource-groups/src/commands/DeleteGroupCommand.ts @@ -106,9 +106,6 @@ export class DeleteGroupCommand extends $Command< DeleteGroupCommandOutput, ResourceGroupsClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -122,9 +119,7 @@ export class DeleteGroupCommand extends $Command< * @public */ constructor(readonly input: DeleteGroupCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -175,7 +170,4 @@ export class DeleteGroupCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteGroupCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-resource-groups/src/commands/GetAccountSettingsCommand.ts b/clients/client-resource-groups/src/commands/GetAccountSettingsCommand.ts index cdf9a8eb2ce4..d9f2645d644e 100644 --- a/clients/client-resource-groups/src/commands/GetAccountSettingsCommand.ts +++ b/clients/client-resource-groups/src/commands/GetAccountSettingsCommand.ts @@ -88,9 +88,6 @@ export class GetAccountSettingsCommand extends $Command< GetAccountSettingsCommandOutput, ResourceGroupsClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -104,9 +101,7 @@ export class GetAccountSettingsCommand extends $Command< * @public */ constructor(readonly input: GetAccountSettingsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -159,7 +154,4 @@ export class GetAccountSettingsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetAccountSettingsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-resource-groups/src/commands/GetGroupCommand.ts b/clients/client-resource-groups/src/commands/GetGroupCommand.ts index 63dca434094d..ae0613f00995 100644 --- a/clients/client-resource-groups/src/commands/GetGroupCommand.ts +++ b/clients/client-resource-groups/src/commands/GetGroupCommand.ts @@ -105,9 +105,6 @@ export class GetGroupCommand extends $Command< GetGroupCommandOutput, ResourceGroupsClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -121,9 +118,7 @@ export class GetGroupCommand extends $Command< * @public */ constructor(readonly input: GetGroupCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -174,7 +169,4 @@ export class GetGroupCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetGroupCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-resource-groups/src/commands/GetGroupConfigurationCommand.ts b/clients/client-resource-groups/src/commands/GetGroupConfigurationCommand.ts index 36350b0786d0..c222540bd747 100644 --- a/clients/client-resource-groups/src/commands/GetGroupConfigurationCommand.ts +++ b/clients/client-resource-groups/src/commands/GetGroupConfigurationCommand.ts @@ -130,9 +130,6 @@ export class GetGroupConfigurationCommand extends $Command< GetGroupConfigurationCommandOutput, ResourceGroupsClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -146,9 +143,7 @@ export class GetGroupConfigurationCommand extends $Command< * @public */ constructor(readonly input: GetGroupConfigurationCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -201,7 +196,4 @@ export class GetGroupConfigurationCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetGroupConfigurationCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-resource-groups/src/commands/GetGroupQueryCommand.ts b/clients/client-resource-groups/src/commands/GetGroupQueryCommand.ts index a3f416a2147b..25b8e300cfed 100644 --- a/clients/client-resource-groups/src/commands/GetGroupQueryCommand.ts +++ b/clients/client-resource-groups/src/commands/GetGroupQueryCommand.ts @@ -109,9 +109,6 @@ export class GetGroupQueryCommand extends $Command< GetGroupQueryCommandOutput, ResourceGroupsClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -125,9 +122,7 @@ export class GetGroupQueryCommand extends $Command< * @public */ constructor(readonly input: GetGroupQueryCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -178,7 +173,4 @@ export class GetGroupQueryCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetGroupQueryCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-resource-groups/src/commands/GetTagsCommand.ts b/clients/client-resource-groups/src/commands/GetTagsCommand.ts index c3fe4a07f584..69c5f1abeb63 100644 --- a/clients/client-resource-groups/src/commands/GetTagsCommand.ts +++ b/clients/client-resource-groups/src/commands/GetTagsCommand.ts @@ -104,9 +104,6 @@ export class GetTagsCommand extends $Command< GetTagsCommandOutput, ResourceGroupsClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -120,9 +117,7 @@ export class GetTagsCommand extends $Command< * @public */ constructor(readonly input: GetTagsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -173,7 +168,4 @@ export class GetTagsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetTagsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-resource-groups/src/commands/GroupResourcesCommand.ts b/clients/client-resource-groups/src/commands/GroupResourcesCommand.ts index 6f2a63373851..7aea0950f4b8 100644 --- a/clients/client-resource-groups/src/commands/GroupResourcesCommand.ts +++ b/clients/client-resource-groups/src/commands/GroupResourcesCommand.ts @@ -135,9 +135,6 @@ export class GroupResourcesCommand extends $Command< GroupResourcesCommandOutput, ResourceGroupsClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -151,9 +148,7 @@ export class GroupResourcesCommand extends $Command< * @public */ constructor(readonly input: GroupResourcesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -206,7 +201,4 @@ export class GroupResourcesCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GroupResourcesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-resource-groups/src/commands/ListGroupResourcesCommand.ts b/clients/client-resource-groups/src/commands/ListGroupResourcesCommand.ts index a455d58cd3c9..cfc74c84e516 100644 --- a/clients/client-resource-groups/src/commands/ListGroupResourcesCommand.ts +++ b/clients/client-resource-groups/src/commands/ListGroupResourcesCommand.ts @@ -154,9 +154,6 @@ export class ListGroupResourcesCommand extends $Command< ListGroupResourcesCommandOutput, ResourceGroupsClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -170,9 +167,7 @@ export class ListGroupResourcesCommand extends $Command< * @public */ constructor(readonly input: ListGroupResourcesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -225,7 +220,4 @@ export class ListGroupResourcesCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListGroupResourcesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-resource-groups/src/commands/ListGroupsCommand.ts b/clients/client-resource-groups/src/commands/ListGroupsCommand.ts index cf1eccb78ff8..2c0ce9632e38 100644 --- a/clients/client-resource-groups/src/commands/ListGroupsCommand.ts +++ b/clients/client-resource-groups/src/commands/ListGroupsCommand.ts @@ -119,9 +119,6 @@ export class ListGroupsCommand extends $Command< ListGroupsCommandOutput, ResourceGroupsClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -135,9 +132,7 @@ export class ListGroupsCommand extends $Command< * @public */ constructor(readonly input: ListGroupsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -188,7 +183,4 @@ export class ListGroupsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListGroupsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-resource-groups/src/commands/PutGroupConfigurationCommand.ts b/clients/client-resource-groups/src/commands/PutGroupConfigurationCommand.ts index ce275c7e9b5f..9f9503c91eb0 100644 --- a/clients/client-resource-groups/src/commands/PutGroupConfigurationCommand.ts +++ b/clients/client-resource-groups/src/commands/PutGroupConfigurationCommand.ts @@ -113,9 +113,6 @@ export class PutGroupConfigurationCommand extends $Command< PutGroupConfigurationCommandOutput, ResourceGroupsClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -129,9 +126,7 @@ export class PutGroupConfigurationCommand extends $Command< * @public */ constructor(readonly input: PutGroupConfigurationCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -184,7 +179,4 @@ export class PutGroupConfigurationCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_PutGroupConfigurationCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-resource-groups/src/commands/SearchResourcesCommand.ts b/clients/client-resource-groups/src/commands/SearchResourcesCommand.ts index 2e44fb01641a..557236185545 100644 --- a/clients/client-resource-groups/src/commands/SearchResourcesCommand.ts +++ b/clients/client-resource-groups/src/commands/SearchResourcesCommand.ts @@ -135,9 +135,6 @@ export class SearchResourcesCommand extends $Command< SearchResourcesCommandOutput, ResourceGroupsClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -151,9 +148,7 @@ export class SearchResourcesCommand extends $Command< * @public */ constructor(readonly input: SearchResourcesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -206,7 +201,4 @@ export class SearchResourcesCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_SearchResourcesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-resource-groups/src/commands/TagCommand.ts b/clients/client-resource-groups/src/commands/TagCommand.ts index 229021dd0f4b..0bb41bf9ce30 100644 --- a/clients/client-resource-groups/src/commands/TagCommand.ts +++ b/clients/client-resource-groups/src/commands/TagCommand.ts @@ -109,9 +109,6 @@ export interface TagCommandOutput extends TagOutput, __MetadataBearer {} * */ export class TagCommand extends $Command { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -125,9 +122,7 @@ export class TagCommand extends $Command { return de_TagCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-resource-groups/src/commands/UngroupResourcesCommand.ts b/clients/client-resource-groups/src/commands/UngroupResourcesCommand.ts index aec28a9dbc0e..9753699b2583 100644 --- a/clients/client-resource-groups/src/commands/UngroupResourcesCommand.ts +++ b/clients/client-resource-groups/src/commands/UngroupResourcesCommand.ts @@ -120,9 +120,6 @@ export class UngroupResourcesCommand extends $Command< UngroupResourcesCommandOutput, ResourceGroupsClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -136,9 +133,7 @@ export class UngroupResourcesCommand extends $Command< * @public */ constructor(readonly input: UngroupResourcesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -191,7 +186,4 @@ export class UngroupResourcesCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UngroupResourcesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-resource-groups/src/commands/UntagCommand.ts b/clients/client-resource-groups/src/commands/UntagCommand.ts index 9e76c40199bc..9ca946b99140 100644 --- a/clients/client-resource-groups/src/commands/UntagCommand.ts +++ b/clients/client-resource-groups/src/commands/UntagCommand.ts @@ -102,9 +102,6 @@ export interface UntagCommandOutput extends UntagOutput, __MetadataBearer {} * */ export class UntagCommand extends $Command { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -118,9 +115,7 @@ export class UntagCommand extends $Command { return de_UntagCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-resource-groups/src/commands/UpdateAccountSettingsCommand.ts b/clients/client-resource-groups/src/commands/UpdateAccountSettingsCommand.ts index 46dbdc0d538d..d0959383d753 100644 --- a/clients/client-resource-groups/src/commands/UpdateAccountSettingsCommand.ts +++ b/clients/client-resource-groups/src/commands/UpdateAccountSettingsCommand.ts @@ -94,9 +94,6 @@ export class UpdateAccountSettingsCommand extends $Command< UpdateAccountSettingsCommandOutput, ResourceGroupsClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -110,9 +107,7 @@ export class UpdateAccountSettingsCommand extends $Command< * @public */ constructor(readonly input: UpdateAccountSettingsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -165,7 +160,4 @@ export class UpdateAccountSettingsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdateAccountSettingsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-resource-groups/src/commands/UpdateGroupCommand.ts b/clients/client-resource-groups/src/commands/UpdateGroupCommand.ts index 3dd45b247e75..356d01f8118a 100644 --- a/clients/client-resource-groups/src/commands/UpdateGroupCommand.ts +++ b/clients/client-resource-groups/src/commands/UpdateGroupCommand.ts @@ -107,9 +107,6 @@ export class UpdateGroupCommand extends $Command< UpdateGroupCommandOutput, ResourceGroupsClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -123,9 +120,7 @@ export class UpdateGroupCommand extends $Command< * @public */ constructor(readonly input: UpdateGroupCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -176,7 +171,4 @@ export class UpdateGroupCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdateGroupCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-resource-groups/src/commands/UpdateGroupQueryCommand.ts b/clients/client-resource-groups/src/commands/UpdateGroupQueryCommand.ts index a6b45f72dd1e..dcba9fd86a9c 100644 --- a/clients/client-resource-groups/src/commands/UpdateGroupQueryCommand.ts +++ b/clients/client-resource-groups/src/commands/UpdateGroupQueryCommand.ts @@ -112,9 +112,6 @@ export class UpdateGroupQueryCommand extends $Command< UpdateGroupQueryCommandOutput, ResourceGroupsClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -128,9 +125,7 @@ export class UpdateGroupQueryCommand extends $Command< * @public */ constructor(readonly input: UpdateGroupQueryCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -183,7 +178,4 @@ export class UpdateGroupQueryCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdateGroupQueryCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-robomaker/package.json b/clients/client-robomaker/package.json index 870d6efa4147..ac3ba2af2f41 100644 --- a/clients/client-robomaker/package.json +++ b/clients/client-robomaker/package.json @@ -34,29 +34,29 @@ "@aws-sdk/util-endpoints": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@smithy/config-resolver": "^2.0.16", - "@smithy/fetch-http-handler": "^2.2.4", - "@smithy/hash-node": "^2.0.12", - "@smithy/invalid-dependency": "^2.0.12", - "@smithy/middleware-content-length": "^2.0.14", - "@smithy/middleware-endpoint": "^2.1.3", - "@smithy/middleware-retry": "^2.0.18", - "@smithy/middleware-serde": "^2.0.12", - "@smithy/middleware-stack": "^2.0.6", - "@smithy/node-config-provider": "^2.1.3", - "@smithy/node-http-handler": "^2.1.8", - "@smithy/protocol-http": "^3.0.8", - "@smithy/smithy-client": "^2.1.12", - "@smithy/types": "^2.4.0", - "@smithy/url-parser": "^2.0.12", - "@smithy/util-base64": "^2.0.0", + "@smithy/config-resolver": "^2.0.18", + "@smithy/fetch-http-handler": "^2.2.6", + "@smithy/hash-node": "^2.0.15", + "@smithy/invalid-dependency": "^2.0.13", + "@smithy/middleware-content-length": "^2.0.15", + "@smithy/middleware-endpoint": "^2.2.0", + "@smithy/middleware-retry": "^2.0.20", + "@smithy/middleware-serde": "^2.0.13", + "@smithy/middleware-stack": "^2.0.7", + "@smithy/node-config-provider": "^2.1.5", + "@smithy/node-http-handler": "^2.1.9", + "@smithy/protocol-http": "^3.0.9", + "@smithy/smithy-client": "^2.1.15", + "@smithy/types": "^2.5.0", + "@smithy/url-parser": "^2.0.13", + "@smithy/util-base64": "^2.0.1", "@smithy/util-body-length-browser": "^2.0.0", "@smithy/util-body-length-node": "^2.1.0", - "@smithy/util-defaults-mode-browser": "^2.0.16", - "@smithy/util-defaults-mode-node": "^2.0.21", - "@smithy/util-endpoints": "^1.0.2", - "@smithy/util-retry": "^2.0.5", - "@smithy/util-utf8": "^2.0.0", + "@smithy/util-defaults-mode-browser": "^2.0.19", + "@smithy/util-defaults-mode-node": "^2.0.25", + "@smithy/util-endpoints": "^1.0.4", + "@smithy/util-retry": "^2.0.6", + "@smithy/util-utf8": "^2.0.2", "tslib": "^2.5.0", "uuid": "^8.3.2" }, diff --git a/clients/client-robomaker/src/commands/BatchDeleteWorldsCommand.ts b/clients/client-robomaker/src/commands/BatchDeleteWorldsCommand.ts index 5f68803eaa05..8e3c498cf1a2 100644 --- a/clients/client-robomaker/src/commands/BatchDeleteWorldsCommand.ts +++ b/clients/client-robomaker/src/commands/BatchDeleteWorldsCommand.ts @@ -84,9 +84,6 @@ export class BatchDeleteWorldsCommand extends $Command< BatchDeleteWorldsCommandOutput, RoboMakerClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -100,9 +97,7 @@ export class BatchDeleteWorldsCommand extends $Command< * @public */ constructor(readonly input: BatchDeleteWorldsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -155,7 +150,4 @@ export class BatchDeleteWorldsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_BatchDeleteWorldsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-robomaker/src/commands/BatchDescribeSimulationJobCommand.ts b/clients/client-robomaker/src/commands/BatchDescribeSimulationJobCommand.ts index e6606370a122..b66f0229329e 100644 --- a/clients/client-robomaker/src/commands/BatchDescribeSimulationJobCommand.ts +++ b/clients/client-robomaker/src/commands/BatchDescribeSimulationJobCommand.ts @@ -240,9 +240,6 @@ export class BatchDescribeSimulationJobCommand extends $Command< BatchDescribeSimulationJobCommandOutput, RoboMakerClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -256,9 +253,7 @@ export class BatchDescribeSimulationJobCommand extends $Command< * @public */ constructor(readonly input: BatchDescribeSimulationJobCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -314,7 +309,4 @@ export class BatchDescribeSimulationJobCommand extends $Command< ): Promise { return de_BatchDescribeSimulationJobCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-robomaker/src/commands/CancelDeploymentJobCommand.ts b/clients/client-robomaker/src/commands/CancelDeploymentJobCommand.ts index 9dcdcde972cf..71f7a59730d8 100644 --- a/clients/client-robomaker/src/commands/CancelDeploymentJobCommand.ts +++ b/clients/client-robomaker/src/commands/CancelDeploymentJobCommand.ts @@ -86,9 +86,6 @@ export class CancelDeploymentJobCommand extends $Command< CancelDeploymentJobCommandOutput, RoboMakerClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -102,9 +99,7 @@ export class CancelDeploymentJobCommand extends $Command< * @public */ constructor(readonly input: CancelDeploymentJobCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -157,7 +152,4 @@ export class CancelDeploymentJobCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CancelDeploymentJobCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-robomaker/src/commands/CancelSimulationJobBatchCommand.ts b/clients/client-robomaker/src/commands/CancelSimulationJobBatchCommand.ts index f0a9135dd35c..c94c1e9c5c10 100644 --- a/clients/client-robomaker/src/commands/CancelSimulationJobBatchCommand.ts +++ b/clients/client-robomaker/src/commands/CancelSimulationJobBatchCommand.ts @@ -82,9 +82,6 @@ export class CancelSimulationJobBatchCommand extends $Command< CancelSimulationJobBatchCommandOutput, RoboMakerClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -98,9 +95,7 @@ export class CancelSimulationJobBatchCommand extends $Command< * @public */ constructor(readonly input: CancelSimulationJobBatchCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -153,7 +148,4 @@ export class CancelSimulationJobBatchCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CancelSimulationJobBatchCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-robomaker/src/commands/CancelSimulationJobCommand.ts b/clients/client-robomaker/src/commands/CancelSimulationJobCommand.ts index b2bda60c8457..926eb5dffc41 100644 --- a/clients/client-robomaker/src/commands/CancelSimulationJobCommand.ts +++ b/clients/client-robomaker/src/commands/CancelSimulationJobCommand.ts @@ -81,9 +81,6 @@ export class CancelSimulationJobCommand extends $Command< CancelSimulationJobCommandOutput, RoboMakerClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -97,9 +94,7 @@ export class CancelSimulationJobCommand extends $Command< * @public */ constructor(readonly input: CancelSimulationJobCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -152,7 +147,4 @@ export class CancelSimulationJobCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CancelSimulationJobCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-robomaker/src/commands/CancelWorldExportJobCommand.ts b/clients/client-robomaker/src/commands/CancelWorldExportJobCommand.ts index fac05147792e..e0a825278fe2 100644 --- a/clients/client-robomaker/src/commands/CancelWorldExportJobCommand.ts +++ b/clients/client-robomaker/src/commands/CancelWorldExportJobCommand.ts @@ -81,9 +81,6 @@ export class CancelWorldExportJobCommand extends $Command< CancelWorldExportJobCommandOutput, RoboMakerClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -97,9 +94,7 @@ export class CancelWorldExportJobCommand extends $Command< * @public */ constructor(readonly input: CancelWorldExportJobCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -152,7 +147,4 @@ export class CancelWorldExportJobCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CancelWorldExportJobCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-robomaker/src/commands/CancelWorldGenerationJobCommand.ts b/clients/client-robomaker/src/commands/CancelWorldGenerationJobCommand.ts index f1d678519237..a98d0e32b34f 100644 --- a/clients/client-robomaker/src/commands/CancelWorldGenerationJobCommand.ts +++ b/clients/client-robomaker/src/commands/CancelWorldGenerationJobCommand.ts @@ -81,9 +81,6 @@ export class CancelWorldGenerationJobCommand extends $Command< CancelWorldGenerationJobCommandOutput, RoboMakerClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -97,9 +94,7 @@ export class CancelWorldGenerationJobCommand extends $Command< * @public */ constructor(readonly input: CancelWorldGenerationJobCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -152,7 +147,4 @@ export class CancelWorldGenerationJobCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CancelWorldGenerationJobCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-robomaker/src/commands/CreateDeploymentJobCommand.ts b/clients/client-robomaker/src/commands/CreateDeploymentJobCommand.ts index bd3fac3d7a0b..4c621e68f6d2 100644 --- a/clients/client-robomaker/src/commands/CreateDeploymentJobCommand.ts +++ b/clients/client-robomaker/src/commands/CreateDeploymentJobCommand.ts @@ -168,9 +168,6 @@ export class CreateDeploymentJobCommand extends $Command< CreateDeploymentJobCommandOutput, RoboMakerClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -184,9 +181,7 @@ export class CreateDeploymentJobCommand extends $Command< * @public */ constructor(readonly input: CreateDeploymentJobCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -239,7 +234,4 @@ export class CreateDeploymentJobCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateDeploymentJobCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-robomaker/src/commands/CreateFleetCommand.ts b/clients/client-robomaker/src/commands/CreateFleetCommand.ts index 1fd2ecb4897b..bc31a8346424 100644 --- a/clients/client-robomaker/src/commands/CreateFleetCommand.ts +++ b/clients/client-robomaker/src/commands/CreateFleetCommand.ts @@ -97,9 +97,6 @@ export class CreateFleetCommand extends $Command< CreateFleetCommandOutput, RoboMakerClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -113,9 +110,7 @@ export class CreateFleetCommand extends $Command< * @public */ constructor(readonly input: CreateFleetCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -166,7 +161,4 @@ export class CreateFleetCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateFleetCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-robomaker/src/commands/CreateRobotApplicationCommand.ts b/clients/client-robomaker/src/commands/CreateRobotApplicationCommand.ts index 47160597d355..cf69783828b7 100644 --- a/clients/client-robomaker/src/commands/CreateRobotApplicationCommand.ts +++ b/clients/client-robomaker/src/commands/CreateRobotApplicationCommand.ts @@ -130,9 +130,6 @@ export class CreateRobotApplicationCommand extends $Command< CreateRobotApplicationCommandOutput, RoboMakerClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -146,9 +143,7 @@ export class CreateRobotApplicationCommand extends $Command< * @public */ constructor(readonly input: CreateRobotApplicationCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -201,7 +196,4 @@ export class CreateRobotApplicationCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateRobotApplicationCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-robomaker/src/commands/CreateRobotApplicationVersionCommand.ts b/clients/client-robomaker/src/commands/CreateRobotApplicationVersionCommand.ts index 9e78d48fb039..792801b21c87 100644 --- a/clients/client-robomaker/src/commands/CreateRobotApplicationVersionCommand.ts +++ b/clients/client-robomaker/src/commands/CreateRobotApplicationVersionCommand.ts @@ -117,9 +117,6 @@ export class CreateRobotApplicationVersionCommand extends $Command< CreateRobotApplicationVersionCommandOutput, RoboMakerClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -133,9 +130,7 @@ export class CreateRobotApplicationVersionCommand extends $Command< * @public */ constructor(readonly input: CreateRobotApplicationVersionCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -191,7 +186,4 @@ export class CreateRobotApplicationVersionCommand extends $Command< ): Promise { return de_CreateRobotApplicationVersionCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-robomaker/src/commands/CreateRobotCommand.ts b/clients/client-robomaker/src/commands/CreateRobotCommand.ts index 2b426246ffe0..564de03030ef 100644 --- a/clients/client-robomaker/src/commands/CreateRobotCommand.ts +++ b/clients/client-robomaker/src/commands/CreateRobotCommand.ts @@ -104,9 +104,6 @@ export class CreateRobotCommand extends $Command< CreateRobotCommandOutput, RoboMakerClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -120,9 +117,7 @@ export class CreateRobotCommand extends $Command< * @public */ constructor(readonly input: CreateRobotCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -173,7 +168,4 @@ export class CreateRobotCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateRobotCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-robomaker/src/commands/CreateSimulationApplicationCommand.ts b/clients/client-robomaker/src/commands/CreateSimulationApplicationCommand.ts index 2ad74d14f9f9..f7679188d346 100644 --- a/clients/client-robomaker/src/commands/CreateSimulationApplicationCommand.ts +++ b/clients/client-robomaker/src/commands/CreateSimulationApplicationCommand.ts @@ -151,9 +151,6 @@ export class CreateSimulationApplicationCommand extends $Command< CreateSimulationApplicationCommandOutput, RoboMakerClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -167,9 +164,7 @@ export class CreateSimulationApplicationCommand extends $Command< * @public */ constructor(readonly input: CreateSimulationApplicationCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -225,7 +220,4 @@ export class CreateSimulationApplicationCommand extends $Command< ): Promise { return de_CreateSimulationApplicationCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-robomaker/src/commands/CreateSimulationApplicationVersionCommand.ts b/clients/client-robomaker/src/commands/CreateSimulationApplicationVersionCommand.ts index 6b016f62cd2b..35c6ee18596b 100644 --- a/clients/client-robomaker/src/commands/CreateSimulationApplicationVersionCommand.ts +++ b/clients/client-robomaker/src/commands/CreateSimulationApplicationVersionCommand.ts @@ -128,9 +128,6 @@ export class CreateSimulationApplicationVersionCommand extends $Command< CreateSimulationApplicationVersionCommandOutput, RoboMakerClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -144,9 +141,7 @@ export class CreateSimulationApplicationVersionCommand extends $Command< * @public */ constructor(readonly input: CreateSimulationApplicationVersionCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -205,7 +200,4 @@ export class CreateSimulationApplicationVersionCommand extends $Command< ): Promise { return de_CreateSimulationApplicationVersionCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-robomaker/src/commands/CreateSimulationJobCommand.ts b/clients/client-robomaker/src/commands/CreateSimulationJobCommand.ts index 88d67d2ceb69..7f461686af08 100644 --- a/clients/client-robomaker/src/commands/CreateSimulationJobCommand.ts +++ b/clients/client-robomaker/src/commands/CreateSimulationJobCommand.ts @@ -370,9 +370,6 @@ export class CreateSimulationJobCommand extends $Command< CreateSimulationJobCommandOutput, RoboMakerClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -386,9 +383,7 @@ export class CreateSimulationJobCommand extends $Command< * @public */ constructor(readonly input: CreateSimulationJobCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -441,7 +436,4 @@ export class CreateSimulationJobCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateSimulationJobCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-robomaker/src/commands/CreateWorldExportJobCommand.ts b/clients/client-robomaker/src/commands/CreateWorldExportJobCommand.ts index 345ce1ed764e..c2c01d9f5924 100644 --- a/clients/client-robomaker/src/commands/CreateWorldExportJobCommand.ts +++ b/clients/client-robomaker/src/commands/CreateWorldExportJobCommand.ts @@ -113,9 +113,6 @@ export class CreateWorldExportJobCommand extends $Command< CreateWorldExportJobCommandOutput, RoboMakerClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -129,9 +126,7 @@ export class CreateWorldExportJobCommand extends $Command< * @public */ constructor(readonly input: CreateWorldExportJobCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -184,7 +179,4 @@ export class CreateWorldExportJobCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateWorldExportJobCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-robomaker/src/commands/CreateWorldGenerationJobCommand.ts b/clients/client-robomaker/src/commands/CreateWorldGenerationJobCommand.ts index f9eade084095..7a89b12920c6 100644 --- a/clients/client-robomaker/src/commands/CreateWorldGenerationJobCommand.ts +++ b/clients/client-robomaker/src/commands/CreateWorldGenerationJobCommand.ts @@ -120,9 +120,6 @@ export class CreateWorldGenerationJobCommand extends $Command< CreateWorldGenerationJobCommandOutput, RoboMakerClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -136,9 +133,7 @@ export class CreateWorldGenerationJobCommand extends $Command< * @public */ constructor(readonly input: CreateWorldGenerationJobCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -191,7 +186,4 @@ export class CreateWorldGenerationJobCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateWorldGenerationJobCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-robomaker/src/commands/CreateWorldTemplateCommand.ts b/clients/client-robomaker/src/commands/CreateWorldTemplateCommand.ts index 544345cbb920..ad67be49a0b5 100644 --- a/clients/client-robomaker/src/commands/CreateWorldTemplateCommand.ts +++ b/clients/client-robomaker/src/commands/CreateWorldTemplateCommand.ts @@ -105,9 +105,6 @@ export class CreateWorldTemplateCommand extends $Command< CreateWorldTemplateCommandOutput, RoboMakerClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -121,9 +118,7 @@ export class CreateWorldTemplateCommand extends $Command< * @public */ constructor(readonly input: CreateWorldTemplateCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -176,7 +171,4 @@ export class CreateWorldTemplateCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateWorldTemplateCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-robomaker/src/commands/DeleteFleetCommand.ts b/clients/client-robomaker/src/commands/DeleteFleetCommand.ts index ad6ea0cd7052..a13933b6ffb7 100644 --- a/clients/client-robomaker/src/commands/DeleteFleetCommand.ts +++ b/clients/client-robomaker/src/commands/DeleteFleetCommand.ts @@ -83,9 +83,6 @@ export class DeleteFleetCommand extends $Command< DeleteFleetCommandOutput, RoboMakerClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -99,9 +96,7 @@ export class DeleteFleetCommand extends $Command< * @public */ constructor(readonly input: DeleteFleetCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -152,7 +147,4 @@ export class DeleteFleetCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteFleetCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-robomaker/src/commands/DeleteRobotApplicationCommand.ts b/clients/client-robomaker/src/commands/DeleteRobotApplicationCommand.ts index 92200f06f74c..6ae04fd91d04 100644 --- a/clients/client-robomaker/src/commands/DeleteRobotApplicationCommand.ts +++ b/clients/client-robomaker/src/commands/DeleteRobotApplicationCommand.ts @@ -79,9 +79,6 @@ export class DeleteRobotApplicationCommand extends $Command< DeleteRobotApplicationCommandOutput, RoboMakerClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -95,9 +92,7 @@ export class DeleteRobotApplicationCommand extends $Command< * @public */ constructor(readonly input: DeleteRobotApplicationCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -150,7 +145,4 @@ export class DeleteRobotApplicationCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteRobotApplicationCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-robomaker/src/commands/DeleteRobotCommand.ts b/clients/client-robomaker/src/commands/DeleteRobotCommand.ts index c03bfcba20cf..079b487f56fa 100644 --- a/clients/client-robomaker/src/commands/DeleteRobotCommand.ts +++ b/clients/client-robomaker/src/commands/DeleteRobotCommand.ts @@ -83,9 +83,6 @@ export class DeleteRobotCommand extends $Command< DeleteRobotCommandOutput, RoboMakerClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -99,9 +96,7 @@ export class DeleteRobotCommand extends $Command< * @public */ constructor(readonly input: DeleteRobotCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -152,7 +147,4 @@ export class DeleteRobotCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteRobotCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-robomaker/src/commands/DeleteSimulationApplicationCommand.ts b/clients/client-robomaker/src/commands/DeleteSimulationApplicationCommand.ts index 0b50bcf5b156..0a153fbd684c 100644 --- a/clients/client-robomaker/src/commands/DeleteSimulationApplicationCommand.ts +++ b/clients/client-robomaker/src/commands/DeleteSimulationApplicationCommand.ts @@ -84,9 +84,6 @@ export class DeleteSimulationApplicationCommand extends $Command< DeleteSimulationApplicationCommandOutput, RoboMakerClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -100,9 +97,7 @@ export class DeleteSimulationApplicationCommand extends $Command< * @public */ constructor(readonly input: DeleteSimulationApplicationCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -158,7 +153,4 @@ export class DeleteSimulationApplicationCommand extends $Command< ): Promise { return de_DeleteSimulationApplicationCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-robomaker/src/commands/DeleteWorldTemplateCommand.ts b/clients/client-robomaker/src/commands/DeleteWorldTemplateCommand.ts index cae740a403f7..dad50cc48b3d 100644 --- a/clients/client-robomaker/src/commands/DeleteWorldTemplateCommand.ts +++ b/clients/client-robomaker/src/commands/DeleteWorldTemplateCommand.ts @@ -81,9 +81,6 @@ export class DeleteWorldTemplateCommand extends $Command< DeleteWorldTemplateCommandOutput, RoboMakerClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -97,9 +94,7 @@ export class DeleteWorldTemplateCommand extends $Command< * @public */ constructor(readonly input: DeleteWorldTemplateCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -152,7 +147,4 @@ export class DeleteWorldTemplateCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteWorldTemplateCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-robomaker/src/commands/DeregisterRobotCommand.ts b/clients/client-robomaker/src/commands/DeregisterRobotCommand.ts index 25c0ff748b34..273faf4fc9d8 100644 --- a/clients/client-robomaker/src/commands/DeregisterRobotCommand.ts +++ b/clients/client-robomaker/src/commands/DeregisterRobotCommand.ts @@ -90,9 +90,6 @@ export class DeregisterRobotCommand extends $Command< DeregisterRobotCommandOutput, RoboMakerClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -106,9 +103,7 @@ export class DeregisterRobotCommand extends $Command< * @public */ constructor(readonly input: DeregisterRobotCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -161,7 +156,4 @@ export class DeregisterRobotCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeregisterRobotCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-robomaker/src/commands/DescribeDeploymentJobCommand.ts b/clients/client-robomaker/src/commands/DescribeDeploymentJobCommand.ts index 1d3f373d09bf..b8b490221d71 100644 --- a/clients/client-robomaker/src/commands/DescribeDeploymentJobCommand.ts +++ b/clients/client-robomaker/src/commands/DescribeDeploymentJobCommand.ts @@ -137,9 +137,6 @@ export class DescribeDeploymentJobCommand extends $Command< DescribeDeploymentJobCommandOutput, RoboMakerClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -153,9 +150,7 @@ export class DescribeDeploymentJobCommand extends $Command< * @public */ constructor(readonly input: DescribeDeploymentJobCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -208,7 +203,4 @@ export class DescribeDeploymentJobCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DescribeDeploymentJobCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-robomaker/src/commands/DescribeFleetCommand.ts b/clients/client-robomaker/src/commands/DescribeFleetCommand.ts index 671fa48feb17..3e750ea8bce3 100644 --- a/clients/client-robomaker/src/commands/DescribeFleetCommand.ts +++ b/clients/client-robomaker/src/commands/DescribeFleetCommand.ts @@ -109,9 +109,6 @@ export class DescribeFleetCommand extends $Command< DescribeFleetCommandOutput, RoboMakerClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -125,9 +122,7 @@ export class DescribeFleetCommand extends $Command< * @public */ constructor(readonly input: DescribeFleetCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -178,7 +173,4 @@ export class DescribeFleetCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DescribeFleetCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-robomaker/src/commands/DescribeRobotApplicationCommand.ts b/clients/client-robomaker/src/commands/DescribeRobotApplicationCommand.ts index 03d944c54163..651fea9de46b 100644 --- a/clients/client-robomaker/src/commands/DescribeRobotApplicationCommand.ts +++ b/clients/client-robomaker/src/commands/DescribeRobotApplicationCommand.ts @@ -107,9 +107,6 @@ export class DescribeRobotApplicationCommand extends $Command< DescribeRobotApplicationCommandOutput, RoboMakerClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -123,9 +120,7 @@ export class DescribeRobotApplicationCommand extends $Command< * @public */ constructor(readonly input: DescribeRobotApplicationCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -178,7 +173,4 @@ export class DescribeRobotApplicationCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DescribeRobotApplicationCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-robomaker/src/commands/DescribeRobotCommand.ts b/clients/client-robomaker/src/commands/DescribeRobotCommand.ts index 15377e66260c..2db5e417824d 100644 --- a/clients/client-robomaker/src/commands/DescribeRobotCommand.ts +++ b/clients/client-robomaker/src/commands/DescribeRobotCommand.ts @@ -99,9 +99,6 @@ export class DescribeRobotCommand extends $Command< DescribeRobotCommandOutput, RoboMakerClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -115,9 +112,7 @@ export class DescribeRobotCommand extends $Command< * @public */ constructor(readonly input: DescribeRobotCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -168,7 +163,4 @@ export class DescribeRobotCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DescribeRobotCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-robomaker/src/commands/DescribeSimulationApplicationCommand.ts b/clients/client-robomaker/src/commands/DescribeSimulationApplicationCommand.ts index 07c8062a45bb..517abaab55ea 100644 --- a/clients/client-robomaker/src/commands/DescribeSimulationApplicationCommand.ts +++ b/clients/client-robomaker/src/commands/DescribeSimulationApplicationCommand.ts @@ -120,9 +120,6 @@ export class DescribeSimulationApplicationCommand extends $Command< DescribeSimulationApplicationCommandOutput, RoboMakerClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -136,9 +133,7 @@ export class DescribeSimulationApplicationCommand extends $Command< * @public */ constructor(readonly input: DescribeSimulationApplicationCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -194,7 +189,4 @@ export class DescribeSimulationApplicationCommand extends $Command< ): Promise { return de_DescribeSimulationApplicationCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-robomaker/src/commands/DescribeSimulationJobBatchCommand.ts b/clients/client-robomaker/src/commands/DescribeSimulationJobBatchCommand.ts index 2395cbb1934e..0329e3bd0820 100644 --- a/clients/client-robomaker/src/commands/DescribeSimulationJobBatchCommand.ts +++ b/clients/client-robomaker/src/commands/DescribeSimulationJobBatchCommand.ts @@ -386,9 +386,6 @@ export class DescribeSimulationJobBatchCommand extends $Command< DescribeSimulationJobBatchCommandOutput, RoboMakerClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -402,9 +399,7 @@ export class DescribeSimulationJobBatchCommand extends $Command< * @public */ constructor(readonly input: DescribeSimulationJobBatchCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -460,7 +455,4 @@ export class DescribeSimulationJobBatchCommand extends $Command< ): Promise { return de_DescribeSimulationJobBatchCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-robomaker/src/commands/DescribeSimulationJobCommand.ts b/clients/client-robomaker/src/commands/DescribeSimulationJobCommand.ts index b55ad454d65b..6586fe20ed16 100644 --- a/clients/client-robomaker/src/commands/DescribeSimulationJobCommand.ts +++ b/clients/client-robomaker/src/commands/DescribeSimulationJobCommand.ts @@ -231,9 +231,6 @@ export class DescribeSimulationJobCommand extends $Command< DescribeSimulationJobCommandOutput, RoboMakerClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -247,9 +244,7 @@ export class DescribeSimulationJobCommand extends $Command< * @public */ constructor(readonly input: DescribeSimulationJobCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -302,7 +297,4 @@ export class DescribeSimulationJobCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DescribeSimulationJobCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-robomaker/src/commands/DescribeWorldCommand.ts b/clients/client-robomaker/src/commands/DescribeWorldCommand.ts index 0fff7fec35e6..0b02d373a511 100644 --- a/clients/client-robomaker/src/commands/DescribeWorldCommand.ts +++ b/clients/client-robomaker/src/commands/DescribeWorldCommand.ts @@ -90,9 +90,6 @@ export class DescribeWorldCommand extends $Command< DescribeWorldCommandOutput, RoboMakerClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -106,9 +103,7 @@ export class DescribeWorldCommand extends $Command< * @public */ constructor(readonly input: DescribeWorldCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -159,7 +154,4 @@ export class DescribeWorldCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DescribeWorldCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-robomaker/src/commands/DescribeWorldExportJobCommand.ts b/clients/client-robomaker/src/commands/DescribeWorldExportJobCommand.ts index 0d74e6803e70..f1722221ada0 100644 --- a/clients/client-robomaker/src/commands/DescribeWorldExportJobCommand.ts +++ b/clients/client-robomaker/src/commands/DescribeWorldExportJobCommand.ts @@ -99,9 +99,6 @@ export class DescribeWorldExportJobCommand extends $Command< DescribeWorldExportJobCommandOutput, RoboMakerClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -115,9 +112,7 @@ export class DescribeWorldExportJobCommand extends $Command< * @public */ constructor(readonly input: DescribeWorldExportJobCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -170,7 +165,4 @@ export class DescribeWorldExportJobCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DescribeWorldExportJobCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-robomaker/src/commands/DescribeWorldGenerationJobCommand.ts b/clients/client-robomaker/src/commands/DescribeWorldGenerationJobCommand.ts index e4e9c706c481..50ae48ead542 100644 --- a/clients/client-robomaker/src/commands/DescribeWorldGenerationJobCommand.ts +++ b/clients/client-robomaker/src/commands/DescribeWorldGenerationJobCommand.ts @@ -115,9 +115,6 @@ export class DescribeWorldGenerationJobCommand extends $Command< DescribeWorldGenerationJobCommandOutput, RoboMakerClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -131,9 +128,7 @@ export class DescribeWorldGenerationJobCommand extends $Command< * @public */ constructor(readonly input: DescribeWorldGenerationJobCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -189,7 +184,4 @@ export class DescribeWorldGenerationJobCommand extends $Command< ): Promise { return de_DescribeWorldGenerationJobCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-robomaker/src/commands/DescribeWorldTemplateCommand.ts b/clients/client-robomaker/src/commands/DescribeWorldTemplateCommand.ts index 7e0234f0d190..bd295844154d 100644 --- a/clients/client-robomaker/src/commands/DescribeWorldTemplateCommand.ts +++ b/clients/client-robomaker/src/commands/DescribeWorldTemplateCommand.ts @@ -91,9 +91,6 @@ export class DescribeWorldTemplateCommand extends $Command< DescribeWorldTemplateCommandOutput, RoboMakerClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -107,9 +104,7 @@ export class DescribeWorldTemplateCommand extends $Command< * @public */ constructor(readonly input: DescribeWorldTemplateCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -162,7 +157,4 @@ export class DescribeWorldTemplateCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DescribeWorldTemplateCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-robomaker/src/commands/GetWorldTemplateBodyCommand.ts b/clients/client-robomaker/src/commands/GetWorldTemplateBodyCommand.ts index ccd040896a6a..1038ac5f51cf 100644 --- a/clients/client-robomaker/src/commands/GetWorldTemplateBodyCommand.ts +++ b/clients/client-robomaker/src/commands/GetWorldTemplateBodyCommand.ts @@ -84,9 +84,6 @@ export class GetWorldTemplateBodyCommand extends $Command< GetWorldTemplateBodyCommandOutput, RoboMakerClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -100,9 +97,7 @@ export class GetWorldTemplateBodyCommand extends $Command< * @public */ constructor(readonly input: GetWorldTemplateBodyCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -155,7 +150,4 @@ export class GetWorldTemplateBodyCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetWorldTemplateBodyCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-robomaker/src/commands/ListDeploymentJobsCommand.ts b/clients/client-robomaker/src/commands/ListDeploymentJobsCommand.ts index dc66394402fb..8bb433d1ff96 100644 --- a/clients/client-robomaker/src/commands/ListDeploymentJobsCommand.ts +++ b/clients/client-robomaker/src/commands/ListDeploymentJobsCommand.ts @@ -132,9 +132,6 @@ export class ListDeploymentJobsCommand extends $Command< ListDeploymentJobsCommandOutput, RoboMakerClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -148,9 +145,7 @@ export class ListDeploymentJobsCommand extends $Command< * @public */ constructor(readonly input: ListDeploymentJobsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -203,7 +198,4 @@ export class ListDeploymentJobsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListDeploymentJobsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-robomaker/src/commands/ListFleetsCommand.ts b/clients/client-robomaker/src/commands/ListFleetsCommand.ts index 2a5288052ce6..e0545fd91f2c 100644 --- a/clients/client-robomaker/src/commands/ListFleetsCommand.ts +++ b/clients/client-robomaker/src/commands/ListFleetsCommand.ts @@ -107,9 +107,6 @@ export class ListFleetsCommand extends $Command< ListFleetsCommandOutput, RoboMakerClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -123,9 +120,7 @@ export class ListFleetsCommand extends $Command< * @public */ constructor(readonly input: ListFleetsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -176,7 +171,4 @@ export class ListFleetsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListFleetsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-robomaker/src/commands/ListRobotApplicationsCommand.ts b/clients/client-robomaker/src/commands/ListRobotApplicationsCommand.ts index b0e1c0995f89..f38dbd5e570a 100644 --- a/clients/client-robomaker/src/commands/ListRobotApplicationsCommand.ts +++ b/clients/client-robomaker/src/commands/ListRobotApplicationsCommand.ts @@ -103,9 +103,6 @@ export class ListRobotApplicationsCommand extends $Command< ListRobotApplicationsCommandOutput, RoboMakerClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -119,9 +116,7 @@ export class ListRobotApplicationsCommand extends $Command< * @public */ constructor(readonly input: ListRobotApplicationsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -174,7 +169,4 @@ export class ListRobotApplicationsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListRobotApplicationsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-robomaker/src/commands/ListRobotsCommand.ts b/clients/client-robomaker/src/commands/ListRobotsCommand.ts index 1271e4a06597..166e56362e97 100644 --- a/clients/client-robomaker/src/commands/ListRobotsCommand.ts +++ b/clients/client-robomaker/src/commands/ListRobotsCommand.ts @@ -110,9 +110,6 @@ export class ListRobotsCommand extends $Command< ListRobotsCommandOutput, RoboMakerClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -126,9 +123,7 @@ export class ListRobotsCommand extends $Command< * @public */ constructor(readonly input: ListRobotsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -179,7 +174,4 @@ export class ListRobotsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListRobotsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-robomaker/src/commands/ListSimulationApplicationsCommand.ts b/clients/client-robomaker/src/commands/ListSimulationApplicationsCommand.ts index eaada7b61d19..33a094e3c9f7 100644 --- a/clients/client-robomaker/src/commands/ListSimulationApplicationsCommand.ts +++ b/clients/client-robomaker/src/commands/ListSimulationApplicationsCommand.ts @@ -107,9 +107,6 @@ export class ListSimulationApplicationsCommand extends $Command< ListSimulationApplicationsCommandOutput, RoboMakerClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -123,9 +120,7 @@ export class ListSimulationApplicationsCommand extends $Command< * @public */ constructor(readonly input: ListSimulationApplicationsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -181,7 +176,4 @@ export class ListSimulationApplicationsCommand extends $Command< ): Promise { return de_ListSimulationApplicationsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-robomaker/src/commands/ListSimulationJobBatchesCommand.ts b/clients/client-robomaker/src/commands/ListSimulationJobBatchesCommand.ts index ef4716aaeee3..d837136f468e 100644 --- a/clients/client-robomaker/src/commands/ListSimulationJobBatchesCommand.ts +++ b/clients/client-robomaker/src/commands/ListSimulationJobBatchesCommand.ts @@ -98,9 +98,6 @@ export class ListSimulationJobBatchesCommand extends $Command< ListSimulationJobBatchesCommandOutput, RoboMakerClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -114,9 +111,7 @@ export class ListSimulationJobBatchesCommand extends $Command< * @public */ constructor(readonly input: ListSimulationJobBatchesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -169,7 +164,4 @@ export class ListSimulationJobBatchesCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListSimulationJobBatchesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-robomaker/src/commands/ListSimulationJobsCommand.ts b/clients/client-robomaker/src/commands/ListSimulationJobsCommand.ts index 53d72f5740ed..5c6726c04268 100644 --- a/clients/client-robomaker/src/commands/ListSimulationJobsCommand.ts +++ b/clients/client-robomaker/src/commands/ListSimulationJobsCommand.ts @@ -108,9 +108,6 @@ export class ListSimulationJobsCommand extends $Command< ListSimulationJobsCommandOutput, RoboMakerClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -124,9 +121,7 @@ export class ListSimulationJobsCommand extends $Command< * @public */ constructor(readonly input: ListSimulationJobsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -179,7 +174,4 @@ export class ListSimulationJobsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListSimulationJobsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-robomaker/src/commands/ListTagsForResourceCommand.ts b/clients/client-robomaker/src/commands/ListTagsForResourceCommand.ts index cb1f9bc8554d..81063ce905b5 100644 --- a/clients/client-robomaker/src/commands/ListTagsForResourceCommand.ts +++ b/clients/client-robomaker/src/commands/ListTagsForResourceCommand.ts @@ -85,9 +85,6 @@ export class ListTagsForResourceCommand extends $Command< ListTagsForResourceCommandOutput, RoboMakerClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -101,9 +98,7 @@ export class ListTagsForResourceCommand extends $Command< * @public */ constructor(readonly input: ListTagsForResourceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -156,7 +151,4 @@ export class ListTagsForResourceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListTagsForResourceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-robomaker/src/commands/ListWorldExportJobsCommand.ts b/clients/client-robomaker/src/commands/ListWorldExportJobsCommand.ts index bd3899780f7b..020b1cfe1e6b 100644 --- a/clients/client-robomaker/src/commands/ListWorldExportJobsCommand.ts +++ b/clients/client-robomaker/src/commands/ListWorldExportJobsCommand.ts @@ -103,9 +103,6 @@ export class ListWorldExportJobsCommand extends $Command< ListWorldExportJobsCommandOutput, RoboMakerClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -119,9 +116,7 @@ export class ListWorldExportJobsCommand extends $Command< * @public */ constructor(readonly input: ListWorldExportJobsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -174,7 +169,4 @@ export class ListWorldExportJobsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListWorldExportJobsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-robomaker/src/commands/ListWorldGenerationJobsCommand.ts b/clients/client-robomaker/src/commands/ListWorldGenerationJobsCommand.ts index 2238b6832047..9b90926bdb7e 100644 --- a/clients/client-robomaker/src/commands/ListWorldGenerationJobsCommand.ts +++ b/clients/client-robomaker/src/commands/ListWorldGenerationJobsCommand.ts @@ -103,9 +103,6 @@ export class ListWorldGenerationJobsCommand extends $Command< ListWorldGenerationJobsCommandOutput, RoboMakerClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -119,9 +116,7 @@ export class ListWorldGenerationJobsCommand extends $Command< * @public */ constructor(readonly input: ListWorldGenerationJobsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -174,7 +169,4 @@ export class ListWorldGenerationJobsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListWorldGenerationJobsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-robomaker/src/commands/ListWorldTemplatesCommand.ts b/clients/client-robomaker/src/commands/ListWorldTemplatesCommand.ts index cec1a8c46cd3..3a4c16f60464 100644 --- a/clients/client-robomaker/src/commands/ListWorldTemplatesCommand.ts +++ b/clients/client-robomaker/src/commands/ListWorldTemplatesCommand.ts @@ -90,9 +90,6 @@ export class ListWorldTemplatesCommand extends $Command< ListWorldTemplatesCommandOutput, RoboMakerClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -106,9 +103,7 @@ export class ListWorldTemplatesCommand extends $Command< * @public */ constructor(readonly input: ListWorldTemplatesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -161,7 +156,4 @@ export class ListWorldTemplatesCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListWorldTemplatesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-robomaker/src/commands/ListWorldsCommand.ts b/clients/client-robomaker/src/commands/ListWorldsCommand.ts index 9d830d7f9b67..850e8c4556eb 100644 --- a/clients/client-robomaker/src/commands/ListWorldsCommand.ts +++ b/clients/client-robomaker/src/commands/ListWorldsCommand.ts @@ -97,9 +97,6 @@ export class ListWorldsCommand extends $Command< ListWorldsCommandOutput, RoboMakerClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -113,9 +110,7 @@ export class ListWorldsCommand extends $Command< * @public */ constructor(readonly input: ListWorldsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -166,7 +161,4 @@ export class ListWorldsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListWorldsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-robomaker/src/commands/RegisterRobotCommand.ts b/clients/client-robomaker/src/commands/RegisterRobotCommand.ts index cc41f8088b53..80a75d51677a 100644 --- a/clients/client-robomaker/src/commands/RegisterRobotCommand.ts +++ b/clients/client-robomaker/src/commands/RegisterRobotCommand.ts @@ -94,9 +94,6 @@ export class RegisterRobotCommand extends $Command< RegisterRobotCommandOutput, RoboMakerClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -110,9 +107,7 @@ export class RegisterRobotCommand extends $Command< * @public */ constructor(readonly input: RegisterRobotCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -163,7 +158,4 @@ export class RegisterRobotCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_RegisterRobotCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-robomaker/src/commands/RestartSimulationJobCommand.ts b/clients/client-robomaker/src/commands/RestartSimulationJobCommand.ts index 035874274913..329ba4568144 100644 --- a/clients/client-robomaker/src/commands/RestartSimulationJobCommand.ts +++ b/clients/client-robomaker/src/commands/RestartSimulationJobCommand.ts @@ -85,9 +85,6 @@ export class RestartSimulationJobCommand extends $Command< RestartSimulationJobCommandOutput, RoboMakerClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -101,9 +98,7 @@ export class RestartSimulationJobCommand extends $Command< * @public */ constructor(readonly input: RestartSimulationJobCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -156,7 +151,4 @@ export class RestartSimulationJobCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_RestartSimulationJobCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-robomaker/src/commands/StartSimulationJobBatchCommand.ts b/clients/client-robomaker/src/commands/StartSimulationJobBatchCommand.ts index 432f5cb49c1f..91874b60e780 100644 --- a/clients/client-robomaker/src/commands/StartSimulationJobBatchCommand.ts +++ b/clients/client-robomaker/src/commands/StartSimulationJobBatchCommand.ts @@ -537,9 +537,6 @@ export class StartSimulationJobBatchCommand extends $Command< StartSimulationJobBatchCommandOutput, RoboMakerClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -553,9 +550,7 @@ export class StartSimulationJobBatchCommand extends $Command< * @public */ constructor(readonly input: StartSimulationJobBatchCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -608,7 +603,4 @@ export class StartSimulationJobBatchCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_StartSimulationJobBatchCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-robomaker/src/commands/SyncDeploymentJobCommand.ts b/clients/client-robomaker/src/commands/SyncDeploymentJobCommand.ts index 8d8e95fca43b..fa7810ad5d86 100644 --- a/clients/client-robomaker/src/commands/SyncDeploymentJobCommand.ts +++ b/clients/client-robomaker/src/commands/SyncDeploymentJobCommand.ts @@ -130,9 +130,6 @@ export class SyncDeploymentJobCommand extends $Command< SyncDeploymentJobCommandOutput, RoboMakerClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -146,9 +143,7 @@ export class SyncDeploymentJobCommand extends $Command< * @public */ constructor(readonly input: SyncDeploymentJobCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -201,7 +196,4 @@ export class SyncDeploymentJobCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_SyncDeploymentJobCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-robomaker/src/commands/TagResourceCommand.ts b/clients/client-robomaker/src/commands/TagResourceCommand.ts index 91e33a232878..3b3aa9b0f725 100644 --- a/clients/client-robomaker/src/commands/TagResourceCommand.ts +++ b/clients/client-robomaker/src/commands/TagResourceCommand.ts @@ -88,9 +88,6 @@ export class TagResourceCommand extends $Command< TagResourceCommandOutput, RoboMakerClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -104,9 +101,7 @@ export class TagResourceCommand extends $Command< * @public */ constructor(readonly input: TagResourceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -157,7 +152,4 @@ export class TagResourceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_TagResourceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-robomaker/src/commands/UntagResourceCommand.ts b/clients/client-robomaker/src/commands/UntagResourceCommand.ts index 4216319751a0..c9ae0b81c5a9 100644 --- a/clients/client-robomaker/src/commands/UntagResourceCommand.ts +++ b/clients/client-robomaker/src/commands/UntagResourceCommand.ts @@ -88,9 +88,6 @@ export class UntagResourceCommand extends $Command< UntagResourceCommandOutput, RoboMakerClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -104,9 +101,7 @@ export class UntagResourceCommand extends $Command< * @public */ constructor(readonly input: UntagResourceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -157,7 +152,4 @@ export class UntagResourceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UntagResourceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-robomaker/src/commands/UpdateRobotApplicationCommand.ts b/clients/client-robomaker/src/commands/UpdateRobotApplicationCommand.ts index c16b33189919..eb238dec4680 100644 --- a/clients/client-robomaker/src/commands/UpdateRobotApplicationCommand.ts +++ b/clients/client-robomaker/src/commands/UpdateRobotApplicationCommand.ts @@ -121,9 +121,6 @@ export class UpdateRobotApplicationCommand extends $Command< UpdateRobotApplicationCommandOutput, RoboMakerClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -137,9 +134,7 @@ export class UpdateRobotApplicationCommand extends $Command< * @public */ constructor(readonly input: UpdateRobotApplicationCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -192,7 +187,4 @@ export class UpdateRobotApplicationCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdateRobotApplicationCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-robomaker/src/commands/UpdateSimulationApplicationCommand.ts b/clients/client-robomaker/src/commands/UpdateSimulationApplicationCommand.ts index 6a13985bb67f..f2ad1671b8eb 100644 --- a/clients/client-robomaker/src/commands/UpdateSimulationApplicationCommand.ts +++ b/clients/client-robomaker/src/commands/UpdateSimulationApplicationCommand.ts @@ -142,9 +142,6 @@ export class UpdateSimulationApplicationCommand extends $Command< UpdateSimulationApplicationCommandOutput, RoboMakerClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -158,9 +155,7 @@ export class UpdateSimulationApplicationCommand extends $Command< * @public */ constructor(readonly input: UpdateSimulationApplicationCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -216,7 +211,4 @@ export class UpdateSimulationApplicationCommand extends $Command< ): Promise { return de_UpdateSimulationApplicationCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-robomaker/src/commands/UpdateWorldTemplateCommand.ts b/clients/client-robomaker/src/commands/UpdateWorldTemplateCommand.ts index bba0fa947dc6..97abc0a9f972 100644 --- a/clients/client-robomaker/src/commands/UpdateWorldTemplateCommand.ts +++ b/clients/client-robomaker/src/commands/UpdateWorldTemplateCommand.ts @@ -92,9 +92,6 @@ export class UpdateWorldTemplateCommand extends $Command< UpdateWorldTemplateCommandOutput, RoboMakerClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -108,9 +105,7 @@ export class UpdateWorldTemplateCommand extends $Command< * @public */ constructor(readonly input: UpdateWorldTemplateCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -163,7 +158,4 @@ export class UpdateWorldTemplateCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdateWorldTemplateCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-rolesanywhere/package.json b/clients/client-rolesanywhere/package.json index 79672b231773..08eb834d5d0e 100644 --- a/clients/client-rolesanywhere/package.json +++ b/clients/client-rolesanywhere/package.json @@ -34,29 +34,29 @@ "@aws-sdk/util-endpoints": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@smithy/config-resolver": "^2.0.16", - "@smithy/fetch-http-handler": "^2.2.4", - "@smithy/hash-node": "^2.0.12", - "@smithy/invalid-dependency": "^2.0.12", - "@smithy/middleware-content-length": "^2.0.14", - "@smithy/middleware-endpoint": "^2.1.3", - "@smithy/middleware-retry": "^2.0.18", - "@smithy/middleware-serde": "^2.0.12", - "@smithy/middleware-stack": "^2.0.6", - "@smithy/node-config-provider": "^2.1.3", - "@smithy/node-http-handler": "^2.1.8", - "@smithy/protocol-http": "^3.0.8", - "@smithy/smithy-client": "^2.1.12", - "@smithy/types": "^2.4.0", - "@smithy/url-parser": "^2.0.12", - "@smithy/util-base64": "^2.0.0", + "@smithy/config-resolver": "^2.0.18", + "@smithy/fetch-http-handler": "^2.2.6", + "@smithy/hash-node": "^2.0.15", + "@smithy/invalid-dependency": "^2.0.13", + "@smithy/middleware-content-length": "^2.0.15", + "@smithy/middleware-endpoint": "^2.2.0", + "@smithy/middleware-retry": "^2.0.20", + "@smithy/middleware-serde": "^2.0.13", + "@smithy/middleware-stack": "^2.0.7", + "@smithy/node-config-provider": "^2.1.5", + "@smithy/node-http-handler": "^2.1.9", + "@smithy/protocol-http": "^3.0.9", + "@smithy/smithy-client": "^2.1.15", + "@smithy/types": "^2.5.0", + "@smithy/url-parser": "^2.0.13", + "@smithy/util-base64": "^2.0.1", "@smithy/util-body-length-browser": "^2.0.0", "@smithy/util-body-length-node": "^2.1.0", - "@smithy/util-defaults-mode-browser": "^2.0.16", - "@smithy/util-defaults-mode-node": "^2.0.21", - "@smithy/util-endpoints": "^1.0.2", - "@smithy/util-retry": "^2.0.5", - "@smithy/util-utf8": "^2.0.0", + "@smithy/util-defaults-mode-browser": "^2.0.19", + "@smithy/util-defaults-mode-node": "^2.0.25", + "@smithy/util-endpoints": "^1.0.4", + "@smithy/util-retry": "^2.0.6", + "@smithy/util-utf8": "^2.0.2", "tslib": "^2.5.0" }, "devDependencies": { diff --git a/clients/client-rolesanywhere/src/commands/CreateProfileCommand.ts b/clients/client-rolesanywhere/src/commands/CreateProfileCommand.ts index be46cb181a04..dc60558530fa 100644 --- a/clients/client-rolesanywhere/src/commands/CreateProfileCommand.ts +++ b/clients/client-rolesanywhere/src/commands/CreateProfileCommand.ts @@ -117,9 +117,6 @@ export class CreateProfileCommand extends $Command< CreateProfileCommandOutput, RolesAnywhereClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -133,9 +130,7 @@ export class CreateProfileCommand extends $Command< * @public */ constructor(readonly input: CreateProfileCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -186,7 +181,4 @@ export class CreateProfileCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateProfileCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-rolesanywhere/src/commands/CreateTrustAnchorCommand.ts b/clients/client-rolesanywhere/src/commands/CreateTrustAnchorCommand.ts index ac6d02f88f7d..6f37712b154d 100644 --- a/clients/client-rolesanywhere/src/commands/CreateTrustAnchorCommand.ts +++ b/clients/client-rolesanywhere/src/commands/CreateTrustAnchorCommand.ts @@ -131,9 +131,6 @@ export class CreateTrustAnchorCommand extends $Command< CreateTrustAnchorCommandOutput, RolesAnywhereClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -147,9 +144,7 @@ export class CreateTrustAnchorCommand extends $Command< * @public */ constructor(readonly input: CreateTrustAnchorCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -202,7 +197,4 @@ export class CreateTrustAnchorCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateTrustAnchorCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-rolesanywhere/src/commands/DeleteCrlCommand.ts b/clients/client-rolesanywhere/src/commands/DeleteCrlCommand.ts index 4784be7e40ac..5d10077fb5d4 100644 --- a/clients/client-rolesanywhere/src/commands/DeleteCrlCommand.ts +++ b/clients/client-rolesanywhere/src/commands/DeleteCrlCommand.ts @@ -89,9 +89,6 @@ export class DeleteCrlCommand extends $Command< DeleteCrlCommandOutput, RolesAnywhereClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -105,9 +102,7 @@ export class DeleteCrlCommand extends $Command< * @public */ constructor(readonly input: DeleteCrlCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -158,7 +153,4 @@ export class DeleteCrlCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteCrlCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-rolesanywhere/src/commands/DeleteProfileCommand.ts b/clients/client-rolesanywhere/src/commands/DeleteProfileCommand.ts index d0a3698a31d2..91c189988a88 100644 --- a/clients/client-rolesanywhere/src/commands/DeleteProfileCommand.ts +++ b/clients/client-rolesanywhere/src/commands/DeleteProfileCommand.ts @@ -97,9 +97,6 @@ export class DeleteProfileCommand extends $Command< DeleteProfileCommandOutput, RolesAnywhereClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -113,9 +110,7 @@ export class DeleteProfileCommand extends $Command< * @public */ constructor(readonly input: DeleteProfileCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -166,7 +161,4 @@ export class DeleteProfileCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteProfileCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-rolesanywhere/src/commands/DeleteTrustAnchorCommand.ts b/clients/client-rolesanywhere/src/commands/DeleteTrustAnchorCommand.ts index 1dd3c4e293f4..b12c620b4371 100644 --- a/clients/client-rolesanywhere/src/commands/DeleteTrustAnchorCommand.ts +++ b/clients/client-rolesanywhere/src/commands/DeleteTrustAnchorCommand.ts @@ -103,9 +103,6 @@ export class DeleteTrustAnchorCommand extends $Command< DeleteTrustAnchorCommandOutput, RolesAnywhereClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -119,9 +116,7 @@ export class DeleteTrustAnchorCommand extends $Command< * @public */ constructor(readonly input: DeleteTrustAnchorCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -174,7 +169,4 @@ export class DeleteTrustAnchorCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteTrustAnchorCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-rolesanywhere/src/commands/DisableCrlCommand.ts b/clients/client-rolesanywhere/src/commands/DisableCrlCommand.ts index b500de4b69c1..80e96e4cbec6 100644 --- a/clients/client-rolesanywhere/src/commands/DisableCrlCommand.ts +++ b/clients/client-rolesanywhere/src/commands/DisableCrlCommand.ts @@ -89,9 +89,6 @@ export class DisableCrlCommand extends $Command< DisableCrlCommandOutput, RolesAnywhereClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -105,9 +102,7 @@ export class DisableCrlCommand extends $Command< * @public */ constructor(readonly input: DisableCrlCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -158,7 +153,4 @@ export class DisableCrlCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DisableCrlCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-rolesanywhere/src/commands/DisableProfileCommand.ts b/clients/client-rolesanywhere/src/commands/DisableProfileCommand.ts index d4b734fe338f..55f440b9d7a8 100644 --- a/clients/client-rolesanywhere/src/commands/DisableProfileCommand.ts +++ b/clients/client-rolesanywhere/src/commands/DisableProfileCommand.ts @@ -97,9 +97,6 @@ export class DisableProfileCommand extends $Command< DisableProfileCommandOutput, RolesAnywhereClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -113,9 +110,7 @@ export class DisableProfileCommand extends $Command< * @public */ constructor(readonly input: DisableProfileCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -168,7 +163,4 @@ export class DisableProfileCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DisableProfileCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-rolesanywhere/src/commands/DisableTrustAnchorCommand.ts b/clients/client-rolesanywhere/src/commands/DisableTrustAnchorCommand.ts index a261c47ae36d..246b88e7784a 100644 --- a/clients/client-rolesanywhere/src/commands/DisableTrustAnchorCommand.ts +++ b/clients/client-rolesanywhere/src/commands/DisableTrustAnchorCommand.ts @@ -103,9 +103,6 @@ export class DisableTrustAnchorCommand extends $Command< DisableTrustAnchorCommandOutput, RolesAnywhereClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -119,9 +116,7 @@ export class DisableTrustAnchorCommand extends $Command< * @public */ constructor(readonly input: DisableTrustAnchorCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -174,7 +169,4 @@ export class DisableTrustAnchorCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DisableTrustAnchorCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-rolesanywhere/src/commands/EnableCrlCommand.ts b/clients/client-rolesanywhere/src/commands/EnableCrlCommand.ts index 09ea1ab9262c..112ed152b2c2 100644 --- a/clients/client-rolesanywhere/src/commands/EnableCrlCommand.ts +++ b/clients/client-rolesanywhere/src/commands/EnableCrlCommand.ts @@ -89,9 +89,6 @@ export class EnableCrlCommand extends $Command< EnableCrlCommandOutput, RolesAnywhereClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -105,9 +102,7 @@ export class EnableCrlCommand extends $Command< * @public */ constructor(readonly input: EnableCrlCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -158,7 +153,4 @@ export class EnableCrlCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_EnableCrlCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-rolesanywhere/src/commands/EnableProfileCommand.ts b/clients/client-rolesanywhere/src/commands/EnableProfileCommand.ts index 012da74d1179..dd042c832935 100644 --- a/clients/client-rolesanywhere/src/commands/EnableProfileCommand.ts +++ b/clients/client-rolesanywhere/src/commands/EnableProfileCommand.ts @@ -97,9 +97,6 @@ export class EnableProfileCommand extends $Command< EnableProfileCommandOutput, RolesAnywhereClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -113,9 +110,7 @@ export class EnableProfileCommand extends $Command< * @public */ constructor(readonly input: EnableProfileCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -166,7 +161,4 @@ export class EnableProfileCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_EnableProfileCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-rolesanywhere/src/commands/EnableTrustAnchorCommand.ts b/clients/client-rolesanywhere/src/commands/EnableTrustAnchorCommand.ts index e2088c2310d0..76bd5ed061ef 100644 --- a/clients/client-rolesanywhere/src/commands/EnableTrustAnchorCommand.ts +++ b/clients/client-rolesanywhere/src/commands/EnableTrustAnchorCommand.ts @@ -103,9 +103,6 @@ export class EnableTrustAnchorCommand extends $Command< EnableTrustAnchorCommandOutput, RolesAnywhereClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -119,9 +116,7 @@ export class EnableTrustAnchorCommand extends $Command< * @public */ constructor(readonly input: EnableTrustAnchorCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -174,7 +169,4 @@ export class EnableTrustAnchorCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_EnableTrustAnchorCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-rolesanywhere/src/commands/GetCrlCommand.ts b/clients/client-rolesanywhere/src/commands/GetCrlCommand.ts index 448b10289252..42afbccc8248 100644 --- a/clients/client-rolesanywhere/src/commands/GetCrlCommand.ts +++ b/clients/client-rolesanywhere/src/commands/GetCrlCommand.ts @@ -86,9 +86,6 @@ export class GetCrlCommand extends $Command< GetCrlCommandOutput, RolesAnywhereClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -102,9 +99,7 @@ export class GetCrlCommand extends $Command< * @public */ constructor(readonly input: GetCrlCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -155,7 +150,4 @@ export class GetCrlCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetCrlCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-rolesanywhere/src/commands/GetProfileCommand.ts b/clients/client-rolesanywhere/src/commands/GetProfileCommand.ts index b9fc4dab1d8c..7d2ab8b0a760 100644 --- a/clients/client-rolesanywhere/src/commands/GetProfileCommand.ts +++ b/clients/client-rolesanywhere/src/commands/GetProfileCommand.ts @@ -97,9 +97,6 @@ export class GetProfileCommand extends $Command< GetProfileCommandOutput, RolesAnywhereClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -113,9 +110,7 @@ export class GetProfileCommand extends $Command< * @public */ constructor(readonly input: GetProfileCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -166,7 +161,4 @@ export class GetProfileCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetProfileCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-rolesanywhere/src/commands/GetSubjectCommand.ts b/clients/client-rolesanywhere/src/commands/GetSubjectCommand.ts index 0601ef841acd..e895d48ff7b4 100644 --- a/clients/client-rolesanywhere/src/commands/GetSubjectCommand.ts +++ b/clients/client-rolesanywhere/src/commands/GetSubjectCommand.ts @@ -110,9 +110,6 @@ export class GetSubjectCommand extends $Command< GetSubjectCommandOutput, RolesAnywhereClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -126,9 +123,7 @@ export class GetSubjectCommand extends $Command< * @public */ constructor(readonly input: GetSubjectCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -179,7 +174,4 @@ export class GetSubjectCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetSubjectCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-rolesanywhere/src/commands/GetTrustAnchorCommand.ts b/clients/client-rolesanywhere/src/commands/GetTrustAnchorCommand.ts index 5c06cdddff76..05ae87934228 100644 --- a/clients/client-rolesanywhere/src/commands/GetTrustAnchorCommand.ts +++ b/clients/client-rolesanywhere/src/commands/GetTrustAnchorCommand.ts @@ -106,9 +106,6 @@ export class GetTrustAnchorCommand extends $Command< GetTrustAnchorCommandOutput, RolesAnywhereClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -122,9 +119,7 @@ export class GetTrustAnchorCommand extends $Command< * @public */ constructor(readonly input: GetTrustAnchorCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -177,7 +172,4 @@ export class GetTrustAnchorCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetTrustAnchorCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-rolesanywhere/src/commands/ImportCrlCommand.ts b/clients/client-rolesanywhere/src/commands/ImportCrlCommand.ts index 70e87ae23315..aebacf7f82bf 100644 --- a/clients/client-rolesanywhere/src/commands/ImportCrlCommand.ts +++ b/clients/client-rolesanywhere/src/commands/ImportCrlCommand.ts @@ -100,9 +100,6 @@ export class ImportCrlCommand extends $Command< ImportCrlCommandOutput, RolesAnywhereClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -116,9 +113,7 @@ export class ImportCrlCommand extends $Command< * @public */ constructor(readonly input: ImportCrlCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -169,7 +164,4 @@ export class ImportCrlCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ImportCrlCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-rolesanywhere/src/commands/ListCrlsCommand.ts b/clients/client-rolesanywhere/src/commands/ListCrlsCommand.ts index 92175d657add..c5cf609097bd 100644 --- a/clients/client-rolesanywhere/src/commands/ListCrlsCommand.ts +++ b/clients/client-rolesanywhere/src/commands/ListCrlsCommand.ts @@ -93,9 +93,6 @@ export class ListCrlsCommand extends $Command< ListCrlsCommandOutput, RolesAnywhereClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -109,9 +106,7 @@ export class ListCrlsCommand extends $Command< * @public */ constructor(readonly input: ListCrlsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -162,7 +157,4 @@ export class ListCrlsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListCrlsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-rolesanywhere/src/commands/ListProfilesCommand.ts b/clients/client-rolesanywhere/src/commands/ListProfilesCommand.ts index d1104b26dbf6..5ea02826d13e 100644 --- a/clients/client-rolesanywhere/src/commands/ListProfilesCommand.ts +++ b/clients/client-rolesanywhere/src/commands/ListProfilesCommand.ts @@ -101,9 +101,6 @@ export class ListProfilesCommand extends $Command< ListProfilesCommandOutput, RolesAnywhereClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -117,9 +114,7 @@ export class ListProfilesCommand extends $Command< * @public */ constructor(readonly input: ListProfilesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -170,7 +165,4 @@ export class ListProfilesCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListProfilesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-rolesanywhere/src/commands/ListSubjectsCommand.ts b/clients/client-rolesanywhere/src/commands/ListSubjectsCommand.ts index e3f1e420d25a..bd8fe36f69e6 100644 --- a/clients/client-rolesanywhere/src/commands/ListSubjectsCommand.ts +++ b/clients/client-rolesanywhere/src/commands/ListSubjectsCommand.ts @@ -92,9 +92,6 @@ export class ListSubjectsCommand extends $Command< ListSubjectsCommandOutput, RolesAnywhereClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -108,9 +105,7 @@ export class ListSubjectsCommand extends $Command< * @public */ constructor(readonly input: ListSubjectsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -161,7 +156,4 @@ export class ListSubjectsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListSubjectsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-rolesanywhere/src/commands/ListTagsForResourceCommand.ts b/clients/client-rolesanywhere/src/commands/ListTagsForResourceCommand.ts index fa370a147e2a..6c24c3610c1b 100644 --- a/clients/client-rolesanywhere/src/commands/ListTagsForResourceCommand.ts +++ b/clients/client-rolesanywhere/src/commands/ListTagsForResourceCommand.ts @@ -92,9 +92,6 @@ export class ListTagsForResourceCommand extends $Command< ListTagsForResourceCommandOutput, RolesAnywhereClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -108,9 +105,7 @@ export class ListTagsForResourceCommand extends $Command< * @public */ constructor(readonly input: ListTagsForResourceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -163,7 +158,4 @@ export class ListTagsForResourceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListTagsForResourceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-rolesanywhere/src/commands/ListTrustAnchorsCommand.ts b/clients/client-rolesanywhere/src/commands/ListTrustAnchorsCommand.ts index 898fe6d20637..138b52b20e57 100644 --- a/clients/client-rolesanywhere/src/commands/ListTrustAnchorsCommand.ts +++ b/clients/client-rolesanywhere/src/commands/ListTrustAnchorsCommand.ts @@ -107,9 +107,6 @@ export class ListTrustAnchorsCommand extends $Command< ListTrustAnchorsCommandOutput, RolesAnywhereClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -123,9 +120,7 @@ export class ListTrustAnchorsCommand extends $Command< * @public */ constructor(readonly input: ListTrustAnchorsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -178,7 +173,4 @@ export class ListTrustAnchorsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListTrustAnchorsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-rolesanywhere/src/commands/PutNotificationSettingsCommand.ts b/clients/client-rolesanywhere/src/commands/PutNotificationSettingsCommand.ts index 9dd8ba46cee8..98dda65e0fd2 100644 --- a/clients/client-rolesanywhere/src/commands/PutNotificationSettingsCommand.ts +++ b/clients/client-rolesanywhere/src/commands/PutNotificationSettingsCommand.ts @@ -116,9 +116,6 @@ export class PutNotificationSettingsCommand extends $Command< PutNotificationSettingsCommandOutput, RolesAnywhereClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -132,9 +129,7 @@ export class PutNotificationSettingsCommand extends $Command< * @public */ constructor(readonly input: PutNotificationSettingsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -187,7 +182,4 @@ export class PutNotificationSettingsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_PutNotificationSettingsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-rolesanywhere/src/commands/ResetNotificationSettingsCommand.ts b/clients/client-rolesanywhere/src/commands/ResetNotificationSettingsCommand.ts index b9b6bc8aedde..431a268da878 100644 --- a/clients/client-rolesanywhere/src/commands/ResetNotificationSettingsCommand.ts +++ b/clients/client-rolesanywhere/src/commands/ResetNotificationSettingsCommand.ts @@ -113,9 +113,6 @@ export class ResetNotificationSettingsCommand extends $Command< ResetNotificationSettingsCommandOutput, RolesAnywhereClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -129,9 +126,7 @@ export class ResetNotificationSettingsCommand extends $Command< * @public */ constructor(readonly input: ResetNotificationSettingsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -187,7 +182,4 @@ export class ResetNotificationSettingsCommand extends $Command< ): Promise { return de_ResetNotificationSettingsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-rolesanywhere/src/commands/TagResourceCommand.ts b/clients/client-rolesanywhere/src/commands/TagResourceCommand.ts index bb391b680ef8..0e3bc8fa3880 100644 --- a/clients/client-rolesanywhere/src/commands/TagResourceCommand.ts +++ b/clients/client-rolesanywhere/src/commands/TagResourceCommand.ts @@ -90,9 +90,6 @@ export class TagResourceCommand extends $Command< TagResourceCommandOutput, RolesAnywhereClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -106,9 +103,7 @@ export class TagResourceCommand extends $Command< * @public */ constructor(readonly input: TagResourceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -159,7 +154,4 @@ export class TagResourceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_TagResourceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-rolesanywhere/src/commands/UntagResourceCommand.ts b/clients/client-rolesanywhere/src/commands/UntagResourceCommand.ts index b3f12e0890ba..58f0defda416 100644 --- a/clients/client-rolesanywhere/src/commands/UntagResourceCommand.ts +++ b/clients/client-rolesanywhere/src/commands/UntagResourceCommand.ts @@ -88,9 +88,6 @@ export class UntagResourceCommand extends $Command< UntagResourceCommandOutput, RolesAnywhereClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -104,9 +101,7 @@ export class UntagResourceCommand extends $Command< * @public */ constructor(readonly input: UntagResourceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -157,7 +152,4 @@ export class UntagResourceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UntagResourceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-rolesanywhere/src/commands/UpdateCrlCommand.ts b/clients/client-rolesanywhere/src/commands/UpdateCrlCommand.ts index b4d8518c51e2..1cdd60e9a545 100644 --- a/clients/client-rolesanywhere/src/commands/UpdateCrlCommand.ts +++ b/clients/client-rolesanywhere/src/commands/UpdateCrlCommand.ts @@ -96,9 +96,6 @@ export class UpdateCrlCommand extends $Command< UpdateCrlCommandOutput, RolesAnywhereClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -112,9 +109,7 @@ export class UpdateCrlCommand extends $Command< * @public */ constructor(readonly input: UpdateCrlCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -165,7 +160,4 @@ export class UpdateCrlCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdateCrlCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-rolesanywhere/src/commands/UpdateProfileCommand.ts b/clients/client-rolesanywhere/src/commands/UpdateProfileCommand.ts index 1c44c5ca5e21..935e31fad334 100644 --- a/clients/client-rolesanywhere/src/commands/UpdateProfileCommand.ts +++ b/clients/client-rolesanywhere/src/commands/UpdateProfileCommand.ts @@ -111,9 +111,6 @@ export class UpdateProfileCommand extends $Command< UpdateProfileCommandOutput, RolesAnywhereClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -127,9 +124,7 @@ export class UpdateProfileCommand extends $Command< * @public */ constructor(readonly input: UpdateProfileCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -180,7 +175,4 @@ export class UpdateProfileCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdateProfileCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-rolesanywhere/src/commands/UpdateTrustAnchorCommand.ts b/clients/client-rolesanywhere/src/commands/UpdateTrustAnchorCommand.ts index c662c24476cf..661250f508f3 100644 --- a/clients/client-rolesanywhere/src/commands/UpdateTrustAnchorCommand.ts +++ b/clients/client-rolesanywhere/src/commands/UpdateTrustAnchorCommand.ts @@ -119,9 +119,6 @@ export class UpdateTrustAnchorCommand extends $Command< UpdateTrustAnchorCommandOutput, RolesAnywhereClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -135,9 +132,7 @@ export class UpdateTrustAnchorCommand extends $Command< * @public */ constructor(readonly input: UpdateTrustAnchorCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -190,7 +185,4 @@ export class UpdateTrustAnchorCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdateTrustAnchorCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-route-53-domains/package.json b/clients/client-route-53-domains/package.json index d64bcf5e6778..072f5351143b 100644 --- a/clients/client-route-53-domains/package.json +++ b/clients/client-route-53-domains/package.json @@ -34,29 +34,29 @@ "@aws-sdk/util-endpoints": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@smithy/config-resolver": "^2.0.16", - "@smithy/fetch-http-handler": "^2.2.4", - "@smithy/hash-node": "^2.0.12", - "@smithy/invalid-dependency": "^2.0.12", - "@smithy/middleware-content-length": "^2.0.14", - "@smithy/middleware-endpoint": "^2.1.3", - "@smithy/middleware-retry": "^2.0.18", - "@smithy/middleware-serde": "^2.0.12", - "@smithy/middleware-stack": "^2.0.6", - "@smithy/node-config-provider": "^2.1.3", - "@smithy/node-http-handler": "^2.1.8", - "@smithy/protocol-http": "^3.0.8", - "@smithy/smithy-client": "^2.1.12", - "@smithy/types": "^2.4.0", - "@smithy/url-parser": "^2.0.12", - "@smithy/util-base64": "^2.0.0", + "@smithy/config-resolver": "^2.0.18", + "@smithy/fetch-http-handler": "^2.2.6", + "@smithy/hash-node": "^2.0.15", + "@smithy/invalid-dependency": "^2.0.13", + "@smithy/middleware-content-length": "^2.0.15", + "@smithy/middleware-endpoint": "^2.2.0", + "@smithy/middleware-retry": "^2.0.20", + "@smithy/middleware-serde": "^2.0.13", + "@smithy/middleware-stack": "^2.0.7", + "@smithy/node-config-provider": "^2.1.5", + "@smithy/node-http-handler": "^2.1.9", + "@smithy/protocol-http": "^3.0.9", + "@smithy/smithy-client": "^2.1.15", + "@smithy/types": "^2.5.0", + "@smithy/url-parser": "^2.0.13", + "@smithy/util-base64": "^2.0.1", "@smithy/util-body-length-browser": "^2.0.0", "@smithy/util-body-length-node": "^2.1.0", - "@smithy/util-defaults-mode-browser": "^2.0.16", - "@smithy/util-defaults-mode-node": "^2.0.21", - "@smithy/util-endpoints": "^1.0.2", - "@smithy/util-retry": "^2.0.5", - "@smithy/util-utf8": "^2.0.0", + "@smithy/util-defaults-mode-browser": "^2.0.19", + "@smithy/util-defaults-mode-node": "^2.0.25", + "@smithy/util-endpoints": "^1.0.4", + "@smithy/util-retry": "^2.0.6", + "@smithy/util-utf8": "^2.0.2", "tslib": "^2.5.0" }, "devDependencies": { diff --git a/clients/client-route-53-domains/src/commands/AcceptDomainTransferFromAnotherAwsAccountCommand.ts b/clients/client-route-53-domains/src/commands/AcceptDomainTransferFromAnotherAwsAccountCommand.ts index f12c898eb999..2f4a4a002725 100644 --- a/clients/client-route-53-domains/src/commands/AcceptDomainTransferFromAnotherAwsAccountCommand.ts +++ b/clients/client-route-53-domains/src/commands/AcceptDomainTransferFromAnotherAwsAccountCommand.ts @@ -103,9 +103,6 @@ export class AcceptDomainTransferFromAnotherAwsAccountCommand extends $Command< AcceptDomainTransferFromAnotherAwsAccountCommandOutput, Route53DomainsClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -119,9 +116,7 @@ export class AcceptDomainTransferFromAnotherAwsAccountCommand extends $Command< * @public */ constructor(readonly input: AcceptDomainTransferFromAnotherAwsAccountCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -186,7 +181,4 @@ export class AcceptDomainTransferFromAnotherAwsAccountCommand extends $Command< ): Promise { return de_AcceptDomainTransferFromAnotherAwsAccountCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-route-53-domains/src/commands/AssociateDelegationSignerToDomainCommand.ts b/clients/client-route-53-domains/src/commands/AssociateDelegationSignerToDomainCommand.ts index 5a56dbbd3fe9..4138cad48201 100644 --- a/clients/client-route-53-domains/src/commands/AssociateDelegationSignerToDomainCommand.ts +++ b/clients/client-route-53-domains/src/commands/AssociateDelegationSignerToDomainCommand.ts @@ -114,9 +114,6 @@ export class AssociateDelegationSignerToDomainCommand extends $Command< AssociateDelegationSignerToDomainCommandOutput, Route53DomainsClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -130,9 +127,7 @@ export class AssociateDelegationSignerToDomainCommand extends $Command< * @public */ constructor(readonly input: AssociateDelegationSignerToDomainCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -191,7 +186,4 @@ export class AssociateDelegationSignerToDomainCommand extends $Command< ): Promise { return de_AssociateDelegationSignerToDomainCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-route-53-domains/src/commands/CancelDomainTransferToAnotherAwsAccountCommand.ts b/clients/client-route-53-domains/src/commands/CancelDomainTransferToAnotherAwsAccountCommand.ts index 9f58c8ce1e20..916d0690b9a2 100644 --- a/clients/client-route-53-domains/src/commands/CancelDomainTransferToAnotherAwsAccountCommand.ts +++ b/clients/client-route-53-domains/src/commands/CancelDomainTransferToAnotherAwsAccountCommand.ts @@ -99,9 +99,6 @@ export class CancelDomainTransferToAnotherAwsAccountCommand extends $Command< CancelDomainTransferToAnotherAwsAccountCommandOutput, Route53DomainsClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -115,9 +112,7 @@ export class CancelDomainTransferToAnotherAwsAccountCommand extends $Command< * @public */ constructor(readonly input: CancelDomainTransferToAnotherAwsAccountCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -182,7 +177,4 @@ export class CancelDomainTransferToAnotherAwsAccountCommand extends $Command< ): Promise { return de_CancelDomainTransferToAnotherAwsAccountCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-route-53-domains/src/commands/CheckDomainAvailabilityCommand.ts b/clients/client-route-53-domains/src/commands/CheckDomainAvailabilityCommand.ts index b812f76c7d71..8ea11153cfd1 100644 --- a/clients/client-route-53-domains/src/commands/CheckDomainAvailabilityCommand.ts +++ b/clients/client-route-53-domains/src/commands/CheckDomainAvailabilityCommand.ts @@ -82,9 +82,6 @@ export class CheckDomainAvailabilityCommand extends $Command< CheckDomainAvailabilityCommandOutput, Route53DomainsClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -98,9 +95,7 @@ export class CheckDomainAvailabilityCommand extends $Command< * @public */ constructor(readonly input: CheckDomainAvailabilityCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -153,7 +148,4 @@ export class CheckDomainAvailabilityCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CheckDomainAvailabilityCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-route-53-domains/src/commands/CheckDomainTransferabilityCommand.ts b/clients/client-route-53-domains/src/commands/CheckDomainTransferabilityCommand.ts index 4c9380e7030f..acb80c2f83da 100644 --- a/clients/client-route-53-domains/src/commands/CheckDomainTransferabilityCommand.ts +++ b/clients/client-route-53-domains/src/commands/CheckDomainTransferabilityCommand.ts @@ -87,9 +87,6 @@ export class CheckDomainTransferabilityCommand extends $Command< CheckDomainTransferabilityCommandOutput, Route53DomainsClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -103,9 +100,7 @@ export class CheckDomainTransferabilityCommand extends $Command< * @public */ constructor(readonly input: CheckDomainTransferabilityCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -161,7 +156,4 @@ export class CheckDomainTransferabilityCommand extends $Command< ): Promise { return de_CheckDomainTransferabilityCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-route-53-domains/src/commands/DeleteDomainCommand.ts b/clients/client-route-53-domains/src/commands/DeleteDomainCommand.ts index 2f7fc3851901..267977f98576 100644 --- a/clients/client-route-53-domains/src/commands/DeleteDomainCommand.ts +++ b/clients/client-route-53-domains/src/commands/DeleteDomainCommand.ts @@ -106,9 +106,6 @@ export class DeleteDomainCommand extends $Command< DeleteDomainCommandOutput, Route53DomainsClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -122,9 +119,7 @@ export class DeleteDomainCommand extends $Command< * @public */ constructor(readonly input: DeleteDomainCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -175,7 +170,4 @@ export class DeleteDomainCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteDomainCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-route-53-domains/src/commands/DeleteTagsForDomainCommand.ts b/clients/client-route-53-domains/src/commands/DeleteTagsForDomainCommand.ts index 9851a5a60345..c732bff4a044 100644 --- a/clients/client-route-53-domains/src/commands/DeleteTagsForDomainCommand.ts +++ b/clients/client-route-53-domains/src/commands/DeleteTagsForDomainCommand.ts @@ -86,9 +86,6 @@ export class DeleteTagsForDomainCommand extends $Command< DeleteTagsForDomainCommandOutput, Route53DomainsClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -102,9 +99,7 @@ export class DeleteTagsForDomainCommand extends $Command< * @public */ constructor(readonly input: DeleteTagsForDomainCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -157,7 +152,4 @@ export class DeleteTagsForDomainCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteTagsForDomainCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-route-53-domains/src/commands/DisableDomainAutoRenewCommand.ts b/clients/client-route-53-domains/src/commands/DisableDomainAutoRenewCommand.ts index d97d90ac8bfb..cc43cbabba0c 100644 --- a/clients/client-route-53-domains/src/commands/DisableDomainAutoRenewCommand.ts +++ b/clients/client-route-53-domains/src/commands/DisableDomainAutoRenewCommand.ts @@ -78,9 +78,6 @@ export class DisableDomainAutoRenewCommand extends $Command< DisableDomainAutoRenewCommandOutput, Route53DomainsClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -94,9 +91,7 @@ export class DisableDomainAutoRenewCommand extends $Command< * @public */ constructor(readonly input: DisableDomainAutoRenewCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -149,7 +144,4 @@ export class DisableDomainAutoRenewCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DisableDomainAutoRenewCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-route-53-domains/src/commands/DisableDomainTransferLockCommand.ts b/clients/client-route-53-domains/src/commands/DisableDomainTransferLockCommand.ts index 82f73e85e6b6..af3fdeb5df20 100644 --- a/clients/client-route-53-domains/src/commands/DisableDomainTransferLockCommand.ts +++ b/clients/client-route-53-domains/src/commands/DisableDomainTransferLockCommand.ts @@ -94,9 +94,6 @@ export class DisableDomainTransferLockCommand extends $Command< DisableDomainTransferLockCommandOutput, Route53DomainsClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -110,9 +107,7 @@ export class DisableDomainTransferLockCommand extends $Command< * @public */ constructor(readonly input: DisableDomainTransferLockCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -168,7 +163,4 @@ export class DisableDomainTransferLockCommand extends $Command< ): Promise { return de_DisableDomainTransferLockCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-route-53-domains/src/commands/DisassociateDelegationSignerFromDomainCommand.ts b/clients/client-route-53-domains/src/commands/DisassociateDelegationSignerFromDomainCommand.ts index 95a5b2d301d9..6d9bede1ff11 100644 --- a/clients/client-route-53-domains/src/commands/DisassociateDelegationSignerFromDomainCommand.ts +++ b/clients/client-route-53-domains/src/commands/DisassociateDelegationSignerFromDomainCommand.ts @@ -100,9 +100,6 @@ export class DisassociateDelegationSignerFromDomainCommand extends $Command< DisassociateDelegationSignerFromDomainCommandOutput, Route53DomainsClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -116,9 +113,7 @@ export class DisassociateDelegationSignerFromDomainCommand extends $Command< * @public */ constructor(readonly input: DisassociateDelegationSignerFromDomainCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -177,7 +172,4 @@ export class DisassociateDelegationSignerFromDomainCommand extends $Command< ): Promise { return de_DisassociateDelegationSignerFromDomainCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-route-53-domains/src/commands/EnableDomainAutoRenewCommand.ts b/clients/client-route-53-domains/src/commands/EnableDomainAutoRenewCommand.ts index 24545a648c7e..f486daa96107 100644 --- a/clients/client-route-53-domains/src/commands/EnableDomainAutoRenewCommand.ts +++ b/clients/client-route-53-domains/src/commands/EnableDomainAutoRenewCommand.ts @@ -87,9 +87,6 @@ export class EnableDomainAutoRenewCommand extends $Command< EnableDomainAutoRenewCommandOutput, Route53DomainsClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -103,9 +100,7 @@ export class EnableDomainAutoRenewCommand extends $Command< * @public */ constructor(readonly input: EnableDomainAutoRenewCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -158,7 +153,4 @@ export class EnableDomainAutoRenewCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_EnableDomainAutoRenewCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-route-53-domains/src/commands/EnableDomainTransferLockCommand.ts b/clients/client-route-53-domains/src/commands/EnableDomainTransferLockCommand.ts index df453b67770a..c044b9508181 100644 --- a/clients/client-route-53-domains/src/commands/EnableDomainTransferLockCommand.ts +++ b/clients/client-route-53-domains/src/commands/EnableDomainTransferLockCommand.ts @@ -93,9 +93,6 @@ export class EnableDomainTransferLockCommand extends $Command< EnableDomainTransferLockCommandOutput, Route53DomainsClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -109,9 +106,7 @@ export class EnableDomainTransferLockCommand extends $Command< * @public */ constructor(readonly input: EnableDomainTransferLockCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -164,7 +159,4 @@ export class EnableDomainTransferLockCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_EnableDomainTransferLockCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-route-53-domains/src/commands/GetContactReachabilityStatusCommand.ts b/clients/client-route-53-domains/src/commands/GetContactReachabilityStatusCommand.ts index 39651ff1810a..f1663fc37cbd 100644 --- a/clients/client-route-53-domains/src/commands/GetContactReachabilityStatusCommand.ts +++ b/clients/client-route-53-domains/src/commands/GetContactReachabilityStatusCommand.ts @@ -93,9 +93,6 @@ export class GetContactReachabilityStatusCommand extends $Command< GetContactReachabilityStatusCommandOutput, Route53DomainsClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -109,9 +106,7 @@ export class GetContactReachabilityStatusCommand extends $Command< * @public */ constructor(readonly input: GetContactReachabilityStatusCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -167,7 +162,4 @@ export class GetContactReachabilityStatusCommand extends $Command< ): Promise { return de_GetContactReachabilityStatusCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-route-53-domains/src/commands/GetDomainDetailCommand.ts b/clients/client-route-53-domains/src/commands/GetDomainDetailCommand.ts index cf389d258b97..ab43e9b19786 100644 --- a/clients/client-route-53-domains/src/commands/GetDomainDetailCommand.ts +++ b/clients/client-route-53-domains/src/commands/GetDomainDetailCommand.ts @@ -185,9 +185,6 @@ export class GetDomainDetailCommand extends $Command< GetDomainDetailCommandOutput, Route53DomainsClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -201,9 +198,7 @@ export class GetDomainDetailCommand extends $Command< * @public */ constructor(readonly input: GetDomainDetailCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -256,7 +251,4 @@ export class GetDomainDetailCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetDomainDetailCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-route-53-domains/src/commands/GetDomainSuggestionsCommand.ts b/clients/client-route-53-domains/src/commands/GetDomainSuggestionsCommand.ts index 775950c0678c..895c1570a670 100644 --- a/clients/client-route-53-domains/src/commands/GetDomainSuggestionsCommand.ts +++ b/clients/client-route-53-domains/src/commands/GetDomainSuggestionsCommand.ts @@ -86,9 +86,6 @@ export class GetDomainSuggestionsCommand extends $Command< GetDomainSuggestionsCommandOutput, Route53DomainsClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -102,9 +99,7 @@ export class GetDomainSuggestionsCommand extends $Command< * @public */ constructor(readonly input: GetDomainSuggestionsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -157,7 +152,4 @@ export class GetDomainSuggestionsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetDomainSuggestionsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-route-53-domains/src/commands/GetOperationDetailCommand.ts b/clients/client-route-53-domains/src/commands/GetOperationDetailCommand.ts index b952219f359c..b20db2ab959a 100644 --- a/clients/client-route-53-domains/src/commands/GetOperationDetailCommand.ts +++ b/clients/client-route-53-domains/src/commands/GetOperationDetailCommand.ts @@ -84,9 +84,6 @@ export class GetOperationDetailCommand extends $Command< GetOperationDetailCommandOutput, Route53DomainsClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -100,9 +97,7 @@ export class GetOperationDetailCommand extends $Command< * @public */ constructor(readonly input: GetOperationDetailCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -155,7 +150,4 @@ export class GetOperationDetailCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetOperationDetailCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-route-53-domains/src/commands/ListDomainsCommand.ts b/clients/client-route-53-domains/src/commands/ListDomainsCommand.ts index 559e4083607b..a6e5ed615979 100644 --- a/clients/client-route-53-domains/src/commands/ListDomainsCommand.ts +++ b/clients/client-route-53-domains/src/commands/ListDomainsCommand.ts @@ -99,9 +99,6 @@ export class ListDomainsCommand extends $Command< ListDomainsCommandOutput, Route53DomainsClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -115,9 +112,7 @@ export class ListDomainsCommand extends $Command< * @public */ constructor(readonly input: ListDomainsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -168,7 +163,4 @@ export class ListDomainsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListDomainsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-route-53-domains/src/commands/ListOperationsCommand.ts b/clients/client-route-53-domains/src/commands/ListOperationsCommand.ts index 42209a60dc78..712c71561484 100644 --- a/clients/client-route-53-domains/src/commands/ListOperationsCommand.ts +++ b/clients/client-route-53-domains/src/commands/ListOperationsCommand.ts @@ -100,9 +100,6 @@ export class ListOperationsCommand extends $Command< ListOperationsCommandOutput, Route53DomainsClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -116,9 +113,7 @@ export class ListOperationsCommand extends $Command< * @public */ constructor(readonly input: ListOperationsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -171,7 +166,4 @@ export class ListOperationsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListOperationsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-route-53-domains/src/commands/ListPricesCommand.ts b/clients/client-route-53-domains/src/commands/ListPricesCommand.ts index dc3c7308e704..bdafef7c0a45 100644 --- a/clients/client-route-53-domains/src/commands/ListPricesCommand.ts +++ b/clients/client-route-53-domains/src/commands/ListPricesCommand.ts @@ -124,9 +124,6 @@ export class ListPricesCommand extends $Command< ListPricesCommandOutput, Route53DomainsClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -140,9 +137,7 @@ export class ListPricesCommand extends $Command< * @public */ constructor(readonly input: ListPricesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -193,7 +188,4 @@ export class ListPricesCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListPricesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-route-53-domains/src/commands/ListTagsForDomainCommand.ts b/clients/client-route-53-domains/src/commands/ListTagsForDomainCommand.ts index f639efe51903..eb69b34949fe 100644 --- a/clients/client-route-53-domains/src/commands/ListTagsForDomainCommand.ts +++ b/clients/client-route-53-domains/src/commands/ListTagsForDomainCommand.ts @@ -91,9 +91,6 @@ export class ListTagsForDomainCommand extends $Command< ListTagsForDomainCommandOutput, Route53DomainsClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -107,9 +104,7 @@ export class ListTagsForDomainCommand extends $Command< * @public */ constructor(readonly input: ListTagsForDomainCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -162,7 +157,4 @@ export class ListTagsForDomainCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListTagsForDomainCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-route-53-domains/src/commands/PushDomainCommand.ts b/clients/client-route-53-domains/src/commands/PushDomainCommand.ts index 5a2dbf5b3c5e..1f27d352433b 100644 --- a/clients/client-route-53-domains/src/commands/PushDomainCommand.ts +++ b/clients/client-route-53-domains/src/commands/PushDomainCommand.ts @@ -89,9 +89,6 @@ export class PushDomainCommand extends $Command< PushDomainCommandOutput, Route53DomainsClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -105,9 +102,7 @@ export class PushDomainCommand extends $Command< * @public */ constructor(readonly input: PushDomainCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -158,7 +153,4 @@ export class PushDomainCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_PushDomainCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-route-53-domains/src/commands/RegisterDomainCommand.ts b/clients/client-route-53-domains/src/commands/RegisterDomainCommand.ts index d32e5f2ec88c..9abf912e53f0 100644 --- a/clients/client-route-53-domains/src/commands/RegisterDomainCommand.ts +++ b/clients/client-route-53-domains/src/commands/RegisterDomainCommand.ts @@ -199,9 +199,6 @@ export class RegisterDomainCommand extends $Command< RegisterDomainCommandOutput, Route53DomainsClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -215,9 +212,7 @@ export class RegisterDomainCommand extends $Command< * @public */ constructor(readonly input: RegisterDomainCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -270,7 +265,4 @@ export class RegisterDomainCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_RegisterDomainCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-route-53-domains/src/commands/RejectDomainTransferFromAnotherAwsAccountCommand.ts b/clients/client-route-53-domains/src/commands/RejectDomainTransferFromAnotherAwsAccountCommand.ts index 029a10e7d48d..2a058fb4a9a9 100644 --- a/clients/client-route-53-domains/src/commands/RejectDomainTransferFromAnotherAwsAccountCommand.ts +++ b/clients/client-route-53-domains/src/commands/RejectDomainTransferFromAnotherAwsAccountCommand.ts @@ -95,9 +95,6 @@ export class RejectDomainTransferFromAnotherAwsAccountCommand extends $Command< RejectDomainTransferFromAnotherAwsAccountCommandOutput, Route53DomainsClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -111,9 +108,7 @@ export class RejectDomainTransferFromAnotherAwsAccountCommand extends $Command< * @public */ constructor(readonly input: RejectDomainTransferFromAnotherAwsAccountCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -178,7 +173,4 @@ export class RejectDomainTransferFromAnotherAwsAccountCommand extends $Command< ): Promise { return de_RejectDomainTransferFromAnotherAwsAccountCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-route-53-domains/src/commands/RenewDomainCommand.ts b/clients/client-route-53-domains/src/commands/RenewDomainCommand.ts index b909e20399fb..03deb500b6da 100644 --- a/clients/client-route-53-domains/src/commands/RenewDomainCommand.ts +++ b/clients/client-route-53-domains/src/commands/RenewDomainCommand.ts @@ -97,9 +97,6 @@ export class RenewDomainCommand extends $Command< RenewDomainCommandOutput, Route53DomainsClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -113,9 +110,7 @@ export class RenewDomainCommand extends $Command< * @public */ constructor(readonly input: RenewDomainCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -166,7 +161,4 @@ export class RenewDomainCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_RenewDomainCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-route-53-domains/src/commands/ResendContactReachabilityEmailCommand.ts b/clients/client-route-53-domains/src/commands/ResendContactReachabilityEmailCommand.ts index 4cfaaf77b3ed..d201fe1ae5de 100644 --- a/clients/client-route-53-domains/src/commands/ResendContactReachabilityEmailCommand.ts +++ b/clients/client-route-53-domains/src/commands/ResendContactReachabilityEmailCommand.ts @@ -96,9 +96,6 @@ export class ResendContactReachabilityEmailCommand extends $Command< ResendContactReachabilityEmailCommandOutput, Route53DomainsClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -112,9 +109,7 @@ export class ResendContactReachabilityEmailCommand extends $Command< * @public */ constructor(readonly input: ResendContactReachabilityEmailCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -173,7 +168,4 @@ export class ResendContactReachabilityEmailCommand extends $Command< ): Promise { return de_ResendContactReachabilityEmailCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-route-53-domains/src/commands/ResendOperationAuthorizationCommand.ts b/clients/client-route-53-domains/src/commands/ResendOperationAuthorizationCommand.ts index 2b79162be058..ff2ca0adb811 100644 --- a/clients/client-route-53-domains/src/commands/ResendOperationAuthorizationCommand.ts +++ b/clients/client-route-53-domains/src/commands/ResendOperationAuthorizationCommand.ts @@ -77,9 +77,6 @@ export class ResendOperationAuthorizationCommand extends $Command< ResendOperationAuthorizationCommandOutput, Route53DomainsClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -93,9 +90,7 @@ export class ResendOperationAuthorizationCommand extends $Command< * @public */ constructor(readonly input: ResendOperationAuthorizationCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -151,7 +146,4 @@ export class ResendOperationAuthorizationCommand extends $Command< ): Promise { return de_ResendOperationAuthorizationCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-route-53-domains/src/commands/RetrieveDomainAuthCodeCommand.ts b/clients/client-route-53-domains/src/commands/RetrieveDomainAuthCodeCommand.ts index 070b06578fb2..472ff423935c 100644 --- a/clients/client-route-53-domains/src/commands/RetrieveDomainAuthCodeCommand.ts +++ b/clients/client-route-53-domains/src/commands/RetrieveDomainAuthCodeCommand.ts @@ -84,9 +84,6 @@ export class RetrieveDomainAuthCodeCommand extends $Command< RetrieveDomainAuthCodeCommandOutput, Route53DomainsClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -100,9 +97,7 @@ export class RetrieveDomainAuthCodeCommand extends $Command< * @public */ constructor(readonly input: RetrieveDomainAuthCodeCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -155,7 +150,4 @@ export class RetrieveDomainAuthCodeCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_RetrieveDomainAuthCodeCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-route-53-domains/src/commands/TransferDomainCommand.ts b/clients/client-route-53-domains/src/commands/TransferDomainCommand.ts index 920e6565c479..d50e4743624f 100644 --- a/clients/client-route-53-domains/src/commands/TransferDomainCommand.ts +++ b/clients/client-route-53-domains/src/commands/TransferDomainCommand.ts @@ -204,9 +204,6 @@ export class TransferDomainCommand extends $Command< TransferDomainCommandOutput, Route53DomainsClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -220,9 +217,7 @@ export class TransferDomainCommand extends $Command< * @public */ constructor(readonly input: TransferDomainCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -275,7 +270,4 @@ export class TransferDomainCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_TransferDomainCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-route-53-domains/src/commands/TransferDomainToAnotherAwsAccountCommand.ts b/clients/client-route-53-domains/src/commands/TransferDomainToAnotherAwsAccountCommand.ts index 8c926e4900f9..c033feab6925 100644 --- a/clients/client-route-53-domains/src/commands/TransferDomainToAnotherAwsAccountCommand.ts +++ b/clients/client-route-53-domains/src/commands/TransferDomainToAnotherAwsAccountCommand.ts @@ -121,9 +121,6 @@ export class TransferDomainToAnotherAwsAccountCommand extends $Command< TransferDomainToAnotherAwsAccountCommandOutput, Route53DomainsClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -137,9 +134,7 @@ export class TransferDomainToAnotherAwsAccountCommand extends $Command< * @public */ constructor(readonly input: TransferDomainToAnotherAwsAccountCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -198,7 +193,4 @@ export class TransferDomainToAnotherAwsAccountCommand extends $Command< ): Promise { return de_TransferDomainToAnotherAwsAccountCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-route-53-domains/src/commands/UpdateDomainContactCommand.ts b/clients/client-route-53-domains/src/commands/UpdateDomainContactCommand.ts index 37f0fdc9ae80..cfd0c2f520b8 100644 --- a/clients/client-route-53-domains/src/commands/UpdateDomainContactCommand.ts +++ b/clients/client-route-53-domains/src/commands/UpdateDomainContactCommand.ts @@ -165,9 +165,6 @@ export class UpdateDomainContactCommand extends $Command< UpdateDomainContactCommandOutput, Route53DomainsClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -181,9 +178,7 @@ export class UpdateDomainContactCommand extends $Command< * @public */ constructor(readonly input: UpdateDomainContactCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -236,7 +231,4 @@ export class UpdateDomainContactCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdateDomainContactCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-route-53-domains/src/commands/UpdateDomainContactPrivacyCommand.ts b/clients/client-route-53-domains/src/commands/UpdateDomainContactPrivacyCommand.ts index 17f906b9acf8..d759b6a2acfc 100644 --- a/clients/client-route-53-domains/src/commands/UpdateDomainContactPrivacyCommand.ts +++ b/clients/client-route-53-domains/src/commands/UpdateDomainContactPrivacyCommand.ts @@ -114,9 +114,6 @@ export class UpdateDomainContactPrivacyCommand extends $Command< UpdateDomainContactPrivacyCommandOutput, Route53DomainsClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -130,9 +127,7 @@ export class UpdateDomainContactPrivacyCommand extends $Command< * @public */ constructor(readonly input: UpdateDomainContactPrivacyCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -188,7 +183,4 @@ export class UpdateDomainContactPrivacyCommand extends $Command< ): Promise { return de_UpdateDomainContactPrivacyCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-route-53-domains/src/commands/UpdateDomainNameserversCommand.ts b/clients/client-route-53-domains/src/commands/UpdateDomainNameserversCommand.ts index 393791cd30c3..dd92007d7e1e 100644 --- a/clients/client-route-53-domains/src/commands/UpdateDomainNameserversCommand.ts +++ b/clients/client-route-53-domains/src/commands/UpdateDomainNameserversCommand.ts @@ -107,9 +107,6 @@ export class UpdateDomainNameserversCommand extends $Command< UpdateDomainNameserversCommandOutput, Route53DomainsClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -123,9 +120,7 @@ export class UpdateDomainNameserversCommand extends $Command< * @public */ constructor(readonly input: UpdateDomainNameserversCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -178,7 +173,4 @@ export class UpdateDomainNameserversCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdateDomainNameserversCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-route-53-domains/src/commands/UpdateTagsForDomainCommand.ts b/clients/client-route-53-domains/src/commands/UpdateTagsForDomainCommand.ts index e5e14ae3675a..6033915123bb 100644 --- a/clients/client-route-53-domains/src/commands/UpdateTagsForDomainCommand.ts +++ b/clients/client-route-53-domains/src/commands/UpdateTagsForDomainCommand.ts @@ -89,9 +89,6 @@ export class UpdateTagsForDomainCommand extends $Command< UpdateTagsForDomainCommandOutput, Route53DomainsClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -105,9 +102,7 @@ export class UpdateTagsForDomainCommand extends $Command< * @public */ constructor(readonly input: UpdateTagsForDomainCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -160,7 +155,4 @@ export class UpdateTagsForDomainCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdateTagsForDomainCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-route-53-domains/src/commands/ViewBillingCommand.ts b/clients/client-route-53-domains/src/commands/ViewBillingCommand.ts index e5a9cbf991f5..54f4914cbc17 100644 --- a/clients/client-route-53-domains/src/commands/ViewBillingCommand.ts +++ b/clients/client-route-53-domains/src/commands/ViewBillingCommand.ts @@ -88,9 +88,6 @@ export class ViewBillingCommand extends $Command< ViewBillingCommandOutput, Route53DomainsClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -104,9 +101,7 @@ export class ViewBillingCommand extends $Command< * @public */ constructor(readonly input: ViewBillingCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -157,7 +152,4 @@ export class ViewBillingCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ViewBillingCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-route-53/package.json b/clients/client-route-53/package.json index 8ec6730da022..e931cf88129b 100644 --- a/clients/client-route-53/package.json +++ b/clients/client-route-53/package.json @@ -36,30 +36,30 @@ "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", "@aws-sdk/xml-builder": "*", - "@smithy/config-resolver": "^2.0.16", - "@smithy/fetch-http-handler": "^2.2.4", - "@smithy/hash-node": "^2.0.12", - "@smithy/invalid-dependency": "^2.0.12", - "@smithy/middleware-content-length": "^2.0.14", - "@smithy/middleware-endpoint": "^2.1.3", - "@smithy/middleware-retry": "^2.0.18", - "@smithy/middleware-serde": "^2.0.12", - "@smithy/middleware-stack": "^2.0.6", - "@smithy/node-config-provider": "^2.1.3", - "@smithy/node-http-handler": "^2.1.8", - "@smithy/protocol-http": "^3.0.8", - "@smithy/smithy-client": "^2.1.12", - "@smithy/types": "^2.4.0", - "@smithy/url-parser": "^2.0.12", - "@smithy/util-base64": "^2.0.0", + "@smithy/config-resolver": "^2.0.18", + "@smithy/fetch-http-handler": "^2.2.6", + "@smithy/hash-node": "^2.0.15", + "@smithy/invalid-dependency": "^2.0.13", + "@smithy/middleware-content-length": "^2.0.15", + "@smithy/middleware-endpoint": "^2.2.0", + "@smithy/middleware-retry": "^2.0.20", + "@smithy/middleware-serde": "^2.0.13", + "@smithy/middleware-stack": "^2.0.7", + "@smithy/node-config-provider": "^2.1.5", + "@smithy/node-http-handler": "^2.1.9", + "@smithy/protocol-http": "^3.0.9", + "@smithy/smithy-client": "^2.1.15", + "@smithy/types": "^2.5.0", + "@smithy/url-parser": "^2.0.13", + "@smithy/util-base64": "^2.0.1", "@smithy/util-body-length-browser": "^2.0.0", "@smithy/util-body-length-node": "^2.1.0", - "@smithy/util-defaults-mode-browser": "^2.0.16", - "@smithy/util-defaults-mode-node": "^2.0.21", - "@smithy/util-endpoints": "^1.0.2", - "@smithy/util-retry": "^2.0.5", - "@smithy/util-utf8": "^2.0.0", - "@smithy/util-waiter": "^2.0.12", + "@smithy/util-defaults-mode-browser": "^2.0.19", + "@smithy/util-defaults-mode-node": "^2.0.25", + "@smithy/util-endpoints": "^1.0.4", + "@smithy/util-retry": "^2.0.6", + "@smithy/util-utf8": "^2.0.2", + "@smithy/util-waiter": "^2.0.13", "fast-xml-parser": "4.2.5", "tslib": "^2.5.0" }, diff --git a/clients/client-route-53/src/commands/ActivateKeySigningKeyCommand.ts b/clients/client-route-53/src/commands/ActivateKeySigningKeyCommand.ts index fe435c877a69..39b32777016f 100644 --- a/clients/client-route-53/src/commands/ActivateKeySigningKeyCommand.ts +++ b/clients/client-route-53/src/commands/ActivateKeySigningKeyCommand.ts @@ -100,9 +100,6 @@ export class ActivateKeySigningKeyCommand extends $Command< ActivateKeySigningKeyCommandOutput, Route53ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -116,9 +113,7 @@ export class ActivateKeySigningKeyCommand extends $Command< * @public */ constructor(readonly input: ActivateKeySigningKeyCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -172,7 +167,4 @@ export class ActivateKeySigningKeyCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ActivateKeySigningKeyCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-route-53/src/commands/AssociateVPCWithHostedZoneCommand.ts b/clients/client-route-53/src/commands/AssociateVPCWithHostedZoneCommand.ts index 188784f14727..b5aad084310d 100644 --- a/clients/client-route-53/src/commands/AssociateVPCWithHostedZoneCommand.ts +++ b/clients/client-route-53/src/commands/AssociateVPCWithHostedZoneCommand.ts @@ -197,9 +197,6 @@ export class AssociateVPCWithHostedZoneCommand extends $Command< AssociateVPCWithHostedZoneCommandOutput, Route53ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -213,9 +210,7 @@ export class AssociateVPCWithHostedZoneCommand extends $Command< * @public */ constructor(readonly input: AssociateVPCWithHostedZoneCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -272,7 +267,4 @@ export class AssociateVPCWithHostedZoneCommand extends $Command< ): Promise { return de_AssociateVPCWithHostedZoneCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-route-53/src/commands/ChangeCidrCollectionCommand.ts b/clients/client-route-53/src/commands/ChangeCidrCollectionCommand.ts index 4c6d9ca351d0..11f3e64e3672 100644 --- a/clients/client-route-53/src/commands/ChangeCidrCollectionCommand.ts +++ b/clients/client-route-53/src/commands/ChangeCidrCollectionCommand.ts @@ -127,9 +127,6 @@ export class ChangeCidrCollectionCommand extends $Command< ChangeCidrCollectionCommandOutput, Route53ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -143,9 +140,7 @@ export class ChangeCidrCollectionCommand extends $Command< * @public */ constructor(readonly input: ChangeCidrCollectionCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -199,7 +194,4 @@ export class ChangeCidrCollectionCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ChangeCidrCollectionCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-route-53/src/commands/ChangeResourceRecordSetsCommand.ts b/clients/client-route-53/src/commands/ChangeResourceRecordSetsCommand.ts index 6b300a853b65..a4545eb3b7d6 100644 --- a/clients/client-route-53/src/commands/ChangeResourceRecordSetsCommand.ts +++ b/clients/client-route-53/src/commands/ChangeResourceRecordSetsCommand.ts @@ -821,9 +821,6 @@ export class ChangeResourceRecordSetsCommand extends $Command< ChangeResourceRecordSetsCommandOutput, Route53ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -837,9 +834,7 @@ export class ChangeResourceRecordSetsCommand extends $Command< * @public */ constructor(readonly input: ChangeResourceRecordSetsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -894,7 +889,4 @@ export class ChangeResourceRecordSetsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ChangeResourceRecordSetsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-route-53/src/commands/ChangeTagsForResourceCommand.ts b/clients/client-route-53/src/commands/ChangeTagsForResourceCommand.ts index 26ca6c1ae1b4..1cddca5602ec 100644 --- a/clients/client-route-53/src/commands/ChangeTagsForResourceCommand.ts +++ b/clients/client-route-53/src/commands/ChangeTagsForResourceCommand.ts @@ -124,9 +124,6 @@ export class ChangeTagsForResourceCommand extends $Command< ChangeTagsForResourceCommandOutput, Route53ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -140,9 +137,7 @@ export class ChangeTagsForResourceCommand extends $Command< * @public */ constructor(readonly input: ChangeTagsForResourceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -195,7 +190,4 @@ export class ChangeTagsForResourceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ChangeTagsForResourceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-route-53/src/commands/CreateCidrCollectionCommand.ts b/clients/client-route-53/src/commands/CreateCidrCollectionCommand.ts index 35014d8364be..7be3da36a9c7 100644 --- a/clients/client-route-53/src/commands/CreateCidrCollectionCommand.ts +++ b/clients/client-route-53/src/commands/CreateCidrCollectionCommand.ts @@ -92,9 +92,6 @@ export class CreateCidrCollectionCommand extends $Command< CreateCidrCollectionCommandOutput, Route53ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -108,9 +105,7 @@ export class CreateCidrCollectionCommand extends $Command< * @public */ constructor(readonly input: CreateCidrCollectionCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -163,7 +158,4 @@ export class CreateCidrCollectionCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateCidrCollectionCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-route-53/src/commands/CreateHealthCheckCommand.ts b/clients/client-route-53/src/commands/CreateHealthCheckCommand.ts index 68791aac178b..a6e77986dc28 100644 --- a/clients/client-route-53/src/commands/CreateHealthCheckCommand.ts +++ b/clients/client-route-53/src/commands/CreateHealthCheckCommand.ts @@ -211,9 +211,6 @@ export class CreateHealthCheckCommand extends $Command< CreateHealthCheckCommandOutput, Route53ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -227,9 +224,7 @@ export class CreateHealthCheckCommand extends $Command< * @public */ constructor(readonly input: CreateHealthCheckCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -282,7 +277,4 @@ export class CreateHealthCheckCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateHealthCheckCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-route-53/src/commands/CreateHostedZoneCommand.ts b/clients/client-route-53/src/commands/CreateHostedZoneCommand.ts index 16dfe82b4b34..c74a9dafe6d0 100644 --- a/clients/client-route-53/src/commands/CreateHostedZoneCommand.ts +++ b/clients/client-route-53/src/commands/CreateHostedZoneCommand.ts @@ -240,9 +240,6 @@ export class CreateHostedZoneCommand extends $Command< CreateHostedZoneCommandOutput, Route53ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -256,9 +253,7 @@ export class CreateHostedZoneCommand extends $Command< * @public */ constructor(readonly input: CreateHostedZoneCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -312,7 +307,4 @@ export class CreateHostedZoneCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateHostedZoneCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-route-53/src/commands/CreateKeySigningKeyCommand.ts b/clients/client-route-53/src/commands/CreateKeySigningKeyCommand.ts index 9890b64d92f7..173c747abbf8 100644 --- a/clients/client-route-53/src/commands/CreateKeySigningKeyCommand.ts +++ b/clients/client-route-53/src/commands/CreateKeySigningKeyCommand.ts @@ -135,9 +135,6 @@ export class CreateKeySigningKeyCommand extends $Command< CreateKeySigningKeyCommandOutput, Route53ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -151,9 +148,7 @@ export class CreateKeySigningKeyCommand extends $Command< * @public */ constructor(readonly input: CreateKeySigningKeyCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -207,7 +202,4 @@ export class CreateKeySigningKeyCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateKeySigningKeyCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-route-53/src/commands/CreateQueryLoggingConfigCommand.ts b/clients/client-route-53/src/commands/CreateQueryLoggingConfigCommand.ts index 74000198a414..bd24f7525da0 100644 --- a/clients/client-route-53/src/commands/CreateQueryLoggingConfigCommand.ts +++ b/clients/client-route-53/src/commands/CreateQueryLoggingConfigCommand.ts @@ -288,9 +288,6 @@ export class CreateQueryLoggingConfigCommand extends $Command< CreateQueryLoggingConfigCommandOutput, Route53ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -304,9 +301,7 @@ export class CreateQueryLoggingConfigCommand extends $Command< * @public */ constructor(readonly input: CreateQueryLoggingConfigCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -360,7 +355,4 @@ export class CreateQueryLoggingConfigCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateQueryLoggingConfigCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-route-53/src/commands/CreateReusableDelegationSetCommand.ts b/clients/client-route-53/src/commands/CreateReusableDelegationSetCommand.ts index 16f4e125fb13..0fee9fea282e 100644 --- a/clients/client-route-53/src/commands/CreateReusableDelegationSetCommand.ts +++ b/clients/client-route-53/src/commands/CreateReusableDelegationSetCommand.ts @@ -165,9 +165,6 @@ export class CreateReusableDelegationSetCommand extends $Command< CreateReusableDelegationSetCommandOutput, Route53ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -181,9 +178,7 @@ export class CreateReusableDelegationSetCommand extends $Command< * @public */ constructor(readonly input: CreateReusableDelegationSetCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -240,7 +235,4 @@ export class CreateReusableDelegationSetCommand extends $Command< ): Promise { return de_CreateReusableDelegationSetCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-route-53/src/commands/CreateTrafficPolicyCommand.ts b/clients/client-route-53/src/commands/CreateTrafficPolicyCommand.ts index 3d14288ff3cd..6eb26fcbc665 100644 --- a/clients/client-route-53/src/commands/CreateTrafficPolicyCommand.ts +++ b/clients/client-route-53/src/commands/CreateTrafficPolicyCommand.ts @@ -101,9 +101,6 @@ export class CreateTrafficPolicyCommand extends $Command< CreateTrafficPolicyCommandOutput, Route53ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -117,9 +114,7 @@ export class CreateTrafficPolicyCommand extends $Command< * @public */ constructor(readonly input: CreateTrafficPolicyCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -172,7 +167,4 @@ export class CreateTrafficPolicyCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateTrafficPolicyCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-route-53/src/commands/CreateTrafficPolicyInstanceCommand.ts b/clients/client-route-53/src/commands/CreateTrafficPolicyInstanceCommand.ts index 82963e3ebc4d..d088d341c67f 100644 --- a/clients/client-route-53/src/commands/CreateTrafficPolicyInstanceCommand.ts +++ b/clients/client-route-53/src/commands/CreateTrafficPolicyInstanceCommand.ts @@ -122,9 +122,6 @@ export class CreateTrafficPolicyInstanceCommand extends $Command< CreateTrafficPolicyInstanceCommandOutput, Route53ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -138,9 +135,7 @@ export class CreateTrafficPolicyInstanceCommand extends $Command< * @public */ constructor(readonly input: CreateTrafficPolicyInstanceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -197,7 +192,4 @@ export class CreateTrafficPolicyInstanceCommand extends $Command< ): Promise { return de_CreateTrafficPolicyInstanceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-route-53/src/commands/CreateTrafficPolicyVersionCommand.ts b/clients/client-route-53/src/commands/CreateTrafficPolicyVersionCommand.ts index 4c4a81d657f8..f0e40044c44b 100644 --- a/clients/client-route-53/src/commands/CreateTrafficPolicyVersionCommand.ts +++ b/clients/client-route-53/src/commands/CreateTrafficPolicyVersionCommand.ts @@ -109,9 +109,6 @@ export class CreateTrafficPolicyVersionCommand extends $Command< CreateTrafficPolicyVersionCommandOutput, Route53ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -125,9 +122,7 @@ export class CreateTrafficPolicyVersionCommand extends $Command< * @public */ constructor(readonly input: CreateTrafficPolicyVersionCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -184,7 +179,4 @@ export class CreateTrafficPolicyVersionCommand extends $Command< ): Promise { return de_CreateTrafficPolicyVersionCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-route-53/src/commands/CreateVPCAssociationAuthorizationCommand.ts b/clients/client-route-53/src/commands/CreateVPCAssociationAuthorizationCommand.ts index 5234f0bb0a9f..a2e23c4e618f 100644 --- a/clients/client-route-53/src/commands/CreateVPCAssociationAuthorizationCommand.ts +++ b/clients/client-route-53/src/commands/CreateVPCAssociationAuthorizationCommand.ts @@ -118,9 +118,6 @@ export class CreateVPCAssociationAuthorizationCommand extends $Command< CreateVPCAssociationAuthorizationCommandOutput, Route53ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -134,9 +131,7 @@ export class CreateVPCAssociationAuthorizationCommand extends $Command< * @public */ constructor(readonly input: CreateVPCAssociationAuthorizationCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -196,7 +191,4 @@ export class CreateVPCAssociationAuthorizationCommand extends $Command< ): Promise { return de_CreateVPCAssociationAuthorizationCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-route-53/src/commands/DeactivateKeySigningKeyCommand.ts b/clients/client-route-53/src/commands/DeactivateKeySigningKeyCommand.ts index 9c77e66d9737..7baa81b7f49e 100644 --- a/clients/client-route-53/src/commands/DeactivateKeySigningKeyCommand.ts +++ b/clients/client-route-53/src/commands/DeactivateKeySigningKeyCommand.ts @@ -104,9 +104,6 @@ export class DeactivateKeySigningKeyCommand extends $Command< DeactivateKeySigningKeyCommandOutput, Route53ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -120,9 +117,7 @@ export class DeactivateKeySigningKeyCommand extends $Command< * @public */ constructor(readonly input: DeactivateKeySigningKeyCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -176,7 +171,4 @@ export class DeactivateKeySigningKeyCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeactivateKeySigningKeyCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-route-53/src/commands/DeleteCidrCollectionCommand.ts b/clients/client-route-53/src/commands/DeleteCidrCollectionCommand.ts index cbd7b53aebc9..81bd462876fe 100644 --- a/clients/client-route-53/src/commands/DeleteCidrCollectionCommand.ts +++ b/clients/client-route-53/src/commands/DeleteCidrCollectionCommand.ts @@ -83,9 +83,6 @@ export class DeleteCidrCollectionCommand extends $Command< DeleteCidrCollectionCommandOutput, Route53ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -99,9 +96,7 @@ export class DeleteCidrCollectionCommand extends $Command< * @public */ constructor(readonly input: DeleteCidrCollectionCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -155,7 +150,4 @@ export class DeleteCidrCollectionCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteCidrCollectionCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-route-53/src/commands/DeleteHealthCheckCommand.ts b/clients/client-route-53/src/commands/DeleteHealthCheckCommand.ts index 06f7d7413a8d..bc5fa1647d7d 100644 --- a/clients/client-route-53/src/commands/DeleteHealthCheckCommand.ts +++ b/clients/client-route-53/src/commands/DeleteHealthCheckCommand.ts @@ -91,9 +91,6 @@ export class DeleteHealthCheckCommand extends $Command< DeleteHealthCheckCommandOutput, Route53ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -107,9 +104,7 @@ export class DeleteHealthCheckCommand extends $Command< * @public */ constructor(readonly input: DeleteHealthCheckCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -162,7 +157,4 @@ export class DeleteHealthCheckCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteHealthCheckCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-route-53/src/commands/DeleteHostedZoneCommand.ts b/clients/client-route-53/src/commands/DeleteHostedZoneCommand.ts index 7d7a51af07c9..f12109b64543 100644 --- a/clients/client-route-53/src/commands/DeleteHostedZoneCommand.ts +++ b/clients/client-route-53/src/commands/DeleteHostedZoneCommand.ts @@ -136,9 +136,6 @@ export class DeleteHostedZoneCommand extends $Command< DeleteHostedZoneCommandOutput, Route53ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -152,9 +149,7 @@ export class DeleteHostedZoneCommand extends $Command< * @public */ constructor(readonly input: DeleteHostedZoneCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -208,7 +203,4 @@ export class DeleteHostedZoneCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteHostedZoneCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-route-53/src/commands/DeleteKeySigningKeyCommand.ts b/clients/client-route-53/src/commands/DeleteKeySigningKeyCommand.ts index d5787fbb5c85..dcdce497231a 100644 --- a/clients/client-route-53/src/commands/DeleteKeySigningKeyCommand.ts +++ b/clients/client-route-53/src/commands/DeleteKeySigningKeyCommand.ts @@ -104,9 +104,6 @@ export class DeleteKeySigningKeyCommand extends $Command< DeleteKeySigningKeyCommandOutput, Route53ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -120,9 +117,7 @@ export class DeleteKeySigningKeyCommand extends $Command< * @public */ constructor(readonly input: DeleteKeySigningKeyCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -176,7 +171,4 @@ export class DeleteKeySigningKeyCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteKeySigningKeyCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-route-53/src/commands/DeleteQueryLoggingConfigCommand.ts b/clients/client-route-53/src/commands/DeleteQueryLoggingConfigCommand.ts index 02533bc8f07e..ef82f64458c7 100644 --- a/clients/client-route-53/src/commands/DeleteQueryLoggingConfigCommand.ts +++ b/clients/client-route-53/src/commands/DeleteQueryLoggingConfigCommand.ts @@ -82,9 +82,6 @@ export class DeleteQueryLoggingConfigCommand extends $Command< DeleteQueryLoggingConfigCommandOutput, Route53ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -98,9 +95,7 @@ export class DeleteQueryLoggingConfigCommand extends $Command< * @public */ constructor(readonly input: DeleteQueryLoggingConfigCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -154,7 +149,4 @@ export class DeleteQueryLoggingConfigCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteQueryLoggingConfigCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-route-53/src/commands/DeleteReusableDelegationSetCommand.ts b/clients/client-route-53/src/commands/DeleteReusableDelegationSetCommand.ts index f4330ddfbae6..d11e26a652de 100644 --- a/clients/client-route-53/src/commands/DeleteReusableDelegationSetCommand.ts +++ b/clients/client-route-53/src/commands/DeleteReusableDelegationSetCommand.ts @@ -91,9 +91,6 @@ export class DeleteReusableDelegationSetCommand extends $Command< DeleteReusableDelegationSetCommandOutput, Route53ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -107,9 +104,7 @@ export class DeleteReusableDelegationSetCommand extends $Command< * @public */ constructor(readonly input: DeleteReusableDelegationSetCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -166,7 +161,4 @@ export class DeleteReusableDelegationSetCommand extends $Command< ): Promise { return de_DeleteReusableDelegationSetCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-route-53/src/commands/DeleteTrafficPolicyCommand.ts b/clients/client-route-53/src/commands/DeleteTrafficPolicyCommand.ts index f0836cfebcc4..439a66ec5e20 100644 --- a/clients/client-route-53/src/commands/DeleteTrafficPolicyCommand.ts +++ b/clients/client-route-53/src/commands/DeleteTrafficPolicyCommand.ts @@ -99,9 +99,6 @@ export class DeleteTrafficPolicyCommand extends $Command< DeleteTrafficPolicyCommandOutput, Route53ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -115,9 +112,7 @@ export class DeleteTrafficPolicyCommand extends $Command< * @public */ constructor(readonly input: DeleteTrafficPolicyCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -171,7 +166,4 @@ export class DeleteTrafficPolicyCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteTrafficPolicyCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-route-53/src/commands/DeleteTrafficPolicyInstanceCommand.ts b/clients/client-route-53/src/commands/DeleteTrafficPolicyInstanceCommand.ts index 539f0524610b..c2f745514a15 100644 --- a/clients/client-route-53/src/commands/DeleteTrafficPolicyInstanceCommand.ts +++ b/clients/client-route-53/src/commands/DeleteTrafficPolicyInstanceCommand.ts @@ -89,9 +89,6 @@ export class DeleteTrafficPolicyInstanceCommand extends $Command< DeleteTrafficPolicyInstanceCommandOutput, Route53ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -105,9 +102,7 @@ export class DeleteTrafficPolicyInstanceCommand extends $Command< * @public */ constructor(readonly input: DeleteTrafficPolicyInstanceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -164,7 +159,4 @@ export class DeleteTrafficPolicyInstanceCommand extends $Command< ): Promise { return de_DeleteTrafficPolicyInstanceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-route-53/src/commands/DeleteVPCAssociationAuthorizationCommand.ts b/clients/client-route-53/src/commands/DeleteVPCAssociationAuthorizationCommand.ts index d799e5f6e0ee..b44a45673f5e 100644 --- a/clients/client-route-53/src/commands/DeleteVPCAssociationAuthorizationCommand.ts +++ b/clients/client-route-53/src/commands/DeleteVPCAssociationAuthorizationCommand.ts @@ -110,9 +110,6 @@ export class DeleteVPCAssociationAuthorizationCommand extends $Command< DeleteVPCAssociationAuthorizationCommandOutput, Route53ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -126,9 +123,7 @@ export class DeleteVPCAssociationAuthorizationCommand extends $Command< * @public */ constructor(readonly input: DeleteVPCAssociationAuthorizationCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -188,7 +183,4 @@ export class DeleteVPCAssociationAuthorizationCommand extends $Command< ): Promise { return de_DeleteVPCAssociationAuthorizationCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-route-53/src/commands/DisableHostedZoneDNSSECCommand.ts b/clients/client-route-53/src/commands/DisableHostedZoneDNSSECCommand.ts index 2d84e3410ff5..0c09fe9f1542 100644 --- a/clients/client-route-53/src/commands/DisableHostedZoneDNSSECCommand.ts +++ b/clients/client-route-53/src/commands/DisableHostedZoneDNSSECCommand.ts @@ -104,9 +104,6 @@ export class DisableHostedZoneDNSSECCommand extends $Command< DisableHostedZoneDNSSECCommandOutput, Route53ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -120,9 +117,7 @@ export class DisableHostedZoneDNSSECCommand extends $Command< * @public */ constructor(readonly input: DisableHostedZoneDNSSECCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -176,7 +171,4 @@ export class DisableHostedZoneDNSSECCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DisableHostedZoneDNSSECCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-route-53/src/commands/DisassociateVPCFromHostedZoneCommand.ts b/clients/client-route-53/src/commands/DisassociateVPCFromHostedZoneCommand.ts index 7c921acd0e33..8efac61bc927 100644 --- a/clients/client-route-53/src/commands/DisassociateVPCFromHostedZoneCommand.ts +++ b/clients/client-route-53/src/commands/DisassociateVPCFromHostedZoneCommand.ts @@ -152,9 +152,6 @@ export class DisassociateVPCFromHostedZoneCommand extends $Command< DisassociateVPCFromHostedZoneCommandOutput, Route53ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -168,9 +165,7 @@ export class DisassociateVPCFromHostedZoneCommand extends $Command< * @public */ constructor(readonly input: DisassociateVPCFromHostedZoneCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -227,7 +222,4 @@ export class DisassociateVPCFromHostedZoneCommand extends $Command< ): Promise { return de_DisassociateVPCFromHostedZoneCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-route-53/src/commands/EnableHostedZoneDNSSECCommand.ts b/clients/client-route-53/src/commands/EnableHostedZoneDNSSECCommand.ts index d37b5964a242..bc602d369785 100644 --- a/clients/client-route-53/src/commands/EnableHostedZoneDNSSECCommand.ts +++ b/clients/client-route-53/src/commands/EnableHostedZoneDNSSECCommand.ts @@ -107,9 +107,6 @@ export class EnableHostedZoneDNSSECCommand extends $Command< EnableHostedZoneDNSSECCommandOutput, Route53ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -123,9 +120,7 @@ export class EnableHostedZoneDNSSECCommand extends $Command< * @public */ constructor(readonly input: EnableHostedZoneDNSSECCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -179,7 +174,4 @@ export class EnableHostedZoneDNSSECCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_EnableHostedZoneDNSSECCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-route-53/src/commands/GetAccountLimitCommand.ts b/clients/client-route-53/src/commands/GetAccountLimitCommand.ts index 24126dd6a6ae..9a9d5de6114a 100644 --- a/clients/client-route-53/src/commands/GetAccountLimitCommand.ts +++ b/clients/client-route-53/src/commands/GetAccountLimitCommand.ts @@ -85,9 +85,6 @@ export class GetAccountLimitCommand extends $Command< GetAccountLimitCommandOutput, Route53ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -101,9 +98,7 @@ export class GetAccountLimitCommand extends $Command< * @public */ constructor(readonly input: GetAccountLimitCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -156,7 +151,4 @@ export class GetAccountLimitCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetAccountLimitCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-route-53/src/commands/GetChangeCommand.ts b/clients/client-route-53/src/commands/GetChangeCommand.ts index c2ee221ff0b7..16bc57e5c36b 100644 --- a/clients/client-route-53/src/commands/GetChangeCommand.ts +++ b/clients/client-route-53/src/commands/GetChangeCommand.ts @@ -96,9 +96,6 @@ export class GetChangeCommand extends $Command< GetChangeCommandOutput, Route53ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -112,9 +109,7 @@ export class GetChangeCommand extends $Command< * @public */ constructor(readonly input: GetChangeCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -166,7 +161,4 @@ export class GetChangeCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetChangeCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-route-53/src/commands/GetCheckerIpRangesCommand.ts b/clients/client-route-53/src/commands/GetCheckerIpRangesCommand.ts index 7f9fb8bda15c..07a195bc59f8 100644 --- a/clients/client-route-53/src/commands/GetCheckerIpRangesCommand.ts +++ b/clients/client-route-53/src/commands/GetCheckerIpRangesCommand.ts @@ -79,9 +79,6 @@ export class GetCheckerIpRangesCommand extends $Command< GetCheckerIpRangesCommandOutput, Route53ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -95,9 +92,7 @@ export class GetCheckerIpRangesCommand extends $Command< * @public */ constructor(readonly input: GetCheckerIpRangesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -150,7 +145,4 @@ export class GetCheckerIpRangesCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetCheckerIpRangesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-route-53/src/commands/GetDNSSECCommand.ts b/clients/client-route-53/src/commands/GetDNSSECCommand.ts index 41f1e77e497a..e598aa8b7b6d 100644 --- a/clients/client-route-53/src/commands/GetDNSSECCommand.ts +++ b/clients/client-route-53/src/commands/GetDNSSECCommand.ts @@ -104,9 +104,6 @@ export class GetDNSSECCommand extends $Command< GetDNSSECCommandOutput, Route53ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -120,9 +117,7 @@ export class GetDNSSECCommand extends $Command< * @public */ constructor(readonly input: GetDNSSECCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -174,7 +169,4 @@ export class GetDNSSECCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetDNSSECCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-route-53/src/commands/GetGeoLocationCommand.ts b/clients/client-route-53/src/commands/GetGeoLocationCommand.ts index 5561efe38700..d7ea01decfb4 100644 --- a/clients/client-route-53/src/commands/GetGeoLocationCommand.ts +++ b/clients/client-route-53/src/commands/GetGeoLocationCommand.ts @@ -112,9 +112,6 @@ export class GetGeoLocationCommand extends $Command< GetGeoLocationCommandOutput, Route53ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -128,9 +125,7 @@ export class GetGeoLocationCommand extends $Command< * @public */ constructor(readonly input: GetGeoLocationCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -183,7 +178,4 @@ export class GetGeoLocationCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetGeoLocationCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-route-53/src/commands/GetHealthCheckCommand.ts b/clients/client-route-53/src/commands/GetHealthCheckCommand.ts index 8bea29843741..931e0a374849 100644 --- a/clients/client-route-53/src/commands/GetHealthCheckCommand.ts +++ b/clients/client-route-53/src/commands/GetHealthCheckCommand.ts @@ -130,9 +130,6 @@ export class GetHealthCheckCommand extends $Command< GetHealthCheckCommandOutput, Route53ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -146,9 +143,7 @@ export class GetHealthCheckCommand extends $Command< * @public */ constructor(readonly input: GetHealthCheckCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -201,7 +196,4 @@ export class GetHealthCheckCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetHealthCheckCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-route-53/src/commands/GetHealthCheckCountCommand.ts b/clients/client-route-53/src/commands/GetHealthCheckCountCommand.ts index 230186697bb6..b474e406e9da 100644 --- a/clients/client-route-53/src/commands/GetHealthCheckCountCommand.ts +++ b/clients/client-route-53/src/commands/GetHealthCheckCountCommand.ts @@ -68,9 +68,6 @@ export class GetHealthCheckCountCommand extends $Command< GetHealthCheckCountCommandOutput, Route53ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -84,9 +81,7 @@ export class GetHealthCheckCountCommand extends $Command< * @public */ constructor(readonly input: GetHealthCheckCountCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -139,7 +134,4 @@ export class GetHealthCheckCountCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetHealthCheckCountCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-route-53/src/commands/GetHealthCheckLastFailureReasonCommand.ts b/clients/client-route-53/src/commands/GetHealthCheckLastFailureReasonCommand.ts index bbbba388ffb4..8a9741e9278f 100644 --- a/clients/client-route-53/src/commands/GetHealthCheckLastFailureReasonCommand.ts +++ b/clients/client-route-53/src/commands/GetHealthCheckLastFailureReasonCommand.ts @@ -90,9 +90,6 @@ export class GetHealthCheckLastFailureReasonCommand extends $Command< GetHealthCheckLastFailureReasonCommandOutput, Route53ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -106,9 +103,7 @@ export class GetHealthCheckLastFailureReasonCommand extends $Command< * @public */ constructor(readonly input: GetHealthCheckLastFailureReasonCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -167,7 +162,4 @@ export class GetHealthCheckLastFailureReasonCommand extends $Command< ): Promise { return de_GetHealthCheckLastFailureReasonCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-route-53/src/commands/GetHealthCheckStatusCommand.ts b/clients/client-route-53/src/commands/GetHealthCheckStatusCommand.ts index 1ba3a3837fb5..208a6f8275ba 100644 --- a/clients/client-route-53/src/commands/GetHealthCheckStatusCommand.ts +++ b/clients/client-route-53/src/commands/GetHealthCheckStatusCommand.ts @@ -90,9 +90,6 @@ export class GetHealthCheckStatusCommand extends $Command< GetHealthCheckStatusCommandOutput, Route53ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -106,9 +103,7 @@ export class GetHealthCheckStatusCommand extends $Command< * @public */ constructor(readonly input: GetHealthCheckStatusCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -161,7 +156,4 @@ export class GetHealthCheckStatusCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetHealthCheckStatusCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-route-53/src/commands/GetHostedZoneCommand.ts b/clients/client-route-53/src/commands/GetHostedZoneCommand.ts index 186fa37d700b..256cedd6fc37 100644 --- a/clients/client-route-53/src/commands/GetHostedZoneCommand.ts +++ b/clients/client-route-53/src/commands/GetHostedZoneCommand.ts @@ -136,9 +136,6 @@ export class GetHostedZoneCommand extends $Command< GetHostedZoneCommandOutput, Route53ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -152,9 +149,7 @@ export class GetHostedZoneCommand extends $Command< * @public */ constructor(readonly input: GetHostedZoneCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -206,7 +201,4 @@ export class GetHostedZoneCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetHostedZoneCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-route-53/src/commands/GetHostedZoneCountCommand.ts b/clients/client-route-53/src/commands/GetHostedZoneCountCommand.ts index 468829ced0cb..3720e7d3edde 100644 --- a/clients/client-route-53/src/commands/GetHostedZoneCountCommand.ts +++ b/clients/client-route-53/src/commands/GetHostedZoneCountCommand.ts @@ -71,9 +71,6 @@ export class GetHostedZoneCountCommand extends $Command< GetHostedZoneCountCommandOutput, Route53ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -87,9 +84,7 @@ export class GetHostedZoneCountCommand extends $Command< * @public */ constructor(readonly input: GetHostedZoneCountCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -142,7 +137,4 @@ export class GetHostedZoneCountCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetHostedZoneCountCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-route-53/src/commands/GetHostedZoneLimitCommand.ts b/clients/client-route-53/src/commands/GetHostedZoneLimitCommand.ts index 210b81ab8790..7132c77cd912 100644 --- a/clients/client-route-53/src/commands/GetHostedZoneLimitCommand.ts +++ b/clients/client-route-53/src/commands/GetHostedZoneLimitCommand.ts @@ -89,9 +89,6 @@ export class GetHostedZoneLimitCommand extends $Command< GetHostedZoneLimitCommandOutput, Route53ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -105,9 +102,7 @@ export class GetHostedZoneLimitCommand extends $Command< * @public */ constructor(readonly input: GetHostedZoneLimitCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -161,7 +156,4 @@ export class GetHostedZoneLimitCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetHostedZoneLimitCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-route-53/src/commands/GetQueryLoggingConfigCommand.ts b/clients/client-route-53/src/commands/GetQueryLoggingConfigCommand.ts index 5beef540fd2f..6dd2c74dab78 100644 --- a/clients/client-route-53/src/commands/GetQueryLoggingConfigCommand.ts +++ b/clients/client-route-53/src/commands/GetQueryLoggingConfigCommand.ts @@ -83,9 +83,6 @@ export class GetQueryLoggingConfigCommand extends $Command< GetQueryLoggingConfigCommandOutput, Route53ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -99,9 +96,7 @@ export class GetQueryLoggingConfigCommand extends $Command< * @public */ constructor(readonly input: GetQueryLoggingConfigCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -155,7 +150,4 @@ export class GetQueryLoggingConfigCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetQueryLoggingConfigCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-route-53/src/commands/GetReusableDelegationSetCommand.ts b/clients/client-route-53/src/commands/GetReusableDelegationSetCommand.ts index 1f06d2235e55..b126508ec229 100644 --- a/clients/client-route-53/src/commands/GetReusableDelegationSetCommand.ts +++ b/clients/client-route-53/src/commands/GetReusableDelegationSetCommand.ts @@ -87,9 +87,6 @@ export class GetReusableDelegationSetCommand extends $Command< GetReusableDelegationSetCommandOutput, Route53ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -103,9 +100,7 @@ export class GetReusableDelegationSetCommand extends $Command< * @public */ constructor(readonly input: GetReusableDelegationSetCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -159,7 +154,4 @@ export class GetReusableDelegationSetCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetReusableDelegationSetCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-route-53/src/commands/GetReusableDelegationSetLimitCommand.ts b/clients/client-route-53/src/commands/GetReusableDelegationSetLimitCommand.ts index 558d22eee343..e570039e42f5 100644 --- a/clients/client-route-53/src/commands/GetReusableDelegationSetLimitCommand.ts +++ b/clients/client-route-53/src/commands/GetReusableDelegationSetLimitCommand.ts @@ -91,9 +91,6 @@ export class GetReusableDelegationSetLimitCommand extends $Command< GetReusableDelegationSetLimitCommandOutput, Route53ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -107,9 +104,7 @@ export class GetReusableDelegationSetLimitCommand extends $Command< * @public */ constructor(readonly input: GetReusableDelegationSetLimitCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -166,7 +161,4 @@ export class GetReusableDelegationSetLimitCommand extends $Command< ): Promise { return de_GetReusableDelegationSetLimitCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-route-53/src/commands/GetTrafficPolicyCommand.ts b/clients/client-route-53/src/commands/GetTrafficPolicyCommand.ts index 58f760e76553..fda673035095 100644 --- a/clients/client-route-53/src/commands/GetTrafficPolicyCommand.ts +++ b/clients/client-route-53/src/commands/GetTrafficPolicyCommand.ts @@ -87,9 +87,6 @@ export class GetTrafficPolicyCommand extends $Command< GetTrafficPolicyCommandOutput, Route53ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -103,9 +100,7 @@ export class GetTrafficPolicyCommand extends $Command< * @public */ constructor(readonly input: GetTrafficPolicyCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -159,7 +154,4 @@ export class GetTrafficPolicyCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetTrafficPolicyCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-route-53/src/commands/GetTrafficPolicyInstanceCommand.ts b/clients/client-route-53/src/commands/GetTrafficPolicyInstanceCommand.ts index 2a1ba2124695..9b0a9c73603c 100644 --- a/clients/client-route-53/src/commands/GetTrafficPolicyInstanceCommand.ts +++ b/clients/client-route-53/src/commands/GetTrafficPolicyInstanceCommand.ts @@ -98,9 +98,6 @@ export class GetTrafficPolicyInstanceCommand extends $Command< GetTrafficPolicyInstanceCommandOutput, Route53ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -114,9 +111,7 @@ export class GetTrafficPolicyInstanceCommand extends $Command< * @public */ constructor(readonly input: GetTrafficPolicyInstanceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -170,7 +165,4 @@ export class GetTrafficPolicyInstanceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetTrafficPolicyInstanceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-route-53/src/commands/GetTrafficPolicyInstanceCountCommand.ts b/clients/client-route-53/src/commands/GetTrafficPolicyInstanceCountCommand.ts index 88ed5d1df2ac..2b110f1405fe 100644 --- a/clients/client-route-53/src/commands/GetTrafficPolicyInstanceCountCommand.ts +++ b/clients/client-route-53/src/commands/GetTrafficPolicyInstanceCountCommand.ts @@ -74,9 +74,6 @@ export class GetTrafficPolicyInstanceCountCommand extends $Command< GetTrafficPolicyInstanceCountCommandOutput, Route53ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -90,9 +87,7 @@ export class GetTrafficPolicyInstanceCountCommand extends $Command< * @public */ constructor(readonly input: GetTrafficPolicyInstanceCountCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -148,7 +143,4 @@ export class GetTrafficPolicyInstanceCountCommand extends $Command< ): Promise { return de_GetTrafficPolicyInstanceCountCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-route-53/src/commands/ListCidrBlocksCommand.ts b/clients/client-route-53/src/commands/ListCidrBlocksCommand.ts index d02e2a359546..06f6cef2a558 100644 --- a/clients/client-route-53/src/commands/ListCidrBlocksCommand.ts +++ b/clients/client-route-53/src/commands/ListCidrBlocksCommand.ts @@ -88,9 +88,6 @@ export class ListCidrBlocksCommand extends $Command< ListCidrBlocksCommandOutput, Route53ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -104,9 +101,7 @@ export class ListCidrBlocksCommand extends $Command< * @public */ constructor(readonly input: ListCidrBlocksCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -159,7 +154,4 @@ export class ListCidrBlocksCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListCidrBlocksCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-route-53/src/commands/ListCidrCollectionsCommand.ts b/clients/client-route-53/src/commands/ListCidrCollectionsCommand.ts index 8a59124d609d..1c41e3253b99 100644 --- a/clients/client-route-53/src/commands/ListCidrCollectionsCommand.ts +++ b/clients/client-route-53/src/commands/ListCidrCollectionsCommand.ts @@ -83,9 +83,6 @@ export class ListCidrCollectionsCommand extends $Command< ListCidrCollectionsCommandOutput, Route53ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -99,9 +96,7 @@ export class ListCidrCollectionsCommand extends $Command< * @public */ constructor(readonly input: ListCidrCollectionsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -154,7 +149,4 @@ export class ListCidrCollectionsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListCidrCollectionsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-route-53/src/commands/ListCidrLocationsCommand.ts b/clients/client-route-53/src/commands/ListCidrLocationsCommand.ts index 994e00844253..3ecb5df833f6 100644 --- a/clients/client-route-53/src/commands/ListCidrLocationsCommand.ts +++ b/clients/client-route-53/src/commands/ListCidrLocationsCommand.ts @@ -84,9 +84,6 @@ export class ListCidrLocationsCommand extends $Command< ListCidrLocationsCommandOutput, Route53ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -100,9 +97,7 @@ export class ListCidrLocationsCommand extends $Command< * @public */ constructor(readonly input: ListCidrLocationsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -155,7 +150,4 @@ export class ListCidrLocationsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListCidrLocationsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-route-53/src/commands/ListGeoLocationsCommand.ts b/clients/client-route-53/src/commands/ListGeoLocationsCommand.ts index 285ffcef2e2a..2d7691bc1177 100644 --- a/clients/client-route-53/src/commands/ListGeoLocationsCommand.ts +++ b/clients/client-route-53/src/commands/ListGeoLocationsCommand.ts @@ -98,9 +98,6 @@ export class ListGeoLocationsCommand extends $Command< ListGeoLocationsCommandOutput, Route53ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -114,9 +111,7 @@ export class ListGeoLocationsCommand extends $Command< * @public */ constructor(readonly input: ListGeoLocationsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -169,7 +164,4 @@ export class ListGeoLocationsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListGeoLocationsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-route-53/src/commands/ListHealthChecksCommand.ts b/clients/client-route-53/src/commands/ListHealthChecksCommand.ts index 6622dfdcd8fb..0531f9b79910 100644 --- a/clients/client-route-53/src/commands/ListHealthChecksCommand.ts +++ b/clients/client-route-53/src/commands/ListHealthChecksCommand.ts @@ -134,9 +134,6 @@ export class ListHealthChecksCommand extends $Command< ListHealthChecksCommandOutput, Route53ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -150,9 +147,7 @@ export class ListHealthChecksCommand extends $Command< * @public */ constructor(readonly input: ListHealthChecksCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -205,7 +200,4 @@ export class ListHealthChecksCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListHealthChecksCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-route-53/src/commands/ListHostedZonesByNameCommand.ts b/clients/client-route-53/src/commands/ListHostedZonesByNameCommand.ts index 0525354c088c..fb2cd2c35960 100644 --- a/clients/client-route-53/src/commands/ListHostedZonesByNameCommand.ts +++ b/clients/client-route-53/src/commands/ListHostedZonesByNameCommand.ts @@ -155,9 +155,6 @@ export class ListHostedZonesByNameCommand extends $Command< ListHostedZonesByNameCommandOutput, Route53ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -171,9 +168,7 @@ export class ListHostedZonesByNameCommand extends $Command< * @public */ constructor(readonly input: ListHostedZonesByNameCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -227,7 +222,4 @@ export class ListHostedZonesByNameCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListHostedZonesByNameCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-route-53/src/commands/ListHostedZonesByVPCCommand.ts b/clients/client-route-53/src/commands/ListHostedZonesByVPCCommand.ts index ab9674a3014e..fe2e67c778e6 100644 --- a/clients/client-route-53/src/commands/ListHostedZonesByVPCCommand.ts +++ b/clients/client-route-53/src/commands/ListHostedZonesByVPCCommand.ts @@ -130,9 +130,6 @@ export class ListHostedZonesByVPCCommand extends $Command< ListHostedZonesByVPCCommandOutput, Route53ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -146,9 +143,7 @@ export class ListHostedZonesByVPCCommand extends $Command< * @public */ constructor(readonly input: ListHostedZonesByVPCCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -201,7 +196,4 @@ export class ListHostedZonesByVPCCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListHostedZonesByVPCCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-route-53/src/commands/ListHostedZonesCommand.ts b/clients/client-route-53/src/commands/ListHostedZonesCommand.ts index f1de829b8a89..f16bb987d84a 100644 --- a/clients/client-route-53/src/commands/ListHostedZonesCommand.ts +++ b/clients/client-route-53/src/commands/ListHostedZonesCommand.ts @@ -107,9 +107,6 @@ export class ListHostedZonesCommand extends $Command< ListHostedZonesCommandOutput, Route53ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -123,9 +120,7 @@ export class ListHostedZonesCommand extends $Command< * @public */ constructor(readonly input: ListHostedZonesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -179,7 +174,4 @@ export class ListHostedZonesCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListHostedZonesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-route-53/src/commands/ListQueryLoggingConfigsCommand.ts b/clients/client-route-53/src/commands/ListQueryLoggingConfigsCommand.ts index bd669ff34d38..9f08d0f2c3a8 100644 --- a/clients/client-route-53/src/commands/ListQueryLoggingConfigsCommand.ts +++ b/clients/client-route-53/src/commands/ListQueryLoggingConfigsCommand.ts @@ -95,9 +95,6 @@ export class ListQueryLoggingConfigsCommand extends $Command< ListQueryLoggingConfigsCommandOutput, Route53ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -111,9 +108,7 @@ export class ListQueryLoggingConfigsCommand extends $Command< * @public */ constructor(readonly input: ListQueryLoggingConfigsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -167,7 +162,4 @@ export class ListQueryLoggingConfigsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListQueryLoggingConfigsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-route-53/src/commands/ListResourceRecordSetsCommand.ts b/clients/client-route-53/src/commands/ListResourceRecordSetsCommand.ts index 2df9bf40e64f..23763c86f774 100644 --- a/clients/client-route-53/src/commands/ListResourceRecordSetsCommand.ts +++ b/clients/client-route-53/src/commands/ListResourceRecordSetsCommand.ts @@ -188,9 +188,6 @@ export class ListResourceRecordSetsCommand extends $Command< ListResourceRecordSetsCommandOutput, Route53ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -204,9 +201,7 @@ export class ListResourceRecordSetsCommand extends $Command< * @public */ constructor(readonly input: ListResourceRecordSetsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -260,7 +255,4 @@ export class ListResourceRecordSetsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListResourceRecordSetsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-route-53/src/commands/ListReusableDelegationSetsCommand.ts b/clients/client-route-53/src/commands/ListReusableDelegationSetsCommand.ts index b5d2764dfde0..1cfb7d23a05b 100644 --- a/clients/client-route-53/src/commands/ListReusableDelegationSetsCommand.ts +++ b/clients/client-route-53/src/commands/ListReusableDelegationSetsCommand.ts @@ -87,9 +87,6 @@ export class ListReusableDelegationSetsCommand extends $Command< ListReusableDelegationSetsCommandOutput, Route53ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -103,9 +100,7 @@ export class ListReusableDelegationSetsCommand extends $Command< * @public */ constructor(readonly input: ListReusableDelegationSetsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -161,7 +156,4 @@ export class ListReusableDelegationSetsCommand extends $Command< ): Promise { return de_ListReusableDelegationSetsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-route-53/src/commands/ListTagsForResourceCommand.ts b/clients/client-route-53/src/commands/ListTagsForResourceCommand.ts index 5d8524a18e59..95d69c6a8a66 100644 --- a/clients/client-route-53/src/commands/ListTagsForResourceCommand.ts +++ b/clients/client-route-53/src/commands/ListTagsForResourceCommand.ts @@ -101,9 +101,6 @@ export class ListTagsForResourceCommand extends $Command< ListTagsForResourceCommandOutput, Route53ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -117,9 +114,7 @@ export class ListTagsForResourceCommand extends $Command< * @public */ constructor(readonly input: ListTagsForResourceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -172,7 +167,4 @@ export class ListTagsForResourceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListTagsForResourceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-route-53/src/commands/ListTagsForResourcesCommand.ts b/clients/client-route-53/src/commands/ListTagsForResourcesCommand.ts index 3814ad9f1a56..6161e6c88b49 100644 --- a/clients/client-route-53/src/commands/ListTagsForResourcesCommand.ts +++ b/clients/client-route-53/src/commands/ListTagsForResourcesCommand.ts @@ -105,9 +105,6 @@ export class ListTagsForResourcesCommand extends $Command< ListTagsForResourcesCommandOutput, Route53ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -121,9 +118,7 @@ export class ListTagsForResourcesCommand extends $Command< * @public */ constructor(readonly input: ListTagsForResourcesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -176,7 +171,4 @@ export class ListTagsForResourcesCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListTagsForResourcesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-route-53/src/commands/ListTrafficPoliciesCommand.ts b/clients/client-route-53/src/commands/ListTrafficPoliciesCommand.ts index 321036e9ee30..120fbca3647d 100644 --- a/clients/client-route-53/src/commands/ListTrafficPoliciesCommand.ts +++ b/clients/client-route-53/src/commands/ListTrafficPoliciesCommand.ts @@ -89,9 +89,6 @@ export class ListTrafficPoliciesCommand extends $Command< ListTrafficPoliciesCommandOutput, Route53ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -105,9 +102,7 @@ export class ListTrafficPoliciesCommand extends $Command< * @public */ constructor(readonly input: ListTrafficPoliciesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -160,7 +155,4 @@ export class ListTrafficPoliciesCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListTrafficPoliciesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-route-53/src/commands/ListTrafficPolicyInstancesByHostedZoneCommand.ts b/clients/client-route-53/src/commands/ListTrafficPolicyInstancesByHostedZoneCommand.ts index 7459af734bcb..05e84ba40ce6 100644 --- a/clients/client-route-53/src/commands/ListTrafficPolicyInstancesByHostedZoneCommand.ts +++ b/clients/client-route-53/src/commands/ListTrafficPolicyInstancesByHostedZoneCommand.ts @@ -119,9 +119,6 @@ export class ListTrafficPolicyInstancesByHostedZoneCommand extends $Command< ListTrafficPolicyInstancesByHostedZoneCommandOutput, Route53ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -135,9 +132,7 @@ export class ListTrafficPolicyInstancesByHostedZoneCommand extends $Command< * @public */ constructor(readonly input: ListTrafficPolicyInstancesByHostedZoneCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -197,7 +192,4 @@ export class ListTrafficPolicyInstancesByHostedZoneCommand extends $Command< ): Promise { return de_ListTrafficPolicyInstancesByHostedZoneCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-route-53/src/commands/ListTrafficPolicyInstancesByPolicyCommand.ts b/clients/client-route-53/src/commands/ListTrafficPolicyInstancesByPolicyCommand.ts index 155e1ebd46be..8d152f42571b 100644 --- a/clients/client-route-53/src/commands/ListTrafficPolicyInstancesByPolicyCommand.ts +++ b/clients/client-route-53/src/commands/ListTrafficPolicyInstancesByPolicyCommand.ts @@ -120,9 +120,6 @@ export class ListTrafficPolicyInstancesByPolicyCommand extends $Command< ListTrafficPolicyInstancesByPolicyCommandOutput, Route53ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -136,9 +133,7 @@ export class ListTrafficPolicyInstancesByPolicyCommand extends $Command< * @public */ constructor(readonly input: ListTrafficPolicyInstancesByPolicyCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -197,7 +192,4 @@ export class ListTrafficPolicyInstancesByPolicyCommand extends $Command< ): Promise { return de_ListTrafficPolicyInstancesByPolicyCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-route-53/src/commands/ListTrafficPolicyInstancesCommand.ts b/clients/client-route-53/src/commands/ListTrafficPolicyInstancesCommand.ts index 364feb227369..fe381a1f89d1 100644 --- a/clients/client-route-53/src/commands/ListTrafficPolicyInstancesCommand.ts +++ b/clients/client-route-53/src/commands/ListTrafficPolicyInstancesCommand.ts @@ -106,9 +106,6 @@ export class ListTrafficPolicyInstancesCommand extends $Command< ListTrafficPolicyInstancesCommandOutput, Route53ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -122,9 +119,7 @@ export class ListTrafficPolicyInstancesCommand extends $Command< * @public */ constructor(readonly input: ListTrafficPolicyInstancesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -180,7 +175,4 @@ export class ListTrafficPolicyInstancesCommand extends $Command< ): Promise { return de_ListTrafficPolicyInstancesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-route-53/src/commands/ListTrafficPolicyVersionsCommand.ts b/clients/client-route-53/src/commands/ListTrafficPolicyVersionsCommand.ts index a9ab7b45fa06..9f5d5ebdf441 100644 --- a/clients/client-route-53/src/commands/ListTrafficPolicyVersionsCommand.ts +++ b/clients/client-route-53/src/commands/ListTrafficPolicyVersionsCommand.ts @@ -93,9 +93,6 @@ export class ListTrafficPolicyVersionsCommand extends $Command< ListTrafficPolicyVersionsCommandOutput, Route53ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -109,9 +106,7 @@ export class ListTrafficPolicyVersionsCommand extends $Command< * @public */ constructor(readonly input: ListTrafficPolicyVersionsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -168,7 +163,4 @@ export class ListTrafficPolicyVersionsCommand extends $Command< ): Promise { return de_ListTrafficPolicyVersionsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-route-53/src/commands/ListVPCAssociationAuthorizationsCommand.ts b/clients/client-route-53/src/commands/ListVPCAssociationAuthorizationsCommand.ts index a3581b50c947..35c04988fff6 100644 --- a/clients/client-route-53/src/commands/ListVPCAssociationAuthorizationsCommand.ts +++ b/clients/client-route-53/src/commands/ListVPCAssociationAuthorizationsCommand.ts @@ -99,9 +99,6 @@ export class ListVPCAssociationAuthorizationsCommand extends $Command< ListVPCAssociationAuthorizationsCommandOutput, Route53ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -115,9 +112,7 @@ export class ListVPCAssociationAuthorizationsCommand extends $Command< * @public */ constructor(readonly input: ListVPCAssociationAuthorizationsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -177,7 +172,4 @@ export class ListVPCAssociationAuthorizationsCommand extends $Command< ): Promise { return de_ListVPCAssociationAuthorizationsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-route-53/src/commands/TestDNSAnswerCommand.ts b/clients/client-route-53/src/commands/TestDNSAnswerCommand.ts index 9bc618714ac3..c631ee959bfc 100644 --- a/clients/client-route-53/src/commands/TestDNSAnswerCommand.ts +++ b/clients/client-route-53/src/commands/TestDNSAnswerCommand.ts @@ -98,9 +98,6 @@ export class TestDNSAnswerCommand extends $Command< TestDNSAnswerCommandOutput, Route53ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -114,9 +111,7 @@ export class TestDNSAnswerCommand extends $Command< * @public */ constructor(readonly input: TestDNSAnswerCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -168,7 +163,4 @@ export class TestDNSAnswerCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_TestDNSAnswerCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-route-53/src/commands/UpdateHealthCheckCommand.ts b/clients/client-route-53/src/commands/UpdateHealthCheckCommand.ts index 4975d9791f4c..adece80d370a 100644 --- a/clients/client-route-53/src/commands/UpdateHealthCheckCommand.ts +++ b/clients/client-route-53/src/commands/UpdateHealthCheckCommand.ts @@ -158,9 +158,6 @@ export class UpdateHealthCheckCommand extends $Command< UpdateHealthCheckCommandOutput, Route53ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -174,9 +171,7 @@ export class UpdateHealthCheckCommand extends $Command< * @public */ constructor(readonly input: UpdateHealthCheckCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -229,7 +224,4 @@ export class UpdateHealthCheckCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdateHealthCheckCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-route-53/src/commands/UpdateHostedZoneCommentCommand.ts b/clients/client-route-53/src/commands/UpdateHostedZoneCommentCommand.ts index 3cb111f6e95d..ff756494e6fd 100644 --- a/clients/client-route-53/src/commands/UpdateHostedZoneCommentCommand.ts +++ b/clients/client-route-53/src/commands/UpdateHostedZoneCommentCommand.ts @@ -98,9 +98,6 @@ export class UpdateHostedZoneCommentCommand extends $Command< UpdateHostedZoneCommentCommandOutput, Route53ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -114,9 +111,7 @@ export class UpdateHostedZoneCommentCommand extends $Command< * @public */ constructor(readonly input: UpdateHostedZoneCommentCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -170,7 +165,4 @@ export class UpdateHostedZoneCommentCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdateHostedZoneCommentCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-route-53/src/commands/UpdateTrafficPolicyCommentCommand.ts b/clients/client-route-53/src/commands/UpdateTrafficPolicyCommentCommand.ts index 07f1b9c7acf3..785bac80c767 100644 --- a/clients/client-route-53/src/commands/UpdateTrafficPolicyCommentCommand.ts +++ b/clients/client-route-53/src/commands/UpdateTrafficPolicyCommentCommand.ts @@ -90,9 +90,6 @@ export class UpdateTrafficPolicyCommentCommand extends $Command< UpdateTrafficPolicyCommentCommandOutput, Route53ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -106,9 +103,7 @@ export class UpdateTrafficPolicyCommentCommand extends $Command< * @public */ constructor(readonly input: UpdateTrafficPolicyCommentCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -165,7 +160,4 @@ export class UpdateTrafficPolicyCommentCommand extends $Command< ): Promise { return de_UpdateTrafficPolicyCommentCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-route-53/src/commands/UpdateTrafficPolicyInstanceCommand.ts b/clients/client-route-53/src/commands/UpdateTrafficPolicyInstanceCommand.ts index 04160b992cb5..83762f37c4cb 100644 --- a/clients/client-route-53/src/commands/UpdateTrafficPolicyInstanceCommand.ts +++ b/clients/client-route-53/src/commands/UpdateTrafficPolicyInstanceCommand.ts @@ -136,9 +136,6 @@ export class UpdateTrafficPolicyInstanceCommand extends $Command< UpdateTrafficPolicyInstanceCommandOutput, Route53ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -152,9 +149,7 @@ export class UpdateTrafficPolicyInstanceCommand extends $Command< * @public */ constructor(readonly input: UpdateTrafficPolicyInstanceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -211,7 +206,4 @@ export class UpdateTrafficPolicyInstanceCommand extends $Command< ): Promise { return de_UpdateTrafficPolicyInstanceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-route53-recovery-cluster/package.json b/clients/client-route53-recovery-cluster/package.json index 4e25ffdce2b6..d68ebf545dfb 100644 --- a/clients/client-route53-recovery-cluster/package.json +++ b/clients/client-route53-recovery-cluster/package.json @@ -34,29 +34,29 @@ "@aws-sdk/util-endpoints": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@smithy/config-resolver": "^2.0.16", - "@smithy/fetch-http-handler": "^2.2.4", - "@smithy/hash-node": "^2.0.12", - "@smithy/invalid-dependency": "^2.0.12", - "@smithy/middleware-content-length": "^2.0.14", - "@smithy/middleware-endpoint": "^2.1.3", - "@smithy/middleware-retry": "^2.0.18", - "@smithy/middleware-serde": "^2.0.12", - "@smithy/middleware-stack": "^2.0.6", - "@smithy/node-config-provider": "^2.1.3", - "@smithy/node-http-handler": "^2.1.8", - "@smithy/protocol-http": "^3.0.8", - "@smithy/smithy-client": "^2.1.12", - "@smithy/types": "^2.4.0", - "@smithy/url-parser": "^2.0.12", - "@smithy/util-base64": "^2.0.0", + "@smithy/config-resolver": "^2.0.18", + "@smithy/fetch-http-handler": "^2.2.6", + "@smithy/hash-node": "^2.0.15", + "@smithy/invalid-dependency": "^2.0.13", + "@smithy/middleware-content-length": "^2.0.15", + "@smithy/middleware-endpoint": "^2.2.0", + "@smithy/middleware-retry": "^2.0.20", + "@smithy/middleware-serde": "^2.0.13", + "@smithy/middleware-stack": "^2.0.7", + "@smithy/node-config-provider": "^2.1.5", + "@smithy/node-http-handler": "^2.1.9", + "@smithy/protocol-http": "^3.0.9", + "@smithy/smithy-client": "^2.1.15", + "@smithy/types": "^2.5.0", + "@smithy/url-parser": "^2.0.13", + "@smithy/util-base64": "^2.0.1", "@smithy/util-body-length-browser": "^2.0.0", "@smithy/util-body-length-node": "^2.1.0", - "@smithy/util-defaults-mode-browser": "^2.0.16", - "@smithy/util-defaults-mode-node": "^2.0.21", - "@smithy/util-endpoints": "^1.0.2", - "@smithy/util-retry": "^2.0.5", - "@smithy/util-utf8": "^2.0.0", + "@smithy/util-defaults-mode-browser": "^2.0.19", + "@smithy/util-defaults-mode-node": "^2.0.25", + "@smithy/util-endpoints": "^1.0.4", + "@smithy/util-retry": "^2.0.6", + "@smithy/util-utf8": "^2.0.2", "tslib": "^2.5.0" }, "devDependencies": { diff --git a/clients/client-route53-recovery-cluster/src/commands/GetRoutingControlStateCommand.ts b/clients/client-route53-recovery-cluster/src/commands/GetRoutingControlStateCommand.ts index 3cb9ee4a8904..8442d9d3c4ce 100644 --- a/clients/client-route53-recovery-cluster/src/commands/GetRoutingControlStateCommand.ts +++ b/clients/client-route53-recovery-cluster/src/commands/GetRoutingControlStateCommand.ts @@ -124,9 +124,6 @@ export class GetRoutingControlStateCommand extends $Command< GetRoutingControlStateCommandOutput, Route53RecoveryClusterClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -140,9 +137,7 @@ export class GetRoutingControlStateCommand extends $Command< * @public */ constructor(readonly input: GetRoutingControlStateCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -195,7 +190,4 @@ export class GetRoutingControlStateCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetRoutingControlStateCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-route53-recovery-cluster/src/commands/ListRoutingControlsCommand.ts b/clients/client-route53-recovery-cluster/src/commands/ListRoutingControlsCommand.ts index 92bd5761737c..2d0ebd32d010 100644 --- a/clients/client-route53-recovery-cluster/src/commands/ListRoutingControlsCommand.ts +++ b/clients/client-route53-recovery-cluster/src/commands/ListRoutingControlsCommand.ts @@ -135,9 +135,6 @@ export class ListRoutingControlsCommand extends $Command< ListRoutingControlsCommandOutput, Route53RecoveryClusterClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -151,9 +148,7 @@ export class ListRoutingControlsCommand extends $Command< * @public */ constructor(readonly input: ListRoutingControlsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -206,7 +201,4 @@ export class ListRoutingControlsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListRoutingControlsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-route53-recovery-cluster/src/commands/UpdateRoutingControlStateCommand.ts b/clients/client-route53-recovery-cluster/src/commands/UpdateRoutingControlStateCommand.ts index abc7581a65bd..5591308628be 100644 --- a/clients/client-route53-recovery-cluster/src/commands/UpdateRoutingControlStateCommand.ts +++ b/clients/client-route53-recovery-cluster/src/commands/UpdateRoutingControlStateCommand.ts @@ -130,9 +130,6 @@ export class UpdateRoutingControlStateCommand extends $Command< UpdateRoutingControlStateCommandOutput, Route53RecoveryClusterClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -146,9 +143,7 @@ export class UpdateRoutingControlStateCommand extends $Command< * @public */ constructor(readonly input: UpdateRoutingControlStateCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -204,7 +199,4 @@ export class UpdateRoutingControlStateCommand extends $Command< ): Promise { return de_UpdateRoutingControlStateCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-route53-recovery-cluster/src/commands/UpdateRoutingControlStatesCommand.ts b/clients/client-route53-recovery-cluster/src/commands/UpdateRoutingControlStatesCommand.ts index 147bbdbc175f..60d614f4f07d 100644 --- a/clients/client-route53-recovery-cluster/src/commands/UpdateRoutingControlStatesCommand.ts +++ b/clients/client-route53-recovery-cluster/src/commands/UpdateRoutingControlStatesCommand.ts @@ -137,9 +137,6 @@ export class UpdateRoutingControlStatesCommand extends $Command< UpdateRoutingControlStatesCommandOutput, Route53RecoveryClusterClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -153,9 +150,7 @@ export class UpdateRoutingControlStatesCommand extends $Command< * @public */ constructor(readonly input: UpdateRoutingControlStatesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -211,7 +206,4 @@ export class UpdateRoutingControlStatesCommand extends $Command< ): Promise { return de_UpdateRoutingControlStatesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-route53-recovery-control-config/package.json b/clients/client-route53-recovery-control-config/package.json index f2581f0a7f72..bc75a6bdeee5 100644 --- a/clients/client-route53-recovery-control-config/package.json +++ b/clients/client-route53-recovery-control-config/package.json @@ -34,30 +34,30 @@ "@aws-sdk/util-endpoints": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@smithy/config-resolver": "^2.0.16", - "@smithy/fetch-http-handler": "^2.2.4", - "@smithy/hash-node": "^2.0.12", - "@smithy/invalid-dependency": "^2.0.12", - "@smithy/middleware-content-length": "^2.0.14", - "@smithy/middleware-endpoint": "^2.1.3", - "@smithy/middleware-retry": "^2.0.18", - "@smithy/middleware-serde": "^2.0.12", - "@smithy/middleware-stack": "^2.0.6", - "@smithy/node-config-provider": "^2.1.3", - "@smithy/node-http-handler": "^2.1.8", - "@smithy/protocol-http": "^3.0.8", - "@smithy/smithy-client": "^2.1.12", - "@smithy/types": "^2.4.0", - "@smithy/url-parser": "^2.0.12", - "@smithy/util-base64": "^2.0.0", + "@smithy/config-resolver": "^2.0.18", + "@smithy/fetch-http-handler": "^2.2.6", + "@smithy/hash-node": "^2.0.15", + "@smithy/invalid-dependency": "^2.0.13", + "@smithy/middleware-content-length": "^2.0.15", + "@smithy/middleware-endpoint": "^2.2.0", + "@smithy/middleware-retry": "^2.0.20", + "@smithy/middleware-serde": "^2.0.13", + "@smithy/middleware-stack": "^2.0.7", + "@smithy/node-config-provider": "^2.1.5", + "@smithy/node-http-handler": "^2.1.9", + "@smithy/protocol-http": "^3.0.9", + "@smithy/smithy-client": "^2.1.15", + "@smithy/types": "^2.5.0", + "@smithy/url-parser": "^2.0.13", + "@smithy/util-base64": "^2.0.1", "@smithy/util-body-length-browser": "^2.0.0", "@smithy/util-body-length-node": "^2.1.0", - "@smithy/util-defaults-mode-browser": "^2.0.16", - "@smithy/util-defaults-mode-node": "^2.0.21", - "@smithy/util-endpoints": "^1.0.2", - "@smithy/util-retry": "^2.0.5", - "@smithy/util-utf8": "^2.0.0", - "@smithy/util-waiter": "^2.0.12", + "@smithy/util-defaults-mode-browser": "^2.0.19", + "@smithy/util-defaults-mode-node": "^2.0.25", + "@smithy/util-endpoints": "^1.0.4", + "@smithy/util-retry": "^2.0.6", + "@smithy/util-utf8": "^2.0.2", + "@smithy/util-waiter": "^2.0.13", "tslib": "^2.5.0", "uuid": "^8.3.2" }, diff --git a/clients/client-route53-recovery-control-config/src/commands/CreateClusterCommand.ts b/clients/client-route53-recovery-control-config/src/commands/CreateClusterCommand.ts index b6092ac67dc0..ba4fd3ea8eb7 100644 --- a/clients/client-route53-recovery-control-config/src/commands/CreateClusterCommand.ts +++ b/clients/client-route53-recovery-control-config/src/commands/CreateClusterCommand.ts @@ -110,9 +110,6 @@ export class CreateClusterCommand extends $Command< CreateClusterCommandOutput, Route53RecoveryControlConfigClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -126,9 +123,7 @@ export class CreateClusterCommand extends $Command< * @public */ constructor(readonly input: CreateClusterCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -179,7 +174,4 @@ export class CreateClusterCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateClusterCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-route53-recovery-control-config/src/commands/CreateControlPanelCommand.ts b/clients/client-route53-recovery-control-config/src/commands/CreateControlPanelCommand.ts index e004019abd2d..888b85aa4505 100644 --- a/clients/client-route53-recovery-control-config/src/commands/CreateControlPanelCommand.ts +++ b/clients/client-route53-recovery-control-config/src/commands/CreateControlPanelCommand.ts @@ -108,9 +108,6 @@ export class CreateControlPanelCommand extends $Command< CreateControlPanelCommandOutput, Route53RecoveryControlConfigClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -124,9 +121,7 @@ export class CreateControlPanelCommand extends $Command< * @public */ constructor(readonly input: CreateControlPanelCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -179,7 +174,4 @@ export class CreateControlPanelCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateControlPanelCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-route53-recovery-control-config/src/commands/CreateRoutingControlCommand.ts b/clients/client-route53-recovery-control-config/src/commands/CreateRoutingControlCommand.ts index 70da66cd5dd8..88ee7ccff7e7 100644 --- a/clients/client-route53-recovery-control-config/src/commands/CreateRoutingControlCommand.ts +++ b/clients/client-route53-recovery-control-config/src/commands/CreateRoutingControlCommand.ts @@ -104,9 +104,6 @@ export class CreateRoutingControlCommand extends $Command< CreateRoutingControlCommandOutput, Route53RecoveryControlConfigClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -120,9 +117,7 @@ export class CreateRoutingControlCommand extends $Command< * @public */ constructor(readonly input: CreateRoutingControlCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -175,7 +170,4 @@ export class CreateRoutingControlCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateRoutingControlCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-route53-recovery-control-config/src/commands/CreateSafetyRuleCommand.ts b/clients/client-route53-recovery-control-config/src/commands/CreateSafetyRuleCommand.ts index 71293260e2c2..b711f9981dcc 100644 --- a/clients/client-route53-recovery-control-config/src/commands/CreateSafetyRuleCommand.ts +++ b/clients/client-route53-recovery-control-config/src/commands/CreateSafetyRuleCommand.ts @@ -146,9 +146,6 @@ export class CreateSafetyRuleCommand extends $Command< CreateSafetyRuleCommandOutput, Route53RecoveryControlConfigClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -162,9 +159,7 @@ export class CreateSafetyRuleCommand extends $Command< * @public */ constructor(readonly input: CreateSafetyRuleCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -217,7 +212,4 @@ export class CreateSafetyRuleCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateSafetyRuleCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-route53-recovery-control-config/src/commands/DeleteClusterCommand.ts b/clients/client-route53-recovery-control-config/src/commands/DeleteClusterCommand.ts index 0dbcd5b429bf..abc8f8b04a10 100644 --- a/clients/client-route53-recovery-control-config/src/commands/DeleteClusterCommand.ts +++ b/clients/client-route53-recovery-control-config/src/commands/DeleteClusterCommand.ts @@ -90,9 +90,6 @@ export class DeleteClusterCommand extends $Command< DeleteClusterCommandOutput, Route53RecoveryControlConfigClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -106,9 +103,7 @@ export class DeleteClusterCommand extends $Command< * @public */ constructor(readonly input: DeleteClusterCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -159,7 +154,4 @@ export class DeleteClusterCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteClusterCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-route53-recovery-control-config/src/commands/DeleteControlPanelCommand.ts b/clients/client-route53-recovery-control-config/src/commands/DeleteControlPanelCommand.ts index ee95e8da72fd..d69bb3addad8 100644 --- a/clients/client-route53-recovery-control-config/src/commands/DeleteControlPanelCommand.ts +++ b/clients/client-route53-recovery-control-config/src/commands/DeleteControlPanelCommand.ts @@ -90,9 +90,6 @@ export class DeleteControlPanelCommand extends $Command< DeleteControlPanelCommandOutput, Route53RecoveryControlConfigClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -106,9 +103,7 @@ export class DeleteControlPanelCommand extends $Command< * @public */ constructor(readonly input: DeleteControlPanelCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -161,7 +156,4 @@ export class DeleteControlPanelCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteControlPanelCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-route53-recovery-control-config/src/commands/DeleteRoutingControlCommand.ts b/clients/client-route53-recovery-control-config/src/commands/DeleteRoutingControlCommand.ts index bebb690f256e..9a996f3e166c 100644 --- a/clients/client-route53-recovery-control-config/src/commands/DeleteRoutingControlCommand.ts +++ b/clients/client-route53-recovery-control-config/src/commands/DeleteRoutingControlCommand.ts @@ -90,9 +90,6 @@ export class DeleteRoutingControlCommand extends $Command< DeleteRoutingControlCommandOutput, Route53RecoveryControlConfigClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -106,9 +103,7 @@ export class DeleteRoutingControlCommand extends $Command< * @public */ constructor(readonly input: DeleteRoutingControlCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -161,7 +156,4 @@ export class DeleteRoutingControlCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteRoutingControlCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-route53-recovery-control-config/src/commands/DeleteSafetyRuleCommand.ts b/clients/client-route53-recovery-control-config/src/commands/DeleteSafetyRuleCommand.ts index 9ee7fcd55532..380b44cc001f 100644 --- a/clients/client-route53-recovery-control-config/src/commands/DeleteSafetyRuleCommand.ts +++ b/clients/client-route53-recovery-control-config/src/commands/DeleteSafetyRuleCommand.ts @@ -81,9 +81,6 @@ export class DeleteSafetyRuleCommand extends $Command< DeleteSafetyRuleCommandOutput, Route53RecoveryControlConfigClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -97,9 +94,7 @@ export class DeleteSafetyRuleCommand extends $Command< * @public */ constructor(readonly input: DeleteSafetyRuleCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -152,7 +147,4 @@ export class DeleteSafetyRuleCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteSafetyRuleCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-route53-recovery-control-config/src/commands/DescribeClusterCommand.ts b/clients/client-route53-recovery-control-config/src/commands/DescribeClusterCommand.ts index 15a9d072d638..f60b63021f27 100644 --- a/clients/client-route53-recovery-control-config/src/commands/DescribeClusterCommand.ts +++ b/clients/client-route53-recovery-control-config/src/commands/DescribeClusterCommand.ts @@ -103,9 +103,6 @@ export class DescribeClusterCommand extends $Command< DescribeClusterCommandOutput, Route53RecoveryControlConfigClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -119,9 +116,7 @@ export class DescribeClusterCommand extends $Command< * @public */ constructor(readonly input: DescribeClusterCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -174,7 +169,4 @@ export class DescribeClusterCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DescribeClusterCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-route53-recovery-control-config/src/commands/DescribeControlPanelCommand.ts b/clients/client-route53-recovery-control-config/src/commands/DescribeControlPanelCommand.ts index ed2cd4a43bd9..974cdcefec94 100644 --- a/clients/client-route53-recovery-control-config/src/commands/DescribeControlPanelCommand.ts +++ b/clients/client-route53-recovery-control-config/src/commands/DescribeControlPanelCommand.ts @@ -100,9 +100,6 @@ export class DescribeControlPanelCommand extends $Command< DescribeControlPanelCommandOutput, Route53RecoveryControlConfigClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -116,9 +113,7 @@ export class DescribeControlPanelCommand extends $Command< * @public */ constructor(readonly input: DescribeControlPanelCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -171,7 +166,4 @@ export class DescribeControlPanelCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DescribeControlPanelCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-route53-recovery-control-config/src/commands/DescribeRoutingControlCommand.ts b/clients/client-route53-recovery-control-config/src/commands/DescribeRoutingControlCommand.ts index e30e0ab0f301..1f613cba4930 100644 --- a/clients/client-route53-recovery-control-config/src/commands/DescribeRoutingControlCommand.ts +++ b/clients/client-route53-recovery-control-config/src/commands/DescribeRoutingControlCommand.ts @@ -98,9 +98,6 @@ export class DescribeRoutingControlCommand extends $Command< DescribeRoutingControlCommandOutput, Route53RecoveryControlConfigClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -114,9 +111,7 @@ export class DescribeRoutingControlCommand extends $Command< * @public */ constructor(readonly input: DescribeRoutingControlCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -169,7 +164,4 @@ export class DescribeRoutingControlCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DescribeRoutingControlCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-route53-recovery-control-config/src/commands/DescribeSafetyRuleCommand.ts b/clients/client-route53-recovery-control-config/src/commands/DescribeSafetyRuleCommand.ts index 7d1fc46af615..eb1fc5121a30 100644 --- a/clients/client-route53-recovery-control-config/src/commands/DescribeSafetyRuleCommand.ts +++ b/clients/client-route53-recovery-control-config/src/commands/DescribeSafetyRuleCommand.ts @@ -114,9 +114,6 @@ export class DescribeSafetyRuleCommand extends $Command< DescribeSafetyRuleCommandOutput, Route53RecoveryControlConfigClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -130,9 +127,7 @@ export class DescribeSafetyRuleCommand extends $Command< * @public */ constructor(readonly input: DescribeSafetyRuleCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -185,7 +180,4 @@ export class DescribeSafetyRuleCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DescribeSafetyRuleCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-route53-recovery-control-config/src/commands/GetResourcePolicyCommand.ts b/clients/client-route53-recovery-control-config/src/commands/GetResourcePolicyCommand.ts index fb66b7bda302..5ed27818d394 100644 --- a/clients/client-route53-recovery-control-config/src/commands/GetResourcePolicyCommand.ts +++ b/clients/client-route53-recovery-control-config/src/commands/GetResourcePolicyCommand.ts @@ -80,9 +80,6 @@ export class GetResourcePolicyCommand extends $Command< GetResourcePolicyCommandOutput, Route53RecoveryControlConfigClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -96,9 +93,7 @@ export class GetResourcePolicyCommand extends $Command< * @public */ constructor(readonly input: GetResourcePolicyCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -151,7 +146,4 @@ export class GetResourcePolicyCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetResourcePolicyCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-route53-recovery-control-config/src/commands/ListAssociatedRoute53HealthChecksCommand.ts b/clients/client-route53-recovery-control-config/src/commands/ListAssociatedRoute53HealthChecksCommand.ts index d027fa34f663..c0378074cb79 100644 --- a/clients/client-route53-recovery-control-config/src/commands/ListAssociatedRoute53HealthChecksCommand.ts +++ b/clients/client-route53-recovery-control-config/src/commands/ListAssociatedRoute53HealthChecksCommand.ts @@ -96,9 +96,6 @@ export class ListAssociatedRoute53HealthChecksCommand extends $Command< ListAssociatedRoute53HealthChecksCommandOutput, Route53RecoveryControlConfigClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -112,9 +109,7 @@ export class ListAssociatedRoute53HealthChecksCommand extends $Command< * @public */ constructor(readonly input: ListAssociatedRoute53HealthChecksCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -173,7 +168,4 @@ export class ListAssociatedRoute53HealthChecksCommand extends $Command< ): Promise { return de_ListAssociatedRoute53HealthChecksCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-route53-recovery-control-config/src/commands/ListClustersCommand.ts b/clients/client-route53-recovery-control-config/src/commands/ListClustersCommand.ts index 98106e35d70b..03097cfb03a0 100644 --- a/clients/client-route53-recovery-control-config/src/commands/ListClustersCommand.ts +++ b/clients/client-route53-recovery-control-config/src/commands/ListClustersCommand.ts @@ -104,9 +104,6 @@ export class ListClustersCommand extends $Command< ListClustersCommandOutput, Route53RecoveryControlConfigClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -120,9 +117,7 @@ export class ListClustersCommand extends $Command< * @public */ constructor(readonly input: ListClustersCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -173,7 +168,4 @@ export class ListClustersCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListClustersCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-route53-recovery-control-config/src/commands/ListControlPanelsCommand.ts b/clients/client-route53-recovery-control-config/src/commands/ListControlPanelsCommand.ts index defc5bf62e06..e1ddff212542 100644 --- a/clients/client-route53-recovery-control-config/src/commands/ListControlPanelsCommand.ts +++ b/clients/client-route53-recovery-control-config/src/commands/ListControlPanelsCommand.ts @@ -102,9 +102,6 @@ export class ListControlPanelsCommand extends $Command< ListControlPanelsCommandOutput, Route53RecoveryControlConfigClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -118,9 +115,7 @@ export class ListControlPanelsCommand extends $Command< * @public */ constructor(readonly input: ListControlPanelsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -173,7 +168,4 @@ export class ListControlPanelsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListControlPanelsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-route53-recovery-control-config/src/commands/ListRoutingControlsCommand.ts b/clients/client-route53-recovery-control-config/src/commands/ListRoutingControlsCommand.ts index 524b862a8a67..4eaf78f588c3 100644 --- a/clients/client-route53-recovery-control-config/src/commands/ListRoutingControlsCommand.ts +++ b/clients/client-route53-recovery-control-config/src/commands/ListRoutingControlsCommand.ts @@ -100,9 +100,6 @@ export class ListRoutingControlsCommand extends $Command< ListRoutingControlsCommandOutput, Route53RecoveryControlConfigClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -116,9 +113,7 @@ export class ListRoutingControlsCommand extends $Command< * @public */ constructor(readonly input: ListRoutingControlsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -171,7 +166,4 @@ export class ListRoutingControlsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListRoutingControlsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-route53-recovery-control-config/src/commands/ListSafetyRulesCommand.ts b/clients/client-route53-recovery-control-config/src/commands/ListSafetyRulesCommand.ts index 916208e90f66..8eb0976a65f8 100644 --- a/clients/client-route53-recovery-control-config/src/commands/ListSafetyRulesCommand.ts +++ b/clients/client-route53-recovery-control-config/src/commands/ListSafetyRulesCommand.ts @@ -130,9 +130,6 @@ export class ListSafetyRulesCommand extends $Command< ListSafetyRulesCommandOutput, Route53RecoveryControlConfigClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -146,9 +143,7 @@ export class ListSafetyRulesCommand extends $Command< * @public */ constructor(readonly input: ListSafetyRulesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -201,7 +196,4 @@ export class ListSafetyRulesCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListSafetyRulesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-route53-recovery-control-config/src/commands/ListTagsForResourceCommand.ts b/clients/client-route53-recovery-control-config/src/commands/ListTagsForResourceCommand.ts index a05e02deb5e7..02fd2efb7086 100644 --- a/clients/client-route53-recovery-control-config/src/commands/ListTagsForResourceCommand.ts +++ b/clients/client-route53-recovery-control-config/src/commands/ListTagsForResourceCommand.ts @@ -85,9 +85,6 @@ export class ListTagsForResourceCommand extends $Command< ListTagsForResourceCommandOutput, Route53RecoveryControlConfigClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -101,9 +98,7 @@ export class ListTagsForResourceCommand extends $Command< * @public */ constructor(readonly input: ListTagsForResourceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -156,7 +151,4 @@ export class ListTagsForResourceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListTagsForResourceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-route53-recovery-control-config/src/commands/TagResourceCommand.ts b/clients/client-route53-recovery-control-config/src/commands/TagResourceCommand.ts index 08534dc1a2f4..f89c9c7cb0a8 100644 --- a/clients/client-route53-recovery-control-config/src/commands/TagResourceCommand.ts +++ b/clients/client-route53-recovery-control-config/src/commands/TagResourceCommand.ts @@ -84,9 +84,6 @@ export class TagResourceCommand extends $Command< TagResourceCommandOutput, Route53RecoveryControlConfigClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -100,9 +97,7 @@ export class TagResourceCommand extends $Command< * @public */ constructor(readonly input: TagResourceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -153,7 +148,4 @@ export class TagResourceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_TagResourceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-route53-recovery-control-config/src/commands/UntagResourceCommand.ts b/clients/client-route53-recovery-control-config/src/commands/UntagResourceCommand.ts index b9e501898c6f..cd8a8d28274c 100644 --- a/clients/client-route53-recovery-control-config/src/commands/UntagResourceCommand.ts +++ b/clients/client-route53-recovery-control-config/src/commands/UntagResourceCommand.ts @@ -84,9 +84,6 @@ export class UntagResourceCommand extends $Command< UntagResourceCommandOutput, Route53RecoveryControlConfigClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -100,9 +97,7 @@ export class UntagResourceCommand extends $Command< * @public */ constructor(readonly input: UntagResourceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -153,7 +148,4 @@ export class UntagResourceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UntagResourceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-route53-recovery-control-config/src/commands/UpdateControlPanelCommand.ts b/clients/client-route53-recovery-control-config/src/commands/UpdateControlPanelCommand.ts index 021108e4c3ab..a56b0013c24c 100644 --- a/clients/client-route53-recovery-control-config/src/commands/UpdateControlPanelCommand.ts +++ b/clients/client-route53-recovery-control-config/src/commands/UpdateControlPanelCommand.ts @@ -101,9 +101,6 @@ export class UpdateControlPanelCommand extends $Command< UpdateControlPanelCommandOutput, Route53RecoveryControlConfigClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -117,9 +114,7 @@ export class UpdateControlPanelCommand extends $Command< * @public */ constructor(readonly input: UpdateControlPanelCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -172,7 +167,4 @@ export class UpdateControlPanelCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdateControlPanelCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-route53-recovery-control-config/src/commands/UpdateRoutingControlCommand.ts b/clients/client-route53-recovery-control-config/src/commands/UpdateRoutingControlCommand.ts index 6184e9bcf3b5..862134231461 100644 --- a/clients/client-route53-recovery-control-config/src/commands/UpdateRoutingControlCommand.ts +++ b/clients/client-route53-recovery-control-config/src/commands/UpdateRoutingControlCommand.ts @@ -99,9 +99,6 @@ export class UpdateRoutingControlCommand extends $Command< UpdateRoutingControlCommandOutput, Route53RecoveryControlConfigClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -115,9 +112,7 @@ export class UpdateRoutingControlCommand extends $Command< * @public */ constructor(readonly input: UpdateRoutingControlCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -170,7 +165,4 @@ export class UpdateRoutingControlCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdateRoutingControlCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-route53-recovery-control-config/src/commands/UpdateSafetyRuleCommand.ts b/clients/client-route53-recovery-control-config/src/commands/UpdateSafetyRuleCommand.ts index 76ec964c7c42..77ea025eb11b 100644 --- a/clients/client-route53-recovery-control-config/src/commands/UpdateSafetyRuleCommand.ts +++ b/clients/client-route53-recovery-control-config/src/commands/UpdateSafetyRuleCommand.ts @@ -126,9 +126,6 @@ export class UpdateSafetyRuleCommand extends $Command< UpdateSafetyRuleCommandOutput, Route53RecoveryControlConfigClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -142,9 +139,7 @@ export class UpdateSafetyRuleCommand extends $Command< * @public */ constructor(readonly input: UpdateSafetyRuleCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -197,7 +192,4 @@ export class UpdateSafetyRuleCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdateSafetyRuleCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-route53-recovery-readiness/package.json b/clients/client-route53-recovery-readiness/package.json index fde388d2a315..191821b966e0 100644 --- a/clients/client-route53-recovery-readiness/package.json +++ b/clients/client-route53-recovery-readiness/package.json @@ -34,29 +34,29 @@ "@aws-sdk/util-endpoints": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@smithy/config-resolver": "^2.0.16", - "@smithy/fetch-http-handler": "^2.2.4", - "@smithy/hash-node": "^2.0.12", - "@smithy/invalid-dependency": "^2.0.12", - "@smithy/middleware-content-length": "^2.0.14", - "@smithy/middleware-endpoint": "^2.1.3", - "@smithy/middleware-retry": "^2.0.18", - "@smithy/middleware-serde": "^2.0.12", - "@smithy/middleware-stack": "^2.0.6", - "@smithy/node-config-provider": "^2.1.3", - "@smithy/node-http-handler": "^2.1.8", - "@smithy/protocol-http": "^3.0.8", - "@smithy/smithy-client": "^2.1.12", - "@smithy/types": "^2.4.0", - "@smithy/url-parser": "^2.0.12", - "@smithy/util-base64": "^2.0.0", + "@smithy/config-resolver": "^2.0.18", + "@smithy/fetch-http-handler": "^2.2.6", + "@smithy/hash-node": "^2.0.15", + "@smithy/invalid-dependency": "^2.0.13", + "@smithy/middleware-content-length": "^2.0.15", + "@smithy/middleware-endpoint": "^2.2.0", + "@smithy/middleware-retry": "^2.0.20", + "@smithy/middleware-serde": "^2.0.13", + "@smithy/middleware-stack": "^2.0.7", + "@smithy/node-config-provider": "^2.1.5", + "@smithy/node-http-handler": "^2.1.9", + "@smithy/protocol-http": "^3.0.9", + "@smithy/smithy-client": "^2.1.15", + "@smithy/types": "^2.5.0", + "@smithy/url-parser": "^2.0.13", + "@smithy/util-base64": "^2.0.1", "@smithy/util-body-length-browser": "^2.0.0", "@smithy/util-body-length-node": "^2.1.0", - "@smithy/util-defaults-mode-browser": "^2.0.16", - "@smithy/util-defaults-mode-node": "^2.0.21", - "@smithy/util-endpoints": "^1.0.2", - "@smithy/util-retry": "^2.0.5", - "@smithy/util-utf8": "^2.0.0", + "@smithy/util-defaults-mode-browser": "^2.0.19", + "@smithy/util-defaults-mode-node": "^2.0.25", + "@smithy/util-endpoints": "^1.0.4", + "@smithy/util-retry": "^2.0.6", + "@smithy/util-utf8": "^2.0.2", "tslib": "^2.5.0" }, "devDependencies": { diff --git a/clients/client-route53-recovery-readiness/src/commands/CreateCellCommand.ts b/clients/client-route53-recovery-readiness/src/commands/CreateCellCommand.ts index 8ba0303a25c6..803086b1cc96 100644 --- a/clients/client-route53-recovery-readiness/src/commands/CreateCellCommand.ts +++ b/clients/client-route53-recovery-readiness/src/commands/CreateCellCommand.ts @@ -105,9 +105,6 @@ export class CreateCellCommand extends $Command< CreateCellCommandOutput, Route53RecoveryReadinessClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -121,9 +118,7 @@ export class CreateCellCommand extends $Command< * @public */ constructor(readonly input: CreateCellCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -174,7 +169,4 @@ export class CreateCellCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateCellCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-route53-recovery-readiness/src/commands/CreateCrossAccountAuthorizationCommand.ts b/clients/client-route53-recovery-readiness/src/commands/CreateCrossAccountAuthorizationCommand.ts index 92935ec881f9..5e4e272cde53 100644 --- a/clients/client-route53-recovery-readiness/src/commands/CreateCrossAccountAuthorizationCommand.ts +++ b/clients/client-route53-recovery-readiness/src/commands/CreateCrossAccountAuthorizationCommand.ts @@ -94,9 +94,6 @@ export class CreateCrossAccountAuthorizationCommand extends $Command< CreateCrossAccountAuthorizationCommandOutput, Route53RecoveryReadinessClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -110,9 +107,7 @@ export class CreateCrossAccountAuthorizationCommand extends $Command< * @public */ constructor(readonly input: CreateCrossAccountAuthorizationCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -171,7 +166,4 @@ export class CreateCrossAccountAuthorizationCommand extends $Command< ): Promise { return de_CreateCrossAccountAuthorizationCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-route53-recovery-readiness/src/commands/CreateReadinessCheckCommand.ts b/clients/client-route53-recovery-readiness/src/commands/CreateReadinessCheckCommand.ts index cfdffa062ccb..607ac1c24ce6 100644 --- a/clients/client-route53-recovery-readiness/src/commands/CreateReadinessCheckCommand.ts +++ b/clients/client-route53-recovery-readiness/src/commands/CreateReadinessCheckCommand.ts @@ -98,9 +98,6 @@ export class CreateReadinessCheckCommand extends $Command< CreateReadinessCheckCommandOutput, Route53RecoveryReadinessClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -114,9 +111,7 @@ export class CreateReadinessCheckCommand extends $Command< * @public */ constructor(readonly input: CreateReadinessCheckCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -169,7 +164,4 @@ export class CreateReadinessCheckCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateReadinessCheckCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-route53-recovery-readiness/src/commands/CreateRecoveryGroupCommand.ts b/clients/client-route53-recovery-readiness/src/commands/CreateRecoveryGroupCommand.ts index cf97654b8946..407e51ecf928 100644 --- a/clients/client-route53-recovery-readiness/src/commands/CreateRecoveryGroupCommand.ts +++ b/clients/client-route53-recovery-readiness/src/commands/CreateRecoveryGroupCommand.ts @@ -102,9 +102,6 @@ export class CreateRecoveryGroupCommand extends $Command< CreateRecoveryGroupCommandOutput, Route53RecoveryReadinessClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -118,9 +115,7 @@ export class CreateRecoveryGroupCommand extends $Command< * @public */ constructor(readonly input: CreateRecoveryGroupCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -173,7 +168,4 @@ export class CreateRecoveryGroupCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateRecoveryGroupCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-route53-recovery-readiness/src/commands/CreateResourceSetCommand.ts b/clients/client-route53-recovery-readiness/src/commands/CreateResourceSetCommand.ts index 5238e14c0ba7..ab32f2abb0ee 100644 --- a/clients/client-route53-recovery-readiness/src/commands/CreateResourceSetCommand.ts +++ b/clients/client-route53-recovery-readiness/src/commands/CreateResourceSetCommand.ts @@ -146,9 +146,6 @@ export class CreateResourceSetCommand extends $Command< CreateResourceSetCommandOutput, Route53RecoveryReadinessClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -162,9 +159,7 @@ export class CreateResourceSetCommand extends $Command< * @public */ constructor(readonly input: CreateResourceSetCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -217,7 +212,4 @@ export class CreateResourceSetCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateResourceSetCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-route53-recovery-readiness/src/commands/DeleteCellCommand.ts b/clients/client-route53-recovery-readiness/src/commands/DeleteCellCommand.ts index 4ff54300e71e..8db9ee7ea544 100644 --- a/clients/client-route53-recovery-readiness/src/commands/DeleteCellCommand.ts +++ b/clients/client-route53-recovery-readiness/src/commands/DeleteCellCommand.ts @@ -87,9 +87,6 @@ export class DeleteCellCommand extends $Command< DeleteCellCommandOutput, Route53RecoveryReadinessClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -103,9 +100,7 @@ export class DeleteCellCommand extends $Command< * @public */ constructor(readonly input: DeleteCellCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -156,7 +151,4 @@ export class DeleteCellCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteCellCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-route53-recovery-readiness/src/commands/DeleteCrossAccountAuthorizationCommand.ts b/clients/client-route53-recovery-readiness/src/commands/DeleteCrossAccountAuthorizationCommand.ts index 582980880888..17068e87f5f3 100644 --- a/clients/client-route53-recovery-readiness/src/commands/DeleteCrossAccountAuthorizationCommand.ts +++ b/clients/client-route53-recovery-readiness/src/commands/DeleteCrossAccountAuthorizationCommand.ts @@ -89,9 +89,6 @@ export class DeleteCrossAccountAuthorizationCommand extends $Command< DeleteCrossAccountAuthorizationCommandOutput, Route53RecoveryReadinessClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -105,9 +102,7 @@ export class DeleteCrossAccountAuthorizationCommand extends $Command< * @public */ constructor(readonly input: DeleteCrossAccountAuthorizationCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -166,7 +161,4 @@ export class DeleteCrossAccountAuthorizationCommand extends $Command< ): Promise { return de_DeleteCrossAccountAuthorizationCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-route53-recovery-readiness/src/commands/DeleteReadinessCheckCommand.ts b/clients/client-route53-recovery-readiness/src/commands/DeleteReadinessCheckCommand.ts index b845662eabee..b68891b89d77 100644 --- a/clients/client-route53-recovery-readiness/src/commands/DeleteReadinessCheckCommand.ts +++ b/clients/client-route53-recovery-readiness/src/commands/DeleteReadinessCheckCommand.ts @@ -87,9 +87,6 @@ export class DeleteReadinessCheckCommand extends $Command< DeleteReadinessCheckCommandOutput, Route53RecoveryReadinessClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -103,9 +100,7 @@ export class DeleteReadinessCheckCommand extends $Command< * @public */ constructor(readonly input: DeleteReadinessCheckCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -158,7 +153,4 @@ export class DeleteReadinessCheckCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteReadinessCheckCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-route53-recovery-readiness/src/commands/DeleteRecoveryGroupCommand.ts b/clients/client-route53-recovery-readiness/src/commands/DeleteRecoveryGroupCommand.ts index ba412a79981e..2db430b27b7c 100644 --- a/clients/client-route53-recovery-readiness/src/commands/DeleteRecoveryGroupCommand.ts +++ b/clients/client-route53-recovery-readiness/src/commands/DeleteRecoveryGroupCommand.ts @@ -87,9 +87,6 @@ export class DeleteRecoveryGroupCommand extends $Command< DeleteRecoveryGroupCommandOutput, Route53RecoveryReadinessClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -103,9 +100,7 @@ export class DeleteRecoveryGroupCommand extends $Command< * @public */ constructor(readonly input: DeleteRecoveryGroupCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -158,7 +153,4 @@ export class DeleteRecoveryGroupCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteRecoveryGroupCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-route53-recovery-readiness/src/commands/DeleteResourceSetCommand.ts b/clients/client-route53-recovery-readiness/src/commands/DeleteResourceSetCommand.ts index e76408e70ff6..f61921156af5 100644 --- a/clients/client-route53-recovery-readiness/src/commands/DeleteResourceSetCommand.ts +++ b/clients/client-route53-recovery-readiness/src/commands/DeleteResourceSetCommand.ts @@ -87,9 +87,6 @@ export class DeleteResourceSetCommand extends $Command< DeleteResourceSetCommandOutput, Route53RecoveryReadinessClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -103,9 +100,7 @@ export class DeleteResourceSetCommand extends $Command< * @public */ constructor(readonly input: DeleteResourceSetCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -158,7 +153,4 @@ export class DeleteResourceSetCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteResourceSetCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-route53-recovery-readiness/src/commands/GetArchitectureRecommendationsCommand.ts b/clients/client-route53-recovery-readiness/src/commands/GetArchitectureRecommendationsCommand.ts index b11f21c43052..806b96dab848 100644 --- a/clients/client-route53-recovery-readiness/src/commands/GetArchitectureRecommendationsCommand.ts +++ b/clients/client-route53-recovery-readiness/src/commands/GetArchitectureRecommendationsCommand.ts @@ -102,9 +102,6 @@ export class GetArchitectureRecommendationsCommand extends $Command< GetArchitectureRecommendationsCommandOutput, Route53RecoveryReadinessClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -118,9 +115,7 @@ export class GetArchitectureRecommendationsCommand extends $Command< * @public */ constructor(readonly input: GetArchitectureRecommendationsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -179,7 +174,4 @@ export class GetArchitectureRecommendationsCommand extends $Command< ): Promise { return de_GetArchitectureRecommendationsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-route53-recovery-readiness/src/commands/GetCellCommand.ts b/clients/client-route53-recovery-readiness/src/commands/GetCellCommand.ts index 8cf64dd4a0c6..ad8b58ddba08 100644 --- a/clients/client-route53-recovery-readiness/src/commands/GetCellCommand.ts +++ b/clients/client-route53-recovery-readiness/src/commands/GetCellCommand.ts @@ -99,9 +99,6 @@ export class GetCellCommand extends $Command< GetCellCommandOutput, Route53RecoveryReadinessClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -115,9 +112,7 @@ export class GetCellCommand extends $Command< * @public */ constructor(readonly input: GetCellCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -168,7 +163,4 @@ export class GetCellCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetCellCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-route53-recovery-readiness/src/commands/GetCellReadinessSummaryCommand.ts b/clients/client-route53-recovery-readiness/src/commands/GetCellReadinessSummaryCommand.ts index a488005ffb46..c5db4e39c9e3 100644 --- a/clients/client-route53-recovery-readiness/src/commands/GetCellReadinessSummaryCommand.ts +++ b/clients/client-route53-recovery-readiness/src/commands/GetCellReadinessSummaryCommand.ts @@ -98,9 +98,6 @@ export class GetCellReadinessSummaryCommand extends $Command< GetCellReadinessSummaryCommandOutput, Route53RecoveryReadinessClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -114,9 +111,7 @@ export class GetCellReadinessSummaryCommand extends $Command< * @public */ constructor(readonly input: GetCellReadinessSummaryCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -169,7 +164,4 @@ export class GetCellReadinessSummaryCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetCellReadinessSummaryCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-route53-recovery-readiness/src/commands/GetReadinessCheckCommand.ts b/clients/client-route53-recovery-readiness/src/commands/GetReadinessCheckCommand.ts index ff60bc1f2a52..c402d2092ed4 100644 --- a/clients/client-route53-recovery-readiness/src/commands/GetReadinessCheckCommand.ts +++ b/clients/client-route53-recovery-readiness/src/commands/GetReadinessCheckCommand.ts @@ -94,9 +94,6 @@ export class GetReadinessCheckCommand extends $Command< GetReadinessCheckCommandOutput, Route53RecoveryReadinessClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -110,9 +107,7 @@ export class GetReadinessCheckCommand extends $Command< * @public */ constructor(readonly input: GetReadinessCheckCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -165,7 +160,4 @@ export class GetReadinessCheckCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetReadinessCheckCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-route53-recovery-readiness/src/commands/GetReadinessCheckResourceStatusCommand.ts b/clients/client-route53-recovery-readiness/src/commands/GetReadinessCheckResourceStatusCommand.ts index c3cf0bc8418c..acf6a5963820 100644 --- a/clients/client-route53-recovery-readiness/src/commands/GetReadinessCheckResourceStatusCommand.ts +++ b/clients/client-route53-recovery-readiness/src/commands/GetReadinessCheckResourceStatusCommand.ts @@ -110,9 +110,6 @@ export class GetReadinessCheckResourceStatusCommand extends $Command< GetReadinessCheckResourceStatusCommandOutput, Route53RecoveryReadinessClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -126,9 +123,7 @@ export class GetReadinessCheckResourceStatusCommand extends $Command< * @public */ constructor(readonly input: GetReadinessCheckResourceStatusCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -187,7 +182,4 @@ export class GetReadinessCheckResourceStatusCommand extends $Command< ): Promise { return de_GetReadinessCheckResourceStatusCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-route53-recovery-readiness/src/commands/GetReadinessCheckStatusCommand.ts b/clients/client-route53-recovery-readiness/src/commands/GetReadinessCheckStatusCommand.ts index c661d091e4b1..bf3279557fe1 100644 --- a/clients/client-route53-recovery-readiness/src/commands/GetReadinessCheckStatusCommand.ts +++ b/clients/client-route53-recovery-readiness/src/commands/GetReadinessCheckStatusCommand.ts @@ -105,9 +105,6 @@ export class GetReadinessCheckStatusCommand extends $Command< GetReadinessCheckStatusCommandOutput, Route53RecoveryReadinessClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -121,9 +118,7 @@ export class GetReadinessCheckStatusCommand extends $Command< * @public */ constructor(readonly input: GetReadinessCheckStatusCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -176,7 +171,4 @@ export class GetReadinessCheckStatusCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetReadinessCheckStatusCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-route53-recovery-readiness/src/commands/GetRecoveryGroupCommand.ts b/clients/client-route53-recovery-readiness/src/commands/GetRecoveryGroupCommand.ts index fd16b69685a9..fbfc3abd6f8a 100644 --- a/clients/client-route53-recovery-readiness/src/commands/GetRecoveryGroupCommand.ts +++ b/clients/client-route53-recovery-readiness/src/commands/GetRecoveryGroupCommand.ts @@ -96,9 +96,6 @@ export class GetRecoveryGroupCommand extends $Command< GetRecoveryGroupCommandOutput, Route53RecoveryReadinessClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -112,9 +109,7 @@ export class GetRecoveryGroupCommand extends $Command< * @public */ constructor(readonly input: GetRecoveryGroupCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -167,7 +162,4 @@ export class GetRecoveryGroupCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetRecoveryGroupCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-route53-recovery-readiness/src/commands/GetRecoveryGroupReadinessSummaryCommand.ts b/clients/client-route53-recovery-readiness/src/commands/GetRecoveryGroupReadinessSummaryCommand.ts index 58f8aa8ecd6c..51e832d75aba 100644 --- a/clients/client-route53-recovery-readiness/src/commands/GetRecoveryGroupReadinessSummaryCommand.ts +++ b/clients/client-route53-recovery-readiness/src/commands/GetRecoveryGroupReadinessSummaryCommand.ts @@ -103,9 +103,6 @@ export class GetRecoveryGroupReadinessSummaryCommand extends $Command< GetRecoveryGroupReadinessSummaryCommandOutput, Route53RecoveryReadinessClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -119,9 +116,7 @@ export class GetRecoveryGroupReadinessSummaryCommand extends $Command< * @public */ constructor(readonly input: GetRecoveryGroupReadinessSummaryCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -180,7 +175,4 @@ export class GetRecoveryGroupReadinessSummaryCommand extends $Command< ): Promise { return de_GetRecoveryGroupReadinessSummaryCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-route53-recovery-readiness/src/commands/GetResourceSetCommand.ts b/clients/client-route53-recovery-readiness/src/commands/GetResourceSetCommand.ts index 958729b6595b..de051adb632b 100644 --- a/clients/client-route53-recovery-readiness/src/commands/GetResourceSetCommand.ts +++ b/clients/client-route53-recovery-readiness/src/commands/GetResourceSetCommand.ts @@ -118,9 +118,6 @@ export class GetResourceSetCommand extends $Command< GetResourceSetCommandOutput, Route53RecoveryReadinessClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -134,9 +131,7 @@ export class GetResourceSetCommand extends $Command< * @public */ constructor(readonly input: GetResourceSetCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -189,7 +184,4 @@ export class GetResourceSetCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetResourceSetCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-route53-recovery-readiness/src/commands/ListCellsCommand.ts b/clients/client-route53-recovery-readiness/src/commands/ListCellsCommand.ts index a4dfd30c2be2..3077ec994660 100644 --- a/clients/client-route53-recovery-readiness/src/commands/ListCellsCommand.ts +++ b/clients/client-route53-recovery-readiness/src/commands/ListCellsCommand.ts @@ -102,9 +102,6 @@ export class ListCellsCommand extends $Command< ListCellsCommandOutput, Route53RecoveryReadinessClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -118,9 +115,7 @@ export class ListCellsCommand extends $Command< * @public */ constructor(readonly input: ListCellsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -171,7 +166,4 @@ export class ListCellsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListCellsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-route53-recovery-readiness/src/commands/ListCrossAccountAuthorizationsCommand.ts b/clients/client-route53-recovery-readiness/src/commands/ListCrossAccountAuthorizationsCommand.ts index 0740366dda43..62e454648e34 100644 --- a/clients/client-route53-recovery-readiness/src/commands/ListCrossAccountAuthorizationsCommand.ts +++ b/clients/client-route53-recovery-readiness/src/commands/ListCrossAccountAuthorizationsCommand.ts @@ -95,9 +95,6 @@ export class ListCrossAccountAuthorizationsCommand extends $Command< ListCrossAccountAuthorizationsCommandOutput, Route53RecoveryReadinessClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -111,9 +108,7 @@ export class ListCrossAccountAuthorizationsCommand extends $Command< * @public */ constructor(readonly input: ListCrossAccountAuthorizationsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -172,7 +167,4 @@ export class ListCrossAccountAuthorizationsCommand extends $Command< ): Promise { return de_ListCrossAccountAuthorizationsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-route53-recovery-readiness/src/commands/ListReadinessChecksCommand.ts b/clients/client-route53-recovery-readiness/src/commands/ListReadinessChecksCommand.ts index 3bb6eb590404..34ec0a54a6f1 100644 --- a/clients/client-route53-recovery-readiness/src/commands/ListReadinessChecksCommand.ts +++ b/clients/client-route53-recovery-readiness/src/commands/ListReadinessChecksCommand.ts @@ -97,9 +97,6 @@ export class ListReadinessChecksCommand extends $Command< ListReadinessChecksCommandOutput, Route53RecoveryReadinessClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -113,9 +110,7 @@ export class ListReadinessChecksCommand extends $Command< * @public */ constructor(readonly input: ListReadinessChecksCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -168,7 +163,4 @@ export class ListReadinessChecksCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListReadinessChecksCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-route53-recovery-readiness/src/commands/ListRecoveryGroupsCommand.ts b/clients/client-route53-recovery-readiness/src/commands/ListRecoveryGroupsCommand.ts index c92e09f82b33..ae4988a03593 100644 --- a/clients/client-route53-recovery-readiness/src/commands/ListRecoveryGroupsCommand.ts +++ b/clients/client-route53-recovery-readiness/src/commands/ListRecoveryGroupsCommand.ts @@ -99,9 +99,6 @@ export class ListRecoveryGroupsCommand extends $Command< ListRecoveryGroupsCommandOutput, Route53RecoveryReadinessClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -115,9 +112,7 @@ export class ListRecoveryGroupsCommand extends $Command< * @public */ constructor(readonly input: ListRecoveryGroupsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -170,7 +165,4 @@ export class ListRecoveryGroupsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListRecoveryGroupsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-route53-recovery-readiness/src/commands/ListResourceSetsCommand.ts b/clients/client-route53-recovery-readiness/src/commands/ListResourceSetsCommand.ts index 60dccfc73dae..f57432db555a 100644 --- a/clients/client-route53-recovery-readiness/src/commands/ListResourceSetsCommand.ts +++ b/clients/client-route53-recovery-readiness/src/commands/ListResourceSetsCommand.ts @@ -121,9 +121,6 @@ export class ListResourceSetsCommand extends $Command< ListResourceSetsCommandOutput, Route53RecoveryReadinessClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -137,9 +134,7 @@ export class ListResourceSetsCommand extends $Command< * @public */ constructor(readonly input: ListResourceSetsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -192,7 +187,4 @@ export class ListResourceSetsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListResourceSetsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-route53-recovery-readiness/src/commands/ListRulesCommand.ts b/clients/client-route53-recovery-readiness/src/commands/ListRulesCommand.ts index a0f995735012..a5b7a2f2807e 100644 --- a/clients/client-route53-recovery-readiness/src/commands/ListRulesCommand.ts +++ b/clients/client-route53-recovery-readiness/src/commands/ListRulesCommand.ts @@ -95,9 +95,6 @@ export class ListRulesCommand extends $Command< ListRulesCommandOutput, Route53RecoveryReadinessClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -111,9 +108,7 @@ export class ListRulesCommand extends $Command< * @public */ constructor(readonly input: ListRulesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -164,7 +159,4 @@ export class ListRulesCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListRulesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-route53-recovery-readiness/src/commands/ListTagsForResourcesCommand.ts b/clients/client-route53-recovery-readiness/src/commands/ListTagsForResourcesCommand.ts index c91e7a2bdeae..3b92269464a8 100644 --- a/clients/client-route53-recovery-readiness/src/commands/ListTagsForResourcesCommand.ts +++ b/clients/client-route53-recovery-readiness/src/commands/ListTagsForResourcesCommand.ts @@ -85,9 +85,6 @@ export class ListTagsForResourcesCommand extends $Command< ListTagsForResourcesCommandOutput, Route53RecoveryReadinessClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -101,9 +98,7 @@ export class ListTagsForResourcesCommand extends $Command< * @public */ constructor(readonly input: ListTagsForResourcesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -156,7 +151,4 @@ export class ListTagsForResourcesCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListTagsForResourcesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-route53-recovery-readiness/src/commands/TagResourceCommand.ts b/clients/client-route53-recovery-readiness/src/commands/TagResourceCommand.ts index c108c55c6116..fd13281885f4 100644 --- a/clients/client-route53-recovery-readiness/src/commands/TagResourceCommand.ts +++ b/clients/client-route53-recovery-readiness/src/commands/TagResourceCommand.ts @@ -84,9 +84,6 @@ export class TagResourceCommand extends $Command< TagResourceCommandOutput, Route53RecoveryReadinessClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -100,9 +97,7 @@ export class TagResourceCommand extends $Command< * @public */ constructor(readonly input: TagResourceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -153,7 +148,4 @@ export class TagResourceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_TagResourceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-route53-recovery-readiness/src/commands/UntagResourceCommand.ts b/clients/client-route53-recovery-readiness/src/commands/UntagResourceCommand.ts index 0a0db25bb472..9cab1b84a134 100644 --- a/clients/client-route53-recovery-readiness/src/commands/UntagResourceCommand.ts +++ b/clients/client-route53-recovery-readiness/src/commands/UntagResourceCommand.ts @@ -84,9 +84,6 @@ export class UntagResourceCommand extends $Command< UntagResourceCommandOutput, Route53RecoveryReadinessClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -100,9 +97,7 @@ export class UntagResourceCommand extends $Command< * @public */ constructor(readonly input: UntagResourceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -153,7 +148,4 @@ export class UntagResourceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UntagResourceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-route53-recovery-readiness/src/commands/UpdateCellCommand.ts b/clients/client-route53-recovery-readiness/src/commands/UpdateCellCommand.ts index 75fa417fa954..116f833d5ee4 100644 --- a/clients/client-route53-recovery-readiness/src/commands/UpdateCellCommand.ts +++ b/clients/client-route53-recovery-readiness/src/commands/UpdateCellCommand.ts @@ -102,9 +102,6 @@ export class UpdateCellCommand extends $Command< UpdateCellCommandOutput, Route53RecoveryReadinessClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -118,9 +115,7 @@ export class UpdateCellCommand extends $Command< * @public */ constructor(readonly input: UpdateCellCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -171,7 +166,4 @@ export class UpdateCellCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdateCellCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-route53-recovery-readiness/src/commands/UpdateReadinessCheckCommand.ts b/clients/client-route53-recovery-readiness/src/commands/UpdateReadinessCheckCommand.ts index 74bd0585326c..d9ed94968fb4 100644 --- a/clients/client-route53-recovery-readiness/src/commands/UpdateReadinessCheckCommand.ts +++ b/clients/client-route53-recovery-readiness/src/commands/UpdateReadinessCheckCommand.ts @@ -95,9 +95,6 @@ export class UpdateReadinessCheckCommand extends $Command< UpdateReadinessCheckCommandOutput, Route53RecoveryReadinessClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -111,9 +108,7 @@ export class UpdateReadinessCheckCommand extends $Command< * @public */ constructor(readonly input: UpdateReadinessCheckCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -166,7 +161,4 @@ export class UpdateReadinessCheckCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdateReadinessCheckCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-route53-recovery-readiness/src/commands/UpdateRecoveryGroupCommand.ts b/clients/client-route53-recovery-readiness/src/commands/UpdateRecoveryGroupCommand.ts index 6345ce4c1e97..0c20ecbe516f 100644 --- a/clients/client-route53-recovery-readiness/src/commands/UpdateRecoveryGroupCommand.ts +++ b/clients/client-route53-recovery-readiness/src/commands/UpdateRecoveryGroupCommand.ts @@ -99,9 +99,6 @@ export class UpdateRecoveryGroupCommand extends $Command< UpdateRecoveryGroupCommandOutput, Route53RecoveryReadinessClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -115,9 +112,7 @@ export class UpdateRecoveryGroupCommand extends $Command< * @public */ constructor(readonly input: UpdateRecoveryGroupCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -170,7 +165,4 @@ export class UpdateRecoveryGroupCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdateRecoveryGroupCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-route53-recovery-readiness/src/commands/UpdateResourceSetCommand.ts b/clients/client-route53-recovery-readiness/src/commands/UpdateResourceSetCommand.ts index 64bf7b1a8217..8d620cfde78f 100644 --- a/clients/client-route53-recovery-readiness/src/commands/UpdateResourceSetCommand.ts +++ b/clients/client-route53-recovery-readiness/src/commands/UpdateResourceSetCommand.ts @@ -143,9 +143,6 @@ export class UpdateResourceSetCommand extends $Command< UpdateResourceSetCommandOutput, Route53RecoveryReadinessClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -159,9 +156,7 @@ export class UpdateResourceSetCommand extends $Command< * @public */ constructor(readonly input: UpdateResourceSetCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -214,7 +209,4 @@ export class UpdateResourceSetCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdateResourceSetCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-route53resolver/package.json b/clients/client-route53resolver/package.json index 863edaae753f..2555ca2b5b9a 100644 --- a/clients/client-route53resolver/package.json +++ b/clients/client-route53resolver/package.json @@ -34,29 +34,29 @@ "@aws-sdk/util-endpoints": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@smithy/config-resolver": "^2.0.16", - "@smithy/fetch-http-handler": "^2.2.4", - "@smithy/hash-node": "^2.0.12", - "@smithy/invalid-dependency": "^2.0.12", - "@smithy/middleware-content-length": "^2.0.14", - "@smithy/middleware-endpoint": "^2.1.3", - "@smithy/middleware-retry": "^2.0.18", - "@smithy/middleware-serde": "^2.0.12", - "@smithy/middleware-stack": "^2.0.6", - "@smithy/node-config-provider": "^2.1.3", - "@smithy/node-http-handler": "^2.1.8", - "@smithy/protocol-http": "^3.0.8", - "@smithy/smithy-client": "^2.1.12", - "@smithy/types": "^2.4.0", - "@smithy/url-parser": "^2.0.12", - "@smithy/util-base64": "^2.0.0", + "@smithy/config-resolver": "^2.0.18", + "@smithy/fetch-http-handler": "^2.2.6", + "@smithy/hash-node": "^2.0.15", + "@smithy/invalid-dependency": "^2.0.13", + "@smithy/middleware-content-length": "^2.0.15", + "@smithy/middleware-endpoint": "^2.2.0", + "@smithy/middleware-retry": "^2.0.20", + "@smithy/middleware-serde": "^2.0.13", + "@smithy/middleware-stack": "^2.0.7", + "@smithy/node-config-provider": "^2.1.5", + "@smithy/node-http-handler": "^2.1.9", + "@smithy/protocol-http": "^3.0.9", + "@smithy/smithy-client": "^2.1.15", + "@smithy/types": "^2.5.0", + "@smithy/url-parser": "^2.0.13", + "@smithy/util-base64": "^2.0.1", "@smithy/util-body-length-browser": "^2.0.0", "@smithy/util-body-length-node": "^2.1.0", - "@smithy/util-defaults-mode-browser": "^2.0.16", - "@smithy/util-defaults-mode-node": "^2.0.21", - "@smithy/util-endpoints": "^1.0.2", - "@smithy/util-retry": "^2.0.5", - "@smithy/util-utf8": "^2.0.0", + "@smithy/util-defaults-mode-browser": "^2.0.19", + "@smithy/util-defaults-mode-node": "^2.0.25", + "@smithy/util-endpoints": "^1.0.4", + "@smithy/util-retry": "^2.0.6", + "@smithy/util-utf8": "^2.0.2", "tslib": "^2.5.0", "uuid": "^8.3.2" }, diff --git a/clients/client-route53resolver/src/commands/AssociateFirewallRuleGroupCommand.ts b/clients/client-route53resolver/src/commands/AssociateFirewallRuleGroupCommand.ts index 3c5e0675cf07..113ad4f93f8f 100644 --- a/clients/client-route53resolver/src/commands/AssociateFirewallRuleGroupCommand.ts +++ b/clients/client-route53resolver/src/commands/AssociateFirewallRuleGroupCommand.ts @@ -119,9 +119,6 @@ export class AssociateFirewallRuleGroupCommand extends $Command< AssociateFirewallRuleGroupCommandOutput, Route53ResolverClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -135,9 +132,7 @@ export class AssociateFirewallRuleGroupCommand extends $Command< * @public */ constructor(readonly input: AssociateFirewallRuleGroupCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -193,7 +188,4 @@ export class AssociateFirewallRuleGroupCommand extends $Command< ): Promise { return de_AssociateFirewallRuleGroupCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-route53resolver/src/commands/AssociateResolverEndpointIpAddressCommand.ts b/clients/client-route53resolver/src/commands/AssociateResolverEndpointIpAddressCommand.ts index c81419600b2a..ea8fc4447f5b 100644 --- a/clients/client-route53resolver/src/commands/AssociateResolverEndpointIpAddressCommand.ts +++ b/clients/client-route53resolver/src/commands/AssociateResolverEndpointIpAddressCommand.ts @@ -127,9 +127,6 @@ export class AssociateResolverEndpointIpAddressCommand extends $Command< AssociateResolverEndpointIpAddressCommandOutput, Route53ResolverClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -143,9 +140,7 @@ export class AssociateResolverEndpointIpAddressCommand extends $Command< * @public */ constructor(readonly input: AssociateResolverEndpointIpAddressCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -204,7 +199,4 @@ export class AssociateResolverEndpointIpAddressCommand extends $Command< ): Promise { return de_AssociateResolverEndpointIpAddressCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-route53resolver/src/commands/AssociateResolverQueryLogConfigCommand.ts b/clients/client-route53resolver/src/commands/AssociateResolverQueryLogConfigCommand.ts index 6197a668735a..fd1e7974d3e2 100644 --- a/clients/client-route53resolver/src/commands/AssociateResolverQueryLogConfigCommand.ts +++ b/clients/client-route53resolver/src/commands/AssociateResolverQueryLogConfigCommand.ts @@ -116,9 +116,6 @@ export class AssociateResolverQueryLogConfigCommand extends $Command< AssociateResolverQueryLogConfigCommandOutput, Route53ResolverClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -132,9 +129,7 @@ export class AssociateResolverQueryLogConfigCommand extends $Command< * @public */ constructor(readonly input: AssociateResolverQueryLogConfigCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -193,7 +188,4 @@ export class AssociateResolverQueryLogConfigCommand extends $Command< ): Promise { return de_AssociateResolverQueryLogConfigCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-route53resolver/src/commands/AssociateResolverRuleCommand.ts b/clients/client-route53resolver/src/commands/AssociateResolverRuleCommand.ts index 14b845d1ba9a..ce03c02ad3cf 100644 --- a/clients/client-route53resolver/src/commands/AssociateResolverRuleCommand.ts +++ b/clients/client-route53resolver/src/commands/AssociateResolverRuleCommand.ts @@ -106,9 +106,6 @@ export class AssociateResolverRuleCommand extends $Command< AssociateResolverRuleCommandOutput, Route53ResolverClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -122,9 +119,7 @@ export class AssociateResolverRuleCommand extends $Command< * @public */ constructor(readonly input: AssociateResolverRuleCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -177,7 +172,4 @@ export class AssociateResolverRuleCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_AssociateResolverRuleCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-route53resolver/src/commands/CreateFirewallDomainListCommand.ts b/clients/client-route53resolver/src/commands/CreateFirewallDomainListCommand.ts index 1480a33bc5ef..c5a49ec0600c 100644 --- a/clients/client-route53resolver/src/commands/CreateFirewallDomainListCommand.ts +++ b/clients/client-route53resolver/src/commands/CreateFirewallDomainListCommand.ts @@ -104,9 +104,6 @@ export class CreateFirewallDomainListCommand extends $Command< CreateFirewallDomainListCommandOutput, Route53ResolverClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -120,9 +117,7 @@ export class CreateFirewallDomainListCommand extends $Command< * @public */ constructor(readonly input: CreateFirewallDomainListCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -175,7 +170,4 @@ export class CreateFirewallDomainListCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateFirewallDomainListCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-route53resolver/src/commands/CreateFirewallRuleCommand.ts b/clients/client-route53resolver/src/commands/CreateFirewallRuleCommand.ts index f79bb8652669..282b18fe1b94 100644 --- a/clients/client-route53resolver/src/commands/CreateFirewallRuleCommand.ts +++ b/clients/client-route53resolver/src/commands/CreateFirewallRuleCommand.ts @@ -111,9 +111,6 @@ export class CreateFirewallRuleCommand extends $Command< CreateFirewallRuleCommandOutput, Route53ResolverClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -127,9 +124,7 @@ export class CreateFirewallRuleCommand extends $Command< * @public */ constructor(readonly input: CreateFirewallRuleCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -182,7 +177,4 @@ export class CreateFirewallRuleCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateFirewallRuleCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-route53resolver/src/commands/CreateFirewallRuleGroupCommand.ts b/clients/client-route53resolver/src/commands/CreateFirewallRuleGroupCommand.ts index 625bb5f6aeb8..716a312b2b63 100644 --- a/clients/client-route53resolver/src/commands/CreateFirewallRuleGroupCommand.ts +++ b/clients/client-route53resolver/src/commands/CreateFirewallRuleGroupCommand.ts @@ -106,9 +106,6 @@ export class CreateFirewallRuleGroupCommand extends $Command< CreateFirewallRuleGroupCommandOutput, Route53ResolverClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -122,9 +119,7 @@ export class CreateFirewallRuleGroupCommand extends $Command< * @public */ constructor(readonly input: CreateFirewallRuleGroupCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -177,7 +172,4 @@ export class CreateFirewallRuleGroupCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateFirewallRuleGroupCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-route53resolver/src/commands/CreateOutpostResolverCommand.ts b/clients/client-route53resolver/src/commands/CreateOutpostResolverCommand.ts index 762a1e146231..3b016437bb0f 100644 --- a/clients/client-route53resolver/src/commands/CreateOutpostResolverCommand.ts +++ b/clients/client-route53resolver/src/commands/CreateOutpostResolverCommand.ts @@ -111,9 +111,6 @@ export class CreateOutpostResolverCommand extends $Command< CreateOutpostResolverCommandOutput, Route53ResolverClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -127,9 +124,7 @@ export class CreateOutpostResolverCommand extends $Command< * @public */ constructor(readonly input: CreateOutpostResolverCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -182,7 +177,4 @@ export class CreateOutpostResolverCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateOutpostResolverCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-route53resolver/src/commands/CreateResolverEndpointCommand.ts b/clients/client-route53resolver/src/commands/CreateResolverEndpointCommand.ts index 4ab9d0fce02d..4a6305935554 100644 --- a/clients/client-route53resolver/src/commands/CreateResolverEndpointCommand.ts +++ b/clients/client-route53resolver/src/commands/CreateResolverEndpointCommand.ts @@ -140,9 +140,6 @@ export class CreateResolverEndpointCommand extends $Command< CreateResolverEndpointCommandOutput, Route53ResolverClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -156,9 +153,7 @@ export class CreateResolverEndpointCommand extends $Command< * @public */ constructor(readonly input: CreateResolverEndpointCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -211,7 +206,4 @@ export class CreateResolverEndpointCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateResolverEndpointCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-route53resolver/src/commands/CreateResolverQueryLogConfigCommand.ts b/clients/client-route53resolver/src/commands/CreateResolverQueryLogConfigCommand.ts index 9d5aa87c3210..4d6a683c2dd8 100644 --- a/clients/client-route53resolver/src/commands/CreateResolverQueryLogConfigCommand.ts +++ b/clients/client-route53resolver/src/commands/CreateResolverQueryLogConfigCommand.ts @@ -124,9 +124,6 @@ export class CreateResolverQueryLogConfigCommand extends $Command< CreateResolverQueryLogConfigCommandOutput, Route53ResolverClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -140,9 +137,7 @@ export class CreateResolverQueryLogConfigCommand extends $Command< * @public */ constructor(readonly input: CreateResolverQueryLogConfigCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -198,7 +193,4 @@ export class CreateResolverQueryLogConfigCommand extends $Command< ): Promise { return de_CreateResolverQueryLogConfigCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-route53resolver/src/commands/CreateResolverRuleCommand.ts b/clients/client-route53resolver/src/commands/CreateResolverRuleCommand.ts index e003e21da38b..19635de4e245 100644 --- a/clients/client-route53resolver/src/commands/CreateResolverRuleCommand.ts +++ b/clients/client-route53resolver/src/commands/CreateResolverRuleCommand.ts @@ -133,9 +133,6 @@ export class CreateResolverRuleCommand extends $Command< CreateResolverRuleCommandOutput, Route53ResolverClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -149,9 +146,7 @@ export class CreateResolverRuleCommand extends $Command< * @public */ constructor(readonly input: CreateResolverRuleCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -204,7 +199,4 @@ export class CreateResolverRuleCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateResolverRuleCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-route53resolver/src/commands/DeleteFirewallDomainListCommand.ts b/clients/client-route53resolver/src/commands/DeleteFirewallDomainListCommand.ts index 2bf2e3b84279..4a4198234ef6 100644 --- a/clients/client-route53resolver/src/commands/DeleteFirewallDomainListCommand.ts +++ b/clients/client-route53resolver/src/commands/DeleteFirewallDomainListCommand.ts @@ -98,9 +98,6 @@ export class DeleteFirewallDomainListCommand extends $Command< DeleteFirewallDomainListCommandOutput, Route53ResolverClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -114,9 +111,7 @@ export class DeleteFirewallDomainListCommand extends $Command< * @public */ constructor(readonly input: DeleteFirewallDomainListCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -169,7 +164,4 @@ export class DeleteFirewallDomainListCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteFirewallDomainListCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-route53resolver/src/commands/DeleteFirewallRuleCommand.ts b/clients/client-route53resolver/src/commands/DeleteFirewallRuleCommand.ts index 288e5f628fcc..e065c049bfea 100644 --- a/clients/client-route53resolver/src/commands/DeleteFirewallRuleCommand.ts +++ b/clients/client-route53resolver/src/commands/DeleteFirewallRuleCommand.ts @@ -96,9 +96,6 @@ export class DeleteFirewallRuleCommand extends $Command< DeleteFirewallRuleCommandOutput, Route53ResolverClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -112,9 +109,7 @@ export class DeleteFirewallRuleCommand extends $Command< * @public */ constructor(readonly input: DeleteFirewallRuleCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -167,7 +162,4 @@ export class DeleteFirewallRuleCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteFirewallRuleCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-route53resolver/src/commands/DeleteFirewallRuleGroupCommand.ts b/clients/client-route53resolver/src/commands/DeleteFirewallRuleGroupCommand.ts index 79b9d35bf788..c0399cdfcd86 100644 --- a/clients/client-route53resolver/src/commands/DeleteFirewallRuleGroupCommand.ts +++ b/clients/client-route53resolver/src/commands/DeleteFirewallRuleGroupCommand.ts @@ -103,9 +103,6 @@ export class DeleteFirewallRuleGroupCommand extends $Command< DeleteFirewallRuleGroupCommandOutput, Route53ResolverClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -119,9 +116,7 @@ export class DeleteFirewallRuleGroupCommand extends $Command< * @public */ constructor(readonly input: DeleteFirewallRuleGroupCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -174,7 +169,4 @@ export class DeleteFirewallRuleGroupCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteFirewallRuleGroupCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-route53resolver/src/commands/DeleteOutpostResolverCommand.ts b/clients/client-route53resolver/src/commands/DeleteOutpostResolverCommand.ts index 5c125d1ed92d..c921062e93cc 100644 --- a/clients/client-route53resolver/src/commands/DeleteOutpostResolverCommand.ts +++ b/clients/client-route53resolver/src/commands/DeleteOutpostResolverCommand.ts @@ -103,9 +103,6 @@ export class DeleteOutpostResolverCommand extends $Command< DeleteOutpostResolverCommandOutput, Route53ResolverClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -119,9 +116,7 @@ export class DeleteOutpostResolverCommand extends $Command< * @public */ constructor(readonly input: DeleteOutpostResolverCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -174,7 +169,4 @@ export class DeleteOutpostResolverCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteOutpostResolverCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-route53resolver/src/commands/DeleteResolverEndpointCommand.ts b/clients/client-route53resolver/src/commands/DeleteResolverEndpointCommand.ts index 39ef1a1b86cd..0cde587fae76 100644 --- a/clients/client-route53resolver/src/commands/DeleteResolverEndpointCommand.ts +++ b/clients/client-route53resolver/src/commands/DeleteResolverEndpointCommand.ts @@ -115,9 +115,6 @@ export class DeleteResolverEndpointCommand extends $Command< DeleteResolverEndpointCommandOutput, Route53ResolverClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -131,9 +128,7 @@ export class DeleteResolverEndpointCommand extends $Command< * @public */ constructor(readonly input: DeleteResolverEndpointCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -186,7 +181,4 @@ export class DeleteResolverEndpointCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteResolverEndpointCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-route53resolver/src/commands/DeleteResolverQueryLogConfigCommand.ts b/clients/client-route53resolver/src/commands/DeleteResolverQueryLogConfigCommand.ts index 7d707a0d00aa..637e0287eca7 100644 --- a/clients/client-route53resolver/src/commands/DeleteResolverQueryLogConfigCommand.ts +++ b/clients/client-route53resolver/src/commands/DeleteResolverQueryLogConfigCommand.ts @@ -112,9 +112,6 @@ export class DeleteResolverQueryLogConfigCommand extends $Command< DeleteResolverQueryLogConfigCommandOutput, Route53ResolverClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -128,9 +125,7 @@ export class DeleteResolverQueryLogConfigCommand extends $Command< * @public */ constructor(readonly input: DeleteResolverQueryLogConfigCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -186,7 +181,4 @@ export class DeleteResolverQueryLogConfigCommand extends $Command< ): Promise { return de_DeleteResolverQueryLogConfigCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-route53resolver/src/commands/DeleteResolverRuleCommand.ts b/clients/client-route53resolver/src/commands/DeleteResolverRuleCommand.ts index 870d87e80ba5..761c318e41af 100644 --- a/clients/client-route53resolver/src/commands/DeleteResolverRuleCommand.ts +++ b/clients/client-route53resolver/src/commands/DeleteResolverRuleCommand.ts @@ -108,9 +108,6 @@ export class DeleteResolverRuleCommand extends $Command< DeleteResolverRuleCommandOutput, Route53ResolverClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -124,9 +121,7 @@ export class DeleteResolverRuleCommand extends $Command< * @public */ constructor(readonly input: DeleteResolverRuleCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -179,7 +174,4 @@ export class DeleteResolverRuleCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteResolverRuleCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-route53resolver/src/commands/DisassociateFirewallRuleGroupCommand.ts b/clients/client-route53resolver/src/commands/DisassociateFirewallRuleGroupCommand.ts index 6195bb6c842a..47cc5dcb49e5 100644 --- a/clients/client-route53resolver/src/commands/DisassociateFirewallRuleGroupCommand.ts +++ b/clients/client-route53resolver/src/commands/DisassociateFirewallRuleGroupCommand.ts @@ -110,9 +110,6 @@ export class DisassociateFirewallRuleGroupCommand extends $Command< DisassociateFirewallRuleGroupCommandOutput, Route53ResolverClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -126,9 +123,7 @@ export class DisassociateFirewallRuleGroupCommand extends $Command< * @public */ constructor(readonly input: DisassociateFirewallRuleGroupCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -184,7 +179,4 @@ export class DisassociateFirewallRuleGroupCommand extends $Command< ): Promise { return de_DisassociateFirewallRuleGroupCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-route53resolver/src/commands/DisassociateResolverEndpointIpAddressCommand.ts b/clients/client-route53resolver/src/commands/DisassociateResolverEndpointIpAddressCommand.ts index 5c72d28f3b20..05f8080d6eca 100644 --- a/clients/client-route53resolver/src/commands/DisassociateResolverEndpointIpAddressCommand.ts +++ b/clients/client-route53resolver/src/commands/DisassociateResolverEndpointIpAddressCommand.ts @@ -125,9 +125,6 @@ export class DisassociateResolverEndpointIpAddressCommand extends $Command< DisassociateResolverEndpointIpAddressCommandOutput, Route53ResolverClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -141,9 +138,7 @@ export class DisassociateResolverEndpointIpAddressCommand extends $Command< * @public */ constructor(readonly input: DisassociateResolverEndpointIpAddressCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -202,7 +197,4 @@ export class DisassociateResolverEndpointIpAddressCommand extends $Command< ): Promise { return de_DisassociateResolverEndpointIpAddressCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-route53resolver/src/commands/DisassociateResolverQueryLogConfigCommand.ts b/clients/client-route53resolver/src/commands/DisassociateResolverQueryLogConfigCommand.ts index 8cb0fe0cbf9c..a824bf58ea7d 100644 --- a/clients/client-route53resolver/src/commands/DisassociateResolverQueryLogConfigCommand.ts +++ b/clients/client-route53resolver/src/commands/DisassociateResolverQueryLogConfigCommand.ts @@ -119,9 +119,6 @@ export class DisassociateResolverQueryLogConfigCommand extends $Command< DisassociateResolverQueryLogConfigCommandOutput, Route53ResolverClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -135,9 +132,7 @@ export class DisassociateResolverQueryLogConfigCommand extends $Command< * @public */ constructor(readonly input: DisassociateResolverQueryLogConfigCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -196,7 +191,4 @@ export class DisassociateResolverQueryLogConfigCommand extends $Command< ): Promise { return de_DisassociateResolverQueryLogConfigCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-route53resolver/src/commands/DisassociateResolverRuleCommand.ts b/clients/client-route53resolver/src/commands/DisassociateResolverRuleCommand.ts index 1dec5d88ddbf..bd891366b89b 100644 --- a/clients/client-route53resolver/src/commands/DisassociateResolverRuleCommand.ts +++ b/clients/client-route53resolver/src/commands/DisassociateResolverRuleCommand.ts @@ -94,9 +94,6 @@ export class DisassociateResolverRuleCommand extends $Command< DisassociateResolverRuleCommandOutput, Route53ResolverClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -110,9 +107,7 @@ export class DisassociateResolverRuleCommand extends $Command< * @public */ constructor(readonly input: DisassociateResolverRuleCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -165,7 +160,4 @@ export class DisassociateResolverRuleCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DisassociateResolverRuleCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-route53resolver/src/commands/GetFirewallConfigCommand.ts b/clients/client-route53resolver/src/commands/GetFirewallConfigCommand.ts index 4ad62057ed1e..2eaa172157f9 100644 --- a/clients/client-route53resolver/src/commands/GetFirewallConfigCommand.ts +++ b/clients/client-route53resolver/src/commands/GetFirewallConfigCommand.ts @@ -92,9 +92,6 @@ export class GetFirewallConfigCommand extends $Command< GetFirewallConfigCommandOutput, Route53ResolverClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -108,9 +105,7 @@ export class GetFirewallConfigCommand extends $Command< * @public */ constructor(readonly input: GetFirewallConfigCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -163,7 +158,4 @@ export class GetFirewallConfigCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetFirewallConfigCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-route53resolver/src/commands/GetFirewallDomainListCommand.ts b/clients/client-route53resolver/src/commands/GetFirewallDomainListCommand.ts index abeb08ee13ea..e167a0b48c21 100644 --- a/clients/client-route53resolver/src/commands/GetFirewallDomainListCommand.ts +++ b/clients/client-route53resolver/src/commands/GetFirewallDomainListCommand.ts @@ -93,9 +93,6 @@ export class GetFirewallDomainListCommand extends $Command< GetFirewallDomainListCommandOutput, Route53ResolverClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -109,9 +106,7 @@ export class GetFirewallDomainListCommand extends $Command< * @public */ constructor(readonly input: GetFirewallDomainListCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -164,7 +159,4 @@ export class GetFirewallDomainListCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetFirewallDomainListCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-route53resolver/src/commands/GetFirewallRuleGroupAssociationCommand.ts b/clients/client-route53resolver/src/commands/GetFirewallRuleGroupAssociationCommand.ts index a9f9756ab53c..60a53fc6806d 100644 --- a/clients/client-route53resolver/src/commands/GetFirewallRuleGroupAssociationCommand.ts +++ b/clients/client-route53resolver/src/commands/GetFirewallRuleGroupAssociationCommand.ts @@ -101,9 +101,6 @@ export class GetFirewallRuleGroupAssociationCommand extends $Command< GetFirewallRuleGroupAssociationCommandOutput, Route53ResolverClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -117,9 +114,7 @@ export class GetFirewallRuleGroupAssociationCommand extends $Command< * @public */ constructor(readonly input: GetFirewallRuleGroupAssociationCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -178,7 +173,4 @@ export class GetFirewallRuleGroupAssociationCommand extends $Command< ): Promise { return de_GetFirewallRuleGroupAssociationCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-route53resolver/src/commands/GetFirewallRuleGroupCommand.ts b/clients/client-route53resolver/src/commands/GetFirewallRuleGroupCommand.ts index d32479aae08c..b8420ee64660 100644 --- a/clients/client-route53resolver/src/commands/GetFirewallRuleGroupCommand.ts +++ b/clients/client-route53resolver/src/commands/GetFirewallRuleGroupCommand.ts @@ -94,9 +94,6 @@ export class GetFirewallRuleGroupCommand extends $Command< GetFirewallRuleGroupCommandOutput, Route53ResolverClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -110,9 +107,7 @@ export class GetFirewallRuleGroupCommand extends $Command< * @public */ constructor(readonly input: GetFirewallRuleGroupCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -165,7 +160,4 @@ export class GetFirewallRuleGroupCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetFirewallRuleGroupCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-route53resolver/src/commands/GetFirewallRuleGroupPolicyCommand.ts b/clients/client-route53resolver/src/commands/GetFirewallRuleGroupPolicyCommand.ts index 2dfa9bcc639b..07c75bbd4d8e 100644 --- a/clients/client-route53resolver/src/commands/GetFirewallRuleGroupPolicyCommand.ts +++ b/clients/client-route53resolver/src/commands/GetFirewallRuleGroupPolicyCommand.ts @@ -87,9 +87,6 @@ export class GetFirewallRuleGroupPolicyCommand extends $Command< GetFirewallRuleGroupPolicyCommandOutput, Route53ResolverClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -103,9 +100,7 @@ export class GetFirewallRuleGroupPolicyCommand extends $Command< * @public */ constructor(readonly input: GetFirewallRuleGroupPolicyCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -161,7 +156,4 @@ export class GetFirewallRuleGroupPolicyCommand extends $Command< ): Promise { return de_GetFirewallRuleGroupPolicyCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-route53resolver/src/commands/GetOutpostResolverCommand.ts b/clients/client-route53resolver/src/commands/GetOutpostResolverCommand.ts index 921b905de388..6be49e1d4fe2 100644 --- a/clients/client-route53resolver/src/commands/GetOutpostResolverCommand.ts +++ b/clients/client-route53resolver/src/commands/GetOutpostResolverCommand.ts @@ -99,9 +99,6 @@ export class GetOutpostResolverCommand extends $Command< GetOutpostResolverCommandOutput, Route53ResolverClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -115,9 +112,7 @@ export class GetOutpostResolverCommand extends $Command< * @public */ constructor(readonly input: GetOutpostResolverCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -170,7 +165,4 @@ export class GetOutpostResolverCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetOutpostResolverCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-route53resolver/src/commands/GetResolverConfigCommand.ts b/clients/client-route53resolver/src/commands/GetResolverConfigCommand.ts index 6b82a04fee92..d261b6eafe03 100644 --- a/clients/client-route53resolver/src/commands/GetResolverConfigCommand.ts +++ b/clients/client-route53resolver/src/commands/GetResolverConfigCommand.ts @@ -95,9 +95,6 @@ export class GetResolverConfigCommand extends $Command< GetResolverConfigCommandOutput, Route53ResolverClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -111,9 +108,7 @@ export class GetResolverConfigCommand extends $Command< * @public */ constructor(readonly input: GetResolverConfigCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -166,7 +161,4 @@ export class GetResolverConfigCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetResolverConfigCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-route53resolver/src/commands/GetResolverDnssecConfigCommand.ts b/clients/client-route53resolver/src/commands/GetResolverDnssecConfigCommand.ts index 643531af9f7d..5d3d0cd4e434 100644 --- a/clients/client-route53resolver/src/commands/GetResolverDnssecConfigCommand.ts +++ b/clients/client-route53resolver/src/commands/GetResolverDnssecConfigCommand.ts @@ -93,9 +93,6 @@ export class GetResolverDnssecConfigCommand extends $Command< GetResolverDnssecConfigCommandOutput, Route53ResolverClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -109,9 +106,7 @@ export class GetResolverDnssecConfigCommand extends $Command< * @public */ constructor(readonly input: GetResolverDnssecConfigCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -164,7 +159,4 @@ export class GetResolverDnssecConfigCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetResolverDnssecConfigCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-route53resolver/src/commands/GetResolverEndpointCommand.ts b/clients/client-route53resolver/src/commands/GetResolverEndpointCommand.ts index 55b6fee07ac1..037a833ba96b 100644 --- a/clients/client-route53resolver/src/commands/GetResolverEndpointCommand.ts +++ b/clients/client-route53resolver/src/commands/GetResolverEndpointCommand.ts @@ -101,9 +101,6 @@ export class GetResolverEndpointCommand extends $Command< GetResolverEndpointCommandOutput, Route53ResolverClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -117,9 +114,7 @@ export class GetResolverEndpointCommand extends $Command< * @public */ constructor(readonly input: GetResolverEndpointCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -172,7 +167,4 @@ export class GetResolverEndpointCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetResolverEndpointCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-route53resolver/src/commands/GetResolverQueryLogConfigAssociationCommand.ts b/clients/client-route53resolver/src/commands/GetResolverQueryLogConfigAssociationCommand.ts index e1c48a2806ee..137ed001c6f4 100644 --- a/clients/client-route53resolver/src/commands/GetResolverQueryLogConfigAssociationCommand.ts +++ b/clients/client-route53resolver/src/commands/GetResolverQueryLogConfigAssociationCommand.ts @@ -105,9 +105,6 @@ export class GetResolverQueryLogConfigAssociationCommand extends $Command< GetResolverQueryLogConfigAssociationCommandOutput, Route53ResolverClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -121,9 +118,7 @@ export class GetResolverQueryLogConfigAssociationCommand extends $Command< * @public */ constructor(readonly input: GetResolverQueryLogConfigAssociationCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -182,7 +177,4 @@ export class GetResolverQueryLogConfigAssociationCommand extends $Command< ): Promise { return de_GetResolverQueryLogConfigAssociationCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-route53resolver/src/commands/GetResolverQueryLogConfigCommand.ts b/clients/client-route53resolver/src/commands/GetResolverQueryLogConfigCommand.ts index 928fa8a0892d..3aec0dc697b9 100644 --- a/clients/client-route53resolver/src/commands/GetResolverQueryLogConfigCommand.ts +++ b/clients/client-route53resolver/src/commands/GetResolverQueryLogConfigCommand.ts @@ -100,9 +100,6 @@ export class GetResolverQueryLogConfigCommand extends $Command< GetResolverQueryLogConfigCommandOutput, Route53ResolverClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -116,9 +113,7 @@ export class GetResolverQueryLogConfigCommand extends $Command< * @public */ constructor(readonly input: GetResolverQueryLogConfigCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -174,7 +169,4 @@ export class GetResolverQueryLogConfigCommand extends $Command< ): Promise { return de_GetResolverQueryLogConfigCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-route53resolver/src/commands/GetResolverQueryLogConfigPolicyCommand.ts b/clients/client-route53resolver/src/commands/GetResolverQueryLogConfigPolicyCommand.ts index 65f32a54c75a..55be20235b90 100644 --- a/clients/client-route53resolver/src/commands/GetResolverQueryLogConfigPolicyCommand.ts +++ b/clients/client-route53resolver/src/commands/GetResolverQueryLogConfigPolicyCommand.ts @@ -91,9 +91,6 @@ export class GetResolverQueryLogConfigPolicyCommand extends $Command< GetResolverQueryLogConfigPolicyCommandOutput, Route53ResolverClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -107,9 +104,7 @@ export class GetResolverQueryLogConfigPolicyCommand extends $Command< * @public */ constructor(readonly input: GetResolverQueryLogConfigPolicyCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -168,7 +163,4 @@ export class GetResolverQueryLogConfigPolicyCommand extends $Command< ): Promise { return de_GetResolverQueryLogConfigPolicyCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-route53resolver/src/commands/GetResolverRuleAssociationCommand.ts b/clients/client-route53resolver/src/commands/GetResolverRuleAssociationCommand.ts index 412832577b91..2963cfb69d71 100644 --- a/clients/client-route53resolver/src/commands/GetResolverRuleAssociationCommand.ts +++ b/clients/client-route53resolver/src/commands/GetResolverRuleAssociationCommand.ts @@ -90,9 +90,6 @@ export class GetResolverRuleAssociationCommand extends $Command< GetResolverRuleAssociationCommandOutput, Route53ResolverClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -106,9 +103,7 @@ export class GetResolverRuleAssociationCommand extends $Command< * @public */ constructor(readonly input: GetResolverRuleAssociationCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -164,7 +159,4 @@ export class GetResolverRuleAssociationCommand extends $Command< ): Promise { return de_GetResolverRuleAssociationCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-route53resolver/src/commands/GetResolverRuleCommand.ts b/clients/client-route53resolver/src/commands/GetResolverRuleCommand.ts index 1b781815c0d9..c0a550a4a127 100644 --- a/clients/client-route53resolver/src/commands/GetResolverRuleCommand.ts +++ b/clients/client-route53resolver/src/commands/GetResolverRuleCommand.ts @@ -104,9 +104,6 @@ export class GetResolverRuleCommand extends $Command< GetResolverRuleCommandOutput, Route53ResolverClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -120,9 +117,7 @@ export class GetResolverRuleCommand extends $Command< * @public */ constructor(readonly input: GetResolverRuleCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -175,7 +170,4 @@ export class GetResolverRuleCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetResolverRuleCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-route53resolver/src/commands/GetResolverRulePolicyCommand.ts b/clients/client-route53resolver/src/commands/GetResolverRulePolicyCommand.ts index 6c6588d0c714..155c4db453c3 100644 --- a/clients/client-route53resolver/src/commands/GetResolverRulePolicyCommand.ts +++ b/clients/client-route53resolver/src/commands/GetResolverRulePolicyCommand.ts @@ -83,9 +83,6 @@ export class GetResolverRulePolicyCommand extends $Command< GetResolverRulePolicyCommandOutput, Route53ResolverClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -99,9 +96,7 @@ export class GetResolverRulePolicyCommand extends $Command< * @public */ constructor(readonly input: GetResolverRulePolicyCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -154,7 +149,4 @@ export class GetResolverRulePolicyCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetResolverRulePolicyCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-route53resolver/src/commands/ImportFirewallDomainsCommand.ts b/clients/client-route53resolver/src/commands/ImportFirewallDomainsCommand.ts index e2a836bdf7d3..43b78cfef948 100644 --- a/clients/client-route53resolver/src/commands/ImportFirewallDomainsCommand.ts +++ b/clients/client-route53resolver/src/commands/ImportFirewallDomainsCommand.ts @@ -114,9 +114,6 @@ export class ImportFirewallDomainsCommand extends $Command< ImportFirewallDomainsCommandOutput, Route53ResolverClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -130,9 +127,7 @@ export class ImportFirewallDomainsCommand extends $Command< * @public */ constructor(readonly input: ImportFirewallDomainsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -185,7 +180,4 @@ export class ImportFirewallDomainsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ImportFirewallDomainsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-route53resolver/src/commands/ListFirewallConfigsCommand.ts b/clients/client-route53resolver/src/commands/ListFirewallConfigsCommand.ts index c74cf18692a6..f0ec638d9e78 100644 --- a/clients/client-route53resolver/src/commands/ListFirewallConfigsCommand.ts +++ b/clients/client-route53resolver/src/commands/ListFirewallConfigsCommand.ts @@ -93,9 +93,6 @@ export class ListFirewallConfigsCommand extends $Command< ListFirewallConfigsCommandOutput, Route53ResolverClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -109,9 +106,7 @@ export class ListFirewallConfigsCommand extends $Command< * @public */ constructor(readonly input: ListFirewallConfigsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -164,7 +159,4 @@ export class ListFirewallConfigsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListFirewallConfigsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-route53resolver/src/commands/ListFirewallDomainListsCommand.ts b/clients/client-route53resolver/src/commands/ListFirewallDomainListsCommand.ts index 209a9b8e4057..dfda26b11432 100644 --- a/clients/client-route53resolver/src/commands/ListFirewallDomainListsCommand.ts +++ b/clients/client-route53resolver/src/commands/ListFirewallDomainListsCommand.ts @@ -94,9 +94,6 @@ export class ListFirewallDomainListsCommand extends $Command< ListFirewallDomainListsCommandOutput, Route53ResolverClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -110,9 +107,7 @@ export class ListFirewallDomainListsCommand extends $Command< * @public */ constructor(readonly input: ListFirewallDomainListsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -165,7 +160,4 @@ export class ListFirewallDomainListsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListFirewallDomainListsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-route53resolver/src/commands/ListFirewallDomainsCommand.ts b/clients/client-route53resolver/src/commands/ListFirewallDomainsCommand.ts index c5e5e621523c..0cca07e0d181 100644 --- a/clients/client-route53resolver/src/commands/ListFirewallDomainsCommand.ts +++ b/clients/client-route53resolver/src/commands/ListFirewallDomainsCommand.ts @@ -92,9 +92,6 @@ export class ListFirewallDomainsCommand extends $Command< ListFirewallDomainsCommandOutput, Route53ResolverClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -108,9 +105,7 @@ export class ListFirewallDomainsCommand extends $Command< * @public */ constructor(readonly input: ListFirewallDomainsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -163,7 +158,4 @@ export class ListFirewallDomainsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListFirewallDomainsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-route53resolver/src/commands/ListFirewallRuleGroupAssociationsCommand.ts b/clients/client-route53resolver/src/commands/ListFirewallRuleGroupAssociationsCommand.ts index 1dde0cd65682..21fd9aa6e9d6 100644 --- a/clients/client-route53resolver/src/commands/ListFirewallRuleGroupAssociationsCommand.ts +++ b/clients/client-route53resolver/src/commands/ListFirewallRuleGroupAssociationsCommand.ts @@ -114,9 +114,6 @@ export class ListFirewallRuleGroupAssociationsCommand extends $Command< ListFirewallRuleGroupAssociationsCommandOutput, Route53ResolverClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -130,9 +127,7 @@ export class ListFirewallRuleGroupAssociationsCommand extends $Command< * @public */ constructor(readonly input: ListFirewallRuleGroupAssociationsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -191,7 +186,4 @@ export class ListFirewallRuleGroupAssociationsCommand extends $Command< ): Promise { return de_ListFirewallRuleGroupAssociationsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-route53resolver/src/commands/ListFirewallRuleGroupsCommand.ts b/clients/client-route53resolver/src/commands/ListFirewallRuleGroupsCommand.ts index b2a51c18d08b..9caa69d4be44 100644 --- a/clients/client-route53resolver/src/commands/ListFirewallRuleGroupsCommand.ts +++ b/clients/client-route53resolver/src/commands/ListFirewallRuleGroupsCommand.ts @@ -95,9 +95,6 @@ export class ListFirewallRuleGroupsCommand extends $Command< ListFirewallRuleGroupsCommandOutput, Route53ResolverClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -111,9 +108,7 @@ export class ListFirewallRuleGroupsCommand extends $Command< * @public */ constructor(readonly input: ListFirewallRuleGroupsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -166,7 +161,4 @@ export class ListFirewallRuleGroupsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListFirewallRuleGroupsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-route53resolver/src/commands/ListFirewallRulesCommand.ts b/clients/client-route53resolver/src/commands/ListFirewallRulesCommand.ts index 05ff78bf284e..2451c9b4237e 100644 --- a/clients/client-route53resolver/src/commands/ListFirewallRulesCommand.ts +++ b/clients/client-route53resolver/src/commands/ListFirewallRulesCommand.ts @@ -107,9 +107,6 @@ export class ListFirewallRulesCommand extends $Command< ListFirewallRulesCommandOutput, Route53ResolverClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -123,9 +120,7 @@ export class ListFirewallRulesCommand extends $Command< * @public */ constructor(readonly input: ListFirewallRulesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -178,7 +173,4 @@ export class ListFirewallRulesCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListFirewallRulesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-route53resolver/src/commands/ListOutpostResolversCommand.ts b/clients/client-route53resolver/src/commands/ListOutpostResolversCommand.ts index 8154158e5b93..a5855e040273 100644 --- a/clients/client-route53resolver/src/commands/ListOutpostResolversCommand.ts +++ b/clients/client-route53resolver/src/commands/ListOutpostResolversCommand.ts @@ -103,9 +103,6 @@ export class ListOutpostResolversCommand extends $Command< ListOutpostResolversCommandOutput, Route53ResolverClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -119,9 +116,7 @@ export class ListOutpostResolversCommand extends $Command< * @public */ constructor(readonly input: ListOutpostResolversCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -174,7 +169,4 @@ export class ListOutpostResolversCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListOutpostResolversCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-route53resolver/src/commands/ListResolverConfigsCommand.ts b/clients/client-route53resolver/src/commands/ListResolverConfigsCommand.ts index 7aa6f8648bce..9744297d1323 100644 --- a/clients/client-route53resolver/src/commands/ListResolverConfigsCommand.ts +++ b/clients/client-route53resolver/src/commands/ListResolverConfigsCommand.ts @@ -102,9 +102,6 @@ export class ListResolverConfigsCommand extends $Command< ListResolverConfigsCommandOutput, Route53ResolverClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -118,9 +115,7 @@ export class ListResolverConfigsCommand extends $Command< * @public */ constructor(readonly input: ListResolverConfigsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -173,7 +168,4 @@ export class ListResolverConfigsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListResolverConfigsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-route53resolver/src/commands/ListResolverDnssecConfigsCommand.ts b/clients/client-route53resolver/src/commands/ListResolverDnssecConfigsCommand.ts index 3e43ea5f9902..68e328212a51 100644 --- a/clients/client-route53resolver/src/commands/ListResolverDnssecConfigsCommand.ts +++ b/clients/client-route53resolver/src/commands/ListResolverDnssecConfigsCommand.ts @@ -105,9 +105,6 @@ export class ListResolverDnssecConfigsCommand extends $Command< ListResolverDnssecConfigsCommandOutput, Route53ResolverClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -121,9 +118,7 @@ export class ListResolverDnssecConfigsCommand extends $Command< * @public */ constructor(readonly input: ListResolverDnssecConfigsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -179,7 +174,4 @@ export class ListResolverDnssecConfigsCommand extends $Command< ): Promise { return de_ListResolverDnssecConfigsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-route53resolver/src/commands/ListResolverEndpointIpAddressesCommand.ts b/clients/client-route53resolver/src/commands/ListResolverEndpointIpAddressesCommand.ts index 3c8ab169a605..fa43fb709872 100644 --- a/clients/client-route53resolver/src/commands/ListResolverEndpointIpAddressesCommand.ts +++ b/clients/client-route53resolver/src/commands/ListResolverEndpointIpAddressesCommand.ts @@ -105,9 +105,6 @@ export class ListResolverEndpointIpAddressesCommand extends $Command< ListResolverEndpointIpAddressesCommandOutput, Route53ResolverClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -121,9 +118,7 @@ export class ListResolverEndpointIpAddressesCommand extends $Command< * @public */ constructor(readonly input: ListResolverEndpointIpAddressesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -182,7 +177,4 @@ export class ListResolverEndpointIpAddressesCommand extends $Command< ): Promise { return de_ListResolverEndpointIpAddressesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-route53resolver/src/commands/ListResolverEndpointsCommand.ts b/clients/client-route53resolver/src/commands/ListResolverEndpointsCommand.ts index ed987a22eb34..d9da9d8a5b28 100644 --- a/clients/client-route53resolver/src/commands/ListResolverEndpointsCommand.ts +++ b/clients/client-route53resolver/src/commands/ListResolverEndpointsCommand.ts @@ -116,9 +116,6 @@ export class ListResolverEndpointsCommand extends $Command< ListResolverEndpointsCommandOutput, Route53ResolverClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -132,9 +129,7 @@ export class ListResolverEndpointsCommand extends $Command< * @public */ constructor(readonly input: ListResolverEndpointsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -187,7 +182,4 @@ export class ListResolverEndpointsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListResolverEndpointsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-route53resolver/src/commands/ListResolverQueryLogConfigAssociationsCommand.ts b/clients/client-route53resolver/src/commands/ListResolverQueryLogConfigAssociationsCommand.ts index ef57b7fa8317..22ed4eb74f4f 100644 --- a/clients/client-route53resolver/src/commands/ListResolverQueryLogConfigAssociationsCommand.ts +++ b/clients/client-route53resolver/src/commands/ListResolverQueryLogConfigAssociationsCommand.ts @@ -121,9 +121,6 @@ export class ListResolverQueryLogConfigAssociationsCommand extends $Command< ListResolverQueryLogConfigAssociationsCommandOutput, Route53ResolverClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -137,9 +134,7 @@ export class ListResolverQueryLogConfigAssociationsCommand extends $Command< * @public */ constructor(readonly input: ListResolverQueryLogConfigAssociationsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -198,7 +193,4 @@ export class ListResolverQueryLogConfigAssociationsCommand extends $Command< ): Promise { return de_ListResolverQueryLogConfigAssociationsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-route53resolver/src/commands/ListResolverQueryLogConfigsCommand.ts b/clients/client-route53resolver/src/commands/ListResolverQueryLogConfigsCommand.ts index 432ab7d7472d..45b6a01b951a 100644 --- a/clients/client-route53resolver/src/commands/ListResolverQueryLogConfigsCommand.ts +++ b/clients/client-route53resolver/src/commands/ListResolverQueryLogConfigsCommand.ts @@ -118,9 +118,6 @@ export class ListResolverQueryLogConfigsCommand extends $Command< ListResolverQueryLogConfigsCommandOutput, Route53ResolverClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -134,9 +131,7 @@ export class ListResolverQueryLogConfigsCommand extends $Command< * @public */ constructor(readonly input: ListResolverQueryLogConfigsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -192,7 +187,4 @@ export class ListResolverQueryLogConfigsCommand extends $Command< ): Promise { return de_ListResolverQueryLogConfigsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-route53resolver/src/commands/ListResolverRuleAssociationsCommand.ts b/clients/client-route53resolver/src/commands/ListResolverRuleAssociationsCommand.ts index 6018148a12c8..92224e0daf53 100644 --- a/clients/client-route53resolver/src/commands/ListResolverRuleAssociationsCommand.ts +++ b/clients/client-route53resolver/src/commands/ListResolverRuleAssociationsCommand.ts @@ -110,9 +110,6 @@ export class ListResolverRuleAssociationsCommand extends $Command< ListResolverRuleAssociationsCommandOutput, Route53ResolverClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -126,9 +123,7 @@ export class ListResolverRuleAssociationsCommand extends $Command< * @public */ constructor(readonly input: ListResolverRuleAssociationsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -184,7 +179,4 @@ export class ListResolverRuleAssociationsCommand extends $Command< ): Promise { return de_ListResolverRuleAssociationsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-route53resolver/src/commands/ListResolverRulesCommand.ts b/clients/client-route53resolver/src/commands/ListResolverRulesCommand.ts index 46cdfca37541..b47a76a39a24 100644 --- a/clients/client-route53resolver/src/commands/ListResolverRulesCommand.ts +++ b/clients/client-route53resolver/src/commands/ListResolverRulesCommand.ts @@ -119,9 +119,6 @@ export class ListResolverRulesCommand extends $Command< ListResolverRulesCommandOutput, Route53ResolverClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -135,9 +132,7 @@ export class ListResolverRulesCommand extends $Command< * @public */ constructor(readonly input: ListResolverRulesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -190,7 +185,4 @@ export class ListResolverRulesCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListResolverRulesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-route53resolver/src/commands/ListTagsForResourceCommand.ts b/clients/client-route53resolver/src/commands/ListTagsForResourceCommand.ts index 1e76f14beec9..0c2acc18565d 100644 --- a/clients/client-route53resolver/src/commands/ListTagsForResourceCommand.ts +++ b/clients/client-route53resolver/src/commands/ListTagsForResourceCommand.ts @@ -96,9 +96,6 @@ export class ListTagsForResourceCommand extends $Command< ListTagsForResourceCommandOutput, Route53ResolverClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -112,9 +109,7 @@ export class ListTagsForResourceCommand extends $Command< * @public */ constructor(readonly input: ListTagsForResourceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -167,7 +162,4 @@ export class ListTagsForResourceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListTagsForResourceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-route53resolver/src/commands/PutFirewallRuleGroupPolicyCommand.ts b/clients/client-route53resolver/src/commands/PutFirewallRuleGroupPolicyCommand.ts index 87171547e743..21fe4e7340e2 100644 --- a/clients/client-route53resolver/src/commands/PutFirewallRuleGroupPolicyCommand.ts +++ b/clients/client-route53resolver/src/commands/PutFirewallRuleGroupPolicyCommand.ts @@ -89,9 +89,6 @@ export class PutFirewallRuleGroupPolicyCommand extends $Command< PutFirewallRuleGroupPolicyCommandOutput, Route53ResolverClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -105,9 +102,7 @@ export class PutFirewallRuleGroupPolicyCommand extends $Command< * @public */ constructor(readonly input: PutFirewallRuleGroupPolicyCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -163,7 +158,4 @@ export class PutFirewallRuleGroupPolicyCommand extends $Command< ): Promise { return de_PutFirewallRuleGroupPolicyCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-route53resolver/src/commands/PutResolverQueryLogConfigPolicyCommand.ts b/clients/client-route53resolver/src/commands/PutResolverQueryLogConfigPolicyCommand.ts index ced7c53cb60e..9e88e7cdacb4 100644 --- a/clients/client-route53resolver/src/commands/PutResolverQueryLogConfigPolicyCommand.ts +++ b/clients/client-route53resolver/src/commands/PutResolverQueryLogConfigPolicyCommand.ts @@ -95,9 +95,6 @@ export class PutResolverQueryLogConfigPolicyCommand extends $Command< PutResolverQueryLogConfigPolicyCommandOutput, Route53ResolverClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -111,9 +108,7 @@ export class PutResolverQueryLogConfigPolicyCommand extends $Command< * @public */ constructor(readonly input: PutResolverQueryLogConfigPolicyCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -172,7 +167,4 @@ export class PutResolverQueryLogConfigPolicyCommand extends $Command< ): Promise { return de_PutResolverQueryLogConfigPolicyCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-route53resolver/src/commands/PutResolverRulePolicyCommand.ts b/clients/client-route53resolver/src/commands/PutResolverRulePolicyCommand.ts index 837a9a839a0f..714e8941dbc9 100644 --- a/clients/client-route53resolver/src/commands/PutResolverRulePolicyCommand.ts +++ b/clients/client-route53resolver/src/commands/PutResolverRulePolicyCommand.ts @@ -87,9 +87,6 @@ export class PutResolverRulePolicyCommand extends $Command< PutResolverRulePolicyCommandOutput, Route53ResolverClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -103,9 +100,7 @@ export class PutResolverRulePolicyCommand extends $Command< * @public */ constructor(readonly input: PutResolverRulePolicyCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -158,7 +153,4 @@ export class PutResolverRulePolicyCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_PutResolverRulePolicyCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-route53resolver/src/commands/TagResourceCommand.ts b/clients/client-route53resolver/src/commands/TagResourceCommand.ts index 35f63ac4b2a0..24164980e2c8 100644 --- a/clients/client-route53resolver/src/commands/TagResourceCommand.ts +++ b/clients/client-route53resolver/src/commands/TagResourceCommand.ts @@ -95,9 +95,6 @@ export class TagResourceCommand extends $Command< TagResourceCommandOutput, Route53ResolverClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -111,9 +108,7 @@ export class TagResourceCommand extends $Command< * @public */ constructor(readonly input: TagResourceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -164,7 +159,4 @@ export class TagResourceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_TagResourceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-route53resolver/src/commands/UntagResourceCommand.ts b/clients/client-route53resolver/src/commands/UntagResourceCommand.ts index 1375e439c69a..02d25e4a9d20 100644 --- a/clients/client-route53resolver/src/commands/UntagResourceCommand.ts +++ b/clients/client-route53resolver/src/commands/UntagResourceCommand.ts @@ -86,9 +86,6 @@ export class UntagResourceCommand extends $Command< UntagResourceCommandOutput, Route53ResolverClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -102,9 +99,7 @@ export class UntagResourceCommand extends $Command< * @public */ constructor(readonly input: UntagResourceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -155,7 +150,4 @@ export class UntagResourceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UntagResourceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-route53resolver/src/commands/UpdateFirewallConfigCommand.ts b/clients/client-route53resolver/src/commands/UpdateFirewallConfigCommand.ts index 92307bb0d7d7..4f693fbbe1e2 100644 --- a/clients/client-route53resolver/src/commands/UpdateFirewallConfigCommand.ts +++ b/clients/client-route53resolver/src/commands/UpdateFirewallConfigCommand.ts @@ -93,9 +93,6 @@ export class UpdateFirewallConfigCommand extends $Command< UpdateFirewallConfigCommandOutput, Route53ResolverClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -109,9 +106,7 @@ export class UpdateFirewallConfigCommand extends $Command< * @public */ constructor(readonly input: UpdateFirewallConfigCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -164,7 +159,4 @@ export class UpdateFirewallConfigCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdateFirewallConfigCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-route53resolver/src/commands/UpdateFirewallDomainsCommand.ts b/clients/client-route53resolver/src/commands/UpdateFirewallDomainsCommand.ts index cff10f2e216f..42712fa58741 100644 --- a/clients/client-route53resolver/src/commands/UpdateFirewallDomainsCommand.ts +++ b/clients/client-route53resolver/src/commands/UpdateFirewallDomainsCommand.ts @@ -101,9 +101,6 @@ export class UpdateFirewallDomainsCommand extends $Command< UpdateFirewallDomainsCommandOutput, Route53ResolverClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -117,9 +114,7 @@ export class UpdateFirewallDomainsCommand extends $Command< * @public */ constructor(readonly input: UpdateFirewallDomainsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -172,7 +167,4 @@ export class UpdateFirewallDomainsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdateFirewallDomainsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-route53resolver/src/commands/UpdateFirewallRuleCommand.ts b/clients/client-route53resolver/src/commands/UpdateFirewallRuleCommand.ts index 8ac263f7073b..5a83da26b8be 100644 --- a/clients/client-route53resolver/src/commands/UpdateFirewallRuleCommand.ts +++ b/clients/client-route53resolver/src/commands/UpdateFirewallRuleCommand.ts @@ -112,9 +112,6 @@ export class UpdateFirewallRuleCommand extends $Command< UpdateFirewallRuleCommandOutput, Route53ResolverClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -128,9 +125,7 @@ export class UpdateFirewallRuleCommand extends $Command< * @public */ constructor(readonly input: UpdateFirewallRuleCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -183,7 +178,4 @@ export class UpdateFirewallRuleCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdateFirewallRuleCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-route53resolver/src/commands/UpdateFirewallRuleGroupAssociationCommand.ts b/clients/client-route53resolver/src/commands/UpdateFirewallRuleGroupAssociationCommand.ts index 55c2103c2754..9712fd2aaf95 100644 --- a/clients/client-route53resolver/src/commands/UpdateFirewallRuleGroupAssociationCommand.ts +++ b/clients/client-route53resolver/src/commands/UpdateFirewallRuleGroupAssociationCommand.ts @@ -116,9 +116,6 @@ export class UpdateFirewallRuleGroupAssociationCommand extends $Command< UpdateFirewallRuleGroupAssociationCommandOutput, Route53ResolverClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -132,9 +129,7 @@ export class UpdateFirewallRuleGroupAssociationCommand extends $Command< * @public */ constructor(readonly input: UpdateFirewallRuleGroupAssociationCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -193,7 +188,4 @@ export class UpdateFirewallRuleGroupAssociationCommand extends $Command< ): Promise { return de_UpdateFirewallRuleGroupAssociationCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-route53resolver/src/commands/UpdateOutpostResolverCommand.ts b/clients/client-route53resolver/src/commands/UpdateOutpostResolverCommand.ts index 9c47852d717e..20e23886eb78 100644 --- a/clients/client-route53resolver/src/commands/UpdateOutpostResolverCommand.ts +++ b/clients/client-route53resolver/src/commands/UpdateOutpostResolverCommand.ts @@ -109,9 +109,6 @@ export class UpdateOutpostResolverCommand extends $Command< UpdateOutpostResolverCommandOutput, Route53ResolverClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -125,9 +122,7 @@ export class UpdateOutpostResolverCommand extends $Command< * @public */ constructor(readonly input: UpdateOutpostResolverCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -180,7 +175,4 @@ export class UpdateOutpostResolverCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdateOutpostResolverCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-route53resolver/src/commands/UpdateResolverConfigCommand.ts b/clients/client-route53resolver/src/commands/UpdateResolverConfigCommand.ts index 1dc934a059b3..fa6ec0725906 100644 --- a/clients/client-route53resolver/src/commands/UpdateResolverConfigCommand.ts +++ b/clients/client-route53resolver/src/commands/UpdateResolverConfigCommand.ts @@ -105,9 +105,6 @@ export class UpdateResolverConfigCommand extends $Command< UpdateResolverConfigCommandOutput, Route53ResolverClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -121,9 +118,7 @@ export class UpdateResolverConfigCommand extends $Command< * @public */ constructor(readonly input: UpdateResolverConfigCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -176,7 +171,4 @@ export class UpdateResolverConfigCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdateResolverConfigCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-route53resolver/src/commands/UpdateResolverDnssecConfigCommand.ts b/clients/client-route53resolver/src/commands/UpdateResolverDnssecConfigCommand.ts index 248b1f26c60b..7c9cd2934f8c 100644 --- a/clients/client-route53resolver/src/commands/UpdateResolverDnssecConfigCommand.ts +++ b/clients/client-route53resolver/src/commands/UpdateResolverDnssecConfigCommand.ts @@ -94,9 +94,6 @@ export class UpdateResolverDnssecConfigCommand extends $Command< UpdateResolverDnssecConfigCommandOutput, Route53ResolverClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -110,9 +107,7 @@ export class UpdateResolverDnssecConfigCommand extends $Command< * @public */ constructor(readonly input: UpdateResolverDnssecConfigCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -168,7 +163,4 @@ export class UpdateResolverDnssecConfigCommand extends $Command< ): Promise { return de_UpdateResolverDnssecConfigCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-route53resolver/src/commands/UpdateResolverEndpointCommand.ts b/clients/client-route53resolver/src/commands/UpdateResolverEndpointCommand.ts index 2c5d48dcf48f..c5301563b9d0 100644 --- a/clients/client-route53resolver/src/commands/UpdateResolverEndpointCommand.ts +++ b/clients/client-route53resolver/src/commands/UpdateResolverEndpointCommand.ts @@ -112,9 +112,6 @@ export class UpdateResolverEndpointCommand extends $Command< UpdateResolverEndpointCommandOutput, Route53ResolverClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -128,9 +125,7 @@ export class UpdateResolverEndpointCommand extends $Command< * @public */ constructor(readonly input: UpdateResolverEndpointCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -183,7 +178,4 @@ export class UpdateResolverEndpointCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdateResolverEndpointCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-route53resolver/src/commands/UpdateResolverRuleCommand.ts b/clients/client-route53resolver/src/commands/UpdateResolverRuleCommand.ts index 8032b93b5a51..392b237e9110 100644 --- a/clients/client-route53resolver/src/commands/UpdateResolverRuleCommand.ts +++ b/clients/client-route53resolver/src/commands/UpdateResolverRuleCommand.ts @@ -124,9 +124,6 @@ export class UpdateResolverRuleCommand extends $Command< UpdateResolverRuleCommandOutput, Route53ResolverClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -140,9 +137,7 @@ export class UpdateResolverRuleCommand extends $Command< * @public */ constructor(readonly input: UpdateResolverRuleCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -195,7 +190,4 @@ export class UpdateResolverRuleCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdateResolverRuleCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-rum/package.json b/clients/client-rum/package.json index f1e0f83d599d..e1fd4156a487 100644 --- a/clients/client-rum/package.json +++ b/clients/client-rum/package.json @@ -34,29 +34,29 @@ "@aws-sdk/util-endpoints": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@smithy/config-resolver": "^2.0.16", - "@smithy/fetch-http-handler": "^2.2.4", - "@smithy/hash-node": "^2.0.12", - "@smithy/invalid-dependency": "^2.0.12", - "@smithy/middleware-content-length": "^2.0.14", - "@smithy/middleware-endpoint": "^2.1.3", - "@smithy/middleware-retry": "^2.0.18", - "@smithy/middleware-serde": "^2.0.12", - "@smithy/middleware-stack": "^2.0.6", - "@smithy/node-config-provider": "^2.1.3", - "@smithy/node-http-handler": "^2.1.8", - "@smithy/protocol-http": "^3.0.8", - "@smithy/smithy-client": "^2.1.12", - "@smithy/types": "^2.4.0", - "@smithy/url-parser": "^2.0.12", - "@smithy/util-base64": "^2.0.0", + "@smithy/config-resolver": "^2.0.18", + "@smithy/fetch-http-handler": "^2.2.6", + "@smithy/hash-node": "^2.0.15", + "@smithy/invalid-dependency": "^2.0.13", + "@smithy/middleware-content-length": "^2.0.15", + "@smithy/middleware-endpoint": "^2.2.0", + "@smithy/middleware-retry": "^2.0.20", + "@smithy/middleware-serde": "^2.0.13", + "@smithy/middleware-stack": "^2.0.7", + "@smithy/node-config-provider": "^2.1.5", + "@smithy/node-http-handler": "^2.1.9", + "@smithy/protocol-http": "^3.0.9", + "@smithy/smithy-client": "^2.1.15", + "@smithy/types": "^2.5.0", + "@smithy/url-parser": "^2.0.13", + "@smithy/util-base64": "^2.0.1", "@smithy/util-body-length-browser": "^2.0.0", "@smithy/util-body-length-node": "^2.1.0", - "@smithy/util-defaults-mode-browser": "^2.0.16", - "@smithy/util-defaults-mode-node": "^2.0.21", - "@smithy/util-endpoints": "^1.0.2", - "@smithy/util-retry": "^2.0.5", - "@smithy/util-utf8": "^2.0.0", + "@smithy/util-defaults-mode-browser": "^2.0.19", + "@smithy/util-defaults-mode-node": "^2.0.25", + "@smithy/util-endpoints": "^1.0.4", + "@smithy/util-retry": "^2.0.6", + "@smithy/util-utf8": "^2.0.2", "tslib": "^2.5.0" }, "devDependencies": { diff --git a/clients/client-rum/src/commands/BatchCreateRumMetricDefinitionsCommand.ts b/clients/client-rum/src/commands/BatchCreateRumMetricDefinitionsCommand.ts index 1d34435f265d..de7945d17849 100644 --- a/clients/client-rum/src/commands/BatchCreateRumMetricDefinitionsCommand.ts +++ b/clients/client-rum/src/commands/BatchCreateRumMetricDefinitionsCommand.ts @@ -177,9 +177,6 @@ export class BatchCreateRumMetricDefinitionsCommand extends $Command< BatchCreateRumMetricDefinitionsCommandOutput, RUMClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -193,9 +190,7 @@ export class BatchCreateRumMetricDefinitionsCommand extends $Command< * @public */ constructor(readonly input: BatchCreateRumMetricDefinitionsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -254,7 +249,4 @@ export class BatchCreateRumMetricDefinitionsCommand extends $Command< ): Promise { return de_BatchCreateRumMetricDefinitionsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-rum/src/commands/BatchDeleteRumMetricDefinitionsCommand.ts b/clients/client-rum/src/commands/BatchDeleteRumMetricDefinitionsCommand.ts index e72b98417945..a127e549d1b8 100644 --- a/clients/client-rum/src/commands/BatchDeleteRumMetricDefinitionsCommand.ts +++ b/clients/client-rum/src/commands/BatchDeleteRumMetricDefinitionsCommand.ts @@ -112,9 +112,6 @@ export class BatchDeleteRumMetricDefinitionsCommand extends $Command< BatchDeleteRumMetricDefinitionsCommandOutput, RUMClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -128,9 +125,7 @@ export class BatchDeleteRumMetricDefinitionsCommand extends $Command< * @public */ constructor(readonly input: BatchDeleteRumMetricDefinitionsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -189,7 +184,4 @@ export class BatchDeleteRumMetricDefinitionsCommand extends $Command< ): Promise { return de_BatchDeleteRumMetricDefinitionsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-rum/src/commands/BatchGetRumMetricDefinitionsCommand.ts b/clients/client-rum/src/commands/BatchGetRumMetricDefinitionsCommand.ts index ad9bef122e4d..53ac58cba2e8 100644 --- a/clients/client-rum/src/commands/BatchGetRumMetricDefinitionsCommand.ts +++ b/clients/client-rum/src/commands/BatchGetRumMetricDefinitionsCommand.ts @@ -104,9 +104,6 @@ export class BatchGetRumMetricDefinitionsCommand extends $Command< BatchGetRumMetricDefinitionsCommandOutput, RUMClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -120,9 +117,7 @@ export class BatchGetRumMetricDefinitionsCommand extends $Command< * @public */ constructor(readonly input: BatchGetRumMetricDefinitionsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -178,7 +173,4 @@ export class BatchGetRumMetricDefinitionsCommand extends $Command< ): Promise { return de_BatchGetRumMetricDefinitionsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-rum/src/commands/CreateAppMonitorCommand.ts b/clients/client-rum/src/commands/CreateAppMonitorCommand.ts index 3fc3f86fccb0..fcbd7b78080f 100644 --- a/clients/client-rum/src/commands/CreateAppMonitorCommand.ts +++ b/clients/client-rum/src/commands/CreateAppMonitorCommand.ts @@ -126,9 +126,6 @@ export class CreateAppMonitorCommand extends $Command< CreateAppMonitorCommandOutput, RUMClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -142,9 +139,7 @@ export class CreateAppMonitorCommand extends $Command< * @public */ constructor(readonly input: CreateAppMonitorCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -197,7 +192,4 @@ export class CreateAppMonitorCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateAppMonitorCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-rum/src/commands/DeleteAppMonitorCommand.ts b/clients/client-rum/src/commands/DeleteAppMonitorCommand.ts index f748aa01851d..6bcd9c577599 100644 --- a/clients/client-rum/src/commands/DeleteAppMonitorCommand.ts +++ b/clients/client-rum/src/commands/DeleteAppMonitorCommand.ts @@ -86,9 +86,6 @@ export class DeleteAppMonitorCommand extends $Command< DeleteAppMonitorCommandOutput, RUMClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -102,9 +99,7 @@ export class DeleteAppMonitorCommand extends $Command< * @public */ constructor(readonly input: DeleteAppMonitorCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -157,7 +152,4 @@ export class DeleteAppMonitorCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteAppMonitorCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-rum/src/commands/DeleteRumMetricsDestinationCommand.ts b/clients/client-rum/src/commands/DeleteRumMetricsDestinationCommand.ts index 4958421b4e65..1d1e6e4edf7e 100644 --- a/clients/client-rum/src/commands/DeleteRumMetricsDestinationCommand.ts +++ b/clients/client-rum/src/commands/DeleteRumMetricsDestinationCommand.ts @@ -94,9 +94,6 @@ export class DeleteRumMetricsDestinationCommand extends $Command< DeleteRumMetricsDestinationCommandOutput, RUMClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -110,9 +107,7 @@ export class DeleteRumMetricsDestinationCommand extends $Command< * @public */ constructor(readonly input: DeleteRumMetricsDestinationCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -168,7 +163,4 @@ export class DeleteRumMetricsDestinationCommand extends $Command< ): Promise { return de_DeleteRumMetricsDestinationCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-rum/src/commands/GetAppMonitorCommand.ts b/clients/client-rum/src/commands/GetAppMonitorCommand.ts index 673eac37f58a..c0b24660ddff 100644 --- a/clients/client-rum/src/commands/GetAppMonitorCommand.ts +++ b/clients/client-rum/src/commands/GetAppMonitorCommand.ts @@ -123,9 +123,6 @@ export class GetAppMonitorCommand extends $Command< GetAppMonitorCommandOutput, RUMClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -139,9 +136,7 @@ export class GetAppMonitorCommand extends $Command< * @public */ constructor(readonly input: GetAppMonitorCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -192,7 +187,4 @@ export class GetAppMonitorCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetAppMonitorCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-rum/src/commands/GetAppMonitorDataCommand.ts b/clients/client-rum/src/commands/GetAppMonitorDataCommand.ts index 63b75c88181b..240e2a3055ea 100644 --- a/clients/client-rum/src/commands/GetAppMonitorDataCommand.ts +++ b/clients/client-rum/src/commands/GetAppMonitorDataCommand.ts @@ -103,9 +103,6 @@ export class GetAppMonitorDataCommand extends $Command< GetAppMonitorDataCommandOutput, RUMClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -119,9 +116,7 @@ export class GetAppMonitorDataCommand extends $Command< * @public */ constructor(readonly input: GetAppMonitorDataCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -174,7 +169,4 @@ export class GetAppMonitorDataCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetAppMonitorDataCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-rum/src/commands/ListAppMonitorsCommand.ts b/clients/client-rum/src/commands/ListAppMonitorsCommand.ts index d3c5e0ddda94..aeff2ad5fce3 100644 --- a/clients/client-rum/src/commands/ListAppMonitorsCommand.ts +++ b/clients/client-rum/src/commands/ListAppMonitorsCommand.ts @@ -92,9 +92,6 @@ export class ListAppMonitorsCommand extends $Command< ListAppMonitorsCommandOutput, RUMClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -108,9 +105,7 @@ export class ListAppMonitorsCommand extends $Command< * @public */ constructor(readonly input: ListAppMonitorsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -163,7 +158,4 @@ export class ListAppMonitorsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListAppMonitorsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-rum/src/commands/ListRumMetricsDestinationsCommand.ts b/clients/client-rum/src/commands/ListRumMetricsDestinationsCommand.ts index 99b50babfdda..a6614dc1b20a 100644 --- a/clients/client-rum/src/commands/ListRumMetricsDestinationsCommand.ts +++ b/clients/client-rum/src/commands/ListRumMetricsDestinationsCommand.ts @@ -93,9 +93,6 @@ export class ListRumMetricsDestinationsCommand extends $Command< ListRumMetricsDestinationsCommandOutput, RUMClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -109,9 +106,7 @@ export class ListRumMetricsDestinationsCommand extends $Command< * @public */ constructor(readonly input: ListRumMetricsDestinationsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -167,7 +162,4 @@ export class ListRumMetricsDestinationsCommand extends $Command< ): Promise { return de_ListRumMetricsDestinationsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-rum/src/commands/ListTagsForResourceCommand.ts b/clients/client-rum/src/commands/ListTagsForResourceCommand.ts index 709fb59283a0..92418e33c887 100644 --- a/clients/client-rum/src/commands/ListTagsForResourceCommand.ts +++ b/clients/client-rum/src/commands/ListTagsForResourceCommand.ts @@ -82,9 +82,6 @@ export class ListTagsForResourceCommand extends $Command< ListTagsForResourceCommandOutput, RUMClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -98,9 +95,7 @@ export class ListTagsForResourceCommand extends $Command< * @public */ constructor(readonly input: ListTagsForResourceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -153,7 +148,4 @@ export class ListTagsForResourceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListTagsForResourceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-rum/src/commands/PutRumEventsCommand.ts b/clients/client-rum/src/commands/PutRumEventsCommand.ts index c94ae26699a7..612a063d87a8 100644 --- a/clients/client-rum/src/commands/PutRumEventsCommand.ts +++ b/clients/client-rum/src/commands/PutRumEventsCommand.ts @@ -105,9 +105,6 @@ export class PutRumEventsCommand extends $Command< PutRumEventsCommandOutput, RUMClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -121,9 +118,7 @@ export class PutRumEventsCommand extends $Command< * @public */ constructor(readonly input: PutRumEventsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -174,7 +169,4 @@ export class PutRumEventsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_PutRumEventsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-rum/src/commands/PutRumMetricsDestinationCommand.ts b/clients/client-rum/src/commands/PutRumMetricsDestinationCommand.ts index e90d1aeb127a..5b1466c705a1 100644 --- a/clients/client-rum/src/commands/PutRumMetricsDestinationCommand.ts +++ b/clients/client-rum/src/commands/PutRumMetricsDestinationCommand.ts @@ -91,9 +91,6 @@ export class PutRumMetricsDestinationCommand extends $Command< PutRumMetricsDestinationCommandOutput, RUMClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -107,9 +104,7 @@ export class PutRumMetricsDestinationCommand extends $Command< * @public */ constructor(readonly input: PutRumMetricsDestinationCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -162,7 +157,4 @@ export class PutRumMetricsDestinationCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_PutRumMetricsDestinationCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-rum/src/commands/TagResourceCommand.ts b/clients/client-rum/src/commands/TagResourceCommand.ts index 5b37b219b50d..dece1bd0fa99 100644 --- a/clients/client-rum/src/commands/TagResourceCommand.ts +++ b/clients/client-rum/src/commands/TagResourceCommand.ts @@ -93,9 +93,6 @@ export class TagResourceCommand extends $Command< TagResourceCommandOutput, RUMClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -109,9 +106,7 @@ export class TagResourceCommand extends $Command< * @public */ constructor(readonly input: TagResourceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -162,7 +157,4 @@ export class TagResourceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_TagResourceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-rum/src/commands/UntagResourceCommand.ts b/clients/client-rum/src/commands/UntagResourceCommand.ts index 39016574fe9f..678074a900af 100644 --- a/clients/client-rum/src/commands/UntagResourceCommand.ts +++ b/clients/client-rum/src/commands/UntagResourceCommand.ts @@ -80,9 +80,6 @@ export class UntagResourceCommand extends $Command< UntagResourceCommandOutput, RUMClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -96,9 +93,7 @@ export class UntagResourceCommand extends $Command< * @public */ constructor(readonly input: UntagResourceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -149,7 +144,4 @@ export class UntagResourceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UntagResourceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-rum/src/commands/UpdateAppMonitorCommand.ts b/clients/client-rum/src/commands/UpdateAppMonitorCommand.ts index 2e103f0b14ee..5478df19cecf 100644 --- a/clients/client-rum/src/commands/UpdateAppMonitorCommand.ts +++ b/clients/client-rum/src/commands/UpdateAppMonitorCommand.ts @@ -120,9 +120,6 @@ export class UpdateAppMonitorCommand extends $Command< UpdateAppMonitorCommandOutput, RUMClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -136,9 +133,7 @@ export class UpdateAppMonitorCommand extends $Command< * @public */ constructor(readonly input: UpdateAppMonitorCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -191,7 +186,4 @@ export class UpdateAppMonitorCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdateAppMonitorCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-rum/src/commands/UpdateRumMetricDefinitionCommand.ts b/clients/client-rum/src/commands/UpdateRumMetricDefinitionCommand.ts index 15fd7be6627d..2fa5d6ce714f 100644 --- a/clients/client-rum/src/commands/UpdateRumMetricDefinitionCommand.ts +++ b/clients/client-rum/src/commands/UpdateRumMetricDefinitionCommand.ts @@ -103,9 +103,6 @@ export class UpdateRumMetricDefinitionCommand extends $Command< UpdateRumMetricDefinitionCommandOutput, RUMClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -119,9 +116,7 @@ export class UpdateRumMetricDefinitionCommand extends $Command< * @public */ constructor(readonly input: UpdateRumMetricDefinitionCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -177,7 +172,4 @@ export class UpdateRumMetricDefinitionCommand extends $Command< ): Promise { return de_UpdateRumMetricDefinitionCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-s3-control/package.json b/clients/client-s3-control/package.json index 5c76d5f2875d..881bf413d660 100644 --- a/clients/client-s3-control/package.json +++ b/clients/client-s3-control/package.json @@ -38,33 +38,33 @@ "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", "@aws-sdk/xml-builder": "*", - "@smithy/config-resolver": "^2.0.16", - "@smithy/fetch-http-handler": "^2.2.4", - "@smithy/hash-blob-browser": "^2.0.12", - "@smithy/hash-node": "^2.0.12", - "@smithy/hash-stream-node": "^2.0.12", - "@smithy/invalid-dependency": "^2.0.12", - "@smithy/md5-js": "^2.0.12", - "@smithy/middleware-apply-body-checksum": "^2.0.14", - "@smithy/middleware-content-length": "^2.0.14", - "@smithy/middleware-endpoint": "^2.1.3", - "@smithy/middleware-retry": "^2.0.18", - "@smithy/middleware-serde": "^2.0.12", - "@smithy/middleware-stack": "^2.0.6", - "@smithy/node-config-provider": "^2.1.3", - "@smithy/node-http-handler": "^2.1.8", - "@smithy/protocol-http": "^3.0.8", - "@smithy/smithy-client": "^2.1.12", - "@smithy/types": "^2.4.0", - "@smithy/url-parser": "^2.0.12", - "@smithy/util-base64": "^2.0.0", + "@smithy/config-resolver": "^2.0.18", + "@smithy/fetch-http-handler": "^2.2.6", + "@smithy/hash-blob-browser": "^2.0.14", + "@smithy/hash-node": "^2.0.15", + "@smithy/hash-stream-node": "^2.0.15", + "@smithy/invalid-dependency": "^2.0.13", + "@smithy/md5-js": "^2.0.15", + "@smithy/middleware-apply-body-checksum": "^2.0.15", + "@smithy/middleware-content-length": "^2.0.15", + "@smithy/middleware-endpoint": "^2.2.0", + "@smithy/middleware-retry": "^2.0.20", + "@smithy/middleware-serde": "^2.0.13", + "@smithy/middleware-stack": "^2.0.7", + "@smithy/node-config-provider": "^2.1.5", + "@smithy/node-http-handler": "^2.1.9", + "@smithy/protocol-http": "^3.0.9", + "@smithy/smithy-client": "^2.1.15", + "@smithy/types": "^2.5.0", + "@smithy/url-parser": "^2.0.13", + "@smithy/util-base64": "^2.0.1", "@smithy/util-body-length-browser": "^2.0.0", "@smithy/util-body-length-node": "^2.1.0", - "@smithy/util-defaults-mode-browser": "^2.0.16", - "@smithy/util-defaults-mode-node": "^2.0.21", - "@smithy/util-endpoints": "^1.0.2", - "@smithy/util-retry": "^2.0.5", - "@smithy/util-utf8": "^2.0.0", + "@smithy/util-defaults-mode-browser": "^2.0.19", + "@smithy/util-defaults-mode-node": "^2.0.25", + "@smithy/util-endpoints": "^1.0.4", + "@smithy/util-retry": "^2.0.6", + "@smithy/util-utf8": "^2.0.2", "fast-xml-parser": "4.2.5", "tslib": "^2.5.0", "uuid": "^8.3.2" diff --git a/clients/client-s3-control/src/commands/CreateAccessPointCommand.ts b/clients/client-s3-control/src/commands/CreateAccessPointCommand.ts index b5f8da7cd8ba..5a36e6fb3297 100644 --- a/clients/client-s3-control/src/commands/CreateAccessPointCommand.ts +++ b/clients/client-s3-control/src/commands/CreateAccessPointCommand.ts @@ -114,9 +114,6 @@ export class CreateAccessPointCommand extends $Command< CreateAccessPointCommandOutput, S3ControlClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { RequiresAccountId: { type: "staticContextParams", value: true }, @@ -134,9 +131,7 @@ export class CreateAccessPointCommand extends $Command< * @public */ constructor(readonly input: CreateAccessPointCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -190,7 +185,4 @@ export class CreateAccessPointCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateAccessPointCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-s3-control/src/commands/CreateAccessPointForObjectLambdaCommand.ts b/clients/client-s3-control/src/commands/CreateAccessPointForObjectLambdaCommand.ts index c30eaa7ac78b..6affcb796ad0 100644 --- a/clients/client-s3-control/src/commands/CreateAccessPointForObjectLambdaCommand.ts +++ b/clients/client-s3-control/src/commands/CreateAccessPointForObjectLambdaCommand.ts @@ -121,9 +121,6 @@ export class CreateAccessPointForObjectLambdaCommand extends $Command< CreateAccessPointForObjectLambdaCommandOutput, S3ControlClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { RequiresAccountId: { type: "staticContextParams", value: true }, @@ -140,9 +137,7 @@ export class CreateAccessPointForObjectLambdaCommand extends $Command< * @public */ constructor(readonly input: CreateAccessPointForObjectLambdaCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -202,7 +197,4 @@ export class CreateAccessPointForObjectLambdaCommand extends $Command< ): Promise { return de_CreateAccessPointForObjectLambdaCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-s3-control/src/commands/CreateBucketCommand.ts b/clients/client-s3-control/src/commands/CreateBucketCommand.ts index 66a4c8ffa13b..ff28d4c2668a 100644 --- a/clients/client-s3-control/src/commands/CreateBucketCommand.ts +++ b/clients/client-s3-control/src/commands/CreateBucketCommand.ts @@ -145,9 +145,6 @@ export class CreateBucketCommand extends $Command< CreateBucketCommandOutput, S3ControlClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { OutpostId: { type: "contextParams", name: "OutpostId" }, @@ -164,9 +161,7 @@ export class CreateBucketCommand extends $Command< * @public */ constructor(readonly input: CreateBucketCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -219,7 +214,4 @@ export class CreateBucketCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateBucketCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-s3-control/src/commands/CreateJobCommand.ts b/clients/client-s3-control/src/commands/CreateJobCommand.ts index af9fd2aef2b6..bbc64a4be343 100644 --- a/clients/client-s3-control/src/commands/CreateJobCommand.ts +++ b/clients/client-s3-control/src/commands/CreateJobCommand.ts @@ -273,9 +273,6 @@ export class CreateJobCommand extends $Command< CreateJobCommandOutput, S3ControlClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { RequiresAccountId: { type: "staticContextParams", value: true }, @@ -292,9 +289,7 @@ export class CreateJobCommand extends $Command< * @public */ constructor(readonly input: CreateJobCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -346,7 +341,4 @@ export class CreateJobCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateJobCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-s3-control/src/commands/CreateMultiRegionAccessPointCommand.ts b/clients/client-s3-control/src/commands/CreateMultiRegionAccessPointCommand.ts index a35c85b5b8b1..163906a490d5 100644 --- a/clients/client-s3-control/src/commands/CreateMultiRegionAccessPointCommand.ts +++ b/clients/client-s3-control/src/commands/CreateMultiRegionAccessPointCommand.ts @@ -125,9 +125,6 @@ export class CreateMultiRegionAccessPointCommand extends $Command< CreateMultiRegionAccessPointCommandOutput, S3ControlClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { RequiresAccountId: { type: "staticContextParams", value: true }, @@ -144,9 +141,7 @@ export class CreateMultiRegionAccessPointCommand extends $Command< * @public */ constructor(readonly input: CreateMultiRegionAccessPointCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -204,7 +199,4 @@ export class CreateMultiRegionAccessPointCommand extends $Command< ): Promise { return de_CreateMultiRegionAccessPointCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-s3-control/src/commands/DeleteAccessPointCommand.ts b/clients/client-s3-control/src/commands/DeleteAccessPointCommand.ts index 77da840a991d..04688d2e50af 100644 --- a/clients/client-s3-control/src/commands/DeleteAccessPointCommand.ts +++ b/clients/client-s3-control/src/commands/DeleteAccessPointCommand.ts @@ -89,9 +89,6 @@ export class DeleteAccessPointCommand extends $Command< DeleteAccessPointCommandOutput, S3ControlClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { RequiresAccountId: { type: "staticContextParams", value: true }, @@ -109,9 +106,7 @@ export class DeleteAccessPointCommand extends $Command< * @public */ constructor(readonly input: DeleteAccessPointCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -165,7 +160,4 @@ export class DeleteAccessPointCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteAccessPointCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-s3-control/src/commands/DeleteAccessPointForObjectLambdaCommand.ts b/clients/client-s3-control/src/commands/DeleteAccessPointForObjectLambdaCommand.ts index d8a454fe1a14..2590103d5ccb 100644 --- a/clients/client-s3-control/src/commands/DeleteAccessPointForObjectLambdaCommand.ts +++ b/clients/client-s3-control/src/commands/DeleteAccessPointForObjectLambdaCommand.ts @@ -92,9 +92,6 @@ export class DeleteAccessPointForObjectLambdaCommand extends $Command< DeleteAccessPointForObjectLambdaCommandOutput, S3ControlClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { RequiresAccountId: { type: "staticContextParams", value: true }, @@ -111,9 +108,7 @@ export class DeleteAccessPointForObjectLambdaCommand extends $Command< * @public */ constructor(readonly input: DeleteAccessPointForObjectLambdaCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -173,7 +168,4 @@ export class DeleteAccessPointForObjectLambdaCommand extends $Command< ): Promise { return de_DeleteAccessPointForObjectLambdaCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-s3-control/src/commands/DeleteAccessPointPolicyCommand.ts b/clients/client-s3-control/src/commands/DeleteAccessPointPolicyCommand.ts index 7077c217f375..08fdb46a689e 100644 --- a/clients/client-s3-control/src/commands/DeleteAccessPointPolicyCommand.ts +++ b/clients/client-s3-control/src/commands/DeleteAccessPointPolicyCommand.ts @@ -85,9 +85,6 @@ export class DeleteAccessPointPolicyCommand extends $Command< DeleteAccessPointPolicyCommandOutput, S3ControlClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { RequiresAccountId: { type: "staticContextParams", value: true }, @@ -105,9 +102,7 @@ export class DeleteAccessPointPolicyCommand extends $Command< * @public */ constructor(readonly input: DeleteAccessPointPolicyCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -161,7 +156,4 @@ export class DeleteAccessPointPolicyCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteAccessPointPolicyCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-s3-control/src/commands/DeleteAccessPointPolicyForObjectLambdaCommand.ts b/clients/client-s3-control/src/commands/DeleteAccessPointPolicyForObjectLambdaCommand.ts index 9a6ab168e7cd..2fb1bc140c6a 100644 --- a/clients/client-s3-control/src/commands/DeleteAccessPointPolicyForObjectLambdaCommand.ts +++ b/clients/client-s3-control/src/commands/DeleteAccessPointPolicyForObjectLambdaCommand.ts @@ -88,9 +88,6 @@ export class DeleteAccessPointPolicyForObjectLambdaCommand extends $Command< DeleteAccessPointPolicyForObjectLambdaCommandOutput, S3ControlClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { RequiresAccountId: { type: "staticContextParams", value: true }, @@ -107,9 +104,7 @@ export class DeleteAccessPointPolicyForObjectLambdaCommand extends $Command< * @public */ constructor(readonly input: DeleteAccessPointPolicyForObjectLambdaCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -169,7 +164,4 @@ export class DeleteAccessPointPolicyForObjectLambdaCommand extends $Command< ): Promise { return de_DeleteAccessPointPolicyForObjectLambdaCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-s3-control/src/commands/DeleteBucketCommand.ts b/clients/client-s3-control/src/commands/DeleteBucketCommand.ts index 86be261fef12..765a27b4153c 100644 --- a/clients/client-s3-control/src/commands/DeleteBucketCommand.ts +++ b/clients/client-s3-control/src/commands/DeleteBucketCommand.ts @@ -97,9 +97,6 @@ export class DeleteBucketCommand extends $Command< DeleteBucketCommandOutput, S3ControlClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { RequiresAccountId: { type: "staticContextParams", value: true }, @@ -117,9 +114,7 @@ export class DeleteBucketCommand extends $Command< * @public */ constructor(readonly input: DeleteBucketCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -171,7 +166,4 @@ export class DeleteBucketCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteBucketCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-s3-control/src/commands/DeleteBucketLifecycleConfigurationCommand.ts b/clients/client-s3-control/src/commands/DeleteBucketLifecycleConfigurationCommand.ts index 80bcbcdb2e24..8ee649e1dc1b 100644 --- a/clients/client-s3-control/src/commands/DeleteBucketLifecycleConfigurationCommand.ts +++ b/clients/client-s3-control/src/commands/DeleteBucketLifecycleConfigurationCommand.ts @@ -101,9 +101,6 @@ export class DeleteBucketLifecycleConfigurationCommand extends $Command< DeleteBucketLifecycleConfigurationCommandOutput, S3ControlClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { RequiresAccountId: { type: "staticContextParams", value: true }, @@ -121,9 +118,7 @@ export class DeleteBucketLifecycleConfigurationCommand extends $Command< * @public */ constructor(readonly input: DeleteBucketLifecycleConfigurationCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -183,7 +178,4 @@ export class DeleteBucketLifecycleConfigurationCommand extends $Command< ): Promise { return de_DeleteBucketLifecycleConfigurationCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-s3-control/src/commands/DeleteBucketPolicyCommand.ts b/clients/client-s3-control/src/commands/DeleteBucketPolicyCommand.ts index bb6c80cc5cae..fa71446cb726 100644 --- a/clients/client-s3-control/src/commands/DeleteBucketPolicyCommand.ts +++ b/clients/client-s3-control/src/commands/DeleteBucketPolicyCommand.ts @@ -105,9 +105,6 @@ export class DeleteBucketPolicyCommand extends $Command< DeleteBucketPolicyCommandOutput, S3ControlClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { RequiresAccountId: { type: "staticContextParams", value: true }, @@ -125,9 +122,7 @@ export class DeleteBucketPolicyCommand extends $Command< * @public */ constructor(readonly input: DeleteBucketPolicyCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -181,7 +176,4 @@ export class DeleteBucketPolicyCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteBucketPolicyCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-s3-control/src/commands/DeleteBucketReplicationCommand.ts b/clients/client-s3-control/src/commands/DeleteBucketReplicationCommand.ts index e4e2ffc7bbda..db662910adb9 100644 --- a/clients/client-s3-control/src/commands/DeleteBucketReplicationCommand.ts +++ b/clients/client-s3-control/src/commands/DeleteBucketReplicationCommand.ts @@ -104,9 +104,6 @@ export class DeleteBucketReplicationCommand extends $Command< DeleteBucketReplicationCommandOutput, S3ControlClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { RequiresAccountId: { type: "staticContextParams", value: true }, @@ -124,9 +121,7 @@ export class DeleteBucketReplicationCommand extends $Command< * @public */ constructor(readonly input: DeleteBucketReplicationCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -180,7 +175,4 @@ export class DeleteBucketReplicationCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteBucketReplicationCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-s3-control/src/commands/DeleteBucketTaggingCommand.ts b/clients/client-s3-control/src/commands/DeleteBucketTaggingCommand.ts index 28b3969e55e0..d2da0b9c2a44 100644 --- a/clients/client-s3-control/src/commands/DeleteBucketTaggingCommand.ts +++ b/clients/client-s3-control/src/commands/DeleteBucketTaggingCommand.ts @@ -92,9 +92,6 @@ export class DeleteBucketTaggingCommand extends $Command< DeleteBucketTaggingCommandOutput, S3ControlClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { RequiresAccountId: { type: "staticContextParams", value: true }, @@ -112,9 +109,7 @@ export class DeleteBucketTaggingCommand extends $Command< * @public */ constructor(readonly input: DeleteBucketTaggingCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -168,7 +163,4 @@ export class DeleteBucketTaggingCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteBucketTaggingCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-s3-control/src/commands/DeleteJobTaggingCommand.ts b/clients/client-s3-control/src/commands/DeleteJobTaggingCommand.ts index 4fea52f75a00..22db6e74395a 100644 --- a/clients/client-s3-control/src/commands/DeleteJobTaggingCommand.ts +++ b/clients/client-s3-control/src/commands/DeleteJobTaggingCommand.ts @@ -103,9 +103,6 @@ export class DeleteJobTaggingCommand extends $Command< DeleteJobTaggingCommandOutput, S3ControlClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { RequiresAccountId: { type: "staticContextParams", value: true }, @@ -122,9 +119,7 @@ export class DeleteJobTaggingCommand extends $Command< * @public */ constructor(readonly input: DeleteJobTaggingCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -178,7 +173,4 @@ export class DeleteJobTaggingCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteJobTaggingCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-s3-control/src/commands/DeleteMultiRegionAccessPointCommand.ts b/clients/client-s3-control/src/commands/DeleteMultiRegionAccessPointCommand.ts index 5d0e57816eb8..e803ff12de70 100644 --- a/clients/client-s3-control/src/commands/DeleteMultiRegionAccessPointCommand.ts +++ b/clients/client-s3-control/src/commands/DeleteMultiRegionAccessPointCommand.ts @@ -112,9 +112,6 @@ export class DeleteMultiRegionAccessPointCommand extends $Command< DeleteMultiRegionAccessPointCommandOutput, S3ControlClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { RequiresAccountId: { type: "staticContextParams", value: true }, @@ -131,9 +128,7 @@ export class DeleteMultiRegionAccessPointCommand extends $Command< * @public */ constructor(readonly input: DeleteMultiRegionAccessPointCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -191,7 +186,4 @@ export class DeleteMultiRegionAccessPointCommand extends $Command< ): Promise { return de_DeleteMultiRegionAccessPointCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-s3-control/src/commands/DeletePublicAccessBlockCommand.ts b/clients/client-s3-control/src/commands/DeletePublicAccessBlockCommand.ts index 2e369cd194f8..021ad1f2a186 100644 --- a/clients/client-s3-control/src/commands/DeletePublicAccessBlockCommand.ts +++ b/clients/client-s3-control/src/commands/DeletePublicAccessBlockCommand.ts @@ -84,9 +84,6 @@ export class DeletePublicAccessBlockCommand extends $Command< DeletePublicAccessBlockCommandOutput, S3ControlClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { RequiresAccountId: { type: "staticContextParams", value: true }, @@ -103,9 +100,7 @@ export class DeletePublicAccessBlockCommand extends $Command< * @public */ constructor(readonly input: DeletePublicAccessBlockCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -159,7 +154,4 @@ export class DeletePublicAccessBlockCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeletePublicAccessBlockCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-s3-control/src/commands/DeleteStorageLensConfigurationCommand.ts b/clients/client-s3-control/src/commands/DeleteStorageLensConfigurationCommand.ts index 8936fe7b9c8e..b63e7c7ee6ad 100644 --- a/clients/client-s3-control/src/commands/DeleteStorageLensConfigurationCommand.ts +++ b/clients/client-s3-control/src/commands/DeleteStorageLensConfigurationCommand.ts @@ -81,9 +81,6 @@ export class DeleteStorageLensConfigurationCommand extends $Command< DeleteStorageLensConfigurationCommandOutput, S3ControlClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { RequiresAccountId: { type: "staticContextParams", value: true }, @@ -100,9 +97,7 @@ export class DeleteStorageLensConfigurationCommand extends $Command< * @public */ constructor(readonly input: DeleteStorageLensConfigurationCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -162,7 +157,4 @@ export class DeleteStorageLensConfigurationCommand extends $Command< ): Promise { return de_DeleteStorageLensConfigurationCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-s3-control/src/commands/DeleteStorageLensConfigurationTaggingCommand.ts b/clients/client-s3-control/src/commands/DeleteStorageLensConfigurationTaggingCommand.ts index a2c0d19f8d0e..18ec0c598435 100644 --- a/clients/client-s3-control/src/commands/DeleteStorageLensConfigurationTaggingCommand.ts +++ b/clients/client-s3-control/src/commands/DeleteStorageLensConfigurationTaggingCommand.ts @@ -88,9 +88,6 @@ export class DeleteStorageLensConfigurationTaggingCommand extends $Command< DeleteStorageLensConfigurationTaggingCommandOutput, S3ControlClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { RequiresAccountId: { type: "staticContextParams", value: true }, @@ -107,9 +104,7 @@ export class DeleteStorageLensConfigurationTaggingCommand extends $Command< * @public */ constructor(readonly input: DeleteStorageLensConfigurationTaggingCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -169,7 +164,4 @@ export class DeleteStorageLensConfigurationTaggingCommand extends $Command< ): Promise { return de_DeleteStorageLensConfigurationTaggingCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-s3-control/src/commands/DescribeJobCommand.ts b/clients/client-s3-control/src/commands/DescribeJobCommand.ts index 11983c7bb156..966daed84231 100644 --- a/clients/client-s3-control/src/commands/DescribeJobCommand.ts +++ b/clients/client-s3-control/src/commands/DescribeJobCommand.ts @@ -291,9 +291,6 @@ export class DescribeJobCommand extends $Command< DescribeJobCommandOutput, S3ControlClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { RequiresAccountId: { type: "staticContextParams", value: true }, @@ -310,9 +307,7 @@ export class DescribeJobCommand extends $Command< * @public */ constructor(readonly input: DescribeJobCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -364,7 +359,4 @@ export class DescribeJobCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DescribeJobCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-s3-control/src/commands/DescribeMultiRegionAccessPointOperationCommand.ts b/clients/client-s3-control/src/commands/DescribeMultiRegionAccessPointOperationCommand.ts index 9d22c54ba182..0ec832dcdd8a 100644 --- a/clients/client-s3-control/src/commands/DescribeMultiRegionAccessPointOperationCommand.ts +++ b/clients/client-s3-control/src/commands/DescribeMultiRegionAccessPointOperationCommand.ts @@ -152,9 +152,6 @@ export class DescribeMultiRegionAccessPointOperationCommand extends $Command< DescribeMultiRegionAccessPointOperationCommandOutput, S3ControlClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { RequiresAccountId: { type: "staticContextParams", value: true }, @@ -171,9 +168,7 @@ export class DescribeMultiRegionAccessPointOperationCommand extends $Command< * @public */ constructor(readonly input: DescribeMultiRegionAccessPointOperationCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -240,7 +235,4 @@ export class DescribeMultiRegionAccessPointOperationCommand extends $Command< ): Promise { return de_DescribeMultiRegionAccessPointOperationCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-s3-control/src/commands/GetAccessPointCommand.ts b/clients/client-s3-control/src/commands/GetAccessPointCommand.ts index f2dce4e5b461..0c9bef56a929 100644 --- a/clients/client-s3-control/src/commands/GetAccessPointCommand.ts +++ b/clients/client-s3-control/src/commands/GetAccessPointCommand.ts @@ -110,9 +110,6 @@ export class GetAccessPointCommand extends $Command< GetAccessPointCommandOutput, S3ControlClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { RequiresAccountId: { type: "staticContextParams", value: true }, @@ -130,9 +127,7 @@ export class GetAccessPointCommand extends $Command< * @public */ constructor(readonly input: GetAccessPointCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -186,7 +181,4 @@ export class GetAccessPointCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetAccessPointCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-s3-control/src/commands/GetAccessPointConfigurationForObjectLambdaCommand.ts b/clients/client-s3-control/src/commands/GetAccessPointConfigurationForObjectLambdaCommand.ts index 76bf09cd5291..a4abdeb0e0fc 100644 --- a/clients/client-s3-control/src/commands/GetAccessPointConfigurationForObjectLambdaCommand.ts +++ b/clients/client-s3-control/src/commands/GetAccessPointConfigurationForObjectLambdaCommand.ts @@ -109,9 +109,6 @@ export class GetAccessPointConfigurationForObjectLambdaCommand extends $Command< GetAccessPointConfigurationForObjectLambdaCommandOutput, S3ControlClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { RequiresAccountId: { type: "staticContextParams", value: true }, @@ -128,9 +125,7 @@ export class GetAccessPointConfigurationForObjectLambdaCommand extends $Command< * @public */ constructor(readonly input: GetAccessPointConfigurationForObjectLambdaCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -196,7 +191,4 @@ export class GetAccessPointConfigurationForObjectLambdaCommand extends $Command< ): Promise { return de_GetAccessPointConfigurationForObjectLambdaCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-s3-control/src/commands/GetAccessPointForObjectLambdaCommand.ts b/clients/client-s3-control/src/commands/GetAccessPointForObjectLambdaCommand.ts index e55c4b3482a7..30cb95bb6412 100644 --- a/clients/client-s3-control/src/commands/GetAccessPointForObjectLambdaCommand.ts +++ b/clients/client-s3-control/src/commands/GetAccessPointForObjectLambdaCommand.ts @@ -106,9 +106,6 @@ export class GetAccessPointForObjectLambdaCommand extends $Command< GetAccessPointForObjectLambdaCommandOutput, S3ControlClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { RequiresAccountId: { type: "staticContextParams", value: true }, @@ -125,9 +122,7 @@ export class GetAccessPointForObjectLambdaCommand extends $Command< * @public */ constructor(readonly input: GetAccessPointForObjectLambdaCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -184,7 +179,4 @@ export class GetAccessPointForObjectLambdaCommand extends $Command< ): Promise { return de_GetAccessPointForObjectLambdaCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-s3-control/src/commands/GetAccessPointPolicyCommand.ts b/clients/client-s3-control/src/commands/GetAccessPointPolicyCommand.ts index ab82cf004cd0..01ca050b1770 100644 --- a/clients/client-s3-control/src/commands/GetAccessPointPolicyCommand.ts +++ b/clients/client-s3-control/src/commands/GetAccessPointPolicyCommand.ts @@ -85,9 +85,6 @@ export class GetAccessPointPolicyCommand extends $Command< GetAccessPointPolicyCommandOutput, S3ControlClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { RequiresAccountId: { type: "staticContextParams", value: true }, @@ -105,9 +102,7 @@ export class GetAccessPointPolicyCommand extends $Command< * @public */ constructor(readonly input: GetAccessPointPolicyCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -161,7 +156,4 @@ export class GetAccessPointPolicyCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetAccessPointPolicyCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-s3-control/src/commands/GetAccessPointPolicyForObjectLambdaCommand.ts b/clients/client-s3-control/src/commands/GetAccessPointPolicyForObjectLambdaCommand.ts index 335b1c52c2d9..534bab10f91a 100644 --- a/clients/client-s3-control/src/commands/GetAccessPointPolicyForObjectLambdaCommand.ts +++ b/clients/client-s3-control/src/commands/GetAccessPointPolicyForObjectLambdaCommand.ts @@ -94,9 +94,6 @@ export class GetAccessPointPolicyForObjectLambdaCommand extends $Command< GetAccessPointPolicyForObjectLambdaCommandOutput, S3ControlClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { RequiresAccountId: { type: "staticContextParams", value: true }, @@ -113,9 +110,7 @@ export class GetAccessPointPolicyForObjectLambdaCommand extends $Command< * @public */ constructor(readonly input: GetAccessPointPolicyForObjectLambdaCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -175,7 +170,4 @@ export class GetAccessPointPolicyForObjectLambdaCommand extends $Command< ): Promise { return de_GetAccessPointPolicyForObjectLambdaCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-s3-control/src/commands/GetAccessPointPolicyStatusCommand.ts b/clients/client-s3-control/src/commands/GetAccessPointPolicyStatusCommand.ts index a4fa4cb3143a..446d531c5b31 100644 --- a/clients/client-s3-control/src/commands/GetAccessPointPolicyStatusCommand.ts +++ b/clients/client-s3-control/src/commands/GetAccessPointPolicyStatusCommand.ts @@ -76,9 +76,6 @@ export class GetAccessPointPolicyStatusCommand extends $Command< GetAccessPointPolicyStatusCommandOutput, S3ControlClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { RequiresAccountId: { type: "staticContextParams", value: true }, @@ -96,9 +93,7 @@ export class GetAccessPointPolicyStatusCommand extends $Command< * @public */ constructor(readonly input: GetAccessPointPolicyStatusCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -155,7 +150,4 @@ export class GetAccessPointPolicyStatusCommand extends $Command< ): Promise { return de_GetAccessPointPolicyStatusCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-s3-control/src/commands/GetAccessPointPolicyStatusForObjectLambdaCommand.ts b/clients/client-s3-control/src/commands/GetAccessPointPolicyStatusForObjectLambdaCommand.ts index c3fcd1d981cd..57ee5e396592 100644 --- a/clients/client-s3-control/src/commands/GetAccessPointPolicyStatusForObjectLambdaCommand.ts +++ b/clients/client-s3-control/src/commands/GetAccessPointPolicyStatusForObjectLambdaCommand.ts @@ -83,9 +83,6 @@ export class GetAccessPointPolicyStatusForObjectLambdaCommand extends $Command< GetAccessPointPolicyStatusForObjectLambdaCommandOutput, S3ControlClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { RequiresAccountId: { type: "staticContextParams", value: true }, @@ -102,9 +99,7 @@ export class GetAccessPointPolicyStatusForObjectLambdaCommand extends $Command< * @public */ constructor(readonly input: GetAccessPointPolicyStatusForObjectLambdaCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -170,7 +165,4 @@ export class GetAccessPointPolicyStatusForObjectLambdaCommand extends $Command< ): Promise { return de_GetAccessPointPolicyStatusForObjectLambdaCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-s3-control/src/commands/GetBucketCommand.ts b/clients/client-s3-control/src/commands/GetBucketCommand.ts index b0b76787270a..a398c29bdd6e 100644 --- a/clients/client-s3-control/src/commands/GetBucketCommand.ts +++ b/clients/client-s3-control/src/commands/GetBucketCommand.ts @@ -102,9 +102,6 @@ export class GetBucketCommand extends $Command< GetBucketCommandOutput, S3ControlClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { RequiresAccountId: { type: "staticContextParams", value: true }, @@ -122,9 +119,7 @@ export class GetBucketCommand extends $Command< * @public */ constructor(readonly input: GetBucketCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -176,7 +171,4 @@ export class GetBucketCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetBucketCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-s3-control/src/commands/GetBucketLifecycleConfigurationCommand.ts b/clients/client-s3-control/src/commands/GetBucketLifecycleConfigurationCommand.ts index 6276efab5481..7204b8678a64 100644 --- a/clients/client-s3-control/src/commands/GetBucketLifecycleConfigurationCommand.ts +++ b/clients/client-s3-control/src/commands/GetBucketLifecycleConfigurationCommand.ts @@ -174,9 +174,6 @@ export class GetBucketLifecycleConfigurationCommand extends $Command< GetBucketLifecycleConfigurationCommandOutput, S3ControlClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { RequiresAccountId: { type: "staticContextParams", value: true }, @@ -194,9 +191,7 @@ export class GetBucketLifecycleConfigurationCommand extends $Command< * @public */ constructor(readonly input: GetBucketLifecycleConfigurationCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -256,7 +251,4 @@ export class GetBucketLifecycleConfigurationCommand extends $Command< ): Promise { return de_GetBucketLifecycleConfigurationCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-s3-control/src/commands/GetBucketPolicyCommand.ts b/clients/client-s3-control/src/commands/GetBucketPolicyCommand.ts index 317f2b24bcf2..7d1f94a6eefa 100644 --- a/clients/client-s3-control/src/commands/GetBucketPolicyCommand.ts +++ b/clients/client-s3-control/src/commands/GetBucketPolicyCommand.ts @@ -112,9 +112,6 @@ export class GetBucketPolicyCommand extends $Command< GetBucketPolicyCommandOutput, S3ControlClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { RequiresAccountId: { type: "staticContextParams", value: true }, @@ -132,9 +129,7 @@ export class GetBucketPolicyCommand extends $Command< * @public */ constructor(readonly input: GetBucketPolicyCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -188,7 +183,4 @@ export class GetBucketPolicyCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetBucketPolicyCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-s3-control/src/commands/GetBucketReplicationCommand.ts b/clients/client-s3-control/src/commands/GetBucketReplicationCommand.ts index 851f8d9d1916..da2878ad2d6c 100644 --- a/clients/client-s3-control/src/commands/GetBucketReplicationCommand.ts +++ b/clients/client-s3-control/src/commands/GetBucketReplicationCommand.ts @@ -176,9 +176,6 @@ export class GetBucketReplicationCommand extends $Command< GetBucketReplicationCommandOutput, S3ControlClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { RequiresAccountId: { type: "staticContextParams", value: true }, @@ -196,9 +193,7 @@ export class GetBucketReplicationCommand extends $Command< * @public */ constructor(readonly input: GetBucketReplicationCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -252,7 +247,4 @@ export class GetBucketReplicationCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetBucketReplicationCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-s3-control/src/commands/GetBucketTaggingCommand.ts b/clients/client-s3-control/src/commands/GetBucketTaggingCommand.ts index da49f7c698bc..c9365aee5561 100644 --- a/clients/client-s3-control/src/commands/GetBucketTaggingCommand.ts +++ b/clients/client-s3-control/src/commands/GetBucketTaggingCommand.ts @@ -113,9 +113,6 @@ export class GetBucketTaggingCommand extends $Command< GetBucketTaggingCommandOutput, S3ControlClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { RequiresAccountId: { type: "staticContextParams", value: true }, @@ -133,9 +130,7 @@ export class GetBucketTaggingCommand extends $Command< * @public */ constructor(readonly input: GetBucketTaggingCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -189,7 +184,4 @@ export class GetBucketTaggingCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetBucketTaggingCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-s3-control/src/commands/GetBucketVersioningCommand.ts b/clients/client-s3-control/src/commands/GetBucketVersioningCommand.ts index 7a6d8039f52c..9ec19ad43fad 100644 --- a/clients/client-s3-control/src/commands/GetBucketVersioningCommand.ts +++ b/clients/client-s3-control/src/commands/GetBucketVersioningCommand.ts @@ -110,9 +110,6 @@ export class GetBucketVersioningCommand extends $Command< GetBucketVersioningCommandOutput, S3ControlClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { RequiresAccountId: { type: "staticContextParams", value: true }, @@ -130,9 +127,7 @@ export class GetBucketVersioningCommand extends $Command< * @public */ constructor(readonly input: GetBucketVersioningCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -186,7 +181,4 @@ export class GetBucketVersioningCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetBucketVersioningCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-s3-control/src/commands/GetJobTaggingCommand.ts b/clients/client-s3-control/src/commands/GetJobTaggingCommand.ts index 85b3a7da1b2d..688e945b0793 100644 --- a/clients/client-s3-control/src/commands/GetJobTaggingCommand.ts +++ b/clients/client-s3-control/src/commands/GetJobTaggingCommand.ts @@ -110,9 +110,6 @@ export class GetJobTaggingCommand extends $Command< GetJobTaggingCommandOutput, S3ControlClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { RequiresAccountId: { type: "staticContextParams", value: true }, @@ -129,9 +126,7 @@ export class GetJobTaggingCommand extends $Command< * @public */ constructor(readonly input: GetJobTaggingCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -183,7 +178,4 @@ export class GetJobTaggingCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetJobTaggingCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-s3-control/src/commands/GetMultiRegionAccessPointCommand.ts b/clients/client-s3-control/src/commands/GetMultiRegionAccessPointCommand.ts index e54fb510949e..219dc48af124 100644 --- a/clients/client-s3-control/src/commands/GetMultiRegionAccessPointCommand.ts +++ b/clients/client-s3-control/src/commands/GetMultiRegionAccessPointCommand.ts @@ -117,9 +117,6 @@ export class GetMultiRegionAccessPointCommand extends $Command< GetMultiRegionAccessPointCommandOutput, S3ControlClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { RequiresAccountId: { type: "staticContextParams", value: true }, @@ -136,9 +133,7 @@ export class GetMultiRegionAccessPointCommand extends $Command< * @public */ constructor(readonly input: GetMultiRegionAccessPointCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -196,7 +191,4 @@ export class GetMultiRegionAccessPointCommand extends $Command< ): Promise { return de_GetMultiRegionAccessPointCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-s3-control/src/commands/GetMultiRegionAccessPointPolicyCommand.ts b/clients/client-s3-control/src/commands/GetMultiRegionAccessPointPolicyCommand.ts index a98714f85a73..0666cfb38336 100644 --- a/clients/client-s3-control/src/commands/GetMultiRegionAccessPointPolicyCommand.ts +++ b/clients/client-s3-control/src/commands/GetMultiRegionAccessPointPolicyCommand.ts @@ -102,9 +102,6 @@ export class GetMultiRegionAccessPointPolicyCommand extends $Command< GetMultiRegionAccessPointPolicyCommandOutput, S3ControlClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { RequiresAccountId: { type: "staticContextParams", value: true }, @@ -121,9 +118,7 @@ export class GetMultiRegionAccessPointPolicyCommand extends $Command< * @public */ constructor(readonly input: GetMultiRegionAccessPointPolicyCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -184,7 +179,4 @@ export class GetMultiRegionAccessPointPolicyCommand extends $Command< ): Promise { return de_GetMultiRegionAccessPointPolicyCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-s3-control/src/commands/GetMultiRegionAccessPointPolicyStatusCommand.ts b/clients/client-s3-control/src/commands/GetMultiRegionAccessPointPolicyStatusCommand.ts index 8529b18e4cc9..0a70a13eeff8 100644 --- a/clients/client-s3-control/src/commands/GetMultiRegionAccessPointPolicyStatusCommand.ts +++ b/clients/client-s3-control/src/commands/GetMultiRegionAccessPointPolicyStatusCommand.ts @@ -102,9 +102,6 @@ export class GetMultiRegionAccessPointPolicyStatusCommand extends $Command< GetMultiRegionAccessPointPolicyStatusCommandOutput, S3ControlClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { RequiresAccountId: { type: "staticContextParams", value: true }, @@ -121,9 +118,7 @@ export class GetMultiRegionAccessPointPolicyStatusCommand extends $Command< * @public */ constructor(readonly input: GetMultiRegionAccessPointPolicyStatusCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -184,7 +179,4 @@ export class GetMultiRegionAccessPointPolicyStatusCommand extends $Command< ): Promise { return de_GetMultiRegionAccessPointPolicyStatusCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-s3-control/src/commands/GetMultiRegionAccessPointRoutesCommand.ts b/clients/client-s3-control/src/commands/GetMultiRegionAccessPointRoutesCommand.ts index ecfffe0e7117..b5f3bf607f4b 100644 --- a/clients/client-s3-control/src/commands/GetMultiRegionAccessPointRoutesCommand.ts +++ b/clients/client-s3-control/src/commands/GetMultiRegionAccessPointRoutesCommand.ts @@ -118,9 +118,6 @@ export class GetMultiRegionAccessPointRoutesCommand extends $Command< GetMultiRegionAccessPointRoutesCommandOutput, S3ControlClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { RequiresAccountId: { type: "staticContextParams", value: true }, @@ -137,9 +134,7 @@ export class GetMultiRegionAccessPointRoutesCommand extends $Command< * @public */ constructor(readonly input: GetMultiRegionAccessPointRoutesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -200,7 +195,4 @@ export class GetMultiRegionAccessPointRoutesCommand extends $Command< ): Promise { return de_GetMultiRegionAccessPointRoutesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-s3-control/src/commands/GetPublicAccessBlockCommand.ts b/clients/client-s3-control/src/commands/GetPublicAccessBlockCommand.ts index 18cbc34d8648..6f914b646640 100644 --- a/clients/client-s3-control/src/commands/GetPublicAccessBlockCommand.ts +++ b/clients/client-s3-control/src/commands/GetPublicAccessBlockCommand.ts @@ -96,9 +96,6 @@ export class GetPublicAccessBlockCommand extends $Command< GetPublicAccessBlockCommandOutput, S3ControlClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { RequiresAccountId: { type: "staticContextParams", value: true }, @@ -115,9 +112,7 @@ export class GetPublicAccessBlockCommand extends $Command< * @public */ constructor(readonly input: GetPublicAccessBlockCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -171,7 +166,4 @@ export class GetPublicAccessBlockCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetPublicAccessBlockCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-s3-control/src/commands/GetStorageLensConfigurationCommand.ts b/clients/client-s3-control/src/commands/GetStorageLensConfigurationCommand.ts index d847c82b9c7f..38fbbe52c229 100644 --- a/clients/client-s3-control/src/commands/GetStorageLensConfigurationCommand.ts +++ b/clients/client-s3-control/src/commands/GetStorageLensConfigurationCommand.ts @@ -158,9 +158,6 @@ export class GetStorageLensConfigurationCommand extends $Command< GetStorageLensConfigurationCommandOutput, S3ControlClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { RequiresAccountId: { type: "staticContextParams", value: true }, @@ -177,9 +174,7 @@ export class GetStorageLensConfigurationCommand extends $Command< * @public */ constructor(readonly input: GetStorageLensConfigurationCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -236,7 +231,4 @@ export class GetStorageLensConfigurationCommand extends $Command< ): Promise { return de_GetStorageLensConfigurationCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-s3-control/src/commands/GetStorageLensConfigurationTaggingCommand.ts b/clients/client-s3-control/src/commands/GetStorageLensConfigurationTaggingCommand.ts index 5884e44ed5e8..1ccb29879ad3 100644 --- a/clients/client-s3-control/src/commands/GetStorageLensConfigurationTaggingCommand.ts +++ b/clients/client-s3-control/src/commands/GetStorageLensConfigurationTaggingCommand.ts @@ -94,9 +94,6 @@ export class GetStorageLensConfigurationTaggingCommand extends $Command< GetStorageLensConfigurationTaggingCommandOutput, S3ControlClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { RequiresAccountId: { type: "staticContextParams", value: true }, @@ -113,9 +110,7 @@ export class GetStorageLensConfigurationTaggingCommand extends $Command< * @public */ constructor(readonly input: GetStorageLensConfigurationTaggingCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -175,7 +170,4 @@ export class GetStorageLensConfigurationTaggingCommand extends $Command< ): Promise { return de_GetStorageLensConfigurationTaggingCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-s3-control/src/commands/ListAccessPointsCommand.ts b/clients/client-s3-control/src/commands/ListAccessPointsCommand.ts index 1dc72747ea14..9c939190bf64 100644 --- a/clients/client-s3-control/src/commands/ListAccessPointsCommand.ts +++ b/clients/client-s3-control/src/commands/ListAccessPointsCommand.ts @@ -114,9 +114,6 @@ export class ListAccessPointsCommand extends $Command< ListAccessPointsCommandOutput, S3ControlClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { RequiresAccountId: { type: "staticContextParams", value: true }, @@ -134,9 +131,7 @@ export class ListAccessPointsCommand extends $Command< * @public */ constructor(readonly input: ListAccessPointsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -190,7 +185,4 @@ export class ListAccessPointsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListAccessPointsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-s3-control/src/commands/ListAccessPointsForObjectLambdaCommand.ts b/clients/client-s3-control/src/commands/ListAccessPointsForObjectLambdaCommand.ts index 6a5d3892e87b..7860f5dbc153 100644 --- a/clients/client-s3-control/src/commands/ListAccessPointsForObjectLambdaCommand.ts +++ b/clients/client-s3-control/src/commands/ListAccessPointsForObjectLambdaCommand.ts @@ -109,9 +109,6 @@ export class ListAccessPointsForObjectLambdaCommand extends $Command< ListAccessPointsForObjectLambdaCommandOutput, S3ControlClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { RequiresAccountId: { type: "staticContextParams", value: true }, @@ -128,9 +125,7 @@ export class ListAccessPointsForObjectLambdaCommand extends $Command< * @public */ constructor(readonly input: ListAccessPointsForObjectLambdaCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -190,7 +185,4 @@ export class ListAccessPointsForObjectLambdaCommand extends $Command< ): Promise { return de_ListAccessPointsForObjectLambdaCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-s3-control/src/commands/ListJobsCommand.ts b/clients/client-s3-control/src/commands/ListJobsCommand.ts index df6355eb024f..23c247aabdc3 100644 --- a/clients/client-s3-control/src/commands/ListJobsCommand.ts +++ b/clients/client-s3-control/src/commands/ListJobsCommand.ts @@ -130,9 +130,6 @@ export class ListJobsCommand extends $Command< ListJobsCommandOutput, S3ControlClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { RequiresAccountId: { type: "staticContextParams", value: true }, @@ -149,9 +146,7 @@ export class ListJobsCommand extends $Command< * @public */ constructor(readonly input: ListJobsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -203,7 +198,4 @@ export class ListJobsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListJobsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-s3-control/src/commands/ListMultiRegionAccessPointsCommand.ts b/clients/client-s3-control/src/commands/ListMultiRegionAccessPointsCommand.ts index 421cce2b8e82..8240827c950e 100644 --- a/clients/client-s3-control/src/commands/ListMultiRegionAccessPointsCommand.ts +++ b/clients/client-s3-control/src/commands/ListMultiRegionAccessPointsCommand.ts @@ -123,9 +123,6 @@ export class ListMultiRegionAccessPointsCommand extends $Command< ListMultiRegionAccessPointsCommandOutput, S3ControlClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { RequiresAccountId: { type: "staticContextParams", value: true }, @@ -142,9 +139,7 @@ export class ListMultiRegionAccessPointsCommand extends $Command< * @public */ constructor(readonly input: ListMultiRegionAccessPointsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -202,7 +197,4 @@ export class ListMultiRegionAccessPointsCommand extends $Command< ): Promise { return de_ListMultiRegionAccessPointsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-s3-control/src/commands/ListRegionalBucketsCommand.ts b/clients/client-s3-control/src/commands/ListRegionalBucketsCommand.ts index 23302efafd5a..e678289c53af 100644 --- a/clients/client-s3-control/src/commands/ListRegionalBucketsCommand.ts +++ b/clients/client-s3-control/src/commands/ListRegionalBucketsCommand.ts @@ -87,9 +87,6 @@ export class ListRegionalBucketsCommand extends $Command< ListRegionalBucketsCommandOutput, S3ControlClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { RequiresAccountId: { type: "staticContextParams", value: true }, @@ -107,9 +104,7 @@ export class ListRegionalBucketsCommand extends $Command< * @public */ constructor(readonly input: ListRegionalBucketsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -163,7 +158,4 @@ export class ListRegionalBucketsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListRegionalBucketsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-s3-control/src/commands/ListStorageLensConfigurationsCommand.ts b/clients/client-s3-control/src/commands/ListStorageLensConfigurationsCommand.ts index 0d44a52a393c..e68b38935f53 100644 --- a/clients/client-s3-control/src/commands/ListStorageLensConfigurationsCommand.ts +++ b/clients/client-s3-control/src/commands/ListStorageLensConfigurationsCommand.ts @@ -94,9 +94,6 @@ export class ListStorageLensConfigurationsCommand extends $Command< ListStorageLensConfigurationsCommandOutput, S3ControlClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { RequiresAccountId: { type: "staticContextParams", value: true }, @@ -113,9 +110,7 @@ export class ListStorageLensConfigurationsCommand extends $Command< * @public */ constructor(readonly input: ListStorageLensConfigurationsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -172,7 +167,4 @@ export class ListStorageLensConfigurationsCommand extends $Command< ): Promise { return de_ListStorageLensConfigurationsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-s3-control/src/commands/PutAccessPointConfigurationForObjectLambdaCommand.ts b/clients/client-s3-control/src/commands/PutAccessPointConfigurationForObjectLambdaCommand.ts index da07c2327f87..0885f4b94e98 100644 --- a/clients/client-s3-control/src/commands/PutAccessPointConfigurationForObjectLambdaCommand.ts +++ b/clients/client-s3-control/src/commands/PutAccessPointConfigurationForObjectLambdaCommand.ts @@ -103,9 +103,6 @@ export class PutAccessPointConfigurationForObjectLambdaCommand extends $Command< PutAccessPointConfigurationForObjectLambdaCommandOutput, S3ControlClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { RequiresAccountId: { type: "staticContextParams", value: true }, @@ -122,9 +119,7 @@ export class PutAccessPointConfigurationForObjectLambdaCommand extends $Command< * @public */ constructor(readonly input: PutAccessPointConfigurationForObjectLambdaCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -190,7 +185,4 @@ export class PutAccessPointConfigurationForObjectLambdaCommand extends $Command< ): Promise { return de_PutAccessPointConfigurationForObjectLambdaCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-s3-control/src/commands/PutAccessPointPolicyCommand.ts b/clients/client-s3-control/src/commands/PutAccessPointPolicyCommand.ts index 931b396e0bbb..d1b4b0468e68 100644 --- a/clients/client-s3-control/src/commands/PutAccessPointPolicyCommand.ts +++ b/clients/client-s3-control/src/commands/PutAccessPointPolicyCommand.ts @@ -88,9 +88,6 @@ export class PutAccessPointPolicyCommand extends $Command< PutAccessPointPolicyCommandOutput, S3ControlClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { RequiresAccountId: { type: "staticContextParams", value: true }, @@ -108,9 +105,7 @@ export class PutAccessPointPolicyCommand extends $Command< * @public */ constructor(readonly input: PutAccessPointPolicyCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -164,7 +159,4 @@ export class PutAccessPointPolicyCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_PutAccessPointPolicyCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-s3-control/src/commands/PutAccessPointPolicyForObjectLambdaCommand.ts b/clients/client-s3-control/src/commands/PutAccessPointPolicyForObjectLambdaCommand.ts index e4bfba7b0e04..47861ebc374f 100644 --- a/clients/client-s3-control/src/commands/PutAccessPointPolicyForObjectLambdaCommand.ts +++ b/clients/client-s3-control/src/commands/PutAccessPointPolicyForObjectLambdaCommand.ts @@ -88,9 +88,6 @@ export class PutAccessPointPolicyForObjectLambdaCommand extends $Command< PutAccessPointPolicyForObjectLambdaCommandOutput, S3ControlClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { RequiresAccountId: { type: "staticContextParams", value: true }, @@ -107,9 +104,7 @@ export class PutAccessPointPolicyForObjectLambdaCommand extends $Command< * @public */ constructor(readonly input: PutAccessPointPolicyForObjectLambdaCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -169,7 +164,4 @@ export class PutAccessPointPolicyForObjectLambdaCommand extends $Command< ): Promise { return de_PutAccessPointPolicyForObjectLambdaCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-s3-control/src/commands/PutBucketLifecycleConfigurationCommand.ts b/clients/client-s3-control/src/commands/PutBucketLifecycleConfigurationCommand.ts index fa6a646de790..1cee80231ae5 100644 --- a/clients/client-s3-control/src/commands/PutBucketLifecycleConfigurationCommand.ts +++ b/clients/client-s3-control/src/commands/PutBucketLifecycleConfigurationCommand.ts @@ -151,9 +151,6 @@ export class PutBucketLifecycleConfigurationCommand extends $Command< PutBucketLifecycleConfigurationCommandOutput, S3ControlClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { RequiresAccountId: { type: "staticContextParams", value: true }, @@ -171,9 +168,7 @@ export class PutBucketLifecycleConfigurationCommand extends $Command< * @public */ constructor(readonly input: PutBucketLifecycleConfigurationCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -234,7 +229,4 @@ export class PutBucketLifecycleConfigurationCommand extends $Command< ): Promise { return de_PutBucketLifecycleConfigurationCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-s3-control/src/commands/PutBucketPolicyCommand.ts b/clients/client-s3-control/src/commands/PutBucketPolicyCommand.ts index 6e7fac6ca2ba..2344a8ab7de4 100644 --- a/clients/client-s3-control/src/commands/PutBucketPolicyCommand.ts +++ b/clients/client-s3-control/src/commands/PutBucketPolicyCommand.ts @@ -108,9 +108,6 @@ export class PutBucketPolicyCommand extends $Command< PutBucketPolicyCommandOutput, S3ControlClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { RequiresAccountId: { type: "staticContextParams", value: true }, @@ -128,9 +125,7 @@ export class PutBucketPolicyCommand extends $Command< * @public */ constructor(readonly input: PutBucketPolicyCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -185,7 +180,4 @@ export class PutBucketPolicyCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_PutBucketPolicyCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-s3-control/src/commands/PutBucketReplicationCommand.ts b/clients/client-s3-control/src/commands/PutBucketReplicationCommand.ts index a5a486c31e4e..20b5fede42f5 100644 --- a/clients/client-s3-control/src/commands/PutBucketReplicationCommand.ts +++ b/clients/client-s3-control/src/commands/PutBucketReplicationCommand.ts @@ -216,9 +216,6 @@ export class PutBucketReplicationCommand extends $Command< PutBucketReplicationCommandOutput, S3ControlClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { RequiresAccountId: { type: "staticContextParams", value: true }, @@ -236,9 +233,7 @@ export class PutBucketReplicationCommand extends $Command< * @public */ constructor(readonly input: PutBucketReplicationCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -293,7 +288,4 @@ export class PutBucketReplicationCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_PutBucketReplicationCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-s3-control/src/commands/PutBucketTaggingCommand.ts b/clients/client-s3-control/src/commands/PutBucketTaggingCommand.ts index 6e9738e97fcb..61a6bc3f3213 100644 --- a/clients/client-s3-control/src/commands/PutBucketTaggingCommand.ts +++ b/clients/client-s3-control/src/commands/PutBucketTaggingCommand.ts @@ -161,9 +161,6 @@ export class PutBucketTaggingCommand extends $Command< PutBucketTaggingCommandOutput, S3ControlClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { RequiresAccountId: { type: "staticContextParams", value: true }, @@ -181,9 +178,7 @@ export class PutBucketTaggingCommand extends $Command< * @public */ constructor(readonly input: PutBucketTaggingCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -238,7 +233,4 @@ export class PutBucketTaggingCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_PutBucketTaggingCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-s3-control/src/commands/PutBucketVersioningCommand.ts b/clients/client-s3-control/src/commands/PutBucketVersioningCommand.ts index d5c4e5ac71d6..e9ab9900717d 100644 --- a/clients/client-s3-control/src/commands/PutBucketVersioningCommand.ts +++ b/clients/client-s3-control/src/commands/PutBucketVersioningCommand.ts @@ -137,9 +137,6 @@ export class PutBucketVersioningCommand extends $Command< PutBucketVersioningCommandOutput, S3ControlClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { RequiresAccountId: { type: "staticContextParams", value: true }, @@ -157,9 +154,7 @@ export class PutBucketVersioningCommand extends $Command< * @public */ constructor(readonly input: PutBucketVersioningCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -214,7 +209,4 @@ export class PutBucketVersioningCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_PutBucketVersioningCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-s3-control/src/commands/PutJobTaggingCommand.ts b/clients/client-s3-control/src/commands/PutJobTaggingCommand.ts index e0a7ac492e03..8b89879ddf8a 100644 --- a/clients/client-s3-control/src/commands/PutJobTaggingCommand.ts +++ b/clients/client-s3-control/src/commands/PutJobTaggingCommand.ts @@ -154,9 +154,6 @@ export class PutJobTaggingCommand extends $Command< PutJobTaggingCommandOutput, S3ControlClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { RequiresAccountId: { type: "staticContextParams", value: true }, @@ -173,9 +170,7 @@ export class PutJobTaggingCommand extends $Command< * @public */ constructor(readonly input: PutJobTaggingCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -227,7 +222,4 @@ export class PutJobTaggingCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_PutJobTaggingCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-s3-control/src/commands/PutMultiRegionAccessPointPolicyCommand.ts b/clients/client-s3-control/src/commands/PutMultiRegionAccessPointPolicyCommand.ts index 86b12cedad06..9189b132e359 100644 --- a/clients/client-s3-control/src/commands/PutMultiRegionAccessPointPolicyCommand.ts +++ b/clients/client-s3-control/src/commands/PutMultiRegionAccessPointPolicyCommand.ts @@ -101,9 +101,6 @@ export class PutMultiRegionAccessPointPolicyCommand extends $Command< PutMultiRegionAccessPointPolicyCommandOutput, S3ControlClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { RequiresAccountId: { type: "staticContextParams", value: true }, @@ -120,9 +117,7 @@ export class PutMultiRegionAccessPointPolicyCommand extends $Command< * @public */ constructor(readonly input: PutMultiRegionAccessPointPolicyCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -183,7 +178,4 @@ export class PutMultiRegionAccessPointPolicyCommand extends $Command< ): Promise { return de_PutMultiRegionAccessPointPolicyCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-s3-control/src/commands/PutPublicAccessBlockCommand.ts b/clients/client-s3-control/src/commands/PutPublicAccessBlockCommand.ts index 594fea2dc38e..b0ec8b4b0a34 100644 --- a/clients/client-s3-control/src/commands/PutPublicAccessBlockCommand.ts +++ b/clients/client-s3-control/src/commands/PutPublicAccessBlockCommand.ts @@ -91,9 +91,6 @@ export class PutPublicAccessBlockCommand extends $Command< PutPublicAccessBlockCommandOutput, S3ControlClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { RequiresAccountId: { type: "staticContextParams", value: true }, @@ -110,9 +107,7 @@ export class PutPublicAccessBlockCommand extends $Command< * @public */ constructor(readonly input: PutPublicAccessBlockCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -166,7 +161,4 @@ export class PutPublicAccessBlockCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_PutPublicAccessBlockCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-s3-control/src/commands/PutStorageLensConfigurationCommand.ts b/clients/client-s3-control/src/commands/PutStorageLensConfigurationCommand.ts index 213b093258f1..26b14722476d 100644 --- a/clients/client-s3-control/src/commands/PutStorageLensConfigurationCommand.ts +++ b/clients/client-s3-control/src/commands/PutStorageLensConfigurationCommand.ts @@ -162,9 +162,6 @@ export class PutStorageLensConfigurationCommand extends $Command< PutStorageLensConfigurationCommandOutput, S3ControlClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { RequiresAccountId: { type: "staticContextParams", value: true }, @@ -181,9 +178,7 @@ export class PutStorageLensConfigurationCommand extends $Command< * @public */ constructor(readonly input: PutStorageLensConfigurationCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -240,7 +235,4 @@ export class PutStorageLensConfigurationCommand extends $Command< ): Promise { return de_PutStorageLensConfigurationCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-s3-control/src/commands/PutStorageLensConfigurationTaggingCommand.ts b/clients/client-s3-control/src/commands/PutStorageLensConfigurationTaggingCommand.ts index 113a31780350..6ed7d3315927 100644 --- a/clients/client-s3-control/src/commands/PutStorageLensConfigurationTaggingCommand.ts +++ b/clients/client-s3-control/src/commands/PutStorageLensConfigurationTaggingCommand.ts @@ -92,9 +92,6 @@ export class PutStorageLensConfigurationTaggingCommand extends $Command< PutStorageLensConfigurationTaggingCommandOutput, S3ControlClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { RequiresAccountId: { type: "staticContextParams", value: true }, @@ -111,9 +108,7 @@ export class PutStorageLensConfigurationTaggingCommand extends $Command< * @public */ constructor(readonly input: PutStorageLensConfigurationTaggingCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -173,7 +168,4 @@ export class PutStorageLensConfigurationTaggingCommand extends $Command< ): Promise { return de_PutStorageLensConfigurationTaggingCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-s3-control/src/commands/SubmitMultiRegionAccessPointRoutesCommand.ts b/clients/client-s3-control/src/commands/SubmitMultiRegionAccessPointRoutesCommand.ts index 060f1373141c..86bf5c0f2de0 100644 --- a/clients/client-s3-control/src/commands/SubmitMultiRegionAccessPointRoutesCommand.ts +++ b/clients/client-s3-control/src/commands/SubmitMultiRegionAccessPointRoutesCommand.ts @@ -130,9 +130,6 @@ export class SubmitMultiRegionAccessPointRoutesCommand extends $Command< SubmitMultiRegionAccessPointRoutesCommandOutput, S3ControlClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { RequiresAccountId: { type: "staticContextParams", value: true }, @@ -149,9 +146,7 @@ export class SubmitMultiRegionAccessPointRoutesCommand extends $Command< * @public */ constructor(readonly input: SubmitMultiRegionAccessPointRoutesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -212,7 +207,4 @@ export class SubmitMultiRegionAccessPointRoutesCommand extends $Command< ): Promise { return de_SubmitMultiRegionAccessPointRoutesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-s3-control/src/commands/UpdateJobPriorityCommand.ts b/clients/client-s3-control/src/commands/UpdateJobPriorityCommand.ts index 65a940c9811b..7f194aa7afc2 100644 --- a/clients/client-s3-control/src/commands/UpdateJobPriorityCommand.ts +++ b/clients/client-s3-control/src/commands/UpdateJobPriorityCommand.ts @@ -110,9 +110,6 @@ export class UpdateJobPriorityCommand extends $Command< UpdateJobPriorityCommandOutput, S3ControlClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { RequiresAccountId: { type: "staticContextParams", value: true }, @@ -129,9 +126,7 @@ export class UpdateJobPriorityCommand extends $Command< * @public */ constructor(readonly input: UpdateJobPriorityCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -185,7 +180,4 @@ export class UpdateJobPriorityCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdateJobPriorityCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-s3-control/src/commands/UpdateJobStatusCommand.ts b/clients/client-s3-control/src/commands/UpdateJobStatusCommand.ts index 12b417d3fa2a..217eacdcd3f6 100644 --- a/clients/client-s3-control/src/commands/UpdateJobStatusCommand.ts +++ b/clients/client-s3-control/src/commands/UpdateJobStatusCommand.ts @@ -116,9 +116,6 @@ export class UpdateJobStatusCommand extends $Command< UpdateJobStatusCommandOutput, S3ControlClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { RequiresAccountId: { type: "staticContextParams", value: true }, @@ -135,9 +132,7 @@ export class UpdateJobStatusCommand extends $Command< * @public */ constructor(readonly input: UpdateJobStatusCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -191,7 +186,4 @@ export class UpdateJobStatusCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdateJobStatusCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-s3/package.json b/clients/client-s3/package.json index 92f7b887ef5b..03139ebce83a 100644 --- a/clients/client-s3/package.json +++ b/clients/client-s3/package.json @@ -48,37 +48,37 @@ "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", "@aws-sdk/xml-builder": "*", - "@smithy/config-resolver": "^2.0.16", - "@smithy/eventstream-serde-browser": "^2.0.12", - "@smithy/eventstream-serde-config-resolver": "^2.0.12", - "@smithy/eventstream-serde-node": "^2.0.12", - "@smithy/fetch-http-handler": "^2.2.4", - "@smithy/hash-blob-browser": "^2.0.12", - "@smithy/hash-node": "^2.0.12", - "@smithy/hash-stream-node": "^2.0.12", - "@smithy/invalid-dependency": "^2.0.12", - "@smithy/md5-js": "^2.0.12", - "@smithy/middleware-content-length": "^2.0.14", - "@smithy/middleware-endpoint": "^2.1.3", - "@smithy/middleware-retry": "^2.0.18", - "@smithy/middleware-serde": "^2.0.12", - "@smithy/middleware-stack": "^2.0.6", - "@smithy/node-config-provider": "^2.1.3", - "@smithy/node-http-handler": "^2.1.8", - "@smithy/protocol-http": "^3.0.8", - "@smithy/smithy-client": "^2.1.12", - "@smithy/types": "^2.4.0", - "@smithy/url-parser": "^2.0.12", - "@smithy/util-base64": "^2.0.0", + "@smithy/config-resolver": "^2.0.18", + "@smithy/eventstream-serde-browser": "^2.0.13", + "@smithy/eventstream-serde-config-resolver": "^2.0.13", + "@smithy/eventstream-serde-node": "^2.0.13", + "@smithy/fetch-http-handler": "^2.2.6", + "@smithy/hash-blob-browser": "^2.0.14", + "@smithy/hash-node": "^2.0.15", + "@smithy/hash-stream-node": "^2.0.15", + "@smithy/invalid-dependency": "^2.0.13", + "@smithy/md5-js": "^2.0.15", + "@smithy/middleware-content-length": "^2.0.15", + "@smithy/middleware-endpoint": "^2.2.0", + "@smithy/middleware-retry": "^2.0.20", + "@smithy/middleware-serde": "^2.0.13", + "@smithy/middleware-stack": "^2.0.7", + "@smithy/node-config-provider": "^2.1.5", + "@smithy/node-http-handler": "^2.1.9", + "@smithy/protocol-http": "^3.0.9", + "@smithy/smithy-client": "^2.1.15", + "@smithy/types": "^2.5.0", + "@smithy/url-parser": "^2.0.13", + "@smithy/util-base64": "^2.0.1", "@smithy/util-body-length-browser": "^2.0.0", "@smithy/util-body-length-node": "^2.1.0", - "@smithy/util-defaults-mode-browser": "^2.0.16", - "@smithy/util-defaults-mode-node": "^2.0.21", - "@smithy/util-endpoints": "^1.0.2", - "@smithy/util-retry": "^2.0.5", - "@smithy/util-stream": "^2.0.17", - "@smithy/util-utf8": "^2.0.0", - "@smithy/util-waiter": "^2.0.12", + "@smithy/util-defaults-mode-browser": "^2.0.19", + "@smithy/util-defaults-mode-node": "^2.0.25", + "@smithy/util-endpoints": "^1.0.4", + "@smithy/util-retry": "^2.0.6", + "@smithy/util-stream": "^2.0.20", + "@smithy/util-utf8": "^2.0.2", + "@smithy/util-waiter": "^2.0.13", "fast-xml-parser": "4.2.5", "tslib": "^2.5.0" }, diff --git a/clients/client-s3/src/commands/AbortMultipartUploadCommand.ts b/clients/client-s3/src/commands/AbortMultipartUploadCommand.ts index 5ba6b36c344e..f17d298b1a1f 100644 --- a/clients/client-s3/src/commands/AbortMultipartUploadCommand.ts +++ b/clients/client-s3/src/commands/AbortMultipartUploadCommand.ts @@ -128,9 +128,6 @@ export class AbortMultipartUploadCommand extends $Command< AbortMultipartUploadCommandOutput, S3ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { Bucket: { type: "contextParams", name: "Bucket" }, @@ -150,9 +147,7 @@ export class AbortMultipartUploadCommand extends $Command< * @public */ constructor(readonly input: AbortMultipartUploadCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -205,7 +200,4 @@ export class AbortMultipartUploadCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_AbortMultipartUploadCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-s3/src/commands/CompleteMultipartUploadCommand.ts b/clients/client-s3/src/commands/CompleteMultipartUploadCommand.ts index cadfec646c86..3c16f35883d2 100644 --- a/clients/client-s3/src/commands/CompleteMultipartUploadCommand.ts +++ b/clients/client-s3/src/commands/CompleteMultipartUploadCommand.ts @@ -264,9 +264,6 @@ export class CompleteMultipartUploadCommand extends $Command< CompleteMultipartUploadCommandOutput, S3ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { Bucket: { type: "contextParams", name: "Bucket" }, @@ -286,9 +283,7 @@ export class CompleteMultipartUploadCommand extends $Command< * @public */ constructor(readonly input: CompleteMultipartUploadCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -343,7 +338,4 @@ export class CompleteMultipartUploadCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CompleteMultipartUploadCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-s3/src/commands/CopyObjectCommand.ts b/clients/client-s3/src/commands/CopyObjectCommand.ts index b86c98075c5b..eaf969ff9e5d 100644 --- a/clients/client-s3/src/commands/CopyObjectCommand.ts +++ b/clients/client-s3/src/commands/CopyObjectCommand.ts @@ -390,9 +390,6 @@ export class CopyObjectCommand extends $Command< CopyObjectCommandOutput, S3ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { Bucket: { type: "contextParams", name: "Bucket" }, @@ -412,9 +409,7 @@ export class CopyObjectCommand extends $Command< * @public */ constructor(readonly input: CopyObjectCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -467,7 +462,4 @@ export class CopyObjectCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CopyObjectCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-s3/src/commands/CreateBucketCommand.ts b/clients/client-s3/src/commands/CreateBucketCommand.ts index c3b8e23390cf..976c80149eaf 100644 --- a/clients/client-s3/src/commands/CreateBucketCommand.ts +++ b/clients/client-s3/src/commands/CreateBucketCommand.ts @@ -237,9 +237,6 @@ export class CreateBucketCommand extends $Command< CreateBucketCommandOutput, S3ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { DisableAccessPoints: { type: "staticContextParams", value: true }, @@ -260,9 +257,7 @@ export class CreateBucketCommand extends $Command< * @public */ constructor(readonly input: CreateBucketCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -314,7 +309,4 @@ export class CreateBucketCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateBucketCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-s3/src/commands/CreateMultipartUploadCommand.ts b/clients/client-s3/src/commands/CreateMultipartUploadCommand.ts index d6705583ba1a..eca9f975e20e 100644 --- a/clients/client-s3/src/commands/CreateMultipartUploadCommand.ts +++ b/clients/client-s3/src/commands/CreateMultipartUploadCommand.ts @@ -432,9 +432,6 @@ export class CreateMultipartUploadCommand extends $Command< CreateMultipartUploadCommandOutput, S3ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { Bucket: { type: "contextParams", name: "Bucket" }, @@ -454,9 +451,7 @@ export class CreateMultipartUploadCommand extends $Command< * @public */ constructor(readonly input: CreateMultipartUploadCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -510,7 +505,4 @@ export class CreateMultipartUploadCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateMultipartUploadCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-s3/src/commands/DeleteBucketAnalyticsConfigurationCommand.ts b/clients/client-s3/src/commands/DeleteBucketAnalyticsConfigurationCommand.ts index e697365cc633..dedf0bbb1e44 100644 --- a/clients/client-s3/src/commands/DeleteBucketAnalyticsConfigurationCommand.ts +++ b/clients/client-s3/src/commands/DeleteBucketAnalyticsConfigurationCommand.ts @@ -100,9 +100,6 @@ export class DeleteBucketAnalyticsConfigurationCommand extends $Command< DeleteBucketAnalyticsConfigurationCommandOutput, S3ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { Bucket: { type: "contextParams", name: "Bucket" }, @@ -122,9 +119,7 @@ export class DeleteBucketAnalyticsConfigurationCommand extends $Command< * @public */ constructor(readonly input: DeleteBucketAnalyticsConfigurationCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -183,7 +178,4 @@ export class DeleteBucketAnalyticsConfigurationCommand extends $Command< ): Promise { return de_DeleteBucketAnalyticsConfigurationCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-s3/src/commands/DeleteBucketCommand.ts b/clients/client-s3/src/commands/DeleteBucketCommand.ts index cb78757a57e4..c0381c61ff7b 100644 --- a/clients/client-s3/src/commands/DeleteBucketCommand.ts +++ b/clients/client-s3/src/commands/DeleteBucketCommand.ts @@ -94,9 +94,6 @@ export class DeleteBucketCommand extends $Command< DeleteBucketCommandOutput, S3ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { Bucket: { type: "contextParams", name: "Bucket" }, @@ -116,9 +113,7 @@ export class DeleteBucketCommand extends $Command< * @public */ constructor(readonly input: DeleteBucketCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -169,7 +164,4 @@ export class DeleteBucketCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteBucketCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-s3/src/commands/DeleteBucketCorsCommand.ts b/clients/client-s3/src/commands/DeleteBucketCorsCommand.ts index 592b9d4f27a7..354e246d9170 100644 --- a/clients/client-s3/src/commands/DeleteBucketCorsCommand.ts +++ b/clients/client-s3/src/commands/DeleteBucketCorsCommand.ts @@ -100,9 +100,6 @@ export class DeleteBucketCorsCommand extends $Command< DeleteBucketCorsCommandOutput, S3ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { Bucket: { type: "contextParams", name: "Bucket" }, @@ -122,9 +119,7 @@ export class DeleteBucketCorsCommand extends $Command< * @public */ constructor(readonly input: DeleteBucketCorsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -177,7 +172,4 @@ export class DeleteBucketCorsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteBucketCorsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-s3/src/commands/DeleteBucketEncryptionCommand.ts b/clients/client-s3/src/commands/DeleteBucketEncryptionCommand.ts index c6b5fdb15559..2453493a95fd 100644 --- a/clients/client-s3/src/commands/DeleteBucketEncryptionCommand.ts +++ b/clients/client-s3/src/commands/DeleteBucketEncryptionCommand.ts @@ -91,9 +91,6 @@ export class DeleteBucketEncryptionCommand extends $Command< DeleteBucketEncryptionCommandOutput, S3ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { Bucket: { type: "contextParams", name: "Bucket" }, @@ -113,9 +110,7 @@ export class DeleteBucketEncryptionCommand extends $Command< * @public */ constructor(readonly input: DeleteBucketEncryptionCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -168,7 +163,4 @@ export class DeleteBucketEncryptionCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteBucketEncryptionCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-s3/src/commands/DeleteBucketIntelligentTieringConfigurationCommand.ts b/clients/client-s3/src/commands/DeleteBucketIntelligentTieringConfigurationCommand.ts index 80a6d4c28939..004302ec7a02 100644 --- a/clients/client-s3/src/commands/DeleteBucketIntelligentTieringConfigurationCommand.ts +++ b/clients/client-s3/src/commands/DeleteBucketIntelligentTieringConfigurationCommand.ts @@ -94,9 +94,6 @@ export class DeleteBucketIntelligentTieringConfigurationCommand extends $Command DeleteBucketIntelligentTieringConfigurationCommandOutput, S3ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { Bucket: { type: "contextParams", name: "Bucket" }, @@ -116,9 +113,7 @@ export class DeleteBucketIntelligentTieringConfigurationCommand extends $Command * @public */ constructor(readonly input: DeleteBucketIntelligentTieringConfigurationCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -183,7 +178,4 @@ export class DeleteBucketIntelligentTieringConfigurationCommand extends $Command ): Promise { return de_DeleteBucketIntelligentTieringConfigurationCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-s3/src/commands/DeleteBucketInventoryConfigurationCommand.ts b/clients/client-s3/src/commands/DeleteBucketInventoryConfigurationCommand.ts index 7219c14b2ae6..59e525dbaf9c 100644 --- a/clients/client-s3/src/commands/DeleteBucketInventoryConfigurationCommand.ts +++ b/clients/client-s3/src/commands/DeleteBucketInventoryConfigurationCommand.ts @@ -98,9 +98,6 @@ export class DeleteBucketInventoryConfigurationCommand extends $Command< DeleteBucketInventoryConfigurationCommandOutput, S3ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { Bucket: { type: "contextParams", name: "Bucket" }, @@ -120,9 +117,7 @@ export class DeleteBucketInventoryConfigurationCommand extends $Command< * @public */ constructor(readonly input: DeleteBucketInventoryConfigurationCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -181,7 +176,4 @@ export class DeleteBucketInventoryConfigurationCommand extends $Command< ): Promise { return de_DeleteBucketInventoryConfigurationCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-s3/src/commands/DeleteBucketLifecycleCommand.ts b/clients/client-s3/src/commands/DeleteBucketLifecycleCommand.ts index bf69926638f0..56063892412a 100644 --- a/clients/client-s3/src/commands/DeleteBucketLifecycleCommand.ts +++ b/clients/client-s3/src/commands/DeleteBucketLifecycleCommand.ts @@ -102,9 +102,6 @@ export class DeleteBucketLifecycleCommand extends $Command< DeleteBucketLifecycleCommandOutput, S3ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { Bucket: { type: "contextParams", name: "Bucket" }, @@ -124,9 +121,7 @@ export class DeleteBucketLifecycleCommand extends $Command< * @public */ constructor(readonly input: DeleteBucketLifecycleCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -179,7 +174,4 @@ export class DeleteBucketLifecycleCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteBucketLifecycleCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-s3/src/commands/DeleteBucketMetricsConfigurationCommand.ts b/clients/client-s3/src/commands/DeleteBucketMetricsConfigurationCommand.ts index 6fa22aaaba34..3211e8436f42 100644 --- a/clients/client-s3/src/commands/DeleteBucketMetricsConfigurationCommand.ts +++ b/clients/client-s3/src/commands/DeleteBucketMetricsConfigurationCommand.ts @@ -106,9 +106,6 @@ export class DeleteBucketMetricsConfigurationCommand extends $Command< DeleteBucketMetricsConfigurationCommandOutput, S3ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { Bucket: { type: "contextParams", name: "Bucket" }, @@ -128,9 +125,7 @@ export class DeleteBucketMetricsConfigurationCommand extends $Command< * @public */ constructor(readonly input: DeleteBucketMetricsConfigurationCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -189,7 +184,4 @@ export class DeleteBucketMetricsConfigurationCommand extends $Command< ): Promise { return de_DeleteBucketMetricsConfigurationCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-s3/src/commands/DeleteBucketOwnershipControlsCommand.ts b/clients/client-s3/src/commands/DeleteBucketOwnershipControlsCommand.ts index 074fac974ddf..270a7ed51412 100644 --- a/clients/client-s3/src/commands/DeleteBucketOwnershipControlsCommand.ts +++ b/clients/client-s3/src/commands/DeleteBucketOwnershipControlsCommand.ts @@ -90,9 +90,6 @@ export class DeleteBucketOwnershipControlsCommand extends $Command< DeleteBucketOwnershipControlsCommandOutput, S3ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { Bucket: { type: "contextParams", name: "Bucket" }, @@ -112,9 +109,7 @@ export class DeleteBucketOwnershipControlsCommand extends $Command< * @public */ constructor(readonly input: DeleteBucketOwnershipControlsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -170,7 +165,4 @@ export class DeleteBucketOwnershipControlsCommand extends $Command< ): Promise { return de_DeleteBucketOwnershipControlsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-s3/src/commands/DeleteBucketPolicyCommand.ts b/clients/client-s3/src/commands/DeleteBucketPolicyCommand.ts index d7fa9d41c719..9e50d589b55d 100644 --- a/clients/client-s3/src/commands/DeleteBucketPolicyCommand.ts +++ b/clients/client-s3/src/commands/DeleteBucketPolicyCommand.ts @@ -113,9 +113,6 @@ export class DeleteBucketPolicyCommand extends $Command< DeleteBucketPolicyCommandOutput, S3ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { Bucket: { type: "contextParams", name: "Bucket" }, @@ -135,9 +132,7 @@ export class DeleteBucketPolicyCommand extends $Command< * @public */ constructor(readonly input: DeleteBucketPolicyCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -190,7 +185,4 @@ export class DeleteBucketPolicyCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteBucketPolicyCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-s3/src/commands/DeleteBucketReplicationCommand.ts b/clients/client-s3/src/commands/DeleteBucketReplicationCommand.ts index a2bedd923d71..820cdf02a86e 100644 --- a/clients/client-s3/src/commands/DeleteBucketReplicationCommand.ts +++ b/clients/client-s3/src/commands/DeleteBucketReplicationCommand.ts @@ -104,9 +104,6 @@ export class DeleteBucketReplicationCommand extends $Command< DeleteBucketReplicationCommandOutput, S3ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { Bucket: { type: "contextParams", name: "Bucket" }, @@ -126,9 +123,7 @@ export class DeleteBucketReplicationCommand extends $Command< * @public */ constructor(readonly input: DeleteBucketReplicationCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -181,7 +176,4 @@ export class DeleteBucketReplicationCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteBucketReplicationCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-s3/src/commands/DeleteBucketTaggingCommand.ts b/clients/client-s3/src/commands/DeleteBucketTaggingCommand.ts index e21be9da65bd..068b8aa4fcb3 100644 --- a/clients/client-s3/src/commands/DeleteBucketTaggingCommand.ts +++ b/clients/client-s3/src/commands/DeleteBucketTaggingCommand.ts @@ -96,9 +96,6 @@ export class DeleteBucketTaggingCommand extends $Command< DeleteBucketTaggingCommandOutput, S3ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { Bucket: { type: "contextParams", name: "Bucket" }, @@ -118,9 +115,7 @@ export class DeleteBucketTaggingCommand extends $Command< * @public */ constructor(readonly input: DeleteBucketTaggingCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -173,7 +168,4 @@ export class DeleteBucketTaggingCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteBucketTaggingCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-s3/src/commands/DeleteBucketWebsiteCommand.ts b/clients/client-s3/src/commands/DeleteBucketWebsiteCommand.ts index f2e80320e5ac..147c01e4dd5d 100644 --- a/clients/client-s3/src/commands/DeleteBucketWebsiteCommand.ts +++ b/clients/client-s3/src/commands/DeleteBucketWebsiteCommand.ts @@ -103,9 +103,6 @@ export class DeleteBucketWebsiteCommand extends $Command< DeleteBucketWebsiteCommandOutput, S3ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { Bucket: { type: "contextParams", name: "Bucket" }, @@ -125,9 +122,7 @@ export class DeleteBucketWebsiteCommand extends $Command< * @public */ constructor(readonly input: DeleteBucketWebsiteCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -180,7 +175,4 @@ export class DeleteBucketWebsiteCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteBucketWebsiteCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-s3/src/commands/DeleteObjectCommand.ts b/clients/client-s3/src/commands/DeleteObjectCommand.ts index 61b38df4fe0c..7b5b6e5c1daf 100644 --- a/clients/client-s3/src/commands/DeleteObjectCommand.ts +++ b/clients/client-s3/src/commands/DeleteObjectCommand.ts @@ -127,9 +127,6 @@ export class DeleteObjectCommand extends $Command< DeleteObjectCommandOutput, S3ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { Bucket: { type: "contextParams", name: "Bucket" }, @@ -149,9 +146,7 @@ export class DeleteObjectCommand extends $Command< * @public */ constructor(readonly input: DeleteObjectCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -202,7 +197,4 @@ export class DeleteObjectCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteObjectCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-s3/src/commands/DeleteObjectTaggingCommand.ts b/clients/client-s3/src/commands/DeleteObjectTaggingCommand.ts index e6ba6d67715a..8a4813ef217c 100644 --- a/clients/client-s3/src/commands/DeleteObjectTaggingCommand.ts +++ b/clients/client-s3/src/commands/DeleteObjectTaggingCommand.ts @@ -127,9 +127,6 @@ export class DeleteObjectTaggingCommand extends $Command< DeleteObjectTaggingCommandOutput, S3ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { Bucket: { type: "contextParams", name: "Bucket" }, @@ -149,9 +146,7 @@ export class DeleteObjectTaggingCommand extends $Command< * @public */ constructor(readonly input: DeleteObjectTaggingCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -204,7 +199,4 @@ export class DeleteObjectTaggingCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteObjectTaggingCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-s3/src/commands/DeleteObjectsCommand.ts b/clients/client-s3/src/commands/DeleteObjectsCommand.ts index c854fb64f95b..4eb9e1f684d1 100644 --- a/clients/client-s3/src/commands/DeleteObjectsCommand.ts +++ b/clients/client-s3/src/commands/DeleteObjectsCommand.ts @@ -228,9 +228,6 @@ export class DeleteObjectsCommand extends $Command< DeleteObjectsCommandOutput, S3ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { Bucket: { type: "contextParams", name: "Bucket" }, @@ -250,9 +247,7 @@ export class DeleteObjectsCommand extends $Command< * @public */ constructor(readonly input: DeleteObjectsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -310,7 +305,4 @@ export class DeleteObjectsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteObjectsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-s3/src/commands/DeletePublicAccessBlockCommand.ts b/clients/client-s3/src/commands/DeletePublicAccessBlockCommand.ts index 057a9a73950e..af771886a380 100644 --- a/clients/client-s3/src/commands/DeletePublicAccessBlockCommand.ts +++ b/clients/client-s3/src/commands/DeletePublicAccessBlockCommand.ts @@ -96,9 +96,6 @@ export class DeletePublicAccessBlockCommand extends $Command< DeletePublicAccessBlockCommandOutput, S3ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { Bucket: { type: "contextParams", name: "Bucket" }, @@ -118,9 +115,7 @@ export class DeletePublicAccessBlockCommand extends $Command< * @public */ constructor(readonly input: DeletePublicAccessBlockCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -173,7 +168,4 @@ export class DeletePublicAccessBlockCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeletePublicAccessBlockCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-s3/src/commands/GetBucketAccelerateConfigurationCommand.ts b/clients/client-s3/src/commands/GetBucketAccelerateConfigurationCommand.ts index 02a6f6c4e83c..03cc9a0807ac 100644 --- a/clients/client-s3/src/commands/GetBucketAccelerateConfigurationCommand.ts +++ b/clients/client-s3/src/commands/GetBucketAccelerateConfigurationCommand.ts @@ -103,9 +103,6 @@ export class GetBucketAccelerateConfigurationCommand extends $Command< GetBucketAccelerateConfigurationCommandOutput, S3ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { Bucket: { type: "contextParams", name: "Bucket" }, @@ -125,9 +122,7 @@ export class GetBucketAccelerateConfigurationCommand extends $Command< * @public */ constructor(readonly input: GetBucketAccelerateConfigurationCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -186,7 +181,4 @@ export class GetBucketAccelerateConfigurationCommand extends $Command< ): Promise { return de_GetBucketAccelerateConfigurationCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-s3/src/commands/GetBucketAclCommand.ts b/clients/client-s3/src/commands/GetBucketAclCommand.ts index 00948c826b47..54794f66c8d3 100644 --- a/clients/client-s3/src/commands/GetBucketAclCommand.ts +++ b/clients/client-s3/src/commands/GetBucketAclCommand.ts @@ -111,9 +111,6 @@ export class GetBucketAclCommand extends $Command< GetBucketAclCommandOutput, S3ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { Bucket: { type: "contextParams", name: "Bucket" }, @@ -133,9 +130,7 @@ export class GetBucketAclCommand extends $Command< * @public */ constructor(readonly input: GetBucketAclCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -186,7 +181,4 @@ export class GetBucketAclCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetBucketAclCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-s3/src/commands/GetBucketAnalyticsConfigurationCommand.ts b/clients/client-s3/src/commands/GetBucketAnalyticsConfigurationCommand.ts index 74d7458c4889..fc82731bab28 100644 --- a/clients/client-s3/src/commands/GetBucketAnalyticsConfigurationCommand.ts +++ b/clients/client-s3/src/commands/GetBucketAnalyticsConfigurationCommand.ts @@ -136,9 +136,6 @@ export class GetBucketAnalyticsConfigurationCommand extends $Command< GetBucketAnalyticsConfigurationCommandOutput, S3ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { Bucket: { type: "contextParams", name: "Bucket" }, @@ -158,9 +155,7 @@ export class GetBucketAnalyticsConfigurationCommand extends $Command< * @public */ constructor(readonly input: GetBucketAnalyticsConfigurationCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -219,7 +214,4 @@ export class GetBucketAnalyticsConfigurationCommand extends $Command< ): Promise { return de_GetBucketAnalyticsConfigurationCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-s3/src/commands/GetBucketCorsCommand.ts b/clients/client-s3/src/commands/GetBucketCorsCommand.ts index bf988e2ebf83..4d5263320482 100644 --- a/clients/client-s3/src/commands/GetBucketCorsCommand.ts +++ b/clients/client-s3/src/commands/GetBucketCorsCommand.ts @@ -141,9 +141,6 @@ export class GetBucketCorsCommand extends $Command< GetBucketCorsCommandOutput, S3ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { Bucket: { type: "contextParams", name: "Bucket" }, @@ -163,9 +160,7 @@ export class GetBucketCorsCommand extends $Command< * @public */ constructor(readonly input: GetBucketCorsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -216,7 +211,4 @@ export class GetBucketCorsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetBucketCorsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-s3/src/commands/GetBucketEncryptionCommand.ts b/clients/client-s3/src/commands/GetBucketEncryptionCommand.ts index 663bd85bb331..24d311453122 100644 --- a/clients/client-s3/src/commands/GetBucketEncryptionCommand.ts +++ b/clients/client-s3/src/commands/GetBucketEncryptionCommand.ts @@ -106,9 +106,6 @@ export class GetBucketEncryptionCommand extends $Command< GetBucketEncryptionCommandOutput, S3ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { Bucket: { type: "contextParams", name: "Bucket" }, @@ -128,9 +125,7 @@ export class GetBucketEncryptionCommand extends $Command< * @public */ constructor(readonly input: GetBucketEncryptionCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -183,7 +178,4 @@ export class GetBucketEncryptionCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetBucketEncryptionCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-s3/src/commands/GetBucketIntelligentTieringConfigurationCommand.ts b/clients/client-s3/src/commands/GetBucketIntelligentTieringConfigurationCommand.ts index 1ba8786fe0cc..9580cec7b3a3 100644 --- a/clients/client-s3/src/commands/GetBucketIntelligentTieringConfigurationCommand.ts +++ b/clients/client-s3/src/commands/GetBucketIntelligentTieringConfigurationCommand.ts @@ -126,9 +126,6 @@ export class GetBucketIntelligentTieringConfigurationCommand extends $Command< GetBucketIntelligentTieringConfigurationCommandOutput, S3ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { Bucket: { type: "contextParams", name: "Bucket" }, @@ -148,9 +145,7 @@ export class GetBucketIntelligentTieringConfigurationCommand extends $Command< * @public */ constructor(readonly input: GetBucketIntelligentTieringConfigurationCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -215,7 +210,4 @@ export class GetBucketIntelligentTieringConfigurationCommand extends $Command< ): Promise { return de_GetBucketIntelligentTieringConfigurationCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-s3/src/commands/GetBucketInventoryConfigurationCommand.ts b/clients/client-s3/src/commands/GetBucketInventoryConfigurationCommand.ts index 391c432288c8..7a524be1d9a3 100644 --- a/clients/client-s3/src/commands/GetBucketInventoryConfigurationCommand.ts +++ b/clients/client-s3/src/commands/GetBucketInventoryConfigurationCommand.ts @@ -134,9 +134,6 @@ export class GetBucketInventoryConfigurationCommand extends $Command< GetBucketInventoryConfigurationCommandOutput, S3ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { Bucket: { type: "contextParams", name: "Bucket" }, @@ -156,9 +153,7 @@ export class GetBucketInventoryConfigurationCommand extends $Command< * @public */ constructor(readonly input: GetBucketInventoryConfigurationCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -217,7 +212,4 @@ export class GetBucketInventoryConfigurationCommand extends $Command< ): Promise { return de_GetBucketInventoryConfigurationCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-s3/src/commands/GetBucketLifecycleConfigurationCommand.ts b/clients/client-s3/src/commands/GetBucketLifecycleConfigurationCommand.ts index a316d71275e4..8b4d479ec222 100644 --- a/clients/client-s3/src/commands/GetBucketLifecycleConfigurationCommand.ts +++ b/clients/client-s3/src/commands/GetBucketLifecycleConfigurationCommand.ts @@ -209,9 +209,6 @@ export class GetBucketLifecycleConfigurationCommand extends $Command< GetBucketLifecycleConfigurationCommandOutput, S3ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { Bucket: { type: "contextParams", name: "Bucket" }, @@ -231,9 +228,7 @@ export class GetBucketLifecycleConfigurationCommand extends $Command< * @public */ constructor(readonly input: GetBucketLifecycleConfigurationCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -292,7 +287,4 @@ export class GetBucketLifecycleConfigurationCommand extends $Command< ): Promise { return de_GetBucketLifecycleConfigurationCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-s3/src/commands/GetBucketLocationCommand.ts b/clients/client-s3/src/commands/GetBucketLocationCommand.ts index 8328b0af284b..2910411b7f14 100644 --- a/clients/client-s3/src/commands/GetBucketLocationCommand.ts +++ b/clients/client-s3/src/commands/GetBucketLocationCommand.ts @@ -112,9 +112,6 @@ export class GetBucketLocationCommand extends $Command< GetBucketLocationCommandOutput, S3ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { Bucket: { type: "contextParams", name: "Bucket" }, @@ -134,9 +131,7 @@ export class GetBucketLocationCommand extends $Command< * @public */ constructor(readonly input: GetBucketLocationCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -189,7 +184,4 @@ export class GetBucketLocationCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetBucketLocationCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-s3/src/commands/GetBucketLoggingCommand.ts b/clients/client-s3/src/commands/GetBucketLoggingCommand.ts index 7cf95177de27..fdd8465730ab 100644 --- a/clients/client-s3/src/commands/GetBucketLoggingCommand.ts +++ b/clients/client-s3/src/commands/GetBucketLoggingCommand.ts @@ -100,9 +100,6 @@ export class GetBucketLoggingCommand extends $Command< GetBucketLoggingCommandOutput, S3ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { Bucket: { type: "contextParams", name: "Bucket" }, @@ -122,9 +119,7 @@ export class GetBucketLoggingCommand extends $Command< * @public */ constructor(readonly input: GetBucketLoggingCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -177,7 +172,4 @@ export class GetBucketLoggingCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetBucketLoggingCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-s3/src/commands/GetBucketMetricsConfigurationCommand.ts b/clients/client-s3/src/commands/GetBucketMetricsConfigurationCommand.ts index 902dad028239..1939e1000886 100644 --- a/clients/client-s3/src/commands/GetBucketMetricsConfigurationCommand.ts +++ b/clients/client-s3/src/commands/GetBucketMetricsConfigurationCommand.ts @@ -129,9 +129,6 @@ export class GetBucketMetricsConfigurationCommand extends $Command< GetBucketMetricsConfigurationCommandOutput, S3ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { Bucket: { type: "contextParams", name: "Bucket" }, @@ -151,9 +148,7 @@ export class GetBucketMetricsConfigurationCommand extends $Command< * @public */ constructor(readonly input: GetBucketMetricsConfigurationCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -209,7 +204,4 @@ export class GetBucketMetricsConfigurationCommand extends $Command< ): Promise { return de_GetBucketMetricsConfigurationCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-s3/src/commands/GetBucketNotificationConfigurationCommand.ts b/clients/client-s3/src/commands/GetBucketNotificationConfigurationCommand.ts index b0002e2cae19..f7af0a4e3300 100644 --- a/clients/client-s3/src/commands/GetBucketNotificationConfigurationCommand.ts +++ b/clients/client-s3/src/commands/GetBucketNotificationConfigurationCommand.ts @@ -153,9 +153,6 @@ export class GetBucketNotificationConfigurationCommand extends $Command< GetBucketNotificationConfigurationCommandOutput, S3ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { Bucket: { type: "contextParams", name: "Bucket" }, @@ -175,9 +172,7 @@ export class GetBucketNotificationConfigurationCommand extends $Command< * @public */ constructor(readonly input: GetBucketNotificationConfigurationCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -236,7 +231,4 @@ export class GetBucketNotificationConfigurationCommand extends $Command< ): Promise { return de_GetBucketNotificationConfigurationCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-s3/src/commands/GetBucketOwnershipControlsCommand.ts b/clients/client-s3/src/commands/GetBucketOwnershipControlsCommand.ts index e21172f9dacf..f864e30b57c0 100644 --- a/clients/client-s3/src/commands/GetBucketOwnershipControlsCommand.ts +++ b/clients/client-s3/src/commands/GetBucketOwnershipControlsCommand.ts @@ -95,9 +95,6 @@ export class GetBucketOwnershipControlsCommand extends $Command< GetBucketOwnershipControlsCommandOutput, S3ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { Bucket: { type: "contextParams", name: "Bucket" }, @@ -117,9 +114,7 @@ export class GetBucketOwnershipControlsCommand extends $Command< * @public */ constructor(readonly input: GetBucketOwnershipControlsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -175,7 +170,4 @@ export class GetBucketOwnershipControlsCommand extends $Command< ): Promise { return de_GetBucketOwnershipControlsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-s3/src/commands/GetBucketPolicyCommand.ts b/clients/client-s3/src/commands/GetBucketPolicyCommand.ts index d339eb698a48..a7035dc394e3 100644 --- a/clients/client-s3/src/commands/GetBucketPolicyCommand.ts +++ b/clients/client-s3/src/commands/GetBucketPolicyCommand.ts @@ -118,9 +118,6 @@ export class GetBucketPolicyCommand extends $Command< GetBucketPolicyCommandOutput, S3ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { Bucket: { type: "contextParams", name: "Bucket" }, @@ -140,9 +137,7 @@ export class GetBucketPolicyCommand extends $Command< * @public */ constructor(readonly input: GetBucketPolicyCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -195,7 +190,4 @@ export class GetBucketPolicyCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetBucketPolicyCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-s3/src/commands/GetBucketPolicyStatusCommand.ts b/clients/client-s3/src/commands/GetBucketPolicyStatusCommand.ts index c0a851a364c3..2cae52d87aff 100644 --- a/clients/client-s3/src/commands/GetBucketPolicyStatusCommand.ts +++ b/clients/client-s3/src/commands/GetBucketPolicyStatusCommand.ts @@ -101,9 +101,6 @@ export class GetBucketPolicyStatusCommand extends $Command< GetBucketPolicyStatusCommandOutput, S3ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { Bucket: { type: "contextParams", name: "Bucket" }, @@ -123,9 +120,7 @@ export class GetBucketPolicyStatusCommand extends $Command< * @public */ constructor(readonly input: GetBucketPolicyStatusCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -178,7 +173,4 @@ export class GetBucketPolicyStatusCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetBucketPolicyStatusCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-s3/src/commands/GetBucketReplicationCommand.ts b/clients/client-s3/src/commands/GetBucketReplicationCommand.ts index 533ee5024d38..0cf1ad556082 100644 --- a/clients/client-s3/src/commands/GetBucketReplicationCommand.ts +++ b/clients/client-s3/src/commands/GetBucketReplicationCommand.ts @@ -191,9 +191,6 @@ export class GetBucketReplicationCommand extends $Command< GetBucketReplicationCommandOutput, S3ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { Bucket: { type: "contextParams", name: "Bucket" }, @@ -213,9 +210,7 @@ export class GetBucketReplicationCommand extends $Command< * @public */ constructor(readonly input: GetBucketReplicationCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -268,7 +263,4 @@ export class GetBucketReplicationCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetBucketReplicationCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-s3/src/commands/GetBucketRequestPaymentCommand.ts b/clients/client-s3/src/commands/GetBucketRequestPaymentCommand.ts index d248a9716a2f..c216d5d09306 100644 --- a/clients/client-s3/src/commands/GetBucketRequestPaymentCommand.ts +++ b/clients/client-s3/src/commands/GetBucketRequestPaymentCommand.ts @@ -97,9 +97,6 @@ export class GetBucketRequestPaymentCommand extends $Command< GetBucketRequestPaymentCommandOutput, S3ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { Bucket: { type: "contextParams", name: "Bucket" }, @@ -119,9 +116,7 @@ export class GetBucketRequestPaymentCommand extends $Command< * @public */ constructor(readonly input: GetBucketRequestPaymentCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -174,7 +169,4 @@ export class GetBucketRequestPaymentCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetBucketRequestPaymentCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-s3/src/commands/GetBucketTaggingCommand.ts b/clients/client-s3/src/commands/GetBucketTaggingCommand.ts index 9757446ce8b9..95454f076465 100644 --- a/clients/client-s3/src/commands/GetBucketTaggingCommand.ts +++ b/clients/client-s3/src/commands/GetBucketTaggingCommand.ts @@ -130,9 +130,6 @@ export class GetBucketTaggingCommand extends $Command< GetBucketTaggingCommandOutput, S3ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { Bucket: { type: "contextParams", name: "Bucket" }, @@ -152,9 +149,7 @@ export class GetBucketTaggingCommand extends $Command< * @public */ constructor(readonly input: GetBucketTaggingCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -207,7 +202,4 @@ export class GetBucketTaggingCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetBucketTaggingCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-s3/src/commands/GetBucketVersioningCommand.ts b/clients/client-s3/src/commands/GetBucketVersioningCommand.ts index f74e0c476ff9..31d7478da781 100644 --- a/clients/client-s3/src/commands/GetBucketVersioningCommand.ts +++ b/clients/client-s3/src/commands/GetBucketVersioningCommand.ts @@ -111,9 +111,6 @@ export class GetBucketVersioningCommand extends $Command< GetBucketVersioningCommandOutput, S3ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { Bucket: { type: "contextParams", name: "Bucket" }, @@ -133,9 +130,7 @@ export class GetBucketVersioningCommand extends $Command< * @public */ constructor(readonly input: GetBucketVersioningCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -188,7 +183,4 @@ export class GetBucketVersioningCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetBucketVersioningCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-s3/src/commands/GetBucketWebsiteCommand.ts b/clients/client-s3/src/commands/GetBucketWebsiteCommand.ts index 194fcd5a83d9..cf2c9f7ab180 100644 --- a/clients/client-s3/src/commands/GetBucketWebsiteCommand.ts +++ b/clients/client-s3/src/commands/GetBucketWebsiteCommand.ts @@ -135,9 +135,6 @@ export class GetBucketWebsiteCommand extends $Command< GetBucketWebsiteCommandOutput, S3ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { Bucket: { type: "contextParams", name: "Bucket" }, @@ -157,9 +154,7 @@ export class GetBucketWebsiteCommand extends $Command< * @public */ constructor(readonly input: GetBucketWebsiteCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -212,7 +207,4 @@ export class GetBucketWebsiteCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetBucketWebsiteCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-s3/src/commands/GetObjectAclCommand.ts b/clients/client-s3/src/commands/GetObjectAclCommand.ts index e7170123b9ce..c362b5ed38aa 100644 --- a/clients/client-s3/src/commands/GetObjectAclCommand.ts +++ b/clients/client-s3/src/commands/GetObjectAclCommand.ts @@ -185,9 +185,6 @@ export class GetObjectAclCommand extends $Command< GetObjectAclCommandOutput, S3ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { Bucket: { type: "contextParams", name: "Bucket" }, @@ -207,9 +204,7 @@ export class GetObjectAclCommand extends $Command< * @public */ constructor(readonly input: GetObjectAclCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -260,7 +255,4 @@ export class GetObjectAclCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetObjectAclCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-s3/src/commands/GetObjectAttributesCommand.ts b/clients/client-s3/src/commands/GetObjectAttributesCommand.ts index f48c358692e2..5f04c7f88b76 100644 --- a/clients/client-s3/src/commands/GetObjectAttributesCommand.ts +++ b/clients/client-s3/src/commands/GetObjectAttributesCommand.ts @@ -268,9 +268,6 @@ export class GetObjectAttributesCommand extends $Command< GetObjectAttributesCommandOutput, S3ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { Bucket: { type: "contextParams", name: "Bucket" }, @@ -290,9 +287,7 @@ export class GetObjectAttributesCommand extends $Command< * @public */ constructor(readonly input: GetObjectAttributesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -346,7 +341,4 @@ export class GetObjectAttributesCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetObjectAttributesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-s3/src/commands/GetObjectCommand.ts b/clients/client-s3/src/commands/GetObjectCommand.ts index 6a31e8cfbb1c..8f7d9309d80f 100644 --- a/clients/client-s3/src/commands/GetObjectCommand.ts +++ b/clients/client-s3/src/commands/GetObjectCommand.ts @@ -362,9 +362,6 @@ export interface GetObjectCommandOutput extends Omit, _ * */ export class GetObjectCommand extends $Command { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { Bucket: { type: "contextParams", name: "Bucket" }, @@ -384,9 +381,7 @@ export class GetObjectCommand extends $Command { return de_GetObjectCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-s3/src/commands/GetObjectLegalHoldCommand.ts b/clients/client-s3/src/commands/GetObjectLegalHoldCommand.ts index ab19a2cd820d..b70c840a0990 100644 --- a/clients/client-s3/src/commands/GetObjectLegalHoldCommand.ts +++ b/clients/client-s3/src/commands/GetObjectLegalHoldCommand.ts @@ -86,9 +86,6 @@ export class GetObjectLegalHoldCommand extends $Command< GetObjectLegalHoldCommandOutput, S3ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { Bucket: { type: "contextParams", name: "Bucket" }, @@ -108,9 +105,7 @@ export class GetObjectLegalHoldCommand extends $Command< * @public */ constructor(readonly input: GetObjectLegalHoldCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -163,7 +158,4 @@ export class GetObjectLegalHoldCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetObjectLegalHoldCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-s3/src/commands/GetObjectLockConfigurationCommand.ts b/clients/client-s3/src/commands/GetObjectLockConfigurationCommand.ts index df4827abc129..1f35f0f5c5fa 100644 --- a/clients/client-s3/src/commands/GetObjectLockConfigurationCommand.ts +++ b/clients/client-s3/src/commands/GetObjectLockConfigurationCommand.ts @@ -90,9 +90,6 @@ export class GetObjectLockConfigurationCommand extends $Command< GetObjectLockConfigurationCommandOutput, S3ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { Bucket: { type: "contextParams", name: "Bucket" }, @@ -112,9 +109,7 @@ export class GetObjectLockConfigurationCommand extends $Command< * @public */ constructor(readonly input: GetObjectLockConfigurationCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -170,7 +165,4 @@ export class GetObjectLockConfigurationCommand extends $Command< ): Promise { return de_GetObjectLockConfigurationCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-s3/src/commands/GetObjectRetentionCommand.ts b/clients/client-s3/src/commands/GetObjectRetentionCommand.ts index b831f922a345..694eca01367d 100644 --- a/clients/client-s3/src/commands/GetObjectRetentionCommand.ts +++ b/clients/client-s3/src/commands/GetObjectRetentionCommand.ts @@ -87,9 +87,6 @@ export class GetObjectRetentionCommand extends $Command< GetObjectRetentionCommandOutput, S3ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { Bucket: { type: "contextParams", name: "Bucket" }, @@ -109,9 +106,7 @@ export class GetObjectRetentionCommand extends $Command< * @public */ constructor(readonly input: GetObjectRetentionCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -164,7 +159,4 @@ export class GetObjectRetentionCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetObjectRetentionCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-s3/src/commands/GetObjectTaggingCommand.ts b/clients/client-s3/src/commands/GetObjectTaggingCommand.ts index c6db21ee19a0..f99170ecf044 100644 --- a/clients/client-s3/src/commands/GetObjectTaggingCommand.ts +++ b/clients/client-s3/src/commands/GetObjectTaggingCommand.ts @@ -159,9 +159,6 @@ export class GetObjectTaggingCommand extends $Command< GetObjectTaggingCommandOutput, S3ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { Bucket: { type: "contextParams", name: "Bucket" }, @@ -181,9 +178,7 @@ export class GetObjectTaggingCommand extends $Command< * @public */ constructor(readonly input: GetObjectTaggingCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -236,7 +231,4 @@ export class GetObjectTaggingCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetObjectTaggingCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-s3/src/commands/GetObjectTorrentCommand.ts b/clients/client-s3/src/commands/GetObjectTorrentCommand.ts index 3af458096805..24a9f4f435d8 100644 --- a/clients/client-s3/src/commands/GetObjectTorrentCommand.ts +++ b/clients/client-s3/src/commands/GetObjectTorrentCommand.ts @@ -110,9 +110,6 @@ export class GetObjectTorrentCommand extends $Command< GetObjectTorrentCommandOutput, S3ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { Bucket: { type: "contextParams", name: "Bucket" }, @@ -132,9 +129,7 @@ export class GetObjectTorrentCommand extends $Command< * @public */ constructor(readonly input: GetObjectTorrentCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -190,7 +185,4 @@ export class GetObjectTorrentCommand extends $Command< ): Promise { return de_GetObjectTorrentCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-s3/src/commands/GetPublicAccessBlockCommand.ts b/clients/client-s3/src/commands/GetPublicAccessBlockCommand.ts index 135d69594cb6..aee95e37d836 100644 --- a/clients/client-s3/src/commands/GetPublicAccessBlockCommand.ts +++ b/clients/client-s3/src/commands/GetPublicAccessBlockCommand.ts @@ -112,9 +112,6 @@ export class GetPublicAccessBlockCommand extends $Command< GetPublicAccessBlockCommandOutput, S3ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { Bucket: { type: "contextParams", name: "Bucket" }, @@ -134,9 +131,7 @@ export class GetPublicAccessBlockCommand extends $Command< * @public */ constructor(readonly input: GetPublicAccessBlockCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -189,7 +184,4 @@ export class GetPublicAccessBlockCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetPublicAccessBlockCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-s3/src/commands/HeadBucketCommand.ts b/clients/client-s3/src/commands/HeadBucketCommand.ts index 697e405cb09e..91d80d1be16b 100644 --- a/clients/client-s3/src/commands/HeadBucketCommand.ts +++ b/clients/client-s3/src/commands/HeadBucketCommand.ts @@ -103,9 +103,6 @@ export class HeadBucketCommand extends $Command< HeadBucketCommandOutput, S3ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { Bucket: { type: "contextParams", name: "Bucket" }, @@ -125,9 +122,7 @@ export class HeadBucketCommand extends $Command< * @public */ constructor(readonly input: HeadBucketCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -178,7 +173,4 @@ export class HeadBucketCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_HeadBucketCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-s3/src/commands/HeadObjectCommand.ts b/clients/client-s3/src/commands/HeadObjectCommand.ts index 1a17e555786b..d78a45c71b8b 100644 --- a/clients/client-s3/src/commands/HeadObjectCommand.ts +++ b/clients/client-s3/src/commands/HeadObjectCommand.ts @@ -270,9 +270,6 @@ export class HeadObjectCommand extends $Command< HeadObjectCommandOutput, S3ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { Bucket: { type: "contextParams", name: "Bucket" }, @@ -292,9 +289,7 @@ export class HeadObjectCommand extends $Command< * @public */ constructor(readonly input: HeadObjectCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -346,7 +341,4 @@ export class HeadObjectCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_HeadObjectCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-s3/src/commands/ListBucketAnalyticsConfigurationsCommand.ts b/clients/client-s3/src/commands/ListBucketAnalyticsConfigurationsCommand.ts index 737b7df4e3d1..42eaff30b425 100644 --- a/clients/client-s3/src/commands/ListBucketAnalyticsConfigurationsCommand.ts +++ b/clients/client-s3/src/commands/ListBucketAnalyticsConfigurationsCommand.ts @@ -148,9 +148,6 @@ export class ListBucketAnalyticsConfigurationsCommand extends $Command< ListBucketAnalyticsConfigurationsCommandOutput, S3ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { Bucket: { type: "contextParams", name: "Bucket" }, @@ -170,9 +167,7 @@ export class ListBucketAnalyticsConfigurationsCommand extends $Command< * @public */ constructor(readonly input: ListBucketAnalyticsConfigurationsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -231,7 +226,4 @@ export class ListBucketAnalyticsConfigurationsCommand extends $Command< ): Promise { return de_ListBucketAnalyticsConfigurationsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-s3/src/commands/ListBucketIntelligentTieringConfigurationsCommand.ts b/clients/client-s3/src/commands/ListBucketIntelligentTieringConfigurationsCommand.ts index a780b90ded82..426117b2acc0 100644 --- a/clients/client-s3/src/commands/ListBucketIntelligentTieringConfigurationsCommand.ts +++ b/clients/client-s3/src/commands/ListBucketIntelligentTieringConfigurationsCommand.ts @@ -131,9 +131,6 @@ export class ListBucketIntelligentTieringConfigurationsCommand extends $Command< ListBucketIntelligentTieringConfigurationsCommandOutput, S3ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { Bucket: { type: "contextParams", name: "Bucket" }, @@ -153,9 +150,7 @@ export class ListBucketIntelligentTieringConfigurationsCommand extends $Command< * @public */ constructor(readonly input: ListBucketIntelligentTieringConfigurationsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -220,7 +215,4 @@ export class ListBucketIntelligentTieringConfigurationsCommand extends $Command< ): Promise { return de_ListBucketIntelligentTieringConfigurationsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-s3/src/commands/ListBucketInventoryConfigurationsCommand.ts b/clients/client-s3/src/commands/ListBucketInventoryConfigurationsCommand.ts index 6c9880509389..43265226f63c 100644 --- a/clients/client-s3/src/commands/ListBucketInventoryConfigurationsCommand.ts +++ b/clients/client-s3/src/commands/ListBucketInventoryConfigurationsCommand.ts @@ -147,9 +147,6 @@ export class ListBucketInventoryConfigurationsCommand extends $Command< ListBucketInventoryConfigurationsCommandOutput, S3ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { Bucket: { type: "contextParams", name: "Bucket" }, @@ -169,9 +166,7 @@ export class ListBucketInventoryConfigurationsCommand extends $Command< * @public */ constructor(readonly input: ListBucketInventoryConfigurationsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -230,7 +225,4 @@ export class ListBucketInventoryConfigurationsCommand extends $Command< ): Promise { return de_ListBucketInventoryConfigurationsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-s3/src/commands/ListBucketMetricsConfigurationsCommand.ts b/clients/client-s3/src/commands/ListBucketMetricsConfigurationsCommand.ts index e6b27bfbed42..1d4c15ad3e04 100644 --- a/clients/client-s3/src/commands/ListBucketMetricsConfigurationsCommand.ts +++ b/clients/client-s3/src/commands/ListBucketMetricsConfigurationsCommand.ts @@ -137,9 +137,6 @@ export class ListBucketMetricsConfigurationsCommand extends $Command< ListBucketMetricsConfigurationsCommandOutput, S3ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { Bucket: { type: "contextParams", name: "Bucket" }, @@ -159,9 +156,7 @@ export class ListBucketMetricsConfigurationsCommand extends $Command< * @public */ constructor(readonly input: ListBucketMetricsConfigurationsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -220,7 +215,4 @@ export class ListBucketMetricsConfigurationsCommand extends $Command< ): Promise { return de_ListBucketMetricsConfigurationsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-s3/src/commands/ListBucketsCommand.ts b/clients/client-s3/src/commands/ListBucketsCommand.ts index 02cb9ac00aa8..d4363b4b826c 100644 --- a/clients/client-s3/src/commands/ListBucketsCommand.ts +++ b/clients/client-s3/src/commands/ListBucketsCommand.ts @@ -111,9 +111,6 @@ export class ListBucketsCommand extends $Command< ListBucketsCommandOutput, S3ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { ForcePathStyle: { type: "clientContextParams", name: "forcePathStyle" }, @@ -132,9 +129,7 @@ export class ListBucketsCommand extends $Command< * @public */ constructor(readonly input: ListBucketsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -185,7 +180,4 @@ export class ListBucketsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListBucketsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-s3/src/commands/ListMultipartUploadsCommand.ts b/clients/client-s3/src/commands/ListMultipartUploadsCommand.ts index c2aeddfa1c44..08b0c083b167 100644 --- a/clients/client-s3/src/commands/ListMultipartUploadsCommand.ts +++ b/clients/client-s3/src/commands/ListMultipartUploadsCommand.ts @@ -255,9 +255,6 @@ export class ListMultipartUploadsCommand extends $Command< ListMultipartUploadsCommandOutput, S3ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { Bucket: { type: "contextParams", name: "Bucket" }, @@ -277,9 +274,7 @@ export class ListMultipartUploadsCommand extends $Command< * @public */ constructor(readonly input: ListMultipartUploadsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -332,7 +327,4 @@ export class ListMultipartUploadsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListMultipartUploadsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-s3/src/commands/ListObjectVersionsCommand.ts b/clients/client-s3/src/commands/ListObjectVersionsCommand.ts index 909f8d7ba08d..5e65c10d4c37 100644 --- a/clients/client-s3/src/commands/ListObjectVersionsCommand.ts +++ b/clients/client-s3/src/commands/ListObjectVersionsCommand.ts @@ -210,9 +210,6 @@ export class ListObjectVersionsCommand extends $Command< ListObjectVersionsCommandOutput, S3ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { Bucket: { type: "contextParams", name: "Bucket" }, @@ -232,9 +229,7 @@ export class ListObjectVersionsCommand extends $Command< * @public */ constructor(readonly input: ListObjectVersionsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -287,7 +282,4 @@ export class ListObjectVersionsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListObjectVersionsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-s3/src/commands/ListObjectsCommand.ts b/clients/client-s3/src/commands/ListObjectsCommand.ts index 15f83eaa0566..3503df917b86 100644 --- a/clients/client-s3/src/commands/ListObjectsCommand.ts +++ b/clients/client-s3/src/commands/ListObjectsCommand.ts @@ -192,9 +192,6 @@ export class ListObjectsCommand extends $Command< ListObjectsCommandOutput, S3ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { Bucket: { type: "contextParams", name: "Bucket" }, @@ -214,9 +211,7 @@ export class ListObjectsCommand extends $Command< * @public */ constructor(readonly input: ListObjectsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -267,7 +262,4 @@ export class ListObjectsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListObjectsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-s3/src/commands/ListObjectsV2Command.ts b/clients/client-s3/src/commands/ListObjectsV2Command.ts index e2b8ecb0df04..e81ac8618cc8 100644 --- a/clients/client-s3/src/commands/ListObjectsV2Command.ts +++ b/clients/client-s3/src/commands/ListObjectsV2Command.ts @@ -194,9 +194,6 @@ export class ListObjectsV2Command extends $Command< ListObjectsV2CommandOutput, S3ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { Bucket: { type: "contextParams", name: "Bucket" }, @@ -216,9 +213,7 @@ export class ListObjectsV2Command extends $Command< * @public */ constructor(readonly input: ListObjectsV2CommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -269,7 +264,4 @@ export class ListObjectsV2Command extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListObjectsV2Command(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-s3/src/commands/ListPartsCommand.ts b/clients/client-s3/src/commands/ListPartsCommand.ts index ec510d990ab0..b7d62ab11e43 100644 --- a/clients/client-s3/src/commands/ListPartsCommand.ts +++ b/clients/client-s3/src/commands/ListPartsCommand.ts @@ -195,9 +195,6 @@ export interface ListPartsCommandOutput extends ListPartsOutput, __MetadataBeare * */ export class ListPartsCommand extends $Command { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { Bucket: { type: "contextParams", name: "Bucket" }, @@ -217,9 +214,7 @@ export class ListPartsCommand extends $Command { return de_ListPartsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-s3/src/commands/PutBucketAccelerateConfigurationCommand.ts b/clients/client-s3/src/commands/PutBucketAccelerateConfigurationCommand.ts index 4869efe52d4d..98b675bcf373 100644 --- a/clients/client-s3/src/commands/PutBucketAccelerateConfigurationCommand.ts +++ b/clients/client-s3/src/commands/PutBucketAccelerateConfigurationCommand.ts @@ -115,9 +115,6 @@ export class PutBucketAccelerateConfigurationCommand extends $Command< PutBucketAccelerateConfigurationCommandOutput, S3ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { Bucket: { type: "contextParams", name: "Bucket" }, @@ -137,9 +134,7 @@ export class PutBucketAccelerateConfigurationCommand extends $Command< * @public */ constructor(readonly input: PutBucketAccelerateConfigurationCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -205,7 +200,4 @@ export class PutBucketAccelerateConfigurationCommand extends $Command< ): Promise { return de_PutBucketAccelerateConfigurationCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-s3/src/commands/PutBucketAclCommand.ts b/clients/client-s3/src/commands/PutBucketAclCommand.ts index b3edde61d58c..db6cebb58470 100644 --- a/clients/client-s3/src/commands/PutBucketAclCommand.ts +++ b/clients/client-s3/src/commands/PutBucketAclCommand.ts @@ -306,9 +306,6 @@ export class PutBucketAclCommand extends $Command< PutBucketAclCommandOutput, S3ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { Bucket: { type: "contextParams", name: "Bucket" }, @@ -328,9 +325,7 @@ export class PutBucketAclCommand extends $Command< * @public */ constructor(readonly input: PutBucketAclCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -388,7 +383,4 @@ export class PutBucketAclCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_PutBucketAclCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-s3/src/commands/PutBucketAnalyticsConfigurationCommand.ts b/clients/client-s3/src/commands/PutBucketAnalyticsConfigurationCommand.ts index 38c25f3962ca..cc787597d858 100644 --- a/clients/client-s3/src/commands/PutBucketAnalyticsConfigurationCommand.ts +++ b/clients/client-s3/src/commands/PutBucketAnalyticsConfigurationCommand.ts @@ -207,9 +207,6 @@ export class PutBucketAnalyticsConfigurationCommand extends $Command< PutBucketAnalyticsConfigurationCommandOutput, S3ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { Bucket: { type: "contextParams", name: "Bucket" }, @@ -229,9 +226,7 @@ export class PutBucketAnalyticsConfigurationCommand extends $Command< * @public */ constructor(readonly input: PutBucketAnalyticsConfigurationCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -290,7 +285,4 @@ export class PutBucketAnalyticsConfigurationCommand extends $Command< ): Promise { return de_PutBucketAnalyticsConfigurationCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-s3/src/commands/PutBucketCorsCommand.ts b/clients/client-s3/src/commands/PutBucketCorsCommand.ts index 098591980e97..c29fd0da56fe 100644 --- a/clients/client-s3/src/commands/PutBucketCorsCommand.ts +++ b/clients/client-s3/src/commands/PutBucketCorsCommand.ts @@ -190,9 +190,6 @@ export class PutBucketCorsCommand extends $Command< PutBucketCorsCommandOutput, S3ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { Bucket: { type: "contextParams", name: "Bucket" }, @@ -212,9 +209,7 @@ export class PutBucketCorsCommand extends $Command< * @public */ constructor(readonly input: PutBucketCorsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -272,7 +267,4 @@ export class PutBucketCorsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_PutBucketCorsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-s3/src/commands/PutBucketEncryptionCommand.ts b/clients/client-s3/src/commands/PutBucketEncryptionCommand.ts index cb85791a2cea..276e4624b7af 100644 --- a/clients/client-s3/src/commands/PutBucketEncryptionCommand.ts +++ b/clients/client-s3/src/commands/PutBucketEncryptionCommand.ts @@ -113,9 +113,6 @@ export class PutBucketEncryptionCommand extends $Command< PutBucketEncryptionCommandOutput, S3ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { Bucket: { type: "contextParams", name: "Bucket" }, @@ -135,9 +132,7 @@ export class PutBucketEncryptionCommand extends $Command< * @public */ constructor(readonly input: PutBucketEncryptionCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -197,7 +192,4 @@ export class PutBucketEncryptionCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_PutBucketEncryptionCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-s3/src/commands/PutBucketIntelligentTieringConfigurationCommand.ts b/clients/client-s3/src/commands/PutBucketIntelligentTieringConfigurationCommand.ts index 489091a0b3bf..8355ae652d1a 100644 --- a/clients/client-s3/src/commands/PutBucketIntelligentTieringConfigurationCommand.ts +++ b/clients/client-s3/src/commands/PutBucketIntelligentTieringConfigurationCommand.ts @@ -153,9 +153,6 @@ export class PutBucketIntelligentTieringConfigurationCommand extends $Command< PutBucketIntelligentTieringConfigurationCommandOutput, S3ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { Bucket: { type: "contextParams", name: "Bucket" }, @@ -175,9 +172,7 @@ export class PutBucketIntelligentTieringConfigurationCommand extends $Command< * @public */ constructor(readonly input: PutBucketIntelligentTieringConfigurationCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -242,7 +237,4 @@ export class PutBucketIntelligentTieringConfigurationCommand extends $Command< ): Promise { return de_PutBucketIntelligentTieringConfigurationCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-s3/src/commands/PutBucketInventoryConfigurationCommand.ts b/clients/client-s3/src/commands/PutBucketInventoryConfigurationCommand.ts index a470a5edb4b3..0c9c6934e8f8 100644 --- a/clients/client-s3/src/commands/PutBucketInventoryConfigurationCommand.ts +++ b/clients/client-s3/src/commands/PutBucketInventoryConfigurationCommand.ts @@ -187,9 +187,6 @@ export class PutBucketInventoryConfigurationCommand extends $Command< PutBucketInventoryConfigurationCommandOutput, S3ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { Bucket: { type: "contextParams", name: "Bucket" }, @@ -209,9 +206,7 @@ export class PutBucketInventoryConfigurationCommand extends $Command< * @public */ constructor(readonly input: PutBucketInventoryConfigurationCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -270,7 +265,4 @@ export class PutBucketInventoryConfigurationCommand extends $Command< ): Promise { return de_PutBucketInventoryConfigurationCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-s3/src/commands/PutBucketLifecycleConfigurationCommand.ts b/clients/client-s3/src/commands/PutBucketLifecycleConfigurationCommand.ts index b68bc284fde5..8f373fad97f3 100644 --- a/clients/client-s3/src/commands/PutBucketLifecycleConfigurationCommand.ts +++ b/clients/client-s3/src/commands/PutBucketLifecycleConfigurationCommand.ts @@ -253,9 +253,6 @@ export class PutBucketLifecycleConfigurationCommand extends $Command< PutBucketLifecycleConfigurationCommandOutput, S3ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { Bucket: { type: "contextParams", name: "Bucket" }, @@ -275,9 +272,7 @@ export class PutBucketLifecycleConfigurationCommand extends $Command< * @public */ constructor(readonly input: PutBucketLifecycleConfigurationCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -343,7 +338,4 @@ export class PutBucketLifecycleConfigurationCommand extends $Command< ): Promise { return de_PutBucketLifecycleConfigurationCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-s3/src/commands/PutBucketLoggingCommand.ts b/clients/client-s3/src/commands/PutBucketLoggingCommand.ts index 8457b9b8f2c0..8e94b5a78640 100644 --- a/clients/client-s3/src/commands/PutBucketLoggingCommand.ts +++ b/clients/client-s3/src/commands/PutBucketLoggingCommand.ts @@ -200,9 +200,6 @@ export class PutBucketLoggingCommand extends $Command< PutBucketLoggingCommandOutput, S3ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { Bucket: { type: "contextParams", name: "Bucket" }, @@ -222,9 +219,7 @@ export class PutBucketLoggingCommand extends $Command< * @public */ constructor(readonly input: PutBucketLoggingCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -284,7 +279,4 @@ export class PutBucketLoggingCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_PutBucketLoggingCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-s3/src/commands/PutBucketMetricsConfigurationCommand.ts b/clients/client-s3/src/commands/PutBucketMetricsConfigurationCommand.ts index c7d207eebbc2..d2ec5e258bd6 100644 --- a/clients/client-s3/src/commands/PutBucketMetricsConfigurationCommand.ts +++ b/clients/client-s3/src/commands/PutBucketMetricsConfigurationCommand.ts @@ -140,9 +140,6 @@ export class PutBucketMetricsConfigurationCommand extends $Command< PutBucketMetricsConfigurationCommandOutput, S3ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { Bucket: { type: "contextParams", name: "Bucket" }, @@ -162,9 +159,7 @@ export class PutBucketMetricsConfigurationCommand extends $Command< * @public */ constructor(readonly input: PutBucketMetricsConfigurationCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -220,7 +215,4 @@ export class PutBucketMetricsConfigurationCommand extends $Command< ): Promise { return de_PutBucketMetricsConfigurationCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-s3/src/commands/PutBucketNotificationConfigurationCommand.ts b/clients/client-s3/src/commands/PutBucketNotificationConfigurationCommand.ts index fab4a072ca5a..3ad4b4bfded0 100644 --- a/clients/client-s3/src/commands/PutBucketNotificationConfigurationCommand.ts +++ b/clients/client-s3/src/commands/PutBucketNotificationConfigurationCommand.ts @@ -205,9 +205,6 @@ export class PutBucketNotificationConfigurationCommand extends $Command< PutBucketNotificationConfigurationCommandOutput, S3ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { Bucket: { type: "contextParams", name: "Bucket" }, @@ -227,9 +224,7 @@ export class PutBucketNotificationConfigurationCommand extends $Command< * @public */ constructor(readonly input: PutBucketNotificationConfigurationCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -288,7 +283,4 @@ export class PutBucketNotificationConfigurationCommand extends $Command< ): Promise { return de_PutBucketNotificationConfigurationCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-s3/src/commands/PutBucketOwnershipControlsCommand.ts b/clients/client-s3/src/commands/PutBucketOwnershipControlsCommand.ts index 8f33f85d8386..73e17ab3073e 100644 --- a/clients/client-s3/src/commands/PutBucketOwnershipControlsCommand.ts +++ b/clients/client-s3/src/commands/PutBucketOwnershipControlsCommand.ts @@ -96,9 +96,6 @@ export class PutBucketOwnershipControlsCommand extends $Command< PutBucketOwnershipControlsCommandOutput, S3ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { Bucket: { type: "contextParams", name: "Bucket" }, @@ -118,9 +115,7 @@ export class PutBucketOwnershipControlsCommand extends $Command< * @public */ constructor(readonly input: PutBucketOwnershipControlsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -179,7 +174,4 @@ export class PutBucketOwnershipControlsCommand extends $Command< ): Promise { return de_PutBucketOwnershipControlsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-s3/src/commands/PutBucketPolicyCommand.ts b/clients/client-s3/src/commands/PutBucketPolicyCommand.ts index e8cdb930a84f..050957057e05 100644 --- a/clients/client-s3/src/commands/PutBucketPolicyCommand.ts +++ b/clients/client-s3/src/commands/PutBucketPolicyCommand.ts @@ -117,9 +117,6 @@ export class PutBucketPolicyCommand extends $Command< PutBucketPolicyCommandOutput, S3ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { Bucket: { type: "contextParams", name: "Bucket" }, @@ -139,9 +136,7 @@ export class PutBucketPolicyCommand extends $Command< * @public */ constructor(readonly input: PutBucketPolicyCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -201,7 +196,4 @@ export class PutBucketPolicyCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_PutBucketPolicyCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-s3/src/commands/PutBucketReplicationCommand.ts b/clients/client-s3/src/commands/PutBucketReplicationCommand.ts index f8dc917232f7..ff99d23f0c9e 100644 --- a/clients/client-s3/src/commands/PutBucketReplicationCommand.ts +++ b/clients/client-s3/src/commands/PutBucketReplicationCommand.ts @@ -231,9 +231,6 @@ export class PutBucketReplicationCommand extends $Command< PutBucketReplicationCommandOutput, S3ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { Bucket: { type: "contextParams", name: "Bucket" }, @@ -253,9 +250,7 @@ export class PutBucketReplicationCommand extends $Command< * @public */ constructor(readonly input: PutBucketReplicationCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -315,7 +310,4 @@ export class PutBucketReplicationCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_PutBucketReplicationCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-s3/src/commands/PutBucketRequestPaymentCommand.ts b/clients/client-s3/src/commands/PutBucketRequestPaymentCommand.ts index 704afc7892e1..cf2974ec7718 100644 --- a/clients/client-s3/src/commands/PutBucketRequestPaymentCommand.ts +++ b/clients/client-s3/src/commands/PutBucketRequestPaymentCommand.ts @@ -106,9 +106,6 @@ export class PutBucketRequestPaymentCommand extends $Command< PutBucketRequestPaymentCommandOutput, S3ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { Bucket: { type: "contextParams", name: "Bucket" }, @@ -128,9 +125,7 @@ export class PutBucketRequestPaymentCommand extends $Command< * @public */ constructor(readonly input: PutBucketRequestPaymentCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -190,7 +185,4 @@ export class PutBucketRequestPaymentCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_PutBucketRequestPaymentCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-s3/src/commands/PutBucketTaggingCommand.ts b/clients/client-s3/src/commands/PutBucketTaggingCommand.ts index 565f4ec01a92..fe1ea8bdc841 100644 --- a/clients/client-s3/src/commands/PutBucketTaggingCommand.ts +++ b/clients/client-s3/src/commands/PutBucketTaggingCommand.ts @@ -160,9 +160,6 @@ export class PutBucketTaggingCommand extends $Command< PutBucketTaggingCommandOutput, S3ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { Bucket: { type: "contextParams", name: "Bucket" }, @@ -182,9 +179,7 @@ export class PutBucketTaggingCommand extends $Command< * @public */ constructor(readonly input: PutBucketTaggingCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -244,7 +239,4 @@ export class PutBucketTaggingCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_PutBucketTaggingCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-s3/src/commands/PutBucketVersioningCommand.ts b/clients/client-s3/src/commands/PutBucketVersioningCommand.ts index db1a98324e94..5223492b2dcb 100644 --- a/clients/client-s3/src/commands/PutBucketVersioningCommand.ts +++ b/clients/client-s3/src/commands/PutBucketVersioningCommand.ts @@ -132,9 +132,6 @@ export class PutBucketVersioningCommand extends $Command< PutBucketVersioningCommandOutput, S3ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { Bucket: { type: "contextParams", name: "Bucket" }, @@ -154,9 +151,7 @@ export class PutBucketVersioningCommand extends $Command< * @public */ constructor(readonly input: PutBucketVersioningCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -216,7 +211,4 @@ export class PutBucketVersioningCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_PutBucketVersioningCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-s3/src/commands/PutBucketWebsiteCommand.ts b/clients/client-s3/src/commands/PutBucketWebsiteCommand.ts index 6b32628044da..0284b5cb37da 100644 --- a/clients/client-s3/src/commands/PutBucketWebsiteCommand.ts +++ b/clients/client-s3/src/commands/PutBucketWebsiteCommand.ts @@ -241,9 +241,6 @@ export class PutBucketWebsiteCommand extends $Command< PutBucketWebsiteCommandOutput, S3ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { Bucket: { type: "contextParams", name: "Bucket" }, @@ -263,9 +260,7 @@ export class PutBucketWebsiteCommand extends $Command< * @public */ constructor(readonly input: PutBucketWebsiteCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -325,7 +320,4 @@ export class PutBucketWebsiteCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_PutBucketWebsiteCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-s3/src/commands/PutObjectAclCommand.ts b/clients/client-s3/src/commands/PutObjectAclCommand.ts index fb3e2814616d..f853e6b50f0a 100644 --- a/clients/client-s3/src/commands/PutObjectAclCommand.ts +++ b/clients/client-s3/src/commands/PutObjectAclCommand.ts @@ -304,9 +304,6 @@ export class PutObjectAclCommand extends $Command< PutObjectAclCommandOutput, S3ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { Bucket: { type: "contextParams", name: "Bucket" }, @@ -326,9 +323,7 @@ export class PutObjectAclCommand extends $Command< * @public */ constructor(readonly input: PutObjectAclCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -386,7 +381,4 @@ export class PutObjectAclCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_PutObjectAclCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-s3/src/commands/PutObjectCommand.ts b/clients/client-s3/src/commands/PutObjectCommand.ts index 748e9fb59756..c381fc68d5d0 100644 --- a/clients/client-s3/src/commands/PutObjectCommand.ts +++ b/clients/client-s3/src/commands/PutObjectCommand.ts @@ -364,9 +364,6 @@ export interface PutObjectCommandOutput extends PutObjectOutput, __MetadataBeare * */ export class PutObjectCommand extends $Command { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { Bucket: { type: "contextParams", name: "Bucket" }, @@ -386,9 +383,7 @@ export class PutObjectCommand extends $Command { return de_PutObjectCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-s3/src/commands/PutObjectLegalHoldCommand.ts b/clients/client-s3/src/commands/PutObjectLegalHoldCommand.ts index d33274a8ac44..527e7c265973 100644 --- a/clients/client-s3/src/commands/PutObjectLegalHoldCommand.ts +++ b/clients/client-s3/src/commands/PutObjectLegalHoldCommand.ts @@ -83,9 +83,6 @@ export class PutObjectLegalHoldCommand extends $Command< PutObjectLegalHoldCommandOutput, S3ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { Bucket: { type: "contextParams", name: "Bucket" }, @@ -105,9 +102,7 @@ export class PutObjectLegalHoldCommand extends $Command< * @public */ constructor(readonly input: PutObjectLegalHoldCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -167,7 +162,4 @@ export class PutObjectLegalHoldCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_PutObjectLegalHoldCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-s3/src/commands/PutObjectLockConfigurationCommand.ts b/clients/client-s3/src/commands/PutObjectLockConfigurationCommand.ts index 1c22f1e25b3e..270852e5221f 100644 --- a/clients/client-s3/src/commands/PutObjectLockConfigurationCommand.ts +++ b/clients/client-s3/src/commands/PutObjectLockConfigurationCommand.ts @@ -105,9 +105,6 @@ export class PutObjectLockConfigurationCommand extends $Command< PutObjectLockConfigurationCommandOutput, S3ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { Bucket: { type: "contextParams", name: "Bucket" }, @@ -127,9 +124,7 @@ export class PutObjectLockConfigurationCommand extends $Command< * @public */ constructor(readonly input: PutObjectLockConfigurationCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -192,7 +187,4 @@ export class PutObjectLockConfigurationCommand extends $Command< ): Promise { return de_PutObjectLockConfigurationCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-s3/src/commands/PutObjectRetentionCommand.ts b/clients/client-s3/src/commands/PutObjectRetentionCommand.ts index 42bfa3d292ef..5b885ced2791 100644 --- a/clients/client-s3/src/commands/PutObjectRetentionCommand.ts +++ b/clients/client-s3/src/commands/PutObjectRetentionCommand.ts @@ -86,9 +86,6 @@ export class PutObjectRetentionCommand extends $Command< PutObjectRetentionCommandOutput, S3ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { Bucket: { type: "contextParams", name: "Bucket" }, @@ -108,9 +105,7 @@ export class PutObjectRetentionCommand extends $Command< * @public */ constructor(readonly input: PutObjectRetentionCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -170,7 +165,4 @@ export class PutObjectRetentionCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_PutObjectRetentionCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-s3/src/commands/PutObjectTaggingCommand.ts b/clients/client-s3/src/commands/PutObjectTaggingCommand.ts index b6398868cfee..8ad2d3a06cad 100644 --- a/clients/client-s3/src/commands/PutObjectTaggingCommand.ts +++ b/clients/client-s3/src/commands/PutObjectTaggingCommand.ts @@ -166,9 +166,6 @@ export class PutObjectTaggingCommand extends $Command< PutObjectTaggingCommandOutput, S3ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { Bucket: { type: "contextParams", name: "Bucket" }, @@ -188,9 +185,7 @@ export class PutObjectTaggingCommand extends $Command< * @public */ constructor(readonly input: PutObjectTaggingCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -250,7 +245,4 @@ export class PutObjectTaggingCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_PutObjectTaggingCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-s3/src/commands/PutPublicAccessBlockCommand.ts b/clients/client-s3/src/commands/PutPublicAccessBlockCommand.ts index 74ab0ebfe270..320302cef449 100644 --- a/clients/client-s3/src/commands/PutPublicAccessBlockCommand.ts +++ b/clients/client-s3/src/commands/PutPublicAccessBlockCommand.ts @@ -114,9 +114,6 @@ export class PutPublicAccessBlockCommand extends $Command< PutPublicAccessBlockCommandOutput, S3ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { Bucket: { type: "contextParams", name: "Bucket" }, @@ -136,9 +133,7 @@ export class PutPublicAccessBlockCommand extends $Command< * @public */ constructor(readonly input: PutPublicAccessBlockCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -198,7 +193,4 @@ export class PutPublicAccessBlockCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_PutPublicAccessBlockCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-s3/src/commands/RestoreObjectCommand.ts b/clients/client-s3/src/commands/RestoreObjectCommand.ts index ad9bc0aa2e88..54e4ee7cc211 100644 --- a/clients/client-s3/src/commands/RestoreObjectCommand.ts +++ b/clients/client-s3/src/commands/RestoreObjectCommand.ts @@ -439,9 +439,6 @@ export class RestoreObjectCommand extends $Command< RestoreObjectCommandOutput, S3ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { Bucket: { type: "contextParams", name: "Bucket" }, @@ -461,9 +458,7 @@ export class RestoreObjectCommand extends $Command< * @public */ constructor(readonly input: RestoreObjectCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -521,7 +516,4 @@ export class RestoreObjectCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_RestoreObjectCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-s3/src/commands/SelectObjectContentCommand.ts b/clients/client-s3/src/commands/SelectObjectContentCommand.ts index 2f9c810f445b..514298ac6a43 100644 --- a/clients/client-s3/src/commands/SelectObjectContentCommand.ts +++ b/clients/client-s3/src/commands/SelectObjectContentCommand.ts @@ -257,9 +257,6 @@ export class SelectObjectContentCommand extends $Command< SelectObjectContentCommandOutput, S3ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { Bucket: { type: "contextParams", name: "Bucket" }, @@ -279,9 +276,7 @@ export class SelectObjectContentCommand extends $Command< * @public */ constructor(readonly input: SelectObjectContentCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -338,7 +333,4 @@ export class SelectObjectContentCommand extends $Command< ): Promise { return de_SelectObjectContentCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-s3/src/commands/UploadPartCommand.ts b/clients/client-s3/src/commands/UploadPartCommand.ts index b8994b59a946..3c7527bad05f 100644 --- a/clients/client-s3/src/commands/UploadPartCommand.ts +++ b/clients/client-s3/src/commands/UploadPartCommand.ts @@ -250,9 +250,6 @@ export class UploadPartCommand extends $Command< UploadPartCommandOutput, S3ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { Bucket: { type: "contextParams", name: "Bucket" }, @@ -272,9 +269,7 @@ export class UploadPartCommand extends $Command< * @public */ constructor(readonly input: UploadPartCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -333,7 +328,4 @@ export class UploadPartCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UploadPartCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-s3/src/commands/UploadPartCopyCommand.ts b/clients/client-s3/src/commands/UploadPartCopyCommand.ts index 1e78fd4fb12d..c86c630d0515 100644 --- a/clients/client-s3/src/commands/UploadPartCopyCommand.ts +++ b/clients/client-s3/src/commands/UploadPartCopyCommand.ts @@ -326,9 +326,6 @@ export class UploadPartCopyCommand extends $Command< UploadPartCopyCommandOutput, S3ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { Bucket: { type: "contextParams", name: "Bucket" }, @@ -348,9 +345,7 @@ export class UploadPartCopyCommand extends $Command< * @public */ constructor(readonly input: UploadPartCopyCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -405,7 +400,4 @@ export class UploadPartCopyCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UploadPartCopyCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-s3/src/commands/WriteGetObjectResponseCommand.ts b/clients/client-s3/src/commands/WriteGetObjectResponseCommand.ts index b1818dff9f44..e08a680ecca6 100644 --- a/clients/client-s3/src/commands/WriteGetObjectResponseCommand.ts +++ b/clients/client-s3/src/commands/WriteGetObjectResponseCommand.ts @@ -146,9 +146,6 @@ export class WriteGetObjectResponseCommand extends $Command< WriteGetObjectResponseCommandOutput, S3ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseObjectLambdaEndpoint: { type: "staticContextParams", value: true }, @@ -168,9 +165,7 @@ export class WriteGetObjectResponseCommand extends $Command< * @public */ constructor(readonly input: WriteGetObjectResponseCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -223,7 +218,4 @@ export class WriteGetObjectResponseCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_WriteGetObjectResponseCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-s3outposts/package.json b/clients/client-s3outposts/package.json index 76ba7fd30d06..fe1fd1d2dba9 100644 --- a/clients/client-s3outposts/package.json +++ b/clients/client-s3outposts/package.json @@ -34,29 +34,29 @@ "@aws-sdk/util-endpoints": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@smithy/config-resolver": "^2.0.16", - "@smithy/fetch-http-handler": "^2.2.4", - "@smithy/hash-node": "^2.0.12", - "@smithy/invalid-dependency": "^2.0.12", - "@smithy/middleware-content-length": "^2.0.14", - "@smithy/middleware-endpoint": "^2.1.3", - "@smithy/middleware-retry": "^2.0.18", - "@smithy/middleware-serde": "^2.0.12", - "@smithy/middleware-stack": "^2.0.6", - "@smithy/node-config-provider": "^2.1.3", - "@smithy/node-http-handler": "^2.1.8", - "@smithy/protocol-http": "^3.0.8", - "@smithy/smithy-client": "^2.1.12", - "@smithy/types": "^2.4.0", - "@smithy/url-parser": "^2.0.12", - "@smithy/util-base64": "^2.0.0", + "@smithy/config-resolver": "^2.0.18", + "@smithy/fetch-http-handler": "^2.2.6", + "@smithy/hash-node": "^2.0.15", + "@smithy/invalid-dependency": "^2.0.13", + "@smithy/middleware-content-length": "^2.0.15", + "@smithy/middleware-endpoint": "^2.2.0", + "@smithy/middleware-retry": "^2.0.20", + "@smithy/middleware-serde": "^2.0.13", + "@smithy/middleware-stack": "^2.0.7", + "@smithy/node-config-provider": "^2.1.5", + "@smithy/node-http-handler": "^2.1.9", + "@smithy/protocol-http": "^3.0.9", + "@smithy/smithy-client": "^2.1.15", + "@smithy/types": "^2.5.0", + "@smithy/url-parser": "^2.0.13", + "@smithy/util-base64": "^2.0.1", "@smithy/util-body-length-browser": "^2.0.0", "@smithy/util-body-length-node": "^2.1.0", - "@smithy/util-defaults-mode-browser": "^2.0.16", - "@smithy/util-defaults-mode-node": "^2.0.21", - "@smithy/util-endpoints": "^1.0.2", - "@smithy/util-retry": "^2.0.5", - "@smithy/util-utf8": "^2.0.0", + "@smithy/util-defaults-mode-browser": "^2.0.19", + "@smithy/util-defaults-mode-node": "^2.0.25", + "@smithy/util-endpoints": "^1.0.4", + "@smithy/util-retry": "^2.0.6", + "@smithy/util-utf8": "^2.0.2", "tslib": "^2.5.0" }, "devDependencies": { diff --git a/clients/client-s3outposts/src/commands/CreateEndpointCommand.ts b/clients/client-s3outposts/src/commands/CreateEndpointCommand.ts index 1f1a36ebec32..8e31251a7094 100644 --- a/clients/client-s3outposts/src/commands/CreateEndpointCommand.ts +++ b/clients/client-s3outposts/src/commands/CreateEndpointCommand.ts @@ -112,9 +112,6 @@ export class CreateEndpointCommand extends $Command< CreateEndpointCommandOutput, S3OutpostsClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -128,9 +125,7 @@ export class CreateEndpointCommand extends $Command< * @public */ constructor(readonly input: CreateEndpointCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -183,7 +178,4 @@ export class CreateEndpointCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateEndpointCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-s3outposts/src/commands/DeleteEndpointCommand.ts b/clients/client-s3outposts/src/commands/DeleteEndpointCommand.ts index 109558e39ca5..292dd3eb6ac8 100644 --- a/clients/client-s3outposts/src/commands/DeleteEndpointCommand.ts +++ b/clients/client-s3outposts/src/commands/DeleteEndpointCommand.ts @@ -104,9 +104,6 @@ export class DeleteEndpointCommand extends $Command< DeleteEndpointCommandOutput, S3OutpostsClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -120,9 +117,7 @@ export class DeleteEndpointCommand extends $Command< * @public */ constructor(readonly input: DeleteEndpointCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -175,7 +170,4 @@ export class DeleteEndpointCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteEndpointCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-s3outposts/src/commands/ListEndpointsCommand.ts b/clients/client-s3outposts/src/commands/ListEndpointsCommand.ts index bd50af39021f..a070d9ec2079 100644 --- a/clients/client-s3outposts/src/commands/ListEndpointsCommand.ts +++ b/clients/client-s3outposts/src/commands/ListEndpointsCommand.ts @@ -122,9 +122,6 @@ export class ListEndpointsCommand extends $Command< ListEndpointsCommandOutput, S3OutpostsClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -138,9 +135,7 @@ export class ListEndpointsCommand extends $Command< * @public */ constructor(readonly input: ListEndpointsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -191,7 +186,4 @@ export class ListEndpointsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListEndpointsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-s3outposts/src/commands/ListOutpostsWithS3Command.ts b/clients/client-s3outposts/src/commands/ListOutpostsWithS3Command.ts index 82363b7448ca..79ab29846b0c 100644 --- a/clients/client-s3outposts/src/commands/ListOutpostsWithS3Command.ts +++ b/clients/client-s3outposts/src/commands/ListOutpostsWithS3Command.ts @@ -94,9 +94,6 @@ export class ListOutpostsWithS3Command extends $Command< ListOutpostsWithS3CommandOutput, S3OutpostsClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -110,9 +107,7 @@ export class ListOutpostsWithS3Command extends $Command< * @public */ constructor(readonly input: ListOutpostsWithS3CommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -165,7 +160,4 @@ export class ListOutpostsWithS3Command extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListOutpostsWithS3Command(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-s3outposts/src/commands/ListSharedEndpointsCommand.ts b/clients/client-s3outposts/src/commands/ListSharedEndpointsCommand.ts index feacac9f90d3..1639ff78cb34 100644 --- a/clients/client-s3outposts/src/commands/ListSharedEndpointsCommand.ts +++ b/clients/client-s3outposts/src/commands/ListSharedEndpointsCommand.ts @@ -123,9 +123,6 @@ export class ListSharedEndpointsCommand extends $Command< ListSharedEndpointsCommandOutput, S3OutpostsClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -139,9 +136,7 @@ export class ListSharedEndpointsCommand extends $Command< * @public */ constructor(readonly input: ListSharedEndpointsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -194,7 +189,4 @@ export class ListSharedEndpointsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListSharedEndpointsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-sagemaker-a2i-runtime/package.json b/clients/client-sagemaker-a2i-runtime/package.json index 45dc09e4fcb1..2e3bb543ac60 100644 --- a/clients/client-sagemaker-a2i-runtime/package.json +++ b/clients/client-sagemaker-a2i-runtime/package.json @@ -34,29 +34,29 @@ "@aws-sdk/util-endpoints": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@smithy/config-resolver": "^2.0.16", - "@smithy/fetch-http-handler": "^2.2.4", - "@smithy/hash-node": "^2.0.12", - "@smithy/invalid-dependency": "^2.0.12", - "@smithy/middleware-content-length": "^2.0.14", - "@smithy/middleware-endpoint": "^2.1.3", - "@smithy/middleware-retry": "^2.0.18", - "@smithy/middleware-serde": "^2.0.12", - "@smithy/middleware-stack": "^2.0.6", - "@smithy/node-config-provider": "^2.1.3", - "@smithy/node-http-handler": "^2.1.8", - "@smithy/protocol-http": "^3.0.8", - "@smithy/smithy-client": "^2.1.12", - "@smithy/types": "^2.4.0", - "@smithy/url-parser": "^2.0.12", - "@smithy/util-base64": "^2.0.0", + "@smithy/config-resolver": "^2.0.18", + "@smithy/fetch-http-handler": "^2.2.6", + "@smithy/hash-node": "^2.0.15", + "@smithy/invalid-dependency": "^2.0.13", + "@smithy/middleware-content-length": "^2.0.15", + "@smithy/middleware-endpoint": "^2.2.0", + "@smithy/middleware-retry": "^2.0.20", + "@smithy/middleware-serde": "^2.0.13", + "@smithy/middleware-stack": "^2.0.7", + "@smithy/node-config-provider": "^2.1.5", + "@smithy/node-http-handler": "^2.1.9", + "@smithy/protocol-http": "^3.0.9", + "@smithy/smithy-client": "^2.1.15", + "@smithy/types": "^2.5.0", + "@smithy/url-parser": "^2.0.13", + "@smithy/util-base64": "^2.0.1", "@smithy/util-body-length-browser": "^2.0.0", "@smithy/util-body-length-node": "^2.1.0", - "@smithy/util-defaults-mode-browser": "^2.0.16", - "@smithy/util-defaults-mode-node": "^2.0.21", - "@smithy/util-endpoints": "^1.0.2", - "@smithy/util-retry": "^2.0.5", - "@smithy/util-utf8": "^2.0.0", + "@smithy/util-defaults-mode-browser": "^2.0.19", + "@smithy/util-defaults-mode-node": "^2.0.25", + "@smithy/util-endpoints": "^1.0.4", + "@smithy/util-retry": "^2.0.6", + "@smithy/util-utf8": "^2.0.2", "tslib": "^2.5.0" }, "devDependencies": { diff --git a/clients/client-sagemaker-a2i-runtime/src/commands/DeleteHumanLoopCommand.ts b/clients/client-sagemaker-a2i-runtime/src/commands/DeleteHumanLoopCommand.ts index 547835e0dc4b..46fe156e203b 100644 --- a/clients/client-sagemaker-a2i-runtime/src/commands/DeleteHumanLoopCommand.ts +++ b/clients/client-sagemaker-a2i-runtime/src/commands/DeleteHumanLoopCommand.ts @@ -91,9 +91,6 @@ export class DeleteHumanLoopCommand extends $Command< DeleteHumanLoopCommandOutput, SageMakerA2IRuntimeClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -107,9 +104,7 @@ export class DeleteHumanLoopCommand extends $Command< * @public */ constructor(readonly input: DeleteHumanLoopCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -162,7 +157,4 @@ export class DeleteHumanLoopCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteHumanLoopCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-sagemaker-a2i-runtime/src/commands/DescribeHumanLoopCommand.ts b/clients/client-sagemaker-a2i-runtime/src/commands/DescribeHumanLoopCommand.ts index dcdd76d70258..11e5a1789503 100644 --- a/clients/client-sagemaker-a2i-runtime/src/commands/DescribeHumanLoopCommand.ts +++ b/clients/client-sagemaker-a2i-runtime/src/commands/DescribeHumanLoopCommand.ts @@ -101,9 +101,6 @@ export class DescribeHumanLoopCommand extends $Command< DescribeHumanLoopCommandOutput, SageMakerA2IRuntimeClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -117,9 +114,7 @@ export class DescribeHumanLoopCommand extends $Command< * @public */ constructor(readonly input: DescribeHumanLoopCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -172,7 +167,4 @@ export class DescribeHumanLoopCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DescribeHumanLoopCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-sagemaker-a2i-runtime/src/commands/ListHumanLoopsCommand.ts b/clients/client-sagemaker-a2i-runtime/src/commands/ListHumanLoopsCommand.ts index 49b2c4f0eb44..a71630ebc525 100644 --- a/clients/client-sagemaker-a2i-runtime/src/commands/ListHumanLoopsCommand.ts +++ b/clients/client-sagemaker-a2i-runtime/src/commands/ListHumanLoopsCommand.ts @@ -105,9 +105,6 @@ export class ListHumanLoopsCommand extends $Command< ListHumanLoopsCommandOutput, SageMakerA2IRuntimeClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -121,9 +118,7 @@ export class ListHumanLoopsCommand extends $Command< * @public */ constructor(readonly input: ListHumanLoopsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -176,7 +171,4 @@ export class ListHumanLoopsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListHumanLoopsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-sagemaker-a2i-runtime/src/commands/StartHumanLoopCommand.ts b/clients/client-sagemaker-a2i-runtime/src/commands/StartHumanLoopCommand.ts index fafa06b67461..a3249476645f 100644 --- a/clients/client-sagemaker-a2i-runtime/src/commands/StartHumanLoopCommand.ts +++ b/clients/client-sagemaker-a2i-runtime/src/commands/StartHumanLoopCommand.ts @@ -108,9 +108,6 @@ export class StartHumanLoopCommand extends $Command< StartHumanLoopCommandOutput, SageMakerA2IRuntimeClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -124,9 +121,7 @@ export class StartHumanLoopCommand extends $Command< * @public */ constructor(readonly input: StartHumanLoopCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -179,7 +174,4 @@ export class StartHumanLoopCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_StartHumanLoopCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-sagemaker-a2i-runtime/src/commands/StopHumanLoopCommand.ts b/clients/client-sagemaker-a2i-runtime/src/commands/StopHumanLoopCommand.ts index 86234c8c4e45..66ad3ef3c62a 100644 --- a/clients/client-sagemaker-a2i-runtime/src/commands/StopHumanLoopCommand.ts +++ b/clients/client-sagemaker-a2i-runtime/src/commands/StopHumanLoopCommand.ts @@ -89,9 +89,6 @@ export class StopHumanLoopCommand extends $Command< StopHumanLoopCommandOutput, SageMakerA2IRuntimeClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -105,9 +102,7 @@ export class StopHumanLoopCommand extends $Command< * @public */ constructor(readonly input: StopHumanLoopCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -158,7 +153,4 @@ export class StopHumanLoopCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_StopHumanLoopCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-sagemaker-edge/package.json b/clients/client-sagemaker-edge/package.json index c99f57ab03a7..0386a420c5db 100644 --- a/clients/client-sagemaker-edge/package.json +++ b/clients/client-sagemaker-edge/package.json @@ -34,29 +34,29 @@ "@aws-sdk/util-endpoints": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@smithy/config-resolver": "^2.0.16", - "@smithy/fetch-http-handler": "^2.2.4", - "@smithy/hash-node": "^2.0.12", - "@smithy/invalid-dependency": "^2.0.12", - "@smithy/middleware-content-length": "^2.0.14", - "@smithy/middleware-endpoint": "^2.1.3", - "@smithy/middleware-retry": "^2.0.18", - "@smithy/middleware-serde": "^2.0.12", - "@smithy/middleware-stack": "^2.0.6", - "@smithy/node-config-provider": "^2.1.3", - "@smithy/node-http-handler": "^2.1.8", - "@smithy/protocol-http": "^3.0.8", - "@smithy/smithy-client": "^2.1.12", - "@smithy/types": "^2.4.0", - "@smithy/url-parser": "^2.0.12", - "@smithy/util-base64": "^2.0.0", + "@smithy/config-resolver": "^2.0.18", + "@smithy/fetch-http-handler": "^2.2.6", + "@smithy/hash-node": "^2.0.15", + "@smithy/invalid-dependency": "^2.0.13", + "@smithy/middleware-content-length": "^2.0.15", + "@smithy/middleware-endpoint": "^2.2.0", + "@smithy/middleware-retry": "^2.0.20", + "@smithy/middleware-serde": "^2.0.13", + "@smithy/middleware-stack": "^2.0.7", + "@smithy/node-config-provider": "^2.1.5", + "@smithy/node-http-handler": "^2.1.9", + "@smithy/protocol-http": "^3.0.9", + "@smithy/smithy-client": "^2.1.15", + "@smithy/types": "^2.5.0", + "@smithy/url-parser": "^2.0.13", + "@smithy/util-base64": "^2.0.1", "@smithy/util-body-length-browser": "^2.0.0", "@smithy/util-body-length-node": "^2.1.0", - "@smithy/util-defaults-mode-browser": "^2.0.16", - "@smithy/util-defaults-mode-node": "^2.0.21", - "@smithy/util-endpoints": "^1.0.2", - "@smithy/util-retry": "^2.0.5", - "@smithy/util-utf8": "^2.0.0", + "@smithy/util-defaults-mode-browser": "^2.0.19", + "@smithy/util-defaults-mode-node": "^2.0.25", + "@smithy/util-endpoints": "^1.0.4", + "@smithy/util-retry": "^2.0.6", + "@smithy/util-utf8": "^2.0.2", "tslib": "^2.5.0" }, "devDependencies": { diff --git a/clients/client-sagemaker-edge/src/commands/GetDeploymentsCommand.ts b/clients/client-sagemaker-edge/src/commands/GetDeploymentsCommand.ts index 79f6a7642f7c..81f535fc6536 100644 --- a/clients/client-sagemaker-edge/src/commands/GetDeploymentsCommand.ts +++ b/clients/client-sagemaker-edge/src/commands/GetDeploymentsCommand.ts @@ -92,9 +92,6 @@ export class GetDeploymentsCommand extends $Command< GetDeploymentsCommandOutput, SagemakerEdgeClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -108,9 +105,7 @@ export class GetDeploymentsCommand extends $Command< * @public */ constructor(readonly input: GetDeploymentsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -163,7 +158,4 @@ export class GetDeploymentsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetDeploymentsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-sagemaker-edge/src/commands/GetDeviceRegistrationCommand.ts b/clients/client-sagemaker-edge/src/commands/GetDeviceRegistrationCommand.ts index 2c623f95f8e5..8ee0d2b4d662 100644 --- a/clients/client-sagemaker-edge/src/commands/GetDeviceRegistrationCommand.ts +++ b/clients/client-sagemaker-edge/src/commands/GetDeviceRegistrationCommand.ts @@ -76,9 +76,6 @@ export class GetDeviceRegistrationCommand extends $Command< GetDeviceRegistrationCommandOutput, SagemakerEdgeClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -92,9 +89,7 @@ export class GetDeviceRegistrationCommand extends $Command< * @public */ constructor(readonly input: GetDeviceRegistrationCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -147,7 +142,4 @@ export class GetDeviceRegistrationCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetDeviceRegistrationCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-sagemaker-edge/src/commands/SendHeartbeatCommand.ts b/clients/client-sagemaker-edge/src/commands/SendHeartbeatCommand.ts index 782bbc51f614..72b37e4e7b10 100644 --- a/clients/client-sagemaker-edge/src/commands/SendHeartbeatCommand.ts +++ b/clients/client-sagemaker-edge/src/commands/SendHeartbeatCommand.ts @@ -117,9 +117,6 @@ export class SendHeartbeatCommand extends $Command< SendHeartbeatCommandOutput, SagemakerEdgeClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -133,9 +130,7 @@ export class SendHeartbeatCommand extends $Command< * @public */ constructor(readonly input: SendHeartbeatCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -186,7 +181,4 @@ export class SendHeartbeatCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_SendHeartbeatCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-sagemaker-featurestore-runtime/package.json b/clients/client-sagemaker-featurestore-runtime/package.json index 386d281f75a8..17ac321b3ac0 100644 --- a/clients/client-sagemaker-featurestore-runtime/package.json +++ b/clients/client-sagemaker-featurestore-runtime/package.json @@ -34,29 +34,29 @@ "@aws-sdk/util-endpoints": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@smithy/config-resolver": "^2.0.16", - "@smithy/fetch-http-handler": "^2.2.4", - "@smithy/hash-node": "^2.0.12", - "@smithy/invalid-dependency": "^2.0.12", - "@smithy/middleware-content-length": "^2.0.14", - "@smithy/middleware-endpoint": "^2.1.3", - "@smithy/middleware-retry": "^2.0.18", - "@smithy/middleware-serde": "^2.0.12", - "@smithy/middleware-stack": "^2.0.6", - "@smithy/node-config-provider": "^2.1.3", - "@smithy/node-http-handler": "^2.1.8", - "@smithy/protocol-http": "^3.0.8", - "@smithy/smithy-client": "^2.1.12", - "@smithy/types": "^2.4.0", - "@smithy/url-parser": "^2.0.12", - "@smithy/util-base64": "^2.0.0", + "@smithy/config-resolver": "^2.0.18", + "@smithy/fetch-http-handler": "^2.2.6", + "@smithy/hash-node": "^2.0.15", + "@smithy/invalid-dependency": "^2.0.13", + "@smithy/middleware-content-length": "^2.0.15", + "@smithy/middleware-endpoint": "^2.2.0", + "@smithy/middleware-retry": "^2.0.20", + "@smithy/middleware-serde": "^2.0.13", + "@smithy/middleware-stack": "^2.0.7", + "@smithy/node-config-provider": "^2.1.5", + "@smithy/node-http-handler": "^2.1.9", + "@smithy/protocol-http": "^3.0.9", + "@smithy/smithy-client": "^2.1.15", + "@smithy/types": "^2.5.0", + "@smithy/url-parser": "^2.0.13", + "@smithy/util-base64": "^2.0.1", "@smithy/util-body-length-browser": "^2.0.0", "@smithy/util-body-length-node": "^2.1.0", - "@smithy/util-defaults-mode-browser": "^2.0.16", - "@smithy/util-defaults-mode-node": "^2.0.21", - "@smithy/util-endpoints": "^1.0.2", - "@smithy/util-retry": "^2.0.5", - "@smithy/util-utf8": "^2.0.0", + "@smithy/util-defaults-mode-browser": "^2.0.19", + "@smithy/util-defaults-mode-node": "^2.0.25", + "@smithy/util-endpoints": "^1.0.4", + "@smithy/util-retry": "^2.0.6", + "@smithy/util-utf8": "^2.0.2", "tslib": "^2.5.0" }, "devDependencies": { diff --git a/clients/client-sagemaker-featurestore-runtime/src/commands/BatchGetRecordCommand.ts b/clients/client-sagemaker-featurestore-runtime/src/commands/BatchGetRecordCommand.ts index 1aa65d516faf..9a5750b851af 100644 --- a/clients/client-sagemaker-featurestore-runtime/src/commands/BatchGetRecordCommand.ts +++ b/clients/client-sagemaker-featurestore-runtime/src/commands/BatchGetRecordCommand.ts @@ -132,9 +132,6 @@ export class BatchGetRecordCommand extends $Command< BatchGetRecordCommandOutput, SageMakerFeatureStoreRuntimeClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -148,9 +145,7 @@ export class BatchGetRecordCommand extends $Command< * @public */ constructor(readonly input: BatchGetRecordCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -203,7 +198,4 @@ export class BatchGetRecordCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_BatchGetRecordCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-sagemaker-featurestore-runtime/src/commands/DeleteRecordCommand.ts b/clients/client-sagemaker-featurestore-runtime/src/commands/DeleteRecordCommand.ts index fe6b3fdec3e6..f1a9b3567ee7 100644 --- a/clients/client-sagemaker-featurestore-runtime/src/commands/DeleteRecordCommand.ts +++ b/clients/client-sagemaker-featurestore-runtime/src/commands/DeleteRecordCommand.ts @@ -116,9 +116,6 @@ export class DeleteRecordCommand extends $Command< DeleteRecordCommandOutput, SageMakerFeatureStoreRuntimeClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -132,9 +129,7 @@ export class DeleteRecordCommand extends $Command< * @public */ constructor(readonly input: DeleteRecordCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -185,7 +180,4 @@ export class DeleteRecordCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteRecordCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-sagemaker-featurestore-runtime/src/commands/GetRecordCommand.ts b/clients/client-sagemaker-featurestore-runtime/src/commands/GetRecordCommand.ts index 243813d50cd1..7f4b286de412 100644 --- a/clients/client-sagemaker-featurestore-runtime/src/commands/GetRecordCommand.ts +++ b/clients/client-sagemaker-featurestore-runtime/src/commands/GetRecordCommand.ts @@ -106,9 +106,6 @@ export class GetRecordCommand extends $Command< GetRecordCommandOutput, SageMakerFeatureStoreRuntimeClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -122,9 +119,7 @@ export class GetRecordCommand extends $Command< * @public */ constructor(readonly input: GetRecordCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -175,7 +170,4 @@ export class GetRecordCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetRecordCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-sagemaker-featurestore-runtime/src/commands/PutRecordCommand.ts b/clients/client-sagemaker-featurestore-runtime/src/commands/PutRecordCommand.ts index c82e82c2d356..de53f6e8d53d 100644 --- a/clients/client-sagemaker-featurestore-runtime/src/commands/PutRecordCommand.ts +++ b/clients/client-sagemaker-featurestore-runtime/src/commands/PutRecordCommand.ts @@ -116,9 +116,6 @@ export class PutRecordCommand extends $Command< PutRecordCommandOutput, SageMakerFeatureStoreRuntimeClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -132,9 +129,7 @@ export class PutRecordCommand extends $Command< * @public */ constructor(readonly input: PutRecordCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -185,7 +180,4 @@ export class PutRecordCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_PutRecordCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-sagemaker-geospatial/package.json b/clients/client-sagemaker-geospatial/package.json index 3748590e1fa4..8d43e13b998b 100644 --- a/clients/client-sagemaker-geospatial/package.json +++ b/clients/client-sagemaker-geospatial/package.json @@ -34,30 +34,30 @@ "@aws-sdk/util-endpoints": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@smithy/config-resolver": "^2.0.16", - "@smithy/fetch-http-handler": "^2.2.4", - "@smithy/hash-node": "^2.0.12", - "@smithy/invalid-dependency": "^2.0.12", - "@smithy/middleware-content-length": "^2.0.14", - "@smithy/middleware-endpoint": "^2.1.3", - "@smithy/middleware-retry": "^2.0.18", - "@smithy/middleware-serde": "^2.0.12", - "@smithy/middleware-stack": "^2.0.6", - "@smithy/node-config-provider": "^2.1.3", - "@smithy/node-http-handler": "^2.1.8", - "@smithy/protocol-http": "^3.0.8", - "@smithy/smithy-client": "^2.1.12", - "@smithy/types": "^2.4.0", - "@smithy/url-parser": "^2.0.12", - "@smithy/util-base64": "^2.0.0", + "@smithy/config-resolver": "^2.0.18", + "@smithy/fetch-http-handler": "^2.2.6", + "@smithy/hash-node": "^2.0.15", + "@smithy/invalid-dependency": "^2.0.13", + "@smithy/middleware-content-length": "^2.0.15", + "@smithy/middleware-endpoint": "^2.2.0", + "@smithy/middleware-retry": "^2.0.20", + "@smithy/middleware-serde": "^2.0.13", + "@smithy/middleware-stack": "^2.0.7", + "@smithy/node-config-provider": "^2.1.5", + "@smithy/node-http-handler": "^2.1.9", + "@smithy/protocol-http": "^3.0.9", + "@smithy/smithy-client": "^2.1.15", + "@smithy/types": "^2.5.0", + "@smithy/url-parser": "^2.0.13", + "@smithy/util-base64": "^2.0.1", "@smithy/util-body-length-browser": "^2.0.0", "@smithy/util-body-length-node": "^2.1.0", - "@smithy/util-defaults-mode-browser": "^2.0.16", - "@smithy/util-defaults-mode-node": "^2.0.21", - "@smithy/util-endpoints": "^1.0.2", - "@smithy/util-retry": "^2.0.5", - "@smithy/util-stream": "^2.0.17", - "@smithy/util-utf8": "^2.0.0", + "@smithy/util-defaults-mode-browser": "^2.0.19", + "@smithy/util-defaults-mode-node": "^2.0.25", + "@smithy/util-endpoints": "^1.0.4", + "@smithy/util-retry": "^2.0.6", + "@smithy/util-stream": "^2.0.20", + "@smithy/util-utf8": "^2.0.2", "tslib": "^2.5.0", "uuid": "^8.3.2" }, diff --git a/clients/client-sagemaker-geospatial/src/commands/DeleteEarthObservationJobCommand.ts b/clients/client-sagemaker-geospatial/src/commands/DeleteEarthObservationJobCommand.ts index 59e257edc72b..e372dd7703da 100644 --- a/clients/client-sagemaker-geospatial/src/commands/DeleteEarthObservationJobCommand.ts +++ b/clients/client-sagemaker-geospatial/src/commands/DeleteEarthObservationJobCommand.ts @@ -90,9 +90,6 @@ export class DeleteEarthObservationJobCommand extends $Command< DeleteEarthObservationJobCommandOutput, SageMakerGeospatialClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -106,9 +103,7 @@ export class DeleteEarthObservationJobCommand extends $Command< * @public */ constructor(readonly input: DeleteEarthObservationJobCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -164,7 +159,4 @@ export class DeleteEarthObservationJobCommand extends $Command< ): Promise { return de_DeleteEarthObservationJobCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-sagemaker-geospatial/src/commands/DeleteVectorEnrichmentJobCommand.ts b/clients/client-sagemaker-geospatial/src/commands/DeleteVectorEnrichmentJobCommand.ts index 5eba21874ace..b13fd970150f 100644 --- a/clients/client-sagemaker-geospatial/src/commands/DeleteVectorEnrichmentJobCommand.ts +++ b/clients/client-sagemaker-geospatial/src/commands/DeleteVectorEnrichmentJobCommand.ts @@ -90,9 +90,6 @@ export class DeleteVectorEnrichmentJobCommand extends $Command< DeleteVectorEnrichmentJobCommandOutput, SageMakerGeospatialClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -106,9 +103,7 @@ export class DeleteVectorEnrichmentJobCommand extends $Command< * @public */ constructor(readonly input: DeleteVectorEnrichmentJobCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -164,7 +159,4 @@ export class DeleteVectorEnrichmentJobCommand extends $Command< ): Promise { return de_DeleteVectorEnrichmentJobCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-sagemaker-geospatial/src/commands/ExportEarthObservationJobCommand.ts b/clients/client-sagemaker-geospatial/src/commands/ExportEarthObservationJobCommand.ts index 63313b3e9150..576c265fcc51 100644 --- a/clients/client-sagemaker-geospatial/src/commands/ExportEarthObservationJobCommand.ts +++ b/clients/client-sagemaker-geospatial/src/commands/ExportEarthObservationJobCommand.ts @@ -114,9 +114,6 @@ export class ExportEarthObservationJobCommand extends $Command< ExportEarthObservationJobCommandOutput, SageMakerGeospatialClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -130,9 +127,7 @@ export class ExportEarthObservationJobCommand extends $Command< * @public */ constructor(readonly input: ExportEarthObservationJobCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -188,7 +183,4 @@ export class ExportEarthObservationJobCommand extends $Command< ): Promise { return de_ExportEarthObservationJobCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-sagemaker-geospatial/src/commands/ExportVectorEnrichmentJobCommand.ts b/clients/client-sagemaker-geospatial/src/commands/ExportVectorEnrichmentJobCommand.ts index e81ffc41007c..8342cd79f79b 100644 --- a/clients/client-sagemaker-geospatial/src/commands/ExportVectorEnrichmentJobCommand.ts +++ b/clients/client-sagemaker-geospatial/src/commands/ExportVectorEnrichmentJobCommand.ts @@ -112,9 +112,6 @@ export class ExportVectorEnrichmentJobCommand extends $Command< ExportVectorEnrichmentJobCommandOutput, SageMakerGeospatialClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -128,9 +125,7 @@ export class ExportVectorEnrichmentJobCommand extends $Command< * @public */ constructor(readonly input: ExportVectorEnrichmentJobCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -186,7 +181,4 @@ export class ExportVectorEnrichmentJobCommand extends $Command< ): Promise { return de_ExportVectorEnrichmentJobCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-sagemaker-geospatial/src/commands/GetEarthObservationJobCommand.ts b/clients/client-sagemaker-geospatial/src/commands/GetEarthObservationJobCommand.ts index 0348801ca7f4..89328c57ab11 100644 --- a/clients/client-sagemaker-geospatial/src/commands/GetEarthObservationJobCommand.ts +++ b/clients/client-sagemaker-geospatial/src/commands/GetEarthObservationJobCommand.ts @@ -261,9 +261,6 @@ export class GetEarthObservationJobCommand extends $Command< GetEarthObservationJobCommandOutput, SageMakerGeospatialClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -277,9 +274,7 @@ export class GetEarthObservationJobCommand extends $Command< * @public */ constructor(readonly input: GetEarthObservationJobCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -332,7 +327,4 @@ export class GetEarthObservationJobCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetEarthObservationJobCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-sagemaker-geospatial/src/commands/GetRasterDataCollectionCommand.ts b/clients/client-sagemaker-geospatial/src/commands/GetRasterDataCollectionCommand.ts index 01e1ea9fac81..cfaf67ce0d18 100644 --- a/clients/client-sagemaker-geospatial/src/commands/GetRasterDataCollectionCommand.ts +++ b/clients/client-sagemaker-geospatial/src/commands/GetRasterDataCollectionCommand.ts @@ -107,9 +107,6 @@ export class GetRasterDataCollectionCommand extends $Command< GetRasterDataCollectionCommandOutput, SageMakerGeospatialClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -123,9 +120,7 @@ export class GetRasterDataCollectionCommand extends $Command< * @public */ constructor(readonly input: GetRasterDataCollectionCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -178,7 +173,4 @@ export class GetRasterDataCollectionCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetRasterDataCollectionCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-sagemaker-geospatial/src/commands/GetTileCommand.ts b/clients/client-sagemaker-geospatial/src/commands/GetTileCommand.ts index 4a33e826115d..6a4998844e82 100644 --- a/clients/client-sagemaker-geospatial/src/commands/GetTileCommand.ts +++ b/clients/client-sagemaker-geospatial/src/commands/GetTileCommand.ts @@ -106,9 +106,6 @@ export class GetTileCommand extends $Command< GetTileCommandOutput, SageMakerGeospatialClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -122,9 +119,7 @@ export class GetTileCommand extends $Command< * @public */ constructor(readonly input: GetTileCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -178,7 +173,4 @@ export class GetTileCommand extends $Command< ): Promise { return de_GetTileCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-sagemaker-geospatial/src/commands/GetVectorEnrichmentJobCommand.ts b/clients/client-sagemaker-geospatial/src/commands/GetVectorEnrichmentJobCommand.ts index be572d26f223..d7248ffcfd62 100644 --- a/clients/client-sagemaker-geospatial/src/commands/GetVectorEnrichmentJobCommand.ts +++ b/clients/client-sagemaker-geospatial/src/commands/GetVectorEnrichmentJobCommand.ts @@ -129,9 +129,6 @@ export class GetVectorEnrichmentJobCommand extends $Command< GetVectorEnrichmentJobCommandOutput, SageMakerGeospatialClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -145,9 +142,7 @@ export class GetVectorEnrichmentJobCommand extends $Command< * @public */ constructor(readonly input: GetVectorEnrichmentJobCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -200,7 +195,4 @@ export class GetVectorEnrichmentJobCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetVectorEnrichmentJobCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-sagemaker-geospatial/src/commands/ListEarthObservationJobsCommand.ts b/clients/client-sagemaker-geospatial/src/commands/ListEarthObservationJobsCommand.ts index fce6e5dadfc3..a9804210753f 100644 --- a/clients/client-sagemaker-geospatial/src/commands/ListEarthObservationJobsCommand.ts +++ b/clients/client-sagemaker-geospatial/src/commands/ListEarthObservationJobsCommand.ts @@ -111,9 +111,6 @@ export class ListEarthObservationJobsCommand extends $Command< ListEarthObservationJobsCommandOutput, SageMakerGeospatialClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -127,9 +124,7 @@ export class ListEarthObservationJobsCommand extends $Command< * @public */ constructor(readonly input: ListEarthObservationJobsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -182,7 +177,4 @@ export class ListEarthObservationJobsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListEarthObservationJobsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-sagemaker-geospatial/src/commands/ListRasterDataCollectionsCommand.ts b/clients/client-sagemaker-geospatial/src/commands/ListRasterDataCollectionsCommand.ts index 9533c9831449..a626ec3bfd64 100644 --- a/clients/client-sagemaker-geospatial/src/commands/ListRasterDataCollectionsCommand.ts +++ b/clients/client-sagemaker-geospatial/src/commands/ListRasterDataCollectionsCommand.ts @@ -115,9 +115,6 @@ export class ListRasterDataCollectionsCommand extends $Command< ListRasterDataCollectionsCommandOutput, SageMakerGeospatialClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -131,9 +128,7 @@ export class ListRasterDataCollectionsCommand extends $Command< * @public */ constructor(readonly input: ListRasterDataCollectionsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -189,7 +184,4 @@ export class ListRasterDataCollectionsCommand extends $Command< ): Promise { return de_ListRasterDataCollectionsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-sagemaker-geospatial/src/commands/ListTagsForResourceCommand.ts b/clients/client-sagemaker-geospatial/src/commands/ListTagsForResourceCommand.ts index aad925af6e92..b34ea36a7500 100644 --- a/clients/client-sagemaker-geospatial/src/commands/ListTagsForResourceCommand.ts +++ b/clients/client-sagemaker-geospatial/src/commands/ListTagsForResourceCommand.ts @@ -91,9 +91,6 @@ export class ListTagsForResourceCommand extends $Command< ListTagsForResourceCommandOutput, SageMakerGeospatialClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -107,9 +104,7 @@ export class ListTagsForResourceCommand extends $Command< * @public */ constructor(readonly input: ListTagsForResourceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -162,7 +157,4 @@ export class ListTagsForResourceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListTagsForResourceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-sagemaker-geospatial/src/commands/ListVectorEnrichmentJobsCommand.ts b/clients/client-sagemaker-geospatial/src/commands/ListVectorEnrichmentJobsCommand.ts index 8fbf0099df46..9c00eb3f6f71 100644 --- a/clients/client-sagemaker-geospatial/src/commands/ListVectorEnrichmentJobsCommand.ts +++ b/clients/client-sagemaker-geospatial/src/commands/ListVectorEnrichmentJobsCommand.ts @@ -111,9 +111,6 @@ export class ListVectorEnrichmentJobsCommand extends $Command< ListVectorEnrichmentJobsCommandOutput, SageMakerGeospatialClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -127,9 +124,7 @@ export class ListVectorEnrichmentJobsCommand extends $Command< * @public */ constructor(readonly input: ListVectorEnrichmentJobsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -182,7 +177,4 @@ export class ListVectorEnrichmentJobsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListVectorEnrichmentJobsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-sagemaker-geospatial/src/commands/SearchRasterDataCollectionCommand.ts b/clients/client-sagemaker-geospatial/src/commands/SearchRasterDataCollectionCommand.ts index 08b63fb590f4..f0ce4b6e6662 100644 --- a/clients/client-sagemaker-geospatial/src/commands/SearchRasterDataCollectionCommand.ts +++ b/clients/client-sagemaker-geospatial/src/commands/SearchRasterDataCollectionCommand.ts @@ -191,9 +191,6 @@ export class SearchRasterDataCollectionCommand extends $Command< SearchRasterDataCollectionCommandOutput, SageMakerGeospatialClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -207,9 +204,7 @@ export class SearchRasterDataCollectionCommand extends $Command< * @public */ constructor(readonly input: SearchRasterDataCollectionCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -265,7 +260,4 @@ export class SearchRasterDataCollectionCommand extends $Command< ): Promise { return de_SearchRasterDataCollectionCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-sagemaker-geospatial/src/commands/StartEarthObservationJobCommand.ts b/clients/client-sagemaker-geospatial/src/commands/StartEarthObservationJobCommand.ts index 0e9c9d2ced35..e2caa9d0c5a3 100644 --- a/clients/client-sagemaker-geospatial/src/commands/StartEarthObservationJobCommand.ts +++ b/clients/client-sagemaker-geospatial/src/commands/StartEarthObservationJobCommand.ts @@ -390,9 +390,6 @@ export class StartEarthObservationJobCommand extends $Command< StartEarthObservationJobCommandOutput, SageMakerGeospatialClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -406,9 +403,7 @@ export class StartEarthObservationJobCommand extends $Command< * @public */ constructor(readonly input: StartEarthObservationJobCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -461,7 +456,4 @@ export class StartEarthObservationJobCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_StartEarthObservationJobCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-sagemaker-geospatial/src/commands/StartVectorEnrichmentJobCommand.ts b/clients/client-sagemaker-geospatial/src/commands/StartVectorEnrichmentJobCommand.ts index 35d43b36934a..e825e5cb980a 100644 --- a/clients/client-sagemaker-geospatial/src/commands/StartVectorEnrichmentJobCommand.ts +++ b/clients/client-sagemaker-geospatial/src/commands/StartVectorEnrichmentJobCommand.ts @@ -153,9 +153,6 @@ export class StartVectorEnrichmentJobCommand extends $Command< StartVectorEnrichmentJobCommandOutput, SageMakerGeospatialClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -169,9 +166,7 @@ export class StartVectorEnrichmentJobCommand extends $Command< * @public */ constructor(readonly input: StartVectorEnrichmentJobCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -224,7 +219,4 @@ export class StartVectorEnrichmentJobCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_StartVectorEnrichmentJobCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-sagemaker-geospatial/src/commands/StopEarthObservationJobCommand.ts b/clients/client-sagemaker-geospatial/src/commands/StopEarthObservationJobCommand.ts index 322b84c1ae58..42cd233224c0 100644 --- a/clients/client-sagemaker-geospatial/src/commands/StopEarthObservationJobCommand.ts +++ b/clients/client-sagemaker-geospatial/src/commands/StopEarthObservationJobCommand.ts @@ -90,9 +90,6 @@ export class StopEarthObservationJobCommand extends $Command< StopEarthObservationJobCommandOutput, SageMakerGeospatialClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -106,9 +103,7 @@ export class StopEarthObservationJobCommand extends $Command< * @public */ constructor(readonly input: StopEarthObservationJobCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -161,7 +156,4 @@ export class StopEarthObservationJobCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_StopEarthObservationJobCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-sagemaker-geospatial/src/commands/StopVectorEnrichmentJobCommand.ts b/clients/client-sagemaker-geospatial/src/commands/StopVectorEnrichmentJobCommand.ts index ae8af95598a9..308200b0ab98 100644 --- a/clients/client-sagemaker-geospatial/src/commands/StopVectorEnrichmentJobCommand.ts +++ b/clients/client-sagemaker-geospatial/src/commands/StopVectorEnrichmentJobCommand.ts @@ -90,9 +90,6 @@ export class StopVectorEnrichmentJobCommand extends $Command< StopVectorEnrichmentJobCommandOutput, SageMakerGeospatialClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -106,9 +103,7 @@ export class StopVectorEnrichmentJobCommand extends $Command< * @public */ constructor(readonly input: StopVectorEnrichmentJobCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -161,7 +156,4 @@ export class StopVectorEnrichmentJobCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_StopVectorEnrichmentJobCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-sagemaker-geospatial/src/commands/TagResourceCommand.ts b/clients/client-sagemaker-geospatial/src/commands/TagResourceCommand.ts index cfa63a893c67..c0e7c481e53d 100644 --- a/clients/client-sagemaker-geospatial/src/commands/TagResourceCommand.ts +++ b/clients/client-sagemaker-geospatial/src/commands/TagResourceCommand.ts @@ -90,9 +90,6 @@ export class TagResourceCommand extends $Command< TagResourceCommandOutput, SageMakerGeospatialClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -106,9 +103,7 @@ export class TagResourceCommand extends $Command< * @public */ constructor(readonly input: TagResourceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -159,7 +154,4 @@ export class TagResourceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_TagResourceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-sagemaker-geospatial/src/commands/UntagResourceCommand.ts b/clients/client-sagemaker-geospatial/src/commands/UntagResourceCommand.ts index 160ddbc89b1b..809bac6750cf 100644 --- a/clients/client-sagemaker-geospatial/src/commands/UntagResourceCommand.ts +++ b/clients/client-sagemaker-geospatial/src/commands/UntagResourceCommand.ts @@ -90,9 +90,6 @@ export class UntagResourceCommand extends $Command< UntagResourceCommandOutput, SageMakerGeospatialClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -106,9 +103,7 @@ export class UntagResourceCommand extends $Command< * @public */ constructor(readonly input: UntagResourceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -159,7 +154,4 @@ export class UntagResourceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UntagResourceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-sagemaker-metrics/package.json b/clients/client-sagemaker-metrics/package.json index 6f6a025b4a40..655d7ec23906 100644 --- a/clients/client-sagemaker-metrics/package.json +++ b/clients/client-sagemaker-metrics/package.json @@ -34,29 +34,29 @@ "@aws-sdk/util-endpoints": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@smithy/config-resolver": "^2.0.16", - "@smithy/fetch-http-handler": "^2.2.4", - "@smithy/hash-node": "^2.0.12", - "@smithy/invalid-dependency": "^2.0.12", - "@smithy/middleware-content-length": "^2.0.14", - "@smithy/middleware-endpoint": "^2.1.3", - "@smithy/middleware-retry": "^2.0.18", - "@smithy/middleware-serde": "^2.0.12", - "@smithy/middleware-stack": "^2.0.6", - "@smithy/node-config-provider": "^2.1.3", - "@smithy/node-http-handler": "^2.1.8", - "@smithy/protocol-http": "^3.0.8", - "@smithy/smithy-client": "^2.1.12", - "@smithy/types": "^2.4.0", - "@smithy/url-parser": "^2.0.12", - "@smithy/util-base64": "^2.0.0", + "@smithy/config-resolver": "^2.0.18", + "@smithy/fetch-http-handler": "^2.2.6", + "@smithy/hash-node": "^2.0.15", + "@smithy/invalid-dependency": "^2.0.13", + "@smithy/middleware-content-length": "^2.0.15", + "@smithy/middleware-endpoint": "^2.2.0", + "@smithy/middleware-retry": "^2.0.20", + "@smithy/middleware-serde": "^2.0.13", + "@smithy/middleware-stack": "^2.0.7", + "@smithy/node-config-provider": "^2.1.5", + "@smithy/node-http-handler": "^2.1.9", + "@smithy/protocol-http": "^3.0.9", + "@smithy/smithy-client": "^2.1.15", + "@smithy/types": "^2.5.0", + "@smithy/url-parser": "^2.0.13", + "@smithy/util-base64": "^2.0.1", "@smithy/util-body-length-browser": "^2.0.0", "@smithy/util-body-length-node": "^2.1.0", - "@smithy/util-defaults-mode-browser": "^2.0.16", - "@smithy/util-defaults-mode-node": "^2.0.21", - "@smithy/util-endpoints": "^1.0.2", - "@smithy/util-retry": "^2.0.5", - "@smithy/util-utf8": "^2.0.0", + "@smithy/util-defaults-mode-browser": "^2.0.19", + "@smithy/util-defaults-mode-node": "^2.0.25", + "@smithy/util-endpoints": "^1.0.4", + "@smithy/util-retry": "^2.0.6", + "@smithy/util-utf8": "^2.0.2", "tslib": "^2.5.0" }, "devDependencies": { diff --git a/clients/client-sagemaker-metrics/src/commands/BatchPutMetricsCommand.ts b/clients/client-sagemaker-metrics/src/commands/BatchPutMetricsCommand.ts index fd42eaf159a0..07648667f98c 100644 --- a/clients/client-sagemaker-metrics/src/commands/BatchPutMetricsCommand.ts +++ b/clients/client-sagemaker-metrics/src/commands/BatchPutMetricsCommand.ts @@ -85,9 +85,6 @@ export class BatchPutMetricsCommand extends $Command< BatchPutMetricsCommandOutput, SageMakerMetricsClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -101,9 +98,7 @@ export class BatchPutMetricsCommand extends $Command< * @public */ constructor(readonly input: BatchPutMetricsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -156,7 +151,4 @@ export class BatchPutMetricsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_BatchPutMetricsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-sagemaker-runtime/package.json b/clients/client-sagemaker-runtime/package.json index 5e334da6ce06..f733a913e8e3 100644 --- a/clients/client-sagemaker-runtime/package.json +++ b/clients/client-sagemaker-runtime/package.json @@ -34,33 +34,33 @@ "@aws-sdk/util-endpoints": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@smithy/config-resolver": "^2.0.16", - "@smithy/eventstream-serde-browser": "^2.0.12", - "@smithy/eventstream-serde-config-resolver": "^2.0.12", - "@smithy/eventstream-serde-node": "^2.0.12", - "@smithy/fetch-http-handler": "^2.2.4", - "@smithy/hash-node": "^2.0.12", - "@smithy/invalid-dependency": "^2.0.12", - "@smithy/middleware-content-length": "^2.0.14", - "@smithy/middleware-endpoint": "^2.1.3", - "@smithy/middleware-retry": "^2.0.18", - "@smithy/middleware-serde": "^2.0.12", - "@smithy/middleware-stack": "^2.0.6", - "@smithy/node-config-provider": "^2.1.3", - "@smithy/node-http-handler": "^2.1.8", - "@smithy/protocol-http": "^3.0.8", - "@smithy/smithy-client": "^2.1.12", - "@smithy/types": "^2.4.0", - "@smithy/url-parser": "^2.0.12", - "@smithy/util-base64": "^2.0.0", + "@smithy/config-resolver": "^2.0.18", + "@smithy/eventstream-serde-browser": "^2.0.13", + "@smithy/eventstream-serde-config-resolver": "^2.0.13", + "@smithy/eventstream-serde-node": "^2.0.13", + "@smithy/fetch-http-handler": "^2.2.6", + "@smithy/hash-node": "^2.0.15", + "@smithy/invalid-dependency": "^2.0.13", + "@smithy/middleware-content-length": "^2.0.15", + "@smithy/middleware-endpoint": "^2.2.0", + "@smithy/middleware-retry": "^2.0.20", + "@smithy/middleware-serde": "^2.0.13", + "@smithy/middleware-stack": "^2.0.7", + "@smithy/node-config-provider": "^2.1.5", + "@smithy/node-http-handler": "^2.1.9", + "@smithy/protocol-http": "^3.0.9", + "@smithy/smithy-client": "^2.1.15", + "@smithy/types": "^2.5.0", + "@smithy/url-parser": "^2.0.13", + "@smithy/util-base64": "^2.0.1", "@smithy/util-body-length-browser": "^2.0.0", "@smithy/util-body-length-node": "^2.1.0", - "@smithy/util-defaults-mode-browser": "^2.0.16", - "@smithy/util-defaults-mode-node": "^2.0.21", - "@smithy/util-endpoints": "^1.0.2", - "@smithy/util-retry": "^2.0.5", - "@smithy/util-stream": "^2.0.17", - "@smithy/util-utf8": "^2.0.0", + "@smithy/util-defaults-mode-browser": "^2.0.19", + "@smithy/util-defaults-mode-node": "^2.0.25", + "@smithy/util-endpoints": "^1.0.4", + "@smithy/util-retry": "^2.0.6", + "@smithy/util-stream": "^2.0.20", + "@smithy/util-utf8": "^2.0.2", "tslib": "^2.5.0" }, "devDependencies": { diff --git a/clients/client-sagemaker-runtime/src/commands/InvokeEndpointAsyncCommand.ts b/clients/client-sagemaker-runtime/src/commands/InvokeEndpointAsyncCommand.ts index a90f280834e3..0282a558b670 100644 --- a/clients/client-sagemaker-runtime/src/commands/InvokeEndpointAsyncCommand.ts +++ b/clients/client-sagemaker-runtime/src/commands/InvokeEndpointAsyncCommand.ts @@ -103,9 +103,6 @@ export class InvokeEndpointAsyncCommand extends $Command< InvokeEndpointAsyncCommandOutput, SageMakerRuntimeClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -119,9 +116,7 @@ export class InvokeEndpointAsyncCommand extends $Command< * @public */ constructor(readonly input: InvokeEndpointAsyncCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -174,7 +169,4 @@ export class InvokeEndpointAsyncCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_InvokeEndpointAsyncCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-sagemaker-runtime/src/commands/InvokeEndpointCommand.ts b/clients/client-sagemaker-runtime/src/commands/InvokeEndpointCommand.ts index 63476945d099..d071fbf14006 100644 --- a/clients/client-sagemaker-runtime/src/commands/InvokeEndpointCommand.ts +++ b/clients/client-sagemaker-runtime/src/commands/InvokeEndpointCommand.ts @@ -143,9 +143,6 @@ export class InvokeEndpointCommand extends $Command< InvokeEndpointCommandOutput, SageMakerRuntimeClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -159,9 +156,7 @@ export class InvokeEndpointCommand extends $Command< * @public */ constructor(readonly input: InvokeEndpointCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -214,7 +209,4 @@ export class InvokeEndpointCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_InvokeEndpointCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-sagemaker-runtime/src/commands/InvokeEndpointWithResponseStreamCommand.ts b/clients/client-sagemaker-runtime/src/commands/InvokeEndpointWithResponseStreamCommand.ts index c3e099611ccf..a0610fe14aaf 100644 --- a/clients/client-sagemaker-runtime/src/commands/InvokeEndpointWithResponseStreamCommand.ts +++ b/clients/client-sagemaker-runtime/src/commands/InvokeEndpointWithResponseStreamCommand.ts @@ -162,9 +162,6 @@ export class InvokeEndpointWithResponseStreamCommand extends $Command< InvokeEndpointWithResponseStreamCommandOutput, SageMakerRuntimeClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -178,9 +175,7 @@ export class InvokeEndpointWithResponseStreamCommand extends $Command< * @public */ constructor(readonly input: InvokeEndpointWithResponseStreamCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -239,7 +234,4 @@ export class InvokeEndpointWithResponseStreamCommand extends $Command< ): Promise { return de_InvokeEndpointWithResponseStreamCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-sagemaker/package.json b/clients/client-sagemaker/package.json index 5fb75b89cf26..82a3f374f09b 100644 --- a/clients/client-sagemaker/package.json +++ b/clients/client-sagemaker/package.json @@ -34,30 +34,30 @@ "@aws-sdk/util-endpoints": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@smithy/config-resolver": "^2.0.16", - "@smithy/fetch-http-handler": "^2.2.4", - "@smithy/hash-node": "^2.0.12", - "@smithy/invalid-dependency": "^2.0.12", - "@smithy/middleware-content-length": "^2.0.14", - "@smithy/middleware-endpoint": "^2.1.3", - "@smithy/middleware-retry": "^2.0.18", - "@smithy/middleware-serde": "^2.0.12", - "@smithy/middleware-stack": "^2.0.6", - "@smithy/node-config-provider": "^2.1.3", - "@smithy/node-http-handler": "^2.1.8", - "@smithy/protocol-http": "^3.0.8", - "@smithy/smithy-client": "^2.1.12", - "@smithy/types": "^2.4.0", - "@smithy/url-parser": "^2.0.12", - "@smithy/util-base64": "^2.0.0", + "@smithy/config-resolver": "^2.0.18", + "@smithy/fetch-http-handler": "^2.2.6", + "@smithy/hash-node": "^2.0.15", + "@smithy/invalid-dependency": "^2.0.13", + "@smithy/middleware-content-length": "^2.0.15", + "@smithy/middleware-endpoint": "^2.2.0", + "@smithy/middleware-retry": "^2.0.20", + "@smithy/middleware-serde": "^2.0.13", + "@smithy/middleware-stack": "^2.0.7", + "@smithy/node-config-provider": "^2.1.5", + "@smithy/node-http-handler": "^2.1.9", + "@smithy/protocol-http": "^3.0.9", + "@smithy/smithy-client": "^2.1.15", + "@smithy/types": "^2.5.0", + "@smithy/url-parser": "^2.0.13", + "@smithy/util-base64": "^2.0.1", "@smithy/util-body-length-browser": "^2.0.0", "@smithy/util-body-length-node": "^2.1.0", - "@smithy/util-defaults-mode-browser": "^2.0.16", - "@smithy/util-defaults-mode-node": "^2.0.21", - "@smithy/util-endpoints": "^1.0.2", - "@smithy/util-retry": "^2.0.5", - "@smithy/util-utf8": "^2.0.0", - "@smithy/util-waiter": "^2.0.12", + "@smithy/util-defaults-mode-browser": "^2.0.19", + "@smithy/util-defaults-mode-node": "^2.0.25", + "@smithy/util-endpoints": "^1.0.4", + "@smithy/util-retry": "^2.0.6", + "@smithy/util-utf8": "^2.0.2", + "@smithy/util-waiter": "^2.0.13", "tslib": "^2.5.0", "uuid": "^8.3.2" }, diff --git a/clients/client-sagemaker/src/commands/AddAssociationCommand.ts b/clients/client-sagemaker/src/commands/AddAssociationCommand.ts index 6dd6dacb910f..4f138e9400f6 100644 --- a/clients/client-sagemaker/src/commands/AddAssociationCommand.ts +++ b/clients/client-sagemaker/src/commands/AddAssociationCommand.ts @@ -84,9 +84,6 @@ export class AddAssociationCommand extends $Command< AddAssociationCommandOutput, SageMakerClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -100,9 +97,7 @@ export class AddAssociationCommand extends $Command< * @public */ constructor(readonly input: AddAssociationCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -155,7 +150,4 @@ export class AddAssociationCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_AddAssociationCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-sagemaker/src/commands/AddTagsCommand.ts b/clients/client-sagemaker/src/commands/AddTagsCommand.ts index 3c3c5395f7bc..1b8e60222186 100644 --- a/clients/client-sagemaker/src/commands/AddTagsCommand.ts +++ b/clients/client-sagemaker/src/commands/AddTagsCommand.ts @@ -102,9 +102,6 @@ export interface AddTagsCommandOutput extends AddTagsOutput, __MetadataBearer {} * */ export class AddTagsCommand extends $Command { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -118,9 +115,7 @@ export class AddTagsCommand extends $Command { return de_AddTagsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-sagemaker/src/commands/AssociateTrialComponentCommand.ts b/clients/client-sagemaker/src/commands/AssociateTrialComponentCommand.ts index 4bf1a1ab4d16..deeaa516f7db 100644 --- a/clients/client-sagemaker/src/commands/AssociateTrialComponentCommand.ts +++ b/clients/client-sagemaker/src/commands/AssociateTrialComponentCommand.ts @@ -80,9 +80,6 @@ export class AssociateTrialComponentCommand extends $Command< AssociateTrialComponentCommandOutput, SageMakerClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -96,9 +93,7 @@ export class AssociateTrialComponentCommand extends $Command< * @public */ constructor(readonly input: AssociateTrialComponentCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -151,7 +146,4 @@ export class AssociateTrialComponentCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_AssociateTrialComponentCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-sagemaker/src/commands/BatchDescribeModelPackageCommand.ts b/clients/client-sagemaker/src/commands/BatchDescribeModelPackageCommand.ts index eaaff6a2076f..8895a9c6bb8b 100644 --- a/clients/client-sagemaker/src/commands/BatchDescribeModelPackageCommand.ts +++ b/clients/client-sagemaker/src/commands/BatchDescribeModelPackageCommand.ts @@ -125,9 +125,6 @@ export class BatchDescribeModelPackageCommand extends $Command< BatchDescribeModelPackageCommandOutput, SageMakerClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -141,9 +138,7 @@ export class BatchDescribeModelPackageCommand extends $Command< * @public */ constructor(readonly input: BatchDescribeModelPackageCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -199,7 +194,4 @@ export class BatchDescribeModelPackageCommand extends $Command< ): Promise { return de_BatchDescribeModelPackageCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-sagemaker/src/commands/CreateActionCommand.ts b/clients/client-sagemaker/src/commands/CreateActionCommand.ts index e294ef20236f..1c3581ca1f05 100644 --- a/clients/client-sagemaker/src/commands/CreateActionCommand.ts +++ b/clients/client-sagemaker/src/commands/CreateActionCommand.ts @@ -101,9 +101,6 @@ export class CreateActionCommand extends $Command< CreateActionCommandOutput, SageMakerClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -117,9 +114,7 @@ export class CreateActionCommand extends $Command< * @public */ constructor(readonly input: CreateActionCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -170,7 +165,4 @@ export class CreateActionCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateActionCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-sagemaker/src/commands/CreateAlgorithmCommand.ts b/clients/client-sagemaker/src/commands/CreateAlgorithmCommand.ts index 9b51ccd15dde..0b147bf62b31 100644 --- a/clients/client-sagemaker/src/commands/CreateAlgorithmCommand.ts +++ b/clients/client-sagemaker/src/commands/CreateAlgorithmCommand.ts @@ -279,9 +279,6 @@ export class CreateAlgorithmCommand extends $Command< CreateAlgorithmCommandOutput, SageMakerClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -295,9 +292,7 @@ export class CreateAlgorithmCommand extends $Command< * @public */ constructor(readonly input: CreateAlgorithmCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -350,7 +345,4 @@ export class CreateAlgorithmCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateAlgorithmCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-sagemaker/src/commands/CreateAppCommand.ts b/clients/client-sagemaker/src/commands/CreateAppCommand.ts index 7e2cd2aedf92..d62b03dd7865 100644 --- a/clients/client-sagemaker/src/commands/CreateAppCommand.ts +++ b/clients/client-sagemaker/src/commands/CreateAppCommand.ts @@ -95,9 +95,6 @@ export class CreateAppCommand extends $Command< CreateAppCommandOutput, SageMakerClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -111,9 +108,7 @@ export class CreateAppCommand extends $Command< * @public */ constructor(readonly input: CreateAppCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -164,7 +159,4 @@ export class CreateAppCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateAppCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-sagemaker/src/commands/CreateAppImageConfigCommand.ts b/clients/client-sagemaker/src/commands/CreateAppImageConfigCommand.ts index 0a102472ca51..02a38398b019 100644 --- a/clients/client-sagemaker/src/commands/CreateAppImageConfigCommand.ts +++ b/clients/client-sagemaker/src/commands/CreateAppImageConfigCommand.ts @@ -94,9 +94,6 @@ export class CreateAppImageConfigCommand extends $Command< CreateAppImageConfigCommandOutput, SageMakerClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -110,9 +107,7 @@ export class CreateAppImageConfigCommand extends $Command< * @public */ constructor(readonly input: CreateAppImageConfigCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -165,7 +160,4 @@ export class CreateAppImageConfigCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateAppImageConfigCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-sagemaker/src/commands/CreateArtifactCommand.ts b/clients/client-sagemaker/src/commands/CreateArtifactCommand.ts index 6179125a2b6d..c9267d668231 100644 --- a/clients/client-sagemaker/src/commands/CreateArtifactCommand.ts +++ b/clients/client-sagemaker/src/commands/CreateArtifactCommand.ts @@ -103,9 +103,6 @@ export class CreateArtifactCommand extends $Command< CreateArtifactCommandOutput, SageMakerClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -119,9 +116,7 @@ export class CreateArtifactCommand extends $Command< * @public */ constructor(readonly input: CreateArtifactCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -174,7 +169,4 @@ export class CreateArtifactCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateArtifactCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-sagemaker/src/commands/CreateAutoMLJobCommand.ts b/clients/client-sagemaker/src/commands/CreateAutoMLJobCommand.ts index f1640c3ab17d..610def3d82ee 100644 --- a/clients/client-sagemaker/src/commands/CreateAutoMLJobCommand.ts +++ b/clients/client-sagemaker/src/commands/CreateAutoMLJobCommand.ts @@ -156,9 +156,6 @@ export class CreateAutoMLJobCommand extends $Command< CreateAutoMLJobCommandOutput, SageMakerClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -172,9 +169,7 @@ export class CreateAutoMLJobCommand extends $Command< * @public */ constructor(readonly input: CreateAutoMLJobCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -227,7 +222,4 @@ export class CreateAutoMLJobCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateAutoMLJobCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-sagemaker/src/commands/CreateAutoMLJobV2Command.ts b/clients/client-sagemaker/src/commands/CreateAutoMLJobV2Command.ts index a19b37f7a20a..6b1de0e9d3f5 100644 --- a/clients/client-sagemaker/src/commands/CreateAutoMLJobV2Command.ts +++ b/clients/client-sagemaker/src/commands/CreateAutoMLJobV2Command.ts @@ -222,9 +222,6 @@ export class CreateAutoMLJobV2Command extends $Command< CreateAutoMLJobV2CommandOutput, SageMakerClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -238,9 +235,7 @@ export class CreateAutoMLJobV2Command extends $Command< * @public */ constructor(readonly input: CreateAutoMLJobV2CommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -293,7 +288,4 @@ export class CreateAutoMLJobV2Command extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateAutoMLJobV2Command(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-sagemaker/src/commands/CreateCodeRepositoryCommand.ts b/clients/client-sagemaker/src/commands/CreateCodeRepositoryCommand.ts index 4ebab8db16aa..0de80446d860 100644 --- a/clients/client-sagemaker/src/commands/CreateCodeRepositoryCommand.ts +++ b/clients/client-sagemaker/src/commands/CreateCodeRepositoryCommand.ts @@ -87,9 +87,6 @@ export class CreateCodeRepositoryCommand extends $Command< CreateCodeRepositoryCommandOutput, SageMakerClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -103,9 +100,7 @@ export class CreateCodeRepositoryCommand extends $Command< * @public */ constructor(readonly input: CreateCodeRepositoryCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -158,7 +153,4 @@ export class CreateCodeRepositoryCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateCodeRepositoryCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-sagemaker/src/commands/CreateCompilationJobCommand.ts b/clients/client-sagemaker/src/commands/CreateCompilationJobCommand.ts index f65eb18b0bed..005f65a36d9a 100644 --- a/clients/client-sagemaker/src/commands/CreateCompilationJobCommand.ts +++ b/clients/client-sagemaker/src/commands/CreateCompilationJobCommand.ts @@ -144,9 +144,6 @@ export class CreateCompilationJobCommand extends $Command< CreateCompilationJobCommandOutput, SageMakerClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -160,9 +157,7 @@ export class CreateCompilationJobCommand extends $Command< * @public */ constructor(readonly input: CreateCompilationJobCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -215,7 +210,4 @@ export class CreateCompilationJobCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateCompilationJobCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-sagemaker/src/commands/CreateContextCommand.ts b/clients/client-sagemaker/src/commands/CreateContextCommand.ts index dc1b5ca6c4dd..630b5f5a81fe 100644 --- a/clients/client-sagemaker/src/commands/CreateContextCommand.ts +++ b/clients/client-sagemaker/src/commands/CreateContextCommand.ts @@ -94,9 +94,6 @@ export class CreateContextCommand extends $Command< CreateContextCommandOutput, SageMakerClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -110,9 +107,7 @@ export class CreateContextCommand extends $Command< * @public */ constructor(readonly input: CreateContextCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -163,7 +158,4 @@ export class CreateContextCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateContextCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-sagemaker/src/commands/CreateDataQualityJobDefinitionCommand.ts b/clients/client-sagemaker/src/commands/CreateDataQualityJobDefinitionCommand.ts index edd21205fa3b..61f0e1d01e9b 100644 --- a/clients/client-sagemaker/src/commands/CreateDataQualityJobDefinitionCommand.ts +++ b/clients/client-sagemaker/src/commands/CreateDataQualityJobDefinitionCommand.ts @@ -186,9 +186,6 @@ export class CreateDataQualityJobDefinitionCommand extends $Command< CreateDataQualityJobDefinitionCommandOutput, SageMakerClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -202,9 +199,7 @@ export class CreateDataQualityJobDefinitionCommand extends $Command< * @public */ constructor(readonly input: CreateDataQualityJobDefinitionCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -263,7 +258,4 @@ export class CreateDataQualityJobDefinitionCommand extends $Command< ): Promise { return de_CreateDataQualityJobDefinitionCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-sagemaker/src/commands/CreateDeviceFleetCommand.ts b/clients/client-sagemaker/src/commands/CreateDeviceFleetCommand.ts index e63ed1438204..f1e3be89476c 100644 --- a/clients/client-sagemaker/src/commands/CreateDeviceFleetCommand.ts +++ b/clients/client-sagemaker/src/commands/CreateDeviceFleetCommand.ts @@ -90,9 +90,6 @@ export class CreateDeviceFleetCommand extends $Command< CreateDeviceFleetCommandOutput, SageMakerClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -106,9 +103,7 @@ export class CreateDeviceFleetCommand extends $Command< * @public */ constructor(readonly input: CreateDeviceFleetCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -161,7 +156,4 @@ export class CreateDeviceFleetCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateDeviceFleetCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-sagemaker/src/commands/CreateDomainCommand.ts b/clients/client-sagemaker/src/commands/CreateDomainCommand.ts index 331447f280e2..9597cfa0e2b8 100644 --- a/clients/client-sagemaker/src/commands/CreateDomainCommand.ts +++ b/clients/client-sagemaker/src/commands/CreateDomainCommand.ts @@ -283,9 +283,6 @@ export class CreateDomainCommand extends $Command< CreateDomainCommandOutput, SageMakerClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -299,9 +296,7 @@ export class CreateDomainCommand extends $Command< * @public */ constructor(readonly input: CreateDomainCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -352,7 +347,4 @@ export class CreateDomainCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateDomainCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-sagemaker/src/commands/CreateEdgeDeploymentPlanCommand.ts b/clients/client-sagemaker/src/commands/CreateEdgeDeploymentPlanCommand.ts index 7591aa01f8d4..c66f04220bf3 100644 --- a/clients/client-sagemaker/src/commands/CreateEdgeDeploymentPlanCommand.ts +++ b/clients/client-sagemaker/src/commands/CreateEdgeDeploymentPlanCommand.ts @@ -104,9 +104,6 @@ export class CreateEdgeDeploymentPlanCommand extends $Command< CreateEdgeDeploymentPlanCommandOutput, SageMakerClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -120,9 +117,7 @@ export class CreateEdgeDeploymentPlanCommand extends $Command< * @public */ constructor(readonly input: CreateEdgeDeploymentPlanCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -175,7 +170,4 @@ export class CreateEdgeDeploymentPlanCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateEdgeDeploymentPlanCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-sagemaker/src/commands/CreateEdgeDeploymentStageCommand.ts b/clients/client-sagemaker/src/commands/CreateEdgeDeploymentStageCommand.ts index 640f9f2c380e..7880219111be 100644 --- a/clients/client-sagemaker/src/commands/CreateEdgeDeploymentStageCommand.ts +++ b/clients/client-sagemaker/src/commands/CreateEdgeDeploymentStageCommand.ts @@ -88,9 +88,6 @@ export class CreateEdgeDeploymentStageCommand extends $Command< CreateEdgeDeploymentStageCommandOutput, SageMakerClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -104,9 +101,7 @@ export class CreateEdgeDeploymentStageCommand extends $Command< * @public */ constructor(readonly input: CreateEdgeDeploymentStageCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -162,7 +157,4 @@ export class CreateEdgeDeploymentStageCommand extends $Command< ): Promise { return de_CreateEdgeDeploymentStageCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-sagemaker/src/commands/CreateEdgePackagingJobCommand.ts b/clients/client-sagemaker/src/commands/CreateEdgePackagingJobCommand.ts index e5ec20b375e4..592e5af879b7 100644 --- a/clients/client-sagemaker/src/commands/CreateEdgePackagingJobCommand.ts +++ b/clients/client-sagemaker/src/commands/CreateEdgePackagingJobCommand.ts @@ -89,9 +89,6 @@ export class CreateEdgePackagingJobCommand extends $Command< CreateEdgePackagingJobCommandOutput, SageMakerClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -105,9 +102,7 @@ export class CreateEdgePackagingJobCommand extends $Command< * @public */ constructor(readonly input: CreateEdgePackagingJobCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -160,7 +155,4 @@ export class CreateEdgePackagingJobCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateEdgePackagingJobCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-sagemaker/src/commands/CreateEndpointCommand.ts b/clients/client-sagemaker/src/commands/CreateEndpointCommand.ts index 31bcf53a624f..aeb4ccbdcfa2 100644 --- a/clients/client-sagemaker/src/commands/CreateEndpointCommand.ts +++ b/clients/client-sagemaker/src/commands/CreateEndpointCommand.ts @@ -192,9 +192,6 @@ export class CreateEndpointCommand extends $Command< CreateEndpointCommandOutput, SageMakerClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -208,9 +205,7 @@ export class CreateEndpointCommand extends $Command< * @public */ constructor(readonly input: CreateEndpointCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -263,7 +258,4 @@ export class CreateEndpointCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateEndpointCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-sagemaker/src/commands/CreateEndpointConfigCommand.ts b/clients/client-sagemaker/src/commands/CreateEndpointConfigCommand.ts index 895306ed89a9..037eab436302 100644 --- a/clients/client-sagemaker/src/commands/CreateEndpointConfigCommand.ts +++ b/clients/client-sagemaker/src/commands/CreateEndpointConfigCommand.ts @@ -231,9 +231,6 @@ export class CreateEndpointConfigCommand extends $Command< CreateEndpointConfigCommandOutput, SageMakerClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -247,9 +244,7 @@ export class CreateEndpointConfigCommand extends $Command< * @public */ constructor(readonly input: CreateEndpointConfigCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -302,7 +297,4 @@ export class CreateEndpointConfigCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateEndpointConfigCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-sagemaker/src/commands/CreateExperimentCommand.ts b/clients/client-sagemaker/src/commands/CreateExperimentCommand.ts index 21ed3f687765..3e2c225769d6 100644 --- a/clients/client-sagemaker/src/commands/CreateExperimentCommand.ts +++ b/clients/client-sagemaker/src/commands/CreateExperimentCommand.ts @@ -101,9 +101,6 @@ export class CreateExperimentCommand extends $Command< CreateExperimentCommandOutput, SageMakerClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -117,9 +114,7 @@ export class CreateExperimentCommand extends $Command< * @public */ constructor(readonly input: CreateExperimentCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -172,7 +167,4 @@ export class CreateExperimentCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateExperimentCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-sagemaker/src/commands/CreateFeatureGroupCommand.ts b/clients/client-sagemaker/src/commands/CreateFeatureGroupCommand.ts index f3c7c69f6613..22e4c8cccc61 100644 --- a/clients/client-sagemaker/src/commands/CreateFeatureGroupCommand.ts +++ b/clients/client-sagemaker/src/commands/CreateFeatureGroupCommand.ts @@ -141,9 +141,6 @@ export class CreateFeatureGroupCommand extends $Command< CreateFeatureGroupCommandOutput, SageMakerClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -157,9 +154,7 @@ export class CreateFeatureGroupCommand extends $Command< * @public */ constructor(readonly input: CreateFeatureGroupCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -212,7 +207,4 @@ export class CreateFeatureGroupCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateFeatureGroupCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-sagemaker/src/commands/CreateFlowDefinitionCommand.ts b/clients/client-sagemaker/src/commands/CreateFlowDefinitionCommand.ts index 3c2b64cc0533..6895b1cf5526 100644 --- a/clients/client-sagemaker/src/commands/CreateFlowDefinitionCommand.ts +++ b/clients/client-sagemaker/src/commands/CreateFlowDefinitionCommand.ts @@ -115,9 +115,6 @@ export class CreateFlowDefinitionCommand extends $Command< CreateFlowDefinitionCommandOutput, SageMakerClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -131,9 +128,7 @@ export class CreateFlowDefinitionCommand extends $Command< * @public */ constructor(readonly input: CreateFlowDefinitionCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -186,7 +181,4 @@ export class CreateFlowDefinitionCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateFlowDefinitionCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-sagemaker/src/commands/CreateHubCommand.ts b/clients/client-sagemaker/src/commands/CreateHubCommand.ts index 98ccfec3633f..602a415c2907 100644 --- a/clients/client-sagemaker/src/commands/CreateHubCommand.ts +++ b/clients/client-sagemaker/src/commands/CreateHubCommand.ts @@ -94,9 +94,6 @@ export class CreateHubCommand extends $Command< CreateHubCommandOutput, SageMakerClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -110,9 +107,7 @@ export class CreateHubCommand extends $Command< * @public */ constructor(readonly input: CreateHubCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -163,7 +158,4 @@ export class CreateHubCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateHubCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-sagemaker/src/commands/CreateHumanTaskUiCommand.ts b/clients/client-sagemaker/src/commands/CreateHumanTaskUiCommand.ts index 06d121b59702..2b09a8600799 100644 --- a/clients/client-sagemaker/src/commands/CreateHumanTaskUiCommand.ts +++ b/clients/client-sagemaker/src/commands/CreateHumanTaskUiCommand.ts @@ -86,9 +86,6 @@ export class CreateHumanTaskUiCommand extends $Command< CreateHumanTaskUiCommandOutput, SageMakerClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -102,9 +99,7 @@ export class CreateHumanTaskUiCommand extends $Command< * @public */ constructor(readonly input: CreateHumanTaskUiCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -157,7 +152,4 @@ export class CreateHumanTaskUiCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateHumanTaskUiCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-sagemaker/src/commands/CreateHyperParameterTuningJobCommand.ts b/clients/client-sagemaker/src/commands/CreateHyperParameterTuningJobCommand.ts index 4c9186007724..cb5ca1ab739d 100644 --- a/clients/client-sagemaker/src/commands/CreateHyperParameterTuningJobCommand.ts +++ b/clients/client-sagemaker/src/commands/CreateHyperParameterTuningJobCommand.ts @@ -462,9 +462,6 @@ export class CreateHyperParameterTuningJobCommand extends $Command< CreateHyperParameterTuningJobCommandOutput, SageMakerClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -478,9 +475,7 @@ export class CreateHyperParameterTuningJobCommand extends $Command< * @public */ constructor(readonly input: CreateHyperParameterTuningJobCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -536,7 +531,4 @@ export class CreateHyperParameterTuningJobCommand extends $Command< ): Promise { return de_CreateHyperParameterTuningJobCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-sagemaker/src/commands/CreateImageCommand.ts b/clients/client-sagemaker/src/commands/CreateImageCommand.ts index 3098bee1050c..c75c140ad7a9 100644 --- a/clients/client-sagemaker/src/commands/CreateImageCommand.ts +++ b/clients/client-sagemaker/src/commands/CreateImageCommand.ts @@ -88,9 +88,6 @@ export class CreateImageCommand extends $Command< CreateImageCommandOutput, SageMakerClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -104,9 +101,7 @@ export class CreateImageCommand extends $Command< * @public */ constructor(readonly input: CreateImageCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -157,7 +152,4 @@ export class CreateImageCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateImageCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-sagemaker/src/commands/CreateImageVersionCommand.ts b/clients/client-sagemaker/src/commands/CreateImageVersionCommand.ts index f9b1ff1c1eff..e1c509beb6ad 100644 --- a/clients/client-sagemaker/src/commands/CreateImageVersionCommand.ts +++ b/clients/client-sagemaker/src/commands/CreateImageVersionCommand.ts @@ -93,9 +93,6 @@ export class CreateImageVersionCommand extends $Command< CreateImageVersionCommandOutput, SageMakerClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -109,9 +106,7 @@ export class CreateImageVersionCommand extends $Command< * @public */ constructor(readonly input: CreateImageVersionCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -164,7 +159,4 @@ export class CreateImageVersionCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateImageVersionCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-sagemaker/src/commands/CreateInferenceExperimentCommand.ts b/clients/client-sagemaker/src/commands/CreateInferenceExperimentCommand.ts index 86bac1e449e4..47cb9b8c3621 100644 --- a/clients/client-sagemaker/src/commands/CreateInferenceExperimentCommand.ts +++ b/clients/client-sagemaker/src/commands/CreateInferenceExperimentCommand.ts @@ -140,9 +140,6 @@ export class CreateInferenceExperimentCommand extends $Command< CreateInferenceExperimentCommandOutput, SageMakerClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -156,9 +153,7 @@ export class CreateInferenceExperimentCommand extends $Command< * @public */ constructor(readonly input: CreateInferenceExperimentCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -214,7 +209,4 @@ export class CreateInferenceExperimentCommand extends $Command< ): Promise { return de_CreateInferenceExperimentCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-sagemaker/src/commands/CreateInferenceRecommendationsJobCommand.ts b/clients/client-sagemaker/src/commands/CreateInferenceRecommendationsJobCommand.ts index 659455efa3be..7bbc1c385791 100644 --- a/clients/client-sagemaker/src/commands/CreateInferenceRecommendationsJobCommand.ts +++ b/clients/client-sagemaker/src/commands/CreateInferenceRecommendationsJobCommand.ts @@ -191,9 +191,6 @@ export class CreateInferenceRecommendationsJobCommand extends $Command< CreateInferenceRecommendationsJobCommandOutput, SageMakerClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -207,9 +204,7 @@ export class CreateInferenceRecommendationsJobCommand extends $Command< * @public */ constructor(readonly input: CreateInferenceRecommendationsJobCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -268,7 +263,4 @@ export class CreateInferenceRecommendationsJobCommand extends $Command< ): Promise { return de_CreateInferenceRecommendationsJobCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-sagemaker/src/commands/CreateLabelingJobCommand.ts b/clients/client-sagemaker/src/commands/CreateLabelingJobCommand.ts index 27e4bdef3a06..8f759fc3a3dd 100644 --- a/clients/client-sagemaker/src/commands/CreateLabelingJobCommand.ts +++ b/clients/client-sagemaker/src/commands/CreateLabelingJobCommand.ts @@ -189,9 +189,6 @@ export class CreateLabelingJobCommand extends $Command< CreateLabelingJobCommandOutput, SageMakerClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -205,9 +202,7 @@ export class CreateLabelingJobCommand extends $Command< * @public */ constructor(readonly input: CreateLabelingJobCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -260,7 +255,4 @@ export class CreateLabelingJobCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateLabelingJobCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-sagemaker/src/commands/CreateModelBiasJobDefinitionCommand.ts b/clients/client-sagemaker/src/commands/CreateModelBiasJobDefinitionCommand.ts index 2b48bea4bbd0..94afbb947ce9 100644 --- a/clients/client-sagemaker/src/commands/CreateModelBiasJobDefinitionCommand.ts +++ b/clients/client-sagemaker/src/commands/CreateModelBiasJobDefinitionCommand.ts @@ -177,9 +177,6 @@ export class CreateModelBiasJobDefinitionCommand extends $Command< CreateModelBiasJobDefinitionCommandOutput, SageMakerClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -193,9 +190,7 @@ export class CreateModelBiasJobDefinitionCommand extends $Command< * @public */ constructor(readonly input: CreateModelBiasJobDefinitionCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -251,7 +246,4 @@ export class CreateModelBiasJobDefinitionCommand extends $Command< ): Promise { return de_CreateModelBiasJobDefinitionCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-sagemaker/src/commands/CreateModelCardCommand.ts b/clients/client-sagemaker/src/commands/CreateModelCardCommand.ts index d4c41bfa4ac7..b0b027a533fe 100644 --- a/clients/client-sagemaker/src/commands/CreateModelCardCommand.ts +++ b/clients/client-sagemaker/src/commands/CreateModelCardCommand.ts @@ -94,9 +94,6 @@ export class CreateModelCardCommand extends $Command< CreateModelCardCommandOutput, SageMakerClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -110,9 +107,7 @@ export class CreateModelCardCommand extends $Command< * @public */ constructor(readonly input: CreateModelCardCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -165,7 +160,4 @@ export class CreateModelCardCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateModelCardCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-sagemaker/src/commands/CreateModelCardExportJobCommand.ts b/clients/client-sagemaker/src/commands/CreateModelCardExportJobCommand.ts index 0e39b406cc22..85ce2aea518b 100644 --- a/clients/client-sagemaker/src/commands/CreateModelCardExportJobCommand.ts +++ b/clients/client-sagemaker/src/commands/CreateModelCardExportJobCommand.ts @@ -86,9 +86,6 @@ export class CreateModelCardExportJobCommand extends $Command< CreateModelCardExportJobCommandOutput, SageMakerClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -102,9 +99,7 @@ export class CreateModelCardExportJobCommand extends $Command< * @public */ constructor(readonly input: CreateModelCardExportJobCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -157,7 +152,4 @@ export class CreateModelCardExportJobCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateModelCardExportJobCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-sagemaker/src/commands/CreateModelCommand.ts b/clients/client-sagemaker/src/commands/CreateModelCommand.ts index abf46bd35446..e37e73997eb9 100644 --- a/clients/client-sagemaker/src/commands/CreateModelCommand.ts +++ b/clients/client-sagemaker/src/commands/CreateModelCommand.ts @@ -168,9 +168,6 @@ export class CreateModelCommand extends $Command< CreateModelCommandOutput, SageMakerClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -184,9 +181,7 @@ export class CreateModelCommand extends $Command< * @public */ constructor(readonly input: CreateModelCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -237,7 +232,4 @@ export class CreateModelCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateModelCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-sagemaker/src/commands/CreateModelExplainabilityJobDefinitionCommand.ts b/clients/client-sagemaker/src/commands/CreateModelExplainabilityJobDefinitionCommand.ts index fe2ce72cbfae..5d4e4edb5cb7 100644 --- a/clients/client-sagemaker/src/commands/CreateModelExplainabilityJobDefinitionCommand.ts +++ b/clients/client-sagemaker/src/commands/CreateModelExplainabilityJobDefinitionCommand.ts @@ -178,9 +178,6 @@ export class CreateModelExplainabilityJobDefinitionCommand extends $Command< CreateModelExplainabilityJobDefinitionCommandOutput, SageMakerClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -194,9 +191,7 @@ export class CreateModelExplainabilityJobDefinitionCommand extends $Command< * @public */ constructor(readonly input: CreateModelExplainabilityJobDefinitionCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -255,7 +250,4 @@ export class CreateModelExplainabilityJobDefinitionCommand extends $Command< ): Promise { return de_CreateModelExplainabilityJobDefinitionCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-sagemaker/src/commands/CreateModelPackageCommand.ts b/clients/client-sagemaker/src/commands/CreateModelPackageCommand.ts index dd4711fe8a12..6bcf69d15fab 100644 --- a/clients/client-sagemaker/src/commands/CreateModelPackageCommand.ts +++ b/clients/client-sagemaker/src/commands/CreateModelPackageCommand.ts @@ -310,9 +310,6 @@ export class CreateModelPackageCommand extends $Command< CreateModelPackageCommandOutput, SageMakerClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -326,9 +323,7 @@ export class CreateModelPackageCommand extends $Command< * @public */ constructor(readonly input: CreateModelPackageCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -381,7 +376,4 @@ export class CreateModelPackageCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateModelPackageCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-sagemaker/src/commands/CreateModelPackageGroupCommand.ts b/clients/client-sagemaker/src/commands/CreateModelPackageGroupCommand.ts index 08f44845fef5..a370f312b3e6 100644 --- a/clients/client-sagemaker/src/commands/CreateModelPackageGroupCommand.ts +++ b/clients/client-sagemaker/src/commands/CreateModelPackageGroupCommand.ts @@ -81,9 +81,6 @@ export class CreateModelPackageGroupCommand extends $Command< CreateModelPackageGroupCommandOutput, SageMakerClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -97,9 +94,7 @@ export class CreateModelPackageGroupCommand extends $Command< * @public */ constructor(readonly input: CreateModelPackageGroupCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -152,7 +147,4 @@ export class CreateModelPackageGroupCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateModelPackageGroupCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-sagemaker/src/commands/CreateModelQualityJobDefinitionCommand.ts b/clients/client-sagemaker/src/commands/CreateModelQualityJobDefinitionCommand.ts index 96c34dd4e17e..4257b9fc7afc 100644 --- a/clients/client-sagemaker/src/commands/CreateModelQualityJobDefinitionCommand.ts +++ b/clients/client-sagemaker/src/commands/CreateModelQualityJobDefinitionCommand.ts @@ -187,9 +187,6 @@ export class CreateModelQualityJobDefinitionCommand extends $Command< CreateModelQualityJobDefinitionCommandOutput, SageMakerClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -203,9 +200,7 @@ export class CreateModelQualityJobDefinitionCommand extends $Command< * @public */ constructor(readonly input: CreateModelQualityJobDefinitionCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -264,7 +259,4 @@ export class CreateModelQualityJobDefinitionCommand extends $Command< ): Promise { return de_CreateModelQualityJobDefinitionCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-sagemaker/src/commands/CreateMonitoringScheduleCommand.ts b/clients/client-sagemaker/src/commands/CreateMonitoringScheduleCommand.ts index f5301b0c7c54..cf09ad05c5b4 100644 --- a/clients/client-sagemaker/src/commands/CreateMonitoringScheduleCommand.ts +++ b/clients/client-sagemaker/src/commands/CreateMonitoringScheduleCommand.ts @@ -193,9 +193,6 @@ export class CreateMonitoringScheduleCommand extends $Command< CreateMonitoringScheduleCommandOutput, SageMakerClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -209,9 +206,7 @@ export class CreateMonitoringScheduleCommand extends $Command< * @public */ constructor(readonly input: CreateMonitoringScheduleCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -264,7 +259,4 @@ export class CreateMonitoringScheduleCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateMonitoringScheduleCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-sagemaker/src/commands/CreateNotebookInstanceCommand.ts b/clients/client-sagemaker/src/commands/CreateNotebookInstanceCommand.ts index 2efabb43e3b8..7e0c2599599f 100644 --- a/clients/client-sagemaker/src/commands/CreateNotebookInstanceCommand.ts +++ b/clients/client-sagemaker/src/commands/CreateNotebookInstanceCommand.ts @@ -136,9 +136,6 @@ export class CreateNotebookInstanceCommand extends $Command< CreateNotebookInstanceCommandOutput, SageMakerClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -152,9 +149,7 @@ export class CreateNotebookInstanceCommand extends $Command< * @public */ constructor(readonly input: CreateNotebookInstanceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -207,7 +202,4 @@ export class CreateNotebookInstanceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateNotebookInstanceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-sagemaker/src/commands/CreateNotebookInstanceLifecycleConfigCommand.ts b/clients/client-sagemaker/src/commands/CreateNotebookInstanceLifecycleConfigCommand.ts index 0ac1c2b3d6ce..eb1192dffd53 100644 --- a/clients/client-sagemaker/src/commands/CreateNotebookInstanceLifecycleConfigCommand.ts +++ b/clients/client-sagemaker/src/commands/CreateNotebookInstanceLifecycleConfigCommand.ts @@ -105,9 +105,6 @@ export class CreateNotebookInstanceLifecycleConfigCommand extends $Command< CreateNotebookInstanceLifecycleConfigCommandOutput, SageMakerClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -121,9 +118,7 @@ export class CreateNotebookInstanceLifecycleConfigCommand extends $Command< * @public */ constructor(readonly input: CreateNotebookInstanceLifecycleConfigCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -182,7 +177,4 @@ export class CreateNotebookInstanceLifecycleConfigCommand extends $Command< ): Promise { return de_CreateNotebookInstanceLifecycleConfigCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-sagemaker/src/commands/CreatePipelineCommand.ts b/clients/client-sagemaker/src/commands/CreatePipelineCommand.ts index 1a39535c08de..11fcb4fcb3ec 100644 --- a/clients/client-sagemaker/src/commands/CreatePipelineCommand.ts +++ b/clients/client-sagemaker/src/commands/CreatePipelineCommand.ts @@ -96,9 +96,6 @@ export class CreatePipelineCommand extends $Command< CreatePipelineCommandOutput, SageMakerClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -112,9 +109,7 @@ export class CreatePipelineCommand extends $Command< * @public */ constructor(readonly input: CreatePipelineCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -167,7 +162,4 @@ export class CreatePipelineCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreatePipelineCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-sagemaker/src/commands/CreatePresignedDomainUrlCommand.ts b/clients/client-sagemaker/src/commands/CreatePresignedDomainUrlCommand.ts index d9a4457399cc..6d01773fc12b 100644 --- a/clients/client-sagemaker/src/commands/CreatePresignedDomainUrlCommand.ts +++ b/clients/client-sagemaker/src/commands/CreatePresignedDomainUrlCommand.ts @@ -93,9 +93,6 @@ export class CreatePresignedDomainUrlCommand extends $Command< CreatePresignedDomainUrlCommandOutput, SageMakerClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -109,9 +106,7 @@ export class CreatePresignedDomainUrlCommand extends $Command< * @public */ constructor(readonly input: CreatePresignedDomainUrlCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -164,7 +159,4 @@ export class CreatePresignedDomainUrlCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreatePresignedDomainUrlCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-sagemaker/src/commands/CreatePresignedNotebookInstanceUrlCommand.ts b/clients/client-sagemaker/src/commands/CreatePresignedNotebookInstanceUrlCommand.ts index 90f5a1df2c0d..b064af7e9391 100644 --- a/clients/client-sagemaker/src/commands/CreatePresignedNotebookInstanceUrlCommand.ts +++ b/clients/client-sagemaker/src/commands/CreatePresignedNotebookInstanceUrlCommand.ts @@ -92,9 +92,6 @@ export class CreatePresignedNotebookInstanceUrlCommand extends $Command< CreatePresignedNotebookInstanceUrlCommandOutput, SageMakerClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -108,9 +105,7 @@ export class CreatePresignedNotebookInstanceUrlCommand extends $Command< * @public */ constructor(readonly input: CreatePresignedNotebookInstanceUrlCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -169,7 +164,4 @@ export class CreatePresignedNotebookInstanceUrlCommand extends $Command< ): Promise { return de_CreatePresignedNotebookInstanceUrlCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-sagemaker/src/commands/CreateProcessingJobCommand.ts b/clients/client-sagemaker/src/commands/CreateProcessingJobCommand.ts index a445c126a0de..bf7f4e1c0766 100644 --- a/clients/client-sagemaker/src/commands/CreateProcessingJobCommand.ts +++ b/clients/client-sagemaker/src/commands/CreateProcessingJobCommand.ts @@ -185,9 +185,6 @@ export class CreateProcessingJobCommand extends $Command< CreateProcessingJobCommandOutput, SageMakerClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -201,9 +198,7 @@ export class CreateProcessingJobCommand extends $Command< * @public */ constructor(readonly input: CreateProcessingJobCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -256,7 +251,4 @@ export class CreateProcessingJobCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateProcessingJobCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-sagemaker/src/commands/CreateProjectCommand.ts b/clients/client-sagemaker/src/commands/CreateProjectCommand.ts index 2d536103e284..8528682ba006 100644 --- a/clients/client-sagemaker/src/commands/CreateProjectCommand.ts +++ b/clients/client-sagemaker/src/commands/CreateProjectCommand.ts @@ -94,9 +94,6 @@ export class CreateProjectCommand extends $Command< CreateProjectCommandOutput, SageMakerClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -110,9 +107,7 @@ export class CreateProjectCommand extends $Command< * @public */ constructor(readonly input: CreateProjectCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -163,7 +158,4 @@ export class CreateProjectCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateProjectCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-sagemaker/src/commands/CreateSpaceCommand.ts b/clients/client-sagemaker/src/commands/CreateSpaceCommand.ts index c29f3d6c50aa..7b34a6c5423d 100644 --- a/clients/client-sagemaker/src/commands/CreateSpaceCommand.ts +++ b/clients/client-sagemaker/src/commands/CreateSpaceCommand.ts @@ -120,9 +120,6 @@ export class CreateSpaceCommand extends $Command< CreateSpaceCommandOutput, SageMakerClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -136,9 +133,7 @@ export class CreateSpaceCommand extends $Command< * @public */ constructor(readonly input: CreateSpaceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -189,7 +184,4 @@ export class CreateSpaceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateSpaceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-sagemaker/src/commands/CreateStudioLifecycleConfigCommand.ts b/clients/client-sagemaker/src/commands/CreateStudioLifecycleConfigCommand.ts index a92581ed1fa6..600754093e3a 100644 --- a/clients/client-sagemaker/src/commands/CreateStudioLifecycleConfigCommand.ts +++ b/clients/client-sagemaker/src/commands/CreateStudioLifecycleConfigCommand.ts @@ -83,9 +83,6 @@ export class CreateStudioLifecycleConfigCommand extends $Command< CreateStudioLifecycleConfigCommandOutput, SageMakerClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -99,9 +96,7 @@ export class CreateStudioLifecycleConfigCommand extends $Command< * @public */ constructor(readonly input: CreateStudioLifecycleConfigCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -157,7 +152,4 @@ export class CreateStudioLifecycleConfigCommand extends $Command< ): Promise { return de_CreateStudioLifecycleConfigCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-sagemaker/src/commands/CreateTrainingJobCommand.ts b/clients/client-sagemaker/src/commands/CreateTrainingJobCommand.ts index cb7cfbc453db..9fa7db0b380c 100644 --- a/clients/client-sagemaker/src/commands/CreateTrainingJobCommand.ts +++ b/clients/client-sagemaker/src/commands/CreateTrainingJobCommand.ts @@ -325,9 +325,6 @@ export class CreateTrainingJobCommand extends $Command< CreateTrainingJobCommandOutput, SageMakerClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -341,9 +338,7 @@ export class CreateTrainingJobCommand extends $Command< * @public */ constructor(readonly input: CreateTrainingJobCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -396,7 +391,4 @@ export class CreateTrainingJobCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateTrainingJobCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-sagemaker/src/commands/CreateTransformJobCommand.ts b/clients/client-sagemaker/src/commands/CreateTransformJobCommand.ts index c72804277a76..2249451f332c 100644 --- a/clients/client-sagemaker/src/commands/CreateTransformJobCommand.ts +++ b/clients/client-sagemaker/src/commands/CreateTransformJobCommand.ts @@ -169,9 +169,6 @@ export class CreateTransformJobCommand extends $Command< CreateTransformJobCommandOutput, SageMakerClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -185,9 +182,7 @@ export class CreateTransformJobCommand extends $Command< * @public */ constructor(readonly input: CreateTransformJobCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -240,7 +235,4 @@ export class CreateTransformJobCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateTransformJobCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-sagemaker/src/commands/CreateTrialCommand.ts b/clients/client-sagemaker/src/commands/CreateTrialCommand.ts index 5d3db8149459..251c19453d39 100644 --- a/clients/client-sagemaker/src/commands/CreateTrialCommand.ts +++ b/clients/client-sagemaker/src/commands/CreateTrialCommand.ts @@ -101,9 +101,6 @@ export class CreateTrialCommand extends $Command< CreateTrialCommandOutput, SageMakerClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -117,9 +114,7 @@ export class CreateTrialCommand extends $Command< * @public */ constructor(readonly input: CreateTrialCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -170,7 +165,4 @@ export class CreateTrialCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateTrialCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-sagemaker/src/commands/CreateTrialComponentCommand.ts b/clients/client-sagemaker/src/commands/CreateTrialComponentCommand.ts index 44c0ae56f811..9ae483af3a01 100644 --- a/clients/client-sagemaker/src/commands/CreateTrialComponentCommand.ts +++ b/clients/client-sagemaker/src/commands/CreateTrialComponentCommand.ts @@ -120,9 +120,6 @@ export class CreateTrialComponentCommand extends $Command< CreateTrialComponentCommandOutput, SageMakerClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -136,9 +133,7 @@ export class CreateTrialComponentCommand extends $Command< * @public */ constructor(readonly input: CreateTrialComponentCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -191,7 +186,4 @@ export class CreateTrialComponentCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateTrialComponentCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-sagemaker/src/commands/CreateUserProfileCommand.ts b/clients/client-sagemaker/src/commands/CreateUserProfileCommand.ts index 2ace43ea7b51..43de3f0186dd 100644 --- a/clients/client-sagemaker/src/commands/CreateUserProfileCommand.ts +++ b/clients/client-sagemaker/src/commands/CreateUserProfileCommand.ts @@ -191,9 +191,6 @@ export class CreateUserProfileCommand extends $Command< CreateUserProfileCommandOutput, SageMakerClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -207,9 +204,7 @@ export class CreateUserProfileCommand extends $Command< * @public */ constructor(readonly input: CreateUserProfileCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -262,7 +257,4 @@ export class CreateUserProfileCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateUserProfileCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-sagemaker/src/commands/CreateWorkforceCommand.ts b/clients/client-sagemaker/src/commands/CreateWorkforceCommand.ts index 5d473e045e87..1e08395162d4 100644 --- a/clients/client-sagemaker/src/commands/CreateWorkforceCommand.ts +++ b/clients/client-sagemaker/src/commands/CreateWorkforceCommand.ts @@ -125,9 +125,6 @@ export class CreateWorkforceCommand extends $Command< CreateWorkforceCommandOutput, SageMakerClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -141,9 +138,7 @@ export class CreateWorkforceCommand extends $Command< * @public */ constructor(readonly input: CreateWorkforceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -196,7 +191,4 @@ export class CreateWorkforceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateWorkforceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-sagemaker/src/commands/CreateWorkteamCommand.ts b/clients/client-sagemaker/src/commands/CreateWorkteamCommand.ts index d9abf2c8d09a..aa212774dee5 100644 --- a/clients/client-sagemaker/src/commands/CreateWorkteamCommand.ts +++ b/clients/client-sagemaker/src/commands/CreateWorkteamCommand.ts @@ -105,9 +105,6 @@ export class CreateWorkteamCommand extends $Command< CreateWorkteamCommandOutput, SageMakerClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -121,9 +118,7 @@ export class CreateWorkteamCommand extends $Command< * @public */ constructor(readonly input: CreateWorkteamCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -176,7 +171,4 @@ export class CreateWorkteamCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateWorkteamCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-sagemaker/src/commands/DeleteActionCommand.ts b/clients/client-sagemaker/src/commands/DeleteActionCommand.ts index d55742cd97f7..45d91ef50a42 100644 --- a/clients/client-sagemaker/src/commands/DeleteActionCommand.ts +++ b/clients/client-sagemaker/src/commands/DeleteActionCommand.ts @@ -73,9 +73,6 @@ export class DeleteActionCommand extends $Command< DeleteActionCommandOutput, SageMakerClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -89,9 +86,7 @@ export class DeleteActionCommand extends $Command< * @public */ constructor(readonly input: DeleteActionCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -142,7 +137,4 @@ export class DeleteActionCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteActionCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-sagemaker/src/commands/DeleteAlgorithmCommand.ts b/clients/client-sagemaker/src/commands/DeleteAlgorithmCommand.ts index f3e410282f5c..77a2d9e8eb4c 100644 --- a/clients/client-sagemaker/src/commands/DeleteAlgorithmCommand.ts +++ b/clients/client-sagemaker/src/commands/DeleteAlgorithmCommand.ts @@ -68,9 +68,6 @@ export class DeleteAlgorithmCommand extends $Command< DeleteAlgorithmCommandOutput, SageMakerClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -84,9 +81,7 @@ export class DeleteAlgorithmCommand extends $Command< * @public */ constructor(readonly input: DeleteAlgorithmCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -139,7 +134,4 @@ export class DeleteAlgorithmCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteAlgorithmCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-sagemaker/src/commands/DeleteAppCommand.ts b/clients/client-sagemaker/src/commands/DeleteAppCommand.ts index c4a9a2131c96..2517c3a9f07c 100644 --- a/clients/client-sagemaker/src/commands/DeleteAppCommand.ts +++ b/clients/client-sagemaker/src/commands/DeleteAppCommand.ts @@ -78,9 +78,6 @@ export class DeleteAppCommand extends $Command< DeleteAppCommandOutput, SageMakerClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -94,9 +91,7 @@ export class DeleteAppCommand extends $Command< * @public */ constructor(readonly input: DeleteAppCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -147,7 +142,4 @@ export class DeleteAppCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteAppCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-sagemaker/src/commands/DeleteAppImageConfigCommand.ts b/clients/client-sagemaker/src/commands/DeleteAppImageConfigCommand.ts index 901aae4d745b..f7fc5a839796 100644 --- a/clients/client-sagemaker/src/commands/DeleteAppImageConfigCommand.ts +++ b/clients/client-sagemaker/src/commands/DeleteAppImageConfigCommand.ts @@ -71,9 +71,6 @@ export class DeleteAppImageConfigCommand extends $Command< DeleteAppImageConfigCommandOutput, SageMakerClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -87,9 +84,7 @@ export class DeleteAppImageConfigCommand extends $Command< * @public */ constructor(readonly input: DeleteAppImageConfigCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -142,7 +137,4 @@ export class DeleteAppImageConfigCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteAppImageConfigCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-sagemaker/src/commands/DeleteArtifactCommand.ts b/clients/client-sagemaker/src/commands/DeleteArtifactCommand.ts index 01d96452c76d..5431c3102ac6 100644 --- a/clients/client-sagemaker/src/commands/DeleteArtifactCommand.ts +++ b/clients/client-sagemaker/src/commands/DeleteArtifactCommand.ts @@ -83,9 +83,6 @@ export class DeleteArtifactCommand extends $Command< DeleteArtifactCommandOutput, SageMakerClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -99,9 +96,7 @@ export class DeleteArtifactCommand extends $Command< * @public */ constructor(readonly input: DeleteArtifactCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -154,7 +149,4 @@ export class DeleteArtifactCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteArtifactCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-sagemaker/src/commands/DeleteAssociationCommand.ts b/clients/client-sagemaker/src/commands/DeleteAssociationCommand.ts index bd9e2e78de56..5afec77e22d7 100644 --- a/clients/client-sagemaker/src/commands/DeleteAssociationCommand.ts +++ b/clients/client-sagemaker/src/commands/DeleteAssociationCommand.ts @@ -75,9 +75,6 @@ export class DeleteAssociationCommand extends $Command< DeleteAssociationCommandOutput, SageMakerClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -91,9 +88,7 @@ export class DeleteAssociationCommand extends $Command< * @public */ constructor(readonly input: DeleteAssociationCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -146,7 +141,4 @@ export class DeleteAssociationCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteAssociationCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-sagemaker/src/commands/DeleteCodeRepositoryCommand.ts b/clients/client-sagemaker/src/commands/DeleteCodeRepositoryCommand.ts index 55615f1fea33..fe8a2ad15b71 100644 --- a/clients/client-sagemaker/src/commands/DeleteCodeRepositoryCommand.ts +++ b/clients/client-sagemaker/src/commands/DeleteCodeRepositoryCommand.ts @@ -68,9 +68,6 @@ export class DeleteCodeRepositoryCommand extends $Command< DeleteCodeRepositoryCommandOutput, SageMakerClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -84,9 +81,7 @@ export class DeleteCodeRepositoryCommand extends $Command< * @public */ constructor(readonly input: DeleteCodeRepositoryCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -139,7 +134,4 @@ export class DeleteCodeRepositoryCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteCodeRepositoryCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-sagemaker/src/commands/DeleteContextCommand.ts b/clients/client-sagemaker/src/commands/DeleteContextCommand.ts index 5424ea8d03b1..bf1c4afdf01f 100644 --- a/clients/client-sagemaker/src/commands/DeleteContextCommand.ts +++ b/clients/client-sagemaker/src/commands/DeleteContextCommand.ts @@ -73,9 +73,6 @@ export class DeleteContextCommand extends $Command< DeleteContextCommandOutput, SageMakerClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -89,9 +86,7 @@ export class DeleteContextCommand extends $Command< * @public */ constructor(readonly input: DeleteContextCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -142,7 +137,4 @@ export class DeleteContextCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteContextCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-sagemaker/src/commands/DeleteDataQualityJobDefinitionCommand.ts b/clients/client-sagemaker/src/commands/DeleteDataQualityJobDefinitionCommand.ts index 44c36fff0417..e82505ea7d47 100644 --- a/clients/client-sagemaker/src/commands/DeleteDataQualityJobDefinitionCommand.ts +++ b/clients/client-sagemaker/src/commands/DeleteDataQualityJobDefinitionCommand.ts @@ -74,9 +74,6 @@ export class DeleteDataQualityJobDefinitionCommand extends $Command< DeleteDataQualityJobDefinitionCommandOutput, SageMakerClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -90,9 +87,7 @@ export class DeleteDataQualityJobDefinitionCommand extends $Command< * @public */ constructor(readonly input: DeleteDataQualityJobDefinitionCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -151,7 +146,4 @@ export class DeleteDataQualityJobDefinitionCommand extends $Command< ): Promise { return de_DeleteDataQualityJobDefinitionCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-sagemaker/src/commands/DeleteDeviceFleetCommand.ts b/clients/client-sagemaker/src/commands/DeleteDeviceFleetCommand.ts index cfce6c3da056..93dd10057048 100644 --- a/clients/client-sagemaker/src/commands/DeleteDeviceFleetCommand.ts +++ b/clients/client-sagemaker/src/commands/DeleteDeviceFleetCommand.ts @@ -71,9 +71,6 @@ export class DeleteDeviceFleetCommand extends $Command< DeleteDeviceFleetCommandOutput, SageMakerClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -87,9 +84,7 @@ export class DeleteDeviceFleetCommand extends $Command< * @public */ constructor(readonly input: DeleteDeviceFleetCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -142,7 +137,4 @@ export class DeleteDeviceFleetCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteDeviceFleetCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-sagemaker/src/commands/DeleteDomainCommand.ts b/clients/client-sagemaker/src/commands/DeleteDomainCommand.ts index f592af17e88a..babd2eba1bdd 100644 --- a/clients/client-sagemaker/src/commands/DeleteDomainCommand.ts +++ b/clients/client-sagemaker/src/commands/DeleteDomainCommand.ts @@ -81,9 +81,6 @@ export class DeleteDomainCommand extends $Command< DeleteDomainCommandOutput, SageMakerClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -97,9 +94,7 @@ export class DeleteDomainCommand extends $Command< * @public */ constructor(readonly input: DeleteDomainCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -150,7 +145,4 @@ export class DeleteDomainCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteDomainCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-sagemaker/src/commands/DeleteEdgeDeploymentPlanCommand.ts b/clients/client-sagemaker/src/commands/DeleteEdgeDeploymentPlanCommand.ts index caee32998bd1..95cf212737c1 100644 --- a/clients/client-sagemaker/src/commands/DeleteEdgeDeploymentPlanCommand.ts +++ b/clients/client-sagemaker/src/commands/DeleteEdgeDeploymentPlanCommand.ts @@ -72,9 +72,6 @@ export class DeleteEdgeDeploymentPlanCommand extends $Command< DeleteEdgeDeploymentPlanCommandOutput, SageMakerClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -88,9 +85,7 @@ export class DeleteEdgeDeploymentPlanCommand extends $Command< * @public */ constructor(readonly input: DeleteEdgeDeploymentPlanCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -143,7 +138,4 @@ export class DeleteEdgeDeploymentPlanCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteEdgeDeploymentPlanCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-sagemaker/src/commands/DeleteEdgeDeploymentStageCommand.ts b/clients/client-sagemaker/src/commands/DeleteEdgeDeploymentStageCommand.ts index aa176e4288c7..30c344fed545 100644 --- a/clients/client-sagemaker/src/commands/DeleteEdgeDeploymentStageCommand.ts +++ b/clients/client-sagemaker/src/commands/DeleteEdgeDeploymentStageCommand.ts @@ -73,9 +73,6 @@ export class DeleteEdgeDeploymentStageCommand extends $Command< DeleteEdgeDeploymentStageCommandOutput, SageMakerClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -89,9 +86,7 @@ export class DeleteEdgeDeploymentStageCommand extends $Command< * @public */ constructor(readonly input: DeleteEdgeDeploymentStageCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -147,7 +142,4 @@ export class DeleteEdgeDeploymentStageCommand extends $Command< ): Promise { return de_DeleteEdgeDeploymentStageCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-sagemaker/src/commands/DeleteEndpointCommand.ts b/clients/client-sagemaker/src/commands/DeleteEndpointCommand.ts index 241dc58aff25..4be0d213f4be 100644 --- a/clients/client-sagemaker/src/commands/DeleteEndpointCommand.ts +++ b/clients/client-sagemaker/src/commands/DeleteEndpointCommand.ts @@ -78,9 +78,6 @@ export class DeleteEndpointCommand extends $Command< DeleteEndpointCommandOutput, SageMakerClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -94,9 +91,7 @@ export class DeleteEndpointCommand extends $Command< * @public */ constructor(readonly input: DeleteEndpointCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -149,7 +144,4 @@ export class DeleteEndpointCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteEndpointCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-sagemaker/src/commands/DeleteEndpointConfigCommand.ts b/clients/client-sagemaker/src/commands/DeleteEndpointConfigCommand.ts index 5794d81d3a1b..a28155d0856e 100644 --- a/clients/client-sagemaker/src/commands/DeleteEndpointConfigCommand.ts +++ b/clients/client-sagemaker/src/commands/DeleteEndpointConfigCommand.ts @@ -76,9 +76,6 @@ export class DeleteEndpointConfigCommand extends $Command< DeleteEndpointConfigCommandOutput, SageMakerClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -92,9 +89,7 @@ export class DeleteEndpointConfigCommand extends $Command< * @public */ constructor(readonly input: DeleteEndpointConfigCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -147,7 +142,4 @@ export class DeleteEndpointConfigCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteEndpointConfigCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-sagemaker/src/commands/DeleteExperimentCommand.ts b/clients/client-sagemaker/src/commands/DeleteExperimentCommand.ts index ce5f49a737d7..fd0c9fb60678 100644 --- a/clients/client-sagemaker/src/commands/DeleteExperimentCommand.ts +++ b/clients/client-sagemaker/src/commands/DeleteExperimentCommand.ts @@ -75,9 +75,6 @@ export class DeleteExperimentCommand extends $Command< DeleteExperimentCommandOutput, SageMakerClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -91,9 +88,7 @@ export class DeleteExperimentCommand extends $Command< * @public */ constructor(readonly input: DeleteExperimentCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -146,7 +141,4 @@ export class DeleteExperimentCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteExperimentCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-sagemaker/src/commands/DeleteFeatureGroupCommand.ts b/clients/client-sagemaker/src/commands/DeleteFeatureGroupCommand.ts index e3f6bf410b3e..6db4c3826481 100644 --- a/clients/client-sagemaker/src/commands/DeleteFeatureGroupCommand.ts +++ b/clients/client-sagemaker/src/commands/DeleteFeatureGroupCommand.ts @@ -78,9 +78,6 @@ export class DeleteFeatureGroupCommand extends $Command< DeleteFeatureGroupCommandOutput, SageMakerClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -94,9 +91,7 @@ export class DeleteFeatureGroupCommand extends $Command< * @public */ constructor(readonly input: DeleteFeatureGroupCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -149,7 +144,4 @@ export class DeleteFeatureGroupCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteFeatureGroupCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-sagemaker/src/commands/DeleteFlowDefinitionCommand.ts b/clients/client-sagemaker/src/commands/DeleteFlowDefinitionCommand.ts index 797e9f0b9976..9da66205208f 100644 --- a/clients/client-sagemaker/src/commands/DeleteFlowDefinitionCommand.ts +++ b/clients/client-sagemaker/src/commands/DeleteFlowDefinitionCommand.ts @@ -74,9 +74,6 @@ export class DeleteFlowDefinitionCommand extends $Command< DeleteFlowDefinitionCommandOutput, SageMakerClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -90,9 +87,7 @@ export class DeleteFlowDefinitionCommand extends $Command< * @public */ constructor(readonly input: DeleteFlowDefinitionCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -145,7 +140,4 @@ export class DeleteFlowDefinitionCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteFlowDefinitionCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-sagemaker/src/commands/DeleteHubCommand.ts b/clients/client-sagemaker/src/commands/DeleteHubCommand.ts index 0ef59a71b4be..25a70e8388bc 100644 --- a/clients/client-sagemaker/src/commands/DeleteHubCommand.ts +++ b/clients/client-sagemaker/src/commands/DeleteHubCommand.ts @@ -77,9 +77,6 @@ export class DeleteHubCommand extends $Command< DeleteHubCommandOutput, SageMakerClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -93,9 +90,7 @@ export class DeleteHubCommand extends $Command< * @public */ constructor(readonly input: DeleteHubCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -146,7 +141,4 @@ export class DeleteHubCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteHubCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-sagemaker/src/commands/DeleteHubContentCommand.ts b/clients/client-sagemaker/src/commands/DeleteHubContentCommand.ts index d2b83bd86be0..58a8bcc7bdc6 100644 --- a/clients/client-sagemaker/src/commands/DeleteHubContentCommand.ts +++ b/clients/client-sagemaker/src/commands/DeleteHubContentCommand.ts @@ -80,9 +80,6 @@ export class DeleteHubContentCommand extends $Command< DeleteHubContentCommandOutput, SageMakerClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -96,9 +93,7 @@ export class DeleteHubContentCommand extends $Command< * @public */ constructor(readonly input: DeleteHubContentCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -151,7 +146,4 @@ export class DeleteHubContentCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteHubContentCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-sagemaker/src/commands/DeleteHumanTaskUiCommand.ts b/clients/client-sagemaker/src/commands/DeleteHumanTaskUiCommand.ts index 86c61eaea3a9..7f699c92659b 100644 --- a/clients/client-sagemaker/src/commands/DeleteHumanTaskUiCommand.ts +++ b/clients/client-sagemaker/src/commands/DeleteHumanTaskUiCommand.ts @@ -75,9 +75,6 @@ export class DeleteHumanTaskUiCommand extends $Command< DeleteHumanTaskUiCommandOutput, SageMakerClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -91,9 +88,7 @@ export class DeleteHumanTaskUiCommand extends $Command< * @public */ constructor(readonly input: DeleteHumanTaskUiCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -146,7 +141,4 @@ export class DeleteHumanTaskUiCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteHumanTaskUiCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-sagemaker/src/commands/DeleteImageCommand.ts b/clients/client-sagemaker/src/commands/DeleteImageCommand.ts index 6ed802dd605e..10cffa0dd21d 100644 --- a/clients/client-sagemaker/src/commands/DeleteImageCommand.ts +++ b/clients/client-sagemaker/src/commands/DeleteImageCommand.ts @@ -75,9 +75,6 @@ export class DeleteImageCommand extends $Command< DeleteImageCommandOutput, SageMakerClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -91,9 +88,7 @@ export class DeleteImageCommand extends $Command< * @public */ constructor(readonly input: DeleteImageCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -144,7 +139,4 @@ export class DeleteImageCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteImageCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-sagemaker/src/commands/DeleteImageVersionCommand.ts b/clients/client-sagemaker/src/commands/DeleteImageVersionCommand.ts index a0375c2792fa..a9e3285e9885 100644 --- a/clients/client-sagemaker/src/commands/DeleteImageVersionCommand.ts +++ b/clients/client-sagemaker/src/commands/DeleteImageVersionCommand.ts @@ -77,9 +77,6 @@ export class DeleteImageVersionCommand extends $Command< DeleteImageVersionCommandOutput, SageMakerClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -93,9 +90,7 @@ export class DeleteImageVersionCommand extends $Command< * @public */ constructor(readonly input: DeleteImageVersionCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -148,7 +143,4 @@ export class DeleteImageVersionCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteImageVersionCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-sagemaker/src/commands/DeleteInferenceExperimentCommand.ts b/clients/client-sagemaker/src/commands/DeleteInferenceExperimentCommand.ts index 03862d3aebe3..54400573c742 100644 --- a/clients/client-sagemaker/src/commands/DeleteInferenceExperimentCommand.ts +++ b/clients/client-sagemaker/src/commands/DeleteInferenceExperimentCommand.ts @@ -83,9 +83,6 @@ export class DeleteInferenceExperimentCommand extends $Command< DeleteInferenceExperimentCommandOutput, SageMakerClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -99,9 +96,7 @@ export class DeleteInferenceExperimentCommand extends $Command< * @public */ constructor(readonly input: DeleteInferenceExperimentCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -157,7 +152,4 @@ export class DeleteInferenceExperimentCommand extends $Command< ): Promise { return de_DeleteInferenceExperimentCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-sagemaker/src/commands/DeleteModelBiasJobDefinitionCommand.ts b/clients/client-sagemaker/src/commands/DeleteModelBiasJobDefinitionCommand.ts index f7617794a493..1b4515e7dafc 100644 --- a/clients/client-sagemaker/src/commands/DeleteModelBiasJobDefinitionCommand.ts +++ b/clients/client-sagemaker/src/commands/DeleteModelBiasJobDefinitionCommand.ts @@ -74,9 +74,6 @@ export class DeleteModelBiasJobDefinitionCommand extends $Command< DeleteModelBiasJobDefinitionCommandOutput, SageMakerClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -90,9 +87,7 @@ export class DeleteModelBiasJobDefinitionCommand extends $Command< * @public */ constructor(readonly input: DeleteModelBiasJobDefinitionCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -148,7 +143,4 @@ export class DeleteModelBiasJobDefinitionCommand extends $Command< ): Promise { return de_DeleteModelBiasJobDefinitionCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-sagemaker/src/commands/DeleteModelCardCommand.ts b/clients/client-sagemaker/src/commands/DeleteModelCardCommand.ts index d2eb2469bc96..24750b16afb4 100644 --- a/clients/client-sagemaker/src/commands/DeleteModelCardCommand.ts +++ b/clients/client-sagemaker/src/commands/DeleteModelCardCommand.ts @@ -75,9 +75,6 @@ export class DeleteModelCardCommand extends $Command< DeleteModelCardCommandOutput, SageMakerClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -91,9 +88,7 @@ export class DeleteModelCardCommand extends $Command< * @public */ constructor(readonly input: DeleteModelCardCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -146,7 +141,4 @@ export class DeleteModelCardCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteModelCardCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-sagemaker/src/commands/DeleteModelCommand.ts b/clients/client-sagemaker/src/commands/DeleteModelCommand.ts index 5cc1f196f8f6..52a56e73b313 100644 --- a/clients/client-sagemaker/src/commands/DeleteModelCommand.ts +++ b/clients/client-sagemaker/src/commands/DeleteModelCommand.ts @@ -71,9 +71,6 @@ export class DeleteModelCommand extends $Command< DeleteModelCommandOutput, SageMakerClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -87,9 +84,7 @@ export class DeleteModelCommand extends $Command< * @public */ constructor(readonly input: DeleteModelCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -140,7 +135,4 @@ export class DeleteModelCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteModelCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-sagemaker/src/commands/DeleteModelExplainabilityJobDefinitionCommand.ts b/clients/client-sagemaker/src/commands/DeleteModelExplainabilityJobDefinitionCommand.ts index 481345af18d4..54b0ea59b4fd 100644 --- a/clients/client-sagemaker/src/commands/DeleteModelExplainabilityJobDefinitionCommand.ts +++ b/clients/client-sagemaker/src/commands/DeleteModelExplainabilityJobDefinitionCommand.ts @@ -75,9 +75,6 @@ export class DeleteModelExplainabilityJobDefinitionCommand extends $Command< DeleteModelExplainabilityJobDefinitionCommandOutput, SageMakerClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -91,9 +88,7 @@ export class DeleteModelExplainabilityJobDefinitionCommand extends $Command< * @public */ constructor(readonly input: DeleteModelExplainabilityJobDefinitionCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -152,7 +147,4 @@ export class DeleteModelExplainabilityJobDefinitionCommand extends $Command< ): Promise { return de_DeleteModelExplainabilityJobDefinitionCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-sagemaker/src/commands/DeleteModelPackageCommand.ts b/clients/client-sagemaker/src/commands/DeleteModelPackageCommand.ts index de4e6b0915c3..303804ffcf4c 100644 --- a/clients/client-sagemaker/src/commands/DeleteModelPackageCommand.ts +++ b/clients/client-sagemaker/src/commands/DeleteModelPackageCommand.ts @@ -74,9 +74,6 @@ export class DeleteModelPackageCommand extends $Command< DeleteModelPackageCommandOutput, SageMakerClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -90,9 +87,7 @@ export class DeleteModelPackageCommand extends $Command< * @public */ constructor(readonly input: DeleteModelPackageCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -145,7 +140,4 @@ export class DeleteModelPackageCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteModelPackageCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-sagemaker/src/commands/DeleteModelPackageGroupCommand.ts b/clients/client-sagemaker/src/commands/DeleteModelPackageGroupCommand.ts index 9af0bd604016..3d2491a6a987 100644 --- a/clients/client-sagemaker/src/commands/DeleteModelPackageGroupCommand.ts +++ b/clients/client-sagemaker/src/commands/DeleteModelPackageGroupCommand.ts @@ -72,9 +72,6 @@ export class DeleteModelPackageGroupCommand extends $Command< DeleteModelPackageGroupCommandOutput, SageMakerClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -88,9 +85,7 @@ export class DeleteModelPackageGroupCommand extends $Command< * @public */ constructor(readonly input: DeleteModelPackageGroupCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -143,7 +138,4 @@ export class DeleteModelPackageGroupCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteModelPackageGroupCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-sagemaker/src/commands/DeleteModelPackageGroupPolicyCommand.ts b/clients/client-sagemaker/src/commands/DeleteModelPackageGroupPolicyCommand.ts index 1a3125d4a314..f657abce94c9 100644 --- a/clients/client-sagemaker/src/commands/DeleteModelPackageGroupPolicyCommand.ts +++ b/clients/client-sagemaker/src/commands/DeleteModelPackageGroupPolicyCommand.ts @@ -71,9 +71,6 @@ export class DeleteModelPackageGroupPolicyCommand extends $Command< DeleteModelPackageGroupPolicyCommandOutput, SageMakerClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -87,9 +84,7 @@ export class DeleteModelPackageGroupPolicyCommand extends $Command< * @public */ constructor(readonly input: DeleteModelPackageGroupPolicyCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -145,7 +140,4 @@ export class DeleteModelPackageGroupPolicyCommand extends $Command< ): Promise { return de_DeleteModelPackageGroupPolicyCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-sagemaker/src/commands/DeleteModelQualityJobDefinitionCommand.ts b/clients/client-sagemaker/src/commands/DeleteModelQualityJobDefinitionCommand.ts index 383fc5a5327b..f096c75bae44 100644 --- a/clients/client-sagemaker/src/commands/DeleteModelQualityJobDefinitionCommand.ts +++ b/clients/client-sagemaker/src/commands/DeleteModelQualityJobDefinitionCommand.ts @@ -74,9 +74,6 @@ export class DeleteModelQualityJobDefinitionCommand extends $Command< DeleteModelQualityJobDefinitionCommandOutput, SageMakerClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -90,9 +87,7 @@ export class DeleteModelQualityJobDefinitionCommand extends $Command< * @public */ constructor(readonly input: DeleteModelQualityJobDefinitionCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -151,7 +146,4 @@ export class DeleteModelQualityJobDefinitionCommand extends $Command< ): Promise { return de_DeleteModelQualityJobDefinitionCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-sagemaker/src/commands/DeleteMonitoringScheduleCommand.ts b/clients/client-sagemaker/src/commands/DeleteMonitoringScheduleCommand.ts index 27979e261dbf..7aaa235d5e51 100644 --- a/clients/client-sagemaker/src/commands/DeleteMonitoringScheduleCommand.ts +++ b/clients/client-sagemaker/src/commands/DeleteMonitoringScheduleCommand.ts @@ -72,9 +72,6 @@ export class DeleteMonitoringScheduleCommand extends $Command< DeleteMonitoringScheduleCommandOutput, SageMakerClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -88,9 +85,7 @@ export class DeleteMonitoringScheduleCommand extends $Command< * @public */ constructor(readonly input: DeleteMonitoringScheduleCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -143,7 +138,4 @@ export class DeleteMonitoringScheduleCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteMonitoringScheduleCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-sagemaker/src/commands/DeleteNotebookInstanceCommand.ts b/clients/client-sagemaker/src/commands/DeleteNotebookInstanceCommand.ts index 77ce7db88430..037e13782239 100644 --- a/clients/client-sagemaker/src/commands/DeleteNotebookInstanceCommand.ts +++ b/clients/client-sagemaker/src/commands/DeleteNotebookInstanceCommand.ts @@ -74,9 +74,6 @@ export class DeleteNotebookInstanceCommand extends $Command< DeleteNotebookInstanceCommandOutput, SageMakerClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -90,9 +87,7 @@ export class DeleteNotebookInstanceCommand extends $Command< * @public */ constructor(readonly input: DeleteNotebookInstanceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -145,7 +140,4 @@ export class DeleteNotebookInstanceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteNotebookInstanceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-sagemaker/src/commands/DeleteNotebookInstanceLifecycleConfigCommand.ts b/clients/client-sagemaker/src/commands/DeleteNotebookInstanceLifecycleConfigCommand.ts index bba33248da7e..21197747d8dc 100644 --- a/clients/client-sagemaker/src/commands/DeleteNotebookInstanceLifecycleConfigCommand.ts +++ b/clients/client-sagemaker/src/commands/DeleteNotebookInstanceLifecycleConfigCommand.ts @@ -71,9 +71,6 @@ export class DeleteNotebookInstanceLifecycleConfigCommand extends $Command< DeleteNotebookInstanceLifecycleConfigCommandOutput, SageMakerClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -87,9 +84,7 @@ export class DeleteNotebookInstanceLifecycleConfigCommand extends $Command< * @public */ constructor(readonly input: DeleteNotebookInstanceLifecycleConfigCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -148,7 +143,4 @@ export class DeleteNotebookInstanceLifecycleConfigCommand extends $Command< ): Promise { return de_DeleteNotebookInstanceLifecycleConfigCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-sagemaker/src/commands/DeletePipelineCommand.ts b/clients/client-sagemaker/src/commands/DeletePipelineCommand.ts index eaa148c37b30..a0c194700db6 100644 --- a/clients/client-sagemaker/src/commands/DeletePipelineCommand.ts +++ b/clients/client-sagemaker/src/commands/DeletePipelineCommand.ts @@ -77,9 +77,6 @@ export class DeletePipelineCommand extends $Command< DeletePipelineCommandOutput, SageMakerClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -93,9 +90,7 @@ export class DeletePipelineCommand extends $Command< * @public */ constructor(readonly input: DeletePipelineCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -148,7 +143,4 @@ export class DeletePipelineCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeletePipelineCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-sagemaker/src/commands/DeleteProjectCommand.ts b/clients/client-sagemaker/src/commands/DeleteProjectCommand.ts index cfa4e2d9cdd3..73d5e850aba2 100644 --- a/clients/client-sagemaker/src/commands/DeleteProjectCommand.ts +++ b/clients/client-sagemaker/src/commands/DeleteProjectCommand.ts @@ -72,9 +72,6 @@ export class DeleteProjectCommand extends $Command< DeleteProjectCommandOutput, SageMakerClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -88,9 +85,7 @@ export class DeleteProjectCommand extends $Command< * @public */ constructor(readonly input: DeleteProjectCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -141,7 +136,4 @@ export class DeleteProjectCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteProjectCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-sagemaker/src/commands/DeleteSpaceCommand.ts b/clients/client-sagemaker/src/commands/DeleteSpaceCommand.ts index 1e0488e28ec0..feb49132e9f5 100644 --- a/clients/client-sagemaker/src/commands/DeleteSpaceCommand.ts +++ b/clients/client-sagemaker/src/commands/DeleteSpaceCommand.ts @@ -75,9 +75,6 @@ export class DeleteSpaceCommand extends $Command< DeleteSpaceCommandOutput, SageMakerClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -91,9 +88,7 @@ export class DeleteSpaceCommand extends $Command< * @public */ constructor(readonly input: DeleteSpaceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -144,7 +139,4 @@ export class DeleteSpaceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteSpaceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-sagemaker/src/commands/DeleteStudioLifecycleConfigCommand.ts b/clients/client-sagemaker/src/commands/DeleteStudioLifecycleConfigCommand.ts index 09e3eda8b99c..4c5fa9f8218c 100644 --- a/clients/client-sagemaker/src/commands/DeleteStudioLifecycleConfigCommand.ts +++ b/clients/client-sagemaker/src/commands/DeleteStudioLifecycleConfigCommand.ts @@ -74,9 +74,6 @@ export class DeleteStudioLifecycleConfigCommand extends $Command< DeleteStudioLifecycleConfigCommandOutput, SageMakerClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -90,9 +87,7 @@ export class DeleteStudioLifecycleConfigCommand extends $Command< * @public */ constructor(readonly input: DeleteStudioLifecycleConfigCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -148,7 +143,4 @@ export class DeleteStudioLifecycleConfigCommand extends $Command< ): Promise { return de_DeleteStudioLifecycleConfigCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-sagemaker/src/commands/DeleteTagsCommand.ts b/clients/client-sagemaker/src/commands/DeleteTagsCommand.ts index fde45609540c..51195e10d790 100644 --- a/clients/client-sagemaker/src/commands/DeleteTagsCommand.ts +++ b/clients/client-sagemaker/src/commands/DeleteTagsCommand.ts @@ -82,9 +82,6 @@ export class DeleteTagsCommand extends $Command< DeleteTagsCommandOutput, SageMakerClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -98,9 +95,7 @@ export class DeleteTagsCommand extends $Command< * @public */ constructor(readonly input: DeleteTagsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -151,7 +146,4 @@ export class DeleteTagsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteTagsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-sagemaker/src/commands/DeleteTrialCommand.ts b/clients/client-sagemaker/src/commands/DeleteTrialCommand.ts index 3aa37358c2ca..484fb4831ea3 100644 --- a/clients/client-sagemaker/src/commands/DeleteTrialCommand.ts +++ b/clients/client-sagemaker/src/commands/DeleteTrialCommand.ts @@ -75,9 +75,6 @@ export class DeleteTrialCommand extends $Command< DeleteTrialCommandOutput, SageMakerClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -91,9 +88,7 @@ export class DeleteTrialCommand extends $Command< * @public */ constructor(readonly input: DeleteTrialCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -144,7 +139,4 @@ export class DeleteTrialCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteTrialCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-sagemaker/src/commands/DeleteTrialComponentCommand.ts b/clients/client-sagemaker/src/commands/DeleteTrialComponentCommand.ts index cc6d5a09b322..7b0e8814684c 100644 --- a/clients/client-sagemaker/src/commands/DeleteTrialComponentCommand.ts +++ b/clients/client-sagemaker/src/commands/DeleteTrialComponentCommand.ts @@ -75,9 +75,6 @@ export class DeleteTrialComponentCommand extends $Command< DeleteTrialComponentCommandOutput, SageMakerClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -91,9 +88,7 @@ export class DeleteTrialComponentCommand extends $Command< * @public */ constructor(readonly input: DeleteTrialComponentCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -146,7 +141,4 @@ export class DeleteTrialComponentCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteTrialComponentCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-sagemaker/src/commands/DeleteUserProfileCommand.ts b/clients/client-sagemaker/src/commands/DeleteUserProfileCommand.ts index 38635010c6c1..206cf23640a7 100644 --- a/clients/client-sagemaker/src/commands/DeleteUserProfileCommand.ts +++ b/clients/client-sagemaker/src/commands/DeleteUserProfileCommand.ts @@ -76,9 +76,6 @@ export class DeleteUserProfileCommand extends $Command< DeleteUserProfileCommandOutput, SageMakerClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -92,9 +89,7 @@ export class DeleteUserProfileCommand extends $Command< * @public */ constructor(readonly input: DeleteUserProfileCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -147,7 +142,4 @@ export class DeleteUserProfileCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteUserProfileCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-sagemaker/src/commands/DeleteWorkforceCommand.ts b/clients/client-sagemaker/src/commands/DeleteWorkforceCommand.ts index 3d19c6987fae..aded71e05a9c 100644 --- a/clients/client-sagemaker/src/commands/DeleteWorkforceCommand.ts +++ b/clients/client-sagemaker/src/commands/DeleteWorkforceCommand.ts @@ -79,9 +79,6 @@ export class DeleteWorkforceCommand extends $Command< DeleteWorkforceCommandOutput, SageMakerClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -95,9 +92,7 @@ export class DeleteWorkforceCommand extends $Command< * @public */ constructor(readonly input: DeleteWorkforceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -150,7 +145,4 @@ export class DeleteWorkforceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteWorkforceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-sagemaker/src/commands/DeleteWorkteamCommand.ts b/clients/client-sagemaker/src/commands/DeleteWorkteamCommand.ts index ba69549f674f..fc1bcde41e96 100644 --- a/clients/client-sagemaker/src/commands/DeleteWorkteamCommand.ts +++ b/clients/client-sagemaker/src/commands/DeleteWorkteamCommand.ts @@ -74,9 +74,6 @@ export class DeleteWorkteamCommand extends $Command< DeleteWorkteamCommandOutput, SageMakerClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -90,9 +87,7 @@ export class DeleteWorkteamCommand extends $Command< * @public */ constructor(readonly input: DeleteWorkteamCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -145,7 +140,4 @@ export class DeleteWorkteamCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteWorkteamCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-sagemaker/src/commands/DeregisterDevicesCommand.ts b/clients/client-sagemaker/src/commands/DeregisterDevicesCommand.ts index 040a5e5de667..73845f808c28 100644 --- a/clients/client-sagemaker/src/commands/DeregisterDevicesCommand.ts +++ b/clients/client-sagemaker/src/commands/DeregisterDevicesCommand.ts @@ -71,9 +71,6 @@ export class DeregisterDevicesCommand extends $Command< DeregisterDevicesCommandOutput, SageMakerClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -87,9 +84,7 @@ export class DeregisterDevicesCommand extends $Command< * @public */ constructor(readonly input: DeregisterDevicesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -142,7 +137,4 @@ export class DeregisterDevicesCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeregisterDevicesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-sagemaker/src/commands/DescribeActionCommand.ts b/clients/client-sagemaker/src/commands/DescribeActionCommand.ts index e4736f41b76a..34683d08b943 100644 --- a/clients/client-sagemaker/src/commands/DescribeActionCommand.ts +++ b/clients/client-sagemaker/src/commands/DescribeActionCommand.ts @@ -114,9 +114,6 @@ export class DescribeActionCommand extends $Command< DescribeActionCommandOutput, SageMakerClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -130,9 +127,7 @@ export class DescribeActionCommand extends $Command< * @public */ constructor(readonly input: DescribeActionCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -185,7 +180,4 @@ export class DescribeActionCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DescribeActionCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-sagemaker/src/commands/DescribeAlgorithmCommand.ts b/clients/client-sagemaker/src/commands/DescribeAlgorithmCommand.ts index 2b1131011b28..b90191aa0b49 100644 --- a/clients/client-sagemaker/src/commands/DescribeAlgorithmCommand.ts +++ b/clients/client-sagemaker/src/commands/DescribeAlgorithmCommand.ts @@ -293,9 +293,6 @@ export class DescribeAlgorithmCommand extends $Command< DescribeAlgorithmCommandOutput, SageMakerClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -309,9 +306,7 @@ export class DescribeAlgorithmCommand extends $Command< * @public */ constructor(readonly input: DescribeAlgorithmCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -364,7 +359,4 @@ export class DescribeAlgorithmCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DescribeAlgorithmCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-sagemaker/src/commands/DescribeAppCommand.ts b/clients/client-sagemaker/src/commands/DescribeAppCommand.ts index 4bfd8addbfbf..331f9c629d8a 100644 --- a/clients/client-sagemaker/src/commands/DescribeAppCommand.ts +++ b/clients/client-sagemaker/src/commands/DescribeAppCommand.ts @@ -93,9 +93,6 @@ export class DescribeAppCommand extends $Command< DescribeAppCommandOutput, SageMakerClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -109,9 +106,7 @@ export class DescribeAppCommand extends $Command< * @public */ constructor(readonly input: DescribeAppCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -162,7 +157,4 @@ export class DescribeAppCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DescribeAppCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-sagemaker/src/commands/DescribeAppImageConfigCommand.ts b/clients/client-sagemaker/src/commands/DescribeAppImageConfigCommand.ts index 0ad3dc10bc7a..8543136a6134 100644 --- a/clients/client-sagemaker/src/commands/DescribeAppImageConfigCommand.ts +++ b/clients/client-sagemaker/src/commands/DescribeAppImageConfigCommand.ts @@ -89,9 +89,6 @@ export class DescribeAppImageConfigCommand extends $Command< DescribeAppImageConfigCommandOutput, SageMakerClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -105,9 +102,7 @@ export class DescribeAppImageConfigCommand extends $Command< * @public */ constructor(readonly input: DescribeAppImageConfigCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -160,7 +155,4 @@ export class DescribeAppImageConfigCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DescribeAppImageConfigCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-sagemaker/src/commands/DescribeArtifactCommand.ts b/clients/client-sagemaker/src/commands/DescribeArtifactCommand.ts index 63b3d965eeff..fe6ff74add3f 100644 --- a/clients/client-sagemaker/src/commands/DescribeArtifactCommand.ts +++ b/clients/client-sagemaker/src/commands/DescribeArtifactCommand.ts @@ -116,9 +116,6 @@ export class DescribeArtifactCommand extends $Command< DescribeArtifactCommandOutput, SageMakerClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -132,9 +129,7 @@ export class DescribeArtifactCommand extends $Command< * @public */ constructor(readonly input: DescribeArtifactCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -187,7 +182,4 @@ export class DescribeArtifactCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DescribeArtifactCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-sagemaker/src/commands/DescribeAutoMLJobCommand.ts b/clients/client-sagemaker/src/commands/DescribeAutoMLJobCommand.ts index a9944763b72c..79e97e93a759 100644 --- a/clients/client-sagemaker/src/commands/DescribeAutoMLJobCommand.ts +++ b/clients/client-sagemaker/src/commands/DescribeAutoMLJobCommand.ts @@ -226,9 +226,6 @@ export class DescribeAutoMLJobCommand extends $Command< DescribeAutoMLJobCommandOutput, SageMakerClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -242,9 +239,7 @@ export class DescribeAutoMLJobCommand extends $Command< * @public */ constructor(readonly input: DescribeAutoMLJobCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -297,7 +292,4 @@ export class DescribeAutoMLJobCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DescribeAutoMLJobCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-sagemaker/src/commands/DescribeAutoMLJobV2Command.ts b/clients/client-sagemaker/src/commands/DescribeAutoMLJobV2Command.ts index 380bfe936fee..37eb6b7d56b7 100644 --- a/clients/client-sagemaker/src/commands/DescribeAutoMLJobV2Command.ts +++ b/clients/client-sagemaker/src/commands/DescribeAutoMLJobV2Command.ts @@ -289,9 +289,6 @@ export class DescribeAutoMLJobV2Command extends $Command< DescribeAutoMLJobV2CommandOutput, SageMakerClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -305,9 +302,7 @@ export class DescribeAutoMLJobV2Command extends $Command< * @public */ constructor(readonly input: DescribeAutoMLJobV2CommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -360,7 +355,4 @@ export class DescribeAutoMLJobV2Command extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DescribeAutoMLJobV2Command(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-sagemaker/src/commands/DescribeCodeRepositoryCommand.ts b/clients/client-sagemaker/src/commands/DescribeCodeRepositoryCommand.ts index 171fb7722ec2..a1d03f899206 100644 --- a/clients/client-sagemaker/src/commands/DescribeCodeRepositoryCommand.ts +++ b/clients/client-sagemaker/src/commands/DescribeCodeRepositoryCommand.ts @@ -78,9 +78,6 @@ export class DescribeCodeRepositoryCommand extends $Command< DescribeCodeRepositoryCommandOutput, SageMakerClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -94,9 +91,7 @@ export class DescribeCodeRepositoryCommand extends $Command< * @public */ constructor(readonly input: DescribeCodeRepositoryCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -149,7 +144,4 @@ export class DescribeCodeRepositoryCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DescribeCodeRepositoryCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-sagemaker/src/commands/DescribeCompilationJobCommand.ts b/clients/client-sagemaker/src/commands/DescribeCompilationJobCommand.ts index e76605f1a8fc..cf7d52249028 100644 --- a/clients/client-sagemaker/src/commands/DescribeCompilationJobCommand.ts +++ b/clients/client-sagemaker/src/commands/DescribeCompilationJobCommand.ts @@ -123,9 +123,6 @@ export class DescribeCompilationJobCommand extends $Command< DescribeCompilationJobCommandOutput, SageMakerClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -139,9 +136,7 @@ export class DescribeCompilationJobCommand extends $Command< * @public */ constructor(readonly input: DescribeCompilationJobCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -194,7 +189,4 @@ export class DescribeCompilationJobCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DescribeCompilationJobCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-sagemaker/src/commands/DescribeContextCommand.ts b/clients/client-sagemaker/src/commands/DescribeContextCommand.ts index e5edc3d68ecf..b9b6aa429ffb 100644 --- a/clients/client-sagemaker/src/commands/DescribeContextCommand.ts +++ b/clients/client-sagemaker/src/commands/DescribeContextCommand.ts @@ -107,9 +107,6 @@ export class DescribeContextCommand extends $Command< DescribeContextCommandOutput, SageMakerClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -123,9 +120,7 @@ export class DescribeContextCommand extends $Command< * @public */ constructor(readonly input: DescribeContextCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -178,7 +173,4 @@ export class DescribeContextCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DescribeContextCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-sagemaker/src/commands/DescribeDataQualityJobDefinitionCommand.ts b/clients/client-sagemaker/src/commands/DescribeDataQualityJobDefinitionCommand.ts index 8f0daabb07a0..6c967893a96b 100644 --- a/clients/client-sagemaker/src/commands/DescribeDataQualityJobDefinitionCommand.ts +++ b/clients/client-sagemaker/src/commands/DescribeDataQualityJobDefinitionCommand.ts @@ -176,9 +176,6 @@ export class DescribeDataQualityJobDefinitionCommand extends $Command< DescribeDataQualityJobDefinitionCommandOutput, SageMakerClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -192,9 +189,7 @@ export class DescribeDataQualityJobDefinitionCommand extends $Command< * @public */ constructor(readonly input: DescribeDataQualityJobDefinitionCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -253,7 +248,4 @@ export class DescribeDataQualityJobDefinitionCommand extends $Command< ): Promise { return de_DescribeDataQualityJobDefinitionCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-sagemaker/src/commands/DescribeDeviceCommand.ts b/clients/client-sagemaker/src/commands/DescribeDeviceCommand.ts index c577c7fa258f..d568755bfd23 100644 --- a/clients/client-sagemaker/src/commands/DescribeDeviceCommand.ts +++ b/clients/client-sagemaker/src/commands/DescribeDeviceCommand.ts @@ -92,9 +92,6 @@ export class DescribeDeviceCommand extends $Command< DescribeDeviceCommandOutput, SageMakerClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -108,9 +105,7 @@ export class DescribeDeviceCommand extends $Command< * @public */ constructor(readonly input: DescribeDeviceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -163,7 +158,4 @@ export class DescribeDeviceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DescribeDeviceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-sagemaker/src/commands/DescribeDeviceFleetCommand.ts b/clients/client-sagemaker/src/commands/DescribeDeviceFleetCommand.ts index 4f707b465774..466ef9cb4b53 100644 --- a/clients/client-sagemaker/src/commands/DescribeDeviceFleetCommand.ts +++ b/clients/client-sagemaker/src/commands/DescribeDeviceFleetCommand.ts @@ -85,9 +85,6 @@ export class DescribeDeviceFleetCommand extends $Command< DescribeDeviceFleetCommandOutput, SageMakerClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -101,9 +98,7 @@ export class DescribeDeviceFleetCommand extends $Command< * @public */ constructor(readonly input: DescribeDeviceFleetCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -156,7 +151,4 @@ export class DescribeDeviceFleetCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DescribeDeviceFleetCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-sagemaker/src/commands/DescribeDomainCommand.ts b/clients/client-sagemaker/src/commands/DescribeDomainCommand.ts index 515073ecba44..1794dab4b3ea 100644 --- a/clients/client-sagemaker/src/commands/DescribeDomainCommand.ts +++ b/clients/client-sagemaker/src/commands/DescribeDomainCommand.ts @@ -238,9 +238,6 @@ export class DescribeDomainCommand extends $Command< DescribeDomainCommandOutput, SageMakerClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -254,9 +251,7 @@ export class DescribeDomainCommand extends $Command< * @public */ constructor(readonly input: DescribeDomainCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -309,7 +304,4 @@ export class DescribeDomainCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DescribeDomainCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-sagemaker/src/commands/DescribeEdgeDeploymentPlanCommand.ts b/clients/client-sagemaker/src/commands/DescribeEdgeDeploymentPlanCommand.ts index 4518a80b8673..49281b4818ed 100644 --- a/clients/client-sagemaker/src/commands/DescribeEdgeDeploymentPlanCommand.ts +++ b/clients/client-sagemaker/src/commands/DescribeEdgeDeploymentPlanCommand.ts @@ -113,9 +113,6 @@ export class DescribeEdgeDeploymentPlanCommand extends $Command< DescribeEdgeDeploymentPlanCommandOutput, SageMakerClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -129,9 +126,7 @@ export class DescribeEdgeDeploymentPlanCommand extends $Command< * @public */ constructor(readonly input: DescribeEdgeDeploymentPlanCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -187,7 +182,4 @@ export class DescribeEdgeDeploymentPlanCommand extends $Command< ): Promise { return de_DescribeEdgeDeploymentPlanCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-sagemaker/src/commands/DescribeEdgePackagingJobCommand.ts b/clients/client-sagemaker/src/commands/DescribeEdgePackagingJobCommand.ts index 9803de0a85ff..662215819de8 100644 --- a/clients/client-sagemaker/src/commands/DescribeEdgePackagingJobCommand.ts +++ b/clients/client-sagemaker/src/commands/DescribeEdgePackagingJobCommand.ts @@ -97,9 +97,6 @@ export class DescribeEdgePackagingJobCommand extends $Command< DescribeEdgePackagingJobCommandOutput, SageMakerClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -113,9 +110,7 @@ export class DescribeEdgePackagingJobCommand extends $Command< * @public */ constructor(readonly input: DescribeEdgePackagingJobCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -168,7 +163,4 @@ export class DescribeEdgePackagingJobCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DescribeEdgePackagingJobCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-sagemaker/src/commands/DescribeEndpointCommand.ts b/clients/client-sagemaker/src/commands/DescribeEndpointCommand.ts index ba1bc56640f1..bea5e443a3ea 100644 --- a/clients/client-sagemaker/src/commands/DescribeEndpointCommand.ts +++ b/clients/client-sagemaker/src/commands/DescribeEndpointCommand.ts @@ -303,9 +303,6 @@ export class DescribeEndpointCommand extends $Command< DescribeEndpointCommandOutput, SageMakerClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -319,9 +316,7 @@ export class DescribeEndpointCommand extends $Command< * @public */ constructor(readonly input: DescribeEndpointCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -374,7 +369,4 @@ export class DescribeEndpointCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DescribeEndpointCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-sagemaker/src/commands/DescribeEndpointConfigCommand.ts b/clients/client-sagemaker/src/commands/DescribeEndpointConfigCommand.ts index 873aaf555ff0..c840905e71e9 100644 --- a/clients/client-sagemaker/src/commands/DescribeEndpointConfigCommand.ts +++ b/clients/client-sagemaker/src/commands/DescribeEndpointConfigCommand.ts @@ -194,9 +194,6 @@ export class DescribeEndpointConfigCommand extends $Command< DescribeEndpointConfigCommandOutput, SageMakerClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -210,9 +207,7 @@ export class DescribeEndpointConfigCommand extends $Command< * @public */ constructor(readonly input: DescribeEndpointConfigCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -265,7 +260,4 @@ export class DescribeEndpointConfigCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DescribeEndpointConfigCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-sagemaker/src/commands/DescribeExperimentCommand.ts b/clients/client-sagemaker/src/commands/DescribeExperimentCommand.ts index e3b9b77b4bb0..301b263c90c5 100644 --- a/clients/client-sagemaker/src/commands/DescribeExperimentCommand.ts +++ b/clients/client-sagemaker/src/commands/DescribeExperimentCommand.ts @@ -102,9 +102,6 @@ export class DescribeExperimentCommand extends $Command< DescribeExperimentCommandOutput, SageMakerClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -118,9 +115,7 @@ export class DescribeExperimentCommand extends $Command< * @public */ constructor(readonly input: DescribeExperimentCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -173,7 +168,4 @@ export class DescribeExperimentCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DescribeExperimentCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-sagemaker/src/commands/DescribeFeatureGroupCommand.ts b/clients/client-sagemaker/src/commands/DescribeFeatureGroupCommand.ts index 3555bb16c29b..d425354c2075 100644 --- a/clients/client-sagemaker/src/commands/DescribeFeatureGroupCommand.ts +++ b/clients/client-sagemaker/src/commands/DescribeFeatureGroupCommand.ts @@ -132,9 +132,6 @@ export class DescribeFeatureGroupCommand extends $Command< DescribeFeatureGroupCommandOutput, SageMakerClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -148,9 +145,7 @@ export class DescribeFeatureGroupCommand extends $Command< * @public */ constructor(readonly input: DescribeFeatureGroupCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -203,7 +198,4 @@ export class DescribeFeatureGroupCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DescribeFeatureGroupCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-sagemaker/src/commands/DescribeFeatureMetadataCommand.ts b/clients/client-sagemaker/src/commands/DescribeFeatureMetadataCommand.ts index 0d95f6e9abac..83acd54fe8ff 100644 --- a/clients/client-sagemaker/src/commands/DescribeFeatureMetadataCommand.ts +++ b/clients/client-sagemaker/src/commands/DescribeFeatureMetadataCommand.ts @@ -86,9 +86,6 @@ export class DescribeFeatureMetadataCommand extends $Command< DescribeFeatureMetadataCommandOutput, SageMakerClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -102,9 +99,7 @@ export class DescribeFeatureMetadataCommand extends $Command< * @public */ constructor(readonly input: DescribeFeatureMetadataCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -157,7 +152,4 @@ export class DescribeFeatureMetadataCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DescribeFeatureMetadataCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-sagemaker/src/commands/DescribeFlowDefinitionCommand.ts b/clients/client-sagemaker/src/commands/DescribeFlowDefinitionCommand.ts index 29253053d584..b60d055249e0 100644 --- a/clients/client-sagemaker/src/commands/DescribeFlowDefinitionCommand.ts +++ b/clients/client-sagemaker/src/commands/DescribeFlowDefinitionCommand.ts @@ -109,9 +109,6 @@ export class DescribeFlowDefinitionCommand extends $Command< DescribeFlowDefinitionCommandOutput, SageMakerClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -125,9 +122,7 @@ export class DescribeFlowDefinitionCommand extends $Command< * @public */ constructor(readonly input: DescribeFlowDefinitionCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -180,7 +175,4 @@ export class DescribeFlowDefinitionCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DescribeFlowDefinitionCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-sagemaker/src/commands/DescribeHubCommand.ts b/clients/client-sagemaker/src/commands/DescribeHubCommand.ts index ef195ae0eb2a..00967da35aab 100644 --- a/clients/client-sagemaker/src/commands/DescribeHubCommand.ts +++ b/clients/client-sagemaker/src/commands/DescribeHubCommand.ts @@ -89,9 +89,6 @@ export class DescribeHubCommand extends $Command< DescribeHubCommandOutput, SageMakerClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -105,9 +102,7 @@ export class DescribeHubCommand extends $Command< * @public */ constructor(readonly input: DescribeHubCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -158,7 +153,4 @@ export class DescribeHubCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DescribeHubCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-sagemaker/src/commands/DescribeHubContentCommand.ts b/clients/client-sagemaker/src/commands/DescribeHubContentCommand.ts index 9059e0e8dbce..22f95b19530f 100644 --- a/clients/client-sagemaker/src/commands/DescribeHubContentCommand.ts +++ b/clients/client-sagemaker/src/commands/DescribeHubContentCommand.ts @@ -101,9 +101,6 @@ export class DescribeHubContentCommand extends $Command< DescribeHubContentCommandOutput, SageMakerClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -117,9 +114,7 @@ export class DescribeHubContentCommand extends $Command< * @public */ constructor(readonly input: DescribeHubContentCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -172,7 +167,4 @@ export class DescribeHubContentCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DescribeHubContentCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-sagemaker/src/commands/DescribeHumanTaskUiCommand.ts b/clients/client-sagemaker/src/commands/DescribeHumanTaskUiCommand.ts index 262f6b18da97..73fb2d930ed8 100644 --- a/clients/client-sagemaker/src/commands/DescribeHumanTaskUiCommand.ts +++ b/clients/client-sagemaker/src/commands/DescribeHumanTaskUiCommand.ts @@ -80,9 +80,6 @@ export class DescribeHumanTaskUiCommand extends $Command< DescribeHumanTaskUiCommandOutput, SageMakerClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -96,9 +93,7 @@ export class DescribeHumanTaskUiCommand extends $Command< * @public */ constructor(readonly input: DescribeHumanTaskUiCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -151,7 +146,4 @@ export class DescribeHumanTaskUiCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DescribeHumanTaskUiCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-sagemaker/src/commands/DescribeHyperParameterTuningJobCommand.ts b/clients/client-sagemaker/src/commands/DescribeHyperParameterTuningJobCommand.ts index 497f56f6007a..d6f913867751 100644 --- a/clients/client-sagemaker/src/commands/DescribeHyperParameterTuningJobCommand.ts +++ b/clients/client-sagemaker/src/commands/DescribeHyperParameterTuningJobCommand.ts @@ -505,9 +505,6 @@ export class DescribeHyperParameterTuningJobCommand extends $Command< DescribeHyperParameterTuningJobCommandOutput, SageMakerClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -521,9 +518,7 @@ export class DescribeHyperParameterTuningJobCommand extends $Command< * @public */ constructor(readonly input: DescribeHyperParameterTuningJobCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -582,7 +577,4 @@ export class DescribeHyperParameterTuningJobCommand extends $Command< ): Promise { return de_DescribeHyperParameterTuningJobCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-sagemaker/src/commands/DescribeImageCommand.ts b/clients/client-sagemaker/src/commands/DescribeImageCommand.ts index 6160ceaeaebb..ce9e97c09273 100644 --- a/clients/client-sagemaker/src/commands/DescribeImageCommand.ts +++ b/clients/client-sagemaker/src/commands/DescribeImageCommand.ts @@ -81,9 +81,6 @@ export class DescribeImageCommand extends $Command< DescribeImageCommandOutput, SageMakerClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -97,9 +94,7 @@ export class DescribeImageCommand extends $Command< * @public */ constructor(readonly input: DescribeImageCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -150,7 +145,4 @@ export class DescribeImageCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DescribeImageCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-sagemaker/src/commands/DescribeImageVersionCommand.ts b/clients/client-sagemaker/src/commands/DescribeImageVersionCommand.ts index f887ef707feb..c7bbfa1aa90e 100644 --- a/clients/client-sagemaker/src/commands/DescribeImageVersionCommand.ts +++ b/clients/client-sagemaker/src/commands/DescribeImageVersionCommand.ts @@ -90,9 +90,6 @@ export class DescribeImageVersionCommand extends $Command< DescribeImageVersionCommandOutput, SageMakerClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -106,9 +103,7 @@ export class DescribeImageVersionCommand extends $Command< * @public */ constructor(readonly input: DescribeImageVersionCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -161,7 +156,4 @@ export class DescribeImageVersionCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DescribeImageVersionCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-sagemaker/src/commands/DescribeInferenceExperimentCommand.ts b/clients/client-sagemaker/src/commands/DescribeInferenceExperimentCommand.ts index 984a30ab0033..c7dc17ed0d6e 100644 --- a/clients/client-sagemaker/src/commands/DescribeInferenceExperimentCommand.ts +++ b/clients/client-sagemaker/src/commands/DescribeInferenceExperimentCommand.ts @@ -130,9 +130,6 @@ export class DescribeInferenceExperimentCommand extends $Command< DescribeInferenceExperimentCommandOutput, SageMakerClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -146,9 +143,7 @@ export class DescribeInferenceExperimentCommand extends $Command< * @public */ constructor(readonly input: DescribeInferenceExperimentCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -204,7 +199,4 @@ export class DescribeInferenceExperimentCommand extends $Command< ): Promise { return de_DescribeInferenceExperimentCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-sagemaker/src/commands/DescribeInferenceRecommendationsJobCommand.ts b/clients/client-sagemaker/src/commands/DescribeInferenceRecommendationsJobCommand.ts index d4976d5de92b..f6a80f6aaf86 100644 --- a/clients/client-sagemaker/src/commands/DescribeInferenceRecommendationsJobCommand.ts +++ b/clients/client-sagemaker/src/commands/DescribeInferenceRecommendationsJobCommand.ts @@ -230,9 +230,6 @@ export class DescribeInferenceRecommendationsJobCommand extends $Command< DescribeInferenceRecommendationsJobCommandOutput, SageMakerClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -246,9 +243,7 @@ export class DescribeInferenceRecommendationsJobCommand extends $Command< * @public */ constructor(readonly input: DescribeInferenceRecommendationsJobCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -307,7 +302,4 @@ export class DescribeInferenceRecommendationsJobCommand extends $Command< ): Promise { return de_DescribeInferenceRecommendationsJobCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-sagemaker/src/commands/DescribeLabelingJobCommand.ts b/clients/client-sagemaker/src/commands/DescribeLabelingJobCommand.ts index 93ab7075538c..2886e200e10e 100644 --- a/clients/client-sagemaker/src/commands/DescribeLabelingJobCommand.ts +++ b/clients/client-sagemaker/src/commands/DescribeLabelingJobCommand.ts @@ -165,9 +165,6 @@ export class DescribeLabelingJobCommand extends $Command< DescribeLabelingJobCommandOutput, SageMakerClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -181,9 +178,7 @@ export class DescribeLabelingJobCommand extends $Command< * @public */ constructor(readonly input: DescribeLabelingJobCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -236,7 +231,4 @@ export class DescribeLabelingJobCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DescribeLabelingJobCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-sagemaker/src/commands/DescribeLineageGroupCommand.ts b/clients/client-sagemaker/src/commands/DescribeLineageGroupCommand.ts index 65163a379e0c..bcc092b6f9a8 100644 --- a/clients/client-sagemaker/src/commands/DescribeLineageGroupCommand.ts +++ b/clients/client-sagemaker/src/commands/DescribeLineageGroupCommand.ts @@ -100,9 +100,6 @@ export class DescribeLineageGroupCommand extends $Command< DescribeLineageGroupCommandOutput, SageMakerClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -116,9 +113,7 @@ export class DescribeLineageGroupCommand extends $Command< * @public */ constructor(readonly input: DescribeLineageGroupCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -171,7 +166,4 @@ export class DescribeLineageGroupCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DescribeLineageGroupCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-sagemaker/src/commands/DescribeModelBiasJobDefinitionCommand.ts b/clients/client-sagemaker/src/commands/DescribeModelBiasJobDefinitionCommand.ts index 6da7d9c3f562..62276bd226c5 100644 --- a/clients/client-sagemaker/src/commands/DescribeModelBiasJobDefinitionCommand.ts +++ b/clients/client-sagemaker/src/commands/DescribeModelBiasJobDefinitionCommand.ts @@ -169,9 +169,6 @@ export class DescribeModelBiasJobDefinitionCommand extends $Command< DescribeModelBiasJobDefinitionCommandOutput, SageMakerClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -185,9 +182,7 @@ export class DescribeModelBiasJobDefinitionCommand extends $Command< * @public */ constructor(readonly input: DescribeModelBiasJobDefinitionCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -246,7 +241,4 @@ export class DescribeModelBiasJobDefinitionCommand extends $Command< ): Promise { return de_DescribeModelBiasJobDefinitionCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-sagemaker/src/commands/DescribeModelCardCommand.ts b/clients/client-sagemaker/src/commands/DescribeModelCardCommand.ts index 38c64b2527e2..ec04b27d8a7e 100644 --- a/clients/client-sagemaker/src/commands/DescribeModelCardCommand.ts +++ b/clients/client-sagemaker/src/commands/DescribeModelCardCommand.ts @@ -108,9 +108,6 @@ export class DescribeModelCardCommand extends $Command< DescribeModelCardCommandOutput, SageMakerClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -124,9 +121,7 @@ export class DescribeModelCardCommand extends $Command< * @public */ constructor(readonly input: DescribeModelCardCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -179,7 +174,4 @@ export class DescribeModelCardCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DescribeModelCardCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-sagemaker/src/commands/DescribeModelCardExportJobCommand.ts b/clients/client-sagemaker/src/commands/DescribeModelCardExportJobCommand.ts index 56ac9d1fed01..1c354ba23074 100644 --- a/clients/client-sagemaker/src/commands/DescribeModelCardExportJobCommand.ts +++ b/clients/client-sagemaker/src/commands/DescribeModelCardExportJobCommand.ts @@ -86,9 +86,6 @@ export class DescribeModelCardExportJobCommand extends $Command< DescribeModelCardExportJobCommandOutput, SageMakerClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -102,9 +99,7 @@ export class DescribeModelCardExportJobCommand extends $Command< * @public */ constructor(readonly input: DescribeModelCardExportJobCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -160,7 +155,4 @@ export class DescribeModelCardExportJobCommand extends $Command< ): Promise { return de_DescribeModelCardExportJobCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-sagemaker/src/commands/DescribeModelCommand.ts b/clients/client-sagemaker/src/commands/DescribeModelCommand.ts index baeddfc6a9aa..c29ad83654aa 100644 --- a/clients/client-sagemaker/src/commands/DescribeModelCommand.ts +++ b/clients/client-sagemaker/src/commands/DescribeModelCommand.ts @@ -152,9 +152,6 @@ export class DescribeModelCommand extends $Command< DescribeModelCommandOutput, SageMakerClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -168,9 +165,7 @@ export class DescribeModelCommand extends $Command< * @public */ constructor(readonly input: DescribeModelCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -221,7 +216,4 @@ export class DescribeModelCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DescribeModelCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-sagemaker/src/commands/DescribeModelExplainabilityJobDefinitionCommand.ts b/clients/client-sagemaker/src/commands/DescribeModelExplainabilityJobDefinitionCommand.ts index 6ec762582fb5..5800f282c151 100644 --- a/clients/client-sagemaker/src/commands/DescribeModelExplainabilityJobDefinitionCommand.ts +++ b/clients/client-sagemaker/src/commands/DescribeModelExplainabilityJobDefinitionCommand.ts @@ -170,9 +170,6 @@ export class DescribeModelExplainabilityJobDefinitionCommand extends $Command< DescribeModelExplainabilityJobDefinitionCommandOutput, SageMakerClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -186,9 +183,7 @@ export class DescribeModelExplainabilityJobDefinitionCommand extends $Command< * @public */ constructor(readonly input: DescribeModelExplainabilityJobDefinitionCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -253,7 +248,4 @@ export class DescribeModelExplainabilityJobDefinitionCommand extends $Command< ): Promise { return de_DescribeModelExplainabilityJobDefinitionCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-sagemaker/src/commands/DescribeModelPackageCommand.ts b/clients/client-sagemaker/src/commands/DescribeModelPackageCommand.ts index 513009ccf2e4..3f083875e494 100644 --- a/clients/client-sagemaker/src/commands/DescribeModelPackageCommand.ts +++ b/clients/client-sagemaker/src/commands/DescribeModelPackageCommand.ts @@ -321,9 +321,6 @@ export class DescribeModelPackageCommand extends $Command< DescribeModelPackageCommandOutput, SageMakerClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -337,9 +334,7 @@ export class DescribeModelPackageCommand extends $Command< * @public */ constructor(readonly input: DescribeModelPackageCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -392,7 +387,4 @@ export class DescribeModelPackageCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DescribeModelPackageCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-sagemaker/src/commands/DescribeModelPackageGroupCommand.ts b/clients/client-sagemaker/src/commands/DescribeModelPackageGroupCommand.ts index 4e6670efee75..7af98d286e11 100644 --- a/clients/client-sagemaker/src/commands/DescribeModelPackageGroupCommand.ts +++ b/clients/client-sagemaker/src/commands/DescribeModelPackageGroupCommand.ts @@ -84,9 +84,6 @@ export class DescribeModelPackageGroupCommand extends $Command< DescribeModelPackageGroupCommandOutput, SageMakerClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -100,9 +97,7 @@ export class DescribeModelPackageGroupCommand extends $Command< * @public */ constructor(readonly input: DescribeModelPackageGroupCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -158,7 +153,4 @@ export class DescribeModelPackageGroupCommand extends $Command< ): Promise { return de_DescribeModelPackageGroupCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-sagemaker/src/commands/DescribeModelQualityJobDefinitionCommand.ts b/clients/client-sagemaker/src/commands/DescribeModelQualityJobDefinitionCommand.ts index 647f27f3c582..d64fc7b7da27 100644 --- a/clients/client-sagemaker/src/commands/DescribeModelQualityJobDefinitionCommand.ts +++ b/clients/client-sagemaker/src/commands/DescribeModelQualityJobDefinitionCommand.ts @@ -180,9 +180,6 @@ export class DescribeModelQualityJobDefinitionCommand extends $Command< DescribeModelQualityJobDefinitionCommandOutput, SageMakerClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -196,9 +193,7 @@ export class DescribeModelQualityJobDefinitionCommand extends $Command< * @public */ constructor(readonly input: DescribeModelQualityJobDefinitionCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -257,7 +252,4 @@ export class DescribeModelQualityJobDefinitionCommand extends $Command< ): Promise { return de_DescribeModelQualityJobDefinitionCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-sagemaker/src/commands/DescribeMonitoringScheduleCommand.ts b/clients/client-sagemaker/src/commands/DescribeMonitoringScheduleCommand.ts index 4c9005da0683..ec4a5452b3a7 100644 --- a/clients/client-sagemaker/src/commands/DescribeMonitoringScheduleCommand.ts +++ b/clients/client-sagemaker/src/commands/DescribeMonitoringScheduleCommand.ts @@ -201,9 +201,6 @@ export class DescribeMonitoringScheduleCommand extends $Command< DescribeMonitoringScheduleCommandOutput, SageMakerClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -217,9 +214,7 @@ export class DescribeMonitoringScheduleCommand extends $Command< * @public */ constructor(readonly input: DescribeMonitoringScheduleCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -275,7 +270,4 @@ export class DescribeMonitoringScheduleCommand extends $Command< ): Promise { return de_DescribeMonitoringScheduleCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-sagemaker/src/commands/DescribeNotebookInstanceCommand.ts b/clients/client-sagemaker/src/commands/DescribeNotebookInstanceCommand.ts index 1b1a8acc6208..29de5a80b3e9 100644 --- a/clients/client-sagemaker/src/commands/DescribeNotebookInstanceCommand.ts +++ b/clients/client-sagemaker/src/commands/DescribeNotebookInstanceCommand.ts @@ -99,9 +99,6 @@ export class DescribeNotebookInstanceCommand extends $Command< DescribeNotebookInstanceCommandOutput, SageMakerClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -115,9 +112,7 @@ export class DescribeNotebookInstanceCommand extends $Command< * @public */ constructor(readonly input: DescribeNotebookInstanceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -170,7 +165,4 @@ export class DescribeNotebookInstanceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DescribeNotebookInstanceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-sagemaker/src/commands/DescribeNotebookInstanceLifecycleConfigCommand.ts b/clients/client-sagemaker/src/commands/DescribeNotebookInstanceLifecycleConfigCommand.ts index 869e948e5c12..63c4d33c2377 100644 --- a/clients/client-sagemaker/src/commands/DescribeNotebookInstanceLifecycleConfigCommand.ts +++ b/clients/client-sagemaker/src/commands/DescribeNotebookInstanceLifecycleConfigCommand.ts @@ -94,9 +94,6 @@ export class DescribeNotebookInstanceLifecycleConfigCommand extends $Command< DescribeNotebookInstanceLifecycleConfigCommandOutput, SageMakerClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -110,9 +107,7 @@ export class DescribeNotebookInstanceLifecycleConfigCommand extends $Command< * @public */ constructor(readonly input: DescribeNotebookInstanceLifecycleConfigCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -177,7 +172,4 @@ export class DescribeNotebookInstanceLifecycleConfigCommand extends $Command< ): Promise { return de_DescribeNotebookInstanceLifecycleConfigCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-sagemaker/src/commands/DescribePipelineCommand.ts b/clients/client-sagemaker/src/commands/DescribePipelineCommand.ts index 57daa9e6abea..312cc7029e3a 100644 --- a/clients/client-sagemaker/src/commands/DescribePipelineCommand.ts +++ b/clients/client-sagemaker/src/commands/DescribePipelineCommand.ts @@ -105,9 +105,6 @@ export class DescribePipelineCommand extends $Command< DescribePipelineCommandOutput, SageMakerClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -121,9 +118,7 @@ export class DescribePipelineCommand extends $Command< * @public */ constructor(readonly input: DescribePipelineCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -176,7 +171,4 @@ export class DescribePipelineCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DescribePipelineCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-sagemaker/src/commands/DescribePipelineDefinitionForExecutionCommand.ts b/clients/client-sagemaker/src/commands/DescribePipelineDefinitionForExecutionCommand.ts index 5efe851b7b13..4b90eac239c6 100644 --- a/clients/client-sagemaker/src/commands/DescribePipelineDefinitionForExecutionCommand.ts +++ b/clients/client-sagemaker/src/commands/DescribePipelineDefinitionForExecutionCommand.ts @@ -83,9 +83,6 @@ export class DescribePipelineDefinitionForExecutionCommand extends $Command< DescribePipelineDefinitionForExecutionCommandOutput, SageMakerClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -99,9 +96,7 @@ export class DescribePipelineDefinitionForExecutionCommand extends $Command< * @public */ constructor(readonly input: DescribePipelineDefinitionForExecutionCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -160,7 +155,4 @@ export class DescribePipelineDefinitionForExecutionCommand extends $Command< ): Promise { return de_DescribePipelineDefinitionForExecutionCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-sagemaker/src/commands/DescribePipelineExecutionCommand.ts b/clients/client-sagemaker/src/commands/DescribePipelineExecutionCommand.ts index e01f75685949..b159b84ab780 100644 --- a/clients/client-sagemaker/src/commands/DescribePipelineExecutionCommand.ts +++ b/clients/client-sagemaker/src/commands/DescribePipelineExecutionCommand.ts @@ -115,9 +115,6 @@ export class DescribePipelineExecutionCommand extends $Command< DescribePipelineExecutionCommandOutput, SageMakerClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -131,9 +128,7 @@ export class DescribePipelineExecutionCommand extends $Command< * @public */ constructor(readonly input: DescribePipelineExecutionCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -189,7 +184,4 @@ export class DescribePipelineExecutionCommand extends $Command< ): Promise { return de_DescribePipelineExecutionCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-sagemaker/src/commands/DescribeProcessingJobCommand.ts b/clients/client-sagemaker/src/commands/DescribeProcessingJobCommand.ts index 933818de8ad5..f01490420869 100644 --- a/clients/client-sagemaker/src/commands/DescribeProcessingJobCommand.ts +++ b/clients/client-sagemaker/src/commands/DescribeProcessingJobCommand.ts @@ -183,9 +183,6 @@ export class DescribeProcessingJobCommand extends $Command< DescribeProcessingJobCommandOutput, SageMakerClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -199,9 +196,7 @@ export class DescribeProcessingJobCommand extends $Command< * @public */ constructor(readonly input: DescribeProcessingJobCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -254,7 +249,4 @@ export class DescribeProcessingJobCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DescribeProcessingJobCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-sagemaker/src/commands/DescribeProjectCommand.ts b/clients/client-sagemaker/src/commands/DescribeProjectCommand.ts index 6ced36d1f27e..b197b8801657 100644 --- a/clients/client-sagemaker/src/commands/DescribeProjectCommand.ts +++ b/clients/client-sagemaker/src/commands/DescribeProjectCommand.ts @@ -111,9 +111,6 @@ export class DescribeProjectCommand extends $Command< DescribeProjectCommandOutput, SageMakerClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -127,9 +124,7 @@ export class DescribeProjectCommand extends $Command< * @public */ constructor(readonly input: DescribeProjectCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -182,7 +177,4 @@ export class DescribeProjectCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DescribeProjectCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-sagemaker/src/commands/DescribeSpaceCommand.ts b/clients/client-sagemaker/src/commands/DescribeSpaceCommand.ts index 6842954d5ca7..dcc059fd9b2f 100644 --- a/clients/client-sagemaker/src/commands/DescribeSpaceCommand.ts +++ b/clients/client-sagemaker/src/commands/DescribeSpaceCommand.ts @@ -117,9 +117,6 @@ export class DescribeSpaceCommand extends $Command< DescribeSpaceCommandOutput, SageMakerClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -133,9 +130,7 @@ export class DescribeSpaceCommand extends $Command< * @public */ constructor(readonly input: DescribeSpaceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -186,7 +181,4 @@ export class DescribeSpaceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DescribeSpaceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-sagemaker/src/commands/DescribeStudioLifecycleConfigCommand.ts b/clients/client-sagemaker/src/commands/DescribeStudioLifecycleConfigCommand.ts index 54bd514bde00..92afb1ab19c9 100644 --- a/clients/client-sagemaker/src/commands/DescribeStudioLifecycleConfigCommand.ts +++ b/clients/client-sagemaker/src/commands/DescribeStudioLifecycleConfigCommand.ts @@ -83,9 +83,6 @@ export class DescribeStudioLifecycleConfigCommand extends $Command< DescribeStudioLifecycleConfigCommandOutput, SageMakerClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -99,9 +96,7 @@ export class DescribeStudioLifecycleConfigCommand extends $Command< * @public */ constructor(readonly input: DescribeStudioLifecycleConfigCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -157,7 +152,4 @@ export class DescribeStudioLifecycleConfigCommand extends $Command< ): Promise { return de_DescribeStudioLifecycleConfigCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-sagemaker/src/commands/DescribeSubscribedWorkteamCommand.ts b/clients/client-sagemaker/src/commands/DescribeSubscribedWorkteamCommand.ts index 928786e54f67..3651d84e30f8 100644 --- a/clients/client-sagemaker/src/commands/DescribeSubscribedWorkteamCommand.ts +++ b/clients/client-sagemaker/src/commands/DescribeSubscribedWorkteamCommand.ts @@ -77,9 +77,6 @@ export class DescribeSubscribedWorkteamCommand extends $Command< DescribeSubscribedWorkteamCommandOutput, SageMakerClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -93,9 +90,7 @@ export class DescribeSubscribedWorkteamCommand extends $Command< * @public */ constructor(readonly input: DescribeSubscribedWorkteamCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -151,7 +146,4 @@ export class DescribeSubscribedWorkteamCommand extends $Command< ): Promise { return de_DescribeSubscribedWorkteamCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-sagemaker/src/commands/DescribeTrainingJobCommand.ts b/clients/client-sagemaker/src/commands/DescribeTrainingJobCommand.ts index 986a9eab0a9d..43ed1fdc25ca 100644 --- a/clients/client-sagemaker/src/commands/DescribeTrainingJobCommand.ts +++ b/clients/client-sagemaker/src/commands/DescribeTrainingJobCommand.ts @@ -296,9 +296,6 @@ export class DescribeTrainingJobCommand extends $Command< DescribeTrainingJobCommandOutput, SageMakerClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -312,9 +309,7 @@ export class DescribeTrainingJobCommand extends $Command< * @public */ constructor(readonly input: DescribeTrainingJobCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -367,7 +362,4 @@ export class DescribeTrainingJobCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DescribeTrainingJobCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-sagemaker/src/commands/DescribeTransformJobCommand.ts b/clients/client-sagemaker/src/commands/DescribeTransformJobCommand.ts index 68390c87cce3..62ca98cfa81a 100644 --- a/clients/client-sagemaker/src/commands/DescribeTransformJobCommand.ts +++ b/clients/client-sagemaker/src/commands/DescribeTransformJobCommand.ts @@ -130,9 +130,6 @@ export class DescribeTransformJobCommand extends $Command< DescribeTransformJobCommandOutput, SageMakerClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -146,9 +143,7 @@ export class DescribeTransformJobCommand extends $Command< * @public */ constructor(readonly input: DescribeTransformJobCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -201,7 +196,4 @@ export class DescribeTransformJobCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DescribeTransformJobCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-sagemaker/src/commands/DescribeTrialCommand.ts b/clients/client-sagemaker/src/commands/DescribeTrialCommand.ts index 61176c1870fc..8beb31185688 100644 --- a/clients/client-sagemaker/src/commands/DescribeTrialCommand.ts +++ b/clients/client-sagemaker/src/commands/DescribeTrialCommand.ts @@ -108,9 +108,6 @@ export class DescribeTrialCommand extends $Command< DescribeTrialCommandOutput, SageMakerClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -124,9 +121,7 @@ export class DescribeTrialCommand extends $Command< * @public */ constructor(readonly input: DescribeTrialCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -177,7 +172,4 @@ export class DescribeTrialCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DescribeTrialCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-sagemaker/src/commands/DescribeTrialComponentCommand.ts b/clients/client-sagemaker/src/commands/DescribeTrialComponentCommand.ts index a8ee5f66d5c5..1429bc945fbe 100644 --- a/clients/client-sagemaker/src/commands/DescribeTrialComponentCommand.ts +++ b/clients/client-sagemaker/src/commands/DescribeTrialComponentCommand.ts @@ -151,9 +151,6 @@ export class DescribeTrialComponentCommand extends $Command< DescribeTrialComponentCommandOutput, SageMakerClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -167,9 +164,7 @@ export class DescribeTrialComponentCommand extends $Command< * @public */ constructor(readonly input: DescribeTrialComponentCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -222,7 +217,4 @@ export class DescribeTrialComponentCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DescribeTrialComponentCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-sagemaker/src/commands/DescribeUserProfileCommand.ts b/clients/client-sagemaker/src/commands/DescribeUserProfileCommand.ts index 318eef6590c9..6a5b0c3ec18c 100644 --- a/clients/client-sagemaker/src/commands/DescribeUserProfileCommand.ts +++ b/clients/client-sagemaker/src/commands/DescribeUserProfileCommand.ts @@ -182,9 +182,6 @@ export class DescribeUserProfileCommand extends $Command< DescribeUserProfileCommandOutput, SageMakerClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -198,9 +195,7 @@ export class DescribeUserProfileCommand extends $Command< * @public */ constructor(readonly input: DescribeUserProfileCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -253,7 +248,4 @@ export class DescribeUserProfileCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DescribeUserProfileCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-sagemaker/src/commands/DescribeWorkforceCommand.ts b/clients/client-sagemaker/src/commands/DescribeWorkforceCommand.ts index 912c3a8a47ea..f73e5e98a86d 100644 --- a/clients/client-sagemaker/src/commands/DescribeWorkforceCommand.ts +++ b/clients/client-sagemaker/src/commands/DescribeWorkforceCommand.ts @@ -111,9 +111,6 @@ export class DescribeWorkforceCommand extends $Command< DescribeWorkforceCommandOutput, SageMakerClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -127,9 +124,7 @@ export class DescribeWorkforceCommand extends $Command< * @public */ constructor(readonly input: DescribeWorkforceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -182,7 +177,4 @@ export class DescribeWorkforceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DescribeWorkforceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-sagemaker/src/commands/DescribeWorkteamCommand.ts b/clients/client-sagemaker/src/commands/DescribeWorkteamCommand.ts index 72e35c335464..9b0989242305 100644 --- a/clients/client-sagemaker/src/commands/DescribeWorkteamCommand.ts +++ b/clients/client-sagemaker/src/commands/DescribeWorkteamCommand.ts @@ -100,9 +100,6 @@ export class DescribeWorkteamCommand extends $Command< DescribeWorkteamCommandOutput, SageMakerClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -116,9 +113,7 @@ export class DescribeWorkteamCommand extends $Command< * @public */ constructor(readonly input: DescribeWorkteamCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -171,7 +166,4 @@ export class DescribeWorkteamCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DescribeWorkteamCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-sagemaker/src/commands/DisableSagemakerServicecatalogPortfolioCommand.ts b/clients/client-sagemaker/src/commands/DisableSagemakerServicecatalogPortfolioCommand.ts index 2f391d712d67..30567db5f0a7 100644 --- a/clients/client-sagemaker/src/commands/DisableSagemakerServicecatalogPortfolioCommand.ts +++ b/clients/client-sagemaker/src/commands/DisableSagemakerServicecatalogPortfolioCommand.ts @@ -76,9 +76,6 @@ export class DisableSagemakerServicecatalogPortfolioCommand extends $Command< DisableSagemakerServicecatalogPortfolioCommandOutput, SageMakerClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -92,9 +89,7 @@ export class DisableSagemakerServicecatalogPortfolioCommand extends $Command< * @public */ constructor(readonly input: DisableSagemakerServicecatalogPortfolioCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -159,7 +154,4 @@ export class DisableSagemakerServicecatalogPortfolioCommand extends $Command< ): Promise { return de_DisableSagemakerServicecatalogPortfolioCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-sagemaker/src/commands/DisassociateTrialComponentCommand.ts b/clients/client-sagemaker/src/commands/DisassociateTrialComponentCommand.ts index 224eb010f7db..7efe68b4f5cc 100644 --- a/clients/client-sagemaker/src/commands/DisassociateTrialComponentCommand.ts +++ b/clients/client-sagemaker/src/commands/DisassociateTrialComponentCommand.ts @@ -80,9 +80,6 @@ export class DisassociateTrialComponentCommand extends $Command< DisassociateTrialComponentCommandOutput, SageMakerClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -96,9 +93,7 @@ export class DisassociateTrialComponentCommand extends $Command< * @public */ constructor(readonly input: DisassociateTrialComponentCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -154,7 +149,4 @@ export class DisassociateTrialComponentCommand extends $Command< ): Promise { return de_DisassociateTrialComponentCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-sagemaker/src/commands/EnableSagemakerServicecatalogPortfolioCommand.ts b/clients/client-sagemaker/src/commands/EnableSagemakerServicecatalogPortfolioCommand.ts index 8052c7fe7db2..8904d7a4f2c8 100644 --- a/clients/client-sagemaker/src/commands/EnableSagemakerServicecatalogPortfolioCommand.ts +++ b/clients/client-sagemaker/src/commands/EnableSagemakerServicecatalogPortfolioCommand.ts @@ -76,9 +76,6 @@ export class EnableSagemakerServicecatalogPortfolioCommand extends $Command< EnableSagemakerServicecatalogPortfolioCommandOutput, SageMakerClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -92,9 +89,7 @@ export class EnableSagemakerServicecatalogPortfolioCommand extends $Command< * @public */ constructor(readonly input: EnableSagemakerServicecatalogPortfolioCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -153,7 +148,4 @@ export class EnableSagemakerServicecatalogPortfolioCommand extends $Command< ): Promise { return de_EnableSagemakerServicecatalogPortfolioCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-sagemaker/src/commands/GetDeviceFleetReportCommand.ts b/clients/client-sagemaker/src/commands/GetDeviceFleetReportCommand.ts index e1730a73a3a1..fa8b5606bde5 100644 --- a/clients/client-sagemaker/src/commands/GetDeviceFleetReportCommand.ts +++ b/clients/client-sagemaker/src/commands/GetDeviceFleetReportCommand.ts @@ -99,9 +99,6 @@ export class GetDeviceFleetReportCommand extends $Command< GetDeviceFleetReportCommandOutput, SageMakerClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -115,9 +112,7 @@ export class GetDeviceFleetReportCommand extends $Command< * @public */ constructor(readonly input: GetDeviceFleetReportCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -170,7 +165,4 @@ export class GetDeviceFleetReportCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetDeviceFleetReportCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-sagemaker/src/commands/GetLineageGroupPolicyCommand.ts b/clients/client-sagemaker/src/commands/GetLineageGroupPolicyCommand.ts index 62029deefaac..e01b3b328786 100644 --- a/clients/client-sagemaker/src/commands/GetLineageGroupPolicyCommand.ts +++ b/clients/client-sagemaker/src/commands/GetLineageGroupPolicyCommand.ts @@ -74,9 +74,6 @@ export class GetLineageGroupPolicyCommand extends $Command< GetLineageGroupPolicyCommandOutput, SageMakerClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -90,9 +87,7 @@ export class GetLineageGroupPolicyCommand extends $Command< * @public */ constructor(readonly input: GetLineageGroupPolicyCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -145,7 +140,4 @@ export class GetLineageGroupPolicyCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetLineageGroupPolicyCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-sagemaker/src/commands/GetModelPackageGroupPolicyCommand.ts b/clients/client-sagemaker/src/commands/GetModelPackageGroupPolicyCommand.ts index bd042155036f..cd0848ee9b60 100644 --- a/clients/client-sagemaker/src/commands/GetModelPackageGroupPolicyCommand.ts +++ b/clients/client-sagemaker/src/commands/GetModelPackageGroupPolicyCommand.ts @@ -73,9 +73,6 @@ export class GetModelPackageGroupPolicyCommand extends $Command< GetModelPackageGroupPolicyCommandOutput, SageMakerClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -89,9 +86,7 @@ export class GetModelPackageGroupPolicyCommand extends $Command< * @public */ constructor(readonly input: GetModelPackageGroupPolicyCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -147,7 +142,4 @@ export class GetModelPackageGroupPolicyCommand extends $Command< ): Promise { return de_GetModelPackageGroupPolicyCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-sagemaker/src/commands/GetSagemakerServicecatalogPortfolioStatusCommand.ts b/clients/client-sagemaker/src/commands/GetSagemakerServicecatalogPortfolioStatusCommand.ts index 23864d89f792..11587d5ce64f 100644 --- a/clients/client-sagemaker/src/commands/GetSagemakerServicecatalogPortfolioStatusCommand.ts +++ b/clients/client-sagemaker/src/commands/GetSagemakerServicecatalogPortfolioStatusCommand.ts @@ -78,9 +78,6 @@ export class GetSagemakerServicecatalogPortfolioStatusCommand extends $Command< GetSagemakerServicecatalogPortfolioStatusCommandOutput, SageMakerClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -94,9 +91,7 @@ export class GetSagemakerServicecatalogPortfolioStatusCommand extends $Command< * @public */ constructor(readonly input: GetSagemakerServicecatalogPortfolioStatusCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -161,7 +156,4 @@ export class GetSagemakerServicecatalogPortfolioStatusCommand extends $Command< ): Promise { return de_GetSagemakerServicecatalogPortfolioStatusCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-sagemaker/src/commands/GetScalingConfigurationRecommendationCommand.ts b/clients/client-sagemaker/src/commands/GetScalingConfigurationRecommendationCommand.ts index 2dc0ffa1494c..06a51a965495 100644 --- a/clients/client-sagemaker/src/commands/GetScalingConfigurationRecommendationCommand.ts +++ b/clients/client-sagemaker/src/commands/GetScalingConfigurationRecommendationCommand.ts @@ -124,9 +124,6 @@ export class GetScalingConfigurationRecommendationCommand extends $Command< GetScalingConfigurationRecommendationCommandOutput, SageMakerClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -140,9 +137,7 @@ export class GetScalingConfigurationRecommendationCommand extends $Command< * @public */ constructor(readonly input: GetScalingConfigurationRecommendationCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -201,7 +196,4 @@ export class GetScalingConfigurationRecommendationCommand extends $Command< ): Promise { return de_GetScalingConfigurationRecommendationCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-sagemaker/src/commands/GetSearchSuggestionsCommand.ts b/clients/client-sagemaker/src/commands/GetSearchSuggestionsCommand.ts index be115451c704..91b686232f6d 100644 --- a/clients/client-sagemaker/src/commands/GetSearchSuggestionsCommand.ts +++ b/clients/client-sagemaker/src/commands/GetSearchSuggestionsCommand.ts @@ -82,9 +82,6 @@ export class GetSearchSuggestionsCommand extends $Command< GetSearchSuggestionsCommandOutput, SageMakerClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -98,9 +95,7 @@ export class GetSearchSuggestionsCommand extends $Command< * @public */ constructor(readonly input: GetSearchSuggestionsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -153,7 +148,4 @@ export class GetSearchSuggestionsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetSearchSuggestionsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-sagemaker/src/commands/ImportHubContentCommand.ts b/clients/client-sagemaker/src/commands/ImportHubContentCommand.ts index e39b18766a73..96cfd99cc5cc 100644 --- a/clients/client-sagemaker/src/commands/ImportHubContentCommand.ts +++ b/clients/client-sagemaker/src/commands/ImportHubContentCommand.ts @@ -101,9 +101,6 @@ export class ImportHubContentCommand extends $Command< ImportHubContentCommandOutput, SageMakerClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -117,9 +114,7 @@ export class ImportHubContentCommand extends $Command< * @public */ constructor(readonly input: ImportHubContentCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -172,7 +167,4 @@ export class ImportHubContentCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ImportHubContentCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-sagemaker/src/commands/ListActionsCommand.ts b/clients/client-sagemaker/src/commands/ListActionsCommand.ts index a453bf7c2147..16c48238e547 100644 --- a/clients/client-sagemaker/src/commands/ListActionsCommand.ts +++ b/clients/client-sagemaker/src/commands/ListActionsCommand.ts @@ -95,9 +95,6 @@ export class ListActionsCommand extends $Command< ListActionsCommandOutput, SageMakerClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -111,9 +108,7 @@ export class ListActionsCommand extends $Command< * @public */ constructor(readonly input: ListActionsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -164,7 +159,4 @@ export class ListActionsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListActionsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-sagemaker/src/commands/ListAlgorithmsCommand.ts b/clients/client-sagemaker/src/commands/ListAlgorithmsCommand.ts index 2524acfa6aa7..1d0c09b7fed9 100644 --- a/clients/client-sagemaker/src/commands/ListAlgorithmsCommand.ts +++ b/clients/client-sagemaker/src/commands/ListAlgorithmsCommand.ts @@ -85,9 +85,6 @@ export class ListAlgorithmsCommand extends $Command< ListAlgorithmsCommandOutput, SageMakerClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -101,9 +98,7 @@ export class ListAlgorithmsCommand extends $Command< * @public */ constructor(readonly input: ListAlgorithmsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -156,7 +151,4 @@ export class ListAlgorithmsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListAlgorithmsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-sagemaker/src/commands/ListAliasesCommand.ts b/clients/client-sagemaker/src/commands/ListAliasesCommand.ts index 5942c88fccb5..ff33f24bcb08 100644 --- a/clients/client-sagemaker/src/commands/ListAliasesCommand.ts +++ b/clients/client-sagemaker/src/commands/ListAliasesCommand.ts @@ -80,9 +80,6 @@ export class ListAliasesCommand extends $Command< ListAliasesCommandOutput, SageMakerClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -96,9 +93,7 @@ export class ListAliasesCommand extends $Command< * @public */ constructor(readonly input: ListAliasesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -149,7 +144,4 @@ export class ListAliasesCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListAliasesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-sagemaker/src/commands/ListAppImageConfigsCommand.ts b/clients/client-sagemaker/src/commands/ListAppImageConfigsCommand.ts index 85bfe7b891f2..29f5ebc30237 100644 --- a/clients/client-sagemaker/src/commands/ListAppImageConfigsCommand.ts +++ b/clients/client-sagemaker/src/commands/ListAppImageConfigsCommand.ts @@ -101,9 +101,6 @@ export class ListAppImageConfigsCommand extends $Command< ListAppImageConfigsCommandOutput, SageMakerClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -117,9 +114,7 @@ export class ListAppImageConfigsCommand extends $Command< * @public */ constructor(readonly input: ListAppImageConfigsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -172,7 +167,4 @@ export class ListAppImageConfigsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListAppImageConfigsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-sagemaker/src/commands/ListAppsCommand.ts b/clients/client-sagemaker/src/commands/ListAppsCommand.ts index ea6ec4399c0b..59a71f6492b9 100644 --- a/clients/client-sagemaker/src/commands/ListAppsCommand.ts +++ b/clients/client-sagemaker/src/commands/ListAppsCommand.ts @@ -87,9 +87,6 @@ export class ListAppsCommand extends $Command< ListAppsCommandOutput, SageMakerClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -103,9 +100,7 @@ export class ListAppsCommand extends $Command< * @public */ constructor(readonly input: ListAppsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -156,7 +151,4 @@ export class ListAppsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListAppsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-sagemaker/src/commands/ListArtifactsCommand.ts b/clients/client-sagemaker/src/commands/ListArtifactsCommand.ts index f369fab97086..151e62d1cbcc 100644 --- a/clients/client-sagemaker/src/commands/ListArtifactsCommand.ts +++ b/clients/client-sagemaker/src/commands/ListArtifactsCommand.ts @@ -98,9 +98,6 @@ export class ListArtifactsCommand extends $Command< ListArtifactsCommandOutput, SageMakerClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -114,9 +111,7 @@ export class ListArtifactsCommand extends $Command< * @public */ constructor(readonly input: ListArtifactsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -167,7 +162,4 @@ export class ListArtifactsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListArtifactsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-sagemaker/src/commands/ListAssociationsCommand.ts b/clients/client-sagemaker/src/commands/ListAssociationsCommand.ts index 4522c283f5bb..af42e0c14b64 100644 --- a/clients/client-sagemaker/src/commands/ListAssociationsCommand.ts +++ b/clients/client-sagemaker/src/commands/ListAssociationsCommand.ts @@ -105,9 +105,6 @@ export class ListAssociationsCommand extends $Command< ListAssociationsCommandOutput, SageMakerClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -121,9 +118,7 @@ export class ListAssociationsCommand extends $Command< * @public */ constructor(readonly input: ListAssociationsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -176,7 +171,4 @@ export class ListAssociationsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListAssociationsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-sagemaker/src/commands/ListAutoMLJobsCommand.ts b/clients/client-sagemaker/src/commands/ListAutoMLJobsCommand.ts index fe4dde657ab8..3d5f9b92cecd 100644 --- a/clients/client-sagemaker/src/commands/ListAutoMLJobsCommand.ts +++ b/clients/client-sagemaker/src/commands/ListAutoMLJobsCommand.ts @@ -96,9 +96,6 @@ export class ListAutoMLJobsCommand extends $Command< ListAutoMLJobsCommandOutput, SageMakerClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -112,9 +109,7 @@ export class ListAutoMLJobsCommand extends $Command< * @public */ constructor(readonly input: ListAutoMLJobsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -167,7 +162,4 @@ export class ListAutoMLJobsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListAutoMLJobsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-sagemaker/src/commands/ListCandidatesForAutoMLJobCommand.ts b/clients/client-sagemaker/src/commands/ListCandidatesForAutoMLJobCommand.ts index 4b1711816eac..f52b41a0b3b8 100644 --- a/clients/client-sagemaker/src/commands/ListCandidatesForAutoMLJobCommand.ts +++ b/clients/client-sagemaker/src/commands/ListCandidatesForAutoMLJobCommand.ts @@ -138,9 +138,6 @@ export class ListCandidatesForAutoMLJobCommand extends $Command< ListCandidatesForAutoMLJobCommandOutput, SageMakerClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -154,9 +151,7 @@ export class ListCandidatesForAutoMLJobCommand extends $Command< * @public */ constructor(readonly input: ListCandidatesForAutoMLJobCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -212,7 +207,4 @@ export class ListCandidatesForAutoMLJobCommand extends $Command< ): Promise { return de_ListCandidatesForAutoMLJobCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-sagemaker/src/commands/ListCodeRepositoriesCommand.ts b/clients/client-sagemaker/src/commands/ListCodeRepositoriesCommand.ts index dd018898b0ce..a704bfb45b0d 100644 --- a/clients/client-sagemaker/src/commands/ListCodeRepositoriesCommand.ts +++ b/clients/client-sagemaker/src/commands/ListCodeRepositoriesCommand.ts @@ -91,9 +91,6 @@ export class ListCodeRepositoriesCommand extends $Command< ListCodeRepositoriesCommandOutput, SageMakerClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -107,9 +104,7 @@ export class ListCodeRepositoriesCommand extends $Command< * @public */ constructor(readonly input: ListCodeRepositoriesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -162,7 +157,4 @@ export class ListCodeRepositoriesCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListCodeRepositoriesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-sagemaker/src/commands/ListCompilationJobsCommand.ts b/clients/client-sagemaker/src/commands/ListCompilationJobsCommand.ts index 12e37891444b..41b0bdccc6b6 100644 --- a/clients/client-sagemaker/src/commands/ListCompilationJobsCommand.ts +++ b/clients/client-sagemaker/src/commands/ListCompilationJobsCommand.ts @@ -96,9 +96,6 @@ export class ListCompilationJobsCommand extends $Command< ListCompilationJobsCommandOutput, SageMakerClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -112,9 +109,7 @@ export class ListCompilationJobsCommand extends $Command< * @public */ constructor(readonly input: ListCompilationJobsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -167,7 +162,4 @@ export class ListCompilationJobsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListCompilationJobsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-sagemaker/src/commands/ListContextsCommand.ts b/clients/client-sagemaker/src/commands/ListContextsCommand.ts index 3a034ab7f9a7..fdae9e39a163 100644 --- a/clients/client-sagemaker/src/commands/ListContextsCommand.ts +++ b/clients/client-sagemaker/src/commands/ListContextsCommand.ts @@ -94,9 +94,6 @@ export class ListContextsCommand extends $Command< ListContextsCommandOutput, SageMakerClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -110,9 +107,7 @@ export class ListContextsCommand extends $Command< * @public */ constructor(readonly input: ListContextsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -163,7 +158,4 @@ export class ListContextsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListContextsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-sagemaker/src/commands/ListDataQualityJobDefinitionsCommand.ts b/clients/client-sagemaker/src/commands/ListDataQualityJobDefinitionsCommand.ts index d8998fbd2f42..bf18eeaec6ec 100644 --- a/clients/client-sagemaker/src/commands/ListDataQualityJobDefinitionsCommand.ts +++ b/clients/client-sagemaker/src/commands/ListDataQualityJobDefinitionsCommand.ts @@ -90,9 +90,6 @@ export class ListDataQualityJobDefinitionsCommand extends $Command< ListDataQualityJobDefinitionsCommandOutput, SageMakerClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -106,9 +103,7 @@ export class ListDataQualityJobDefinitionsCommand extends $Command< * @public */ constructor(readonly input: ListDataQualityJobDefinitionsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -164,7 +159,4 @@ export class ListDataQualityJobDefinitionsCommand extends $Command< ): Promise { return de_ListDataQualityJobDefinitionsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-sagemaker/src/commands/ListDeviceFleetsCommand.ts b/clients/client-sagemaker/src/commands/ListDeviceFleetsCommand.ts index 2124e757cf36..5cf4eb501655 100644 --- a/clients/client-sagemaker/src/commands/ListDeviceFleetsCommand.ts +++ b/clients/client-sagemaker/src/commands/ListDeviceFleetsCommand.ts @@ -86,9 +86,6 @@ export class ListDeviceFleetsCommand extends $Command< ListDeviceFleetsCommandOutput, SageMakerClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -102,9 +99,7 @@ export class ListDeviceFleetsCommand extends $Command< * @public */ constructor(readonly input: ListDeviceFleetsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -157,7 +152,4 @@ export class ListDeviceFleetsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListDeviceFleetsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-sagemaker/src/commands/ListDevicesCommand.ts b/clients/client-sagemaker/src/commands/ListDevicesCommand.ts index b4919e1e24e3..4261c6d4cdef 100644 --- a/clients/client-sagemaker/src/commands/ListDevicesCommand.ts +++ b/clients/client-sagemaker/src/commands/ListDevicesCommand.ts @@ -92,9 +92,6 @@ export class ListDevicesCommand extends $Command< ListDevicesCommandOutput, SageMakerClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -108,9 +105,7 @@ export class ListDevicesCommand extends $Command< * @public */ constructor(readonly input: ListDevicesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -161,7 +156,4 @@ export class ListDevicesCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListDevicesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-sagemaker/src/commands/ListDomainsCommand.ts b/clients/client-sagemaker/src/commands/ListDomainsCommand.ts index 0d7460f3d9e9..d4d922c396b6 100644 --- a/clients/client-sagemaker/src/commands/ListDomainsCommand.ts +++ b/clients/client-sagemaker/src/commands/ListDomainsCommand.ts @@ -82,9 +82,6 @@ export class ListDomainsCommand extends $Command< ListDomainsCommandOutput, SageMakerClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -98,9 +95,7 @@ export class ListDomainsCommand extends $Command< * @public */ constructor(readonly input: ListDomainsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -151,7 +146,4 @@ export class ListDomainsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListDomainsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-sagemaker/src/commands/ListEdgeDeploymentPlansCommand.ts b/clients/client-sagemaker/src/commands/ListEdgeDeploymentPlansCommand.ts index 484166fd978e..ee7f1cbc55fc 100644 --- a/clients/client-sagemaker/src/commands/ListEdgeDeploymentPlansCommand.ts +++ b/clients/client-sagemaker/src/commands/ListEdgeDeploymentPlansCommand.ts @@ -91,9 +91,6 @@ export class ListEdgeDeploymentPlansCommand extends $Command< ListEdgeDeploymentPlansCommandOutput, SageMakerClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -107,9 +104,7 @@ export class ListEdgeDeploymentPlansCommand extends $Command< * @public */ constructor(readonly input: ListEdgeDeploymentPlansCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -162,7 +157,4 @@ export class ListEdgeDeploymentPlansCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListEdgeDeploymentPlansCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-sagemaker/src/commands/ListEdgePackagingJobsCommand.ts b/clients/client-sagemaker/src/commands/ListEdgePackagingJobsCommand.ts index ecf3854328e3..26e9a78abb1d 100644 --- a/clients/client-sagemaker/src/commands/ListEdgePackagingJobsCommand.ts +++ b/clients/client-sagemaker/src/commands/ListEdgePackagingJobsCommand.ts @@ -92,9 +92,6 @@ export class ListEdgePackagingJobsCommand extends $Command< ListEdgePackagingJobsCommandOutput, SageMakerClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -108,9 +105,7 @@ export class ListEdgePackagingJobsCommand extends $Command< * @public */ constructor(readonly input: ListEdgePackagingJobsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -163,7 +158,4 @@ export class ListEdgePackagingJobsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListEdgePackagingJobsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-sagemaker/src/commands/ListEndpointConfigsCommand.ts b/clients/client-sagemaker/src/commands/ListEndpointConfigsCommand.ts index 15734eb28325..d39cc9a98f42 100644 --- a/clients/client-sagemaker/src/commands/ListEndpointConfigsCommand.ts +++ b/clients/client-sagemaker/src/commands/ListEndpointConfigsCommand.ts @@ -83,9 +83,6 @@ export class ListEndpointConfigsCommand extends $Command< ListEndpointConfigsCommandOutput, SageMakerClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -99,9 +96,7 @@ export class ListEndpointConfigsCommand extends $Command< * @public */ constructor(readonly input: ListEndpointConfigsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -154,7 +149,4 @@ export class ListEndpointConfigsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListEndpointConfigsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-sagemaker/src/commands/ListEndpointsCommand.ts b/clients/client-sagemaker/src/commands/ListEndpointsCommand.ts index d850d486e198..5ebef2e4bc13 100644 --- a/clients/client-sagemaker/src/commands/ListEndpointsCommand.ts +++ b/clients/client-sagemaker/src/commands/ListEndpointsCommand.ts @@ -88,9 +88,6 @@ export class ListEndpointsCommand extends $Command< ListEndpointsCommandOutput, SageMakerClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -104,9 +101,7 @@ export class ListEndpointsCommand extends $Command< * @public */ constructor(readonly input: ListEndpointsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -157,7 +152,4 @@ export class ListEndpointsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListEndpointsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-sagemaker/src/commands/ListExperimentsCommand.ts b/clients/client-sagemaker/src/commands/ListExperimentsCommand.ts index a59ae4b6cedf..08ba570f8a25 100644 --- a/clients/client-sagemaker/src/commands/ListExperimentsCommand.ts +++ b/clients/client-sagemaker/src/commands/ListExperimentsCommand.ts @@ -90,9 +90,6 @@ export class ListExperimentsCommand extends $Command< ListExperimentsCommandOutput, SageMakerClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -106,9 +103,7 @@ export class ListExperimentsCommand extends $Command< * @public */ constructor(readonly input: ListExperimentsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -161,7 +156,4 @@ export class ListExperimentsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListExperimentsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-sagemaker/src/commands/ListFeatureGroupsCommand.ts b/clients/client-sagemaker/src/commands/ListFeatureGroupsCommand.ts index f3b9bc95bf17..92b35ec1be19 100644 --- a/clients/client-sagemaker/src/commands/ListFeatureGroupsCommand.ts +++ b/clients/client-sagemaker/src/commands/ListFeatureGroupsCommand.ts @@ -90,9 +90,6 @@ export class ListFeatureGroupsCommand extends $Command< ListFeatureGroupsCommandOutput, SageMakerClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -106,9 +103,7 @@ export class ListFeatureGroupsCommand extends $Command< * @public */ constructor(readonly input: ListFeatureGroupsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -161,7 +156,4 @@ export class ListFeatureGroupsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListFeatureGroupsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-sagemaker/src/commands/ListFlowDefinitionsCommand.ts b/clients/client-sagemaker/src/commands/ListFlowDefinitionsCommand.ts index caa7c0ae825d..64fe4e77c849 100644 --- a/clients/client-sagemaker/src/commands/ListFlowDefinitionsCommand.ts +++ b/clients/client-sagemaker/src/commands/ListFlowDefinitionsCommand.ts @@ -83,9 +83,6 @@ export class ListFlowDefinitionsCommand extends $Command< ListFlowDefinitionsCommandOutput, SageMakerClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -99,9 +96,7 @@ export class ListFlowDefinitionsCommand extends $Command< * @public */ constructor(readonly input: ListFlowDefinitionsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -154,7 +149,4 @@ export class ListFlowDefinitionsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListFlowDefinitionsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-sagemaker/src/commands/ListHubContentVersionsCommand.ts b/clients/client-sagemaker/src/commands/ListHubContentVersionsCommand.ts index 6de23a3d0c23..eb59d7175843 100644 --- a/clients/client-sagemaker/src/commands/ListHubContentVersionsCommand.ts +++ b/clients/client-sagemaker/src/commands/ListHubContentVersionsCommand.ts @@ -102,9 +102,6 @@ export class ListHubContentVersionsCommand extends $Command< ListHubContentVersionsCommandOutput, SageMakerClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -118,9 +115,7 @@ export class ListHubContentVersionsCommand extends $Command< * @public */ constructor(readonly input: ListHubContentVersionsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -173,7 +168,4 @@ export class ListHubContentVersionsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListHubContentVersionsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-sagemaker/src/commands/ListHubContentsCommand.ts b/clients/client-sagemaker/src/commands/ListHubContentsCommand.ts index 668aa5521877..b4080b02ba61 100644 --- a/clients/client-sagemaker/src/commands/ListHubContentsCommand.ts +++ b/clients/client-sagemaker/src/commands/ListHubContentsCommand.ts @@ -101,9 +101,6 @@ export class ListHubContentsCommand extends $Command< ListHubContentsCommandOutput, SageMakerClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -117,9 +114,7 @@ export class ListHubContentsCommand extends $Command< * @public */ constructor(readonly input: ListHubContentsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -172,7 +167,4 @@ export class ListHubContentsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListHubContentsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-sagemaker/src/commands/ListHubsCommand.ts b/clients/client-sagemaker/src/commands/ListHubsCommand.ts index c77cc1590fa6..d7932cc67bf4 100644 --- a/clients/client-sagemaker/src/commands/ListHubsCommand.ts +++ b/clients/client-sagemaker/src/commands/ListHubsCommand.ts @@ -95,9 +95,6 @@ export class ListHubsCommand extends $Command< ListHubsCommandOutput, SageMakerClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -111,9 +108,7 @@ export class ListHubsCommand extends $Command< * @public */ constructor(readonly input: ListHubsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -164,7 +159,4 @@ export class ListHubsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListHubsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-sagemaker/src/commands/ListHumanTaskUisCommand.ts b/clients/client-sagemaker/src/commands/ListHumanTaskUisCommand.ts index 7842aa6aa176..1b868a44f4a2 100644 --- a/clients/client-sagemaker/src/commands/ListHumanTaskUisCommand.ts +++ b/clients/client-sagemaker/src/commands/ListHumanTaskUisCommand.ts @@ -81,9 +81,6 @@ export class ListHumanTaskUisCommand extends $Command< ListHumanTaskUisCommandOutput, SageMakerClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -97,9 +94,7 @@ export class ListHumanTaskUisCommand extends $Command< * @public */ constructor(readonly input: ListHumanTaskUisCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -152,7 +147,4 @@ export class ListHumanTaskUisCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListHumanTaskUisCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-sagemaker/src/commands/ListHyperParameterTuningJobsCommand.ts b/clients/client-sagemaker/src/commands/ListHyperParameterTuningJobsCommand.ts index edd11c0d1472..2be951333c90 100644 --- a/clients/client-sagemaker/src/commands/ListHyperParameterTuningJobsCommand.ts +++ b/clients/client-sagemaker/src/commands/ListHyperParameterTuningJobsCommand.ts @@ -114,9 +114,6 @@ export class ListHyperParameterTuningJobsCommand extends $Command< ListHyperParameterTuningJobsCommandOutput, SageMakerClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -130,9 +127,7 @@ export class ListHyperParameterTuningJobsCommand extends $Command< * @public */ constructor(readonly input: ListHyperParameterTuningJobsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -188,7 +183,4 @@ export class ListHyperParameterTuningJobsCommand extends $Command< ): Promise { return de_ListHyperParameterTuningJobsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-sagemaker/src/commands/ListImageVersionsCommand.ts b/clients/client-sagemaker/src/commands/ListImageVersionsCommand.ts index 50c4160f0e1b..5a0124b64522 100644 --- a/clients/client-sagemaker/src/commands/ListImageVersionsCommand.ts +++ b/clients/client-sagemaker/src/commands/ListImageVersionsCommand.ts @@ -93,9 +93,6 @@ export class ListImageVersionsCommand extends $Command< ListImageVersionsCommandOutput, SageMakerClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -109,9 +106,7 @@ export class ListImageVersionsCommand extends $Command< * @public */ constructor(readonly input: ListImageVersionsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -164,7 +159,4 @@ export class ListImageVersionsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListImageVersionsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-sagemaker/src/commands/ListImagesCommand.ts b/clients/client-sagemaker/src/commands/ListImagesCommand.ts index 589df2f97945..57ef19a35a65 100644 --- a/clients/client-sagemaker/src/commands/ListImagesCommand.ts +++ b/clients/client-sagemaker/src/commands/ListImagesCommand.ts @@ -91,9 +91,6 @@ export class ListImagesCommand extends $Command< ListImagesCommandOutput, SageMakerClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -107,9 +104,7 @@ export class ListImagesCommand extends $Command< * @public */ constructor(readonly input: ListImagesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -160,7 +155,4 @@ export class ListImagesCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListImagesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-sagemaker/src/commands/ListInferenceExperimentsCommand.ts b/clients/client-sagemaker/src/commands/ListInferenceExperimentsCommand.ts index a3a297244978..3488a545601b 100644 --- a/clients/client-sagemaker/src/commands/ListInferenceExperimentsCommand.ts +++ b/clients/client-sagemaker/src/commands/ListInferenceExperimentsCommand.ts @@ -97,9 +97,6 @@ export class ListInferenceExperimentsCommand extends $Command< ListInferenceExperimentsCommandOutput, SageMakerClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -113,9 +110,7 @@ export class ListInferenceExperimentsCommand extends $Command< * @public */ constructor(readonly input: ListInferenceExperimentsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -168,7 +163,4 @@ export class ListInferenceExperimentsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListInferenceExperimentsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-sagemaker/src/commands/ListInferenceRecommendationsJobStepsCommand.ts b/clients/client-sagemaker/src/commands/ListInferenceRecommendationsJobStepsCommand.ts index b16ec070dc08..991372e8dc41 100644 --- a/clients/client-sagemaker/src/commands/ListInferenceRecommendationsJobStepsCommand.ts +++ b/clients/client-sagemaker/src/commands/ListInferenceRecommendationsJobStepsCommand.ts @@ -133,9 +133,6 @@ export class ListInferenceRecommendationsJobStepsCommand extends $Command< ListInferenceRecommendationsJobStepsCommandOutput, SageMakerClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -149,9 +146,7 @@ export class ListInferenceRecommendationsJobStepsCommand extends $Command< * @public */ constructor(readonly input: ListInferenceRecommendationsJobStepsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -210,7 +205,4 @@ export class ListInferenceRecommendationsJobStepsCommand extends $Command< ): Promise { return de_ListInferenceRecommendationsJobStepsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-sagemaker/src/commands/ListInferenceRecommendationsJobsCommand.ts b/clients/client-sagemaker/src/commands/ListInferenceRecommendationsJobsCommand.ts index c2159f34e919..6fd3452b9fbf 100644 --- a/clients/client-sagemaker/src/commands/ListInferenceRecommendationsJobsCommand.ts +++ b/clients/client-sagemaker/src/commands/ListInferenceRecommendationsJobsCommand.ts @@ -103,9 +103,6 @@ export class ListInferenceRecommendationsJobsCommand extends $Command< ListInferenceRecommendationsJobsCommandOutput, SageMakerClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -119,9 +116,7 @@ export class ListInferenceRecommendationsJobsCommand extends $Command< * @public */ constructor(readonly input: ListInferenceRecommendationsJobsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -180,7 +175,4 @@ export class ListInferenceRecommendationsJobsCommand extends $Command< ): Promise { return de_ListInferenceRecommendationsJobsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-sagemaker/src/commands/ListLabelingJobsCommand.ts b/clients/client-sagemaker/src/commands/ListLabelingJobsCommand.ts index 4da4d427f244..f062a477f8c1 100644 --- a/clients/client-sagemaker/src/commands/ListLabelingJobsCommand.ts +++ b/clients/client-sagemaker/src/commands/ListLabelingJobsCommand.ts @@ -118,9 +118,6 @@ export class ListLabelingJobsCommand extends $Command< ListLabelingJobsCommandOutput, SageMakerClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -134,9 +131,7 @@ export class ListLabelingJobsCommand extends $Command< * @public */ constructor(readonly input: ListLabelingJobsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -189,7 +184,4 @@ export class ListLabelingJobsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListLabelingJobsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-sagemaker/src/commands/ListLabelingJobsForWorkteamCommand.ts b/clients/client-sagemaker/src/commands/ListLabelingJobsForWorkteamCommand.ts index 4846634d425a..44d30e972fbe 100644 --- a/clients/client-sagemaker/src/commands/ListLabelingJobsForWorkteamCommand.ts +++ b/clients/client-sagemaker/src/commands/ListLabelingJobsForWorkteamCommand.ts @@ -96,9 +96,6 @@ export class ListLabelingJobsForWorkteamCommand extends $Command< ListLabelingJobsForWorkteamCommandOutput, SageMakerClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -112,9 +109,7 @@ export class ListLabelingJobsForWorkteamCommand extends $Command< * @public */ constructor(readonly input: ListLabelingJobsForWorkteamCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -170,7 +165,4 @@ export class ListLabelingJobsForWorkteamCommand extends $Command< ): Promise { return de_ListLabelingJobsForWorkteamCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-sagemaker/src/commands/ListLineageGroupsCommand.ts b/clients/client-sagemaker/src/commands/ListLineageGroupsCommand.ts index 312da4ab6ea0..5242506057a7 100644 --- a/clients/client-sagemaker/src/commands/ListLineageGroupsCommand.ts +++ b/clients/client-sagemaker/src/commands/ListLineageGroupsCommand.ts @@ -86,9 +86,6 @@ export class ListLineageGroupsCommand extends $Command< ListLineageGroupsCommandOutput, SageMakerClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -102,9 +99,7 @@ export class ListLineageGroupsCommand extends $Command< * @public */ constructor(readonly input: ListLineageGroupsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -157,7 +152,4 @@ export class ListLineageGroupsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListLineageGroupsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-sagemaker/src/commands/ListModelBiasJobDefinitionsCommand.ts b/clients/client-sagemaker/src/commands/ListModelBiasJobDefinitionsCommand.ts index c9f5ec6d1318..c68159d371ca 100644 --- a/clients/client-sagemaker/src/commands/ListModelBiasJobDefinitionsCommand.ts +++ b/clients/client-sagemaker/src/commands/ListModelBiasJobDefinitionsCommand.ts @@ -87,9 +87,6 @@ export class ListModelBiasJobDefinitionsCommand extends $Command< ListModelBiasJobDefinitionsCommandOutput, SageMakerClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -103,9 +100,7 @@ export class ListModelBiasJobDefinitionsCommand extends $Command< * @public */ constructor(readonly input: ListModelBiasJobDefinitionsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -161,7 +156,4 @@ export class ListModelBiasJobDefinitionsCommand extends $Command< ): Promise { return de_ListModelBiasJobDefinitionsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-sagemaker/src/commands/ListModelCardExportJobsCommand.ts b/clients/client-sagemaker/src/commands/ListModelCardExportJobsCommand.ts index 8c4a875f84ee..94b621d697d8 100644 --- a/clients/client-sagemaker/src/commands/ListModelCardExportJobsCommand.ts +++ b/clients/client-sagemaker/src/commands/ListModelCardExportJobsCommand.ts @@ -90,9 +90,6 @@ export class ListModelCardExportJobsCommand extends $Command< ListModelCardExportJobsCommandOutput, SageMakerClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -106,9 +103,7 @@ export class ListModelCardExportJobsCommand extends $Command< * @public */ constructor(readonly input: ListModelCardExportJobsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -161,7 +156,4 @@ export class ListModelCardExportJobsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListModelCardExportJobsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-sagemaker/src/commands/ListModelCardVersionsCommand.ts b/clients/client-sagemaker/src/commands/ListModelCardVersionsCommand.ts index d3568d71e9a7..9d6d62142fcf 100644 --- a/clients/client-sagemaker/src/commands/ListModelCardVersionsCommand.ts +++ b/clients/client-sagemaker/src/commands/ListModelCardVersionsCommand.ts @@ -90,9 +90,6 @@ export class ListModelCardVersionsCommand extends $Command< ListModelCardVersionsCommandOutput, SageMakerClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -106,9 +103,7 @@ export class ListModelCardVersionsCommand extends $Command< * @public */ constructor(readonly input: ListModelCardVersionsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -161,7 +156,4 @@ export class ListModelCardVersionsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListModelCardVersionsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-sagemaker/src/commands/ListModelCardsCommand.ts b/clients/client-sagemaker/src/commands/ListModelCardsCommand.ts index 69ebe726db41..3b7fdf9b85bb 100644 --- a/clients/client-sagemaker/src/commands/ListModelCardsCommand.ts +++ b/clients/client-sagemaker/src/commands/ListModelCardsCommand.ts @@ -86,9 +86,6 @@ export class ListModelCardsCommand extends $Command< ListModelCardsCommandOutput, SageMakerClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -102,9 +99,7 @@ export class ListModelCardsCommand extends $Command< * @public */ constructor(readonly input: ListModelCardsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -157,7 +152,4 @@ export class ListModelCardsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListModelCardsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-sagemaker/src/commands/ListModelExplainabilityJobDefinitionsCommand.ts b/clients/client-sagemaker/src/commands/ListModelExplainabilityJobDefinitionsCommand.ts index 090ca31d5b3e..a985dc32e7c4 100644 --- a/clients/client-sagemaker/src/commands/ListModelExplainabilityJobDefinitionsCommand.ts +++ b/clients/client-sagemaker/src/commands/ListModelExplainabilityJobDefinitionsCommand.ts @@ -94,9 +94,6 @@ export class ListModelExplainabilityJobDefinitionsCommand extends $Command< ListModelExplainabilityJobDefinitionsCommandOutput, SageMakerClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -110,9 +107,7 @@ export class ListModelExplainabilityJobDefinitionsCommand extends $Command< * @public */ constructor(readonly input: ListModelExplainabilityJobDefinitionsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -171,7 +166,4 @@ export class ListModelExplainabilityJobDefinitionsCommand extends $Command< ): Promise { return de_ListModelExplainabilityJobDefinitionsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-sagemaker/src/commands/ListModelMetadataCommand.ts b/clients/client-sagemaker/src/commands/ListModelMetadataCommand.ts index e92206090278..70c97a987573 100644 --- a/clients/client-sagemaker/src/commands/ListModelMetadataCommand.ts +++ b/clients/client-sagemaker/src/commands/ListModelMetadataCommand.ts @@ -89,9 +89,6 @@ export class ListModelMetadataCommand extends $Command< ListModelMetadataCommandOutput, SageMakerClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -105,9 +102,7 @@ export class ListModelMetadataCommand extends $Command< * @public */ constructor(readonly input: ListModelMetadataCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -160,7 +155,4 @@ export class ListModelMetadataCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListModelMetadataCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-sagemaker/src/commands/ListModelPackageGroupsCommand.ts b/clients/client-sagemaker/src/commands/ListModelPackageGroupsCommand.ts index 46bd321d24f4..05f610ce2884 100644 --- a/clients/client-sagemaker/src/commands/ListModelPackageGroupsCommand.ts +++ b/clients/client-sagemaker/src/commands/ListModelPackageGroupsCommand.ts @@ -85,9 +85,6 @@ export class ListModelPackageGroupsCommand extends $Command< ListModelPackageGroupsCommandOutput, SageMakerClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -101,9 +98,7 @@ export class ListModelPackageGroupsCommand extends $Command< * @public */ constructor(readonly input: ListModelPackageGroupsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -156,7 +151,4 @@ export class ListModelPackageGroupsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListModelPackageGroupsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-sagemaker/src/commands/ListModelPackagesCommand.ts b/clients/client-sagemaker/src/commands/ListModelPackagesCommand.ts index e0e86a118bcf..78fc177a3196 100644 --- a/clients/client-sagemaker/src/commands/ListModelPackagesCommand.ts +++ b/clients/client-sagemaker/src/commands/ListModelPackagesCommand.ts @@ -91,9 +91,6 @@ export class ListModelPackagesCommand extends $Command< ListModelPackagesCommandOutput, SageMakerClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -107,9 +104,7 @@ export class ListModelPackagesCommand extends $Command< * @public */ constructor(readonly input: ListModelPackagesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -162,7 +157,4 @@ export class ListModelPackagesCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListModelPackagesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-sagemaker/src/commands/ListModelQualityJobDefinitionsCommand.ts b/clients/client-sagemaker/src/commands/ListModelQualityJobDefinitionsCommand.ts index a4ad62a87577..75e3f3198d78 100644 --- a/clients/client-sagemaker/src/commands/ListModelQualityJobDefinitionsCommand.ts +++ b/clients/client-sagemaker/src/commands/ListModelQualityJobDefinitionsCommand.ts @@ -90,9 +90,6 @@ export class ListModelQualityJobDefinitionsCommand extends $Command< ListModelQualityJobDefinitionsCommandOutput, SageMakerClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -106,9 +103,7 @@ export class ListModelQualityJobDefinitionsCommand extends $Command< * @public */ constructor(readonly input: ListModelQualityJobDefinitionsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -167,7 +162,4 @@ export class ListModelQualityJobDefinitionsCommand extends $Command< ): Promise { return de_ListModelQualityJobDefinitionsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-sagemaker/src/commands/ListModelsCommand.ts b/clients/client-sagemaker/src/commands/ListModelsCommand.ts index d86814ae72ea..31242ccc02d8 100644 --- a/clients/client-sagemaker/src/commands/ListModelsCommand.ts +++ b/clients/client-sagemaker/src/commands/ListModelsCommand.ts @@ -83,9 +83,6 @@ export class ListModelsCommand extends $Command< ListModelsCommandOutput, SageMakerClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -99,9 +96,7 @@ export class ListModelsCommand extends $Command< * @public */ constructor(readonly input: ListModelsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -152,7 +147,4 @@ export class ListModelsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListModelsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-sagemaker/src/commands/ListMonitoringAlertHistoryCommand.ts b/clients/client-sagemaker/src/commands/ListMonitoringAlertHistoryCommand.ts index 1694ca398718..556d0359d6fd 100644 --- a/clients/client-sagemaker/src/commands/ListMonitoringAlertHistoryCommand.ts +++ b/clients/client-sagemaker/src/commands/ListMonitoringAlertHistoryCommand.ts @@ -89,9 +89,6 @@ export class ListMonitoringAlertHistoryCommand extends $Command< ListMonitoringAlertHistoryCommandOutput, SageMakerClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -105,9 +102,7 @@ export class ListMonitoringAlertHistoryCommand extends $Command< * @public */ constructor(readonly input: ListMonitoringAlertHistoryCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -163,7 +158,4 @@ export class ListMonitoringAlertHistoryCommand extends $Command< ): Promise { return de_ListMonitoringAlertHistoryCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-sagemaker/src/commands/ListMonitoringAlertsCommand.ts b/clients/client-sagemaker/src/commands/ListMonitoringAlertsCommand.ts index 1edf181ad7b8..a37442b99b4d 100644 --- a/clients/client-sagemaker/src/commands/ListMonitoringAlertsCommand.ts +++ b/clients/client-sagemaker/src/commands/ListMonitoringAlertsCommand.ts @@ -90,9 +90,6 @@ export class ListMonitoringAlertsCommand extends $Command< ListMonitoringAlertsCommandOutput, SageMakerClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -106,9 +103,7 @@ export class ListMonitoringAlertsCommand extends $Command< * @public */ constructor(readonly input: ListMonitoringAlertsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -161,7 +156,4 @@ export class ListMonitoringAlertsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListMonitoringAlertsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-sagemaker/src/commands/ListMonitoringExecutionsCommand.ts b/clients/client-sagemaker/src/commands/ListMonitoringExecutionsCommand.ts index 1ec350ca80ce..283f243b195f 100644 --- a/clients/client-sagemaker/src/commands/ListMonitoringExecutionsCommand.ts +++ b/clients/client-sagemaker/src/commands/ListMonitoringExecutionsCommand.ts @@ -98,9 +98,6 @@ export class ListMonitoringExecutionsCommand extends $Command< ListMonitoringExecutionsCommandOutput, SageMakerClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -114,9 +111,7 @@ export class ListMonitoringExecutionsCommand extends $Command< * @public */ constructor(readonly input: ListMonitoringExecutionsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -169,7 +164,4 @@ export class ListMonitoringExecutionsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListMonitoringExecutionsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-sagemaker/src/commands/ListMonitoringSchedulesCommand.ts b/clients/client-sagemaker/src/commands/ListMonitoringSchedulesCommand.ts index 6012add06f81..707ab1c0ff5f 100644 --- a/clients/client-sagemaker/src/commands/ListMonitoringSchedulesCommand.ts +++ b/clients/client-sagemaker/src/commands/ListMonitoringSchedulesCommand.ts @@ -94,9 +94,6 @@ export class ListMonitoringSchedulesCommand extends $Command< ListMonitoringSchedulesCommandOutput, SageMakerClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -110,9 +107,7 @@ export class ListMonitoringSchedulesCommand extends $Command< * @public */ constructor(readonly input: ListMonitoringSchedulesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -165,7 +160,4 @@ export class ListMonitoringSchedulesCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListMonitoringSchedulesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-sagemaker/src/commands/ListNotebookInstanceLifecycleConfigsCommand.ts b/clients/client-sagemaker/src/commands/ListNotebookInstanceLifecycleConfigsCommand.ts index fee59b95849e..440f90002d20 100644 --- a/clients/client-sagemaker/src/commands/ListNotebookInstanceLifecycleConfigsCommand.ts +++ b/clients/client-sagemaker/src/commands/ListNotebookInstanceLifecycleConfigsCommand.ts @@ -94,9 +94,6 @@ export class ListNotebookInstanceLifecycleConfigsCommand extends $Command< ListNotebookInstanceLifecycleConfigsCommandOutput, SageMakerClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -110,9 +107,7 @@ export class ListNotebookInstanceLifecycleConfigsCommand extends $Command< * @public */ constructor(readonly input: ListNotebookInstanceLifecycleConfigsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -171,7 +166,4 @@ export class ListNotebookInstanceLifecycleConfigsCommand extends $Command< ): Promise { return de_ListNotebookInstanceLifecycleConfigsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-sagemaker/src/commands/ListNotebookInstancesCommand.ts b/clients/client-sagemaker/src/commands/ListNotebookInstancesCommand.ts index 8c7bac40e100..4846d0b7fbab 100644 --- a/clients/client-sagemaker/src/commands/ListNotebookInstancesCommand.ts +++ b/clients/client-sagemaker/src/commands/ListNotebookInstancesCommand.ts @@ -99,9 +99,6 @@ export class ListNotebookInstancesCommand extends $Command< ListNotebookInstancesCommandOutput, SageMakerClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -115,9 +112,7 @@ export class ListNotebookInstancesCommand extends $Command< * @public */ constructor(readonly input: ListNotebookInstancesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -170,7 +165,4 @@ export class ListNotebookInstancesCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListNotebookInstancesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-sagemaker/src/commands/ListPipelineExecutionStepsCommand.ts b/clients/client-sagemaker/src/commands/ListPipelineExecutionStepsCommand.ts index 8a0475ede5c8..5dbbe08bfcb1 100644 --- a/clients/client-sagemaker/src/commands/ListPipelineExecutionStepsCommand.ts +++ b/clients/client-sagemaker/src/commands/ListPipelineExecutionStepsCommand.ts @@ -170,9 +170,6 @@ export class ListPipelineExecutionStepsCommand extends $Command< ListPipelineExecutionStepsCommandOutput, SageMakerClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -186,9 +183,7 @@ export class ListPipelineExecutionStepsCommand extends $Command< * @public */ constructor(readonly input: ListPipelineExecutionStepsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -244,7 +239,4 @@ export class ListPipelineExecutionStepsCommand extends $Command< ): Promise { return de_ListPipelineExecutionStepsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-sagemaker/src/commands/ListPipelineExecutionsCommand.ts b/clients/client-sagemaker/src/commands/ListPipelineExecutionsCommand.ts index 6e2fc2304eb9..6d40ca20aee8 100644 --- a/clients/client-sagemaker/src/commands/ListPipelineExecutionsCommand.ts +++ b/clients/client-sagemaker/src/commands/ListPipelineExecutionsCommand.ts @@ -89,9 +89,6 @@ export class ListPipelineExecutionsCommand extends $Command< ListPipelineExecutionsCommandOutput, SageMakerClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -105,9 +102,7 @@ export class ListPipelineExecutionsCommand extends $Command< * @public */ constructor(readonly input: ListPipelineExecutionsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -160,7 +155,4 @@ export class ListPipelineExecutionsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListPipelineExecutionsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-sagemaker/src/commands/ListPipelineParametersForExecutionCommand.ts b/clients/client-sagemaker/src/commands/ListPipelineParametersForExecutionCommand.ts index 606c111f3cf0..a96f0dc64874 100644 --- a/clients/client-sagemaker/src/commands/ListPipelineParametersForExecutionCommand.ts +++ b/clients/client-sagemaker/src/commands/ListPipelineParametersForExecutionCommand.ts @@ -89,9 +89,6 @@ export class ListPipelineParametersForExecutionCommand extends $Command< ListPipelineParametersForExecutionCommandOutput, SageMakerClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -105,9 +102,7 @@ export class ListPipelineParametersForExecutionCommand extends $Command< * @public */ constructor(readonly input: ListPipelineParametersForExecutionCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -166,7 +161,4 @@ export class ListPipelineParametersForExecutionCommand extends $Command< ): Promise { return de_ListPipelineParametersForExecutionCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-sagemaker/src/commands/ListPipelinesCommand.ts b/clients/client-sagemaker/src/commands/ListPipelinesCommand.ts index 4ba8cf2cf106..feb8cd153c08 100644 --- a/clients/client-sagemaker/src/commands/ListPipelinesCommand.ts +++ b/clients/client-sagemaker/src/commands/ListPipelinesCommand.ts @@ -88,9 +88,6 @@ export class ListPipelinesCommand extends $Command< ListPipelinesCommandOutput, SageMakerClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -104,9 +101,7 @@ export class ListPipelinesCommand extends $Command< * @public */ constructor(readonly input: ListPipelinesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -157,7 +152,4 @@ export class ListPipelinesCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListPipelinesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-sagemaker/src/commands/ListProcessingJobsCommand.ts b/clients/client-sagemaker/src/commands/ListProcessingJobsCommand.ts index 071d7f1ac356..052248bae4ef 100644 --- a/clients/client-sagemaker/src/commands/ListProcessingJobsCommand.ts +++ b/clients/client-sagemaker/src/commands/ListProcessingJobsCommand.ts @@ -91,9 +91,6 @@ export class ListProcessingJobsCommand extends $Command< ListProcessingJobsCommandOutput, SageMakerClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -107,9 +104,7 @@ export class ListProcessingJobsCommand extends $Command< * @public */ constructor(readonly input: ListProcessingJobsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -162,7 +157,4 @@ export class ListProcessingJobsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListProcessingJobsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-sagemaker/src/commands/ListProjectsCommand.ts b/clients/client-sagemaker/src/commands/ListProjectsCommand.ts index 8c60f73abfca..bb5483f1c456 100644 --- a/clients/client-sagemaker/src/commands/ListProjectsCommand.ts +++ b/clients/client-sagemaker/src/commands/ListProjectsCommand.ts @@ -86,9 +86,6 @@ export class ListProjectsCommand extends $Command< ListProjectsCommandOutput, SageMakerClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -102,9 +99,7 @@ export class ListProjectsCommand extends $Command< * @public */ constructor(readonly input: ListProjectsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -155,7 +150,4 @@ export class ListProjectsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListProjectsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-sagemaker/src/commands/ListResourceCatalogsCommand.ts b/clients/client-sagemaker/src/commands/ListResourceCatalogsCommand.ts index 0cb22d253cbd..1f5434e205ce 100644 --- a/clients/client-sagemaker/src/commands/ListResourceCatalogsCommand.ts +++ b/clients/client-sagemaker/src/commands/ListResourceCatalogsCommand.ts @@ -85,9 +85,6 @@ export class ListResourceCatalogsCommand extends $Command< ListResourceCatalogsCommandOutput, SageMakerClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -101,9 +98,7 @@ export class ListResourceCatalogsCommand extends $Command< * @public */ constructor(readonly input: ListResourceCatalogsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -156,7 +151,4 @@ export class ListResourceCatalogsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListResourceCatalogsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-sagemaker/src/commands/ListSpacesCommand.ts b/clients/client-sagemaker/src/commands/ListSpacesCommand.ts index de2d7ce4c79f..d847e56c2224 100644 --- a/clients/client-sagemaker/src/commands/ListSpacesCommand.ts +++ b/clients/client-sagemaker/src/commands/ListSpacesCommand.ts @@ -84,9 +84,6 @@ export class ListSpacesCommand extends $Command< ListSpacesCommandOutput, SageMakerClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -100,9 +97,7 @@ export class ListSpacesCommand extends $Command< * @public */ constructor(readonly input: ListSpacesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -153,7 +148,4 @@ export class ListSpacesCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListSpacesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-sagemaker/src/commands/ListStageDevicesCommand.ts b/clients/client-sagemaker/src/commands/ListStageDevicesCommand.ts index 6077f0b2b9ba..e7b30ab66ea8 100644 --- a/clients/client-sagemaker/src/commands/ListStageDevicesCommand.ts +++ b/clients/client-sagemaker/src/commands/ListStageDevicesCommand.ts @@ -90,9 +90,6 @@ export class ListStageDevicesCommand extends $Command< ListStageDevicesCommandOutput, SageMakerClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -106,9 +103,7 @@ export class ListStageDevicesCommand extends $Command< * @public */ constructor(readonly input: ListStageDevicesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -161,7 +156,4 @@ export class ListStageDevicesCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListStageDevicesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-sagemaker/src/commands/ListStudioLifecycleConfigsCommand.ts b/clients/client-sagemaker/src/commands/ListStudioLifecycleConfigsCommand.ts index e2deffe53bbe..5728df05d507 100644 --- a/clients/client-sagemaker/src/commands/ListStudioLifecycleConfigsCommand.ts +++ b/clients/client-sagemaker/src/commands/ListStudioLifecycleConfigsCommand.ts @@ -91,9 +91,6 @@ export class ListStudioLifecycleConfigsCommand extends $Command< ListStudioLifecycleConfigsCommandOutput, SageMakerClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -107,9 +104,7 @@ export class ListStudioLifecycleConfigsCommand extends $Command< * @public */ constructor(readonly input: ListStudioLifecycleConfigsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -165,7 +160,4 @@ export class ListStudioLifecycleConfigsCommand extends $Command< ): Promise { return de_ListStudioLifecycleConfigsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-sagemaker/src/commands/ListSubscribedWorkteamsCommand.ts b/clients/client-sagemaker/src/commands/ListSubscribedWorkteamsCommand.ts index 308c84c3b81e..64d477dc0933 100644 --- a/clients/client-sagemaker/src/commands/ListSubscribedWorkteamsCommand.ts +++ b/clients/client-sagemaker/src/commands/ListSubscribedWorkteamsCommand.ts @@ -83,9 +83,6 @@ export class ListSubscribedWorkteamsCommand extends $Command< ListSubscribedWorkteamsCommandOutput, SageMakerClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -99,9 +96,7 @@ export class ListSubscribedWorkteamsCommand extends $Command< * @public */ constructor(readonly input: ListSubscribedWorkteamsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -154,7 +149,4 @@ export class ListSubscribedWorkteamsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListSubscribedWorkteamsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-sagemaker/src/commands/ListTagsCommand.ts b/clients/client-sagemaker/src/commands/ListTagsCommand.ts index f263bc85ee9f..9555123d74e6 100644 --- a/clients/client-sagemaker/src/commands/ListTagsCommand.ts +++ b/clients/client-sagemaker/src/commands/ListTagsCommand.ts @@ -78,9 +78,6 @@ export class ListTagsCommand extends $Command< ListTagsCommandOutput, SageMakerClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -94,9 +91,7 @@ export class ListTagsCommand extends $Command< * @public */ constructor(readonly input: ListTagsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -147,7 +142,4 @@ export class ListTagsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListTagsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-sagemaker/src/commands/ListTrainingJobsCommand.ts b/clients/client-sagemaker/src/commands/ListTrainingJobsCommand.ts index b4f7d2b5db98..693421541d50 100644 --- a/clients/client-sagemaker/src/commands/ListTrainingJobsCommand.ts +++ b/clients/client-sagemaker/src/commands/ListTrainingJobsCommand.ts @@ -116,9 +116,6 @@ export class ListTrainingJobsCommand extends $Command< ListTrainingJobsCommandOutput, SageMakerClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -132,9 +129,7 @@ export class ListTrainingJobsCommand extends $Command< * @public */ constructor(readonly input: ListTrainingJobsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -187,7 +182,4 @@ export class ListTrainingJobsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListTrainingJobsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-sagemaker/src/commands/ListTrainingJobsForHyperParameterTuningJobCommand.ts b/clients/client-sagemaker/src/commands/ListTrainingJobsForHyperParameterTuningJobCommand.ts index c576897758e1..eef381744245 100644 --- a/clients/client-sagemaker/src/commands/ListTrainingJobsForHyperParameterTuningJobCommand.ts +++ b/clients/client-sagemaker/src/commands/ListTrainingJobsForHyperParameterTuningJobCommand.ts @@ -110,9 +110,6 @@ export class ListTrainingJobsForHyperParameterTuningJobCommand extends $Command< ListTrainingJobsForHyperParameterTuningJobCommandOutput, SageMakerClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -126,9 +123,7 @@ export class ListTrainingJobsForHyperParameterTuningJobCommand extends $Command< * @public */ constructor(readonly input: ListTrainingJobsForHyperParameterTuningJobCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -193,7 +188,4 @@ export class ListTrainingJobsForHyperParameterTuningJobCommand extends $Command< ): Promise { return de_ListTrainingJobsForHyperParameterTuningJobCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-sagemaker/src/commands/ListTransformJobsCommand.ts b/clients/client-sagemaker/src/commands/ListTransformJobsCommand.ts index 8ca2b5ec4982..15468c631767 100644 --- a/clients/client-sagemaker/src/commands/ListTransformJobsCommand.ts +++ b/clients/client-sagemaker/src/commands/ListTransformJobsCommand.ts @@ -90,9 +90,6 @@ export class ListTransformJobsCommand extends $Command< ListTransformJobsCommandOutput, SageMakerClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -106,9 +103,7 @@ export class ListTransformJobsCommand extends $Command< * @public */ constructor(readonly input: ListTransformJobsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -161,7 +156,4 @@ export class ListTransformJobsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListTransformJobsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-sagemaker/src/commands/ListTrialComponentsCommand.ts b/clients/client-sagemaker/src/commands/ListTrialComponentsCommand.ts index 88956a74a433..5b293bdfb7f2 100644 --- a/clients/client-sagemaker/src/commands/ListTrialComponentsCommand.ts +++ b/clients/client-sagemaker/src/commands/ListTrialComponentsCommand.ts @@ -139,9 +139,6 @@ export class ListTrialComponentsCommand extends $Command< ListTrialComponentsCommandOutput, SageMakerClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -155,9 +152,7 @@ export class ListTrialComponentsCommand extends $Command< * @public */ constructor(readonly input: ListTrialComponentsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -210,7 +205,4 @@ export class ListTrialComponentsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListTrialComponentsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-sagemaker/src/commands/ListTrialsCommand.ts b/clients/client-sagemaker/src/commands/ListTrialsCommand.ts index ac713fd3de6a..c1d9f9afeb81 100644 --- a/clients/client-sagemaker/src/commands/ListTrialsCommand.ts +++ b/clients/client-sagemaker/src/commands/ListTrialsCommand.ts @@ -97,9 +97,6 @@ export class ListTrialsCommand extends $Command< ListTrialsCommandOutput, SageMakerClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -113,9 +110,7 @@ export class ListTrialsCommand extends $Command< * @public */ constructor(readonly input: ListTrialsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -166,7 +161,4 @@ export class ListTrialsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListTrialsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-sagemaker/src/commands/ListUserProfilesCommand.ts b/clients/client-sagemaker/src/commands/ListUserProfilesCommand.ts index 7bfbb5390b1f..8b51148ae790 100644 --- a/clients/client-sagemaker/src/commands/ListUserProfilesCommand.ts +++ b/clients/client-sagemaker/src/commands/ListUserProfilesCommand.ts @@ -84,9 +84,6 @@ export class ListUserProfilesCommand extends $Command< ListUserProfilesCommandOutput, SageMakerClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -100,9 +97,7 @@ export class ListUserProfilesCommand extends $Command< * @public */ constructor(readonly input: ListUserProfilesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -155,7 +150,4 @@ export class ListUserProfilesCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListUserProfilesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-sagemaker/src/commands/ListWorkforcesCommand.ts b/clients/client-sagemaker/src/commands/ListWorkforcesCommand.ts index 3b90c94bdea9..9a7a33a5cd54 100644 --- a/clients/client-sagemaker/src/commands/ListWorkforcesCommand.ts +++ b/clients/client-sagemaker/src/commands/ListWorkforcesCommand.ts @@ -114,9 +114,6 @@ export class ListWorkforcesCommand extends $Command< ListWorkforcesCommandOutput, SageMakerClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -130,9 +127,7 @@ export class ListWorkforcesCommand extends $Command< * @public */ constructor(readonly input: ListWorkforcesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -185,7 +180,4 @@ export class ListWorkforcesCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListWorkforcesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-sagemaker/src/commands/ListWorkteamsCommand.ts b/clients/client-sagemaker/src/commands/ListWorkteamsCommand.ts index f256e94dfcd6..0375ac9ddef9 100644 --- a/clients/client-sagemaker/src/commands/ListWorkteamsCommand.ts +++ b/clients/client-sagemaker/src/commands/ListWorkteamsCommand.ts @@ -107,9 +107,6 @@ export class ListWorkteamsCommand extends $Command< ListWorkteamsCommandOutput, SageMakerClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -123,9 +120,7 @@ export class ListWorkteamsCommand extends $Command< * @public */ constructor(readonly input: ListWorkteamsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -176,7 +171,4 @@ export class ListWorkteamsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListWorkteamsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-sagemaker/src/commands/PutModelPackageGroupPolicyCommand.ts b/clients/client-sagemaker/src/commands/PutModelPackageGroupPolicyCommand.ts index 35c9072c5c73..1592080aae83 100644 --- a/clients/client-sagemaker/src/commands/PutModelPackageGroupPolicyCommand.ts +++ b/clients/client-sagemaker/src/commands/PutModelPackageGroupPolicyCommand.ts @@ -73,9 +73,6 @@ export class PutModelPackageGroupPolicyCommand extends $Command< PutModelPackageGroupPolicyCommandOutput, SageMakerClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -89,9 +86,7 @@ export class PutModelPackageGroupPolicyCommand extends $Command< * @public */ constructor(readonly input: PutModelPackageGroupPolicyCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -147,7 +142,4 @@ export class PutModelPackageGroupPolicyCommand extends $Command< ): Promise { return de_PutModelPackageGroupPolicyCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-sagemaker/src/commands/QueryLineageCommand.ts b/clients/client-sagemaker/src/commands/QueryLineageCommand.ts index fa05d2b72b5e..609738a6864d 100644 --- a/clients/client-sagemaker/src/commands/QueryLineageCommand.ts +++ b/clients/client-sagemaker/src/commands/QueryLineageCommand.ts @@ -111,9 +111,6 @@ export class QueryLineageCommand extends $Command< QueryLineageCommandOutput, SageMakerClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -127,9 +124,7 @@ export class QueryLineageCommand extends $Command< * @public */ constructor(readonly input: QueryLineageCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -180,7 +175,4 @@ export class QueryLineageCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_QueryLineageCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-sagemaker/src/commands/RegisterDevicesCommand.ts b/clients/client-sagemaker/src/commands/RegisterDevicesCommand.ts index e6deabf402cc..f21e151c906a 100644 --- a/clients/client-sagemaker/src/commands/RegisterDevicesCommand.ts +++ b/clients/client-sagemaker/src/commands/RegisterDevicesCommand.ts @@ -85,9 +85,6 @@ export class RegisterDevicesCommand extends $Command< RegisterDevicesCommandOutput, SageMakerClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -101,9 +98,7 @@ export class RegisterDevicesCommand extends $Command< * @public */ constructor(readonly input: RegisterDevicesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -156,7 +151,4 @@ export class RegisterDevicesCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_RegisterDevicesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-sagemaker/src/commands/RenderUiTemplateCommand.ts b/clients/client-sagemaker/src/commands/RenderUiTemplateCommand.ts index 7a70ff7fcc72..1470e851b0fd 100644 --- a/clients/client-sagemaker/src/commands/RenderUiTemplateCommand.ts +++ b/clients/client-sagemaker/src/commands/RenderUiTemplateCommand.ts @@ -86,9 +86,6 @@ export class RenderUiTemplateCommand extends $Command< RenderUiTemplateCommandOutput, SageMakerClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -102,9 +99,7 @@ export class RenderUiTemplateCommand extends $Command< * @public */ constructor(readonly input: RenderUiTemplateCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -157,7 +152,4 @@ export class RenderUiTemplateCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_RenderUiTemplateCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-sagemaker/src/commands/RetryPipelineExecutionCommand.ts b/clients/client-sagemaker/src/commands/RetryPipelineExecutionCommand.ts index 87c7e92f64b8..1330fb1ae27f 100644 --- a/clients/client-sagemaker/src/commands/RetryPipelineExecutionCommand.ts +++ b/clients/client-sagemaker/src/commands/RetryPipelineExecutionCommand.ts @@ -85,9 +85,6 @@ export class RetryPipelineExecutionCommand extends $Command< RetryPipelineExecutionCommandOutput, SageMakerClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -101,9 +98,7 @@ export class RetryPipelineExecutionCommand extends $Command< * @public */ constructor(readonly input: RetryPipelineExecutionCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -156,7 +151,4 @@ export class RetryPipelineExecutionCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_RetryPipelineExecutionCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-sagemaker/src/commands/SearchCommand.ts b/clients/client-sagemaker/src/commands/SearchCommand.ts index d4042dde76f7..5b93626f3eb0 100644 --- a/clients/client-sagemaker/src/commands/SearchCommand.ts +++ b/clients/client-sagemaker/src/commands/SearchCommand.ts @@ -2071,9 +2071,6 @@ export interface SearchCommandOutput extends SearchResponse, __MetadataBearer {} * */ export class SearchCommand extends $Command { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -2087,9 +2084,7 @@ export class SearchCommand extends $Command { return de_SearchCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-sagemaker/src/commands/SendPipelineExecutionStepFailureCommand.ts b/clients/client-sagemaker/src/commands/SendPipelineExecutionStepFailureCommand.ts index 08cf3128f050..459fec7e62d9 100644 --- a/clients/client-sagemaker/src/commands/SendPipelineExecutionStepFailureCommand.ts +++ b/clients/client-sagemaker/src/commands/SendPipelineExecutionStepFailureCommand.ts @@ -86,9 +86,6 @@ export class SendPipelineExecutionStepFailureCommand extends $Command< SendPipelineExecutionStepFailureCommandOutput, SageMakerClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -102,9 +99,7 @@ export class SendPipelineExecutionStepFailureCommand extends $Command< * @public */ constructor(readonly input: SendPipelineExecutionStepFailureCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -163,7 +158,4 @@ export class SendPipelineExecutionStepFailureCommand extends $Command< ): Promise { return de_SendPipelineExecutionStepFailureCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-sagemaker/src/commands/SendPipelineExecutionStepSuccessCommand.ts b/clients/client-sagemaker/src/commands/SendPipelineExecutionStepSuccessCommand.ts index 295e06057385..3726182d8e20 100644 --- a/clients/client-sagemaker/src/commands/SendPipelineExecutionStepSuccessCommand.ts +++ b/clients/client-sagemaker/src/commands/SendPipelineExecutionStepSuccessCommand.ts @@ -91,9 +91,6 @@ export class SendPipelineExecutionStepSuccessCommand extends $Command< SendPipelineExecutionStepSuccessCommandOutput, SageMakerClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -107,9 +104,7 @@ export class SendPipelineExecutionStepSuccessCommand extends $Command< * @public */ constructor(readonly input: SendPipelineExecutionStepSuccessCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -168,7 +163,4 @@ export class SendPipelineExecutionStepSuccessCommand extends $Command< ): Promise { return de_SendPipelineExecutionStepSuccessCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-sagemaker/src/commands/StartEdgeDeploymentStageCommand.ts b/clients/client-sagemaker/src/commands/StartEdgeDeploymentStageCommand.ts index 93e99b18403e..0196b1d21b91 100644 --- a/clients/client-sagemaker/src/commands/StartEdgeDeploymentStageCommand.ts +++ b/clients/client-sagemaker/src/commands/StartEdgeDeploymentStageCommand.ts @@ -69,9 +69,6 @@ export class StartEdgeDeploymentStageCommand extends $Command< StartEdgeDeploymentStageCommandOutput, SageMakerClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -85,9 +82,7 @@ export class StartEdgeDeploymentStageCommand extends $Command< * @public */ constructor(readonly input: StartEdgeDeploymentStageCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -140,7 +135,4 @@ export class StartEdgeDeploymentStageCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_StartEdgeDeploymentStageCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-sagemaker/src/commands/StartInferenceExperimentCommand.ts b/clients/client-sagemaker/src/commands/StartInferenceExperimentCommand.ts index 9b31657c3af3..0ba66f36f2b6 100644 --- a/clients/client-sagemaker/src/commands/StartInferenceExperimentCommand.ts +++ b/clients/client-sagemaker/src/commands/StartInferenceExperimentCommand.ts @@ -77,9 +77,6 @@ export class StartInferenceExperimentCommand extends $Command< StartInferenceExperimentCommandOutput, SageMakerClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -93,9 +90,7 @@ export class StartInferenceExperimentCommand extends $Command< * @public */ constructor(readonly input: StartInferenceExperimentCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -148,7 +143,4 @@ export class StartInferenceExperimentCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_StartInferenceExperimentCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-sagemaker/src/commands/StartMonitoringScheduleCommand.ts b/clients/client-sagemaker/src/commands/StartMonitoringScheduleCommand.ts index 4da24e46cc68..c69b88602c03 100644 --- a/clients/client-sagemaker/src/commands/StartMonitoringScheduleCommand.ts +++ b/clients/client-sagemaker/src/commands/StartMonitoringScheduleCommand.ts @@ -75,9 +75,6 @@ export class StartMonitoringScheduleCommand extends $Command< StartMonitoringScheduleCommandOutput, SageMakerClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -91,9 +88,7 @@ export class StartMonitoringScheduleCommand extends $Command< * @public */ constructor(readonly input: StartMonitoringScheduleCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -146,7 +141,4 @@ export class StartMonitoringScheduleCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_StartMonitoringScheduleCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-sagemaker/src/commands/StartNotebookInstanceCommand.ts b/clients/client-sagemaker/src/commands/StartNotebookInstanceCommand.ts index 1c7934ef198a..3aaf4c9a11aa 100644 --- a/clients/client-sagemaker/src/commands/StartNotebookInstanceCommand.ts +++ b/clients/client-sagemaker/src/commands/StartNotebookInstanceCommand.ts @@ -75,9 +75,6 @@ export class StartNotebookInstanceCommand extends $Command< StartNotebookInstanceCommandOutput, SageMakerClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -91,9 +88,7 @@ export class StartNotebookInstanceCommand extends $Command< * @public */ constructor(readonly input: StartNotebookInstanceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -146,7 +141,4 @@ export class StartNotebookInstanceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_StartNotebookInstanceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-sagemaker/src/commands/StartPipelineExecutionCommand.ts b/clients/client-sagemaker/src/commands/StartPipelineExecutionCommand.ts index 51a8fc40981c..bd78d76088f6 100644 --- a/clients/client-sagemaker/src/commands/StartPipelineExecutionCommand.ts +++ b/clients/client-sagemaker/src/commands/StartPipelineExecutionCommand.ts @@ -97,9 +97,6 @@ export class StartPipelineExecutionCommand extends $Command< StartPipelineExecutionCommandOutput, SageMakerClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -113,9 +110,7 @@ export class StartPipelineExecutionCommand extends $Command< * @public */ constructor(readonly input: StartPipelineExecutionCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -168,7 +163,4 @@ export class StartPipelineExecutionCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_StartPipelineExecutionCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-sagemaker/src/commands/StopAutoMLJobCommand.ts b/clients/client-sagemaker/src/commands/StopAutoMLJobCommand.ts index 24466b2323a4..794b0b48dd67 100644 --- a/clients/client-sagemaker/src/commands/StopAutoMLJobCommand.ts +++ b/clients/client-sagemaker/src/commands/StopAutoMLJobCommand.ts @@ -71,9 +71,6 @@ export class StopAutoMLJobCommand extends $Command< StopAutoMLJobCommandOutput, SageMakerClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -87,9 +84,7 @@ export class StopAutoMLJobCommand extends $Command< * @public */ constructor(readonly input: StopAutoMLJobCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -140,7 +135,4 @@ export class StopAutoMLJobCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_StopAutoMLJobCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-sagemaker/src/commands/StopCompilationJobCommand.ts b/clients/client-sagemaker/src/commands/StopCompilationJobCommand.ts index 364381bc4b8b..ed3e7296e278 100644 --- a/clients/client-sagemaker/src/commands/StopCompilationJobCommand.ts +++ b/clients/client-sagemaker/src/commands/StopCompilationJobCommand.ts @@ -77,9 +77,6 @@ export class StopCompilationJobCommand extends $Command< StopCompilationJobCommandOutput, SageMakerClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -93,9 +90,7 @@ export class StopCompilationJobCommand extends $Command< * @public */ constructor(readonly input: StopCompilationJobCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -148,7 +143,4 @@ export class StopCompilationJobCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_StopCompilationJobCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-sagemaker/src/commands/StopEdgeDeploymentStageCommand.ts b/clients/client-sagemaker/src/commands/StopEdgeDeploymentStageCommand.ts index 7f8505d5a0ac..cd284bce35b3 100644 --- a/clients/client-sagemaker/src/commands/StopEdgeDeploymentStageCommand.ts +++ b/clients/client-sagemaker/src/commands/StopEdgeDeploymentStageCommand.ts @@ -69,9 +69,6 @@ export class StopEdgeDeploymentStageCommand extends $Command< StopEdgeDeploymentStageCommandOutput, SageMakerClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -85,9 +82,7 @@ export class StopEdgeDeploymentStageCommand extends $Command< * @public */ constructor(readonly input: StopEdgeDeploymentStageCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -140,7 +135,4 @@ export class StopEdgeDeploymentStageCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_StopEdgeDeploymentStageCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-sagemaker/src/commands/StopEdgePackagingJobCommand.ts b/clients/client-sagemaker/src/commands/StopEdgePackagingJobCommand.ts index a8bd7150e6c5..16289960d1cd 100644 --- a/clients/client-sagemaker/src/commands/StopEdgePackagingJobCommand.ts +++ b/clients/client-sagemaker/src/commands/StopEdgePackagingJobCommand.ts @@ -68,9 +68,6 @@ export class StopEdgePackagingJobCommand extends $Command< StopEdgePackagingJobCommandOutput, SageMakerClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -84,9 +81,7 @@ export class StopEdgePackagingJobCommand extends $Command< * @public */ constructor(readonly input: StopEdgePackagingJobCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -139,7 +134,4 @@ export class StopEdgePackagingJobCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_StopEdgePackagingJobCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-sagemaker/src/commands/StopHyperParameterTuningJobCommand.ts b/clients/client-sagemaker/src/commands/StopHyperParameterTuningJobCommand.ts index 5cf047a4d2e5..35e02adfd2b4 100644 --- a/clients/client-sagemaker/src/commands/StopHyperParameterTuningJobCommand.ts +++ b/clients/client-sagemaker/src/commands/StopHyperParameterTuningJobCommand.ts @@ -77,9 +77,6 @@ export class StopHyperParameterTuningJobCommand extends $Command< StopHyperParameterTuningJobCommandOutput, SageMakerClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -93,9 +90,7 @@ export class StopHyperParameterTuningJobCommand extends $Command< * @public */ constructor(readonly input: StopHyperParameterTuningJobCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -151,7 +146,4 @@ export class StopHyperParameterTuningJobCommand extends $Command< ): Promise { return de_StopHyperParameterTuningJobCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-sagemaker/src/commands/StopInferenceExperimentCommand.ts b/clients/client-sagemaker/src/commands/StopInferenceExperimentCommand.ts index bd0b504d01c9..0d7e44c3a82b 100644 --- a/clients/client-sagemaker/src/commands/StopInferenceExperimentCommand.ts +++ b/clients/client-sagemaker/src/commands/StopInferenceExperimentCommand.ts @@ -95,9 +95,6 @@ export class StopInferenceExperimentCommand extends $Command< StopInferenceExperimentCommandOutput, SageMakerClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -111,9 +108,7 @@ export class StopInferenceExperimentCommand extends $Command< * @public */ constructor(readonly input: StopInferenceExperimentCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -166,7 +161,4 @@ export class StopInferenceExperimentCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_StopInferenceExperimentCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-sagemaker/src/commands/StopInferenceRecommendationsJobCommand.ts b/clients/client-sagemaker/src/commands/StopInferenceRecommendationsJobCommand.ts index c6888991c6fb..b3a881dffaa9 100644 --- a/clients/client-sagemaker/src/commands/StopInferenceRecommendationsJobCommand.ts +++ b/clients/client-sagemaker/src/commands/StopInferenceRecommendationsJobCommand.ts @@ -74,9 +74,6 @@ export class StopInferenceRecommendationsJobCommand extends $Command< StopInferenceRecommendationsJobCommandOutput, SageMakerClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -90,9 +87,7 @@ export class StopInferenceRecommendationsJobCommand extends $Command< * @public */ constructor(readonly input: StopInferenceRecommendationsJobCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -151,7 +146,4 @@ export class StopInferenceRecommendationsJobCommand extends $Command< ): Promise { return de_StopInferenceRecommendationsJobCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-sagemaker/src/commands/StopLabelingJobCommand.ts b/clients/client-sagemaker/src/commands/StopLabelingJobCommand.ts index 32fee8d25d39..13e79c66fda1 100644 --- a/clients/client-sagemaker/src/commands/StopLabelingJobCommand.ts +++ b/clients/client-sagemaker/src/commands/StopLabelingJobCommand.ts @@ -72,9 +72,6 @@ export class StopLabelingJobCommand extends $Command< StopLabelingJobCommandOutput, SageMakerClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -88,9 +85,7 @@ export class StopLabelingJobCommand extends $Command< * @public */ constructor(readonly input: StopLabelingJobCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -143,7 +138,4 @@ export class StopLabelingJobCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_StopLabelingJobCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-sagemaker/src/commands/StopMonitoringScheduleCommand.ts b/clients/client-sagemaker/src/commands/StopMonitoringScheduleCommand.ts index ecb761fd4962..8ad6f7604db9 100644 --- a/clients/client-sagemaker/src/commands/StopMonitoringScheduleCommand.ts +++ b/clients/client-sagemaker/src/commands/StopMonitoringScheduleCommand.ts @@ -71,9 +71,6 @@ export class StopMonitoringScheduleCommand extends $Command< StopMonitoringScheduleCommandOutput, SageMakerClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -87,9 +84,7 @@ export class StopMonitoringScheduleCommand extends $Command< * @public */ constructor(readonly input: StopMonitoringScheduleCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -142,7 +137,4 @@ export class StopMonitoringScheduleCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_StopMonitoringScheduleCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-sagemaker/src/commands/StopNotebookInstanceCommand.ts b/clients/client-sagemaker/src/commands/StopNotebookInstanceCommand.ts index 34d379672e4b..937850ab9302 100644 --- a/clients/client-sagemaker/src/commands/StopNotebookInstanceCommand.ts +++ b/clients/client-sagemaker/src/commands/StopNotebookInstanceCommand.ts @@ -76,9 +76,6 @@ export class StopNotebookInstanceCommand extends $Command< StopNotebookInstanceCommandOutput, SageMakerClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -92,9 +89,7 @@ export class StopNotebookInstanceCommand extends $Command< * @public */ constructor(readonly input: StopNotebookInstanceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -147,7 +142,4 @@ export class StopNotebookInstanceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_StopNotebookInstanceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-sagemaker/src/commands/StopPipelineExecutionCommand.ts b/clients/client-sagemaker/src/commands/StopPipelineExecutionCommand.ts index ed648b48f6dc..c1cbcd0aed75 100644 --- a/clients/client-sagemaker/src/commands/StopPipelineExecutionCommand.ts +++ b/clients/client-sagemaker/src/commands/StopPipelineExecutionCommand.ts @@ -96,9 +96,6 @@ export class StopPipelineExecutionCommand extends $Command< StopPipelineExecutionCommandOutput, SageMakerClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -112,9 +109,7 @@ export class StopPipelineExecutionCommand extends $Command< * @public */ constructor(readonly input: StopPipelineExecutionCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -167,7 +162,4 @@ export class StopPipelineExecutionCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_StopPipelineExecutionCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-sagemaker/src/commands/StopProcessingJobCommand.ts b/clients/client-sagemaker/src/commands/StopProcessingJobCommand.ts index 1ef9f4b60fd6..ba95c36da189 100644 --- a/clients/client-sagemaker/src/commands/StopProcessingJobCommand.ts +++ b/clients/client-sagemaker/src/commands/StopProcessingJobCommand.ts @@ -71,9 +71,6 @@ export class StopProcessingJobCommand extends $Command< StopProcessingJobCommandOutput, SageMakerClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -87,9 +84,7 @@ export class StopProcessingJobCommand extends $Command< * @public */ constructor(readonly input: StopProcessingJobCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -142,7 +137,4 @@ export class StopProcessingJobCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_StopProcessingJobCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-sagemaker/src/commands/StopTrainingJobCommand.ts b/clients/client-sagemaker/src/commands/StopTrainingJobCommand.ts index fbdb4466e307..7754a1324161 100644 --- a/clients/client-sagemaker/src/commands/StopTrainingJobCommand.ts +++ b/clients/client-sagemaker/src/commands/StopTrainingJobCommand.ts @@ -77,9 +77,6 @@ export class StopTrainingJobCommand extends $Command< StopTrainingJobCommandOutput, SageMakerClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -93,9 +90,7 @@ export class StopTrainingJobCommand extends $Command< * @public */ constructor(readonly input: StopTrainingJobCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -148,7 +143,4 @@ export class StopTrainingJobCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_StopTrainingJobCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-sagemaker/src/commands/StopTransformJobCommand.ts b/clients/client-sagemaker/src/commands/StopTransformJobCommand.ts index 6f7a6b30b2b8..4ec92eb29eb8 100644 --- a/clients/client-sagemaker/src/commands/StopTransformJobCommand.ts +++ b/clients/client-sagemaker/src/commands/StopTransformJobCommand.ts @@ -76,9 +76,6 @@ export class StopTransformJobCommand extends $Command< StopTransformJobCommandOutput, SageMakerClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -92,9 +89,7 @@ export class StopTransformJobCommand extends $Command< * @public */ constructor(readonly input: StopTransformJobCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -147,7 +142,4 @@ export class StopTransformJobCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_StopTransformJobCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-sagemaker/src/commands/UpdateActionCommand.ts b/clients/client-sagemaker/src/commands/UpdateActionCommand.ts index 9847f165b227..51f6a04cc614 100644 --- a/clients/client-sagemaker/src/commands/UpdateActionCommand.ts +++ b/clients/client-sagemaker/src/commands/UpdateActionCommand.ts @@ -85,9 +85,6 @@ export class UpdateActionCommand extends $Command< UpdateActionCommandOutput, SageMakerClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -101,9 +98,7 @@ export class UpdateActionCommand extends $Command< * @public */ constructor(readonly input: UpdateActionCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -154,7 +149,4 @@ export class UpdateActionCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdateActionCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-sagemaker/src/commands/UpdateAppImageConfigCommand.ts b/clients/client-sagemaker/src/commands/UpdateAppImageConfigCommand.ts index dc85db5b6734..2f4b6bf98031 100644 --- a/clients/client-sagemaker/src/commands/UpdateAppImageConfigCommand.ts +++ b/clients/client-sagemaker/src/commands/UpdateAppImageConfigCommand.ts @@ -86,9 +86,6 @@ export class UpdateAppImageConfigCommand extends $Command< UpdateAppImageConfigCommandOutput, SageMakerClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -102,9 +99,7 @@ export class UpdateAppImageConfigCommand extends $Command< * @public */ constructor(readonly input: UpdateAppImageConfigCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -157,7 +152,4 @@ export class UpdateAppImageConfigCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdateAppImageConfigCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-sagemaker/src/commands/UpdateArtifactCommand.ts b/clients/client-sagemaker/src/commands/UpdateArtifactCommand.ts index 1f86367fd777..6eec7272dd25 100644 --- a/clients/client-sagemaker/src/commands/UpdateArtifactCommand.ts +++ b/clients/client-sagemaker/src/commands/UpdateArtifactCommand.ts @@ -84,9 +84,6 @@ export class UpdateArtifactCommand extends $Command< UpdateArtifactCommandOutput, SageMakerClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -100,9 +97,7 @@ export class UpdateArtifactCommand extends $Command< * @public */ constructor(readonly input: UpdateArtifactCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -155,7 +150,4 @@ export class UpdateArtifactCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdateArtifactCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-sagemaker/src/commands/UpdateCodeRepositoryCommand.ts b/clients/client-sagemaker/src/commands/UpdateCodeRepositoryCommand.ts index d37d08e83e9c..e99efb5bac35 100644 --- a/clients/client-sagemaker/src/commands/UpdateCodeRepositoryCommand.ts +++ b/clients/client-sagemaker/src/commands/UpdateCodeRepositoryCommand.ts @@ -73,9 +73,6 @@ export class UpdateCodeRepositoryCommand extends $Command< UpdateCodeRepositoryCommandOutput, SageMakerClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -89,9 +86,7 @@ export class UpdateCodeRepositoryCommand extends $Command< * @public */ constructor(readonly input: UpdateCodeRepositoryCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -144,7 +139,4 @@ export class UpdateCodeRepositoryCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdateCodeRepositoryCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-sagemaker/src/commands/UpdateContextCommand.ts b/clients/client-sagemaker/src/commands/UpdateContextCommand.ts index a436049b187c..8ec5a4fe2893 100644 --- a/clients/client-sagemaker/src/commands/UpdateContextCommand.ts +++ b/clients/client-sagemaker/src/commands/UpdateContextCommand.ts @@ -84,9 +84,6 @@ export class UpdateContextCommand extends $Command< UpdateContextCommandOutput, SageMakerClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -100,9 +97,7 @@ export class UpdateContextCommand extends $Command< * @public */ constructor(readonly input: UpdateContextCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -153,7 +148,4 @@ export class UpdateContextCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdateContextCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-sagemaker/src/commands/UpdateDeviceFleetCommand.ts b/clients/client-sagemaker/src/commands/UpdateDeviceFleetCommand.ts index dd9cbe3330fe..6aaa0f27cf5c 100644 --- a/clients/client-sagemaker/src/commands/UpdateDeviceFleetCommand.ts +++ b/clients/client-sagemaker/src/commands/UpdateDeviceFleetCommand.ts @@ -80,9 +80,6 @@ export class UpdateDeviceFleetCommand extends $Command< UpdateDeviceFleetCommandOutput, SageMakerClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -96,9 +93,7 @@ export class UpdateDeviceFleetCommand extends $Command< * @public */ constructor(readonly input: UpdateDeviceFleetCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -151,7 +146,4 @@ export class UpdateDeviceFleetCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdateDeviceFleetCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-sagemaker/src/commands/UpdateDevicesCommand.ts b/clients/client-sagemaker/src/commands/UpdateDevicesCommand.ts index a529554ba5bb..cec4954b8ac3 100644 --- a/clients/client-sagemaker/src/commands/UpdateDevicesCommand.ts +++ b/clients/client-sagemaker/src/commands/UpdateDevicesCommand.ts @@ -75,9 +75,6 @@ export class UpdateDevicesCommand extends $Command< UpdateDevicesCommandOutput, SageMakerClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -91,9 +88,7 @@ export class UpdateDevicesCommand extends $Command< * @public */ constructor(readonly input: UpdateDevicesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -144,7 +139,4 @@ export class UpdateDevicesCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdateDevicesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-sagemaker/src/commands/UpdateDomainCommand.ts b/clients/client-sagemaker/src/commands/UpdateDomainCommand.ts index 5699e80ee726..5b3c3d676065 100644 --- a/clients/client-sagemaker/src/commands/UpdateDomainCommand.ts +++ b/clients/client-sagemaker/src/commands/UpdateDomainCommand.ts @@ -227,9 +227,6 @@ export class UpdateDomainCommand extends $Command< UpdateDomainCommandOutput, SageMakerClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -243,9 +240,7 @@ export class UpdateDomainCommand extends $Command< * @public */ constructor(readonly input: UpdateDomainCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -296,7 +291,4 @@ export class UpdateDomainCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdateDomainCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-sagemaker/src/commands/UpdateEndpointCommand.ts b/clients/client-sagemaker/src/commands/UpdateEndpointCommand.ts index a34b81d6b6e3..af576395aac4 100644 --- a/clients/client-sagemaker/src/commands/UpdateEndpointCommand.ts +++ b/clients/client-sagemaker/src/commands/UpdateEndpointCommand.ts @@ -135,9 +135,6 @@ export class UpdateEndpointCommand extends $Command< UpdateEndpointCommandOutput, SageMakerClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -151,9 +148,7 @@ export class UpdateEndpointCommand extends $Command< * @public */ constructor(readonly input: UpdateEndpointCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -206,7 +201,4 @@ export class UpdateEndpointCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdateEndpointCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-sagemaker/src/commands/UpdateEndpointWeightsAndCapacitiesCommand.ts b/clients/client-sagemaker/src/commands/UpdateEndpointWeightsAndCapacitiesCommand.ts index d6337c6c1bb7..f093dd297dbf 100644 --- a/clients/client-sagemaker/src/commands/UpdateEndpointWeightsAndCapacitiesCommand.ts +++ b/clients/client-sagemaker/src/commands/UpdateEndpointWeightsAndCapacitiesCommand.ts @@ -94,9 +94,6 @@ export class UpdateEndpointWeightsAndCapacitiesCommand extends $Command< UpdateEndpointWeightsAndCapacitiesCommandOutput, SageMakerClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -110,9 +107,7 @@ export class UpdateEndpointWeightsAndCapacitiesCommand extends $Command< * @public */ constructor(readonly input: UpdateEndpointWeightsAndCapacitiesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -171,7 +166,4 @@ export class UpdateEndpointWeightsAndCapacitiesCommand extends $Command< ): Promise { return de_UpdateEndpointWeightsAndCapacitiesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-sagemaker/src/commands/UpdateExperimentCommand.ts b/clients/client-sagemaker/src/commands/UpdateExperimentCommand.ts index 4baf4655fc55..bbc01227ce3a 100644 --- a/clients/client-sagemaker/src/commands/UpdateExperimentCommand.ts +++ b/clients/client-sagemaker/src/commands/UpdateExperimentCommand.ts @@ -80,9 +80,6 @@ export class UpdateExperimentCommand extends $Command< UpdateExperimentCommandOutput, SageMakerClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -96,9 +93,7 @@ export class UpdateExperimentCommand extends $Command< * @public */ constructor(readonly input: UpdateExperimentCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -151,7 +146,4 @@ export class UpdateExperimentCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdateExperimentCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-sagemaker/src/commands/UpdateFeatureGroupCommand.ts b/clients/client-sagemaker/src/commands/UpdateFeatureGroupCommand.ts index ece2ae34f212..fcdf503465ea 100644 --- a/clients/client-sagemaker/src/commands/UpdateFeatureGroupCommand.ts +++ b/clients/client-sagemaker/src/commands/UpdateFeatureGroupCommand.ts @@ -102,9 +102,6 @@ export class UpdateFeatureGroupCommand extends $Command< UpdateFeatureGroupCommandOutput, SageMakerClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -118,9 +115,7 @@ export class UpdateFeatureGroupCommand extends $Command< * @public */ constructor(readonly input: UpdateFeatureGroupCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -173,7 +168,4 @@ export class UpdateFeatureGroupCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdateFeatureGroupCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-sagemaker/src/commands/UpdateFeatureMetadataCommand.ts b/clients/client-sagemaker/src/commands/UpdateFeatureMetadataCommand.ts index 2045d9a27056..8bba937ed0cd 100644 --- a/clients/client-sagemaker/src/commands/UpdateFeatureMetadataCommand.ts +++ b/clients/client-sagemaker/src/commands/UpdateFeatureMetadataCommand.ts @@ -82,9 +82,6 @@ export class UpdateFeatureMetadataCommand extends $Command< UpdateFeatureMetadataCommandOutput, SageMakerClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -98,9 +95,7 @@ export class UpdateFeatureMetadataCommand extends $Command< * @public */ constructor(readonly input: UpdateFeatureMetadataCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -153,7 +148,4 @@ export class UpdateFeatureMetadataCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdateFeatureMetadataCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-sagemaker/src/commands/UpdateHubCommand.ts b/clients/client-sagemaker/src/commands/UpdateHubCommand.ts index 3319369a5e2a..9daf82d13796 100644 --- a/clients/client-sagemaker/src/commands/UpdateHubCommand.ts +++ b/clients/client-sagemaker/src/commands/UpdateHubCommand.ts @@ -81,9 +81,6 @@ export class UpdateHubCommand extends $Command< UpdateHubCommandOutput, SageMakerClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -97,9 +94,7 @@ export class UpdateHubCommand extends $Command< * @public */ constructor(readonly input: UpdateHubCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -150,7 +145,4 @@ export class UpdateHubCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdateHubCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-sagemaker/src/commands/UpdateImageCommand.ts b/clients/client-sagemaker/src/commands/UpdateImageCommand.ts index 52d9b98389c0..c19012f09d64 100644 --- a/clients/client-sagemaker/src/commands/UpdateImageCommand.ts +++ b/clients/client-sagemaker/src/commands/UpdateImageCommand.ts @@ -83,9 +83,6 @@ export class UpdateImageCommand extends $Command< UpdateImageCommandOutput, SageMakerClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -99,9 +96,7 @@ export class UpdateImageCommand extends $Command< * @public */ constructor(readonly input: UpdateImageCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -152,7 +147,4 @@ export class UpdateImageCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdateImageCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-sagemaker/src/commands/UpdateImageVersionCommand.ts b/clients/client-sagemaker/src/commands/UpdateImageVersionCommand.ts index 68ae301b34a5..1a77b4379077 100644 --- a/clients/client-sagemaker/src/commands/UpdateImageVersionCommand.ts +++ b/clients/client-sagemaker/src/commands/UpdateImageVersionCommand.ts @@ -91,9 +91,6 @@ export class UpdateImageVersionCommand extends $Command< UpdateImageVersionCommandOutput, SageMakerClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -107,9 +104,7 @@ export class UpdateImageVersionCommand extends $Command< * @public */ constructor(readonly input: UpdateImageVersionCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -162,7 +157,4 @@ export class UpdateImageVersionCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdateImageVersionCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-sagemaker/src/commands/UpdateInferenceExperimentCommand.ts b/clients/client-sagemaker/src/commands/UpdateInferenceExperimentCommand.ts index a442c2eaa42d..6cab683ebd2e 100644 --- a/clients/client-sagemaker/src/commands/UpdateInferenceExperimentCommand.ts +++ b/clients/client-sagemaker/src/commands/UpdateInferenceExperimentCommand.ts @@ -120,9 +120,6 @@ export class UpdateInferenceExperimentCommand extends $Command< UpdateInferenceExperimentCommandOutput, SageMakerClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -136,9 +133,7 @@ export class UpdateInferenceExperimentCommand extends $Command< * @public */ constructor(readonly input: UpdateInferenceExperimentCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -194,7 +189,4 @@ export class UpdateInferenceExperimentCommand extends $Command< ): Promise { return de_UpdateInferenceExperimentCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-sagemaker/src/commands/UpdateModelCardCommand.ts b/clients/client-sagemaker/src/commands/UpdateModelCardCommand.ts index 7ed84fd5d07a..9ecf55263a2a 100644 --- a/clients/client-sagemaker/src/commands/UpdateModelCardCommand.ts +++ b/clients/client-sagemaker/src/commands/UpdateModelCardCommand.ts @@ -90,9 +90,6 @@ export class UpdateModelCardCommand extends $Command< UpdateModelCardCommandOutput, SageMakerClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -106,9 +103,7 @@ export class UpdateModelCardCommand extends $Command< * @public */ constructor(readonly input: UpdateModelCardCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -161,7 +156,4 @@ export class UpdateModelCardCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdateModelCardCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-sagemaker/src/commands/UpdateModelPackageCommand.ts b/clients/client-sagemaker/src/commands/UpdateModelPackageCommand.ts index a9a6dceaaf21..838f12597bb3 100644 --- a/clients/client-sagemaker/src/commands/UpdateModelPackageCommand.ts +++ b/clients/client-sagemaker/src/commands/UpdateModelPackageCommand.ts @@ -119,9 +119,6 @@ export class UpdateModelPackageCommand extends $Command< UpdateModelPackageCommandOutput, SageMakerClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -135,9 +132,7 @@ export class UpdateModelPackageCommand extends $Command< * @public */ constructor(readonly input: UpdateModelPackageCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -190,7 +185,4 @@ export class UpdateModelPackageCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdateModelPackageCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-sagemaker/src/commands/UpdateMonitoringAlertCommand.ts b/clients/client-sagemaker/src/commands/UpdateMonitoringAlertCommand.ts index 4c6218e16936..1fcb45d1270f 100644 --- a/clients/client-sagemaker/src/commands/UpdateMonitoringAlertCommand.ts +++ b/clients/client-sagemaker/src/commands/UpdateMonitoringAlertCommand.ts @@ -81,9 +81,6 @@ export class UpdateMonitoringAlertCommand extends $Command< UpdateMonitoringAlertCommandOutput, SageMakerClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -97,9 +94,7 @@ export class UpdateMonitoringAlertCommand extends $Command< * @public */ constructor(readonly input: UpdateMonitoringAlertCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -152,7 +147,4 @@ export class UpdateMonitoringAlertCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdateMonitoringAlertCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-sagemaker/src/commands/UpdateMonitoringScheduleCommand.ts b/clients/client-sagemaker/src/commands/UpdateMonitoringScheduleCommand.ts index bda5be00bb64..8737edadee53 100644 --- a/clients/client-sagemaker/src/commands/UpdateMonitoringScheduleCommand.ts +++ b/clients/client-sagemaker/src/commands/UpdateMonitoringScheduleCommand.ts @@ -186,9 +186,6 @@ export class UpdateMonitoringScheduleCommand extends $Command< UpdateMonitoringScheduleCommandOutput, SageMakerClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -202,9 +199,7 @@ export class UpdateMonitoringScheduleCommand extends $Command< * @public */ constructor(readonly input: UpdateMonitoringScheduleCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -257,7 +252,4 @@ export class UpdateMonitoringScheduleCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdateMonitoringScheduleCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-sagemaker/src/commands/UpdateNotebookInstanceCommand.ts b/clients/client-sagemaker/src/commands/UpdateNotebookInstanceCommand.ts index 726d3b4fe566..4319c028f01d 100644 --- a/clients/client-sagemaker/src/commands/UpdateNotebookInstanceCommand.ts +++ b/clients/client-sagemaker/src/commands/UpdateNotebookInstanceCommand.ts @@ -93,9 +93,6 @@ export class UpdateNotebookInstanceCommand extends $Command< UpdateNotebookInstanceCommandOutput, SageMakerClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -109,9 +106,7 @@ export class UpdateNotebookInstanceCommand extends $Command< * @public */ constructor(readonly input: UpdateNotebookInstanceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -164,7 +159,4 @@ export class UpdateNotebookInstanceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdateNotebookInstanceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-sagemaker/src/commands/UpdateNotebookInstanceLifecycleConfigCommand.ts b/clients/client-sagemaker/src/commands/UpdateNotebookInstanceLifecycleConfigCommand.ts index ffc50be8e4c3..07704e406884 100644 --- a/clients/client-sagemaker/src/commands/UpdateNotebookInstanceLifecycleConfigCommand.ts +++ b/clients/client-sagemaker/src/commands/UpdateNotebookInstanceLifecycleConfigCommand.ts @@ -90,9 +90,6 @@ export class UpdateNotebookInstanceLifecycleConfigCommand extends $Command< UpdateNotebookInstanceLifecycleConfigCommandOutput, SageMakerClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -106,9 +103,7 @@ export class UpdateNotebookInstanceLifecycleConfigCommand extends $Command< * @public */ constructor(readonly input: UpdateNotebookInstanceLifecycleConfigCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -167,7 +162,4 @@ export class UpdateNotebookInstanceLifecycleConfigCommand extends $Command< ): Promise { return de_UpdateNotebookInstanceLifecycleConfigCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-sagemaker/src/commands/UpdatePipelineCommand.ts b/clients/client-sagemaker/src/commands/UpdatePipelineCommand.ts index cdc400f82c01..65d07255bdf7 100644 --- a/clients/client-sagemaker/src/commands/UpdatePipelineCommand.ts +++ b/clients/client-sagemaker/src/commands/UpdatePipelineCommand.ts @@ -85,9 +85,6 @@ export class UpdatePipelineCommand extends $Command< UpdatePipelineCommandOutput, SageMakerClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -101,9 +98,7 @@ export class UpdatePipelineCommand extends $Command< * @public */ constructor(readonly input: UpdatePipelineCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -156,7 +151,4 @@ export class UpdatePipelineCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdatePipelineCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-sagemaker/src/commands/UpdatePipelineExecutionCommand.ts b/clients/client-sagemaker/src/commands/UpdatePipelineExecutionCommand.ts index 01ca5f2ab08b..60dfa332f40a 100644 --- a/clients/client-sagemaker/src/commands/UpdatePipelineExecutionCommand.ts +++ b/clients/client-sagemaker/src/commands/UpdatePipelineExecutionCommand.ts @@ -78,9 +78,6 @@ export class UpdatePipelineExecutionCommand extends $Command< UpdatePipelineExecutionCommandOutput, SageMakerClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -94,9 +91,7 @@ export class UpdatePipelineExecutionCommand extends $Command< * @public */ constructor(readonly input: UpdatePipelineExecutionCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -149,7 +144,4 @@ export class UpdatePipelineExecutionCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdatePipelineExecutionCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-sagemaker/src/commands/UpdateProjectCommand.ts b/clients/client-sagemaker/src/commands/UpdateProjectCommand.ts index 90cce2435509..de3a17251dcb 100644 --- a/clients/client-sagemaker/src/commands/UpdateProjectCommand.ts +++ b/clients/client-sagemaker/src/commands/UpdateProjectCommand.ts @@ -93,9 +93,6 @@ export class UpdateProjectCommand extends $Command< UpdateProjectCommandOutput, SageMakerClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -109,9 +106,7 @@ export class UpdateProjectCommand extends $Command< * @public */ constructor(readonly input: UpdateProjectCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -162,7 +157,4 @@ export class UpdateProjectCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdateProjectCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-sagemaker/src/commands/UpdateSpaceCommand.ts b/clients/client-sagemaker/src/commands/UpdateSpaceCommand.ts index f42a396b857b..079b064381de 100644 --- a/clients/client-sagemaker/src/commands/UpdateSpaceCommand.ts +++ b/clients/client-sagemaker/src/commands/UpdateSpaceCommand.ts @@ -117,9 +117,6 @@ export class UpdateSpaceCommand extends $Command< UpdateSpaceCommandOutput, SageMakerClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -133,9 +130,7 @@ export class UpdateSpaceCommand extends $Command< * @public */ constructor(readonly input: UpdateSpaceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -186,7 +181,4 @@ export class UpdateSpaceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdateSpaceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-sagemaker/src/commands/UpdateTrainingJobCommand.ts b/clients/client-sagemaker/src/commands/UpdateTrainingJobCommand.ts index f195e055be58..992bc520c815 100644 --- a/clients/client-sagemaker/src/commands/UpdateTrainingJobCommand.ts +++ b/clients/client-sagemaker/src/commands/UpdateTrainingJobCommand.ts @@ -98,9 +98,6 @@ export class UpdateTrainingJobCommand extends $Command< UpdateTrainingJobCommandOutput, SageMakerClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -114,9 +111,7 @@ export class UpdateTrainingJobCommand extends $Command< * @public */ constructor(readonly input: UpdateTrainingJobCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -169,7 +164,4 @@ export class UpdateTrainingJobCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdateTrainingJobCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-sagemaker/src/commands/UpdateTrialCommand.ts b/clients/client-sagemaker/src/commands/UpdateTrialCommand.ts index e4a309ef0cf5..b7d4edb275be 100644 --- a/clients/client-sagemaker/src/commands/UpdateTrialCommand.ts +++ b/clients/client-sagemaker/src/commands/UpdateTrialCommand.ts @@ -78,9 +78,6 @@ export class UpdateTrialCommand extends $Command< UpdateTrialCommandOutput, SageMakerClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -94,9 +91,7 @@ export class UpdateTrialCommand extends $Command< * @public */ constructor(readonly input: UpdateTrialCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -147,7 +142,4 @@ export class UpdateTrialCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdateTrialCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-sagemaker/src/commands/UpdateTrialComponentCommand.ts b/clients/client-sagemaker/src/commands/UpdateTrialComponentCommand.ts index 45be023c4f0c..5f10c84ce63c 100644 --- a/clients/client-sagemaker/src/commands/UpdateTrialComponentCommand.ts +++ b/clients/client-sagemaker/src/commands/UpdateTrialComponentCommand.ts @@ -111,9 +111,6 @@ export class UpdateTrialComponentCommand extends $Command< UpdateTrialComponentCommandOutput, SageMakerClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -127,9 +124,7 @@ export class UpdateTrialComponentCommand extends $Command< * @public */ constructor(readonly input: UpdateTrialComponentCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -182,7 +177,4 @@ export class UpdateTrialComponentCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdateTrialComponentCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-sagemaker/src/commands/UpdateUserProfileCommand.ts b/clients/client-sagemaker/src/commands/UpdateUserProfileCommand.ts index e24015f13285..e31f787650ba 100644 --- a/clients/client-sagemaker/src/commands/UpdateUserProfileCommand.ts +++ b/clients/client-sagemaker/src/commands/UpdateUserProfileCommand.ts @@ -180,9 +180,6 @@ export class UpdateUserProfileCommand extends $Command< UpdateUserProfileCommandOutput, SageMakerClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -196,9 +193,7 @@ export class UpdateUserProfileCommand extends $Command< * @public */ constructor(readonly input: UpdateUserProfileCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -251,7 +246,4 @@ export class UpdateUserProfileCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdateUserProfileCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-sagemaker/src/commands/UpdateWorkforceCommand.ts b/clients/client-sagemaker/src/commands/UpdateWorkforceCommand.ts index 9e2e1069c1e9..f7d473a4d241 100644 --- a/clients/client-sagemaker/src/commands/UpdateWorkforceCommand.ts +++ b/clients/client-sagemaker/src/commands/UpdateWorkforceCommand.ts @@ -163,9 +163,6 @@ export class UpdateWorkforceCommand extends $Command< UpdateWorkforceCommandOutput, SageMakerClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -179,9 +176,7 @@ export class UpdateWorkforceCommand extends $Command< * @public */ constructor(readonly input: UpdateWorkforceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -234,7 +229,4 @@ export class UpdateWorkforceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdateWorkforceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-sagemaker/src/commands/UpdateWorkteamCommand.ts b/clients/client-sagemaker/src/commands/UpdateWorkteamCommand.ts index 8fbdfd48e924..7c5b4afb8e03 100644 --- a/clients/client-sagemaker/src/commands/UpdateWorkteamCommand.ts +++ b/clients/client-sagemaker/src/commands/UpdateWorkteamCommand.ts @@ -120,9 +120,6 @@ export class UpdateWorkteamCommand extends $Command< UpdateWorkteamCommandOutput, SageMakerClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -136,9 +133,7 @@ export class UpdateWorkteamCommand extends $Command< * @public */ constructor(readonly input: UpdateWorkteamCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -191,7 +186,4 @@ export class UpdateWorkteamCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdateWorkteamCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-savingsplans/package.json b/clients/client-savingsplans/package.json index a1bc1c767f5f..f41c013f44bf 100644 --- a/clients/client-savingsplans/package.json +++ b/clients/client-savingsplans/package.json @@ -34,29 +34,29 @@ "@aws-sdk/util-endpoints": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@smithy/config-resolver": "^2.0.16", - "@smithy/fetch-http-handler": "^2.2.4", - "@smithy/hash-node": "^2.0.12", - "@smithy/invalid-dependency": "^2.0.12", - "@smithy/middleware-content-length": "^2.0.14", - "@smithy/middleware-endpoint": "^2.1.3", - "@smithy/middleware-retry": "^2.0.18", - "@smithy/middleware-serde": "^2.0.12", - "@smithy/middleware-stack": "^2.0.6", - "@smithy/node-config-provider": "^2.1.3", - "@smithy/node-http-handler": "^2.1.8", - "@smithy/protocol-http": "^3.0.8", - "@smithy/smithy-client": "^2.1.12", - "@smithy/types": "^2.4.0", - "@smithy/url-parser": "^2.0.12", - "@smithy/util-base64": "^2.0.0", + "@smithy/config-resolver": "^2.0.18", + "@smithy/fetch-http-handler": "^2.2.6", + "@smithy/hash-node": "^2.0.15", + "@smithy/invalid-dependency": "^2.0.13", + "@smithy/middleware-content-length": "^2.0.15", + "@smithy/middleware-endpoint": "^2.2.0", + "@smithy/middleware-retry": "^2.0.20", + "@smithy/middleware-serde": "^2.0.13", + "@smithy/middleware-stack": "^2.0.7", + "@smithy/node-config-provider": "^2.1.5", + "@smithy/node-http-handler": "^2.1.9", + "@smithy/protocol-http": "^3.0.9", + "@smithy/smithy-client": "^2.1.15", + "@smithy/types": "^2.5.0", + "@smithy/url-parser": "^2.0.13", + "@smithy/util-base64": "^2.0.1", "@smithy/util-body-length-browser": "^2.0.0", "@smithy/util-body-length-node": "^2.1.0", - "@smithy/util-defaults-mode-browser": "^2.0.16", - "@smithy/util-defaults-mode-node": "^2.0.21", - "@smithy/util-endpoints": "^1.0.2", - "@smithy/util-retry": "^2.0.5", - "@smithy/util-utf8": "^2.0.0", + "@smithy/util-defaults-mode-browser": "^2.0.19", + "@smithy/util-defaults-mode-node": "^2.0.25", + "@smithy/util-endpoints": "^1.0.4", + "@smithy/util-retry": "^2.0.6", + "@smithy/util-utf8": "^2.0.2", "tslib": "^2.5.0", "uuid": "^8.3.2" }, diff --git a/clients/client-savingsplans/src/commands/CreateSavingsPlanCommand.ts b/clients/client-savingsplans/src/commands/CreateSavingsPlanCommand.ts index 238b0610a273..71467e96ad24 100644 --- a/clients/client-savingsplans/src/commands/CreateSavingsPlanCommand.ts +++ b/clients/client-savingsplans/src/commands/CreateSavingsPlanCommand.ts @@ -89,9 +89,6 @@ export class CreateSavingsPlanCommand extends $Command< CreateSavingsPlanCommandOutput, SavingsplansClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -105,9 +102,7 @@ export class CreateSavingsPlanCommand extends $Command< * @public */ constructor(readonly input: CreateSavingsPlanCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -160,7 +155,4 @@ export class CreateSavingsPlanCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateSavingsPlanCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-savingsplans/src/commands/DeleteQueuedSavingsPlanCommand.ts b/clients/client-savingsplans/src/commands/DeleteQueuedSavingsPlanCommand.ts index d7fcaceaaa62..2f924ac540d7 100644 --- a/clients/client-savingsplans/src/commands/DeleteQueuedSavingsPlanCommand.ts +++ b/clients/client-savingsplans/src/commands/DeleteQueuedSavingsPlanCommand.ts @@ -80,9 +80,6 @@ export class DeleteQueuedSavingsPlanCommand extends $Command< DeleteQueuedSavingsPlanCommandOutput, SavingsplansClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -96,9 +93,7 @@ export class DeleteQueuedSavingsPlanCommand extends $Command< * @public */ constructor(readonly input: DeleteQueuedSavingsPlanCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -151,7 +146,4 @@ export class DeleteQueuedSavingsPlanCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteQueuedSavingsPlanCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-savingsplans/src/commands/DescribeSavingsPlanRatesCommand.ts b/clients/client-savingsplans/src/commands/DescribeSavingsPlanRatesCommand.ts index 1059bd2ae556..8ef97f1bc685 100644 --- a/clients/client-savingsplans/src/commands/DescribeSavingsPlanRatesCommand.ts +++ b/clients/client-savingsplans/src/commands/DescribeSavingsPlanRatesCommand.ts @@ -104,9 +104,6 @@ export class DescribeSavingsPlanRatesCommand extends $Command< DescribeSavingsPlanRatesCommandOutput, SavingsplansClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -120,9 +117,7 @@ export class DescribeSavingsPlanRatesCommand extends $Command< * @public */ constructor(readonly input: DescribeSavingsPlanRatesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -175,7 +170,4 @@ export class DescribeSavingsPlanRatesCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DescribeSavingsPlanRatesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-savingsplans/src/commands/DescribeSavingsPlansCommand.ts b/clients/client-savingsplans/src/commands/DescribeSavingsPlansCommand.ts index b7817c66de2f..63abae0410e7 100644 --- a/clients/client-savingsplans/src/commands/DescribeSavingsPlansCommand.ts +++ b/clients/client-savingsplans/src/commands/DescribeSavingsPlansCommand.ts @@ -120,9 +120,6 @@ export class DescribeSavingsPlansCommand extends $Command< DescribeSavingsPlansCommandOutput, SavingsplansClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -136,9 +133,7 @@ export class DescribeSavingsPlansCommand extends $Command< * @public */ constructor(readonly input: DescribeSavingsPlansCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -191,7 +186,4 @@ export class DescribeSavingsPlansCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DescribeSavingsPlansCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-savingsplans/src/commands/DescribeSavingsPlansOfferingRatesCommand.ts b/clients/client-savingsplans/src/commands/DescribeSavingsPlansOfferingRatesCommand.ts index a584dd01562c..c88f92224aca 100644 --- a/clients/client-savingsplans/src/commands/DescribeSavingsPlansOfferingRatesCommand.ts +++ b/clients/client-savingsplans/src/commands/DescribeSavingsPlansOfferingRatesCommand.ts @@ -138,9 +138,6 @@ export class DescribeSavingsPlansOfferingRatesCommand extends $Command< DescribeSavingsPlansOfferingRatesCommandOutput, SavingsplansClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -154,9 +151,7 @@ export class DescribeSavingsPlansOfferingRatesCommand extends $Command< * @public */ constructor(readonly input: DescribeSavingsPlansOfferingRatesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -215,7 +210,4 @@ export class DescribeSavingsPlansOfferingRatesCommand extends $Command< ): Promise { return de_DescribeSavingsPlansOfferingRatesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-savingsplans/src/commands/DescribeSavingsPlansOfferingsCommand.ts b/clients/client-savingsplans/src/commands/DescribeSavingsPlansOfferingsCommand.ts index 0fe3a752bf7f..6a759935f365 100644 --- a/clients/client-savingsplans/src/commands/DescribeSavingsPlansOfferingsCommand.ts +++ b/clients/client-savingsplans/src/commands/DescribeSavingsPlansOfferingsCommand.ts @@ -140,9 +140,6 @@ export class DescribeSavingsPlansOfferingsCommand extends $Command< DescribeSavingsPlansOfferingsCommandOutput, SavingsplansClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -156,9 +153,7 @@ export class DescribeSavingsPlansOfferingsCommand extends $Command< * @public */ constructor(readonly input: DescribeSavingsPlansOfferingsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -214,7 +209,4 @@ export class DescribeSavingsPlansOfferingsCommand extends $Command< ): Promise { return de_DescribeSavingsPlansOfferingsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-savingsplans/src/commands/ListTagsForResourceCommand.ts b/clients/client-savingsplans/src/commands/ListTagsForResourceCommand.ts index c55abcf6ef55..e22464e6d363 100644 --- a/clients/client-savingsplans/src/commands/ListTagsForResourceCommand.ts +++ b/clients/client-savingsplans/src/commands/ListTagsForResourceCommand.ts @@ -81,9 +81,6 @@ export class ListTagsForResourceCommand extends $Command< ListTagsForResourceCommandOutput, SavingsplansClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -97,9 +94,7 @@ export class ListTagsForResourceCommand extends $Command< * @public */ constructor(readonly input: ListTagsForResourceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -152,7 +147,4 @@ export class ListTagsForResourceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListTagsForResourceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-savingsplans/src/commands/TagResourceCommand.ts b/clients/client-savingsplans/src/commands/TagResourceCommand.ts index 9f5d70fc65dc..749e9f9dbce9 100644 --- a/clients/client-savingsplans/src/commands/TagResourceCommand.ts +++ b/clients/client-savingsplans/src/commands/TagResourceCommand.ts @@ -83,9 +83,6 @@ export class TagResourceCommand extends $Command< TagResourceCommandOutput, SavingsplansClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -99,9 +96,7 @@ export class TagResourceCommand extends $Command< * @public */ constructor(readonly input: TagResourceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -152,7 +147,4 @@ export class TagResourceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_TagResourceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-savingsplans/src/commands/UntagResourceCommand.ts b/clients/client-savingsplans/src/commands/UntagResourceCommand.ts index a852714603f1..d62e86736941 100644 --- a/clients/client-savingsplans/src/commands/UntagResourceCommand.ts +++ b/clients/client-savingsplans/src/commands/UntagResourceCommand.ts @@ -80,9 +80,6 @@ export class UntagResourceCommand extends $Command< UntagResourceCommandOutput, SavingsplansClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -96,9 +93,7 @@ export class UntagResourceCommand extends $Command< * @public */ constructor(readonly input: UntagResourceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -149,7 +144,4 @@ export class UntagResourceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UntagResourceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-scheduler/package.json b/clients/client-scheduler/package.json index 9a9d27d0243a..7d27d5a8300c 100644 --- a/clients/client-scheduler/package.json +++ b/clients/client-scheduler/package.json @@ -34,29 +34,29 @@ "@aws-sdk/util-endpoints": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@smithy/config-resolver": "^2.0.16", - "@smithy/fetch-http-handler": "^2.2.4", - "@smithy/hash-node": "^2.0.12", - "@smithy/invalid-dependency": "^2.0.12", - "@smithy/middleware-content-length": "^2.0.14", - "@smithy/middleware-endpoint": "^2.1.3", - "@smithy/middleware-retry": "^2.0.18", - "@smithy/middleware-serde": "^2.0.12", - "@smithy/middleware-stack": "^2.0.6", - "@smithy/node-config-provider": "^2.1.3", - "@smithy/node-http-handler": "^2.1.8", - "@smithy/protocol-http": "^3.0.8", - "@smithy/smithy-client": "^2.1.12", - "@smithy/types": "^2.4.0", - "@smithy/url-parser": "^2.0.12", - "@smithy/util-base64": "^2.0.0", + "@smithy/config-resolver": "^2.0.18", + "@smithy/fetch-http-handler": "^2.2.6", + "@smithy/hash-node": "^2.0.15", + "@smithy/invalid-dependency": "^2.0.13", + "@smithy/middleware-content-length": "^2.0.15", + "@smithy/middleware-endpoint": "^2.2.0", + "@smithy/middleware-retry": "^2.0.20", + "@smithy/middleware-serde": "^2.0.13", + "@smithy/middleware-stack": "^2.0.7", + "@smithy/node-config-provider": "^2.1.5", + "@smithy/node-http-handler": "^2.1.9", + "@smithy/protocol-http": "^3.0.9", + "@smithy/smithy-client": "^2.1.15", + "@smithy/types": "^2.5.0", + "@smithy/url-parser": "^2.0.13", + "@smithy/util-base64": "^2.0.1", "@smithy/util-body-length-browser": "^2.0.0", "@smithy/util-body-length-node": "^2.1.0", - "@smithy/util-defaults-mode-browser": "^2.0.16", - "@smithy/util-defaults-mode-node": "^2.0.21", - "@smithy/util-endpoints": "^1.0.2", - "@smithy/util-retry": "^2.0.5", - "@smithy/util-utf8": "^2.0.0", + "@smithy/util-defaults-mode-browser": "^2.0.19", + "@smithy/util-defaults-mode-node": "^2.0.25", + "@smithy/util-endpoints": "^1.0.4", + "@smithy/util-retry": "^2.0.6", + "@smithy/util-utf8": "^2.0.2", "tslib": "^2.5.0", "uuid": "^8.3.2" }, diff --git a/clients/client-scheduler/src/commands/CreateScheduleCommand.ts b/clients/client-scheduler/src/commands/CreateScheduleCommand.ts index ed2b55a58063..adff09f27357 100644 --- a/clients/client-scheduler/src/commands/CreateScheduleCommand.ts +++ b/clients/client-scheduler/src/commands/CreateScheduleCommand.ts @@ -178,9 +178,6 @@ export class CreateScheduleCommand extends $Command< CreateScheduleCommandOutput, SchedulerClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -194,9 +191,7 @@ export class CreateScheduleCommand extends $Command< * @public */ constructor(readonly input: CreateScheduleCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -249,7 +244,4 @@ export class CreateScheduleCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateScheduleCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-scheduler/src/commands/CreateScheduleGroupCommand.ts b/clients/client-scheduler/src/commands/CreateScheduleGroupCommand.ts index dee5850550fb..a3f43b921e71 100644 --- a/clients/client-scheduler/src/commands/CreateScheduleGroupCommand.ts +++ b/clients/client-scheduler/src/commands/CreateScheduleGroupCommand.ts @@ -92,9 +92,6 @@ export class CreateScheduleGroupCommand extends $Command< CreateScheduleGroupCommandOutput, SchedulerClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -108,9 +105,7 @@ export class CreateScheduleGroupCommand extends $Command< * @public */ constructor(readonly input: CreateScheduleGroupCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -163,7 +158,4 @@ export class CreateScheduleGroupCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateScheduleGroupCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-scheduler/src/commands/DeleteScheduleCommand.ts b/clients/client-scheduler/src/commands/DeleteScheduleCommand.ts index e152d2c9e777..596408b6f6c8 100644 --- a/clients/client-scheduler/src/commands/DeleteScheduleCommand.ts +++ b/clients/client-scheduler/src/commands/DeleteScheduleCommand.ts @@ -85,9 +85,6 @@ export class DeleteScheduleCommand extends $Command< DeleteScheduleCommandOutput, SchedulerClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -101,9 +98,7 @@ export class DeleteScheduleCommand extends $Command< * @public */ constructor(readonly input: DeleteScheduleCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -156,7 +151,4 @@ export class DeleteScheduleCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteScheduleCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-scheduler/src/commands/DeleteScheduleGroupCommand.ts b/clients/client-scheduler/src/commands/DeleteScheduleGroupCommand.ts index f6c44c68ad95..3d7127bc72c2 100644 --- a/clients/client-scheduler/src/commands/DeleteScheduleGroupCommand.ts +++ b/clients/client-scheduler/src/commands/DeleteScheduleGroupCommand.ts @@ -92,9 +92,6 @@ export class DeleteScheduleGroupCommand extends $Command< DeleteScheduleGroupCommandOutput, SchedulerClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -108,9 +105,7 @@ export class DeleteScheduleGroupCommand extends $Command< * @public */ constructor(readonly input: DeleteScheduleGroupCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -163,7 +158,4 @@ export class DeleteScheduleGroupCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteScheduleGroupCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-scheduler/src/commands/GetScheduleCommand.ts b/clients/client-scheduler/src/commands/GetScheduleCommand.ts index 26f92fdfe14c..8d3dc6faa05c 100644 --- a/clients/client-scheduler/src/commands/GetScheduleCommand.ts +++ b/clients/client-scheduler/src/commands/GetScheduleCommand.ts @@ -175,9 +175,6 @@ export class GetScheduleCommand extends $Command< GetScheduleCommandOutput, SchedulerClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -191,9 +188,7 @@ export class GetScheduleCommand extends $Command< * @public */ constructor(readonly input: GetScheduleCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -244,7 +239,4 @@ export class GetScheduleCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetScheduleCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-scheduler/src/commands/GetScheduleGroupCommand.ts b/clients/client-scheduler/src/commands/GetScheduleGroupCommand.ts index a25c03dff820..e169ded6c0ba 100644 --- a/clients/client-scheduler/src/commands/GetScheduleGroupCommand.ts +++ b/clients/client-scheduler/src/commands/GetScheduleGroupCommand.ts @@ -86,9 +86,6 @@ export class GetScheduleGroupCommand extends $Command< GetScheduleGroupCommandOutput, SchedulerClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -102,9 +99,7 @@ export class GetScheduleGroupCommand extends $Command< * @public */ constructor(readonly input: GetScheduleGroupCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -157,7 +152,4 @@ export class GetScheduleGroupCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetScheduleGroupCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-scheduler/src/commands/ListScheduleGroupsCommand.ts b/clients/client-scheduler/src/commands/ListScheduleGroupsCommand.ts index d347c76a2217..fc2b4cc6b8ca 100644 --- a/clients/client-scheduler/src/commands/ListScheduleGroupsCommand.ts +++ b/clients/client-scheduler/src/commands/ListScheduleGroupsCommand.ts @@ -90,9 +90,6 @@ export class ListScheduleGroupsCommand extends $Command< ListScheduleGroupsCommandOutput, SchedulerClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -106,9 +103,7 @@ export class ListScheduleGroupsCommand extends $Command< * @public */ constructor(readonly input: ListScheduleGroupsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -161,7 +156,4 @@ export class ListScheduleGroupsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListScheduleGroupsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-scheduler/src/commands/ListSchedulesCommand.ts b/clients/client-scheduler/src/commands/ListSchedulesCommand.ts index d463aac5f0e4..6e66a50fcb9f 100644 --- a/clients/client-scheduler/src/commands/ListSchedulesCommand.ts +++ b/clients/client-scheduler/src/commands/ListSchedulesCommand.ts @@ -99,9 +99,6 @@ export class ListSchedulesCommand extends $Command< ListSchedulesCommandOutput, SchedulerClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -115,9 +112,7 @@ export class ListSchedulesCommand extends $Command< * @public */ constructor(readonly input: ListSchedulesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -168,7 +163,4 @@ export class ListSchedulesCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListSchedulesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-scheduler/src/commands/ListTagsForResourceCommand.ts b/clients/client-scheduler/src/commands/ListTagsForResourceCommand.ts index 62cfd656ac0a..bc009a69bca3 100644 --- a/clients/client-scheduler/src/commands/ListTagsForResourceCommand.ts +++ b/clients/client-scheduler/src/commands/ListTagsForResourceCommand.ts @@ -87,9 +87,6 @@ export class ListTagsForResourceCommand extends $Command< ListTagsForResourceCommandOutput, SchedulerClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -103,9 +100,7 @@ export class ListTagsForResourceCommand extends $Command< * @public */ constructor(readonly input: ListTagsForResourceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -158,7 +153,4 @@ export class ListTagsForResourceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListTagsForResourceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-scheduler/src/commands/TagResourceCommand.ts b/clients/client-scheduler/src/commands/TagResourceCommand.ts index d0d0121a85c5..3c3816e37018 100644 --- a/clients/client-scheduler/src/commands/TagResourceCommand.ts +++ b/clients/client-scheduler/src/commands/TagResourceCommand.ts @@ -89,9 +89,6 @@ export class TagResourceCommand extends $Command< TagResourceCommandOutput, SchedulerClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -105,9 +102,7 @@ export class TagResourceCommand extends $Command< * @public */ constructor(readonly input: TagResourceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -158,7 +153,4 @@ export class TagResourceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_TagResourceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-scheduler/src/commands/UntagResourceCommand.ts b/clients/client-scheduler/src/commands/UntagResourceCommand.ts index 1552a97737e6..9a6af8c3c735 100644 --- a/clients/client-scheduler/src/commands/UntagResourceCommand.ts +++ b/clients/client-scheduler/src/commands/UntagResourceCommand.ts @@ -86,9 +86,6 @@ export class UntagResourceCommand extends $Command< UntagResourceCommandOutput, SchedulerClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -102,9 +99,7 @@ export class UntagResourceCommand extends $Command< * @public */ constructor(readonly input: UntagResourceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -155,7 +150,4 @@ export class UntagResourceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UntagResourceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-scheduler/src/commands/UpdateScheduleCommand.ts b/clients/client-scheduler/src/commands/UpdateScheduleCommand.ts index 1afbac30d93c..e7a5857dab40 100644 --- a/clients/client-scheduler/src/commands/UpdateScheduleCommand.ts +++ b/clients/client-scheduler/src/commands/UpdateScheduleCommand.ts @@ -183,9 +183,6 @@ export class UpdateScheduleCommand extends $Command< UpdateScheduleCommandOutput, SchedulerClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -199,9 +196,7 @@ export class UpdateScheduleCommand extends $Command< * @public */ constructor(readonly input: UpdateScheduleCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -254,7 +249,4 @@ export class UpdateScheduleCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdateScheduleCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-schemas/package.json b/clients/client-schemas/package.json index 23c4e55b19ce..62598a0e3ff6 100644 --- a/clients/client-schemas/package.json +++ b/clients/client-schemas/package.json @@ -34,31 +34,31 @@ "@aws-sdk/util-endpoints": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@smithy/config-resolver": "^2.0.16", - "@smithy/fetch-http-handler": "^2.2.4", - "@smithy/hash-node": "^2.0.12", - "@smithy/invalid-dependency": "^2.0.12", - "@smithy/middleware-content-length": "^2.0.14", - "@smithy/middleware-endpoint": "^2.1.3", - "@smithy/middleware-retry": "^2.0.18", - "@smithy/middleware-serde": "^2.0.12", - "@smithy/middleware-stack": "^2.0.6", - "@smithy/node-config-provider": "^2.1.3", - "@smithy/node-http-handler": "^2.1.8", - "@smithy/protocol-http": "^3.0.8", - "@smithy/smithy-client": "^2.1.12", - "@smithy/types": "^2.4.0", - "@smithy/url-parser": "^2.0.12", - "@smithy/util-base64": "^2.0.0", + "@smithy/config-resolver": "^2.0.18", + "@smithy/fetch-http-handler": "^2.2.6", + "@smithy/hash-node": "^2.0.15", + "@smithy/invalid-dependency": "^2.0.13", + "@smithy/middleware-content-length": "^2.0.15", + "@smithy/middleware-endpoint": "^2.2.0", + "@smithy/middleware-retry": "^2.0.20", + "@smithy/middleware-serde": "^2.0.13", + "@smithy/middleware-stack": "^2.0.7", + "@smithy/node-config-provider": "^2.1.5", + "@smithy/node-http-handler": "^2.1.9", + "@smithy/protocol-http": "^3.0.9", + "@smithy/smithy-client": "^2.1.15", + "@smithy/types": "^2.5.0", + "@smithy/url-parser": "^2.0.13", + "@smithy/util-base64": "^2.0.1", "@smithy/util-body-length-browser": "^2.0.0", "@smithy/util-body-length-node": "^2.1.0", - "@smithy/util-defaults-mode-browser": "^2.0.16", - "@smithy/util-defaults-mode-node": "^2.0.21", - "@smithy/util-endpoints": "^1.0.2", - "@smithy/util-retry": "^2.0.5", - "@smithy/util-stream": "^2.0.17", - "@smithy/util-utf8": "^2.0.0", - "@smithy/util-waiter": "^2.0.12", + "@smithy/util-defaults-mode-browser": "^2.0.19", + "@smithy/util-defaults-mode-node": "^2.0.25", + "@smithy/util-endpoints": "^1.0.4", + "@smithy/util-retry": "^2.0.6", + "@smithy/util-stream": "^2.0.20", + "@smithy/util-utf8": "^2.0.2", + "@smithy/util-waiter": "^2.0.13", "tslib": "^2.5.0", "uuid": "^8.3.2" }, diff --git a/clients/client-schemas/src/commands/CreateDiscovererCommand.ts b/clients/client-schemas/src/commands/CreateDiscovererCommand.ts index 8d7a380ea885..542a9c733d62 100644 --- a/clients/client-schemas/src/commands/CreateDiscovererCommand.ts +++ b/clients/client-schemas/src/commands/CreateDiscovererCommand.ts @@ -95,9 +95,6 @@ export class CreateDiscovererCommand extends $Command< CreateDiscovererCommandOutput, SchemasClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -111,9 +108,7 @@ export class CreateDiscovererCommand extends $Command< * @public */ constructor(readonly input: CreateDiscovererCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -166,7 +161,4 @@ export class CreateDiscovererCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateDiscovererCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-schemas/src/commands/CreateRegistryCommand.ts b/clients/client-schemas/src/commands/CreateRegistryCommand.ts index 193062838115..17d70e93b41b 100644 --- a/clients/client-schemas/src/commands/CreateRegistryCommand.ts +++ b/clients/client-schemas/src/commands/CreateRegistryCommand.ts @@ -91,9 +91,6 @@ export class CreateRegistryCommand extends $Command< CreateRegistryCommandOutput, SchemasClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -107,9 +104,7 @@ export class CreateRegistryCommand extends $Command< * @public */ constructor(readonly input: CreateRegistryCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -162,7 +157,4 @@ export class CreateRegistryCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateRegistryCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-schemas/src/commands/CreateSchemaCommand.ts b/clients/client-schemas/src/commands/CreateSchemaCommand.ts index 8e7021355072..421a96745890 100644 --- a/clients/client-schemas/src/commands/CreateSchemaCommand.ts +++ b/clients/client-schemas/src/commands/CreateSchemaCommand.ts @@ -94,9 +94,6 @@ export class CreateSchemaCommand extends $Command< CreateSchemaCommandOutput, SchemasClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -110,9 +107,7 @@ export class CreateSchemaCommand extends $Command< * @public */ constructor(readonly input: CreateSchemaCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -163,7 +158,4 @@ export class CreateSchemaCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateSchemaCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-schemas/src/commands/DeleteDiscovererCommand.ts b/clients/client-schemas/src/commands/DeleteDiscovererCommand.ts index fb4e9b85e9dd..1044bc92f40d 100644 --- a/clients/client-schemas/src/commands/DeleteDiscovererCommand.ts +++ b/clients/client-schemas/src/commands/DeleteDiscovererCommand.ts @@ -80,9 +80,6 @@ export class DeleteDiscovererCommand extends $Command< DeleteDiscovererCommandOutput, SchemasClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -96,9 +93,7 @@ export class DeleteDiscovererCommand extends $Command< * @public */ constructor(readonly input: DeleteDiscovererCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -151,7 +146,4 @@ export class DeleteDiscovererCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteDiscovererCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-schemas/src/commands/DeleteRegistryCommand.ts b/clients/client-schemas/src/commands/DeleteRegistryCommand.ts index bcc4afd739c0..4f2aa47fd473 100644 --- a/clients/client-schemas/src/commands/DeleteRegistryCommand.ts +++ b/clients/client-schemas/src/commands/DeleteRegistryCommand.ts @@ -80,9 +80,6 @@ export class DeleteRegistryCommand extends $Command< DeleteRegistryCommandOutput, SchemasClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -96,9 +93,7 @@ export class DeleteRegistryCommand extends $Command< * @public */ constructor(readonly input: DeleteRegistryCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -151,7 +146,4 @@ export class DeleteRegistryCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteRegistryCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-schemas/src/commands/DeleteResourcePolicyCommand.ts b/clients/client-schemas/src/commands/DeleteResourcePolicyCommand.ts index 622d4c2be2fb..6b136e28e4cc 100644 --- a/clients/client-schemas/src/commands/DeleteResourcePolicyCommand.ts +++ b/clients/client-schemas/src/commands/DeleteResourcePolicyCommand.ts @@ -80,9 +80,6 @@ export class DeleteResourcePolicyCommand extends $Command< DeleteResourcePolicyCommandOutput, SchemasClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -96,9 +93,7 @@ export class DeleteResourcePolicyCommand extends $Command< * @public */ constructor(readonly input: DeleteResourcePolicyCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -151,7 +146,4 @@ export class DeleteResourcePolicyCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteResourcePolicyCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-schemas/src/commands/DeleteSchemaCommand.ts b/clients/client-schemas/src/commands/DeleteSchemaCommand.ts index bdbcf59003e7..e6e52859662b 100644 --- a/clients/client-schemas/src/commands/DeleteSchemaCommand.ts +++ b/clients/client-schemas/src/commands/DeleteSchemaCommand.ts @@ -81,9 +81,6 @@ export class DeleteSchemaCommand extends $Command< DeleteSchemaCommandOutput, SchemasClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -97,9 +94,7 @@ export class DeleteSchemaCommand extends $Command< * @public */ constructor(readonly input: DeleteSchemaCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -150,7 +145,4 @@ export class DeleteSchemaCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteSchemaCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-schemas/src/commands/DeleteSchemaVersionCommand.ts b/clients/client-schemas/src/commands/DeleteSchemaVersionCommand.ts index a10ae7d381f2..47935ab17646 100644 --- a/clients/client-schemas/src/commands/DeleteSchemaVersionCommand.ts +++ b/clients/client-schemas/src/commands/DeleteSchemaVersionCommand.ts @@ -82,9 +82,6 @@ export class DeleteSchemaVersionCommand extends $Command< DeleteSchemaVersionCommandOutput, SchemasClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -98,9 +95,7 @@ export class DeleteSchemaVersionCommand extends $Command< * @public */ constructor(readonly input: DeleteSchemaVersionCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -153,7 +148,4 @@ export class DeleteSchemaVersionCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteSchemaVersionCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-schemas/src/commands/DescribeCodeBindingCommand.ts b/clients/client-schemas/src/commands/DescribeCodeBindingCommand.ts index aff59905c6d0..7ea10ab4b2f2 100644 --- a/clients/client-schemas/src/commands/DescribeCodeBindingCommand.ts +++ b/clients/client-schemas/src/commands/DescribeCodeBindingCommand.ts @@ -88,9 +88,6 @@ export class DescribeCodeBindingCommand extends $Command< DescribeCodeBindingCommandOutput, SchemasClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -104,9 +101,7 @@ export class DescribeCodeBindingCommand extends $Command< * @public */ constructor(readonly input: DescribeCodeBindingCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -159,7 +154,4 @@ export class DescribeCodeBindingCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DescribeCodeBindingCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-schemas/src/commands/DescribeDiscovererCommand.ts b/clients/client-schemas/src/commands/DescribeDiscovererCommand.ts index 4f85160cc6ce..b925d1e56890 100644 --- a/clients/client-schemas/src/commands/DescribeDiscovererCommand.ts +++ b/clients/client-schemas/src/commands/DescribeDiscovererCommand.ts @@ -90,9 +90,6 @@ export class DescribeDiscovererCommand extends $Command< DescribeDiscovererCommandOutput, SchemasClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -106,9 +103,7 @@ export class DescribeDiscovererCommand extends $Command< * @public */ constructor(readonly input: DescribeDiscovererCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -161,7 +156,4 @@ export class DescribeDiscovererCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DescribeDiscovererCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-schemas/src/commands/DescribeRegistryCommand.ts b/clients/client-schemas/src/commands/DescribeRegistryCommand.ts index e0d2483ed598..9ef0d5191314 100644 --- a/clients/client-schemas/src/commands/DescribeRegistryCommand.ts +++ b/clients/client-schemas/src/commands/DescribeRegistryCommand.ts @@ -87,9 +87,6 @@ export class DescribeRegistryCommand extends $Command< DescribeRegistryCommandOutput, SchemasClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -103,9 +100,7 @@ export class DescribeRegistryCommand extends $Command< * @public */ constructor(readonly input: DescribeRegistryCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -158,7 +153,4 @@ export class DescribeRegistryCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DescribeRegistryCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-schemas/src/commands/DescribeSchemaCommand.ts b/clients/client-schemas/src/commands/DescribeSchemaCommand.ts index 1739aa5c0c6f..bf9cb958ff18 100644 --- a/clients/client-schemas/src/commands/DescribeSchemaCommand.ts +++ b/clients/client-schemas/src/commands/DescribeSchemaCommand.ts @@ -94,9 +94,6 @@ export class DescribeSchemaCommand extends $Command< DescribeSchemaCommandOutput, SchemasClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -110,9 +107,7 @@ export class DescribeSchemaCommand extends $Command< * @public */ constructor(readonly input: DescribeSchemaCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -165,7 +160,4 @@ export class DescribeSchemaCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DescribeSchemaCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-schemas/src/commands/ExportSchemaCommand.ts b/clients/client-schemas/src/commands/ExportSchemaCommand.ts index 4c7846a73ec1..a4242e10ee33 100644 --- a/clients/client-schemas/src/commands/ExportSchemaCommand.ts +++ b/clients/client-schemas/src/commands/ExportSchemaCommand.ts @@ -91,9 +91,6 @@ export class ExportSchemaCommand extends $Command< ExportSchemaCommandOutput, SchemasClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -107,9 +104,7 @@ export class ExportSchemaCommand extends $Command< * @public */ constructor(readonly input: ExportSchemaCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -160,7 +155,4 @@ export class ExportSchemaCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ExportSchemaCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-schemas/src/commands/GetCodeBindingSourceCommand.ts b/clients/client-schemas/src/commands/GetCodeBindingSourceCommand.ts index e6d45347f0be..40d00849c7fd 100644 --- a/clients/client-schemas/src/commands/GetCodeBindingSourceCommand.ts +++ b/clients/client-schemas/src/commands/GetCodeBindingSourceCommand.ts @@ -93,9 +93,6 @@ export class GetCodeBindingSourceCommand extends $Command< GetCodeBindingSourceCommandOutput, SchemasClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -109,9 +106,7 @@ export class GetCodeBindingSourceCommand extends $Command< * @public */ constructor(readonly input: GetCodeBindingSourceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -164,7 +159,4 @@ export class GetCodeBindingSourceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetCodeBindingSourceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-schemas/src/commands/GetDiscoveredSchemaCommand.ts b/clients/client-schemas/src/commands/GetDiscoveredSchemaCommand.ts index bb03b80792c1..568ef36a6a32 100644 --- a/clients/client-schemas/src/commands/GetDiscoveredSchemaCommand.ts +++ b/clients/client-schemas/src/commands/GetDiscoveredSchemaCommand.ts @@ -83,9 +83,6 @@ export class GetDiscoveredSchemaCommand extends $Command< GetDiscoveredSchemaCommandOutput, SchemasClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -99,9 +96,7 @@ export class GetDiscoveredSchemaCommand extends $Command< * @public */ constructor(readonly input: GetDiscoveredSchemaCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -154,7 +149,4 @@ export class GetDiscoveredSchemaCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetDiscoveredSchemaCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-schemas/src/commands/GetResourcePolicyCommand.ts b/clients/client-schemas/src/commands/GetResourcePolicyCommand.ts index 4efff42991f3..e0e4783200f3 100644 --- a/clients/client-schemas/src/commands/GetResourcePolicyCommand.ts +++ b/clients/client-schemas/src/commands/GetResourcePolicyCommand.ts @@ -83,9 +83,6 @@ export class GetResourcePolicyCommand extends $Command< GetResourcePolicyCommandOutput, SchemasClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -99,9 +96,7 @@ export class GetResourcePolicyCommand extends $Command< * @public */ constructor(readonly input: GetResourcePolicyCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -154,7 +149,4 @@ export class GetResourcePolicyCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetResourcePolicyCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-schemas/src/commands/ListDiscoverersCommand.ts b/clients/client-schemas/src/commands/ListDiscoverersCommand.ts index 9fd884d52b89..8271e300f884 100644 --- a/clients/client-schemas/src/commands/ListDiscoverersCommand.ts +++ b/clients/client-schemas/src/commands/ListDiscoverersCommand.ts @@ -95,9 +95,6 @@ export class ListDiscoverersCommand extends $Command< ListDiscoverersCommandOutput, SchemasClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -111,9 +108,7 @@ export class ListDiscoverersCommand extends $Command< * @public */ constructor(readonly input: ListDiscoverersCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -166,7 +161,4 @@ export class ListDiscoverersCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListDiscoverersCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-schemas/src/commands/ListRegistriesCommand.ts b/clients/client-schemas/src/commands/ListRegistriesCommand.ts index f7cb8b1bcbd8..9cc3c2358d1b 100644 --- a/clients/client-schemas/src/commands/ListRegistriesCommand.ts +++ b/clients/client-schemas/src/commands/ListRegistriesCommand.ts @@ -92,9 +92,6 @@ export class ListRegistriesCommand extends $Command< ListRegistriesCommandOutput, SchemasClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -108,9 +105,7 @@ export class ListRegistriesCommand extends $Command< * @public */ constructor(readonly input: ListRegistriesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -163,7 +158,4 @@ export class ListRegistriesCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListRegistriesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-schemas/src/commands/ListSchemaVersionsCommand.ts b/clients/client-schemas/src/commands/ListSchemaVersionsCommand.ts index 8579c5bea9a1..6a551f1f2e30 100644 --- a/clients/client-schemas/src/commands/ListSchemaVersionsCommand.ts +++ b/clients/client-schemas/src/commands/ListSchemaVersionsCommand.ts @@ -93,9 +93,6 @@ export class ListSchemaVersionsCommand extends $Command< ListSchemaVersionsCommandOutput, SchemasClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -109,9 +106,7 @@ export class ListSchemaVersionsCommand extends $Command< * @public */ constructor(readonly input: ListSchemaVersionsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -164,7 +159,4 @@ export class ListSchemaVersionsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListSchemaVersionsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-schemas/src/commands/ListSchemasCommand.ts b/clients/client-schemas/src/commands/ListSchemasCommand.ts index 3b6ad14b104f..a51afea15a2a 100644 --- a/clients/client-schemas/src/commands/ListSchemasCommand.ts +++ b/clients/client-schemas/src/commands/ListSchemasCommand.ts @@ -94,9 +94,6 @@ export class ListSchemasCommand extends $Command< ListSchemasCommandOutput, SchemasClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -110,9 +107,7 @@ export class ListSchemasCommand extends $Command< * @public */ constructor(readonly input: ListSchemasCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -163,7 +158,4 @@ export class ListSchemasCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListSchemasCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-schemas/src/commands/ListTagsForResourceCommand.ts b/clients/client-schemas/src/commands/ListTagsForResourceCommand.ts index aeb3125203b4..4dab2b9667ee 100644 --- a/clients/client-schemas/src/commands/ListTagsForResourceCommand.ts +++ b/clients/client-schemas/src/commands/ListTagsForResourceCommand.ts @@ -80,9 +80,6 @@ export class ListTagsForResourceCommand extends $Command< ListTagsForResourceCommandOutput, SchemasClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -96,9 +93,7 @@ export class ListTagsForResourceCommand extends $Command< * @public */ constructor(readonly input: ListTagsForResourceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -151,7 +146,4 @@ export class ListTagsForResourceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListTagsForResourceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-schemas/src/commands/PutCodeBindingCommand.ts b/clients/client-schemas/src/commands/PutCodeBindingCommand.ts index adb681b6f830..3b94bc6469d1 100644 --- a/clients/client-schemas/src/commands/PutCodeBindingCommand.ts +++ b/clients/client-schemas/src/commands/PutCodeBindingCommand.ts @@ -90,9 +90,6 @@ export class PutCodeBindingCommand extends $Command< PutCodeBindingCommandOutput, SchemasClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -106,9 +103,7 @@ export class PutCodeBindingCommand extends $Command< * @public */ constructor(readonly input: PutCodeBindingCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -161,7 +156,4 @@ export class PutCodeBindingCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_PutCodeBindingCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-schemas/src/commands/PutResourcePolicyCommand.ts b/clients/client-schemas/src/commands/PutResourcePolicyCommand.ts index 8a8179d002fa..15fa4f13719f 100644 --- a/clients/client-schemas/src/commands/PutResourcePolicyCommand.ts +++ b/clients/client-schemas/src/commands/PutResourcePolicyCommand.ts @@ -87,9 +87,6 @@ export class PutResourcePolicyCommand extends $Command< PutResourcePolicyCommandOutput, SchemasClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -103,9 +100,7 @@ export class PutResourcePolicyCommand extends $Command< * @public */ constructor(readonly input: PutResourcePolicyCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -158,7 +153,4 @@ export class PutResourcePolicyCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_PutResourcePolicyCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-schemas/src/commands/SearchSchemasCommand.ts b/clients/client-schemas/src/commands/SearchSchemasCommand.ts index d6119a202cf3..bab95202ca59 100644 --- a/clients/client-schemas/src/commands/SearchSchemasCommand.ts +++ b/clients/client-schemas/src/commands/SearchSchemasCommand.ts @@ -97,9 +97,6 @@ export class SearchSchemasCommand extends $Command< SearchSchemasCommandOutput, SchemasClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -113,9 +110,7 @@ export class SearchSchemasCommand extends $Command< * @public */ constructor(readonly input: SearchSchemasCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -166,7 +161,4 @@ export class SearchSchemasCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_SearchSchemasCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-schemas/src/commands/StartDiscovererCommand.ts b/clients/client-schemas/src/commands/StartDiscovererCommand.ts index 9c05853d572c..dc46c3f2bdeb 100644 --- a/clients/client-schemas/src/commands/StartDiscovererCommand.ts +++ b/clients/client-schemas/src/commands/StartDiscovererCommand.ts @@ -83,9 +83,6 @@ export class StartDiscovererCommand extends $Command< StartDiscovererCommandOutput, SchemasClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -99,9 +96,7 @@ export class StartDiscovererCommand extends $Command< * @public */ constructor(readonly input: StartDiscovererCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -154,7 +149,4 @@ export class StartDiscovererCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_StartDiscovererCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-schemas/src/commands/StopDiscovererCommand.ts b/clients/client-schemas/src/commands/StopDiscovererCommand.ts index 91457434110f..1a94ddfc9e62 100644 --- a/clients/client-schemas/src/commands/StopDiscovererCommand.ts +++ b/clients/client-schemas/src/commands/StopDiscovererCommand.ts @@ -83,9 +83,6 @@ export class StopDiscovererCommand extends $Command< StopDiscovererCommandOutput, SchemasClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -99,9 +96,7 @@ export class StopDiscovererCommand extends $Command< * @public */ constructor(readonly input: StopDiscovererCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -154,7 +149,4 @@ export class StopDiscovererCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_StopDiscovererCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-schemas/src/commands/TagResourceCommand.ts b/clients/client-schemas/src/commands/TagResourceCommand.ts index d5cde9b5e5c8..adf01396af28 100644 --- a/clients/client-schemas/src/commands/TagResourceCommand.ts +++ b/clients/client-schemas/src/commands/TagResourceCommand.ts @@ -79,9 +79,6 @@ export class TagResourceCommand extends $Command< TagResourceCommandOutput, SchemasClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -95,9 +92,7 @@ export class TagResourceCommand extends $Command< * @public */ constructor(readonly input: TagResourceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -148,7 +143,4 @@ export class TagResourceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_TagResourceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-schemas/src/commands/UntagResourceCommand.ts b/clients/client-schemas/src/commands/UntagResourceCommand.ts index b657194a25e5..db058af7dd43 100644 --- a/clients/client-schemas/src/commands/UntagResourceCommand.ts +++ b/clients/client-schemas/src/commands/UntagResourceCommand.ts @@ -79,9 +79,6 @@ export class UntagResourceCommand extends $Command< UntagResourceCommandOutput, SchemasClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -95,9 +92,7 @@ export class UntagResourceCommand extends $Command< * @public */ constructor(readonly input: UntagResourceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -148,7 +143,4 @@ export class UntagResourceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UntagResourceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-schemas/src/commands/UpdateDiscovererCommand.ts b/clients/client-schemas/src/commands/UpdateDiscovererCommand.ts index 8a2af90b49d5..5122ed21f412 100644 --- a/clients/client-schemas/src/commands/UpdateDiscovererCommand.ts +++ b/clients/client-schemas/src/commands/UpdateDiscovererCommand.ts @@ -92,9 +92,6 @@ export class UpdateDiscovererCommand extends $Command< UpdateDiscovererCommandOutput, SchemasClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -108,9 +105,7 @@ export class UpdateDiscovererCommand extends $Command< * @public */ constructor(readonly input: UpdateDiscovererCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -163,7 +158,4 @@ export class UpdateDiscovererCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdateDiscovererCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-schemas/src/commands/UpdateRegistryCommand.ts b/clients/client-schemas/src/commands/UpdateRegistryCommand.ts index 00bf451b9443..7166944c03ae 100644 --- a/clients/client-schemas/src/commands/UpdateRegistryCommand.ts +++ b/clients/client-schemas/src/commands/UpdateRegistryCommand.ts @@ -88,9 +88,6 @@ export class UpdateRegistryCommand extends $Command< UpdateRegistryCommandOutput, SchemasClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -104,9 +101,7 @@ export class UpdateRegistryCommand extends $Command< * @public */ constructor(readonly input: UpdateRegistryCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -159,7 +154,4 @@ export class UpdateRegistryCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdateRegistryCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-schemas/src/commands/UpdateSchemaCommand.ts b/clients/client-schemas/src/commands/UpdateSchemaCommand.ts index 7ea8496a07cd..835b41cf89a3 100644 --- a/clients/client-schemas/src/commands/UpdateSchemaCommand.ts +++ b/clients/client-schemas/src/commands/UpdateSchemaCommand.ts @@ -94,9 +94,6 @@ export class UpdateSchemaCommand extends $Command< UpdateSchemaCommandOutput, SchemasClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -110,9 +107,7 @@ export class UpdateSchemaCommand extends $Command< * @public */ constructor(readonly input: UpdateSchemaCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -163,7 +158,4 @@ export class UpdateSchemaCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdateSchemaCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-secrets-manager/package.json b/clients/client-secrets-manager/package.json index 36a5d4d85990..d5e95a19239c 100644 --- a/clients/client-secrets-manager/package.json +++ b/clients/client-secrets-manager/package.json @@ -34,29 +34,29 @@ "@aws-sdk/util-endpoints": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@smithy/config-resolver": "^2.0.16", - "@smithy/fetch-http-handler": "^2.2.4", - "@smithy/hash-node": "^2.0.12", - "@smithy/invalid-dependency": "^2.0.12", - "@smithy/middleware-content-length": "^2.0.14", - "@smithy/middleware-endpoint": "^2.1.3", - "@smithy/middleware-retry": "^2.0.18", - "@smithy/middleware-serde": "^2.0.12", - "@smithy/middleware-stack": "^2.0.6", - "@smithy/node-config-provider": "^2.1.3", - "@smithy/node-http-handler": "^2.1.8", - "@smithy/protocol-http": "^3.0.8", - "@smithy/smithy-client": "^2.1.12", - "@smithy/types": "^2.4.0", - "@smithy/url-parser": "^2.0.12", - "@smithy/util-base64": "^2.0.0", + "@smithy/config-resolver": "^2.0.18", + "@smithy/fetch-http-handler": "^2.2.6", + "@smithy/hash-node": "^2.0.15", + "@smithy/invalid-dependency": "^2.0.13", + "@smithy/middleware-content-length": "^2.0.15", + "@smithy/middleware-endpoint": "^2.2.0", + "@smithy/middleware-retry": "^2.0.20", + "@smithy/middleware-serde": "^2.0.13", + "@smithy/middleware-stack": "^2.0.7", + "@smithy/node-config-provider": "^2.1.5", + "@smithy/node-http-handler": "^2.1.9", + "@smithy/protocol-http": "^3.0.9", + "@smithy/smithy-client": "^2.1.15", + "@smithy/types": "^2.5.0", + "@smithy/url-parser": "^2.0.13", + "@smithy/util-base64": "^2.0.1", "@smithy/util-body-length-browser": "^2.0.0", "@smithy/util-body-length-node": "^2.1.0", - "@smithy/util-defaults-mode-browser": "^2.0.16", - "@smithy/util-defaults-mode-node": "^2.0.21", - "@smithy/util-endpoints": "^1.0.2", - "@smithy/util-retry": "^2.0.5", - "@smithy/util-utf8": "^2.0.0", + "@smithy/util-defaults-mode-browser": "^2.0.19", + "@smithy/util-defaults-mode-node": "^2.0.25", + "@smithy/util-endpoints": "^1.0.4", + "@smithy/util-retry": "^2.0.6", + "@smithy/util-utf8": "^2.0.2", "tslib": "^2.5.0", "uuid": "^8.3.2" }, diff --git a/clients/client-secrets-manager/src/commands/CancelRotateSecretCommand.ts b/clients/client-secrets-manager/src/commands/CancelRotateSecretCommand.ts index a2d39e683ef8..792c2f139432 100644 --- a/clients/client-secrets-manager/src/commands/CancelRotateSecretCommand.ts +++ b/clients/client-secrets-manager/src/commands/CancelRotateSecretCommand.ts @@ -134,9 +134,6 @@ export class CancelRotateSecretCommand extends $Command< CancelRotateSecretCommandOutput, SecretsManagerClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -150,9 +147,7 @@ export class CancelRotateSecretCommand extends $Command< * @public */ constructor(readonly input: CancelRotateSecretCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -205,7 +200,4 @@ export class CancelRotateSecretCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CancelRotateSecretCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-secrets-manager/src/commands/CreateSecretCommand.ts b/clients/client-secrets-manager/src/commands/CreateSecretCommand.ts index 5ac6f3e6041b..a5e5e1bee4bc 100644 --- a/clients/client-secrets-manager/src/commands/CreateSecretCommand.ts +++ b/clients/client-secrets-manager/src/commands/CreateSecretCommand.ts @@ -202,9 +202,6 @@ export class CreateSecretCommand extends $Command< CreateSecretCommandOutput, SecretsManagerClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -218,9 +215,7 @@ export class CreateSecretCommand extends $Command< * @public */ constructor(readonly input: CreateSecretCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -271,7 +266,4 @@ export class CreateSecretCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateSecretCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-secrets-manager/src/commands/DeleteResourcePolicyCommand.ts b/clients/client-secrets-manager/src/commands/DeleteResourcePolicyCommand.ts index 954cf1981f5b..417614f63cfc 100644 --- a/clients/client-secrets-manager/src/commands/DeleteResourcePolicyCommand.ts +++ b/clients/client-secrets-manager/src/commands/DeleteResourcePolicyCommand.ts @@ -123,9 +123,6 @@ export class DeleteResourcePolicyCommand extends $Command< DeleteResourcePolicyCommandOutput, SecretsManagerClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -139,9 +136,7 @@ export class DeleteResourcePolicyCommand extends $Command< * @public */ constructor(readonly input: DeleteResourcePolicyCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -194,7 +189,4 @@ export class DeleteResourcePolicyCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteResourcePolicyCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-secrets-manager/src/commands/DeleteSecretCommand.ts b/clients/client-secrets-manager/src/commands/DeleteSecretCommand.ts index 563b2b4c9674..184b79636408 100644 --- a/clients/client-secrets-manager/src/commands/DeleteSecretCommand.ts +++ b/clients/client-secrets-manager/src/commands/DeleteSecretCommand.ts @@ -148,9 +148,6 @@ export class DeleteSecretCommand extends $Command< DeleteSecretCommandOutput, SecretsManagerClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -164,9 +161,7 @@ export class DeleteSecretCommand extends $Command< * @public */ constructor(readonly input: DeleteSecretCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -217,7 +212,4 @@ export class DeleteSecretCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteSecretCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-secrets-manager/src/commands/DescribeSecretCommand.ts b/clients/client-secrets-manager/src/commands/DescribeSecretCommand.ts index 729a59c6842c..82f469d4205d 100644 --- a/clients/client-secrets-manager/src/commands/DescribeSecretCommand.ts +++ b/clients/client-secrets-manager/src/commands/DescribeSecretCommand.ts @@ -173,9 +173,6 @@ export class DescribeSecretCommand extends $Command< DescribeSecretCommandOutput, SecretsManagerClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -189,9 +186,7 @@ export class DescribeSecretCommand extends $Command< * @public */ constructor(readonly input: DescribeSecretCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -244,7 +239,4 @@ export class DescribeSecretCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DescribeSecretCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-secrets-manager/src/commands/GetRandomPasswordCommand.ts b/clients/client-secrets-manager/src/commands/GetRandomPasswordCommand.ts index 49c4c837303a..b98c3ea54796 100644 --- a/clients/client-secrets-manager/src/commands/GetRandomPasswordCommand.ts +++ b/clients/client-secrets-manager/src/commands/GetRandomPasswordCommand.ts @@ -132,9 +132,6 @@ export class GetRandomPasswordCommand extends $Command< GetRandomPasswordCommandOutput, SecretsManagerClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -148,9 +145,7 @@ export class GetRandomPasswordCommand extends $Command< * @public */ constructor(readonly input: GetRandomPasswordCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -203,7 +198,4 @@ export class GetRandomPasswordCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetRandomPasswordCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-secrets-manager/src/commands/GetResourcePolicyCommand.ts b/clients/client-secrets-manager/src/commands/GetResourcePolicyCommand.ts index 87036a155d50..d87e7e276522 100644 --- a/clients/client-secrets-manager/src/commands/GetResourcePolicyCommand.ts +++ b/clients/client-secrets-manager/src/commands/GetResourcePolicyCommand.ts @@ -127,9 +127,6 @@ export class GetResourcePolicyCommand extends $Command< GetResourcePolicyCommandOutput, SecretsManagerClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -143,9 +140,7 @@ export class GetResourcePolicyCommand extends $Command< * @public */ constructor(readonly input: GetResourcePolicyCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -198,7 +193,4 @@ export class GetResourcePolicyCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetResourcePolicyCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-secrets-manager/src/commands/GetSecretValueCommand.ts b/clients/client-secrets-manager/src/commands/GetSecretValueCommand.ts index 7340d0980742..c43f61b11d03 100644 --- a/clients/client-secrets-manager/src/commands/GetSecretValueCommand.ts +++ b/clients/client-secrets-manager/src/commands/GetSecretValueCommand.ts @@ -153,9 +153,6 @@ export class GetSecretValueCommand extends $Command< GetSecretValueCommandOutput, SecretsManagerClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -169,9 +166,7 @@ export class GetSecretValueCommand extends $Command< * @public */ constructor(readonly input: GetSecretValueCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -224,7 +219,4 @@ export class GetSecretValueCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetSecretValueCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-secrets-manager/src/commands/ListSecretVersionIdsCommand.ts b/clients/client-secrets-manager/src/commands/ListSecretVersionIdsCommand.ts index 4979eb6c2dad..2438be695e1f 100644 --- a/clients/client-secrets-manager/src/commands/ListSecretVersionIdsCommand.ts +++ b/clients/client-secrets-manager/src/commands/ListSecretVersionIdsCommand.ts @@ -148,9 +148,6 @@ export class ListSecretVersionIdsCommand extends $Command< ListSecretVersionIdsCommandOutput, SecretsManagerClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -164,9 +161,7 @@ export class ListSecretVersionIdsCommand extends $Command< * @public */ constructor(readonly input: ListSecretVersionIdsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -219,7 +214,4 @@ export class ListSecretVersionIdsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListSecretVersionIdsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-secrets-manager/src/commands/ListSecretsCommand.ts b/clients/client-secrets-manager/src/commands/ListSecretsCommand.ts index fa4652ec5f78..367baff68820 100644 --- a/clients/client-secrets-manager/src/commands/ListSecretsCommand.ts +++ b/clients/client-secrets-manager/src/commands/ListSecretsCommand.ts @@ -193,9 +193,6 @@ export class ListSecretsCommand extends $Command< ListSecretsCommandOutput, SecretsManagerClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -209,9 +206,7 @@ export class ListSecretsCommand extends $Command< * @public */ constructor(readonly input: ListSecretsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -262,7 +257,4 @@ export class ListSecretsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListSecretsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-secrets-manager/src/commands/PutResourcePolicyCommand.ts b/clients/client-secrets-manager/src/commands/PutResourcePolicyCommand.ts index 7bcdc6adba1d..b02567032f3b 100644 --- a/clients/client-secrets-manager/src/commands/PutResourcePolicyCommand.ts +++ b/clients/client-secrets-manager/src/commands/PutResourcePolicyCommand.ts @@ -135,9 +135,6 @@ export class PutResourcePolicyCommand extends $Command< PutResourcePolicyCommandOutput, SecretsManagerClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -151,9 +148,7 @@ export class PutResourcePolicyCommand extends $Command< * @public */ constructor(readonly input: PutResourcePolicyCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -206,7 +201,4 @@ export class PutResourcePolicyCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_PutResourcePolicyCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-secrets-manager/src/commands/PutSecretValueCommand.ts b/clients/client-secrets-manager/src/commands/PutSecretValueCommand.ts index cffe5b3aa43b..3b4ab0e30bd4 100644 --- a/clients/client-secrets-manager/src/commands/PutSecretValueCommand.ts +++ b/clients/client-secrets-manager/src/commands/PutSecretValueCommand.ts @@ -176,9 +176,6 @@ export class PutSecretValueCommand extends $Command< PutSecretValueCommandOutput, SecretsManagerClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -192,9 +189,7 @@ export class PutSecretValueCommand extends $Command< * @public */ constructor(readonly input: PutSecretValueCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -247,7 +242,4 @@ export class PutSecretValueCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_PutSecretValueCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-secrets-manager/src/commands/RemoveRegionsFromReplicationCommand.ts b/clients/client-secrets-manager/src/commands/RemoveRegionsFromReplicationCommand.ts index 0b4795d8018a..74d2a0484c25 100644 --- a/clients/client-secrets-manager/src/commands/RemoveRegionsFromReplicationCommand.ts +++ b/clients/client-secrets-manager/src/commands/RemoveRegionsFromReplicationCommand.ts @@ -121,9 +121,6 @@ export class RemoveRegionsFromReplicationCommand extends $Command< RemoveRegionsFromReplicationCommandOutput, SecretsManagerClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -137,9 +134,7 @@ export class RemoveRegionsFromReplicationCommand extends $Command< * @public */ constructor(readonly input: RemoveRegionsFromReplicationCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -195,7 +190,4 @@ export class RemoveRegionsFromReplicationCommand extends $Command< ): Promise { return de_RemoveRegionsFromReplicationCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-secrets-manager/src/commands/ReplicateSecretToRegionsCommand.ts b/clients/client-secrets-manager/src/commands/ReplicateSecretToRegionsCommand.ts index f07735b19143..c4aca4cf0d29 100644 --- a/clients/client-secrets-manager/src/commands/ReplicateSecretToRegionsCommand.ts +++ b/clients/client-secrets-manager/src/commands/ReplicateSecretToRegionsCommand.ts @@ -149,9 +149,6 @@ export class ReplicateSecretToRegionsCommand extends $Command< ReplicateSecretToRegionsCommandOutput, SecretsManagerClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -165,9 +162,7 @@ export class ReplicateSecretToRegionsCommand extends $Command< * @public */ constructor(readonly input: ReplicateSecretToRegionsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -220,7 +215,4 @@ export class ReplicateSecretToRegionsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ReplicateSecretToRegionsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-secrets-manager/src/commands/RestoreSecretCommand.ts b/clients/client-secrets-manager/src/commands/RestoreSecretCommand.ts index 6f6a23a0029b..19e3be567c95 100644 --- a/clients/client-secrets-manager/src/commands/RestoreSecretCommand.ts +++ b/clients/client-secrets-manager/src/commands/RestoreSecretCommand.ts @@ -123,9 +123,6 @@ export class RestoreSecretCommand extends $Command< RestoreSecretCommandOutput, SecretsManagerClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -139,9 +136,7 @@ export class RestoreSecretCommand extends $Command< * @public */ constructor(readonly input: RestoreSecretCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -192,7 +187,4 @@ export class RestoreSecretCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_RestoreSecretCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-secrets-manager/src/commands/RotateSecretCommand.ts b/clients/client-secrets-manager/src/commands/RotateSecretCommand.ts index 7335ea11f252..17872a749938 100644 --- a/clients/client-secrets-manager/src/commands/RotateSecretCommand.ts +++ b/clients/client-secrets-manager/src/commands/RotateSecretCommand.ts @@ -163,9 +163,6 @@ export class RotateSecretCommand extends $Command< RotateSecretCommandOutput, SecretsManagerClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -179,9 +176,7 @@ export class RotateSecretCommand extends $Command< * @public */ constructor(readonly input: RotateSecretCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -232,7 +227,4 @@ export class RotateSecretCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_RotateSecretCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-secrets-manager/src/commands/StopReplicationToReplicaCommand.ts b/clients/client-secrets-manager/src/commands/StopReplicationToReplicaCommand.ts index 65d0a4d8be68..43dcd66e7392 100644 --- a/clients/client-secrets-manager/src/commands/StopReplicationToReplicaCommand.ts +++ b/clients/client-secrets-manager/src/commands/StopReplicationToReplicaCommand.ts @@ -105,9 +105,6 @@ export class StopReplicationToReplicaCommand extends $Command< StopReplicationToReplicaCommandOutput, SecretsManagerClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -121,9 +118,7 @@ export class StopReplicationToReplicaCommand extends $Command< * @public */ constructor(readonly input: StopReplicationToReplicaCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -176,7 +171,4 @@ export class StopReplicationToReplicaCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_StopReplicationToReplicaCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-secrets-manager/src/commands/TagResourceCommand.ts b/clients/client-secrets-manager/src/commands/TagResourceCommand.ts index 4daea4381033..2af52d7a84c7 100644 --- a/clients/client-secrets-manager/src/commands/TagResourceCommand.ts +++ b/clients/client-secrets-manager/src/commands/TagResourceCommand.ts @@ -138,9 +138,6 @@ export class TagResourceCommand extends $Command< TagResourceCommandOutput, SecretsManagerClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -154,9 +151,7 @@ export class TagResourceCommand extends $Command< * @public */ constructor(readonly input: TagResourceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -207,7 +202,4 @@ export class TagResourceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_TagResourceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-secrets-manager/src/commands/UntagResourceCommand.ts b/clients/client-secrets-manager/src/commands/UntagResourceCommand.ts index 09fb6f2c2063..824fa9bda41c 100644 --- a/clients/client-secrets-manager/src/commands/UntagResourceCommand.ts +++ b/clients/client-secrets-manager/src/commands/UntagResourceCommand.ts @@ -128,9 +128,6 @@ export class UntagResourceCommand extends $Command< UntagResourceCommandOutput, SecretsManagerClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -144,9 +141,7 @@ export class UntagResourceCommand extends $Command< * @public */ constructor(readonly input: UntagResourceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -197,7 +192,4 @@ export class UntagResourceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UntagResourceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-secrets-manager/src/commands/UpdateSecretCommand.ts b/clients/client-secrets-manager/src/commands/UpdateSecretCommand.ts index cb3856a07f8d..e9117677e56f 100644 --- a/clients/client-secrets-manager/src/commands/UpdateSecretCommand.ts +++ b/clients/client-secrets-manager/src/commands/UpdateSecretCommand.ts @@ -206,9 +206,6 @@ export class UpdateSecretCommand extends $Command< UpdateSecretCommandOutput, SecretsManagerClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -222,9 +219,7 @@ export class UpdateSecretCommand extends $Command< * @public */ constructor(readonly input: UpdateSecretCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -275,7 +270,4 @@ export class UpdateSecretCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdateSecretCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-secrets-manager/src/commands/UpdateSecretVersionStageCommand.ts b/clients/client-secrets-manager/src/commands/UpdateSecretVersionStageCommand.ts index f0aa26780365..f220d5ce568b 100644 --- a/clients/client-secrets-manager/src/commands/UpdateSecretVersionStageCommand.ts +++ b/clients/client-secrets-manager/src/commands/UpdateSecretVersionStageCommand.ts @@ -183,9 +183,6 @@ export class UpdateSecretVersionStageCommand extends $Command< UpdateSecretVersionStageCommandOutput, SecretsManagerClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -199,9 +196,7 @@ export class UpdateSecretVersionStageCommand extends $Command< * @public */ constructor(readonly input: UpdateSecretVersionStageCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -254,7 +249,4 @@ export class UpdateSecretVersionStageCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdateSecretVersionStageCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-secrets-manager/src/commands/ValidateResourcePolicyCommand.ts b/clients/client-secrets-manager/src/commands/ValidateResourcePolicyCommand.ts index 41afbc863b6b..827285d967cf 100644 --- a/clients/client-secrets-manager/src/commands/ValidateResourcePolicyCommand.ts +++ b/clients/client-secrets-manager/src/commands/ValidateResourcePolicyCommand.ts @@ -146,9 +146,6 @@ export class ValidateResourcePolicyCommand extends $Command< ValidateResourcePolicyCommandOutput, SecretsManagerClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -162,9 +159,7 @@ export class ValidateResourcePolicyCommand extends $Command< * @public */ constructor(readonly input: ValidateResourcePolicyCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -217,7 +212,4 @@ export class ValidateResourcePolicyCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ValidateResourcePolicyCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-securityhub/package.json b/clients/client-securityhub/package.json index 21d7a0d11173..7da09c37ba38 100644 --- a/clients/client-securityhub/package.json +++ b/clients/client-securityhub/package.json @@ -34,29 +34,29 @@ "@aws-sdk/util-endpoints": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@smithy/config-resolver": "^2.0.16", - "@smithy/fetch-http-handler": "^2.2.4", - "@smithy/hash-node": "^2.0.12", - "@smithy/invalid-dependency": "^2.0.12", - "@smithy/middleware-content-length": "^2.0.14", - "@smithy/middleware-endpoint": "^2.1.3", - "@smithy/middleware-retry": "^2.0.18", - "@smithy/middleware-serde": "^2.0.12", - "@smithy/middleware-stack": "^2.0.6", - "@smithy/node-config-provider": "^2.1.3", - "@smithy/node-http-handler": "^2.1.8", - "@smithy/protocol-http": "^3.0.8", - "@smithy/smithy-client": "^2.1.12", - "@smithy/types": "^2.4.0", - "@smithy/url-parser": "^2.0.12", - "@smithy/util-base64": "^2.0.0", + "@smithy/config-resolver": "^2.0.18", + "@smithy/fetch-http-handler": "^2.2.6", + "@smithy/hash-node": "^2.0.15", + "@smithy/invalid-dependency": "^2.0.13", + "@smithy/middleware-content-length": "^2.0.15", + "@smithy/middleware-endpoint": "^2.2.0", + "@smithy/middleware-retry": "^2.0.20", + "@smithy/middleware-serde": "^2.0.13", + "@smithy/middleware-stack": "^2.0.7", + "@smithy/node-config-provider": "^2.1.5", + "@smithy/node-http-handler": "^2.1.9", + "@smithy/protocol-http": "^3.0.9", + "@smithy/smithy-client": "^2.1.15", + "@smithy/types": "^2.5.0", + "@smithy/url-parser": "^2.0.13", + "@smithy/util-base64": "^2.0.1", "@smithy/util-body-length-browser": "^2.0.0", "@smithy/util-body-length-node": "^2.1.0", - "@smithy/util-defaults-mode-browser": "^2.0.16", - "@smithy/util-defaults-mode-node": "^2.0.21", - "@smithy/util-endpoints": "^1.0.2", - "@smithy/util-retry": "^2.0.5", - "@smithy/util-utf8": "^2.0.0", + "@smithy/util-defaults-mode-browser": "^2.0.19", + "@smithy/util-defaults-mode-node": "^2.0.25", + "@smithy/util-endpoints": "^1.0.4", + "@smithy/util-retry": "^2.0.6", + "@smithy/util-utf8": "^2.0.2", "tslib": "^2.5.0" }, "devDependencies": { diff --git a/clients/client-securityhub/src/commands/AcceptAdministratorInvitationCommand.ts b/clients/client-securityhub/src/commands/AcceptAdministratorInvitationCommand.ts index db6f15cab6dd..abffc073457a 100644 --- a/clients/client-securityhub/src/commands/AcceptAdministratorInvitationCommand.ts +++ b/clients/client-securityhub/src/commands/AcceptAdministratorInvitationCommand.ts @@ -108,9 +108,6 @@ export class AcceptAdministratorInvitationCommand extends $Command< AcceptAdministratorInvitationCommandOutput, SecurityHubClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -124,9 +121,7 @@ export class AcceptAdministratorInvitationCommand extends $Command< * @public */ constructor(readonly input: AcceptAdministratorInvitationCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -182,7 +177,4 @@ export class AcceptAdministratorInvitationCommand extends $Command< ): Promise { return de_AcceptAdministratorInvitationCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-securityhub/src/commands/AcceptInvitationCommand.ts b/clients/client-securityhub/src/commands/AcceptInvitationCommand.ts index 933f80d07be3..7ac912f30b6a 100644 --- a/clients/client-securityhub/src/commands/AcceptInvitationCommand.ts +++ b/clients/client-securityhub/src/commands/AcceptInvitationCommand.ts @@ -95,9 +95,6 @@ export class AcceptInvitationCommand extends $Command< AcceptInvitationCommandOutput, SecurityHubClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -111,9 +108,7 @@ export class AcceptInvitationCommand extends $Command< * @public */ constructor(readonly input: AcceptInvitationCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -166,7 +161,4 @@ export class AcceptInvitationCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_AcceptInvitationCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-securityhub/src/commands/BatchDeleteAutomationRulesCommand.ts b/clients/client-securityhub/src/commands/BatchDeleteAutomationRulesCommand.ts index 594184fbdbff..af173a1f7856 100644 --- a/clients/client-securityhub/src/commands/BatchDeleteAutomationRulesCommand.ts +++ b/clients/client-securityhub/src/commands/BatchDeleteAutomationRulesCommand.ts @@ -128,9 +128,6 @@ export class BatchDeleteAutomationRulesCommand extends $Command< BatchDeleteAutomationRulesCommandOutput, SecurityHubClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -144,9 +141,7 @@ export class BatchDeleteAutomationRulesCommand extends $Command< * @public */ constructor(readonly input: BatchDeleteAutomationRulesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -202,7 +197,4 @@ export class BatchDeleteAutomationRulesCommand extends $Command< ): Promise { return de_BatchDeleteAutomationRulesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-securityhub/src/commands/BatchDisableStandardsCommand.ts b/clients/client-securityhub/src/commands/BatchDisableStandardsCommand.ts index cefd6181c291..ed3774a4a3f2 100644 --- a/clients/client-securityhub/src/commands/BatchDisableStandardsCommand.ts +++ b/clients/client-securityhub/src/commands/BatchDisableStandardsCommand.ts @@ -126,9 +126,6 @@ export class BatchDisableStandardsCommand extends $Command< BatchDisableStandardsCommandOutput, SecurityHubClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -142,9 +139,7 @@ export class BatchDisableStandardsCommand extends $Command< * @public */ constructor(readonly input: BatchDisableStandardsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -197,7 +192,4 @@ export class BatchDisableStandardsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_BatchDisableStandardsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-securityhub/src/commands/BatchEnableStandardsCommand.ts b/clients/client-securityhub/src/commands/BatchEnableStandardsCommand.ts index 0ce627a3707a..7b53942227d9 100644 --- a/clients/client-securityhub/src/commands/BatchEnableStandardsCommand.ts +++ b/clients/client-securityhub/src/commands/BatchEnableStandardsCommand.ts @@ -134,9 +134,6 @@ export class BatchEnableStandardsCommand extends $Command< BatchEnableStandardsCommandOutput, SecurityHubClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -150,9 +147,7 @@ export class BatchEnableStandardsCommand extends $Command< * @public */ constructor(readonly input: BatchEnableStandardsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -205,7 +200,4 @@ export class BatchEnableStandardsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_BatchEnableStandardsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-securityhub/src/commands/BatchGetAutomationRulesCommand.ts b/clients/client-securityhub/src/commands/BatchGetAutomationRulesCommand.ts index 31e054ba3102..0f52f1f94ade 100644 --- a/clients/client-securityhub/src/commands/BatchGetAutomationRulesCommand.ts +++ b/clients/client-securityhub/src/commands/BatchGetAutomationRulesCommand.ts @@ -381,9 +381,6 @@ export class BatchGetAutomationRulesCommand extends $Command< BatchGetAutomationRulesCommandOutput, SecurityHubClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -397,9 +394,7 @@ export class BatchGetAutomationRulesCommand extends $Command< * @public */ constructor(readonly input: BatchGetAutomationRulesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -452,7 +447,4 @@ export class BatchGetAutomationRulesCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_BatchGetAutomationRulesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-securityhub/src/commands/BatchGetSecurityControlsCommand.ts b/clients/client-securityhub/src/commands/BatchGetSecurityControlsCommand.ts index c47b70798b42..0b485dc5b485 100644 --- a/clients/client-securityhub/src/commands/BatchGetSecurityControlsCommand.ts +++ b/clients/client-securityhub/src/commands/BatchGetSecurityControlsCommand.ts @@ -143,9 +143,6 @@ export class BatchGetSecurityControlsCommand extends $Command< BatchGetSecurityControlsCommandOutput, SecurityHubClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -159,9 +156,7 @@ export class BatchGetSecurityControlsCommand extends $Command< * @public */ constructor(readonly input: BatchGetSecurityControlsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -214,7 +209,4 @@ export class BatchGetSecurityControlsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_BatchGetSecurityControlsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-securityhub/src/commands/BatchGetStandardsControlAssociationsCommand.ts b/clients/client-securityhub/src/commands/BatchGetStandardsControlAssociationsCommand.ts index ca8f2739a52c..0e40ccc5ab65 100644 --- a/clients/client-securityhub/src/commands/BatchGetStandardsControlAssociationsCommand.ts +++ b/clients/client-securityhub/src/commands/BatchGetStandardsControlAssociationsCommand.ts @@ -176,9 +176,6 @@ export class BatchGetStandardsControlAssociationsCommand extends $Command< BatchGetStandardsControlAssociationsCommandOutput, SecurityHubClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -192,9 +189,7 @@ export class BatchGetStandardsControlAssociationsCommand extends $Command< * @public */ constructor(readonly input: BatchGetStandardsControlAssociationsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -253,7 +248,4 @@ export class BatchGetStandardsControlAssociationsCommand extends $Command< ): Promise { return de_BatchGetStandardsControlAssociationsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-securityhub/src/commands/BatchImportFindingsCommand.ts b/clients/client-securityhub/src/commands/BatchImportFindingsCommand.ts index dce02b918921..8fa9561a0edb 100644 --- a/clients/client-securityhub/src/commands/BatchImportFindingsCommand.ts +++ b/clients/client-securityhub/src/commands/BatchImportFindingsCommand.ts @@ -4318,9 +4318,6 @@ export class BatchImportFindingsCommand extends $Command< BatchImportFindingsCommandOutput, SecurityHubClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -4334,9 +4331,7 @@ export class BatchImportFindingsCommand extends $Command< * @public */ constructor(readonly input: BatchImportFindingsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -4389,7 +4384,4 @@ export class BatchImportFindingsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_BatchImportFindingsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-securityhub/src/commands/BatchUpdateAutomationRulesCommand.ts b/clients/client-securityhub/src/commands/BatchUpdateAutomationRulesCommand.ts index 76d04308e87e..d031ffa25791 100644 --- a/clients/client-securityhub/src/commands/BatchUpdateAutomationRulesCommand.ts +++ b/clients/client-securityhub/src/commands/BatchUpdateAutomationRulesCommand.ts @@ -308,9 +308,6 @@ export class BatchUpdateAutomationRulesCommand extends $Command< BatchUpdateAutomationRulesCommandOutput, SecurityHubClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -324,9 +321,7 @@ export class BatchUpdateAutomationRulesCommand extends $Command< * @public */ constructor(readonly input: BatchUpdateAutomationRulesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -382,7 +377,4 @@ export class BatchUpdateAutomationRulesCommand extends $Command< ): Promise { return de_BatchUpdateAutomationRulesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-securityhub/src/commands/BatchUpdateFindingsCommand.ts b/clients/client-securityhub/src/commands/BatchUpdateFindingsCommand.ts index 9bbc555cdf19..1da56ae2567c 100644 --- a/clients/client-securityhub/src/commands/BatchUpdateFindingsCommand.ts +++ b/clients/client-securityhub/src/commands/BatchUpdateFindingsCommand.ts @@ -249,9 +249,6 @@ export class BatchUpdateFindingsCommand extends $Command< BatchUpdateFindingsCommandOutput, SecurityHubClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -265,9 +262,7 @@ export class BatchUpdateFindingsCommand extends $Command< * @public */ constructor(readonly input: BatchUpdateFindingsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -320,7 +315,4 @@ export class BatchUpdateFindingsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_BatchUpdateFindingsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-securityhub/src/commands/BatchUpdateStandardsControlAssociationsCommand.ts b/clients/client-securityhub/src/commands/BatchUpdateStandardsControlAssociationsCommand.ts index 9fe9421ffa9d..98edff8070c0 100644 --- a/clients/client-securityhub/src/commands/BatchUpdateStandardsControlAssociationsCommand.ts +++ b/clients/client-securityhub/src/commands/BatchUpdateStandardsControlAssociationsCommand.ts @@ -153,9 +153,6 @@ export class BatchUpdateStandardsControlAssociationsCommand extends $Command< BatchUpdateStandardsControlAssociationsCommandOutput, SecurityHubClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -169,9 +166,7 @@ export class BatchUpdateStandardsControlAssociationsCommand extends $Command< * @public */ constructor(readonly input: BatchUpdateStandardsControlAssociationsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -236,7 +231,4 @@ export class BatchUpdateStandardsControlAssociationsCommand extends $Command< ): Promise { return de_BatchUpdateStandardsControlAssociationsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-securityhub/src/commands/CreateActionTargetCommand.ts b/clients/client-securityhub/src/commands/CreateActionTargetCommand.ts index ff4218733031..c6255c2d3baf 100644 --- a/clients/client-securityhub/src/commands/CreateActionTargetCommand.ts +++ b/clients/client-securityhub/src/commands/CreateActionTargetCommand.ts @@ -109,9 +109,6 @@ export class CreateActionTargetCommand extends $Command< CreateActionTargetCommandOutput, SecurityHubClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -125,9 +122,7 @@ export class CreateActionTargetCommand extends $Command< * @public */ constructor(readonly input: CreateActionTargetCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -180,7 +175,4 @@ export class CreateActionTargetCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateActionTargetCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-securityhub/src/commands/CreateAutomationRuleCommand.ts b/clients/client-securityhub/src/commands/CreateAutomationRuleCommand.ts index 4133181495ff..61d1b69d4edc 100644 --- a/clients/client-securityhub/src/commands/CreateAutomationRuleCommand.ts +++ b/clients/client-securityhub/src/commands/CreateAutomationRuleCommand.ts @@ -336,9 +336,6 @@ export class CreateAutomationRuleCommand extends $Command< CreateAutomationRuleCommandOutput, SecurityHubClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -352,9 +349,7 @@ export class CreateAutomationRuleCommand extends $Command< * @public */ constructor(readonly input: CreateAutomationRuleCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -407,7 +402,4 @@ export class CreateAutomationRuleCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateAutomationRuleCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-securityhub/src/commands/CreateFindingAggregatorCommand.ts b/clients/client-securityhub/src/commands/CreateFindingAggregatorCommand.ts index bbec141fbe98..3742c3b63c0f 100644 --- a/clients/client-securityhub/src/commands/CreateFindingAggregatorCommand.ts +++ b/clients/client-securityhub/src/commands/CreateFindingAggregatorCommand.ts @@ -123,9 +123,6 @@ export class CreateFindingAggregatorCommand extends $Command< CreateFindingAggregatorCommandOutput, SecurityHubClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -139,9 +136,7 @@ export class CreateFindingAggregatorCommand extends $Command< * @public */ constructor(readonly input: CreateFindingAggregatorCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -194,7 +189,4 @@ export class CreateFindingAggregatorCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateFindingAggregatorCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-securityhub/src/commands/CreateInsightCommand.ts b/clients/client-securityhub/src/commands/CreateInsightCommand.ts index 352f16f03ab7..29b6a0d0fb00 100644 --- a/clients/client-securityhub/src/commands/CreateInsightCommand.ts +++ b/clients/client-securityhub/src/commands/CreateInsightCommand.ts @@ -373,9 +373,6 @@ export class CreateInsightCommand extends $Command< CreateInsightCommandOutput, SecurityHubClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -389,9 +386,7 @@ export class CreateInsightCommand extends $Command< * @public */ constructor(readonly input: CreateInsightCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -442,7 +437,4 @@ export class CreateInsightCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateInsightCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-securityhub/src/commands/CreateMembersCommand.ts b/clients/client-securityhub/src/commands/CreateMembersCommand.ts index ff6421a8ecbd..e98bd09a16b4 100644 --- a/clients/client-securityhub/src/commands/CreateMembersCommand.ts +++ b/clients/client-securityhub/src/commands/CreateMembersCommand.ts @@ -154,9 +154,6 @@ export class CreateMembersCommand extends $Command< CreateMembersCommandOutput, SecurityHubClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -170,9 +167,7 @@ export class CreateMembersCommand extends $Command< * @public */ constructor(readonly input: CreateMembersCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -223,7 +218,4 @@ export class CreateMembersCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateMembersCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-securityhub/src/commands/DeclineInvitationsCommand.ts b/clients/client-securityhub/src/commands/DeclineInvitationsCommand.ts index b9a4c7fbcacc..f0186ad94338 100644 --- a/clients/client-securityhub/src/commands/DeclineInvitationsCommand.ts +++ b/clients/client-securityhub/src/commands/DeclineInvitationsCommand.ts @@ -112,9 +112,6 @@ export class DeclineInvitationsCommand extends $Command< DeclineInvitationsCommandOutput, SecurityHubClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -128,9 +125,7 @@ export class DeclineInvitationsCommand extends $Command< * @public */ constructor(readonly input: DeclineInvitationsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -183,7 +178,4 @@ export class DeclineInvitationsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeclineInvitationsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-securityhub/src/commands/DeleteActionTargetCommand.ts b/clients/client-securityhub/src/commands/DeleteActionTargetCommand.ts index 2651d65bffd8..cef29854e5ed 100644 --- a/clients/client-securityhub/src/commands/DeleteActionTargetCommand.ts +++ b/clients/client-securityhub/src/commands/DeleteActionTargetCommand.ts @@ -101,9 +101,6 @@ export class DeleteActionTargetCommand extends $Command< DeleteActionTargetCommandOutput, SecurityHubClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -117,9 +114,7 @@ export class DeleteActionTargetCommand extends $Command< * @public */ constructor(readonly input: DeleteActionTargetCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -172,7 +167,4 @@ export class DeleteActionTargetCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteActionTargetCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-securityhub/src/commands/DeleteFindingAggregatorCommand.ts b/clients/client-securityhub/src/commands/DeleteFindingAggregatorCommand.ts index fe9631bae40d..ecffb6ec70f0 100644 --- a/clients/client-securityhub/src/commands/DeleteFindingAggregatorCommand.ts +++ b/clients/client-securityhub/src/commands/DeleteFindingAggregatorCommand.ts @@ -101,9 +101,6 @@ export class DeleteFindingAggregatorCommand extends $Command< DeleteFindingAggregatorCommandOutput, SecurityHubClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -117,9 +114,7 @@ export class DeleteFindingAggregatorCommand extends $Command< * @public */ constructor(readonly input: DeleteFindingAggregatorCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -172,7 +167,4 @@ export class DeleteFindingAggregatorCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteFindingAggregatorCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-securityhub/src/commands/DeleteInsightCommand.ts b/clients/client-securityhub/src/commands/DeleteInsightCommand.ts index 78da3a6b0330..97553ca461df 100644 --- a/clients/client-securityhub/src/commands/DeleteInsightCommand.ts +++ b/clients/client-securityhub/src/commands/DeleteInsightCommand.ts @@ -103,9 +103,6 @@ export class DeleteInsightCommand extends $Command< DeleteInsightCommandOutput, SecurityHubClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -119,9 +116,7 @@ export class DeleteInsightCommand extends $Command< * @public */ constructor(readonly input: DeleteInsightCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -172,7 +167,4 @@ export class DeleteInsightCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteInsightCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-securityhub/src/commands/DeleteInvitationsCommand.ts b/clients/client-securityhub/src/commands/DeleteInvitationsCommand.ts index 27521478249b..a400fbc7aa96 100644 --- a/clients/client-securityhub/src/commands/DeleteInvitationsCommand.ts +++ b/clients/client-securityhub/src/commands/DeleteInvitationsCommand.ts @@ -115,9 +115,6 @@ export class DeleteInvitationsCommand extends $Command< DeleteInvitationsCommandOutput, SecurityHubClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -131,9 +128,7 @@ export class DeleteInvitationsCommand extends $Command< * @public */ constructor(readonly input: DeleteInvitationsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -186,7 +181,4 @@ export class DeleteInvitationsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteInvitationsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-securityhub/src/commands/DeleteMembersCommand.ts b/clients/client-securityhub/src/commands/DeleteMembersCommand.ts index 04b0058aa327..a78bec2034b7 100644 --- a/clients/client-securityhub/src/commands/DeleteMembersCommand.ts +++ b/clients/client-securityhub/src/commands/DeleteMembersCommand.ts @@ -115,9 +115,6 @@ export class DeleteMembersCommand extends $Command< DeleteMembersCommandOutput, SecurityHubClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -131,9 +128,7 @@ export class DeleteMembersCommand extends $Command< * @public */ constructor(readonly input: DeleteMembersCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -184,7 +179,4 @@ export class DeleteMembersCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteMembersCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-securityhub/src/commands/DescribeActionTargetsCommand.ts b/clients/client-securityhub/src/commands/DescribeActionTargetsCommand.ts index 4f106917b371..67450570972e 100644 --- a/clients/client-securityhub/src/commands/DescribeActionTargetsCommand.ts +++ b/clients/client-securityhub/src/commands/DescribeActionTargetsCommand.ts @@ -118,9 +118,6 @@ export class DescribeActionTargetsCommand extends $Command< DescribeActionTargetsCommandOutput, SecurityHubClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -134,9 +131,7 @@ export class DescribeActionTargetsCommand extends $Command< * @public */ constructor(readonly input: DescribeActionTargetsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -189,7 +184,4 @@ export class DescribeActionTargetsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DescribeActionTargetsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-securityhub/src/commands/DescribeHubCommand.ts b/clients/client-securityhub/src/commands/DescribeHubCommand.ts index a4ddeae6c96c..c61444cafe48 100644 --- a/clients/client-securityhub/src/commands/DescribeHubCommand.ts +++ b/clients/client-securityhub/src/commands/DescribeHubCommand.ts @@ -110,9 +110,6 @@ export class DescribeHubCommand extends $Command< DescribeHubCommandOutput, SecurityHubClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -126,9 +123,7 @@ export class DescribeHubCommand extends $Command< * @public */ constructor(readonly input: DescribeHubCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -179,7 +174,4 @@ export class DescribeHubCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DescribeHubCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-securityhub/src/commands/DescribeOrganizationConfigurationCommand.ts b/clients/client-securityhub/src/commands/DescribeOrganizationConfigurationCommand.ts index c4b355ed47aa..8fa54615a55a 100644 --- a/clients/client-securityhub/src/commands/DescribeOrganizationConfigurationCommand.ts +++ b/clients/client-securityhub/src/commands/DescribeOrganizationConfigurationCommand.ts @@ -109,9 +109,6 @@ export class DescribeOrganizationConfigurationCommand extends $Command< DescribeOrganizationConfigurationCommandOutput, SecurityHubClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -125,9 +122,7 @@ export class DescribeOrganizationConfigurationCommand extends $Command< * @public */ constructor(readonly input: DescribeOrganizationConfigurationCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -186,7 +181,4 @@ export class DescribeOrganizationConfigurationCommand extends $Command< ): Promise { return de_DescribeOrganizationConfigurationCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-securityhub/src/commands/DescribeProductsCommand.ts b/clients/client-securityhub/src/commands/DescribeProductsCommand.ts index e35f69ef519c..7db6216e4dcd 100644 --- a/clients/client-securityhub/src/commands/DescribeProductsCommand.ts +++ b/clients/client-securityhub/src/commands/DescribeProductsCommand.ts @@ -146,9 +146,6 @@ export class DescribeProductsCommand extends $Command< DescribeProductsCommandOutput, SecurityHubClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -162,9 +159,7 @@ export class DescribeProductsCommand extends $Command< * @public */ constructor(readonly input: DescribeProductsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -217,7 +212,4 @@ export class DescribeProductsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DescribeProductsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-securityhub/src/commands/DescribeStandardsCommand.ts b/clients/client-securityhub/src/commands/DescribeStandardsCommand.ts index 1162e092bd2b..7e263cbaece7 100644 --- a/clients/client-securityhub/src/commands/DescribeStandardsCommand.ts +++ b/clients/client-securityhub/src/commands/DescribeStandardsCommand.ts @@ -133,9 +133,6 @@ export class DescribeStandardsCommand extends $Command< DescribeStandardsCommandOutput, SecurityHubClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -149,9 +146,7 @@ export class DescribeStandardsCommand extends $Command< * @public */ constructor(readonly input: DescribeStandardsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -204,7 +199,4 @@ export class DescribeStandardsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DescribeStandardsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-securityhub/src/commands/DescribeStandardsControlsCommand.ts b/clients/client-securityhub/src/commands/DescribeStandardsControlsCommand.ts index 145a148de0b3..09bdff0fae4b 100644 --- a/clients/client-securityhub/src/commands/DescribeStandardsControlsCommand.ts +++ b/clients/client-securityhub/src/commands/DescribeStandardsControlsCommand.ts @@ -149,9 +149,6 @@ export class DescribeStandardsControlsCommand extends $Command< DescribeStandardsControlsCommandOutput, SecurityHubClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -165,9 +162,7 @@ export class DescribeStandardsControlsCommand extends $Command< * @public */ constructor(readonly input: DescribeStandardsControlsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -223,7 +218,4 @@ export class DescribeStandardsControlsCommand extends $Command< ): Promise { return de_DescribeStandardsControlsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-securityhub/src/commands/DisableImportFindingsForProductCommand.ts b/clients/client-securityhub/src/commands/DisableImportFindingsForProductCommand.ts index ab3754cb10ef..9d6985011c15 100644 --- a/clients/client-securityhub/src/commands/DisableImportFindingsForProductCommand.ts +++ b/clients/client-securityhub/src/commands/DisableImportFindingsForProductCommand.ts @@ -102,9 +102,6 @@ export class DisableImportFindingsForProductCommand extends $Command< DisableImportFindingsForProductCommandOutput, SecurityHubClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -118,9 +115,7 @@ export class DisableImportFindingsForProductCommand extends $Command< * @public */ constructor(readonly input: DisableImportFindingsForProductCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -179,7 +174,4 @@ export class DisableImportFindingsForProductCommand extends $Command< ): Promise { return de_DisableImportFindingsForProductCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-securityhub/src/commands/DisableOrganizationAdminAccountCommand.ts b/clients/client-securityhub/src/commands/DisableOrganizationAdminAccountCommand.ts index 1f6a139d3ba9..4af8d7fc9c0e 100644 --- a/clients/client-securityhub/src/commands/DisableOrganizationAdminAccountCommand.ts +++ b/clients/client-securityhub/src/commands/DisableOrganizationAdminAccountCommand.ts @@ -99,9 +99,6 @@ export class DisableOrganizationAdminAccountCommand extends $Command< DisableOrganizationAdminAccountCommandOutput, SecurityHubClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -115,9 +112,7 @@ export class DisableOrganizationAdminAccountCommand extends $Command< * @public */ constructor(readonly input: DisableOrganizationAdminAccountCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -176,7 +171,4 @@ export class DisableOrganizationAdminAccountCommand extends $Command< ): Promise { return de_DisableOrganizationAdminAccountCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-securityhub/src/commands/DisableSecurityHubCommand.ts b/clients/client-securityhub/src/commands/DisableSecurityHubCommand.ts index 3c68338a57f9..9f62bf1af00f 100644 --- a/clients/client-securityhub/src/commands/DisableSecurityHubCommand.ts +++ b/clients/client-securityhub/src/commands/DisableSecurityHubCommand.ts @@ -95,9 +95,6 @@ export class DisableSecurityHubCommand extends $Command< DisableSecurityHubCommandOutput, SecurityHubClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -111,9 +108,7 @@ export class DisableSecurityHubCommand extends $Command< * @public */ constructor(readonly input: DisableSecurityHubCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -166,7 +161,4 @@ export class DisableSecurityHubCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DisableSecurityHubCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-securityhub/src/commands/DisassociateFromAdministratorAccountCommand.ts b/clients/client-securityhub/src/commands/DisassociateFromAdministratorAccountCommand.ts index 929981570e6d..41084422f482 100644 --- a/clients/client-securityhub/src/commands/DisassociateFromAdministratorAccountCommand.ts +++ b/clients/client-securityhub/src/commands/DisassociateFromAdministratorAccountCommand.ts @@ -104,9 +104,6 @@ export class DisassociateFromAdministratorAccountCommand extends $Command< DisassociateFromAdministratorAccountCommandOutput, SecurityHubClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -120,9 +117,7 @@ export class DisassociateFromAdministratorAccountCommand extends $Command< * @public */ constructor(readonly input: DisassociateFromAdministratorAccountCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -181,7 +176,4 @@ export class DisassociateFromAdministratorAccountCommand extends $Command< ): Promise { return de_DisassociateFromAdministratorAccountCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-securityhub/src/commands/DisassociateFromMasterAccountCommand.ts b/clients/client-securityhub/src/commands/DisassociateFromMasterAccountCommand.ts index 795ec3b9fca8..3cb35c4cbe0c 100644 --- a/clients/client-securityhub/src/commands/DisassociateFromMasterAccountCommand.ts +++ b/clients/client-securityhub/src/commands/DisassociateFromMasterAccountCommand.ts @@ -96,9 +96,6 @@ export class DisassociateFromMasterAccountCommand extends $Command< DisassociateFromMasterAccountCommandOutput, SecurityHubClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -112,9 +109,7 @@ export class DisassociateFromMasterAccountCommand extends $Command< * @public */ constructor(readonly input: DisassociateFromMasterAccountCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -170,7 +165,4 @@ export class DisassociateFromMasterAccountCommand extends $Command< ): Promise { return de_DisassociateFromMasterAccountCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-securityhub/src/commands/DisassociateMembersCommand.ts b/clients/client-securityhub/src/commands/DisassociateMembersCommand.ts index 40f40b1852ec..bb7e56ee109c 100644 --- a/clients/client-securityhub/src/commands/DisassociateMembersCommand.ts +++ b/clients/client-securityhub/src/commands/DisassociateMembersCommand.ts @@ -103,9 +103,6 @@ export class DisassociateMembersCommand extends $Command< DisassociateMembersCommandOutput, SecurityHubClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -119,9 +116,7 @@ export class DisassociateMembersCommand extends $Command< * @public */ constructor(readonly input: DisassociateMembersCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -174,7 +169,4 @@ export class DisassociateMembersCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DisassociateMembersCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-securityhub/src/commands/EnableImportFindingsForProductCommand.ts b/clients/client-securityhub/src/commands/EnableImportFindingsForProductCommand.ts index efcc0e9e14ea..5aaae60b8041 100644 --- a/clients/client-securityhub/src/commands/EnableImportFindingsForProductCommand.ts +++ b/clients/client-securityhub/src/commands/EnableImportFindingsForProductCommand.ts @@ -111,9 +111,6 @@ export class EnableImportFindingsForProductCommand extends $Command< EnableImportFindingsForProductCommandOutput, SecurityHubClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -127,9 +124,7 @@ export class EnableImportFindingsForProductCommand extends $Command< * @public */ constructor(readonly input: EnableImportFindingsForProductCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -188,7 +183,4 @@ export class EnableImportFindingsForProductCommand extends $Command< ): Promise { return de_EnableImportFindingsForProductCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-securityhub/src/commands/EnableOrganizationAdminAccountCommand.ts b/clients/client-securityhub/src/commands/EnableOrganizationAdminAccountCommand.ts index 1f57988e63bf..7205dc839cfe 100644 --- a/clients/client-securityhub/src/commands/EnableOrganizationAdminAccountCommand.ts +++ b/clients/client-securityhub/src/commands/EnableOrganizationAdminAccountCommand.ts @@ -99,9 +99,6 @@ export class EnableOrganizationAdminAccountCommand extends $Command< EnableOrganizationAdminAccountCommandOutput, SecurityHubClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -115,9 +112,7 @@ export class EnableOrganizationAdminAccountCommand extends $Command< * @public */ constructor(readonly input: EnableOrganizationAdminAccountCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -176,7 +171,4 @@ export class EnableOrganizationAdminAccountCommand extends $Command< ): Promise { return de_EnableOrganizationAdminAccountCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-securityhub/src/commands/EnableSecurityHubCommand.ts b/clients/client-securityhub/src/commands/EnableSecurityHubCommand.ts index b8aa904ad1fb..e45935184b33 100644 --- a/clients/client-securityhub/src/commands/EnableSecurityHubCommand.ts +++ b/clients/client-securityhub/src/commands/EnableSecurityHubCommand.ts @@ -121,9 +121,6 @@ export class EnableSecurityHubCommand extends $Command< EnableSecurityHubCommandOutput, SecurityHubClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -137,9 +134,7 @@ export class EnableSecurityHubCommand extends $Command< * @public */ constructor(readonly input: EnableSecurityHubCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -192,7 +187,4 @@ export class EnableSecurityHubCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_EnableSecurityHubCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-securityhub/src/commands/GetAdministratorAccountCommand.ts b/clients/client-securityhub/src/commands/GetAdministratorAccountCommand.ts index aa5560aa4ea9..b26866669864 100644 --- a/clients/client-securityhub/src/commands/GetAdministratorAccountCommand.ts +++ b/clients/client-securityhub/src/commands/GetAdministratorAccountCommand.ts @@ -111,9 +111,6 @@ export class GetAdministratorAccountCommand extends $Command< GetAdministratorAccountCommandOutput, SecurityHubClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -127,9 +124,7 @@ export class GetAdministratorAccountCommand extends $Command< * @public */ constructor(readonly input: GetAdministratorAccountCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -182,7 +177,4 @@ export class GetAdministratorAccountCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetAdministratorAccountCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-securityhub/src/commands/GetEnabledStandardsCommand.ts b/clients/client-securityhub/src/commands/GetEnabledStandardsCommand.ts index 3953fedf79a6..e7d1755a584b 100644 --- a/clients/client-securityhub/src/commands/GetEnabledStandardsCommand.ts +++ b/clients/client-securityhub/src/commands/GetEnabledStandardsCommand.ts @@ -126,9 +126,6 @@ export class GetEnabledStandardsCommand extends $Command< GetEnabledStandardsCommandOutput, SecurityHubClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -142,9 +139,7 @@ export class GetEnabledStandardsCommand extends $Command< * @public */ constructor(readonly input: GetEnabledStandardsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -197,7 +192,4 @@ export class GetEnabledStandardsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetEnabledStandardsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-securityhub/src/commands/GetFindingAggregatorCommand.ts b/clients/client-securityhub/src/commands/GetFindingAggregatorCommand.ts index 1320a83779c3..332676279179 100644 --- a/clients/client-securityhub/src/commands/GetFindingAggregatorCommand.ts +++ b/clients/client-securityhub/src/commands/GetFindingAggregatorCommand.ts @@ -117,9 +117,6 @@ export class GetFindingAggregatorCommand extends $Command< GetFindingAggregatorCommandOutput, SecurityHubClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -133,9 +130,7 @@ export class GetFindingAggregatorCommand extends $Command< * @public */ constructor(readonly input: GetFindingAggregatorCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -188,7 +183,4 @@ export class GetFindingAggregatorCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetFindingAggregatorCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-securityhub/src/commands/GetFindingHistoryCommand.ts b/clients/client-securityhub/src/commands/GetFindingHistoryCommand.ts index 7e09b554e077..47eef1665679 100644 --- a/clients/client-securityhub/src/commands/GetFindingHistoryCommand.ts +++ b/clients/client-securityhub/src/commands/GetFindingHistoryCommand.ts @@ -158,9 +158,6 @@ export class GetFindingHistoryCommand extends $Command< GetFindingHistoryCommandOutput, SecurityHubClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -174,9 +171,7 @@ export class GetFindingHistoryCommand extends $Command< * @public */ constructor(readonly input: GetFindingHistoryCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -229,7 +224,4 @@ export class GetFindingHistoryCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetFindingHistoryCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-securityhub/src/commands/GetFindingsCommand.ts b/clients/client-securityhub/src/commands/GetFindingsCommand.ts index ccfac35787d1..645c04495b3a 100644 --- a/clients/client-securityhub/src/commands/GetFindingsCommand.ts +++ b/clients/client-securityhub/src/commands/GetFindingsCommand.ts @@ -4560,9 +4560,6 @@ export class GetFindingsCommand extends $Command< GetFindingsCommandOutput, SecurityHubClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -4576,9 +4573,7 @@ export class GetFindingsCommand extends $Command< * @public */ constructor(readonly input: GetFindingsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -4629,7 +4624,4 @@ export class GetFindingsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetFindingsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-securityhub/src/commands/GetInsightResultsCommand.ts b/clients/client-securityhub/src/commands/GetInsightResultsCommand.ts index a13ff23b2e29..16bdcc354023 100644 --- a/clients/client-securityhub/src/commands/GetInsightResultsCommand.ts +++ b/clients/client-securityhub/src/commands/GetInsightResultsCommand.ts @@ -125,9 +125,6 @@ export class GetInsightResultsCommand extends $Command< GetInsightResultsCommandOutput, SecurityHubClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -141,9 +138,7 @@ export class GetInsightResultsCommand extends $Command< * @public */ constructor(readonly input: GetInsightResultsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -196,7 +191,4 @@ export class GetInsightResultsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetInsightResultsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-securityhub/src/commands/GetInsightsCommand.ts b/clients/client-securityhub/src/commands/GetInsightsCommand.ts index b0cf7cbad4d7..bb0ba5caa094 100644 --- a/clients/client-securityhub/src/commands/GetInsightsCommand.ts +++ b/clients/client-securityhub/src/commands/GetInsightsCommand.ts @@ -387,9 +387,6 @@ export class GetInsightsCommand extends $Command< GetInsightsCommandOutput, SecurityHubClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -403,9 +400,7 @@ export class GetInsightsCommand extends $Command< * @public */ constructor(readonly input: GetInsightsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -456,7 +451,4 @@ export class GetInsightsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetInsightsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-securityhub/src/commands/GetInvitationsCountCommand.ts b/clients/client-securityhub/src/commands/GetInvitationsCountCommand.ts index fa4ca5fe25b1..8bce8ba1a7bd 100644 --- a/clients/client-securityhub/src/commands/GetInvitationsCountCommand.ts +++ b/clients/client-securityhub/src/commands/GetInvitationsCountCommand.ts @@ -99,9 +99,6 @@ export class GetInvitationsCountCommand extends $Command< GetInvitationsCountCommandOutput, SecurityHubClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -115,9 +112,7 @@ export class GetInvitationsCountCommand extends $Command< * @public */ constructor(readonly input: GetInvitationsCountCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -170,7 +165,4 @@ export class GetInvitationsCountCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetInvitationsCountCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-securityhub/src/commands/GetMasterAccountCommand.ts b/clients/client-securityhub/src/commands/GetMasterAccountCommand.ts index ac68fc4b8daa..b7d465c3accf 100644 --- a/clients/client-securityhub/src/commands/GetMasterAccountCommand.ts +++ b/clients/client-securityhub/src/commands/GetMasterAccountCommand.ts @@ -96,9 +96,6 @@ export class GetMasterAccountCommand extends $Command< GetMasterAccountCommandOutput, SecurityHubClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -112,9 +109,7 @@ export class GetMasterAccountCommand extends $Command< * @public */ constructor(readonly input: GetMasterAccountCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -167,7 +162,4 @@ export class GetMasterAccountCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetMasterAccountCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-securityhub/src/commands/GetMembersCommand.ts b/clients/client-securityhub/src/commands/GetMembersCommand.ts index 2cfa54bf6b9c..3bc69f50b38d 100644 --- a/clients/client-securityhub/src/commands/GetMembersCommand.ts +++ b/clients/client-securityhub/src/commands/GetMembersCommand.ts @@ -146,9 +146,6 @@ export class GetMembersCommand extends $Command< GetMembersCommandOutput, SecurityHubClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -162,9 +159,7 @@ export class GetMembersCommand extends $Command< * @public */ constructor(readonly input: GetMembersCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -215,7 +210,4 @@ export class GetMembersCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetMembersCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-securityhub/src/commands/InviteMembersCommand.ts b/clients/client-securityhub/src/commands/InviteMembersCommand.ts index 74d72303a4f2..7a65da257f35 100644 --- a/clients/client-securityhub/src/commands/InviteMembersCommand.ts +++ b/clients/client-securityhub/src/commands/InviteMembersCommand.ts @@ -119,9 +119,6 @@ export class InviteMembersCommand extends $Command< InviteMembersCommandOutput, SecurityHubClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -135,9 +132,7 @@ export class InviteMembersCommand extends $Command< * @public */ constructor(readonly input: InviteMembersCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -188,7 +183,4 @@ export class InviteMembersCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_InviteMembersCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-securityhub/src/commands/ListAutomationRulesCommand.ts b/clients/client-securityhub/src/commands/ListAutomationRulesCommand.ts index 13d759900f81..6b34333c0258 100644 --- a/clients/client-securityhub/src/commands/ListAutomationRulesCommand.ts +++ b/clients/client-securityhub/src/commands/ListAutomationRulesCommand.ts @@ -142,9 +142,6 @@ export class ListAutomationRulesCommand extends $Command< ListAutomationRulesCommandOutput, SecurityHubClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -158,9 +155,7 @@ export class ListAutomationRulesCommand extends $Command< * @public */ constructor(readonly input: ListAutomationRulesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -213,7 +208,4 @@ export class ListAutomationRulesCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListAutomationRulesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-securityhub/src/commands/ListEnabledProductsForImportCommand.ts b/clients/client-securityhub/src/commands/ListEnabledProductsForImportCommand.ts index e2f8c5032dd4..54f2f7ab4c6b 100644 --- a/clients/client-securityhub/src/commands/ListEnabledProductsForImportCommand.ts +++ b/clients/client-securityhub/src/commands/ListEnabledProductsForImportCommand.ts @@ -107,9 +107,6 @@ export class ListEnabledProductsForImportCommand extends $Command< ListEnabledProductsForImportCommandOutput, SecurityHubClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -123,9 +120,7 @@ export class ListEnabledProductsForImportCommand extends $Command< * @public */ constructor(readonly input: ListEnabledProductsForImportCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -181,7 +176,4 @@ export class ListEnabledProductsForImportCommand extends $Command< ): Promise { return de_ListEnabledProductsForImportCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-securityhub/src/commands/ListFindingAggregatorsCommand.ts b/clients/client-securityhub/src/commands/ListFindingAggregatorsCommand.ts index 8efc7bd4ab30..b2c0e7e581d6 100644 --- a/clients/client-securityhub/src/commands/ListFindingAggregatorsCommand.ts +++ b/clients/client-securityhub/src/commands/ListFindingAggregatorsCommand.ts @@ -111,9 +111,6 @@ export class ListFindingAggregatorsCommand extends $Command< ListFindingAggregatorsCommandOutput, SecurityHubClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -127,9 +124,7 @@ export class ListFindingAggregatorsCommand extends $Command< * @public */ constructor(readonly input: ListFindingAggregatorsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -182,7 +177,4 @@ export class ListFindingAggregatorsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListFindingAggregatorsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-securityhub/src/commands/ListInvitationsCommand.ts b/clients/client-securityhub/src/commands/ListInvitationsCommand.ts index cc75830d6e8b..872eb843900f 100644 --- a/clients/client-securityhub/src/commands/ListInvitationsCommand.ts +++ b/clients/client-securityhub/src/commands/ListInvitationsCommand.ts @@ -116,9 +116,6 @@ export class ListInvitationsCommand extends $Command< ListInvitationsCommandOutput, SecurityHubClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -132,9 +129,7 @@ export class ListInvitationsCommand extends $Command< * @public */ constructor(readonly input: ListInvitationsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -187,7 +182,4 @@ export class ListInvitationsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListInvitationsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-securityhub/src/commands/ListMembersCommand.ts b/clients/client-securityhub/src/commands/ListMembersCommand.ts index 9ee3aa3a7bc2..9ccfb6bcfabc 100644 --- a/clients/client-securityhub/src/commands/ListMembersCommand.ts +++ b/clients/client-securityhub/src/commands/ListMembersCommand.ts @@ -131,9 +131,6 @@ export class ListMembersCommand extends $Command< ListMembersCommandOutput, SecurityHubClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -147,9 +144,7 @@ export class ListMembersCommand extends $Command< * @public */ constructor(readonly input: ListMembersCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -200,7 +195,4 @@ export class ListMembersCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListMembersCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-securityhub/src/commands/ListOrganizationAdminAccountsCommand.ts b/clients/client-securityhub/src/commands/ListOrganizationAdminAccountsCommand.ts index 8cdd06b1eab8..73193c9b918f 100644 --- a/clients/client-securityhub/src/commands/ListOrganizationAdminAccountsCommand.ts +++ b/clients/client-securityhub/src/commands/ListOrganizationAdminAccountsCommand.ts @@ -118,9 +118,6 @@ export class ListOrganizationAdminAccountsCommand extends $Command< ListOrganizationAdminAccountsCommandOutput, SecurityHubClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -134,9 +131,7 @@ export class ListOrganizationAdminAccountsCommand extends $Command< * @public */ constructor(readonly input: ListOrganizationAdminAccountsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -192,7 +187,4 @@ export class ListOrganizationAdminAccountsCommand extends $Command< ): Promise { return de_ListOrganizationAdminAccountsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-securityhub/src/commands/ListSecurityControlDefinitionsCommand.ts b/clients/client-securityhub/src/commands/ListSecurityControlDefinitionsCommand.ts index 21bd21d5a590..382504f62391 100644 --- a/clients/client-securityhub/src/commands/ListSecurityControlDefinitionsCommand.ts +++ b/clients/client-securityhub/src/commands/ListSecurityControlDefinitionsCommand.ts @@ -147,9 +147,6 @@ export class ListSecurityControlDefinitionsCommand extends $Command< ListSecurityControlDefinitionsCommandOutput, SecurityHubClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -163,9 +160,7 @@ export class ListSecurityControlDefinitionsCommand extends $Command< * @public */ constructor(readonly input: ListSecurityControlDefinitionsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -224,7 +219,4 @@ export class ListSecurityControlDefinitionsCommand extends $Command< ): Promise { return de_ListSecurityControlDefinitionsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-securityhub/src/commands/ListStandardsControlAssociationsCommand.ts b/clients/client-securityhub/src/commands/ListStandardsControlAssociationsCommand.ts index 27b01f99c85b..24ebf97a731f 100644 --- a/clients/client-securityhub/src/commands/ListStandardsControlAssociationsCommand.ts +++ b/clients/client-securityhub/src/commands/ListStandardsControlAssociationsCommand.ts @@ -152,9 +152,6 @@ export class ListStandardsControlAssociationsCommand extends $Command< ListStandardsControlAssociationsCommandOutput, SecurityHubClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -168,9 +165,7 @@ export class ListStandardsControlAssociationsCommand extends $Command< * @public */ constructor(readonly input: ListStandardsControlAssociationsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -229,7 +224,4 @@ export class ListStandardsControlAssociationsCommand extends $Command< ): Promise { return de_ListStandardsControlAssociationsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-securityhub/src/commands/ListTagsForResourceCommand.ts b/clients/client-securityhub/src/commands/ListTagsForResourceCommand.ts index a45e7733e45d..a770ee4b131a 100644 --- a/clients/client-securityhub/src/commands/ListTagsForResourceCommand.ts +++ b/clients/client-securityhub/src/commands/ListTagsForResourceCommand.ts @@ -101,9 +101,6 @@ export class ListTagsForResourceCommand extends $Command< ListTagsForResourceCommandOutput, SecurityHubClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -117,9 +114,7 @@ export class ListTagsForResourceCommand extends $Command< * @public */ constructor(readonly input: ListTagsForResourceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -172,7 +167,4 @@ export class ListTagsForResourceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListTagsForResourceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-securityhub/src/commands/TagResourceCommand.ts b/clients/client-securityhub/src/commands/TagResourceCommand.ts index 9a5b4f3a2813..08be340f8a76 100644 --- a/clients/client-securityhub/src/commands/TagResourceCommand.ts +++ b/clients/client-securityhub/src/commands/TagResourceCommand.ts @@ -96,9 +96,6 @@ export class TagResourceCommand extends $Command< TagResourceCommandOutput, SecurityHubClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -112,9 +109,7 @@ export class TagResourceCommand extends $Command< * @public */ constructor(readonly input: TagResourceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -165,7 +160,4 @@ export class TagResourceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_TagResourceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-securityhub/src/commands/UntagResourceCommand.ts b/clients/client-securityhub/src/commands/UntagResourceCommand.ts index e71b47464ed3..6885068ee129 100644 --- a/clients/client-securityhub/src/commands/UntagResourceCommand.ts +++ b/clients/client-securityhub/src/commands/UntagResourceCommand.ts @@ -95,9 +95,6 @@ export class UntagResourceCommand extends $Command< UntagResourceCommandOutput, SecurityHubClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -111,9 +108,7 @@ export class UntagResourceCommand extends $Command< * @public */ constructor(readonly input: UntagResourceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -164,7 +159,4 @@ export class UntagResourceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UntagResourceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-securityhub/src/commands/UpdateActionTargetCommand.ts b/clients/client-securityhub/src/commands/UpdateActionTargetCommand.ts index ac78be64035b..65d0629db54a 100644 --- a/clients/client-securityhub/src/commands/UpdateActionTargetCommand.ts +++ b/clients/client-securityhub/src/commands/UpdateActionTargetCommand.ts @@ -96,9 +96,6 @@ export class UpdateActionTargetCommand extends $Command< UpdateActionTargetCommandOutput, SecurityHubClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -112,9 +109,7 @@ export class UpdateActionTargetCommand extends $Command< * @public */ constructor(readonly input: UpdateActionTargetCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -167,7 +162,4 @@ export class UpdateActionTargetCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdateActionTargetCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-securityhub/src/commands/UpdateFindingAggregatorCommand.ts b/clients/client-securityhub/src/commands/UpdateFindingAggregatorCommand.ts index 88f59f8bae6d..6473c9d41972 100644 --- a/clients/client-securityhub/src/commands/UpdateFindingAggregatorCommand.ts +++ b/clients/client-securityhub/src/commands/UpdateFindingAggregatorCommand.ts @@ -128,9 +128,6 @@ export class UpdateFindingAggregatorCommand extends $Command< UpdateFindingAggregatorCommandOutput, SecurityHubClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -144,9 +141,7 @@ export class UpdateFindingAggregatorCommand extends $Command< * @public */ constructor(readonly input: UpdateFindingAggregatorCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -199,7 +194,4 @@ export class UpdateFindingAggregatorCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdateFindingAggregatorCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-securityhub/src/commands/UpdateFindingsCommand.ts b/clients/client-securityhub/src/commands/UpdateFindingsCommand.ts index 0feeea12e3af..3175b5ceb0e2 100644 --- a/clients/client-securityhub/src/commands/UpdateFindingsCommand.ts +++ b/clients/client-securityhub/src/commands/UpdateFindingsCommand.ts @@ -345,9 +345,6 @@ export class UpdateFindingsCommand extends $Command< UpdateFindingsCommandOutput, SecurityHubClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -361,9 +358,7 @@ export class UpdateFindingsCommand extends $Command< * @public */ constructor(readonly input: UpdateFindingsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -416,7 +411,4 @@ export class UpdateFindingsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdateFindingsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-securityhub/src/commands/UpdateInsightCommand.ts b/clients/client-securityhub/src/commands/UpdateInsightCommand.ts index 904b32c28732..374fa351036a 100644 --- a/clients/client-securityhub/src/commands/UpdateInsightCommand.ts +++ b/clients/client-securityhub/src/commands/UpdateInsightCommand.ts @@ -364,9 +364,6 @@ export class UpdateInsightCommand extends $Command< UpdateInsightCommandOutput, SecurityHubClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -380,9 +377,7 @@ export class UpdateInsightCommand extends $Command< * @public */ constructor(readonly input: UpdateInsightCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -433,7 +428,4 @@ export class UpdateInsightCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdateInsightCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-securityhub/src/commands/UpdateOrganizationConfigurationCommand.ts b/clients/client-securityhub/src/commands/UpdateOrganizationConfigurationCommand.ts index 036c0576d2be..5b982efcabce 100644 --- a/clients/client-securityhub/src/commands/UpdateOrganizationConfigurationCommand.ts +++ b/clients/client-securityhub/src/commands/UpdateOrganizationConfigurationCommand.ts @@ -100,9 +100,6 @@ export class UpdateOrganizationConfigurationCommand extends $Command< UpdateOrganizationConfigurationCommandOutput, SecurityHubClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -116,9 +113,7 @@ export class UpdateOrganizationConfigurationCommand extends $Command< * @public */ constructor(readonly input: UpdateOrganizationConfigurationCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -177,7 +172,4 @@ export class UpdateOrganizationConfigurationCommand extends $Command< ): Promise { return de_UpdateOrganizationConfigurationCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-securityhub/src/commands/UpdateSecurityHubConfigurationCommand.ts b/clients/client-securityhub/src/commands/UpdateSecurityHubConfigurationCommand.ts index 479ca74ec636..4fe7b35d57a0 100644 --- a/clients/client-securityhub/src/commands/UpdateSecurityHubConfigurationCommand.ts +++ b/clients/client-securityhub/src/commands/UpdateSecurityHubConfigurationCommand.ts @@ -103,9 +103,6 @@ export class UpdateSecurityHubConfigurationCommand extends $Command< UpdateSecurityHubConfigurationCommandOutput, SecurityHubClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -119,9 +116,7 @@ export class UpdateSecurityHubConfigurationCommand extends $Command< * @public */ constructor(readonly input: UpdateSecurityHubConfigurationCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -180,7 +175,4 @@ export class UpdateSecurityHubConfigurationCommand extends $Command< ): Promise { return de_UpdateSecurityHubConfigurationCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-securityhub/src/commands/UpdateStandardsControlCommand.ts b/clients/client-securityhub/src/commands/UpdateStandardsControlCommand.ts index 123726f4b8c8..f6fac4a17da7 100644 --- a/clients/client-securityhub/src/commands/UpdateStandardsControlCommand.ts +++ b/clients/client-securityhub/src/commands/UpdateStandardsControlCommand.ts @@ -97,9 +97,6 @@ export class UpdateStandardsControlCommand extends $Command< UpdateStandardsControlCommandOutput, SecurityHubClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -113,9 +110,7 @@ export class UpdateStandardsControlCommand extends $Command< * @public */ constructor(readonly input: UpdateStandardsControlCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -168,7 +163,4 @@ export class UpdateStandardsControlCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdateStandardsControlCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-securitylake/package.json b/clients/client-securitylake/package.json index 0dffb9a2562f..eaf88c73207e 100644 --- a/clients/client-securitylake/package.json +++ b/clients/client-securitylake/package.json @@ -34,29 +34,29 @@ "@aws-sdk/util-endpoints": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@smithy/config-resolver": "^2.0.16", - "@smithy/fetch-http-handler": "^2.2.4", - "@smithy/hash-node": "^2.0.12", - "@smithy/invalid-dependency": "^2.0.12", - "@smithy/middleware-content-length": "^2.0.14", - "@smithy/middleware-endpoint": "^2.1.3", - "@smithy/middleware-retry": "^2.0.18", - "@smithy/middleware-serde": "^2.0.12", - "@smithy/middleware-stack": "^2.0.6", - "@smithy/node-config-provider": "^2.1.3", - "@smithy/node-http-handler": "^2.1.8", - "@smithy/protocol-http": "^3.0.8", - "@smithy/smithy-client": "^2.1.12", - "@smithy/types": "^2.4.0", - "@smithy/url-parser": "^2.0.12", - "@smithy/util-base64": "^2.0.0", + "@smithy/config-resolver": "^2.0.18", + "@smithy/fetch-http-handler": "^2.2.6", + "@smithy/hash-node": "^2.0.15", + "@smithy/invalid-dependency": "^2.0.13", + "@smithy/middleware-content-length": "^2.0.15", + "@smithy/middleware-endpoint": "^2.2.0", + "@smithy/middleware-retry": "^2.0.20", + "@smithy/middleware-serde": "^2.0.13", + "@smithy/middleware-stack": "^2.0.7", + "@smithy/node-config-provider": "^2.1.5", + "@smithy/node-http-handler": "^2.1.9", + "@smithy/protocol-http": "^3.0.9", + "@smithy/smithy-client": "^2.1.15", + "@smithy/types": "^2.5.0", + "@smithy/url-parser": "^2.0.13", + "@smithy/util-base64": "^2.0.1", "@smithy/util-body-length-browser": "^2.0.0", "@smithy/util-body-length-node": "^2.1.0", - "@smithy/util-defaults-mode-browser": "^2.0.16", - "@smithy/util-defaults-mode-node": "^2.0.21", - "@smithy/util-endpoints": "^1.0.2", - "@smithy/util-retry": "^2.0.5", - "@smithy/util-utf8": "^2.0.0", + "@smithy/util-defaults-mode-browser": "^2.0.19", + "@smithy/util-defaults-mode-node": "^2.0.25", + "@smithy/util-endpoints": "^1.0.4", + "@smithy/util-retry": "^2.0.6", + "@smithy/util-utf8": "^2.0.2", "tslib": "^2.5.0" }, "devDependencies": { diff --git a/clients/client-securitylake/src/commands/CreateAwsLogSourceCommand.ts b/clients/client-securitylake/src/commands/CreateAwsLogSourceCommand.ts index 630fbb2cf0a1..6c46b710c6c1 100644 --- a/clients/client-securitylake/src/commands/CreateAwsLogSourceCommand.ts +++ b/clients/client-securitylake/src/commands/CreateAwsLogSourceCommand.ts @@ -114,9 +114,6 @@ export class CreateAwsLogSourceCommand extends $Command< CreateAwsLogSourceCommandOutput, SecurityLakeClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -130,9 +127,7 @@ export class CreateAwsLogSourceCommand extends $Command< * @public */ constructor(readonly input: CreateAwsLogSourceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -185,7 +180,4 @@ export class CreateAwsLogSourceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateAwsLogSourceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-securitylake/src/commands/CreateCustomLogSourceCommand.ts b/clients/client-securitylake/src/commands/CreateCustomLogSourceCommand.ts index 83da33f92a00..04d54eff5236 100644 --- a/clients/client-securitylake/src/commands/CreateCustomLogSourceCommand.ts +++ b/clients/client-securitylake/src/commands/CreateCustomLogSourceCommand.ts @@ -126,9 +126,6 @@ export class CreateCustomLogSourceCommand extends $Command< CreateCustomLogSourceCommandOutput, SecurityLakeClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -142,9 +139,7 @@ export class CreateCustomLogSourceCommand extends $Command< * @public */ constructor(readonly input: CreateCustomLogSourceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -197,7 +192,4 @@ export class CreateCustomLogSourceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateCustomLogSourceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-securitylake/src/commands/CreateDataLakeCommand.ts b/clients/client-securitylake/src/commands/CreateDataLakeCommand.ts index 38b10e7961e9..6c7a94eec00f 100644 --- a/clients/client-securitylake/src/commands/CreateDataLakeCommand.ts +++ b/clients/client-securitylake/src/commands/CreateDataLakeCommand.ts @@ -174,9 +174,6 @@ export class CreateDataLakeCommand extends $Command< CreateDataLakeCommandOutput, SecurityLakeClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -190,9 +187,7 @@ export class CreateDataLakeCommand extends $Command< * @public */ constructor(readonly input: CreateDataLakeCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -245,7 +240,4 @@ export class CreateDataLakeCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateDataLakeCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-securitylake/src/commands/CreateDataLakeExceptionSubscriptionCommand.ts b/clients/client-securitylake/src/commands/CreateDataLakeExceptionSubscriptionCommand.ts index 7c6396587ef2..1bf3631a2550 100644 --- a/clients/client-securitylake/src/commands/CreateDataLakeExceptionSubscriptionCommand.ts +++ b/clients/client-securitylake/src/commands/CreateDataLakeExceptionSubscriptionCommand.ts @@ -104,9 +104,6 @@ export class CreateDataLakeExceptionSubscriptionCommand extends $Command< CreateDataLakeExceptionSubscriptionCommandOutput, SecurityLakeClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -120,9 +117,7 @@ export class CreateDataLakeExceptionSubscriptionCommand extends $Command< * @public */ constructor(readonly input: CreateDataLakeExceptionSubscriptionCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -181,7 +176,4 @@ export class CreateDataLakeExceptionSubscriptionCommand extends $Command< ): Promise { return de_CreateDataLakeExceptionSubscriptionCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-securitylake/src/commands/CreateDataLakeOrganizationConfigurationCommand.ts b/clients/client-securitylake/src/commands/CreateDataLakeOrganizationConfigurationCommand.ts index e3c1713d0453..fa51dfc3c904 100644 --- a/clients/client-securitylake/src/commands/CreateDataLakeOrganizationConfigurationCommand.ts +++ b/clients/client-securitylake/src/commands/CreateDataLakeOrganizationConfigurationCommand.ts @@ -114,9 +114,6 @@ export class CreateDataLakeOrganizationConfigurationCommand extends $Command< CreateDataLakeOrganizationConfigurationCommandOutput, SecurityLakeClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -130,9 +127,7 @@ export class CreateDataLakeOrganizationConfigurationCommand extends $Command< * @public */ constructor(readonly input: CreateDataLakeOrganizationConfigurationCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -197,7 +192,4 @@ export class CreateDataLakeOrganizationConfigurationCommand extends $Command< ): Promise { return de_CreateDataLakeOrganizationConfigurationCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-securitylake/src/commands/CreateSubscriberCommand.ts b/clients/client-securitylake/src/commands/CreateSubscriberCommand.ts index 23177341a4d4..0ec0aa3ace7d 100644 --- a/clients/client-securitylake/src/commands/CreateSubscriberCommand.ts +++ b/clients/client-securitylake/src/commands/CreateSubscriberCommand.ts @@ -172,9 +172,6 @@ export class CreateSubscriberCommand extends $Command< CreateSubscriberCommandOutput, SecurityLakeClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -188,9 +185,7 @@ export class CreateSubscriberCommand extends $Command< * @public */ constructor(readonly input: CreateSubscriberCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -243,7 +238,4 @@ export class CreateSubscriberCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateSubscriberCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-securitylake/src/commands/CreateSubscriberNotificationCommand.ts b/clients/client-securitylake/src/commands/CreateSubscriberNotificationCommand.ts index 5e2fc8497019..1cf3b8b9e7c4 100644 --- a/clients/client-securitylake/src/commands/CreateSubscriberNotificationCommand.ts +++ b/clients/client-securitylake/src/commands/CreateSubscriberNotificationCommand.ts @@ -112,9 +112,6 @@ export class CreateSubscriberNotificationCommand extends $Command< CreateSubscriberNotificationCommandOutput, SecurityLakeClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -128,9 +125,7 @@ export class CreateSubscriberNotificationCommand extends $Command< * @public */ constructor(readonly input: CreateSubscriberNotificationCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -186,7 +181,4 @@ export class CreateSubscriberNotificationCommand extends $Command< ): Promise { return de_CreateSubscriberNotificationCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-securitylake/src/commands/DeleteAwsLogSourceCommand.ts b/clients/client-securitylake/src/commands/DeleteAwsLogSourceCommand.ts index 2ed37755524f..eefefcbdd540 100644 --- a/clients/client-securitylake/src/commands/DeleteAwsLogSourceCommand.ts +++ b/clients/client-securitylake/src/commands/DeleteAwsLogSourceCommand.ts @@ -114,9 +114,6 @@ export class DeleteAwsLogSourceCommand extends $Command< DeleteAwsLogSourceCommandOutput, SecurityLakeClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -130,9 +127,7 @@ export class DeleteAwsLogSourceCommand extends $Command< * @public */ constructor(readonly input: DeleteAwsLogSourceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -185,7 +180,4 @@ export class DeleteAwsLogSourceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteAwsLogSourceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-securitylake/src/commands/DeleteCustomLogSourceCommand.ts b/clients/client-securitylake/src/commands/DeleteCustomLogSourceCommand.ts index 66a6231280c0..1bd7d4fc4854 100644 --- a/clients/client-securitylake/src/commands/DeleteCustomLogSourceCommand.ts +++ b/clients/client-securitylake/src/commands/DeleteCustomLogSourceCommand.ts @@ -95,9 +95,6 @@ export class DeleteCustomLogSourceCommand extends $Command< DeleteCustomLogSourceCommandOutput, SecurityLakeClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -111,9 +108,7 @@ export class DeleteCustomLogSourceCommand extends $Command< * @public */ constructor(readonly input: DeleteCustomLogSourceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -166,7 +161,4 @@ export class DeleteCustomLogSourceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteCustomLogSourceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-securitylake/src/commands/DeleteDataLakeCommand.ts b/clients/client-securitylake/src/commands/DeleteDataLakeCommand.ts index 36709da03b03..3ced3309f003 100644 --- a/clients/client-securitylake/src/commands/DeleteDataLakeCommand.ts +++ b/clients/client-securitylake/src/commands/DeleteDataLakeCommand.ts @@ -102,9 +102,6 @@ export class DeleteDataLakeCommand extends $Command< DeleteDataLakeCommandOutput, SecurityLakeClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -118,9 +115,7 @@ export class DeleteDataLakeCommand extends $Command< * @public */ constructor(readonly input: DeleteDataLakeCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -173,7 +168,4 @@ export class DeleteDataLakeCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteDataLakeCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-securitylake/src/commands/DeleteDataLakeExceptionSubscriptionCommand.ts b/clients/client-securitylake/src/commands/DeleteDataLakeExceptionSubscriptionCommand.ts index c86cbdd7c544..64f6009e1a7c 100644 --- a/clients/client-securitylake/src/commands/DeleteDataLakeExceptionSubscriptionCommand.ts +++ b/clients/client-securitylake/src/commands/DeleteDataLakeExceptionSubscriptionCommand.ts @@ -100,9 +100,6 @@ export class DeleteDataLakeExceptionSubscriptionCommand extends $Command< DeleteDataLakeExceptionSubscriptionCommandOutput, SecurityLakeClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -116,9 +113,7 @@ export class DeleteDataLakeExceptionSubscriptionCommand extends $Command< * @public */ constructor(readonly input: DeleteDataLakeExceptionSubscriptionCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -177,7 +172,4 @@ export class DeleteDataLakeExceptionSubscriptionCommand extends $Command< ): Promise { return de_DeleteDataLakeExceptionSubscriptionCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-securitylake/src/commands/DeleteDataLakeOrganizationConfigurationCommand.ts b/clients/client-securitylake/src/commands/DeleteDataLakeOrganizationConfigurationCommand.ts index 85bcef9f2005..35377780efa8 100644 --- a/clients/client-securitylake/src/commands/DeleteDataLakeOrganizationConfigurationCommand.ts +++ b/clients/client-securitylake/src/commands/DeleteDataLakeOrganizationConfigurationCommand.ts @@ -114,9 +114,6 @@ export class DeleteDataLakeOrganizationConfigurationCommand extends $Command< DeleteDataLakeOrganizationConfigurationCommandOutput, SecurityLakeClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -130,9 +127,7 @@ export class DeleteDataLakeOrganizationConfigurationCommand extends $Command< * @public */ constructor(readonly input: DeleteDataLakeOrganizationConfigurationCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -197,7 +192,4 @@ export class DeleteDataLakeOrganizationConfigurationCommand extends $Command< ): Promise { return de_DeleteDataLakeOrganizationConfigurationCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-securitylake/src/commands/DeleteSubscriberCommand.ts b/clients/client-securitylake/src/commands/DeleteSubscriberCommand.ts index 89373b21122a..0c4563a26c34 100644 --- a/clients/client-securitylake/src/commands/DeleteSubscriberCommand.ts +++ b/clients/client-securitylake/src/commands/DeleteSubscriberCommand.ts @@ -96,9 +96,6 @@ export class DeleteSubscriberCommand extends $Command< DeleteSubscriberCommandOutput, SecurityLakeClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -112,9 +109,7 @@ export class DeleteSubscriberCommand extends $Command< * @public */ constructor(readonly input: DeleteSubscriberCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -167,7 +162,4 @@ export class DeleteSubscriberCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteSubscriberCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-securitylake/src/commands/DeleteSubscriberNotificationCommand.ts b/clients/client-securitylake/src/commands/DeleteSubscriberNotificationCommand.ts index 8e5f9ef76b6c..ca2971cd487e 100644 --- a/clients/client-securitylake/src/commands/DeleteSubscriberNotificationCommand.ts +++ b/clients/client-securitylake/src/commands/DeleteSubscriberNotificationCommand.ts @@ -99,9 +99,6 @@ export class DeleteSubscriberNotificationCommand extends $Command< DeleteSubscriberNotificationCommandOutput, SecurityLakeClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -115,9 +112,7 @@ export class DeleteSubscriberNotificationCommand extends $Command< * @public */ constructor(readonly input: DeleteSubscriberNotificationCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -173,7 +168,4 @@ export class DeleteSubscriberNotificationCommand extends $Command< ): Promise { return de_DeleteSubscriberNotificationCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-securitylake/src/commands/DeregisterDataLakeDelegatedAdministratorCommand.ts b/clients/client-securitylake/src/commands/DeregisterDataLakeDelegatedAdministratorCommand.ts index 26c3e9256f1c..ed16d488820e 100644 --- a/clients/client-securitylake/src/commands/DeregisterDataLakeDelegatedAdministratorCommand.ts +++ b/clients/client-securitylake/src/commands/DeregisterDataLakeDelegatedAdministratorCommand.ts @@ -102,9 +102,6 @@ export class DeregisterDataLakeDelegatedAdministratorCommand extends $Command< DeregisterDataLakeDelegatedAdministratorCommandOutput, SecurityLakeClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -118,9 +115,7 @@ export class DeregisterDataLakeDelegatedAdministratorCommand extends $Command< * @public */ constructor(readonly input: DeregisterDataLakeDelegatedAdministratorCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -185,7 +180,4 @@ export class DeregisterDataLakeDelegatedAdministratorCommand extends $Command< ): Promise { return de_DeregisterDataLakeDelegatedAdministratorCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-securitylake/src/commands/GetDataLakeExceptionSubscriptionCommand.ts b/clients/client-securitylake/src/commands/GetDataLakeExceptionSubscriptionCommand.ts index b02830ee20d1..9210bac15b94 100644 --- a/clients/client-securitylake/src/commands/GetDataLakeExceptionSubscriptionCommand.ts +++ b/clients/client-securitylake/src/commands/GetDataLakeExceptionSubscriptionCommand.ts @@ -100,9 +100,6 @@ export class GetDataLakeExceptionSubscriptionCommand extends $Command< GetDataLakeExceptionSubscriptionCommandOutput, SecurityLakeClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -116,9 +113,7 @@ export class GetDataLakeExceptionSubscriptionCommand extends $Command< * @public */ constructor(readonly input: GetDataLakeExceptionSubscriptionCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -177,7 +172,4 @@ export class GetDataLakeExceptionSubscriptionCommand extends $Command< ): Promise { return de_GetDataLakeExceptionSubscriptionCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-securitylake/src/commands/GetDataLakeOrganizationConfigurationCommand.ts b/clients/client-securitylake/src/commands/GetDataLakeOrganizationConfigurationCommand.ts index cf6bb98a0581..f2960819c6fa 100644 --- a/clients/client-securitylake/src/commands/GetDataLakeOrganizationConfigurationCommand.ts +++ b/clients/client-securitylake/src/commands/GetDataLakeOrganizationConfigurationCommand.ts @@ -113,9 +113,6 @@ export class GetDataLakeOrganizationConfigurationCommand extends $Command< GetDataLakeOrganizationConfigurationCommandOutput, SecurityLakeClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -129,9 +126,7 @@ export class GetDataLakeOrganizationConfigurationCommand extends $Command< * @public */ constructor(readonly input: GetDataLakeOrganizationConfigurationCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -190,7 +185,4 @@ export class GetDataLakeOrganizationConfigurationCommand extends $Command< ): Promise { return de_GetDataLakeOrganizationConfigurationCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-securitylake/src/commands/GetDataLakeSourcesCommand.ts b/clients/client-securitylake/src/commands/GetDataLakeSourcesCommand.ts index 00da839c217e..a9912ab03f00 100644 --- a/clients/client-securitylake/src/commands/GetDataLakeSourcesCommand.ts +++ b/clients/client-securitylake/src/commands/GetDataLakeSourcesCommand.ts @@ -116,9 +116,6 @@ export class GetDataLakeSourcesCommand extends $Command< GetDataLakeSourcesCommandOutput, SecurityLakeClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -132,9 +129,7 @@ export class GetDataLakeSourcesCommand extends $Command< * @public */ constructor(readonly input: GetDataLakeSourcesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -187,7 +182,4 @@ export class GetDataLakeSourcesCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetDataLakeSourcesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-securitylake/src/commands/GetSubscriberCommand.ts b/clients/client-securitylake/src/commands/GetSubscriberCommand.ts index 9683a75b3fe0..6d18601b0aed 100644 --- a/clients/client-securitylake/src/commands/GetSubscriberCommand.ts +++ b/clients/client-securitylake/src/commands/GetSubscriberCommand.ts @@ -137,9 +137,6 @@ export class GetSubscriberCommand extends $Command< GetSubscriberCommandOutput, SecurityLakeClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -153,9 +150,7 @@ export class GetSubscriberCommand extends $Command< * @public */ constructor(readonly input: GetSubscriberCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -206,7 +201,4 @@ export class GetSubscriberCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetSubscriberCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-securitylake/src/commands/ListDataLakeExceptionsCommand.ts b/clients/client-securitylake/src/commands/ListDataLakeExceptionsCommand.ts index 22a617d1894b..0181f3bdc9eb 100644 --- a/clients/client-securitylake/src/commands/ListDataLakeExceptionsCommand.ts +++ b/clients/client-securitylake/src/commands/ListDataLakeExceptionsCommand.ts @@ -108,9 +108,6 @@ export class ListDataLakeExceptionsCommand extends $Command< ListDataLakeExceptionsCommandOutput, SecurityLakeClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -124,9 +121,7 @@ export class ListDataLakeExceptionsCommand extends $Command< * @public */ constructor(readonly input: ListDataLakeExceptionsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -179,7 +174,4 @@ export class ListDataLakeExceptionsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListDataLakeExceptionsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-securitylake/src/commands/ListDataLakesCommand.ts b/clients/client-securitylake/src/commands/ListDataLakesCommand.ts index d77b6db6cac2..29fdf48abcc6 100644 --- a/clients/client-securitylake/src/commands/ListDataLakesCommand.ts +++ b/clients/client-securitylake/src/commands/ListDataLakesCommand.ts @@ -133,9 +133,6 @@ export class ListDataLakesCommand extends $Command< ListDataLakesCommandOutput, SecurityLakeClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -149,9 +146,7 @@ export class ListDataLakesCommand extends $Command< * @public */ constructor(readonly input: ListDataLakesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -202,7 +197,4 @@ export class ListDataLakesCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListDataLakesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-securitylake/src/commands/ListLogSourcesCommand.ts b/clients/client-securitylake/src/commands/ListLogSourcesCommand.ts index 66b551b843e8..4066cf361ee1 100644 --- a/clients/client-securitylake/src/commands/ListLogSourcesCommand.ts +++ b/clients/client-securitylake/src/commands/ListLogSourcesCommand.ts @@ -150,9 +150,6 @@ export class ListLogSourcesCommand extends $Command< ListLogSourcesCommandOutput, SecurityLakeClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -166,9 +163,7 @@ export class ListLogSourcesCommand extends $Command< * @public */ constructor(readonly input: ListLogSourcesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -221,7 +216,4 @@ export class ListLogSourcesCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListLogSourcesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-securitylake/src/commands/ListSubscribersCommand.ts b/clients/client-securitylake/src/commands/ListSubscribersCommand.ts index 4100166ba271..fc2461b6cbf2 100644 --- a/clients/client-securitylake/src/commands/ListSubscribersCommand.ts +++ b/clients/client-securitylake/src/commands/ListSubscribersCommand.ts @@ -141,9 +141,6 @@ export class ListSubscribersCommand extends $Command< ListSubscribersCommandOutput, SecurityLakeClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -157,9 +154,7 @@ export class ListSubscribersCommand extends $Command< * @public */ constructor(readonly input: ListSubscribersCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -212,7 +207,4 @@ export class ListSubscribersCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListSubscribersCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-securitylake/src/commands/ListTagsForResourceCommand.ts b/clients/client-securitylake/src/commands/ListTagsForResourceCommand.ts index 659d7c786cc8..9deed2fc6aac 100644 --- a/clients/client-securitylake/src/commands/ListTagsForResourceCommand.ts +++ b/clients/client-securitylake/src/commands/ListTagsForResourceCommand.ts @@ -101,9 +101,6 @@ export class ListTagsForResourceCommand extends $Command< ListTagsForResourceCommandOutput, SecurityLakeClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -117,9 +114,7 @@ export class ListTagsForResourceCommand extends $Command< * @public */ constructor(readonly input: ListTagsForResourceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -172,7 +167,4 @@ export class ListTagsForResourceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListTagsForResourceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-securitylake/src/commands/RegisterDataLakeDelegatedAdministratorCommand.ts b/clients/client-securitylake/src/commands/RegisterDataLakeDelegatedAdministratorCommand.ts index 775bb6174051..0209351b9598 100644 --- a/clients/client-securitylake/src/commands/RegisterDataLakeDelegatedAdministratorCommand.ts +++ b/clients/client-securitylake/src/commands/RegisterDataLakeDelegatedAdministratorCommand.ts @@ -104,9 +104,6 @@ export class RegisterDataLakeDelegatedAdministratorCommand extends $Command< RegisterDataLakeDelegatedAdministratorCommandOutput, SecurityLakeClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -120,9 +117,7 @@ export class RegisterDataLakeDelegatedAdministratorCommand extends $Command< * @public */ constructor(readonly input: RegisterDataLakeDelegatedAdministratorCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -181,7 +176,4 @@ export class RegisterDataLakeDelegatedAdministratorCommand extends $Command< ): Promise { return de_RegisterDataLakeDelegatedAdministratorCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-securitylake/src/commands/TagResourceCommand.ts b/clients/client-securitylake/src/commands/TagResourceCommand.ts index 149091eba2a8..07b94d9be404 100644 --- a/clients/client-securitylake/src/commands/TagResourceCommand.ts +++ b/clients/client-securitylake/src/commands/TagResourceCommand.ts @@ -106,9 +106,6 @@ export class TagResourceCommand extends $Command< TagResourceCommandOutput, SecurityLakeClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -122,9 +119,7 @@ export class TagResourceCommand extends $Command< * @public */ constructor(readonly input: TagResourceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -175,7 +170,4 @@ export class TagResourceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_TagResourceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-securitylake/src/commands/UntagResourceCommand.ts b/clients/client-securitylake/src/commands/UntagResourceCommand.ts index 8870352eb016..2ad04b92cdb2 100644 --- a/clients/client-securitylake/src/commands/UntagResourceCommand.ts +++ b/clients/client-securitylake/src/commands/UntagResourceCommand.ts @@ -97,9 +97,6 @@ export class UntagResourceCommand extends $Command< UntagResourceCommandOutput, SecurityLakeClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -113,9 +110,7 @@ export class UntagResourceCommand extends $Command< * @public */ constructor(readonly input: UntagResourceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -166,7 +161,4 @@ export class UntagResourceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UntagResourceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-securitylake/src/commands/UpdateDataLakeCommand.ts b/clients/client-securitylake/src/commands/UpdateDataLakeCommand.ts index 4199c9786351..4ddc734dbfaa 100644 --- a/clients/client-securitylake/src/commands/UpdateDataLakeCommand.ts +++ b/clients/client-securitylake/src/commands/UpdateDataLakeCommand.ts @@ -155,9 +155,6 @@ export class UpdateDataLakeCommand extends $Command< UpdateDataLakeCommandOutput, SecurityLakeClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -171,9 +168,7 @@ export class UpdateDataLakeCommand extends $Command< * @public */ constructor(readonly input: UpdateDataLakeCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -226,7 +221,4 @@ export class UpdateDataLakeCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdateDataLakeCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-securitylake/src/commands/UpdateDataLakeExceptionSubscriptionCommand.ts b/clients/client-securitylake/src/commands/UpdateDataLakeExceptionSubscriptionCommand.ts index 36cd2e19a1cc..07c50ade8750 100644 --- a/clients/client-securitylake/src/commands/UpdateDataLakeExceptionSubscriptionCommand.ts +++ b/clients/client-securitylake/src/commands/UpdateDataLakeExceptionSubscriptionCommand.ts @@ -104,9 +104,6 @@ export class UpdateDataLakeExceptionSubscriptionCommand extends $Command< UpdateDataLakeExceptionSubscriptionCommandOutput, SecurityLakeClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -120,9 +117,7 @@ export class UpdateDataLakeExceptionSubscriptionCommand extends $Command< * @public */ constructor(readonly input: UpdateDataLakeExceptionSubscriptionCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -181,7 +176,4 @@ export class UpdateDataLakeExceptionSubscriptionCommand extends $Command< ): Promise { return de_UpdateDataLakeExceptionSubscriptionCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-securitylake/src/commands/UpdateSubscriberCommand.ts b/clients/client-securitylake/src/commands/UpdateSubscriberCommand.ts index 0ea209ff3db5..7b87dc195293 100644 --- a/clients/client-securitylake/src/commands/UpdateSubscriberCommand.ts +++ b/clients/client-securitylake/src/commands/UpdateSubscriberCommand.ts @@ -164,9 +164,6 @@ export class UpdateSubscriberCommand extends $Command< UpdateSubscriberCommandOutput, SecurityLakeClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -180,9 +177,7 @@ export class UpdateSubscriberCommand extends $Command< * @public */ constructor(readonly input: UpdateSubscriberCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -235,7 +230,4 @@ export class UpdateSubscriberCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdateSubscriberCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-securitylake/src/commands/UpdateSubscriberNotificationCommand.ts b/clients/client-securitylake/src/commands/UpdateSubscriberNotificationCommand.ts index 81a0b282d84c..d83a09370505 100644 --- a/clients/client-securitylake/src/commands/UpdateSubscriberNotificationCommand.ts +++ b/clients/client-securitylake/src/commands/UpdateSubscriberNotificationCommand.ts @@ -111,9 +111,6 @@ export class UpdateSubscriberNotificationCommand extends $Command< UpdateSubscriberNotificationCommandOutput, SecurityLakeClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -127,9 +124,7 @@ export class UpdateSubscriberNotificationCommand extends $Command< * @public */ constructor(readonly input: UpdateSubscriberNotificationCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -185,7 +180,4 @@ export class UpdateSubscriberNotificationCommand extends $Command< ): Promise { return de_UpdateSubscriberNotificationCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-serverlessapplicationrepository/package.json b/clients/client-serverlessapplicationrepository/package.json index 2097f92280fa..0bbb31a768f3 100644 --- a/clients/client-serverlessapplicationrepository/package.json +++ b/clients/client-serverlessapplicationrepository/package.json @@ -34,29 +34,29 @@ "@aws-sdk/util-endpoints": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@smithy/config-resolver": "^2.0.16", - "@smithy/fetch-http-handler": "^2.2.4", - "@smithy/hash-node": "^2.0.12", - "@smithy/invalid-dependency": "^2.0.12", - "@smithy/middleware-content-length": "^2.0.14", - "@smithy/middleware-endpoint": "^2.1.3", - "@smithy/middleware-retry": "^2.0.18", - "@smithy/middleware-serde": "^2.0.12", - "@smithy/middleware-stack": "^2.0.6", - "@smithy/node-config-provider": "^2.1.3", - "@smithy/node-http-handler": "^2.1.8", - "@smithy/protocol-http": "^3.0.8", - "@smithy/smithy-client": "^2.1.12", - "@smithy/types": "^2.4.0", - "@smithy/url-parser": "^2.0.12", - "@smithy/util-base64": "^2.0.0", + "@smithy/config-resolver": "^2.0.18", + "@smithy/fetch-http-handler": "^2.2.6", + "@smithy/hash-node": "^2.0.15", + "@smithy/invalid-dependency": "^2.0.13", + "@smithy/middleware-content-length": "^2.0.15", + "@smithy/middleware-endpoint": "^2.2.0", + "@smithy/middleware-retry": "^2.0.20", + "@smithy/middleware-serde": "^2.0.13", + "@smithy/middleware-stack": "^2.0.7", + "@smithy/node-config-provider": "^2.1.5", + "@smithy/node-http-handler": "^2.1.9", + "@smithy/protocol-http": "^3.0.9", + "@smithy/smithy-client": "^2.1.15", + "@smithy/types": "^2.5.0", + "@smithy/url-parser": "^2.0.13", + "@smithy/util-base64": "^2.0.1", "@smithy/util-body-length-browser": "^2.0.0", "@smithy/util-body-length-node": "^2.1.0", - "@smithy/util-defaults-mode-browser": "^2.0.16", - "@smithy/util-defaults-mode-node": "^2.0.21", - "@smithy/util-endpoints": "^1.0.2", - "@smithy/util-retry": "^2.0.5", - "@smithy/util-utf8": "^2.0.0", + "@smithy/util-defaults-mode-browser": "^2.0.19", + "@smithy/util-defaults-mode-node": "^2.0.25", + "@smithy/util-endpoints": "^1.0.4", + "@smithy/util-retry": "^2.0.6", + "@smithy/util-utf8": "^2.0.2", "tslib": "^2.5.0" }, "devDependencies": { diff --git a/clients/client-serverlessapplicationrepository/src/commands/CreateApplicationCommand.ts b/clients/client-serverlessapplicationrepository/src/commands/CreateApplicationCommand.ts index bb2d064cd95a..8cb4d3435ed2 100644 --- a/clients/client-serverlessapplicationrepository/src/commands/CreateApplicationCommand.ts +++ b/clients/client-serverlessapplicationrepository/src/commands/CreateApplicationCommand.ts @@ -151,9 +151,6 @@ export class CreateApplicationCommand extends $Command< CreateApplicationCommandOutput, ServerlessApplicationRepositoryClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -167,9 +164,7 @@ export class CreateApplicationCommand extends $Command< * @public */ constructor(readonly input: CreateApplicationCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -222,7 +217,4 @@ export class CreateApplicationCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateApplicationCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-serverlessapplicationrepository/src/commands/CreateApplicationVersionCommand.ts b/clients/client-serverlessapplicationrepository/src/commands/CreateApplicationVersionCommand.ts index 0239a5b27891..4c51bf5498ee 100644 --- a/clients/client-serverlessapplicationrepository/src/commands/CreateApplicationVersionCommand.ts +++ b/clients/client-serverlessapplicationrepository/src/commands/CreateApplicationVersionCommand.ts @@ -124,9 +124,6 @@ export class CreateApplicationVersionCommand extends $Command< CreateApplicationVersionCommandOutput, ServerlessApplicationRepositoryClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -140,9 +137,7 @@ export class CreateApplicationVersionCommand extends $Command< * @public */ constructor(readonly input: CreateApplicationVersionCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -195,7 +190,4 @@ export class CreateApplicationVersionCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateApplicationVersionCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-serverlessapplicationrepository/src/commands/CreateCloudFormationChangeSetCommand.ts b/clients/client-serverlessapplicationrepository/src/commands/CreateCloudFormationChangeSetCommand.ts index 3711a3247570..742c39a61565 100644 --- a/clients/client-serverlessapplicationrepository/src/commands/CreateCloudFormationChangeSetCommand.ts +++ b/clients/client-serverlessapplicationrepository/src/commands/CreateCloudFormationChangeSetCommand.ts @@ -130,9 +130,6 @@ export class CreateCloudFormationChangeSetCommand extends $Command< CreateCloudFormationChangeSetCommandOutput, ServerlessApplicationRepositoryClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -146,9 +143,7 @@ export class CreateCloudFormationChangeSetCommand extends $Command< * @public */ constructor(readonly input: CreateCloudFormationChangeSetCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -204,7 +199,4 @@ export class CreateCloudFormationChangeSetCommand extends $Command< ): Promise { return de_CreateCloudFormationChangeSetCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-serverlessapplicationrepository/src/commands/CreateCloudFormationTemplateCommand.ts b/clients/client-serverlessapplicationrepository/src/commands/CreateCloudFormationTemplateCommand.ts index 5512e129412a..51e9dfd893ef 100644 --- a/clients/client-serverlessapplicationrepository/src/commands/CreateCloudFormationTemplateCommand.ts +++ b/clients/client-serverlessapplicationrepository/src/commands/CreateCloudFormationTemplateCommand.ts @@ -101,9 +101,6 @@ export class CreateCloudFormationTemplateCommand extends $Command< CreateCloudFormationTemplateCommandOutput, ServerlessApplicationRepositoryClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -117,9 +114,7 @@ export class CreateCloudFormationTemplateCommand extends $Command< * @public */ constructor(readonly input: CreateCloudFormationTemplateCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -175,7 +170,4 @@ export class CreateCloudFormationTemplateCommand extends $Command< ): Promise { return de_CreateCloudFormationTemplateCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-serverlessapplicationrepository/src/commands/DeleteApplicationCommand.ts b/clients/client-serverlessapplicationrepository/src/commands/DeleteApplicationCommand.ts index 532b7d1d7e08..1ba61843530a 100644 --- a/clients/client-serverlessapplicationrepository/src/commands/DeleteApplicationCommand.ts +++ b/clients/client-serverlessapplicationrepository/src/commands/DeleteApplicationCommand.ts @@ -90,9 +90,6 @@ export class DeleteApplicationCommand extends $Command< DeleteApplicationCommandOutput, ServerlessApplicationRepositoryClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -106,9 +103,7 @@ export class DeleteApplicationCommand extends $Command< * @public */ constructor(readonly input: DeleteApplicationCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -161,7 +156,4 @@ export class DeleteApplicationCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteApplicationCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-serverlessapplicationrepository/src/commands/GetApplicationCommand.ts b/clients/client-serverlessapplicationrepository/src/commands/GetApplicationCommand.ts index 6d1123c5feb9..6ff40fcfe55f 100644 --- a/clients/client-serverlessapplicationrepository/src/commands/GetApplicationCommand.ts +++ b/clients/client-serverlessapplicationrepository/src/commands/GetApplicationCommand.ts @@ -136,9 +136,6 @@ export class GetApplicationCommand extends $Command< GetApplicationCommandOutput, ServerlessApplicationRepositoryClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -152,9 +149,7 @@ export class GetApplicationCommand extends $Command< * @public */ constructor(readonly input: GetApplicationCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -207,7 +202,4 @@ export class GetApplicationCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetApplicationCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-serverlessapplicationrepository/src/commands/GetApplicationPolicyCommand.ts b/clients/client-serverlessapplicationrepository/src/commands/GetApplicationPolicyCommand.ts index ae1376e8f1a8..52b5d2650037 100644 --- a/clients/client-serverlessapplicationrepository/src/commands/GetApplicationPolicyCommand.ts +++ b/clients/client-serverlessapplicationrepository/src/commands/GetApplicationPolicyCommand.ts @@ -102,9 +102,6 @@ export class GetApplicationPolicyCommand extends $Command< GetApplicationPolicyCommandOutput, ServerlessApplicationRepositoryClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -118,9 +115,7 @@ export class GetApplicationPolicyCommand extends $Command< * @public */ constructor(readonly input: GetApplicationPolicyCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -173,7 +168,4 @@ export class GetApplicationPolicyCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetApplicationPolicyCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-serverlessapplicationrepository/src/commands/GetCloudFormationTemplateCommand.ts b/clients/client-serverlessapplicationrepository/src/commands/GetCloudFormationTemplateCommand.ts index 87c67446839d..f414b1d53b26 100644 --- a/clients/client-serverlessapplicationrepository/src/commands/GetCloudFormationTemplateCommand.ts +++ b/clients/client-serverlessapplicationrepository/src/commands/GetCloudFormationTemplateCommand.ts @@ -96,9 +96,6 @@ export class GetCloudFormationTemplateCommand extends $Command< GetCloudFormationTemplateCommandOutput, ServerlessApplicationRepositoryClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -112,9 +109,7 @@ export class GetCloudFormationTemplateCommand extends $Command< * @public */ constructor(readonly input: GetCloudFormationTemplateCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -170,7 +165,4 @@ export class GetCloudFormationTemplateCommand extends $Command< ): Promise { return de_GetCloudFormationTemplateCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-serverlessapplicationrepository/src/commands/ListApplicationDependenciesCommand.ts b/clients/client-serverlessapplicationrepository/src/commands/ListApplicationDependenciesCommand.ts index c9ac6905914b..dfb0d7e7a1d3 100644 --- a/clients/client-serverlessapplicationrepository/src/commands/ListApplicationDependenciesCommand.ts +++ b/clients/client-serverlessapplicationrepository/src/commands/ListApplicationDependenciesCommand.ts @@ -103,9 +103,6 @@ export class ListApplicationDependenciesCommand extends $Command< ListApplicationDependenciesCommandOutput, ServerlessApplicationRepositoryClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -119,9 +116,7 @@ export class ListApplicationDependenciesCommand extends $Command< * @public */ constructor(readonly input: ListApplicationDependenciesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -177,7 +172,4 @@ export class ListApplicationDependenciesCommand extends $Command< ): Promise { return de_ListApplicationDependenciesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-serverlessapplicationrepository/src/commands/ListApplicationVersionsCommand.ts b/clients/client-serverlessapplicationrepository/src/commands/ListApplicationVersionsCommand.ts index c7b9b13ccb0f..7213282e257a 100644 --- a/clients/client-serverlessapplicationrepository/src/commands/ListApplicationVersionsCommand.ts +++ b/clients/client-serverlessapplicationrepository/src/commands/ListApplicationVersionsCommand.ts @@ -99,9 +99,6 @@ export class ListApplicationVersionsCommand extends $Command< ListApplicationVersionsCommandOutput, ServerlessApplicationRepositoryClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -115,9 +112,7 @@ export class ListApplicationVersionsCommand extends $Command< * @public */ constructor(readonly input: ListApplicationVersionsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -170,7 +165,4 @@ export class ListApplicationVersionsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListApplicationVersionsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-serverlessapplicationrepository/src/commands/ListApplicationsCommand.ts b/clients/client-serverlessapplicationrepository/src/commands/ListApplicationsCommand.ts index ff25f727441d..778fb995acaf 100644 --- a/clients/client-serverlessapplicationrepository/src/commands/ListApplicationsCommand.ts +++ b/clients/client-serverlessapplicationrepository/src/commands/ListApplicationsCommand.ts @@ -101,9 +101,6 @@ export class ListApplicationsCommand extends $Command< ListApplicationsCommandOutput, ServerlessApplicationRepositoryClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -117,9 +114,7 @@ export class ListApplicationsCommand extends $Command< * @public */ constructor(readonly input: ListApplicationsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -172,7 +167,4 @@ export class ListApplicationsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListApplicationsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-serverlessapplicationrepository/src/commands/PutApplicationPolicyCommand.ts b/clients/client-serverlessapplicationrepository/src/commands/PutApplicationPolicyCommand.ts index 2fcbdc56a8fd..73f6ae037dad 100644 --- a/clients/client-serverlessapplicationrepository/src/commands/PutApplicationPolicyCommand.ts +++ b/clients/client-serverlessapplicationrepository/src/commands/PutApplicationPolicyCommand.ts @@ -119,9 +119,6 @@ export class PutApplicationPolicyCommand extends $Command< PutApplicationPolicyCommandOutput, ServerlessApplicationRepositoryClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -135,9 +132,7 @@ export class PutApplicationPolicyCommand extends $Command< * @public */ constructor(readonly input: PutApplicationPolicyCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -190,7 +185,4 @@ export class PutApplicationPolicyCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_PutApplicationPolicyCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-serverlessapplicationrepository/src/commands/UnshareApplicationCommand.ts b/clients/client-serverlessapplicationrepository/src/commands/UnshareApplicationCommand.ts index d14a52a28671..3dc2d79cb42b 100644 --- a/clients/client-serverlessapplicationrepository/src/commands/UnshareApplicationCommand.ts +++ b/clients/client-serverlessapplicationrepository/src/commands/UnshareApplicationCommand.ts @@ -88,9 +88,6 @@ export class UnshareApplicationCommand extends $Command< UnshareApplicationCommandOutput, ServerlessApplicationRepositoryClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -104,9 +101,7 @@ export class UnshareApplicationCommand extends $Command< * @public */ constructor(readonly input: UnshareApplicationCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -159,7 +154,4 @@ export class UnshareApplicationCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UnshareApplicationCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-serverlessapplicationrepository/src/commands/UpdateApplicationCommand.ts b/clients/client-serverlessapplicationrepository/src/commands/UpdateApplicationCommand.ts index c73abb9aa3b0..54c0bfe76036 100644 --- a/clients/client-serverlessapplicationrepository/src/commands/UpdateApplicationCommand.ts +++ b/clients/client-serverlessapplicationrepository/src/commands/UpdateApplicationCommand.ts @@ -146,9 +146,6 @@ export class UpdateApplicationCommand extends $Command< UpdateApplicationCommandOutput, ServerlessApplicationRepositoryClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -162,9 +159,7 @@ export class UpdateApplicationCommand extends $Command< * @public */ constructor(readonly input: UpdateApplicationCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -217,7 +212,4 @@ export class UpdateApplicationCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdateApplicationCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-service-catalog-appregistry/package.json b/clients/client-service-catalog-appregistry/package.json index 9530828f91b9..0fc995662c25 100644 --- a/clients/client-service-catalog-appregistry/package.json +++ b/clients/client-service-catalog-appregistry/package.json @@ -34,29 +34,29 @@ "@aws-sdk/util-endpoints": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@smithy/config-resolver": "^2.0.16", - "@smithy/fetch-http-handler": "^2.2.4", - "@smithy/hash-node": "^2.0.12", - "@smithy/invalid-dependency": "^2.0.12", - "@smithy/middleware-content-length": "^2.0.14", - "@smithy/middleware-endpoint": "^2.1.3", - "@smithy/middleware-retry": "^2.0.18", - "@smithy/middleware-serde": "^2.0.12", - "@smithy/middleware-stack": "^2.0.6", - "@smithy/node-config-provider": "^2.1.3", - "@smithy/node-http-handler": "^2.1.8", - "@smithy/protocol-http": "^3.0.8", - "@smithy/smithy-client": "^2.1.12", - "@smithy/types": "^2.4.0", - "@smithy/url-parser": "^2.0.12", - "@smithy/util-base64": "^2.0.0", + "@smithy/config-resolver": "^2.0.18", + "@smithy/fetch-http-handler": "^2.2.6", + "@smithy/hash-node": "^2.0.15", + "@smithy/invalid-dependency": "^2.0.13", + "@smithy/middleware-content-length": "^2.0.15", + "@smithy/middleware-endpoint": "^2.2.0", + "@smithy/middleware-retry": "^2.0.20", + "@smithy/middleware-serde": "^2.0.13", + "@smithy/middleware-stack": "^2.0.7", + "@smithy/node-config-provider": "^2.1.5", + "@smithy/node-http-handler": "^2.1.9", + "@smithy/protocol-http": "^3.0.9", + "@smithy/smithy-client": "^2.1.15", + "@smithy/types": "^2.5.0", + "@smithy/url-parser": "^2.0.13", + "@smithy/util-base64": "^2.0.1", "@smithy/util-body-length-browser": "^2.0.0", "@smithy/util-body-length-node": "^2.1.0", - "@smithy/util-defaults-mode-browser": "^2.0.16", - "@smithy/util-defaults-mode-node": "^2.0.21", - "@smithy/util-endpoints": "^1.0.2", - "@smithy/util-retry": "^2.0.5", - "@smithy/util-utf8": "^2.0.0", + "@smithy/util-defaults-mode-browser": "^2.0.19", + "@smithy/util-defaults-mode-node": "^2.0.25", + "@smithy/util-endpoints": "^1.0.4", + "@smithy/util-retry": "^2.0.6", + "@smithy/util-utf8": "^2.0.2", "tslib": "^2.5.0", "uuid": "^8.3.2" }, diff --git a/clients/client-service-catalog-appregistry/src/commands/AssociateAttributeGroupCommand.ts b/clients/client-service-catalog-appregistry/src/commands/AssociateAttributeGroupCommand.ts index 818cd0ca7f37..32cf528fa397 100644 --- a/clients/client-service-catalog-appregistry/src/commands/AssociateAttributeGroupCommand.ts +++ b/clients/client-service-catalog-appregistry/src/commands/AssociateAttributeGroupCommand.ts @@ -97,9 +97,6 @@ export class AssociateAttributeGroupCommand extends $Command< AssociateAttributeGroupCommandOutput, ServiceCatalogAppRegistryClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -113,9 +110,7 @@ export class AssociateAttributeGroupCommand extends $Command< * @public */ constructor(readonly input: AssociateAttributeGroupCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -168,7 +163,4 @@ export class AssociateAttributeGroupCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_AssociateAttributeGroupCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-service-catalog-appregistry/src/commands/AssociateResourceCommand.ts b/clients/client-service-catalog-appregistry/src/commands/AssociateResourceCommand.ts index e9e5b4c1d90d..0f20199717ed 100644 --- a/clients/client-service-catalog-appregistry/src/commands/AssociateResourceCommand.ts +++ b/clients/client-service-catalog-appregistry/src/commands/AssociateResourceCommand.ts @@ -158,9 +158,6 @@ export class AssociateResourceCommand extends $Command< AssociateResourceCommandOutput, ServiceCatalogAppRegistryClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -174,9 +171,7 @@ export class AssociateResourceCommand extends $Command< * @public */ constructor(readonly input: AssociateResourceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -229,7 +224,4 @@ export class AssociateResourceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_AssociateResourceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-service-catalog-appregistry/src/commands/CreateApplicationCommand.ts b/clients/client-service-catalog-appregistry/src/commands/CreateApplicationCommand.ts index 5ee4a6917708..ca2b3feff796 100644 --- a/clients/client-service-catalog-appregistry/src/commands/CreateApplicationCommand.ts +++ b/clients/client-service-catalog-appregistry/src/commands/CreateApplicationCommand.ts @@ -115,9 +115,6 @@ export class CreateApplicationCommand extends $Command< CreateApplicationCommandOutput, ServiceCatalogAppRegistryClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -131,9 +128,7 @@ export class CreateApplicationCommand extends $Command< * @public */ constructor(readonly input: CreateApplicationCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -186,7 +181,4 @@ export class CreateApplicationCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateApplicationCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-service-catalog-appregistry/src/commands/CreateAttributeGroupCommand.ts b/clients/client-service-catalog-appregistry/src/commands/CreateAttributeGroupCommand.ts index 4f9a77fd8990..17427d4c186b 100644 --- a/clients/client-service-catalog-appregistry/src/commands/CreateAttributeGroupCommand.ts +++ b/clients/client-service-catalog-appregistry/src/commands/CreateAttributeGroupCommand.ts @@ -109,9 +109,6 @@ export class CreateAttributeGroupCommand extends $Command< CreateAttributeGroupCommandOutput, ServiceCatalogAppRegistryClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -125,9 +122,7 @@ export class CreateAttributeGroupCommand extends $Command< * @public */ constructor(readonly input: CreateAttributeGroupCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -180,7 +175,4 @@ export class CreateAttributeGroupCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateAttributeGroupCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-service-catalog-appregistry/src/commands/DeleteApplicationCommand.ts b/clients/client-service-catalog-appregistry/src/commands/DeleteApplicationCommand.ts index 1897a1303141..894086721eca 100644 --- a/clients/client-service-catalog-appregistry/src/commands/DeleteApplicationCommand.ts +++ b/clients/client-service-catalog-appregistry/src/commands/DeleteApplicationCommand.ts @@ -90,9 +90,6 @@ export class DeleteApplicationCommand extends $Command< DeleteApplicationCommandOutput, ServiceCatalogAppRegistryClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -106,9 +103,7 @@ export class DeleteApplicationCommand extends $Command< * @public */ constructor(readonly input: DeleteApplicationCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -161,7 +156,4 @@ export class DeleteApplicationCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteApplicationCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-service-catalog-appregistry/src/commands/DeleteAttributeGroupCommand.ts b/clients/client-service-catalog-appregistry/src/commands/DeleteAttributeGroupCommand.ts index 22b1081de6a7..0a94cc243992 100644 --- a/clients/client-service-catalog-appregistry/src/commands/DeleteAttributeGroupCommand.ts +++ b/clients/client-service-catalog-appregistry/src/commands/DeleteAttributeGroupCommand.ts @@ -91,9 +91,6 @@ export class DeleteAttributeGroupCommand extends $Command< DeleteAttributeGroupCommandOutput, ServiceCatalogAppRegistryClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -107,9 +104,7 @@ export class DeleteAttributeGroupCommand extends $Command< * @public */ constructor(readonly input: DeleteAttributeGroupCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -162,7 +157,4 @@ export class DeleteAttributeGroupCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteAttributeGroupCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-service-catalog-appregistry/src/commands/DisassociateAttributeGroupCommand.ts b/clients/client-service-catalog-appregistry/src/commands/DisassociateAttributeGroupCommand.ts index ebb17ce15db7..1e113755f736 100644 --- a/clients/client-service-catalog-appregistry/src/commands/DisassociateAttributeGroupCommand.ts +++ b/clients/client-service-catalog-appregistry/src/commands/DisassociateAttributeGroupCommand.ts @@ -85,9 +85,6 @@ export class DisassociateAttributeGroupCommand extends $Command< DisassociateAttributeGroupCommandOutput, ServiceCatalogAppRegistryClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -101,9 +98,7 @@ export class DisassociateAttributeGroupCommand extends $Command< * @public */ constructor(readonly input: DisassociateAttributeGroupCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -159,7 +154,4 @@ export class DisassociateAttributeGroupCommand extends $Command< ): Promise { return de_DisassociateAttributeGroupCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-service-catalog-appregistry/src/commands/DisassociateResourceCommand.ts b/clients/client-service-catalog-appregistry/src/commands/DisassociateResourceCommand.ts index 98bc33511711..353123b97505 100644 --- a/clients/client-service-catalog-appregistry/src/commands/DisassociateResourceCommand.ts +++ b/clients/client-service-catalog-appregistry/src/commands/DisassociateResourceCommand.ts @@ -141,9 +141,6 @@ export class DisassociateResourceCommand extends $Command< DisassociateResourceCommandOutput, ServiceCatalogAppRegistryClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -157,9 +154,7 @@ export class DisassociateResourceCommand extends $Command< * @public */ constructor(readonly input: DisassociateResourceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -212,7 +207,4 @@ export class DisassociateResourceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DisassociateResourceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-service-catalog-appregistry/src/commands/GetApplicationCommand.ts b/clients/client-service-catalog-appregistry/src/commands/GetApplicationCommand.ts index 4219651557ee..caf02e48e689 100644 --- a/clients/client-service-catalog-appregistry/src/commands/GetApplicationCommand.ts +++ b/clients/client-service-catalog-appregistry/src/commands/GetApplicationCommand.ts @@ -129,9 +129,6 @@ export class GetApplicationCommand extends $Command< GetApplicationCommandOutput, ServiceCatalogAppRegistryClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -145,9 +142,7 @@ export class GetApplicationCommand extends $Command< * @public */ constructor(readonly input: GetApplicationCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -200,7 +195,4 @@ export class GetApplicationCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetApplicationCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-service-catalog-appregistry/src/commands/GetAssociatedResourceCommand.ts b/clients/client-service-catalog-appregistry/src/commands/GetAssociatedResourceCommand.ts index 3cc9000f1640..c45ec7e5d683 100644 --- a/clients/client-service-catalog-appregistry/src/commands/GetAssociatedResourceCommand.ts +++ b/clients/client-service-catalog-appregistry/src/commands/GetAssociatedResourceCommand.ts @@ -117,9 +117,6 @@ export class GetAssociatedResourceCommand extends $Command< GetAssociatedResourceCommandOutput, ServiceCatalogAppRegistryClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -133,9 +130,7 @@ export class GetAssociatedResourceCommand extends $Command< * @public */ constructor(readonly input: GetAssociatedResourceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -188,7 +183,4 @@ export class GetAssociatedResourceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetAssociatedResourceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-service-catalog-appregistry/src/commands/GetAttributeGroupCommand.ts b/clients/client-service-catalog-appregistry/src/commands/GetAttributeGroupCommand.ts index 3df2cbd799db..f6bc88290b71 100644 --- a/clients/client-service-catalog-appregistry/src/commands/GetAttributeGroupCommand.ts +++ b/clients/client-service-catalog-appregistry/src/commands/GetAttributeGroupCommand.ts @@ -102,9 +102,6 @@ export class GetAttributeGroupCommand extends $Command< GetAttributeGroupCommandOutput, ServiceCatalogAppRegistryClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -118,9 +115,7 @@ export class GetAttributeGroupCommand extends $Command< * @public */ constructor(readonly input: GetAttributeGroupCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -173,7 +168,4 @@ export class GetAttributeGroupCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetAttributeGroupCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-service-catalog-appregistry/src/commands/GetConfigurationCommand.ts b/clients/client-service-catalog-appregistry/src/commands/GetConfigurationCommand.ts index 550801e5b00c..fbd76f488475 100644 --- a/clients/client-service-catalog-appregistry/src/commands/GetConfigurationCommand.ts +++ b/clients/client-service-catalog-appregistry/src/commands/GetConfigurationCommand.ts @@ -82,9 +82,6 @@ export class GetConfigurationCommand extends $Command< GetConfigurationCommandOutput, ServiceCatalogAppRegistryClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -98,9 +95,7 @@ export class GetConfigurationCommand extends $Command< * @public */ constructor(readonly input: GetConfigurationCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -153,7 +148,4 @@ export class GetConfigurationCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetConfigurationCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-service-catalog-appregistry/src/commands/ListApplicationsCommand.ts b/clients/client-service-catalog-appregistry/src/commands/ListApplicationsCommand.ts index b2e444bddebd..fae29038f713 100644 --- a/clients/client-service-catalog-appregistry/src/commands/ListApplicationsCommand.ts +++ b/clients/client-service-catalog-appregistry/src/commands/ListApplicationsCommand.ts @@ -91,9 +91,6 @@ export class ListApplicationsCommand extends $Command< ListApplicationsCommandOutput, ServiceCatalogAppRegistryClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -107,9 +104,7 @@ export class ListApplicationsCommand extends $Command< * @public */ constructor(readonly input: ListApplicationsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -162,7 +157,4 @@ export class ListApplicationsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListApplicationsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-service-catalog-appregistry/src/commands/ListAssociatedAttributeGroupsCommand.ts b/clients/client-service-catalog-appregistry/src/commands/ListAssociatedAttributeGroupsCommand.ts index 31e36f81e1d6..56fae7f80715 100644 --- a/clients/client-service-catalog-appregistry/src/commands/ListAssociatedAttributeGroupsCommand.ts +++ b/clients/client-service-catalog-appregistry/src/commands/ListAssociatedAttributeGroupsCommand.ts @@ -93,9 +93,6 @@ export class ListAssociatedAttributeGroupsCommand extends $Command< ListAssociatedAttributeGroupsCommandOutput, ServiceCatalogAppRegistryClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -109,9 +106,7 @@ export class ListAssociatedAttributeGroupsCommand extends $Command< * @public */ constructor(readonly input: ListAssociatedAttributeGroupsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -167,7 +162,4 @@ export class ListAssociatedAttributeGroupsCommand extends $Command< ): Promise { return de_ListAssociatedAttributeGroupsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-service-catalog-appregistry/src/commands/ListAssociatedResourcesCommand.ts b/clients/client-service-catalog-appregistry/src/commands/ListAssociatedResourcesCommand.ts index 10d933d29a8c..afc5a454870c 100644 --- a/clients/client-service-catalog-appregistry/src/commands/ListAssociatedResourcesCommand.ts +++ b/clients/client-service-catalog-appregistry/src/commands/ListAssociatedResourcesCommand.ts @@ -118,9 +118,6 @@ export class ListAssociatedResourcesCommand extends $Command< ListAssociatedResourcesCommandOutput, ServiceCatalogAppRegistryClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -134,9 +131,7 @@ export class ListAssociatedResourcesCommand extends $Command< * @public */ constructor(readonly input: ListAssociatedResourcesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -189,7 +184,4 @@ export class ListAssociatedResourcesCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListAssociatedResourcesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-service-catalog-appregistry/src/commands/ListAttributeGroupsCommand.ts b/clients/client-service-catalog-appregistry/src/commands/ListAttributeGroupsCommand.ts index 79cee7a42e02..5a273aea56f1 100644 --- a/clients/client-service-catalog-appregistry/src/commands/ListAttributeGroupsCommand.ts +++ b/clients/client-service-catalog-appregistry/src/commands/ListAttributeGroupsCommand.ts @@ -92,9 +92,6 @@ export class ListAttributeGroupsCommand extends $Command< ListAttributeGroupsCommandOutput, ServiceCatalogAppRegistryClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -108,9 +105,7 @@ export class ListAttributeGroupsCommand extends $Command< * @public */ constructor(readonly input: ListAttributeGroupsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -163,7 +158,4 @@ export class ListAttributeGroupsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListAttributeGroupsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-service-catalog-appregistry/src/commands/ListAttributeGroupsForApplicationCommand.ts b/clients/client-service-catalog-appregistry/src/commands/ListAttributeGroupsForApplicationCommand.ts index 3854e98ebe1d..57b75747d9a8 100644 --- a/clients/client-service-catalog-appregistry/src/commands/ListAttributeGroupsForApplicationCommand.ts +++ b/clients/client-service-catalog-appregistry/src/commands/ListAttributeGroupsForApplicationCommand.ts @@ -101,9 +101,6 @@ export class ListAttributeGroupsForApplicationCommand extends $Command< ListAttributeGroupsForApplicationCommandOutput, ServiceCatalogAppRegistryClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -117,9 +114,7 @@ export class ListAttributeGroupsForApplicationCommand extends $Command< * @public */ constructor(readonly input: ListAttributeGroupsForApplicationCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -178,7 +173,4 @@ export class ListAttributeGroupsForApplicationCommand extends $Command< ): Promise { return de_ListAttributeGroupsForApplicationCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-service-catalog-appregistry/src/commands/ListTagsForResourceCommand.ts b/clients/client-service-catalog-appregistry/src/commands/ListTagsForResourceCommand.ts index 08f1dfbc672a..30780e649388 100644 --- a/clients/client-service-catalog-appregistry/src/commands/ListTagsForResourceCommand.ts +++ b/clients/client-service-catalog-appregistry/src/commands/ListTagsForResourceCommand.ts @@ -85,9 +85,6 @@ export class ListTagsForResourceCommand extends $Command< ListTagsForResourceCommandOutput, ServiceCatalogAppRegistryClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -101,9 +98,7 @@ export class ListTagsForResourceCommand extends $Command< * @public */ constructor(readonly input: ListTagsForResourceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -156,7 +151,4 @@ export class ListTagsForResourceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListTagsForResourceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-service-catalog-appregistry/src/commands/PutConfigurationCommand.ts b/clients/client-service-catalog-appregistry/src/commands/PutConfigurationCommand.ts index 7660e4cfaca7..dbea1317075b 100644 --- a/clients/client-service-catalog-appregistry/src/commands/PutConfigurationCommand.ts +++ b/clients/client-service-catalog-appregistry/src/commands/PutConfigurationCommand.ts @@ -89,9 +89,6 @@ export class PutConfigurationCommand extends $Command< PutConfigurationCommandOutput, ServiceCatalogAppRegistryClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -105,9 +102,7 @@ export class PutConfigurationCommand extends $Command< * @public */ constructor(readonly input: PutConfigurationCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -160,7 +155,4 @@ export class PutConfigurationCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_PutConfigurationCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-service-catalog-appregistry/src/commands/SyncResourceCommand.ts b/clients/client-service-catalog-appregistry/src/commands/SyncResourceCommand.ts index ce623bf3c757..6927f382d745 100644 --- a/clients/client-service-catalog-appregistry/src/commands/SyncResourceCommand.ts +++ b/clients/client-service-catalog-appregistry/src/commands/SyncResourceCommand.ts @@ -98,9 +98,6 @@ export class SyncResourceCommand extends $Command< SyncResourceCommandOutput, ServiceCatalogAppRegistryClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -114,9 +111,7 @@ export class SyncResourceCommand extends $Command< * @public */ constructor(readonly input: SyncResourceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -167,7 +162,4 @@ export class SyncResourceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_SyncResourceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-service-catalog-appregistry/src/commands/TagResourceCommand.ts b/clients/client-service-catalog-appregistry/src/commands/TagResourceCommand.ts index a39c88e5cc2d..9cdf3c84b79a 100644 --- a/clients/client-service-catalog-appregistry/src/commands/TagResourceCommand.ts +++ b/clients/client-service-catalog-appregistry/src/commands/TagResourceCommand.ts @@ -86,9 +86,6 @@ export class TagResourceCommand extends $Command< TagResourceCommandOutput, ServiceCatalogAppRegistryClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -102,9 +99,7 @@ export class TagResourceCommand extends $Command< * @public */ constructor(readonly input: TagResourceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -155,7 +150,4 @@ export class TagResourceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_TagResourceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-service-catalog-appregistry/src/commands/UntagResourceCommand.ts b/clients/client-service-catalog-appregistry/src/commands/UntagResourceCommand.ts index cdb711b30014..9dd2b3ca3b21 100644 --- a/clients/client-service-catalog-appregistry/src/commands/UntagResourceCommand.ts +++ b/clients/client-service-catalog-appregistry/src/commands/UntagResourceCommand.ts @@ -85,9 +85,6 @@ export class UntagResourceCommand extends $Command< UntagResourceCommandOutput, ServiceCatalogAppRegistryClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -101,9 +98,7 @@ export class UntagResourceCommand extends $Command< * @public */ constructor(readonly input: UntagResourceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -154,7 +149,4 @@ export class UntagResourceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UntagResourceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-service-catalog-appregistry/src/commands/UpdateApplicationCommand.ts b/clients/client-service-catalog-appregistry/src/commands/UpdateApplicationCommand.ts index 4b0f5430fd3a..fba9e4daf81b 100644 --- a/clients/client-service-catalog-appregistry/src/commands/UpdateApplicationCommand.ts +++ b/clients/client-service-catalog-appregistry/src/commands/UpdateApplicationCommand.ts @@ -109,9 +109,6 @@ export class UpdateApplicationCommand extends $Command< UpdateApplicationCommandOutput, ServiceCatalogAppRegistryClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -125,9 +122,7 @@ export class UpdateApplicationCommand extends $Command< * @public */ constructor(readonly input: UpdateApplicationCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -180,7 +175,4 @@ export class UpdateApplicationCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdateApplicationCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-service-catalog-appregistry/src/commands/UpdateAttributeGroupCommand.ts b/clients/client-service-catalog-appregistry/src/commands/UpdateAttributeGroupCommand.ts index 09deb01a17c9..500cdc7277ef 100644 --- a/clients/client-service-catalog-appregistry/src/commands/UpdateAttributeGroupCommand.ts +++ b/clients/client-service-catalog-appregistry/src/commands/UpdateAttributeGroupCommand.ts @@ -100,9 +100,6 @@ export class UpdateAttributeGroupCommand extends $Command< UpdateAttributeGroupCommandOutput, ServiceCatalogAppRegistryClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -116,9 +113,7 @@ export class UpdateAttributeGroupCommand extends $Command< * @public */ constructor(readonly input: UpdateAttributeGroupCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -171,7 +166,4 @@ export class UpdateAttributeGroupCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdateAttributeGroupCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-service-catalog/package.json b/clients/client-service-catalog/package.json index 6c3e58ff0e73..c5854869724f 100644 --- a/clients/client-service-catalog/package.json +++ b/clients/client-service-catalog/package.json @@ -34,29 +34,29 @@ "@aws-sdk/util-endpoints": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@smithy/config-resolver": "^2.0.16", - "@smithy/fetch-http-handler": "^2.2.4", - "@smithy/hash-node": "^2.0.12", - "@smithy/invalid-dependency": "^2.0.12", - "@smithy/middleware-content-length": "^2.0.14", - "@smithy/middleware-endpoint": "^2.1.3", - "@smithy/middleware-retry": "^2.0.18", - "@smithy/middleware-serde": "^2.0.12", - "@smithy/middleware-stack": "^2.0.6", - "@smithy/node-config-provider": "^2.1.3", - "@smithy/node-http-handler": "^2.1.8", - "@smithy/protocol-http": "^3.0.8", - "@smithy/smithy-client": "^2.1.12", - "@smithy/types": "^2.4.0", - "@smithy/url-parser": "^2.0.12", - "@smithy/util-base64": "^2.0.0", + "@smithy/config-resolver": "^2.0.18", + "@smithy/fetch-http-handler": "^2.2.6", + "@smithy/hash-node": "^2.0.15", + "@smithy/invalid-dependency": "^2.0.13", + "@smithy/middleware-content-length": "^2.0.15", + "@smithy/middleware-endpoint": "^2.2.0", + "@smithy/middleware-retry": "^2.0.20", + "@smithy/middleware-serde": "^2.0.13", + "@smithy/middleware-stack": "^2.0.7", + "@smithy/node-config-provider": "^2.1.5", + "@smithy/node-http-handler": "^2.1.9", + "@smithy/protocol-http": "^3.0.9", + "@smithy/smithy-client": "^2.1.15", + "@smithy/types": "^2.5.0", + "@smithy/url-parser": "^2.0.13", + "@smithy/util-base64": "^2.0.1", "@smithy/util-body-length-browser": "^2.0.0", "@smithy/util-body-length-node": "^2.1.0", - "@smithy/util-defaults-mode-browser": "^2.0.16", - "@smithy/util-defaults-mode-node": "^2.0.21", - "@smithy/util-endpoints": "^1.0.2", - "@smithy/util-retry": "^2.0.5", - "@smithy/util-utf8": "^2.0.0", + "@smithy/util-defaults-mode-browser": "^2.0.19", + "@smithy/util-defaults-mode-node": "^2.0.25", + "@smithy/util-endpoints": "^1.0.4", + "@smithy/util-retry": "^2.0.6", + "@smithy/util-utf8": "^2.0.2", "tslib": "^2.5.0", "uuid": "^8.3.2" }, diff --git a/clients/client-service-catalog/src/commands/AcceptPortfolioShareCommand.ts b/clients/client-service-catalog/src/commands/AcceptPortfolioShareCommand.ts index f1344d178c66..2e534b75c77b 100644 --- a/clients/client-service-catalog/src/commands/AcceptPortfolioShareCommand.ts +++ b/clients/client-service-catalog/src/commands/AcceptPortfolioShareCommand.ts @@ -80,9 +80,6 @@ export class AcceptPortfolioShareCommand extends $Command< AcceptPortfolioShareCommandOutput, ServiceCatalogClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -96,9 +93,7 @@ export class AcceptPortfolioShareCommand extends $Command< * @public */ constructor(readonly input: AcceptPortfolioShareCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -151,7 +146,4 @@ export class AcceptPortfolioShareCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_AcceptPortfolioShareCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-service-catalog/src/commands/AssociateBudgetWithResourceCommand.ts b/clients/client-service-catalog/src/commands/AssociateBudgetWithResourceCommand.ts index 971dbb2180a4..0e569a6ef905 100644 --- a/clients/client-service-catalog/src/commands/AssociateBudgetWithResourceCommand.ts +++ b/clients/client-service-catalog/src/commands/AssociateBudgetWithResourceCommand.ts @@ -82,9 +82,6 @@ export class AssociateBudgetWithResourceCommand extends $Command< AssociateBudgetWithResourceCommandOutput, ServiceCatalogClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -98,9 +95,7 @@ export class AssociateBudgetWithResourceCommand extends $Command< * @public */ constructor(readonly input: AssociateBudgetWithResourceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -156,7 +151,4 @@ export class AssociateBudgetWithResourceCommand extends $Command< ): Promise { return de_AssociateBudgetWithResourceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-service-catalog/src/commands/AssociatePrincipalWithPortfolioCommand.ts b/clients/client-service-catalog/src/commands/AssociatePrincipalWithPortfolioCommand.ts index 429bf7b570d4..cc3bed5d3b76 100644 --- a/clients/client-service-catalog/src/commands/AssociatePrincipalWithPortfolioCommand.ts +++ b/clients/client-service-catalog/src/commands/AssociatePrincipalWithPortfolioCommand.ts @@ -100,9 +100,6 @@ export class AssociatePrincipalWithPortfolioCommand extends $Command< AssociatePrincipalWithPortfolioCommandOutput, ServiceCatalogClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -116,9 +113,7 @@ export class AssociatePrincipalWithPortfolioCommand extends $Command< * @public */ constructor(readonly input: AssociatePrincipalWithPortfolioCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -177,7 +172,4 @@ export class AssociatePrincipalWithPortfolioCommand extends $Command< ): Promise { return de_AssociatePrincipalWithPortfolioCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-service-catalog/src/commands/AssociateProductWithPortfolioCommand.ts b/clients/client-service-catalog/src/commands/AssociateProductWithPortfolioCommand.ts index 196f92c6a6cd..e0c75234214d 100644 --- a/clients/client-service-catalog/src/commands/AssociateProductWithPortfolioCommand.ts +++ b/clients/client-service-catalog/src/commands/AssociateProductWithPortfolioCommand.ts @@ -87,9 +87,6 @@ export class AssociateProductWithPortfolioCommand extends $Command< AssociateProductWithPortfolioCommandOutput, ServiceCatalogClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -103,9 +100,7 @@ export class AssociateProductWithPortfolioCommand extends $Command< * @public */ constructor(readonly input: AssociateProductWithPortfolioCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -161,7 +156,4 @@ export class AssociateProductWithPortfolioCommand extends $Command< ): Promise { return de_AssociateProductWithPortfolioCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-service-catalog/src/commands/AssociateServiceActionWithProvisioningArtifactCommand.ts b/clients/client-service-catalog/src/commands/AssociateServiceActionWithProvisioningArtifactCommand.ts index b20e744b61c8..77ed68ff0522 100644 --- a/clients/client-service-catalog/src/commands/AssociateServiceActionWithProvisioningArtifactCommand.ts +++ b/clients/client-service-catalog/src/commands/AssociateServiceActionWithProvisioningArtifactCommand.ts @@ -93,9 +93,6 @@ export class AssociateServiceActionWithProvisioningArtifactCommand extends $Comm AssociateServiceActionWithProvisioningArtifactCommandOutput, ServiceCatalogClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -109,9 +106,7 @@ export class AssociateServiceActionWithProvisioningArtifactCommand extends $Comm * @public */ constructor(readonly input: AssociateServiceActionWithProvisioningArtifactCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -176,7 +171,4 @@ export class AssociateServiceActionWithProvisioningArtifactCommand extends $Comm ): Promise { return de_AssociateServiceActionWithProvisioningArtifactCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-service-catalog/src/commands/AssociateTagOptionWithResourceCommand.ts b/clients/client-service-catalog/src/commands/AssociateTagOptionWithResourceCommand.ts index 35db50e7e417..9759be71bd84 100644 --- a/clients/client-service-catalog/src/commands/AssociateTagOptionWithResourceCommand.ts +++ b/clients/client-service-catalog/src/commands/AssociateTagOptionWithResourceCommand.ts @@ -96,9 +96,6 @@ export class AssociateTagOptionWithResourceCommand extends $Command< AssociateTagOptionWithResourceCommandOutput, ServiceCatalogClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -112,9 +109,7 @@ export class AssociateTagOptionWithResourceCommand extends $Command< * @public */ constructor(readonly input: AssociateTagOptionWithResourceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -173,7 +168,4 @@ export class AssociateTagOptionWithResourceCommand extends $Command< ): Promise { return de_AssociateTagOptionWithResourceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-service-catalog/src/commands/BatchAssociateServiceActionWithProvisioningArtifactCommand.ts b/clients/client-service-catalog/src/commands/BatchAssociateServiceActionWithProvisioningArtifactCommand.ts index ed74dc4786e5..aafb470b4636 100644 --- a/clients/client-service-catalog/src/commands/BatchAssociateServiceActionWithProvisioningArtifactCommand.ts +++ b/clients/client-service-catalog/src/commands/BatchAssociateServiceActionWithProvisioningArtifactCommand.ts @@ -97,9 +97,6 @@ export class BatchAssociateServiceActionWithProvisioningArtifactCommand extends BatchAssociateServiceActionWithProvisioningArtifactCommandOutput, ServiceCatalogClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -113,9 +110,7 @@ export class BatchAssociateServiceActionWithProvisioningArtifactCommand extends * @public */ constructor(readonly input: BatchAssociateServiceActionWithProvisioningArtifactCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -180,7 +175,4 @@ export class BatchAssociateServiceActionWithProvisioningArtifactCommand extends ): Promise { return de_BatchAssociateServiceActionWithProvisioningArtifactCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-service-catalog/src/commands/BatchDisassociateServiceActionFromProvisioningArtifactCommand.ts b/clients/client-service-catalog/src/commands/BatchDisassociateServiceActionFromProvisioningArtifactCommand.ts index 5fad56901650..938bc6fcac9f 100644 --- a/clients/client-service-catalog/src/commands/BatchDisassociateServiceActionFromProvisioningArtifactCommand.ts +++ b/clients/client-service-catalog/src/commands/BatchDisassociateServiceActionFromProvisioningArtifactCommand.ts @@ -97,9 +97,6 @@ export class BatchDisassociateServiceActionFromProvisioningArtifactCommand exten BatchDisassociateServiceActionFromProvisioningArtifactCommandOutput, ServiceCatalogClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -113,9 +110,7 @@ export class BatchDisassociateServiceActionFromProvisioningArtifactCommand exten * @public */ constructor(readonly input: BatchDisassociateServiceActionFromProvisioningArtifactCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -180,7 +175,4 @@ export class BatchDisassociateServiceActionFromProvisioningArtifactCommand exten ): Promise { return de_BatchDisassociateServiceActionFromProvisioningArtifactCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-service-catalog/src/commands/CopyProductCommand.ts b/clients/client-service-catalog/src/commands/CopyProductCommand.ts index ef586bb0b7c0..9c89d3db81ec 100644 --- a/clients/client-service-catalog/src/commands/CopyProductCommand.ts +++ b/clients/client-service-catalog/src/commands/CopyProductCommand.ts @@ -94,9 +94,6 @@ export class CopyProductCommand extends $Command< CopyProductCommandOutput, ServiceCatalogClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -110,9 +107,7 @@ export class CopyProductCommand extends $Command< * @public */ constructor(readonly input: CopyProductCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -163,7 +158,4 @@ export class CopyProductCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CopyProductCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-service-catalog/src/commands/CreateConstraintCommand.ts b/clients/client-service-catalog/src/commands/CreateConstraintCommand.ts index 0ea86e5b1acb..23ef4e70edcf 100644 --- a/clients/client-service-catalog/src/commands/CreateConstraintCommand.ts +++ b/clients/client-service-catalog/src/commands/CreateConstraintCommand.ts @@ -99,9 +99,6 @@ export class CreateConstraintCommand extends $Command< CreateConstraintCommandOutput, ServiceCatalogClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -115,9 +112,7 @@ export class CreateConstraintCommand extends $Command< * @public */ constructor(readonly input: CreateConstraintCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -170,7 +165,4 @@ export class CreateConstraintCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateConstraintCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-service-catalog/src/commands/CreatePortfolioCommand.ts b/clients/client-service-catalog/src/commands/CreatePortfolioCommand.ts index b586090b4911..34a4c7b3d644 100644 --- a/clients/client-service-catalog/src/commands/CreatePortfolioCommand.ts +++ b/clients/client-service-catalog/src/commands/CreatePortfolioCommand.ts @@ -106,9 +106,6 @@ export class CreatePortfolioCommand extends $Command< CreatePortfolioCommandOutput, ServiceCatalogClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -122,9 +119,7 @@ export class CreatePortfolioCommand extends $Command< * @public */ constructor(readonly input: CreatePortfolioCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -177,7 +172,4 @@ export class CreatePortfolioCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreatePortfolioCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-service-catalog/src/commands/CreatePortfolioShareCommand.ts b/clients/client-service-catalog/src/commands/CreatePortfolioShareCommand.ts index 1c6be5995a65..6b9ccba53680 100644 --- a/clients/client-service-catalog/src/commands/CreatePortfolioShareCommand.ts +++ b/clients/client-service-catalog/src/commands/CreatePortfolioShareCommand.ts @@ -113,9 +113,6 @@ export class CreatePortfolioShareCommand extends $Command< CreatePortfolioShareCommandOutput, ServiceCatalogClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -129,9 +126,7 @@ export class CreatePortfolioShareCommand extends $Command< * @public */ constructor(readonly input: CreatePortfolioShareCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -184,7 +179,4 @@ export class CreatePortfolioShareCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreatePortfolioShareCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-service-catalog/src/commands/CreateProductCommand.ts b/clients/client-service-catalog/src/commands/CreateProductCommand.ts index 3a095b2e6099..6c54b030dce2 100644 --- a/clients/client-service-catalog/src/commands/CreateProductCommand.ts +++ b/clients/client-service-catalog/src/commands/CreateProductCommand.ts @@ -173,9 +173,6 @@ export class CreateProductCommand extends $Command< CreateProductCommandOutput, ServiceCatalogClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -189,9 +186,7 @@ export class CreateProductCommand extends $Command< * @public */ constructor(readonly input: CreateProductCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -242,7 +237,4 @@ export class CreateProductCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateProductCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-service-catalog/src/commands/CreateProvisionedProductPlanCommand.ts b/clients/client-service-catalog/src/commands/CreateProvisionedProductPlanCommand.ts index 710734677124..db258ce7c426 100644 --- a/clients/client-service-catalog/src/commands/CreateProvisionedProductPlanCommand.ts +++ b/clients/client-service-catalog/src/commands/CreateProvisionedProductPlanCommand.ts @@ -119,9 +119,6 @@ export class CreateProvisionedProductPlanCommand extends $Command< CreateProvisionedProductPlanCommandOutput, ServiceCatalogClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -135,9 +132,7 @@ export class CreateProvisionedProductPlanCommand extends $Command< * @public */ constructor(readonly input: CreateProvisionedProductPlanCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -193,7 +188,4 @@ export class CreateProvisionedProductPlanCommand extends $Command< ): Promise { return de_CreateProvisionedProductPlanCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-service-catalog/src/commands/CreateProvisioningArtifactCommand.ts b/clients/client-service-catalog/src/commands/CreateProvisioningArtifactCommand.ts index aec92524324b..a110ed0d6b6b 100644 --- a/clients/client-service-catalog/src/commands/CreateProvisioningArtifactCommand.ts +++ b/clients/client-service-catalog/src/commands/CreateProvisioningArtifactCommand.ts @@ -108,9 +108,6 @@ export class CreateProvisioningArtifactCommand extends $Command< CreateProvisioningArtifactCommandOutput, ServiceCatalogClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -124,9 +121,7 @@ export class CreateProvisioningArtifactCommand extends $Command< * @public */ constructor(readonly input: CreateProvisioningArtifactCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -182,7 +177,4 @@ export class CreateProvisioningArtifactCommand extends $Command< ): Promise { return de_CreateProvisioningArtifactCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-service-catalog/src/commands/CreateServiceActionCommand.ts b/clients/client-service-catalog/src/commands/CreateServiceActionCommand.ts index 377313d712c1..53455a24ed73 100644 --- a/clients/client-service-catalog/src/commands/CreateServiceActionCommand.ts +++ b/clients/client-service-catalog/src/commands/CreateServiceActionCommand.ts @@ -94,9 +94,6 @@ export class CreateServiceActionCommand extends $Command< CreateServiceActionCommandOutput, ServiceCatalogClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -110,9 +107,7 @@ export class CreateServiceActionCommand extends $Command< * @public */ constructor(readonly input: CreateServiceActionCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -165,7 +160,4 @@ export class CreateServiceActionCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateServiceActionCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-service-catalog/src/commands/CreateTagOptionCommand.ts b/clients/client-service-catalog/src/commands/CreateTagOptionCommand.ts index 61d8c8585af9..baee1a6fa529 100644 --- a/clients/client-service-catalog/src/commands/CreateTagOptionCommand.ts +++ b/clients/client-service-catalog/src/commands/CreateTagOptionCommand.ts @@ -89,9 +89,6 @@ export class CreateTagOptionCommand extends $Command< CreateTagOptionCommandOutput, ServiceCatalogClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -105,9 +102,7 @@ export class CreateTagOptionCommand extends $Command< * @public */ constructor(readonly input: CreateTagOptionCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -160,7 +155,4 @@ export class CreateTagOptionCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateTagOptionCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-service-catalog/src/commands/DeleteConstraintCommand.ts b/clients/client-service-catalog/src/commands/DeleteConstraintCommand.ts index fc629a597a81..8d7e61d44289 100644 --- a/clients/client-service-catalog/src/commands/DeleteConstraintCommand.ts +++ b/clients/client-service-catalog/src/commands/DeleteConstraintCommand.ts @@ -76,9 +76,6 @@ export class DeleteConstraintCommand extends $Command< DeleteConstraintCommandOutput, ServiceCatalogClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -92,9 +89,7 @@ export class DeleteConstraintCommand extends $Command< * @public */ constructor(readonly input: DeleteConstraintCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -147,7 +142,4 @@ export class DeleteConstraintCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteConstraintCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-service-catalog/src/commands/DeletePortfolioCommand.ts b/clients/client-service-catalog/src/commands/DeletePortfolioCommand.ts index edb57e7baa18..e034cbd274aa 100644 --- a/clients/client-service-catalog/src/commands/DeletePortfolioCommand.ts +++ b/clients/client-service-catalog/src/commands/DeletePortfolioCommand.ts @@ -86,9 +86,6 @@ export class DeletePortfolioCommand extends $Command< DeletePortfolioCommandOutput, ServiceCatalogClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -102,9 +99,7 @@ export class DeletePortfolioCommand extends $Command< * @public */ constructor(readonly input: DeletePortfolioCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -157,7 +152,4 @@ export class DeletePortfolioCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeletePortfolioCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-service-catalog/src/commands/DeletePortfolioShareCommand.ts b/clients/client-service-catalog/src/commands/DeletePortfolioShareCommand.ts index f61cafe9b54d..3c822719606d 100644 --- a/clients/client-service-catalog/src/commands/DeletePortfolioShareCommand.ts +++ b/clients/client-service-catalog/src/commands/DeletePortfolioShareCommand.ts @@ -92,9 +92,6 @@ export class DeletePortfolioShareCommand extends $Command< DeletePortfolioShareCommandOutput, ServiceCatalogClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -108,9 +105,7 @@ export class DeletePortfolioShareCommand extends $Command< * @public */ constructor(readonly input: DeletePortfolioShareCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -163,7 +158,4 @@ export class DeletePortfolioShareCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeletePortfolioShareCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-service-catalog/src/commands/DeleteProductCommand.ts b/clients/client-service-catalog/src/commands/DeleteProductCommand.ts index 38063d61e63d..bd7001f2de0e 100644 --- a/clients/client-service-catalog/src/commands/DeleteProductCommand.ts +++ b/clients/client-service-catalog/src/commands/DeleteProductCommand.ts @@ -85,9 +85,6 @@ export class DeleteProductCommand extends $Command< DeleteProductCommandOutput, ServiceCatalogClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -101,9 +98,7 @@ export class DeleteProductCommand extends $Command< * @public */ constructor(readonly input: DeleteProductCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -154,7 +149,4 @@ export class DeleteProductCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteProductCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-service-catalog/src/commands/DeleteProvisionedProductPlanCommand.ts b/clients/client-service-catalog/src/commands/DeleteProvisionedProductPlanCommand.ts index a5b81bdf02e3..d1b1a3d2190f 100644 --- a/clients/client-service-catalog/src/commands/DeleteProvisionedProductPlanCommand.ts +++ b/clients/client-service-catalog/src/commands/DeleteProvisionedProductPlanCommand.ts @@ -81,9 +81,6 @@ export class DeleteProvisionedProductPlanCommand extends $Command< DeleteProvisionedProductPlanCommandOutput, ServiceCatalogClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -97,9 +94,7 @@ export class DeleteProvisionedProductPlanCommand extends $Command< * @public */ constructor(readonly input: DeleteProvisionedProductPlanCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -155,7 +150,4 @@ export class DeleteProvisionedProductPlanCommand extends $Command< ): Promise { return de_DeleteProvisionedProductPlanCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-service-catalog/src/commands/DeleteProvisioningArtifactCommand.ts b/clients/client-service-catalog/src/commands/DeleteProvisioningArtifactCommand.ts index 7239aa7fdbc9..64a02097f434 100644 --- a/clients/client-service-catalog/src/commands/DeleteProvisioningArtifactCommand.ts +++ b/clients/client-service-catalog/src/commands/DeleteProvisioningArtifactCommand.ts @@ -82,9 +82,6 @@ export class DeleteProvisioningArtifactCommand extends $Command< DeleteProvisioningArtifactCommandOutput, ServiceCatalogClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -98,9 +95,7 @@ export class DeleteProvisioningArtifactCommand extends $Command< * @public */ constructor(readonly input: DeleteProvisioningArtifactCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -156,7 +151,4 @@ export class DeleteProvisioningArtifactCommand extends $Command< ): Promise { return de_DeleteProvisioningArtifactCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-service-catalog/src/commands/DeleteServiceActionCommand.ts b/clients/client-service-catalog/src/commands/DeleteServiceActionCommand.ts index ad3a74d3ca23..74bc7ff870c8 100644 --- a/clients/client-service-catalog/src/commands/DeleteServiceActionCommand.ts +++ b/clients/client-service-catalog/src/commands/DeleteServiceActionCommand.ts @@ -75,9 +75,6 @@ export class DeleteServiceActionCommand extends $Command< DeleteServiceActionCommandOutput, ServiceCatalogClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -91,9 +88,7 @@ export class DeleteServiceActionCommand extends $Command< * @public */ constructor(readonly input: DeleteServiceActionCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -146,7 +141,4 @@ export class DeleteServiceActionCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteServiceActionCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-service-catalog/src/commands/DeleteTagOptionCommand.ts b/clients/client-service-catalog/src/commands/DeleteTagOptionCommand.ts index 5e9ead6a8cec..44a08afd21d5 100644 --- a/clients/client-service-catalog/src/commands/DeleteTagOptionCommand.ts +++ b/clients/client-service-catalog/src/commands/DeleteTagOptionCommand.ts @@ -80,9 +80,6 @@ export class DeleteTagOptionCommand extends $Command< DeleteTagOptionCommandOutput, ServiceCatalogClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -96,9 +93,7 @@ export class DeleteTagOptionCommand extends $Command< * @public */ constructor(readonly input: DeleteTagOptionCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -151,7 +146,4 @@ export class DeleteTagOptionCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteTagOptionCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-service-catalog/src/commands/DescribeConstraintCommand.ts b/clients/client-service-catalog/src/commands/DescribeConstraintCommand.ts index 26afe74639c8..311a028ae3a6 100644 --- a/clients/client-service-catalog/src/commands/DescribeConstraintCommand.ts +++ b/clients/client-service-catalog/src/commands/DescribeConstraintCommand.ts @@ -83,9 +83,6 @@ export class DescribeConstraintCommand extends $Command< DescribeConstraintCommandOutput, ServiceCatalogClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -99,9 +96,7 @@ export class DescribeConstraintCommand extends $Command< * @public */ constructor(readonly input: DescribeConstraintCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -154,7 +149,4 @@ export class DescribeConstraintCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DescribeConstraintCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-service-catalog/src/commands/DescribeCopyProductStatusCommand.ts b/clients/client-service-catalog/src/commands/DescribeCopyProductStatusCommand.ts index 2a5d75422a4d..da8bdb999d8d 100644 --- a/clients/client-service-catalog/src/commands/DescribeCopyProductStatusCommand.ts +++ b/clients/client-service-catalog/src/commands/DescribeCopyProductStatusCommand.ts @@ -76,9 +76,6 @@ export class DescribeCopyProductStatusCommand extends $Command< DescribeCopyProductStatusCommandOutput, ServiceCatalogClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -92,9 +89,7 @@ export class DescribeCopyProductStatusCommand extends $Command< * @public */ constructor(readonly input: DescribeCopyProductStatusCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -150,7 +145,4 @@ export class DescribeCopyProductStatusCommand extends $Command< ): Promise { return de_DescribeCopyProductStatusCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-service-catalog/src/commands/DescribePortfolioCommand.ts b/clients/client-service-catalog/src/commands/DescribePortfolioCommand.ts index 23edd279a1b9..4b23bae5e8b4 100644 --- a/clients/client-service-catalog/src/commands/DescribePortfolioCommand.ts +++ b/clients/client-service-catalog/src/commands/DescribePortfolioCommand.ts @@ -102,9 +102,6 @@ export class DescribePortfolioCommand extends $Command< DescribePortfolioCommandOutput, ServiceCatalogClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -118,9 +115,7 @@ export class DescribePortfolioCommand extends $Command< * @public */ constructor(readonly input: DescribePortfolioCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -173,7 +168,4 @@ export class DescribePortfolioCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DescribePortfolioCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-service-catalog/src/commands/DescribePortfolioShareStatusCommand.ts b/clients/client-service-catalog/src/commands/DescribePortfolioShareStatusCommand.ts index cf29dc5ae66b..d05a78b78528 100644 --- a/clients/client-service-catalog/src/commands/DescribePortfolioShareStatusCommand.ts +++ b/clients/client-service-catalog/src/commands/DescribePortfolioShareStatusCommand.ts @@ -102,9 +102,6 @@ export class DescribePortfolioShareStatusCommand extends $Command< DescribePortfolioShareStatusCommandOutput, ServiceCatalogClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -118,9 +115,7 @@ export class DescribePortfolioShareStatusCommand extends $Command< * @public */ constructor(readonly input: DescribePortfolioShareStatusCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -176,7 +171,4 @@ export class DescribePortfolioShareStatusCommand extends $Command< ): Promise { return de_DescribePortfolioShareStatusCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-service-catalog/src/commands/DescribePortfolioSharesCommand.ts b/clients/client-service-catalog/src/commands/DescribePortfolioSharesCommand.ts index 326afea0f595..20ed7ade6758 100644 --- a/clients/client-service-catalog/src/commands/DescribePortfolioSharesCommand.ts +++ b/clients/client-service-catalog/src/commands/DescribePortfolioSharesCommand.ts @@ -92,9 +92,6 @@ export class DescribePortfolioSharesCommand extends $Command< DescribePortfolioSharesCommandOutput, ServiceCatalogClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -108,9 +105,7 @@ export class DescribePortfolioSharesCommand extends $Command< * @public */ constructor(readonly input: DescribePortfolioSharesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -163,7 +158,4 @@ export class DescribePortfolioSharesCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DescribePortfolioSharesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-service-catalog/src/commands/DescribeProductAsAdminCommand.ts b/clients/client-service-catalog/src/commands/DescribeProductAsAdminCommand.ts index ab79e221baf5..2dfa0dc6f42e 100644 --- a/clients/client-service-catalog/src/commands/DescribeProductAsAdminCommand.ts +++ b/clients/client-service-catalog/src/commands/DescribeProductAsAdminCommand.ts @@ -145,9 +145,6 @@ export class DescribeProductAsAdminCommand extends $Command< DescribeProductAsAdminCommandOutput, ServiceCatalogClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -161,9 +158,7 @@ export class DescribeProductAsAdminCommand extends $Command< * @public */ constructor(readonly input: DescribeProductAsAdminCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -216,7 +211,4 @@ export class DescribeProductAsAdminCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DescribeProductAsAdminCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-service-catalog/src/commands/DescribeProductCommand.ts b/clients/client-service-catalog/src/commands/DescribeProductCommand.ts index ad5c937e10b7..8f65d5bb730b 100644 --- a/clients/client-service-catalog/src/commands/DescribeProductCommand.ts +++ b/clients/client-service-catalog/src/commands/DescribeProductCommand.ts @@ -119,9 +119,6 @@ export class DescribeProductCommand extends $Command< DescribeProductCommandOutput, ServiceCatalogClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -135,9 +132,7 @@ export class DescribeProductCommand extends $Command< * @public */ constructor(readonly input: DescribeProductCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -190,7 +185,4 @@ export class DescribeProductCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DescribeProductCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-service-catalog/src/commands/DescribeProductViewCommand.ts b/clients/client-service-catalog/src/commands/DescribeProductViewCommand.ts index bbf7279aa7db..8aa45341edcb 100644 --- a/clients/client-service-catalog/src/commands/DescribeProductViewCommand.ts +++ b/clients/client-service-catalog/src/commands/DescribeProductViewCommand.ts @@ -98,9 +98,6 @@ export class DescribeProductViewCommand extends $Command< DescribeProductViewCommandOutput, ServiceCatalogClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -114,9 +111,7 @@ export class DescribeProductViewCommand extends $Command< * @public */ constructor(readonly input: DescribeProductViewCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -169,7 +164,4 @@ export class DescribeProductViewCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DescribeProductViewCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-service-catalog/src/commands/DescribeProvisionedProductCommand.ts b/clients/client-service-catalog/src/commands/DescribeProvisionedProductCommand.ts index 1e917aa58c97..3f494aa0a4d0 100644 --- a/clients/client-service-catalog/src/commands/DescribeProvisionedProductCommand.ts +++ b/clients/client-service-catalog/src/commands/DescribeProvisionedProductCommand.ts @@ -98,9 +98,6 @@ export class DescribeProvisionedProductCommand extends $Command< DescribeProvisionedProductCommandOutput, ServiceCatalogClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -114,9 +111,7 @@ export class DescribeProvisionedProductCommand extends $Command< * @public */ constructor(readonly input: DescribeProvisionedProductCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -172,7 +167,4 @@ export class DescribeProvisionedProductCommand extends $Command< ): Promise { return de_DescribeProvisionedProductCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-service-catalog/src/commands/DescribeProvisionedProductPlanCommand.ts b/clients/client-service-catalog/src/commands/DescribeProvisionedProductPlanCommand.ts index 7ba2807dc2f8..5f165cf4e9c9 100644 --- a/clients/client-service-catalog/src/commands/DescribeProvisionedProductPlanCommand.ts +++ b/clients/client-service-catalog/src/commands/DescribeProvisionedProductPlanCommand.ts @@ -137,9 +137,6 @@ export class DescribeProvisionedProductPlanCommand extends $Command< DescribeProvisionedProductPlanCommandOutput, ServiceCatalogClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -153,9 +150,7 @@ export class DescribeProvisionedProductPlanCommand extends $Command< * @public */ constructor(readonly input: DescribeProvisionedProductPlanCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -214,7 +209,4 @@ export class DescribeProvisionedProductPlanCommand extends $Command< ): Promise { return de_DescribeProvisionedProductPlanCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-service-catalog/src/commands/DescribeProvisioningArtifactCommand.ts b/clients/client-service-catalog/src/commands/DescribeProvisioningArtifactCommand.ts index 6ae124b991e5..e1e3cbab80a5 100644 --- a/clients/client-service-catalog/src/commands/DescribeProvisioningArtifactCommand.ts +++ b/clients/client-service-catalog/src/commands/DescribeProvisioningArtifactCommand.ts @@ -120,9 +120,6 @@ export class DescribeProvisioningArtifactCommand extends $Command< DescribeProvisioningArtifactCommandOutput, ServiceCatalogClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -136,9 +133,7 @@ export class DescribeProvisioningArtifactCommand extends $Command< * @public */ constructor(readonly input: DescribeProvisioningArtifactCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -194,7 +189,4 @@ export class DescribeProvisioningArtifactCommand extends $Command< ): Promise { return de_DescribeProvisioningArtifactCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-service-catalog/src/commands/DescribeProvisioningParametersCommand.ts b/clients/client-service-catalog/src/commands/DescribeProvisioningParametersCommand.ts index 41bad573c203..1d511d89eedb 100644 --- a/clients/client-service-catalog/src/commands/DescribeProvisioningParametersCommand.ts +++ b/clients/client-service-catalog/src/commands/DescribeProvisioningParametersCommand.ts @@ -153,9 +153,6 @@ export class DescribeProvisioningParametersCommand extends $Command< DescribeProvisioningParametersCommandOutput, ServiceCatalogClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -169,9 +166,7 @@ export class DescribeProvisioningParametersCommand extends $Command< * @public */ constructor(readonly input: DescribeProvisioningParametersCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -230,7 +225,4 @@ export class DescribeProvisioningParametersCommand extends $Command< ): Promise { return de_DescribeProvisioningParametersCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-service-catalog/src/commands/DescribeRecordCommand.ts b/clients/client-service-catalog/src/commands/DescribeRecordCommand.ts index 368fa11d471d..a60c4de69384 100644 --- a/clients/client-service-catalog/src/commands/DescribeRecordCommand.ts +++ b/clients/client-service-catalog/src/commands/DescribeRecordCommand.ts @@ -117,9 +117,6 @@ export class DescribeRecordCommand extends $Command< DescribeRecordCommandOutput, ServiceCatalogClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -133,9 +130,7 @@ export class DescribeRecordCommand extends $Command< * @public */ constructor(readonly input: DescribeRecordCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -188,7 +183,4 @@ export class DescribeRecordCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DescribeRecordCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-service-catalog/src/commands/DescribeServiceActionCommand.ts b/clients/client-service-catalog/src/commands/DescribeServiceActionCommand.ts index 47acde1addaf..6ac6d4c73075 100644 --- a/clients/client-service-catalog/src/commands/DescribeServiceActionCommand.ts +++ b/clients/client-service-catalog/src/commands/DescribeServiceActionCommand.ts @@ -84,9 +84,6 @@ export class DescribeServiceActionCommand extends $Command< DescribeServiceActionCommandOutput, ServiceCatalogClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -100,9 +97,7 @@ export class DescribeServiceActionCommand extends $Command< * @public */ constructor(readonly input: DescribeServiceActionCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -155,7 +150,4 @@ export class DescribeServiceActionCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DescribeServiceActionCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-service-catalog/src/commands/DescribeServiceActionExecutionParametersCommand.ts b/clients/client-service-catalog/src/commands/DescribeServiceActionExecutionParametersCommand.ts index 306a53d5b6c3..f4f5f39ff3ef 100644 --- a/clients/client-service-catalog/src/commands/DescribeServiceActionExecutionParametersCommand.ts +++ b/clients/client-service-catalog/src/commands/DescribeServiceActionExecutionParametersCommand.ts @@ -95,9 +95,6 @@ export class DescribeServiceActionExecutionParametersCommand extends $Command< DescribeServiceActionExecutionParametersCommandOutput, ServiceCatalogClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -111,9 +108,7 @@ export class DescribeServiceActionExecutionParametersCommand extends $Command< * @public */ constructor(readonly input: DescribeServiceActionExecutionParametersCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -178,7 +173,4 @@ export class DescribeServiceActionExecutionParametersCommand extends $Command< ): Promise { return de_DescribeServiceActionExecutionParametersCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-service-catalog/src/commands/DescribeTagOptionCommand.ts b/clients/client-service-catalog/src/commands/DescribeTagOptionCommand.ts index 126eb6f354df..d0ab9b0fe7ac 100644 --- a/clients/client-service-catalog/src/commands/DescribeTagOptionCommand.ts +++ b/clients/client-service-catalog/src/commands/DescribeTagOptionCommand.ts @@ -84,9 +84,6 @@ export class DescribeTagOptionCommand extends $Command< DescribeTagOptionCommandOutput, ServiceCatalogClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -100,9 +97,7 @@ export class DescribeTagOptionCommand extends $Command< * @public */ constructor(readonly input: DescribeTagOptionCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -155,7 +150,4 @@ export class DescribeTagOptionCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DescribeTagOptionCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-service-catalog/src/commands/DisableAWSOrganizationsAccessCommand.ts b/clients/client-service-catalog/src/commands/DisableAWSOrganizationsAccessCommand.ts index e449ebe315ba..5c068850e783 100644 --- a/clients/client-service-catalog/src/commands/DisableAWSOrganizationsAccessCommand.ts +++ b/clients/client-service-catalog/src/commands/DisableAWSOrganizationsAccessCommand.ts @@ -93,9 +93,6 @@ export class DisableAWSOrganizationsAccessCommand extends $Command< DisableAWSOrganizationsAccessCommandOutput, ServiceCatalogClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -109,9 +106,7 @@ export class DisableAWSOrganizationsAccessCommand extends $Command< * @public */ constructor(readonly input: DisableAWSOrganizationsAccessCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -167,7 +162,4 @@ export class DisableAWSOrganizationsAccessCommand extends $Command< ): Promise { return de_DisableAWSOrganizationsAccessCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-service-catalog/src/commands/DisassociateBudgetFromResourceCommand.ts b/clients/client-service-catalog/src/commands/DisassociateBudgetFromResourceCommand.ts index 91631332a741..ba0226c19727 100644 --- a/clients/client-service-catalog/src/commands/DisassociateBudgetFromResourceCommand.ts +++ b/clients/client-service-catalog/src/commands/DisassociateBudgetFromResourceCommand.ts @@ -77,9 +77,6 @@ export class DisassociateBudgetFromResourceCommand extends $Command< DisassociateBudgetFromResourceCommandOutput, ServiceCatalogClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -93,9 +90,7 @@ export class DisassociateBudgetFromResourceCommand extends $Command< * @public */ constructor(readonly input: DisassociateBudgetFromResourceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -154,7 +149,4 @@ export class DisassociateBudgetFromResourceCommand extends $Command< ): Promise { return de_DisassociateBudgetFromResourceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-service-catalog/src/commands/DisassociatePrincipalFromPortfolioCommand.ts b/clients/client-service-catalog/src/commands/DisassociatePrincipalFromPortfolioCommand.ts index 1601f2b65ce9..c27fc0373a84 100644 --- a/clients/client-service-catalog/src/commands/DisassociatePrincipalFromPortfolioCommand.ts +++ b/clients/client-service-catalog/src/commands/DisassociatePrincipalFromPortfolioCommand.ts @@ -99,9 +99,6 @@ export class DisassociatePrincipalFromPortfolioCommand extends $Command< DisassociatePrincipalFromPortfolioCommandOutput, ServiceCatalogClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -115,9 +112,7 @@ export class DisassociatePrincipalFromPortfolioCommand extends $Command< * @public */ constructor(readonly input: DisassociatePrincipalFromPortfolioCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -176,7 +171,4 @@ export class DisassociatePrincipalFromPortfolioCommand extends $Command< ): Promise { return de_DisassociatePrincipalFromPortfolioCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-service-catalog/src/commands/DisassociateProductFromPortfolioCommand.ts b/clients/client-service-catalog/src/commands/DisassociateProductFromPortfolioCommand.ts index c0a8bfc924d5..6517df5cfbab 100644 --- a/clients/client-service-catalog/src/commands/DisassociateProductFromPortfolioCommand.ts +++ b/clients/client-service-catalog/src/commands/DisassociateProductFromPortfolioCommand.ts @@ -85,9 +85,6 @@ export class DisassociateProductFromPortfolioCommand extends $Command< DisassociateProductFromPortfolioCommandOutput, ServiceCatalogClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -101,9 +98,7 @@ export class DisassociateProductFromPortfolioCommand extends $Command< * @public */ constructor(readonly input: DisassociateProductFromPortfolioCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -162,7 +157,4 @@ export class DisassociateProductFromPortfolioCommand extends $Command< ): Promise { return de_DisassociateProductFromPortfolioCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-service-catalog/src/commands/DisassociateServiceActionFromProvisioningArtifactCommand.ts b/clients/client-service-catalog/src/commands/DisassociateServiceActionFromProvisioningArtifactCommand.ts index 678c1b5e8fa9..ce0cc6255b43 100644 --- a/clients/client-service-catalog/src/commands/DisassociateServiceActionFromProvisioningArtifactCommand.ts +++ b/clients/client-service-catalog/src/commands/DisassociateServiceActionFromProvisioningArtifactCommand.ts @@ -83,9 +83,6 @@ export class DisassociateServiceActionFromProvisioningArtifactCommand extends $C DisassociateServiceActionFromProvisioningArtifactCommandOutput, ServiceCatalogClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -99,9 +96,7 @@ export class DisassociateServiceActionFromProvisioningArtifactCommand extends $C * @public */ constructor(readonly input: DisassociateServiceActionFromProvisioningArtifactCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -166,7 +161,4 @@ export class DisassociateServiceActionFromProvisioningArtifactCommand extends $C ): Promise { return de_DisassociateServiceActionFromProvisioningArtifactCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-service-catalog/src/commands/DisassociateTagOptionFromResourceCommand.ts b/clients/client-service-catalog/src/commands/DisassociateTagOptionFromResourceCommand.ts index d95d210160da..5f5cd3b5e6a7 100644 --- a/clients/client-service-catalog/src/commands/DisassociateTagOptionFromResourceCommand.ts +++ b/clients/client-service-catalog/src/commands/DisassociateTagOptionFromResourceCommand.ts @@ -82,9 +82,6 @@ export class DisassociateTagOptionFromResourceCommand extends $Command< DisassociateTagOptionFromResourceCommandOutput, ServiceCatalogClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -98,9 +95,7 @@ export class DisassociateTagOptionFromResourceCommand extends $Command< * @public */ constructor(readonly input: DisassociateTagOptionFromResourceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -159,7 +154,4 @@ export class DisassociateTagOptionFromResourceCommand extends $Command< ): Promise { return de_DisassociateTagOptionFromResourceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-service-catalog/src/commands/EnableAWSOrganizationsAccessCommand.ts b/clients/client-service-catalog/src/commands/EnableAWSOrganizationsAccessCommand.ts index 5fa827df9a68..739e17efd78e 100644 --- a/clients/client-service-catalog/src/commands/EnableAWSOrganizationsAccessCommand.ts +++ b/clients/client-service-catalog/src/commands/EnableAWSOrganizationsAccessCommand.ts @@ -93,9 +93,6 @@ export class EnableAWSOrganizationsAccessCommand extends $Command< EnableAWSOrganizationsAccessCommandOutput, ServiceCatalogClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -109,9 +106,7 @@ export class EnableAWSOrganizationsAccessCommand extends $Command< * @public */ constructor(readonly input: EnableAWSOrganizationsAccessCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -167,7 +162,4 @@ export class EnableAWSOrganizationsAccessCommand extends $Command< ): Promise { return de_EnableAWSOrganizationsAccessCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-service-catalog/src/commands/ExecuteProvisionedProductPlanCommand.ts b/clients/client-service-catalog/src/commands/ExecuteProvisionedProductPlanCommand.ts index f12bdf604f54..93e14733f0ac 100644 --- a/clients/client-service-catalog/src/commands/ExecuteProvisionedProductPlanCommand.ts +++ b/clients/client-service-catalog/src/commands/ExecuteProvisionedProductPlanCommand.ts @@ -112,9 +112,6 @@ export class ExecuteProvisionedProductPlanCommand extends $Command< ExecuteProvisionedProductPlanCommandOutput, ServiceCatalogClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -128,9 +125,7 @@ export class ExecuteProvisionedProductPlanCommand extends $Command< * @public */ constructor(readonly input: ExecuteProvisionedProductPlanCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -186,7 +181,4 @@ export class ExecuteProvisionedProductPlanCommand extends $Command< ): Promise { return de_ExecuteProvisionedProductPlanCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-service-catalog/src/commands/ExecuteProvisionedProductServiceActionCommand.ts b/clients/client-service-catalog/src/commands/ExecuteProvisionedProductServiceActionCommand.ts index 90c7014daa4b..014b0280e7cc 100644 --- a/clients/client-service-catalog/src/commands/ExecuteProvisionedProductServiceActionCommand.ts +++ b/clients/client-service-catalog/src/commands/ExecuteProvisionedProductServiceActionCommand.ts @@ -122,9 +122,6 @@ export class ExecuteProvisionedProductServiceActionCommand extends $Command< ExecuteProvisionedProductServiceActionCommandOutput, ServiceCatalogClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -138,9 +135,7 @@ export class ExecuteProvisionedProductServiceActionCommand extends $Command< * @public */ constructor(readonly input: ExecuteProvisionedProductServiceActionCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -199,7 +194,4 @@ export class ExecuteProvisionedProductServiceActionCommand extends $Command< ): Promise { return de_ExecuteProvisionedProductServiceActionCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-service-catalog/src/commands/GetAWSOrganizationsAccessStatusCommand.ts b/clients/client-service-catalog/src/commands/GetAWSOrganizationsAccessStatusCommand.ts index 13345dcdcf4e..b9a6330feadd 100644 --- a/clients/client-service-catalog/src/commands/GetAWSOrganizationsAccessStatusCommand.ts +++ b/clients/client-service-catalog/src/commands/GetAWSOrganizationsAccessStatusCommand.ts @@ -80,9 +80,6 @@ export class GetAWSOrganizationsAccessStatusCommand extends $Command< GetAWSOrganizationsAccessStatusCommandOutput, ServiceCatalogClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -96,9 +93,7 @@ export class GetAWSOrganizationsAccessStatusCommand extends $Command< * @public */ constructor(readonly input: GetAWSOrganizationsAccessStatusCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -157,7 +152,4 @@ export class GetAWSOrganizationsAccessStatusCommand extends $Command< ): Promise { return de_GetAWSOrganizationsAccessStatusCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-service-catalog/src/commands/GetProvisionedProductOutputsCommand.ts b/clients/client-service-catalog/src/commands/GetProvisionedProductOutputsCommand.ts index 0d6b557424b8..eb7e978191a9 100644 --- a/clients/client-service-catalog/src/commands/GetProvisionedProductOutputsCommand.ts +++ b/clients/client-service-catalog/src/commands/GetProvisionedProductOutputsCommand.ts @@ -95,9 +95,6 @@ export class GetProvisionedProductOutputsCommand extends $Command< GetProvisionedProductOutputsCommandOutput, ServiceCatalogClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -111,9 +108,7 @@ export class GetProvisionedProductOutputsCommand extends $Command< * @public */ constructor(readonly input: GetProvisionedProductOutputsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -169,7 +164,4 @@ export class GetProvisionedProductOutputsCommand extends $Command< ): Promise { return de_GetProvisionedProductOutputsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-service-catalog/src/commands/ImportAsProvisionedProductCommand.ts b/clients/client-service-catalog/src/commands/ImportAsProvisionedProductCommand.ts index c29e680346ff..b57bb212eae1 100644 --- a/clients/client-service-catalog/src/commands/ImportAsProvisionedProductCommand.ts +++ b/clients/client-service-catalog/src/commands/ImportAsProvisionedProductCommand.ts @@ -146,9 +146,6 @@ export class ImportAsProvisionedProductCommand extends $Command< ImportAsProvisionedProductCommandOutput, ServiceCatalogClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -162,9 +159,7 @@ export class ImportAsProvisionedProductCommand extends $Command< * @public */ constructor(readonly input: ImportAsProvisionedProductCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -220,7 +215,4 @@ export class ImportAsProvisionedProductCommand extends $Command< ): Promise { return de_ImportAsProvisionedProductCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-service-catalog/src/commands/ListAcceptedPortfolioSharesCommand.ts b/clients/client-service-catalog/src/commands/ListAcceptedPortfolioSharesCommand.ts index c6c2765e5d53..033b701b7edc 100644 --- a/clients/client-service-catalog/src/commands/ListAcceptedPortfolioSharesCommand.ts +++ b/clients/client-service-catalog/src/commands/ListAcceptedPortfolioSharesCommand.ts @@ -91,9 +91,6 @@ export class ListAcceptedPortfolioSharesCommand extends $Command< ListAcceptedPortfolioSharesCommandOutput, ServiceCatalogClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -107,9 +104,7 @@ export class ListAcceptedPortfolioSharesCommand extends $Command< * @public */ constructor(readonly input: ListAcceptedPortfolioSharesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -165,7 +160,4 @@ export class ListAcceptedPortfolioSharesCommand extends $Command< ): Promise { return de_ListAcceptedPortfolioSharesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-service-catalog/src/commands/ListBudgetsForResourceCommand.ts b/clients/client-service-catalog/src/commands/ListBudgetsForResourceCommand.ts index d509ff05c8f1..713551f9a0e8 100644 --- a/clients/client-service-catalog/src/commands/ListBudgetsForResourceCommand.ts +++ b/clients/client-service-catalog/src/commands/ListBudgetsForResourceCommand.ts @@ -84,9 +84,6 @@ export class ListBudgetsForResourceCommand extends $Command< ListBudgetsForResourceCommandOutput, ServiceCatalogClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -100,9 +97,7 @@ export class ListBudgetsForResourceCommand extends $Command< * @public */ constructor(readonly input: ListBudgetsForResourceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -155,7 +150,4 @@ export class ListBudgetsForResourceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListBudgetsForResourceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-service-catalog/src/commands/ListConstraintsForPortfolioCommand.ts b/clients/client-service-catalog/src/commands/ListConstraintsForPortfolioCommand.ts index f21d7a1005ef..6655c72fc2c3 100644 --- a/clients/client-service-catalog/src/commands/ListConstraintsForPortfolioCommand.ts +++ b/clients/client-service-catalog/src/commands/ListConstraintsForPortfolioCommand.ts @@ -90,9 +90,6 @@ export class ListConstraintsForPortfolioCommand extends $Command< ListConstraintsForPortfolioCommandOutput, ServiceCatalogClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -106,9 +103,7 @@ export class ListConstraintsForPortfolioCommand extends $Command< * @public */ constructor(readonly input: ListConstraintsForPortfolioCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -164,7 +159,4 @@ export class ListConstraintsForPortfolioCommand extends $Command< ): Promise { return de_ListConstraintsForPortfolioCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-service-catalog/src/commands/ListLaunchPathsCommand.ts b/clients/client-service-catalog/src/commands/ListLaunchPathsCommand.ts index e7512d5d070b..96ae62d34b73 100644 --- a/clients/client-service-catalog/src/commands/ListLaunchPathsCommand.ts +++ b/clients/client-service-catalog/src/commands/ListLaunchPathsCommand.ts @@ -122,9 +122,6 @@ export class ListLaunchPathsCommand extends $Command< ListLaunchPathsCommandOutput, ServiceCatalogClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -138,9 +135,7 @@ export class ListLaunchPathsCommand extends $Command< * @public */ constructor(readonly input: ListLaunchPathsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -193,7 +188,4 @@ export class ListLaunchPathsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListLaunchPathsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-service-catalog/src/commands/ListOrganizationPortfolioAccessCommand.ts b/clients/client-service-catalog/src/commands/ListOrganizationPortfolioAccessCommand.ts index 44093deedc69..09db7721230f 100644 --- a/clients/client-service-catalog/src/commands/ListOrganizationPortfolioAccessCommand.ts +++ b/clients/client-service-catalog/src/commands/ListOrganizationPortfolioAccessCommand.ts @@ -97,9 +97,6 @@ export class ListOrganizationPortfolioAccessCommand extends $Command< ListOrganizationPortfolioAccessCommandOutput, ServiceCatalogClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -113,9 +110,7 @@ export class ListOrganizationPortfolioAccessCommand extends $Command< * @public */ constructor(readonly input: ListOrganizationPortfolioAccessCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -174,7 +169,4 @@ export class ListOrganizationPortfolioAccessCommand extends $Command< ): Promise { return de_ListOrganizationPortfolioAccessCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-service-catalog/src/commands/ListPortfolioAccessCommand.ts b/clients/client-service-catalog/src/commands/ListPortfolioAccessCommand.ts index 7f233e539a78..2846297f181b 100644 --- a/clients/client-service-catalog/src/commands/ListPortfolioAccessCommand.ts +++ b/clients/client-service-catalog/src/commands/ListPortfolioAccessCommand.ts @@ -84,9 +84,6 @@ export class ListPortfolioAccessCommand extends $Command< ListPortfolioAccessCommandOutput, ServiceCatalogClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -100,9 +97,7 @@ export class ListPortfolioAccessCommand extends $Command< * @public */ constructor(readonly input: ListPortfolioAccessCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -155,7 +150,4 @@ export class ListPortfolioAccessCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListPortfolioAccessCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-service-catalog/src/commands/ListPortfoliosCommand.ts b/clients/client-service-catalog/src/commands/ListPortfoliosCommand.ts index 5b3afb817fd0..7a439b323d32 100644 --- a/clients/client-service-catalog/src/commands/ListPortfoliosCommand.ts +++ b/clients/client-service-catalog/src/commands/ListPortfoliosCommand.ts @@ -85,9 +85,6 @@ export class ListPortfoliosCommand extends $Command< ListPortfoliosCommandOutput, ServiceCatalogClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -101,9 +98,7 @@ export class ListPortfoliosCommand extends $Command< * @public */ constructor(readonly input: ListPortfoliosCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -156,7 +151,4 @@ export class ListPortfoliosCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListPortfoliosCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-service-catalog/src/commands/ListPortfoliosForProductCommand.ts b/clients/client-service-catalog/src/commands/ListPortfoliosForProductCommand.ts index 9a8605e2fafe..f99daff3e9f6 100644 --- a/clients/client-service-catalog/src/commands/ListPortfoliosForProductCommand.ts +++ b/clients/client-service-catalog/src/commands/ListPortfoliosForProductCommand.ts @@ -89,9 +89,6 @@ export class ListPortfoliosForProductCommand extends $Command< ListPortfoliosForProductCommandOutput, ServiceCatalogClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -105,9 +102,7 @@ export class ListPortfoliosForProductCommand extends $Command< * @public */ constructor(readonly input: ListPortfoliosForProductCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -160,7 +155,4 @@ export class ListPortfoliosForProductCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListPortfoliosForProductCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-service-catalog/src/commands/ListPrincipalsForPortfolioCommand.ts b/clients/client-service-catalog/src/commands/ListPrincipalsForPortfolioCommand.ts index 6fdc38373815..9c590e0669af 100644 --- a/clients/client-service-catalog/src/commands/ListPrincipalsForPortfolioCommand.ts +++ b/clients/client-service-catalog/src/commands/ListPrincipalsForPortfolioCommand.ts @@ -85,9 +85,6 @@ export class ListPrincipalsForPortfolioCommand extends $Command< ListPrincipalsForPortfolioCommandOutput, ServiceCatalogClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -101,9 +98,7 @@ export class ListPrincipalsForPortfolioCommand extends $Command< * @public */ constructor(readonly input: ListPrincipalsForPortfolioCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -159,7 +154,4 @@ export class ListPrincipalsForPortfolioCommand extends $Command< ): Promise { return de_ListPrincipalsForPortfolioCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-service-catalog/src/commands/ListProvisionedProductPlansCommand.ts b/clients/client-service-catalog/src/commands/ListProvisionedProductPlansCommand.ts index 7df8702c034d..d04c1802ed3e 100644 --- a/clients/client-service-catalog/src/commands/ListProvisionedProductPlansCommand.ts +++ b/clients/client-service-catalog/src/commands/ListProvisionedProductPlansCommand.ts @@ -93,9 +93,6 @@ export class ListProvisionedProductPlansCommand extends $Command< ListProvisionedProductPlansCommandOutput, ServiceCatalogClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -109,9 +106,7 @@ export class ListProvisionedProductPlansCommand extends $Command< * @public */ constructor(readonly input: ListProvisionedProductPlansCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -167,7 +162,4 @@ export class ListProvisionedProductPlansCommand extends $Command< ): Promise { return de_ListProvisionedProductPlansCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-service-catalog/src/commands/ListProvisioningArtifactsCommand.ts b/clients/client-service-catalog/src/commands/ListProvisioningArtifactsCommand.ts index 1b78f932e157..643ba083f134 100644 --- a/clients/client-service-catalog/src/commands/ListProvisioningArtifactsCommand.ts +++ b/clients/client-service-catalog/src/commands/ListProvisioningArtifactsCommand.ts @@ -89,9 +89,6 @@ export class ListProvisioningArtifactsCommand extends $Command< ListProvisioningArtifactsCommandOutput, ServiceCatalogClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -105,9 +102,7 @@ export class ListProvisioningArtifactsCommand extends $Command< * @public */ constructor(readonly input: ListProvisioningArtifactsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -163,7 +158,4 @@ export class ListProvisioningArtifactsCommand extends $Command< ): Promise { return de_ListProvisioningArtifactsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-service-catalog/src/commands/ListProvisioningArtifactsForServiceActionCommand.ts b/clients/client-service-catalog/src/commands/ListProvisioningArtifactsForServiceActionCommand.ts index d19fea26aed4..6f2b596bec3e 100644 --- a/clients/client-service-catalog/src/commands/ListProvisioningArtifactsForServiceActionCommand.ts +++ b/clients/client-service-catalog/src/commands/ListProvisioningArtifactsForServiceActionCommand.ts @@ -112,9 +112,6 @@ export class ListProvisioningArtifactsForServiceActionCommand extends $Command< ListProvisioningArtifactsForServiceActionCommandOutput, ServiceCatalogClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -128,9 +125,7 @@ export class ListProvisioningArtifactsForServiceActionCommand extends $Command< * @public */ constructor(readonly input: ListProvisioningArtifactsForServiceActionCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -195,7 +190,4 @@ export class ListProvisioningArtifactsForServiceActionCommand extends $Command< ): Promise { return de_ListProvisioningArtifactsForServiceActionCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-service-catalog/src/commands/ListRecordHistoryCommand.ts b/clients/client-service-catalog/src/commands/ListRecordHistoryCommand.ts index 4057a338bb09..2e8b83fa0c28 100644 --- a/clients/client-service-catalog/src/commands/ListRecordHistoryCommand.ts +++ b/clients/client-service-catalog/src/commands/ListRecordHistoryCommand.ts @@ -111,9 +111,6 @@ export class ListRecordHistoryCommand extends $Command< ListRecordHistoryCommandOutput, ServiceCatalogClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -127,9 +124,7 @@ export class ListRecordHistoryCommand extends $Command< * @public */ constructor(readonly input: ListRecordHistoryCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -182,7 +177,4 @@ export class ListRecordHistoryCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListRecordHistoryCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-service-catalog/src/commands/ListResourcesForTagOptionCommand.ts b/clients/client-service-catalog/src/commands/ListResourcesForTagOptionCommand.ts index 6ffcb5321f8e..6d8735be6dfc 100644 --- a/clients/client-service-catalog/src/commands/ListResourcesForTagOptionCommand.ts +++ b/clients/client-service-catalog/src/commands/ListResourcesForTagOptionCommand.ts @@ -93,9 +93,6 @@ export class ListResourcesForTagOptionCommand extends $Command< ListResourcesForTagOptionCommandOutput, ServiceCatalogClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -109,9 +106,7 @@ export class ListResourcesForTagOptionCommand extends $Command< * @public */ constructor(readonly input: ListResourcesForTagOptionCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -167,7 +162,4 @@ export class ListResourcesForTagOptionCommand extends $Command< ): Promise { return de_ListResourcesForTagOptionCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-service-catalog/src/commands/ListServiceActionsCommand.ts b/clients/client-service-catalog/src/commands/ListServiceActionsCommand.ts index 69b10e1e89c6..50fdb97e20fd 100644 --- a/clients/client-service-catalog/src/commands/ListServiceActionsCommand.ts +++ b/clients/client-service-catalog/src/commands/ListServiceActionsCommand.ts @@ -83,9 +83,6 @@ export class ListServiceActionsCommand extends $Command< ListServiceActionsCommandOutput, ServiceCatalogClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -99,9 +96,7 @@ export class ListServiceActionsCommand extends $Command< * @public */ constructor(readonly input: ListServiceActionsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -154,7 +149,4 @@ export class ListServiceActionsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListServiceActionsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-service-catalog/src/commands/ListServiceActionsForProvisioningArtifactCommand.ts b/clients/client-service-catalog/src/commands/ListServiceActionsForProvisioningArtifactCommand.ts index cf2a6b56b2df..1442cc34dbc6 100644 --- a/clients/client-service-catalog/src/commands/ListServiceActionsForProvisioningArtifactCommand.ts +++ b/clients/client-service-catalog/src/commands/ListServiceActionsForProvisioningArtifactCommand.ts @@ -97,9 +97,6 @@ export class ListServiceActionsForProvisioningArtifactCommand extends $Command< ListServiceActionsForProvisioningArtifactCommandOutput, ServiceCatalogClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -113,9 +110,7 @@ export class ListServiceActionsForProvisioningArtifactCommand extends $Command< * @public */ constructor(readonly input: ListServiceActionsForProvisioningArtifactCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -180,7 +175,4 @@ export class ListServiceActionsForProvisioningArtifactCommand extends $Command< ): Promise { return de_ListServiceActionsForProvisioningArtifactCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-service-catalog/src/commands/ListStackInstancesForProvisionedProductCommand.ts b/clients/client-service-catalog/src/commands/ListStackInstancesForProvisionedProductCommand.ts index 20930a5be606..af60dfb5dfe4 100644 --- a/clients/client-service-catalog/src/commands/ListStackInstancesForProvisionedProductCommand.ts +++ b/clients/client-service-catalog/src/commands/ListStackInstancesForProvisionedProductCommand.ts @@ -95,9 +95,6 @@ export class ListStackInstancesForProvisionedProductCommand extends $Command< ListStackInstancesForProvisionedProductCommandOutput, ServiceCatalogClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -111,9 +108,7 @@ export class ListStackInstancesForProvisionedProductCommand extends $Command< * @public */ constructor(readonly input: ListStackInstancesForProvisionedProductCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -178,7 +173,4 @@ export class ListStackInstancesForProvisionedProductCommand extends $Command< ): Promise { return de_ListStackInstancesForProvisionedProductCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-service-catalog/src/commands/ListTagOptionsCommand.ts b/clients/client-service-catalog/src/commands/ListTagOptionsCommand.ts index 21321107b73f..8aa2c1ad8a3c 100644 --- a/clients/client-service-catalog/src/commands/ListTagOptionsCommand.ts +++ b/clients/client-service-catalog/src/commands/ListTagOptionsCommand.ts @@ -93,9 +93,6 @@ export class ListTagOptionsCommand extends $Command< ListTagOptionsCommandOutput, ServiceCatalogClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -109,9 +106,7 @@ export class ListTagOptionsCommand extends $Command< * @public */ constructor(readonly input: ListTagOptionsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -164,7 +159,4 @@ export class ListTagOptionsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListTagOptionsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-service-catalog/src/commands/NotifyProvisionProductEngineWorkflowResultCommand.ts b/clients/client-service-catalog/src/commands/NotifyProvisionProductEngineWorkflowResultCommand.ts index b2d6913cca6c..16681a3f937d 100644 --- a/clients/client-service-catalog/src/commands/NotifyProvisionProductEngineWorkflowResultCommand.ts +++ b/clients/client-service-catalog/src/commands/NotifyProvisionProductEngineWorkflowResultCommand.ts @@ -103,9 +103,6 @@ export class NotifyProvisionProductEngineWorkflowResultCommand extends $Command< NotifyProvisionProductEngineWorkflowResultCommandOutput, ServiceCatalogClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -119,9 +116,7 @@ export class NotifyProvisionProductEngineWorkflowResultCommand extends $Command< * @public */ constructor(readonly input: NotifyProvisionProductEngineWorkflowResultCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -186,7 +181,4 @@ export class NotifyProvisionProductEngineWorkflowResultCommand extends $Command< ): Promise { return de_NotifyProvisionProductEngineWorkflowResultCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-service-catalog/src/commands/NotifyTerminateProvisionedProductEngineWorkflowResultCommand.ts b/clients/client-service-catalog/src/commands/NotifyTerminateProvisionedProductEngineWorkflowResultCommand.ts index f99bdc9e6569..ab35697cf486 100644 --- a/clients/client-service-catalog/src/commands/NotifyTerminateProvisionedProductEngineWorkflowResultCommand.ts +++ b/clients/client-service-catalog/src/commands/NotifyTerminateProvisionedProductEngineWorkflowResultCommand.ts @@ -90,9 +90,6 @@ export class NotifyTerminateProvisionedProductEngineWorkflowResultCommand extend NotifyTerminateProvisionedProductEngineWorkflowResultCommandOutput, ServiceCatalogClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -106,9 +103,7 @@ export class NotifyTerminateProvisionedProductEngineWorkflowResultCommand extend * @public */ constructor(readonly input: NotifyTerminateProvisionedProductEngineWorkflowResultCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -173,7 +168,4 @@ export class NotifyTerminateProvisionedProductEngineWorkflowResultCommand extend ): Promise { return de_NotifyTerminateProvisionedProductEngineWorkflowResultCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-service-catalog/src/commands/NotifyUpdateProvisionedProductEngineWorkflowResultCommand.ts b/clients/client-service-catalog/src/commands/NotifyUpdateProvisionedProductEngineWorkflowResultCommand.ts index b77ef5642d40..22e7ac9c2c5a 100644 --- a/clients/client-service-catalog/src/commands/NotifyUpdateProvisionedProductEngineWorkflowResultCommand.ts +++ b/clients/client-service-catalog/src/commands/NotifyUpdateProvisionedProductEngineWorkflowResultCommand.ts @@ -97,9 +97,6 @@ export class NotifyUpdateProvisionedProductEngineWorkflowResultCommand extends $ NotifyUpdateProvisionedProductEngineWorkflowResultCommandOutput, ServiceCatalogClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -113,9 +110,7 @@ export class NotifyUpdateProvisionedProductEngineWorkflowResultCommand extends $ * @public */ constructor(readonly input: NotifyUpdateProvisionedProductEngineWorkflowResultCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -180,7 +175,4 @@ export class NotifyUpdateProvisionedProductEngineWorkflowResultCommand extends $ ): Promise { return de_NotifyUpdateProvisionedProductEngineWorkflowResultCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-service-catalog/src/commands/ProvisionProductCommand.ts b/clients/client-service-catalog/src/commands/ProvisionProductCommand.ts index c90016d6d5da..e22f0fe386cc 100644 --- a/clients/client-service-catalog/src/commands/ProvisionProductCommand.ts +++ b/clients/client-service-catalog/src/commands/ProvisionProductCommand.ts @@ -175,9 +175,6 @@ export class ProvisionProductCommand extends $Command< ProvisionProductCommandOutput, ServiceCatalogClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -191,9 +188,7 @@ export class ProvisionProductCommand extends $Command< * @public */ constructor(readonly input: ProvisionProductCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -246,7 +241,4 @@ export class ProvisionProductCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ProvisionProductCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-service-catalog/src/commands/RejectPortfolioShareCommand.ts b/clients/client-service-catalog/src/commands/RejectPortfolioShareCommand.ts index 44e3c57dcbad..79ea9d4c1006 100644 --- a/clients/client-service-catalog/src/commands/RejectPortfolioShareCommand.ts +++ b/clients/client-service-catalog/src/commands/RejectPortfolioShareCommand.ts @@ -73,9 +73,6 @@ export class RejectPortfolioShareCommand extends $Command< RejectPortfolioShareCommandOutput, ServiceCatalogClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -89,9 +86,7 @@ export class RejectPortfolioShareCommand extends $Command< * @public */ constructor(readonly input: RejectPortfolioShareCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -144,7 +139,4 @@ export class RejectPortfolioShareCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_RejectPortfolioShareCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-service-catalog/src/commands/ScanProvisionedProductsCommand.ts b/clients/client-service-catalog/src/commands/ScanProvisionedProductsCommand.ts index 9bd4f3b26b72..109402100047 100644 --- a/clients/client-service-catalog/src/commands/ScanProvisionedProductsCommand.ts +++ b/clients/client-service-catalog/src/commands/ScanProvisionedProductsCommand.ts @@ -98,9 +98,6 @@ export class ScanProvisionedProductsCommand extends $Command< ScanProvisionedProductsCommandOutput, ServiceCatalogClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -114,9 +111,7 @@ export class ScanProvisionedProductsCommand extends $Command< * @public */ constructor(readonly input: ScanProvisionedProductsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -169,7 +164,4 @@ export class ScanProvisionedProductsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ScanProvisionedProductsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-service-catalog/src/commands/SearchProductsAsAdminCommand.ts b/clients/client-service-catalog/src/commands/SearchProductsAsAdminCommand.ts index 0aa882af77a9..063c57b467ce 100644 --- a/clients/client-service-catalog/src/commands/SearchProductsAsAdminCommand.ts +++ b/clients/client-service-catalog/src/commands/SearchProductsAsAdminCommand.ts @@ -125,9 +125,6 @@ export class SearchProductsAsAdminCommand extends $Command< SearchProductsAsAdminCommandOutput, ServiceCatalogClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -141,9 +138,7 @@ export class SearchProductsAsAdminCommand extends $Command< * @public */ constructor(readonly input: SearchProductsAsAdminCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -196,7 +191,4 @@ export class SearchProductsAsAdminCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_SearchProductsAsAdminCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-service-catalog/src/commands/SearchProductsCommand.ts b/clients/client-service-catalog/src/commands/SearchProductsCommand.ts index 7f28dd9923b9..5360af9e043f 100644 --- a/clients/client-service-catalog/src/commands/SearchProductsCommand.ts +++ b/clients/client-service-catalog/src/commands/SearchProductsCommand.ts @@ -105,9 +105,6 @@ export class SearchProductsCommand extends $Command< SearchProductsCommandOutput, ServiceCatalogClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -121,9 +118,7 @@ export class SearchProductsCommand extends $Command< * @public */ constructor(readonly input: SearchProductsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -176,7 +171,4 @@ export class SearchProductsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_SearchProductsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-service-catalog/src/commands/SearchProvisionedProductsCommand.ts b/clients/client-service-catalog/src/commands/SearchProvisionedProductsCommand.ts index e5ba633f2481..ff7d79750054 100644 --- a/clients/client-service-catalog/src/commands/SearchProvisionedProductsCommand.ts +++ b/clients/client-service-catalog/src/commands/SearchProvisionedProductsCommand.ts @@ -115,9 +115,6 @@ export class SearchProvisionedProductsCommand extends $Command< SearchProvisionedProductsCommandOutput, ServiceCatalogClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -131,9 +128,7 @@ export class SearchProvisionedProductsCommand extends $Command< * @public */ constructor(readonly input: SearchProvisionedProductsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -189,7 +184,4 @@ export class SearchProvisionedProductsCommand extends $Command< ): Promise { return de_SearchProvisionedProductsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-service-catalog/src/commands/TerminateProvisionedProductCommand.ts b/clients/client-service-catalog/src/commands/TerminateProvisionedProductCommand.ts index 9b9a3c55cb37..baffeb0986c0 100644 --- a/clients/client-service-catalog/src/commands/TerminateProvisionedProductCommand.ts +++ b/clients/client-service-catalog/src/commands/TerminateProvisionedProductCommand.ts @@ -105,9 +105,6 @@ export class TerminateProvisionedProductCommand extends $Command< TerminateProvisionedProductCommandOutput, ServiceCatalogClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -121,9 +118,7 @@ export class TerminateProvisionedProductCommand extends $Command< * @public */ constructor(readonly input: TerminateProvisionedProductCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -179,7 +174,4 @@ export class TerminateProvisionedProductCommand extends $Command< ): Promise { return de_TerminateProvisionedProductCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-service-catalog/src/commands/UpdateConstraintCommand.ts b/clients/client-service-catalog/src/commands/UpdateConstraintCommand.ts index 3980760e88dc..ac655f146861 100644 --- a/clients/client-service-catalog/src/commands/UpdateConstraintCommand.ts +++ b/clients/client-service-catalog/src/commands/UpdateConstraintCommand.ts @@ -88,9 +88,6 @@ export class UpdateConstraintCommand extends $Command< UpdateConstraintCommandOutput, ServiceCatalogClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -104,9 +101,7 @@ export class UpdateConstraintCommand extends $Command< * @public */ constructor(readonly input: UpdateConstraintCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -159,7 +154,4 @@ export class UpdateConstraintCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdateConstraintCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-service-catalog/src/commands/UpdatePortfolioCommand.ts b/clients/client-service-catalog/src/commands/UpdatePortfolioCommand.ts index b7e9a9556ac8..c71103739ec6 100644 --- a/clients/client-service-catalog/src/commands/UpdatePortfolioCommand.ts +++ b/clients/client-service-catalog/src/commands/UpdatePortfolioCommand.ts @@ -112,9 +112,6 @@ export class UpdatePortfolioCommand extends $Command< UpdatePortfolioCommandOutput, ServiceCatalogClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -128,9 +125,7 @@ export class UpdatePortfolioCommand extends $Command< * @public */ constructor(readonly input: UpdatePortfolioCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -183,7 +178,4 @@ export class UpdatePortfolioCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdatePortfolioCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-service-catalog/src/commands/UpdatePortfolioShareCommand.ts b/clients/client-service-catalog/src/commands/UpdatePortfolioShareCommand.ts index f4fd4bedbbba..df5d6adfab36 100644 --- a/clients/client-service-catalog/src/commands/UpdatePortfolioShareCommand.ts +++ b/clients/client-service-catalog/src/commands/UpdatePortfolioShareCommand.ts @@ -107,9 +107,6 @@ export class UpdatePortfolioShareCommand extends $Command< UpdatePortfolioShareCommandOutput, ServiceCatalogClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -123,9 +120,7 @@ export class UpdatePortfolioShareCommand extends $Command< * @public */ constructor(readonly input: UpdatePortfolioShareCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -178,7 +173,4 @@ export class UpdatePortfolioShareCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdatePortfolioShareCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-service-catalog/src/commands/UpdateProductCommand.ts b/clients/client-service-catalog/src/commands/UpdateProductCommand.ts index a316ebe60a22..6b37a1aafe0b 100644 --- a/clients/client-service-catalog/src/commands/UpdateProductCommand.ts +++ b/clients/client-service-catalog/src/commands/UpdateProductCommand.ts @@ -150,9 +150,6 @@ export class UpdateProductCommand extends $Command< UpdateProductCommandOutput, ServiceCatalogClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -166,9 +163,7 @@ export class UpdateProductCommand extends $Command< * @public */ constructor(readonly input: UpdateProductCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -219,7 +214,4 @@ export class UpdateProductCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdateProductCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-service-catalog/src/commands/UpdateProvisionedProductCommand.ts b/clients/client-service-catalog/src/commands/UpdateProvisionedProductCommand.ts index 4ae119678361..c37e09a7c589 100644 --- a/clients/client-service-catalog/src/commands/UpdateProvisionedProductCommand.ts +++ b/clients/client-service-catalog/src/commands/UpdateProvisionedProductCommand.ts @@ -140,9 +140,6 @@ export class UpdateProvisionedProductCommand extends $Command< UpdateProvisionedProductCommandOutput, ServiceCatalogClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -156,9 +153,7 @@ export class UpdateProvisionedProductCommand extends $Command< * @public */ constructor(readonly input: UpdateProvisionedProductCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -211,7 +206,4 @@ export class UpdateProvisionedProductCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdateProvisionedProductCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-service-catalog/src/commands/UpdateProvisionedProductPropertiesCommand.ts b/clients/client-service-catalog/src/commands/UpdateProvisionedProductPropertiesCommand.ts index 76ca7f1fb8eb..aa524a4aa6d2 100644 --- a/clients/client-service-catalog/src/commands/UpdateProvisionedProductPropertiesCommand.ts +++ b/clients/client-service-catalog/src/commands/UpdateProvisionedProductPropertiesCommand.ts @@ -95,9 +95,6 @@ export class UpdateProvisionedProductPropertiesCommand extends $Command< UpdateProvisionedProductPropertiesCommandOutput, ServiceCatalogClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -111,9 +108,7 @@ export class UpdateProvisionedProductPropertiesCommand extends $Command< * @public */ constructor(readonly input: UpdateProvisionedProductPropertiesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -172,7 +167,4 @@ export class UpdateProvisionedProductPropertiesCommand extends $Command< ): Promise { return de_UpdateProvisionedProductPropertiesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-service-catalog/src/commands/UpdateProvisioningArtifactCommand.ts b/clients/client-service-catalog/src/commands/UpdateProvisioningArtifactCommand.ts index 983ac2311e73..6946f65d02bd 100644 --- a/clients/client-service-catalog/src/commands/UpdateProvisioningArtifactCommand.ts +++ b/clients/client-service-catalog/src/commands/UpdateProvisioningArtifactCommand.ts @@ -96,9 +96,6 @@ export class UpdateProvisioningArtifactCommand extends $Command< UpdateProvisioningArtifactCommandOutput, ServiceCatalogClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -112,9 +109,7 @@ export class UpdateProvisioningArtifactCommand extends $Command< * @public */ constructor(readonly input: UpdateProvisioningArtifactCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -170,7 +165,4 @@ export class UpdateProvisioningArtifactCommand extends $Command< ): Promise { return de_UpdateProvisioningArtifactCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-service-catalog/src/commands/UpdateServiceActionCommand.ts b/clients/client-service-catalog/src/commands/UpdateServiceActionCommand.ts index 9ac435476723..ec669bf9552a 100644 --- a/clients/client-service-catalog/src/commands/UpdateServiceActionCommand.ts +++ b/clients/client-service-catalog/src/commands/UpdateServiceActionCommand.ts @@ -92,9 +92,6 @@ export class UpdateServiceActionCommand extends $Command< UpdateServiceActionCommandOutput, ServiceCatalogClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -108,9 +105,7 @@ export class UpdateServiceActionCommand extends $Command< * @public */ constructor(readonly input: UpdateServiceActionCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -163,7 +158,4 @@ export class UpdateServiceActionCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdateServiceActionCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-service-catalog/src/commands/UpdateTagOptionCommand.ts b/clients/client-service-catalog/src/commands/UpdateTagOptionCommand.ts index d7418e799823..4b711c6d45a5 100644 --- a/clients/client-service-catalog/src/commands/UpdateTagOptionCommand.ts +++ b/clients/client-service-catalog/src/commands/UpdateTagOptionCommand.ts @@ -92,9 +92,6 @@ export class UpdateTagOptionCommand extends $Command< UpdateTagOptionCommandOutput, ServiceCatalogClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -108,9 +105,7 @@ export class UpdateTagOptionCommand extends $Command< * @public */ constructor(readonly input: UpdateTagOptionCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -163,7 +158,4 @@ export class UpdateTagOptionCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdateTagOptionCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-service-quotas/package.json b/clients/client-service-quotas/package.json index 5cc19d84718b..fb0fc0e95f67 100644 --- a/clients/client-service-quotas/package.json +++ b/clients/client-service-quotas/package.json @@ -34,29 +34,29 @@ "@aws-sdk/util-endpoints": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@smithy/config-resolver": "^2.0.16", - "@smithy/fetch-http-handler": "^2.2.4", - "@smithy/hash-node": "^2.0.12", - "@smithy/invalid-dependency": "^2.0.12", - "@smithy/middleware-content-length": "^2.0.14", - "@smithy/middleware-endpoint": "^2.1.3", - "@smithy/middleware-retry": "^2.0.18", - "@smithy/middleware-serde": "^2.0.12", - "@smithy/middleware-stack": "^2.0.6", - "@smithy/node-config-provider": "^2.1.3", - "@smithy/node-http-handler": "^2.1.8", - "@smithy/protocol-http": "^3.0.8", - "@smithy/smithy-client": "^2.1.12", - "@smithy/types": "^2.4.0", - "@smithy/url-parser": "^2.0.12", - "@smithy/util-base64": "^2.0.0", + "@smithy/config-resolver": "^2.0.18", + "@smithy/fetch-http-handler": "^2.2.6", + "@smithy/hash-node": "^2.0.15", + "@smithy/invalid-dependency": "^2.0.13", + "@smithy/middleware-content-length": "^2.0.15", + "@smithy/middleware-endpoint": "^2.2.0", + "@smithy/middleware-retry": "^2.0.20", + "@smithy/middleware-serde": "^2.0.13", + "@smithy/middleware-stack": "^2.0.7", + "@smithy/node-config-provider": "^2.1.5", + "@smithy/node-http-handler": "^2.1.9", + "@smithy/protocol-http": "^3.0.9", + "@smithy/smithy-client": "^2.1.15", + "@smithy/types": "^2.5.0", + "@smithy/url-parser": "^2.0.13", + "@smithy/util-base64": "^2.0.1", "@smithy/util-body-length-browser": "^2.0.0", "@smithy/util-body-length-node": "^2.1.0", - "@smithy/util-defaults-mode-browser": "^2.0.16", - "@smithy/util-defaults-mode-node": "^2.0.21", - "@smithy/util-endpoints": "^1.0.2", - "@smithy/util-retry": "^2.0.5", - "@smithy/util-utf8": "^2.0.0", + "@smithy/util-defaults-mode-browser": "^2.0.19", + "@smithy/util-defaults-mode-node": "^2.0.25", + "@smithy/util-endpoints": "^1.0.4", + "@smithy/util-retry": "^2.0.6", + "@smithy/util-utf8": "^2.0.2", "tslib": "^2.5.0" }, "devDependencies": { diff --git a/clients/client-service-quotas/src/commands/AssociateServiceQuotaTemplateCommand.ts b/clients/client-service-quotas/src/commands/AssociateServiceQuotaTemplateCommand.ts index ba15d686462f..6e14b49fc5b8 100644 --- a/clients/client-service-quotas/src/commands/AssociateServiceQuotaTemplateCommand.ts +++ b/clients/client-service-quotas/src/commands/AssociateServiceQuotaTemplateCommand.ts @@ -101,9 +101,6 @@ export class AssociateServiceQuotaTemplateCommand extends $Command< AssociateServiceQuotaTemplateCommandOutput, ServiceQuotasClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -117,9 +114,7 @@ export class AssociateServiceQuotaTemplateCommand extends $Command< * @public */ constructor(readonly input: AssociateServiceQuotaTemplateCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -175,7 +170,4 @@ export class AssociateServiceQuotaTemplateCommand extends $Command< ): Promise { return de_AssociateServiceQuotaTemplateCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-service-quotas/src/commands/DeleteServiceQuotaIncreaseRequestFromTemplateCommand.ts b/clients/client-service-quotas/src/commands/DeleteServiceQuotaIncreaseRequestFromTemplateCommand.ts index f791d1f2cca2..5582f3f96571 100644 --- a/clients/client-service-quotas/src/commands/DeleteServiceQuotaIncreaseRequestFromTemplateCommand.ts +++ b/clients/client-service-quotas/src/commands/DeleteServiceQuotaIncreaseRequestFromTemplateCommand.ts @@ -109,9 +109,6 @@ export class DeleteServiceQuotaIncreaseRequestFromTemplateCommand extends $Comma DeleteServiceQuotaIncreaseRequestFromTemplateCommandOutput, ServiceQuotasClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -125,9 +122,7 @@ export class DeleteServiceQuotaIncreaseRequestFromTemplateCommand extends $Comma * @public */ constructor(readonly input: DeleteServiceQuotaIncreaseRequestFromTemplateCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -192,7 +187,4 @@ export class DeleteServiceQuotaIncreaseRequestFromTemplateCommand extends $Comma ): Promise { return de_DeleteServiceQuotaIncreaseRequestFromTemplateCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-service-quotas/src/commands/DisassociateServiceQuotaTemplateCommand.ts b/clients/client-service-quotas/src/commands/DisassociateServiceQuotaTemplateCommand.ts index 9bdf48081f2e..928beb0bf148 100644 --- a/clients/client-service-quotas/src/commands/DisassociateServiceQuotaTemplateCommand.ts +++ b/clients/client-service-quotas/src/commands/DisassociateServiceQuotaTemplateCommand.ts @@ -99,9 +99,6 @@ export class DisassociateServiceQuotaTemplateCommand extends $Command< DisassociateServiceQuotaTemplateCommandOutput, ServiceQuotasClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -115,9 +112,7 @@ export class DisassociateServiceQuotaTemplateCommand extends $Command< * @public */ constructor(readonly input: DisassociateServiceQuotaTemplateCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -176,7 +171,4 @@ export class DisassociateServiceQuotaTemplateCommand extends $Command< ): Promise { return de_DisassociateServiceQuotaTemplateCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-service-quotas/src/commands/GetAWSDefaultServiceQuotaCommand.ts b/clients/client-service-quotas/src/commands/GetAWSDefaultServiceQuotaCommand.ts index 93eb31a3e35e..2fe52efc0133 100644 --- a/clients/client-service-quotas/src/commands/GetAWSDefaultServiceQuotaCommand.ts +++ b/clients/client-service-quotas/src/commands/GetAWSDefaultServiceQuotaCommand.ts @@ -120,9 +120,6 @@ export class GetAWSDefaultServiceQuotaCommand extends $Command< GetAWSDefaultServiceQuotaCommandOutput, ServiceQuotasClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -136,9 +133,7 @@ export class GetAWSDefaultServiceQuotaCommand extends $Command< * @public */ constructor(readonly input: GetAWSDefaultServiceQuotaCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -194,7 +189,4 @@ export class GetAWSDefaultServiceQuotaCommand extends $Command< ): Promise { return de_GetAWSDefaultServiceQuotaCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-service-quotas/src/commands/GetAssociationForServiceQuotaTemplateCommand.ts b/clients/client-service-quotas/src/commands/GetAssociationForServiceQuotaTemplateCommand.ts index 279da03d43e5..8210aa119d16 100644 --- a/clients/client-service-quotas/src/commands/GetAssociationForServiceQuotaTemplateCommand.ts +++ b/clients/client-service-quotas/src/commands/GetAssociationForServiceQuotaTemplateCommand.ts @@ -103,9 +103,6 @@ export class GetAssociationForServiceQuotaTemplateCommand extends $Command< GetAssociationForServiceQuotaTemplateCommandOutput, ServiceQuotasClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -119,9 +116,7 @@ export class GetAssociationForServiceQuotaTemplateCommand extends $Command< * @public */ constructor(readonly input: GetAssociationForServiceQuotaTemplateCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -180,7 +175,4 @@ export class GetAssociationForServiceQuotaTemplateCommand extends $Command< ): Promise { return de_GetAssociationForServiceQuotaTemplateCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-service-quotas/src/commands/GetRequestedServiceQuotaChangeCommand.ts b/clients/client-service-quotas/src/commands/GetRequestedServiceQuotaChangeCommand.ts index 5a653a7c384b..eb80798d9b97 100644 --- a/clients/client-service-quotas/src/commands/GetRequestedServiceQuotaChangeCommand.ts +++ b/clients/client-service-quotas/src/commands/GetRequestedServiceQuotaChangeCommand.ts @@ -112,9 +112,6 @@ export class GetRequestedServiceQuotaChangeCommand extends $Command< GetRequestedServiceQuotaChangeCommandOutput, ServiceQuotasClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -128,9 +125,7 @@ export class GetRequestedServiceQuotaChangeCommand extends $Command< * @public */ constructor(readonly input: GetRequestedServiceQuotaChangeCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -189,7 +184,4 @@ export class GetRequestedServiceQuotaChangeCommand extends $Command< ): Promise { return de_GetRequestedServiceQuotaChangeCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-service-quotas/src/commands/GetServiceQuotaCommand.ts b/clients/client-service-quotas/src/commands/GetServiceQuotaCommand.ts index c90b63fcd7cd..79e0db67c4c9 100644 --- a/clients/client-service-quotas/src/commands/GetServiceQuotaCommand.ts +++ b/clients/client-service-quotas/src/commands/GetServiceQuotaCommand.ts @@ -122,9 +122,6 @@ export class GetServiceQuotaCommand extends $Command< GetServiceQuotaCommandOutput, ServiceQuotasClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -138,9 +135,7 @@ export class GetServiceQuotaCommand extends $Command< * @public */ constructor(readonly input: GetServiceQuotaCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -193,7 +188,4 @@ export class GetServiceQuotaCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetServiceQuotaCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-service-quotas/src/commands/GetServiceQuotaIncreaseRequestFromTemplateCommand.ts b/clients/client-service-quotas/src/commands/GetServiceQuotaIncreaseRequestFromTemplateCommand.ts index a8b05a4a7195..dee4bec8fd8e 100644 --- a/clients/client-service-quotas/src/commands/GetServiceQuotaIncreaseRequestFromTemplateCommand.ts +++ b/clients/client-service-quotas/src/commands/GetServiceQuotaIncreaseRequestFromTemplateCommand.ts @@ -120,9 +120,6 @@ export class GetServiceQuotaIncreaseRequestFromTemplateCommand extends $Command< GetServiceQuotaIncreaseRequestFromTemplateCommandOutput, ServiceQuotasClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -136,9 +133,7 @@ export class GetServiceQuotaIncreaseRequestFromTemplateCommand extends $Command< * @public */ constructor(readonly input: GetServiceQuotaIncreaseRequestFromTemplateCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -203,7 +198,4 @@ export class GetServiceQuotaIncreaseRequestFromTemplateCommand extends $Command< ): Promise { return de_GetServiceQuotaIncreaseRequestFromTemplateCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-service-quotas/src/commands/ListAWSDefaultServiceQuotasCommand.ts b/clients/client-service-quotas/src/commands/ListAWSDefaultServiceQuotasCommand.ts index 318b16cc51f9..5bbe777fce5a 100644 --- a/clients/client-service-quotas/src/commands/ListAWSDefaultServiceQuotasCommand.ts +++ b/clients/client-service-quotas/src/commands/ListAWSDefaultServiceQuotasCommand.ts @@ -129,9 +129,6 @@ export class ListAWSDefaultServiceQuotasCommand extends $Command< ListAWSDefaultServiceQuotasCommandOutput, ServiceQuotasClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -145,9 +142,7 @@ export class ListAWSDefaultServiceQuotasCommand extends $Command< * @public */ constructor(readonly input: ListAWSDefaultServiceQuotasCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -203,7 +198,4 @@ export class ListAWSDefaultServiceQuotasCommand extends $Command< ): Promise { return de_ListAWSDefaultServiceQuotasCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-service-quotas/src/commands/ListRequestedServiceQuotaChangeHistoryByQuotaCommand.ts b/clients/client-service-quotas/src/commands/ListRequestedServiceQuotaChangeHistoryByQuotaCommand.ts index 062b3ad34011..5b839bf47627 100644 --- a/clients/client-service-quotas/src/commands/ListRequestedServiceQuotaChangeHistoryByQuotaCommand.ts +++ b/clients/client-service-quotas/src/commands/ListRequestedServiceQuotaChangeHistoryByQuotaCommand.ts @@ -127,9 +127,6 @@ export class ListRequestedServiceQuotaChangeHistoryByQuotaCommand extends $Comma ListRequestedServiceQuotaChangeHistoryByQuotaCommandOutput, ServiceQuotasClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -143,9 +140,7 @@ export class ListRequestedServiceQuotaChangeHistoryByQuotaCommand extends $Comma * @public */ constructor(readonly input: ListRequestedServiceQuotaChangeHistoryByQuotaCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -210,7 +205,4 @@ export class ListRequestedServiceQuotaChangeHistoryByQuotaCommand extends $Comma ): Promise { return de_ListRequestedServiceQuotaChangeHistoryByQuotaCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-service-quotas/src/commands/ListRequestedServiceQuotaChangeHistoryCommand.ts b/clients/client-service-quotas/src/commands/ListRequestedServiceQuotaChangeHistoryCommand.ts index dbf0749db87e..8035fe76e8a3 100644 --- a/clients/client-service-quotas/src/commands/ListRequestedServiceQuotaChangeHistoryCommand.ts +++ b/clients/client-service-quotas/src/commands/ListRequestedServiceQuotaChangeHistoryCommand.ts @@ -126,9 +126,6 @@ export class ListRequestedServiceQuotaChangeHistoryCommand extends $Command< ListRequestedServiceQuotaChangeHistoryCommandOutput, ServiceQuotasClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -142,9 +139,7 @@ export class ListRequestedServiceQuotaChangeHistoryCommand extends $Command< * @public */ constructor(readonly input: ListRequestedServiceQuotaChangeHistoryCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -203,7 +198,4 @@ export class ListRequestedServiceQuotaChangeHistoryCommand extends $Command< ): Promise { return de_ListRequestedServiceQuotaChangeHistoryCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-service-quotas/src/commands/ListServiceQuotaIncreaseRequestsInTemplateCommand.ts b/clients/client-service-quotas/src/commands/ListServiceQuotaIncreaseRequestsInTemplateCommand.ts index 1bbaa9611f87..6c13548344a9 100644 --- a/clients/client-service-quotas/src/commands/ListServiceQuotaIncreaseRequestsInTemplateCommand.ts +++ b/clients/client-service-quotas/src/commands/ListServiceQuotaIncreaseRequestsInTemplateCommand.ts @@ -120,9 +120,6 @@ export class ListServiceQuotaIncreaseRequestsInTemplateCommand extends $Command< ListServiceQuotaIncreaseRequestsInTemplateCommandOutput, ServiceQuotasClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -136,9 +133,7 @@ export class ListServiceQuotaIncreaseRequestsInTemplateCommand extends $Command< * @public */ constructor(readonly input: ListServiceQuotaIncreaseRequestsInTemplateCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -203,7 +198,4 @@ export class ListServiceQuotaIncreaseRequestsInTemplateCommand extends $Command< ): Promise { return de_ListServiceQuotaIncreaseRequestsInTemplateCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-service-quotas/src/commands/ListServiceQuotasCommand.ts b/clients/client-service-quotas/src/commands/ListServiceQuotasCommand.ts index 75dbf2b36f75..1c69a3a41aaa 100644 --- a/clients/client-service-quotas/src/commands/ListServiceQuotasCommand.ts +++ b/clients/client-service-quotas/src/commands/ListServiceQuotasCommand.ts @@ -130,9 +130,6 @@ export class ListServiceQuotasCommand extends $Command< ListServiceQuotasCommandOutput, ServiceQuotasClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -146,9 +143,7 @@ export class ListServiceQuotasCommand extends $Command< * @public */ constructor(readonly input: ListServiceQuotasCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -201,7 +196,4 @@ export class ListServiceQuotasCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListServiceQuotasCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-service-quotas/src/commands/ListServicesCommand.ts b/clients/client-service-quotas/src/commands/ListServicesCommand.ts index ae8aeb64f272..e9846356c0a9 100644 --- a/clients/client-service-quotas/src/commands/ListServicesCommand.ts +++ b/clients/client-service-quotas/src/commands/ListServicesCommand.ts @@ -93,9 +93,6 @@ export class ListServicesCommand extends $Command< ListServicesCommandOutput, ServiceQuotasClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -109,9 +106,7 @@ export class ListServicesCommand extends $Command< * @public */ constructor(readonly input: ListServicesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -162,7 +157,4 @@ export class ListServicesCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListServicesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-service-quotas/src/commands/ListTagsForResourceCommand.ts b/clients/client-service-quotas/src/commands/ListTagsForResourceCommand.ts index e9eff965018b..4a59536ab046 100644 --- a/clients/client-service-quotas/src/commands/ListTagsForResourceCommand.ts +++ b/clients/client-service-quotas/src/commands/ListTagsForResourceCommand.ts @@ -91,9 +91,6 @@ export class ListTagsForResourceCommand extends $Command< ListTagsForResourceCommandOutput, ServiceQuotasClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -107,9 +104,7 @@ export class ListTagsForResourceCommand extends $Command< * @public */ constructor(readonly input: ListTagsForResourceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -162,7 +157,4 @@ export class ListTagsForResourceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListTagsForResourceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-service-quotas/src/commands/PutServiceQuotaIncreaseRequestIntoTemplateCommand.ts b/clients/client-service-quotas/src/commands/PutServiceQuotaIncreaseRequestIntoTemplateCommand.ts index fc10096a184b..c43a6f47c49f 100644 --- a/clients/client-service-quotas/src/commands/PutServiceQuotaIncreaseRequestIntoTemplateCommand.ts +++ b/clients/client-service-quotas/src/commands/PutServiceQuotaIncreaseRequestIntoTemplateCommand.ts @@ -124,9 +124,6 @@ export class PutServiceQuotaIncreaseRequestIntoTemplateCommand extends $Command< PutServiceQuotaIncreaseRequestIntoTemplateCommandOutput, ServiceQuotasClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -140,9 +137,7 @@ export class PutServiceQuotaIncreaseRequestIntoTemplateCommand extends $Command< * @public */ constructor(readonly input: PutServiceQuotaIncreaseRequestIntoTemplateCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -207,7 +202,4 @@ export class PutServiceQuotaIncreaseRequestIntoTemplateCommand extends $Command< ): Promise { return de_PutServiceQuotaIncreaseRequestIntoTemplateCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-service-quotas/src/commands/RequestServiceQuotaIncreaseCommand.ts b/clients/client-service-quotas/src/commands/RequestServiceQuotaIncreaseCommand.ts index 3c10965abd8f..670caa05873b 100644 --- a/clients/client-service-quotas/src/commands/RequestServiceQuotaIncreaseCommand.ts +++ b/clients/client-service-quotas/src/commands/RequestServiceQuotaIncreaseCommand.ts @@ -125,9 +125,6 @@ export class RequestServiceQuotaIncreaseCommand extends $Command< RequestServiceQuotaIncreaseCommandOutput, ServiceQuotasClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -141,9 +138,7 @@ export class RequestServiceQuotaIncreaseCommand extends $Command< * @public */ constructor(readonly input: RequestServiceQuotaIncreaseCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -199,7 +194,4 @@ export class RequestServiceQuotaIncreaseCommand extends $Command< ): Promise { return de_RequestServiceQuotaIncreaseCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-service-quotas/src/commands/TagResourceCommand.ts b/clients/client-service-quotas/src/commands/TagResourceCommand.ts index 772eef16d411..87b3bd379545 100644 --- a/clients/client-service-quotas/src/commands/TagResourceCommand.ts +++ b/clients/client-service-quotas/src/commands/TagResourceCommand.ts @@ -99,9 +99,6 @@ export class TagResourceCommand extends $Command< TagResourceCommandOutput, ServiceQuotasClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -115,9 +112,7 @@ export class TagResourceCommand extends $Command< * @public */ constructor(readonly input: TagResourceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -168,7 +163,4 @@ export class TagResourceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_TagResourceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-service-quotas/src/commands/UntagResourceCommand.ts b/clients/client-service-quotas/src/commands/UntagResourceCommand.ts index 62db155f874a..2d78a2723eeb 100644 --- a/clients/client-service-quotas/src/commands/UntagResourceCommand.ts +++ b/clients/client-service-quotas/src/commands/UntagResourceCommand.ts @@ -88,9 +88,6 @@ export class UntagResourceCommand extends $Command< UntagResourceCommandOutput, ServiceQuotasClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -104,9 +101,7 @@ export class UntagResourceCommand extends $Command< * @public */ constructor(readonly input: UntagResourceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -157,7 +152,4 @@ export class UntagResourceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UntagResourceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-servicediscovery/package.json b/clients/client-servicediscovery/package.json index 7d29a5c45e9e..f09c8caca148 100644 --- a/clients/client-servicediscovery/package.json +++ b/clients/client-servicediscovery/package.json @@ -34,29 +34,29 @@ "@aws-sdk/util-endpoints": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@smithy/config-resolver": "^2.0.16", - "@smithy/fetch-http-handler": "^2.2.4", - "@smithy/hash-node": "^2.0.12", - "@smithy/invalid-dependency": "^2.0.12", - "@smithy/middleware-content-length": "^2.0.14", - "@smithy/middleware-endpoint": "^2.1.3", - "@smithy/middleware-retry": "^2.0.18", - "@smithy/middleware-serde": "^2.0.12", - "@smithy/middleware-stack": "^2.0.6", - "@smithy/node-config-provider": "^2.1.3", - "@smithy/node-http-handler": "^2.1.8", - "@smithy/protocol-http": "^3.0.8", - "@smithy/smithy-client": "^2.1.12", - "@smithy/types": "^2.4.0", - "@smithy/url-parser": "^2.0.12", - "@smithy/util-base64": "^2.0.0", + "@smithy/config-resolver": "^2.0.18", + "@smithy/fetch-http-handler": "^2.2.6", + "@smithy/hash-node": "^2.0.15", + "@smithy/invalid-dependency": "^2.0.13", + "@smithy/middleware-content-length": "^2.0.15", + "@smithy/middleware-endpoint": "^2.2.0", + "@smithy/middleware-retry": "^2.0.20", + "@smithy/middleware-serde": "^2.0.13", + "@smithy/middleware-stack": "^2.0.7", + "@smithy/node-config-provider": "^2.1.5", + "@smithy/node-http-handler": "^2.1.9", + "@smithy/protocol-http": "^3.0.9", + "@smithy/smithy-client": "^2.1.15", + "@smithy/types": "^2.5.0", + "@smithy/url-parser": "^2.0.13", + "@smithy/util-base64": "^2.0.1", "@smithy/util-body-length-browser": "^2.0.0", "@smithy/util-body-length-node": "^2.1.0", - "@smithy/util-defaults-mode-browser": "^2.0.16", - "@smithy/util-defaults-mode-node": "^2.0.21", - "@smithy/util-endpoints": "^1.0.2", - "@smithy/util-retry": "^2.0.5", - "@smithy/util-utf8": "^2.0.0", + "@smithy/util-defaults-mode-browser": "^2.0.19", + "@smithy/util-defaults-mode-node": "^2.0.25", + "@smithy/util-endpoints": "^1.0.4", + "@smithy/util-retry": "^2.0.6", + "@smithy/util-utf8": "^2.0.2", "tslib": "^2.5.0", "uuid": "^8.3.2" }, diff --git a/clients/client-servicediscovery/src/commands/CreateHttpNamespaceCommand.ts b/clients/client-servicediscovery/src/commands/CreateHttpNamespaceCommand.ts index b6455be198ea..586243a6c16e 100644 --- a/clients/client-servicediscovery/src/commands/CreateHttpNamespaceCommand.ts +++ b/clients/client-servicediscovery/src/commands/CreateHttpNamespaceCommand.ts @@ -119,9 +119,6 @@ export class CreateHttpNamespaceCommand extends $Command< CreateHttpNamespaceCommandOutput, ServiceDiscoveryClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -135,9 +132,7 @@ export class CreateHttpNamespaceCommand extends $Command< * @public */ constructor(readonly input: CreateHttpNamespaceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -190,7 +185,4 @@ export class CreateHttpNamespaceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateHttpNamespaceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-servicediscovery/src/commands/CreatePrivateDnsNamespaceCommand.ts b/clients/client-servicediscovery/src/commands/CreatePrivateDnsNamespaceCommand.ts index 7c0143812ade..5b1bd5ef5711 100644 --- a/clients/client-servicediscovery/src/commands/CreatePrivateDnsNamespaceCommand.ts +++ b/clients/client-servicediscovery/src/commands/CreatePrivateDnsNamespaceCommand.ts @@ -130,9 +130,6 @@ export class CreatePrivateDnsNamespaceCommand extends $Command< CreatePrivateDnsNamespaceCommandOutput, ServiceDiscoveryClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -146,9 +143,7 @@ export class CreatePrivateDnsNamespaceCommand extends $Command< * @public */ constructor(readonly input: CreatePrivateDnsNamespaceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -204,7 +199,4 @@ export class CreatePrivateDnsNamespaceCommand extends $Command< ): Promise { return de_CreatePrivateDnsNamespaceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-servicediscovery/src/commands/CreatePublicDnsNamespaceCommand.ts b/clients/client-servicediscovery/src/commands/CreatePublicDnsNamespaceCommand.ts index 5d421c7952ff..243293ef0b8c 100644 --- a/clients/client-servicediscovery/src/commands/CreatePublicDnsNamespaceCommand.ts +++ b/clients/client-servicediscovery/src/commands/CreatePublicDnsNamespaceCommand.ts @@ -131,9 +131,6 @@ export class CreatePublicDnsNamespaceCommand extends $Command< CreatePublicDnsNamespaceCommandOutput, ServiceDiscoveryClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -147,9 +144,7 @@ export class CreatePublicDnsNamespaceCommand extends $Command< * @public */ constructor(readonly input: CreatePublicDnsNamespaceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -202,7 +197,4 @@ export class CreatePublicDnsNamespaceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreatePublicDnsNamespaceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-servicediscovery/src/commands/CreateServiceCommand.ts b/clients/client-servicediscovery/src/commands/CreateServiceCommand.ts index d5add5e908c7..38a37d69802c 100644 --- a/clients/client-servicediscovery/src/commands/CreateServiceCommand.ts +++ b/clients/client-servicediscovery/src/commands/CreateServiceCommand.ts @@ -231,9 +231,6 @@ export class CreateServiceCommand extends $Command< CreateServiceCommandOutput, ServiceDiscoveryClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -247,9 +244,7 @@ export class CreateServiceCommand extends $Command< * @public */ constructor(readonly input: CreateServiceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -300,7 +295,4 @@ export class CreateServiceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateServiceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-servicediscovery/src/commands/DeleteNamespaceCommand.ts b/clients/client-servicediscovery/src/commands/DeleteNamespaceCommand.ts index b0363e80f2a5..36aceffd1f77 100644 --- a/clients/client-servicediscovery/src/commands/DeleteNamespaceCommand.ts +++ b/clients/client-servicediscovery/src/commands/DeleteNamespaceCommand.ts @@ -102,9 +102,6 @@ export class DeleteNamespaceCommand extends $Command< DeleteNamespaceCommandOutput, ServiceDiscoveryClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -118,9 +115,7 @@ export class DeleteNamespaceCommand extends $Command< * @public */ constructor(readonly input: DeleteNamespaceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -173,7 +168,4 @@ export class DeleteNamespaceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteNamespaceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-servicediscovery/src/commands/DeleteServiceCommand.ts b/clients/client-servicediscovery/src/commands/DeleteServiceCommand.ts index 74cdaf61ed3a..d23af8994257 100644 --- a/clients/client-servicediscovery/src/commands/DeleteServiceCommand.ts +++ b/clients/client-servicediscovery/src/commands/DeleteServiceCommand.ts @@ -92,9 +92,6 @@ export class DeleteServiceCommand extends $Command< DeleteServiceCommandOutput, ServiceDiscoveryClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -108,9 +105,7 @@ export class DeleteServiceCommand extends $Command< * @public */ constructor(readonly input: DeleteServiceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -161,7 +156,4 @@ export class DeleteServiceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteServiceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-servicediscovery/src/commands/DeregisterInstanceCommand.ts b/clients/client-servicediscovery/src/commands/DeregisterInstanceCommand.ts index 0c579fdbe59c..cdd49fc68787 100644 --- a/clients/client-servicediscovery/src/commands/DeregisterInstanceCommand.ts +++ b/clients/client-servicediscovery/src/commands/DeregisterInstanceCommand.ts @@ -108,9 +108,6 @@ export class DeregisterInstanceCommand extends $Command< DeregisterInstanceCommandOutput, ServiceDiscoveryClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -124,9 +121,7 @@ export class DeregisterInstanceCommand extends $Command< * @public */ constructor(readonly input: DeregisterInstanceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -179,7 +174,4 @@ export class DeregisterInstanceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeregisterInstanceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-servicediscovery/src/commands/DiscoverInstancesCommand.ts b/clients/client-servicediscovery/src/commands/DiscoverInstancesCommand.ts index 7abf023749a5..c22cca67d907 100644 --- a/clients/client-servicediscovery/src/commands/DiscoverInstancesCommand.ts +++ b/clients/client-servicediscovery/src/commands/DiscoverInstancesCommand.ts @@ -140,9 +140,6 @@ export class DiscoverInstancesCommand extends $Command< DiscoverInstancesCommandOutput, ServiceDiscoveryClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -156,9 +153,7 @@ export class DiscoverInstancesCommand extends $Command< * @public */ constructor(readonly input: DiscoverInstancesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -211,7 +206,4 @@ export class DiscoverInstancesCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DiscoverInstancesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-servicediscovery/src/commands/DiscoverInstancesRevisionCommand.ts b/clients/client-servicediscovery/src/commands/DiscoverInstancesRevisionCommand.ts index f5a93892e328..4ce121539a39 100644 --- a/clients/client-servicediscovery/src/commands/DiscoverInstancesRevisionCommand.ts +++ b/clients/client-servicediscovery/src/commands/DiscoverInstancesRevisionCommand.ts @@ -87,9 +87,6 @@ export class DiscoverInstancesRevisionCommand extends $Command< DiscoverInstancesRevisionCommandOutput, ServiceDiscoveryClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -103,9 +100,7 @@ export class DiscoverInstancesRevisionCommand extends $Command< * @public */ constructor(readonly input: DiscoverInstancesRevisionCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -161,7 +156,4 @@ export class DiscoverInstancesRevisionCommand extends $Command< ): Promise { return de_DiscoverInstancesRevisionCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-servicediscovery/src/commands/GetInstanceCommand.ts b/clients/client-servicediscovery/src/commands/GetInstanceCommand.ts index e79537a88825..bf6cdce9accb 100644 --- a/clients/client-servicediscovery/src/commands/GetInstanceCommand.ts +++ b/clients/client-servicediscovery/src/commands/GetInstanceCommand.ts @@ -115,9 +115,6 @@ export class GetInstanceCommand extends $Command< GetInstanceCommandOutput, ServiceDiscoveryClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -131,9 +128,7 @@ export class GetInstanceCommand extends $Command< * @public */ constructor(readonly input: GetInstanceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -184,7 +179,4 @@ export class GetInstanceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetInstanceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-servicediscovery/src/commands/GetInstancesHealthStatusCommand.ts b/clients/client-servicediscovery/src/commands/GetInstancesHealthStatusCommand.ts index d45bb588edf8..36d351507b77 100644 --- a/clients/client-servicediscovery/src/commands/GetInstancesHealthStatusCommand.ts +++ b/clients/client-servicediscovery/src/commands/GetInstancesHealthStatusCommand.ts @@ -115,9 +115,6 @@ export class GetInstancesHealthStatusCommand extends $Command< GetInstancesHealthStatusCommandOutput, ServiceDiscoveryClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -131,9 +128,7 @@ export class GetInstancesHealthStatusCommand extends $Command< * @public */ constructor(readonly input: GetInstancesHealthStatusCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -186,7 +181,4 @@ export class GetInstancesHealthStatusCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetInstancesHealthStatusCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-servicediscovery/src/commands/GetNamespaceCommand.ts b/clients/client-servicediscovery/src/commands/GetNamespaceCommand.ts index bd1cdddf991a..641a443028d9 100644 --- a/clients/client-servicediscovery/src/commands/GetNamespaceCommand.ts +++ b/clients/client-servicediscovery/src/commands/GetNamespaceCommand.ts @@ -128,9 +128,6 @@ export class GetNamespaceCommand extends $Command< GetNamespaceCommandOutput, ServiceDiscoveryClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -144,9 +141,7 @@ export class GetNamespaceCommand extends $Command< * @public */ constructor(readonly input: GetNamespaceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -197,7 +192,4 @@ export class GetNamespaceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetNamespaceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-servicediscovery/src/commands/GetOperationCommand.ts b/clients/client-servicediscovery/src/commands/GetOperationCommand.ts index 96221e281985..7ff09ffa3ef1 100644 --- a/clients/client-servicediscovery/src/commands/GetOperationCommand.ts +++ b/clients/client-servicediscovery/src/commands/GetOperationCommand.ts @@ -118,9 +118,6 @@ export class GetOperationCommand extends $Command< GetOperationCommandOutput, ServiceDiscoveryClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -134,9 +131,7 @@ export class GetOperationCommand extends $Command< * @public */ constructor(readonly input: GetOperationCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -187,7 +182,4 @@ export class GetOperationCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetOperationCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-servicediscovery/src/commands/GetServiceCommand.ts b/clients/client-servicediscovery/src/commands/GetServiceCommand.ts index bbba5ed47eb7..db624d3f11eb 100644 --- a/clients/client-servicediscovery/src/commands/GetServiceCommand.ts +++ b/clients/client-servicediscovery/src/commands/GetServiceCommand.ts @@ -135,9 +135,6 @@ export class GetServiceCommand extends $Command< GetServiceCommandOutput, ServiceDiscoveryClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -151,9 +148,7 @@ export class GetServiceCommand extends $Command< * @public */ constructor(readonly input: GetServiceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -204,7 +199,4 @@ export class GetServiceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetServiceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-servicediscovery/src/commands/ListInstancesCommand.ts b/clients/client-servicediscovery/src/commands/ListInstancesCommand.ts index 1afe6a1cfc9a..ef32535f0b6c 100644 --- a/clients/client-servicediscovery/src/commands/ListInstancesCommand.ts +++ b/clients/client-servicediscovery/src/commands/ListInstancesCommand.ts @@ -113,9 +113,6 @@ export class ListInstancesCommand extends $Command< ListInstancesCommandOutput, ServiceDiscoveryClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -129,9 +126,7 @@ export class ListInstancesCommand extends $Command< * @public */ constructor(readonly input: ListInstancesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -182,7 +177,4 @@ export class ListInstancesCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListInstancesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-servicediscovery/src/commands/ListNamespacesCommand.ts b/clients/client-servicediscovery/src/commands/ListNamespacesCommand.ts index 65cbd4c25e7d..86a7897e72c1 100644 --- a/clients/client-servicediscovery/src/commands/ListNamespacesCommand.ts +++ b/clients/client-servicediscovery/src/commands/ListNamespacesCommand.ts @@ -166,9 +166,6 @@ export class ListNamespacesCommand extends $Command< ListNamespacesCommandOutput, ServiceDiscoveryClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -182,9 +179,7 @@ export class ListNamespacesCommand extends $Command< * @public */ constructor(readonly input: ListNamespacesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -237,7 +232,4 @@ export class ListNamespacesCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListNamespacesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-servicediscovery/src/commands/ListOperationsCommand.ts b/clients/client-servicediscovery/src/commands/ListOperationsCommand.ts index 16eb94b50450..a01e7dc6b880 100644 --- a/clients/client-servicediscovery/src/commands/ListOperationsCommand.ts +++ b/clients/client-servicediscovery/src/commands/ListOperationsCommand.ts @@ -129,9 +129,6 @@ export class ListOperationsCommand extends $Command< ListOperationsCommandOutput, ServiceDiscoveryClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -145,9 +142,7 @@ export class ListOperationsCommand extends $Command< * @public */ constructor(readonly input: ListOperationsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -200,7 +195,4 @@ export class ListOperationsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListOperationsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-servicediscovery/src/commands/ListServicesCommand.ts b/clients/client-servicediscovery/src/commands/ListServicesCommand.ts index e56db40d9520..143b1cc1d14c 100644 --- a/clients/client-servicediscovery/src/commands/ListServicesCommand.ts +++ b/clients/client-servicediscovery/src/commands/ListServicesCommand.ts @@ -145,9 +145,6 @@ export class ListServicesCommand extends $Command< ListServicesCommandOutput, ServiceDiscoveryClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -161,9 +158,7 @@ export class ListServicesCommand extends $Command< * @public */ constructor(readonly input: ListServicesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -214,7 +209,4 @@ export class ListServicesCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListServicesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-servicediscovery/src/commands/ListTagsForResourceCommand.ts b/clients/client-servicediscovery/src/commands/ListTagsForResourceCommand.ts index 035972afcd59..1f334effe07b 100644 --- a/clients/client-servicediscovery/src/commands/ListTagsForResourceCommand.ts +++ b/clients/client-servicediscovery/src/commands/ListTagsForResourceCommand.ts @@ -108,9 +108,6 @@ export class ListTagsForResourceCommand extends $Command< ListTagsForResourceCommandOutput, ServiceDiscoveryClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -124,9 +121,7 @@ export class ListTagsForResourceCommand extends $Command< * @public */ constructor(readonly input: ListTagsForResourceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -179,7 +174,4 @@ export class ListTagsForResourceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListTagsForResourceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-servicediscovery/src/commands/RegisterInstanceCommand.ts b/clients/client-servicediscovery/src/commands/RegisterInstanceCommand.ts index e3a0bafa0eb6..54f119d4d29c 100644 --- a/clients/client-servicediscovery/src/commands/RegisterInstanceCommand.ts +++ b/clients/client-servicediscovery/src/commands/RegisterInstanceCommand.ts @@ -159,9 +159,6 @@ export class RegisterInstanceCommand extends $Command< RegisterInstanceCommandOutput, ServiceDiscoveryClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -175,9 +172,7 @@ export class RegisterInstanceCommand extends $Command< * @public */ constructor(readonly input: RegisterInstanceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -230,7 +225,4 @@ export class RegisterInstanceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_RegisterInstanceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-servicediscovery/src/commands/TagResourceCommand.ts b/clients/client-servicediscovery/src/commands/TagResourceCommand.ts index 84a9a92666fc..8c33e780b1d6 100644 --- a/clients/client-servicediscovery/src/commands/TagResourceCommand.ts +++ b/clients/client-servicediscovery/src/commands/TagResourceCommand.ts @@ -107,9 +107,6 @@ export class TagResourceCommand extends $Command< TagResourceCommandOutput, ServiceDiscoveryClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -123,9 +120,7 @@ export class TagResourceCommand extends $Command< * @public */ constructor(readonly input: TagResourceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -176,7 +171,4 @@ export class TagResourceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_TagResourceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-servicediscovery/src/commands/UntagResourceCommand.ts b/clients/client-servicediscovery/src/commands/UntagResourceCommand.ts index 621f01dc7bc7..f469d28aebf1 100644 --- a/clients/client-servicediscovery/src/commands/UntagResourceCommand.ts +++ b/clients/client-servicediscovery/src/commands/UntagResourceCommand.ts @@ -94,9 +94,6 @@ export class UntagResourceCommand extends $Command< UntagResourceCommandOutput, ServiceDiscoveryClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -110,9 +107,7 @@ export class UntagResourceCommand extends $Command< * @public */ constructor(readonly input: UntagResourceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -163,7 +158,4 @@ export class UntagResourceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UntagResourceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-servicediscovery/src/commands/UpdateHttpNamespaceCommand.ts b/clients/client-servicediscovery/src/commands/UpdateHttpNamespaceCommand.ts index cc1fdc84fc7d..09f613d4b5e8 100644 --- a/clients/client-servicediscovery/src/commands/UpdateHttpNamespaceCommand.ts +++ b/clients/client-servicediscovery/src/commands/UpdateHttpNamespaceCommand.ts @@ -90,9 +90,6 @@ export class UpdateHttpNamespaceCommand extends $Command< UpdateHttpNamespaceCommandOutput, ServiceDiscoveryClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -106,9 +103,7 @@ export class UpdateHttpNamespaceCommand extends $Command< * @public */ constructor(readonly input: UpdateHttpNamespaceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -161,7 +156,4 @@ export class UpdateHttpNamespaceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdateHttpNamespaceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-servicediscovery/src/commands/UpdateInstanceCustomHealthStatusCommand.ts b/clients/client-servicediscovery/src/commands/UpdateInstanceCustomHealthStatusCommand.ts index 1831c4f40095..af6e07cfd6af 100644 --- a/clients/client-servicediscovery/src/commands/UpdateInstanceCustomHealthStatusCommand.ts +++ b/clients/client-servicediscovery/src/commands/UpdateInstanceCustomHealthStatusCommand.ts @@ -108,9 +108,6 @@ export class UpdateInstanceCustomHealthStatusCommand extends $Command< UpdateInstanceCustomHealthStatusCommandOutput, ServiceDiscoveryClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -124,9 +121,7 @@ export class UpdateInstanceCustomHealthStatusCommand extends $Command< * @public */ constructor(readonly input: UpdateInstanceCustomHealthStatusCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -185,7 +180,4 @@ export class UpdateInstanceCustomHealthStatusCommand extends $Command< ): Promise { return de_UpdateInstanceCustomHealthStatusCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-servicediscovery/src/commands/UpdatePrivateDnsNamespaceCommand.ts b/clients/client-servicediscovery/src/commands/UpdatePrivateDnsNamespaceCommand.ts index 40258d960e0f..b290c20774d4 100644 --- a/clients/client-servicediscovery/src/commands/UpdatePrivateDnsNamespaceCommand.ts +++ b/clients/client-servicediscovery/src/commands/UpdatePrivateDnsNamespaceCommand.ts @@ -97,9 +97,6 @@ export class UpdatePrivateDnsNamespaceCommand extends $Command< UpdatePrivateDnsNamespaceCommandOutput, ServiceDiscoveryClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -113,9 +110,7 @@ export class UpdatePrivateDnsNamespaceCommand extends $Command< * @public */ constructor(readonly input: UpdatePrivateDnsNamespaceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -171,7 +166,4 @@ export class UpdatePrivateDnsNamespaceCommand extends $Command< ): Promise { return de_UpdatePrivateDnsNamespaceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-servicediscovery/src/commands/UpdatePublicDnsNamespaceCommand.ts b/clients/client-servicediscovery/src/commands/UpdatePublicDnsNamespaceCommand.ts index 39a380370150..f12405c1e545 100644 --- a/clients/client-servicediscovery/src/commands/UpdatePublicDnsNamespaceCommand.ts +++ b/clients/client-servicediscovery/src/commands/UpdatePublicDnsNamespaceCommand.ts @@ -97,9 +97,6 @@ export class UpdatePublicDnsNamespaceCommand extends $Command< UpdatePublicDnsNamespaceCommandOutput, ServiceDiscoveryClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -113,9 +110,7 @@ export class UpdatePublicDnsNamespaceCommand extends $Command< * @public */ constructor(readonly input: UpdatePublicDnsNamespaceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -168,7 +163,4 @@ export class UpdatePublicDnsNamespaceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdatePublicDnsNamespaceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-servicediscovery/src/commands/UpdateServiceCommand.ts b/clients/client-servicediscovery/src/commands/UpdateServiceCommand.ts index 026f960f893c..18ef26e195c6 100644 --- a/clients/client-servicediscovery/src/commands/UpdateServiceCommand.ts +++ b/clients/client-servicediscovery/src/commands/UpdateServiceCommand.ts @@ -154,9 +154,6 @@ export class UpdateServiceCommand extends $Command< UpdateServiceCommandOutput, ServiceDiscoveryClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -170,9 +167,7 @@ export class UpdateServiceCommand extends $Command< * @public */ constructor(readonly input: UpdateServiceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -223,7 +218,4 @@ export class UpdateServiceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdateServiceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ses/package.json b/clients/client-ses/package.json index 5e34a867eabb..d199f3e6ff85 100644 --- a/clients/client-ses/package.json +++ b/clients/client-ses/package.json @@ -34,30 +34,30 @@ "@aws-sdk/util-endpoints": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@smithy/config-resolver": "^2.0.16", - "@smithy/fetch-http-handler": "^2.2.4", - "@smithy/hash-node": "^2.0.12", - "@smithy/invalid-dependency": "^2.0.12", - "@smithy/middleware-content-length": "^2.0.14", - "@smithy/middleware-endpoint": "^2.1.3", - "@smithy/middleware-retry": "^2.0.18", - "@smithy/middleware-serde": "^2.0.12", - "@smithy/middleware-stack": "^2.0.6", - "@smithy/node-config-provider": "^2.1.3", - "@smithy/node-http-handler": "^2.1.8", - "@smithy/protocol-http": "^3.0.8", - "@smithy/smithy-client": "^2.1.12", - "@smithy/types": "^2.4.0", - "@smithy/url-parser": "^2.0.12", - "@smithy/util-base64": "^2.0.0", + "@smithy/config-resolver": "^2.0.18", + "@smithy/fetch-http-handler": "^2.2.6", + "@smithy/hash-node": "^2.0.15", + "@smithy/invalid-dependency": "^2.0.13", + "@smithy/middleware-content-length": "^2.0.15", + "@smithy/middleware-endpoint": "^2.2.0", + "@smithy/middleware-retry": "^2.0.20", + "@smithy/middleware-serde": "^2.0.13", + "@smithy/middleware-stack": "^2.0.7", + "@smithy/node-config-provider": "^2.1.5", + "@smithy/node-http-handler": "^2.1.9", + "@smithy/protocol-http": "^3.0.9", + "@smithy/smithy-client": "^2.1.15", + "@smithy/types": "^2.5.0", + "@smithy/url-parser": "^2.0.13", + "@smithy/util-base64": "^2.0.1", "@smithy/util-body-length-browser": "^2.0.0", "@smithy/util-body-length-node": "^2.1.0", - "@smithy/util-defaults-mode-browser": "^2.0.16", - "@smithy/util-defaults-mode-node": "^2.0.21", - "@smithy/util-endpoints": "^1.0.2", - "@smithy/util-retry": "^2.0.5", - "@smithy/util-utf8": "^2.0.0", - "@smithy/util-waiter": "^2.0.12", + "@smithy/util-defaults-mode-browser": "^2.0.19", + "@smithy/util-defaults-mode-node": "^2.0.25", + "@smithy/util-endpoints": "^1.0.4", + "@smithy/util-retry": "^2.0.6", + "@smithy/util-utf8": "^2.0.2", + "@smithy/util-waiter": "^2.0.13", "fast-xml-parser": "4.2.5", "tslib": "^2.5.0" }, diff --git a/clients/client-ses/src/commands/CloneReceiptRuleSetCommand.ts b/clients/client-ses/src/commands/CloneReceiptRuleSetCommand.ts index ee9fa9eaf350..e03484351518 100644 --- a/clients/client-ses/src/commands/CloneReceiptRuleSetCommand.ts +++ b/clients/client-ses/src/commands/CloneReceiptRuleSetCommand.ts @@ -96,9 +96,6 @@ export class CloneReceiptRuleSetCommand extends $Command< CloneReceiptRuleSetCommandOutput, SESClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -112,9 +109,7 @@ export class CloneReceiptRuleSetCommand extends $Command< * @public */ constructor(readonly input: CloneReceiptRuleSetCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -167,7 +162,4 @@ export class CloneReceiptRuleSetCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CloneReceiptRuleSetCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ses/src/commands/CreateConfigurationSetCommand.ts b/clients/client-ses/src/commands/CreateConfigurationSetCommand.ts index 8c819fb5f38c..0247b37a0e93 100644 --- a/clients/client-ses/src/commands/CreateConfigurationSetCommand.ts +++ b/clients/client-ses/src/commands/CreateConfigurationSetCommand.ts @@ -87,9 +87,6 @@ export class CreateConfigurationSetCommand extends $Command< CreateConfigurationSetCommandOutput, SESClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -103,9 +100,7 @@ export class CreateConfigurationSetCommand extends $Command< * @public */ constructor(readonly input: CreateConfigurationSetCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -158,7 +153,4 @@ export class CreateConfigurationSetCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateConfigurationSetCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ses/src/commands/CreateConfigurationSetEventDestinationCommand.ts b/clients/client-ses/src/commands/CreateConfigurationSetEventDestinationCommand.ts index b0400776f739..84d278207e88 100644 --- a/clients/client-ses/src/commands/CreateConfigurationSetEventDestinationCommand.ts +++ b/clients/client-ses/src/commands/CreateConfigurationSetEventDestinationCommand.ts @@ -133,9 +133,6 @@ export class CreateConfigurationSetEventDestinationCommand extends $Command< CreateConfigurationSetEventDestinationCommandOutput, SESClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -149,9 +146,7 @@ export class CreateConfigurationSetEventDestinationCommand extends $Command< * @public */ constructor(readonly input: CreateConfigurationSetEventDestinationCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -210,7 +205,4 @@ export class CreateConfigurationSetEventDestinationCommand extends $Command< ): Promise { return de_CreateConfigurationSetEventDestinationCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ses/src/commands/CreateConfigurationSetTrackingOptionsCommand.ts b/clients/client-ses/src/commands/CreateConfigurationSetTrackingOptionsCommand.ts index 96d99a12e5af..a2cbecea1864 100644 --- a/clients/client-ses/src/commands/CreateConfigurationSetTrackingOptionsCommand.ts +++ b/clients/client-ses/src/commands/CreateConfigurationSetTrackingOptionsCommand.ts @@ -104,9 +104,6 @@ export class CreateConfigurationSetTrackingOptionsCommand extends $Command< CreateConfigurationSetTrackingOptionsCommandOutput, SESClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -120,9 +117,7 @@ export class CreateConfigurationSetTrackingOptionsCommand extends $Command< * @public */ constructor(readonly input: CreateConfigurationSetTrackingOptionsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -181,7 +176,4 @@ export class CreateConfigurationSetTrackingOptionsCommand extends $Command< ): Promise { return de_CreateConfigurationSetTrackingOptionsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ses/src/commands/CreateCustomVerificationEmailTemplateCommand.ts b/clients/client-ses/src/commands/CreateCustomVerificationEmailTemplateCommand.ts index dfe7c248a495..737ee15e325f 100644 --- a/clients/client-ses/src/commands/CreateCustomVerificationEmailTemplateCommand.ts +++ b/clients/client-ses/src/commands/CreateCustomVerificationEmailTemplateCommand.ts @@ -97,9 +97,6 @@ export class CreateCustomVerificationEmailTemplateCommand extends $Command< CreateCustomVerificationEmailTemplateCommandOutput, SESClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -113,9 +110,7 @@ export class CreateCustomVerificationEmailTemplateCommand extends $Command< * @public */ constructor(readonly input: CreateCustomVerificationEmailTemplateCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -174,7 +169,4 @@ export class CreateCustomVerificationEmailTemplateCommand extends $Command< ): Promise { return de_CreateCustomVerificationEmailTemplateCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ses/src/commands/CreateReceiptFilterCommand.ts b/clients/client-ses/src/commands/CreateReceiptFilterCommand.ts index de028d5001cc..928054811ce8 100644 --- a/clients/client-ses/src/commands/CreateReceiptFilterCommand.ts +++ b/clients/client-ses/src/commands/CreateReceiptFilterCommand.ts @@ -102,9 +102,6 @@ export class CreateReceiptFilterCommand extends $Command< CreateReceiptFilterCommandOutput, SESClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -118,9 +115,7 @@ export class CreateReceiptFilterCommand extends $Command< * @public */ constructor(readonly input: CreateReceiptFilterCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -173,7 +168,4 @@ export class CreateReceiptFilterCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateReceiptFilterCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ses/src/commands/CreateReceiptRuleCommand.ts b/clients/client-ses/src/commands/CreateReceiptRuleCommand.ts index 6dcfb6f1c7c8..ddc381fad8b0 100644 --- a/clients/client-ses/src/commands/CreateReceiptRuleCommand.ts +++ b/clients/client-ses/src/commands/CreateReceiptRuleCommand.ts @@ -177,9 +177,6 @@ export class CreateReceiptRuleCommand extends $Command< CreateReceiptRuleCommandOutput, SESClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -193,9 +190,7 @@ export class CreateReceiptRuleCommand extends $Command< * @public */ constructor(readonly input: CreateReceiptRuleCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -248,7 +243,4 @@ export class CreateReceiptRuleCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateReceiptRuleCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ses/src/commands/CreateReceiptRuleSetCommand.ts b/clients/client-ses/src/commands/CreateReceiptRuleSetCommand.ts index 13e3d2c93bd8..9e9c71a028e6 100644 --- a/clients/client-ses/src/commands/CreateReceiptRuleSetCommand.ts +++ b/clients/client-ses/src/commands/CreateReceiptRuleSetCommand.ts @@ -89,9 +89,6 @@ export class CreateReceiptRuleSetCommand extends $Command< CreateReceiptRuleSetCommandOutput, SESClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -105,9 +102,7 @@ export class CreateReceiptRuleSetCommand extends $Command< * @public */ constructor(readonly input: CreateReceiptRuleSetCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -160,7 +155,4 @@ export class CreateReceiptRuleSetCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateReceiptRuleSetCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ses/src/commands/CreateTemplateCommand.ts b/clients/client-ses/src/commands/CreateTemplateCommand.ts index b37c3fbe9513..2e2be9c593c6 100644 --- a/clients/client-ses/src/commands/CreateTemplateCommand.ts +++ b/clients/client-ses/src/commands/CreateTemplateCommand.ts @@ -88,9 +88,6 @@ export class CreateTemplateCommand extends $Command< CreateTemplateCommandOutput, SESClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -104,9 +101,7 @@ export class CreateTemplateCommand extends $Command< * @public */ constructor(readonly input: CreateTemplateCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -159,7 +154,4 @@ export class CreateTemplateCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateTemplateCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ses/src/commands/DeleteConfigurationSetCommand.ts b/clients/client-ses/src/commands/DeleteConfigurationSetCommand.ts index 2b0dc353d9d4..92b3e0c8ecbf 100644 --- a/clients/client-ses/src/commands/DeleteConfigurationSetCommand.ts +++ b/clients/client-ses/src/commands/DeleteConfigurationSetCommand.ts @@ -74,9 +74,6 @@ export class DeleteConfigurationSetCommand extends $Command< DeleteConfigurationSetCommandOutput, SESClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -90,9 +87,7 @@ export class DeleteConfigurationSetCommand extends $Command< * @public */ constructor(readonly input: DeleteConfigurationSetCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -145,7 +140,4 @@ export class DeleteConfigurationSetCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteConfigurationSetCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ses/src/commands/DeleteConfigurationSetEventDestinationCommand.ts b/clients/client-ses/src/commands/DeleteConfigurationSetEventDestinationCommand.ts index 5400c3234439..782ddfa46a90 100644 --- a/clients/client-ses/src/commands/DeleteConfigurationSetEventDestinationCommand.ts +++ b/clients/client-ses/src/commands/DeleteConfigurationSetEventDestinationCommand.ts @@ -88,9 +88,6 @@ export class DeleteConfigurationSetEventDestinationCommand extends $Command< DeleteConfigurationSetEventDestinationCommandOutput, SESClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -104,9 +101,7 @@ export class DeleteConfigurationSetEventDestinationCommand extends $Command< * @public */ constructor(readonly input: DeleteConfigurationSetEventDestinationCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -165,7 +160,4 @@ export class DeleteConfigurationSetEventDestinationCommand extends $Command< ): Promise { return de_DeleteConfigurationSetEventDestinationCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ses/src/commands/DeleteConfigurationSetTrackingOptionsCommand.ts b/clients/client-ses/src/commands/DeleteConfigurationSetTrackingOptionsCommand.ts index c87117f81dc7..6a5d7f45194c 100644 --- a/clients/client-ses/src/commands/DeleteConfigurationSetTrackingOptionsCommand.ts +++ b/clients/client-ses/src/commands/DeleteConfigurationSetTrackingOptionsCommand.ts @@ -92,9 +92,6 @@ export class DeleteConfigurationSetTrackingOptionsCommand extends $Command< DeleteConfigurationSetTrackingOptionsCommandOutput, SESClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -108,9 +105,7 @@ export class DeleteConfigurationSetTrackingOptionsCommand extends $Command< * @public */ constructor(readonly input: DeleteConfigurationSetTrackingOptionsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -169,7 +164,4 @@ export class DeleteConfigurationSetTrackingOptionsCommand extends $Command< ): Promise { return de_DeleteConfigurationSetTrackingOptionsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ses/src/commands/DeleteCustomVerificationEmailTemplateCommand.ts b/clients/client-ses/src/commands/DeleteCustomVerificationEmailTemplateCommand.ts index c721f45ca39b..f6f7581bdd38 100644 --- a/clients/client-ses/src/commands/DeleteCustomVerificationEmailTemplateCommand.ts +++ b/clients/client-ses/src/commands/DeleteCustomVerificationEmailTemplateCommand.ts @@ -76,9 +76,6 @@ export class DeleteCustomVerificationEmailTemplateCommand extends $Command< DeleteCustomVerificationEmailTemplateCommandOutput, SESClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -92,9 +89,7 @@ export class DeleteCustomVerificationEmailTemplateCommand extends $Command< * @public */ constructor(readonly input: DeleteCustomVerificationEmailTemplateCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -153,7 +148,4 @@ export class DeleteCustomVerificationEmailTemplateCommand extends $Command< ): Promise { return de_DeleteCustomVerificationEmailTemplateCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ses/src/commands/DeleteIdentityCommand.ts b/clients/client-ses/src/commands/DeleteIdentityCommand.ts index 5486afe97def..a9c1f48ccb0f 100644 --- a/clients/client-ses/src/commands/DeleteIdentityCommand.ts +++ b/clients/client-ses/src/commands/DeleteIdentityCommand.ts @@ -81,9 +81,6 @@ export class DeleteIdentityCommand extends $Command< DeleteIdentityCommandOutput, SESClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -97,9 +94,7 @@ export class DeleteIdentityCommand extends $Command< * @public */ constructor(readonly input: DeleteIdentityCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -152,7 +147,4 @@ export class DeleteIdentityCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteIdentityCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ses/src/commands/DeleteIdentityPolicyCommand.ts b/clients/client-ses/src/commands/DeleteIdentityPolicyCommand.ts index 61beee80b286..29ffc4965f4f 100644 --- a/clients/client-ses/src/commands/DeleteIdentityPolicyCommand.ts +++ b/clients/client-ses/src/commands/DeleteIdentityPolicyCommand.ts @@ -92,9 +92,6 @@ export class DeleteIdentityPolicyCommand extends $Command< DeleteIdentityPolicyCommandOutput, SESClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -108,9 +105,7 @@ export class DeleteIdentityPolicyCommand extends $Command< * @public */ constructor(readonly input: DeleteIdentityPolicyCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -163,7 +158,4 @@ export class DeleteIdentityPolicyCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteIdentityPolicyCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ses/src/commands/DeleteReceiptFilterCommand.ts b/clients/client-ses/src/commands/DeleteReceiptFilterCommand.ts index 28b3e907638f..c7db37257af5 100644 --- a/clients/client-ses/src/commands/DeleteReceiptFilterCommand.ts +++ b/clients/client-ses/src/commands/DeleteReceiptFilterCommand.ts @@ -82,9 +82,6 @@ export class DeleteReceiptFilterCommand extends $Command< DeleteReceiptFilterCommandOutput, SESClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -98,9 +95,7 @@ export class DeleteReceiptFilterCommand extends $Command< * @public */ constructor(readonly input: DeleteReceiptFilterCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -153,7 +148,4 @@ export class DeleteReceiptFilterCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteReceiptFilterCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ses/src/commands/DeleteReceiptRuleCommand.ts b/clients/client-ses/src/commands/DeleteReceiptRuleCommand.ts index 3c59f4ff18a3..3108507b38bd 100644 --- a/clients/client-ses/src/commands/DeleteReceiptRuleCommand.ts +++ b/clients/client-ses/src/commands/DeleteReceiptRuleCommand.ts @@ -87,9 +87,6 @@ export class DeleteReceiptRuleCommand extends $Command< DeleteReceiptRuleCommandOutput, SESClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -103,9 +100,7 @@ export class DeleteReceiptRuleCommand extends $Command< * @public */ constructor(readonly input: DeleteReceiptRuleCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -158,7 +153,4 @@ export class DeleteReceiptRuleCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteReceiptRuleCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ses/src/commands/DeleteReceiptRuleSetCommand.ts b/clients/client-ses/src/commands/DeleteReceiptRuleSetCommand.ts index c05b8cd9ee6e..a9564984b66a 100644 --- a/clients/client-ses/src/commands/DeleteReceiptRuleSetCommand.ts +++ b/clients/client-ses/src/commands/DeleteReceiptRuleSetCommand.ts @@ -89,9 +89,6 @@ export class DeleteReceiptRuleSetCommand extends $Command< DeleteReceiptRuleSetCommandOutput, SESClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -105,9 +102,7 @@ export class DeleteReceiptRuleSetCommand extends $Command< * @public */ constructor(readonly input: DeleteReceiptRuleSetCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -160,7 +155,4 @@ export class DeleteReceiptRuleSetCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteReceiptRuleSetCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ses/src/commands/DeleteTemplateCommand.ts b/clients/client-ses/src/commands/DeleteTemplateCommand.ts index 844659c96a22..ef8b3cc98d2d 100644 --- a/clients/client-ses/src/commands/DeleteTemplateCommand.ts +++ b/clients/client-ses/src/commands/DeleteTemplateCommand.ts @@ -69,9 +69,6 @@ export class DeleteTemplateCommand extends $Command< DeleteTemplateCommandOutput, SESClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -85,9 +82,7 @@ export class DeleteTemplateCommand extends $Command< * @public */ constructor(readonly input: DeleteTemplateCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -140,7 +135,4 @@ export class DeleteTemplateCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteTemplateCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ses/src/commands/DeleteVerifiedEmailAddressCommand.ts b/clients/client-ses/src/commands/DeleteVerifiedEmailAddressCommand.ts index c08a85406b1d..d8e22714f2a2 100644 --- a/clients/client-ses/src/commands/DeleteVerifiedEmailAddressCommand.ts +++ b/clients/client-ses/src/commands/DeleteVerifiedEmailAddressCommand.ts @@ -80,9 +80,6 @@ export class DeleteVerifiedEmailAddressCommand extends $Command< DeleteVerifiedEmailAddressCommandOutput, SESClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -96,9 +93,7 @@ export class DeleteVerifiedEmailAddressCommand extends $Command< * @public */ constructor(readonly input: DeleteVerifiedEmailAddressCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -154,7 +149,4 @@ export class DeleteVerifiedEmailAddressCommand extends $Command< ): Promise { return de_DeleteVerifiedEmailAddressCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ses/src/commands/DescribeActiveReceiptRuleSetCommand.ts b/clients/client-ses/src/commands/DescribeActiveReceiptRuleSetCommand.ts index 58e89d9c6b93..0e422d76e8c6 100644 --- a/clients/client-ses/src/commands/DescribeActiveReceiptRuleSetCommand.ts +++ b/clients/client-ses/src/commands/DescribeActiveReceiptRuleSetCommand.ts @@ -158,9 +158,6 @@ export class DescribeActiveReceiptRuleSetCommand extends $Command< DescribeActiveReceiptRuleSetCommandOutput, SESClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -174,9 +171,7 @@ export class DescribeActiveReceiptRuleSetCommand extends $Command< * @public */ constructor(readonly input: DescribeActiveReceiptRuleSetCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -232,7 +227,4 @@ export class DescribeActiveReceiptRuleSetCommand extends $Command< ): Promise { return de_DescribeActiveReceiptRuleSetCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ses/src/commands/DescribeConfigurationSetCommand.ts b/clients/client-ses/src/commands/DescribeConfigurationSetCommand.ts index 82c3fffe3648..6e3c64c217a1 100644 --- a/clients/client-ses/src/commands/DescribeConfigurationSetCommand.ts +++ b/clients/client-ses/src/commands/DescribeConfigurationSetCommand.ts @@ -117,9 +117,6 @@ export class DescribeConfigurationSetCommand extends $Command< DescribeConfigurationSetCommandOutput, SESClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -133,9 +130,7 @@ export class DescribeConfigurationSetCommand extends $Command< * @public */ constructor(readonly input: DescribeConfigurationSetCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -188,7 +183,4 @@ export class DescribeConfigurationSetCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DescribeConfigurationSetCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ses/src/commands/DescribeReceiptRuleCommand.ts b/clients/client-ses/src/commands/DescribeReceiptRuleCommand.ts index 0555d83df7b2..7df6c69fcb99 100644 --- a/clients/client-ses/src/commands/DescribeReceiptRuleCommand.ts +++ b/clients/client-ses/src/commands/DescribeReceiptRuleCommand.ts @@ -156,9 +156,6 @@ export class DescribeReceiptRuleCommand extends $Command< DescribeReceiptRuleCommandOutput, SESClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -172,9 +169,7 @@ export class DescribeReceiptRuleCommand extends $Command< * @public */ constructor(readonly input: DescribeReceiptRuleCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -227,7 +222,4 @@ export class DescribeReceiptRuleCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DescribeReceiptRuleCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ses/src/commands/DescribeReceiptRuleSetCommand.ts b/clients/client-ses/src/commands/DescribeReceiptRuleSetCommand.ts index acbad4eb956d..ba24a8c8ff49 100644 --- a/clients/client-ses/src/commands/DescribeReceiptRuleSetCommand.ts +++ b/clients/client-ses/src/commands/DescribeReceiptRuleSetCommand.ts @@ -163,9 +163,6 @@ export class DescribeReceiptRuleSetCommand extends $Command< DescribeReceiptRuleSetCommandOutput, SESClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -179,9 +176,7 @@ export class DescribeReceiptRuleSetCommand extends $Command< * @public */ constructor(readonly input: DescribeReceiptRuleSetCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -234,7 +229,4 @@ export class DescribeReceiptRuleSetCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DescribeReceiptRuleSetCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ses/src/commands/GetAccountSendingEnabledCommand.ts b/clients/client-ses/src/commands/GetAccountSendingEnabledCommand.ts index c2c4bbef65d4..f1591e8ae13e 100644 --- a/clients/client-ses/src/commands/GetAccountSendingEnabledCommand.ts +++ b/clients/client-ses/src/commands/GetAccountSendingEnabledCommand.ts @@ -83,9 +83,6 @@ export class GetAccountSendingEnabledCommand extends $Command< GetAccountSendingEnabledCommandOutput, SESClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -99,9 +96,7 @@ export class GetAccountSendingEnabledCommand extends $Command< * @public */ constructor(readonly input: GetAccountSendingEnabledCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -154,7 +149,4 @@ export class GetAccountSendingEnabledCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetAccountSendingEnabledCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ses/src/commands/GetCustomVerificationEmailTemplateCommand.ts b/clients/client-ses/src/commands/GetCustomVerificationEmailTemplateCommand.ts index b5473e4dab44..785df1d32420 100644 --- a/clients/client-ses/src/commands/GetCustomVerificationEmailTemplateCommand.ts +++ b/clients/client-ses/src/commands/GetCustomVerificationEmailTemplateCommand.ts @@ -92,9 +92,6 @@ export class GetCustomVerificationEmailTemplateCommand extends $Command< GetCustomVerificationEmailTemplateCommandOutput, SESClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -108,9 +105,7 @@ export class GetCustomVerificationEmailTemplateCommand extends $Command< * @public */ constructor(readonly input: GetCustomVerificationEmailTemplateCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -169,7 +164,4 @@ export class GetCustomVerificationEmailTemplateCommand extends $Command< ): Promise { return de_GetCustomVerificationEmailTemplateCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ses/src/commands/GetIdentityDkimAttributesCommand.ts b/clients/client-ses/src/commands/GetIdentityDkimAttributesCommand.ts index 7bd977303e72..2bf2f48f37e3 100644 --- a/clients/client-ses/src/commands/GetIdentityDkimAttributesCommand.ts +++ b/clients/client-ses/src/commands/GetIdentityDkimAttributesCommand.ts @@ -136,9 +136,6 @@ export class GetIdentityDkimAttributesCommand extends $Command< GetIdentityDkimAttributesCommandOutput, SESClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -152,9 +149,7 @@ export class GetIdentityDkimAttributesCommand extends $Command< * @public */ constructor(readonly input: GetIdentityDkimAttributesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -210,7 +205,4 @@ export class GetIdentityDkimAttributesCommand extends $Command< ): Promise { return de_GetIdentityDkimAttributesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ses/src/commands/GetIdentityMailFromDomainAttributesCommand.ts b/clients/client-ses/src/commands/GetIdentityMailFromDomainAttributesCommand.ts index 4bedef561a0e..365e02abaa12 100644 --- a/clients/client-ses/src/commands/GetIdentityMailFromDomainAttributesCommand.ts +++ b/clients/client-ses/src/commands/GetIdentityMailFromDomainAttributesCommand.ts @@ -113,9 +113,6 @@ export class GetIdentityMailFromDomainAttributesCommand extends $Command< GetIdentityMailFromDomainAttributesCommandOutput, SESClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -129,9 +126,7 @@ export class GetIdentityMailFromDomainAttributesCommand extends $Command< * @public */ constructor(readonly input: GetIdentityMailFromDomainAttributesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -190,7 +185,4 @@ export class GetIdentityMailFromDomainAttributesCommand extends $Command< ): Promise { return de_GetIdentityMailFromDomainAttributesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ses/src/commands/GetIdentityNotificationAttributesCommand.ts b/clients/client-ses/src/commands/GetIdentityNotificationAttributesCommand.ts index 765e59bf1979..37b4ea2f04f0 100644 --- a/clients/client-ses/src/commands/GetIdentityNotificationAttributesCommand.ts +++ b/clients/client-ses/src/commands/GetIdentityNotificationAttributesCommand.ts @@ -123,9 +123,6 @@ export class GetIdentityNotificationAttributesCommand extends $Command< GetIdentityNotificationAttributesCommandOutput, SESClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -139,9 +136,7 @@ export class GetIdentityNotificationAttributesCommand extends $Command< * @public */ constructor(readonly input: GetIdentityNotificationAttributesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -200,7 +195,4 @@ export class GetIdentityNotificationAttributesCommand extends $Command< ): Promise { return de_GetIdentityNotificationAttributesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ses/src/commands/GetIdentityPoliciesCommand.ts b/clients/client-ses/src/commands/GetIdentityPoliciesCommand.ts index 8852df133ff2..76fedcfc9c02 100644 --- a/clients/client-ses/src/commands/GetIdentityPoliciesCommand.ts +++ b/clients/client-ses/src/commands/GetIdentityPoliciesCommand.ts @@ -107,9 +107,6 @@ export class GetIdentityPoliciesCommand extends $Command< GetIdentityPoliciesCommandOutput, SESClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -123,9 +120,7 @@ export class GetIdentityPoliciesCommand extends $Command< * @public */ constructor(readonly input: GetIdentityPoliciesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -178,7 +173,4 @@ export class GetIdentityPoliciesCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetIdentityPoliciesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ses/src/commands/GetIdentityVerificationAttributesCommand.ts b/clients/client-ses/src/commands/GetIdentityVerificationAttributesCommand.ts index a91e9a581ff7..664e8a726ff4 100644 --- a/clients/client-ses/src/commands/GetIdentityVerificationAttributesCommand.ts +++ b/clients/client-ses/src/commands/GetIdentityVerificationAttributesCommand.ts @@ -123,9 +123,6 @@ export class GetIdentityVerificationAttributesCommand extends $Command< GetIdentityVerificationAttributesCommandOutput, SESClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -139,9 +136,7 @@ export class GetIdentityVerificationAttributesCommand extends $Command< * @public */ constructor(readonly input: GetIdentityVerificationAttributesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -200,7 +195,4 @@ export class GetIdentityVerificationAttributesCommand extends $Command< ): Promise { return de_GetIdentityVerificationAttributesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ses/src/commands/GetSendQuotaCommand.ts b/clients/client-ses/src/commands/GetSendQuotaCommand.ts index 113cdbb89b79..ad8e1642e0bd 100644 --- a/clients/client-ses/src/commands/GetSendQuotaCommand.ts +++ b/clients/client-ses/src/commands/GetSendQuotaCommand.ts @@ -87,9 +87,6 @@ export class GetSendQuotaCommand extends $Command< GetSendQuotaCommandOutput, SESClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -103,9 +100,7 @@ export class GetSendQuotaCommand extends $Command< * @public */ constructor(readonly input: GetSendQuotaCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -156,7 +151,4 @@ export class GetSendQuotaCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetSendQuotaCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ses/src/commands/GetSendStatisticsCommand.ts b/clients/client-ses/src/commands/GetSendStatisticsCommand.ts index 4cf9fa41a5d1..15d9b49d5392 100644 --- a/clients/client-ses/src/commands/GetSendStatisticsCommand.ts +++ b/clients/client-ses/src/commands/GetSendStatisticsCommand.ts @@ -115,9 +115,6 @@ export class GetSendStatisticsCommand extends $Command< GetSendStatisticsCommandOutput, SESClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -131,9 +128,7 @@ export class GetSendStatisticsCommand extends $Command< * @public */ constructor(readonly input: GetSendStatisticsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -186,7 +181,4 @@ export class GetSendStatisticsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetSendStatisticsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ses/src/commands/GetTemplateCommand.ts b/clients/client-ses/src/commands/GetTemplateCommand.ts index 19a9992c5d5e..8247e0cec2bd 100644 --- a/clients/client-ses/src/commands/GetTemplateCommand.ts +++ b/clients/client-ses/src/commands/GetTemplateCommand.ts @@ -81,9 +81,6 @@ export class GetTemplateCommand extends $Command< GetTemplateCommandOutput, SESClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -97,9 +94,7 @@ export class GetTemplateCommand extends $Command< * @public */ constructor(readonly input: GetTemplateCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -150,7 +145,4 @@ export class GetTemplateCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetTemplateCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ses/src/commands/ListConfigurationSetsCommand.ts b/clients/client-ses/src/commands/ListConfigurationSetsCommand.ts index 82175851760d..2e59658a99c1 100644 --- a/clients/client-ses/src/commands/ListConfigurationSetsCommand.ts +++ b/clients/client-ses/src/commands/ListConfigurationSetsCommand.ts @@ -86,9 +86,6 @@ export class ListConfigurationSetsCommand extends $Command< ListConfigurationSetsCommandOutput, SESClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -102,9 +99,7 @@ export class ListConfigurationSetsCommand extends $Command< * @public */ constructor(readonly input: ListConfigurationSetsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -157,7 +152,4 @@ export class ListConfigurationSetsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListConfigurationSetsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ses/src/commands/ListCustomVerificationEmailTemplatesCommand.ts b/clients/client-ses/src/commands/ListCustomVerificationEmailTemplatesCommand.ts index ff9b1a9ff9cf..10e86ae4823d 100644 --- a/clients/client-ses/src/commands/ListCustomVerificationEmailTemplatesCommand.ts +++ b/clients/client-ses/src/commands/ListCustomVerificationEmailTemplatesCommand.ts @@ -93,9 +93,6 @@ export class ListCustomVerificationEmailTemplatesCommand extends $Command< ListCustomVerificationEmailTemplatesCommandOutput, SESClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -109,9 +106,7 @@ export class ListCustomVerificationEmailTemplatesCommand extends $Command< * @public */ constructor(readonly input: ListCustomVerificationEmailTemplatesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -170,7 +165,4 @@ export class ListCustomVerificationEmailTemplatesCommand extends $Command< ): Promise { return de_ListCustomVerificationEmailTemplatesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ses/src/commands/ListIdentitiesCommand.ts b/clients/client-ses/src/commands/ListIdentitiesCommand.ts index 453a82960c08..264fb1a09f34 100644 --- a/clients/client-ses/src/commands/ListIdentitiesCommand.ts +++ b/clients/client-ses/src/commands/ListIdentitiesCommand.ts @@ -108,9 +108,6 @@ export class ListIdentitiesCommand extends $Command< ListIdentitiesCommandOutput, SESClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -124,9 +121,7 @@ export class ListIdentitiesCommand extends $Command< * @public */ constructor(readonly input: ListIdentitiesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -179,7 +174,4 @@ export class ListIdentitiesCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListIdentitiesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ses/src/commands/ListIdentityPoliciesCommand.ts b/clients/client-ses/src/commands/ListIdentityPoliciesCommand.ts index e9a9007021bb..af4c01a06da0 100644 --- a/clients/client-ses/src/commands/ListIdentityPoliciesCommand.ts +++ b/clients/client-ses/src/commands/ListIdentityPoliciesCommand.ts @@ -101,9 +101,6 @@ export class ListIdentityPoliciesCommand extends $Command< ListIdentityPoliciesCommandOutput, SESClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -117,9 +114,7 @@ export class ListIdentityPoliciesCommand extends $Command< * @public */ constructor(readonly input: ListIdentityPoliciesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -172,7 +167,4 @@ export class ListIdentityPoliciesCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListIdentityPoliciesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ses/src/commands/ListReceiptFiltersCommand.ts b/clients/client-ses/src/commands/ListReceiptFiltersCommand.ts index 548849121ede..a481ded1ef5a 100644 --- a/clients/client-ses/src/commands/ListReceiptFiltersCommand.ts +++ b/clients/client-ses/src/commands/ListReceiptFiltersCommand.ts @@ -102,9 +102,6 @@ export class ListReceiptFiltersCommand extends $Command< ListReceiptFiltersCommandOutput, SESClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -118,9 +115,7 @@ export class ListReceiptFiltersCommand extends $Command< * @public */ constructor(readonly input: ListReceiptFiltersCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -173,7 +168,4 @@ export class ListReceiptFiltersCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListReceiptFiltersCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ses/src/commands/ListReceiptRuleSetsCommand.ts b/clients/client-ses/src/commands/ListReceiptRuleSetsCommand.ts index 4d5dba9da838..bbd06dec7997 100644 --- a/clients/client-ses/src/commands/ListReceiptRuleSetsCommand.ts +++ b/clients/client-ses/src/commands/ListReceiptRuleSetsCommand.ts @@ -104,9 +104,6 @@ export class ListReceiptRuleSetsCommand extends $Command< ListReceiptRuleSetsCommandOutput, SESClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -120,9 +117,7 @@ export class ListReceiptRuleSetsCommand extends $Command< * @public */ constructor(readonly input: ListReceiptRuleSetsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -175,7 +170,4 @@ export class ListReceiptRuleSetsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListReceiptRuleSetsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ses/src/commands/ListTemplatesCommand.ts b/clients/client-ses/src/commands/ListTemplatesCommand.ts index 8ec3c60b1f35..bf0988048f38 100644 --- a/clients/client-ses/src/commands/ListTemplatesCommand.ts +++ b/clients/client-ses/src/commands/ListTemplatesCommand.ts @@ -79,9 +79,6 @@ export class ListTemplatesCommand extends $Command< ListTemplatesCommandOutput, SESClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -95,9 +92,7 @@ export class ListTemplatesCommand extends $Command< * @public */ constructor(readonly input: ListTemplatesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -148,7 +143,4 @@ export class ListTemplatesCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListTemplatesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ses/src/commands/ListVerifiedEmailAddressesCommand.ts b/clients/client-ses/src/commands/ListVerifiedEmailAddressesCommand.ts index aae91a4c24a6..4df7b9ac0a15 100644 --- a/clients/client-ses/src/commands/ListVerifiedEmailAddressesCommand.ts +++ b/clients/client-ses/src/commands/ListVerifiedEmailAddressesCommand.ts @@ -88,9 +88,6 @@ export class ListVerifiedEmailAddressesCommand extends $Command< ListVerifiedEmailAddressesCommandOutput, SESClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -104,9 +101,7 @@ export class ListVerifiedEmailAddressesCommand extends $Command< * @public */ constructor(readonly input: ListVerifiedEmailAddressesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -162,7 +157,4 @@ export class ListVerifiedEmailAddressesCommand extends $Command< ): Promise { return de_ListVerifiedEmailAddressesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ses/src/commands/PutConfigurationSetDeliveryOptionsCommand.ts b/clients/client-ses/src/commands/PutConfigurationSetDeliveryOptionsCommand.ts index 1a758d0e6b84..880ed03a0d6c 100644 --- a/clients/client-ses/src/commands/PutConfigurationSetDeliveryOptionsCommand.ts +++ b/clients/client-ses/src/commands/PutConfigurationSetDeliveryOptionsCommand.ts @@ -85,9 +85,6 @@ export class PutConfigurationSetDeliveryOptionsCommand extends $Command< PutConfigurationSetDeliveryOptionsCommandOutput, SESClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -101,9 +98,7 @@ export class PutConfigurationSetDeliveryOptionsCommand extends $Command< * @public */ constructor(readonly input: PutConfigurationSetDeliveryOptionsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -162,7 +157,4 @@ export class PutConfigurationSetDeliveryOptionsCommand extends $Command< ): Promise { return de_PutConfigurationSetDeliveryOptionsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ses/src/commands/PutIdentityPolicyCommand.ts b/clients/client-ses/src/commands/PutIdentityPolicyCommand.ts index 9f85639cf138..3a7fdd0bee3a 100644 --- a/clients/client-ses/src/commands/PutIdentityPolicyCommand.ts +++ b/clients/client-ses/src/commands/PutIdentityPolicyCommand.ts @@ -97,9 +97,6 @@ export class PutIdentityPolicyCommand extends $Command< PutIdentityPolicyCommandOutput, SESClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -113,9 +110,7 @@ export class PutIdentityPolicyCommand extends $Command< * @public */ constructor(readonly input: PutIdentityPolicyCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -168,7 +163,4 @@ export class PutIdentityPolicyCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_PutIdentityPolicyCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ses/src/commands/ReorderReceiptRuleSetCommand.ts b/clients/client-ses/src/commands/ReorderReceiptRuleSetCommand.ts index 8e375f4c7ebf..8f5e65851b3a 100644 --- a/clients/client-ses/src/commands/ReorderReceiptRuleSetCommand.ts +++ b/clients/client-ses/src/commands/ReorderReceiptRuleSetCommand.ts @@ -99,9 +99,6 @@ export class ReorderReceiptRuleSetCommand extends $Command< ReorderReceiptRuleSetCommandOutput, SESClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -115,9 +112,7 @@ export class ReorderReceiptRuleSetCommand extends $Command< * @public */ constructor(readonly input: ReorderReceiptRuleSetCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -170,7 +165,4 @@ export class ReorderReceiptRuleSetCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ReorderReceiptRuleSetCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ses/src/commands/SendBounceCommand.ts b/clients/client-ses/src/commands/SendBounceCommand.ts index 738b51186bb0..32480f5a80fb 100644 --- a/clients/client-ses/src/commands/SendBounceCommand.ts +++ b/clients/client-ses/src/commands/SendBounceCommand.ts @@ -117,9 +117,6 @@ export class SendBounceCommand extends $Command< SendBounceCommandOutput, SESClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -133,9 +130,7 @@ export class SendBounceCommand extends $Command< * @public */ constructor(readonly input: SendBounceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -186,7 +181,4 @@ export class SendBounceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_SendBounceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ses/src/commands/SendBulkTemplatedEmailCommand.ts b/clients/client-ses/src/commands/SendBulkTemplatedEmailCommand.ts index ae1b22e5b13d..ff51e4ca8afc 100644 --- a/clients/client-ses/src/commands/SendBulkTemplatedEmailCommand.ts +++ b/clients/client-ses/src/commands/SendBulkTemplatedEmailCommand.ts @@ -181,9 +181,6 @@ export class SendBulkTemplatedEmailCommand extends $Command< SendBulkTemplatedEmailCommandOutput, SESClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -197,9 +194,7 @@ export class SendBulkTemplatedEmailCommand extends $Command< * @public */ constructor(readonly input: SendBulkTemplatedEmailCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -252,7 +247,4 @@ export class SendBulkTemplatedEmailCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_SendBulkTemplatedEmailCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ses/src/commands/SendCustomVerificationEmailCommand.ts b/clients/client-ses/src/commands/SendCustomVerificationEmailCommand.ts index 99b2efd36c98..bc160e84eac6 100644 --- a/clients/client-ses/src/commands/SendCustomVerificationEmailCommand.ts +++ b/clients/client-ses/src/commands/SendCustomVerificationEmailCommand.ts @@ -100,9 +100,6 @@ export class SendCustomVerificationEmailCommand extends $Command< SendCustomVerificationEmailCommandOutput, SESClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -116,9 +113,7 @@ export class SendCustomVerificationEmailCommand extends $Command< * @public */ constructor(readonly input: SendCustomVerificationEmailCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -174,7 +169,4 @@ export class SendCustomVerificationEmailCommand extends $Command< ): Promise { return de_SendCustomVerificationEmailCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ses/src/commands/SendEmailCommand.ts b/clients/client-ses/src/commands/SendEmailCommand.ts index ae5dd29ab5b9..d9b5a379a266 100644 --- a/clients/client-ses/src/commands/SendEmailCommand.ts +++ b/clients/client-ses/src/commands/SendEmailCommand.ts @@ -215,9 +215,6 @@ export interface SendEmailCommandOutput extends SendEmailResponse, __MetadataBea * */ export class SendEmailCommand extends $Command { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -231,9 +228,7 @@ export class SendEmailCommand extends $Command { return de_SendEmailCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ses/src/commands/SendRawEmailCommand.ts b/clients/client-ses/src/commands/SendRawEmailCommand.ts index 2f40e3df12d4..4008ee12eddc 100644 --- a/clients/client-ses/src/commands/SendRawEmailCommand.ts +++ b/clients/client-ses/src/commands/SendRawEmailCommand.ts @@ -230,9 +230,6 @@ export class SendRawEmailCommand extends $Command< SendRawEmailCommandOutput, SESClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -246,9 +243,7 @@ export class SendRawEmailCommand extends $Command< * @public */ constructor(readonly input: SendRawEmailCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -299,7 +294,4 @@ export class SendRawEmailCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_SendRawEmailCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ses/src/commands/SendTemplatedEmailCommand.ts b/clients/client-ses/src/commands/SendTemplatedEmailCommand.ts index 006381e31652..77045b76e432 100644 --- a/clients/client-ses/src/commands/SendTemplatedEmailCommand.ts +++ b/clients/client-ses/src/commands/SendTemplatedEmailCommand.ts @@ -170,9 +170,6 @@ export class SendTemplatedEmailCommand extends $Command< SendTemplatedEmailCommandOutput, SESClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -186,9 +183,7 @@ export class SendTemplatedEmailCommand extends $Command< * @public */ constructor(readonly input: SendTemplatedEmailCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -241,7 +236,4 @@ export class SendTemplatedEmailCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_SendTemplatedEmailCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ses/src/commands/SetActiveReceiptRuleSetCommand.ts b/clients/client-ses/src/commands/SetActiveReceiptRuleSetCommand.ts index c77843a1eed3..f362e760804a 100644 --- a/clients/client-ses/src/commands/SetActiveReceiptRuleSetCommand.ts +++ b/clients/client-ses/src/commands/SetActiveReceiptRuleSetCommand.ts @@ -89,9 +89,6 @@ export class SetActiveReceiptRuleSetCommand extends $Command< SetActiveReceiptRuleSetCommandOutput, SESClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -105,9 +102,7 @@ export class SetActiveReceiptRuleSetCommand extends $Command< * @public */ constructor(readonly input: SetActiveReceiptRuleSetCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -160,7 +155,4 @@ export class SetActiveReceiptRuleSetCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_SetActiveReceiptRuleSetCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ses/src/commands/SetIdentityDkimEnabledCommand.ts b/clients/client-ses/src/commands/SetIdentityDkimEnabledCommand.ts index 0630664c0ca6..3668f02f7821 100644 --- a/clients/client-ses/src/commands/SetIdentityDkimEnabledCommand.ts +++ b/clients/client-ses/src/commands/SetIdentityDkimEnabledCommand.ts @@ -94,9 +94,6 @@ export class SetIdentityDkimEnabledCommand extends $Command< SetIdentityDkimEnabledCommandOutput, SESClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -110,9 +107,7 @@ export class SetIdentityDkimEnabledCommand extends $Command< * @public */ constructor(readonly input: SetIdentityDkimEnabledCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -165,7 +160,4 @@ export class SetIdentityDkimEnabledCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_SetIdentityDkimEnabledCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ses/src/commands/SetIdentityFeedbackForwardingEnabledCommand.ts b/clients/client-ses/src/commands/SetIdentityFeedbackForwardingEnabledCommand.ts index 40f3fa45dd6f..e024377d3a58 100644 --- a/clients/client-ses/src/commands/SetIdentityFeedbackForwardingEnabledCommand.ts +++ b/clients/client-ses/src/commands/SetIdentityFeedbackForwardingEnabledCommand.ts @@ -99,9 +99,6 @@ export class SetIdentityFeedbackForwardingEnabledCommand extends $Command< SetIdentityFeedbackForwardingEnabledCommandOutput, SESClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -115,9 +112,7 @@ export class SetIdentityFeedbackForwardingEnabledCommand extends $Command< * @public */ constructor(readonly input: SetIdentityFeedbackForwardingEnabledCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -176,7 +171,4 @@ export class SetIdentityFeedbackForwardingEnabledCommand extends $Command< ): Promise { return de_SetIdentityFeedbackForwardingEnabledCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ses/src/commands/SetIdentityHeadersInNotificationsEnabledCommand.ts b/clients/client-ses/src/commands/SetIdentityHeadersInNotificationsEnabledCommand.ts index 3503177b9f9a..277c09ba4d13 100644 --- a/clients/client-ses/src/commands/SetIdentityHeadersInNotificationsEnabledCommand.ts +++ b/clients/client-ses/src/commands/SetIdentityHeadersInNotificationsEnabledCommand.ts @@ -97,9 +97,6 @@ export class SetIdentityHeadersInNotificationsEnabledCommand extends $Command< SetIdentityHeadersInNotificationsEnabledCommandOutput, SESClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -113,9 +110,7 @@ export class SetIdentityHeadersInNotificationsEnabledCommand extends $Command< * @public */ constructor(readonly input: SetIdentityHeadersInNotificationsEnabledCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -180,7 +175,4 @@ export class SetIdentityHeadersInNotificationsEnabledCommand extends $Command< ): Promise { return de_SetIdentityHeadersInNotificationsEnabledCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ses/src/commands/SetIdentityMailFromDomainCommand.ts b/clients/client-ses/src/commands/SetIdentityMailFromDomainCommand.ts index e5fba4546e0c..ebdb792e81bb 100644 --- a/clients/client-ses/src/commands/SetIdentityMailFromDomainCommand.ts +++ b/clients/client-ses/src/commands/SetIdentityMailFromDomainCommand.ts @@ -91,9 +91,6 @@ export class SetIdentityMailFromDomainCommand extends $Command< SetIdentityMailFromDomainCommandOutput, SESClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -107,9 +104,7 @@ export class SetIdentityMailFromDomainCommand extends $Command< * @public */ constructor(readonly input: SetIdentityMailFromDomainCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -165,7 +160,4 @@ export class SetIdentityMailFromDomainCommand extends $Command< ): Promise { return de_SetIdentityMailFromDomainCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ses/src/commands/SetIdentityNotificationTopicCommand.ts b/clients/client-ses/src/commands/SetIdentityNotificationTopicCommand.ts index 27619712beb4..dcf3b8612d87 100644 --- a/clients/client-ses/src/commands/SetIdentityNotificationTopicCommand.ts +++ b/clients/client-ses/src/commands/SetIdentityNotificationTopicCommand.ts @@ -93,9 +93,6 @@ export class SetIdentityNotificationTopicCommand extends $Command< SetIdentityNotificationTopicCommandOutput, SESClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -109,9 +106,7 @@ export class SetIdentityNotificationTopicCommand extends $Command< * @public */ constructor(readonly input: SetIdentityNotificationTopicCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -167,7 +162,4 @@ export class SetIdentityNotificationTopicCommand extends $Command< ): Promise { return de_SetIdentityNotificationTopicCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ses/src/commands/SetReceiptRulePositionCommand.ts b/clients/client-ses/src/commands/SetReceiptRulePositionCommand.ts index 1e1755af6d01..8fc5f34ec4d3 100644 --- a/clients/client-ses/src/commands/SetReceiptRulePositionCommand.ts +++ b/clients/client-ses/src/commands/SetReceiptRulePositionCommand.ts @@ -92,9 +92,6 @@ export class SetReceiptRulePositionCommand extends $Command< SetReceiptRulePositionCommandOutput, SESClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -108,9 +105,7 @@ export class SetReceiptRulePositionCommand extends $Command< * @public */ constructor(readonly input: SetReceiptRulePositionCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -163,7 +158,4 @@ export class SetReceiptRulePositionCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_SetReceiptRulePositionCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ses/src/commands/TestRenderTemplateCommand.ts b/clients/client-ses/src/commands/TestRenderTemplateCommand.ts index ae0b5490da37..4b96148b6220 100644 --- a/clients/client-ses/src/commands/TestRenderTemplateCommand.ts +++ b/clients/client-ses/src/commands/TestRenderTemplateCommand.ts @@ -86,9 +86,6 @@ export class TestRenderTemplateCommand extends $Command< TestRenderTemplateCommandOutput, SESClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -102,9 +99,7 @@ export class TestRenderTemplateCommand extends $Command< * @public */ constructor(readonly input: TestRenderTemplateCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -157,7 +152,4 @@ export class TestRenderTemplateCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_TestRenderTemplateCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ses/src/commands/UpdateAccountSendingEnabledCommand.ts b/clients/client-ses/src/commands/UpdateAccountSendingEnabledCommand.ts index 45ee9c469db5..39bc80b5da81 100644 --- a/clients/client-ses/src/commands/UpdateAccountSendingEnabledCommand.ts +++ b/clients/client-ses/src/commands/UpdateAccountSendingEnabledCommand.ts @@ -84,9 +84,6 @@ export class UpdateAccountSendingEnabledCommand extends $Command< UpdateAccountSendingEnabledCommandOutput, SESClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -100,9 +97,7 @@ export class UpdateAccountSendingEnabledCommand extends $Command< * @public */ constructor(readonly input: UpdateAccountSendingEnabledCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -158,7 +153,4 @@ export class UpdateAccountSendingEnabledCommand extends $Command< ): Promise { return de_UpdateAccountSendingEnabledCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ses/src/commands/UpdateConfigurationSetEventDestinationCommand.ts b/clients/client-ses/src/commands/UpdateConfigurationSetEventDestinationCommand.ts index e0e8bd8117c7..9ba93be0685f 100644 --- a/clients/client-ses/src/commands/UpdateConfigurationSetEventDestinationCommand.ts +++ b/clients/client-ses/src/commands/UpdateConfigurationSetEventDestinationCommand.ts @@ -129,9 +129,6 @@ export class UpdateConfigurationSetEventDestinationCommand extends $Command< UpdateConfigurationSetEventDestinationCommandOutput, SESClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -145,9 +142,7 @@ export class UpdateConfigurationSetEventDestinationCommand extends $Command< * @public */ constructor(readonly input: UpdateConfigurationSetEventDestinationCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -206,7 +201,4 @@ export class UpdateConfigurationSetEventDestinationCommand extends $Command< ): Promise { return de_UpdateConfigurationSetEventDestinationCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ses/src/commands/UpdateConfigurationSetReputationMetricsEnabledCommand.ts b/clients/client-ses/src/commands/UpdateConfigurationSetReputationMetricsEnabledCommand.ts index 2161df5dd2e2..7e472a29213c 100644 --- a/clients/client-ses/src/commands/UpdateConfigurationSetReputationMetricsEnabledCommand.ts +++ b/clients/client-ses/src/commands/UpdateConfigurationSetReputationMetricsEnabledCommand.ts @@ -92,9 +92,6 @@ export class UpdateConfigurationSetReputationMetricsEnabledCommand extends $Comm UpdateConfigurationSetReputationMetricsEnabledCommandOutput, SESClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -108,9 +105,7 @@ export class UpdateConfigurationSetReputationMetricsEnabledCommand extends $Comm * @public */ constructor(readonly input: UpdateConfigurationSetReputationMetricsEnabledCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -175,7 +170,4 @@ export class UpdateConfigurationSetReputationMetricsEnabledCommand extends $Comm ): Promise { return de_UpdateConfigurationSetReputationMetricsEnabledCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ses/src/commands/UpdateConfigurationSetSendingEnabledCommand.ts b/clients/client-ses/src/commands/UpdateConfigurationSetSendingEnabledCommand.ts index 002d94143b5c..f940c2d00396 100644 --- a/clients/client-ses/src/commands/UpdateConfigurationSetSendingEnabledCommand.ts +++ b/clients/client-ses/src/commands/UpdateConfigurationSetSendingEnabledCommand.ts @@ -92,9 +92,6 @@ export class UpdateConfigurationSetSendingEnabledCommand extends $Command< UpdateConfigurationSetSendingEnabledCommandOutput, SESClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -108,9 +105,7 @@ export class UpdateConfigurationSetSendingEnabledCommand extends $Command< * @public */ constructor(readonly input: UpdateConfigurationSetSendingEnabledCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -169,7 +164,4 @@ export class UpdateConfigurationSetSendingEnabledCommand extends $Command< ): Promise { return de_UpdateConfigurationSetSendingEnabledCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ses/src/commands/UpdateConfigurationSetTrackingOptionsCommand.ts b/clients/client-ses/src/commands/UpdateConfigurationSetTrackingOptionsCommand.ts index e3f8e1d04acf..032cf74a2155 100644 --- a/clients/client-ses/src/commands/UpdateConfigurationSetTrackingOptionsCommand.ts +++ b/clients/client-ses/src/commands/UpdateConfigurationSetTrackingOptionsCommand.ts @@ -103,9 +103,6 @@ export class UpdateConfigurationSetTrackingOptionsCommand extends $Command< UpdateConfigurationSetTrackingOptionsCommandOutput, SESClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -119,9 +116,7 @@ export class UpdateConfigurationSetTrackingOptionsCommand extends $Command< * @public */ constructor(readonly input: UpdateConfigurationSetTrackingOptionsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -180,7 +175,4 @@ export class UpdateConfigurationSetTrackingOptionsCommand extends $Command< ): Promise { return de_UpdateConfigurationSetTrackingOptionsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ses/src/commands/UpdateCustomVerificationEmailTemplateCommand.ts b/clients/client-ses/src/commands/UpdateCustomVerificationEmailTemplateCommand.ts index 9817f1367b96..cf8d3c200a4d 100644 --- a/clients/client-ses/src/commands/UpdateCustomVerificationEmailTemplateCommand.ts +++ b/clients/client-ses/src/commands/UpdateCustomVerificationEmailTemplateCommand.ts @@ -92,9 +92,6 @@ export class UpdateCustomVerificationEmailTemplateCommand extends $Command< UpdateCustomVerificationEmailTemplateCommandOutput, SESClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -108,9 +105,7 @@ export class UpdateCustomVerificationEmailTemplateCommand extends $Command< * @public */ constructor(readonly input: UpdateCustomVerificationEmailTemplateCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -169,7 +164,4 @@ export class UpdateCustomVerificationEmailTemplateCommand extends $Command< ): Promise { return de_UpdateCustomVerificationEmailTemplateCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ses/src/commands/UpdateReceiptRuleCommand.ts b/clients/client-ses/src/commands/UpdateReceiptRuleCommand.ts index 230c28ce3fe4..df792ac9ffa0 100644 --- a/clients/client-ses/src/commands/UpdateReceiptRuleCommand.ts +++ b/clients/client-ses/src/commands/UpdateReceiptRuleCommand.ts @@ -172,9 +172,6 @@ export class UpdateReceiptRuleCommand extends $Command< UpdateReceiptRuleCommandOutput, SESClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -188,9 +185,7 @@ export class UpdateReceiptRuleCommand extends $Command< * @public */ constructor(readonly input: UpdateReceiptRuleCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -243,7 +238,4 @@ export class UpdateReceiptRuleCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdateReceiptRuleCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ses/src/commands/UpdateTemplateCommand.ts b/clients/client-ses/src/commands/UpdateTemplateCommand.ts index c9de611df29d..b25836a84618 100644 --- a/clients/client-ses/src/commands/UpdateTemplateCommand.ts +++ b/clients/client-ses/src/commands/UpdateTemplateCommand.ts @@ -84,9 +84,6 @@ export class UpdateTemplateCommand extends $Command< UpdateTemplateCommandOutput, SESClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -100,9 +97,7 @@ export class UpdateTemplateCommand extends $Command< * @public */ constructor(readonly input: UpdateTemplateCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -155,7 +150,4 @@ export class UpdateTemplateCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdateTemplateCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ses/src/commands/VerifyDomainDkimCommand.ts b/clients/client-ses/src/commands/VerifyDomainDkimCommand.ts index 84e61a6c5997..624c639da721 100644 --- a/clients/client-ses/src/commands/VerifyDomainDkimCommand.ts +++ b/clients/client-ses/src/commands/VerifyDomainDkimCommand.ts @@ -130,9 +130,6 @@ export class VerifyDomainDkimCommand extends $Command< VerifyDomainDkimCommandOutput, SESClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -146,9 +143,7 @@ export class VerifyDomainDkimCommand extends $Command< * @public */ constructor(readonly input: VerifyDomainDkimCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -201,7 +196,4 @@ export class VerifyDomainDkimCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_VerifyDomainDkimCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ses/src/commands/VerifyDomainIdentityCommand.ts b/clients/client-ses/src/commands/VerifyDomainIdentityCommand.ts index f7671f152bfb..ebaae6fdfc11 100644 --- a/clients/client-ses/src/commands/VerifyDomainIdentityCommand.ts +++ b/clients/client-ses/src/commands/VerifyDomainIdentityCommand.ts @@ -91,9 +91,6 @@ export class VerifyDomainIdentityCommand extends $Command< VerifyDomainIdentityCommandOutput, SESClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -107,9 +104,7 @@ export class VerifyDomainIdentityCommand extends $Command< * @public */ constructor(readonly input: VerifyDomainIdentityCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -162,7 +157,4 @@ export class VerifyDomainIdentityCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_VerifyDomainIdentityCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ses/src/commands/VerifyEmailAddressCommand.ts b/clients/client-ses/src/commands/VerifyEmailAddressCommand.ts index e0774d37ca1f..0b67ac7f4505 100644 --- a/clients/client-ses/src/commands/VerifyEmailAddressCommand.ts +++ b/clients/client-ses/src/commands/VerifyEmailAddressCommand.ts @@ -80,9 +80,6 @@ export class VerifyEmailAddressCommand extends $Command< VerifyEmailAddressCommandOutput, SESClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -96,9 +93,7 @@ export class VerifyEmailAddressCommand extends $Command< * @public */ constructor(readonly input: VerifyEmailAddressCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -151,7 +146,4 @@ export class VerifyEmailAddressCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_VerifyEmailAddressCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ses/src/commands/VerifyEmailIdentityCommand.ts b/clients/client-ses/src/commands/VerifyEmailIdentityCommand.ts index f0e82a535d75..940a955d24c9 100644 --- a/clients/client-ses/src/commands/VerifyEmailIdentityCommand.ts +++ b/clients/client-ses/src/commands/VerifyEmailIdentityCommand.ts @@ -82,9 +82,6 @@ export class VerifyEmailIdentityCommand extends $Command< VerifyEmailIdentityCommandOutput, SESClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -98,9 +95,7 @@ export class VerifyEmailIdentityCommand extends $Command< * @public */ constructor(readonly input: VerifyEmailIdentityCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -153,7 +148,4 @@ export class VerifyEmailIdentityCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_VerifyEmailIdentityCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-sesv2/package.json b/clients/client-sesv2/package.json index e7a0a10cb11e..e0319e63283e 100644 --- a/clients/client-sesv2/package.json +++ b/clients/client-sesv2/package.json @@ -34,29 +34,29 @@ "@aws-sdk/util-endpoints": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@smithy/config-resolver": "^2.0.16", - "@smithy/fetch-http-handler": "^2.2.4", - "@smithy/hash-node": "^2.0.12", - "@smithy/invalid-dependency": "^2.0.12", - "@smithy/middleware-content-length": "^2.0.14", - "@smithy/middleware-endpoint": "^2.1.3", - "@smithy/middleware-retry": "^2.0.18", - "@smithy/middleware-serde": "^2.0.12", - "@smithy/middleware-stack": "^2.0.6", - "@smithy/node-config-provider": "^2.1.3", - "@smithy/node-http-handler": "^2.1.8", - "@smithy/protocol-http": "^3.0.8", - "@smithy/smithy-client": "^2.1.12", - "@smithy/types": "^2.4.0", - "@smithy/url-parser": "^2.0.12", - "@smithy/util-base64": "^2.0.0", + "@smithy/config-resolver": "^2.0.18", + "@smithy/fetch-http-handler": "^2.2.6", + "@smithy/hash-node": "^2.0.15", + "@smithy/invalid-dependency": "^2.0.13", + "@smithy/middleware-content-length": "^2.0.15", + "@smithy/middleware-endpoint": "^2.2.0", + "@smithy/middleware-retry": "^2.0.20", + "@smithy/middleware-serde": "^2.0.13", + "@smithy/middleware-stack": "^2.0.7", + "@smithy/node-config-provider": "^2.1.5", + "@smithy/node-http-handler": "^2.1.9", + "@smithy/protocol-http": "^3.0.9", + "@smithy/smithy-client": "^2.1.15", + "@smithy/types": "^2.5.0", + "@smithy/url-parser": "^2.0.13", + "@smithy/util-base64": "^2.0.1", "@smithy/util-body-length-browser": "^2.0.0", "@smithy/util-body-length-node": "^2.1.0", - "@smithy/util-defaults-mode-browser": "^2.0.16", - "@smithy/util-defaults-mode-node": "^2.0.21", - "@smithy/util-endpoints": "^1.0.2", - "@smithy/util-retry": "^2.0.5", - "@smithy/util-utf8": "^2.0.0", + "@smithy/util-defaults-mode-browser": "^2.0.19", + "@smithy/util-defaults-mode-node": "^2.0.25", + "@smithy/util-endpoints": "^1.0.4", + "@smithy/util-retry": "^2.0.6", + "@smithy/util-utf8": "^2.0.2", "tslib": "^2.5.0" }, "devDependencies": { diff --git a/clients/client-sesv2/src/commands/BatchGetMetricDataCommand.ts b/clients/client-sesv2/src/commands/BatchGetMetricDataCommand.ts index 607e0c23499b..2903ab675c29 100644 --- a/clients/client-sesv2/src/commands/BatchGetMetricDataCommand.ts +++ b/clients/client-sesv2/src/commands/BatchGetMetricDataCommand.ts @@ -112,9 +112,6 @@ export class BatchGetMetricDataCommand extends $Command< BatchGetMetricDataCommandOutput, SESv2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -128,9 +125,7 @@ export class BatchGetMetricDataCommand extends $Command< * @public */ constructor(readonly input: BatchGetMetricDataCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -183,7 +178,4 @@ export class BatchGetMetricDataCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_BatchGetMetricDataCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-sesv2/src/commands/CancelExportJobCommand.ts b/clients/client-sesv2/src/commands/CancelExportJobCommand.ts index 16ca0ca4d28b..4bb25fab0118 100644 --- a/clients/client-sesv2/src/commands/CancelExportJobCommand.ts +++ b/clients/client-sesv2/src/commands/CancelExportJobCommand.ts @@ -88,9 +88,6 @@ export class CancelExportJobCommand extends $Command< CancelExportJobCommandOutput, SESv2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -104,9 +101,7 @@ export class CancelExportJobCommand extends $Command< * @public */ constructor(readonly input: CancelExportJobCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -159,7 +154,4 @@ export class CancelExportJobCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CancelExportJobCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-sesv2/src/commands/CreateConfigurationSetCommand.ts b/clients/client-sesv2/src/commands/CreateConfigurationSetCommand.ts index 914e1326b502..d521cc7301fb 100644 --- a/clients/client-sesv2/src/commands/CreateConfigurationSetCommand.ts +++ b/clients/client-sesv2/src/commands/CreateConfigurationSetCommand.ts @@ -123,9 +123,6 @@ export class CreateConfigurationSetCommand extends $Command< CreateConfigurationSetCommandOutput, SESv2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -139,9 +136,7 @@ export class CreateConfigurationSetCommand extends $Command< * @public */ constructor(readonly input: CreateConfigurationSetCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -194,7 +189,4 @@ export class CreateConfigurationSetCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateConfigurationSetCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-sesv2/src/commands/CreateConfigurationSetEventDestinationCommand.ts b/clients/client-sesv2/src/commands/CreateConfigurationSetEventDestinationCommand.ts index f4911fdca427..d9eb47b8a4c3 100644 --- a/clients/client-sesv2/src/commands/CreateConfigurationSetEventDestinationCommand.ts +++ b/clients/client-sesv2/src/commands/CreateConfigurationSetEventDestinationCommand.ts @@ -124,9 +124,6 @@ export class CreateConfigurationSetEventDestinationCommand extends $Command< CreateConfigurationSetEventDestinationCommandOutput, SESv2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -140,9 +137,7 @@ export class CreateConfigurationSetEventDestinationCommand extends $Command< * @public */ constructor(readonly input: CreateConfigurationSetEventDestinationCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -201,7 +196,4 @@ export class CreateConfigurationSetEventDestinationCommand extends $Command< ): Promise { return de_CreateConfigurationSetEventDestinationCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-sesv2/src/commands/CreateContactCommand.ts b/clients/client-sesv2/src/commands/CreateContactCommand.ts index 00bb11f28efb..98fc32a5a7bb 100644 --- a/clients/client-sesv2/src/commands/CreateContactCommand.ts +++ b/clients/client-sesv2/src/commands/CreateContactCommand.ts @@ -90,9 +90,6 @@ export class CreateContactCommand extends $Command< CreateContactCommandOutput, SESv2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -106,9 +103,7 @@ export class CreateContactCommand extends $Command< * @public */ constructor(readonly input: CreateContactCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -159,7 +154,4 @@ export class CreateContactCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateContactCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-sesv2/src/commands/CreateContactListCommand.ts b/clients/client-sesv2/src/commands/CreateContactListCommand.ts index f5dbf431cf09..7e926dd9648c 100644 --- a/clients/client-sesv2/src/commands/CreateContactListCommand.ts +++ b/clients/client-sesv2/src/commands/CreateContactListCommand.ts @@ -95,9 +95,6 @@ export class CreateContactListCommand extends $Command< CreateContactListCommandOutput, SESv2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -111,9 +108,7 @@ export class CreateContactListCommand extends $Command< * @public */ constructor(readonly input: CreateContactListCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -166,7 +161,4 @@ export class CreateContactListCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateContactListCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-sesv2/src/commands/CreateCustomVerificationEmailTemplateCommand.ts b/clients/client-sesv2/src/commands/CreateCustomVerificationEmailTemplateCommand.ts index df89fefa492b..2282fd233474 100644 --- a/clients/client-sesv2/src/commands/CreateCustomVerificationEmailTemplateCommand.ts +++ b/clients/client-sesv2/src/commands/CreateCustomVerificationEmailTemplateCommand.ts @@ -101,9 +101,6 @@ export class CreateCustomVerificationEmailTemplateCommand extends $Command< CreateCustomVerificationEmailTemplateCommandOutput, SESv2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -117,9 +114,7 @@ export class CreateCustomVerificationEmailTemplateCommand extends $Command< * @public */ constructor(readonly input: CreateCustomVerificationEmailTemplateCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -178,7 +173,4 @@ export class CreateCustomVerificationEmailTemplateCommand extends $Command< ): Promise { return de_CreateCustomVerificationEmailTemplateCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-sesv2/src/commands/CreateDedicatedIpPoolCommand.ts b/clients/client-sesv2/src/commands/CreateDedicatedIpPoolCommand.ts index 551f8c4d5754..e46da14f18c7 100644 --- a/clients/client-sesv2/src/commands/CreateDedicatedIpPoolCommand.ts +++ b/clients/client-sesv2/src/commands/CreateDedicatedIpPoolCommand.ts @@ -93,9 +93,6 @@ export class CreateDedicatedIpPoolCommand extends $Command< CreateDedicatedIpPoolCommandOutput, SESv2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -109,9 +106,7 @@ export class CreateDedicatedIpPoolCommand extends $Command< * @public */ constructor(readonly input: CreateDedicatedIpPoolCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -164,7 +159,4 @@ export class CreateDedicatedIpPoolCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateDedicatedIpPoolCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-sesv2/src/commands/CreateDeliverabilityTestReportCommand.ts b/clients/client-sesv2/src/commands/CreateDeliverabilityTestReportCommand.ts index ba0ea6f8d070..5e245638319f 100644 --- a/clients/client-sesv2/src/commands/CreateDeliverabilityTestReportCommand.ts +++ b/clients/client-sesv2/src/commands/CreateDeliverabilityTestReportCommand.ts @@ -144,9 +144,6 @@ export class CreateDeliverabilityTestReportCommand extends $Command< CreateDeliverabilityTestReportCommandOutput, SESv2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -160,9 +157,7 @@ export class CreateDeliverabilityTestReportCommand extends $Command< * @public */ constructor(readonly input: CreateDeliverabilityTestReportCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -221,7 +216,4 @@ export class CreateDeliverabilityTestReportCommand extends $Command< ): Promise { return de_CreateDeliverabilityTestReportCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-sesv2/src/commands/CreateEmailIdentityCommand.ts b/clients/client-sesv2/src/commands/CreateEmailIdentityCommand.ts index bc3d865594a2..cb2dae8aa7f0 100644 --- a/clients/client-sesv2/src/commands/CreateEmailIdentityCommand.ts +++ b/clients/client-sesv2/src/commands/CreateEmailIdentityCommand.ts @@ -141,9 +141,6 @@ export class CreateEmailIdentityCommand extends $Command< CreateEmailIdentityCommandOutput, SESv2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -157,9 +154,7 @@ export class CreateEmailIdentityCommand extends $Command< * @public */ constructor(readonly input: CreateEmailIdentityCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -212,7 +207,4 @@ export class CreateEmailIdentityCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateEmailIdentityCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-sesv2/src/commands/CreateEmailIdentityPolicyCommand.ts b/clients/client-sesv2/src/commands/CreateEmailIdentityPolicyCommand.ts index ba3d25ef9a4e..e27a09c5d94b 100644 --- a/clients/client-sesv2/src/commands/CreateEmailIdentityPolicyCommand.ts +++ b/clients/client-sesv2/src/commands/CreateEmailIdentityPolicyCommand.ts @@ -95,9 +95,6 @@ export class CreateEmailIdentityPolicyCommand extends $Command< CreateEmailIdentityPolicyCommandOutput, SESv2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -111,9 +108,7 @@ export class CreateEmailIdentityPolicyCommand extends $Command< * @public */ constructor(readonly input: CreateEmailIdentityPolicyCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -169,7 +164,4 @@ export class CreateEmailIdentityPolicyCommand extends $Command< ): Promise { return de_CreateEmailIdentityPolicyCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-sesv2/src/commands/CreateEmailTemplateCommand.ts b/clients/client-sesv2/src/commands/CreateEmailTemplateCommand.ts index 84a4ea38178d..6a43bb77b688 100644 --- a/clients/client-sesv2/src/commands/CreateEmailTemplateCommand.ts +++ b/clients/client-sesv2/src/commands/CreateEmailTemplateCommand.ts @@ -88,9 +88,6 @@ export class CreateEmailTemplateCommand extends $Command< CreateEmailTemplateCommandOutput, SESv2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -104,9 +101,7 @@ export class CreateEmailTemplateCommand extends $Command< * @public */ constructor(readonly input: CreateEmailTemplateCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -159,7 +154,4 @@ export class CreateEmailTemplateCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateEmailTemplateCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-sesv2/src/commands/CreateExportJobCommand.ts b/clients/client-sesv2/src/commands/CreateExportJobCommand.ts index 8cca7064f352..75d07fb3b6c1 100644 --- a/clients/client-sesv2/src/commands/CreateExportJobCommand.ts +++ b/clients/client-sesv2/src/commands/CreateExportJobCommand.ts @@ -231,9 +231,6 @@ export class CreateExportJobCommand extends $Command< CreateExportJobCommandOutput, SESv2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -247,9 +244,7 @@ export class CreateExportJobCommand extends $Command< * @public */ constructor(readonly input: CreateExportJobCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -302,7 +297,4 @@ export class CreateExportJobCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateExportJobCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-sesv2/src/commands/CreateImportJobCommand.ts b/clients/client-sesv2/src/commands/CreateImportJobCommand.ts index e3ff6044bf7a..f304cb6120b5 100644 --- a/clients/client-sesv2/src/commands/CreateImportJobCommand.ts +++ b/clients/client-sesv2/src/commands/CreateImportJobCommand.ts @@ -91,9 +91,6 @@ export class CreateImportJobCommand extends $Command< CreateImportJobCommandOutput, SESv2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -107,9 +104,7 @@ export class CreateImportJobCommand extends $Command< * @public */ constructor(readonly input: CreateImportJobCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -162,7 +157,4 @@ export class CreateImportJobCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateImportJobCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-sesv2/src/commands/DeleteConfigurationSetCommand.ts b/clients/client-sesv2/src/commands/DeleteConfigurationSetCommand.ts index 90f9a31a78f7..f2c0f1ebeb73 100644 --- a/clients/client-sesv2/src/commands/DeleteConfigurationSetCommand.ts +++ b/clients/client-sesv2/src/commands/DeleteConfigurationSetCommand.ts @@ -85,9 +85,6 @@ export class DeleteConfigurationSetCommand extends $Command< DeleteConfigurationSetCommandOutput, SESv2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -101,9 +98,7 @@ export class DeleteConfigurationSetCommand extends $Command< * @public */ constructor(readonly input: DeleteConfigurationSetCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -156,7 +151,4 @@ export class DeleteConfigurationSetCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteConfigurationSetCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-sesv2/src/commands/DeleteConfigurationSetEventDestinationCommand.ts b/clients/client-sesv2/src/commands/DeleteConfigurationSetEventDestinationCommand.ts index a06b26807125..c6425959418a 100644 --- a/clients/client-sesv2/src/commands/DeleteConfigurationSetEventDestinationCommand.ts +++ b/clients/client-sesv2/src/commands/DeleteConfigurationSetEventDestinationCommand.ts @@ -93,9 +93,6 @@ export class DeleteConfigurationSetEventDestinationCommand extends $Command< DeleteConfigurationSetEventDestinationCommandOutput, SESv2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -109,9 +106,7 @@ export class DeleteConfigurationSetEventDestinationCommand extends $Command< * @public */ constructor(readonly input: DeleteConfigurationSetEventDestinationCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -170,7 +165,4 @@ export class DeleteConfigurationSetEventDestinationCommand extends $Command< ): Promise { return de_DeleteConfigurationSetEventDestinationCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-sesv2/src/commands/DeleteContactCommand.ts b/clients/client-sesv2/src/commands/DeleteContactCommand.ts index f42d814f2faf..dd111cfcd4a6 100644 --- a/clients/client-sesv2/src/commands/DeleteContactCommand.ts +++ b/clients/client-sesv2/src/commands/DeleteContactCommand.ts @@ -78,9 +78,6 @@ export class DeleteContactCommand extends $Command< DeleteContactCommandOutput, SESv2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -94,9 +91,7 @@ export class DeleteContactCommand extends $Command< * @public */ constructor(readonly input: DeleteContactCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -147,7 +142,4 @@ export class DeleteContactCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteContactCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-sesv2/src/commands/DeleteContactListCommand.ts b/clients/client-sesv2/src/commands/DeleteContactListCommand.ts index 06fbeb655fbe..2a1b12a13507 100644 --- a/clients/client-sesv2/src/commands/DeleteContactListCommand.ts +++ b/clients/client-sesv2/src/commands/DeleteContactListCommand.ts @@ -80,9 +80,6 @@ export class DeleteContactListCommand extends $Command< DeleteContactListCommandOutput, SESv2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -96,9 +93,7 @@ export class DeleteContactListCommand extends $Command< * @public */ constructor(readonly input: DeleteContactListCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -151,7 +146,4 @@ export class DeleteContactListCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteContactListCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-sesv2/src/commands/DeleteCustomVerificationEmailTemplateCommand.ts b/clients/client-sesv2/src/commands/DeleteCustomVerificationEmailTemplateCommand.ts index 5679e311b330..47edb9d58f2c 100644 --- a/clients/client-sesv2/src/commands/DeleteCustomVerificationEmailTemplateCommand.ts +++ b/clients/client-sesv2/src/commands/DeleteCustomVerificationEmailTemplateCommand.ts @@ -90,9 +90,6 @@ export class DeleteCustomVerificationEmailTemplateCommand extends $Command< DeleteCustomVerificationEmailTemplateCommandOutput, SESv2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -106,9 +103,7 @@ export class DeleteCustomVerificationEmailTemplateCommand extends $Command< * @public */ constructor(readonly input: DeleteCustomVerificationEmailTemplateCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -167,7 +162,4 @@ export class DeleteCustomVerificationEmailTemplateCommand extends $Command< ): Promise { return de_DeleteCustomVerificationEmailTemplateCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-sesv2/src/commands/DeleteDedicatedIpPoolCommand.ts b/clients/client-sesv2/src/commands/DeleteDedicatedIpPoolCommand.ts index 23569bdf4493..6bf9e4d4bf0a 100644 --- a/clients/client-sesv2/src/commands/DeleteDedicatedIpPoolCommand.ts +++ b/clients/client-sesv2/src/commands/DeleteDedicatedIpPoolCommand.ts @@ -80,9 +80,6 @@ export class DeleteDedicatedIpPoolCommand extends $Command< DeleteDedicatedIpPoolCommandOutput, SESv2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -96,9 +93,7 @@ export class DeleteDedicatedIpPoolCommand extends $Command< * @public */ constructor(readonly input: DeleteDedicatedIpPoolCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -151,7 +146,4 @@ export class DeleteDedicatedIpPoolCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteDedicatedIpPoolCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-sesv2/src/commands/DeleteEmailIdentityCommand.ts b/clients/client-sesv2/src/commands/DeleteEmailIdentityCommand.ts index 3253e117ce46..4ea692d0f1a5 100644 --- a/clients/client-sesv2/src/commands/DeleteEmailIdentityCommand.ts +++ b/clients/client-sesv2/src/commands/DeleteEmailIdentityCommand.ts @@ -81,9 +81,6 @@ export class DeleteEmailIdentityCommand extends $Command< DeleteEmailIdentityCommandOutput, SESv2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -97,9 +94,7 @@ export class DeleteEmailIdentityCommand extends $Command< * @public */ constructor(readonly input: DeleteEmailIdentityCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -152,7 +147,4 @@ export class DeleteEmailIdentityCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteEmailIdentityCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-sesv2/src/commands/DeleteEmailIdentityPolicyCommand.ts b/clients/client-sesv2/src/commands/DeleteEmailIdentityPolicyCommand.ts index e26f42270246..ac3616806788 100644 --- a/clients/client-sesv2/src/commands/DeleteEmailIdentityPolicyCommand.ts +++ b/clients/client-sesv2/src/commands/DeleteEmailIdentityPolicyCommand.ts @@ -89,9 +89,6 @@ export class DeleteEmailIdentityPolicyCommand extends $Command< DeleteEmailIdentityPolicyCommandOutput, SESv2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -105,9 +102,7 @@ export class DeleteEmailIdentityPolicyCommand extends $Command< * @public */ constructor(readonly input: DeleteEmailIdentityPolicyCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -163,7 +158,4 @@ export class DeleteEmailIdentityPolicyCommand extends $Command< ): Promise { return de_DeleteEmailIdentityPolicyCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-sesv2/src/commands/DeleteEmailTemplateCommand.ts b/clients/client-sesv2/src/commands/DeleteEmailTemplateCommand.ts index b7378f1a768c..c9e5a7d66d66 100644 --- a/clients/client-sesv2/src/commands/DeleteEmailTemplateCommand.ts +++ b/clients/client-sesv2/src/commands/DeleteEmailTemplateCommand.ts @@ -78,9 +78,6 @@ export class DeleteEmailTemplateCommand extends $Command< DeleteEmailTemplateCommandOutput, SESv2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -94,9 +91,7 @@ export class DeleteEmailTemplateCommand extends $Command< * @public */ constructor(readonly input: DeleteEmailTemplateCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -149,7 +144,4 @@ export class DeleteEmailTemplateCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteEmailTemplateCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-sesv2/src/commands/DeleteSuppressedDestinationCommand.ts b/clients/client-sesv2/src/commands/DeleteSuppressedDestinationCommand.ts index 131386d0d051..9f518e2d207c 100644 --- a/clients/client-sesv2/src/commands/DeleteSuppressedDestinationCommand.ts +++ b/clients/client-sesv2/src/commands/DeleteSuppressedDestinationCommand.ts @@ -82,9 +82,6 @@ export class DeleteSuppressedDestinationCommand extends $Command< DeleteSuppressedDestinationCommandOutput, SESv2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -98,9 +95,7 @@ export class DeleteSuppressedDestinationCommand extends $Command< * @public */ constructor(readonly input: DeleteSuppressedDestinationCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -156,7 +151,4 @@ export class DeleteSuppressedDestinationCommand extends $Command< ): Promise { return de_DeleteSuppressedDestinationCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-sesv2/src/commands/GetAccountCommand.ts b/clients/client-sesv2/src/commands/GetAccountCommand.ts index ae5ae9f2f4ff..6b54fdc866b6 100644 --- a/clients/client-sesv2/src/commands/GetAccountCommand.ts +++ b/clients/client-sesv2/src/commands/GetAccountCommand.ts @@ -110,9 +110,6 @@ export class GetAccountCommand extends $Command< GetAccountCommandOutput, SESv2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -126,9 +123,7 @@ export class GetAccountCommand extends $Command< * @public */ constructor(readonly input: GetAccountCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -179,7 +174,4 @@ export class GetAccountCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetAccountCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-sesv2/src/commands/GetBlacklistReportsCommand.ts b/clients/client-sesv2/src/commands/GetBlacklistReportsCommand.ts index 4b25aa246403..5eee880672ca 100644 --- a/clients/client-sesv2/src/commands/GetBlacklistReportsCommand.ts +++ b/clients/client-sesv2/src/commands/GetBlacklistReportsCommand.ts @@ -89,9 +89,6 @@ export class GetBlacklistReportsCommand extends $Command< GetBlacklistReportsCommandOutput, SESv2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -105,9 +102,7 @@ export class GetBlacklistReportsCommand extends $Command< * @public */ constructor(readonly input: GetBlacklistReportsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -160,7 +155,4 @@ export class GetBlacklistReportsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetBlacklistReportsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-sesv2/src/commands/GetConfigurationSetCommand.ts b/clients/client-sesv2/src/commands/GetConfigurationSetCommand.ts index bff611cf8a38..4adde56a8c04 100644 --- a/clients/client-sesv2/src/commands/GetConfigurationSetCommand.ts +++ b/clients/client-sesv2/src/commands/GetConfigurationSetCommand.ts @@ -119,9 +119,6 @@ export class GetConfigurationSetCommand extends $Command< GetConfigurationSetCommandOutput, SESv2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -135,9 +132,7 @@ export class GetConfigurationSetCommand extends $Command< * @public */ constructor(readonly input: GetConfigurationSetCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -190,7 +185,4 @@ export class GetConfigurationSetCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetConfigurationSetCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-sesv2/src/commands/GetConfigurationSetEventDestinationsCommand.ts b/clients/client-sesv2/src/commands/GetConfigurationSetEventDestinationsCommand.ts index 7e084e17337d..61b4aa1f6886 100644 --- a/clients/client-sesv2/src/commands/GetConfigurationSetEventDestinationsCommand.ts +++ b/clients/client-sesv2/src/commands/GetConfigurationSetEventDestinationsCommand.ts @@ -121,9 +121,6 @@ export class GetConfigurationSetEventDestinationsCommand extends $Command< GetConfigurationSetEventDestinationsCommandOutput, SESv2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -137,9 +134,7 @@ export class GetConfigurationSetEventDestinationsCommand extends $Command< * @public */ constructor(readonly input: GetConfigurationSetEventDestinationsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -198,7 +193,4 @@ export class GetConfigurationSetEventDestinationsCommand extends $Command< ): Promise { return de_GetConfigurationSetEventDestinationsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-sesv2/src/commands/GetContactCommand.ts b/clients/client-sesv2/src/commands/GetContactCommand.ts index 597106c3268d..802dc251ca08 100644 --- a/clients/client-sesv2/src/commands/GetContactCommand.ts +++ b/clients/client-sesv2/src/commands/GetContactCommand.ts @@ -97,9 +97,6 @@ export class GetContactCommand extends $Command< GetContactCommandOutput, SESv2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -113,9 +110,7 @@ export class GetContactCommand extends $Command< * @public */ constructor(readonly input: GetContactCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -166,7 +161,4 @@ export class GetContactCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetContactCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-sesv2/src/commands/GetContactListCommand.ts b/clients/client-sesv2/src/commands/GetContactListCommand.ts index 81a12ba278e8..28e7598919ea 100644 --- a/clients/client-sesv2/src/commands/GetContactListCommand.ts +++ b/clients/client-sesv2/src/commands/GetContactListCommand.ts @@ -97,9 +97,6 @@ export class GetContactListCommand extends $Command< GetContactListCommandOutput, SESv2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -113,9 +110,7 @@ export class GetContactListCommand extends $Command< * @public */ constructor(readonly input: GetContactListCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -168,7 +163,4 @@ export class GetContactListCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetContactListCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-sesv2/src/commands/GetCustomVerificationEmailTemplateCommand.ts b/clients/client-sesv2/src/commands/GetCustomVerificationEmailTemplateCommand.ts index 3fbbf96cbe40..bfe61bdbea81 100644 --- a/clients/client-sesv2/src/commands/GetCustomVerificationEmailTemplateCommand.ts +++ b/clients/client-sesv2/src/commands/GetCustomVerificationEmailTemplateCommand.ts @@ -97,9 +97,6 @@ export class GetCustomVerificationEmailTemplateCommand extends $Command< GetCustomVerificationEmailTemplateCommandOutput, SESv2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -113,9 +110,7 @@ export class GetCustomVerificationEmailTemplateCommand extends $Command< * @public */ constructor(readonly input: GetCustomVerificationEmailTemplateCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -174,7 +169,4 @@ export class GetCustomVerificationEmailTemplateCommand extends $Command< ): Promise { return de_GetCustomVerificationEmailTemplateCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-sesv2/src/commands/GetDedicatedIpCommand.ts b/clients/client-sesv2/src/commands/GetDedicatedIpCommand.ts index f20f4d8ef9c1..2596d69cbc17 100644 --- a/clients/client-sesv2/src/commands/GetDedicatedIpCommand.ts +++ b/clients/client-sesv2/src/commands/GetDedicatedIpCommand.ts @@ -86,9 +86,6 @@ export class GetDedicatedIpCommand extends $Command< GetDedicatedIpCommandOutput, SESv2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -102,9 +99,7 @@ export class GetDedicatedIpCommand extends $Command< * @public */ constructor(readonly input: GetDedicatedIpCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -157,7 +152,4 @@ export class GetDedicatedIpCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetDedicatedIpCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-sesv2/src/commands/GetDedicatedIpPoolCommand.ts b/clients/client-sesv2/src/commands/GetDedicatedIpPoolCommand.ts index 4b9002fc006e..81248aa0097d 100644 --- a/clients/client-sesv2/src/commands/GetDedicatedIpPoolCommand.ts +++ b/clients/client-sesv2/src/commands/GetDedicatedIpPoolCommand.ts @@ -82,9 +82,6 @@ export class GetDedicatedIpPoolCommand extends $Command< GetDedicatedIpPoolCommandOutput, SESv2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -98,9 +95,7 @@ export class GetDedicatedIpPoolCommand extends $Command< * @public */ constructor(readonly input: GetDedicatedIpPoolCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -153,7 +148,4 @@ export class GetDedicatedIpPoolCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetDedicatedIpPoolCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-sesv2/src/commands/GetDedicatedIpsCommand.ts b/clients/client-sesv2/src/commands/GetDedicatedIpsCommand.ts index 0b79d1936b62..30bfb81d9ae4 100644 --- a/clients/client-sesv2/src/commands/GetDedicatedIpsCommand.ts +++ b/clients/client-sesv2/src/commands/GetDedicatedIpsCommand.ts @@ -90,9 +90,6 @@ export class GetDedicatedIpsCommand extends $Command< GetDedicatedIpsCommandOutput, SESv2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -106,9 +103,7 @@ export class GetDedicatedIpsCommand extends $Command< * @public */ constructor(readonly input: GetDedicatedIpsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -161,7 +156,4 @@ export class GetDedicatedIpsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetDedicatedIpsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-sesv2/src/commands/GetDeliverabilityDashboardOptionsCommand.ts b/clients/client-sesv2/src/commands/GetDeliverabilityDashboardOptionsCommand.ts index 96175d33f747..82351ca58ddc 100644 --- a/clients/client-sesv2/src/commands/GetDeliverabilityDashboardOptionsCommand.ts +++ b/clients/client-sesv2/src/commands/GetDeliverabilityDashboardOptionsCommand.ts @@ -117,9 +117,6 @@ export class GetDeliverabilityDashboardOptionsCommand extends $Command< GetDeliverabilityDashboardOptionsCommandOutput, SESv2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -133,9 +130,7 @@ export class GetDeliverabilityDashboardOptionsCommand extends $Command< * @public */ constructor(readonly input: GetDeliverabilityDashboardOptionsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -194,7 +189,4 @@ export class GetDeliverabilityDashboardOptionsCommand extends $Command< ): Promise { return de_GetDeliverabilityDashboardOptionsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-sesv2/src/commands/GetDeliverabilityTestReportCommand.ts b/clients/client-sesv2/src/commands/GetDeliverabilityTestReportCommand.ts index 4a6bcc432b40..491240741122 100644 --- a/clients/client-sesv2/src/commands/GetDeliverabilityTestReportCommand.ts +++ b/clients/client-sesv2/src/commands/GetDeliverabilityTestReportCommand.ts @@ -117,9 +117,6 @@ export class GetDeliverabilityTestReportCommand extends $Command< GetDeliverabilityTestReportCommandOutput, SESv2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -133,9 +130,7 @@ export class GetDeliverabilityTestReportCommand extends $Command< * @public */ constructor(readonly input: GetDeliverabilityTestReportCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -191,7 +186,4 @@ export class GetDeliverabilityTestReportCommand extends $Command< ): Promise { return de_GetDeliverabilityTestReportCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-sesv2/src/commands/GetDomainDeliverabilityCampaignCommand.ts b/clients/client-sesv2/src/commands/GetDomainDeliverabilityCampaignCommand.ts index a18ada601400..205c38f3b704 100644 --- a/clients/client-sesv2/src/commands/GetDomainDeliverabilityCampaignCommand.ts +++ b/clients/client-sesv2/src/commands/GetDomainDeliverabilityCampaignCommand.ts @@ -105,9 +105,6 @@ export class GetDomainDeliverabilityCampaignCommand extends $Command< GetDomainDeliverabilityCampaignCommandOutput, SESv2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -121,9 +118,7 @@ export class GetDomainDeliverabilityCampaignCommand extends $Command< * @public */ constructor(readonly input: GetDomainDeliverabilityCampaignCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -182,7 +177,4 @@ export class GetDomainDeliverabilityCampaignCommand extends $Command< ): Promise { return de_GetDomainDeliverabilityCampaignCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-sesv2/src/commands/GetDomainStatisticsReportCommand.ts b/clients/client-sesv2/src/commands/GetDomainStatisticsReportCommand.ts index 6041b6b93b2d..f01e9dc9dac8 100644 --- a/clients/client-sesv2/src/commands/GetDomainStatisticsReportCommand.ts +++ b/clients/client-sesv2/src/commands/GetDomainStatisticsReportCommand.ts @@ -119,9 +119,6 @@ export class GetDomainStatisticsReportCommand extends $Command< GetDomainStatisticsReportCommandOutput, SESv2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -135,9 +132,7 @@ export class GetDomainStatisticsReportCommand extends $Command< * @public */ constructor(readonly input: GetDomainStatisticsReportCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -193,7 +188,4 @@ export class GetDomainStatisticsReportCommand extends $Command< ): Promise { return de_GetDomainStatisticsReportCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-sesv2/src/commands/GetEmailIdentityCommand.ts b/clients/client-sesv2/src/commands/GetEmailIdentityCommand.ts index 7380b0015f8a..3f1ee62ae8ad 100644 --- a/clients/client-sesv2/src/commands/GetEmailIdentityCommand.ts +++ b/clients/client-sesv2/src/commands/GetEmailIdentityCommand.ts @@ -120,9 +120,6 @@ export class GetEmailIdentityCommand extends $Command< GetEmailIdentityCommandOutput, SESv2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -136,9 +133,7 @@ export class GetEmailIdentityCommand extends $Command< * @public */ constructor(readonly input: GetEmailIdentityCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -191,7 +186,4 @@ export class GetEmailIdentityCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetEmailIdentityCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-sesv2/src/commands/GetEmailIdentityPoliciesCommand.ts b/clients/client-sesv2/src/commands/GetEmailIdentityPoliciesCommand.ts index 906ff86c43a0..aa5b0ece73fb 100644 --- a/clients/client-sesv2/src/commands/GetEmailIdentityPoliciesCommand.ts +++ b/clients/client-sesv2/src/commands/GetEmailIdentityPoliciesCommand.ts @@ -92,9 +92,6 @@ export class GetEmailIdentityPoliciesCommand extends $Command< GetEmailIdentityPoliciesCommandOutput, SESv2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -108,9 +105,7 @@ export class GetEmailIdentityPoliciesCommand extends $Command< * @public */ constructor(readonly input: GetEmailIdentityPoliciesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -163,7 +158,4 @@ export class GetEmailIdentityPoliciesCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetEmailIdentityPoliciesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-sesv2/src/commands/GetEmailTemplateCommand.ts b/clients/client-sesv2/src/commands/GetEmailTemplateCommand.ts index 792522824840..3087819ce3ad 100644 --- a/clients/client-sesv2/src/commands/GetEmailTemplateCommand.ts +++ b/clients/client-sesv2/src/commands/GetEmailTemplateCommand.ts @@ -86,9 +86,6 @@ export class GetEmailTemplateCommand extends $Command< GetEmailTemplateCommandOutput, SESv2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -102,9 +99,7 @@ export class GetEmailTemplateCommand extends $Command< * @public */ constructor(readonly input: GetEmailTemplateCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -157,7 +152,4 @@ export class GetEmailTemplateCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetEmailTemplateCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-sesv2/src/commands/GetExportJobCommand.ts b/clients/client-sesv2/src/commands/GetExportJobCommand.ts index 42bb084cefc0..b33f5d990752 100644 --- a/clients/client-sesv2/src/commands/GetExportJobCommand.ts +++ b/clients/client-sesv2/src/commands/GetExportJobCommand.ts @@ -210,9 +210,6 @@ export class GetExportJobCommand extends $Command< GetExportJobCommandOutput, SESv2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -226,9 +223,7 @@ export class GetExportJobCommand extends $Command< * @public */ constructor(readonly input: GetExportJobCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -279,7 +274,4 @@ export class GetExportJobCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetExportJobCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-sesv2/src/commands/GetImportJobCommand.ts b/clients/client-sesv2/src/commands/GetImportJobCommand.ts index b66a0ca2559c..5944b1a1449b 100644 --- a/clients/client-sesv2/src/commands/GetImportJobCommand.ts +++ b/clients/client-sesv2/src/commands/GetImportJobCommand.ts @@ -101,9 +101,6 @@ export class GetImportJobCommand extends $Command< GetImportJobCommandOutput, SESv2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -117,9 +114,7 @@ export class GetImportJobCommand extends $Command< * @public */ constructor(readonly input: GetImportJobCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -170,7 +165,4 @@ export class GetImportJobCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetImportJobCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-sesv2/src/commands/GetMessageInsightsCommand.ts b/clients/client-sesv2/src/commands/GetMessageInsightsCommand.ts index 20bcd08501f1..280bf33d4ad0 100644 --- a/clients/client-sesv2/src/commands/GetMessageInsightsCommand.ts +++ b/clients/client-sesv2/src/commands/GetMessageInsightsCommand.ts @@ -176,9 +176,6 @@ export class GetMessageInsightsCommand extends $Command< GetMessageInsightsCommandOutput, SESv2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -192,9 +189,7 @@ export class GetMessageInsightsCommand extends $Command< * @public */ constructor(readonly input: GetMessageInsightsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -247,7 +242,4 @@ export class GetMessageInsightsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetMessageInsightsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-sesv2/src/commands/GetSuppressedDestinationCommand.ts b/clients/client-sesv2/src/commands/GetSuppressedDestinationCommand.ts index 2369a1ccf14e..530d8995296b 100644 --- a/clients/client-sesv2/src/commands/GetSuppressedDestinationCommand.ts +++ b/clients/client-sesv2/src/commands/GetSuppressedDestinationCommand.ts @@ -88,9 +88,6 @@ export class GetSuppressedDestinationCommand extends $Command< GetSuppressedDestinationCommandOutput, SESv2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -104,9 +101,7 @@ export class GetSuppressedDestinationCommand extends $Command< * @public */ constructor(readonly input: GetSuppressedDestinationCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -159,7 +154,4 @@ export class GetSuppressedDestinationCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetSuppressedDestinationCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-sesv2/src/commands/ListConfigurationSetsCommand.ts b/clients/client-sesv2/src/commands/ListConfigurationSetsCommand.ts index ac35f891294f..33e469055852 100644 --- a/clients/client-sesv2/src/commands/ListConfigurationSetsCommand.ts +++ b/clients/client-sesv2/src/commands/ListConfigurationSetsCommand.ts @@ -86,9 +86,6 @@ export class ListConfigurationSetsCommand extends $Command< ListConfigurationSetsCommandOutput, SESv2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -102,9 +99,7 @@ export class ListConfigurationSetsCommand extends $Command< * @public */ constructor(readonly input: ListConfigurationSetsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -157,7 +152,4 @@ export class ListConfigurationSetsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListConfigurationSetsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-sesv2/src/commands/ListContactListsCommand.ts b/clients/client-sesv2/src/commands/ListContactListsCommand.ts index 9884138868fa..da2db570f6b8 100644 --- a/clients/client-sesv2/src/commands/ListContactListsCommand.ts +++ b/clients/client-sesv2/src/commands/ListContactListsCommand.ts @@ -83,9 +83,6 @@ export class ListContactListsCommand extends $Command< ListContactListsCommandOutput, SESv2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -99,9 +96,7 @@ export class ListContactListsCommand extends $Command< * @public */ constructor(readonly input: ListContactListsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -154,7 +149,4 @@ export class ListContactListsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListContactListsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-sesv2/src/commands/ListContactsCommand.ts b/clients/client-sesv2/src/commands/ListContactsCommand.ts index d868123a69d5..6b103acabdc2 100644 --- a/clients/client-sesv2/src/commands/ListContactsCommand.ts +++ b/clients/client-sesv2/src/commands/ListContactsCommand.ts @@ -107,9 +107,6 @@ export class ListContactsCommand extends $Command< ListContactsCommandOutput, SESv2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -123,9 +120,7 @@ export class ListContactsCommand extends $Command< * @public */ constructor(readonly input: ListContactsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -176,7 +171,4 @@ export class ListContactsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListContactsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-sesv2/src/commands/ListCustomVerificationEmailTemplatesCommand.ts b/clients/client-sesv2/src/commands/ListCustomVerificationEmailTemplatesCommand.ts index 4223d42360bf..49a5b92a91fb 100644 --- a/clients/client-sesv2/src/commands/ListCustomVerificationEmailTemplatesCommand.ts +++ b/clients/client-sesv2/src/commands/ListCustomVerificationEmailTemplatesCommand.ts @@ -99,9 +99,6 @@ export class ListCustomVerificationEmailTemplatesCommand extends $Command< ListCustomVerificationEmailTemplatesCommandOutput, SESv2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -115,9 +112,7 @@ export class ListCustomVerificationEmailTemplatesCommand extends $Command< * @public */ constructor(readonly input: ListCustomVerificationEmailTemplatesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -176,7 +171,4 @@ export class ListCustomVerificationEmailTemplatesCommand extends $Command< ): Promise { return de_ListCustomVerificationEmailTemplatesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-sesv2/src/commands/ListDedicatedIpPoolsCommand.ts b/clients/client-sesv2/src/commands/ListDedicatedIpPoolsCommand.ts index ac73376b1d4e..152574d6cf87 100644 --- a/clients/client-sesv2/src/commands/ListDedicatedIpPoolsCommand.ts +++ b/clients/client-sesv2/src/commands/ListDedicatedIpPoolsCommand.ts @@ -81,9 +81,6 @@ export class ListDedicatedIpPoolsCommand extends $Command< ListDedicatedIpPoolsCommandOutput, SESv2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -97,9 +94,7 @@ export class ListDedicatedIpPoolsCommand extends $Command< * @public */ constructor(readonly input: ListDedicatedIpPoolsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -152,7 +147,4 @@ export class ListDedicatedIpPoolsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListDedicatedIpPoolsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-sesv2/src/commands/ListDeliverabilityTestReportsCommand.ts b/clients/client-sesv2/src/commands/ListDeliverabilityTestReportsCommand.ts index 107024c79384..99cb180d783d 100644 --- a/clients/client-sesv2/src/commands/ListDeliverabilityTestReportsCommand.ts +++ b/clients/client-sesv2/src/commands/ListDeliverabilityTestReportsCommand.ts @@ -97,9 +97,6 @@ export class ListDeliverabilityTestReportsCommand extends $Command< ListDeliverabilityTestReportsCommandOutput, SESv2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -113,9 +110,7 @@ export class ListDeliverabilityTestReportsCommand extends $Command< * @public */ constructor(readonly input: ListDeliverabilityTestReportsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -171,7 +166,4 @@ export class ListDeliverabilityTestReportsCommand extends $Command< ): Promise { return de_ListDeliverabilityTestReportsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-sesv2/src/commands/ListDomainDeliverabilityCampaignsCommand.ts b/clients/client-sesv2/src/commands/ListDomainDeliverabilityCampaignsCommand.ts index ca22f74ce1f2..55021dcf655a 100644 --- a/clients/client-sesv2/src/commands/ListDomainDeliverabilityCampaignsCommand.ts +++ b/clients/client-sesv2/src/commands/ListDomainDeliverabilityCampaignsCommand.ts @@ -115,9 +115,6 @@ export class ListDomainDeliverabilityCampaignsCommand extends $Command< ListDomainDeliverabilityCampaignsCommandOutput, SESv2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -131,9 +128,7 @@ export class ListDomainDeliverabilityCampaignsCommand extends $Command< * @public */ constructor(readonly input: ListDomainDeliverabilityCampaignsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -192,7 +187,4 @@ export class ListDomainDeliverabilityCampaignsCommand extends $Command< ): Promise { return de_ListDomainDeliverabilityCampaignsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-sesv2/src/commands/ListEmailIdentitiesCommand.ts b/clients/client-sesv2/src/commands/ListEmailIdentitiesCommand.ts index 9e4ddb496f45..f52ef02f14a8 100644 --- a/clients/client-sesv2/src/commands/ListEmailIdentitiesCommand.ts +++ b/clients/client-sesv2/src/commands/ListEmailIdentitiesCommand.ts @@ -88,9 +88,6 @@ export class ListEmailIdentitiesCommand extends $Command< ListEmailIdentitiesCommandOutput, SESv2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -104,9 +101,7 @@ export class ListEmailIdentitiesCommand extends $Command< * @public */ constructor(readonly input: ListEmailIdentitiesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -159,7 +154,4 @@ export class ListEmailIdentitiesCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListEmailIdentitiesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-sesv2/src/commands/ListEmailTemplatesCommand.ts b/clients/client-sesv2/src/commands/ListEmailTemplatesCommand.ts index b87775292b30..275a8b5a508e 100644 --- a/clients/client-sesv2/src/commands/ListEmailTemplatesCommand.ts +++ b/clients/client-sesv2/src/commands/ListEmailTemplatesCommand.ts @@ -85,9 +85,6 @@ export class ListEmailTemplatesCommand extends $Command< ListEmailTemplatesCommandOutput, SESv2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -101,9 +98,7 @@ export class ListEmailTemplatesCommand extends $Command< * @public */ constructor(readonly input: ListEmailTemplatesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -156,7 +151,4 @@ export class ListEmailTemplatesCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListEmailTemplatesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-sesv2/src/commands/ListExportJobsCommand.ts b/clients/client-sesv2/src/commands/ListExportJobsCommand.ts index d96288302ada..f39cddffae28 100644 --- a/clients/client-sesv2/src/commands/ListExportJobsCommand.ts +++ b/clients/client-sesv2/src/commands/ListExportJobsCommand.ts @@ -113,9 +113,6 @@ export class ListExportJobsCommand extends $Command< ListExportJobsCommandOutput, SESv2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -129,9 +126,7 @@ export class ListExportJobsCommand extends $Command< * @public */ constructor(readonly input: ListExportJobsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -184,7 +179,4 @@ export class ListExportJobsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListExportJobsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-sesv2/src/commands/ListImportJobsCommand.ts b/clients/client-sesv2/src/commands/ListImportJobsCommand.ts index 98b6ab4eafdc..894ad81f68b5 100644 --- a/clients/client-sesv2/src/commands/ListImportJobsCommand.ts +++ b/clients/client-sesv2/src/commands/ListImportJobsCommand.ts @@ -96,9 +96,6 @@ export class ListImportJobsCommand extends $Command< ListImportJobsCommandOutput, SESv2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -112,9 +109,7 @@ export class ListImportJobsCommand extends $Command< * @public */ constructor(readonly input: ListImportJobsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -167,7 +162,4 @@ export class ListImportJobsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListImportJobsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-sesv2/src/commands/ListRecommendationsCommand.ts b/clients/client-sesv2/src/commands/ListRecommendationsCommand.ts index 99e475077a97..b7b95105ebb6 100644 --- a/clients/client-sesv2/src/commands/ListRecommendationsCommand.ts +++ b/clients/client-sesv2/src/commands/ListRecommendationsCommand.ts @@ -95,9 +95,6 @@ export class ListRecommendationsCommand extends $Command< ListRecommendationsCommandOutput, SESv2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -111,9 +108,7 @@ export class ListRecommendationsCommand extends $Command< * @public */ constructor(readonly input: ListRecommendationsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -166,7 +161,4 @@ export class ListRecommendationsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListRecommendationsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-sesv2/src/commands/ListSuppressedDestinationsCommand.ts b/clients/client-sesv2/src/commands/ListSuppressedDestinationsCommand.ts index f9cbac77fa5f..1c92f4bf842a 100644 --- a/clients/client-sesv2/src/commands/ListSuppressedDestinationsCommand.ts +++ b/clients/client-sesv2/src/commands/ListSuppressedDestinationsCommand.ts @@ -93,9 +93,6 @@ export class ListSuppressedDestinationsCommand extends $Command< ListSuppressedDestinationsCommandOutput, SESv2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -109,9 +106,7 @@ export class ListSuppressedDestinationsCommand extends $Command< * @public */ constructor(readonly input: ListSuppressedDestinationsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -167,7 +162,4 @@ export class ListSuppressedDestinationsCommand extends $Command< ): Promise { return de_ListSuppressedDestinationsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-sesv2/src/commands/ListTagsForResourceCommand.ts b/clients/client-sesv2/src/commands/ListTagsForResourceCommand.ts index 12b6890aa780..9b21ef8828d7 100644 --- a/clients/client-sesv2/src/commands/ListTagsForResourceCommand.ts +++ b/clients/client-sesv2/src/commands/ListTagsForResourceCommand.ts @@ -89,9 +89,6 @@ export class ListTagsForResourceCommand extends $Command< ListTagsForResourceCommandOutput, SESv2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -105,9 +102,7 @@ export class ListTagsForResourceCommand extends $Command< * @public */ constructor(readonly input: ListTagsForResourceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -160,7 +155,4 @@ export class ListTagsForResourceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListTagsForResourceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-sesv2/src/commands/PutAccountDedicatedIpWarmupAttributesCommand.ts b/clients/client-sesv2/src/commands/PutAccountDedicatedIpWarmupAttributesCommand.ts index 56e13b0cb38f..7477d2b045dc 100644 --- a/clients/client-sesv2/src/commands/PutAccountDedicatedIpWarmupAttributesCommand.ts +++ b/clients/client-sesv2/src/commands/PutAccountDedicatedIpWarmupAttributesCommand.ts @@ -83,9 +83,6 @@ export class PutAccountDedicatedIpWarmupAttributesCommand extends $Command< PutAccountDedicatedIpWarmupAttributesCommandOutput, SESv2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -99,9 +96,7 @@ export class PutAccountDedicatedIpWarmupAttributesCommand extends $Command< * @public */ constructor(readonly input: PutAccountDedicatedIpWarmupAttributesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -160,7 +155,4 @@ export class PutAccountDedicatedIpWarmupAttributesCommand extends $Command< ): Promise { return de_PutAccountDedicatedIpWarmupAttributesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-sesv2/src/commands/PutAccountDetailsCommand.ts b/clients/client-sesv2/src/commands/PutAccountDetailsCommand.ts index f8bd55792c63..b05eb23a4b96 100644 --- a/clients/client-sesv2/src/commands/PutAccountDetailsCommand.ts +++ b/clients/client-sesv2/src/commands/PutAccountDetailsCommand.ts @@ -88,9 +88,6 @@ export class PutAccountDetailsCommand extends $Command< PutAccountDetailsCommandOutput, SESv2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -104,9 +101,7 @@ export class PutAccountDetailsCommand extends $Command< * @public */ constructor(readonly input: PutAccountDetailsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -159,7 +154,4 @@ export class PutAccountDetailsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_PutAccountDetailsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-sesv2/src/commands/PutAccountSendingAttributesCommand.ts b/clients/client-sesv2/src/commands/PutAccountSendingAttributesCommand.ts index f82a4719c2f1..8999e03e88e3 100644 --- a/clients/client-sesv2/src/commands/PutAccountSendingAttributesCommand.ts +++ b/clients/client-sesv2/src/commands/PutAccountSendingAttributesCommand.ts @@ -79,9 +79,6 @@ export class PutAccountSendingAttributesCommand extends $Command< PutAccountSendingAttributesCommandOutput, SESv2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -95,9 +92,7 @@ export class PutAccountSendingAttributesCommand extends $Command< * @public */ constructor(readonly input: PutAccountSendingAttributesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -153,7 +148,4 @@ export class PutAccountSendingAttributesCommand extends $Command< ): Promise { return de_PutAccountSendingAttributesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-sesv2/src/commands/PutAccountSuppressionAttributesCommand.ts b/clients/client-sesv2/src/commands/PutAccountSuppressionAttributesCommand.ts index 728d60f4357f..5ee2afe2af3d 100644 --- a/clients/client-sesv2/src/commands/PutAccountSuppressionAttributesCommand.ts +++ b/clients/client-sesv2/src/commands/PutAccountSuppressionAttributesCommand.ts @@ -81,9 +81,6 @@ export class PutAccountSuppressionAttributesCommand extends $Command< PutAccountSuppressionAttributesCommandOutput, SESv2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -97,9 +94,7 @@ export class PutAccountSuppressionAttributesCommand extends $Command< * @public */ constructor(readonly input: PutAccountSuppressionAttributesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -158,7 +153,4 @@ export class PutAccountSuppressionAttributesCommand extends $Command< ): Promise { return de_PutAccountSuppressionAttributesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-sesv2/src/commands/PutAccountVdmAttributesCommand.ts b/clients/client-sesv2/src/commands/PutAccountVdmAttributesCommand.ts index dfa99ee5b3e4..6b5e99a19838 100644 --- a/clients/client-sesv2/src/commands/PutAccountVdmAttributesCommand.ts +++ b/clients/client-sesv2/src/commands/PutAccountVdmAttributesCommand.ts @@ -83,9 +83,6 @@ export class PutAccountVdmAttributesCommand extends $Command< PutAccountVdmAttributesCommandOutput, SESv2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -99,9 +96,7 @@ export class PutAccountVdmAttributesCommand extends $Command< * @public */ constructor(readonly input: PutAccountVdmAttributesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -154,7 +149,4 @@ export class PutAccountVdmAttributesCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_PutAccountVdmAttributesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-sesv2/src/commands/PutConfigurationSetDeliveryOptionsCommand.ts b/clients/client-sesv2/src/commands/PutConfigurationSetDeliveryOptionsCommand.ts index b735bf04200c..5ce179817e0b 100644 --- a/clients/client-sesv2/src/commands/PutConfigurationSetDeliveryOptionsCommand.ts +++ b/clients/client-sesv2/src/commands/PutConfigurationSetDeliveryOptionsCommand.ts @@ -88,9 +88,6 @@ export class PutConfigurationSetDeliveryOptionsCommand extends $Command< PutConfigurationSetDeliveryOptionsCommandOutput, SESv2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -104,9 +101,7 @@ export class PutConfigurationSetDeliveryOptionsCommand extends $Command< * @public */ constructor(readonly input: PutConfigurationSetDeliveryOptionsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -165,7 +160,4 @@ export class PutConfigurationSetDeliveryOptionsCommand extends $Command< ): Promise { return de_PutConfigurationSetDeliveryOptionsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-sesv2/src/commands/PutConfigurationSetReputationOptionsCommand.ts b/clients/client-sesv2/src/commands/PutConfigurationSetReputationOptionsCommand.ts index 90314915615d..550e1e83a1b5 100644 --- a/clients/client-sesv2/src/commands/PutConfigurationSetReputationOptionsCommand.ts +++ b/clients/client-sesv2/src/commands/PutConfigurationSetReputationOptionsCommand.ts @@ -87,9 +87,6 @@ export class PutConfigurationSetReputationOptionsCommand extends $Command< PutConfigurationSetReputationOptionsCommandOutput, SESv2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -103,9 +100,7 @@ export class PutConfigurationSetReputationOptionsCommand extends $Command< * @public */ constructor(readonly input: PutConfigurationSetReputationOptionsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -164,7 +159,4 @@ export class PutConfigurationSetReputationOptionsCommand extends $Command< ): Promise { return de_PutConfigurationSetReputationOptionsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-sesv2/src/commands/PutConfigurationSetSendingOptionsCommand.ts b/clients/client-sesv2/src/commands/PutConfigurationSetSendingOptionsCommand.ts index b6e079ed39f0..ee1f054937c6 100644 --- a/clients/client-sesv2/src/commands/PutConfigurationSetSendingOptionsCommand.ts +++ b/clients/client-sesv2/src/commands/PutConfigurationSetSendingOptionsCommand.ts @@ -87,9 +87,6 @@ export class PutConfigurationSetSendingOptionsCommand extends $Command< PutConfigurationSetSendingOptionsCommandOutput, SESv2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -103,9 +100,7 @@ export class PutConfigurationSetSendingOptionsCommand extends $Command< * @public */ constructor(readonly input: PutConfigurationSetSendingOptionsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -164,7 +159,4 @@ export class PutConfigurationSetSendingOptionsCommand extends $Command< ): Promise { return de_PutConfigurationSetSendingOptionsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-sesv2/src/commands/PutConfigurationSetSuppressionOptionsCommand.ts b/clients/client-sesv2/src/commands/PutConfigurationSetSuppressionOptionsCommand.ts index 7086165ac650..22948119226b 100644 --- a/clients/client-sesv2/src/commands/PutConfigurationSetSuppressionOptionsCommand.ts +++ b/clients/client-sesv2/src/commands/PutConfigurationSetSuppressionOptionsCommand.ts @@ -89,9 +89,6 @@ export class PutConfigurationSetSuppressionOptionsCommand extends $Command< PutConfigurationSetSuppressionOptionsCommandOutput, SESv2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -105,9 +102,7 @@ export class PutConfigurationSetSuppressionOptionsCommand extends $Command< * @public */ constructor(readonly input: PutConfigurationSetSuppressionOptionsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -166,7 +161,4 @@ export class PutConfigurationSetSuppressionOptionsCommand extends $Command< ): Promise { return de_PutConfigurationSetSuppressionOptionsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-sesv2/src/commands/PutConfigurationSetTrackingOptionsCommand.ts b/clients/client-sesv2/src/commands/PutConfigurationSetTrackingOptionsCommand.ts index c4a546e243f0..a949d294906a 100644 --- a/clients/client-sesv2/src/commands/PutConfigurationSetTrackingOptionsCommand.ts +++ b/clients/client-sesv2/src/commands/PutConfigurationSetTrackingOptionsCommand.ts @@ -87,9 +87,6 @@ export class PutConfigurationSetTrackingOptionsCommand extends $Command< PutConfigurationSetTrackingOptionsCommandOutput, SESv2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -103,9 +100,7 @@ export class PutConfigurationSetTrackingOptionsCommand extends $Command< * @public */ constructor(readonly input: PutConfigurationSetTrackingOptionsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -164,7 +159,4 @@ export class PutConfigurationSetTrackingOptionsCommand extends $Command< ): Promise { return de_PutConfigurationSetTrackingOptionsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-sesv2/src/commands/PutConfigurationSetVdmOptionsCommand.ts b/clients/client-sesv2/src/commands/PutConfigurationSetVdmOptionsCommand.ts index 4a0ecace4c5a..1d28c4f50fa3 100644 --- a/clients/client-sesv2/src/commands/PutConfigurationSetVdmOptionsCommand.ts +++ b/clients/client-sesv2/src/commands/PutConfigurationSetVdmOptionsCommand.ts @@ -91,9 +91,6 @@ export class PutConfigurationSetVdmOptionsCommand extends $Command< PutConfigurationSetVdmOptionsCommandOutput, SESv2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -107,9 +104,7 @@ export class PutConfigurationSetVdmOptionsCommand extends $Command< * @public */ constructor(readonly input: PutConfigurationSetVdmOptionsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -165,7 +160,4 @@ export class PutConfigurationSetVdmOptionsCommand extends $Command< ): Promise { return de_PutConfigurationSetVdmOptionsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-sesv2/src/commands/PutDedicatedIpInPoolCommand.ts b/clients/client-sesv2/src/commands/PutDedicatedIpInPoolCommand.ts index 82f1a965eba2..4c7874920dc4 100644 --- a/clients/client-sesv2/src/commands/PutDedicatedIpInPoolCommand.ts +++ b/clients/client-sesv2/src/commands/PutDedicatedIpInPoolCommand.ts @@ -86,9 +86,6 @@ export class PutDedicatedIpInPoolCommand extends $Command< PutDedicatedIpInPoolCommandOutput, SESv2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -102,9 +99,7 @@ export class PutDedicatedIpInPoolCommand extends $Command< * @public */ constructor(readonly input: PutDedicatedIpInPoolCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -157,7 +152,4 @@ export class PutDedicatedIpInPoolCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_PutDedicatedIpInPoolCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-sesv2/src/commands/PutDedicatedIpPoolScalingAttributesCommand.ts b/clients/client-sesv2/src/commands/PutDedicatedIpPoolScalingAttributesCommand.ts index afabff54db23..5ac5a8d9945e 100644 --- a/clients/client-sesv2/src/commands/PutDedicatedIpPoolScalingAttributesCommand.ts +++ b/clients/client-sesv2/src/commands/PutDedicatedIpPoolScalingAttributesCommand.ts @@ -105,9 +105,6 @@ export class PutDedicatedIpPoolScalingAttributesCommand extends $Command< PutDedicatedIpPoolScalingAttributesCommandOutput, SESv2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -121,9 +118,7 @@ export class PutDedicatedIpPoolScalingAttributesCommand extends $Command< * @public */ constructor(readonly input: PutDedicatedIpPoolScalingAttributesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -182,7 +177,4 @@ export class PutDedicatedIpPoolScalingAttributesCommand extends $Command< ): Promise { return de_PutDedicatedIpPoolScalingAttributesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-sesv2/src/commands/PutDedicatedIpWarmupAttributesCommand.ts b/clients/client-sesv2/src/commands/PutDedicatedIpWarmupAttributesCommand.ts index 3ac72db3a4b1..f86c001bf367 100644 --- a/clients/client-sesv2/src/commands/PutDedicatedIpWarmupAttributesCommand.ts +++ b/clients/client-sesv2/src/commands/PutDedicatedIpWarmupAttributesCommand.ts @@ -83,9 +83,6 @@ export class PutDedicatedIpWarmupAttributesCommand extends $Command< PutDedicatedIpWarmupAttributesCommandOutput, SESv2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -99,9 +96,7 @@ export class PutDedicatedIpWarmupAttributesCommand extends $Command< * @public */ constructor(readonly input: PutDedicatedIpWarmupAttributesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -160,7 +155,4 @@ export class PutDedicatedIpWarmupAttributesCommand extends $Command< ): Promise { return de_PutDedicatedIpWarmupAttributesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-sesv2/src/commands/PutDeliverabilityDashboardOptionCommand.ts b/clients/client-sesv2/src/commands/PutDeliverabilityDashboardOptionCommand.ts index 1a7a4a56a132..1319676824a6 100644 --- a/clients/client-sesv2/src/commands/PutDeliverabilityDashboardOptionCommand.ts +++ b/clients/client-sesv2/src/commands/PutDeliverabilityDashboardOptionCommand.ts @@ -105,9 +105,6 @@ export class PutDeliverabilityDashboardOptionCommand extends $Command< PutDeliverabilityDashboardOptionCommandOutput, SESv2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -121,9 +118,7 @@ export class PutDeliverabilityDashboardOptionCommand extends $Command< * @public */ constructor(readonly input: PutDeliverabilityDashboardOptionCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -182,7 +177,4 @@ export class PutDeliverabilityDashboardOptionCommand extends $Command< ): Promise { return de_PutDeliverabilityDashboardOptionCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-sesv2/src/commands/PutEmailIdentityConfigurationSetAttributesCommand.ts b/clients/client-sesv2/src/commands/PutEmailIdentityConfigurationSetAttributesCommand.ts index 2d5a6ed32766..4395a87ebdda 100644 --- a/clients/client-sesv2/src/commands/PutEmailIdentityConfigurationSetAttributesCommand.ts +++ b/clients/client-sesv2/src/commands/PutEmailIdentityConfigurationSetAttributesCommand.ts @@ -87,9 +87,6 @@ export class PutEmailIdentityConfigurationSetAttributesCommand extends $Command< PutEmailIdentityConfigurationSetAttributesCommandOutput, SESv2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -103,9 +100,7 @@ export class PutEmailIdentityConfigurationSetAttributesCommand extends $Command< * @public */ constructor(readonly input: PutEmailIdentityConfigurationSetAttributesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -170,7 +165,4 @@ export class PutEmailIdentityConfigurationSetAttributesCommand extends $Command< ): Promise { return de_PutEmailIdentityConfigurationSetAttributesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-sesv2/src/commands/PutEmailIdentityDkimAttributesCommand.ts b/clients/client-sesv2/src/commands/PutEmailIdentityDkimAttributesCommand.ts index 0ba9bc3f4080..32835838d72b 100644 --- a/clients/client-sesv2/src/commands/PutEmailIdentityDkimAttributesCommand.ts +++ b/clients/client-sesv2/src/commands/PutEmailIdentityDkimAttributesCommand.ts @@ -83,9 +83,6 @@ export class PutEmailIdentityDkimAttributesCommand extends $Command< PutEmailIdentityDkimAttributesCommandOutput, SESv2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -99,9 +96,7 @@ export class PutEmailIdentityDkimAttributesCommand extends $Command< * @public */ constructor(readonly input: PutEmailIdentityDkimAttributesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -160,7 +155,4 @@ export class PutEmailIdentityDkimAttributesCommand extends $Command< ): Promise { return de_PutEmailIdentityDkimAttributesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-sesv2/src/commands/PutEmailIdentityDkimSigningAttributesCommand.ts b/clients/client-sesv2/src/commands/PutEmailIdentityDkimSigningAttributesCommand.ts index e99a48717427..a9914293d576 100644 --- a/clients/client-sesv2/src/commands/PutEmailIdentityDkimSigningAttributesCommand.ts +++ b/clients/client-sesv2/src/commands/PutEmailIdentityDkimSigningAttributesCommand.ts @@ -120,9 +120,6 @@ export class PutEmailIdentityDkimSigningAttributesCommand extends $Command< PutEmailIdentityDkimSigningAttributesCommandOutput, SESv2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -136,9 +133,7 @@ export class PutEmailIdentityDkimSigningAttributesCommand extends $Command< * @public */ constructor(readonly input: PutEmailIdentityDkimSigningAttributesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -197,7 +192,4 @@ export class PutEmailIdentityDkimSigningAttributesCommand extends $Command< ): Promise { return de_PutEmailIdentityDkimSigningAttributesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-sesv2/src/commands/PutEmailIdentityFeedbackAttributesCommand.ts b/clients/client-sesv2/src/commands/PutEmailIdentityFeedbackAttributesCommand.ts index f4e42dd8dcdd..87f25dfbd9f8 100644 --- a/clients/client-sesv2/src/commands/PutEmailIdentityFeedbackAttributesCommand.ts +++ b/clients/client-sesv2/src/commands/PutEmailIdentityFeedbackAttributesCommand.ts @@ -95,9 +95,6 @@ export class PutEmailIdentityFeedbackAttributesCommand extends $Command< PutEmailIdentityFeedbackAttributesCommandOutput, SESv2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -111,9 +108,7 @@ export class PutEmailIdentityFeedbackAttributesCommand extends $Command< * @public */ constructor(readonly input: PutEmailIdentityFeedbackAttributesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -172,7 +167,4 @@ export class PutEmailIdentityFeedbackAttributesCommand extends $Command< ): Promise { return de_PutEmailIdentityFeedbackAttributesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-sesv2/src/commands/PutEmailIdentityMailFromAttributesCommand.ts b/clients/client-sesv2/src/commands/PutEmailIdentityMailFromAttributesCommand.ts index bc9c15536eca..9e86ebf986e0 100644 --- a/clients/client-sesv2/src/commands/PutEmailIdentityMailFromAttributesCommand.ts +++ b/clients/client-sesv2/src/commands/PutEmailIdentityMailFromAttributesCommand.ts @@ -88,9 +88,6 @@ export class PutEmailIdentityMailFromAttributesCommand extends $Command< PutEmailIdentityMailFromAttributesCommandOutput, SESv2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -104,9 +101,7 @@ export class PutEmailIdentityMailFromAttributesCommand extends $Command< * @public */ constructor(readonly input: PutEmailIdentityMailFromAttributesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -165,7 +160,4 @@ export class PutEmailIdentityMailFromAttributesCommand extends $Command< ): Promise { return de_PutEmailIdentityMailFromAttributesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-sesv2/src/commands/PutSuppressedDestinationCommand.ts b/clients/client-sesv2/src/commands/PutSuppressedDestinationCommand.ts index 6c66832e46af..8f1ebb256ce1 100644 --- a/clients/client-sesv2/src/commands/PutSuppressedDestinationCommand.ts +++ b/clients/client-sesv2/src/commands/PutSuppressedDestinationCommand.ts @@ -75,9 +75,6 @@ export class PutSuppressedDestinationCommand extends $Command< PutSuppressedDestinationCommandOutput, SESv2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -91,9 +88,7 @@ export class PutSuppressedDestinationCommand extends $Command< * @public */ constructor(readonly input: PutSuppressedDestinationCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -146,7 +141,4 @@ export class PutSuppressedDestinationCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_PutSuppressedDestinationCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-sesv2/src/commands/SendBulkEmailCommand.ts b/clients/client-sesv2/src/commands/SendBulkEmailCommand.ts index 7810e3b6f09c..63e47ea00a52 100644 --- a/clients/client-sesv2/src/commands/SendBulkEmailCommand.ts +++ b/clients/client-sesv2/src/commands/SendBulkEmailCommand.ts @@ -148,9 +148,6 @@ export class SendBulkEmailCommand extends $Command< SendBulkEmailCommandOutput, SESv2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -164,9 +161,7 @@ export class SendBulkEmailCommand extends $Command< * @public */ constructor(readonly input: SendBulkEmailCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -217,7 +212,4 @@ export class SendBulkEmailCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_SendBulkEmailCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-sesv2/src/commands/SendCustomVerificationEmailCommand.ts b/clients/client-sesv2/src/commands/SendCustomVerificationEmailCommand.ts index 8ba421489b78..86f93a9219d8 100644 --- a/clients/client-sesv2/src/commands/SendCustomVerificationEmailCommand.ts +++ b/clients/client-sesv2/src/commands/SendCustomVerificationEmailCommand.ts @@ -107,9 +107,6 @@ export class SendCustomVerificationEmailCommand extends $Command< SendCustomVerificationEmailCommandOutput, SESv2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -123,9 +120,7 @@ export class SendCustomVerificationEmailCommand extends $Command< * @public */ constructor(readonly input: SendCustomVerificationEmailCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -181,7 +176,4 @@ export class SendCustomVerificationEmailCommand extends $Command< ): Promise { return de_SendCustomVerificationEmailCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-sesv2/src/commands/SendEmailCommand.ts b/clients/client-sesv2/src/commands/SendEmailCommand.ts index 83b3c2cff417..7f7fc39cfe8f 100644 --- a/clients/client-sesv2/src/commands/SendEmailCommand.ts +++ b/clients/client-sesv2/src/commands/SendEmailCommand.ts @@ -173,9 +173,6 @@ export class SendEmailCommand extends $Command< SendEmailCommandOutput, SESv2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -189,9 +186,7 @@ export class SendEmailCommand extends $Command< * @public */ constructor(readonly input: SendEmailCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -242,7 +237,4 @@ export class SendEmailCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_SendEmailCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-sesv2/src/commands/TagResourceCommand.ts b/clients/client-sesv2/src/commands/TagResourceCommand.ts index 9358b65e7470..b50b1816bebb 100644 --- a/clients/client-sesv2/src/commands/TagResourceCommand.ts +++ b/clients/client-sesv2/src/commands/TagResourceCommand.ts @@ -94,9 +94,6 @@ export class TagResourceCommand extends $Command< TagResourceCommandOutput, SESv2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -110,9 +107,7 @@ export class TagResourceCommand extends $Command< * @public */ constructor(readonly input: TagResourceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -163,7 +158,4 @@ export class TagResourceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_TagResourceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-sesv2/src/commands/TestRenderEmailTemplateCommand.ts b/clients/client-sesv2/src/commands/TestRenderEmailTemplateCommand.ts index 30a61b58d8b2..bd00743116fe 100644 --- a/clients/client-sesv2/src/commands/TestRenderEmailTemplateCommand.ts +++ b/clients/client-sesv2/src/commands/TestRenderEmailTemplateCommand.ts @@ -82,9 +82,6 @@ export class TestRenderEmailTemplateCommand extends $Command< TestRenderEmailTemplateCommandOutput, SESv2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -98,9 +95,7 @@ export class TestRenderEmailTemplateCommand extends $Command< * @public */ constructor(readonly input: TestRenderEmailTemplateCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -153,7 +148,4 @@ export class TestRenderEmailTemplateCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_TestRenderEmailTemplateCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-sesv2/src/commands/UntagResourceCommand.ts b/clients/client-sesv2/src/commands/UntagResourceCommand.ts index 38a526e90f99..6a758f20bbef 100644 --- a/clients/client-sesv2/src/commands/UntagResourceCommand.ts +++ b/clients/client-sesv2/src/commands/UntagResourceCommand.ts @@ -83,9 +83,6 @@ export class UntagResourceCommand extends $Command< UntagResourceCommandOutput, SESv2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -99,9 +96,7 @@ export class UntagResourceCommand extends $Command< * @public */ constructor(readonly input: UntagResourceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -152,7 +147,4 @@ export class UntagResourceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UntagResourceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-sesv2/src/commands/UpdateConfigurationSetEventDestinationCommand.ts b/clients/client-sesv2/src/commands/UpdateConfigurationSetEventDestinationCommand.ts index 676dc9c1cdc5..05d360e7339c 100644 --- a/clients/client-sesv2/src/commands/UpdateConfigurationSetEventDestinationCommand.ts +++ b/clients/client-sesv2/src/commands/UpdateConfigurationSetEventDestinationCommand.ts @@ -118,9 +118,6 @@ export class UpdateConfigurationSetEventDestinationCommand extends $Command< UpdateConfigurationSetEventDestinationCommandOutput, SESv2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -134,9 +131,7 @@ export class UpdateConfigurationSetEventDestinationCommand extends $Command< * @public */ constructor(readonly input: UpdateConfigurationSetEventDestinationCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -195,7 +190,4 @@ export class UpdateConfigurationSetEventDestinationCommand extends $Command< ): Promise { return de_UpdateConfigurationSetEventDestinationCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-sesv2/src/commands/UpdateContactCommand.ts b/clients/client-sesv2/src/commands/UpdateContactCommand.ts index 1d79243a7d2f..815cedf9175e 100644 --- a/clients/client-sesv2/src/commands/UpdateContactCommand.ts +++ b/clients/client-sesv2/src/commands/UpdateContactCommand.ts @@ -91,9 +91,6 @@ export class UpdateContactCommand extends $Command< UpdateContactCommandOutput, SESv2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -107,9 +104,7 @@ export class UpdateContactCommand extends $Command< * @public */ constructor(readonly input: UpdateContactCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -160,7 +155,4 @@ export class UpdateContactCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdateContactCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-sesv2/src/commands/UpdateContactListCommand.ts b/clients/client-sesv2/src/commands/UpdateContactListCommand.ts index aff41f9ab306..31d3fdf07c9f 100644 --- a/clients/client-sesv2/src/commands/UpdateContactListCommand.ts +++ b/clients/client-sesv2/src/commands/UpdateContactListCommand.ts @@ -89,9 +89,6 @@ export class UpdateContactListCommand extends $Command< UpdateContactListCommandOutput, SESv2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -105,9 +102,7 @@ export class UpdateContactListCommand extends $Command< * @public */ constructor(readonly input: UpdateContactListCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -160,7 +155,4 @@ export class UpdateContactListCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdateContactListCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-sesv2/src/commands/UpdateCustomVerificationEmailTemplateCommand.ts b/clients/client-sesv2/src/commands/UpdateCustomVerificationEmailTemplateCommand.ts index a15d9032478e..3fc73e3bad66 100644 --- a/clients/client-sesv2/src/commands/UpdateCustomVerificationEmailTemplateCommand.ts +++ b/clients/client-sesv2/src/commands/UpdateCustomVerificationEmailTemplateCommand.ts @@ -95,9 +95,6 @@ export class UpdateCustomVerificationEmailTemplateCommand extends $Command< UpdateCustomVerificationEmailTemplateCommandOutput, SESv2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -111,9 +108,7 @@ export class UpdateCustomVerificationEmailTemplateCommand extends $Command< * @public */ constructor(readonly input: UpdateCustomVerificationEmailTemplateCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -172,7 +167,4 @@ export class UpdateCustomVerificationEmailTemplateCommand extends $Command< ): Promise { return de_UpdateCustomVerificationEmailTemplateCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-sesv2/src/commands/UpdateEmailIdentityPolicyCommand.ts b/clients/client-sesv2/src/commands/UpdateEmailIdentityPolicyCommand.ts index 5ed20a508d0e..6aed34eee570 100644 --- a/clients/client-sesv2/src/commands/UpdateEmailIdentityPolicyCommand.ts +++ b/clients/client-sesv2/src/commands/UpdateEmailIdentityPolicyCommand.ts @@ -90,9 +90,6 @@ export class UpdateEmailIdentityPolicyCommand extends $Command< UpdateEmailIdentityPolicyCommandOutput, SESv2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -106,9 +103,7 @@ export class UpdateEmailIdentityPolicyCommand extends $Command< * @public */ constructor(readonly input: UpdateEmailIdentityPolicyCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -164,7 +159,4 @@ export class UpdateEmailIdentityPolicyCommand extends $Command< ): Promise { return de_UpdateEmailIdentityPolicyCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-sesv2/src/commands/UpdateEmailTemplateCommand.ts b/clients/client-sesv2/src/commands/UpdateEmailTemplateCommand.ts index 891c6d8a8bff..c47e04540ada 100644 --- a/clients/client-sesv2/src/commands/UpdateEmailTemplateCommand.ts +++ b/clients/client-sesv2/src/commands/UpdateEmailTemplateCommand.ts @@ -85,9 +85,6 @@ export class UpdateEmailTemplateCommand extends $Command< UpdateEmailTemplateCommandOutput, SESv2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -101,9 +98,7 @@ export class UpdateEmailTemplateCommand extends $Command< * @public */ constructor(readonly input: UpdateEmailTemplateCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -156,7 +151,4 @@ export class UpdateEmailTemplateCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdateEmailTemplateCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-sfn/package.json b/clients/client-sfn/package.json index c324e8c3eda6..905af0fa8e6a 100644 --- a/clients/client-sfn/package.json +++ b/clients/client-sfn/package.json @@ -34,29 +34,29 @@ "@aws-sdk/util-endpoints": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@smithy/config-resolver": "^2.0.16", - "@smithy/fetch-http-handler": "^2.2.4", - "@smithy/hash-node": "^2.0.12", - "@smithy/invalid-dependency": "^2.0.12", - "@smithy/middleware-content-length": "^2.0.14", - "@smithy/middleware-endpoint": "^2.1.3", - "@smithy/middleware-retry": "^2.0.18", - "@smithy/middleware-serde": "^2.0.12", - "@smithy/middleware-stack": "^2.0.6", - "@smithy/node-config-provider": "^2.1.3", - "@smithy/node-http-handler": "^2.1.8", - "@smithy/protocol-http": "^3.0.8", - "@smithy/smithy-client": "^2.1.12", - "@smithy/types": "^2.4.0", - "@smithy/url-parser": "^2.0.12", - "@smithy/util-base64": "^2.0.0", + "@smithy/config-resolver": "^2.0.18", + "@smithy/fetch-http-handler": "^2.2.6", + "@smithy/hash-node": "^2.0.15", + "@smithy/invalid-dependency": "^2.0.13", + "@smithy/middleware-content-length": "^2.0.15", + "@smithy/middleware-endpoint": "^2.2.0", + "@smithy/middleware-retry": "^2.0.20", + "@smithy/middleware-serde": "^2.0.13", + "@smithy/middleware-stack": "^2.0.7", + "@smithy/node-config-provider": "^2.1.5", + "@smithy/node-http-handler": "^2.1.9", + "@smithy/protocol-http": "^3.0.9", + "@smithy/smithy-client": "^2.1.15", + "@smithy/types": "^2.5.0", + "@smithy/url-parser": "^2.0.13", + "@smithy/util-base64": "^2.0.1", "@smithy/util-body-length-browser": "^2.0.0", "@smithy/util-body-length-node": "^2.1.0", - "@smithy/util-defaults-mode-browser": "^2.0.16", - "@smithy/util-defaults-mode-node": "^2.0.21", - "@smithy/util-endpoints": "^1.0.2", - "@smithy/util-retry": "^2.0.5", - "@smithy/util-utf8": "^2.0.0", + "@smithy/util-defaults-mode-browser": "^2.0.19", + "@smithy/util-defaults-mode-node": "^2.0.25", + "@smithy/util-endpoints": "^1.0.4", + "@smithy/util-retry": "^2.0.6", + "@smithy/util-utf8": "^2.0.2", "tslib": "^2.5.0" }, "devDependencies": { diff --git a/clients/client-sfn/src/commands/CreateActivityCommand.ts b/clients/client-sfn/src/commands/CreateActivityCommand.ts index 9ce810aef95d..e67b59b85982 100644 --- a/clients/client-sfn/src/commands/CreateActivityCommand.ts +++ b/clients/client-sfn/src/commands/CreateActivityCommand.ts @@ -104,9 +104,6 @@ export class CreateActivityCommand extends $Command< CreateActivityCommandOutput, SFNClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -120,9 +117,7 @@ export class CreateActivityCommand extends $Command< * @public */ constructor(readonly input: CreateActivityCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -175,7 +170,4 @@ export class CreateActivityCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateActivityCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-sfn/src/commands/CreateStateMachineAliasCommand.ts b/clients/client-sfn/src/commands/CreateStateMachineAliasCommand.ts index 81e082c7f2bb..f1c5d8494480 100644 --- a/clients/client-sfn/src/commands/CreateStateMachineAliasCommand.ts +++ b/clients/client-sfn/src/commands/CreateStateMachineAliasCommand.ts @@ -145,9 +145,6 @@ export class CreateStateMachineAliasCommand extends $Command< CreateStateMachineAliasCommandOutput, SFNClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -161,9 +158,7 @@ export class CreateStateMachineAliasCommand extends $Command< * @public */ constructor(readonly input: CreateStateMachineAliasCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -216,7 +211,4 @@ export class CreateStateMachineAliasCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateStateMachineAliasCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-sfn/src/commands/CreateStateMachineCommand.ts b/clients/client-sfn/src/commands/CreateStateMachineCommand.ts index 44e03bc1842d..312f403b1164 100644 --- a/clients/client-sfn/src/commands/CreateStateMachineCommand.ts +++ b/clients/client-sfn/src/commands/CreateStateMachineCommand.ts @@ -163,9 +163,6 @@ export class CreateStateMachineCommand extends $Command< CreateStateMachineCommandOutput, SFNClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -179,9 +176,7 @@ export class CreateStateMachineCommand extends $Command< * @public */ constructor(readonly input: CreateStateMachineCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -234,7 +229,4 @@ export class CreateStateMachineCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateStateMachineCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-sfn/src/commands/DeleteActivityCommand.ts b/clients/client-sfn/src/commands/DeleteActivityCommand.ts index 928828c8392a..4726806d2690 100644 --- a/clients/client-sfn/src/commands/DeleteActivityCommand.ts +++ b/clients/client-sfn/src/commands/DeleteActivityCommand.ts @@ -71,9 +71,6 @@ export class DeleteActivityCommand extends $Command< DeleteActivityCommandOutput, SFNClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -87,9 +84,7 @@ export class DeleteActivityCommand extends $Command< * @public */ constructor(readonly input: DeleteActivityCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -142,7 +137,4 @@ export class DeleteActivityCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteActivityCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-sfn/src/commands/DeleteStateMachineAliasCommand.ts b/clients/client-sfn/src/commands/DeleteStateMachineAliasCommand.ts index ad0bf1d4b7a6..98dd54a7e9c6 100644 --- a/clients/client-sfn/src/commands/DeleteStateMachineAliasCommand.ts +++ b/clients/client-sfn/src/commands/DeleteStateMachineAliasCommand.ts @@ -109,9 +109,6 @@ export class DeleteStateMachineAliasCommand extends $Command< DeleteStateMachineAliasCommandOutput, SFNClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -125,9 +122,7 @@ export class DeleteStateMachineAliasCommand extends $Command< * @public */ constructor(readonly input: DeleteStateMachineAliasCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -180,7 +175,4 @@ export class DeleteStateMachineAliasCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteStateMachineAliasCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-sfn/src/commands/DeleteStateMachineCommand.ts b/clients/client-sfn/src/commands/DeleteStateMachineCommand.ts index 4f48025fdae9..919980b7b20e 100644 --- a/clients/client-sfn/src/commands/DeleteStateMachineCommand.ts +++ b/clients/client-sfn/src/commands/DeleteStateMachineCommand.ts @@ -100,9 +100,6 @@ export class DeleteStateMachineCommand extends $Command< DeleteStateMachineCommandOutput, SFNClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -116,9 +113,7 @@ export class DeleteStateMachineCommand extends $Command< * @public */ constructor(readonly input: DeleteStateMachineCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -171,7 +166,4 @@ export class DeleteStateMachineCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteStateMachineCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-sfn/src/commands/DeleteStateMachineVersionCommand.ts b/clients/client-sfn/src/commands/DeleteStateMachineVersionCommand.ts index 36566b02df51..0db85a2ee2f8 100644 --- a/clients/client-sfn/src/commands/DeleteStateMachineVersionCommand.ts +++ b/clients/client-sfn/src/commands/DeleteStateMachineVersionCommand.ts @@ -103,9 +103,6 @@ export class DeleteStateMachineVersionCommand extends $Command< DeleteStateMachineVersionCommandOutput, SFNClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -119,9 +116,7 @@ export class DeleteStateMachineVersionCommand extends $Command< * @public */ constructor(readonly input: DeleteStateMachineVersionCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -177,7 +172,4 @@ export class DeleteStateMachineVersionCommand extends $Command< ): Promise { return de_DeleteStateMachineVersionCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-sfn/src/commands/DescribeActivityCommand.ts b/clients/client-sfn/src/commands/DescribeActivityCommand.ts index 297967ad3f3e..b63085ac51cd 100644 --- a/clients/client-sfn/src/commands/DescribeActivityCommand.ts +++ b/clients/client-sfn/src/commands/DescribeActivityCommand.ts @@ -81,9 +81,6 @@ export class DescribeActivityCommand extends $Command< DescribeActivityCommandOutput, SFNClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -97,9 +94,7 @@ export class DescribeActivityCommand extends $Command< * @public */ constructor(readonly input: DescribeActivityCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -152,7 +147,4 @@ export class DescribeActivityCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DescribeActivityCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-sfn/src/commands/DescribeExecutionCommand.ts b/clients/client-sfn/src/commands/DescribeExecutionCommand.ts index eebe7afbe8d9..ab884612d311 100644 --- a/clients/client-sfn/src/commands/DescribeExecutionCommand.ts +++ b/clients/client-sfn/src/commands/DescribeExecutionCommand.ts @@ -108,9 +108,6 @@ export class DescribeExecutionCommand extends $Command< DescribeExecutionCommandOutput, SFNClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -124,9 +121,7 @@ export class DescribeExecutionCommand extends $Command< * @public */ constructor(readonly input: DescribeExecutionCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -179,7 +174,4 @@ export class DescribeExecutionCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DescribeExecutionCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-sfn/src/commands/DescribeMapRunCommand.ts b/clients/client-sfn/src/commands/DescribeMapRunCommand.ts index 89f25bbbd33f..83307eb4e52a 100644 --- a/clients/client-sfn/src/commands/DescribeMapRunCommand.ts +++ b/clients/client-sfn/src/commands/DescribeMapRunCommand.ts @@ -103,9 +103,6 @@ export class DescribeMapRunCommand extends $Command< DescribeMapRunCommandOutput, SFNClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -119,9 +116,7 @@ export class DescribeMapRunCommand extends $Command< * @public */ constructor(readonly input: DescribeMapRunCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -174,7 +169,4 @@ export class DescribeMapRunCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DescribeMapRunCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-sfn/src/commands/DescribeStateMachineAliasCommand.ts b/clients/client-sfn/src/commands/DescribeStateMachineAliasCommand.ts index 6b6639565971..5ccdb38fea8d 100644 --- a/clients/client-sfn/src/commands/DescribeStateMachineAliasCommand.ts +++ b/clients/client-sfn/src/commands/DescribeStateMachineAliasCommand.ts @@ -118,9 +118,6 @@ export class DescribeStateMachineAliasCommand extends $Command< DescribeStateMachineAliasCommandOutput, SFNClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -134,9 +131,7 @@ export class DescribeStateMachineAliasCommand extends $Command< * @public */ constructor(readonly input: DescribeStateMachineAliasCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -192,7 +187,4 @@ export class DescribeStateMachineAliasCommand extends $Command< ): Promise { return de_DescribeStateMachineAliasCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-sfn/src/commands/DescribeStateMachineCommand.ts b/clients/client-sfn/src/commands/DescribeStateMachineCommand.ts index 60d51ceb2f27..9deffcec8b8a 100644 --- a/clients/client-sfn/src/commands/DescribeStateMachineCommand.ts +++ b/clients/client-sfn/src/commands/DescribeStateMachineCommand.ts @@ -136,9 +136,6 @@ export class DescribeStateMachineCommand extends $Command< DescribeStateMachineCommandOutput, SFNClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -152,9 +149,7 @@ export class DescribeStateMachineCommand extends $Command< * @public */ constructor(readonly input: DescribeStateMachineCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -207,7 +202,4 @@ export class DescribeStateMachineCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DescribeStateMachineCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-sfn/src/commands/DescribeStateMachineForExecutionCommand.ts b/clients/client-sfn/src/commands/DescribeStateMachineForExecutionCommand.ts index e527f53da427..a899aa8d20c2 100644 --- a/clients/client-sfn/src/commands/DescribeStateMachineForExecutionCommand.ts +++ b/clients/client-sfn/src/commands/DescribeStateMachineForExecutionCommand.ts @@ -115,9 +115,6 @@ export class DescribeStateMachineForExecutionCommand extends $Command< DescribeStateMachineForExecutionCommandOutput, SFNClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -131,9 +128,7 @@ export class DescribeStateMachineForExecutionCommand extends $Command< * @public */ constructor(readonly input: DescribeStateMachineForExecutionCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -192,7 +187,4 @@ export class DescribeStateMachineForExecutionCommand extends $Command< ): Promise { return de_DescribeStateMachineForExecutionCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-sfn/src/commands/GetActivityTaskCommand.ts b/clients/client-sfn/src/commands/GetActivityTaskCommand.ts index a3a672cd9ba4..2c1a8cad992e 100644 --- a/clients/client-sfn/src/commands/GetActivityTaskCommand.ts +++ b/clients/client-sfn/src/commands/GetActivityTaskCommand.ts @@ -101,9 +101,6 @@ export class GetActivityTaskCommand extends $Command< GetActivityTaskCommandOutput, SFNClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -117,9 +114,7 @@ export class GetActivityTaskCommand extends $Command< * @public */ constructor(readonly input: GetActivityTaskCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -172,7 +167,4 @@ export class GetActivityTaskCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetActivityTaskCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-sfn/src/commands/GetExecutionHistoryCommand.ts b/clients/client-sfn/src/commands/GetExecutionHistoryCommand.ts index 5626c8eb240c..73a5b201300e 100644 --- a/clients/client-sfn/src/commands/GetExecutionHistoryCommand.ts +++ b/clients/client-sfn/src/commands/GetExecutionHistoryCommand.ts @@ -275,9 +275,6 @@ export class GetExecutionHistoryCommand extends $Command< GetExecutionHistoryCommandOutput, SFNClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -291,9 +288,7 @@ export class GetExecutionHistoryCommand extends $Command< * @public */ constructor(readonly input: GetExecutionHistoryCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -346,7 +341,4 @@ export class GetExecutionHistoryCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetExecutionHistoryCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-sfn/src/commands/ListActivitiesCommand.ts b/clients/client-sfn/src/commands/ListActivitiesCommand.ts index c16d91d294ef..2f93cee4a136 100644 --- a/clients/client-sfn/src/commands/ListActivitiesCommand.ts +++ b/clients/client-sfn/src/commands/ListActivitiesCommand.ts @@ -86,9 +86,6 @@ export class ListActivitiesCommand extends $Command< ListActivitiesCommandOutput, SFNClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -102,9 +99,7 @@ export class ListActivitiesCommand extends $Command< * @public */ constructor(readonly input: ListActivitiesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -157,7 +152,4 @@ export class ListActivitiesCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListActivitiesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-sfn/src/commands/ListExecutionsCommand.ts b/clients/client-sfn/src/commands/ListExecutionsCommand.ts index 33d36d2d09f8..e429fa6db395 100644 --- a/clients/client-sfn/src/commands/ListExecutionsCommand.ts +++ b/clients/client-sfn/src/commands/ListExecutionsCommand.ts @@ -115,9 +115,6 @@ export class ListExecutionsCommand extends $Command< ListExecutionsCommandOutput, SFNClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -131,9 +128,7 @@ export class ListExecutionsCommand extends $Command< * @public */ constructor(readonly input: ListExecutionsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -186,7 +181,4 @@ export class ListExecutionsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListExecutionsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-sfn/src/commands/ListMapRunsCommand.ts b/clients/client-sfn/src/commands/ListMapRunsCommand.ts index 998391d94cea..63ffa82a5578 100644 --- a/clients/client-sfn/src/commands/ListMapRunsCommand.ts +++ b/clients/client-sfn/src/commands/ListMapRunsCommand.ts @@ -90,9 +90,6 @@ export class ListMapRunsCommand extends $Command< ListMapRunsCommandOutput, SFNClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -106,9 +103,7 @@ export class ListMapRunsCommand extends $Command< * @public */ constructor(readonly input: ListMapRunsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -159,7 +154,4 @@ export class ListMapRunsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListMapRunsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-sfn/src/commands/ListStateMachineAliasesCommand.ts b/clients/client-sfn/src/commands/ListStateMachineAliasesCommand.ts index 14a3f9845302..45c64b363e00 100644 --- a/clients/client-sfn/src/commands/ListStateMachineAliasesCommand.ts +++ b/clients/client-sfn/src/commands/ListStateMachineAliasesCommand.ts @@ -121,9 +121,6 @@ export class ListStateMachineAliasesCommand extends $Command< ListStateMachineAliasesCommandOutput, SFNClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -137,9 +134,7 @@ export class ListStateMachineAliasesCommand extends $Command< * @public */ constructor(readonly input: ListStateMachineAliasesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -192,7 +187,4 @@ export class ListStateMachineAliasesCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListStateMachineAliasesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-sfn/src/commands/ListStateMachineVersionsCommand.ts b/clients/client-sfn/src/commands/ListStateMachineVersionsCommand.ts index 0cca0157928c..59f01bae9248 100644 --- a/clients/client-sfn/src/commands/ListStateMachineVersionsCommand.ts +++ b/clients/client-sfn/src/commands/ListStateMachineVersionsCommand.ts @@ -105,9 +105,6 @@ export class ListStateMachineVersionsCommand extends $Command< ListStateMachineVersionsCommandOutput, SFNClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -121,9 +118,7 @@ export class ListStateMachineVersionsCommand extends $Command< * @public */ constructor(readonly input: ListStateMachineVersionsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -176,7 +171,4 @@ export class ListStateMachineVersionsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListStateMachineVersionsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-sfn/src/commands/ListStateMachinesCommand.ts b/clients/client-sfn/src/commands/ListStateMachinesCommand.ts index d3c638b485a4..d21c8cab62a6 100644 --- a/clients/client-sfn/src/commands/ListStateMachinesCommand.ts +++ b/clients/client-sfn/src/commands/ListStateMachinesCommand.ts @@ -87,9 +87,6 @@ export class ListStateMachinesCommand extends $Command< ListStateMachinesCommandOutput, SFNClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -103,9 +100,7 @@ export class ListStateMachinesCommand extends $Command< * @public */ constructor(readonly input: ListStateMachinesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -158,7 +153,4 @@ export class ListStateMachinesCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListStateMachinesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-sfn/src/commands/ListTagsForResourceCommand.ts b/clients/client-sfn/src/commands/ListTagsForResourceCommand.ts index 1e9990ae24c8..fd2d3c4743e8 100644 --- a/clients/client-sfn/src/commands/ListTagsForResourceCommand.ts +++ b/clients/client-sfn/src/commands/ListTagsForResourceCommand.ts @@ -82,9 +82,6 @@ export class ListTagsForResourceCommand extends $Command< ListTagsForResourceCommandOutput, SFNClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -98,9 +95,7 @@ export class ListTagsForResourceCommand extends $Command< * @public */ constructor(readonly input: ListTagsForResourceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -153,7 +148,4 @@ export class ListTagsForResourceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListTagsForResourceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-sfn/src/commands/PublishStateMachineVersionCommand.ts b/clients/client-sfn/src/commands/PublishStateMachineVersionCommand.ts index a2d906ff677d..3ff615b48ea1 100644 --- a/clients/client-sfn/src/commands/PublishStateMachineVersionCommand.ts +++ b/clients/client-sfn/src/commands/PublishStateMachineVersionCommand.ts @@ -123,9 +123,6 @@ export class PublishStateMachineVersionCommand extends $Command< PublishStateMachineVersionCommandOutput, SFNClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -139,9 +136,7 @@ export class PublishStateMachineVersionCommand extends $Command< * @public */ constructor(readonly input: PublishStateMachineVersionCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -197,7 +192,4 @@ export class PublishStateMachineVersionCommand extends $Command< ): Promise { return de_PublishStateMachineVersionCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-sfn/src/commands/SendTaskFailureCommand.ts b/clients/client-sfn/src/commands/SendTaskFailureCommand.ts index 25a944d2fdf8..f2ab4649a093 100644 --- a/clients/client-sfn/src/commands/SendTaskFailureCommand.ts +++ b/clients/client-sfn/src/commands/SendTaskFailureCommand.ts @@ -82,9 +82,6 @@ export class SendTaskFailureCommand extends $Command< SendTaskFailureCommandOutput, SFNClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -98,9 +95,7 @@ export class SendTaskFailureCommand extends $Command< * @public */ constructor(readonly input: SendTaskFailureCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -153,7 +148,4 @@ export class SendTaskFailureCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_SendTaskFailureCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-sfn/src/commands/SendTaskHeartbeatCommand.ts b/clients/client-sfn/src/commands/SendTaskHeartbeatCommand.ts index 5f9d0a5e0a23..b8d7b118564c 100644 --- a/clients/client-sfn/src/commands/SendTaskHeartbeatCommand.ts +++ b/clients/client-sfn/src/commands/SendTaskHeartbeatCommand.ts @@ -89,9 +89,6 @@ export class SendTaskHeartbeatCommand extends $Command< SendTaskHeartbeatCommandOutput, SFNClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -105,9 +102,7 @@ export class SendTaskHeartbeatCommand extends $Command< * @public */ constructor(readonly input: SendTaskHeartbeatCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -160,7 +155,4 @@ export class SendTaskHeartbeatCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_SendTaskHeartbeatCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-sfn/src/commands/SendTaskSuccessCommand.ts b/clients/client-sfn/src/commands/SendTaskSuccessCommand.ts index 8da6b52405c3..fb4306059cca 100644 --- a/clients/client-sfn/src/commands/SendTaskSuccessCommand.ts +++ b/clients/client-sfn/src/commands/SendTaskSuccessCommand.ts @@ -85,9 +85,6 @@ export class SendTaskSuccessCommand extends $Command< SendTaskSuccessCommandOutput, SFNClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -101,9 +98,7 @@ export class SendTaskSuccessCommand extends $Command< * @public */ constructor(readonly input: SendTaskSuccessCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -156,7 +151,4 @@ export class SendTaskSuccessCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_SendTaskSuccessCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-sfn/src/commands/StartExecutionCommand.ts b/clients/client-sfn/src/commands/StartExecutionCommand.ts index 01a165f4982c..78c52fa39a05 100644 --- a/clients/client-sfn/src/commands/StartExecutionCommand.ts +++ b/clients/client-sfn/src/commands/StartExecutionCommand.ts @@ -145,9 +145,6 @@ export class StartExecutionCommand extends $Command< StartExecutionCommandOutput, SFNClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -161,9 +158,7 @@ export class StartExecutionCommand extends $Command< * @public */ constructor(readonly input: StartExecutionCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -216,7 +211,4 @@ export class StartExecutionCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_StartExecutionCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-sfn/src/commands/StartSyncExecutionCommand.ts b/clients/client-sfn/src/commands/StartSyncExecutionCommand.ts index e200659c8f42..7f3192d129b0 100644 --- a/clients/client-sfn/src/commands/StartSyncExecutionCommand.ts +++ b/clients/client-sfn/src/commands/StartSyncExecutionCommand.ts @@ -128,9 +128,6 @@ export class StartSyncExecutionCommand extends $Command< StartSyncExecutionCommandOutput, SFNClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -144,9 +141,7 @@ export class StartSyncExecutionCommand extends $Command< * @public */ constructor(readonly input: StartSyncExecutionCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -199,7 +194,4 @@ export class StartSyncExecutionCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_StartSyncExecutionCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-sfn/src/commands/StopExecutionCommand.ts b/clients/client-sfn/src/commands/StopExecutionCommand.ts index 5a464b3bf240..1c5855f6dbc7 100644 --- a/clients/client-sfn/src/commands/StopExecutionCommand.ts +++ b/clients/client-sfn/src/commands/StopExecutionCommand.ts @@ -82,9 +82,6 @@ export class StopExecutionCommand extends $Command< StopExecutionCommandOutput, SFNClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -98,9 +95,7 @@ export class StopExecutionCommand extends $Command< * @public */ constructor(readonly input: StopExecutionCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -151,7 +146,4 @@ export class StopExecutionCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_StopExecutionCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-sfn/src/commands/TagResourceCommand.ts b/clients/client-sfn/src/commands/TagResourceCommand.ts index 49b956e41b71..9cfe4920aa4f 100644 --- a/clients/client-sfn/src/commands/TagResourceCommand.ts +++ b/clients/client-sfn/src/commands/TagResourceCommand.ts @@ -89,9 +89,6 @@ export class TagResourceCommand extends $Command< TagResourceCommandOutput, SFNClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -105,9 +102,7 @@ export class TagResourceCommand extends $Command< * @public */ constructor(readonly input: TagResourceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -158,7 +153,4 @@ export class TagResourceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_TagResourceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-sfn/src/commands/UntagResourceCommand.ts b/clients/client-sfn/src/commands/UntagResourceCommand.ts index 51949536af68..252e33724f3b 100644 --- a/clients/client-sfn/src/commands/UntagResourceCommand.ts +++ b/clients/client-sfn/src/commands/UntagResourceCommand.ts @@ -77,9 +77,6 @@ export class UntagResourceCommand extends $Command< UntagResourceCommandOutput, SFNClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -93,9 +90,7 @@ export class UntagResourceCommand extends $Command< * @public */ constructor(readonly input: UntagResourceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -146,7 +141,4 @@ export class UntagResourceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UntagResourceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-sfn/src/commands/UpdateMapRunCommand.ts b/clients/client-sfn/src/commands/UpdateMapRunCommand.ts index aa7f2c8fcbba..cfece8fdf40b 100644 --- a/clients/client-sfn/src/commands/UpdateMapRunCommand.ts +++ b/clients/client-sfn/src/commands/UpdateMapRunCommand.ts @@ -80,9 +80,6 @@ export class UpdateMapRunCommand extends $Command< UpdateMapRunCommandOutput, SFNClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -96,9 +93,7 @@ export class UpdateMapRunCommand extends $Command< * @public */ constructor(readonly input: UpdateMapRunCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -149,7 +144,4 @@ export class UpdateMapRunCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdateMapRunCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-sfn/src/commands/UpdateStateMachineAliasCommand.ts b/clients/client-sfn/src/commands/UpdateStateMachineAliasCommand.ts index 5383f982b047..f1e95699b0fe 100644 --- a/clients/client-sfn/src/commands/UpdateStateMachineAliasCommand.ts +++ b/clients/client-sfn/src/commands/UpdateStateMachineAliasCommand.ts @@ -133,9 +133,6 @@ export class UpdateStateMachineAliasCommand extends $Command< UpdateStateMachineAliasCommandOutput, SFNClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -149,9 +146,7 @@ export class UpdateStateMachineAliasCommand extends $Command< * @public */ constructor(readonly input: UpdateStateMachineAliasCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -204,7 +199,4 @@ export class UpdateStateMachineAliasCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdateStateMachineAliasCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-sfn/src/commands/UpdateStateMachineCommand.ts b/clients/client-sfn/src/commands/UpdateStateMachineCommand.ts index fdcc06800bde..8ca25355ca3b 100644 --- a/clients/client-sfn/src/commands/UpdateStateMachineCommand.ts +++ b/clients/client-sfn/src/commands/UpdateStateMachineCommand.ts @@ -173,9 +173,6 @@ export class UpdateStateMachineCommand extends $Command< UpdateStateMachineCommandOutput, SFNClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -189,9 +186,7 @@ export class UpdateStateMachineCommand extends $Command< * @public */ constructor(readonly input: UpdateStateMachineCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -244,7 +239,4 @@ export class UpdateStateMachineCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdateStateMachineCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-shield/package.json b/clients/client-shield/package.json index 7c518ed4d2f2..7401b1f31ab6 100644 --- a/clients/client-shield/package.json +++ b/clients/client-shield/package.json @@ -34,29 +34,29 @@ "@aws-sdk/util-endpoints": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@smithy/config-resolver": "^2.0.16", - "@smithy/fetch-http-handler": "^2.2.4", - "@smithy/hash-node": "^2.0.12", - "@smithy/invalid-dependency": "^2.0.12", - "@smithy/middleware-content-length": "^2.0.14", - "@smithy/middleware-endpoint": "^2.1.3", - "@smithy/middleware-retry": "^2.0.18", - "@smithy/middleware-serde": "^2.0.12", - "@smithy/middleware-stack": "^2.0.6", - "@smithy/node-config-provider": "^2.1.3", - "@smithy/node-http-handler": "^2.1.8", - "@smithy/protocol-http": "^3.0.8", - "@smithy/smithy-client": "^2.1.12", - "@smithy/types": "^2.4.0", - "@smithy/url-parser": "^2.0.12", - "@smithy/util-base64": "^2.0.0", + "@smithy/config-resolver": "^2.0.18", + "@smithy/fetch-http-handler": "^2.2.6", + "@smithy/hash-node": "^2.0.15", + "@smithy/invalid-dependency": "^2.0.13", + "@smithy/middleware-content-length": "^2.0.15", + "@smithy/middleware-endpoint": "^2.2.0", + "@smithy/middleware-retry": "^2.0.20", + "@smithy/middleware-serde": "^2.0.13", + "@smithy/middleware-stack": "^2.0.7", + "@smithy/node-config-provider": "^2.1.5", + "@smithy/node-http-handler": "^2.1.9", + "@smithy/protocol-http": "^3.0.9", + "@smithy/smithy-client": "^2.1.15", + "@smithy/types": "^2.5.0", + "@smithy/url-parser": "^2.0.13", + "@smithy/util-base64": "^2.0.1", "@smithy/util-body-length-browser": "^2.0.0", "@smithy/util-body-length-node": "^2.1.0", - "@smithy/util-defaults-mode-browser": "^2.0.16", - "@smithy/util-defaults-mode-node": "^2.0.21", - "@smithy/util-endpoints": "^1.0.2", - "@smithy/util-retry": "^2.0.5", - "@smithy/util-utf8": "^2.0.0", + "@smithy/util-defaults-mode-browser": "^2.0.19", + "@smithy/util-defaults-mode-node": "^2.0.25", + "@smithy/util-endpoints": "^1.0.4", + "@smithy/util-retry": "^2.0.6", + "@smithy/util-utf8": "^2.0.2", "tslib": "^2.5.0" }, "devDependencies": { diff --git a/clients/client-shield/src/commands/AssociateDRTLogBucketCommand.ts b/clients/client-shield/src/commands/AssociateDRTLogBucketCommand.ts index 9a64ef9e1627..9b9e44b824b0 100644 --- a/clients/client-shield/src/commands/AssociateDRTLogBucketCommand.ts +++ b/clients/client-shield/src/commands/AssociateDRTLogBucketCommand.ts @@ -94,9 +94,6 @@ export class AssociateDRTLogBucketCommand extends $Command< AssociateDRTLogBucketCommandOutput, ShieldClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -110,9 +107,7 @@ export class AssociateDRTLogBucketCommand extends $Command< * @public */ constructor(readonly input: AssociateDRTLogBucketCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -165,7 +160,4 @@ export class AssociateDRTLogBucketCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_AssociateDRTLogBucketCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-shield/src/commands/AssociateDRTRoleCommand.ts b/clients/client-shield/src/commands/AssociateDRTRoleCommand.ts index 1ab9910376a9..c8e5ecbd62bf 100644 --- a/clients/client-shield/src/commands/AssociateDRTRoleCommand.ts +++ b/clients/client-shield/src/commands/AssociateDRTRoleCommand.ts @@ -93,9 +93,6 @@ export class AssociateDRTRoleCommand extends $Command< AssociateDRTRoleCommandOutput, ShieldClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -109,9 +106,7 @@ export class AssociateDRTRoleCommand extends $Command< * @public */ constructor(readonly input: AssociateDRTRoleCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -164,7 +159,4 @@ export class AssociateDRTRoleCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_AssociateDRTRoleCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-shield/src/commands/AssociateHealthCheckCommand.ts b/clients/client-shield/src/commands/AssociateHealthCheckCommand.ts index b25c83f17658..512e4927c5b3 100644 --- a/clients/client-shield/src/commands/AssociateHealthCheckCommand.ts +++ b/clients/client-shield/src/commands/AssociateHealthCheckCommand.ts @@ -89,9 +89,6 @@ export class AssociateHealthCheckCommand extends $Command< AssociateHealthCheckCommandOutput, ShieldClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -105,9 +102,7 @@ export class AssociateHealthCheckCommand extends $Command< * @public */ constructor(readonly input: AssociateHealthCheckCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -160,7 +155,4 @@ export class AssociateHealthCheckCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_AssociateHealthCheckCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-shield/src/commands/AssociateProactiveEngagementDetailsCommand.ts b/clients/client-shield/src/commands/AssociateProactiveEngagementDetailsCommand.ts index 18d4ceb29eb2..e6dd15267259 100644 --- a/clients/client-shield/src/commands/AssociateProactiveEngagementDetailsCommand.ts +++ b/clients/client-shield/src/commands/AssociateProactiveEngagementDetailsCommand.ts @@ -103,9 +103,6 @@ export class AssociateProactiveEngagementDetailsCommand extends $Command< AssociateProactiveEngagementDetailsCommandOutput, ShieldClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -119,9 +116,7 @@ export class AssociateProactiveEngagementDetailsCommand extends $Command< * @public */ constructor(readonly input: AssociateProactiveEngagementDetailsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -180,7 +175,4 @@ export class AssociateProactiveEngagementDetailsCommand extends $Command< ): Promise { return de_AssociateProactiveEngagementDetailsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-shield/src/commands/CreateProtectionCommand.ts b/clients/client-shield/src/commands/CreateProtectionCommand.ts index 5ed4fdab8b1e..3051352aa710 100644 --- a/clients/client-shield/src/commands/CreateProtectionCommand.ts +++ b/clients/client-shield/src/commands/CreateProtectionCommand.ts @@ -107,9 +107,6 @@ export class CreateProtectionCommand extends $Command< CreateProtectionCommandOutput, ShieldClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -123,9 +120,7 @@ export class CreateProtectionCommand extends $Command< * @public */ constructor(readonly input: CreateProtectionCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -178,7 +173,4 @@ export class CreateProtectionCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateProtectionCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-shield/src/commands/CreateProtectionGroupCommand.ts b/clients/client-shield/src/commands/CreateProtectionGroupCommand.ts index 8c00bb03aaee..9336f4da0f5f 100644 --- a/clients/client-shield/src/commands/CreateProtectionGroupCommand.ts +++ b/clients/client-shield/src/commands/CreateProtectionGroupCommand.ts @@ -99,9 +99,6 @@ export class CreateProtectionGroupCommand extends $Command< CreateProtectionGroupCommandOutput, ShieldClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -115,9 +112,7 @@ export class CreateProtectionGroupCommand extends $Command< * @public */ constructor(readonly input: CreateProtectionGroupCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -170,7 +165,4 @@ export class CreateProtectionGroupCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateProtectionGroupCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-shield/src/commands/CreateSubscriptionCommand.ts b/clients/client-shield/src/commands/CreateSubscriptionCommand.ts index 3d9ade33f452..247fc9c18542 100644 --- a/clients/client-shield/src/commands/CreateSubscriptionCommand.ts +++ b/clients/client-shield/src/commands/CreateSubscriptionCommand.ts @@ -77,9 +77,6 @@ export class CreateSubscriptionCommand extends $Command< CreateSubscriptionCommandOutput, ShieldClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -93,9 +90,7 @@ export class CreateSubscriptionCommand extends $Command< * @public */ constructor(readonly input: CreateSubscriptionCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -148,7 +143,4 @@ export class CreateSubscriptionCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateSubscriptionCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-shield/src/commands/DeleteProtectionCommand.ts b/clients/client-shield/src/commands/DeleteProtectionCommand.ts index aa0d4de4bacc..f6304f33a611 100644 --- a/clients/client-shield/src/commands/DeleteProtectionCommand.ts +++ b/clients/client-shield/src/commands/DeleteProtectionCommand.ts @@ -78,9 +78,6 @@ export class DeleteProtectionCommand extends $Command< DeleteProtectionCommandOutput, ShieldClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -94,9 +91,7 @@ export class DeleteProtectionCommand extends $Command< * @public */ constructor(readonly input: DeleteProtectionCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -149,7 +144,4 @@ export class DeleteProtectionCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteProtectionCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-shield/src/commands/DeleteProtectionGroupCommand.ts b/clients/client-shield/src/commands/DeleteProtectionGroupCommand.ts index 56abb40abd2e..1f162716a810 100644 --- a/clients/client-shield/src/commands/DeleteProtectionGroupCommand.ts +++ b/clients/client-shield/src/commands/DeleteProtectionGroupCommand.ts @@ -78,9 +78,6 @@ export class DeleteProtectionGroupCommand extends $Command< DeleteProtectionGroupCommandOutput, ShieldClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -94,9 +91,7 @@ export class DeleteProtectionGroupCommand extends $Command< * @public */ constructor(readonly input: DeleteProtectionGroupCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -149,7 +144,4 @@ export class DeleteProtectionGroupCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteProtectionGroupCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-shield/src/commands/DeleteSubscriptionCommand.ts b/clients/client-shield/src/commands/DeleteSubscriptionCommand.ts index 3126195bab78..1655b8b264c2 100644 --- a/clients/client-shield/src/commands/DeleteSubscriptionCommand.ts +++ b/clients/client-shield/src/commands/DeleteSubscriptionCommand.ts @@ -77,9 +77,6 @@ export class DeleteSubscriptionCommand extends $Command< DeleteSubscriptionCommandOutput, ShieldClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -93,9 +90,7 @@ export class DeleteSubscriptionCommand extends $Command< * @public */ constructor(readonly input: DeleteSubscriptionCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -148,7 +143,4 @@ export class DeleteSubscriptionCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteSubscriptionCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-shield/src/commands/DescribeAttackCommand.ts b/clients/client-shield/src/commands/DescribeAttackCommand.ts index dbb9e70f6b81..889e28b4ea14 100644 --- a/clients/client-shield/src/commands/DescribeAttackCommand.ts +++ b/clients/client-shield/src/commands/DescribeAttackCommand.ts @@ -132,9 +132,6 @@ export class DescribeAttackCommand extends $Command< DescribeAttackCommandOutput, ShieldClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -148,9 +145,7 @@ export class DescribeAttackCommand extends $Command< * @public */ constructor(readonly input: DescribeAttackCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -203,7 +198,4 @@ export class DescribeAttackCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DescribeAttackCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-shield/src/commands/DescribeAttackStatisticsCommand.ts b/clients/client-shield/src/commands/DescribeAttackStatisticsCommand.ts index d61299f8f34a..cff4a020e54b 100644 --- a/clients/client-shield/src/commands/DescribeAttackStatisticsCommand.ts +++ b/clients/client-shield/src/commands/DescribeAttackStatisticsCommand.ts @@ -92,9 +92,6 @@ export class DescribeAttackStatisticsCommand extends $Command< DescribeAttackStatisticsCommandOutput, ShieldClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -108,9 +105,7 @@ export class DescribeAttackStatisticsCommand extends $Command< * @public */ constructor(readonly input: DescribeAttackStatisticsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -163,7 +158,4 @@ export class DescribeAttackStatisticsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DescribeAttackStatisticsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-shield/src/commands/DescribeDRTAccessCommand.ts b/clients/client-shield/src/commands/DescribeDRTAccessCommand.ts index c98dc9b8723b..942b024b7c66 100644 --- a/clients/client-shield/src/commands/DescribeDRTAccessCommand.ts +++ b/clients/client-shield/src/commands/DescribeDRTAccessCommand.ts @@ -77,9 +77,6 @@ export class DescribeDRTAccessCommand extends $Command< DescribeDRTAccessCommandOutput, ShieldClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -93,9 +90,7 @@ export class DescribeDRTAccessCommand extends $Command< * @public */ constructor(readonly input: DescribeDRTAccessCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -148,7 +143,4 @@ export class DescribeDRTAccessCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DescribeDRTAccessCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-shield/src/commands/DescribeEmergencyContactSettingsCommand.ts b/clients/client-shield/src/commands/DescribeEmergencyContactSettingsCommand.ts index a507e0eac1d6..49af999191a8 100644 --- a/clients/client-shield/src/commands/DescribeEmergencyContactSettingsCommand.ts +++ b/clients/client-shield/src/commands/DescribeEmergencyContactSettingsCommand.ts @@ -85,9 +85,6 @@ export class DescribeEmergencyContactSettingsCommand extends $Command< DescribeEmergencyContactSettingsCommandOutput, ShieldClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -101,9 +98,7 @@ export class DescribeEmergencyContactSettingsCommand extends $Command< * @public */ constructor(readonly input: DescribeEmergencyContactSettingsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -162,7 +157,4 @@ export class DescribeEmergencyContactSettingsCommand extends $Command< ): Promise { return de_DescribeEmergencyContactSettingsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-shield/src/commands/DescribeProtectionCommand.ts b/clients/client-shield/src/commands/DescribeProtectionCommand.ts index 421dabfaf683..dfe382cc4d10 100644 --- a/clients/client-shield/src/commands/DescribeProtectionCommand.ts +++ b/clients/client-shield/src/commands/DescribeProtectionCommand.ts @@ -95,9 +95,6 @@ export class DescribeProtectionCommand extends $Command< DescribeProtectionCommandOutput, ShieldClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -111,9 +108,7 @@ export class DescribeProtectionCommand extends $Command< * @public */ constructor(readonly input: DescribeProtectionCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -166,7 +161,4 @@ export class DescribeProtectionCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DescribeProtectionCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-shield/src/commands/DescribeProtectionGroupCommand.ts b/clients/client-shield/src/commands/DescribeProtectionGroupCommand.ts index 18112bd072bb..2f857223bec1 100644 --- a/clients/client-shield/src/commands/DescribeProtectionGroupCommand.ts +++ b/clients/client-shield/src/commands/DescribeProtectionGroupCommand.ts @@ -85,9 +85,6 @@ export class DescribeProtectionGroupCommand extends $Command< DescribeProtectionGroupCommandOutput, ShieldClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -101,9 +98,7 @@ export class DescribeProtectionGroupCommand extends $Command< * @public */ constructor(readonly input: DescribeProtectionGroupCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -156,7 +151,4 @@ export class DescribeProtectionGroupCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DescribeProtectionGroupCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-shield/src/commands/DescribeSubscriptionCommand.ts b/clients/client-shield/src/commands/DescribeSubscriptionCommand.ts index e05e943893a7..34c2abbb7041 100644 --- a/clients/client-shield/src/commands/DescribeSubscriptionCommand.ts +++ b/clients/client-shield/src/commands/DescribeSubscriptionCommand.ts @@ -105,9 +105,6 @@ export class DescribeSubscriptionCommand extends $Command< DescribeSubscriptionCommandOutput, ShieldClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -121,9 +118,7 @@ export class DescribeSubscriptionCommand extends $Command< * @public */ constructor(readonly input: DescribeSubscriptionCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -176,7 +171,4 @@ export class DescribeSubscriptionCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DescribeSubscriptionCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-shield/src/commands/DisableApplicationLayerAutomaticResponseCommand.ts b/clients/client-shield/src/commands/DisableApplicationLayerAutomaticResponseCommand.ts index 5ce5d42279c2..7b49bbfb1680 100644 --- a/clients/client-shield/src/commands/DisableApplicationLayerAutomaticResponseCommand.ts +++ b/clients/client-shield/src/commands/DisableApplicationLayerAutomaticResponseCommand.ts @@ -94,9 +94,6 @@ export class DisableApplicationLayerAutomaticResponseCommand extends $Command< DisableApplicationLayerAutomaticResponseCommandOutput, ShieldClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -110,9 +107,7 @@ export class DisableApplicationLayerAutomaticResponseCommand extends $Command< * @public */ constructor(readonly input: DisableApplicationLayerAutomaticResponseCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -177,7 +172,4 @@ export class DisableApplicationLayerAutomaticResponseCommand extends $Command< ): Promise { return de_DisableApplicationLayerAutomaticResponseCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-shield/src/commands/DisableProactiveEngagementCommand.ts b/clients/client-shield/src/commands/DisableProactiveEngagementCommand.ts index 42c3b9566b2d..4cd0539d0753 100644 --- a/clients/client-shield/src/commands/DisableProactiveEngagementCommand.ts +++ b/clients/client-shield/src/commands/DisableProactiveEngagementCommand.ts @@ -82,9 +82,6 @@ export class DisableProactiveEngagementCommand extends $Command< DisableProactiveEngagementCommandOutput, ShieldClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -98,9 +95,7 @@ export class DisableProactiveEngagementCommand extends $Command< * @public */ constructor(readonly input: DisableProactiveEngagementCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -156,7 +151,4 @@ export class DisableProactiveEngagementCommand extends $Command< ): Promise { return de_DisableProactiveEngagementCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-shield/src/commands/DisassociateDRTLogBucketCommand.ts b/clients/client-shield/src/commands/DisassociateDRTLogBucketCommand.ts index cbe1458b9aa5..65889a114443 100644 --- a/clients/client-shield/src/commands/DisassociateDRTLogBucketCommand.ts +++ b/clients/client-shield/src/commands/DisassociateDRTLogBucketCommand.ts @@ -87,9 +87,6 @@ export class DisassociateDRTLogBucketCommand extends $Command< DisassociateDRTLogBucketCommandOutput, ShieldClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -103,9 +100,7 @@ export class DisassociateDRTLogBucketCommand extends $Command< * @public */ constructor(readonly input: DisassociateDRTLogBucketCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -158,7 +153,4 @@ export class DisassociateDRTLogBucketCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DisassociateDRTLogBucketCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-shield/src/commands/DisassociateDRTRoleCommand.ts b/clients/client-shield/src/commands/DisassociateDRTRoleCommand.ts index 6ecba71f1677..2ad9019616b9 100644 --- a/clients/client-shield/src/commands/DisassociateDRTRoleCommand.ts +++ b/clients/client-shield/src/commands/DisassociateDRTRoleCommand.ts @@ -79,9 +79,6 @@ export class DisassociateDRTRoleCommand extends $Command< DisassociateDRTRoleCommandOutput, ShieldClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -95,9 +92,7 @@ export class DisassociateDRTRoleCommand extends $Command< * @public */ constructor(readonly input: DisassociateDRTRoleCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -150,7 +145,4 @@ export class DisassociateDRTRoleCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DisassociateDRTRoleCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-shield/src/commands/DisassociateHealthCheckCommand.ts b/clients/client-shield/src/commands/DisassociateHealthCheckCommand.ts index e6103f1469c1..fb74231821c5 100644 --- a/clients/client-shield/src/commands/DisassociateHealthCheckCommand.ts +++ b/clients/client-shield/src/commands/DisassociateHealthCheckCommand.ts @@ -86,9 +86,6 @@ export class DisassociateHealthCheckCommand extends $Command< DisassociateHealthCheckCommandOutput, ShieldClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -102,9 +99,7 @@ export class DisassociateHealthCheckCommand extends $Command< * @public */ constructor(readonly input: DisassociateHealthCheckCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -157,7 +152,4 @@ export class DisassociateHealthCheckCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DisassociateHealthCheckCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-shield/src/commands/EnableApplicationLayerAutomaticResponseCommand.ts b/clients/client-shield/src/commands/EnableApplicationLayerAutomaticResponseCommand.ts index 1a7d251ecea0..779150ba0161 100644 --- a/clients/client-shield/src/commands/EnableApplicationLayerAutomaticResponseCommand.ts +++ b/clients/client-shield/src/commands/EnableApplicationLayerAutomaticResponseCommand.ts @@ -114,9 +114,6 @@ export class EnableApplicationLayerAutomaticResponseCommand extends $Command< EnableApplicationLayerAutomaticResponseCommandOutput, ShieldClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -130,9 +127,7 @@ export class EnableApplicationLayerAutomaticResponseCommand extends $Command< * @public */ constructor(readonly input: EnableApplicationLayerAutomaticResponseCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -197,7 +192,4 @@ export class EnableApplicationLayerAutomaticResponseCommand extends $Command< ): Promise { return de_EnableApplicationLayerAutomaticResponseCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-shield/src/commands/EnableProactiveEngagementCommand.ts b/clients/client-shield/src/commands/EnableProactiveEngagementCommand.ts index f4351bb495bc..5750889cac7f 100644 --- a/clients/client-shield/src/commands/EnableProactiveEngagementCommand.ts +++ b/clients/client-shield/src/commands/EnableProactiveEngagementCommand.ts @@ -82,9 +82,6 @@ export class EnableProactiveEngagementCommand extends $Command< EnableProactiveEngagementCommandOutput, ShieldClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -98,9 +95,7 @@ export class EnableProactiveEngagementCommand extends $Command< * @public */ constructor(readonly input: EnableProactiveEngagementCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -156,7 +151,4 @@ export class EnableProactiveEngagementCommand extends $Command< ): Promise { return de_EnableProactiveEngagementCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-shield/src/commands/GetSubscriptionStateCommand.ts b/clients/client-shield/src/commands/GetSubscriptionStateCommand.ts index 89b03f828e00..0a32c79f0e83 100644 --- a/clients/client-shield/src/commands/GetSubscriptionStateCommand.ts +++ b/clients/client-shield/src/commands/GetSubscriptionStateCommand.ts @@ -71,9 +71,6 @@ export class GetSubscriptionStateCommand extends $Command< GetSubscriptionStateCommandOutput, ShieldClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -87,9 +84,7 @@ export class GetSubscriptionStateCommand extends $Command< * @public */ constructor(readonly input: GetSubscriptionStateCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -142,7 +137,4 @@ export class GetSubscriptionStateCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetSubscriptionStateCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-shield/src/commands/ListAttacksCommand.ts b/clients/client-shield/src/commands/ListAttacksCommand.ts index 16720e901f96..b3f679833145 100644 --- a/clients/client-shield/src/commands/ListAttacksCommand.ts +++ b/clients/client-shield/src/commands/ListAttacksCommand.ts @@ -105,9 +105,6 @@ export class ListAttacksCommand extends $Command< ListAttacksCommandOutput, ShieldClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -121,9 +118,7 @@ export class ListAttacksCommand extends $Command< * @public */ constructor(readonly input: ListAttacksCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -174,7 +169,4 @@ export class ListAttacksCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListAttacksCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-shield/src/commands/ListProtectionGroupsCommand.ts b/clients/client-shield/src/commands/ListProtectionGroupsCommand.ts index 67f29113c459..58208b14a8fc 100644 --- a/clients/client-shield/src/commands/ListProtectionGroupsCommand.ts +++ b/clients/client-shield/src/commands/ListProtectionGroupsCommand.ts @@ -107,9 +107,6 @@ export class ListProtectionGroupsCommand extends $Command< ListProtectionGroupsCommandOutput, ShieldClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -123,9 +120,7 @@ export class ListProtectionGroupsCommand extends $Command< * @public */ constructor(readonly input: ListProtectionGroupsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -178,7 +173,4 @@ export class ListProtectionGroupsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListProtectionGroupsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-shield/src/commands/ListProtectionsCommand.ts b/clients/client-shield/src/commands/ListProtectionsCommand.ts index 5d8229becf62..b5fe97e3523b 100644 --- a/clients/client-shield/src/commands/ListProtectionsCommand.ts +++ b/clients/client-shield/src/commands/ListProtectionsCommand.ts @@ -110,9 +110,6 @@ export class ListProtectionsCommand extends $Command< ListProtectionsCommandOutput, ShieldClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -126,9 +123,7 @@ export class ListProtectionsCommand extends $Command< * @public */ constructor(readonly input: ListProtectionsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -181,7 +176,4 @@ export class ListProtectionsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListProtectionsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-shield/src/commands/ListResourcesInProtectionGroupCommand.ts b/clients/client-shield/src/commands/ListResourcesInProtectionGroupCommand.ts index 8265ba1fee65..aa61dd42de29 100644 --- a/clients/client-shield/src/commands/ListResourcesInProtectionGroupCommand.ts +++ b/clients/client-shield/src/commands/ListResourcesInProtectionGroupCommand.ts @@ -89,9 +89,6 @@ export class ListResourcesInProtectionGroupCommand extends $Command< ListResourcesInProtectionGroupCommandOutput, ShieldClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -105,9 +102,7 @@ export class ListResourcesInProtectionGroupCommand extends $Command< * @public */ constructor(readonly input: ListResourcesInProtectionGroupCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -166,7 +161,4 @@ export class ListResourcesInProtectionGroupCommand extends $Command< ): Promise { return de_ListResourcesInProtectionGroupCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-shield/src/commands/ListTagsForResourceCommand.ts b/clients/client-shield/src/commands/ListTagsForResourceCommand.ts index dfbf89ff959a..3da36a302341 100644 --- a/clients/client-shield/src/commands/ListTagsForResourceCommand.ts +++ b/clients/client-shield/src/commands/ListTagsForResourceCommand.ts @@ -84,9 +84,6 @@ export class ListTagsForResourceCommand extends $Command< ListTagsForResourceCommandOutput, ShieldClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -100,9 +97,7 @@ export class ListTagsForResourceCommand extends $Command< * @public */ constructor(readonly input: ListTagsForResourceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -155,7 +150,4 @@ export class ListTagsForResourceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListTagsForResourceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-shield/src/commands/TagResourceCommand.ts b/clients/client-shield/src/commands/TagResourceCommand.ts index ad36a7247cc3..30e3f08f0f3a 100644 --- a/clients/client-shield/src/commands/TagResourceCommand.ts +++ b/clients/client-shield/src/commands/TagResourceCommand.ts @@ -86,9 +86,6 @@ export class TagResourceCommand extends $Command< TagResourceCommandOutput, ShieldClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -102,9 +99,7 @@ export class TagResourceCommand extends $Command< * @public */ constructor(readonly input: TagResourceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -155,7 +150,4 @@ export class TagResourceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_TagResourceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-shield/src/commands/UntagResourceCommand.ts b/clients/client-shield/src/commands/UntagResourceCommand.ts index 8924d01c3a69..d25f9f8c30f3 100644 --- a/clients/client-shield/src/commands/UntagResourceCommand.ts +++ b/clients/client-shield/src/commands/UntagResourceCommand.ts @@ -83,9 +83,6 @@ export class UntagResourceCommand extends $Command< UntagResourceCommandOutput, ShieldClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -99,9 +96,7 @@ export class UntagResourceCommand extends $Command< * @public */ constructor(readonly input: UntagResourceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -152,7 +147,4 @@ export class UntagResourceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UntagResourceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-shield/src/commands/UpdateApplicationLayerAutomaticResponseCommand.ts b/clients/client-shield/src/commands/UpdateApplicationLayerAutomaticResponseCommand.ts index 4e2ea0b99030..a7f7856b94cb 100644 --- a/clients/client-shield/src/commands/UpdateApplicationLayerAutomaticResponseCommand.ts +++ b/clients/client-shield/src/commands/UpdateApplicationLayerAutomaticResponseCommand.ts @@ -97,9 +97,6 @@ export class UpdateApplicationLayerAutomaticResponseCommand extends $Command< UpdateApplicationLayerAutomaticResponseCommandOutput, ShieldClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -113,9 +110,7 @@ export class UpdateApplicationLayerAutomaticResponseCommand extends $Command< * @public */ constructor(readonly input: UpdateApplicationLayerAutomaticResponseCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -180,7 +175,4 @@ export class UpdateApplicationLayerAutomaticResponseCommand extends $Command< ): Promise { return de_UpdateApplicationLayerAutomaticResponseCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-shield/src/commands/UpdateEmergencyContactSettingsCommand.ts b/clients/client-shield/src/commands/UpdateEmergencyContactSettingsCommand.ts index 270da6188b55..a76ad553a4c2 100644 --- a/clients/client-shield/src/commands/UpdateEmergencyContactSettingsCommand.ts +++ b/clients/client-shield/src/commands/UpdateEmergencyContactSettingsCommand.ts @@ -92,9 +92,6 @@ export class UpdateEmergencyContactSettingsCommand extends $Command< UpdateEmergencyContactSettingsCommandOutput, ShieldClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -108,9 +105,7 @@ export class UpdateEmergencyContactSettingsCommand extends $Command< * @public */ constructor(readonly input: UpdateEmergencyContactSettingsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -169,7 +164,4 @@ export class UpdateEmergencyContactSettingsCommand extends $Command< ): Promise { return de_UpdateEmergencyContactSettingsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-shield/src/commands/UpdateProtectionGroupCommand.ts b/clients/client-shield/src/commands/UpdateProtectionGroupCommand.ts index 8ae2581e796b..61c4627adcde 100644 --- a/clients/client-shield/src/commands/UpdateProtectionGroupCommand.ts +++ b/clients/client-shield/src/commands/UpdateProtectionGroupCommand.ts @@ -87,9 +87,6 @@ export class UpdateProtectionGroupCommand extends $Command< UpdateProtectionGroupCommandOutput, ShieldClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -103,9 +100,7 @@ export class UpdateProtectionGroupCommand extends $Command< * @public */ constructor(readonly input: UpdateProtectionGroupCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -158,7 +153,4 @@ export class UpdateProtectionGroupCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdateProtectionGroupCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-shield/src/commands/UpdateSubscriptionCommand.ts b/clients/client-shield/src/commands/UpdateSubscriptionCommand.ts index dc7817ae5875..de6426da457e 100644 --- a/clients/client-shield/src/commands/UpdateSubscriptionCommand.ts +++ b/clients/client-shield/src/commands/UpdateSubscriptionCommand.ts @@ -88,9 +88,6 @@ export class UpdateSubscriptionCommand extends $Command< UpdateSubscriptionCommandOutput, ShieldClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -104,9 +101,7 @@ export class UpdateSubscriptionCommand extends $Command< * @public */ constructor(readonly input: UpdateSubscriptionCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -159,7 +154,4 @@ export class UpdateSubscriptionCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdateSubscriptionCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-signer/package.json b/clients/client-signer/package.json index c2fc67f29aeb..cc36f22afbd1 100644 --- a/clients/client-signer/package.json +++ b/clients/client-signer/package.json @@ -34,30 +34,30 @@ "@aws-sdk/util-endpoints": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@smithy/config-resolver": "^2.0.16", - "@smithy/fetch-http-handler": "^2.2.4", - "@smithy/hash-node": "^2.0.12", - "@smithy/invalid-dependency": "^2.0.12", - "@smithy/middleware-content-length": "^2.0.14", - "@smithy/middleware-endpoint": "^2.1.3", - "@smithy/middleware-retry": "^2.0.18", - "@smithy/middleware-serde": "^2.0.12", - "@smithy/middleware-stack": "^2.0.6", - "@smithy/node-config-provider": "^2.1.3", - "@smithy/node-http-handler": "^2.1.8", - "@smithy/protocol-http": "^3.0.8", - "@smithy/smithy-client": "^2.1.12", - "@smithy/types": "^2.4.0", - "@smithy/url-parser": "^2.0.12", - "@smithy/util-base64": "^2.0.0", + "@smithy/config-resolver": "^2.0.18", + "@smithy/fetch-http-handler": "^2.2.6", + "@smithy/hash-node": "^2.0.15", + "@smithy/invalid-dependency": "^2.0.13", + "@smithy/middleware-content-length": "^2.0.15", + "@smithy/middleware-endpoint": "^2.2.0", + "@smithy/middleware-retry": "^2.0.20", + "@smithy/middleware-serde": "^2.0.13", + "@smithy/middleware-stack": "^2.0.7", + "@smithy/node-config-provider": "^2.1.5", + "@smithy/node-http-handler": "^2.1.9", + "@smithy/protocol-http": "^3.0.9", + "@smithy/smithy-client": "^2.1.15", + "@smithy/types": "^2.5.0", + "@smithy/url-parser": "^2.0.13", + "@smithy/util-base64": "^2.0.1", "@smithy/util-body-length-browser": "^2.0.0", "@smithy/util-body-length-node": "^2.1.0", - "@smithy/util-defaults-mode-browser": "^2.0.16", - "@smithy/util-defaults-mode-node": "^2.0.21", - "@smithy/util-endpoints": "^1.0.2", - "@smithy/util-retry": "^2.0.5", - "@smithy/util-utf8": "^2.0.0", - "@smithy/util-waiter": "^2.0.12", + "@smithy/util-defaults-mode-browser": "^2.0.19", + "@smithy/util-defaults-mode-node": "^2.0.25", + "@smithy/util-endpoints": "^1.0.4", + "@smithy/util-retry": "^2.0.6", + "@smithy/util-utf8": "^2.0.2", + "@smithy/util-waiter": "^2.0.13", "tslib": "^2.5.0", "uuid": "^8.3.2" }, diff --git a/clients/client-signer/src/commands/AddProfilePermissionCommand.ts b/clients/client-signer/src/commands/AddProfilePermissionCommand.ts index a3d5da8b9661..ee04efe204b8 100644 --- a/clients/client-signer/src/commands/AddProfilePermissionCommand.ts +++ b/clients/client-signer/src/commands/AddProfilePermissionCommand.ts @@ -97,9 +97,6 @@ export class AddProfilePermissionCommand extends $Command< AddProfilePermissionCommandOutput, SignerClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -113,9 +110,7 @@ export class AddProfilePermissionCommand extends $Command< * @public */ constructor(readonly input: AddProfilePermissionCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -168,7 +163,4 @@ export class AddProfilePermissionCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_AddProfilePermissionCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-signer/src/commands/CancelSigningProfileCommand.ts b/clients/client-signer/src/commands/CancelSigningProfileCommand.ts index 5333ac1e5230..4c5e538e0150 100644 --- a/clients/client-signer/src/commands/CancelSigningProfileCommand.ts +++ b/clients/client-signer/src/commands/CancelSigningProfileCommand.ts @@ -84,9 +84,6 @@ export class CancelSigningProfileCommand extends $Command< CancelSigningProfileCommandOutput, SignerClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -100,9 +97,7 @@ export class CancelSigningProfileCommand extends $Command< * @public */ constructor(readonly input: CancelSigningProfileCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -155,7 +150,4 @@ export class CancelSigningProfileCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CancelSigningProfileCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-signer/src/commands/DescribeSigningJobCommand.ts b/clients/client-signer/src/commands/DescribeSigningJobCommand.ts index b2e9a4e778bf..e5f0c8ee606c 100644 --- a/clients/client-signer/src/commands/DescribeSigningJobCommand.ts +++ b/clients/client-signer/src/commands/DescribeSigningJobCommand.ts @@ -128,9 +128,6 @@ export class DescribeSigningJobCommand extends $Command< DescribeSigningJobCommandOutput, SignerClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -144,9 +141,7 @@ export class DescribeSigningJobCommand extends $Command< * @public */ constructor(readonly input: DescribeSigningJobCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -199,7 +194,4 @@ export class DescribeSigningJobCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DescribeSigningJobCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-signer/src/commands/GetRevocationStatusCommand.ts b/clients/client-signer/src/commands/GetRevocationStatusCommand.ts index eaed64f915c1..e356c5829fd0 100644 --- a/clients/client-signer/src/commands/GetRevocationStatusCommand.ts +++ b/clients/client-signer/src/commands/GetRevocationStatusCommand.ts @@ -93,9 +93,6 @@ export class GetRevocationStatusCommand extends $Command< GetRevocationStatusCommandOutput, SignerClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -109,9 +106,7 @@ export class GetRevocationStatusCommand extends $Command< * @public */ constructor(readonly input: GetRevocationStatusCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -164,7 +159,4 @@ export class GetRevocationStatusCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetRevocationStatusCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-signer/src/commands/GetSigningPlatformCommand.ts b/clients/client-signer/src/commands/GetSigningPlatformCommand.ts index 7f50b7516a58..ba0659d8265b 100644 --- a/clients/client-signer/src/commands/GetSigningPlatformCommand.ts +++ b/clients/client-signer/src/commands/GetSigningPlatformCommand.ts @@ -109,9 +109,6 @@ export class GetSigningPlatformCommand extends $Command< GetSigningPlatformCommandOutput, SignerClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -125,9 +122,7 @@ export class GetSigningPlatformCommand extends $Command< * @public */ constructor(readonly input: GetSigningPlatformCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -180,7 +175,4 @@ export class GetSigningPlatformCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetSigningPlatformCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-signer/src/commands/GetSigningProfileCommand.ts b/clients/client-signer/src/commands/GetSigningProfileCommand.ts index 560afe79b0e8..d0cc85d198ff 100644 --- a/clients/client-signer/src/commands/GetSigningProfileCommand.ts +++ b/clients/client-signer/src/commands/GetSigningProfileCommand.ts @@ -116,9 +116,6 @@ export class GetSigningProfileCommand extends $Command< GetSigningProfileCommandOutput, SignerClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -132,9 +129,7 @@ export class GetSigningProfileCommand extends $Command< * @public */ constructor(readonly input: GetSigningProfileCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -187,7 +182,4 @@ export class GetSigningProfileCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetSigningProfileCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-signer/src/commands/ListProfilePermissionsCommand.ts b/clients/client-signer/src/commands/ListProfilePermissionsCommand.ts index 2f7c1a15a169..4bc0852116bf 100644 --- a/clients/client-signer/src/commands/ListProfilePermissionsCommand.ts +++ b/clients/client-signer/src/commands/ListProfilePermissionsCommand.ts @@ -97,9 +97,6 @@ export class ListProfilePermissionsCommand extends $Command< ListProfilePermissionsCommandOutput, SignerClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -113,9 +110,7 @@ export class ListProfilePermissionsCommand extends $Command< * @public */ constructor(readonly input: ListProfilePermissionsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -168,7 +163,4 @@ export class ListProfilePermissionsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListProfilePermissionsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-signer/src/commands/ListSigningJobsCommand.ts b/clients/client-signer/src/commands/ListSigningJobsCommand.ts index bddfcbc5501d..9a8f02d59765 100644 --- a/clients/client-signer/src/commands/ListSigningJobsCommand.ts +++ b/clients/client-signer/src/commands/ListSigningJobsCommand.ts @@ -128,9 +128,6 @@ export class ListSigningJobsCommand extends $Command< ListSigningJobsCommandOutput, SignerClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -144,9 +141,7 @@ export class ListSigningJobsCommand extends $Command< * @public */ constructor(readonly input: ListSigningJobsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -199,7 +194,4 @@ export class ListSigningJobsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListSigningJobsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-signer/src/commands/ListSigningPlatformsCommand.ts b/clients/client-signer/src/commands/ListSigningPlatformsCommand.ts index 83abfe40fb01..2fc3f2c4a7c4 100644 --- a/clients/client-signer/src/commands/ListSigningPlatformsCommand.ts +++ b/clients/client-signer/src/commands/ListSigningPlatformsCommand.ts @@ -124,9 +124,6 @@ export class ListSigningPlatformsCommand extends $Command< ListSigningPlatformsCommandOutput, SignerClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -140,9 +137,7 @@ export class ListSigningPlatformsCommand extends $Command< * @public */ constructor(readonly input: ListSigningPlatformsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -195,7 +190,4 @@ export class ListSigningPlatformsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListSigningPlatformsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-signer/src/commands/ListSigningProfilesCommand.ts b/clients/client-signer/src/commands/ListSigningProfilesCommand.ts index 5863996a5e3c..9ebc08663933 100644 --- a/clients/client-signer/src/commands/ListSigningProfilesCommand.ts +++ b/clients/client-signer/src/commands/ListSigningProfilesCommand.ts @@ -117,9 +117,6 @@ export class ListSigningProfilesCommand extends $Command< ListSigningProfilesCommandOutput, SignerClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -133,9 +130,7 @@ export class ListSigningProfilesCommand extends $Command< * @public */ constructor(readonly input: ListSigningProfilesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -188,7 +183,4 @@ export class ListSigningProfilesCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListSigningProfilesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-signer/src/commands/ListTagsForResourceCommand.ts b/clients/client-signer/src/commands/ListTagsForResourceCommand.ts index d6cb2bbe135d..845b4c380799 100644 --- a/clients/client-signer/src/commands/ListTagsForResourceCommand.ts +++ b/clients/client-signer/src/commands/ListTagsForResourceCommand.ts @@ -86,9 +86,6 @@ export class ListTagsForResourceCommand extends $Command< ListTagsForResourceCommandOutput, SignerClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -102,9 +99,7 @@ export class ListTagsForResourceCommand extends $Command< * @public */ constructor(readonly input: ListTagsForResourceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -157,7 +152,4 @@ export class ListTagsForResourceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListTagsForResourceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-signer/src/commands/PutSigningProfileCommand.ts b/clients/client-signer/src/commands/PutSigningProfileCommand.ts index f05a61a6f789..f015dce162be 100644 --- a/clients/client-signer/src/commands/PutSigningProfileCommand.ts +++ b/clients/client-signer/src/commands/PutSigningProfileCommand.ts @@ -111,9 +111,6 @@ export class PutSigningProfileCommand extends $Command< PutSigningProfileCommandOutput, SignerClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -127,9 +124,7 @@ export class PutSigningProfileCommand extends $Command< * @public */ constructor(readonly input: PutSigningProfileCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -182,7 +177,4 @@ export class PutSigningProfileCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_PutSigningProfileCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-signer/src/commands/RemoveProfilePermissionCommand.ts b/clients/client-signer/src/commands/RemoveProfilePermissionCommand.ts index daffb9f6af4c..7ac0849a313d 100644 --- a/clients/client-signer/src/commands/RemoveProfilePermissionCommand.ts +++ b/clients/client-signer/src/commands/RemoveProfilePermissionCommand.ts @@ -91,9 +91,6 @@ export class RemoveProfilePermissionCommand extends $Command< RemoveProfilePermissionCommandOutput, SignerClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -107,9 +104,7 @@ export class RemoveProfilePermissionCommand extends $Command< * @public */ constructor(readonly input: RemoveProfilePermissionCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -162,7 +157,4 @@ export class RemoveProfilePermissionCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_RemoveProfilePermissionCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-signer/src/commands/RevokeSignatureCommand.ts b/clients/client-signer/src/commands/RevokeSignatureCommand.ts index 1cf7f915abaf..e633156a1588 100644 --- a/clients/client-signer/src/commands/RevokeSignatureCommand.ts +++ b/clients/client-signer/src/commands/RevokeSignatureCommand.ts @@ -87,9 +87,6 @@ export class RevokeSignatureCommand extends $Command< RevokeSignatureCommandOutput, SignerClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -103,9 +100,7 @@ export class RevokeSignatureCommand extends $Command< * @public */ constructor(readonly input: RevokeSignatureCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -158,7 +153,4 @@ export class RevokeSignatureCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_RevokeSignatureCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-signer/src/commands/RevokeSigningProfileCommand.ts b/clients/client-signer/src/commands/RevokeSigningProfileCommand.ts index c260e617b5c1..22a42e68237c 100644 --- a/clients/client-signer/src/commands/RevokeSigningProfileCommand.ts +++ b/clients/client-signer/src/commands/RevokeSigningProfileCommand.ts @@ -89,9 +89,6 @@ export class RevokeSigningProfileCommand extends $Command< RevokeSigningProfileCommandOutput, SignerClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -105,9 +102,7 @@ export class RevokeSigningProfileCommand extends $Command< * @public */ constructor(readonly input: RevokeSigningProfileCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -160,7 +155,4 @@ export class RevokeSigningProfileCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_RevokeSigningProfileCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-signer/src/commands/SignPayloadCommand.ts b/clients/client-signer/src/commands/SignPayloadCommand.ts index 4b403f067237..cc0ce759ce08 100644 --- a/clients/client-signer/src/commands/SignPayloadCommand.ts +++ b/clients/client-signer/src/commands/SignPayloadCommand.ts @@ -95,9 +95,6 @@ export class SignPayloadCommand extends $Command< SignPayloadCommandOutput, SignerClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -111,9 +108,7 @@ export class SignPayloadCommand extends $Command< * @public */ constructor(readonly input: SignPayloadCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -164,7 +159,4 @@ export class SignPayloadCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_SignPayloadCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-signer/src/commands/StartSigningJobCommand.ts b/clients/client-signer/src/commands/StartSigningJobCommand.ts index 13ad3b5a1186..981ca87e1d57 100644 --- a/clients/client-signer/src/commands/StartSigningJobCommand.ts +++ b/clients/client-signer/src/commands/StartSigningJobCommand.ts @@ -132,9 +132,6 @@ export class StartSigningJobCommand extends $Command< StartSigningJobCommandOutput, SignerClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -148,9 +145,7 @@ export class StartSigningJobCommand extends $Command< * @public */ constructor(readonly input: StartSigningJobCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -203,7 +198,4 @@ export class StartSigningJobCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_StartSigningJobCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-signer/src/commands/TagResourceCommand.ts b/clients/client-signer/src/commands/TagResourceCommand.ts index 4190c5f236a1..bee22aa787b4 100644 --- a/clients/client-signer/src/commands/TagResourceCommand.ts +++ b/clients/client-signer/src/commands/TagResourceCommand.ts @@ -88,9 +88,6 @@ export class TagResourceCommand extends $Command< TagResourceCommandOutput, SignerClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -104,9 +101,7 @@ export class TagResourceCommand extends $Command< * @public */ constructor(readonly input: TagResourceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -157,7 +152,4 @@ export class TagResourceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_TagResourceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-signer/src/commands/UntagResourceCommand.ts b/clients/client-signer/src/commands/UntagResourceCommand.ts index e6c0088d2a97..b6c649f0e74d 100644 --- a/clients/client-signer/src/commands/UntagResourceCommand.ts +++ b/clients/client-signer/src/commands/UntagResourceCommand.ts @@ -86,9 +86,6 @@ export class UntagResourceCommand extends $Command< UntagResourceCommandOutput, SignerClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -102,9 +99,7 @@ export class UntagResourceCommand extends $Command< * @public */ constructor(readonly input: UntagResourceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -155,7 +150,4 @@ export class UntagResourceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UntagResourceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-simspaceweaver/package.json b/clients/client-simspaceweaver/package.json index 4e24cde7dbd3..4fc34591976c 100644 --- a/clients/client-simspaceweaver/package.json +++ b/clients/client-simspaceweaver/package.json @@ -34,29 +34,29 @@ "@aws-sdk/util-endpoints": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@smithy/config-resolver": "^2.0.16", - "@smithy/fetch-http-handler": "^2.2.4", - "@smithy/hash-node": "^2.0.12", - "@smithy/invalid-dependency": "^2.0.12", - "@smithy/middleware-content-length": "^2.0.14", - "@smithy/middleware-endpoint": "^2.1.3", - "@smithy/middleware-retry": "^2.0.18", - "@smithy/middleware-serde": "^2.0.12", - "@smithy/middleware-stack": "^2.0.6", - "@smithy/node-config-provider": "^2.1.3", - "@smithy/node-http-handler": "^2.1.8", - "@smithy/protocol-http": "^3.0.8", - "@smithy/smithy-client": "^2.1.12", - "@smithy/types": "^2.4.0", - "@smithy/url-parser": "^2.0.12", - "@smithy/util-base64": "^2.0.0", + "@smithy/config-resolver": "^2.0.18", + "@smithy/fetch-http-handler": "^2.2.6", + "@smithy/hash-node": "^2.0.15", + "@smithy/invalid-dependency": "^2.0.13", + "@smithy/middleware-content-length": "^2.0.15", + "@smithy/middleware-endpoint": "^2.2.0", + "@smithy/middleware-retry": "^2.0.20", + "@smithy/middleware-serde": "^2.0.13", + "@smithy/middleware-stack": "^2.0.7", + "@smithy/node-config-provider": "^2.1.5", + "@smithy/node-http-handler": "^2.1.9", + "@smithy/protocol-http": "^3.0.9", + "@smithy/smithy-client": "^2.1.15", + "@smithy/types": "^2.5.0", + "@smithy/url-parser": "^2.0.13", + "@smithy/util-base64": "^2.0.1", "@smithy/util-body-length-browser": "^2.0.0", "@smithy/util-body-length-node": "^2.1.0", - "@smithy/util-defaults-mode-browser": "^2.0.16", - "@smithy/util-defaults-mode-node": "^2.0.21", - "@smithy/util-endpoints": "^1.0.2", - "@smithy/util-retry": "^2.0.5", - "@smithy/util-utf8": "^2.0.0", + "@smithy/util-defaults-mode-browser": "^2.0.19", + "@smithy/util-defaults-mode-node": "^2.0.25", + "@smithy/util-endpoints": "^1.0.4", + "@smithy/util-retry": "^2.0.6", + "@smithy/util-utf8": "^2.0.2", "tslib": "^2.5.0", "uuid": "^8.3.2" }, diff --git a/clients/client-simspaceweaver/src/commands/CreateSnapshotCommand.ts b/clients/client-simspaceweaver/src/commands/CreateSnapshotCommand.ts index f9bb2920caaa..1d66bf90567f 100644 --- a/clients/client-simspaceweaver/src/commands/CreateSnapshotCommand.ts +++ b/clients/client-simspaceweaver/src/commands/CreateSnapshotCommand.ts @@ -142,9 +142,6 @@ export class CreateSnapshotCommand extends $Command< CreateSnapshotCommandOutput, SimSpaceWeaverClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -158,9 +155,7 @@ export class CreateSnapshotCommand extends $Command< * @public */ constructor(readonly input: CreateSnapshotCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -213,7 +208,4 @@ export class CreateSnapshotCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateSnapshotCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-simspaceweaver/src/commands/DeleteAppCommand.ts b/clients/client-simspaceweaver/src/commands/DeleteAppCommand.ts index 65adc0c27806..01f01a765215 100644 --- a/clients/client-simspaceweaver/src/commands/DeleteAppCommand.ts +++ b/clients/client-simspaceweaver/src/commands/DeleteAppCommand.ts @@ -85,9 +85,6 @@ export class DeleteAppCommand extends $Command< DeleteAppCommandOutput, SimSpaceWeaverClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -101,9 +98,7 @@ export class DeleteAppCommand extends $Command< * @public */ constructor(readonly input: DeleteAppCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -154,7 +149,4 @@ export class DeleteAppCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteAppCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-simspaceweaver/src/commands/DeleteSimulationCommand.ts b/clients/client-simspaceweaver/src/commands/DeleteSimulationCommand.ts index af6ebfc97ec6..06ef6f412661 100644 --- a/clients/client-simspaceweaver/src/commands/DeleteSimulationCommand.ts +++ b/clients/client-simspaceweaver/src/commands/DeleteSimulationCommand.ts @@ -87,9 +87,6 @@ export class DeleteSimulationCommand extends $Command< DeleteSimulationCommandOutput, SimSpaceWeaverClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -103,9 +100,7 @@ export class DeleteSimulationCommand extends $Command< * @public */ constructor(readonly input: DeleteSimulationCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -158,7 +153,4 @@ export class DeleteSimulationCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteSimulationCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-simspaceweaver/src/commands/DescribeAppCommand.ts b/clients/client-simspaceweaver/src/commands/DescribeAppCommand.ts index 7d8e2a5f8369..2a6e1ef1f4d2 100644 --- a/clients/client-simspaceweaver/src/commands/DescribeAppCommand.ts +++ b/clients/client-simspaceweaver/src/commands/DescribeAppCommand.ts @@ -103,9 +103,6 @@ export class DescribeAppCommand extends $Command< DescribeAppCommandOutput, SimSpaceWeaverClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -119,9 +116,7 @@ export class DescribeAppCommand extends $Command< * @public */ constructor(readonly input: DescribeAppCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -172,7 +167,4 @@ export class DescribeAppCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DescribeAppCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-simspaceweaver/src/commands/DescribeSimulationCommand.ts b/clients/client-simspaceweaver/src/commands/DescribeSimulationCommand.ts index 5257bd0a37dd..93bbf9441f4a 100644 --- a/clients/client-simspaceweaver/src/commands/DescribeSimulationCommand.ts +++ b/clients/client-simspaceweaver/src/commands/DescribeSimulationCommand.ts @@ -123,9 +123,6 @@ export class DescribeSimulationCommand extends $Command< DescribeSimulationCommandOutput, SimSpaceWeaverClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -139,9 +136,7 @@ export class DescribeSimulationCommand extends $Command< * @public */ constructor(readonly input: DescribeSimulationCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -194,7 +189,4 @@ export class DescribeSimulationCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DescribeSimulationCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-simspaceweaver/src/commands/ListAppsCommand.ts b/clients/client-simspaceweaver/src/commands/ListAppsCommand.ts index 895084c8e4c0..eb96c138b0b2 100644 --- a/clients/client-simspaceweaver/src/commands/ListAppsCommand.ts +++ b/clients/client-simspaceweaver/src/commands/ListAppsCommand.ts @@ -94,9 +94,6 @@ export class ListAppsCommand extends $Command< ListAppsCommandOutput, SimSpaceWeaverClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -110,9 +107,7 @@ export class ListAppsCommand extends $Command< * @public */ constructor(readonly input: ListAppsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -163,7 +158,4 @@ export class ListAppsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListAppsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-simspaceweaver/src/commands/ListSimulationsCommand.ts b/clients/client-simspaceweaver/src/commands/ListSimulationsCommand.ts index 388b2f7ac55c..cc7f84c0250c 100644 --- a/clients/client-simspaceweaver/src/commands/ListSimulationsCommand.ts +++ b/clients/client-simspaceweaver/src/commands/ListSimulationsCommand.ts @@ -89,9 +89,6 @@ export class ListSimulationsCommand extends $Command< ListSimulationsCommandOutput, SimSpaceWeaverClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -105,9 +102,7 @@ export class ListSimulationsCommand extends $Command< * @public */ constructor(readonly input: ListSimulationsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -160,7 +155,4 @@ export class ListSimulationsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListSimulationsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-simspaceweaver/src/commands/ListTagsForResourceCommand.ts b/clients/client-simspaceweaver/src/commands/ListTagsForResourceCommand.ts index c4b5c7940eb8..850f3b6f4864 100644 --- a/clients/client-simspaceweaver/src/commands/ListTagsForResourceCommand.ts +++ b/clients/client-simspaceweaver/src/commands/ListTagsForResourceCommand.ts @@ -78,9 +78,6 @@ export class ListTagsForResourceCommand extends $Command< ListTagsForResourceCommandOutput, SimSpaceWeaverClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -94,9 +91,7 @@ export class ListTagsForResourceCommand extends $Command< * @public */ constructor(readonly input: ListTagsForResourceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -149,7 +144,4 @@ export class ListTagsForResourceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListTagsForResourceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-simspaceweaver/src/commands/StartAppCommand.ts b/clients/client-simspaceweaver/src/commands/StartAppCommand.ts index 4477acdfcac7..40d39de04f42 100644 --- a/clients/client-simspaceweaver/src/commands/StartAppCommand.ts +++ b/clients/client-simspaceweaver/src/commands/StartAppCommand.ts @@ -96,9 +96,6 @@ export class StartAppCommand extends $Command< StartAppCommandOutput, SimSpaceWeaverClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -112,9 +109,7 @@ export class StartAppCommand extends $Command< * @public */ constructor(readonly input: StartAppCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -165,7 +160,4 @@ export class StartAppCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_StartAppCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-simspaceweaver/src/commands/StartClockCommand.ts b/clients/client-simspaceweaver/src/commands/StartClockCommand.ts index 432ee1184806..90bd25b76e21 100644 --- a/clients/client-simspaceweaver/src/commands/StartClockCommand.ts +++ b/clients/client-simspaceweaver/src/commands/StartClockCommand.ts @@ -83,9 +83,6 @@ export class StartClockCommand extends $Command< StartClockCommandOutput, SimSpaceWeaverClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -99,9 +96,7 @@ export class StartClockCommand extends $Command< * @public */ constructor(readonly input: StartClockCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -152,7 +147,4 @@ export class StartClockCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_StartClockCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-simspaceweaver/src/commands/StartSimulationCommand.ts b/clients/client-simspaceweaver/src/commands/StartSimulationCommand.ts index 79d56488d3d2..38749d6c00d5 100644 --- a/clients/client-simspaceweaver/src/commands/StartSimulationCommand.ts +++ b/clients/client-simspaceweaver/src/commands/StartSimulationCommand.ts @@ -111,9 +111,6 @@ export class StartSimulationCommand extends $Command< StartSimulationCommandOutput, SimSpaceWeaverClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -127,9 +124,7 @@ export class StartSimulationCommand extends $Command< * @public */ constructor(readonly input: StartSimulationCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -182,7 +177,4 @@ export class StartSimulationCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_StartSimulationCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-simspaceweaver/src/commands/StopAppCommand.ts b/clients/client-simspaceweaver/src/commands/StopAppCommand.ts index e30d2071f3df..1a0808686d2e 100644 --- a/clients/client-simspaceweaver/src/commands/StopAppCommand.ts +++ b/clients/client-simspaceweaver/src/commands/StopAppCommand.ts @@ -85,9 +85,6 @@ export class StopAppCommand extends $Command< StopAppCommandOutput, SimSpaceWeaverClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -101,9 +98,7 @@ export class StopAppCommand extends $Command< * @public */ constructor(readonly input: StopAppCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -154,7 +149,4 @@ export class StopAppCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_StopAppCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-simspaceweaver/src/commands/StopClockCommand.ts b/clients/client-simspaceweaver/src/commands/StopClockCommand.ts index c39baafcf059..083fe0a08582 100644 --- a/clients/client-simspaceweaver/src/commands/StopClockCommand.ts +++ b/clients/client-simspaceweaver/src/commands/StopClockCommand.ts @@ -83,9 +83,6 @@ export class StopClockCommand extends $Command< StopClockCommandOutput, SimSpaceWeaverClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -99,9 +96,7 @@ export class StopClockCommand extends $Command< * @public */ constructor(readonly input: StopClockCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -152,7 +147,4 @@ export class StopClockCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_StopClockCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-simspaceweaver/src/commands/StopSimulationCommand.ts b/clients/client-simspaceweaver/src/commands/StopSimulationCommand.ts index 2c677786d12f..20cb2b706b98 100644 --- a/clients/client-simspaceweaver/src/commands/StopSimulationCommand.ts +++ b/clients/client-simspaceweaver/src/commands/StopSimulationCommand.ts @@ -87,9 +87,6 @@ export class StopSimulationCommand extends $Command< StopSimulationCommandOutput, SimSpaceWeaverClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -103,9 +100,7 @@ export class StopSimulationCommand extends $Command< * @public */ constructor(readonly input: StopSimulationCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -158,7 +153,4 @@ export class StopSimulationCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_StopSimulationCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-simspaceweaver/src/commands/TagResourceCommand.ts b/clients/client-simspaceweaver/src/commands/TagResourceCommand.ts index 7837c00fc6d4..61be2ddf71e0 100644 --- a/clients/client-simspaceweaver/src/commands/TagResourceCommand.ts +++ b/clients/client-simspaceweaver/src/commands/TagResourceCommand.ts @@ -81,9 +81,6 @@ export class TagResourceCommand extends $Command< TagResourceCommandOutput, SimSpaceWeaverClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -97,9 +94,7 @@ export class TagResourceCommand extends $Command< * @public */ constructor(readonly input: TagResourceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -150,7 +145,4 @@ export class TagResourceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_TagResourceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-simspaceweaver/src/commands/UntagResourceCommand.ts b/clients/client-simspaceweaver/src/commands/UntagResourceCommand.ts index 090362415098..a928567b73b9 100644 --- a/clients/client-simspaceweaver/src/commands/UntagResourceCommand.ts +++ b/clients/client-simspaceweaver/src/commands/UntagResourceCommand.ts @@ -78,9 +78,6 @@ export class UntagResourceCommand extends $Command< UntagResourceCommandOutput, SimSpaceWeaverClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -94,9 +91,7 @@ export class UntagResourceCommand extends $Command< * @public */ constructor(readonly input: UntagResourceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -147,7 +142,4 @@ export class UntagResourceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UntagResourceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-sms/package.json b/clients/client-sms/package.json index 9d4363383542..59fcebb029ee 100644 --- a/clients/client-sms/package.json +++ b/clients/client-sms/package.json @@ -34,29 +34,29 @@ "@aws-sdk/util-endpoints": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@smithy/config-resolver": "^2.0.16", - "@smithy/fetch-http-handler": "^2.2.4", - "@smithy/hash-node": "^2.0.12", - "@smithy/invalid-dependency": "^2.0.12", - "@smithy/middleware-content-length": "^2.0.14", - "@smithy/middleware-endpoint": "^2.1.3", - "@smithy/middleware-retry": "^2.0.18", - "@smithy/middleware-serde": "^2.0.12", - "@smithy/middleware-stack": "^2.0.6", - "@smithy/node-config-provider": "^2.1.3", - "@smithy/node-http-handler": "^2.1.8", - "@smithy/protocol-http": "^3.0.8", - "@smithy/smithy-client": "^2.1.12", - "@smithy/types": "^2.4.0", - "@smithy/url-parser": "^2.0.12", - "@smithy/util-base64": "^2.0.0", + "@smithy/config-resolver": "^2.0.18", + "@smithy/fetch-http-handler": "^2.2.6", + "@smithy/hash-node": "^2.0.15", + "@smithy/invalid-dependency": "^2.0.13", + "@smithy/middleware-content-length": "^2.0.15", + "@smithy/middleware-endpoint": "^2.2.0", + "@smithy/middleware-retry": "^2.0.20", + "@smithy/middleware-serde": "^2.0.13", + "@smithy/middleware-stack": "^2.0.7", + "@smithy/node-config-provider": "^2.1.5", + "@smithy/node-http-handler": "^2.1.9", + "@smithy/protocol-http": "^3.0.9", + "@smithy/smithy-client": "^2.1.15", + "@smithy/types": "^2.5.0", + "@smithy/url-parser": "^2.0.13", + "@smithy/util-base64": "^2.0.1", "@smithy/util-body-length-browser": "^2.0.0", "@smithy/util-body-length-node": "^2.1.0", - "@smithy/util-defaults-mode-browser": "^2.0.16", - "@smithy/util-defaults-mode-node": "^2.0.21", - "@smithy/util-endpoints": "^1.0.2", - "@smithy/util-retry": "^2.0.5", - "@smithy/util-utf8": "^2.0.0", + "@smithy/util-defaults-mode-browser": "^2.0.19", + "@smithy/util-defaults-mode-node": "^2.0.25", + "@smithy/util-endpoints": "^1.0.4", + "@smithy/util-retry": "^2.0.6", + "@smithy/util-utf8": "^2.0.2", "tslib": "^2.5.0" }, "devDependencies": { diff --git a/clients/client-sms/src/commands/CreateAppCommand.ts b/clients/client-sms/src/commands/CreateAppCommand.ts index f419be35e6da..8059c02190fd 100644 --- a/clients/client-sms/src/commands/CreateAppCommand.ts +++ b/clients/client-sms/src/commands/CreateAppCommand.ts @@ -170,9 +170,6 @@ export interface CreateAppCommandOutput extends CreateAppResponse, __MetadataBea * */ export class CreateAppCommand extends $Command { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -186,9 +183,7 @@ export class CreateAppCommand extends $Command { return de_CreateAppCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-sms/src/commands/CreateReplicationJobCommand.ts b/clients/client-sms/src/commands/CreateReplicationJobCommand.ts index fc58c2908bd7..d0ca01755079 100644 --- a/clients/client-sms/src/commands/CreateReplicationJobCommand.ts +++ b/clients/client-sms/src/commands/CreateReplicationJobCommand.ts @@ -109,9 +109,6 @@ export class CreateReplicationJobCommand extends $Command< CreateReplicationJobCommandOutput, SMSClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -125,9 +122,7 @@ export class CreateReplicationJobCommand extends $Command< * @public */ constructor(readonly input: CreateReplicationJobCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -180,7 +175,4 @@ export class CreateReplicationJobCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateReplicationJobCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-sms/src/commands/DeleteAppCommand.ts b/clients/client-sms/src/commands/DeleteAppCommand.ts index 5c20a861554b..fd344f63e71f 100644 --- a/clients/client-sms/src/commands/DeleteAppCommand.ts +++ b/clients/client-sms/src/commands/DeleteAppCommand.ts @@ -83,9 +83,6 @@ export interface DeleteAppCommandOutput extends DeleteAppResponse, __MetadataBea * */ export class DeleteAppCommand extends $Command { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -99,9 +96,7 @@ export class DeleteAppCommand extends $Command { return de_DeleteAppCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-sms/src/commands/DeleteAppLaunchConfigurationCommand.ts b/clients/client-sms/src/commands/DeleteAppLaunchConfigurationCommand.ts index a8d79126bf12..90c35121f208 100644 --- a/clients/client-sms/src/commands/DeleteAppLaunchConfigurationCommand.ts +++ b/clients/client-sms/src/commands/DeleteAppLaunchConfigurationCommand.ts @@ -89,9 +89,6 @@ export class DeleteAppLaunchConfigurationCommand extends $Command< DeleteAppLaunchConfigurationCommandOutput, SMSClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -105,9 +102,7 @@ export class DeleteAppLaunchConfigurationCommand extends $Command< * @public */ constructor(readonly input: DeleteAppLaunchConfigurationCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -163,7 +158,4 @@ export class DeleteAppLaunchConfigurationCommand extends $Command< ): Promise { return de_DeleteAppLaunchConfigurationCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-sms/src/commands/DeleteAppReplicationConfigurationCommand.ts b/clients/client-sms/src/commands/DeleteAppReplicationConfigurationCommand.ts index 9735357b797d..9538a4e66bf2 100644 --- a/clients/client-sms/src/commands/DeleteAppReplicationConfigurationCommand.ts +++ b/clients/client-sms/src/commands/DeleteAppReplicationConfigurationCommand.ts @@ -92,9 +92,6 @@ export class DeleteAppReplicationConfigurationCommand extends $Command< DeleteAppReplicationConfigurationCommandOutput, SMSClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -108,9 +105,7 @@ export class DeleteAppReplicationConfigurationCommand extends $Command< * @public */ constructor(readonly input: DeleteAppReplicationConfigurationCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -169,7 +164,4 @@ export class DeleteAppReplicationConfigurationCommand extends $Command< ): Promise { return de_DeleteAppReplicationConfigurationCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-sms/src/commands/DeleteAppValidationConfigurationCommand.ts b/clients/client-sms/src/commands/DeleteAppValidationConfigurationCommand.ts index 41af6f08206d..e3aaeecb48c8 100644 --- a/clients/client-sms/src/commands/DeleteAppValidationConfigurationCommand.ts +++ b/clients/client-sms/src/commands/DeleteAppValidationConfigurationCommand.ts @@ -89,9 +89,6 @@ export class DeleteAppValidationConfigurationCommand extends $Command< DeleteAppValidationConfigurationCommandOutput, SMSClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -105,9 +102,7 @@ export class DeleteAppValidationConfigurationCommand extends $Command< * @public */ constructor(readonly input: DeleteAppValidationConfigurationCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -166,7 +161,4 @@ export class DeleteAppValidationConfigurationCommand extends $Command< ): Promise { return de_DeleteAppValidationConfigurationCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-sms/src/commands/DeleteReplicationJobCommand.ts b/clients/client-sms/src/commands/DeleteReplicationJobCommand.ts index c546e161d698..b3efd95299bd 100644 --- a/clients/client-sms/src/commands/DeleteReplicationJobCommand.ts +++ b/clients/client-sms/src/commands/DeleteReplicationJobCommand.ts @@ -87,9 +87,6 @@ export class DeleteReplicationJobCommand extends $Command< DeleteReplicationJobCommandOutput, SMSClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -103,9 +100,7 @@ export class DeleteReplicationJobCommand extends $Command< * @public */ constructor(readonly input: DeleteReplicationJobCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -158,7 +153,4 @@ export class DeleteReplicationJobCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteReplicationJobCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-sms/src/commands/DeleteServerCatalogCommand.ts b/clients/client-sms/src/commands/DeleteServerCatalogCommand.ts index a483d17cc987..00956a3e6f62 100644 --- a/clients/client-sms/src/commands/DeleteServerCatalogCommand.ts +++ b/clients/client-sms/src/commands/DeleteServerCatalogCommand.ts @@ -79,9 +79,6 @@ export class DeleteServerCatalogCommand extends $Command< DeleteServerCatalogCommandOutput, SMSClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -95,9 +92,7 @@ export class DeleteServerCatalogCommand extends $Command< * @public */ constructor(readonly input: DeleteServerCatalogCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -150,7 +145,4 @@ export class DeleteServerCatalogCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteServerCatalogCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-sms/src/commands/DisassociateConnectorCommand.ts b/clients/client-sms/src/commands/DisassociateConnectorCommand.ts index 15995bfbc299..fcee5c1bd38b 100644 --- a/clients/client-sms/src/commands/DisassociateConnectorCommand.ts +++ b/clients/client-sms/src/commands/DisassociateConnectorCommand.ts @@ -83,9 +83,6 @@ export class DisassociateConnectorCommand extends $Command< DisassociateConnectorCommandOutput, SMSClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -99,9 +96,7 @@ export class DisassociateConnectorCommand extends $Command< * @public */ constructor(readonly input: DisassociateConnectorCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -154,7 +149,4 @@ export class DisassociateConnectorCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DisassociateConnectorCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-sms/src/commands/GenerateChangeSetCommand.ts b/clients/client-sms/src/commands/GenerateChangeSetCommand.ts index 0f8e99890882..428abd10451c 100644 --- a/clients/client-sms/src/commands/GenerateChangeSetCommand.ts +++ b/clients/client-sms/src/commands/GenerateChangeSetCommand.ts @@ -91,9 +91,6 @@ export class GenerateChangeSetCommand extends $Command< GenerateChangeSetCommandOutput, SMSClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -107,9 +104,7 @@ export class GenerateChangeSetCommand extends $Command< * @public */ constructor(readonly input: GenerateChangeSetCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -162,7 +157,4 @@ export class GenerateChangeSetCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GenerateChangeSetCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-sms/src/commands/GenerateTemplateCommand.ts b/clients/client-sms/src/commands/GenerateTemplateCommand.ts index e4975e3ecdb0..f3cc6f571c02 100644 --- a/clients/client-sms/src/commands/GenerateTemplateCommand.ts +++ b/clients/client-sms/src/commands/GenerateTemplateCommand.ts @@ -91,9 +91,6 @@ export class GenerateTemplateCommand extends $Command< GenerateTemplateCommandOutput, SMSClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -107,9 +104,7 @@ export class GenerateTemplateCommand extends $Command< * @public */ constructor(readonly input: GenerateTemplateCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -162,7 +157,4 @@ export class GenerateTemplateCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GenerateTemplateCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-sms/src/commands/GetAppCommand.ts b/clients/client-sms/src/commands/GetAppCommand.ts index e3a95e3ad996..12575d4ffd10 100644 --- a/clients/client-sms/src/commands/GetAppCommand.ts +++ b/clients/client-sms/src/commands/GetAppCommand.ts @@ -136,9 +136,6 @@ export interface GetAppCommandOutput extends GetAppResponse, __MetadataBearer {} * */ export class GetAppCommand extends $Command { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -152,9 +149,7 @@ export class GetAppCommand extends $Command { return de_GetAppCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-sms/src/commands/GetAppLaunchConfigurationCommand.ts b/clients/client-sms/src/commands/GetAppLaunchConfigurationCommand.ts index a70fcb14434b..f7177065c147 100644 --- a/clients/client-sms/src/commands/GetAppLaunchConfigurationCommand.ts +++ b/clients/client-sms/src/commands/GetAppLaunchConfigurationCommand.ts @@ -133,9 +133,6 @@ export class GetAppLaunchConfigurationCommand extends $Command< GetAppLaunchConfigurationCommandOutput, SMSClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -149,9 +146,7 @@ export class GetAppLaunchConfigurationCommand extends $Command< * @public */ constructor(readonly input: GetAppLaunchConfigurationCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -207,7 +202,4 @@ export class GetAppLaunchConfigurationCommand extends $Command< ): Promise { return de_GetAppLaunchConfigurationCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-sms/src/commands/GetAppReplicationConfigurationCommand.ts b/clients/client-sms/src/commands/GetAppReplicationConfigurationCommand.ts index 3e43228456e9..5f0db512f023 100644 --- a/clients/client-sms/src/commands/GetAppReplicationConfigurationCommand.ts +++ b/clients/client-sms/src/commands/GetAppReplicationConfigurationCommand.ts @@ -125,9 +125,6 @@ export class GetAppReplicationConfigurationCommand extends $Command< GetAppReplicationConfigurationCommandOutput, SMSClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -141,9 +138,7 @@ export class GetAppReplicationConfigurationCommand extends $Command< * @public */ constructor(readonly input: GetAppReplicationConfigurationCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -202,7 +197,4 @@ export class GetAppReplicationConfigurationCommand extends $Command< ): Promise { return de_GetAppReplicationConfigurationCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-sms/src/commands/GetAppValidationConfigurationCommand.ts b/clients/client-sms/src/commands/GetAppValidationConfigurationCommand.ts index 999df6a5d26d..eb415da949bb 100644 --- a/clients/client-sms/src/commands/GetAppValidationConfigurationCommand.ts +++ b/clients/client-sms/src/commands/GetAppValidationConfigurationCommand.ts @@ -147,9 +147,6 @@ export class GetAppValidationConfigurationCommand extends $Command< GetAppValidationConfigurationCommandOutput, SMSClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -163,9 +160,7 @@ export class GetAppValidationConfigurationCommand extends $Command< * @public */ constructor(readonly input: GetAppValidationConfigurationCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -221,7 +216,4 @@ export class GetAppValidationConfigurationCommand extends $Command< ): Promise { return de_GetAppValidationConfigurationCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-sms/src/commands/GetAppValidationOutputCommand.ts b/clients/client-sms/src/commands/GetAppValidationOutputCommand.ts index 51a3bc9948f9..666d7a4271bc 100644 --- a/clients/client-sms/src/commands/GetAppValidationOutputCommand.ts +++ b/clients/client-sms/src/commands/GetAppValidationOutputCommand.ts @@ -120,9 +120,6 @@ export class GetAppValidationOutputCommand extends $Command< GetAppValidationOutputCommandOutput, SMSClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -136,9 +133,7 @@ export class GetAppValidationOutputCommand extends $Command< * @public */ constructor(readonly input: GetAppValidationOutputCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -191,7 +186,4 @@ export class GetAppValidationOutputCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetAppValidationOutputCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-sms/src/commands/GetConnectorsCommand.ts b/clients/client-sms/src/commands/GetConnectorsCommand.ts index cbaf33374283..aa6f048c9736 100644 --- a/clients/client-sms/src/commands/GetConnectorsCommand.ts +++ b/clients/client-sms/src/commands/GetConnectorsCommand.ts @@ -91,9 +91,6 @@ export class GetConnectorsCommand extends $Command< GetConnectorsCommandOutput, SMSClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -107,9 +104,7 @@ export class GetConnectorsCommand extends $Command< * @public */ constructor(readonly input: GetConnectorsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -160,7 +155,4 @@ export class GetConnectorsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetConnectorsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-sms/src/commands/GetReplicationJobsCommand.ts b/clients/client-sms/src/commands/GetReplicationJobsCommand.ts index 4e75b5063319..b032dfadd999 100644 --- a/clients/client-sms/src/commands/GetReplicationJobsCommand.ts +++ b/clients/client-sms/src/commands/GetReplicationJobsCommand.ts @@ -130,9 +130,6 @@ export class GetReplicationJobsCommand extends $Command< GetReplicationJobsCommandOutput, SMSClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -146,9 +143,7 @@ export class GetReplicationJobsCommand extends $Command< * @public */ constructor(readonly input: GetReplicationJobsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -201,7 +196,4 @@ export class GetReplicationJobsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetReplicationJobsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-sms/src/commands/GetReplicationRunsCommand.ts b/clients/client-sms/src/commands/GetReplicationRunsCommand.ts index d8f3311fee59..e8a3cf623871 100644 --- a/clients/client-sms/src/commands/GetReplicationRunsCommand.ts +++ b/clients/client-sms/src/commands/GetReplicationRunsCommand.ts @@ -146,9 +146,6 @@ export class GetReplicationRunsCommand extends $Command< GetReplicationRunsCommandOutput, SMSClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -162,9 +159,7 @@ export class GetReplicationRunsCommand extends $Command< * @public */ constructor(readonly input: GetReplicationRunsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -217,7 +212,4 @@ export class GetReplicationRunsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetReplicationRunsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-sms/src/commands/GetServersCommand.ts b/clients/client-sms/src/commands/GetServersCommand.ts index bab9632baf4d..15e43d61a4fd 100644 --- a/clients/client-sms/src/commands/GetServersCommand.ts +++ b/clients/client-sms/src/commands/GetServersCommand.ts @@ -111,9 +111,6 @@ export class GetServersCommand extends $Command< GetServersCommandOutput, SMSClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -127,9 +124,7 @@ export class GetServersCommand extends $Command< * @public */ constructor(readonly input: GetServersCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -180,7 +175,4 @@ export class GetServersCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetServersCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-sms/src/commands/ImportAppCatalogCommand.ts b/clients/client-sms/src/commands/ImportAppCatalogCommand.ts index 1485ca1b8060..7dbbbc5e9d7d 100644 --- a/clients/client-sms/src/commands/ImportAppCatalogCommand.ts +++ b/clients/client-sms/src/commands/ImportAppCatalogCommand.ts @@ -84,9 +84,6 @@ export class ImportAppCatalogCommand extends $Command< ImportAppCatalogCommandOutput, SMSClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -100,9 +97,7 @@ export class ImportAppCatalogCommand extends $Command< * @public */ constructor(readonly input: ImportAppCatalogCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -155,7 +150,4 @@ export class ImportAppCatalogCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ImportAppCatalogCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-sms/src/commands/ImportServerCatalogCommand.ts b/clients/client-sms/src/commands/ImportServerCatalogCommand.ts index d65aa8c895f7..02fa4cff107f 100644 --- a/clients/client-sms/src/commands/ImportServerCatalogCommand.ts +++ b/clients/client-sms/src/commands/ImportServerCatalogCommand.ts @@ -85,9 +85,6 @@ export class ImportServerCatalogCommand extends $Command< ImportServerCatalogCommandOutput, SMSClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -101,9 +98,7 @@ export class ImportServerCatalogCommand extends $Command< * @public */ constructor(readonly input: ImportServerCatalogCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -156,7 +151,4 @@ export class ImportServerCatalogCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ImportServerCatalogCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-sms/src/commands/LaunchAppCommand.ts b/clients/client-sms/src/commands/LaunchAppCommand.ts index 1b81b4b52a42..dc0887b67f67 100644 --- a/clients/client-sms/src/commands/LaunchAppCommand.ts +++ b/clients/client-sms/src/commands/LaunchAppCommand.ts @@ -80,9 +80,6 @@ export interface LaunchAppCommandOutput extends LaunchAppResponse, __MetadataBea * */ export class LaunchAppCommand extends $Command { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -96,9 +93,7 @@ export class LaunchAppCommand extends $Command { return de_LaunchAppCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-sms/src/commands/ListAppsCommand.ts b/clients/client-sms/src/commands/ListAppsCommand.ts index 0e79a2665f84..339364db8172 100644 --- a/clients/client-sms/src/commands/ListAppsCommand.ts +++ b/clients/client-sms/src/commands/ListAppsCommand.ts @@ -113,9 +113,6 @@ export interface ListAppsCommandOutput extends ListAppsResponse, __MetadataBeare * */ export class ListAppsCommand extends $Command { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -129,9 +126,7 @@ export class ListAppsCommand extends $Command { return de_ListAppsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-sms/src/commands/NotifyAppValidationOutputCommand.ts b/clients/client-sms/src/commands/NotifyAppValidationOutputCommand.ts index 567fe43dac82..c70072d5852f 100644 --- a/clients/client-sms/src/commands/NotifyAppValidationOutputCommand.ts +++ b/clients/client-sms/src/commands/NotifyAppValidationOutputCommand.ts @@ -89,9 +89,6 @@ export class NotifyAppValidationOutputCommand extends $Command< NotifyAppValidationOutputCommandOutput, SMSClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -105,9 +102,7 @@ export class NotifyAppValidationOutputCommand extends $Command< * @public */ constructor(readonly input: NotifyAppValidationOutputCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -163,7 +158,4 @@ export class NotifyAppValidationOutputCommand extends $Command< ): Promise { return de_NotifyAppValidationOutputCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-sms/src/commands/PutAppLaunchConfigurationCommand.ts b/clients/client-sms/src/commands/PutAppLaunchConfigurationCommand.ts index e706996bc8b4..4ccc5acbe409 100644 --- a/clients/client-sms/src/commands/PutAppLaunchConfigurationCommand.ts +++ b/clients/client-sms/src/commands/PutAppLaunchConfigurationCommand.ts @@ -131,9 +131,6 @@ export class PutAppLaunchConfigurationCommand extends $Command< PutAppLaunchConfigurationCommandOutput, SMSClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -147,9 +144,7 @@ export class PutAppLaunchConfigurationCommand extends $Command< * @public */ constructor(readonly input: PutAppLaunchConfigurationCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -205,7 +200,4 @@ export class PutAppLaunchConfigurationCommand extends $Command< ): Promise { return de_PutAppLaunchConfigurationCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-sms/src/commands/PutAppReplicationConfigurationCommand.ts b/clients/client-sms/src/commands/PutAppReplicationConfigurationCommand.ts index dc4340f45762..ffb155e2d3d1 100644 --- a/clients/client-sms/src/commands/PutAppReplicationConfigurationCommand.ts +++ b/clients/client-sms/src/commands/PutAppReplicationConfigurationCommand.ts @@ -123,9 +123,6 @@ export class PutAppReplicationConfigurationCommand extends $Command< PutAppReplicationConfigurationCommandOutput, SMSClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -139,9 +136,7 @@ export class PutAppReplicationConfigurationCommand extends $Command< * @public */ constructor(readonly input: PutAppReplicationConfigurationCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -200,7 +195,4 @@ export class PutAppReplicationConfigurationCommand extends $Command< ): Promise { return de_PutAppReplicationConfigurationCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-sms/src/commands/PutAppValidationConfigurationCommand.ts b/clients/client-sms/src/commands/PutAppValidationConfigurationCommand.ts index 53e4b3e19656..79abf80f99a0 100644 --- a/clients/client-sms/src/commands/PutAppValidationConfigurationCommand.ts +++ b/clients/client-sms/src/commands/PutAppValidationConfigurationCommand.ts @@ -146,9 +146,6 @@ export class PutAppValidationConfigurationCommand extends $Command< PutAppValidationConfigurationCommandOutput, SMSClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -162,9 +159,7 @@ export class PutAppValidationConfigurationCommand extends $Command< * @public */ constructor(readonly input: PutAppValidationConfigurationCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -220,7 +215,4 @@ export class PutAppValidationConfigurationCommand extends $Command< ): Promise { return de_PutAppValidationConfigurationCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-sms/src/commands/StartAppReplicationCommand.ts b/clients/client-sms/src/commands/StartAppReplicationCommand.ts index 37dc4d9b551d..3d50162e3fd6 100644 --- a/clients/client-sms/src/commands/StartAppReplicationCommand.ts +++ b/clients/client-sms/src/commands/StartAppReplicationCommand.ts @@ -85,9 +85,6 @@ export class StartAppReplicationCommand extends $Command< StartAppReplicationCommandOutput, SMSClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -101,9 +98,7 @@ export class StartAppReplicationCommand extends $Command< * @public */ constructor(readonly input: StartAppReplicationCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -156,7 +151,4 @@ export class StartAppReplicationCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_StartAppReplicationCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-sms/src/commands/StartOnDemandAppReplicationCommand.ts b/clients/client-sms/src/commands/StartOnDemandAppReplicationCommand.ts index d75a07cdfbb8..7fc68531b76a 100644 --- a/clients/client-sms/src/commands/StartOnDemandAppReplicationCommand.ts +++ b/clients/client-sms/src/commands/StartOnDemandAppReplicationCommand.ts @@ -87,9 +87,6 @@ export class StartOnDemandAppReplicationCommand extends $Command< StartOnDemandAppReplicationCommandOutput, SMSClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -103,9 +100,7 @@ export class StartOnDemandAppReplicationCommand extends $Command< * @public */ constructor(readonly input: StartOnDemandAppReplicationCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -161,7 +156,4 @@ export class StartOnDemandAppReplicationCommand extends $Command< ): Promise { return de_StartOnDemandAppReplicationCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-sms/src/commands/StartOnDemandReplicationRunCommand.ts b/clients/client-sms/src/commands/StartOnDemandReplicationRunCommand.ts index 11924abf59d5..12c8f610bb0c 100644 --- a/clients/client-sms/src/commands/StartOnDemandReplicationRunCommand.ts +++ b/clients/client-sms/src/commands/StartOnDemandReplicationRunCommand.ts @@ -98,9 +98,6 @@ export class StartOnDemandReplicationRunCommand extends $Command< StartOnDemandReplicationRunCommandOutput, SMSClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -114,9 +111,7 @@ export class StartOnDemandReplicationRunCommand extends $Command< * @public */ constructor(readonly input: StartOnDemandReplicationRunCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -172,7 +167,4 @@ export class StartOnDemandReplicationRunCommand extends $Command< ): Promise { return de_StartOnDemandReplicationRunCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-sms/src/commands/StopAppReplicationCommand.ts b/clients/client-sms/src/commands/StopAppReplicationCommand.ts index aaf016169484..40a0a0d6fd62 100644 --- a/clients/client-sms/src/commands/StopAppReplicationCommand.ts +++ b/clients/client-sms/src/commands/StopAppReplicationCommand.ts @@ -85,9 +85,6 @@ export class StopAppReplicationCommand extends $Command< StopAppReplicationCommandOutput, SMSClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -101,9 +98,7 @@ export class StopAppReplicationCommand extends $Command< * @public */ constructor(readonly input: StopAppReplicationCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -156,7 +151,4 @@ export class StopAppReplicationCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_StopAppReplicationCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-sms/src/commands/TerminateAppCommand.ts b/clients/client-sms/src/commands/TerminateAppCommand.ts index ea31a1404557..57ea32e8eade 100644 --- a/clients/client-sms/src/commands/TerminateAppCommand.ts +++ b/clients/client-sms/src/commands/TerminateAppCommand.ts @@ -84,9 +84,6 @@ export class TerminateAppCommand extends $Command< TerminateAppCommandOutput, SMSClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -100,9 +97,7 @@ export class TerminateAppCommand extends $Command< * @public */ constructor(readonly input: TerminateAppCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -153,7 +148,4 @@ export class TerminateAppCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_TerminateAppCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-sms/src/commands/UpdateAppCommand.ts b/clients/client-sms/src/commands/UpdateAppCommand.ts index eeffd597df1e..102aaeb1f7ab 100644 --- a/clients/client-sms/src/commands/UpdateAppCommand.ts +++ b/clients/client-sms/src/commands/UpdateAppCommand.ts @@ -169,9 +169,6 @@ export interface UpdateAppCommandOutput extends UpdateAppResponse, __MetadataBea * */ export class UpdateAppCommand extends $Command { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -185,9 +182,7 @@ export class UpdateAppCommand extends $Command { return de_UpdateAppCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-sms/src/commands/UpdateReplicationJobCommand.ts b/clients/client-sms/src/commands/UpdateReplicationJobCommand.ts index 30319c37542d..09cca7b2de03 100644 --- a/clients/client-sms/src/commands/UpdateReplicationJobCommand.ts +++ b/clients/client-sms/src/commands/UpdateReplicationJobCommand.ts @@ -101,9 +101,6 @@ export class UpdateReplicationJobCommand extends $Command< UpdateReplicationJobCommandOutput, SMSClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -117,9 +114,7 @@ export class UpdateReplicationJobCommand extends $Command< * @public */ constructor(readonly input: UpdateReplicationJobCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -172,7 +167,4 @@ export class UpdateReplicationJobCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdateReplicationJobCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-snow-device-management/package.json b/clients/client-snow-device-management/package.json index 736947b83c04..2eeec3c2d836 100644 --- a/clients/client-snow-device-management/package.json +++ b/clients/client-snow-device-management/package.json @@ -34,29 +34,29 @@ "@aws-sdk/util-endpoints": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@smithy/config-resolver": "^2.0.16", - "@smithy/fetch-http-handler": "^2.2.4", - "@smithy/hash-node": "^2.0.12", - "@smithy/invalid-dependency": "^2.0.12", - "@smithy/middleware-content-length": "^2.0.14", - "@smithy/middleware-endpoint": "^2.1.3", - "@smithy/middleware-retry": "^2.0.18", - "@smithy/middleware-serde": "^2.0.12", - "@smithy/middleware-stack": "^2.0.6", - "@smithy/node-config-provider": "^2.1.3", - "@smithy/node-http-handler": "^2.1.8", - "@smithy/protocol-http": "^3.0.8", - "@smithy/smithy-client": "^2.1.12", - "@smithy/types": "^2.4.0", - "@smithy/url-parser": "^2.0.12", - "@smithy/util-base64": "^2.0.0", + "@smithy/config-resolver": "^2.0.18", + "@smithy/fetch-http-handler": "^2.2.6", + "@smithy/hash-node": "^2.0.15", + "@smithy/invalid-dependency": "^2.0.13", + "@smithy/middleware-content-length": "^2.0.15", + "@smithy/middleware-endpoint": "^2.2.0", + "@smithy/middleware-retry": "^2.0.20", + "@smithy/middleware-serde": "^2.0.13", + "@smithy/middleware-stack": "^2.0.7", + "@smithy/node-config-provider": "^2.1.5", + "@smithy/node-http-handler": "^2.1.9", + "@smithy/protocol-http": "^3.0.9", + "@smithy/smithy-client": "^2.1.15", + "@smithy/types": "^2.5.0", + "@smithy/url-parser": "^2.0.13", + "@smithy/util-base64": "^2.0.1", "@smithy/util-body-length-browser": "^2.0.0", "@smithy/util-body-length-node": "^2.1.0", - "@smithy/util-defaults-mode-browser": "^2.0.16", - "@smithy/util-defaults-mode-node": "^2.0.21", - "@smithy/util-endpoints": "^1.0.2", - "@smithy/util-retry": "^2.0.5", - "@smithy/util-utf8": "^2.0.0", + "@smithy/util-defaults-mode-browser": "^2.0.19", + "@smithy/util-defaults-mode-node": "^2.0.25", + "@smithy/util-endpoints": "^1.0.4", + "@smithy/util-retry": "^2.0.6", + "@smithy/util-utf8": "^2.0.2", "tslib": "^2.5.0", "uuid": "^8.3.2" }, diff --git a/clients/client-snow-device-management/src/commands/CancelTaskCommand.ts b/clients/client-snow-device-management/src/commands/CancelTaskCommand.ts index dfe589c3eeb2..778eeab21654 100644 --- a/clients/client-snow-device-management/src/commands/CancelTaskCommand.ts +++ b/clients/client-snow-device-management/src/commands/CancelTaskCommand.ts @@ -94,9 +94,6 @@ export class CancelTaskCommand extends $Command< CancelTaskCommandOutput, SnowDeviceManagementClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -110,9 +107,7 @@ export class CancelTaskCommand extends $Command< * @public */ constructor(readonly input: CancelTaskCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -163,7 +158,4 @@ export class CancelTaskCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CancelTaskCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-snow-device-management/src/commands/CreateTaskCommand.ts b/clients/client-snow-device-management/src/commands/CreateTaskCommand.ts index f96753dd9b41..630b098bebec 100644 --- a/clients/client-snow-device-management/src/commands/CreateTaskCommand.ts +++ b/clients/client-snow-device-management/src/commands/CreateTaskCommand.ts @@ -104,9 +104,6 @@ export class CreateTaskCommand extends $Command< CreateTaskCommandOutput, SnowDeviceManagementClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -120,9 +117,7 @@ export class CreateTaskCommand extends $Command< * @public */ constructor(readonly input: CreateTaskCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -173,7 +168,4 @@ export class CreateTaskCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateTaskCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-snow-device-management/src/commands/DescribeDeviceCommand.ts b/clients/client-snow-device-management/src/commands/DescribeDeviceCommand.ts index 5bd643620a14..4c7459742aa0 100644 --- a/clients/client-snow-device-management/src/commands/DescribeDeviceCommand.ts +++ b/clients/client-snow-device-management/src/commands/DescribeDeviceCommand.ts @@ -124,9 +124,6 @@ export class DescribeDeviceCommand extends $Command< DescribeDeviceCommandOutput, SnowDeviceManagementClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -140,9 +137,7 @@ export class DescribeDeviceCommand extends $Command< * @public */ constructor(readonly input: DescribeDeviceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -195,7 +190,4 @@ export class DescribeDeviceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DescribeDeviceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-snow-device-management/src/commands/DescribeDeviceEc2InstancesCommand.ts b/clients/client-snow-device-management/src/commands/DescribeDeviceEc2InstancesCommand.ts index c751f60a5fcf..056fdcb46c1c 100644 --- a/clients/client-snow-device-management/src/commands/DescribeDeviceEc2InstancesCommand.ts +++ b/clients/client-snow-device-management/src/commands/DescribeDeviceEc2InstancesCommand.ts @@ -134,9 +134,6 @@ export class DescribeDeviceEc2InstancesCommand extends $Command< DescribeDeviceEc2InstancesCommandOutput, SnowDeviceManagementClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -150,9 +147,7 @@ export class DescribeDeviceEc2InstancesCommand extends $Command< * @public */ constructor(readonly input: DescribeDeviceEc2InstancesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -208,7 +203,4 @@ export class DescribeDeviceEc2InstancesCommand extends $Command< ): Promise { return de_DescribeDeviceEc2InstancesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-snow-device-management/src/commands/DescribeExecutionCommand.ts b/clients/client-snow-device-management/src/commands/DescribeExecutionCommand.ts index 5147f08f6f5d..8d79f57bdb6e 100644 --- a/clients/client-snow-device-management/src/commands/DescribeExecutionCommand.ts +++ b/clients/client-snow-device-management/src/commands/DescribeExecutionCommand.ts @@ -95,9 +95,6 @@ export class DescribeExecutionCommand extends $Command< DescribeExecutionCommandOutput, SnowDeviceManagementClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -111,9 +108,7 @@ export class DescribeExecutionCommand extends $Command< * @public */ constructor(readonly input: DescribeExecutionCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -166,7 +161,4 @@ export class DescribeExecutionCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DescribeExecutionCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-snow-device-management/src/commands/DescribeTaskCommand.ts b/clients/client-snow-device-management/src/commands/DescribeTaskCommand.ts index dac883e8bd3c..e9544d6a6fc3 100644 --- a/clients/client-snow-device-management/src/commands/DescribeTaskCommand.ts +++ b/clients/client-snow-device-management/src/commands/DescribeTaskCommand.ts @@ -101,9 +101,6 @@ export class DescribeTaskCommand extends $Command< DescribeTaskCommandOutput, SnowDeviceManagementClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -117,9 +114,7 @@ export class DescribeTaskCommand extends $Command< * @public */ constructor(readonly input: DescribeTaskCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -170,7 +165,4 @@ export class DescribeTaskCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DescribeTaskCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-snow-device-management/src/commands/ListDeviceResourcesCommand.ts b/clients/client-snow-device-management/src/commands/ListDeviceResourcesCommand.ts index 73b6fbc76f0c..480ec869a8c7 100644 --- a/clients/client-snow-device-management/src/commands/ListDeviceResourcesCommand.ts +++ b/clients/client-snow-device-management/src/commands/ListDeviceResourcesCommand.ts @@ -99,9 +99,6 @@ export class ListDeviceResourcesCommand extends $Command< ListDeviceResourcesCommandOutput, SnowDeviceManagementClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -115,9 +112,7 @@ export class ListDeviceResourcesCommand extends $Command< * @public */ constructor(readonly input: ListDeviceResourcesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -170,7 +165,4 @@ export class ListDeviceResourcesCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListDeviceResourcesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-snow-device-management/src/commands/ListDevicesCommand.ts b/clients/client-snow-device-management/src/commands/ListDevicesCommand.ts index 85b311fc0620..b0596f3aa901 100644 --- a/clients/client-snow-device-management/src/commands/ListDevicesCommand.ts +++ b/clients/client-snow-device-management/src/commands/ListDevicesCommand.ts @@ -99,9 +99,6 @@ export class ListDevicesCommand extends $Command< ListDevicesCommandOutput, SnowDeviceManagementClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -115,9 +112,7 @@ export class ListDevicesCommand extends $Command< * @public */ constructor(readonly input: ListDevicesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -168,7 +163,4 @@ export class ListDevicesCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListDevicesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-snow-device-management/src/commands/ListExecutionsCommand.ts b/clients/client-snow-device-management/src/commands/ListExecutionsCommand.ts index 8562fc1826a7..e6c4280e0d51 100644 --- a/clients/client-snow-device-management/src/commands/ListExecutionsCommand.ts +++ b/clients/client-snow-device-management/src/commands/ListExecutionsCommand.ts @@ -100,9 +100,6 @@ export class ListExecutionsCommand extends $Command< ListExecutionsCommandOutput, SnowDeviceManagementClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -116,9 +113,7 @@ export class ListExecutionsCommand extends $Command< * @public */ constructor(readonly input: ListExecutionsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -171,7 +166,4 @@ export class ListExecutionsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListExecutionsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-snow-device-management/src/commands/ListTagsForResourceCommand.ts b/clients/client-snow-device-management/src/commands/ListTagsForResourceCommand.ts index d0c45723172f..f6e390446962 100644 --- a/clients/client-snow-device-management/src/commands/ListTagsForResourceCommand.ts +++ b/clients/client-snow-device-management/src/commands/ListTagsForResourceCommand.ts @@ -85,9 +85,6 @@ export class ListTagsForResourceCommand extends $Command< ListTagsForResourceCommandOutput, SnowDeviceManagementClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -101,9 +98,7 @@ export class ListTagsForResourceCommand extends $Command< * @public */ constructor(readonly input: ListTagsForResourceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -156,7 +151,4 @@ export class ListTagsForResourceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListTagsForResourceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-snow-device-management/src/commands/ListTasksCommand.ts b/clients/client-snow-device-management/src/commands/ListTasksCommand.ts index 50894cbe2852..fb8b5482a2e4 100644 --- a/clients/client-snow-device-management/src/commands/ListTasksCommand.ts +++ b/clients/client-snow-device-management/src/commands/ListTasksCommand.ts @@ -98,9 +98,6 @@ export class ListTasksCommand extends $Command< ListTasksCommandOutput, SnowDeviceManagementClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -114,9 +111,7 @@ export class ListTasksCommand extends $Command< * @public */ constructor(readonly input: ListTasksCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -167,7 +162,4 @@ export class ListTasksCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListTasksCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-snow-device-management/src/commands/TagResourceCommand.ts b/clients/client-snow-device-management/src/commands/TagResourceCommand.ts index a7bd7896bc9f..f4b8ccb868e9 100644 --- a/clients/client-snow-device-management/src/commands/TagResourceCommand.ts +++ b/clients/client-snow-device-management/src/commands/TagResourceCommand.ts @@ -84,9 +84,6 @@ export class TagResourceCommand extends $Command< TagResourceCommandOutput, SnowDeviceManagementClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -100,9 +97,7 @@ export class TagResourceCommand extends $Command< * @public */ constructor(readonly input: TagResourceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -153,7 +148,4 @@ export class TagResourceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_TagResourceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-snow-device-management/src/commands/UntagResourceCommand.ts b/clients/client-snow-device-management/src/commands/UntagResourceCommand.ts index fab8750b7b1e..489ed9cb0a89 100644 --- a/clients/client-snow-device-management/src/commands/UntagResourceCommand.ts +++ b/clients/client-snow-device-management/src/commands/UntagResourceCommand.ts @@ -84,9 +84,6 @@ export class UntagResourceCommand extends $Command< UntagResourceCommandOutput, SnowDeviceManagementClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -100,9 +97,7 @@ export class UntagResourceCommand extends $Command< * @public */ constructor(readonly input: UntagResourceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -153,7 +148,4 @@ export class UntagResourceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UntagResourceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-snowball/package.json b/clients/client-snowball/package.json index a6de0bd21ac6..6049160a27af 100644 --- a/clients/client-snowball/package.json +++ b/clients/client-snowball/package.json @@ -34,29 +34,29 @@ "@aws-sdk/util-endpoints": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@smithy/config-resolver": "^2.0.16", - "@smithy/fetch-http-handler": "^2.2.4", - "@smithy/hash-node": "^2.0.12", - "@smithy/invalid-dependency": "^2.0.12", - "@smithy/middleware-content-length": "^2.0.14", - "@smithy/middleware-endpoint": "^2.1.3", - "@smithy/middleware-retry": "^2.0.18", - "@smithy/middleware-serde": "^2.0.12", - "@smithy/middleware-stack": "^2.0.6", - "@smithy/node-config-provider": "^2.1.3", - "@smithy/node-http-handler": "^2.1.8", - "@smithy/protocol-http": "^3.0.8", - "@smithy/smithy-client": "^2.1.12", - "@smithy/types": "^2.4.0", - "@smithy/url-parser": "^2.0.12", - "@smithy/util-base64": "^2.0.0", + "@smithy/config-resolver": "^2.0.18", + "@smithy/fetch-http-handler": "^2.2.6", + "@smithy/hash-node": "^2.0.15", + "@smithy/invalid-dependency": "^2.0.13", + "@smithy/middleware-content-length": "^2.0.15", + "@smithy/middleware-endpoint": "^2.2.0", + "@smithy/middleware-retry": "^2.0.20", + "@smithy/middleware-serde": "^2.0.13", + "@smithy/middleware-stack": "^2.0.7", + "@smithy/node-config-provider": "^2.1.5", + "@smithy/node-http-handler": "^2.1.9", + "@smithy/protocol-http": "^3.0.9", + "@smithy/smithy-client": "^2.1.15", + "@smithy/types": "^2.5.0", + "@smithy/url-parser": "^2.0.13", + "@smithy/util-base64": "^2.0.1", "@smithy/util-body-length-browser": "^2.0.0", "@smithy/util-body-length-node": "^2.1.0", - "@smithy/util-defaults-mode-browser": "^2.0.16", - "@smithy/util-defaults-mode-node": "^2.0.21", - "@smithy/util-endpoints": "^1.0.2", - "@smithy/util-retry": "^2.0.5", - "@smithy/util-utf8": "^2.0.0", + "@smithy/util-defaults-mode-browser": "^2.0.19", + "@smithy/util-defaults-mode-node": "^2.0.25", + "@smithy/util-endpoints": "^1.0.4", + "@smithy/util-retry": "^2.0.6", + "@smithy/util-utf8": "^2.0.2", "tslib": "^2.5.0" }, "devDependencies": { diff --git a/clients/client-snowball/src/commands/CancelClusterCommand.ts b/clients/client-snowball/src/commands/CancelClusterCommand.ts index a68753f4d2d9..9e8c7da452c4 100644 --- a/clients/client-snowball/src/commands/CancelClusterCommand.ts +++ b/clients/client-snowball/src/commands/CancelClusterCommand.ts @@ -93,9 +93,6 @@ export class CancelClusterCommand extends $Command< CancelClusterCommandOutput, SnowballClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -109,9 +106,7 @@ export class CancelClusterCommand extends $Command< * @public */ constructor(readonly input: CancelClusterCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -162,7 +157,4 @@ export class CancelClusterCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CancelClusterCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-snowball/src/commands/CancelJobCommand.ts b/clients/client-snowball/src/commands/CancelJobCommand.ts index ad2a63f01356..dcb4f2df3f8a 100644 --- a/clients/client-snowball/src/commands/CancelJobCommand.ts +++ b/clients/client-snowball/src/commands/CancelJobCommand.ts @@ -94,9 +94,6 @@ export class CancelJobCommand extends $Command< CancelJobCommandOutput, SnowballClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -110,9 +107,7 @@ export class CancelJobCommand extends $Command< * @public */ constructor(readonly input: CancelJobCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -163,7 +158,4 @@ export class CancelJobCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CancelJobCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-snowball/src/commands/CreateAddressCommand.ts b/clients/client-snowball/src/commands/CreateAddressCommand.ts index 897fe303d263..2803a6a54e3f 100644 --- a/clients/client-snowball/src/commands/CreateAddressCommand.ts +++ b/clients/client-snowball/src/commands/CreateAddressCommand.ts @@ -123,9 +123,6 @@ export class CreateAddressCommand extends $Command< CreateAddressCommandOutput, SnowballClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -139,9 +136,7 @@ export class CreateAddressCommand extends $Command< * @public */ constructor(readonly input: CreateAddressCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -192,7 +187,4 @@ export class CreateAddressCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateAddressCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-snowball/src/commands/CreateClusterCommand.ts b/clients/client-snowball/src/commands/CreateClusterCommand.ts index 98a3d5364749..3acc3b470984 100644 --- a/clients/client-snowball/src/commands/CreateClusterCommand.ts +++ b/clients/client-snowball/src/commands/CreateClusterCommand.ts @@ -211,9 +211,6 @@ export class CreateClusterCommand extends $Command< CreateClusterCommandOutput, SnowballClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -227,9 +224,7 @@ export class CreateClusterCommand extends $Command< * @public */ constructor(readonly input: CreateClusterCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -280,7 +275,4 @@ export class CreateClusterCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateClusterCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-snowball/src/commands/CreateJobCommand.ts b/clients/client-snowball/src/commands/CreateJobCommand.ts index b07bec56f185..b4f107820e02 100644 --- a/clients/client-snowball/src/commands/CreateJobCommand.ts +++ b/clients/client-snowball/src/commands/CreateJobCommand.ts @@ -373,9 +373,6 @@ export class CreateJobCommand extends $Command< CreateJobCommandOutput, SnowballClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -389,9 +386,7 @@ export class CreateJobCommand extends $Command< * @public */ constructor(readonly input: CreateJobCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -442,7 +437,4 @@ export class CreateJobCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateJobCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-snowball/src/commands/CreateLongTermPricingCommand.ts b/clients/client-snowball/src/commands/CreateLongTermPricingCommand.ts index 3ea823bd17d3..d62ecb8cfdec 100644 --- a/clients/client-snowball/src/commands/CreateLongTermPricingCommand.ts +++ b/clients/client-snowball/src/commands/CreateLongTermPricingCommand.ts @@ -78,9 +78,6 @@ export class CreateLongTermPricingCommand extends $Command< CreateLongTermPricingCommandOutput, SnowballClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -94,9 +91,7 @@ export class CreateLongTermPricingCommand extends $Command< * @public */ constructor(readonly input: CreateLongTermPricingCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -149,7 +144,4 @@ export class CreateLongTermPricingCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateLongTermPricingCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-snowball/src/commands/CreateReturnShippingLabelCommand.ts b/clients/client-snowball/src/commands/CreateReturnShippingLabelCommand.ts index b57608ba3ffc..52e6b7196810 100644 --- a/clients/client-snowball/src/commands/CreateReturnShippingLabelCommand.ts +++ b/clients/client-snowball/src/commands/CreateReturnShippingLabelCommand.ts @@ -91,9 +91,6 @@ export class CreateReturnShippingLabelCommand extends $Command< CreateReturnShippingLabelCommandOutput, SnowballClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -107,9 +104,7 @@ export class CreateReturnShippingLabelCommand extends $Command< * @public */ constructor(readonly input: CreateReturnShippingLabelCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -165,7 +160,4 @@ export class CreateReturnShippingLabelCommand extends $Command< ): Promise { return de_CreateReturnShippingLabelCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-snowball/src/commands/DescribeAddressCommand.ts b/clients/client-snowball/src/commands/DescribeAddressCommand.ts index 2e84355a88c1..902ff4bf7281 100644 --- a/clients/client-snowball/src/commands/DescribeAddressCommand.ts +++ b/clients/client-snowball/src/commands/DescribeAddressCommand.ts @@ -117,9 +117,6 @@ export class DescribeAddressCommand extends $Command< DescribeAddressCommandOutput, SnowballClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -133,9 +130,7 @@ export class DescribeAddressCommand extends $Command< * @public */ constructor(readonly input: DescribeAddressCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -188,7 +183,4 @@ export class DescribeAddressCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DescribeAddressCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-snowball/src/commands/DescribeAddressesCommand.ts b/clients/client-snowball/src/commands/DescribeAddressesCommand.ts index 33ab4817e39a..a7ff3a377c38 100644 --- a/clients/client-snowball/src/commands/DescribeAddressesCommand.ts +++ b/clients/client-snowball/src/commands/DescribeAddressesCommand.ts @@ -127,9 +127,6 @@ export class DescribeAddressesCommand extends $Command< DescribeAddressesCommandOutput, SnowballClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -143,9 +140,7 @@ export class DescribeAddressesCommand extends $Command< * @public */ constructor(readonly input: DescribeAddressesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -198,7 +193,4 @@ export class DescribeAddressesCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DescribeAddressesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-snowball/src/commands/DescribeClusterCommand.ts b/clients/client-snowball/src/commands/DescribeClusterCommand.ts index bf75d97f814d..028302ed451e 100644 --- a/clients/client-snowball/src/commands/DescribeClusterCommand.ts +++ b/clients/client-snowball/src/commands/DescribeClusterCommand.ts @@ -191,9 +191,6 @@ export class DescribeClusterCommand extends $Command< DescribeClusterCommandOutput, SnowballClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -207,9 +204,7 @@ export class DescribeClusterCommand extends $Command< * @public */ constructor(readonly input: DescribeClusterCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -262,7 +257,4 @@ export class DescribeClusterCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DescribeClusterCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-snowball/src/commands/DescribeJobCommand.ts b/clients/client-snowball/src/commands/DescribeJobCommand.ts index f9d72bc069f8..2faeba5e76c7 100644 --- a/clients/client-snowball/src/commands/DescribeJobCommand.ts +++ b/clients/client-snowball/src/commands/DescribeJobCommand.ts @@ -362,9 +362,6 @@ export class DescribeJobCommand extends $Command< DescribeJobCommandOutput, SnowballClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -378,9 +375,7 @@ export class DescribeJobCommand extends $Command< * @public */ constructor(readonly input: DescribeJobCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -431,7 +426,4 @@ export class DescribeJobCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DescribeJobCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-snowball/src/commands/DescribeReturnShippingLabelCommand.ts b/clients/client-snowball/src/commands/DescribeReturnShippingLabelCommand.ts index a1cff4a2ce57..b5588502e653 100644 --- a/clients/client-snowball/src/commands/DescribeReturnShippingLabelCommand.ts +++ b/clients/client-snowball/src/commands/DescribeReturnShippingLabelCommand.ts @@ -84,9 +84,6 @@ export class DescribeReturnShippingLabelCommand extends $Command< DescribeReturnShippingLabelCommandOutput, SnowballClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -100,9 +97,7 @@ export class DescribeReturnShippingLabelCommand extends $Command< * @public */ constructor(readonly input: DescribeReturnShippingLabelCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -158,7 +153,4 @@ export class DescribeReturnShippingLabelCommand extends $Command< ): Promise { return de_DescribeReturnShippingLabelCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-snowball/src/commands/GetJobManifestCommand.ts b/clients/client-snowball/src/commands/GetJobManifestCommand.ts index e129c2e7b980..bb31506d5147 100644 --- a/clients/client-snowball/src/commands/GetJobManifestCommand.ts +++ b/clients/client-snowball/src/commands/GetJobManifestCommand.ts @@ -115,9 +115,6 @@ export class GetJobManifestCommand extends $Command< GetJobManifestCommandOutput, SnowballClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -131,9 +128,7 @@ export class GetJobManifestCommand extends $Command< * @public */ constructor(readonly input: GetJobManifestCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -186,7 +181,4 @@ export class GetJobManifestCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetJobManifestCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-snowball/src/commands/GetJobUnlockCodeCommand.ts b/clients/client-snowball/src/commands/GetJobUnlockCodeCommand.ts index dc36d6eaf59a..9f55f4650c7d 100644 --- a/clients/client-snowball/src/commands/GetJobUnlockCodeCommand.ts +++ b/clients/client-snowball/src/commands/GetJobUnlockCodeCommand.ts @@ -110,9 +110,6 @@ export class GetJobUnlockCodeCommand extends $Command< GetJobUnlockCodeCommandOutput, SnowballClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -126,9 +123,7 @@ export class GetJobUnlockCodeCommand extends $Command< * @public */ constructor(readonly input: GetJobUnlockCodeCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -181,7 +176,4 @@ export class GetJobUnlockCodeCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetJobUnlockCodeCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-snowball/src/commands/GetSnowballUsageCommand.ts b/clients/client-snowball/src/commands/GetSnowballUsageCommand.ts index 98bf4454ac97..b39bedca8333 100644 --- a/clients/client-snowball/src/commands/GetSnowballUsageCommand.ts +++ b/clients/client-snowball/src/commands/GetSnowballUsageCommand.ts @@ -89,9 +89,6 @@ export class GetSnowballUsageCommand extends $Command< GetSnowballUsageCommandOutput, SnowballClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -105,9 +102,7 @@ export class GetSnowballUsageCommand extends $Command< * @public */ constructor(readonly input: GetSnowballUsageCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -160,7 +155,4 @@ export class GetSnowballUsageCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetSnowballUsageCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-snowball/src/commands/GetSoftwareUpdatesCommand.ts b/clients/client-snowball/src/commands/GetSoftwareUpdatesCommand.ts index 8635649de4fc..afbdf180ff02 100644 --- a/clients/client-snowball/src/commands/GetSoftwareUpdatesCommand.ts +++ b/clients/client-snowball/src/commands/GetSoftwareUpdatesCommand.ts @@ -79,9 +79,6 @@ export class GetSoftwareUpdatesCommand extends $Command< GetSoftwareUpdatesCommandOutput, SnowballClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -95,9 +92,7 @@ export class GetSoftwareUpdatesCommand extends $Command< * @public */ constructor(readonly input: GetSoftwareUpdatesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -150,7 +145,4 @@ export class GetSoftwareUpdatesCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetSoftwareUpdatesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-snowball/src/commands/ListClusterJobsCommand.ts b/clients/client-snowball/src/commands/ListClusterJobsCommand.ts index b6fe5623280b..f877374281f7 100644 --- a/clients/client-snowball/src/commands/ListClusterJobsCommand.ts +++ b/clients/client-snowball/src/commands/ListClusterJobsCommand.ts @@ -156,9 +156,6 @@ export class ListClusterJobsCommand extends $Command< ListClusterJobsCommandOutput, SnowballClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -172,9 +169,7 @@ export class ListClusterJobsCommand extends $Command< * @public */ constructor(readonly input: ListClusterJobsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -227,7 +222,4 @@ export class ListClusterJobsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListClusterJobsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-snowball/src/commands/ListClustersCommand.ts b/clients/client-snowball/src/commands/ListClustersCommand.ts index 44d2ab3b7285..07b2965c3bf8 100644 --- a/clients/client-snowball/src/commands/ListClustersCommand.ts +++ b/clients/client-snowball/src/commands/ListClustersCommand.ts @@ -107,9 +107,6 @@ export class ListClustersCommand extends $Command< ListClustersCommandOutput, SnowballClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -123,9 +120,7 @@ export class ListClustersCommand extends $Command< * @public */ constructor(readonly input: ListClustersCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -176,7 +171,4 @@ export class ListClustersCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListClustersCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-snowball/src/commands/ListCompatibleImagesCommand.ts b/clients/client-snowball/src/commands/ListCompatibleImagesCommand.ts index 5f0e10eb13f1..e1a794b447c9 100644 --- a/clients/client-snowball/src/commands/ListCompatibleImagesCommand.ts +++ b/clients/client-snowball/src/commands/ListCompatibleImagesCommand.ts @@ -89,9 +89,6 @@ export class ListCompatibleImagesCommand extends $Command< ListCompatibleImagesCommandOutput, SnowballClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -105,9 +102,7 @@ export class ListCompatibleImagesCommand extends $Command< * @public */ constructor(readonly input: ListCompatibleImagesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -160,7 +155,4 @@ export class ListCompatibleImagesCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListCompatibleImagesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-snowball/src/commands/ListJobsCommand.ts b/clients/client-snowball/src/commands/ListJobsCommand.ts index 5c567800eca1..a39f373da958 100644 --- a/clients/client-snowball/src/commands/ListJobsCommand.ts +++ b/clients/client-snowball/src/commands/ListJobsCommand.ts @@ -115,9 +115,6 @@ export class ListJobsCommand extends $Command< ListJobsCommandOutput, SnowballClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -131,9 +128,7 @@ export class ListJobsCommand extends $Command< * @public */ constructor(readonly input: ListJobsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -184,7 +179,4 @@ export class ListJobsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListJobsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-snowball/src/commands/ListLongTermPricingCommand.ts b/clients/client-snowball/src/commands/ListLongTermPricingCommand.ts index c5346036e541..3294ea71e5a1 100644 --- a/clients/client-snowball/src/commands/ListLongTermPricingCommand.ts +++ b/clients/client-snowball/src/commands/ListLongTermPricingCommand.ts @@ -96,9 +96,6 @@ export class ListLongTermPricingCommand extends $Command< ListLongTermPricingCommandOutput, SnowballClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -112,9 +109,7 @@ export class ListLongTermPricingCommand extends $Command< * @public */ constructor(readonly input: ListLongTermPricingCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -167,7 +162,4 @@ export class ListLongTermPricingCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListLongTermPricingCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-snowball/src/commands/ListPickupLocationsCommand.ts b/clients/client-snowball/src/commands/ListPickupLocationsCommand.ts index eb4b8cf20b38..d265d6c8ce59 100644 --- a/clients/client-snowball/src/commands/ListPickupLocationsCommand.ts +++ b/clients/client-snowball/src/commands/ListPickupLocationsCommand.ts @@ -120,9 +120,6 @@ export class ListPickupLocationsCommand extends $Command< ListPickupLocationsCommandOutput, SnowballClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -136,9 +133,7 @@ export class ListPickupLocationsCommand extends $Command< * @public */ constructor(readonly input: ListPickupLocationsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -191,7 +186,4 @@ export class ListPickupLocationsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListPickupLocationsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-snowball/src/commands/ListServiceVersionsCommand.ts b/clients/client-snowball/src/commands/ListServiceVersionsCommand.ts index 75e780c93567..28e70eefd4b4 100644 --- a/clients/client-snowball/src/commands/ListServiceVersionsCommand.ts +++ b/clients/client-snowball/src/commands/ListServiceVersionsCommand.ts @@ -104,9 +104,6 @@ export class ListServiceVersionsCommand extends $Command< ListServiceVersionsCommandOutput, SnowballClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -120,9 +117,7 @@ export class ListServiceVersionsCommand extends $Command< * @public */ constructor(readonly input: ListServiceVersionsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -175,7 +170,4 @@ export class ListServiceVersionsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListServiceVersionsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-snowball/src/commands/UpdateClusterCommand.ts b/clients/client-snowball/src/commands/UpdateClusterCommand.ts index 86eacd0ba6fc..3eacfb98295a 100644 --- a/clients/client-snowball/src/commands/UpdateClusterCommand.ts +++ b/clients/client-snowball/src/commands/UpdateClusterCommand.ts @@ -169,9 +169,6 @@ export class UpdateClusterCommand extends $Command< UpdateClusterCommandOutput, SnowballClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -185,9 +182,7 @@ export class UpdateClusterCommand extends $Command< * @public */ constructor(readonly input: UpdateClusterCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -238,7 +233,4 @@ export class UpdateClusterCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdateClusterCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-snowball/src/commands/UpdateJobCommand.ts b/clients/client-snowball/src/commands/UpdateJobCommand.ts index b16d17c7a0d1..b64a9ae485d1 100644 --- a/clients/client-snowball/src/commands/UpdateJobCommand.ts +++ b/clients/client-snowball/src/commands/UpdateJobCommand.ts @@ -185,9 +185,6 @@ export class UpdateJobCommand extends $Command< UpdateJobCommandOutput, SnowballClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -201,9 +198,7 @@ export class UpdateJobCommand extends $Command< * @public */ constructor(readonly input: UpdateJobCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -254,7 +249,4 @@ export class UpdateJobCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdateJobCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-snowball/src/commands/UpdateJobShipmentStateCommand.ts b/clients/client-snowball/src/commands/UpdateJobShipmentStateCommand.ts index abbe39046ab5..c4822c1bc048 100644 --- a/clients/client-snowball/src/commands/UpdateJobShipmentStateCommand.ts +++ b/clients/client-snowball/src/commands/UpdateJobShipmentStateCommand.ts @@ -77,9 +77,6 @@ export class UpdateJobShipmentStateCommand extends $Command< UpdateJobShipmentStateCommandOutput, SnowballClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -93,9 +90,7 @@ export class UpdateJobShipmentStateCommand extends $Command< * @public */ constructor(readonly input: UpdateJobShipmentStateCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -148,7 +143,4 @@ export class UpdateJobShipmentStateCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdateJobShipmentStateCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-snowball/src/commands/UpdateLongTermPricingCommand.ts b/clients/client-snowball/src/commands/UpdateLongTermPricingCommand.ts index 588e85479521..fea386606b7b 100644 --- a/clients/client-snowball/src/commands/UpdateLongTermPricingCommand.ts +++ b/clients/client-snowball/src/commands/UpdateLongTermPricingCommand.ts @@ -74,9 +74,6 @@ export class UpdateLongTermPricingCommand extends $Command< UpdateLongTermPricingCommandOutput, SnowballClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -90,9 +87,7 @@ export class UpdateLongTermPricingCommand extends $Command< * @public */ constructor(readonly input: UpdateLongTermPricingCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -145,7 +140,4 @@ export class UpdateLongTermPricingCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdateLongTermPricingCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-sns/package.json b/clients/client-sns/package.json index 9d266fa22559..4dac8e123153 100644 --- a/clients/client-sns/package.json +++ b/clients/client-sns/package.json @@ -34,29 +34,29 @@ "@aws-sdk/util-endpoints": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@smithy/config-resolver": "^2.0.16", - "@smithy/fetch-http-handler": "^2.2.4", - "@smithy/hash-node": "^2.0.12", - "@smithy/invalid-dependency": "^2.0.12", - "@smithy/middleware-content-length": "^2.0.14", - "@smithy/middleware-endpoint": "^2.1.3", - "@smithy/middleware-retry": "^2.0.18", - "@smithy/middleware-serde": "^2.0.12", - "@smithy/middleware-stack": "^2.0.6", - "@smithy/node-config-provider": "^2.1.3", - "@smithy/node-http-handler": "^2.1.8", - "@smithy/protocol-http": "^3.0.8", - "@smithy/smithy-client": "^2.1.12", - "@smithy/types": "^2.4.0", - "@smithy/url-parser": "^2.0.12", - "@smithy/util-base64": "^2.0.0", + "@smithy/config-resolver": "^2.0.18", + "@smithy/fetch-http-handler": "^2.2.6", + "@smithy/hash-node": "^2.0.15", + "@smithy/invalid-dependency": "^2.0.13", + "@smithy/middleware-content-length": "^2.0.15", + "@smithy/middleware-endpoint": "^2.2.0", + "@smithy/middleware-retry": "^2.0.20", + "@smithy/middleware-serde": "^2.0.13", + "@smithy/middleware-stack": "^2.0.7", + "@smithy/node-config-provider": "^2.1.5", + "@smithy/node-http-handler": "^2.1.9", + "@smithy/protocol-http": "^3.0.9", + "@smithy/smithy-client": "^2.1.15", + "@smithy/types": "^2.5.0", + "@smithy/url-parser": "^2.0.13", + "@smithy/util-base64": "^2.0.1", "@smithy/util-body-length-browser": "^2.0.0", "@smithy/util-body-length-node": "^2.1.0", - "@smithy/util-defaults-mode-browser": "^2.0.16", - "@smithy/util-defaults-mode-node": "^2.0.21", - "@smithy/util-endpoints": "^1.0.2", - "@smithy/util-retry": "^2.0.5", - "@smithy/util-utf8": "^2.0.0", + "@smithy/util-defaults-mode-browser": "^2.0.19", + "@smithy/util-defaults-mode-node": "^2.0.25", + "@smithy/util-endpoints": "^1.0.4", + "@smithy/util-retry": "^2.0.6", + "@smithy/util-utf8": "^2.0.2", "fast-xml-parser": "4.2.5", "tslib": "^2.5.0" }, diff --git a/clients/client-sns/src/commands/AddPermissionCommand.ts b/clients/client-sns/src/commands/AddPermissionCommand.ts index 49d715a1365e..d9e31fe3518d 100644 --- a/clients/client-sns/src/commands/AddPermissionCommand.ts +++ b/clients/client-sns/src/commands/AddPermissionCommand.ts @@ -94,9 +94,6 @@ export class AddPermissionCommand extends $Command< AddPermissionCommandOutput, SNSClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -110,9 +107,7 @@ export class AddPermissionCommand extends $Command< * @public */ constructor(readonly input: AddPermissionCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -163,7 +158,4 @@ export class AddPermissionCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_AddPermissionCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-sns/src/commands/CheckIfPhoneNumberIsOptedOutCommand.ts b/clients/client-sns/src/commands/CheckIfPhoneNumberIsOptedOutCommand.ts index 14bc90b562da..bdc72d713338 100644 --- a/clients/client-sns/src/commands/CheckIfPhoneNumberIsOptedOutCommand.ts +++ b/clients/client-sns/src/commands/CheckIfPhoneNumberIsOptedOutCommand.ts @@ -89,9 +89,6 @@ export class CheckIfPhoneNumberIsOptedOutCommand extends $Command< CheckIfPhoneNumberIsOptedOutCommandOutput, SNSClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -105,9 +102,7 @@ export class CheckIfPhoneNumberIsOptedOutCommand extends $Command< * @public */ constructor(readonly input: CheckIfPhoneNumberIsOptedOutCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -163,7 +158,4 @@ export class CheckIfPhoneNumberIsOptedOutCommand extends $Command< ): Promise { return de_CheckIfPhoneNumberIsOptedOutCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-sns/src/commands/ConfirmSubscriptionCommand.ts b/clients/client-sns/src/commands/ConfirmSubscriptionCommand.ts index 9c57e5c88eac..ac66533679ac 100644 --- a/clients/client-sns/src/commands/ConfirmSubscriptionCommand.ts +++ b/clients/client-sns/src/commands/ConfirmSubscriptionCommand.ts @@ -101,9 +101,6 @@ export class ConfirmSubscriptionCommand extends $Command< ConfirmSubscriptionCommandOutput, SNSClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -117,9 +114,7 @@ export class ConfirmSubscriptionCommand extends $Command< * @public */ constructor(readonly input: ConfirmSubscriptionCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -172,7 +167,4 @@ export class ConfirmSubscriptionCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ConfirmSubscriptionCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-sns/src/commands/CreatePlatformApplicationCommand.ts b/clients/client-sns/src/commands/CreatePlatformApplicationCommand.ts index 2272a69052e4..3fc28883c39e 100644 --- a/clients/client-sns/src/commands/CreatePlatformApplicationCommand.ts +++ b/clients/client-sns/src/commands/CreatePlatformApplicationCommand.ts @@ -128,9 +128,6 @@ export class CreatePlatformApplicationCommand extends $Command< CreatePlatformApplicationCommandOutput, SNSClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -144,9 +141,7 @@ export class CreatePlatformApplicationCommand extends $Command< * @public */ constructor(readonly input: CreatePlatformApplicationCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -202,7 +197,4 @@ export class CreatePlatformApplicationCommand extends $Command< ): Promise { return de_CreatePlatformApplicationCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-sns/src/commands/CreatePlatformEndpointCommand.ts b/clients/client-sns/src/commands/CreatePlatformEndpointCommand.ts index 290f602ad40e..1ed52efd637d 100644 --- a/clients/client-sns/src/commands/CreatePlatformEndpointCommand.ts +++ b/clients/client-sns/src/commands/CreatePlatformEndpointCommand.ts @@ -101,9 +101,6 @@ export class CreatePlatformEndpointCommand extends $Command< CreatePlatformEndpointCommandOutput, SNSClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -117,9 +114,7 @@ export class CreatePlatformEndpointCommand extends $Command< * @public */ constructor(readonly input: CreatePlatformEndpointCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -172,7 +167,4 @@ export class CreatePlatformEndpointCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreatePlatformEndpointCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-sns/src/commands/CreateSMSSandboxPhoneNumberCommand.ts b/clients/client-sns/src/commands/CreateSMSSandboxPhoneNumberCommand.ts index f4fea6362e7d..89bd4f864490 100644 --- a/clients/client-sns/src/commands/CreateSMSSandboxPhoneNumberCommand.ts +++ b/clients/client-sns/src/commands/CreateSMSSandboxPhoneNumberCommand.ts @@ -99,9 +99,6 @@ export class CreateSMSSandboxPhoneNumberCommand extends $Command< CreateSMSSandboxPhoneNumberCommandOutput, SNSClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -115,9 +112,7 @@ export class CreateSMSSandboxPhoneNumberCommand extends $Command< * @public */ constructor(readonly input: CreateSMSSandboxPhoneNumberCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -173,7 +168,4 @@ export class CreateSMSSandboxPhoneNumberCommand extends $Command< ): Promise { return de_CreateSMSSandboxPhoneNumberCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-sns/src/commands/CreateTopicCommand.ts b/clients/client-sns/src/commands/CreateTopicCommand.ts index 7356535c690c..0cdedc811fd6 100644 --- a/clients/client-sns/src/commands/CreateTopicCommand.ts +++ b/clients/client-sns/src/commands/CreateTopicCommand.ts @@ -116,9 +116,6 @@ export class CreateTopicCommand extends $Command< CreateTopicCommandOutput, SNSClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -132,9 +129,7 @@ export class CreateTopicCommand extends $Command< * @public */ constructor(readonly input: CreateTopicCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -185,7 +180,4 @@ export class CreateTopicCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateTopicCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-sns/src/commands/DeleteEndpointCommand.ts b/clients/client-sns/src/commands/DeleteEndpointCommand.ts index dbd2367940cd..82c0e81c7545 100644 --- a/clients/client-sns/src/commands/DeleteEndpointCommand.ts +++ b/clients/client-sns/src/commands/DeleteEndpointCommand.ts @@ -82,9 +82,6 @@ export class DeleteEndpointCommand extends $Command< DeleteEndpointCommandOutput, SNSClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -98,9 +95,7 @@ export class DeleteEndpointCommand extends $Command< * @public */ constructor(readonly input: DeleteEndpointCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -153,7 +148,4 @@ export class DeleteEndpointCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteEndpointCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-sns/src/commands/DeletePlatformApplicationCommand.ts b/clients/client-sns/src/commands/DeletePlatformApplicationCommand.ts index 375b199f227b..391793165d89 100644 --- a/clients/client-sns/src/commands/DeletePlatformApplicationCommand.ts +++ b/clients/client-sns/src/commands/DeletePlatformApplicationCommand.ts @@ -81,9 +81,6 @@ export class DeletePlatformApplicationCommand extends $Command< DeletePlatformApplicationCommandOutput, SNSClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -97,9 +94,7 @@ export class DeletePlatformApplicationCommand extends $Command< * @public */ constructor(readonly input: DeletePlatformApplicationCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -155,7 +150,4 @@ export class DeletePlatformApplicationCommand extends $Command< ): Promise { return de_DeletePlatformApplicationCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-sns/src/commands/DeleteSMSSandboxPhoneNumberCommand.ts b/clients/client-sns/src/commands/DeleteSMSSandboxPhoneNumberCommand.ts index ec49853c9a34..b7325ab8bc02 100644 --- a/clients/client-sns/src/commands/DeleteSMSSandboxPhoneNumberCommand.ts +++ b/clients/client-sns/src/commands/DeleteSMSSandboxPhoneNumberCommand.ts @@ -98,9 +98,6 @@ export class DeleteSMSSandboxPhoneNumberCommand extends $Command< DeleteSMSSandboxPhoneNumberCommandOutput, SNSClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -114,9 +111,7 @@ export class DeleteSMSSandboxPhoneNumberCommand extends $Command< * @public */ constructor(readonly input: DeleteSMSSandboxPhoneNumberCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -172,7 +167,4 @@ export class DeleteSMSSandboxPhoneNumberCommand extends $Command< ): Promise { return de_DeleteSMSSandboxPhoneNumberCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-sns/src/commands/DeleteTopicCommand.ts b/clients/client-sns/src/commands/DeleteTopicCommand.ts index 117aaf8df76a..6e593f7acfe5 100644 --- a/clients/client-sns/src/commands/DeleteTopicCommand.ts +++ b/clients/client-sns/src/commands/DeleteTopicCommand.ts @@ -99,9 +99,6 @@ export class DeleteTopicCommand extends $Command< DeleteTopicCommandOutput, SNSClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -115,9 +112,7 @@ export class DeleteTopicCommand extends $Command< * @public */ constructor(readonly input: DeleteTopicCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -168,7 +163,4 @@ export class DeleteTopicCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteTopicCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-sns/src/commands/GetDataProtectionPolicyCommand.ts b/clients/client-sns/src/commands/GetDataProtectionPolicyCommand.ts index 92bd3a7304bf..1ee20918e464 100644 --- a/clients/client-sns/src/commands/GetDataProtectionPolicyCommand.ts +++ b/clients/client-sns/src/commands/GetDataProtectionPolicyCommand.ts @@ -88,9 +88,6 @@ export class GetDataProtectionPolicyCommand extends $Command< GetDataProtectionPolicyCommandOutput, SNSClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -104,9 +101,7 @@ export class GetDataProtectionPolicyCommand extends $Command< * @public */ constructor(readonly input: GetDataProtectionPolicyCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -159,7 +154,4 @@ export class GetDataProtectionPolicyCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetDataProtectionPolicyCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-sns/src/commands/GetEndpointAttributesCommand.ts b/clients/client-sns/src/commands/GetEndpointAttributesCommand.ts index cbc306d8a280..663dfb8b43cb 100644 --- a/clients/client-sns/src/commands/GetEndpointAttributesCommand.ts +++ b/clients/client-sns/src/commands/GetEndpointAttributesCommand.ts @@ -87,9 +87,6 @@ export class GetEndpointAttributesCommand extends $Command< GetEndpointAttributesCommandOutput, SNSClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -103,9 +100,7 @@ export class GetEndpointAttributesCommand extends $Command< * @public */ constructor(readonly input: GetEndpointAttributesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -158,7 +153,4 @@ export class GetEndpointAttributesCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetEndpointAttributesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-sns/src/commands/GetPlatformApplicationAttributesCommand.ts b/clients/client-sns/src/commands/GetPlatformApplicationAttributesCommand.ts index d55c75c5d115..ef2a746ef870 100644 --- a/clients/client-sns/src/commands/GetPlatformApplicationAttributesCommand.ts +++ b/clients/client-sns/src/commands/GetPlatformApplicationAttributesCommand.ts @@ -92,9 +92,6 @@ export class GetPlatformApplicationAttributesCommand extends $Command< GetPlatformApplicationAttributesCommandOutput, SNSClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -108,9 +105,7 @@ export class GetPlatformApplicationAttributesCommand extends $Command< * @public */ constructor(readonly input: GetPlatformApplicationAttributesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -169,7 +164,4 @@ export class GetPlatformApplicationAttributesCommand extends $Command< ): Promise { return de_GetPlatformApplicationAttributesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-sns/src/commands/GetSMSAttributesCommand.ts b/clients/client-sns/src/commands/GetSMSAttributesCommand.ts index 03d9bd0c7b0f..9781d46f47f3 100644 --- a/clients/client-sns/src/commands/GetSMSAttributesCommand.ts +++ b/clients/client-sns/src/commands/GetSMSAttributesCommand.ts @@ -88,9 +88,6 @@ export class GetSMSAttributesCommand extends $Command< GetSMSAttributesCommandOutput, SNSClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -104,9 +101,7 @@ export class GetSMSAttributesCommand extends $Command< * @public */ constructor(readonly input: GetSMSAttributesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -159,7 +154,4 @@ export class GetSMSAttributesCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetSMSAttributesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-sns/src/commands/GetSMSSandboxAccountStatusCommand.ts b/clients/client-sns/src/commands/GetSMSSandboxAccountStatusCommand.ts index 767a18c60c26..c65bccd10aff 100644 --- a/clients/client-sns/src/commands/GetSMSSandboxAccountStatusCommand.ts +++ b/clients/client-sns/src/commands/GetSMSSandboxAccountStatusCommand.ts @@ -86,9 +86,6 @@ export class GetSMSSandboxAccountStatusCommand extends $Command< GetSMSSandboxAccountStatusCommandOutput, SNSClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -102,9 +99,7 @@ export class GetSMSSandboxAccountStatusCommand extends $Command< * @public */ constructor(readonly input: GetSMSSandboxAccountStatusCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -160,7 +155,4 @@ export class GetSMSSandboxAccountStatusCommand extends $Command< ): Promise { return de_GetSMSSandboxAccountStatusCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-sns/src/commands/GetSubscriptionAttributesCommand.ts b/clients/client-sns/src/commands/GetSubscriptionAttributesCommand.ts index fde4ff3f3940..4974267bff3d 100644 --- a/clients/client-sns/src/commands/GetSubscriptionAttributesCommand.ts +++ b/clients/client-sns/src/commands/GetSubscriptionAttributesCommand.ts @@ -85,9 +85,6 @@ export class GetSubscriptionAttributesCommand extends $Command< GetSubscriptionAttributesCommandOutput, SNSClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -101,9 +98,7 @@ export class GetSubscriptionAttributesCommand extends $Command< * @public */ constructor(readonly input: GetSubscriptionAttributesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -159,7 +154,4 @@ export class GetSubscriptionAttributesCommand extends $Command< ): Promise { return de_GetSubscriptionAttributesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-sns/src/commands/GetTopicAttributesCommand.ts b/clients/client-sns/src/commands/GetTopicAttributesCommand.ts index ed004d739507..b4a777b497a7 100644 --- a/clients/client-sns/src/commands/GetTopicAttributesCommand.ts +++ b/clients/client-sns/src/commands/GetTopicAttributesCommand.ts @@ -90,9 +90,6 @@ export class GetTopicAttributesCommand extends $Command< GetTopicAttributesCommandOutput, SNSClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -106,9 +103,7 @@ export class GetTopicAttributesCommand extends $Command< * @public */ constructor(readonly input: GetTopicAttributesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -161,7 +156,4 @@ export class GetTopicAttributesCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetTopicAttributesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-sns/src/commands/ListEndpointsByPlatformApplicationCommand.ts b/clients/client-sns/src/commands/ListEndpointsByPlatformApplicationCommand.ts index f921e58aa7eb..cd1e0c27443b 100644 --- a/clients/client-sns/src/commands/ListEndpointsByPlatformApplicationCommand.ts +++ b/clients/client-sns/src/commands/ListEndpointsByPlatformApplicationCommand.ts @@ -109,9 +109,6 @@ export class ListEndpointsByPlatformApplicationCommand extends $Command< ListEndpointsByPlatformApplicationCommandOutput, SNSClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -125,9 +122,7 @@ export class ListEndpointsByPlatformApplicationCommand extends $Command< * @public */ constructor(readonly input: ListEndpointsByPlatformApplicationCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -186,7 +181,4 @@ export class ListEndpointsByPlatformApplicationCommand extends $Command< ): Promise { return de_ListEndpointsByPlatformApplicationCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-sns/src/commands/ListOriginationNumbersCommand.ts b/clients/client-sns/src/commands/ListOriginationNumbersCommand.ts index b2a4a7f25e3d..d78fc327cf49 100644 --- a/clients/client-sns/src/commands/ListOriginationNumbersCommand.ts +++ b/clients/client-sns/src/commands/ListOriginationNumbersCommand.ts @@ -101,9 +101,6 @@ export class ListOriginationNumbersCommand extends $Command< ListOriginationNumbersCommandOutput, SNSClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -117,9 +114,7 @@ export class ListOriginationNumbersCommand extends $Command< * @public */ constructor(readonly input: ListOriginationNumbersCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -172,7 +167,4 @@ export class ListOriginationNumbersCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListOriginationNumbersCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-sns/src/commands/ListPhoneNumbersOptedOutCommand.ts b/clients/client-sns/src/commands/ListPhoneNumbersOptedOutCommand.ts index c807020bb8aa..e5ff71fe8eaf 100644 --- a/clients/client-sns/src/commands/ListPhoneNumbersOptedOutCommand.ts +++ b/clients/client-sns/src/commands/ListPhoneNumbersOptedOutCommand.ts @@ -93,9 +93,6 @@ export class ListPhoneNumbersOptedOutCommand extends $Command< ListPhoneNumbersOptedOutCommandOutput, SNSClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -109,9 +106,7 @@ export class ListPhoneNumbersOptedOutCommand extends $Command< * @public */ constructor(readonly input: ListPhoneNumbersOptedOutCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -164,7 +159,4 @@ export class ListPhoneNumbersOptedOutCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListPhoneNumbersOptedOutCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-sns/src/commands/ListPlatformApplicationsCommand.ts b/clients/client-sns/src/commands/ListPlatformApplicationsCommand.ts index c495f033a96c..06bf0ca3bf05 100644 --- a/clients/client-sns/src/commands/ListPlatformApplicationsCommand.ts +++ b/clients/client-sns/src/commands/ListPlatformApplicationsCommand.ts @@ -97,9 +97,6 @@ export class ListPlatformApplicationsCommand extends $Command< ListPlatformApplicationsCommandOutput, SNSClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -113,9 +110,7 @@ export class ListPlatformApplicationsCommand extends $Command< * @public */ constructor(readonly input: ListPlatformApplicationsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -168,7 +163,4 @@ export class ListPlatformApplicationsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListPlatformApplicationsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-sns/src/commands/ListSMSSandboxPhoneNumbersCommand.ts b/clients/client-sns/src/commands/ListSMSSandboxPhoneNumbersCommand.ts index a6c9bde2690b..eb2282c6cf8f 100644 --- a/clients/client-sns/src/commands/ListSMSSandboxPhoneNumbersCommand.ts +++ b/clients/client-sns/src/commands/ListSMSSandboxPhoneNumbersCommand.ts @@ -103,9 +103,6 @@ export class ListSMSSandboxPhoneNumbersCommand extends $Command< ListSMSSandboxPhoneNumbersCommandOutput, SNSClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -119,9 +116,7 @@ export class ListSMSSandboxPhoneNumbersCommand extends $Command< * @public */ constructor(readonly input: ListSMSSandboxPhoneNumbersCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -177,7 +172,4 @@ export class ListSMSSandboxPhoneNumbersCommand extends $Command< ): Promise { return de_ListSMSSandboxPhoneNumbersCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-sns/src/commands/ListSubscriptionsByTopicCommand.ts b/clients/client-sns/src/commands/ListSubscriptionsByTopicCommand.ts index ce4584efa8f8..f3e2a4089c9e 100644 --- a/clients/client-sns/src/commands/ListSubscriptionsByTopicCommand.ts +++ b/clients/client-sns/src/commands/ListSubscriptionsByTopicCommand.ts @@ -97,9 +97,6 @@ export class ListSubscriptionsByTopicCommand extends $Command< ListSubscriptionsByTopicCommandOutput, SNSClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -113,9 +110,7 @@ export class ListSubscriptionsByTopicCommand extends $Command< * @public */ constructor(readonly input: ListSubscriptionsByTopicCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -168,7 +163,4 @@ export class ListSubscriptionsByTopicCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListSubscriptionsByTopicCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-sns/src/commands/ListSubscriptionsCommand.ts b/clients/client-sns/src/commands/ListSubscriptionsCommand.ts index dc913d179e18..563d4ab9a3ef 100644 --- a/clients/client-sns/src/commands/ListSubscriptionsCommand.ts +++ b/clients/client-sns/src/commands/ListSubscriptionsCommand.ts @@ -93,9 +93,6 @@ export class ListSubscriptionsCommand extends $Command< ListSubscriptionsCommandOutput, SNSClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -109,9 +106,7 @@ export class ListSubscriptionsCommand extends $Command< * @public */ constructor(readonly input: ListSubscriptionsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -164,7 +159,4 @@ export class ListSubscriptionsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListSubscriptionsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-sns/src/commands/ListTagsForResourceCommand.ts b/clients/client-sns/src/commands/ListTagsForResourceCommand.ts index 6ab2b599dc73..427fbdb3fa8f 100644 --- a/clients/client-sns/src/commands/ListTagsForResourceCommand.ts +++ b/clients/client-sns/src/commands/ListTagsForResourceCommand.ts @@ -95,9 +95,6 @@ export class ListTagsForResourceCommand extends $Command< ListTagsForResourceCommandOutput, SNSClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -111,9 +108,7 @@ export class ListTagsForResourceCommand extends $Command< * @public */ constructor(readonly input: ListTagsForResourceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -166,7 +161,4 @@ export class ListTagsForResourceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListTagsForResourceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-sns/src/commands/ListTopicsCommand.ts b/clients/client-sns/src/commands/ListTopicsCommand.ts index 1d7f9a08dbee..5b2e78ffd202 100644 --- a/clients/client-sns/src/commands/ListTopicsCommand.ts +++ b/clients/client-sns/src/commands/ListTopicsCommand.ts @@ -89,9 +89,6 @@ export class ListTopicsCommand extends $Command< ListTopicsCommandOutput, SNSClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -105,9 +102,7 @@ export class ListTopicsCommand extends $Command< * @public */ constructor(readonly input: ListTopicsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -158,7 +153,4 @@ export class ListTopicsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListTopicsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-sns/src/commands/OptInPhoneNumberCommand.ts b/clients/client-sns/src/commands/OptInPhoneNumberCommand.ts index cbbc76416184..25c4da652a2e 100644 --- a/clients/client-sns/src/commands/OptInPhoneNumberCommand.ts +++ b/clients/client-sns/src/commands/OptInPhoneNumberCommand.ts @@ -83,9 +83,6 @@ export class OptInPhoneNumberCommand extends $Command< OptInPhoneNumberCommandOutput, SNSClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -99,9 +96,7 @@ export class OptInPhoneNumberCommand extends $Command< * @public */ constructor(readonly input: OptInPhoneNumberCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -154,7 +149,4 @@ export class OptInPhoneNumberCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_OptInPhoneNumberCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-sns/src/commands/PublishBatchCommand.ts b/clients/client-sns/src/commands/PublishBatchCommand.ts index 430cd1620669..bae0a292e6b9 100644 --- a/clients/client-sns/src/commands/PublishBatchCommand.ts +++ b/clients/client-sns/src/commands/PublishBatchCommand.ts @@ -191,9 +191,6 @@ export class PublishBatchCommand extends $Command< PublishBatchCommandOutput, SNSClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -207,9 +204,7 @@ export class PublishBatchCommand extends $Command< * @public */ constructor(readonly input: PublishBatchCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -260,7 +255,4 @@ export class PublishBatchCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_PublishBatchCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-sns/src/commands/PublishCommand.ts b/clients/client-sns/src/commands/PublishCommand.ts index ba24be80a6ac..4da7d9d3bde7 100644 --- a/clients/client-sns/src/commands/PublishCommand.ts +++ b/clients/client-sns/src/commands/PublishCommand.ts @@ -153,9 +153,6 @@ export interface PublishCommandOutput extends PublishResponse, __MetadataBearer * */ export class PublishCommand extends $Command { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -169,9 +166,7 @@ export class PublishCommand extends $Command { return de_PublishCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-sns/src/commands/PutDataProtectionPolicyCommand.ts b/clients/client-sns/src/commands/PutDataProtectionPolicyCommand.ts index 860514a06e42..0936272d5a12 100644 --- a/clients/client-sns/src/commands/PutDataProtectionPolicyCommand.ts +++ b/clients/client-sns/src/commands/PutDataProtectionPolicyCommand.ts @@ -87,9 +87,6 @@ export class PutDataProtectionPolicyCommand extends $Command< PutDataProtectionPolicyCommandOutput, SNSClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -103,9 +100,7 @@ export class PutDataProtectionPolicyCommand extends $Command< * @public */ constructor(readonly input: PutDataProtectionPolicyCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -158,7 +153,4 @@ export class PutDataProtectionPolicyCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_PutDataProtectionPolicyCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-sns/src/commands/RemovePermissionCommand.ts b/clients/client-sns/src/commands/RemovePermissionCommand.ts index 16809a4fd7d4..1e29edc28413 100644 --- a/clients/client-sns/src/commands/RemovePermissionCommand.ts +++ b/clients/client-sns/src/commands/RemovePermissionCommand.ts @@ -87,9 +87,6 @@ export class RemovePermissionCommand extends $Command< RemovePermissionCommandOutput, SNSClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -103,9 +100,7 @@ export class RemovePermissionCommand extends $Command< * @public */ constructor(readonly input: RemovePermissionCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -158,7 +153,4 @@ export class RemovePermissionCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_RemovePermissionCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-sns/src/commands/SetEndpointAttributesCommand.ts b/clients/client-sns/src/commands/SetEndpointAttributesCommand.ts index 5ffbd6ed40b2..930b44e3df74 100644 --- a/clients/client-sns/src/commands/SetEndpointAttributesCommand.ts +++ b/clients/client-sns/src/commands/SetEndpointAttributesCommand.ts @@ -86,9 +86,6 @@ export class SetEndpointAttributesCommand extends $Command< SetEndpointAttributesCommandOutput, SNSClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -102,9 +99,7 @@ export class SetEndpointAttributesCommand extends $Command< * @public */ constructor(readonly input: SetEndpointAttributesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -157,7 +152,4 @@ export class SetEndpointAttributesCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_SetEndpointAttributesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-sns/src/commands/SetPlatformApplicationAttributesCommand.ts b/clients/client-sns/src/commands/SetPlatformApplicationAttributesCommand.ts index 3c2a7372295a..a82612a15739 100644 --- a/clients/client-sns/src/commands/SetPlatformApplicationAttributesCommand.ts +++ b/clients/client-sns/src/commands/SetPlatformApplicationAttributesCommand.ts @@ -91,9 +91,6 @@ export class SetPlatformApplicationAttributesCommand extends $Command< SetPlatformApplicationAttributesCommandOutput, SNSClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -107,9 +104,7 @@ export class SetPlatformApplicationAttributesCommand extends $Command< * @public */ constructor(readonly input: SetPlatformApplicationAttributesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -168,7 +163,4 @@ export class SetPlatformApplicationAttributesCommand extends $Command< ): Promise { return de_SetPlatformApplicationAttributesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-sns/src/commands/SetSMSAttributesCommand.ts b/clients/client-sns/src/commands/SetSMSAttributesCommand.ts index a9a671b09fe6..9dedf3738395 100644 --- a/clients/client-sns/src/commands/SetSMSAttributesCommand.ts +++ b/clients/client-sns/src/commands/SetSMSAttributesCommand.ts @@ -93,9 +93,6 @@ export class SetSMSAttributesCommand extends $Command< SetSMSAttributesCommandOutput, SNSClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -109,9 +106,7 @@ export class SetSMSAttributesCommand extends $Command< * @public */ constructor(readonly input: SetSMSAttributesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -164,7 +159,4 @@ export class SetSMSAttributesCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_SetSMSAttributesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-sns/src/commands/SetSubscriptionAttributesCommand.ts b/clients/client-sns/src/commands/SetSubscriptionAttributesCommand.ts index 8beb6d33733c..3ecb00032399 100644 --- a/clients/client-sns/src/commands/SetSubscriptionAttributesCommand.ts +++ b/clients/client-sns/src/commands/SetSubscriptionAttributesCommand.ts @@ -92,9 +92,6 @@ export class SetSubscriptionAttributesCommand extends $Command< SetSubscriptionAttributesCommandOutput, SNSClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -108,9 +105,7 @@ export class SetSubscriptionAttributesCommand extends $Command< * @public */ constructor(readonly input: SetSubscriptionAttributesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -166,7 +161,4 @@ export class SetSubscriptionAttributesCommand extends $Command< ): Promise { return de_SetSubscriptionAttributesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-sns/src/commands/SetTopicAttributesCommand.ts b/clients/client-sns/src/commands/SetTopicAttributesCommand.ts index d37fa150e980..7c7b7f35744c 100644 --- a/clients/client-sns/src/commands/SetTopicAttributesCommand.ts +++ b/clients/client-sns/src/commands/SetTopicAttributesCommand.ts @@ -92,9 +92,6 @@ export class SetTopicAttributesCommand extends $Command< SetTopicAttributesCommandOutput, SNSClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -108,9 +105,7 @@ export class SetTopicAttributesCommand extends $Command< * @public */ constructor(readonly input: SetTopicAttributesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -163,7 +158,4 @@ export class SetTopicAttributesCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_SetTopicAttributesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-sns/src/commands/SubscribeCommand.ts b/clients/client-sns/src/commands/SubscribeCommand.ts index b8dd6106d526..fdbd983280d5 100644 --- a/clients/client-sns/src/commands/SubscribeCommand.ts +++ b/clients/client-sns/src/commands/SubscribeCommand.ts @@ -106,9 +106,6 @@ export interface SubscribeCommandOutput extends SubscribeResponse, __MetadataBea * */ export class SubscribeCommand extends $Command { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -122,9 +119,7 @@ export class SubscribeCommand extends $Command { return de_SubscribeCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-sns/src/commands/TagResourceCommand.ts b/clients/client-sns/src/commands/TagResourceCommand.ts index b760922f4335..1d57ee8aa34f 100644 --- a/clients/client-sns/src/commands/TagResourceCommand.ts +++ b/clients/client-sns/src/commands/TagResourceCommand.ts @@ -122,9 +122,6 @@ export class TagResourceCommand extends $Command< TagResourceCommandOutput, SNSClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -138,9 +135,7 @@ export class TagResourceCommand extends $Command< * @public */ constructor(readonly input: TagResourceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -191,7 +186,4 @@ export class TagResourceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_TagResourceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-sns/src/commands/UnsubscribeCommand.ts b/clients/client-sns/src/commands/UnsubscribeCommand.ts index 2d4208c402b3..70b9c39ac5e0 100644 --- a/clients/client-sns/src/commands/UnsubscribeCommand.ts +++ b/clients/client-sns/src/commands/UnsubscribeCommand.ts @@ -96,9 +96,6 @@ export class UnsubscribeCommand extends $Command< UnsubscribeCommandOutput, SNSClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -112,9 +109,7 @@ export class UnsubscribeCommand extends $Command< * @public */ constructor(readonly input: UnsubscribeCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -165,7 +160,4 @@ export class UnsubscribeCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UnsubscribeCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-sns/src/commands/UntagResourceCommand.ts b/clients/client-sns/src/commands/UntagResourceCommand.ts index e11349d954ec..b6eb6926d7a9 100644 --- a/clients/client-sns/src/commands/UntagResourceCommand.ts +++ b/clients/client-sns/src/commands/UntagResourceCommand.ts @@ -98,9 +98,6 @@ export class UntagResourceCommand extends $Command< UntagResourceCommandOutput, SNSClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -114,9 +111,7 @@ export class UntagResourceCommand extends $Command< * @public */ constructor(readonly input: UntagResourceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -167,7 +162,4 @@ export class UntagResourceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UntagResourceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-sns/src/commands/VerifySMSSandboxPhoneNumberCommand.ts b/clients/client-sns/src/commands/VerifySMSSandboxPhoneNumberCommand.ts index 82e94659e852..4579dac80f66 100644 --- a/clients/client-sns/src/commands/VerifySMSSandboxPhoneNumberCommand.ts +++ b/clients/client-sns/src/commands/VerifySMSSandboxPhoneNumberCommand.ts @@ -98,9 +98,6 @@ export class VerifySMSSandboxPhoneNumberCommand extends $Command< VerifySMSSandboxPhoneNumberCommandOutput, SNSClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -114,9 +111,7 @@ export class VerifySMSSandboxPhoneNumberCommand extends $Command< * @public */ constructor(readonly input: VerifySMSSandboxPhoneNumberCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -172,7 +167,4 @@ export class VerifySMSSandboxPhoneNumberCommand extends $Command< ): Promise { return de_VerifySMSSandboxPhoneNumberCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-sqs/package.json b/clients/client-sqs/package.json index 894eb4317b0e..b2b592e52817 100644 --- a/clients/client-sqs/package.json +++ b/clients/client-sqs/package.json @@ -35,30 +35,30 @@ "@aws-sdk/util-endpoints": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@smithy/config-resolver": "^2.0.16", - "@smithy/fetch-http-handler": "^2.2.4", - "@smithy/hash-node": "^2.0.12", - "@smithy/invalid-dependency": "^2.0.12", - "@smithy/md5-js": "^2.0.12", - "@smithy/middleware-content-length": "^2.0.14", - "@smithy/middleware-endpoint": "^2.1.3", - "@smithy/middleware-retry": "^2.0.18", - "@smithy/middleware-serde": "^2.0.12", - "@smithy/middleware-stack": "^2.0.6", - "@smithy/node-config-provider": "^2.1.3", - "@smithy/node-http-handler": "^2.1.8", - "@smithy/protocol-http": "^3.0.8", - "@smithy/smithy-client": "^2.1.12", - "@smithy/types": "^2.4.0", - "@smithy/url-parser": "^2.0.12", - "@smithy/util-base64": "^2.0.0", + "@smithy/config-resolver": "^2.0.18", + "@smithy/fetch-http-handler": "^2.2.6", + "@smithy/hash-node": "^2.0.15", + "@smithy/invalid-dependency": "^2.0.13", + "@smithy/md5-js": "^2.0.15", + "@smithy/middleware-content-length": "^2.0.15", + "@smithy/middleware-endpoint": "^2.2.0", + "@smithy/middleware-retry": "^2.0.20", + "@smithy/middleware-serde": "^2.0.13", + "@smithy/middleware-stack": "^2.0.7", + "@smithy/node-config-provider": "^2.1.5", + "@smithy/node-http-handler": "^2.1.9", + "@smithy/protocol-http": "^3.0.9", + "@smithy/smithy-client": "^2.1.15", + "@smithy/types": "^2.5.0", + "@smithy/url-parser": "^2.0.13", + "@smithy/util-base64": "^2.0.1", "@smithy/util-body-length-browser": "^2.0.0", "@smithy/util-body-length-node": "^2.1.0", - "@smithy/util-defaults-mode-browser": "^2.0.16", - "@smithy/util-defaults-mode-node": "^2.0.21", - "@smithy/util-endpoints": "^1.0.2", - "@smithy/util-retry": "^2.0.5", - "@smithy/util-utf8": "^2.0.0", + "@smithy/util-defaults-mode-browser": "^2.0.19", + "@smithy/util-defaults-mode-node": "^2.0.25", + "@smithy/util-endpoints": "^1.0.4", + "@smithy/util-retry": "^2.0.6", + "@smithy/util-utf8": "^2.0.2", "tslib": "^2.5.0" }, "devDependencies": { diff --git a/clients/client-sqs/src/commands/AddPermissionCommand.ts b/clients/client-sqs/src/commands/AddPermissionCommand.ts index 169da64dc4d9..bddbbf4601f6 100644 --- a/clients/client-sqs/src/commands/AddPermissionCommand.ts +++ b/clients/client-sqs/src/commands/AddPermissionCommand.ts @@ -149,9 +149,6 @@ export class AddPermissionCommand extends $Command< AddPermissionCommandOutput, SQSClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -165,9 +162,7 @@ export class AddPermissionCommand extends $Command< * @public */ constructor(readonly input: AddPermissionCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -218,7 +213,4 @@ export class AddPermissionCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_AddPermissionCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-sqs/src/commands/CancelMessageMoveTaskCommand.ts b/clients/client-sqs/src/commands/CancelMessageMoveTaskCommand.ts index 60bcb167db68..fcd03169f704 100644 --- a/clients/client-sqs/src/commands/CancelMessageMoveTaskCommand.ts +++ b/clients/client-sqs/src/commands/CancelMessageMoveTaskCommand.ts @@ -121,9 +121,6 @@ export class CancelMessageMoveTaskCommand extends $Command< CancelMessageMoveTaskCommandOutput, SQSClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -137,9 +134,7 @@ export class CancelMessageMoveTaskCommand extends $Command< * @public */ constructor(readonly input: CancelMessageMoveTaskCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -192,7 +187,4 @@ export class CancelMessageMoveTaskCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CancelMessageMoveTaskCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-sqs/src/commands/ChangeMessageVisibilityBatchCommand.ts b/clients/client-sqs/src/commands/ChangeMessageVisibilityBatchCommand.ts index 80692a3bf288..ed5b6528b334 100644 --- a/clients/client-sqs/src/commands/ChangeMessageVisibilityBatchCommand.ts +++ b/clients/client-sqs/src/commands/ChangeMessageVisibilityBatchCommand.ts @@ -150,9 +150,6 @@ export class ChangeMessageVisibilityBatchCommand extends $Command< ChangeMessageVisibilityBatchCommandOutput, SQSClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -166,9 +163,7 @@ export class ChangeMessageVisibilityBatchCommand extends $Command< * @public */ constructor(readonly input: ChangeMessageVisibilityBatchCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -224,7 +219,4 @@ export class ChangeMessageVisibilityBatchCommand extends $Command< ): Promise { return de_ChangeMessageVisibilityBatchCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-sqs/src/commands/ChangeMessageVisibilityCommand.ts b/clients/client-sqs/src/commands/ChangeMessageVisibilityCommand.ts index 6b5387bc4e4b..a0adf09fbebe 100644 --- a/clients/client-sqs/src/commands/ChangeMessageVisibilityCommand.ts +++ b/clients/client-sqs/src/commands/ChangeMessageVisibilityCommand.ts @@ -157,9 +157,6 @@ export class ChangeMessageVisibilityCommand extends $Command< ChangeMessageVisibilityCommandOutput, SQSClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -173,9 +170,7 @@ export class ChangeMessageVisibilityCommand extends $Command< * @public */ constructor(readonly input: ChangeMessageVisibilityCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -228,7 +223,4 @@ export class ChangeMessageVisibilityCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ChangeMessageVisibilityCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-sqs/src/commands/CreateQueueCommand.ts b/clients/client-sqs/src/commands/CreateQueueCommand.ts index f5f67442a720..6820d5f2a706 100644 --- a/clients/client-sqs/src/commands/CreateQueueCommand.ts +++ b/clients/client-sqs/src/commands/CreateQueueCommand.ts @@ -170,9 +170,6 @@ export class CreateQueueCommand extends $Command< CreateQueueCommandOutput, SQSClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -186,9 +183,7 @@ export class CreateQueueCommand extends $Command< * @public */ constructor(readonly input: CreateQueueCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -239,7 +234,4 @@ export class CreateQueueCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateQueueCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-sqs/src/commands/DeleteMessageBatchCommand.ts b/clients/client-sqs/src/commands/DeleteMessageBatchCommand.ts index 7ab2e70faf2f..faba6373d96e 100644 --- a/clients/client-sqs/src/commands/DeleteMessageBatchCommand.ts +++ b/clients/client-sqs/src/commands/DeleteMessageBatchCommand.ts @@ -140,9 +140,6 @@ export class DeleteMessageBatchCommand extends $Command< DeleteMessageBatchCommandOutput, SQSClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -156,9 +153,7 @@ export class DeleteMessageBatchCommand extends $Command< * @public */ constructor(readonly input: DeleteMessageBatchCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -211,7 +206,4 @@ export class DeleteMessageBatchCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteMessageBatchCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-sqs/src/commands/DeleteMessageCommand.ts b/clients/client-sqs/src/commands/DeleteMessageCommand.ts index 0113931564cd..29908eb4dd99 100644 --- a/clients/client-sqs/src/commands/DeleteMessageCommand.ts +++ b/clients/client-sqs/src/commands/DeleteMessageCommand.ts @@ -125,9 +125,6 @@ export class DeleteMessageCommand extends $Command< DeleteMessageCommandOutput, SQSClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -141,9 +138,7 @@ export class DeleteMessageCommand extends $Command< * @public */ constructor(readonly input: DeleteMessageCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -194,7 +189,4 @@ export class DeleteMessageCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteMessageCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-sqs/src/commands/DeleteQueueCommand.ts b/clients/client-sqs/src/commands/DeleteQueueCommand.ts index 57bcba925930..ae170f4e3bab 100644 --- a/clients/client-sqs/src/commands/DeleteQueueCommand.ts +++ b/clients/client-sqs/src/commands/DeleteQueueCommand.ts @@ -118,9 +118,6 @@ export class DeleteQueueCommand extends $Command< DeleteQueueCommandOutput, SQSClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -134,9 +131,7 @@ export class DeleteQueueCommand extends $Command< * @public */ constructor(readonly input: DeleteQueueCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -187,7 +182,4 @@ export class DeleteQueueCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteQueueCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-sqs/src/commands/GetQueueAttributesCommand.ts b/clients/client-sqs/src/commands/GetQueueAttributesCommand.ts index bd4a671697d5..b151d743ca40 100644 --- a/clients/client-sqs/src/commands/GetQueueAttributesCommand.ts +++ b/clients/client-sqs/src/commands/GetQueueAttributesCommand.ts @@ -113,9 +113,6 @@ export class GetQueueAttributesCommand extends $Command< GetQueueAttributesCommandOutput, SQSClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -129,9 +126,7 @@ export class GetQueueAttributesCommand extends $Command< * @public */ constructor(readonly input: GetQueueAttributesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -184,7 +179,4 @@ export class GetQueueAttributesCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetQueueAttributesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-sqs/src/commands/GetQueueUrlCommand.ts b/clients/client-sqs/src/commands/GetQueueUrlCommand.ts index d52faa477125..563ade4d2635 100644 --- a/clients/client-sqs/src/commands/GetQueueUrlCommand.ts +++ b/clients/client-sqs/src/commands/GetQueueUrlCommand.ts @@ -110,9 +110,6 @@ export class GetQueueUrlCommand extends $Command< GetQueueUrlCommandOutput, SQSClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -126,9 +123,7 @@ export class GetQueueUrlCommand extends $Command< * @public */ constructor(readonly input: GetQueueUrlCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -179,7 +174,4 @@ export class GetQueueUrlCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetQueueUrlCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-sqs/src/commands/ListDeadLetterSourceQueuesCommand.ts b/clients/client-sqs/src/commands/ListDeadLetterSourceQueuesCommand.ts index 9af021df909e..d4986ab63ca8 100644 --- a/clients/client-sqs/src/commands/ListDeadLetterSourceQueuesCommand.ts +++ b/clients/client-sqs/src/commands/ListDeadLetterSourceQueuesCommand.ts @@ -116,9 +116,6 @@ export class ListDeadLetterSourceQueuesCommand extends $Command< ListDeadLetterSourceQueuesCommandOutput, SQSClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -132,9 +129,7 @@ export class ListDeadLetterSourceQueuesCommand extends $Command< * @public */ constructor(readonly input: ListDeadLetterSourceQueuesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -190,7 +185,4 @@ export class ListDeadLetterSourceQueuesCommand extends $Command< ): Promise { return de_ListDeadLetterSourceQueuesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-sqs/src/commands/ListMessageMoveTasksCommand.ts b/clients/client-sqs/src/commands/ListMessageMoveTasksCommand.ts index e5431bd8de15..036e69823158 100644 --- a/clients/client-sqs/src/commands/ListMessageMoveTasksCommand.ts +++ b/clients/client-sqs/src/commands/ListMessageMoveTasksCommand.ts @@ -132,9 +132,6 @@ export class ListMessageMoveTasksCommand extends $Command< ListMessageMoveTasksCommandOutput, SQSClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -148,9 +145,7 @@ export class ListMessageMoveTasksCommand extends $Command< * @public */ constructor(readonly input: ListMessageMoveTasksCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -203,7 +198,4 @@ export class ListMessageMoveTasksCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListMessageMoveTasksCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-sqs/src/commands/ListQueueTagsCommand.ts b/clients/client-sqs/src/commands/ListQueueTagsCommand.ts index 442df30953c6..5faddeefd476 100644 --- a/clients/client-sqs/src/commands/ListQueueTagsCommand.ts +++ b/clients/client-sqs/src/commands/ListQueueTagsCommand.ts @@ -111,9 +111,6 @@ export class ListQueueTagsCommand extends $Command< ListQueueTagsCommandOutput, SQSClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -127,9 +124,7 @@ export class ListQueueTagsCommand extends $Command< * @public */ constructor(readonly input: ListQueueTagsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -180,7 +175,4 @@ export class ListQueueTagsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListQueueTagsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-sqs/src/commands/ListQueuesCommand.ts b/clients/client-sqs/src/commands/ListQueuesCommand.ts index a7bae57c1ffa..662235867842 100644 --- a/clients/client-sqs/src/commands/ListQueuesCommand.ts +++ b/clients/client-sqs/src/commands/ListQueuesCommand.ts @@ -118,9 +118,6 @@ export class ListQueuesCommand extends $Command< ListQueuesCommandOutput, SQSClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -134,9 +131,7 @@ export class ListQueuesCommand extends $Command< * @public */ constructor(readonly input: ListQueuesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -187,7 +182,4 @@ export class ListQueuesCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListQueuesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-sqs/src/commands/PurgeQueueCommand.ts b/clients/client-sqs/src/commands/PurgeQueueCommand.ts index e9a08bd26c19..393d6a5a0020 100644 --- a/clients/client-sqs/src/commands/PurgeQueueCommand.ts +++ b/clients/client-sqs/src/commands/PurgeQueueCommand.ts @@ -116,9 +116,6 @@ export class PurgeQueueCommand extends $Command< PurgeQueueCommandOutput, SQSClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -132,9 +129,7 @@ export class PurgeQueueCommand extends $Command< * @public */ constructor(readonly input: PurgeQueueCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -185,7 +180,4 @@ export class PurgeQueueCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_PurgeQueueCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-sqs/src/commands/ReceiveMessageCommand.ts b/clients/client-sqs/src/commands/ReceiveMessageCommand.ts index f4281554c95c..33538650edbb 100644 --- a/clients/client-sqs/src/commands/ReceiveMessageCommand.ts +++ b/clients/client-sqs/src/commands/ReceiveMessageCommand.ts @@ -224,9 +224,6 @@ export class ReceiveMessageCommand extends $Command< ReceiveMessageCommandOutput, SQSClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -240,9 +237,7 @@ export class ReceiveMessageCommand extends $Command< * @public */ constructor(readonly input: ReceiveMessageCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -296,7 +291,4 @@ export class ReceiveMessageCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ReceiveMessageCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-sqs/src/commands/RemovePermissionCommand.ts b/clients/client-sqs/src/commands/RemovePermissionCommand.ts index 92a1a9cf8def..68c86aea7b2c 100644 --- a/clients/client-sqs/src/commands/RemovePermissionCommand.ts +++ b/clients/client-sqs/src/commands/RemovePermissionCommand.ts @@ -118,9 +118,6 @@ export class RemovePermissionCommand extends $Command< RemovePermissionCommandOutput, SQSClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -134,9 +131,7 @@ export class RemovePermissionCommand extends $Command< * @public */ constructor(readonly input: RemovePermissionCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -189,7 +184,4 @@ export class RemovePermissionCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_RemovePermissionCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-sqs/src/commands/SendMessageBatchCommand.ts b/clients/client-sqs/src/commands/SendMessageBatchCommand.ts index e6a6946dd5a0..60072b4fadb6 100644 --- a/clients/client-sqs/src/commands/SendMessageBatchCommand.ts +++ b/clients/client-sqs/src/commands/SendMessageBatchCommand.ts @@ -229,9 +229,6 @@ export class SendMessageBatchCommand extends $Command< SendMessageBatchCommandOutput, SQSClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -245,9 +242,7 @@ export class SendMessageBatchCommand extends $Command< * @public */ constructor(readonly input: SendMessageBatchCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -301,7 +296,4 @@ export class SendMessageBatchCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_SendMessageBatchCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-sqs/src/commands/SendMessageCommand.ts b/clients/client-sqs/src/commands/SendMessageCommand.ts index 0d74fc2256f9..ae42ad7cdaf1 100644 --- a/clients/client-sqs/src/commands/SendMessageCommand.ts +++ b/clients/client-sqs/src/commands/SendMessageCommand.ts @@ -185,9 +185,6 @@ export class SendMessageCommand extends $Command< SendMessageCommandOutput, SQSClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -201,9 +198,7 @@ export class SendMessageCommand extends $Command< * @public */ constructor(readonly input: SendMessageCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -255,7 +250,4 @@ export class SendMessageCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_SendMessageCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-sqs/src/commands/SetQueueAttributesCommand.ts b/clients/client-sqs/src/commands/SetQueueAttributesCommand.ts index aed92331e933..1296eb409375 100644 --- a/clients/client-sqs/src/commands/SetQueueAttributesCommand.ts +++ b/clients/client-sqs/src/commands/SetQueueAttributesCommand.ts @@ -138,9 +138,6 @@ export class SetQueueAttributesCommand extends $Command< SetQueueAttributesCommandOutput, SQSClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -154,9 +151,7 @@ export class SetQueueAttributesCommand extends $Command< * @public */ constructor(readonly input: SetQueueAttributesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -209,7 +204,4 @@ export class SetQueueAttributesCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_SetQueueAttributesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-sqs/src/commands/StartMessageMoveTaskCommand.ts b/clients/client-sqs/src/commands/StartMessageMoveTaskCommand.ts index e9489607a6cd..489b262b645b 100644 --- a/clients/client-sqs/src/commands/StartMessageMoveTaskCommand.ts +++ b/clients/client-sqs/src/commands/StartMessageMoveTaskCommand.ts @@ -128,9 +128,6 @@ export class StartMessageMoveTaskCommand extends $Command< StartMessageMoveTaskCommandOutput, SQSClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -144,9 +141,7 @@ export class StartMessageMoveTaskCommand extends $Command< * @public */ constructor(readonly input: StartMessageMoveTaskCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -199,7 +194,4 @@ export class StartMessageMoveTaskCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_StartMessageMoveTaskCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-sqs/src/commands/TagQueueCommand.ts b/clients/client-sqs/src/commands/TagQueueCommand.ts index 9785c18f2f29..dea959245794 100644 --- a/clients/client-sqs/src/commands/TagQueueCommand.ts +++ b/clients/client-sqs/src/commands/TagQueueCommand.ts @@ -125,9 +125,6 @@ export interface TagQueueCommandOutput extends __MetadataBearer {} * */ export class TagQueueCommand extends $Command { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -141,9 +138,7 @@ export class TagQueueCommand extends $Command { return de_TagQueueCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-sqs/src/commands/UntagQueueCommand.ts b/clients/client-sqs/src/commands/UntagQueueCommand.ts index f0113c497191..85b279a1d622 100644 --- a/clients/client-sqs/src/commands/UntagQueueCommand.ts +++ b/clients/client-sqs/src/commands/UntagQueueCommand.ts @@ -110,9 +110,6 @@ export class UntagQueueCommand extends $Command< UntagQueueCommandOutput, SQSClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -126,9 +123,7 @@ export class UntagQueueCommand extends $Command< * @public */ constructor(readonly input: UntagQueueCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -179,7 +174,4 @@ export class UntagQueueCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UntagQueueCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ssm-contacts/package.json b/clients/client-ssm-contacts/package.json index 70203fd2cc5f..cf1e8a623f5b 100644 --- a/clients/client-ssm-contacts/package.json +++ b/clients/client-ssm-contacts/package.json @@ -34,29 +34,29 @@ "@aws-sdk/util-endpoints": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@smithy/config-resolver": "^2.0.16", - "@smithy/fetch-http-handler": "^2.2.4", - "@smithy/hash-node": "^2.0.12", - "@smithy/invalid-dependency": "^2.0.12", - "@smithy/middleware-content-length": "^2.0.14", - "@smithy/middleware-endpoint": "^2.1.3", - "@smithy/middleware-retry": "^2.0.18", - "@smithy/middleware-serde": "^2.0.12", - "@smithy/middleware-stack": "^2.0.6", - "@smithy/node-config-provider": "^2.1.3", - "@smithy/node-http-handler": "^2.1.8", - "@smithy/protocol-http": "^3.0.8", - "@smithy/smithy-client": "^2.1.12", - "@smithy/types": "^2.4.0", - "@smithy/url-parser": "^2.0.12", - "@smithy/util-base64": "^2.0.0", + "@smithy/config-resolver": "^2.0.18", + "@smithy/fetch-http-handler": "^2.2.6", + "@smithy/hash-node": "^2.0.15", + "@smithy/invalid-dependency": "^2.0.13", + "@smithy/middleware-content-length": "^2.0.15", + "@smithy/middleware-endpoint": "^2.2.0", + "@smithy/middleware-retry": "^2.0.20", + "@smithy/middleware-serde": "^2.0.13", + "@smithy/middleware-stack": "^2.0.7", + "@smithy/node-config-provider": "^2.1.5", + "@smithy/node-http-handler": "^2.1.9", + "@smithy/protocol-http": "^3.0.9", + "@smithy/smithy-client": "^2.1.15", + "@smithy/types": "^2.5.0", + "@smithy/url-parser": "^2.0.13", + "@smithy/util-base64": "^2.0.1", "@smithy/util-body-length-browser": "^2.0.0", "@smithy/util-body-length-node": "^2.1.0", - "@smithy/util-defaults-mode-browser": "^2.0.16", - "@smithy/util-defaults-mode-node": "^2.0.21", - "@smithy/util-endpoints": "^1.0.2", - "@smithy/util-retry": "^2.0.5", - "@smithy/util-utf8": "^2.0.0", + "@smithy/util-defaults-mode-browser": "^2.0.19", + "@smithy/util-defaults-mode-node": "^2.0.25", + "@smithy/util-endpoints": "^1.0.4", + "@smithy/util-retry": "^2.0.6", + "@smithy/util-utf8": "^2.0.2", "tslib": "^2.5.0", "uuid": "^8.3.2" }, diff --git a/clients/client-ssm-contacts/src/commands/AcceptPageCommand.ts b/clients/client-ssm-contacts/src/commands/AcceptPageCommand.ts index afdf25d552d5..0552af10ef8d 100644 --- a/clients/client-ssm-contacts/src/commands/AcceptPageCommand.ts +++ b/clients/client-ssm-contacts/src/commands/AcceptPageCommand.ts @@ -89,9 +89,6 @@ export class AcceptPageCommand extends $Command< AcceptPageCommandOutput, SSMContactsClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -105,9 +102,7 @@ export class AcceptPageCommand extends $Command< * @public */ constructor(readonly input: AcceptPageCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -158,7 +153,4 @@ export class AcceptPageCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_AcceptPageCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ssm-contacts/src/commands/ActivateContactChannelCommand.ts b/clients/client-ssm-contacts/src/commands/ActivateContactChannelCommand.ts index 6152d04d106d..493fbfe0979b 100644 --- a/clients/client-ssm-contacts/src/commands/ActivateContactChannelCommand.ts +++ b/clients/client-ssm-contacts/src/commands/ActivateContactChannelCommand.ts @@ -86,9 +86,6 @@ export class ActivateContactChannelCommand extends $Command< ActivateContactChannelCommandOutput, SSMContactsClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -102,9 +99,7 @@ export class ActivateContactChannelCommand extends $Command< * @public */ constructor(readonly input: ActivateContactChannelCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -157,7 +152,4 @@ export class ActivateContactChannelCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ActivateContactChannelCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ssm-contacts/src/commands/CreateContactChannelCommand.ts b/clients/client-ssm-contacts/src/commands/CreateContactChannelCommand.ts index a801ccf34592..17ea5b87f4e1 100644 --- a/clients/client-ssm-contacts/src/commands/CreateContactChannelCommand.ts +++ b/clients/client-ssm-contacts/src/commands/CreateContactChannelCommand.ts @@ -96,9 +96,6 @@ export class CreateContactChannelCommand extends $Command< CreateContactChannelCommandOutput, SSMContactsClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -112,9 +109,7 @@ export class CreateContactChannelCommand extends $Command< * @public */ constructor(readonly input: CreateContactChannelCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -167,7 +162,4 @@ export class CreateContactChannelCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateContactChannelCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ssm-contacts/src/commands/CreateContactCommand.ts b/clients/client-ssm-contacts/src/commands/CreateContactCommand.ts index de38c0c92873..37a8768bde3f 100644 --- a/clients/client-ssm-contacts/src/commands/CreateContactCommand.ts +++ b/clients/client-ssm-contacts/src/commands/CreateContactCommand.ts @@ -125,9 +125,6 @@ export class CreateContactCommand extends $Command< CreateContactCommandOutput, SSMContactsClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -141,9 +138,7 @@ export class CreateContactCommand extends $Command< * @public */ constructor(readonly input: CreateContactCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -194,7 +189,4 @@ export class CreateContactCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateContactCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ssm-contacts/src/commands/CreateRotationCommand.ts b/clients/client-ssm-contacts/src/commands/CreateRotationCommand.ts index ca03a3c2c340..bbc21efaac96 100644 --- a/clients/client-ssm-contacts/src/commands/CreateRotationCommand.ts +++ b/clients/client-ssm-contacts/src/commands/CreateRotationCommand.ts @@ -137,9 +137,6 @@ export class CreateRotationCommand extends $Command< CreateRotationCommandOutput, SSMContactsClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -153,9 +150,7 @@ export class CreateRotationCommand extends $Command< * @public */ constructor(readonly input: CreateRotationCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -208,7 +203,4 @@ export class CreateRotationCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateRotationCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ssm-contacts/src/commands/CreateRotationOverrideCommand.ts b/clients/client-ssm-contacts/src/commands/CreateRotationOverrideCommand.ts index d64128e3e282..197522b3eff4 100644 --- a/clients/client-ssm-contacts/src/commands/CreateRotationOverrideCommand.ts +++ b/clients/client-ssm-contacts/src/commands/CreateRotationOverrideCommand.ts @@ -95,9 +95,6 @@ export class CreateRotationOverrideCommand extends $Command< CreateRotationOverrideCommandOutput, SSMContactsClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -111,9 +108,7 @@ export class CreateRotationOverrideCommand extends $Command< * @public */ constructor(readonly input: CreateRotationOverrideCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -166,7 +161,4 @@ export class CreateRotationOverrideCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateRotationOverrideCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ssm-contacts/src/commands/DeactivateContactChannelCommand.ts b/clients/client-ssm-contacts/src/commands/DeactivateContactChannelCommand.ts index 6bfef8016e8f..392aaf081f4c 100644 --- a/clients/client-ssm-contacts/src/commands/DeactivateContactChannelCommand.ts +++ b/clients/client-ssm-contacts/src/commands/DeactivateContactChannelCommand.ts @@ -85,9 +85,6 @@ export class DeactivateContactChannelCommand extends $Command< DeactivateContactChannelCommandOutput, SSMContactsClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -101,9 +98,7 @@ export class DeactivateContactChannelCommand extends $Command< * @public */ constructor(readonly input: DeactivateContactChannelCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -156,7 +151,4 @@ export class DeactivateContactChannelCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeactivateContactChannelCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ssm-contacts/src/commands/DeleteContactChannelCommand.ts b/clients/client-ssm-contacts/src/commands/DeleteContactChannelCommand.ts index 073c7e4976ab..6ec154c39db7 100644 --- a/clients/client-ssm-contacts/src/commands/DeleteContactChannelCommand.ts +++ b/clients/client-ssm-contacts/src/commands/DeleteContactChannelCommand.ts @@ -87,9 +87,6 @@ export class DeleteContactChannelCommand extends $Command< DeleteContactChannelCommandOutput, SSMContactsClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -103,9 +100,7 @@ export class DeleteContactChannelCommand extends $Command< * @public */ constructor(readonly input: DeleteContactChannelCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -158,7 +153,4 @@ export class DeleteContactChannelCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteContactChannelCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ssm-contacts/src/commands/DeleteContactCommand.ts b/clients/client-ssm-contacts/src/commands/DeleteContactCommand.ts index 4986ae5c2b4e..ce4756e2f416 100644 --- a/clients/client-ssm-contacts/src/commands/DeleteContactCommand.ts +++ b/clients/client-ssm-contacts/src/commands/DeleteContactCommand.ts @@ -90,9 +90,6 @@ export class DeleteContactCommand extends $Command< DeleteContactCommandOutput, SSMContactsClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -106,9 +103,7 @@ export class DeleteContactCommand extends $Command< * @public */ constructor(readonly input: DeleteContactCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -159,7 +154,4 @@ export class DeleteContactCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteContactCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ssm-contacts/src/commands/DeleteRotationCommand.ts b/clients/client-ssm-contacts/src/commands/DeleteRotationCommand.ts index 59523e311178..bedf59c284a8 100644 --- a/clients/client-ssm-contacts/src/commands/DeleteRotationCommand.ts +++ b/clients/client-ssm-contacts/src/commands/DeleteRotationCommand.ts @@ -88,9 +88,6 @@ export class DeleteRotationCommand extends $Command< DeleteRotationCommandOutput, SSMContactsClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -104,9 +101,7 @@ export class DeleteRotationCommand extends $Command< * @public */ constructor(readonly input: DeleteRotationCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -159,7 +154,4 @@ export class DeleteRotationCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteRotationCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ssm-contacts/src/commands/DeleteRotationOverrideCommand.ts b/clients/client-ssm-contacts/src/commands/DeleteRotationOverrideCommand.ts index fcbfa77f1f8d..44ec70a32ce1 100644 --- a/clients/client-ssm-contacts/src/commands/DeleteRotationOverrideCommand.ts +++ b/clients/client-ssm-contacts/src/commands/DeleteRotationOverrideCommand.ts @@ -85,9 +85,6 @@ export class DeleteRotationOverrideCommand extends $Command< DeleteRotationOverrideCommandOutput, SSMContactsClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -101,9 +98,7 @@ export class DeleteRotationOverrideCommand extends $Command< * @public */ constructor(readonly input: DeleteRotationOverrideCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -156,7 +151,4 @@ export class DeleteRotationOverrideCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteRotationOverrideCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ssm-contacts/src/commands/DescribeEngagementCommand.ts b/clients/client-ssm-contacts/src/commands/DescribeEngagementCommand.ts index b7c61d36dc0b..ace0f10fdb36 100644 --- a/clients/client-ssm-contacts/src/commands/DescribeEngagementCommand.ts +++ b/clients/client-ssm-contacts/src/commands/DescribeEngagementCommand.ts @@ -99,9 +99,6 @@ export class DescribeEngagementCommand extends $Command< DescribeEngagementCommandOutput, SSMContactsClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -115,9 +112,7 @@ export class DescribeEngagementCommand extends $Command< * @public */ constructor(readonly input: DescribeEngagementCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -170,7 +165,4 @@ export class DescribeEngagementCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DescribeEngagementCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ssm-contacts/src/commands/DescribePageCommand.ts b/clients/client-ssm-contacts/src/commands/DescribePageCommand.ts index 561a1458cfeb..7c0f1c109d35 100644 --- a/clients/client-ssm-contacts/src/commands/DescribePageCommand.ts +++ b/clients/client-ssm-contacts/src/commands/DescribePageCommand.ts @@ -100,9 +100,6 @@ export class DescribePageCommand extends $Command< DescribePageCommandOutput, SSMContactsClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -116,9 +113,7 @@ export class DescribePageCommand extends $Command< * @public */ constructor(readonly input: DescribePageCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -169,7 +164,4 @@ export class DescribePageCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DescribePageCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ssm-contacts/src/commands/GetContactChannelCommand.ts b/clients/client-ssm-contacts/src/commands/GetContactChannelCommand.ts index cccb7c9b1f31..ffde5997f5a3 100644 --- a/clients/client-ssm-contacts/src/commands/GetContactChannelCommand.ts +++ b/clients/client-ssm-contacts/src/commands/GetContactChannelCommand.ts @@ -96,9 +96,6 @@ export class GetContactChannelCommand extends $Command< GetContactChannelCommandOutput, SSMContactsClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -112,9 +109,7 @@ export class GetContactChannelCommand extends $Command< * @public */ constructor(readonly input: GetContactChannelCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -167,7 +162,4 @@ export class GetContactChannelCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetContactChannelCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ssm-contacts/src/commands/GetContactCommand.ts b/clients/client-ssm-contacts/src/commands/GetContactCommand.ts index 99eaad92cf31..7dfbffef4561 100644 --- a/clients/client-ssm-contacts/src/commands/GetContactCommand.ts +++ b/clients/client-ssm-contacts/src/commands/GetContactCommand.ts @@ -114,9 +114,6 @@ export class GetContactCommand extends $Command< GetContactCommandOutput, SSMContactsClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -130,9 +127,7 @@ export class GetContactCommand extends $Command< * @public */ constructor(readonly input: GetContactCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -183,7 +178,4 @@ export class GetContactCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetContactCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ssm-contacts/src/commands/GetContactPolicyCommand.ts b/clients/client-ssm-contacts/src/commands/GetContactPolicyCommand.ts index b1ec731628d2..ca0aa54997f0 100644 --- a/clients/client-ssm-contacts/src/commands/GetContactPolicyCommand.ts +++ b/clients/client-ssm-contacts/src/commands/GetContactPolicyCommand.ts @@ -88,9 +88,6 @@ export class GetContactPolicyCommand extends $Command< GetContactPolicyCommandOutput, SSMContactsClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -104,9 +101,7 @@ export class GetContactPolicyCommand extends $Command< * @public */ constructor(readonly input: GetContactPolicyCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -159,7 +154,4 @@ export class GetContactPolicyCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetContactPolicyCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ssm-contacts/src/commands/GetRotationCommand.ts b/clients/client-ssm-contacts/src/commands/GetRotationCommand.ts index 19bc28dbf581..103174ab723e 100644 --- a/clients/client-ssm-contacts/src/commands/GetRotationCommand.ts +++ b/clients/client-ssm-contacts/src/commands/GetRotationCommand.ts @@ -128,9 +128,6 @@ export class GetRotationCommand extends $Command< GetRotationCommandOutput, SSMContactsClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -144,9 +141,7 @@ export class GetRotationCommand extends $Command< * @public */ constructor(readonly input: GetRotationCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -197,7 +192,4 @@ export class GetRotationCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetRotationCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ssm-contacts/src/commands/GetRotationOverrideCommand.ts b/clients/client-ssm-contacts/src/commands/GetRotationOverrideCommand.ts index b83eb78826a5..472a51bf1897 100644 --- a/clients/client-ssm-contacts/src/commands/GetRotationOverrideCommand.ts +++ b/clients/client-ssm-contacts/src/commands/GetRotationOverrideCommand.ts @@ -94,9 +94,6 @@ export class GetRotationOverrideCommand extends $Command< GetRotationOverrideCommandOutput, SSMContactsClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -110,9 +107,7 @@ export class GetRotationOverrideCommand extends $Command< * @public */ constructor(readonly input: GetRotationOverrideCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -165,7 +160,4 @@ export class GetRotationOverrideCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetRotationOverrideCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ssm-contacts/src/commands/ListContactChannelsCommand.ts b/clients/client-ssm-contacts/src/commands/ListContactChannelsCommand.ts index 2c0f36513266..48f97ec49ccb 100644 --- a/clients/client-ssm-contacts/src/commands/ListContactChannelsCommand.ts +++ b/clients/client-ssm-contacts/src/commands/ListContactChannelsCommand.ts @@ -103,9 +103,6 @@ export class ListContactChannelsCommand extends $Command< ListContactChannelsCommandOutput, SSMContactsClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -119,9 +116,7 @@ export class ListContactChannelsCommand extends $Command< * @public */ constructor(readonly input: ListContactChannelsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -174,7 +169,4 @@ export class ListContactChannelsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListContactChannelsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ssm-contacts/src/commands/ListContactsCommand.ts b/clients/client-ssm-contacts/src/commands/ListContactsCommand.ts index 0bc8898dbb2f..8ec4b396f0d5 100644 --- a/clients/client-ssm-contacts/src/commands/ListContactsCommand.ts +++ b/clients/client-ssm-contacts/src/commands/ListContactsCommand.ts @@ -94,9 +94,6 @@ export class ListContactsCommand extends $Command< ListContactsCommandOutput, SSMContactsClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -110,9 +107,7 @@ export class ListContactsCommand extends $Command< * @public */ constructor(readonly input: ListContactsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -163,7 +158,4 @@ export class ListContactsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListContactsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ssm-contacts/src/commands/ListEngagementsCommand.ts b/clients/client-ssm-contacts/src/commands/ListEngagementsCommand.ts index 877b7ffc16c3..4026c0e3bbb0 100644 --- a/clients/client-ssm-contacts/src/commands/ListEngagementsCommand.ts +++ b/clients/client-ssm-contacts/src/commands/ListEngagementsCommand.ts @@ -99,9 +99,6 @@ export class ListEngagementsCommand extends $Command< ListEngagementsCommandOutput, SSMContactsClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -115,9 +112,7 @@ export class ListEngagementsCommand extends $Command< * @public */ constructor(readonly input: ListEngagementsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -170,7 +165,4 @@ export class ListEngagementsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListEngagementsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ssm-contacts/src/commands/ListPageReceiptsCommand.ts b/clients/client-ssm-contacts/src/commands/ListPageReceiptsCommand.ts index a976432182ce..211a789042e6 100644 --- a/clients/client-ssm-contacts/src/commands/ListPageReceiptsCommand.ts +++ b/clients/client-ssm-contacts/src/commands/ListPageReceiptsCommand.ts @@ -96,9 +96,6 @@ export class ListPageReceiptsCommand extends $Command< ListPageReceiptsCommandOutput, SSMContactsClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -112,9 +109,7 @@ export class ListPageReceiptsCommand extends $Command< * @public */ constructor(readonly input: ListPageReceiptsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -167,7 +162,4 @@ export class ListPageReceiptsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListPageReceiptsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ssm-contacts/src/commands/ListPageResolutionsCommand.ts b/clients/client-ssm-contacts/src/commands/ListPageResolutionsCommand.ts index b7da27de2b87..8acf1cd81231 100644 --- a/clients/client-ssm-contacts/src/commands/ListPageResolutionsCommand.ts +++ b/clients/client-ssm-contacts/src/commands/ListPageResolutionsCommand.ts @@ -98,9 +98,6 @@ export class ListPageResolutionsCommand extends $Command< ListPageResolutionsCommandOutput, SSMContactsClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -114,9 +111,7 @@ export class ListPageResolutionsCommand extends $Command< * @public */ constructor(readonly input: ListPageResolutionsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -169,7 +164,4 @@ export class ListPageResolutionsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListPageResolutionsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ssm-contacts/src/commands/ListPagesByContactCommand.ts b/clients/client-ssm-contacts/src/commands/ListPagesByContactCommand.ts index 839778aaae93..b9efdba2c4f9 100644 --- a/clients/client-ssm-contacts/src/commands/ListPagesByContactCommand.ts +++ b/clients/client-ssm-contacts/src/commands/ListPagesByContactCommand.ts @@ -100,9 +100,6 @@ export class ListPagesByContactCommand extends $Command< ListPagesByContactCommandOutput, SSMContactsClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -116,9 +113,7 @@ export class ListPagesByContactCommand extends $Command< * @public */ constructor(readonly input: ListPagesByContactCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -171,7 +166,4 @@ export class ListPagesByContactCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListPagesByContactCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ssm-contacts/src/commands/ListPagesByEngagementCommand.ts b/clients/client-ssm-contacts/src/commands/ListPagesByEngagementCommand.ts index 16483ae43a10..2e8cf53ca120 100644 --- a/clients/client-ssm-contacts/src/commands/ListPagesByEngagementCommand.ts +++ b/clients/client-ssm-contacts/src/commands/ListPagesByEngagementCommand.ts @@ -100,9 +100,6 @@ export class ListPagesByEngagementCommand extends $Command< ListPagesByEngagementCommandOutput, SSMContactsClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -116,9 +113,7 @@ export class ListPagesByEngagementCommand extends $Command< * @public */ constructor(readonly input: ListPagesByEngagementCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -171,7 +166,4 @@ export class ListPagesByEngagementCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListPagesByEngagementCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ssm-contacts/src/commands/ListPreviewRotationShiftsCommand.ts b/clients/client-ssm-contacts/src/commands/ListPreviewRotationShiftsCommand.ts index 0bc21e115bfc..34cea69d5341 100644 --- a/clients/client-ssm-contacts/src/commands/ListPreviewRotationShiftsCommand.ts +++ b/clients/client-ssm-contacts/src/commands/ListPreviewRotationShiftsCommand.ts @@ -154,9 +154,6 @@ export class ListPreviewRotationShiftsCommand extends $Command< ListPreviewRotationShiftsCommandOutput, SSMContactsClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -170,9 +167,7 @@ export class ListPreviewRotationShiftsCommand extends $Command< * @public */ constructor(readonly input: ListPreviewRotationShiftsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -228,7 +223,4 @@ export class ListPreviewRotationShiftsCommand extends $Command< ): Promise { return de_ListPreviewRotationShiftsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ssm-contacts/src/commands/ListRotationOverridesCommand.ts b/clients/client-ssm-contacts/src/commands/ListRotationOverridesCommand.ts index 088971c9f950..d07101fec48a 100644 --- a/clients/client-ssm-contacts/src/commands/ListRotationOverridesCommand.ts +++ b/clients/client-ssm-contacts/src/commands/ListRotationOverridesCommand.ts @@ -101,9 +101,6 @@ export class ListRotationOverridesCommand extends $Command< ListRotationOverridesCommandOutput, SSMContactsClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -117,9 +114,7 @@ export class ListRotationOverridesCommand extends $Command< * @public */ constructor(readonly input: ListRotationOverridesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -172,7 +167,4 @@ export class ListRotationOverridesCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListRotationOverridesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ssm-contacts/src/commands/ListRotationShiftsCommand.ts b/clients/client-ssm-contacts/src/commands/ListRotationShiftsCommand.ts index 473856603d53..048f0e5c7ba7 100644 --- a/clients/client-ssm-contacts/src/commands/ListRotationShiftsCommand.ts +++ b/clients/client-ssm-contacts/src/commands/ListRotationShiftsCommand.ts @@ -108,9 +108,6 @@ export class ListRotationShiftsCommand extends $Command< ListRotationShiftsCommandOutput, SSMContactsClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -124,9 +121,7 @@ export class ListRotationShiftsCommand extends $Command< * @public */ constructor(readonly input: ListRotationShiftsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -179,7 +174,4 @@ export class ListRotationShiftsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListRotationShiftsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ssm-contacts/src/commands/ListRotationsCommand.ts b/clients/client-ssm-contacts/src/commands/ListRotationsCommand.ts index 591c0fe05e4b..eec9514944c5 100644 --- a/clients/client-ssm-contacts/src/commands/ListRotationsCommand.ts +++ b/clients/client-ssm-contacts/src/commands/ListRotationsCommand.ts @@ -135,9 +135,6 @@ export class ListRotationsCommand extends $Command< ListRotationsCommandOutput, SSMContactsClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -151,9 +148,7 @@ export class ListRotationsCommand extends $Command< * @public */ constructor(readonly input: ListRotationsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -204,7 +199,4 @@ export class ListRotationsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListRotationsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ssm-contacts/src/commands/ListTagsForResourceCommand.ts b/clients/client-ssm-contacts/src/commands/ListTagsForResourceCommand.ts index 84b2550815cf..c4d625b2d86a 100644 --- a/clients/client-ssm-contacts/src/commands/ListTagsForResourceCommand.ts +++ b/clients/client-ssm-contacts/src/commands/ListTagsForResourceCommand.ts @@ -91,9 +91,6 @@ export class ListTagsForResourceCommand extends $Command< ListTagsForResourceCommandOutput, SSMContactsClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -107,9 +104,7 @@ export class ListTagsForResourceCommand extends $Command< * @public */ constructor(readonly input: ListTagsForResourceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -162,7 +157,4 @@ export class ListTagsForResourceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListTagsForResourceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ssm-contacts/src/commands/PutContactPolicyCommand.ts b/clients/client-ssm-contacts/src/commands/PutContactPolicyCommand.ts index 21d8ff6dbff4..463c701ac0c4 100644 --- a/clients/client-ssm-contacts/src/commands/PutContactPolicyCommand.ts +++ b/clients/client-ssm-contacts/src/commands/PutContactPolicyCommand.ts @@ -90,9 +90,6 @@ export class PutContactPolicyCommand extends $Command< PutContactPolicyCommandOutput, SSMContactsClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -106,9 +103,7 @@ export class PutContactPolicyCommand extends $Command< * @public */ constructor(readonly input: PutContactPolicyCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -161,7 +156,4 @@ export class PutContactPolicyCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_PutContactPolicyCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ssm-contacts/src/commands/SendActivationCodeCommand.ts b/clients/client-ssm-contacts/src/commands/SendActivationCodeCommand.ts index 7b46630184a6..bcc4303fbd15 100644 --- a/clients/client-ssm-contacts/src/commands/SendActivationCodeCommand.ts +++ b/clients/client-ssm-contacts/src/commands/SendActivationCodeCommand.ts @@ -92,9 +92,6 @@ export class SendActivationCodeCommand extends $Command< SendActivationCodeCommandOutput, SSMContactsClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -108,9 +105,7 @@ export class SendActivationCodeCommand extends $Command< * @public */ constructor(readonly input: SendActivationCodeCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -163,7 +158,4 @@ export class SendActivationCodeCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_SendActivationCodeCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ssm-contacts/src/commands/StartEngagementCommand.ts b/clients/client-ssm-contacts/src/commands/StartEngagementCommand.ts index aced4c92cc88..42704e0bd499 100644 --- a/clients/client-ssm-contacts/src/commands/StartEngagementCommand.ts +++ b/clients/client-ssm-contacts/src/commands/StartEngagementCommand.ts @@ -97,9 +97,6 @@ export class StartEngagementCommand extends $Command< StartEngagementCommandOutput, SSMContactsClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -113,9 +110,7 @@ export class StartEngagementCommand extends $Command< * @public */ constructor(readonly input: StartEngagementCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -168,7 +163,4 @@ export class StartEngagementCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_StartEngagementCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ssm-contacts/src/commands/StopEngagementCommand.ts b/clients/client-ssm-contacts/src/commands/StopEngagementCommand.ts index 0f9901480d57..9500342da291 100644 --- a/clients/client-ssm-contacts/src/commands/StopEngagementCommand.ts +++ b/clients/client-ssm-contacts/src/commands/StopEngagementCommand.ts @@ -86,9 +86,6 @@ export class StopEngagementCommand extends $Command< StopEngagementCommandOutput, SSMContactsClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -102,9 +99,7 @@ export class StopEngagementCommand extends $Command< * @public */ constructor(readonly input: StopEngagementCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -157,7 +152,4 @@ export class StopEngagementCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_StopEngagementCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ssm-contacts/src/commands/TagResourceCommand.ts b/clients/client-ssm-contacts/src/commands/TagResourceCommand.ts index 4668c0117185..8b7acac664f7 100644 --- a/clients/client-ssm-contacts/src/commands/TagResourceCommand.ts +++ b/clients/client-ssm-contacts/src/commands/TagResourceCommand.ts @@ -94,9 +94,6 @@ export class TagResourceCommand extends $Command< TagResourceCommandOutput, SSMContactsClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -110,9 +107,7 @@ export class TagResourceCommand extends $Command< * @public */ constructor(readonly input: TagResourceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -163,7 +158,4 @@ export class TagResourceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_TagResourceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ssm-contacts/src/commands/UntagResourceCommand.ts b/clients/client-ssm-contacts/src/commands/UntagResourceCommand.ts index 4aeebd4b8629..d939e4db6e48 100644 --- a/clients/client-ssm-contacts/src/commands/UntagResourceCommand.ts +++ b/clients/client-ssm-contacts/src/commands/UntagResourceCommand.ts @@ -87,9 +87,6 @@ export class UntagResourceCommand extends $Command< UntagResourceCommandOutput, SSMContactsClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -103,9 +100,7 @@ export class UntagResourceCommand extends $Command< * @public */ constructor(readonly input: UntagResourceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -156,7 +151,4 @@ export class UntagResourceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UntagResourceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ssm-contacts/src/commands/UpdateContactChannelCommand.ts b/clients/client-ssm-contacts/src/commands/UpdateContactChannelCommand.ts index ba7da944fd09..03ac1b0a1466 100644 --- a/clients/client-ssm-contacts/src/commands/UpdateContactChannelCommand.ts +++ b/clients/client-ssm-contacts/src/commands/UpdateContactChannelCommand.ts @@ -94,9 +94,6 @@ export class UpdateContactChannelCommand extends $Command< UpdateContactChannelCommandOutput, SSMContactsClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -110,9 +107,7 @@ export class UpdateContactChannelCommand extends $Command< * @public */ constructor(readonly input: UpdateContactChannelCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -165,7 +160,4 @@ export class UpdateContactChannelCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdateContactChannelCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ssm-contacts/src/commands/UpdateContactCommand.ts b/clients/client-ssm-contacts/src/commands/UpdateContactCommand.ts index 93554690df4b..4af00615ae25 100644 --- a/clients/client-ssm-contacts/src/commands/UpdateContactCommand.ts +++ b/clients/client-ssm-contacts/src/commands/UpdateContactCommand.ts @@ -113,9 +113,6 @@ export class UpdateContactCommand extends $Command< UpdateContactCommandOutput, SSMContactsClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -129,9 +126,7 @@ export class UpdateContactCommand extends $Command< * @public */ constructor(readonly input: UpdateContactCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -182,7 +177,4 @@ export class UpdateContactCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdateContactCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ssm-contacts/src/commands/UpdateRotationCommand.ts b/clients/client-ssm-contacts/src/commands/UpdateRotationCommand.ts index 108378f4e164..2e622c7af870 100644 --- a/clients/client-ssm-contacts/src/commands/UpdateRotationCommand.ts +++ b/clients/client-ssm-contacts/src/commands/UpdateRotationCommand.ts @@ -128,9 +128,6 @@ export class UpdateRotationCommand extends $Command< UpdateRotationCommandOutput, SSMContactsClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -144,9 +141,7 @@ export class UpdateRotationCommand extends $Command< * @public */ constructor(readonly input: UpdateRotationCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -199,7 +194,4 @@ export class UpdateRotationCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdateRotationCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ssm-incidents/package.json b/clients/client-ssm-incidents/package.json index 3e4397407b70..98ae14da9cc1 100644 --- a/clients/client-ssm-incidents/package.json +++ b/clients/client-ssm-incidents/package.json @@ -34,30 +34,30 @@ "@aws-sdk/util-endpoints": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@smithy/config-resolver": "^2.0.16", - "@smithy/fetch-http-handler": "^2.2.4", - "@smithy/hash-node": "^2.0.12", - "@smithy/invalid-dependency": "^2.0.12", - "@smithy/middleware-content-length": "^2.0.14", - "@smithy/middleware-endpoint": "^2.1.3", - "@smithy/middleware-retry": "^2.0.18", - "@smithy/middleware-serde": "^2.0.12", - "@smithy/middleware-stack": "^2.0.6", - "@smithy/node-config-provider": "^2.1.3", - "@smithy/node-http-handler": "^2.1.8", - "@smithy/protocol-http": "^3.0.8", - "@smithy/smithy-client": "^2.1.12", - "@smithy/types": "^2.4.0", - "@smithy/url-parser": "^2.0.12", - "@smithy/util-base64": "^2.0.0", + "@smithy/config-resolver": "^2.0.18", + "@smithy/fetch-http-handler": "^2.2.6", + "@smithy/hash-node": "^2.0.15", + "@smithy/invalid-dependency": "^2.0.13", + "@smithy/middleware-content-length": "^2.0.15", + "@smithy/middleware-endpoint": "^2.2.0", + "@smithy/middleware-retry": "^2.0.20", + "@smithy/middleware-serde": "^2.0.13", + "@smithy/middleware-stack": "^2.0.7", + "@smithy/node-config-provider": "^2.1.5", + "@smithy/node-http-handler": "^2.1.9", + "@smithy/protocol-http": "^3.0.9", + "@smithy/smithy-client": "^2.1.15", + "@smithy/types": "^2.5.0", + "@smithy/url-parser": "^2.0.13", + "@smithy/util-base64": "^2.0.1", "@smithy/util-body-length-browser": "^2.0.0", "@smithy/util-body-length-node": "^2.1.0", - "@smithy/util-defaults-mode-browser": "^2.0.16", - "@smithy/util-defaults-mode-node": "^2.0.21", - "@smithy/util-endpoints": "^1.0.2", - "@smithy/util-retry": "^2.0.5", - "@smithy/util-utf8": "^2.0.0", - "@smithy/util-waiter": "^2.0.12", + "@smithy/util-defaults-mode-browser": "^2.0.19", + "@smithy/util-defaults-mode-node": "^2.0.25", + "@smithy/util-endpoints": "^1.0.4", + "@smithy/util-retry": "^2.0.6", + "@smithy/util-utf8": "^2.0.2", + "@smithy/util-waiter": "^2.0.13", "tslib": "^2.5.0", "uuid": "^8.3.2" }, diff --git a/clients/client-ssm-incidents/src/commands/CreateReplicationSetCommand.ts b/clients/client-ssm-incidents/src/commands/CreateReplicationSetCommand.ts index fb0222060975..2dc982db735f 100644 --- a/clients/client-ssm-incidents/src/commands/CreateReplicationSetCommand.ts +++ b/clients/client-ssm-incidents/src/commands/CreateReplicationSetCommand.ts @@ -99,9 +99,6 @@ export class CreateReplicationSetCommand extends $Command< CreateReplicationSetCommandOutput, SSMIncidentsClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -115,9 +112,7 @@ export class CreateReplicationSetCommand extends $Command< * @public */ constructor(readonly input: CreateReplicationSetCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -170,7 +165,4 @@ export class CreateReplicationSetCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateReplicationSetCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ssm-incidents/src/commands/CreateResponsePlanCommand.ts b/clients/client-ssm-incidents/src/commands/CreateResponsePlanCommand.ts index 498e9d5715f3..bb995d0d8fbd 100644 --- a/clients/client-ssm-incidents/src/commands/CreateResponsePlanCommand.ts +++ b/clients/client-ssm-incidents/src/commands/CreateResponsePlanCommand.ts @@ -151,9 +151,6 @@ export class CreateResponsePlanCommand extends $Command< CreateResponsePlanCommandOutput, SSMIncidentsClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -167,9 +164,7 @@ export class CreateResponsePlanCommand extends $Command< * @public */ constructor(readonly input: CreateResponsePlanCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -222,7 +217,4 @@ export class CreateResponsePlanCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateResponsePlanCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ssm-incidents/src/commands/CreateTimelineEventCommand.ts b/clients/client-ssm-incidents/src/commands/CreateTimelineEventCommand.ts index 484bc5df9c86..633e3171375e 100644 --- a/clients/client-ssm-incidents/src/commands/CreateTimelineEventCommand.ts +++ b/clients/client-ssm-incidents/src/commands/CreateTimelineEventCommand.ts @@ -104,9 +104,6 @@ export class CreateTimelineEventCommand extends $Command< CreateTimelineEventCommandOutput, SSMIncidentsClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -120,9 +117,7 @@ export class CreateTimelineEventCommand extends $Command< * @public */ constructor(readonly input: CreateTimelineEventCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -175,7 +170,4 @@ export class CreateTimelineEventCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateTimelineEventCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ssm-incidents/src/commands/DeleteIncidentRecordCommand.ts b/clients/client-ssm-incidents/src/commands/DeleteIncidentRecordCommand.ts index 0d57bb4cec03..fc6c435c0c83 100644 --- a/clients/client-ssm-incidents/src/commands/DeleteIncidentRecordCommand.ts +++ b/clients/client-ssm-incidents/src/commands/DeleteIncidentRecordCommand.ts @@ -82,9 +82,6 @@ export class DeleteIncidentRecordCommand extends $Command< DeleteIncidentRecordCommandOutput, SSMIncidentsClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -98,9 +95,7 @@ export class DeleteIncidentRecordCommand extends $Command< * @public */ constructor(readonly input: DeleteIncidentRecordCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -153,7 +148,4 @@ export class DeleteIncidentRecordCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteIncidentRecordCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ssm-incidents/src/commands/DeleteReplicationSetCommand.ts b/clients/client-ssm-incidents/src/commands/DeleteReplicationSetCommand.ts index 39196e9b2be5..b0106d33db7d 100644 --- a/clients/client-ssm-incidents/src/commands/DeleteReplicationSetCommand.ts +++ b/clients/client-ssm-incidents/src/commands/DeleteReplicationSetCommand.ts @@ -86,9 +86,6 @@ export class DeleteReplicationSetCommand extends $Command< DeleteReplicationSetCommandOutput, SSMIncidentsClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -102,9 +99,7 @@ export class DeleteReplicationSetCommand extends $Command< * @public */ constructor(readonly input: DeleteReplicationSetCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -157,7 +152,4 @@ export class DeleteReplicationSetCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteReplicationSetCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ssm-incidents/src/commands/DeleteResourcePolicyCommand.ts b/clients/client-ssm-incidents/src/commands/DeleteResourcePolicyCommand.ts index 1b19d150a656..cc33af6af2b9 100644 --- a/clients/client-ssm-incidents/src/commands/DeleteResourcePolicyCommand.ts +++ b/clients/client-ssm-incidents/src/commands/DeleteResourcePolicyCommand.ts @@ -87,9 +87,6 @@ export class DeleteResourcePolicyCommand extends $Command< DeleteResourcePolicyCommandOutput, SSMIncidentsClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -103,9 +100,7 @@ export class DeleteResourcePolicyCommand extends $Command< * @public */ constructor(readonly input: DeleteResourcePolicyCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -158,7 +153,4 @@ export class DeleteResourcePolicyCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteResourcePolicyCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ssm-incidents/src/commands/DeleteResponsePlanCommand.ts b/clients/client-ssm-incidents/src/commands/DeleteResponsePlanCommand.ts index 1dd4dfae97e4..5a32b2c8f60d 100644 --- a/clients/client-ssm-incidents/src/commands/DeleteResponsePlanCommand.ts +++ b/clients/client-ssm-incidents/src/commands/DeleteResponsePlanCommand.ts @@ -83,9 +83,6 @@ export class DeleteResponsePlanCommand extends $Command< DeleteResponsePlanCommandOutput, SSMIncidentsClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -99,9 +96,7 @@ export class DeleteResponsePlanCommand extends $Command< * @public */ constructor(readonly input: DeleteResponsePlanCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -154,7 +149,4 @@ export class DeleteResponsePlanCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteResponsePlanCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ssm-incidents/src/commands/DeleteTimelineEventCommand.ts b/clients/client-ssm-incidents/src/commands/DeleteTimelineEventCommand.ts index 36eb83342eca..c27ee370f868 100644 --- a/clients/client-ssm-incidents/src/commands/DeleteTimelineEventCommand.ts +++ b/clients/client-ssm-incidents/src/commands/DeleteTimelineEventCommand.ts @@ -83,9 +83,6 @@ export class DeleteTimelineEventCommand extends $Command< DeleteTimelineEventCommandOutput, SSMIncidentsClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -99,9 +96,7 @@ export class DeleteTimelineEventCommand extends $Command< * @public */ constructor(readonly input: DeleteTimelineEventCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -154,7 +149,4 @@ export class DeleteTimelineEventCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteTimelineEventCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ssm-incidents/src/commands/GetIncidentRecordCommand.ts b/clients/client-ssm-incidents/src/commands/GetIncidentRecordCommand.ts index 258794569346..9ef2ca14ba8a 100644 --- a/clients/client-ssm-incidents/src/commands/GetIncidentRecordCommand.ts +++ b/clients/client-ssm-incidents/src/commands/GetIncidentRecordCommand.ts @@ -120,9 +120,6 @@ export class GetIncidentRecordCommand extends $Command< GetIncidentRecordCommandOutput, SSMIncidentsClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -136,9 +133,7 @@ export class GetIncidentRecordCommand extends $Command< * @public */ constructor(readonly input: GetIncidentRecordCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -191,7 +186,4 @@ export class GetIncidentRecordCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetIncidentRecordCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ssm-incidents/src/commands/GetReplicationSetCommand.ts b/clients/client-ssm-incidents/src/commands/GetReplicationSetCommand.ts index 48a543eefd2f..20e8af9d752e 100644 --- a/clients/client-ssm-incidents/src/commands/GetReplicationSetCommand.ts +++ b/clients/client-ssm-incidents/src/commands/GetReplicationSetCommand.ts @@ -103,9 +103,6 @@ export class GetReplicationSetCommand extends $Command< GetReplicationSetCommandOutput, SSMIncidentsClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -119,9 +116,7 @@ export class GetReplicationSetCommand extends $Command< * @public */ constructor(readonly input: GetReplicationSetCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -174,7 +169,4 @@ export class GetReplicationSetCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetReplicationSetCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ssm-incidents/src/commands/GetResourcePoliciesCommand.ts b/clients/client-ssm-incidents/src/commands/GetResourcePoliciesCommand.ts index ecb983ba2a3c..d2267a16e0ef 100644 --- a/clients/client-ssm-incidents/src/commands/GetResourcePoliciesCommand.ts +++ b/clients/client-ssm-incidents/src/commands/GetResourcePoliciesCommand.ts @@ -96,9 +96,6 @@ export class GetResourcePoliciesCommand extends $Command< GetResourcePoliciesCommandOutput, SSMIncidentsClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -112,9 +109,7 @@ export class GetResourcePoliciesCommand extends $Command< * @public */ constructor(readonly input: GetResourcePoliciesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -167,7 +162,4 @@ export class GetResourcePoliciesCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetResourcePoliciesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ssm-incidents/src/commands/GetResponsePlanCommand.ts b/clients/client-ssm-incidents/src/commands/GetResponsePlanCommand.ts index f699c3d8bf67..035a0be04c4b 100644 --- a/clients/client-ssm-incidents/src/commands/GetResponsePlanCommand.ts +++ b/clients/client-ssm-incidents/src/commands/GetResponsePlanCommand.ts @@ -143,9 +143,6 @@ export class GetResponsePlanCommand extends $Command< GetResponsePlanCommandOutput, SSMIncidentsClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -159,9 +156,7 @@ export class GetResponsePlanCommand extends $Command< * @public */ constructor(readonly input: GetResponsePlanCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -214,7 +209,4 @@ export class GetResponsePlanCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetResponsePlanCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ssm-incidents/src/commands/GetTimelineEventCommand.ts b/clients/client-ssm-incidents/src/commands/GetTimelineEventCommand.ts index e510158eec8d..208b027d494b 100644 --- a/clients/client-ssm-incidents/src/commands/GetTimelineEventCommand.ts +++ b/clients/client-ssm-incidents/src/commands/GetTimelineEventCommand.ts @@ -101,9 +101,6 @@ export class GetTimelineEventCommand extends $Command< GetTimelineEventCommandOutput, SSMIncidentsClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -117,9 +114,7 @@ export class GetTimelineEventCommand extends $Command< * @public */ constructor(readonly input: GetTimelineEventCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -172,7 +167,4 @@ export class GetTimelineEventCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetTimelineEventCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ssm-incidents/src/commands/ListIncidentRecordsCommand.ts b/clients/client-ssm-incidents/src/commands/ListIncidentRecordsCommand.ts index 5a65353b4326..d3888937c417 100644 --- a/clients/client-ssm-incidents/src/commands/ListIncidentRecordsCommand.ts +++ b/clients/client-ssm-incidents/src/commands/ListIncidentRecordsCommand.ts @@ -119,9 +119,6 @@ export class ListIncidentRecordsCommand extends $Command< ListIncidentRecordsCommandOutput, SSMIncidentsClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -135,9 +132,7 @@ export class ListIncidentRecordsCommand extends $Command< * @public */ constructor(readonly input: ListIncidentRecordsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -190,7 +185,4 @@ export class ListIncidentRecordsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListIncidentRecordsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ssm-incidents/src/commands/ListRelatedItemsCommand.ts b/clients/client-ssm-incidents/src/commands/ListRelatedItemsCommand.ts index c41d73ddfa4b..1834d1c99360 100644 --- a/clients/client-ssm-incidents/src/commands/ListRelatedItemsCommand.ts +++ b/clients/client-ssm-incidents/src/commands/ListRelatedItemsCommand.ts @@ -105,9 +105,6 @@ export class ListRelatedItemsCommand extends $Command< ListRelatedItemsCommandOutput, SSMIncidentsClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -121,9 +118,7 @@ export class ListRelatedItemsCommand extends $Command< * @public */ constructor(readonly input: ListRelatedItemsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -176,7 +171,4 @@ export class ListRelatedItemsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListRelatedItemsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ssm-incidents/src/commands/ListReplicationSetsCommand.ts b/clients/client-ssm-incidents/src/commands/ListReplicationSetsCommand.ts index 37be3ee1bc11..c8e389d76864 100644 --- a/clients/client-ssm-incidents/src/commands/ListReplicationSetsCommand.ts +++ b/clients/client-ssm-incidents/src/commands/ListReplicationSetsCommand.ts @@ -88,9 +88,6 @@ export class ListReplicationSetsCommand extends $Command< ListReplicationSetsCommandOutput, SSMIncidentsClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -104,9 +101,7 @@ export class ListReplicationSetsCommand extends $Command< * @public */ constructor(readonly input: ListReplicationSetsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -159,7 +154,4 @@ export class ListReplicationSetsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListReplicationSetsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ssm-incidents/src/commands/ListResponsePlansCommand.ts b/clients/client-ssm-incidents/src/commands/ListResponsePlansCommand.ts index 81da0ec94fce..caf26ab5c6a7 100644 --- a/clients/client-ssm-incidents/src/commands/ListResponsePlansCommand.ts +++ b/clients/client-ssm-incidents/src/commands/ListResponsePlansCommand.ts @@ -92,9 +92,6 @@ export class ListResponsePlansCommand extends $Command< ListResponsePlansCommandOutput, SSMIncidentsClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -108,9 +105,7 @@ export class ListResponsePlansCommand extends $Command< * @public */ constructor(readonly input: ListResponsePlansCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -163,7 +158,4 @@ export class ListResponsePlansCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListResponsePlansCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ssm-incidents/src/commands/ListTagsForResourceCommand.ts b/clients/client-ssm-incidents/src/commands/ListTagsForResourceCommand.ts index b211e931a637..2ade2511a877 100644 --- a/clients/client-ssm-incidents/src/commands/ListTagsForResourceCommand.ts +++ b/clients/client-ssm-incidents/src/commands/ListTagsForResourceCommand.ts @@ -89,9 +89,6 @@ export class ListTagsForResourceCommand extends $Command< ListTagsForResourceCommandOutput, SSMIncidentsClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -105,9 +102,7 @@ export class ListTagsForResourceCommand extends $Command< * @public */ constructor(readonly input: ListTagsForResourceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -160,7 +155,4 @@ export class ListTagsForResourceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListTagsForResourceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ssm-incidents/src/commands/ListTimelineEventsCommand.ts b/clients/client-ssm-incidents/src/commands/ListTimelineEventsCommand.ts index 3ecca5cdf6a2..f34f3f32621b 100644 --- a/clients/client-ssm-incidents/src/commands/ListTimelineEventsCommand.ts +++ b/clients/client-ssm-incidents/src/commands/ListTimelineEventsCommand.ts @@ -120,9 +120,6 @@ export class ListTimelineEventsCommand extends $Command< ListTimelineEventsCommandOutput, SSMIncidentsClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -136,9 +133,7 @@ export class ListTimelineEventsCommand extends $Command< * @public */ constructor(readonly input: ListTimelineEventsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -191,7 +186,4 @@ export class ListTimelineEventsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListTimelineEventsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ssm-incidents/src/commands/PutResourcePolicyCommand.ts b/clients/client-ssm-incidents/src/commands/PutResourcePolicyCommand.ts index 3e854339aaef..cdec3830922f 100644 --- a/clients/client-ssm-incidents/src/commands/PutResourcePolicyCommand.ts +++ b/clients/client-ssm-incidents/src/commands/PutResourcePolicyCommand.ts @@ -90,9 +90,6 @@ export class PutResourcePolicyCommand extends $Command< PutResourcePolicyCommandOutput, SSMIncidentsClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -106,9 +103,7 @@ export class PutResourcePolicyCommand extends $Command< * @public */ constructor(readonly input: PutResourcePolicyCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -161,7 +156,4 @@ export class PutResourcePolicyCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_PutResourcePolicyCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ssm-incidents/src/commands/StartIncidentCommand.ts b/clients/client-ssm-incidents/src/commands/StartIncidentCommand.ts index 8d8c4d2e8598..494f80866e50 100644 --- a/clients/client-ssm-incidents/src/commands/StartIncidentCommand.ts +++ b/clients/client-ssm-incidents/src/commands/StartIncidentCommand.ts @@ -119,9 +119,6 @@ export class StartIncidentCommand extends $Command< StartIncidentCommandOutput, SSMIncidentsClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -135,9 +132,7 @@ export class StartIncidentCommand extends $Command< * @public */ constructor(readonly input: StartIncidentCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -188,7 +183,4 @@ export class StartIncidentCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_StartIncidentCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ssm-incidents/src/commands/TagResourceCommand.ts b/clients/client-ssm-incidents/src/commands/TagResourceCommand.ts index 01cfa1d637be..7e55082b2aba 100644 --- a/clients/client-ssm-incidents/src/commands/TagResourceCommand.ts +++ b/clients/client-ssm-incidents/src/commands/TagResourceCommand.ts @@ -94,9 +94,6 @@ export class TagResourceCommand extends $Command< TagResourceCommandOutput, SSMIncidentsClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -110,9 +107,7 @@ export class TagResourceCommand extends $Command< * @public */ constructor(readonly input: TagResourceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -163,7 +158,4 @@ export class TagResourceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_TagResourceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ssm-incidents/src/commands/UntagResourceCommand.ts b/clients/client-ssm-incidents/src/commands/UntagResourceCommand.ts index 9459262f522c..4915ce0a9559 100644 --- a/clients/client-ssm-incidents/src/commands/UntagResourceCommand.ts +++ b/clients/client-ssm-incidents/src/commands/UntagResourceCommand.ts @@ -91,9 +91,6 @@ export class UntagResourceCommand extends $Command< UntagResourceCommandOutput, SSMIncidentsClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -107,9 +104,7 @@ export class UntagResourceCommand extends $Command< * @public */ constructor(readonly input: UntagResourceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -160,7 +155,4 @@ export class UntagResourceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UntagResourceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ssm-incidents/src/commands/UpdateDeletionProtectionCommand.ts b/clients/client-ssm-incidents/src/commands/UpdateDeletionProtectionCommand.ts index 0e0811893261..c328d4189e72 100644 --- a/clients/client-ssm-incidents/src/commands/UpdateDeletionProtectionCommand.ts +++ b/clients/client-ssm-incidents/src/commands/UpdateDeletionProtectionCommand.ts @@ -88,9 +88,6 @@ export class UpdateDeletionProtectionCommand extends $Command< UpdateDeletionProtectionCommandOutput, SSMIncidentsClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -104,9 +101,7 @@ export class UpdateDeletionProtectionCommand extends $Command< * @public */ constructor(readonly input: UpdateDeletionProtectionCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -159,7 +154,4 @@ export class UpdateDeletionProtectionCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdateDeletionProtectionCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ssm-incidents/src/commands/UpdateIncidentRecordCommand.ts b/clients/client-ssm-incidents/src/commands/UpdateIncidentRecordCommand.ts index 07c2349700f1..711a9bb019b2 100644 --- a/clients/client-ssm-incidents/src/commands/UpdateIncidentRecordCommand.ts +++ b/clients/client-ssm-incidents/src/commands/UpdateIncidentRecordCommand.ts @@ -106,9 +106,6 @@ export class UpdateIncidentRecordCommand extends $Command< UpdateIncidentRecordCommandOutput, SSMIncidentsClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -122,9 +119,7 @@ export class UpdateIncidentRecordCommand extends $Command< * @public */ constructor(readonly input: UpdateIncidentRecordCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -177,7 +172,4 @@ export class UpdateIncidentRecordCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdateIncidentRecordCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ssm-incidents/src/commands/UpdateRelatedItemsCommand.ts b/clients/client-ssm-incidents/src/commands/UpdateRelatedItemsCommand.ts index d2090b0d4433..0ad526137191 100644 --- a/clients/client-ssm-incidents/src/commands/UpdateRelatedItemsCommand.ts +++ b/clients/client-ssm-incidents/src/commands/UpdateRelatedItemsCommand.ts @@ -121,9 +121,6 @@ export class UpdateRelatedItemsCommand extends $Command< UpdateRelatedItemsCommandOutput, SSMIncidentsClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -137,9 +134,7 @@ export class UpdateRelatedItemsCommand extends $Command< * @public */ constructor(readonly input: UpdateRelatedItemsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -192,7 +187,4 @@ export class UpdateRelatedItemsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdateRelatedItemsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ssm-incidents/src/commands/UpdateReplicationSetCommand.ts b/clients/client-ssm-incidents/src/commands/UpdateReplicationSetCommand.ts index 6819b6e2f419..91cbf06d2f4b 100644 --- a/clients/client-ssm-incidents/src/commands/UpdateReplicationSetCommand.ts +++ b/clients/client-ssm-incidents/src/commands/UpdateReplicationSetCommand.ts @@ -100,9 +100,6 @@ export class UpdateReplicationSetCommand extends $Command< UpdateReplicationSetCommandOutput, SSMIncidentsClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -116,9 +113,7 @@ export class UpdateReplicationSetCommand extends $Command< * @public */ constructor(readonly input: UpdateReplicationSetCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -171,7 +166,4 @@ export class UpdateReplicationSetCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdateReplicationSetCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ssm-incidents/src/commands/UpdateResponsePlanCommand.ts b/clients/client-ssm-incidents/src/commands/UpdateResponsePlanCommand.ts index 0a77f1b6d237..c4145f72d6d2 100644 --- a/clients/client-ssm-incidents/src/commands/UpdateResponsePlanCommand.ts +++ b/clients/client-ssm-incidents/src/commands/UpdateResponsePlanCommand.ts @@ -142,9 +142,6 @@ export class UpdateResponsePlanCommand extends $Command< UpdateResponsePlanCommandOutput, SSMIncidentsClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -158,9 +155,7 @@ export class UpdateResponsePlanCommand extends $Command< * @public */ constructor(readonly input: UpdateResponsePlanCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -213,7 +208,4 @@ export class UpdateResponsePlanCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdateResponsePlanCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ssm-incidents/src/commands/UpdateTimelineEventCommand.ts b/clients/client-ssm-incidents/src/commands/UpdateTimelineEventCommand.ts index 7a5fb41c70b7..9ef83e992bbe 100644 --- a/clients/client-ssm-incidents/src/commands/UpdateTimelineEventCommand.ts +++ b/clients/client-ssm-incidents/src/commands/UpdateTimelineEventCommand.ts @@ -99,9 +99,6 @@ export class UpdateTimelineEventCommand extends $Command< UpdateTimelineEventCommandOutput, SSMIncidentsClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -115,9 +112,7 @@ export class UpdateTimelineEventCommand extends $Command< * @public */ constructor(readonly input: UpdateTimelineEventCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -170,7 +165,4 @@ export class UpdateTimelineEventCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdateTimelineEventCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ssm-sap/package.json b/clients/client-ssm-sap/package.json index acf48b22b781..922351fe2bbc 100644 --- a/clients/client-ssm-sap/package.json +++ b/clients/client-ssm-sap/package.json @@ -34,29 +34,29 @@ "@aws-sdk/util-endpoints": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@smithy/config-resolver": "^2.0.16", - "@smithy/fetch-http-handler": "^2.2.4", - "@smithy/hash-node": "^2.0.12", - "@smithy/invalid-dependency": "^2.0.12", - "@smithy/middleware-content-length": "^2.0.14", - "@smithy/middleware-endpoint": "^2.1.3", - "@smithy/middleware-retry": "^2.0.18", - "@smithy/middleware-serde": "^2.0.12", - "@smithy/middleware-stack": "^2.0.6", - "@smithy/node-config-provider": "^2.1.3", - "@smithy/node-http-handler": "^2.1.8", - "@smithy/protocol-http": "^3.0.8", - "@smithy/smithy-client": "^2.1.12", - "@smithy/types": "^2.4.0", - "@smithy/url-parser": "^2.0.12", - "@smithy/util-base64": "^2.0.0", + "@smithy/config-resolver": "^2.0.18", + "@smithy/fetch-http-handler": "^2.2.6", + "@smithy/hash-node": "^2.0.15", + "@smithy/invalid-dependency": "^2.0.13", + "@smithy/middleware-content-length": "^2.0.15", + "@smithy/middleware-endpoint": "^2.2.0", + "@smithy/middleware-retry": "^2.0.20", + "@smithy/middleware-serde": "^2.0.13", + "@smithy/middleware-stack": "^2.0.7", + "@smithy/node-config-provider": "^2.1.5", + "@smithy/node-http-handler": "^2.1.9", + "@smithy/protocol-http": "^3.0.9", + "@smithy/smithy-client": "^2.1.15", + "@smithy/types": "^2.5.0", + "@smithy/url-parser": "^2.0.13", + "@smithy/util-base64": "^2.0.1", "@smithy/util-body-length-browser": "^2.0.0", "@smithy/util-body-length-node": "^2.1.0", - "@smithy/util-defaults-mode-browser": "^2.0.16", - "@smithy/util-defaults-mode-node": "^2.0.21", - "@smithy/util-endpoints": "^1.0.2", - "@smithy/util-retry": "^2.0.5", - "@smithy/util-utf8": "^2.0.0", + "@smithy/util-defaults-mode-browser": "^2.0.19", + "@smithy/util-defaults-mode-node": "^2.0.25", + "@smithy/util-endpoints": "^1.0.4", + "@smithy/util-retry": "^2.0.6", + "@smithy/util-utf8": "^2.0.2", "tslib": "^2.5.0" }, "devDependencies": { diff --git a/clients/client-ssm-sap/src/commands/DeleteResourcePermissionCommand.ts b/clients/client-ssm-sap/src/commands/DeleteResourcePermissionCommand.ts index 3454be85d4c0..c3f1ac15bd98 100644 --- a/clients/client-ssm-sap/src/commands/DeleteResourcePermissionCommand.ts +++ b/clients/client-ssm-sap/src/commands/DeleteResourcePermissionCommand.ts @@ -81,9 +81,6 @@ export class DeleteResourcePermissionCommand extends $Command< DeleteResourcePermissionCommandOutput, SsmSapClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -97,9 +94,7 @@ export class DeleteResourcePermissionCommand extends $Command< * @public */ constructor(readonly input: DeleteResourcePermissionCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -152,7 +147,4 @@ export class DeleteResourcePermissionCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteResourcePermissionCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ssm-sap/src/commands/DeregisterApplicationCommand.ts b/clients/client-ssm-sap/src/commands/DeregisterApplicationCommand.ts index 0b5e6bce8229..25e83a8ab539 100644 --- a/clients/client-ssm-sap/src/commands/DeregisterApplicationCommand.ts +++ b/clients/client-ssm-sap/src/commands/DeregisterApplicationCommand.ts @@ -78,9 +78,6 @@ export class DeregisterApplicationCommand extends $Command< DeregisterApplicationCommandOutput, SsmSapClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -94,9 +91,7 @@ export class DeregisterApplicationCommand extends $Command< * @public */ constructor(readonly input: DeregisterApplicationCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -149,7 +144,4 @@ export class DeregisterApplicationCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeregisterApplicationCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ssm-sap/src/commands/GetApplicationCommand.ts b/clients/client-ssm-sap/src/commands/GetApplicationCommand.ts index 662ee61fbda7..864c6f0d90cc 100644 --- a/clients/client-ssm-sap/src/commands/GetApplicationCommand.ts +++ b/clients/client-ssm-sap/src/commands/GetApplicationCommand.ts @@ -94,9 +94,6 @@ export class GetApplicationCommand extends $Command< GetApplicationCommandOutput, SsmSapClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -110,9 +107,7 @@ export class GetApplicationCommand extends $Command< * @public */ constructor(readonly input: GetApplicationCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -165,7 +160,4 @@ export class GetApplicationCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetApplicationCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ssm-sap/src/commands/GetComponentCommand.ts b/clients/client-ssm-sap/src/commands/GetComponentCommand.ts index 7d56fcbdd2fe..9646265f25c9 100644 --- a/clients/client-ssm-sap/src/commands/GetComponentCommand.ts +++ b/clients/client-ssm-sap/src/commands/GetComponentCommand.ts @@ -139,9 +139,6 @@ export class GetComponentCommand extends $Command< GetComponentCommandOutput, SsmSapClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -155,9 +152,7 @@ export class GetComponentCommand extends $Command< * @public */ constructor(readonly input: GetComponentCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -208,7 +203,4 @@ export class GetComponentCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetComponentCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ssm-sap/src/commands/GetDatabaseCommand.ts b/clients/client-ssm-sap/src/commands/GetDatabaseCommand.ts index 3ba58f77e255..4740b2f1f3d9 100644 --- a/clients/client-ssm-sap/src/commands/GetDatabaseCommand.ts +++ b/clients/client-ssm-sap/src/commands/GetDatabaseCommand.ts @@ -101,9 +101,6 @@ export class GetDatabaseCommand extends $Command< GetDatabaseCommandOutput, SsmSapClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -117,9 +114,7 @@ export class GetDatabaseCommand extends $Command< * @public */ constructor(readonly input: GetDatabaseCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -170,7 +165,4 @@ export class GetDatabaseCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetDatabaseCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ssm-sap/src/commands/GetOperationCommand.ts b/clients/client-ssm-sap/src/commands/GetOperationCommand.ts index 01aa9b92a6ca..12dfbe732c7b 100644 --- a/clients/client-ssm-sap/src/commands/GetOperationCommand.ts +++ b/clients/client-ssm-sap/src/commands/GetOperationCommand.ts @@ -90,9 +90,6 @@ export class GetOperationCommand extends $Command< GetOperationCommandOutput, SsmSapClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -106,9 +103,7 @@ export class GetOperationCommand extends $Command< * @public */ constructor(readonly input: GetOperationCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -159,7 +154,4 @@ export class GetOperationCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetOperationCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ssm-sap/src/commands/GetResourcePermissionCommand.ts b/clients/client-ssm-sap/src/commands/GetResourcePermissionCommand.ts index a4892ad5e86d..9aab546ecfa5 100644 --- a/clients/client-ssm-sap/src/commands/GetResourcePermissionCommand.ts +++ b/clients/client-ssm-sap/src/commands/GetResourcePermissionCommand.ts @@ -80,9 +80,6 @@ export class GetResourcePermissionCommand extends $Command< GetResourcePermissionCommandOutput, SsmSapClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -96,9 +93,7 @@ export class GetResourcePermissionCommand extends $Command< * @public */ constructor(readonly input: GetResourcePermissionCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -151,7 +146,4 @@ export class GetResourcePermissionCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetResourcePermissionCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ssm-sap/src/commands/ListApplicationsCommand.ts b/clients/client-ssm-sap/src/commands/ListApplicationsCommand.ts index 10c74191c4d8..2029eb69298e 100644 --- a/clients/client-ssm-sap/src/commands/ListApplicationsCommand.ts +++ b/clients/client-ssm-sap/src/commands/ListApplicationsCommand.ts @@ -98,9 +98,6 @@ export class ListApplicationsCommand extends $Command< ListApplicationsCommandOutput, SsmSapClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -114,9 +111,7 @@ export class ListApplicationsCommand extends $Command< * @public */ constructor(readonly input: ListApplicationsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -169,7 +164,4 @@ export class ListApplicationsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListApplicationsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ssm-sap/src/commands/ListComponentsCommand.ts b/clients/client-ssm-sap/src/commands/ListComponentsCommand.ts index b546f9ace1e0..c99481cbaa77 100644 --- a/clients/client-ssm-sap/src/commands/ListComponentsCommand.ts +++ b/clients/client-ssm-sap/src/commands/ListComponentsCommand.ts @@ -95,9 +95,6 @@ export class ListComponentsCommand extends $Command< ListComponentsCommandOutput, SsmSapClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -111,9 +108,7 @@ export class ListComponentsCommand extends $Command< * @public */ constructor(readonly input: ListComponentsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -166,7 +161,4 @@ export class ListComponentsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListComponentsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ssm-sap/src/commands/ListDatabasesCommand.ts b/clients/client-ssm-sap/src/commands/ListDatabasesCommand.ts index 673dc5556bcf..681e55822451 100644 --- a/clients/client-ssm-sap/src/commands/ListDatabasesCommand.ts +++ b/clients/client-ssm-sap/src/commands/ListDatabasesCommand.ts @@ -95,9 +95,6 @@ export class ListDatabasesCommand extends $Command< ListDatabasesCommandOutput, SsmSapClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -111,9 +108,7 @@ export class ListDatabasesCommand extends $Command< * @public */ constructor(readonly input: ListDatabasesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -164,7 +159,4 @@ export class ListDatabasesCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListDatabasesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ssm-sap/src/commands/ListOperationsCommand.ts b/clients/client-ssm-sap/src/commands/ListOperationsCommand.ts index a303609ff771..586b47ec8bbb 100644 --- a/clients/client-ssm-sap/src/commands/ListOperationsCommand.ts +++ b/clients/client-ssm-sap/src/commands/ListOperationsCommand.ts @@ -102,9 +102,6 @@ export class ListOperationsCommand extends $Command< ListOperationsCommandOutput, SsmSapClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -118,9 +115,7 @@ export class ListOperationsCommand extends $Command< * @public */ constructor(readonly input: ListOperationsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -173,7 +168,4 @@ export class ListOperationsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListOperationsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ssm-sap/src/commands/ListTagsForResourceCommand.ts b/clients/client-ssm-sap/src/commands/ListTagsForResourceCommand.ts index 5feffde36775..080955305078 100644 --- a/clients/client-ssm-sap/src/commands/ListTagsForResourceCommand.ts +++ b/clients/client-ssm-sap/src/commands/ListTagsForResourceCommand.ts @@ -82,9 +82,6 @@ export class ListTagsForResourceCommand extends $Command< ListTagsForResourceCommandOutput, SsmSapClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -98,9 +95,7 @@ export class ListTagsForResourceCommand extends $Command< * @public */ constructor(readonly input: ListTagsForResourceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -153,7 +148,4 @@ export class ListTagsForResourceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListTagsForResourceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ssm-sap/src/commands/PutResourcePermissionCommand.ts b/clients/client-ssm-sap/src/commands/PutResourcePermissionCommand.ts index ff60d11eba79..ea3056f5cb1e 100644 --- a/clients/client-ssm-sap/src/commands/PutResourcePermissionCommand.ts +++ b/clients/client-ssm-sap/src/commands/PutResourcePermissionCommand.ts @@ -81,9 +81,6 @@ export class PutResourcePermissionCommand extends $Command< PutResourcePermissionCommandOutput, SsmSapClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -97,9 +94,7 @@ export class PutResourcePermissionCommand extends $Command< * @public */ constructor(readonly input: PutResourcePermissionCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -152,7 +147,4 @@ export class PutResourcePermissionCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_PutResourcePermissionCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ssm-sap/src/commands/RegisterApplicationCommand.ts b/clients/client-ssm-sap/src/commands/RegisterApplicationCommand.ts index cb5ecfb508d7..e8e7cb105f42 100644 --- a/clients/client-ssm-sap/src/commands/RegisterApplicationCommand.ts +++ b/clients/client-ssm-sap/src/commands/RegisterApplicationCommand.ts @@ -123,9 +123,6 @@ export class RegisterApplicationCommand extends $Command< RegisterApplicationCommandOutput, SsmSapClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -139,9 +136,7 @@ export class RegisterApplicationCommand extends $Command< * @public */ constructor(readonly input: RegisterApplicationCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -194,7 +189,4 @@ export class RegisterApplicationCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_RegisterApplicationCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ssm-sap/src/commands/StartApplicationRefreshCommand.ts b/clients/client-ssm-sap/src/commands/StartApplicationRefreshCommand.ts index a75b804a290a..48bd32a1564e 100644 --- a/clients/client-ssm-sap/src/commands/StartApplicationRefreshCommand.ts +++ b/clients/client-ssm-sap/src/commands/StartApplicationRefreshCommand.ts @@ -85,9 +85,6 @@ export class StartApplicationRefreshCommand extends $Command< StartApplicationRefreshCommandOutput, SsmSapClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -101,9 +98,7 @@ export class StartApplicationRefreshCommand extends $Command< * @public */ constructor(readonly input: StartApplicationRefreshCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -156,7 +151,4 @@ export class StartApplicationRefreshCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_StartApplicationRefreshCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ssm-sap/src/commands/TagResourceCommand.ts b/clients/client-ssm-sap/src/commands/TagResourceCommand.ts index 128af35b2a3e..048500179e61 100644 --- a/clients/client-ssm-sap/src/commands/TagResourceCommand.ts +++ b/clients/client-ssm-sap/src/commands/TagResourceCommand.ts @@ -80,9 +80,6 @@ export class TagResourceCommand extends $Command< TagResourceCommandOutput, SsmSapClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -96,9 +93,7 @@ export class TagResourceCommand extends $Command< * @public */ constructor(readonly input: TagResourceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -149,7 +144,4 @@ export class TagResourceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_TagResourceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ssm-sap/src/commands/UntagResourceCommand.ts b/clients/client-ssm-sap/src/commands/UntagResourceCommand.ts index 7be2820f9086..9e5604569fff 100644 --- a/clients/client-ssm-sap/src/commands/UntagResourceCommand.ts +++ b/clients/client-ssm-sap/src/commands/UntagResourceCommand.ts @@ -80,9 +80,6 @@ export class UntagResourceCommand extends $Command< UntagResourceCommandOutput, SsmSapClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -96,9 +93,7 @@ export class UntagResourceCommand extends $Command< * @public */ constructor(readonly input: UntagResourceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -149,7 +144,4 @@ export class UntagResourceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UntagResourceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ssm-sap/src/commands/UpdateApplicationSettingsCommand.ts b/clients/client-ssm-sap/src/commands/UpdateApplicationSettingsCommand.ts index a614a4279f6e..48cdd2e957ba 100644 --- a/clients/client-ssm-sap/src/commands/UpdateApplicationSettingsCommand.ts +++ b/clients/client-ssm-sap/src/commands/UpdateApplicationSettingsCommand.ts @@ -112,9 +112,6 @@ export class UpdateApplicationSettingsCommand extends $Command< UpdateApplicationSettingsCommandOutput, SsmSapClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -128,9 +125,7 @@ export class UpdateApplicationSettingsCommand extends $Command< * @public */ constructor(readonly input: UpdateApplicationSettingsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -186,7 +181,4 @@ export class UpdateApplicationSettingsCommand extends $Command< ): Promise { return de_UpdateApplicationSettingsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ssm/package.json b/clients/client-ssm/package.json index c452399ab250..b00d2262cc61 100644 --- a/clients/client-ssm/package.json +++ b/clients/client-ssm/package.json @@ -34,30 +34,30 @@ "@aws-sdk/util-endpoints": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@smithy/config-resolver": "^2.0.16", - "@smithy/fetch-http-handler": "^2.2.4", - "@smithy/hash-node": "^2.0.12", - "@smithy/invalid-dependency": "^2.0.12", - "@smithy/middleware-content-length": "^2.0.14", - "@smithy/middleware-endpoint": "^2.1.3", - "@smithy/middleware-retry": "^2.0.18", - "@smithy/middleware-serde": "^2.0.12", - "@smithy/middleware-stack": "^2.0.6", - "@smithy/node-config-provider": "^2.1.3", - "@smithy/node-http-handler": "^2.1.8", - "@smithy/protocol-http": "^3.0.8", - "@smithy/smithy-client": "^2.1.12", - "@smithy/types": "^2.4.0", - "@smithy/url-parser": "^2.0.12", - "@smithy/util-base64": "^2.0.0", + "@smithy/config-resolver": "^2.0.18", + "@smithy/fetch-http-handler": "^2.2.6", + "@smithy/hash-node": "^2.0.15", + "@smithy/invalid-dependency": "^2.0.13", + "@smithy/middleware-content-length": "^2.0.15", + "@smithy/middleware-endpoint": "^2.2.0", + "@smithy/middleware-retry": "^2.0.20", + "@smithy/middleware-serde": "^2.0.13", + "@smithy/middleware-stack": "^2.0.7", + "@smithy/node-config-provider": "^2.1.5", + "@smithy/node-http-handler": "^2.1.9", + "@smithy/protocol-http": "^3.0.9", + "@smithy/smithy-client": "^2.1.15", + "@smithy/types": "^2.5.0", + "@smithy/url-parser": "^2.0.13", + "@smithy/util-base64": "^2.0.1", "@smithy/util-body-length-browser": "^2.0.0", "@smithy/util-body-length-node": "^2.1.0", - "@smithy/util-defaults-mode-browser": "^2.0.16", - "@smithy/util-defaults-mode-node": "^2.0.21", - "@smithy/util-endpoints": "^1.0.2", - "@smithy/util-retry": "^2.0.5", - "@smithy/util-utf8": "^2.0.0", - "@smithy/util-waiter": "^2.0.12", + "@smithy/util-defaults-mode-browser": "^2.0.19", + "@smithy/util-defaults-mode-node": "^2.0.25", + "@smithy/util-endpoints": "^1.0.4", + "@smithy/util-retry": "^2.0.6", + "@smithy/util-utf8": "^2.0.2", + "@smithy/util-waiter": "^2.0.13", "tslib": "^2.5.0", "uuid": "^8.3.2" }, diff --git a/clients/client-ssm/src/commands/AddTagsToResourceCommand.ts b/clients/client-ssm/src/commands/AddTagsToResourceCommand.ts index d6adf5526511..cde85d0cb32b 100644 --- a/clients/client-ssm/src/commands/AddTagsToResourceCommand.ts +++ b/clients/client-ssm/src/commands/AddTagsToResourceCommand.ts @@ -138,9 +138,6 @@ export class AddTagsToResourceCommand extends $Command< AddTagsToResourceCommandOutput, SSMClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -154,9 +151,7 @@ export class AddTagsToResourceCommand extends $Command< * @public */ constructor(readonly input: AddTagsToResourceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -209,7 +204,4 @@ export class AddTagsToResourceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_AddTagsToResourceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ssm/src/commands/AssociateOpsItemRelatedItemCommand.ts b/clients/client-ssm/src/commands/AssociateOpsItemRelatedItemCommand.ts index feded8a710ce..32fd3dfcde47 100644 --- a/clients/client-ssm/src/commands/AssociateOpsItemRelatedItemCommand.ts +++ b/clients/client-ssm/src/commands/AssociateOpsItemRelatedItemCommand.ts @@ -96,9 +96,6 @@ export class AssociateOpsItemRelatedItemCommand extends $Command< AssociateOpsItemRelatedItemCommandOutput, SSMClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -112,9 +109,7 @@ export class AssociateOpsItemRelatedItemCommand extends $Command< * @public */ constructor(readonly input: AssociateOpsItemRelatedItemCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -170,7 +165,4 @@ export class AssociateOpsItemRelatedItemCommand extends $Command< ): Promise { return de_AssociateOpsItemRelatedItemCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ssm/src/commands/CancelCommandCommand.ts b/clients/client-ssm/src/commands/CancelCommandCommand.ts index 6798825fa6e7..83e29f5cc6d2 100644 --- a/clients/client-ssm/src/commands/CancelCommandCommand.ts +++ b/clients/client-ssm/src/commands/CancelCommandCommand.ts @@ -101,9 +101,6 @@ export class CancelCommandCommand extends $Command< CancelCommandCommandOutput, SSMClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -117,9 +114,7 @@ export class CancelCommandCommand extends $Command< * @public */ constructor(readonly input: CancelCommandCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -170,7 +165,4 @@ export class CancelCommandCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CancelCommandCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ssm/src/commands/CancelMaintenanceWindowExecutionCommand.ts b/clients/client-ssm/src/commands/CancelMaintenanceWindowExecutionCommand.ts index a06ef5ea1af6..f9fec416630c 100644 --- a/clients/client-ssm/src/commands/CancelMaintenanceWindowExecutionCommand.ts +++ b/clients/client-ssm/src/commands/CancelMaintenanceWindowExecutionCommand.ts @@ -86,9 +86,6 @@ export class CancelMaintenanceWindowExecutionCommand extends $Command< CancelMaintenanceWindowExecutionCommandOutput, SSMClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -102,9 +99,7 @@ export class CancelMaintenanceWindowExecutionCommand extends $Command< * @public */ constructor(readonly input: CancelMaintenanceWindowExecutionCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -163,7 +158,4 @@ export class CancelMaintenanceWindowExecutionCommand extends $Command< ): Promise { return de_CancelMaintenanceWindowExecutionCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ssm/src/commands/CreateActivationCommand.ts b/clients/client-ssm/src/commands/CreateActivationCommand.ts index 6530419b88bd..01311692cf4d 100644 --- a/clients/client-ssm/src/commands/CreateActivationCommand.ts +++ b/clients/client-ssm/src/commands/CreateActivationCommand.ts @@ -103,9 +103,6 @@ export class CreateActivationCommand extends $Command< CreateActivationCommandOutput, SSMClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -119,9 +116,7 @@ export class CreateActivationCommand extends $Command< * @public */ constructor(readonly input: CreateActivationCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -174,7 +169,4 @@ export class CreateActivationCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateActivationCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ssm/src/commands/CreateAssociationBatchCommand.ts b/clients/client-ssm/src/commands/CreateAssociationBatchCommand.ts index 3a70f620e0a4..8d1fc7c8b37e 100644 --- a/clients/client-ssm/src/commands/CreateAssociationBatchCommand.ts +++ b/clients/client-ssm/src/commands/CreateAssociationBatchCommand.ts @@ -375,9 +375,6 @@ export class CreateAssociationBatchCommand extends $Command< CreateAssociationBatchCommandOutput, SSMClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -391,9 +388,7 @@ export class CreateAssociationBatchCommand extends $Command< * @public */ constructor(readonly input: CreateAssociationBatchCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -446,7 +441,4 @@ export class CreateAssociationBatchCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateAssociationBatchCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ssm/src/commands/CreateAssociationCommand.ts b/clients/client-ssm/src/commands/CreateAssociationCommand.ts index 3acc12af68a2..88af4ffb0aac 100644 --- a/clients/client-ssm/src/commands/CreateAssociationCommand.ts +++ b/clients/client-ssm/src/commands/CreateAssociationCommand.ts @@ -316,9 +316,6 @@ export class CreateAssociationCommand extends $Command< CreateAssociationCommandOutput, SSMClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -332,9 +329,7 @@ export class CreateAssociationCommand extends $Command< * @public */ constructor(readonly input: CreateAssociationCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -387,7 +382,4 @@ export class CreateAssociationCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateAssociationCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ssm/src/commands/CreateDocumentCommand.ts b/clients/client-ssm/src/commands/CreateDocumentCommand.ts index 6c73a8ed57be..031d0a9b98b6 100644 --- a/clients/client-ssm/src/commands/CreateDocumentCommand.ts +++ b/clients/client-ssm/src/commands/CreateDocumentCommand.ts @@ -186,9 +186,6 @@ export class CreateDocumentCommand extends $Command< CreateDocumentCommandOutput, SSMClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -202,9 +199,7 @@ export class CreateDocumentCommand extends $Command< * @public */ constructor(readonly input: CreateDocumentCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -257,7 +252,4 @@ export class CreateDocumentCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateDocumentCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ssm/src/commands/CreateMaintenanceWindowCommand.ts b/clients/client-ssm/src/commands/CreateMaintenanceWindowCommand.ts index 7ede884f93a2..29dce8a6115f 100644 --- a/clients/client-ssm/src/commands/CreateMaintenanceWindowCommand.ts +++ b/clients/client-ssm/src/commands/CreateMaintenanceWindowCommand.ts @@ -111,9 +111,6 @@ export class CreateMaintenanceWindowCommand extends $Command< CreateMaintenanceWindowCommandOutput, SSMClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -127,9 +124,7 @@ export class CreateMaintenanceWindowCommand extends $Command< * @public */ constructor(readonly input: CreateMaintenanceWindowCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -182,7 +177,4 @@ export class CreateMaintenanceWindowCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateMaintenanceWindowCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ssm/src/commands/CreateOpsItemCommand.ts b/clients/client-ssm/src/commands/CreateOpsItemCommand.ts index efd6b9e4205b..f72197f18058 100644 --- a/clients/client-ssm/src/commands/CreateOpsItemCommand.ts +++ b/clients/client-ssm/src/commands/CreateOpsItemCommand.ts @@ -127,9 +127,6 @@ export class CreateOpsItemCommand extends $Command< CreateOpsItemCommandOutput, SSMClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -143,9 +140,7 @@ export class CreateOpsItemCommand extends $Command< * @public */ constructor(readonly input: CreateOpsItemCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -196,7 +191,4 @@ export class CreateOpsItemCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateOpsItemCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ssm/src/commands/CreateOpsMetadataCommand.ts b/clients/client-ssm/src/commands/CreateOpsMetadataCommand.ts index 2775a8d7117a..0f5d45b767bf 100644 --- a/clients/client-ssm/src/commands/CreateOpsMetadataCommand.ts +++ b/clients/client-ssm/src/commands/CreateOpsMetadataCommand.ts @@ -99,9 +99,6 @@ export class CreateOpsMetadataCommand extends $Command< CreateOpsMetadataCommandOutput, SSMClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -115,9 +112,7 @@ export class CreateOpsMetadataCommand extends $Command< * @public */ constructor(readonly input: CreateOpsMetadataCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -170,7 +165,4 @@ export class CreateOpsMetadataCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateOpsMetadataCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ssm/src/commands/CreatePatchBaselineCommand.ts b/clients/client-ssm/src/commands/CreatePatchBaselineCommand.ts index 2e871cf7a00a..baaaa1e3bdc5 100644 --- a/clients/client-ssm/src/commands/CreatePatchBaselineCommand.ts +++ b/clients/client-ssm/src/commands/CreatePatchBaselineCommand.ts @@ -148,9 +148,6 @@ export class CreatePatchBaselineCommand extends $Command< CreatePatchBaselineCommandOutput, SSMClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -164,9 +161,7 @@ export class CreatePatchBaselineCommand extends $Command< * @public */ constructor(readonly input: CreatePatchBaselineCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -219,7 +214,4 @@ export class CreatePatchBaselineCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreatePatchBaselineCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ssm/src/commands/CreateResourceDataSyncCommand.ts b/clients/client-ssm/src/commands/CreateResourceDataSyncCommand.ts index 74453e4dcb9a..30354aa13872 100644 --- a/clients/client-ssm/src/commands/CreateResourceDataSyncCommand.ts +++ b/clients/client-ssm/src/commands/CreateResourceDataSyncCommand.ts @@ -127,9 +127,6 @@ export class CreateResourceDataSyncCommand extends $Command< CreateResourceDataSyncCommandOutput, SSMClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -143,9 +140,7 @@ export class CreateResourceDataSyncCommand extends $Command< * @public */ constructor(readonly input: CreateResourceDataSyncCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -198,7 +193,4 @@ export class CreateResourceDataSyncCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateResourceDataSyncCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ssm/src/commands/DeleteActivationCommand.ts b/clients/client-ssm/src/commands/DeleteActivationCommand.ts index 73f305482324..bbea4ec52515 100644 --- a/clients/client-ssm/src/commands/DeleteActivationCommand.ts +++ b/clients/client-ssm/src/commands/DeleteActivationCommand.ts @@ -84,9 +84,6 @@ export class DeleteActivationCommand extends $Command< DeleteActivationCommandOutput, SSMClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -100,9 +97,7 @@ export class DeleteActivationCommand extends $Command< * @public */ constructor(readonly input: DeleteActivationCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -155,7 +150,4 @@ export class DeleteActivationCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteActivationCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ssm/src/commands/DeleteAssociationCommand.ts b/clients/client-ssm/src/commands/DeleteAssociationCommand.ts index 5c746b253d4a..1e459f4ed419 100644 --- a/clients/client-ssm/src/commands/DeleteAssociationCommand.ts +++ b/clients/client-ssm/src/commands/DeleteAssociationCommand.ts @@ -108,9 +108,6 @@ export class DeleteAssociationCommand extends $Command< DeleteAssociationCommandOutput, SSMClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -124,9 +121,7 @@ export class DeleteAssociationCommand extends $Command< * @public */ constructor(readonly input: DeleteAssociationCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -179,7 +174,4 @@ export class DeleteAssociationCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteAssociationCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ssm/src/commands/DeleteDocumentCommand.ts b/clients/client-ssm/src/commands/DeleteDocumentCommand.ts index 7a3cad47c70e..cbc7c4b8a8db 100644 --- a/clients/client-ssm/src/commands/DeleteDocumentCommand.ts +++ b/clients/client-ssm/src/commands/DeleteDocumentCommand.ts @@ -86,9 +86,6 @@ export class DeleteDocumentCommand extends $Command< DeleteDocumentCommandOutput, SSMClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -102,9 +99,7 @@ export class DeleteDocumentCommand extends $Command< * @public */ constructor(readonly input: DeleteDocumentCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -157,7 +152,4 @@ export class DeleteDocumentCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteDocumentCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ssm/src/commands/DeleteInventoryCommand.ts b/clients/client-ssm/src/commands/DeleteInventoryCommand.ts index c3f9ddc14108..943b7370586f 100644 --- a/clients/client-ssm/src/commands/DeleteInventoryCommand.ts +++ b/clients/client-ssm/src/commands/DeleteInventoryCommand.ts @@ -102,9 +102,6 @@ export class DeleteInventoryCommand extends $Command< DeleteInventoryCommandOutput, SSMClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -118,9 +115,7 @@ export class DeleteInventoryCommand extends $Command< * @public */ constructor(readonly input: DeleteInventoryCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -173,7 +168,4 @@ export class DeleteInventoryCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteInventoryCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ssm/src/commands/DeleteMaintenanceWindowCommand.ts b/clients/client-ssm/src/commands/DeleteMaintenanceWindowCommand.ts index 22d1062da9d7..55a7924676fd 100644 --- a/clients/client-ssm/src/commands/DeleteMaintenanceWindowCommand.ts +++ b/clients/client-ssm/src/commands/DeleteMaintenanceWindowCommand.ts @@ -73,9 +73,6 @@ export class DeleteMaintenanceWindowCommand extends $Command< DeleteMaintenanceWindowCommandOutput, SSMClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -89,9 +86,7 @@ export class DeleteMaintenanceWindowCommand extends $Command< * @public */ constructor(readonly input: DeleteMaintenanceWindowCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -144,7 +139,4 @@ export class DeleteMaintenanceWindowCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteMaintenanceWindowCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ssm/src/commands/DeleteOpsItemCommand.ts b/clients/client-ssm/src/commands/DeleteOpsItemCommand.ts index 1d3d7a8486de..26b900f8975f 100644 --- a/clients/client-ssm/src/commands/DeleteOpsItemCommand.ts +++ b/clients/client-ssm/src/commands/DeleteOpsItemCommand.ts @@ -102,9 +102,6 @@ export class DeleteOpsItemCommand extends $Command< DeleteOpsItemCommandOutput, SSMClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -118,9 +115,7 @@ export class DeleteOpsItemCommand extends $Command< * @public */ constructor(readonly input: DeleteOpsItemCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -171,7 +166,4 @@ export class DeleteOpsItemCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteOpsItemCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ssm/src/commands/DeleteOpsMetadataCommand.ts b/clients/client-ssm/src/commands/DeleteOpsMetadataCommand.ts index fa4e97d23a46..3f9059974f0e 100644 --- a/clients/client-ssm/src/commands/DeleteOpsMetadataCommand.ts +++ b/clients/client-ssm/src/commands/DeleteOpsMetadataCommand.ts @@ -77,9 +77,6 @@ export class DeleteOpsMetadataCommand extends $Command< DeleteOpsMetadataCommandOutput, SSMClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -93,9 +90,7 @@ export class DeleteOpsMetadataCommand extends $Command< * @public */ constructor(readonly input: DeleteOpsMetadataCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -148,7 +143,4 @@ export class DeleteOpsMetadataCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteOpsMetadataCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ssm/src/commands/DeleteParameterCommand.ts b/clients/client-ssm/src/commands/DeleteParameterCommand.ts index 1d3eadde7a29..24adb23e649b 100644 --- a/clients/client-ssm/src/commands/DeleteParameterCommand.ts +++ b/clients/client-ssm/src/commands/DeleteParameterCommand.ts @@ -75,9 +75,6 @@ export class DeleteParameterCommand extends $Command< DeleteParameterCommandOutput, SSMClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -91,9 +88,7 @@ export class DeleteParameterCommand extends $Command< * @public */ constructor(readonly input: DeleteParameterCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -146,7 +141,4 @@ export class DeleteParameterCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteParameterCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ssm/src/commands/DeleteParametersCommand.ts b/clients/client-ssm/src/commands/DeleteParametersCommand.ts index 5258e254f0b1..3bd263422d0e 100644 --- a/clients/client-ssm/src/commands/DeleteParametersCommand.ts +++ b/clients/client-ssm/src/commands/DeleteParametersCommand.ts @@ -81,9 +81,6 @@ export class DeleteParametersCommand extends $Command< DeleteParametersCommandOutput, SSMClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -97,9 +94,7 @@ export class DeleteParametersCommand extends $Command< * @public */ constructor(readonly input: DeleteParametersCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -152,7 +147,4 @@ export class DeleteParametersCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteParametersCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ssm/src/commands/DeletePatchBaselineCommand.ts b/clients/client-ssm/src/commands/DeletePatchBaselineCommand.ts index 4f472bdb28a4..10ecf5e2958a 100644 --- a/clients/client-ssm/src/commands/DeletePatchBaselineCommand.ts +++ b/clients/client-ssm/src/commands/DeletePatchBaselineCommand.ts @@ -77,9 +77,6 @@ export class DeletePatchBaselineCommand extends $Command< DeletePatchBaselineCommandOutput, SSMClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -93,9 +90,7 @@ export class DeletePatchBaselineCommand extends $Command< * @public */ constructor(readonly input: DeletePatchBaselineCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -148,7 +143,4 @@ export class DeletePatchBaselineCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeletePatchBaselineCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ssm/src/commands/DeleteResourceDataSyncCommand.ts b/clients/client-ssm/src/commands/DeleteResourceDataSyncCommand.ts index eec8c44a9316..b05760daa916 100644 --- a/clients/client-ssm/src/commands/DeleteResourceDataSyncCommand.ts +++ b/clients/client-ssm/src/commands/DeleteResourceDataSyncCommand.ts @@ -80,9 +80,6 @@ export class DeleteResourceDataSyncCommand extends $Command< DeleteResourceDataSyncCommandOutput, SSMClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -96,9 +93,7 @@ export class DeleteResourceDataSyncCommand extends $Command< * @public */ constructor(readonly input: DeleteResourceDataSyncCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -151,7 +146,4 @@ export class DeleteResourceDataSyncCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteResourceDataSyncCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ssm/src/commands/DeleteResourcePolicyCommand.ts b/clients/client-ssm/src/commands/DeleteResourcePolicyCommand.ts index a22eed958254..09221d37dd37 100644 --- a/clients/client-ssm/src/commands/DeleteResourcePolicyCommand.ts +++ b/clients/client-ssm/src/commands/DeleteResourcePolicyCommand.ts @@ -85,9 +85,6 @@ export class DeleteResourcePolicyCommand extends $Command< DeleteResourcePolicyCommandOutput, SSMClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -101,9 +98,7 @@ export class DeleteResourcePolicyCommand extends $Command< * @public */ constructor(readonly input: DeleteResourcePolicyCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -156,7 +151,4 @@ export class DeleteResourcePolicyCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteResourcePolicyCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ssm/src/commands/DeregisterManagedInstanceCommand.ts b/clients/client-ssm/src/commands/DeregisterManagedInstanceCommand.ts index a5ec37710817..6d8859054cc0 100644 --- a/clients/client-ssm/src/commands/DeregisterManagedInstanceCommand.ts +++ b/clients/client-ssm/src/commands/DeregisterManagedInstanceCommand.ts @@ -93,9 +93,6 @@ export class DeregisterManagedInstanceCommand extends $Command< DeregisterManagedInstanceCommandOutput, SSMClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -109,9 +106,7 @@ export class DeregisterManagedInstanceCommand extends $Command< * @public */ constructor(readonly input: DeregisterManagedInstanceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -167,7 +162,4 @@ export class DeregisterManagedInstanceCommand extends $Command< ): Promise { return de_DeregisterManagedInstanceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ssm/src/commands/DeregisterPatchBaselineForPatchGroupCommand.ts b/clients/client-ssm/src/commands/DeregisterPatchBaselineForPatchGroupCommand.ts index dc7d1d5130ab..08321a43f807 100644 --- a/clients/client-ssm/src/commands/DeregisterPatchBaselineForPatchGroupCommand.ts +++ b/clients/client-ssm/src/commands/DeregisterPatchBaselineForPatchGroupCommand.ts @@ -86,9 +86,6 @@ export class DeregisterPatchBaselineForPatchGroupCommand extends $Command< DeregisterPatchBaselineForPatchGroupCommandOutput, SSMClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -102,9 +99,7 @@ export class DeregisterPatchBaselineForPatchGroupCommand extends $Command< * @public */ constructor(readonly input: DeregisterPatchBaselineForPatchGroupCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -163,7 +158,4 @@ export class DeregisterPatchBaselineForPatchGroupCommand extends $Command< ): Promise { return de_DeregisterPatchBaselineForPatchGroupCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ssm/src/commands/DeregisterTargetFromMaintenanceWindowCommand.ts b/clients/client-ssm/src/commands/DeregisterTargetFromMaintenanceWindowCommand.ts index 8108e25b5c4c..c6a235d4d769 100644 --- a/clients/client-ssm/src/commands/DeregisterTargetFromMaintenanceWindowCommand.ts +++ b/clients/client-ssm/src/commands/DeregisterTargetFromMaintenanceWindowCommand.ts @@ -95,9 +95,6 @@ export class DeregisterTargetFromMaintenanceWindowCommand extends $Command< DeregisterTargetFromMaintenanceWindowCommandOutput, SSMClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -111,9 +108,7 @@ export class DeregisterTargetFromMaintenanceWindowCommand extends $Command< * @public */ constructor(readonly input: DeregisterTargetFromMaintenanceWindowCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -172,7 +167,4 @@ export class DeregisterTargetFromMaintenanceWindowCommand extends $Command< ): Promise { return de_DeregisterTargetFromMaintenanceWindowCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ssm/src/commands/DeregisterTaskFromMaintenanceWindowCommand.ts b/clients/client-ssm/src/commands/DeregisterTaskFromMaintenanceWindowCommand.ts index 72e2dce4cd26..db9f8369e4ce 100644 --- a/clients/client-ssm/src/commands/DeregisterTaskFromMaintenanceWindowCommand.ts +++ b/clients/client-ssm/src/commands/DeregisterTaskFromMaintenanceWindowCommand.ts @@ -89,9 +89,6 @@ export class DeregisterTaskFromMaintenanceWindowCommand extends $Command< DeregisterTaskFromMaintenanceWindowCommandOutput, SSMClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -105,9 +102,7 @@ export class DeregisterTaskFromMaintenanceWindowCommand extends $Command< * @public */ constructor(readonly input: DeregisterTaskFromMaintenanceWindowCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -166,7 +161,4 @@ export class DeregisterTaskFromMaintenanceWindowCommand extends $Command< ): Promise { return de_DeregisterTaskFromMaintenanceWindowCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ssm/src/commands/DescribeActivationsCommand.ts b/clients/client-ssm/src/commands/DescribeActivationsCommand.ts index d3b14eda4f38..47c2830cd01b 100644 --- a/clients/client-ssm/src/commands/DescribeActivationsCommand.ts +++ b/clients/client-ssm/src/commands/DescribeActivationsCommand.ts @@ -110,9 +110,6 @@ export class DescribeActivationsCommand extends $Command< DescribeActivationsCommandOutput, SSMClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -126,9 +123,7 @@ export class DescribeActivationsCommand extends $Command< * @public */ constructor(readonly input: DescribeActivationsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -181,7 +176,4 @@ export class DescribeActivationsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DescribeActivationsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ssm/src/commands/DescribeAssociationCommand.ts b/clients/client-ssm/src/commands/DescribeAssociationCommand.ts index 78faf70555a0..48569fdeb77e 100644 --- a/clients/client-ssm/src/commands/DescribeAssociationCommand.ts +++ b/clients/client-ssm/src/commands/DescribeAssociationCommand.ts @@ -210,9 +210,6 @@ export class DescribeAssociationCommand extends $Command< DescribeAssociationCommandOutput, SSMClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -226,9 +223,7 @@ export class DescribeAssociationCommand extends $Command< * @public */ constructor(readonly input: DescribeAssociationCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -281,7 +276,4 @@ export class DescribeAssociationCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DescribeAssociationCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ssm/src/commands/DescribeAssociationExecutionTargetsCommand.ts b/clients/client-ssm/src/commands/DescribeAssociationExecutionTargetsCommand.ts index b3680091b1eb..66c815e3f7e9 100644 --- a/clients/client-ssm/src/commands/DescribeAssociationExecutionTargetsCommand.ts +++ b/clients/client-ssm/src/commands/DescribeAssociationExecutionTargetsCommand.ts @@ -115,9 +115,6 @@ export class DescribeAssociationExecutionTargetsCommand extends $Command< DescribeAssociationExecutionTargetsCommandOutput, SSMClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -131,9 +128,7 @@ export class DescribeAssociationExecutionTargetsCommand extends $Command< * @public */ constructor(readonly input: DescribeAssociationExecutionTargetsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -192,7 +187,4 @@ export class DescribeAssociationExecutionTargetsCommand extends $Command< ): Promise { return de_DescribeAssociationExecutionTargetsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ssm/src/commands/DescribeAssociationExecutionsCommand.ts b/clients/client-ssm/src/commands/DescribeAssociationExecutionsCommand.ts index 888ff71a36b6..22dff054dc7b 100644 --- a/clients/client-ssm/src/commands/DescribeAssociationExecutionsCommand.ts +++ b/clients/client-ssm/src/commands/DescribeAssociationExecutionsCommand.ts @@ -119,9 +119,6 @@ export class DescribeAssociationExecutionsCommand extends $Command< DescribeAssociationExecutionsCommandOutput, SSMClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -135,9 +132,7 @@ export class DescribeAssociationExecutionsCommand extends $Command< * @public */ constructor(readonly input: DescribeAssociationExecutionsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -193,7 +188,4 @@ export class DescribeAssociationExecutionsCommand extends $Command< ): Promise { return de_DescribeAssociationExecutionsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ssm/src/commands/DescribeAutomationExecutionsCommand.ts b/clients/client-ssm/src/commands/DescribeAutomationExecutionsCommand.ts index efdcb54471a7..d9fd19116ecf 100644 --- a/clients/client-ssm/src/commands/DescribeAutomationExecutionsCommand.ts +++ b/clients/client-ssm/src/commands/DescribeAutomationExecutionsCommand.ts @@ -213,9 +213,6 @@ export class DescribeAutomationExecutionsCommand extends $Command< DescribeAutomationExecutionsCommandOutput, SSMClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -229,9 +226,7 @@ export class DescribeAutomationExecutionsCommand extends $Command< * @public */ constructor(readonly input: DescribeAutomationExecutionsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -287,7 +282,4 @@ export class DescribeAutomationExecutionsCommand extends $Command< ): Promise { return de_DescribeAutomationExecutionsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ssm/src/commands/DescribeAutomationStepExecutionsCommand.ts b/clients/client-ssm/src/commands/DescribeAutomationStepExecutionsCommand.ts index 139323f81590..5e65bf011dcf 100644 --- a/clients/client-ssm/src/commands/DescribeAutomationStepExecutionsCommand.ts +++ b/clients/client-ssm/src/commands/DescribeAutomationStepExecutionsCommand.ts @@ -180,9 +180,6 @@ export class DescribeAutomationStepExecutionsCommand extends $Command< DescribeAutomationStepExecutionsCommandOutput, SSMClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -196,9 +193,7 @@ export class DescribeAutomationStepExecutionsCommand extends $Command< * @public */ constructor(readonly input: DescribeAutomationStepExecutionsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -257,7 +252,4 @@ export class DescribeAutomationStepExecutionsCommand extends $Command< ): Promise { return de_DescribeAutomationStepExecutionsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ssm/src/commands/DescribeAvailablePatchesCommand.ts b/clients/client-ssm/src/commands/DescribeAvailablePatchesCommand.ts index 821866ca217c..85dfbd5bbced 100644 --- a/clients/client-ssm/src/commands/DescribeAvailablePatchesCommand.ts +++ b/clients/client-ssm/src/commands/DescribeAvailablePatchesCommand.ts @@ -115,9 +115,6 @@ export class DescribeAvailablePatchesCommand extends $Command< DescribeAvailablePatchesCommandOutput, SSMClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -131,9 +128,7 @@ export class DescribeAvailablePatchesCommand extends $Command< * @public */ constructor(readonly input: DescribeAvailablePatchesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -186,7 +181,4 @@ export class DescribeAvailablePatchesCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DescribeAvailablePatchesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ssm/src/commands/DescribeDocumentCommand.ts b/clients/client-ssm/src/commands/DescribeDocumentCommand.ts index 052a9861426c..40706ed01ade 100644 --- a/clients/client-ssm/src/commands/DescribeDocumentCommand.ts +++ b/clients/client-ssm/src/commands/DescribeDocumentCommand.ts @@ -147,9 +147,6 @@ export class DescribeDocumentCommand extends $Command< DescribeDocumentCommandOutput, SSMClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -163,9 +160,7 @@ export class DescribeDocumentCommand extends $Command< * @public */ constructor(readonly input: DescribeDocumentCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -218,7 +213,4 @@ export class DescribeDocumentCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DescribeDocumentCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ssm/src/commands/DescribeDocumentPermissionCommand.ts b/clients/client-ssm/src/commands/DescribeDocumentPermissionCommand.ts index 90a93cd9d12b..f5eca2038491 100644 --- a/clients/client-ssm/src/commands/DescribeDocumentPermissionCommand.ts +++ b/clients/client-ssm/src/commands/DescribeDocumentPermissionCommand.ts @@ -101,9 +101,6 @@ export class DescribeDocumentPermissionCommand extends $Command< DescribeDocumentPermissionCommandOutput, SSMClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -117,9 +114,7 @@ export class DescribeDocumentPermissionCommand extends $Command< * @public */ constructor(readonly input: DescribeDocumentPermissionCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -175,7 +170,4 @@ export class DescribeDocumentPermissionCommand extends $Command< ): Promise { return de_DescribeDocumentPermissionCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ssm/src/commands/DescribeEffectiveInstanceAssociationsCommand.ts b/clients/client-ssm/src/commands/DescribeEffectiveInstanceAssociationsCommand.ts index 5dc15ef9572a..a5db57537e51 100644 --- a/clients/client-ssm/src/commands/DescribeEffectiveInstanceAssociationsCommand.ts +++ b/clients/client-ssm/src/commands/DescribeEffectiveInstanceAssociationsCommand.ts @@ -115,9 +115,6 @@ export class DescribeEffectiveInstanceAssociationsCommand extends $Command< DescribeEffectiveInstanceAssociationsCommandOutput, SSMClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -131,9 +128,7 @@ export class DescribeEffectiveInstanceAssociationsCommand extends $Command< * @public */ constructor(readonly input: DescribeEffectiveInstanceAssociationsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -192,7 +187,4 @@ export class DescribeEffectiveInstanceAssociationsCommand extends $Command< ): Promise { return de_DescribeEffectiveInstanceAssociationsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ssm/src/commands/DescribeEffectivePatchesForPatchBaselineCommand.ts b/clients/client-ssm/src/commands/DescribeEffectivePatchesForPatchBaselineCommand.ts index d4edd8fa243d..9a906fc931a1 100644 --- a/clients/client-ssm/src/commands/DescribeEffectivePatchesForPatchBaselineCommand.ts +++ b/clients/client-ssm/src/commands/DescribeEffectivePatchesForPatchBaselineCommand.ts @@ -138,9 +138,6 @@ export class DescribeEffectivePatchesForPatchBaselineCommand extends $Command< DescribeEffectivePatchesForPatchBaselineCommandOutput, SSMClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -154,9 +151,7 @@ export class DescribeEffectivePatchesForPatchBaselineCommand extends $Command< * @public */ constructor(readonly input: DescribeEffectivePatchesForPatchBaselineCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -221,7 +216,4 @@ export class DescribeEffectivePatchesForPatchBaselineCommand extends $Command< ): Promise { return de_DescribeEffectivePatchesForPatchBaselineCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ssm/src/commands/DescribeInstanceAssociationsStatusCommand.ts b/clients/client-ssm/src/commands/DescribeInstanceAssociationsStatusCommand.ts index c6ed7a3fba70..7bed18b1dee6 100644 --- a/clients/client-ssm/src/commands/DescribeInstanceAssociationsStatusCommand.ts +++ b/clients/client-ssm/src/commands/DescribeInstanceAssociationsStatusCommand.ts @@ -126,9 +126,6 @@ export class DescribeInstanceAssociationsStatusCommand extends $Command< DescribeInstanceAssociationsStatusCommandOutput, SSMClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -142,9 +139,7 @@ export class DescribeInstanceAssociationsStatusCommand extends $Command< * @public */ constructor(readonly input: DescribeInstanceAssociationsStatusCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -203,7 +198,4 @@ export class DescribeInstanceAssociationsStatusCommand extends $Command< ): Promise { return de_DescribeInstanceAssociationsStatusCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ssm/src/commands/DescribeInstanceInformationCommand.ts b/clients/client-ssm/src/commands/DescribeInstanceInformationCommand.ts index 4ca80c1daa8e..31fece2bdce6 100644 --- a/clients/client-ssm/src/commands/DescribeInstanceInformationCommand.ts +++ b/clients/client-ssm/src/commands/DescribeInstanceInformationCommand.ts @@ -158,9 +158,6 @@ export class DescribeInstanceInformationCommand extends $Command< DescribeInstanceInformationCommandOutput, SSMClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -174,9 +171,7 @@ export class DescribeInstanceInformationCommand extends $Command< * @public */ constructor(readonly input: DescribeInstanceInformationCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -232,7 +227,4 @@ export class DescribeInstanceInformationCommand extends $Command< ): Promise { return de_DescribeInstanceInformationCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ssm/src/commands/DescribeInstancePatchStatesCommand.ts b/clients/client-ssm/src/commands/DescribeInstancePatchStatesCommand.ts index 875b0defaccf..115753ba449e 100644 --- a/clients/client-ssm/src/commands/DescribeInstancePatchStatesCommand.ts +++ b/clients/client-ssm/src/commands/DescribeInstancePatchStatesCommand.ts @@ -110,9 +110,6 @@ export class DescribeInstancePatchStatesCommand extends $Command< DescribeInstancePatchStatesCommandOutput, SSMClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -126,9 +123,7 @@ export class DescribeInstancePatchStatesCommand extends $Command< * @public */ constructor(readonly input: DescribeInstancePatchStatesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -184,7 +179,4 @@ export class DescribeInstancePatchStatesCommand extends $Command< ): Promise { return de_DescribeInstancePatchStatesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ssm/src/commands/DescribeInstancePatchStatesForPatchGroupCommand.ts b/clients/client-ssm/src/commands/DescribeInstancePatchStatesForPatchGroupCommand.ts index 44f945a3a945..f9f5a568c05e 100644 --- a/clients/client-ssm/src/commands/DescribeInstancePatchStatesForPatchGroupCommand.ts +++ b/clients/client-ssm/src/commands/DescribeInstancePatchStatesForPatchGroupCommand.ts @@ -127,9 +127,6 @@ export class DescribeInstancePatchStatesForPatchGroupCommand extends $Command< DescribeInstancePatchStatesForPatchGroupCommandOutput, SSMClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -143,9 +140,7 @@ export class DescribeInstancePatchStatesForPatchGroupCommand extends $Command< * @public */ constructor(readonly input: DescribeInstancePatchStatesForPatchGroupCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -210,7 +205,4 @@ export class DescribeInstancePatchStatesForPatchGroupCommand extends $Command< ): Promise { return de_DescribeInstancePatchStatesForPatchGroupCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ssm/src/commands/DescribeInstancePatchesCommand.ts b/clients/client-ssm/src/commands/DescribeInstancePatchesCommand.ts index 951c362e52f5..6f32bce92edd 100644 --- a/clients/client-ssm/src/commands/DescribeInstancePatchesCommand.ts +++ b/clients/client-ssm/src/commands/DescribeInstancePatchesCommand.ts @@ -121,9 +121,6 @@ export class DescribeInstancePatchesCommand extends $Command< DescribeInstancePatchesCommandOutput, SSMClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -137,9 +134,7 @@ export class DescribeInstancePatchesCommand extends $Command< * @public */ constructor(readonly input: DescribeInstancePatchesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -192,7 +187,4 @@ export class DescribeInstancePatchesCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DescribeInstancePatchesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ssm/src/commands/DescribeInventoryDeletionsCommand.ts b/clients/client-ssm/src/commands/DescribeInventoryDeletionsCommand.ts index e36358f5853a..d75d699a18e0 100644 --- a/clients/client-ssm/src/commands/DescribeInventoryDeletionsCommand.ts +++ b/clients/client-ssm/src/commands/DescribeInventoryDeletionsCommand.ts @@ -103,9 +103,6 @@ export class DescribeInventoryDeletionsCommand extends $Command< DescribeInventoryDeletionsCommandOutput, SSMClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -119,9 +116,7 @@ export class DescribeInventoryDeletionsCommand extends $Command< * @public */ constructor(readonly input: DescribeInventoryDeletionsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -177,7 +172,4 @@ export class DescribeInventoryDeletionsCommand extends $Command< ): Promise { return de_DescribeInventoryDeletionsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ssm/src/commands/DescribeMaintenanceWindowExecutionTaskInvocationsCommand.ts b/clients/client-ssm/src/commands/DescribeMaintenanceWindowExecutionTaskInvocationsCommand.ts index 784c9e9eb62d..bc6ffc84deb8 100644 --- a/clients/client-ssm/src/commands/DescribeMaintenanceWindowExecutionTaskInvocationsCommand.ts +++ b/clients/client-ssm/src/commands/DescribeMaintenanceWindowExecutionTaskInvocationsCommand.ts @@ -117,9 +117,6 @@ export class DescribeMaintenanceWindowExecutionTaskInvocationsCommand extends $C DescribeMaintenanceWindowExecutionTaskInvocationsCommandOutput, SSMClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -133,9 +130,7 @@ export class DescribeMaintenanceWindowExecutionTaskInvocationsCommand extends $C * @public */ constructor(readonly input: DescribeMaintenanceWindowExecutionTaskInvocationsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -200,7 +195,4 @@ export class DescribeMaintenanceWindowExecutionTaskInvocationsCommand extends $C ): Promise { return de_DescribeMaintenanceWindowExecutionTaskInvocationsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ssm/src/commands/DescribeMaintenanceWindowExecutionTasksCommand.ts b/clients/client-ssm/src/commands/DescribeMaintenanceWindowExecutionTasksCommand.ts index f1c766574562..e406569a3e7f 100644 --- a/clients/client-ssm/src/commands/DescribeMaintenanceWindowExecutionTasksCommand.ts +++ b/clients/client-ssm/src/commands/DescribeMaintenanceWindowExecutionTasksCommand.ts @@ -124,9 +124,6 @@ export class DescribeMaintenanceWindowExecutionTasksCommand extends $Command< DescribeMaintenanceWindowExecutionTasksCommandOutput, SSMClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -140,9 +137,7 @@ export class DescribeMaintenanceWindowExecutionTasksCommand extends $Command< * @public */ constructor(readonly input: DescribeMaintenanceWindowExecutionTasksCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -207,7 +202,4 @@ export class DescribeMaintenanceWindowExecutionTasksCommand extends $Command< ): Promise { return de_DescribeMaintenanceWindowExecutionTasksCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ssm/src/commands/DescribeMaintenanceWindowExecutionsCommand.ts b/clients/client-ssm/src/commands/DescribeMaintenanceWindowExecutionsCommand.ts index 9dc563ed85ab..55b53a1ce23d 100644 --- a/clients/client-ssm/src/commands/DescribeMaintenanceWindowExecutionsCommand.ts +++ b/clients/client-ssm/src/commands/DescribeMaintenanceWindowExecutionsCommand.ts @@ -103,9 +103,6 @@ export class DescribeMaintenanceWindowExecutionsCommand extends $Command< DescribeMaintenanceWindowExecutionsCommandOutput, SSMClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -119,9 +116,7 @@ export class DescribeMaintenanceWindowExecutionsCommand extends $Command< * @public */ constructor(readonly input: DescribeMaintenanceWindowExecutionsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -180,7 +175,4 @@ export class DescribeMaintenanceWindowExecutionsCommand extends $Command< ): Promise { return de_DescribeMaintenanceWindowExecutionsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ssm/src/commands/DescribeMaintenanceWindowScheduleCommand.ts b/clients/client-ssm/src/commands/DescribeMaintenanceWindowScheduleCommand.ts index 729008394da6..4ca06638b549 100644 --- a/clients/client-ssm/src/commands/DescribeMaintenanceWindowScheduleCommand.ts +++ b/clients/client-ssm/src/commands/DescribeMaintenanceWindowScheduleCommand.ts @@ -110,9 +110,6 @@ export class DescribeMaintenanceWindowScheduleCommand extends $Command< DescribeMaintenanceWindowScheduleCommandOutput, SSMClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -126,9 +123,7 @@ export class DescribeMaintenanceWindowScheduleCommand extends $Command< * @public */ constructor(readonly input: DescribeMaintenanceWindowScheduleCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -187,7 +182,4 @@ export class DescribeMaintenanceWindowScheduleCommand extends $Command< ): Promise { return de_DescribeMaintenanceWindowScheduleCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ssm/src/commands/DescribeMaintenanceWindowTargetsCommand.ts b/clients/client-ssm/src/commands/DescribeMaintenanceWindowTargetsCommand.ts index 99825fff190e..2579c4851c6f 100644 --- a/clients/client-ssm/src/commands/DescribeMaintenanceWindowTargetsCommand.ts +++ b/clients/client-ssm/src/commands/DescribeMaintenanceWindowTargetsCommand.ts @@ -116,9 +116,6 @@ export class DescribeMaintenanceWindowTargetsCommand extends $Command< DescribeMaintenanceWindowTargetsCommandOutput, SSMClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -132,9 +129,7 @@ export class DescribeMaintenanceWindowTargetsCommand extends $Command< * @public */ constructor(readonly input: DescribeMaintenanceWindowTargetsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -193,7 +188,4 @@ export class DescribeMaintenanceWindowTargetsCommand extends $Command< ): Promise { return de_DescribeMaintenanceWindowTargetsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ssm/src/commands/DescribeMaintenanceWindowTasksCommand.ts b/clients/client-ssm/src/commands/DescribeMaintenanceWindowTasksCommand.ts index 4a76ec475a45..3c2c26aa2102 100644 --- a/clients/client-ssm/src/commands/DescribeMaintenanceWindowTasksCommand.ts +++ b/clients/client-ssm/src/commands/DescribeMaintenanceWindowTasksCommand.ts @@ -147,9 +147,6 @@ export class DescribeMaintenanceWindowTasksCommand extends $Command< DescribeMaintenanceWindowTasksCommandOutput, SSMClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -163,9 +160,7 @@ export class DescribeMaintenanceWindowTasksCommand extends $Command< * @public */ constructor(readonly input: DescribeMaintenanceWindowTasksCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -224,7 +219,4 @@ export class DescribeMaintenanceWindowTasksCommand extends $Command< ): Promise { return de_DescribeMaintenanceWindowTasksCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ssm/src/commands/DescribeMaintenanceWindowsCommand.ts b/clients/client-ssm/src/commands/DescribeMaintenanceWindowsCommand.ts index f1e0e3cd19c9..dc4185ee252d 100644 --- a/clients/client-ssm/src/commands/DescribeMaintenanceWindowsCommand.ts +++ b/clients/client-ssm/src/commands/DescribeMaintenanceWindowsCommand.ts @@ -102,9 +102,6 @@ export class DescribeMaintenanceWindowsCommand extends $Command< DescribeMaintenanceWindowsCommandOutput, SSMClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -118,9 +115,7 @@ export class DescribeMaintenanceWindowsCommand extends $Command< * @public */ constructor(readonly input: DescribeMaintenanceWindowsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -176,7 +171,4 @@ export class DescribeMaintenanceWindowsCommand extends $Command< ): Promise { return de_DescribeMaintenanceWindowsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ssm/src/commands/DescribeMaintenanceWindowsForTargetCommand.ts b/clients/client-ssm/src/commands/DescribeMaintenanceWindowsForTargetCommand.ts index 97bbf2bcdb6e..cdd652c5391a 100644 --- a/clients/client-ssm/src/commands/DescribeMaintenanceWindowsForTargetCommand.ts +++ b/clients/client-ssm/src/commands/DescribeMaintenanceWindowsForTargetCommand.ts @@ -98,9 +98,6 @@ export class DescribeMaintenanceWindowsForTargetCommand extends $Command< DescribeMaintenanceWindowsForTargetCommandOutput, SSMClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -114,9 +111,7 @@ export class DescribeMaintenanceWindowsForTargetCommand extends $Command< * @public */ constructor(readonly input: DescribeMaintenanceWindowsForTargetCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -175,7 +170,4 @@ export class DescribeMaintenanceWindowsForTargetCommand extends $Command< ): Promise { return de_DescribeMaintenanceWindowsForTargetCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ssm/src/commands/DescribeOpsItemsCommand.ts b/clients/client-ssm/src/commands/DescribeOpsItemsCommand.ts index c6840c63d273..486db46cfd78 100644 --- a/clients/client-ssm/src/commands/DescribeOpsItemsCommand.ts +++ b/clients/client-ssm/src/commands/DescribeOpsItemsCommand.ts @@ -114,9 +114,6 @@ export class DescribeOpsItemsCommand extends $Command< DescribeOpsItemsCommandOutput, SSMClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -130,9 +127,7 @@ export class DescribeOpsItemsCommand extends $Command< * @public */ constructor(readonly input: DescribeOpsItemsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -185,7 +180,4 @@ export class DescribeOpsItemsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DescribeOpsItemsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ssm/src/commands/DescribeParametersCommand.ts b/clients/client-ssm/src/commands/DescribeParametersCommand.ts index 4aefe076a297..1a2cf74278cf 100644 --- a/clients/client-ssm/src/commands/DescribeParametersCommand.ts +++ b/clients/client-ssm/src/commands/DescribeParametersCommand.ts @@ -137,9 +137,6 @@ export class DescribeParametersCommand extends $Command< DescribeParametersCommandOutput, SSMClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -153,9 +150,7 @@ export class DescribeParametersCommand extends $Command< * @public */ constructor(readonly input: DescribeParametersCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -208,7 +203,4 @@ export class DescribeParametersCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DescribeParametersCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ssm/src/commands/DescribePatchBaselinesCommand.ts b/clients/client-ssm/src/commands/DescribePatchBaselinesCommand.ts index 90c8bd5b932f..f0181d09ac22 100644 --- a/clients/client-ssm/src/commands/DescribePatchBaselinesCommand.ts +++ b/clients/client-ssm/src/commands/DescribePatchBaselinesCommand.ts @@ -91,9 +91,6 @@ export class DescribePatchBaselinesCommand extends $Command< DescribePatchBaselinesCommandOutput, SSMClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -107,9 +104,7 @@ export class DescribePatchBaselinesCommand extends $Command< * @public */ constructor(readonly input: DescribePatchBaselinesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -162,7 +157,4 @@ export class DescribePatchBaselinesCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DescribePatchBaselinesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ssm/src/commands/DescribePatchGroupStateCommand.ts b/clients/client-ssm/src/commands/DescribePatchGroupStateCommand.ts index beb0da3b52e7..bb2a9ccee7cb 100644 --- a/clients/client-ssm/src/commands/DescribePatchGroupStateCommand.ts +++ b/clients/client-ssm/src/commands/DescribePatchGroupStateCommand.ts @@ -87,9 +87,6 @@ export class DescribePatchGroupStateCommand extends $Command< DescribePatchGroupStateCommandOutput, SSMClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -103,9 +100,7 @@ export class DescribePatchGroupStateCommand extends $Command< * @public */ constructor(readonly input: DescribePatchGroupStateCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -158,7 +153,4 @@ export class DescribePatchGroupStateCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DescribePatchGroupStateCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ssm/src/commands/DescribePatchGroupsCommand.ts b/clients/client-ssm/src/commands/DescribePatchGroupsCommand.ts index 4c668d3df0d5..51a19cedeb95 100644 --- a/clients/client-ssm/src/commands/DescribePatchGroupsCommand.ts +++ b/clients/client-ssm/src/commands/DescribePatchGroupsCommand.ts @@ -94,9 +94,6 @@ export class DescribePatchGroupsCommand extends $Command< DescribePatchGroupsCommandOutput, SSMClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -110,9 +107,7 @@ export class DescribePatchGroupsCommand extends $Command< * @public */ constructor(readonly input: DescribePatchGroupsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -165,7 +160,4 @@ export class DescribePatchGroupsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DescribePatchGroupsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ssm/src/commands/DescribePatchPropertiesCommand.ts b/clients/client-ssm/src/commands/DescribePatchPropertiesCommand.ts index b07890b46568..348f7f57844d 100644 --- a/clients/client-ssm/src/commands/DescribePatchPropertiesCommand.ts +++ b/clients/client-ssm/src/commands/DescribePatchPropertiesCommand.ts @@ -145,9 +145,6 @@ export class DescribePatchPropertiesCommand extends $Command< DescribePatchPropertiesCommandOutput, SSMClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -161,9 +158,7 @@ export class DescribePatchPropertiesCommand extends $Command< * @public */ constructor(readonly input: DescribePatchPropertiesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -216,7 +211,4 @@ export class DescribePatchPropertiesCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DescribePatchPropertiesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ssm/src/commands/DescribeSessionsCommand.ts b/clients/client-ssm/src/commands/DescribeSessionsCommand.ts index 790d83a68419..3a3ce37136f0 100644 --- a/clients/client-ssm/src/commands/DescribeSessionsCommand.ts +++ b/clients/client-ssm/src/commands/DescribeSessionsCommand.ts @@ -106,9 +106,6 @@ export class DescribeSessionsCommand extends $Command< DescribeSessionsCommandOutput, SSMClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -122,9 +119,7 @@ export class DescribeSessionsCommand extends $Command< * @public */ constructor(readonly input: DescribeSessionsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -177,7 +172,4 @@ export class DescribeSessionsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DescribeSessionsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ssm/src/commands/DisassociateOpsItemRelatedItemCommand.ts b/clients/client-ssm/src/commands/DisassociateOpsItemRelatedItemCommand.ts index fb850b607322..eef567c93be0 100644 --- a/clients/client-ssm/src/commands/DisassociateOpsItemRelatedItemCommand.ts +++ b/clients/client-ssm/src/commands/DisassociateOpsItemRelatedItemCommand.ts @@ -93,9 +93,6 @@ export class DisassociateOpsItemRelatedItemCommand extends $Command< DisassociateOpsItemRelatedItemCommandOutput, SSMClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -109,9 +106,7 @@ export class DisassociateOpsItemRelatedItemCommand extends $Command< * @public */ constructor(readonly input: DisassociateOpsItemRelatedItemCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -170,7 +165,4 @@ export class DisassociateOpsItemRelatedItemCommand extends $Command< ): Promise { return de_DisassociateOpsItemRelatedItemCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ssm/src/commands/GetAutomationExecutionCommand.ts b/clients/client-ssm/src/commands/GetAutomationExecutionCommand.ts index d405a863f8c9..ee7e8b6d93de 100644 --- a/clients/client-ssm/src/commands/GetAutomationExecutionCommand.ts +++ b/clients/client-ssm/src/commands/GetAutomationExecutionCommand.ts @@ -263,9 +263,6 @@ export class GetAutomationExecutionCommand extends $Command< GetAutomationExecutionCommandOutput, SSMClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -279,9 +276,7 @@ export class GetAutomationExecutionCommand extends $Command< * @public */ constructor(readonly input: GetAutomationExecutionCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -334,7 +329,4 @@ export class GetAutomationExecutionCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetAutomationExecutionCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ssm/src/commands/GetCalendarStateCommand.ts b/clients/client-ssm/src/commands/GetCalendarStateCommand.ts index 5e3dd44b438c..2a8c5873adde 100644 --- a/clients/client-ssm/src/commands/GetCalendarStateCommand.ts +++ b/clients/client-ssm/src/commands/GetCalendarStateCommand.ts @@ -96,9 +96,6 @@ export class GetCalendarStateCommand extends $Command< GetCalendarStateCommandOutput, SSMClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -112,9 +109,7 @@ export class GetCalendarStateCommand extends $Command< * @public */ constructor(readonly input: GetCalendarStateCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -167,7 +162,4 @@ export class GetCalendarStateCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetCalendarStateCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ssm/src/commands/GetCommandInvocationCommand.ts b/clients/client-ssm/src/commands/GetCommandInvocationCommand.ts index 620f4f648c1f..0d41884f3520 100644 --- a/clients/client-ssm/src/commands/GetCommandInvocationCommand.ts +++ b/clients/client-ssm/src/commands/GetCommandInvocationCommand.ts @@ -128,9 +128,6 @@ export class GetCommandInvocationCommand extends $Command< GetCommandInvocationCommandOutput, SSMClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -144,9 +141,7 @@ export class GetCommandInvocationCommand extends $Command< * @public */ constructor(readonly input: GetCommandInvocationCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -199,7 +194,4 @@ export class GetCommandInvocationCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetCommandInvocationCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ssm/src/commands/GetConnectionStatusCommand.ts b/clients/client-ssm/src/commands/GetConnectionStatusCommand.ts index db03ab84d16f..6b17c5ee2912 100644 --- a/clients/client-ssm/src/commands/GetConnectionStatusCommand.ts +++ b/clients/client-ssm/src/commands/GetConnectionStatusCommand.ts @@ -75,9 +75,6 @@ export class GetConnectionStatusCommand extends $Command< GetConnectionStatusCommandOutput, SSMClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -91,9 +88,7 @@ export class GetConnectionStatusCommand extends $Command< * @public */ constructor(readonly input: GetConnectionStatusCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -146,7 +141,4 @@ export class GetConnectionStatusCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetConnectionStatusCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ssm/src/commands/GetDefaultPatchBaselineCommand.ts b/clients/client-ssm/src/commands/GetDefaultPatchBaselineCommand.ts index 5933740ee968..9dd036133997 100644 --- a/clients/client-ssm/src/commands/GetDefaultPatchBaselineCommand.ts +++ b/clients/client-ssm/src/commands/GetDefaultPatchBaselineCommand.ts @@ -77,9 +77,6 @@ export class GetDefaultPatchBaselineCommand extends $Command< GetDefaultPatchBaselineCommandOutput, SSMClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -93,9 +90,7 @@ export class GetDefaultPatchBaselineCommand extends $Command< * @public */ constructor(readonly input: GetDefaultPatchBaselineCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -148,7 +143,4 @@ export class GetDefaultPatchBaselineCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetDefaultPatchBaselineCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ssm/src/commands/GetDeployablePatchSnapshotForInstanceCommand.ts b/clients/client-ssm/src/commands/GetDeployablePatchSnapshotForInstanceCommand.ts index eb6174d8ab3c..65deb1732164 100644 --- a/clients/client-ssm/src/commands/GetDeployablePatchSnapshotForInstanceCommand.ts +++ b/clients/client-ssm/src/commands/GetDeployablePatchSnapshotForInstanceCommand.ts @@ -156,9 +156,6 @@ export class GetDeployablePatchSnapshotForInstanceCommand extends $Command< GetDeployablePatchSnapshotForInstanceCommandOutput, SSMClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -172,9 +169,7 @@ export class GetDeployablePatchSnapshotForInstanceCommand extends $Command< * @public */ constructor(readonly input: GetDeployablePatchSnapshotForInstanceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -233,7 +228,4 @@ export class GetDeployablePatchSnapshotForInstanceCommand extends $Command< ): Promise { return de_GetDeployablePatchSnapshotForInstanceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ssm/src/commands/GetDocumentCommand.ts b/clients/client-ssm/src/commands/GetDocumentCommand.ts index 002ab6c326e2..d27c9f89b95a 100644 --- a/clients/client-ssm/src/commands/GetDocumentCommand.ts +++ b/clients/client-ssm/src/commands/GetDocumentCommand.ts @@ -109,9 +109,6 @@ export class GetDocumentCommand extends $Command< GetDocumentCommandOutput, SSMClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -125,9 +122,7 @@ export class GetDocumentCommand extends $Command< * @public */ constructor(readonly input: GetDocumentCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -178,7 +173,4 @@ export class GetDocumentCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetDocumentCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ssm/src/commands/GetInventoryCommand.ts b/clients/client-ssm/src/commands/GetInventoryCommand.ts index 2b9869841dd2..1e956b355dd1 100644 --- a/clients/client-ssm/src/commands/GetInventoryCommand.ts +++ b/clients/client-ssm/src/commands/GetInventoryCommand.ts @@ -159,9 +159,6 @@ export class GetInventoryCommand extends $Command< GetInventoryCommandOutput, SSMClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -175,9 +172,7 @@ export class GetInventoryCommand extends $Command< * @public */ constructor(readonly input: GetInventoryCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -228,7 +223,4 @@ export class GetInventoryCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetInventoryCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ssm/src/commands/GetInventorySchemaCommand.ts b/clients/client-ssm/src/commands/GetInventorySchemaCommand.ts index e22a55b20fdb..7881a7092f9c 100644 --- a/clients/client-ssm/src/commands/GetInventorySchemaCommand.ts +++ b/clients/client-ssm/src/commands/GetInventorySchemaCommand.ts @@ -97,9 +97,6 @@ export class GetInventorySchemaCommand extends $Command< GetInventorySchemaCommandOutput, SSMClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -113,9 +110,7 @@ export class GetInventorySchemaCommand extends $Command< * @public */ constructor(readonly input: GetInventorySchemaCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -168,7 +163,4 @@ export class GetInventorySchemaCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetInventorySchemaCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ssm/src/commands/GetMaintenanceWindowCommand.ts b/clients/client-ssm/src/commands/GetMaintenanceWindowCommand.ts index aed02572b785..b9da39dc3b26 100644 --- a/clients/client-ssm/src/commands/GetMaintenanceWindowCommand.ts +++ b/clients/client-ssm/src/commands/GetMaintenanceWindowCommand.ts @@ -97,9 +97,6 @@ export class GetMaintenanceWindowCommand extends $Command< GetMaintenanceWindowCommandOutput, SSMClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -113,9 +110,7 @@ export class GetMaintenanceWindowCommand extends $Command< * @public */ constructor(readonly input: GetMaintenanceWindowCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -168,7 +163,4 @@ export class GetMaintenanceWindowCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetMaintenanceWindowCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ssm/src/commands/GetMaintenanceWindowExecutionCommand.ts b/clients/client-ssm/src/commands/GetMaintenanceWindowExecutionCommand.ts index 84951e9e7785..139600c492f3 100644 --- a/clients/client-ssm/src/commands/GetMaintenanceWindowExecutionCommand.ts +++ b/clients/client-ssm/src/commands/GetMaintenanceWindowExecutionCommand.ts @@ -91,9 +91,6 @@ export class GetMaintenanceWindowExecutionCommand extends $Command< GetMaintenanceWindowExecutionCommandOutput, SSMClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -107,9 +104,7 @@ export class GetMaintenanceWindowExecutionCommand extends $Command< * @public */ constructor(readonly input: GetMaintenanceWindowExecutionCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -165,7 +160,4 @@ export class GetMaintenanceWindowExecutionCommand extends $Command< ): Promise { return de_GetMaintenanceWindowExecutionCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ssm/src/commands/GetMaintenanceWindowExecutionTaskCommand.ts b/clients/client-ssm/src/commands/GetMaintenanceWindowExecutionTaskCommand.ts index 34a9f61d0cf3..55ef5148f75c 100644 --- a/clients/client-ssm/src/commands/GetMaintenanceWindowExecutionTaskCommand.ts +++ b/clients/client-ssm/src/commands/GetMaintenanceWindowExecutionTaskCommand.ts @@ -124,9 +124,6 @@ export class GetMaintenanceWindowExecutionTaskCommand extends $Command< GetMaintenanceWindowExecutionTaskCommandOutput, SSMClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -140,9 +137,7 @@ export class GetMaintenanceWindowExecutionTaskCommand extends $Command< * @public */ constructor(readonly input: GetMaintenanceWindowExecutionTaskCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -201,7 +196,4 @@ export class GetMaintenanceWindowExecutionTaskCommand extends $Command< ): Promise { return de_GetMaintenanceWindowExecutionTaskCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ssm/src/commands/GetMaintenanceWindowExecutionTaskInvocationCommand.ts b/clients/client-ssm/src/commands/GetMaintenanceWindowExecutionTaskInvocationCommand.ts index 2c9648b11baf..37ec9a9cb92d 100644 --- a/clients/client-ssm/src/commands/GetMaintenanceWindowExecutionTaskInvocationCommand.ts +++ b/clients/client-ssm/src/commands/GetMaintenanceWindowExecutionTaskInvocationCommand.ts @@ -102,9 +102,6 @@ export class GetMaintenanceWindowExecutionTaskInvocationCommand extends $Command GetMaintenanceWindowExecutionTaskInvocationCommandOutput, SSMClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -118,9 +115,7 @@ export class GetMaintenanceWindowExecutionTaskInvocationCommand extends $Command * @public */ constructor(readonly input: GetMaintenanceWindowExecutionTaskInvocationCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -185,7 +180,4 @@ export class GetMaintenanceWindowExecutionTaskInvocationCommand extends $Command ): Promise { return de_GetMaintenanceWindowExecutionTaskInvocationCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ssm/src/commands/GetMaintenanceWindowTaskCommand.ts b/clients/client-ssm/src/commands/GetMaintenanceWindowTaskCommand.ts index bcbe5b64bb49..e4ace7ecdd12 100644 --- a/clients/client-ssm/src/commands/GetMaintenanceWindowTaskCommand.ts +++ b/clients/client-ssm/src/commands/GetMaintenanceWindowTaskCommand.ts @@ -174,9 +174,6 @@ export class GetMaintenanceWindowTaskCommand extends $Command< GetMaintenanceWindowTaskCommandOutput, SSMClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -190,9 +187,7 @@ export class GetMaintenanceWindowTaskCommand extends $Command< * @public */ constructor(readonly input: GetMaintenanceWindowTaskCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -245,7 +240,4 @@ export class GetMaintenanceWindowTaskCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetMaintenanceWindowTaskCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ssm/src/commands/GetOpsItemCommand.ts b/clients/client-ssm/src/commands/GetOpsItemCommand.ts index aa0bdf69423d..76f1c5a9eece 100644 --- a/clients/client-ssm/src/commands/GetOpsItemCommand.ts +++ b/clients/client-ssm/src/commands/GetOpsItemCommand.ts @@ -124,9 +124,6 @@ export class GetOpsItemCommand extends $Command< GetOpsItemCommandOutput, SSMClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -140,9 +137,7 @@ export class GetOpsItemCommand extends $Command< * @public */ constructor(readonly input: GetOpsItemCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -193,7 +188,4 @@ export class GetOpsItemCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetOpsItemCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ssm/src/commands/GetOpsMetadataCommand.ts b/clients/client-ssm/src/commands/GetOpsMetadataCommand.ts index d081c7344317..4dace61353ed 100644 --- a/clients/client-ssm/src/commands/GetOpsMetadataCommand.ts +++ b/clients/client-ssm/src/commands/GetOpsMetadataCommand.ts @@ -87,9 +87,6 @@ export class GetOpsMetadataCommand extends $Command< GetOpsMetadataCommandOutput, SSMClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -103,9 +100,7 @@ export class GetOpsMetadataCommand extends $Command< * @public */ constructor(readonly input: GetOpsMetadataCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -158,7 +153,4 @@ export class GetOpsMetadataCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetOpsMetadataCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ssm/src/commands/GetOpsSummaryCommand.ts b/clients/client-ssm/src/commands/GetOpsSummaryCommand.ts index a5f86c7fcf78..e4096822dd6e 100644 --- a/clients/client-ssm/src/commands/GetOpsSummaryCommand.ts +++ b/clients/client-ssm/src/commands/GetOpsSummaryCommand.ts @@ -156,9 +156,6 @@ export class GetOpsSummaryCommand extends $Command< GetOpsSummaryCommandOutput, SSMClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -172,9 +169,7 @@ export class GetOpsSummaryCommand extends $Command< * @public */ constructor(readonly input: GetOpsSummaryCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -225,7 +220,4 @@ export class GetOpsSummaryCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetOpsSummaryCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ssm/src/commands/GetParameterCommand.ts b/clients/client-ssm/src/commands/GetParameterCommand.ts index ca3b1fea5d47..f99d4a9bbd81 100644 --- a/clients/client-ssm/src/commands/GetParameterCommand.ts +++ b/clients/client-ssm/src/commands/GetParameterCommand.ts @@ -97,9 +97,6 @@ export class GetParameterCommand extends $Command< GetParameterCommandOutput, SSMClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -113,9 +110,7 @@ export class GetParameterCommand extends $Command< * @public */ constructor(readonly input: GetParameterCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -166,7 +161,4 @@ export class GetParameterCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetParameterCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ssm/src/commands/GetParameterHistoryCommand.ts b/clients/client-ssm/src/commands/GetParameterHistoryCommand.ts index a36100ad439c..92171b17f06d 100644 --- a/clients/client-ssm/src/commands/GetParameterHistoryCommand.ts +++ b/clients/client-ssm/src/commands/GetParameterHistoryCommand.ts @@ -120,9 +120,6 @@ export class GetParameterHistoryCommand extends $Command< GetParameterHistoryCommandOutput, SSMClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -136,9 +133,7 @@ export class GetParameterHistoryCommand extends $Command< * @public */ constructor(readonly input: GetParameterHistoryCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -191,7 +186,4 @@ export class GetParameterHistoryCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetParameterHistoryCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ssm/src/commands/GetParametersByPathCommand.ts b/clients/client-ssm/src/commands/GetParametersByPathCommand.ts index 94f825266271..24fa732349f9 100644 --- a/clients/client-ssm/src/commands/GetParametersByPathCommand.ts +++ b/clients/client-ssm/src/commands/GetParametersByPathCommand.ts @@ -125,9 +125,6 @@ export class GetParametersByPathCommand extends $Command< GetParametersByPathCommandOutput, SSMClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -141,9 +138,7 @@ export class GetParametersByPathCommand extends $Command< * @public */ constructor(readonly input: GetParametersByPathCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -196,7 +191,4 @@ export class GetParametersByPathCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetParametersByPathCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ssm/src/commands/GetParametersCommand.ts b/clients/client-ssm/src/commands/GetParametersCommand.ts index d45be1f6e62c..01c26b248c35 100644 --- a/clients/client-ssm/src/commands/GetParametersCommand.ts +++ b/clients/client-ssm/src/commands/GetParametersCommand.ts @@ -98,9 +98,6 @@ export class GetParametersCommand extends $Command< GetParametersCommandOutput, SSMClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -114,9 +111,7 @@ export class GetParametersCommand extends $Command< * @public */ constructor(readonly input: GetParametersCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -167,7 +162,4 @@ export class GetParametersCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetParametersCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ssm/src/commands/GetPatchBaselineCommand.ts b/clients/client-ssm/src/commands/GetPatchBaselineCommand.ts index 3c8ae7ee8cdb..d6f27fb7514e 100644 --- a/clients/client-ssm/src/commands/GetPatchBaselineCommand.ts +++ b/clients/client-ssm/src/commands/GetPatchBaselineCommand.ts @@ -142,9 +142,6 @@ export class GetPatchBaselineCommand extends $Command< GetPatchBaselineCommandOutput, SSMClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -158,9 +155,7 @@ export class GetPatchBaselineCommand extends $Command< * @public */ constructor(readonly input: GetPatchBaselineCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -213,7 +208,4 @@ export class GetPatchBaselineCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetPatchBaselineCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ssm/src/commands/GetPatchBaselineForPatchGroupCommand.ts b/clients/client-ssm/src/commands/GetPatchBaselineForPatchGroupCommand.ts index b8eab8410002..464731529639 100644 --- a/clients/client-ssm/src/commands/GetPatchBaselineForPatchGroupCommand.ts +++ b/clients/client-ssm/src/commands/GetPatchBaselineForPatchGroupCommand.ts @@ -81,9 +81,6 @@ export class GetPatchBaselineForPatchGroupCommand extends $Command< GetPatchBaselineForPatchGroupCommandOutput, SSMClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -97,9 +94,7 @@ export class GetPatchBaselineForPatchGroupCommand extends $Command< * @public */ constructor(readonly input: GetPatchBaselineForPatchGroupCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -155,7 +150,4 @@ export class GetPatchBaselineForPatchGroupCommand extends $Command< ): Promise { return de_GetPatchBaselineForPatchGroupCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ssm/src/commands/GetResourcePoliciesCommand.ts b/clients/client-ssm/src/commands/GetResourcePoliciesCommand.ts index 80e7bdd22292..0caf777468dc 100644 --- a/clients/client-ssm/src/commands/GetResourcePoliciesCommand.ts +++ b/clients/client-ssm/src/commands/GetResourcePoliciesCommand.ts @@ -86,9 +86,6 @@ export class GetResourcePoliciesCommand extends $Command< GetResourcePoliciesCommandOutput, SSMClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -102,9 +99,7 @@ export class GetResourcePoliciesCommand extends $Command< * @public */ constructor(readonly input: GetResourcePoliciesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -157,7 +152,4 @@ export class GetResourcePoliciesCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetResourcePoliciesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ssm/src/commands/GetServiceSettingCommand.ts b/clients/client-ssm/src/commands/GetServiceSettingCommand.ts index 2accac311a45..2c45926a043a 100644 --- a/clients/client-ssm/src/commands/GetServiceSettingCommand.ts +++ b/clients/client-ssm/src/commands/GetServiceSettingCommand.ts @@ -97,9 +97,6 @@ export class GetServiceSettingCommand extends $Command< GetServiceSettingCommandOutput, SSMClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -113,9 +110,7 @@ export class GetServiceSettingCommand extends $Command< * @public */ constructor(readonly input: GetServiceSettingCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -168,7 +163,4 @@ export class GetServiceSettingCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetServiceSettingCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ssm/src/commands/LabelParameterVersionCommand.ts b/clients/client-ssm/src/commands/LabelParameterVersionCommand.ts index f854f96bb2da..4f1d594edb98 100644 --- a/clients/client-ssm/src/commands/LabelParameterVersionCommand.ts +++ b/clients/client-ssm/src/commands/LabelParameterVersionCommand.ts @@ -129,9 +129,6 @@ export class LabelParameterVersionCommand extends $Command< LabelParameterVersionCommandOutput, SSMClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -145,9 +142,7 @@ export class LabelParameterVersionCommand extends $Command< * @public */ constructor(readonly input: LabelParameterVersionCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -200,7 +195,4 @@ export class LabelParameterVersionCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_LabelParameterVersionCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ssm/src/commands/ListAssociationVersionsCommand.ts b/clients/client-ssm/src/commands/ListAssociationVersionsCommand.ts index 92c808bb1966..16b05cfca8e5 100644 --- a/clients/client-ssm/src/commands/ListAssociationVersionsCommand.ts +++ b/clients/client-ssm/src/commands/ListAssociationVersionsCommand.ts @@ -153,9 +153,6 @@ export class ListAssociationVersionsCommand extends $Command< ListAssociationVersionsCommandOutput, SSMClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -169,9 +166,7 @@ export class ListAssociationVersionsCommand extends $Command< * @public */ constructor(readonly input: ListAssociationVersionsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -224,7 +219,4 @@ export class ListAssociationVersionsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListAssociationVersionsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ssm/src/commands/ListAssociationsCommand.ts b/clients/client-ssm/src/commands/ListAssociationsCommand.ts index 6f26b213cd37..7c827d87b77b 100644 --- a/clients/client-ssm/src/commands/ListAssociationsCommand.ts +++ b/clients/client-ssm/src/commands/ListAssociationsCommand.ts @@ -120,9 +120,6 @@ export class ListAssociationsCommand extends $Command< ListAssociationsCommandOutput, SSMClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -136,9 +133,7 @@ export class ListAssociationsCommand extends $Command< * @public */ constructor(readonly input: ListAssociationsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -191,7 +186,4 @@ export class ListAssociationsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListAssociationsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ssm/src/commands/ListCommandInvocationsCommand.ts b/clients/client-ssm/src/commands/ListCommandInvocationsCommand.ts index bb19aa14a252..85180c2ba8aa 100644 --- a/clients/client-ssm/src/commands/ListCommandInvocationsCommand.ts +++ b/clients/client-ssm/src/commands/ListCommandInvocationsCommand.ts @@ -160,9 +160,6 @@ export class ListCommandInvocationsCommand extends $Command< ListCommandInvocationsCommandOutput, SSMClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -176,9 +173,7 @@ export class ListCommandInvocationsCommand extends $Command< * @public */ constructor(readonly input: ListCommandInvocationsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -231,7 +226,4 @@ export class ListCommandInvocationsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListCommandInvocationsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ssm/src/commands/ListCommandsCommand.ts b/clients/client-ssm/src/commands/ListCommandsCommand.ts index b37151d5de91..65b7becac5a0 100644 --- a/clients/client-ssm/src/commands/ListCommandsCommand.ts +++ b/clients/client-ssm/src/commands/ListCommandsCommand.ts @@ -175,9 +175,6 @@ export class ListCommandsCommand extends $Command< ListCommandsCommandOutput, SSMClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -191,9 +188,7 @@ export class ListCommandsCommand extends $Command< * @public */ constructor(readonly input: ListCommandsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -244,7 +239,4 @@ export class ListCommandsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListCommandsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ssm/src/commands/ListComplianceItemsCommand.ts b/clients/client-ssm/src/commands/ListComplianceItemsCommand.ts index fdef6f1dd139..047a18ba8a81 100644 --- a/clients/client-ssm/src/commands/ListComplianceItemsCommand.ts +++ b/clients/client-ssm/src/commands/ListComplianceItemsCommand.ts @@ -123,9 +123,6 @@ export class ListComplianceItemsCommand extends $Command< ListComplianceItemsCommandOutput, SSMClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -139,9 +136,7 @@ export class ListComplianceItemsCommand extends $Command< * @public */ constructor(readonly input: ListComplianceItemsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -194,7 +189,4 @@ export class ListComplianceItemsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListComplianceItemsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ssm/src/commands/ListComplianceSummariesCommand.ts b/clients/client-ssm/src/commands/ListComplianceSummariesCommand.ts index 3f43d190930c..e5b2764cf32e 100644 --- a/clients/client-ssm/src/commands/ListComplianceSummariesCommand.ts +++ b/clients/client-ssm/src/commands/ListComplianceSummariesCommand.ts @@ -118,9 +118,6 @@ export class ListComplianceSummariesCommand extends $Command< ListComplianceSummariesCommandOutput, SSMClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -134,9 +131,7 @@ export class ListComplianceSummariesCommand extends $Command< * @public */ constructor(readonly input: ListComplianceSummariesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -189,7 +184,4 @@ export class ListComplianceSummariesCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListComplianceSummariesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ssm/src/commands/ListDocumentMetadataHistoryCommand.ts b/clients/client-ssm/src/commands/ListDocumentMetadataHistoryCommand.ts index 130202fcaaee..cc3166696d88 100644 --- a/clients/client-ssm/src/commands/ListDocumentMetadataHistoryCommand.ts +++ b/clients/client-ssm/src/commands/ListDocumentMetadataHistoryCommand.ts @@ -107,9 +107,6 @@ export class ListDocumentMetadataHistoryCommand extends $Command< ListDocumentMetadataHistoryCommandOutput, SSMClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -123,9 +120,7 @@ export class ListDocumentMetadataHistoryCommand extends $Command< * @public */ constructor(readonly input: ListDocumentMetadataHistoryCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -181,7 +176,4 @@ export class ListDocumentMetadataHistoryCommand extends $Command< ): Promise { return de_ListDocumentMetadataHistoryCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ssm/src/commands/ListDocumentVersionsCommand.ts b/clients/client-ssm/src/commands/ListDocumentVersionsCommand.ts index f93de1056969..117da3a66f94 100644 --- a/clients/client-ssm/src/commands/ListDocumentVersionsCommand.ts +++ b/clients/client-ssm/src/commands/ListDocumentVersionsCommand.ts @@ -95,9 +95,6 @@ export class ListDocumentVersionsCommand extends $Command< ListDocumentVersionsCommandOutput, SSMClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -111,9 +108,7 @@ export class ListDocumentVersionsCommand extends $Command< * @public */ constructor(readonly input: ListDocumentVersionsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -166,7 +161,4 @@ export class ListDocumentVersionsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListDocumentVersionsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ssm/src/commands/ListDocumentsCommand.ts b/clients/client-ssm/src/commands/ListDocumentsCommand.ts index bd2978de830c..e33a40448679 100644 --- a/clients/client-ssm/src/commands/ListDocumentsCommand.ts +++ b/clients/client-ssm/src/commands/ListDocumentsCommand.ts @@ -128,9 +128,6 @@ export class ListDocumentsCommand extends $Command< ListDocumentsCommandOutput, SSMClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -144,9 +141,7 @@ export class ListDocumentsCommand extends $Command< * @public */ constructor(readonly input: ListDocumentsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -197,7 +192,4 @@ export class ListDocumentsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListDocumentsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ssm/src/commands/ListInventoryEntriesCommand.ts b/clients/client-ssm/src/commands/ListInventoryEntriesCommand.ts index f83ce6ec924e..f6c670becb9b 100644 --- a/clients/client-ssm/src/commands/ListInventoryEntriesCommand.ts +++ b/clients/client-ssm/src/commands/ListInventoryEntriesCommand.ts @@ -123,9 +123,6 @@ export class ListInventoryEntriesCommand extends $Command< ListInventoryEntriesCommandOutput, SSMClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -139,9 +136,7 @@ export class ListInventoryEntriesCommand extends $Command< * @public */ constructor(readonly input: ListInventoryEntriesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -194,7 +189,4 @@ export class ListInventoryEntriesCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListInventoryEntriesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ssm/src/commands/ListOpsItemEventsCommand.ts b/clients/client-ssm/src/commands/ListOpsItemEventsCommand.ts index e71f47d5bca4..1d6e69934aaf 100644 --- a/clients/client-ssm/src/commands/ListOpsItemEventsCommand.ts +++ b/clients/client-ssm/src/commands/ListOpsItemEventsCommand.ts @@ -107,9 +107,6 @@ export class ListOpsItemEventsCommand extends $Command< ListOpsItemEventsCommandOutput, SSMClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -123,9 +120,7 @@ export class ListOpsItemEventsCommand extends $Command< * @public */ constructor(readonly input: ListOpsItemEventsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -178,7 +173,4 @@ export class ListOpsItemEventsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListOpsItemEventsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ssm/src/commands/ListOpsItemRelatedItemsCommand.ts b/clients/client-ssm/src/commands/ListOpsItemRelatedItemsCommand.ts index 9e8d55fc02eb..9d7d7f7cbce9 100644 --- a/clients/client-ssm/src/commands/ListOpsItemRelatedItemsCommand.ts +++ b/clients/client-ssm/src/commands/ListOpsItemRelatedItemsCommand.ts @@ -106,9 +106,6 @@ export class ListOpsItemRelatedItemsCommand extends $Command< ListOpsItemRelatedItemsCommandOutput, SSMClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -122,9 +119,7 @@ export class ListOpsItemRelatedItemsCommand extends $Command< * @public */ constructor(readonly input: ListOpsItemRelatedItemsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -177,7 +172,4 @@ export class ListOpsItemRelatedItemsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListOpsItemRelatedItemsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ssm/src/commands/ListOpsMetadataCommand.ts b/clients/client-ssm/src/commands/ListOpsMetadataCommand.ts index 5d150379e89d..2406b2084049 100644 --- a/clients/client-ssm/src/commands/ListOpsMetadataCommand.ts +++ b/clients/client-ssm/src/commands/ListOpsMetadataCommand.ts @@ -95,9 +95,6 @@ export class ListOpsMetadataCommand extends $Command< ListOpsMetadataCommandOutput, SSMClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -111,9 +108,7 @@ export class ListOpsMetadataCommand extends $Command< * @public */ constructor(readonly input: ListOpsMetadataCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -166,7 +161,4 @@ export class ListOpsMetadataCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListOpsMetadataCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ssm/src/commands/ListResourceComplianceSummariesCommand.ts b/clients/client-ssm/src/commands/ListResourceComplianceSummariesCommand.ts index 9e497e396e94..f85cbb66c49e 100644 --- a/clients/client-ssm/src/commands/ListResourceComplianceSummariesCommand.ts +++ b/clients/client-ssm/src/commands/ListResourceComplianceSummariesCommand.ts @@ -132,9 +132,6 @@ export class ListResourceComplianceSummariesCommand extends $Command< ListResourceComplianceSummariesCommandOutput, SSMClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -148,9 +145,7 @@ export class ListResourceComplianceSummariesCommand extends $Command< * @public */ constructor(readonly input: ListResourceComplianceSummariesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -209,7 +204,4 @@ export class ListResourceComplianceSummariesCommand extends $Command< ): Promise { return de_ListResourceComplianceSummariesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ssm/src/commands/ListResourceDataSyncCommand.ts b/clients/client-ssm/src/commands/ListResourceDataSyncCommand.ts index 139b5fd517df..4b08f9f653f3 100644 --- a/clients/client-ssm/src/commands/ListResourceDataSyncCommand.ts +++ b/clients/client-ssm/src/commands/ListResourceDataSyncCommand.ts @@ -128,9 +128,6 @@ export class ListResourceDataSyncCommand extends $Command< ListResourceDataSyncCommandOutput, SSMClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -144,9 +141,7 @@ export class ListResourceDataSyncCommand extends $Command< * @public */ constructor(readonly input: ListResourceDataSyncCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -199,7 +194,4 @@ export class ListResourceDataSyncCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListResourceDataSyncCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ssm/src/commands/ListTagsForResourceCommand.ts b/clients/client-ssm/src/commands/ListTagsForResourceCommand.ts index 0379db3edd20..6562377f2766 100644 --- a/clients/client-ssm/src/commands/ListTagsForResourceCommand.ts +++ b/clients/client-ssm/src/commands/ListTagsForResourceCommand.ts @@ -87,9 +87,6 @@ export class ListTagsForResourceCommand extends $Command< ListTagsForResourceCommandOutput, SSMClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -103,9 +100,7 @@ export class ListTagsForResourceCommand extends $Command< * @public */ constructor(readonly input: ListTagsForResourceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -158,7 +153,4 @@ export class ListTagsForResourceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListTagsForResourceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ssm/src/commands/ModifyDocumentPermissionCommand.ts b/clients/client-ssm/src/commands/ModifyDocumentPermissionCommand.ts index 945af671b452..2cf85917e3f2 100644 --- a/clients/client-ssm/src/commands/ModifyDocumentPermissionCommand.ts +++ b/clients/client-ssm/src/commands/ModifyDocumentPermissionCommand.ts @@ -100,9 +100,6 @@ export class ModifyDocumentPermissionCommand extends $Command< ModifyDocumentPermissionCommandOutput, SSMClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -116,9 +113,7 @@ export class ModifyDocumentPermissionCommand extends $Command< * @public */ constructor(readonly input: ModifyDocumentPermissionCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -171,7 +166,4 @@ export class ModifyDocumentPermissionCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ModifyDocumentPermissionCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ssm/src/commands/PutComplianceItemsCommand.ts b/clients/client-ssm/src/commands/PutComplianceItemsCommand.ts index db0f31052632..303ae49c9456 100644 --- a/clients/client-ssm/src/commands/PutComplianceItemsCommand.ts +++ b/clients/client-ssm/src/commands/PutComplianceItemsCommand.ts @@ -166,9 +166,6 @@ export class PutComplianceItemsCommand extends $Command< PutComplianceItemsCommandOutput, SSMClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -182,9 +179,7 @@ export class PutComplianceItemsCommand extends $Command< * @public */ constructor(readonly input: PutComplianceItemsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -237,7 +232,4 @@ export class PutComplianceItemsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_PutComplianceItemsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ssm/src/commands/PutInventoryCommand.ts b/clients/client-ssm/src/commands/PutInventoryCommand.ts index 5bdd3cb5f327..d88b8dc224ca 100644 --- a/clients/client-ssm/src/commands/PutInventoryCommand.ts +++ b/clients/client-ssm/src/commands/PutInventoryCommand.ts @@ -146,9 +146,6 @@ export class PutInventoryCommand extends $Command< PutInventoryCommandOutput, SSMClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -162,9 +159,7 @@ export class PutInventoryCommand extends $Command< * @public */ constructor(readonly input: PutInventoryCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -215,7 +210,4 @@ export class PutInventoryCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_PutInventoryCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ssm/src/commands/PutParameterCommand.ts b/clients/client-ssm/src/commands/PutParameterCommand.ts index ffd2febf02dc..a058edfdb3ca 100644 --- a/clients/client-ssm/src/commands/PutParameterCommand.ts +++ b/clients/client-ssm/src/commands/PutParameterCommand.ts @@ -153,9 +153,6 @@ export class PutParameterCommand extends $Command< PutParameterCommandOutput, SSMClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -169,9 +166,7 @@ export class PutParameterCommand extends $Command< * @public */ constructor(readonly input: PutParameterCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -222,7 +217,4 @@ export class PutParameterCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_PutParameterCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ssm/src/commands/PutResourcePolicyCommand.ts b/clients/client-ssm/src/commands/PutResourcePolicyCommand.ts index 21a33d1a58a7..4c65f3e1efaf 100644 --- a/clients/client-ssm/src/commands/PutResourcePolicyCommand.ts +++ b/clients/client-ssm/src/commands/PutResourcePolicyCommand.ts @@ -95,9 +95,6 @@ export class PutResourcePolicyCommand extends $Command< PutResourcePolicyCommandOutput, SSMClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -111,9 +108,7 @@ export class PutResourcePolicyCommand extends $Command< * @public */ constructor(readonly input: PutResourcePolicyCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -166,7 +161,4 @@ export class PutResourcePolicyCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_PutResourcePolicyCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ssm/src/commands/RegisterDefaultPatchBaselineCommand.ts b/clients/client-ssm/src/commands/RegisterDefaultPatchBaselineCommand.ts index 1fbf4bb36676..0db5f10955f3 100644 --- a/clients/client-ssm/src/commands/RegisterDefaultPatchBaselineCommand.ts +++ b/clients/client-ssm/src/commands/RegisterDefaultPatchBaselineCommand.ts @@ -91,9 +91,6 @@ export class RegisterDefaultPatchBaselineCommand extends $Command< RegisterDefaultPatchBaselineCommandOutput, SSMClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -107,9 +104,7 @@ export class RegisterDefaultPatchBaselineCommand extends $Command< * @public */ constructor(readonly input: RegisterDefaultPatchBaselineCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -165,7 +160,4 @@ export class RegisterDefaultPatchBaselineCommand extends $Command< ): Promise { return de_RegisterDefaultPatchBaselineCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ssm/src/commands/RegisterPatchBaselineForPatchGroupCommand.ts b/clients/client-ssm/src/commands/RegisterPatchBaselineForPatchGroupCommand.ts index fb75fcb63738..575660110143 100644 --- a/clients/client-ssm/src/commands/RegisterPatchBaselineForPatchGroupCommand.ts +++ b/clients/client-ssm/src/commands/RegisterPatchBaselineForPatchGroupCommand.ts @@ -102,9 +102,6 @@ export class RegisterPatchBaselineForPatchGroupCommand extends $Command< RegisterPatchBaselineForPatchGroupCommandOutput, SSMClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -118,9 +115,7 @@ export class RegisterPatchBaselineForPatchGroupCommand extends $Command< * @public */ constructor(readonly input: RegisterPatchBaselineForPatchGroupCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -179,7 +174,4 @@ export class RegisterPatchBaselineForPatchGroupCommand extends $Command< ): Promise { return de_RegisterPatchBaselineForPatchGroupCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ssm/src/commands/RegisterTargetWithMaintenanceWindowCommand.ts b/clients/client-ssm/src/commands/RegisterTargetWithMaintenanceWindowCommand.ts index 872893886783..ec619d1413cd 100644 --- a/clients/client-ssm/src/commands/RegisterTargetWithMaintenanceWindowCommand.ts +++ b/clients/client-ssm/src/commands/RegisterTargetWithMaintenanceWindowCommand.ts @@ -111,9 +111,6 @@ export class RegisterTargetWithMaintenanceWindowCommand extends $Command< RegisterTargetWithMaintenanceWindowCommandOutput, SSMClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -127,9 +124,7 @@ export class RegisterTargetWithMaintenanceWindowCommand extends $Command< * @public */ constructor(readonly input: RegisterTargetWithMaintenanceWindowCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -188,7 +183,4 @@ export class RegisterTargetWithMaintenanceWindowCommand extends $Command< ): Promise { return de_RegisterTargetWithMaintenanceWindowCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ssm/src/commands/RegisterTaskWithMaintenanceWindowCommand.ts b/clients/client-ssm/src/commands/RegisterTaskWithMaintenanceWindowCommand.ts index 04f07f1ec626..9fe2d83eb077 100644 --- a/clients/client-ssm/src/commands/RegisterTaskWithMaintenanceWindowCommand.ts +++ b/clients/client-ssm/src/commands/RegisterTaskWithMaintenanceWindowCommand.ts @@ -185,9 +185,6 @@ export class RegisterTaskWithMaintenanceWindowCommand extends $Command< RegisterTaskWithMaintenanceWindowCommandOutput, SSMClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -201,9 +198,7 @@ export class RegisterTaskWithMaintenanceWindowCommand extends $Command< * @public */ constructor(readonly input: RegisterTaskWithMaintenanceWindowCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -262,7 +257,4 @@ export class RegisterTaskWithMaintenanceWindowCommand extends $Command< ): Promise { return de_RegisterTaskWithMaintenanceWindowCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ssm/src/commands/RemoveTagsFromResourceCommand.ts b/clients/client-ssm/src/commands/RemoveTagsFromResourceCommand.ts index fc4a52a8fcc0..79fc7148ae33 100644 --- a/clients/client-ssm/src/commands/RemoveTagsFromResourceCommand.ts +++ b/clients/client-ssm/src/commands/RemoveTagsFromResourceCommand.ts @@ -85,9 +85,6 @@ export class RemoveTagsFromResourceCommand extends $Command< RemoveTagsFromResourceCommandOutput, SSMClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -101,9 +98,7 @@ export class RemoveTagsFromResourceCommand extends $Command< * @public */ constructor(readonly input: RemoveTagsFromResourceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -156,7 +151,4 @@ export class RemoveTagsFromResourceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_RemoveTagsFromResourceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ssm/src/commands/ResetServiceSettingCommand.ts b/clients/client-ssm/src/commands/ResetServiceSettingCommand.ts index f6791dd28b74..a9b3df4b8c00 100644 --- a/clients/client-ssm/src/commands/ResetServiceSettingCommand.ts +++ b/clients/client-ssm/src/commands/ResetServiceSettingCommand.ts @@ -101,9 +101,6 @@ export class ResetServiceSettingCommand extends $Command< ResetServiceSettingCommandOutput, SSMClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -117,9 +114,7 @@ export class ResetServiceSettingCommand extends $Command< * @public */ constructor(readonly input: ResetServiceSettingCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -172,7 +167,4 @@ export class ResetServiceSettingCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ResetServiceSettingCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ssm/src/commands/ResumeSessionCommand.ts b/clients/client-ssm/src/commands/ResumeSessionCommand.ts index 09f32b52f6b6..204688b3b04c 100644 --- a/clients/client-ssm/src/commands/ResumeSessionCommand.ts +++ b/clients/client-ssm/src/commands/ResumeSessionCommand.ts @@ -86,9 +86,6 @@ export class ResumeSessionCommand extends $Command< ResumeSessionCommandOutput, SSMClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -102,9 +99,7 @@ export class ResumeSessionCommand extends $Command< * @public */ constructor(readonly input: ResumeSessionCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -155,7 +150,4 @@ export class ResumeSessionCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ResumeSessionCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ssm/src/commands/SendAutomationSignalCommand.ts b/clients/client-ssm/src/commands/SendAutomationSignalCommand.ts index 2e496dae28d8..ad372283b0f9 100644 --- a/clients/client-ssm/src/commands/SendAutomationSignalCommand.ts +++ b/clients/client-ssm/src/commands/SendAutomationSignalCommand.ts @@ -89,9 +89,6 @@ export class SendAutomationSignalCommand extends $Command< SendAutomationSignalCommandOutput, SSMClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -105,9 +102,7 @@ export class SendAutomationSignalCommand extends $Command< * @public */ constructor(readonly input: SendAutomationSignalCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -160,7 +155,4 @@ export class SendAutomationSignalCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_SendAutomationSignalCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ssm/src/commands/SendCommandCommand.ts b/clients/client-ssm/src/commands/SendCommandCommand.ts index bf70516ff6bc..817350542fdd 100644 --- a/clients/client-ssm/src/commands/SendCommandCommand.ts +++ b/clients/client-ssm/src/commands/SendCommandCommand.ts @@ -237,9 +237,6 @@ export class SendCommandCommand extends $Command< SendCommandCommandOutput, SSMClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -253,9 +250,7 @@ export class SendCommandCommand extends $Command< * @public */ constructor(readonly input: SendCommandCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -306,7 +301,4 @@ export class SendCommandCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_SendCommandCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ssm/src/commands/StartAssociationsOnceCommand.ts b/clients/client-ssm/src/commands/StartAssociationsOnceCommand.ts index 1cfad7ee4c30..114d70a436b5 100644 --- a/clients/client-ssm/src/commands/StartAssociationsOnceCommand.ts +++ b/clients/client-ssm/src/commands/StartAssociationsOnceCommand.ts @@ -77,9 +77,6 @@ export class StartAssociationsOnceCommand extends $Command< StartAssociationsOnceCommandOutput, SSMClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -93,9 +90,7 @@ export class StartAssociationsOnceCommand extends $Command< * @public */ constructor(readonly input: StartAssociationsOnceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -148,7 +143,4 @@ export class StartAssociationsOnceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_StartAssociationsOnceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ssm/src/commands/StartAutomationExecutionCommand.ts b/clients/client-ssm/src/commands/StartAutomationExecutionCommand.ts index 132788fdc685..19719eccede6 100644 --- a/clients/client-ssm/src/commands/StartAutomationExecutionCommand.ts +++ b/clients/client-ssm/src/commands/StartAutomationExecutionCommand.ts @@ -157,9 +157,6 @@ export class StartAutomationExecutionCommand extends $Command< StartAutomationExecutionCommandOutput, SSMClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -173,9 +170,7 @@ export class StartAutomationExecutionCommand extends $Command< * @public */ constructor(readonly input: StartAutomationExecutionCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -228,7 +223,4 @@ export class StartAutomationExecutionCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_StartAutomationExecutionCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ssm/src/commands/StartChangeRequestExecutionCommand.ts b/clients/client-ssm/src/commands/StartChangeRequestExecutionCommand.ts index 3737278213e5..20eb935f7d7f 100644 --- a/clients/client-ssm/src/commands/StartChangeRequestExecutionCommand.ts +++ b/clients/client-ssm/src/commands/StartChangeRequestExecutionCommand.ts @@ -166,9 +166,6 @@ export class StartChangeRequestExecutionCommand extends $Command< StartChangeRequestExecutionCommandOutput, SSMClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -182,9 +179,7 @@ export class StartChangeRequestExecutionCommand extends $Command< * @public */ constructor(readonly input: StartChangeRequestExecutionCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -240,7 +235,4 @@ export class StartChangeRequestExecutionCommand extends $Command< ): Promise { return de_StartChangeRequestExecutionCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ssm/src/commands/StartSessionCommand.ts b/clients/client-ssm/src/commands/StartSessionCommand.ts index db3692dab54f..c1e2be296991 100644 --- a/clients/client-ssm/src/commands/StartSessionCommand.ts +++ b/clients/client-ssm/src/commands/StartSessionCommand.ts @@ -101,9 +101,6 @@ export class StartSessionCommand extends $Command< StartSessionCommandOutput, SSMClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -117,9 +114,7 @@ export class StartSessionCommand extends $Command< * @public */ constructor(readonly input: StartSessionCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -170,7 +165,4 @@ export class StartSessionCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_StartSessionCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ssm/src/commands/StopAutomationExecutionCommand.ts b/clients/client-ssm/src/commands/StopAutomationExecutionCommand.ts index a4c8416c274d..d2ab1ff6d36b 100644 --- a/clients/client-ssm/src/commands/StopAutomationExecutionCommand.ts +++ b/clients/client-ssm/src/commands/StopAutomationExecutionCommand.ts @@ -79,9 +79,6 @@ export class StopAutomationExecutionCommand extends $Command< StopAutomationExecutionCommandOutput, SSMClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -95,9 +92,7 @@ export class StopAutomationExecutionCommand extends $Command< * @public */ constructor(readonly input: StopAutomationExecutionCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -150,7 +145,4 @@ export class StopAutomationExecutionCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_StopAutomationExecutionCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ssm/src/commands/TerminateSessionCommand.ts b/clients/client-ssm/src/commands/TerminateSessionCommand.ts index 2d25b973591c..efe9776049a1 100644 --- a/clients/client-ssm/src/commands/TerminateSessionCommand.ts +++ b/clients/client-ssm/src/commands/TerminateSessionCommand.ts @@ -74,9 +74,6 @@ export class TerminateSessionCommand extends $Command< TerminateSessionCommandOutput, SSMClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -90,9 +87,7 @@ export class TerminateSessionCommand extends $Command< * @public */ constructor(readonly input: TerminateSessionCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -145,7 +140,4 @@ export class TerminateSessionCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_TerminateSessionCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ssm/src/commands/UnlabelParameterVersionCommand.ts b/clients/client-ssm/src/commands/UnlabelParameterVersionCommand.ts index e4f4dbd04c88..674e115bca32 100644 --- a/clients/client-ssm/src/commands/UnlabelParameterVersionCommand.ts +++ b/clients/client-ssm/src/commands/UnlabelParameterVersionCommand.ts @@ -92,9 +92,6 @@ export class UnlabelParameterVersionCommand extends $Command< UnlabelParameterVersionCommandOutput, SSMClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -108,9 +105,7 @@ export class UnlabelParameterVersionCommand extends $Command< * @public */ constructor(readonly input: UnlabelParameterVersionCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -163,7 +158,4 @@ export class UnlabelParameterVersionCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UnlabelParameterVersionCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ssm/src/commands/UpdateAssociationCommand.ts b/clients/client-ssm/src/commands/UpdateAssociationCommand.ts index 070c6e342e62..b6003a942bd2 100644 --- a/clients/client-ssm/src/commands/UpdateAssociationCommand.ts +++ b/clients/client-ssm/src/commands/UpdateAssociationCommand.ts @@ -306,9 +306,6 @@ export class UpdateAssociationCommand extends $Command< UpdateAssociationCommandOutput, SSMClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -322,9 +319,7 @@ export class UpdateAssociationCommand extends $Command< * @public */ constructor(readonly input: UpdateAssociationCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -377,7 +372,4 @@ export class UpdateAssociationCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdateAssociationCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ssm/src/commands/UpdateAssociationStatusCommand.ts b/clients/client-ssm/src/commands/UpdateAssociationStatusCommand.ts index 4e56c1784fbd..37e21656ab80 100644 --- a/clients/client-ssm/src/commands/UpdateAssociationStatusCommand.ts +++ b/clients/client-ssm/src/commands/UpdateAssociationStatusCommand.ts @@ -218,9 +218,6 @@ export class UpdateAssociationStatusCommand extends $Command< UpdateAssociationStatusCommandOutput, SSMClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -234,9 +231,7 @@ export class UpdateAssociationStatusCommand extends $Command< * @public */ constructor(readonly input: UpdateAssociationStatusCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -289,7 +284,4 @@ export class UpdateAssociationStatusCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdateAssociationStatusCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ssm/src/commands/UpdateDocumentCommand.ts b/clients/client-ssm/src/commands/UpdateDocumentCommand.ts index bbdaa56d71fc..dc1764a9e1b4 100644 --- a/clients/client-ssm/src/commands/UpdateDocumentCommand.ts +++ b/clients/client-ssm/src/commands/UpdateDocumentCommand.ts @@ -185,9 +185,6 @@ export class UpdateDocumentCommand extends $Command< UpdateDocumentCommandOutput, SSMClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -201,9 +198,7 @@ export class UpdateDocumentCommand extends $Command< * @public */ constructor(readonly input: UpdateDocumentCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -256,7 +251,4 @@ export class UpdateDocumentCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdateDocumentCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ssm/src/commands/UpdateDocumentDefaultVersionCommand.ts b/clients/client-ssm/src/commands/UpdateDocumentDefaultVersionCommand.ts index db1091570e4b..1834576e393d 100644 --- a/clients/client-ssm/src/commands/UpdateDocumentDefaultVersionCommand.ts +++ b/clients/client-ssm/src/commands/UpdateDocumentDefaultVersionCommand.ts @@ -97,9 +97,6 @@ export class UpdateDocumentDefaultVersionCommand extends $Command< UpdateDocumentDefaultVersionCommandOutput, SSMClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -113,9 +110,7 @@ export class UpdateDocumentDefaultVersionCommand extends $Command< * @public */ constructor(readonly input: UpdateDocumentDefaultVersionCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -171,7 +166,4 @@ export class UpdateDocumentDefaultVersionCommand extends $Command< ): Promise { return de_UpdateDocumentDefaultVersionCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ssm/src/commands/UpdateDocumentMetadataCommand.ts b/clients/client-ssm/src/commands/UpdateDocumentMetadataCommand.ts index dbfa0c6123c5..d64c60b2d6b5 100644 --- a/clients/client-ssm/src/commands/UpdateDocumentMetadataCommand.ts +++ b/clients/client-ssm/src/commands/UpdateDocumentMetadataCommand.ts @@ -92,9 +92,6 @@ export class UpdateDocumentMetadataCommand extends $Command< UpdateDocumentMetadataCommandOutput, SSMClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -108,9 +105,7 @@ export class UpdateDocumentMetadataCommand extends $Command< * @public */ constructor(readonly input: UpdateDocumentMetadataCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -163,7 +158,4 @@ export class UpdateDocumentMetadataCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdateDocumentMetadataCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ssm/src/commands/UpdateMaintenanceWindowCommand.ts b/clients/client-ssm/src/commands/UpdateMaintenanceWindowCommand.ts index e0b29438422d..be00cf6abd11 100644 --- a/clients/client-ssm/src/commands/UpdateMaintenanceWindowCommand.ts +++ b/clients/client-ssm/src/commands/UpdateMaintenanceWindowCommand.ts @@ -115,9 +115,6 @@ export class UpdateMaintenanceWindowCommand extends $Command< UpdateMaintenanceWindowCommandOutput, SSMClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -131,9 +128,7 @@ export class UpdateMaintenanceWindowCommand extends $Command< * @public */ constructor(readonly input: UpdateMaintenanceWindowCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -186,7 +181,4 @@ export class UpdateMaintenanceWindowCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdateMaintenanceWindowCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ssm/src/commands/UpdateMaintenanceWindowTargetCommand.ts b/clients/client-ssm/src/commands/UpdateMaintenanceWindowTargetCommand.ts index 148f5f2fe043..91bc4ef07d07 100644 --- a/clients/client-ssm/src/commands/UpdateMaintenanceWindowTargetCommand.ts +++ b/clients/client-ssm/src/commands/UpdateMaintenanceWindowTargetCommand.ts @@ -139,9 +139,6 @@ export class UpdateMaintenanceWindowTargetCommand extends $Command< UpdateMaintenanceWindowTargetCommandOutput, SSMClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -155,9 +152,7 @@ export class UpdateMaintenanceWindowTargetCommand extends $Command< * @public */ constructor(readonly input: UpdateMaintenanceWindowTargetCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -213,7 +208,4 @@ export class UpdateMaintenanceWindowTargetCommand extends $Command< ): Promise { return de_UpdateMaintenanceWindowTargetCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ssm/src/commands/UpdateMaintenanceWindowTaskCommand.ts b/clients/client-ssm/src/commands/UpdateMaintenanceWindowTaskCommand.ts index 0b388f928169..11c57197da11 100644 --- a/clients/client-ssm/src/commands/UpdateMaintenanceWindowTaskCommand.ts +++ b/clients/client-ssm/src/commands/UpdateMaintenanceWindowTaskCommand.ts @@ -304,9 +304,6 @@ export class UpdateMaintenanceWindowTaskCommand extends $Command< UpdateMaintenanceWindowTaskCommandOutput, SSMClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -320,9 +317,7 @@ export class UpdateMaintenanceWindowTaskCommand extends $Command< * @public */ constructor(readonly input: UpdateMaintenanceWindowTaskCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -378,7 +373,4 @@ export class UpdateMaintenanceWindowTaskCommand extends $Command< ): Promise { return de_UpdateMaintenanceWindowTaskCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ssm/src/commands/UpdateManagedInstanceRoleCommand.ts b/clients/client-ssm/src/commands/UpdateManagedInstanceRoleCommand.ts index 86a678086be5..74582906fce4 100644 --- a/clients/client-ssm/src/commands/UpdateManagedInstanceRoleCommand.ts +++ b/clients/client-ssm/src/commands/UpdateManagedInstanceRoleCommand.ts @@ -94,9 +94,6 @@ export class UpdateManagedInstanceRoleCommand extends $Command< UpdateManagedInstanceRoleCommandOutput, SSMClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -110,9 +107,7 @@ export class UpdateManagedInstanceRoleCommand extends $Command< * @public */ constructor(readonly input: UpdateManagedInstanceRoleCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -168,7 +163,4 @@ export class UpdateManagedInstanceRoleCommand extends $Command< ): Promise { return de_UpdateManagedInstanceRoleCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ssm/src/commands/UpdateOpsItemCommand.ts b/clients/client-ssm/src/commands/UpdateOpsItemCommand.ts index f7d882eca2f0..bd9f2df02d85 100644 --- a/clients/client-ssm/src/commands/UpdateOpsItemCommand.ts +++ b/clients/client-ssm/src/commands/UpdateOpsItemCommand.ts @@ -127,9 +127,6 @@ export class UpdateOpsItemCommand extends $Command< UpdateOpsItemCommandOutput, SSMClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -143,9 +140,7 @@ export class UpdateOpsItemCommand extends $Command< * @public */ constructor(readonly input: UpdateOpsItemCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -196,7 +191,4 @@ export class UpdateOpsItemCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdateOpsItemCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ssm/src/commands/UpdateOpsMetadataCommand.ts b/clients/client-ssm/src/commands/UpdateOpsMetadataCommand.ts index fe09c93eb3ce..2acedd920a1e 100644 --- a/clients/client-ssm/src/commands/UpdateOpsMetadataCommand.ts +++ b/clients/client-ssm/src/commands/UpdateOpsMetadataCommand.ts @@ -95,9 +95,6 @@ export class UpdateOpsMetadataCommand extends $Command< UpdateOpsMetadataCommandOutput, SSMClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -111,9 +108,7 @@ export class UpdateOpsMetadataCommand extends $Command< * @public */ constructor(readonly input: UpdateOpsMetadataCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -166,7 +161,4 @@ export class UpdateOpsMetadataCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdateOpsMetadataCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ssm/src/commands/UpdatePatchBaselineCommand.ts b/clients/client-ssm/src/commands/UpdatePatchBaselineCommand.ts index ab2a23ffe587..6ebf4e6e72bf 100644 --- a/clients/client-ssm/src/commands/UpdatePatchBaselineCommand.ts +++ b/clients/client-ssm/src/commands/UpdatePatchBaselineCommand.ts @@ -193,9 +193,6 @@ export class UpdatePatchBaselineCommand extends $Command< UpdatePatchBaselineCommandOutput, SSMClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -209,9 +206,7 @@ export class UpdatePatchBaselineCommand extends $Command< * @public */ constructor(readonly input: UpdatePatchBaselineCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -264,7 +259,4 @@ export class UpdatePatchBaselineCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdatePatchBaselineCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ssm/src/commands/UpdateResourceDataSyncCommand.ts b/clients/client-ssm/src/commands/UpdateResourceDataSyncCommand.ts index b339e2f3e022..7b05a648c8bc 100644 --- a/clients/client-ssm/src/commands/UpdateResourceDataSyncCommand.ts +++ b/clients/client-ssm/src/commands/UpdateResourceDataSyncCommand.ts @@ -107,9 +107,6 @@ export class UpdateResourceDataSyncCommand extends $Command< UpdateResourceDataSyncCommandOutput, SSMClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -123,9 +120,7 @@ export class UpdateResourceDataSyncCommand extends $Command< * @public */ constructor(readonly input: UpdateResourceDataSyncCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -178,7 +173,4 @@ export class UpdateResourceDataSyncCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdateResourceDataSyncCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-ssm/src/commands/UpdateServiceSettingCommand.ts b/clients/client-ssm/src/commands/UpdateServiceSettingCommand.ts index 579e95cfcd25..12edadabbc99 100644 --- a/clients/client-ssm/src/commands/UpdateServiceSettingCommand.ts +++ b/clients/client-ssm/src/commands/UpdateServiceSettingCommand.ts @@ -92,9 +92,6 @@ export class UpdateServiceSettingCommand extends $Command< UpdateServiceSettingCommandOutput, SSMClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -108,9 +105,7 @@ export class UpdateServiceSettingCommand extends $Command< * @public */ constructor(readonly input: UpdateServiceSettingCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -163,7 +158,4 @@ export class UpdateServiceSettingCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdateServiceSettingCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-sso-admin/package.json b/clients/client-sso-admin/package.json index b22b7cb761f8..8f752142c942 100644 --- a/clients/client-sso-admin/package.json +++ b/clients/client-sso-admin/package.json @@ -34,29 +34,29 @@ "@aws-sdk/util-endpoints": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@smithy/config-resolver": "^2.0.16", - "@smithy/fetch-http-handler": "^2.2.4", - "@smithy/hash-node": "^2.0.12", - "@smithy/invalid-dependency": "^2.0.12", - "@smithy/middleware-content-length": "^2.0.14", - "@smithy/middleware-endpoint": "^2.1.3", - "@smithy/middleware-retry": "^2.0.18", - "@smithy/middleware-serde": "^2.0.12", - "@smithy/middleware-stack": "^2.0.6", - "@smithy/node-config-provider": "^2.1.3", - "@smithy/node-http-handler": "^2.1.8", - "@smithy/protocol-http": "^3.0.8", - "@smithy/smithy-client": "^2.1.12", - "@smithy/types": "^2.4.0", - "@smithy/url-parser": "^2.0.12", - "@smithy/util-base64": "^2.0.0", + "@smithy/config-resolver": "^2.0.18", + "@smithy/fetch-http-handler": "^2.2.6", + "@smithy/hash-node": "^2.0.15", + "@smithy/invalid-dependency": "^2.0.13", + "@smithy/middleware-content-length": "^2.0.15", + "@smithy/middleware-endpoint": "^2.2.0", + "@smithy/middleware-retry": "^2.0.20", + "@smithy/middleware-serde": "^2.0.13", + "@smithy/middleware-stack": "^2.0.7", + "@smithy/node-config-provider": "^2.1.5", + "@smithy/node-http-handler": "^2.1.9", + "@smithy/protocol-http": "^3.0.9", + "@smithy/smithy-client": "^2.1.15", + "@smithy/types": "^2.5.0", + "@smithy/url-parser": "^2.0.13", + "@smithy/util-base64": "^2.0.1", "@smithy/util-body-length-browser": "^2.0.0", "@smithy/util-body-length-node": "^2.1.0", - "@smithy/util-defaults-mode-browser": "^2.0.16", - "@smithy/util-defaults-mode-node": "^2.0.21", - "@smithy/util-endpoints": "^1.0.2", - "@smithy/util-retry": "^2.0.5", - "@smithy/util-utf8": "^2.0.0", + "@smithy/util-defaults-mode-browser": "^2.0.19", + "@smithy/util-defaults-mode-node": "^2.0.25", + "@smithy/util-endpoints": "^1.0.4", + "@smithy/util-retry": "^2.0.6", + "@smithy/util-utf8": "^2.0.2", "tslib": "^2.5.0" }, "devDependencies": { diff --git a/clients/client-sso-admin/src/commands/AttachCustomerManagedPolicyReferenceToPermissionSetCommand.ts b/clients/client-sso-admin/src/commands/AttachCustomerManagedPolicyReferenceToPermissionSetCommand.ts index 21cb6ffd00df..2253b93b4343 100644 --- a/clients/client-sso-admin/src/commands/AttachCustomerManagedPolicyReferenceToPermissionSetCommand.ts +++ b/clients/client-sso-admin/src/commands/AttachCustomerManagedPolicyReferenceToPermissionSetCommand.ts @@ -109,9 +109,6 @@ export class AttachCustomerManagedPolicyReferenceToPermissionSetCommand extends AttachCustomerManagedPolicyReferenceToPermissionSetCommandOutput, SSOAdminClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -125,9 +122,7 @@ export class AttachCustomerManagedPolicyReferenceToPermissionSetCommand extends * @public */ constructor(readonly input: AttachCustomerManagedPolicyReferenceToPermissionSetCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -192,7 +187,4 @@ export class AttachCustomerManagedPolicyReferenceToPermissionSetCommand extends ): Promise { return de_AttachCustomerManagedPolicyReferenceToPermissionSetCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-sso-admin/src/commands/AttachManagedPolicyToPermissionSetCommand.ts b/clients/client-sso-admin/src/commands/AttachManagedPolicyToPermissionSetCommand.ts index 41d01ad4cbce..0f2e554accc7 100644 --- a/clients/client-sso-admin/src/commands/AttachManagedPolicyToPermissionSetCommand.ts +++ b/clients/client-sso-admin/src/commands/AttachManagedPolicyToPermissionSetCommand.ts @@ -113,9 +113,6 @@ export class AttachManagedPolicyToPermissionSetCommand extends $Command< AttachManagedPolicyToPermissionSetCommandOutput, SSOAdminClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -129,9 +126,7 @@ export class AttachManagedPolicyToPermissionSetCommand extends $Command< * @public */ constructor(readonly input: AttachManagedPolicyToPermissionSetCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -190,7 +185,4 @@ export class AttachManagedPolicyToPermissionSetCommand extends $Command< ): Promise { return de_AttachManagedPolicyToPermissionSetCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-sso-admin/src/commands/CreateAccountAssignmentCommand.ts b/clients/client-sso-admin/src/commands/CreateAccountAssignmentCommand.ts index 9f81bc2b3564..69a29ea3ec34 100644 --- a/clients/client-sso-admin/src/commands/CreateAccountAssignmentCommand.ts +++ b/clients/client-sso-admin/src/commands/CreateAccountAssignmentCommand.ts @@ -131,9 +131,6 @@ export class CreateAccountAssignmentCommand extends $Command< CreateAccountAssignmentCommandOutput, SSOAdminClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -147,9 +144,7 @@ export class CreateAccountAssignmentCommand extends $Command< * @public */ constructor(readonly input: CreateAccountAssignmentCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -202,7 +197,4 @@ export class CreateAccountAssignmentCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateAccountAssignmentCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-sso-admin/src/commands/CreateInstanceAccessControlAttributeConfigurationCommand.ts b/clients/client-sso-admin/src/commands/CreateInstanceAccessControlAttributeConfigurationCommand.ts index d65484ae47e9..7350385da13d 100644 --- a/clients/client-sso-admin/src/commands/CreateInstanceAccessControlAttributeConfigurationCommand.ts +++ b/clients/client-sso-admin/src/commands/CreateInstanceAccessControlAttributeConfigurationCommand.ts @@ -118,9 +118,6 @@ export class CreateInstanceAccessControlAttributeConfigurationCommand extends $C CreateInstanceAccessControlAttributeConfigurationCommandOutput, SSOAdminClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -134,9 +131,7 @@ export class CreateInstanceAccessControlAttributeConfigurationCommand extends $C * @public */ constructor(readonly input: CreateInstanceAccessControlAttributeConfigurationCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -201,7 +196,4 @@ export class CreateInstanceAccessControlAttributeConfigurationCommand extends $C ): Promise { return de_CreateInstanceAccessControlAttributeConfigurationCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-sso-admin/src/commands/CreatePermissionSetCommand.ts b/clients/client-sso-admin/src/commands/CreatePermissionSetCommand.ts index 8447a6a3db67..a5be82464629 100644 --- a/clients/client-sso-admin/src/commands/CreatePermissionSetCommand.ts +++ b/clients/client-sso-admin/src/commands/CreatePermissionSetCommand.ts @@ -119,9 +119,6 @@ export class CreatePermissionSetCommand extends $Command< CreatePermissionSetCommandOutput, SSOAdminClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -135,9 +132,7 @@ export class CreatePermissionSetCommand extends $Command< * @public */ constructor(readonly input: CreatePermissionSetCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -190,7 +185,4 @@ export class CreatePermissionSetCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreatePermissionSetCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-sso-admin/src/commands/DeleteAccountAssignmentCommand.ts b/clients/client-sso-admin/src/commands/DeleteAccountAssignmentCommand.ts index c9760fddd537..d571a4b4a037 100644 --- a/clients/client-sso-admin/src/commands/DeleteAccountAssignmentCommand.ts +++ b/clients/client-sso-admin/src/commands/DeleteAccountAssignmentCommand.ts @@ -113,9 +113,6 @@ export class DeleteAccountAssignmentCommand extends $Command< DeleteAccountAssignmentCommandOutput, SSOAdminClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -129,9 +126,7 @@ export class DeleteAccountAssignmentCommand extends $Command< * @public */ constructor(readonly input: DeleteAccountAssignmentCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -184,7 +179,4 @@ export class DeleteAccountAssignmentCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteAccountAssignmentCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-sso-admin/src/commands/DeleteInlinePolicyFromPermissionSetCommand.ts b/clients/client-sso-admin/src/commands/DeleteInlinePolicyFromPermissionSetCommand.ts index d7e3db8d1762..4e75aa539d57 100644 --- a/clients/client-sso-admin/src/commands/DeleteInlinePolicyFromPermissionSetCommand.ts +++ b/clients/client-sso-admin/src/commands/DeleteInlinePolicyFromPermissionSetCommand.ts @@ -100,9 +100,6 @@ export class DeleteInlinePolicyFromPermissionSetCommand extends $Command< DeleteInlinePolicyFromPermissionSetCommandOutput, SSOAdminClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -116,9 +113,7 @@ export class DeleteInlinePolicyFromPermissionSetCommand extends $Command< * @public */ constructor(readonly input: DeleteInlinePolicyFromPermissionSetCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -177,7 +172,4 @@ export class DeleteInlinePolicyFromPermissionSetCommand extends $Command< ): Promise { return de_DeleteInlinePolicyFromPermissionSetCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-sso-admin/src/commands/DeleteInstanceAccessControlAttributeConfigurationCommand.ts b/clients/client-sso-admin/src/commands/DeleteInstanceAccessControlAttributeConfigurationCommand.ts index 0cb8a9068460..97a55f84b41a 100644 --- a/clients/client-sso-admin/src/commands/DeleteInstanceAccessControlAttributeConfigurationCommand.ts +++ b/clients/client-sso-admin/src/commands/DeleteInstanceAccessControlAttributeConfigurationCommand.ts @@ -103,9 +103,6 @@ export class DeleteInstanceAccessControlAttributeConfigurationCommand extends $C DeleteInstanceAccessControlAttributeConfigurationCommandOutput, SSOAdminClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -119,9 +116,7 @@ export class DeleteInstanceAccessControlAttributeConfigurationCommand extends $C * @public */ constructor(readonly input: DeleteInstanceAccessControlAttributeConfigurationCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -186,7 +181,4 @@ export class DeleteInstanceAccessControlAttributeConfigurationCommand extends $C ): Promise { return de_DeleteInstanceAccessControlAttributeConfigurationCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-sso-admin/src/commands/DeletePermissionSetCommand.ts b/clients/client-sso-admin/src/commands/DeletePermissionSetCommand.ts index 56cf52942187..3b41a3b45735 100644 --- a/clients/client-sso-admin/src/commands/DeletePermissionSetCommand.ts +++ b/clients/client-sso-admin/src/commands/DeletePermissionSetCommand.ts @@ -92,9 +92,6 @@ export class DeletePermissionSetCommand extends $Command< DeletePermissionSetCommandOutput, SSOAdminClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -108,9 +105,7 @@ export class DeletePermissionSetCommand extends $Command< * @public */ constructor(readonly input: DeletePermissionSetCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -163,7 +158,4 @@ export class DeletePermissionSetCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeletePermissionSetCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-sso-admin/src/commands/DeletePermissionsBoundaryFromPermissionSetCommand.ts b/clients/client-sso-admin/src/commands/DeletePermissionsBoundaryFromPermissionSetCommand.ts index de6812fb1f37..f4d1c6f7582b 100644 --- a/clients/client-sso-admin/src/commands/DeletePermissionsBoundaryFromPermissionSetCommand.ts +++ b/clients/client-sso-admin/src/commands/DeletePermissionsBoundaryFromPermissionSetCommand.ts @@ -95,9 +95,6 @@ export class DeletePermissionsBoundaryFromPermissionSetCommand extends $Command< DeletePermissionsBoundaryFromPermissionSetCommandOutput, SSOAdminClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -111,9 +108,7 @@ export class DeletePermissionsBoundaryFromPermissionSetCommand extends $Command< * @public */ constructor(readonly input: DeletePermissionsBoundaryFromPermissionSetCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -178,7 +173,4 @@ export class DeletePermissionsBoundaryFromPermissionSetCommand extends $Command< ): Promise { return de_DeletePermissionsBoundaryFromPermissionSetCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-sso-admin/src/commands/DescribeAccountAssignmentCreationStatusCommand.ts b/clients/client-sso-admin/src/commands/DescribeAccountAssignmentCreationStatusCommand.ts index 9202f788c40c..35d64417cdd2 100644 --- a/clients/client-sso-admin/src/commands/DescribeAccountAssignmentCreationStatusCommand.ts +++ b/clients/client-sso-admin/src/commands/DescribeAccountAssignmentCreationStatusCommand.ts @@ -107,9 +107,6 @@ export class DescribeAccountAssignmentCreationStatusCommand extends $Command< DescribeAccountAssignmentCreationStatusCommandOutput, SSOAdminClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -123,9 +120,7 @@ export class DescribeAccountAssignmentCreationStatusCommand extends $Command< * @public */ constructor(readonly input: DescribeAccountAssignmentCreationStatusCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -190,7 +185,4 @@ export class DescribeAccountAssignmentCreationStatusCommand extends $Command< ): Promise { return de_DescribeAccountAssignmentCreationStatusCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-sso-admin/src/commands/DescribeAccountAssignmentDeletionStatusCommand.ts b/clients/client-sso-admin/src/commands/DescribeAccountAssignmentDeletionStatusCommand.ts index 5c565ae84c14..be4a6109d6dd 100644 --- a/clients/client-sso-admin/src/commands/DescribeAccountAssignmentDeletionStatusCommand.ts +++ b/clients/client-sso-admin/src/commands/DescribeAccountAssignmentDeletionStatusCommand.ts @@ -107,9 +107,6 @@ export class DescribeAccountAssignmentDeletionStatusCommand extends $Command< DescribeAccountAssignmentDeletionStatusCommandOutput, SSOAdminClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -123,9 +120,7 @@ export class DescribeAccountAssignmentDeletionStatusCommand extends $Command< * @public */ constructor(readonly input: DescribeAccountAssignmentDeletionStatusCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -190,7 +185,4 @@ export class DescribeAccountAssignmentDeletionStatusCommand extends $Command< ): Promise { return de_DescribeAccountAssignmentDeletionStatusCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-sso-admin/src/commands/DescribeInstanceAccessControlAttributeConfigurationCommand.ts b/clients/client-sso-admin/src/commands/DescribeInstanceAccessControlAttributeConfigurationCommand.ts index 9e3047882940..5c444c9bd7d5 100644 --- a/clients/client-sso-admin/src/commands/DescribeInstanceAccessControlAttributeConfigurationCommand.ts +++ b/clients/client-sso-admin/src/commands/DescribeInstanceAccessControlAttributeConfigurationCommand.ts @@ -111,9 +111,6 @@ export class DescribeInstanceAccessControlAttributeConfigurationCommand extends DescribeInstanceAccessControlAttributeConfigurationCommandOutput, SSOAdminClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -127,9 +124,7 @@ export class DescribeInstanceAccessControlAttributeConfigurationCommand extends * @public */ constructor(readonly input: DescribeInstanceAccessControlAttributeConfigurationCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -194,7 +189,4 @@ export class DescribeInstanceAccessControlAttributeConfigurationCommand extends ): Promise { return de_DescribeInstanceAccessControlAttributeConfigurationCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-sso-admin/src/commands/DescribePermissionSetCommand.ts b/clients/client-sso-admin/src/commands/DescribePermissionSetCommand.ts index bf5416b2c217..07a87ac5adb5 100644 --- a/clients/client-sso-admin/src/commands/DescribePermissionSetCommand.ts +++ b/clients/client-sso-admin/src/commands/DescribePermissionSetCommand.ts @@ -95,9 +95,6 @@ export class DescribePermissionSetCommand extends $Command< DescribePermissionSetCommandOutput, SSOAdminClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -111,9 +108,7 @@ export class DescribePermissionSetCommand extends $Command< * @public */ constructor(readonly input: DescribePermissionSetCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -166,7 +161,4 @@ export class DescribePermissionSetCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DescribePermissionSetCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-sso-admin/src/commands/DescribePermissionSetProvisioningStatusCommand.ts b/clients/client-sso-admin/src/commands/DescribePermissionSetProvisioningStatusCommand.ts index 7b87e68a41e4..d24b408d0a09 100644 --- a/clients/client-sso-admin/src/commands/DescribePermissionSetProvisioningStatusCommand.ts +++ b/clients/client-sso-admin/src/commands/DescribePermissionSetProvisioningStatusCommand.ts @@ -104,9 +104,6 @@ export class DescribePermissionSetProvisioningStatusCommand extends $Command< DescribePermissionSetProvisioningStatusCommandOutput, SSOAdminClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -120,9 +117,7 @@ export class DescribePermissionSetProvisioningStatusCommand extends $Command< * @public */ constructor(readonly input: DescribePermissionSetProvisioningStatusCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -187,7 +182,4 @@ export class DescribePermissionSetProvisioningStatusCommand extends $Command< ): Promise { return de_DescribePermissionSetProvisioningStatusCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-sso-admin/src/commands/DetachCustomerManagedPolicyReferenceFromPermissionSetCommand.ts b/clients/client-sso-admin/src/commands/DetachCustomerManagedPolicyReferenceFromPermissionSetCommand.ts index b853f492a981..78b2506195a1 100644 --- a/clients/client-sso-admin/src/commands/DetachCustomerManagedPolicyReferenceFromPermissionSetCommand.ts +++ b/clients/client-sso-admin/src/commands/DetachCustomerManagedPolicyReferenceFromPermissionSetCommand.ts @@ -105,9 +105,6 @@ export class DetachCustomerManagedPolicyReferenceFromPermissionSetCommand extend DetachCustomerManagedPolicyReferenceFromPermissionSetCommandOutput, SSOAdminClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -121,9 +118,7 @@ export class DetachCustomerManagedPolicyReferenceFromPermissionSetCommand extend * @public */ constructor(readonly input: DetachCustomerManagedPolicyReferenceFromPermissionSetCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -188,7 +183,4 @@ export class DetachCustomerManagedPolicyReferenceFromPermissionSetCommand extend ): Promise { return de_DetachCustomerManagedPolicyReferenceFromPermissionSetCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-sso-admin/src/commands/DetachManagedPolicyFromPermissionSetCommand.ts b/clients/client-sso-admin/src/commands/DetachManagedPolicyFromPermissionSetCommand.ts index 1d30a6940cb0..ac71c7731250 100644 --- a/clients/client-sso-admin/src/commands/DetachManagedPolicyFromPermissionSetCommand.ts +++ b/clients/client-sso-admin/src/commands/DetachManagedPolicyFromPermissionSetCommand.ts @@ -101,9 +101,6 @@ export class DetachManagedPolicyFromPermissionSetCommand extends $Command< DetachManagedPolicyFromPermissionSetCommandOutput, SSOAdminClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -117,9 +114,7 @@ export class DetachManagedPolicyFromPermissionSetCommand extends $Command< * @public */ constructor(readonly input: DetachManagedPolicyFromPermissionSetCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -178,7 +173,4 @@ export class DetachManagedPolicyFromPermissionSetCommand extends $Command< ): Promise { return de_DetachManagedPolicyFromPermissionSetCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-sso-admin/src/commands/GetInlinePolicyForPermissionSetCommand.ts b/clients/client-sso-admin/src/commands/GetInlinePolicyForPermissionSetCommand.ts index c97e4d16a9d4..2c409128895e 100644 --- a/clients/client-sso-admin/src/commands/GetInlinePolicyForPermissionSetCommand.ts +++ b/clients/client-sso-admin/src/commands/GetInlinePolicyForPermissionSetCommand.ts @@ -93,9 +93,6 @@ export class GetInlinePolicyForPermissionSetCommand extends $Command< GetInlinePolicyForPermissionSetCommandOutput, SSOAdminClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -109,9 +106,7 @@ export class GetInlinePolicyForPermissionSetCommand extends $Command< * @public */ constructor(readonly input: GetInlinePolicyForPermissionSetCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -170,7 +165,4 @@ export class GetInlinePolicyForPermissionSetCommand extends $Command< ): Promise { return de_GetInlinePolicyForPermissionSetCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-sso-admin/src/commands/GetPermissionsBoundaryForPermissionSetCommand.ts b/clients/client-sso-admin/src/commands/GetPermissionsBoundaryForPermissionSetCommand.ts index 584b07f20f6d..0cec8277bd34 100644 --- a/clients/client-sso-admin/src/commands/GetPermissionsBoundaryForPermissionSetCommand.ts +++ b/clients/client-sso-admin/src/commands/GetPermissionsBoundaryForPermissionSetCommand.ts @@ -103,9 +103,6 @@ export class GetPermissionsBoundaryForPermissionSetCommand extends $Command< GetPermissionsBoundaryForPermissionSetCommandOutput, SSOAdminClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -119,9 +116,7 @@ export class GetPermissionsBoundaryForPermissionSetCommand extends $Command< * @public */ constructor(readonly input: GetPermissionsBoundaryForPermissionSetCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -180,7 +175,4 @@ export class GetPermissionsBoundaryForPermissionSetCommand extends $Command< ): Promise { return de_GetPermissionsBoundaryForPermissionSetCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-sso-admin/src/commands/ListAccountAssignmentCreationStatusCommand.ts b/clients/client-sso-admin/src/commands/ListAccountAssignmentCreationStatusCommand.ts index 4c664fc48702..528c2517e7f2 100644 --- a/clients/client-sso-admin/src/commands/ListAccountAssignmentCreationStatusCommand.ts +++ b/clients/client-sso-admin/src/commands/ListAccountAssignmentCreationStatusCommand.ts @@ -108,9 +108,6 @@ export class ListAccountAssignmentCreationStatusCommand extends $Command< ListAccountAssignmentCreationStatusCommandOutput, SSOAdminClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -124,9 +121,7 @@ export class ListAccountAssignmentCreationStatusCommand extends $Command< * @public */ constructor(readonly input: ListAccountAssignmentCreationStatusCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -185,7 +180,4 @@ export class ListAccountAssignmentCreationStatusCommand extends $Command< ): Promise { return de_ListAccountAssignmentCreationStatusCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-sso-admin/src/commands/ListAccountAssignmentDeletionStatusCommand.ts b/clients/client-sso-admin/src/commands/ListAccountAssignmentDeletionStatusCommand.ts index 9f9289eefea4..fca6a88b763f 100644 --- a/clients/client-sso-admin/src/commands/ListAccountAssignmentDeletionStatusCommand.ts +++ b/clients/client-sso-admin/src/commands/ListAccountAssignmentDeletionStatusCommand.ts @@ -108,9 +108,6 @@ export class ListAccountAssignmentDeletionStatusCommand extends $Command< ListAccountAssignmentDeletionStatusCommandOutput, SSOAdminClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -124,9 +121,7 @@ export class ListAccountAssignmentDeletionStatusCommand extends $Command< * @public */ constructor(readonly input: ListAccountAssignmentDeletionStatusCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -185,7 +180,4 @@ export class ListAccountAssignmentDeletionStatusCommand extends $Command< ): Promise { return de_ListAccountAssignmentDeletionStatusCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-sso-admin/src/commands/ListAccountAssignmentsCommand.ts b/clients/client-sso-admin/src/commands/ListAccountAssignmentsCommand.ts index 569315147654..1852b29327a7 100644 --- a/clients/client-sso-admin/src/commands/ListAccountAssignmentsCommand.ts +++ b/clients/client-sso-admin/src/commands/ListAccountAssignmentsCommand.ts @@ -99,9 +99,6 @@ export class ListAccountAssignmentsCommand extends $Command< ListAccountAssignmentsCommandOutput, SSOAdminClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -115,9 +112,7 @@ export class ListAccountAssignmentsCommand extends $Command< * @public */ constructor(readonly input: ListAccountAssignmentsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -170,7 +165,4 @@ export class ListAccountAssignmentsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListAccountAssignmentsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-sso-admin/src/commands/ListAccountsForProvisionedPermissionSetCommand.ts b/clients/client-sso-admin/src/commands/ListAccountsForProvisionedPermissionSetCommand.ts index fb10c7dfff1c..ccbce5a3c48d 100644 --- a/clients/client-sso-admin/src/commands/ListAccountsForProvisionedPermissionSetCommand.ts +++ b/clients/client-sso-admin/src/commands/ListAccountsForProvisionedPermissionSetCommand.ts @@ -103,9 +103,6 @@ export class ListAccountsForProvisionedPermissionSetCommand extends $Command< ListAccountsForProvisionedPermissionSetCommandOutput, SSOAdminClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -119,9 +116,7 @@ export class ListAccountsForProvisionedPermissionSetCommand extends $Command< * @public */ constructor(readonly input: ListAccountsForProvisionedPermissionSetCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -186,7 +181,4 @@ export class ListAccountsForProvisionedPermissionSetCommand extends $Command< ): Promise { return de_ListAccountsForProvisionedPermissionSetCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-sso-admin/src/commands/ListCustomerManagedPolicyReferencesInPermissionSetCommand.ts b/clients/client-sso-admin/src/commands/ListCustomerManagedPolicyReferencesInPermissionSetCommand.ts index 2b4fb1c4bebe..d490f4984cf5 100644 --- a/clients/client-sso-admin/src/commands/ListCustomerManagedPolicyReferencesInPermissionSetCommand.ts +++ b/clients/client-sso-admin/src/commands/ListCustomerManagedPolicyReferencesInPermissionSetCommand.ts @@ -105,9 +105,6 @@ export class ListCustomerManagedPolicyReferencesInPermissionSetCommand extends $ ListCustomerManagedPolicyReferencesInPermissionSetCommandOutput, SSOAdminClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -121,9 +118,7 @@ export class ListCustomerManagedPolicyReferencesInPermissionSetCommand extends $ * @public */ constructor(readonly input: ListCustomerManagedPolicyReferencesInPermissionSetCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -188,7 +183,4 @@ export class ListCustomerManagedPolicyReferencesInPermissionSetCommand extends $ ): Promise { return de_ListCustomerManagedPolicyReferencesInPermissionSetCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-sso-admin/src/commands/ListInstancesCommand.ts b/clients/client-sso-admin/src/commands/ListInstancesCommand.ts index 508883ec6c9b..c934173f8511 100644 --- a/clients/client-sso-admin/src/commands/ListInstancesCommand.ts +++ b/clients/client-sso-admin/src/commands/ListInstancesCommand.ts @@ -91,9 +91,6 @@ export class ListInstancesCommand extends $Command< ListInstancesCommandOutput, SSOAdminClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -107,9 +104,7 @@ export class ListInstancesCommand extends $Command< * @public */ constructor(readonly input: ListInstancesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -160,7 +155,4 @@ export class ListInstancesCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListInstancesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-sso-admin/src/commands/ListManagedPoliciesInPermissionSetCommand.ts b/clients/client-sso-admin/src/commands/ListManagedPoliciesInPermissionSetCommand.ts index 4d0508f61edc..78b93d1658aa 100644 --- a/clients/client-sso-admin/src/commands/ListManagedPoliciesInPermissionSetCommand.ts +++ b/clients/client-sso-admin/src/commands/ListManagedPoliciesInPermissionSetCommand.ts @@ -104,9 +104,6 @@ export class ListManagedPoliciesInPermissionSetCommand extends $Command< ListManagedPoliciesInPermissionSetCommandOutput, SSOAdminClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -120,9 +117,7 @@ export class ListManagedPoliciesInPermissionSetCommand extends $Command< * @public */ constructor(readonly input: ListManagedPoliciesInPermissionSetCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -181,7 +176,4 @@ export class ListManagedPoliciesInPermissionSetCommand extends $Command< ): Promise { return de_ListManagedPoliciesInPermissionSetCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-sso-admin/src/commands/ListPermissionSetProvisioningStatusCommand.ts b/clients/client-sso-admin/src/commands/ListPermissionSetProvisioningStatusCommand.ts index 9c39962b85ba..532152846607 100644 --- a/clients/client-sso-admin/src/commands/ListPermissionSetProvisioningStatusCommand.ts +++ b/clients/client-sso-admin/src/commands/ListPermissionSetProvisioningStatusCommand.ts @@ -108,9 +108,6 @@ export class ListPermissionSetProvisioningStatusCommand extends $Command< ListPermissionSetProvisioningStatusCommandOutput, SSOAdminClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -124,9 +121,7 @@ export class ListPermissionSetProvisioningStatusCommand extends $Command< * @public */ constructor(readonly input: ListPermissionSetProvisioningStatusCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -185,7 +180,4 @@ export class ListPermissionSetProvisioningStatusCommand extends $Command< ): Promise { return de_ListPermissionSetProvisioningStatusCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-sso-admin/src/commands/ListPermissionSetsCommand.ts b/clients/client-sso-admin/src/commands/ListPermissionSetsCommand.ts index cc36184183e3..f373c1f49ac7 100644 --- a/clients/client-sso-admin/src/commands/ListPermissionSetsCommand.ts +++ b/clients/client-sso-admin/src/commands/ListPermissionSetsCommand.ts @@ -92,9 +92,6 @@ export class ListPermissionSetsCommand extends $Command< ListPermissionSetsCommandOutput, SSOAdminClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -108,9 +105,7 @@ export class ListPermissionSetsCommand extends $Command< * @public */ constructor(readonly input: ListPermissionSetsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -163,7 +158,4 @@ export class ListPermissionSetsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListPermissionSetsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-sso-admin/src/commands/ListPermissionSetsProvisionedToAccountCommand.ts b/clients/client-sso-admin/src/commands/ListPermissionSetsProvisionedToAccountCommand.ts index b846519cb04e..4f725293aa00 100644 --- a/clients/client-sso-admin/src/commands/ListPermissionSetsProvisionedToAccountCommand.ts +++ b/clients/client-sso-admin/src/commands/ListPermissionSetsProvisionedToAccountCommand.ts @@ -103,9 +103,6 @@ export class ListPermissionSetsProvisionedToAccountCommand extends $Command< ListPermissionSetsProvisionedToAccountCommandOutput, SSOAdminClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -119,9 +116,7 @@ export class ListPermissionSetsProvisionedToAccountCommand extends $Command< * @public */ constructor(readonly input: ListPermissionSetsProvisionedToAccountCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -180,7 +175,4 @@ export class ListPermissionSetsProvisionedToAccountCommand extends $Command< ): Promise { return de_ListPermissionSetsProvisionedToAccountCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-sso-admin/src/commands/ListTagsForResourceCommand.ts b/clients/client-sso-admin/src/commands/ListTagsForResourceCommand.ts index 2d35e736cc8d..e35abeef9df4 100644 --- a/clients/client-sso-admin/src/commands/ListTagsForResourceCommand.ts +++ b/clients/client-sso-admin/src/commands/ListTagsForResourceCommand.ts @@ -95,9 +95,6 @@ export class ListTagsForResourceCommand extends $Command< ListTagsForResourceCommandOutput, SSOAdminClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -111,9 +108,7 @@ export class ListTagsForResourceCommand extends $Command< * @public */ constructor(readonly input: ListTagsForResourceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -166,7 +161,4 @@ export class ListTagsForResourceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListTagsForResourceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-sso-admin/src/commands/ProvisionPermissionSetCommand.ts b/clients/client-sso-admin/src/commands/ProvisionPermissionSetCommand.ts index c109e9b4d00a..2a77728d8310 100644 --- a/clients/client-sso-admin/src/commands/ProvisionPermissionSetCommand.ts +++ b/clients/client-sso-admin/src/commands/ProvisionPermissionSetCommand.ts @@ -104,9 +104,6 @@ export class ProvisionPermissionSetCommand extends $Command< ProvisionPermissionSetCommandOutput, SSOAdminClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -120,9 +117,7 @@ export class ProvisionPermissionSetCommand extends $Command< * @public */ constructor(readonly input: ProvisionPermissionSetCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -175,7 +170,4 @@ export class ProvisionPermissionSetCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ProvisionPermissionSetCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-sso-admin/src/commands/PutInlinePolicyToPermissionSetCommand.ts b/clients/client-sso-admin/src/commands/PutInlinePolicyToPermissionSetCommand.ts index ca07d7d30e7d..5b7f09cbeffa 100644 --- a/clients/client-sso-admin/src/commands/PutInlinePolicyToPermissionSetCommand.ts +++ b/clients/client-sso-admin/src/commands/PutInlinePolicyToPermissionSetCommand.ts @@ -109,9 +109,6 @@ export class PutInlinePolicyToPermissionSetCommand extends $Command< PutInlinePolicyToPermissionSetCommandOutput, SSOAdminClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -125,9 +122,7 @@ export class PutInlinePolicyToPermissionSetCommand extends $Command< * @public */ constructor(readonly input: PutInlinePolicyToPermissionSetCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -186,7 +181,4 @@ export class PutInlinePolicyToPermissionSetCommand extends $Command< ): Promise { return de_PutInlinePolicyToPermissionSetCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-sso-admin/src/commands/PutPermissionsBoundaryToPermissionSetCommand.ts b/clients/client-sso-admin/src/commands/PutPermissionsBoundaryToPermissionSetCommand.ts index acf307c15f79..6b79873e79f4 100644 --- a/clients/client-sso-admin/src/commands/PutPermissionsBoundaryToPermissionSetCommand.ts +++ b/clients/client-sso-admin/src/commands/PutPermissionsBoundaryToPermissionSetCommand.ts @@ -108,9 +108,6 @@ export class PutPermissionsBoundaryToPermissionSetCommand extends $Command< PutPermissionsBoundaryToPermissionSetCommandOutput, SSOAdminClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -124,9 +121,7 @@ export class PutPermissionsBoundaryToPermissionSetCommand extends $Command< * @public */ constructor(readonly input: PutPermissionsBoundaryToPermissionSetCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -185,7 +180,4 @@ export class PutPermissionsBoundaryToPermissionSetCommand extends $Command< ): Promise { return de_PutPermissionsBoundaryToPermissionSetCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-sso-admin/src/commands/TagResourceCommand.ts b/clients/client-sso-admin/src/commands/TagResourceCommand.ts index a331d4b6d679..5812c05e98d0 100644 --- a/clients/client-sso-admin/src/commands/TagResourceCommand.ts +++ b/clients/client-sso-admin/src/commands/TagResourceCommand.ts @@ -102,9 +102,6 @@ export class TagResourceCommand extends $Command< TagResourceCommandOutput, SSOAdminClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -118,9 +115,7 @@ export class TagResourceCommand extends $Command< * @public */ constructor(readonly input: TagResourceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -171,7 +166,4 @@ export class TagResourceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_TagResourceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-sso-admin/src/commands/UntagResourceCommand.ts b/clients/client-sso-admin/src/commands/UntagResourceCommand.ts index 3f13d2be872b..43f5cefd90d2 100644 --- a/clients/client-sso-admin/src/commands/UntagResourceCommand.ts +++ b/clients/client-sso-admin/src/commands/UntagResourceCommand.ts @@ -95,9 +95,6 @@ export class UntagResourceCommand extends $Command< UntagResourceCommandOutput, SSOAdminClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -111,9 +108,7 @@ export class UntagResourceCommand extends $Command< * @public */ constructor(readonly input: UntagResourceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -164,7 +159,4 @@ export class UntagResourceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UntagResourceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-sso-admin/src/commands/UpdateInstanceAccessControlAttributeConfigurationCommand.ts b/clients/client-sso-admin/src/commands/UpdateInstanceAccessControlAttributeConfigurationCommand.ts index 50b25b212c2a..5cd209a394cc 100644 --- a/clients/client-sso-admin/src/commands/UpdateInstanceAccessControlAttributeConfigurationCommand.ts +++ b/clients/client-sso-admin/src/commands/UpdateInstanceAccessControlAttributeConfigurationCommand.ts @@ -117,9 +117,6 @@ export class UpdateInstanceAccessControlAttributeConfigurationCommand extends $C UpdateInstanceAccessControlAttributeConfigurationCommandOutput, SSOAdminClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -133,9 +130,7 @@ export class UpdateInstanceAccessControlAttributeConfigurationCommand extends $C * @public */ constructor(readonly input: UpdateInstanceAccessControlAttributeConfigurationCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -200,7 +195,4 @@ export class UpdateInstanceAccessControlAttributeConfigurationCommand extends $C ): Promise { return de_UpdateInstanceAccessControlAttributeConfigurationCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-sso-admin/src/commands/UpdatePermissionSetCommand.ts b/clients/client-sso-admin/src/commands/UpdatePermissionSetCommand.ts index ee18db93cb08..d4bdac364055 100644 --- a/clients/client-sso-admin/src/commands/UpdatePermissionSetCommand.ts +++ b/clients/client-sso-admin/src/commands/UpdatePermissionSetCommand.ts @@ -95,9 +95,6 @@ export class UpdatePermissionSetCommand extends $Command< UpdatePermissionSetCommandOutput, SSOAdminClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -111,9 +108,7 @@ export class UpdatePermissionSetCommand extends $Command< * @public */ constructor(readonly input: UpdatePermissionSetCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -166,7 +161,4 @@ export class UpdatePermissionSetCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdatePermissionSetCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-sso-oidc/package.json b/clients/client-sso-oidc/package.json index 7a87516ed94a..0b0bcaabd7c9 100644 --- a/clients/client-sso-oidc/package.json +++ b/clients/client-sso-oidc/package.json @@ -31,29 +31,29 @@ "@aws-sdk/util-endpoints": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@smithy/config-resolver": "^2.0.16", - "@smithy/fetch-http-handler": "^2.2.4", - "@smithy/hash-node": "^2.0.12", - "@smithy/invalid-dependency": "^2.0.12", - "@smithy/middleware-content-length": "^2.0.14", - "@smithy/middleware-endpoint": "^2.1.3", - "@smithy/middleware-retry": "^2.0.18", - "@smithy/middleware-serde": "^2.0.12", - "@smithy/middleware-stack": "^2.0.6", - "@smithy/node-config-provider": "^2.1.3", - "@smithy/node-http-handler": "^2.1.8", - "@smithy/protocol-http": "^3.0.8", - "@smithy/smithy-client": "^2.1.12", - "@smithy/types": "^2.4.0", - "@smithy/url-parser": "^2.0.12", - "@smithy/util-base64": "^2.0.0", + "@smithy/config-resolver": "^2.0.18", + "@smithy/fetch-http-handler": "^2.2.6", + "@smithy/hash-node": "^2.0.15", + "@smithy/invalid-dependency": "^2.0.13", + "@smithy/middleware-content-length": "^2.0.15", + "@smithy/middleware-endpoint": "^2.2.0", + "@smithy/middleware-retry": "^2.0.20", + "@smithy/middleware-serde": "^2.0.13", + "@smithy/middleware-stack": "^2.0.7", + "@smithy/node-config-provider": "^2.1.5", + "@smithy/node-http-handler": "^2.1.9", + "@smithy/protocol-http": "^3.0.9", + "@smithy/smithy-client": "^2.1.15", + "@smithy/types": "^2.5.0", + "@smithy/url-parser": "^2.0.13", + "@smithy/util-base64": "^2.0.1", "@smithy/util-body-length-browser": "^2.0.0", "@smithy/util-body-length-node": "^2.1.0", - "@smithy/util-defaults-mode-browser": "^2.0.16", - "@smithy/util-defaults-mode-node": "^2.0.21", - "@smithy/util-endpoints": "^1.0.2", - "@smithy/util-retry": "^2.0.5", - "@smithy/util-utf8": "^2.0.0", + "@smithy/util-defaults-mode-browser": "^2.0.19", + "@smithy/util-defaults-mode-node": "^2.0.25", + "@smithy/util-endpoints": "^1.0.4", + "@smithy/util-retry": "^2.0.6", + "@smithy/util-utf8": "^2.0.2", "tslib": "^2.5.0" }, "devDependencies": { diff --git a/clients/client-sso-oidc/src/commands/CreateTokenCommand.ts b/clients/client-sso-oidc/src/commands/CreateTokenCommand.ts index a8b495eab629..0ffef69f22ab 100644 --- a/clients/client-sso-oidc/src/commands/CreateTokenCommand.ts +++ b/clients/client-sso-oidc/src/commands/CreateTokenCommand.ts @@ -126,9 +126,6 @@ export class CreateTokenCommand extends $Command< CreateTokenCommandOutput, SSOOIDCClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -142,9 +139,7 @@ export class CreateTokenCommand extends $Command< * @public */ constructor(readonly input: CreateTokenCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -195,7 +190,4 @@ export class CreateTokenCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateTokenCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-sso-oidc/src/commands/RegisterClientCommand.ts b/clients/client-sso-oidc/src/commands/RegisterClientCommand.ts index 8f5663684fd4..b3656d04131f 100644 --- a/clients/client-sso-oidc/src/commands/RegisterClientCommand.ts +++ b/clients/client-sso-oidc/src/commands/RegisterClientCommand.ts @@ -95,9 +95,6 @@ export class RegisterClientCommand extends $Command< RegisterClientCommandOutput, SSOOIDCClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -111,9 +108,7 @@ export class RegisterClientCommand extends $Command< * @public */ constructor(readonly input: RegisterClientCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -166,7 +161,4 @@ export class RegisterClientCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_RegisterClientCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-sso-oidc/src/commands/StartDeviceAuthorizationCommand.ts b/clients/client-sso-oidc/src/commands/StartDeviceAuthorizationCommand.ts index d28566c71cdb..e1eee550efed 100644 --- a/clients/client-sso-oidc/src/commands/StartDeviceAuthorizationCommand.ts +++ b/clients/client-sso-oidc/src/commands/StartDeviceAuthorizationCommand.ts @@ -99,9 +99,6 @@ export class StartDeviceAuthorizationCommand extends $Command< StartDeviceAuthorizationCommandOutput, SSOOIDCClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -115,9 +112,7 @@ export class StartDeviceAuthorizationCommand extends $Command< * @public */ constructor(readonly input: StartDeviceAuthorizationCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -170,7 +165,4 @@ export class StartDeviceAuthorizationCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_StartDeviceAuthorizationCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-sso/package.json b/clients/client-sso/package.json index 231e84b1e949..39e25c7f0cc2 100644 --- a/clients/client-sso/package.json +++ b/clients/client-sso/package.json @@ -31,29 +31,29 @@ "@aws-sdk/util-endpoints": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@smithy/config-resolver": "^2.0.16", - "@smithy/fetch-http-handler": "^2.2.4", - "@smithy/hash-node": "^2.0.12", - "@smithy/invalid-dependency": "^2.0.12", - "@smithy/middleware-content-length": "^2.0.14", - "@smithy/middleware-endpoint": "^2.1.3", - "@smithy/middleware-retry": "^2.0.18", - "@smithy/middleware-serde": "^2.0.12", - "@smithy/middleware-stack": "^2.0.6", - "@smithy/node-config-provider": "^2.1.3", - "@smithy/node-http-handler": "^2.1.8", - "@smithy/protocol-http": "^3.0.8", - "@smithy/smithy-client": "^2.1.12", - "@smithy/types": "^2.4.0", - "@smithy/url-parser": "^2.0.12", - "@smithy/util-base64": "^2.0.0", + "@smithy/config-resolver": "^2.0.18", + "@smithy/fetch-http-handler": "^2.2.6", + "@smithy/hash-node": "^2.0.15", + "@smithy/invalid-dependency": "^2.0.13", + "@smithy/middleware-content-length": "^2.0.15", + "@smithy/middleware-endpoint": "^2.2.0", + "@smithy/middleware-retry": "^2.0.20", + "@smithy/middleware-serde": "^2.0.13", + "@smithy/middleware-stack": "^2.0.7", + "@smithy/node-config-provider": "^2.1.5", + "@smithy/node-http-handler": "^2.1.9", + "@smithy/protocol-http": "^3.0.9", + "@smithy/smithy-client": "^2.1.15", + "@smithy/types": "^2.5.0", + "@smithy/url-parser": "^2.0.13", + "@smithy/util-base64": "^2.0.1", "@smithy/util-body-length-browser": "^2.0.0", "@smithy/util-body-length-node": "^2.1.0", - "@smithy/util-defaults-mode-browser": "^2.0.16", - "@smithy/util-defaults-mode-node": "^2.0.21", - "@smithy/util-endpoints": "^1.0.2", - "@smithy/util-retry": "^2.0.5", - "@smithy/util-utf8": "^2.0.0", + "@smithy/util-defaults-mode-browser": "^2.0.19", + "@smithy/util-defaults-mode-node": "^2.0.25", + "@smithy/util-endpoints": "^1.0.4", + "@smithy/util-retry": "^2.0.6", + "@smithy/util-utf8": "^2.0.2", "tslib": "^2.5.0" }, "devDependencies": { diff --git a/clients/client-sso/src/commands/GetRoleCredentialsCommand.ts b/clients/client-sso/src/commands/GetRoleCredentialsCommand.ts index 65ef626b9a10..95fb281c00a9 100644 --- a/clients/client-sso/src/commands/GetRoleCredentialsCommand.ts +++ b/clients/client-sso/src/commands/GetRoleCredentialsCommand.ts @@ -98,9 +98,6 @@ export class GetRoleCredentialsCommand extends $Command< GetRoleCredentialsCommandOutput, SSOClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -114,9 +111,7 @@ export class GetRoleCredentialsCommand extends $Command< * @public */ constructor(readonly input: GetRoleCredentialsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -169,7 +164,4 @@ export class GetRoleCredentialsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetRoleCredentialsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-sso/src/commands/ListAccountRolesCommand.ts b/clients/client-sso/src/commands/ListAccountRolesCommand.ts index 4d1ec3a76545..42d8992f0c86 100644 --- a/clients/client-sso/src/commands/ListAccountRolesCommand.ts +++ b/clients/client-sso/src/commands/ListAccountRolesCommand.ts @@ -98,9 +98,6 @@ export class ListAccountRolesCommand extends $Command< ListAccountRolesCommandOutput, SSOClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -114,9 +111,7 @@ export class ListAccountRolesCommand extends $Command< * @public */ constructor(readonly input: ListAccountRolesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -169,7 +164,4 @@ export class ListAccountRolesCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListAccountRolesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-sso/src/commands/ListAccountsCommand.ts b/clients/client-sso/src/commands/ListAccountsCommand.ts index 4470799c0f61..45fd8e8ea61a 100644 --- a/clients/client-sso/src/commands/ListAccountsCommand.ts +++ b/clients/client-sso/src/commands/ListAccountsCommand.ts @@ -96,9 +96,6 @@ export class ListAccountsCommand extends $Command< ListAccountsCommandOutput, SSOClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -112,9 +109,7 @@ export class ListAccountsCommand extends $Command< * @public */ constructor(readonly input: ListAccountsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -165,7 +160,4 @@ export class ListAccountsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListAccountsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-sso/src/commands/LogoutCommand.ts b/clients/client-sso/src/commands/LogoutCommand.ts index 6096d13ee541..2bcbb780aab4 100644 --- a/clients/client-sso/src/commands/LogoutCommand.ts +++ b/clients/client-sso/src/commands/LogoutCommand.ts @@ -89,9 +89,6 @@ export interface LogoutCommandOutput extends __MetadataBearer {} * */ export class LogoutCommand extends $Command { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -105,9 +102,7 @@ export class LogoutCommand extends $Command { return de_LogoutCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-storage-gateway/package.json b/clients/client-storage-gateway/package.json index 0998d740dd6b..a6c3960e597c 100644 --- a/clients/client-storage-gateway/package.json +++ b/clients/client-storage-gateway/package.json @@ -34,29 +34,29 @@ "@aws-sdk/util-endpoints": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@smithy/config-resolver": "^2.0.16", - "@smithy/fetch-http-handler": "^2.2.4", - "@smithy/hash-node": "^2.0.12", - "@smithy/invalid-dependency": "^2.0.12", - "@smithy/middleware-content-length": "^2.0.14", - "@smithy/middleware-endpoint": "^2.1.3", - "@smithy/middleware-retry": "^2.0.18", - "@smithy/middleware-serde": "^2.0.12", - "@smithy/middleware-stack": "^2.0.6", - "@smithy/node-config-provider": "^2.1.3", - "@smithy/node-http-handler": "^2.1.8", - "@smithy/protocol-http": "^3.0.8", - "@smithy/smithy-client": "^2.1.12", - "@smithy/types": "^2.4.0", - "@smithy/url-parser": "^2.0.12", - "@smithy/util-base64": "^2.0.0", + "@smithy/config-resolver": "^2.0.18", + "@smithy/fetch-http-handler": "^2.2.6", + "@smithy/hash-node": "^2.0.15", + "@smithy/invalid-dependency": "^2.0.13", + "@smithy/middleware-content-length": "^2.0.15", + "@smithy/middleware-endpoint": "^2.2.0", + "@smithy/middleware-retry": "^2.0.20", + "@smithy/middleware-serde": "^2.0.13", + "@smithy/middleware-stack": "^2.0.7", + "@smithy/node-config-provider": "^2.1.5", + "@smithy/node-http-handler": "^2.1.9", + "@smithy/protocol-http": "^3.0.9", + "@smithy/smithy-client": "^2.1.15", + "@smithy/types": "^2.5.0", + "@smithy/url-parser": "^2.0.13", + "@smithy/util-base64": "^2.0.1", "@smithy/util-body-length-browser": "^2.0.0", "@smithy/util-body-length-node": "^2.1.0", - "@smithy/util-defaults-mode-browser": "^2.0.16", - "@smithy/util-defaults-mode-node": "^2.0.21", - "@smithy/util-endpoints": "^1.0.2", - "@smithy/util-retry": "^2.0.5", - "@smithy/util-utf8": "^2.0.0", + "@smithy/util-defaults-mode-browser": "^2.0.19", + "@smithy/util-defaults-mode-node": "^2.0.25", + "@smithy/util-endpoints": "^1.0.4", + "@smithy/util-retry": "^2.0.6", + "@smithy/util-utf8": "^2.0.2", "tslib": "^2.5.0" }, "devDependencies": { diff --git a/clients/client-storage-gateway/src/commands/ActivateGatewayCommand.ts b/clients/client-storage-gateway/src/commands/ActivateGatewayCommand.ts index 56f31bff9863..9891f27bf415 100644 --- a/clients/client-storage-gateway/src/commands/ActivateGatewayCommand.ts +++ b/clients/client-storage-gateway/src/commands/ActivateGatewayCommand.ts @@ -119,9 +119,6 @@ export class ActivateGatewayCommand extends $Command< ActivateGatewayCommandOutput, StorageGatewayClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -135,9 +132,7 @@ export class ActivateGatewayCommand extends $Command< * @public */ constructor(readonly input: ActivateGatewayCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -190,7 +185,4 @@ export class ActivateGatewayCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ActivateGatewayCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-storage-gateway/src/commands/AddCacheCommand.ts b/clients/client-storage-gateway/src/commands/AddCacheCommand.ts index d0c6fe1aba86..258dbf92be64 100644 --- a/clients/client-storage-gateway/src/commands/AddCacheCommand.ts +++ b/clients/client-storage-gateway/src/commands/AddCacheCommand.ts @@ -104,9 +104,6 @@ export class AddCacheCommand extends $Command< AddCacheCommandOutput, StorageGatewayClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -120,9 +117,7 @@ export class AddCacheCommand extends $Command< * @public */ constructor(readonly input: AddCacheCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -173,7 +168,4 @@ export class AddCacheCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_AddCacheCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-storage-gateway/src/commands/AddTagsToResourceCommand.ts b/clients/client-storage-gateway/src/commands/AddTagsToResourceCommand.ts index 989d6f1d1d3a..a42d3bb27caa 100644 --- a/clients/client-storage-gateway/src/commands/AddTagsToResourceCommand.ts +++ b/clients/client-storage-gateway/src/commands/AddTagsToResourceCommand.ts @@ -128,9 +128,6 @@ export class AddTagsToResourceCommand extends $Command< AddTagsToResourceCommandOutput, StorageGatewayClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -144,9 +141,7 @@ export class AddTagsToResourceCommand extends $Command< * @public */ constructor(readonly input: AddTagsToResourceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -199,7 +194,4 @@ export class AddTagsToResourceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_AddTagsToResourceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-storage-gateway/src/commands/AddUploadBufferCommand.ts b/clients/client-storage-gateway/src/commands/AddUploadBufferCommand.ts index 1ae92a2ac4db..1e120f492f0a 100644 --- a/clients/client-storage-gateway/src/commands/AddUploadBufferCommand.ts +++ b/clients/client-storage-gateway/src/commands/AddUploadBufferCommand.ts @@ -106,9 +106,6 @@ export class AddUploadBufferCommand extends $Command< AddUploadBufferCommandOutput, StorageGatewayClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -122,9 +119,7 @@ export class AddUploadBufferCommand extends $Command< * @public */ constructor(readonly input: AddUploadBufferCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -177,7 +172,4 @@ export class AddUploadBufferCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_AddUploadBufferCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-storage-gateway/src/commands/AddWorkingStorageCommand.ts b/clients/client-storage-gateway/src/commands/AddWorkingStorageCommand.ts index b0cfaed98c7b..dd7fac72a2f3 100644 --- a/clients/client-storage-gateway/src/commands/AddWorkingStorageCommand.ts +++ b/clients/client-storage-gateway/src/commands/AddWorkingStorageCommand.ts @@ -111,9 +111,6 @@ export class AddWorkingStorageCommand extends $Command< AddWorkingStorageCommandOutput, StorageGatewayClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -127,9 +124,7 @@ export class AddWorkingStorageCommand extends $Command< * @public */ constructor(readonly input: AddWorkingStorageCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -182,7 +177,4 @@ export class AddWorkingStorageCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_AddWorkingStorageCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-storage-gateway/src/commands/AssignTapePoolCommand.ts b/clients/client-storage-gateway/src/commands/AssignTapePoolCommand.ts index 434d61f0e5f9..d066c0a077bc 100644 --- a/clients/client-storage-gateway/src/commands/AssignTapePoolCommand.ts +++ b/clients/client-storage-gateway/src/commands/AssignTapePoolCommand.ts @@ -83,9 +83,6 @@ export class AssignTapePoolCommand extends $Command< AssignTapePoolCommandOutput, StorageGatewayClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -99,9 +96,7 @@ export class AssignTapePoolCommand extends $Command< * @public */ constructor(readonly input: AssignTapePoolCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -154,7 +149,4 @@ export class AssignTapePoolCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_AssignTapePoolCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-storage-gateway/src/commands/AssociateFileSystemCommand.ts b/clients/client-storage-gateway/src/commands/AssociateFileSystemCommand.ts index eb771524b3ab..83163131cf4a 100644 --- a/clients/client-storage-gateway/src/commands/AssociateFileSystemCommand.ts +++ b/clients/client-storage-gateway/src/commands/AssociateFileSystemCommand.ts @@ -104,9 +104,6 @@ export class AssociateFileSystemCommand extends $Command< AssociateFileSystemCommandOutput, StorageGatewayClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -120,9 +117,7 @@ export class AssociateFileSystemCommand extends $Command< * @public */ constructor(readonly input: AssociateFileSystemCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -175,7 +170,4 @@ export class AssociateFileSystemCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_AssociateFileSystemCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-storage-gateway/src/commands/AttachVolumeCommand.ts b/clients/client-storage-gateway/src/commands/AttachVolumeCommand.ts index 2f6cc301f5fd..494a5d43371f 100644 --- a/clients/client-storage-gateway/src/commands/AttachVolumeCommand.ts +++ b/clients/client-storage-gateway/src/commands/AttachVolumeCommand.ts @@ -86,9 +86,6 @@ export class AttachVolumeCommand extends $Command< AttachVolumeCommandOutput, StorageGatewayClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -102,9 +99,7 @@ export class AttachVolumeCommand extends $Command< * @public */ constructor(readonly input: AttachVolumeCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -155,7 +150,4 @@ export class AttachVolumeCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_AttachVolumeCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-storage-gateway/src/commands/CancelArchivalCommand.ts b/clients/client-storage-gateway/src/commands/CancelArchivalCommand.ts index 09da5e06177a..015016cb238c 100644 --- a/clients/client-storage-gateway/src/commands/CancelArchivalCommand.ts +++ b/clients/client-storage-gateway/src/commands/CancelArchivalCommand.ts @@ -97,9 +97,6 @@ export class CancelArchivalCommand extends $Command< CancelArchivalCommandOutput, StorageGatewayClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -113,9 +110,7 @@ export class CancelArchivalCommand extends $Command< * @public */ constructor(readonly input: CancelArchivalCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -168,7 +163,4 @@ export class CancelArchivalCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CancelArchivalCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-storage-gateway/src/commands/CancelRetrievalCommand.ts b/clients/client-storage-gateway/src/commands/CancelRetrievalCommand.ts index 5c33b67f1375..db6c0955d7ab 100644 --- a/clients/client-storage-gateway/src/commands/CancelRetrievalCommand.ts +++ b/clients/client-storage-gateway/src/commands/CancelRetrievalCommand.ts @@ -98,9 +98,6 @@ export class CancelRetrievalCommand extends $Command< CancelRetrievalCommandOutput, StorageGatewayClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -114,9 +111,7 @@ export class CancelRetrievalCommand extends $Command< * @public */ constructor(readonly input: CancelRetrievalCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -169,7 +164,4 @@ export class CancelRetrievalCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CancelRetrievalCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-storage-gateway/src/commands/CreateCachediSCSIVolumeCommand.ts b/clients/client-storage-gateway/src/commands/CreateCachediSCSIVolumeCommand.ts index 4d866c7bd795..2e2df5426018 100644 --- a/clients/client-storage-gateway/src/commands/CreateCachediSCSIVolumeCommand.ts +++ b/clients/client-storage-gateway/src/commands/CreateCachediSCSIVolumeCommand.ts @@ -129,9 +129,6 @@ export class CreateCachediSCSIVolumeCommand extends $Command< CreateCachediSCSIVolumeCommandOutput, StorageGatewayClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -145,9 +142,7 @@ export class CreateCachediSCSIVolumeCommand extends $Command< * @public */ constructor(readonly input: CreateCachediSCSIVolumeCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -200,7 +195,4 @@ export class CreateCachediSCSIVolumeCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateCachediSCSIVolumeCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-storage-gateway/src/commands/CreateNFSFileShareCommand.ts b/clients/client-storage-gateway/src/commands/CreateNFSFileShareCommand.ts index 881c5b51b93a..13d021e8689c 100644 --- a/clients/client-storage-gateway/src/commands/CreateNFSFileShareCommand.ts +++ b/clients/client-storage-gateway/src/commands/CreateNFSFileShareCommand.ts @@ -126,9 +126,6 @@ export class CreateNFSFileShareCommand extends $Command< CreateNFSFileShareCommandOutput, StorageGatewayClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -142,9 +139,7 @@ export class CreateNFSFileShareCommand extends $Command< * @public */ constructor(readonly input: CreateNFSFileShareCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -197,7 +192,4 @@ export class CreateNFSFileShareCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateNFSFileShareCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-storage-gateway/src/commands/CreateSMBFileShareCommand.ts b/clients/client-storage-gateway/src/commands/CreateSMBFileShareCommand.ts index 8ef6cb3a4494..529fd0f735e6 100644 --- a/clients/client-storage-gateway/src/commands/CreateSMBFileShareCommand.ts +++ b/clients/client-storage-gateway/src/commands/CreateSMBFileShareCommand.ts @@ -130,9 +130,6 @@ export class CreateSMBFileShareCommand extends $Command< CreateSMBFileShareCommandOutput, StorageGatewayClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -146,9 +143,7 @@ export class CreateSMBFileShareCommand extends $Command< * @public */ constructor(readonly input: CreateSMBFileShareCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -201,7 +196,4 @@ export class CreateSMBFileShareCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateSMBFileShareCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-storage-gateway/src/commands/CreateSnapshotCommand.ts b/clients/client-storage-gateway/src/commands/CreateSnapshotCommand.ts index 0a8afe165f8f..c9d3db2f8e6a 100644 --- a/clients/client-storage-gateway/src/commands/CreateSnapshotCommand.ts +++ b/clients/client-storage-gateway/src/commands/CreateSnapshotCommand.ts @@ -131,9 +131,6 @@ export class CreateSnapshotCommand extends $Command< CreateSnapshotCommandOutput, StorageGatewayClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -147,9 +144,7 @@ export class CreateSnapshotCommand extends $Command< * @public */ constructor(readonly input: CreateSnapshotCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -202,7 +197,4 @@ export class CreateSnapshotCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateSnapshotCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-storage-gateway/src/commands/CreateSnapshotFromVolumeRecoveryPointCommand.ts b/clients/client-storage-gateway/src/commands/CreateSnapshotFromVolumeRecoveryPointCommand.ts index f70261870538..9a84b1884c70 100644 --- a/clients/client-storage-gateway/src/commands/CreateSnapshotFromVolumeRecoveryPointCommand.ts +++ b/clients/client-storage-gateway/src/commands/CreateSnapshotFromVolumeRecoveryPointCommand.ts @@ -135,9 +135,6 @@ export class CreateSnapshotFromVolumeRecoveryPointCommand extends $Command< CreateSnapshotFromVolumeRecoveryPointCommandOutput, StorageGatewayClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -151,9 +148,7 @@ export class CreateSnapshotFromVolumeRecoveryPointCommand extends $Command< * @public */ constructor(readonly input: CreateSnapshotFromVolumeRecoveryPointCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -212,7 +207,4 @@ export class CreateSnapshotFromVolumeRecoveryPointCommand extends $Command< ): Promise { return de_CreateSnapshotFromVolumeRecoveryPointCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-storage-gateway/src/commands/CreateStorediSCSIVolumeCommand.ts b/clients/client-storage-gateway/src/commands/CreateStorediSCSIVolumeCommand.ts index d2b141421fce..4cb9902905a8 100644 --- a/clients/client-storage-gateway/src/commands/CreateStorediSCSIVolumeCommand.ts +++ b/clients/client-storage-gateway/src/commands/CreateStorediSCSIVolumeCommand.ts @@ -125,9 +125,6 @@ export class CreateStorediSCSIVolumeCommand extends $Command< CreateStorediSCSIVolumeCommandOutput, StorageGatewayClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -141,9 +138,7 @@ export class CreateStorediSCSIVolumeCommand extends $Command< * @public */ constructor(readonly input: CreateStorediSCSIVolumeCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -196,7 +191,4 @@ export class CreateStorediSCSIVolumeCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateStorediSCSIVolumeCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-storage-gateway/src/commands/CreateTapePoolCommand.ts b/clients/client-storage-gateway/src/commands/CreateTapePoolCommand.ts index 26b363154323..70b3cbf842f9 100644 --- a/clients/client-storage-gateway/src/commands/CreateTapePoolCommand.ts +++ b/clients/client-storage-gateway/src/commands/CreateTapePoolCommand.ts @@ -88,9 +88,6 @@ export class CreateTapePoolCommand extends $Command< CreateTapePoolCommandOutput, StorageGatewayClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -104,9 +101,7 @@ export class CreateTapePoolCommand extends $Command< * @public */ constructor(readonly input: CreateTapePoolCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -159,7 +154,4 @@ export class CreateTapePoolCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateTapePoolCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-storage-gateway/src/commands/CreateTapeWithBarcodeCommand.ts b/clients/client-storage-gateway/src/commands/CreateTapeWithBarcodeCommand.ts index 390a027c2351..c3dbc7a4fc16 100644 --- a/clients/client-storage-gateway/src/commands/CreateTapeWithBarcodeCommand.ts +++ b/clients/client-storage-gateway/src/commands/CreateTapeWithBarcodeCommand.ts @@ -115,9 +115,6 @@ export class CreateTapeWithBarcodeCommand extends $Command< CreateTapeWithBarcodeCommandOutput, StorageGatewayClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -131,9 +128,7 @@ export class CreateTapeWithBarcodeCommand extends $Command< * @public */ constructor(readonly input: CreateTapeWithBarcodeCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -186,7 +181,4 @@ export class CreateTapeWithBarcodeCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateTapeWithBarcodeCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-storage-gateway/src/commands/CreateTapesCommand.ts b/clients/client-storage-gateway/src/commands/CreateTapesCommand.ts index fb93ccbbc4bc..65ee6f9fba63 100644 --- a/clients/client-storage-gateway/src/commands/CreateTapesCommand.ts +++ b/clients/client-storage-gateway/src/commands/CreateTapesCommand.ts @@ -123,9 +123,6 @@ export class CreateTapesCommand extends $Command< CreateTapesCommandOutput, StorageGatewayClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -139,9 +136,7 @@ export class CreateTapesCommand extends $Command< * @public */ constructor(readonly input: CreateTapesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -192,7 +187,4 @@ export class CreateTapesCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateTapesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-storage-gateway/src/commands/DeleteAutomaticTapeCreationPolicyCommand.ts b/clients/client-storage-gateway/src/commands/DeleteAutomaticTapeCreationPolicyCommand.ts index 98216f7b4db6..9dfab1bf82a5 100644 --- a/clients/client-storage-gateway/src/commands/DeleteAutomaticTapeCreationPolicyCommand.ts +++ b/clients/client-storage-gateway/src/commands/DeleteAutomaticTapeCreationPolicyCommand.ts @@ -85,9 +85,6 @@ export class DeleteAutomaticTapeCreationPolicyCommand extends $Command< DeleteAutomaticTapeCreationPolicyCommandOutput, StorageGatewayClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -101,9 +98,7 @@ export class DeleteAutomaticTapeCreationPolicyCommand extends $Command< * @public */ constructor(readonly input: DeleteAutomaticTapeCreationPolicyCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -162,7 +157,4 @@ export class DeleteAutomaticTapeCreationPolicyCommand extends $Command< ): Promise { return de_DeleteAutomaticTapeCreationPolicyCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-storage-gateway/src/commands/DeleteBandwidthRateLimitCommand.ts b/clients/client-storage-gateway/src/commands/DeleteBandwidthRateLimitCommand.ts index 380a08a7ab07..3b5b64b3283e 100644 --- a/clients/client-storage-gateway/src/commands/DeleteBandwidthRateLimitCommand.ts +++ b/clients/client-storage-gateway/src/commands/DeleteBandwidthRateLimitCommand.ts @@ -100,9 +100,6 @@ export class DeleteBandwidthRateLimitCommand extends $Command< DeleteBandwidthRateLimitCommandOutput, StorageGatewayClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -116,9 +113,7 @@ export class DeleteBandwidthRateLimitCommand extends $Command< * @public */ constructor(readonly input: DeleteBandwidthRateLimitCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -171,7 +166,4 @@ export class DeleteBandwidthRateLimitCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteBandwidthRateLimitCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-storage-gateway/src/commands/DeleteChapCredentialsCommand.ts b/clients/client-storage-gateway/src/commands/DeleteChapCredentialsCommand.ts index 80619fa412b0..a1265d5aa889 100644 --- a/clients/client-storage-gateway/src/commands/DeleteChapCredentialsCommand.ts +++ b/clients/client-storage-gateway/src/commands/DeleteChapCredentialsCommand.ts @@ -100,9 +100,6 @@ export class DeleteChapCredentialsCommand extends $Command< DeleteChapCredentialsCommandOutput, StorageGatewayClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -116,9 +113,7 @@ export class DeleteChapCredentialsCommand extends $Command< * @public */ constructor(readonly input: DeleteChapCredentialsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -171,7 +166,4 @@ export class DeleteChapCredentialsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteChapCredentialsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-storage-gateway/src/commands/DeleteFileShareCommand.ts b/clients/client-storage-gateway/src/commands/DeleteFileShareCommand.ts index e72641a3d349..1bc4d743089f 100644 --- a/clients/client-storage-gateway/src/commands/DeleteFileShareCommand.ts +++ b/clients/client-storage-gateway/src/commands/DeleteFileShareCommand.ts @@ -80,9 +80,6 @@ export class DeleteFileShareCommand extends $Command< DeleteFileShareCommandOutput, StorageGatewayClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -96,9 +93,7 @@ export class DeleteFileShareCommand extends $Command< * @public */ constructor(readonly input: DeleteFileShareCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -151,7 +146,4 @@ export class DeleteFileShareCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteFileShareCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-storage-gateway/src/commands/DeleteGatewayCommand.ts b/clients/client-storage-gateway/src/commands/DeleteGatewayCommand.ts index bcb24062c67c..26b29148e400 100644 --- a/clients/client-storage-gateway/src/commands/DeleteGatewayCommand.ts +++ b/clients/client-storage-gateway/src/commands/DeleteGatewayCommand.ts @@ -109,9 +109,6 @@ export class DeleteGatewayCommand extends $Command< DeleteGatewayCommandOutput, StorageGatewayClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -125,9 +122,7 @@ export class DeleteGatewayCommand extends $Command< * @public */ constructor(readonly input: DeleteGatewayCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -178,7 +173,4 @@ export class DeleteGatewayCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteGatewayCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-storage-gateway/src/commands/DeleteSnapshotScheduleCommand.ts b/clients/client-storage-gateway/src/commands/DeleteSnapshotScheduleCommand.ts index 9395877cb4d6..3f517ce97a76 100644 --- a/clients/client-storage-gateway/src/commands/DeleteSnapshotScheduleCommand.ts +++ b/clients/client-storage-gateway/src/commands/DeleteSnapshotScheduleCommand.ts @@ -105,9 +105,6 @@ export class DeleteSnapshotScheduleCommand extends $Command< DeleteSnapshotScheduleCommandOutput, StorageGatewayClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -121,9 +118,7 @@ export class DeleteSnapshotScheduleCommand extends $Command< * @public */ constructor(readonly input: DeleteSnapshotScheduleCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -176,7 +171,4 @@ export class DeleteSnapshotScheduleCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteSnapshotScheduleCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-storage-gateway/src/commands/DeleteTapeArchiveCommand.ts b/clients/client-storage-gateway/src/commands/DeleteTapeArchiveCommand.ts index 8ae20e1e5bbe..451d569ce795 100644 --- a/clients/client-storage-gateway/src/commands/DeleteTapeArchiveCommand.ts +++ b/clients/client-storage-gateway/src/commands/DeleteTapeArchiveCommand.ts @@ -96,9 +96,6 @@ export class DeleteTapeArchiveCommand extends $Command< DeleteTapeArchiveCommandOutput, StorageGatewayClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -112,9 +109,7 @@ export class DeleteTapeArchiveCommand extends $Command< * @public */ constructor(readonly input: DeleteTapeArchiveCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -167,7 +162,4 @@ export class DeleteTapeArchiveCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteTapeArchiveCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-storage-gateway/src/commands/DeleteTapeCommand.ts b/clients/client-storage-gateway/src/commands/DeleteTapeCommand.ts index a512d4fc4273..6f09673a9826 100644 --- a/clients/client-storage-gateway/src/commands/DeleteTapeCommand.ts +++ b/clients/client-storage-gateway/src/commands/DeleteTapeCommand.ts @@ -98,9 +98,6 @@ export class DeleteTapeCommand extends $Command< DeleteTapeCommandOutput, StorageGatewayClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -114,9 +111,7 @@ export class DeleteTapeCommand extends $Command< * @public */ constructor(readonly input: DeleteTapeCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -167,7 +162,4 @@ export class DeleteTapeCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteTapeCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-storage-gateway/src/commands/DeleteTapePoolCommand.ts b/clients/client-storage-gateway/src/commands/DeleteTapePoolCommand.ts index 0cab626f144a..7f69583ea0a9 100644 --- a/clients/client-storage-gateway/src/commands/DeleteTapePoolCommand.ts +++ b/clients/client-storage-gateway/src/commands/DeleteTapePoolCommand.ts @@ -80,9 +80,6 @@ export class DeleteTapePoolCommand extends $Command< DeleteTapePoolCommandOutput, StorageGatewayClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -96,9 +93,7 @@ export class DeleteTapePoolCommand extends $Command< * @public */ constructor(readonly input: DeleteTapePoolCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -151,7 +146,4 @@ export class DeleteTapePoolCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteTapePoolCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-storage-gateway/src/commands/DeleteVolumeCommand.ts b/clients/client-storage-gateway/src/commands/DeleteVolumeCommand.ts index 536a8739682f..8991ec670931 100644 --- a/clients/client-storage-gateway/src/commands/DeleteVolumeCommand.ts +++ b/clients/client-storage-gateway/src/commands/DeleteVolumeCommand.ts @@ -104,9 +104,6 @@ export class DeleteVolumeCommand extends $Command< DeleteVolumeCommandOutput, StorageGatewayClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -120,9 +117,7 @@ export class DeleteVolumeCommand extends $Command< * @public */ constructor(readonly input: DeleteVolumeCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -173,7 +168,4 @@ export class DeleteVolumeCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteVolumeCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-storage-gateway/src/commands/DescribeAvailabilityMonitorTestCommand.ts b/clients/client-storage-gateway/src/commands/DescribeAvailabilityMonitorTestCommand.ts index c64be6d88311..a3287f901327 100644 --- a/clients/client-storage-gateway/src/commands/DescribeAvailabilityMonitorTestCommand.ts +++ b/clients/client-storage-gateway/src/commands/DescribeAvailabilityMonitorTestCommand.ts @@ -87,9 +87,6 @@ export class DescribeAvailabilityMonitorTestCommand extends $Command< DescribeAvailabilityMonitorTestCommandOutput, StorageGatewayClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -103,9 +100,7 @@ export class DescribeAvailabilityMonitorTestCommand extends $Command< * @public */ constructor(readonly input: DescribeAvailabilityMonitorTestCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -164,7 +159,4 @@ export class DescribeAvailabilityMonitorTestCommand extends $Command< ): Promise { return de_DescribeAvailabilityMonitorTestCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-storage-gateway/src/commands/DescribeBandwidthRateLimitCommand.ts b/clients/client-storage-gateway/src/commands/DescribeBandwidthRateLimitCommand.ts index acfac6da1c2e..b8f4810ccaea 100644 --- a/clients/client-storage-gateway/src/commands/DescribeBandwidthRateLimitCommand.ts +++ b/clients/client-storage-gateway/src/commands/DescribeBandwidthRateLimitCommand.ts @@ -105,9 +105,6 @@ export class DescribeBandwidthRateLimitCommand extends $Command< DescribeBandwidthRateLimitCommandOutput, StorageGatewayClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -121,9 +118,7 @@ export class DescribeBandwidthRateLimitCommand extends $Command< * @public */ constructor(readonly input: DescribeBandwidthRateLimitCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -179,7 +174,4 @@ export class DescribeBandwidthRateLimitCommand extends $Command< ): Promise { return de_DescribeBandwidthRateLimitCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-storage-gateway/src/commands/DescribeBandwidthRateLimitScheduleCommand.ts b/clients/client-storage-gateway/src/commands/DescribeBandwidthRateLimitScheduleCommand.ts index 9ed2ee9c81af..b894d9beabe0 100644 --- a/clients/client-storage-gateway/src/commands/DescribeBandwidthRateLimitScheduleCommand.ts +++ b/clients/client-storage-gateway/src/commands/DescribeBandwidthRateLimitScheduleCommand.ts @@ -109,9 +109,6 @@ export class DescribeBandwidthRateLimitScheduleCommand extends $Command< DescribeBandwidthRateLimitScheduleCommandOutput, StorageGatewayClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -125,9 +122,7 @@ export class DescribeBandwidthRateLimitScheduleCommand extends $Command< * @public */ constructor(readonly input: DescribeBandwidthRateLimitScheduleCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -186,7 +181,4 @@ export class DescribeBandwidthRateLimitScheduleCommand extends $Command< ): Promise { return de_DescribeBandwidthRateLimitScheduleCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-storage-gateway/src/commands/DescribeCacheCommand.ts b/clients/client-storage-gateway/src/commands/DescribeCacheCommand.ts index 6e7e4b7fe1fc..2aac1b2e5e6c 100644 --- a/clients/client-storage-gateway/src/commands/DescribeCacheCommand.ts +++ b/clients/client-storage-gateway/src/commands/DescribeCacheCommand.ts @@ -114,9 +114,6 @@ export class DescribeCacheCommand extends $Command< DescribeCacheCommandOutput, StorageGatewayClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -130,9 +127,7 @@ export class DescribeCacheCommand extends $Command< * @public */ constructor(readonly input: DescribeCacheCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -183,7 +178,4 @@ export class DescribeCacheCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DescribeCacheCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-storage-gateway/src/commands/DescribeCachediSCSIVolumesCommand.ts b/clients/client-storage-gateway/src/commands/DescribeCachediSCSIVolumesCommand.ts index b3e86452b81d..256a1eadd7e6 100644 --- a/clients/client-storage-gateway/src/commands/DescribeCachediSCSIVolumesCommand.ts +++ b/clients/client-storage-gateway/src/commands/DescribeCachediSCSIVolumesCommand.ts @@ -139,9 +139,6 @@ export class DescribeCachediSCSIVolumesCommand extends $Command< DescribeCachediSCSIVolumesCommandOutput, StorageGatewayClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -155,9 +152,7 @@ export class DescribeCachediSCSIVolumesCommand extends $Command< * @public */ constructor(readonly input: DescribeCachediSCSIVolumesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -213,7 +208,4 @@ export class DescribeCachediSCSIVolumesCommand extends $Command< ): Promise { return de_DescribeCachediSCSIVolumesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-storage-gateway/src/commands/DescribeChapCredentialsCommand.ts b/clients/client-storage-gateway/src/commands/DescribeChapCredentialsCommand.ts index 89122250ac6b..66887c45a70d 100644 --- a/clients/client-storage-gateway/src/commands/DescribeChapCredentialsCommand.ts +++ b/clients/client-storage-gateway/src/commands/DescribeChapCredentialsCommand.ts @@ -114,9 +114,6 @@ export class DescribeChapCredentialsCommand extends $Command< DescribeChapCredentialsCommandOutput, StorageGatewayClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -130,9 +127,7 @@ export class DescribeChapCredentialsCommand extends $Command< * @public */ constructor(readonly input: DescribeChapCredentialsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -185,7 +180,4 @@ export class DescribeChapCredentialsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DescribeChapCredentialsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-storage-gateway/src/commands/DescribeFileSystemAssociationsCommand.ts b/clients/client-storage-gateway/src/commands/DescribeFileSystemAssociationsCommand.ts index db41d2c5c110..5eb59fc881a7 100644 --- a/clients/client-storage-gateway/src/commands/DescribeFileSystemAssociationsCommand.ts +++ b/clients/client-storage-gateway/src/commands/DescribeFileSystemAssociationsCommand.ts @@ -113,9 +113,6 @@ export class DescribeFileSystemAssociationsCommand extends $Command< DescribeFileSystemAssociationsCommandOutput, StorageGatewayClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -129,9 +126,7 @@ export class DescribeFileSystemAssociationsCommand extends $Command< * @public */ constructor(readonly input: DescribeFileSystemAssociationsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -190,7 +185,4 @@ export class DescribeFileSystemAssociationsCommand extends $Command< ): Promise { return de_DescribeFileSystemAssociationsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-storage-gateway/src/commands/DescribeGatewayInformationCommand.ts b/clients/client-storage-gateway/src/commands/DescribeGatewayInformationCommand.ts index d003eead0dda..65af36905da6 100644 --- a/clients/client-storage-gateway/src/commands/DescribeGatewayInformationCommand.ts +++ b/clients/client-storage-gateway/src/commands/DescribeGatewayInformationCommand.ts @@ -146,9 +146,6 @@ export class DescribeGatewayInformationCommand extends $Command< DescribeGatewayInformationCommandOutput, StorageGatewayClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -162,9 +159,7 @@ export class DescribeGatewayInformationCommand extends $Command< * @public */ constructor(readonly input: DescribeGatewayInformationCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -220,7 +215,4 @@ export class DescribeGatewayInformationCommand extends $Command< ): Promise { return de_DescribeGatewayInformationCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-storage-gateway/src/commands/DescribeMaintenanceStartTimeCommand.ts b/clients/client-storage-gateway/src/commands/DescribeMaintenanceStartTimeCommand.ts index 14dfe47a68e3..f36584faf8eb 100644 --- a/clients/client-storage-gateway/src/commands/DescribeMaintenanceStartTimeCommand.ts +++ b/clients/client-storage-gateway/src/commands/DescribeMaintenanceStartTimeCommand.ts @@ -109,9 +109,6 @@ export class DescribeMaintenanceStartTimeCommand extends $Command< DescribeMaintenanceStartTimeCommandOutput, StorageGatewayClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -125,9 +122,7 @@ export class DescribeMaintenanceStartTimeCommand extends $Command< * @public */ constructor(readonly input: DescribeMaintenanceStartTimeCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -183,7 +178,4 @@ export class DescribeMaintenanceStartTimeCommand extends $Command< ): Promise { return de_DescribeMaintenanceStartTimeCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-storage-gateway/src/commands/DescribeNFSFileSharesCommand.ts b/clients/client-storage-gateway/src/commands/DescribeNFSFileSharesCommand.ts index 7fbe400c8391..a214c95ea88b 100644 --- a/clients/client-storage-gateway/src/commands/DescribeNFSFileSharesCommand.ts +++ b/clients/client-storage-gateway/src/commands/DescribeNFSFileSharesCommand.ts @@ -122,9 +122,6 @@ export class DescribeNFSFileSharesCommand extends $Command< DescribeNFSFileSharesCommandOutput, StorageGatewayClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -138,9 +135,7 @@ export class DescribeNFSFileSharesCommand extends $Command< * @public */ constructor(readonly input: DescribeNFSFileSharesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -193,7 +188,4 @@ export class DescribeNFSFileSharesCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DescribeNFSFileSharesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-storage-gateway/src/commands/DescribeSMBFileSharesCommand.ts b/clients/client-storage-gateway/src/commands/DescribeSMBFileSharesCommand.ts index f487b864963d..bac992f5d4a4 100644 --- a/clients/client-storage-gateway/src/commands/DescribeSMBFileSharesCommand.ts +++ b/clients/client-storage-gateway/src/commands/DescribeSMBFileSharesCommand.ts @@ -126,9 +126,6 @@ export class DescribeSMBFileSharesCommand extends $Command< DescribeSMBFileSharesCommandOutput, StorageGatewayClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -142,9 +139,7 @@ export class DescribeSMBFileSharesCommand extends $Command< * @public */ constructor(readonly input: DescribeSMBFileSharesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -197,7 +192,4 @@ export class DescribeSMBFileSharesCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DescribeSMBFileSharesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-storage-gateway/src/commands/DescribeSMBSettingsCommand.ts b/clients/client-storage-gateway/src/commands/DescribeSMBSettingsCommand.ts index 499111477a9b..28ca12d6baf1 100644 --- a/clients/client-storage-gateway/src/commands/DescribeSMBSettingsCommand.ts +++ b/clients/client-storage-gateway/src/commands/DescribeSMBSettingsCommand.ts @@ -89,9 +89,6 @@ export class DescribeSMBSettingsCommand extends $Command< DescribeSMBSettingsCommandOutput, StorageGatewayClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -105,9 +102,7 @@ export class DescribeSMBSettingsCommand extends $Command< * @public */ constructor(readonly input: DescribeSMBSettingsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -160,7 +155,4 @@ export class DescribeSMBSettingsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DescribeSMBSettingsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-storage-gateway/src/commands/DescribeSnapshotScheduleCommand.ts b/clients/client-storage-gateway/src/commands/DescribeSnapshotScheduleCommand.ts index 450f822d841f..2d59b417c76e 100644 --- a/clients/client-storage-gateway/src/commands/DescribeSnapshotScheduleCommand.ts +++ b/clients/client-storage-gateway/src/commands/DescribeSnapshotScheduleCommand.ts @@ -111,9 +111,6 @@ export class DescribeSnapshotScheduleCommand extends $Command< DescribeSnapshotScheduleCommandOutput, StorageGatewayClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -127,9 +124,7 @@ export class DescribeSnapshotScheduleCommand extends $Command< * @public */ constructor(readonly input: DescribeSnapshotScheduleCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -182,7 +177,4 @@ export class DescribeSnapshotScheduleCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DescribeSnapshotScheduleCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-storage-gateway/src/commands/DescribeStorediSCSIVolumesCommand.ts b/clients/client-storage-gateway/src/commands/DescribeStorediSCSIVolumesCommand.ts index 3bc18db15791..d1580fd686b9 100644 --- a/clients/client-storage-gateway/src/commands/DescribeStorediSCSIVolumesCommand.ts +++ b/clients/client-storage-gateway/src/commands/DescribeStorediSCSIVolumesCommand.ts @@ -140,9 +140,6 @@ export class DescribeStorediSCSIVolumesCommand extends $Command< DescribeStorediSCSIVolumesCommandOutput, StorageGatewayClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -156,9 +153,7 @@ export class DescribeStorediSCSIVolumesCommand extends $Command< * @public */ constructor(readonly input: DescribeStorediSCSIVolumesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -214,7 +209,4 @@ export class DescribeStorediSCSIVolumesCommand extends $Command< ): Promise { return de_DescribeStorediSCSIVolumesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-storage-gateway/src/commands/DescribeTapeArchivesCommand.ts b/clients/client-storage-gateway/src/commands/DescribeTapeArchivesCommand.ts index 9e70047096a3..846b4386b49f 100644 --- a/clients/client-storage-gateway/src/commands/DescribeTapeArchivesCommand.ts +++ b/clients/client-storage-gateway/src/commands/DescribeTapeArchivesCommand.ts @@ -139,9 +139,6 @@ export class DescribeTapeArchivesCommand extends $Command< DescribeTapeArchivesCommandOutput, StorageGatewayClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -155,9 +152,7 @@ export class DescribeTapeArchivesCommand extends $Command< * @public */ constructor(readonly input: DescribeTapeArchivesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -210,7 +205,4 @@ export class DescribeTapeArchivesCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DescribeTapeArchivesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-storage-gateway/src/commands/DescribeTapeRecoveryPointsCommand.ts b/clients/client-storage-gateway/src/commands/DescribeTapeRecoveryPointsCommand.ts index 9226c338297f..2c703528133d 100644 --- a/clients/client-storage-gateway/src/commands/DescribeTapeRecoveryPointsCommand.ts +++ b/clients/client-storage-gateway/src/commands/DescribeTapeRecoveryPointsCommand.ts @@ -121,9 +121,6 @@ export class DescribeTapeRecoveryPointsCommand extends $Command< DescribeTapeRecoveryPointsCommandOutput, StorageGatewayClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -137,9 +134,7 @@ export class DescribeTapeRecoveryPointsCommand extends $Command< * @public */ constructor(readonly input: DescribeTapeRecoveryPointsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -195,7 +190,4 @@ export class DescribeTapeRecoveryPointsCommand extends $Command< ): Promise { return de_DescribeTapeRecoveryPointsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-storage-gateway/src/commands/DescribeTapesCommand.ts b/clients/client-storage-gateway/src/commands/DescribeTapesCommand.ts index 280a28cb727d..44dd57662370 100644 --- a/clients/client-storage-gateway/src/commands/DescribeTapesCommand.ts +++ b/clients/client-storage-gateway/src/commands/DescribeTapesCommand.ts @@ -139,9 +139,6 @@ export class DescribeTapesCommand extends $Command< DescribeTapesCommandOutput, StorageGatewayClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -155,9 +152,7 @@ export class DescribeTapesCommand extends $Command< * @public */ constructor(readonly input: DescribeTapesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -208,7 +203,4 @@ export class DescribeTapesCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DescribeTapesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-storage-gateway/src/commands/DescribeUploadBufferCommand.ts b/clients/client-storage-gateway/src/commands/DescribeUploadBufferCommand.ts index f5e4c4a05df4..20583a0996df 100644 --- a/clients/client-storage-gateway/src/commands/DescribeUploadBufferCommand.ts +++ b/clients/client-storage-gateway/src/commands/DescribeUploadBufferCommand.ts @@ -130,9 +130,6 @@ export class DescribeUploadBufferCommand extends $Command< DescribeUploadBufferCommandOutput, StorageGatewayClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -146,9 +143,7 @@ export class DescribeUploadBufferCommand extends $Command< * @public */ constructor(readonly input: DescribeUploadBufferCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -201,7 +196,4 @@ export class DescribeUploadBufferCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DescribeUploadBufferCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-storage-gateway/src/commands/DescribeVTLDevicesCommand.ts b/clients/client-storage-gateway/src/commands/DescribeVTLDevicesCommand.ts index daf728f171b3..576a97bf0cdd 100644 --- a/clients/client-storage-gateway/src/commands/DescribeVTLDevicesCommand.ts +++ b/clients/client-storage-gateway/src/commands/DescribeVTLDevicesCommand.ts @@ -158,9 +158,6 @@ export class DescribeVTLDevicesCommand extends $Command< DescribeVTLDevicesCommandOutput, StorageGatewayClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -174,9 +171,7 @@ export class DescribeVTLDevicesCommand extends $Command< * @public */ constructor(readonly input: DescribeVTLDevicesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -229,7 +224,4 @@ export class DescribeVTLDevicesCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DescribeVTLDevicesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-storage-gateway/src/commands/DescribeWorkingStorageCommand.ts b/clients/client-storage-gateway/src/commands/DescribeWorkingStorageCommand.ts index e7e283a071a7..194195f4ae60 100644 --- a/clients/client-storage-gateway/src/commands/DescribeWorkingStorageCommand.ts +++ b/clients/client-storage-gateway/src/commands/DescribeWorkingStorageCommand.ts @@ -113,9 +113,6 @@ export class DescribeWorkingStorageCommand extends $Command< DescribeWorkingStorageCommandOutput, StorageGatewayClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -129,9 +126,7 @@ export class DescribeWorkingStorageCommand extends $Command< * @public */ constructor(readonly input: DescribeWorkingStorageCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -184,7 +179,4 @@ export class DescribeWorkingStorageCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DescribeWorkingStorageCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-storage-gateway/src/commands/DetachVolumeCommand.ts b/clients/client-storage-gateway/src/commands/DetachVolumeCommand.ts index 6104c24043b3..ad6525be496c 100644 --- a/clients/client-storage-gateway/src/commands/DetachVolumeCommand.ts +++ b/clients/client-storage-gateway/src/commands/DetachVolumeCommand.ts @@ -83,9 +83,6 @@ export class DetachVolumeCommand extends $Command< DetachVolumeCommandOutput, StorageGatewayClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -99,9 +96,7 @@ export class DetachVolumeCommand extends $Command< * @public */ constructor(readonly input: DetachVolumeCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -152,7 +147,4 @@ export class DetachVolumeCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DetachVolumeCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-storage-gateway/src/commands/DisableGatewayCommand.ts b/clients/client-storage-gateway/src/commands/DisableGatewayCommand.ts index 323d44a110ed..a3c741e8ed82 100644 --- a/clients/client-storage-gateway/src/commands/DisableGatewayCommand.ts +++ b/clients/client-storage-gateway/src/commands/DisableGatewayCommand.ts @@ -100,9 +100,6 @@ export class DisableGatewayCommand extends $Command< DisableGatewayCommandOutput, StorageGatewayClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -116,9 +113,7 @@ export class DisableGatewayCommand extends $Command< * @public */ constructor(readonly input: DisableGatewayCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -171,7 +166,4 @@ export class DisableGatewayCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DisableGatewayCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-storage-gateway/src/commands/DisassociateFileSystemCommand.ts b/clients/client-storage-gateway/src/commands/DisassociateFileSystemCommand.ts index e05665c4013b..9e9aafb5c159 100644 --- a/clients/client-storage-gateway/src/commands/DisassociateFileSystemCommand.ts +++ b/clients/client-storage-gateway/src/commands/DisassociateFileSystemCommand.ts @@ -81,9 +81,6 @@ export class DisassociateFileSystemCommand extends $Command< DisassociateFileSystemCommandOutput, StorageGatewayClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -97,9 +94,7 @@ export class DisassociateFileSystemCommand extends $Command< * @public */ constructor(readonly input: DisassociateFileSystemCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -152,7 +147,4 @@ export class DisassociateFileSystemCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DisassociateFileSystemCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-storage-gateway/src/commands/JoinDomainCommand.ts b/clients/client-storage-gateway/src/commands/JoinDomainCommand.ts index 4d3a9c6b8d49..2795f4aa9001 100644 --- a/clients/client-storage-gateway/src/commands/JoinDomainCommand.ts +++ b/clients/client-storage-gateway/src/commands/JoinDomainCommand.ts @@ -97,9 +97,6 @@ export class JoinDomainCommand extends $Command< JoinDomainCommandOutput, StorageGatewayClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -113,9 +110,7 @@ export class JoinDomainCommand extends $Command< * @public */ constructor(readonly input: JoinDomainCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -166,7 +161,4 @@ export class JoinDomainCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_JoinDomainCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-storage-gateway/src/commands/ListAutomaticTapeCreationPoliciesCommand.ts b/clients/client-storage-gateway/src/commands/ListAutomaticTapeCreationPoliciesCommand.ts index b4f45f97d091..aa52a751fd6a 100644 --- a/clients/client-storage-gateway/src/commands/ListAutomaticTapeCreationPoliciesCommand.ts +++ b/clients/client-storage-gateway/src/commands/ListAutomaticTapeCreationPoliciesCommand.ts @@ -98,9 +98,6 @@ export class ListAutomaticTapeCreationPoliciesCommand extends $Command< ListAutomaticTapeCreationPoliciesCommandOutput, StorageGatewayClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -114,9 +111,7 @@ export class ListAutomaticTapeCreationPoliciesCommand extends $Command< * @public */ constructor(readonly input: ListAutomaticTapeCreationPoliciesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -175,7 +170,4 @@ export class ListAutomaticTapeCreationPoliciesCommand extends $Command< ): Promise { return de_ListAutomaticTapeCreationPoliciesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-storage-gateway/src/commands/ListFileSharesCommand.ts b/clients/client-storage-gateway/src/commands/ListFileSharesCommand.ts index 0e56435bc472..ca490b17aaf9 100644 --- a/clients/client-storage-gateway/src/commands/ListFileSharesCommand.ts +++ b/clients/client-storage-gateway/src/commands/ListFileSharesCommand.ts @@ -92,9 +92,6 @@ export class ListFileSharesCommand extends $Command< ListFileSharesCommandOutput, StorageGatewayClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -108,9 +105,7 @@ export class ListFileSharesCommand extends $Command< * @public */ constructor(readonly input: ListFileSharesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -163,7 +158,4 @@ export class ListFileSharesCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListFileSharesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-storage-gateway/src/commands/ListFileSystemAssociationsCommand.ts b/clients/client-storage-gateway/src/commands/ListFileSystemAssociationsCommand.ts index 91c6a6ea77ef..22fc5e7ec795 100644 --- a/clients/client-storage-gateway/src/commands/ListFileSystemAssociationsCommand.ts +++ b/clients/client-storage-gateway/src/commands/ListFileSystemAssociationsCommand.ts @@ -91,9 +91,6 @@ export class ListFileSystemAssociationsCommand extends $Command< ListFileSystemAssociationsCommandOutput, StorageGatewayClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -107,9 +104,7 @@ export class ListFileSystemAssociationsCommand extends $Command< * @public */ constructor(readonly input: ListFileSystemAssociationsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -165,7 +160,4 @@ export class ListFileSystemAssociationsCommand extends $Command< ): Promise { return de_ListFileSystemAssociationsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-storage-gateway/src/commands/ListGatewaysCommand.ts b/clients/client-storage-gateway/src/commands/ListGatewaysCommand.ts index ebbd2d6c7e14..01038dce83cb 100644 --- a/clients/client-storage-gateway/src/commands/ListGatewaysCommand.ts +++ b/clients/client-storage-gateway/src/commands/ListGatewaysCommand.ts @@ -125,9 +125,6 @@ export class ListGatewaysCommand extends $Command< ListGatewaysCommandOutput, StorageGatewayClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -141,9 +138,7 @@ export class ListGatewaysCommand extends $Command< * @public */ constructor(readonly input: ListGatewaysCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -194,7 +189,4 @@ export class ListGatewaysCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListGatewaysCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-storage-gateway/src/commands/ListLocalDisksCommand.ts b/clients/client-storage-gateway/src/commands/ListLocalDisksCommand.ts index 2a74390f2220..2f0babd1372b 100644 --- a/clients/client-storage-gateway/src/commands/ListLocalDisksCommand.ts +++ b/clients/client-storage-gateway/src/commands/ListLocalDisksCommand.ts @@ -134,9 +134,6 @@ export class ListLocalDisksCommand extends $Command< ListLocalDisksCommandOutput, StorageGatewayClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -150,9 +147,7 @@ export class ListLocalDisksCommand extends $Command< * @public */ constructor(readonly input: ListLocalDisksCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -205,7 +200,4 @@ export class ListLocalDisksCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListLocalDisksCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-storage-gateway/src/commands/ListTagsForResourceCommand.ts b/clients/client-storage-gateway/src/commands/ListTagsForResourceCommand.ts index be6a962b0976..8738e38a7553 100644 --- a/clients/client-storage-gateway/src/commands/ListTagsForResourceCommand.ts +++ b/clients/client-storage-gateway/src/commands/ListTagsForResourceCommand.ts @@ -113,9 +113,6 @@ export class ListTagsForResourceCommand extends $Command< ListTagsForResourceCommandOutput, StorageGatewayClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -129,9 +126,7 @@ export class ListTagsForResourceCommand extends $Command< * @public */ constructor(readonly input: ListTagsForResourceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -184,7 +179,4 @@ export class ListTagsForResourceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListTagsForResourceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-storage-gateway/src/commands/ListTapePoolsCommand.ts b/clients/client-storage-gateway/src/commands/ListTapePoolsCommand.ts index ba1f3022fb2d..1f3fab114b90 100644 --- a/clients/client-storage-gateway/src/commands/ListTapePoolsCommand.ts +++ b/clients/client-storage-gateway/src/commands/ListTapePoolsCommand.ts @@ -99,9 +99,6 @@ export class ListTapePoolsCommand extends $Command< ListTapePoolsCommandOutput, StorageGatewayClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -115,9 +112,7 @@ export class ListTapePoolsCommand extends $Command< * @public */ constructor(readonly input: ListTapePoolsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -168,7 +163,4 @@ export class ListTapePoolsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListTapePoolsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-storage-gateway/src/commands/ListTapesCommand.ts b/clients/client-storage-gateway/src/commands/ListTapesCommand.ts index a5b72737fa52..56e8cc4d84cf 100644 --- a/clients/client-storage-gateway/src/commands/ListTapesCommand.ts +++ b/clients/client-storage-gateway/src/commands/ListTapesCommand.ts @@ -103,9 +103,6 @@ export class ListTapesCommand extends $Command< ListTapesCommandOutput, StorageGatewayClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -119,9 +116,7 @@ export class ListTapesCommand extends $Command< * @public */ constructor(readonly input: ListTapesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -172,7 +167,4 @@ export class ListTapesCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListTapesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-storage-gateway/src/commands/ListVolumeInitiatorsCommand.ts b/clients/client-storage-gateway/src/commands/ListVolumeInitiatorsCommand.ts index 1bfe5177eaf6..5d8f44f4ae31 100644 --- a/clients/client-storage-gateway/src/commands/ListVolumeInitiatorsCommand.ts +++ b/clients/client-storage-gateway/src/commands/ListVolumeInitiatorsCommand.ts @@ -82,9 +82,6 @@ export class ListVolumeInitiatorsCommand extends $Command< ListVolumeInitiatorsCommandOutput, StorageGatewayClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -98,9 +95,7 @@ export class ListVolumeInitiatorsCommand extends $Command< * @public */ constructor(readonly input: ListVolumeInitiatorsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -153,7 +148,4 @@ export class ListVolumeInitiatorsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListVolumeInitiatorsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-storage-gateway/src/commands/ListVolumeRecoveryPointsCommand.ts b/clients/client-storage-gateway/src/commands/ListVolumeRecoveryPointsCommand.ts index 9c72f7e01b8a..56756b66beaf 100644 --- a/clients/client-storage-gateway/src/commands/ListVolumeRecoveryPointsCommand.ts +++ b/clients/client-storage-gateway/src/commands/ListVolumeRecoveryPointsCommand.ts @@ -114,9 +114,6 @@ export class ListVolumeRecoveryPointsCommand extends $Command< ListVolumeRecoveryPointsCommandOutput, StorageGatewayClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -130,9 +127,7 @@ export class ListVolumeRecoveryPointsCommand extends $Command< * @public */ constructor(readonly input: ListVolumeRecoveryPointsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -185,7 +180,4 @@ export class ListVolumeRecoveryPointsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListVolumeRecoveryPointsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-storage-gateway/src/commands/ListVolumesCommand.ts b/clients/client-storage-gateway/src/commands/ListVolumesCommand.ts index 60e081259307..2a6c3b0f692d 100644 --- a/clients/client-storage-gateway/src/commands/ListVolumesCommand.ts +++ b/clients/client-storage-gateway/src/commands/ListVolumesCommand.ts @@ -137,9 +137,6 @@ export class ListVolumesCommand extends $Command< ListVolumesCommandOutput, StorageGatewayClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -153,9 +150,7 @@ export class ListVolumesCommand extends $Command< * @public */ constructor(readonly input: ListVolumesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -206,7 +201,4 @@ export class ListVolumesCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListVolumesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-storage-gateway/src/commands/NotifyWhenUploadedCommand.ts b/clients/client-storage-gateway/src/commands/NotifyWhenUploadedCommand.ts index bbd7d71cddd6..ccefc7c11e21 100644 --- a/clients/client-storage-gateway/src/commands/NotifyWhenUploadedCommand.ts +++ b/clients/client-storage-gateway/src/commands/NotifyWhenUploadedCommand.ts @@ -88,9 +88,6 @@ export class NotifyWhenUploadedCommand extends $Command< NotifyWhenUploadedCommandOutput, StorageGatewayClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -104,9 +101,7 @@ export class NotifyWhenUploadedCommand extends $Command< * @public */ constructor(readonly input: NotifyWhenUploadedCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -159,7 +154,4 @@ export class NotifyWhenUploadedCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_NotifyWhenUploadedCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-storage-gateway/src/commands/RefreshCacheCommand.ts b/clients/client-storage-gateway/src/commands/RefreshCacheCommand.ts index 3ff1178c48c4..e5fdcacb2748 100644 --- a/clients/client-storage-gateway/src/commands/RefreshCacheCommand.ts +++ b/clients/client-storage-gateway/src/commands/RefreshCacheCommand.ts @@ -120,9 +120,6 @@ export class RefreshCacheCommand extends $Command< RefreshCacheCommandOutput, StorageGatewayClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -136,9 +133,7 @@ export class RefreshCacheCommand extends $Command< * @public */ constructor(readonly input: RefreshCacheCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -189,7 +184,4 @@ export class RefreshCacheCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_RefreshCacheCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-storage-gateway/src/commands/RemoveTagsFromResourceCommand.ts b/clients/client-storage-gateway/src/commands/RemoveTagsFromResourceCommand.ts index f407ea3681bc..eee7c7738dd2 100644 --- a/clients/client-storage-gateway/src/commands/RemoveTagsFromResourceCommand.ts +++ b/clients/client-storage-gateway/src/commands/RemoveTagsFromResourceCommand.ts @@ -102,9 +102,6 @@ export class RemoveTagsFromResourceCommand extends $Command< RemoveTagsFromResourceCommandOutput, StorageGatewayClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -118,9 +115,7 @@ export class RemoveTagsFromResourceCommand extends $Command< * @public */ constructor(readonly input: RemoveTagsFromResourceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -173,7 +168,4 @@ export class RemoveTagsFromResourceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_RemoveTagsFromResourceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-storage-gateway/src/commands/ResetCacheCommand.ts b/clients/client-storage-gateway/src/commands/ResetCacheCommand.ts index 73f63f935bbc..69cbda747ce7 100644 --- a/clients/client-storage-gateway/src/commands/ResetCacheCommand.ts +++ b/clients/client-storage-gateway/src/commands/ResetCacheCommand.ts @@ -105,9 +105,6 @@ export class ResetCacheCommand extends $Command< ResetCacheCommandOutput, StorageGatewayClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -121,9 +118,7 @@ export class ResetCacheCommand extends $Command< * @public */ constructor(readonly input: ResetCacheCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -174,7 +169,4 @@ export class ResetCacheCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ResetCacheCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-storage-gateway/src/commands/RetrieveTapeArchiveCommand.ts b/clients/client-storage-gateway/src/commands/RetrieveTapeArchiveCommand.ts index 786a7d187ba6..9fc8491ad9a0 100644 --- a/clients/client-storage-gateway/src/commands/RetrieveTapeArchiveCommand.ts +++ b/clients/client-storage-gateway/src/commands/RetrieveTapeArchiveCommand.ts @@ -102,9 +102,6 @@ export class RetrieveTapeArchiveCommand extends $Command< RetrieveTapeArchiveCommandOutput, StorageGatewayClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -118,9 +115,7 @@ export class RetrieveTapeArchiveCommand extends $Command< * @public */ constructor(readonly input: RetrieveTapeArchiveCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -173,7 +168,4 @@ export class RetrieveTapeArchiveCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_RetrieveTapeArchiveCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-storage-gateway/src/commands/RetrieveTapeRecoveryPointCommand.ts b/clients/client-storage-gateway/src/commands/RetrieveTapeRecoveryPointCommand.ts index f4985011196a..3e6513fbfab6 100644 --- a/clients/client-storage-gateway/src/commands/RetrieveTapeRecoveryPointCommand.ts +++ b/clients/client-storage-gateway/src/commands/RetrieveTapeRecoveryPointCommand.ts @@ -105,9 +105,6 @@ export class RetrieveTapeRecoveryPointCommand extends $Command< RetrieveTapeRecoveryPointCommandOutput, StorageGatewayClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -121,9 +118,7 @@ export class RetrieveTapeRecoveryPointCommand extends $Command< * @public */ constructor(readonly input: RetrieveTapeRecoveryPointCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -179,7 +174,4 @@ export class RetrieveTapeRecoveryPointCommand extends $Command< ): Promise { return de_RetrieveTapeRecoveryPointCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-storage-gateway/src/commands/SetLocalConsolePasswordCommand.ts b/clients/client-storage-gateway/src/commands/SetLocalConsolePasswordCommand.ts index 149be02b8baf..bc5399e69e6b 100644 --- a/clients/client-storage-gateway/src/commands/SetLocalConsolePasswordCommand.ts +++ b/clients/client-storage-gateway/src/commands/SetLocalConsolePasswordCommand.ts @@ -103,9 +103,6 @@ export class SetLocalConsolePasswordCommand extends $Command< SetLocalConsolePasswordCommandOutput, StorageGatewayClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -119,9 +116,7 @@ export class SetLocalConsolePasswordCommand extends $Command< * @public */ constructor(readonly input: SetLocalConsolePasswordCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -174,7 +169,4 @@ export class SetLocalConsolePasswordCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_SetLocalConsolePasswordCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-storage-gateway/src/commands/SetSMBGuestPasswordCommand.ts b/clients/client-storage-gateway/src/commands/SetSMBGuestPasswordCommand.ts index 1aacd2aadd1b..525009a278dc 100644 --- a/clients/client-storage-gateway/src/commands/SetSMBGuestPasswordCommand.ts +++ b/clients/client-storage-gateway/src/commands/SetSMBGuestPasswordCommand.ts @@ -85,9 +85,6 @@ export class SetSMBGuestPasswordCommand extends $Command< SetSMBGuestPasswordCommandOutput, StorageGatewayClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -101,9 +98,7 @@ export class SetSMBGuestPasswordCommand extends $Command< * @public */ constructor(readonly input: SetSMBGuestPasswordCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -156,7 +151,4 @@ export class SetSMBGuestPasswordCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_SetSMBGuestPasswordCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-storage-gateway/src/commands/ShutdownGatewayCommand.ts b/clients/client-storage-gateway/src/commands/ShutdownGatewayCommand.ts index c4db3568b2cd..85437e2fab9b 100644 --- a/clients/client-storage-gateway/src/commands/ShutdownGatewayCommand.ts +++ b/clients/client-storage-gateway/src/commands/ShutdownGatewayCommand.ts @@ -112,9 +112,6 @@ export class ShutdownGatewayCommand extends $Command< ShutdownGatewayCommandOutput, StorageGatewayClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -128,9 +125,7 @@ export class ShutdownGatewayCommand extends $Command< * @public */ constructor(readonly input: ShutdownGatewayCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -183,7 +178,4 @@ export class ShutdownGatewayCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ShutdownGatewayCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-storage-gateway/src/commands/StartAvailabilityMonitorTestCommand.ts b/clients/client-storage-gateway/src/commands/StartAvailabilityMonitorTestCommand.ts index 71f826ed4665..469809f2db33 100644 --- a/clients/client-storage-gateway/src/commands/StartAvailabilityMonitorTestCommand.ts +++ b/clients/client-storage-gateway/src/commands/StartAvailabilityMonitorTestCommand.ts @@ -90,9 +90,6 @@ export class StartAvailabilityMonitorTestCommand extends $Command< StartAvailabilityMonitorTestCommandOutput, StorageGatewayClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -106,9 +103,7 @@ export class StartAvailabilityMonitorTestCommand extends $Command< * @public */ constructor(readonly input: StartAvailabilityMonitorTestCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -164,7 +159,4 @@ export class StartAvailabilityMonitorTestCommand extends $Command< ): Promise { return de_StartAvailabilityMonitorTestCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-storage-gateway/src/commands/StartGatewayCommand.ts b/clients/client-storage-gateway/src/commands/StartGatewayCommand.ts index d631d7e529bb..0df92c428780 100644 --- a/clients/client-storage-gateway/src/commands/StartGatewayCommand.ts +++ b/clients/client-storage-gateway/src/commands/StartGatewayCommand.ts @@ -104,9 +104,6 @@ export class StartGatewayCommand extends $Command< StartGatewayCommandOutput, StorageGatewayClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -120,9 +117,7 @@ export class StartGatewayCommand extends $Command< * @public */ constructor(readonly input: StartGatewayCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -173,7 +168,4 @@ export class StartGatewayCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_StartGatewayCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-storage-gateway/src/commands/UpdateAutomaticTapeCreationPolicyCommand.ts b/clients/client-storage-gateway/src/commands/UpdateAutomaticTapeCreationPolicyCommand.ts index 192c7c148ac9..fec443042e24 100644 --- a/clients/client-storage-gateway/src/commands/UpdateAutomaticTapeCreationPolicyCommand.ts +++ b/clients/client-storage-gateway/src/commands/UpdateAutomaticTapeCreationPolicyCommand.ts @@ -98,9 +98,6 @@ export class UpdateAutomaticTapeCreationPolicyCommand extends $Command< UpdateAutomaticTapeCreationPolicyCommandOutput, StorageGatewayClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -114,9 +111,7 @@ export class UpdateAutomaticTapeCreationPolicyCommand extends $Command< * @public */ constructor(readonly input: UpdateAutomaticTapeCreationPolicyCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -175,7 +170,4 @@ export class UpdateAutomaticTapeCreationPolicyCommand extends $Command< ): Promise { return de_UpdateAutomaticTapeCreationPolicyCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-storage-gateway/src/commands/UpdateBandwidthRateLimitCommand.ts b/clients/client-storage-gateway/src/commands/UpdateBandwidthRateLimitCommand.ts index b01c367cafad..53f92b684b24 100644 --- a/clients/client-storage-gateway/src/commands/UpdateBandwidthRateLimitCommand.ts +++ b/clients/client-storage-gateway/src/commands/UpdateBandwidthRateLimitCommand.ts @@ -107,9 +107,6 @@ export class UpdateBandwidthRateLimitCommand extends $Command< UpdateBandwidthRateLimitCommandOutput, StorageGatewayClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -123,9 +120,7 @@ export class UpdateBandwidthRateLimitCommand extends $Command< * @public */ constructor(readonly input: UpdateBandwidthRateLimitCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -178,7 +173,4 @@ export class UpdateBandwidthRateLimitCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdateBandwidthRateLimitCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-storage-gateway/src/commands/UpdateBandwidthRateLimitScheduleCommand.ts b/clients/client-storage-gateway/src/commands/UpdateBandwidthRateLimitScheduleCommand.ts index 08f29bc70c05..bf14bb03e3e7 100644 --- a/clients/client-storage-gateway/src/commands/UpdateBandwidthRateLimitScheduleCommand.ts +++ b/clients/client-storage-gateway/src/commands/UpdateBandwidthRateLimitScheduleCommand.ts @@ -101,9 +101,6 @@ export class UpdateBandwidthRateLimitScheduleCommand extends $Command< UpdateBandwidthRateLimitScheduleCommandOutput, StorageGatewayClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -117,9 +114,7 @@ export class UpdateBandwidthRateLimitScheduleCommand extends $Command< * @public */ constructor(readonly input: UpdateBandwidthRateLimitScheduleCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -178,7 +173,4 @@ export class UpdateBandwidthRateLimitScheduleCommand extends $Command< ): Promise { return de_UpdateBandwidthRateLimitScheduleCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-storage-gateway/src/commands/UpdateChapCredentialsCommand.ts b/clients/client-storage-gateway/src/commands/UpdateChapCredentialsCommand.ts index c952485d5312..1e1eb36423a7 100644 --- a/clients/client-storage-gateway/src/commands/UpdateChapCredentialsCommand.ts +++ b/clients/client-storage-gateway/src/commands/UpdateChapCredentialsCommand.ts @@ -113,9 +113,6 @@ export class UpdateChapCredentialsCommand extends $Command< UpdateChapCredentialsCommandOutput, StorageGatewayClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -129,9 +126,7 @@ export class UpdateChapCredentialsCommand extends $Command< * @public */ constructor(readonly input: UpdateChapCredentialsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -184,7 +179,4 @@ export class UpdateChapCredentialsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdateChapCredentialsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-storage-gateway/src/commands/UpdateFileSystemAssociationCommand.ts b/clients/client-storage-gateway/src/commands/UpdateFileSystemAssociationCommand.ts index a907c70185f1..0a735cfc5bc0 100644 --- a/clients/client-storage-gateway/src/commands/UpdateFileSystemAssociationCommand.ts +++ b/clients/client-storage-gateway/src/commands/UpdateFileSystemAssociationCommand.ts @@ -89,9 +89,6 @@ export class UpdateFileSystemAssociationCommand extends $Command< UpdateFileSystemAssociationCommandOutput, StorageGatewayClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -105,9 +102,7 @@ export class UpdateFileSystemAssociationCommand extends $Command< * @public */ constructor(readonly input: UpdateFileSystemAssociationCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -163,7 +158,4 @@ export class UpdateFileSystemAssociationCommand extends $Command< ): Promise { return de_UpdateFileSystemAssociationCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-storage-gateway/src/commands/UpdateGatewayInformationCommand.ts b/clients/client-storage-gateway/src/commands/UpdateGatewayInformationCommand.ts index ad7f194a8315..4f61c22adfa2 100644 --- a/clients/client-storage-gateway/src/commands/UpdateGatewayInformationCommand.ts +++ b/clients/client-storage-gateway/src/commands/UpdateGatewayInformationCommand.ts @@ -109,9 +109,6 @@ export class UpdateGatewayInformationCommand extends $Command< UpdateGatewayInformationCommandOutput, StorageGatewayClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -125,9 +122,7 @@ export class UpdateGatewayInformationCommand extends $Command< * @public */ constructor(readonly input: UpdateGatewayInformationCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -180,7 +175,4 @@ export class UpdateGatewayInformationCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdateGatewayInformationCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-storage-gateway/src/commands/UpdateGatewaySoftwareNowCommand.ts b/clients/client-storage-gateway/src/commands/UpdateGatewaySoftwareNowCommand.ts index 174c1ef6cf9b..961df68c3263 100644 --- a/clients/client-storage-gateway/src/commands/UpdateGatewaySoftwareNowCommand.ts +++ b/clients/client-storage-gateway/src/commands/UpdateGatewaySoftwareNowCommand.ts @@ -107,9 +107,6 @@ export class UpdateGatewaySoftwareNowCommand extends $Command< UpdateGatewaySoftwareNowCommandOutput, StorageGatewayClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -123,9 +120,7 @@ export class UpdateGatewaySoftwareNowCommand extends $Command< * @public */ constructor(readonly input: UpdateGatewaySoftwareNowCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -178,7 +173,4 @@ export class UpdateGatewaySoftwareNowCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdateGatewaySoftwareNowCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-storage-gateway/src/commands/UpdateMaintenanceStartTimeCommand.ts b/clients/client-storage-gateway/src/commands/UpdateMaintenanceStartTimeCommand.ts index 46c483c1104a..4d235f8a2193 100644 --- a/clients/client-storage-gateway/src/commands/UpdateMaintenanceStartTimeCommand.ts +++ b/clients/client-storage-gateway/src/commands/UpdateMaintenanceStartTimeCommand.ts @@ -102,9 +102,6 @@ export class UpdateMaintenanceStartTimeCommand extends $Command< UpdateMaintenanceStartTimeCommandOutput, StorageGatewayClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -118,9 +115,7 @@ export class UpdateMaintenanceStartTimeCommand extends $Command< * @public */ constructor(readonly input: UpdateMaintenanceStartTimeCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -176,7 +171,4 @@ export class UpdateMaintenanceStartTimeCommand extends $Command< ): Promise { return de_UpdateMaintenanceStartTimeCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-storage-gateway/src/commands/UpdateNFSFileShareCommand.ts b/clients/client-storage-gateway/src/commands/UpdateNFSFileShareCommand.ts index fc6a0ab13111..3a8866979051 100644 --- a/clients/client-storage-gateway/src/commands/UpdateNFSFileShareCommand.ts +++ b/clients/client-storage-gateway/src/commands/UpdateNFSFileShareCommand.ts @@ -124,9 +124,6 @@ export class UpdateNFSFileShareCommand extends $Command< UpdateNFSFileShareCommandOutput, StorageGatewayClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -140,9 +137,7 @@ export class UpdateNFSFileShareCommand extends $Command< * @public */ constructor(readonly input: UpdateNFSFileShareCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -195,7 +190,4 @@ export class UpdateNFSFileShareCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdateNFSFileShareCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-storage-gateway/src/commands/UpdateSMBFileShareCommand.ts b/clients/client-storage-gateway/src/commands/UpdateSMBFileShareCommand.ts index 4d3a2c935326..993b1f567911 100644 --- a/clients/client-storage-gateway/src/commands/UpdateSMBFileShareCommand.ts +++ b/clients/client-storage-gateway/src/commands/UpdateSMBFileShareCommand.ts @@ -120,9 +120,6 @@ export class UpdateSMBFileShareCommand extends $Command< UpdateSMBFileShareCommandOutput, StorageGatewayClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -136,9 +133,7 @@ export class UpdateSMBFileShareCommand extends $Command< * @public */ constructor(readonly input: UpdateSMBFileShareCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -191,7 +186,4 @@ export class UpdateSMBFileShareCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdateSMBFileShareCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-storage-gateway/src/commands/UpdateSMBFileShareVisibilityCommand.ts b/clients/client-storage-gateway/src/commands/UpdateSMBFileShareVisibilityCommand.ts index 38eb913dd9cf..4ab7018ca220 100644 --- a/clients/client-storage-gateway/src/commands/UpdateSMBFileShareVisibilityCommand.ts +++ b/clients/client-storage-gateway/src/commands/UpdateSMBFileShareVisibilityCommand.ts @@ -85,9 +85,6 @@ export class UpdateSMBFileShareVisibilityCommand extends $Command< UpdateSMBFileShareVisibilityCommandOutput, StorageGatewayClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -101,9 +98,7 @@ export class UpdateSMBFileShareVisibilityCommand extends $Command< * @public */ constructor(readonly input: UpdateSMBFileShareVisibilityCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -159,7 +154,4 @@ export class UpdateSMBFileShareVisibilityCommand extends $Command< ): Promise { return de_UpdateSMBFileShareVisibilityCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-storage-gateway/src/commands/UpdateSMBLocalGroupsCommand.ts b/clients/client-storage-gateway/src/commands/UpdateSMBLocalGroupsCommand.ts index 81a97aecb134..2cba3e607ef9 100644 --- a/clients/client-storage-gateway/src/commands/UpdateSMBLocalGroupsCommand.ts +++ b/clients/client-storage-gateway/src/commands/UpdateSMBLocalGroupsCommand.ts @@ -84,9 +84,6 @@ export class UpdateSMBLocalGroupsCommand extends $Command< UpdateSMBLocalGroupsCommandOutput, StorageGatewayClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -100,9 +97,7 @@ export class UpdateSMBLocalGroupsCommand extends $Command< * @public */ constructor(readonly input: UpdateSMBLocalGroupsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -155,7 +150,4 @@ export class UpdateSMBLocalGroupsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdateSMBLocalGroupsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-storage-gateway/src/commands/UpdateSMBSecurityStrategyCommand.ts b/clients/client-storage-gateway/src/commands/UpdateSMBSecurityStrategyCommand.ts index 15bc56a900ae..09a316d2d9f1 100644 --- a/clients/client-storage-gateway/src/commands/UpdateSMBSecurityStrategyCommand.ts +++ b/clients/client-storage-gateway/src/commands/UpdateSMBSecurityStrategyCommand.ts @@ -84,9 +84,6 @@ export class UpdateSMBSecurityStrategyCommand extends $Command< UpdateSMBSecurityStrategyCommandOutput, StorageGatewayClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -100,9 +97,7 @@ export class UpdateSMBSecurityStrategyCommand extends $Command< * @public */ constructor(readonly input: UpdateSMBSecurityStrategyCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -158,7 +153,4 @@ export class UpdateSMBSecurityStrategyCommand extends $Command< ): Promise { return de_UpdateSMBSecurityStrategyCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-storage-gateway/src/commands/UpdateSnapshotScheduleCommand.ts b/clients/client-storage-gateway/src/commands/UpdateSnapshotScheduleCommand.ts index dd31202297b6..3a2e4831606a 100644 --- a/clients/client-storage-gateway/src/commands/UpdateSnapshotScheduleCommand.ts +++ b/clients/client-storage-gateway/src/commands/UpdateSnapshotScheduleCommand.ts @@ -113,9 +113,6 @@ export class UpdateSnapshotScheduleCommand extends $Command< UpdateSnapshotScheduleCommandOutput, StorageGatewayClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -129,9 +126,7 @@ export class UpdateSnapshotScheduleCommand extends $Command< * @public */ constructor(readonly input: UpdateSnapshotScheduleCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -184,7 +179,4 @@ export class UpdateSnapshotScheduleCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdateSnapshotScheduleCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-storage-gateway/src/commands/UpdateVTLDeviceTypeCommand.ts b/clients/client-storage-gateway/src/commands/UpdateVTLDeviceTypeCommand.ts index ef971d4144a1..1f4d7cbbcb9e 100644 --- a/clients/client-storage-gateway/src/commands/UpdateVTLDeviceTypeCommand.ts +++ b/clients/client-storage-gateway/src/commands/UpdateVTLDeviceTypeCommand.ts @@ -99,9 +99,6 @@ export class UpdateVTLDeviceTypeCommand extends $Command< UpdateVTLDeviceTypeCommandOutput, StorageGatewayClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -115,9 +112,7 @@ export class UpdateVTLDeviceTypeCommand extends $Command< * @public */ constructor(readonly input: UpdateVTLDeviceTypeCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -170,7 +165,4 @@ export class UpdateVTLDeviceTypeCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdateVTLDeviceTypeCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-sts/package.json b/clients/client-sts/package.json index ecfd5ee9c99a..22e892ce5ccf 100644 --- a/clients/client-sts/package.json +++ b/clients/client-sts/package.json @@ -36,29 +36,29 @@ "@aws-sdk/util-endpoints": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@smithy/config-resolver": "^2.0.16", - "@smithy/fetch-http-handler": "^2.2.4", - "@smithy/hash-node": "^2.0.12", - "@smithy/invalid-dependency": "^2.0.12", - "@smithy/middleware-content-length": "^2.0.14", - "@smithy/middleware-endpoint": "^2.1.3", - "@smithy/middleware-retry": "^2.0.18", - "@smithy/middleware-serde": "^2.0.12", - "@smithy/middleware-stack": "^2.0.6", - "@smithy/node-config-provider": "^2.1.3", - "@smithy/node-http-handler": "^2.1.8", - "@smithy/protocol-http": "^3.0.8", - "@smithy/smithy-client": "^2.1.12", - "@smithy/types": "^2.4.0", - "@smithy/url-parser": "^2.0.12", - "@smithy/util-base64": "^2.0.0", + "@smithy/config-resolver": "^2.0.18", + "@smithy/fetch-http-handler": "^2.2.6", + "@smithy/hash-node": "^2.0.15", + "@smithy/invalid-dependency": "^2.0.13", + "@smithy/middleware-content-length": "^2.0.15", + "@smithy/middleware-endpoint": "^2.2.0", + "@smithy/middleware-retry": "^2.0.20", + "@smithy/middleware-serde": "^2.0.13", + "@smithy/middleware-stack": "^2.0.7", + "@smithy/node-config-provider": "^2.1.5", + "@smithy/node-http-handler": "^2.1.9", + "@smithy/protocol-http": "^3.0.9", + "@smithy/smithy-client": "^2.1.15", + "@smithy/types": "^2.5.0", + "@smithy/url-parser": "^2.0.13", + "@smithy/util-base64": "^2.0.1", "@smithy/util-body-length-browser": "^2.0.0", "@smithy/util-body-length-node": "^2.1.0", - "@smithy/util-defaults-mode-browser": "^2.0.16", - "@smithy/util-defaults-mode-node": "^2.0.21", - "@smithy/util-endpoints": "^1.0.2", - "@smithy/util-retry": "^2.0.5", - "@smithy/util-utf8": "^2.0.0", + "@smithy/util-defaults-mode-browser": "^2.0.19", + "@smithy/util-defaults-mode-node": "^2.0.25", + "@smithy/util-endpoints": "^1.0.4", + "@smithy/util-retry": "^2.0.6", + "@smithy/util-utf8": "^2.0.2", "fast-xml-parser": "4.2.5", "tslib": "^2.5.0" }, diff --git a/clients/client-sts/src/commands/AssumeRoleCommand.ts b/clients/client-sts/src/commands/AssumeRoleCommand.ts index a42d15f74a6a..520f8baa8254 100644 --- a/clients/client-sts/src/commands/AssumeRoleCommand.ts +++ b/clients/client-sts/src/commands/AssumeRoleCommand.ts @@ -269,9 +269,6 @@ export class AssumeRoleCommand extends $Command< AssumeRoleCommandOutput, STSClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseGlobalEndpoint: { type: "builtInParams", name: "useGlobalEndpoint" }, @@ -286,9 +283,7 @@ export class AssumeRoleCommand extends $Command< * @public */ constructor(readonly input: AssumeRoleCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -340,7 +335,4 @@ export class AssumeRoleCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_AssumeRoleCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-sts/src/commands/AssumeRoleWithSAMLCommand.ts b/clients/client-sts/src/commands/AssumeRoleWithSAMLCommand.ts index 515c39b5fdbc..ad184e3df129 100644 --- a/clients/client-sts/src/commands/AssumeRoleWithSAMLCommand.ts +++ b/clients/client-sts/src/commands/AssumeRoleWithSAMLCommand.ts @@ -298,9 +298,6 @@ export class AssumeRoleWithSAMLCommand extends $Command< AssumeRoleWithSAMLCommandOutput, STSClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseGlobalEndpoint: { type: "builtInParams", name: "useGlobalEndpoint" }, @@ -315,9 +312,7 @@ export class AssumeRoleWithSAMLCommand extends $Command< * @public */ constructor(readonly input: AssumeRoleWithSAMLCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -370,7 +365,4 @@ export class AssumeRoleWithSAMLCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_AssumeRoleWithSAMLCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-sts/src/commands/AssumeRoleWithWebIdentityCommand.ts b/clients/client-sts/src/commands/AssumeRoleWithWebIdentityCommand.ts index 79da32574861..0f2829374ed9 100644 --- a/clients/client-sts/src/commands/AssumeRoleWithWebIdentityCommand.ts +++ b/clients/client-sts/src/commands/AssumeRoleWithWebIdentityCommand.ts @@ -307,9 +307,6 @@ export class AssumeRoleWithWebIdentityCommand extends $Command< AssumeRoleWithWebIdentityCommandOutput, STSClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseGlobalEndpoint: { type: "builtInParams", name: "useGlobalEndpoint" }, @@ -324,9 +321,7 @@ export class AssumeRoleWithWebIdentityCommand extends $Command< * @public */ constructor(readonly input: AssumeRoleWithWebIdentityCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -382,7 +377,4 @@ export class AssumeRoleWithWebIdentityCommand extends $Command< ): Promise { return de_AssumeRoleWithWebIdentityCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-sts/src/commands/DecodeAuthorizationMessageCommand.ts b/clients/client-sts/src/commands/DecodeAuthorizationMessageCommand.ts index d1857c436f79..35c4c80a4e11 100644 --- a/clients/client-sts/src/commands/DecodeAuthorizationMessageCommand.ts +++ b/clients/client-sts/src/commands/DecodeAuthorizationMessageCommand.ts @@ -127,9 +127,6 @@ export class DecodeAuthorizationMessageCommand extends $Command< DecodeAuthorizationMessageCommandOutput, STSClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseGlobalEndpoint: { type: "builtInParams", name: "useGlobalEndpoint" }, @@ -144,9 +141,7 @@ export class DecodeAuthorizationMessageCommand extends $Command< * @public */ constructor(readonly input: DecodeAuthorizationMessageCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -203,7 +198,4 @@ export class DecodeAuthorizationMessageCommand extends $Command< ): Promise { return de_DecodeAuthorizationMessageCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-sts/src/commands/GetAccessKeyInfoCommand.ts b/clients/client-sts/src/commands/GetAccessKeyInfoCommand.ts index 632c62de7e03..19f682136ca5 100644 --- a/clients/client-sts/src/commands/GetAccessKeyInfoCommand.ts +++ b/clients/client-sts/src/commands/GetAccessKeyInfoCommand.ts @@ -87,9 +87,6 @@ export class GetAccessKeyInfoCommand extends $Command< GetAccessKeyInfoCommandOutput, STSClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseGlobalEndpoint: { type: "builtInParams", name: "useGlobalEndpoint" }, @@ -104,9 +101,7 @@ export class GetAccessKeyInfoCommand extends $Command< * @public */ constructor(readonly input: GetAccessKeyInfoCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -160,7 +155,4 @@ export class GetAccessKeyInfoCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetAccessKeyInfoCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-sts/src/commands/GetCallerIdentityCommand.ts b/clients/client-sts/src/commands/GetCallerIdentityCommand.ts index 058145c9c0bd..851e5aeba0ad 100644 --- a/clients/client-sts/src/commands/GetCallerIdentityCommand.ts +++ b/clients/client-sts/src/commands/GetCallerIdentityCommand.ts @@ -128,9 +128,6 @@ export class GetCallerIdentityCommand extends $Command< GetCallerIdentityCommandOutput, STSClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseGlobalEndpoint: { type: "builtInParams", name: "useGlobalEndpoint" }, @@ -145,9 +142,7 @@ export class GetCallerIdentityCommand extends $Command< * @public */ constructor(readonly input: GetCallerIdentityCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -201,7 +196,4 @@ export class GetCallerIdentityCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetCallerIdentityCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-sts/src/commands/GetFederationTokenCommand.ts b/clients/client-sts/src/commands/GetFederationTokenCommand.ts index 15e9793fc0f4..6557a4517c97 100644 --- a/clients/client-sts/src/commands/GetFederationTokenCommand.ts +++ b/clients/client-sts/src/commands/GetFederationTokenCommand.ts @@ -246,9 +246,6 @@ export class GetFederationTokenCommand extends $Command< GetFederationTokenCommandOutput, STSClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseGlobalEndpoint: { type: "builtInParams", name: "useGlobalEndpoint" }, @@ -263,9 +260,7 @@ export class GetFederationTokenCommand extends $Command< * @public */ constructor(readonly input: GetFederationTokenCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -319,7 +314,4 @@ export class GetFederationTokenCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetFederationTokenCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-sts/src/commands/GetSessionTokenCommand.ts b/clients/client-sts/src/commands/GetSessionTokenCommand.ts index 69ff5842aef2..4a7f607c1bef 100644 --- a/clients/client-sts/src/commands/GetSessionTokenCommand.ts +++ b/clients/client-sts/src/commands/GetSessionTokenCommand.ts @@ -170,9 +170,6 @@ export class GetSessionTokenCommand extends $Command< GetSessionTokenCommandOutput, STSClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseGlobalEndpoint: { type: "builtInParams", name: "useGlobalEndpoint" }, @@ -187,9 +184,7 @@ export class GetSessionTokenCommand extends $Command< * @public */ constructor(readonly input: GetSessionTokenCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -243,7 +238,4 @@ export class GetSessionTokenCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetSessionTokenCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-support-app/package.json b/clients/client-support-app/package.json index 4dc2d6fb555b..56d32301e37b 100644 --- a/clients/client-support-app/package.json +++ b/clients/client-support-app/package.json @@ -34,29 +34,29 @@ "@aws-sdk/util-endpoints": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@smithy/config-resolver": "^2.0.16", - "@smithy/fetch-http-handler": "^2.2.4", - "@smithy/hash-node": "^2.0.12", - "@smithy/invalid-dependency": "^2.0.12", - "@smithy/middleware-content-length": "^2.0.14", - "@smithy/middleware-endpoint": "^2.1.3", - "@smithy/middleware-retry": "^2.0.18", - "@smithy/middleware-serde": "^2.0.12", - "@smithy/middleware-stack": "^2.0.6", - "@smithy/node-config-provider": "^2.1.3", - "@smithy/node-http-handler": "^2.1.8", - "@smithy/protocol-http": "^3.0.8", - "@smithy/smithy-client": "^2.1.12", - "@smithy/types": "^2.4.0", - "@smithy/url-parser": "^2.0.12", - "@smithy/util-base64": "^2.0.0", + "@smithy/config-resolver": "^2.0.18", + "@smithy/fetch-http-handler": "^2.2.6", + "@smithy/hash-node": "^2.0.15", + "@smithy/invalid-dependency": "^2.0.13", + "@smithy/middleware-content-length": "^2.0.15", + "@smithy/middleware-endpoint": "^2.2.0", + "@smithy/middleware-retry": "^2.0.20", + "@smithy/middleware-serde": "^2.0.13", + "@smithy/middleware-stack": "^2.0.7", + "@smithy/node-config-provider": "^2.1.5", + "@smithy/node-http-handler": "^2.1.9", + "@smithy/protocol-http": "^3.0.9", + "@smithy/smithy-client": "^2.1.15", + "@smithy/types": "^2.5.0", + "@smithy/url-parser": "^2.0.13", + "@smithy/util-base64": "^2.0.1", "@smithy/util-body-length-browser": "^2.0.0", "@smithy/util-body-length-node": "^2.1.0", - "@smithy/util-defaults-mode-browser": "^2.0.16", - "@smithy/util-defaults-mode-node": "^2.0.21", - "@smithy/util-endpoints": "^1.0.2", - "@smithy/util-retry": "^2.0.5", - "@smithy/util-utf8": "^2.0.0", + "@smithy/util-defaults-mode-browser": "^2.0.19", + "@smithy/util-defaults-mode-node": "^2.0.25", + "@smithy/util-endpoints": "^1.0.4", + "@smithy/util-retry": "^2.0.6", + "@smithy/util-utf8": "^2.0.2", "tslib": "^2.5.0" }, "devDependencies": { diff --git a/clients/client-support-app/src/commands/CreateSlackChannelConfigurationCommand.ts b/clients/client-support-app/src/commands/CreateSlackChannelConfigurationCommand.ts index ba63282c66fc..6a4143090147 100644 --- a/clients/client-support-app/src/commands/CreateSlackChannelConfigurationCommand.ts +++ b/clients/client-support-app/src/commands/CreateSlackChannelConfigurationCommand.ts @@ -143,9 +143,6 @@ export class CreateSlackChannelConfigurationCommand extends $Command< CreateSlackChannelConfigurationCommandOutput, SupportAppClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -159,9 +156,7 @@ export class CreateSlackChannelConfigurationCommand extends $Command< * @public */ constructor(readonly input: CreateSlackChannelConfigurationCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -220,7 +215,4 @@ export class CreateSlackChannelConfigurationCommand extends $Command< ): Promise { return de_CreateSlackChannelConfigurationCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-support-app/src/commands/DeleteAccountAliasCommand.ts b/clients/client-support-app/src/commands/DeleteAccountAliasCommand.ts index 7305d0ab88cc..715666539f3b 100644 --- a/clients/client-support-app/src/commands/DeleteAccountAliasCommand.ts +++ b/clients/client-support-app/src/commands/DeleteAccountAliasCommand.ts @@ -77,9 +77,6 @@ export class DeleteAccountAliasCommand extends $Command< DeleteAccountAliasCommandOutput, SupportAppClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -93,9 +90,7 @@ export class DeleteAccountAliasCommand extends $Command< * @public */ constructor(readonly input: DeleteAccountAliasCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -148,7 +143,4 @@ export class DeleteAccountAliasCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteAccountAliasCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-support-app/src/commands/DeleteSlackChannelConfigurationCommand.ts b/clients/client-support-app/src/commands/DeleteSlackChannelConfigurationCommand.ts index 2d2717d8139e..9538f408c507 100644 --- a/clients/client-support-app/src/commands/DeleteSlackChannelConfigurationCommand.ts +++ b/clients/client-support-app/src/commands/DeleteSlackChannelConfigurationCommand.ts @@ -117,9 +117,6 @@ export class DeleteSlackChannelConfigurationCommand extends $Command< DeleteSlackChannelConfigurationCommandOutput, SupportAppClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -133,9 +130,7 @@ export class DeleteSlackChannelConfigurationCommand extends $Command< * @public */ constructor(readonly input: DeleteSlackChannelConfigurationCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -194,7 +189,4 @@ export class DeleteSlackChannelConfigurationCommand extends $Command< ): Promise { return de_DeleteSlackChannelConfigurationCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-support-app/src/commands/DeleteSlackWorkspaceConfigurationCommand.ts b/clients/client-support-app/src/commands/DeleteSlackWorkspaceConfigurationCommand.ts index 2921772cbc36..cb05bf1620d8 100644 --- a/clients/client-support-app/src/commands/DeleteSlackWorkspaceConfigurationCommand.ts +++ b/clients/client-support-app/src/commands/DeleteSlackWorkspaceConfigurationCommand.ts @@ -116,9 +116,6 @@ export class DeleteSlackWorkspaceConfigurationCommand extends $Command< DeleteSlackWorkspaceConfigurationCommandOutput, SupportAppClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -132,9 +129,7 @@ export class DeleteSlackWorkspaceConfigurationCommand extends $Command< * @public */ constructor(readonly input: DeleteSlackWorkspaceConfigurationCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -193,7 +188,4 @@ export class DeleteSlackWorkspaceConfigurationCommand extends $Command< ): Promise { return de_DeleteSlackWorkspaceConfigurationCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-support-app/src/commands/GetAccountAliasCommand.ts b/clients/client-support-app/src/commands/GetAccountAliasCommand.ts index db9c217cb58d..1b5a793fdb30 100644 --- a/clients/client-support-app/src/commands/GetAccountAliasCommand.ts +++ b/clients/client-support-app/src/commands/GetAccountAliasCommand.ts @@ -72,9 +72,6 @@ export class GetAccountAliasCommand extends $Command< GetAccountAliasCommandOutput, SupportAppClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -88,9 +85,7 @@ export class GetAccountAliasCommand extends $Command< * @public */ constructor(readonly input: GetAccountAliasCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -143,7 +138,4 @@ export class GetAccountAliasCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetAccountAliasCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-support-app/src/commands/ListSlackChannelConfigurationsCommand.ts b/clients/client-support-app/src/commands/ListSlackChannelConfigurationsCommand.ts index aa8def986ee2..fbd538ac26f7 100644 --- a/clients/client-support-app/src/commands/ListSlackChannelConfigurationsCommand.ts +++ b/clients/client-support-app/src/commands/ListSlackChannelConfigurationsCommand.ts @@ -93,9 +93,6 @@ export class ListSlackChannelConfigurationsCommand extends $Command< ListSlackChannelConfigurationsCommandOutput, SupportAppClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -109,9 +106,7 @@ export class ListSlackChannelConfigurationsCommand extends $Command< * @public */ constructor(readonly input: ListSlackChannelConfigurationsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -170,7 +165,4 @@ export class ListSlackChannelConfigurationsCommand extends $Command< ): Promise { return de_ListSlackChannelConfigurationsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-support-app/src/commands/ListSlackWorkspaceConfigurationsCommand.ts b/clients/client-support-app/src/commands/ListSlackWorkspaceConfigurationsCommand.ts index 05a6c64dd2f5..3155ee4c7c2e 100644 --- a/clients/client-support-app/src/commands/ListSlackWorkspaceConfigurationsCommand.ts +++ b/clients/client-support-app/src/commands/ListSlackWorkspaceConfigurationsCommand.ts @@ -88,9 +88,6 @@ export class ListSlackWorkspaceConfigurationsCommand extends $Command< ListSlackWorkspaceConfigurationsCommandOutput, SupportAppClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -104,9 +101,7 @@ export class ListSlackWorkspaceConfigurationsCommand extends $Command< * @public */ constructor(readonly input: ListSlackWorkspaceConfigurationsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -165,7 +160,4 @@ export class ListSlackWorkspaceConfigurationsCommand extends $Command< ): Promise { return de_ListSlackWorkspaceConfigurationsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-support-app/src/commands/PutAccountAliasCommand.ts b/clients/client-support-app/src/commands/PutAccountAliasCommand.ts index bf72b51c501b..b77d93808336 100644 --- a/clients/client-support-app/src/commands/PutAccountAliasCommand.ts +++ b/clients/client-support-app/src/commands/PutAccountAliasCommand.ts @@ -79,9 +79,6 @@ export class PutAccountAliasCommand extends $Command< PutAccountAliasCommandOutput, SupportAppClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -95,9 +92,7 @@ export class PutAccountAliasCommand extends $Command< * @public */ constructor(readonly input: PutAccountAliasCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -150,7 +145,4 @@ export class PutAccountAliasCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_PutAccountAliasCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-support-app/src/commands/RegisterSlackWorkspaceForOrganizationCommand.ts b/clients/client-support-app/src/commands/RegisterSlackWorkspaceForOrganizationCommand.ts index 3caeb0d1cf72..93693d989967 100644 --- a/clients/client-support-app/src/commands/RegisterSlackWorkspaceForOrganizationCommand.ts +++ b/clients/client-support-app/src/commands/RegisterSlackWorkspaceForOrganizationCommand.ts @@ -152,9 +152,6 @@ export class RegisterSlackWorkspaceForOrganizationCommand extends $Command< RegisterSlackWorkspaceForOrganizationCommandOutput, SupportAppClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -168,9 +165,7 @@ export class RegisterSlackWorkspaceForOrganizationCommand extends $Command< * @public */ constructor(readonly input: RegisterSlackWorkspaceForOrganizationCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -229,7 +224,4 @@ export class RegisterSlackWorkspaceForOrganizationCommand extends $Command< ): Promise { return de_RegisterSlackWorkspaceForOrganizationCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-support-app/src/commands/UpdateSlackChannelConfigurationCommand.ts b/clients/client-support-app/src/commands/UpdateSlackChannelConfigurationCommand.ts index 3b668876ec05..1545bad96d4a 100644 --- a/clients/client-support-app/src/commands/UpdateSlackChannelConfigurationCommand.ts +++ b/clients/client-support-app/src/commands/UpdateSlackChannelConfigurationCommand.ts @@ -131,9 +131,6 @@ export class UpdateSlackChannelConfigurationCommand extends $Command< UpdateSlackChannelConfigurationCommandOutput, SupportAppClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -147,9 +144,7 @@ export class UpdateSlackChannelConfigurationCommand extends $Command< * @public */ constructor(readonly input: UpdateSlackChannelConfigurationCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -208,7 +203,4 @@ export class UpdateSlackChannelConfigurationCommand extends $Command< ): Promise { return de_UpdateSlackChannelConfigurationCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-support/package.json b/clients/client-support/package.json index 67bb79690ba6..938893f7a5af 100644 --- a/clients/client-support/package.json +++ b/clients/client-support/package.json @@ -34,29 +34,29 @@ "@aws-sdk/util-endpoints": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@smithy/config-resolver": "^2.0.16", - "@smithy/fetch-http-handler": "^2.2.4", - "@smithy/hash-node": "^2.0.12", - "@smithy/invalid-dependency": "^2.0.12", - "@smithy/middleware-content-length": "^2.0.14", - "@smithy/middleware-endpoint": "^2.1.3", - "@smithy/middleware-retry": "^2.0.18", - "@smithy/middleware-serde": "^2.0.12", - "@smithy/middleware-stack": "^2.0.6", - "@smithy/node-config-provider": "^2.1.3", - "@smithy/node-http-handler": "^2.1.8", - "@smithy/protocol-http": "^3.0.8", - "@smithy/smithy-client": "^2.1.12", - "@smithy/types": "^2.4.0", - "@smithy/url-parser": "^2.0.12", - "@smithy/util-base64": "^2.0.0", + "@smithy/config-resolver": "^2.0.18", + "@smithy/fetch-http-handler": "^2.2.6", + "@smithy/hash-node": "^2.0.15", + "@smithy/invalid-dependency": "^2.0.13", + "@smithy/middleware-content-length": "^2.0.15", + "@smithy/middleware-endpoint": "^2.2.0", + "@smithy/middleware-retry": "^2.0.20", + "@smithy/middleware-serde": "^2.0.13", + "@smithy/middleware-stack": "^2.0.7", + "@smithy/node-config-provider": "^2.1.5", + "@smithy/node-http-handler": "^2.1.9", + "@smithy/protocol-http": "^3.0.9", + "@smithy/smithy-client": "^2.1.15", + "@smithy/types": "^2.5.0", + "@smithy/url-parser": "^2.0.13", + "@smithy/util-base64": "^2.0.1", "@smithy/util-body-length-browser": "^2.0.0", "@smithy/util-body-length-node": "^2.1.0", - "@smithy/util-defaults-mode-browser": "^2.0.16", - "@smithy/util-defaults-mode-node": "^2.0.21", - "@smithy/util-endpoints": "^1.0.2", - "@smithy/util-retry": "^2.0.5", - "@smithy/util-utf8": "^2.0.0", + "@smithy/util-defaults-mode-browser": "^2.0.19", + "@smithy/util-defaults-mode-node": "^2.0.25", + "@smithy/util-endpoints": "^1.0.4", + "@smithy/util-retry": "^2.0.6", + "@smithy/util-utf8": "^2.0.2", "tslib": "^2.5.0" }, "devDependencies": { diff --git a/clients/client-support/src/commands/AddAttachmentsToSetCommand.ts b/clients/client-support/src/commands/AddAttachmentsToSetCommand.ts index c40b4823e903..90696f8febc3 100644 --- a/clients/client-support/src/commands/AddAttachmentsToSetCommand.ts +++ b/clients/client-support/src/commands/AddAttachmentsToSetCommand.ts @@ -112,9 +112,6 @@ export class AddAttachmentsToSetCommand extends $Command< AddAttachmentsToSetCommandOutput, SupportClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -128,9 +125,7 @@ export class AddAttachmentsToSetCommand extends $Command< * @public */ constructor(readonly input: AddAttachmentsToSetCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -183,7 +178,4 @@ export class AddAttachmentsToSetCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_AddAttachmentsToSetCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-support/src/commands/AddCommunicationToCaseCommand.ts b/clients/client-support/src/commands/AddCommunicationToCaseCommand.ts index ccdc27b4713e..543c2bf13f2d 100644 --- a/clients/client-support/src/commands/AddCommunicationToCaseCommand.ts +++ b/clients/client-support/src/commands/AddCommunicationToCaseCommand.ts @@ -106,9 +106,6 @@ export class AddCommunicationToCaseCommand extends $Command< AddCommunicationToCaseCommandOutput, SupportClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -122,9 +119,7 @@ export class AddCommunicationToCaseCommand extends $Command< * @public */ constructor(readonly input: AddCommunicationToCaseCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -177,7 +172,4 @@ export class AddCommunicationToCaseCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_AddCommunicationToCaseCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-support/src/commands/CreateCaseCommand.ts b/clients/client-support/src/commands/CreateCaseCommand.ts index 23be63f41e69..38b7b23f0f26 100644 --- a/clients/client-support/src/commands/CreateCaseCommand.ts +++ b/clients/client-support/src/commands/CreateCaseCommand.ts @@ -125,9 +125,6 @@ export class CreateCaseCommand extends $Command< CreateCaseCommandOutput, SupportClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -141,9 +138,7 @@ export class CreateCaseCommand extends $Command< * @public */ constructor(readonly input: CreateCaseCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -194,7 +189,4 @@ export class CreateCaseCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateCaseCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-support/src/commands/DescribeAttachmentCommand.ts b/clients/client-support/src/commands/DescribeAttachmentCommand.ts index 806423634e1f..74b75d4f6ffb 100644 --- a/clients/client-support/src/commands/DescribeAttachmentCommand.ts +++ b/clients/client-support/src/commands/DescribeAttachmentCommand.ts @@ -101,9 +101,6 @@ export class DescribeAttachmentCommand extends $Command< DescribeAttachmentCommandOutput, SupportClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -117,9 +114,7 @@ export class DescribeAttachmentCommand extends $Command< * @public */ constructor(readonly input: DescribeAttachmentCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -172,7 +167,4 @@ export class DescribeAttachmentCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DescribeAttachmentCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-support/src/commands/DescribeCasesCommand.ts b/clients/client-support/src/commands/DescribeCasesCommand.ts index 80b611e19e40..51e3012a5007 100644 --- a/clients/client-support/src/commands/DescribeCasesCommand.ts +++ b/clients/client-support/src/commands/DescribeCasesCommand.ts @@ -150,9 +150,6 @@ export class DescribeCasesCommand extends $Command< DescribeCasesCommandOutput, SupportClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -166,9 +163,7 @@ export class DescribeCasesCommand extends $Command< * @public */ constructor(readonly input: DescribeCasesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -219,7 +214,4 @@ export class DescribeCasesCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DescribeCasesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-support/src/commands/DescribeCommunicationsCommand.ts b/clients/client-support/src/commands/DescribeCommunicationsCommand.ts index 82ba9bfc5dfb..00d103bc1973 100644 --- a/clients/client-support/src/commands/DescribeCommunicationsCommand.ts +++ b/clients/client-support/src/commands/DescribeCommunicationsCommand.ts @@ -117,9 +117,6 @@ export class DescribeCommunicationsCommand extends $Command< DescribeCommunicationsCommandOutput, SupportClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -133,9 +130,7 @@ export class DescribeCommunicationsCommand extends $Command< * @public */ constructor(readonly input: DescribeCommunicationsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -188,7 +183,4 @@ export class DescribeCommunicationsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DescribeCommunicationsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-support/src/commands/DescribeCreateCaseOptionsCommand.ts b/clients/client-support/src/commands/DescribeCreateCaseOptionsCommand.ts index 001b2b24275e..ea558fb37a1b 100644 --- a/clients/client-support/src/commands/DescribeCreateCaseOptionsCommand.ts +++ b/clients/client-support/src/commands/DescribeCreateCaseOptionsCommand.ts @@ -115,9 +115,6 @@ export class DescribeCreateCaseOptionsCommand extends $Command< DescribeCreateCaseOptionsCommandOutput, SupportClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -131,9 +128,7 @@ export class DescribeCreateCaseOptionsCommand extends $Command< * @public */ constructor(readonly input: DescribeCreateCaseOptionsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -189,7 +184,4 @@ export class DescribeCreateCaseOptionsCommand extends $Command< ): Promise { return de_DescribeCreateCaseOptionsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-support/src/commands/DescribeServicesCommand.ts b/clients/client-support/src/commands/DescribeServicesCommand.ts index 6ff6cf554f7b..d7885b342b70 100644 --- a/clients/client-support/src/commands/DescribeServicesCommand.ts +++ b/clients/client-support/src/commands/DescribeServicesCommand.ts @@ -109,9 +109,6 @@ export class DescribeServicesCommand extends $Command< DescribeServicesCommandOutput, SupportClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -125,9 +122,7 @@ export class DescribeServicesCommand extends $Command< * @public */ constructor(readonly input: DescribeServicesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -180,7 +175,4 @@ export class DescribeServicesCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DescribeServicesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-support/src/commands/DescribeSeverityLevelsCommand.ts b/clients/client-support/src/commands/DescribeSeverityLevelsCommand.ts index 534591ba5510..9d55213ebcbb 100644 --- a/clients/client-support/src/commands/DescribeSeverityLevelsCommand.ts +++ b/clients/client-support/src/commands/DescribeSeverityLevelsCommand.ts @@ -94,9 +94,6 @@ export class DescribeSeverityLevelsCommand extends $Command< DescribeSeverityLevelsCommandOutput, SupportClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -110,9 +107,7 @@ export class DescribeSeverityLevelsCommand extends $Command< * @public */ constructor(readonly input: DescribeSeverityLevelsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -165,7 +160,4 @@ export class DescribeSeverityLevelsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DescribeSeverityLevelsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-support/src/commands/DescribeSupportedLanguagesCommand.ts b/clients/client-support/src/commands/DescribeSupportedLanguagesCommand.ts index 31ab9231086f..f2485a28204f 100644 --- a/clients/client-support/src/commands/DescribeSupportedLanguagesCommand.ts +++ b/clients/client-support/src/commands/DescribeSupportedLanguagesCommand.ts @@ -102,9 +102,6 @@ export class DescribeSupportedLanguagesCommand extends $Command< DescribeSupportedLanguagesCommandOutput, SupportClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -118,9 +115,7 @@ export class DescribeSupportedLanguagesCommand extends $Command< * @public */ constructor(readonly input: DescribeSupportedLanguagesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -176,7 +171,4 @@ export class DescribeSupportedLanguagesCommand extends $Command< ): Promise { return de_DescribeSupportedLanguagesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-support/src/commands/DescribeTrustedAdvisorCheckRefreshStatusesCommand.ts b/clients/client-support/src/commands/DescribeTrustedAdvisorCheckRefreshStatusesCommand.ts index 74a710c128c9..417b59d9b32d 100644 --- a/clients/client-support/src/commands/DescribeTrustedAdvisorCheckRefreshStatusesCommand.ts +++ b/clients/client-support/src/commands/DescribeTrustedAdvisorCheckRefreshStatusesCommand.ts @@ -118,9 +118,6 @@ export class DescribeTrustedAdvisorCheckRefreshStatusesCommand extends $Command< DescribeTrustedAdvisorCheckRefreshStatusesCommandOutput, SupportClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -134,9 +131,7 @@ export class DescribeTrustedAdvisorCheckRefreshStatusesCommand extends $Command< * @public */ constructor(readonly input: DescribeTrustedAdvisorCheckRefreshStatusesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -201,7 +196,4 @@ export class DescribeTrustedAdvisorCheckRefreshStatusesCommand extends $Command< ): Promise { return de_DescribeTrustedAdvisorCheckRefreshStatusesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-support/src/commands/DescribeTrustedAdvisorCheckResultCommand.ts b/clients/client-support/src/commands/DescribeTrustedAdvisorCheckResultCommand.ts index 899d2cdc773a..93d6b286087e 100644 --- a/clients/client-support/src/commands/DescribeTrustedAdvisorCheckResultCommand.ts +++ b/clients/client-support/src/commands/DescribeTrustedAdvisorCheckResultCommand.ts @@ -172,9 +172,6 @@ export class DescribeTrustedAdvisorCheckResultCommand extends $Command< DescribeTrustedAdvisorCheckResultCommandOutput, SupportClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -188,9 +185,7 @@ export class DescribeTrustedAdvisorCheckResultCommand extends $Command< * @public */ constructor(readonly input: DescribeTrustedAdvisorCheckResultCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -249,7 +244,4 @@ export class DescribeTrustedAdvisorCheckResultCommand extends $Command< ): Promise { return de_DescribeTrustedAdvisorCheckResultCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-support/src/commands/DescribeTrustedAdvisorCheckSummariesCommand.ts b/clients/client-support/src/commands/DescribeTrustedAdvisorCheckSummariesCommand.ts index 14e3f1f101c0..9f0730a5425a 100644 --- a/clients/client-support/src/commands/DescribeTrustedAdvisorCheckSummariesCommand.ts +++ b/clients/client-support/src/commands/DescribeTrustedAdvisorCheckSummariesCommand.ts @@ -128,9 +128,6 @@ export class DescribeTrustedAdvisorCheckSummariesCommand extends $Command< DescribeTrustedAdvisorCheckSummariesCommandOutput, SupportClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -144,9 +141,7 @@ export class DescribeTrustedAdvisorCheckSummariesCommand extends $Command< * @public */ constructor(readonly input: DescribeTrustedAdvisorCheckSummariesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -205,7 +200,4 @@ export class DescribeTrustedAdvisorCheckSummariesCommand extends $Command< ): Promise { return de_DescribeTrustedAdvisorCheckSummariesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-support/src/commands/DescribeTrustedAdvisorChecksCommand.ts b/clients/client-support/src/commands/DescribeTrustedAdvisorChecksCommand.ts index 80007658221f..8ce525966845 100644 --- a/clients/client-support/src/commands/DescribeTrustedAdvisorChecksCommand.ts +++ b/clients/client-support/src/commands/DescribeTrustedAdvisorChecksCommand.ts @@ -118,9 +118,6 @@ export class DescribeTrustedAdvisorChecksCommand extends $Command< DescribeTrustedAdvisorChecksCommandOutput, SupportClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -134,9 +131,7 @@ export class DescribeTrustedAdvisorChecksCommand extends $Command< * @public */ constructor(readonly input: DescribeTrustedAdvisorChecksCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -192,7 +187,4 @@ export class DescribeTrustedAdvisorChecksCommand extends $Command< ): Promise { return de_DescribeTrustedAdvisorChecksCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-support/src/commands/RefreshTrustedAdvisorCheckCommand.ts b/clients/client-support/src/commands/RefreshTrustedAdvisorCheckCommand.ts index e01ea86a49d0..b527e221b597 100644 --- a/clients/client-support/src/commands/RefreshTrustedAdvisorCheckCommand.ts +++ b/clients/client-support/src/commands/RefreshTrustedAdvisorCheckCommand.ts @@ -102,9 +102,6 @@ export class RefreshTrustedAdvisorCheckCommand extends $Command< RefreshTrustedAdvisorCheckCommandOutput, SupportClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -118,9 +115,7 @@ export class RefreshTrustedAdvisorCheckCommand extends $Command< * @public */ constructor(readonly input: RefreshTrustedAdvisorCheckCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -176,7 +171,4 @@ export class RefreshTrustedAdvisorCheckCommand extends $Command< ): Promise { return de_RefreshTrustedAdvisorCheckCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-support/src/commands/ResolveCaseCommand.ts b/clients/client-support/src/commands/ResolveCaseCommand.ts index b66d093e3527..18294baaa49f 100644 --- a/clients/client-support/src/commands/ResolveCaseCommand.ts +++ b/clients/client-support/src/commands/ResolveCaseCommand.ts @@ -92,9 +92,6 @@ export class ResolveCaseCommand extends $Command< ResolveCaseCommandOutput, SupportClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -108,9 +105,7 @@ export class ResolveCaseCommand extends $Command< * @public */ constructor(readonly input: ResolveCaseCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -161,7 +156,4 @@ export class ResolveCaseCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ResolveCaseCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-swf/package.json b/clients/client-swf/package.json index c81666599373..b4878219196b 100644 --- a/clients/client-swf/package.json +++ b/clients/client-swf/package.json @@ -34,29 +34,29 @@ "@aws-sdk/util-endpoints": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@smithy/config-resolver": "^2.0.16", - "@smithy/fetch-http-handler": "^2.2.4", - "@smithy/hash-node": "^2.0.12", - "@smithy/invalid-dependency": "^2.0.12", - "@smithy/middleware-content-length": "^2.0.14", - "@smithy/middleware-endpoint": "^2.1.3", - "@smithy/middleware-retry": "^2.0.18", - "@smithy/middleware-serde": "^2.0.12", - "@smithy/middleware-stack": "^2.0.6", - "@smithy/node-config-provider": "^2.1.3", - "@smithy/node-http-handler": "^2.1.8", - "@smithy/protocol-http": "^3.0.8", - "@smithy/smithy-client": "^2.1.12", - "@smithy/types": "^2.4.0", - "@smithy/url-parser": "^2.0.12", - "@smithy/util-base64": "^2.0.0", + "@smithy/config-resolver": "^2.0.18", + "@smithy/fetch-http-handler": "^2.2.6", + "@smithy/hash-node": "^2.0.15", + "@smithy/invalid-dependency": "^2.0.13", + "@smithy/middleware-content-length": "^2.0.15", + "@smithy/middleware-endpoint": "^2.2.0", + "@smithy/middleware-retry": "^2.0.20", + "@smithy/middleware-serde": "^2.0.13", + "@smithy/middleware-stack": "^2.0.7", + "@smithy/node-config-provider": "^2.1.5", + "@smithy/node-http-handler": "^2.1.9", + "@smithy/protocol-http": "^3.0.9", + "@smithy/smithy-client": "^2.1.15", + "@smithy/types": "^2.5.0", + "@smithy/url-parser": "^2.0.13", + "@smithy/util-base64": "^2.0.1", "@smithy/util-body-length-browser": "^2.0.0", "@smithy/util-body-length-node": "^2.1.0", - "@smithy/util-defaults-mode-browser": "^2.0.16", - "@smithy/util-defaults-mode-node": "^2.0.21", - "@smithy/util-endpoints": "^1.0.2", - "@smithy/util-retry": "^2.0.5", - "@smithy/util-utf8": "^2.0.0", + "@smithy/util-defaults-mode-browser": "^2.0.19", + "@smithy/util-defaults-mode-node": "^2.0.25", + "@smithy/util-endpoints": "^1.0.4", + "@smithy/util-retry": "^2.0.6", + "@smithy/util-utf8": "^2.0.2", "tslib": "^2.5.0" }, "devDependencies": { diff --git a/clients/client-swf/src/commands/CountClosedWorkflowExecutionsCommand.ts b/clients/client-swf/src/commands/CountClosedWorkflowExecutionsCommand.ts index d38b93e5ea9a..b973a3112650 100644 --- a/clients/client-swf/src/commands/CountClosedWorkflowExecutionsCommand.ts +++ b/clients/client-swf/src/commands/CountClosedWorkflowExecutionsCommand.ts @@ -147,9 +147,6 @@ export class CountClosedWorkflowExecutionsCommand extends $Command< CountClosedWorkflowExecutionsCommandOutput, SWFClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -163,9 +160,7 @@ export class CountClosedWorkflowExecutionsCommand extends $Command< * @public */ constructor(readonly input: CountClosedWorkflowExecutionsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -221,7 +216,4 @@ export class CountClosedWorkflowExecutionsCommand extends $Command< ): Promise { return de_CountClosedWorkflowExecutionsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-swf/src/commands/CountOpenWorkflowExecutionsCommand.ts b/clients/client-swf/src/commands/CountOpenWorkflowExecutionsCommand.ts index a02d7e826845..4d62b8fe604b 100644 --- a/clients/client-swf/src/commands/CountOpenWorkflowExecutionsCommand.ts +++ b/clients/client-swf/src/commands/CountOpenWorkflowExecutionsCommand.ts @@ -137,9 +137,6 @@ export class CountOpenWorkflowExecutionsCommand extends $Command< CountOpenWorkflowExecutionsCommandOutput, SWFClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -153,9 +150,7 @@ export class CountOpenWorkflowExecutionsCommand extends $Command< * @public */ constructor(readonly input: CountOpenWorkflowExecutionsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -211,7 +206,4 @@ export class CountOpenWorkflowExecutionsCommand extends $Command< ): Promise { return de_CountOpenWorkflowExecutionsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-swf/src/commands/CountPendingActivityTasksCommand.ts b/clients/client-swf/src/commands/CountPendingActivityTasksCommand.ts index 9b4d3e9b77ab..65f19188a32a 100644 --- a/clients/client-swf/src/commands/CountPendingActivityTasksCommand.ts +++ b/clients/client-swf/src/commands/CountPendingActivityTasksCommand.ts @@ -107,9 +107,6 @@ export class CountPendingActivityTasksCommand extends $Command< CountPendingActivityTasksCommandOutput, SWFClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -123,9 +120,7 @@ export class CountPendingActivityTasksCommand extends $Command< * @public */ constructor(readonly input: CountPendingActivityTasksCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -181,7 +176,4 @@ export class CountPendingActivityTasksCommand extends $Command< ): Promise { return de_CountPendingActivityTasksCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-swf/src/commands/CountPendingDecisionTasksCommand.ts b/clients/client-swf/src/commands/CountPendingDecisionTasksCommand.ts index 4cdb04652ad6..10e734aa90f1 100644 --- a/clients/client-swf/src/commands/CountPendingDecisionTasksCommand.ts +++ b/clients/client-swf/src/commands/CountPendingDecisionTasksCommand.ts @@ -107,9 +107,6 @@ export class CountPendingDecisionTasksCommand extends $Command< CountPendingDecisionTasksCommandOutput, SWFClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -123,9 +120,7 @@ export class CountPendingDecisionTasksCommand extends $Command< * @public */ constructor(readonly input: CountPendingDecisionTasksCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -181,7 +176,4 @@ export class CountPendingDecisionTasksCommand extends $Command< ): Promise { return de_CountPendingDecisionTasksCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-swf/src/commands/DeprecateActivityTypeCommand.ts b/clients/client-swf/src/commands/DeprecateActivityTypeCommand.ts index e22217dc0f10..882e264f7fe9 100644 --- a/clients/client-swf/src/commands/DeprecateActivityTypeCommand.ts +++ b/clients/client-swf/src/commands/DeprecateActivityTypeCommand.ts @@ -123,9 +123,6 @@ export class DeprecateActivityTypeCommand extends $Command< DeprecateActivityTypeCommandOutput, SWFClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -139,9 +136,7 @@ export class DeprecateActivityTypeCommand extends $Command< * @public */ constructor(readonly input: DeprecateActivityTypeCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -194,7 +189,4 @@ export class DeprecateActivityTypeCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeprecateActivityTypeCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-swf/src/commands/DeprecateDomainCommand.ts b/clients/client-swf/src/commands/DeprecateDomainCommand.ts index a66aa858a10f..a7cfb54d2dfe 100644 --- a/clients/client-swf/src/commands/DeprecateDomainCommand.ts +++ b/clients/client-swf/src/commands/DeprecateDomainCommand.ts @@ -108,9 +108,6 @@ export class DeprecateDomainCommand extends $Command< DeprecateDomainCommandOutput, SWFClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -124,9 +121,7 @@ export class DeprecateDomainCommand extends $Command< * @public */ constructor(readonly input: DeprecateDomainCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -179,7 +174,4 @@ export class DeprecateDomainCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeprecateDomainCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-swf/src/commands/DeprecateWorkflowTypeCommand.ts b/clients/client-swf/src/commands/DeprecateWorkflowTypeCommand.ts index 0cc77dc3174f..c3b935e4cc83 100644 --- a/clients/client-swf/src/commands/DeprecateWorkflowTypeCommand.ts +++ b/clients/client-swf/src/commands/DeprecateWorkflowTypeCommand.ts @@ -124,9 +124,6 @@ export class DeprecateWorkflowTypeCommand extends $Command< DeprecateWorkflowTypeCommandOutput, SWFClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -140,9 +137,7 @@ export class DeprecateWorkflowTypeCommand extends $Command< * @public */ constructor(readonly input: DeprecateWorkflowTypeCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -195,7 +190,4 @@ export class DeprecateWorkflowTypeCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeprecateWorkflowTypeCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-swf/src/commands/DescribeActivityTypeCommand.ts b/clients/client-swf/src/commands/DescribeActivityTypeCommand.ts index ab5d63a1038a..a75598661d4f 100644 --- a/clients/client-swf/src/commands/DescribeActivityTypeCommand.ts +++ b/clients/client-swf/src/commands/DescribeActivityTypeCommand.ts @@ -137,9 +137,6 @@ export class DescribeActivityTypeCommand extends $Command< DescribeActivityTypeCommandOutput, SWFClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -153,9 +150,7 @@ export class DescribeActivityTypeCommand extends $Command< * @public */ constructor(readonly input: DescribeActivityTypeCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -208,7 +203,4 @@ export class DescribeActivityTypeCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DescribeActivityTypeCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-swf/src/commands/DescribeDomainCommand.ts b/clients/client-swf/src/commands/DescribeDomainCommand.ts index 54c5985f1ae7..a9e74a0a2db5 100644 --- a/clients/client-swf/src/commands/DescribeDomainCommand.ts +++ b/clients/client-swf/src/commands/DescribeDomainCommand.ts @@ -108,9 +108,6 @@ export class DescribeDomainCommand extends $Command< DescribeDomainCommandOutput, SWFClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -124,9 +121,7 @@ export class DescribeDomainCommand extends $Command< * @public */ constructor(readonly input: DescribeDomainCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -179,7 +174,4 @@ export class DescribeDomainCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DescribeDomainCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-swf/src/commands/DescribeWorkflowExecutionCommand.ts b/clients/client-swf/src/commands/DescribeWorkflowExecutionCommand.ts index 878c234f9e84..c6e9db374cb7 100644 --- a/clients/client-swf/src/commands/DescribeWorkflowExecutionCommand.ts +++ b/clients/client-swf/src/commands/DescribeWorkflowExecutionCommand.ts @@ -148,9 +148,6 @@ export class DescribeWorkflowExecutionCommand extends $Command< DescribeWorkflowExecutionCommandOutput, SWFClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -164,9 +161,7 @@ export class DescribeWorkflowExecutionCommand extends $Command< * @public */ constructor(readonly input: DescribeWorkflowExecutionCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -222,7 +217,4 @@ export class DescribeWorkflowExecutionCommand extends $Command< ): Promise { return de_DescribeWorkflowExecutionCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-swf/src/commands/DescribeWorkflowTypeCommand.ts b/clients/client-swf/src/commands/DescribeWorkflowTypeCommand.ts index 3cae6f773ee5..905b6e6b3564 100644 --- a/clients/client-swf/src/commands/DescribeWorkflowTypeCommand.ts +++ b/clients/client-swf/src/commands/DescribeWorkflowTypeCommand.ts @@ -137,9 +137,6 @@ export class DescribeWorkflowTypeCommand extends $Command< DescribeWorkflowTypeCommandOutput, SWFClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -153,9 +150,7 @@ export class DescribeWorkflowTypeCommand extends $Command< * @public */ constructor(readonly input: DescribeWorkflowTypeCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -208,7 +203,4 @@ export class DescribeWorkflowTypeCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DescribeWorkflowTypeCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-swf/src/commands/GetWorkflowExecutionHistoryCommand.ts b/clients/client-swf/src/commands/GetWorkflowExecutionHistoryCommand.ts index 2560de2949e0..ad1cab49cdd3 100644 --- a/clients/client-swf/src/commands/GetWorkflowExecutionHistoryCommand.ts +++ b/clients/client-swf/src/commands/GetWorkflowExecutionHistoryCommand.ts @@ -498,9 +498,6 @@ export class GetWorkflowExecutionHistoryCommand extends $Command< GetWorkflowExecutionHistoryCommandOutput, SWFClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -514,9 +511,7 @@ export class GetWorkflowExecutionHistoryCommand extends $Command< * @public */ constructor(readonly input: GetWorkflowExecutionHistoryCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -572,7 +567,4 @@ export class GetWorkflowExecutionHistoryCommand extends $Command< ): Promise { return de_GetWorkflowExecutionHistoryCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-swf/src/commands/ListActivityTypesCommand.ts b/clients/client-swf/src/commands/ListActivityTypesCommand.ts index 6b33bf5a8873..d60b4f2e10d8 100644 --- a/clients/client-swf/src/commands/ListActivityTypesCommand.ts +++ b/clients/client-swf/src/commands/ListActivityTypesCommand.ts @@ -120,9 +120,6 @@ export class ListActivityTypesCommand extends $Command< ListActivityTypesCommandOutput, SWFClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -136,9 +133,7 @@ export class ListActivityTypesCommand extends $Command< * @public */ constructor(readonly input: ListActivityTypesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -191,7 +186,4 @@ export class ListActivityTypesCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListActivityTypesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-swf/src/commands/ListClosedWorkflowExecutionsCommand.ts b/clients/client-swf/src/commands/ListClosedWorkflowExecutionsCommand.ts index 936f9fe3c9c6..fd0d57462659 100644 --- a/clients/client-swf/src/commands/ListClosedWorkflowExecutionsCommand.ts +++ b/clients/client-swf/src/commands/ListClosedWorkflowExecutionsCommand.ts @@ -174,9 +174,6 @@ export class ListClosedWorkflowExecutionsCommand extends $Command< ListClosedWorkflowExecutionsCommandOutput, SWFClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -190,9 +187,7 @@ export class ListClosedWorkflowExecutionsCommand extends $Command< * @public */ constructor(readonly input: ListClosedWorkflowExecutionsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -248,7 +243,4 @@ export class ListClosedWorkflowExecutionsCommand extends $Command< ): Promise { return de_ListClosedWorkflowExecutionsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-swf/src/commands/ListDomainsCommand.ts b/clients/client-swf/src/commands/ListDomainsCommand.ts index cbd7ef21770d..6774ebca3105 100644 --- a/clients/client-swf/src/commands/ListDomainsCommand.ts +++ b/clients/client-swf/src/commands/ListDomainsCommand.ts @@ -115,9 +115,6 @@ export class ListDomainsCommand extends $Command< ListDomainsCommandOutput, SWFClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -131,9 +128,7 @@ export class ListDomainsCommand extends $Command< * @public */ constructor(readonly input: ListDomainsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -184,7 +179,4 @@ export class ListDomainsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListDomainsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-swf/src/commands/ListOpenWorkflowExecutionsCommand.ts b/clients/client-swf/src/commands/ListOpenWorkflowExecutionsCommand.ts index 71c9fce6ef3b..f930dbd6dbb5 100644 --- a/clients/client-swf/src/commands/ListOpenWorkflowExecutionsCommand.ts +++ b/clients/client-swf/src/commands/ListOpenWorkflowExecutionsCommand.ts @@ -164,9 +164,6 @@ export class ListOpenWorkflowExecutionsCommand extends $Command< ListOpenWorkflowExecutionsCommandOutput, SWFClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -180,9 +177,7 @@ export class ListOpenWorkflowExecutionsCommand extends $Command< * @public */ constructor(readonly input: ListOpenWorkflowExecutionsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -238,7 +233,4 @@ export class ListOpenWorkflowExecutionsCommand extends $Command< ): Promise { return de_ListOpenWorkflowExecutionsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-swf/src/commands/ListTagsForResourceCommand.ts b/clients/client-swf/src/commands/ListTagsForResourceCommand.ts index e1f9a48f8f93..033f7487308b 100644 --- a/clients/client-swf/src/commands/ListTagsForResourceCommand.ts +++ b/clients/client-swf/src/commands/ListTagsForResourceCommand.ts @@ -84,9 +84,6 @@ export class ListTagsForResourceCommand extends $Command< ListTagsForResourceCommandOutput, SWFClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -100,9 +97,7 @@ export class ListTagsForResourceCommand extends $Command< * @public */ constructor(readonly input: ListTagsForResourceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -155,7 +150,4 @@ export class ListTagsForResourceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListTagsForResourceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-swf/src/commands/ListWorkflowTypesCommand.ts b/clients/client-swf/src/commands/ListWorkflowTypesCommand.ts index d481422d8b74..b2a5da9b9e2e 100644 --- a/clients/client-swf/src/commands/ListWorkflowTypesCommand.ts +++ b/clients/client-swf/src/commands/ListWorkflowTypesCommand.ts @@ -117,9 +117,6 @@ export class ListWorkflowTypesCommand extends $Command< ListWorkflowTypesCommandOutput, SWFClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -133,9 +130,7 @@ export class ListWorkflowTypesCommand extends $Command< * @public */ constructor(readonly input: ListWorkflowTypesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -188,7 +183,4 @@ export class ListWorkflowTypesCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListWorkflowTypesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-swf/src/commands/PollForActivityTaskCommand.ts b/clients/client-swf/src/commands/PollForActivityTaskCommand.ts index 378012184ece..2f81d699cd32 100644 --- a/clients/client-swf/src/commands/PollForActivityTaskCommand.ts +++ b/clients/client-swf/src/commands/PollForActivityTaskCommand.ts @@ -129,9 +129,6 @@ export class PollForActivityTaskCommand extends $Command< PollForActivityTaskCommandOutput, SWFClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -145,9 +142,7 @@ export class PollForActivityTaskCommand extends $Command< * @public */ constructor(readonly input: PollForActivityTaskCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -200,7 +195,4 @@ export class PollForActivityTaskCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_PollForActivityTaskCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-swf/src/commands/PollForDecisionTaskCommand.ts b/clients/client-swf/src/commands/PollForDecisionTaskCommand.ts index 0bcc4c167e8a..81378be12b9d 100644 --- a/clients/client-swf/src/commands/PollForDecisionTaskCommand.ts +++ b/clients/client-swf/src/commands/PollForDecisionTaskCommand.ts @@ -525,9 +525,6 @@ export class PollForDecisionTaskCommand extends $Command< PollForDecisionTaskCommandOutput, SWFClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -541,9 +538,7 @@ export class PollForDecisionTaskCommand extends $Command< * @public */ constructor(readonly input: PollForDecisionTaskCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -596,7 +591,4 @@ export class PollForDecisionTaskCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_PollForDecisionTaskCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-swf/src/commands/RecordActivityTaskHeartbeatCommand.ts b/clients/client-swf/src/commands/RecordActivityTaskHeartbeatCommand.ts index 3ea34dacb4d4..f6f871f5d0f0 100644 --- a/clients/client-swf/src/commands/RecordActivityTaskHeartbeatCommand.ts +++ b/clients/client-swf/src/commands/RecordActivityTaskHeartbeatCommand.ts @@ -124,9 +124,6 @@ export class RecordActivityTaskHeartbeatCommand extends $Command< RecordActivityTaskHeartbeatCommandOutput, SWFClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -140,9 +137,7 @@ export class RecordActivityTaskHeartbeatCommand extends $Command< * @public */ constructor(readonly input: RecordActivityTaskHeartbeatCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -198,7 +193,4 @@ export class RecordActivityTaskHeartbeatCommand extends $Command< ): Promise { return de_RecordActivityTaskHeartbeatCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-swf/src/commands/RegisterActivityTypeCommand.ts b/clients/client-swf/src/commands/RegisterActivityTypeCommand.ts index b8ff15a12c16..afc9dd121bc7 100644 --- a/clients/client-swf/src/commands/RegisterActivityTypeCommand.ts +++ b/clients/client-swf/src/commands/RegisterActivityTypeCommand.ts @@ -137,9 +137,6 @@ export class RegisterActivityTypeCommand extends $Command< RegisterActivityTypeCommandOutput, SWFClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -153,9 +150,7 @@ export class RegisterActivityTypeCommand extends $Command< * @public */ constructor(readonly input: RegisterActivityTypeCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -208,7 +203,4 @@ export class RegisterActivityTypeCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_RegisterActivityTypeCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-swf/src/commands/RegisterDomainCommand.ts b/clients/client-swf/src/commands/RegisterDomainCommand.ts index 7e5ef5f829a2..0c37273c5ebc 100644 --- a/clients/client-swf/src/commands/RegisterDomainCommand.ts +++ b/clients/client-swf/src/commands/RegisterDomainCommand.ts @@ -111,9 +111,6 @@ export class RegisterDomainCommand extends $Command< RegisterDomainCommandOutput, SWFClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -127,9 +124,7 @@ export class RegisterDomainCommand extends $Command< * @public */ constructor(readonly input: RegisterDomainCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -182,7 +177,4 @@ export class RegisterDomainCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_RegisterDomainCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-swf/src/commands/RegisterWorkflowTypeCommand.ts b/clients/client-swf/src/commands/RegisterWorkflowTypeCommand.ts index f3b9d14ff0fb..f125d2a84326 100644 --- a/clients/client-swf/src/commands/RegisterWorkflowTypeCommand.ts +++ b/clients/client-swf/src/commands/RegisterWorkflowTypeCommand.ts @@ -138,9 +138,6 @@ export class RegisterWorkflowTypeCommand extends $Command< RegisterWorkflowTypeCommandOutput, SWFClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -154,9 +151,7 @@ export class RegisterWorkflowTypeCommand extends $Command< * @public */ constructor(readonly input: RegisterWorkflowTypeCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -209,7 +204,4 @@ export class RegisterWorkflowTypeCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_RegisterWorkflowTypeCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-swf/src/commands/RequestCancelWorkflowExecutionCommand.ts b/clients/client-swf/src/commands/RequestCancelWorkflowExecutionCommand.ts index 2d9bf73b0dc7..423429b2718f 100644 --- a/clients/client-swf/src/commands/RequestCancelWorkflowExecutionCommand.ts +++ b/clients/client-swf/src/commands/RequestCancelWorkflowExecutionCommand.ts @@ -115,9 +115,6 @@ export class RequestCancelWorkflowExecutionCommand extends $Command< RequestCancelWorkflowExecutionCommandOutput, SWFClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -131,9 +128,7 @@ export class RequestCancelWorkflowExecutionCommand extends $Command< * @public */ constructor(readonly input: RequestCancelWorkflowExecutionCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -192,7 +187,4 @@ export class RequestCancelWorkflowExecutionCommand extends $Command< ): Promise { return de_RequestCancelWorkflowExecutionCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-swf/src/commands/RespondActivityTaskCanceledCommand.ts b/clients/client-swf/src/commands/RespondActivityTaskCanceledCommand.ts index 2398676ad40d..91c79a55a2e7 100644 --- a/clients/client-swf/src/commands/RespondActivityTaskCanceledCommand.ts +++ b/clients/client-swf/src/commands/RespondActivityTaskCanceledCommand.ts @@ -112,9 +112,6 @@ export class RespondActivityTaskCanceledCommand extends $Command< RespondActivityTaskCanceledCommandOutput, SWFClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -128,9 +125,7 @@ export class RespondActivityTaskCanceledCommand extends $Command< * @public */ constructor(readonly input: RespondActivityTaskCanceledCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -186,7 +181,4 @@ export class RespondActivityTaskCanceledCommand extends $Command< ): Promise { return de_RespondActivityTaskCanceledCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-swf/src/commands/RespondActivityTaskCompletedCommand.ts b/clients/client-swf/src/commands/RespondActivityTaskCompletedCommand.ts index 3e38b3c1a7c0..7c2c2f08b205 100644 --- a/clients/client-swf/src/commands/RespondActivityTaskCompletedCommand.ts +++ b/clients/client-swf/src/commands/RespondActivityTaskCompletedCommand.ts @@ -114,9 +114,6 @@ export class RespondActivityTaskCompletedCommand extends $Command< RespondActivityTaskCompletedCommandOutput, SWFClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -130,9 +127,7 @@ export class RespondActivityTaskCompletedCommand extends $Command< * @public */ constructor(readonly input: RespondActivityTaskCompletedCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -188,7 +183,4 @@ export class RespondActivityTaskCompletedCommand extends $Command< ): Promise { return de_RespondActivityTaskCompletedCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-swf/src/commands/RespondActivityTaskFailedCommand.ts b/clients/client-swf/src/commands/RespondActivityTaskFailedCommand.ts index 962c7617fe77..560807839c13 100644 --- a/clients/client-swf/src/commands/RespondActivityTaskFailedCommand.ts +++ b/clients/client-swf/src/commands/RespondActivityTaskFailedCommand.ts @@ -106,9 +106,6 @@ export class RespondActivityTaskFailedCommand extends $Command< RespondActivityTaskFailedCommandOutput, SWFClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -122,9 +119,7 @@ export class RespondActivityTaskFailedCommand extends $Command< * @public */ constructor(readonly input: RespondActivityTaskFailedCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -180,7 +175,4 @@ export class RespondActivityTaskFailedCommand extends $Command< ): Promise { return de_RespondActivityTaskFailedCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-swf/src/commands/RespondDecisionTaskCompletedCommand.ts b/clients/client-swf/src/commands/RespondDecisionTaskCompletedCommand.ts index 5fdb4b72f255..ba689871c91c 100644 --- a/clients/client-swf/src/commands/RespondDecisionTaskCompletedCommand.ts +++ b/clients/client-swf/src/commands/RespondDecisionTaskCompletedCommand.ts @@ -199,9 +199,6 @@ export class RespondDecisionTaskCompletedCommand extends $Command< RespondDecisionTaskCompletedCommandOutput, SWFClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -215,9 +212,7 @@ export class RespondDecisionTaskCompletedCommand extends $Command< * @public */ constructor(readonly input: RespondDecisionTaskCompletedCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -273,7 +268,4 @@ export class RespondDecisionTaskCompletedCommand extends $Command< ): Promise { return de_RespondDecisionTaskCompletedCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-swf/src/commands/SignalWorkflowExecutionCommand.ts b/clients/client-swf/src/commands/SignalWorkflowExecutionCommand.ts index c1bacfa6e3c8..d4eab7c1cd98 100644 --- a/clients/client-swf/src/commands/SignalWorkflowExecutionCommand.ts +++ b/clients/client-swf/src/commands/SignalWorkflowExecutionCommand.ts @@ -113,9 +113,6 @@ export class SignalWorkflowExecutionCommand extends $Command< SignalWorkflowExecutionCommandOutput, SWFClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -129,9 +126,7 @@ export class SignalWorkflowExecutionCommand extends $Command< * @public */ constructor(readonly input: SignalWorkflowExecutionCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -184,7 +179,4 @@ export class SignalWorkflowExecutionCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_SignalWorkflowExecutionCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-swf/src/commands/StartWorkflowExecutionCommand.ts b/clients/client-swf/src/commands/StartWorkflowExecutionCommand.ts index 63b433b42128..5cf0700187b9 100644 --- a/clients/client-swf/src/commands/StartWorkflowExecutionCommand.ts +++ b/clients/client-swf/src/commands/StartWorkflowExecutionCommand.ts @@ -179,9 +179,6 @@ export class StartWorkflowExecutionCommand extends $Command< StartWorkflowExecutionCommandOutput, SWFClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -195,9 +192,7 @@ export class StartWorkflowExecutionCommand extends $Command< * @public */ constructor(readonly input: StartWorkflowExecutionCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -250,7 +245,4 @@ export class StartWorkflowExecutionCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_StartWorkflowExecutionCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-swf/src/commands/TagResourceCommand.ts b/clients/client-swf/src/commands/TagResourceCommand.ts index 653dc6040147..315757503a39 100644 --- a/clients/client-swf/src/commands/TagResourceCommand.ts +++ b/clients/client-swf/src/commands/TagResourceCommand.ts @@ -89,9 +89,6 @@ export class TagResourceCommand extends $Command< TagResourceCommandOutput, SWFClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -105,9 +102,7 @@ export class TagResourceCommand extends $Command< * @public */ constructor(readonly input: TagResourceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -158,7 +153,4 @@ export class TagResourceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_TagResourceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-swf/src/commands/TerminateWorkflowExecutionCommand.ts b/clients/client-swf/src/commands/TerminateWorkflowExecutionCommand.ts index e3c7fcbe0e27..a6a6f14d5a5b 100644 --- a/clients/client-swf/src/commands/TerminateWorkflowExecutionCommand.ts +++ b/clients/client-swf/src/commands/TerminateWorkflowExecutionCommand.ts @@ -118,9 +118,6 @@ export class TerminateWorkflowExecutionCommand extends $Command< TerminateWorkflowExecutionCommandOutput, SWFClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -134,9 +131,7 @@ export class TerminateWorkflowExecutionCommand extends $Command< * @public */ constructor(readonly input: TerminateWorkflowExecutionCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -192,7 +187,4 @@ export class TerminateWorkflowExecutionCommand extends $Command< ): Promise { return de_TerminateWorkflowExecutionCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-swf/src/commands/UndeprecateActivityTypeCommand.ts b/clients/client-swf/src/commands/UndeprecateActivityTypeCommand.ts index d4516a3d2298..bf2e95460436 100644 --- a/clients/client-swf/src/commands/UndeprecateActivityTypeCommand.ts +++ b/clients/client-swf/src/commands/UndeprecateActivityTypeCommand.ts @@ -122,9 +122,6 @@ export class UndeprecateActivityTypeCommand extends $Command< UndeprecateActivityTypeCommandOutput, SWFClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -138,9 +135,7 @@ export class UndeprecateActivityTypeCommand extends $Command< * @public */ constructor(readonly input: UndeprecateActivityTypeCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -193,7 +188,4 @@ export class UndeprecateActivityTypeCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UndeprecateActivityTypeCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-swf/src/commands/UndeprecateDomainCommand.ts b/clients/client-swf/src/commands/UndeprecateDomainCommand.ts index 15d96cc6ea92..ad3ade6cd9f1 100644 --- a/clients/client-swf/src/commands/UndeprecateDomainCommand.ts +++ b/clients/client-swf/src/commands/UndeprecateDomainCommand.ts @@ -105,9 +105,6 @@ export class UndeprecateDomainCommand extends $Command< UndeprecateDomainCommandOutput, SWFClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -121,9 +118,7 @@ export class UndeprecateDomainCommand extends $Command< * @public */ constructor(readonly input: UndeprecateDomainCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -176,7 +171,4 @@ export class UndeprecateDomainCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UndeprecateDomainCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-swf/src/commands/UndeprecateWorkflowTypeCommand.ts b/clients/client-swf/src/commands/UndeprecateWorkflowTypeCommand.ts index a53942c36592..cacadcb6a3e5 100644 --- a/clients/client-swf/src/commands/UndeprecateWorkflowTypeCommand.ts +++ b/clients/client-swf/src/commands/UndeprecateWorkflowTypeCommand.ts @@ -122,9 +122,6 @@ export class UndeprecateWorkflowTypeCommand extends $Command< UndeprecateWorkflowTypeCommandOutput, SWFClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -138,9 +135,7 @@ export class UndeprecateWorkflowTypeCommand extends $Command< * @public */ constructor(readonly input: UndeprecateWorkflowTypeCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -193,7 +188,4 @@ export class UndeprecateWorkflowTypeCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UndeprecateWorkflowTypeCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-swf/src/commands/UntagResourceCommand.ts b/clients/client-swf/src/commands/UntagResourceCommand.ts index 3640a23ae123..3884741b7059 100644 --- a/clients/client-swf/src/commands/UntagResourceCommand.ts +++ b/clients/client-swf/src/commands/UntagResourceCommand.ts @@ -80,9 +80,6 @@ export class UntagResourceCommand extends $Command< UntagResourceCommandOutput, SWFClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -96,9 +93,7 @@ export class UntagResourceCommand extends $Command< * @public */ constructor(readonly input: UntagResourceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -149,7 +144,4 @@ export class UntagResourceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UntagResourceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-synthetics/package.json b/clients/client-synthetics/package.json index 6ace8fdb0bdf..a3462fe101d1 100644 --- a/clients/client-synthetics/package.json +++ b/clients/client-synthetics/package.json @@ -34,29 +34,29 @@ "@aws-sdk/util-endpoints": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@smithy/config-resolver": "^2.0.16", - "@smithy/fetch-http-handler": "^2.2.4", - "@smithy/hash-node": "^2.0.12", - "@smithy/invalid-dependency": "^2.0.12", - "@smithy/middleware-content-length": "^2.0.14", - "@smithy/middleware-endpoint": "^2.1.3", - "@smithy/middleware-retry": "^2.0.18", - "@smithy/middleware-serde": "^2.0.12", - "@smithy/middleware-stack": "^2.0.6", - "@smithy/node-config-provider": "^2.1.3", - "@smithy/node-http-handler": "^2.1.8", - "@smithy/protocol-http": "^3.0.8", - "@smithy/smithy-client": "^2.1.12", - "@smithy/types": "^2.4.0", - "@smithy/url-parser": "^2.0.12", - "@smithy/util-base64": "^2.0.0", + "@smithy/config-resolver": "^2.0.18", + "@smithy/fetch-http-handler": "^2.2.6", + "@smithy/hash-node": "^2.0.15", + "@smithy/invalid-dependency": "^2.0.13", + "@smithy/middleware-content-length": "^2.0.15", + "@smithy/middleware-endpoint": "^2.2.0", + "@smithy/middleware-retry": "^2.0.20", + "@smithy/middleware-serde": "^2.0.13", + "@smithy/middleware-stack": "^2.0.7", + "@smithy/node-config-provider": "^2.1.5", + "@smithy/node-http-handler": "^2.1.9", + "@smithy/protocol-http": "^3.0.9", + "@smithy/smithy-client": "^2.1.15", + "@smithy/types": "^2.5.0", + "@smithy/url-parser": "^2.0.13", + "@smithy/util-base64": "^2.0.1", "@smithy/util-body-length-browser": "^2.0.0", "@smithy/util-body-length-node": "^2.1.0", - "@smithy/util-defaults-mode-browser": "^2.0.16", - "@smithy/util-defaults-mode-node": "^2.0.21", - "@smithy/util-endpoints": "^1.0.2", - "@smithy/util-retry": "^2.0.5", - "@smithy/util-utf8": "^2.0.0", + "@smithy/util-defaults-mode-browser": "^2.0.19", + "@smithy/util-defaults-mode-node": "^2.0.25", + "@smithy/util-endpoints": "^1.0.4", + "@smithy/util-retry": "^2.0.6", + "@smithy/util-utf8": "^2.0.2", "tslib": "^2.5.0" }, "devDependencies": { diff --git a/clients/client-synthetics/src/commands/AssociateResourceCommand.ts b/clients/client-synthetics/src/commands/AssociateResourceCommand.ts index 970e3768dc13..b7f8abd8f649 100644 --- a/clients/client-synthetics/src/commands/AssociateResourceCommand.ts +++ b/clients/client-synthetics/src/commands/AssociateResourceCommand.ts @@ -87,9 +87,6 @@ export class AssociateResourceCommand extends $Command< AssociateResourceCommandOutput, SyntheticsClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -103,9 +100,7 @@ export class AssociateResourceCommand extends $Command< * @public */ constructor(readonly input: AssociateResourceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -158,7 +153,4 @@ export class AssociateResourceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_AssociateResourceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-synthetics/src/commands/CreateCanaryCommand.ts b/clients/client-synthetics/src/commands/CreateCanaryCommand.ts index a72c9b0c41fe..acd95024d27b 100644 --- a/clients/client-synthetics/src/commands/CreateCanaryCommand.ts +++ b/clients/client-synthetics/src/commands/CreateCanaryCommand.ts @@ -195,9 +195,6 @@ export class CreateCanaryCommand extends $Command< CreateCanaryCommandOutput, SyntheticsClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -211,9 +208,7 @@ export class CreateCanaryCommand extends $Command< * @public */ constructor(readonly input: CreateCanaryCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -264,7 +259,4 @@ export class CreateCanaryCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateCanaryCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-synthetics/src/commands/CreateGroupCommand.ts b/clients/client-synthetics/src/commands/CreateGroupCommand.ts index c4396def37e3..f6897af60f35 100644 --- a/clients/client-synthetics/src/commands/CreateGroupCommand.ts +++ b/clients/client-synthetics/src/commands/CreateGroupCommand.ts @@ -106,9 +106,6 @@ export class CreateGroupCommand extends $Command< CreateGroupCommandOutput, SyntheticsClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -122,9 +119,7 @@ export class CreateGroupCommand extends $Command< * @public */ constructor(readonly input: CreateGroupCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -175,7 +170,4 @@ export class CreateGroupCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateGroupCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-synthetics/src/commands/DeleteCanaryCommand.ts b/clients/client-synthetics/src/commands/DeleteCanaryCommand.ts index 41e56856e086..5411c95f8946 100644 --- a/clients/client-synthetics/src/commands/DeleteCanaryCommand.ts +++ b/clients/client-synthetics/src/commands/DeleteCanaryCommand.ts @@ -112,9 +112,6 @@ export class DeleteCanaryCommand extends $Command< DeleteCanaryCommandOutput, SyntheticsClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -128,9 +125,7 @@ export class DeleteCanaryCommand extends $Command< * @public */ constructor(readonly input: DeleteCanaryCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -181,7 +176,4 @@ export class DeleteCanaryCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteCanaryCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-synthetics/src/commands/DeleteGroupCommand.ts b/clients/client-synthetics/src/commands/DeleteGroupCommand.ts index 982457bd8657..962c5aa4767c 100644 --- a/clients/client-synthetics/src/commands/DeleteGroupCommand.ts +++ b/clients/client-synthetics/src/commands/DeleteGroupCommand.ts @@ -84,9 +84,6 @@ export class DeleteGroupCommand extends $Command< DeleteGroupCommandOutput, SyntheticsClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -100,9 +97,7 @@ export class DeleteGroupCommand extends $Command< * @public */ constructor(readonly input: DeleteGroupCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -153,7 +148,4 @@ export class DeleteGroupCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteGroupCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-synthetics/src/commands/DescribeCanariesCommand.ts b/clients/client-synthetics/src/commands/DescribeCanariesCommand.ts index d8acae530a30..1c22be435a58 100644 --- a/clients/client-synthetics/src/commands/DescribeCanariesCommand.ts +++ b/clients/client-synthetics/src/commands/DescribeCanariesCommand.ts @@ -154,9 +154,6 @@ export class DescribeCanariesCommand extends $Command< DescribeCanariesCommandOutput, SyntheticsClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -170,9 +167,7 @@ export class DescribeCanariesCommand extends $Command< * @public */ constructor(readonly input: DescribeCanariesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -225,7 +220,4 @@ export class DescribeCanariesCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DescribeCanariesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-synthetics/src/commands/DescribeCanariesLastRunCommand.ts b/clients/client-synthetics/src/commands/DescribeCanariesLastRunCommand.ts index 4e9b61e6247f..4f2faf2993b5 100644 --- a/clients/client-synthetics/src/commands/DescribeCanariesLastRunCommand.ts +++ b/clients/client-synthetics/src/commands/DescribeCanariesLastRunCommand.ts @@ -107,9 +107,6 @@ export class DescribeCanariesLastRunCommand extends $Command< DescribeCanariesLastRunCommandOutput, SyntheticsClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -123,9 +120,7 @@ export class DescribeCanariesLastRunCommand extends $Command< * @public */ constructor(readonly input: DescribeCanariesLastRunCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -178,7 +173,4 @@ export class DescribeCanariesLastRunCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DescribeCanariesLastRunCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-synthetics/src/commands/DescribeRuntimeVersionsCommand.ts b/clients/client-synthetics/src/commands/DescribeRuntimeVersionsCommand.ts index 555f88cd6415..c7e3e52ac842 100644 --- a/clients/client-synthetics/src/commands/DescribeRuntimeVersionsCommand.ts +++ b/clients/client-synthetics/src/commands/DescribeRuntimeVersionsCommand.ts @@ -87,9 +87,6 @@ export class DescribeRuntimeVersionsCommand extends $Command< DescribeRuntimeVersionsCommandOutput, SyntheticsClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -103,9 +100,7 @@ export class DescribeRuntimeVersionsCommand extends $Command< * @public */ constructor(readonly input: DescribeRuntimeVersionsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -158,7 +153,4 @@ export class DescribeRuntimeVersionsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DescribeRuntimeVersionsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-synthetics/src/commands/DisassociateResourceCommand.ts b/clients/client-synthetics/src/commands/DisassociateResourceCommand.ts index ef241ffe179d..131d97749797 100644 --- a/clients/client-synthetics/src/commands/DisassociateResourceCommand.ts +++ b/clients/client-synthetics/src/commands/DisassociateResourceCommand.ts @@ -81,9 +81,6 @@ export class DisassociateResourceCommand extends $Command< DisassociateResourceCommandOutput, SyntheticsClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -97,9 +94,7 @@ export class DisassociateResourceCommand extends $Command< * @public */ constructor(readonly input: DisassociateResourceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -152,7 +147,4 @@ export class DisassociateResourceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DisassociateResourceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-synthetics/src/commands/GetCanaryCommand.ts b/clients/client-synthetics/src/commands/GetCanaryCommand.ts index 385afc199595..9987b3ffb652 100644 --- a/clients/client-synthetics/src/commands/GetCanaryCommand.ts +++ b/clients/client-synthetics/src/commands/GetCanaryCommand.ts @@ -140,9 +140,6 @@ export class GetCanaryCommand extends $Command< GetCanaryCommandOutput, SyntheticsClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -156,9 +153,7 @@ export class GetCanaryCommand extends $Command< * @public */ constructor(readonly input: GetCanaryCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -209,7 +204,4 @@ export class GetCanaryCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetCanaryCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-synthetics/src/commands/GetCanaryRunsCommand.ts b/clients/client-synthetics/src/commands/GetCanaryRunsCommand.ts index 3fbcd9e68989..f47f6fd4b799 100644 --- a/clients/client-synthetics/src/commands/GetCanaryRunsCommand.ts +++ b/clients/client-synthetics/src/commands/GetCanaryRunsCommand.ts @@ -97,9 +97,6 @@ export class GetCanaryRunsCommand extends $Command< GetCanaryRunsCommandOutput, SyntheticsClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -113,9 +110,7 @@ export class GetCanaryRunsCommand extends $Command< * @public */ constructor(readonly input: GetCanaryRunsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -166,7 +161,4 @@ export class GetCanaryRunsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetCanaryRunsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-synthetics/src/commands/GetGroupCommand.ts b/clients/client-synthetics/src/commands/GetGroupCommand.ts index b213c8ee2d5f..3002fce93774 100644 --- a/clients/client-synthetics/src/commands/GetGroupCommand.ts +++ b/clients/client-synthetics/src/commands/GetGroupCommand.ts @@ -92,9 +92,6 @@ export class GetGroupCommand extends $Command< GetGroupCommandOutput, SyntheticsClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -108,9 +105,7 @@ export class GetGroupCommand extends $Command< * @public */ constructor(readonly input: GetGroupCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -161,7 +156,4 @@ export class GetGroupCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetGroupCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-synthetics/src/commands/ListAssociatedGroupsCommand.ts b/clients/client-synthetics/src/commands/ListAssociatedGroupsCommand.ts index f057b60291b5..070bea544d70 100644 --- a/clients/client-synthetics/src/commands/ListAssociatedGroupsCommand.ts +++ b/clients/client-synthetics/src/commands/ListAssociatedGroupsCommand.ts @@ -89,9 +89,6 @@ export class ListAssociatedGroupsCommand extends $Command< ListAssociatedGroupsCommandOutput, SyntheticsClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -105,9 +102,7 @@ export class ListAssociatedGroupsCommand extends $Command< * @public */ constructor(readonly input: ListAssociatedGroupsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -160,7 +155,4 @@ export class ListAssociatedGroupsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListAssociatedGroupsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-synthetics/src/commands/ListGroupResourcesCommand.ts b/clients/client-synthetics/src/commands/ListGroupResourcesCommand.ts index 2b571d9b0316..a22a5dcee283 100644 --- a/clients/client-synthetics/src/commands/ListGroupResourcesCommand.ts +++ b/clients/client-synthetics/src/commands/ListGroupResourcesCommand.ts @@ -87,9 +87,6 @@ export class ListGroupResourcesCommand extends $Command< ListGroupResourcesCommandOutput, SyntheticsClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -103,9 +100,7 @@ export class ListGroupResourcesCommand extends $Command< * @public */ constructor(readonly input: ListGroupResourcesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -158,7 +153,4 @@ export class ListGroupResourcesCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListGroupResourcesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-synthetics/src/commands/ListGroupsCommand.ts b/clients/client-synthetics/src/commands/ListGroupsCommand.ts index 6a6546a75ee1..d18083b634a7 100644 --- a/clients/client-synthetics/src/commands/ListGroupsCommand.ts +++ b/clients/client-synthetics/src/commands/ListGroupsCommand.ts @@ -85,9 +85,6 @@ export class ListGroupsCommand extends $Command< ListGroupsCommandOutput, SyntheticsClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -101,9 +98,7 @@ export class ListGroupsCommand extends $Command< * @public */ constructor(readonly input: ListGroupsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -154,7 +149,4 @@ export class ListGroupsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListGroupsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-synthetics/src/commands/ListTagsForResourceCommand.ts b/clients/client-synthetics/src/commands/ListTagsForResourceCommand.ts index d209a4a97154..749a073fc195 100644 --- a/clients/client-synthetics/src/commands/ListTagsForResourceCommand.ts +++ b/clients/client-synthetics/src/commands/ListTagsForResourceCommand.ts @@ -87,9 +87,6 @@ export class ListTagsForResourceCommand extends $Command< ListTagsForResourceCommandOutput, SyntheticsClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -103,9 +100,7 @@ export class ListTagsForResourceCommand extends $Command< * @public */ constructor(readonly input: ListTagsForResourceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -158,7 +153,4 @@ export class ListTagsForResourceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListTagsForResourceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-synthetics/src/commands/StartCanaryCommand.ts b/clients/client-synthetics/src/commands/StartCanaryCommand.ts index 1dad192d011a..6fc86d9adae1 100644 --- a/clients/client-synthetics/src/commands/StartCanaryCommand.ts +++ b/clients/client-synthetics/src/commands/StartCanaryCommand.ts @@ -82,9 +82,6 @@ export class StartCanaryCommand extends $Command< StartCanaryCommandOutput, SyntheticsClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -98,9 +95,7 @@ export class StartCanaryCommand extends $Command< * @public */ constructor(readonly input: StartCanaryCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -151,7 +146,4 @@ export class StartCanaryCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_StartCanaryCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-synthetics/src/commands/StopCanaryCommand.ts b/clients/client-synthetics/src/commands/StopCanaryCommand.ts index 3e5dbbd46894..b9f35ab1f875 100644 --- a/clients/client-synthetics/src/commands/StopCanaryCommand.ts +++ b/clients/client-synthetics/src/commands/StopCanaryCommand.ts @@ -84,9 +84,6 @@ export class StopCanaryCommand extends $Command< StopCanaryCommandOutput, SyntheticsClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -100,9 +97,7 @@ export class StopCanaryCommand extends $Command< * @public */ constructor(readonly input: StopCanaryCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -153,7 +148,4 @@ export class StopCanaryCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_StopCanaryCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-synthetics/src/commands/TagResourceCommand.ts b/clients/client-synthetics/src/commands/TagResourceCommand.ts index 9f468d9bdecf..7a94b390ff38 100644 --- a/clients/client-synthetics/src/commands/TagResourceCommand.ts +++ b/clients/client-synthetics/src/commands/TagResourceCommand.ts @@ -97,9 +97,6 @@ export class TagResourceCommand extends $Command< TagResourceCommandOutput, SyntheticsClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -113,9 +110,7 @@ export class TagResourceCommand extends $Command< * @public */ constructor(readonly input: TagResourceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -166,7 +161,4 @@ export class TagResourceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_TagResourceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-synthetics/src/commands/UntagResourceCommand.ts b/clients/client-synthetics/src/commands/UntagResourceCommand.ts index 45b094c211d8..7313d33f3d48 100644 --- a/clients/client-synthetics/src/commands/UntagResourceCommand.ts +++ b/clients/client-synthetics/src/commands/UntagResourceCommand.ts @@ -86,9 +86,6 @@ export class UntagResourceCommand extends $Command< UntagResourceCommandOutput, SyntheticsClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -102,9 +99,7 @@ export class UntagResourceCommand extends $Command< * @public */ constructor(readonly input: UntagResourceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -155,7 +150,4 @@ export class UntagResourceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UntagResourceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-synthetics/src/commands/UpdateCanaryCommand.ts b/clients/client-synthetics/src/commands/UpdateCanaryCommand.ts index bf5a8d9891c1..2194ff6aa226 100644 --- a/clients/client-synthetics/src/commands/UpdateCanaryCommand.ts +++ b/clients/client-synthetics/src/commands/UpdateCanaryCommand.ts @@ -136,9 +136,6 @@ export class UpdateCanaryCommand extends $Command< UpdateCanaryCommandOutput, SyntheticsClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -152,9 +149,7 @@ export class UpdateCanaryCommand extends $Command< * @public */ constructor(readonly input: UpdateCanaryCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -205,7 +200,4 @@ export class UpdateCanaryCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdateCanaryCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-textract/package.json b/clients/client-textract/package.json index 5d95e81005c3..a41830457206 100644 --- a/clients/client-textract/package.json +++ b/clients/client-textract/package.json @@ -34,29 +34,29 @@ "@aws-sdk/util-endpoints": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@smithy/config-resolver": "^2.0.16", - "@smithy/fetch-http-handler": "^2.2.4", - "@smithy/hash-node": "^2.0.12", - "@smithy/invalid-dependency": "^2.0.12", - "@smithy/middleware-content-length": "^2.0.14", - "@smithy/middleware-endpoint": "^2.1.3", - "@smithy/middleware-retry": "^2.0.18", - "@smithy/middleware-serde": "^2.0.12", - "@smithy/middleware-stack": "^2.0.6", - "@smithy/node-config-provider": "^2.1.3", - "@smithy/node-http-handler": "^2.1.8", - "@smithy/protocol-http": "^3.0.8", - "@smithy/smithy-client": "^2.1.12", - "@smithy/types": "^2.4.0", - "@smithy/url-parser": "^2.0.12", - "@smithy/util-base64": "^2.0.0", + "@smithy/config-resolver": "^2.0.18", + "@smithy/fetch-http-handler": "^2.2.6", + "@smithy/hash-node": "^2.0.15", + "@smithy/invalid-dependency": "^2.0.13", + "@smithy/middleware-content-length": "^2.0.15", + "@smithy/middleware-endpoint": "^2.2.0", + "@smithy/middleware-retry": "^2.0.20", + "@smithy/middleware-serde": "^2.0.13", + "@smithy/middleware-stack": "^2.0.7", + "@smithy/node-config-provider": "^2.1.5", + "@smithy/node-http-handler": "^2.1.9", + "@smithy/protocol-http": "^3.0.9", + "@smithy/smithy-client": "^2.1.15", + "@smithy/types": "^2.5.0", + "@smithy/url-parser": "^2.0.13", + "@smithy/util-base64": "^2.0.1", "@smithy/util-body-length-browser": "^2.0.0", "@smithy/util-body-length-node": "^2.1.0", - "@smithy/util-defaults-mode-browser": "^2.0.16", - "@smithy/util-defaults-mode-node": "^2.0.21", - "@smithy/util-endpoints": "^1.0.2", - "@smithy/util-retry": "^2.0.5", - "@smithy/util-utf8": "^2.0.0", + "@smithy/util-defaults-mode-browser": "^2.0.19", + "@smithy/util-defaults-mode-node": "^2.0.25", + "@smithy/util-endpoints": "^1.0.4", + "@smithy/util-retry": "^2.0.6", + "@smithy/util-utf8": "^2.0.2", "tslib": "^2.5.0", "uuid": "^8.3.2" }, diff --git a/clients/client-textract/src/commands/AnalyzeDocumentCommand.ts b/clients/client-textract/src/commands/AnalyzeDocumentCommand.ts index 5bd995134af6..8197b3d05433 100644 --- a/clients/client-textract/src/commands/AnalyzeDocumentCommand.ts +++ b/clients/client-textract/src/commands/AnalyzeDocumentCommand.ts @@ -257,9 +257,6 @@ export class AnalyzeDocumentCommand extends $Command< AnalyzeDocumentCommandOutput, TextractClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -273,9 +270,7 @@ export class AnalyzeDocumentCommand extends $Command< * @public */ constructor(readonly input: AnalyzeDocumentCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -328,7 +323,4 @@ export class AnalyzeDocumentCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_AnalyzeDocumentCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-textract/src/commands/AnalyzeExpenseCommand.ts b/clients/client-textract/src/commands/AnalyzeExpenseCommand.ts index 5727c6c4e338..2ddc4b58ea7b 100644 --- a/clients/client-textract/src/commands/AnalyzeExpenseCommand.ts +++ b/clients/client-textract/src/commands/AnalyzeExpenseCommand.ts @@ -298,9 +298,6 @@ export class AnalyzeExpenseCommand extends $Command< AnalyzeExpenseCommandOutput, TextractClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -314,9 +311,7 @@ export class AnalyzeExpenseCommand extends $Command< * @public */ constructor(readonly input: AnalyzeExpenseCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -369,7 +364,4 @@ export class AnalyzeExpenseCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_AnalyzeExpenseCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-textract/src/commands/AnalyzeIDCommand.ts b/clients/client-textract/src/commands/AnalyzeIDCommand.ts index 876a68ec0a1c..e10d21e57f80 100644 --- a/clients/client-textract/src/commands/AnalyzeIDCommand.ts +++ b/clients/client-textract/src/commands/AnalyzeIDCommand.ts @@ -197,9 +197,6 @@ export class AnalyzeIDCommand extends $Command< AnalyzeIDCommandOutput, TextractClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -213,9 +210,7 @@ export class AnalyzeIDCommand extends $Command< * @public */ constructor(readonly input: AnalyzeIDCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -266,7 +261,4 @@ export class AnalyzeIDCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_AnalyzeIDCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-textract/src/commands/CreateAdapterCommand.ts b/clients/client-textract/src/commands/CreateAdapterCommand.ts index 56dc568ddb0c..6e62c910f236 100644 --- a/clients/client-textract/src/commands/CreateAdapterCommand.ts +++ b/clients/client-textract/src/commands/CreateAdapterCommand.ts @@ -125,9 +125,6 @@ export class CreateAdapterCommand extends $Command< CreateAdapterCommandOutput, TextractClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -141,9 +138,7 @@ export class CreateAdapterCommand extends $Command< * @public */ constructor(readonly input: CreateAdapterCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -194,7 +189,4 @@ export class CreateAdapterCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateAdapterCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-textract/src/commands/CreateAdapterVersionCommand.ts b/clients/client-textract/src/commands/CreateAdapterVersionCommand.ts index 1c063a5e622f..0f53a92cd926 100644 --- a/clients/client-textract/src/commands/CreateAdapterVersionCommand.ts +++ b/clients/client-textract/src/commands/CreateAdapterVersionCommand.ts @@ -145,9 +145,6 @@ export class CreateAdapterVersionCommand extends $Command< CreateAdapterVersionCommandOutput, TextractClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -161,9 +158,7 @@ export class CreateAdapterVersionCommand extends $Command< * @public */ constructor(readonly input: CreateAdapterVersionCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -216,7 +211,4 @@ export class CreateAdapterVersionCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateAdapterVersionCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-textract/src/commands/DeleteAdapterCommand.ts b/clients/client-textract/src/commands/DeleteAdapterCommand.ts index 212ea055f819..31f93fb637ba 100644 --- a/clients/client-textract/src/commands/DeleteAdapterCommand.ts +++ b/clients/client-textract/src/commands/DeleteAdapterCommand.ts @@ -98,9 +98,6 @@ export class DeleteAdapterCommand extends $Command< DeleteAdapterCommandOutput, TextractClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -114,9 +111,7 @@ export class DeleteAdapterCommand extends $Command< * @public */ constructor(readonly input: DeleteAdapterCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -167,7 +162,4 @@ export class DeleteAdapterCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteAdapterCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-textract/src/commands/DeleteAdapterVersionCommand.ts b/clients/client-textract/src/commands/DeleteAdapterVersionCommand.ts index c69c2dceb709..833cd17babb9 100644 --- a/clients/client-textract/src/commands/DeleteAdapterVersionCommand.ts +++ b/clients/client-textract/src/commands/DeleteAdapterVersionCommand.ts @@ -100,9 +100,6 @@ export class DeleteAdapterVersionCommand extends $Command< DeleteAdapterVersionCommandOutput, TextractClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -116,9 +113,7 @@ export class DeleteAdapterVersionCommand extends $Command< * @public */ constructor(readonly input: DeleteAdapterVersionCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -171,7 +166,4 @@ export class DeleteAdapterVersionCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteAdapterVersionCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-textract/src/commands/DetectDocumentTextCommand.ts b/clients/client-textract/src/commands/DetectDocumentTextCommand.ts index 0bbc4272850e..a84330704eb7 100644 --- a/clients/client-textract/src/commands/DetectDocumentTextCommand.ts +++ b/clients/client-textract/src/commands/DetectDocumentTextCommand.ts @@ -177,9 +177,6 @@ export class DetectDocumentTextCommand extends $Command< DetectDocumentTextCommandOutput, TextractClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -193,9 +190,7 @@ export class DetectDocumentTextCommand extends $Command< * @public */ constructor(readonly input: DetectDocumentTextCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -248,7 +243,4 @@ export class DetectDocumentTextCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DetectDocumentTextCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-textract/src/commands/GetAdapterCommand.ts b/clients/client-textract/src/commands/GetAdapterCommand.ts index bbbfc825b3b5..f3d9c34b70e5 100644 --- a/clients/client-textract/src/commands/GetAdapterCommand.ts +++ b/clients/client-textract/src/commands/GetAdapterCommand.ts @@ -108,9 +108,6 @@ export class GetAdapterCommand extends $Command< GetAdapterCommandOutput, TextractClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -124,9 +121,7 @@ export class GetAdapterCommand extends $Command< * @public */ constructor(readonly input: GetAdapterCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -177,7 +172,4 @@ export class GetAdapterCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetAdapterCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-textract/src/commands/GetAdapterVersionCommand.ts b/clients/client-textract/src/commands/GetAdapterVersionCommand.ts index 6c5d3e35169a..aa30b5fe3503 100644 --- a/clients/client-textract/src/commands/GetAdapterVersionCommand.ts +++ b/clients/client-textract/src/commands/GetAdapterVersionCommand.ts @@ -137,9 +137,6 @@ export class GetAdapterVersionCommand extends $Command< GetAdapterVersionCommandOutput, TextractClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -153,9 +150,7 @@ export class GetAdapterVersionCommand extends $Command< * @public */ constructor(readonly input: GetAdapterVersionCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -208,7 +203,4 @@ export class GetAdapterVersionCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetAdapterVersionCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-textract/src/commands/GetDocumentAnalysisCommand.ts b/clients/client-textract/src/commands/GetDocumentAnalysisCommand.ts index 869d8a4ad305..3d7abe908d30 100644 --- a/clients/client-textract/src/commands/GetDocumentAnalysisCommand.ts +++ b/clients/client-textract/src/commands/GetDocumentAnalysisCommand.ts @@ -227,9 +227,6 @@ export class GetDocumentAnalysisCommand extends $Command< GetDocumentAnalysisCommandOutput, TextractClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -243,9 +240,7 @@ export class GetDocumentAnalysisCommand extends $Command< * @public */ constructor(readonly input: GetDocumentAnalysisCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -298,7 +293,4 @@ export class GetDocumentAnalysisCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetDocumentAnalysisCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-textract/src/commands/GetDocumentTextDetectionCommand.ts b/clients/client-textract/src/commands/GetDocumentTextDetectionCommand.ts index 35f9a3cbd014..010524e6306e 100644 --- a/clients/client-textract/src/commands/GetDocumentTextDetectionCommand.ts +++ b/clients/client-textract/src/commands/GetDocumentTextDetectionCommand.ts @@ -190,9 +190,6 @@ export class GetDocumentTextDetectionCommand extends $Command< GetDocumentTextDetectionCommandOutput, TextractClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -206,9 +203,7 @@ export class GetDocumentTextDetectionCommand extends $Command< * @public */ constructor(readonly input: GetDocumentTextDetectionCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -261,7 +256,4 @@ export class GetDocumentTextDetectionCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetDocumentTextDetectionCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-textract/src/commands/GetExpenseAnalysisCommand.ts b/clients/client-textract/src/commands/GetExpenseAnalysisCommand.ts index cc05480297cd..755cdbc5eed2 100644 --- a/clients/client-textract/src/commands/GetExpenseAnalysisCommand.ts +++ b/clients/client-textract/src/commands/GetExpenseAnalysisCommand.ts @@ -298,9 +298,6 @@ export class GetExpenseAnalysisCommand extends $Command< GetExpenseAnalysisCommandOutput, TextractClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -314,9 +311,7 @@ export class GetExpenseAnalysisCommand extends $Command< * @public */ constructor(readonly input: GetExpenseAnalysisCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -369,7 +364,4 @@ export class GetExpenseAnalysisCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetExpenseAnalysisCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-textract/src/commands/GetLendingAnalysisCommand.ts b/clients/client-textract/src/commands/GetLendingAnalysisCommand.ts index a6a7a57ebc5b..bab65575093d 100644 --- a/clients/client-textract/src/commands/GetLendingAnalysisCommand.ts +++ b/clients/client-textract/src/commands/GetLendingAnalysisCommand.ts @@ -371,9 +371,6 @@ export class GetLendingAnalysisCommand extends $Command< GetLendingAnalysisCommandOutput, TextractClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -387,9 +384,7 @@ export class GetLendingAnalysisCommand extends $Command< * @public */ constructor(readonly input: GetLendingAnalysisCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -442,7 +437,4 @@ export class GetLendingAnalysisCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetLendingAnalysisCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-textract/src/commands/GetLendingAnalysisSummaryCommand.ts b/clients/client-textract/src/commands/GetLendingAnalysisSummaryCommand.ts index 2fb2b219d429..c0fccaa0abb8 100644 --- a/clients/client-textract/src/commands/GetLendingAnalysisSummaryCommand.ts +++ b/clients/client-textract/src/commands/GetLendingAnalysisSummaryCommand.ts @@ -156,9 +156,6 @@ export class GetLendingAnalysisSummaryCommand extends $Command< GetLendingAnalysisSummaryCommandOutput, TextractClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -172,9 +169,7 @@ export class GetLendingAnalysisSummaryCommand extends $Command< * @public */ constructor(readonly input: GetLendingAnalysisSummaryCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -230,7 +225,4 @@ export class GetLendingAnalysisSummaryCommand extends $Command< ): Promise { return de_GetLendingAnalysisSummaryCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-textract/src/commands/ListAdapterVersionsCommand.ts b/clients/client-textract/src/commands/ListAdapterVersionsCommand.ts index ce4d36476a86..7da946070f5f 100644 --- a/clients/client-textract/src/commands/ListAdapterVersionsCommand.ts +++ b/clients/client-textract/src/commands/ListAdapterVersionsCommand.ts @@ -113,9 +113,6 @@ export class ListAdapterVersionsCommand extends $Command< ListAdapterVersionsCommandOutput, TextractClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -129,9 +126,7 @@ export class ListAdapterVersionsCommand extends $Command< * @public */ constructor(readonly input: ListAdapterVersionsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -184,7 +179,4 @@ export class ListAdapterVersionsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListAdapterVersionsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-textract/src/commands/ListAdaptersCommand.ts b/clients/client-textract/src/commands/ListAdaptersCommand.ts index 16853a5f868a..05c7b5837390 100644 --- a/clients/client-textract/src/commands/ListAdaptersCommand.ts +++ b/clients/client-textract/src/commands/ListAdaptersCommand.ts @@ -107,9 +107,6 @@ export class ListAdaptersCommand extends $Command< ListAdaptersCommandOutput, TextractClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -123,9 +120,7 @@ export class ListAdaptersCommand extends $Command< * @public */ constructor(readonly input: ListAdaptersCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -176,7 +171,4 @@ export class ListAdaptersCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListAdaptersCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-textract/src/commands/ListTagsForResourceCommand.ts b/clients/client-textract/src/commands/ListTagsForResourceCommand.ts index 81fc857b90f8..3fbb75ca28e9 100644 --- a/clients/client-textract/src/commands/ListTagsForResourceCommand.ts +++ b/clients/client-textract/src/commands/ListTagsForResourceCommand.ts @@ -99,9 +99,6 @@ export class ListTagsForResourceCommand extends $Command< ListTagsForResourceCommandOutput, TextractClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -115,9 +112,7 @@ export class ListTagsForResourceCommand extends $Command< * @public */ constructor(readonly input: ListTagsForResourceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -170,7 +165,4 @@ export class ListTagsForResourceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListTagsForResourceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-textract/src/commands/StartDocumentAnalysisCommand.ts b/clients/client-textract/src/commands/StartDocumentAnalysisCommand.ts index 704e411065a2..64bf06163f26 100644 --- a/clients/client-textract/src/commands/StartDocumentAnalysisCommand.ts +++ b/clients/client-textract/src/commands/StartDocumentAnalysisCommand.ts @@ -184,9 +184,6 @@ export class StartDocumentAnalysisCommand extends $Command< StartDocumentAnalysisCommandOutput, TextractClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -200,9 +197,7 @@ export class StartDocumentAnalysisCommand extends $Command< * @public */ constructor(readonly input: StartDocumentAnalysisCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -255,7 +250,4 @@ export class StartDocumentAnalysisCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_StartDocumentAnalysisCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-textract/src/commands/StartDocumentTextDetectionCommand.ts b/clients/client-textract/src/commands/StartDocumentTextDetectionCommand.ts index a02f8726269a..8af795a08052 100644 --- a/clients/client-textract/src/commands/StartDocumentTextDetectionCommand.ts +++ b/clients/client-textract/src/commands/StartDocumentTextDetectionCommand.ts @@ -159,9 +159,6 @@ export class StartDocumentTextDetectionCommand extends $Command< StartDocumentTextDetectionCommandOutput, TextractClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -175,9 +172,7 @@ export class StartDocumentTextDetectionCommand extends $Command< * @public */ constructor(readonly input: StartDocumentTextDetectionCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -233,7 +228,4 @@ export class StartDocumentTextDetectionCommand extends $Command< ): Promise { return de_StartDocumentTextDetectionCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-textract/src/commands/StartExpenseAnalysisCommand.ts b/clients/client-textract/src/commands/StartExpenseAnalysisCommand.ts index 06bed41eb292..1231800ec9d7 100644 --- a/clients/client-textract/src/commands/StartExpenseAnalysisCommand.ts +++ b/clients/client-textract/src/commands/StartExpenseAnalysisCommand.ts @@ -157,9 +157,6 @@ export class StartExpenseAnalysisCommand extends $Command< StartExpenseAnalysisCommandOutput, TextractClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -173,9 +170,7 @@ export class StartExpenseAnalysisCommand extends $Command< * @public */ constructor(readonly input: StartExpenseAnalysisCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -228,7 +223,4 @@ export class StartExpenseAnalysisCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_StartExpenseAnalysisCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-textract/src/commands/StartLendingAnalysisCommand.ts b/clients/client-textract/src/commands/StartLendingAnalysisCommand.ts index 6342a24229cb..c89b57a5f23e 100644 --- a/clients/client-textract/src/commands/StartLendingAnalysisCommand.ts +++ b/clients/client-textract/src/commands/StartLendingAnalysisCommand.ts @@ -173,9 +173,6 @@ export class StartLendingAnalysisCommand extends $Command< StartLendingAnalysisCommandOutput, TextractClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -189,9 +186,7 @@ export class StartLendingAnalysisCommand extends $Command< * @public */ constructor(readonly input: StartLendingAnalysisCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -244,7 +239,4 @@ export class StartLendingAnalysisCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_StartLendingAnalysisCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-textract/src/commands/TagResourceCommand.ts b/clients/client-textract/src/commands/TagResourceCommand.ts index a06b67e4493b..72d844fa2193 100644 --- a/clients/client-textract/src/commands/TagResourceCommand.ts +++ b/clients/client-textract/src/commands/TagResourceCommand.ts @@ -101,9 +101,6 @@ export class TagResourceCommand extends $Command< TagResourceCommandOutput, TextractClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -117,9 +114,7 @@ export class TagResourceCommand extends $Command< * @public */ constructor(readonly input: TagResourceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -170,7 +165,4 @@ export class TagResourceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_TagResourceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-textract/src/commands/UntagResourceCommand.ts b/clients/client-textract/src/commands/UntagResourceCommand.ts index 47eda9fb7d31..d94c96ce016e 100644 --- a/clients/client-textract/src/commands/UntagResourceCommand.ts +++ b/clients/client-textract/src/commands/UntagResourceCommand.ts @@ -98,9 +98,6 @@ export class UntagResourceCommand extends $Command< UntagResourceCommandOutput, TextractClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -114,9 +111,7 @@ export class UntagResourceCommand extends $Command< * @public */ constructor(readonly input: UntagResourceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -167,7 +162,4 @@ export class UntagResourceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UntagResourceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-textract/src/commands/UpdateAdapterCommand.ts b/clients/client-textract/src/commands/UpdateAdapterCommand.ts index 224b84459147..815eeb2b75d6 100644 --- a/clients/client-textract/src/commands/UpdateAdapterCommand.ts +++ b/clients/client-textract/src/commands/UpdateAdapterCommand.ts @@ -111,9 +111,6 @@ export class UpdateAdapterCommand extends $Command< UpdateAdapterCommandOutput, TextractClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -127,9 +124,7 @@ export class UpdateAdapterCommand extends $Command< * @public */ constructor(readonly input: UpdateAdapterCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -180,7 +175,4 @@ export class UpdateAdapterCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdateAdapterCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-timestream-query/package.json b/clients/client-timestream-query/package.json index 70c7d3688934..12ef8c6e112e 100644 --- a/clients/client-timestream-query/package.json +++ b/clients/client-timestream-query/package.json @@ -35,29 +35,29 @@ "@aws-sdk/util-endpoints": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@smithy/config-resolver": "^2.0.16", - "@smithy/fetch-http-handler": "^2.2.4", - "@smithy/hash-node": "^2.0.12", - "@smithy/invalid-dependency": "^2.0.12", - "@smithy/middleware-content-length": "^2.0.14", - "@smithy/middleware-endpoint": "^2.1.3", - "@smithy/middleware-retry": "^2.0.18", - "@smithy/middleware-serde": "^2.0.12", - "@smithy/middleware-stack": "^2.0.6", - "@smithy/node-config-provider": "^2.1.3", - "@smithy/node-http-handler": "^2.1.8", - "@smithy/protocol-http": "^3.0.8", - "@smithy/smithy-client": "^2.1.12", - "@smithy/types": "^2.4.0", - "@smithy/url-parser": "^2.0.12", - "@smithy/util-base64": "^2.0.0", + "@smithy/config-resolver": "^2.0.18", + "@smithy/fetch-http-handler": "^2.2.6", + "@smithy/hash-node": "^2.0.15", + "@smithy/invalid-dependency": "^2.0.13", + "@smithy/middleware-content-length": "^2.0.15", + "@smithy/middleware-endpoint": "^2.2.0", + "@smithy/middleware-retry": "^2.0.20", + "@smithy/middleware-serde": "^2.0.13", + "@smithy/middleware-stack": "^2.0.7", + "@smithy/node-config-provider": "^2.1.5", + "@smithy/node-http-handler": "^2.1.9", + "@smithy/protocol-http": "^3.0.9", + "@smithy/smithy-client": "^2.1.15", + "@smithy/types": "^2.5.0", + "@smithy/url-parser": "^2.0.13", + "@smithy/util-base64": "^2.0.1", "@smithy/util-body-length-browser": "^2.0.0", "@smithy/util-body-length-node": "^2.1.0", - "@smithy/util-defaults-mode-browser": "^2.0.16", - "@smithy/util-defaults-mode-node": "^2.0.21", - "@smithy/util-endpoints": "^1.0.2", - "@smithy/util-retry": "^2.0.5", - "@smithy/util-utf8": "^2.0.0", + "@smithy/util-defaults-mode-browser": "^2.0.19", + "@smithy/util-defaults-mode-node": "^2.0.25", + "@smithy/util-endpoints": "^1.0.4", + "@smithy/util-retry": "^2.0.6", + "@smithy/util-utf8": "^2.0.2", "tslib": "^2.5.0", "uuid": "^8.3.2" }, diff --git a/clients/client-timestream-query/src/commands/CancelQueryCommand.ts b/clients/client-timestream-query/src/commands/CancelQueryCommand.ts index fd9c0a0adaef..cd7c78279bf5 100644 --- a/clients/client-timestream-query/src/commands/CancelQueryCommand.ts +++ b/clients/client-timestream-query/src/commands/CancelQueryCommand.ts @@ -93,9 +93,6 @@ export class CancelQueryCommand extends $Command< CancelQueryCommandOutput, TimestreamQueryClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -109,9 +106,7 @@ export class CancelQueryCommand extends $Command< * @public */ constructor(readonly input: CancelQueryCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -165,7 +160,4 @@ export class CancelQueryCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CancelQueryCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-timestream-query/src/commands/CreateScheduledQueryCommand.ts b/clients/client-timestream-query/src/commands/CreateScheduledQueryCommand.ts index 134c5c714eff..abf1354a1be3 100644 --- a/clients/client-timestream-query/src/commands/CreateScheduledQueryCommand.ts +++ b/clients/client-timestream-query/src/commands/CreateScheduledQueryCommand.ts @@ -166,9 +166,6 @@ export class CreateScheduledQueryCommand extends $Command< CreateScheduledQueryCommandOutput, TimestreamQueryClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -182,9 +179,7 @@ export class CreateScheduledQueryCommand extends $Command< * @public */ constructor(readonly input: CreateScheduledQueryCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -240,7 +235,4 @@ export class CreateScheduledQueryCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateScheduledQueryCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-timestream-query/src/commands/DeleteScheduledQueryCommand.ts b/clients/client-timestream-query/src/commands/DeleteScheduledQueryCommand.ts index 36cf29dffced..5236d9c7dace 100644 --- a/clients/client-timestream-query/src/commands/DeleteScheduledQueryCommand.ts +++ b/clients/client-timestream-query/src/commands/DeleteScheduledQueryCommand.ts @@ -89,9 +89,6 @@ export class DeleteScheduledQueryCommand extends $Command< DeleteScheduledQueryCommandOutput, TimestreamQueryClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -105,9 +102,7 @@ export class DeleteScheduledQueryCommand extends $Command< * @public */ constructor(readonly input: DeleteScheduledQueryCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -163,7 +158,4 @@ export class DeleteScheduledQueryCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteScheduledQueryCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-timestream-query/src/commands/DescribeEndpointsCommand.ts b/clients/client-timestream-query/src/commands/DescribeEndpointsCommand.ts index ee8ba2979224..c9db64193fba 100644 --- a/clients/client-timestream-query/src/commands/DescribeEndpointsCommand.ts +++ b/clients/client-timestream-query/src/commands/DescribeEndpointsCommand.ts @@ -104,9 +104,6 @@ export class DescribeEndpointsCommand extends $Command< DescribeEndpointsCommandOutput, TimestreamQueryClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -120,9 +117,7 @@ export class DescribeEndpointsCommand extends $Command< * @public */ constructor(readonly input: DescribeEndpointsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -175,7 +170,4 @@ export class DescribeEndpointsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DescribeEndpointsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-timestream-query/src/commands/DescribeScheduledQueryCommand.ts b/clients/client-timestream-query/src/commands/DescribeScheduledQueryCommand.ts index 5d3dd2f4f968..5d236c020742 100644 --- a/clients/client-timestream-query/src/commands/DescribeScheduledQueryCommand.ts +++ b/clients/client-timestream-query/src/commands/DescribeScheduledQueryCommand.ts @@ -199,9 +199,6 @@ export class DescribeScheduledQueryCommand extends $Command< DescribeScheduledQueryCommandOutput, TimestreamQueryClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -215,9 +212,7 @@ export class DescribeScheduledQueryCommand extends $Command< * @public */ constructor(readonly input: DescribeScheduledQueryCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -273,7 +268,4 @@ export class DescribeScheduledQueryCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DescribeScheduledQueryCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-timestream-query/src/commands/ExecuteScheduledQueryCommand.ts b/clients/client-timestream-query/src/commands/ExecuteScheduledQueryCommand.ts index 3f6951a14fc0..faecc19ea8f4 100644 --- a/clients/client-timestream-query/src/commands/ExecuteScheduledQueryCommand.ts +++ b/clients/client-timestream-query/src/commands/ExecuteScheduledQueryCommand.ts @@ -91,9 +91,6 @@ export class ExecuteScheduledQueryCommand extends $Command< ExecuteScheduledQueryCommandOutput, TimestreamQueryClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -107,9 +104,7 @@ export class ExecuteScheduledQueryCommand extends $Command< * @public */ constructor(readonly input: ExecuteScheduledQueryCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -165,7 +160,4 @@ export class ExecuteScheduledQueryCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ExecuteScheduledQueryCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-timestream-query/src/commands/ListScheduledQueriesCommand.ts b/clients/client-timestream-query/src/commands/ListScheduledQueriesCommand.ts index 64badfbf316d..7388596f992f 100644 --- a/clients/client-timestream-query/src/commands/ListScheduledQueriesCommand.ts +++ b/clients/client-timestream-query/src/commands/ListScheduledQueriesCommand.ts @@ -113,9 +113,6 @@ export class ListScheduledQueriesCommand extends $Command< ListScheduledQueriesCommandOutput, TimestreamQueryClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -129,9 +126,7 @@ export class ListScheduledQueriesCommand extends $Command< * @public */ constructor(readonly input: ListScheduledQueriesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -187,7 +182,4 @@ export class ListScheduledQueriesCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListScheduledQueriesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-timestream-query/src/commands/ListTagsForResourceCommand.ts b/clients/client-timestream-query/src/commands/ListTagsForResourceCommand.ts index fd5d746f5ae0..30a219d07be6 100644 --- a/clients/client-timestream-query/src/commands/ListTagsForResourceCommand.ts +++ b/clients/client-timestream-query/src/commands/ListTagsForResourceCommand.ts @@ -91,9 +91,6 @@ export class ListTagsForResourceCommand extends $Command< ListTagsForResourceCommandOutput, TimestreamQueryClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -107,9 +104,7 @@ export class ListTagsForResourceCommand extends $Command< * @public */ constructor(readonly input: ListTagsForResourceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -165,7 +160,4 @@ export class ListTagsForResourceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListTagsForResourceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-timestream-query/src/commands/PrepareQueryCommand.ts b/clients/client-timestream-query/src/commands/PrepareQueryCommand.ts index 7834a19324da..0b416a868d95 100644 --- a/clients/client-timestream-query/src/commands/PrepareQueryCommand.ts +++ b/clients/client-timestream-query/src/commands/PrepareQueryCommand.ts @@ -134,9 +134,6 @@ export class PrepareQueryCommand extends $Command< PrepareQueryCommandOutput, TimestreamQueryClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -150,9 +147,7 @@ export class PrepareQueryCommand extends $Command< * @public */ constructor(readonly input: PrepareQueryCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -206,7 +201,4 @@ export class PrepareQueryCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_PrepareQueryCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-timestream-query/src/commands/QueryCommand.ts b/clients/client-timestream-query/src/commands/QueryCommand.ts index 3eb2cf137a07..c78b8923ce1e 100644 --- a/clients/client-timestream-query/src/commands/QueryCommand.ts +++ b/clients/client-timestream-query/src/commands/QueryCommand.ts @@ -184,9 +184,6 @@ export interface QueryCommandOutput extends QueryResponse, __MetadataBearer {} * */ export class QueryCommand extends $Command { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -200,9 +197,7 @@ export class QueryCommand extends $Command { return de_QueryCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-timestream-query/src/commands/TagResourceCommand.ts b/clients/client-timestream-query/src/commands/TagResourceCommand.ts index 7fe2b347b8ee..8db54185031a 100644 --- a/clients/client-timestream-query/src/commands/TagResourceCommand.ts +++ b/clients/client-timestream-query/src/commands/TagResourceCommand.ts @@ -92,9 +92,6 @@ export class TagResourceCommand extends $Command< TagResourceCommandOutput, TimestreamQueryClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -108,9 +105,7 @@ export class TagResourceCommand extends $Command< * @public */ constructor(readonly input: TagResourceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -164,7 +159,4 @@ export class TagResourceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_TagResourceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-timestream-query/src/commands/UntagResourceCommand.ts b/clients/client-timestream-query/src/commands/UntagResourceCommand.ts index 135fd1b0a432..b082b34186f4 100644 --- a/clients/client-timestream-query/src/commands/UntagResourceCommand.ts +++ b/clients/client-timestream-query/src/commands/UntagResourceCommand.ts @@ -84,9 +84,6 @@ export class UntagResourceCommand extends $Command< UntagResourceCommandOutput, TimestreamQueryClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -100,9 +97,7 @@ export class UntagResourceCommand extends $Command< * @public */ constructor(readonly input: UntagResourceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -156,7 +151,4 @@ export class UntagResourceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UntagResourceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-timestream-query/src/commands/UpdateScheduledQueryCommand.ts b/clients/client-timestream-query/src/commands/UpdateScheduledQueryCommand.ts index 5d659ba4acb9..469fb1c7bb8b 100644 --- a/clients/client-timestream-query/src/commands/UpdateScheduledQueryCommand.ts +++ b/clients/client-timestream-query/src/commands/UpdateScheduledQueryCommand.ts @@ -90,9 +90,6 @@ export class UpdateScheduledQueryCommand extends $Command< UpdateScheduledQueryCommandOutput, TimestreamQueryClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -106,9 +103,7 @@ export class UpdateScheduledQueryCommand extends $Command< * @public */ constructor(readonly input: UpdateScheduledQueryCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -164,7 +159,4 @@ export class UpdateScheduledQueryCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdateScheduledQueryCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-timestream-write/package.json b/clients/client-timestream-write/package.json index 5a2c7db578b8..2bb78c4fc42d 100644 --- a/clients/client-timestream-write/package.json +++ b/clients/client-timestream-write/package.json @@ -35,29 +35,29 @@ "@aws-sdk/util-endpoints": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@smithy/config-resolver": "^2.0.16", - "@smithy/fetch-http-handler": "^2.2.4", - "@smithy/hash-node": "^2.0.12", - "@smithy/invalid-dependency": "^2.0.12", - "@smithy/middleware-content-length": "^2.0.14", - "@smithy/middleware-endpoint": "^2.1.3", - "@smithy/middleware-retry": "^2.0.18", - "@smithy/middleware-serde": "^2.0.12", - "@smithy/middleware-stack": "^2.0.6", - "@smithy/node-config-provider": "^2.1.3", - "@smithy/node-http-handler": "^2.1.8", - "@smithy/protocol-http": "^3.0.8", - "@smithy/smithy-client": "^2.1.12", - "@smithy/types": "^2.4.0", - "@smithy/url-parser": "^2.0.12", - "@smithy/util-base64": "^2.0.0", + "@smithy/config-resolver": "^2.0.18", + "@smithy/fetch-http-handler": "^2.2.6", + "@smithy/hash-node": "^2.0.15", + "@smithy/invalid-dependency": "^2.0.13", + "@smithy/middleware-content-length": "^2.0.15", + "@smithy/middleware-endpoint": "^2.2.0", + "@smithy/middleware-retry": "^2.0.20", + "@smithy/middleware-serde": "^2.0.13", + "@smithy/middleware-stack": "^2.0.7", + "@smithy/node-config-provider": "^2.1.5", + "@smithy/node-http-handler": "^2.1.9", + "@smithy/protocol-http": "^3.0.9", + "@smithy/smithy-client": "^2.1.15", + "@smithy/types": "^2.5.0", + "@smithy/url-parser": "^2.0.13", + "@smithy/util-base64": "^2.0.1", "@smithy/util-body-length-browser": "^2.0.0", "@smithy/util-body-length-node": "^2.1.0", - "@smithy/util-defaults-mode-browser": "^2.0.16", - "@smithy/util-defaults-mode-node": "^2.0.21", - "@smithy/util-endpoints": "^1.0.2", - "@smithy/util-retry": "^2.0.5", - "@smithy/util-utf8": "^2.0.0", + "@smithy/util-defaults-mode-browser": "^2.0.19", + "@smithy/util-defaults-mode-node": "^2.0.25", + "@smithy/util-endpoints": "^1.0.4", + "@smithy/util-retry": "^2.0.6", + "@smithy/util-utf8": "^2.0.2", "tslib": "^2.5.0", "uuid": "^8.3.2" }, diff --git a/clients/client-timestream-write/src/commands/CreateBatchLoadTaskCommand.ts b/clients/client-timestream-write/src/commands/CreateBatchLoadTaskCommand.ts index e3ab947f59e7..bb9313364495 100644 --- a/clients/client-timestream-write/src/commands/CreateBatchLoadTaskCommand.ts +++ b/clients/client-timestream-write/src/commands/CreateBatchLoadTaskCommand.ts @@ -179,9 +179,6 @@ export class CreateBatchLoadTaskCommand extends $Command< CreateBatchLoadTaskCommandOutput, TimestreamWriteClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -195,9 +192,7 @@ export class CreateBatchLoadTaskCommand extends $Command< * @public */ constructor(readonly input: CreateBatchLoadTaskCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -253,7 +248,4 @@ export class CreateBatchLoadTaskCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateBatchLoadTaskCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-timestream-write/src/commands/CreateDatabaseCommand.ts b/clients/client-timestream-write/src/commands/CreateDatabaseCommand.ts index 12139e568e00..364b4a2d4f3c 100644 --- a/clients/client-timestream-write/src/commands/CreateDatabaseCommand.ts +++ b/clients/client-timestream-write/src/commands/CreateDatabaseCommand.ts @@ -113,9 +113,6 @@ export class CreateDatabaseCommand extends $Command< CreateDatabaseCommandOutput, TimestreamWriteClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -129,9 +126,7 @@ export class CreateDatabaseCommand extends $Command< * @public */ constructor(readonly input: CreateDatabaseCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -187,7 +182,4 @@ export class CreateDatabaseCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateDatabaseCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-timestream-write/src/commands/CreateTableCommand.ts b/clients/client-timestream-write/src/commands/CreateTableCommand.ts index 68bba1014a60..073dca1c7a1f 100644 --- a/clients/client-timestream-write/src/commands/CreateTableCommand.ts +++ b/clients/client-timestream-write/src/commands/CreateTableCommand.ts @@ -167,9 +167,6 @@ export class CreateTableCommand extends $Command< CreateTableCommandOutput, TimestreamWriteClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -183,9 +180,7 @@ export class CreateTableCommand extends $Command< * @public */ constructor(readonly input: CreateTableCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -239,7 +234,4 @@ export class CreateTableCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateTableCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-timestream-write/src/commands/DeleteDatabaseCommand.ts b/clients/client-timestream-write/src/commands/DeleteDatabaseCommand.ts index e41c12143845..dfc50a582ec8 100644 --- a/clients/client-timestream-write/src/commands/DeleteDatabaseCommand.ts +++ b/clients/client-timestream-write/src/commands/DeleteDatabaseCommand.ts @@ -102,9 +102,6 @@ export class DeleteDatabaseCommand extends $Command< DeleteDatabaseCommandOutput, TimestreamWriteClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -118,9 +115,7 @@ export class DeleteDatabaseCommand extends $Command< * @public */ constructor(readonly input: DeleteDatabaseCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -176,7 +171,4 @@ export class DeleteDatabaseCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteDatabaseCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-timestream-write/src/commands/DeleteTableCommand.ts b/clients/client-timestream-write/src/commands/DeleteTableCommand.ts index 2d03fdd6d6ba..a853d44cd502 100644 --- a/clients/client-timestream-write/src/commands/DeleteTableCommand.ts +++ b/clients/client-timestream-write/src/commands/DeleteTableCommand.ts @@ -100,9 +100,6 @@ export class DeleteTableCommand extends $Command< DeleteTableCommandOutput, TimestreamWriteClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -116,9 +113,7 @@ export class DeleteTableCommand extends $Command< * @public */ constructor(readonly input: DeleteTableCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -172,7 +167,4 @@ export class DeleteTableCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteTableCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-timestream-write/src/commands/DescribeBatchLoadTaskCommand.ts b/clients/client-timestream-write/src/commands/DescribeBatchLoadTaskCommand.ts index 00b7de5f6dee..81ab93d267ba 100644 --- a/clients/client-timestream-write/src/commands/DescribeBatchLoadTaskCommand.ts +++ b/clients/client-timestream-write/src/commands/DescribeBatchLoadTaskCommand.ts @@ -175,9 +175,6 @@ export class DescribeBatchLoadTaskCommand extends $Command< DescribeBatchLoadTaskCommandOutput, TimestreamWriteClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -191,9 +188,7 @@ export class DescribeBatchLoadTaskCommand extends $Command< * @public */ constructor(readonly input: DescribeBatchLoadTaskCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -249,7 +244,4 @@ export class DescribeBatchLoadTaskCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DescribeBatchLoadTaskCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-timestream-write/src/commands/DescribeDatabaseCommand.ts b/clients/client-timestream-write/src/commands/DescribeDatabaseCommand.ts index 7001461833fe..926efc81d0b3 100644 --- a/clients/client-timestream-write/src/commands/DescribeDatabaseCommand.ts +++ b/clients/client-timestream-write/src/commands/DescribeDatabaseCommand.ts @@ -103,9 +103,6 @@ export class DescribeDatabaseCommand extends $Command< DescribeDatabaseCommandOutput, TimestreamWriteClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -119,9 +116,7 @@ export class DescribeDatabaseCommand extends $Command< * @public */ constructor(readonly input: DescribeDatabaseCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -177,7 +172,4 @@ export class DescribeDatabaseCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DescribeDatabaseCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-timestream-write/src/commands/DescribeEndpointsCommand.ts b/clients/client-timestream-write/src/commands/DescribeEndpointsCommand.ts index 1fcefd1e14cb..99af1af35d8c 100644 --- a/clients/client-timestream-write/src/commands/DescribeEndpointsCommand.ts +++ b/clients/client-timestream-write/src/commands/DescribeEndpointsCommand.ts @@ -105,9 +105,6 @@ export class DescribeEndpointsCommand extends $Command< DescribeEndpointsCommandOutput, TimestreamWriteClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -121,9 +118,7 @@ export class DescribeEndpointsCommand extends $Command< * @public */ constructor(readonly input: DescribeEndpointsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -176,7 +171,4 @@ export class DescribeEndpointsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DescribeEndpointsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-timestream-write/src/commands/DescribeTableCommand.ts b/clients/client-timestream-write/src/commands/DescribeTableCommand.ts index bbc4a36289d0..86f1e5d4d67d 100644 --- a/clients/client-timestream-write/src/commands/DescribeTableCommand.ts +++ b/clients/client-timestream-write/src/commands/DescribeTableCommand.ts @@ -128,9 +128,6 @@ export class DescribeTableCommand extends $Command< DescribeTableCommandOutput, TimestreamWriteClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -144,9 +141,7 @@ export class DescribeTableCommand extends $Command< * @public */ constructor(readonly input: DescribeTableCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -200,7 +195,4 @@ export class DescribeTableCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DescribeTableCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-timestream-write/src/commands/ListBatchLoadTasksCommand.ts b/clients/client-timestream-write/src/commands/ListBatchLoadTasksCommand.ts index 6af49522c3d5..ff08fdc0ed73 100644 --- a/clients/client-timestream-write/src/commands/ListBatchLoadTasksCommand.ts +++ b/clients/client-timestream-write/src/commands/ListBatchLoadTasksCommand.ts @@ -104,9 +104,6 @@ export class ListBatchLoadTasksCommand extends $Command< ListBatchLoadTasksCommandOutput, TimestreamWriteClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -120,9 +117,7 @@ export class ListBatchLoadTasksCommand extends $Command< * @public */ constructor(readonly input: ListBatchLoadTasksCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -178,7 +173,4 @@ export class ListBatchLoadTasksCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListBatchLoadTasksCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-timestream-write/src/commands/ListDatabasesCommand.ts b/clients/client-timestream-write/src/commands/ListDatabasesCommand.ts index 245e5e6a7957..45ac8d802615 100644 --- a/clients/client-timestream-write/src/commands/ListDatabasesCommand.ts +++ b/clients/client-timestream-write/src/commands/ListDatabasesCommand.ts @@ -102,9 +102,6 @@ export class ListDatabasesCommand extends $Command< ListDatabasesCommandOutput, TimestreamWriteClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -118,9 +115,7 @@ export class ListDatabasesCommand extends $Command< * @public */ constructor(readonly input: ListDatabasesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -174,7 +169,4 @@ export class ListDatabasesCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListDatabasesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-timestream-write/src/commands/ListTablesCommand.ts b/clients/client-timestream-write/src/commands/ListTablesCommand.ts index 5d04a6e6ac2b..2fbc9a76e587 100644 --- a/clients/client-timestream-write/src/commands/ListTablesCommand.ts +++ b/clients/client-timestream-write/src/commands/ListTablesCommand.ts @@ -131,9 +131,6 @@ export class ListTablesCommand extends $Command< ListTablesCommandOutput, TimestreamWriteClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -147,9 +144,7 @@ export class ListTablesCommand extends $Command< * @public */ constructor(readonly input: ListTablesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -203,7 +198,4 @@ export class ListTablesCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListTablesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-timestream-write/src/commands/ListTagsForResourceCommand.ts b/clients/client-timestream-write/src/commands/ListTagsForResourceCommand.ts index 0cb9230a6ee5..d129c2a8880f 100644 --- a/clients/client-timestream-write/src/commands/ListTagsForResourceCommand.ts +++ b/clients/client-timestream-write/src/commands/ListTagsForResourceCommand.ts @@ -90,9 +90,6 @@ export class ListTagsForResourceCommand extends $Command< ListTagsForResourceCommandOutput, TimestreamWriteClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -106,9 +103,7 @@ export class ListTagsForResourceCommand extends $Command< * @public */ constructor(readonly input: ListTagsForResourceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -164,7 +159,4 @@ export class ListTagsForResourceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListTagsForResourceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-timestream-write/src/commands/ResumeBatchLoadTaskCommand.ts b/clients/client-timestream-write/src/commands/ResumeBatchLoadTaskCommand.ts index 0c672ad518ff..1fd5f739e531 100644 --- a/clients/client-timestream-write/src/commands/ResumeBatchLoadTaskCommand.ts +++ b/clients/client-timestream-write/src/commands/ResumeBatchLoadTaskCommand.ts @@ -92,9 +92,6 @@ export class ResumeBatchLoadTaskCommand extends $Command< ResumeBatchLoadTaskCommandOutput, TimestreamWriteClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -108,9 +105,7 @@ export class ResumeBatchLoadTaskCommand extends $Command< * @public */ constructor(readonly input: ResumeBatchLoadTaskCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -166,7 +161,4 @@ export class ResumeBatchLoadTaskCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ResumeBatchLoadTaskCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-timestream-write/src/commands/TagResourceCommand.ts b/clients/client-timestream-write/src/commands/TagResourceCommand.ts index 4bc7c7dc44e5..339d4a4c7c92 100644 --- a/clients/client-timestream-write/src/commands/TagResourceCommand.ts +++ b/clients/client-timestream-write/src/commands/TagResourceCommand.ts @@ -94,9 +94,6 @@ export class TagResourceCommand extends $Command< TagResourceCommandOutput, TimestreamWriteClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -110,9 +107,7 @@ export class TagResourceCommand extends $Command< * @public */ constructor(readonly input: TagResourceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -166,7 +161,4 @@ export class TagResourceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_TagResourceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-timestream-write/src/commands/UntagResourceCommand.ts b/clients/client-timestream-write/src/commands/UntagResourceCommand.ts index 53e4416d4706..1ad8e4848b74 100644 --- a/clients/client-timestream-write/src/commands/UntagResourceCommand.ts +++ b/clients/client-timestream-write/src/commands/UntagResourceCommand.ts @@ -89,9 +89,6 @@ export class UntagResourceCommand extends $Command< UntagResourceCommandOutput, TimestreamWriteClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -105,9 +102,7 @@ export class UntagResourceCommand extends $Command< * @public */ constructor(readonly input: UntagResourceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -161,7 +156,4 @@ export class UntagResourceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UntagResourceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-timestream-write/src/commands/UpdateDatabaseCommand.ts b/clients/client-timestream-write/src/commands/UpdateDatabaseCommand.ts index 511789054b3c..e59e80249c65 100644 --- a/clients/client-timestream-write/src/commands/UpdateDatabaseCommand.ts +++ b/clients/client-timestream-write/src/commands/UpdateDatabaseCommand.ts @@ -108,9 +108,6 @@ export class UpdateDatabaseCommand extends $Command< UpdateDatabaseCommandOutput, TimestreamWriteClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -124,9 +121,7 @@ export class UpdateDatabaseCommand extends $Command< * @public */ constructor(readonly input: UpdateDatabaseCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -182,7 +177,4 @@ export class UpdateDatabaseCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdateDatabaseCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-timestream-write/src/commands/UpdateTableCommand.ts b/clients/client-timestream-write/src/commands/UpdateTableCommand.ts index 202e6c73cec4..a3ce4595ddf0 100644 --- a/clients/client-timestream-write/src/commands/UpdateTableCommand.ts +++ b/clients/client-timestream-write/src/commands/UpdateTableCommand.ts @@ -154,9 +154,6 @@ export class UpdateTableCommand extends $Command< UpdateTableCommandOutput, TimestreamWriteClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -170,9 +167,7 @@ export class UpdateTableCommand extends $Command< * @public */ constructor(readonly input: UpdateTableCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -226,7 +221,4 @@ export class UpdateTableCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdateTableCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-timestream-write/src/commands/WriteRecordsCommand.ts b/clients/client-timestream-write/src/commands/WriteRecordsCommand.ts index 63febe4ffae7..2e9825f67c72 100644 --- a/clients/client-timestream-write/src/commands/WriteRecordsCommand.ts +++ b/clients/client-timestream-write/src/commands/WriteRecordsCommand.ts @@ -214,9 +214,6 @@ export class WriteRecordsCommand extends $Command< WriteRecordsCommandOutput, TimestreamWriteClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -230,9 +227,7 @@ export class WriteRecordsCommand extends $Command< * @public */ constructor(readonly input: WriteRecordsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -286,7 +281,4 @@ export class WriteRecordsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_WriteRecordsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-tnb/package.json b/clients/client-tnb/package.json index b41f630bd5d9..9d469410f48d 100644 --- a/clients/client-tnb/package.json +++ b/clients/client-tnb/package.json @@ -34,30 +34,30 @@ "@aws-sdk/util-endpoints": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@smithy/config-resolver": "^2.0.16", - "@smithy/fetch-http-handler": "^2.2.4", - "@smithy/hash-node": "^2.0.12", - "@smithy/invalid-dependency": "^2.0.12", - "@smithy/middleware-content-length": "^2.0.14", - "@smithy/middleware-endpoint": "^2.1.3", - "@smithy/middleware-retry": "^2.0.18", - "@smithy/middleware-serde": "^2.0.12", - "@smithy/middleware-stack": "^2.0.6", - "@smithy/node-config-provider": "^2.1.3", - "@smithy/node-http-handler": "^2.1.8", - "@smithy/protocol-http": "^3.0.8", - "@smithy/smithy-client": "^2.1.12", - "@smithy/types": "^2.4.0", - "@smithy/url-parser": "^2.0.12", - "@smithy/util-base64": "^2.0.0", + "@smithy/config-resolver": "^2.0.18", + "@smithy/fetch-http-handler": "^2.2.6", + "@smithy/hash-node": "^2.0.15", + "@smithy/invalid-dependency": "^2.0.13", + "@smithy/middleware-content-length": "^2.0.15", + "@smithy/middleware-endpoint": "^2.2.0", + "@smithy/middleware-retry": "^2.0.20", + "@smithy/middleware-serde": "^2.0.13", + "@smithy/middleware-stack": "^2.0.7", + "@smithy/node-config-provider": "^2.1.5", + "@smithy/node-http-handler": "^2.1.9", + "@smithy/protocol-http": "^3.0.9", + "@smithy/smithy-client": "^2.1.15", + "@smithy/types": "^2.5.0", + "@smithy/url-parser": "^2.0.13", + "@smithy/util-base64": "^2.0.1", "@smithy/util-body-length-browser": "^2.0.0", "@smithy/util-body-length-node": "^2.1.0", - "@smithy/util-defaults-mode-browser": "^2.0.16", - "@smithy/util-defaults-mode-node": "^2.0.21", - "@smithy/util-endpoints": "^1.0.2", - "@smithy/util-retry": "^2.0.5", - "@smithy/util-stream": "^2.0.17", - "@smithy/util-utf8": "^2.0.0", + "@smithy/util-defaults-mode-browser": "^2.0.19", + "@smithy/util-defaults-mode-node": "^2.0.25", + "@smithy/util-endpoints": "^1.0.4", + "@smithy/util-retry": "^2.0.6", + "@smithy/util-stream": "^2.0.20", + "@smithy/util-utf8": "^2.0.2", "tslib": "^2.5.0" }, "devDependencies": { diff --git a/clients/client-tnb/src/commands/CancelSolNetworkOperationCommand.ts b/clients/client-tnb/src/commands/CancelSolNetworkOperationCommand.ts index 7be7e748d5f2..634640e6fa18 100644 --- a/clients/client-tnb/src/commands/CancelSolNetworkOperationCommand.ts +++ b/clients/client-tnb/src/commands/CancelSolNetworkOperationCommand.ts @@ -84,9 +84,6 @@ export class CancelSolNetworkOperationCommand extends $Command< CancelSolNetworkOperationCommandOutput, TnbClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -100,9 +97,7 @@ export class CancelSolNetworkOperationCommand extends $Command< * @public */ constructor(readonly input: CancelSolNetworkOperationCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -158,7 +153,4 @@ export class CancelSolNetworkOperationCommand extends $Command< ): Promise { return de_CancelSolNetworkOperationCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-tnb/src/commands/CreateSolFunctionPackageCommand.ts b/clients/client-tnb/src/commands/CreateSolFunctionPackageCommand.ts index 35de7f363a60..e80e3e24d039 100644 --- a/clients/client-tnb/src/commands/CreateSolFunctionPackageCommand.ts +++ b/clients/client-tnb/src/commands/CreateSolFunctionPackageCommand.ts @@ -102,9 +102,6 @@ export class CreateSolFunctionPackageCommand extends $Command< CreateSolFunctionPackageCommandOutput, TnbClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -118,9 +115,7 @@ export class CreateSolFunctionPackageCommand extends $Command< * @public */ constructor(readonly input: CreateSolFunctionPackageCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -173,7 +168,4 @@ export class CreateSolFunctionPackageCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateSolFunctionPackageCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-tnb/src/commands/CreateSolNetworkInstanceCommand.ts b/clients/client-tnb/src/commands/CreateSolNetworkInstanceCommand.ts index a49de7ca2eed..e50ef3949a7c 100644 --- a/clients/client-tnb/src/commands/CreateSolNetworkInstanceCommand.ts +++ b/clients/client-tnb/src/commands/CreateSolNetworkInstanceCommand.ts @@ -106,9 +106,6 @@ export class CreateSolNetworkInstanceCommand extends $Command< CreateSolNetworkInstanceCommandOutput, TnbClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -122,9 +119,7 @@ export class CreateSolNetworkInstanceCommand extends $Command< * @public */ constructor(readonly input: CreateSolNetworkInstanceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -177,7 +172,4 @@ export class CreateSolNetworkInstanceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateSolNetworkInstanceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-tnb/src/commands/CreateSolNetworkPackageCommand.ts b/clients/client-tnb/src/commands/CreateSolNetworkPackageCommand.ts index d2e778e2c0a6..5cea93606496 100644 --- a/clients/client-tnb/src/commands/CreateSolNetworkPackageCommand.ts +++ b/clients/client-tnb/src/commands/CreateSolNetworkPackageCommand.ts @@ -103,9 +103,6 @@ export class CreateSolNetworkPackageCommand extends $Command< CreateSolNetworkPackageCommandOutput, TnbClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -119,9 +116,7 @@ export class CreateSolNetworkPackageCommand extends $Command< * @public */ constructor(readonly input: CreateSolNetworkPackageCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -174,7 +169,4 @@ export class CreateSolNetworkPackageCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateSolNetworkPackageCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-tnb/src/commands/DeleteSolFunctionPackageCommand.ts b/clients/client-tnb/src/commands/DeleteSolFunctionPackageCommand.ts index 9b958b24c3f6..9fee508f9412 100644 --- a/clients/client-tnb/src/commands/DeleteSolFunctionPackageCommand.ts +++ b/clients/client-tnb/src/commands/DeleteSolFunctionPackageCommand.ts @@ -86,9 +86,6 @@ export class DeleteSolFunctionPackageCommand extends $Command< DeleteSolFunctionPackageCommandOutput, TnbClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -102,9 +99,7 @@ export class DeleteSolFunctionPackageCommand extends $Command< * @public */ constructor(readonly input: DeleteSolFunctionPackageCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -157,7 +152,4 @@ export class DeleteSolFunctionPackageCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteSolFunctionPackageCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-tnb/src/commands/DeleteSolNetworkInstanceCommand.ts b/clients/client-tnb/src/commands/DeleteSolNetworkInstanceCommand.ts index 4f64ced69aab..de1848785a33 100644 --- a/clients/client-tnb/src/commands/DeleteSolNetworkInstanceCommand.ts +++ b/clients/client-tnb/src/commands/DeleteSolNetworkInstanceCommand.ts @@ -85,9 +85,6 @@ export class DeleteSolNetworkInstanceCommand extends $Command< DeleteSolNetworkInstanceCommandOutput, TnbClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -101,9 +98,7 @@ export class DeleteSolNetworkInstanceCommand extends $Command< * @public */ constructor(readonly input: DeleteSolNetworkInstanceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -156,7 +151,4 @@ export class DeleteSolNetworkInstanceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteSolNetworkInstanceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-tnb/src/commands/DeleteSolNetworkPackageCommand.ts b/clients/client-tnb/src/commands/DeleteSolNetworkPackageCommand.ts index b4a0052ddb33..bcce73dc5531 100644 --- a/clients/client-tnb/src/commands/DeleteSolNetworkPackageCommand.ts +++ b/clients/client-tnb/src/commands/DeleteSolNetworkPackageCommand.ts @@ -85,9 +85,6 @@ export class DeleteSolNetworkPackageCommand extends $Command< DeleteSolNetworkPackageCommandOutput, TnbClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -101,9 +98,7 @@ export class DeleteSolNetworkPackageCommand extends $Command< * @public */ constructor(readonly input: DeleteSolNetworkPackageCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -156,7 +151,4 @@ export class DeleteSolNetworkPackageCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteSolNetworkPackageCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-tnb/src/commands/GetSolFunctionInstanceCommand.ts b/clients/client-tnb/src/commands/GetSolFunctionInstanceCommand.ts index c4bd06d95ed4..98885d5fd953 100644 --- a/clients/client-tnb/src/commands/GetSolFunctionInstanceCommand.ts +++ b/clients/client-tnb/src/commands/GetSolFunctionInstanceCommand.ts @@ -117,9 +117,6 @@ export class GetSolFunctionInstanceCommand extends $Command< GetSolFunctionInstanceCommandOutput, TnbClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -133,9 +130,7 @@ export class GetSolFunctionInstanceCommand extends $Command< * @public */ constructor(readonly input: GetSolFunctionInstanceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -188,7 +183,4 @@ export class GetSolFunctionInstanceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetSolFunctionInstanceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-tnb/src/commands/GetSolFunctionPackageCommand.ts b/clients/client-tnb/src/commands/GetSolFunctionPackageCommand.ts index 64f0cbc9c99c..ef9335bf0405 100644 --- a/clients/client-tnb/src/commands/GetSolFunctionPackageCommand.ts +++ b/clients/client-tnb/src/commands/GetSolFunctionPackageCommand.ts @@ -113,9 +113,6 @@ export class GetSolFunctionPackageCommand extends $Command< GetSolFunctionPackageCommandOutput, TnbClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -129,9 +126,7 @@ export class GetSolFunctionPackageCommand extends $Command< * @public */ constructor(readonly input: GetSolFunctionPackageCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -184,7 +179,4 @@ export class GetSolFunctionPackageCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetSolFunctionPackageCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-tnb/src/commands/GetSolFunctionPackageContentCommand.ts b/clients/client-tnb/src/commands/GetSolFunctionPackageContentCommand.ts index f5adcae815e0..645a5c07ffa3 100644 --- a/clients/client-tnb/src/commands/GetSolFunctionPackageContentCommand.ts +++ b/clients/client-tnb/src/commands/GetSolFunctionPackageContentCommand.ts @@ -104,9 +104,6 @@ export class GetSolFunctionPackageContentCommand extends $Command< GetSolFunctionPackageContentCommandOutput, TnbClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -120,9 +117,7 @@ export class GetSolFunctionPackageContentCommand extends $Command< * @public */ constructor(readonly input: GetSolFunctionPackageContentCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -178,7 +173,4 @@ export class GetSolFunctionPackageContentCommand extends $Command< ): Promise { return de_GetSolFunctionPackageContentCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-tnb/src/commands/GetSolFunctionPackageDescriptorCommand.ts b/clients/client-tnb/src/commands/GetSolFunctionPackageDescriptorCommand.ts index 5b4742c57120..84925b692d24 100644 --- a/clients/client-tnb/src/commands/GetSolFunctionPackageDescriptorCommand.ts +++ b/clients/client-tnb/src/commands/GetSolFunctionPackageDescriptorCommand.ts @@ -102,9 +102,6 @@ export class GetSolFunctionPackageDescriptorCommand extends $Command< GetSolFunctionPackageDescriptorCommandOutput, TnbClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -118,9 +115,7 @@ export class GetSolFunctionPackageDescriptorCommand extends $Command< * @public */ constructor(readonly input: GetSolFunctionPackageDescriptorCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -179,7 +174,4 @@ export class GetSolFunctionPackageDescriptorCommand extends $Command< ): Promise { return de_GetSolFunctionPackageDescriptorCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-tnb/src/commands/GetSolNetworkInstanceCommand.ts b/clients/client-tnb/src/commands/GetSolNetworkInstanceCommand.ts index 2952fe5f8ca8..2e08492d5489 100644 --- a/clients/client-tnb/src/commands/GetSolNetworkInstanceCommand.ts +++ b/clients/client-tnb/src/commands/GetSolNetworkInstanceCommand.ts @@ -106,9 +106,6 @@ export class GetSolNetworkInstanceCommand extends $Command< GetSolNetworkInstanceCommandOutput, TnbClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -122,9 +119,7 @@ export class GetSolNetworkInstanceCommand extends $Command< * @public */ constructor(readonly input: GetSolNetworkInstanceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -177,7 +172,4 @@ export class GetSolNetworkInstanceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetSolNetworkInstanceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-tnb/src/commands/GetSolNetworkOperationCommand.ts b/clients/client-tnb/src/commands/GetSolNetworkOperationCommand.ts index f33cb4e81901..848709090248 100644 --- a/clients/client-tnb/src/commands/GetSolNetworkOperationCommand.ts +++ b/clients/client-tnb/src/commands/GetSolNetworkOperationCommand.ts @@ -120,9 +120,6 @@ export class GetSolNetworkOperationCommand extends $Command< GetSolNetworkOperationCommandOutput, TnbClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -136,9 +133,7 @@ export class GetSolNetworkOperationCommand extends $Command< * @public */ constructor(readonly input: GetSolNetworkOperationCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -191,7 +186,4 @@ export class GetSolNetworkOperationCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetSolNetworkOperationCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-tnb/src/commands/GetSolNetworkPackageCommand.ts b/clients/client-tnb/src/commands/GetSolNetworkPackageCommand.ts index f54d5f03f80d..523bc4b45d67 100644 --- a/clients/client-tnb/src/commands/GetSolNetworkPackageCommand.ts +++ b/clients/client-tnb/src/commands/GetSolNetworkPackageCommand.ts @@ -115,9 +115,6 @@ export class GetSolNetworkPackageCommand extends $Command< GetSolNetworkPackageCommandOutput, TnbClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -131,9 +128,7 @@ export class GetSolNetworkPackageCommand extends $Command< * @public */ constructor(readonly input: GetSolNetworkPackageCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -186,7 +181,4 @@ export class GetSolNetworkPackageCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetSolNetworkPackageCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-tnb/src/commands/GetSolNetworkPackageContentCommand.ts b/clients/client-tnb/src/commands/GetSolNetworkPackageContentCommand.ts index e88d75536b75..d8acbbb184c0 100644 --- a/clients/client-tnb/src/commands/GetSolNetworkPackageContentCommand.ts +++ b/clients/client-tnb/src/commands/GetSolNetworkPackageContentCommand.ts @@ -101,9 +101,6 @@ export class GetSolNetworkPackageContentCommand extends $Command< GetSolNetworkPackageContentCommandOutput, TnbClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -117,9 +114,7 @@ export class GetSolNetworkPackageContentCommand extends $Command< * @public */ constructor(readonly input: GetSolNetworkPackageContentCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -175,7 +170,4 @@ export class GetSolNetworkPackageContentCommand extends $Command< ): Promise { return de_GetSolNetworkPackageContentCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-tnb/src/commands/GetSolNetworkPackageDescriptorCommand.ts b/clients/client-tnb/src/commands/GetSolNetworkPackageDescriptorCommand.ts index 16d22b1100a4..b3ef1f13e629 100644 --- a/clients/client-tnb/src/commands/GetSolNetworkPackageDescriptorCommand.ts +++ b/clients/client-tnb/src/commands/GetSolNetworkPackageDescriptorCommand.ts @@ -100,9 +100,6 @@ export class GetSolNetworkPackageDescriptorCommand extends $Command< GetSolNetworkPackageDescriptorCommandOutput, TnbClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -116,9 +113,7 @@ export class GetSolNetworkPackageDescriptorCommand extends $Command< * @public */ constructor(readonly input: GetSolNetworkPackageDescriptorCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -177,7 +172,4 @@ export class GetSolNetworkPackageDescriptorCommand extends $Command< ): Promise { return de_GetSolNetworkPackageDescriptorCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-tnb/src/commands/InstantiateSolNetworkInstanceCommand.ts b/clients/client-tnb/src/commands/InstantiateSolNetworkInstanceCommand.ts index 7c7eefe08f92..7926b963bb4a 100644 --- a/clients/client-tnb/src/commands/InstantiateSolNetworkInstanceCommand.ts +++ b/clients/client-tnb/src/commands/InstantiateSolNetworkInstanceCommand.ts @@ -108,9 +108,6 @@ export class InstantiateSolNetworkInstanceCommand extends $Command< InstantiateSolNetworkInstanceCommandOutput, TnbClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -124,9 +121,7 @@ export class InstantiateSolNetworkInstanceCommand extends $Command< * @public */ constructor(readonly input: InstantiateSolNetworkInstanceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -182,7 +177,4 @@ export class InstantiateSolNetworkInstanceCommand extends $Command< ): Promise { return de_InstantiateSolNetworkInstanceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-tnb/src/commands/ListSolFunctionInstancesCommand.ts b/clients/client-tnb/src/commands/ListSolFunctionInstancesCommand.ts index 88c0151c8afa..a8b9a7c198c9 100644 --- a/clients/client-tnb/src/commands/ListSolFunctionInstancesCommand.ts +++ b/clients/client-tnb/src/commands/ListSolFunctionInstancesCommand.ts @@ -101,9 +101,6 @@ export class ListSolFunctionInstancesCommand extends $Command< ListSolFunctionInstancesCommandOutput, TnbClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -117,9 +114,7 @@ export class ListSolFunctionInstancesCommand extends $Command< * @public */ constructor(readonly input: ListSolFunctionInstancesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -172,7 +167,4 @@ export class ListSolFunctionInstancesCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListSolFunctionInstancesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-tnb/src/commands/ListSolFunctionPackagesCommand.ts b/clients/client-tnb/src/commands/ListSolFunctionPackagesCommand.ts index 4c1fc40024cf..70eb2dc5c70e 100644 --- a/clients/client-tnb/src/commands/ListSolFunctionPackagesCommand.ts +++ b/clients/client-tnb/src/commands/ListSolFunctionPackagesCommand.ts @@ -101,9 +101,6 @@ export class ListSolFunctionPackagesCommand extends $Command< ListSolFunctionPackagesCommandOutput, TnbClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -117,9 +114,7 @@ export class ListSolFunctionPackagesCommand extends $Command< * @public */ constructor(readonly input: ListSolFunctionPackagesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -172,7 +167,4 @@ export class ListSolFunctionPackagesCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListSolFunctionPackagesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-tnb/src/commands/ListSolNetworkInstancesCommand.ts b/clients/client-tnb/src/commands/ListSolNetworkInstancesCommand.ts index 4447c66067c5..76d964a83073 100644 --- a/clients/client-tnb/src/commands/ListSolNetworkInstancesCommand.ts +++ b/clients/client-tnb/src/commands/ListSolNetworkInstancesCommand.ts @@ -99,9 +99,6 @@ export class ListSolNetworkInstancesCommand extends $Command< ListSolNetworkInstancesCommandOutput, TnbClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -115,9 +112,7 @@ export class ListSolNetworkInstancesCommand extends $Command< * @public */ constructor(readonly input: ListSolNetworkInstancesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -170,7 +165,4 @@ export class ListSolNetworkInstancesCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListSolNetworkInstancesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-tnb/src/commands/ListSolNetworkOperationsCommand.ts b/clients/client-tnb/src/commands/ListSolNetworkOperationsCommand.ts index dbcc3213cf63..bb9372df7e0c 100644 --- a/clients/client-tnb/src/commands/ListSolNetworkOperationsCommand.ts +++ b/clients/client-tnb/src/commands/ListSolNetworkOperationsCommand.ts @@ -101,9 +101,6 @@ export class ListSolNetworkOperationsCommand extends $Command< ListSolNetworkOperationsCommandOutput, TnbClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -117,9 +114,7 @@ export class ListSolNetworkOperationsCommand extends $Command< * @public */ constructor(readonly input: ListSolNetworkOperationsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -172,7 +167,4 @@ export class ListSolNetworkOperationsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListSolNetworkOperationsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-tnb/src/commands/ListSolNetworkPackagesCommand.ts b/clients/client-tnb/src/commands/ListSolNetworkPackagesCommand.ts index c2ca95ea5372..fcaedfb3ceb4 100644 --- a/clients/client-tnb/src/commands/ListSolNetworkPackagesCommand.ts +++ b/clients/client-tnb/src/commands/ListSolNetworkPackagesCommand.ts @@ -105,9 +105,6 @@ export class ListSolNetworkPackagesCommand extends $Command< ListSolNetworkPackagesCommandOutput, TnbClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -121,9 +118,7 @@ export class ListSolNetworkPackagesCommand extends $Command< * @public */ constructor(readonly input: ListSolNetworkPackagesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -176,7 +171,4 @@ export class ListSolNetworkPackagesCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListSolNetworkPackagesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-tnb/src/commands/ListTagsForResourceCommand.ts b/clients/client-tnb/src/commands/ListTagsForResourceCommand.ts index 96e7199c6648..5ba61bf303ea 100644 --- a/clients/client-tnb/src/commands/ListTagsForResourceCommand.ts +++ b/clients/client-tnb/src/commands/ListTagsForResourceCommand.ts @@ -91,9 +91,6 @@ export class ListTagsForResourceCommand extends $Command< ListTagsForResourceCommandOutput, TnbClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -107,9 +104,7 @@ export class ListTagsForResourceCommand extends $Command< * @public */ constructor(readonly input: ListTagsForResourceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -162,7 +157,4 @@ export class ListTagsForResourceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListTagsForResourceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-tnb/src/commands/PutSolFunctionPackageContentCommand.ts b/clients/client-tnb/src/commands/PutSolFunctionPackageContentCommand.ts index 55abe5fd68f7..1f91af2278b9 100644 --- a/clients/client-tnb/src/commands/PutSolFunctionPackageContentCommand.ts +++ b/clients/client-tnb/src/commands/PutSolFunctionPackageContentCommand.ts @@ -115,9 +115,6 @@ export class PutSolFunctionPackageContentCommand extends $Command< PutSolFunctionPackageContentCommandOutput, TnbClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -131,9 +128,7 @@ export class PutSolFunctionPackageContentCommand extends $Command< * @public */ constructor(readonly input: PutSolFunctionPackageContentCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -189,7 +184,4 @@ export class PutSolFunctionPackageContentCommand extends $Command< ): Promise { return de_PutSolFunctionPackageContentCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-tnb/src/commands/PutSolNetworkPackageContentCommand.ts b/clients/client-tnb/src/commands/PutSolNetworkPackageContentCommand.ts index 1bc63ec31012..1c06eb830b33 100644 --- a/clients/client-tnb/src/commands/PutSolNetworkPackageContentCommand.ts +++ b/clients/client-tnb/src/commands/PutSolNetworkPackageContentCommand.ts @@ -116,9 +116,6 @@ export class PutSolNetworkPackageContentCommand extends $Command< PutSolNetworkPackageContentCommandOutput, TnbClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -132,9 +129,7 @@ export class PutSolNetworkPackageContentCommand extends $Command< * @public */ constructor(readonly input: PutSolNetworkPackageContentCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -190,7 +185,4 @@ export class PutSolNetworkPackageContentCommand extends $Command< ): Promise { return de_PutSolNetworkPackageContentCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-tnb/src/commands/TagResourceCommand.ts b/clients/client-tnb/src/commands/TagResourceCommand.ts index b242cfd2f103..f82abf1d5bbe 100644 --- a/clients/client-tnb/src/commands/TagResourceCommand.ts +++ b/clients/client-tnb/src/commands/TagResourceCommand.ts @@ -87,9 +87,6 @@ export class TagResourceCommand extends $Command< TagResourceCommandOutput, TnbClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -103,9 +100,7 @@ export class TagResourceCommand extends $Command< * @public */ constructor(readonly input: TagResourceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -156,7 +151,4 @@ export class TagResourceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_TagResourceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-tnb/src/commands/TerminateSolNetworkInstanceCommand.ts b/clients/client-tnb/src/commands/TerminateSolNetworkInstanceCommand.ts index 743196687153..2e1fc10473e8 100644 --- a/clients/client-tnb/src/commands/TerminateSolNetworkInstanceCommand.ts +++ b/clients/client-tnb/src/commands/TerminateSolNetworkInstanceCommand.ts @@ -104,9 +104,6 @@ export class TerminateSolNetworkInstanceCommand extends $Command< TerminateSolNetworkInstanceCommandOutput, TnbClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -120,9 +117,7 @@ export class TerminateSolNetworkInstanceCommand extends $Command< * @public */ constructor(readonly input: TerminateSolNetworkInstanceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -178,7 +173,4 @@ export class TerminateSolNetworkInstanceCommand extends $Command< ): Promise { return de_TerminateSolNetworkInstanceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-tnb/src/commands/UntagResourceCommand.ts b/clients/client-tnb/src/commands/UntagResourceCommand.ts index fba93a680c40..d1d0347edf9a 100644 --- a/clients/client-tnb/src/commands/UntagResourceCommand.ts +++ b/clients/client-tnb/src/commands/UntagResourceCommand.ts @@ -87,9 +87,6 @@ export class UntagResourceCommand extends $Command< UntagResourceCommandOutput, TnbClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -103,9 +100,7 @@ export class UntagResourceCommand extends $Command< * @public */ constructor(readonly input: UntagResourceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -156,7 +151,4 @@ export class UntagResourceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UntagResourceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-tnb/src/commands/UpdateSolFunctionPackageCommand.ts b/clients/client-tnb/src/commands/UpdateSolFunctionPackageCommand.ts index 78638849233b..fd7536bcb014 100644 --- a/clients/client-tnb/src/commands/UpdateSolFunctionPackageCommand.ts +++ b/clients/client-tnb/src/commands/UpdateSolFunctionPackageCommand.ts @@ -87,9 +87,6 @@ export class UpdateSolFunctionPackageCommand extends $Command< UpdateSolFunctionPackageCommandOutput, TnbClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -103,9 +100,7 @@ export class UpdateSolFunctionPackageCommand extends $Command< * @public */ constructor(readonly input: UpdateSolFunctionPackageCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -158,7 +153,4 @@ export class UpdateSolFunctionPackageCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdateSolFunctionPackageCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-tnb/src/commands/UpdateSolNetworkInstanceCommand.ts b/clients/client-tnb/src/commands/UpdateSolNetworkInstanceCommand.ts index 8a47dc3575c7..4904dff40ba4 100644 --- a/clients/client-tnb/src/commands/UpdateSolNetworkInstanceCommand.ts +++ b/clients/client-tnb/src/commands/UpdateSolNetworkInstanceCommand.ts @@ -105,9 +105,6 @@ export class UpdateSolNetworkInstanceCommand extends $Command< UpdateSolNetworkInstanceCommandOutput, TnbClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -121,9 +118,7 @@ export class UpdateSolNetworkInstanceCommand extends $Command< * @public */ constructor(readonly input: UpdateSolNetworkInstanceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -176,7 +171,4 @@ export class UpdateSolNetworkInstanceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdateSolNetworkInstanceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-tnb/src/commands/UpdateSolNetworkPackageCommand.ts b/clients/client-tnb/src/commands/UpdateSolNetworkPackageCommand.ts index 060a9c4eebfa..cbd0ff30f8e5 100644 --- a/clients/client-tnb/src/commands/UpdateSolNetworkPackageCommand.ts +++ b/clients/client-tnb/src/commands/UpdateSolNetworkPackageCommand.ts @@ -88,9 +88,6 @@ export class UpdateSolNetworkPackageCommand extends $Command< UpdateSolNetworkPackageCommandOutput, TnbClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -104,9 +101,7 @@ export class UpdateSolNetworkPackageCommand extends $Command< * @public */ constructor(readonly input: UpdateSolNetworkPackageCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -159,7 +154,4 @@ export class UpdateSolNetworkPackageCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdateSolNetworkPackageCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-tnb/src/commands/ValidateSolFunctionPackageContentCommand.ts b/clients/client-tnb/src/commands/ValidateSolFunctionPackageContentCommand.ts index b8e9fe8f5efc..6a8460f34869 100644 --- a/clients/client-tnb/src/commands/ValidateSolFunctionPackageContentCommand.ts +++ b/clients/client-tnb/src/commands/ValidateSolFunctionPackageContentCommand.ts @@ -116,9 +116,6 @@ export class ValidateSolFunctionPackageContentCommand extends $Command< ValidateSolFunctionPackageContentCommandOutput, TnbClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -132,9 +129,7 @@ export class ValidateSolFunctionPackageContentCommand extends $Command< * @public */ constructor(readonly input: ValidateSolFunctionPackageContentCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -193,7 +188,4 @@ export class ValidateSolFunctionPackageContentCommand extends $Command< ): Promise { return de_ValidateSolFunctionPackageContentCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-tnb/src/commands/ValidateSolNetworkPackageContentCommand.ts b/clients/client-tnb/src/commands/ValidateSolNetworkPackageContentCommand.ts index c22bddaad134..c535be45de72 100644 --- a/clients/client-tnb/src/commands/ValidateSolNetworkPackageContentCommand.ts +++ b/clients/client-tnb/src/commands/ValidateSolNetworkPackageContentCommand.ts @@ -119,9 +119,6 @@ export class ValidateSolNetworkPackageContentCommand extends $Command< ValidateSolNetworkPackageContentCommandOutput, TnbClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -135,9 +132,7 @@ export class ValidateSolNetworkPackageContentCommand extends $Command< * @public */ constructor(readonly input: ValidateSolNetworkPackageContentCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -196,7 +191,4 @@ export class ValidateSolNetworkPackageContentCommand extends $Command< ): Promise { return de_ValidateSolNetworkPackageContentCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-transcribe-streaming/package.json b/clients/client-transcribe-streaming/package.json index 7e444445ad79..5bb1db5fb6ab 100644 --- a/clients/client-transcribe-streaming/package.json +++ b/clients/client-transcribe-streaming/package.json @@ -39,32 +39,32 @@ "@aws-sdk/util-endpoints": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@smithy/config-resolver": "^2.0.16", - "@smithy/eventstream-serde-browser": "^2.0.12", - "@smithy/eventstream-serde-config-resolver": "^2.0.12", - "@smithy/eventstream-serde-node": "^2.0.12", - "@smithy/fetch-http-handler": "^2.2.4", - "@smithy/hash-node": "^2.0.12", - "@smithy/invalid-dependency": "^2.0.12", - "@smithy/middleware-content-length": "^2.0.14", - "@smithy/middleware-endpoint": "^2.1.3", - "@smithy/middleware-retry": "^2.0.18", - "@smithy/middleware-serde": "^2.0.12", - "@smithy/middleware-stack": "^2.0.6", - "@smithy/node-config-provider": "^2.1.3", - "@smithy/node-http-handler": "^2.1.8", - "@smithy/protocol-http": "^3.0.8", - "@smithy/smithy-client": "^2.1.12", - "@smithy/types": "^2.4.0", - "@smithy/url-parser": "^2.0.12", - "@smithy/util-base64": "^2.0.0", + "@smithy/config-resolver": "^2.0.18", + "@smithy/eventstream-serde-browser": "^2.0.13", + "@smithy/eventstream-serde-config-resolver": "^2.0.13", + "@smithy/eventstream-serde-node": "^2.0.13", + "@smithy/fetch-http-handler": "^2.2.6", + "@smithy/hash-node": "^2.0.15", + "@smithy/invalid-dependency": "^2.0.13", + "@smithy/middleware-content-length": "^2.0.15", + "@smithy/middleware-endpoint": "^2.2.0", + "@smithy/middleware-retry": "^2.0.20", + "@smithy/middleware-serde": "^2.0.13", + "@smithy/middleware-stack": "^2.0.7", + "@smithy/node-config-provider": "^2.1.5", + "@smithy/node-http-handler": "^2.1.9", + "@smithy/protocol-http": "^3.0.9", + "@smithy/smithy-client": "^2.1.15", + "@smithy/types": "^2.5.0", + "@smithy/url-parser": "^2.0.13", + "@smithy/util-base64": "^2.0.1", "@smithy/util-body-length-browser": "^2.0.0", "@smithy/util-body-length-node": "^2.1.0", - "@smithy/util-defaults-mode-browser": "^2.0.16", - "@smithy/util-defaults-mode-node": "^2.0.21", - "@smithy/util-endpoints": "^1.0.2", - "@smithy/util-retry": "^2.0.5", - "@smithy/util-utf8": "^2.0.0", + "@smithy/util-defaults-mode-browser": "^2.0.19", + "@smithy/util-defaults-mode-node": "^2.0.25", + "@smithy/util-endpoints": "^1.0.4", + "@smithy/util-retry": "^2.0.6", + "@smithy/util-utf8": "^2.0.2", "tslib": "^2.5.0" }, "devDependencies": { diff --git a/clients/client-transcribe-streaming/src/commands/StartCallAnalyticsStreamTranscriptionCommand.ts b/clients/client-transcribe-streaming/src/commands/StartCallAnalyticsStreamTranscriptionCommand.ts index 930a1d84f820..a7a06aa22872 100644 --- a/clients/client-transcribe-streaming/src/commands/StartCallAnalyticsStreamTranscriptionCommand.ts +++ b/clients/client-transcribe-streaming/src/commands/StartCallAnalyticsStreamTranscriptionCommand.ts @@ -243,9 +243,6 @@ export class StartCallAnalyticsStreamTranscriptionCommand extends $Command< StartCallAnalyticsStreamTranscriptionCommandOutput, TranscribeStreamingClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -259,9 +256,7 @@ export class StartCallAnalyticsStreamTranscriptionCommand extends $Command< * @public */ constructor(readonly input: StartCallAnalyticsStreamTranscriptionCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -322,7 +317,4 @@ export class StartCallAnalyticsStreamTranscriptionCommand extends $Command< ): Promise { return de_StartCallAnalyticsStreamTranscriptionCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-transcribe-streaming/src/commands/StartMedicalStreamTranscriptionCommand.ts b/clients/client-transcribe-streaming/src/commands/StartMedicalStreamTranscriptionCommand.ts index 3d9f266283b0..5f8f2fe86cf4 100644 --- a/clients/client-transcribe-streaming/src/commands/StartMedicalStreamTranscriptionCommand.ts +++ b/clients/client-transcribe-streaming/src/commands/StartMedicalStreamTranscriptionCommand.ts @@ -224,9 +224,6 @@ export class StartMedicalStreamTranscriptionCommand extends $Command< StartMedicalStreamTranscriptionCommandOutput, TranscribeStreamingClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -240,9 +237,7 @@ export class StartMedicalStreamTranscriptionCommand extends $Command< * @public */ constructor(readonly input: StartMedicalStreamTranscriptionCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -303,7 +298,4 @@ export class StartMedicalStreamTranscriptionCommand extends $Command< ): Promise { return de_StartMedicalStreamTranscriptionCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-transcribe-streaming/src/commands/StartStreamTranscriptionCommand.ts b/clients/client-transcribe-streaming/src/commands/StartStreamTranscriptionCommand.ts index e07ff796e1be..879d8f26e19e 100644 --- a/clients/client-transcribe-streaming/src/commands/StartStreamTranscriptionCommand.ts +++ b/clients/client-transcribe-streaming/src/commands/StartStreamTranscriptionCommand.ts @@ -248,9 +248,6 @@ export class StartStreamTranscriptionCommand extends $Command< StartStreamTranscriptionCommandOutput, TranscribeStreamingClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -264,9 +261,7 @@ export class StartStreamTranscriptionCommand extends $Command< * @public */ constructor(readonly input: StartStreamTranscriptionCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -327,7 +322,4 @@ export class StartStreamTranscriptionCommand extends $Command< ): Promise { return de_StartStreamTranscriptionCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-transcribe/package.json b/clients/client-transcribe/package.json index abf34f5c6fee..da91bb44b4a5 100644 --- a/clients/client-transcribe/package.json +++ b/clients/client-transcribe/package.json @@ -34,29 +34,29 @@ "@aws-sdk/util-endpoints": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@smithy/config-resolver": "^2.0.16", - "@smithy/fetch-http-handler": "^2.2.4", - "@smithy/hash-node": "^2.0.12", - "@smithy/invalid-dependency": "^2.0.12", - "@smithy/middleware-content-length": "^2.0.14", - "@smithy/middleware-endpoint": "^2.1.3", - "@smithy/middleware-retry": "^2.0.18", - "@smithy/middleware-serde": "^2.0.12", - "@smithy/middleware-stack": "^2.0.6", - "@smithy/node-config-provider": "^2.1.3", - "@smithy/node-http-handler": "^2.1.8", - "@smithy/protocol-http": "^3.0.8", - "@smithy/smithy-client": "^2.1.12", - "@smithy/types": "^2.4.0", - "@smithy/url-parser": "^2.0.12", - "@smithy/util-base64": "^2.0.0", + "@smithy/config-resolver": "^2.0.18", + "@smithy/fetch-http-handler": "^2.2.6", + "@smithy/hash-node": "^2.0.15", + "@smithy/invalid-dependency": "^2.0.13", + "@smithy/middleware-content-length": "^2.0.15", + "@smithy/middleware-endpoint": "^2.2.0", + "@smithy/middleware-retry": "^2.0.20", + "@smithy/middleware-serde": "^2.0.13", + "@smithy/middleware-stack": "^2.0.7", + "@smithy/node-config-provider": "^2.1.5", + "@smithy/node-http-handler": "^2.1.9", + "@smithy/protocol-http": "^3.0.9", + "@smithy/smithy-client": "^2.1.15", + "@smithy/types": "^2.5.0", + "@smithy/url-parser": "^2.0.13", + "@smithy/util-base64": "^2.0.1", "@smithy/util-body-length-browser": "^2.0.0", "@smithy/util-body-length-node": "^2.1.0", - "@smithy/util-defaults-mode-browser": "^2.0.16", - "@smithy/util-defaults-mode-node": "^2.0.21", - "@smithy/util-endpoints": "^1.0.2", - "@smithy/util-retry": "^2.0.5", - "@smithy/util-utf8": "^2.0.0", + "@smithy/util-defaults-mode-browser": "^2.0.19", + "@smithy/util-defaults-mode-node": "^2.0.25", + "@smithy/util-endpoints": "^1.0.4", + "@smithy/util-retry": "^2.0.6", + "@smithy/util-utf8": "^2.0.2", "tslib": "^2.5.0" }, "devDependencies": { diff --git a/clients/client-transcribe/src/commands/CreateCallAnalyticsCategoryCommand.ts b/clients/client-transcribe/src/commands/CreateCallAnalyticsCategoryCommand.ts index 1048489d42d7..7a3f5c8d38f2 100644 --- a/clients/client-transcribe/src/commands/CreateCallAnalyticsCategoryCommand.ts +++ b/clients/client-transcribe/src/commands/CreateCallAnalyticsCategoryCommand.ts @@ -263,9 +263,6 @@ export class CreateCallAnalyticsCategoryCommand extends $Command< CreateCallAnalyticsCategoryCommandOutput, TranscribeClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -279,9 +276,7 @@ export class CreateCallAnalyticsCategoryCommand extends $Command< * @public */ constructor(readonly input: CreateCallAnalyticsCategoryCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -337,7 +332,4 @@ export class CreateCallAnalyticsCategoryCommand extends $Command< ): Promise { return de_CreateCallAnalyticsCategoryCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-transcribe/src/commands/CreateLanguageModelCommand.ts b/clients/client-transcribe/src/commands/CreateLanguageModelCommand.ts index c5f9c6ea26c9..832169ffdede 100644 --- a/clients/client-transcribe/src/commands/CreateLanguageModelCommand.ts +++ b/clients/client-transcribe/src/commands/CreateLanguageModelCommand.ts @@ -125,9 +125,6 @@ export class CreateLanguageModelCommand extends $Command< CreateLanguageModelCommandOutput, TranscribeClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -141,9 +138,7 @@ export class CreateLanguageModelCommand extends $Command< * @public */ constructor(readonly input: CreateLanguageModelCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -196,7 +191,4 @@ export class CreateLanguageModelCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateLanguageModelCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-transcribe/src/commands/CreateMedicalVocabularyCommand.ts b/clients/client-transcribe/src/commands/CreateMedicalVocabularyCommand.ts index 71b2ba49e4d7..5155cf2c9b5c 100644 --- a/clients/client-transcribe/src/commands/CreateMedicalVocabularyCommand.ts +++ b/clients/client-transcribe/src/commands/CreateMedicalVocabularyCommand.ts @@ -112,9 +112,6 @@ export class CreateMedicalVocabularyCommand extends $Command< CreateMedicalVocabularyCommandOutput, TranscribeClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -128,9 +125,7 @@ export class CreateMedicalVocabularyCommand extends $Command< * @public */ constructor(readonly input: CreateMedicalVocabularyCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -183,7 +178,4 @@ export class CreateMedicalVocabularyCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateMedicalVocabularyCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-transcribe/src/commands/CreateVocabularyCommand.ts b/clients/client-transcribe/src/commands/CreateVocabularyCommand.ts index 30258b202275..65f3d04a5c1c 100644 --- a/clients/client-transcribe/src/commands/CreateVocabularyCommand.ts +++ b/clients/client-transcribe/src/commands/CreateVocabularyCommand.ts @@ -114,9 +114,6 @@ export class CreateVocabularyCommand extends $Command< CreateVocabularyCommandOutput, TranscribeClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -130,9 +127,7 @@ export class CreateVocabularyCommand extends $Command< * @public */ constructor(readonly input: CreateVocabularyCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -185,7 +180,4 @@ export class CreateVocabularyCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateVocabularyCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-transcribe/src/commands/CreateVocabularyFilterCommand.ts b/clients/client-transcribe/src/commands/CreateVocabularyFilterCommand.ts index c7c4b7db2ace..92d26ff597de 100644 --- a/clients/client-transcribe/src/commands/CreateVocabularyFilterCommand.ts +++ b/clients/client-transcribe/src/commands/CreateVocabularyFilterCommand.ts @@ -111,9 +111,6 @@ export class CreateVocabularyFilterCommand extends $Command< CreateVocabularyFilterCommandOutput, TranscribeClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -127,9 +124,7 @@ export class CreateVocabularyFilterCommand extends $Command< * @public */ constructor(readonly input: CreateVocabularyFilterCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -182,7 +177,4 @@ export class CreateVocabularyFilterCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateVocabularyFilterCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-transcribe/src/commands/DeleteCallAnalyticsCategoryCommand.ts b/clients/client-transcribe/src/commands/DeleteCallAnalyticsCategoryCommand.ts index 3f0fe9293e08..fac096ca6a19 100644 --- a/clients/client-transcribe/src/commands/DeleteCallAnalyticsCategoryCommand.ts +++ b/clients/client-transcribe/src/commands/DeleteCallAnalyticsCategoryCommand.ts @@ -90,9 +90,6 @@ export class DeleteCallAnalyticsCategoryCommand extends $Command< DeleteCallAnalyticsCategoryCommandOutput, TranscribeClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -106,9 +103,7 @@ export class DeleteCallAnalyticsCategoryCommand extends $Command< * @public */ constructor(readonly input: DeleteCallAnalyticsCategoryCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -164,7 +159,4 @@ export class DeleteCallAnalyticsCategoryCommand extends $Command< ): Promise { return de_DeleteCallAnalyticsCategoryCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-transcribe/src/commands/DeleteCallAnalyticsJobCommand.ts b/clients/client-transcribe/src/commands/DeleteCallAnalyticsJobCommand.ts index a6dab8436316..23e310282944 100644 --- a/clients/client-transcribe/src/commands/DeleteCallAnalyticsJobCommand.ts +++ b/clients/client-transcribe/src/commands/DeleteCallAnalyticsJobCommand.ts @@ -84,9 +84,6 @@ export class DeleteCallAnalyticsJobCommand extends $Command< DeleteCallAnalyticsJobCommandOutput, TranscribeClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -100,9 +97,7 @@ export class DeleteCallAnalyticsJobCommand extends $Command< * @public */ constructor(readonly input: DeleteCallAnalyticsJobCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -155,7 +150,4 @@ export class DeleteCallAnalyticsJobCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteCallAnalyticsJobCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-transcribe/src/commands/DeleteLanguageModelCommand.ts b/clients/client-transcribe/src/commands/DeleteLanguageModelCommand.ts index 7618a4bf3449..79e5e4ce903f 100644 --- a/clients/client-transcribe/src/commands/DeleteLanguageModelCommand.ts +++ b/clients/client-transcribe/src/commands/DeleteLanguageModelCommand.ts @@ -84,9 +84,6 @@ export class DeleteLanguageModelCommand extends $Command< DeleteLanguageModelCommandOutput, TranscribeClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -100,9 +97,7 @@ export class DeleteLanguageModelCommand extends $Command< * @public */ constructor(readonly input: DeleteLanguageModelCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -155,7 +150,4 @@ export class DeleteLanguageModelCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteLanguageModelCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-transcribe/src/commands/DeleteMedicalTranscriptionJobCommand.ts b/clients/client-transcribe/src/commands/DeleteMedicalTranscriptionJobCommand.ts index bf370aed7064..1887cb4d8a7e 100644 --- a/clients/client-transcribe/src/commands/DeleteMedicalTranscriptionJobCommand.ts +++ b/clients/client-transcribe/src/commands/DeleteMedicalTranscriptionJobCommand.ts @@ -87,9 +87,6 @@ export class DeleteMedicalTranscriptionJobCommand extends $Command< DeleteMedicalTranscriptionJobCommandOutput, TranscribeClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -103,9 +100,7 @@ export class DeleteMedicalTranscriptionJobCommand extends $Command< * @public */ constructor(readonly input: DeleteMedicalTranscriptionJobCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -161,7 +156,4 @@ export class DeleteMedicalTranscriptionJobCommand extends $Command< ): Promise { return de_DeleteMedicalTranscriptionJobCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-transcribe/src/commands/DeleteMedicalVocabularyCommand.ts b/clients/client-transcribe/src/commands/DeleteMedicalVocabularyCommand.ts index 9077cd7d0a51..8f72e441f1ff 100644 --- a/clients/client-transcribe/src/commands/DeleteMedicalVocabularyCommand.ts +++ b/clients/client-transcribe/src/commands/DeleteMedicalVocabularyCommand.ts @@ -88,9 +88,6 @@ export class DeleteMedicalVocabularyCommand extends $Command< DeleteMedicalVocabularyCommandOutput, TranscribeClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -104,9 +101,7 @@ export class DeleteMedicalVocabularyCommand extends $Command< * @public */ constructor(readonly input: DeleteMedicalVocabularyCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -159,7 +154,4 @@ export class DeleteMedicalVocabularyCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteMedicalVocabularyCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-transcribe/src/commands/DeleteTranscriptionJobCommand.ts b/clients/client-transcribe/src/commands/DeleteTranscriptionJobCommand.ts index 89c9f03d273b..9dee8dd4eaaa 100644 --- a/clients/client-transcribe/src/commands/DeleteTranscriptionJobCommand.ts +++ b/clients/client-transcribe/src/commands/DeleteTranscriptionJobCommand.ts @@ -84,9 +84,6 @@ export class DeleteTranscriptionJobCommand extends $Command< DeleteTranscriptionJobCommandOutput, TranscribeClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -100,9 +97,7 @@ export class DeleteTranscriptionJobCommand extends $Command< * @public */ constructor(readonly input: DeleteTranscriptionJobCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -155,7 +150,4 @@ export class DeleteTranscriptionJobCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteTranscriptionJobCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-transcribe/src/commands/DeleteVocabularyCommand.ts b/clients/client-transcribe/src/commands/DeleteVocabularyCommand.ts index 78cf25ed647d..c5a6cf522530 100644 --- a/clients/client-transcribe/src/commands/DeleteVocabularyCommand.ts +++ b/clients/client-transcribe/src/commands/DeleteVocabularyCommand.ts @@ -88,9 +88,6 @@ export class DeleteVocabularyCommand extends $Command< DeleteVocabularyCommandOutput, TranscribeClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -104,9 +101,7 @@ export class DeleteVocabularyCommand extends $Command< * @public */ constructor(readonly input: DeleteVocabularyCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -159,7 +154,4 @@ export class DeleteVocabularyCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteVocabularyCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-transcribe/src/commands/DeleteVocabularyFilterCommand.ts b/clients/client-transcribe/src/commands/DeleteVocabularyFilterCommand.ts index b4378d7d2ac0..88295463ad37 100644 --- a/clients/client-transcribe/src/commands/DeleteVocabularyFilterCommand.ts +++ b/clients/client-transcribe/src/commands/DeleteVocabularyFilterCommand.ts @@ -88,9 +88,6 @@ export class DeleteVocabularyFilterCommand extends $Command< DeleteVocabularyFilterCommandOutput, TranscribeClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -104,9 +101,7 @@ export class DeleteVocabularyFilterCommand extends $Command< * @public */ constructor(readonly input: DeleteVocabularyFilterCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -159,7 +154,4 @@ export class DeleteVocabularyFilterCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteVocabularyFilterCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-transcribe/src/commands/DescribeLanguageModelCommand.ts b/clients/client-transcribe/src/commands/DescribeLanguageModelCommand.ts index bd222d3cfb86..76be463c0ed2 100644 --- a/clients/client-transcribe/src/commands/DescribeLanguageModelCommand.ts +++ b/clients/client-transcribe/src/commands/DescribeLanguageModelCommand.ts @@ -108,9 +108,6 @@ export class DescribeLanguageModelCommand extends $Command< DescribeLanguageModelCommandOutput, TranscribeClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -124,9 +121,7 @@ export class DescribeLanguageModelCommand extends $Command< * @public */ constructor(readonly input: DescribeLanguageModelCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -179,7 +174,4 @@ export class DescribeLanguageModelCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DescribeLanguageModelCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-transcribe/src/commands/GetCallAnalyticsCategoryCommand.ts b/clients/client-transcribe/src/commands/GetCallAnalyticsCategoryCommand.ts index 7621a674eeb6..c57bf623935e 100644 --- a/clients/client-transcribe/src/commands/GetCallAnalyticsCategoryCommand.ts +++ b/clients/client-transcribe/src/commands/GetCallAnalyticsCategoryCommand.ts @@ -170,9 +170,6 @@ export class GetCallAnalyticsCategoryCommand extends $Command< GetCallAnalyticsCategoryCommandOutput, TranscribeClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -186,9 +183,7 @@ export class GetCallAnalyticsCategoryCommand extends $Command< * @public */ constructor(readonly input: GetCallAnalyticsCategoryCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -241,7 +236,4 @@ export class GetCallAnalyticsCategoryCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetCallAnalyticsCategoryCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-transcribe/src/commands/GetCallAnalyticsJobCommand.ts b/clients/client-transcribe/src/commands/GetCallAnalyticsJobCommand.ts index aa40be20fd98..51ebcabe0316 100644 --- a/clients/client-transcribe/src/commands/GetCallAnalyticsJobCommand.ts +++ b/clients/client-transcribe/src/commands/GetCallAnalyticsJobCommand.ts @@ -148,9 +148,6 @@ export class GetCallAnalyticsJobCommand extends $Command< GetCallAnalyticsJobCommandOutput, TranscribeClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -164,9 +161,7 @@ export class GetCallAnalyticsJobCommand extends $Command< * @public */ constructor(readonly input: GetCallAnalyticsJobCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -219,7 +214,4 @@ export class GetCallAnalyticsJobCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetCallAnalyticsJobCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-transcribe/src/commands/GetMedicalTranscriptionJobCommand.ts b/clients/client-transcribe/src/commands/GetMedicalTranscriptionJobCommand.ts index 2de39f1c51ec..e0ba73848d10 100644 --- a/clients/client-transcribe/src/commands/GetMedicalTranscriptionJobCommand.ts +++ b/clients/client-transcribe/src/commands/GetMedicalTranscriptionJobCommand.ts @@ -129,9 +129,6 @@ export class GetMedicalTranscriptionJobCommand extends $Command< GetMedicalTranscriptionJobCommandOutput, TranscribeClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -145,9 +142,7 @@ export class GetMedicalTranscriptionJobCommand extends $Command< * @public */ constructor(readonly input: GetMedicalTranscriptionJobCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -203,7 +198,4 @@ export class GetMedicalTranscriptionJobCommand extends $Command< ): Promise { return de_GetMedicalTranscriptionJobCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-transcribe/src/commands/GetMedicalVocabularyCommand.ts b/clients/client-transcribe/src/commands/GetMedicalVocabularyCommand.ts index 75a7bd098011..c9e82946af1a 100644 --- a/clients/client-transcribe/src/commands/GetMedicalVocabularyCommand.ts +++ b/clients/client-transcribe/src/commands/GetMedicalVocabularyCommand.ts @@ -98,9 +98,6 @@ export class GetMedicalVocabularyCommand extends $Command< GetMedicalVocabularyCommandOutput, TranscribeClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -114,9 +111,7 @@ export class GetMedicalVocabularyCommand extends $Command< * @public */ constructor(readonly input: GetMedicalVocabularyCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -169,7 +164,4 @@ export class GetMedicalVocabularyCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetMedicalVocabularyCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-transcribe/src/commands/GetTranscriptionJobCommand.ts b/clients/client-transcribe/src/commands/GetTranscriptionJobCommand.ts index 1b940336376e..ca1f593f4ea9 100644 --- a/clients/client-transcribe/src/commands/GetTranscriptionJobCommand.ts +++ b/clients/client-transcribe/src/commands/GetTranscriptionJobCommand.ts @@ -180,9 +180,6 @@ export class GetTranscriptionJobCommand extends $Command< GetTranscriptionJobCommandOutput, TranscribeClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -196,9 +193,7 @@ export class GetTranscriptionJobCommand extends $Command< * @public */ constructor(readonly input: GetTranscriptionJobCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -251,7 +246,4 @@ export class GetTranscriptionJobCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetTranscriptionJobCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-transcribe/src/commands/GetVocabularyCommand.ts b/clients/client-transcribe/src/commands/GetVocabularyCommand.ts index 4d1c337c13d1..7656debe9586 100644 --- a/clients/client-transcribe/src/commands/GetVocabularyCommand.ts +++ b/clients/client-transcribe/src/commands/GetVocabularyCommand.ts @@ -99,9 +99,6 @@ export class GetVocabularyCommand extends $Command< GetVocabularyCommandOutput, TranscribeClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -115,9 +112,7 @@ export class GetVocabularyCommand extends $Command< * @public */ constructor(readonly input: GetVocabularyCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -168,7 +163,4 @@ export class GetVocabularyCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetVocabularyCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-transcribe/src/commands/GetVocabularyFilterCommand.ts b/clients/client-transcribe/src/commands/GetVocabularyFilterCommand.ts index 7bbad96a0a6c..6b011ba2836b 100644 --- a/clients/client-transcribe/src/commands/GetVocabularyFilterCommand.ts +++ b/clients/client-transcribe/src/commands/GetVocabularyFilterCommand.ts @@ -92,9 +92,6 @@ export class GetVocabularyFilterCommand extends $Command< GetVocabularyFilterCommandOutput, TranscribeClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -108,9 +105,7 @@ export class GetVocabularyFilterCommand extends $Command< * @public */ constructor(readonly input: GetVocabularyFilterCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -163,7 +158,4 @@ export class GetVocabularyFilterCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetVocabularyFilterCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-transcribe/src/commands/ListCallAnalyticsCategoriesCommand.ts b/clients/client-transcribe/src/commands/ListCallAnalyticsCategoriesCommand.ts index 8ad3a42414c1..15107d4e8df5 100644 --- a/clients/client-transcribe/src/commands/ListCallAnalyticsCategoriesCommand.ts +++ b/clients/client-transcribe/src/commands/ListCallAnalyticsCategoriesCommand.ts @@ -173,9 +173,6 @@ export class ListCallAnalyticsCategoriesCommand extends $Command< ListCallAnalyticsCategoriesCommandOutput, TranscribeClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -189,9 +186,7 @@ export class ListCallAnalyticsCategoriesCommand extends $Command< * @public */ constructor(readonly input: ListCallAnalyticsCategoriesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -247,7 +242,4 @@ export class ListCallAnalyticsCategoriesCommand extends $Command< ): Promise { return de_ListCallAnalyticsCategoriesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-transcribe/src/commands/ListCallAnalyticsJobsCommand.ts b/clients/client-transcribe/src/commands/ListCallAnalyticsJobsCommand.ts index 9f3844ccbb01..b59ab9532207 100644 --- a/clients/client-transcribe/src/commands/ListCallAnalyticsJobsCommand.ts +++ b/clients/client-transcribe/src/commands/ListCallAnalyticsJobsCommand.ts @@ -101,9 +101,6 @@ export class ListCallAnalyticsJobsCommand extends $Command< ListCallAnalyticsJobsCommandOutput, TranscribeClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -117,9 +114,7 @@ export class ListCallAnalyticsJobsCommand extends $Command< * @public */ constructor(readonly input: ListCallAnalyticsJobsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -172,7 +167,4 @@ export class ListCallAnalyticsJobsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListCallAnalyticsJobsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-transcribe/src/commands/ListLanguageModelsCommand.ts b/clients/client-transcribe/src/commands/ListLanguageModelsCommand.ts index a7b0b72791ec..87040bc8b795 100644 --- a/clients/client-transcribe/src/commands/ListLanguageModelsCommand.ts +++ b/clients/client-transcribe/src/commands/ListLanguageModelsCommand.ts @@ -106,9 +106,6 @@ export class ListLanguageModelsCommand extends $Command< ListLanguageModelsCommandOutput, TranscribeClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -122,9 +119,7 @@ export class ListLanguageModelsCommand extends $Command< * @public */ constructor(readonly input: ListLanguageModelsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -177,7 +172,4 @@ export class ListLanguageModelsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListLanguageModelsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-transcribe/src/commands/ListMedicalTranscriptionJobsCommand.ts b/clients/client-transcribe/src/commands/ListMedicalTranscriptionJobsCommand.ts index 910bd7a6d483..8cf89fcc652a 100644 --- a/clients/client-transcribe/src/commands/ListMedicalTranscriptionJobsCommand.ts +++ b/clients/client-transcribe/src/commands/ListMedicalTranscriptionJobsCommand.ts @@ -110,9 +110,6 @@ export class ListMedicalTranscriptionJobsCommand extends $Command< ListMedicalTranscriptionJobsCommandOutput, TranscribeClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -126,9 +123,7 @@ export class ListMedicalTranscriptionJobsCommand extends $Command< * @public */ constructor(readonly input: ListMedicalTranscriptionJobsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -184,7 +179,4 @@ export class ListMedicalTranscriptionJobsCommand extends $Command< ): Promise { return de_ListMedicalTranscriptionJobsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-transcribe/src/commands/ListMedicalVocabulariesCommand.ts b/clients/client-transcribe/src/commands/ListMedicalVocabulariesCommand.ts index ff8f245d521a..7b657d3ceaeb 100644 --- a/clients/client-transcribe/src/commands/ListMedicalVocabulariesCommand.ts +++ b/clients/client-transcribe/src/commands/ListMedicalVocabulariesCommand.ts @@ -98,9 +98,6 @@ export class ListMedicalVocabulariesCommand extends $Command< ListMedicalVocabulariesCommandOutput, TranscribeClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -114,9 +111,7 @@ export class ListMedicalVocabulariesCommand extends $Command< * @public */ constructor(readonly input: ListMedicalVocabulariesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -169,7 +164,4 @@ export class ListMedicalVocabulariesCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListMedicalVocabulariesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-transcribe/src/commands/ListTagsForResourceCommand.ts b/clients/client-transcribe/src/commands/ListTagsForResourceCommand.ts index 058dcb05537c..781288c05ff1 100644 --- a/clients/client-transcribe/src/commands/ListTagsForResourceCommand.ts +++ b/clients/client-transcribe/src/commands/ListTagsForResourceCommand.ts @@ -97,9 +97,6 @@ export class ListTagsForResourceCommand extends $Command< ListTagsForResourceCommandOutput, TranscribeClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -113,9 +110,7 @@ export class ListTagsForResourceCommand extends $Command< * @public */ constructor(readonly input: ListTagsForResourceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -168,7 +163,4 @@ export class ListTagsForResourceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListTagsForResourceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-transcribe/src/commands/ListTranscriptionJobsCommand.ts b/clients/client-transcribe/src/commands/ListTranscriptionJobsCommand.ts index 2f22eb6d5082..ecd716332c7c 100644 --- a/clients/client-transcribe/src/commands/ListTranscriptionJobsCommand.ts +++ b/clients/client-transcribe/src/commands/ListTranscriptionJobsCommand.ts @@ -128,9 +128,6 @@ export class ListTranscriptionJobsCommand extends $Command< ListTranscriptionJobsCommandOutput, TranscribeClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -144,9 +141,7 @@ export class ListTranscriptionJobsCommand extends $Command< * @public */ constructor(readonly input: ListTranscriptionJobsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -199,7 +194,4 @@ export class ListTranscriptionJobsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListTranscriptionJobsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-transcribe/src/commands/ListVocabulariesCommand.ts b/clients/client-transcribe/src/commands/ListVocabulariesCommand.ts index 15a0d5210c13..fbf22bde8408 100644 --- a/clients/client-transcribe/src/commands/ListVocabulariesCommand.ts +++ b/clients/client-transcribe/src/commands/ListVocabulariesCommand.ts @@ -98,9 +98,6 @@ export class ListVocabulariesCommand extends $Command< ListVocabulariesCommandOutput, TranscribeClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -114,9 +111,7 @@ export class ListVocabulariesCommand extends $Command< * @public */ constructor(readonly input: ListVocabulariesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -169,7 +164,4 @@ export class ListVocabulariesCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListVocabulariesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-transcribe/src/commands/ListVocabularyFiltersCommand.ts b/clients/client-transcribe/src/commands/ListVocabularyFiltersCommand.ts index 74d6658e0f42..ae583c7683a2 100644 --- a/clients/client-transcribe/src/commands/ListVocabularyFiltersCommand.ts +++ b/clients/client-transcribe/src/commands/ListVocabularyFiltersCommand.ts @@ -95,9 +95,6 @@ export class ListVocabularyFiltersCommand extends $Command< ListVocabularyFiltersCommandOutput, TranscribeClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -111,9 +108,7 @@ export class ListVocabularyFiltersCommand extends $Command< * @public */ constructor(readonly input: ListVocabularyFiltersCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -166,7 +161,4 @@ export class ListVocabularyFiltersCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListVocabularyFiltersCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-transcribe/src/commands/StartCallAnalyticsJobCommand.ts b/clients/client-transcribe/src/commands/StartCallAnalyticsJobCommand.ts index f0ee0f320a93..58fb03ad5498 100644 --- a/clients/client-transcribe/src/commands/StartCallAnalyticsJobCommand.ts +++ b/clients/client-transcribe/src/commands/StartCallAnalyticsJobCommand.ts @@ -223,9 +223,6 @@ export class StartCallAnalyticsJobCommand extends $Command< StartCallAnalyticsJobCommandOutput, TranscribeClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -239,9 +236,7 @@ export class StartCallAnalyticsJobCommand extends $Command< * @public */ constructor(readonly input: StartCallAnalyticsJobCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -294,7 +289,4 @@ export class StartCallAnalyticsJobCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_StartCallAnalyticsJobCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-transcribe/src/commands/StartMedicalTranscriptionJobCommand.ts b/clients/client-transcribe/src/commands/StartMedicalTranscriptionJobCommand.ts index fc47247649be..cbac1a1cf3e2 100644 --- a/clients/client-transcribe/src/commands/StartMedicalTranscriptionJobCommand.ts +++ b/clients/client-transcribe/src/commands/StartMedicalTranscriptionJobCommand.ts @@ -205,9 +205,6 @@ export class StartMedicalTranscriptionJobCommand extends $Command< StartMedicalTranscriptionJobCommandOutput, TranscribeClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -221,9 +218,7 @@ export class StartMedicalTranscriptionJobCommand extends $Command< * @public */ constructor(readonly input: StartMedicalTranscriptionJobCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -279,7 +274,4 @@ export class StartMedicalTranscriptionJobCommand extends $Command< ): Promise { return de_StartMedicalTranscriptionJobCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-transcribe/src/commands/StartTranscriptionJobCommand.ts b/clients/client-transcribe/src/commands/StartTranscriptionJobCommand.ts index 20800a147a06..6de9e170ef43 100644 --- a/clients/client-transcribe/src/commands/StartTranscriptionJobCommand.ts +++ b/clients/client-transcribe/src/commands/StartTranscriptionJobCommand.ts @@ -273,9 +273,6 @@ export class StartTranscriptionJobCommand extends $Command< StartTranscriptionJobCommandOutput, TranscribeClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -289,9 +286,7 @@ export class StartTranscriptionJobCommand extends $Command< * @public */ constructor(readonly input: StartTranscriptionJobCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -344,7 +339,4 @@ export class StartTranscriptionJobCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_StartTranscriptionJobCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-transcribe/src/commands/TagResourceCommand.ts b/clients/client-transcribe/src/commands/TagResourceCommand.ts index 4d6f6f5db4d1..41e715381ddf 100644 --- a/clients/client-transcribe/src/commands/TagResourceCommand.ts +++ b/clients/client-transcribe/src/commands/TagResourceCommand.ts @@ -99,9 +99,6 @@ export class TagResourceCommand extends $Command< TagResourceCommandOutput, TranscribeClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -115,9 +112,7 @@ export class TagResourceCommand extends $Command< * @public */ constructor(readonly input: TagResourceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -168,7 +163,4 @@ export class TagResourceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_TagResourceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-transcribe/src/commands/UntagResourceCommand.ts b/clients/client-transcribe/src/commands/UntagResourceCommand.ts index 64aeef6580fe..6d8fc654b520 100644 --- a/clients/client-transcribe/src/commands/UntagResourceCommand.ts +++ b/clients/client-transcribe/src/commands/UntagResourceCommand.ts @@ -95,9 +95,6 @@ export class UntagResourceCommand extends $Command< UntagResourceCommandOutput, TranscribeClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -111,9 +108,7 @@ export class UntagResourceCommand extends $Command< * @public */ constructor(readonly input: UntagResourceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -164,7 +159,4 @@ export class UntagResourceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UntagResourceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-transcribe/src/commands/UpdateCallAnalyticsCategoryCommand.ts b/clients/client-transcribe/src/commands/UpdateCallAnalyticsCategoryCommand.ts index 352e274a6121..ec1f405d73c5 100644 --- a/clients/client-transcribe/src/commands/UpdateCallAnalyticsCategoryCommand.ts +++ b/clients/client-transcribe/src/commands/UpdateCallAnalyticsCategoryCommand.ts @@ -256,9 +256,6 @@ export class UpdateCallAnalyticsCategoryCommand extends $Command< UpdateCallAnalyticsCategoryCommandOutput, TranscribeClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -272,9 +269,7 @@ export class UpdateCallAnalyticsCategoryCommand extends $Command< * @public */ constructor(readonly input: UpdateCallAnalyticsCategoryCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -330,7 +325,4 @@ export class UpdateCallAnalyticsCategoryCommand extends $Command< ): Promise { return de_UpdateCallAnalyticsCategoryCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-transcribe/src/commands/UpdateMedicalVocabularyCommand.ts b/clients/client-transcribe/src/commands/UpdateMedicalVocabularyCommand.ts index bcf5113819d3..892bd994c96d 100644 --- a/clients/client-transcribe/src/commands/UpdateMedicalVocabularyCommand.ts +++ b/clients/client-transcribe/src/commands/UpdateMedicalVocabularyCommand.ts @@ -99,9 +99,6 @@ export class UpdateMedicalVocabularyCommand extends $Command< UpdateMedicalVocabularyCommandOutput, TranscribeClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -115,9 +112,7 @@ export class UpdateMedicalVocabularyCommand extends $Command< * @public */ constructor(readonly input: UpdateMedicalVocabularyCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -170,7 +165,4 @@ export class UpdateMedicalVocabularyCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdateMedicalVocabularyCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-transcribe/src/commands/UpdateVocabularyCommand.ts b/clients/client-transcribe/src/commands/UpdateVocabularyCommand.ts index cc1b6d1b7bce..7757da45e55a 100644 --- a/clients/client-transcribe/src/commands/UpdateVocabularyCommand.ts +++ b/clients/client-transcribe/src/commands/UpdateVocabularyCommand.ts @@ -103,9 +103,6 @@ export class UpdateVocabularyCommand extends $Command< UpdateVocabularyCommandOutput, TranscribeClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -119,9 +116,7 @@ export class UpdateVocabularyCommand extends $Command< * @public */ constructor(readonly input: UpdateVocabularyCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -174,7 +169,4 @@ export class UpdateVocabularyCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdateVocabularyCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-transcribe/src/commands/UpdateVocabularyFilterCommand.ts b/clients/client-transcribe/src/commands/UpdateVocabularyFilterCommand.ts index 1faeb83944e4..43c9004cfec9 100644 --- a/clients/client-transcribe/src/commands/UpdateVocabularyFilterCommand.ts +++ b/clients/client-transcribe/src/commands/UpdateVocabularyFilterCommand.ts @@ -97,9 +97,6 @@ export class UpdateVocabularyFilterCommand extends $Command< UpdateVocabularyFilterCommandOutput, TranscribeClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -113,9 +110,7 @@ export class UpdateVocabularyFilterCommand extends $Command< * @public */ constructor(readonly input: UpdateVocabularyFilterCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -168,7 +163,4 @@ export class UpdateVocabularyFilterCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdateVocabularyFilterCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-transfer/package.json b/clients/client-transfer/package.json index f5b099cbc920..d14b659c52d1 100644 --- a/clients/client-transfer/package.json +++ b/clients/client-transfer/package.json @@ -34,30 +34,30 @@ "@aws-sdk/util-endpoints": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@smithy/config-resolver": "^2.0.16", - "@smithy/fetch-http-handler": "^2.2.4", - "@smithy/hash-node": "^2.0.12", - "@smithy/invalid-dependency": "^2.0.12", - "@smithy/middleware-content-length": "^2.0.14", - "@smithy/middleware-endpoint": "^2.1.3", - "@smithy/middleware-retry": "^2.0.18", - "@smithy/middleware-serde": "^2.0.12", - "@smithy/middleware-stack": "^2.0.6", - "@smithy/node-config-provider": "^2.1.3", - "@smithy/node-http-handler": "^2.1.8", - "@smithy/protocol-http": "^3.0.8", - "@smithy/smithy-client": "^2.1.12", - "@smithy/types": "^2.4.0", - "@smithy/url-parser": "^2.0.12", - "@smithy/util-base64": "^2.0.0", + "@smithy/config-resolver": "^2.0.18", + "@smithy/fetch-http-handler": "^2.2.6", + "@smithy/hash-node": "^2.0.15", + "@smithy/invalid-dependency": "^2.0.13", + "@smithy/middleware-content-length": "^2.0.15", + "@smithy/middleware-endpoint": "^2.2.0", + "@smithy/middleware-retry": "^2.0.20", + "@smithy/middleware-serde": "^2.0.13", + "@smithy/middleware-stack": "^2.0.7", + "@smithy/node-config-provider": "^2.1.5", + "@smithy/node-http-handler": "^2.1.9", + "@smithy/protocol-http": "^3.0.9", + "@smithy/smithy-client": "^2.1.15", + "@smithy/types": "^2.5.0", + "@smithy/url-parser": "^2.0.13", + "@smithy/util-base64": "^2.0.1", "@smithy/util-body-length-browser": "^2.0.0", "@smithy/util-body-length-node": "^2.1.0", - "@smithy/util-defaults-mode-browser": "^2.0.16", - "@smithy/util-defaults-mode-node": "^2.0.21", - "@smithy/util-endpoints": "^1.0.2", - "@smithy/util-retry": "^2.0.5", - "@smithy/util-utf8": "^2.0.0", - "@smithy/util-waiter": "^2.0.12", + "@smithy/util-defaults-mode-browser": "^2.0.19", + "@smithy/util-defaults-mode-node": "^2.0.25", + "@smithy/util-endpoints": "^1.0.4", + "@smithy/util-retry": "^2.0.6", + "@smithy/util-utf8": "^2.0.2", + "@smithy/util-waiter": "^2.0.13", "tslib": "^2.5.0" }, "devDependencies": { diff --git a/clients/client-transfer/src/commands/CreateAccessCommand.ts b/clients/client-transfer/src/commands/CreateAccessCommand.ts index 84f8bca344b3..9840cd2b1d71 100644 --- a/clients/client-transfer/src/commands/CreateAccessCommand.ts +++ b/clients/client-transfer/src/commands/CreateAccessCommand.ts @@ -110,9 +110,6 @@ export class CreateAccessCommand extends $Command< CreateAccessCommandOutput, TransferClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -126,9 +123,7 @@ export class CreateAccessCommand extends $Command< * @public */ constructor(readonly input: CreateAccessCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -179,7 +174,4 @@ export class CreateAccessCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateAccessCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-transfer/src/commands/CreateAgreementCommand.ts b/clients/client-transfer/src/commands/CreateAgreementCommand.ts index 87d3d3354fad..99c9b824e67c 100644 --- a/clients/client-transfer/src/commands/CreateAgreementCommand.ts +++ b/clients/client-transfer/src/commands/CreateAgreementCommand.ts @@ -106,9 +106,6 @@ export class CreateAgreementCommand extends $Command< CreateAgreementCommandOutput, TransferClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -122,9 +119,7 @@ export class CreateAgreementCommand extends $Command< * @public */ constructor(readonly input: CreateAgreementCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -177,7 +172,4 @@ export class CreateAgreementCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateAgreementCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-transfer/src/commands/CreateConnectorCommand.ts b/clients/client-transfer/src/commands/CreateConnectorCommand.ts index 645c70e1cb6e..056365aaa605 100644 --- a/clients/client-transfer/src/commands/CreateConnectorCommand.ts +++ b/clients/client-transfer/src/commands/CreateConnectorCommand.ts @@ -119,9 +119,6 @@ export class CreateConnectorCommand extends $Command< CreateConnectorCommandOutput, TransferClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -135,9 +132,7 @@ export class CreateConnectorCommand extends $Command< * @public */ constructor(readonly input: CreateConnectorCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -190,7 +185,4 @@ export class CreateConnectorCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateConnectorCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-transfer/src/commands/CreateProfileCommand.ts b/clients/client-transfer/src/commands/CreateProfileCommand.ts index 109ca334660d..582ef652180c 100644 --- a/clients/client-transfer/src/commands/CreateProfileCommand.ts +++ b/clients/client-transfer/src/commands/CreateProfileCommand.ts @@ -96,9 +96,6 @@ export class CreateProfileCommand extends $Command< CreateProfileCommandOutput, TransferClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -112,9 +109,7 @@ export class CreateProfileCommand extends $Command< * @public */ constructor(readonly input: CreateProfileCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -165,7 +160,4 @@ export class CreateProfileCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateProfileCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-transfer/src/commands/CreateServerCommand.ts b/clients/client-transfer/src/commands/CreateServerCommand.ts index 0da6090183d4..32f3ec8f9e6a 100644 --- a/clients/client-transfer/src/commands/CreateServerCommand.ts +++ b/clients/client-transfer/src/commands/CreateServerCommand.ts @@ -157,9 +157,6 @@ export class CreateServerCommand extends $Command< CreateServerCommandOutput, TransferClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -173,9 +170,7 @@ export class CreateServerCommand extends $Command< * @public */ constructor(readonly input: CreateServerCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -226,7 +221,4 @@ export class CreateServerCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateServerCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-transfer/src/commands/CreateUserCommand.ts b/clients/client-transfer/src/commands/CreateUserCommand.ts index c01370c29099..72b2f7b73f64 100644 --- a/clients/client-transfer/src/commands/CreateUserCommand.ts +++ b/clients/client-transfer/src/commands/CreateUserCommand.ts @@ -118,9 +118,6 @@ export class CreateUserCommand extends $Command< CreateUserCommandOutput, TransferClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -134,9 +131,7 @@ export class CreateUserCommand extends $Command< * @public */ constructor(readonly input: CreateUserCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -187,7 +182,4 @@ export class CreateUserCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateUserCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-transfer/src/commands/CreateWorkflowCommand.ts b/clients/client-transfer/src/commands/CreateWorkflowCommand.ts index 598e7d382f3d..3e17d3f4043d 100644 --- a/clients/client-transfer/src/commands/CreateWorkflowCommand.ts +++ b/clients/client-transfer/src/commands/CreateWorkflowCommand.ts @@ -209,9 +209,6 @@ export class CreateWorkflowCommand extends $Command< CreateWorkflowCommandOutput, TransferClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -225,9 +222,7 @@ export class CreateWorkflowCommand extends $Command< * @public */ constructor(readonly input: CreateWorkflowCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -280,7 +275,4 @@ export class CreateWorkflowCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateWorkflowCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-transfer/src/commands/DeleteAccessCommand.ts b/clients/client-transfer/src/commands/DeleteAccessCommand.ts index 50067e4efd5c..8d656134d93e 100644 --- a/clients/client-transfer/src/commands/DeleteAccessCommand.ts +++ b/clients/client-transfer/src/commands/DeleteAccessCommand.ts @@ -83,9 +83,6 @@ export class DeleteAccessCommand extends $Command< DeleteAccessCommandOutput, TransferClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -99,9 +96,7 @@ export class DeleteAccessCommand extends $Command< * @public */ constructor(readonly input: DeleteAccessCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -152,7 +147,4 @@ export class DeleteAccessCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteAccessCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-transfer/src/commands/DeleteAgreementCommand.ts b/clients/client-transfer/src/commands/DeleteAgreementCommand.ts index 27fdc1e99dfb..221212e16372 100644 --- a/clients/client-transfer/src/commands/DeleteAgreementCommand.ts +++ b/clients/client-transfer/src/commands/DeleteAgreementCommand.ts @@ -82,9 +82,6 @@ export class DeleteAgreementCommand extends $Command< DeleteAgreementCommandOutput, TransferClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -98,9 +95,7 @@ export class DeleteAgreementCommand extends $Command< * @public */ constructor(readonly input: DeleteAgreementCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -153,7 +148,4 @@ export class DeleteAgreementCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteAgreementCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-transfer/src/commands/DeleteCertificateCommand.ts b/clients/client-transfer/src/commands/DeleteCertificateCommand.ts index b82d899c5396..2539c35d7182 100644 --- a/clients/client-transfer/src/commands/DeleteCertificateCommand.ts +++ b/clients/client-transfer/src/commands/DeleteCertificateCommand.ts @@ -82,9 +82,6 @@ export class DeleteCertificateCommand extends $Command< DeleteCertificateCommandOutput, TransferClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -98,9 +95,7 @@ export class DeleteCertificateCommand extends $Command< * @public */ constructor(readonly input: DeleteCertificateCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -153,7 +148,4 @@ export class DeleteCertificateCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteCertificateCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-transfer/src/commands/DeleteConnectorCommand.ts b/clients/client-transfer/src/commands/DeleteConnectorCommand.ts index 0ab6e562feba..aa96bedb0ef6 100644 --- a/clients/client-transfer/src/commands/DeleteConnectorCommand.ts +++ b/clients/client-transfer/src/commands/DeleteConnectorCommand.ts @@ -81,9 +81,6 @@ export class DeleteConnectorCommand extends $Command< DeleteConnectorCommandOutput, TransferClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -97,9 +94,7 @@ export class DeleteConnectorCommand extends $Command< * @public */ constructor(readonly input: DeleteConnectorCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -152,7 +147,4 @@ export class DeleteConnectorCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteConnectorCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-transfer/src/commands/DeleteHostKeyCommand.ts b/clients/client-transfer/src/commands/DeleteHostKeyCommand.ts index d831fd288aeb..1b7b49050603 100644 --- a/clients/client-transfer/src/commands/DeleteHostKeyCommand.ts +++ b/clients/client-transfer/src/commands/DeleteHostKeyCommand.ts @@ -85,9 +85,6 @@ export class DeleteHostKeyCommand extends $Command< DeleteHostKeyCommandOutput, TransferClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -101,9 +98,7 @@ export class DeleteHostKeyCommand extends $Command< * @public */ constructor(readonly input: DeleteHostKeyCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -154,7 +149,4 @@ export class DeleteHostKeyCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteHostKeyCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-transfer/src/commands/DeleteProfileCommand.ts b/clients/client-transfer/src/commands/DeleteProfileCommand.ts index 2986ef5700a4..a6bd4bebd810 100644 --- a/clients/client-transfer/src/commands/DeleteProfileCommand.ts +++ b/clients/client-transfer/src/commands/DeleteProfileCommand.ts @@ -81,9 +81,6 @@ export class DeleteProfileCommand extends $Command< DeleteProfileCommandOutput, TransferClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -97,9 +94,7 @@ export class DeleteProfileCommand extends $Command< * @public */ constructor(readonly input: DeleteProfileCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -150,7 +145,4 @@ export class DeleteProfileCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteProfileCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-transfer/src/commands/DeleteServerCommand.ts b/clients/client-transfer/src/commands/DeleteServerCommand.ts index 9daeb07b96ca..f93d0cc8fb0c 100644 --- a/clients/client-transfer/src/commands/DeleteServerCommand.ts +++ b/clients/client-transfer/src/commands/DeleteServerCommand.ts @@ -85,9 +85,6 @@ export class DeleteServerCommand extends $Command< DeleteServerCommandOutput, TransferClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -101,9 +98,7 @@ export class DeleteServerCommand extends $Command< * @public */ constructor(readonly input: DeleteServerCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -154,7 +149,4 @@ export class DeleteServerCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteServerCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-transfer/src/commands/DeleteSshPublicKeyCommand.ts b/clients/client-transfer/src/commands/DeleteSshPublicKeyCommand.ts index 2751831b908f..0652d1e4cb4c 100644 --- a/clients/client-transfer/src/commands/DeleteSshPublicKeyCommand.ts +++ b/clients/client-transfer/src/commands/DeleteSshPublicKeyCommand.ts @@ -86,9 +86,6 @@ export class DeleteSshPublicKeyCommand extends $Command< DeleteSshPublicKeyCommandOutput, TransferClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -102,9 +99,7 @@ export class DeleteSshPublicKeyCommand extends $Command< * @public */ constructor(readonly input: DeleteSshPublicKeyCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -157,7 +152,4 @@ export class DeleteSshPublicKeyCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteSshPublicKeyCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-transfer/src/commands/DeleteUserCommand.ts b/clients/client-transfer/src/commands/DeleteUserCommand.ts index 7d17a04ebc5b..0f6d35ed265c 100644 --- a/clients/client-transfer/src/commands/DeleteUserCommand.ts +++ b/clients/client-transfer/src/commands/DeleteUserCommand.ts @@ -86,9 +86,6 @@ export class DeleteUserCommand extends $Command< DeleteUserCommandOutput, TransferClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -102,9 +99,7 @@ export class DeleteUserCommand extends $Command< * @public */ constructor(readonly input: DeleteUserCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -155,7 +150,4 @@ export class DeleteUserCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteUserCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-transfer/src/commands/DeleteWorkflowCommand.ts b/clients/client-transfer/src/commands/DeleteWorkflowCommand.ts index 2efa9867b090..f84140e87957 100644 --- a/clients/client-transfer/src/commands/DeleteWorkflowCommand.ts +++ b/clients/client-transfer/src/commands/DeleteWorkflowCommand.ts @@ -84,9 +84,6 @@ export class DeleteWorkflowCommand extends $Command< DeleteWorkflowCommandOutput, TransferClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -100,9 +97,7 @@ export class DeleteWorkflowCommand extends $Command< * @public */ constructor(readonly input: DeleteWorkflowCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -155,7 +150,4 @@ export class DeleteWorkflowCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteWorkflowCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-transfer/src/commands/DescribeAccessCommand.ts b/clients/client-transfer/src/commands/DescribeAccessCommand.ts index 12385ccb69de..ea8bc47e2167 100644 --- a/clients/client-transfer/src/commands/DescribeAccessCommand.ts +++ b/clients/client-transfer/src/commands/DescribeAccessCommand.ts @@ -108,9 +108,6 @@ export class DescribeAccessCommand extends $Command< DescribeAccessCommandOutput, TransferClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -124,9 +121,7 @@ export class DescribeAccessCommand extends $Command< * @public */ constructor(readonly input: DescribeAccessCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -179,7 +174,4 @@ export class DescribeAccessCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DescribeAccessCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-transfer/src/commands/DescribeAgreementCommand.ts b/clients/client-transfer/src/commands/DescribeAgreementCommand.ts index b6a11947a2dc..07e9d6e30b17 100644 --- a/clients/client-transfer/src/commands/DescribeAgreementCommand.ts +++ b/clients/client-transfer/src/commands/DescribeAgreementCommand.ts @@ -100,9 +100,6 @@ export class DescribeAgreementCommand extends $Command< DescribeAgreementCommandOutput, TransferClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -116,9 +113,7 @@ export class DescribeAgreementCommand extends $Command< * @public */ constructor(readonly input: DescribeAgreementCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -171,7 +166,4 @@ export class DescribeAgreementCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DescribeAgreementCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-transfer/src/commands/DescribeCertificateCommand.ts b/clients/client-transfer/src/commands/DescribeCertificateCommand.ts index bdcd781feb6f..0bd831084b31 100644 --- a/clients/client-transfer/src/commands/DescribeCertificateCommand.ts +++ b/clients/client-transfer/src/commands/DescribeCertificateCommand.ts @@ -107,9 +107,6 @@ export class DescribeCertificateCommand extends $Command< DescribeCertificateCommandOutput, TransferClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -123,9 +120,7 @@ export class DescribeCertificateCommand extends $Command< * @public */ constructor(readonly input: DescribeCertificateCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -178,7 +173,4 @@ export class DescribeCertificateCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DescribeCertificateCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-transfer/src/commands/DescribeConnectorCommand.ts b/clients/client-transfer/src/commands/DescribeConnectorCommand.ts index 2a9aaa9999c6..1fc6b2c4dddd 100644 --- a/clients/client-transfer/src/commands/DescribeConnectorCommand.ts +++ b/clients/client-transfer/src/commands/DescribeConnectorCommand.ts @@ -113,9 +113,6 @@ export class DescribeConnectorCommand extends $Command< DescribeConnectorCommandOutput, TransferClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -129,9 +126,7 @@ export class DescribeConnectorCommand extends $Command< * @public */ constructor(readonly input: DescribeConnectorCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -184,7 +179,4 @@ export class DescribeConnectorCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DescribeConnectorCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-transfer/src/commands/DescribeExecutionCommand.ts b/clients/client-transfer/src/commands/DescribeExecutionCommand.ts index 3677b57e0aaf..f63e8de4fa54 100644 --- a/clients/client-transfer/src/commands/DescribeExecutionCommand.ts +++ b/clients/client-transfer/src/commands/DescribeExecutionCommand.ts @@ -147,9 +147,6 @@ export class DescribeExecutionCommand extends $Command< DescribeExecutionCommandOutput, TransferClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -163,9 +160,7 @@ export class DescribeExecutionCommand extends $Command< * @public */ constructor(readonly input: DescribeExecutionCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -218,7 +213,4 @@ export class DescribeExecutionCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DescribeExecutionCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-transfer/src/commands/DescribeHostKeyCommand.ts b/clients/client-transfer/src/commands/DescribeHostKeyCommand.ts index c27e9688b674..eaecdc18d3b5 100644 --- a/clients/client-transfer/src/commands/DescribeHostKeyCommand.ts +++ b/clients/client-transfer/src/commands/DescribeHostKeyCommand.ts @@ -97,9 +97,6 @@ export class DescribeHostKeyCommand extends $Command< DescribeHostKeyCommandOutput, TransferClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -113,9 +110,7 @@ export class DescribeHostKeyCommand extends $Command< * @public */ constructor(readonly input: DescribeHostKeyCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -168,7 +163,4 @@ export class DescribeHostKeyCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DescribeHostKeyCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-transfer/src/commands/DescribeProfileCommand.ts b/clients/client-transfer/src/commands/DescribeProfileCommand.ts index 6191f8c845bd..53d4d26880f5 100644 --- a/clients/client-transfer/src/commands/DescribeProfileCommand.ts +++ b/clients/client-transfer/src/commands/DescribeProfileCommand.ts @@ -97,9 +97,6 @@ export class DescribeProfileCommand extends $Command< DescribeProfileCommandOutput, TransferClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -113,9 +110,7 @@ export class DescribeProfileCommand extends $Command< * @public */ constructor(readonly input: DescribeProfileCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -168,7 +163,4 @@ export class DescribeProfileCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DescribeProfileCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-transfer/src/commands/DescribeSecurityPolicyCommand.ts b/clients/client-transfer/src/commands/DescribeSecurityPolicyCommand.ts index ce96b241f587..5292e0b79b84 100644 --- a/clients/client-transfer/src/commands/DescribeSecurityPolicyCommand.ts +++ b/clients/client-transfer/src/commands/DescribeSecurityPolicyCommand.ts @@ -101,9 +101,6 @@ export class DescribeSecurityPolicyCommand extends $Command< DescribeSecurityPolicyCommandOutput, TransferClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -117,9 +114,7 @@ export class DescribeSecurityPolicyCommand extends $Command< * @public */ constructor(readonly input: DescribeSecurityPolicyCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -172,7 +167,4 @@ export class DescribeSecurityPolicyCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DescribeSecurityPolicyCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-transfer/src/commands/DescribeServerCommand.ts b/clients/client-transfer/src/commands/DescribeServerCommand.ts index 4fa717cc0d2c..c45b45ce245a 100644 --- a/clients/client-transfer/src/commands/DescribeServerCommand.ts +++ b/clients/client-transfer/src/commands/DescribeServerCommand.ts @@ -155,9 +155,6 @@ export class DescribeServerCommand extends $Command< DescribeServerCommandOutput, TransferClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -171,9 +168,7 @@ export class DescribeServerCommand extends $Command< * @public */ constructor(readonly input: DescribeServerCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -226,7 +221,4 @@ export class DescribeServerCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DescribeServerCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-transfer/src/commands/DescribeUserCommand.ts b/clients/client-transfer/src/commands/DescribeUserCommand.ts index a879e1b1e2be..816294ba4963 100644 --- a/clients/client-transfer/src/commands/DescribeUserCommand.ts +++ b/clients/client-transfer/src/commands/DescribeUserCommand.ts @@ -121,9 +121,6 @@ export class DescribeUserCommand extends $Command< DescribeUserCommandOutput, TransferClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -137,9 +134,7 @@ export class DescribeUserCommand extends $Command< * @public */ constructor(readonly input: DescribeUserCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -190,7 +185,4 @@ export class DescribeUserCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DescribeUserCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-transfer/src/commands/DescribeWorkflowCommand.ts b/clients/client-transfer/src/commands/DescribeWorkflowCommand.ts index ea2d4c28b7bd..9f0ebe1c037a 100644 --- a/clients/client-transfer/src/commands/DescribeWorkflowCommand.ts +++ b/clients/client-transfer/src/commands/DescribeWorkflowCommand.ts @@ -205,9 +205,6 @@ export class DescribeWorkflowCommand extends $Command< DescribeWorkflowCommandOutput, TransferClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -221,9 +218,7 @@ export class DescribeWorkflowCommand extends $Command< * @public */ constructor(readonly input: DescribeWorkflowCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -276,7 +271,4 @@ export class DescribeWorkflowCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DescribeWorkflowCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-transfer/src/commands/ImportCertificateCommand.ts b/clients/client-transfer/src/commands/ImportCertificateCommand.ts index 46f69a692935..403f3519e25f 100644 --- a/clients/client-transfer/src/commands/ImportCertificateCommand.ts +++ b/clients/client-transfer/src/commands/ImportCertificateCommand.ts @@ -101,9 +101,6 @@ export class ImportCertificateCommand extends $Command< ImportCertificateCommandOutput, TransferClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -117,9 +114,7 @@ export class ImportCertificateCommand extends $Command< * @public */ constructor(readonly input: ImportCertificateCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -172,7 +167,4 @@ export class ImportCertificateCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ImportCertificateCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-transfer/src/commands/ImportHostKeyCommand.ts b/clients/client-transfer/src/commands/ImportHostKeyCommand.ts index 545dd76a55bb..1e9f569ce409 100644 --- a/clients/client-transfer/src/commands/ImportHostKeyCommand.ts +++ b/clients/client-transfer/src/commands/ImportHostKeyCommand.ts @@ -103,9 +103,6 @@ export class ImportHostKeyCommand extends $Command< ImportHostKeyCommandOutput, TransferClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -119,9 +116,7 @@ export class ImportHostKeyCommand extends $Command< * @public */ constructor(readonly input: ImportHostKeyCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -172,7 +167,4 @@ export class ImportHostKeyCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ImportHostKeyCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-transfer/src/commands/ImportSshPublicKeyCommand.ts b/clients/client-transfer/src/commands/ImportSshPublicKeyCommand.ts index 87153c3b2816..f4891639bea3 100644 --- a/clients/client-transfer/src/commands/ImportSshPublicKeyCommand.ts +++ b/clients/client-transfer/src/commands/ImportSshPublicKeyCommand.ts @@ -97,9 +97,6 @@ export class ImportSshPublicKeyCommand extends $Command< ImportSshPublicKeyCommandOutput, TransferClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -113,9 +110,7 @@ export class ImportSshPublicKeyCommand extends $Command< * @public */ constructor(readonly input: ImportSshPublicKeyCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -168,7 +163,4 @@ export class ImportSshPublicKeyCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ImportSshPublicKeyCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-transfer/src/commands/ListAccessesCommand.ts b/clients/client-transfer/src/commands/ListAccessesCommand.ts index 26310e61107c..0c3f45c55118 100644 --- a/clients/client-transfer/src/commands/ListAccessesCommand.ts +++ b/clients/client-transfer/src/commands/ListAccessesCommand.ts @@ -97,9 +97,6 @@ export class ListAccessesCommand extends $Command< ListAccessesCommandOutput, TransferClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -113,9 +110,7 @@ export class ListAccessesCommand extends $Command< * @public */ constructor(readonly input: ListAccessesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -166,7 +161,4 @@ export class ListAccessesCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListAccessesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-transfer/src/commands/ListAgreementsCommand.ts b/clients/client-transfer/src/commands/ListAgreementsCommand.ts index 9b9fea42c157..be824b728c2b 100644 --- a/clients/client-transfer/src/commands/ListAgreementsCommand.ts +++ b/clients/client-transfer/src/commands/ListAgreementsCommand.ts @@ -103,9 +103,6 @@ export class ListAgreementsCommand extends $Command< ListAgreementsCommandOutput, TransferClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -119,9 +116,7 @@ export class ListAgreementsCommand extends $Command< * @public */ constructor(readonly input: ListAgreementsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -174,7 +169,4 @@ export class ListAgreementsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListAgreementsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-transfer/src/commands/ListCertificatesCommand.ts b/clients/client-transfer/src/commands/ListCertificatesCommand.ts index a4ff65709072..352649dcbe53 100644 --- a/clients/client-transfer/src/commands/ListCertificatesCommand.ts +++ b/clients/client-transfer/src/commands/ListCertificatesCommand.ts @@ -103,9 +103,6 @@ export class ListCertificatesCommand extends $Command< ListCertificatesCommandOutput, TransferClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -119,9 +116,7 @@ export class ListCertificatesCommand extends $Command< * @public */ constructor(readonly input: ListCertificatesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -174,7 +169,4 @@ export class ListCertificatesCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListCertificatesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-transfer/src/commands/ListConnectorsCommand.ts b/clients/client-transfer/src/commands/ListConnectorsCommand.ts index bcc3ae03fd27..1dae15c5e396 100644 --- a/clients/client-transfer/src/commands/ListConnectorsCommand.ts +++ b/clients/client-transfer/src/commands/ListConnectorsCommand.ts @@ -94,9 +94,6 @@ export class ListConnectorsCommand extends $Command< ListConnectorsCommandOutput, TransferClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -110,9 +107,7 @@ export class ListConnectorsCommand extends $Command< * @public */ constructor(readonly input: ListConnectorsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -165,7 +160,4 @@ export class ListConnectorsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListConnectorsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-transfer/src/commands/ListExecutionsCommand.ts b/clients/client-transfer/src/commands/ListExecutionsCommand.ts index dacc73c8d60e..71e18c1db065 100644 --- a/clients/client-transfer/src/commands/ListExecutionsCommand.ts +++ b/clients/client-transfer/src/commands/ListExecutionsCommand.ts @@ -118,9 +118,6 @@ export class ListExecutionsCommand extends $Command< ListExecutionsCommandOutput, TransferClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -134,9 +131,7 @@ export class ListExecutionsCommand extends $Command< * @public */ constructor(readonly input: ListExecutionsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -189,7 +184,4 @@ export class ListExecutionsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListExecutionsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-transfer/src/commands/ListHostKeysCommand.ts b/clients/client-transfer/src/commands/ListHostKeysCommand.ts index a9980564c81a..782e4be01221 100644 --- a/clients/client-transfer/src/commands/ListHostKeysCommand.ts +++ b/clients/client-transfer/src/commands/ListHostKeysCommand.ts @@ -100,9 +100,6 @@ export class ListHostKeysCommand extends $Command< ListHostKeysCommandOutput, TransferClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -116,9 +113,7 @@ export class ListHostKeysCommand extends $Command< * @public */ constructor(readonly input: ListHostKeysCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -169,7 +164,4 @@ export class ListHostKeysCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListHostKeysCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-transfer/src/commands/ListProfilesCommand.ts b/clients/client-transfer/src/commands/ListProfilesCommand.ts index de11f34d50d8..9252f1331e57 100644 --- a/clients/client-transfer/src/commands/ListProfilesCommand.ts +++ b/clients/client-transfer/src/commands/ListProfilesCommand.ts @@ -99,9 +99,6 @@ export class ListProfilesCommand extends $Command< ListProfilesCommandOutput, TransferClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -115,9 +112,7 @@ export class ListProfilesCommand extends $Command< * @public */ constructor(readonly input: ListProfilesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -168,7 +163,4 @@ export class ListProfilesCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListProfilesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-transfer/src/commands/ListSecurityPoliciesCommand.ts b/clients/client-transfer/src/commands/ListSecurityPoliciesCommand.ts index 018c8709d101..a5f85846bb1d 100644 --- a/clients/client-transfer/src/commands/ListSecurityPoliciesCommand.ts +++ b/clients/client-transfer/src/commands/ListSecurityPoliciesCommand.ts @@ -87,9 +87,6 @@ export class ListSecurityPoliciesCommand extends $Command< ListSecurityPoliciesCommandOutput, TransferClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -103,9 +100,7 @@ export class ListSecurityPoliciesCommand extends $Command< * @public */ constructor(readonly input: ListSecurityPoliciesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -158,7 +153,4 @@ export class ListSecurityPoliciesCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListSecurityPoliciesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-transfer/src/commands/ListServersCommand.ts b/clients/client-transfer/src/commands/ListServersCommand.ts index 1051bfb47f03..2551ff1213ae 100644 --- a/clients/client-transfer/src/commands/ListServersCommand.ts +++ b/clients/client-transfer/src/commands/ListServersCommand.ts @@ -96,9 +96,6 @@ export class ListServersCommand extends $Command< ListServersCommandOutput, TransferClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -112,9 +109,7 @@ export class ListServersCommand extends $Command< * @public */ constructor(readonly input: ListServersCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -165,7 +160,4 @@ export class ListServersCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListServersCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-transfer/src/commands/ListTagsForResourceCommand.ts b/clients/client-transfer/src/commands/ListTagsForResourceCommand.ts index beda10fd55a3..8d775ecae0be 100644 --- a/clients/client-transfer/src/commands/ListTagsForResourceCommand.ts +++ b/clients/client-transfer/src/commands/ListTagsForResourceCommand.ts @@ -92,9 +92,6 @@ export class ListTagsForResourceCommand extends $Command< ListTagsForResourceCommandOutput, TransferClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -108,9 +105,7 @@ export class ListTagsForResourceCommand extends $Command< * @public */ constructor(readonly input: ListTagsForResourceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -163,7 +158,4 @@ export class ListTagsForResourceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListTagsForResourceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-transfer/src/commands/ListUsersCommand.ts b/clients/client-transfer/src/commands/ListUsersCommand.ts index 6f297646e26b..757bcc3ef019 100644 --- a/clients/client-transfer/src/commands/ListUsersCommand.ts +++ b/clients/client-transfer/src/commands/ListUsersCommand.ts @@ -100,9 +100,6 @@ export class ListUsersCommand extends $Command< ListUsersCommandOutput, TransferClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -116,9 +113,7 @@ export class ListUsersCommand extends $Command< * @public */ constructor(readonly input: ListUsersCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -169,7 +164,4 @@ export class ListUsersCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListUsersCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-transfer/src/commands/ListWorkflowsCommand.ts b/clients/client-transfer/src/commands/ListWorkflowsCommand.ts index 048b04895d09..69c6f69d5876 100644 --- a/clients/client-transfer/src/commands/ListWorkflowsCommand.ts +++ b/clients/client-transfer/src/commands/ListWorkflowsCommand.ts @@ -90,9 +90,6 @@ export class ListWorkflowsCommand extends $Command< ListWorkflowsCommandOutput, TransferClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -106,9 +103,7 @@ export class ListWorkflowsCommand extends $Command< * @public */ constructor(readonly input: ListWorkflowsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -159,7 +154,4 @@ export class ListWorkflowsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListWorkflowsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-transfer/src/commands/SendWorkflowStepStateCommand.ts b/clients/client-transfer/src/commands/SendWorkflowStepStateCommand.ts index 47f5d2e622e0..edb0dd05d3d3 100644 --- a/clients/client-transfer/src/commands/SendWorkflowStepStateCommand.ts +++ b/clients/client-transfer/src/commands/SendWorkflowStepStateCommand.ts @@ -94,9 +94,6 @@ export class SendWorkflowStepStateCommand extends $Command< SendWorkflowStepStateCommandOutput, TransferClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -110,9 +107,7 @@ export class SendWorkflowStepStateCommand extends $Command< * @public */ constructor(readonly input: SendWorkflowStepStateCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -165,7 +160,4 @@ export class SendWorkflowStepStateCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_SendWorkflowStepStateCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-transfer/src/commands/StartFileTransferCommand.ts b/clients/client-transfer/src/commands/StartFileTransferCommand.ts index 926af447c764..9f03727117b1 100644 --- a/clients/client-transfer/src/commands/StartFileTransferCommand.ts +++ b/clients/client-transfer/src/commands/StartFileTransferCommand.ts @@ -119,9 +119,6 @@ export class StartFileTransferCommand extends $Command< StartFileTransferCommandOutput, TransferClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -135,9 +132,7 @@ export class StartFileTransferCommand extends $Command< * @public */ constructor(readonly input: StartFileTransferCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -190,7 +185,4 @@ export class StartFileTransferCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_StartFileTransferCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-transfer/src/commands/StartServerCommand.ts b/clients/client-transfer/src/commands/StartServerCommand.ts index 6eff685aed8b..2cf75d9c804e 100644 --- a/clients/client-transfer/src/commands/StartServerCommand.ts +++ b/clients/client-transfer/src/commands/StartServerCommand.ts @@ -90,9 +90,6 @@ export class StartServerCommand extends $Command< StartServerCommandOutput, TransferClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -106,9 +103,7 @@ export class StartServerCommand extends $Command< * @public */ constructor(readonly input: StartServerCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -159,7 +154,4 @@ export class StartServerCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_StartServerCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-transfer/src/commands/StopServerCommand.ts b/clients/client-transfer/src/commands/StopServerCommand.ts index 07ecde6ea336..9ee02d20524f 100644 --- a/clients/client-transfer/src/commands/StopServerCommand.ts +++ b/clients/client-transfer/src/commands/StopServerCommand.ts @@ -95,9 +95,6 @@ export class StopServerCommand extends $Command< StopServerCommandOutput, TransferClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -111,9 +108,7 @@ export class StopServerCommand extends $Command< * @public */ constructor(readonly input: StopServerCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -164,7 +159,4 @@ export class StopServerCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_StopServerCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-transfer/src/commands/TagResourceCommand.ts b/clients/client-transfer/src/commands/TagResourceCommand.ts index 21e1fc684dc6..377f85562b26 100644 --- a/clients/client-transfer/src/commands/TagResourceCommand.ts +++ b/clients/client-transfer/src/commands/TagResourceCommand.ts @@ -89,9 +89,6 @@ export class TagResourceCommand extends $Command< TagResourceCommandOutput, TransferClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -105,9 +102,7 @@ export class TagResourceCommand extends $Command< * @public */ constructor(readonly input: TagResourceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -158,7 +153,4 @@ export class TagResourceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_TagResourceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-transfer/src/commands/TestConnectionCommand.ts b/clients/client-transfer/src/commands/TestConnectionCommand.ts index 5ba91aeb026b..4975766cdc08 100644 --- a/clients/client-transfer/src/commands/TestConnectionCommand.ts +++ b/clients/client-transfer/src/commands/TestConnectionCommand.ts @@ -87,9 +87,6 @@ export class TestConnectionCommand extends $Command< TestConnectionCommandOutput, TransferClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -103,9 +100,7 @@ export class TestConnectionCommand extends $Command< * @public */ constructor(readonly input: TestConnectionCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -158,7 +153,4 @@ export class TestConnectionCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_TestConnectionCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-transfer/src/commands/TestIdentityProviderCommand.ts b/clients/client-transfer/src/commands/TestIdentityProviderCommand.ts index e37884c599c8..05f7252a1bf8 100644 --- a/clients/client-transfer/src/commands/TestIdentityProviderCommand.ts +++ b/clients/client-transfer/src/commands/TestIdentityProviderCommand.ts @@ -143,9 +143,6 @@ export class TestIdentityProviderCommand extends $Command< TestIdentityProviderCommandOutput, TransferClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -159,9 +156,7 @@ export class TestIdentityProviderCommand extends $Command< * @public */ constructor(readonly input: TestIdentityProviderCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -214,7 +209,4 @@ export class TestIdentityProviderCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_TestIdentityProviderCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-transfer/src/commands/UntagResourceCommand.ts b/clients/client-transfer/src/commands/UntagResourceCommand.ts index c09eff7a8390..5c4ca9f565d6 100644 --- a/clients/client-transfer/src/commands/UntagResourceCommand.ts +++ b/clients/client-transfer/src/commands/UntagResourceCommand.ts @@ -86,9 +86,6 @@ export class UntagResourceCommand extends $Command< UntagResourceCommandOutput, TransferClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -102,9 +99,7 @@ export class UntagResourceCommand extends $Command< * @public */ constructor(readonly input: UntagResourceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -155,7 +150,4 @@ export class UntagResourceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UntagResourceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-transfer/src/commands/UpdateAccessCommand.ts b/clients/client-transfer/src/commands/UpdateAccessCommand.ts index 86cf639041e8..e441e1ac161e 100644 --- a/clients/client-transfer/src/commands/UpdateAccessCommand.ts +++ b/clients/client-transfer/src/commands/UpdateAccessCommand.ts @@ -109,9 +109,6 @@ export class UpdateAccessCommand extends $Command< UpdateAccessCommandOutput, TransferClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -125,9 +122,7 @@ export class UpdateAccessCommand extends $Command< * @public */ constructor(readonly input: UpdateAccessCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -178,7 +173,4 @@ export class UpdateAccessCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdateAccessCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-transfer/src/commands/UpdateAgreementCommand.ts b/clients/client-transfer/src/commands/UpdateAgreementCommand.ts index aec2ed2c3474..6a2454d2e484 100644 --- a/clients/client-transfer/src/commands/UpdateAgreementCommand.ts +++ b/clients/client-transfer/src/commands/UpdateAgreementCommand.ts @@ -98,9 +98,6 @@ export class UpdateAgreementCommand extends $Command< UpdateAgreementCommandOutput, TransferClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -114,9 +111,7 @@ export class UpdateAgreementCommand extends $Command< * @public */ constructor(readonly input: UpdateAgreementCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -169,7 +164,4 @@ export class UpdateAgreementCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdateAgreementCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-transfer/src/commands/UpdateCertificateCommand.ts b/clients/client-transfer/src/commands/UpdateCertificateCommand.ts index a9891d5f5b76..32c30ed7e18f 100644 --- a/clients/client-transfer/src/commands/UpdateCertificateCommand.ts +++ b/clients/client-transfer/src/commands/UpdateCertificateCommand.ts @@ -89,9 +89,6 @@ export class UpdateCertificateCommand extends $Command< UpdateCertificateCommandOutput, TransferClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -105,9 +102,7 @@ export class UpdateCertificateCommand extends $Command< * @public */ constructor(readonly input: UpdateCertificateCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -160,7 +155,4 @@ export class UpdateCertificateCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdateCertificateCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-transfer/src/commands/UpdateConnectorCommand.ts b/clients/client-transfer/src/commands/UpdateConnectorCommand.ts index d7ccf703085e..101ce9a5fb9f 100644 --- a/clients/client-transfer/src/commands/UpdateConnectorCommand.ts +++ b/clients/client-transfer/src/commands/UpdateConnectorCommand.ts @@ -111,9 +111,6 @@ export class UpdateConnectorCommand extends $Command< UpdateConnectorCommandOutput, TransferClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -127,9 +124,7 @@ export class UpdateConnectorCommand extends $Command< * @public */ constructor(readonly input: UpdateConnectorCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -182,7 +177,4 @@ export class UpdateConnectorCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdateConnectorCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-transfer/src/commands/UpdateHostKeyCommand.ts b/clients/client-transfer/src/commands/UpdateHostKeyCommand.ts index a21f8d1a2ff2..c94a77eb81a7 100644 --- a/clients/client-transfer/src/commands/UpdateHostKeyCommand.ts +++ b/clients/client-transfer/src/commands/UpdateHostKeyCommand.ts @@ -90,9 +90,6 @@ export class UpdateHostKeyCommand extends $Command< UpdateHostKeyCommandOutput, TransferClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -106,9 +103,7 @@ export class UpdateHostKeyCommand extends $Command< * @public */ constructor(readonly input: UpdateHostKeyCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -159,7 +154,4 @@ export class UpdateHostKeyCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdateHostKeyCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-transfer/src/commands/UpdateProfileCommand.ts b/clients/client-transfer/src/commands/UpdateProfileCommand.ts index bf45a58d4913..df97b3eff155 100644 --- a/clients/client-transfer/src/commands/UpdateProfileCommand.ts +++ b/clients/client-transfer/src/commands/UpdateProfileCommand.ts @@ -91,9 +91,6 @@ export class UpdateProfileCommand extends $Command< UpdateProfileCommandOutput, TransferClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -107,9 +104,7 @@ export class UpdateProfileCommand extends $Command< * @public */ constructor(readonly input: UpdateProfileCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -160,7 +155,4 @@ export class UpdateProfileCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdateProfileCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-transfer/src/commands/UpdateServerCommand.ts b/clients/client-transfer/src/commands/UpdateServerCommand.ts index 79fee45e8132..a19a4a47de84 100644 --- a/clients/client-transfer/src/commands/UpdateServerCommand.ts +++ b/clients/client-transfer/src/commands/UpdateServerCommand.ts @@ -155,9 +155,6 @@ export class UpdateServerCommand extends $Command< UpdateServerCommandOutput, TransferClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -171,9 +168,7 @@ export class UpdateServerCommand extends $Command< * @public */ constructor(readonly input: UpdateServerCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -224,7 +219,4 @@ export class UpdateServerCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdateServerCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-transfer/src/commands/UpdateUserCommand.ts b/clients/client-transfer/src/commands/UpdateUserCommand.ts index 38270939e746..8f5a1240aa1c 100644 --- a/clients/client-transfer/src/commands/UpdateUserCommand.ts +++ b/clients/client-transfer/src/commands/UpdateUserCommand.ts @@ -109,9 +109,6 @@ export class UpdateUserCommand extends $Command< UpdateUserCommandOutput, TransferClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -125,9 +122,7 @@ export class UpdateUserCommand extends $Command< * @public */ constructor(readonly input: UpdateUserCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -178,7 +173,4 @@ export class UpdateUserCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdateUserCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-translate/package.json b/clients/client-translate/package.json index e3c568041eaf..ba644e92f075 100644 --- a/clients/client-translate/package.json +++ b/clients/client-translate/package.json @@ -34,29 +34,29 @@ "@aws-sdk/util-endpoints": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@smithy/config-resolver": "^2.0.16", - "@smithy/fetch-http-handler": "^2.2.4", - "@smithy/hash-node": "^2.0.12", - "@smithy/invalid-dependency": "^2.0.12", - "@smithy/middleware-content-length": "^2.0.14", - "@smithy/middleware-endpoint": "^2.1.3", - "@smithy/middleware-retry": "^2.0.18", - "@smithy/middleware-serde": "^2.0.12", - "@smithy/middleware-stack": "^2.0.6", - "@smithy/node-config-provider": "^2.1.3", - "@smithy/node-http-handler": "^2.1.8", - "@smithy/protocol-http": "^3.0.8", - "@smithy/smithy-client": "^2.1.12", - "@smithy/types": "^2.4.0", - "@smithy/url-parser": "^2.0.12", - "@smithy/util-base64": "^2.0.0", + "@smithy/config-resolver": "^2.0.18", + "@smithy/fetch-http-handler": "^2.2.6", + "@smithy/hash-node": "^2.0.15", + "@smithy/invalid-dependency": "^2.0.13", + "@smithy/middleware-content-length": "^2.0.15", + "@smithy/middleware-endpoint": "^2.2.0", + "@smithy/middleware-retry": "^2.0.20", + "@smithy/middleware-serde": "^2.0.13", + "@smithy/middleware-stack": "^2.0.7", + "@smithy/node-config-provider": "^2.1.5", + "@smithy/node-http-handler": "^2.1.9", + "@smithy/protocol-http": "^3.0.9", + "@smithy/smithy-client": "^2.1.15", + "@smithy/types": "^2.5.0", + "@smithy/url-parser": "^2.0.13", + "@smithy/util-base64": "^2.0.1", "@smithy/util-body-length-browser": "^2.0.0", "@smithy/util-body-length-node": "^2.1.0", - "@smithy/util-defaults-mode-browser": "^2.0.16", - "@smithy/util-defaults-mode-node": "^2.0.21", - "@smithy/util-endpoints": "^1.0.2", - "@smithy/util-retry": "^2.0.5", - "@smithy/util-utf8": "^2.0.0", + "@smithy/util-defaults-mode-browser": "^2.0.19", + "@smithy/util-defaults-mode-node": "^2.0.25", + "@smithy/util-endpoints": "^1.0.4", + "@smithy/util-retry": "^2.0.6", + "@smithy/util-utf8": "^2.0.2", "tslib": "^2.5.0", "uuid": "^8.3.2" }, diff --git a/clients/client-translate/src/commands/CreateParallelDataCommand.ts b/clients/client-translate/src/commands/CreateParallelDataCommand.ts index a6c79a6de2f2..a7dc79a6f96d 100644 --- a/clients/client-translate/src/commands/CreateParallelDataCommand.ts +++ b/clients/client-translate/src/commands/CreateParallelDataCommand.ts @@ -119,9 +119,6 @@ export class CreateParallelDataCommand extends $Command< CreateParallelDataCommandOutput, TranslateClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -135,9 +132,7 @@ export class CreateParallelDataCommand extends $Command< * @public */ constructor(readonly input: CreateParallelDataCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -190,7 +185,4 @@ export class CreateParallelDataCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateParallelDataCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-translate/src/commands/DeleteParallelDataCommand.ts b/clients/client-translate/src/commands/DeleteParallelDataCommand.ts index 20b4eefe5bf8..052b7ef2d28a 100644 --- a/clients/client-translate/src/commands/DeleteParallelDataCommand.ts +++ b/clients/client-translate/src/commands/DeleteParallelDataCommand.ts @@ -87,9 +87,6 @@ export class DeleteParallelDataCommand extends $Command< DeleteParallelDataCommandOutput, TranslateClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -103,9 +100,7 @@ export class DeleteParallelDataCommand extends $Command< * @public */ constructor(readonly input: DeleteParallelDataCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -158,7 +153,4 @@ export class DeleteParallelDataCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteParallelDataCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-translate/src/commands/DeleteTerminologyCommand.ts b/clients/client-translate/src/commands/DeleteTerminologyCommand.ts index 2ce32783864e..76ae5d77eb4c 100644 --- a/clients/client-translate/src/commands/DeleteTerminologyCommand.ts +++ b/clients/client-translate/src/commands/DeleteTerminologyCommand.ts @@ -84,9 +84,6 @@ export class DeleteTerminologyCommand extends $Command< DeleteTerminologyCommandOutput, TranslateClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -100,9 +97,7 @@ export class DeleteTerminologyCommand extends $Command< * @public */ constructor(readonly input: DeleteTerminologyCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -155,7 +150,4 @@ export class DeleteTerminologyCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteTerminologyCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-translate/src/commands/DescribeTextTranslationJobCommand.ts b/clients/client-translate/src/commands/DescribeTextTranslationJobCommand.ts index 38266d66d93a..d48656c2911f 100644 --- a/clients/client-translate/src/commands/DescribeTextTranslationJobCommand.ts +++ b/clients/client-translate/src/commands/DescribeTextTranslationJobCommand.ts @@ -122,9 +122,6 @@ export class DescribeTextTranslationJobCommand extends $Command< DescribeTextTranslationJobCommandOutput, TranslateClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -138,9 +135,7 @@ export class DescribeTextTranslationJobCommand extends $Command< * @public */ constructor(readonly input: DescribeTextTranslationJobCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -196,7 +191,4 @@ export class DescribeTextTranslationJobCommand extends $Command< ): Promise { return de_DescribeTextTranslationJobCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-translate/src/commands/GetParallelDataCommand.ts b/clients/client-translate/src/commands/GetParallelDataCommand.ts index 6e7433cebae2..2d3cc19a29d0 100644 --- a/clients/client-translate/src/commands/GetParallelDataCommand.ts +++ b/clients/client-translate/src/commands/GetParallelDataCommand.ts @@ -124,9 +124,6 @@ export class GetParallelDataCommand extends $Command< GetParallelDataCommandOutput, TranslateClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -140,9 +137,7 @@ export class GetParallelDataCommand extends $Command< * @public */ constructor(readonly input: GetParallelDataCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -195,7 +190,4 @@ export class GetParallelDataCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetParallelDataCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-translate/src/commands/GetTerminologyCommand.ts b/clients/client-translate/src/commands/GetTerminologyCommand.ts index b11f8f2d502d..cc0ec502342a 100644 --- a/clients/client-translate/src/commands/GetTerminologyCommand.ts +++ b/clients/client-translate/src/commands/GetTerminologyCommand.ts @@ -115,9 +115,6 @@ export class GetTerminologyCommand extends $Command< GetTerminologyCommandOutput, TranslateClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -131,9 +128,7 @@ export class GetTerminologyCommand extends $Command< * @public */ constructor(readonly input: GetTerminologyCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -186,7 +181,4 @@ export class GetTerminologyCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetTerminologyCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-translate/src/commands/ImportTerminologyCommand.ts b/clients/client-translate/src/commands/ImportTerminologyCommand.ts index 794b7595ad8f..14bc7a90455b 100644 --- a/clients/client-translate/src/commands/ImportTerminologyCommand.ts +++ b/clients/client-translate/src/commands/ImportTerminologyCommand.ts @@ -144,9 +144,6 @@ export class ImportTerminologyCommand extends $Command< ImportTerminologyCommandOutput, TranslateClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -160,9 +157,7 @@ export class ImportTerminologyCommand extends $Command< * @public */ constructor(readonly input: ImportTerminologyCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -215,7 +210,4 @@ export class ImportTerminologyCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ImportTerminologyCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-translate/src/commands/ListLanguagesCommand.ts b/clients/client-translate/src/commands/ListLanguagesCommand.ts index 653eecd02284..768d9f94e30b 100644 --- a/clients/client-translate/src/commands/ListLanguagesCommand.ts +++ b/clients/client-translate/src/commands/ListLanguagesCommand.ts @@ -93,9 +93,6 @@ export class ListLanguagesCommand extends $Command< ListLanguagesCommandOutput, TranslateClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -109,9 +106,7 @@ export class ListLanguagesCommand extends $Command< * @public */ constructor(readonly input: ListLanguagesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -162,7 +157,4 @@ export class ListLanguagesCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListLanguagesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-translate/src/commands/ListParallelDataCommand.ts b/clients/client-translate/src/commands/ListParallelDataCommand.ts index 1583ab37d1e0..374035be46f1 100644 --- a/clients/client-translate/src/commands/ListParallelDataCommand.ts +++ b/clients/client-translate/src/commands/ListParallelDataCommand.ts @@ -111,9 +111,6 @@ export class ListParallelDataCommand extends $Command< ListParallelDataCommandOutput, TranslateClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -127,9 +124,7 @@ export class ListParallelDataCommand extends $Command< * @public */ constructor(readonly input: ListParallelDataCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -182,7 +177,4 @@ export class ListParallelDataCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListParallelDataCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-translate/src/commands/ListTagsForResourceCommand.ts b/clients/client-translate/src/commands/ListTagsForResourceCommand.ts index b3c9a81c42f3..5870db96b8ab 100644 --- a/clients/client-translate/src/commands/ListTagsForResourceCommand.ts +++ b/clients/client-translate/src/commands/ListTagsForResourceCommand.ts @@ -89,9 +89,6 @@ export class ListTagsForResourceCommand extends $Command< ListTagsForResourceCommandOutput, TranslateClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -105,9 +102,7 @@ export class ListTagsForResourceCommand extends $Command< * @public */ constructor(readonly input: ListTagsForResourceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -160,7 +155,4 @@ export class ListTagsForResourceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListTagsForResourceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-translate/src/commands/ListTerminologiesCommand.ts b/clients/client-translate/src/commands/ListTerminologiesCommand.ts index 8541cdccf38e..f9eaabb43879 100644 --- a/clients/client-translate/src/commands/ListTerminologiesCommand.ts +++ b/clients/client-translate/src/commands/ListTerminologiesCommand.ts @@ -105,9 +105,6 @@ export class ListTerminologiesCommand extends $Command< ListTerminologiesCommandOutput, TranslateClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -121,9 +118,7 @@ export class ListTerminologiesCommand extends $Command< * @public */ constructor(readonly input: ListTerminologiesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -176,7 +171,4 @@ export class ListTerminologiesCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListTerminologiesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-translate/src/commands/ListTextTranslationJobsCommand.ts b/clients/client-translate/src/commands/ListTextTranslationJobsCommand.ts index ba60161f6df8..e970b1ac36e2 100644 --- a/clients/client-translate/src/commands/ListTextTranslationJobsCommand.ts +++ b/clients/client-translate/src/commands/ListTextTranslationJobsCommand.ts @@ -133,9 +133,6 @@ export class ListTextTranslationJobsCommand extends $Command< ListTextTranslationJobsCommandOutput, TranslateClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -149,9 +146,7 @@ export class ListTextTranslationJobsCommand extends $Command< * @public */ constructor(readonly input: ListTextTranslationJobsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -204,7 +199,4 @@ export class ListTextTranslationJobsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListTextTranslationJobsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-translate/src/commands/StartTextTranslationJobCommand.ts b/clients/client-translate/src/commands/StartTextTranslationJobCommand.ts index e895d01bb10a..93724d13201a 100644 --- a/clients/client-translate/src/commands/StartTextTranslationJobCommand.ts +++ b/clients/client-translate/src/commands/StartTextTranslationJobCommand.ts @@ -131,9 +131,6 @@ export class StartTextTranslationJobCommand extends $Command< StartTextTranslationJobCommandOutput, TranslateClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -147,9 +144,7 @@ export class StartTextTranslationJobCommand extends $Command< * @public */ constructor(readonly input: StartTextTranslationJobCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -202,7 +197,4 @@ export class StartTextTranslationJobCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_StartTextTranslationJobCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-translate/src/commands/StopTextTranslationJobCommand.ts b/clients/client-translate/src/commands/StopTextTranslationJobCommand.ts index 9ff465011928..8bff268c4fee 100644 --- a/clients/client-translate/src/commands/StopTextTranslationJobCommand.ts +++ b/clients/client-translate/src/commands/StopTextTranslationJobCommand.ts @@ -89,9 +89,6 @@ export class StopTextTranslationJobCommand extends $Command< StopTextTranslationJobCommandOutput, TranslateClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -105,9 +102,7 @@ export class StopTextTranslationJobCommand extends $Command< * @public */ constructor(readonly input: StopTextTranslationJobCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -160,7 +155,4 @@ export class StopTextTranslationJobCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_StopTextTranslationJobCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-translate/src/commands/TagResourceCommand.ts b/clients/client-translate/src/commands/TagResourceCommand.ts index a1ee3416347d..a26b274e33a8 100644 --- a/clients/client-translate/src/commands/TagResourceCommand.ts +++ b/clients/client-translate/src/commands/TagResourceCommand.ts @@ -96,9 +96,6 @@ export class TagResourceCommand extends $Command< TagResourceCommandOutput, TranslateClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -112,9 +109,7 @@ export class TagResourceCommand extends $Command< * @public */ constructor(readonly input: TagResourceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -165,7 +160,4 @@ export class TagResourceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_TagResourceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-translate/src/commands/TranslateDocumentCommand.ts b/clients/client-translate/src/commands/TranslateDocumentCommand.ts index 7e2b7ab291f5..e0e609df0b96 100644 --- a/clients/client-translate/src/commands/TranslateDocumentCommand.ts +++ b/clients/client-translate/src/commands/TranslateDocumentCommand.ts @@ -146,9 +146,6 @@ export class TranslateDocumentCommand extends $Command< TranslateDocumentCommandOutput, TranslateClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -162,9 +159,7 @@ export class TranslateDocumentCommand extends $Command< * @public */ constructor(readonly input: TranslateDocumentCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -217,7 +212,4 @@ export class TranslateDocumentCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_TranslateDocumentCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-translate/src/commands/TranslateTextCommand.ts b/clients/client-translate/src/commands/TranslateTextCommand.ts index 4292a720bfd6..a9eed9bfdfa9 100644 --- a/clients/client-translate/src/commands/TranslateTextCommand.ts +++ b/clients/client-translate/src/commands/TranslateTextCommand.ts @@ -133,9 +133,6 @@ export class TranslateTextCommand extends $Command< TranslateTextCommandOutput, TranslateClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -149,9 +146,7 @@ export class TranslateTextCommand extends $Command< * @public */ constructor(readonly input: TranslateTextCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -202,7 +197,4 @@ export class TranslateTextCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_TranslateTextCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-translate/src/commands/UntagResourceCommand.ts b/clients/client-translate/src/commands/UntagResourceCommand.ts index da3e45a05661..ffb71a536cfb 100644 --- a/clients/client-translate/src/commands/UntagResourceCommand.ts +++ b/clients/client-translate/src/commands/UntagResourceCommand.ts @@ -89,9 +89,6 @@ export class UntagResourceCommand extends $Command< UntagResourceCommandOutput, TranslateClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -105,9 +102,7 @@ export class UntagResourceCommand extends $Command< * @public */ constructor(readonly input: UntagResourceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -158,7 +153,4 @@ export class UntagResourceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UntagResourceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-translate/src/commands/UpdateParallelDataCommand.ts b/clients/client-translate/src/commands/UpdateParallelDataCommand.ts index 52cbdf09af00..98eeffb215eb 100644 --- a/clients/client-translate/src/commands/UpdateParallelDataCommand.ts +++ b/clients/client-translate/src/commands/UpdateParallelDataCommand.ts @@ -111,9 +111,6 @@ export class UpdateParallelDataCommand extends $Command< UpdateParallelDataCommandOutput, TranslateClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -127,9 +124,7 @@ export class UpdateParallelDataCommand extends $Command< * @public */ constructor(readonly input: UpdateParallelDataCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -182,7 +177,4 @@ export class UpdateParallelDataCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdateParallelDataCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-verifiedpermissions/package.json b/clients/client-verifiedpermissions/package.json index c71efa81c520..6d8b28017814 100644 --- a/clients/client-verifiedpermissions/package.json +++ b/clients/client-verifiedpermissions/package.json @@ -34,29 +34,29 @@ "@aws-sdk/util-endpoints": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@smithy/config-resolver": "^2.0.16", - "@smithy/fetch-http-handler": "^2.2.4", - "@smithy/hash-node": "^2.0.12", - "@smithy/invalid-dependency": "^2.0.12", - "@smithy/middleware-content-length": "^2.0.14", - "@smithy/middleware-endpoint": "^2.1.3", - "@smithy/middleware-retry": "^2.0.18", - "@smithy/middleware-serde": "^2.0.12", - "@smithy/middleware-stack": "^2.0.6", - "@smithy/node-config-provider": "^2.1.3", - "@smithy/node-http-handler": "^2.1.8", - "@smithy/protocol-http": "^3.0.8", - "@smithy/smithy-client": "^2.1.12", - "@smithy/types": "^2.4.0", - "@smithy/url-parser": "^2.0.12", - "@smithy/util-base64": "^2.0.0", + "@smithy/config-resolver": "^2.0.18", + "@smithy/fetch-http-handler": "^2.2.6", + "@smithy/hash-node": "^2.0.15", + "@smithy/invalid-dependency": "^2.0.13", + "@smithy/middleware-content-length": "^2.0.15", + "@smithy/middleware-endpoint": "^2.2.0", + "@smithy/middleware-retry": "^2.0.20", + "@smithy/middleware-serde": "^2.0.13", + "@smithy/middleware-stack": "^2.0.7", + "@smithy/node-config-provider": "^2.1.5", + "@smithy/node-http-handler": "^2.1.9", + "@smithy/protocol-http": "^3.0.9", + "@smithy/smithy-client": "^2.1.15", + "@smithy/types": "^2.5.0", + "@smithy/url-parser": "^2.0.13", + "@smithy/util-base64": "^2.0.1", "@smithy/util-body-length-browser": "^2.0.0", "@smithy/util-body-length-node": "^2.1.0", - "@smithy/util-defaults-mode-browser": "^2.0.16", - "@smithy/util-defaults-mode-node": "^2.0.21", - "@smithy/util-endpoints": "^1.0.2", - "@smithy/util-retry": "^2.0.5", - "@smithy/util-utf8": "^2.0.0", + "@smithy/util-defaults-mode-browser": "^2.0.19", + "@smithy/util-defaults-mode-node": "^2.0.25", + "@smithy/util-endpoints": "^1.0.4", + "@smithy/util-retry": "^2.0.6", + "@smithy/util-utf8": "^2.0.2", "tslib": "^2.5.0", "uuid": "^8.3.2" }, diff --git a/clients/client-verifiedpermissions/src/commands/CreateIdentitySourceCommand.ts b/clients/client-verifiedpermissions/src/commands/CreateIdentitySourceCommand.ts index a01fecc53e73..83b1b8a1d58e 100644 --- a/clients/client-verifiedpermissions/src/commands/CreateIdentitySourceCommand.ts +++ b/clients/client-verifiedpermissions/src/commands/CreateIdentitySourceCommand.ts @@ -225,9 +225,6 @@ export class CreateIdentitySourceCommand extends $Command< CreateIdentitySourceCommandOutput, VerifiedPermissionsClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -241,9 +238,7 @@ export class CreateIdentitySourceCommand extends $Command< * @public */ constructor(readonly input: CreateIdentitySourceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -296,7 +291,4 @@ export class CreateIdentitySourceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateIdentitySourceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-verifiedpermissions/src/commands/CreatePolicyCommand.ts b/clients/client-verifiedpermissions/src/commands/CreatePolicyCommand.ts index 88a1d723d92c..9f0ed65f05f4 100644 --- a/clients/client-verifiedpermissions/src/commands/CreatePolicyCommand.ts +++ b/clients/client-verifiedpermissions/src/commands/CreatePolicyCommand.ts @@ -238,9 +238,6 @@ export class CreatePolicyCommand extends $Command< CreatePolicyCommandOutput, VerifiedPermissionsClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -254,9 +251,7 @@ export class CreatePolicyCommand extends $Command< * @public */ constructor(readonly input: CreatePolicyCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -307,7 +302,4 @@ export class CreatePolicyCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreatePolicyCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-verifiedpermissions/src/commands/CreatePolicyStoreCommand.ts b/clients/client-verifiedpermissions/src/commands/CreatePolicyStoreCommand.ts index 0a22118959e6..6bfe93b0fe32 100644 --- a/clients/client-verifiedpermissions/src/commands/CreatePolicyStoreCommand.ts +++ b/clients/client-verifiedpermissions/src/commands/CreatePolicyStoreCommand.ts @@ -190,9 +190,6 @@ export class CreatePolicyStoreCommand extends $Command< CreatePolicyStoreCommandOutput, VerifiedPermissionsClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -206,9 +203,7 @@ export class CreatePolicyStoreCommand extends $Command< * @public */ constructor(readonly input: CreatePolicyStoreCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -261,7 +256,4 @@ export class CreatePolicyStoreCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreatePolicyStoreCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-verifiedpermissions/src/commands/CreatePolicyTemplateCommand.ts b/clients/client-verifiedpermissions/src/commands/CreatePolicyTemplateCommand.ts index 82f620e0e69c..de756d3252db 100644 --- a/clients/client-verifiedpermissions/src/commands/CreatePolicyTemplateCommand.ts +++ b/clients/client-verifiedpermissions/src/commands/CreatePolicyTemplateCommand.ts @@ -199,9 +199,6 @@ export class CreatePolicyTemplateCommand extends $Command< CreatePolicyTemplateCommandOutput, VerifiedPermissionsClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -215,9 +212,7 @@ export class CreatePolicyTemplateCommand extends $Command< * @public */ constructor(readonly input: CreatePolicyTemplateCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -270,7 +265,4 @@ export class CreatePolicyTemplateCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreatePolicyTemplateCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-verifiedpermissions/src/commands/DeleteIdentitySourceCommand.ts b/clients/client-verifiedpermissions/src/commands/DeleteIdentitySourceCommand.ts index fea3ea7a0063..9aa0baf306df 100644 --- a/clients/client-verifiedpermissions/src/commands/DeleteIdentitySourceCommand.ts +++ b/clients/client-verifiedpermissions/src/commands/DeleteIdentitySourceCommand.ts @@ -176,9 +176,6 @@ export class DeleteIdentitySourceCommand extends $Command< DeleteIdentitySourceCommandOutput, VerifiedPermissionsClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -192,9 +189,7 @@ export class DeleteIdentitySourceCommand extends $Command< * @public */ constructor(readonly input: DeleteIdentitySourceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -247,7 +242,4 @@ export class DeleteIdentitySourceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteIdentitySourceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-verifiedpermissions/src/commands/DeletePolicyCommand.ts b/clients/client-verifiedpermissions/src/commands/DeletePolicyCommand.ts index cddb8f222da3..82c6b1c10113 100644 --- a/clients/client-verifiedpermissions/src/commands/DeletePolicyCommand.ts +++ b/clients/client-verifiedpermissions/src/commands/DeletePolicyCommand.ts @@ -175,9 +175,6 @@ export class DeletePolicyCommand extends $Command< DeletePolicyCommandOutput, VerifiedPermissionsClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -191,9 +188,7 @@ export class DeletePolicyCommand extends $Command< * @public */ constructor(readonly input: DeletePolicyCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -244,7 +239,4 @@ export class DeletePolicyCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeletePolicyCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-verifiedpermissions/src/commands/DeletePolicyStoreCommand.ts b/clients/client-verifiedpermissions/src/commands/DeletePolicyStoreCommand.ts index 5e36ef572c58..0f4a993882d5 100644 --- a/clients/client-verifiedpermissions/src/commands/DeletePolicyStoreCommand.ts +++ b/clients/client-verifiedpermissions/src/commands/DeletePolicyStoreCommand.ts @@ -167,9 +167,6 @@ export class DeletePolicyStoreCommand extends $Command< DeletePolicyStoreCommandOutput, VerifiedPermissionsClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -183,9 +180,7 @@ export class DeletePolicyStoreCommand extends $Command< * @public */ constructor(readonly input: DeletePolicyStoreCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -238,7 +233,4 @@ export class DeletePolicyStoreCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeletePolicyStoreCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-verifiedpermissions/src/commands/DeletePolicyTemplateCommand.ts b/clients/client-verifiedpermissions/src/commands/DeletePolicyTemplateCommand.ts index 6a70bc83f826..ae0026f61eae 100644 --- a/clients/client-verifiedpermissions/src/commands/DeletePolicyTemplateCommand.ts +++ b/clients/client-verifiedpermissions/src/commands/DeletePolicyTemplateCommand.ts @@ -178,9 +178,6 @@ export class DeletePolicyTemplateCommand extends $Command< DeletePolicyTemplateCommandOutput, VerifiedPermissionsClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -194,9 +191,7 @@ export class DeletePolicyTemplateCommand extends $Command< * @public */ constructor(readonly input: DeletePolicyTemplateCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -249,7 +244,4 @@ export class DeletePolicyTemplateCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeletePolicyTemplateCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-verifiedpermissions/src/commands/GetIdentitySourceCommand.ts b/clients/client-verifiedpermissions/src/commands/GetIdentitySourceCommand.ts index 16de6a6d9c68..68916e3fabfc 100644 --- a/clients/client-verifiedpermissions/src/commands/GetIdentitySourceCommand.ts +++ b/clients/client-verifiedpermissions/src/commands/GetIdentitySourceCommand.ts @@ -187,9 +187,6 @@ export class GetIdentitySourceCommand extends $Command< GetIdentitySourceCommandOutput, VerifiedPermissionsClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -203,9 +200,7 @@ export class GetIdentitySourceCommand extends $Command< * @public */ constructor(readonly input: GetIdentitySourceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -258,7 +253,4 @@ export class GetIdentitySourceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetIdentitySourceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-verifiedpermissions/src/commands/GetPolicyCommand.ts b/clients/client-verifiedpermissions/src/commands/GetPolicyCommand.ts index 657cf3aa6d40..a47b69afcdd0 100644 --- a/clients/client-verifiedpermissions/src/commands/GetPolicyCommand.ts +++ b/clients/client-verifiedpermissions/src/commands/GetPolicyCommand.ts @@ -200,9 +200,6 @@ export class GetPolicyCommand extends $Command< GetPolicyCommandOutput, VerifiedPermissionsClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -216,9 +213,7 @@ export class GetPolicyCommand extends $Command< * @public */ constructor(readonly input: GetPolicyCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -269,7 +264,4 @@ export class GetPolicyCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetPolicyCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-verifiedpermissions/src/commands/GetPolicyStoreCommand.ts b/clients/client-verifiedpermissions/src/commands/GetPolicyStoreCommand.ts index 41e61fcb88ba..b04d69ef7a3a 100644 --- a/clients/client-verifiedpermissions/src/commands/GetPolicyStoreCommand.ts +++ b/clients/client-verifiedpermissions/src/commands/GetPolicyStoreCommand.ts @@ -176,9 +176,6 @@ export class GetPolicyStoreCommand extends $Command< GetPolicyStoreCommandOutput, VerifiedPermissionsClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -192,9 +189,7 @@ export class GetPolicyStoreCommand extends $Command< * @public */ constructor(readonly input: GetPolicyStoreCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -247,7 +242,4 @@ export class GetPolicyStoreCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetPolicyStoreCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-verifiedpermissions/src/commands/GetPolicyTemplateCommand.ts b/clients/client-verifiedpermissions/src/commands/GetPolicyTemplateCommand.ts index 2e9929ce9228..5bad7eee3381 100644 --- a/clients/client-verifiedpermissions/src/commands/GetPolicyTemplateCommand.ts +++ b/clients/client-verifiedpermissions/src/commands/GetPolicyTemplateCommand.ts @@ -180,9 +180,6 @@ export class GetPolicyTemplateCommand extends $Command< GetPolicyTemplateCommandOutput, VerifiedPermissionsClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -196,9 +193,7 @@ export class GetPolicyTemplateCommand extends $Command< * @public */ constructor(readonly input: GetPolicyTemplateCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -251,7 +246,4 @@ export class GetPolicyTemplateCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetPolicyTemplateCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-verifiedpermissions/src/commands/GetSchemaCommand.ts b/clients/client-verifiedpermissions/src/commands/GetSchemaCommand.ts index 9fe6608da22c..4376d5c245c8 100644 --- a/clients/client-verifiedpermissions/src/commands/GetSchemaCommand.ts +++ b/clients/client-verifiedpermissions/src/commands/GetSchemaCommand.ts @@ -173,9 +173,6 @@ export class GetSchemaCommand extends $Command< GetSchemaCommandOutput, VerifiedPermissionsClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -189,9 +186,7 @@ export class GetSchemaCommand extends $Command< * @public */ constructor(readonly input: GetSchemaCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -242,7 +237,4 @@ export class GetSchemaCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetSchemaCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-verifiedpermissions/src/commands/IsAuthorizedCommand.ts b/clients/client-verifiedpermissions/src/commands/IsAuthorizedCommand.ts index 049ab4676bcb..ed5b89e2c4d3 100644 --- a/clients/client-verifiedpermissions/src/commands/IsAuthorizedCommand.ts +++ b/clients/client-verifiedpermissions/src/commands/IsAuthorizedCommand.ts @@ -245,9 +245,6 @@ export class IsAuthorizedCommand extends $Command< IsAuthorizedCommandOutput, VerifiedPermissionsClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -261,9 +258,7 @@ export class IsAuthorizedCommand extends $Command< * @public */ constructor(readonly input: IsAuthorizedCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -314,7 +309,4 @@ export class IsAuthorizedCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_IsAuthorizedCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-verifiedpermissions/src/commands/IsAuthorizedWithTokenCommand.ts b/clients/client-verifiedpermissions/src/commands/IsAuthorizedWithTokenCommand.ts index ae90eaa87c6f..25ece95935ef 100644 --- a/clients/client-verifiedpermissions/src/commands/IsAuthorizedWithTokenCommand.ts +++ b/clients/client-verifiedpermissions/src/commands/IsAuthorizedWithTokenCommand.ts @@ -260,9 +260,6 @@ export class IsAuthorizedWithTokenCommand extends $Command< IsAuthorizedWithTokenCommandOutput, VerifiedPermissionsClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -276,9 +273,7 @@ export class IsAuthorizedWithTokenCommand extends $Command< * @public */ constructor(readonly input: IsAuthorizedWithTokenCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -331,7 +326,4 @@ export class IsAuthorizedWithTokenCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_IsAuthorizedWithTokenCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-verifiedpermissions/src/commands/ListIdentitySourcesCommand.ts b/clients/client-verifiedpermissions/src/commands/ListIdentitySourcesCommand.ts index 9546d0567bcf..a43e3b89a5ad 100644 --- a/clients/client-verifiedpermissions/src/commands/ListIdentitySourcesCommand.ts +++ b/clients/client-verifiedpermissions/src/commands/ListIdentitySourcesCommand.ts @@ -199,9 +199,6 @@ export class ListIdentitySourcesCommand extends $Command< ListIdentitySourcesCommandOutput, VerifiedPermissionsClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -215,9 +212,7 @@ export class ListIdentitySourcesCommand extends $Command< * @public */ constructor(readonly input: ListIdentitySourcesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -270,7 +265,4 @@ export class ListIdentitySourcesCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListIdentitySourcesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-verifiedpermissions/src/commands/ListPoliciesCommand.ts b/clients/client-verifiedpermissions/src/commands/ListPoliciesCommand.ts index 5eeb147ecc0c..c6f4544bbf21 100644 --- a/clients/client-verifiedpermissions/src/commands/ListPoliciesCommand.ts +++ b/clients/client-verifiedpermissions/src/commands/ListPoliciesCommand.ts @@ -228,9 +228,6 @@ export class ListPoliciesCommand extends $Command< ListPoliciesCommandOutput, VerifiedPermissionsClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -244,9 +241,7 @@ export class ListPoliciesCommand extends $Command< * @public */ constructor(readonly input: ListPoliciesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -297,7 +292,4 @@ export class ListPoliciesCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListPoliciesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-verifiedpermissions/src/commands/ListPolicyStoresCommand.ts b/clients/client-verifiedpermissions/src/commands/ListPolicyStoresCommand.ts index 50b9b7161a14..a2cff205afa6 100644 --- a/clients/client-verifiedpermissions/src/commands/ListPolicyStoresCommand.ts +++ b/clients/client-verifiedpermissions/src/commands/ListPolicyStoresCommand.ts @@ -175,9 +175,6 @@ export class ListPolicyStoresCommand extends $Command< ListPolicyStoresCommandOutput, VerifiedPermissionsClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -191,9 +188,7 @@ export class ListPolicyStoresCommand extends $Command< * @public */ constructor(readonly input: ListPolicyStoresCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -246,7 +241,4 @@ export class ListPolicyStoresCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListPolicyStoresCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-verifiedpermissions/src/commands/ListPolicyTemplatesCommand.ts b/clients/client-verifiedpermissions/src/commands/ListPolicyTemplatesCommand.ts index 9fb4aaa5dd84..75259017b45f 100644 --- a/clients/client-verifiedpermissions/src/commands/ListPolicyTemplatesCommand.ts +++ b/clients/client-verifiedpermissions/src/commands/ListPolicyTemplatesCommand.ts @@ -185,9 +185,6 @@ export class ListPolicyTemplatesCommand extends $Command< ListPolicyTemplatesCommandOutput, VerifiedPermissionsClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -201,9 +198,7 @@ export class ListPolicyTemplatesCommand extends $Command< * @public */ constructor(readonly input: ListPolicyTemplatesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -256,7 +251,4 @@ export class ListPolicyTemplatesCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListPolicyTemplatesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-verifiedpermissions/src/commands/PutSchemaCommand.ts b/clients/client-verifiedpermissions/src/commands/PutSchemaCommand.ts index d51358e3d416..1324ecf67a2c 100644 --- a/clients/client-verifiedpermissions/src/commands/PutSchemaCommand.ts +++ b/clients/client-verifiedpermissions/src/commands/PutSchemaCommand.ts @@ -200,9 +200,6 @@ export class PutSchemaCommand extends $Command< PutSchemaCommandOutput, VerifiedPermissionsClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -216,9 +213,7 @@ export class PutSchemaCommand extends $Command< * @public */ constructor(readonly input: PutSchemaCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -269,7 +264,4 @@ export class PutSchemaCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_PutSchemaCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-verifiedpermissions/src/commands/UpdateIdentitySourceCommand.ts b/clients/client-verifiedpermissions/src/commands/UpdateIdentitySourceCommand.ts index 06f94b673671..3092f8fe8e12 100644 --- a/clients/client-verifiedpermissions/src/commands/UpdateIdentitySourceCommand.ts +++ b/clients/client-verifiedpermissions/src/commands/UpdateIdentitySourceCommand.ts @@ -198,9 +198,6 @@ export class UpdateIdentitySourceCommand extends $Command< UpdateIdentitySourceCommandOutput, VerifiedPermissionsClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -214,9 +211,7 @@ export class UpdateIdentitySourceCommand extends $Command< * @public */ constructor(readonly input: UpdateIdentitySourceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -269,7 +264,4 @@ export class UpdateIdentitySourceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdateIdentitySourceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-verifiedpermissions/src/commands/UpdatePolicyCommand.ts b/clients/client-verifiedpermissions/src/commands/UpdatePolicyCommand.ts index c4549dc4fa0f..3f018f34d264 100644 --- a/clients/client-verifiedpermissions/src/commands/UpdatePolicyCommand.ts +++ b/clients/client-verifiedpermissions/src/commands/UpdatePolicyCommand.ts @@ -251,9 +251,6 @@ export class UpdatePolicyCommand extends $Command< UpdatePolicyCommandOutput, VerifiedPermissionsClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -267,9 +264,7 @@ export class UpdatePolicyCommand extends $Command< * @public */ constructor(readonly input: UpdatePolicyCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -320,7 +315,4 @@ export class UpdatePolicyCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdatePolicyCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-verifiedpermissions/src/commands/UpdatePolicyStoreCommand.ts b/clients/client-verifiedpermissions/src/commands/UpdatePolicyStoreCommand.ts index 844621ff28b5..a6f67f001c27 100644 --- a/clients/client-verifiedpermissions/src/commands/UpdatePolicyStoreCommand.ts +++ b/clients/client-verifiedpermissions/src/commands/UpdatePolicyStoreCommand.ts @@ -186,9 +186,6 @@ export class UpdatePolicyStoreCommand extends $Command< UpdatePolicyStoreCommandOutput, VerifiedPermissionsClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -202,9 +199,7 @@ export class UpdatePolicyStoreCommand extends $Command< * @public */ constructor(readonly input: UpdatePolicyStoreCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -257,7 +252,4 @@ export class UpdatePolicyStoreCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdatePolicyStoreCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-verifiedpermissions/src/commands/UpdatePolicyTemplateCommand.ts b/clients/client-verifiedpermissions/src/commands/UpdatePolicyTemplateCommand.ts index eccc2202f086..57c41357ea85 100644 --- a/clients/client-verifiedpermissions/src/commands/UpdatePolicyTemplateCommand.ts +++ b/clients/client-verifiedpermissions/src/commands/UpdatePolicyTemplateCommand.ts @@ -196,9 +196,6 @@ export class UpdatePolicyTemplateCommand extends $Command< UpdatePolicyTemplateCommandOutput, VerifiedPermissionsClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -212,9 +209,7 @@ export class UpdatePolicyTemplateCommand extends $Command< * @public */ constructor(readonly input: UpdatePolicyTemplateCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -267,7 +262,4 @@ export class UpdatePolicyTemplateCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdatePolicyTemplateCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-voice-id/package.json b/clients/client-voice-id/package.json index 7265db58280e..94a03bbabdcb 100644 --- a/clients/client-voice-id/package.json +++ b/clients/client-voice-id/package.json @@ -34,29 +34,29 @@ "@aws-sdk/util-endpoints": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@smithy/config-resolver": "^2.0.16", - "@smithy/fetch-http-handler": "^2.2.4", - "@smithy/hash-node": "^2.0.12", - "@smithy/invalid-dependency": "^2.0.12", - "@smithy/middleware-content-length": "^2.0.14", - "@smithy/middleware-endpoint": "^2.1.3", - "@smithy/middleware-retry": "^2.0.18", - "@smithy/middleware-serde": "^2.0.12", - "@smithy/middleware-stack": "^2.0.6", - "@smithy/node-config-provider": "^2.1.3", - "@smithy/node-http-handler": "^2.1.8", - "@smithy/protocol-http": "^3.0.8", - "@smithy/smithy-client": "^2.1.12", - "@smithy/types": "^2.4.0", - "@smithy/url-parser": "^2.0.12", - "@smithy/util-base64": "^2.0.0", + "@smithy/config-resolver": "^2.0.18", + "@smithy/fetch-http-handler": "^2.2.6", + "@smithy/hash-node": "^2.0.15", + "@smithy/invalid-dependency": "^2.0.13", + "@smithy/middleware-content-length": "^2.0.15", + "@smithy/middleware-endpoint": "^2.2.0", + "@smithy/middleware-retry": "^2.0.20", + "@smithy/middleware-serde": "^2.0.13", + "@smithy/middleware-stack": "^2.0.7", + "@smithy/node-config-provider": "^2.1.5", + "@smithy/node-http-handler": "^2.1.9", + "@smithy/protocol-http": "^3.0.9", + "@smithy/smithy-client": "^2.1.15", + "@smithy/types": "^2.5.0", + "@smithy/url-parser": "^2.0.13", + "@smithy/util-base64": "^2.0.1", "@smithy/util-body-length-browser": "^2.0.0", "@smithy/util-body-length-node": "^2.1.0", - "@smithy/util-defaults-mode-browser": "^2.0.16", - "@smithy/util-defaults-mode-node": "^2.0.21", - "@smithy/util-endpoints": "^1.0.2", - "@smithy/util-retry": "^2.0.5", - "@smithy/util-utf8": "^2.0.0", + "@smithy/util-defaults-mode-browser": "^2.0.19", + "@smithy/util-defaults-mode-node": "^2.0.25", + "@smithy/util-endpoints": "^1.0.4", + "@smithy/util-retry": "^2.0.6", + "@smithy/util-utf8": "^2.0.2", "tslib": "^2.5.0", "uuid": "^8.3.2" }, diff --git a/clients/client-voice-id/src/commands/AssociateFraudsterCommand.ts b/clients/client-voice-id/src/commands/AssociateFraudsterCommand.ts index 052c231d29c9..5e3355786ed9 100644 --- a/clients/client-voice-id/src/commands/AssociateFraudsterCommand.ts +++ b/clients/client-voice-id/src/commands/AssociateFraudsterCommand.ts @@ -111,9 +111,6 @@ export class AssociateFraudsterCommand extends $Command< AssociateFraudsterCommandOutput, VoiceIDClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -127,9 +124,7 @@ export class AssociateFraudsterCommand extends $Command< * @public */ constructor(readonly input: AssociateFraudsterCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -182,7 +177,4 @@ export class AssociateFraudsterCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_AssociateFraudsterCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-voice-id/src/commands/CreateDomainCommand.ts b/clients/client-voice-id/src/commands/CreateDomainCommand.ts index 4548d44b8e05..8b4bd633a44c 100644 --- a/clients/client-voice-id/src/commands/CreateDomainCommand.ts +++ b/clients/client-voice-id/src/commands/CreateDomainCommand.ts @@ -134,9 +134,6 @@ export class CreateDomainCommand extends $Command< CreateDomainCommandOutput, VoiceIDClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -150,9 +147,7 @@ export class CreateDomainCommand extends $Command< * @public */ constructor(readonly input: CreateDomainCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -203,7 +198,4 @@ export class CreateDomainCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateDomainCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-voice-id/src/commands/CreateWatchlistCommand.ts b/clients/client-voice-id/src/commands/CreateWatchlistCommand.ts index c6c46743480f..b13913b6da8e 100644 --- a/clients/client-voice-id/src/commands/CreateWatchlistCommand.ts +++ b/clients/client-voice-id/src/commands/CreateWatchlistCommand.ts @@ -114,9 +114,6 @@ export class CreateWatchlistCommand extends $Command< CreateWatchlistCommandOutput, VoiceIDClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -130,9 +127,7 @@ export class CreateWatchlistCommand extends $Command< * @public */ constructor(readonly input: CreateWatchlistCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -185,7 +180,4 @@ export class CreateWatchlistCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateWatchlistCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-voice-id/src/commands/DeleteDomainCommand.ts b/clients/client-voice-id/src/commands/DeleteDomainCommand.ts index 7cad6e13e914..67edcf4e10fe 100644 --- a/clients/client-voice-id/src/commands/DeleteDomainCommand.ts +++ b/clients/client-voice-id/src/commands/DeleteDomainCommand.ts @@ -93,9 +93,6 @@ export class DeleteDomainCommand extends $Command< DeleteDomainCommandOutput, VoiceIDClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -109,9 +106,7 @@ export class DeleteDomainCommand extends $Command< * @public */ constructor(readonly input: DeleteDomainCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -162,7 +157,4 @@ export class DeleteDomainCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteDomainCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-voice-id/src/commands/DeleteFraudsterCommand.ts b/clients/client-voice-id/src/commands/DeleteFraudsterCommand.ts index 3c263d82f488..7f74bb46d148 100644 --- a/clients/client-voice-id/src/commands/DeleteFraudsterCommand.ts +++ b/clients/client-voice-id/src/commands/DeleteFraudsterCommand.ts @@ -94,9 +94,6 @@ export class DeleteFraudsterCommand extends $Command< DeleteFraudsterCommandOutput, VoiceIDClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -110,9 +107,7 @@ export class DeleteFraudsterCommand extends $Command< * @public */ constructor(readonly input: DeleteFraudsterCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -165,7 +160,4 @@ export class DeleteFraudsterCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteFraudsterCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-voice-id/src/commands/DeleteSpeakerCommand.ts b/clients/client-voice-id/src/commands/DeleteSpeakerCommand.ts index d01e0c02e1f9..34d16a953e64 100644 --- a/clients/client-voice-id/src/commands/DeleteSpeakerCommand.ts +++ b/clients/client-voice-id/src/commands/DeleteSpeakerCommand.ts @@ -94,9 +94,6 @@ export class DeleteSpeakerCommand extends $Command< DeleteSpeakerCommandOutput, VoiceIDClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -110,9 +107,7 @@ export class DeleteSpeakerCommand extends $Command< * @public */ constructor(readonly input: DeleteSpeakerCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -163,7 +158,4 @@ export class DeleteSpeakerCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteSpeakerCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-voice-id/src/commands/DeleteWatchlistCommand.ts b/clients/client-voice-id/src/commands/DeleteWatchlistCommand.ts index 93deafddcada..9a97cd70b980 100644 --- a/clients/client-voice-id/src/commands/DeleteWatchlistCommand.ts +++ b/clients/client-voice-id/src/commands/DeleteWatchlistCommand.ts @@ -96,9 +96,6 @@ export class DeleteWatchlistCommand extends $Command< DeleteWatchlistCommandOutput, VoiceIDClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -112,9 +109,7 @@ export class DeleteWatchlistCommand extends $Command< * @public */ constructor(readonly input: DeleteWatchlistCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -167,7 +162,4 @@ export class DeleteWatchlistCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteWatchlistCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-voice-id/src/commands/DescribeDomainCommand.ts b/clients/client-voice-id/src/commands/DescribeDomainCommand.ts index 6afeef7ce97b..386cc6a88feb 100644 --- a/clients/client-voice-id/src/commands/DescribeDomainCommand.ts +++ b/clients/client-voice-id/src/commands/DescribeDomainCommand.ts @@ -114,9 +114,6 @@ export class DescribeDomainCommand extends $Command< DescribeDomainCommandOutput, VoiceIDClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -130,9 +127,7 @@ export class DescribeDomainCommand extends $Command< * @public */ constructor(readonly input: DescribeDomainCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -185,7 +180,4 @@ export class DescribeDomainCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DescribeDomainCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-voice-id/src/commands/DescribeFraudsterCommand.ts b/clients/client-voice-id/src/commands/DescribeFraudsterCommand.ts index 2983f15f4e21..3be766d62aa3 100644 --- a/clients/client-voice-id/src/commands/DescribeFraudsterCommand.ts +++ b/clients/client-voice-id/src/commands/DescribeFraudsterCommand.ts @@ -103,9 +103,6 @@ export class DescribeFraudsterCommand extends $Command< DescribeFraudsterCommandOutput, VoiceIDClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -119,9 +116,7 @@ export class DescribeFraudsterCommand extends $Command< * @public */ constructor(readonly input: DescribeFraudsterCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -174,7 +169,4 @@ export class DescribeFraudsterCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DescribeFraudsterCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-voice-id/src/commands/DescribeFraudsterRegistrationJobCommand.ts b/clients/client-voice-id/src/commands/DescribeFraudsterRegistrationJobCommand.ts index 07140bb2cfa6..0c34562ae979 100644 --- a/clients/client-voice-id/src/commands/DescribeFraudsterRegistrationJobCommand.ts +++ b/clients/client-voice-id/src/commands/DescribeFraudsterRegistrationJobCommand.ts @@ -130,9 +130,6 @@ export class DescribeFraudsterRegistrationJobCommand extends $Command< DescribeFraudsterRegistrationJobCommandOutput, VoiceIDClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -146,9 +143,7 @@ export class DescribeFraudsterRegistrationJobCommand extends $Command< * @public */ constructor(readonly input: DescribeFraudsterRegistrationJobCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -207,7 +202,4 @@ export class DescribeFraudsterRegistrationJobCommand extends $Command< ): Promise { return de_DescribeFraudsterRegistrationJobCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-voice-id/src/commands/DescribeSpeakerCommand.ts b/clients/client-voice-id/src/commands/DescribeSpeakerCommand.ts index 285749016668..3abcf10d1fb9 100644 --- a/clients/client-voice-id/src/commands/DescribeSpeakerCommand.ts +++ b/clients/client-voice-id/src/commands/DescribeSpeakerCommand.ts @@ -105,9 +105,6 @@ export class DescribeSpeakerCommand extends $Command< DescribeSpeakerCommandOutput, VoiceIDClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -121,9 +118,7 @@ export class DescribeSpeakerCommand extends $Command< * @public */ constructor(readonly input: DescribeSpeakerCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -176,7 +171,4 @@ export class DescribeSpeakerCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DescribeSpeakerCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-voice-id/src/commands/DescribeSpeakerEnrollmentJobCommand.ts b/clients/client-voice-id/src/commands/DescribeSpeakerEnrollmentJobCommand.ts index d25808834a45..1d7e6732bc8b 100644 --- a/clients/client-voice-id/src/commands/DescribeSpeakerEnrollmentJobCommand.ts +++ b/clients/client-voice-id/src/commands/DescribeSpeakerEnrollmentJobCommand.ts @@ -133,9 +133,6 @@ export class DescribeSpeakerEnrollmentJobCommand extends $Command< DescribeSpeakerEnrollmentJobCommandOutput, VoiceIDClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -149,9 +146,7 @@ export class DescribeSpeakerEnrollmentJobCommand extends $Command< * @public */ constructor(readonly input: DescribeSpeakerEnrollmentJobCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -207,7 +202,4 @@ export class DescribeSpeakerEnrollmentJobCommand extends $Command< ): Promise { return de_DescribeSpeakerEnrollmentJobCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-voice-id/src/commands/DescribeWatchlistCommand.ts b/clients/client-voice-id/src/commands/DescribeWatchlistCommand.ts index afd065da9329..2822c31313ab 100644 --- a/clients/client-voice-id/src/commands/DescribeWatchlistCommand.ts +++ b/clients/client-voice-id/src/commands/DescribeWatchlistCommand.ts @@ -104,9 +104,6 @@ export class DescribeWatchlistCommand extends $Command< DescribeWatchlistCommandOutput, VoiceIDClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -120,9 +117,7 @@ export class DescribeWatchlistCommand extends $Command< * @public */ constructor(readonly input: DescribeWatchlistCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -175,7 +170,4 @@ export class DescribeWatchlistCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DescribeWatchlistCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-voice-id/src/commands/DisassociateFraudsterCommand.ts b/clients/client-voice-id/src/commands/DisassociateFraudsterCommand.ts index c7fe46c1b18c..25d121a8eebb 100644 --- a/clients/client-voice-id/src/commands/DisassociateFraudsterCommand.ts +++ b/clients/client-voice-id/src/commands/DisassociateFraudsterCommand.ts @@ -111,9 +111,6 @@ export class DisassociateFraudsterCommand extends $Command< DisassociateFraudsterCommandOutput, VoiceIDClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -127,9 +124,7 @@ export class DisassociateFraudsterCommand extends $Command< * @public */ constructor(readonly input: DisassociateFraudsterCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -182,7 +177,4 @@ export class DisassociateFraudsterCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DisassociateFraudsterCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-voice-id/src/commands/EvaluateSessionCommand.ts b/clients/client-voice-id/src/commands/EvaluateSessionCommand.ts index 9a73faab10b2..4cbae79e0781 100644 --- a/clients/client-voice-id/src/commands/EvaluateSessionCommand.ts +++ b/clients/client-voice-id/src/commands/EvaluateSessionCommand.ts @@ -138,9 +138,6 @@ export class EvaluateSessionCommand extends $Command< EvaluateSessionCommandOutput, VoiceIDClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -154,9 +151,7 @@ export class EvaluateSessionCommand extends $Command< * @public */ constructor(readonly input: EvaluateSessionCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -209,7 +204,4 @@ export class EvaluateSessionCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_EvaluateSessionCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-voice-id/src/commands/ListDomainsCommand.ts b/clients/client-voice-id/src/commands/ListDomainsCommand.ts index fab54c67a4bb..41fb93744098 100644 --- a/clients/client-voice-id/src/commands/ListDomainsCommand.ts +++ b/clients/client-voice-id/src/commands/ListDomainsCommand.ts @@ -110,9 +110,6 @@ export class ListDomainsCommand extends $Command< ListDomainsCommandOutput, VoiceIDClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -126,9 +123,7 @@ export class ListDomainsCommand extends $Command< * @public */ constructor(readonly input: ListDomainsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -179,7 +174,4 @@ export class ListDomainsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListDomainsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-voice-id/src/commands/ListFraudsterRegistrationJobsCommand.ts b/clients/client-voice-id/src/commands/ListFraudsterRegistrationJobsCommand.ts index 072d49d0d918..790fbb80f7bc 100644 --- a/clients/client-voice-id/src/commands/ListFraudsterRegistrationJobsCommand.ts +++ b/clients/client-voice-id/src/commands/ListFraudsterRegistrationJobsCommand.ts @@ -122,9 +122,6 @@ export class ListFraudsterRegistrationJobsCommand extends $Command< ListFraudsterRegistrationJobsCommandOutput, VoiceIDClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -138,9 +135,7 @@ export class ListFraudsterRegistrationJobsCommand extends $Command< * @public */ constructor(readonly input: ListFraudsterRegistrationJobsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -196,7 +191,4 @@ export class ListFraudsterRegistrationJobsCommand extends $Command< ): Promise { return de_ListFraudsterRegistrationJobsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-voice-id/src/commands/ListFraudstersCommand.ts b/clients/client-voice-id/src/commands/ListFraudstersCommand.ts index 3aca35340885..bea8e3480d1c 100644 --- a/clients/client-voice-id/src/commands/ListFraudstersCommand.ts +++ b/clients/client-voice-id/src/commands/ListFraudstersCommand.ts @@ -104,9 +104,6 @@ export class ListFraudstersCommand extends $Command< ListFraudstersCommandOutput, VoiceIDClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -120,9 +117,7 @@ export class ListFraudstersCommand extends $Command< * @public */ constructor(readonly input: ListFraudstersCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -175,7 +170,4 @@ export class ListFraudstersCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListFraudstersCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-voice-id/src/commands/ListSpeakerEnrollmentJobsCommand.ts b/clients/client-voice-id/src/commands/ListSpeakerEnrollmentJobsCommand.ts index fa6d6101acf1..e73cb104755b 100644 --- a/clients/client-voice-id/src/commands/ListSpeakerEnrollmentJobsCommand.ts +++ b/clients/client-voice-id/src/commands/ListSpeakerEnrollmentJobsCommand.ts @@ -117,9 +117,6 @@ export class ListSpeakerEnrollmentJobsCommand extends $Command< ListSpeakerEnrollmentJobsCommandOutput, VoiceIDClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -133,9 +130,7 @@ export class ListSpeakerEnrollmentJobsCommand extends $Command< * @public */ constructor(readonly input: ListSpeakerEnrollmentJobsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -191,7 +186,4 @@ export class ListSpeakerEnrollmentJobsCommand extends $Command< ): Promise { return de_ListSpeakerEnrollmentJobsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-voice-id/src/commands/ListSpeakersCommand.ts b/clients/client-voice-id/src/commands/ListSpeakersCommand.ts index 190d415d78ff..75f243e4bf91 100644 --- a/clients/client-voice-id/src/commands/ListSpeakersCommand.ts +++ b/clients/client-voice-id/src/commands/ListSpeakersCommand.ts @@ -104,9 +104,6 @@ export class ListSpeakersCommand extends $Command< ListSpeakersCommandOutput, VoiceIDClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -120,9 +117,7 @@ export class ListSpeakersCommand extends $Command< * @public */ constructor(readonly input: ListSpeakersCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -173,7 +168,4 @@ export class ListSpeakersCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListSpeakersCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-voice-id/src/commands/ListTagsForResourceCommand.ts b/clients/client-voice-id/src/commands/ListTagsForResourceCommand.ts index c236be462fb0..5a771e4137d7 100644 --- a/clients/client-voice-id/src/commands/ListTagsForResourceCommand.ts +++ b/clients/client-voice-id/src/commands/ListTagsForResourceCommand.ts @@ -100,9 +100,6 @@ export class ListTagsForResourceCommand extends $Command< ListTagsForResourceCommandOutput, VoiceIDClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -116,9 +113,7 @@ export class ListTagsForResourceCommand extends $Command< * @public */ constructor(readonly input: ListTagsForResourceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -171,7 +166,4 @@ export class ListTagsForResourceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListTagsForResourceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-voice-id/src/commands/ListWatchlistsCommand.ts b/clients/client-voice-id/src/commands/ListWatchlistsCommand.ts index c9f4445d0a36..31c03bfe5793 100644 --- a/clients/client-voice-id/src/commands/ListWatchlistsCommand.ts +++ b/clients/client-voice-id/src/commands/ListWatchlistsCommand.ts @@ -108,9 +108,6 @@ export class ListWatchlistsCommand extends $Command< ListWatchlistsCommandOutput, VoiceIDClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -124,9 +121,7 @@ export class ListWatchlistsCommand extends $Command< * @public */ constructor(readonly input: ListWatchlistsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -179,7 +174,4 @@ export class ListWatchlistsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListWatchlistsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-voice-id/src/commands/OptOutSpeakerCommand.ts b/clients/client-voice-id/src/commands/OptOutSpeakerCommand.ts index 33fec05c8307..ee08c8d3161c 100644 --- a/clients/client-voice-id/src/commands/OptOutSpeakerCommand.ts +++ b/clients/client-voice-id/src/commands/OptOutSpeakerCommand.ts @@ -117,9 +117,6 @@ export class OptOutSpeakerCommand extends $Command< OptOutSpeakerCommandOutput, VoiceIDClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -133,9 +130,7 @@ export class OptOutSpeakerCommand extends $Command< * @public */ constructor(readonly input: OptOutSpeakerCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -186,7 +181,4 @@ export class OptOutSpeakerCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_OptOutSpeakerCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-voice-id/src/commands/StartFraudsterRegistrationJobCommand.ts b/clients/client-voice-id/src/commands/StartFraudsterRegistrationJobCommand.ts index 6fb27d1e56ce..08706aad095a 100644 --- a/clients/client-voice-id/src/commands/StartFraudsterRegistrationJobCommand.ts +++ b/clients/client-voice-id/src/commands/StartFraudsterRegistrationJobCommand.ts @@ -154,9 +154,6 @@ export class StartFraudsterRegistrationJobCommand extends $Command< StartFraudsterRegistrationJobCommandOutput, VoiceIDClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -170,9 +167,7 @@ export class StartFraudsterRegistrationJobCommand extends $Command< * @public */ constructor(readonly input: StartFraudsterRegistrationJobCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -228,7 +223,4 @@ export class StartFraudsterRegistrationJobCommand extends $Command< ): Promise { return de_StartFraudsterRegistrationJobCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-voice-id/src/commands/StartSpeakerEnrollmentJobCommand.ts b/clients/client-voice-id/src/commands/StartSpeakerEnrollmentJobCommand.ts index ad227a557935..754ad8293cca 100644 --- a/clients/client-voice-id/src/commands/StartSpeakerEnrollmentJobCommand.ts +++ b/clients/client-voice-id/src/commands/StartSpeakerEnrollmentJobCommand.ts @@ -155,9 +155,6 @@ export class StartSpeakerEnrollmentJobCommand extends $Command< StartSpeakerEnrollmentJobCommandOutput, VoiceIDClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -171,9 +168,7 @@ export class StartSpeakerEnrollmentJobCommand extends $Command< * @public */ constructor(readonly input: StartSpeakerEnrollmentJobCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -229,7 +224,4 @@ export class StartSpeakerEnrollmentJobCommand extends $Command< ): Promise { return de_StartSpeakerEnrollmentJobCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-voice-id/src/commands/TagResourceCommand.ts b/clients/client-voice-id/src/commands/TagResourceCommand.ts index 31a40617f13a..e02a3d7dcd90 100644 --- a/clients/client-voice-id/src/commands/TagResourceCommand.ts +++ b/clients/client-voice-id/src/commands/TagResourceCommand.ts @@ -99,9 +99,6 @@ export class TagResourceCommand extends $Command< TagResourceCommandOutput, VoiceIDClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -115,9 +112,7 @@ export class TagResourceCommand extends $Command< * @public */ constructor(readonly input: TagResourceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -168,7 +163,4 @@ export class TagResourceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_TagResourceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-voice-id/src/commands/UntagResourceCommand.ts b/clients/client-voice-id/src/commands/UntagResourceCommand.ts index 56d649858ef5..76da47036199 100644 --- a/clients/client-voice-id/src/commands/UntagResourceCommand.ts +++ b/clients/client-voice-id/src/commands/UntagResourceCommand.ts @@ -100,9 +100,6 @@ export class UntagResourceCommand extends $Command< UntagResourceCommandOutput, VoiceIDClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -116,9 +113,7 @@ export class UntagResourceCommand extends $Command< * @public */ constructor(readonly input: UntagResourceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -169,7 +164,4 @@ export class UntagResourceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UntagResourceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-voice-id/src/commands/UpdateDomainCommand.ts b/clients/client-voice-id/src/commands/UpdateDomainCommand.ts index 763df3cc608b..0eda7ee01d56 100644 --- a/clients/client-voice-id/src/commands/UpdateDomainCommand.ts +++ b/clients/client-voice-id/src/commands/UpdateDomainCommand.ts @@ -126,9 +126,6 @@ export class UpdateDomainCommand extends $Command< UpdateDomainCommandOutput, VoiceIDClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -142,9 +139,7 @@ export class UpdateDomainCommand extends $Command< * @public */ constructor(readonly input: UpdateDomainCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -195,7 +190,4 @@ export class UpdateDomainCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdateDomainCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-voice-id/src/commands/UpdateWatchlistCommand.ts b/clients/client-voice-id/src/commands/UpdateWatchlistCommand.ts index b569167853df..2852691a3483 100644 --- a/clients/client-voice-id/src/commands/UpdateWatchlistCommand.ts +++ b/clients/client-voice-id/src/commands/UpdateWatchlistCommand.ts @@ -112,9 +112,6 @@ export class UpdateWatchlistCommand extends $Command< UpdateWatchlistCommandOutput, VoiceIDClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -128,9 +125,7 @@ export class UpdateWatchlistCommand extends $Command< * @public */ constructor(readonly input: UpdateWatchlistCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -183,7 +178,4 @@ export class UpdateWatchlistCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdateWatchlistCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-vpc-lattice/package.json b/clients/client-vpc-lattice/package.json index 95639f5e44da..5d626ed7f125 100644 --- a/clients/client-vpc-lattice/package.json +++ b/clients/client-vpc-lattice/package.json @@ -34,29 +34,29 @@ "@aws-sdk/util-endpoints": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@smithy/config-resolver": "^2.0.16", - "@smithy/fetch-http-handler": "^2.2.4", - "@smithy/hash-node": "^2.0.12", - "@smithy/invalid-dependency": "^2.0.12", - "@smithy/middleware-content-length": "^2.0.14", - "@smithy/middleware-endpoint": "^2.1.3", - "@smithy/middleware-retry": "^2.0.18", - "@smithy/middleware-serde": "^2.0.12", - "@smithy/middleware-stack": "^2.0.6", - "@smithy/node-config-provider": "^2.1.3", - "@smithy/node-http-handler": "^2.1.8", - "@smithy/protocol-http": "^3.0.8", - "@smithy/smithy-client": "^2.1.12", - "@smithy/types": "^2.4.0", - "@smithy/url-parser": "^2.0.12", - "@smithy/util-base64": "^2.0.0", + "@smithy/config-resolver": "^2.0.18", + "@smithy/fetch-http-handler": "^2.2.6", + "@smithy/hash-node": "^2.0.15", + "@smithy/invalid-dependency": "^2.0.13", + "@smithy/middleware-content-length": "^2.0.15", + "@smithy/middleware-endpoint": "^2.2.0", + "@smithy/middleware-retry": "^2.0.20", + "@smithy/middleware-serde": "^2.0.13", + "@smithy/middleware-stack": "^2.0.7", + "@smithy/node-config-provider": "^2.1.5", + "@smithy/node-http-handler": "^2.1.9", + "@smithy/protocol-http": "^3.0.9", + "@smithy/smithy-client": "^2.1.15", + "@smithy/types": "^2.5.0", + "@smithy/url-parser": "^2.0.13", + "@smithy/util-base64": "^2.0.1", "@smithy/util-body-length-browser": "^2.0.0", "@smithy/util-body-length-node": "^2.1.0", - "@smithy/util-defaults-mode-browser": "^2.0.16", - "@smithy/util-defaults-mode-node": "^2.0.21", - "@smithy/util-endpoints": "^1.0.2", - "@smithy/util-retry": "^2.0.5", - "@smithy/util-utf8": "^2.0.0", + "@smithy/util-defaults-mode-browser": "^2.0.19", + "@smithy/util-defaults-mode-node": "^2.0.25", + "@smithy/util-endpoints": "^1.0.4", + "@smithy/util-retry": "^2.0.6", + "@smithy/util-utf8": "^2.0.2", "tslib": "^2.5.0", "uuid": "^8.3.2" }, diff --git a/clients/client-vpc-lattice/src/commands/BatchUpdateRuleCommand.ts b/clients/client-vpc-lattice/src/commands/BatchUpdateRuleCommand.ts index c6774f03605e..d5c9ea3cc6e2 100644 --- a/clients/client-vpc-lattice/src/commands/BatchUpdateRuleCommand.ts +++ b/clients/client-vpc-lattice/src/commands/BatchUpdateRuleCommand.ts @@ -185,9 +185,6 @@ export class BatchUpdateRuleCommand extends $Command< BatchUpdateRuleCommandOutput, VPCLatticeClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -201,9 +198,7 @@ export class BatchUpdateRuleCommand extends $Command< * @public */ constructor(readonly input: BatchUpdateRuleCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -256,7 +251,4 @@ export class BatchUpdateRuleCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_BatchUpdateRuleCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-vpc-lattice/src/commands/CreateAccessLogSubscriptionCommand.ts b/clients/client-vpc-lattice/src/commands/CreateAccessLogSubscriptionCommand.ts index 692bbe79c0a5..094abc1cb861 100644 --- a/clients/client-vpc-lattice/src/commands/CreateAccessLogSubscriptionCommand.ts +++ b/clients/client-vpc-lattice/src/commands/CreateAccessLogSubscriptionCommand.ts @@ -109,9 +109,6 @@ export class CreateAccessLogSubscriptionCommand extends $Command< CreateAccessLogSubscriptionCommandOutput, VPCLatticeClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -125,9 +122,7 @@ export class CreateAccessLogSubscriptionCommand extends $Command< * @public */ constructor(readonly input: CreateAccessLogSubscriptionCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -183,7 +178,4 @@ export class CreateAccessLogSubscriptionCommand extends $Command< ): Promise { return de_CreateAccessLogSubscriptionCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-vpc-lattice/src/commands/CreateListenerCommand.ts b/clients/client-vpc-lattice/src/commands/CreateListenerCommand.ts index ea2fd52be2ee..e62637389729 100644 --- a/clients/client-vpc-lattice/src/commands/CreateListenerCommand.ts +++ b/clients/client-vpc-lattice/src/commands/CreateListenerCommand.ts @@ -135,9 +135,6 @@ export class CreateListenerCommand extends $Command< CreateListenerCommandOutput, VPCLatticeClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -151,9 +148,7 @@ export class CreateListenerCommand extends $Command< * @public */ constructor(readonly input: CreateListenerCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -206,7 +201,4 @@ export class CreateListenerCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateListenerCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-vpc-lattice/src/commands/CreateRuleCommand.ts b/clients/client-vpc-lattice/src/commands/CreateRuleCommand.ts index 2a27e34cc159..25d682107fa7 100644 --- a/clients/client-vpc-lattice/src/commands/CreateRuleCommand.ts +++ b/clients/client-vpc-lattice/src/commands/CreateRuleCommand.ts @@ -178,9 +178,6 @@ export class CreateRuleCommand extends $Command< CreateRuleCommandOutput, VPCLatticeClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -194,9 +191,7 @@ export class CreateRuleCommand extends $Command< * @public */ constructor(readonly input: CreateRuleCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -247,7 +242,4 @@ export class CreateRuleCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateRuleCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-vpc-lattice/src/commands/CreateServiceCommand.ts b/clients/client-vpc-lattice/src/commands/CreateServiceCommand.ts index 801e630db7b4..fdccb65a5e5d 100644 --- a/clients/client-vpc-lattice/src/commands/CreateServiceCommand.ts +++ b/clients/client-vpc-lattice/src/commands/CreateServiceCommand.ts @@ -113,9 +113,6 @@ export class CreateServiceCommand extends $Command< CreateServiceCommandOutput, VPCLatticeClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -129,9 +126,7 @@ export class CreateServiceCommand extends $Command< * @public */ constructor(readonly input: CreateServiceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -182,7 +177,4 @@ export class CreateServiceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateServiceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-vpc-lattice/src/commands/CreateServiceNetworkCommand.ts b/clients/client-vpc-lattice/src/commands/CreateServiceNetworkCommand.ts index 68fbacd64618..3582b1bdddf4 100644 --- a/clients/client-vpc-lattice/src/commands/CreateServiceNetworkCommand.ts +++ b/clients/client-vpc-lattice/src/commands/CreateServiceNetworkCommand.ts @@ -104,9 +104,6 @@ export class CreateServiceNetworkCommand extends $Command< CreateServiceNetworkCommandOutput, VPCLatticeClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -120,9 +117,7 @@ export class CreateServiceNetworkCommand extends $Command< * @public */ constructor(readonly input: CreateServiceNetworkCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -175,7 +170,4 @@ export class CreateServiceNetworkCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateServiceNetworkCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-vpc-lattice/src/commands/CreateServiceNetworkServiceAssociationCommand.ts b/clients/client-vpc-lattice/src/commands/CreateServiceNetworkServiceAssociationCommand.ts index 7cf4e831172f..02ad403ef257 100644 --- a/clients/client-vpc-lattice/src/commands/CreateServiceNetworkServiceAssociationCommand.ts +++ b/clients/client-vpc-lattice/src/commands/CreateServiceNetworkServiceAssociationCommand.ts @@ -122,9 +122,6 @@ export class CreateServiceNetworkServiceAssociationCommand extends $Command< CreateServiceNetworkServiceAssociationCommandOutput, VPCLatticeClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -138,9 +135,7 @@ export class CreateServiceNetworkServiceAssociationCommand extends $Command< * @public */ constructor(readonly input: CreateServiceNetworkServiceAssociationCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -199,7 +194,4 @@ export class CreateServiceNetworkServiceAssociationCommand extends $Command< ): Promise { return de_CreateServiceNetworkServiceAssociationCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-vpc-lattice/src/commands/CreateServiceNetworkVpcAssociationCommand.ts b/clients/client-vpc-lattice/src/commands/CreateServiceNetworkVpcAssociationCommand.ts index 826533a6a624..c809975d550f 100644 --- a/clients/client-vpc-lattice/src/commands/CreateServiceNetworkVpcAssociationCommand.ts +++ b/clients/client-vpc-lattice/src/commands/CreateServiceNetworkVpcAssociationCommand.ts @@ -124,9 +124,6 @@ export class CreateServiceNetworkVpcAssociationCommand extends $Command< CreateServiceNetworkVpcAssociationCommandOutput, VPCLatticeClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -140,9 +137,7 @@ export class CreateServiceNetworkVpcAssociationCommand extends $Command< * @public */ constructor(readonly input: CreateServiceNetworkVpcAssociationCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -201,7 +196,4 @@ export class CreateServiceNetworkVpcAssociationCommand extends $Command< ): Promise { return de_CreateServiceNetworkVpcAssociationCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-vpc-lattice/src/commands/CreateTargetGroupCommand.ts b/clients/client-vpc-lattice/src/commands/CreateTargetGroupCommand.ts index fb0a307e8b4e..fde56f7b0b44 100644 --- a/clients/client-vpc-lattice/src/commands/CreateTargetGroupCommand.ts +++ b/clients/client-vpc-lattice/src/commands/CreateTargetGroupCommand.ts @@ -149,9 +149,6 @@ export class CreateTargetGroupCommand extends $Command< CreateTargetGroupCommandOutput, VPCLatticeClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -165,9 +162,7 @@ export class CreateTargetGroupCommand extends $Command< * @public */ constructor(readonly input: CreateTargetGroupCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -220,7 +215,4 @@ export class CreateTargetGroupCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateTargetGroupCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-vpc-lattice/src/commands/DeleteAccessLogSubscriptionCommand.ts b/clients/client-vpc-lattice/src/commands/DeleteAccessLogSubscriptionCommand.ts index cd7b18daa9c8..d83ae27342f5 100644 --- a/clients/client-vpc-lattice/src/commands/DeleteAccessLogSubscriptionCommand.ts +++ b/clients/client-vpc-lattice/src/commands/DeleteAccessLogSubscriptionCommand.ts @@ -89,9 +89,6 @@ export class DeleteAccessLogSubscriptionCommand extends $Command< DeleteAccessLogSubscriptionCommandOutput, VPCLatticeClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -105,9 +102,7 @@ export class DeleteAccessLogSubscriptionCommand extends $Command< * @public */ constructor(readonly input: DeleteAccessLogSubscriptionCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -163,7 +158,4 @@ export class DeleteAccessLogSubscriptionCommand extends $Command< ): Promise { return de_DeleteAccessLogSubscriptionCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-vpc-lattice/src/commands/DeleteAuthPolicyCommand.ts b/clients/client-vpc-lattice/src/commands/DeleteAuthPolicyCommand.ts index 8536ac08fc41..05fd65c60369 100644 --- a/clients/client-vpc-lattice/src/commands/DeleteAuthPolicyCommand.ts +++ b/clients/client-vpc-lattice/src/commands/DeleteAuthPolicyCommand.ts @@ -87,9 +87,6 @@ export class DeleteAuthPolicyCommand extends $Command< DeleteAuthPolicyCommandOutput, VPCLatticeClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -103,9 +100,7 @@ export class DeleteAuthPolicyCommand extends $Command< * @public */ constructor(readonly input: DeleteAuthPolicyCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -158,7 +153,4 @@ export class DeleteAuthPolicyCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteAuthPolicyCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-vpc-lattice/src/commands/DeleteListenerCommand.ts b/clients/client-vpc-lattice/src/commands/DeleteListenerCommand.ts index e1a9b1a5af99..f00da26292db 100644 --- a/clients/client-vpc-lattice/src/commands/DeleteListenerCommand.ts +++ b/clients/client-vpc-lattice/src/commands/DeleteListenerCommand.ts @@ -89,9 +89,6 @@ export class DeleteListenerCommand extends $Command< DeleteListenerCommandOutput, VPCLatticeClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -105,9 +102,7 @@ export class DeleteListenerCommand extends $Command< * @public */ constructor(readonly input: DeleteListenerCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -160,7 +155,4 @@ export class DeleteListenerCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteListenerCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-vpc-lattice/src/commands/DeleteResourcePolicyCommand.ts b/clients/client-vpc-lattice/src/commands/DeleteResourcePolicyCommand.ts index 1fc04ad83613..eed4b02c0033 100644 --- a/clients/client-vpc-lattice/src/commands/DeleteResourcePolicyCommand.ts +++ b/clients/client-vpc-lattice/src/commands/DeleteResourcePolicyCommand.ts @@ -84,9 +84,6 @@ export class DeleteResourcePolicyCommand extends $Command< DeleteResourcePolicyCommandOutput, VPCLatticeClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -100,9 +97,7 @@ export class DeleteResourcePolicyCommand extends $Command< * @public */ constructor(readonly input: DeleteResourcePolicyCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -155,7 +150,4 @@ export class DeleteResourcePolicyCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteResourcePolicyCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-vpc-lattice/src/commands/DeleteRuleCommand.ts b/clients/client-vpc-lattice/src/commands/DeleteRuleCommand.ts index bbc7e93ac721..9123515484fb 100644 --- a/clients/client-vpc-lattice/src/commands/DeleteRuleCommand.ts +++ b/clients/client-vpc-lattice/src/commands/DeleteRuleCommand.ts @@ -95,9 +95,6 @@ export class DeleteRuleCommand extends $Command< DeleteRuleCommandOutput, VPCLatticeClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -111,9 +108,7 @@ export class DeleteRuleCommand extends $Command< * @public */ constructor(readonly input: DeleteRuleCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -164,7 +159,4 @@ export class DeleteRuleCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteRuleCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-vpc-lattice/src/commands/DeleteServiceCommand.ts b/clients/client-vpc-lattice/src/commands/DeleteServiceCommand.ts index 9c4c84d89a9a..738a9989005f 100644 --- a/clients/client-vpc-lattice/src/commands/DeleteServiceCommand.ts +++ b/clients/client-vpc-lattice/src/commands/DeleteServiceCommand.ts @@ -97,9 +97,6 @@ export class DeleteServiceCommand extends $Command< DeleteServiceCommandOutput, VPCLatticeClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -113,9 +110,7 @@ export class DeleteServiceCommand extends $Command< * @public */ constructor(readonly input: DeleteServiceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -166,7 +161,4 @@ export class DeleteServiceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteServiceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-vpc-lattice/src/commands/DeleteServiceNetworkCommand.ts b/clients/client-vpc-lattice/src/commands/DeleteServiceNetworkCommand.ts index 1d472973bebd..29f625231f02 100644 --- a/clients/client-vpc-lattice/src/commands/DeleteServiceNetworkCommand.ts +++ b/clients/client-vpc-lattice/src/commands/DeleteServiceNetworkCommand.ts @@ -92,9 +92,6 @@ export class DeleteServiceNetworkCommand extends $Command< DeleteServiceNetworkCommandOutput, VPCLatticeClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -108,9 +105,7 @@ export class DeleteServiceNetworkCommand extends $Command< * @public */ constructor(readonly input: DeleteServiceNetworkCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -163,7 +158,4 @@ export class DeleteServiceNetworkCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteServiceNetworkCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-vpc-lattice/src/commands/DeleteServiceNetworkServiceAssociationCommand.ts b/clients/client-vpc-lattice/src/commands/DeleteServiceNetworkServiceAssociationCommand.ts index 13cc1a4e3428..634f8f4d1f6c 100644 --- a/clients/client-vpc-lattice/src/commands/DeleteServiceNetworkServiceAssociationCommand.ts +++ b/clients/client-vpc-lattice/src/commands/DeleteServiceNetworkServiceAssociationCommand.ts @@ -102,9 +102,6 @@ export class DeleteServiceNetworkServiceAssociationCommand extends $Command< DeleteServiceNetworkServiceAssociationCommandOutput, VPCLatticeClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -118,9 +115,7 @@ export class DeleteServiceNetworkServiceAssociationCommand extends $Command< * @public */ constructor(readonly input: DeleteServiceNetworkServiceAssociationCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -179,7 +174,4 @@ export class DeleteServiceNetworkServiceAssociationCommand extends $Command< ): Promise { return de_DeleteServiceNetworkServiceAssociationCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-vpc-lattice/src/commands/DeleteServiceNetworkVpcAssociationCommand.ts b/clients/client-vpc-lattice/src/commands/DeleteServiceNetworkVpcAssociationCommand.ts index cedf29affb4f..f9def8e62111 100644 --- a/clients/client-vpc-lattice/src/commands/DeleteServiceNetworkVpcAssociationCommand.ts +++ b/clients/client-vpc-lattice/src/commands/DeleteServiceNetworkVpcAssociationCommand.ts @@ -101,9 +101,6 @@ export class DeleteServiceNetworkVpcAssociationCommand extends $Command< DeleteServiceNetworkVpcAssociationCommandOutput, VPCLatticeClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -117,9 +114,7 @@ export class DeleteServiceNetworkVpcAssociationCommand extends $Command< * @public */ constructor(readonly input: DeleteServiceNetworkVpcAssociationCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -178,7 +173,4 @@ export class DeleteServiceNetworkVpcAssociationCommand extends $Command< ): Promise { return de_DeleteServiceNetworkVpcAssociationCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-vpc-lattice/src/commands/DeleteTargetGroupCommand.ts b/clients/client-vpc-lattice/src/commands/DeleteTargetGroupCommand.ts index b2685c7493b0..86b274e2bfbe 100644 --- a/clients/client-vpc-lattice/src/commands/DeleteTargetGroupCommand.ts +++ b/clients/client-vpc-lattice/src/commands/DeleteTargetGroupCommand.ts @@ -90,9 +90,6 @@ export class DeleteTargetGroupCommand extends $Command< DeleteTargetGroupCommandOutput, VPCLatticeClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -106,9 +103,7 @@ export class DeleteTargetGroupCommand extends $Command< * @public */ constructor(readonly input: DeleteTargetGroupCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -161,7 +156,4 @@ export class DeleteTargetGroupCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteTargetGroupCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-vpc-lattice/src/commands/DeregisterTargetsCommand.ts b/clients/client-vpc-lattice/src/commands/DeregisterTargetsCommand.ts index 5a65ecfbff05..a5e5b9bcf92f 100644 --- a/clients/client-vpc-lattice/src/commands/DeregisterTargetsCommand.ts +++ b/clients/client-vpc-lattice/src/commands/DeregisterTargetsCommand.ts @@ -109,9 +109,6 @@ export class DeregisterTargetsCommand extends $Command< DeregisterTargetsCommandOutput, VPCLatticeClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -125,9 +122,7 @@ export class DeregisterTargetsCommand extends $Command< * @public */ constructor(readonly input: DeregisterTargetsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -180,7 +175,4 @@ export class DeregisterTargetsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeregisterTargetsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-vpc-lattice/src/commands/GetAccessLogSubscriptionCommand.ts b/clients/client-vpc-lattice/src/commands/GetAccessLogSubscriptionCommand.ts index 06d5e55c86fc..0784d869e736 100644 --- a/clients/client-vpc-lattice/src/commands/GetAccessLogSubscriptionCommand.ts +++ b/clients/client-vpc-lattice/src/commands/GetAccessLogSubscriptionCommand.ts @@ -92,9 +92,6 @@ export class GetAccessLogSubscriptionCommand extends $Command< GetAccessLogSubscriptionCommandOutput, VPCLatticeClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -108,9 +105,7 @@ export class GetAccessLogSubscriptionCommand extends $Command< * @public */ constructor(readonly input: GetAccessLogSubscriptionCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -163,7 +158,4 @@ export class GetAccessLogSubscriptionCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetAccessLogSubscriptionCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-vpc-lattice/src/commands/GetAuthPolicyCommand.ts b/clients/client-vpc-lattice/src/commands/GetAuthPolicyCommand.ts index def52c7f922a..573e078f04d3 100644 --- a/clients/client-vpc-lattice/src/commands/GetAuthPolicyCommand.ts +++ b/clients/client-vpc-lattice/src/commands/GetAuthPolicyCommand.ts @@ -90,9 +90,6 @@ export class GetAuthPolicyCommand extends $Command< GetAuthPolicyCommandOutput, VPCLatticeClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -106,9 +103,7 @@ export class GetAuthPolicyCommand extends $Command< * @public */ constructor(readonly input: GetAuthPolicyCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -159,7 +154,4 @@ export class GetAuthPolicyCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetAuthPolicyCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-vpc-lattice/src/commands/GetListenerCommand.ts b/clients/client-vpc-lattice/src/commands/GetListenerCommand.ts index 81af84642864..9fccde4f9a5c 100644 --- a/clients/client-vpc-lattice/src/commands/GetListenerCommand.ts +++ b/clients/client-vpc-lattice/src/commands/GetListenerCommand.ts @@ -108,9 +108,6 @@ export class GetListenerCommand extends $Command< GetListenerCommandOutput, VPCLatticeClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -124,9 +121,7 @@ export class GetListenerCommand extends $Command< * @public */ constructor(readonly input: GetListenerCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -177,7 +172,4 @@ export class GetListenerCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetListenerCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-vpc-lattice/src/commands/GetResourcePolicyCommand.ts b/clients/client-vpc-lattice/src/commands/GetResourcePolicyCommand.ts index f54388b887e3..d04248a6650c 100644 --- a/clients/client-vpc-lattice/src/commands/GetResourcePolicyCommand.ts +++ b/clients/client-vpc-lattice/src/commands/GetResourcePolicyCommand.ts @@ -87,9 +87,6 @@ export class GetResourcePolicyCommand extends $Command< GetResourcePolicyCommandOutput, VPCLatticeClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -103,9 +100,7 @@ export class GetResourcePolicyCommand extends $Command< * @public */ constructor(readonly input: GetResourcePolicyCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -158,7 +153,4 @@ export class GetResourcePolicyCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetResourcePolicyCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-vpc-lattice/src/commands/GetRuleCommand.ts b/clients/client-vpc-lattice/src/commands/GetRuleCommand.ts index 3bcde0d94146..fa4382606726 100644 --- a/clients/client-vpc-lattice/src/commands/GetRuleCommand.ts +++ b/clients/client-vpc-lattice/src/commands/GetRuleCommand.ts @@ -132,9 +132,6 @@ export class GetRuleCommand extends $Command< GetRuleCommandOutput, VPCLatticeClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -148,9 +145,7 @@ export class GetRuleCommand extends $Command< * @public */ constructor(readonly input: GetRuleCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -201,7 +196,4 @@ export class GetRuleCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetRuleCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-vpc-lattice/src/commands/GetServiceCommand.ts b/clients/client-vpc-lattice/src/commands/GetServiceCommand.ts index f9d157353462..06feb7ca33a4 100644 --- a/clients/client-vpc-lattice/src/commands/GetServiceCommand.ts +++ b/clients/client-vpc-lattice/src/commands/GetServiceCommand.ts @@ -100,9 +100,6 @@ export class GetServiceCommand extends $Command< GetServiceCommandOutput, VPCLatticeClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -116,9 +113,7 @@ export class GetServiceCommand extends $Command< * @public */ constructor(readonly input: GetServiceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -169,7 +164,4 @@ export class GetServiceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetServiceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-vpc-lattice/src/commands/GetServiceNetworkCommand.ts b/clients/client-vpc-lattice/src/commands/GetServiceNetworkCommand.ts index 9673b8539a48..f89bc3035754 100644 --- a/clients/client-vpc-lattice/src/commands/GetServiceNetworkCommand.ts +++ b/clients/client-vpc-lattice/src/commands/GetServiceNetworkCommand.ts @@ -93,9 +93,6 @@ export class GetServiceNetworkCommand extends $Command< GetServiceNetworkCommandOutput, VPCLatticeClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -109,9 +106,7 @@ export class GetServiceNetworkCommand extends $Command< * @public */ constructor(readonly input: GetServiceNetworkCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -164,7 +159,4 @@ export class GetServiceNetworkCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetServiceNetworkCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-vpc-lattice/src/commands/GetServiceNetworkServiceAssociationCommand.ts b/clients/client-vpc-lattice/src/commands/GetServiceNetworkServiceAssociationCommand.ts index 13c4e2d25ad4..01fd2cc5b433 100644 --- a/clients/client-vpc-lattice/src/commands/GetServiceNetworkServiceAssociationCommand.ts +++ b/clients/client-vpc-lattice/src/commands/GetServiceNetworkServiceAssociationCommand.ts @@ -112,9 +112,6 @@ export class GetServiceNetworkServiceAssociationCommand extends $Command< GetServiceNetworkServiceAssociationCommandOutput, VPCLatticeClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -128,9 +125,7 @@ export class GetServiceNetworkServiceAssociationCommand extends $Command< * @public */ constructor(readonly input: GetServiceNetworkServiceAssociationCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -189,7 +184,4 @@ export class GetServiceNetworkServiceAssociationCommand extends $Command< ): Promise { return de_GetServiceNetworkServiceAssociationCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-vpc-lattice/src/commands/GetServiceNetworkVpcAssociationCommand.ts b/clients/client-vpc-lattice/src/commands/GetServiceNetworkVpcAssociationCommand.ts index 59e2e409970c..8ccd95454487 100644 --- a/clients/client-vpc-lattice/src/commands/GetServiceNetworkVpcAssociationCommand.ts +++ b/clients/client-vpc-lattice/src/commands/GetServiceNetworkVpcAssociationCommand.ts @@ -105,9 +105,6 @@ export class GetServiceNetworkVpcAssociationCommand extends $Command< GetServiceNetworkVpcAssociationCommandOutput, VPCLatticeClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -121,9 +118,7 @@ export class GetServiceNetworkVpcAssociationCommand extends $Command< * @public */ constructor(readonly input: GetServiceNetworkVpcAssociationCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -182,7 +177,4 @@ export class GetServiceNetworkVpcAssociationCommand extends $Command< ): Promise { return de_GetServiceNetworkVpcAssociationCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-vpc-lattice/src/commands/GetTargetGroupCommand.ts b/clients/client-vpc-lattice/src/commands/GetTargetGroupCommand.ts index 72be5a77ca4b..8813bca18145 100644 --- a/clients/client-vpc-lattice/src/commands/GetTargetGroupCommand.ts +++ b/clients/client-vpc-lattice/src/commands/GetTargetGroupCommand.ts @@ -119,9 +119,6 @@ export class GetTargetGroupCommand extends $Command< GetTargetGroupCommandOutput, VPCLatticeClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -135,9 +132,7 @@ export class GetTargetGroupCommand extends $Command< * @public */ constructor(readonly input: GetTargetGroupCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -190,7 +185,4 @@ export class GetTargetGroupCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetTargetGroupCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-vpc-lattice/src/commands/ListAccessLogSubscriptionsCommand.ts b/clients/client-vpc-lattice/src/commands/ListAccessLogSubscriptionsCommand.ts index e8f43450d575..00c590acd7ba 100644 --- a/clients/client-vpc-lattice/src/commands/ListAccessLogSubscriptionsCommand.ts +++ b/clients/client-vpc-lattice/src/commands/ListAccessLogSubscriptionsCommand.ts @@ -96,9 +96,6 @@ export class ListAccessLogSubscriptionsCommand extends $Command< ListAccessLogSubscriptionsCommandOutput, VPCLatticeClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -112,9 +109,7 @@ export class ListAccessLogSubscriptionsCommand extends $Command< * @public */ constructor(readonly input: ListAccessLogSubscriptionsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -170,7 +165,4 @@ export class ListAccessLogSubscriptionsCommand extends $Command< ): Promise { return de_ListAccessLogSubscriptionsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-vpc-lattice/src/commands/ListListenersCommand.ts b/clients/client-vpc-lattice/src/commands/ListListenersCommand.ts index f3767cea6dda..6ff12d113c3a 100644 --- a/clients/client-vpc-lattice/src/commands/ListListenersCommand.ts +++ b/clients/client-vpc-lattice/src/commands/ListListenersCommand.ts @@ -99,9 +99,6 @@ export class ListListenersCommand extends $Command< ListListenersCommandOutput, VPCLatticeClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -115,9 +112,7 @@ export class ListListenersCommand extends $Command< * @public */ constructor(readonly input: ListListenersCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -168,7 +163,4 @@ export class ListListenersCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListListenersCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-vpc-lattice/src/commands/ListRulesCommand.ts b/clients/client-vpc-lattice/src/commands/ListRulesCommand.ts index f4612cf15e62..2ed0df1b5260 100644 --- a/clients/client-vpc-lattice/src/commands/ListRulesCommand.ts +++ b/clients/client-vpc-lattice/src/commands/ListRulesCommand.ts @@ -100,9 +100,6 @@ export class ListRulesCommand extends $Command< ListRulesCommandOutput, VPCLatticeClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -116,9 +113,7 @@ export class ListRulesCommand extends $Command< * @public */ constructor(readonly input: ListRulesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -169,7 +164,4 @@ export class ListRulesCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListRulesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-vpc-lattice/src/commands/ListServiceNetworkServiceAssociationsCommand.ts b/clients/client-vpc-lattice/src/commands/ListServiceNetworkServiceAssociationsCommand.ts index b8d2df003266..ad64355a18a6 100644 --- a/clients/client-vpc-lattice/src/commands/ListServiceNetworkServiceAssociationsCommand.ts +++ b/clients/client-vpc-lattice/src/commands/ListServiceNetworkServiceAssociationsCommand.ts @@ -122,9 +122,6 @@ export class ListServiceNetworkServiceAssociationsCommand extends $Command< ListServiceNetworkServiceAssociationsCommandOutput, VPCLatticeClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -138,9 +135,7 @@ export class ListServiceNetworkServiceAssociationsCommand extends $Command< * @public */ constructor(readonly input: ListServiceNetworkServiceAssociationsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -199,7 +194,4 @@ export class ListServiceNetworkServiceAssociationsCommand extends $Command< ): Promise { return de_ListServiceNetworkServiceAssociationsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-vpc-lattice/src/commands/ListServiceNetworkVpcAssociationsCommand.ts b/clients/client-vpc-lattice/src/commands/ListServiceNetworkVpcAssociationsCommand.ts index 9e02241ee3d4..d95875199e3e 100644 --- a/clients/client-vpc-lattice/src/commands/ListServiceNetworkVpcAssociationsCommand.ts +++ b/clients/client-vpc-lattice/src/commands/ListServiceNetworkVpcAssociationsCommand.ts @@ -110,9 +110,6 @@ export class ListServiceNetworkVpcAssociationsCommand extends $Command< ListServiceNetworkVpcAssociationsCommandOutput, VPCLatticeClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -126,9 +123,7 @@ export class ListServiceNetworkVpcAssociationsCommand extends $Command< * @public */ constructor(readonly input: ListServiceNetworkVpcAssociationsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -187,7 +182,4 @@ export class ListServiceNetworkVpcAssociationsCommand extends $Command< ): Promise { return de_ListServiceNetworkVpcAssociationsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-vpc-lattice/src/commands/ListServiceNetworksCommand.ts b/clients/client-vpc-lattice/src/commands/ListServiceNetworksCommand.ts index dc6000222542..5e3583a750a7 100644 --- a/clients/client-vpc-lattice/src/commands/ListServiceNetworksCommand.ts +++ b/clients/client-vpc-lattice/src/commands/ListServiceNetworksCommand.ts @@ -96,9 +96,6 @@ export class ListServiceNetworksCommand extends $Command< ListServiceNetworksCommandOutput, VPCLatticeClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -112,9 +109,7 @@ export class ListServiceNetworksCommand extends $Command< * @public */ constructor(readonly input: ListServiceNetworksCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -167,7 +162,4 @@ export class ListServiceNetworksCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListServiceNetworksCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-vpc-lattice/src/commands/ListServicesCommand.ts b/clients/client-vpc-lattice/src/commands/ListServicesCommand.ts index e9e6966d3189..223398d6112e 100644 --- a/clients/client-vpc-lattice/src/commands/ListServicesCommand.ts +++ b/clients/client-vpc-lattice/src/commands/ListServicesCommand.ts @@ -99,9 +99,6 @@ export class ListServicesCommand extends $Command< ListServicesCommandOutput, VPCLatticeClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -115,9 +112,7 @@ export class ListServicesCommand extends $Command< * @public */ constructor(readonly input: ListServicesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -168,7 +163,4 @@ export class ListServicesCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListServicesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-vpc-lattice/src/commands/ListTagsForResourceCommand.ts b/clients/client-vpc-lattice/src/commands/ListTagsForResourceCommand.ts index 732de573ce5d..61e58ede167c 100644 --- a/clients/client-vpc-lattice/src/commands/ListTagsForResourceCommand.ts +++ b/clients/client-vpc-lattice/src/commands/ListTagsForResourceCommand.ts @@ -85,9 +85,6 @@ export class ListTagsForResourceCommand extends $Command< ListTagsForResourceCommandOutput, VPCLatticeClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -101,9 +98,7 @@ export class ListTagsForResourceCommand extends $Command< * @public */ constructor(readonly input: ListTagsForResourceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -156,7 +151,4 @@ export class ListTagsForResourceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListTagsForResourceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-vpc-lattice/src/commands/ListTargetGroupsCommand.ts b/clients/client-vpc-lattice/src/commands/ListTargetGroupsCommand.ts index 26ed1d5868f3..dfda56b38f16 100644 --- a/clients/client-vpc-lattice/src/commands/ListTargetGroupsCommand.ts +++ b/clients/client-vpc-lattice/src/commands/ListTargetGroupsCommand.ts @@ -106,9 +106,6 @@ export class ListTargetGroupsCommand extends $Command< ListTargetGroupsCommandOutput, VPCLatticeClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -122,9 +119,7 @@ export class ListTargetGroupsCommand extends $Command< * @public */ constructor(readonly input: ListTargetGroupsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -177,7 +172,4 @@ export class ListTargetGroupsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListTargetGroupsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-vpc-lattice/src/commands/ListTargetsCommand.ts b/clients/client-vpc-lattice/src/commands/ListTargetsCommand.ts index 1585fd7c120a..f490042fcf77 100644 --- a/clients/client-vpc-lattice/src/commands/ListTargetsCommand.ts +++ b/clients/client-vpc-lattice/src/commands/ListTargetsCommand.ts @@ -103,9 +103,6 @@ export class ListTargetsCommand extends $Command< ListTargetsCommandOutput, VPCLatticeClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -119,9 +116,7 @@ export class ListTargetsCommand extends $Command< * @public */ constructor(readonly input: ListTargetsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -172,7 +167,4 @@ export class ListTargetsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListTargetsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-vpc-lattice/src/commands/PutAuthPolicyCommand.ts b/clients/client-vpc-lattice/src/commands/PutAuthPolicyCommand.ts index 6d5d593e9e46..aabe973210ec 100644 --- a/clients/client-vpc-lattice/src/commands/PutAuthPolicyCommand.ts +++ b/clients/client-vpc-lattice/src/commands/PutAuthPolicyCommand.ts @@ -88,9 +88,6 @@ export class PutAuthPolicyCommand extends $Command< PutAuthPolicyCommandOutput, VPCLatticeClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -104,9 +101,7 @@ export class PutAuthPolicyCommand extends $Command< * @public */ constructor(readonly input: PutAuthPolicyCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -157,7 +152,4 @@ export class PutAuthPolicyCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_PutAuthPolicyCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-vpc-lattice/src/commands/PutResourcePolicyCommand.ts b/clients/client-vpc-lattice/src/commands/PutResourcePolicyCommand.ts index fe29f5a4a0c9..153cef8522ba 100644 --- a/clients/client-vpc-lattice/src/commands/PutResourcePolicyCommand.ts +++ b/clients/client-vpc-lattice/src/commands/PutResourcePolicyCommand.ts @@ -87,9 +87,6 @@ export class PutResourcePolicyCommand extends $Command< PutResourcePolicyCommandOutput, VPCLatticeClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -103,9 +100,7 @@ export class PutResourcePolicyCommand extends $Command< * @public */ constructor(readonly input: PutResourcePolicyCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -158,7 +153,4 @@ export class PutResourcePolicyCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_PutResourcePolicyCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-vpc-lattice/src/commands/RegisterTargetsCommand.ts b/clients/client-vpc-lattice/src/commands/RegisterTargetsCommand.ts index ef94f5fe3635..076bc1b3cab3 100644 --- a/clients/client-vpc-lattice/src/commands/RegisterTargetsCommand.ts +++ b/clients/client-vpc-lattice/src/commands/RegisterTargetsCommand.ts @@ -113,9 +113,6 @@ export class RegisterTargetsCommand extends $Command< RegisterTargetsCommandOutput, VPCLatticeClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -129,9 +126,7 @@ export class RegisterTargetsCommand extends $Command< * @public */ constructor(readonly input: RegisterTargetsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -184,7 +179,4 @@ export class RegisterTargetsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_RegisterTargetsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-vpc-lattice/src/commands/TagResourceCommand.ts b/clients/client-vpc-lattice/src/commands/TagResourceCommand.ts index bc8647988110..773a583c772f 100644 --- a/clients/client-vpc-lattice/src/commands/TagResourceCommand.ts +++ b/clients/client-vpc-lattice/src/commands/TagResourceCommand.ts @@ -87,9 +87,6 @@ export class TagResourceCommand extends $Command< TagResourceCommandOutput, VPCLatticeClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -103,9 +100,7 @@ export class TagResourceCommand extends $Command< * @public */ constructor(readonly input: TagResourceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -156,7 +151,4 @@ export class TagResourceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_TagResourceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-vpc-lattice/src/commands/UntagResourceCommand.ts b/clients/client-vpc-lattice/src/commands/UntagResourceCommand.ts index 35f6807ce486..26daf35ed01c 100644 --- a/clients/client-vpc-lattice/src/commands/UntagResourceCommand.ts +++ b/clients/client-vpc-lattice/src/commands/UntagResourceCommand.ts @@ -84,9 +84,6 @@ export class UntagResourceCommand extends $Command< UntagResourceCommandOutput, VPCLatticeClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -100,9 +97,7 @@ export class UntagResourceCommand extends $Command< * @public */ constructor(readonly input: UntagResourceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -153,7 +148,4 @@ export class UntagResourceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UntagResourceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-vpc-lattice/src/commands/UpdateAccessLogSubscriptionCommand.ts b/clients/client-vpc-lattice/src/commands/UpdateAccessLogSubscriptionCommand.ts index 67bbd6722ecc..cd82af7521b9 100644 --- a/clients/client-vpc-lattice/src/commands/UpdateAccessLogSubscriptionCommand.ts +++ b/clients/client-vpc-lattice/src/commands/UpdateAccessLogSubscriptionCommand.ts @@ -100,9 +100,6 @@ export class UpdateAccessLogSubscriptionCommand extends $Command< UpdateAccessLogSubscriptionCommandOutput, VPCLatticeClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -116,9 +113,7 @@ export class UpdateAccessLogSubscriptionCommand extends $Command< * @public */ constructor(readonly input: UpdateAccessLogSubscriptionCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -174,7 +169,4 @@ export class UpdateAccessLogSubscriptionCommand extends $Command< ): Promise { return de_UpdateAccessLogSubscriptionCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-vpc-lattice/src/commands/UpdateListenerCommand.ts b/clients/client-vpc-lattice/src/commands/UpdateListenerCommand.ts index b27a63440f9e..11b7a3d4ead4 100644 --- a/clients/client-vpc-lattice/src/commands/UpdateListenerCommand.ts +++ b/clients/client-vpc-lattice/src/commands/UpdateListenerCommand.ts @@ -123,9 +123,6 @@ export class UpdateListenerCommand extends $Command< UpdateListenerCommandOutput, VPCLatticeClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -139,9 +136,7 @@ export class UpdateListenerCommand extends $Command< * @public */ constructor(readonly input: UpdateListenerCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -194,7 +189,4 @@ export class UpdateListenerCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdateListenerCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-vpc-lattice/src/commands/UpdateRuleCommand.ts b/clients/client-vpc-lattice/src/commands/UpdateRuleCommand.ts index 921ebfef3203..c3c0e0d5991b 100644 --- a/clients/client-vpc-lattice/src/commands/UpdateRuleCommand.ts +++ b/clients/client-vpc-lattice/src/commands/UpdateRuleCommand.ts @@ -170,9 +170,6 @@ export class UpdateRuleCommand extends $Command< UpdateRuleCommandOutput, VPCLatticeClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -186,9 +183,7 @@ export class UpdateRuleCommand extends $Command< * @public */ constructor(readonly input: UpdateRuleCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -239,7 +234,4 @@ export class UpdateRuleCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdateRuleCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-vpc-lattice/src/commands/UpdateServiceCommand.ts b/clients/client-vpc-lattice/src/commands/UpdateServiceCommand.ts index eb9adc33238d..b2c69d9a620f 100644 --- a/clients/client-vpc-lattice/src/commands/UpdateServiceCommand.ts +++ b/clients/client-vpc-lattice/src/commands/UpdateServiceCommand.ts @@ -97,9 +97,6 @@ export class UpdateServiceCommand extends $Command< UpdateServiceCommandOutput, VPCLatticeClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -113,9 +110,7 @@ export class UpdateServiceCommand extends $Command< * @public */ constructor(readonly input: UpdateServiceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -166,7 +161,4 @@ export class UpdateServiceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdateServiceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-vpc-lattice/src/commands/UpdateServiceNetworkCommand.ts b/clients/client-vpc-lattice/src/commands/UpdateServiceNetworkCommand.ts index a9ca1338e4ce..f822af6106a7 100644 --- a/clients/client-vpc-lattice/src/commands/UpdateServiceNetworkCommand.ts +++ b/clients/client-vpc-lattice/src/commands/UpdateServiceNetworkCommand.ts @@ -94,9 +94,6 @@ export class UpdateServiceNetworkCommand extends $Command< UpdateServiceNetworkCommandOutput, VPCLatticeClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -110,9 +107,7 @@ export class UpdateServiceNetworkCommand extends $Command< * @public */ constructor(readonly input: UpdateServiceNetworkCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -165,7 +160,4 @@ export class UpdateServiceNetworkCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdateServiceNetworkCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-vpc-lattice/src/commands/UpdateServiceNetworkVpcAssociationCommand.ts b/clients/client-vpc-lattice/src/commands/UpdateServiceNetworkVpcAssociationCommand.ts index b9cf05682e7d..a0d14f0ff5b7 100644 --- a/clients/client-vpc-lattice/src/commands/UpdateServiceNetworkVpcAssociationCommand.ts +++ b/clients/client-vpc-lattice/src/commands/UpdateServiceNetworkVpcAssociationCommand.ts @@ -108,9 +108,6 @@ export class UpdateServiceNetworkVpcAssociationCommand extends $Command< UpdateServiceNetworkVpcAssociationCommandOutput, VPCLatticeClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -124,9 +121,7 @@ export class UpdateServiceNetworkVpcAssociationCommand extends $Command< * @public */ constructor(readonly input: UpdateServiceNetworkVpcAssociationCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -185,7 +180,4 @@ export class UpdateServiceNetworkVpcAssociationCommand extends $Command< ): Promise { return de_UpdateServiceNetworkVpcAssociationCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-vpc-lattice/src/commands/UpdateTargetGroupCommand.ts b/clients/client-vpc-lattice/src/commands/UpdateTargetGroupCommand.ts index 3c8b647750b5..eebc672755ee 100644 --- a/clients/client-vpc-lattice/src/commands/UpdateTargetGroupCommand.ts +++ b/clients/client-vpc-lattice/src/commands/UpdateTargetGroupCommand.ts @@ -130,9 +130,6 @@ export class UpdateTargetGroupCommand extends $Command< UpdateTargetGroupCommandOutput, VPCLatticeClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -146,9 +143,7 @@ export class UpdateTargetGroupCommand extends $Command< * @public */ constructor(readonly input: UpdateTargetGroupCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -201,7 +196,4 @@ export class UpdateTargetGroupCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdateTargetGroupCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-waf-regional/package.json b/clients/client-waf-regional/package.json index f5efe83a8eec..922c504bde28 100644 --- a/clients/client-waf-regional/package.json +++ b/clients/client-waf-regional/package.json @@ -34,29 +34,29 @@ "@aws-sdk/util-endpoints": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@smithy/config-resolver": "^2.0.16", - "@smithy/fetch-http-handler": "^2.2.4", - "@smithy/hash-node": "^2.0.12", - "@smithy/invalid-dependency": "^2.0.12", - "@smithy/middleware-content-length": "^2.0.14", - "@smithy/middleware-endpoint": "^2.1.3", - "@smithy/middleware-retry": "^2.0.18", - "@smithy/middleware-serde": "^2.0.12", - "@smithy/middleware-stack": "^2.0.6", - "@smithy/node-config-provider": "^2.1.3", - "@smithy/node-http-handler": "^2.1.8", - "@smithy/protocol-http": "^3.0.8", - "@smithy/smithy-client": "^2.1.12", - "@smithy/types": "^2.4.0", - "@smithy/url-parser": "^2.0.12", - "@smithy/util-base64": "^2.0.0", + "@smithy/config-resolver": "^2.0.18", + "@smithy/fetch-http-handler": "^2.2.6", + "@smithy/hash-node": "^2.0.15", + "@smithy/invalid-dependency": "^2.0.13", + "@smithy/middleware-content-length": "^2.0.15", + "@smithy/middleware-endpoint": "^2.2.0", + "@smithy/middleware-retry": "^2.0.20", + "@smithy/middleware-serde": "^2.0.13", + "@smithy/middleware-stack": "^2.0.7", + "@smithy/node-config-provider": "^2.1.5", + "@smithy/node-http-handler": "^2.1.9", + "@smithy/protocol-http": "^3.0.9", + "@smithy/smithy-client": "^2.1.15", + "@smithy/types": "^2.5.0", + "@smithy/url-parser": "^2.0.13", + "@smithy/util-base64": "^2.0.1", "@smithy/util-body-length-browser": "^2.0.0", "@smithy/util-body-length-node": "^2.1.0", - "@smithy/util-defaults-mode-browser": "^2.0.16", - "@smithy/util-defaults-mode-node": "^2.0.21", - "@smithy/util-endpoints": "^1.0.2", - "@smithy/util-retry": "^2.0.5", - "@smithy/util-utf8": "^2.0.0", + "@smithy/util-defaults-mode-browser": "^2.0.19", + "@smithy/util-defaults-mode-node": "^2.0.25", + "@smithy/util-endpoints": "^1.0.4", + "@smithy/util-retry": "^2.0.6", + "@smithy/util-utf8": "^2.0.2", "tslib": "^2.5.0" }, "devDependencies": { diff --git a/clients/client-waf-regional/src/commands/AssociateWebACLCommand.ts b/clients/client-waf-regional/src/commands/AssociateWebACLCommand.ts index 852febf526c0..e788f17e80e4 100644 --- a/clients/client-waf-regional/src/commands/AssociateWebACLCommand.ts +++ b/clients/client-waf-regional/src/commands/AssociateWebACLCommand.ts @@ -130,9 +130,6 @@ export class AssociateWebACLCommand extends $Command< AssociateWebACLCommandOutput, WAFRegionalClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -146,9 +143,7 @@ export class AssociateWebACLCommand extends $Command< * @public */ constructor(readonly input: AssociateWebACLCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -201,7 +196,4 @@ export class AssociateWebACLCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_AssociateWebACLCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-waf-regional/src/commands/CreateByteMatchSetCommand.ts b/clients/client-waf-regional/src/commands/CreateByteMatchSetCommand.ts index 65cc06189b2b..8ea442e0f3d1 100644 --- a/clients/client-waf-regional/src/commands/CreateByteMatchSetCommand.ts +++ b/clients/client-waf-regional/src/commands/CreateByteMatchSetCommand.ts @@ -174,9 +174,6 @@ export class CreateByteMatchSetCommand extends $Command< CreateByteMatchSetCommandOutput, WAFRegionalClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -190,9 +187,7 @@ export class CreateByteMatchSetCommand extends $Command< * @public */ constructor(readonly input: CreateByteMatchSetCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -245,7 +240,4 @@ export class CreateByteMatchSetCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateByteMatchSetCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-waf-regional/src/commands/CreateGeoMatchSetCommand.ts b/clients/client-waf-regional/src/commands/CreateGeoMatchSetCommand.ts index 18659de2ed12..95c89b90084f 100644 --- a/clients/client-waf-regional/src/commands/CreateGeoMatchSetCommand.ts +++ b/clients/client-waf-regional/src/commands/CreateGeoMatchSetCommand.ts @@ -166,9 +166,6 @@ export class CreateGeoMatchSetCommand extends $Command< CreateGeoMatchSetCommandOutput, WAFRegionalClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -182,9 +179,7 @@ export class CreateGeoMatchSetCommand extends $Command< * @public */ constructor(readonly input: CreateGeoMatchSetCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -237,7 +232,4 @@ export class CreateGeoMatchSetCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateGeoMatchSetCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-waf-regional/src/commands/CreateIPSetCommand.ts b/clients/client-waf-regional/src/commands/CreateIPSetCommand.ts index 757f43ef6805..23f9d0fa0e2f 100644 --- a/clients/client-waf-regional/src/commands/CreateIPSetCommand.ts +++ b/clients/client-waf-regional/src/commands/CreateIPSetCommand.ts @@ -198,9 +198,6 @@ export class CreateIPSetCommand extends $Command< CreateIPSetCommandOutput, WAFRegionalClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -214,9 +211,7 @@ export class CreateIPSetCommand extends $Command< * @public */ constructor(readonly input: CreateIPSetCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -267,7 +262,4 @@ export class CreateIPSetCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateIPSetCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-waf-regional/src/commands/CreateRateBasedRuleCommand.ts b/clients/client-waf-regional/src/commands/CreateRateBasedRuleCommand.ts index 583f9cf8f724..e159f21dbfc4 100644 --- a/clients/client-waf-regional/src/commands/CreateRateBasedRuleCommand.ts +++ b/clients/client-waf-regional/src/commands/CreateRateBasedRuleCommand.ts @@ -250,9 +250,6 @@ export class CreateRateBasedRuleCommand extends $Command< CreateRateBasedRuleCommandOutput, WAFRegionalClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -266,9 +263,7 @@ export class CreateRateBasedRuleCommand extends $Command< * @public */ constructor(readonly input: CreateRateBasedRuleCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -321,7 +316,4 @@ export class CreateRateBasedRuleCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateRateBasedRuleCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-waf-regional/src/commands/CreateRegexMatchSetCommand.ts b/clients/client-waf-regional/src/commands/CreateRegexMatchSetCommand.ts index 2b2fdde2d47d..f04b824a2efb 100644 --- a/clients/client-waf-regional/src/commands/CreateRegexMatchSetCommand.ts +++ b/clients/client-waf-regional/src/commands/CreateRegexMatchSetCommand.ts @@ -130,9 +130,6 @@ export class CreateRegexMatchSetCommand extends $Command< CreateRegexMatchSetCommandOutput, WAFRegionalClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -146,9 +143,7 @@ export class CreateRegexMatchSetCommand extends $Command< * @public */ constructor(readonly input: CreateRegexMatchSetCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -201,7 +196,4 @@ export class CreateRegexMatchSetCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateRegexMatchSetCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-waf-regional/src/commands/CreateRegexPatternSetCommand.ts b/clients/client-waf-regional/src/commands/CreateRegexPatternSetCommand.ts index ab48fef7532f..80d50c1bf6b4 100644 --- a/clients/client-waf-regional/src/commands/CreateRegexPatternSetCommand.ts +++ b/clients/client-waf-regional/src/commands/CreateRegexPatternSetCommand.ts @@ -119,9 +119,6 @@ export class CreateRegexPatternSetCommand extends $Command< CreateRegexPatternSetCommandOutput, WAFRegionalClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -135,9 +132,7 @@ export class CreateRegexPatternSetCommand extends $Command< * @public */ constructor(readonly input: CreateRegexPatternSetCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -190,7 +185,4 @@ export class CreateRegexPatternSetCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateRegexPatternSetCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-waf-regional/src/commands/CreateRuleCommand.ts b/clients/client-waf-regional/src/commands/CreateRuleCommand.ts index 89fd7ee8773a..9d0fbe60dcab 100644 --- a/clients/client-waf-regional/src/commands/CreateRuleCommand.ts +++ b/clients/client-waf-regional/src/commands/CreateRuleCommand.ts @@ -234,9 +234,6 @@ export class CreateRuleCommand extends $Command< CreateRuleCommandOutput, WAFRegionalClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -250,9 +247,7 @@ export class CreateRuleCommand extends $Command< * @public */ constructor(readonly input: CreateRuleCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -303,7 +298,4 @@ export class CreateRuleCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateRuleCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-waf-regional/src/commands/CreateRuleGroupCommand.ts b/clients/client-waf-regional/src/commands/CreateRuleGroupCommand.ts index 840d199a5262..71bedc208feb 100644 --- a/clients/client-waf-regional/src/commands/CreateRuleGroupCommand.ts +++ b/clients/client-waf-regional/src/commands/CreateRuleGroupCommand.ts @@ -128,9 +128,6 @@ export class CreateRuleGroupCommand extends $Command< CreateRuleGroupCommandOutput, WAFRegionalClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -144,9 +141,7 @@ export class CreateRuleGroupCommand extends $Command< * @public */ constructor(readonly input: CreateRuleGroupCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -199,7 +194,4 @@ export class CreateRuleGroupCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateRuleGroupCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-waf-regional/src/commands/CreateSizeConstraintSetCommand.ts b/clients/client-waf-regional/src/commands/CreateSizeConstraintSetCommand.ts index 890130f201c7..d2dea28d5cd6 100644 --- a/clients/client-waf-regional/src/commands/CreateSizeConstraintSetCommand.ts +++ b/clients/client-waf-regional/src/commands/CreateSizeConstraintSetCommand.ts @@ -205,9 +205,6 @@ export class CreateSizeConstraintSetCommand extends $Command< CreateSizeConstraintSetCommandOutput, WAFRegionalClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -221,9 +218,7 @@ export class CreateSizeConstraintSetCommand extends $Command< * @public */ constructor(readonly input: CreateSizeConstraintSetCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -276,7 +271,4 @@ export class CreateSizeConstraintSetCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateSizeConstraintSetCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-waf-regional/src/commands/CreateSqlInjectionMatchSetCommand.ts b/clients/client-waf-regional/src/commands/CreateSqlInjectionMatchSetCommand.ts index 005d3307c0a3..8860e80bb295 100644 --- a/clients/client-waf-regional/src/commands/CreateSqlInjectionMatchSetCommand.ts +++ b/clients/client-waf-regional/src/commands/CreateSqlInjectionMatchSetCommand.ts @@ -199,9 +199,6 @@ export class CreateSqlInjectionMatchSetCommand extends $Command< CreateSqlInjectionMatchSetCommandOutput, WAFRegionalClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -215,9 +212,7 @@ export class CreateSqlInjectionMatchSetCommand extends $Command< * @public */ constructor(readonly input: CreateSqlInjectionMatchSetCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -273,7 +268,4 @@ export class CreateSqlInjectionMatchSetCommand extends $Command< ): Promise { return de_CreateSqlInjectionMatchSetCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-waf-regional/src/commands/CreateWebACLCommand.ts b/clients/client-waf-regional/src/commands/CreateWebACLCommand.ts index 6b9895334028..e5825da96d2b 100644 --- a/clients/client-waf-regional/src/commands/CreateWebACLCommand.ts +++ b/clients/client-waf-regional/src/commands/CreateWebACLCommand.ts @@ -251,9 +251,6 @@ export class CreateWebACLCommand extends $Command< CreateWebACLCommandOutput, WAFRegionalClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -267,9 +264,7 @@ export class CreateWebACLCommand extends $Command< * @public */ constructor(readonly input: CreateWebACLCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -320,7 +315,4 @@ export class CreateWebACLCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateWebACLCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-waf-regional/src/commands/CreateWebACLMigrationStackCommand.ts b/clients/client-waf-regional/src/commands/CreateWebACLMigrationStackCommand.ts index d745e199b6b7..4e0c7f24b03c 100644 --- a/clients/client-waf-regional/src/commands/CreateWebACLMigrationStackCommand.ts +++ b/clients/client-waf-regional/src/commands/CreateWebACLMigrationStackCommand.ts @@ -181,9 +181,6 @@ export class CreateWebACLMigrationStackCommand extends $Command< CreateWebACLMigrationStackCommandOutput, WAFRegionalClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -197,9 +194,7 @@ export class CreateWebACLMigrationStackCommand extends $Command< * @public */ constructor(readonly input: CreateWebACLMigrationStackCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -255,7 +250,4 @@ export class CreateWebACLMigrationStackCommand extends $Command< ): Promise { return de_CreateWebACLMigrationStackCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-waf-regional/src/commands/CreateXssMatchSetCommand.ts b/clients/client-waf-regional/src/commands/CreateXssMatchSetCommand.ts index 44299648aa43..9bdf169b5028 100644 --- a/clients/client-waf-regional/src/commands/CreateXssMatchSetCommand.ts +++ b/clients/client-waf-regional/src/commands/CreateXssMatchSetCommand.ts @@ -199,9 +199,6 @@ export class CreateXssMatchSetCommand extends $Command< CreateXssMatchSetCommandOutput, WAFRegionalClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -215,9 +212,7 @@ export class CreateXssMatchSetCommand extends $Command< * @public */ constructor(readonly input: CreateXssMatchSetCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -270,7 +265,4 @@ export class CreateXssMatchSetCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateXssMatchSetCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-waf-regional/src/commands/DeleteByteMatchSetCommand.ts b/clients/client-waf-regional/src/commands/DeleteByteMatchSetCommand.ts index 7a8f590e875d..7e582a5e9f48 100644 --- a/clients/client-waf-regional/src/commands/DeleteByteMatchSetCommand.ts +++ b/clients/client-waf-regional/src/commands/DeleteByteMatchSetCommand.ts @@ -152,9 +152,6 @@ export class DeleteByteMatchSetCommand extends $Command< DeleteByteMatchSetCommandOutput, WAFRegionalClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -168,9 +165,7 @@ export class DeleteByteMatchSetCommand extends $Command< * @public */ constructor(readonly input: DeleteByteMatchSetCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -223,7 +218,4 @@ export class DeleteByteMatchSetCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteByteMatchSetCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-waf-regional/src/commands/DeleteGeoMatchSetCommand.ts b/clients/client-waf-regional/src/commands/DeleteGeoMatchSetCommand.ts index 681b54896b5b..78a8aca109a3 100644 --- a/clients/client-waf-regional/src/commands/DeleteGeoMatchSetCommand.ts +++ b/clients/client-waf-regional/src/commands/DeleteGeoMatchSetCommand.ts @@ -135,9 +135,6 @@ export class DeleteGeoMatchSetCommand extends $Command< DeleteGeoMatchSetCommandOutput, WAFRegionalClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -151,9 +148,7 @@ export class DeleteGeoMatchSetCommand extends $Command< * @public */ constructor(readonly input: DeleteGeoMatchSetCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -206,7 +201,4 @@ export class DeleteGeoMatchSetCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteGeoMatchSetCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-waf-regional/src/commands/DeleteIPSetCommand.ts b/clients/client-waf-regional/src/commands/DeleteIPSetCommand.ts index 0b99898e6859..43d1086c929d 100644 --- a/clients/client-waf-regional/src/commands/DeleteIPSetCommand.ts +++ b/clients/client-waf-regional/src/commands/DeleteIPSetCommand.ts @@ -152,9 +152,6 @@ export class DeleteIPSetCommand extends $Command< DeleteIPSetCommandOutput, WAFRegionalClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -168,9 +165,7 @@ export class DeleteIPSetCommand extends $Command< * @public */ constructor(readonly input: DeleteIPSetCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -221,7 +216,4 @@ export class DeleteIPSetCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteIPSetCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-waf-regional/src/commands/DeleteLoggingConfigurationCommand.ts b/clients/client-waf-regional/src/commands/DeleteLoggingConfigurationCommand.ts index 37b83b9f0bd8..8c33d2f6a119 100644 --- a/clients/client-waf-regional/src/commands/DeleteLoggingConfigurationCommand.ts +++ b/clients/client-waf-regional/src/commands/DeleteLoggingConfigurationCommand.ts @@ -86,9 +86,6 @@ export class DeleteLoggingConfigurationCommand extends $Command< DeleteLoggingConfigurationCommandOutput, WAFRegionalClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -102,9 +99,7 @@ export class DeleteLoggingConfigurationCommand extends $Command< * @public */ constructor(readonly input: DeleteLoggingConfigurationCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -160,7 +155,4 @@ export class DeleteLoggingConfigurationCommand extends $Command< ): Promise { return de_DeleteLoggingConfigurationCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-waf-regional/src/commands/DeletePermissionPolicyCommand.ts b/clients/client-waf-regional/src/commands/DeletePermissionPolicyCommand.ts index 4c94be69a66c..19299573b3e3 100644 --- a/clients/client-waf-regional/src/commands/DeletePermissionPolicyCommand.ts +++ b/clients/client-waf-regional/src/commands/DeletePermissionPolicyCommand.ts @@ -86,9 +86,6 @@ export class DeletePermissionPolicyCommand extends $Command< DeletePermissionPolicyCommandOutput, WAFRegionalClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -102,9 +99,7 @@ export class DeletePermissionPolicyCommand extends $Command< * @public */ constructor(readonly input: DeletePermissionPolicyCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -157,7 +152,4 @@ export class DeletePermissionPolicyCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeletePermissionPolicyCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-waf-regional/src/commands/DeleteRateBasedRuleCommand.ts b/clients/client-waf-regional/src/commands/DeleteRateBasedRuleCommand.ts index ce355faae85c..d06985165036 100644 --- a/clients/client-waf-regional/src/commands/DeleteRateBasedRuleCommand.ts +++ b/clients/client-waf-regional/src/commands/DeleteRateBasedRuleCommand.ts @@ -145,9 +145,6 @@ export class DeleteRateBasedRuleCommand extends $Command< DeleteRateBasedRuleCommandOutput, WAFRegionalClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -161,9 +158,7 @@ export class DeleteRateBasedRuleCommand extends $Command< * @public */ constructor(readonly input: DeleteRateBasedRuleCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -216,7 +211,4 @@ export class DeleteRateBasedRuleCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteRateBasedRuleCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-waf-regional/src/commands/DeleteRegexMatchSetCommand.ts b/clients/client-waf-regional/src/commands/DeleteRegexMatchSetCommand.ts index bf856845918f..346735665df9 100644 --- a/clients/client-waf-regional/src/commands/DeleteRegexMatchSetCommand.ts +++ b/clients/client-waf-regional/src/commands/DeleteRegexMatchSetCommand.ts @@ -135,9 +135,6 @@ export class DeleteRegexMatchSetCommand extends $Command< DeleteRegexMatchSetCommandOutput, WAFRegionalClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -151,9 +148,7 @@ export class DeleteRegexMatchSetCommand extends $Command< * @public */ constructor(readonly input: DeleteRegexMatchSetCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -206,7 +201,4 @@ export class DeleteRegexMatchSetCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteRegexMatchSetCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-waf-regional/src/commands/DeleteRegexPatternSetCommand.ts b/clients/client-waf-regional/src/commands/DeleteRegexPatternSetCommand.ts index 7ee73437cead..c9d61e72469d 100644 --- a/clients/client-waf-regional/src/commands/DeleteRegexPatternSetCommand.ts +++ b/clients/client-waf-regional/src/commands/DeleteRegexPatternSetCommand.ts @@ -121,9 +121,6 @@ export class DeleteRegexPatternSetCommand extends $Command< DeleteRegexPatternSetCommandOutput, WAFRegionalClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -137,9 +134,7 @@ export class DeleteRegexPatternSetCommand extends $Command< * @public */ constructor(readonly input: DeleteRegexPatternSetCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -192,7 +187,4 @@ export class DeleteRegexPatternSetCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteRegexPatternSetCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-waf-regional/src/commands/DeleteRuleCommand.ts b/clients/client-waf-regional/src/commands/DeleteRuleCommand.ts index f31861cc0ad9..2ed145b68d17 100644 --- a/clients/client-waf-regional/src/commands/DeleteRuleCommand.ts +++ b/clients/client-waf-regional/src/commands/DeleteRuleCommand.ts @@ -158,9 +158,6 @@ export class DeleteRuleCommand extends $Command< DeleteRuleCommandOutput, WAFRegionalClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -174,9 +171,7 @@ export class DeleteRuleCommand extends $Command< * @public */ constructor(readonly input: DeleteRuleCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -227,7 +222,4 @@ export class DeleteRuleCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteRuleCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-waf-regional/src/commands/DeleteRuleGroupCommand.ts b/clients/client-waf-regional/src/commands/DeleteRuleGroupCommand.ts index aa25c6ab8920..201aeef3c2a3 100644 --- a/clients/client-waf-regional/src/commands/DeleteRuleGroupCommand.ts +++ b/clients/client-waf-regional/src/commands/DeleteRuleGroupCommand.ts @@ -161,9 +161,6 @@ export class DeleteRuleGroupCommand extends $Command< DeleteRuleGroupCommandOutput, WAFRegionalClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -177,9 +174,7 @@ export class DeleteRuleGroupCommand extends $Command< * @public */ constructor(readonly input: DeleteRuleGroupCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -232,7 +227,4 @@ export class DeleteRuleGroupCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteRuleGroupCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-waf-regional/src/commands/DeleteSizeConstraintSetCommand.ts b/clients/client-waf-regional/src/commands/DeleteSizeConstraintSetCommand.ts index b77f6eaedcc3..d775bacb699b 100644 --- a/clients/client-waf-regional/src/commands/DeleteSizeConstraintSetCommand.ts +++ b/clients/client-waf-regional/src/commands/DeleteSizeConstraintSetCommand.ts @@ -152,9 +152,6 @@ export class DeleteSizeConstraintSetCommand extends $Command< DeleteSizeConstraintSetCommandOutput, WAFRegionalClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -168,9 +165,7 @@ export class DeleteSizeConstraintSetCommand extends $Command< * @public */ constructor(readonly input: DeleteSizeConstraintSetCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -223,7 +218,4 @@ export class DeleteSizeConstraintSetCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteSizeConstraintSetCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-waf-regional/src/commands/DeleteSqlInjectionMatchSetCommand.ts b/clients/client-waf-regional/src/commands/DeleteSqlInjectionMatchSetCommand.ts index c97a8ffbea0f..f9c615df0d7e 100644 --- a/clients/client-waf-regional/src/commands/DeleteSqlInjectionMatchSetCommand.ts +++ b/clients/client-waf-regional/src/commands/DeleteSqlInjectionMatchSetCommand.ts @@ -153,9 +153,6 @@ export class DeleteSqlInjectionMatchSetCommand extends $Command< DeleteSqlInjectionMatchSetCommandOutput, WAFRegionalClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -169,9 +166,7 @@ export class DeleteSqlInjectionMatchSetCommand extends $Command< * @public */ constructor(readonly input: DeleteSqlInjectionMatchSetCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -227,7 +222,4 @@ export class DeleteSqlInjectionMatchSetCommand extends $Command< ): Promise { return de_DeleteSqlInjectionMatchSetCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-waf-regional/src/commands/DeleteWebACLCommand.ts b/clients/client-waf-regional/src/commands/DeleteWebACLCommand.ts index 3633b0521c71..2310bbd9dd39 100644 --- a/clients/client-waf-regional/src/commands/DeleteWebACLCommand.ts +++ b/clients/client-waf-regional/src/commands/DeleteWebACLCommand.ts @@ -156,9 +156,6 @@ export class DeleteWebACLCommand extends $Command< DeleteWebACLCommandOutput, WAFRegionalClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -172,9 +169,7 @@ export class DeleteWebACLCommand extends $Command< * @public */ constructor(readonly input: DeleteWebACLCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -225,7 +220,4 @@ export class DeleteWebACLCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteWebACLCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-waf-regional/src/commands/DeleteXssMatchSetCommand.ts b/clients/client-waf-regional/src/commands/DeleteXssMatchSetCommand.ts index b1c348b07764..c838e5bceec9 100644 --- a/clients/client-waf-regional/src/commands/DeleteXssMatchSetCommand.ts +++ b/clients/client-waf-regional/src/commands/DeleteXssMatchSetCommand.ts @@ -153,9 +153,6 @@ export class DeleteXssMatchSetCommand extends $Command< DeleteXssMatchSetCommandOutput, WAFRegionalClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -169,9 +166,7 @@ export class DeleteXssMatchSetCommand extends $Command< * @public */ constructor(readonly input: DeleteXssMatchSetCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -224,7 +219,4 @@ export class DeleteXssMatchSetCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteXssMatchSetCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-waf-regional/src/commands/DisassociateWebACLCommand.ts b/clients/client-waf-regional/src/commands/DisassociateWebACLCommand.ts index 044597ff2a30..a390bb6b6a9c 100644 --- a/clients/client-waf-regional/src/commands/DisassociateWebACLCommand.ts +++ b/clients/client-waf-regional/src/commands/DisassociateWebACLCommand.ts @@ -125,9 +125,6 @@ export class DisassociateWebACLCommand extends $Command< DisassociateWebACLCommandOutput, WAFRegionalClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -141,9 +138,7 @@ export class DisassociateWebACLCommand extends $Command< * @public */ constructor(readonly input: DisassociateWebACLCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -196,7 +191,4 @@ export class DisassociateWebACLCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DisassociateWebACLCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-waf-regional/src/commands/GetByteMatchSetCommand.ts b/clients/client-waf-regional/src/commands/GetByteMatchSetCommand.ts index 938fcb2600c8..3fed102163a2 100644 --- a/clients/client-waf-regional/src/commands/GetByteMatchSetCommand.ts +++ b/clients/client-waf-regional/src/commands/GetByteMatchSetCommand.ts @@ -131,9 +131,6 @@ export class GetByteMatchSetCommand extends $Command< GetByteMatchSetCommandOutput, WAFRegionalClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -147,9 +144,7 @@ export class GetByteMatchSetCommand extends $Command< * @public */ constructor(readonly input: GetByteMatchSetCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -202,7 +197,4 @@ export class GetByteMatchSetCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetByteMatchSetCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-waf-regional/src/commands/GetChangeTokenCommand.ts b/clients/client-waf-regional/src/commands/GetChangeTokenCommand.ts index dc999e558f69..f083605942fc 100644 --- a/clients/client-waf-regional/src/commands/GetChangeTokenCommand.ts +++ b/clients/client-waf-regional/src/commands/GetChangeTokenCommand.ts @@ -99,9 +99,6 @@ export class GetChangeTokenCommand extends $Command< GetChangeTokenCommandOutput, WAFRegionalClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -115,9 +112,7 @@ export class GetChangeTokenCommand extends $Command< * @public */ constructor(readonly input: GetChangeTokenCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -170,7 +165,4 @@ export class GetChangeTokenCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetChangeTokenCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-waf-regional/src/commands/GetChangeTokenStatusCommand.ts b/clients/client-waf-regional/src/commands/GetChangeTokenStatusCommand.ts index 851024bbc29a..4ddd176e4171 100644 --- a/clients/client-waf-regional/src/commands/GetChangeTokenStatusCommand.ts +++ b/clients/client-waf-regional/src/commands/GetChangeTokenStatusCommand.ts @@ -116,9 +116,6 @@ export class GetChangeTokenStatusCommand extends $Command< GetChangeTokenStatusCommandOutput, WAFRegionalClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -132,9 +129,7 @@ export class GetChangeTokenStatusCommand extends $Command< * @public */ constructor(readonly input: GetChangeTokenStatusCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -187,7 +182,4 @@ export class GetChangeTokenStatusCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetChangeTokenStatusCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-waf-regional/src/commands/GetGeoMatchSetCommand.ts b/clients/client-waf-regional/src/commands/GetGeoMatchSetCommand.ts index f8f36f327206..f3ee23e59cb9 100644 --- a/clients/client-waf-regional/src/commands/GetGeoMatchSetCommand.ts +++ b/clients/client-waf-regional/src/commands/GetGeoMatchSetCommand.ts @@ -96,9 +96,6 @@ export class GetGeoMatchSetCommand extends $Command< GetGeoMatchSetCommandOutput, WAFRegionalClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -112,9 +109,7 @@ export class GetGeoMatchSetCommand extends $Command< * @public */ constructor(readonly input: GetGeoMatchSetCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -167,7 +162,4 @@ export class GetGeoMatchSetCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetGeoMatchSetCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-waf-regional/src/commands/GetIPSetCommand.ts b/clients/client-waf-regional/src/commands/GetIPSetCommand.ts index 7b8cdb2c4b8e..d4b422806dc1 100644 --- a/clients/client-waf-regional/src/commands/GetIPSetCommand.ts +++ b/clients/client-waf-regional/src/commands/GetIPSetCommand.ts @@ -121,9 +121,6 @@ export class GetIPSetCommand extends $Command< GetIPSetCommandOutput, WAFRegionalClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -137,9 +134,7 @@ export class GetIPSetCommand extends $Command< * @public */ constructor(readonly input: GetIPSetCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -190,7 +185,4 @@ export class GetIPSetCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetIPSetCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-waf-regional/src/commands/GetLoggingConfigurationCommand.ts b/clients/client-waf-regional/src/commands/GetLoggingConfigurationCommand.ts index 74c9e794a029..e1339cb2fc63 100644 --- a/clients/client-waf-regional/src/commands/GetLoggingConfigurationCommand.ts +++ b/clients/client-waf-regional/src/commands/GetLoggingConfigurationCommand.ts @@ -95,9 +95,6 @@ export class GetLoggingConfigurationCommand extends $Command< GetLoggingConfigurationCommandOutput, WAFRegionalClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -111,9 +108,7 @@ export class GetLoggingConfigurationCommand extends $Command< * @public */ constructor(readonly input: GetLoggingConfigurationCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -166,7 +161,4 @@ export class GetLoggingConfigurationCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetLoggingConfigurationCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-waf-regional/src/commands/GetPermissionPolicyCommand.ts b/clients/client-waf-regional/src/commands/GetPermissionPolicyCommand.ts index c8601280630f..9a580a362147 100644 --- a/clients/client-waf-regional/src/commands/GetPermissionPolicyCommand.ts +++ b/clients/client-waf-regional/src/commands/GetPermissionPolicyCommand.ts @@ -84,9 +84,6 @@ export class GetPermissionPolicyCommand extends $Command< GetPermissionPolicyCommandOutput, WAFRegionalClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -100,9 +97,7 @@ export class GetPermissionPolicyCommand extends $Command< * @public */ constructor(readonly input: GetPermissionPolicyCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -155,7 +150,4 @@ export class GetPermissionPolicyCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetPermissionPolicyCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-waf-regional/src/commands/GetRateBasedRuleCommand.ts b/clients/client-waf-regional/src/commands/GetRateBasedRuleCommand.ts index 870397ac9d8a..24db75e49fd3 100644 --- a/clients/client-waf-regional/src/commands/GetRateBasedRuleCommand.ts +++ b/clients/client-waf-regional/src/commands/GetRateBasedRuleCommand.ts @@ -102,9 +102,6 @@ export class GetRateBasedRuleCommand extends $Command< GetRateBasedRuleCommandOutput, WAFRegionalClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -118,9 +115,7 @@ export class GetRateBasedRuleCommand extends $Command< * @public */ constructor(readonly input: GetRateBasedRuleCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -173,7 +168,4 @@ export class GetRateBasedRuleCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetRateBasedRuleCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-waf-regional/src/commands/GetRateBasedRuleManagedKeysCommand.ts b/clients/client-waf-regional/src/commands/GetRateBasedRuleManagedKeysCommand.ts index c74482a823af..6d10d25f6d91 100644 --- a/clients/client-waf-regional/src/commands/GetRateBasedRuleManagedKeysCommand.ts +++ b/clients/client-waf-regional/src/commands/GetRateBasedRuleManagedKeysCommand.ts @@ -135,9 +135,6 @@ export class GetRateBasedRuleManagedKeysCommand extends $Command< GetRateBasedRuleManagedKeysCommandOutput, WAFRegionalClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -151,9 +148,7 @@ export class GetRateBasedRuleManagedKeysCommand extends $Command< * @public */ constructor(readonly input: GetRateBasedRuleManagedKeysCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -209,7 +204,4 @@ export class GetRateBasedRuleManagedKeysCommand extends $Command< ): Promise { return de_GetRateBasedRuleManagedKeysCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-waf-regional/src/commands/GetRegexMatchSetCommand.ts b/clients/client-waf-regional/src/commands/GetRegexMatchSetCommand.ts index 36d1d0ae6411..079bf58914e0 100644 --- a/clients/client-waf-regional/src/commands/GetRegexMatchSetCommand.ts +++ b/clients/client-waf-regional/src/commands/GetRegexMatchSetCommand.ts @@ -100,9 +100,6 @@ export class GetRegexMatchSetCommand extends $Command< GetRegexMatchSetCommandOutput, WAFRegionalClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -116,9 +113,7 @@ export class GetRegexMatchSetCommand extends $Command< * @public */ constructor(readonly input: GetRegexMatchSetCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -171,7 +166,4 @@ export class GetRegexMatchSetCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetRegexMatchSetCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-waf-regional/src/commands/GetRegexPatternSetCommand.ts b/clients/client-waf-regional/src/commands/GetRegexPatternSetCommand.ts index d2e0928c29ad..827e52c485c8 100644 --- a/clients/client-waf-regional/src/commands/GetRegexPatternSetCommand.ts +++ b/clients/client-waf-regional/src/commands/GetRegexPatternSetCommand.ts @@ -93,9 +93,6 @@ export class GetRegexPatternSetCommand extends $Command< GetRegexPatternSetCommandOutput, WAFRegionalClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -109,9 +106,7 @@ export class GetRegexPatternSetCommand extends $Command< * @public */ constructor(readonly input: GetRegexPatternSetCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -164,7 +159,4 @@ export class GetRegexPatternSetCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetRegexPatternSetCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-waf-regional/src/commands/GetRuleCommand.ts b/clients/client-waf-regional/src/commands/GetRuleCommand.ts index 7daa12daa926..2e99a2702693 100644 --- a/clients/client-waf-regional/src/commands/GetRuleCommand.ts +++ b/clients/client-waf-regional/src/commands/GetRuleCommand.ts @@ -125,9 +125,6 @@ export class GetRuleCommand extends $Command< GetRuleCommandOutput, WAFRegionalClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -141,9 +138,7 @@ export class GetRuleCommand extends $Command< * @public */ constructor(readonly input: GetRuleCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -194,7 +189,4 @@ export class GetRuleCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetRuleCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-waf-regional/src/commands/GetRuleGroupCommand.ts b/clients/client-waf-regional/src/commands/GetRuleGroupCommand.ts index db51c284880f..516126a4551c 100644 --- a/clients/client-waf-regional/src/commands/GetRuleGroupCommand.ts +++ b/clients/client-waf-regional/src/commands/GetRuleGroupCommand.ts @@ -89,9 +89,6 @@ export class GetRuleGroupCommand extends $Command< GetRuleGroupCommandOutput, WAFRegionalClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -105,9 +102,7 @@ export class GetRuleGroupCommand extends $Command< * @public */ constructor(readonly input: GetRuleGroupCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -158,7 +153,4 @@ export class GetRuleGroupCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetRuleGroupCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-waf-regional/src/commands/GetSampledRequestsCommand.ts b/clients/client-waf-regional/src/commands/GetSampledRequestsCommand.ts index 5edd018613fe..6785f9ff3aee 100644 --- a/clients/client-waf-regional/src/commands/GetSampledRequestsCommand.ts +++ b/clients/client-waf-regional/src/commands/GetSampledRequestsCommand.ts @@ -164,9 +164,6 @@ export class GetSampledRequestsCommand extends $Command< GetSampledRequestsCommandOutput, WAFRegionalClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -180,9 +177,7 @@ export class GetSampledRequestsCommand extends $Command< * @public */ constructor(readonly input: GetSampledRequestsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -235,7 +230,4 @@ export class GetSampledRequestsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetSampledRequestsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-waf-regional/src/commands/GetSizeConstraintSetCommand.ts b/clients/client-waf-regional/src/commands/GetSizeConstraintSetCommand.ts index 36c23dfe00e3..292e501702ab 100644 --- a/clients/client-waf-regional/src/commands/GetSizeConstraintSetCommand.ts +++ b/clients/client-waf-regional/src/commands/GetSizeConstraintSetCommand.ts @@ -130,9 +130,6 @@ export class GetSizeConstraintSetCommand extends $Command< GetSizeConstraintSetCommandOutput, WAFRegionalClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -146,9 +143,7 @@ export class GetSizeConstraintSetCommand extends $Command< * @public */ constructor(readonly input: GetSizeConstraintSetCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -201,7 +196,4 @@ export class GetSizeConstraintSetCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetSizeConstraintSetCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-waf-regional/src/commands/GetSqlInjectionMatchSetCommand.ts b/clients/client-waf-regional/src/commands/GetSqlInjectionMatchSetCommand.ts index e3a623d03927..94d5d871a719 100644 --- a/clients/client-waf-regional/src/commands/GetSqlInjectionMatchSetCommand.ts +++ b/clients/client-waf-regional/src/commands/GetSqlInjectionMatchSetCommand.ts @@ -126,9 +126,6 @@ export class GetSqlInjectionMatchSetCommand extends $Command< GetSqlInjectionMatchSetCommandOutput, WAFRegionalClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -142,9 +139,7 @@ export class GetSqlInjectionMatchSetCommand extends $Command< * @public */ constructor(readonly input: GetSqlInjectionMatchSetCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -197,7 +192,4 @@ export class GetSqlInjectionMatchSetCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetSqlInjectionMatchSetCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-waf-regional/src/commands/GetWebACLCommand.ts b/clients/client-waf-regional/src/commands/GetWebACLCommand.ts index 7778ff12b827..a6c082d908f0 100644 --- a/clients/client-waf-regional/src/commands/GetWebACLCommand.ts +++ b/clients/client-waf-regional/src/commands/GetWebACLCommand.ts @@ -145,9 +145,6 @@ export class GetWebACLCommand extends $Command< GetWebACLCommandOutput, WAFRegionalClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -161,9 +158,7 @@ export class GetWebACLCommand extends $Command< * @public */ constructor(readonly input: GetWebACLCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -214,7 +209,4 @@ export class GetWebACLCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetWebACLCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-waf-regional/src/commands/GetWebACLForResourceCommand.ts b/clients/client-waf-regional/src/commands/GetWebACLForResourceCommand.ts index b8420d6be171..c91db7b5239b 100644 --- a/clients/client-waf-regional/src/commands/GetWebACLForResourceCommand.ts +++ b/clients/client-waf-regional/src/commands/GetWebACLForResourceCommand.ts @@ -134,9 +134,6 @@ export class GetWebACLForResourceCommand extends $Command< GetWebACLForResourceCommandOutput, WAFRegionalClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -150,9 +147,7 @@ export class GetWebACLForResourceCommand extends $Command< * @public */ constructor(readonly input: GetWebACLForResourceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -205,7 +200,4 @@ export class GetWebACLForResourceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetWebACLForResourceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-waf-regional/src/commands/GetXssMatchSetCommand.ts b/clients/client-waf-regional/src/commands/GetXssMatchSetCommand.ts index edd41ec71dc2..9b30a69afd61 100644 --- a/clients/client-waf-regional/src/commands/GetXssMatchSetCommand.ts +++ b/clients/client-waf-regional/src/commands/GetXssMatchSetCommand.ts @@ -126,9 +126,6 @@ export class GetXssMatchSetCommand extends $Command< GetXssMatchSetCommandOutput, WAFRegionalClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -142,9 +139,7 @@ export class GetXssMatchSetCommand extends $Command< * @public */ constructor(readonly input: GetXssMatchSetCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -197,7 +192,4 @@ export class GetXssMatchSetCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetXssMatchSetCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-waf-regional/src/commands/ListActivatedRulesInRuleGroupCommand.ts b/clients/client-waf-regional/src/commands/ListActivatedRulesInRuleGroupCommand.ts index 933e396153a6..aadec1583bf9 100644 --- a/clients/client-waf-regional/src/commands/ListActivatedRulesInRuleGroupCommand.ts +++ b/clients/client-waf-regional/src/commands/ListActivatedRulesInRuleGroupCommand.ts @@ -149,9 +149,6 @@ export class ListActivatedRulesInRuleGroupCommand extends $Command< ListActivatedRulesInRuleGroupCommandOutput, WAFRegionalClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -165,9 +162,7 @@ export class ListActivatedRulesInRuleGroupCommand extends $Command< * @public */ constructor(readonly input: ListActivatedRulesInRuleGroupCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -223,7 +218,4 @@ export class ListActivatedRulesInRuleGroupCommand extends $Command< ): Promise { return de_ListActivatedRulesInRuleGroupCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-waf-regional/src/commands/ListByteMatchSetsCommand.ts b/clients/client-waf-regional/src/commands/ListByteMatchSetsCommand.ts index 358ac2d1e99c..1f3fa5406497 100644 --- a/clients/client-waf-regional/src/commands/ListByteMatchSetsCommand.ts +++ b/clients/client-waf-regional/src/commands/ListByteMatchSetsCommand.ts @@ -91,9 +91,6 @@ export class ListByteMatchSetsCommand extends $Command< ListByteMatchSetsCommandOutput, WAFRegionalClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -107,9 +104,7 @@ export class ListByteMatchSetsCommand extends $Command< * @public */ constructor(readonly input: ListByteMatchSetsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -162,7 +157,4 @@ export class ListByteMatchSetsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListByteMatchSetsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-waf-regional/src/commands/ListGeoMatchSetsCommand.ts b/clients/client-waf-regional/src/commands/ListGeoMatchSetsCommand.ts index b40f50e2a642..587aa4c06602 100644 --- a/clients/client-waf-regional/src/commands/ListGeoMatchSetsCommand.ts +++ b/clients/client-waf-regional/src/commands/ListGeoMatchSetsCommand.ts @@ -91,9 +91,6 @@ export class ListGeoMatchSetsCommand extends $Command< ListGeoMatchSetsCommandOutput, WAFRegionalClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -107,9 +104,7 @@ export class ListGeoMatchSetsCommand extends $Command< * @public */ constructor(readonly input: ListGeoMatchSetsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -162,7 +157,4 @@ export class ListGeoMatchSetsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListGeoMatchSetsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-waf-regional/src/commands/ListIPSetsCommand.ts b/clients/client-waf-regional/src/commands/ListIPSetsCommand.ts index 160cb3ef2b05..a5a779bf3210 100644 --- a/clients/client-waf-regional/src/commands/ListIPSetsCommand.ts +++ b/clients/client-waf-regional/src/commands/ListIPSetsCommand.ts @@ -112,9 +112,6 @@ export class ListIPSetsCommand extends $Command< ListIPSetsCommandOutput, WAFRegionalClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -128,9 +125,7 @@ export class ListIPSetsCommand extends $Command< * @public */ constructor(readonly input: ListIPSetsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -181,7 +176,4 @@ export class ListIPSetsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListIPSetsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-waf-regional/src/commands/ListLoggingConfigurationsCommand.ts b/clients/client-waf-regional/src/commands/ListLoggingConfigurationsCommand.ts index c2b61e104b16..172a53845c7d 100644 --- a/clients/client-waf-regional/src/commands/ListLoggingConfigurationsCommand.ts +++ b/clients/client-waf-regional/src/commands/ListLoggingConfigurationsCommand.ts @@ -139,9 +139,6 @@ export class ListLoggingConfigurationsCommand extends $Command< ListLoggingConfigurationsCommandOutput, WAFRegionalClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -155,9 +152,7 @@ export class ListLoggingConfigurationsCommand extends $Command< * @public */ constructor(readonly input: ListLoggingConfigurationsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -213,7 +208,4 @@ export class ListLoggingConfigurationsCommand extends $Command< ): Promise { return de_ListLoggingConfigurationsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-waf-regional/src/commands/ListRateBasedRulesCommand.ts b/clients/client-waf-regional/src/commands/ListRateBasedRulesCommand.ts index 512fc8ff9d93..2f4f0e37b6ec 100644 --- a/clients/client-waf-regional/src/commands/ListRateBasedRulesCommand.ts +++ b/clients/client-waf-regional/src/commands/ListRateBasedRulesCommand.ts @@ -91,9 +91,6 @@ export class ListRateBasedRulesCommand extends $Command< ListRateBasedRulesCommandOutput, WAFRegionalClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -107,9 +104,7 @@ export class ListRateBasedRulesCommand extends $Command< * @public */ constructor(readonly input: ListRateBasedRulesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -162,7 +157,4 @@ export class ListRateBasedRulesCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListRateBasedRulesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-waf-regional/src/commands/ListRegexMatchSetsCommand.ts b/clients/client-waf-regional/src/commands/ListRegexMatchSetsCommand.ts index 56ab8d7456d4..e210d1f68af3 100644 --- a/clients/client-waf-regional/src/commands/ListRegexMatchSetsCommand.ts +++ b/clients/client-waf-regional/src/commands/ListRegexMatchSetsCommand.ts @@ -91,9 +91,6 @@ export class ListRegexMatchSetsCommand extends $Command< ListRegexMatchSetsCommandOutput, WAFRegionalClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -107,9 +104,7 @@ export class ListRegexMatchSetsCommand extends $Command< * @public */ constructor(readonly input: ListRegexMatchSetsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -162,7 +157,4 @@ export class ListRegexMatchSetsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListRegexMatchSetsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-waf-regional/src/commands/ListRegexPatternSetsCommand.ts b/clients/client-waf-regional/src/commands/ListRegexPatternSetsCommand.ts index b0bc28decac2..bcab7dfbdb72 100644 --- a/clients/client-waf-regional/src/commands/ListRegexPatternSetsCommand.ts +++ b/clients/client-waf-regional/src/commands/ListRegexPatternSetsCommand.ts @@ -91,9 +91,6 @@ export class ListRegexPatternSetsCommand extends $Command< ListRegexPatternSetsCommandOutput, WAFRegionalClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -107,9 +104,7 @@ export class ListRegexPatternSetsCommand extends $Command< * @public */ constructor(readonly input: ListRegexPatternSetsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -162,7 +157,4 @@ export class ListRegexPatternSetsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListRegexPatternSetsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-waf-regional/src/commands/ListResourcesForWebACLCommand.ts b/clients/client-waf-regional/src/commands/ListResourcesForWebACLCommand.ts index 0f5aca9ad18a..f6f982135efc 100644 --- a/clients/client-waf-regional/src/commands/ListResourcesForWebACLCommand.ts +++ b/clients/client-waf-regional/src/commands/ListResourcesForWebACLCommand.ts @@ -130,9 +130,6 @@ export class ListResourcesForWebACLCommand extends $Command< ListResourcesForWebACLCommandOutput, WAFRegionalClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -146,9 +143,7 @@ export class ListResourcesForWebACLCommand extends $Command< * @public */ constructor(readonly input: ListResourcesForWebACLCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -201,7 +196,4 @@ export class ListResourcesForWebACLCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListResourcesForWebACLCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-waf-regional/src/commands/ListRuleGroupsCommand.ts b/clients/client-waf-regional/src/commands/ListRuleGroupsCommand.ts index 915015017d12..eaa073d7c79b 100644 --- a/clients/client-waf-regional/src/commands/ListRuleGroupsCommand.ts +++ b/clients/client-waf-regional/src/commands/ListRuleGroupsCommand.ts @@ -88,9 +88,6 @@ export class ListRuleGroupsCommand extends $Command< ListRuleGroupsCommandOutput, WAFRegionalClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -104,9 +101,7 @@ export class ListRuleGroupsCommand extends $Command< * @public */ constructor(readonly input: ListRuleGroupsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -159,7 +154,4 @@ export class ListRuleGroupsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListRuleGroupsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-waf-regional/src/commands/ListRulesCommand.ts b/clients/client-waf-regional/src/commands/ListRulesCommand.ts index a5df0f1cca37..078332892a36 100644 --- a/clients/client-waf-regional/src/commands/ListRulesCommand.ts +++ b/clients/client-waf-regional/src/commands/ListRulesCommand.ts @@ -112,9 +112,6 @@ export class ListRulesCommand extends $Command< ListRulesCommandOutput, WAFRegionalClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -128,9 +125,7 @@ export class ListRulesCommand extends $Command< * @public */ constructor(readonly input: ListRulesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -181,7 +176,4 @@ export class ListRulesCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListRulesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-waf-regional/src/commands/ListSizeConstraintSetsCommand.ts b/clients/client-waf-regional/src/commands/ListSizeConstraintSetsCommand.ts index d5fab17ab110..adca0877e2c6 100644 --- a/clients/client-waf-regional/src/commands/ListSizeConstraintSetsCommand.ts +++ b/clients/client-waf-regional/src/commands/ListSizeConstraintSetsCommand.ts @@ -112,9 +112,6 @@ export class ListSizeConstraintSetsCommand extends $Command< ListSizeConstraintSetsCommandOutput, WAFRegionalClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -128,9 +125,7 @@ export class ListSizeConstraintSetsCommand extends $Command< * @public */ constructor(readonly input: ListSizeConstraintSetsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -183,7 +178,4 @@ export class ListSizeConstraintSetsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListSizeConstraintSetsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-waf-regional/src/commands/ListSqlInjectionMatchSetsCommand.ts b/clients/client-waf-regional/src/commands/ListSqlInjectionMatchSetsCommand.ts index 8b9088c969c8..389ca80a601b 100644 --- a/clients/client-waf-regional/src/commands/ListSqlInjectionMatchSetsCommand.ts +++ b/clients/client-waf-regional/src/commands/ListSqlInjectionMatchSetsCommand.ts @@ -112,9 +112,6 @@ export class ListSqlInjectionMatchSetsCommand extends $Command< ListSqlInjectionMatchSetsCommandOutput, WAFRegionalClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -128,9 +125,7 @@ export class ListSqlInjectionMatchSetsCommand extends $Command< * @public */ constructor(readonly input: ListSqlInjectionMatchSetsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -186,7 +181,4 @@ export class ListSqlInjectionMatchSetsCommand extends $Command< ): Promise { return de_ListSqlInjectionMatchSetsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-waf-regional/src/commands/ListSubscribedRuleGroupsCommand.ts b/clients/client-waf-regional/src/commands/ListSubscribedRuleGroupsCommand.ts index c50d79d14568..802b77d066fc 100644 --- a/clients/client-waf-regional/src/commands/ListSubscribedRuleGroupsCommand.ts +++ b/clients/client-waf-regional/src/commands/ListSubscribedRuleGroupsCommand.ts @@ -92,9 +92,6 @@ export class ListSubscribedRuleGroupsCommand extends $Command< ListSubscribedRuleGroupsCommandOutput, WAFRegionalClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -108,9 +105,7 @@ export class ListSubscribedRuleGroupsCommand extends $Command< * @public */ constructor(readonly input: ListSubscribedRuleGroupsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -163,7 +158,4 @@ export class ListSubscribedRuleGroupsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListSubscribedRuleGroupsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-waf-regional/src/commands/ListTagsForResourceCommand.ts b/clients/client-waf-regional/src/commands/ListTagsForResourceCommand.ts index a9bbe5219ee2..2de10fe1ce1c 100644 --- a/clients/client-waf-regional/src/commands/ListTagsForResourceCommand.ts +++ b/clients/client-waf-regional/src/commands/ListTagsForResourceCommand.ts @@ -145,9 +145,6 @@ export class ListTagsForResourceCommand extends $Command< ListTagsForResourceCommandOutput, WAFRegionalClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -161,9 +158,7 @@ export class ListTagsForResourceCommand extends $Command< * @public */ constructor(readonly input: ListTagsForResourceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -216,7 +211,4 @@ export class ListTagsForResourceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListTagsForResourceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-waf-regional/src/commands/ListWebACLsCommand.ts b/clients/client-waf-regional/src/commands/ListWebACLsCommand.ts index d47af4b1d2d5..524ce3674f92 100644 --- a/clients/client-waf-regional/src/commands/ListWebACLsCommand.ts +++ b/clients/client-waf-regional/src/commands/ListWebACLsCommand.ts @@ -112,9 +112,6 @@ export class ListWebACLsCommand extends $Command< ListWebACLsCommandOutput, WAFRegionalClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -128,9 +125,7 @@ export class ListWebACLsCommand extends $Command< * @public */ constructor(readonly input: ListWebACLsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -181,7 +176,4 @@ export class ListWebACLsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListWebACLsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-waf-regional/src/commands/ListXssMatchSetsCommand.ts b/clients/client-waf-regional/src/commands/ListXssMatchSetsCommand.ts index 8ae9026377ec..2d7a9ccaa65d 100644 --- a/clients/client-waf-regional/src/commands/ListXssMatchSetsCommand.ts +++ b/clients/client-waf-regional/src/commands/ListXssMatchSetsCommand.ts @@ -112,9 +112,6 @@ export class ListXssMatchSetsCommand extends $Command< ListXssMatchSetsCommandOutput, WAFRegionalClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -128,9 +125,7 @@ export class ListXssMatchSetsCommand extends $Command< * @public */ constructor(readonly input: ListXssMatchSetsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -183,7 +178,4 @@ export class ListXssMatchSetsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListXssMatchSetsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-waf-regional/src/commands/PutLoggingConfigurationCommand.ts b/clients/client-waf-regional/src/commands/PutLoggingConfigurationCommand.ts index eb5c6688c4cb..88986e8ef281 100644 --- a/clients/client-waf-regional/src/commands/PutLoggingConfigurationCommand.ts +++ b/clients/client-waf-regional/src/commands/PutLoggingConfigurationCommand.ts @@ -129,9 +129,6 @@ export class PutLoggingConfigurationCommand extends $Command< PutLoggingConfigurationCommandOutput, WAFRegionalClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -145,9 +142,7 @@ export class PutLoggingConfigurationCommand extends $Command< * @public */ constructor(readonly input: PutLoggingConfigurationCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -200,7 +195,4 @@ export class PutLoggingConfigurationCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_PutLoggingConfigurationCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-waf-regional/src/commands/PutPermissionPolicyCommand.ts b/clients/client-waf-regional/src/commands/PutPermissionPolicyCommand.ts index 6b7209a885c7..c20c7f07b338 100644 --- a/clients/client-waf-regional/src/commands/PutPermissionPolicyCommand.ts +++ b/clients/client-waf-regional/src/commands/PutPermissionPolicyCommand.ts @@ -150,9 +150,6 @@ export class PutPermissionPolicyCommand extends $Command< PutPermissionPolicyCommandOutput, WAFRegionalClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -166,9 +163,7 @@ export class PutPermissionPolicyCommand extends $Command< * @public */ constructor(readonly input: PutPermissionPolicyCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -221,7 +216,4 @@ export class PutPermissionPolicyCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_PutPermissionPolicyCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-waf-regional/src/commands/TagResourceCommand.ts b/clients/client-waf-regional/src/commands/TagResourceCommand.ts index c5d52aa0f329..4d6dd0835019 100644 --- a/clients/client-waf-regional/src/commands/TagResourceCommand.ts +++ b/clients/client-waf-regional/src/commands/TagResourceCommand.ts @@ -143,9 +143,6 @@ export class TagResourceCommand extends $Command< TagResourceCommandOutput, WAFRegionalClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -159,9 +156,7 @@ export class TagResourceCommand extends $Command< * @public */ constructor(readonly input: TagResourceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -212,7 +207,4 @@ export class TagResourceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_TagResourceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-waf-regional/src/commands/UntagResourceCommand.ts b/clients/client-waf-regional/src/commands/UntagResourceCommand.ts index 50dee585aa4a..ecc76ce8bb9a 100644 --- a/clients/client-waf-regional/src/commands/UntagResourceCommand.ts +++ b/clients/client-waf-regional/src/commands/UntagResourceCommand.ts @@ -134,9 +134,6 @@ export class UntagResourceCommand extends $Command< UntagResourceCommandOutput, WAFRegionalClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -150,9 +147,7 @@ export class UntagResourceCommand extends $Command< * @public */ constructor(readonly input: UntagResourceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -203,7 +198,4 @@ export class UntagResourceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UntagResourceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-waf-regional/src/commands/UpdateByteMatchSetCommand.ts b/clients/client-waf-regional/src/commands/UpdateByteMatchSetCommand.ts index 7d34ffab2cc8..f600de6f263c 100644 --- a/clients/client-waf-regional/src/commands/UpdateByteMatchSetCommand.ts +++ b/clients/client-waf-regional/src/commands/UpdateByteMatchSetCommand.ts @@ -260,9 +260,6 @@ export class UpdateByteMatchSetCommand extends $Command< UpdateByteMatchSetCommandOutput, WAFRegionalClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -276,9 +273,7 @@ export class UpdateByteMatchSetCommand extends $Command< * @public */ constructor(readonly input: UpdateByteMatchSetCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -331,7 +326,4 @@ export class UpdateByteMatchSetCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdateByteMatchSetCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-waf-regional/src/commands/UpdateGeoMatchSetCommand.ts b/clients/client-waf-regional/src/commands/UpdateGeoMatchSetCommand.ts index 3d50c8180d43..24eb8531c484 100644 --- a/clients/client-waf-regional/src/commands/UpdateGeoMatchSetCommand.ts +++ b/clients/client-waf-regional/src/commands/UpdateGeoMatchSetCommand.ts @@ -227,9 +227,6 @@ export class UpdateGeoMatchSetCommand extends $Command< UpdateGeoMatchSetCommandOutput, WAFRegionalClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -243,9 +240,7 @@ export class UpdateGeoMatchSetCommand extends $Command< * @public */ constructor(readonly input: UpdateGeoMatchSetCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -298,7 +293,4 @@ export class UpdateGeoMatchSetCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdateGeoMatchSetCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-waf-regional/src/commands/UpdateIPSetCommand.ts b/clients/client-waf-regional/src/commands/UpdateIPSetCommand.ts index 5fef6167db78..d6721df1acfd 100644 --- a/clients/client-waf-regional/src/commands/UpdateIPSetCommand.ts +++ b/clients/client-waf-regional/src/commands/UpdateIPSetCommand.ts @@ -288,9 +288,6 @@ export class UpdateIPSetCommand extends $Command< UpdateIPSetCommandOutput, WAFRegionalClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -304,9 +301,7 @@ export class UpdateIPSetCommand extends $Command< * @public */ constructor(readonly input: UpdateIPSetCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -357,7 +352,4 @@ export class UpdateIPSetCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdateIPSetCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-waf-regional/src/commands/UpdateRateBasedRuleCommand.ts b/clients/client-waf-regional/src/commands/UpdateRateBasedRuleCommand.ts index 4e537e4ae236..78f57a0e4283 100644 --- a/clients/client-waf-regional/src/commands/UpdateRateBasedRuleCommand.ts +++ b/clients/client-waf-regional/src/commands/UpdateRateBasedRuleCommand.ts @@ -245,9 +245,6 @@ export class UpdateRateBasedRuleCommand extends $Command< UpdateRateBasedRuleCommandOutput, WAFRegionalClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -261,9 +258,7 @@ export class UpdateRateBasedRuleCommand extends $Command< * @public */ constructor(readonly input: UpdateRateBasedRuleCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -316,7 +311,4 @@ export class UpdateRateBasedRuleCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdateRateBasedRuleCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-waf-regional/src/commands/UpdateRegexMatchSetCommand.ts b/clients/client-waf-regional/src/commands/UpdateRegexMatchSetCommand.ts index b4e8de755dd6..d59f1e91c2ca 100644 --- a/clients/client-waf-regional/src/commands/UpdateRegexMatchSetCommand.ts +++ b/clients/client-waf-regional/src/commands/UpdateRegexMatchSetCommand.ts @@ -187,9 +187,6 @@ export class UpdateRegexMatchSetCommand extends $Command< UpdateRegexMatchSetCommandOutput, WAFRegionalClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -203,9 +200,7 @@ export class UpdateRegexMatchSetCommand extends $Command< * @public */ constructor(readonly input: UpdateRegexMatchSetCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -258,7 +253,4 @@ export class UpdateRegexMatchSetCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdateRegexMatchSetCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-waf-regional/src/commands/UpdateRegexPatternSetCommand.ts b/clients/client-waf-regional/src/commands/UpdateRegexPatternSetCommand.ts index d616dd0771d0..304593a933c3 100644 --- a/clients/client-waf-regional/src/commands/UpdateRegexPatternSetCommand.ts +++ b/clients/client-waf-regional/src/commands/UpdateRegexPatternSetCommand.ts @@ -185,9 +185,6 @@ export class UpdateRegexPatternSetCommand extends $Command< UpdateRegexPatternSetCommandOutput, WAFRegionalClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -201,9 +198,7 @@ export class UpdateRegexPatternSetCommand extends $Command< * @public */ constructor(readonly input: UpdateRegexPatternSetCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -256,7 +251,4 @@ export class UpdateRegexPatternSetCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdateRegexPatternSetCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-waf-regional/src/commands/UpdateRuleCommand.ts b/clients/client-waf-regional/src/commands/UpdateRuleCommand.ts index 248db6ea1692..17a89bff88da 100644 --- a/clients/client-waf-regional/src/commands/UpdateRuleCommand.ts +++ b/clients/client-waf-regional/src/commands/UpdateRuleCommand.ts @@ -266,9 +266,6 @@ export class UpdateRuleCommand extends $Command< UpdateRuleCommandOutput, WAFRegionalClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -282,9 +279,7 @@ export class UpdateRuleCommand extends $Command< * @public */ constructor(readonly input: UpdateRuleCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -335,7 +330,4 @@ export class UpdateRuleCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdateRuleCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-waf-regional/src/commands/UpdateRuleGroupCommand.ts b/clients/client-waf-regional/src/commands/UpdateRuleGroupCommand.ts index e7ba7bf52fa9..9b24ef0fe485 100644 --- a/clients/client-waf-regional/src/commands/UpdateRuleGroupCommand.ts +++ b/clients/client-waf-regional/src/commands/UpdateRuleGroupCommand.ts @@ -219,9 +219,6 @@ export class UpdateRuleGroupCommand extends $Command< UpdateRuleGroupCommandOutput, WAFRegionalClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -235,9 +232,7 @@ export class UpdateRuleGroupCommand extends $Command< * @public */ constructor(readonly input: UpdateRuleGroupCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -290,7 +285,4 @@ export class UpdateRuleGroupCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdateRuleGroupCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-waf-regional/src/commands/UpdateSizeConstraintSetCommand.ts b/clients/client-waf-regional/src/commands/UpdateSizeConstraintSetCommand.ts index 46a08a49dac6..3beb01b6c517 100644 --- a/clients/client-waf-regional/src/commands/UpdateSizeConstraintSetCommand.ts +++ b/clients/client-waf-regional/src/commands/UpdateSizeConstraintSetCommand.ts @@ -274,9 +274,6 @@ export class UpdateSizeConstraintSetCommand extends $Command< UpdateSizeConstraintSetCommandOutput, WAFRegionalClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -290,9 +287,7 @@ export class UpdateSizeConstraintSetCommand extends $Command< * @public */ constructor(readonly input: UpdateSizeConstraintSetCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -345,7 +340,4 @@ export class UpdateSizeConstraintSetCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdateSizeConstraintSetCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-waf-regional/src/commands/UpdateSqlInjectionMatchSetCommand.ts b/clients/client-waf-regional/src/commands/UpdateSqlInjectionMatchSetCommand.ts index 6300bc58757e..9c402a8392c7 100644 --- a/clients/client-waf-regional/src/commands/UpdateSqlInjectionMatchSetCommand.ts +++ b/clients/client-waf-regional/src/commands/UpdateSqlInjectionMatchSetCommand.ts @@ -258,9 +258,6 @@ export class UpdateSqlInjectionMatchSetCommand extends $Command< UpdateSqlInjectionMatchSetCommandOutput, WAFRegionalClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -274,9 +271,7 @@ export class UpdateSqlInjectionMatchSetCommand extends $Command< * @public */ constructor(readonly input: UpdateSqlInjectionMatchSetCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -332,7 +327,4 @@ export class UpdateSqlInjectionMatchSetCommand extends $Command< ): Promise { return de_UpdateSqlInjectionMatchSetCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-waf-regional/src/commands/UpdateWebACLCommand.ts b/clients/client-waf-regional/src/commands/UpdateWebACLCommand.ts index 02f1aefabc4c..cf46462457fc 100644 --- a/clients/client-waf-regional/src/commands/UpdateWebACLCommand.ts +++ b/clients/client-waf-regional/src/commands/UpdateWebACLCommand.ts @@ -318,9 +318,6 @@ export class UpdateWebACLCommand extends $Command< UpdateWebACLCommandOutput, WAFRegionalClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -334,9 +331,7 @@ export class UpdateWebACLCommand extends $Command< * @public */ constructor(readonly input: UpdateWebACLCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -387,7 +382,4 @@ export class UpdateWebACLCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdateWebACLCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-waf-regional/src/commands/UpdateXssMatchSetCommand.ts b/clients/client-waf-regional/src/commands/UpdateXssMatchSetCommand.ts index 1731112456f4..e93de9d1cd13 100644 --- a/clients/client-waf-regional/src/commands/UpdateXssMatchSetCommand.ts +++ b/clients/client-waf-regional/src/commands/UpdateXssMatchSetCommand.ts @@ -260,9 +260,6 @@ export class UpdateXssMatchSetCommand extends $Command< UpdateXssMatchSetCommandOutput, WAFRegionalClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -276,9 +273,7 @@ export class UpdateXssMatchSetCommand extends $Command< * @public */ constructor(readonly input: UpdateXssMatchSetCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -331,7 +326,4 @@ export class UpdateXssMatchSetCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdateXssMatchSetCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-waf/package.json b/clients/client-waf/package.json index 8aa348c5d663..fcf0f3514192 100644 --- a/clients/client-waf/package.json +++ b/clients/client-waf/package.json @@ -34,29 +34,29 @@ "@aws-sdk/util-endpoints": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@smithy/config-resolver": "^2.0.16", - "@smithy/fetch-http-handler": "^2.2.4", - "@smithy/hash-node": "^2.0.12", - "@smithy/invalid-dependency": "^2.0.12", - "@smithy/middleware-content-length": "^2.0.14", - "@smithy/middleware-endpoint": "^2.1.3", - "@smithy/middleware-retry": "^2.0.18", - "@smithy/middleware-serde": "^2.0.12", - "@smithy/middleware-stack": "^2.0.6", - "@smithy/node-config-provider": "^2.1.3", - "@smithy/node-http-handler": "^2.1.8", - "@smithy/protocol-http": "^3.0.8", - "@smithy/smithy-client": "^2.1.12", - "@smithy/types": "^2.4.0", - "@smithy/url-parser": "^2.0.12", - "@smithy/util-base64": "^2.0.0", + "@smithy/config-resolver": "^2.0.18", + "@smithy/fetch-http-handler": "^2.2.6", + "@smithy/hash-node": "^2.0.15", + "@smithy/invalid-dependency": "^2.0.13", + "@smithy/middleware-content-length": "^2.0.15", + "@smithy/middleware-endpoint": "^2.2.0", + "@smithy/middleware-retry": "^2.0.20", + "@smithy/middleware-serde": "^2.0.13", + "@smithy/middleware-stack": "^2.0.7", + "@smithy/node-config-provider": "^2.1.5", + "@smithy/node-http-handler": "^2.1.9", + "@smithy/protocol-http": "^3.0.9", + "@smithy/smithy-client": "^2.1.15", + "@smithy/types": "^2.5.0", + "@smithy/url-parser": "^2.0.13", + "@smithy/util-base64": "^2.0.1", "@smithy/util-body-length-browser": "^2.0.0", "@smithy/util-body-length-node": "^2.1.0", - "@smithy/util-defaults-mode-browser": "^2.0.16", - "@smithy/util-defaults-mode-node": "^2.0.21", - "@smithy/util-endpoints": "^1.0.2", - "@smithy/util-retry": "^2.0.5", - "@smithy/util-utf8": "^2.0.0", + "@smithy/util-defaults-mode-browser": "^2.0.19", + "@smithy/util-defaults-mode-node": "^2.0.25", + "@smithy/util-endpoints": "^1.0.4", + "@smithy/util-retry": "^2.0.6", + "@smithy/util-utf8": "^2.0.2", "tslib": "^2.5.0" }, "devDependencies": { diff --git a/clients/client-waf/src/commands/CreateByteMatchSetCommand.ts b/clients/client-waf/src/commands/CreateByteMatchSetCommand.ts index 42e85c748742..84598721cda1 100644 --- a/clients/client-waf/src/commands/CreateByteMatchSetCommand.ts +++ b/clients/client-waf/src/commands/CreateByteMatchSetCommand.ts @@ -174,9 +174,6 @@ export class CreateByteMatchSetCommand extends $Command< CreateByteMatchSetCommandOutput, WAFClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -190,9 +187,7 @@ export class CreateByteMatchSetCommand extends $Command< * @public */ constructor(readonly input: CreateByteMatchSetCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -245,7 +240,4 @@ export class CreateByteMatchSetCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateByteMatchSetCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-waf/src/commands/CreateGeoMatchSetCommand.ts b/clients/client-waf/src/commands/CreateGeoMatchSetCommand.ts index c28ae179d38b..700fd79af5f6 100644 --- a/clients/client-waf/src/commands/CreateGeoMatchSetCommand.ts +++ b/clients/client-waf/src/commands/CreateGeoMatchSetCommand.ts @@ -166,9 +166,6 @@ export class CreateGeoMatchSetCommand extends $Command< CreateGeoMatchSetCommandOutput, WAFClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -182,9 +179,7 @@ export class CreateGeoMatchSetCommand extends $Command< * @public */ constructor(readonly input: CreateGeoMatchSetCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -237,7 +232,4 @@ export class CreateGeoMatchSetCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateGeoMatchSetCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-waf/src/commands/CreateIPSetCommand.ts b/clients/client-waf/src/commands/CreateIPSetCommand.ts index 4b6f9a2e2e95..179bad910887 100644 --- a/clients/client-waf/src/commands/CreateIPSetCommand.ts +++ b/clients/client-waf/src/commands/CreateIPSetCommand.ts @@ -198,9 +198,6 @@ export class CreateIPSetCommand extends $Command< CreateIPSetCommandOutput, WAFClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -214,9 +211,7 @@ export class CreateIPSetCommand extends $Command< * @public */ constructor(readonly input: CreateIPSetCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -267,7 +262,4 @@ export class CreateIPSetCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateIPSetCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-waf/src/commands/CreateRateBasedRuleCommand.ts b/clients/client-waf/src/commands/CreateRateBasedRuleCommand.ts index 2fd5b7bf204e..90028a6d878d 100644 --- a/clients/client-waf/src/commands/CreateRateBasedRuleCommand.ts +++ b/clients/client-waf/src/commands/CreateRateBasedRuleCommand.ts @@ -250,9 +250,6 @@ export class CreateRateBasedRuleCommand extends $Command< CreateRateBasedRuleCommandOutput, WAFClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -266,9 +263,7 @@ export class CreateRateBasedRuleCommand extends $Command< * @public */ constructor(readonly input: CreateRateBasedRuleCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -321,7 +316,4 @@ export class CreateRateBasedRuleCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateRateBasedRuleCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-waf/src/commands/CreateRegexMatchSetCommand.ts b/clients/client-waf/src/commands/CreateRegexMatchSetCommand.ts index 8ea57f04d624..b4d57c10c440 100644 --- a/clients/client-waf/src/commands/CreateRegexMatchSetCommand.ts +++ b/clients/client-waf/src/commands/CreateRegexMatchSetCommand.ts @@ -130,9 +130,6 @@ export class CreateRegexMatchSetCommand extends $Command< CreateRegexMatchSetCommandOutput, WAFClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -146,9 +143,7 @@ export class CreateRegexMatchSetCommand extends $Command< * @public */ constructor(readonly input: CreateRegexMatchSetCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -201,7 +196,4 @@ export class CreateRegexMatchSetCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateRegexMatchSetCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-waf/src/commands/CreateRegexPatternSetCommand.ts b/clients/client-waf/src/commands/CreateRegexPatternSetCommand.ts index f0a043b61d6f..30c266422455 100644 --- a/clients/client-waf/src/commands/CreateRegexPatternSetCommand.ts +++ b/clients/client-waf/src/commands/CreateRegexPatternSetCommand.ts @@ -119,9 +119,6 @@ export class CreateRegexPatternSetCommand extends $Command< CreateRegexPatternSetCommandOutput, WAFClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -135,9 +132,7 @@ export class CreateRegexPatternSetCommand extends $Command< * @public */ constructor(readonly input: CreateRegexPatternSetCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -190,7 +185,4 @@ export class CreateRegexPatternSetCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateRegexPatternSetCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-waf/src/commands/CreateRuleCommand.ts b/clients/client-waf/src/commands/CreateRuleCommand.ts index 3f3224a087df..3946f15f177c 100644 --- a/clients/client-waf/src/commands/CreateRuleCommand.ts +++ b/clients/client-waf/src/commands/CreateRuleCommand.ts @@ -234,9 +234,6 @@ export class CreateRuleCommand extends $Command< CreateRuleCommandOutput, WAFClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -250,9 +247,7 @@ export class CreateRuleCommand extends $Command< * @public */ constructor(readonly input: CreateRuleCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -303,7 +298,4 @@ export class CreateRuleCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateRuleCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-waf/src/commands/CreateRuleGroupCommand.ts b/clients/client-waf/src/commands/CreateRuleGroupCommand.ts index daae1ac68943..21ec3d5f1a1b 100644 --- a/clients/client-waf/src/commands/CreateRuleGroupCommand.ts +++ b/clients/client-waf/src/commands/CreateRuleGroupCommand.ts @@ -128,9 +128,6 @@ export class CreateRuleGroupCommand extends $Command< CreateRuleGroupCommandOutput, WAFClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -144,9 +141,7 @@ export class CreateRuleGroupCommand extends $Command< * @public */ constructor(readonly input: CreateRuleGroupCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -199,7 +194,4 @@ export class CreateRuleGroupCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateRuleGroupCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-waf/src/commands/CreateSizeConstraintSetCommand.ts b/clients/client-waf/src/commands/CreateSizeConstraintSetCommand.ts index b5caa0096f71..f8f19b1c2045 100644 --- a/clients/client-waf/src/commands/CreateSizeConstraintSetCommand.ts +++ b/clients/client-waf/src/commands/CreateSizeConstraintSetCommand.ts @@ -205,9 +205,6 @@ export class CreateSizeConstraintSetCommand extends $Command< CreateSizeConstraintSetCommandOutput, WAFClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -221,9 +218,7 @@ export class CreateSizeConstraintSetCommand extends $Command< * @public */ constructor(readonly input: CreateSizeConstraintSetCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -276,7 +271,4 @@ export class CreateSizeConstraintSetCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateSizeConstraintSetCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-waf/src/commands/CreateSqlInjectionMatchSetCommand.ts b/clients/client-waf/src/commands/CreateSqlInjectionMatchSetCommand.ts index ca79071fde52..76e281d67459 100644 --- a/clients/client-waf/src/commands/CreateSqlInjectionMatchSetCommand.ts +++ b/clients/client-waf/src/commands/CreateSqlInjectionMatchSetCommand.ts @@ -199,9 +199,6 @@ export class CreateSqlInjectionMatchSetCommand extends $Command< CreateSqlInjectionMatchSetCommandOutput, WAFClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -215,9 +212,7 @@ export class CreateSqlInjectionMatchSetCommand extends $Command< * @public */ constructor(readonly input: CreateSqlInjectionMatchSetCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -273,7 +268,4 @@ export class CreateSqlInjectionMatchSetCommand extends $Command< ): Promise { return de_CreateSqlInjectionMatchSetCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-waf/src/commands/CreateWebACLCommand.ts b/clients/client-waf/src/commands/CreateWebACLCommand.ts index 570f1e8bdc80..7892b6ed32ab 100644 --- a/clients/client-waf/src/commands/CreateWebACLCommand.ts +++ b/clients/client-waf/src/commands/CreateWebACLCommand.ts @@ -251,9 +251,6 @@ export class CreateWebACLCommand extends $Command< CreateWebACLCommandOutput, WAFClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -267,9 +264,7 @@ export class CreateWebACLCommand extends $Command< * @public */ constructor(readonly input: CreateWebACLCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -320,7 +315,4 @@ export class CreateWebACLCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateWebACLCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-waf/src/commands/CreateWebACLMigrationStackCommand.ts b/clients/client-waf/src/commands/CreateWebACLMigrationStackCommand.ts index 83ae13eacb5d..fe9303bd88a8 100644 --- a/clients/client-waf/src/commands/CreateWebACLMigrationStackCommand.ts +++ b/clients/client-waf/src/commands/CreateWebACLMigrationStackCommand.ts @@ -181,9 +181,6 @@ export class CreateWebACLMigrationStackCommand extends $Command< CreateWebACLMigrationStackCommandOutput, WAFClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -197,9 +194,7 @@ export class CreateWebACLMigrationStackCommand extends $Command< * @public */ constructor(readonly input: CreateWebACLMigrationStackCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -255,7 +250,4 @@ export class CreateWebACLMigrationStackCommand extends $Command< ): Promise { return de_CreateWebACLMigrationStackCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-waf/src/commands/CreateXssMatchSetCommand.ts b/clients/client-waf/src/commands/CreateXssMatchSetCommand.ts index c5c32391babf..7e072bfc1e49 100644 --- a/clients/client-waf/src/commands/CreateXssMatchSetCommand.ts +++ b/clients/client-waf/src/commands/CreateXssMatchSetCommand.ts @@ -199,9 +199,6 @@ export class CreateXssMatchSetCommand extends $Command< CreateXssMatchSetCommandOutput, WAFClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -215,9 +212,7 @@ export class CreateXssMatchSetCommand extends $Command< * @public */ constructor(readonly input: CreateXssMatchSetCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -270,7 +265,4 @@ export class CreateXssMatchSetCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateXssMatchSetCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-waf/src/commands/DeleteByteMatchSetCommand.ts b/clients/client-waf/src/commands/DeleteByteMatchSetCommand.ts index 7a12effe2c60..bdfa873a497a 100644 --- a/clients/client-waf/src/commands/DeleteByteMatchSetCommand.ts +++ b/clients/client-waf/src/commands/DeleteByteMatchSetCommand.ts @@ -152,9 +152,6 @@ export class DeleteByteMatchSetCommand extends $Command< DeleteByteMatchSetCommandOutput, WAFClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -168,9 +165,7 @@ export class DeleteByteMatchSetCommand extends $Command< * @public */ constructor(readonly input: DeleteByteMatchSetCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -223,7 +218,4 @@ export class DeleteByteMatchSetCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteByteMatchSetCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-waf/src/commands/DeleteGeoMatchSetCommand.ts b/clients/client-waf/src/commands/DeleteGeoMatchSetCommand.ts index 638fb694119c..e0d9930821da 100644 --- a/clients/client-waf/src/commands/DeleteGeoMatchSetCommand.ts +++ b/clients/client-waf/src/commands/DeleteGeoMatchSetCommand.ts @@ -135,9 +135,6 @@ export class DeleteGeoMatchSetCommand extends $Command< DeleteGeoMatchSetCommandOutput, WAFClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -151,9 +148,7 @@ export class DeleteGeoMatchSetCommand extends $Command< * @public */ constructor(readonly input: DeleteGeoMatchSetCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -206,7 +201,4 @@ export class DeleteGeoMatchSetCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteGeoMatchSetCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-waf/src/commands/DeleteIPSetCommand.ts b/clients/client-waf/src/commands/DeleteIPSetCommand.ts index ce2c40f5518a..2070ad6d1783 100644 --- a/clients/client-waf/src/commands/DeleteIPSetCommand.ts +++ b/clients/client-waf/src/commands/DeleteIPSetCommand.ts @@ -152,9 +152,6 @@ export class DeleteIPSetCommand extends $Command< DeleteIPSetCommandOutput, WAFClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -168,9 +165,7 @@ export class DeleteIPSetCommand extends $Command< * @public */ constructor(readonly input: DeleteIPSetCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -221,7 +216,4 @@ export class DeleteIPSetCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteIPSetCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-waf/src/commands/DeleteLoggingConfigurationCommand.ts b/clients/client-waf/src/commands/DeleteLoggingConfigurationCommand.ts index 672843c692d0..c85696d67611 100644 --- a/clients/client-waf/src/commands/DeleteLoggingConfigurationCommand.ts +++ b/clients/client-waf/src/commands/DeleteLoggingConfigurationCommand.ts @@ -86,9 +86,6 @@ export class DeleteLoggingConfigurationCommand extends $Command< DeleteLoggingConfigurationCommandOutput, WAFClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -102,9 +99,7 @@ export class DeleteLoggingConfigurationCommand extends $Command< * @public */ constructor(readonly input: DeleteLoggingConfigurationCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -160,7 +155,4 @@ export class DeleteLoggingConfigurationCommand extends $Command< ): Promise { return de_DeleteLoggingConfigurationCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-waf/src/commands/DeletePermissionPolicyCommand.ts b/clients/client-waf/src/commands/DeletePermissionPolicyCommand.ts index 7913fd3bc744..70eceaf56880 100644 --- a/clients/client-waf/src/commands/DeletePermissionPolicyCommand.ts +++ b/clients/client-waf/src/commands/DeletePermissionPolicyCommand.ts @@ -86,9 +86,6 @@ export class DeletePermissionPolicyCommand extends $Command< DeletePermissionPolicyCommandOutput, WAFClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -102,9 +99,7 @@ export class DeletePermissionPolicyCommand extends $Command< * @public */ constructor(readonly input: DeletePermissionPolicyCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -157,7 +152,4 @@ export class DeletePermissionPolicyCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeletePermissionPolicyCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-waf/src/commands/DeleteRateBasedRuleCommand.ts b/clients/client-waf/src/commands/DeleteRateBasedRuleCommand.ts index 4818a7efecc6..29217679a896 100644 --- a/clients/client-waf/src/commands/DeleteRateBasedRuleCommand.ts +++ b/clients/client-waf/src/commands/DeleteRateBasedRuleCommand.ts @@ -145,9 +145,6 @@ export class DeleteRateBasedRuleCommand extends $Command< DeleteRateBasedRuleCommandOutput, WAFClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -161,9 +158,7 @@ export class DeleteRateBasedRuleCommand extends $Command< * @public */ constructor(readonly input: DeleteRateBasedRuleCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -216,7 +211,4 @@ export class DeleteRateBasedRuleCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteRateBasedRuleCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-waf/src/commands/DeleteRegexMatchSetCommand.ts b/clients/client-waf/src/commands/DeleteRegexMatchSetCommand.ts index 0c9e291e63dd..6ce69eaa8aed 100644 --- a/clients/client-waf/src/commands/DeleteRegexMatchSetCommand.ts +++ b/clients/client-waf/src/commands/DeleteRegexMatchSetCommand.ts @@ -135,9 +135,6 @@ export class DeleteRegexMatchSetCommand extends $Command< DeleteRegexMatchSetCommandOutput, WAFClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -151,9 +148,7 @@ export class DeleteRegexMatchSetCommand extends $Command< * @public */ constructor(readonly input: DeleteRegexMatchSetCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -206,7 +201,4 @@ export class DeleteRegexMatchSetCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteRegexMatchSetCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-waf/src/commands/DeleteRegexPatternSetCommand.ts b/clients/client-waf/src/commands/DeleteRegexPatternSetCommand.ts index 256c19e3a30b..01fe28e87cf9 100644 --- a/clients/client-waf/src/commands/DeleteRegexPatternSetCommand.ts +++ b/clients/client-waf/src/commands/DeleteRegexPatternSetCommand.ts @@ -121,9 +121,6 @@ export class DeleteRegexPatternSetCommand extends $Command< DeleteRegexPatternSetCommandOutput, WAFClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -137,9 +134,7 @@ export class DeleteRegexPatternSetCommand extends $Command< * @public */ constructor(readonly input: DeleteRegexPatternSetCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -192,7 +187,4 @@ export class DeleteRegexPatternSetCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteRegexPatternSetCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-waf/src/commands/DeleteRuleCommand.ts b/clients/client-waf/src/commands/DeleteRuleCommand.ts index b5b2494d4e52..01dcafb440c0 100644 --- a/clients/client-waf/src/commands/DeleteRuleCommand.ts +++ b/clients/client-waf/src/commands/DeleteRuleCommand.ts @@ -158,9 +158,6 @@ export class DeleteRuleCommand extends $Command< DeleteRuleCommandOutput, WAFClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -174,9 +171,7 @@ export class DeleteRuleCommand extends $Command< * @public */ constructor(readonly input: DeleteRuleCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -227,7 +222,4 @@ export class DeleteRuleCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteRuleCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-waf/src/commands/DeleteRuleGroupCommand.ts b/clients/client-waf/src/commands/DeleteRuleGroupCommand.ts index 9e6f5b79aaa1..041b308d714a 100644 --- a/clients/client-waf/src/commands/DeleteRuleGroupCommand.ts +++ b/clients/client-waf/src/commands/DeleteRuleGroupCommand.ts @@ -161,9 +161,6 @@ export class DeleteRuleGroupCommand extends $Command< DeleteRuleGroupCommandOutput, WAFClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -177,9 +174,7 @@ export class DeleteRuleGroupCommand extends $Command< * @public */ constructor(readonly input: DeleteRuleGroupCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -232,7 +227,4 @@ export class DeleteRuleGroupCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteRuleGroupCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-waf/src/commands/DeleteSizeConstraintSetCommand.ts b/clients/client-waf/src/commands/DeleteSizeConstraintSetCommand.ts index 1480efe09fd4..b824a6299e83 100644 --- a/clients/client-waf/src/commands/DeleteSizeConstraintSetCommand.ts +++ b/clients/client-waf/src/commands/DeleteSizeConstraintSetCommand.ts @@ -152,9 +152,6 @@ export class DeleteSizeConstraintSetCommand extends $Command< DeleteSizeConstraintSetCommandOutput, WAFClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -168,9 +165,7 @@ export class DeleteSizeConstraintSetCommand extends $Command< * @public */ constructor(readonly input: DeleteSizeConstraintSetCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -223,7 +218,4 @@ export class DeleteSizeConstraintSetCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteSizeConstraintSetCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-waf/src/commands/DeleteSqlInjectionMatchSetCommand.ts b/clients/client-waf/src/commands/DeleteSqlInjectionMatchSetCommand.ts index f4a9eb1fb64e..e110ac73602d 100644 --- a/clients/client-waf/src/commands/DeleteSqlInjectionMatchSetCommand.ts +++ b/clients/client-waf/src/commands/DeleteSqlInjectionMatchSetCommand.ts @@ -153,9 +153,6 @@ export class DeleteSqlInjectionMatchSetCommand extends $Command< DeleteSqlInjectionMatchSetCommandOutput, WAFClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -169,9 +166,7 @@ export class DeleteSqlInjectionMatchSetCommand extends $Command< * @public */ constructor(readonly input: DeleteSqlInjectionMatchSetCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -227,7 +222,4 @@ export class DeleteSqlInjectionMatchSetCommand extends $Command< ): Promise { return de_DeleteSqlInjectionMatchSetCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-waf/src/commands/DeleteWebACLCommand.ts b/clients/client-waf/src/commands/DeleteWebACLCommand.ts index 49e523a647b1..b32df6116d4f 100644 --- a/clients/client-waf/src/commands/DeleteWebACLCommand.ts +++ b/clients/client-waf/src/commands/DeleteWebACLCommand.ts @@ -156,9 +156,6 @@ export class DeleteWebACLCommand extends $Command< DeleteWebACLCommandOutput, WAFClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -172,9 +169,7 @@ export class DeleteWebACLCommand extends $Command< * @public */ constructor(readonly input: DeleteWebACLCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -225,7 +220,4 @@ export class DeleteWebACLCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteWebACLCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-waf/src/commands/DeleteXssMatchSetCommand.ts b/clients/client-waf/src/commands/DeleteXssMatchSetCommand.ts index cca908aae9b3..f910cf92cce8 100644 --- a/clients/client-waf/src/commands/DeleteXssMatchSetCommand.ts +++ b/clients/client-waf/src/commands/DeleteXssMatchSetCommand.ts @@ -153,9 +153,6 @@ export class DeleteXssMatchSetCommand extends $Command< DeleteXssMatchSetCommandOutput, WAFClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -169,9 +166,7 @@ export class DeleteXssMatchSetCommand extends $Command< * @public */ constructor(readonly input: DeleteXssMatchSetCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -224,7 +219,4 @@ export class DeleteXssMatchSetCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteXssMatchSetCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-waf/src/commands/GetByteMatchSetCommand.ts b/clients/client-waf/src/commands/GetByteMatchSetCommand.ts index 0b27451fd4b9..b4619d3318a4 100644 --- a/clients/client-waf/src/commands/GetByteMatchSetCommand.ts +++ b/clients/client-waf/src/commands/GetByteMatchSetCommand.ts @@ -131,9 +131,6 @@ export class GetByteMatchSetCommand extends $Command< GetByteMatchSetCommandOutput, WAFClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -147,9 +144,7 @@ export class GetByteMatchSetCommand extends $Command< * @public */ constructor(readonly input: GetByteMatchSetCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -202,7 +197,4 @@ export class GetByteMatchSetCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetByteMatchSetCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-waf/src/commands/GetChangeTokenCommand.ts b/clients/client-waf/src/commands/GetChangeTokenCommand.ts index 5c8af6a278d0..4d1d9cb3c366 100644 --- a/clients/client-waf/src/commands/GetChangeTokenCommand.ts +++ b/clients/client-waf/src/commands/GetChangeTokenCommand.ts @@ -99,9 +99,6 @@ export class GetChangeTokenCommand extends $Command< GetChangeTokenCommandOutput, WAFClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -115,9 +112,7 @@ export class GetChangeTokenCommand extends $Command< * @public */ constructor(readonly input: GetChangeTokenCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -170,7 +165,4 @@ export class GetChangeTokenCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetChangeTokenCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-waf/src/commands/GetChangeTokenStatusCommand.ts b/clients/client-waf/src/commands/GetChangeTokenStatusCommand.ts index afd74bb7950f..1fc1fd33ceb7 100644 --- a/clients/client-waf/src/commands/GetChangeTokenStatusCommand.ts +++ b/clients/client-waf/src/commands/GetChangeTokenStatusCommand.ts @@ -116,9 +116,6 @@ export class GetChangeTokenStatusCommand extends $Command< GetChangeTokenStatusCommandOutput, WAFClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -132,9 +129,7 @@ export class GetChangeTokenStatusCommand extends $Command< * @public */ constructor(readonly input: GetChangeTokenStatusCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -187,7 +182,4 @@ export class GetChangeTokenStatusCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetChangeTokenStatusCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-waf/src/commands/GetGeoMatchSetCommand.ts b/clients/client-waf/src/commands/GetGeoMatchSetCommand.ts index 4d4a7144e527..1a437c8ccf47 100644 --- a/clients/client-waf/src/commands/GetGeoMatchSetCommand.ts +++ b/clients/client-waf/src/commands/GetGeoMatchSetCommand.ts @@ -96,9 +96,6 @@ export class GetGeoMatchSetCommand extends $Command< GetGeoMatchSetCommandOutput, WAFClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -112,9 +109,7 @@ export class GetGeoMatchSetCommand extends $Command< * @public */ constructor(readonly input: GetGeoMatchSetCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -167,7 +162,4 @@ export class GetGeoMatchSetCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetGeoMatchSetCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-waf/src/commands/GetIPSetCommand.ts b/clients/client-waf/src/commands/GetIPSetCommand.ts index d3cea438b75d..9579a1e8860d 100644 --- a/clients/client-waf/src/commands/GetIPSetCommand.ts +++ b/clients/client-waf/src/commands/GetIPSetCommand.ts @@ -117,9 +117,6 @@ export interface GetIPSetCommandOutput extends GetIPSetResponse, __MetadataBeare * */ export class GetIPSetCommand extends $Command { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -133,9 +130,7 @@ export class GetIPSetCommand extends $Command { return de_GetIPSetCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-waf/src/commands/GetLoggingConfigurationCommand.ts b/clients/client-waf/src/commands/GetLoggingConfigurationCommand.ts index f62153179516..a40389be15d7 100644 --- a/clients/client-waf/src/commands/GetLoggingConfigurationCommand.ts +++ b/clients/client-waf/src/commands/GetLoggingConfigurationCommand.ts @@ -95,9 +95,6 @@ export class GetLoggingConfigurationCommand extends $Command< GetLoggingConfigurationCommandOutput, WAFClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -111,9 +108,7 @@ export class GetLoggingConfigurationCommand extends $Command< * @public */ constructor(readonly input: GetLoggingConfigurationCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -166,7 +161,4 @@ export class GetLoggingConfigurationCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetLoggingConfigurationCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-waf/src/commands/GetPermissionPolicyCommand.ts b/clients/client-waf/src/commands/GetPermissionPolicyCommand.ts index ec4705b2eaf8..2af1bb8af40b 100644 --- a/clients/client-waf/src/commands/GetPermissionPolicyCommand.ts +++ b/clients/client-waf/src/commands/GetPermissionPolicyCommand.ts @@ -84,9 +84,6 @@ export class GetPermissionPolicyCommand extends $Command< GetPermissionPolicyCommandOutput, WAFClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -100,9 +97,7 @@ export class GetPermissionPolicyCommand extends $Command< * @public */ constructor(readonly input: GetPermissionPolicyCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -155,7 +150,4 @@ export class GetPermissionPolicyCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetPermissionPolicyCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-waf/src/commands/GetRateBasedRuleCommand.ts b/clients/client-waf/src/commands/GetRateBasedRuleCommand.ts index 7077a0ae123b..bfacb94e1614 100644 --- a/clients/client-waf/src/commands/GetRateBasedRuleCommand.ts +++ b/clients/client-waf/src/commands/GetRateBasedRuleCommand.ts @@ -102,9 +102,6 @@ export class GetRateBasedRuleCommand extends $Command< GetRateBasedRuleCommandOutput, WAFClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -118,9 +115,7 @@ export class GetRateBasedRuleCommand extends $Command< * @public */ constructor(readonly input: GetRateBasedRuleCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -173,7 +168,4 @@ export class GetRateBasedRuleCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetRateBasedRuleCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-waf/src/commands/GetRateBasedRuleManagedKeysCommand.ts b/clients/client-waf/src/commands/GetRateBasedRuleManagedKeysCommand.ts index 097155ce61ce..af4be06623ae 100644 --- a/clients/client-waf/src/commands/GetRateBasedRuleManagedKeysCommand.ts +++ b/clients/client-waf/src/commands/GetRateBasedRuleManagedKeysCommand.ts @@ -135,9 +135,6 @@ export class GetRateBasedRuleManagedKeysCommand extends $Command< GetRateBasedRuleManagedKeysCommandOutput, WAFClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -151,9 +148,7 @@ export class GetRateBasedRuleManagedKeysCommand extends $Command< * @public */ constructor(readonly input: GetRateBasedRuleManagedKeysCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -209,7 +204,4 @@ export class GetRateBasedRuleManagedKeysCommand extends $Command< ): Promise { return de_GetRateBasedRuleManagedKeysCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-waf/src/commands/GetRegexMatchSetCommand.ts b/clients/client-waf/src/commands/GetRegexMatchSetCommand.ts index b642f058b69c..a9a759246e08 100644 --- a/clients/client-waf/src/commands/GetRegexMatchSetCommand.ts +++ b/clients/client-waf/src/commands/GetRegexMatchSetCommand.ts @@ -100,9 +100,6 @@ export class GetRegexMatchSetCommand extends $Command< GetRegexMatchSetCommandOutput, WAFClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -116,9 +113,7 @@ export class GetRegexMatchSetCommand extends $Command< * @public */ constructor(readonly input: GetRegexMatchSetCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -171,7 +166,4 @@ export class GetRegexMatchSetCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetRegexMatchSetCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-waf/src/commands/GetRegexPatternSetCommand.ts b/clients/client-waf/src/commands/GetRegexPatternSetCommand.ts index 9ec25f7e619d..4629119dbc70 100644 --- a/clients/client-waf/src/commands/GetRegexPatternSetCommand.ts +++ b/clients/client-waf/src/commands/GetRegexPatternSetCommand.ts @@ -93,9 +93,6 @@ export class GetRegexPatternSetCommand extends $Command< GetRegexPatternSetCommandOutput, WAFClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -109,9 +106,7 @@ export class GetRegexPatternSetCommand extends $Command< * @public */ constructor(readonly input: GetRegexPatternSetCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -164,7 +159,4 @@ export class GetRegexPatternSetCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetRegexPatternSetCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-waf/src/commands/GetRuleCommand.ts b/clients/client-waf/src/commands/GetRuleCommand.ts index fc36c98f814c..f08b6cdc5d2b 100644 --- a/clients/client-waf/src/commands/GetRuleCommand.ts +++ b/clients/client-waf/src/commands/GetRuleCommand.ts @@ -121,9 +121,6 @@ export interface GetRuleCommandOutput extends GetRuleResponse, __MetadataBearer * */ export class GetRuleCommand extends $Command { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -137,9 +134,7 @@ export class GetRuleCommand extends $Command { return de_GetRuleCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-waf/src/commands/GetRuleGroupCommand.ts b/clients/client-waf/src/commands/GetRuleGroupCommand.ts index 88b431bb458e..a69ea01a9665 100644 --- a/clients/client-waf/src/commands/GetRuleGroupCommand.ts +++ b/clients/client-waf/src/commands/GetRuleGroupCommand.ts @@ -89,9 +89,6 @@ export class GetRuleGroupCommand extends $Command< GetRuleGroupCommandOutput, WAFClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -105,9 +102,7 @@ export class GetRuleGroupCommand extends $Command< * @public */ constructor(readonly input: GetRuleGroupCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -158,7 +153,4 @@ export class GetRuleGroupCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetRuleGroupCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-waf/src/commands/GetSampledRequestsCommand.ts b/clients/client-waf/src/commands/GetSampledRequestsCommand.ts index c9280de9ac43..77023dbd1053 100644 --- a/clients/client-waf/src/commands/GetSampledRequestsCommand.ts +++ b/clients/client-waf/src/commands/GetSampledRequestsCommand.ts @@ -164,9 +164,6 @@ export class GetSampledRequestsCommand extends $Command< GetSampledRequestsCommandOutput, WAFClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -180,9 +177,7 @@ export class GetSampledRequestsCommand extends $Command< * @public */ constructor(readonly input: GetSampledRequestsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -235,7 +230,4 @@ export class GetSampledRequestsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetSampledRequestsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-waf/src/commands/GetSizeConstraintSetCommand.ts b/clients/client-waf/src/commands/GetSizeConstraintSetCommand.ts index 3b8b7eec3877..6a0fce607999 100644 --- a/clients/client-waf/src/commands/GetSizeConstraintSetCommand.ts +++ b/clients/client-waf/src/commands/GetSizeConstraintSetCommand.ts @@ -130,9 +130,6 @@ export class GetSizeConstraintSetCommand extends $Command< GetSizeConstraintSetCommandOutput, WAFClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -146,9 +143,7 @@ export class GetSizeConstraintSetCommand extends $Command< * @public */ constructor(readonly input: GetSizeConstraintSetCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -201,7 +196,4 @@ export class GetSizeConstraintSetCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetSizeConstraintSetCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-waf/src/commands/GetSqlInjectionMatchSetCommand.ts b/clients/client-waf/src/commands/GetSqlInjectionMatchSetCommand.ts index 36cfb1686c2b..7993f1fe00a5 100644 --- a/clients/client-waf/src/commands/GetSqlInjectionMatchSetCommand.ts +++ b/clients/client-waf/src/commands/GetSqlInjectionMatchSetCommand.ts @@ -126,9 +126,6 @@ export class GetSqlInjectionMatchSetCommand extends $Command< GetSqlInjectionMatchSetCommandOutput, WAFClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -142,9 +139,7 @@ export class GetSqlInjectionMatchSetCommand extends $Command< * @public */ constructor(readonly input: GetSqlInjectionMatchSetCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -197,7 +192,4 @@ export class GetSqlInjectionMatchSetCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetSqlInjectionMatchSetCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-waf/src/commands/GetWebACLCommand.ts b/clients/client-waf/src/commands/GetWebACLCommand.ts index eed51872e4db..312f60d6cfd9 100644 --- a/clients/client-waf/src/commands/GetWebACLCommand.ts +++ b/clients/client-waf/src/commands/GetWebACLCommand.ts @@ -141,9 +141,6 @@ export interface GetWebACLCommandOutput extends GetWebACLResponse, __MetadataBea * */ export class GetWebACLCommand extends $Command { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -157,9 +154,7 @@ export class GetWebACLCommand extends $Command { return de_GetWebACLCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-waf/src/commands/GetXssMatchSetCommand.ts b/clients/client-waf/src/commands/GetXssMatchSetCommand.ts index 671b453f5137..e620382026d3 100644 --- a/clients/client-waf/src/commands/GetXssMatchSetCommand.ts +++ b/clients/client-waf/src/commands/GetXssMatchSetCommand.ts @@ -126,9 +126,6 @@ export class GetXssMatchSetCommand extends $Command< GetXssMatchSetCommandOutput, WAFClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -142,9 +139,7 @@ export class GetXssMatchSetCommand extends $Command< * @public */ constructor(readonly input: GetXssMatchSetCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -197,7 +192,4 @@ export class GetXssMatchSetCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetXssMatchSetCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-waf/src/commands/ListActivatedRulesInRuleGroupCommand.ts b/clients/client-waf/src/commands/ListActivatedRulesInRuleGroupCommand.ts index 9890be447373..a01465003048 100644 --- a/clients/client-waf/src/commands/ListActivatedRulesInRuleGroupCommand.ts +++ b/clients/client-waf/src/commands/ListActivatedRulesInRuleGroupCommand.ts @@ -149,9 +149,6 @@ export class ListActivatedRulesInRuleGroupCommand extends $Command< ListActivatedRulesInRuleGroupCommandOutput, WAFClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -165,9 +162,7 @@ export class ListActivatedRulesInRuleGroupCommand extends $Command< * @public */ constructor(readonly input: ListActivatedRulesInRuleGroupCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -223,7 +218,4 @@ export class ListActivatedRulesInRuleGroupCommand extends $Command< ): Promise { return de_ListActivatedRulesInRuleGroupCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-waf/src/commands/ListByteMatchSetsCommand.ts b/clients/client-waf/src/commands/ListByteMatchSetsCommand.ts index 8364188982a8..c9c1be382b86 100644 --- a/clients/client-waf/src/commands/ListByteMatchSetsCommand.ts +++ b/clients/client-waf/src/commands/ListByteMatchSetsCommand.ts @@ -91,9 +91,6 @@ export class ListByteMatchSetsCommand extends $Command< ListByteMatchSetsCommandOutput, WAFClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -107,9 +104,7 @@ export class ListByteMatchSetsCommand extends $Command< * @public */ constructor(readonly input: ListByteMatchSetsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -162,7 +157,4 @@ export class ListByteMatchSetsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListByteMatchSetsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-waf/src/commands/ListGeoMatchSetsCommand.ts b/clients/client-waf/src/commands/ListGeoMatchSetsCommand.ts index 5d3327db6bec..ef89459db6ff 100644 --- a/clients/client-waf/src/commands/ListGeoMatchSetsCommand.ts +++ b/clients/client-waf/src/commands/ListGeoMatchSetsCommand.ts @@ -91,9 +91,6 @@ export class ListGeoMatchSetsCommand extends $Command< ListGeoMatchSetsCommandOutput, WAFClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -107,9 +104,7 @@ export class ListGeoMatchSetsCommand extends $Command< * @public */ constructor(readonly input: ListGeoMatchSetsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -162,7 +157,4 @@ export class ListGeoMatchSetsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListGeoMatchSetsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-waf/src/commands/ListIPSetsCommand.ts b/clients/client-waf/src/commands/ListIPSetsCommand.ts index 086fc541ee1d..6ecbb24d60fd 100644 --- a/clients/client-waf/src/commands/ListIPSetsCommand.ts +++ b/clients/client-waf/src/commands/ListIPSetsCommand.ts @@ -112,9 +112,6 @@ export class ListIPSetsCommand extends $Command< ListIPSetsCommandOutput, WAFClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -128,9 +125,7 @@ export class ListIPSetsCommand extends $Command< * @public */ constructor(readonly input: ListIPSetsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -181,7 +176,4 @@ export class ListIPSetsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListIPSetsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-waf/src/commands/ListLoggingConfigurationsCommand.ts b/clients/client-waf/src/commands/ListLoggingConfigurationsCommand.ts index ae45d47a735f..5533833db3d4 100644 --- a/clients/client-waf/src/commands/ListLoggingConfigurationsCommand.ts +++ b/clients/client-waf/src/commands/ListLoggingConfigurationsCommand.ts @@ -139,9 +139,6 @@ export class ListLoggingConfigurationsCommand extends $Command< ListLoggingConfigurationsCommandOutput, WAFClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -155,9 +152,7 @@ export class ListLoggingConfigurationsCommand extends $Command< * @public */ constructor(readonly input: ListLoggingConfigurationsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -213,7 +208,4 @@ export class ListLoggingConfigurationsCommand extends $Command< ): Promise { return de_ListLoggingConfigurationsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-waf/src/commands/ListRateBasedRulesCommand.ts b/clients/client-waf/src/commands/ListRateBasedRulesCommand.ts index a9e6536640d6..6ece8d1230f9 100644 --- a/clients/client-waf/src/commands/ListRateBasedRulesCommand.ts +++ b/clients/client-waf/src/commands/ListRateBasedRulesCommand.ts @@ -91,9 +91,6 @@ export class ListRateBasedRulesCommand extends $Command< ListRateBasedRulesCommandOutput, WAFClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -107,9 +104,7 @@ export class ListRateBasedRulesCommand extends $Command< * @public */ constructor(readonly input: ListRateBasedRulesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -162,7 +157,4 @@ export class ListRateBasedRulesCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListRateBasedRulesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-waf/src/commands/ListRegexMatchSetsCommand.ts b/clients/client-waf/src/commands/ListRegexMatchSetsCommand.ts index 0e1b85b953dc..d34188cf7b2a 100644 --- a/clients/client-waf/src/commands/ListRegexMatchSetsCommand.ts +++ b/clients/client-waf/src/commands/ListRegexMatchSetsCommand.ts @@ -91,9 +91,6 @@ export class ListRegexMatchSetsCommand extends $Command< ListRegexMatchSetsCommandOutput, WAFClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -107,9 +104,7 @@ export class ListRegexMatchSetsCommand extends $Command< * @public */ constructor(readonly input: ListRegexMatchSetsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -162,7 +157,4 @@ export class ListRegexMatchSetsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListRegexMatchSetsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-waf/src/commands/ListRegexPatternSetsCommand.ts b/clients/client-waf/src/commands/ListRegexPatternSetsCommand.ts index 08c305c4a9eb..a87b1d630a11 100644 --- a/clients/client-waf/src/commands/ListRegexPatternSetsCommand.ts +++ b/clients/client-waf/src/commands/ListRegexPatternSetsCommand.ts @@ -91,9 +91,6 @@ export class ListRegexPatternSetsCommand extends $Command< ListRegexPatternSetsCommandOutput, WAFClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -107,9 +104,7 @@ export class ListRegexPatternSetsCommand extends $Command< * @public */ constructor(readonly input: ListRegexPatternSetsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -162,7 +157,4 @@ export class ListRegexPatternSetsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListRegexPatternSetsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-waf/src/commands/ListRuleGroupsCommand.ts b/clients/client-waf/src/commands/ListRuleGroupsCommand.ts index e1e883a0f7bf..e26a16736d3c 100644 --- a/clients/client-waf/src/commands/ListRuleGroupsCommand.ts +++ b/clients/client-waf/src/commands/ListRuleGroupsCommand.ts @@ -88,9 +88,6 @@ export class ListRuleGroupsCommand extends $Command< ListRuleGroupsCommandOutput, WAFClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -104,9 +101,7 @@ export class ListRuleGroupsCommand extends $Command< * @public */ constructor(readonly input: ListRuleGroupsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -159,7 +154,4 @@ export class ListRuleGroupsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListRuleGroupsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-waf/src/commands/ListRulesCommand.ts b/clients/client-waf/src/commands/ListRulesCommand.ts index a9663bedc2d2..ba5e654c0ed1 100644 --- a/clients/client-waf/src/commands/ListRulesCommand.ts +++ b/clients/client-waf/src/commands/ListRulesCommand.ts @@ -108,9 +108,6 @@ export interface ListRulesCommandOutput extends ListRulesResponse, __MetadataBea * */ export class ListRulesCommand extends $Command { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -124,9 +121,7 @@ export class ListRulesCommand extends $Command { return de_ListRulesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-waf/src/commands/ListSizeConstraintSetsCommand.ts b/clients/client-waf/src/commands/ListSizeConstraintSetsCommand.ts index 596d1a5ef8e6..414980fff663 100644 --- a/clients/client-waf/src/commands/ListSizeConstraintSetsCommand.ts +++ b/clients/client-waf/src/commands/ListSizeConstraintSetsCommand.ts @@ -112,9 +112,6 @@ export class ListSizeConstraintSetsCommand extends $Command< ListSizeConstraintSetsCommandOutput, WAFClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -128,9 +125,7 @@ export class ListSizeConstraintSetsCommand extends $Command< * @public */ constructor(readonly input: ListSizeConstraintSetsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -183,7 +178,4 @@ export class ListSizeConstraintSetsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListSizeConstraintSetsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-waf/src/commands/ListSqlInjectionMatchSetsCommand.ts b/clients/client-waf/src/commands/ListSqlInjectionMatchSetsCommand.ts index 29b85321bc76..af3c35cd651e 100644 --- a/clients/client-waf/src/commands/ListSqlInjectionMatchSetsCommand.ts +++ b/clients/client-waf/src/commands/ListSqlInjectionMatchSetsCommand.ts @@ -112,9 +112,6 @@ export class ListSqlInjectionMatchSetsCommand extends $Command< ListSqlInjectionMatchSetsCommandOutput, WAFClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -128,9 +125,7 @@ export class ListSqlInjectionMatchSetsCommand extends $Command< * @public */ constructor(readonly input: ListSqlInjectionMatchSetsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -186,7 +181,4 @@ export class ListSqlInjectionMatchSetsCommand extends $Command< ): Promise { return de_ListSqlInjectionMatchSetsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-waf/src/commands/ListSubscribedRuleGroupsCommand.ts b/clients/client-waf/src/commands/ListSubscribedRuleGroupsCommand.ts index f11e3619c86d..31568158479d 100644 --- a/clients/client-waf/src/commands/ListSubscribedRuleGroupsCommand.ts +++ b/clients/client-waf/src/commands/ListSubscribedRuleGroupsCommand.ts @@ -92,9 +92,6 @@ export class ListSubscribedRuleGroupsCommand extends $Command< ListSubscribedRuleGroupsCommandOutput, WAFClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -108,9 +105,7 @@ export class ListSubscribedRuleGroupsCommand extends $Command< * @public */ constructor(readonly input: ListSubscribedRuleGroupsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -163,7 +158,4 @@ export class ListSubscribedRuleGroupsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListSubscribedRuleGroupsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-waf/src/commands/ListTagsForResourceCommand.ts b/clients/client-waf/src/commands/ListTagsForResourceCommand.ts index b0ff2eedfa3b..23312d07713f 100644 --- a/clients/client-waf/src/commands/ListTagsForResourceCommand.ts +++ b/clients/client-waf/src/commands/ListTagsForResourceCommand.ts @@ -145,9 +145,6 @@ export class ListTagsForResourceCommand extends $Command< ListTagsForResourceCommandOutput, WAFClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -161,9 +158,7 @@ export class ListTagsForResourceCommand extends $Command< * @public */ constructor(readonly input: ListTagsForResourceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -216,7 +211,4 @@ export class ListTagsForResourceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListTagsForResourceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-waf/src/commands/ListWebACLsCommand.ts b/clients/client-waf/src/commands/ListWebACLsCommand.ts index 513dad9bb5f6..7aa2288da233 100644 --- a/clients/client-waf/src/commands/ListWebACLsCommand.ts +++ b/clients/client-waf/src/commands/ListWebACLsCommand.ts @@ -112,9 +112,6 @@ export class ListWebACLsCommand extends $Command< ListWebACLsCommandOutput, WAFClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -128,9 +125,7 @@ export class ListWebACLsCommand extends $Command< * @public */ constructor(readonly input: ListWebACLsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -181,7 +176,4 @@ export class ListWebACLsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListWebACLsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-waf/src/commands/ListXssMatchSetsCommand.ts b/clients/client-waf/src/commands/ListXssMatchSetsCommand.ts index 4222151ba32f..461c98adbed9 100644 --- a/clients/client-waf/src/commands/ListXssMatchSetsCommand.ts +++ b/clients/client-waf/src/commands/ListXssMatchSetsCommand.ts @@ -112,9 +112,6 @@ export class ListXssMatchSetsCommand extends $Command< ListXssMatchSetsCommandOutput, WAFClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -128,9 +125,7 @@ export class ListXssMatchSetsCommand extends $Command< * @public */ constructor(readonly input: ListXssMatchSetsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -183,7 +178,4 @@ export class ListXssMatchSetsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListXssMatchSetsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-waf/src/commands/PutLoggingConfigurationCommand.ts b/clients/client-waf/src/commands/PutLoggingConfigurationCommand.ts index 8ce53cb5bca4..64727a7b4fc4 100644 --- a/clients/client-waf/src/commands/PutLoggingConfigurationCommand.ts +++ b/clients/client-waf/src/commands/PutLoggingConfigurationCommand.ts @@ -129,9 +129,6 @@ export class PutLoggingConfigurationCommand extends $Command< PutLoggingConfigurationCommandOutput, WAFClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -145,9 +142,7 @@ export class PutLoggingConfigurationCommand extends $Command< * @public */ constructor(readonly input: PutLoggingConfigurationCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -200,7 +195,4 @@ export class PutLoggingConfigurationCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_PutLoggingConfigurationCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-waf/src/commands/PutPermissionPolicyCommand.ts b/clients/client-waf/src/commands/PutPermissionPolicyCommand.ts index 651559185bf3..82732890dda3 100644 --- a/clients/client-waf/src/commands/PutPermissionPolicyCommand.ts +++ b/clients/client-waf/src/commands/PutPermissionPolicyCommand.ts @@ -150,9 +150,6 @@ export class PutPermissionPolicyCommand extends $Command< PutPermissionPolicyCommandOutput, WAFClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -166,9 +163,7 @@ export class PutPermissionPolicyCommand extends $Command< * @public */ constructor(readonly input: PutPermissionPolicyCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -221,7 +216,4 @@ export class PutPermissionPolicyCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_PutPermissionPolicyCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-waf/src/commands/TagResourceCommand.ts b/clients/client-waf/src/commands/TagResourceCommand.ts index c732cee870c7..b6e16723afa5 100644 --- a/clients/client-waf/src/commands/TagResourceCommand.ts +++ b/clients/client-waf/src/commands/TagResourceCommand.ts @@ -143,9 +143,6 @@ export class TagResourceCommand extends $Command< TagResourceCommandOutput, WAFClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -159,9 +156,7 @@ export class TagResourceCommand extends $Command< * @public */ constructor(readonly input: TagResourceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -212,7 +207,4 @@ export class TagResourceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_TagResourceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-waf/src/commands/UntagResourceCommand.ts b/clients/client-waf/src/commands/UntagResourceCommand.ts index 658703b84ebd..337823a4b361 100644 --- a/clients/client-waf/src/commands/UntagResourceCommand.ts +++ b/clients/client-waf/src/commands/UntagResourceCommand.ts @@ -134,9 +134,6 @@ export class UntagResourceCommand extends $Command< UntagResourceCommandOutput, WAFClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -150,9 +147,7 @@ export class UntagResourceCommand extends $Command< * @public */ constructor(readonly input: UntagResourceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -203,7 +198,4 @@ export class UntagResourceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UntagResourceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-waf/src/commands/UpdateByteMatchSetCommand.ts b/clients/client-waf/src/commands/UpdateByteMatchSetCommand.ts index a32dc4a6f268..25cf22ade0f3 100644 --- a/clients/client-waf/src/commands/UpdateByteMatchSetCommand.ts +++ b/clients/client-waf/src/commands/UpdateByteMatchSetCommand.ts @@ -260,9 +260,6 @@ export class UpdateByteMatchSetCommand extends $Command< UpdateByteMatchSetCommandOutput, WAFClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -276,9 +273,7 @@ export class UpdateByteMatchSetCommand extends $Command< * @public */ constructor(readonly input: UpdateByteMatchSetCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -331,7 +326,4 @@ export class UpdateByteMatchSetCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdateByteMatchSetCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-waf/src/commands/UpdateGeoMatchSetCommand.ts b/clients/client-waf/src/commands/UpdateGeoMatchSetCommand.ts index f44af523d704..6a9a567a04e3 100644 --- a/clients/client-waf/src/commands/UpdateGeoMatchSetCommand.ts +++ b/clients/client-waf/src/commands/UpdateGeoMatchSetCommand.ts @@ -227,9 +227,6 @@ export class UpdateGeoMatchSetCommand extends $Command< UpdateGeoMatchSetCommandOutput, WAFClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -243,9 +240,7 @@ export class UpdateGeoMatchSetCommand extends $Command< * @public */ constructor(readonly input: UpdateGeoMatchSetCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -298,7 +293,4 @@ export class UpdateGeoMatchSetCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdateGeoMatchSetCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-waf/src/commands/UpdateIPSetCommand.ts b/clients/client-waf/src/commands/UpdateIPSetCommand.ts index ec30a3acab36..cf21bc6fd529 100644 --- a/clients/client-waf/src/commands/UpdateIPSetCommand.ts +++ b/clients/client-waf/src/commands/UpdateIPSetCommand.ts @@ -288,9 +288,6 @@ export class UpdateIPSetCommand extends $Command< UpdateIPSetCommandOutput, WAFClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -304,9 +301,7 @@ export class UpdateIPSetCommand extends $Command< * @public */ constructor(readonly input: UpdateIPSetCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -357,7 +352,4 @@ export class UpdateIPSetCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdateIPSetCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-waf/src/commands/UpdateRateBasedRuleCommand.ts b/clients/client-waf/src/commands/UpdateRateBasedRuleCommand.ts index 52deb74aed25..4e064829206b 100644 --- a/clients/client-waf/src/commands/UpdateRateBasedRuleCommand.ts +++ b/clients/client-waf/src/commands/UpdateRateBasedRuleCommand.ts @@ -245,9 +245,6 @@ export class UpdateRateBasedRuleCommand extends $Command< UpdateRateBasedRuleCommandOutput, WAFClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -261,9 +258,7 @@ export class UpdateRateBasedRuleCommand extends $Command< * @public */ constructor(readonly input: UpdateRateBasedRuleCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -316,7 +311,4 @@ export class UpdateRateBasedRuleCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdateRateBasedRuleCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-waf/src/commands/UpdateRegexMatchSetCommand.ts b/clients/client-waf/src/commands/UpdateRegexMatchSetCommand.ts index 943dc9efa6c5..37bf53cd53d9 100644 --- a/clients/client-waf/src/commands/UpdateRegexMatchSetCommand.ts +++ b/clients/client-waf/src/commands/UpdateRegexMatchSetCommand.ts @@ -187,9 +187,6 @@ export class UpdateRegexMatchSetCommand extends $Command< UpdateRegexMatchSetCommandOutput, WAFClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -203,9 +200,7 @@ export class UpdateRegexMatchSetCommand extends $Command< * @public */ constructor(readonly input: UpdateRegexMatchSetCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -258,7 +253,4 @@ export class UpdateRegexMatchSetCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdateRegexMatchSetCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-waf/src/commands/UpdateRegexPatternSetCommand.ts b/clients/client-waf/src/commands/UpdateRegexPatternSetCommand.ts index 4decaadf3f92..79de3208a2b1 100644 --- a/clients/client-waf/src/commands/UpdateRegexPatternSetCommand.ts +++ b/clients/client-waf/src/commands/UpdateRegexPatternSetCommand.ts @@ -185,9 +185,6 @@ export class UpdateRegexPatternSetCommand extends $Command< UpdateRegexPatternSetCommandOutput, WAFClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -201,9 +198,7 @@ export class UpdateRegexPatternSetCommand extends $Command< * @public */ constructor(readonly input: UpdateRegexPatternSetCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -256,7 +251,4 @@ export class UpdateRegexPatternSetCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdateRegexPatternSetCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-waf/src/commands/UpdateRuleCommand.ts b/clients/client-waf/src/commands/UpdateRuleCommand.ts index 2660da17b89b..03b3ccc813c5 100644 --- a/clients/client-waf/src/commands/UpdateRuleCommand.ts +++ b/clients/client-waf/src/commands/UpdateRuleCommand.ts @@ -266,9 +266,6 @@ export class UpdateRuleCommand extends $Command< UpdateRuleCommandOutput, WAFClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -282,9 +279,7 @@ export class UpdateRuleCommand extends $Command< * @public */ constructor(readonly input: UpdateRuleCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -335,7 +330,4 @@ export class UpdateRuleCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdateRuleCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-waf/src/commands/UpdateRuleGroupCommand.ts b/clients/client-waf/src/commands/UpdateRuleGroupCommand.ts index d2aad521bf73..ba88c445e0c8 100644 --- a/clients/client-waf/src/commands/UpdateRuleGroupCommand.ts +++ b/clients/client-waf/src/commands/UpdateRuleGroupCommand.ts @@ -219,9 +219,6 @@ export class UpdateRuleGroupCommand extends $Command< UpdateRuleGroupCommandOutput, WAFClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -235,9 +232,7 @@ export class UpdateRuleGroupCommand extends $Command< * @public */ constructor(readonly input: UpdateRuleGroupCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -290,7 +285,4 @@ export class UpdateRuleGroupCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdateRuleGroupCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-waf/src/commands/UpdateSizeConstraintSetCommand.ts b/clients/client-waf/src/commands/UpdateSizeConstraintSetCommand.ts index d1a7220a426e..0373551f55d0 100644 --- a/clients/client-waf/src/commands/UpdateSizeConstraintSetCommand.ts +++ b/clients/client-waf/src/commands/UpdateSizeConstraintSetCommand.ts @@ -274,9 +274,6 @@ export class UpdateSizeConstraintSetCommand extends $Command< UpdateSizeConstraintSetCommandOutput, WAFClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -290,9 +287,7 @@ export class UpdateSizeConstraintSetCommand extends $Command< * @public */ constructor(readonly input: UpdateSizeConstraintSetCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -345,7 +340,4 @@ export class UpdateSizeConstraintSetCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdateSizeConstraintSetCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-waf/src/commands/UpdateSqlInjectionMatchSetCommand.ts b/clients/client-waf/src/commands/UpdateSqlInjectionMatchSetCommand.ts index 7b0fd16fba71..a55970a9d96b 100644 --- a/clients/client-waf/src/commands/UpdateSqlInjectionMatchSetCommand.ts +++ b/clients/client-waf/src/commands/UpdateSqlInjectionMatchSetCommand.ts @@ -258,9 +258,6 @@ export class UpdateSqlInjectionMatchSetCommand extends $Command< UpdateSqlInjectionMatchSetCommandOutput, WAFClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -274,9 +271,7 @@ export class UpdateSqlInjectionMatchSetCommand extends $Command< * @public */ constructor(readonly input: UpdateSqlInjectionMatchSetCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -332,7 +327,4 @@ export class UpdateSqlInjectionMatchSetCommand extends $Command< ): Promise { return de_UpdateSqlInjectionMatchSetCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-waf/src/commands/UpdateWebACLCommand.ts b/clients/client-waf/src/commands/UpdateWebACLCommand.ts index 8d0633d99981..7b3a70854cf7 100644 --- a/clients/client-waf/src/commands/UpdateWebACLCommand.ts +++ b/clients/client-waf/src/commands/UpdateWebACLCommand.ts @@ -318,9 +318,6 @@ export class UpdateWebACLCommand extends $Command< UpdateWebACLCommandOutput, WAFClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -334,9 +331,7 @@ export class UpdateWebACLCommand extends $Command< * @public */ constructor(readonly input: UpdateWebACLCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -387,7 +382,4 @@ export class UpdateWebACLCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdateWebACLCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-waf/src/commands/UpdateXssMatchSetCommand.ts b/clients/client-waf/src/commands/UpdateXssMatchSetCommand.ts index ede296bc0076..362f6a1d84f1 100644 --- a/clients/client-waf/src/commands/UpdateXssMatchSetCommand.ts +++ b/clients/client-waf/src/commands/UpdateXssMatchSetCommand.ts @@ -260,9 +260,6 @@ export class UpdateXssMatchSetCommand extends $Command< UpdateXssMatchSetCommandOutput, WAFClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -276,9 +273,7 @@ export class UpdateXssMatchSetCommand extends $Command< * @public */ constructor(readonly input: UpdateXssMatchSetCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -331,7 +326,4 @@ export class UpdateXssMatchSetCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdateXssMatchSetCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-wafv2/package.json b/clients/client-wafv2/package.json index a32979901338..d855f858e78b 100644 --- a/clients/client-wafv2/package.json +++ b/clients/client-wafv2/package.json @@ -34,29 +34,29 @@ "@aws-sdk/util-endpoints": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@smithy/config-resolver": "^2.0.16", - "@smithy/fetch-http-handler": "^2.2.4", - "@smithy/hash-node": "^2.0.12", - "@smithy/invalid-dependency": "^2.0.12", - "@smithy/middleware-content-length": "^2.0.14", - "@smithy/middleware-endpoint": "^2.1.3", - "@smithy/middleware-retry": "^2.0.18", - "@smithy/middleware-serde": "^2.0.12", - "@smithy/middleware-stack": "^2.0.6", - "@smithy/node-config-provider": "^2.1.3", - "@smithy/node-http-handler": "^2.1.8", - "@smithy/protocol-http": "^3.0.8", - "@smithy/smithy-client": "^2.1.12", - "@smithy/types": "^2.4.0", - "@smithy/url-parser": "^2.0.12", - "@smithy/util-base64": "^2.0.0", + "@smithy/config-resolver": "^2.0.18", + "@smithy/fetch-http-handler": "^2.2.6", + "@smithy/hash-node": "^2.0.15", + "@smithy/invalid-dependency": "^2.0.13", + "@smithy/middleware-content-length": "^2.0.15", + "@smithy/middleware-endpoint": "^2.2.0", + "@smithy/middleware-retry": "^2.0.20", + "@smithy/middleware-serde": "^2.0.13", + "@smithy/middleware-stack": "^2.0.7", + "@smithy/node-config-provider": "^2.1.5", + "@smithy/node-http-handler": "^2.1.9", + "@smithy/protocol-http": "^3.0.9", + "@smithy/smithy-client": "^2.1.15", + "@smithy/types": "^2.5.0", + "@smithy/url-parser": "^2.0.13", + "@smithy/util-base64": "^2.0.1", "@smithy/util-body-length-browser": "^2.0.0", "@smithy/util-body-length-node": "^2.1.0", - "@smithy/util-defaults-mode-browser": "^2.0.16", - "@smithy/util-defaults-mode-node": "^2.0.21", - "@smithy/util-endpoints": "^1.0.2", - "@smithy/util-retry": "^2.0.5", - "@smithy/util-utf8": "^2.0.0", + "@smithy/util-defaults-mode-browser": "^2.0.19", + "@smithy/util-defaults-mode-node": "^2.0.25", + "@smithy/util-endpoints": "^1.0.4", + "@smithy/util-retry": "^2.0.6", + "@smithy/util-utf8": "^2.0.2", "tslib": "^2.5.0" }, "devDependencies": { diff --git a/clients/client-wafv2/src/commands/AssociateWebACLCommand.ts b/clients/client-wafv2/src/commands/AssociateWebACLCommand.ts index f11fb62b3e40..d0eca0466bc9 100644 --- a/clients/client-wafv2/src/commands/AssociateWebACLCommand.ts +++ b/clients/client-wafv2/src/commands/AssociateWebACLCommand.ts @@ -138,9 +138,6 @@ export class AssociateWebACLCommand extends $Command< AssociateWebACLCommandOutput, WAFV2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -154,9 +151,7 @@ export class AssociateWebACLCommand extends $Command< * @public */ constructor(readonly input: AssociateWebACLCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -209,7 +204,4 @@ export class AssociateWebACLCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_AssociateWebACLCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-wafv2/src/commands/CheckCapacityCommand.ts b/clients/client-wafv2/src/commands/CheckCapacityCommand.ts index 9f518452e5e1..f0302dca2de9 100644 --- a/clients/client-wafv2/src/commands/CheckCapacityCommand.ts +++ b/clients/client-wafv2/src/commands/CheckCapacityCommand.ts @@ -1090,9 +1090,6 @@ export class CheckCapacityCommand extends $Command< CheckCapacityCommandOutput, WAFV2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -1106,9 +1103,7 @@ export class CheckCapacityCommand extends $Command< * @public */ constructor(readonly input: CheckCapacityCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -1159,7 +1154,4 @@ export class CheckCapacityCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CheckCapacityCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-wafv2/src/commands/CreateAPIKeyCommand.ts b/clients/client-wafv2/src/commands/CreateAPIKeyCommand.ts index aec5d97fabee..211dc6b4aaa0 100644 --- a/clients/client-wafv2/src/commands/CreateAPIKeyCommand.ts +++ b/clients/client-wafv2/src/commands/CreateAPIKeyCommand.ts @@ -112,9 +112,6 @@ export class CreateAPIKeyCommand extends $Command< CreateAPIKeyCommandOutput, WAFV2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -128,9 +125,7 @@ export class CreateAPIKeyCommand extends $Command< * @public */ constructor(readonly input: CreateAPIKeyCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -181,7 +176,4 @@ export class CreateAPIKeyCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateAPIKeyCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-wafv2/src/commands/CreateIPSetCommand.ts b/clients/client-wafv2/src/commands/CreateIPSetCommand.ts index c0ea104d3ad1..fbda41b807a8 100644 --- a/clients/client-wafv2/src/commands/CreateIPSetCommand.ts +++ b/clients/client-wafv2/src/commands/CreateIPSetCommand.ts @@ -141,9 +141,6 @@ export class CreateIPSetCommand extends $Command< CreateIPSetCommandOutput, WAFV2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -157,9 +154,7 @@ export class CreateIPSetCommand extends $Command< * @public */ constructor(readonly input: CreateIPSetCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -210,7 +205,4 @@ export class CreateIPSetCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateIPSetCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-wafv2/src/commands/CreateRegexPatternSetCommand.ts b/clients/client-wafv2/src/commands/CreateRegexPatternSetCommand.ts index 111fb3186e13..8be2c28d8dba 100644 --- a/clients/client-wafv2/src/commands/CreateRegexPatternSetCommand.ts +++ b/clients/client-wafv2/src/commands/CreateRegexPatternSetCommand.ts @@ -140,9 +140,6 @@ export class CreateRegexPatternSetCommand extends $Command< CreateRegexPatternSetCommandOutput, WAFV2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -156,9 +153,7 @@ export class CreateRegexPatternSetCommand extends $Command< * @public */ constructor(readonly input: CreateRegexPatternSetCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -211,7 +206,4 @@ export class CreateRegexPatternSetCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateRegexPatternSetCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-wafv2/src/commands/CreateRuleGroupCommand.ts b/clients/client-wafv2/src/commands/CreateRuleGroupCommand.ts index 787bd81be42b..0c6f6df69620 100644 --- a/clients/client-wafv2/src/commands/CreateRuleGroupCommand.ts +++ b/clients/client-wafv2/src/commands/CreateRuleGroupCommand.ts @@ -1113,9 +1113,6 @@ export class CreateRuleGroupCommand extends $Command< CreateRuleGroupCommandOutput, WAFV2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -1129,9 +1126,7 @@ export class CreateRuleGroupCommand extends $Command< * @public */ constructor(readonly input: CreateRuleGroupCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -1184,7 +1179,4 @@ export class CreateRuleGroupCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateRuleGroupCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-wafv2/src/commands/CreateWebACLCommand.ts b/clients/client-wafv2/src/commands/CreateWebACLCommand.ts index 54cb153ed65d..42d49b2e938e 100644 --- a/clients/client-wafv2/src/commands/CreateWebACLCommand.ts +++ b/clients/client-wafv2/src/commands/CreateWebACLCommand.ts @@ -1142,9 +1142,6 @@ export class CreateWebACLCommand extends $Command< CreateWebACLCommandOutput, WAFV2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -1158,9 +1155,7 @@ export class CreateWebACLCommand extends $Command< * @public */ constructor(readonly input: CreateWebACLCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -1211,7 +1206,4 @@ export class CreateWebACLCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateWebACLCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-wafv2/src/commands/DeleteFirewallManagerRuleGroupsCommand.ts b/clients/client-wafv2/src/commands/DeleteFirewallManagerRuleGroupsCommand.ts index 60be065dd8e3..fb25e982bbbb 100644 --- a/clients/client-wafv2/src/commands/DeleteFirewallManagerRuleGroupsCommand.ts +++ b/clients/client-wafv2/src/commands/DeleteFirewallManagerRuleGroupsCommand.ts @@ -117,9 +117,6 @@ export class DeleteFirewallManagerRuleGroupsCommand extends $Command< DeleteFirewallManagerRuleGroupsCommandOutput, WAFV2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -133,9 +130,7 @@ export class DeleteFirewallManagerRuleGroupsCommand extends $Command< * @public */ constructor(readonly input: DeleteFirewallManagerRuleGroupsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -194,7 +189,4 @@ export class DeleteFirewallManagerRuleGroupsCommand extends $Command< ): Promise { return de_DeleteFirewallManagerRuleGroupsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-wafv2/src/commands/DeleteIPSetCommand.ts b/clients/client-wafv2/src/commands/DeleteIPSetCommand.ts index 190ee967dd46..8ab09ff122d8 100644 --- a/clients/client-wafv2/src/commands/DeleteIPSetCommand.ts +++ b/clients/client-wafv2/src/commands/DeleteIPSetCommand.ts @@ -121,9 +121,6 @@ export class DeleteIPSetCommand extends $Command< DeleteIPSetCommandOutput, WAFV2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -137,9 +134,7 @@ export class DeleteIPSetCommand extends $Command< * @public */ constructor(readonly input: DeleteIPSetCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -190,7 +185,4 @@ export class DeleteIPSetCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteIPSetCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-wafv2/src/commands/DeleteLoggingConfigurationCommand.ts b/clients/client-wafv2/src/commands/DeleteLoggingConfigurationCommand.ts index 979d75ff271d..3289a0eb1612 100644 --- a/clients/client-wafv2/src/commands/DeleteLoggingConfigurationCommand.ts +++ b/clients/client-wafv2/src/commands/DeleteLoggingConfigurationCommand.ts @@ -107,9 +107,6 @@ export class DeleteLoggingConfigurationCommand extends $Command< DeleteLoggingConfigurationCommandOutput, WAFV2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -123,9 +120,7 @@ export class DeleteLoggingConfigurationCommand extends $Command< * @public */ constructor(readonly input: DeleteLoggingConfigurationCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -181,7 +176,4 @@ export class DeleteLoggingConfigurationCommand extends $Command< ): Promise { return de_DeleteLoggingConfigurationCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-wafv2/src/commands/DeletePermissionPolicyCommand.ts b/clients/client-wafv2/src/commands/DeletePermissionPolicyCommand.ts index e0efecf1df90..0ba800a907e6 100644 --- a/clients/client-wafv2/src/commands/DeletePermissionPolicyCommand.ts +++ b/clients/client-wafv2/src/commands/DeletePermissionPolicyCommand.ts @@ -100,9 +100,6 @@ export class DeletePermissionPolicyCommand extends $Command< DeletePermissionPolicyCommandOutput, WAFV2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -116,9 +113,7 @@ export class DeletePermissionPolicyCommand extends $Command< * @public */ constructor(readonly input: DeletePermissionPolicyCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -171,7 +166,4 @@ export class DeletePermissionPolicyCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeletePermissionPolicyCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-wafv2/src/commands/DeleteRegexPatternSetCommand.ts b/clients/client-wafv2/src/commands/DeleteRegexPatternSetCommand.ts index 75876acfd368..93bf7cced0f8 100644 --- a/clients/client-wafv2/src/commands/DeleteRegexPatternSetCommand.ts +++ b/clients/client-wafv2/src/commands/DeleteRegexPatternSetCommand.ts @@ -121,9 +121,6 @@ export class DeleteRegexPatternSetCommand extends $Command< DeleteRegexPatternSetCommandOutput, WAFV2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -137,9 +134,7 @@ export class DeleteRegexPatternSetCommand extends $Command< * @public */ constructor(readonly input: DeleteRegexPatternSetCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -192,7 +187,4 @@ export class DeleteRegexPatternSetCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteRegexPatternSetCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-wafv2/src/commands/DeleteRuleGroupCommand.ts b/clients/client-wafv2/src/commands/DeleteRuleGroupCommand.ts index 5e5a714cb4f5..df5086ed80c5 100644 --- a/clients/client-wafv2/src/commands/DeleteRuleGroupCommand.ts +++ b/clients/client-wafv2/src/commands/DeleteRuleGroupCommand.ts @@ -121,9 +121,6 @@ export class DeleteRuleGroupCommand extends $Command< DeleteRuleGroupCommandOutput, WAFV2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -137,9 +134,7 @@ export class DeleteRuleGroupCommand extends $Command< * @public */ constructor(readonly input: DeleteRuleGroupCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -192,7 +187,4 @@ export class DeleteRuleGroupCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteRuleGroupCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-wafv2/src/commands/DeleteWebACLCommand.ts b/clients/client-wafv2/src/commands/DeleteWebACLCommand.ts index 51913196b7f0..1bf0f26c7594 100644 --- a/clients/client-wafv2/src/commands/DeleteWebACLCommand.ts +++ b/clients/client-wafv2/src/commands/DeleteWebACLCommand.ts @@ -155,9 +155,6 @@ export class DeleteWebACLCommand extends $Command< DeleteWebACLCommandOutput, WAFV2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -171,9 +168,7 @@ export class DeleteWebACLCommand extends $Command< * @public */ constructor(readonly input: DeleteWebACLCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -224,7 +219,4 @@ export class DeleteWebACLCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteWebACLCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-wafv2/src/commands/DescribeAllManagedProductsCommand.ts b/clients/client-wafv2/src/commands/DescribeAllManagedProductsCommand.ts index 939377fa7d9d..8b91adf56d42 100644 --- a/clients/client-wafv2/src/commands/DescribeAllManagedProductsCommand.ts +++ b/clients/client-wafv2/src/commands/DescribeAllManagedProductsCommand.ts @@ -89,9 +89,6 @@ export class DescribeAllManagedProductsCommand extends $Command< DescribeAllManagedProductsCommandOutput, WAFV2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -105,9 +102,7 @@ export class DescribeAllManagedProductsCommand extends $Command< * @public */ constructor(readonly input: DescribeAllManagedProductsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -163,7 +158,4 @@ export class DescribeAllManagedProductsCommand extends $Command< ): Promise { return de_DescribeAllManagedProductsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-wafv2/src/commands/DescribeManagedProductsByVendorCommand.ts b/clients/client-wafv2/src/commands/DescribeManagedProductsByVendorCommand.ts index 2cc9ad392f5e..f05f560670e1 100644 --- a/clients/client-wafv2/src/commands/DescribeManagedProductsByVendorCommand.ts +++ b/clients/client-wafv2/src/commands/DescribeManagedProductsByVendorCommand.ts @@ -116,9 +116,6 @@ export class DescribeManagedProductsByVendorCommand extends $Command< DescribeManagedProductsByVendorCommandOutput, WAFV2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -132,9 +129,7 @@ export class DescribeManagedProductsByVendorCommand extends $Command< * @public */ constructor(readonly input: DescribeManagedProductsByVendorCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -193,7 +188,4 @@ export class DescribeManagedProductsByVendorCommand extends $Command< ): Promise { return de_DescribeManagedProductsByVendorCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-wafv2/src/commands/DescribeManagedRuleGroupCommand.ts b/clients/client-wafv2/src/commands/DescribeManagedRuleGroupCommand.ts index dae7e81b9d44..cf8225d35099 100644 --- a/clients/client-wafv2/src/commands/DescribeManagedRuleGroupCommand.ts +++ b/clients/client-wafv2/src/commands/DescribeManagedRuleGroupCommand.ts @@ -188,9 +188,6 @@ export class DescribeManagedRuleGroupCommand extends $Command< DescribeManagedRuleGroupCommandOutput, WAFV2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -204,9 +201,7 @@ export class DescribeManagedRuleGroupCommand extends $Command< * @public */ constructor(readonly input: DescribeManagedRuleGroupCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -259,7 +254,4 @@ export class DescribeManagedRuleGroupCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DescribeManagedRuleGroupCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-wafv2/src/commands/DisassociateWebACLCommand.ts b/clients/client-wafv2/src/commands/DisassociateWebACLCommand.ts index 1cf15d81e5a3..2c74ae67b1e2 100644 --- a/clients/client-wafv2/src/commands/DisassociateWebACLCommand.ts +++ b/clients/client-wafv2/src/commands/DisassociateWebACLCommand.ts @@ -111,9 +111,6 @@ export class DisassociateWebACLCommand extends $Command< DisassociateWebACLCommandOutput, WAFV2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -127,9 +124,7 @@ export class DisassociateWebACLCommand extends $Command< * @public */ constructor(readonly input: DisassociateWebACLCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -182,7 +177,4 @@ export class DisassociateWebACLCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DisassociateWebACLCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-wafv2/src/commands/GenerateMobileSdkReleaseUrlCommand.ts b/clients/client-wafv2/src/commands/GenerateMobileSdkReleaseUrlCommand.ts index 408c447d45d1..55411a6ea4e1 100644 --- a/clients/client-wafv2/src/commands/GenerateMobileSdkReleaseUrlCommand.ts +++ b/clients/client-wafv2/src/commands/GenerateMobileSdkReleaseUrlCommand.ts @@ -109,9 +109,6 @@ export class GenerateMobileSdkReleaseUrlCommand extends $Command< GenerateMobileSdkReleaseUrlCommandOutput, WAFV2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -125,9 +122,7 @@ export class GenerateMobileSdkReleaseUrlCommand extends $Command< * @public */ constructor(readonly input: GenerateMobileSdkReleaseUrlCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -183,7 +178,4 @@ export class GenerateMobileSdkReleaseUrlCommand extends $Command< ): Promise { return de_GenerateMobileSdkReleaseUrlCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-wafv2/src/commands/GetDecryptedAPIKeyCommand.ts b/clients/client-wafv2/src/commands/GetDecryptedAPIKeyCommand.ts index 4ef069663e77..9f84ed983636 100644 --- a/clients/client-wafv2/src/commands/GetDecryptedAPIKeyCommand.ts +++ b/clients/client-wafv2/src/commands/GetDecryptedAPIKeyCommand.ts @@ -109,9 +109,6 @@ export class GetDecryptedAPIKeyCommand extends $Command< GetDecryptedAPIKeyCommandOutput, WAFV2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -125,9 +122,7 @@ export class GetDecryptedAPIKeyCommand extends $Command< * @public */ constructor(readonly input: GetDecryptedAPIKeyCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -180,7 +175,4 @@ export class GetDecryptedAPIKeyCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetDecryptedAPIKeyCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-wafv2/src/commands/GetIPSetCommand.ts b/clients/client-wafv2/src/commands/GetIPSetCommand.ts index d1974cb1e711..57f61862252c 100644 --- a/clients/client-wafv2/src/commands/GetIPSetCommand.ts +++ b/clients/client-wafv2/src/commands/GetIPSetCommand.ts @@ -112,9 +112,6 @@ export interface GetIPSetCommandOutput extends GetIPSetResponse, __MetadataBeare * */ export class GetIPSetCommand extends $Command { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -128,9 +125,7 @@ export class GetIPSetCommand extends $Command { return de_GetIPSetCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-wafv2/src/commands/GetLoggingConfigurationCommand.ts b/clients/client-wafv2/src/commands/GetLoggingConfigurationCommand.ts index 2f3d9816a861..fe668de235ea 100644 --- a/clients/client-wafv2/src/commands/GetLoggingConfigurationCommand.ts +++ b/clients/client-wafv2/src/commands/GetLoggingConfigurationCommand.ts @@ -189,9 +189,6 @@ export class GetLoggingConfigurationCommand extends $Command< GetLoggingConfigurationCommandOutput, WAFV2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -205,9 +202,7 @@ export class GetLoggingConfigurationCommand extends $Command< * @public */ constructor(readonly input: GetLoggingConfigurationCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -260,7 +255,4 @@ export class GetLoggingConfigurationCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetLoggingConfigurationCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-wafv2/src/commands/GetManagedRuleSetCommand.ts b/clients/client-wafv2/src/commands/GetManagedRuleSetCommand.ts index 98284c8f0d67..1c05cf69d950 100644 --- a/clients/client-wafv2/src/commands/GetManagedRuleSetCommand.ts +++ b/clients/client-wafv2/src/commands/GetManagedRuleSetCommand.ts @@ -128,9 +128,6 @@ export class GetManagedRuleSetCommand extends $Command< GetManagedRuleSetCommandOutput, WAFV2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -144,9 +141,7 @@ export class GetManagedRuleSetCommand extends $Command< * @public */ constructor(readonly input: GetManagedRuleSetCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -199,7 +194,4 @@ export class GetManagedRuleSetCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetManagedRuleSetCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-wafv2/src/commands/GetMobileSdkReleaseCommand.ts b/clients/client-wafv2/src/commands/GetMobileSdkReleaseCommand.ts index d3e88967d628..ec9c42822e9d 100644 --- a/clients/client-wafv2/src/commands/GetMobileSdkReleaseCommand.ts +++ b/clients/client-wafv2/src/commands/GetMobileSdkReleaseCommand.ts @@ -118,9 +118,6 @@ export class GetMobileSdkReleaseCommand extends $Command< GetMobileSdkReleaseCommandOutput, WAFV2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -134,9 +131,7 @@ export class GetMobileSdkReleaseCommand extends $Command< * @public */ constructor(readonly input: GetMobileSdkReleaseCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -189,7 +184,4 @@ export class GetMobileSdkReleaseCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetMobileSdkReleaseCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-wafv2/src/commands/GetPermissionPolicyCommand.ts b/clients/client-wafv2/src/commands/GetPermissionPolicyCommand.ts index bd7be74e74b4..25a3cdb4122d 100644 --- a/clients/client-wafv2/src/commands/GetPermissionPolicyCommand.ts +++ b/clients/client-wafv2/src/commands/GetPermissionPolicyCommand.ts @@ -102,9 +102,6 @@ export class GetPermissionPolicyCommand extends $Command< GetPermissionPolicyCommandOutput, WAFV2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -118,9 +115,7 @@ export class GetPermissionPolicyCommand extends $Command< * @public */ constructor(readonly input: GetPermissionPolicyCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -173,7 +168,4 @@ export class GetPermissionPolicyCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetPermissionPolicyCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-wafv2/src/commands/GetRateBasedStatementManagedKeysCommand.ts b/clients/client-wafv2/src/commands/GetRateBasedStatementManagedKeysCommand.ts index 8f2b928c0f86..da07acdd4731 100644 --- a/clients/client-wafv2/src/commands/GetRateBasedStatementManagedKeysCommand.ts +++ b/clients/client-wafv2/src/commands/GetRateBasedStatementManagedKeysCommand.ts @@ -144,9 +144,6 @@ export class GetRateBasedStatementManagedKeysCommand extends $Command< GetRateBasedStatementManagedKeysCommandOutput, WAFV2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -160,9 +157,7 @@ export class GetRateBasedStatementManagedKeysCommand extends $Command< * @public */ constructor(readonly input: GetRateBasedStatementManagedKeysCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -221,7 +216,4 @@ export class GetRateBasedStatementManagedKeysCommand extends $Command< ): Promise { return de_GetRateBasedStatementManagedKeysCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-wafv2/src/commands/GetRegexPatternSetCommand.ts b/clients/client-wafv2/src/commands/GetRegexPatternSetCommand.ts index d2378e6ff313..3d5318bfdb7b 100644 --- a/clients/client-wafv2/src/commands/GetRegexPatternSetCommand.ts +++ b/clients/client-wafv2/src/commands/GetRegexPatternSetCommand.ts @@ -117,9 +117,6 @@ export class GetRegexPatternSetCommand extends $Command< GetRegexPatternSetCommandOutput, WAFV2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -133,9 +130,7 @@ export class GetRegexPatternSetCommand extends $Command< * @public */ constructor(readonly input: GetRegexPatternSetCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -188,7 +183,4 @@ export class GetRegexPatternSetCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetRegexPatternSetCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-wafv2/src/commands/GetRuleGroupCommand.ts b/clients/client-wafv2/src/commands/GetRuleGroupCommand.ts index cdca2c7f66ce..887f425f5695 100644 --- a/clients/client-wafv2/src/commands/GetRuleGroupCommand.ts +++ b/clients/client-wafv2/src/commands/GetRuleGroupCommand.ts @@ -1085,9 +1085,6 @@ export class GetRuleGroupCommand extends $Command< GetRuleGroupCommandOutput, WAFV2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -1101,9 +1098,7 @@ export class GetRuleGroupCommand extends $Command< * @public */ constructor(readonly input: GetRuleGroupCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -1154,7 +1149,4 @@ export class GetRuleGroupCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetRuleGroupCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-wafv2/src/commands/GetSampledRequestsCommand.ts b/clients/client-wafv2/src/commands/GetSampledRequestsCommand.ts index 1c88fe94b90f..4a630996b8ee 100644 --- a/clients/client-wafv2/src/commands/GetSampledRequestsCommand.ts +++ b/clients/client-wafv2/src/commands/GetSampledRequestsCommand.ts @@ -165,9 +165,6 @@ export class GetSampledRequestsCommand extends $Command< GetSampledRequestsCommandOutput, WAFV2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -181,9 +178,7 @@ export class GetSampledRequestsCommand extends $Command< * @public */ constructor(readonly input: GetSampledRequestsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -236,7 +231,4 @@ export class GetSampledRequestsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetSampledRequestsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-wafv2/src/commands/GetWebACLCommand.ts b/clients/client-wafv2/src/commands/GetWebACLCommand.ts index 23fc690f6927..70a9bccaaf46 100644 --- a/clients/client-wafv2/src/commands/GetWebACLCommand.ts +++ b/clients/client-wafv2/src/commands/GetWebACLCommand.ts @@ -1280,9 +1280,6 @@ export class GetWebACLCommand extends $Command< GetWebACLCommandOutput, WAFV2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -1296,9 +1293,7 @@ export class GetWebACLCommand extends $Command< * @public */ constructor(readonly input: GetWebACLCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -1349,7 +1344,4 @@ export class GetWebACLCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetWebACLCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-wafv2/src/commands/GetWebACLForResourceCommand.ts b/clients/client-wafv2/src/commands/GetWebACLForResourceCommand.ts index b07ce3d0201c..0d23b65ef990 100644 --- a/clients/client-wafv2/src/commands/GetWebACLForResourceCommand.ts +++ b/clients/client-wafv2/src/commands/GetWebACLForResourceCommand.ts @@ -1293,9 +1293,6 @@ export class GetWebACLForResourceCommand extends $Command< GetWebACLForResourceCommandOutput, WAFV2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -1309,9 +1306,7 @@ export class GetWebACLForResourceCommand extends $Command< * @public */ constructor(readonly input: GetWebACLForResourceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -1364,7 +1359,4 @@ export class GetWebACLForResourceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetWebACLForResourceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-wafv2/src/commands/ListAPIKeysCommand.ts b/clients/client-wafv2/src/commands/ListAPIKeysCommand.ts index 228e4684c731..fb936fcd53c6 100644 --- a/clients/client-wafv2/src/commands/ListAPIKeysCommand.ts +++ b/clients/client-wafv2/src/commands/ListAPIKeysCommand.ts @@ -118,9 +118,6 @@ export class ListAPIKeysCommand extends $Command< ListAPIKeysCommandOutput, WAFV2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -134,9 +131,7 @@ export class ListAPIKeysCommand extends $Command< * @public */ constructor(readonly input: ListAPIKeysCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -187,7 +182,4 @@ export class ListAPIKeysCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListAPIKeysCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-wafv2/src/commands/ListAvailableManagedRuleGroupVersionsCommand.ts b/clients/client-wafv2/src/commands/ListAvailableManagedRuleGroupVersionsCommand.ts index 1d01dc0a43b7..a6307d1b71a6 100644 --- a/clients/client-wafv2/src/commands/ListAvailableManagedRuleGroupVersionsCommand.ts +++ b/clients/client-wafv2/src/commands/ListAvailableManagedRuleGroupVersionsCommand.ts @@ -124,9 +124,6 @@ export class ListAvailableManagedRuleGroupVersionsCommand extends $Command< ListAvailableManagedRuleGroupVersionsCommandOutput, WAFV2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -140,9 +137,7 @@ export class ListAvailableManagedRuleGroupVersionsCommand extends $Command< * @public */ constructor(readonly input: ListAvailableManagedRuleGroupVersionsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -201,7 +196,4 @@ export class ListAvailableManagedRuleGroupVersionsCommand extends $Command< ): Promise { return de_ListAvailableManagedRuleGroupVersionsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-wafv2/src/commands/ListAvailableManagedRuleGroupsCommand.ts b/clients/client-wafv2/src/commands/ListAvailableManagedRuleGroupsCommand.ts index dfcbdce6afa9..f82d73c75d35 100644 --- a/clients/client-wafv2/src/commands/ListAvailableManagedRuleGroupsCommand.ts +++ b/clients/client-wafv2/src/commands/ListAvailableManagedRuleGroupsCommand.ts @@ -115,9 +115,6 @@ export class ListAvailableManagedRuleGroupsCommand extends $Command< ListAvailableManagedRuleGroupsCommandOutput, WAFV2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -131,9 +128,7 @@ export class ListAvailableManagedRuleGroupsCommand extends $Command< * @public */ constructor(readonly input: ListAvailableManagedRuleGroupsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -192,7 +187,4 @@ export class ListAvailableManagedRuleGroupsCommand extends $Command< ): Promise { return de_ListAvailableManagedRuleGroupsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-wafv2/src/commands/ListIPSetsCommand.ts b/clients/client-wafv2/src/commands/ListIPSetsCommand.ts index 3565f833c7a7..2142624fa06b 100644 --- a/clients/client-wafv2/src/commands/ListIPSetsCommand.ts +++ b/clients/client-wafv2/src/commands/ListIPSetsCommand.ts @@ -110,9 +110,6 @@ export class ListIPSetsCommand extends $Command< ListIPSetsCommandOutput, WAFV2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -126,9 +123,7 @@ export class ListIPSetsCommand extends $Command< * @public */ constructor(readonly input: ListIPSetsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -179,7 +174,4 @@ export class ListIPSetsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListIPSetsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-wafv2/src/commands/ListLoggingConfigurationsCommand.ts b/clients/client-wafv2/src/commands/ListLoggingConfigurationsCommand.ts index 40a1ae7e8519..01c672be8327 100644 --- a/clients/client-wafv2/src/commands/ListLoggingConfigurationsCommand.ts +++ b/clients/client-wafv2/src/commands/ListLoggingConfigurationsCommand.ts @@ -188,9 +188,6 @@ export class ListLoggingConfigurationsCommand extends $Command< ListLoggingConfigurationsCommandOutput, WAFV2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -204,9 +201,7 @@ export class ListLoggingConfigurationsCommand extends $Command< * @public */ constructor(readonly input: ListLoggingConfigurationsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -262,7 +257,4 @@ export class ListLoggingConfigurationsCommand extends $Command< ): Promise { return de_ListLoggingConfigurationsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-wafv2/src/commands/ListManagedRuleSetsCommand.ts b/clients/client-wafv2/src/commands/ListManagedRuleSetsCommand.ts index c15a9858741f..cd701e3d0bc6 100644 --- a/clients/client-wafv2/src/commands/ListManagedRuleSetsCommand.ts +++ b/clients/client-wafv2/src/commands/ListManagedRuleSetsCommand.ts @@ -114,9 +114,6 @@ export class ListManagedRuleSetsCommand extends $Command< ListManagedRuleSetsCommandOutput, WAFV2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -130,9 +127,7 @@ export class ListManagedRuleSetsCommand extends $Command< * @public */ constructor(readonly input: ListManagedRuleSetsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -185,7 +180,4 @@ export class ListManagedRuleSetsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListManagedRuleSetsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-wafv2/src/commands/ListMobileSdkReleasesCommand.ts b/clients/client-wafv2/src/commands/ListMobileSdkReleasesCommand.ts index 12d5fcc63053..8628f20cb43e 100644 --- a/clients/client-wafv2/src/commands/ListMobileSdkReleasesCommand.ts +++ b/clients/client-wafv2/src/commands/ListMobileSdkReleasesCommand.ts @@ -109,9 +109,6 @@ export class ListMobileSdkReleasesCommand extends $Command< ListMobileSdkReleasesCommandOutput, WAFV2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -125,9 +122,7 @@ export class ListMobileSdkReleasesCommand extends $Command< * @public */ constructor(readonly input: ListMobileSdkReleasesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -180,7 +175,4 @@ export class ListMobileSdkReleasesCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListMobileSdkReleasesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-wafv2/src/commands/ListRegexPatternSetsCommand.ts b/clients/client-wafv2/src/commands/ListRegexPatternSetsCommand.ts index 0ab1d35e92aa..209567879840 100644 --- a/clients/client-wafv2/src/commands/ListRegexPatternSetsCommand.ts +++ b/clients/client-wafv2/src/commands/ListRegexPatternSetsCommand.ts @@ -110,9 +110,6 @@ export class ListRegexPatternSetsCommand extends $Command< ListRegexPatternSetsCommandOutput, WAFV2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -126,9 +123,7 @@ export class ListRegexPatternSetsCommand extends $Command< * @public */ constructor(readonly input: ListRegexPatternSetsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -181,7 +176,4 @@ export class ListRegexPatternSetsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListRegexPatternSetsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-wafv2/src/commands/ListResourcesForWebACLCommand.ts b/clients/client-wafv2/src/commands/ListResourcesForWebACLCommand.ts index bfb61eedfea4..9b6ceef2a574 100644 --- a/clients/client-wafv2/src/commands/ListResourcesForWebACLCommand.ts +++ b/clients/client-wafv2/src/commands/ListResourcesForWebACLCommand.ts @@ -116,9 +116,6 @@ export class ListResourcesForWebACLCommand extends $Command< ListResourcesForWebACLCommandOutput, WAFV2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -132,9 +129,7 @@ export class ListResourcesForWebACLCommand extends $Command< * @public */ constructor(readonly input: ListResourcesForWebACLCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -187,7 +182,4 @@ export class ListResourcesForWebACLCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListResourcesForWebACLCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-wafv2/src/commands/ListRuleGroupsCommand.ts b/clients/client-wafv2/src/commands/ListRuleGroupsCommand.ts index d015b83d076c..fd906f023f6e 100644 --- a/clients/client-wafv2/src/commands/ListRuleGroupsCommand.ts +++ b/clients/client-wafv2/src/commands/ListRuleGroupsCommand.ts @@ -110,9 +110,6 @@ export class ListRuleGroupsCommand extends $Command< ListRuleGroupsCommandOutput, WAFV2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -126,9 +123,7 @@ export class ListRuleGroupsCommand extends $Command< * @public */ constructor(readonly input: ListRuleGroupsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -181,7 +176,4 @@ export class ListRuleGroupsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListRuleGroupsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-wafv2/src/commands/ListTagsForResourceCommand.ts b/clients/client-wafv2/src/commands/ListTagsForResourceCommand.ts index f1285f3277e3..f37c06d63212 100644 --- a/clients/client-wafv2/src/commands/ListTagsForResourceCommand.ts +++ b/clients/client-wafv2/src/commands/ListTagsForResourceCommand.ts @@ -129,9 +129,6 @@ export class ListTagsForResourceCommand extends $Command< ListTagsForResourceCommandOutput, WAFV2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -145,9 +142,7 @@ export class ListTagsForResourceCommand extends $Command< * @public */ constructor(readonly input: ListTagsForResourceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -200,7 +195,4 @@ export class ListTagsForResourceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListTagsForResourceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-wafv2/src/commands/ListWebACLsCommand.ts b/clients/client-wafv2/src/commands/ListWebACLsCommand.ts index 55d4762b3820..fc3fa22aa9fd 100644 --- a/clients/client-wafv2/src/commands/ListWebACLsCommand.ts +++ b/clients/client-wafv2/src/commands/ListWebACLsCommand.ts @@ -110,9 +110,6 @@ export class ListWebACLsCommand extends $Command< ListWebACLsCommandOutput, WAFV2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -126,9 +123,7 @@ export class ListWebACLsCommand extends $Command< * @public */ constructor(readonly input: ListWebACLsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -179,7 +174,4 @@ export class ListWebACLsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListWebACLsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-wafv2/src/commands/PutLoggingConfigurationCommand.ts b/clients/client-wafv2/src/commands/PutLoggingConfigurationCommand.ts index 6571da938d38..c5daac1adc6b 100644 --- a/clients/client-wafv2/src/commands/PutLoggingConfigurationCommand.ts +++ b/clients/client-wafv2/src/commands/PutLoggingConfigurationCommand.ts @@ -342,9 +342,6 @@ export class PutLoggingConfigurationCommand extends $Command< PutLoggingConfigurationCommandOutput, WAFV2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -358,9 +355,7 @@ export class PutLoggingConfigurationCommand extends $Command< * @public */ constructor(readonly input: PutLoggingConfigurationCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -413,7 +408,4 @@ export class PutLoggingConfigurationCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_PutLoggingConfigurationCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-wafv2/src/commands/PutManagedRuleSetVersionsCommand.ts b/clients/client-wafv2/src/commands/PutManagedRuleSetVersionsCommand.ts index d2de7d28891e..fb447c5009ac 100644 --- a/clients/client-wafv2/src/commands/PutManagedRuleSetVersionsCommand.ts +++ b/clients/client-wafv2/src/commands/PutManagedRuleSetVersionsCommand.ts @@ -130,9 +130,6 @@ export class PutManagedRuleSetVersionsCommand extends $Command< PutManagedRuleSetVersionsCommandOutput, WAFV2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -146,9 +143,7 @@ export class PutManagedRuleSetVersionsCommand extends $Command< * @public */ constructor(readonly input: PutManagedRuleSetVersionsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -204,7 +199,4 @@ export class PutManagedRuleSetVersionsCommand extends $Command< ): Promise { return de_PutManagedRuleSetVersionsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-wafv2/src/commands/PutPermissionPolicyCommand.ts b/clients/client-wafv2/src/commands/PutPermissionPolicyCommand.ts index 621921c0a2b4..43e52b4cafbe 100644 --- a/clients/client-wafv2/src/commands/PutPermissionPolicyCommand.ts +++ b/clients/client-wafv2/src/commands/PutPermissionPolicyCommand.ts @@ -142,9 +142,6 @@ export class PutPermissionPolicyCommand extends $Command< PutPermissionPolicyCommandOutput, WAFV2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -158,9 +155,7 @@ export class PutPermissionPolicyCommand extends $Command< * @public */ constructor(readonly input: PutPermissionPolicyCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -213,7 +208,4 @@ export class PutPermissionPolicyCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_PutPermissionPolicyCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-wafv2/src/commands/TagResourceCommand.ts b/clients/client-wafv2/src/commands/TagResourceCommand.ts index d0f728d06608..09ccabfaaa64 100644 --- a/clients/client-wafv2/src/commands/TagResourceCommand.ts +++ b/clients/client-wafv2/src/commands/TagResourceCommand.ts @@ -128,9 +128,6 @@ export class TagResourceCommand extends $Command< TagResourceCommandOutput, WAFV2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -144,9 +141,7 @@ export class TagResourceCommand extends $Command< * @public */ constructor(readonly input: TagResourceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -197,7 +192,4 @@ export class TagResourceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_TagResourceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-wafv2/src/commands/UntagResourceCommand.ts b/clients/client-wafv2/src/commands/UntagResourceCommand.ts index 84b2e0d0c65a..58a5612ca4cb 100644 --- a/clients/client-wafv2/src/commands/UntagResourceCommand.ts +++ b/clients/client-wafv2/src/commands/UntagResourceCommand.ts @@ -115,9 +115,6 @@ export class UntagResourceCommand extends $Command< UntagResourceCommandOutput, WAFV2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -131,9 +128,7 @@ export class UntagResourceCommand extends $Command< * @public */ constructor(readonly input: UntagResourceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -184,7 +179,4 @@ export class UntagResourceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UntagResourceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-wafv2/src/commands/UpdateIPSetCommand.ts b/clients/client-wafv2/src/commands/UpdateIPSetCommand.ts index 06663a5da9b8..26547101c604 100644 --- a/clients/client-wafv2/src/commands/UpdateIPSetCommand.ts +++ b/clients/client-wafv2/src/commands/UpdateIPSetCommand.ts @@ -161,9 +161,6 @@ export class UpdateIPSetCommand extends $Command< UpdateIPSetCommandOutput, WAFV2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -177,9 +174,7 @@ export class UpdateIPSetCommand extends $Command< * @public */ constructor(readonly input: UpdateIPSetCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -230,7 +225,4 @@ export class UpdateIPSetCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdateIPSetCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-wafv2/src/commands/UpdateManagedRuleSetVersionExpiryDateCommand.ts b/clients/client-wafv2/src/commands/UpdateManagedRuleSetVersionExpiryDateCommand.ts index 6be7bf896299..29a5b915572a 100644 --- a/clients/client-wafv2/src/commands/UpdateManagedRuleSetVersionExpiryDateCommand.ts +++ b/clients/client-wafv2/src/commands/UpdateManagedRuleSetVersionExpiryDateCommand.ts @@ -131,9 +131,6 @@ export class UpdateManagedRuleSetVersionExpiryDateCommand extends $Command< UpdateManagedRuleSetVersionExpiryDateCommandOutput, WAFV2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -147,9 +144,7 @@ export class UpdateManagedRuleSetVersionExpiryDateCommand extends $Command< * @public */ constructor(readonly input: UpdateManagedRuleSetVersionExpiryDateCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -208,7 +203,4 @@ export class UpdateManagedRuleSetVersionExpiryDateCommand extends $Command< ): Promise { return de_UpdateManagedRuleSetVersionExpiryDateCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-wafv2/src/commands/UpdateRegexPatternSetCommand.ts b/clients/client-wafv2/src/commands/UpdateRegexPatternSetCommand.ts index 67d1e4e9330b..8002404c1b35 100644 --- a/clients/client-wafv2/src/commands/UpdateRegexPatternSetCommand.ts +++ b/clients/client-wafv2/src/commands/UpdateRegexPatternSetCommand.ts @@ -163,9 +163,6 @@ export class UpdateRegexPatternSetCommand extends $Command< UpdateRegexPatternSetCommandOutput, WAFV2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -179,9 +176,7 @@ export class UpdateRegexPatternSetCommand extends $Command< * @public */ constructor(readonly input: UpdateRegexPatternSetCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -234,7 +229,4 @@ export class UpdateRegexPatternSetCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdateRegexPatternSetCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-wafv2/src/commands/UpdateRuleGroupCommand.ts b/clients/client-wafv2/src/commands/UpdateRuleGroupCommand.ts index 361a3dea8bcb..f63e2bac5396 100644 --- a/clients/client-wafv2/src/commands/UpdateRuleGroupCommand.ts +++ b/clients/client-wafv2/src/commands/UpdateRuleGroupCommand.ts @@ -1143,9 +1143,6 @@ export class UpdateRuleGroupCommand extends $Command< UpdateRuleGroupCommandOutput, WAFV2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -1159,9 +1156,7 @@ export class UpdateRuleGroupCommand extends $Command< * @public */ constructor(readonly input: UpdateRuleGroupCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -1214,7 +1209,4 @@ export class UpdateRuleGroupCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdateRuleGroupCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-wafv2/src/commands/UpdateWebACLCommand.ts b/clients/client-wafv2/src/commands/UpdateWebACLCommand.ts index 55e38983e120..c13d5acceba0 100644 --- a/clients/client-wafv2/src/commands/UpdateWebACLCommand.ts +++ b/clients/client-wafv2/src/commands/UpdateWebACLCommand.ts @@ -1161,9 +1161,6 @@ export class UpdateWebACLCommand extends $Command< UpdateWebACLCommandOutput, WAFV2ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -1177,9 +1174,7 @@ export class UpdateWebACLCommand extends $Command< * @public */ constructor(readonly input: UpdateWebACLCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -1230,7 +1225,4 @@ export class UpdateWebACLCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdateWebACLCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-wellarchitected/package.json b/clients/client-wellarchitected/package.json index b8604ab8ab9d..13267c13bedb 100644 --- a/clients/client-wellarchitected/package.json +++ b/clients/client-wellarchitected/package.json @@ -34,29 +34,29 @@ "@aws-sdk/util-endpoints": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@smithy/config-resolver": "^2.0.16", - "@smithy/fetch-http-handler": "^2.2.4", - "@smithy/hash-node": "^2.0.12", - "@smithy/invalid-dependency": "^2.0.12", - "@smithy/middleware-content-length": "^2.0.14", - "@smithy/middleware-endpoint": "^2.1.3", - "@smithy/middleware-retry": "^2.0.18", - "@smithy/middleware-serde": "^2.0.12", - "@smithy/middleware-stack": "^2.0.6", - "@smithy/node-config-provider": "^2.1.3", - "@smithy/node-http-handler": "^2.1.8", - "@smithy/protocol-http": "^3.0.8", - "@smithy/smithy-client": "^2.1.12", - "@smithy/types": "^2.4.0", - "@smithy/url-parser": "^2.0.12", - "@smithy/util-base64": "^2.0.0", + "@smithy/config-resolver": "^2.0.18", + "@smithy/fetch-http-handler": "^2.2.6", + "@smithy/hash-node": "^2.0.15", + "@smithy/invalid-dependency": "^2.0.13", + "@smithy/middleware-content-length": "^2.0.15", + "@smithy/middleware-endpoint": "^2.2.0", + "@smithy/middleware-retry": "^2.0.20", + "@smithy/middleware-serde": "^2.0.13", + "@smithy/middleware-stack": "^2.0.7", + "@smithy/node-config-provider": "^2.1.5", + "@smithy/node-http-handler": "^2.1.9", + "@smithy/protocol-http": "^3.0.9", + "@smithy/smithy-client": "^2.1.15", + "@smithy/types": "^2.5.0", + "@smithy/url-parser": "^2.0.13", + "@smithy/util-base64": "^2.0.1", "@smithy/util-body-length-browser": "^2.0.0", "@smithy/util-body-length-node": "^2.1.0", - "@smithy/util-defaults-mode-browser": "^2.0.16", - "@smithy/util-defaults-mode-node": "^2.0.21", - "@smithy/util-endpoints": "^1.0.2", - "@smithy/util-retry": "^2.0.5", - "@smithy/util-utf8": "^2.0.0", + "@smithy/util-defaults-mode-browser": "^2.0.19", + "@smithy/util-defaults-mode-node": "^2.0.25", + "@smithy/util-endpoints": "^1.0.4", + "@smithy/util-retry": "^2.0.6", + "@smithy/util-utf8": "^2.0.2", "tslib": "^2.5.0", "uuid": "^8.3.2" }, diff --git a/clients/client-wellarchitected/src/commands/AssociateLensesCommand.ts b/clients/client-wellarchitected/src/commands/AssociateLensesCommand.ts index f922ee5373a4..98585ca9f8da 100644 --- a/clients/client-wellarchitected/src/commands/AssociateLensesCommand.ts +++ b/clients/client-wellarchitected/src/commands/AssociateLensesCommand.ts @@ -99,9 +99,6 @@ export class AssociateLensesCommand extends $Command< AssociateLensesCommandOutput, WellArchitectedClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -115,9 +112,7 @@ export class AssociateLensesCommand extends $Command< * @public */ constructor(readonly input: AssociateLensesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -170,7 +165,4 @@ export class AssociateLensesCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_AssociateLensesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-wellarchitected/src/commands/AssociateProfilesCommand.ts b/clients/client-wellarchitected/src/commands/AssociateProfilesCommand.ts index 533fd4423400..15fce23c550b 100644 --- a/clients/client-wellarchitected/src/commands/AssociateProfilesCommand.ts +++ b/clients/client-wellarchitected/src/commands/AssociateProfilesCommand.ts @@ -89,9 +89,6 @@ export class AssociateProfilesCommand extends $Command< AssociateProfilesCommandOutput, WellArchitectedClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -105,9 +102,7 @@ export class AssociateProfilesCommand extends $Command< * @public */ constructor(readonly input: AssociateProfilesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -160,7 +155,4 @@ export class AssociateProfilesCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_AssociateProfilesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-wellarchitected/src/commands/CreateLensShareCommand.ts b/clients/client-wellarchitected/src/commands/CreateLensShareCommand.ts index 4195ee7a387d..4806a0752f2c 100644 --- a/clients/client-wellarchitected/src/commands/CreateLensShareCommand.ts +++ b/clients/client-wellarchitected/src/commands/CreateLensShareCommand.ts @@ -113,9 +113,6 @@ export class CreateLensShareCommand extends $Command< CreateLensShareCommandOutput, WellArchitectedClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -129,9 +126,7 @@ export class CreateLensShareCommand extends $Command< * @public */ constructor(readonly input: CreateLensShareCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -184,7 +179,4 @@ export class CreateLensShareCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateLensShareCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-wellarchitected/src/commands/CreateLensVersionCommand.ts b/clients/client-wellarchitected/src/commands/CreateLensVersionCommand.ts index 9c4d5ba483e2..994b388ccff2 100644 --- a/clients/client-wellarchitected/src/commands/CreateLensVersionCommand.ts +++ b/clients/client-wellarchitected/src/commands/CreateLensVersionCommand.ts @@ -101,9 +101,6 @@ export class CreateLensVersionCommand extends $Command< CreateLensVersionCommandOutput, WellArchitectedClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -117,9 +114,7 @@ export class CreateLensVersionCommand extends $Command< * @public */ constructor(readonly input: CreateLensVersionCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -172,7 +167,4 @@ export class CreateLensVersionCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateLensVersionCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-wellarchitected/src/commands/CreateMilestoneCommand.ts b/clients/client-wellarchitected/src/commands/CreateMilestoneCommand.ts index b79c45c72b7f..6488a45cdaac 100644 --- a/clients/client-wellarchitected/src/commands/CreateMilestoneCommand.ts +++ b/clients/client-wellarchitected/src/commands/CreateMilestoneCommand.ts @@ -94,9 +94,6 @@ export class CreateMilestoneCommand extends $Command< CreateMilestoneCommandOutput, WellArchitectedClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -110,9 +107,7 @@ export class CreateMilestoneCommand extends $Command< * @public */ constructor(readonly input: CreateMilestoneCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -165,7 +160,4 @@ export class CreateMilestoneCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateMilestoneCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-wellarchitected/src/commands/CreateProfileCommand.ts b/clients/client-wellarchitected/src/commands/CreateProfileCommand.ts index aa9422bb4a76..d2e8f723d34b 100644 --- a/clients/client-wellarchitected/src/commands/CreateProfileCommand.ts +++ b/clients/client-wellarchitected/src/commands/CreateProfileCommand.ts @@ -102,9 +102,6 @@ export class CreateProfileCommand extends $Command< CreateProfileCommandOutput, WellArchitectedClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -118,9 +115,7 @@ export class CreateProfileCommand extends $Command< * @public */ constructor(readonly input: CreateProfileCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -171,7 +166,4 @@ export class CreateProfileCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateProfileCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-wellarchitected/src/commands/CreateProfileShareCommand.ts b/clients/client-wellarchitected/src/commands/CreateProfileShareCommand.ts index 14620e3e44d7..8fc84211a3f6 100644 --- a/clients/client-wellarchitected/src/commands/CreateProfileShareCommand.ts +++ b/clients/client-wellarchitected/src/commands/CreateProfileShareCommand.ts @@ -94,9 +94,6 @@ export class CreateProfileShareCommand extends $Command< CreateProfileShareCommandOutput, WellArchitectedClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -110,9 +107,7 @@ export class CreateProfileShareCommand extends $Command< * @public */ constructor(readonly input: CreateProfileShareCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -165,7 +160,4 @@ export class CreateProfileShareCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateProfileShareCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-wellarchitected/src/commands/CreateReviewTemplateCommand.ts b/clients/client-wellarchitected/src/commands/CreateReviewTemplateCommand.ts index 45a5cf3e8e6c..005c2329f3f3 100644 --- a/clients/client-wellarchitected/src/commands/CreateReviewTemplateCommand.ts +++ b/clients/client-wellarchitected/src/commands/CreateReviewTemplateCommand.ts @@ -111,9 +111,6 @@ export class CreateReviewTemplateCommand extends $Command< CreateReviewTemplateCommandOutput, WellArchitectedClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -127,9 +124,7 @@ export class CreateReviewTemplateCommand extends $Command< * @public */ constructor(readonly input: CreateReviewTemplateCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -182,7 +177,4 @@ export class CreateReviewTemplateCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateReviewTemplateCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-wellarchitected/src/commands/CreateTemplateShareCommand.ts b/clients/client-wellarchitected/src/commands/CreateTemplateShareCommand.ts index 8ba32ee85e09..6cd2dbfd1c6f 100644 --- a/clients/client-wellarchitected/src/commands/CreateTemplateShareCommand.ts +++ b/clients/client-wellarchitected/src/commands/CreateTemplateShareCommand.ts @@ -108,9 +108,6 @@ export class CreateTemplateShareCommand extends $Command< CreateTemplateShareCommandOutput, WellArchitectedClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -124,9 +121,7 @@ export class CreateTemplateShareCommand extends $Command< * @public */ constructor(readonly input: CreateTemplateShareCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -179,7 +174,4 @@ export class CreateTemplateShareCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateTemplateShareCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-wellarchitected/src/commands/CreateWorkloadCommand.ts b/clients/client-wellarchitected/src/commands/CreateWorkloadCommand.ts index 564b932180e5..949f8398e467 100644 --- a/clients/client-wellarchitected/src/commands/CreateWorkloadCommand.ts +++ b/clients/client-wellarchitected/src/commands/CreateWorkloadCommand.ts @@ -168,9 +168,6 @@ export class CreateWorkloadCommand extends $Command< CreateWorkloadCommandOutput, WellArchitectedClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -184,9 +181,7 @@ export class CreateWorkloadCommand extends $Command< * @public */ constructor(readonly input: CreateWorkloadCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -239,7 +234,4 @@ export class CreateWorkloadCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateWorkloadCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-wellarchitected/src/commands/CreateWorkloadShareCommand.ts b/clients/client-wellarchitected/src/commands/CreateWorkloadShareCommand.ts index c9c27aef5f3e..5bb706c031b1 100644 --- a/clients/client-wellarchitected/src/commands/CreateWorkloadShareCommand.ts +++ b/clients/client-wellarchitected/src/commands/CreateWorkloadShareCommand.ts @@ -102,9 +102,6 @@ export class CreateWorkloadShareCommand extends $Command< CreateWorkloadShareCommandOutput, WellArchitectedClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -118,9 +115,7 @@ export class CreateWorkloadShareCommand extends $Command< * @public */ constructor(readonly input: CreateWorkloadShareCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -173,7 +168,4 @@ export class CreateWorkloadShareCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateWorkloadShareCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-wellarchitected/src/commands/DeleteLensCommand.ts b/clients/client-wellarchitected/src/commands/DeleteLensCommand.ts index ae3700ddf52a..9e4e1422ba6b 100644 --- a/clients/client-wellarchitected/src/commands/DeleteLensCommand.ts +++ b/clients/client-wellarchitected/src/commands/DeleteLensCommand.ts @@ -102,9 +102,6 @@ export class DeleteLensCommand extends $Command< DeleteLensCommandOutput, WellArchitectedClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -118,9 +115,7 @@ export class DeleteLensCommand extends $Command< * @public */ constructor(readonly input: DeleteLensCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -171,7 +166,4 @@ export class DeleteLensCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteLensCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-wellarchitected/src/commands/DeleteLensShareCommand.ts b/clients/client-wellarchitected/src/commands/DeleteLensShareCommand.ts index dae24c088ad2..38f870659642 100644 --- a/clients/client-wellarchitected/src/commands/DeleteLensShareCommand.ts +++ b/clients/client-wellarchitected/src/commands/DeleteLensShareCommand.ts @@ -102,9 +102,6 @@ export class DeleteLensShareCommand extends $Command< DeleteLensShareCommandOutput, WellArchitectedClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -118,9 +115,7 @@ export class DeleteLensShareCommand extends $Command< * @public */ constructor(readonly input: DeleteLensShareCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -173,7 +168,4 @@ export class DeleteLensShareCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteLensShareCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-wellarchitected/src/commands/DeleteProfileCommand.ts b/clients/client-wellarchitected/src/commands/DeleteProfileCommand.ts index 68a9a51d63a6..90e17ab0fc30 100644 --- a/clients/client-wellarchitected/src/commands/DeleteProfileCommand.ts +++ b/clients/client-wellarchitected/src/commands/DeleteProfileCommand.ts @@ -98,9 +98,6 @@ export class DeleteProfileCommand extends $Command< DeleteProfileCommandOutput, WellArchitectedClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -114,9 +111,7 @@ export class DeleteProfileCommand extends $Command< * @public */ constructor(readonly input: DeleteProfileCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -167,7 +162,4 @@ export class DeleteProfileCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteProfileCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-wellarchitected/src/commands/DeleteProfileShareCommand.ts b/clients/client-wellarchitected/src/commands/DeleteProfileShareCommand.ts index 5a7a17b0a90b..c53b9189750f 100644 --- a/clients/client-wellarchitected/src/commands/DeleteProfileShareCommand.ts +++ b/clients/client-wellarchitected/src/commands/DeleteProfileShareCommand.ts @@ -88,9 +88,6 @@ export class DeleteProfileShareCommand extends $Command< DeleteProfileShareCommandOutput, WellArchitectedClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -104,9 +101,7 @@ export class DeleteProfileShareCommand extends $Command< * @public */ constructor(readonly input: DeleteProfileShareCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -159,7 +154,4 @@ export class DeleteProfileShareCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteProfileShareCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-wellarchitected/src/commands/DeleteReviewTemplateCommand.ts b/clients/client-wellarchitected/src/commands/DeleteReviewTemplateCommand.ts index 22e8b3171c06..8f21e9726d23 100644 --- a/clients/client-wellarchitected/src/commands/DeleteReviewTemplateCommand.ts +++ b/clients/client-wellarchitected/src/commands/DeleteReviewTemplateCommand.ts @@ -91,9 +91,6 @@ export class DeleteReviewTemplateCommand extends $Command< DeleteReviewTemplateCommandOutput, WellArchitectedClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -107,9 +104,7 @@ export class DeleteReviewTemplateCommand extends $Command< * @public */ constructor(readonly input: DeleteReviewTemplateCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -162,7 +157,4 @@ export class DeleteReviewTemplateCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteReviewTemplateCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-wellarchitected/src/commands/DeleteTemplateShareCommand.ts b/clients/client-wellarchitected/src/commands/DeleteTemplateShareCommand.ts index 4110d8152290..40ac68c7adee 100644 --- a/clients/client-wellarchitected/src/commands/DeleteTemplateShareCommand.ts +++ b/clients/client-wellarchitected/src/commands/DeleteTemplateShareCommand.ts @@ -91,9 +91,6 @@ export class DeleteTemplateShareCommand extends $Command< DeleteTemplateShareCommandOutput, WellArchitectedClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -107,9 +104,7 @@ export class DeleteTemplateShareCommand extends $Command< * @public */ constructor(readonly input: DeleteTemplateShareCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -162,7 +157,4 @@ export class DeleteTemplateShareCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteTemplateShareCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-wellarchitected/src/commands/DeleteWorkloadCommand.ts b/clients/client-wellarchitected/src/commands/DeleteWorkloadCommand.ts index e9e0f802aac3..bfaf0981efb2 100644 --- a/clients/client-wellarchitected/src/commands/DeleteWorkloadCommand.ts +++ b/clients/client-wellarchitected/src/commands/DeleteWorkloadCommand.ts @@ -87,9 +87,6 @@ export class DeleteWorkloadCommand extends $Command< DeleteWorkloadCommandOutput, WellArchitectedClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -103,9 +100,7 @@ export class DeleteWorkloadCommand extends $Command< * @public */ constructor(readonly input: DeleteWorkloadCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -158,7 +153,4 @@ export class DeleteWorkloadCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteWorkloadCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-wellarchitected/src/commands/DeleteWorkloadShareCommand.ts b/clients/client-wellarchitected/src/commands/DeleteWorkloadShareCommand.ts index 0a31b4d11d0a..00d9ff8f0e41 100644 --- a/clients/client-wellarchitected/src/commands/DeleteWorkloadShareCommand.ts +++ b/clients/client-wellarchitected/src/commands/DeleteWorkloadShareCommand.ts @@ -88,9 +88,6 @@ export class DeleteWorkloadShareCommand extends $Command< DeleteWorkloadShareCommandOutput, WellArchitectedClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -104,9 +101,7 @@ export class DeleteWorkloadShareCommand extends $Command< * @public */ constructor(readonly input: DeleteWorkloadShareCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -159,7 +154,4 @@ export class DeleteWorkloadShareCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteWorkloadShareCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-wellarchitected/src/commands/DisassociateLensesCommand.ts b/clients/client-wellarchitected/src/commands/DisassociateLensesCommand.ts index e3e68dfd48e2..e3770c0a7e37 100644 --- a/clients/client-wellarchitected/src/commands/DisassociateLensesCommand.ts +++ b/clients/client-wellarchitected/src/commands/DisassociateLensesCommand.ts @@ -94,9 +94,6 @@ export class DisassociateLensesCommand extends $Command< DisassociateLensesCommandOutput, WellArchitectedClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -110,9 +107,7 @@ export class DisassociateLensesCommand extends $Command< * @public */ constructor(readonly input: DisassociateLensesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -165,7 +160,4 @@ export class DisassociateLensesCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DisassociateLensesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-wellarchitected/src/commands/DisassociateProfilesCommand.ts b/clients/client-wellarchitected/src/commands/DisassociateProfilesCommand.ts index 0e687abe7489..93f4739858da 100644 --- a/clients/client-wellarchitected/src/commands/DisassociateProfilesCommand.ts +++ b/clients/client-wellarchitected/src/commands/DisassociateProfilesCommand.ts @@ -89,9 +89,6 @@ export class DisassociateProfilesCommand extends $Command< DisassociateProfilesCommandOutput, WellArchitectedClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -105,9 +102,7 @@ export class DisassociateProfilesCommand extends $Command< * @public */ constructor(readonly input: DisassociateProfilesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -160,7 +155,4 @@ export class DisassociateProfilesCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DisassociateProfilesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-wellarchitected/src/commands/ExportLensCommand.ts b/clients/client-wellarchitected/src/commands/ExportLensCommand.ts index d7c77c4a5d2a..c09bacd07a5e 100644 --- a/clients/client-wellarchitected/src/commands/ExportLensCommand.ts +++ b/clients/client-wellarchitected/src/commands/ExportLensCommand.ts @@ -101,9 +101,6 @@ export class ExportLensCommand extends $Command< ExportLensCommandOutput, WellArchitectedClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -117,9 +114,7 @@ export class ExportLensCommand extends $Command< * @public */ constructor(readonly input: ExportLensCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -170,7 +165,4 @@ export class ExportLensCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ExportLensCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-wellarchitected/src/commands/GetAnswerCommand.ts b/clients/client-wellarchitected/src/commands/GetAnswerCommand.ts index e9d06c547953..3b133a99cdf4 100644 --- a/clients/client-wellarchitected/src/commands/GetAnswerCommand.ts +++ b/clients/client-wellarchitected/src/commands/GetAnswerCommand.ts @@ -141,9 +141,6 @@ export class GetAnswerCommand extends $Command< GetAnswerCommandOutput, WellArchitectedClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -157,9 +154,7 @@ export class GetAnswerCommand extends $Command< * @public */ constructor(readonly input: GetAnswerCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -210,7 +205,4 @@ export class GetAnswerCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetAnswerCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-wellarchitected/src/commands/GetConsolidatedReportCommand.ts b/clients/client-wellarchitected/src/commands/GetConsolidatedReportCommand.ts index 4eae2c486b1b..1d877bf4f2dc 100644 --- a/clients/client-wellarchitected/src/commands/GetConsolidatedReportCommand.ts +++ b/clients/client-wellarchitected/src/commands/GetConsolidatedReportCommand.ts @@ -129,9 +129,6 @@ export class GetConsolidatedReportCommand extends $Command< GetConsolidatedReportCommandOutput, WellArchitectedClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -145,9 +142,7 @@ export class GetConsolidatedReportCommand extends $Command< * @public */ constructor(readonly input: GetConsolidatedReportCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -200,7 +195,4 @@ export class GetConsolidatedReportCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetConsolidatedReportCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-wellarchitected/src/commands/GetLensCommand.ts b/clients/client-wellarchitected/src/commands/GetLensCommand.ts index d6993012c2d5..f8233a6b124f 100644 --- a/clients/client-wellarchitected/src/commands/GetLensCommand.ts +++ b/clients/client-wellarchitected/src/commands/GetLensCommand.ts @@ -96,9 +96,6 @@ export class GetLensCommand extends $Command< GetLensCommandOutput, WellArchitectedClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -112,9 +109,7 @@ export class GetLensCommand extends $Command< * @public */ constructor(readonly input: GetLensCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -165,7 +160,4 @@ export class GetLensCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetLensCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-wellarchitected/src/commands/GetLensReviewCommand.ts b/clients/client-wellarchitected/src/commands/GetLensReviewCommand.ts index 9272bc26d67b..48c2136c4d4c 100644 --- a/clients/client-wellarchitected/src/commands/GetLensReviewCommand.ts +++ b/clients/client-wellarchitected/src/commands/GetLensReviewCommand.ts @@ -123,9 +123,6 @@ export class GetLensReviewCommand extends $Command< GetLensReviewCommandOutput, WellArchitectedClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -139,9 +136,7 @@ export class GetLensReviewCommand extends $Command< * @public */ constructor(readonly input: GetLensReviewCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -192,7 +187,4 @@ export class GetLensReviewCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetLensReviewCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-wellarchitected/src/commands/GetLensReviewReportCommand.ts b/clients/client-wellarchitected/src/commands/GetLensReviewReportCommand.ts index bf8b46224c1d..15d08e683e22 100644 --- a/clients/client-wellarchitected/src/commands/GetLensReviewReportCommand.ts +++ b/clients/client-wellarchitected/src/commands/GetLensReviewReportCommand.ts @@ -93,9 +93,6 @@ export class GetLensReviewReportCommand extends $Command< GetLensReviewReportCommandOutput, WellArchitectedClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -109,9 +106,7 @@ export class GetLensReviewReportCommand extends $Command< * @public */ constructor(readonly input: GetLensReviewReportCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -164,7 +159,4 @@ export class GetLensReviewReportCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetLensReviewReportCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-wellarchitected/src/commands/GetLensVersionDifferenceCommand.ts b/clients/client-wellarchitected/src/commands/GetLensVersionDifferenceCommand.ts index e3514fe2db46..02940da2aefd 100644 --- a/clients/client-wellarchitected/src/commands/GetLensVersionDifferenceCommand.ts +++ b/clients/client-wellarchitected/src/commands/GetLensVersionDifferenceCommand.ts @@ -107,9 +107,6 @@ export class GetLensVersionDifferenceCommand extends $Command< GetLensVersionDifferenceCommandOutput, WellArchitectedClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -123,9 +120,7 @@ export class GetLensVersionDifferenceCommand extends $Command< * @public */ constructor(readonly input: GetLensVersionDifferenceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -178,7 +173,4 @@ export class GetLensVersionDifferenceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetLensVersionDifferenceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-wellarchitected/src/commands/GetMilestoneCommand.ts b/clients/client-wellarchitected/src/commands/GetMilestoneCommand.ts index 741aa6cb2c06..25a38cb33dce 100644 --- a/clients/client-wellarchitected/src/commands/GetMilestoneCommand.ts +++ b/clients/client-wellarchitected/src/commands/GetMilestoneCommand.ts @@ -148,9 +148,6 @@ export class GetMilestoneCommand extends $Command< GetMilestoneCommandOutput, WellArchitectedClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -164,9 +161,7 @@ export class GetMilestoneCommand extends $Command< * @public */ constructor(readonly input: GetMilestoneCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -217,7 +212,4 @@ export class GetMilestoneCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetMilestoneCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-wellarchitected/src/commands/GetProfileCommand.ts b/clients/client-wellarchitected/src/commands/GetProfileCommand.ts index 0f5e97479065..a6fb8dd69d4c 100644 --- a/clients/client-wellarchitected/src/commands/GetProfileCommand.ts +++ b/clients/client-wellarchitected/src/commands/GetProfileCommand.ts @@ -117,9 +117,6 @@ export class GetProfileCommand extends $Command< GetProfileCommandOutput, WellArchitectedClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -133,9 +130,7 @@ export class GetProfileCommand extends $Command< * @public */ constructor(readonly input: GetProfileCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -186,7 +181,4 @@ export class GetProfileCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetProfileCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-wellarchitected/src/commands/GetProfileTemplateCommand.ts b/clients/client-wellarchitected/src/commands/GetProfileTemplateCommand.ts index 4945f95db96d..fe84af28891a 100644 --- a/clients/client-wellarchitected/src/commands/GetProfileTemplateCommand.ts +++ b/clients/client-wellarchitected/src/commands/GetProfileTemplateCommand.ts @@ -103,9 +103,6 @@ export class GetProfileTemplateCommand extends $Command< GetProfileTemplateCommandOutput, WellArchitectedClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -119,9 +116,7 @@ export class GetProfileTemplateCommand extends $Command< * @public */ constructor(readonly input: GetProfileTemplateCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -174,7 +169,4 @@ export class GetProfileTemplateCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetProfileTemplateCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-wellarchitected/src/commands/GetReviewTemplateAnswerCommand.ts b/clients/client-wellarchitected/src/commands/GetReviewTemplateAnswerCommand.ts index 88ee2d9b2f20..32224d7104e1 100644 --- a/clients/client-wellarchitected/src/commands/GetReviewTemplateAnswerCommand.ts +++ b/clients/client-wellarchitected/src/commands/GetReviewTemplateAnswerCommand.ts @@ -138,9 +138,6 @@ export class GetReviewTemplateAnswerCommand extends $Command< GetReviewTemplateAnswerCommandOutput, WellArchitectedClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -154,9 +151,7 @@ export class GetReviewTemplateAnswerCommand extends $Command< * @public */ constructor(readonly input: GetReviewTemplateAnswerCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -209,7 +204,4 @@ export class GetReviewTemplateAnswerCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetReviewTemplateAnswerCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-wellarchitected/src/commands/GetReviewTemplateCommand.ts b/clients/client-wellarchitected/src/commands/GetReviewTemplateCommand.ts index 54a06ee006c7..18fb6b1c8ae7 100644 --- a/clients/client-wellarchitected/src/commands/GetReviewTemplateCommand.ts +++ b/clients/client-wellarchitected/src/commands/GetReviewTemplateCommand.ts @@ -103,9 +103,6 @@ export class GetReviewTemplateCommand extends $Command< GetReviewTemplateCommandOutput, WellArchitectedClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -119,9 +116,7 @@ export class GetReviewTemplateCommand extends $Command< * @public */ constructor(readonly input: GetReviewTemplateCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -174,7 +169,4 @@ export class GetReviewTemplateCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetReviewTemplateCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-wellarchitected/src/commands/GetReviewTemplateLensReviewCommand.ts b/clients/client-wellarchitected/src/commands/GetReviewTemplateLensReviewCommand.ts index ad9d092bbc4f..f27cd9029fab 100644 --- a/clients/client-wellarchitected/src/commands/GetReviewTemplateLensReviewCommand.ts +++ b/clients/client-wellarchitected/src/commands/GetReviewTemplateLensReviewCommand.ts @@ -112,9 +112,6 @@ export class GetReviewTemplateLensReviewCommand extends $Command< GetReviewTemplateLensReviewCommandOutput, WellArchitectedClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -128,9 +125,7 @@ export class GetReviewTemplateLensReviewCommand extends $Command< * @public */ constructor(readonly input: GetReviewTemplateLensReviewCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -186,7 +181,4 @@ export class GetReviewTemplateLensReviewCommand extends $Command< ): Promise { return de_GetReviewTemplateLensReviewCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-wellarchitected/src/commands/GetWorkloadCommand.ts b/clients/client-wellarchitected/src/commands/GetWorkloadCommand.ts index 2fe86bdc0eb2..d07abb30df92 100644 --- a/clients/client-wellarchitected/src/commands/GetWorkloadCommand.ts +++ b/clients/client-wellarchitected/src/commands/GetWorkloadCommand.ts @@ -141,9 +141,6 @@ export class GetWorkloadCommand extends $Command< GetWorkloadCommandOutput, WellArchitectedClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -157,9 +154,7 @@ export class GetWorkloadCommand extends $Command< * @public */ constructor(readonly input: GetWorkloadCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -210,7 +205,4 @@ export class GetWorkloadCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetWorkloadCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-wellarchitected/src/commands/ImportLensCommand.ts b/clients/client-wellarchitected/src/commands/ImportLensCommand.ts index e495913bd27f..4b99deca8497 100644 --- a/clients/client-wellarchitected/src/commands/ImportLensCommand.ts +++ b/clients/client-wellarchitected/src/commands/ImportLensCommand.ts @@ -116,9 +116,6 @@ export class ImportLensCommand extends $Command< ImportLensCommandOutput, WellArchitectedClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -132,9 +129,7 @@ export class ImportLensCommand extends $Command< * @public */ constructor(readonly input: ImportLensCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -185,7 +180,4 @@ export class ImportLensCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ImportLensCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-wellarchitected/src/commands/ListAnswersCommand.ts b/clients/client-wellarchitected/src/commands/ListAnswersCommand.ts index 52a16a6ae08c..e6a007bfb8ef 100644 --- a/clients/client-wellarchitected/src/commands/ListAnswersCommand.ts +++ b/clients/client-wellarchitected/src/commands/ListAnswersCommand.ts @@ -142,9 +142,6 @@ export class ListAnswersCommand extends $Command< ListAnswersCommandOutput, WellArchitectedClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -158,9 +155,7 @@ export class ListAnswersCommand extends $Command< * @public */ constructor(readonly input: ListAnswersCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -211,7 +206,4 @@ export class ListAnswersCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListAnswersCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-wellarchitected/src/commands/ListCheckDetailsCommand.ts b/clients/client-wellarchitected/src/commands/ListCheckDetailsCommand.ts index 8a30dcb0bc90..34f67f455e45 100644 --- a/clients/client-wellarchitected/src/commands/ListCheckDetailsCommand.ts +++ b/clients/client-wellarchitected/src/commands/ListCheckDetailsCommand.ts @@ -108,9 +108,6 @@ export class ListCheckDetailsCommand extends $Command< ListCheckDetailsCommandOutput, WellArchitectedClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -124,9 +121,7 @@ export class ListCheckDetailsCommand extends $Command< * @public */ constructor(readonly input: ListCheckDetailsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -179,7 +174,4 @@ export class ListCheckDetailsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListCheckDetailsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-wellarchitected/src/commands/ListCheckSummariesCommand.ts b/clients/client-wellarchitected/src/commands/ListCheckSummariesCommand.ts index 2616ded025e5..f132fb7baeef 100644 --- a/clients/client-wellarchitected/src/commands/ListCheckSummariesCommand.ts +++ b/clients/client-wellarchitected/src/commands/ListCheckSummariesCommand.ts @@ -108,9 +108,6 @@ export class ListCheckSummariesCommand extends $Command< ListCheckSummariesCommandOutput, WellArchitectedClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -124,9 +121,7 @@ export class ListCheckSummariesCommand extends $Command< * @public */ constructor(readonly input: ListCheckSummariesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -179,7 +174,4 @@ export class ListCheckSummariesCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListCheckSummariesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-wellarchitected/src/commands/ListLensReviewImprovementsCommand.ts b/clients/client-wellarchitected/src/commands/ListLensReviewImprovementsCommand.ts index 53fe0906d322..005036e33e3c 100644 --- a/clients/client-wellarchitected/src/commands/ListLensReviewImprovementsCommand.ts +++ b/clients/client-wellarchitected/src/commands/ListLensReviewImprovementsCommand.ts @@ -111,9 +111,6 @@ export class ListLensReviewImprovementsCommand extends $Command< ListLensReviewImprovementsCommandOutput, WellArchitectedClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -127,9 +124,7 @@ export class ListLensReviewImprovementsCommand extends $Command< * @public */ constructor(readonly input: ListLensReviewImprovementsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -185,7 +180,4 @@ export class ListLensReviewImprovementsCommand extends $Command< ): Promise { return de_ListLensReviewImprovementsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-wellarchitected/src/commands/ListLensReviewsCommand.ts b/clients/client-wellarchitected/src/commands/ListLensReviewsCommand.ts index a08fefe31717..80a4d3449445 100644 --- a/clients/client-wellarchitected/src/commands/ListLensReviewsCommand.ts +++ b/clients/client-wellarchitected/src/commands/ListLensReviewsCommand.ts @@ -112,9 +112,6 @@ export class ListLensReviewsCommand extends $Command< ListLensReviewsCommandOutput, WellArchitectedClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -128,9 +125,7 @@ export class ListLensReviewsCommand extends $Command< * @public */ constructor(readonly input: ListLensReviewsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -183,7 +178,4 @@ export class ListLensReviewsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListLensReviewsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-wellarchitected/src/commands/ListLensSharesCommand.ts b/clients/client-wellarchitected/src/commands/ListLensSharesCommand.ts index b01649dd2174..36cb777a9e2b 100644 --- a/clients/client-wellarchitected/src/commands/ListLensSharesCommand.ts +++ b/clients/client-wellarchitected/src/commands/ListLensSharesCommand.ts @@ -97,9 +97,6 @@ export class ListLensSharesCommand extends $Command< ListLensSharesCommandOutput, WellArchitectedClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -113,9 +110,7 @@ export class ListLensSharesCommand extends $Command< * @public */ constructor(readonly input: ListLensSharesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -168,7 +163,4 @@ export class ListLensSharesCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListLensSharesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-wellarchitected/src/commands/ListLensesCommand.ts b/clients/client-wellarchitected/src/commands/ListLensesCommand.ts index 4cbc6fc37888..8ace0df6ba0e 100644 --- a/clients/client-wellarchitected/src/commands/ListLensesCommand.ts +++ b/clients/client-wellarchitected/src/commands/ListLensesCommand.ts @@ -100,9 +100,6 @@ export class ListLensesCommand extends $Command< ListLensesCommandOutput, WellArchitectedClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -116,9 +113,7 @@ export class ListLensesCommand extends $Command< * @public */ constructor(readonly input: ListLensesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -169,7 +164,4 @@ export class ListLensesCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListLensesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-wellarchitected/src/commands/ListMilestonesCommand.ts b/clients/client-wellarchitected/src/commands/ListMilestonesCommand.ts index 8a8016ae886f..4ea8d52343cf 100644 --- a/clients/client-wellarchitected/src/commands/ListMilestonesCommand.ts +++ b/clients/client-wellarchitected/src/commands/ListMilestonesCommand.ts @@ -118,9 +118,6 @@ export class ListMilestonesCommand extends $Command< ListMilestonesCommandOutput, WellArchitectedClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -134,9 +131,7 @@ export class ListMilestonesCommand extends $Command< * @public */ constructor(readonly input: ListMilestonesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -189,7 +184,4 @@ export class ListMilestonesCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListMilestonesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-wellarchitected/src/commands/ListNotificationsCommand.ts b/clients/client-wellarchitected/src/commands/ListNotificationsCommand.ts index ad7864384c93..1525d967f1cf 100644 --- a/clients/client-wellarchitected/src/commands/ListNotificationsCommand.ts +++ b/clients/client-wellarchitected/src/commands/ListNotificationsCommand.ts @@ -100,9 +100,6 @@ export class ListNotificationsCommand extends $Command< ListNotificationsCommandOutput, WellArchitectedClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -116,9 +113,7 @@ export class ListNotificationsCommand extends $Command< * @public */ constructor(readonly input: ListNotificationsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -171,7 +166,4 @@ export class ListNotificationsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListNotificationsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-wellarchitected/src/commands/ListProfileNotificationsCommand.ts b/clients/client-wellarchitected/src/commands/ListProfileNotificationsCommand.ts index 6849a23439e5..2a224395e02c 100644 --- a/clients/client-wellarchitected/src/commands/ListProfileNotificationsCommand.ts +++ b/clients/client-wellarchitected/src/commands/ListProfileNotificationsCommand.ts @@ -95,9 +95,6 @@ export class ListProfileNotificationsCommand extends $Command< ListProfileNotificationsCommandOutput, WellArchitectedClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -111,9 +108,7 @@ export class ListProfileNotificationsCommand extends $Command< * @public */ constructor(readonly input: ListProfileNotificationsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -166,7 +161,4 @@ export class ListProfileNotificationsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListProfileNotificationsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-wellarchitected/src/commands/ListProfileSharesCommand.ts b/clients/client-wellarchitected/src/commands/ListProfileSharesCommand.ts index f4b113298b88..a3a4da60a5d2 100644 --- a/clients/client-wellarchitected/src/commands/ListProfileSharesCommand.ts +++ b/clients/client-wellarchitected/src/commands/ListProfileSharesCommand.ts @@ -97,9 +97,6 @@ export class ListProfileSharesCommand extends $Command< ListProfileSharesCommandOutput, WellArchitectedClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -113,9 +110,7 @@ export class ListProfileSharesCommand extends $Command< * @public */ constructor(readonly input: ListProfileSharesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -168,7 +163,4 @@ export class ListProfileSharesCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListProfileSharesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-wellarchitected/src/commands/ListProfilesCommand.ts b/clients/client-wellarchitected/src/commands/ListProfilesCommand.ts index 64fa1dfab102..8352a255d97e 100644 --- a/clients/client-wellarchitected/src/commands/ListProfilesCommand.ts +++ b/clients/client-wellarchitected/src/commands/ListProfilesCommand.ts @@ -96,9 +96,6 @@ export class ListProfilesCommand extends $Command< ListProfilesCommandOutput, WellArchitectedClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -112,9 +109,7 @@ export class ListProfilesCommand extends $Command< * @public */ constructor(readonly input: ListProfilesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -165,7 +160,4 @@ export class ListProfilesCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListProfilesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-wellarchitected/src/commands/ListReviewTemplateAnswersCommand.ts b/clients/client-wellarchitected/src/commands/ListReviewTemplateAnswersCommand.ts index c62f40dda2f9..261e547737ea 100644 --- a/clients/client-wellarchitected/src/commands/ListReviewTemplateAnswersCommand.ts +++ b/clients/client-wellarchitected/src/commands/ListReviewTemplateAnswersCommand.ts @@ -138,9 +138,6 @@ export class ListReviewTemplateAnswersCommand extends $Command< ListReviewTemplateAnswersCommandOutput, WellArchitectedClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -154,9 +151,7 @@ export class ListReviewTemplateAnswersCommand extends $Command< * @public */ constructor(readonly input: ListReviewTemplateAnswersCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -212,7 +207,4 @@ export class ListReviewTemplateAnswersCommand extends $Command< ): Promise { return de_ListReviewTemplateAnswersCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-wellarchitected/src/commands/ListReviewTemplatesCommand.ts b/clients/client-wellarchitected/src/commands/ListReviewTemplatesCommand.ts index fb73085336e3..aa37c1b1d641 100644 --- a/clients/client-wellarchitected/src/commands/ListReviewTemplatesCommand.ts +++ b/clients/client-wellarchitected/src/commands/ListReviewTemplatesCommand.ts @@ -96,9 +96,6 @@ export class ListReviewTemplatesCommand extends $Command< ListReviewTemplatesCommandOutput, WellArchitectedClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -112,9 +109,7 @@ export class ListReviewTemplatesCommand extends $Command< * @public */ constructor(readonly input: ListReviewTemplatesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -167,7 +162,4 @@ export class ListReviewTemplatesCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListReviewTemplatesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-wellarchitected/src/commands/ListShareInvitationsCommand.ts b/clients/client-wellarchitected/src/commands/ListShareInvitationsCommand.ts index 1f8821c5d8ff..8032320b5129 100644 --- a/clients/client-wellarchitected/src/commands/ListShareInvitationsCommand.ts +++ b/clients/client-wellarchitected/src/commands/ListShareInvitationsCommand.ts @@ -109,9 +109,6 @@ export class ListShareInvitationsCommand extends $Command< ListShareInvitationsCommandOutput, WellArchitectedClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -125,9 +122,7 @@ export class ListShareInvitationsCommand extends $Command< * @public */ constructor(readonly input: ListShareInvitationsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -180,7 +175,4 @@ export class ListShareInvitationsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListShareInvitationsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-wellarchitected/src/commands/ListTagsForResourceCommand.ts b/clients/client-wellarchitected/src/commands/ListTagsForResourceCommand.ts index 888a4101519d..f25a91e6bdee 100644 --- a/clients/client-wellarchitected/src/commands/ListTagsForResourceCommand.ts +++ b/clients/client-wellarchitected/src/commands/ListTagsForResourceCommand.ts @@ -81,9 +81,6 @@ export class ListTagsForResourceCommand extends $Command< ListTagsForResourceCommandOutput, WellArchitectedClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -97,9 +94,7 @@ export class ListTagsForResourceCommand extends $Command< * @public */ constructor(readonly input: ListTagsForResourceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -152,7 +147,4 @@ export class ListTagsForResourceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListTagsForResourceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-wellarchitected/src/commands/ListTemplateSharesCommand.ts b/clients/client-wellarchitected/src/commands/ListTemplateSharesCommand.ts index 146db5c19032..786f56a35e74 100644 --- a/clients/client-wellarchitected/src/commands/ListTemplateSharesCommand.ts +++ b/clients/client-wellarchitected/src/commands/ListTemplateSharesCommand.ts @@ -98,9 +98,6 @@ export class ListTemplateSharesCommand extends $Command< ListTemplateSharesCommandOutput, WellArchitectedClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -114,9 +111,7 @@ export class ListTemplateSharesCommand extends $Command< * @public */ constructor(readonly input: ListTemplateSharesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -169,7 +164,4 @@ export class ListTemplateSharesCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListTemplateSharesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-wellarchitected/src/commands/ListWorkloadSharesCommand.ts b/clients/client-wellarchitected/src/commands/ListWorkloadSharesCommand.ts index 657d328a7f8e..ea164daa2911 100644 --- a/clients/client-wellarchitected/src/commands/ListWorkloadSharesCommand.ts +++ b/clients/client-wellarchitected/src/commands/ListWorkloadSharesCommand.ts @@ -99,9 +99,6 @@ export class ListWorkloadSharesCommand extends $Command< ListWorkloadSharesCommandOutput, WellArchitectedClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -115,9 +112,7 @@ export class ListWorkloadSharesCommand extends $Command< * @public */ constructor(readonly input: ListWorkloadSharesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -170,7 +165,4 @@ export class ListWorkloadSharesCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListWorkloadSharesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-wellarchitected/src/commands/ListWorkloadsCommand.ts b/clients/client-wellarchitected/src/commands/ListWorkloadsCommand.ts index 58c3f55a39df..b62db16c4f2e 100644 --- a/clients/client-wellarchitected/src/commands/ListWorkloadsCommand.ts +++ b/clients/client-wellarchitected/src/commands/ListWorkloadsCommand.ts @@ -109,9 +109,6 @@ export class ListWorkloadsCommand extends $Command< ListWorkloadsCommandOutput, WellArchitectedClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -125,9 +122,7 @@ export class ListWorkloadsCommand extends $Command< * @public */ constructor(readonly input: ListWorkloadsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -178,7 +173,4 @@ export class ListWorkloadsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListWorkloadsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-wellarchitected/src/commands/TagResourceCommand.ts b/clients/client-wellarchitected/src/commands/TagResourceCommand.ts index 5c426c9ac9ce..218cd66fb7c7 100644 --- a/clients/client-wellarchitected/src/commands/TagResourceCommand.ts +++ b/clients/client-wellarchitected/src/commands/TagResourceCommand.ts @@ -80,9 +80,6 @@ export class TagResourceCommand extends $Command< TagResourceCommandOutput, WellArchitectedClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -96,9 +93,7 @@ export class TagResourceCommand extends $Command< * @public */ constructor(readonly input: TagResourceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -149,7 +144,4 @@ export class TagResourceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_TagResourceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-wellarchitected/src/commands/UntagResourceCommand.ts b/clients/client-wellarchitected/src/commands/UntagResourceCommand.ts index bc5b77972dce..739f4a611490 100644 --- a/clients/client-wellarchitected/src/commands/UntagResourceCommand.ts +++ b/clients/client-wellarchitected/src/commands/UntagResourceCommand.ts @@ -84,9 +84,6 @@ export class UntagResourceCommand extends $Command< UntagResourceCommandOutput, WellArchitectedClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -100,9 +97,7 @@ export class UntagResourceCommand extends $Command< * @public */ constructor(readonly input: UntagResourceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -153,7 +148,4 @@ export class UntagResourceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UntagResourceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-wellarchitected/src/commands/UpdateAnswerCommand.ts b/clients/client-wellarchitected/src/commands/UpdateAnswerCommand.ts index bf5e7f4dd77f..ad59d974ff22 100644 --- a/clients/client-wellarchitected/src/commands/UpdateAnswerCommand.ts +++ b/clients/client-wellarchitected/src/commands/UpdateAnswerCommand.ts @@ -155,9 +155,6 @@ export class UpdateAnswerCommand extends $Command< UpdateAnswerCommandOutput, WellArchitectedClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -171,9 +168,7 @@ export class UpdateAnswerCommand extends $Command< * @public */ constructor(readonly input: UpdateAnswerCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -224,7 +219,4 @@ export class UpdateAnswerCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdateAnswerCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-wellarchitected/src/commands/UpdateGlobalSettingsCommand.ts b/clients/client-wellarchitected/src/commands/UpdateGlobalSettingsCommand.ts index 2718bf51664e..71058e420c6f 100644 --- a/clients/client-wellarchitected/src/commands/UpdateGlobalSettingsCommand.ts +++ b/clients/client-wellarchitected/src/commands/UpdateGlobalSettingsCommand.ts @@ -84,9 +84,6 @@ export class UpdateGlobalSettingsCommand extends $Command< UpdateGlobalSettingsCommandOutput, WellArchitectedClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -100,9 +97,7 @@ export class UpdateGlobalSettingsCommand extends $Command< * @public */ constructor(readonly input: UpdateGlobalSettingsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -155,7 +150,4 @@ export class UpdateGlobalSettingsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdateGlobalSettingsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-wellarchitected/src/commands/UpdateLensReviewCommand.ts b/clients/client-wellarchitected/src/commands/UpdateLensReviewCommand.ts index f3a92524671b..50b597854ea4 100644 --- a/clients/client-wellarchitected/src/commands/UpdateLensReviewCommand.ts +++ b/clients/client-wellarchitected/src/commands/UpdateLensReviewCommand.ts @@ -128,9 +128,6 @@ export class UpdateLensReviewCommand extends $Command< UpdateLensReviewCommandOutput, WellArchitectedClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -144,9 +141,7 @@ export class UpdateLensReviewCommand extends $Command< * @public */ constructor(readonly input: UpdateLensReviewCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -199,7 +194,4 @@ export class UpdateLensReviewCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdateLensReviewCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-wellarchitected/src/commands/UpdateProfileCommand.ts b/clients/client-wellarchitected/src/commands/UpdateProfileCommand.ts index 0da13874e1fe..83f9bbae40b7 100644 --- a/clients/client-wellarchitected/src/commands/UpdateProfileCommand.ts +++ b/clients/client-wellarchitected/src/commands/UpdateProfileCommand.ts @@ -128,9 +128,6 @@ export class UpdateProfileCommand extends $Command< UpdateProfileCommandOutput, WellArchitectedClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -144,9 +141,7 @@ export class UpdateProfileCommand extends $Command< * @public */ constructor(readonly input: UpdateProfileCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -197,7 +192,4 @@ export class UpdateProfileCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdateProfileCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-wellarchitected/src/commands/UpdateReviewTemplateAnswerCommand.ts b/clients/client-wellarchitected/src/commands/UpdateReviewTemplateAnswerCommand.ts index 563b9ca85ef8..dfb3a41dccfb 100644 --- a/clients/client-wellarchitected/src/commands/UpdateReviewTemplateAnswerCommand.ts +++ b/clients/client-wellarchitected/src/commands/UpdateReviewTemplateAnswerCommand.ts @@ -154,9 +154,6 @@ export class UpdateReviewTemplateAnswerCommand extends $Command< UpdateReviewTemplateAnswerCommandOutput, WellArchitectedClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -170,9 +167,7 @@ export class UpdateReviewTemplateAnswerCommand extends $Command< * @public */ constructor(readonly input: UpdateReviewTemplateAnswerCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -228,7 +223,4 @@ export class UpdateReviewTemplateAnswerCommand extends $Command< ): Promise { return de_UpdateReviewTemplateAnswerCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-wellarchitected/src/commands/UpdateReviewTemplateCommand.ts b/clients/client-wellarchitected/src/commands/UpdateReviewTemplateCommand.ts index c1722443c466..0d81c3f7cdc8 100644 --- a/clients/client-wellarchitected/src/commands/UpdateReviewTemplateCommand.ts +++ b/clients/client-wellarchitected/src/commands/UpdateReviewTemplateCommand.ts @@ -115,9 +115,6 @@ export class UpdateReviewTemplateCommand extends $Command< UpdateReviewTemplateCommandOutput, WellArchitectedClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -131,9 +128,7 @@ export class UpdateReviewTemplateCommand extends $Command< * @public */ constructor(readonly input: UpdateReviewTemplateCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -186,7 +181,4 @@ export class UpdateReviewTemplateCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdateReviewTemplateCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-wellarchitected/src/commands/UpdateReviewTemplateLensReviewCommand.ts b/clients/client-wellarchitected/src/commands/UpdateReviewTemplateLensReviewCommand.ts index 62e40aafa97a..e9a61bbec20f 100644 --- a/clients/client-wellarchitected/src/commands/UpdateReviewTemplateLensReviewCommand.ts +++ b/clients/client-wellarchitected/src/commands/UpdateReviewTemplateLensReviewCommand.ts @@ -121,9 +121,6 @@ export class UpdateReviewTemplateLensReviewCommand extends $Command< UpdateReviewTemplateLensReviewCommandOutput, WellArchitectedClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -137,9 +134,7 @@ export class UpdateReviewTemplateLensReviewCommand extends $Command< * @public */ constructor(readonly input: UpdateReviewTemplateLensReviewCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -198,7 +193,4 @@ export class UpdateReviewTemplateLensReviewCommand extends $Command< ): Promise { return de_UpdateReviewTemplateLensReviewCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-wellarchitected/src/commands/UpdateShareInvitationCommand.ts b/clients/client-wellarchitected/src/commands/UpdateShareInvitationCommand.ts index aa9eb7e91551..329e7f8db3b9 100644 --- a/clients/client-wellarchitected/src/commands/UpdateShareInvitationCommand.ts +++ b/clients/client-wellarchitected/src/commands/UpdateShareInvitationCommand.ts @@ -100,9 +100,6 @@ export class UpdateShareInvitationCommand extends $Command< UpdateShareInvitationCommandOutput, WellArchitectedClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -116,9 +113,7 @@ export class UpdateShareInvitationCommand extends $Command< * @public */ constructor(readonly input: UpdateShareInvitationCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -171,7 +166,4 @@ export class UpdateShareInvitationCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdateShareInvitationCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-wellarchitected/src/commands/UpdateWorkloadCommand.ts b/clients/client-wellarchitected/src/commands/UpdateWorkloadCommand.ts index 8b32ce19a3a1..3738f956d0d5 100644 --- a/clients/client-wellarchitected/src/commands/UpdateWorkloadCommand.ts +++ b/clients/client-wellarchitected/src/commands/UpdateWorkloadCommand.ts @@ -175,9 +175,6 @@ export class UpdateWorkloadCommand extends $Command< UpdateWorkloadCommandOutput, WellArchitectedClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -191,9 +188,7 @@ export class UpdateWorkloadCommand extends $Command< * @public */ constructor(readonly input: UpdateWorkloadCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -246,7 +241,4 @@ export class UpdateWorkloadCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdateWorkloadCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-wellarchitected/src/commands/UpdateWorkloadShareCommand.ts b/clients/client-wellarchitected/src/commands/UpdateWorkloadShareCommand.ts index c87c17ee8249..282f0ff0ca3a 100644 --- a/clients/client-wellarchitected/src/commands/UpdateWorkloadShareCommand.ts +++ b/clients/client-wellarchitected/src/commands/UpdateWorkloadShareCommand.ts @@ -99,9 +99,6 @@ export class UpdateWorkloadShareCommand extends $Command< UpdateWorkloadShareCommandOutput, WellArchitectedClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -115,9 +112,7 @@ export class UpdateWorkloadShareCommand extends $Command< * @public */ constructor(readonly input: UpdateWorkloadShareCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -170,7 +165,4 @@ export class UpdateWorkloadShareCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdateWorkloadShareCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-wellarchitected/src/commands/UpgradeLensReviewCommand.ts b/clients/client-wellarchitected/src/commands/UpgradeLensReviewCommand.ts index 79bf5530fcdf..70db83f28ebc 100644 --- a/clients/client-wellarchitected/src/commands/UpgradeLensReviewCommand.ts +++ b/clients/client-wellarchitected/src/commands/UpgradeLensReviewCommand.ts @@ -89,9 +89,6 @@ export class UpgradeLensReviewCommand extends $Command< UpgradeLensReviewCommandOutput, WellArchitectedClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -105,9 +102,7 @@ export class UpgradeLensReviewCommand extends $Command< * @public */ constructor(readonly input: UpgradeLensReviewCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -160,7 +155,4 @@ export class UpgradeLensReviewCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpgradeLensReviewCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-wellarchitected/src/commands/UpgradeProfileVersionCommand.ts b/clients/client-wellarchitected/src/commands/UpgradeProfileVersionCommand.ts index 15230a792e87..fd0a2cde46df 100644 --- a/clients/client-wellarchitected/src/commands/UpgradeProfileVersionCommand.ts +++ b/clients/client-wellarchitected/src/commands/UpgradeProfileVersionCommand.ts @@ -89,9 +89,6 @@ export class UpgradeProfileVersionCommand extends $Command< UpgradeProfileVersionCommandOutput, WellArchitectedClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -105,9 +102,7 @@ export class UpgradeProfileVersionCommand extends $Command< * @public */ constructor(readonly input: UpgradeProfileVersionCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -160,7 +155,4 @@ export class UpgradeProfileVersionCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpgradeProfileVersionCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-wellarchitected/src/commands/UpgradeReviewTemplateLensReviewCommand.ts b/clients/client-wellarchitected/src/commands/UpgradeReviewTemplateLensReviewCommand.ts index 1bb63aa058c4..ada801ffa72d 100644 --- a/clients/client-wellarchitected/src/commands/UpgradeReviewTemplateLensReviewCommand.ts +++ b/clients/client-wellarchitected/src/commands/UpgradeReviewTemplateLensReviewCommand.ts @@ -91,9 +91,6 @@ export class UpgradeReviewTemplateLensReviewCommand extends $Command< UpgradeReviewTemplateLensReviewCommandOutput, WellArchitectedClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -107,9 +104,7 @@ export class UpgradeReviewTemplateLensReviewCommand extends $Command< * @public */ constructor(readonly input: UpgradeReviewTemplateLensReviewCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -168,7 +163,4 @@ export class UpgradeReviewTemplateLensReviewCommand extends $Command< ): Promise { return de_UpgradeReviewTemplateLensReviewCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-wisdom/package.json b/clients/client-wisdom/package.json index 8769f3b40a67..2735921d887b 100644 --- a/clients/client-wisdom/package.json +++ b/clients/client-wisdom/package.json @@ -34,29 +34,29 @@ "@aws-sdk/util-endpoints": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@smithy/config-resolver": "^2.0.16", - "@smithy/fetch-http-handler": "^2.2.4", - "@smithy/hash-node": "^2.0.12", - "@smithy/invalid-dependency": "^2.0.12", - "@smithy/middleware-content-length": "^2.0.14", - "@smithy/middleware-endpoint": "^2.1.3", - "@smithy/middleware-retry": "^2.0.18", - "@smithy/middleware-serde": "^2.0.12", - "@smithy/middleware-stack": "^2.0.6", - "@smithy/node-config-provider": "^2.1.3", - "@smithy/node-http-handler": "^2.1.8", - "@smithy/protocol-http": "^3.0.8", - "@smithy/smithy-client": "^2.1.12", - "@smithy/types": "^2.4.0", - "@smithy/url-parser": "^2.0.12", - "@smithy/util-base64": "^2.0.0", + "@smithy/config-resolver": "^2.0.18", + "@smithy/fetch-http-handler": "^2.2.6", + "@smithy/hash-node": "^2.0.15", + "@smithy/invalid-dependency": "^2.0.13", + "@smithy/middleware-content-length": "^2.0.15", + "@smithy/middleware-endpoint": "^2.2.0", + "@smithy/middleware-retry": "^2.0.20", + "@smithy/middleware-serde": "^2.0.13", + "@smithy/middleware-stack": "^2.0.7", + "@smithy/node-config-provider": "^2.1.5", + "@smithy/node-http-handler": "^2.1.9", + "@smithy/protocol-http": "^3.0.9", + "@smithy/smithy-client": "^2.1.15", + "@smithy/types": "^2.5.0", + "@smithy/url-parser": "^2.0.13", + "@smithy/util-base64": "^2.0.1", "@smithy/util-body-length-browser": "^2.0.0", "@smithy/util-body-length-node": "^2.1.0", - "@smithy/util-defaults-mode-browser": "^2.0.16", - "@smithy/util-defaults-mode-node": "^2.0.21", - "@smithy/util-endpoints": "^1.0.2", - "@smithy/util-retry": "^2.0.5", - "@smithy/util-utf8": "^2.0.0", + "@smithy/util-defaults-mode-browser": "^2.0.19", + "@smithy/util-defaults-mode-node": "^2.0.25", + "@smithy/util-endpoints": "^1.0.4", + "@smithy/util-retry": "^2.0.6", + "@smithy/util-utf8": "^2.0.2", "tslib": "^2.5.0", "uuid": "^8.3.2" }, diff --git a/clients/client-wisdom/src/commands/CreateAssistantAssociationCommand.ts b/clients/client-wisdom/src/commands/CreateAssistantAssociationCommand.ts index 558149dde8ab..f9a96aea14f8 100644 --- a/clients/client-wisdom/src/commands/CreateAssistantAssociationCommand.ts +++ b/clients/client-wisdom/src/commands/CreateAssistantAssociationCommand.ts @@ -114,9 +114,6 @@ export class CreateAssistantAssociationCommand extends $Command< CreateAssistantAssociationCommandOutput, WisdomClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -130,9 +127,7 @@ export class CreateAssistantAssociationCommand extends $Command< * @public */ constructor(readonly input: CreateAssistantAssociationCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -188,7 +183,4 @@ export class CreateAssistantAssociationCommand extends $Command< ): Promise { return de_CreateAssistantAssociationCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-wisdom/src/commands/CreateAssistantCommand.ts b/clients/client-wisdom/src/commands/CreateAssistantCommand.ts index 1ed20ca9f3df..14decbcd252c 100644 --- a/clients/client-wisdom/src/commands/CreateAssistantCommand.ts +++ b/clients/client-wisdom/src/commands/CreateAssistantCommand.ts @@ -111,9 +111,6 @@ export class CreateAssistantCommand extends $Command< CreateAssistantCommandOutput, WisdomClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -127,9 +124,7 @@ export class CreateAssistantCommand extends $Command< * @public */ constructor(readonly input: CreateAssistantCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -182,7 +177,4 @@ export class CreateAssistantCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateAssistantCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-wisdom/src/commands/CreateContentCommand.ts b/clients/client-wisdom/src/commands/CreateContentCommand.ts index 14ffa2e4a481..dff61759e19e 100644 --- a/clients/client-wisdom/src/commands/CreateContentCommand.ts +++ b/clients/client-wisdom/src/commands/CreateContentCommand.ts @@ -124,9 +124,6 @@ export class CreateContentCommand extends $Command< CreateContentCommandOutput, WisdomClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -140,9 +137,7 @@ export class CreateContentCommand extends $Command< * @public */ constructor(readonly input: CreateContentCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -193,7 +188,4 @@ export class CreateContentCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateContentCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-wisdom/src/commands/CreateKnowledgeBaseCommand.ts b/clients/client-wisdom/src/commands/CreateKnowledgeBaseCommand.ts index 4b9ccd93f198..da81e50280a2 100644 --- a/clients/client-wisdom/src/commands/CreateKnowledgeBaseCommand.ts +++ b/clients/client-wisdom/src/commands/CreateKnowledgeBaseCommand.ts @@ -154,9 +154,6 @@ export class CreateKnowledgeBaseCommand extends $Command< CreateKnowledgeBaseCommandOutput, WisdomClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -170,9 +167,7 @@ export class CreateKnowledgeBaseCommand extends $Command< * @public */ constructor(readonly input: CreateKnowledgeBaseCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -225,7 +220,4 @@ export class CreateKnowledgeBaseCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateKnowledgeBaseCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-wisdom/src/commands/CreateSessionCommand.ts b/clients/client-wisdom/src/commands/CreateSessionCommand.ts index ccb155e10c69..785beb510aab 100644 --- a/clients/client-wisdom/src/commands/CreateSessionCommand.ts +++ b/clients/client-wisdom/src/commands/CreateSessionCommand.ts @@ -101,9 +101,6 @@ export class CreateSessionCommand extends $Command< CreateSessionCommandOutput, WisdomClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -117,9 +114,7 @@ export class CreateSessionCommand extends $Command< * @public */ constructor(readonly input: CreateSessionCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -170,7 +165,4 @@ export class CreateSessionCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateSessionCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-wisdom/src/commands/DeleteAssistantAssociationCommand.ts b/clients/client-wisdom/src/commands/DeleteAssistantAssociationCommand.ts index b2f9be977054..79659a3e44f3 100644 --- a/clients/client-wisdom/src/commands/DeleteAssistantAssociationCommand.ts +++ b/clients/client-wisdom/src/commands/DeleteAssistantAssociationCommand.ts @@ -78,9 +78,6 @@ export class DeleteAssistantAssociationCommand extends $Command< DeleteAssistantAssociationCommandOutput, WisdomClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -94,9 +91,7 @@ export class DeleteAssistantAssociationCommand extends $Command< * @public */ constructor(readonly input: DeleteAssistantAssociationCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -152,7 +147,4 @@ export class DeleteAssistantAssociationCommand extends $Command< ): Promise { return de_DeleteAssistantAssociationCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-wisdom/src/commands/DeleteAssistantCommand.ts b/clients/client-wisdom/src/commands/DeleteAssistantCommand.ts index 218172d41ebf..5dff31952f5a 100644 --- a/clients/client-wisdom/src/commands/DeleteAssistantCommand.ts +++ b/clients/client-wisdom/src/commands/DeleteAssistantCommand.ts @@ -77,9 +77,6 @@ export class DeleteAssistantCommand extends $Command< DeleteAssistantCommandOutput, WisdomClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -93,9 +90,7 @@ export class DeleteAssistantCommand extends $Command< * @public */ constructor(readonly input: DeleteAssistantCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -148,7 +143,4 @@ export class DeleteAssistantCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteAssistantCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-wisdom/src/commands/DeleteContentCommand.ts b/clients/client-wisdom/src/commands/DeleteContentCommand.ts index d9bb9024f150..7380a6f0c57b 100644 --- a/clients/client-wisdom/src/commands/DeleteContentCommand.ts +++ b/clients/client-wisdom/src/commands/DeleteContentCommand.ts @@ -78,9 +78,6 @@ export class DeleteContentCommand extends $Command< DeleteContentCommandOutput, WisdomClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -94,9 +91,7 @@ export class DeleteContentCommand extends $Command< * @public */ constructor(readonly input: DeleteContentCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -147,7 +142,4 @@ export class DeleteContentCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteContentCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-wisdom/src/commands/DeleteKnowledgeBaseCommand.ts b/clients/client-wisdom/src/commands/DeleteKnowledgeBaseCommand.ts index ad586c37de87..dc2b4a0e261e 100644 --- a/clients/client-wisdom/src/commands/DeleteKnowledgeBaseCommand.ts +++ b/clients/client-wisdom/src/commands/DeleteKnowledgeBaseCommand.ts @@ -91,9 +91,6 @@ export class DeleteKnowledgeBaseCommand extends $Command< DeleteKnowledgeBaseCommandOutput, WisdomClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -107,9 +104,7 @@ export class DeleteKnowledgeBaseCommand extends $Command< * @public */ constructor(readonly input: DeleteKnowledgeBaseCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -162,7 +157,4 @@ export class DeleteKnowledgeBaseCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteKnowledgeBaseCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-wisdom/src/commands/GetAssistantAssociationCommand.ts b/clients/client-wisdom/src/commands/GetAssistantAssociationCommand.ts index fce6444bd2b0..0caa3d7414b9 100644 --- a/clients/client-wisdom/src/commands/GetAssistantAssociationCommand.ts +++ b/clients/client-wisdom/src/commands/GetAssistantAssociationCommand.ts @@ -95,9 +95,6 @@ export class GetAssistantAssociationCommand extends $Command< GetAssistantAssociationCommandOutput, WisdomClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -111,9 +108,7 @@ export class GetAssistantAssociationCommand extends $Command< * @public */ constructor(readonly input: GetAssistantAssociationCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -166,7 +161,4 @@ export class GetAssistantAssociationCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetAssistantAssociationCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-wisdom/src/commands/GetAssistantCommand.ts b/clients/client-wisdom/src/commands/GetAssistantCommand.ts index 697ccdd9a830..94f65167b6cd 100644 --- a/clients/client-wisdom/src/commands/GetAssistantCommand.ts +++ b/clients/client-wisdom/src/commands/GetAssistantCommand.ts @@ -95,9 +95,6 @@ export class GetAssistantCommand extends $Command< GetAssistantCommandOutput, WisdomClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -111,9 +108,7 @@ export class GetAssistantCommand extends $Command< * @public */ constructor(readonly input: GetAssistantCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -164,7 +159,4 @@ export class GetAssistantCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetAssistantCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-wisdom/src/commands/GetContentCommand.ts b/clients/client-wisdom/src/commands/GetContentCommand.ts index 4b60b031f2cc..dd79cb2db44f 100644 --- a/clients/client-wisdom/src/commands/GetContentCommand.ts +++ b/clients/client-wisdom/src/commands/GetContentCommand.ts @@ -99,9 +99,6 @@ export class GetContentCommand extends $Command< GetContentCommandOutput, WisdomClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -115,9 +112,7 @@ export class GetContentCommand extends $Command< * @public */ constructor(readonly input: GetContentCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -168,7 +163,4 @@ export class GetContentCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetContentCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-wisdom/src/commands/GetContentSummaryCommand.ts b/clients/client-wisdom/src/commands/GetContentSummaryCommand.ts index fa45921cbd79..2c15361d09f5 100644 --- a/clients/client-wisdom/src/commands/GetContentSummaryCommand.ts +++ b/clients/client-wisdom/src/commands/GetContentSummaryCommand.ts @@ -96,9 +96,6 @@ export class GetContentSummaryCommand extends $Command< GetContentSummaryCommandOutput, WisdomClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -112,9 +109,7 @@ export class GetContentSummaryCommand extends $Command< * @public */ constructor(readonly input: GetContentSummaryCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -167,7 +162,4 @@ export class GetContentSummaryCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetContentSummaryCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-wisdom/src/commands/GetKnowledgeBaseCommand.ts b/clients/client-wisdom/src/commands/GetKnowledgeBaseCommand.ts index 642802445c3f..7dfebe96a245 100644 --- a/clients/client-wisdom/src/commands/GetKnowledgeBaseCommand.ts +++ b/clients/client-wisdom/src/commands/GetKnowledgeBaseCommand.ts @@ -104,9 +104,6 @@ export class GetKnowledgeBaseCommand extends $Command< GetKnowledgeBaseCommandOutput, WisdomClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -120,9 +117,7 @@ export class GetKnowledgeBaseCommand extends $Command< * @public */ constructor(readonly input: GetKnowledgeBaseCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -175,7 +170,4 @@ export class GetKnowledgeBaseCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetKnowledgeBaseCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-wisdom/src/commands/GetRecommendationsCommand.ts b/clients/client-wisdom/src/commands/GetRecommendationsCommand.ts index 8ac18f72c5a2..559a88d52989 100644 --- a/clients/client-wisdom/src/commands/GetRecommendationsCommand.ts +++ b/clients/client-wisdom/src/commands/GetRecommendationsCommand.ts @@ -137,9 +137,6 @@ export class GetRecommendationsCommand extends $Command< GetRecommendationsCommandOutput, WisdomClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -153,9 +150,7 @@ export class GetRecommendationsCommand extends $Command< * @public */ constructor(readonly input: GetRecommendationsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -208,7 +203,4 @@ export class GetRecommendationsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetRecommendationsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-wisdom/src/commands/GetSessionCommand.ts b/clients/client-wisdom/src/commands/GetSessionCommand.ts index 9c8298564ba6..153596740421 100644 --- a/clients/client-wisdom/src/commands/GetSessionCommand.ts +++ b/clients/client-wisdom/src/commands/GetSessionCommand.ts @@ -91,9 +91,6 @@ export class GetSessionCommand extends $Command< GetSessionCommandOutput, WisdomClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -107,9 +104,7 @@ export class GetSessionCommand extends $Command< * @public */ constructor(readonly input: GetSessionCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -160,7 +155,4 @@ export class GetSessionCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetSessionCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-wisdom/src/commands/ListAssistantAssociationsCommand.ts b/clients/client-wisdom/src/commands/ListAssistantAssociationsCommand.ts index c74037bccd03..94fd23ff60f3 100644 --- a/clients/client-wisdom/src/commands/ListAssistantAssociationsCommand.ts +++ b/clients/client-wisdom/src/commands/ListAssistantAssociationsCommand.ts @@ -99,9 +99,6 @@ export class ListAssistantAssociationsCommand extends $Command< ListAssistantAssociationsCommandOutput, WisdomClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -115,9 +112,7 @@ export class ListAssistantAssociationsCommand extends $Command< * @public */ constructor(readonly input: ListAssistantAssociationsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -173,7 +168,4 @@ export class ListAssistantAssociationsCommand extends $Command< ): Promise { return de_ListAssistantAssociationsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-wisdom/src/commands/ListAssistantsCommand.ts b/clients/client-wisdom/src/commands/ListAssistantsCommand.ts index f01763797249..d0e567ee21fb 100644 --- a/clients/client-wisdom/src/commands/ListAssistantsCommand.ts +++ b/clients/client-wisdom/src/commands/ListAssistantsCommand.ts @@ -96,9 +96,6 @@ export class ListAssistantsCommand extends $Command< ListAssistantsCommandOutput, WisdomClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -112,9 +109,7 @@ export class ListAssistantsCommand extends $Command< * @public */ constructor(readonly input: ListAssistantsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -167,7 +162,4 @@ export class ListAssistantsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListAssistantsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-wisdom/src/commands/ListContentsCommand.ts b/clients/client-wisdom/src/commands/ListContentsCommand.ts index b4c70519c430..300c3036fb23 100644 --- a/clients/client-wisdom/src/commands/ListContentsCommand.ts +++ b/clients/client-wisdom/src/commands/ListContentsCommand.ts @@ -100,9 +100,6 @@ export class ListContentsCommand extends $Command< ListContentsCommandOutput, WisdomClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -116,9 +113,7 @@ export class ListContentsCommand extends $Command< * @public */ constructor(readonly input: ListContentsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -169,7 +164,4 @@ export class ListContentsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListContentsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-wisdom/src/commands/ListKnowledgeBasesCommand.ts b/clients/client-wisdom/src/commands/ListKnowledgeBasesCommand.ts index 58ff80839786..dcd0cda6a2db 100644 --- a/clients/client-wisdom/src/commands/ListKnowledgeBasesCommand.ts +++ b/clients/client-wisdom/src/commands/ListKnowledgeBasesCommand.ts @@ -104,9 +104,6 @@ export class ListKnowledgeBasesCommand extends $Command< ListKnowledgeBasesCommandOutput, WisdomClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -120,9 +117,7 @@ export class ListKnowledgeBasesCommand extends $Command< * @public */ constructor(readonly input: ListKnowledgeBasesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -175,7 +170,4 @@ export class ListKnowledgeBasesCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListKnowledgeBasesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-wisdom/src/commands/ListTagsForResourceCommand.ts b/clients/client-wisdom/src/commands/ListTagsForResourceCommand.ts index d69780e384d6..0970afd761e1 100644 --- a/clients/client-wisdom/src/commands/ListTagsForResourceCommand.ts +++ b/clients/client-wisdom/src/commands/ListTagsForResourceCommand.ts @@ -75,9 +75,6 @@ export class ListTagsForResourceCommand extends $Command< ListTagsForResourceCommandOutput, WisdomClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -91,9 +88,7 @@ export class ListTagsForResourceCommand extends $Command< * @public */ constructor(readonly input: ListTagsForResourceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -146,7 +141,4 @@ export class ListTagsForResourceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListTagsForResourceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-wisdom/src/commands/NotifyRecommendationsReceivedCommand.ts b/clients/client-wisdom/src/commands/NotifyRecommendationsReceivedCommand.ts index 9f6502281ecc..a82a870db665 100644 --- a/clients/client-wisdom/src/commands/NotifyRecommendationsReceivedCommand.ts +++ b/clients/client-wisdom/src/commands/NotifyRecommendationsReceivedCommand.ts @@ -98,9 +98,6 @@ export class NotifyRecommendationsReceivedCommand extends $Command< NotifyRecommendationsReceivedCommandOutput, WisdomClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -114,9 +111,7 @@ export class NotifyRecommendationsReceivedCommand extends $Command< * @public */ constructor(readonly input: NotifyRecommendationsReceivedCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -172,7 +167,4 @@ export class NotifyRecommendationsReceivedCommand extends $Command< ): Promise { return de_NotifyRecommendationsReceivedCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-wisdom/src/commands/QueryAssistantCommand.ts b/clients/client-wisdom/src/commands/QueryAssistantCommand.ts index dc2d054f58c8..3ec3cd70a386 100644 --- a/clients/client-wisdom/src/commands/QueryAssistantCommand.ts +++ b/clients/client-wisdom/src/commands/QueryAssistantCommand.ts @@ -121,9 +121,6 @@ export class QueryAssistantCommand extends $Command< QueryAssistantCommandOutput, WisdomClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -137,9 +134,7 @@ export class QueryAssistantCommand extends $Command< * @public */ constructor(readonly input: QueryAssistantCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -192,7 +187,4 @@ export class QueryAssistantCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_QueryAssistantCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-wisdom/src/commands/RemoveKnowledgeBaseTemplateUriCommand.ts b/clients/client-wisdom/src/commands/RemoveKnowledgeBaseTemplateUriCommand.ts index e02b5495cab0..10a7c57fa1a5 100644 --- a/clients/client-wisdom/src/commands/RemoveKnowledgeBaseTemplateUriCommand.ts +++ b/clients/client-wisdom/src/commands/RemoveKnowledgeBaseTemplateUriCommand.ts @@ -82,9 +82,6 @@ export class RemoveKnowledgeBaseTemplateUriCommand extends $Command< RemoveKnowledgeBaseTemplateUriCommandOutput, WisdomClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -98,9 +95,7 @@ export class RemoveKnowledgeBaseTemplateUriCommand extends $Command< * @public */ constructor(readonly input: RemoveKnowledgeBaseTemplateUriCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -159,7 +154,4 @@ export class RemoveKnowledgeBaseTemplateUriCommand extends $Command< ): Promise { return de_RemoveKnowledgeBaseTemplateUriCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-wisdom/src/commands/SearchContentCommand.ts b/clients/client-wisdom/src/commands/SearchContentCommand.ts index 4786e73a34ca..570d3cf5872d 100644 --- a/clients/client-wisdom/src/commands/SearchContentCommand.ts +++ b/clients/client-wisdom/src/commands/SearchContentCommand.ts @@ -110,9 +110,6 @@ export class SearchContentCommand extends $Command< SearchContentCommandOutput, WisdomClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -126,9 +123,7 @@ export class SearchContentCommand extends $Command< * @public */ constructor(readonly input: SearchContentCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -179,7 +174,4 @@ export class SearchContentCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_SearchContentCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-wisdom/src/commands/SearchSessionsCommand.ts b/clients/client-wisdom/src/commands/SearchSessionsCommand.ts index f97c2dc18d06..5c708872f6a9 100644 --- a/clients/client-wisdom/src/commands/SearchSessionsCommand.ts +++ b/clients/client-wisdom/src/commands/SearchSessionsCommand.ts @@ -98,9 +98,6 @@ export class SearchSessionsCommand extends $Command< SearchSessionsCommandOutput, WisdomClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -114,9 +111,7 @@ export class SearchSessionsCommand extends $Command< * @public */ constructor(readonly input: SearchSessionsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -169,7 +164,4 @@ export class SearchSessionsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_SearchSessionsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-wisdom/src/commands/StartContentUploadCommand.ts b/clients/client-wisdom/src/commands/StartContentUploadCommand.ts index 084d3f7f6e81..caaaa35e0a8e 100644 --- a/clients/client-wisdom/src/commands/StartContentUploadCommand.ts +++ b/clients/client-wisdom/src/commands/StartContentUploadCommand.ts @@ -92,9 +92,6 @@ export class StartContentUploadCommand extends $Command< StartContentUploadCommandOutput, WisdomClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -108,9 +105,7 @@ export class StartContentUploadCommand extends $Command< * @public */ constructor(readonly input: StartContentUploadCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -163,7 +158,4 @@ export class StartContentUploadCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_StartContentUploadCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-wisdom/src/commands/TagResourceCommand.ts b/clients/client-wisdom/src/commands/TagResourceCommand.ts index cb96e5c29f95..8465ee4a3af0 100644 --- a/clients/client-wisdom/src/commands/TagResourceCommand.ts +++ b/clients/client-wisdom/src/commands/TagResourceCommand.ts @@ -77,9 +77,6 @@ export class TagResourceCommand extends $Command< TagResourceCommandOutput, WisdomClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -93,9 +90,7 @@ export class TagResourceCommand extends $Command< * @public */ constructor(readonly input: TagResourceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -146,7 +141,4 @@ export class TagResourceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_TagResourceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-wisdom/src/commands/UntagResourceCommand.ts b/clients/client-wisdom/src/commands/UntagResourceCommand.ts index 56f516d14671..08336e1935ff 100644 --- a/clients/client-wisdom/src/commands/UntagResourceCommand.ts +++ b/clients/client-wisdom/src/commands/UntagResourceCommand.ts @@ -74,9 +74,6 @@ export class UntagResourceCommand extends $Command< UntagResourceCommandOutput, WisdomClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -90,9 +87,7 @@ export class UntagResourceCommand extends $Command< * @public */ constructor(readonly input: UntagResourceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -143,7 +138,4 @@ export class UntagResourceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UntagResourceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-wisdom/src/commands/UpdateContentCommand.ts b/clients/client-wisdom/src/commands/UpdateContentCommand.ts index def66d80d284..9d6be66ce955 100644 --- a/clients/client-wisdom/src/commands/UpdateContentCommand.ts +++ b/clients/client-wisdom/src/commands/UpdateContentCommand.ts @@ -115,9 +115,6 @@ export class UpdateContentCommand extends $Command< UpdateContentCommandOutput, WisdomClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -131,9 +128,7 @@ export class UpdateContentCommand extends $Command< * @public */ constructor(readonly input: UpdateContentCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -184,7 +179,4 @@ export class UpdateContentCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdateContentCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-wisdom/src/commands/UpdateKnowledgeBaseTemplateUriCommand.ts b/clients/client-wisdom/src/commands/UpdateKnowledgeBaseTemplateUriCommand.ts index 4558ae210fb2..1428fd2c1ef4 100644 --- a/clients/client-wisdom/src/commands/UpdateKnowledgeBaseTemplateUriCommand.ts +++ b/clients/client-wisdom/src/commands/UpdateKnowledgeBaseTemplateUriCommand.ts @@ -115,9 +115,6 @@ export class UpdateKnowledgeBaseTemplateUriCommand extends $Command< UpdateKnowledgeBaseTemplateUriCommandOutput, WisdomClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -131,9 +128,7 @@ export class UpdateKnowledgeBaseTemplateUriCommand extends $Command< * @public */ constructor(readonly input: UpdateKnowledgeBaseTemplateUriCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -192,7 +187,4 @@ export class UpdateKnowledgeBaseTemplateUriCommand extends $Command< ): Promise { return de_UpdateKnowledgeBaseTemplateUriCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-workdocs/package.json b/clients/client-workdocs/package.json index 1c06eb6990f1..97c9ba3e59bc 100644 --- a/clients/client-workdocs/package.json +++ b/clients/client-workdocs/package.json @@ -34,29 +34,29 @@ "@aws-sdk/util-endpoints": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@smithy/config-resolver": "^2.0.16", - "@smithy/fetch-http-handler": "^2.2.4", - "@smithy/hash-node": "^2.0.12", - "@smithy/invalid-dependency": "^2.0.12", - "@smithy/middleware-content-length": "^2.0.14", - "@smithy/middleware-endpoint": "^2.1.3", - "@smithy/middleware-retry": "^2.0.18", - "@smithy/middleware-serde": "^2.0.12", - "@smithy/middleware-stack": "^2.0.6", - "@smithy/node-config-provider": "^2.1.3", - "@smithy/node-http-handler": "^2.1.8", - "@smithy/protocol-http": "^3.0.8", - "@smithy/smithy-client": "^2.1.12", - "@smithy/types": "^2.4.0", - "@smithy/url-parser": "^2.0.12", - "@smithy/util-base64": "^2.0.0", + "@smithy/config-resolver": "^2.0.18", + "@smithy/fetch-http-handler": "^2.2.6", + "@smithy/hash-node": "^2.0.15", + "@smithy/invalid-dependency": "^2.0.13", + "@smithy/middleware-content-length": "^2.0.15", + "@smithy/middleware-endpoint": "^2.2.0", + "@smithy/middleware-retry": "^2.0.20", + "@smithy/middleware-serde": "^2.0.13", + "@smithy/middleware-stack": "^2.0.7", + "@smithy/node-config-provider": "^2.1.5", + "@smithy/node-http-handler": "^2.1.9", + "@smithy/protocol-http": "^3.0.9", + "@smithy/smithy-client": "^2.1.15", + "@smithy/types": "^2.5.0", + "@smithy/url-parser": "^2.0.13", + "@smithy/util-base64": "^2.0.1", "@smithy/util-body-length-browser": "^2.0.0", "@smithy/util-body-length-node": "^2.1.0", - "@smithy/util-defaults-mode-browser": "^2.0.16", - "@smithy/util-defaults-mode-node": "^2.0.21", - "@smithy/util-endpoints": "^1.0.2", - "@smithy/util-retry": "^2.0.5", - "@smithy/util-utf8": "^2.0.0", + "@smithy/util-defaults-mode-browser": "^2.0.19", + "@smithy/util-defaults-mode-node": "^2.0.25", + "@smithy/util-endpoints": "^1.0.4", + "@smithy/util-retry": "^2.0.6", + "@smithy/util-utf8": "^2.0.2", "tslib": "^2.5.0" }, "devDependencies": { diff --git a/clients/client-workdocs/src/commands/AbortDocumentVersionUploadCommand.ts b/clients/client-workdocs/src/commands/AbortDocumentVersionUploadCommand.ts index e6b1e90ec1ef..541a2fd70218 100644 --- a/clients/client-workdocs/src/commands/AbortDocumentVersionUploadCommand.ts +++ b/clients/client-workdocs/src/commands/AbortDocumentVersionUploadCommand.ts @@ -99,9 +99,6 @@ export class AbortDocumentVersionUploadCommand extends $Command< AbortDocumentVersionUploadCommandOutput, WorkDocsClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -115,9 +112,7 @@ export class AbortDocumentVersionUploadCommand extends $Command< * @public */ constructor(readonly input: AbortDocumentVersionUploadCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -173,7 +168,4 @@ export class AbortDocumentVersionUploadCommand extends $Command< ): Promise { return de_AbortDocumentVersionUploadCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-workdocs/src/commands/ActivateUserCommand.ts b/clients/client-workdocs/src/commands/ActivateUserCommand.ts index 78471454baaf..261a6c66f201 100644 --- a/clients/client-workdocs/src/commands/ActivateUserCommand.ts +++ b/clients/client-workdocs/src/commands/ActivateUserCommand.ts @@ -116,9 +116,6 @@ export class ActivateUserCommand extends $Command< ActivateUserCommandOutput, WorkDocsClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -132,9 +129,7 @@ export class ActivateUserCommand extends $Command< * @public */ constructor(readonly input: ActivateUserCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -185,7 +180,4 @@ export class ActivateUserCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ActivateUserCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-workdocs/src/commands/AddResourcePermissionsCommand.ts b/clients/client-workdocs/src/commands/AddResourcePermissionsCommand.ts index 53eab914b6da..6b235bd48828 100644 --- a/clients/client-workdocs/src/commands/AddResourcePermissionsCommand.ts +++ b/clients/client-workdocs/src/commands/AddResourcePermissionsCommand.ts @@ -115,9 +115,6 @@ export class AddResourcePermissionsCommand extends $Command< AddResourcePermissionsCommandOutput, WorkDocsClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -131,9 +128,7 @@ export class AddResourcePermissionsCommand extends $Command< * @public */ constructor(readonly input: AddResourcePermissionsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -186,7 +181,4 @@ export class AddResourcePermissionsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_AddResourcePermissionsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-workdocs/src/commands/CreateCommentCommand.ts b/clients/client-workdocs/src/commands/CreateCommentCommand.ts index a56a8be8766c..40a6d2f60a1a 100644 --- a/clients/client-workdocs/src/commands/CreateCommentCommand.ts +++ b/clients/client-workdocs/src/commands/CreateCommentCommand.ts @@ -141,9 +141,6 @@ export class CreateCommentCommand extends $Command< CreateCommentCommandOutput, WorkDocsClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -157,9 +154,7 @@ export class CreateCommentCommand extends $Command< * @public */ constructor(readonly input: CreateCommentCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -210,7 +205,4 @@ export class CreateCommentCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateCommentCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-workdocs/src/commands/CreateCustomMetadataCommand.ts b/clients/client-workdocs/src/commands/CreateCustomMetadataCommand.ts index d562c6f641ed..a09f71797610 100644 --- a/clients/client-workdocs/src/commands/CreateCustomMetadataCommand.ts +++ b/clients/client-workdocs/src/commands/CreateCustomMetadataCommand.ts @@ -102,9 +102,6 @@ export class CreateCustomMetadataCommand extends $Command< CreateCustomMetadataCommandOutput, WorkDocsClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -118,9 +115,7 @@ export class CreateCustomMetadataCommand extends $Command< * @public */ constructor(readonly input: CreateCustomMetadataCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -173,7 +168,4 @@ export class CreateCustomMetadataCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateCustomMetadataCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-workdocs/src/commands/CreateFolderCommand.ts b/clients/client-workdocs/src/commands/CreateFolderCommand.ts index 91abe2bcc2a3..86a8c8da6f71 100644 --- a/clients/client-workdocs/src/commands/CreateFolderCommand.ts +++ b/clients/client-workdocs/src/commands/CreateFolderCommand.ts @@ -123,9 +123,6 @@ export class CreateFolderCommand extends $Command< CreateFolderCommandOutput, WorkDocsClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -139,9 +136,7 @@ export class CreateFolderCommand extends $Command< * @public */ constructor(readonly input: CreateFolderCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -192,7 +187,4 @@ export class CreateFolderCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateFolderCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-workdocs/src/commands/CreateLabelsCommand.ts b/clients/client-workdocs/src/commands/CreateLabelsCommand.ts index 325a1b2c768d..ea5659a2814e 100644 --- a/clients/client-workdocs/src/commands/CreateLabelsCommand.ts +++ b/clients/client-workdocs/src/commands/CreateLabelsCommand.ts @@ -94,9 +94,6 @@ export class CreateLabelsCommand extends $Command< CreateLabelsCommandOutput, WorkDocsClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -110,9 +107,7 @@ export class CreateLabelsCommand extends $Command< * @public */ constructor(readonly input: CreateLabelsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -163,7 +158,4 @@ export class CreateLabelsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateLabelsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-workdocs/src/commands/CreateNotificationSubscriptionCommand.ts b/clients/client-workdocs/src/commands/CreateNotificationSubscriptionCommand.ts index 569012bcbe3a..f450820b2584 100644 --- a/clients/client-workdocs/src/commands/CreateNotificationSubscriptionCommand.ts +++ b/clients/client-workdocs/src/commands/CreateNotificationSubscriptionCommand.ts @@ -98,9 +98,6 @@ export class CreateNotificationSubscriptionCommand extends $Command< CreateNotificationSubscriptionCommandOutput, WorkDocsClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -114,9 +111,7 @@ export class CreateNotificationSubscriptionCommand extends $Command< * @public */ constructor(readonly input: CreateNotificationSubscriptionCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -175,7 +170,4 @@ export class CreateNotificationSubscriptionCommand extends $Command< ): Promise { return de_CreateNotificationSubscriptionCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-workdocs/src/commands/CreateUserCommand.ts b/clients/client-workdocs/src/commands/CreateUserCommand.ts index 9c51baa12679..ec67aa108db8 100644 --- a/clients/client-workdocs/src/commands/CreateUserCommand.ts +++ b/clients/client-workdocs/src/commands/CreateUserCommand.ts @@ -126,9 +126,6 @@ export class CreateUserCommand extends $Command< CreateUserCommandOutput, WorkDocsClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -142,9 +139,7 @@ export class CreateUserCommand extends $Command< * @public */ constructor(readonly input: CreateUserCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -195,7 +190,4 @@ export class CreateUserCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateUserCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-workdocs/src/commands/DeactivateUserCommand.ts b/clients/client-workdocs/src/commands/DeactivateUserCommand.ts index 89d7ddb95866..2422ffff5370 100644 --- a/clients/client-workdocs/src/commands/DeactivateUserCommand.ts +++ b/clients/client-workdocs/src/commands/DeactivateUserCommand.ts @@ -87,9 +87,6 @@ export class DeactivateUserCommand extends $Command< DeactivateUserCommandOutput, WorkDocsClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -103,9 +100,7 @@ export class DeactivateUserCommand extends $Command< * @public */ constructor(readonly input: DeactivateUserCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -158,7 +153,4 @@ export class DeactivateUserCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeactivateUserCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-workdocs/src/commands/DeleteCommentCommand.ts b/clients/client-workdocs/src/commands/DeleteCommentCommand.ts index c6e1220f4782..97b5882a9bc2 100644 --- a/clients/client-workdocs/src/commands/DeleteCommentCommand.ts +++ b/clients/client-workdocs/src/commands/DeleteCommentCommand.ts @@ -95,9 +95,6 @@ export class DeleteCommentCommand extends $Command< DeleteCommentCommandOutput, WorkDocsClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -111,9 +108,7 @@ export class DeleteCommentCommand extends $Command< * @public */ constructor(readonly input: DeleteCommentCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -164,7 +159,4 @@ export class DeleteCommentCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteCommentCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-workdocs/src/commands/DeleteCustomMetadataCommand.ts b/clients/client-workdocs/src/commands/DeleteCustomMetadataCommand.ts index bcf18162b1eb..dfc74fa289c6 100644 --- a/clients/client-workdocs/src/commands/DeleteCustomMetadataCommand.ts +++ b/clients/client-workdocs/src/commands/DeleteCustomMetadataCommand.ts @@ -98,9 +98,6 @@ export class DeleteCustomMetadataCommand extends $Command< DeleteCustomMetadataCommandOutput, WorkDocsClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -114,9 +111,7 @@ export class DeleteCustomMetadataCommand extends $Command< * @public */ constructor(readonly input: DeleteCustomMetadataCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -169,7 +164,4 @@ export class DeleteCustomMetadataCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteCustomMetadataCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-workdocs/src/commands/DeleteDocumentCommand.ts b/clients/client-workdocs/src/commands/DeleteDocumentCommand.ts index 7445768ac9f4..6785a309f051 100644 --- a/clients/client-workdocs/src/commands/DeleteDocumentCommand.ts +++ b/clients/client-workdocs/src/commands/DeleteDocumentCommand.ts @@ -98,9 +98,6 @@ export class DeleteDocumentCommand extends $Command< DeleteDocumentCommandOutput, WorkDocsClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -114,9 +111,7 @@ export class DeleteDocumentCommand extends $Command< * @public */ constructor(readonly input: DeleteDocumentCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -169,7 +164,4 @@ export class DeleteDocumentCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteDocumentCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-workdocs/src/commands/DeleteDocumentVersionCommand.ts b/clients/client-workdocs/src/commands/DeleteDocumentVersionCommand.ts index 3061f99be39f..de3d401f7493 100644 --- a/clients/client-workdocs/src/commands/DeleteDocumentVersionCommand.ts +++ b/clients/client-workdocs/src/commands/DeleteDocumentVersionCommand.ts @@ -97,9 +97,6 @@ export class DeleteDocumentVersionCommand extends $Command< DeleteDocumentVersionCommandOutput, WorkDocsClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -113,9 +110,7 @@ export class DeleteDocumentVersionCommand extends $Command< * @public */ constructor(readonly input: DeleteDocumentVersionCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -168,7 +163,4 @@ export class DeleteDocumentVersionCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteDocumentVersionCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-workdocs/src/commands/DeleteFolderCommand.ts b/clients/client-workdocs/src/commands/DeleteFolderCommand.ts index cf1961691830..2268d3b10442 100644 --- a/clients/client-workdocs/src/commands/DeleteFolderCommand.ts +++ b/clients/client-workdocs/src/commands/DeleteFolderCommand.ts @@ -98,9 +98,6 @@ export class DeleteFolderCommand extends $Command< DeleteFolderCommandOutput, WorkDocsClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -114,9 +111,7 @@ export class DeleteFolderCommand extends $Command< * @public */ constructor(readonly input: DeleteFolderCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -167,7 +162,4 @@ export class DeleteFolderCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteFolderCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-workdocs/src/commands/DeleteFolderContentsCommand.ts b/clients/client-workdocs/src/commands/DeleteFolderContentsCommand.ts index eb0a7da96b79..0a8c97eef91e 100644 --- a/clients/client-workdocs/src/commands/DeleteFolderContentsCommand.ts +++ b/clients/client-workdocs/src/commands/DeleteFolderContentsCommand.ts @@ -92,9 +92,6 @@ export class DeleteFolderContentsCommand extends $Command< DeleteFolderContentsCommandOutput, WorkDocsClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -108,9 +105,7 @@ export class DeleteFolderContentsCommand extends $Command< * @public */ constructor(readonly input: DeleteFolderContentsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -163,7 +158,4 @@ export class DeleteFolderContentsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteFolderContentsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-workdocs/src/commands/DeleteLabelsCommand.ts b/clients/client-workdocs/src/commands/DeleteLabelsCommand.ts index 225dacba9ec2..b38b86b51063 100644 --- a/clients/client-workdocs/src/commands/DeleteLabelsCommand.ts +++ b/clients/client-workdocs/src/commands/DeleteLabelsCommand.ts @@ -93,9 +93,6 @@ export class DeleteLabelsCommand extends $Command< DeleteLabelsCommandOutput, WorkDocsClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -109,9 +106,7 @@ export class DeleteLabelsCommand extends $Command< * @public */ constructor(readonly input: DeleteLabelsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -162,7 +157,4 @@ export class DeleteLabelsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteLabelsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-workdocs/src/commands/DeleteNotificationSubscriptionCommand.ts b/clients/client-workdocs/src/commands/DeleteNotificationSubscriptionCommand.ts index c10e2a61130f..63e8c73f1215 100644 --- a/clients/client-workdocs/src/commands/DeleteNotificationSubscriptionCommand.ts +++ b/clients/client-workdocs/src/commands/DeleteNotificationSubscriptionCommand.ts @@ -84,9 +84,6 @@ export class DeleteNotificationSubscriptionCommand extends $Command< DeleteNotificationSubscriptionCommandOutput, WorkDocsClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -100,9 +97,7 @@ export class DeleteNotificationSubscriptionCommand extends $Command< * @public */ constructor(readonly input: DeleteNotificationSubscriptionCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -161,7 +156,4 @@ export class DeleteNotificationSubscriptionCommand extends $Command< ): Promise { return de_DeleteNotificationSubscriptionCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-workdocs/src/commands/DeleteUserCommand.ts b/clients/client-workdocs/src/commands/DeleteUserCommand.ts index f25a04d514cf..1eecf6bd7489 100644 --- a/clients/client-workdocs/src/commands/DeleteUserCommand.ts +++ b/clients/client-workdocs/src/commands/DeleteUserCommand.ts @@ -89,9 +89,6 @@ export class DeleteUserCommand extends $Command< DeleteUserCommandOutput, WorkDocsClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -105,9 +102,7 @@ export class DeleteUserCommand extends $Command< * @public */ constructor(readonly input: DeleteUserCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -158,7 +153,4 @@ export class DeleteUserCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteUserCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-workdocs/src/commands/DescribeActivitiesCommand.ts b/clients/client-workdocs/src/commands/DescribeActivitiesCommand.ts index a3951582ff1d..3d47085a81d8 100644 --- a/clients/client-workdocs/src/commands/DescribeActivitiesCommand.ts +++ b/clients/client-workdocs/src/commands/DescribeActivitiesCommand.ts @@ -181,9 +181,6 @@ export class DescribeActivitiesCommand extends $Command< DescribeActivitiesCommandOutput, WorkDocsClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -197,9 +194,7 @@ export class DescribeActivitiesCommand extends $Command< * @public */ constructor(readonly input: DescribeActivitiesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -252,7 +247,4 @@ export class DescribeActivitiesCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DescribeActivitiesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-workdocs/src/commands/DescribeCommentsCommand.ts b/clients/client-workdocs/src/commands/DescribeCommentsCommand.ts index df400827d5f0..68d9dd8082cb 100644 --- a/clients/client-workdocs/src/commands/DescribeCommentsCommand.ts +++ b/clients/client-workdocs/src/commands/DescribeCommentsCommand.ts @@ -134,9 +134,6 @@ export class DescribeCommentsCommand extends $Command< DescribeCommentsCommandOutput, WorkDocsClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -150,9 +147,7 @@ export class DescribeCommentsCommand extends $Command< * @public */ constructor(readonly input: DescribeCommentsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -205,7 +200,4 @@ export class DescribeCommentsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DescribeCommentsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-workdocs/src/commands/DescribeDocumentVersionsCommand.ts b/clients/client-workdocs/src/commands/DescribeDocumentVersionsCommand.ts index 8ee247a88138..43688a721146 100644 --- a/clients/client-workdocs/src/commands/DescribeDocumentVersionsCommand.ts +++ b/clients/client-workdocs/src/commands/DescribeDocumentVersionsCommand.ts @@ -128,9 +128,6 @@ export class DescribeDocumentVersionsCommand extends $Command< DescribeDocumentVersionsCommandOutput, WorkDocsClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -144,9 +141,7 @@ export class DescribeDocumentVersionsCommand extends $Command< * @public */ constructor(readonly input: DescribeDocumentVersionsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -199,7 +194,4 @@ export class DescribeDocumentVersionsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DescribeDocumentVersionsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-workdocs/src/commands/DescribeFolderContentsCommand.ts b/clients/client-workdocs/src/commands/DescribeFolderContentsCommand.ts index 036e88c01797..16b4c2091455 100644 --- a/clients/client-workdocs/src/commands/DescribeFolderContentsCommand.ts +++ b/clients/client-workdocs/src/commands/DescribeFolderContentsCommand.ts @@ -156,9 +156,6 @@ export class DescribeFolderContentsCommand extends $Command< DescribeFolderContentsCommandOutput, WorkDocsClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -172,9 +169,7 @@ export class DescribeFolderContentsCommand extends $Command< * @public */ constructor(readonly input: DescribeFolderContentsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -227,7 +222,4 @@ export class DescribeFolderContentsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DescribeFolderContentsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-workdocs/src/commands/DescribeGroupsCommand.ts b/clients/client-workdocs/src/commands/DescribeGroupsCommand.ts index 1cfb9a17ca4f..ee093c6d8c18 100644 --- a/clients/client-workdocs/src/commands/DescribeGroupsCommand.ts +++ b/clients/client-workdocs/src/commands/DescribeGroupsCommand.ts @@ -99,9 +99,6 @@ export class DescribeGroupsCommand extends $Command< DescribeGroupsCommandOutput, WorkDocsClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -115,9 +112,7 @@ export class DescribeGroupsCommand extends $Command< * @public */ constructor(readonly input: DescribeGroupsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -170,7 +165,4 @@ export class DescribeGroupsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DescribeGroupsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-workdocs/src/commands/DescribeNotificationSubscriptionsCommand.ts b/clients/client-workdocs/src/commands/DescribeNotificationSubscriptionsCommand.ts index 79dc33b28829..27b668426601 100644 --- a/clients/client-workdocs/src/commands/DescribeNotificationSubscriptionsCommand.ts +++ b/clients/client-workdocs/src/commands/DescribeNotificationSubscriptionsCommand.ts @@ -96,9 +96,6 @@ export class DescribeNotificationSubscriptionsCommand extends $Command< DescribeNotificationSubscriptionsCommandOutput, WorkDocsClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -112,9 +109,7 @@ export class DescribeNotificationSubscriptionsCommand extends $Command< * @public */ constructor(readonly input: DescribeNotificationSubscriptionsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -173,7 +168,4 @@ export class DescribeNotificationSubscriptionsCommand extends $Command< ): Promise { return de_DescribeNotificationSubscriptionsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-workdocs/src/commands/DescribeResourcePermissionsCommand.ts b/clients/client-workdocs/src/commands/DescribeResourcePermissionsCommand.ts index a12cffb1fa62..3247b8a95e66 100644 --- a/clients/client-workdocs/src/commands/DescribeResourcePermissionsCommand.ts +++ b/clients/client-workdocs/src/commands/DescribeResourcePermissionsCommand.ts @@ -112,9 +112,6 @@ export class DescribeResourcePermissionsCommand extends $Command< DescribeResourcePermissionsCommandOutput, WorkDocsClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -128,9 +125,7 @@ export class DescribeResourcePermissionsCommand extends $Command< * @public */ constructor(readonly input: DescribeResourcePermissionsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -186,7 +181,4 @@ export class DescribeResourcePermissionsCommand extends $Command< ): Promise { return de_DescribeResourcePermissionsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-workdocs/src/commands/DescribeRootFoldersCommand.ts b/clients/client-workdocs/src/commands/DescribeRootFoldersCommand.ts index 9303f4c33f97..098badd740bd 100644 --- a/clients/client-workdocs/src/commands/DescribeRootFoldersCommand.ts +++ b/clients/client-workdocs/src/commands/DescribeRootFoldersCommand.ts @@ -119,9 +119,6 @@ export class DescribeRootFoldersCommand extends $Command< DescribeRootFoldersCommandOutput, WorkDocsClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -135,9 +132,7 @@ export class DescribeRootFoldersCommand extends $Command< * @public */ constructor(readonly input: DescribeRootFoldersCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -190,7 +185,4 @@ export class DescribeRootFoldersCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DescribeRootFoldersCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-workdocs/src/commands/DescribeUsersCommand.ts b/clients/client-workdocs/src/commands/DescribeUsersCommand.ts index a480f476ae57..95f556b3b5fd 100644 --- a/clients/client-workdocs/src/commands/DescribeUsersCommand.ts +++ b/clients/client-workdocs/src/commands/DescribeUsersCommand.ts @@ -137,9 +137,6 @@ export class DescribeUsersCommand extends $Command< DescribeUsersCommandOutput, WorkDocsClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -153,9 +150,7 @@ export class DescribeUsersCommand extends $Command< * @public */ constructor(readonly input: DescribeUsersCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -206,7 +201,4 @@ export class DescribeUsersCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DescribeUsersCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-workdocs/src/commands/GetCurrentUserCommand.ts b/clients/client-workdocs/src/commands/GetCurrentUserCommand.ts index d2b395f5ddd2..da7c53550178 100644 --- a/clients/client-workdocs/src/commands/GetCurrentUserCommand.ts +++ b/clients/client-workdocs/src/commands/GetCurrentUserCommand.ts @@ -120,9 +120,6 @@ export class GetCurrentUserCommand extends $Command< GetCurrentUserCommandOutput, WorkDocsClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -136,9 +133,7 @@ export class GetCurrentUserCommand extends $Command< * @public */ constructor(readonly input: GetCurrentUserCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -191,7 +186,4 @@ export class GetCurrentUserCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetCurrentUserCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-workdocs/src/commands/GetDocumentCommand.ts b/clients/client-workdocs/src/commands/GetDocumentCommand.ts index bcf4442989fd..99896245ccf8 100644 --- a/clients/client-workdocs/src/commands/GetDocumentCommand.ts +++ b/clients/client-workdocs/src/commands/GetDocumentCommand.ts @@ -132,9 +132,6 @@ export class GetDocumentCommand extends $Command< GetDocumentCommandOutput, WorkDocsClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -148,9 +145,7 @@ export class GetDocumentCommand extends $Command< * @public */ constructor(readonly input: GetDocumentCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -201,7 +196,4 @@ export class GetDocumentCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetDocumentCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-workdocs/src/commands/GetDocumentPathCommand.ts b/clients/client-workdocs/src/commands/GetDocumentPathCommand.ts index 484b0170849a..0354f46772ac 100644 --- a/clients/client-workdocs/src/commands/GetDocumentPathCommand.ts +++ b/clients/client-workdocs/src/commands/GetDocumentPathCommand.ts @@ -108,9 +108,6 @@ export class GetDocumentPathCommand extends $Command< GetDocumentPathCommandOutput, WorkDocsClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -124,9 +121,7 @@ export class GetDocumentPathCommand extends $Command< * @public */ constructor(readonly input: GetDocumentPathCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -179,7 +174,4 @@ export class GetDocumentPathCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetDocumentPathCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-workdocs/src/commands/GetDocumentVersionCommand.ts b/clients/client-workdocs/src/commands/GetDocumentVersionCommand.ts index e4d5eac0dad8..93bcb5384c5f 100644 --- a/clients/client-workdocs/src/commands/GetDocumentVersionCommand.ts +++ b/clients/client-workdocs/src/commands/GetDocumentVersionCommand.ts @@ -123,9 +123,6 @@ export class GetDocumentVersionCommand extends $Command< GetDocumentVersionCommandOutput, WorkDocsClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -139,9 +136,7 @@ export class GetDocumentVersionCommand extends $Command< * @public */ constructor(readonly input: GetDocumentVersionCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -194,7 +189,4 @@ export class GetDocumentVersionCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetDocumentVersionCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-workdocs/src/commands/GetFolderCommand.ts b/clients/client-workdocs/src/commands/GetFolderCommand.ts index 2fc7399c1c23..a094504b0f92 100644 --- a/clients/client-workdocs/src/commands/GetFolderCommand.ts +++ b/clients/client-workdocs/src/commands/GetFolderCommand.ts @@ -117,9 +117,6 @@ export class GetFolderCommand extends $Command< GetFolderCommandOutput, WorkDocsClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -133,9 +130,7 @@ export class GetFolderCommand extends $Command< * @public */ constructor(readonly input: GetFolderCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -186,7 +181,4 @@ export class GetFolderCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetFolderCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-workdocs/src/commands/GetFolderPathCommand.ts b/clients/client-workdocs/src/commands/GetFolderPathCommand.ts index cb00e4349b6b..e655fa4a03ff 100644 --- a/clients/client-workdocs/src/commands/GetFolderPathCommand.ts +++ b/clients/client-workdocs/src/commands/GetFolderPathCommand.ts @@ -108,9 +108,6 @@ export class GetFolderPathCommand extends $Command< GetFolderPathCommandOutput, WorkDocsClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -124,9 +121,7 @@ export class GetFolderPathCommand extends $Command< * @public */ constructor(readonly input: GetFolderPathCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -177,7 +172,4 @@ export class GetFolderPathCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetFolderPathCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-workdocs/src/commands/GetResourcesCommand.ts b/clients/client-workdocs/src/commands/GetResourcesCommand.ts index 2bb02b31ce38..a1d3b10e51a2 100644 --- a/clients/client-workdocs/src/commands/GetResourcesCommand.ts +++ b/clients/client-workdocs/src/commands/GetResourcesCommand.ts @@ -146,9 +146,6 @@ export class GetResourcesCommand extends $Command< GetResourcesCommandOutput, WorkDocsClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -162,9 +159,7 @@ export class GetResourcesCommand extends $Command< * @public */ constructor(readonly input: GetResourcesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -215,7 +210,4 @@ export class GetResourcesCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetResourcesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-workdocs/src/commands/InitiateDocumentVersionUploadCommand.ts b/clients/client-workdocs/src/commands/InitiateDocumentVersionUploadCommand.ts index 9547d6bc2a13..b085aed2bbdb 100644 --- a/clients/client-workdocs/src/commands/InitiateDocumentVersionUploadCommand.ts +++ b/clients/client-workdocs/src/commands/InitiateDocumentVersionUploadCommand.ts @@ -172,9 +172,6 @@ export class InitiateDocumentVersionUploadCommand extends $Command< InitiateDocumentVersionUploadCommandOutput, WorkDocsClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -188,9 +185,7 @@ export class InitiateDocumentVersionUploadCommand extends $Command< * @public */ constructor(readonly input: InitiateDocumentVersionUploadCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -246,7 +241,4 @@ export class InitiateDocumentVersionUploadCommand extends $Command< ): Promise { return de_InitiateDocumentVersionUploadCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-workdocs/src/commands/RemoveAllResourcePermissionsCommand.ts b/clients/client-workdocs/src/commands/RemoveAllResourcePermissionsCommand.ts index 0fd5b8a0f826..ad55a71e0b4e 100644 --- a/clients/client-workdocs/src/commands/RemoveAllResourcePermissionsCommand.ts +++ b/clients/client-workdocs/src/commands/RemoveAllResourcePermissionsCommand.ts @@ -89,9 +89,6 @@ export class RemoveAllResourcePermissionsCommand extends $Command< RemoveAllResourcePermissionsCommandOutput, WorkDocsClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -105,9 +102,7 @@ export class RemoveAllResourcePermissionsCommand extends $Command< * @public */ constructor(readonly input: RemoveAllResourcePermissionsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -163,7 +158,4 @@ export class RemoveAllResourcePermissionsCommand extends $Command< ): Promise { return de_RemoveAllResourcePermissionsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-workdocs/src/commands/RemoveResourcePermissionCommand.ts b/clients/client-workdocs/src/commands/RemoveResourcePermissionCommand.ts index e9ecccc1381c..116b7631eda5 100644 --- a/clients/client-workdocs/src/commands/RemoveResourcePermissionCommand.ts +++ b/clients/client-workdocs/src/commands/RemoveResourcePermissionCommand.ts @@ -86,9 +86,6 @@ export class RemoveResourcePermissionCommand extends $Command< RemoveResourcePermissionCommandOutput, WorkDocsClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -102,9 +99,7 @@ export class RemoveResourcePermissionCommand extends $Command< * @public */ constructor(readonly input: RemoveResourcePermissionCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -157,7 +152,4 @@ export class RemoveResourcePermissionCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_RemoveResourcePermissionCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-workdocs/src/commands/RestoreDocumentVersionsCommand.ts b/clients/client-workdocs/src/commands/RestoreDocumentVersionsCommand.ts index b3390783bab6..a207a8049337 100644 --- a/clients/client-workdocs/src/commands/RestoreDocumentVersionsCommand.ts +++ b/clients/client-workdocs/src/commands/RestoreDocumentVersionsCommand.ts @@ -95,9 +95,6 @@ export class RestoreDocumentVersionsCommand extends $Command< RestoreDocumentVersionsCommandOutput, WorkDocsClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -111,9 +108,7 @@ export class RestoreDocumentVersionsCommand extends $Command< * @public */ constructor(readonly input: RestoreDocumentVersionsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -166,7 +161,4 @@ export class RestoreDocumentVersionsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_RestoreDocumentVersionsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-workdocs/src/commands/SearchResourcesCommand.ts b/clients/client-workdocs/src/commands/SearchResourcesCommand.ts index d3fd65b283ac..3364039f758b 100644 --- a/clients/client-workdocs/src/commands/SearchResourcesCommand.ts +++ b/clients/client-workdocs/src/commands/SearchResourcesCommand.ts @@ -243,9 +243,6 @@ export class SearchResourcesCommand extends $Command< SearchResourcesCommandOutput, WorkDocsClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -259,9 +256,7 @@ export class SearchResourcesCommand extends $Command< * @public */ constructor(readonly input: SearchResourcesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -314,7 +309,4 @@ export class SearchResourcesCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_SearchResourcesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-workdocs/src/commands/UpdateDocumentCommand.ts b/clients/client-workdocs/src/commands/UpdateDocumentCommand.ts index 35b425632746..018a9f060135 100644 --- a/clients/client-workdocs/src/commands/UpdateDocumentCommand.ts +++ b/clients/client-workdocs/src/commands/UpdateDocumentCommand.ts @@ -105,9 +105,6 @@ export class UpdateDocumentCommand extends $Command< UpdateDocumentCommandOutput, WorkDocsClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -121,9 +118,7 @@ export class UpdateDocumentCommand extends $Command< * @public */ constructor(readonly input: UpdateDocumentCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -176,7 +171,4 @@ export class UpdateDocumentCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdateDocumentCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-workdocs/src/commands/UpdateDocumentVersionCommand.ts b/clients/client-workdocs/src/commands/UpdateDocumentVersionCommand.ts index eb00e43744cf..0649bffc39d5 100644 --- a/clients/client-workdocs/src/commands/UpdateDocumentVersionCommand.ts +++ b/clients/client-workdocs/src/commands/UpdateDocumentVersionCommand.ts @@ -100,9 +100,6 @@ export class UpdateDocumentVersionCommand extends $Command< UpdateDocumentVersionCommandOutput, WorkDocsClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -116,9 +113,7 @@ export class UpdateDocumentVersionCommand extends $Command< * @public */ constructor(readonly input: UpdateDocumentVersionCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -171,7 +166,4 @@ export class UpdateDocumentVersionCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdateDocumentVersionCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-workdocs/src/commands/UpdateFolderCommand.ts b/clients/client-workdocs/src/commands/UpdateFolderCommand.ts index e8869d14e798..b64bfa396722 100644 --- a/clients/client-workdocs/src/commands/UpdateFolderCommand.ts +++ b/clients/client-workdocs/src/commands/UpdateFolderCommand.ts @@ -105,9 +105,6 @@ export class UpdateFolderCommand extends $Command< UpdateFolderCommandOutput, WorkDocsClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -121,9 +118,7 @@ export class UpdateFolderCommand extends $Command< * @public */ constructor(readonly input: UpdateFolderCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -174,7 +169,4 @@ export class UpdateFolderCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdateFolderCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-workdocs/src/commands/UpdateUserCommand.ts b/clients/client-workdocs/src/commands/UpdateUserCommand.ts index 47dcac343e20..5fb47e15d2c9 100644 --- a/clients/client-workdocs/src/commands/UpdateUserCommand.ts +++ b/clients/client-workdocs/src/commands/UpdateUserCommand.ts @@ -138,9 +138,6 @@ export class UpdateUserCommand extends $Command< UpdateUserCommandOutput, WorkDocsClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -154,9 +151,7 @@ export class UpdateUserCommand extends $Command< * @public */ constructor(readonly input: UpdateUserCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -207,7 +202,4 @@ export class UpdateUserCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdateUserCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-worklink/package.json b/clients/client-worklink/package.json index 0756263aefba..7e655a080f9b 100644 --- a/clients/client-worklink/package.json +++ b/clients/client-worklink/package.json @@ -34,29 +34,29 @@ "@aws-sdk/util-endpoints": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@smithy/config-resolver": "^2.0.16", - "@smithy/fetch-http-handler": "^2.2.4", - "@smithy/hash-node": "^2.0.12", - "@smithy/invalid-dependency": "^2.0.12", - "@smithy/middleware-content-length": "^2.0.14", - "@smithy/middleware-endpoint": "^2.1.3", - "@smithy/middleware-retry": "^2.0.18", - "@smithy/middleware-serde": "^2.0.12", - "@smithy/middleware-stack": "^2.0.6", - "@smithy/node-config-provider": "^2.1.3", - "@smithy/node-http-handler": "^2.1.8", - "@smithy/protocol-http": "^3.0.8", - "@smithy/smithy-client": "^2.1.12", - "@smithy/types": "^2.4.0", - "@smithy/url-parser": "^2.0.12", - "@smithy/util-base64": "^2.0.0", + "@smithy/config-resolver": "^2.0.18", + "@smithy/fetch-http-handler": "^2.2.6", + "@smithy/hash-node": "^2.0.15", + "@smithy/invalid-dependency": "^2.0.13", + "@smithy/middleware-content-length": "^2.0.15", + "@smithy/middleware-endpoint": "^2.2.0", + "@smithy/middleware-retry": "^2.0.20", + "@smithy/middleware-serde": "^2.0.13", + "@smithy/middleware-stack": "^2.0.7", + "@smithy/node-config-provider": "^2.1.5", + "@smithy/node-http-handler": "^2.1.9", + "@smithy/protocol-http": "^3.0.9", + "@smithy/smithy-client": "^2.1.15", + "@smithy/types": "^2.5.0", + "@smithy/url-parser": "^2.0.13", + "@smithy/util-base64": "^2.0.1", "@smithy/util-body-length-browser": "^2.0.0", "@smithy/util-body-length-node": "^2.1.0", - "@smithy/util-defaults-mode-browser": "^2.0.16", - "@smithy/util-defaults-mode-node": "^2.0.21", - "@smithy/util-endpoints": "^1.0.2", - "@smithy/util-retry": "^2.0.5", - "@smithy/util-utf8": "^2.0.0", + "@smithy/util-defaults-mode-browser": "^2.0.19", + "@smithy/util-defaults-mode-node": "^2.0.25", + "@smithy/util-endpoints": "^1.0.4", + "@smithy/util-retry": "^2.0.6", + "@smithy/util-utf8": "^2.0.2", "tslib": "^2.5.0" }, "devDependencies": { diff --git a/clients/client-worklink/src/commands/AssociateDomainCommand.ts b/clients/client-worklink/src/commands/AssociateDomainCommand.ts index 0a6685356c98..e25e27b16e70 100644 --- a/clients/client-worklink/src/commands/AssociateDomainCommand.ts +++ b/clients/client-worklink/src/commands/AssociateDomainCommand.ts @@ -91,9 +91,6 @@ export class AssociateDomainCommand extends $Command< AssociateDomainCommandOutput, WorkLinkClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -107,9 +104,7 @@ export class AssociateDomainCommand extends $Command< * @public */ constructor(readonly input: AssociateDomainCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -162,7 +157,4 @@ export class AssociateDomainCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_AssociateDomainCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-worklink/src/commands/AssociateWebsiteAuthorizationProviderCommand.ts b/clients/client-worklink/src/commands/AssociateWebsiteAuthorizationProviderCommand.ts index 9ab68e36f56b..3bbc579ead4b 100644 --- a/clients/client-worklink/src/commands/AssociateWebsiteAuthorizationProviderCommand.ts +++ b/clients/client-worklink/src/commands/AssociateWebsiteAuthorizationProviderCommand.ts @@ -101,9 +101,6 @@ export class AssociateWebsiteAuthorizationProviderCommand extends $Command< AssociateWebsiteAuthorizationProviderCommandOutput, WorkLinkClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -117,9 +114,7 @@ export class AssociateWebsiteAuthorizationProviderCommand extends $Command< * @public */ constructor(readonly input: AssociateWebsiteAuthorizationProviderCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -178,7 +173,4 @@ export class AssociateWebsiteAuthorizationProviderCommand extends $Command< ): Promise { return de_AssociateWebsiteAuthorizationProviderCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-worklink/src/commands/AssociateWebsiteCertificateAuthorityCommand.ts b/clients/client-worklink/src/commands/AssociateWebsiteCertificateAuthorityCommand.ts index c66692d4b151..5b3fa203bd34 100644 --- a/clients/client-worklink/src/commands/AssociateWebsiteCertificateAuthorityCommand.ts +++ b/clients/client-worklink/src/commands/AssociateWebsiteCertificateAuthorityCommand.ts @@ -101,9 +101,6 @@ export class AssociateWebsiteCertificateAuthorityCommand extends $Command< AssociateWebsiteCertificateAuthorityCommandOutput, WorkLinkClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -117,9 +114,7 @@ export class AssociateWebsiteCertificateAuthorityCommand extends $Command< * @public */ constructor(readonly input: AssociateWebsiteCertificateAuthorityCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -178,7 +173,4 @@ export class AssociateWebsiteCertificateAuthorityCommand extends $Command< ): Promise { return de_AssociateWebsiteCertificateAuthorityCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-worklink/src/commands/CreateFleetCommand.ts b/clients/client-worklink/src/commands/CreateFleetCommand.ts index 8e126f0117dd..fe518299caad 100644 --- a/clients/client-worklink/src/commands/CreateFleetCommand.ts +++ b/clients/client-worklink/src/commands/CreateFleetCommand.ts @@ -96,9 +96,6 @@ export class CreateFleetCommand extends $Command< CreateFleetCommandOutput, WorkLinkClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -112,9 +109,7 @@ export class CreateFleetCommand extends $Command< * @public */ constructor(readonly input: CreateFleetCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -165,7 +160,4 @@ export class CreateFleetCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateFleetCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-worklink/src/commands/DeleteFleetCommand.ts b/clients/client-worklink/src/commands/DeleteFleetCommand.ts index e4a35fa6bbe8..052ce8604493 100644 --- a/clients/client-worklink/src/commands/DeleteFleetCommand.ts +++ b/clients/client-worklink/src/commands/DeleteFleetCommand.ts @@ -85,9 +85,6 @@ export class DeleteFleetCommand extends $Command< DeleteFleetCommandOutput, WorkLinkClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -101,9 +98,7 @@ export class DeleteFleetCommand extends $Command< * @public */ constructor(readonly input: DeleteFleetCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -154,7 +149,4 @@ export class DeleteFleetCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteFleetCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-worklink/src/commands/DescribeAuditStreamConfigurationCommand.ts b/clients/client-worklink/src/commands/DescribeAuditStreamConfigurationCommand.ts index 91e08d8a8739..3baf3f42b644 100644 --- a/clients/client-worklink/src/commands/DescribeAuditStreamConfigurationCommand.ts +++ b/clients/client-worklink/src/commands/DescribeAuditStreamConfigurationCommand.ts @@ -92,9 +92,6 @@ export class DescribeAuditStreamConfigurationCommand extends $Command< DescribeAuditStreamConfigurationCommandOutput, WorkLinkClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -108,9 +105,7 @@ export class DescribeAuditStreamConfigurationCommand extends $Command< * @public */ constructor(readonly input: DescribeAuditStreamConfigurationCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -169,7 +164,4 @@ export class DescribeAuditStreamConfigurationCommand extends $Command< ): Promise { return de_DescribeAuditStreamConfigurationCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-worklink/src/commands/DescribeCompanyNetworkConfigurationCommand.ts b/clients/client-worklink/src/commands/DescribeCompanyNetworkConfigurationCommand.ts index 6ca321842b10..4c6755a89ce0 100644 --- a/clients/client-worklink/src/commands/DescribeCompanyNetworkConfigurationCommand.ts +++ b/clients/client-worklink/src/commands/DescribeCompanyNetworkConfigurationCommand.ts @@ -102,9 +102,6 @@ export class DescribeCompanyNetworkConfigurationCommand extends $Command< DescribeCompanyNetworkConfigurationCommandOutput, WorkLinkClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -118,9 +115,7 @@ export class DescribeCompanyNetworkConfigurationCommand extends $Command< * @public */ constructor(readonly input: DescribeCompanyNetworkConfigurationCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -179,7 +174,4 @@ export class DescribeCompanyNetworkConfigurationCommand extends $Command< ): Promise { return de_DescribeCompanyNetworkConfigurationCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-worklink/src/commands/DescribeDeviceCommand.ts b/clients/client-worklink/src/commands/DescribeDeviceCommand.ts index 00267c369242..945298a679ec 100644 --- a/clients/client-worklink/src/commands/DescribeDeviceCommand.ts +++ b/clients/client-worklink/src/commands/DescribeDeviceCommand.ts @@ -96,9 +96,6 @@ export class DescribeDeviceCommand extends $Command< DescribeDeviceCommandOutput, WorkLinkClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -112,9 +109,7 @@ export class DescribeDeviceCommand extends $Command< * @public */ constructor(readonly input: DescribeDeviceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -167,7 +162,4 @@ export class DescribeDeviceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DescribeDeviceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-worklink/src/commands/DescribeDevicePolicyConfigurationCommand.ts b/clients/client-worklink/src/commands/DescribeDevicePolicyConfigurationCommand.ts index 6a50753cad05..3aa26a5a606f 100644 --- a/clients/client-worklink/src/commands/DescribeDevicePolicyConfigurationCommand.ts +++ b/clients/client-worklink/src/commands/DescribeDevicePolicyConfigurationCommand.ts @@ -95,9 +95,6 @@ export class DescribeDevicePolicyConfigurationCommand extends $Command< DescribeDevicePolicyConfigurationCommandOutput, WorkLinkClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -111,9 +108,7 @@ export class DescribeDevicePolicyConfigurationCommand extends $Command< * @public */ constructor(readonly input: DescribeDevicePolicyConfigurationCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -172,7 +167,4 @@ export class DescribeDevicePolicyConfigurationCommand extends $Command< ): Promise { return de_DescribeDevicePolicyConfigurationCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-worklink/src/commands/DescribeDomainCommand.ts b/clients/client-worklink/src/commands/DescribeDomainCommand.ts index 1fe016a99b19..b646a58c7e7a 100644 --- a/clients/client-worklink/src/commands/DescribeDomainCommand.ts +++ b/clients/client-worklink/src/commands/DescribeDomainCommand.ts @@ -92,9 +92,6 @@ export class DescribeDomainCommand extends $Command< DescribeDomainCommandOutput, WorkLinkClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -108,9 +105,7 @@ export class DescribeDomainCommand extends $Command< * @public */ constructor(readonly input: DescribeDomainCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -163,7 +158,4 @@ export class DescribeDomainCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DescribeDomainCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-worklink/src/commands/DescribeFleetMetadataCommand.ts b/clients/client-worklink/src/commands/DescribeFleetMetadataCommand.ts index 1a779d0d9860..54f752cb7f52 100644 --- a/clients/client-worklink/src/commands/DescribeFleetMetadataCommand.ts +++ b/clients/client-worklink/src/commands/DescribeFleetMetadataCommand.ts @@ -97,9 +97,6 @@ export class DescribeFleetMetadataCommand extends $Command< DescribeFleetMetadataCommandOutput, WorkLinkClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -113,9 +110,7 @@ export class DescribeFleetMetadataCommand extends $Command< * @public */ constructor(readonly input: DescribeFleetMetadataCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -168,7 +163,4 @@ export class DescribeFleetMetadataCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DescribeFleetMetadataCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-worklink/src/commands/DescribeIdentityProviderConfigurationCommand.ts b/clients/client-worklink/src/commands/DescribeIdentityProviderConfigurationCommand.ts index 151190659414..92bc9f3fec7e 100644 --- a/clients/client-worklink/src/commands/DescribeIdentityProviderConfigurationCommand.ts +++ b/clients/client-worklink/src/commands/DescribeIdentityProviderConfigurationCommand.ts @@ -98,9 +98,6 @@ export class DescribeIdentityProviderConfigurationCommand extends $Command< DescribeIdentityProviderConfigurationCommandOutput, WorkLinkClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -114,9 +111,7 @@ export class DescribeIdentityProviderConfigurationCommand extends $Command< * @public */ constructor(readonly input: DescribeIdentityProviderConfigurationCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -175,7 +170,4 @@ export class DescribeIdentityProviderConfigurationCommand extends $Command< ): Promise { return de_DescribeIdentityProviderConfigurationCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-worklink/src/commands/DescribeWebsiteCertificateAuthorityCommand.ts b/clients/client-worklink/src/commands/DescribeWebsiteCertificateAuthorityCommand.ts index d8d4ec692e12..9053c54db157 100644 --- a/clients/client-worklink/src/commands/DescribeWebsiteCertificateAuthorityCommand.ts +++ b/clients/client-worklink/src/commands/DescribeWebsiteCertificateAuthorityCommand.ts @@ -98,9 +98,6 @@ export class DescribeWebsiteCertificateAuthorityCommand extends $Command< DescribeWebsiteCertificateAuthorityCommandOutput, WorkLinkClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -114,9 +111,7 @@ export class DescribeWebsiteCertificateAuthorityCommand extends $Command< * @public */ constructor(readonly input: DescribeWebsiteCertificateAuthorityCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -175,7 +170,4 @@ export class DescribeWebsiteCertificateAuthorityCommand extends $Command< ): Promise { return de_DescribeWebsiteCertificateAuthorityCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-worklink/src/commands/DisassociateDomainCommand.ts b/clients/client-worklink/src/commands/DisassociateDomainCommand.ts index 2eddc8a98d61..6148c4d3ecc9 100644 --- a/clients/client-worklink/src/commands/DisassociateDomainCommand.ts +++ b/clients/client-worklink/src/commands/DisassociateDomainCommand.ts @@ -86,9 +86,6 @@ export class DisassociateDomainCommand extends $Command< DisassociateDomainCommandOutput, WorkLinkClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -102,9 +99,7 @@ export class DisassociateDomainCommand extends $Command< * @public */ constructor(readonly input: DisassociateDomainCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -157,7 +152,4 @@ export class DisassociateDomainCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DisassociateDomainCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-worklink/src/commands/DisassociateWebsiteAuthorizationProviderCommand.ts b/clients/client-worklink/src/commands/DisassociateWebsiteAuthorizationProviderCommand.ts index 8b43fa127e99..98a82b58b67b 100644 --- a/clients/client-worklink/src/commands/DisassociateWebsiteAuthorizationProviderCommand.ts +++ b/clients/client-worklink/src/commands/DisassociateWebsiteAuthorizationProviderCommand.ts @@ -100,9 +100,6 @@ export class DisassociateWebsiteAuthorizationProviderCommand extends $Command< DisassociateWebsiteAuthorizationProviderCommandOutput, WorkLinkClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -116,9 +113,7 @@ export class DisassociateWebsiteAuthorizationProviderCommand extends $Command< * @public */ constructor(readonly input: DisassociateWebsiteAuthorizationProviderCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -183,7 +178,4 @@ export class DisassociateWebsiteAuthorizationProviderCommand extends $Command< ): Promise { return de_DisassociateWebsiteAuthorizationProviderCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-worklink/src/commands/DisassociateWebsiteCertificateAuthorityCommand.ts b/clients/client-worklink/src/commands/DisassociateWebsiteCertificateAuthorityCommand.ts index 143f2308ea20..189d33ea6b9a 100644 --- a/clients/client-worklink/src/commands/DisassociateWebsiteCertificateAuthorityCommand.ts +++ b/clients/client-worklink/src/commands/DisassociateWebsiteCertificateAuthorityCommand.ts @@ -95,9 +95,6 @@ export class DisassociateWebsiteCertificateAuthorityCommand extends $Command< DisassociateWebsiteCertificateAuthorityCommandOutput, WorkLinkClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -111,9 +108,7 @@ export class DisassociateWebsiteCertificateAuthorityCommand extends $Command< * @public */ constructor(readonly input: DisassociateWebsiteCertificateAuthorityCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -178,7 +173,4 @@ export class DisassociateWebsiteCertificateAuthorityCommand extends $Command< ): Promise { return de_DisassociateWebsiteCertificateAuthorityCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-worklink/src/commands/ListDevicesCommand.ts b/clients/client-worklink/src/commands/ListDevicesCommand.ts index cca0ac6531f1..dc4026024e90 100644 --- a/clients/client-worklink/src/commands/ListDevicesCommand.ts +++ b/clients/client-worklink/src/commands/ListDevicesCommand.ts @@ -95,9 +95,6 @@ export class ListDevicesCommand extends $Command< ListDevicesCommandOutput, WorkLinkClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -111,9 +108,7 @@ export class ListDevicesCommand extends $Command< * @public */ constructor(readonly input: ListDevicesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -164,7 +159,4 @@ export class ListDevicesCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListDevicesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-worklink/src/commands/ListDomainsCommand.ts b/clients/client-worklink/src/commands/ListDomainsCommand.ts index 2001dbd4dbec..f4437ae7dcf7 100644 --- a/clients/client-worklink/src/commands/ListDomainsCommand.ts +++ b/clients/client-worklink/src/commands/ListDomainsCommand.ts @@ -97,9 +97,6 @@ export class ListDomainsCommand extends $Command< ListDomainsCommandOutput, WorkLinkClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -113,9 +110,7 @@ export class ListDomainsCommand extends $Command< * @public */ constructor(readonly input: ListDomainsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -166,7 +161,4 @@ export class ListDomainsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListDomainsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-worklink/src/commands/ListFleetsCommand.ts b/clients/client-worklink/src/commands/ListFleetsCommand.ts index 10e1a6ce1ef1..a991f732d691 100644 --- a/clients/client-worklink/src/commands/ListFleetsCommand.ts +++ b/clients/client-worklink/src/commands/ListFleetsCommand.ts @@ -99,9 +99,6 @@ export class ListFleetsCommand extends $Command< ListFleetsCommandOutput, WorkLinkClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -115,9 +112,7 @@ export class ListFleetsCommand extends $Command< * @public */ constructor(readonly input: ListFleetsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -168,7 +163,4 @@ export class ListFleetsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListFleetsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-worklink/src/commands/ListTagsForResourceCommand.ts b/clients/client-worklink/src/commands/ListTagsForResourceCommand.ts index 2d3f58e5f12d..25f87cce2fbe 100644 --- a/clients/client-worklink/src/commands/ListTagsForResourceCommand.ts +++ b/clients/client-worklink/src/commands/ListTagsForResourceCommand.ts @@ -77,9 +77,6 @@ export class ListTagsForResourceCommand extends $Command< ListTagsForResourceCommandOutput, WorkLinkClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -93,9 +90,7 @@ export class ListTagsForResourceCommand extends $Command< * @public */ constructor(readonly input: ListTagsForResourceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -148,7 +143,4 @@ export class ListTagsForResourceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListTagsForResourceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-worklink/src/commands/ListWebsiteAuthorizationProvidersCommand.ts b/clients/client-worklink/src/commands/ListWebsiteAuthorizationProvidersCommand.ts index e2baaec4e483..7ce109643e51 100644 --- a/clients/client-worklink/src/commands/ListWebsiteAuthorizationProvidersCommand.ts +++ b/clients/client-worklink/src/commands/ListWebsiteAuthorizationProvidersCommand.ts @@ -105,9 +105,6 @@ export class ListWebsiteAuthorizationProvidersCommand extends $Command< ListWebsiteAuthorizationProvidersCommandOutput, WorkLinkClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -121,9 +118,7 @@ export class ListWebsiteAuthorizationProvidersCommand extends $Command< * @public */ constructor(readonly input: ListWebsiteAuthorizationProvidersCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -182,7 +177,4 @@ export class ListWebsiteAuthorizationProvidersCommand extends $Command< ): Promise { return de_ListWebsiteAuthorizationProvidersCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-worklink/src/commands/ListWebsiteCertificateAuthoritiesCommand.ts b/clients/client-worklink/src/commands/ListWebsiteCertificateAuthoritiesCommand.ts index aff8137a0e9c..fd47fb307be8 100644 --- a/clients/client-worklink/src/commands/ListWebsiteCertificateAuthoritiesCommand.ts +++ b/clients/client-worklink/src/commands/ListWebsiteCertificateAuthoritiesCommand.ts @@ -102,9 +102,6 @@ export class ListWebsiteCertificateAuthoritiesCommand extends $Command< ListWebsiteCertificateAuthoritiesCommandOutput, WorkLinkClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -118,9 +115,7 @@ export class ListWebsiteCertificateAuthoritiesCommand extends $Command< * @public */ constructor(readonly input: ListWebsiteCertificateAuthoritiesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -179,7 +174,4 @@ export class ListWebsiteCertificateAuthoritiesCommand extends $Command< ): Promise { return de_ListWebsiteCertificateAuthoritiesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-worklink/src/commands/RestoreDomainAccessCommand.ts b/clients/client-worklink/src/commands/RestoreDomainAccessCommand.ts index 3a2f02988e1c..7266ea5a5fbc 100644 --- a/clients/client-worklink/src/commands/RestoreDomainAccessCommand.ts +++ b/clients/client-worklink/src/commands/RestoreDomainAccessCommand.ts @@ -86,9 +86,6 @@ export class RestoreDomainAccessCommand extends $Command< RestoreDomainAccessCommandOutput, WorkLinkClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -102,9 +99,7 @@ export class RestoreDomainAccessCommand extends $Command< * @public */ constructor(readonly input: RestoreDomainAccessCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -157,7 +152,4 @@ export class RestoreDomainAccessCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_RestoreDomainAccessCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-worklink/src/commands/RevokeDomainAccessCommand.ts b/clients/client-worklink/src/commands/RevokeDomainAccessCommand.ts index 09d70f5441f0..887692033fda 100644 --- a/clients/client-worklink/src/commands/RevokeDomainAccessCommand.ts +++ b/clients/client-worklink/src/commands/RevokeDomainAccessCommand.ts @@ -86,9 +86,6 @@ export class RevokeDomainAccessCommand extends $Command< RevokeDomainAccessCommandOutput, WorkLinkClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -102,9 +99,7 @@ export class RevokeDomainAccessCommand extends $Command< * @public */ constructor(readonly input: RevokeDomainAccessCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -157,7 +152,4 @@ export class RevokeDomainAccessCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_RevokeDomainAccessCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-worklink/src/commands/SignOutUserCommand.ts b/clients/client-worklink/src/commands/SignOutUserCommand.ts index 6bd5fea37ee7..83469d77833e 100644 --- a/clients/client-worklink/src/commands/SignOutUserCommand.ts +++ b/clients/client-worklink/src/commands/SignOutUserCommand.ts @@ -87,9 +87,6 @@ export class SignOutUserCommand extends $Command< SignOutUserCommandOutput, WorkLinkClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -103,9 +100,7 @@ export class SignOutUserCommand extends $Command< * @public */ constructor(readonly input: SignOutUserCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -156,7 +151,4 @@ export class SignOutUserCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_SignOutUserCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-worklink/src/commands/TagResourceCommand.ts b/clients/client-worklink/src/commands/TagResourceCommand.ts index 00b7e411eccc..804030c162dc 100644 --- a/clients/client-worklink/src/commands/TagResourceCommand.ts +++ b/clients/client-worklink/src/commands/TagResourceCommand.ts @@ -76,9 +76,6 @@ export class TagResourceCommand extends $Command< TagResourceCommandOutput, WorkLinkClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -92,9 +89,7 @@ export class TagResourceCommand extends $Command< * @public */ constructor(readonly input: TagResourceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -145,7 +140,4 @@ export class TagResourceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_TagResourceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-worklink/src/commands/UntagResourceCommand.ts b/clients/client-worklink/src/commands/UntagResourceCommand.ts index d907359d6619..3c8548818d71 100644 --- a/clients/client-worklink/src/commands/UntagResourceCommand.ts +++ b/clients/client-worklink/src/commands/UntagResourceCommand.ts @@ -76,9 +76,6 @@ export class UntagResourceCommand extends $Command< UntagResourceCommandOutput, WorkLinkClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -92,9 +89,7 @@ export class UntagResourceCommand extends $Command< * @public */ constructor(readonly input: UntagResourceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -145,7 +140,4 @@ export class UntagResourceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UntagResourceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-worklink/src/commands/UpdateAuditStreamConfigurationCommand.ts b/clients/client-worklink/src/commands/UpdateAuditStreamConfigurationCommand.ts index ec60b08085ca..a6077d613501 100644 --- a/clients/client-worklink/src/commands/UpdateAuditStreamConfigurationCommand.ts +++ b/clients/client-worklink/src/commands/UpdateAuditStreamConfigurationCommand.ts @@ -91,9 +91,6 @@ export class UpdateAuditStreamConfigurationCommand extends $Command< UpdateAuditStreamConfigurationCommandOutput, WorkLinkClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -107,9 +104,7 @@ export class UpdateAuditStreamConfigurationCommand extends $Command< * @public */ constructor(readonly input: UpdateAuditStreamConfigurationCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -168,7 +163,4 @@ export class UpdateAuditStreamConfigurationCommand extends $Command< ): Promise { return de_UpdateAuditStreamConfigurationCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-worklink/src/commands/UpdateCompanyNetworkConfigurationCommand.ts b/clients/client-worklink/src/commands/UpdateCompanyNetworkConfigurationCommand.ts index 2058df018b47..5c51ae6dd220 100644 --- a/clients/client-worklink/src/commands/UpdateCompanyNetworkConfigurationCommand.ts +++ b/clients/client-worklink/src/commands/UpdateCompanyNetworkConfigurationCommand.ts @@ -100,9 +100,6 @@ export class UpdateCompanyNetworkConfigurationCommand extends $Command< UpdateCompanyNetworkConfigurationCommandOutput, WorkLinkClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -116,9 +113,7 @@ export class UpdateCompanyNetworkConfigurationCommand extends $Command< * @public */ constructor(readonly input: UpdateCompanyNetworkConfigurationCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -177,7 +172,4 @@ export class UpdateCompanyNetworkConfigurationCommand extends $Command< ): Promise { return de_UpdateCompanyNetworkConfigurationCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-worklink/src/commands/UpdateDevicePolicyConfigurationCommand.ts b/clients/client-worklink/src/commands/UpdateDevicePolicyConfigurationCommand.ts index 55c31bad3133..c520d03abb5f 100644 --- a/clients/client-worklink/src/commands/UpdateDevicePolicyConfigurationCommand.ts +++ b/clients/client-worklink/src/commands/UpdateDevicePolicyConfigurationCommand.ts @@ -91,9 +91,6 @@ export class UpdateDevicePolicyConfigurationCommand extends $Command< UpdateDevicePolicyConfigurationCommandOutput, WorkLinkClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -107,9 +104,7 @@ export class UpdateDevicePolicyConfigurationCommand extends $Command< * @public */ constructor(readonly input: UpdateDevicePolicyConfigurationCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -168,7 +163,4 @@ export class UpdateDevicePolicyConfigurationCommand extends $Command< ): Promise { return de_UpdateDevicePolicyConfigurationCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-worklink/src/commands/UpdateDomainMetadataCommand.ts b/clients/client-worklink/src/commands/UpdateDomainMetadataCommand.ts index 7d11ee5323d0..4b820d4e3242 100644 --- a/clients/client-worklink/src/commands/UpdateDomainMetadataCommand.ts +++ b/clients/client-worklink/src/commands/UpdateDomainMetadataCommand.ts @@ -87,9 +87,6 @@ export class UpdateDomainMetadataCommand extends $Command< UpdateDomainMetadataCommandOutput, WorkLinkClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -103,9 +100,7 @@ export class UpdateDomainMetadataCommand extends $Command< * @public */ constructor(readonly input: UpdateDomainMetadataCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -158,7 +153,4 @@ export class UpdateDomainMetadataCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdateDomainMetadataCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-worklink/src/commands/UpdateFleetMetadataCommand.ts b/clients/client-worklink/src/commands/UpdateFleetMetadataCommand.ts index 1f6ca7eb339f..72e5824b39db 100644 --- a/clients/client-worklink/src/commands/UpdateFleetMetadataCommand.ts +++ b/clients/client-worklink/src/commands/UpdateFleetMetadataCommand.ts @@ -87,9 +87,6 @@ export class UpdateFleetMetadataCommand extends $Command< UpdateFleetMetadataCommandOutput, WorkLinkClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -103,9 +100,7 @@ export class UpdateFleetMetadataCommand extends $Command< * @public */ constructor(readonly input: UpdateFleetMetadataCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -158,7 +153,4 @@ export class UpdateFleetMetadataCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdateFleetMetadataCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-worklink/src/commands/UpdateIdentityProviderConfigurationCommand.ts b/clients/client-worklink/src/commands/UpdateIdentityProviderConfigurationCommand.ts index 60c5e9614481..418976a033ad 100644 --- a/clients/client-worklink/src/commands/UpdateIdentityProviderConfigurationCommand.ts +++ b/clients/client-worklink/src/commands/UpdateIdentityProviderConfigurationCommand.ts @@ -95,9 +95,6 @@ export class UpdateIdentityProviderConfigurationCommand extends $Command< UpdateIdentityProviderConfigurationCommandOutput, WorkLinkClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -111,9 +108,7 @@ export class UpdateIdentityProviderConfigurationCommand extends $Command< * @public */ constructor(readonly input: UpdateIdentityProviderConfigurationCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -172,7 +167,4 @@ export class UpdateIdentityProviderConfigurationCommand extends $Command< ): Promise { return de_UpdateIdentityProviderConfigurationCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-workmail/package.json b/clients/client-workmail/package.json index 50ea82660a92..cc4cbf04886d 100644 --- a/clients/client-workmail/package.json +++ b/clients/client-workmail/package.json @@ -34,29 +34,29 @@ "@aws-sdk/util-endpoints": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@smithy/config-resolver": "^2.0.16", - "@smithy/fetch-http-handler": "^2.2.4", - "@smithy/hash-node": "^2.0.12", - "@smithy/invalid-dependency": "^2.0.12", - "@smithy/middleware-content-length": "^2.0.14", - "@smithy/middleware-endpoint": "^2.1.3", - "@smithy/middleware-retry": "^2.0.18", - "@smithy/middleware-serde": "^2.0.12", - "@smithy/middleware-stack": "^2.0.6", - "@smithy/node-config-provider": "^2.1.3", - "@smithy/node-http-handler": "^2.1.8", - "@smithy/protocol-http": "^3.0.8", - "@smithy/smithy-client": "^2.1.12", - "@smithy/types": "^2.4.0", - "@smithy/url-parser": "^2.0.12", - "@smithy/util-base64": "^2.0.0", + "@smithy/config-resolver": "^2.0.18", + "@smithy/fetch-http-handler": "^2.2.6", + "@smithy/hash-node": "^2.0.15", + "@smithy/invalid-dependency": "^2.0.13", + "@smithy/middleware-content-length": "^2.0.15", + "@smithy/middleware-endpoint": "^2.2.0", + "@smithy/middleware-retry": "^2.0.20", + "@smithy/middleware-serde": "^2.0.13", + "@smithy/middleware-stack": "^2.0.7", + "@smithy/node-config-provider": "^2.1.5", + "@smithy/node-http-handler": "^2.1.9", + "@smithy/protocol-http": "^3.0.9", + "@smithy/smithy-client": "^2.1.15", + "@smithy/types": "^2.5.0", + "@smithy/url-parser": "^2.0.13", + "@smithy/util-base64": "^2.0.1", "@smithy/util-body-length-browser": "^2.0.0", "@smithy/util-body-length-node": "^2.1.0", - "@smithy/util-defaults-mode-browser": "^2.0.16", - "@smithy/util-defaults-mode-node": "^2.0.21", - "@smithy/util-endpoints": "^1.0.2", - "@smithy/util-retry": "^2.0.5", - "@smithy/util-utf8": "^2.0.0", + "@smithy/util-defaults-mode-browser": "^2.0.19", + "@smithy/util-defaults-mode-node": "^2.0.25", + "@smithy/util-endpoints": "^1.0.4", + "@smithy/util-retry": "^2.0.6", + "@smithy/util-utf8": "^2.0.2", "tslib": "^2.5.0", "uuid": "^8.3.2" }, diff --git a/clients/client-workmail/src/commands/AssociateDelegateToResourceCommand.ts b/clients/client-workmail/src/commands/AssociateDelegateToResourceCommand.ts index c3ac12509748..3719eac19195 100644 --- a/clients/client-workmail/src/commands/AssociateDelegateToResourceCommand.ts +++ b/clients/client-workmail/src/commands/AssociateDelegateToResourceCommand.ts @@ -94,9 +94,6 @@ export class AssociateDelegateToResourceCommand extends $Command< AssociateDelegateToResourceCommandOutput, WorkMailClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -110,9 +107,7 @@ export class AssociateDelegateToResourceCommand extends $Command< * @public */ constructor(readonly input: AssociateDelegateToResourceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -168,7 +163,4 @@ export class AssociateDelegateToResourceCommand extends $Command< ): Promise { return de_AssociateDelegateToResourceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-workmail/src/commands/AssociateMemberToGroupCommand.ts b/clients/client-workmail/src/commands/AssociateMemberToGroupCommand.ts index 2988d9bcfa3a..a7ece1524c1f 100644 --- a/clients/client-workmail/src/commands/AssociateMemberToGroupCommand.ts +++ b/clients/client-workmail/src/commands/AssociateMemberToGroupCommand.ts @@ -98,9 +98,6 @@ export class AssociateMemberToGroupCommand extends $Command< AssociateMemberToGroupCommandOutput, WorkMailClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -114,9 +111,7 @@ export class AssociateMemberToGroupCommand extends $Command< * @public */ constructor(readonly input: AssociateMemberToGroupCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -169,7 +164,4 @@ export class AssociateMemberToGroupCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_AssociateMemberToGroupCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-workmail/src/commands/AssumeImpersonationRoleCommand.ts b/clients/client-workmail/src/commands/AssumeImpersonationRoleCommand.ts index 1d716aa6431c..89541c11772f 100644 --- a/clients/client-workmail/src/commands/AssumeImpersonationRoleCommand.ts +++ b/clients/client-workmail/src/commands/AssumeImpersonationRoleCommand.ts @@ -87,9 +87,6 @@ export class AssumeImpersonationRoleCommand extends $Command< AssumeImpersonationRoleCommandOutput, WorkMailClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -103,9 +100,7 @@ export class AssumeImpersonationRoleCommand extends $Command< * @public */ constructor(readonly input: AssumeImpersonationRoleCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -158,7 +153,4 @@ export class AssumeImpersonationRoleCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_AssumeImpersonationRoleCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-workmail/src/commands/CancelMailboxExportJobCommand.ts b/clients/client-workmail/src/commands/CancelMailboxExportJobCommand.ts index f9d1e811b7b0..961e12bbbccd 100644 --- a/clients/client-workmail/src/commands/CancelMailboxExportJobCommand.ts +++ b/clients/client-workmail/src/commands/CancelMailboxExportJobCommand.ts @@ -89,9 +89,6 @@ export class CancelMailboxExportJobCommand extends $Command< CancelMailboxExportJobCommandOutput, WorkMailClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -105,9 +102,7 @@ export class CancelMailboxExportJobCommand extends $Command< * @public */ constructor(readonly input: CancelMailboxExportJobCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -160,7 +155,4 @@ export class CancelMailboxExportJobCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CancelMailboxExportJobCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-workmail/src/commands/CreateAliasCommand.ts b/clients/client-workmail/src/commands/CreateAliasCommand.ts index ec80d2476ac9..8cf6294527c0 100644 --- a/clients/client-workmail/src/commands/CreateAliasCommand.ts +++ b/clients/client-workmail/src/commands/CreateAliasCommand.ts @@ -103,9 +103,6 @@ export class CreateAliasCommand extends $Command< CreateAliasCommandOutput, WorkMailClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -119,9 +116,7 @@ export class CreateAliasCommand extends $Command< * @public */ constructor(readonly input: CreateAliasCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -172,7 +167,4 @@ export class CreateAliasCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateAliasCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-workmail/src/commands/CreateAvailabilityConfigurationCommand.ts b/clients/client-workmail/src/commands/CreateAvailabilityConfigurationCommand.ts index 30576d3bc7de..e110455eacd4 100644 --- a/clients/client-workmail/src/commands/CreateAvailabilityConfigurationCommand.ts +++ b/clients/client-workmail/src/commands/CreateAvailabilityConfigurationCommand.ts @@ -104,9 +104,6 @@ export class CreateAvailabilityConfigurationCommand extends $Command< CreateAvailabilityConfigurationCommandOutput, WorkMailClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -120,9 +117,7 @@ export class CreateAvailabilityConfigurationCommand extends $Command< * @public */ constructor(readonly input: CreateAvailabilityConfigurationCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -181,7 +176,4 @@ export class CreateAvailabilityConfigurationCommand extends $Command< ): Promise { return de_CreateAvailabilityConfigurationCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-workmail/src/commands/CreateGroupCommand.ts b/clients/client-workmail/src/commands/CreateGroupCommand.ts index 550588b44827..a6d54d451c18 100644 --- a/clients/client-workmail/src/commands/CreateGroupCommand.ts +++ b/clients/client-workmail/src/commands/CreateGroupCommand.ts @@ -98,9 +98,6 @@ export class CreateGroupCommand extends $Command< CreateGroupCommandOutput, WorkMailClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -114,9 +111,7 @@ export class CreateGroupCommand extends $Command< * @public */ constructor(readonly input: CreateGroupCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -167,7 +162,4 @@ export class CreateGroupCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateGroupCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-workmail/src/commands/CreateImpersonationRoleCommand.ts b/clients/client-workmail/src/commands/CreateImpersonationRoleCommand.ts index df89486d1051..45089579683c 100644 --- a/clients/client-workmail/src/commands/CreateImpersonationRoleCommand.ts +++ b/clients/client-workmail/src/commands/CreateImpersonationRoleCommand.ts @@ -115,9 +115,6 @@ export class CreateImpersonationRoleCommand extends $Command< CreateImpersonationRoleCommandOutput, WorkMailClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -131,9 +128,7 @@ export class CreateImpersonationRoleCommand extends $Command< * @public */ constructor(readonly input: CreateImpersonationRoleCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -186,7 +181,4 @@ export class CreateImpersonationRoleCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateImpersonationRoleCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-workmail/src/commands/CreateMobileDeviceAccessRuleCommand.ts b/clients/client-workmail/src/commands/CreateMobileDeviceAccessRuleCommand.ts index e6156e5c834d..acc9dc85cd76 100644 --- a/clients/client-workmail/src/commands/CreateMobileDeviceAccessRuleCommand.ts +++ b/clients/client-workmail/src/commands/CreateMobileDeviceAccessRuleCommand.ts @@ -117,9 +117,6 @@ export class CreateMobileDeviceAccessRuleCommand extends $Command< CreateMobileDeviceAccessRuleCommandOutput, WorkMailClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -133,9 +130,7 @@ export class CreateMobileDeviceAccessRuleCommand extends $Command< * @public */ constructor(readonly input: CreateMobileDeviceAccessRuleCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -191,7 +186,4 @@ export class CreateMobileDeviceAccessRuleCommand extends $Command< ): Promise { return de_CreateMobileDeviceAccessRuleCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-workmail/src/commands/CreateOrganizationCommand.ts b/clients/client-workmail/src/commands/CreateOrganizationCommand.ts index f1062dd1cff9..0b42d546959d 100644 --- a/clients/client-workmail/src/commands/CreateOrganizationCommand.ts +++ b/clients/client-workmail/src/commands/CreateOrganizationCommand.ts @@ -103,9 +103,6 @@ export class CreateOrganizationCommand extends $Command< CreateOrganizationCommandOutput, WorkMailClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -119,9 +116,7 @@ export class CreateOrganizationCommand extends $Command< * @public */ constructor(readonly input: CreateOrganizationCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -174,7 +169,4 @@ export class CreateOrganizationCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateOrganizationCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-workmail/src/commands/CreateResourceCommand.ts b/clients/client-workmail/src/commands/CreateResourceCommand.ts index 3ebfbf878d74..79a589bdcbb0 100644 --- a/clients/client-workmail/src/commands/CreateResourceCommand.ts +++ b/clients/client-workmail/src/commands/CreateResourceCommand.ts @@ -100,9 +100,6 @@ export class CreateResourceCommand extends $Command< CreateResourceCommandOutput, WorkMailClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -116,9 +113,7 @@ export class CreateResourceCommand extends $Command< * @public */ constructor(readonly input: CreateResourceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -171,7 +166,4 @@ export class CreateResourceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateResourceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-workmail/src/commands/CreateUserCommand.ts b/clients/client-workmail/src/commands/CreateUserCommand.ts index 189f45f83100..49e38913ae96 100644 --- a/clients/client-workmail/src/commands/CreateUserCommand.ts +++ b/clients/client-workmail/src/commands/CreateUserCommand.ts @@ -107,9 +107,6 @@ export class CreateUserCommand extends $Command< CreateUserCommandOutput, WorkMailClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -123,9 +120,7 @@ export class CreateUserCommand extends $Command< * @public */ constructor(readonly input: CreateUserCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -176,7 +171,4 @@ export class CreateUserCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateUserCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-workmail/src/commands/DeleteAccessControlRuleCommand.ts b/clients/client-workmail/src/commands/DeleteAccessControlRuleCommand.ts index 13f8bd0910a4..b107f98d9532 100644 --- a/clients/client-workmail/src/commands/DeleteAccessControlRuleCommand.ts +++ b/clients/client-workmail/src/commands/DeleteAccessControlRuleCommand.ts @@ -80,9 +80,6 @@ export class DeleteAccessControlRuleCommand extends $Command< DeleteAccessControlRuleCommandOutput, WorkMailClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -96,9 +93,7 @@ export class DeleteAccessControlRuleCommand extends $Command< * @public */ constructor(readonly input: DeleteAccessControlRuleCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -151,7 +146,4 @@ export class DeleteAccessControlRuleCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteAccessControlRuleCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-workmail/src/commands/DeleteAliasCommand.ts b/clients/client-workmail/src/commands/DeleteAliasCommand.ts index 3ff09de61d8a..15565d2a9b3f 100644 --- a/clients/client-workmail/src/commands/DeleteAliasCommand.ts +++ b/clients/client-workmail/src/commands/DeleteAliasCommand.ts @@ -90,9 +90,6 @@ export class DeleteAliasCommand extends $Command< DeleteAliasCommandOutput, WorkMailClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -106,9 +103,7 @@ export class DeleteAliasCommand extends $Command< * @public */ constructor(readonly input: DeleteAliasCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -159,7 +154,4 @@ export class DeleteAliasCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteAliasCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-workmail/src/commands/DeleteAvailabilityConfigurationCommand.ts b/clients/client-workmail/src/commands/DeleteAvailabilityConfigurationCommand.ts index defdbfef802b..5f97a4d9ad82 100644 --- a/clients/client-workmail/src/commands/DeleteAvailabilityConfigurationCommand.ts +++ b/clients/client-workmail/src/commands/DeleteAvailabilityConfigurationCommand.ts @@ -82,9 +82,6 @@ export class DeleteAvailabilityConfigurationCommand extends $Command< DeleteAvailabilityConfigurationCommandOutput, WorkMailClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -98,9 +95,7 @@ export class DeleteAvailabilityConfigurationCommand extends $Command< * @public */ constructor(readonly input: DeleteAvailabilityConfigurationCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -159,7 +154,4 @@ export class DeleteAvailabilityConfigurationCommand extends $Command< ): Promise { return de_DeleteAvailabilityConfigurationCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-workmail/src/commands/DeleteEmailMonitoringConfigurationCommand.ts b/clients/client-workmail/src/commands/DeleteEmailMonitoringConfigurationCommand.ts index 9d0b0bb15a7a..499438c62c81 100644 --- a/clients/client-workmail/src/commands/DeleteEmailMonitoringConfigurationCommand.ts +++ b/clients/client-workmail/src/commands/DeleteEmailMonitoringConfigurationCommand.ts @@ -87,9 +87,6 @@ export class DeleteEmailMonitoringConfigurationCommand extends $Command< DeleteEmailMonitoringConfigurationCommandOutput, WorkMailClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -103,9 +100,7 @@ export class DeleteEmailMonitoringConfigurationCommand extends $Command< * @public */ constructor(readonly input: DeleteEmailMonitoringConfigurationCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -164,7 +159,4 @@ export class DeleteEmailMonitoringConfigurationCommand extends $Command< ): Promise { return de_DeleteEmailMonitoringConfigurationCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-workmail/src/commands/DeleteGroupCommand.ts b/clients/client-workmail/src/commands/DeleteGroupCommand.ts index 3868f87744a3..6961e1050978 100644 --- a/clients/client-workmail/src/commands/DeleteGroupCommand.ts +++ b/clients/client-workmail/src/commands/DeleteGroupCommand.ts @@ -93,9 +93,6 @@ export class DeleteGroupCommand extends $Command< DeleteGroupCommandOutput, WorkMailClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -109,9 +106,7 @@ export class DeleteGroupCommand extends $Command< * @public */ constructor(readonly input: DeleteGroupCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -162,7 +157,4 @@ export class DeleteGroupCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteGroupCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-workmail/src/commands/DeleteImpersonationRoleCommand.ts b/clients/client-workmail/src/commands/DeleteImpersonationRoleCommand.ts index 65c0102e1f98..1b30d9626f23 100644 --- a/clients/client-workmail/src/commands/DeleteImpersonationRoleCommand.ts +++ b/clients/client-workmail/src/commands/DeleteImpersonationRoleCommand.ts @@ -80,9 +80,6 @@ export class DeleteImpersonationRoleCommand extends $Command< DeleteImpersonationRoleCommandOutput, WorkMailClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -96,9 +93,7 @@ export class DeleteImpersonationRoleCommand extends $Command< * @public */ constructor(readonly input: DeleteImpersonationRoleCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -151,7 +146,4 @@ export class DeleteImpersonationRoleCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteImpersonationRoleCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-workmail/src/commands/DeleteMailboxPermissionsCommand.ts b/clients/client-workmail/src/commands/DeleteMailboxPermissionsCommand.ts index 2ab9038e7aae..ed7f7c55e496 100644 --- a/clients/client-workmail/src/commands/DeleteMailboxPermissionsCommand.ts +++ b/clients/client-workmail/src/commands/DeleteMailboxPermissionsCommand.ts @@ -89,9 +89,6 @@ export class DeleteMailboxPermissionsCommand extends $Command< DeleteMailboxPermissionsCommandOutput, WorkMailClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -105,9 +102,7 @@ export class DeleteMailboxPermissionsCommand extends $Command< * @public */ constructor(readonly input: DeleteMailboxPermissionsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -160,7 +155,4 @@ export class DeleteMailboxPermissionsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteMailboxPermissionsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-workmail/src/commands/DeleteMobileDeviceAccessOverrideCommand.ts b/clients/client-workmail/src/commands/DeleteMobileDeviceAccessOverrideCommand.ts index 80a0db3c77ab..6677aad39b7e 100644 --- a/clients/client-workmail/src/commands/DeleteMobileDeviceAccessOverrideCommand.ts +++ b/clients/client-workmail/src/commands/DeleteMobileDeviceAccessOverrideCommand.ts @@ -93,9 +93,6 @@ export class DeleteMobileDeviceAccessOverrideCommand extends $Command< DeleteMobileDeviceAccessOverrideCommandOutput, WorkMailClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -109,9 +106,7 @@ export class DeleteMobileDeviceAccessOverrideCommand extends $Command< * @public */ constructor(readonly input: DeleteMobileDeviceAccessOverrideCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -170,7 +165,4 @@ export class DeleteMobileDeviceAccessOverrideCommand extends $Command< ): Promise { return de_DeleteMobileDeviceAccessOverrideCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-workmail/src/commands/DeleteMobileDeviceAccessRuleCommand.ts b/clients/client-workmail/src/commands/DeleteMobileDeviceAccessRuleCommand.ts index 96c12ec50bfa..31a7951bd0db 100644 --- a/clients/client-workmail/src/commands/DeleteMobileDeviceAccessRuleCommand.ts +++ b/clients/client-workmail/src/commands/DeleteMobileDeviceAccessRuleCommand.ts @@ -88,9 +88,6 @@ export class DeleteMobileDeviceAccessRuleCommand extends $Command< DeleteMobileDeviceAccessRuleCommandOutput, WorkMailClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -104,9 +101,7 @@ export class DeleteMobileDeviceAccessRuleCommand extends $Command< * @public */ constructor(readonly input: DeleteMobileDeviceAccessRuleCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -162,7 +157,4 @@ export class DeleteMobileDeviceAccessRuleCommand extends $Command< ): Promise { return de_DeleteMobileDeviceAccessRuleCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-workmail/src/commands/DeleteOrganizationCommand.ts b/clients/client-workmail/src/commands/DeleteOrganizationCommand.ts index cf198625ff97..e9fd53949f26 100644 --- a/clients/client-workmail/src/commands/DeleteOrganizationCommand.ts +++ b/clients/client-workmail/src/commands/DeleteOrganizationCommand.ts @@ -85,9 +85,6 @@ export class DeleteOrganizationCommand extends $Command< DeleteOrganizationCommandOutput, WorkMailClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -101,9 +98,7 @@ export class DeleteOrganizationCommand extends $Command< * @public */ constructor(readonly input: DeleteOrganizationCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -156,7 +151,4 @@ export class DeleteOrganizationCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteOrganizationCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-workmail/src/commands/DeleteResourceCommand.ts b/clients/client-workmail/src/commands/DeleteResourceCommand.ts index fad281c6957a..7b33476715d1 100644 --- a/clients/client-workmail/src/commands/DeleteResourceCommand.ts +++ b/clients/client-workmail/src/commands/DeleteResourceCommand.ts @@ -87,9 +87,6 @@ export class DeleteResourceCommand extends $Command< DeleteResourceCommandOutput, WorkMailClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -103,9 +100,7 @@ export class DeleteResourceCommand extends $Command< * @public */ constructor(readonly input: DeleteResourceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -158,7 +153,4 @@ export class DeleteResourceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteResourceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-workmail/src/commands/DeleteRetentionPolicyCommand.ts b/clients/client-workmail/src/commands/DeleteRetentionPolicyCommand.ts index 23babfc42211..2eaeef293b27 100644 --- a/clients/client-workmail/src/commands/DeleteRetentionPolicyCommand.ts +++ b/clients/client-workmail/src/commands/DeleteRetentionPolicyCommand.ts @@ -80,9 +80,6 @@ export class DeleteRetentionPolicyCommand extends $Command< DeleteRetentionPolicyCommandOutput, WorkMailClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -96,9 +93,7 @@ export class DeleteRetentionPolicyCommand extends $Command< * @public */ constructor(readonly input: DeleteRetentionPolicyCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -151,7 +146,4 @@ export class DeleteRetentionPolicyCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteRetentionPolicyCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-workmail/src/commands/DeleteUserCommand.ts b/clients/client-workmail/src/commands/DeleteUserCommand.ts index 5abfb80f39d5..fa5493b64830 100644 --- a/clients/client-workmail/src/commands/DeleteUserCommand.ts +++ b/clients/client-workmail/src/commands/DeleteUserCommand.ts @@ -97,9 +97,6 @@ export class DeleteUserCommand extends $Command< DeleteUserCommandOutput, WorkMailClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -113,9 +110,7 @@ export class DeleteUserCommand extends $Command< * @public */ constructor(readonly input: DeleteUserCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -166,7 +161,4 @@ export class DeleteUserCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteUserCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-workmail/src/commands/DeregisterFromWorkMailCommand.ts b/clients/client-workmail/src/commands/DeregisterFromWorkMailCommand.ts index d0ba47746770..2c16a47c810b 100644 --- a/clients/client-workmail/src/commands/DeregisterFromWorkMailCommand.ts +++ b/clients/client-workmail/src/commands/DeregisterFromWorkMailCommand.ts @@ -91,9 +91,6 @@ export class DeregisterFromWorkMailCommand extends $Command< DeregisterFromWorkMailCommandOutput, WorkMailClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -107,9 +104,7 @@ export class DeregisterFromWorkMailCommand extends $Command< * @public */ constructor(readonly input: DeregisterFromWorkMailCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -162,7 +157,4 @@ export class DeregisterFromWorkMailCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeregisterFromWorkMailCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-workmail/src/commands/DeregisterMailDomainCommand.ts b/clients/client-workmail/src/commands/DeregisterMailDomainCommand.ts index 70ae340b6508..4a66904e7f29 100644 --- a/clients/client-workmail/src/commands/DeregisterMailDomainCommand.ts +++ b/clients/client-workmail/src/commands/DeregisterMailDomainCommand.ts @@ -88,9 +88,6 @@ export class DeregisterMailDomainCommand extends $Command< DeregisterMailDomainCommandOutput, WorkMailClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -104,9 +101,7 @@ export class DeregisterMailDomainCommand extends $Command< * @public */ constructor(readonly input: DeregisterMailDomainCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -159,7 +154,4 @@ export class DeregisterMailDomainCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeregisterMailDomainCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-workmail/src/commands/DescribeEmailMonitoringConfigurationCommand.ts b/clients/client-workmail/src/commands/DescribeEmailMonitoringConfigurationCommand.ts index 60e65f863ff2..d9b2ae694529 100644 --- a/clients/client-workmail/src/commands/DescribeEmailMonitoringConfigurationCommand.ts +++ b/clients/client-workmail/src/commands/DescribeEmailMonitoringConfigurationCommand.ts @@ -93,9 +93,6 @@ export class DescribeEmailMonitoringConfigurationCommand extends $Command< DescribeEmailMonitoringConfigurationCommandOutput, WorkMailClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -109,9 +106,7 @@ export class DescribeEmailMonitoringConfigurationCommand extends $Command< * @public */ constructor(readonly input: DescribeEmailMonitoringConfigurationCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -170,7 +165,4 @@ export class DescribeEmailMonitoringConfigurationCommand extends $Command< ): Promise { return de_DescribeEmailMonitoringConfigurationCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-workmail/src/commands/DescribeEntityCommand.ts b/clients/client-workmail/src/commands/DescribeEntityCommand.ts index 3a7ec85249ff..64fed91db6a9 100644 --- a/clients/client-workmail/src/commands/DescribeEntityCommand.ts +++ b/clients/client-workmail/src/commands/DescribeEntityCommand.ts @@ -88,9 +88,6 @@ export class DescribeEntityCommand extends $Command< DescribeEntityCommandOutput, WorkMailClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -104,9 +101,7 @@ export class DescribeEntityCommand extends $Command< * @public */ constructor(readonly input: DescribeEntityCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -159,7 +154,4 @@ export class DescribeEntityCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DescribeEntityCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-workmail/src/commands/DescribeGroupCommand.ts b/clients/client-workmail/src/commands/DescribeGroupCommand.ts index 9f2341f318dd..8262210c28d6 100644 --- a/clients/client-workmail/src/commands/DescribeGroupCommand.ts +++ b/clients/client-workmail/src/commands/DescribeGroupCommand.ts @@ -92,9 +92,6 @@ export class DescribeGroupCommand extends $Command< DescribeGroupCommandOutput, WorkMailClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -108,9 +105,7 @@ export class DescribeGroupCommand extends $Command< * @public */ constructor(readonly input: DescribeGroupCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -161,7 +156,4 @@ export class DescribeGroupCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DescribeGroupCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-workmail/src/commands/DescribeInboundDmarcSettingsCommand.ts b/clients/client-workmail/src/commands/DescribeInboundDmarcSettingsCommand.ts index 0aca5637539a..49246614679d 100644 --- a/clients/client-workmail/src/commands/DescribeInboundDmarcSettingsCommand.ts +++ b/clients/client-workmail/src/commands/DescribeInboundDmarcSettingsCommand.ts @@ -83,9 +83,6 @@ export class DescribeInboundDmarcSettingsCommand extends $Command< DescribeInboundDmarcSettingsCommandOutput, WorkMailClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -99,9 +96,7 @@ export class DescribeInboundDmarcSettingsCommand extends $Command< * @public */ constructor(readonly input: DescribeInboundDmarcSettingsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -157,7 +152,4 @@ export class DescribeInboundDmarcSettingsCommand extends $Command< ): Promise { return de_DescribeInboundDmarcSettingsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-workmail/src/commands/DescribeMailboxExportJobCommand.ts b/clients/client-workmail/src/commands/DescribeMailboxExportJobCommand.ts index 5a406db42006..cb8e51844320 100644 --- a/clients/client-workmail/src/commands/DescribeMailboxExportJobCommand.ts +++ b/clients/client-workmail/src/commands/DescribeMailboxExportJobCommand.ts @@ -97,9 +97,6 @@ export class DescribeMailboxExportJobCommand extends $Command< DescribeMailboxExportJobCommandOutput, WorkMailClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -113,9 +110,7 @@ export class DescribeMailboxExportJobCommand extends $Command< * @public */ constructor(readonly input: DescribeMailboxExportJobCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -168,7 +163,4 @@ export class DescribeMailboxExportJobCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DescribeMailboxExportJobCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-workmail/src/commands/DescribeOrganizationCommand.ts b/clients/client-workmail/src/commands/DescribeOrganizationCommand.ts index 8171b5ba0f61..25bdbb4d30ab 100644 --- a/clients/client-workmail/src/commands/DescribeOrganizationCommand.ts +++ b/clients/client-workmail/src/commands/DescribeOrganizationCommand.ts @@ -88,9 +88,6 @@ export class DescribeOrganizationCommand extends $Command< DescribeOrganizationCommandOutput, WorkMailClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -104,9 +101,7 @@ export class DescribeOrganizationCommand extends $Command< * @public */ constructor(readonly input: DescribeOrganizationCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -159,7 +154,4 @@ export class DescribeOrganizationCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DescribeOrganizationCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-workmail/src/commands/DescribeResourceCommand.ts b/clients/client-workmail/src/commands/DescribeResourceCommand.ts index 30ca93f00bdf..9402e64a18ef 100644 --- a/clients/client-workmail/src/commands/DescribeResourceCommand.ts +++ b/clients/client-workmail/src/commands/DescribeResourceCommand.ts @@ -102,9 +102,6 @@ export class DescribeResourceCommand extends $Command< DescribeResourceCommandOutput, WorkMailClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -118,9 +115,7 @@ export class DescribeResourceCommand extends $Command< * @public */ constructor(readonly input: DescribeResourceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -173,7 +168,4 @@ export class DescribeResourceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DescribeResourceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-workmail/src/commands/DescribeUserCommand.ts b/clients/client-workmail/src/commands/DescribeUserCommand.ts index 74fa9b98edec..0d42983e6004 100644 --- a/clients/client-workmail/src/commands/DescribeUserCommand.ts +++ b/clients/client-workmail/src/commands/DescribeUserCommand.ts @@ -108,9 +108,6 @@ export class DescribeUserCommand extends $Command< DescribeUserCommandOutput, WorkMailClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -124,9 +121,7 @@ export class DescribeUserCommand extends $Command< * @public */ constructor(readonly input: DescribeUserCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -177,7 +172,4 @@ export class DescribeUserCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DescribeUserCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-workmail/src/commands/DisassociateDelegateFromResourceCommand.ts b/clients/client-workmail/src/commands/DisassociateDelegateFromResourceCommand.ts index a93632621f95..a1fcc523adb3 100644 --- a/clients/client-workmail/src/commands/DisassociateDelegateFromResourceCommand.ts +++ b/clients/client-workmail/src/commands/DisassociateDelegateFromResourceCommand.ts @@ -97,9 +97,6 @@ export class DisassociateDelegateFromResourceCommand extends $Command< DisassociateDelegateFromResourceCommandOutput, WorkMailClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -113,9 +110,7 @@ export class DisassociateDelegateFromResourceCommand extends $Command< * @public */ constructor(readonly input: DisassociateDelegateFromResourceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -174,7 +169,4 @@ export class DisassociateDelegateFromResourceCommand extends $Command< ): Promise { return de_DisassociateDelegateFromResourceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-workmail/src/commands/DisassociateMemberFromGroupCommand.ts b/clients/client-workmail/src/commands/DisassociateMemberFromGroupCommand.ts index 506fb615d0e4..ef5f5119ea29 100644 --- a/clients/client-workmail/src/commands/DisassociateMemberFromGroupCommand.ts +++ b/clients/client-workmail/src/commands/DisassociateMemberFromGroupCommand.ts @@ -100,9 +100,6 @@ export class DisassociateMemberFromGroupCommand extends $Command< DisassociateMemberFromGroupCommandOutput, WorkMailClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -116,9 +113,7 @@ export class DisassociateMemberFromGroupCommand extends $Command< * @public */ constructor(readonly input: DisassociateMemberFromGroupCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -174,7 +169,4 @@ export class DisassociateMemberFromGroupCommand extends $Command< ): Promise { return de_DisassociateMemberFromGroupCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-workmail/src/commands/GetAccessControlEffectCommand.ts b/clients/client-workmail/src/commands/GetAccessControlEffectCommand.ts index c43d9a51e4b2..b67e81670368 100644 --- a/clients/client-workmail/src/commands/GetAccessControlEffectCommand.ts +++ b/clients/client-workmail/src/commands/GetAccessControlEffectCommand.ts @@ -96,9 +96,6 @@ export class GetAccessControlEffectCommand extends $Command< GetAccessControlEffectCommandOutput, WorkMailClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -112,9 +109,7 @@ export class GetAccessControlEffectCommand extends $Command< * @public */ constructor(readonly input: GetAccessControlEffectCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -167,7 +162,4 @@ export class GetAccessControlEffectCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetAccessControlEffectCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-workmail/src/commands/GetDefaultRetentionPolicyCommand.ts b/clients/client-workmail/src/commands/GetDefaultRetentionPolicyCommand.ts index bd59bdffbd85..f7664967ea06 100644 --- a/clients/client-workmail/src/commands/GetDefaultRetentionPolicyCommand.ts +++ b/clients/client-workmail/src/commands/GetDefaultRetentionPolicyCommand.ts @@ -94,9 +94,6 @@ export class GetDefaultRetentionPolicyCommand extends $Command< GetDefaultRetentionPolicyCommandOutput, WorkMailClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -110,9 +107,7 @@ export class GetDefaultRetentionPolicyCommand extends $Command< * @public */ constructor(readonly input: GetDefaultRetentionPolicyCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -168,7 +163,4 @@ export class GetDefaultRetentionPolicyCommand extends $Command< ): Promise { return de_GetDefaultRetentionPolicyCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-workmail/src/commands/GetImpersonationRoleCommand.ts b/clients/client-workmail/src/commands/GetImpersonationRoleCommand.ts index 1d5dee740df1..cd1e022316c1 100644 --- a/clients/client-workmail/src/commands/GetImpersonationRoleCommand.ts +++ b/clients/client-workmail/src/commands/GetImpersonationRoleCommand.ts @@ -104,9 +104,6 @@ export class GetImpersonationRoleCommand extends $Command< GetImpersonationRoleCommandOutput, WorkMailClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -120,9 +117,7 @@ export class GetImpersonationRoleCommand extends $Command< * @public */ constructor(readonly input: GetImpersonationRoleCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -175,7 +170,4 @@ export class GetImpersonationRoleCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetImpersonationRoleCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-workmail/src/commands/GetImpersonationRoleEffectCommand.ts b/clients/client-workmail/src/commands/GetImpersonationRoleEffectCommand.ts index 0826f64597ce..26f2707dea90 100644 --- a/clients/client-workmail/src/commands/GetImpersonationRoleEffectCommand.ts +++ b/clients/client-workmail/src/commands/GetImpersonationRoleEffectCommand.ts @@ -101,9 +101,6 @@ export class GetImpersonationRoleEffectCommand extends $Command< GetImpersonationRoleEffectCommandOutput, WorkMailClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -117,9 +114,7 @@ export class GetImpersonationRoleEffectCommand extends $Command< * @public */ constructor(readonly input: GetImpersonationRoleEffectCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -175,7 +170,4 @@ export class GetImpersonationRoleEffectCommand extends $Command< ): Promise { return de_GetImpersonationRoleEffectCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-workmail/src/commands/GetMailDomainCommand.ts b/clients/client-workmail/src/commands/GetMailDomainCommand.ts index a72ebe781659..fe6eae0e7d82 100644 --- a/clients/client-workmail/src/commands/GetMailDomainCommand.ts +++ b/clients/client-workmail/src/commands/GetMailDomainCommand.ts @@ -95,9 +95,6 @@ export class GetMailDomainCommand extends $Command< GetMailDomainCommandOutput, WorkMailClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -111,9 +108,7 @@ export class GetMailDomainCommand extends $Command< * @public */ constructor(readonly input: GetMailDomainCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -164,7 +159,4 @@ export class GetMailDomainCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetMailDomainCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-workmail/src/commands/GetMailboxDetailsCommand.ts b/clients/client-workmail/src/commands/GetMailboxDetailsCommand.ts index 5a1e06beb115..665ea2c39749 100644 --- a/clients/client-workmail/src/commands/GetMailboxDetailsCommand.ts +++ b/clients/client-workmail/src/commands/GetMailboxDetailsCommand.ts @@ -87,9 +87,6 @@ export class GetMailboxDetailsCommand extends $Command< GetMailboxDetailsCommandOutput, WorkMailClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -103,9 +100,7 @@ export class GetMailboxDetailsCommand extends $Command< * @public */ constructor(readonly input: GetMailboxDetailsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -158,7 +153,4 @@ export class GetMailboxDetailsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetMailboxDetailsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-workmail/src/commands/GetMobileDeviceAccessEffectCommand.ts b/clients/client-workmail/src/commands/GetMobileDeviceAccessEffectCommand.ts index a973f39a0454..669be0ac5ab3 100644 --- a/clients/client-workmail/src/commands/GetMobileDeviceAccessEffectCommand.ts +++ b/clients/client-workmail/src/commands/GetMobileDeviceAccessEffectCommand.ts @@ -94,9 +94,6 @@ export class GetMobileDeviceAccessEffectCommand extends $Command< GetMobileDeviceAccessEffectCommandOutput, WorkMailClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -110,9 +107,7 @@ export class GetMobileDeviceAccessEffectCommand extends $Command< * @public */ constructor(readonly input: GetMobileDeviceAccessEffectCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -168,7 +163,4 @@ export class GetMobileDeviceAccessEffectCommand extends $Command< ): Promise { return de_GetMobileDeviceAccessEffectCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-workmail/src/commands/GetMobileDeviceAccessOverrideCommand.ts b/clients/client-workmail/src/commands/GetMobileDeviceAccessOverrideCommand.ts index 0573542b7637..9fbecc493c45 100644 --- a/clients/client-workmail/src/commands/GetMobileDeviceAccessOverrideCommand.ts +++ b/clients/client-workmail/src/commands/GetMobileDeviceAccessOverrideCommand.ts @@ -100,9 +100,6 @@ export class GetMobileDeviceAccessOverrideCommand extends $Command< GetMobileDeviceAccessOverrideCommandOutput, WorkMailClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -116,9 +113,7 @@ export class GetMobileDeviceAccessOverrideCommand extends $Command< * @public */ constructor(readonly input: GetMobileDeviceAccessOverrideCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -174,7 +169,4 @@ export class GetMobileDeviceAccessOverrideCommand extends $Command< ): Promise { return de_GetMobileDeviceAccessOverrideCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-workmail/src/commands/ListAccessControlRulesCommand.ts b/clients/client-workmail/src/commands/ListAccessControlRulesCommand.ts index 291351ba9843..0e0e95da3bbb 100644 --- a/clients/client-workmail/src/commands/ListAccessControlRulesCommand.ts +++ b/clients/client-workmail/src/commands/ListAccessControlRulesCommand.ts @@ -110,9 +110,6 @@ export class ListAccessControlRulesCommand extends $Command< ListAccessControlRulesCommandOutput, WorkMailClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -126,9 +123,7 @@ export class ListAccessControlRulesCommand extends $Command< * @public */ constructor(readonly input: ListAccessControlRulesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -181,7 +176,4 @@ export class ListAccessControlRulesCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListAccessControlRulesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-workmail/src/commands/ListAliasesCommand.ts b/clients/client-workmail/src/commands/ListAliasesCommand.ts index 939c8cf66303..92495dec29aa 100644 --- a/clients/client-workmail/src/commands/ListAliasesCommand.ts +++ b/clients/client-workmail/src/commands/ListAliasesCommand.ts @@ -96,9 +96,6 @@ export class ListAliasesCommand extends $Command< ListAliasesCommandOutput, WorkMailClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -112,9 +109,7 @@ export class ListAliasesCommand extends $Command< * @public */ constructor(readonly input: ListAliasesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -165,7 +160,4 @@ export class ListAliasesCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListAliasesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-workmail/src/commands/ListAvailabilityConfigurationsCommand.ts b/clients/client-workmail/src/commands/ListAvailabilityConfigurationsCommand.ts index 38ff237b3f00..0417fa21269b 100644 --- a/clients/client-workmail/src/commands/ListAvailabilityConfigurationsCommand.ts +++ b/clients/client-workmail/src/commands/ListAvailabilityConfigurationsCommand.ts @@ -100,9 +100,6 @@ export class ListAvailabilityConfigurationsCommand extends $Command< ListAvailabilityConfigurationsCommandOutput, WorkMailClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -116,9 +113,7 @@ export class ListAvailabilityConfigurationsCommand extends $Command< * @public */ constructor(readonly input: ListAvailabilityConfigurationsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -177,7 +172,4 @@ export class ListAvailabilityConfigurationsCommand extends $Command< ): Promise { return de_ListAvailabilityConfigurationsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-workmail/src/commands/ListGroupMembersCommand.ts b/clients/client-workmail/src/commands/ListGroupMembersCommand.ts index 37f0862d0a47..497277caa5f4 100644 --- a/clients/client-workmail/src/commands/ListGroupMembersCommand.ts +++ b/clients/client-workmail/src/commands/ListGroupMembersCommand.ts @@ -103,9 +103,6 @@ export class ListGroupMembersCommand extends $Command< ListGroupMembersCommandOutput, WorkMailClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -119,9 +116,7 @@ export class ListGroupMembersCommand extends $Command< * @public */ constructor(readonly input: ListGroupMembersCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -174,7 +169,4 @@ export class ListGroupMembersCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListGroupMembersCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-workmail/src/commands/ListGroupsCommand.ts b/clients/client-workmail/src/commands/ListGroupsCommand.ts index ac20deacbb04..5de4acc8507b 100644 --- a/clients/client-workmail/src/commands/ListGroupsCommand.ts +++ b/clients/client-workmail/src/commands/ListGroupsCommand.ts @@ -102,9 +102,6 @@ export class ListGroupsCommand extends $Command< ListGroupsCommandOutput, WorkMailClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -118,9 +115,7 @@ export class ListGroupsCommand extends $Command< * @public */ constructor(readonly input: ListGroupsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -171,7 +166,4 @@ export class ListGroupsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListGroupsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-workmail/src/commands/ListGroupsForEntityCommand.ts b/clients/client-workmail/src/commands/ListGroupsForEntityCommand.ts index 3b853acfee64..25d2244650c0 100644 --- a/clients/client-workmail/src/commands/ListGroupsForEntityCommand.ts +++ b/clients/client-workmail/src/commands/ListGroupsForEntityCommand.ts @@ -101,9 +101,6 @@ export class ListGroupsForEntityCommand extends $Command< ListGroupsForEntityCommandOutput, WorkMailClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -117,9 +114,7 @@ export class ListGroupsForEntityCommand extends $Command< * @public */ constructor(readonly input: ListGroupsForEntityCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -172,7 +167,4 @@ export class ListGroupsForEntityCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListGroupsForEntityCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-workmail/src/commands/ListImpersonationRolesCommand.ts b/clients/client-workmail/src/commands/ListImpersonationRolesCommand.ts index 836335769bf3..abd1a5fee62b 100644 --- a/clients/client-workmail/src/commands/ListImpersonationRolesCommand.ts +++ b/clients/client-workmail/src/commands/ListImpersonationRolesCommand.ts @@ -92,9 +92,6 @@ export class ListImpersonationRolesCommand extends $Command< ListImpersonationRolesCommandOutput, WorkMailClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -108,9 +105,7 @@ export class ListImpersonationRolesCommand extends $Command< * @public */ constructor(readonly input: ListImpersonationRolesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -163,7 +158,4 @@ export class ListImpersonationRolesCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListImpersonationRolesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-workmail/src/commands/ListMailDomainsCommand.ts b/clients/client-workmail/src/commands/ListMailDomainsCommand.ts index 279353e754fa..110de9e97bf6 100644 --- a/clients/client-workmail/src/commands/ListMailDomainsCommand.ts +++ b/clients/client-workmail/src/commands/ListMailDomainsCommand.ts @@ -89,9 +89,6 @@ export class ListMailDomainsCommand extends $Command< ListMailDomainsCommandOutput, WorkMailClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -105,9 +102,7 @@ export class ListMailDomainsCommand extends $Command< * @public */ constructor(readonly input: ListMailDomainsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -160,7 +155,4 @@ export class ListMailDomainsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListMailDomainsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-workmail/src/commands/ListMailboxExportJobsCommand.ts b/clients/client-workmail/src/commands/ListMailboxExportJobsCommand.ts index 6f1b32b26431..5814a6d3dc5f 100644 --- a/clients/client-workmail/src/commands/ListMailboxExportJobsCommand.ts +++ b/clients/client-workmail/src/commands/ListMailboxExportJobsCommand.ts @@ -97,9 +97,6 @@ export class ListMailboxExportJobsCommand extends $Command< ListMailboxExportJobsCommandOutput, WorkMailClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -113,9 +110,7 @@ export class ListMailboxExportJobsCommand extends $Command< * @public */ constructor(readonly input: ListMailboxExportJobsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -168,7 +163,4 @@ export class ListMailboxExportJobsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListMailboxExportJobsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-workmail/src/commands/ListMailboxPermissionsCommand.ts b/clients/client-workmail/src/commands/ListMailboxPermissionsCommand.ts index 20123292eab2..073d5e3370ad 100644 --- a/clients/client-workmail/src/commands/ListMailboxPermissionsCommand.ts +++ b/clients/client-workmail/src/commands/ListMailboxPermissionsCommand.ts @@ -98,9 +98,6 @@ export class ListMailboxPermissionsCommand extends $Command< ListMailboxPermissionsCommandOutput, WorkMailClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -114,9 +111,7 @@ export class ListMailboxPermissionsCommand extends $Command< * @public */ constructor(readonly input: ListMailboxPermissionsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -169,7 +164,4 @@ export class ListMailboxPermissionsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListMailboxPermissionsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-workmail/src/commands/ListMobileDeviceAccessOverridesCommand.ts b/clients/client-workmail/src/commands/ListMobileDeviceAccessOverridesCommand.ts index 1f3c2f3593df..ee42d85ca1fa 100644 --- a/clients/client-workmail/src/commands/ListMobileDeviceAccessOverridesCommand.ts +++ b/clients/client-workmail/src/commands/ListMobileDeviceAccessOverridesCommand.ts @@ -104,9 +104,6 @@ export class ListMobileDeviceAccessOverridesCommand extends $Command< ListMobileDeviceAccessOverridesCommandOutput, WorkMailClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -120,9 +117,7 @@ export class ListMobileDeviceAccessOverridesCommand extends $Command< * @public */ constructor(readonly input: ListMobileDeviceAccessOverridesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -181,7 +176,4 @@ export class ListMobileDeviceAccessOverridesCommand extends $Command< ): Promise { return de_ListMobileDeviceAccessOverridesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-workmail/src/commands/ListMobileDeviceAccessRulesCommand.ts b/clients/client-workmail/src/commands/ListMobileDeviceAccessRulesCommand.ts index 1e326c464e39..dde60d32267f 100644 --- a/clients/client-workmail/src/commands/ListMobileDeviceAccessRulesCommand.ts +++ b/clients/client-workmail/src/commands/ListMobileDeviceAccessRulesCommand.ts @@ -116,9 +116,6 @@ export class ListMobileDeviceAccessRulesCommand extends $Command< ListMobileDeviceAccessRulesCommandOutput, WorkMailClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -132,9 +129,7 @@ export class ListMobileDeviceAccessRulesCommand extends $Command< * @public */ constructor(readonly input: ListMobileDeviceAccessRulesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -190,7 +185,4 @@ export class ListMobileDeviceAccessRulesCommand extends $Command< ): Promise { return de_ListMobileDeviceAccessRulesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-workmail/src/commands/ListOrganizationsCommand.ts b/clients/client-workmail/src/commands/ListOrganizationsCommand.ts index 730429068418..2b4ddef457af 100644 --- a/clients/client-workmail/src/commands/ListOrganizationsCommand.ts +++ b/clients/client-workmail/src/commands/ListOrganizationsCommand.ts @@ -83,9 +83,6 @@ export class ListOrganizationsCommand extends $Command< ListOrganizationsCommandOutput, WorkMailClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -99,9 +96,7 @@ export class ListOrganizationsCommand extends $Command< * @public */ constructor(readonly input: ListOrganizationsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -154,7 +149,4 @@ export class ListOrganizationsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListOrganizationsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-workmail/src/commands/ListResourceDelegatesCommand.ts b/clients/client-workmail/src/commands/ListResourceDelegatesCommand.ts index 7c87b6b63606..355d9e5af7a8 100644 --- a/clients/client-workmail/src/commands/ListResourceDelegatesCommand.ts +++ b/clients/client-workmail/src/commands/ListResourceDelegatesCommand.ts @@ -102,9 +102,6 @@ export class ListResourceDelegatesCommand extends $Command< ListResourceDelegatesCommandOutput, WorkMailClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -118,9 +115,7 @@ export class ListResourceDelegatesCommand extends $Command< * @public */ constructor(readonly input: ListResourceDelegatesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -173,7 +168,4 @@ export class ListResourceDelegatesCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListResourceDelegatesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-workmail/src/commands/ListResourcesCommand.ts b/clients/client-workmail/src/commands/ListResourcesCommand.ts index 6e4f570e22c5..b401427e00cd 100644 --- a/clients/client-workmail/src/commands/ListResourcesCommand.ts +++ b/clients/client-workmail/src/commands/ListResourcesCommand.ts @@ -103,9 +103,6 @@ export class ListResourcesCommand extends $Command< ListResourcesCommandOutput, WorkMailClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -119,9 +116,7 @@ export class ListResourcesCommand extends $Command< * @public */ constructor(readonly input: ListResourcesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -172,7 +167,4 @@ export class ListResourcesCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListResourcesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-workmail/src/commands/ListTagsForResourceCommand.ts b/clients/client-workmail/src/commands/ListTagsForResourceCommand.ts index 838369ac8f02..61cf1afd584c 100644 --- a/clients/client-workmail/src/commands/ListTagsForResourceCommand.ts +++ b/clients/client-workmail/src/commands/ListTagsForResourceCommand.ts @@ -78,9 +78,6 @@ export class ListTagsForResourceCommand extends $Command< ListTagsForResourceCommandOutput, WorkMailClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -94,9 +91,7 @@ export class ListTagsForResourceCommand extends $Command< * @public */ constructor(readonly input: ListTagsForResourceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -149,7 +144,4 @@ export class ListTagsForResourceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListTagsForResourceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-workmail/src/commands/ListUsersCommand.ts b/clients/client-workmail/src/commands/ListUsersCommand.ts index 2f50a461fb3e..6fd22f6e56ba 100644 --- a/clients/client-workmail/src/commands/ListUsersCommand.ts +++ b/clients/client-workmail/src/commands/ListUsersCommand.ts @@ -101,9 +101,6 @@ export class ListUsersCommand extends $Command< ListUsersCommandOutput, WorkMailClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -117,9 +114,7 @@ export class ListUsersCommand extends $Command< * @public */ constructor(readonly input: ListUsersCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -170,7 +165,4 @@ export class ListUsersCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListUsersCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-workmail/src/commands/PutAccessControlRuleCommand.ts b/clients/client-workmail/src/commands/PutAccessControlRuleCommand.ts index fde68865b077..b5f807857785 100644 --- a/clients/client-workmail/src/commands/PutAccessControlRuleCommand.ts +++ b/clients/client-workmail/src/commands/PutAccessControlRuleCommand.ts @@ -119,9 +119,6 @@ export class PutAccessControlRuleCommand extends $Command< PutAccessControlRuleCommandOutput, WorkMailClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -135,9 +132,7 @@ export class PutAccessControlRuleCommand extends $Command< * @public */ constructor(readonly input: PutAccessControlRuleCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -190,7 +185,4 @@ export class PutAccessControlRuleCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_PutAccessControlRuleCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-workmail/src/commands/PutEmailMonitoringConfigurationCommand.ts b/clients/client-workmail/src/commands/PutEmailMonitoringConfigurationCommand.ts index 9ed5e9b8a833..d1b5fed8de55 100644 --- a/clients/client-workmail/src/commands/PutEmailMonitoringConfigurationCommand.ts +++ b/clients/client-workmail/src/commands/PutEmailMonitoringConfigurationCommand.ts @@ -89,9 +89,6 @@ export class PutEmailMonitoringConfigurationCommand extends $Command< PutEmailMonitoringConfigurationCommandOutput, WorkMailClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -105,9 +102,7 @@ export class PutEmailMonitoringConfigurationCommand extends $Command< * @public */ constructor(readonly input: PutEmailMonitoringConfigurationCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -166,7 +161,4 @@ export class PutEmailMonitoringConfigurationCommand extends $Command< ): Promise { return de_PutEmailMonitoringConfigurationCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-workmail/src/commands/PutInboundDmarcSettingsCommand.ts b/clients/client-workmail/src/commands/PutInboundDmarcSettingsCommand.ts index 03787e6bbcc0..b0615707f668 100644 --- a/clients/client-workmail/src/commands/PutInboundDmarcSettingsCommand.ts +++ b/clients/client-workmail/src/commands/PutInboundDmarcSettingsCommand.ts @@ -77,9 +77,6 @@ export class PutInboundDmarcSettingsCommand extends $Command< PutInboundDmarcSettingsCommandOutput, WorkMailClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -93,9 +90,7 @@ export class PutInboundDmarcSettingsCommand extends $Command< * @public */ constructor(readonly input: PutInboundDmarcSettingsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -148,7 +143,4 @@ export class PutInboundDmarcSettingsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_PutInboundDmarcSettingsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-workmail/src/commands/PutMailboxPermissionsCommand.ts b/clients/client-workmail/src/commands/PutMailboxPermissionsCommand.ts index 1a387b0d3dad..0b06cf4ba5cf 100644 --- a/clients/client-workmail/src/commands/PutMailboxPermissionsCommand.ts +++ b/clients/client-workmail/src/commands/PutMailboxPermissionsCommand.ts @@ -93,9 +93,6 @@ export class PutMailboxPermissionsCommand extends $Command< PutMailboxPermissionsCommandOutput, WorkMailClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -109,9 +106,7 @@ export class PutMailboxPermissionsCommand extends $Command< * @public */ constructor(readonly input: PutMailboxPermissionsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -164,7 +159,4 @@ export class PutMailboxPermissionsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_PutMailboxPermissionsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-workmail/src/commands/PutMobileDeviceAccessOverrideCommand.ts b/clients/client-workmail/src/commands/PutMobileDeviceAccessOverrideCommand.ts index 10a6addeff8e..b788b878a3f6 100644 --- a/clients/client-workmail/src/commands/PutMobileDeviceAccessOverrideCommand.ts +++ b/clients/client-workmail/src/commands/PutMobileDeviceAccessOverrideCommand.ts @@ -96,9 +96,6 @@ export class PutMobileDeviceAccessOverrideCommand extends $Command< PutMobileDeviceAccessOverrideCommandOutput, WorkMailClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -112,9 +109,7 @@ export class PutMobileDeviceAccessOverrideCommand extends $Command< * @public */ constructor(readonly input: PutMobileDeviceAccessOverrideCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -170,7 +165,4 @@ export class PutMobileDeviceAccessOverrideCommand extends $Command< ): Promise { return de_PutMobileDeviceAccessOverrideCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-workmail/src/commands/PutRetentionPolicyCommand.ts b/clients/client-workmail/src/commands/PutRetentionPolicyCommand.ts index 1e4faa3fef73..6146fcb188b3 100644 --- a/clients/client-workmail/src/commands/PutRetentionPolicyCommand.ts +++ b/clients/client-workmail/src/commands/PutRetentionPolicyCommand.ts @@ -96,9 +96,6 @@ export class PutRetentionPolicyCommand extends $Command< PutRetentionPolicyCommandOutput, WorkMailClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -112,9 +109,7 @@ export class PutRetentionPolicyCommand extends $Command< * @public */ constructor(readonly input: PutRetentionPolicyCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -167,7 +162,4 @@ export class PutRetentionPolicyCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_PutRetentionPolicyCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-workmail/src/commands/RegisterMailDomainCommand.ts b/clients/client-workmail/src/commands/RegisterMailDomainCommand.ts index 6bc00010757a..76a025dec60d 100644 --- a/clients/client-workmail/src/commands/RegisterMailDomainCommand.ts +++ b/clients/client-workmail/src/commands/RegisterMailDomainCommand.ts @@ -88,9 +88,6 @@ export class RegisterMailDomainCommand extends $Command< RegisterMailDomainCommandOutput, WorkMailClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -104,9 +101,7 @@ export class RegisterMailDomainCommand extends $Command< * @public */ constructor(readonly input: RegisterMailDomainCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -159,7 +154,4 @@ export class RegisterMailDomainCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_RegisterMailDomainCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-workmail/src/commands/RegisterToWorkMailCommand.ts b/clients/client-workmail/src/commands/RegisterToWorkMailCommand.ts index 36d7812ab499..4e50d0818716 100644 --- a/clients/client-workmail/src/commands/RegisterToWorkMailCommand.ts +++ b/clients/client-workmail/src/commands/RegisterToWorkMailCommand.ts @@ -116,9 +116,6 @@ export class RegisterToWorkMailCommand extends $Command< RegisterToWorkMailCommandOutput, WorkMailClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -132,9 +129,7 @@ export class RegisterToWorkMailCommand extends $Command< * @public */ constructor(readonly input: RegisterToWorkMailCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -187,7 +182,4 @@ export class RegisterToWorkMailCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_RegisterToWorkMailCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-workmail/src/commands/ResetPasswordCommand.ts b/clients/client-workmail/src/commands/ResetPasswordCommand.ts index 51f1065bee6f..107e9ef46eb5 100644 --- a/clients/client-workmail/src/commands/ResetPasswordCommand.ts +++ b/clients/client-workmail/src/commands/ResetPasswordCommand.ts @@ -106,9 +106,6 @@ export class ResetPasswordCommand extends $Command< ResetPasswordCommandOutput, WorkMailClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -122,9 +119,7 @@ export class ResetPasswordCommand extends $Command< * @public */ constructor(readonly input: ResetPasswordCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -175,7 +170,4 @@ export class ResetPasswordCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ResetPasswordCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-workmail/src/commands/StartMailboxExportJobCommand.ts b/clients/client-workmail/src/commands/StartMailboxExportJobCommand.ts index 94c3936037f6..066a006d44f8 100644 --- a/clients/client-workmail/src/commands/StartMailboxExportJobCommand.ts +++ b/clients/client-workmail/src/commands/StartMailboxExportJobCommand.ts @@ -98,9 +98,6 @@ export class StartMailboxExportJobCommand extends $Command< StartMailboxExportJobCommandOutput, WorkMailClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -114,9 +111,7 @@ export class StartMailboxExportJobCommand extends $Command< * @public */ constructor(readonly input: StartMailboxExportJobCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -169,7 +164,4 @@ export class StartMailboxExportJobCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_StartMailboxExportJobCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-workmail/src/commands/TagResourceCommand.ts b/clients/client-workmail/src/commands/TagResourceCommand.ts index fbb2cb1f14fa..420b2c7307fb 100644 --- a/clients/client-workmail/src/commands/TagResourceCommand.ts +++ b/clients/client-workmail/src/commands/TagResourceCommand.ts @@ -88,9 +88,6 @@ export class TagResourceCommand extends $Command< TagResourceCommandOutput, WorkMailClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -104,9 +101,7 @@ export class TagResourceCommand extends $Command< * @public */ constructor(readonly input: TagResourceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -157,7 +152,4 @@ export class TagResourceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_TagResourceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-workmail/src/commands/TestAvailabilityConfigurationCommand.ts b/clients/client-workmail/src/commands/TestAvailabilityConfigurationCommand.ts index 7c8a2f3e0b22..a5ddf44e2a93 100644 --- a/clients/client-workmail/src/commands/TestAvailabilityConfigurationCommand.ts +++ b/clients/client-workmail/src/commands/TestAvailabilityConfigurationCommand.ts @@ -110,9 +110,6 @@ export class TestAvailabilityConfigurationCommand extends $Command< TestAvailabilityConfigurationCommandOutput, WorkMailClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -126,9 +123,7 @@ export class TestAvailabilityConfigurationCommand extends $Command< * @public */ constructor(readonly input: TestAvailabilityConfigurationCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -184,7 +179,4 @@ export class TestAvailabilityConfigurationCommand extends $Command< ): Promise { return de_TestAvailabilityConfigurationCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-workmail/src/commands/UntagResourceCommand.ts b/clients/client-workmail/src/commands/UntagResourceCommand.ts index d3749c5c63ad..5be29c852b00 100644 --- a/clients/client-workmail/src/commands/UntagResourceCommand.ts +++ b/clients/client-workmail/src/commands/UntagResourceCommand.ts @@ -75,9 +75,6 @@ export class UntagResourceCommand extends $Command< UntagResourceCommandOutput, WorkMailClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -91,9 +88,7 @@ export class UntagResourceCommand extends $Command< * @public */ constructor(readonly input: UntagResourceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -144,7 +139,4 @@ export class UntagResourceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UntagResourceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-workmail/src/commands/UpdateAvailabilityConfigurationCommand.ts b/clients/client-workmail/src/commands/UpdateAvailabilityConfigurationCommand.ts index efc3622c74e4..4f5bd92ef9b5 100644 --- a/clients/client-workmail/src/commands/UpdateAvailabilityConfigurationCommand.ts +++ b/clients/client-workmail/src/commands/UpdateAvailabilityConfigurationCommand.ts @@ -101,9 +101,6 @@ export class UpdateAvailabilityConfigurationCommand extends $Command< UpdateAvailabilityConfigurationCommandOutput, WorkMailClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -117,9 +114,7 @@ export class UpdateAvailabilityConfigurationCommand extends $Command< * @public */ constructor(readonly input: UpdateAvailabilityConfigurationCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -178,7 +173,4 @@ export class UpdateAvailabilityConfigurationCommand extends $Command< ): Promise { return de_UpdateAvailabilityConfigurationCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-workmail/src/commands/UpdateDefaultMailDomainCommand.ts b/clients/client-workmail/src/commands/UpdateDefaultMailDomainCommand.ts index 99555a7e115f..d09863e95cea 100644 --- a/clients/client-workmail/src/commands/UpdateDefaultMailDomainCommand.ts +++ b/clients/client-workmail/src/commands/UpdateDefaultMailDomainCommand.ts @@ -87,9 +87,6 @@ export class UpdateDefaultMailDomainCommand extends $Command< UpdateDefaultMailDomainCommandOutput, WorkMailClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -103,9 +100,7 @@ export class UpdateDefaultMailDomainCommand extends $Command< * @public */ constructor(readonly input: UpdateDefaultMailDomainCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -158,7 +153,4 @@ export class UpdateDefaultMailDomainCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdateDefaultMailDomainCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-workmail/src/commands/UpdateGroupCommand.ts b/clients/client-workmail/src/commands/UpdateGroupCommand.ts index f07ebfc9c9ff..6de2b498f095 100644 --- a/clients/client-workmail/src/commands/UpdateGroupCommand.ts +++ b/clients/client-workmail/src/commands/UpdateGroupCommand.ts @@ -92,9 +92,6 @@ export class UpdateGroupCommand extends $Command< UpdateGroupCommandOutput, WorkMailClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -108,9 +105,7 @@ export class UpdateGroupCommand extends $Command< * @public */ constructor(readonly input: UpdateGroupCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -161,7 +156,4 @@ export class UpdateGroupCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdateGroupCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-workmail/src/commands/UpdateImpersonationRoleCommand.ts b/clients/client-workmail/src/commands/UpdateImpersonationRoleCommand.ts index a44d9c74b1f1..94ea9195d5c9 100644 --- a/clients/client-workmail/src/commands/UpdateImpersonationRoleCommand.ts +++ b/clients/client-workmail/src/commands/UpdateImpersonationRoleCommand.ts @@ -111,9 +111,6 @@ export class UpdateImpersonationRoleCommand extends $Command< UpdateImpersonationRoleCommandOutput, WorkMailClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -127,9 +124,7 @@ export class UpdateImpersonationRoleCommand extends $Command< * @public */ constructor(readonly input: UpdateImpersonationRoleCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -182,7 +177,4 @@ export class UpdateImpersonationRoleCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdateImpersonationRoleCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-workmail/src/commands/UpdateMailboxQuotaCommand.ts b/clients/client-workmail/src/commands/UpdateMailboxQuotaCommand.ts index 03460ed5121c..6d325c5c9fe1 100644 --- a/clients/client-workmail/src/commands/UpdateMailboxQuotaCommand.ts +++ b/clients/client-workmail/src/commands/UpdateMailboxQuotaCommand.ts @@ -90,9 +90,6 @@ export class UpdateMailboxQuotaCommand extends $Command< UpdateMailboxQuotaCommandOutput, WorkMailClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -106,9 +103,7 @@ export class UpdateMailboxQuotaCommand extends $Command< * @public */ constructor(readonly input: UpdateMailboxQuotaCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -161,7 +156,4 @@ export class UpdateMailboxQuotaCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdateMailboxQuotaCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-workmail/src/commands/UpdateMobileDeviceAccessRuleCommand.ts b/clients/client-workmail/src/commands/UpdateMobileDeviceAccessRuleCommand.ts index 286ded18a398..ed94a4379234 100644 --- a/clients/client-workmail/src/commands/UpdateMobileDeviceAccessRuleCommand.ts +++ b/clients/client-workmail/src/commands/UpdateMobileDeviceAccessRuleCommand.ts @@ -116,9 +116,6 @@ export class UpdateMobileDeviceAccessRuleCommand extends $Command< UpdateMobileDeviceAccessRuleCommandOutput, WorkMailClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -132,9 +129,7 @@ export class UpdateMobileDeviceAccessRuleCommand extends $Command< * @public */ constructor(readonly input: UpdateMobileDeviceAccessRuleCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -190,7 +185,4 @@ export class UpdateMobileDeviceAccessRuleCommand extends $Command< ): Promise { return de_UpdateMobileDeviceAccessRuleCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-workmail/src/commands/UpdatePrimaryEmailAddressCommand.ts b/clients/client-workmail/src/commands/UpdatePrimaryEmailAddressCommand.ts index d83a158a02d0..64c800b49dea 100644 --- a/clients/client-workmail/src/commands/UpdatePrimaryEmailAddressCommand.ts +++ b/clients/client-workmail/src/commands/UpdatePrimaryEmailAddressCommand.ts @@ -111,9 +111,6 @@ export class UpdatePrimaryEmailAddressCommand extends $Command< UpdatePrimaryEmailAddressCommandOutput, WorkMailClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -127,9 +124,7 @@ export class UpdatePrimaryEmailAddressCommand extends $Command< * @public */ constructor(readonly input: UpdatePrimaryEmailAddressCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -185,7 +180,4 @@ export class UpdatePrimaryEmailAddressCommand extends $Command< ): Promise { return de_UpdatePrimaryEmailAddressCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-workmail/src/commands/UpdateResourceCommand.ts b/clients/client-workmail/src/commands/UpdateResourceCommand.ts index 78c74d310e5d..6defc97f6305 100644 --- a/clients/client-workmail/src/commands/UpdateResourceCommand.ts +++ b/clients/client-workmail/src/commands/UpdateResourceCommand.ts @@ -124,9 +124,6 @@ export class UpdateResourceCommand extends $Command< UpdateResourceCommandOutput, WorkMailClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -140,9 +137,7 @@ export class UpdateResourceCommand extends $Command< * @public */ constructor(readonly input: UpdateResourceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -195,7 +190,4 @@ export class UpdateResourceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdateResourceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-workmail/src/commands/UpdateUserCommand.ts b/clients/client-workmail/src/commands/UpdateUserCommand.ts index e935a1f2b9a6..fdb0efc14aa8 100644 --- a/clients/client-workmail/src/commands/UpdateUserCommand.ts +++ b/clients/client-workmail/src/commands/UpdateUserCommand.ts @@ -114,9 +114,6 @@ export class UpdateUserCommand extends $Command< UpdateUserCommandOutput, WorkMailClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -130,9 +127,7 @@ export class UpdateUserCommand extends $Command< * @public */ constructor(readonly input: UpdateUserCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -183,7 +178,4 @@ export class UpdateUserCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdateUserCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-workmailmessageflow/package.json b/clients/client-workmailmessageflow/package.json index 6975d8c48a73..7b94bb40024c 100644 --- a/clients/client-workmailmessageflow/package.json +++ b/clients/client-workmailmessageflow/package.json @@ -34,30 +34,30 @@ "@aws-sdk/util-endpoints": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@smithy/config-resolver": "^2.0.16", - "@smithy/fetch-http-handler": "^2.2.4", - "@smithy/hash-node": "^2.0.12", - "@smithy/invalid-dependency": "^2.0.12", - "@smithy/middleware-content-length": "^2.0.14", - "@smithy/middleware-endpoint": "^2.1.3", - "@smithy/middleware-retry": "^2.0.18", - "@smithy/middleware-serde": "^2.0.12", - "@smithy/middleware-stack": "^2.0.6", - "@smithy/node-config-provider": "^2.1.3", - "@smithy/node-http-handler": "^2.1.8", - "@smithy/protocol-http": "^3.0.8", - "@smithy/smithy-client": "^2.1.12", - "@smithy/types": "^2.4.0", - "@smithy/url-parser": "^2.0.12", - "@smithy/util-base64": "^2.0.0", + "@smithy/config-resolver": "^2.0.18", + "@smithy/fetch-http-handler": "^2.2.6", + "@smithy/hash-node": "^2.0.15", + "@smithy/invalid-dependency": "^2.0.13", + "@smithy/middleware-content-length": "^2.0.15", + "@smithy/middleware-endpoint": "^2.2.0", + "@smithy/middleware-retry": "^2.0.20", + "@smithy/middleware-serde": "^2.0.13", + "@smithy/middleware-stack": "^2.0.7", + "@smithy/node-config-provider": "^2.1.5", + "@smithy/node-http-handler": "^2.1.9", + "@smithy/protocol-http": "^3.0.9", + "@smithy/smithy-client": "^2.1.15", + "@smithy/types": "^2.5.0", + "@smithy/url-parser": "^2.0.13", + "@smithy/util-base64": "^2.0.1", "@smithy/util-body-length-browser": "^2.0.0", "@smithy/util-body-length-node": "^2.1.0", - "@smithy/util-defaults-mode-browser": "^2.0.16", - "@smithy/util-defaults-mode-node": "^2.0.21", - "@smithy/util-endpoints": "^1.0.2", - "@smithy/util-retry": "^2.0.5", - "@smithy/util-stream": "^2.0.17", - "@smithy/util-utf8": "^2.0.0", + "@smithy/util-defaults-mode-browser": "^2.0.19", + "@smithy/util-defaults-mode-node": "^2.0.25", + "@smithy/util-endpoints": "^1.0.4", + "@smithy/util-retry": "^2.0.6", + "@smithy/util-stream": "^2.0.20", + "@smithy/util-utf8": "^2.0.2", "tslib": "^2.5.0" }, "devDependencies": { diff --git a/clients/client-workmailmessageflow/src/commands/GetRawMessageContentCommand.ts b/clients/client-workmailmessageflow/src/commands/GetRawMessageContentCommand.ts index d4087ef602e2..cb3131990e3b 100644 --- a/clients/client-workmailmessageflow/src/commands/GetRawMessageContentCommand.ts +++ b/clients/client-workmailmessageflow/src/commands/GetRawMessageContentCommand.ts @@ -87,9 +87,6 @@ export class GetRawMessageContentCommand extends $Command< GetRawMessageContentCommandOutput, WorkMailMessageFlowClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -103,9 +100,7 @@ export class GetRawMessageContentCommand extends $Command< * @public */ constructor(readonly input: GetRawMessageContentCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -161,7 +156,4 @@ export class GetRawMessageContentCommand extends $Command< ): Promise { return de_GetRawMessageContentCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-workmailmessageflow/src/commands/PutRawMessageContentCommand.ts b/clients/client-workmailmessageflow/src/commands/PutRawMessageContentCommand.ts index 874d74c0199f..2bcb362c0739 100644 --- a/clients/client-workmailmessageflow/src/commands/PutRawMessageContentCommand.ts +++ b/clients/client-workmailmessageflow/src/commands/PutRawMessageContentCommand.ts @@ -119,9 +119,6 @@ export class PutRawMessageContentCommand extends $Command< PutRawMessageContentCommandOutput, WorkMailMessageFlowClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -135,9 +132,7 @@ export class PutRawMessageContentCommand extends $Command< * @public */ constructor(readonly input: PutRawMessageContentCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -190,7 +185,4 @@ export class PutRawMessageContentCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_PutRawMessageContentCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-workspaces-web/package.json b/clients/client-workspaces-web/package.json index 611b5e5792b0..05f2d16b138f 100644 --- a/clients/client-workspaces-web/package.json +++ b/clients/client-workspaces-web/package.json @@ -34,29 +34,29 @@ "@aws-sdk/util-endpoints": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@smithy/config-resolver": "^2.0.16", - "@smithy/fetch-http-handler": "^2.2.4", - "@smithy/hash-node": "^2.0.12", - "@smithy/invalid-dependency": "^2.0.12", - "@smithy/middleware-content-length": "^2.0.14", - "@smithy/middleware-endpoint": "^2.1.3", - "@smithy/middleware-retry": "^2.0.18", - "@smithy/middleware-serde": "^2.0.12", - "@smithy/middleware-stack": "^2.0.6", - "@smithy/node-config-provider": "^2.1.3", - "@smithy/node-http-handler": "^2.1.8", - "@smithy/protocol-http": "^3.0.8", - "@smithy/smithy-client": "^2.1.12", - "@smithy/types": "^2.4.0", - "@smithy/url-parser": "^2.0.12", - "@smithy/util-base64": "^2.0.0", + "@smithy/config-resolver": "^2.0.18", + "@smithy/fetch-http-handler": "^2.2.6", + "@smithy/hash-node": "^2.0.15", + "@smithy/invalid-dependency": "^2.0.13", + "@smithy/middleware-content-length": "^2.0.15", + "@smithy/middleware-endpoint": "^2.2.0", + "@smithy/middleware-retry": "^2.0.20", + "@smithy/middleware-serde": "^2.0.13", + "@smithy/middleware-stack": "^2.0.7", + "@smithy/node-config-provider": "^2.1.5", + "@smithy/node-http-handler": "^2.1.9", + "@smithy/protocol-http": "^3.0.9", + "@smithy/smithy-client": "^2.1.15", + "@smithy/types": "^2.5.0", + "@smithy/url-parser": "^2.0.13", + "@smithy/util-base64": "^2.0.1", "@smithy/util-body-length-browser": "^2.0.0", "@smithy/util-body-length-node": "^2.1.0", - "@smithy/util-defaults-mode-browser": "^2.0.16", - "@smithy/util-defaults-mode-node": "^2.0.21", - "@smithy/util-endpoints": "^1.0.2", - "@smithy/util-retry": "^2.0.5", - "@smithy/util-utf8": "^2.0.0", + "@smithy/util-defaults-mode-browser": "^2.0.19", + "@smithy/util-defaults-mode-node": "^2.0.25", + "@smithy/util-endpoints": "^1.0.4", + "@smithy/util-retry": "^2.0.6", + "@smithy/util-utf8": "^2.0.2", "tslib": "^2.5.0", "uuid": "^8.3.2" }, diff --git a/clients/client-workspaces-web/src/commands/AssociateBrowserSettingsCommand.ts b/clients/client-workspaces-web/src/commands/AssociateBrowserSettingsCommand.ts index eede57116aba..2016bda94fe6 100644 --- a/clients/client-workspaces-web/src/commands/AssociateBrowserSettingsCommand.ts +++ b/clients/client-workspaces-web/src/commands/AssociateBrowserSettingsCommand.ts @@ -90,9 +90,6 @@ export class AssociateBrowserSettingsCommand extends $Command< AssociateBrowserSettingsCommandOutput, WorkSpacesWebClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -106,9 +103,7 @@ export class AssociateBrowserSettingsCommand extends $Command< * @public */ constructor(readonly input: AssociateBrowserSettingsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -161,7 +156,4 @@ export class AssociateBrowserSettingsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_AssociateBrowserSettingsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-workspaces-web/src/commands/AssociateIpAccessSettingsCommand.ts b/clients/client-workspaces-web/src/commands/AssociateIpAccessSettingsCommand.ts index 5a4a5cf1d6c8..58670fb792a9 100644 --- a/clients/client-workspaces-web/src/commands/AssociateIpAccessSettingsCommand.ts +++ b/clients/client-workspaces-web/src/commands/AssociateIpAccessSettingsCommand.ts @@ -90,9 +90,6 @@ export class AssociateIpAccessSettingsCommand extends $Command< AssociateIpAccessSettingsCommandOutput, WorkSpacesWebClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -106,9 +103,7 @@ export class AssociateIpAccessSettingsCommand extends $Command< * @public */ constructor(readonly input: AssociateIpAccessSettingsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -164,7 +159,4 @@ export class AssociateIpAccessSettingsCommand extends $Command< ): Promise { return de_AssociateIpAccessSettingsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-workspaces-web/src/commands/AssociateNetworkSettingsCommand.ts b/clients/client-workspaces-web/src/commands/AssociateNetworkSettingsCommand.ts index cc16212dcf04..1ce915d1ecd0 100644 --- a/clients/client-workspaces-web/src/commands/AssociateNetworkSettingsCommand.ts +++ b/clients/client-workspaces-web/src/commands/AssociateNetworkSettingsCommand.ts @@ -90,9 +90,6 @@ export class AssociateNetworkSettingsCommand extends $Command< AssociateNetworkSettingsCommandOutput, WorkSpacesWebClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -106,9 +103,7 @@ export class AssociateNetworkSettingsCommand extends $Command< * @public */ constructor(readonly input: AssociateNetworkSettingsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -161,7 +156,4 @@ export class AssociateNetworkSettingsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_AssociateNetworkSettingsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-workspaces-web/src/commands/AssociateTrustStoreCommand.ts b/clients/client-workspaces-web/src/commands/AssociateTrustStoreCommand.ts index 1e8adfd6319c..a54217cd482e 100644 --- a/clients/client-workspaces-web/src/commands/AssociateTrustStoreCommand.ts +++ b/clients/client-workspaces-web/src/commands/AssociateTrustStoreCommand.ts @@ -87,9 +87,6 @@ export class AssociateTrustStoreCommand extends $Command< AssociateTrustStoreCommandOutput, WorkSpacesWebClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -103,9 +100,7 @@ export class AssociateTrustStoreCommand extends $Command< * @public */ constructor(readonly input: AssociateTrustStoreCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -158,7 +153,4 @@ export class AssociateTrustStoreCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_AssociateTrustStoreCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-workspaces-web/src/commands/AssociateUserAccessLoggingSettingsCommand.ts b/clients/client-workspaces-web/src/commands/AssociateUserAccessLoggingSettingsCommand.ts index 90c486d7e86c..560e8390c6b0 100644 --- a/clients/client-workspaces-web/src/commands/AssociateUserAccessLoggingSettingsCommand.ts +++ b/clients/client-workspaces-web/src/commands/AssociateUserAccessLoggingSettingsCommand.ts @@ -98,9 +98,6 @@ export class AssociateUserAccessLoggingSettingsCommand extends $Command< AssociateUserAccessLoggingSettingsCommandOutput, WorkSpacesWebClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -114,9 +111,7 @@ export class AssociateUserAccessLoggingSettingsCommand extends $Command< * @public */ constructor(readonly input: AssociateUserAccessLoggingSettingsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -175,7 +170,4 @@ export class AssociateUserAccessLoggingSettingsCommand extends $Command< ): Promise { return de_AssociateUserAccessLoggingSettingsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-workspaces-web/src/commands/AssociateUserSettingsCommand.ts b/clients/client-workspaces-web/src/commands/AssociateUserSettingsCommand.ts index 48cea4f62cf4..ffca81e30566 100644 --- a/clients/client-workspaces-web/src/commands/AssociateUserSettingsCommand.ts +++ b/clients/client-workspaces-web/src/commands/AssociateUserSettingsCommand.ts @@ -90,9 +90,6 @@ export class AssociateUserSettingsCommand extends $Command< AssociateUserSettingsCommandOutput, WorkSpacesWebClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -106,9 +103,7 @@ export class AssociateUserSettingsCommand extends $Command< * @public */ constructor(readonly input: AssociateUserSettingsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -161,7 +156,4 @@ export class AssociateUserSettingsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_AssociateUserSettingsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-workspaces-web/src/commands/CreateBrowserSettingsCommand.ts b/clients/client-workspaces-web/src/commands/CreateBrowserSettingsCommand.ts index 8dc4fbe77e55..dfcb9038945b 100644 --- a/clients/client-workspaces-web/src/commands/CreateBrowserSettingsCommand.ts +++ b/clients/client-workspaces-web/src/commands/CreateBrowserSettingsCommand.ts @@ -108,9 +108,6 @@ export class CreateBrowserSettingsCommand extends $Command< CreateBrowserSettingsCommandOutput, WorkSpacesWebClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -124,9 +121,7 @@ export class CreateBrowserSettingsCommand extends $Command< * @public */ constructor(readonly input: CreateBrowserSettingsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -179,7 +174,4 @@ export class CreateBrowserSettingsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateBrowserSettingsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-workspaces-web/src/commands/CreateIdentityProviderCommand.ts b/clients/client-workspaces-web/src/commands/CreateIdentityProviderCommand.ts index 72aac74921d1..a5109ea7acfa 100644 --- a/clients/client-workspaces-web/src/commands/CreateIdentityProviderCommand.ts +++ b/clients/client-workspaces-web/src/commands/CreateIdentityProviderCommand.ts @@ -101,9 +101,6 @@ export class CreateIdentityProviderCommand extends $Command< CreateIdentityProviderCommandOutput, WorkSpacesWebClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -117,9 +114,7 @@ export class CreateIdentityProviderCommand extends $Command< * @public */ constructor(readonly input: CreateIdentityProviderCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -172,7 +167,4 @@ export class CreateIdentityProviderCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateIdentityProviderCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-workspaces-web/src/commands/CreateIpAccessSettingsCommand.ts b/clients/client-workspaces-web/src/commands/CreateIpAccessSettingsCommand.ts index 3d647f344fec..981fe5f4b37c 100644 --- a/clients/client-workspaces-web/src/commands/CreateIpAccessSettingsCommand.ts +++ b/clients/client-workspaces-web/src/commands/CreateIpAccessSettingsCommand.ts @@ -110,9 +110,6 @@ export class CreateIpAccessSettingsCommand extends $Command< CreateIpAccessSettingsCommandOutput, WorkSpacesWebClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -126,9 +123,7 @@ export class CreateIpAccessSettingsCommand extends $Command< * @public */ constructor(readonly input: CreateIpAccessSettingsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -181,7 +176,4 @@ export class CreateIpAccessSettingsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateIpAccessSettingsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-workspaces-web/src/commands/CreateNetworkSettingsCommand.ts b/clients/client-workspaces-web/src/commands/CreateNetworkSettingsCommand.ts index 971f254f7bae..08f8a256691d 100644 --- a/clients/client-workspaces-web/src/commands/CreateNetworkSettingsCommand.ts +++ b/clients/client-workspaces-web/src/commands/CreateNetworkSettingsCommand.ts @@ -107,9 +107,6 @@ export class CreateNetworkSettingsCommand extends $Command< CreateNetworkSettingsCommandOutput, WorkSpacesWebClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -123,9 +120,7 @@ export class CreateNetworkSettingsCommand extends $Command< * @public */ constructor(readonly input: CreateNetworkSettingsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -178,7 +173,4 @@ export class CreateNetworkSettingsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateNetworkSettingsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-workspaces-web/src/commands/CreatePortalCommand.ts b/clients/client-workspaces-web/src/commands/CreatePortalCommand.ts index 3a40b0bd66af..40b0e7511185 100644 --- a/clients/client-workspaces-web/src/commands/CreatePortalCommand.ts +++ b/clients/client-workspaces-web/src/commands/CreatePortalCommand.ts @@ -104,9 +104,6 @@ export class CreatePortalCommand extends $Command< CreatePortalCommandOutput, WorkSpacesWebClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -120,9 +117,7 @@ export class CreatePortalCommand extends $Command< * @public */ constructor(readonly input: CreatePortalCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -173,7 +168,4 @@ export class CreatePortalCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreatePortalCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-workspaces-web/src/commands/CreateTrustStoreCommand.ts b/clients/client-workspaces-web/src/commands/CreateTrustStoreCommand.ts index 794fd79ef719..a77d8f8a95a8 100644 --- a/clients/client-workspaces-web/src/commands/CreateTrustStoreCommand.ts +++ b/clients/client-workspaces-web/src/commands/CreateTrustStoreCommand.ts @@ -105,9 +105,6 @@ export class CreateTrustStoreCommand extends $Command< CreateTrustStoreCommandOutput, WorkSpacesWebClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -121,9 +118,7 @@ export class CreateTrustStoreCommand extends $Command< * @public */ constructor(readonly input: CreateTrustStoreCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -176,7 +171,4 @@ export class CreateTrustStoreCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateTrustStoreCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-workspaces-web/src/commands/CreateUserAccessLoggingSettingsCommand.ts b/clients/client-workspaces-web/src/commands/CreateUserAccessLoggingSettingsCommand.ts index e8b47dc6146c..8d6544dcf8c3 100644 --- a/clients/client-workspaces-web/src/commands/CreateUserAccessLoggingSettingsCommand.ts +++ b/clients/client-workspaces-web/src/commands/CreateUserAccessLoggingSettingsCommand.ts @@ -104,9 +104,6 @@ export class CreateUserAccessLoggingSettingsCommand extends $Command< CreateUserAccessLoggingSettingsCommandOutput, WorkSpacesWebClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -120,9 +117,7 @@ export class CreateUserAccessLoggingSettingsCommand extends $Command< * @public */ constructor(readonly input: CreateUserAccessLoggingSettingsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -181,7 +176,4 @@ export class CreateUserAccessLoggingSettingsCommand extends $Command< ): Promise { return de_CreateUserAccessLoggingSettingsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-workspaces-web/src/commands/CreateUserSettingsCommand.ts b/clients/client-workspaces-web/src/commands/CreateUserSettingsCommand.ts index 773a42200317..cee9a0e1bf2c 100644 --- a/clients/client-workspaces-web/src/commands/CreateUserSettingsCommand.ts +++ b/clients/client-workspaces-web/src/commands/CreateUserSettingsCommand.ts @@ -127,9 +127,6 @@ export class CreateUserSettingsCommand extends $Command< CreateUserSettingsCommandOutput, WorkSpacesWebClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -143,9 +140,7 @@ export class CreateUserSettingsCommand extends $Command< * @public */ constructor(readonly input: CreateUserSettingsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -198,7 +193,4 @@ export class CreateUserSettingsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateUserSettingsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-workspaces-web/src/commands/DeleteBrowserSettingsCommand.ts b/clients/client-workspaces-web/src/commands/DeleteBrowserSettingsCommand.ts index 90c1fee9994f..ddb21a4387d1 100644 --- a/clients/client-workspaces-web/src/commands/DeleteBrowserSettingsCommand.ts +++ b/clients/client-workspaces-web/src/commands/DeleteBrowserSettingsCommand.ts @@ -83,9 +83,6 @@ export class DeleteBrowserSettingsCommand extends $Command< DeleteBrowserSettingsCommandOutput, WorkSpacesWebClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -99,9 +96,7 @@ export class DeleteBrowserSettingsCommand extends $Command< * @public */ constructor(readonly input: DeleteBrowserSettingsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -154,7 +149,4 @@ export class DeleteBrowserSettingsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteBrowserSettingsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-workspaces-web/src/commands/DeleteIdentityProviderCommand.ts b/clients/client-workspaces-web/src/commands/DeleteIdentityProviderCommand.ts index bd660f9e3cbb..f87c613bca57 100644 --- a/clients/client-workspaces-web/src/commands/DeleteIdentityProviderCommand.ts +++ b/clients/client-workspaces-web/src/commands/DeleteIdentityProviderCommand.ts @@ -83,9 +83,6 @@ export class DeleteIdentityProviderCommand extends $Command< DeleteIdentityProviderCommandOutput, WorkSpacesWebClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -99,9 +96,7 @@ export class DeleteIdentityProviderCommand extends $Command< * @public */ constructor(readonly input: DeleteIdentityProviderCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -154,7 +149,4 @@ export class DeleteIdentityProviderCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteIdentityProviderCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-workspaces-web/src/commands/DeleteIpAccessSettingsCommand.ts b/clients/client-workspaces-web/src/commands/DeleteIpAccessSettingsCommand.ts index 274f28a0adf7..ae107b5b4dd5 100644 --- a/clients/client-workspaces-web/src/commands/DeleteIpAccessSettingsCommand.ts +++ b/clients/client-workspaces-web/src/commands/DeleteIpAccessSettingsCommand.ts @@ -83,9 +83,6 @@ export class DeleteIpAccessSettingsCommand extends $Command< DeleteIpAccessSettingsCommandOutput, WorkSpacesWebClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -99,9 +96,7 @@ export class DeleteIpAccessSettingsCommand extends $Command< * @public */ constructor(readonly input: DeleteIpAccessSettingsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -154,7 +149,4 @@ export class DeleteIpAccessSettingsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteIpAccessSettingsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-workspaces-web/src/commands/DeleteNetworkSettingsCommand.ts b/clients/client-workspaces-web/src/commands/DeleteNetworkSettingsCommand.ts index 0571e77fad39..aca41409b466 100644 --- a/clients/client-workspaces-web/src/commands/DeleteNetworkSettingsCommand.ts +++ b/clients/client-workspaces-web/src/commands/DeleteNetworkSettingsCommand.ts @@ -83,9 +83,6 @@ export class DeleteNetworkSettingsCommand extends $Command< DeleteNetworkSettingsCommandOutput, WorkSpacesWebClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -99,9 +96,7 @@ export class DeleteNetworkSettingsCommand extends $Command< * @public */ constructor(readonly input: DeleteNetworkSettingsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -154,7 +149,4 @@ export class DeleteNetworkSettingsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteNetworkSettingsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-workspaces-web/src/commands/DeletePortalCommand.ts b/clients/client-workspaces-web/src/commands/DeletePortalCommand.ts index 868501eda360..6ebd8ae2ea69 100644 --- a/clients/client-workspaces-web/src/commands/DeletePortalCommand.ts +++ b/clients/client-workspaces-web/src/commands/DeletePortalCommand.ts @@ -83,9 +83,6 @@ export class DeletePortalCommand extends $Command< DeletePortalCommandOutput, WorkSpacesWebClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -99,9 +96,7 @@ export class DeletePortalCommand extends $Command< * @public */ constructor(readonly input: DeletePortalCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -152,7 +147,4 @@ export class DeletePortalCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeletePortalCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-workspaces-web/src/commands/DeleteTrustStoreCommand.ts b/clients/client-workspaces-web/src/commands/DeleteTrustStoreCommand.ts index 1002f77f0bbc..bd64ec17a35e 100644 --- a/clients/client-workspaces-web/src/commands/DeleteTrustStoreCommand.ts +++ b/clients/client-workspaces-web/src/commands/DeleteTrustStoreCommand.ts @@ -83,9 +83,6 @@ export class DeleteTrustStoreCommand extends $Command< DeleteTrustStoreCommandOutput, WorkSpacesWebClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -99,9 +96,7 @@ export class DeleteTrustStoreCommand extends $Command< * @public */ constructor(readonly input: DeleteTrustStoreCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -154,7 +149,4 @@ export class DeleteTrustStoreCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteTrustStoreCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-workspaces-web/src/commands/DeleteUserAccessLoggingSettingsCommand.ts b/clients/client-workspaces-web/src/commands/DeleteUserAccessLoggingSettingsCommand.ts index a8712e33f439..ca9122c98c1b 100644 --- a/clients/client-workspaces-web/src/commands/DeleteUserAccessLoggingSettingsCommand.ts +++ b/clients/client-workspaces-web/src/commands/DeleteUserAccessLoggingSettingsCommand.ts @@ -88,9 +88,6 @@ export class DeleteUserAccessLoggingSettingsCommand extends $Command< DeleteUserAccessLoggingSettingsCommandOutput, WorkSpacesWebClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -104,9 +101,7 @@ export class DeleteUserAccessLoggingSettingsCommand extends $Command< * @public */ constructor(readonly input: DeleteUserAccessLoggingSettingsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -165,7 +160,4 @@ export class DeleteUserAccessLoggingSettingsCommand extends $Command< ): Promise { return de_DeleteUserAccessLoggingSettingsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-workspaces-web/src/commands/DeleteUserSettingsCommand.ts b/clients/client-workspaces-web/src/commands/DeleteUserSettingsCommand.ts index cfe5bf866860..49bc2a1e329c 100644 --- a/clients/client-workspaces-web/src/commands/DeleteUserSettingsCommand.ts +++ b/clients/client-workspaces-web/src/commands/DeleteUserSettingsCommand.ts @@ -83,9 +83,6 @@ export class DeleteUserSettingsCommand extends $Command< DeleteUserSettingsCommandOutput, WorkSpacesWebClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -99,9 +96,7 @@ export class DeleteUserSettingsCommand extends $Command< * @public */ constructor(readonly input: DeleteUserSettingsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -154,7 +149,4 @@ export class DeleteUserSettingsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteUserSettingsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-workspaces-web/src/commands/DisassociateBrowserSettingsCommand.ts b/clients/client-workspaces-web/src/commands/DisassociateBrowserSettingsCommand.ts index b6eb594dbfe1..aa65959a8ad1 100644 --- a/clients/client-workspaces-web/src/commands/DisassociateBrowserSettingsCommand.ts +++ b/clients/client-workspaces-web/src/commands/DisassociateBrowserSettingsCommand.ts @@ -88,9 +88,6 @@ export class DisassociateBrowserSettingsCommand extends $Command< DisassociateBrowserSettingsCommandOutput, WorkSpacesWebClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -104,9 +101,7 @@ export class DisassociateBrowserSettingsCommand extends $Command< * @public */ constructor(readonly input: DisassociateBrowserSettingsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -162,7 +157,4 @@ export class DisassociateBrowserSettingsCommand extends $Command< ): Promise { return de_DisassociateBrowserSettingsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-workspaces-web/src/commands/DisassociateIpAccessSettingsCommand.ts b/clients/client-workspaces-web/src/commands/DisassociateIpAccessSettingsCommand.ts index 7c309bcefb88..6888748c288b 100644 --- a/clients/client-workspaces-web/src/commands/DisassociateIpAccessSettingsCommand.ts +++ b/clients/client-workspaces-web/src/commands/DisassociateIpAccessSettingsCommand.ts @@ -88,9 +88,6 @@ export class DisassociateIpAccessSettingsCommand extends $Command< DisassociateIpAccessSettingsCommandOutput, WorkSpacesWebClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -104,9 +101,7 @@ export class DisassociateIpAccessSettingsCommand extends $Command< * @public */ constructor(readonly input: DisassociateIpAccessSettingsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -162,7 +157,4 @@ export class DisassociateIpAccessSettingsCommand extends $Command< ): Promise { return de_DisassociateIpAccessSettingsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-workspaces-web/src/commands/DisassociateNetworkSettingsCommand.ts b/clients/client-workspaces-web/src/commands/DisassociateNetworkSettingsCommand.ts index 46e812029253..7972c29283ab 100644 --- a/clients/client-workspaces-web/src/commands/DisassociateNetworkSettingsCommand.ts +++ b/clients/client-workspaces-web/src/commands/DisassociateNetworkSettingsCommand.ts @@ -88,9 +88,6 @@ export class DisassociateNetworkSettingsCommand extends $Command< DisassociateNetworkSettingsCommandOutput, WorkSpacesWebClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -104,9 +101,7 @@ export class DisassociateNetworkSettingsCommand extends $Command< * @public */ constructor(readonly input: DisassociateNetworkSettingsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -162,7 +157,4 @@ export class DisassociateNetworkSettingsCommand extends $Command< ): Promise { return de_DisassociateNetworkSettingsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-workspaces-web/src/commands/DisassociateTrustStoreCommand.ts b/clients/client-workspaces-web/src/commands/DisassociateTrustStoreCommand.ts index 6dcb0b5d5913..f020f2153021 100644 --- a/clients/client-workspaces-web/src/commands/DisassociateTrustStoreCommand.ts +++ b/clients/client-workspaces-web/src/commands/DisassociateTrustStoreCommand.ts @@ -83,9 +83,6 @@ export class DisassociateTrustStoreCommand extends $Command< DisassociateTrustStoreCommandOutput, WorkSpacesWebClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -99,9 +96,7 @@ export class DisassociateTrustStoreCommand extends $Command< * @public */ constructor(readonly input: DisassociateTrustStoreCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -154,7 +149,4 @@ export class DisassociateTrustStoreCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DisassociateTrustStoreCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-workspaces-web/src/commands/DisassociateUserAccessLoggingSettingsCommand.ts b/clients/client-workspaces-web/src/commands/DisassociateUserAccessLoggingSettingsCommand.ts index 9802033bffbe..75fc85e4cdde 100644 --- a/clients/client-workspaces-web/src/commands/DisassociateUserAccessLoggingSettingsCommand.ts +++ b/clients/client-workspaces-web/src/commands/DisassociateUserAccessLoggingSettingsCommand.ts @@ -92,9 +92,6 @@ export class DisassociateUserAccessLoggingSettingsCommand extends $Command< DisassociateUserAccessLoggingSettingsCommandOutput, WorkSpacesWebClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -108,9 +105,7 @@ export class DisassociateUserAccessLoggingSettingsCommand extends $Command< * @public */ constructor(readonly input: DisassociateUserAccessLoggingSettingsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -169,7 +164,4 @@ export class DisassociateUserAccessLoggingSettingsCommand extends $Command< ): Promise { return de_DisassociateUserAccessLoggingSettingsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-workspaces-web/src/commands/DisassociateUserSettingsCommand.ts b/clients/client-workspaces-web/src/commands/DisassociateUserSettingsCommand.ts index 692de4ee0a2b..f16bc4f06037 100644 --- a/clients/client-workspaces-web/src/commands/DisassociateUserSettingsCommand.ts +++ b/clients/client-workspaces-web/src/commands/DisassociateUserSettingsCommand.ts @@ -83,9 +83,6 @@ export class DisassociateUserSettingsCommand extends $Command< DisassociateUserSettingsCommandOutput, WorkSpacesWebClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -99,9 +96,7 @@ export class DisassociateUserSettingsCommand extends $Command< * @public */ constructor(readonly input: DisassociateUserSettingsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -154,7 +149,4 @@ export class DisassociateUserSettingsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DisassociateUserSettingsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-workspaces-web/src/commands/GetBrowserSettingsCommand.ts b/clients/client-workspaces-web/src/commands/GetBrowserSettingsCommand.ts index c3da4166b5b5..7611a1bc6343 100644 --- a/clients/client-workspaces-web/src/commands/GetBrowserSettingsCommand.ts +++ b/clients/client-workspaces-web/src/commands/GetBrowserSettingsCommand.ts @@ -95,9 +95,6 @@ export class GetBrowserSettingsCommand extends $Command< GetBrowserSettingsCommandOutput, WorkSpacesWebClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -111,9 +108,7 @@ export class GetBrowserSettingsCommand extends $Command< * @public */ constructor(readonly input: GetBrowserSettingsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -166,7 +161,4 @@ export class GetBrowserSettingsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetBrowserSettingsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-workspaces-web/src/commands/GetIdentityProviderCommand.ts b/clients/client-workspaces-web/src/commands/GetIdentityProviderCommand.ts index efba53103f33..a79cef164f92 100644 --- a/clients/client-workspaces-web/src/commands/GetIdentityProviderCommand.ts +++ b/clients/client-workspaces-web/src/commands/GetIdentityProviderCommand.ts @@ -96,9 +96,6 @@ export class GetIdentityProviderCommand extends $Command< GetIdentityProviderCommandOutput, WorkSpacesWebClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -112,9 +109,7 @@ export class GetIdentityProviderCommand extends $Command< * @public */ constructor(readonly input: GetIdentityProviderCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -167,7 +162,4 @@ export class GetIdentityProviderCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetIdentityProviderCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-workspaces-web/src/commands/GetIpAccessSettingsCommand.ts b/clients/client-workspaces-web/src/commands/GetIpAccessSettingsCommand.ts index d481257aed89..468b7f304511 100644 --- a/clients/client-workspaces-web/src/commands/GetIpAccessSettingsCommand.ts +++ b/clients/client-workspaces-web/src/commands/GetIpAccessSettingsCommand.ts @@ -103,9 +103,6 @@ export class GetIpAccessSettingsCommand extends $Command< GetIpAccessSettingsCommandOutput, WorkSpacesWebClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -119,9 +116,7 @@ export class GetIpAccessSettingsCommand extends $Command< * @public */ constructor(readonly input: GetIpAccessSettingsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -174,7 +169,4 @@ export class GetIpAccessSettingsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetIpAccessSettingsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-workspaces-web/src/commands/GetNetworkSettingsCommand.ts b/clients/client-workspaces-web/src/commands/GetNetworkSettingsCommand.ts index 098500ba3222..966492f1153f 100644 --- a/clients/client-workspaces-web/src/commands/GetNetworkSettingsCommand.ts +++ b/clients/client-workspaces-web/src/commands/GetNetworkSettingsCommand.ts @@ -97,9 +97,6 @@ export class GetNetworkSettingsCommand extends $Command< GetNetworkSettingsCommandOutput, WorkSpacesWebClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -113,9 +110,7 @@ export class GetNetworkSettingsCommand extends $Command< * @public */ constructor(readonly input: GetNetworkSettingsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -168,7 +163,4 @@ export class GetNetworkSettingsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetNetworkSettingsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-workspaces-web/src/commands/GetPortalCommand.ts b/clients/client-workspaces-web/src/commands/GetPortalCommand.ts index 19f82cf3cc68..f00984e3c5a2 100644 --- a/clients/client-workspaces-web/src/commands/GetPortalCommand.ts +++ b/clients/client-workspaces-web/src/commands/GetPortalCommand.ts @@ -101,9 +101,6 @@ export class GetPortalCommand extends $Command< GetPortalCommandOutput, WorkSpacesWebClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -117,9 +114,7 @@ export class GetPortalCommand extends $Command< * @public */ constructor(readonly input: GetPortalCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -170,7 +165,4 @@ export class GetPortalCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetPortalCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-workspaces-web/src/commands/GetPortalServiceProviderMetadataCommand.ts b/clients/client-workspaces-web/src/commands/GetPortalServiceProviderMetadataCommand.ts index aa442d6b056a..020e2d0db248 100644 --- a/clients/client-workspaces-web/src/commands/GetPortalServiceProviderMetadataCommand.ts +++ b/clients/client-workspaces-web/src/commands/GetPortalServiceProviderMetadataCommand.ts @@ -91,9 +91,6 @@ export class GetPortalServiceProviderMetadataCommand extends $Command< GetPortalServiceProviderMetadataCommandOutput, WorkSpacesWebClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -107,9 +104,7 @@ export class GetPortalServiceProviderMetadataCommand extends $Command< * @public */ constructor(readonly input: GetPortalServiceProviderMetadataCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -168,7 +163,4 @@ export class GetPortalServiceProviderMetadataCommand extends $Command< ): Promise { return de_GetPortalServiceProviderMetadataCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-workspaces-web/src/commands/GetTrustStoreCertificateCommand.ts b/clients/client-workspaces-web/src/commands/GetTrustStoreCertificateCommand.ts index 2bbdac202c99..df0b46f8d839 100644 --- a/clients/client-workspaces-web/src/commands/GetTrustStoreCertificateCommand.ts +++ b/clients/client-workspaces-web/src/commands/GetTrustStoreCertificateCommand.ts @@ -94,9 +94,6 @@ export class GetTrustStoreCertificateCommand extends $Command< GetTrustStoreCertificateCommandOutput, WorkSpacesWebClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -110,9 +107,7 @@ export class GetTrustStoreCertificateCommand extends $Command< * @public */ constructor(readonly input: GetTrustStoreCertificateCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -165,7 +160,4 @@ export class GetTrustStoreCertificateCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetTrustStoreCertificateCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-workspaces-web/src/commands/GetTrustStoreCommand.ts b/clients/client-workspaces-web/src/commands/GetTrustStoreCommand.ts index 5cacf83f7e43..ae970f8e718d 100644 --- a/clients/client-workspaces-web/src/commands/GetTrustStoreCommand.ts +++ b/clients/client-workspaces-web/src/commands/GetTrustStoreCommand.ts @@ -90,9 +90,6 @@ export class GetTrustStoreCommand extends $Command< GetTrustStoreCommandOutput, WorkSpacesWebClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -106,9 +103,7 @@ export class GetTrustStoreCommand extends $Command< * @public */ constructor(readonly input: GetTrustStoreCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -159,7 +154,4 @@ export class GetTrustStoreCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetTrustStoreCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-workspaces-web/src/commands/GetUserAccessLoggingSettingsCommand.ts b/clients/client-workspaces-web/src/commands/GetUserAccessLoggingSettingsCommand.ts index be0cd28d5191..48854b6dee26 100644 --- a/clients/client-workspaces-web/src/commands/GetUserAccessLoggingSettingsCommand.ts +++ b/clients/client-workspaces-web/src/commands/GetUserAccessLoggingSettingsCommand.ts @@ -96,9 +96,6 @@ export class GetUserAccessLoggingSettingsCommand extends $Command< GetUserAccessLoggingSettingsCommandOutput, WorkSpacesWebClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -112,9 +109,7 @@ export class GetUserAccessLoggingSettingsCommand extends $Command< * @public */ constructor(readonly input: GetUserAccessLoggingSettingsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -170,7 +165,4 @@ export class GetUserAccessLoggingSettingsCommand extends $Command< ): Promise { return de_GetUserAccessLoggingSettingsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-workspaces-web/src/commands/GetUserSettingsCommand.ts b/clients/client-workspaces-web/src/commands/GetUserSettingsCommand.ts index a54298578a43..dbcdd761ad38 100644 --- a/clients/client-workspaces-web/src/commands/GetUserSettingsCommand.ts +++ b/clients/client-workspaces-web/src/commands/GetUserSettingsCommand.ts @@ -117,9 +117,6 @@ export class GetUserSettingsCommand extends $Command< GetUserSettingsCommandOutput, WorkSpacesWebClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -133,9 +130,7 @@ export class GetUserSettingsCommand extends $Command< * @public */ constructor(readonly input: GetUserSettingsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -188,7 +183,4 @@ export class GetUserSettingsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetUserSettingsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-workspaces-web/src/commands/ListBrowserSettingsCommand.ts b/clients/client-workspaces-web/src/commands/ListBrowserSettingsCommand.ts index 4ff713ee8d55..867f4fb60035 100644 --- a/clients/client-workspaces-web/src/commands/ListBrowserSettingsCommand.ts +++ b/clients/client-workspaces-web/src/commands/ListBrowserSettingsCommand.ts @@ -88,9 +88,6 @@ export class ListBrowserSettingsCommand extends $Command< ListBrowserSettingsCommandOutput, WorkSpacesWebClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -104,9 +101,7 @@ export class ListBrowserSettingsCommand extends $Command< * @public */ constructor(readonly input: ListBrowserSettingsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -159,7 +154,4 @@ export class ListBrowserSettingsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListBrowserSettingsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-workspaces-web/src/commands/ListIdentityProvidersCommand.ts b/clients/client-workspaces-web/src/commands/ListIdentityProvidersCommand.ts index d27ce2edaf48..a43dc18ae13c 100644 --- a/clients/client-workspaces-web/src/commands/ListIdentityProvidersCommand.ts +++ b/clients/client-workspaces-web/src/commands/ListIdentityProvidersCommand.ts @@ -95,9 +95,6 @@ export class ListIdentityProvidersCommand extends $Command< ListIdentityProvidersCommandOutput, WorkSpacesWebClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -111,9 +108,7 @@ export class ListIdentityProvidersCommand extends $Command< * @public */ constructor(readonly input: ListIdentityProvidersCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -166,7 +161,4 @@ export class ListIdentityProvidersCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListIdentityProvidersCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-workspaces-web/src/commands/ListIpAccessSettingsCommand.ts b/clients/client-workspaces-web/src/commands/ListIpAccessSettingsCommand.ts index 532b136443ba..a2cf2aaa6d82 100644 --- a/clients/client-workspaces-web/src/commands/ListIpAccessSettingsCommand.ts +++ b/clients/client-workspaces-web/src/commands/ListIpAccessSettingsCommand.ts @@ -95,9 +95,6 @@ export class ListIpAccessSettingsCommand extends $Command< ListIpAccessSettingsCommandOutput, WorkSpacesWebClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -111,9 +108,7 @@ export class ListIpAccessSettingsCommand extends $Command< * @public */ constructor(readonly input: ListIpAccessSettingsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -166,7 +161,4 @@ export class ListIpAccessSettingsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListIpAccessSettingsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-workspaces-web/src/commands/ListNetworkSettingsCommand.ts b/clients/client-workspaces-web/src/commands/ListNetworkSettingsCommand.ts index f79030216ba9..f07bc6b60dca 100644 --- a/clients/client-workspaces-web/src/commands/ListNetworkSettingsCommand.ts +++ b/clients/client-workspaces-web/src/commands/ListNetworkSettingsCommand.ts @@ -89,9 +89,6 @@ export class ListNetworkSettingsCommand extends $Command< ListNetworkSettingsCommandOutput, WorkSpacesWebClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -105,9 +102,7 @@ export class ListNetworkSettingsCommand extends $Command< * @public */ constructor(readonly input: ListNetworkSettingsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -160,7 +155,4 @@ export class ListNetworkSettingsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListNetworkSettingsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-workspaces-web/src/commands/ListPortalsCommand.ts b/clients/client-workspaces-web/src/commands/ListPortalsCommand.ts index da72ee159eaf..99402c69b885 100644 --- a/clients/client-workspaces-web/src/commands/ListPortalsCommand.ts +++ b/clients/client-workspaces-web/src/commands/ListPortalsCommand.ts @@ -101,9 +101,6 @@ export class ListPortalsCommand extends $Command< ListPortalsCommandOutput, WorkSpacesWebClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -117,9 +114,7 @@ export class ListPortalsCommand extends $Command< * @public */ constructor(readonly input: ListPortalsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -170,7 +165,4 @@ export class ListPortalsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListPortalsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-workspaces-web/src/commands/ListTagsForResourceCommand.ts b/clients/client-workspaces-web/src/commands/ListTagsForResourceCommand.ts index 7835ead69f24..151db3bd8882 100644 --- a/clients/client-workspaces-web/src/commands/ListTagsForResourceCommand.ts +++ b/clients/client-workspaces-web/src/commands/ListTagsForResourceCommand.ts @@ -94,9 +94,6 @@ export class ListTagsForResourceCommand extends $Command< ListTagsForResourceCommandOutput, WorkSpacesWebClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -110,9 +107,7 @@ export class ListTagsForResourceCommand extends $Command< * @public */ constructor(readonly input: ListTagsForResourceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -165,7 +160,4 @@ export class ListTagsForResourceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListTagsForResourceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-workspaces-web/src/commands/ListTrustStoreCertificatesCommand.ts b/clients/client-workspaces-web/src/commands/ListTrustStoreCertificatesCommand.ts index 43d9e89c2f8f..e7d94f579e4e 100644 --- a/clients/client-workspaces-web/src/commands/ListTrustStoreCertificatesCommand.ts +++ b/clients/client-workspaces-web/src/commands/ListTrustStoreCertificatesCommand.ts @@ -97,9 +97,6 @@ export class ListTrustStoreCertificatesCommand extends $Command< ListTrustStoreCertificatesCommandOutput, WorkSpacesWebClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -113,9 +110,7 @@ export class ListTrustStoreCertificatesCommand extends $Command< * @public */ constructor(readonly input: ListTrustStoreCertificatesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -171,7 +166,4 @@ export class ListTrustStoreCertificatesCommand extends $Command< ): Promise { return de_ListTrustStoreCertificatesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-workspaces-web/src/commands/ListTrustStoresCommand.ts b/clients/client-workspaces-web/src/commands/ListTrustStoresCommand.ts index 8c5505a50781..0f441df00d22 100644 --- a/clients/client-workspaces-web/src/commands/ListTrustStoresCommand.ts +++ b/clients/client-workspaces-web/src/commands/ListTrustStoresCommand.ts @@ -88,9 +88,6 @@ export class ListTrustStoresCommand extends $Command< ListTrustStoresCommandOutput, WorkSpacesWebClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -104,9 +101,7 @@ export class ListTrustStoresCommand extends $Command< * @public */ constructor(readonly input: ListTrustStoresCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -159,7 +154,4 @@ export class ListTrustStoresCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListTrustStoresCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-workspaces-web/src/commands/ListUserAccessLoggingSettingsCommand.ts b/clients/client-workspaces-web/src/commands/ListUserAccessLoggingSettingsCommand.ts index 52b67ed7f7e9..c5662a3406c9 100644 --- a/clients/client-workspaces-web/src/commands/ListUserAccessLoggingSettingsCommand.ts +++ b/clients/client-workspaces-web/src/commands/ListUserAccessLoggingSettingsCommand.ts @@ -94,9 +94,6 @@ export class ListUserAccessLoggingSettingsCommand extends $Command< ListUserAccessLoggingSettingsCommandOutput, WorkSpacesWebClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -110,9 +107,7 @@ export class ListUserAccessLoggingSettingsCommand extends $Command< * @public */ constructor(readonly input: ListUserAccessLoggingSettingsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -168,7 +163,4 @@ export class ListUserAccessLoggingSettingsCommand extends $Command< ): Promise { return de_ListUserAccessLoggingSettingsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-workspaces-web/src/commands/ListUserSettingsCommand.ts b/clients/client-workspaces-web/src/commands/ListUserSettingsCommand.ts index 12e04ae8fe9f..51a5461bf41f 100644 --- a/clients/client-workspaces-web/src/commands/ListUserSettingsCommand.ts +++ b/clients/client-workspaces-web/src/commands/ListUserSettingsCommand.ts @@ -115,9 +115,6 @@ export class ListUserSettingsCommand extends $Command< ListUserSettingsCommandOutput, WorkSpacesWebClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -131,9 +128,7 @@ export class ListUserSettingsCommand extends $Command< * @public */ constructor(readonly input: ListUserSettingsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -186,7 +181,4 @@ export class ListUserSettingsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListUserSettingsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-workspaces-web/src/commands/TagResourceCommand.ts b/clients/client-workspaces-web/src/commands/TagResourceCommand.ts index 5635b6b76829..42805241cd65 100644 --- a/clients/client-workspaces-web/src/commands/TagResourceCommand.ts +++ b/clients/client-workspaces-web/src/commands/TagResourceCommand.ts @@ -93,9 +93,6 @@ export class TagResourceCommand extends $Command< TagResourceCommandOutput, WorkSpacesWebClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -109,9 +106,7 @@ export class TagResourceCommand extends $Command< * @public */ constructor(readonly input: TagResourceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -162,7 +157,4 @@ export class TagResourceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_TagResourceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-workspaces-web/src/commands/UntagResourceCommand.ts b/clients/client-workspaces-web/src/commands/UntagResourceCommand.ts index 3a738f0c5eef..49d3de21278f 100644 --- a/clients/client-workspaces-web/src/commands/UntagResourceCommand.ts +++ b/clients/client-workspaces-web/src/commands/UntagResourceCommand.ts @@ -90,9 +90,6 @@ export class UntagResourceCommand extends $Command< UntagResourceCommandOutput, WorkSpacesWebClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -106,9 +103,7 @@ export class UntagResourceCommand extends $Command< * @public */ constructor(readonly input: UntagResourceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -159,7 +154,4 @@ export class UntagResourceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UntagResourceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-workspaces-web/src/commands/UpdateBrowserSettingsCommand.ts b/clients/client-workspaces-web/src/commands/UpdateBrowserSettingsCommand.ts index c762de6128c5..daa3eaf51f75 100644 --- a/clients/client-workspaces-web/src/commands/UpdateBrowserSettingsCommand.ts +++ b/clients/client-workspaces-web/src/commands/UpdateBrowserSettingsCommand.ts @@ -98,9 +98,6 @@ export class UpdateBrowserSettingsCommand extends $Command< UpdateBrowserSettingsCommandOutput, WorkSpacesWebClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -114,9 +111,7 @@ export class UpdateBrowserSettingsCommand extends $Command< * @public */ constructor(readonly input: UpdateBrowserSettingsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -169,7 +164,4 @@ export class UpdateBrowserSettingsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdateBrowserSettingsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-workspaces-web/src/commands/UpdateIdentityProviderCommand.ts b/clients/client-workspaces-web/src/commands/UpdateIdentityProviderCommand.ts index 8349b60d393f..4aa2217bb543 100644 --- a/clients/client-workspaces-web/src/commands/UpdateIdentityProviderCommand.ts +++ b/clients/client-workspaces-web/src/commands/UpdateIdentityProviderCommand.ts @@ -103,9 +103,6 @@ export class UpdateIdentityProviderCommand extends $Command< UpdateIdentityProviderCommandOutput, WorkSpacesWebClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -119,9 +116,7 @@ export class UpdateIdentityProviderCommand extends $Command< * @public */ constructor(readonly input: UpdateIdentityProviderCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -174,7 +169,4 @@ export class UpdateIdentityProviderCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdateIdentityProviderCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-workspaces-web/src/commands/UpdateIpAccessSettingsCommand.ts b/clients/client-workspaces-web/src/commands/UpdateIpAccessSettingsCommand.ts index 7b04c0f86de9..38f94c25a138 100644 --- a/clients/client-workspaces-web/src/commands/UpdateIpAccessSettingsCommand.ts +++ b/clients/client-workspaces-web/src/commands/UpdateIpAccessSettingsCommand.ts @@ -113,9 +113,6 @@ export class UpdateIpAccessSettingsCommand extends $Command< UpdateIpAccessSettingsCommandOutput, WorkSpacesWebClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -129,9 +126,7 @@ export class UpdateIpAccessSettingsCommand extends $Command< * @public */ constructor(readonly input: UpdateIpAccessSettingsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -184,7 +179,4 @@ export class UpdateIpAccessSettingsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdateIpAccessSettingsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-workspaces-web/src/commands/UpdateNetworkSettingsCommand.ts b/clients/client-workspaces-web/src/commands/UpdateNetworkSettingsCommand.ts index 92b26e9d1ec5..118cc88a93b4 100644 --- a/clients/client-workspaces-web/src/commands/UpdateNetworkSettingsCommand.ts +++ b/clients/client-workspaces-web/src/commands/UpdateNetworkSettingsCommand.ts @@ -105,9 +105,6 @@ export class UpdateNetworkSettingsCommand extends $Command< UpdateNetworkSettingsCommandOutput, WorkSpacesWebClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -121,9 +118,7 @@ export class UpdateNetworkSettingsCommand extends $Command< * @public */ constructor(readonly input: UpdateNetworkSettingsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -176,7 +171,4 @@ export class UpdateNetworkSettingsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdateNetworkSettingsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-workspaces-web/src/commands/UpdatePortalCommand.ts b/clients/client-workspaces-web/src/commands/UpdatePortalCommand.ts index 1e12102a05d6..f4d81edb1444 100644 --- a/clients/client-workspaces-web/src/commands/UpdatePortalCommand.ts +++ b/clients/client-workspaces-web/src/commands/UpdatePortalCommand.ts @@ -111,9 +111,6 @@ export class UpdatePortalCommand extends $Command< UpdatePortalCommandOutput, WorkSpacesWebClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -127,9 +124,7 @@ export class UpdatePortalCommand extends $Command< * @public */ constructor(readonly input: UpdatePortalCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -180,7 +175,4 @@ export class UpdatePortalCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdatePortalCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-workspaces-web/src/commands/UpdateTrustStoreCommand.ts b/clients/client-workspaces-web/src/commands/UpdateTrustStoreCommand.ts index 55c69bfb6c03..b2264504d052 100644 --- a/clients/client-workspaces-web/src/commands/UpdateTrustStoreCommand.ts +++ b/clients/client-workspaces-web/src/commands/UpdateTrustStoreCommand.ts @@ -95,9 +95,6 @@ export class UpdateTrustStoreCommand extends $Command< UpdateTrustStoreCommandOutput, WorkSpacesWebClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -111,9 +108,7 @@ export class UpdateTrustStoreCommand extends $Command< * @public */ constructor(readonly input: UpdateTrustStoreCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -166,7 +161,4 @@ export class UpdateTrustStoreCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdateTrustStoreCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-workspaces-web/src/commands/UpdateUserAccessLoggingSettingsCommand.ts b/clients/client-workspaces-web/src/commands/UpdateUserAccessLoggingSettingsCommand.ts index 0af1390a2c57..9fe71c1a1a21 100644 --- a/clients/client-workspaces-web/src/commands/UpdateUserAccessLoggingSettingsCommand.ts +++ b/clients/client-workspaces-web/src/commands/UpdateUserAccessLoggingSettingsCommand.ts @@ -98,9 +98,6 @@ export class UpdateUserAccessLoggingSettingsCommand extends $Command< UpdateUserAccessLoggingSettingsCommandOutput, WorkSpacesWebClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -114,9 +111,7 @@ export class UpdateUserAccessLoggingSettingsCommand extends $Command< * @public */ constructor(readonly input: UpdateUserAccessLoggingSettingsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -175,7 +170,4 @@ export class UpdateUserAccessLoggingSettingsCommand extends $Command< ): Promise { return de_UpdateUserAccessLoggingSettingsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-workspaces-web/src/commands/UpdateUserSettingsCommand.ts b/clients/client-workspaces-web/src/commands/UpdateUserSettingsCommand.ts index f70157cac2b1..4ef877f2401c 100644 --- a/clients/client-workspaces-web/src/commands/UpdateUserSettingsCommand.ts +++ b/clients/client-workspaces-web/src/commands/UpdateUserSettingsCommand.ts @@ -142,9 +142,6 @@ export class UpdateUserSettingsCommand extends $Command< UpdateUserSettingsCommandOutput, WorkSpacesWebClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -158,9 +155,7 @@ export class UpdateUserSettingsCommand extends $Command< * @public */ constructor(readonly input: UpdateUserSettingsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -213,7 +208,4 @@ export class UpdateUserSettingsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdateUserSettingsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-workspaces/package.json b/clients/client-workspaces/package.json index 1008d0c3cdb7..3af9dc577823 100644 --- a/clients/client-workspaces/package.json +++ b/clients/client-workspaces/package.json @@ -34,29 +34,29 @@ "@aws-sdk/util-endpoints": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@smithy/config-resolver": "^2.0.16", - "@smithy/fetch-http-handler": "^2.2.4", - "@smithy/hash-node": "^2.0.12", - "@smithy/invalid-dependency": "^2.0.12", - "@smithy/middleware-content-length": "^2.0.14", - "@smithy/middleware-endpoint": "^2.1.3", - "@smithy/middleware-retry": "^2.0.18", - "@smithy/middleware-serde": "^2.0.12", - "@smithy/middleware-stack": "^2.0.6", - "@smithy/node-config-provider": "^2.1.3", - "@smithy/node-http-handler": "^2.1.8", - "@smithy/protocol-http": "^3.0.8", - "@smithy/smithy-client": "^2.1.12", - "@smithy/types": "^2.4.0", - "@smithy/url-parser": "^2.0.12", - "@smithy/util-base64": "^2.0.0", + "@smithy/config-resolver": "^2.0.18", + "@smithy/fetch-http-handler": "^2.2.6", + "@smithy/hash-node": "^2.0.15", + "@smithy/invalid-dependency": "^2.0.13", + "@smithy/middleware-content-length": "^2.0.15", + "@smithy/middleware-endpoint": "^2.2.0", + "@smithy/middleware-retry": "^2.0.20", + "@smithy/middleware-serde": "^2.0.13", + "@smithy/middleware-stack": "^2.0.7", + "@smithy/node-config-provider": "^2.1.5", + "@smithy/node-http-handler": "^2.1.9", + "@smithy/protocol-http": "^3.0.9", + "@smithy/smithy-client": "^2.1.15", + "@smithy/types": "^2.5.0", + "@smithy/url-parser": "^2.0.13", + "@smithy/util-base64": "^2.0.1", "@smithy/util-body-length-browser": "^2.0.0", "@smithy/util-body-length-node": "^2.1.0", - "@smithy/util-defaults-mode-browser": "^2.0.16", - "@smithy/util-defaults-mode-node": "^2.0.21", - "@smithy/util-endpoints": "^1.0.2", - "@smithy/util-retry": "^2.0.5", - "@smithy/util-utf8": "^2.0.0", + "@smithy/util-defaults-mode-browser": "^2.0.19", + "@smithy/util-defaults-mode-node": "^2.0.25", + "@smithy/util-endpoints": "^1.0.4", + "@smithy/util-retry": "^2.0.6", + "@smithy/util-utf8": "^2.0.2", "tslib": "^2.5.0" }, "devDependencies": { diff --git a/clients/client-workspaces/src/commands/AssociateConnectionAliasCommand.ts b/clients/client-workspaces/src/commands/AssociateConnectionAliasCommand.ts index 129b1dae4ddf..5da4fadf9fa0 100644 --- a/clients/client-workspaces/src/commands/AssociateConnectionAliasCommand.ts +++ b/clients/client-workspaces/src/commands/AssociateConnectionAliasCommand.ts @@ -96,9 +96,6 @@ export class AssociateConnectionAliasCommand extends $Command< AssociateConnectionAliasCommandOutput, WorkSpacesClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -112,9 +109,7 @@ export class AssociateConnectionAliasCommand extends $Command< * @public */ constructor(readonly input: AssociateConnectionAliasCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -167,7 +162,4 @@ export class AssociateConnectionAliasCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_AssociateConnectionAliasCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-workspaces/src/commands/AssociateIpGroupsCommand.ts b/clients/client-workspaces/src/commands/AssociateIpGroupsCommand.ts index c4c919a4279f..24c09d1e0e19 100644 --- a/clients/client-workspaces/src/commands/AssociateIpGroupsCommand.ts +++ b/clients/client-workspaces/src/commands/AssociateIpGroupsCommand.ts @@ -89,9 +89,6 @@ export class AssociateIpGroupsCommand extends $Command< AssociateIpGroupsCommandOutput, WorkSpacesClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -105,9 +102,7 @@ export class AssociateIpGroupsCommand extends $Command< * @public */ constructor(readonly input: AssociateIpGroupsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -160,7 +155,4 @@ export class AssociateIpGroupsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_AssociateIpGroupsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-workspaces/src/commands/AssociateWorkspaceApplicationCommand.ts b/clients/client-workspaces/src/commands/AssociateWorkspaceApplicationCommand.ts index 0949b149f64c..9c22774cd0e5 100644 --- a/clients/client-workspaces/src/commands/AssociateWorkspaceApplicationCommand.ts +++ b/clients/client-workspaces/src/commands/AssociateWorkspaceApplicationCommand.ts @@ -117,9 +117,6 @@ export class AssociateWorkspaceApplicationCommand extends $Command< AssociateWorkspaceApplicationCommandOutput, WorkSpacesClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -133,9 +130,7 @@ export class AssociateWorkspaceApplicationCommand extends $Command< * @public */ constructor(readonly input: AssociateWorkspaceApplicationCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -191,7 +186,4 @@ export class AssociateWorkspaceApplicationCommand extends $Command< ): Promise { return de_AssociateWorkspaceApplicationCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-workspaces/src/commands/AuthorizeIpRulesCommand.ts b/clients/client-workspaces/src/commands/AuthorizeIpRulesCommand.ts index bf2e1ef9e1dc..57d1afff9eb5 100644 --- a/clients/client-workspaces/src/commands/AuthorizeIpRulesCommand.ts +++ b/clients/client-workspaces/src/commands/AuthorizeIpRulesCommand.ts @@ -91,9 +91,6 @@ export class AuthorizeIpRulesCommand extends $Command< AuthorizeIpRulesCommandOutput, WorkSpacesClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -107,9 +104,7 @@ export class AuthorizeIpRulesCommand extends $Command< * @public */ constructor(readonly input: AuthorizeIpRulesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -162,7 +157,4 @@ export class AuthorizeIpRulesCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_AuthorizeIpRulesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-workspaces/src/commands/CopyWorkspaceImageCommand.ts b/clients/client-workspaces/src/commands/CopyWorkspaceImageCommand.ts index d97e6cc536d3..d64e97410536 100644 --- a/clients/client-workspaces/src/commands/CopyWorkspaceImageCommand.ts +++ b/clients/client-workspaces/src/commands/CopyWorkspaceImageCommand.ts @@ -109,9 +109,6 @@ export class CopyWorkspaceImageCommand extends $Command< CopyWorkspaceImageCommandOutput, WorkSpacesClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -125,9 +122,7 @@ export class CopyWorkspaceImageCommand extends $Command< * @public */ constructor(readonly input: CopyWorkspaceImageCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -180,7 +175,4 @@ export class CopyWorkspaceImageCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CopyWorkspaceImageCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-workspaces/src/commands/CreateConnectClientAddInCommand.ts b/clients/client-workspaces/src/commands/CreateConnectClientAddInCommand.ts index d1c3d73c587b..206febad9809 100644 --- a/clients/client-workspaces/src/commands/CreateConnectClientAddInCommand.ts +++ b/clients/client-workspaces/src/commands/CreateConnectClientAddInCommand.ts @@ -89,9 +89,6 @@ export class CreateConnectClientAddInCommand extends $Command< CreateConnectClientAddInCommandOutput, WorkSpacesClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -105,9 +102,7 @@ export class CreateConnectClientAddInCommand extends $Command< * @public */ constructor(readonly input: CreateConnectClientAddInCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -160,7 +155,4 @@ export class CreateConnectClientAddInCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateConnectClientAddInCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-workspaces/src/commands/CreateConnectionAliasCommand.ts b/clients/client-workspaces/src/commands/CreateConnectionAliasCommand.ts index c28c95c6035b..942e94db6cb8 100644 --- a/clients/client-workspaces/src/commands/CreateConnectionAliasCommand.ts +++ b/clients/client-workspaces/src/commands/CreateConnectionAliasCommand.ts @@ -96,9 +96,6 @@ export class CreateConnectionAliasCommand extends $Command< CreateConnectionAliasCommandOutput, WorkSpacesClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -112,9 +109,7 @@ export class CreateConnectionAliasCommand extends $Command< * @public */ constructor(readonly input: CreateConnectionAliasCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -167,7 +162,4 @@ export class CreateConnectionAliasCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateConnectionAliasCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-workspaces/src/commands/CreateIpGroupCommand.ts b/clients/client-workspaces/src/commands/CreateIpGroupCommand.ts index e49ceef5a5b9..183ac47581ec 100644 --- a/clients/client-workspaces/src/commands/CreateIpGroupCommand.ts +++ b/clients/client-workspaces/src/commands/CreateIpGroupCommand.ts @@ -106,9 +106,6 @@ export class CreateIpGroupCommand extends $Command< CreateIpGroupCommandOutput, WorkSpacesClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -122,9 +119,7 @@ export class CreateIpGroupCommand extends $Command< * @public */ constructor(readonly input: CreateIpGroupCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -175,7 +170,4 @@ export class CreateIpGroupCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateIpGroupCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-workspaces/src/commands/CreateStandbyWorkspacesCommand.ts b/clients/client-workspaces/src/commands/CreateStandbyWorkspacesCommand.ts index 5123b9de0668..cbaf244651cf 100644 --- a/clients/client-workspaces/src/commands/CreateStandbyWorkspacesCommand.ts +++ b/clients/client-workspaces/src/commands/CreateStandbyWorkspacesCommand.ts @@ -122,9 +122,6 @@ export class CreateStandbyWorkspacesCommand extends $Command< CreateStandbyWorkspacesCommandOutput, WorkSpacesClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -138,9 +135,7 @@ export class CreateStandbyWorkspacesCommand extends $Command< * @public */ constructor(readonly input: CreateStandbyWorkspacesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -193,7 +188,4 @@ export class CreateStandbyWorkspacesCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateStandbyWorkspacesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-workspaces/src/commands/CreateTagsCommand.ts b/clients/client-workspaces/src/commands/CreateTagsCommand.ts index 71a43c511c04..7942ebfd8ca7 100644 --- a/clients/client-workspaces/src/commands/CreateTagsCommand.ts +++ b/clients/client-workspaces/src/commands/CreateTagsCommand.ts @@ -83,9 +83,6 @@ export class CreateTagsCommand extends $Command< CreateTagsCommandOutput, WorkSpacesClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -99,9 +96,7 @@ export class CreateTagsCommand extends $Command< * @public */ constructor(readonly input: CreateTagsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -152,7 +147,4 @@ export class CreateTagsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateTagsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-workspaces/src/commands/CreateUpdatedWorkspaceImageCommand.ts b/clients/client-workspaces/src/commands/CreateUpdatedWorkspaceImageCommand.ts index 9a2bb9ac42dd..63b9a01e14ec 100644 --- a/clients/client-workspaces/src/commands/CreateUpdatedWorkspaceImageCommand.ts +++ b/clients/client-workspaces/src/commands/CreateUpdatedWorkspaceImageCommand.ts @@ -120,9 +120,6 @@ export class CreateUpdatedWorkspaceImageCommand extends $Command< CreateUpdatedWorkspaceImageCommandOutput, WorkSpacesClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -136,9 +133,7 @@ export class CreateUpdatedWorkspaceImageCommand extends $Command< * @public */ constructor(readonly input: CreateUpdatedWorkspaceImageCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -194,7 +189,4 @@ export class CreateUpdatedWorkspaceImageCommand extends $Command< ): Promise { return de_CreateUpdatedWorkspaceImageCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-workspaces/src/commands/CreateWorkspaceBundleCommand.ts b/clients/client-workspaces/src/commands/CreateWorkspaceBundleCommand.ts index 6855909bed27..0abbf133faa1 100644 --- a/clients/client-workspaces/src/commands/CreateWorkspaceBundleCommand.ts +++ b/clients/client-workspaces/src/commands/CreateWorkspaceBundleCommand.ts @@ -126,9 +126,6 @@ export class CreateWorkspaceBundleCommand extends $Command< CreateWorkspaceBundleCommandOutput, WorkSpacesClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -142,9 +139,7 @@ export class CreateWorkspaceBundleCommand extends $Command< * @public */ constructor(readonly input: CreateWorkspaceBundleCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -197,7 +192,4 @@ export class CreateWorkspaceBundleCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateWorkspaceBundleCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-workspaces/src/commands/CreateWorkspaceImageCommand.ts b/clients/client-workspaces/src/commands/CreateWorkspaceImageCommand.ts index 30d83cf01b7b..bb44b849dee3 100644 --- a/clients/client-workspaces/src/commands/CreateWorkspaceImageCommand.ts +++ b/clients/client-workspaces/src/commands/CreateWorkspaceImageCommand.ts @@ -108,9 +108,6 @@ export class CreateWorkspaceImageCommand extends $Command< CreateWorkspaceImageCommandOutput, WorkSpacesClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -124,9 +121,7 @@ export class CreateWorkspaceImageCommand extends $Command< * @public */ constructor(readonly input: CreateWorkspaceImageCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -179,7 +174,4 @@ export class CreateWorkspaceImageCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateWorkspaceImageCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-workspaces/src/commands/CreateWorkspacesCommand.ts b/clients/client-workspaces/src/commands/CreateWorkspacesCommand.ts index 75e9c460a56a..9da21ee03701 100644 --- a/clients/client-workspaces/src/commands/CreateWorkspacesCommand.ts +++ b/clients/client-workspaces/src/commands/CreateWorkspacesCommand.ts @@ -189,9 +189,6 @@ export class CreateWorkspacesCommand extends $Command< CreateWorkspacesCommandOutput, WorkSpacesClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -205,9 +202,7 @@ export class CreateWorkspacesCommand extends $Command< * @public */ constructor(readonly input: CreateWorkspacesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -260,7 +255,4 @@ export class CreateWorkspacesCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateWorkspacesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-workspaces/src/commands/DeleteClientBrandingCommand.ts b/clients/client-workspaces/src/commands/DeleteClientBrandingCommand.ts index d98d67c9420f..fe6d1b0d5e28 100644 --- a/clients/client-workspaces/src/commands/DeleteClientBrandingCommand.ts +++ b/clients/client-workspaces/src/commands/DeleteClientBrandingCommand.ts @@ -85,9 +85,6 @@ export class DeleteClientBrandingCommand extends $Command< DeleteClientBrandingCommandOutput, WorkSpacesClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -101,9 +98,7 @@ export class DeleteClientBrandingCommand extends $Command< * @public */ constructor(readonly input: DeleteClientBrandingCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -156,7 +151,4 @@ export class DeleteClientBrandingCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteClientBrandingCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-workspaces/src/commands/DeleteConnectClientAddInCommand.ts b/clients/client-workspaces/src/commands/DeleteConnectClientAddInCommand.ts index 7069e74464fd..a0a38d4268d7 100644 --- a/clients/client-workspaces/src/commands/DeleteConnectClientAddInCommand.ts +++ b/clients/client-workspaces/src/commands/DeleteConnectClientAddInCommand.ts @@ -79,9 +79,6 @@ export class DeleteConnectClientAddInCommand extends $Command< DeleteConnectClientAddInCommandOutput, WorkSpacesClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -95,9 +92,7 @@ export class DeleteConnectClientAddInCommand extends $Command< * @public */ constructor(readonly input: DeleteConnectClientAddInCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -150,7 +145,4 @@ export class DeleteConnectClientAddInCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteConnectClientAddInCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-workspaces/src/commands/DeleteConnectionAliasCommand.ts b/clients/client-workspaces/src/commands/DeleteConnectionAliasCommand.ts index b227a2a0bf3b..e8a085ba7dae 100644 --- a/clients/client-workspaces/src/commands/DeleteConnectionAliasCommand.ts +++ b/clients/client-workspaces/src/commands/DeleteConnectionAliasCommand.ts @@ -101,9 +101,6 @@ export class DeleteConnectionAliasCommand extends $Command< DeleteConnectionAliasCommandOutput, WorkSpacesClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -117,9 +114,7 @@ export class DeleteConnectionAliasCommand extends $Command< * @public */ constructor(readonly input: DeleteConnectionAliasCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -172,7 +167,4 @@ export class DeleteConnectionAliasCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteConnectionAliasCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-workspaces/src/commands/DeleteIpGroupCommand.ts b/clients/client-workspaces/src/commands/DeleteIpGroupCommand.ts index 6c4609ec94b6..f766820560aa 100644 --- a/clients/client-workspaces/src/commands/DeleteIpGroupCommand.ts +++ b/clients/client-workspaces/src/commands/DeleteIpGroupCommand.ts @@ -81,9 +81,6 @@ export class DeleteIpGroupCommand extends $Command< DeleteIpGroupCommandOutput, WorkSpacesClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -97,9 +94,7 @@ export class DeleteIpGroupCommand extends $Command< * @public */ constructor(readonly input: DeleteIpGroupCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -150,7 +145,4 @@ export class DeleteIpGroupCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteIpGroupCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-workspaces/src/commands/DeleteTagsCommand.ts b/clients/client-workspaces/src/commands/DeleteTagsCommand.ts index a3364205c3d3..e7af26730aaf 100644 --- a/clients/client-workspaces/src/commands/DeleteTagsCommand.ts +++ b/clients/client-workspaces/src/commands/DeleteTagsCommand.ts @@ -77,9 +77,6 @@ export class DeleteTagsCommand extends $Command< DeleteTagsCommandOutput, WorkSpacesClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -93,9 +90,7 @@ export class DeleteTagsCommand extends $Command< * @public */ constructor(readonly input: DeleteTagsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -146,7 +141,4 @@ export class DeleteTagsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteTagsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-workspaces/src/commands/DeleteWorkspaceBundleCommand.ts b/clients/client-workspaces/src/commands/DeleteWorkspaceBundleCommand.ts index 6b2c4e2d36f9..97cc85ec6336 100644 --- a/clients/client-workspaces/src/commands/DeleteWorkspaceBundleCommand.ts +++ b/clients/client-workspaces/src/commands/DeleteWorkspaceBundleCommand.ts @@ -82,9 +82,6 @@ export class DeleteWorkspaceBundleCommand extends $Command< DeleteWorkspaceBundleCommandOutput, WorkSpacesClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -98,9 +95,7 @@ export class DeleteWorkspaceBundleCommand extends $Command< * @public */ constructor(readonly input: DeleteWorkspaceBundleCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -153,7 +148,4 @@ export class DeleteWorkspaceBundleCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteWorkspaceBundleCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-workspaces/src/commands/DeleteWorkspaceImageCommand.ts b/clients/client-workspaces/src/commands/DeleteWorkspaceImageCommand.ts index e8d6056ed853..d6d6898e2a2e 100644 --- a/clients/client-workspaces/src/commands/DeleteWorkspaceImageCommand.ts +++ b/clients/client-workspaces/src/commands/DeleteWorkspaceImageCommand.ts @@ -79,9 +79,6 @@ export class DeleteWorkspaceImageCommand extends $Command< DeleteWorkspaceImageCommandOutput, WorkSpacesClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -95,9 +92,7 @@ export class DeleteWorkspaceImageCommand extends $Command< * @public */ constructor(readonly input: DeleteWorkspaceImageCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -150,7 +145,4 @@ export class DeleteWorkspaceImageCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteWorkspaceImageCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-workspaces/src/commands/DeployWorkspaceApplicationsCommand.ts b/clients/client-workspaces/src/commands/DeployWorkspaceApplicationsCommand.ts index 429ff5d973cf..dfb5d0335673 100644 --- a/clients/client-workspaces/src/commands/DeployWorkspaceApplicationsCommand.ts +++ b/clients/client-workspaces/src/commands/DeployWorkspaceApplicationsCommand.ts @@ -104,9 +104,6 @@ export class DeployWorkspaceApplicationsCommand extends $Command< DeployWorkspaceApplicationsCommandOutput, WorkSpacesClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -120,9 +117,7 @@ export class DeployWorkspaceApplicationsCommand extends $Command< * @public */ constructor(readonly input: DeployWorkspaceApplicationsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -178,7 +173,4 @@ export class DeployWorkspaceApplicationsCommand extends $Command< ): Promise { return de_DeployWorkspaceApplicationsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-workspaces/src/commands/DeregisterWorkspaceDirectoryCommand.ts b/clients/client-workspaces/src/commands/DeregisterWorkspaceDirectoryCommand.ts index dd3d5d0ebfa4..f88f36ca2e1b 100644 --- a/clients/client-workspaces/src/commands/DeregisterWorkspaceDirectoryCommand.ts +++ b/clients/client-workspaces/src/commands/DeregisterWorkspaceDirectoryCommand.ts @@ -101,9 +101,6 @@ export class DeregisterWorkspaceDirectoryCommand extends $Command< DeregisterWorkspaceDirectoryCommandOutput, WorkSpacesClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -117,9 +114,7 @@ export class DeregisterWorkspaceDirectoryCommand extends $Command< * @public */ constructor(readonly input: DeregisterWorkspaceDirectoryCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -175,7 +170,4 @@ export class DeregisterWorkspaceDirectoryCommand extends $Command< ): Promise { return de_DeregisterWorkspaceDirectoryCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-workspaces/src/commands/DescribeAccountCommand.ts b/clients/client-workspaces/src/commands/DescribeAccountCommand.ts index dd543a9385e0..23dbb8953537 100644 --- a/clients/client-workspaces/src/commands/DescribeAccountCommand.ts +++ b/clients/client-workspaces/src/commands/DescribeAccountCommand.ts @@ -73,9 +73,6 @@ export class DescribeAccountCommand extends $Command< DescribeAccountCommandOutput, WorkSpacesClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -89,9 +86,7 @@ export class DescribeAccountCommand extends $Command< * @public */ constructor(readonly input: DescribeAccountCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -144,7 +139,4 @@ export class DescribeAccountCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DescribeAccountCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-workspaces/src/commands/DescribeAccountModificationsCommand.ts b/clients/client-workspaces/src/commands/DescribeAccountModificationsCommand.ts index 325fb00ad013..a9e60c0d5723 100644 --- a/clients/client-workspaces/src/commands/DescribeAccountModificationsCommand.ts +++ b/clients/client-workspaces/src/commands/DescribeAccountModificationsCommand.ts @@ -89,9 +89,6 @@ export class DescribeAccountModificationsCommand extends $Command< DescribeAccountModificationsCommandOutput, WorkSpacesClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -105,9 +102,7 @@ export class DescribeAccountModificationsCommand extends $Command< * @public */ constructor(readonly input: DescribeAccountModificationsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -163,7 +158,4 @@ export class DescribeAccountModificationsCommand extends $Command< ): Promise { return de_DescribeAccountModificationsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-workspaces/src/commands/DescribeApplicationAssociationsCommand.ts b/clients/client-workspaces/src/commands/DescribeApplicationAssociationsCommand.ts index c05bdf4790d6..32dfad1798ba 100644 --- a/clients/client-workspaces/src/commands/DescribeApplicationAssociationsCommand.ts +++ b/clients/client-workspaces/src/commands/DescribeApplicationAssociationsCommand.ts @@ -106,9 +106,6 @@ export class DescribeApplicationAssociationsCommand extends $Command< DescribeApplicationAssociationsCommandOutput, WorkSpacesClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -122,9 +119,7 @@ export class DescribeApplicationAssociationsCommand extends $Command< * @public */ constructor(readonly input: DescribeApplicationAssociationsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -183,7 +178,4 @@ export class DescribeApplicationAssociationsCommand extends $Command< ): Promise { return de_DescribeApplicationAssociationsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-workspaces/src/commands/DescribeApplicationsCommand.ts b/clients/client-workspaces/src/commands/DescribeApplicationsCommand.ts index a4ad9045f416..8193b3e38500 100644 --- a/clients/client-workspaces/src/commands/DescribeApplicationsCommand.ts +++ b/clients/client-workspaces/src/commands/DescribeApplicationsCommand.ts @@ -111,9 +111,6 @@ export class DescribeApplicationsCommand extends $Command< DescribeApplicationsCommandOutput, WorkSpacesClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -127,9 +124,7 @@ export class DescribeApplicationsCommand extends $Command< * @public */ constructor(readonly input: DescribeApplicationsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -182,7 +177,4 @@ export class DescribeApplicationsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DescribeApplicationsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-workspaces/src/commands/DescribeBundleAssociationsCommand.ts b/clients/client-workspaces/src/commands/DescribeBundleAssociationsCommand.ts index 93b1a8b6ce61..f9bcd5ed2a01 100644 --- a/clients/client-workspaces/src/commands/DescribeBundleAssociationsCommand.ts +++ b/clients/client-workspaces/src/commands/DescribeBundleAssociationsCommand.ts @@ -98,9 +98,6 @@ export class DescribeBundleAssociationsCommand extends $Command< DescribeBundleAssociationsCommandOutput, WorkSpacesClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -114,9 +111,7 @@ export class DescribeBundleAssociationsCommand extends $Command< * @public */ constructor(readonly input: DescribeBundleAssociationsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -172,7 +167,4 @@ export class DescribeBundleAssociationsCommand extends $Command< ): Promise { return de_DescribeBundleAssociationsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-workspaces/src/commands/DescribeClientBrandingCommand.ts b/clients/client-workspaces/src/commands/DescribeClientBrandingCommand.ts index 53740b2b6562..12a8fdf3edb6 100644 --- a/clients/client-workspaces/src/commands/DescribeClientBrandingCommand.ts +++ b/clients/client-workspaces/src/commands/DescribeClientBrandingCommand.ts @@ -139,9 +139,6 @@ export class DescribeClientBrandingCommand extends $Command< DescribeClientBrandingCommandOutput, WorkSpacesClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -155,9 +152,7 @@ export class DescribeClientBrandingCommand extends $Command< * @public */ constructor(readonly input: DescribeClientBrandingCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -210,7 +205,4 @@ export class DescribeClientBrandingCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DescribeClientBrandingCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-workspaces/src/commands/DescribeClientPropertiesCommand.ts b/clients/client-workspaces/src/commands/DescribeClientPropertiesCommand.ts index d792465610cd..71e3b89cbd05 100644 --- a/clients/client-workspaces/src/commands/DescribeClientPropertiesCommand.ts +++ b/clients/client-workspaces/src/commands/DescribeClientPropertiesCommand.ts @@ -89,9 +89,6 @@ export class DescribeClientPropertiesCommand extends $Command< DescribeClientPropertiesCommandOutput, WorkSpacesClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -105,9 +102,7 @@ export class DescribeClientPropertiesCommand extends $Command< * @public */ constructor(readonly input: DescribeClientPropertiesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -160,7 +155,4 @@ export class DescribeClientPropertiesCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DescribeClientPropertiesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-workspaces/src/commands/DescribeConnectClientAddInsCommand.ts b/clients/client-workspaces/src/commands/DescribeConnectClientAddInsCommand.ts index f389f3e7105f..0f2e4df47e5e 100644 --- a/clients/client-workspaces/src/commands/DescribeConnectClientAddInsCommand.ts +++ b/clients/client-workspaces/src/commands/DescribeConnectClientAddInsCommand.ts @@ -89,9 +89,6 @@ export class DescribeConnectClientAddInsCommand extends $Command< DescribeConnectClientAddInsCommandOutput, WorkSpacesClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -105,9 +102,7 @@ export class DescribeConnectClientAddInsCommand extends $Command< * @public */ constructor(readonly input: DescribeConnectClientAddInsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -163,7 +158,4 @@ export class DescribeConnectClientAddInsCommand extends $Command< ): Promise { return de_DescribeConnectClientAddInsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-workspaces/src/commands/DescribeConnectionAliasPermissionsCommand.ts b/clients/client-workspaces/src/commands/DescribeConnectionAliasPermissionsCommand.ts index 1c5164761193..91f014999328 100644 --- a/clients/client-workspaces/src/commands/DescribeConnectionAliasPermissionsCommand.ts +++ b/clients/client-workspaces/src/commands/DescribeConnectionAliasPermissionsCommand.ts @@ -102,9 +102,6 @@ export class DescribeConnectionAliasPermissionsCommand extends $Command< DescribeConnectionAliasPermissionsCommandOutput, WorkSpacesClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -118,9 +115,7 @@ export class DescribeConnectionAliasPermissionsCommand extends $Command< * @public */ constructor(readonly input: DescribeConnectionAliasPermissionsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -179,7 +174,4 @@ export class DescribeConnectionAliasPermissionsCommand extends $Command< ): Promise { return de_DescribeConnectionAliasPermissionsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-workspaces/src/commands/DescribeConnectionAliasesCommand.ts b/clients/client-workspaces/src/commands/DescribeConnectionAliasesCommand.ts index dcf0ea2072a5..fabd44c3cda5 100644 --- a/clients/client-workspaces/src/commands/DescribeConnectionAliasesCommand.ts +++ b/clients/client-workspaces/src/commands/DescribeConnectionAliasesCommand.ts @@ -102,9 +102,6 @@ export class DescribeConnectionAliasesCommand extends $Command< DescribeConnectionAliasesCommandOutput, WorkSpacesClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -118,9 +115,7 @@ export class DescribeConnectionAliasesCommand extends $Command< * @public */ constructor(readonly input: DescribeConnectionAliasesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -176,7 +171,4 @@ export class DescribeConnectionAliasesCommand extends $Command< ): Promise { return de_DescribeConnectionAliasesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-workspaces/src/commands/DescribeImageAssociationsCommand.ts b/clients/client-workspaces/src/commands/DescribeImageAssociationsCommand.ts index e67c97669255..88e1110e0ebe 100644 --- a/clients/client-workspaces/src/commands/DescribeImageAssociationsCommand.ts +++ b/clients/client-workspaces/src/commands/DescribeImageAssociationsCommand.ts @@ -98,9 +98,6 @@ export class DescribeImageAssociationsCommand extends $Command< DescribeImageAssociationsCommandOutput, WorkSpacesClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -114,9 +111,7 @@ export class DescribeImageAssociationsCommand extends $Command< * @public */ constructor(readonly input: DescribeImageAssociationsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -172,7 +167,4 @@ export class DescribeImageAssociationsCommand extends $Command< ): Promise { return de_DescribeImageAssociationsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-workspaces/src/commands/DescribeIpGroupsCommand.ts b/clients/client-workspaces/src/commands/DescribeIpGroupsCommand.ts index a698faeb66a5..904825bf67cb 100644 --- a/clients/client-workspaces/src/commands/DescribeIpGroupsCommand.ts +++ b/clients/client-workspaces/src/commands/DescribeIpGroupsCommand.ts @@ -93,9 +93,6 @@ export class DescribeIpGroupsCommand extends $Command< DescribeIpGroupsCommandOutput, WorkSpacesClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -109,9 +106,7 @@ export class DescribeIpGroupsCommand extends $Command< * @public */ constructor(readonly input: DescribeIpGroupsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -164,7 +159,4 @@ export class DescribeIpGroupsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DescribeIpGroupsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-workspaces/src/commands/DescribeTagsCommand.ts b/clients/client-workspaces/src/commands/DescribeTagsCommand.ts index 9740dce14715..891b8605b990 100644 --- a/clients/client-workspaces/src/commands/DescribeTagsCommand.ts +++ b/clients/client-workspaces/src/commands/DescribeTagsCommand.ts @@ -78,9 +78,6 @@ export class DescribeTagsCommand extends $Command< DescribeTagsCommandOutput, WorkSpacesClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -94,9 +91,7 @@ export class DescribeTagsCommand extends $Command< * @public */ constructor(readonly input: DescribeTagsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -147,7 +142,4 @@ export class DescribeTagsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DescribeTagsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-workspaces/src/commands/DescribeWorkspaceAssociationsCommand.ts b/clients/client-workspaces/src/commands/DescribeWorkspaceAssociationsCommand.ts index 7a472319abee..61ddb1336b24 100644 --- a/clients/client-workspaces/src/commands/DescribeWorkspaceAssociationsCommand.ts +++ b/clients/client-workspaces/src/commands/DescribeWorkspaceAssociationsCommand.ts @@ -103,9 +103,6 @@ export class DescribeWorkspaceAssociationsCommand extends $Command< DescribeWorkspaceAssociationsCommandOutput, WorkSpacesClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -119,9 +116,7 @@ export class DescribeWorkspaceAssociationsCommand extends $Command< * @public */ constructor(readonly input: DescribeWorkspaceAssociationsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -177,7 +172,4 @@ export class DescribeWorkspaceAssociationsCommand extends $Command< ): Promise { return de_DescribeWorkspaceAssociationsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-workspaces/src/commands/DescribeWorkspaceBundlesCommand.ts b/clients/client-workspaces/src/commands/DescribeWorkspaceBundlesCommand.ts index a38464e4180e..92fe7cf42288 100644 --- a/clients/client-workspaces/src/commands/DescribeWorkspaceBundlesCommand.ts +++ b/clients/client-workspaces/src/commands/DescribeWorkspaceBundlesCommand.ts @@ -100,9 +100,6 @@ export class DescribeWorkspaceBundlesCommand extends $Command< DescribeWorkspaceBundlesCommandOutput, WorkSpacesClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -116,9 +113,7 @@ export class DescribeWorkspaceBundlesCommand extends $Command< * @public */ constructor(readonly input: DescribeWorkspaceBundlesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -171,7 +166,4 @@ export class DescribeWorkspaceBundlesCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DescribeWorkspaceBundlesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-workspaces/src/commands/DescribeWorkspaceDirectoriesCommand.ts b/clients/client-workspaces/src/commands/DescribeWorkspaceDirectoriesCommand.ts index ea9a5464df28..d6e4315197e3 100644 --- a/clients/client-workspaces/src/commands/DescribeWorkspaceDirectoriesCommand.ts +++ b/clients/client-workspaces/src/commands/DescribeWorkspaceDirectoriesCommand.ts @@ -139,9 +139,6 @@ export class DescribeWorkspaceDirectoriesCommand extends $Command< DescribeWorkspaceDirectoriesCommandOutput, WorkSpacesClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -155,9 +152,7 @@ export class DescribeWorkspaceDirectoriesCommand extends $Command< * @public */ constructor(readonly input: DescribeWorkspaceDirectoriesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -213,7 +208,4 @@ export class DescribeWorkspaceDirectoriesCommand extends $Command< ): Promise { return de_DescribeWorkspaceDirectoriesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-workspaces/src/commands/DescribeWorkspaceImagePermissionsCommand.ts b/clients/client-workspaces/src/commands/DescribeWorkspaceImagePermissionsCommand.ts index af703a3ecd80..92bc77e22200 100644 --- a/clients/client-workspaces/src/commands/DescribeWorkspaceImagePermissionsCommand.ts +++ b/clients/client-workspaces/src/commands/DescribeWorkspaceImagePermissionsCommand.ts @@ -92,9 +92,6 @@ export class DescribeWorkspaceImagePermissionsCommand extends $Command< DescribeWorkspaceImagePermissionsCommandOutput, WorkSpacesClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -108,9 +105,7 @@ export class DescribeWorkspaceImagePermissionsCommand extends $Command< * @public */ constructor(readonly input: DescribeWorkspaceImagePermissionsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -169,7 +164,4 @@ export class DescribeWorkspaceImagePermissionsCommand extends $Command< ): Promise { return de_DescribeWorkspaceImagePermissionsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-workspaces/src/commands/DescribeWorkspaceImagesCommand.ts b/clients/client-workspaces/src/commands/DescribeWorkspaceImagesCommand.ts index 78101c1bec10..d8e6eb79e662 100644 --- a/clients/client-workspaces/src/commands/DescribeWorkspaceImagesCommand.ts +++ b/clients/client-workspaces/src/commands/DescribeWorkspaceImagesCommand.ts @@ -105,9 +105,6 @@ export class DescribeWorkspaceImagesCommand extends $Command< DescribeWorkspaceImagesCommandOutput, WorkSpacesClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -121,9 +118,7 @@ export class DescribeWorkspaceImagesCommand extends $Command< * @public */ constructor(readonly input: DescribeWorkspaceImagesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -176,7 +171,4 @@ export class DescribeWorkspaceImagesCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DescribeWorkspaceImagesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-workspaces/src/commands/DescribeWorkspaceSnapshotsCommand.ts b/clients/client-workspaces/src/commands/DescribeWorkspaceSnapshotsCommand.ts index af57f76a71bc..27631924839f 100644 --- a/clients/client-workspaces/src/commands/DescribeWorkspaceSnapshotsCommand.ts +++ b/clients/client-workspaces/src/commands/DescribeWorkspaceSnapshotsCommand.ts @@ -88,9 +88,6 @@ export class DescribeWorkspaceSnapshotsCommand extends $Command< DescribeWorkspaceSnapshotsCommandOutput, WorkSpacesClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -104,9 +101,7 @@ export class DescribeWorkspaceSnapshotsCommand extends $Command< * @public */ constructor(readonly input: DescribeWorkspaceSnapshotsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -162,7 +157,4 @@ export class DescribeWorkspaceSnapshotsCommand extends $Command< ): Promise { return de_DescribeWorkspaceSnapshotsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-workspaces/src/commands/DescribeWorkspacesCommand.ts b/clients/client-workspaces/src/commands/DescribeWorkspacesCommand.ts index 56a336caeed7..900770527685 100644 --- a/clients/client-workspaces/src/commands/DescribeWorkspacesCommand.ts +++ b/clients/client-workspaces/src/commands/DescribeWorkspacesCommand.ts @@ -127,9 +127,6 @@ export class DescribeWorkspacesCommand extends $Command< DescribeWorkspacesCommandOutput, WorkSpacesClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -143,9 +140,7 @@ export class DescribeWorkspacesCommand extends $Command< * @public */ constructor(readonly input: DescribeWorkspacesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -198,7 +193,4 @@ export class DescribeWorkspacesCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DescribeWorkspacesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-workspaces/src/commands/DescribeWorkspacesConnectionStatusCommand.ts b/clients/client-workspaces/src/commands/DescribeWorkspacesConnectionStatusCommand.ts index fadf2e886d92..56526e6e97c7 100644 --- a/clients/client-workspaces/src/commands/DescribeWorkspacesConnectionStatusCommand.ts +++ b/clients/client-workspaces/src/commands/DescribeWorkspacesConnectionStatusCommand.ts @@ -92,9 +92,6 @@ export class DescribeWorkspacesConnectionStatusCommand extends $Command< DescribeWorkspacesConnectionStatusCommandOutput, WorkSpacesClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -108,9 +105,7 @@ export class DescribeWorkspacesConnectionStatusCommand extends $Command< * @public */ constructor(readonly input: DescribeWorkspacesConnectionStatusCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -169,7 +164,4 @@ export class DescribeWorkspacesConnectionStatusCommand extends $Command< ): Promise { return de_DescribeWorkspacesConnectionStatusCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-workspaces/src/commands/DisassociateConnectionAliasCommand.ts b/clients/client-workspaces/src/commands/DisassociateConnectionAliasCommand.ts index 210013b57a8b..beb6f2a987d5 100644 --- a/clients/client-workspaces/src/commands/DisassociateConnectionAliasCommand.ts +++ b/clients/client-workspaces/src/commands/DisassociateConnectionAliasCommand.ts @@ -91,9 +91,6 @@ export class DisassociateConnectionAliasCommand extends $Command< DisassociateConnectionAliasCommandOutput, WorkSpacesClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -107,9 +104,7 @@ export class DisassociateConnectionAliasCommand extends $Command< * @public */ constructor(readonly input: DisassociateConnectionAliasCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -165,7 +160,4 @@ export class DisassociateConnectionAliasCommand extends $Command< ): Promise { return de_DisassociateConnectionAliasCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-workspaces/src/commands/DisassociateIpGroupsCommand.ts b/clients/client-workspaces/src/commands/DisassociateIpGroupsCommand.ts index 7ee782ecebb7..ed41a9b4b59e 100644 --- a/clients/client-workspaces/src/commands/DisassociateIpGroupsCommand.ts +++ b/clients/client-workspaces/src/commands/DisassociateIpGroupsCommand.ts @@ -83,9 +83,6 @@ export class DisassociateIpGroupsCommand extends $Command< DisassociateIpGroupsCommandOutput, WorkSpacesClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -99,9 +96,7 @@ export class DisassociateIpGroupsCommand extends $Command< * @public */ constructor(readonly input: DisassociateIpGroupsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -154,7 +149,4 @@ export class DisassociateIpGroupsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DisassociateIpGroupsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-workspaces/src/commands/DisassociateWorkspaceApplicationCommand.ts b/clients/client-workspaces/src/commands/DisassociateWorkspaceApplicationCommand.ts index 9d50fa656e3b..02d4c31117dc 100644 --- a/clients/client-workspaces/src/commands/DisassociateWorkspaceApplicationCommand.ts +++ b/clients/client-workspaces/src/commands/DisassociateWorkspaceApplicationCommand.ts @@ -102,9 +102,6 @@ export class DisassociateWorkspaceApplicationCommand extends $Command< DisassociateWorkspaceApplicationCommandOutput, WorkSpacesClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -118,9 +115,7 @@ export class DisassociateWorkspaceApplicationCommand extends $Command< * @public */ constructor(readonly input: DisassociateWorkspaceApplicationCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -179,7 +174,4 @@ export class DisassociateWorkspaceApplicationCommand extends $Command< ): Promise { return de_DisassociateWorkspaceApplicationCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-workspaces/src/commands/ImportClientBrandingCommand.ts b/clients/client-workspaces/src/commands/ImportClientBrandingCommand.ts index 396f15bc4501..d7a20d0449d9 100644 --- a/clients/client-workspaces/src/commands/ImportClientBrandingCommand.ts +++ b/clients/client-workspaces/src/commands/ImportClientBrandingCommand.ts @@ -216,9 +216,6 @@ export class ImportClientBrandingCommand extends $Command< ImportClientBrandingCommandOutput, WorkSpacesClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -232,9 +229,7 @@ export class ImportClientBrandingCommand extends $Command< * @public */ constructor(readonly input: ImportClientBrandingCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -287,7 +282,4 @@ export class ImportClientBrandingCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ImportClientBrandingCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-workspaces/src/commands/ImportWorkspaceImageCommand.ts b/clients/client-workspaces/src/commands/ImportWorkspaceImageCommand.ts index cb651c7e2f4a..032967a38173 100644 --- a/clients/client-workspaces/src/commands/ImportWorkspaceImageCommand.ts +++ b/clients/client-workspaces/src/commands/ImportWorkspaceImageCommand.ts @@ -104,9 +104,6 @@ export class ImportWorkspaceImageCommand extends $Command< ImportWorkspaceImageCommandOutput, WorkSpacesClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -120,9 +117,7 @@ export class ImportWorkspaceImageCommand extends $Command< * @public */ constructor(readonly input: ImportWorkspaceImageCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -175,7 +170,4 @@ export class ImportWorkspaceImageCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ImportWorkspaceImageCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-workspaces/src/commands/ListAvailableManagementCidrRangesCommand.ts b/clients/client-workspaces/src/commands/ListAvailableManagementCidrRangesCommand.ts index e849f6674223..565528dcc293 100644 --- a/clients/client-workspaces/src/commands/ListAvailableManagementCidrRangesCommand.ts +++ b/clients/client-workspaces/src/commands/ListAvailableManagementCidrRangesCommand.ts @@ -93,9 +93,6 @@ export class ListAvailableManagementCidrRangesCommand extends $Command< ListAvailableManagementCidrRangesCommandOutput, WorkSpacesClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -109,9 +106,7 @@ export class ListAvailableManagementCidrRangesCommand extends $Command< * @public */ constructor(readonly input: ListAvailableManagementCidrRangesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -170,7 +165,4 @@ export class ListAvailableManagementCidrRangesCommand extends $Command< ): Promise { return de_ListAvailableManagementCidrRangesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-workspaces/src/commands/MigrateWorkspaceCommand.ts b/clients/client-workspaces/src/commands/MigrateWorkspaceCommand.ts index 3fb260f0ab78..589d8a3df0a1 100644 --- a/clients/client-workspaces/src/commands/MigrateWorkspaceCommand.ts +++ b/clients/client-workspaces/src/commands/MigrateWorkspaceCommand.ts @@ -100,9 +100,6 @@ export class MigrateWorkspaceCommand extends $Command< MigrateWorkspaceCommandOutput, WorkSpacesClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -116,9 +113,7 @@ export class MigrateWorkspaceCommand extends $Command< * @public */ constructor(readonly input: MigrateWorkspaceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -171,7 +166,4 @@ export class MigrateWorkspaceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_MigrateWorkspaceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-workspaces/src/commands/ModifyAccountCommand.ts b/clients/client-workspaces/src/commands/ModifyAccountCommand.ts index 8b6c27413ec5..20f1ffd72c99 100644 --- a/clients/client-workspaces/src/commands/ModifyAccountCommand.ts +++ b/clients/client-workspaces/src/commands/ModifyAccountCommand.ts @@ -85,9 +85,6 @@ export class ModifyAccountCommand extends $Command< ModifyAccountCommandOutput, WorkSpacesClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -101,9 +98,7 @@ export class ModifyAccountCommand extends $Command< * @public */ constructor(readonly input: ModifyAccountCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -154,7 +149,4 @@ export class ModifyAccountCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ModifyAccountCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-workspaces/src/commands/ModifyCertificateBasedAuthPropertiesCommand.ts b/clients/client-workspaces/src/commands/ModifyCertificateBasedAuthPropertiesCommand.ts index 959dfb6c2649..c6ed68739d65 100644 --- a/clients/client-workspaces/src/commands/ModifyCertificateBasedAuthPropertiesCommand.ts +++ b/clients/client-workspaces/src/commands/ModifyCertificateBasedAuthPropertiesCommand.ts @@ -96,9 +96,6 @@ export class ModifyCertificateBasedAuthPropertiesCommand extends $Command< ModifyCertificateBasedAuthPropertiesCommandOutput, WorkSpacesClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -112,9 +109,7 @@ export class ModifyCertificateBasedAuthPropertiesCommand extends $Command< * @public */ constructor(readonly input: ModifyCertificateBasedAuthPropertiesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -173,7 +168,4 @@ export class ModifyCertificateBasedAuthPropertiesCommand extends $Command< ): Promise { return de_ModifyCertificateBasedAuthPropertiesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-workspaces/src/commands/ModifyClientPropertiesCommand.ts b/clients/client-workspaces/src/commands/ModifyClientPropertiesCommand.ts index 87558ed43d92..daa66a6e8c74 100644 --- a/clients/client-workspaces/src/commands/ModifyClientPropertiesCommand.ts +++ b/clients/client-workspaces/src/commands/ModifyClientPropertiesCommand.ts @@ -81,9 +81,6 @@ export class ModifyClientPropertiesCommand extends $Command< ModifyClientPropertiesCommandOutput, WorkSpacesClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -97,9 +94,7 @@ export class ModifyClientPropertiesCommand extends $Command< * @public */ constructor(readonly input: ModifyClientPropertiesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -152,7 +147,4 @@ export class ModifyClientPropertiesCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ModifyClientPropertiesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-workspaces/src/commands/ModifySamlPropertiesCommand.ts b/clients/client-workspaces/src/commands/ModifySamlPropertiesCommand.ts index 8afd47844595..f53c9f0518af 100644 --- a/clients/client-workspaces/src/commands/ModifySamlPropertiesCommand.ts +++ b/clients/client-workspaces/src/commands/ModifySamlPropertiesCommand.ts @@ -90,9 +90,6 @@ export class ModifySamlPropertiesCommand extends $Command< ModifySamlPropertiesCommandOutput, WorkSpacesClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -106,9 +103,7 @@ export class ModifySamlPropertiesCommand extends $Command< * @public */ constructor(readonly input: ModifySamlPropertiesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -161,7 +156,4 @@ export class ModifySamlPropertiesCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ModifySamlPropertiesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-workspaces/src/commands/ModifySelfservicePermissionsCommand.ts b/clients/client-workspaces/src/commands/ModifySelfservicePermissionsCommand.ts index 658357a67a2e..0b38a0ff0aa3 100644 --- a/clients/client-workspaces/src/commands/ModifySelfservicePermissionsCommand.ts +++ b/clients/client-workspaces/src/commands/ModifySelfservicePermissionsCommand.ts @@ -90,9 +90,6 @@ export class ModifySelfservicePermissionsCommand extends $Command< ModifySelfservicePermissionsCommandOutput, WorkSpacesClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -106,9 +103,7 @@ export class ModifySelfservicePermissionsCommand extends $Command< * @public */ constructor(readonly input: ModifySelfservicePermissionsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -164,7 +159,4 @@ export class ModifySelfservicePermissionsCommand extends $Command< ): Promise { return de_ModifySelfservicePermissionsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-workspaces/src/commands/ModifyWorkspaceAccessPropertiesCommand.ts b/clients/client-workspaces/src/commands/ModifyWorkspaceAccessPropertiesCommand.ts index 25af4a706e30..5e8ca8b30593 100644 --- a/clients/client-workspaces/src/commands/ModifyWorkspaceAccessPropertiesCommand.ts +++ b/clients/client-workspaces/src/commands/ModifyWorkspaceAccessPropertiesCommand.ts @@ -91,9 +91,6 @@ export class ModifyWorkspaceAccessPropertiesCommand extends $Command< ModifyWorkspaceAccessPropertiesCommandOutput, WorkSpacesClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -107,9 +104,7 @@ export class ModifyWorkspaceAccessPropertiesCommand extends $Command< * @public */ constructor(readonly input: ModifyWorkspaceAccessPropertiesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -168,7 +163,4 @@ export class ModifyWorkspaceAccessPropertiesCommand extends $Command< ): Promise { return de_ModifyWorkspaceAccessPropertiesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-workspaces/src/commands/ModifyWorkspaceCreationPropertiesCommand.ts b/clients/client-workspaces/src/commands/ModifyWorkspaceCreationPropertiesCommand.ts index 094878a5c7bd..7cb2cd2da2ec 100644 --- a/clients/client-workspaces/src/commands/ModifyWorkspaceCreationPropertiesCommand.ts +++ b/clients/client-workspaces/src/commands/ModifyWorkspaceCreationPropertiesCommand.ts @@ -93,9 +93,6 @@ export class ModifyWorkspaceCreationPropertiesCommand extends $Command< ModifyWorkspaceCreationPropertiesCommandOutput, WorkSpacesClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -109,9 +106,7 @@ export class ModifyWorkspaceCreationPropertiesCommand extends $Command< * @public */ constructor(readonly input: ModifyWorkspaceCreationPropertiesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -170,7 +165,4 @@ export class ModifyWorkspaceCreationPropertiesCommand extends $Command< ): Promise { return de_ModifyWorkspaceCreationPropertiesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-workspaces/src/commands/ModifyWorkspacePropertiesCommand.ts b/clients/client-workspaces/src/commands/ModifyWorkspacePropertiesCommand.ts index 67bb7504bb03..d154a60cdddc 100644 --- a/clients/client-workspaces/src/commands/ModifyWorkspacePropertiesCommand.ts +++ b/clients/client-workspaces/src/commands/ModifyWorkspacePropertiesCommand.ts @@ -110,9 +110,6 @@ export class ModifyWorkspacePropertiesCommand extends $Command< ModifyWorkspacePropertiesCommandOutput, WorkSpacesClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -126,9 +123,7 @@ export class ModifyWorkspacePropertiesCommand extends $Command< * @public */ constructor(readonly input: ModifyWorkspacePropertiesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -184,7 +179,4 @@ export class ModifyWorkspacePropertiesCommand extends $Command< ): Promise { return de_ModifyWorkspacePropertiesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-workspaces/src/commands/ModifyWorkspaceStateCommand.ts b/clients/client-workspaces/src/commands/ModifyWorkspaceStateCommand.ts index 80327199a50d..a129f5af25d4 100644 --- a/clients/client-workspaces/src/commands/ModifyWorkspaceStateCommand.ts +++ b/clients/client-workspaces/src/commands/ModifyWorkspaceStateCommand.ts @@ -86,9 +86,6 @@ export class ModifyWorkspaceStateCommand extends $Command< ModifyWorkspaceStateCommandOutput, WorkSpacesClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -102,9 +99,7 @@ export class ModifyWorkspaceStateCommand extends $Command< * @public */ constructor(readonly input: ModifyWorkspaceStateCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -157,7 +152,4 @@ export class ModifyWorkspaceStateCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ModifyWorkspaceStateCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-workspaces/src/commands/RebootWorkspacesCommand.ts b/clients/client-workspaces/src/commands/RebootWorkspacesCommand.ts index b13c183f7367..c99628072764 100644 --- a/clients/client-workspaces/src/commands/RebootWorkspacesCommand.ts +++ b/clients/client-workspaces/src/commands/RebootWorkspacesCommand.ts @@ -86,9 +86,6 @@ export class RebootWorkspacesCommand extends $Command< RebootWorkspacesCommandOutput, WorkSpacesClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -102,9 +99,7 @@ export class RebootWorkspacesCommand extends $Command< * @public */ constructor(readonly input: RebootWorkspacesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -157,7 +152,4 @@ export class RebootWorkspacesCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_RebootWorkspacesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-workspaces/src/commands/RebuildWorkspacesCommand.ts b/clients/client-workspaces/src/commands/RebuildWorkspacesCommand.ts index 2e78bcf2b5b9..1dc7fac82bf1 100644 --- a/clients/client-workspaces/src/commands/RebuildWorkspacesCommand.ts +++ b/clients/client-workspaces/src/commands/RebuildWorkspacesCommand.ts @@ -91,9 +91,6 @@ export class RebuildWorkspacesCommand extends $Command< RebuildWorkspacesCommandOutput, WorkSpacesClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -107,9 +104,7 @@ export class RebuildWorkspacesCommand extends $Command< * @public */ constructor(readonly input: RebuildWorkspacesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -162,7 +157,4 @@ export class RebuildWorkspacesCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_RebuildWorkspacesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-workspaces/src/commands/RegisterWorkspaceDirectoryCommand.ts b/clients/client-workspaces/src/commands/RegisterWorkspaceDirectoryCommand.ts index 125b3ef7351f..2b9e038442db 100644 --- a/clients/client-workspaces/src/commands/RegisterWorkspaceDirectoryCommand.ts +++ b/clients/client-workspaces/src/commands/RegisterWorkspaceDirectoryCommand.ts @@ -112,9 +112,6 @@ export class RegisterWorkspaceDirectoryCommand extends $Command< RegisterWorkspaceDirectoryCommandOutput, WorkSpacesClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -128,9 +125,7 @@ export class RegisterWorkspaceDirectoryCommand extends $Command< * @public */ constructor(readonly input: RegisterWorkspaceDirectoryCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -186,7 +181,4 @@ export class RegisterWorkspaceDirectoryCommand extends $Command< ): Promise { return de_RegisterWorkspaceDirectoryCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-workspaces/src/commands/RestoreWorkspaceCommand.ts b/clients/client-workspaces/src/commands/RestoreWorkspaceCommand.ts index 51f607279010..6809edf691f4 100644 --- a/clients/client-workspaces/src/commands/RestoreWorkspaceCommand.ts +++ b/clients/client-workspaces/src/commands/RestoreWorkspaceCommand.ts @@ -87,9 +87,6 @@ export class RestoreWorkspaceCommand extends $Command< RestoreWorkspaceCommandOutput, WorkSpacesClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -103,9 +100,7 @@ export class RestoreWorkspaceCommand extends $Command< * @public */ constructor(readonly input: RestoreWorkspaceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -158,7 +153,4 @@ export class RestoreWorkspaceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_RestoreWorkspaceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-workspaces/src/commands/RevokeIpRulesCommand.ts b/clients/client-workspaces/src/commands/RevokeIpRulesCommand.ts index 9caa74682aed..63c8007357e4 100644 --- a/clients/client-workspaces/src/commands/RevokeIpRulesCommand.ts +++ b/clients/client-workspaces/src/commands/RevokeIpRulesCommand.ts @@ -83,9 +83,6 @@ export class RevokeIpRulesCommand extends $Command< RevokeIpRulesCommandOutput, WorkSpacesClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -99,9 +96,7 @@ export class RevokeIpRulesCommand extends $Command< * @public */ constructor(readonly input: RevokeIpRulesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -152,7 +147,4 @@ export class RevokeIpRulesCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_RevokeIpRulesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-workspaces/src/commands/StartWorkspacesCommand.ts b/clients/client-workspaces/src/commands/StartWorkspacesCommand.ts index cc52afc66bb8..cb2521ba5c28 100644 --- a/clients/client-workspaces/src/commands/StartWorkspacesCommand.ts +++ b/clients/client-workspaces/src/commands/StartWorkspacesCommand.ts @@ -82,9 +82,6 @@ export class StartWorkspacesCommand extends $Command< StartWorkspacesCommandOutput, WorkSpacesClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -98,9 +95,7 @@ export class StartWorkspacesCommand extends $Command< * @public */ constructor(readonly input: StartWorkspacesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -153,7 +148,4 @@ export class StartWorkspacesCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_StartWorkspacesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-workspaces/src/commands/StopWorkspacesCommand.ts b/clients/client-workspaces/src/commands/StopWorkspacesCommand.ts index a8f5218ddbd8..a9c769686393 100644 --- a/clients/client-workspaces/src/commands/StopWorkspacesCommand.ts +++ b/clients/client-workspaces/src/commands/StopWorkspacesCommand.ts @@ -83,9 +83,6 @@ export class StopWorkspacesCommand extends $Command< StopWorkspacesCommandOutput, WorkSpacesClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -99,9 +96,7 @@ export class StopWorkspacesCommand extends $Command< * @public */ constructor(readonly input: StopWorkspacesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -154,7 +149,4 @@ export class StopWorkspacesCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_StopWorkspacesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-workspaces/src/commands/TerminateWorkspacesCommand.ts b/clients/client-workspaces/src/commands/TerminateWorkspacesCommand.ts index 0921b58a192b..d95a81077ead 100644 --- a/clients/client-workspaces/src/commands/TerminateWorkspacesCommand.ts +++ b/clients/client-workspaces/src/commands/TerminateWorkspacesCommand.ts @@ -104,9 +104,6 @@ export class TerminateWorkspacesCommand extends $Command< TerminateWorkspacesCommandOutput, WorkSpacesClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -120,9 +117,7 @@ export class TerminateWorkspacesCommand extends $Command< * @public */ constructor(readonly input: TerminateWorkspacesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -175,7 +170,4 @@ export class TerminateWorkspacesCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_TerminateWorkspacesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-workspaces/src/commands/UpdateConnectClientAddInCommand.ts b/clients/client-workspaces/src/commands/UpdateConnectClientAddInCommand.ts index 17bb0dbcd54a..f9e215952bff 100644 --- a/clients/client-workspaces/src/commands/UpdateConnectClientAddInCommand.ts +++ b/clients/client-workspaces/src/commands/UpdateConnectClientAddInCommand.ts @@ -81,9 +81,6 @@ export class UpdateConnectClientAddInCommand extends $Command< UpdateConnectClientAddInCommandOutput, WorkSpacesClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -97,9 +94,7 @@ export class UpdateConnectClientAddInCommand extends $Command< * @public */ constructor(readonly input: UpdateConnectClientAddInCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -152,7 +147,4 @@ export class UpdateConnectClientAddInCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdateConnectClientAddInCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-workspaces/src/commands/UpdateConnectionAliasPermissionCommand.ts b/clients/client-workspaces/src/commands/UpdateConnectionAliasPermissionCommand.ts index 9d942171dffd..ae52b0ca12a4 100644 --- a/clients/client-workspaces/src/commands/UpdateConnectionAliasPermissionCommand.ts +++ b/clients/client-workspaces/src/commands/UpdateConnectionAliasPermissionCommand.ts @@ -119,9 +119,6 @@ export class UpdateConnectionAliasPermissionCommand extends $Command< UpdateConnectionAliasPermissionCommandOutput, WorkSpacesClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -135,9 +132,7 @@ export class UpdateConnectionAliasPermissionCommand extends $Command< * @public */ constructor(readonly input: UpdateConnectionAliasPermissionCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -196,7 +191,4 @@ export class UpdateConnectionAliasPermissionCommand extends $Command< ): Promise { return de_UpdateConnectionAliasPermissionCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-workspaces/src/commands/UpdateRulesOfIpGroupCommand.ts b/clients/client-workspaces/src/commands/UpdateRulesOfIpGroupCommand.ts index 9afc10e2a37b..dc5807992490 100644 --- a/clients/client-workspaces/src/commands/UpdateRulesOfIpGroupCommand.ts +++ b/clients/client-workspaces/src/commands/UpdateRulesOfIpGroupCommand.ts @@ -90,9 +90,6 @@ export class UpdateRulesOfIpGroupCommand extends $Command< UpdateRulesOfIpGroupCommandOutput, WorkSpacesClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -106,9 +103,7 @@ export class UpdateRulesOfIpGroupCommand extends $Command< * @public */ constructor(readonly input: UpdateRulesOfIpGroupCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -161,7 +156,4 @@ export class UpdateRulesOfIpGroupCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdateRulesOfIpGroupCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-workspaces/src/commands/UpdateWorkspaceBundleCommand.ts b/clients/client-workspaces/src/commands/UpdateWorkspaceBundleCommand.ts index 453b60719bbd..4a7d7b4d9065 100644 --- a/clients/client-workspaces/src/commands/UpdateWorkspaceBundleCommand.ts +++ b/clients/client-workspaces/src/commands/UpdateWorkspaceBundleCommand.ts @@ -91,9 +91,6 @@ export class UpdateWorkspaceBundleCommand extends $Command< UpdateWorkspaceBundleCommandOutput, WorkSpacesClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -107,9 +104,7 @@ export class UpdateWorkspaceBundleCommand extends $Command< * @public */ constructor(readonly input: UpdateWorkspaceBundleCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -162,7 +157,4 @@ export class UpdateWorkspaceBundleCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdateWorkspaceBundleCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-workspaces/src/commands/UpdateWorkspaceImagePermissionCommand.ts b/clients/client-workspaces/src/commands/UpdateWorkspaceImagePermissionCommand.ts index 9012087b305a..8692d5364f7e 100644 --- a/clients/client-workspaces/src/commands/UpdateWorkspaceImagePermissionCommand.ts +++ b/clients/client-workspaces/src/commands/UpdateWorkspaceImagePermissionCommand.ts @@ -112,9 +112,6 @@ export class UpdateWorkspaceImagePermissionCommand extends $Command< UpdateWorkspaceImagePermissionCommandOutput, WorkSpacesClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -128,9 +125,7 @@ export class UpdateWorkspaceImagePermissionCommand extends $Command< * @public */ constructor(readonly input: UpdateWorkspaceImagePermissionCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -189,7 +184,4 @@ export class UpdateWorkspaceImagePermissionCommand extends $Command< ): Promise { return de_UpdateWorkspaceImagePermissionCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-xray/package.json b/clients/client-xray/package.json index 4e58c72309f0..9dd59f729b2d 100644 --- a/clients/client-xray/package.json +++ b/clients/client-xray/package.json @@ -34,29 +34,29 @@ "@aws-sdk/util-endpoints": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@smithy/config-resolver": "^2.0.16", - "@smithy/fetch-http-handler": "^2.2.4", - "@smithy/hash-node": "^2.0.12", - "@smithy/invalid-dependency": "^2.0.12", - "@smithy/middleware-content-length": "^2.0.14", - "@smithy/middleware-endpoint": "^2.1.3", - "@smithy/middleware-retry": "^2.0.18", - "@smithy/middleware-serde": "^2.0.12", - "@smithy/middleware-stack": "^2.0.6", - "@smithy/node-config-provider": "^2.1.3", - "@smithy/node-http-handler": "^2.1.8", - "@smithy/protocol-http": "^3.0.8", - "@smithy/smithy-client": "^2.1.12", - "@smithy/types": "^2.4.0", - "@smithy/url-parser": "^2.0.12", - "@smithy/util-base64": "^2.0.0", + "@smithy/config-resolver": "^2.0.18", + "@smithy/fetch-http-handler": "^2.2.6", + "@smithy/hash-node": "^2.0.15", + "@smithy/invalid-dependency": "^2.0.13", + "@smithy/middleware-content-length": "^2.0.15", + "@smithy/middleware-endpoint": "^2.2.0", + "@smithy/middleware-retry": "^2.0.20", + "@smithy/middleware-serde": "^2.0.13", + "@smithy/middleware-stack": "^2.0.7", + "@smithy/node-config-provider": "^2.1.5", + "@smithy/node-http-handler": "^2.1.9", + "@smithy/protocol-http": "^3.0.9", + "@smithy/smithy-client": "^2.1.15", + "@smithy/types": "^2.5.0", + "@smithy/url-parser": "^2.0.13", + "@smithy/util-base64": "^2.0.1", "@smithy/util-body-length-browser": "^2.0.0", "@smithy/util-body-length-node": "^2.1.0", - "@smithy/util-defaults-mode-browser": "^2.0.16", - "@smithy/util-defaults-mode-node": "^2.0.21", - "@smithy/util-endpoints": "^1.0.2", - "@smithy/util-retry": "^2.0.5", - "@smithy/util-utf8": "^2.0.0", + "@smithy/util-defaults-mode-browser": "^2.0.19", + "@smithy/util-defaults-mode-node": "^2.0.25", + "@smithy/util-endpoints": "^1.0.4", + "@smithy/util-retry": "^2.0.6", + "@smithy/util-utf8": "^2.0.2", "tslib": "^2.5.0" }, "devDependencies": { diff --git a/clients/client-xray/src/commands/BatchGetTracesCommand.ts b/clients/client-xray/src/commands/BatchGetTracesCommand.ts index 1aac0093ff9c..166dd8127ee3 100644 --- a/clients/client-xray/src/commands/BatchGetTracesCommand.ts +++ b/clients/client-xray/src/commands/BatchGetTracesCommand.ts @@ -97,9 +97,6 @@ export class BatchGetTracesCommand extends $Command< BatchGetTracesCommandOutput, XRayClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -113,9 +110,7 @@ export class BatchGetTracesCommand extends $Command< * @public */ constructor(readonly input: BatchGetTracesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -168,7 +163,4 @@ export class BatchGetTracesCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_BatchGetTracesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-xray/src/commands/CreateGroupCommand.ts b/clients/client-xray/src/commands/CreateGroupCommand.ts index 114fa9e9cab3..05b66ebb69c7 100644 --- a/clients/client-xray/src/commands/CreateGroupCommand.ts +++ b/clients/client-xray/src/commands/CreateGroupCommand.ts @@ -95,9 +95,6 @@ export class CreateGroupCommand extends $Command< CreateGroupCommandOutput, XRayClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -111,9 +108,7 @@ export class CreateGroupCommand extends $Command< * @public */ constructor(readonly input: CreateGroupCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -164,7 +159,4 @@ export class CreateGroupCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateGroupCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-xray/src/commands/CreateSamplingRuleCommand.ts b/clients/client-xray/src/commands/CreateSamplingRuleCommand.ts index 90c448ace256..5844e5384982 100644 --- a/clients/client-xray/src/commands/CreateSamplingRuleCommand.ts +++ b/clients/client-xray/src/commands/CreateSamplingRuleCommand.ts @@ -127,9 +127,6 @@ export class CreateSamplingRuleCommand extends $Command< CreateSamplingRuleCommandOutput, XRayClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -143,9 +140,7 @@ export class CreateSamplingRuleCommand extends $Command< * @public */ constructor(readonly input: CreateSamplingRuleCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -198,7 +193,4 @@ export class CreateSamplingRuleCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_CreateSamplingRuleCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-xray/src/commands/DeleteGroupCommand.ts b/clients/client-xray/src/commands/DeleteGroupCommand.ts index 57c8a2ef8c2c..6753d40db7b2 100644 --- a/clients/client-xray/src/commands/DeleteGroupCommand.ts +++ b/clients/client-xray/src/commands/DeleteGroupCommand.ts @@ -75,9 +75,6 @@ export class DeleteGroupCommand extends $Command< DeleteGroupCommandOutput, XRayClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -91,9 +88,7 @@ export class DeleteGroupCommand extends $Command< * @public */ constructor(readonly input: DeleteGroupCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -144,7 +139,4 @@ export class DeleteGroupCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteGroupCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-xray/src/commands/DeleteResourcePolicyCommand.ts b/clients/client-xray/src/commands/DeleteResourcePolicyCommand.ts index 1bc6f3bf7337..526051e42093 100644 --- a/clients/client-xray/src/commands/DeleteResourcePolicyCommand.ts +++ b/clients/client-xray/src/commands/DeleteResourcePolicyCommand.ts @@ -79,9 +79,6 @@ export class DeleteResourcePolicyCommand extends $Command< DeleteResourcePolicyCommandOutput, XRayClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -95,9 +92,7 @@ export class DeleteResourcePolicyCommand extends $Command< * @public */ constructor(readonly input: DeleteResourcePolicyCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -150,7 +145,4 @@ export class DeleteResourcePolicyCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteResourcePolicyCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-xray/src/commands/DeleteSamplingRuleCommand.ts b/clients/client-xray/src/commands/DeleteSamplingRuleCommand.ts index c3246d0ab2bf..97912279c25c 100644 --- a/clients/client-xray/src/commands/DeleteSamplingRuleCommand.ts +++ b/clients/client-xray/src/commands/DeleteSamplingRuleCommand.ts @@ -97,9 +97,6 @@ export class DeleteSamplingRuleCommand extends $Command< DeleteSamplingRuleCommandOutput, XRayClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -113,9 +110,7 @@ export class DeleteSamplingRuleCommand extends $Command< * @public */ constructor(readonly input: DeleteSamplingRuleCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -168,7 +163,4 @@ export class DeleteSamplingRuleCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DeleteSamplingRuleCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-xray/src/commands/GetEncryptionConfigCommand.ts b/clients/client-xray/src/commands/GetEncryptionConfigCommand.ts index 17af72f81f56..cd1d66bcd020 100644 --- a/clients/client-xray/src/commands/GetEncryptionConfigCommand.ts +++ b/clients/client-xray/src/commands/GetEncryptionConfigCommand.ts @@ -78,9 +78,6 @@ export class GetEncryptionConfigCommand extends $Command< GetEncryptionConfigCommandOutput, XRayClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -94,9 +91,7 @@ export class GetEncryptionConfigCommand extends $Command< * @public */ constructor(readonly input: GetEncryptionConfigCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -149,7 +144,4 @@ export class GetEncryptionConfigCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetEncryptionConfigCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-xray/src/commands/GetGroupCommand.ts b/clients/client-xray/src/commands/GetGroupCommand.ts index 11dbaf7648f8..ef55dd63778b 100644 --- a/clients/client-xray/src/commands/GetGroupCommand.ts +++ b/clients/client-xray/src/commands/GetGroupCommand.ts @@ -81,9 +81,6 @@ export interface GetGroupCommandOutput extends GetGroupResult, __MetadataBearer * */ export class GetGroupCommand extends $Command { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -97,9 +94,7 @@ export class GetGroupCommand extends $Command { return de_GetGroupCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-xray/src/commands/GetGroupsCommand.ts b/clients/client-xray/src/commands/GetGroupsCommand.ts index 4b39fe22170c..653a2806b13d 100644 --- a/clients/client-xray/src/commands/GetGroupsCommand.ts +++ b/clients/client-xray/src/commands/GetGroupsCommand.ts @@ -87,9 +87,6 @@ export class GetGroupsCommand extends $Command< GetGroupsCommandOutput, XRayClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -103,9 +100,7 @@ export class GetGroupsCommand extends $Command< * @public */ constructor(readonly input: GetGroupsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -156,7 +151,4 @@ export class GetGroupsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetGroupsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-xray/src/commands/GetInsightCommand.ts b/clients/client-xray/src/commands/GetInsightCommand.ts index 3893e59e5549..9ae818580d85 100644 --- a/clients/client-xray/src/commands/GetInsightCommand.ts +++ b/clients/client-xray/src/commands/GetInsightCommand.ts @@ -119,9 +119,6 @@ export class GetInsightCommand extends $Command< GetInsightCommandOutput, XRayClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -135,9 +132,7 @@ export class GetInsightCommand extends $Command< * @public */ constructor(readonly input: GetInsightCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -188,7 +183,4 @@ export class GetInsightCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetInsightCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-xray/src/commands/GetInsightEventsCommand.ts b/clients/client-xray/src/commands/GetInsightEventsCommand.ts index dfc2e0e6544c..36c169202eac 100644 --- a/clients/client-xray/src/commands/GetInsightEventsCommand.ts +++ b/clients/client-xray/src/commands/GetInsightEventsCommand.ts @@ -108,9 +108,6 @@ export class GetInsightEventsCommand extends $Command< GetInsightEventsCommandOutput, XRayClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -124,9 +121,7 @@ export class GetInsightEventsCommand extends $Command< * @public */ constructor(readonly input: GetInsightEventsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -179,7 +174,4 @@ export class GetInsightEventsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetInsightEventsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-xray/src/commands/GetInsightImpactGraphCommand.ts b/clients/client-xray/src/commands/GetInsightImpactGraphCommand.ts index 1bf180a6cf78..44f110cc79df 100644 --- a/clients/client-xray/src/commands/GetInsightImpactGraphCommand.ts +++ b/clients/client-xray/src/commands/GetInsightImpactGraphCommand.ts @@ -101,9 +101,6 @@ export class GetInsightImpactGraphCommand extends $Command< GetInsightImpactGraphCommandOutput, XRayClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -117,9 +114,7 @@ export class GetInsightImpactGraphCommand extends $Command< * @public */ constructor(readonly input: GetInsightImpactGraphCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -172,7 +167,4 @@ export class GetInsightImpactGraphCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetInsightImpactGraphCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-xray/src/commands/GetInsightSummariesCommand.ts b/clients/client-xray/src/commands/GetInsightSummariesCommand.ts index 293a0ad9c40a..feeff7bc3596 100644 --- a/clients/client-xray/src/commands/GetInsightSummariesCommand.ts +++ b/clients/client-xray/src/commands/GetInsightSummariesCommand.ts @@ -129,9 +129,6 @@ export class GetInsightSummariesCommand extends $Command< GetInsightSummariesCommandOutput, XRayClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -145,9 +142,7 @@ export class GetInsightSummariesCommand extends $Command< * @public */ constructor(readonly input: GetInsightSummariesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -200,7 +195,4 @@ export class GetInsightSummariesCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetInsightSummariesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-xray/src/commands/GetSamplingRulesCommand.ts b/clients/client-xray/src/commands/GetSamplingRulesCommand.ts index 3fd2de28d446..f84cec895b25 100644 --- a/clients/client-xray/src/commands/GetSamplingRulesCommand.ts +++ b/clients/client-xray/src/commands/GetSamplingRulesCommand.ts @@ -99,9 +99,6 @@ export class GetSamplingRulesCommand extends $Command< GetSamplingRulesCommandOutput, XRayClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -115,9 +112,7 @@ export class GetSamplingRulesCommand extends $Command< * @public */ constructor(readonly input: GetSamplingRulesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -170,7 +165,4 @@ export class GetSamplingRulesCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetSamplingRulesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-xray/src/commands/GetSamplingStatisticSummariesCommand.ts b/clients/client-xray/src/commands/GetSamplingStatisticSummariesCommand.ts index b3f13d7b3b08..7d5ab12d5c02 100644 --- a/clients/client-xray/src/commands/GetSamplingStatisticSummariesCommand.ts +++ b/clients/client-xray/src/commands/GetSamplingStatisticSummariesCommand.ts @@ -90,9 +90,6 @@ export class GetSamplingStatisticSummariesCommand extends $Command< GetSamplingStatisticSummariesCommandOutput, XRayClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -106,9 +103,7 @@ export class GetSamplingStatisticSummariesCommand extends $Command< * @public */ constructor(readonly input: GetSamplingStatisticSummariesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -164,7 +159,4 @@ export class GetSamplingStatisticSummariesCommand extends $Command< ): Promise { return de_GetSamplingStatisticSummariesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-xray/src/commands/GetSamplingTargetsCommand.ts b/clients/client-xray/src/commands/GetSamplingTargetsCommand.ts index d54a0c8b1b7e..8894d82434e4 100644 --- a/clients/client-xray/src/commands/GetSamplingTargetsCommand.ts +++ b/clients/client-xray/src/commands/GetSamplingTargetsCommand.ts @@ -102,9 +102,6 @@ export class GetSamplingTargetsCommand extends $Command< GetSamplingTargetsCommandOutput, XRayClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -118,9 +115,7 @@ export class GetSamplingTargetsCommand extends $Command< * @public */ constructor(readonly input: GetSamplingTargetsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -173,7 +168,4 @@ export class GetSamplingTargetsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetSamplingTargetsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-xray/src/commands/GetServiceGraphCommand.ts b/clients/client-xray/src/commands/GetServiceGraphCommand.ts index 83eeae22f1af..8bb74c591242 100644 --- a/clients/client-xray/src/commands/GetServiceGraphCommand.ts +++ b/clients/client-xray/src/commands/GetServiceGraphCommand.ts @@ -171,9 +171,6 @@ export class GetServiceGraphCommand extends $Command< GetServiceGraphCommandOutput, XRayClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -187,9 +184,7 @@ export class GetServiceGraphCommand extends $Command< * @public */ constructor(readonly input: GetServiceGraphCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -242,7 +237,4 @@ export class GetServiceGraphCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetServiceGraphCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-xray/src/commands/GetTimeSeriesServiceStatisticsCommand.ts b/clients/client-xray/src/commands/GetTimeSeriesServiceStatisticsCommand.ts index 636cc92c491e..ead4faf3ae1c 100644 --- a/clients/client-xray/src/commands/GetTimeSeriesServiceStatisticsCommand.ts +++ b/clients/client-xray/src/commands/GetTimeSeriesServiceStatisticsCommand.ts @@ -133,9 +133,6 @@ export class GetTimeSeriesServiceStatisticsCommand extends $Command< GetTimeSeriesServiceStatisticsCommandOutput, XRayClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -149,9 +146,7 @@ export class GetTimeSeriesServiceStatisticsCommand extends $Command< * @public */ constructor(readonly input: GetTimeSeriesServiceStatisticsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -210,7 +205,4 @@ export class GetTimeSeriesServiceStatisticsCommand extends $Command< ): Promise { return de_GetTimeSeriesServiceStatisticsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-xray/src/commands/GetTraceGraphCommand.ts b/clients/client-xray/src/commands/GetTraceGraphCommand.ts index 16031d220602..8d5f73c762b4 100644 --- a/clients/client-xray/src/commands/GetTraceGraphCommand.ts +++ b/clients/client-xray/src/commands/GetTraceGraphCommand.ts @@ -163,9 +163,6 @@ export class GetTraceGraphCommand extends $Command< GetTraceGraphCommandOutput, XRayClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -179,9 +176,7 @@ export class GetTraceGraphCommand extends $Command< * @public */ constructor(readonly input: GetTraceGraphCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -232,7 +227,4 @@ export class GetTraceGraphCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetTraceGraphCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-xray/src/commands/GetTraceSummariesCommand.ts b/clients/client-xray/src/commands/GetTraceSummariesCommand.ts index 6a0832b2ce20..400131d40fb4 100644 --- a/clients/client-xray/src/commands/GetTraceSummariesCommand.ts +++ b/clients/client-xray/src/commands/GetTraceSummariesCommand.ts @@ -256,9 +256,6 @@ export class GetTraceSummariesCommand extends $Command< GetTraceSummariesCommandOutput, XRayClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -272,9 +269,7 @@ export class GetTraceSummariesCommand extends $Command< * @public */ constructor(readonly input: GetTraceSummariesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -327,7 +322,4 @@ export class GetTraceSummariesCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GetTraceSummariesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-xray/src/commands/ListResourcePoliciesCommand.ts b/clients/client-xray/src/commands/ListResourcePoliciesCommand.ts index b6691c41764e..573b21c0546c 100644 --- a/clients/client-xray/src/commands/ListResourcePoliciesCommand.ts +++ b/clients/client-xray/src/commands/ListResourcePoliciesCommand.ts @@ -84,9 +84,6 @@ export class ListResourcePoliciesCommand extends $Command< ListResourcePoliciesCommandOutput, XRayClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -100,9 +97,7 @@ export class ListResourcePoliciesCommand extends $Command< * @public */ constructor(readonly input: ListResourcePoliciesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -155,7 +150,4 @@ export class ListResourcePoliciesCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListResourcePoliciesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-xray/src/commands/ListTagsForResourceCommand.ts b/clients/client-xray/src/commands/ListTagsForResourceCommand.ts index b48f92929a98..e3e38ff03c2e 100644 --- a/clients/client-xray/src/commands/ListTagsForResourceCommand.ts +++ b/clients/client-xray/src/commands/ListTagsForResourceCommand.ts @@ -87,9 +87,6 @@ export class ListTagsForResourceCommand extends $Command< ListTagsForResourceCommandOutput, XRayClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -103,9 +100,7 @@ export class ListTagsForResourceCommand extends $Command< * @public */ constructor(readonly input: ListTagsForResourceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -158,7 +153,4 @@ export class ListTagsForResourceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ListTagsForResourceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-xray/src/commands/PutEncryptionConfigCommand.ts b/clients/client-xray/src/commands/PutEncryptionConfigCommand.ts index 39cece203db7..eef2db358582 100644 --- a/clients/client-xray/src/commands/PutEncryptionConfigCommand.ts +++ b/clients/client-xray/src/commands/PutEncryptionConfigCommand.ts @@ -81,9 +81,6 @@ export class PutEncryptionConfigCommand extends $Command< PutEncryptionConfigCommandOutput, XRayClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -97,9 +94,7 @@ export class PutEncryptionConfigCommand extends $Command< * @public */ constructor(readonly input: PutEncryptionConfigCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -152,7 +147,4 @@ export class PutEncryptionConfigCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_PutEncryptionConfigCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-xray/src/commands/PutResourcePolicyCommand.ts b/clients/client-xray/src/commands/PutResourcePolicyCommand.ts index 417032f1d4f2..85d8efed44c8 100644 --- a/clients/client-xray/src/commands/PutResourcePolicyCommand.ts +++ b/clients/client-xray/src/commands/PutResourcePolicyCommand.ts @@ -102,9 +102,6 @@ export class PutResourcePolicyCommand extends $Command< PutResourcePolicyCommandOutput, XRayClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -118,9 +115,7 @@ export class PutResourcePolicyCommand extends $Command< * @public */ constructor(readonly input: PutResourcePolicyCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -173,7 +168,4 @@ export class PutResourcePolicyCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_PutResourcePolicyCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-xray/src/commands/PutTelemetryRecordsCommand.ts b/clients/client-xray/src/commands/PutTelemetryRecordsCommand.ts index 3fa2b855ae63..25d51f3266ef 100644 --- a/clients/client-xray/src/commands/PutTelemetryRecordsCommand.ts +++ b/clients/client-xray/src/commands/PutTelemetryRecordsCommand.ts @@ -93,9 +93,6 @@ export class PutTelemetryRecordsCommand extends $Command< PutTelemetryRecordsCommandOutput, XRayClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -109,9 +106,7 @@ export class PutTelemetryRecordsCommand extends $Command< * @public */ constructor(readonly input: PutTelemetryRecordsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -164,7 +159,4 @@ export class PutTelemetryRecordsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_PutTelemetryRecordsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-xray/src/commands/PutTraceSegmentsCommand.ts b/clients/client-xray/src/commands/PutTraceSegmentsCommand.ts index 143892bc74fa..41cf4654374c 100644 --- a/clients/client-xray/src/commands/PutTraceSegmentsCommand.ts +++ b/clients/client-xray/src/commands/PutTraceSegmentsCommand.ts @@ -146,9 +146,6 @@ export class PutTraceSegmentsCommand extends $Command< PutTraceSegmentsCommandOutput, XRayClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -162,9 +159,7 @@ export class PutTraceSegmentsCommand extends $Command< * @public */ constructor(readonly input: PutTraceSegmentsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -217,7 +212,4 @@ export class PutTraceSegmentsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_PutTraceSegmentsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-xray/src/commands/TagResourceCommand.ts b/clients/client-xray/src/commands/TagResourceCommand.ts index 5fd98cfbd2e0..4b7fab1db4e6 100644 --- a/clients/client-xray/src/commands/TagResourceCommand.ts +++ b/clients/client-xray/src/commands/TagResourceCommand.ts @@ -87,9 +87,6 @@ export class TagResourceCommand extends $Command< TagResourceCommandOutput, XRayClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -103,9 +100,7 @@ export class TagResourceCommand extends $Command< * @public */ constructor(readonly input: TagResourceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -156,7 +151,4 @@ export class TagResourceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_TagResourceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-xray/src/commands/UntagResourceCommand.ts b/clients/client-xray/src/commands/UntagResourceCommand.ts index e420ea81e85c..c51414adb748 100644 --- a/clients/client-xray/src/commands/UntagResourceCommand.ts +++ b/clients/client-xray/src/commands/UntagResourceCommand.ts @@ -82,9 +82,6 @@ export class UntagResourceCommand extends $Command< UntagResourceCommandOutput, XRayClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -98,9 +95,7 @@ export class UntagResourceCommand extends $Command< * @public */ constructor(readonly input: UntagResourceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -151,7 +146,4 @@ export class UntagResourceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UntagResourceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-xray/src/commands/UpdateGroupCommand.ts b/clients/client-xray/src/commands/UpdateGroupCommand.ts index 996862ab89a7..7332728ccdf1 100644 --- a/clients/client-xray/src/commands/UpdateGroupCommand.ts +++ b/clients/client-xray/src/commands/UpdateGroupCommand.ts @@ -90,9 +90,6 @@ export class UpdateGroupCommand extends $Command< UpdateGroupCommandOutput, XRayClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -106,9 +103,7 @@ export class UpdateGroupCommand extends $Command< * @public */ constructor(readonly input: UpdateGroupCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -159,7 +154,4 @@ export class UpdateGroupCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdateGroupCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/clients/client-xray/src/commands/UpdateSamplingRuleCommand.ts b/clients/client-xray/src/commands/UpdateSamplingRuleCommand.ts index 475059d95493..f5fb61e57d44 100644 --- a/clients/client-xray/src/commands/UpdateSamplingRuleCommand.ts +++ b/clients/client-xray/src/commands/UpdateSamplingRuleCommand.ts @@ -111,9 +111,6 @@ export class UpdateSamplingRuleCommand extends $Command< UpdateSamplingRuleCommandOutput, XRayClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - public static getEndpointParameterInstructions(): EndpointParameterInstructions { return { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, @@ -127,9 +124,7 @@ export class UpdateSamplingRuleCommand extends $Command< * @public */ constructor(readonly input: UpdateSamplingRuleCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -182,7 +177,4 @@ export class UpdateSamplingRuleCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UpdateSamplingRuleCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/codegen/smithy-aws-typescript-codegen/src/main/java/software/amazon/smithy/aws/typescript/codegen/AddBuiltinPlugins.java b/codegen/smithy-aws-typescript-codegen/src/main/java/software/amazon/smithy/aws/typescript/codegen/AddBuiltinPlugins.java index 78455a23f5c4..a9671af5ba0f 100644 --- a/codegen/smithy-aws-typescript-codegen/src/main/java/software/amazon/smithy/aws/typescript/codegen/AddBuiltinPlugins.java +++ b/codegen/smithy-aws-typescript-codegen/src/main/java/software/amazon/smithy/aws/typescript/codegen/AddBuiltinPlugins.java @@ -50,7 +50,6 @@ public List getClientPlugins() { RuntimeClientPlugin.builder() .withConventions(TypeScriptDependency.CONFIG_RESOLVER.dependency, "Region", HAS_CONFIG) .servicePredicate((m, s) -> isAwsService(s) || isSigV4Service(s)) - .settingsPredicate((m, s, settings) -> !settings.getExperimentalIdentityAndAuth()) .build(), // Only one of Endpoints or CustomEndpoints should be used RuntimeClientPlugin.builder() diff --git a/codegen/smithy-aws-typescript-codegen/src/main/java/software/amazon/smithy/aws/typescript/codegen/AwsTraitsUtils.java b/codegen/smithy-aws-typescript-codegen/src/main/java/software/amazon/smithy/aws/typescript/codegen/AwsTraitsUtils.java index 18167fe6962e..069071f05ed8 100644 --- a/codegen/smithy-aws-typescript-codegen/src/main/java/software/amazon/smithy/aws/typescript/codegen/AwsTraitsUtils.java +++ b/codegen/smithy-aws-typescript-codegen/src/main/java/software/amazon/smithy/aws/typescript/codegen/AwsTraitsUtils.java @@ -28,7 +28,7 @@ * Utility methods related to AWS traits. */ @SmithyInternalApi -final class AwsTraitsUtils { +public final class AwsTraitsUtils { private AwsTraitsUtils() {} @@ -36,7 +36,7 @@ static boolean isAwsService(TypeScriptSettings settings, Model model) { return isAwsService(settings.getService(model)); } - static boolean isAwsService(ServiceShape serviceShape) { + public static boolean isAwsService(ServiceShape serviceShape) { return serviceShape.hasTrait(ServiceTrait.class); } @@ -44,7 +44,7 @@ static boolean isSigV4Service(TypeScriptSettings settings, Model model) { return isSigV4Service(settings.getService(model)); } - static boolean isSigV4Service(ServiceShape serviceShape) { + public static boolean isSigV4Service(ServiceShape serviceShape) { return serviceShape.hasTrait(SigV4Trait.class); } diff --git a/codegen/smithy-aws-typescript-codegen/src/main/java/software/amazon/smithy/aws/typescript/codegen/auth/http/integration/AddAwsDefaultSigningName.java b/codegen/smithy-aws-typescript-codegen/src/main/java/software/amazon/smithy/aws/typescript/codegen/auth/http/integration/AddAwsDefaultSigningName.java new file mode 100644 index 000000000000..831a87f51670 --- /dev/null +++ b/codegen/smithy-aws-typescript-codegen/src/main/java/software/amazon/smithy/aws/typescript/codegen/auth/http/integration/AddAwsDefaultSigningName.java @@ -0,0 +1,72 @@ +/* + * Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. + * SPDX-License-Identifier: Apache-2.0 + */ + +package software.amazon.smithy.aws.typescript.codegen.auth.http.integration; + +import static software.amazon.smithy.aws.typescript.codegen.AwsTraitsUtils.isAwsService; +import static software.amazon.smithy.aws.typescript.codegen.AwsTraitsUtils.isSigV4Service; + +import java.util.logging.Logger; +import software.amazon.smithy.aws.traits.ServiceTrait; +import software.amazon.smithy.aws.traits.auth.SigV4Trait; +import software.amazon.smithy.aws.typescript.codegen.AddAwsAuthPlugin; +import software.amazon.smithy.codegen.core.SymbolProvider; +import software.amazon.smithy.model.Model; +import software.amazon.smithy.model.shapes.ServiceShape; +import software.amazon.smithy.typescript.codegen.TypeScriptSettings; +import software.amazon.smithy.typescript.codegen.TypeScriptWriter; +import software.amazon.smithy.typescript.codegen.integration.TypeScriptIntegration; +import software.amazon.smithy.utils.SmithyInternalApi; + +/** + * Configure clients with Default AWS Signing Name. + * + * This is the experimental behavior for `experimentalIdentityAndAuth`. + */ +@SmithyInternalApi +public final class AddAwsDefaultSigningName implements TypeScriptIntegration { + private static final Logger LOGGER = Logger.getLogger(AddAwsAuthPlugin.class.getName()); + + /** + * Integration should only be used if `experimentalIdentityAndAuth` flag is true. + */ + @Override + public boolean matchesSettings(TypeScriptSettings settings) { + return settings.getExperimentalIdentityAndAuth(); + } + + @Override + public void addConfigInterfaceFields( + TypeScriptSettings settings, + Model model, + SymbolProvider symbolProvider, + TypeScriptWriter writer + ) { + ServiceShape service = settings.getService(model); + // Do nothing if service doesn't use sigv4 and is not an AWS service + if (!isSigV4Service(service) && !isAwsService(service)) { + return; + } + + // Write config field if service uses sigv4 and is not an AWS service + if (isSigV4Service(service) && !isAwsService(service)) { + writer + .writeDocs("The service name to use as the signing service for AWS Auth\n@internal") + .write("signingName?: string;\n"); + } + + // Set default name setting for service based on: SigV4 first, then the AWS Service trait + try { + settings.setDefaultSigningName( + service.getTrait(SigV4Trait.class) + .map(SigV4Trait::getName) + .orElseGet(() -> service.expectTrait(ServiceTrait.class).getArnNamespace()) + ); + } catch (Exception e) { + LOGGER.warning("Unable to set service default signing name. A SigV4 or Service trait is needed."); + } + } + +} diff --git a/codegen/smithy-aws-typescript-codegen/src/main/java/software/amazon/smithy/aws/typescript/codegen/auth/http/integration/AwsCustomizeHttpBearerTokenAuthPlugin.java b/codegen/smithy-aws-typescript-codegen/src/main/java/software/amazon/smithy/aws/typescript/codegen/auth/http/integration/AwsCustomizeHttpBearerTokenAuthPlugin.java index ae949dcbb50a..7e9e8ce61a9c 100644 --- a/codegen/smithy-aws-typescript-codegen/src/main/java/software/amazon/smithy/aws/typescript/codegen/auth/http/integration/AwsCustomizeHttpBearerTokenAuthPlugin.java +++ b/codegen/smithy-aws-typescript-codegen/src/main/java/software/amazon/smithy/aws/typescript/codegen/auth/http/integration/AwsCustomizeHttpBearerTokenAuthPlugin.java @@ -51,8 +51,18 @@ public void customizeSupportedHttpAuthSchemes(SupportedHttpAuthSchemesIndex supp .putDefaultIdentityProvider(LanguageTarget.NODE, w -> { w.addDependency(AwsDependency.TOKEN_PROVIDERS); w.addImport("nodeProvider", null, AwsDependency.TOKEN_PROVIDERS); - w.write("nodeProvider"); + w.write("async (idProps) => await nodeProvider(idProps?.__config || {})(idProps)"); }) + // Add __config as an identityProperty for backward compatibility of the `nodeProvider` default provider + .propertiesExtractor(s -> w -> w.write(""" + (__config, context) => ({ + /** + * @internal + */ + identityProperties: { + __config, + }, + }),""")) .build(); supportedHttpAuthSchemesIndex.putHttpAuthScheme(authScheme.getSchemeId(), authScheme); } diff --git a/codegen/smithy-aws-typescript-codegen/src/main/java/software/amazon/smithy/aws/typescript/codegen/auth/http/integration/AwsCustomizeSigv4AuthPlugin.java b/codegen/smithy-aws-typescript-codegen/src/main/java/software/amazon/smithy/aws/typescript/codegen/auth/http/integration/AwsCustomizeSigv4AuthPlugin.java index 5fbee9ffb3d7..eb8e14472468 100644 --- a/codegen/smithy-aws-typescript-codegen/src/main/java/software/amazon/smithy/aws/typescript/codegen/auth/http/integration/AwsCustomizeSigv4AuthPlugin.java +++ b/codegen/smithy-aws-typescript-codegen/src/main/java/software/amazon/smithy/aws/typescript/codegen/auth/http/integration/AwsCustomizeSigv4AuthPlugin.java @@ -55,8 +55,20 @@ public void customizeSupportedHttpAuthSchemes(SupportedHttpAuthSchemesIndex supp w.addDependency(AwsDependency.CREDENTIAL_PROVIDER_NODE); w.addImport("defaultProvider", "credentialDefaultProvider", AwsDependency.CREDENTIAL_PROVIDER_NODE); - w.write("decorateDefaultCredentialProvider(credentialDefaultProvider)"); + w.write(""" + async (idProps) => await \ + decorateDefaultCredentialProvider(credentialDefaultProvider)(idProps?.__config || {})()"""); }) + // Add __config as an identityProperty for backward compatibility of `credentialDefaultProvider` + .propertiesExtractor(s -> w -> w.write(""" + (__config, context) => ({ + /** + * @internal + */ + identityProperties: { + __config, + }, + }),""")) .build(); supportedHttpAuthSchemesIndex.putHttpAuthScheme(authScheme.getSchemeId(), authScheme); } diff --git a/codegen/smithy-aws-typescript-codegen/src/main/resources/META-INF/services/software.amazon.smithy.typescript.codegen.integration.TypeScriptIntegration b/codegen/smithy-aws-typescript-codegen/src/main/resources/META-INF/services/software.amazon.smithy.typescript.codegen.integration.TypeScriptIntegration index 5ab4b6c37bc0..83a28e5441e7 100644 --- a/codegen/smithy-aws-typescript-codegen/src/main/resources/META-INF/services/software.amazon.smithy.typescript.codegen.integration.TypeScriptIntegration +++ b/codegen/smithy-aws-typescript-codegen/src/main/resources/META-INF/services/software.amazon.smithy.typescript.codegen.integration.TypeScriptIntegration @@ -26,3 +26,4 @@ software.amazon.smithy.aws.typescript.codegen.AddHttpChecksumDependency software.amazon.smithy.aws.typescript.codegen.AddEventBridgePlugin software.amazon.smithy.aws.typescript.codegen.auth.http.integration.AwsCustomizeHttpBearerTokenAuthPlugin software.amazon.smithy.aws.typescript.codegen.auth.http.integration.AwsCustomizeSigv4AuthPlugin +software.amazon.smithy.aws.typescript.codegen.auth.http.integration.AddAwsDefaultSigningName diff --git a/lib/lib-dynamodb/package.json b/lib/lib-dynamodb/package.json index 9732e18c04c0..01c197248a2c 100644 --- a/lib/lib-dynamodb/package.json +++ b/lib/lib-dynamodb/package.json @@ -34,8 +34,8 @@ }, "devDependencies": { "@aws-sdk/client-dynamodb": "*", - "@smithy/smithy-client": "^2.1.12", - "@smithy/types": "^2.4.0", + "@smithy/smithy-client": "^2.1.15", + "@smithy/types": "^2.5.0", "@tsconfig/recommended": "1.0.1", "@types/node": "^14.14.31", "concurrently": "7.0.0", diff --git a/lib/lib-storage/package.json b/lib/lib-storage/package.json index 1cbd71816d7e..d77e25d5ee1f 100644 --- a/lib/lib-storage/package.json +++ b/lib/lib-storage/package.json @@ -26,8 +26,8 @@ "license": "Apache-2.0", "dependencies": { "@smithy/abort-controller": "^2.0.1", - "@smithy/middleware-endpoint": "^2.1.3", - "@smithy/smithy-client": "^2.1.12", + "@smithy/middleware-endpoint": "^2.2.0", + "@smithy/smithy-client": "^2.1.15", "buffer": "5.6.0", "events": "3.3.0", "stream-browserify": "3.0.0", @@ -38,7 +38,7 @@ }, "devDependencies": { "@aws-sdk/client-s3": "*", - "@smithy/types": "^2.4.0", + "@smithy/types": "^2.5.0", "@tsconfig/recommended": "1.0.1", "@types/node": "^14.14.31", "concurrently": "7.0.0", diff --git a/packages/body-checksum-browser/package.json b/packages/body-checksum-browser/package.json index 4de576621069..69f517c428ce 100644 --- a/packages/body-checksum-browser/package.json +++ b/packages/body-checksum-browser/package.json @@ -23,10 +23,10 @@ "@aws-sdk/sha256-tree-hash": "*", "@aws-sdk/types": "*", "@smithy/chunked-blob-reader": "^2.0.0", - "@smithy/protocol-http": "^3.0.8", - "@smithy/types": "^2.4.0", + "@smithy/protocol-http": "^3.0.9", + "@smithy/types": "^2.5.0", "@smithy/util-hex-encoding": "^2.0.0", - "@smithy/util-utf8": "^2.0.0", + "@smithy/util-utf8": "^2.0.2", "tslib": "^2.5.0" }, "devDependencies": { diff --git a/packages/body-checksum-node/package.json b/packages/body-checksum-node/package.json index 1ddf837ffa22..c8a48d9db5a3 100644 --- a/packages/body-checksum-node/package.json +++ b/packages/body-checksum-node/package.json @@ -24,10 +24,10 @@ "@aws-sdk/sha256-tree-hash": "*", "@aws-sdk/types": "*", "@smithy/is-array-buffer": "^2.0.0", - "@smithy/protocol-http": "^3.0.8", - "@smithy/types": "^2.4.0", + "@smithy/protocol-http": "^3.0.9", + "@smithy/types": "^2.5.0", "@smithy/util-hex-encoding": "^2.0.0", - "@smithy/util-utf8": "^2.0.0", + "@smithy/util-utf8": "^2.0.2", "tslib": "^2.5.0" }, "devDependencies": { diff --git a/packages/cloudfront-signer/package.json b/packages/cloudfront-signer/package.json index 8a25793bd35a..c10c7558e3a2 100644 --- a/packages/cloudfront-signer/package.json +++ b/packages/cloudfront-signer/package.json @@ -21,7 +21,7 @@ }, "license": "Apache-2.0", "dependencies": { - "@smithy/url-parser": "^2.0.12", + "@smithy/url-parser": "^2.0.13", "tslib": "^2.5.0" }, "devDependencies": { diff --git a/packages/core/package.json b/packages/core/package.json index e4454adf9818..305af7619ef4 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -24,7 +24,7 @@ }, "license": "Apache-2.0", "dependencies": { - "@smithy/smithy-client": "^2.1.12", + "@smithy/smithy-client": "^2.1.15", "tslib": "^2.5.0" }, "devDependencies": { diff --git a/packages/credential-provider-cognito-identity/package.json b/packages/credential-provider-cognito-identity/package.json index 67ae722715fe..caa7902e9527 100644 --- a/packages/credential-provider-cognito-identity/package.json +++ b/packages/credential-provider-cognito-identity/package.json @@ -24,7 +24,7 @@ "@aws-sdk/client-cognito-identity": "*", "@aws-sdk/types": "*", "@smithy/property-provider": "^2.0.0", - "@smithy/types": "^2.4.0", + "@smithy/types": "^2.5.0", "tslib": "^2.5.0" }, "engines": { diff --git a/packages/credential-provider-env/package.json b/packages/credential-provider-env/package.json index dc511fec5770..4722f49b8ba2 100644 --- a/packages/credential-provider-env/package.json +++ b/packages/credential-provider-env/package.json @@ -26,7 +26,7 @@ "dependencies": { "@aws-sdk/types": "*", "@smithy/property-provider": "^2.0.0", - "@smithy/types": "^2.4.0", + "@smithy/types": "^2.5.0", "tslib": "^2.5.0" }, "devDependencies": { diff --git a/packages/credential-provider-http/package.json b/packages/credential-provider-http/package.json index c32a88c786a1..15084c477e48 100644 --- a/packages/credential-provider-http/package.json +++ b/packages/credential-provider-http/package.json @@ -27,13 +27,13 @@ "license": "Apache-2.0", "dependencies": { "@aws-sdk/types": "*", - "@smithy/fetch-http-handler": "^2.2.4", - "@smithy/node-http-handler": "^2.1.8", + "@smithy/fetch-http-handler": "^2.2.6", + "@smithy/node-http-handler": "^2.1.9", "@smithy/property-provider": "^2.0.0", - "@smithy/protocol-http": "^3.0.8", - "@smithy/smithy-client": "^2.1.12", - "@smithy/types": "^2.4.0", - "@smithy/util-stream": "^2.0.17", + "@smithy/protocol-http": "^3.0.9", + "@smithy/smithy-client": "^2.1.15", + "@smithy/types": "^2.5.0", + "@smithy/util-stream": "^2.0.20", "tslib": "^2.5.0" }, "devDependencies": { diff --git a/packages/credential-provider-ini/package.json b/packages/credential-provider-ini/package.json index f3dcd6365fe9..ab9f2433728f 100644 --- a/packages/credential-provider-ini/package.json +++ b/packages/credential-provider-ini/package.json @@ -32,7 +32,7 @@ "@smithy/credential-provider-imds": "^2.0.0", "@smithy/property-provider": "^2.0.0", "@smithy/shared-ini-file-loader": "^2.0.6", - "@smithy/types": "^2.4.0", + "@smithy/types": "^2.5.0", "tslib": "^2.5.0" }, "devDependencies": { diff --git a/packages/credential-provider-node/package.json b/packages/credential-provider-node/package.json index 2ca117caf1cf..c74fa81ea6d6 100644 --- a/packages/credential-provider-node/package.json +++ b/packages/credential-provider-node/package.json @@ -36,7 +36,7 @@ "@smithy/credential-provider-imds": "^2.0.0", "@smithy/property-provider": "^2.0.0", "@smithy/shared-ini-file-loader": "^2.0.6", - "@smithy/types": "^2.4.0", + "@smithy/types": "^2.5.0", "tslib": "^2.5.0" }, "devDependencies": { diff --git a/packages/credential-provider-process/package.json b/packages/credential-provider-process/package.json index 92f7c2c5bdc3..d97b76cdd33f 100644 --- a/packages/credential-provider-process/package.json +++ b/packages/credential-provider-process/package.json @@ -27,7 +27,7 @@ "@aws-sdk/types": "*", "@smithy/property-provider": "^2.0.0", "@smithy/shared-ini-file-loader": "^2.0.6", - "@smithy/types": "^2.4.0", + "@smithy/types": "^2.5.0", "tslib": "^2.5.0" }, "devDependencies": { diff --git a/packages/credential-provider-sso/package.json b/packages/credential-provider-sso/package.json index 8f9df05028e0..c274703de9a4 100644 --- a/packages/credential-provider-sso/package.json +++ b/packages/credential-provider-sso/package.json @@ -29,7 +29,7 @@ "@aws-sdk/types": "*", "@smithy/property-provider": "^2.0.0", "@smithy/shared-ini-file-loader": "^2.0.6", - "@smithy/types": "^2.4.0", + "@smithy/types": "^2.5.0", "tslib": "^2.5.0" }, "devDependencies": { diff --git a/packages/credential-provider-web-identity/package.json b/packages/credential-provider-web-identity/package.json index 1cecb444b54c..fc1083a0a2d3 100644 --- a/packages/credential-provider-web-identity/package.json +++ b/packages/credential-provider-web-identity/package.json @@ -34,7 +34,7 @@ "dependencies": { "@aws-sdk/types": "*", "@smithy/property-provider": "^2.0.0", - "@smithy/types": "^2.4.0", + "@smithy/types": "^2.5.0", "tslib": "^2.5.0" }, "devDependencies": { diff --git a/packages/credential-providers/package.json b/packages/credential-providers/package.json index a96cabaa3b05..9957f3dcd788 100644 --- a/packages/credential-providers/package.json +++ b/packages/credential-providers/package.json @@ -42,7 +42,7 @@ "@aws-sdk/types": "*", "@smithy/credential-provider-imds": "^2.0.0", "@smithy/property-provider": "^2.0.0", - "@smithy/types": "^2.4.0", + "@smithy/types": "^2.5.0", "tslib": "^2.5.0" }, "devDependencies": { diff --git a/packages/eventstream-handler-node/package.json b/packages/eventstream-handler-node/package.json index 0bceadc73a50..0a8dd7b16cb8 100644 --- a/packages/eventstream-handler-node/package.json +++ b/packages/eventstream-handler-node/package.json @@ -22,11 +22,11 @@ "dependencies": { "@aws-sdk/types": "*", "@smithy/eventstream-codec": "^2.0.0", - "@smithy/types": "^2.4.0", + "@smithy/types": "^2.5.0", "tslib": "^2.5.0" }, "devDependencies": { - "@smithy/util-utf8": "^2.0.0", + "@smithy/util-utf8": "^2.0.2", "@tsconfig/recommended": "1.0.1", "@types/node": "^14.14.31", "concurrently": "7.0.0", diff --git a/packages/middleware-api-key/package.json b/packages/middleware-api-key/package.json index 6e5e47cf5dd4..c00ceaa3feac 100644 --- a/packages/middleware-api-key/package.json +++ b/packages/middleware-api-key/package.json @@ -21,9 +21,9 @@ "license": "Apache-2.0", "dependencies": { "@aws-sdk/types": "*", - "@smithy/protocol-http": "^3.0.8", - "@smithy/types": "^2.4.0", - "@smithy/util-middleware": "^2.0.5", + "@smithy/protocol-http": "^3.0.9", + "@smithy/types": "^2.5.0", + "@smithy/util-middleware": "^2.0.6", "tslib": "^2.5.0" }, "engines": { diff --git a/packages/middleware-bucket-endpoint/package.json b/packages/middleware-bucket-endpoint/package.json index e5fa9f1628d4..6936996a09e9 100644 --- a/packages/middleware-bucket-endpoint/package.json +++ b/packages/middleware-bucket-endpoint/package.json @@ -23,9 +23,9 @@ "dependencies": { "@aws-sdk/types": "*", "@aws-sdk/util-arn-parser": "*", - "@smithy/node-config-provider": "^2.1.3", - "@smithy/protocol-http": "^3.0.8", - "@smithy/types": "^2.4.0", + "@smithy/node-config-provider": "^2.1.5", + "@smithy/protocol-http": "^3.0.9", + "@smithy/types": "^2.5.0", "@smithy/util-config-provider": "^2.0.0", "tslib": "^2.5.0" }, diff --git a/packages/middleware-endpoint-discovery/package.json b/packages/middleware-endpoint-discovery/package.json index d7f523318aec..922c3f86e5a1 100644 --- a/packages/middleware-endpoint-discovery/package.json +++ b/packages/middleware-endpoint-discovery/package.json @@ -31,9 +31,9 @@ "dependencies": { "@aws-sdk/endpoint-cache": "*", "@aws-sdk/types": "*", - "@smithy/node-config-provider": "^2.1.3", - "@smithy/protocol-http": "^3.0.8", - "@smithy/types": "^2.4.0", + "@smithy/node-config-provider": "^2.1.5", + "@smithy/protocol-http": "^3.0.9", + "@smithy/types": "^2.5.0", "tslib": "^2.5.0" }, "engines": { diff --git a/packages/middleware-eventstream/package.json b/packages/middleware-eventstream/package.json index 7eab7289618a..3d39c3f8e04b 100644 --- a/packages/middleware-eventstream/package.json +++ b/packages/middleware-eventstream/package.json @@ -22,8 +22,8 @@ "license": "Apache-2.0", "dependencies": { "@aws-sdk/types": "*", - "@smithy/protocol-http": "^3.0.8", - "@smithy/types": "^2.4.0", + "@smithy/protocol-http": "^3.0.9", + "@smithy/types": "^2.5.0", "tslib": "^2.5.0" }, "engines": { diff --git a/packages/middleware-expect-continue/package.json b/packages/middleware-expect-continue/package.json index 172788b9e0dd..b781bef37c07 100644 --- a/packages/middleware-expect-continue/package.json +++ b/packages/middleware-expect-continue/package.json @@ -22,8 +22,8 @@ "license": "Apache-2.0", "dependencies": { "@aws-sdk/types": "*", - "@smithy/protocol-http": "^3.0.8", - "@smithy/types": "^2.4.0", + "@smithy/protocol-http": "^3.0.9", + "@smithy/types": "^2.5.0", "tslib": "^2.5.0" }, "engines": { diff --git a/packages/middleware-flexible-checksums/package.json b/packages/middleware-flexible-checksums/package.json index ffd5027798f3..a756673f81be 100644 --- a/packages/middleware-flexible-checksums/package.json +++ b/packages/middleware-flexible-checksums/package.json @@ -32,13 +32,13 @@ "@aws-crypto/crc32c": "3.0.0", "@aws-sdk/types": "*", "@smithy/is-array-buffer": "^2.0.0", - "@smithy/protocol-http": "^3.0.8", - "@smithy/types": "^2.4.0", - "@smithy/util-utf8": "^2.0.0", + "@smithy/protocol-http": "^3.0.9", + "@smithy/types": "^2.5.0", + "@smithy/util-utf8": "^2.0.2", "tslib": "^2.5.0" }, "devDependencies": { - "@smithy/node-http-handler": "^2.1.8", + "@smithy/node-http-handler": "^2.1.9", "concurrently": "7.0.0", "downlevel-dts": "0.10.1", "rimraf": "3.0.2", diff --git a/packages/middleware-host-header/package.json b/packages/middleware-host-header/package.json index 460d58c22f4a..a4bf8790e27a 100644 --- a/packages/middleware-host-header/package.json +++ b/packages/middleware-host-header/package.json @@ -22,8 +22,8 @@ "license": "Apache-2.0", "dependencies": { "@aws-sdk/types": "*", - "@smithy/protocol-http": "^3.0.8", - "@smithy/types": "^2.4.0", + "@smithy/protocol-http": "^3.0.9", + "@smithy/types": "^2.5.0", "tslib": "^2.5.0" }, "engines": { diff --git a/packages/middleware-location-constraint/package.json b/packages/middleware-location-constraint/package.json index 66ab855120e6..dd690d477125 100644 --- a/packages/middleware-location-constraint/package.json +++ b/packages/middleware-location-constraint/package.json @@ -22,7 +22,7 @@ "license": "Apache-2.0", "dependencies": { "@aws-sdk/types": "*", - "@smithy/types": "^2.4.0", + "@smithy/types": "^2.5.0", "tslib": "^2.5.0" }, "engines": { diff --git a/packages/middleware-logger/package.json b/packages/middleware-logger/package.json index 81594e6e4e69..76239364e4e5 100644 --- a/packages/middleware-logger/package.json +++ b/packages/middleware-logger/package.json @@ -23,7 +23,7 @@ "types": "./dist-types/index.d.ts", "dependencies": { "@aws-sdk/types": "*", - "@smithy/types": "^2.4.0", + "@smithy/types": "^2.5.0", "tslib": "^2.5.0" }, "devDependencies": { diff --git a/packages/middleware-recursion-detection/package.json b/packages/middleware-recursion-detection/package.json index ce42f7d4d863..0bd04f8c2c46 100644 --- a/packages/middleware-recursion-detection/package.json +++ b/packages/middleware-recursion-detection/package.json @@ -22,8 +22,8 @@ "license": "Apache-2.0", "dependencies": { "@aws-sdk/types": "*", - "@smithy/protocol-http": "^3.0.8", - "@smithy/types": "^2.4.0", + "@smithy/protocol-http": "^3.0.9", + "@smithy/types": "^2.5.0", "tslib": "^2.5.0" }, "engines": { diff --git a/packages/middleware-sdk-api-gateway/package.json b/packages/middleware-sdk-api-gateway/package.json index 72e13926466c..322c35e2d20d 100644 --- a/packages/middleware-sdk-api-gateway/package.json +++ b/packages/middleware-sdk-api-gateway/package.json @@ -22,8 +22,8 @@ "license": "Apache-2.0", "dependencies": { "@aws-sdk/types": "*", - "@smithy/protocol-http": "^3.0.8", - "@smithy/types": "^2.4.0", + "@smithy/protocol-http": "^3.0.9", + "@smithy/types": "^2.5.0", "tslib": "^2.5.0" }, "engines": { diff --git a/packages/middleware-sdk-ec2/package.json b/packages/middleware-sdk-ec2/package.json index 9352374eb76f..3e8aeabc75a1 100644 --- a/packages/middleware-sdk-ec2/package.json +++ b/packages/middleware-sdk-ec2/package.json @@ -23,11 +23,11 @@ "dependencies": { "@aws-sdk/types": "*", "@aws-sdk/util-format-url": "*", - "@smithy/middleware-endpoint": "^2.1.3", - "@smithy/protocol-http": "^3.0.8", + "@smithy/middleware-endpoint": "^2.2.0", + "@smithy/protocol-http": "^3.0.9", "@smithy/signature-v4": "^2.0.0", - "@smithy/smithy-client": "^2.1.12", - "@smithy/types": "^2.4.0", + "@smithy/smithy-client": "^2.1.15", + "@smithy/types": "^2.5.0", "tslib": "^2.5.0" }, "engines": { diff --git a/packages/middleware-sdk-glacier/package.json b/packages/middleware-sdk-glacier/package.json index e73031829913..e1b73fb2b756 100644 --- a/packages/middleware-sdk-glacier/package.json +++ b/packages/middleware-sdk-glacier/package.json @@ -22,8 +22,8 @@ "license": "Apache-2.0", "dependencies": { "@aws-sdk/types": "*", - "@smithy/protocol-http": "^3.0.8", - "@smithy/types": "^2.4.0", + "@smithy/protocol-http": "^3.0.9", + "@smithy/types": "^2.5.0", "tslib": "^2.5.0" }, "engines": { diff --git a/packages/middleware-sdk-machinelearning/package.json b/packages/middleware-sdk-machinelearning/package.json index 60b24673777e..4ac58e7dbce2 100644 --- a/packages/middleware-sdk-machinelearning/package.json +++ b/packages/middleware-sdk-machinelearning/package.json @@ -22,8 +22,8 @@ "license": "Apache-2.0", "dependencies": { "@aws-sdk/types": "*", - "@smithy/protocol-http": "^3.0.8", - "@smithy/types": "^2.4.0", + "@smithy/protocol-http": "^3.0.9", + "@smithy/types": "^2.5.0", "tslib": "^2.5.0" }, "engines": { diff --git a/packages/middleware-sdk-rds/package.json b/packages/middleware-sdk-rds/package.json index 35cca9e7fae0..6e54a207f867 100644 --- a/packages/middleware-sdk-rds/package.json +++ b/packages/middleware-sdk-rds/package.json @@ -23,10 +23,10 @@ "dependencies": { "@aws-sdk/types": "*", "@aws-sdk/util-format-url": "*", - "@smithy/middleware-endpoint": "^2.1.3", - "@smithy/protocol-http": "^3.0.8", + "@smithy/middleware-endpoint": "^2.2.0", + "@smithy/protocol-http": "^3.0.9", "@smithy/signature-v4": "^2.0.0", - "@smithy/types": "^2.4.0", + "@smithy/types": "^2.5.0", "tslib": "^2.5.0" }, "engines": { diff --git a/packages/middleware-sdk-route53/package.json b/packages/middleware-sdk-route53/package.json index 0f0d4f33a30d..36657519354b 100644 --- a/packages/middleware-sdk-route53/package.json +++ b/packages/middleware-sdk-route53/package.json @@ -22,7 +22,7 @@ "license": "Apache-2.0", "dependencies": { "@aws-sdk/types": "*", - "@smithy/types": "^2.4.0", + "@smithy/types": "^2.5.0", "tslib": "^2.5.0" }, "engines": { diff --git a/packages/middleware-sdk-s3-control/package.json b/packages/middleware-sdk-s3-control/package.json index e48756a180fb..d41ea2e057f5 100644 --- a/packages/middleware-sdk-s3-control/package.json +++ b/packages/middleware-sdk-s3-control/package.json @@ -26,13 +26,13 @@ "@aws-sdk/types": "*", "@aws-sdk/util-arn-parser": "*", "@aws-sdk/util-endpoints": "*", - "@smithy/protocol-http": "^3.0.8", - "@smithy/types": "^2.4.0", - "@smithy/util-endpoints": "^1.0.2", + "@smithy/protocol-http": "^3.0.9", + "@smithy/types": "^2.5.0", + "@smithy/util-endpoints": "^1.0.4", "tslib": "^2.5.0" }, "devDependencies": { - "@smithy/middleware-stack": "^2.0.6", + "@smithy/middleware-stack": "^2.0.7", "@tsconfig/recommended": "1.0.1", "concurrently": "7.0.0", "downlevel-dts": "0.10.1", diff --git a/packages/middleware-sdk-s3/package.json b/packages/middleware-sdk-s3/package.json index d02bda859897..4b5d4feef845 100644 --- a/packages/middleware-sdk-s3/package.json +++ b/packages/middleware-sdk-s3/package.json @@ -25,9 +25,9 @@ "dependencies": { "@aws-sdk/types": "*", "@aws-sdk/util-arn-parser": "*", - "@smithy/protocol-http": "^3.0.8", - "@smithy/smithy-client": "^2.1.12", - "@smithy/types": "^2.4.0", + "@smithy/protocol-http": "^3.0.9", + "@smithy/smithy-client": "^2.1.15", + "@smithy/types": "^2.5.0", "tslib": "^2.5.0" }, "devDependencies": { diff --git a/packages/middleware-sdk-sqs/package.json b/packages/middleware-sdk-sqs/package.json index 59003c62abf9..0c0e6e70fd6b 100644 --- a/packages/middleware-sdk-sqs/package.json +++ b/packages/middleware-sdk-sqs/package.json @@ -22,9 +22,9 @@ "license": "Apache-2.0", "dependencies": { "@aws-sdk/types": "*", - "@smithy/types": "^2.4.0", + "@smithy/types": "^2.5.0", "@smithy/util-hex-encoding": "^2.0.0", - "@smithy/util-utf8": "^2.0.0", + "@smithy/util-utf8": "^2.0.2", "tslib": "^2.5.0" }, "engines": { diff --git a/packages/middleware-sdk-sts/package.json b/packages/middleware-sdk-sts/package.json index f9dd7039617d..c0b03cd5b224 100644 --- a/packages/middleware-sdk-sts/package.json +++ b/packages/middleware-sdk-sts/package.json @@ -23,7 +23,7 @@ "dependencies": { "@aws-sdk/middleware-signing": "*", "@aws-sdk/types": "*", - "@smithy/types": "^2.4.0", + "@smithy/types": "^2.5.0", "tslib": "^2.5.0" }, "engines": { diff --git a/packages/middleware-sdk-transcribe-streaming/package.json b/packages/middleware-sdk-transcribe-streaming/package.json index b3caecec78ff..4f2059e5e947 100644 --- a/packages/middleware-sdk-transcribe-streaming/package.json +++ b/packages/middleware-sdk-transcribe-streaming/package.json @@ -23,10 +23,10 @@ "dependencies": { "@aws-sdk/types": "*", "@aws-sdk/util-format-url": "*", - "@smithy/eventstream-serde-browser": "^2.0.12", - "@smithy/protocol-http": "^3.0.8", + "@smithy/eventstream-serde-browser": "^2.0.13", + "@smithy/protocol-http": "^3.0.9", "@smithy/signature-v4": "^2.0.0", - "@smithy/types": "^2.4.0", + "@smithy/types": "^2.5.0", "tslib": "^2.5.0", "uuid": "^8.3.2" }, diff --git a/packages/middleware-signing/package.json b/packages/middleware-signing/package.json index 75a7fade8cbf..4f454c6d8a98 100644 --- a/packages/middleware-signing/package.json +++ b/packages/middleware-signing/package.json @@ -24,10 +24,10 @@ "dependencies": { "@aws-sdk/types": "*", "@smithy/property-provider": "^2.0.0", - "@smithy/protocol-http": "^3.0.8", + "@smithy/protocol-http": "^3.0.9", "@smithy/signature-v4": "^2.0.0", - "@smithy/types": "^2.4.0", - "@smithy/util-middleware": "^2.0.5", + "@smithy/types": "^2.5.0", + "@smithy/util-middleware": "^2.0.6", "tslib": "^2.5.0" }, "engines": { diff --git a/packages/middleware-ssec/package.json b/packages/middleware-ssec/package.json index f250584d9b05..8b0b6d305dec 100644 --- a/packages/middleware-ssec/package.json +++ b/packages/middleware-ssec/package.json @@ -22,7 +22,7 @@ "license": "Apache-2.0", "dependencies": { "@aws-sdk/types": "*", - "@smithy/types": "^2.4.0", + "@smithy/types": "^2.5.0", "tslib": "^2.5.0" }, "engines": { diff --git a/packages/middleware-token/package.json b/packages/middleware-token/package.json index 2382948c5ead..b4cb0a26065f 100644 --- a/packages/middleware-token/package.json +++ b/packages/middleware-token/package.json @@ -29,9 +29,9 @@ "@aws-sdk/token-providers": "*", "@aws-sdk/types": "*", "@smithy/property-provider": "^2.0.0", - "@smithy/protocol-http": "^3.0.8", - "@smithy/types": "^2.4.0", - "@smithy/util-middleware": "^2.0.5", + "@smithy/protocol-http": "^3.0.9", + "@smithy/types": "^2.5.0", + "@smithy/util-middleware": "^2.0.6", "tslib": "^2.5.0" }, "devDependencies": { diff --git a/packages/middleware-token/src/middleware-token.integ.spec.ts b/packages/middleware-token/src/middleware-token.integ.spec.ts index 6af1dd6ca410..1238971a98a9 100644 --- a/packages/middleware-token/src/middleware-token.integ.spec.ts +++ b/packages/middleware-token/src/middleware-token.integ.spec.ts @@ -12,9 +12,7 @@ describe("middleware-token", () => { }, }); requireRequestsFrom(client).toMatch({ - headers: { - authorization: /Bearer my-token/, - }, + headers: new Map([[/authorization/i, /Bearer my-token/]]), }); await client.getUserDetails({ id: "my-id", diff --git a/packages/middleware-user-agent/package.json b/packages/middleware-user-agent/package.json index de81cf36d6f9..f0028d04706d 100644 --- a/packages/middleware-user-agent/package.json +++ b/packages/middleware-user-agent/package.json @@ -24,8 +24,8 @@ "dependencies": { "@aws-sdk/types": "*", "@aws-sdk/util-endpoints": "*", - "@smithy/protocol-http": "^3.0.8", - "@smithy/types": "^2.4.0", + "@smithy/protocol-http": "^3.0.9", + "@smithy/types": "^2.5.0", "tslib": "^2.5.0" }, "devDependencies": { diff --git a/packages/middleware-websocket/package.json b/packages/middleware-websocket/package.json index 27b776b44f0a..c693d7d23fe6 100644 --- a/packages/middleware-websocket/package.json +++ b/packages/middleware-websocket/package.json @@ -24,11 +24,11 @@ "@aws-sdk/middleware-signing": "*", "@aws-sdk/types": "*", "@aws-sdk/util-format-url": "*", - "@smithy/eventstream-serde-browser": "^2.0.12", - "@smithy/fetch-http-handler": "^2.2.4", - "@smithy/protocol-http": "^3.0.8", + "@smithy/eventstream-serde-browser": "^2.0.13", + "@smithy/fetch-http-handler": "^2.2.6", + "@smithy/protocol-http": "^3.0.9", "@smithy/signature-v4": "^2.0.0", - "@smithy/types": "^2.4.0", + "@smithy/types": "^2.5.0", "@smithy/util-hex-encoding": "^2.0.0", "tslib": "^2.5.0" }, diff --git a/packages/polly-request-presigner/package.json b/packages/polly-request-presigner/package.json index cb1b4e6f015c..bad2a3351915 100644 --- a/packages/polly-request-presigner/package.json +++ b/packages/polly-request-presigner/package.json @@ -24,9 +24,9 @@ "@aws-sdk/client-polly": "*", "@aws-sdk/types": "*", "@aws-sdk/util-format-url": "*", - "@smithy/protocol-http": "^3.0.8", + "@smithy/protocol-http": "^3.0.9", "@smithy/signature-v4": "^2.0.0", - "@smithy/types": "^2.4.0", + "@smithy/types": "^2.5.0", "tslib": "^2.5.0" }, "devDependencies": { diff --git a/packages/rds-signer/package.json b/packages/rds-signer/package.json index 70e648654ae2..309b29ce0366 100644 --- a/packages/rds-signer/package.json +++ b/packages/rds-signer/package.json @@ -29,13 +29,13 @@ "@aws-crypto/sha256-js": "3.0.0", "@aws-sdk/credential-providers": "*", "@aws-sdk/util-format-url": "*", - "@smithy/config-resolver": "^2.0.16", - "@smithy/hash-node": "^2.0.12", - "@smithy/invalid-dependency": "^2.0.12", - "@smithy/node-config-provider": "^2.1.3", - "@smithy/protocol-http": "^3.0.8", + "@smithy/config-resolver": "^2.0.18", + "@smithy/hash-node": "^2.0.15", + "@smithy/invalid-dependency": "^2.0.13", + "@smithy/node-config-provider": "^2.1.5", + "@smithy/protocol-http": "^3.0.9", "@smithy/signature-v4": "^2.0.0", - "@smithy/types": "^2.4.0", + "@smithy/types": "^2.5.0", "tslib": "^2.5.0" }, "devDependencies": { diff --git a/packages/region-config-resolver/package.json b/packages/region-config-resolver/package.json index 433ba3324c77..9f84f1089c70 100644 --- a/packages/region-config-resolver/package.json +++ b/packages/region-config-resolver/package.json @@ -21,10 +21,10 @@ }, "license": "Apache-2.0", "dependencies": { - "@smithy/node-config-provider": "^2.1.3", - "@smithy/types": "^2.4.0", + "@smithy/node-config-provider": "^2.1.5", + "@smithy/types": "^2.5.0", "@smithy/util-config-provider": "^2.0.0", - "@smithy/util-middleware": "^2.0.5", + "@smithy/util-middleware": "^2.0.6", "tslib": "^2.5.0" }, "devDependencies": { diff --git a/packages/s3-presigned-post/package.json b/packages/s3-presigned-post/package.json index eab79242d65a..60ad9e080c98 100644 --- a/packages/s3-presigned-post/package.json +++ b/packages/s3-presigned-post/package.json @@ -25,11 +25,11 @@ "@aws-sdk/client-s3": "*", "@aws-sdk/types": "*", "@aws-sdk/util-format-url": "*", - "@smithy/middleware-endpoint": "^2.1.3", + "@smithy/middleware-endpoint": "^2.2.0", "@smithy/signature-v4": "^2.0.0", - "@smithy/types": "^2.4.0", + "@smithy/types": "^2.5.0", "@smithy/util-hex-encoding": "^2.0.0", - "@smithy/util-utf8": "^2.0.0", + "@smithy/util-utf8": "^2.0.2", "tslib": "^2.5.0" }, "devDependencies": { diff --git a/packages/s3-request-presigner/package.json b/packages/s3-request-presigner/package.json index 2cacd74404ed..bf6fe99941d0 100644 --- a/packages/s3-request-presigner/package.json +++ b/packages/s3-request-presigner/package.json @@ -24,15 +24,15 @@ "@aws-sdk/signature-v4-multi-region": "*", "@aws-sdk/types": "*", "@aws-sdk/util-format-url": "*", - "@smithy/middleware-endpoint": "^2.1.3", - "@smithy/protocol-http": "^3.0.8", - "@smithy/smithy-client": "^2.1.12", - "@smithy/types": "^2.4.0", + "@smithy/middleware-endpoint": "^2.2.0", + "@smithy/protocol-http": "^3.0.9", + "@smithy/smithy-client": "^2.1.15", + "@smithy/types": "^2.5.0", "tslib": "^2.5.0" }, "devDependencies": { "@aws-sdk/client-s3": "*", - "@smithy/hash-node": "^2.0.12", + "@smithy/hash-node": "^2.0.15", "@tsconfig/recommended": "1.0.1", "@types/node": "^14.14.31", "concurrently": "7.0.0", diff --git a/packages/sha256-tree-hash/package.json b/packages/sha256-tree-hash/package.json index 1a3a54cb1684..e33da6f59563 100644 --- a/packages/sha256-tree-hash/package.json +++ b/packages/sha256-tree-hash/package.json @@ -21,13 +21,13 @@ "license": "Apache-2.0", "dependencies": { "@aws-sdk/types": "*", - "@smithy/types": "^2.4.0", + "@smithy/types": "^2.5.0", "tslib": "^2.5.0" }, "devDependencies": { "@aws-crypto/sha256-js": "3.0.0", "@smithy/util-hex-encoding": "^2.0.0", - "@smithy/util-utf8": "^2.0.0", + "@smithy/util-utf8": "^2.0.2", "@tsconfig/recommended": "1.0.1", "concurrently": "7.0.0", "downlevel-dts": "0.10.1", diff --git a/packages/signature-v4-crt/package.json b/packages/signature-v4-crt/package.json index e5b82c974ccd..8d6692cf8903 100644 --- a/packages/signature-v4-crt/package.json +++ b/packages/signature-v4-crt/package.json @@ -26,15 +26,15 @@ "@aws-sdk/util-user-agent-node": "*", "@smithy/querystring-parser": "^2.0.0", "@smithy/signature-v4": "^2.0.0", - "@smithy/types": "^2.4.0", - "@smithy/util-middleware": "^2.0.5", + "@smithy/types": "^2.5.0", + "@smithy/util-middleware": "^2.0.6", "aws-crt": "^1.18.3", "tslib": "^2.5.0" }, "devDependencies": { "@aws-crypto/sha256-js": "3.0.0", "@aws-sdk/types": "*", - "@smithy/protocol-http": "^3.0.8", + "@smithy/protocol-http": "^3.0.9", "@tsconfig/recommended": "1.0.1", "concurrently": "7.0.0", "downlevel-dts": "0.10.1", diff --git a/packages/signature-v4-multi-region/package.json b/packages/signature-v4-multi-region/package.json index 66d598857e6e..4815a724935d 100644 --- a/packages/signature-v4-multi-region/package.json +++ b/packages/signature-v4-multi-region/package.json @@ -21,9 +21,9 @@ "license": "Apache-2.0", "dependencies": { "@aws-sdk/types": "*", - "@smithy/protocol-http": "^3.0.8", + "@smithy/protocol-http": "^3.0.9", "@smithy/signature-v4": "^2.0.0", - "@smithy/types": "^2.4.0", + "@smithy/types": "^2.5.0", "tslib": "^2.5.0" }, "devDependencies": { diff --git a/packages/smithy-client/package.json b/packages/smithy-client/package.json index 94cfce307504..3d76074c39de 100644 --- a/packages/smithy-client/package.json +++ b/packages/smithy-client/package.json @@ -22,7 +22,7 @@ }, "license": "Apache-2.0", "dependencies": { - "@smithy/smithy-client": "^2.1.12", + "@smithy/smithy-client": "^2.1.15", "tslib": "^2.5.0" }, "engines": { diff --git a/packages/token-providers/package.json b/packages/token-providers/package.json index 7479cd1d1b81..56b9a1f3c125 100644 --- a/packages/token-providers/package.json +++ b/packages/token-providers/package.json @@ -38,31 +38,31 @@ "@aws-sdk/util-endpoints": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@smithy/config-resolver": "^2.0.16", - "@smithy/fetch-http-handler": "^2.2.4", - "@smithy/hash-node": "^2.0.12", - "@smithy/invalid-dependency": "^2.0.12", - "@smithy/middleware-content-length": "^2.0.14", - "@smithy/middleware-endpoint": "^2.1.3", - "@smithy/middleware-retry": "^2.0.18", - "@smithy/middleware-serde": "^2.0.12", - "@smithy/middleware-stack": "^2.0.6", - "@smithy/node-config-provider": "^2.1.3", - "@smithy/node-http-handler": "^2.1.8", + "@smithy/config-resolver": "^2.0.18", + "@smithy/fetch-http-handler": "^2.2.6", + "@smithy/hash-node": "^2.0.15", + "@smithy/invalid-dependency": "^2.0.13", + "@smithy/middleware-content-length": "^2.0.15", + "@smithy/middleware-endpoint": "^2.2.0", + "@smithy/middleware-retry": "^2.0.20", + "@smithy/middleware-serde": "^2.0.13", + "@smithy/middleware-stack": "^2.0.7", + "@smithy/node-config-provider": "^2.1.5", + "@smithy/node-http-handler": "^2.1.9", "@smithy/property-provider": "^2.0.0", - "@smithy/protocol-http": "^3.0.8", + "@smithy/protocol-http": "^3.0.9", "@smithy/shared-ini-file-loader": "^2.0.6", - "@smithy/smithy-client": "^2.1.12", - "@smithy/types": "^2.4.0", - "@smithy/url-parser": "^2.0.12", - "@smithy/util-base64": "^2.0.0", + "@smithy/smithy-client": "^2.1.15", + "@smithy/types": "^2.5.0", + "@smithy/url-parser": "^2.0.13", + "@smithy/util-base64": "^2.0.1", "@smithy/util-body-length-browser": "^2.0.0", "@smithy/util-body-length-node": "^2.1.0", - "@smithy/util-defaults-mode-browser": "^2.0.16", - "@smithy/util-defaults-mode-node": "^2.0.21", - "@smithy/util-endpoints": "^1.0.2", - "@smithy/util-retry": "^2.0.5", - "@smithy/util-utf8": "^2.0.0", + "@smithy/util-defaults-mode-browser": "^2.0.19", + "@smithy/util-defaults-mode-node": "^2.0.25", + "@smithy/util-endpoints": "^1.0.4", + "@smithy/util-retry": "^2.0.6", + "@smithy/util-utf8": "^2.0.2", "tslib": "^2.5.0" }, "devDependencies": { diff --git a/packages/types/package.json b/packages/types/package.json index 4639491247a7..b58f54761ebc 100755 --- a/packages/types/package.json +++ b/packages/types/package.json @@ -41,7 +41,7 @@ "directory": "packages/types" }, "dependencies": { - "@smithy/types": "^2.4.0", + "@smithy/types": "^2.5.0", "tslib": "^2.5.0" }, "devDependencies": { diff --git a/packages/util-create-request/package.json b/packages/util-create-request/package.json index 192a7a7954cf..bb68f9ec62fd 100644 --- a/packages/util-create-request/package.json +++ b/packages/util-create-request/package.json @@ -22,13 +22,13 @@ "license": "Apache-2.0", "dependencies": { "@aws-sdk/types": "*", - "@smithy/middleware-stack": "^2.0.6", - "@smithy/smithy-client": "^2.1.12", - "@smithy/types": "^2.4.0", + "@smithy/middleware-stack": "^2.0.7", + "@smithy/smithy-client": "^2.1.15", + "@smithy/types": "^2.5.0", "tslib": "^2.5.0" }, "devDependencies": { - "@smithy/protocol-http": "^3.0.8", + "@smithy/protocol-http": "^3.0.9", "@tsconfig/recommended": "1.0.1", "@types/node": "^14.14.31", "concurrently": "7.0.0", diff --git a/packages/util-endpoints/package.json b/packages/util-endpoints/package.json index 438649633b36..d19cedd3ea7e 100644 --- a/packages/util-endpoints/package.json +++ b/packages/util-endpoints/package.json @@ -23,7 +23,7 @@ "license": "Apache-2.0", "dependencies": { "@aws-sdk/types": "*", - "@smithy/util-endpoints": "^1.0.2", + "@smithy/util-endpoints": "^1.0.4", "tslib": "^2.5.0" }, "engines": { diff --git a/packages/util-format-url/package.json b/packages/util-format-url/package.json index 5ffffc37bac7..da072959df5c 100644 --- a/packages/util-format-url/package.json +++ b/packages/util-format-url/package.json @@ -21,8 +21,8 @@ "license": "Apache-2.0", "dependencies": { "@aws-sdk/types": "*", - "@smithy/querystring-builder": "^2.0.12", - "@smithy/types": "^2.4.0", + "@smithy/querystring-builder": "^2.0.13", + "@smithy/types": "^2.5.0", "tslib": "^2.5.0" }, "engines": { diff --git a/packages/util-user-agent-browser/package.json b/packages/util-user-agent-browser/package.json index 58c6f7d56feb..ac94c56f5ace 100644 --- a/packages/util-user-agent-browser/package.json +++ b/packages/util-user-agent-browser/package.json @@ -23,7 +23,7 @@ "react-native": "dist-es/index.native.js", "dependencies": { "@aws-sdk/types": "*", - "@smithy/types": "^2.4.0", + "@smithy/types": "^2.5.0", "bowser": "^2.11.0", "tslib": "^2.5.0" }, diff --git a/packages/util-user-agent-node/package.json b/packages/util-user-agent-node/package.json index 55ea25a15df1..8bb4220dc135 100644 --- a/packages/util-user-agent-node/package.json +++ b/packages/util-user-agent-node/package.json @@ -21,8 +21,8 @@ "license": "Apache-2.0", "dependencies": { "@aws-sdk/types": "*", - "@smithy/node-config-provider": "^2.1.3", - "@smithy/types": "^2.4.0", + "@smithy/node-config-provider": "^2.1.5", + "@smithy/types": "^2.5.0", "tslib": "^2.5.0" }, "devDependencies": { diff --git a/packages/xhr-http-handler/package.json b/packages/xhr-http-handler/package.json index a5ab1237c264..81f8378ff85f 100644 --- a/packages/xhr-http-handler/package.json +++ b/packages/xhr-http-handler/package.json @@ -20,9 +20,9 @@ "types": "./dist-types/index.d.ts", "dependencies": { "@aws-sdk/types": "*", - "@smithy/protocol-http": "^3.0.8", - "@smithy/querystring-builder": "^2.0.12", - "@smithy/types": "^2.4.0", + "@smithy/protocol-http": "^3.0.9", + "@smithy/querystring-builder": "^2.0.13", + "@smithy/types": "^2.5.0", "events": "3.3.0", "tslib": "^2.5.0" }, diff --git a/private/aws-client-api-test/package.json b/private/aws-client-api-test/package.json index 93e9e528a373..835b56e904a7 100644 --- a/private/aws-client-api-test/package.json +++ b/private/aws-client-api-test/package.json @@ -18,22 +18,22 @@ "sideEffects": false, "dependencies": { "@aws-sdk/client-s3": "*", - "@smithy/config-resolver": "^2.0.16", - "@smithy/eventstream-serde-node": "^2.0.12", - "@smithy/hash-node": "^2.0.12", - "@smithy/hash-stream-node": "^2.0.12", - "@smithy/middleware-retry": "^2.0.18", - "@smithy/node-config-provider": "^2.1.3", - "@smithy/node-http-handler": "^2.1.8", - "@smithy/smithy-client": "^2.1.12", - "@smithy/types": "^2.4.0", - "@smithy/url-parser": "^2.0.12", - "@smithy/util-base64": "^2.0.0", + "@smithy/config-resolver": "^2.0.18", + "@smithy/eventstream-serde-node": "^2.0.13", + "@smithy/hash-node": "^2.0.15", + "@smithy/hash-stream-node": "^2.0.15", + "@smithy/middleware-retry": "^2.0.20", + "@smithy/node-config-provider": "^2.1.5", + "@smithy/node-http-handler": "^2.1.9", + "@smithy/smithy-client": "^2.1.15", + "@smithy/types": "^2.5.0", + "@smithy/url-parser": "^2.0.13", + "@smithy/util-base64": "^2.0.1", "@smithy/util-body-length-node": "^2.1.0", - "@smithy/util-defaults-mode-node": "^2.0.21", - "@smithy/util-retry": "^2.0.5", - "@smithy/util-stream": "^2.0.17", - "@smithy/util-utf8": "^2.0.0", + "@smithy/util-defaults-mode-node": "^2.0.25", + "@smithy/util-retry": "^2.0.6", + "@smithy/util-stream": "^2.0.20", + "@smithy/util-utf8": "^2.0.2", "tslib": "^2.5.0" }, "devDependencies": { diff --git a/private/aws-client-retry-test/package.json b/private/aws-client-retry-test/package.json index 1cec8d0d9195..148c0c669dc5 100644 --- a/private/aws-client-retry-test/package.json +++ b/private/aws-client-retry-test/package.json @@ -18,9 +18,9 @@ "sideEffects": false, "dependencies": { "@aws-sdk/client-s3": "*", - "@smithy/protocol-http": "^3.0.8", - "@smithy/types": "^2.4.0", - "@smithy/util-retry": "^2.0.5", + "@smithy/protocol-http": "^3.0.9", + "@smithy/types": "^2.5.0", + "@smithy/util-retry": "^2.0.6", "tslib": "^2.5.0" }, "devDependencies": { diff --git a/private/aws-echo-service/package.json b/private/aws-echo-service/package.json index 21be0db87524..ec44123a23ad 100644 --- a/private/aws-echo-service/package.json +++ b/private/aws-echo-service/package.json @@ -28,27 +28,27 @@ "@aws-sdk/types": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@smithy/config-resolver": "^2.0.16", - "@smithy/fetch-http-handler": "^2.2.4", - "@smithy/hash-node": "^2.0.12", - "@smithy/invalid-dependency": "^2.0.12", - "@smithy/middleware-content-length": "^2.0.14", - "@smithy/middleware-retry": "^2.0.18", - "@smithy/middleware-serde": "^2.0.12", - "@smithy/middleware-stack": "^2.0.6", - "@smithy/node-config-provider": "^2.1.3", - "@smithy/node-http-handler": "^2.1.8", - "@smithy/protocol-http": "^3.0.8", - "@smithy/smithy-client": "^2.1.12", - "@smithy/types": "^2.4.0", - "@smithy/url-parser": "^2.0.12", - "@smithy/util-base64": "^2.0.0", + "@smithy/config-resolver": "^2.0.18", + "@smithy/fetch-http-handler": "^2.2.6", + "@smithy/hash-node": "^2.0.15", + "@smithy/invalid-dependency": "^2.0.13", + "@smithy/middleware-content-length": "^2.0.15", + "@smithy/middleware-retry": "^2.0.20", + "@smithy/middleware-serde": "^2.0.13", + "@smithy/middleware-stack": "^2.0.7", + "@smithy/node-config-provider": "^2.1.5", + "@smithy/node-http-handler": "^2.1.9", + "@smithy/protocol-http": "^3.0.9", + "@smithy/smithy-client": "^2.1.15", + "@smithy/types": "^2.5.0", + "@smithy/url-parser": "^2.0.13", + "@smithy/util-base64": "^2.0.1", "@smithy/util-body-length-browser": "^2.0.0", "@smithy/util-body-length-node": "^2.1.0", - "@smithy/util-defaults-mode-browser": "^2.0.16", - "@smithy/util-defaults-mode-node": "^2.0.21", - "@smithy/util-retry": "^2.0.5", - "@smithy/util-utf8": "^2.0.0", + "@smithy/util-defaults-mode-browser": "^2.0.19", + "@smithy/util-defaults-mode-node": "^2.0.25", + "@smithy/util-retry": "^2.0.6", + "@smithy/util-utf8": "^2.0.2", "tslib": "^2.5.0", "uuid": "^8.3.2" }, diff --git a/private/aws-echo-service/src/commands/EchoCommand.ts b/private/aws-echo-service/src/commands/EchoCommand.ts index c98bd30baa43..1747a329b9d1 100644 --- a/private/aws-echo-service/src/commands/EchoCommand.ts +++ b/private/aws-echo-service/src/commands/EchoCommand.ts @@ -67,16 +67,11 @@ export interface EchoCommandOutput extends EchoOutput, __MetadataBearer {} * */ export class EchoCommand extends $Command { - // Start section: command_properties - // End section: command_properties - /** * @public */ constructor(readonly input: EchoCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -126,7 +121,4 @@ export class EchoCommand extends $Command { return de_EchoCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/private/aws-echo-service/src/commands/LengthCommand.ts b/private/aws-echo-service/src/commands/LengthCommand.ts index 91e132fe4dec..27e1cef8f2b1 100644 --- a/private/aws-echo-service/src/commands/LengthCommand.ts +++ b/private/aws-echo-service/src/commands/LengthCommand.ts @@ -67,16 +67,11 @@ export interface LengthCommandOutput extends LengthOutput, __MetadataBearer {} * */ export class LengthCommand extends $Command { - // Start section: command_properties - // End section: command_properties - /** * @public */ constructor(readonly input: LengthCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -126,7 +121,4 @@ export class LengthCommand extends $Command { return de_LengthCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/private/aws-middleware-test/package.json b/private/aws-middleware-test/package.json index 22329821bd5d..619a866a8435 100644 --- a/private/aws-middleware-test/package.json +++ b/private/aws-middleware-test/package.json @@ -25,10 +25,10 @@ "@aws-sdk/client-sagemaker": "*", "@aws-sdk/client-sagemaker-runtime": "*", "@aws-sdk/client-xray": "*", - "@smithy/protocol-http": "^3.0.8", - "@smithy/types": "^2.4.0", - "@smithy/util-stream": "^2.0.17", - "@smithy/util-utf8": "^2.0.0", + "@smithy/protocol-http": "^3.0.9", + "@smithy/types": "^2.5.0", + "@smithy/util-stream": "^2.0.20", + "@smithy/util-utf8": "^2.0.2", "tslib": "^2.5.0" }, "devDependencies": { diff --git a/private/aws-protocoltests-ec2/package.json b/private/aws-protocoltests-ec2/package.json index bfab7b069e0d..42926dc45f0f 100644 --- a/private/aws-protocoltests-ec2/package.json +++ b/private/aws-protocoltests-ec2/package.json @@ -28,27 +28,27 @@ "@aws-sdk/types": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@smithy/config-resolver": "^2.0.16", - "@smithy/fetch-http-handler": "^2.2.4", - "@smithy/hash-node": "^2.0.12", - "@smithy/invalid-dependency": "^2.0.12", - "@smithy/middleware-content-length": "^2.0.14", - "@smithy/middleware-retry": "^2.0.18", - "@smithy/middleware-serde": "^2.0.12", - "@smithy/middleware-stack": "^2.0.6", - "@smithy/node-config-provider": "^2.1.3", - "@smithy/node-http-handler": "^2.1.8", - "@smithy/protocol-http": "^3.0.8", - "@smithy/smithy-client": "^2.1.12", - "@smithy/types": "^2.4.0", - "@smithy/url-parser": "^2.0.12", - "@smithy/util-base64": "^2.0.0", + "@smithy/config-resolver": "^2.0.18", + "@smithy/fetch-http-handler": "^2.2.6", + "@smithy/hash-node": "^2.0.15", + "@smithy/invalid-dependency": "^2.0.13", + "@smithy/middleware-content-length": "^2.0.15", + "@smithy/middleware-retry": "^2.0.20", + "@smithy/middleware-serde": "^2.0.13", + "@smithy/middleware-stack": "^2.0.7", + "@smithy/node-config-provider": "^2.1.5", + "@smithy/node-http-handler": "^2.1.9", + "@smithy/protocol-http": "^3.0.9", + "@smithy/smithy-client": "^2.1.15", + "@smithy/types": "^2.5.0", + "@smithy/url-parser": "^2.0.13", + "@smithy/util-base64": "^2.0.1", "@smithy/util-body-length-browser": "^2.0.0", "@smithy/util-body-length-node": "^2.1.0", - "@smithy/util-defaults-mode-browser": "^2.0.16", - "@smithy/util-defaults-mode-node": "^2.0.21", - "@smithy/util-retry": "^2.0.5", - "@smithy/util-utf8": "^2.0.0", + "@smithy/util-defaults-mode-browser": "^2.0.19", + "@smithy/util-defaults-mode-node": "^2.0.25", + "@smithy/util-retry": "^2.0.6", + "@smithy/util-utf8": "^2.0.2", "fast-xml-parser": "4.2.5", "tslib": "^2.5.0", "uuid": "^8.3.2" diff --git a/private/aws-protocoltests-ec2/src/commands/DatetimeOffsetsCommand.ts b/private/aws-protocoltests-ec2/src/commands/DatetimeOffsetsCommand.ts index e67925650e6a..8c099dbe7908 100644 --- a/private/aws-protocoltests-ec2/src/commands/DatetimeOffsetsCommand.ts +++ b/private/aws-protocoltests-ec2/src/commands/DatetimeOffsetsCommand.ts @@ -67,16 +67,11 @@ export class DatetimeOffsetsCommand extends $Command< DatetimeOffsetsCommandOutput, EC2ProtocolClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - /** * @public */ constructor(readonly input: DatetimeOffsetsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -126,7 +121,4 @@ export class DatetimeOffsetsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DatetimeOffsetsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/private/aws-protocoltests-ec2/src/commands/EmptyInputAndEmptyOutputCommand.ts b/private/aws-protocoltests-ec2/src/commands/EmptyInputAndEmptyOutputCommand.ts index ba32b9644ee3..9aea5ade1275 100644 --- a/private/aws-protocoltests-ec2/src/commands/EmptyInputAndEmptyOutputCommand.ts +++ b/private/aws-protocoltests-ec2/src/commands/EmptyInputAndEmptyOutputCommand.ts @@ -68,16 +68,11 @@ export class EmptyInputAndEmptyOutputCommand extends $Command< EmptyInputAndEmptyOutputCommandOutput, EC2ProtocolClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - /** * @public */ constructor(readonly input: EmptyInputAndEmptyOutputCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -127,7 +122,4 @@ export class EmptyInputAndEmptyOutputCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_EmptyInputAndEmptyOutputCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/private/aws-protocoltests-ec2/src/commands/EndpointOperationCommand.ts b/private/aws-protocoltests-ec2/src/commands/EndpointOperationCommand.ts index e92308e97832..a34207680ad7 100644 --- a/private/aws-protocoltests-ec2/src/commands/EndpointOperationCommand.ts +++ b/private/aws-protocoltests-ec2/src/commands/EndpointOperationCommand.ts @@ -64,16 +64,11 @@ export class EndpointOperationCommand extends $Command< EndpointOperationCommandOutput, EC2ProtocolClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - /** * @public */ constructor(readonly input: EndpointOperationCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -123,7 +118,4 @@ export class EndpointOperationCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_EndpointOperationCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/private/aws-protocoltests-ec2/src/commands/EndpointWithHostLabelOperationCommand.ts b/private/aws-protocoltests-ec2/src/commands/EndpointWithHostLabelOperationCommand.ts index 6717f00aa6e1..79a301c89a69 100644 --- a/private/aws-protocoltests-ec2/src/commands/EndpointWithHostLabelOperationCommand.ts +++ b/private/aws-protocoltests-ec2/src/commands/EndpointWithHostLabelOperationCommand.ts @@ -70,16 +70,11 @@ export class EndpointWithHostLabelOperationCommand extends $Command< EndpointWithHostLabelOperationCommandOutput, EC2ProtocolClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - /** * @public */ constructor(readonly input: EndpointWithHostLabelOperationCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -135,7 +130,4 @@ export class EndpointWithHostLabelOperationCommand extends $Command< ): Promise { return de_EndpointWithHostLabelOperationCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/private/aws-protocoltests-ec2/src/commands/FractionalSecondsCommand.ts b/private/aws-protocoltests-ec2/src/commands/FractionalSecondsCommand.ts index 1ebc3562fe4a..04b6f2abe3a3 100644 --- a/private/aws-protocoltests-ec2/src/commands/FractionalSecondsCommand.ts +++ b/private/aws-protocoltests-ec2/src/commands/FractionalSecondsCommand.ts @@ -67,16 +67,11 @@ export class FractionalSecondsCommand extends $Command< FractionalSecondsCommandOutput, EC2ProtocolClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - /** * @public */ constructor(readonly input: FractionalSecondsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -126,7 +121,4 @@ export class FractionalSecondsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_FractionalSecondsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/private/aws-protocoltests-ec2/src/commands/GreetingWithErrorsCommand.ts b/private/aws-protocoltests-ec2/src/commands/GreetingWithErrorsCommand.ts index 01047f5ed772..780c25797adb 100644 --- a/private/aws-protocoltests-ec2/src/commands/GreetingWithErrorsCommand.ts +++ b/private/aws-protocoltests-ec2/src/commands/GreetingWithErrorsCommand.ts @@ -77,16 +77,11 @@ export class GreetingWithErrorsCommand extends $Command< GreetingWithErrorsCommandOutput, EC2ProtocolClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - /** * @public */ constructor(readonly input: GreetingWithErrorsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -136,7 +131,4 @@ export class GreetingWithErrorsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GreetingWithErrorsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/private/aws-protocoltests-ec2/src/commands/HostWithPathOperationCommand.ts b/private/aws-protocoltests-ec2/src/commands/HostWithPathOperationCommand.ts index 2eb040fe25e6..992fc7ac0d02 100644 --- a/private/aws-protocoltests-ec2/src/commands/HostWithPathOperationCommand.ts +++ b/private/aws-protocoltests-ec2/src/commands/HostWithPathOperationCommand.ts @@ -64,16 +64,11 @@ export class HostWithPathOperationCommand extends $Command< HostWithPathOperationCommandOutput, EC2ProtocolClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - /** * @public */ constructor(readonly input: HostWithPathOperationCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -123,7 +118,4 @@ export class HostWithPathOperationCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_HostWithPathOperationCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/private/aws-protocoltests-ec2/src/commands/IgnoresWrappingXmlNameCommand.ts b/private/aws-protocoltests-ec2/src/commands/IgnoresWrappingXmlNameCommand.ts index da3db87605e4..cb69c02ee485 100644 --- a/private/aws-protocoltests-ec2/src/commands/IgnoresWrappingXmlNameCommand.ts +++ b/private/aws-protocoltests-ec2/src/commands/IgnoresWrappingXmlNameCommand.ts @@ -69,16 +69,11 @@ export class IgnoresWrappingXmlNameCommand extends $Command< IgnoresWrappingXmlNameCommandOutput, EC2ProtocolClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - /** * @public */ constructor(readonly input: IgnoresWrappingXmlNameCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -128,7 +123,4 @@ export class IgnoresWrappingXmlNameCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_IgnoresWrappingXmlNameCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/private/aws-protocoltests-ec2/src/commands/NestedStructuresCommand.ts b/private/aws-protocoltests-ec2/src/commands/NestedStructuresCommand.ts index 1c77f8abe539..73824f130c1e 100644 --- a/private/aws-protocoltests-ec2/src/commands/NestedStructuresCommand.ts +++ b/private/aws-protocoltests-ec2/src/commands/NestedStructuresCommand.ts @@ -75,16 +75,11 @@ export class NestedStructuresCommand extends $Command< NestedStructuresCommandOutput, EC2ProtocolClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - /** * @public */ constructor(readonly input: NestedStructuresCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -134,7 +129,4 @@ export class NestedStructuresCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_NestedStructuresCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/private/aws-protocoltests-ec2/src/commands/NoInputAndOutputCommand.ts b/private/aws-protocoltests-ec2/src/commands/NoInputAndOutputCommand.ts index 3951ca988ae8..fd562295c38c 100644 --- a/private/aws-protocoltests-ec2/src/commands/NoInputAndOutputCommand.ts +++ b/private/aws-protocoltests-ec2/src/commands/NoInputAndOutputCommand.ts @@ -68,16 +68,11 @@ export class NoInputAndOutputCommand extends $Command< NoInputAndOutputCommandOutput, EC2ProtocolClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - /** * @public */ constructor(readonly input: NoInputAndOutputCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -127,7 +122,4 @@ export class NoInputAndOutputCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_NoInputAndOutputCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/private/aws-protocoltests-ec2/src/commands/PutWithContentEncodingCommand.ts b/private/aws-protocoltests-ec2/src/commands/PutWithContentEncodingCommand.ts index 469841e61de0..de69c791da3f 100644 --- a/private/aws-protocoltests-ec2/src/commands/PutWithContentEncodingCommand.ts +++ b/private/aws-protocoltests-ec2/src/commands/PutWithContentEncodingCommand.ts @@ -68,16 +68,11 @@ export class PutWithContentEncodingCommand extends $Command< PutWithContentEncodingCommandOutput, EC2ProtocolClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - /** * @public */ constructor(readonly input: PutWithContentEncodingCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -127,7 +122,4 @@ export class PutWithContentEncodingCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_PutWithContentEncodingCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/private/aws-protocoltests-ec2/src/commands/QueryIdempotencyTokenAutoFillCommand.ts b/private/aws-protocoltests-ec2/src/commands/QueryIdempotencyTokenAutoFillCommand.ts index 49d5d46472ee..371d7819b849 100644 --- a/private/aws-protocoltests-ec2/src/commands/QueryIdempotencyTokenAutoFillCommand.ts +++ b/private/aws-protocoltests-ec2/src/commands/QueryIdempotencyTokenAutoFillCommand.ts @@ -67,16 +67,11 @@ export class QueryIdempotencyTokenAutoFillCommand extends $Command< QueryIdempotencyTokenAutoFillCommandOutput, EC2ProtocolClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - /** * @public */ constructor(readonly input: QueryIdempotencyTokenAutoFillCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -129,7 +124,4 @@ export class QueryIdempotencyTokenAutoFillCommand extends $Command< ): Promise { return de_QueryIdempotencyTokenAutoFillCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/private/aws-protocoltests-ec2/src/commands/QueryListsCommand.ts b/private/aws-protocoltests-ec2/src/commands/QueryListsCommand.ts index 3a7af2b51762..c8e97fb774f0 100644 --- a/private/aws-protocoltests-ec2/src/commands/QueryListsCommand.ts +++ b/private/aws-protocoltests-ec2/src/commands/QueryListsCommand.ts @@ -85,16 +85,11 @@ export class QueryListsCommand extends $Command< QueryListsCommandOutput, EC2ProtocolClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - /** * @public */ constructor(readonly input: QueryListsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -144,7 +139,4 @@ export class QueryListsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_QueryListsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/private/aws-protocoltests-ec2/src/commands/QueryTimestampsCommand.ts b/private/aws-protocoltests-ec2/src/commands/QueryTimestampsCommand.ts index 2b334c745919..5a2e4b8cc124 100644 --- a/private/aws-protocoltests-ec2/src/commands/QueryTimestampsCommand.ts +++ b/private/aws-protocoltests-ec2/src/commands/QueryTimestampsCommand.ts @@ -73,16 +73,11 @@ export class QueryTimestampsCommand extends $Command< QueryTimestampsCommandOutput, EC2ProtocolClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - /** * @public */ constructor(readonly input: QueryTimestampsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -132,7 +127,4 @@ export class QueryTimestampsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_QueryTimestampsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/private/aws-protocoltests-ec2/src/commands/RecursiveXmlShapesCommand.ts b/private/aws-protocoltests-ec2/src/commands/RecursiveXmlShapesCommand.ts index 48f698c806b9..64436603e840 100644 --- a/private/aws-protocoltests-ec2/src/commands/RecursiveXmlShapesCommand.ts +++ b/private/aws-protocoltests-ec2/src/commands/RecursiveXmlShapesCommand.ts @@ -79,16 +79,11 @@ export class RecursiveXmlShapesCommand extends $Command< RecursiveXmlShapesCommandOutput, EC2ProtocolClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - /** * @public */ constructor(readonly input: RecursiveXmlShapesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -138,7 +133,4 @@ export class RecursiveXmlShapesCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_RecursiveXmlShapesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/private/aws-protocoltests-ec2/src/commands/SimpleInputParamsCommand.ts b/private/aws-protocoltests-ec2/src/commands/SimpleInputParamsCommand.ts index 5af4745d246d..e470ca80d29d 100644 --- a/private/aws-protocoltests-ec2/src/commands/SimpleInputParamsCommand.ts +++ b/private/aws-protocoltests-ec2/src/commands/SimpleInputParamsCommand.ts @@ -77,16 +77,11 @@ export class SimpleInputParamsCommand extends $Command< SimpleInputParamsCommandOutput, EC2ProtocolClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - /** * @public */ constructor(readonly input: SimpleInputParamsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -136,7 +131,4 @@ export class SimpleInputParamsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_SimpleInputParamsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/private/aws-protocoltests-ec2/src/commands/SimpleScalarXmlPropertiesCommand.ts b/private/aws-protocoltests-ec2/src/commands/SimpleScalarXmlPropertiesCommand.ts index 857b35fc74d5..7fef1713c0a1 100644 --- a/private/aws-protocoltests-ec2/src/commands/SimpleScalarXmlPropertiesCommand.ts +++ b/private/aws-protocoltests-ec2/src/commands/SimpleScalarXmlPropertiesCommand.ts @@ -76,16 +76,11 @@ export class SimpleScalarXmlPropertiesCommand extends $Command< SimpleScalarXmlPropertiesCommandOutput, EC2ProtocolClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - /** * @public */ constructor(readonly input: SimpleScalarXmlPropertiesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -138,7 +133,4 @@ export class SimpleScalarXmlPropertiesCommand extends $Command< ): Promise { return de_SimpleScalarXmlPropertiesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/private/aws-protocoltests-ec2/src/commands/XmlBlobsCommand.ts b/private/aws-protocoltests-ec2/src/commands/XmlBlobsCommand.ts index 060f892fcd6b..c965699b7bbc 100644 --- a/private/aws-protocoltests-ec2/src/commands/XmlBlobsCommand.ts +++ b/private/aws-protocoltests-ec2/src/commands/XmlBlobsCommand.ts @@ -67,16 +67,11 @@ export class XmlBlobsCommand extends $Command< XmlBlobsCommandOutput, EC2ProtocolClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - /** * @public */ constructor(readonly input: XmlBlobsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -126,7 +121,4 @@ export class XmlBlobsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_XmlBlobsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/private/aws-protocoltests-ec2/src/commands/XmlEmptyBlobsCommand.ts b/private/aws-protocoltests-ec2/src/commands/XmlEmptyBlobsCommand.ts index 4a80a7bab35c..09990b007677 100644 --- a/private/aws-protocoltests-ec2/src/commands/XmlEmptyBlobsCommand.ts +++ b/private/aws-protocoltests-ec2/src/commands/XmlEmptyBlobsCommand.ts @@ -67,16 +67,11 @@ export class XmlEmptyBlobsCommand extends $Command< XmlEmptyBlobsCommandOutput, EC2ProtocolClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - /** * @public */ constructor(readonly input: XmlEmptyBlobsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -126,7 +121,4 @@ export class XmlEmptyBlobsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_XmlEmptyBlobsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/private/aws-protocoltests-ec2/src/commands/XmlEmptyListsCommand.ts b/private/aws-protocoltests-ec2/src/commands/XmlEmptyListsCommand.ts index cf88b4b90682..01edaf5b9242 100644 --- a/private/aws-protocoltests-ec2/src/commands/XmlEmptyListsCommand.ts +++ b/private/aws-protocoltests-ec2/src/commands/XmlEmptyListsCommand.ts @@ -113,16 +113,11 @@ export class XmlEmptyListsCommand extends $Command< XmlEmptyListsCommandOutput, EC2ProtocolClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - /** * @public */ constructor(readonly input: XmlEmptyListsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -172,7 +167,4 @@ export class XmlEmptyListsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_XmlEmptyListsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/private/aws-protocoltests-ec2/src/commands/XmlEnumsCommand.ts b/private/aws-protocoltests-ec2/src/commands/XmlEnumsCommand.ts index 5f91bd09febb..e164d8c2d477 100644 --- a/private/aws-protocoltests-ec2/src/commands/XmlEnumsCommand.ts +++ b/private/aws-protocoltests-ec2/src/commands/XmlEnumsCommand.ts @@ -78,16 +78,11 @@ export class XmlEnumsCommand extends $Command< XmlEnumsCommandOutput, EC2ProtocolClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - /** * @public */ constructor(readonly input: XmlEnumsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -137,7 +132,4 @@ export class XmlEnumsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_XmlEnumsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/private/aws-protocoltests-ec2/src/commands/XmlIntEnumsCommand.ts b/private/aws-protocoltests-ec2/src/commands/XmlIntEnumsCommand.ts index 6b2a71d36b04..782c770abf4f 100644 --- a/private/aws-protocoltests-ec2/src/commands/XmlIntEnumsCommand.ts +++ b/private/aws-protocoltests-ec2/src/commands/XmlIntEnumsCommand.ts @@ -78,16 +78,11 @@ export class XmlIntEnumsCommand extends $Command< XmlIntEnumsCommandOutput, EC2ProtocolClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - /** * @public */ constructor(readonly input: XmlIntEnumsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -137,7 +132,4 @@ export class XmlIntEnumsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_XmlIntEnumsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/private/aws-protocoltests-ec2/src/commands/XmlListsCommand.ts b/private/aws-protocoltests-ec2/src/commands/XmlListsCommand.ts index f2fbf9e5e2fe..02eec478633b 100644 --- a/private/aws-protocoltests-ec2/src/commands/XmlListsCommand.ts +++ b/private/aws-protocoltests-ec2/src/commands/XmlListsCommand.ts @@ -123,16 +123,11 @@ export class XmlListsCommand extends $Command< XmlListsCommandOutput, EC2ProtocolClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - /** * @public */ constructor(readonly input: XmlListsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -182,7 +177,4 @@ export class XmlListsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_XmlListsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/private/aws-protocoltests-ec2/src/commands/XmlNamespacesCommand.ts b/private/aws-protocoltests-ec2/src/commands/XmlNamespacesCommand.ts index ebf405d05a95..f49da729a7cf 100644 --- a/private/aws-protocoltests-ec2/src/commands/XmlNamespacesCommand.ts +++ b/private/aws-protocoltests-ec2/src/commands/XmlNamespacesCommand.ts @@ -72,16 +72,11 @@ export class XmlNamespacesCommand extends $Command< XmlNamespacesCommandOutput, EC2ProtocolClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - /** * @public */ constructor(readonly input: XmlNamespacesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -131,7 +126,4 @@ export class XmlNamespacesCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_XmlNamespacesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/private/aws-protocoltests-ec2/src/commands/XmlTimestampsCommand.ts b/private/aws-protocoltests-ec2/src/commands/XmlTimestampsCommand.ts index b5146eed76b1..6a425b143c54 100644 --- a/private/aws-protocoltests-ec2/src/commands/XmlTimestampsCommand.ts +++ b/private/aws-protocoltests-ec2/src/commands/XmlTimestampsCommand.ts @@ -75,16 +75,11 @@ export class XmlTimestampsCommand extends $Command< XmlTimestampsCommandOutput, EC2ProtocolClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - /** * @public */ constructor(readonly input: XmlTimestampsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -134,7 +129,4 @@ export class XmlTimestampsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_XmlTimestampsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/private/aws-protocoltests-json-10/package.json b/private/aws-protocoltests-json-10/package.json index 829a25945cee..6b84b9b97812 100644 --- a/private/aws-protocoltests-json-10/package.json +++ b/private/aws-protocoltests-json-10/package.json @@ -28,27 +28,27 @@ "@aws-sdk/types": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@smithy/config-resolver": "^2.0.16", - "@smithy/fetch-http-handler": "^2.2.4", - "@smithy/hash-node": "^2.0.12", - "@smithy/invalid-dependency": "^2.0.12", - "@smithy/middleware-content-length": "^2.0.14", - "@smithy/middleware-retry": "^2.0.18", - "@smithy/middleware-serde": "^2.0.12", - "@smithy/middleware-stack": "^2.0.6", - "@smithy/node-config-provider": "^2.1.3", - "@smithy/node-http-handler": "^2.1.8", - "@smithy/protocol-http": "^3.0.8", - "@smithy/smithy-client": "^2.1.12", - "@smithy/types": "^2.4.0", - "@smithy/url-parser": "^2.0.12", - "@smithy/util-base64": "^2.0.0", + "@smithy/config-resolver": "^2.0.18", + "@smithy/fetch-http-handler": "^2.2.6", + "@smithy/hash-node": "^2.0.15", + "@smithy/invalid-dependency": "^2.0.13", + "@smithy/middleware-content-length": "^2.0.15", + "@smithy/middleware-retry": "^2.0.20", + "@smithy/middleware-serde": "^2.0.13", + "@smithy/middleware-stack": "^2.0.7", + "@smithy/node-config-provider": "^2.1.5", + "@smithy/node-http-handler": "^2.1.9", + "@smithy/protocol-http": "^3.0.9", + "@smithy/smithy-client": "^2.1.15", + "@smithy/types": "^2.5.0", + "@smithy/url-parser": "^2.0.13", + "@smithy/util-base64": "^2.0.1", "@smithy/util-body-length-browser": "^2.0.0", "@smithy/util-body-length-node": "^2.1.0", - "@smithy/util-defaults-mode-browser": "^2.0.16", - "@smithy/util-defaults-mode-node": "^2.0.21", - "@smithy/util-retry": "^2.0.5", - "@smithy/util-utf8": "^2.0.0", + "@smithy/util-defaults-mode-browser": "^2.0.19", + "@smithy/util-defaults-mode-node": "^2.0.25", + "@smithy/util-retry": "^2.0.6", + "@smithy/util-utf8": "^2.0.2", "tslib": "^2.5.0", "uuid": "^8.3.2" }, diff --git a/private/aws-protocoltests-json-10/src/commands/EmptyInputAndEmptyOutputCommand.ts b/private/aws-protocoltests-json-10/src/commands/EmptyInputAndEmptyOutputCommand.ts index 3d2ad6f66c29..f2affb8068da 100644 --- a/private/aws-protocoltests-json-10/src/commands/EmptyInputAndEmptyOutputCommand.ts +++ b/private/aws-protocoltests-json-10/src/commands/EmptyInputAndEmptyOutputCommand.ts @@ -68,16 +68,11 @@ export class EmptyInputAndEmptyOutputCommand extends $Command< EmptyInputAndEmptyOutputCommandOutput, JSONRPC10ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - /** * @public */ constructor(readonly input: EmptyInputAndEmptyOutputCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -127,7 +122,4 @@ export class EmptyInputAndEmptyOutputCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_EmptyInputAndEmptyOutputCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/private/aws-protocoltests-json-10/src/commands/EndpointOperationCommand.ts b/private/aws-protocoltests-json-10/src/commands/EndpointOperationCommand.ts index bc8ee8cb6197..b423de65c2d7 100644 --- a/private/aws-protocoltests-json-10/src/commands/EndpointOperationCommand.ts +++ b/private/aws-protocoltests-json-10/src/commands/EndpointOperationCommand.ts @@ -64,16 +64,11 @@ export class EndpointOperationCommand extends $Command< EndpointOperationCommandOutput, JSONRPC10ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - /** * @public */ constructor(readonly input: EndpointOperationCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -123,7 +118,4 @@ export class EndpointOperationCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_EndpointOperationCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/private/aws-protocoltests-json-10/src/commands/EndpointWithHostLabelOperationCommand.ts b/private/aws-protocoltests-json-10/src/commands/EndpointWithHostLabelOperationCommand.ts index 66b28d5efb01..fb84fc13c9ba 100644 --- a/private/aws-protocoltests-json-10/src/commands/EndpointWithHostLabelOperationCommand.ts +++ b/private/aws-protocoltests-json-10/src/commands/EndpointWithHostLabelOperationCommand.ts @@ -70,16 +70,11 @@ export class EndpointWithHostLabelOperationCommand extends $Command< EndpointWithHostLabelOperationCommandOutput, JSONRPC10ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - /** * @public */ constructor(readonly input: EndpointWithHostLabelOperationCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -135,7 +130,4 @@ export class EndpointWithHostLabelOperationCommand extends $Command< ): Promise { return de_EndpointWithHostLabelOperationCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/private/aws-protocoltests-json-10/src/commands/GreetingWithErrorsCommand.ts b/private/aws-protocoltests-json-10/src/commands/GreetingWithErrorsCommand.ts index 79768cd9c238..ce5b984600e7 100644 --- a/private/aws-protocoltests-json-10/src/commands/GreetingWithErrorsCommand.ts +++ b/private/aws-protocoltests-json-10/src/commands/GreetingWithErrorsCommand.ts @@ -86,16 +86,11 @@ export class GreetingWithErrorsCommand extends $Command< GreetingWithErrorsCommandOutput, JSONRPC10ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - /** * @public */ constructor(readonly input: GreetingWithErrorsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -145,7 +140,4 @@ export class GreetingWithErrorsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GreetingWithErrorsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/private/aws-protocoltests-json-10/src/commands/HostWithPathOperationCommand.ts b/private/aws-protocoltests-json-10/src/commands/HostWithPathOperationCommand.ts index 3909b51fe1b2..a7c883ec5093 100644 --- a/private/aws-protocoltests-json-10/src/commands/HostWithPathOperationCommand.ts +++ b/private/aws-protocoltests-json-10/src/commands/HostWithPathOperationCommand.ts @@ -64,16 +64,11 @@ export class HostWithPathOperationCommand extends $Command< HostWithPathOperationCommandOutput, JSONRPC10ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - /** * @public */ constructor(readonly input: HostWithPathOperationCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -123,7 +118,4 @@ export class HostWithPathOperationCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_HostWithPathOperationCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/private/aws-protocoltests-json-10/src/commands/JsonUnionsCommand.ts b/private/aws-protocoltests-json-10/src/commands/JsonUnionsCommand.ts index f6eeb12e413a..5822df22b38e 100644 --- a/private/aws-protocoltests-json-10/src/commands/JsonUnionsCommand.ts +++ b/private/aws-protocoltests-json-10/src/commands/JsonUnionsCommand.ts @@ -103,16 +103,11 @@ export class JsonUnionsCommand extends $Command< JsonUnionsCommandOutput, JSONRPC10ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - /** * @public */ constructor(readonly input: JsonUnionsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -162,7 +157,4 @@ export class JsonUnionsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_JsonUnionsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/private/aws-protocoltests-json-10/src/commands/NoInputAndNoOutputCommand.ts b/private/aws-protocoltests-json-10/src/commands/NoInputAndNoOutputCommand.ts index d4a08e9c581a..cfbc78a8d033 100644 --- a/private/aws-protocoltests-json-10/src/commands/NoInputAndNoOutputCommand.ts +++ b/private/aws-protocoltests-json-10/src/commands/NoInputAndNoOutputCommand.ts @@ -66,16 +66,11 @@ export class NoInputAndNoOutputCommand extends $Command< NoInputAndNoOutputCommandOutput, JSONRPC10ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - /** * @public */ constructor(readonly input: NoInputAndNoOutputCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -125,7 +120,4 @@ export class NoInputAndNoOutputCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_NoInputAndNoOutputCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/private/aws-protocoltests-json-10/src/commands/NoInputAndOutputCommand.ts b/private/aws-protocoltests-json-10/src/commands/NoInputAndOutputCommand.ts index a5259dec52b6..687b9d394741 100644 --- a/private/aws-protocoltests-json-10/src/commands/NoInputAndOutputCommand.ts +++ b/private/aws-protocoltests-json-10/src/commands/NoInputAndOutputCommand.ts @@ -68,16 +68,11 @@ export class NoInputAndOutputCommand extends $Command< NoInputAndOutputCommandOutput, JSONRPC10ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - /** * @public */ constructor(readonly input: NoInputAndOutputCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -127,7 +122,4 @@ export class NoInputAndOutputCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_NoInputAndOutputCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/private/aws-protocoltests-json-10/src/commands/PutWithContentEncodingCommand.ts b/private/aws-protocoltests-json-10/src/commands/PutWithContentEncodingCommand.ts index 2bb014fd0321..9f8ad55b5a7f 100644 --- a/private/aws-protocoltests-json-10/src/commands/PutWithContentEncodingCommand.ts +++ b/private/aws-protocoltests-json-10/src/commands/PutWithContentEncodingCommand.ts @@ -68,16 +68,11 @@ export class PutWithContentEncodingCommand extends $Command< PutWithContentEncodingCommandOutput, JSONRPC10ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - /** * @public */ constructor(readonly input: PutWithContentEncodingCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -127,7 +122,4 @@ export class PutWithContentEncodingCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_PutWithContentEncodingCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/private/aws-protocoltests-json-10/src/commands/SimpleScalarPropertiesCommand.ts b/private/aws-protocoltests-json-10/src/commands/SimpleScalarPropertiesCommand.ts index 0e896e9ca26f..49e42426b9b6 100644 --- a/private/aws-protocoltests-json-10/src/commands/SimpleScalarPropertiesCommand.ts +++ b/private/aws-protocoltests-json-10/src/commands/SimpleScalarPropertiesCommand.ts @@ -71,16 +71,11 @@ export class SimpleScalarPropertiesCommand extends $Command< SimpleScalarPropertiesCommandOutput, JSONRPC10ClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - /** * @public */ constructor(readonly input: SimpleScalarPropertiesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -130,7 +125,4 @@ export class SimpleScalarPropertiesCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_SimpleScalarPropertiesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/private/aws-protocoltests-json/package.json b/private/aws-protocoltests-json/package.json index 805dcaa8f367..a9356555fd1e 100644 --- a/private/aws-protocoltests-json/package.json +++ b/private/aws-protocoltests-json/package.json @@ -31,27 +31,27 @@ "@aws-sdk/types": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@smithy/config-resolver": "^2.0.16", - "@smithy/fetch-http-handler": "^2.2.4", - "@smithy/hash-node": "^2.0.12", - "@smithy/invalid-dependency": "^2.0.12", - "@smithy/middleware-content-length": "^2.0.14", - "@smithy/middleware-retry": "^2.0.18", - "@smithy/middleware-serde": "^2.0.12", - "@smithy/middleware-stack": "^2.0.6", - "@smithy/node-config-provider": "^2.1.3", - "@smithy/node-http-handler": "^2.1.8", - "@smithy/protocol-http": "^3.0.8", - "@smithy/smithy-client": "^2.1.12", - "@smithy/types": "^2.4.0", - "@smithy/url-parser": "^2.0.12", - "@smithy/util-base64": "^2.0.0", + "@smithy/config-resolver": "^2.0.18", + "@smithy/fetch-http-handler": "^2.2.6", + "@smithy/hash-node": "^2.0.15", + "@smithy/invalid-dependency": "^2.0.13", + "@smithy/middleware-content-length": "^2.0.15", + "@smithy/middleware-retry": "^2.0.20", + "@smithy/middleware-serde": "^2.0.13", + "@smithy/middleware-stack": "^2.0.7", + "@smithy/node-config-provider": "^2.1.5", + "@smithy/node-http-handler": "^2.1.9", + "@smithy/protocol-http": "^3.0.9", + "@smithy/smithy-client": "^2.1.15", + "@smithy/types": "^2.5.0", + "@smithy/url-parser": "^2.0.13", + "@smithy/util-base64": "^2.0.1", "@smithy/util-body-length-browser": "^2.0.0", "@smithy/util-body-length-node": "^2.1.0", - "@smithy/util-defaults-mode-browser": "^2.0.16", - "@smithy/util-defaults-mode-node": "^2.0.21", - "@smithy/util-retry": "^2.0.5", - "@smithy/util-utf8": "^2.0.0", + "@smithy/util-defaults-mode-browser": "^2.0.19", + "@smithy/util-defaults-mode-node": "^2.0.25", + "@smithy/util-retry": "^2.0.6", + "@smithy/util-utf8": "^2.0.2", "tslib": "^2.5.0", "uuid": "^8.3.2" }, diff --git a/private/aws-protocoltests-json/src/commands/DatetimeOffsetsCommand.ts b/private/aws-protocoltests-json/src/commands/DatetimeOffsetsCommand.ts index f449374a53ce..8b046fce2519 100644 --- a/private/aws-protocoltests-json/src/commands/DatetimeOffsetsCommand.ts +++ b/private/aws-protocoltests-json/src/commands/DatetimeOffsetsCommand.ts @@ -67,16 +67,11 @@ export class DatetimeOffsetsCommand extends $Command< DatetimeOffsetsCommandOutput, JsonProtocolClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - /** * @public */ constructor(readonly input: DatetimeOffsetsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -126,7 +121,4 @@ export class DatetimeOffsetsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DatetimeOffsetsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/private/aws-protocoltests-json/src/commands/EmptyOperationCommand.ts b/private/aws-protocoltests-json/src/commands/EmptyOperationCommand.ts index c537c08d5c9b..d034bae91203 100644 --- a/private/aws-protocoltests-json/src/commands/EmptyOperationCommand.ts +++ b/private/aws-protocoltests-json/src/commands/EmptyOperationCommand.ts @@ -64,16 +64,11 @@ export class EmptyOperationCommand extends $Command< EmptyOperationCommandOutput, JsonProtocolClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - /** * @public */ constructor(readonly input: EmptyOperationCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -123,7 +118,4 @@ export class EmptyOperationCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_EmptyOperationCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/private/aws-protocoltests-json/src/commands/EndpointOperationCommand.ts b/private/aws-protocoltests-json/src/commands/EndpointOperationCommand.ts index 2f10fe773492..b649091ee117 100644 --- a/private/aws-protocoltests-json/src/commands/EndpointOperationCommand.ts +++ b/private/aws-protocoltests-json/src/commands/EndpointOperationCommand.ts @@ -64,16 +64,11 @@ export class EndpointOperationCommand extends $Command< EndpointOperationCommandOutput, JsonProtocolClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - /** * @public */ constructor(readonly input: EndpointOperationCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -123,7 +118,4 @@ export class EndpointOperationCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_EndpointOperationCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/private/aws-protocoltests-json/src/commands/EndpointWithHostLabelOperationCommand.ts b/private/aws-protocoltests-json/src/commands/EndpointWithHostLabelOperationCommand.ts index 1d0925cf158d..3ba9588073f8 100644 --- a/private/aws-protocoltests-json/src/commands/EndpointWithHostLabelOperationCommand.ts +++ b/private/aws-protocoltests-json/src/commands/EndpointWithHostLabelOperationCommand.ts @@ -70,16 +70,11 @@ export class EndpointWithHostLabelOperationCommand extends $Command< EndpointWithHostLabelOperationCommandOutput, JsonProtocolClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - /** * @public */ constructor(readonly input: EndpointWithHostLabelOperationCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -135,7 +130,4 @@ export class EndpointWithHostLabelOperationCommand extends $Command< ): Promise { return de_EndpointWithHostLabelOperationCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/private/aws-protocoltests-json/src/commands/FractionalSecondsCommand.ts b/private/aws-protocoltests-json/src/commands/FractionalSecondsCommand.ts index 9caad155ba63..f2c70122e7e2 100644 --- a/private/aws-protocoltests-json/src/commands/FractionalSecondsCommand.ts +++ b/private/aws-protocoltests-json/src/commands/FractionalSecondsCommand.ts @@ -67,16 +67,11 @@ export class FractionalSecondsCommand extends $Command< FractionalSecondsCommandOutput, JsonProtocolClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - /** * @public */ constructor(readonly input: FractionalSecondsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -126,7 +121,4 @@ export class FractionalSecondsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_FractionalSecondsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/private/aws-protocoltests-json/src/commands/GreetingWithErrorsCommand.ts b/private/aws-protocoltests-json/src/commands/GreetingWithErrorsCommand.ts index 429866055b54..07a8052d900a 100644 --- a/private/aws-protocoltests-json/src/commands/GreetingWithErrorsCommand.ts +++ b/private/aws-protocoltests-json/src/commands/GreetingWithErrorsCommand.ts @@ -84,16 +84,11 @@ export class GreetingWithErrorsCommand extends $Command< GreetingWithErrorsCommandOutput, JsonProtocolClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - /** * @public */ constructor(readonly input: GreetingWithErrorsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -143,7 +138,4 @@ export class GreetingWithErrorsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GreetingWithErrorsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/private/aws-protocoltests-json/src/commands/HostWithPathOperationCommand.ts b/private/aws-protocoltests-json/src/commands/HostWithPathOperationCommand.ts index 37c1156eac31..04a2e67ebda8 100644 --- a/private/aws-protocoltests-json/src/commands/HostWithPathOperationCommand.ts +++ b/private/aws-protocoltests-json/src/commands/HostWithPathOperationCommand.ts @@ -64,16 +64,11 @@ export class HostWithPathOperationCommand extends $Command< HostWithPathOperationCommandOutput, JsonProtocolClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - /** * @public */ constructor(readonly input: HostWithPathOperationCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -123,7 +118,4 @@ export class HostWithPathOperationCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_HostWithPathOperationCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/private/aws-protocoltests-json/src/commands/JsonEnumsCommand.ts b/private/aws-protocoltests-json/src/commands/JsonEnumsCommand.ts index 9373041a92e8..721c31b6c3df 100644 --- a/private/aws-protocoltests-json/src/commands/JsonEnumsCommand.ts +++ b/private/aws-protocoltests-json/src/commands/JsonEnumsCommand.ts @@ -91,16 +91,11 @@ export class JsonEnumsCommand extends $Command< JsonEnumsCommandOutput, JsonProtocolClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - /** * @public */ constructor(readonly input: JsonEnumsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -150,7 +145,4 @@ export class JsonEnumsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_JsonEnumsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/private/aws-protocoltests-json/src/commands/JsonUnionsCommand.ts b/private/aws-protocoltests-json/src/commands/JsonUnionsCommand.ts index 04ba0df9c6ed..1b09a96f24c1 100644 --- a/private/aws-protocoltests-json/src/commands/JsonUnionsCommand.ts +++ b/private/aws-protocoltests-json/src/commands/JsonUnionsCommand.ts @@ -101,16 +101,11 @@ export class JsonUnionsCommand extends $Command< JsonUnionsCommandOutput, JsonProtocolClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - /** * @public */ constructor(readonly input: JsonUnionsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -160,7 +155,4 @@ export class JsonUnionsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_JsonUnionsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/private/aws-protocoltests-json/src/commands/KitchenSinkOperationCommand.ts b/private/aws-protocoltests-json/src/commands/KitchenSinkOperationCommand.ts index 6d32b8e3ee22..491a5d1c68ab 100644 --- a/private/aws-protocoltests-json/src/commands/KitchenSinkOperationCommand.ts +++ b/private/aws-protocoltests-json/src/commands/KitchenSinkOperationCommand.ts @@ -289,16 +289,11 @@ export class KitchenSinkOperationCommand extends $Command< KitchenSinkOperationCommandOutput, JsonProtocolClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - /** * @public */ constructor(readonly input: KitchenSinkOperationCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -348,7 +343,4 @@ export class KitchenSinkOperationCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_KitchenSinkOperationCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/private/aws-protocoltests-json/src/commands/NullOperationCommand.ts b/private/aws-protocoltests-json/src/commands/NullOperationCommand.ts index 2aa472471272..495e6037cb73 100644 --- a/private/aws-protocoltests-json/src/commands/NullOperationCommand.ts +++ b/private/aws-protocoltests-json/src/commands/NullOperationCommand.ts @@ -81,16 +81,11 @@ export class NullOperationCommand extends $Command< NullOperationCommandOutput, JsonProtocolClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - /** * @public */ constructor(readonly input: NullOperationCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -140,7 +135,4 @@ export class NullOperationCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_NullOperationCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/private/aws-protocoltests-json/src/commands/OperationWithOptionalInputOutputCommand.ts b/private/aws-protocoltests-json/src/commands/OperationWithOptionalInputOutputCommand.ts index 57e6bf9d8e71..bae9d8827edb 100644 --- a/private/aws-protocoltests-json/src/commands/OperationWithOptionalInputOutputCommand.ts +++ b/private/aws-protocoltests-json/src/commands/OperationWithOptionalInputOutputCommand.ts @@ -74,16 +74,11 @@ export class OperationWithOptionalInputOutputCommand extends $Command< OperationWithOptionalInputOutputCommandOutput, JsonProtocolClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - /** * @public */ constructor(readonly input: OperationWithOptionalInputOutputCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -139,7 +134,4 @@ export class OperationWithOptionalInputOutputCommand extends $Command< ): Promise { return de_OperationWithOptionalInputOutputCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/private/aws-protocoltests-json/src/commands/PutAndGetInlineDocumentsCommand.ts b/private/aws-protocoltests-json/src/commands/PutAndGetInlineDocumentsCommand.ts index b90d04a2b398..361ea9b235b9 100644 --- a/private/aws-protocoltests-json/src/commands/PutAndGetInlineDocumentsCommand.ts +++ b/private/aws-protocoltests-json/src/commands/PutAndGetInlineDocumentsCommand.ts @@ -69,16 +69,11 @@ export class PutAndGetInlineDocumentsCommand extends $Command< PutAndGetInlineDocumentsCommandOutput, JsonProtocolClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - /** * @public */ constructor(readonly input: PutAndGetInlineDocumentsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -128,7 +123,4 @@ export class PutAndGetInlineDocumentsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_PutAndGetInlineDocumentsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/private/aws-protocoltests-json/src/commands/PutWithContentEncodingCommand.ts b/private/aws-protocoltests-json/src/commands/PutWithContentEncodingCommand.ts index f54d63339f2e..3897f5380134 100644 --- a/private/aws-protocoltests-json/src/commands/PutWithContentEncodingCommand.ts +++ b/private/aws-protocoltests-json/src/commands/PutWithContentEncodingCommand.ts @@ -68,16 +68,11 @@ export class PutWithContentEncodingCommand extends $Command< PutWithContentEncodingCommandOutput, JsonProtocolClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - /** * @public */ constructor(readonly input: PutWithContentEncodingCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -127,7 +122,4 @@ export class PutWithContentEncodingCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_PutWithContentEncodingCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/private/aws-protocoltests-json/src/commands/SimpleScalarPropertiesCommand.ts b/private/aws-protocoltests-json/src/commands/SimpleScalarPropertiesCommand.ts index 086bed295d95..f967dc99f956 100644 --- a/private/aws-protocoltests-json/src/commands/SimpleScalarPropertiesCommand.ts +++ b/private/aws-protocoltests-json/src/commands/SimpleScalarPropertiesCommand.ts @@ -71,16 +71,11 @@ export class SimpleScalarPropertiesCommand extends $Command< SimpleScalarPropertiesCommandOutput, JsonProtocolClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - /** * @public */ constructor(readonly input: SimpleScalarPropertiesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -130,7 +125,4 @@ export class SimpleScalarPropertiesCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_SimpleScalarPropertiesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/private/aws-protocoltests-query/package.json b/private/aws-protocoltests-query/package.json index f521cee19a5a..33b9ff42d12a 100644 --- a/private/aws-protocoltests-query/package.json +++ b/private/aws-protocoltests-query/package.json @@ -28,27 +28,27 @@ "@aws-sdk/types": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@smithy/config-resolver": "^2.0.16", - "@smithy/fetch-http-handler": "^2.2.4", - "@smithy/hash-node": "^2.0.12", - "@smithy/invalid-dependency": "^2.0.12", - "@smithy/middleware-content-length": "^2.0.14", - "@smithy/middleware-retry": "^2.0.18", - "@smithy/middleware-serde": "^2.0.12", - "@smithy/middleware-stack": "^2.0.6", - "@smithy/node-config-provider": "^2.1.3", - "@smithy/node-http-handler": "^2.1.8", - "@smithy/protocol-http": "^3.0.8", - "@smithy/smithy-client": "^2.1.12", - "@smithy/types": "^2.4.0", - "@smithy/url-parser": "^2.0.12", - "@smithy/util-base64": "^2.0.0", + "@smithy/config-resolver": "^2.0.18", + "@smithy/fetch-http-handler": "^2.2.6", + "@smithy/hash-node": "^2.0.15", + "@smithy/invalid-dependency": "^2.0.13", + "@smithy/middleware-content-length": "^2.0.15", + "@smithy/middleware-retry": "^2.0.20", + "@smithy/middleware-serde": "^2.0.13", + "@smithy/middleware-stack": "^2.0.7", + "@smithy/node-config-provider": "^2.1.5", + "@smithy/node-http-handler": "^2.1.9", + "@smithy/protocol-http": "^3.0.9", + "@smithy/smithy-client": "^2.1.15", + "@smithy/types": "^2.5.0", + "@smithy/url-parser": "^2.0.13", + "@smithy/util-base64": "^2.0.1", "@smithy/util-body-length-browser": "^2.0.0", "@smithy/util-body-length-node": "^2.1.0", - "@smithy/util-defaults-mode-browser": "^2.0.16", - "@smithy/util-defaults-mode-node": "^2.0.21", - "@smithy/util-retry": "^2.0.5", - "@smithy/util-utf8": "^2.0.0", + "@smithy/util-defaults-mode-browser": "^2.0.19", + "@smithy/util-defaults-mode-node": "^2.0.25", + "@smithy/util-retry": "^2.0.6", + "@smithy/util-utf8": "^2.0.2", "fast-xml-parser": "4.2.5", "tslib": "^2.5.0", "uuid": "^8.3.2" diff --git a/private/aws-protocoltests-query/src/commands/DatetimeOffsetsCommand.ts b/private/aws-protocoltests-query/src/commands/DatetimeOffsetsCommand.ts index 4e12c0206173..db66684e5e59 100644 --- a/private/aws-protocoltests-query/src/commands/DatetimeOffsetsCommand.ts +++ b/private/aws-protocoltests-query/src/commands/DatetimeOffsetsCommand.ts @@ -67,16 +67,11 @@ export class DatetimeOffsetsCommand extends $Command< DatetimeOffsetsCommandOutput, QueryProtocolClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - /** * @public */ constructor(readonly input: DatetimeOffsetsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -126,7 +121,4 @@ export class DatetimeOffsetsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DatetimeOffsetsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/private/aws-protocoltests-query/src/commands/EmptyInputAndEmptyOutputCommand.ts b/private/aws-protocoltests-query/src/commands/EmptyInputAndEmptyOutputCommand.ts index 9885cae6dbef..d200e524f922 100644 --- a/private/aws-protocoltests-query/src/commands/EmptyInputAndEmptyOutputCommand.ts +++ b/private/aws-protocoltests-query/src/commands/EmptyInputAndEmptyOutputCommand.ts @@ -68,16 +68,11 @@ export class EmptyInputAndEmptyOutputCommand extends $Command< EmptyInputAndEmptyOutputCommandOutput, QueryProtocolClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - /** * @public */ constructor(readonly input: EmptyInputAndEmptyOutputCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -127,7 +122,4 @@ export class EmptyInputAndEmptyOutputCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_EmptyInputAndEmptyOutputCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/private/aws-protocoltests-query/src/commands/EndpointOperationCommand.ts b/private/aws-protocoltests-query/src/commands/EndpointOperationCommand.ts index db1ee6854ca5..5963be012c90 100644 --- a/private/aws-protocoltests-query/src/commands/EndpointOperationCommand.ts +++ b/private/aws-protocoltests-query/src/commands/EndpointOperationCommand.ts @@ -64,16 +64,11 @@ export class EndpointOperationCommand extends $Command< EndpointOperationCommandOutput, QueryProtocolClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - /** * @public */ constructor(readonly input: EndpointOperationCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -123,7 +118,4 @@ export class EndpointOperationCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_EndpointOperationCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/private/aws-protocoltests-query/src/commands/EndpointWithHostLabelOperationCommand.ts b/private/aws-protocoltests-query/src/commands/EndpointWithHostLabelOperationCommand.ts index cdcc5c37f394..9021496aa9ea 100644 --- a/private/aws-protocoltests-query/src/commands/EndpointWithHostLabelOperationCommand.ts +++ b/private/aws-protocoltests-query/src/commands/EndpointWithHostLabelOperationCommand.ts @@ -70,16 +70,11 @@ export class EndpointWithHostLabelOperationCommand extends $Command< EndpointWithHostLabelOperationCommandOutput, QueryProtocolClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - /** * @public */ constructor(readonly input: EndpointWithHostLabelOperationCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -135,7 +130,4 @@ export class EndpointWithHostLabelOperationCommand extends $Command< ): Promise { return de_EndpointWithHostLabelOperationCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/private/aws-protocoltests-query/src/commands/FlattenedXmlMapCommand.ts b/private/aws-protocoltests-query/src/commands/FlattenedXmlMapCommand.ts index 5bff5f0c76d9..081862f4b9fa 100644 --- a/private/aws-protocoltests-query/src/commands/FlattenedXmlMapCommand.ts +++ b/private/aws-protocoltests-query/src/commands/FlattenedXmlMapCommand.ts @@ -69,16 +69,11 @@ export class FlattenedXmlMapCommand extends $Command< FlattenedXmlMapCommandOutput, QueryProtocolClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - /** * @public */ constructor(readonly input: FlattenedXmlMapCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -128,7 +123,4 @@ export class FlattenedXmlMapCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_FlattenedXmlMapCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/private/aws-protocoltests-query/src/commands/FlattenedXmlMapWithXmlNameCommand.ts b/private/aws-protocoltests-query/src/commands/FlattenedXmlMapWithXmlNameCommand.ts index 55c9a3e19578..ccd81af33d30 100644 --- a/private/aws-protocoltests-query/src/commands/FlattenedXmlMapWithXmlNameCommand.ts +++ b/private/aws-protocoltests-query/src/commands/FlattenedXmlMapWithXmlNameCommand.ts @@ -69,16 +69,11 @@ export class FlattenedXmlMapWithXmlNameCommand extends $Command< FlattenedXmlMapWithXmlNameCommandOutput, QueryProtocolClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - /** * @public */ constructor(readonly input: FlattenedXmlMapWithXmlNameCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -131,7 +126,4 @@ export class FlattenedXmlMapWithXmlNameCommand extends $Command< ): Promise { return de_FlattenedXmlMapWithXmlNameCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/private/aws-protocoltests-query/src/commands/FlattenedXmlMapWithXmlNamespaceCommand.ts b/private/aws-protocoltests-query/src/commands/FlattenedXmlMapWithXmlNamespaceCommand.ts index f95e8813b5d2..7245f00e7e45 100644 --- a/private/aws-protocoltests-query/src/commands/FlattenedXmlMapWithXmlNamespaceCommand.ts +++ b/private/aws-protocoltests-query/src/commands/FlattenedXmlMapWithXmlNamespaceCommand.ts @@ -74,16 +74,11 @@ export class FlattenedXmlMapWithXmlNamespaceCommand extends $Command< FlattenedXmlMapWithXmlNamespaceCommandOutput, QueryProtocolClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - /** * @public */ constructor(readonly input: FlattenedXmlMapWithXmlNamespaceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -139,7 +134,4 @@ export class FlattenedXmlMapWithXmlNamespaceCommand extends $Command< ): Promise { return de_FlattenedXmlMapWithXmlNamespaceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/private/aws-protocoltests-query/src/commands/FractionalSecondsCommand.ts b/private/aws-protocoltests-query/src/commands/FractionalSecondsCommand.ts index 4704346eb15c..69f931dd659d 100644 --- a/private/aws-protocoltests-query/src/commands/FractionalSecondsCommand.ts +++ b/private/aws-protocoltests-query/src/commands/FractionalSecondsCommand.ts @@ -67,16 +67,11 @@ export class FractionalSecondsCommand extends $Command< FractionalSecondsCommandOutput, QueryProtocolClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - /** * @public */ constructor(readonly input: FractionalSecondsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -126,7 +121,4 @@ export class FractionalSecondsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_FractionalSecondsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/private/aws-protocoltests-query/src/commands/GreetingWithErrorsCommand.ts b/private/aws-protocoltests-query/src/commands/GreetingWithErrorsCommand.ts index b8cd72b3383d..43eb2628ecec 100644 --- a/private/aws-protocoltests-query/src/commands/GreetingWithErrorsCommand.ts +++ b/private/aws-protocoltests-query/src/commands/GreetingWithErrorsCommand.ts @@ -79,16 +79,11 @@ export class GreetingWithErrorsCommand extends $Command< GreetingWithErrorsCommandOutput, QueryProtocolClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - /** * @public */ constructor(readonly input: GreetingWithErrorsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -138,7 +133,4 @@ export class GreetingWithErrorsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GreetingWithErrorsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/private/aws-protocoltests-query/src/commands/HostWithPathOperationCommand.ts b/private/aws-protocoltests-query/src/commands/HostWithPathOperationCommand.ts index 704ac6a9b76b..1550e6096874 100644 --- a/private/aws-protocoltests-query/src/commands/HostWithPathOperationCommand.ts +++ b/private/aws-protocoltests-query/src/commands/HostWithPathOperationCommand.ts @@ -64,16 +64,11 @@ export class HostWithPathOperationCommand extends $Command< HostWithPathOperationCommandOutput, QueryProtocolClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - /** * @public */ constructor(readonly input: HostWithPathOperationCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -123,7 +118,4 @@ export class HostWithPathOperationCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_HostWithPathOperationCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/private/aws-protocoltests-query/src/commands/IgnoresWrappingXmlNameCommand.ts b/private/aws-protocoltests-query/src/commands/IgnoresWrappingXmlNameCommand.ts index 3c0e01b6be31..fc52574721a5 100644 --- a/private/aws-protocoltests-query/src/commands/IgnoresWrappingXmlNameCommand.ts +++ b/private/aws-protocoltests-query/src/commands/IgnoresWrappingXmlNameCommand.ts @@ -70,16 +70,11 @@ export class IgnoresWrappingXmlNameCommand extends $Command< IgnoresWrappingXmlNameCommandOutput, QueryProtocolClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - /** * @public */ constructor(readonly input: IgnoresWrappingXmlNameCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -129,7 +124,4 @@ export class IgnoresWrappingXmlNameCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_IgnoresWrappingXmlNameCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/private/aws-protocoltests-query/src/commands/NestedStructuresCommand.ts b/private/aws-protocoltests-query/src/commands/NestedStructuresCommand.ts index e2a1ad369dce..08e092f456df 100644 --- a/private/aws-protocoltests-query/src/commands/NestedStructuresCommand.ts +++ b/private/aws-protocoltests-query/src/commands/NestedStructuresCommand.ts @@ -75,16 +75,11 @@ export class NestedStructuresCommand extends $Command< NestedStructuresCommandOutput, QueryProtocolClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - /** * @public */ constructor(readonly input: NestedStructuresCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -134,7 +129,4 @@ export class NestedStructuresCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_NestedStructuresCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/private/aws-protocoltests-query/src/commands/NoInputAndNoOutputCommand.ts b/private/aws-protocoltests-query/src/commands/NoInputAndNoOutputCommand.ts index 54d65239314e..371505e34951 100644 --- a/private/aws-protocoltests-query/src/commands/NoInputAndNoOutputCommand.ts +++ b/private/aws-protocoltests-query/src/commands/NoInputAndNoOutputCommand.ts @@ -67,16 +67,11 @@ export class NoInputAndNoOutputCommand extends $Command< NoInputAndNoOutputCommandOutput, QueryProtocolClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - /** * @public */ constructor(readonly input: NoInputAndNoOutputCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -126,7 +121,4 @@ export class NoInputAndNoOutputCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_NoInputAndNoOutputCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/private/aws-protocoltests-query/src/commands/NoInputAndOutputCommand.ts b/private/aws-protocoltests-query/src/commands/NoInputAndOutputCommand.ts index 97f9f73a8929..439c2f3d27c9 100644 --- a/private/aws-protocoltests-query/src/commands/NoInputAndOutputCommand.ts +++ b/private/aws-protocoltests-query/src/commands/NoInputAndOutputCommand.ts @@ -68,16 +68,11 @@ export class NoInputAndOutputCommand extends $Command< NoInputAndOutputCommandOutput, QueryProtocolClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - /** * @public */ constructor(readonly input: NoInputAndOutputCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -127,7 +122,4 @@ export class NoInputAndOutputCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_NoInputAndOutputCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/private/aws-protocoltests-query/src/commands/PutWithContentEncodingCommand.ts b/private/aws-protocoltests-query/src/commands/PutWithContentEncodingCommand.ts index 56d9f2e94e10..a73519f4ba18 100644 --- a/private/aws-protocoltests-query/src/commands/PutWithContentEncodingCommand.ts +++ b/private/aws-protocoltests-query/src/commands/PutWithContentEncodingCommand.ts @@ -68,16 +68,11 @@ export class PutWithContentEncodingCommand extends $Command< PutWithContentEncodingCommandOutput, QueryProtocolClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - /** * @public */ constructor(readonly input: PutWithContentEncodingCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -127,7 +122,4 @@ export class PutWithContentEncodingCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_PutWithContentEncodingCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/private/aws-protocoltests-query/src/commands/QueryIdempotencyTokenAutoFillCommand.ts b/private/aws-protocoltests-query/src/commands/QueryIdempotencyTokenAutoFillCommand.ts index 3c855d9ce9cd..8137d5bd237f 100644 --- a/private/aws-protocoltests-query/src/commands/QueryIdempotencyTokenAutoFillCommand.ts +++ b/private/aws-protocoltests-query/src/commands/QueryIdempotencyTokenAutoFillCommand.ts @@ -70,16 +70,11 @@ export class QueryIdempotencyTokenAutoFillCommand extends $Command< QueryIdempotencyTokenAutoFillCommandOutput, QueryProtocolClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - /** * @public */ constructor(readonly input: QueryIdempotencyTokenAutoFillCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -132,7 +127,4 @@ export class QueryIdempotencyTokenAutoFillCommand extends $Command< ): Promise { return de_QueryIdempotencyTokenAutoFillCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/private/aws-protocoltests-query/src/commands/QueryListsCommand.ts b/private/aws-protocoltests-query/src/commands/QueryListsCommand.ts index 3be7b10d16b1..3e39c90dc72f 100644 --- a/private/aws-protocoltests-query/src/commands/QueryListsCommand.ts +++ b/private/aws-protocoltests-query/src/commands/QueryListsCommand.ts @@ -88,16 +88,11 @@ export class QueryListsCommand extends $Command< QueryListsCommandOutput, QueryProtocolClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - /** * @public */ constructor(readonly input: QueryListsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -147,7 +142,4 @@ export class QueryListsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_QueryListsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/private/aws-protocoltests-query/src/commands/QueryMapsCommand.ts b/private/aws-protocoltests-query/src/commands/QueryMapsCommand.ts index 36a44f897880..d67273744f5b 100644 --- a/private/aws-protocoltests-query/src/commands/QueryMapsCommand.ts +++ b/private/aws-protocoltests-query/src/commands/QueryMapsCommand.ts @@ -96,16 +96,11 @@ export class QueryMapsCommand extends $Command< QueryMapsCommandOutput, QueryProtocolClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - /** * @public */ constructor(readonly input: QueryMapsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -155,7 +150,4 @@ export class QueryMapsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_QueryMapsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/private/aws-protocoltests-query/src/commands/QueryTimestampsCommand.ts b/private/aws-protocoltests-query/src/commands/QueryTimestampsCommand.ts index 85a278e71ce3..31e41fa0a8f5 100644 --- a/private/aws-protocoltests-query/src/commands/QueryTimestampsCommand.ts +++ b/private/aws-protocoltests-query/src/commands/QueryTimestampsCommand.ts @@ -73,16 +73,11 @@ export class QueryTimestampsCommand extends $Command< QueryTimestampsCommandOutput, QueryProtocolClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - /** * @public */ constructor(readonly input: QueryTimestampsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -132,7 +127,4 @@ export class QueryTimestampsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_QueryTimestampsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/private/aws-protocoltests-query/src/commands/RecursiveXmlShapesCommand.ts b/private/aws-protocoltests-query/src/commands/RecursiveXmlShapesCommand.ts index 693b2f37de51..3b3c7c2d21cd 100644 --- a/private/aws-protocoltests-query/src/commands/RecursiveXmlShapesCommand.ts +++ b/private/aws-protocoltests-query/src/commands/RecursiveXmlShapesCommand.ts @@ -79,16 +79,11 @@ export class RecursiveXmlShapesCommand extends $Command< RecursiveXmlShapesCommandOutput, QueryProtocolClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - /** * @public */ constructor(readonly input: RecursiveXmlShapesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -138,7 +133,4 @@ export class RecursiveXmlShapesCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_RecursiveXmlShapesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/private/aws-protocoltests-query/src/commands/SimpleInputParamsCommand.ts b/private/aws-protocoltests-query/src/commands/SimpleInputParamsCommand.ts index c50f5bed6296..dbe45d402a61 100644 --- a/private/aws-protocoltests-query/src/commands/SimpleInputParamsCommand.ts +++ b/private/aws-protocoltests-query/src/commands/SimpleInputParamsCommand.ts @@ -75,16 +75,11 @@ export class SimpleInputParamsCommand extends $Command< SimpleInputParamsCommandOutput, QueryProtocolClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - /** * @public */ constructor(readonly input: SimpleInputParamsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -134,7 +129,4 @@ export class SimpleInputParamsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_SimpleInputParamsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/private/aws-protocoltests-query/src/commands/SimpleScalarXmlPropertiesCommand.ts b/private/aws-protocoltests-query/src/commands/SimpleScalarXmlPropertiesCommand.ts index b291c2d0c472..1e956294013a 100644 --- a/private/aws-protocoltests-query/src/commands/SimpleScalarXmlPropertiesCommand.ts +++ b/private/aws-protocoltests-query/src/commands/SimpleScalarXmlPropertiesCommand.ts @@ -76,16 +76,11 @@ export class SimpleScalarXmlPropertiesCommand extends $Command< SimpleScalarXmlPropertiesCommandOutput, QueryProtocolClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - /** * @public */ constructor(readonly input: SimpleScalarXmlPropertiesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -138,7 +133,4 @@ export class SimpleScalarXmlPropertiesCommand extends $Command< ): Promise { return de_SimpleScalarXmlPropertiesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/private/aws-protocoltests-query/src/commands/XmlBlobsCommand.ts b/private/aws-protocoltests-query/src/commands/XmlBlobsCommand.ts index 5a94c8b38455..ab17ff4a448b 100644 --- a/private/aws-protocoltests-query/src/commands/XmlBlobsCommand.ts +++ b/private/aws-protocoltests-query/src/commands/XmlBlobsCommand.ts @@ -67,16 +67,11 @@ export class XmlBlobsCommand extends $Command< XmlBlobsCommandOutput, QueryProtocolClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - /** * @public */ constructor(readonly input: XmlBlobsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -126,7 +121,4 @@ export class XmlBlobsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_XmlBlobsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/private/aws-protocoltests-query/src/commands/XmlEmptyBlobsCommand.ts b/private/aws-protocoltests-query/src/commands/XmlEmptyBlobsCommand.ts index 8fe9367d28fd..b545dc699e87 100644 --- a/private/aws-protocoltests-query/src/commands/XmlEmptyBlobsCommand.ts +++ b/private/aws-protocoltests-query/src/commands/XmlEmptyBlobsCommand.ts @@ -67,16 +67,11 @@ export class XmlEmptyBlobsCommand extends $Command< XmlEmptyBlobsCommandOutput, QueryProtocolClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - /** * @public */ constructor(readonly input: XmlEmptyBlobsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -126,7 +121,4 @@ export class XmlEmptyBlobsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_XmlEmptyBlobsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/private/aws-protocoltests-query/src/commands/XmlEmptyListsCommand.ts b/private/aws-protocoltests-query/src/commands/XmlEmptyListsCommand.ts index ade393c4de92..e482d81c6d39 100644 --- a/private/aws-protocoltests-query/src/commands/XmlEmptyListsCommand.ts +++ b/private/aws-protocoltests-query/src/commands/XmlEmptyListsCommand.ts @@ -113,16 +113,11 @@ export class XmlEmptyListsCommand extends $Command< XmlEmptyListsCommandOutput, QueryProtocolClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - /** * @public */ constructor(readonly input: XmlEmptyListsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -172,7 +167,4 @@ export class XmlEmptyListsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_XmlEmptyListsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/private/aws-protocoltests-query/src/commands/XmlEmptyMapsCommand.ts b/private/aws-protocoltests-query/src/commands/XmlEmptyMapsCommand.ts index cd87de795c02..c80db9cfdc09 100644 --- a/private/aws-protocoltests-query/src/commands/XmlEmptyMapsCommand.ts +++ b/private/aws-protocoltests-query/src/commands/XmlEmptyMapsCommand.ts @@ -71,16 +71,11 @@ export class XmlEmptyMapsCommand extends $Command< XmlEmptyMapsCommandOutput, QueryProtocolClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - /** * @public */ constructor(readonly input: XmlEmptyMapsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -130,7 +125,4 @@ export class XmlEmptyMapsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_XmlEmptyMapsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/private/aws-protocoltests-query/src/commands/XmlEnumsCommand.ts b/private/aws-protocoltests-query/src/commands/XmlEnumsCommand.ts index 08aa961172bc..749b5f6265f1 100644 --- a/private/aws-protocoltests-query/src/commands/XmlEnumsCommand.ts +++ b/private/aws-protocoltests-query/src/commands/XmlEnumsCommand.ts @@ -78,16 +78,11 @@ export class XmlEnumsCommand extends $Command< XmlEnumsCommandOutput, QueryProtocolClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - /** * @public */ constructor(readonly input: XmlEnumsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -137,7 +132,4 @@ export class XmlEnumsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_XmlEnumsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/private/aws-protocoltests-query/src/commands/XmlIntEnumsCommand.ts b/private/aws-protocoltests-query/src/commands/XmlIntEnumsCommand.ts index 7d354d60c7b9..de73e690474f 100644 --- a/private/aws-protocoltests-query/src/commands/XmlIntEnumsCommand.ts +++ b/private/aws-protocoltests-query/src/commands/XmlIntEnumsCommand.ts @@ -78,16 +78,11 @@ export class XmlIntEnumsCommand extends $Command< XmlIntEnumsCommandOutput, QueryProtocolClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - /** * @public */ constructor(readonly input: XmlIntEnumsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -137,7 +132,4 @@ export class XmlIntEnumsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_XmlIntEnumsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/private/aws-protocoltests-query/src/commands/XmlListsCommand.ts b/private/aws-protocoltests-query/src/commands/XmlListsCommand.ts index baa1244639b8..592ac980de35 100644 --- a/private/aws-protocoltests-query/src/commands/XmlListsCommand.ts +++ b/private/aws-protocoltests-query/src/commands/XmlListsCommand.ts @@ -122,16 +122,11 @@ export class XmlListsCommand extends $Command< XmlListsCommandOutput, QueryProtocolClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - /** * @public */ constructor(readonly input: XmlListsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -181,7 +176,4 @@ export class XmlListsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_XmlListsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/private/aws-protocoltests-query/src/commands/XmlMapsCommand.ts b/private/aws-protocoltests-query/src/commands/XmlMapsCommand.ts index 779ce23b14eb..e5832dfe63c6 100644 --- a/private/aws-protocoltests-query/src/commands/XmlMapsCommand.ts +++ b/private/aws-protocoltests-query/src/commands/XmlMapsCommand.ts @@ -71,16 +71,11 @@ export class XmlMapsCommand extends $Command< XmlMapsCommandOutput, QueryProtocolClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - /** * @public */ constructor(readonly input: XmlMapsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -130,7 +125,4 @@ export class XmlMapsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_XmlMapsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/private/aws-protocoltests-query/src/commands/XmlMapsXmlNameCommand.ts b/private/aws-protocoltests-query/src/commands/XmlMapsXmlNameCommand.ts index 0c0b3d805dd4..b35be9337515 100644 --- a/private/aws-protocoltests-query/src/commands/XmlMapsXmlNameCommand.ts +++ b/private/aws-protocoltests-query/src/commands/XmlMapsXmlNameCommand.ts @@ -71,16 +71,11 @@ export class XmlMapsXmlNameCommand extends $Command< XmlMapsXmlNameCommandOutput, QueryProtocolClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - /** * @public */ constructor(readonly input: XmlMapsXmlNameCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -130,7 +125,4 @@ export class XmlMapsXmlNameCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_XmlMapsXmlNameCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/private/aws-protocoltests-query/src/commands/XmlNamespacesCommand.ts b/private/aws-protocoltests-query/src/commands/XmlNamespacesCommand.ts index 44007d990607..ac6f4f79dbbd 100644 --- a/private/aws-protocoltests-query/src/commands/XmlNamespacesCommand.ts +++ b/private/aws-protocoltests-query/src/commands/XmlNamespacesCommand.ts @@ -72,16 +72,11 @@ export class XmlNamespacesCommand extends $Command< XmlNamespacesCommandOutput, QueryProtocolClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - /** * @public */ constructor(readonly input: XmlNamespacesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -131,7 +126,4 @@ export class XmlNamespacesCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_XmlNamespacesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/private/aws-protocoltests-query/src/commands/XmlTimestampsCommand.ts b/private/aws-protocoltests-query/src/commands/XmlTimestampsCommand.ts index c1f64288d3e3..b29eba1a2c9c 100644 --- a/private/aws-protocoltests-query/src/commands/XmlTimestampsCommand.ts +++ b/private/aws-protocoltests-query/src/commands/XmlTimestampsCommand.ts @@ -75,16 +75,11 @@ export class XmlTimestampsCommand extends $Command< XmlTimestampsCommandOutput, QueryProtocolClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - /** * @public */ constructor(readonly input: XmlTimestampsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -134,7 +129,4 @@ export class XmlTimestampsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_XmlTimestampsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/private/aws-protocoltests-restjson/package.json b/private/aws-protocoltests-restjson/package.json index f341eec74aae..a70bf62d275b 100644 --- a/private/aws-protocoltests-restjson/package.json +++ b/private/aws-protocoltests-restjson/package.json @@ -28,33 +28,33 @@ "@aws-sdk/types": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@smithy/config-resolver": "^2.0.16", - "@smithy/fetch-http-handler": "^2.2.4", - "@smithy/hash-blob-browser": "^2.0.12", - "@smithy/hash-node": "^2.0.12", - "@smithy/hash-stream-node": "^2.0.12", - "@smithy/invalid-dependency": "^2.0.12", - "@smithy/md5-js": "^2.0.12", - "@smithy/middleware-apply-body-checksum": "^2.0.14", - "@smithy/middleware-content-length": "^2.0.14", - "@smithy/middleware-retry": "^2.0.18", - "@smithy/middleware-serde": "^2.0.12", - "@smithy/middleware-stack": "^2.0.6", - "@smithy/node-config-provider": "^2.1.3", - "@smithy/node-http-handler": "^2.1.8", - "@smithy/protocol-http": "^3.0.8", - "@smithy/querystring-builder": "^2.0.12", - "@smithy/smithy-client": "^2.1.12", - "@smithy/types": "^2.4.0", - "@smithy/url-parser": "^2.0.12", - "@smithy/util-base64": "^2.0.0", + "@smithy/config-resolver": "^2.0.18", + "@smithy/fetch-http-handler": "^2.2.6", + "@smithy/hash-blob-browser": "^2.0.14", + "@smithy/hash-node": "^2.0.15", + "@smithy/hash-stream-node": "^2.0.15", + "@smithy/invalid-dependency": "^2.0.13", + "@smithy/md5-js": "^2.0.15", + "@smithy/middleware-apply-body-checksum": "^2.0.15", + "@smithy/middleware-content-length": "^2.0.15", + "@smithy/middleware-retry": "^2.0.20", + "@smithy/middleware-serde": "^2.0.13", + "@smithy/middleware-stack": "^2.0.7", + "@smithy/node-config-provider": "^2.1.5", + "@smithy/node-http-handler": "^2.1.9", + "@smithy/protocol-http": "^3.0.9", + "@smithy/querystring-builder": "^2.0.13", + "@smithy/smithy-client": "^2.1.15", + "@smithy/types": "^2.5.0", + "@smithy/url-parser": "^2.0.13", + "@smithy/util-base64": "^2.0.1", "@smithy/util-body-length-browser": "^2.0.0", "@smithy/util-body-length-node": "^2.1.0", - "@smithy/util-defaults-mode-browser": "^2.0.16", - "@smithy/util-defaults-mode-node": "^2.0.21", - "@smithy/util-retry": "^2.0.5", - "@smithy/util-stream": "^2.0.17", - "@smithy/util-utf8": "^2.0.0", + "@smithy/util-defaults-mode-browser": "^2.0.19", + "@smithy/util-defaults-mode-node": "^2.0.25", + "@smithy/util-retry": "^2.0.6", + "@smithy/util-stream": "^2.0.20", + "@smithy/util-utf8": "^2.0.2", "tslib": "^2.5.0", "uuid": "^8.3.2" }, diff --git a/private/aws-protocoltests-restjson/src/commands/AllQueryStringTypesCommand.ts b/private/aws-protocoltests-restjson/src/commands/AllQueryStringTypesCommand.ts index a0c4a2871934..1b6ea1439b5e 100644 --- a/private/aws-protocoltests-restjson/src/commands/AllQueryStringTypesCommand.ts +++ b/private/aws-protocoltests-restjson/src/commands/AllQueryStringTypesCommand.ts @@ -109,16 +109,11 @@ export class AllQueryStringTypesCommand extends $Command< AllQueryStringTypesCommandOutput, RestJsonProtocolClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - /** * @public */ constructor(readonly input: AllQueryStringTypesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -168,7 +163,4 @@ export class AllQueryStringTypesCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_AllQueryStringTypesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/private/aws-protocoltests-restjson/src/commands/ConstantAndVariableQueryStringCommand.ts b/private/aws-protocoltests-restjson/src/commands/ConstantAndVariableQueryStringCommand.ts index 0f00bb839d81..5c84994ee489 100644 --- a/private/aws-protocoltests-restjson/src/commands/ConstantAndVariableQueryStringCommand.ts +++ b/private/aws-protocoltests-restjson/src/commands/ConstantAndVariableQueryStringCommand.ts @@ -73,16 +73,11 @@ export class ConstantAndVariableQueryStringCommand extends $Command< ConstantAndVariableQueryStringCommandOutput, RestJsonProtocolClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - /** * @public */ constructor(readonly input: ConstantAndVariableQueryStringCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -138,7 +133,4 @@ export class ConstantAndVariableQueryStringCommand extends $Command< ): Promise { return de_ConstantAndVariableQueryStringCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/private/aws-protocoltests-restjson/src/commands/ConstantQueryStringCommand.ts b/private/aws-protocoltests-restjson/src/commands/ConstantQueryStringCommand.ts index 6f9158842677..b0e07aabf917 100644 --- a/private/aws-protocoltests-restjson/src/commands/ConstantQueryStringCommand.ts +++ b/private/aws-protocoltests-restjson/src/commands/ConstantQueryStringCommand.ts @@ -70,16 +70,11 @@ export class ConstantQueryStringCommand extends $Command< ConstantQueryStringCommandOutput, RestJsonProtocolClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - /** * @public */ constructor(readonly input: ConstantQueryStringCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -129,7 +124,4 @@ export class ConstantQueryStringCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ConstantQueryStringCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/private/aws-protocoltests-restjson/src/commands/DatetimeOffsetsCommand.ts b/private/aws-protocoltests-restjson/src/commands/DatetimeOffsetsCommand.ts index 7f51ae163611..ee72b3412108 100644 --- a/private/aws-protocoltests-restjson/src/commands/DatetimeOffsetsCommand.ts +++ b/private/aws-protocoltests-restjson/src/commands/DatetimeOffsetsCommand.ts @@ -67,16 +67,11 @@ export class DatetimeOffsetsCommand extends $Command< DatetimeOffsetsCommandOutput, RestJsonProtocolClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - /** * @public */ constructor(readonly input: DatetimeOffsetsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -126,7 +121,4 @@ export class DatetimeOffsetsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DatetimeOffsetsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/private/aws-protocoltests-restjson/src/commands/DocumentTypeAsPayloadCommand.ts b/private/aws-protocoltests-restjson/src/commands/DocumentTypeAsPayloadCommand.ts index 218b2dff8228..62442f67c0c4 100644 --- a/private/aws-protocoltests-restjson/src/commands/DocumentTypeAsPayloadCommand.ts +++ b/private/aws-protocoltests-restjson/src/commands/DocumentTypeAsPayloadCommand.ts @@ -69,16 +69,11 @@ export class DocumentTypeAsPayloadCommand extends $Command< DocumentTypeAsPayloadCommandOutput, RestJsonProtocolClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - /** * @public */ constructor(readonly input: DocumentTypeAsPayloadCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -128,7 +123,4 @@ export class DocumentTypeAsPayloadCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DocumentTypeAsPayloadCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/private/aws-protocoltests-restjson/src/commands/DocumentTypeCommand.ts b/private/aws-protocoltests-restjson/src/commands/DocumentTypeCommand.ts index 325a6f8ed6d0..f5ecba0dc312 100644 --- a/private/aws-protocoltests-restjson/src/commands/DocumentTypeCommand.ts +++ b/private/aws-protocoltests-restjson/src/commands/DocumentTypeCommand.ts @@ -71,16 +71,11 @@ export class DocumentTypeCommand extends $Command< DocumentTypeCommandOutput, RestJsonProtocolClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - /** * @public */ constructor(readonly input: DocumentTypeCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -130,7 +125,4 @@ export class DocumentTypeCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DocumentTypeCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/private/aws-protocoltests-restjson/src/commands/EmptyInputAndEmptyOutputCommand.ts b/private/aws-protocoltests-restjson/src/commands/EmptyInputAndEmptyOutputCommand.ts index 54f9d84a7b92..281b7fed12bf 100644 --- a/private/aws-protocoltests-restjson/src/commands/EmptyInputAndEmptyOutputCommand.ts +++ b/private/aws-protocoltests-restjson/src/commands/EmptyInputAndEmptyOutputCommand.ts @@ -68,16 +68,11 @@ export class EmptyInputAndEmptyOutputCommand extends $Command< EmptyInputAndEmptyOutputCommandOutput, RestJsonProtocolClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - /** * @public */ constructor(readonly input: EmptyInputAndEmptyOutputCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -127,7 +122,4 @@ export class EmptyInputAndEmptyOutputCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_EmptyInputAndEmptyOutputCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/private/aws-protocoltests-restjson/src/commands/EndpointOperationCommand.ts b/private/aws-protocoltests-restjson/src/commands/EndpointOperationCommand.ts index 6250b6af4836..a6fc9c042635 100644 --- a/private/aws-protocoltests-restjson/src/commands/EndpointOperationCommand.ts +++ b/private/aws-protocoltests-restjson/src/commands/EndpointOperationCommand.ts @@ -64,16 +64,11 @@ export class EndpointOperationCommand extends $Command< EndpointOperationCommandOutput, RestJsonProtocolClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - /** * @public */ constructor(readonly input: EndpointOperationCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -123,7 +118,4 @@ export class EndpointOperationCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_EndpointOperationCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/private/aws-protocoltests-restjson/src/commands/EndpointWithHostLabelOperationCommand.ts b/private/aws-protocoltests-restjson/src/commands/EndpointWithHostLabelOperationCommand.ts index ff2582a6e2dc..922fb0781abc 100644 --- a/private/aws-protocoltests-restjson/src/commands/EndpointWithHostLabelOperationCommand.ts +++ b/private/aws-protocoltests-restjson/src/commands/EndpointWithHostLabelOperationCommand.ts @@ -70,16 +70,11 @@ export class EndpointWithHostLabelOperationCommand extends $Command< EndpointWithHostLabelOperationCommandOutput, RestJsonProtocolClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - /** * @public */ constructor(readonly input: EndpointWithHostLabelOperationCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -135,7 +130,4 @@ export class EndpointWithHostLabelOperationCommand extends $Command< ): Promise { return de_EndpointWithHostLabelOperationCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/private/aws-protocoltests-restjson/src/commands/FractionalSecondsCommand.ts b/private/aws-protocoltests-restjson/src/commands/FractionalSecondsCommand.ts index dda917e752b7..59bf38bc42a8 100644 --- a/private/aws-protocoltests-restjson/src/commands/FractionalSecondsCommand.ts +++ b/private/aws-protocoltests-restjson/src/commands/FractionalSecondsCommand.ts @@ -67,16 +67,11 @@ export class FractionalSecondsCommand extends $Command< FractionalSecondsCommandOutput, RestJsonProtocolClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - /** * @public */ constructor(readonly input: FractionalSecondsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -126,7 +121,4 @@ export class FractionalSecondsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_FractionalSecondsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/private/aws-protocoltests-restjson/src/commands/GreetingWithErrorsCommand.ts b/private/aws-protocoltests-restjson/src/commands/GreetingWithErrorsCommand.ts index a9fedbb147cf..318c316e7557 100644 --- a/private/aws-protocoltests-restjson/src/commands/GreetingWithErrorsCommand.ts +++ b/private/aws-protocoltests-restjson/src/commands/GreetingWithErrorsCommand.ts @@ -86,16 +86,11 @@ export class GreetingWithErrorsCommand extends $Command< GreetingWithErrorsCommandOutput, RestJsonProtocolClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - /** * @public */ constructor(readonly input: GreetingWithErrorsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -145,7 +140,4 @@ export class GreetingWithErrorsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GreetingWithErrorsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/private/aws-protocoltests-restjson/src/commands/HostWithPathOperationCommand.ts b/private/aws-protocoltests-restjson/src/commands/HostWithPathOperationCommand.ts index 08dc469fdbb5..9b665930a7b6 100644 --- a/private/aws-protocoltests-restjson/src/commands/HostWithPathOperationCommand.ts +++ b/private/aws-protocoltests-restjson/src/commands/HostWithPathOperationCommand.ts @@ -64,16 +64,11 @@ export class HostWithPathOperationCommand extends $Command< HostWithPathOperationCommandOutput, RestJsonProtocolClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - /** * @public */ constructor(readonly input: HostWithPathOperationCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -123,7 +118,4 @@ export class HostWithPathOperationCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_HostWithPathOperationCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/private/aws-protocoltests-restjson/src/commands/HttpChecksumRequiredCommand.ts b/private/aws-protocoltests-restjson/src/commands/HttpChecksumRequiredCommand.ts index 569f7d776942..fcd2d6ea2c71 100644 --- a/private/aws-protocoltests-restjson/src/commands/HttpChecksumRequiredCommand.ts +++ b/private/aws-protocoltests-restjson/src/commands/HttpChecksumRequiredCommand.ts @@ -70,16 +70,11 @@ export class HttpChecksumRequiredCommand extends $Command< HttpChecksumRequiredCommandOutput, RestJsonProtocolClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - /** * @public */ constructor(readonly input: HttpChecksumRequiredCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -130,7 +125,4 @@ export class HttpChecksumRequiredCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_HttpChecksumRequiredCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/private/aws-protocoltests-restjson/src/commands/HttpEnumPayloadCommand.ts b/private/aws-protocoltests-restjson/src/commands/HttpEnumPayloadCommand.ts index b42323c603e8..9193ef66327b 100644 --- a/private/aws-protocoltests-restjson/src/commands/HttpEnumPayloadCommand.ts +++ b/private/aws-protocoltests-restjson/src/commands/HttpEnumPayloadCommand.ts @@ -69,16 +69,11 @@ export class HttpEnumPayloadCommand extends $Command< HttpEnumPayloadCommandOutput, RestJsonProtocolClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - /** * @public */ constructor(readonly input: HttpEnumPayloadCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -128,7 +123,4 @@ export class HttpEnumPayloadCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_HttpEnumPayloadCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/private/aws-protocoltests-restjson/src/commands/HttpPayloadTraitsCommand.ts b/private/aws-protocoltests-restjson/src/commands/HttpPayloadTraitsCommand.ts index 098af27bc42a..903dd0d02c48 100644 --- a/private/aws-protocoltests-restjson/src/commands/HttpPayloadTraitsCommand.ts +++ b/private/aws-protocoltests-restjson/src/commands/HttpPayloadTraitsCommand.ts @@ -90,16 +90,11 @@ export class HttpPayloadTraitsCommand extends $Command< HttpPayloadTraitsCommandOutput, RestJsonProtocolClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - /** * @public */ constructor(readonly input: HttpPayloadTraitsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -149,7 +144,4 @@ export class HttpPayloadTraitsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_HttpPayloadTraitsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/private/aws-protocoltests-restjson/src/commands/HttpPayloadTraitsWithMediaTypeCommand.ts b/private/aws-protocoltests-restjson/src/commands/HttpPayloadTraitsWithMediaTypeCommand.ts index 94e77cdd2c00..b806b84baf56 100644 --- a/private/aws-protocoltests-restjson/src/commands/HttpPayloadTraitsWithMediaTypeCommand.ts +++ b/private/aws-protocoltests-restjson/src/commands/HttpPayloadTraitsWithMediaTypeCommand.ts @@ -96,16 +96,11 @@ export class HttpPayloadTraitsWithMediaTypeCommand extends $Command< HttpPayloadTraitsWithMediaTypeCommandOutput, RestJsonProtocolClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - /** * @public */ constructor(readonly input: HttpPayloadTraitsWithMediaTypeCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -161,7 +156,4 @@ export class HttpPayloadTraitsWithMediaTypeCommand extends $Command< ): Promise { return de_HttpPayloadTraitsWithMediaTypeCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/private/aws-protocoltests-restjson/src/commands/HttpPayloadWithStructureCommand.ts b/private/aws-protocoltests-restjson/src/commands/HttpPayloadWithStructureCommand.ts index 07edc9433f5a..80f6bf36976e 100644 --- a/private/aws-protocoltests-restjson/src/commands/HttpPayloadWithStructureCommand.ts +++ b/private/aws-protocoltests-restjson/src/commands/HttpPayloadWithStructureCommand.ts @@ -78,16 +78,11 @@ export class HttpPayloadWithStructureCommand extends $Command< HttpPayloadWithStructureCommandOutput, RestJsonProtocolClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - /** * @public */ constructor(readonly input: HttpPayloadWithStructureCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -137,7 +132,4 @@ export class HttpPayloadWithStructureCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_HttpPayloadWithStructureCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/private/aws-protocoltests-restjson/src/commands/HttpPayloadWithUnionCommand.ts b/private/aws-protocoltests-restjson/src/commands/HttpPayloadWithUnionCommand.ts index a26df6be110e..b3ebae9a1d59 100644 --- a/private/aws-protocoltests-restjson/src/commands/HttpPayloadWithUnionCommand.ts +++ b/private/aws-protocoltests-restjson/src/commands/HttpPayloadWithUnionCommand.ts @@ -73,16 +73,11 @@ export class HttpPayloadWithUnionCommand extends $Command< HttpPayloadWithUnionCommandOutput, RestJsonProtocolClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - /** * @public */ constructor(readonly input: HttpPayloadWithUnionCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -132,7 +127,4 @@ export class HttpPayloadWithUnionCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_HttpPayloadWithUnionCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/private/aws-protocoltests-restjson/src/commands/HttpPrefixHeadersCommand.ts b/private/aws-protocoltests-restjson/src/commands/HttpPrefixHeadersCommand.ts index e056dbf23fb4..21768044a01f 100644 --- a/private/aws-protocoltests-restjson/src/commands/HttpPrefixHeadersCommand.ts +++ b/private/aws-protocoltests-restjson/src/commands/HttpPrefixHeadersCommand.ts @@ -75,16 +75,11 @@ export class HttpPrefixHeadersCommand extends $Command< HttpPrefixHeadersCommandOutput, RestJsonProtocolClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - /** * @public */ constructor(readonly input: HttpPrefixHeadersCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -134,7 +129,4 @@ export class HttpPrefixHeadersCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_HttpPrefixHeadersCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/private/aws-protocoltests-restjson/src/commands/HttpPrefixHeadersInResponseCommand.ts b/private/aws-protocoltests-restjson/src/commands/HttpPrefixHeadersInResponseCommand.ts index b7de1aa9e79f..4d2ecec28a4c 100644 --- a/private/aws-protocoltests-restjson/src/commands/HttpPrefixHeadersInResponseCommand.ts +++ b/private/aws-protocoltests-restjson/src/commands/HttpPrefixHeadersInResponseCommand.ts @@ -72,16 +72,11 @@ export class HttpPrefixHeadersInResponseCommand extends $Command< HttpPrefixHeadersInResponseCommandOutput, RestJsonProtocolClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - /** * @public */ constructor(readonly input: HttpPrefixHeadersInResponseCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -134,7 +129,4 @@ export class HttpPrefixHeadersInResponseCommand extends $Command< ): Promise { return de_HttpPrefixHeadersInResponseCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/private/aws-protocoltests-restjson/src/commands/HttpRequestWithFloatLabelsCommand.ts b/private/aws-protocoltests-restjson/src/commands/HttpRequestWithFloatLabelsCommand.ts index fc1e08011486..cbab79f5f75e 100644 --- a/private/aws-protocoltests-restjson/src/commands/HttpRequestWithFloatLabelsCommand.ts +++ b/private/aws-protocoltests-restjson/src/commands/HttpRequestWithFloatLabelsCommand.ts @@ -68,16 +68,11 @@ export class HttpRequestWithFloatLabelsCommand extends $Command< HttpRequestWithFloatLabelsCommandOutput, RestJsonProtocolClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - /** * @public */ constructor(readonly input: HttpRequestWithFloatLabelsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -130,7 +125,4 @@ export class HttpRequestWithFloatLabelsCommand extends $Command< ): Promise { return de_HttpRequestWithFloatLabelsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/private/aws-protocoltests-restjson/src/commands/HttpRequestWithGreedyLabelInPathCommand.ts b/private/aws-protocoltests-restjson/src/commands/HttpRequestWithGreedyLabelInPathCommand.ts index f3167396a979..816e4d224986 100644 --- a/private/aws-protocoltests-restjson/src/commands/HttpRequestWithGreedyLabelInPathCommand.ts +++ b/private/aws-protocoltests-restjson/src/commands/HttpRequestWithGreedyLabelInPathCommand.ts @@ -71,16 +71,11 @@ export class HttpRequestWithGreedyLabelInPathCommand extends $Command< HttpRequestWithGreedyLabelInPathCommandOutput, RestJsonProtocolClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - /** * @public */ constructor(readonly input: HttpRequestWithGreedyLabelInPathCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -136,7 +131,4 @@ export class HttpRequestWithGreedyLabelInPathCommand extends $Command< ): Promise { return de_HttpRequestWithGreedyLabelInPathCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/private/aws-protocoltests-restjson/src/commands/HttpRequestWithLabelsAndTimestampFormatCommand.ts b/private/aws-protocoltests-restjson/src/commands/HttpRequestWithLabelsAndTimestampFormatCommand.ts index ed735c3a46ec..b861cb647e17 100644 --- a/private/aws-protocoltests-restjson/src/commands/HttpRequestWithLabelsAndTimestampFormatCommand.ts +++ b/private/aws-protocoltests-restjson/src/commands/HttpRequestWithLabelsAndTimestampFormatCommand.ts @@ -78,16 +78,11 @@ export class HttpRequestWithLabelsAndTimestampFormatCommand extends $Command< HttpRequestWithLabelsAndTimestampFormatCommandOutput, RestJsonProtocolClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - /** * @public */ constructor(readonly input: HttpRequestWithLabelsAndTimestampFormatCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -146,7 +141,4 @@ export class HttpRequestWithLabelsAndTimestampFormatCommand extends $Command< ): Promise { return de_HttpRequestWithLabelsAndTimestampFormatCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/private/aws-protocoltests-restjson/src/commands/HttpRequestWithLabelsCommand.ts b/private/aws-protocoltests-restjson/src/commands/HttpRequestWithLabelsCommand.ts index 3e5e3f1dd8a3..156659d49995 100644 --- a/private/aws-protocoltests-restjson/src/commands/HttpRequestWithLabelsCommand.ts +++ b/private/aws-protocoltests-restjson/src/commands/HttpRequestWithLabelsCommand.ts @@ -75,16 +75,11 @@ export class HttpRequestWithLabelsCommand extends $Command< HttpRequestWithLabelsCommandOutput, RestJsonProtocolClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - /** * @public */ constructor(readonly input: HttpRequestWithLabelsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -134,7 +129,4 @@ export class HttpRequestWithLabelsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_HttpRequestWithLabelsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/private/aws-protocoltests-restjson/src/commands/HttpRequestWithRegexLiteralCommand.ts b/private/aws-protocoltests-restjson/src/commands/HttpRequestWithRegexLiteralCommand.ts index 3cd98c07c872..63e58f429706 100644 --- a/private/aws-protocoltests-restjson/src/commands/HttpRequestWithRegexLiteralCommand.ts +++ b/private/aws-protocoltests-restjson/src/commands/HttpRequestWithRegexLiteralCommand.ts @@ -70,16 +70,11 @@ export class HttpRequestWithRegexLiteralCommand extends $Command< HttpRequestWithRegexLiteralCommandOutput, RestJsonProtocolClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - /** * @public */ constructor(readonly input: HttpRequestWithRegexLiteralCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -132,7 +127,4 @@ export class HttpRequestWithRegexLiteralCommand extends $Command< ): Promise { return de_HttpRequestWithRegexLiteralCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/private/aws-protocoltests-restjson/src/commands/HttpResponseCodeCommand.ts b/private/aws-protocoltests-restjson/src/commands/HttpResponseCodeCommand.ts index d87c416106b9..7455afea6113 100644 --- a/private/aws-protocoltests-restjson/src/commands/HttpResponseCodeCommand.ts +++ b/private/aws-protocoltests-restjson/src/commands/HttpResponseCodeCommand.ts @@ -67,16 +67,11 @@ export class HttpResponseCodeCommand extends $Command< HttpResponseCodeCommandOutput, RestJsonProtocolClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - /** * @public */ constructor(readonly input: HttpResponseCodeCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -126,7 +121,4 @@ export class HttpResponseCodeCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_HttpResponseCodeCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/private/aws-protocoltests-restjson/src/commands/HttpStringPayloadCommand.ts b/private/aws-protocoltests-restjson/src/commands/HttpStringPayloadCommand.ts index 313b34351435..009a90a4198a 100644 --- a/private/aws-protocoltests-restjson/src/commands/HttpStringPayloadCommand.ts +++ b/private/aws-protocoltests-restjson/src/commands/HttpStringPayloadCommand.ts @@ -69,16 +69,11 @@ export class HttpStringPayloadCommand extends $Command< HttpStringPayloadCommandOutput, RestJsonProtocolClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - /** * @public */ constructor(readonly input: HttpStringPayloadCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -128,7 +123,4 @@ export class HttpStringPayloadCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_HttpStringPayloadCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/private/aws-protocoltests-restjson/src/commands/IgnoreQueryParamsInResponseCommand.ts b/private/aws-protocoltests-restjson/src/commands/IgnoreQueryParamsInResponseCommand.ts index 00c1ba16baf1..4dcab483ad78 100644 --- a/private/aws-protocoltests-restjson/src/commands/IgnoreQueryParamsInResponseCommand.ts +++ b/private/aws-protocoltests-restjson/src/commands/IgnoreQueryParamsInResponseCommand.ts @@ -72,16 +72,11 @@ export class IgnoreQueryParamsInResponseCommand extends $Command< IgnoreQueryParamsInResponseCommandOutput, RestJsonProtocolClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - /** * @public */ constructor(readonly input: IgnoreQueryParamsInResponseCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -134,7 +129,4 @@ export class IgnoreQueryParamsInResponseCommand extends $Command< ): Promise { return de_IgnoreQueryParamsInResponseCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/private/aws-protocoltests-restjson/src/commands/InputAndOutputWithHeadersCommand.ts b/private/aws-protocoltests-restjson/src/commands/InputAndOutputWithHeadersCommand.ts index 7ecb883d7018..540374553b3e 100644 --- a/private/aws-protocoltests-restjson/src/commands/InputAndOutputWithHeadersCommand.ts +++ b/private/aws-protocoltests-restjson/src/commands/InputAndOutputWithHeadersCommand.ts @@ -132,16 +132,11 @@ export class InputAndOutputWithHeadersCommand extends $Command< InputAndOutputWithHeadersCommandOutput, RestJsonProtocolClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - /** * @public */ constructor(readonly input: InputAndOutputWithHeadersCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -194,7 +189,4 @@ export class InputAndOutputWithHeadersCommand extends $Command< ): Promise { return de_InputAndOutputWithHeadersCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/private/aws-protocoltests-restjson/src/commands/JsonBlobsCommand.ts b/private/aws-protocoltests-restjson/src/commands/JsonBlobsCommand.ts index 54aa71850f52..c052633dced5 100644 --- a/private/aws-protocoltests-restjson/src/commands/JsonBlobsCommand.ts +++ b/private/aws-protocoltests-restjson/src/commands/JsonBlobsCommand.ts @@ -69,16 +69,11 @@ export class JsonBlobsCommand extends $Command< JsonBlobsCommandOutput, RestJsonProtocolClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - /** * @public */ constructor(readonly input: JsonBlobsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -128,7 +123,4 @@ export class JsonBlobsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_JsonBlobsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/private/aws-protocoltests-restjson/src/commands/JsonEnumsCommand.ts b/private/aws-protocoltests-restjson/src/commands/JsonEnumsCommand.ts index 3f14418de658..912546f3cce1 100644 --- a/private/aws-protocoltests-restjson/src/commands/JsonEnumsCommand.ts +++ b/private/aws-protocoltests-restjson/src/commands/JsonEnumsCommand.ts @@ -91,16 +91,11 @@ export class JsonEnumsCommand extends $Command< JsonEnumsCommandOutput, RestJsonProtocolClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - /** * @public */ constructor(readonly input: JsonEnumsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -150,7 +145,4 @@ export class JsonEnumsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_JsonEnumsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/private/aws-protocoltests-restjson/src/commands/JsonIntEnumsCommand.ts b/private/aws-protocoltests-restjson/src/commands/JsonIntEnumsCommand.ts index b3e825997c77..ca358c778551 100644 --- a/private/aws-protocoltests-restjson/src/commands/JsonIntEnumsCommand.ts +++ b/private/aws-protocoltests-restjson/src/commands/JsonIntEnumsCommand.ts @@ -91,16 +91,11 @@ export class JsonIntEnumsCommand extends $Command< JsonIntEnumsCommandOutput, RestJsonProtocolClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - /** * @public */ constructor(readonly input: JsonIntEnumsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -150,7 +145,4 @@ export class JsonIntEnumsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_JsonIntEnumsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/private/aws-protocoltests-restjson/src/commands/JsonListsCommand.ts b/private/aws-protocoltests-restjson/src/commands/JsonListsCommand.ts index d6bd20b61e4b..461d93bc000b 100644 --- a/private/aws-protocoltests-restjson/src/commands/JsonListsCommand.ts +++ b/private/aws-protocoltests-restjson/src/commands/JsonListsCommand.ts @@ -143,16 +143,11 @@ export class JsonListsCommand extends $Command< JsonListsCommandOutput, RestJsonProtocolClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - /** * @public */ constructor(readonly input: JsonListsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -202,7 +197,4 @@ export class JsonListsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_JsonListsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/private/aws-protocoltests-restjson/src/commands/JsonMapsCommand.ts b/private/aws-protocoltests-restjson/src/commands/JsonMapsCommand.ts index 5a228b7874ac..98e1aad8a374 100644 --- a/private/aws-protocoltests-restjson/src/commands/JsonMapsCommand.ts +++ b/private/aws-protocoltests-restjson/src/commands/JsonMapsCommand.ts @@ -143,16 +143,11 @@ export class JsonMapsCommand extends $Command< JsonMapsCommandOutput, RestJsonProtocolClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - /** * @public */ constructor(readonly input: JsonMapsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -202,7 +197,4 @@ export class JsonMapsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_JsonMapsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/private/aws-protocoltests-restjson/src/commands/JsonTimestampsCommand.ts b/private/aws-protocoltests-restjson/src/commands/JsonTimestampsCommand.ts index 03b2267241e9..5de370ea6644 100644 --- a/private/aws-protocoltests-restjson/src/commands/JsonTimestampsCommand.ts +++ b/private/aws-protocoltests-restjson/src/commands/JsonTimestampsCommand.ts @@ -83,16 +83,11 @@ export class JsonTimestampsCommand extends $Command< JsonTimestampsCommandOutput, RestJsonProtocolClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - /** * @public */ constructor(readonly input: JsonTimestampsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -142,7 +137,4 @@ export class JsonTimestampsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_JsonTimestampsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/private/aws-protocoltests-restjson/src/commands/JsonUnionsCommand.ts b/private/aws-protocoltests-restjson/src/commands/JsonUnionsCommand.ts index 6a5a7da9e5f0..f59014a66ef1 100644 --- a/private/aws-protocoltests-restjson/src/commands/JsonUnionsCommand.ts +++ b/private/aws-protocoltests-restjson/src/commands/JsonUnionsCommand.ts @@ -107,16 +107,11 @@ export class JsonUnionsCommand extends $Command< JsonUnionsCommandOutput, RestJsonProtocolClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - /** * @public */ constructor(readonly input: JsonUnionsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -166,7 +161,4 @@ export class JsonUnionsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_JsonUnionsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/private/aws-protocoltests-restjson/src/commands/MalformedAcceptWithBodyCommand.ts b/private/aws-protocoltests-restjson/src/commands/MalformedAcceptWithBodyCommand.ts index 4b560667bb16..5aeb987454de 100644 --- a/private/aws-protocoltests-restjson/src/commands/MalformedAcceptWithBodyCommand.ts +++ b/private/aws-protocoltests-restjson/src/commands/MalformedAcceptWithBodyCommand.ts @@ -67,16 +67,11 @@ export class MalformedAcceptWithBodyCommand extends $Command< MalformedAcceptWithBodyCommandOutput, RestJsonProtocolClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - /** * @public */ constructor(readonly input: MalformedAcceptWithBodyCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -126,7 +121,4 @@ export class MalformedAcceptWithBodyCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_MalformedAcceptWithBodyCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/private/aws-protocoltests-restjson/src/commands/MalformedAcceptWithGenericStringCommand.ts b/private/aws-protocoltests-restjson/src/commands/MalformedAcceptWithGenericStringCommand.ts index 46f830a7aec4..027fff2e71d3 100644 --- a/private/aws-protocoltests-restjson/src/commands/MalformedAcceptWithGenericStringCommand.ts +++ b/private/aws-protocoltests-restjson/src/commands/MalformedAcceptWithGenericStringCommand.ts @@ -72,16 +72,11 @@ export class MalformedAcceptWithGenericStringCommand extends $Command< MalformedAcceptWithGenericStringCommandOutput, RestJsonProtocolClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - /** * @public */ constructor(readonly input: MalformedAcceptWithGenericStringCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -137,7 +132,4 @@ export class MalformedAcceptWithGenericStringCommand extends $Command< ): Promise { return de_MalformedAcceptWithGenericStringCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/private/aws-protocoltests-restjson/src/commands/MalformedAcceptWithPayloadCommand.ts b/private/aws-protocoltests-restjson/src/commands/MalformedAcceptWithPayloadCommand.ts index 367e4f02bdf8..353577c581a7 100644 --- a/private/aws-protocoltests-restjson/src/commands/MalformedAcceptWithPayloadCommand.ts +++ b/private/aws-protocoltests-restjson/src/commands/MalformedAcceptWithPayloadCommand.ts @@ -77,16 +77,11 @@ export class MalformedAcceptWithPayloadCommand extends $Command< MalformedAcceptWithPayloadCommandOutput, RestJsonProtocolClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - /** * @public */ constructor(readonly input: MalformedAcceptWithPayloadCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -139,7 +134,4 @@ export class MalformedAcceptWithPayloadCommand extends $Command< ): Promise { return de_MalformedAcceptWithPayloadCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/private/aws-protocoltests-restjson/src/commands/MalformedBlobCommand.ts b/private/aws-protocoltests-restjson/src/commands/MalformedBlobCommand.ts index 84b6da0ab7e5..fe907ce687db 100644 --- a/private/aws-protocoltests-restjson/src/commands/MalformedBlobCommand.ts +++ b/private/aws-protocoltests-restjson/src/commands/MalformedBlobCommand.ts @@ -67,16 +67,11 @@ export class MalformedBlobCommand extends $Command< MalformedBlobCommandOutput, RestJsonProtocolClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - /** * @public */ constructor(readonly input: MalformedBlobCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -126,7 +121,4 @@ export class MalformedBlobCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_MalformedBlobCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/private/aws-protocoltests-restjson/src/commands/MalformedBooleanCommand.ts b/private/aws-protocoltests-restjson/src/commands/MalformedBooleanCommand.ts index 40c8419c0700..569fa893b0fb 100644 --- a/private/aws-protocoltests-restjson/src/commands/MalformedBooleanCommand.ts +++ b/private/aws-protocoltests-restjson/src/commands/MalformedBooleanCommand.ts @@ -70,16 +70,11 @@ export class MalformedBooleanCommand extends $Command< MalformedBooleanCommandOutput, RestJsonProtocolClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - /** * @public */ constructor(readonly input: MalformedBooleanCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -129,7 +124,4 @@ export class MalformedBooleanCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_MalformedBooleanCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/private/aws-protocoltests-restjson/src/commands/MalformedByteCommand.ts b/private/aws-protocoltests-restjson/src/commands/MalformedByteCommand.ts index 87a4d97eb810..96278500fd78 100644 --- a/private/aws-protocoltests-restjson/src/commands/MalformedByteCommand.ts +++ b/private/aws-protocoltests-restjson/src/commands/MalformedByteCommand.ts @@ -70,16 +70,11 @@ export class MalformedByteCommand extends $Command< MalformedByteCommandOutput, RestJsonProtocolClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - /** * @public */ constructor(readonly input: MalformedByteCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -129,7 +124,4 @@ export class MalformedByteCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_MalformedByteCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/private/aws-protocoltests-restjson/src/commands/MalformedContentTypeWithBodyCommand.ts b/private/aws-protocoltests-restjson/src/commands/MalformedContentTypeWithBodyCommand.ts index 3160f42d0d88..00d4523ada77 100644 --- a/private/aws-protocoltests-restjson/src/commands/MalformedContentTypeWithBodyCommand.ts +++ b/private/aws-protocoltests-restjson/src/commands/MalformedContentTypeWithBodyCommand.ts @@ -70,16 +70,11 @@ export class MalformedContentTypeWithBodyCommand extends $Command< MalformedContentTypeWithBodyCommandOutput, RestJsonProtocolClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - /** * @public */ constructor(readonly input: MalformedContentTypeWithBodyCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -132,7 +127,4 @@ export class MalformedContentTypeWithBodyCommand extends $Command< ): Promise { return de_MalformedContentTypeWithBodyCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/private/aws-protocoltests-restjson/src/commands/MalformedContentTypeWithGenericStringCommand.ts b/private/aws-protocoltests-restjson/src/commands/MalformedContentTypeWithGenericStringCommand.ts index 33c9a62c8bfb..82614920aaa8 100644 --- a/private/aws-protocoltests-restjson/src/commands/MalformedContentTypeWithGenericStringCommand.ts +++ b/private/aws-protocoltests-restjson/src/commands/MalformedContentTypeWithGenericStringCommand.ts @@ -70,16 +70,11 @@ export class MalformedContentTypeWithGenericStringCommand extends $Command< MalformedContentTypeWithGenericStringCommandOutput, RestJsonProtocolClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - /** * @public */ constructor(readonly input: MalformedContentTypeWithGenericStringCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -135,7 +130,4 @@ export class MalformedContentTypeWithGenericStringCommand extends $Command< ): Promise { return de_MalformedContentTypeWithGenericStringCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/private/aws-protocoltests-restjson/src/commands/MalformedContentTypeWithPayloadCommand.ts b/private/aws-protocoltests-restjson/src/commands/MalformedContentTypeWithPayloadCommand.ts index d8e8b4cb44c3..4cb00c476212 100644 --- a/private/aws-protocoltests-restjson/src/commands/MalformedContentTypeWithPayloadCommand.ts +++ b/private/aws-protocoltests-restjson/src/commands/MalformedContentTypeWithPayloadCommand.ts @@ -78,16 +78,11 @@ export class MalformedContentTypeWithPayloadCommand extends $Command< MalformedContentTypeWithPayloadCommandOutput, RestJsonProtocolClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - /** * @public */ constructor(readonly input: MalformedContentTypeWithPayloadCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -143,7 +138,4 @@ export class MalformedContentTypeWithPayloadCommand extends $Command< ): Promise { return de_MalformedContentTypeWithPayloadCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/private/aws-protocoltests-restjson/src/commands/MalformedContentTypeWithoutBodyCommand.ts b/private/aws-protocoltests-restjson/src/commands/MalformedContentTypeWithoutBodyCommand.ts index b8f9167306be..fea6bce5c7d0 100644 --- a/private/aws-protocoltests-restjson/src/commands/MalformedContentTypeWithoutBodyCommand.ts +++ b/private/aws-protocoltests-restjson/src/commands/MalformedContentTypeWithoutBodyCommand.ts @@ -67,16 +67,11 @@ export class MalformedContentTypeWithoutBodyCommand extends $Command< MalformedContentTypeWithoutBodyCommandOutput, RestJsonProtocolClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - /** * @public */ constructor(readonly input: MalformedContentTypeWithoutBodyCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -132,7 +127,4 @@ export class MalformedContentTypeWithoutBodyCommand extends $Command< ): Promise { return de_MalformedContentTypeWithoutBodyCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/private/aws-protocoltests-restjson/src/commands/MalformedDoubleCommand.ts b/private/aws-protocoltests-restjson/src/commands/MalformedDoubleCommand.ts index 8cc2304b4d9d..b66759b09672 100644 --- a/private/aws-protocoltests-restjson/src/commands/MalformedDoubleCommand.ts +++ b/private/aws-protocoltests-restjson/src/commands/MalformedDoubleCommand.ts @@ -70,16 +70,11 @@ export class MalformedDoubleCommand extends $Command< MalformedDoubleCommandOutput, RestJsonProtocolClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - /** * @public */ constructor(readonly input: MalformedDoubleCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -129,7 +124,4 @@ export class MalformedDoubleCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_MalformedDoubleCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/private/aws-protocoltests-restjson/src/commands/MalformedFloatCommand.ts b/private/aws-protocoltests-restjson/src/commands/MalformedFloatCommand.ts index 1b9a3b71c1b3..f6e34e1aadd1 100644 --- a/private/aws-protocoltests-restjson/src/commands/MalformedFloatCommand.ts +++ b/private/aws-protocoltests-restjson/src/commands/MalformedFloatCommand.ts @@ -70,16 +70,11 @@ export class MalformedFloatCommand extends $Command< MalformedFloatCommandOutput, RestJsonProtocolClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - /** * @public */ constructor(readonly input: MalformedFloatCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -129,7 +124,4 @@ export class MalformedFloatCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_MalformedFloatCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/private/aws-protocoltests-restjson/src/commands/MalformedIntegerCommand.ts b/private/aws-protocoltests-restjson/src/commands/MalformedIntegerCommand.ts index 32e3ea681b00..792c07d25522 100644 --- a/private/aws-protocoltests-restjson/src/commands/MalformedIntegerCommand.ts +++ b/private/aws-protocoltests-restjson/src/commands/MalformedIntegerCommand.ts @@ -70,16 +70,11 @@ export class MalformedIntegerCommand extends $Command< MalformedIntegerCommandOutput, RestJsonProtocolClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - /** * @public */ constructor(readonly input: MalformedIntegerCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -129,7 +124,4 @@ export class MalformedIntegerCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_MalformedIntegerCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/private/aws-protocoltests-restjson/src/commands/MalformedListCommand.ts b/private/aws-protocoltests-restjson/src/commands/MalformedListCommand.ts index 8ca811c94771..6786204bf51b 100644 --- a/private/aws-protocoltests-restjson/src/commands/MalformedListCommand.ts +++ b/private/aws-protocoltests-restjson/src/commands/MalformedListCommand.ts @@ -69,16 +69,11 @@ export class MalformedListCommand extends $Command< MalformedListCommandOutput, RestJsonProtocolClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - /** * @public */ constructor(readonly input: MalformedListCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -128,7 +123,4 @@ export class MalformedListCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_MalformedListCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/private/aws-protocoltests-restjson/src/commands/MalformedLongCommand.ts b/private/aws-protocoltests-restjson/src/commands/MalformedLongCommand.ts index c9a6e08e4992..29185b18ca80 100644 --- a/private/aws-protocoltests-restjson/src/commands/MalformedLongCommand.ts +++ b/private/aws-protocoltests-restjson/src/commands/MalformedLongCommand.ts @@ -70,16 +70,11 @@ export class MalformedLongCommand extends $Command< MalformedLongCommandOutput, RestJsonProtocolClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - /** * @public */ constructor(readonly input: MalformedLongCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -129,7 +124,4 @@ export class MalformedLongCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_MalformedLongCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/private/aws-protocoltests-restjson/src/commands/MalformedMapCommand.ts b/private/aws-protocoltests-restjson/src/commands/MalformedMapCommand.ts index 8d0c4f8844d8..0ee483a8cce7 100644 --- a/private/aws-protocoltests-restjson/src/commands/MalformedMapCommand.ts +++ b/private/aws-protocoltests-restjson/src/commands/MalformedMapCommand.ts @@ -69,16 +69,11 @@ export class MalformedMapCommand extends $Command< MalformedMapCommandOutput, RestJsonProtocolClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - /** * @public */ constructor(readonly input: MalformedMapCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -128,7 +123,4 @@ export class MalformedMapCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_MalformedMapCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/private/aws-protocoltests-restjson/src/commands/MalformedRequestBodyCommand.ts b/private/aws-protocoltests-restjson/src/commands/MalformedRequestBodyCommand.ts index 93b6275c4c02..d07f367f7b70 100644 --- a/private/aws-protocoltests-restjson/src/commands/MalformedRequestBodyCommand.ts +++ b/private/aws-protocoltests-restjson/src/commands/MalformedRequestBodyCommand.ts @@ -68,16 +68,11 @@ export class MalformedRequestBodyCommand extends $Command< MalformedRequestBodyCommandOutput, RestJsonProtocolClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - /** * @public */ constructor(readonly input: MalformedRequestBodyCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -127,7 +122,4 @@ export class MalformedRequestBodyCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_MalformedRequestBodyCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/private/aws-protocoltests-restjson/src/commands/MalformedShortCommand.ts b/private/aws-protocoltests-restjson/src/commands/MalformedShortCommand.ts index 06e10ab88cad..823503a56d90 100644 --- a/private/aws-protocoltests-restjson/src/commands/MalformedShortCommand.ts +++ b/private/aws-protocoltests-restjson/src/commands/MalformedShortCommand.ts @@ -70,16 +70,11 @@ export class MalformedShortCommand extends $Command< MalformedShortCommandOutput, RestJsonProtocolClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - /** * @public */ constructor(readonly input: MalformedShortCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -129,7 +124,4 @@ export class MalformedShortCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_MalformedShortCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/private/aws-protocoltests-restjson/src/commands/MalformedStringCommand.ts b/private/aws-protocoltests-restjson/src/commands/MalformedStringCommand.ts index 138de7579f4b..dd269492fcec 100644 --- a/private/aws-protocoltests-restjson/src/commands/MalformedStringCommand.ts +++ b/private/aws-protocoltests-restjson/src/commands/MalformedStringCommand.ts @@ -67,16 +67,11 @@ export class MalformedStringCommand extends $Command< MalformedStringCommandOutput, RestJsonProtocolClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - /** * @public */ constructor(readonly input: MalformedStringCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -126,7 +121,4 @@ export class MalformedStringCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_MalformedStringCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/private/aws-protocoltests-restjson/src/commands/MalformedTimestampBodyDateTimeCommand.ts b/private/aws-protocoltests-restjson/src/commands/MalformedTimestampBodyDateTimeCommand.ts index e953c9c2018e..bf5049a82ba1 100644 --- a/private/aws-protocoltests-restjson/src/commands/MalformedTimestampBodyDateTimeCommand.ts +++ b/private/aws-protocoltests-restjson/src/commands/MalformedTimestampBodyDateTimeCommand.ts @@ -70,16 +70,11 @@ export class MalformedTimestampBodyDateTimeCommand extends $Command< MalformedTimestampBodyDateTimeCommandOutput, RestJsonProtocolClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - /** * @public */ constructor(readonly input: MalformedTimestampBodyDateTimeCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -135,7 +130,4 @@ export class MalformedTimestampBodyDateTimeCommand extends $Command< ): Promise { return de_MalformedTimestampBodyDateTimeCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/private/aws-protocoltests-restjson/src/commands/MalformedTimestampBodyDefaultCommand.ts b/private/aws-protocoltests-restjson/src/commands/MalformedTimestampBodyDefaultCommand.ts index e67434ecfed5..e550aba2b201 100644 --- a/private/aws-protocoltests-restjson/src/commands/MalformedTimestampBodyDefaultCommand.ts +++ b/private/aws-protocoltests-restjson/src/commands/MalformedTimestampBodyDefaultCommand.ts @@ -70,16 +70,11 @@ export class MalformedTimestampBodyDefaultCommand extends $Command< MalformedTimestampBodyDefaultCommandOutput, RestJsonProtocolClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - /** * @public */ constructor(readonly input: MalformedTimestampBodyDefaultCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -132,7 +127,4 @@ export class MalformedTimestampBodyDefaultCommand extends $Command< ): Promise { return de_MalformedTimestampBodyDefaultCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/private/aws-protocoltests-restjson/src/commands/MalformedTimestampBodyHttpDateCommand.ts b/private/aws-protocoltests-restjson/src/commands/MalformedTimestampBodyHttpDateCommand.ts index ca1e244f668c..851443fa5004 100644 --- a/private/aws-protocoltests-restjson/src/commands/MalformedTimestampBodyHttpDateCommand.ts +++ b/private/aws-protocoltests-restjson/src/commands/MalformedTimestampBodyHttpDateCommand.ts @@ -70,16 +70,11 @@ export class MalformedTimestampBodyHttpDateCommand extends $Command< MalformedTimestampBodyHttpDateCommandOutput, RestJsonProtocolClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - /** * @public */ constructor(readonly input: MalformedTimestampBodyHttpDateCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -135,7 +130,4 @@ export class MalformedTimestampBodyHttpDateCommand extends $Command< ): Promise { return de_MalformedTimestampBodyHttpDateCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/private/aws-protocoltests-restjson/src/commands/MalformedTimestampHeaderDateTimeCommand.ts b/private/aws-protocoltests-restjson/src/commands/MalformedTimestampHeaderDateTimeCommand.ts index bbfaa8cf3bec..839972ab4499 100644 --- a/private/aws-protocoltests-restjson/src/commands/MalformedTimestampHeaderDateTimeCommand.ts +++ b/private/aws-protocoltests-restjson/src/commands/MalformedTimestampHeaderDateTimeCommand.ts @@ -70,16 +70,11 @@ export class MalformedTimestampHeaderDateTimeCommand extends $Command< MalformedTimestampHeaderDateTimeCommandOutput, RestJsonProtocolClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - /** * @public */ constructor(readonly input: MalformedTimestampHeaderDateTimeCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -135,7 +130,4 @@ export class MalformedTimestampHeaderDateTimeCommand extends $Command< ): Promise { return de_MalformedTimestampHeaderDateTimeCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/private/aws-protocoltests-restjson/src/commands/MalformedTimestampHeaderDefaultCommand.ts b/private/aws-protocoltests-restjson/src/commands/MalformedTimestampHeaderDefaultCommand.ts index 67e0eb7b2f71..b8d81d7f0536 100644 --- a/private/aws-protocoltests-restjson/src/commands/MalformedTimestampHeaderDefaultCommand.ts +++ b/private/aws-protocoltests-restjson/src/commands/MalformedTimestampHeaderDefaultCommand.ts @@ -70,16 +70,11 @@ export class MalformedTimestampHeaderDefaultCommand extends $Command< MalformedTimestampHeaderDefaultCommandOutput, RestJsonProtocolClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - /** * @public */ constructor(readonly input: MalformedTimestampHeaderDefaultCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -135,7 +130,4 @@ export class MalformedTimestampHeaderDefaultCommand extends $Command< ): Promise { return de_MalformedTimestampHeaderDefaultCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/private/aws-protocoltests-restjson/src/commands/MalformedTimestampHeaderEpochCommand.ts b/private/aws-protocoltests-restjson/src/commands/MalformedTimestampHeaderEpochCommand.ts index b25e8a24818f..985d23de2178 100644 --- a/private/aws-protocoltests-restjson/src/commands/MalformedTimestampHeaderEpochCommand.ts +++ b/private/aws-protocoltests-restjson/src/commands/MalformedTimestampHeaderEpochCommand.ts @@ -70,16 +70,11 @@ export class MalformedTimestampHeaderEpochCommand extends $Command< MalformedTimestampHeaderEpochCommandOutput, RestJsonProtocolClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - /** * @public */ constructor(readonly input: MalformedTimestampHeaderEpochCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -132,7 +127,4 @@ export class MalformedTimestampHeaderEpochCommand extends $Command< ): Promise { return de_MalformedTimestampHeaderEpochCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/private/aws-protocoltests-restjson/src/commands/MalformedTimestampPathDefaultCommand.ts b/private/aws-protocoltests-restjson/src/commands/MalformedTimestampPathDefaultCommand.ts index f22d78ba5958..1897a6ad9cb1 100644 --- a/private/aws-protocoltests-restjson/src/commands/MalformedTimestampPathDefaultCommand.ts +++ b/private/aws-protocoltests-restjson/src/commands/MalformedTimestampPathDefaultCommand.ts @@ -70,16 +70,11 @@ export class MalformedTimestampPathDefaultCommand extends $Command< MalformedTimestampPathDefaultCommandOutput, RestJsonProtocolClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - /** * @public */ constructor(readonly input: MalformedTimestampPathDefaultCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -132,7 +127,4 @@ export class MalformedTimestampPathDefaultCommand extends $Command< ): Promise { return de_MalformedTimestampPathDefaultCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/private/aws-protocoltests-restjson/src/commands/MalformedTimestampPathEpochCommand.ts b/private/aws-protocoltests-restjson/src/commands/MalformedTimestampPathEpochCommand.ts index f45b6ceaba0f..40cd11654053 100644 --- a/private/aws-protocoltests-restjson/src/commands/MalformedTimestampPathEpochCommand.ts +++ b/private/aws-protocoltests-restjson/src/commands/MalformedTimestampPathEpochCommand.ts @@ -70,16 +70,11 @@ export class MalformedTimestampPathEpochCommand extends $Command< MalformedTimestampPathEpochCommandOutput, RestJsonProtocolClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - /** * @public */ constructor(readonly input: MalformedTimestampPathEpochCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -132,7 +127,4 @@ export class MalformedTimestampPathEpochCommand extends $Command< ): Promise { return de_MalformedTimestampPathEpochCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/private/aws-protocoltests-restjson/src/commands/MalformedTimestampPathHttpDateCommand.ts b/private/aws-protocoltests-restjson/src/commands/MalformedTimestampPathHttpDateCommand.ts index bac877566bdf..77e2ab6d31d3 100644 --- a/private/aws-protocoltests-restjson/src/commands/MalformedTimestampPathHttpDateCommand.ts +++ b/private/aws-protocoltests-restjson/src/commands/MalformedTimestampPathHttpDateCommand.ts @@ -70,16 +70,11 @@ export class MalformedTimestampPathHttpDateCommand extends $Command< MalformedTimestampPathHttpDateCommandOutput, RestJsonProtocolClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - /** * @public */ constructor(readonly input: MalformedTimestampPathHttpDateCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -135,7 +130,4 @@ export class MalformedTimestampPathHttpDateCommand extends $Command< ): Promise { return de_MalformedTimestampPathHttpDateCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/private/aws-protocoltests-restjson/src/commands/MalformedTimestampQueryDefaultCommand.ts b/private/aws-protocoltests-restjson/src/commands/MalformedTimestampQueryDefaultCommand.ts index 927f93db51a0..54ade6cdcf05 100644 --- a/private/aws-protocoltests-restjson/src/commands/MalformedTimestampQueryDefaultCommand.ts +++ b/private/aws-protocoltests-restjson/src/commands/MalformedTimestampQueryDefaultCommand.ts @@ -70,16 +70,11 @@ export class MalformedTimestampQueryDefaultCommand extends $Command< MalformedTimestampQueryDefaultCommandOutput, RestJsonProtocolClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - /** * @public */ constructor(readonly input: MalformedTimestampQueryDefaultCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -135,7 +130,4 @@ export class MalformedTimestampQueryDefaultCommand extends $Command< ): Promise { return de_MalformedTimestampQueryDefaultCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/private/aws-protocoltests-restjson/src/commands/MalformedTimestampQueryEpochCommand.ts b/private/aws-protocoltests-restjson/src/commands/MalformedTimestampQueryEpochCommand.ts index 865f3883956b..ae9a4d2edddf 100644 --- a/private/aws-protocoltests-restjson/src/commands/MalformedTimestampQueryEpochCommand.ts +++ b/private/aws-protocoltests-restjson/src/commands/MalformedTimestampQueryEpochCommand.ts @@ -70,16 +70,11 @@ export class MalformedTimestampQueryEpochCommand extends $Command< MalformedTimestampQueryEpochCommandOutput, RestJsonProtocolClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - /** * @public */ constructor(readonly input: MalformedTimestampQueryEpochCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -132,7 +127,4 @@ export class MalformedTimestampQueryEpochCommand extends $Command< ): Promise { return de_MalformedTimestampQueryEpochCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/private/aws-protocoltests-restjson/src/commands/MalformedTimestampQueryHttpDateCommand.ts b/private/aws-protocoltests-restjson/src/commands/MalformedTimestampQueryHttpDateCommand.ts index c6257f026840..0824fd57acc2 100644 --- a/private/aws-protocoltests-restjson/src/commands/MalformedTimestampQueryHttpDateCommand.ts +++ b/private/aws-protocoltests-restjson/src/commands/MalformedTimestampQueryHttpDateCommand.ts @@ -70,16 +70,11 @@ export class MalformedTimestampQueryHttpDateCommand extends $Command< MalformedTimestampQueryHttpDateCommandOutput, RestJsonProtocolClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - /** * @public */ constructor(readonly input: MalformedTimestampQueryHttpDateCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -135,7 +130,4 @@ export class MalformedTimestampQueryHttpDateCommand extends $Command< ): Promise { return de_MalformedTimestampQueryHttpDateCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/private/aws-protocoltests-restjson/src/commands/MalformedUnionCommand.ts b/private/aws-protocoltests-restjson/src/commands/MalformedUnionCommand.ts index c9bfa2c64c87..f52061898742 100644 --- a/private/aws-protocoltests-restjson/src/commands/MalformedUnionCommand.ts +++ b/private/aws-protocoltests-restjson/src/commands/MalformedUnionCommand.ts @@ -70,16 +70,11 @@ export class MalformedUnionCommand extends $Command< MalformedUnionCommandOutput, RestJsonProtocolClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - /** * @public */ constructor(readonly input: MalformedUnionCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -129,7 +124,4 @@ export class MalformedUnionCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_MalformedUnionCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/private/aws-protocoltests-restjson/src/commands/MediaTypeHeaderCommand.ts b/private/aws-protocoltests-restjson/src/commands/MediaTypeHeaderCommand.ts index 4825f19fb300..9529d7a62060 100644 --- a/private/aws-protocoltests-restjson/src/commands/MediaTypeHeaderCommand.ts +++ b/private/aws-protocoltests-restjson/src/commands/MediaTypeHeaderCommand.ts @@ -69,16 +69,11 @@ export class MediaTypeHeaderCommand extends $Command< MediaTypeHeaderCommandOutput, RestJsonProtocolClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - /** * @public */ constructor(readonly input: MediaTypeHeaderCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -128,7 +123,4 @@ export class MediaTypeHeaderCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_MediaTypeHeaderCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/private/aws-protocoltests-restjson/src/commands/NoInputAndNoOutputCommand.ts b/private/aws-protocoltests-restjson/src/commands/NoInputAndNoOutputCommand.ts index c82b474dfbf2..190449c693f3 100644 --- a/private/aws-protocoltests-restjson/src/commands/NoInputAndNoOutputCommand.ts +++ b/private/aws-protocoltests-restjson/src/commands/NoInputAndNoOutputCommand.ts @@ -66,16 +66,11 @@ export class NoInputAndNoOutputCommand extends $Command< NoInputAndNoOutputCommandOutput, RestJsonProtocolClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - /** * @public */ constructor(readonly input: NoInputAndNoOutputCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -125,7 +120,4 @@ export class NoInputAndNoOutputCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_NoInputAndNoOutputCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/private/aws-protocoltests-restjson/src/commands/NoInputAndOutputCommand.ts b/private/aws-protocoltests-restjson/src/commands/NoInputAndOutputCommand.ts index 52f2ccf78170..cccd00d8fce1 100644 --- a/private/aws-protocoltests-restjson/src/commands/NoInputAndOutputCommand.ts +++ b/private/aws-protocoltests-restjson/src/commands/NoInputAndOutputCommand.ts @@ -68,16 +68,11 @@ export class NoInputAndOutputCommand extends $Command< NoInputAndOutputCommandOutput, RestJsonProtocolClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - /** * @public */ constructor(readonly input: NoInputAndOutputCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -127,7 +122,4 @@ export class NoInputAndOutputCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_NoInputAndOutputCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/private/aws-protocoltests-restjson/src/commands/NullAndEmptyHeadersClientCommand.ts b/private/aws-protocoltests-restjson/src/commands/NullAndEmptyHeadersClientCommand.ts index ceb5486ddaae..97490773d695 100644 --- a/private/aws-protocoltests-restjson/src/commands/NullAndEmptyHeadersClientCommand.ts +++ b/private/aws-protocoltests-restjson/src/commands/NullAndEmptyHeadersClientCommand.ts @@ -77,16 +77,11 @@ export class NullAndEmptyHeadersClientCommand extends $Command< NullAndEmptyHeadersClientCommandOutput, RestJsonProtocolClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - /** * @public */ constructor(readonly input: NullAndEmptyHeadersClientCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -139,7 +134,4 @@ export class NullAndEmptyHeadersClientCommand extends $Command< ): Promise { return de_NullAndEmptyHeadersClientCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/private/aws-protocoltests-restjson/src/commands/NullAndEmptyHeadersServerCommand.ts b/private/aws-protocoltests-restjson/src/commands/NullAndEmptyHeadersServerCommand.ts index 73f3509fb4ee..d31f8888a11c 100644 --- a/private/aws-protocoltests-restjson/src/commands/NullAndEmptyHeadersServerCommand.ts +++ b/private/aws-protocoltests-restjson/src/commands/NullAndEmptyHeadersServerCommand.ts @@ -77,16 +77,11 @@ export class NullAndEmptyHeadersServerCommand extends $Command< NullAndEmptyHeadersServerCommandOutput, RestJsonProtocolClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - /** * @public */ constructor(readonly input: NullAndEmptyHeadersServerCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -139,7 +134,4 @@ export class NullAndEmptyHeadersServerCommand extends $Command< ): Promise { return de_NullAndEmptyHeadersServerCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/private/aws-protocoltests-restjson/src/commands/OmitsNullSerializesEmptyStringCommand.ts b/private/aws-protocoltests-restjson/src/commands/OmitsNullSerializesEmptyStringCommand.ts index 1a0500b1ae6c..d2e2fd00bd47 100644 --- a/private/aws-protocoltests-restjson/src/commands/OmitsNullSerializesEmptyStringCommand.ts +++ b/private/aws-protocoltests-restjson/src/commands/OmitsNullSerializesEmptyStringCommand.ts @@ -71,16 +71,11 @@ export class OmitsNullSerializesEmptyStringCommand extends $Command< OmitsNullSerializesEmptyStringCommandOutput, RestJsonProtocolClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - /** * @public */ constructor(readonly input: OmitsNullSerializesEmptyStringCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -136,7 +131,4 @@ export class OmitsNullSerializesEmptyStringCommand extends $Command< ): Promise { return de_OmitsNullSerializesEmptyStringCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/private/aws-protocoltests-restjson/src/commands/OmitsSerializingEmptyListsCommand.ts b/private/aws-protocoltests-restjson/src/commands/OmitsSerializingEmptyListsCommand.ts index be7819f7c90d..2cded4a882aa 100644 --- a/private/aws-protocoltests-restjson/src/commands/OmitsSerializingEmptyListsCommand.ts +++ b/private/aws-protocoltests-restjson/src/commands/OmitsSerializingEmptyListsCommand.ts @@ -89,16 +89,11 @@ export class OmitsSerializingEmptyListsCommand extends $Command< OmitsSerializingEmptyListsCommandOutput, RestJsonProtocolClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - /** * @public */ constructor(readonly input: OmitsSerializingEmptyListsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -151,7 +146,4 @@ export class OmitsSerializingEmptyListsCommand extends $Command< ): Promise { return de_OmitsSerializingEmptyListsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/private/aws-protocoltests-restjson/src/commands/PostPlayerActionCommand.ts b/private/aws-protocoltests-restjson/src/commands/PostPlayerActionCommand.ts index 876714c55978..3ba7dc8ed7e5 100644 --- a/private/aws-protocoltests-restjson/src/commands/PostPlayerActionCommand.ts +++ b/private/aws-protocoltests-restjson/src/commands/PostPlayerActionCommand.ts @@ -73,16 +73,11 @@ export class PostPlayerActionCommand extends $Command< PostPlayerActionCommandOutput, RestJsonProtocolClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - /** * @public */ constructor(readonly input: PostPlayerActionCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -132,7 +127,4 @@ export class PostPlayerActionCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_PostPlayerActionCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/private/aws-protocoltests-restjson/src/commands/PostUnionWithJsonNameCommand.ts b/private/aws-protocoltests-restjson/src/commands/PostUnionWithJsonNameCommand.ts index 96d07affea37..b86e938b5f54 100644 --- a/private/aws-protocoltests-restjson/src/commands/PostUnionWithJsonNameCommand.ts +++ b/private/aws-protocoltests-restjson/src/commands/PostUnionWithJsonNameCommand.ts @@ -77,16 +77,11 @@ export class PostUnionWithJsonNameCommand extends $Command< PostUnionWithJsonNameCommandOutput, RestJsonProtocolClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - /** * @public */ constructor(readonly input: PostUnionWithJsonNameCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -136,7 +131,4 @@ export class PostUnionWithJsonNameCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_PostUnionWithJsonNameCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/private/aws-protocoltests-restjson/src/commands/PutWithContentEncodingCommand.ts b/private/aws-protocoltests-restjson/src/commands/PutWithContentEncodingCommand.ts index 52ae859136d3..151b89af1e2e 100644 --- a/private/aws-protocoltests-restjson/src/commands/PutWithContentEncodingCommand.ts +++ b/private/aws-protocoltests-restjson/src/commands/PutWithContentEncodingCommand.ts @@ -68,16 +68,11 @@ export class PutWithContentEncodingCommand extends $Command< PutWithContentEncodingCommandOutput, RestJsonProtocolClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - /** * @public */ constructor(readonly input: PutWithContentEncodingCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -127,7 +122,4 @@ export class PutWithContentEncodingCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_PutWithContentEncodingCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/private/aws-protocoltests-restjson/src/commands/QueryIdempotencyTokenAutoFillCommand.ts b/private/aws-protocoltests-restjson/src/commands/QueryIdempotencyTokenAutoFillCommand.ts index 005bc590df7c..fc2f46529550 100644 --- a/private/aws-protocoltests-restjson/src/commands/QueryIdempotencyTokenAutoFillCommand.ts +++ b/private/aws-protocoltests-restjson/src/commands/QueryIdempotencyTokenAutoFillCommand.ts @@ -70,16 +70,11 @@ export class QueryIdempotencyTokenAutoFillCommand extends $Command< QueryIdempotencyTokenAutoFillCommandOutput, RestJsonProtocolClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - /** * @public */ constructor(readonly input: QueryIdempotencyTokenAutoFillCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -132,7 +127,4 @@ export class QueryIdempotencyTokenAutoFillCommand extends $Command< ): Promise { return de_QueryIdempotencyTokenAutoFillCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/private/aws-protocoltests-restjson/src/commands/QueryParamsAsStringListMapCommand.ts b/private/aws-protocoltests-restjson/src/commands/QueryParamsAsStringListMapCommand.ts index 4493d6eecd52..e0115e09f721 100644 --- a/private/aws-protocoltests-restjson/src/commands/QueryParamsAsStringListMapCommand.ts +++ b/private/aws-protocoltests-restjson/src/commands/QueryParamsAsStringListMapCommand.ts @@ -72,16 +72,11 @@ export class QueryParamsAsStringListMapCommand extends $Command< QueryParamsAsStringListMapCommandOutput, RestJsonProtocolClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - /** * @public */ constructor(readonly input: QueryParamsAsStringListMapCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -134,7 +129,4 @@ export class QueryParamsAsStringListMapCommand extends $Command< ): Promise { return de_QueryParamsAsStringListMapCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/private/aws-protocoltests-restjson/src/commands/QueryPrecedenceCommand.ts b/private/aws-protocoltests-restjson/src/commands/QueryPrecedenceCommand.ts index ec9e6c188f8c..96cd63d3d95c 100644 --- a/private/aws-protocoltests-restjson/src/commands/QueryPrecedenceCommand.ts +++ b/private/aws-protocoltests-restjson/src/commands/QueryPrecedenceCommand.ts @@ -70,16 +70,11 @@ export class QueryPrecedenceCommand extends $Command< QueryPrecedenceCommandOutput, RestJsonProtocolClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - /** * @public */ constructor(readonly input: QueryPrecedenceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -129,7 +124,4 @@ export class QueryPrecedenceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_QueryPrecedenceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/private/aws-protocoltests-restjson/src/commands/RecursiveShapesCommand.ts b/private/aws-protocoltests-restjson/src/commands/RecursiveShapesCommand.ts index 3e090c227b56..5006e762ad07 100644 --- a/private/aws-protocoltests-restjson/src/commands/RecursiveShapesCommand.ts +++ b/private/aws-protocoltests-restjson/src/commands/RecursiveShapesCommand.ts @@ -93,16 +93,11 @@ export class RecursiveShapesCommand extends $Command< RecursiveShapesCommandOutput, RestJsonProtocolClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - /** * @public */ constructor(readonly input: RecursiveShapesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -152,7 +147,4 @@ export class RecursiveShapesCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_RecursiveShapesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/private/aws-protocoltests-restjson/src/commands/SimpleScalarPropertiesCommand.ts b/private/aws-protocoltests-restjson/src/commands/SimpleScalarPropertiesCommand.ts index afddfd74057a..94d840f2210d 100644 --- a/private/aws-protocoltests-restjson/src/commands/SimpleScalarPropertiesCommand.ts +++ b/private/aws-protocoltests-restjson/src/commands/SimpleScalarPropertiesCommand.ts @@ -87,16 +87,11 @@ export class SimpleScalarPropertiesCommand extends $Command< SimpleScalarPropertiesCommandOutput, RestJsonProtocolClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - /** * @public */ constructor(readonly input: SimpleScalarPropertiesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -146,7 +141,4 @@ export class SimpleScalarPropertiesCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_SimpleScalarPropertiesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/private/aws-protocoltests-restjson/src/commands/StreamingTraitsCommand.ts b/private/aws-protocoltests-restjson/src/commands/StreamingTraitsCommand.ts index 97cb8acea780..832baca2196a 100644 --- a/private/aws-protocoltests-restjson/src/commands/StreamingTraitsCommand.ts +++ b/private/aws-protocoltests-restjson/src/commands/StreamingTraitsCommand.ts @@ -82,16 +82,11 @@ export class StreamingTraitsCommand extends $Command< StreamingTraitsCommandOutput, RestJsonProtocolClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - /** * @public */ constructor(readonly input: StreamingTraitsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -144,7 +139,4 @@ export class StreamingTraitsCommand extends $Command< ): Promise { return de_StreamingTraitsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/private/aws-protocoltests-restjson/src/commands/StreamingTraitsRequireLengthCommand.ts b/private/aws-protocoltests-restjson/src/commands/StreamingTraitsRequireLengthCommand.ts index b6393c068dea..192f1cdcd359 100644 --- a/private/aws-protocoltests-restjson/src/commands/StreamingTraitsRequireLengthCommand.ts +++ b/private/aws-protocoltests-restjson/src/commands/StreamingTraitsRequireLengthCommand.ts @@ -82,16 +82,11 @@ export class StreamingTraitsRequireLengthCommand extends $Command< StreamingTraitsRequireLengthCommandOutput, RestJsonProtocolClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - /** * @public */ constructor(readonly input: StreamingTraitsRequireLengthCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -144,7 +139,4 @@ export class StreamingTraitsRequireLengthCommand extends $Command< ): Promise { return de_StreamingTraitsRequireLengthCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/private/aws-protocoltests-restjson/src/commands/StreamingTraitsWithMediaTypeCommand.ts b/private/aws-protocoltests-restjson/src/commands/StreamingTraitsWithMediaTypeCommand.ts index 00e61b0e83cd..2fd8c4f1c6c0 100644 --- a/private/aws-protocoltests-restjson/src/commands/StreamingTraitsWithMediaTypeCommand.ts +++ b/private/aws-protocoltests-restjson/src/commands/StreamingTraitsWithMediaTypeCommand.ts @@ -91,16 +91,11 @@ export class StreamingTraitsWithMediaTypeCommand extends $Command< StreamingTraitsWithMediaTypeCommandOutput, RestJsonProtocolClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - /** * @public */ constructor(readonly input: StreamingTraitsWithMediaTypeCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -153,7 +148,4 @@ export class StreamingTraitsWithMediaTypeCommand extends $Command< ): Promise { return de_StreamingTraitsWithMediaTypeCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/private/aws-protocoltests-restjson/src/commands/TestBodyStructureCommand.ts b/private/aws-protocoltests-restjson/src/commands/TestBodyStructureCommand.ts index a98350a95580..0739bdf63a72 100644 --- a/private/aws-protocoltests-restjson/src/commands/TestBodyStructureCommand.ts +++ b/private/aws-protocoltests-restjson/src/commands/TestBodyStructureCommand.ts @@ -80,16 +80,11 @@ export class TestBodyStructureCommand extends $Command< TestBodyStructureCommandOutput, RestJsonProtocolClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - /** * @public */ constructor(readonly input: TestBodyStructureCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -139,7 +134,4 @@ export class TestBodyStructureCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_TestBodyStructureCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/private/aws-protocoltests-restjson/src/commands/TestNoPayloadCommand.ts b/private/aws-protocoltests-restjson/src/commands/TestNoPayloadCommand.ts index 0da9ab1cc36d..79607eb1550b 100644 --- a/private/aws-protocoltests-restjson/src/commands/TestNoPayloadCommand.ts +++ b/private/aws-protocoltests-restjson/src/commands/TestNoPayloadCommand.ts @@ -74,16 +74,11 @@ export class TestNoPayloadCommand extends $Command< TestNoPayloadCommandOutput, RestJsonProtocolClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - /** * @public */ constructor(readonly input: TestNoPayloadCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -133,7 +128,4 @@ export class TestNoPayloadCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_TestNoPayloadCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/private/aws-protocoltests-restjson/src/commands/TestPayloadBlobCommand.ts b/private/aws-protocoltests-restjson/src/commands/TestPayloadBlobCommand.ts index 5ab8cb8b32d6..8cc68d3d5352 100644 --- a/private/aws-protocoltests-restjson/src/commands/TestPayloadBlobCommand.ts +++ b/private/aws-protocoltests-restjson/src/commands/TestPayloadBlobCommand.ts @@ -94,16 +94,11 @@ export class TestPayloadBlobCommand extends $Command< TestPayloadBlobCommandOutput, RestJsonProtocolClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - /** * @public */ constructor(readonly input: TestPayloadBlobCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -153,7 +148,4 @@ export class TestPayloadBlobCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_TestPayloadBlobCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/private/aws-protocoltests-restjson/src/commands/TestPayloadStructureCommand.ts b/private/aws-protocoltests-restjson/src/commands/TestPayloadStructureCommand.ts index 189f6bc1c1c9..32824e653559 100644 --- a/private/aws-protocoltests-restjson/src/commands/TestPayloadStructureCommand.ts +++ b/private/aws-protocoltests-restjson/src/commands/TestPayloadStructureCommand.ts @@ -79,16 +79,11 @@ export class TestPayloadStructureCommand extends $Command< TestPayloadStructureCommandOutput, RestJsonProtocolClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - /** * @public */ constructor(readonly input: TestPayloadStructureCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -138,7 +133,4 @@ export class TestPayloadStructureCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_TestPayloadStructureCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/private/aws-protocoltests-restjson/src/commands/TimestampFormatHeadersCommand.ts b/private/aws-protocoltests-restjson/src/commands/TimestampFormatHeadersCommand.ts index 2c880a686bb4..bd73d82ed46d 100644 --- a/private/aws-protocoltests-restjson/src/commands/TimestampFormatHeadersCommand.ts +++ b/private/aws-protocoltests-restjson/src/commands/TimestampFormatHeadersCommand.ts @@ -81,16 +81,11 @@ export class TimestampFormatHeadersCommand extends $Command< TimestampFormatHeadersCommandOutput, RestJsonProtocolClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - /** * @public */ constructor(readonly input: TimestampFormatHeadersCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -140,7 +135,4 @@ export class TimestampFormatHeadersCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_TimestampFormatHeadersCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/private/aws-protocoltests-restjson/src/commands/UnitInputAndOutputCommand.ts b/private/aws-protocoltests-restjson/src/commands/UnitInputAndOutputCommand.ts index f1e38fa4b89e..36806315768b 100644 --- a/private/aws-protocoltests-restjson/src/commands/UnitInputAndOutputCommand.ts +++ b/private/aws-protocoltests-restjson/src/commands/UnitInputAndOutputCommand.ts @@ -64,16 +64,11 @@ export class UnitInputAndOutputCommand extends $Command< UnitInputAndOutputCommandOutput, RestJsonProtocolClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - /** * @public */ constructor(readonly input: UnitInputAndOutputCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -123,7 +118,4 @@ export class UnitInputAndOutputCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_UnitInputAndOutputCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/private/aws-protocoltests-restxml/package.json b/private/aws-protocoltests-restxml/package.json index d01eef1e7cf1..4ea2b25bc3a5 100644 --- a/private/aws-protocoltests-restxml/package.json +++ b/private/aws-protocoltests-restxml/package.json @@ -29,29 +29,29 @@ "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", "@aws-sdk/xml-builder": "*", - "@smithy/config-resolver": "^2.0.16", - "@smithy/fetch-http-handler": "^2.2.4", - "@smithy/hash-node": "^2.0.12", - "@smithy/invalid-dependency": "^2.0.12", - "@smithy/middleware-content-length": "^2.0.14", - "@smithy/middleware-retry": "^2.0.18", - "@smithy/middleware-serde": "^2.0.12", - "@smithy/middleware-stack": "^2.0.6", - "@smithy/node-config-provider": "^2.1.3", - "@smithy/node-http-handler": "^2.1.8", - "@smithy/protocol-http": "^3.0.8", - "@smithy/querystring-builder": "^2.0.12", - "@smithy/smithy-client": "^2.1.12", - "@smithy/types": "^2.4.0", - "@smithy/url-parser": "^2.0.12", - "@smithy/util-base64": "^2.0.0", + "@smithy/config-resolver": "^2.0.18", + "@smithy/fetch-http-handler": "^2.2.6", + "@smithy/hash-node": "^2.0.15", + "@smithy/invalid-dependency": "^2.0.13", + "@smithy/middleware-content-length": "^2.0.15", + "@smithy/middleware-retry": "^2.0.20", + "@smithy/middleware-serde": "^2.0.13", + "@smithy/middleware-stack": "^2.0.7", + "@smithy/node-config-provider": "^2.1.5", + "@smithy/node-http-handler": "^2.1.9", + "@smithy/protocol-http": "^3.0.9", + "@smithy/querystring-builder": "^2.0.13", + "@smithy/smithy-client": "^2.1.15", + "@smithy/types": "^2.5.0", + "@smithy/url-parser": "^2.0.13", + "@smithy/util-base64": "^2.0.1", "@smithy/util-body-length-browser": "^2.0.0", "@smithy/util-body-length-node": "^2.1.0", - "@smithy/util-defaults-mode-browser": "^2.0.16", - "@smithy/util-defaults-mode-node": "^2.0.21", - "@smithy/util-retry": "^2.0.5", - "@smithy/util-stream": "^2.0.17", - "@smithy/util-utf8": "^2.0.0", + "@smithy/util-defaults-mode-browser": "^2.0.19", + "@smithy/util-defaults-mode-node": "^2.0.25", + "@smithy/util-retry": "^2.0.6", + "@smithy/util-stream": "^2.0.20", + "@smithy/util-utf8": "^2.0.2", "entities": "2.2.0", "fast-xml-parser": "4.2.5", "tslib": "^2.5.0", diff --git a/private/aws-protocoltests-restxml/src/commands/AllQueryStringTypesCommand.ts b/private/aws-protocoltests-restxml/src/commands/AllQueryStringTypesCommand.ts index d746f2dec0e8..a6bc213d9406 100644 --- a/private/aws-protocoltests-restxml/src/commands/AllQueryStringTypesCommand.ts +++ b/private/aws-protocoltests-restxml/src/commands/AllQueryStringTypesCommand.ts @@ -107,16 +107,11 @@ export class AllQueryStringTypesCommand extends $Command< AllQueryStringTypesCommandOutput, RestXmlProtocolClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - /** * @public */ constructor(readonly input: AllQueryStringTypesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -166,7 +161,4 @@ export class AllQueryStringTypesCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_AllQueryStringTypesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/private/aws-protocoltests-restxml/src/commands/BodyWithXmlNameCommand.ts b/private/aws-protocoltests-restxml/src/commands/BodyWithXmlNameCommand.ts index 5e5a0bff2c87..75d0a2090f39 100644 --- a/private/aws-protocoltests-restxml/src/commands/BodyWithXmlNameCommand.ts +++ b/private/aws-protocoltests-restxml/src/commands/BodyWithXmlNameCommand.ts @@ -74,16 +74,11 @@ export class BodyWithXmlNameCommand extends $Command< BodyWithXmlNameCommandOutput, RestXmlProtocolClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - /** * @public */ constructor(readonly input: BodyWithXmlNameCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -133,7 +128,4 @@ export class BodyWithXmlNameCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_BodyWithXmlNameCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/private/aws-protocoltests-restxml/src/commands/ConstantAndVariableQueryStringCommand.ts b/private/aws-protocoltests-restxml/src/commands/ConstantAndVariableQueryStringCommand.ts index 3c80c66e4957..d5901204c098 100644 --- a/private/aws-protocoltests-restxml/src/commands/ConstantAndVariableQueryStringCommand.ts +++ b/private/aws-protocoltests-restxml/src/commands/ConstantAndVariableQueryStringCommand.ts @@ -73,16 +73,11 @@ export class ConstantAndVariableQueryStringCommand extends $Command< ConstantAndVariableQueryStringCommandOutput, RestXmlProtocolClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - /** * @public */ constructor(readonly input: ConstantAndVariableQueryStringCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -138,7 +133,4 @@ export class ConstantAndVariableQueryStringCommand extends $Command< ): Promise { return de_ConstantAndVariableQueryStringCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/private/aws-protocoltests-restxml/src/commands/ConstantQueryStringCommand.ts b/private/aws-protocoltests-restxml/src/commands/ConstantQueryStringCommand.ts index 92076a86478a..101a284e7be2 100644 --- a/private/aws-protocoltests-restxml/src/commands/ConstantQueryStringCommand.ts +++ b/private/aws-protocoltests-restxml/src/commands/ConstantQueryStringCommand.ts @@ -70,16 +70,11 @@ export class ConstantQueryStringCommand extends $Command< ConstantQueryStringCommandOutput, RestXmlProtocolClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - /** * @public */ constructor(readonly input: ConstantQueryStringCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -129,7 +124,4 @@ export class ConstantQueryStringCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_ConstantQueryStringCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/private/aws-protocoltests-restxml/src/commands/DatetimeOffsetsCommand.ts b/private/aws-protocoltests-restxml/src/commands/DatetimeOffsetsCommand.ts index 928b0130be0a..266244a89a96 100644 --- a/private/aws-protocoltests-restxml/src/commands/DatetimeOffsetsCommand.ts +++ b/private/aws-protocoltests-restxml/src/commands/DatetimeOffsetsCommand.ts @@ -67,16 +67,11 @@ export class DatetimeOffsetsCommand extends $Command< DatetimeOffsetsCommandOutput, RestXmlProtocolClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - /** * @public */ constructor(readonly input: DatetimeOffsetsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -126,7 +121,4 @@ export class DatetimeOffsetsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_DatetimeOffsetsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/private/aws-protocoltests-restxml/src/commands/EmptyInputAndEmptyOutputCommand.ts b/private/aws-protocoltests-restxml/src/commands/EmptyInputAndEmptyOutputCommand.ts index 5c3dd5e0e606..18cfe4f29be8 100644 --- a/private/aws-protocoltests-restxml/src/commands/EmptyInputAndEmptyOutputCommand.ts +++ b/private/aws-protocoltests-restxml/src/commands/EmptyInputAndEmptyOutputCommand.ts @@ -68,16 +68,11 @@ export class EmptyInputAndEmptyOutputCommand extends $Command< EmptyInputAndEmptyOutputCommandOutput, RestXmlProtocolClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - /** * @public */ constructor(readonly input: EmptyInputAndEmptyOutputCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -127,7 +122,4 @@ export class EmptyInputAndEmptyOutputCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_EmptyInputAndEmptyOutputCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/private/aws-protocoltests-restxml/src/commands/EndpointOperationCommand.ts b/private/aws-protocoltests-restxml/src/commands/EndpointOperationCommand.ts index b1746697fc3d..3538e7fa84fc 100644 --- a/private/aws-protocoltests-restxml/src/commands/EndpointOperationCommand.ts +++ b/private/aws-protocoltests-restxml/src/commands/EndpointOperationCommand.ts @@ -64,16 +64,11 @@ export class EndpointOperationCommand extends $Command< EndpointOperationCommandOutput, RestXmlProtocolClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - /** * @public */ constructor(readonly input: EndpointOperationCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -123,7 +118,4 @@ export class EndpointOperationCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_EndpointOperationCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/private/aws-protocoltests-restxml/src/commands/EndpointWithHostLabelHeaderOperationCommand.ts b/private/aws-protocoltests-restxml/src/commands/EndpointWithHostLabelHeaderOperationCommand.ts index 6133c478e821..c3ed5d9d5711 100644 --- a/private/aws-protocoltests-restxml/src/commands/EndpointWithHostLabelHeaderOperationCommand.ts +++ b/private/aws-protocoltests-restxml/src/commands/EndpointWithHostLabelHeaderOperationCommand.ts @@ -70,16 +70,11 @@ export class EndpointWithHostLabelHeaderOperationCommand extends $Command< EndpointWithHostLabelHeaderOperationCommandOutput, RestXmlProtocolClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - /** * @public */ constructor(readonly input: EndpointWithHostLabelHeaderOperationCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -135,7 +130,4 @@ export class EndpointWithHostLabelHeaderOperationCommand extends $Command< ): Promise { return de_EndpointWithHostLabelHeaderOperationCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/private/aws-protocoltests-restxml/src/commands/EndpointWithHostLabelOperationCommand.ts b/private/aws-protocoltests-restxml/src/commands/EndpointWithHostLabelOperationCommand.ts index c56cbf5a7732..83c515d367d6 100644 --- a/private/aws-protocoltests-restxml/src/commands/EndpointWithHostLabelOperationCommand.ts +++ b/private/aws-protocoltests-restxml/src/commands/EndpointWithHostLabelOperationCommand.ts @@ -70,16 +70,11 @@ export class EndpointWithHostLabelOperationCommand extends $Command< EndpointWithHostLabelOperationCommandOutput, RestXmlProtocolClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - /** * @public */ constructor(readonly input: EndpointWithHostLabelOperationCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -135,7 +130,4 @@ export class EndpointWithHostLabelOperationCommand extends $Command< ): Promise { return de_EndpointWithHostLabelOperationCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/private/aws-protocoltests-restxml/src/commands/FlattenedXmlMapCommand.ts b/private/aws-protocoltests-restxml/src/commands/FlattenedXmlMapCommand.ts index 42de35f8dfce..7245a4960eef 100644 --- a/private/aws-protocoltests-restxml/src/commands/FlattenedXmlMapCommand.ts +++ b/private/aws-protocoltests-restxml/src/commands/FlattenedXmlMapCommand.ts @@ -73,16 +73,11 @@ export class FlattenedXmlMapCommand extends $Command< FlattenedXmlMapCommandOutput, RestXmlProtocolClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - /** * @public */ constructor(readonly input: FlattenedXmlMapCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -132,7 +127,4 @@ export class FlattenedXmlMapCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_FlattenedXmlMapCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/private/aws-protocoltests-restxml/src/commands/FlattenedXmlMapWithXmlNameCommand.ts b/private/aws-protocoltests-restxml/src/commands/FlattenedXmlMapWithXmlNameCommand.ts index 42c20f200f97..a7837daa7f71 100644 --- a/private/aws-protocoltests-restxml/src/commands/FlattenedXmlMapWithXmlNameCommand.ts +++ b/private/aws-protocoltests-restxml/src/commands/FlattenedXmlMapWithXmlNameCommand.ts @@ -75,16 +75,11 @@ export class FlattenedXmlMapWithXmlNameCommand extends $Command< FlattenedXmlMapWithXmlNameCommandOutput, RestXmlProtocolClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - /** * @public */ constructor(readonly input: FlattenedXmlMapWithXmlNameCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -137,7 +132,4 @@ export class FlattenedXmlMapWithXmlNameCommand extends $Command< ): Promise { return de_FlattenedXmlMapWithXmlNameCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/private/aws-protocoltests-restxml/src/commands/FlattenedXmlMapWithXmlNamespaceCommand.ts b/private/aws-protocoltests-restxml/src/commands/FlattenedXmlMapWithXmlNamespaceCommand.ts index f97553e279bd..c46191c6a321 100644 --- a/private/aws-protocoltests-restxml/src/commands/FlattenedXmlMapWithXmlNamespaceCommand.ts +++ b/private/aws-protocoltests-restxml/src/commands/FlattenedXmlMapWithXmlNamespaceCommand.ts @@ -74,16 +74,11 @@ export class FlattenedXmlMapWithXmlNamespaceCommand extends $Command< FlattenedXmlMapWithXmlNamespaceCommandOutput, RestXmlProtocolClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - /** * @public */ constructor(readonly input: FlattenedXmlMapWithXmlNamespaceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -139,7 +134,4 @@ export class FlattenedXmlMapWithXmlNamespaceCommand extends $Command< ): Promise { return de_FlattenedXmlMapWithXmlNamespaceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/private/aws-protocoltests-restxml/src/commands/FractionalSecondsCommand.ts b/private/aws-protocoltests-restxml/src/commands/FractionalSecondsCommand.ts index 74444bb02112..1c7aa3ea0612 100644 --- a/private/aws-protocoltests-restxml/src/commands/FractionalSecondsCommand.ts +++ b/private/aws-protocoltests-restxml/src/commands/FractionalSecondsCommand.ts @@ -67,16 +67,11 @@ export class FractionalSecondsCommand extends $Command< FractionalSecondsCommandOutput, RestXmlProtocolClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - /** * @public */ constructor(readonly input: FractionalSecondsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -126,7 +121,4 @@ export class FractionalSecondsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_FractionalSecondsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/private/aws-protocoltests-restxml/src/commands/GreetingWithErrorsCommand.ts b/private/aws-protocoltests-restxml/src/commands/GreetingWithErrorsCommand.ts index 2db30354a680..bd8486f3ac33 100644 --- a/private/aws-protocoltests-restxml/src/commands/GreetingWithErrorsCommand.ts +++ b/private/aws-protocoltests-restxml/src/commands/GreetingWithErrorsCommand.ts @@ -81,16 +81,11 @@ export class GreetingWithErrorsCommand extends $Command< GreetingWithErrorsCommandOutput, RestXmlProtocolClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - /** * @public */ constructor(readonly input: GreetingWithErrorsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -140,7 +135,4 @@ export class GreetingWithErrorsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_GreetingWithErrorsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/private/aws-protocoltests-restxml/src/commands/HttpEnumPayloadCommand.ts b/private/aws-protocoltests-restxml/src/commands/HttpEnumPayloadCommand.ts index 95c2938315bf..7610d3491045 100644 --- a/private/aws-protocoltests-restxml/src/commands/HttpEnumPayloadCommand.ts +++ b/private/aws-protocoltests-restxml/src/commands/HttpEnumPayloadCommand.ts @@ -69,16 +69,11 @@ export class HttpEnumPayloadCommand extends $Command< HttpEnumPayloadCommandOutput, RestXmlProtocolClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - /** * @public */ constructor(readonly input: HttpEnumPayloadCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -128,7 +123,4 @@ export class HttpEnumPayloadCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_HttpEnumPayloadCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/private/aws-protocoltests-restxml/src/commands/HttpPayloadTraitsCommand.ts b/private/aws-protocoltests-restxml/src/commands/HttpPayloadTraitsCommand.ts index 85d580fce9e8..f6d0a805cba7 100644 --- a/private/aws-protocoltests-restxml/src/commands/HttpPayloadTraitsCommand.ts +++ b/private/aws-protocoltests-restxml/src/commands/HttpPayloadTraitsCommand.ts @@ -90,16 +90,11 @@ export class HttpPayloadTraitsCommand extends $Command< HttpPayloadTraitsCommandOutput, RestXmlProtocolClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - /** * @public */ constructor(readonly input: HttpPayloadTraitsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -149,7 +144,4 @@ export class HttpPayloadTraitsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_HttpPayloadTraitsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/private/aws-protocoltests-restxml/src/commands/HttpPayloadTraitsWithMediaTypeCommand.ts b/private/aws-protocoltests-restxml/src/commands/HttpPayloadTraitsWithMediaTypeCommand.ts index 9c5bc8d140a7..49814a59fbab 100644 --- a/private/aws-protocoltests-restxml/src/commands/HttpPayloadTraitsWithMediaTypeCommand.ts +++ b/private/aws-protocoltests-restxml/src/commands/HttpPayloadTraitsWithMediaTypeCommand.ts @@ -96,16 +96,11 @@ export class HttpPayloadTraitsWithMediaTypeCommand extends $Command< HttpPayloadTraitsWithMediaTypeCommandOutput, RestXmlProtocolClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - /** * @public */ constructor(readonly input: HttpPayloadTraitsWithMediaTypeCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -161,7 +156,4 @@ export class HttpPayloadTraitsWithMediaTypeCommand extends $Command< ): Promise { return de_HttpPayloadTraitsWithMediaTypeCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/private/aws-protocoltests-restxml/src/commands/HttpPayloadWithMemberXmlNameCommand.ts b/private/aws-protocoltests-restxml/src/commands/HttpPayloadWithMemberXmlNameCommand.ts index cb9b5dfd1457..40e3dc91bf59 100644 --- a/private/aws-protocoltests-restxml/src/commands/HttpPayloadWithMemberXmlNameCommand.ts +++ b/private/aws-protocoltests-restxml/src/commands/HttpPayloadWithMemberXmlNameCommand.ts @@ -79,16 +79,11 @@ export class HttpPayloadWithMemberXmlNameCommand extends $Command< HttpPayloadWithMemberXmlNameCommandOutput, RestXmlProtocolClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - /** * @public */ constructor(readonly input: HttpPayloadWithMemberXmlNameCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -141,7 +136,4 @@ export class HttpPayloadWithMemberXmlNameCommand extends $Command< ): Promise { return de_HttpPayloadWithMemberXmlNameCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/private/aws-protocoltests-restxml/src/commands/HttpPayloadWithStructureCommand.ts b/private/aws-protocoltests-restxml/src/commands/HttpPayloadWithStructureCommand.ts index 17dab6c4d3f8..402e8af2582c 100644 --- a/private/aws-protocoltests-restxml/src/commands/HttpPayloadWithStructureCommand.ts +++ b/private/aws-protocoltests-restxml/src/commands/HttpPayloadWithStructureCommand.ts @@ -78,16 +78,11 @@ export class HttpPayloadWithStructureCommand extends $Command< HttpPayloadWithStructureCommandOutput, RestXmlProtocolClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - /** * @public */ constructor(readonly input: HttpPayloadWithStructureCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -137,7 +132,4 @@ export class HttpPayloadWithStructureCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_HttpPayloadWithStructureCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/private/aws-protocoltests-restxml/src/commands/HttpPayloadWithUnionCommand.ts b/private/aws-protocoltests-restxml/src/commands/HttpPayloadWithUnionCommand.ts index d1858b27442f..4adb27e30bd2 100644 --- a/private/aws-protocoltests-restxml/src/commands/HttpPayloadWithUnionCommand.ts +++ b/private/aws-protocoltests-restxml/src/commands/HttpPayloadWithUnionCommand.ts @@ -73,16 +73,11 @@ export class HttpPayloadWithUnionCommand extends $Command< HttpPayloadWithUnionCommandOutput, RestXmlProtocolClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - /** * @public */ constructor(readonly input: HttpPayloadWithUnionCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -132,7 +127,4 @@ export class HttpPayloadWithUnionCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_HttpPayloadWithUnionCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/private/aws-protocoltests-restxml/src/commands/HttpPayloadWithXmlNameCommand.ts b/private/aws-protocoltests-restxml/src/commands/HttpPayloadWithXmlNameCommand.ts index 27e1fa0c3ec5..ef35b33b1909 100644 --- a/private/aws-protocoltests-restxml/src/commands/HttpPayloadWithXmlNameCommand.ts +++ b/private/aws-protocoltests-restxml/src/commands/HttpPayloadWithXmlNameCommand.ts @@ -74,16 +74,11 @@ export class HttpPayloadWithXmlNameCommand extends $Command< HttpPayloadWithXmlNameCommandOutput, RestXmlProtocolClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - /** * @public */ constructor(readonly input: HttpPayloadWithXmlNameCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -133,7 +128,4 @@ export class HttpPayloadWithXmlNameCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_HttpPayloadWithXmlNameCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/private/aws-protocoltests-restxml/src/commands/HttpPayloadWithXmlNamespaceAndPrefixCommand.ts b/private/aws-protocoltests-restxml/src/commands/HttpPayloadWithXmlNamespaceAndPrefixCommand.ts index 7065ee514f1c..d76e25e628d0 100644 --- a/private/aws-protocoltests-restxml/src/commands/HttpPayloadWithXmlNamespaceAndPrefixCommand.ts +++ b/private/aws-protocoltests-restxml/src/commands/HttpPayloadWithXmlNamespaceAndPrefixCommand.ts @@ -79,16 +79,11 @@ export class HttpPayloadWithXmlNamespaceAndPrefixCommand extends $Command< HttpPayloadWithXmlNamespaceAndPrefixCommandOutput, RestXmlProtocolClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - /** * @public */ constructor(readonly input: HttpPayloadWithXmlNamespaceAndPrefixCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -144,7 +139,4 @@ export class HttpPayloadWithXmlNamespaceAndPrefixCommand extends $Command< ): Promise { return de_HttpPayloadWithXmlNamespaceAndPrefixCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/private/aws-protocoltests-restxml/src/commands/HttpPayloadWithXmlNamespaceCommand.ts b/private/aws-protocoltests-restxml/src/commands/HttpPayloadWithXmlNamespaceCommand.ts index b6dcfc268d46..38a255222b33 100644 --- a/private/aws-protocoltests-restxml/src/commands/HttpPayloadWithXmlNamespaceCommand.ts +++ b/private/aws-protocoltests-restxml/src/commands/HttpPayloadWithXmlNamespaceCommand.ts @@ -75,16 +75,11 @@ export class HttpPayloadWithXmlNamespaceCommand extends $Command< HttpPayloadWithXmlNamespaceCommandOutput, RestXmlProtocolClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - /** * @public */ constructor(readonly input: HttpPayloadWithXmlNamespaceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -137,7 +132,4 @@ export class HttpPayloadWithXmlNamespaceCommand extends $Command< ): Promise { return de_HttpPayloadWithXmlNamespaceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/private/aws-protocoltests-restxml/src/commands/HttpPrefixHeadersCommand.ts b/private/aws-protocoltests-restxml/src/commands/HttpPrefixHeadersCommand.ts index 9a7447fd9d44..e8e4c7dcac6f 100644 --- a/private/aws-protocoltests-restxml/src/commands/HttpPrefixHeadersCommand.ts +++ b/private/aws-protocoltests-restxml/src/commands/HttpPrefixHeadersCommand.ts @@ -75,16 +75,11 @@ export class HttpPrefixHeadersCommand extends $Command< HttpPrefixHeadersCommandOutput, RestXmlProtocolClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - /** * @public */ constructor(readonly input: HttpPrefixHeadersCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -134,7 +129,4 @@ export class HttpPrefixHeadersCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_HttpPrefixHeadersCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/private/aws-protocoltests-restxml/src/commands/HttpRequestWithFloatLabelsCommand.ts b/private/aws-protocoltests-restxml/src/commands/HttpRequestWithFloatLabelsCommand.ts index c3ce73df903f..280efacc2639 100644 --- a/private/aws-protocoltests-restxml/src/commands/HttpRequestWithFloatLabelsCommand.ts +++ b/private/aws-protocoltests-restxml/src/commands/HttpRequestWithFloatLabelsCommand.ts @@ -68,16 +68,11 @@ export class HttpRequestWithFloatLabelsCommand extends $Command< HttpRequestWithFloatLabelsCommandOutput, RestXmlProtocolClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - /** * @public */ constructor(readonly input: HttpRequestWithFloatLabelsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -130,7 +125,4 @@ export class HttpRequestWithFloatLabelsCommand extends $Command< ): Promise { return de_HttpRequestWithFloatLabelsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/private/aws-protocoltests-restxml/src/commands/HttpRequestWithGreedyLabelInPathCommand.ts b/private/aws-protocoltests-restxml/src/commands/HttpRequestWithGreedyLabelInPathCommand.ts index eef9aca9517d..a472f8a27069 100644 --- a/private/aws-protocoltests-restxml/src/commands/HttpRequestWithGreedyLabelInPathCommand.ts +++ b/private/aws-protocoltests-restxml/src/commands/HttpRequestWithGreedyLabelInPathCommand.ts @@ -71,16 +71,11 @@ export class HttpRequestWithGreedyLabelInPathCommand extends $Command< HttpRequestWithGreedyLabelInPathCommandOutput, RestXmlProtocolClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - /** * @public */ constructor(readonly input: HttpRequestWithGreedyLabelInPathCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -136,7 +131,4 @@ export class HttpRequestWithGreedyLabelInPathCommand extends $Command< ): Promise { return de_HttpRequestWithGreedyLabelInPathCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/private/aws-protocoltests-restxml/src/commands/HttpRequestWithLabelsAndTimestampFormatCommand.ts b/private/aws-protocoltests-restxml/src/commands/HttpRequestWithLabelsAndTimestampFormatCommand.ts index 93efeacf0fb0..52e59f3647a5 100644 --- a/private/aws-protocoltests-restxml/src/commands/HttpRequestWithLabelsAndTimestampFormatCommand.ts +++ b/private/aws-protocoltests-restxml/src/commands/HttpRequestWithLabelsAndTimestampFormatCommand.ts @@ -78,16 +78,11 @@ export class HttpRequestWithLabelsAndTimestampFormatCommand extends $Command< HttpRequestWithLabelsAndTimestampFormatCommandOutput, RestXmlProtocolClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - /** * @public */ constructor(readonly input: HttpRequestWithLabelsAndTimestampFormatCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -146,7 +141,4 @@ export class HttpRequestWithLabelsAndTimestampFormatCommand extends $Command< ): Promise { return de_HttpRequestWithLabelsAndTimestampFormatCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/private/aws-protocoltests-restxml/src/commands/HttpRequestWithLabelsCommand.ts b/private/aws-protocoltests-restxml/src/commands/HttpRequestWithLabelsCommand.ts index 32a7b2e4299f..242d2a45dcd4 100644 --- a/private/aws-protocoltests-restxml/src/commands/HttpRequestWithLabelsCommand.ts +++ b/private/aws-protocoltests-restxml/src/commands/HttpRequestWithLabelsCommand.ts @@ -75,16 +75,11 @@ export class HttpRequestWithLabelsCommand extends $Command< HttpRequestWithLabelsCommandOutput, RestXmlProtocolClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - /** * @public */ constructor(readonly input: HttpRequestWithLabelsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -134,7 +129,4 @@ export class HttpRequestWithLabelsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_HttpRequestWithLabelsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/private/aws-protocoltests-restxml/src/commands/HttpResponseCodeCommand.ts b/private/aws-protocoltests-restxml/src/commands/HttpResponseCodeCommand.ts index e6fbf4ff1862..30ea3382509c 100644 --- a/private/aws-protocoltests-restxml/src/commands/HttpResponseCodeCommand.ts +++ b/private/aws-protocoltests-restxml/src/commands/HttpResponseCodeCommand.ts @@ -67,16 +67,11 @@ export class HttpResponseCodeCommand extends $Command< HttpResponseCodeCommandOutput, RestXmlProtocolClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - /** * @public */ constructor(readonly input: HttpResponseCodeCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -126,7 +121,4 @@ export class HttpResponseCodeCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_HttpResponseCodeCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/private/aws-protocoltests-restxml/src/commands/HttpStringPayloadCommand.ts b/private/aws-protocoltests-restxml/src/commands/HttpStringPayloadCommand.ts index f9eda41b7daf..681a93cb6348 100644 --- a/private/aws-protocoltests-restxml/src/commands/HttpStringPayloadCommand.ts +++ b/private/aws-protocoltests-restxml/src/commands/HttpStringPayloadCommand.ts @@ -69,16 +69,11 @@ export class HttpStringPayloadCommand extends $Command< HttpStringPayloadCommandOutput, RestXmlProtocolClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - /** * @public */ constructor(readonly input: HttpStringPayloadCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -128,7 +123,4 @@ export class HttpStringPayloadCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_HttpStringPayloadCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/private/aws-protocoltests-restxml/src/commands/IgnoreQueryParamsInResponseCommand.ts b/private/aws-protocoltests-restxml/src/commands/IgnoreQueryParamsInResponseCommand.ts index 72ce1ddfdec5..0f1f8eb0b82c 100644 --- a/private/aws-protocoltests-restxml/src/commands/IgnoreQueryParamsInResponseCommand.ts +++ b/private/aws-protocoltests-restxml/src/commands/IgnoreQueryParamsInResponseCommand.ts @@ -69,16 +69,11 @@ export class IgnoreQueryParamsInResponseCommand extends $Command< IgnoreQueryParamsInResponseCommandOutput, RestXmlProtocolClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - /** * @public */ constructor(readonly input: IgnoreQueryParamsInResponseCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -131,7 +126,4 @@ export class IgnoreQueryParamsInResponseCommand extends $Command< ): Promise { return de_IgnoreQueryParamsInResponseCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/private/aws-protocoltests-restxml/src/commands/InputAndOutputWithHeadersCommand.ts b/private/aws-protocoltests-restxml/src/commands/InputAndOutputWithHeadersCommand.ts index 8ba0818d42ad..7a217bbd7677 100644 --- a/private/aws-protocoltests-restxml/src/commands/InputAndOutputWithHeadersCommand.ts +++ b/private/aws-protocoltests-restxml/src/commands/InputAndOutputWithHeadersCommand.ts @@ -124,16 +124,11 @@ export class InputAndOutputWithHeadersCommand extends $Command< InputAndOutputWithHeadersCommandOutput, RestXmlProtocolClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - /** * @public */ constructor(readonly input: InputAndOutputWithHeadersCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -186,7 +181,4 @@ export class InputAndOutputWithHeadersCommand extends $Command< ): Promise { return de_InputAndOutputWithHeadersCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/private/aws-protocoltests-restxml/src/commands/NestedXmlMapsCommand.ts b/private/aws-protocoltests-restxml/src/commands/NestedXmlMapsCommand.ts index 91e69937c407..99a50995ba05 100644 --- a/private/aws-protocoltests-restxml/src/commands/NestedXmlMapsCommand.ts +++ b/private/aws-protocoltests-restxml/src/commands/NestedXmlMapsCommand.ts @@ -87,16 +87,11 @@ export class NestedXmlMapsCommand extends $Command< NestedXmlMapsCommandOutput, RestXmlProtocolClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - /** * @public */ constructor(readonly input: NestedXmlMapsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -146,7 +141,4 @@ export class NestedXmlMapsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_NestedXmlMapsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/private/aws-protocoltests-restxml/src/commands/NoInputAndNoOutputCommand.ts b/private/aws-protocoltests-restxml/src/commands/NoInputAndNoOutputCommand.ts index 4347d1081167..2fa073b2eca2 100644 --- a/private/aws-protocoltests-restxml/src/commands/NoInputAndNoOutputCommand.ts +++ b/private/aws-protocoltests-restxml/src/commands/NoInputAndNoOutputCommand.ts @@ -66,16 +66,11 @@ export class NoInputAndNoOutputCommand extends $Command< NoInputAndNoOutputCommandOutput, RestXmlProtocolClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - /** * @public */ constructor(readonly input: NoInputAndNoOutputCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -125,7 +120,4 @@ export class NoInputAndNoOutputCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_NoInputAndNoOutputCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/private/aws-protocoltests-restxml/src/commands/NoInputAndOutputCommand.ts b/private/aws-protocoltests-restxml/src/commands/NoInputAndOutputCommand.ts index 4630a2177a66..8f986d27430e 100644 --- a/private/aws-protocoltests-restxml/src/commands/NoInputAndOutputCommand.ts +++ b/private/aws-protocoltests-restxml/src/commands/NoInputAndOutputCommand.ts @@ -68,16 +68,11 @@ export class NoInputAndOutputCommand extends $Command< NoInputAndOutputCommandOutput, RestXmlProtocolClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - /** * @public */ constructor(readonly input: NoInputAndOutputCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -127,7 +122,4 @@ export class NoInputAndOutputCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_NoInputAndOutputCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/private/aws-protocoltests-restxml/src/commands/NullAndEmptyHeadersClientCommand.ts b/private/aws-protocoltests-restxml/src/commands/NullAndEmptyHeadersClientCommand.ts index 062f801c8119..429a32cef2ef 100644 --- a/private/aws-protocoltests-restxml/src/commands/NullAndEmptyHeadersClientCommand.ts +++ b/private/aws-protocoltests-restxml/src/commands/NullAndEmptyHeadersClientCommand.ts @@ -77,16 +77,11 @@ export class NullAndEmptyHeadersClientCommand extends $Command< NullAndEmptyHeadersClientCommandOutput, RestXmlProtocolClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - /** * @public */ constructor(readonly input: NullAndEmptyHeadersClientCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -139,7 +134,4 @@ export class NullAndEmptyHeadersClientCommand extends $Command< ): Promise { return de_NullAndEmptyHeadersClientCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/private/aws-protocoltests-restxml/src/commands/NullAndEmptyHeadersServerCommand.ts b/private/aws-protocoltests-restxml/src/commands/NullAndEmptyHeadersServerCommand.ts index 8d04c1a050de..dbd598a3bf71 100644 --- a/private/aws-protocoltests-restxml/src/commands/NullAndEmptyHeadersServerCommand.ts +++ b/private/aws-protocoltests-restxml/src/commands/NullAndEmptyHeadersServerCommand.ts @@ -77,16 +77,11 @@ export class NullAndEmptyHeadersServerCommand extends $Command< NullAndEmptyHeadersServerCommandOutput, RestXmlProtocolClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - /** * @public */ constructor(readonly input: NullAndEmptyHeadersServerCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -139,7 +134,4 @@ export class NullAndEmptyHeadersServerCommand extends $Command< ): Promise { return de_NullAndEmptyHeadersServerCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/private/aws-protocoltests-restxml/src/commands/OmitsNullSerializesEmptyStringCommand.ts b/private/aws-protocoltests-restxml/src/commands/OmitsNullSerializesEmptyStringCommand.ts index 9cbeb4087528..77b0bccd52c0 100644 --- a/private/aws-protocoltests-restxml/src/commands/OmitsNullSerializesEmptyStringCommand.ts +++ b/private/aws-protocoltests-restxml/src/commands/OmitsNullSerializesEmptyStringCommand.ts @@ -71,16 +71,11 @@ export class OmitsNullSerializesEmptyStringCommand extends $Command< OmitsNullSerializesEmptyStringCommandOutput, RestXmlProtocolClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - /** * @public */ constructor(readonly input: OmitsNullSerializesEmptyStringCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -136,7 +131,4 @@ export class OmitsNullSerializesEmptyStringCommand extends $Command< ): Promise { return de_OmitsNullSerializesEmptyStringCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/private/aws-protocoltests-restxml/src/commands/PutWithContentEncodingCommand.ts b/private/aws-protocoltests-restxml/src/commands/PutWithContentEncodingCommand.ts index d5dbf8e7cca1..541794403681 100644 --- a/private/aws-protocoltests-restxml/src/commands/PutWithContentEncodingCommand.ts +++ b/private/aws-protocoltests-restxml/src/commands/PutWithContentEncodingCommand.ts @@ -68,16 +68,11 @@ export class PutWithContentEncodingCommand extends $Command< PutWithContentEncodingCommandOutput, RestXmlProtocolClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - /** * @public */ constructor(readonly input: PutWithContentEncodingCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -127,7 +122,4 @@ export class PutWithContentEncodingCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_PutWithContentEncodingCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/private/aws-protocoltests-restxml/src/commands/QueryIdempotencyTokenAutoFillCommand.ts b/private/aws-protocoltests-restxml/src/commands/QueryIdempotencyTokenAutoFillCommand.ts index 96ed88c48563..acf34ab7fdc5 100644 --- a/private/aws-protocoltests-restxml/src/commands/QueryIdempotencyTokenAutoFillCommand.ts +++ b/private/aws-protocoltests-restxml/src/commands/QueryIdempotencyTokenAutoFillCommand.ts @@ -70,16 +70,11 @@ export class QueryIdempotencyTokenAutoFillCommand extends $Command< QueryIdempotencyTokenAutoFillCommandOutput, RestXmlProtocolClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - /** * @public */ constructor(readonly input: QueryIdempotencyTokenAutoFillCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -132,7 +127,4 @@ export class QueryIdempotencyTokenAutoFillCommand extends $Command< ): Promise { return de_QueryIdempotencyTokenAutoFillCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/private/aws-protocoltests-restxml/src/commands/QueryParamsAsStringListMapCommand.ts b/private/aws-protocoltests-restxml/src/commands/QueryParamsAsStringListMapCommand.ts index 6b154dd33d75..066afd23de29 100644 --- a/private/aws-protocoltests-restxml/src/commands/QueryParamsAsStringListMapCommand.ts +++ b/private/aws-protocoltests-restxml/src/commands/QueryParamsAsStringListMapCommand.ts @@ -72,16 +72,11 @@ export class QueryParamsAsStringListMapCommand extends $Command< QueryParamsAsStringListMapCommandOutput, RestXmlProtocolClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - /** * @public */ constructor(readonly input: QueryParamsAsStringListMapCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -134,7 +129,4 @@ export class QueryParamsAsStringListMapCommand extends $Command< ): Promise { return de_QueryParamsAsStringListMapCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/private/aws-protocoltests-restxml/src/commands/QueryPrecedenceCommand.ts b/private/aws-protocoltests-restxml/src/commands/QueryPrecedenceCommand.ts index 1e65cb2a6194..fae7ccc44959 100644 --- a/private/aws-protocoltests-restxml/src/commands/QueryPrecedenceCommand.ts +++ b/private/aws-protocoltests-restxml/src/commands/QueryPrecedenceCommand.ts @@ -70,16 +70,11 @@ export class QueryPrecedenceCommand extends $Command< QueryPrecedenceCommandOutput, RestXmlProtocolClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - /** * @public */ constructor(readonly input: QueryPrecedenceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -129,7 +124,4 @@ export class QueryPrecedenceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_QueryPrecedenceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/private/aws-protocoltests-restxml/src/commands/RecursiveShapesCommand.ts b/private/aws-protocoltests-restxml/src/commands/RecursiveShapesCommand.ts index 1bbe547ee832..3e6bc19ced70 100644 --- a/private/aws-protocoltests-restxml/src/commands/RecursiveShapesCommand.ts +++ b/private/aws-protocoltests-restxml/src/commands/RecursiveShapesCommand.ts @@ -93,16 +93,11 @@ export class RecursiveShapesCommand extends $Command< RecursiveShapesCommandOutput, RestXmlProtocolClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - /** * @public */ constructor(readonly input: RecursiveShapesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -152,7 +147,4 @@ export class RecursiveShapesCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_RecursiveShapesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/private/aws-protocoltests-restxml/src/commands/SimpleScalarPropertiesCommand.ts b/private/aws-protocoltests-restxml/src/commands/SimpleScalarPropertiesCommand.ts index 3ebda5fc9a95..1477bec7f0f4 100644 --- a/private/aws-protocoltests-restxml/src/commands/SimpleScalarPropertiesCommand.ts +++ b/private/aws-protocoltests-restxml/src/commands/SimpleScalarPropertiesCommand.ts @@ -87,16 +87,11 @@ export class SimpleScalarPropertiesCommand extends $Command< SimpleScalarPropertiesCommandOutput, RestXmlProtocolClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - /** * @public */ constructor(readonly input: SimpleScalarPropertiesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -146,7 +141,4 @@ export class SimpleScalarPropertiesCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_SimpleScalarPropertiesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/private/aws-protocoltests-restxml/src/commands/TimestampFormatHeadersCommand.ts b/private/aws-protocoltests-restxml/src/commands/TimestampFormatHeadersCommand.ts index d61b5a6a65ae..99883ae90a35 100644 --- a/private/aws-protocoltests-restxml/src/commands/TimestampFormatHeadersCommand.ts +++ b/private/aws-protocoltests-restxml/src/commands/TimestampFormatHeadersCommand.ts @@ -81,16 +81,11 @@ export class TimestampFormatHeadersCommand extends $Command< TimestampFormatHeadersCommandOutput, RestXmlProtocolClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - /** * @public */ constructor(readonly input: TimestampFormatHeadersCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -140,7 +135,4 @@ export class TimestampFormatHeadersCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_TimestampFormatHeadersCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/private/aws-protocoltests-restxml/src/commands/XmlAttributesCommand.ts b/private/aws-protocoltests-restxml/src/commands/XmlAttributesCommand.ts index 1e539d2c1585..7ecb7336dcb9 100644 --- a/private/aws-protocoltests-restxml/src/commands/XmlAttributesCommand.ts +++ b/private/aws-protocoltests-restxml/src/commands/XmlAttributesCommand.ts @@ -71,16 +71,11 @@ export class XmlAttributesCommand extends $Command< XmlAttributesCommandOutput, RestXmlProtocolClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - /** * @public */ constructor(readonly input: XmlAttributesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -130,7 +125,4 @@ export class XmlAttributesCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_XmlAttributesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/private/aws-protocoltests-restxml/src/commands/XmlAttributesOnPayloadCommand.ts b/private/aws-protocoltests-restxml/src/commands/XmlAttributesOnPayloadCommand.ts index d350e3f34a69..e3dea25662be 100644 --- a/private/aws-protocoltests-restxml/src/commands/XmlAttributesOnPayloadCommand.ts +++ b/private/aws-protocoltests-restxml/src/commands/XmlAttributesOnPayloadCommand.ts @@ -75,16 +75,11 @@ export class XmlAttributesOnPayloadCommand extends $Command< XmlAttributesOnPayloadCommandOutput, RestXmlProtocolClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - /** * @public */ constructor(readonly input: XmlAttributesOnPayloadCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -134,7 +129,4 @@ export class XmlAttributesOnPayloadCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_XmlAttributesOnPayloadCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/private/aws-protocoltests-restxml/src/commands/XmlBlobsCommand.ts b/private/aws-protocoltests-restxml/src/commands/XmlBlobsCommand.ts index ce5833099762..78add750b5bb 100644 --- a/private/aws-protocoltests-restxml/src/commands/XmlBlobsCommand.ts +++ b/private/aws-protocoltests-restxml/src/commands/XmlBlobsCommand.ts @@ -69,16 +69,11 @@ export class XmlBlobsCommand extends $Command< XmlBlobsCommandOutput, RestXmlProtocolClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - /** * @public */ constructor(readonly input: XmlBlobsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -128,7 +123,4 @@ export class XmlBlobsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_XmlBlobsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/private/aws-protocoltests-restxml/src/commands/XmlEmptyBlobsCommand.ts b/private/aws-protocoltests-restxml/src/commands/XmlEmptyBlobsCommand.ts index a41ec1823f4f..148b9dc94ba6 100644 --- a/private/aws-protocoltests-restxml/src/commands/XmlEmptyBlobsCommand.ts +++ b/private/aws-protocoltests-restxml/src/commands/XmlEmptyBlobsCommand.ts @@ -69,16 +69,11 @@ export class XmlEmptyBlobsCommand extends $Command< XmlEmptyBlobsCommandOutput, RestXmlProtocolClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - /** * @public */ constructor(readonly input: XmlEmptyBlobsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -128,7 +123,4 @@ export class XmlEmptyBlobsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_XmlEmptyBlobsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/private/aws-protocoltests-restxml/src/commands/XmlEmptyListsCommand.ts b/private/aws-protocoltests-restxml/src/commands/XmlEmptyListsCommand.ts index 2ff79452d6bc..d7040e78559a 100644 --- a/private/aws-protocoltests-restxml/src/commands/XmlEmptyListsCommand.ts +++ b/private/aws-protocoltests-restxml/src/commands/XmlEmptyListsCommand.ts @@ -173,16 +173,11 @@ export class XmlEmptyListsCommand extends $Command< XmlEmptyListsCommandOutput, RestXmlProtocolClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - /** * @public */ constructor(readonly input: XmlEmptyListsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -232,7 +227,4 @@ export class XmlEmptyListsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_XmlEmptyListsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/private/aws-protocoltests-restxml/src/commands/XmlEmptyMapsCommand.ts b/private/aws-protocoltests-restxml/src/commands/XmlEmptyMapsCommand.ts index be971843dad6..0f5126fad500 100644 --- a/private/aws-protocoltests-restxml/src/commands/XmlEmptyMapsCommand.ts +++ b/private/aws-protocoltests-restxml/src/commands/XmlEmptyMapsCommand.ts @@ -77,16 +77,11 @@ export class XmlEmptyMapsCommand extends $Command< XmlEmptyMapsCommandOutput, RestXmlProtocolClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - /** * @public */ constructor(readonly input: XmlEmptyMapsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -136,7 +131,4 @@ export class XmlEmptyMapsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_XmlEmptyMapsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/private/aws-protocoltests-restxml/src/commands/XmlEmptyStringsCommand.ts b/private/aws-protocoltests-restxml/src/commands/XmlEmptyStringsCommand.ts index 196593f9e268..70513556ff56 100644 --- a/private/aws-protocoltests-restxml/src/commands/XmlEmptyStringsCommand.ts +++ b/private/aws-protocoltests-restxml/src/commands/XmlEmptyStringsCommand.ts @@ -69,16 +69,11 @@ export class XmlEmptyStringsCommand extends $Command< XmlEmptyStringsCommandOutput, RestXmlProtocolClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - /** * @public */ constructor(readonly input: XmlEmptyStringsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -128,7 +123,4 @@ export class XmlEmptyStringsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_XmlEmptyStringsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/private/aws-protocoltests-restxml/src/commands/XmlEnumsCommand.ts b/private/aws-protocoltests-restxml/src/commands/XmlEnumsCommand.ts index 05ae8b0e17d7..3808000a88cc 100644 --- a/private/aws-protocoltests-restxml/src/commands/XmlEnumsCommand.ts +++ b/private/aws-protocoltests-restxml/src/commands/XmlEnumsCommand.ts @@ -91,16 +91,11 @@ export class XmlEnumsCommand extends $Command< XmlEnumsCommandOutput, RestXmlProtocolClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - /** * @public */ constructor(readonly input: XmlEnumsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -150,7 +145,4 @@ export class XmlEnumsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_XmlEnumsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/private/aws-protocoltests-restxml/src/commands/XmlIntEnumsCommand.ts b/private/aws-protocoltests-restxml/src/commands/XmlIntEnumsCommand.ts index d9a8c7abdcc4..9b23f62f74d6 100644 --- a/private/aws-protocoltests-restxml/src/commands/XmlIntEnumsCommand.ts +++ b/private/aws-protocoltests-restxml/src/commands/XmlIntEnumsCommand.ts @@ -91,16 +91,11 @@ export class XmlIntEnumsCommand extends $Command< XmlIntEnumsCommandOutput, RestXmlProtocolClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - /** * @public */ constructor(readonly input: XmlIntEnumsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -150,7 +145,4 @@ export class XmlIntEnumsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_XmlIntEnumsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/private/aws-protocoltests-restxml/src/commands/XmlListsCommand.ts b/private/aws-protocoltests-restxml/src/commands/XmlListsCommand.ts index 1d7ae328521c..a0986ced659e 100644 --- a/private/aws-protocoltests-restxml/src/commands/XmlListsCommand.ts +++ b/private/aws-protocoltests-restxml/src/commands/XmlListsCommand.ts @@ -184,16 +184,11 @@ export class XmlListsCommand extends $Command< XmlListsCommandOutput, RestXmlProtocolClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - /** * @public */ constructor(readonly input: XmlListsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -243,7 +238,4 @@ export class XmlListsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_XmlListsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/private/aws-protocoltests-restxml/src/commands/XmlMapWithXmlNamespaceCommand.ts b/private/aws-protocoltests-restxml/src/commands/XmlMapWithXmlNamespaceCommand.ts index 70be1c1c43de..a4ef3552c160 100644 --- a/private/aws-protocoltests-restxml/src/commands/XmlMapWithXmlNamespaceCommand.ts +++ b/private/aws-protocoltests-restxml/src/commands/XmlMapWithXmlNamespaceCommand.ts @@ -73,16 +73,11 @@ export class XmlMapWithXmlNamespaceCommand extends $Command< XmlMapWithXmlNamespaceCommandOutput, RestXmlProtocolClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - /** * @public */ constructor(readonly input: XmlMapWithXmlNamespaceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -132,7 +127,4 @@ export class XmlMapWithXmlNamespaceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_XmlMapWithXmlNamespaceCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/private/aws-protocoltests-restxml/src/commands/XmlMapsCommand.ts b/private/aws-protocoltests-restxml/src/commands/XmlMapsCommand.ts index 19a3512127d3..6dd579ff0034 100644 --- a/private/aws-protocoltests-restxml/src/commands/XmlMapsCommand.ts +++ b/private/aws-protocoltests-restxml/src/commands/XmlMapsCommand.ts @@ -77,16 +77,11 @@ export class XmlMapsCommand extends $Command< XmlMapsCommandOutput, RestXmlProtocolClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - /** * @public */ constructor(readonly input: XmlMapsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -136,7 +131,4 @@ export class XmlMapsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_XmlMapsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/private/aws-protocoltests-restxml/src/commands/XmlMapsXmlNameCommand.ts b/private/aws-protocoltests-restxml/src/commands/XmlMapsXmlNameCommand.ts index c6af0af59b74..8ac31900ea4d 100644 --- a/private/aws-protocoltests-restxml/src/commands/XmlMapsXmlNameCommand.ts +++ b/private/aws-protocoltests-restxml/src/commands/XmlMapsXmlNameCommand.ts @@ -77,16 +77,11 @@ export class XmlMapsXmlNameCommand extends $Command< XmlMapsXmlNameCommandOutput, RestXmlProtocolClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - /** * @public */ constructor(readonly input: XmlMapsXmlNameCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -136,7 +131,4 @@ export class XmlMapsXmlNameCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_XmlMapsXmlNameCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/private/aws-protocoltests-restxml/src/commands/XmlNamespacesCommand.ts b/private/aws-protocoltests-restxml/src/commands/XmlNamespacesCommand.ts index 9fe00e79d8ea..9acaef1ced83 100644 --- a/private/aws-protocoltests-restxml/src/commands/XmlNamespacesCommand.ts +++ b/private/aws-protocoltests-restxml/src/commands/XmlNamespacesCommand.ts @@ -79,16 +79,11 @@ export class XmlNamespacesCommand extends $Command< XmlNamespacesCommandOutput, RestXmlProtocolClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - /** * @public */ constructor(readonly input: XmlNamespacesCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -138,7 +133,4 @@ export class XmlNamespacesCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_XmlNamespacesCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/private/aws-protocoltests-restxml/src/commands/XmlTimestampsCommand.ts b/private/aws-protocoltests-restxml/src/commands/XmlTimestampsCommand.ts index c5c58acae31a..31dae436006b 100644 --- a/private/aws-protocoltests-restxml/src/commands/XmlTimestampsCommand.ts +++ b/private/aws-protocoltests-restxml/src/commands/XmlTimestampsCommand.ts @@ -83,16 +83,11 @@ export class XmlTimestampsCommand extends $Command< XmlTimestampsCommandOutput, RestXmlProtocolClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - /** * @public */ constructor(readonly input: XmlTimestampsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -142,7 +137,4 @@ export class XmlTimestampsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_XmlTimestampsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/private/aws-protocoltests-restxml/src/commands/XmlUnionsCommand.ts b/private/aws-protocoltests-restxml/src/commands/XmlUnionsCommand.ts index 3bf7813eb8e3..7d0818f0d3a4 100644 --- a/private/aws-protocoltests-restxml/src/commands/XmlUnionsCommand.ts +++ b/private/aws-protocoltests-restxml/src/commands/XmlUnionsCommand.ts @@ -149,16 +149,11 @@ export class XmlUnionsCommand extends $Command< XmlUnionsCommandOutput, RestXmlProtocolClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - /** * @public */ constructor(readonly input: XmlUnionsCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -208,7 +203,4 @@ export class XmlUnionsCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { return de_XmlUnionsCommand(output, context); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/private/aws-restjson-server/package.json b/private/aws-restjson-server/package.json index 0b1aebe01044..89b08ede0862 100644 --- a/private/aws-restjson-server/package.json +++ b/private/aws-restjson-server/package.json @@ -23,25 +23,25 @@ "@aws-sdk/core": "*", "@aws-sdk/types": "*", "@aws-smithy/server-common": "1.0.0-alpha.10", - "@smithy/config-resolver": "^2.0.16", - "@smithy/fetch-http-handler": "^2.2.4", - "@smithy/hash-node": "^2.0.12", - "@smithy/invalid-dependency": "^2.0.12", - "@smithy/middleware-content-length": "^2.0.14", - "@smithy/middleware-retry": "^2.0.18", - "@smithy/middleware-serde": "^2.0.12", - "@smithy/middleware-stack": "^2.0.6", - "@smithy/node-http-handler": "^2.1.8", - "@smithy/protocol-http": "^3.0.8", - "@smithy/smithy-client": "^2.1.12", - "@smithy/types": "^2.4.0", - "@smithy/url-parser": "^2.0.12", - "@smithy/util-base64": "^2.0.0", + "@smithy/config-resolver": "^2.0.18", + "@smithy/fetch-http-handler": "^2.2.6", + "@smithy/hash-node": "^2.0.15", + "@smithy/invalid-dependency": "^2.0.13", + "@smithy/middleware-content-length": "^2.0.15", + "@smithy/middleware-retry": "^2.0.20", + "@smithy/middleware-serde": "^2.0.13", + "@smithy/middleware-stack": "^2.0.7", + "@smithy/node-http-handler": "^2.1.9", + "@smithy/protocol-http": "^3.0.9", + "@smithy/smithy-client": "^2.1.15", + "@smithy/types": "^2.5.0", + "@smithy/url-parser": "^2.0.13", + "@smithy/util-base64": "^2.0.1", "@smithy/util-body-length-browser": "^2.0.0", "@smithy/util-body-length-node": "^2.1.0", - "@smithy/util-defaults-mode-browser": "^2.0.16", - "@smithy/util-defaults-mode-node": "^2.0.21", - "@smithy/util-utf8": "^2.0.0", + "@smithy/util-defaults-mode-browser": "^2.0.19", + "@smithy/util-defaults-mode-node": "^2.0.25", + "@smithy/util-utf8": "^2.0.2", "tslib": "^2.5.0" }, "devDependencies": { diff --git a/private/aws-restjson-validation-server/package.json b/private/aws-restjson-validation-server/package.json index c386b79ed37e..7b088dca6f00 100644 --- a/private/aws-restjson-validation-server/package.json +++ b/private/aws-restjson-validation-server/package.json @@ -23,25 +23,25 @@ "@aws-sdk/core": "*", "@aws-sdk/types": "*", "@aws-smithy/server-common": "1.0.0-alpha.10", - "@smithy/config-resolver": "^2.0.16", - "@smithy/fetch-http-handler": "^2.2.4", - "@smithy/hash-node": "^2.0.12", - "@smithy/invalid-dependency": "^2.0.12", - "@smithy/middleware-content-length": "^2.0.14", - "@smithy/middleware-retry": "^2.0.18", - "@smithy/middleware-serde": "^2.0.12", - "@smithy/middleware-stack": "^2.0.6", - "@smithy/node-http-handler": "^2.1.8", - "@smithy/protocol-http": "^3.0.8", - "@smithy/smithy-client": "^2.1.12", - "@smithy/types": "^2.4.0", - "@smithy/url-parser": "^2.0.12", - "@smithy/util-base64": "^2.0.0", + "@smithy/config-resolver": "^2.0.18", + "@smithy/fetch-http-handler": "^2.2.6", + "@smithy/hash-node": "^2.0.15", + "@smithy/invalid-dependency": "^2.0.13", + "@smithy/middleware-content-length": "^2.0.15", + "@smithy/middleware-retry": "^2.0.20", + "@smithy/middleware-serde": "^2.0.13", + "@smithy/middleware-stack": "^2.0.7", + "@smithy/node-http-handler": "^2.1.9", + "@smithy/protocol-http": "^3.0.9", + "@smithy/smithy-client": "^2.1.15", + "@smithy/types": "^2.5.0", + "@smithy/url-parser": "^2.0.13", + "@smithy/util-base64": "^2.0.1", "@smithy/util-body-length-browser": "^2.0.0", "@smithy/util-body-length-node": "^2.1.0", - "@smithy/util-defaults-mode-browser": "^2.0.16", - "@smithy/util-defaults-mode-node": "^2.0.21", - "@smithy/util-utf8": "^2.0.0", + "@smithy/util-defaults-mode-browser": "^2.0.19", + "@smithy/util-defaults-mode-node": "^2.0.25", + "@smithy/util-utf8": "^2.0.2", "tslib": "^2.5.0" }, "devDependencies": { diff --git a/private/aws-util-test/package.json b/private/aws-util-test/package.json index ff0a1efcd53d..d381b2d5ba50 100644 --- a/private/aws-util-test/package.json +++ b/private/aws-util-test/package.json @@ -15,9 +15,9 @@ "types": "./dist-types/index.d.ts", "sideEffects": false, "dependencies": { - "@smithy/protocol-http": "^3.0.8", + "@smithy/protocol-http": "^3.0.9", "@aws-sdk/aws-protocoltests-json": "*", - "@smithy/types": "^2.4.0", + "@smithy/types": "^2.5.0", "tslib": "^2.5.0" }, "devDependencies": { diff --git a/private/weather-experimental-identity-and-auth/package.json b/private/weather-experimental-identity-and-auth/package.json index a25ee2c757a5..85d5089287c5 100644 --- a/private/weather-experimental-identity-and-auth/package.json +++ b/private/weather-experimental-identity-and-auth/package.json @@ -30,29 +30,30 @@ "@aws-sdk/types": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@smithy/config-resolver": "^2.0.16", - "@smithy/experimental-identity-and-auth": "^0.0.20", - "@smithy/fetch-http-handler": "^2.2.4", - "@smithy/hash-node": "^2.0.12", - "@smithy/invalid-dependency": "^2.0.12", - "@smithy/middleware-content-length": "^2.0.14", - "@smithy/middleware-retry": "^2.0.18", - "@smithy/middleware-serde": "^2.0.12", - "@smithy/middleware-stack": "^2.0.6", - "@smithy/node-config-provider": "^2.1.3", - "@smithy/node-http-handler": "^2.1.8", - "@smithy/protocol-http": "^3.0.8", - "@smithy/smithy-client": "^2.1.12", - "@smithy/types": "^2.4.0", - "@smithy/url-parser": "^2.0.12", - "@smithy/util-base64": "^2.0.0", + "@smithy/config-resolver": "^2.0.18", + "@smithy/core": "^1.0.1", + "@smithy/experimental-identity-and-auth": "^0.0.24", + "@smithy/fetch-http-handler": "^2.2.6", + "@smithy/hash-node": "^2.0.15", + "@smithy/invalid-dependency": "^2.0.13", + "@smithy/middleware-content-length": "^2.0.15", + "@smithy/middleware-retry": "^2.0.20", + "@smithy/middleware-serde": "^2.0.13", + "@smithy/middleware-stack": "^2.0.7", + "@smithy/node-config-provider": "^2.1.5", + "@smithy/node-http-handler": "^2.1.9", + "@smithy/protocol-http": "^3.0.9", + "@smithy/smithy-client": "^2.1.15", + "@smithy/types": "^2.5.0", + "@smithy/url-parser": "^2.0.13", + "@smithy/util-base64": "^2.0.1", "@smithy/util-body-length-browser": "^2.0.0", "@smithy/util-body-length-node": "^2.1.0", - "@smithy/util-defaults-mode-browser": "^2.0.16", - "@smithy/util-defaults-mode-node": "^2.0.21", - "@smithy/util-middleware": "^2.0.5", - "@smithy/util-retry": "^2.0.5", - "@smithy/util-utf8": "^2.0.0", + "@smithy/util-defaults-mode-browser": "^2.0.19", + "@smithy/util-defaults-mode-node": "^2.0.25", + "@smithy/util-middleware": "^2.0.6", + "@smithy/util-retry": "^2.0.6", + "@smithy/util-utf8": "^2.0.2", "tslib": "^2.5.0" }, "devDependencies": { diff --git a/private/weather-experimental-identity-and-auth/src/WeatherClient.ts b/private/weather-experimental-identity-and-auth/src/WeatherClient.ts index 8e76c81aa1f5..e537ca81bf90 100644 --- a/private/weather-experimental-identity-and-auth/src/WeatherClient.ts +++ b/private/weather-experimental-identity-and-auth/src/WeatherClient.ts @@ -2,7 +2,7 @@ import { HttpAuthSchemeInputConfig, HttpAuthSchemeResolvedConfig, - WeatherHttpAuthSchemeProvider, + defaultWeatherHttpAuthSchemeParametersProvider, resolveHttpAuthSchemeConfig, } from "./auth/httpAuthSchemeProvider"; import { OnlyCustomAuthCommandInput, OnlyCustomAuthCommandOutput } from "./commands/OnlyCustomAuthCommand"; @@ -53,9 +53,12 @@ import { import { CustomEndpointsInputConfig, CustomEndpointsResolvedConfig, + RegionInputConfig, + RegionResolvedConfig, resolveCustomEndpointsConfig, + resolveRegionConfig, } from "@smithy/config-resolver"; -import { HttpAuthScheme, getHttpAuthSchemePlugin, getHttpSigningPlugin } from "@smithy/experimental-identity-and-auth"; +import { DefaultIdentityProviderConfig, getHttpAuthSchemePlugin, getHttpSigningPlugin } from "@smithy/core"; import { getContentLengthPlugin } from "@smithy/middleware-content-length"; import { RetryInputConfig, RetryResolvedConfig, getRetryPlugin, resolveRetryConfig } from "@smithy/middleware-retry"; import { HttpHandler as __HttpHandler } from "@smithy/protocol-http"; @@ -193,6 +196,12 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ */ defaultUserAgentProvider?: Provider<__UserAgent>; + /** + * The service name to use as the signing service for AWS Auth + * @internal + */ + signingName?: string; + /** * Value for how many times a request will be made at most in case of retry. */ @@ -219,18 +228,6 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ * The {@link @smithy/smithy-client#DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK. */ defaultsMode?: __DefaultsMode | __Provider<__DefaultsMode>; - - /** - * experimentalIdentityAndAuth: Configuration of HttpAuthSchemes for a client which provides default identity providers and signers per auth scheme. - * @internal - */ - httpAuthSchemes?: HttpAuthScheme[]; - - /** - * experimentalIdentityAndAuth: Configuration of an HttpAuthSchemeProvider for a client which resolves which HttpAuthScheme to use. - * @internal - */ - httpAuthSchemeProvider?: WeatherHttpAuthSchemeProvider; } /** @@ -238,6 +235,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ */ export type WeatherClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & ClientDefaults & + RegionInputConfig & CustomEndpointsInputConfig & RetryInputConfig & HostHeaderInputConfig & @@ -256,6 +254,7 @@ export interface WeatherClientConfig extends WeatherClientConfigType {} export type WeatherClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & Required & RuntimeExtensionsConfig & + RegionResolvedConfig & CustomEndpointsResolvedConfig & RetryResolvedConfig & HostHeaderResolvedConfig & @@ -282,23 +281,42 @@ export class WeatherClient extends __Client< */ readonly config: WeatherClientResolvedConfig; + private getDefaultHttpAuthSchemeParametersProvider() { + return defaultWeatherHttpAuthSchemeParametersProvider; + } + + private getIdentityProviderConfigProvider() { + return async (config: WeatherClientResolvedConfig) => + new DefaultIdentityProviderConfig({ + "aws.auth#sigv4": config.credentials, + "smithy.api#httpApiKeyAuth": config.apiKey, + "smithy.api#httpBearerAuth": config.token, + }); + } + constructor(...[configuration]: __CheckOptionalClientConfig) { let _config_0 = __getRuntimeConfig(configuration || {}); - let _config_1 = resolveCustomEndpointsConfig(_config_0); - let _config_2 = resolveRetryConfig(_config_1); - let _config_3 = resolveHostHeaderConfig(_config_2); - let _config_4 = resolveUserAgentConfig(_config_3); - let _config_5 = resolveHttpAuthSchemeConfig(_config_4); - let _config_6 = resolveRuntimeExtensions(_config_5, configuration?.extensions || []); - super(_config_6); - this.config = _config_6; + let _config_1 = resolveRegionConfig(_config_0); + let _config_2 = resolveCustomEndpointsConfig(_config_1); + let _config_3 = resolveRetryConfig(_config_2); + let _config_4 = resolveHostHeaderConfig(_config_3); + let _config_5 = resolveUserAgentConfig(_config_4); + let _config_6 = resolveHttpAuthSchemeConfig(_config_5); + let _config_7 = resolveRuntimeExtensions(_config_6, configuration?.extensions || []); + super(_config_7); + this.config = _config_7; this.middlewareStack.use(getRetryPlugin(this.config)); this.middlewareStack.use(getContentLengthPlugin(this.config)); this.middlewareStack.use(getHostHeaderPlugin(this.config)); this.middlewareStack.use(getLoggerPlugin(this.config)); this.middlewareStack.use(getRecursionDetectionPlugin(this.config)); this.middlewareStack.use(getUserAgentPlugin(this.config)); - this.middlewareStack.use(getHttpAuthSchemePlugin(this.config)); + this.middlewareStack.use( + getHttpAuthSchemePlugin(this.config, { + identityProviderConfigProvider: this.getIdentityProviderConfigProvider(), + httpAuthSchemeParametersProvider: this.getDefaultHttpAuthSchemeParametersProvider(), + }) + ); this.middlewareStack.use(getHttpSigningPlugin(this.config)); } diff --git a/private/weather-experimental-identity-and-auth/src/auth/httpAuthExtensionConfiguration.ts b/private/weather-experimental-identity-and-auth/src/auth/httpAuthExtensionConfiguration.ts index eafd94fe6565..fcdf057a6ff3 100644 --- a/private/weather-experimental-identity-and-auth/src/auth/httpAuthExtensionConfiguration.ts +++ b/private/weather-experimental-identity-and-auth/src/auth/httpAuthExtensionConfiguration.ts @@ -3,11 +3,12 @@ import { WeatherHttpAuthSchemeProvider } from "./httpAuthSchemeProvider"; import { ApiKeyIdentity, ApiKeyIdentityProvider, + AwsCredentialIdentity, + AwsCredentialIdentityProvider, HttpAuthScheme, TokenIdentity, TokenIdentityProvider, -} from "@smithy/experimental-identity-and-auth"; -import { AwsCredentialIdentity, AwsCredentialIdentityProvider } from "@smithy/types"; +} from "@smithy/types"; /** * @internal @@ -49,7 +50,12 @@ export const getHttpAuthExtensionConfiguration = ( let _token = runtimeConfig.token; return { setHttpAuthScheme(httpAuthScheme: HttpAuthScheme): void { - _httpAuthSchemes.push(httpAuthScheme); + const index = _httpAuthSchemes.findIndex((scheme) => scheme.schemeId === httpAuthScheme.schemeId); + if (index === -1) { + _httpAuthSchemes.push(httpAuthScheme); + } else { + _httpAuthSchemes.splice(index, 1, httpAuthScheme); + } }, httpAuthSchemes(): HttpAuthScheme[] { return _httpAuthSchemes; diff --git a/private/weather-experimental-identity-and-auth/src/auth/httpAuthSchemeProvider.ts b/private/weather-experimental-identity-and-auth/src/auth/httpAuthSchemeProvider.ts index e05e3eb91d1e..5634a9989a91 100644 --- a/private/weather-experimental-identity-and-auth/src/auth/httpAuthSchemeProvider.ts +++ b/private/weather-experimental-identity-and-auth/src/auth/httpAuthSchemeProvider.ts @@ -1,25 +1,20 @@ // smithy-typescript generated code import { WeatherClientResolvedConfig } from "../WeatherClient"; +import { doesIdentityRequireRefresh, isIdentityExpired, memoizeIdentityProvider } from "@smithy/core"; import { ApiKeyIdentity, ApiKeyIdentityProvider, - DefaultIdentityProviderConfig, + AwsCredentialIdentity, + AwsCredentialIdentityProvider, + HandlerExecutionContext, HttpApiKeyAuthLocation, HttpAuthOption, + HttpAuthScheme, HttpAuthSchemeParameters, HttpAuthSchemeParametersProvider, HttpAuthSchemeProvider, - IdentityProviderConfig, TokenIdentity, TokenIdentityProvider, - doesIdentityRequireRefresh, - isIdentityExpired, - memoizeIdentityProvider, -} from "@smithy/experimental-identity-and-auth"; -import { - AwsCredentialIdentity, - AwsCredentialIdentityProvider, - HandlerExecutionContext, Provider as __Provider, } from "@smithy/types"; import { getSmithyContext, normalizeProvider } from "@smithy/util-middleware"; @@ -67,6 +62,14 @@ function createAwsAuthSigv4HttpAuthOption(authParameters: WeatherHttpAuthSchemeP name: "weather", region: authParameters.region, }, + propertiesExtractor: (__config, context) => ({ + /** + * @internal + */ + identityProperties: { + __config, + }, + }), }; } @@ -90,6 +93,14 @@ function createSmithyApiHttpApiKeyAuthHttpAuthOption(authParameters: WeatherHttp function createSmithyApiHttpBearerAuthHttpAuthOption(authParameters: WeatherHttpAuthSchemeParameters): HttpAuthOption { return { schemeId: "smithy.api#httpBearerAuth", + propertiesExtractor: (__config, context) => ({ + /** + * @internal + */ + identityProperties: { + __config, + }, + }), }; } @@ -163,6 +174,18 @@ export const defaultWeatherHttpAuthSchemeProvider: WeatherHttpAuthSchemeProvider * @internal */ export interface HttpAuthSchemeInputConfig { + /** + * experimentalIdentityAndAuth: Configuration of HttpAuthSchemes for a client which provides default identity providers and signers per auth scheme. + * @internal + */ + httpAuthSchemes?: HttpAuthScheme[]; + + /** + * experimentalIdentityAndAuth: Configuration of an HttpAuthSchemeProvider for a client which resolves which HttpAuthScheme to use. + * @internal + */ + httpAuthSchemeProvider?: WeatherHttpAuthSchemeProvider; + /** * The API key to use when making requests. */ @@ -185,6 +208,18 @@ export interface HttpAuthSchemeInputConfig { * @internal */ export interface HttpAuthSchemeResolvedConfig { + /** + * experimentalIdentityAndAuth: Configuration of HttpAuthSchemes for a client which provides default identity providers and signers per auth scheme. + * @internal + */ + readonly httpAuthSchemes: HttpAuthScheme[]; + + /** + * experimentalIdentityAndAuth: Configuration of an HttpAuthSchemeProvider for a client which resolves which HttpAuthScheme to use. + * @internal + */ + readonly httpAuthSchemeProvider: WeatherHttpAuthSchemeProvider; + /** * The API key to use when making requests. */ @@ -201,16 +236,6 @@ export interface HttpAuthSchemeResolvedConfig { * The token used to authenticate requests. */ readonly token?: TokenIdentityProvider; - /** - * experimentalIdentityAndAuth: provides parameters for HttpAuthSchemeProvider. - * @internal - */ - readonly httpAuthSchemeParametersProvider: WeatherHttpAuthSchemeParametersProvider; - /** - * experimentalIdentityAndAuth: abstraction around identity configuration fields - * @internal - */ - readonly identityProviderConfig: IdentityProviderConfig; } /** @@ -227,11 +252,5 @@ export const resolveHttpAuthSchemeConfig = (config: HttpAuthSchemeInputConfig): credentials, region, token, - httpAuthSchemeParametersProvider: defaultWeatherHttpAuthSchemeParametersProvider, - identityProviderConfig: new DefaultIdentityProviderConfig({ - "aws.auth#sigv4": credentials, - "smithy.api#httpApiKeyAuth": apiKey, - "smithy.api#httpBearerAuth": token, - }), - }; + } as HttpAuthSchemeResolvedConfig; }; diff --git a/private/weather-experimental-identity-and-auth/src/commands/OnlyCustomAuthCommand.ts b/private/weather-experimental-identity-and-auth/src/commands/OnlyCustomAuthCommand.ts index 06ae8d666a6c..19c6e846c553 100644 --- a/private/weather-experimental-identity-and-auth/src/commands/OnlyCustomAuthCommand.ts +++ b/private/weather-experimental-identity-and-auth/src/commands/OnlyCustomAuthCommand.ts @@ -62,16 +62,11 @@ export class OnlyCustomAuthCommand extends $Command< OnlyCustomAuthCommandOutput, WeatherClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - /** * @public */ constructor(readonly input: OnlyCustomAuthCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -121,7 +116,4 @@ export class OnlyCustomAuthCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { throw new Error("No supported protocol was found"); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/private/weather-experimental-identity-and-auth/src/commands/OnlyCustomAuthOptionalCommand.ts b/private/weather-experimental-identity-and-auth/src/commands/OnlyCustomAuthOptionalCommand.ts index 6d86f4a8982b..9a0fd8e39246 100644 --- a/private/weather-experimental-identity-and-auth/src/commands/OnlyCustomAuthOptionalCommand.ts +++ b/private/weather-experimental-identity-and-auth/src/commands/OnlyCustomAuthOptionalCommand.ts @@ -62,16 +62,11 @@ export class OnlyCustomAuthOptionalCommand extends $Command< OnlyCustomAuthOptionalCommandOutput, WeatherClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - /** * @public */ constructor(readonly input: OnlyCustomAuthOptionalCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -121,7 +116,4 @@ export class OnlyCustomAuthOptionalCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { throw new Error("No supported protocol was found"); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/private/weather-experimental-identity-and-auth/src/commands/OnlyHttpApiKeyAndBearerAuthCommand.ts b/private/weather-experimental-identity-and-auth/src/commands/OnlyHttpApiKeyAndBearerAuthCommand.ts index c695eb6471c5..23a56f08dbe7 100644 --- a/private/weather-experimental-identity-and-auth/src/commands/OnlyHttpApiKeyAndBearerAuthCommand.ts +++ b/private/weather-experimental-identity-and-auth/src/commands/OnlyHttpApiKeyAndBearerAuthCommand.ts @@ -62,16 +62,11 @@ export class OnlyHttpApiKeyAndBearerAuthCommand extends $Command< OnlyHttpApiKeyAndBearerAuthCommandOutput, WeatherClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - /** * @public */ constructor(readonly input: OnlyHttpApiKeyAndBearerAuthCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -124,7 +119,4 @@ export class OnlyHttpApiKeyAndBearerAuthCommand extends $Command< ): Promise { throw new Error("No supported protocol was found"); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/private/weather-experimental-identity-and-auth/src/commands/OnlyHttpApiKeyAndBearerAuthReversedCommand.ts b/private/weather-experimental-identity-and-auth/src/commands/OnlyHttpApiKeyAndBearerAuthReversedCommand.ts index 23c781979079..ac952e7c895a 100644 --- a/private/weather-experimental-identity-and-auth/src/commands/OnlyHttpApiKeyAndBearerAuthReversedCommand.ts +++ b/private/weather-experimental-identity-and-auth/src/commands/OnlyHttpApiKeyAndBearerAuthReversedCommand.ts @@ -62,16 +62,11 @@ export class OnlyHttpApiKeyAndBearerAuthReversedCommand extends $Command< OnlyHttpApiKeyAndBearerAuthReversedCommandOutput, WeatherClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - /** * @public */ constructor(readonly input: OnlyHttpApiKeyAndBearerAuthReversedCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -127,7 +122,4 @@ export class OnlyHttpApiKeyAndBearerAuthReversedCommand extends $Command< ): Promise { throw new Error("No supported protocol was found"); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/private/weather-experimental-identity-and-auth/src/commands/OnlyHttpApiKeyAuthCommand.ts b/private/weather-experimental-identity-and-auth/src/commands/OnlyHttpApiKeyAuthCommand.ts index e153f202e8d0..083a5e5ca611 100644 --- a/private/weather-experimental-identity-and-auth/src/commands/OnlyHttpApiKeyAuthCommand.ts +++ b/private/weather-experimental-identity-and-auth/src/commands/OnlyHttpApiKeyAuthCommand.ts @@ -62,16 +62,11 @@ export class OnlyHttpApiKeyAuthCommand extends $Command< OnlyHttpApiKeyAuthCommandOutput, WeatherClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - /** * @public */ constructor(readonly input: OnlyHttpApiKeyAuthCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -121,7 +116,4 @@ export class OnlyHttpApiKeyAuthCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { throw new Error("No supported protocol was found"); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/private/weather-experimental-identity-and-auth/src/commands/OnlyHttpApiKeyAuthOptionalCommand.ts b/private/weather-experimental-identity-and-auth/src/commands/OnlyHttpApiKeyAuthOptionalCommand.ts index cd15dc697e78..02001a1aa6ea 100644 --- a/private/weather-experimental-identity-and-auth/src/commands/OnlyHttpApiKeyAuthOptionalCommand.ts +++ b/private/weather-experimental-identity-and-auth/src/commands/OnlyHttpApiKeyAuthOptionalCommand.ts @@ -62,16 +62,11 @@ export class OnlyHttpApiKeyAuthOptionalCommand extends $Command< OnlyHttpApiKeyAuthOptionalCommandOutput, WeatherClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - /** * @public */ constructor(readonly input: OnlyHttpApiKeyAuthOptionalCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -124,7 +119,4 @@ export class OnlyHttpApiKeyAuthOptionalCommand extends $Command< ): Promise { throw new Error("No supported protocol was found"); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/private/weather-experimental-identity-and-auth/src/commands/OnlyHttpBearerAuthCommand.ts b/private/weather-experimental-identity-and-auth/src/commands/OnlyHttpBearerAuthCommand.ts index 03d7435c4846..666e6506a489 100644 --- a/private/weather-experimental-identity-and-auth/src/commands/OnlyHttpBearerAuthCommand.ts +++ b/private/weather-experimental-identity-and-auth/src/commands/OnlyHttpBearerAuthCommand.ts @@ -62,16 +62,11 @@ export class OnlyHttpBearerAuthCommand extends $Command< OnlyHttpBearerAuthCommandOutput, WeatherClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - /** * @public */ constructor(readonly input: OnlyHttpBearerAuthCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -121,7 +116,4 @@ export class OnlyHttpBearerAuthCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { throw new Error("No supported protocol was found"); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/private/weather-experimental-identity-and-auth/src/commands/OnlyHttpBearerAuthOptionalCommand.ts b/private/weather-experimental-identity-and-auth/src/commands/OnlyHttpBearerAuthOptionalCommand.ts index 8f21955c2bb9..0576be0f9083 100644 --- a/private/weather-experimental-identity-and-auth/src/commands/OnlyHttpBearerAuthOptionalCommand.ts +++ b/private/weather-experimental-identity-and-auth/src/commands/OnlyHttpBearerAuthOptionalCommand.ts @@ -62,16 +62,11 @@ export class OnlyHttpBearerAuthOptionalCommand extends $Command< OnlyHttpBearerAuthOptionalCommandOutput, WeatherClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - /** * @public */ constructor(readonly input: OnlyHttpBearerAuthOptionalCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -124,7 +119,4 @@ export class OnlyHttpBearerAuthOptionalCommand extends $Command< ): Promise { throw new Error("No supported protocol was found"); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/private/weather-experimental-identity-and-auth/src/commands/OnlySigv4AuthCommand.ts b/private/weather-experimental-identity-and-auth/src/commands/OnlySigv4AuthCommand.ts index 2a05ee60a6f2..dceb6cd4bb55 100644 --- a/private/weather-experimental-identity-and-auth/src/commands/OnlySigv4AuthCommand.ts +++ b/private/weather-experimental-identity-and-auth/src/commands/OnlySigv4AuthCommand.ts @@ -62,16 +62,11 @@ export class OnlySigv4AuthCommand extends $Command< OnlySigv4AuthCommandOutput, WeatherClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - /** * @public */ constructor(readonly input: OnlySigv4AuthCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -121,7 +116,4 @@ export class OnlySigv4AuthCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { throw new Error("No supported protocol was found"); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/private/weather-experimental-identity-and-auth/src/commands/OnlySigv4AuthOptionalCommand.ts b/private/weather-experimental-identity-and-auth/src/commands/OnlySigv4AuthOptionalCommand.ts index 5b968c85b411..acc799503514 100644 --- a/private/weather-experimental-identity-and-auth/src/commands/OnlySigv4AuthOptionalCommand.ts +++ b/private/weather-experimental-identity-and-auth/src/commands/OnlySigv4AuthOptionalCommand.ts @@ -62,16 +62,11 @@ export class OnlySigv4AuthOptionalCommand extends $Command< OnlySigv4AuthOptionalCommandOutput, WeatherClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - /** * @public */ constructor(readonly input: OnlySigv4AuthOptionalCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -121,7 +116,4 @@ export class OnlySigv4AuthOptionalCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { throw new Error("No supported protocol was found"); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/private/weather-experimental-identity-and-auth/src/commands/SameAsServiceCommand.ts b/private/weather-experimental-identity-and-auth/src/commands/SameAsServiceCommand.ts index f668a6256c1a..d81c303eeca7 100644 --- a/private/weather-experimental-identity-and-auth/src/commands/SameAsServiceCommand.ts +++ b/private/weather-experimental-identity-and-auth/src/commands/SameAsServiceCommand.ts @@ -65,16 +65,11 @@ export class SameAsServiceCommand extends $Command< SameAsServiceCommandOutput, WeatherClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - /** * @public */ constructor(readonly input: SameAsServiceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -124,7 +119,4 @@ export class SameAsServiceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { throw new Error("No supported protocol was found"); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/private/weather-experimental-identity-and-auth/src/runtimeConfig.browser.ts b/private/weather-experimental-identity-and-auth/src/runtimeConfig.browser.ts index 9bcd9c64c7fd..148e22efb9b1 100644 --- a/private/weather-experimental-identity-and-auth/src/runtimeConfig.browser.ts +++ b/private/weather-experimental-identity-and-auth/src/runtimeConfig.browser.ts @@ -4,14 +4,10 @@ import packageInfo from "../package.json"; // eslint-disable-line import { Sha256 } from "@aws-crypto/sha256-browser"; import { defaultUserAgent } from "@aws-sdk/util-user-agent-browser"; -import { - HttpApiKeyAuthSigner, - HttpBearerAuthSigner, - IdentityProviderConfig, - NoAuthSigner, - SigV4Signer, -} from "@smithy/experimental-identity-and-auth"; +import { HttpApiKeyAuthSigner, HttpBearerAuthSigner, NoAuthSigner } from "@smithy/core"; +import { SigV4Signer } from "@smithy/experimental-identity-and-auth"; import { FetchHttpHandler as RequestHandler, streamCollector } from "@smithy/fetch-http-handler"; +import { IdentityProviderConfig } from "@smithy/types"; import { calculateBodyLength } from "@smithy/util-body-length-browser"; import { DEFAULT_MAX_ATTEMPTS, DEFAULT_RETRY_MODE } from "@smithy/util-retry"; import { WeatherClientConfig } from "./WeatherClient"; @@ -37,8 +33,8 @@ export const getRuntimeConfig = (config: WeatherClientConfig) => { httpAuthSchemes: config?.httpAuthSchemes ?? [ { schemeId: "aws.auth#sigv4", - identityProvider: (config: IdentityProviderConfig) => - config.getIdentityProvider("aws.auth#sigv4") || + identityProvider: (ipc: IdentityProviderConfig) => + ipc.getIdentityProvider("aws.auth#sigv4") || (async () => { throw new Error("`credentials` is missing"); }), @@ -46,13 +42,13 @@ export const getRuntimeConfig = (config: WeatherClientConfig) => { }, { schemeId: "smithy.api#httpApiKeyAuth", - identityProvider: (config: IdentityProviderConfig) => config.getIdentityProvider("smithy.api#httpApiKeyAuth"), + identityProvider: (ipc: IdentityProviderConfig) => ipc.getIdentityProvider("smithy.api#httpApiKeyAuth"), signer: new HttpApiKeyAuthSigner(), }, { schemeId: "smithy.api#httpBearerAuth", - identityProvider: (config: IdentityProviderConfig) => - config.getIdentityProvider("smithy.api#httpBearerAuth") || + identityProvider: (ipc: IdentityProviderConfig) => + ipc.getIdentityProvider("smithy.api#httpBearerAuth") || (async () => { throw new Error("`token` is missing"); }), @@ -60,8 +56,8 @@ export const getRuntimeConfig = (config: WeatherClientConfig) => { }, { schemeId: "smithy.api#noAuth", - identityProvider: (config: IdentityProviderConfig) => - config.getIdentityProvider("smithy.api#noAuth") || (async () => ({})), + identityProvider: (ipc: IdentityProviderConfig) => + ipc.getIdentityProvider("smithy.api#noAuth") || (async () => ({})), signer: new NoAuthSigner(), }, ], diff --git a/private/weather-experimental-identity-and-auth/src/runtimeConfig.shared.ts b/private/weather-experimental-identity-and-auth/src/runtimeConfig.shared.ts index 69876ec1688d..4b76ea6bf450 100644 --- a/private/weather-experimental-identity-and-auth/src/runtimeConfig.shared.ts +++ b/private/weather-experimental-identity-and-auth/src/runtimeConfig.shared.ts @@ -1,13 +1,9 @@ // smithy-typescript generated code import { defaultWeatherHttpAuthSchemeProvider } from "./auth/httpAuthSchemeProvider"; -import { - HttpApiKeyAuthSigner, - HttpBearerAuthSigner, - IdentityProviderConfig, - NoAuthSigner, - SigV4Signer, -} from "@smithy/experimental-identity-and-auth"; +import { HttpApiKeyAuthSigner, HttpBearerAuthSigner, NoAuthSigner } from "@smithy/core"; +import { SigV4Signer } from "@smithy/experimental-identity-and-auth"; import { NoOpLogger } from "@smithy/smithy-client"; +import { IdentityProviderConfig } from "@smithy/types"; import { parseUrl } from "@smithy/url-parser"; import { fromBase64, toBase64 } from "@smithy/util-base64"; import { fromUtf8, toUtf8 } from "@smithy/util-utf8"; @@ -27,23 +23,23 @@ export const getRuntimeConfig = (config: WeatherClientConfig) => { httpAuthSchemes: config?.httpAuthSchemes ?? [ { schemeId: "aws.auth#sigv4", - identityProvider: (config: IdentityProviderConfig) => config.getIdentityProvider("aws.auth#sigv4"), + identityProvider: (ipc: IdentityProviderConfig) => ipc.getIdentityProvider("aws.auth#sigv4"), signer: new SigV4Signer(), }, { schemeId: "smithy.api#httpApiKeyAuth", - identityProvider: (config: IdentityProviderConfig) => config.getIdentityProvider("smithy.api#httpApiKeyAuth"), + identityProvider: (ipc: IdentityProviderConfig) => ipc.getIdentityProvider("smithy.api#httpApiKeyAuth"), signer: new HttpApiKeyAuthSigner(), }, { schemeId: "smithy.api#httpBearerAuth", - identityProvider: (config: IdentityProviderConfig) => config.getIdentityProvider("smithy.api#httpBearerAuth"), + identityProvider: (ipc: IdentityProviderConfig) => ipc.getIdentityProvider("smithy.api#httpBearerAuth"), signer: new HttpBearerAuthSigner(), }, { schemeId: "smithy.api#noAuth", - identityProvider: (config: IdentityProviderConfig) => - config.getIdentityProvider("smithy.api#noAuth") || (async () => ({})), + identityProvider: (ipc: IdentityProviderConfig) => + ipc.getIdentityProvider("smithy.api#noAuth") || (async () => ({})), signer: new NoAuthSigner(), }, ], diff --git a/private/weather-experimental-identity-and-auth/src/runtimeConfig.ts b/private/weather-experimental-identity-and-auth/src/runtimeConfig.ts index fc7c121af720..75df479e22d7 100644 --- a/private/weather-experimental-identity-and-auth/src/runtimeConfig.ts +++ b/private/weather-experimental-identity-and-auth/src/runtimeConfig.ts @@ -7,17 +7,13 @@ import { emitWarningIfUnsupportedVersion as awsCheckVersion } from "@aws-sdk/cor import { defaultProvider as credentialDefaultProvider } from "@aws-sdk/credential-provider-node"; import { nodeProvider } from "@aws-sdk/token-providers"; import { defaultUserAgent } from "@aws-sdk/util-user-agent-node"; -import { - HttpApiKeyAuthSigner, - HttpBearerAuthSigner, - IdentityProviderConfig, - NoAuthSigner, - SigV4Signer, -} from "@smithy/experimental-identity-and-auth"; +import { HttpApiKeyAuthSigner, HttpBearerAuthSigner, NoAuthSigner } from "@smithy/core"; +import { SigV4Signer } from "@smithy/experimental-identity-and-auth"; import { Hash } from "@smithy/hash-node"; import { NODE_MAX_ATTEMPT_CONFIG_OPTIONS, NODE_RETRY_MODE_CONFIG_OPTIONS } from "@smithy/middleware-retry"; import { loadConfig as loadNodeConfig } from "@smithy/node-config-provider"; import { NodeHttpHandler as RequestHandler, streamCollector } from "@smithy/node-http-handler"; +import { IdentityProviderConfig } from "@smithy/types"; import { calculateBodyLength } from "@smithy/util-body-length-node"; import { DEFAULT_RETRY_MODE } from "@smithy/util-retry"; import { WeatherClientConfig } from "./WeatherClient"; @@ -46,25 +42,28 @@ export const getRuntimeConfig = (config: WeatherClientConfig) => { httpAuthSchemes: config?.httpAuthSchemes ?? [ { schemeId: "aws.auth#sigv4", - identityProvider: (config: IdentityProviderConfig) => - config.getIdentityProvider("aws.auth#sigv4") || decorateDefaultCredentialProvider(credentialDefaultProvider), + identityProvider: (ipc: IdentityProviderConfig) => + ipc.getIdentityProvider("aws.auth#sigv4") || + (async (idProps) => + await decorateDefaultCredentialProvider(credentialDefaultProvider)(idProps?.__config || {})()), signer: new SigV4Signer(), }, { schemeId: "smithy.api#httpApiKeyAuth", - identityProvider: (config: IdentityProviderConfig) => config.getIdentityProvider("smithy.api#httpApiKeyAuth"), + identityProvider: (ipc: IdentityProviderConfig) => ipc.getIdentityProvider("smithy.api#httpApiKeyAuth"), signer: new HttpApiKeyAuthSigner(), }, { schemeId: "smithy.api#httpBearerAuth", - identityProvider: (config: IdentityProviderConfig) => - config.getIdentityProvider("smithy.api#httpBearerAuth") || nodeProvider, + identityProvider: (ipc: IdentityProviderConfig) => + ipc.getIdentityProvider("smithy.api#httpBearerAuth") || + (async (idProps) => await nodeProvider(idProps?.__config || {})(idProps)), signer: new HttpBearerAuthSigner(), }, { schemeId: "smithy.api#noAuth", - identityProvider: (config: IdentityProviderConfig) => - config.getIdentityProvider("smithy.api#noAuth") || (async () => ({})), + identityProvider: (ipc: IdentityProviderConfig) => + ipc.getIdentityProvider("smithy.api#noAuth") || (async () => ({})), signer: new NoAuthSigner(), }, ], diff --git a/private/weather/package.json b/private/weather/package.json index 355753f9a3ba..c0dea475195d 100644 --- a/private/weather/package.json +++ b/private/weather/package.json @@ -32,28 +32,28 @@ "@aws-sdk/types": "*", "@aws-sdk/util-user-agent-browser": "*", "@aws-sdk/util-user-agent-node": "*", - "@smithy/config-resolver": "^2.0.16", - "@smithy/fetch-http-handler": "^2.2.4", - "@smithy/hash-node": "^2.0.12", - "@smithy/invalid-dependency": "^2.0.12", - "@smithy/middleware-content-length": "^2.0.14", - "@smithy/middleware-retry": "^2.0.18", - "@smithy/middleware-serde": "^2.0.12", - "@smithy/middleware-stack": "^2.0.6", - "@smithy/node-config-provider": "^2.1.3", - "@smithy/node-http-handler": "^2.1.8", - "@smithy/protocol-http": "^3.0.8", - "@smithy/smithy-client": "^2.1.12", - "@smithy/types": "^2.4.0", - "@smithy/url-parser": "^2.0.12", - "@smithy/util-base64": "^2.0.0", + "@smithy/config-resolver": "^2.0.18", + "@smithy/fetch-http-handler": "^2.2.6", + "@smithy/hash-node": "^2.0.15", + "@smithy/invalid-dependency": "^2.0.13", + "@smithy/middleware-content-length": "^2.0.15", + "@smithy/middleware-retry": "^2.0.20", + "@smithy/middleware-serde": "^2.0.13", + "@smithy/middleware-stack": "^2.0.7", + "@smithy/node-config-provider": "^2.1.5", + "@smithy/node-http-handler": "^2.1.9", + "@smithy/protocol-http": "^3.0.9", + "@smithy/smithy-client": "^2.1.15", + "@smithy/types": "^2.5.0", + "@smithy/url-parser": "^2.0.13", + "@smithy/util-base64": "^2.0.1", "@smithy/util-body-length-browser": "^2.0.0", "@smithy/util-body-length-node": "^2.1.0", - "@smithy/util-defaults-mode-browser": "^2.0.16", - "@smithy/util-defaults-mode-node": "^2.0.21", - "@smithy/util-middleware": "^2.0.5", - "@smithy/util-retry": "^2.0.5", - "@smithy/util-utf8": "^2.0.0", + "@smithy/util-defaults-mode-browser": "^2.0.19", + "@smithy/util-defaults-mode-node": "^2.0.25", + "@smithy/util-middleware": "^2.0.6", + "@smithy/util-retry": "^2.0.6", + "@smithy/util-utf8": "^2.0.2", "tslib": "^2.5.0" }, "devDependencies": { diff --git a/private/weather/src/commands/OnlyCustomAuthCommand.ts b/private/weather/src/commands/OnlyCustomAuthCommand.ts index 650620c625ed..87f3fab57ac3 100644 --- a/private/weather/src/commands/OnlyCustomAuthCommand.ts +++ b/private/weather/src/commands/OnlyCustomAuthCommand.ts @@ -63,16 +63,11 @@ export class OnlyCustomAuthCommand extends $Command< OnlyCustomAuthCommandOutput, WeatherClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - /** * @public */ constructor(readonly input: OnlyCustomAuthCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -123,7 +118,4 @@ export class OnlyCustomAuthCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { throw new Error("No supported protocol was found"); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/private/weather/src/commands/OnlyCustomAuthOptionalCommand.ts b/private/weather/src/commands/OnlyCustomAuthOptionalCommand.ts index a5c25ec41814..d804e6880de2 100644 --- a/private/weather/src/commands/OnlyCustomAuthOptionalCommand.ts +++ b/private/weather/src/commands/OnlyCustomAuthOptionalCommand.ts @@ -62,16 +62,11 @@ export class OnlyCustomAuthOptionalCommand extends $Command< OnlyCustomAuthOptionalCommandOutput, WeatherClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - /** * @public */ constructor(readonly input: OnlyCustomAuthOptionalCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -121,7 +116,4 @@ export class OnlyCustomAuthOptionalCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { throw new Error("No supported protocol was found"); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/private/weather/src/commands/OnlyHttpApiKeyAndBearerAuthCommand.ts b/private/weather/src/commands/OnlyHttpApiKeyAndBearerAuthCommand.ts index 365f20220ec3..320a94858ff7 100644 --- a/private/weather/src/commands/OnlyHttpApiKeyAndBearerAuthCommand.ts +++ b/private/weather/src/commands/OnlyHttpApiKeyAndBearerAuthCommand.ts @@ -64,16 +64,11 @@ export class OnlyHttpApiKeyAndBearerAuthCommand extends $Command< OnlyHttpApiKeyAndBearerAuthCommandOutput, WeatherClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - /** * @public */ constructor(readonly input: OnlyHttpApiKeyAndBearerAuthCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -128,7 +123,4 @@ export class OnlyHttpApiKeyAndBearerAuthCommand extends $Command< ): Promise { throw new Error("No supported protocol was found"); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/private/weather/src/commands/OnlyHttpApiKeyAndBearerAuthReversedCommand.ts b/private/weather/src/commands/OnlyHttpApiKeyAndBearerAuthReversedCommand.ts index c592b05aed7e..e89646d08999 100644 --- a/private/weather/src/commands/OnlyHttpApiKeyAndBearerAuthReversedCommand.ts +++ b/private/weather/src/commands/OnlyHttpApiKeyAndBearerAuthReversedCommand.ts @@ -64,16 +64,11 @@ export class OnlyHttpApiKeyAndBearerAuthReversedCommand extends $Command< OnlyHttpApiKeyAndBearerAuthReversedCommandOutput, WeatherClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - /** * @public */ constructor(readonly input: OnlyHttpApiKeyAndBearerAuthReversedCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -131,7 +126,4 @@ export class OnlyHttpApiKeyAndBearerAuthReversedCommand extends $Command< ): Promise { throw new Error("No supported protocol was found"); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/private/weather/src/commands/OnlyHttpApiKeyAuthCommand.ts b/private/weather/src/commands/OnlyHttpApiKeyAuthCommand.ts index 0865116b47df..cb336144ace2 100644 --- a/private/weather/src/commands/OnlyHttpApiKeyAuthCommand.ts +++ b/private/weather/src/commands/OnlyHttpApiKeyAuthCommand.ts @@ -64,16 +64,11 @@ export class OnlyHttpApiKeyAuthCommand extends $Command< OnlyHttpApiKeyAuthCommandOutput, WeatherClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - /** * @public */ constructor(readonly input: OnlyHttpApiKeyAuthCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -125,7 +120,4 @@ export class OnlyHttpApiKeyAuthCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { throw new Error("No supported protocol was found"); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/private/weather/src/commands/OnlyHttpApiKeyAuthOptionalCommand.ts b/private/weather/src/commands/OnlyHttpApiKeyAuthOptionalCommand.ts index 9290b3e25307..f42258796a14 100644 --- a/private/weather/src/commands/OnlyHttpApiKeyAuthOptionalCommand.ts +++ b/private/weather/src/commands/OnlyHttpApiKeyAuthOptionalCommand.ts @@ -62,16 +62,11 @@ export class OnlyHttpApiKeyAuthOptionalCommand extends $Command< OnlyHttpApiKeyAuthOptionalCommandOutput, WeatherClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - /** * @public */ constructor(readonly input: OnlyHttpApiKeyAuthOptionalCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -124,7 +119,4 @@ export class OnlyHttpApiKeyAuthOptionalCommand extends $Command< ): Promise { throw new Error("No supported protocol was found"); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/private/weather/src/commands/OnlyHttpBearerAuthCommand.ts b/private/weather/src/commands/OnlyHttpBearerAuthCommand.ts index 7f8cfebe9db1..0320f99894d5 100644 --- a/private/weather/src/commands/OnlyHttpBearerAuthCommand.ts +++ b/private/weather/src/commands/OnlyHttpBearerAuthCommand.ts @@ -63,16 +63,11 @@ export class OnlyHttpBearerAuthCommand extends $Command< OnlyHttpBearerAuthCommandOutput, WeatherClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - /** * @public */ constructor(readonly input: OnlyHttpBearerAuthCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -123,7 +118,4 @@ export class OnlyHttpBearerAuthCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { throw new Error("No supported protocol was found"); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/private/weather/src/commands/OnlyHttpBearerAuthOptionalCommand.ts b/private/weather/src/commands/OnlyHttpBearerAuthOptionalCommand.ts index 3fe4d465d858..4ed1b640d4a9 100644 --- a/private/weather/src/commands/OnlyHttpBearerAuthOptionalCommand.ts +++ b/private/weather/src/commands/OnlyHttpBearerAuthOptionalCommand.ts @@ -62,16 +62,11 @@ export class OnlyHttpBearerAuthOptionalCommand extends $Command< OnlyHttpBearerAuthOptionalCommandOutput, WeatherClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - /** * @public */ constructor(readonly input: OnlyHttpBearerAuthOptionalCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -124,7 +119,4 @@ export class OnlyHttpBearerAuthOptionalCommand extends $Command< ): Promise { throw new Error("No supported protocol was found"); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/private/weather/src/commands/OnlySigv4AuthCommand.ts b/private/weather/src/commands/OnlySigv4AuthCommand.ts index 663602d363a6..bce0e5d91d53 100644 --- a/private/weather/src/commands/OnlySigv4AuthCommand.ts +++ b/private/weather/src/commands/OnlySigv4AuthCommand.ts @@ -63,16 +63,11 @@ export class OnlySigv4AuthCommand extends $Command< OnlySigv4AuthCommandOutput, WeatherClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - /** * @public */ constructor(readonly input: OnlySigv4AuthCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -123,7 +118,4 @@ export class OnlySigv4AuthCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { throw new Error("No supported protocol was found"); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/private/weather/src/commands/OnlySigv4AuthOptionalCommand.ts b/private/weather/src/commands/OnlySigv4AuthOptionalCommand.ts index 2e935a3937ad..f1946fb46fcd 100644 --- a/private/weather/src/commands/OnlySigv4AuthOptionalCommand.ts +++ b/private/weather/src/commands/OnlySigv4AuthOptionalCommand.ts @@ -62,16 +62,11 @@ export class OnlySigv4AuthOptionalCommand extends $Command< OnlySigv4AuthOptionalCommandOutput, WeatherClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - /** * @public */ constructor(readonly input: OnlySigv4AuthOptionalCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -121,7 +116,4 @@ export class OnlySigv4AuthOptionalCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { throw new Error("No supported protocol was found"); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/private/weather/src/commands/SameAsServiceCommand.ts b/private/weather/src/commands/SameAsServiceCommand.ts index a011cb31067b..11d0b13a8344 100644 --- a/private/weather/src/commands/SameAsServiceCommand.ts +++ b/private/weather/src/commands/SameAsServiceCommand.ts @@ -66,16 +66,11 @@ export class SameAsServiceCommand extends $Command< SameAsServiceCommandOutput, WeatherClientResolvedConfig > { - // Start section: command_properties - // End section: command_properties - /** * @public */ constructor(readonly input: SameAsServiceCommandInput) { - // Start section: command_constructor super(); - // End section: command_constructor } /** @@ -126,7 +121,4 @@ export class SameAsServiceCommand extends $Command< private deserialize(output: __HttpResponse, context: __SerdeContext): Promise { throw new Error("No supported protocol was found"); } - - // Start section: command_body_extra - // End section: command_body_extra } diff --git a/scripts/generate-clients/config.js b/scripts/generate-clients/config.js index 66e3446ffe56..fba63018c3bc 100644 --- a/scripts/generate-clients/config.js +++ b/scripts/generate-clients/config.js @@ -1,5 +1,5 @@ // Update this commit when taking up new changes from smithy-typescript. module.exports = { // Use full commit hash as we explicitly fetch it. - SMITHY_TS_COMMIT: "7de91ee308862ad62ed95fe9222f239221fa5a90", + SMITHY_TS_COMMIT: "b4ff4377ebaf5f51b89e6e98cdbb4b205f69594b", }; diff --git a/yarn.lock b/yarn.lock index 668ce7372d4a..af5a4069e26e 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2769,20 +2769,20 @@ "@smithy/types" "^2.0.2" tslib "^2.5.0" -"@smithy/abort-controller@^2.0.12": - version "2.0.12" - resolved "https://registry.yarnpkg.com/@smithy/abort-controller/-/abort-controller-2.0.12.tgz#62cd47c81fa1d7d6c2d6fde0c2f54ea89892fb6a" - integrity sha512-YIJyefe1mi3GxKdZxEBEuzYOeQ9xpYfqnFmWzojCssRAuR7ycxwpoRQgp965vuW426xUAQhCV5rCaWElQ7XsaA== +"@smithy/abort-controller@^2.0.13": + version "2.0.13" + resolved "https://registry.yarnpkg.com/@smithy/abort-controller/-/abort-controller-2.0.13.tgz#d050a969bf1a478e548a323ea0f1b83532cbc136" + integrity sha512-eeOPD+GF9BzF/Mjy3PICLePx4l0f3rG/nQegQHRLTloN5p1lSJJNZsyn+FzDnW8P2AduragZqJdtKNCxXozB1Q== dependencies: - "@smithy/types" "^2.4.0" + "@smithy/types" "^2.5.0" tslib "^2.5.0" -"@smithy/chunked-blob-reader-native@^2.0.0": - version "2.0.0" - resolved "https://registry.yarnpkg.com/@smithy/chunked-blob-reader-native/-/chunked-blob-reader-native-2.0.0.tgz#f6d0eeeb5481026b68b054f45540d924c194d558" - integrity sha512-HM8V2Rp1y8+1343tkZUKZllFhEQPNmpNdgFAncbTsxkZ18/gqjk23XXv3qGyXWp412f3o43ZZ1UZHVcHrpRnCQ== +"@smithy/chunked-blob-reader-native@^2.0.1": + version "2.0.1" + resolved "https://registry.yarnpkg.com/@smithy/chunked-blob-reader-native/-/chunked-blob-reader-native-2.0.1.tgz#0599eaed8c2cd15c7ab43a1838cef1258ff27133" + integrity sha512-N2oCZRglhWKm7iMBu7S6wDzXirjAofi7tAd26cxmgibRYOBS4D3hGfmkwCpHdASZzwZDD8rluh0Rcqw1JeZDRw== dependencies: - "@smithy/util-base64" "^2.0.0" + "@smithy/util-base64" "^2.0.1" tslib "^2.5.0" "@smithy/chunked-blob-reader@^2.0.0": @@ -2792,15 +2792,27 @@ dependencies: tslib "^2.5.0" -"@smithy/config-resolver@^2.0.16": - version "2.0.16" - resolved "https://registry.yarnpkg.com/@smithy/config-resolver/-/config-resolver-2.0.16.tgz#f2abf65a21f56731fdab2d39d2df2dd0e377c9cc" - integrity sha512-1k+FWHQDt2pfpXhJsOmNMmlAZ3NUQ98X5tYsjQhVGq+0X6cOBMhfh6Igd0IX3Ut6lEO6DQAdPMI/blNr3JZfMQ== +"@smithy/config-resolver@^2.0.18": + version "2.0.18" + resolved "https://registry.yarnpkg.com/@smithy/config-resolver/-/config-resolver-2.0.18.tgz#5692b491a423bfb821d12e6eca0eb5f0ca63e789" + integrity sha512-761sJSgNbvsqcsKW6/WZbrZr4H+0Vp/QKKqwyrxCPwD8BsiPEXNHyYnqNgaeK9xRWYswjon0Uxbpe3DWQo0j/g== dependencies: - "@smithy/node-config-provider" "^2.1.3" - "@smithy/types" "^2.4.0" + "@smithy/node-config-provider" "^2.1.5" + "@smithy/types" "^2.5.0" "@smithy/util-config-provider" "^2.0.0" - "@smithy/util-middleware" "^2.0.5" + "@smithy/util-middleware" "^2.0.6" + tslib "^2.5.0" + +"@smithy/core@^1.0.1": + version "1.0.1" + resolved "https://registry.yarnpkg.com/@smithy/core/-/core-1.0.1.tgz#0a61df9a6b85eb38a4d514815cb5029c22a2042f" + integrity sha512-3uiozhpvGGdMgOuT3uR1JsGT/eOCx88iL06/lxV57u1crtJqCaHW13QaeDfBvA0DuQZeOE0ClKXKWIRQo1mirg== + dependencies: + "@smithy/middleware-endpoint" "^2.2.0" + "@smithy/middleware-retry" "^2.0.20" + "@smithy/middleware-serde" "^2.0.13" + "@smithy/protocol-http" "^3.0.9" + "@smithy/types" "^2.5.0" tslib "^2.5.0" "@smithy/credential-provider-imds@^2.0.0": @@ -2814,15 +2826,15 @@ "@smithy/url-parser" "^2.0.1" tslib "^2.5.0" -"@smithy/credential-provider-imds@^2.0.18": - version "2.0.18" - resolved "https://registry.yarnpkg.com/@smithy/credential-provider-imds/-/credential-provider-imds-2.0.18.tgz#9a5b8be3f268bb4ac7b7ef321f57b0e9a61e2940" - integrity sha512-QnPBi6D2zj6AHJdUTo5zXmk8vwHJ2bNevhcVned1y+TZz/OI5cizz5DsYNkqFUIDn8tBuEyKNgbmKVNhBbuY3g== +"@smithy/credential-provider-imds@^2.1.1": + version "2.1.1" + resolved "https://registry.yarnpkg.com/@smithy/credential-provider-imds/-/credential-provider-imds-2.1.1.tgz#18607cbfce633ed81a2832889efb660c33a974e9" + integrity sha512-gw5G3FjWC6sNz8zpOJgPpH5HGKrpoVFQpToNAwLwJVyI/LJ2jDJRjSKEsM6XI25aRpYjMSE/Qptxx305gN1vHw== dependencies: - "@smithy/node-config-provider" "^2.1.3" - "@smithy/property-provider" "^2.0.13" - "@smithy/types" "^2.4.0" - "@smithy/url-parser" "^2.0.12" + "@smithy/node-config-provider" "^2.1.5" + "@smithy/property-provider" "^2.0.14" + "@smithy/types" "^2.5.0" + "@smithy/url-parser" "^2.0.13" tslib "^2.5.0" "@smithy/eventstream-codec@^2.0.0", "@smithy/eventstream-codec@^2.0.1": @@ -2835,110 +2847,110 @@ "@smithy/util-hex-encoding" "^2.0.0" tslib "^2.5.0" -"@smithy/eventstream-codec@^2.0.12": - version "2.0.12" - resolved "https://registry.yarnpkg.com/@smithy/eventstream-codec/-/eventstream-codec-2.0.12.tgz#99fab750d0ac3941f341d912d3c3a1ab985e1a7a" - integrity sha512-ZZQLzHBJkbiAAdj2C5K+lBlYp/XJ+eH2uy+jgJgYIFW/o5AM59Hlj7zyI44/ZTDIQWmBxb3EFv/c5t44V8/g8A== +"@smithy/eventstream-codec@^2.0.13": + version "2.0.13" + resolved "https://registry.yarnpkg.com/@smithy/eventstream-codec/-/eventstream-codec-2.0.13.tgz#10c57a80508125a64759e79b42ff848bee8498dc" + integrity sha512-CExbelIYp+DxAHG8RIs0l9QL7ElqhG4ym9BNoSpkPa4ptBQfzJdep3LbOSVJIE2VUdBAeObdeL6EDB3Jo85n3g== dependencies: "@aws-crypto/crc32" "3.0.0" - "@smithy/types" "^2.4.0" + "@smithy/types" "^2.5.0" "@smithy/util-hex-encoding" "^2.0.0" tslib "^2.5.0" -"@smithy/eventstream-serde-browser@^2.0.12": - version "2.0.12" - resolved "https://registry.yarnpkg.com/@smithy/eventstream-serde-browser/-/eventstream-serde-browser-2.0.12.tgz#46b578cf30ec4b91139800d89a752502d2b28a41" - integrity sha512-0pi8QlU/pwutNshoeJcbKR1p7Ie5STd8UFAMX5xhSoSJjNlxIv/OsHbF023jscMRN2Prrqd6ToGgdCnsZVQjvg== +"@smithy/eventstream-serde-browser@^2.0.13": + version "2.0.13" + resolved "https://registry.yarnpkg.com/@smithy/eventstream-serde-browser/-/eventstream-serde-browser-2.0.13.tgz#3d3ddb347320b736c001e0a4d7cf37962a6cefc9" + integrity sha512-OJ/2g/VxkzA+mYZxV102oX3CsiE+igTSmqq/ir3oEVG2kSIdRC00ryttj/lmL14W06ExNi0ysmfLxQkL8XrAZQ== dependencies: - "@smithy/eventstream-serde-universal" "^2.0.12" - "@smithy/types" "^2.4.0" + "@smithy/eventstream-serde-universal" "^2.0.13" + "@smithy/types" "^2.5.0" tslib "^2.5.0" -"@smithy/eventstream-serde-config-resolver@^2.0.12": - version "2.0.12" - resolved "https://registry.yarnpkg.com/@smithy/eventstream-serde-config-resolver/-/eventstream-serde-config-resolver-2.0.12.tgz#07871d226561394dfd6b468a7ede142b01491a76" - integrity sha512-I0XfwQkIX3gAnbrU5rLMkBSjTM9DHttdbLwf12CXmj7SSI5dT87PxtKLRrZGanaCMbdf2yCep+MW5/4M7IbvQA== +"@smithy/eventstream-serde-config-resolver@^2.0.13": + version "2.0.13" + resolved "https://registry.yarnpkg.com/@smithy/eventstream-serde-config-resolver/-/eventstream-serde-config-resolver-2.0.13.tgz#36cb39cb4a54c26d780fc9f39406a040dab75614" + integrity sha512-2BI1CbnYuEvAYoWSeWJtPNygbIKiWeSLxCmDLnyM6wQV32Of7VptiQlaFXPxXp4zqn/rs3ocZ/T29rxE4s4Gsg== dependencies: - "@smithy/types" "^2.4.0" + "@smithy/types" "^2.5.0" tslib "^2.5.0" -"@smithy/eventstream-serde-node@^2.0.12": - version "2.0.12" - resolved "https://registry.yarnpkg.com/@smithy/eventstream-serde-node/-/eventstream-serde-node-2.0.12.tgz#9f27037b7c782f9cbde6cc10a054df37915b0726" - integrity sha512-vf1vMHGOkG3uqN9x1zKOhnvW/XgvhJXWqjV6zZiT2FMjlEayugQ1mzpSqr7uf89+BzjTzuZKERmOsEAmewLbxw== +"@smithy/eventstream-serde-node@^2.0.13": + version "2.0.13" + resolved "https://registry.yarnpkg.com/@smithy/eventstream-serde-node/-/eventstream-serde-node-2.0.13.tgz#733f021b16692916f0514fdf2a98dc723cf29a31" + integrity sha512-7NbFwPafb924elFxCBDvm48jy/DeSrpFbFQN0uN2ThuY5HrEeubikS0t7WMva4Z4EnRoivpbuT0scb9vUIJKoA== dependencies: - "@smithy/eventstream-serde-universal" "^2.0.12" - "@smithy/types" "^2.4.0" + "@smithy/eventstream-serde-universal" "^2.0.13" + "@smithy/types" "^2.5.0" tslib "^2.5.0" -"@smithy/eventstream-serde-universal@^2.0.12": - version "2.0.12" - resolved "https://registry.yarnpkg.com/@smithy/eventstream-serde-universal/-/eventstream-serde-universal-2.0.12.tgz#59593439e153c576ab2d46f233c7bc4ddc364cb3" - integrity sha512-xZ3ZNpCxIND+q+UCy7y1n1/5VQEYicgSTNCcPqsKawX+Vd+6OcFX7gUHMyPzL8cZr+GdmJuxNleqHlH4giK2tw== +"@smithy/eventstream-serde-universal@^2.0.13": + version "2.0.13" + resolved "https://registry.yarnpkg.com/@smithy/eventstream-serde-universal/-/eventstream-serde-universal-2.0.13.tgz#2d7bba2acc36e6625891b0f8b3d42fe49c04f64e" + integrity sha512-j0yFd5UfftM+ia9dxLRbheJDCkCZBHpcEzCsPO8BxVOTbdcX/auVJCv6ov/yvpCKsf4Hv3mOqi0Is1YogM2g3Q== dependencies: - "@smithy/eventstream-codec" "^2.0.12" - "@smithy/types" "^2.4.0" + "@smithy/eventstream-codec" "^2.0.13" + "@smithy/types" "^2.5.0" tslib "^2.5.0" -"@smithy/experimental-identity-and-auth@^0.0.20": - version "0.0.20" - resolved "https://registry.yarnpkg.com/@smithy/experimental-identity-and-auth/-/experimental-identity-and-auth-0.0.20.tgz#700d2af9fba9f8dac3abebde05e05ae8b97fbdb7" - integrity sha512-/cWa37hntaHYyLLaftEIVqDTfrVgtlF9ZWUy1zvegqhTyA1rzUZFeNCIbsMc9F7E41hThhmNzwisYKkj8uBSLg== - dependencies: - "@smithy/middleware-endpoint" "^2.1.3" - "@smithy/middleware-retry" "^2.0.18" - "@smithy/middleware-serde" "^2.0.12" - "@smithy/protocol-http" "^3.0.8" - "@smithy/signature-v4" "^2.0.12" - "@smithy/types" "^2.4.0" +"@smithy/experimental-identity-and-auth@^0.0.24": + version "0.0.24" + resolved "https://registry.yarnpkg.com/@smithy/experimental-identity-and-auth/-/experimental-identity-and-auth-0.0.24.tgz#e2bab65ff6ba69083fe96f1dcf4ded4277aae5d4" + integrity sha512-tVa8+YEaw7qEFHzG+ps70N7oJhp40l5u1An7AttI/MinHsXbdyh5b/YcPKBH51umVLlZA5syBRCbZF3G4IdrFQ== + dependencies: + "@smithy/middleware-endpoint" "^2.2.0" + "@smithy/middleware-retry" "^2.0.20" + "@smithy/middleware-serde" "^2.0.13" + "@smithy/protocol-http" "^3.0.9" + "@smithy/signature-v4" "^2.0.15" + "@smithy/types" "^2.5.0" tslib "^2.5.0" -"@smithy/fetch-http-handler@^2.2.4": - version "2.2.4" - resolved "https://registry.yarnpkg.com/@smithy/fetch-http-handler/-/fetch-http-handler-2.2.4.tgz#405716581a5a336f2c162daf4169bff600fc47ce" - integrity sha512-gIPRFEGi+c6V52eauGKrjDzPWF2Cu7Z1r5F8A3j2wcwz25sPG/t8kjsbEhli/tS/2zJp/ybCZXe4j4ro3yv/HA== +"@smithy/fetch-http-handler@^2.2.6": + version "2.2.6" + resolved "https://registry.yarnpkg.com/@smithy/fetch-http-handler/-/fetch-http-handler-2.2.6.tgz#c3390c1c0533d024a5e2b1d1e8e778bcdcb66bf4" + integrity sha512-PStY3XO1Ksjwn3wMKye5U6m6zxXpXrXZYqLy/IeCbh3nM9QB3Jgw/B0PUSLUWKdXg4U8qgEu300e3ZoBvZLsDg== dependencies: - "@smithy/protocol-http" "^3.0.8" - "@smithy/querystring-builder" "^2.0.12" - "@smithy/types" "^2.4.0" - "@smithy/util-base64" "^2.0.0" + "@smithy/protocol-http" "^3.0.9" + "@smithy/querystring-builder" "^2.0.13" + "@smithy/types" "^2.5.0" + "@smithy/util-base64" "^2.0.1" tslib "^2.5.0" -"@smithy/hash-blob-browser@^2.0.12": - version "2.0.12" - resolved "https://registry.yarnpkg.com/@smithy/hash-blob-browser/-/hash-blob-browser-2.0.12.tgz#e030356ec480099db614adac8cc30f41a4f8a6ec" - integrity sha512-riLnV16f27yyePX8UF0deRHAeccUK8SrOxyTykSTrnVkgS3DsjNapZtTbd8OGNKEbI60Ncdb5GwN3rHZudXvog== +"@smithy/hash-blob-browser@^2.0.14": + version "2.0.14" + resolved "https://registry.yarnpkg.com/@smithy/hash-blob-browser/-/hash-blob-browser-2.0.14.tgz#ec0650114432d123b62dfde90685a62f3d9252fc" + integrity sha512-yWdghyPJIEqLYsaE7YVgd3YhM7jN4Pv6eJQvTomnMsz5K2qRBlpjUx3T9fKlElp1qdeQ7DNc3sAat4i9CUBO7Q== dependencies: "@smithy/chunked-blob-reader" "^2.0.0" - "@smithy/chunked-blob-reader-native" "^2.0.0" - "@smithy/types" "^2.4.0" + "@smithy/chunked-blob-reader-native" "^2.0.1" + "@smithy/types" "^2.5.0" tslib "^2.5.0" -"@smithy/hash-node@^2.0.12": - version "2.0.12" - resolved "https://registry.yarnpkg.com/@smithy/hash-node/-/hash-node-2.0.12.tgz#514586ca3f54840322273029eef66c41d9001e39" - integrity sha512-fDZnTr5j9t5qcbeJ037aMZXxMka13Znqwrgy3PAqYj6Dm3XHXHftTH3q+NWgayUxl1992GFtQt1RuEzRMy3NnQ== +"@smithy/hash-node@^2.0.15": + version "2.0.15" + resolved "https://registry.yarnpkg.com/@smithy/hash-node/-/hash-node-2.0.15.tgz#fd60ba5dd9a80f14c317bc668813a734f64786fb" + integrity sha512-t/qjEJZu/G46A22PAk1k/IiJZT4ncRkG5GOCNWN9HPPy5rCcSZUbh7gwp7CGKgJJ7ATMMg+0Td7i9o1lQTwOfQ== dependencies: - "@smithy/types" "^2.4.0" + "@smithy/types" "^2.5.0" "@smithy/util-buffer-from" "^2.0.0" - "@smithy/util-utf8" "^2.0.0" + "@smithy/util-utf8" "^2.0.2" tslib "^2.5.0" -"@smithy/hash-stream-node@^2.0.12": - version "2.0.12" - resolved "https://registry.yarnpkg.com/@smithy/hash-stream-node/-/hash-stream-node-2.0.12.tgz#9ad95895e946998991890e1c6a5694d63ad40fde" - integrity sha512-x/DrSynPKrW0k00q7aZ/vy531a3mRw79mOajHp+cIF0TrA1SqEMFoy/B8X0XtoAtlJWt/vvgeDNqt/KAeaAqMw== +"@smithy/hash-stream-node@^2.0.15": + version "2.0.15" + resolved "https://registry.yarnpkg.com/@smithy/hash-stream-node/-/hash-stream-node-2.0.15.tgz#6fcc710e1c8b134611e3d2c1be5cb49bc6e7ffcc" + integrity sha512-ZZ6kC/pHt5Dc2goXIIyC8uA7A4GUMSzdCynAabnZ3CSSaV6ctP8mlvVkqjPph0O3XzHlx/80gdLrNqi1GDPUsA== dependencies: - "@smithy/types" "^2.4.0" - "@smithy/util-utf8" "^2.0.0" + "@smithy/types" "^2.5.0" + "@smithy/util-utf8" "^2.0.2" tslib "^2.5.0" -"@smithy/invalid-dependency@^2.0.12": - version "2.0.12" - resolved "https://registry.yarnpkg.com/@smithy/invalid-dependency/-/invalid-dependency-2.0.12.tgz#de78a5e9457cc397aad0648e18c0260b522fe604" - integrity sha512-p5Y+iMHV3SoEpy3VSR7mifbreHQwVSvHSAz/m4GdoXfOzKzaYC8hYv10Ks7Deblkf7lhas8U+lAp9ThbBM+ZXA== +"@smithy/invalid-dependency@^2.0.13": + version "2.0.13" + resolved "https://registry.yarnpkg.com/@smithy/invalid-dependency/-/invalid-dependency-2.0.13.tgz#6f4c5d809906bbb069074c5c11028a2631abed8d" + integrity sha512-XsGYhVhvEikX1Yz0kyIoLssJf2Rs6E0U2w2YuKdT4jSra5A/g8V2oLROC1s56NldbgnpesTYB2z55KCHHbKyjw== dependencies: - "@smithy/types" "^2.4.0" + "@smithy/types" "^2.5.0" tslib "^2.5.0" "@smithy/is-array-buffer@^2.0.0": @@ -2948,75 +2960,75 @@ dependencies: tslib "^2.5.0" -"@smithy/md5-js@^2.0.12": - version "2.0.12" - resolved "https://registry.yarnpkg.com/@smithy/md5-js/-/md5-js-2.0.12.tgz#9625cb33a894713fb6d8a817bafd4f84e23ea506" - integrity sha512-OgDt+Xnrw+W5z3MSl5KZZzebqmXrYl9UdbCiBYnnjErmNywwSjV6QB/Oic3/7hnsPniSU81n7Rvlhz2kH4EREQ== +"@smithy/md5-js@^2.0.15": + version "2.0.15" + resolved "https://registry.yarnpkg.com/@smithy/md5-js/-/md5-js-2.0.15.tgz#6d59e02c868ec8241bb437bfbe4d8aadaa0918a5" + integrity sha512-pAZaokib56XvhU0t/R9vAcr3L3bMhIakhF25X7EMSQ7LAURiLfce/tgON8I3x/dIbnZUyeRi8f2cx2azu6ATew== dependencies: - "@smithy/types" "^2.4.0" - "@smithy/util-utf8" "^2.0.0" + "@smithy/types" "^2.5.0" + "@smithy/util-utf8" "^2.0.2" tslib "^2.5.0" -"@smithy/middleware-apply-body-checksum@^2.0.14": - version "2.0.14" - resolved "https://registry.yarnpkg.com/@smithy/middleware-apply-body-checksum/-/middleware-apply-body-checksum-2.0.14.tgz#68ca0c33d34d6e4e469878cd8df485be82b1d0a4" - integrity sha512-ujKrQMIJ5cQ/QBN97L8wSZqEXg0I97lXsh8jc8ATgIgf/Ga1dp9e6As9x5XhqaP55XcYPfJu0Rl4D83FJ04HMg== +"@smithy/middleware-apply-body-checksum@^2.0.15": + version "2.0.15" + resolved "https://registry.yarnpkg.com/@smithy/middleware-apply-body-checksum/-/middleware-apply-body-checksum-2.0.15.tgz#95d5c4b8177c84cbcc9c442b297d8bcccc9e1cb3" + integrity sha512-yW9FInkkfMn350MhVg45o1fOU6Zn5VD8K23v6kEjWA/U2BzoaO8tKsEQycVyMU0ye1w8Gh4yJz8/Bzf0tojwTg== dependencies: "@smithy/is-array-buffer" "^2.0.0" - "@smithy/protocol-http" "^3.0.8" - "@smithy/types" "^2.4.0" + "@smithy/protocol-http" "^3.0.9" + "@smithy/types" "^2.5.0" tslib "^2.5.0" -"@smithy/middleware-content-length@^2.0.14": - version "2.0.14" - resolved "https://registry.yarnpkg.com/@smithy/middleware-content-length/-/middleware-content-length-2.0.14.tgz#ee1aa842490cee90b6ac208fb13a7d56d3ed84f2" - integrity sha512-poUNgKTw9XwPXfX9nEHpVgrMNVpaSMZbshqvPxFVoalF4wp6kRzYKOfdesSVectlQ51VtigoLfbXcdyPwvxgTg== +"@smithy/middleware-content-length@^2.0.15": + version "2.0.15" + resolved "https://registry.yarnpkg.com/@smithy/middleware-content-length/-/middleware-content-length-2.0.15.tgz#cd419737202f66eb441a233e9e8c8bc6bbd6a6f0" + integrity sha512-xH4kRBw01gJgWiU+/mNTrnyFXeozpZHw39gLb3JKGsFDVmSrJZ8/tRqu27tU/ki1gKkxr2wApu+dEYjI3QwV1Q== dependencies: - "@smithy/protocol-http" "^3.0.8" - "@smithy/types" "^2.4.0" + "@smithy/protocol-http" "^3.0.9" + "@smithy/types" "^2.5.0" tslib "^2.5.0" -"@smithy/middleware-endpoint@^2.1.3": - version "2.1.3" - resolved "https://registry.yarnpkg.com/@smithy/middleware-endpoint/-/middleware-endpoint-2.1.3.tgz#ab7ebff4ecbc9b02ec70dd57179f47c4f16bf03f" - integrity sha512-ZrQ0/YX6hNVTxqMEHtEaDbDv6pNeEji/a5Vk3HuFC5R3ZY8lfoATyxmOGxBVYnF3NUvZLNC7umEv1WzWGWvCGQ== - dependencies: - "@smithy/middleware-serde" "^2.0.12" - "@smithy/node-config-provider" "^2.1.3" - "@smithy/shared-ini-file-loader" "^2.2.2" - "@smithy/types" "^2.4.0" - "@smithy/url-parser" "^2.0.12" - "@smithy/util-middleware" "^2.0.5" +"@smithy/middleware-endpoint@^2.2.0": + version "2.2.0" + resolved "https://registry.yarnpkg.com/@smithy/middleware-endpoint/-/middleware-endpoint-2.2.0.tgz#b5d065e8459216502adf3d8ccb7a589cfe1ba147" + integrity sha512-tddRmaig5URk2106PVMiNX6mc5BnKIKajHHDxb7K0J5MLdcuQluHMGnjkv18iY9s9O0tF+gAcPd/pDXA5L9DZw== + dependencies: + "@smithy/middleware-serde" "^2.0.13" + "@smithy/node-config-provider" "^2.1.5" + "@smithy/shared-ini-file-loader" "^2.2.4" + "@smithy/types" "^2.5.0" + "@smithy/url-parser" "^2.0.13" + "@smithy/util-middleware" "^2.0.6" tslib "^2.5.0" -"@smithy/middleware-retry@^2.0.18": - version "2.0.18" - resolved "https://registry.yarnpkg.com/@smithy/middleware-retry/-/middleware-retry-2.0.18.tgz#37982552a1d3815148797831df025e470423fc5e" - integrity sha512-VyrHQRldGSb3v9oFOB5yPxmLT7U2sQic2ytylOnYlnsmVOLlFIaI6sW22c+w2675yq+XZ6HOuzV7x2OBYCWRNA== - dependencies: - "@smithy/node-config-provider" "^2.1.3" - "@smithy/protocol-http" "^3.0.8" - "@smithy/service-error-classification" "^2.0.5" - "@smithy/types" "^2.4.0" - "@smithy/util-middleware" "^2.0.5" - "@smithy/util-retry" "^2.0.5" +"@smithy/middleware-retry@^2.0.20": + version "2.0.20" + resolved "https://registry.yarnpkg.com/@smithy/middleware-retry/-/middleware-retry-2.0.20.tgz#19f18ead244f609acc15481219cb8c944fb4620e" + integrity sha512-X2yrF/SHDk2WDd8LflRNS955rlzQ9daz9UWSp15wW8KtzoTXg3bhHM78HbK1cjr48/FWERSJKh9AvRUUGlIawg== + dependencies: + "@smithy/node-config-provider" "^2.1.5" + "@smithy/protocol-http" "^3.0.9" + "@smithy/service-error-classification" "^2.0.6" + "@smithy/types" "^2.5.0" + "@smithy/util-middleware" "^2.0.6" + "@smithy/util-retry" "^2.0.6" tslib "^2.5.0" uuid "^8.3.2" -"@smithy/middleware-serde@^2.0.12": - version "2.0.12" - resolved "https://registry.yarnpkg.com/@smithy/middleware-serde/-/middleware-serde-2.0.12.tgz#edc93c400a5ffec6c068419163f9d880bdff5e5b" - integrity sha512-IBeco157lIScecq2Z+n0gq56i4MTnfKxS7rbfrAORveDJgnbBAaEQgYqMqp/cYqKrpvEXcyTjwKHrBjCCIZh2A== +"@smithy/middleware-serde@^2.0.13": + version "2.0.13" + resolved "https://registry.yarnpkg.com/@smithy/middleware-serde/-/middleware-serde-2.0.13.tgz#1d105ff5ffee5563c453a8546480182912cd169b" + integrity sha512-tBGbeXw+XsE6pPr4UaXOh+UIcXARZeiA8bKJWxk2IjJcD1icVLhBSUQH9myCIZLNNzJIH36SDjUX8Wqk4xJCJg== dependencies: - "@smithy/types" "^2.4.0" + "@smithy/types" "^2.5.0" tslib "^2.5.0" -"@smithy/middleware-stack@^2.0.6": - version "2.0.6" - resolved "https://registry.yarnpkg.com/@smithy/middleware-stack/-/middleware-stack-2.0.6.tgz#c58d6e4ffc4498bf47fd27adcddd142395d3ba84" - integrity sha512-YSvNZeOKWLJ0M/ycxwDIe2Ztkp6Qixmcml1ggsSv2fdHKGkBPhGrX5tMzPGMI1yyx55UEYBi2OB4s+RriXX48A== +"@smithy/middleware-stack@^2.0.7": + version "2.0.7" + resolved "https://registry.yarnpkg.com/@smithy/middleware-stack/-/middleware-stack-2.0.7.tgz#e462bb3b33a9d3a29b80e8a7e13b8ba4726967c9" + integrity sha512-L1KLAAWkXbGx1t2jjCI/mDJ2dDNq+rp4/ifr/HcC6FHngxho5O7A5bQLpKHGlkfATH6fUnOEx0VICEVFA4sUzw== dependencies: - "@smithy/types" "^2.4.0" + "@smithy/types" "^2.5.0" tslib "^2.5.0" "@smithy/node-config-provider@^2.0.1": @@ -3029,25 +3041,25 @@ "@smithy/types" "^2.0.2" tslib "^2.5.0" -"@smithy/node-config-provider@^2.1.3": - version "2.1.3" - resolved "https://registry.yarnpkg.com/@smithy/node-config-provider/-/node-config-provider-2.1.3.tgz#bf4cee69df08d43618ad4329d234351b14d98ef7" - integrity sha512-J6lXvRHGVnSX3n1PYi+e1L5HN73DkkJpUviV3Ebf+8wSaIjAf+eVNbzyvh/S5EQz7nf4KVfwbD5vdoZMAthAEQ== +"@smithy/node-config-provider@^2.1.5": + version "2.1.5" + resolved "https://registry.yarnpkg.com/@smithy/node-config-provider/-/node-config-provider-2.1.5.tgz#f4be47e87c55791bf07c86c8e41383016753153f" + integrity sha512-3Omb5/h4tOCuKRx4p4pkYTvEYRCYoKk52bOYbKUyz/G/8gERbagsN8jFm4FjQubkrcIqQEghTpQaUw6uk+0edw== dependencies: - "@smithy/property-provider" "^2.0.13" - "@smithy/shared-ini-file-loader" "^2.2.2" - "@smithy/types" "^2.4.0" + "@smithy/property-provider" "^2.0.14" + "@smithy/shared-ini-file-loader" "^2.2.4" + "@smithy/types" "^2.5.0" tslib "^2.5.0" -"@smithy/node-http-handler@^2.1.8": - version "2.1.8" - resolved "https://registry.yarnpkg.com/@smithy/node-http-handler/-/node-http-handler-2.1.8.tgz#aad989d5445c43a677e7e6161c6fa4abd0e46023" - integrity sha512-KZylM7Wff/So5SmCiwg2kQNXJ+RXgz34wkxS7WNwIUXuZrZZpY/jKJCK+ZaGyuESDu3TxcaY+zeYGJmnFKbQsA== +"@smithy/node-http-handler@^2.1.9": + version "2.1.9" + resolved "https://registry.yarnpkg.com/@smithy/node-http-handler/-/node-http-handler-2.1.9.tgz#903c353dcd58990ea46e2793a10160004e2e09e4" + integrity sha512-+K0q3SlNcocmo9OZj+fz67gY4lwhOCvIJxVbo/xH+hfWObvaxrMTx7JEzzXcluK0thnnLz++K3Qe7Z/8MDUreA== dependencies: - "@smithy/abort-controller" "^2.0.12" - "@smithy/protocol-http" "^3.0.8" - "@smithy/querystring-builder" "^2.0.12" - "@smithy/types" "^2.4.0" + "@smithy/abort-controller" "^2.0.13" + "@smithy/protocol-http" "^3.0.9" + "@smithy/querystring-builder" "^2.0.13" + "@smithy/types" "^2.5.0" tslib "^2.5.0" "@smithy/property-provider@^2.0.0", "@smithy/property-provider@^2.0.1": @@ -3058,12 +3070,12 @@ "@smithy/types" "^2.0.2" tslib "^2.5.0" -"@smithy/property-provider@^2.0.13": - version "2.0.13" - resolved "https://registry.yarnpkg.com/@smithy/property-provider/-/property-provider-2.0.13.tgz#45ee47ad79d638082523f944c49fd2e851312098" - integrity sha512-VJqUf2CbsQX6uUiC5dUPuoEATuFjkbkW3lJHbRnpk9EDC9X+iKqhfTK+WP+lve5EQ9TcCI1Q6R7hrg41FyC54w== +"@smithy/property-provider@^2.0.14": + version "2.0.14" + resolved "https://registry.yarnpkg.com/@smithy/property-provider/-/property-provider-2.0.14.tgz#142e018ee624ae0c966c72886d4fb5d708f086d6" + integrity sha512-k3D2qp9o6imTrLaXRj6GdLYEJr1sXqS99nLhzq8fYmJjSVOeMg/G+1KVAAc7Oxpu71rlZ2f8SSZxcSxkevuR0A== dependencies: - "@smithy/types" "^2.4.0" + "@smithy/types" "^2.5.0" tslib "^2.5.0" "@smithy/protocol-http@^1.1.0": @@ -3074,20 +3086,20 @@ "@smithy/types" "^1.2.0" tslib "^2.5.0" -"@smithy/protocol-http@^3.0.8": - version "3.0.8" - resolved "https://registry.yarnpkg.com/@smithy/protocol-http/-/protocol-http-3.0.8.tgz#0f7c114f6b8e23a57dff7a275d085bac97b9233c" - integrity sha512-SHJvYeWq8q0FK8xHk+xjV9dzDUDjFMT+G1pZbV+XB6OVoac/FSVshlMNPeUJ8AmSkcDKHRu5vASnRqZHgD3qhw== +"@smithy/protocol-http@^3.0.9": + version "3.0.9" + resolved "https://registry.yarnpkg.com/@smithy/protocol-http/-/protocol-http-3.0.9.tgz#a1d973394b6da093bc8fd71556b589190352310d" + integrity sha512-U1wl+FhYu4/BC+rjwh1lg2gcJChQhytiNQSggREgQ9G2FzmoK9sACBZvx7thyWMvRyHQTE22mO2d5UM8gMKDBg== dependencies: - "@smithy/types" "^2.4.0" + "@smithy/types" "^2.5.0" tslib "^2.5.0" -"@smithy/querystring-builder@^2.0.12": - version "2.0.12" - resolved "https://registry.yarnpkg.com/@smithy/querystring-builder/-/querystring-builder-2.0.12.tgz#d13e0eea08d43596bdbb182206ccdee0956d06fd" - integrity sha512-cDbF07IuCjiN8CdGvPzfJjXIrmDSelScRfyJYrYBNBbKl2+k7QD/KqiHhtRyEKgID5mmEVrV6KE6L/iPJ98sFw== +"@smithy/querystring-builder@^2.0.13": + version "2.0.13" + resolved "https://registry.yarnpkg.com/@smithy/querystring-builder/-/querystring-builder-2.0.13.tgz#3eae3ce5a99df9c3c70214ac90b6f3c4ff2a5341" + integrity sha512-JhXKwp3JtsFUe96XLHy/nUPEbaXqn6r7xE4sNaH8bxEyytE5q1fwt0ew/Ke6+vIC7gP87HCHgQpJHg1X1jN2Fw== dependencies: - "@smithy/types" "^2.4.0" + "@smithy/types" "^2.5.0" "@smithy/util-uri-escape" "^2.0.0" tslib "^2.5.0" @@ -3099,12 +3111,12 @@ "@smithy/types" "^2.0.2" tslib "^2.5.0" -"@smithy/querystring-parser@^2.0.12": - version "2.0.12" - resolved "https://registry.yarnpkg.com/@smithy/querystring-parser/-/querystring-parser-2.0.12.tgz#d2c234031e266359716a0c62c8c1208a5bd2557e" - integrity sha512-fytyTcXaMzPBuNtPlhj5v6dbl4bJAnwKZFyyItAGt4Tgm9HFPZNo7a9r1SKPr/qdxUEBzvL9Rh+B9SkTX3kFxg== +"@smithy/querystring-parser@^2.0.13": + version "2.0.13" + resolved "https://registry.yarnpkg.com/@smithy/querystring-parser/-/querystring-parser-2.0.13.tgz#9825239eceb2ab6a8906d7a3fa8241d20794b5a7" + integrity sha512-TEiT6o8CPZVxJ44Rly/rrsATTQsE+b/nyBVzsYn2sa75xAaZcurNxsFd8z1haoUysONiyex24JMHoJY6iCfLdA== dependencies: - "@smithy/types" "^2.4.0" + "@smithy/types" "^2.5.0" tslib "^2.5.0" "@smithy/service-client-documentation-generator@^2.0.0": @@ -3114,12 +3126,12 @@ dependencies: tslib "^2.5.0" -"@smithy/service-error-classification@^2.0.5": - version "2.0.5" - resolved "https://registry.yarnpkg.com/@smithy/service-error-classification/-/service-error-classification-2.0.5.tgz#22c84fad456730adfa31cae91d47acd31304c346" - integrity sha512-M0SeJnEgD2ywJyV99Fb1yKFzmxDe9JfpJiYTVSRMyRLc467BPU0qsuuDPzMCdB1mU8M8u1rVOdkqdoyFN8UFTw== +"@smithy/service-error-classification@^2.0.6": + version "2.0.6" + resolved "https://registry.yarnpkg.com/@smithy/service-error-classification/-/service-error-classification-2.0.6.tgz#173c0067c9fce7641c4634e5f2f7e0b6fe11a051" + integrity sha512-fCQ36frtYra2fqY2/DV8+3/z2d0VB/1D1hXbjRcM5wkxTToxq6xHbIY/NGGY6v4carskMyG8FHACxgxturJ9Pg== dependencies: - "@smithy/types" "^2.4.0" + "@smithy/types" "^2.5.0" "@smithy/shared-ini-file-loader@^2.0.1": version "2.0.1" @@ -3137,12 +3149,12 @@ "@smithy/types" "^2.2.2" tslib "^2.5.0" -"@smithy/shared-ini-file-loader@^2.2.2": - version "2.2.2" - resolved "https://registry.yarnpkg.com/@smithy/shared-ini-file-loader/-/shared-ini-file-loader-2.2.2.tgz#b52064c5254a01f5c98a821207448de439938667" - integrity sha512-noyQUPn7b1M8uB0GEXc/Zyxq+5K2b7aaqWnLp+hgJ7+xu/FCvtyWy5eWLDjQEsHnAet2IZhS5QF8872OR69uNg== +"@smithy/shared-ini-file-loader@^2.2.4": + version "2.2.4" + resolved "https://registry.yarnpkg.com/@smithy/shared-ini-file-loader/-/shared-ini-file-loader-2.2.4.tgz#ed86a5afa76025ef827d84f5e07bb757174fe7c8" + integrity sha512-9dRknGgvYlRIsoTcmMJXuoR/3ekhGwhRq4un3ns2/byre4Ql5hyUN4iS0x8eITohjU90YOnUCsbRwZRvCkbRfw== dependencies: - "@smithy/types" "^2.4.0" + "@smithy/types" "^2.5.0" tslib "^2.5.0" "@smithy/signature-v4@^2.0.0": @@ -3159,28 +3171,28 @@ "@smithy/util-utf8" "^2.0.0" tslib "^2.5.0" -"@smithy/signature-v4@^2.0.12": - version "2.0.12" - resolved "https://registry.yarnpkg.com/@smithy/signature-v4/-/signature-v4-2.0.12.tgz#4f9f5bba25e784d110fdc4a276b715feae82bb28" - integrity sha512-6Kc2lCZEVmb1nNYngyNbWpq0d82OZwITH11SW/Q0U6PX5fH7B2cIcFe7o6eGEFPkTZTP8itTzmYiGcECL0D0Lw== +"@smithy/signature-v4@^2.0.15": + version "2.0.15" + resolved "https://registry.yarnpkg.com/@smithy/signature-v4/-/signature-v4-2.0.15.tgz#14085ba126d6dc5e38099fb3df50ce480c858186" + integrity sha512-SRTEJSEhQYVlBKIIdZ9SZpqW+KFqxqcNnEcBX+8xkDdWx+DItme9VcCDkdN32yTIrICC+irUufnUdV7mmHPjoA== dependencies: - "@smithy/eventstream-codec" "^2.0.12" + "@smithy/eventstream-codec" "^2.0.13" "@smithy/is-array-buffer" "^2.0.0" - "@smithy/types" "^2.4.0" + "@smithy/types" "^2.5.0" "@smithy/util-hex-encoding" "^2.0.0" - "@smithy/util-middleware" "^2.0.5" + "@smithy/util-middleware" "^2.0.6" "@smithy/util-uri-escape" "^2.0.0" - "@smithy/util-utf8" "^2.0.0" + "@smithy/util-utf8" "^2.0.2" tslib "^2.5.0" -"@smithy/smithy-client@^2.1.12": - version "2.1.12" - resolved "https://registry.yarnpkg.com/@smithy/smithy-client/-/smithy-client-2.1.12.tgz#a7f10ab846d41ce1042eb81f087c4c9eb438b481" - integrity sha512-XXqhridfkKnpj+lt8vM6HRlZbqUAqBjVC74JIi13F/AYQd/zTj9SOyGfxnbp4mjY9q28LityxIuV8CTinr9r5w== +"@smithy/smithy-client@^2.1.15": + version "2.1.15" + resolved "https://registry.yarnpkg.com/@smithy/smithy-client/-/smithy-client-2.1.15.tgz#8a6e142f52fe253fd7f868eedce0e6d308415098" + integrity sha512-rngZcQu7Jvs9UbHihK1EI67RMPuzkc3CJmu4MBgB7D7yBnMGuFR86tq5rqHfL2gAkNnMelBN/8kzQVvZjNKefQ== dependencies: - "@smithy/middleware-stack" "^2.0.6" - "@smithy/types" "^2.4.0" - "@smithy/util-stream" "^2.0.17" + "@smithy/middleware-stack" "^2.0.7" + "@smithy/types" "^2.5.0" + "@smithy/util-stream" "^2.0.20" tslib "^2.5.0" "@smithy/types@^1.2.0": @@ -3204,10 +3216,10 @@ dependencies: tslib "^2.5.0" -"@smithy/types@^2.4.0": - version "2.4.0" - resolved "https://registry.yarnpkg.com/@smithy/types/-/types-2.4.0.tgz#ed35e429e3ea3d089c68ed1bf951d0ccbdf2692e" - integrity sha512-iH1Xz68FWlmBJ9vvYeHifVMWJf82ONx+OybPW8ZGf5wnEv2S0UXcU4zwlwJkRXuLKpcSLHrraHbn2ucdVXLb4g== +"@smithy/types@^2.5.0": + version "2.5.0" + resolved "https://registry.yarnpkg.com/@smithy/types/-/types-2.5.0.tgz#f1bd5b906e7d3c6fd559b9b4f05e4707c7039180" + integrity sha512-/a31lYofrMBkJb3BuPlYJTMKDj0hUmKUP6JFZQu6YVuQVoAjubiY0A52U9S0Uysd33n/djexCUSNJ+G9bf3/aA== dependencies: tslib "^2.5.0" @@ -3220,19 +3232,19 @@ "@smithy/types" "^2.0.2" tslib "^2.5.0" -"@smithy/url-parser@^2.0.12": - version "2.0.12" - resolved "https://registry.yarnpkg.com/@smithy/url-parser/-/url-parser-2.0.12.tgz#a4cdd1b66176e48f10d119298f8f90b06b7e8a01" - integrity sha512-qgkW2mZqRvlNUcBkxYB/gYacRaAdck77Dk3/g2iw0S9F0EYthIS3loGfly8AwoWpIvHKhkTsCXXQfzksgZ4zIA== +"@smithy/url-parser@^2.0.13": + version "2.0.13" + resolved "https://registry.yarnpkg.com/@smithy/url-parser/-/url-parser-2.0.13.tgz#1e5f2812c1d5a78ae69fc248487bdd8a8902afc5" + integrity sha512-okWx2P/d9jcTsZWTVNnRMpFOE7fMkzloSFyM53fA7nLKJQObxM2T4JlZ5KitKKuXq7pxon9J6SF2kCwtdflIrA== dependencies: - "@smithy/querystring-parser" "^2.0.12" - "@smithy/types" "^2.4.0" + "@smithy/querystring-parser" "^2.0.13" + "@smithy/types" "^2.5.0" tslib "^2.5.0" -"@smithy/util-base64@^2.0.0": - version "2.0.0" - resolved "https://registry.yarnpkg.com/@smithy/util-base64/-/util-base64-2.0.0.tgz#1beeabfb155471d1d41c8d0603be1351f883c444" - integrity sha512-Zb1E4xx+m5Lud8bbeYi5FkcMJMnn+1WUnJF3qD7rAdXpaL7UjkFQLdmW5fHadoKbdHpwH9vSR8EyTJFHJs++tA== +"@smithy/util-base64@^2.0.1": + version "2.0.1" + resolved "https://registry.yarnpkg.com/@smithy/util-base64/-/util-base64-2.0.1.tgz#57f782dafc187eddea7c8a1ff2a7c188ed1a02c4" + integrity sha512-DlI6XFYDMsIVN+GH9JtcRp3j02JEVuWIn/QOZisVzpIAprdsxGveFed0bjbMRCqmIFe8uetn5rxzNrBtIGrPIQ== dependencies: "@smithy/util-buffer-from" "^2.0.0" tslib "^2.5.0" @@ -3266,37 +3278,37 @@ dependencies: tslib "^2.5.0" -"@smithy/util-defaults-mode-browser@^2.0.16": - version "2.0.16" - resolved "https://registry.yarnpkg.com/@smithy/util-defaults-mode-browser/-/util-defaults-mode-browser-2.0.16.tgz#7d60c4e1d00ed569f47fd6343b822c4ff3c2c9f8" - integrity sha512-Uv5Cu8nVkuvLn0puX+R9zWbSNpLIR3AxUlPoLJ7hC5lvir8B2WVqVEkJLwtixKAncVLasnTVjPDCidtAUTGEQw== +"@smithy/util-defaults-mode-browser@^2.0.19": + version "2.0.19" + resolved "https://registry.yarnpkg.com/@smithy/util-defaults-mode-browser/-/util-defaults-mode-browser-2.0.19.tgz#fe437b62e589812cf97b269e689b18f7bcb1d008" + integrity sha512-VHP8xdFR7/orpiABJwgoTB0t8Zhhwpf93gXhNfUBiwAE9O0rvsv7LwpQYjgvbOUDDO8JfIYQB2GYJNkqqGWsXw== dependencies: - "@smithy/property-provider" "^2.0.13" - "@smithy/smithy-client" "^2.1.12" - "@smithy/types" "^2.4.0" + "@smithy/property-provider" "^2.0.14" + "@smithy/smithy-client" "^2.1.15" + "@smithy/types" "^2.5.0" bowser "^2.11.0" tslib "^2.5.0" -"@smithy/util-defaults-mode-node@^2.0.21": - version "2.0.21" - resolved "https://registry.yarnpkg.com/@smithy/util-defaults-mode-node/-/util-defaults-mode-node-2.0.21.tgz#d10c887b3e641c63e235ce95ba32137fd0bd1838" - integrity sha512-cUEsttVZ79B7Al2rWK2FW03HBpD9LyuqFtm+1qFty5u9sHSdesr215gS2Ln53fTopNiPgeXpdoM3IgjvIO0rJw== - dependencies: - "@smithy/config-resolver" "^2.0.16" - "@smithy/credential-provider-imds" "^2.0.18" - "@smithy/node-config-provider" "^2.1.3" - "@smithy/property-provider" "^2.0.13" - "@smithy/smithy-client" "^2.1.12" - "@smithy/types" "^2.4.0" +"@smithy/util-defaults-mode-node@^2.0.25": + version "2.0.25" + resolved "https://registry.yarnpkg.com/@smithy/util-defaults-mode-node/-/util-defaults-mode-node-2.0.25.tgz#76a62b8a6602b1414a0af5d0ac11fa1dfdadb308" + integrity sha512-jkmep6/JyWmn2ADw9VULDeGbugR4N/FJCKOt+gYyVswmN1BJOfzF2umaYxQ1HhQDvna3kzm1Dbo1qIfBW4iuHA== + dependencies: + "@smithy/config-resolver" "^2.0.18" + "@smithy/credential-provider-imds" "^2.1.1" + "@smithy/node-config-provider" "^2.1.5" + "@smithy/property-provider" "^2.0.14" + "@smithy/smithy-client" "^2.1.15" + "@smithy/types" "^2.5.0" tslib "^2.5.0" -"@smithy/util-endpoints@^1.0.2": - version "1.0.2" - resolved "https://registry.yarnpkg.com/@smithy/util-endpoints/-/util-endpoints-1.0.2.tgz#8be5b840c19661e3830ca10973f775b331bd94cd" - integrity sha512-QEdq+sP68IJHAMVB2ugKVVZEWeKQtZLuf+akHzc8eTVElsZ2ZdVLWC6Cp+uKjJ/t4yOj1qu6ZzyxJQEQ8jdEjg== +"@smithy/util-endpoints@^1.0.4": + version "1.0.4" + resolved "https://registry.yarnpkg.com/@smithy/util-endpoints/-/util-endpoints-1.0.4.tgz#2b18aa7175e956e839be7aad5c5f0e0f6016d10d" + integrity sha512-FPry8j1xye5yzrdnf4xKUXVnkQErxdN7bUIaqC0OFoGsv2NfD9b2UUMuZSSt+pr9a8XWAqj0HoyVNUfPiZ/PvQ== dependencies: - "@smithy/node-config-provider" "^2.1.3" - "@smithy/types" "^2.4.0" + "@smithy/node-config-provider" "^2.1.5" + "@smithy/types" "^2.5.0" tslib "^2.5.0" "@smithy/util-hex-encoding@^2.0.0": @@ -3313,35 +3325,35 @@ dependencies: tslib "^2.5.0" -"@smithy/util-middleware@^2.0.5": - version "2.0.5" - resolved "https://registry.yarnpkg.com/@smithy/util-middleware/-/util-middleware-2.0.5.tgz#c63dc491de81641c99ade9309f30c54ad0e28fbd" - integrity sha512-1lyT3TcaMJQe+OFfVI+TlomDkPuVzb27NZYdYtmSTltVmLaUjdCyt4KE+OH1CnhZKsz4/cdCL420Lg9UH5Z2Mw== +"@smithy/util-middleware@^2.0.6": + version "2.0.6" + resolved "https://registry.yarnpkg.com/@smithy/util-middleware/-/util-middleware-2.0.6.tgz#fbc23119436baaa1494c11803abaabef8cb3e2c4" + integrity sha512-7W4uuwBvSLgKoLC1x4LfeArCVcbuHdtVaC4g30kKsD1erfICyQ45+tFhhs/dZNeQg+w392fhunCm/+oCcb6BSA== dependencies: - "@smithy/types" "^2.4.0" + "@smithy/types" "^2.5.0" tslib "^2.5.0" -"@smithy/util-retry@^2.0.5": - version "2.0.5" - resolved "https://registry.yarnpkg.com/@smithy/util-retry/-/util-retry-2.0.5.tgz#1a93721da082301aca61d8b42380369761a7e80d" - integrity sha512-x3t1+MQAJ6QONk3GTbJNcugCFDVJ+Bkro5YqQQK1EyVesajNDqxFtCx9WdOFNGm/Cbm7tUdwVEmfKQOJoU2Vtw== +"@smithy/util-retry@^2.0.6": + version "2.0.6" + resolved "https://registry.yarnpkg.com/@smithy/util-retry/-/util-retry-2.0.6.tgz#c887c2c3e356661c1336efb3f085e32fce777124" + integrity sha512-PSO41FofOBmyhPQJwBQJ6mVlaD7Sp9Uff9aBbnfBJ9eqXOE/obrqQjn0PNdkfdvViiPXl49BINfnGcFtSP4kYw== dependencies: - "@smithy/service-error-classification" "^2.0.5" - "@smithy/types" "^2.4.0" + "@smithy/service-error-classification" "^2.0.6" + "@smithy/types" "^2.5.0" tslib "^2.5.0" -"@smithy/util-stream@^2.0.17": - version "2.0.17" - resolved "https://registry.yarnpkg.com/@smithy/util-stream/-/util-stream-2.0.17.tgz#4c980891b0943e9e64949d7afcf1ec4a7b510ea8" - integrity sha512-fP/ZQ27rRvHsqItds8yB7jerwMpZFTL3QqbQbidUiG0+mttMoKdP0ZqnvM8UK5q0/dfc3/pN7g4XKPXOU7oRWw== +"@smithy/util-stream@^2.0.20": + version "2.0.20" + resolved "https://registry.yarnpkg.com/@smithy/util-stream/-/util-stream-2.0.20.tgz#0dbff46b07856b608512688437e685c638d75431" + integrity sha512-tT8VASuD8jJu0yjHEMTCPt1o5E3FVzgdsxK6FQLAjXKqVv5V8InCnc0EOsYrijgspbfDqdAJg7r0o2sySfcHVg== dependencies: - "@smithy/fetch-http-handler" "^2.2.4" - "@smithy/node-http-handler" "^2.1.8" - "@smithy/types" "^2.4.0" - "@smithy/util-base64" "^2.0.0" + "@smithy/fetch-http-handler" "^2.2.6" + "@smithy/node-http-handler" "^2.1.9" + "@smithy/types" "^2.5.0" + "@smithy/util-base64" "^2.0.1" "@smithy/util-buffer-from" "^2.0.0" "@smithy/util-hex-encoding" "^2.0.0" - "@smithy/util-utf8" "^2.0.0" + "@smithy/util-utf8" "^2.0.2" tslib "^2.5.0" "@smithy/util-uri-escape@^2.0.0": @@ -3359,13 +3371,21 @@ "@smithy/util-buffer-from" "^2.0.0" tslib "^2.5.0" -"@smithy/util-waiter@^2.0.12": - version "2.0.12" - resolved "https://registry.yarnpkg.com/@smithy/util-waiter/-/util-waiter-2.0.12.tgz#a7348f9fd2bade5f2f3ee7ecf7c43ab86ed244ee" - integrity sha512-3sENmyVa1NnOPoiT2NCApPmu7ukP7S/v7kL9IxNmnygkDldn7/yK0TP42oPJLwB2k3mospNsSePIlqdXEUyPHA== +"@smithy/util-utf8@^2.0.2": + version "2.0.2" + resolved "https://registry.yarnpkg.com/@smithy/util-utf8/-/util-utf8-2.0.2.tgz#626b3e173ad137208e27ed329d6bea70f4a1a7f7" + integrity sha512-qOiVORSPm6Ce4/Yu6hbSgNHABLP2VMv8QOC3tTDNHHlWY19pPyc++fBTbZPtx6egPXi4HQxKDnMxVxpbtX2GoA== + dependencies: + "@smithy/util-buffer-from" "^2.0.0" + tslib "^2.5.0" + +"@smithy/util-waiter@^2.0.13": + version "2.0.13" + resolved "https://registry.yarnpkg.com/@smithy/util-waiter/-/util-waiter-2.0.13.tgz#ececb65f582b2808b1a327c1513a840b236d9a9d" + integrity sha512-YovIQatiuM7giEsRFotqJa2i3EbU2EE3PgtpXgtLgpx5rXiZMAwPxXYDFVFhuO0lbqvc/Zx4n+ZIisXOHPSqyg== dependencies: - "@smithy/abort-controller" "^2.0.12" - "@smithy/types" "^2.4.0" + "@smithy/abort-controller" "^2.0.13" + "@smithy/types" "^2.5.0" tslib "^2.5.0" "@socket.io/component-emitter@~3.1.0":